Update gcc .po files
[platform/upstream/gcc.git] / gcc / po / hr.po
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.
4 #
5 # Tomislav Krznar <tomislav.krznar@gmail.com>, 2012, 2022.
6 # Božidar Putanec <bozidarp@yahoo.com>, 2022.
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: gcc-12.1-b20220403\n"
10 "Report-Msgid-Bugs-To: https://gcc.gnu.org/bugs/\n"
11 "POT-Creation-Date: 2022-04-01 17:30+0000\n"
12 "PO-Revision-Date: 2022-04-05 11:51-0700\n"
13 "Last-Translator: Božidar Putanec <bozidarp@yahoo.com>\n"
14 "Language-Team: Croatian <lokalizacija@linux.hr>\n"
15 "Language: hr\n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
20 "X-Bugs: Report translation errors to the Language-Team address.\n"
21 "X-Generator: Lokalize 22.07.70\n"
22 "X-Poedit-Basepath: ../sources/gcc-12-20220213\n"
23 "X-Poedit-Bookmarks: 13750,0,-1,-1,-1,-1,-1,-1,-1,-1\n"
24 "X-Poedit-SearchPath-0: .\n"
25
26 #: cif-code.def:39
27 msgid "function not considered for inlining"
28 msgstr "funkcija nije kvalificirana za „inlining“"
29
30 #: cif-code.def:43
31 msgid "caller is not optimized"
32 msgstr "pozivač (caller) nije optimiziran"
33
34 #: cif-code.def:47
35 msgid "function body not available"
36 msgstr "tijelo funkcije nije dostupno"
37
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“"
41
42 #: cif-code.def:56
43 msgid "function not inlinable"
44 msgstr "funkcija nije kvalificirana za „inlining“, nije „inlinable“"
45
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"
49
50 #: cif-code.def:64
51 msgid "function not inline candidate"
52 msgstr "funkcija nije kandidat za „inline“"
53
54 #: cif-code.def:68
55 msgid "--param large-function-growth limit reached"
56 msgstr "--param large-function-growth granica je dostignuta"
57
58 #: cif-code.def:70
59 msgid "--param large-stack-frame-growth limit reached"
60 msgstr ""
61
62 #: cif-code.def:72
63 msgid "--param max-inline-insns-single limit reached"
64 msgstr ""
65
66 #: cif-code.def:74
67 msgid "--param max-inline-insns-auto limit reached"
68 msgstr "--param max-inline-insns-auto granica je dostignuta"
69
70 #: cif-code.def:76
71 msgid "--param inline-unit-growth limit reached"
72 msgstr "--param inline-unit-growth granica je dostignuta"
73
74 #: cif-code.def:80
75 msgid "recursive inlining"
76 msgstr "recurzivni „inlining“"
77
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"
81
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"
85
86 #: cif-code.def:92
87 msgid "function not declared inline and code size would grow"
88 msgstr "funkcija nije deklarirana „inline“ i veličina kȏda će rasti"
89
90 #: cif-code.def:96
91 msgid "mismatched declarations during linktime optimization"
92 msgstr ""
93
94 #: cif-code.def:100
95 msgid "variadic thunk call"
96 msgstr ""
97
98 #: cif-code.def:104
99 msgid "originally indirect function call not considered for inlining"
100 msgstr ""
101
102 #: cif-code.def:108
103 msgid "indirect function call with a yet undetermined callee"
104 msgstr ""
105
106 #: cif-code.def:112
107 msgid "exception handling personality mismatch"
108 msgstr ""
109
110 #: cif-code.def:117
111 msgid "non-call exception handling mismatch"
112 msgstr ""
113
114 #: cif-code.def:121
115 msgid "target specific option mismatch"
116 msgstr ""
117
118 #: cif-code.def:125
119 msgid "optimization level attribute mismatch"
120 msgstr ""
121
122 #: cif-code.def:129
123 msgid "callee refers to comdat-local symbols"
124 msgstr ""
125
126 #: cif-code.def:134
127 msgid "sanitizer function attribute mismatch"
128 msgstr ""
129
130 #: cif-code.def:139
131 msgid "function has external linkage when the user requests only inlining static for live patching"
132 msgstr ""
133
134 #: cif-code.def:144
135 msgid "unreachable"
136 msgstr "nedostupno"
137
138 #. The remainder are real diagnostic types.
139 #: diagnostic.def:33
140 msgid "fatal error: "
141 msgstr "fatalna greška: "
142
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: "
148
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: "
154
155 #: diagnostic.def:36
156 msgid "sorry, unimplemented: "
157 msgstr "nije implementirano: "
158
159 #: diagnostic.def:37
160 msgid "warning: "
161 msgstr "upozorenje: "
162
163 #: diagnostic.def:38
164 msgid "anachronism: "
165 msgstr "anakronizam: "
166
167 #: diagnostic.def:39
168 msgid "note: "
169 msgstr "napomena: "
170
171 #: diagnostic.def:40
172 msgid "debug: "
173 msgstr "debug: "
174
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: "
180
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: "
186
187 #: diagnostic.def:49
188 msgid "permerror: "
189 msgstr "permerror: "
190
191 #: config/i386/djgpp.h:143
192 #, c-format
193 msgid "-f%s ignored (not supported for DJGPP)\n"
194 msgstr ""
195
196 #. The remainder are real diagnostic types.
197 #: fortran/gfc-diagnostic.def:33
198 msgid "Fatal Error"
199 msgstr "Fatalna greška"
200
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"
206
207 #: fortran/gfc-diagnostic.def:35
208 msgid "Error"
209 msgstr "Greška"
210
211 #: fortran/gfc-diagnostic.def:36
212 msgid "sorry, unimplemented"
213 msgstr "nije implementirano: "
214
215 #: fortran/gfc-diagnostic.def:37
216 msgid "Warning"
217 msgstr "Upozorenje"
218
219 #: fortran/gfc-diagnostic.def:38
220 msgid "anachronism"
221 msgstr "anakronizam"
222
223 #: fortran/gfc-diagnostic.def:39
224 msgid "note"
225 msgstr "napomena"
226
227 #: fortran/gfc-diagnostic.def:40
228 msgid "debug"
229 msgstr "debug"
230
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)"
236
237 #: fortran/gfc-diagnostic.def:44
238 msgid "permerror"
239 msgstr "permerror (trajna pogreška)"
240
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"
246
247 #: gcc.cc:829 gcc.cc:833 gcc.cc:888
248 msgid "-gz is not supported in this configuration"
249 msgstr "-gz nije podržan u ovoj konfiguraciji"
250
251 #: gcc.cc:839 gcc.cc:899
252 msgid "-gz=zlib is not supported in this configuration"
253 msgstr "-gz=zlib nije podržan u ovoj konfiguraciji"
254
255 #: gcc.cc:1092
256 msgid "-fuse-linker-plugin is not supported in this configuration"
257 msgstr "-fuse-linker-plugin nije podržan u ovoj konfiguraciji"
258
259 #: gcc.cc:1108
260 msgid "cannot specify -static with -fsanitize=address"
261 msgstr "-static ne možete specificirati s -fsanitize=address"
262
263 #: gcc.cc:1110
264 msgid "cannot specify -static with -fsanitize=hwaddress"
265 msgstr "-static ne možete specificirati -fsanitize=hwaddress"
266
267 #: gcc.cc:1112
268 msgid "cannot specify -static with -fsanitize=thread"
269 msgstr "-static ne možete specificirati -fsanitize=thread"
270
271 #: gcc.cc:1134
272 msgid "-fvtable-verify=std is not supported in this configuration"
273 msgstr "-fvtable-verify=std nije podržan u ovoj konfiguraciji"
274
275 #: gcc.cc:1136
276 msgid "-fvtable-verify=preinit is not supported in this configuration"
277 msgstr "-fvtable-verify=preinit nije podržan u ovoj konfiguraciji"
278
279 #: gcc.cc:1273 ada/gcc-interface/lang-specs.h:37
280 msgid "-pg and -fomit-frame-pointer are incompatible"
281 msgstr ""
282
283 #: gcc.cc:1443
284 msgid "GNU C no longer supports -traditional without -E"
285 msgstr ""
286
287 #: gcc.cc:1452
288 msgid "-E or -x required when input is from standard input"
289 msgstr ""
290
291 #: config/darwin.h:154
292 msgid "conflicting code generation switches"
293 msgstr ""
294
295 #: config/darwin.h:159
296 msgid "-bundle_loader not allowed with -dynamiclib"
297 msgstr ""
298
299 #: config/darwin.h:161
300 msgid "-client_name not allowed with -dynamiclib"
301 msgstr ""
302
303 #: config/darwin.h:170
304 msgid "-keep_private_externs not allowed with -dynamiclib"
305 msgstr ""
306
307 #: config/darwin.h:172
308 msgid "-private_bundle not allowed with -dynamiclib"
309 msgstr ""
310
311 #: config/darwin.h:180
312 msgid "-compatibility_version only allowed with -dynamiclib"
313 msgstr ""
314
315 #: config/darwin.h:182
316 msgid "-current_version only allowed with -dynamiclib"
317 msgstr ""
318
319 #: config/darwin.h:184
320 msgid "-install_name only allowed with -dynamiclib"
321 msgstr ""
322
323 #: config/darwin.h:195
324 msgid "-bundle not allowed with -dynamiclib"
325 msgstr ""
326
327 #: config/darwin.h:211
328 msgid "-force_flat_namespace not allowed with -dynamiclib"
329 msgstr ""
330
331 #: config/darwin.h:216 config/darwin.h:614
332 msgid "gsplit-dwarf is not supported on this platform"
333 msgstr ""
334
335 #: config/darwin.h:285
336 msgid "rdynamic is not supported"
337 msgstr ""
338
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:758
341 #: config/sparc/freebsd.h:45
342 msgid "consider using '-pg' instead of '-p' with gprof(1)"
343 msgstr ""
344
345 #: config/lynx.h:69
346 msgid "cannot use mthreads and mlegacy-threads together"
347 msgstr ""
348
349 #: config/lynx.h:94
350 msgid "cannot use mshared and static together"
351 msgstr ""
352
353 #: config/sol2.h:350 config/sol2.h:355
354 msgid "does not support multilib"
355 msgstr ""
356
357 #: config/sol2.h:449
358 msgid "-pie is not supported in this configuration"
359 msgstr "-pie nije podržan u ovoj konfiguraciji"
360
361 #: config/vxworks.h:204
362 msgid "-Xbind-now and -Xbind-lazy are incompatible"
363 msgstr ""
364
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)"
369
370 #: config/arc/arc.h:68 config/mips/mips.h:1475
371 msgid "may not use both -EB and -EL"
372 msgstr ""
373
374 #: config/avr/specs.h:71 config/pru/pru.h:58
375 msgid "shared is not supported"
376 msgstr ""
377
378 #: config/bfin/elf.h:55
379 msgid "no processor type specified for linking"
380 msgstr ""
381
382 #: config/cris/cris.h:168
383 msgid "do not specify both -march=... and -mcpu=..."
384 msgstr "nemojte istovremeno specificirati -march=... i -mcpu=..."
385
386 #: config/i386/cygwin-w64.h:64 config/i386/cygwin.h:138
387 #: config/i386/mingw-w64.h:103 config/i386/mingw32.h:160
388 msgid "shared and mdll are not compatible"
389 msgstr ""
390
391 #: config/i386/darwin.h:93
392 msgid "Darwin is not an mx32 platform"
393 msgstr ""
394
395 #: config/i386/darwin.h:94
396 msgid "Darwin does not support -mfentry or associated options"
397 msgstr ""
398
399 #: config/i386/sol2.h:59
400 msgid "-mx32 is not supported on Solaris"
401 msgstr ""
402
403 #: config/mcore/mcore.h:53
404 msgid "the m210 does not have little endian support"
405 msgstr ""
406
407 #: config/mips/r3900.h:37
408 msgid "-mhard-float not supported"
409 msgstr ""
410
411 #: config/mips/r3900.h:39
412 msgid "-msingle-float and -msoft-float cannot both be specified"
413 msgstr ""
414
415 #: config/moxie/moxiebox.h:43
416 msgid "this target is little-endian"
417 msgstr ""
418
419 #: config/msp430/msp430.h:90
420 msgid "-mcode-region requires the large memory model (-mlarge)"
421 msgstr ""
422
423 #: config/msp430/msp430.h:92
424 msgid "-mdata-region requires the large memory model (-mlarge)"
425 msgstr ""
426
427 #: config/nios2/elf.h:44
428 msgid "You need a C startup file for -msys-crt0="
429 msgstr ""
430
431 #: config/pa/pa-hpux10.h:102 config/pa/pa-hpux10.h:105
432 #: config/pa/pa-hpux10.h:113 config/pa/pa-hpux10.h:116
433 #: config/pa/pa-hpux11.h:134 config/pa/pa-hpux11.h:137
434 #: config/pa/pa64-hpux.h:29 config/pa/pa64-hpux.h:32 config/pa/pa64-hpux.h:41
435 #: config/pa/pa64-hpux.h:44
436 msgid "warning: consider linking with '-static' as system libraries with"
437 msgstr ""
438
439 #: config/pa/pa-hpux10.h:103 config/pa/pa-hpux10.h:106
440 #: config/pa/pa-hpux10.h:114 config/pa/pa-hpux10.h:117
441 #: config/pa/pa-hpux11.h:135 config/pa/pa-hpux11.h:138
442 #: config/pa/pa64-hpux.h:30 config/pa/pa64-hpux.h:33 config/pa/pa64-hpux.h:42
443 #: config/pa/pa64-hpux.h:45
444 msgid "  profiling support are only provided in archive format"
445 msgstr ""
446
447 #: config/rs6000/darwin.h:123
448 msgid " conflicting code gen style switches are used"
449 msgstr ""
450
451 #: config/rs6000/freebsd64.h:114
452 msgid "consider using `-pg' instead of `-p' with gprof(1)"
453 msgstr "razmislite o korištenju „-pg“ umjesto „-p“ s gprof(1)"
454
455 #: config/rs6000/rs6000.h:167
456 msgid "Missing -mcpu option in ASM_CPU_SPEC?"
457 msgstr ""
458
459 #: config/rx/linux.h:53 config/rx/rx.h:82
460 msgid "rx200 cpu does not have FPU hardware"
461 msgstr ""
462
463 #: config/rx/rx.h:80
464 msgid "-mas100-syntax is incompatible with -gdwarf"
465 msgstr ""
466
467 #: config/rx/rx.h:81
468 msgid "rx100 cpu does not have FPU hardware"
469 msgstr ""
470
471 #: config/s390/tpf.h:119
472 msgid "static is not supported on TPF-OS"
473 msgstr ""
474
475 #: config/sh/sh.h:299 config/sh/sh.h:302
476 msgid "SH2a does not support little-endian"
477 msgstr ""
478
479 #: config/sparc/linux64.h:142
480 msgid "-fsanitize=address is not supported in this configuration"
481 msgstr "-fsanitize=address nije podržan u ovoj konfiguraciji"
482
483 #: config/sparc/linux64.h:156 config/sparc/linux64.h:162
484 #: config/sparc/netbsd-elf.h:108 config/sparc/netbsd-elf.h:117
485 #: config/sparc/sol2.h:237 config/sparc/sol2.h:243
486 msgid "may not use both -m32 and -m64"
487 msgstr ""
488
489 #: config/tilegx/tilegx.h:520 config/tilegx/tilegx.h:525
490 msgid "-mbig-endian and -mlittle-endian may not be used together"
491 msgstr ""
492
493 #: config/vax/netbsd-elf.h:51
494 msgid "the -shared option is not currently supported for VAX ELF"
495 msgstr ""
496
497 #: config/vax/vax.h:46 config/vax/vax.h:47
498 msgid "profiling not supported with -mg"
499 msgstr ""
500
501 #: ada/gcc-interface/lang-specs.h:38
502 msgid "-c or -S required for Ada"
503 msgstr ""
504
505 #: ada/gcc-interface/lang-specs.h:56
506 msgid "-c required for gnat2why"
507 msgstr ""
508
509 #: ada/gcc-interface/lang-specs.h:67
510 msgid "-c required for gnat2scil"
511 msgstr ""
512
513 #: fortran/lang-specs.h:60 fortran/lang-specs.h:74
514 msgid "gfortran does not support -E without -cpp"
515 msgstr ""
516
517 #: objc/lang-specs.h:30 objc/lang-specs.h:41
518 msgid "GNU Objective C no longer supports traditional compilation"
519 msgstr ""
520
521 #: objc/lang-specs.h:55
522 msgid "objc-cpp-output is deprecated; please use objective-c-cpp-output instead"
523 msgstr ""
524
525 #: objcp/lang-specs.h:58
526 msgid "objc++-cpp-output is deprecated; please use objective-c++-cpp-output instead"
527 msgstr ""
528
529 #: fortran/lang.opt:146
530 #, no-c-format
531 msgid "-J<directory>\tPut MODULE files in 'directory'."
532 msgstr ""
533
534 #: fortran/lang.opt:198
535 #, no-c-format
536 msgid "Warn about possible aliasing of dummy arguments."
537 msgstr ""
538
539 #: fortran/lang.opt:202
540 #, no-c-format
541 msgid "Warn about alignment of COMMON blocks."
542 msgstr ""
543
544 #: fortran/lang.opt:206
545 #, no-c-format
546 msgid "Warn about missing ampersand in continued character constants."
547 msgstr ""
548
549 #: fortran/lang.opt:210
550 #, no-c-format
551 msgid "Warn about creation of array temporaries."
552 msgstr ""
553
554 #: fortran/lang.opt:214 fortran/lang.opt:535 config/alpha/alpha.opt:31
555 #: common.opt:680 common.opt:822 common.opt:1060 common.opt:1064
556 #: common.opt:1068 common.opt:1072 common.opt:1747 common.opt:1811
557 #: common.opt:1950 common.opt:1954 common.opt:2203 common.opt:2421
558 #: common.opt:3137
559 #, no-c-format
560 msgid "Does nothing. Preserved for backward compatibility."
561 msgstr ""
562
563 #: fortran/lang.opt:218
564 #, no-c-format
565 msgid "Warn if the type of a variable might be not interoperable with C."
566 msgstr ""
567
568 #: fortran/lang.opt:226
569 #, no-c-format
570 msgid "Warn about truncated character expressions."
571 msgstr ""
572
573 #: fortran/lang.opt:230
574 #, no-c-format
575 msgid "Warn about equality comparisons involving REAL or COMPLEX expressions."
576 msgstr ""
577
578 #: fortran/lang.opt:238
579 #, no-c-format
580 msgid "Warn about most implicit conversions."
581 msgstr ""
582
583 #: fortran/lang.opt:242
584 #, no-c-format
585 msgid "Warn about possibly incorrect subscripts in do loops."
586 msgstr ""
587
588 #: fortran/lang.opt:250
589 #, no-c-format
590 msgid "Warn if loops have been interchanged."
591 msgstr ""
592
593 #: fortran/lang.opt:254
594 #, no-c-format
595 msgid "Warn about function call elimination."
596 msgstr ""
597
598 #: fortran/lang.opt:258
599 #, no-c-format
600 msgid "Warn about calls with implicit interface."
601 msgstr ""
602
603 #: fortran/lang.opt:262
604 #, no-c-format
605 msgid "Warn about called procedures not explicitly declared."
606 msgstr ""
607
608 #: fortran/lang.opt:266
609 #, no-c-format
610 msgid "Warn about constant integer divisions with truncated results."
611 msgstr ""
612
613 #: fortran/lang.opt:270
614 #, no-c-format
615 msgid "Warn about truncated source lines."
616 msgstr ""
617
618 #: fortran/lang.opt:274
619 #, no-c-format
620 msgid "Warn on intrinsics not part of the selected standard."
621 msgstr ""
622
623 #: fortran/lang.opt:286
624 #, no-c-format
625 msgid "Warn about USE statements that have no ONLY qualifier."
626 msgstr ""
627
628 #: fortran/lang.opt:298
629 #, no-c-format
630 msgid "Warn that -fno-automatic may break recursion."
631 msgstr ""
632
633 #: fortran/lang.opt:306
634 #, no-c-format
635 msgid "Warn about real-literal-constants with 'q' exponent-letter."
636 msgstr ""
637
638 #: fortran/lang.opt:310
639 #, no-c-format
640 msgid "Warn when a left-hand-side array variable is reallocated."
641 msgstr ""
642
643 #: fortran/lang.opt:314
644 #, no-c-format
645 msgid "Warn when a left-hand-side variable is reallocated."
646 msgstr ""
647
648 #: fortran/lang.opt:318
649 #, no-c-format
650 msgid "Warn if the pointer in a pointer assignment might outlive its target."
651 msgstr ""
652
653 #: fortran/lang.opt:326
654 #, no-c-format
655 msgid "Warn about \"suspicious\" constructs."
656 msgstr ""
657
658 #: fortran/lang.opt:330
659 #, no-c-format
660 msgid "Permit nonconforming uses of the tab character."
661 msgstr ""
662
663 #: fortran/lang.opt:334
664 #, no-c-format
665 msgid "Warn about an invalid DO loop."
666 msgstr ""
667
668 #: fortran/lang.opt:338
669 #, no-c-format
670 msgid "Warn about underflow of numerical constant expressions."
671 msgstr ""
672
673 #: fortran/lang.opt:346
674 #, no-c-format
675 msgid "Warn if a user-procedure has the same name as an intrinsic."
676 msgstr ""
677
678 #: fortran/lang.opt:354
679 #, no-c-format
680 msgid "Warn about unused dummy arguments."
681 msgstr ""
682
683 #: fortran/lang.opt:358
684 #, no-c-format
685 msgid "Warn about zero-trip DO loops."
686 msgstr ""
687
688 #: fortran/lang.opt:362
689 #, no-c-format
690 msgid "Enable preprocessing."
691 msgstr ""
692
693 #: fortran/lang.opt:370
694 #, no-c-format
695 msgid "Disable preprocessing."
696 msgstr ""
697
698 #: fortran/lang.opt:378
699 #, no-c-format
700 msgid "Accept argument mismatches in procedure calls."
701 msgstr ""
702
703 #: fortran/lang.opt:382
704 #, no-c-format
705 msgid "Eliminate multiple function invocations also for impure functions."
706 msgstr ""
707
708 #: fortran/lang.opt:386
709 #, no-c-format
710 msgid "Enable alignment of COMMON blocks."
711 msgstr ""
712
713 #: fortran/lang.opt:390
714 #, no-c-format
715 msgid "All intrinsics procedures are available regardless of selected standard."
716 msgstr ""
717
718 #: fortran/lang.opt:394
719 #, no-c-format
720 msgid "Allow a BOZ literal constant to appear in an invalid context and with X instead of Z."
721 msgstr ""
722
723 #: fortran/lang.opt:402
724 #, no-c-format
725 msgid "Do not treat local variables and COMMON blocks as if they were named in SAVE statements."
726 msgstr ""
727
728 #: fortran/lang.opt:406
729 #, no-c-format
730 msgid "Specify that backslash in string introduces an escape character."
731 msgstr ""
732
733 #: fortran/lang.opt:410
734 #, no-c-format
735 msgid "Produce a backtrace when a runtime error is encountered."
736 msgstr ""
737
738 #: fortran/lang.opt:414
739 #, no-c-format
740 msgid "-fblas-matmul-limit=<n>\tSize of the smallest matrix for which matmul will use BLAS."
741 msgstr ""
742
743 #: fortran/lang.opt:421
744 #, no-c-format
745 msgid "Produce a warning at runtime if a array temporary has been created for a procedure argument."
746 msgstr ""
747
748 #: fortran/lang.opt:425
749 #, no-c-format
750 msgid "-fconvert=<big-endian|little-endian|native|swap|r16_ieee|r16_ibm>\tThe endianness used for unformatted files."
751 msgstr ""
752
753 #: fortran/lang.opt:450
754 #, no-c-format
755 msgid "Use the Cray Pointer extension."
756 msgstr ""
757
758 #: fortran/lang.opt:454
759 #, no-c-format
760 msgid "Generate C prototypes from BIND(C) declarations."
761 msgstr ""
762
763 #: fortran/lang.opt:458
764 #, no-c-format
765 msgid "Generate C prototypes from non-BIND(C) external procedure definitions."
766 msgstr ""
767
768 #: fortran/lang.opt:462
769 #, no-c-format
770 msgid "Ignore 'D' in column one in fixed form."
771 msgstr ""
772
773 #: fortran/lang.opt:466
774 #, no-c-format
775 msgid "Treat lines with 'D' in column one as comments."
776 msgstr ""
777
778 #: fortran/lang.opt:470
779 #, no-c-format
780 msgid "Issue debug information for compiler-generated auxiliary variables."
781 msgstr ""
782
783 #: fortran/lang.opt:474
784 #, no-c-format
785 msgid "Enable all DEC language extensions."
786 msgstr ""
787
788 #: fortran/lang.opt:478
789 #, no-c-format
790 msgid "Enable the use of blank format items in format strings."
791 msgstr ""
792
793 #: fortran/lang.opt:482
794 #, no-c-format
795 msgid "Enable the use of character literals in assignments and data statements for non-character variables."
796 msgstr ""
797
798 #: fortran/lang.opt:487
799 #, no-c-format
800 msgid "Enable legacy parsing of INCLUDE as statement."
801 msgstr ""
802
803 #: fortran/lang.opt:491
804 #, no-c-format
805 msgid "Enable default widths for i, f and g format specifiers."
806 msgstr ""
807
808 #: fortran/lang.opt:495
809 #, no-c-format
810 msgid "Enable kind-specific variants of integer intrinsic functions."
811 msgstr ""
812
813 #: fortran/lang.opt:499
814 #, no-c-format
815 msgid "Enable legacy math intrinsics for compatibility."
816 msgstr ""
817
818 #: fortran/lang.opt:503
819 #, no-c-format
820 msgid "Enable support for DEC STRUCTURE/RECORD."
821 msgstr ""
822
823 #: fortran/lang.opt:507
824 #, no-c-format
825 msgid "Enable DEC-style STATIC and AUTOMATIC attributes."
826 msgstr ""
827
828 #: fortran/lang.opt:511
829 #, no-c-format
830 msgid "Set the default double precision kind to an 8 byte wide type."
831 msgstr ""
832
833 #: fortran/lang.opt:515
834 #, no-c-format
835 msgid "Set the default integer kind to an 8 byte wide type."
836 msgstr ""
837
838 #: fortran/lang.opt:519
839 #, no-c-format
840 msgid "Set the default real kind to an 8 byte wide type."
841 msgstr ""
842
843 #: fortran/lang.opt:523
844 #, no-c-format
845 msgid "Set the default real kind to an 10 byte wide type."
846 msgstr ""
847
848 #: fortran/lang.opt:527
849 #, no-c-format
850 msgid "Set the default real kind to an 16 byte wide type."
851 msgstr ""
852
853 #: fortran/lang.opt:531
854 #, no-c-format
855 msgid "Allow dollar signs in entity names."
856 msgstr ""
857
858 #: fortran/lang.opt:539
859 #, no-c-format
860 msgid "Display the code tree after parsing."
861 msgstr ""
862
863 #: fortran/lang.opt:543
864 #, no-c-format
865 msgid "Display the code tree after front end optimization."
866 msgstr ""
867
868 #: fortran/lang.opt:547
869 #, no-c-format
870 msgid "Display the global symbol table after parsing."
871 msgstr ""
872
873 #: fortran/lang.opt:551
874 #, no-c-format
875 msgid "Display the code tree after parsing; deprecated option."
876 msgstr ""
877
878 #: fortran/lang.opt:555
879 #, no-c-format
880 msgid "Specify that an external BLAS library should be used for matmul calls on large-size arrays."
881 msgstr ""
882
883 #: fortran/lang.opt:559
884 #, no-c-format
885 msgid "Use f2c calling convention."
886 msgstr ""
887
888 #: fortran/lang.opt:563
889 #, no-c-format
890 msgid "Assume that the source file is fixed form."
891 msgstr ""
892
893 #: fortran/lang.opt:567
894 #, no-c-format
895 msgid "Force creation of temporary to test infrequently-executed forall code."
896 msgstr ""
897
898 #: fortran/lang.opt:571
899 #, no-c-format
900 msgid "Interpret any INTEGER(4) as an INTEGER(8)."
901 msgstr ""
902
903 #: fortran/lang.opt:575 fortran/lang.opt:579
904 #, no-c-format
905 msgid "Specify where to find the compiled intrinsic modules."
906 msgstr ""
907
908 #: fortran/lang.opt:583
909 #, no-c-format
910 msgid "Allow arbitrary character line width in fixed mode."
911 msgstr ""
912
913 #: fortran/lang.opt:587
914 #, no-c-format
915 msgid "-ffixed-line-length-<n>\tUse n as character line width in fixed mode."
916 msgstr ""
917
918 #: fortran/lang.opt:591
919 #, no-c-format
920 msgid "Pad shorter fixed form lines to line width with spaces."
921 msgstr ""
922
923 #: fortran/lang.opt:595
924 #, no-c-format
925 msgid "-ffpe-trap=[...]\tStop on following floating point exceptions."
926 msgstr ""
927
928 #: fortran/lang.opt:599
929 #, no-c-format
930 msgid "-ffpe-summary=[...]\tPrint summary of floating point exceptions."
931 msgstr ""
932
933 #: fortran/lang.opt:603
934 #, no-c-format
935 msgid "Assume that the source file is free form."
936 msgstr ""
937
938 #: fortran/lang.opt:607
939 #, no-c-format
940 msgid "Allow arbitrary character line width in free mode."
941 msgstr ""
942
943 #: fortran/lang.opt:611
944 #, no-c-format
945 msgid "-ffree-line-length-<n>\tUse n as character line width in free mode."
946 msgstr ""
947
948 #: fortran/lang.opt:615
949 #, no-c-format
950 msgid "Try to interchange loops if profitable."
951 msgstr ""
952
953 #: fortran/lang.opt:619
954 #, no-c-format
955 msgid "Enable front end optimization."
956 msgstr ""
957
958 #: fortran/lang.opt:623
959 #, no-c-format
960 msgid "Specify that no implicit typing is allowed, unless overridden by explicit IMPLICIT statements."
961 msgstr ""
962
963 #: fortran/lang.opt:627
964 #, no-c-format
965 msgid "-finit-character=<n>\tInitialize local character variables to ASCII value n."
966 msgstr ""
967
968 #: fortran/lang.opt:631
969 #, no-c-format
970 msgid "Initialize components of derived type variables according to other init flags."
971 msgstr ""
972
973 #: fortran/lang.opt:635
974 #, no-c-format
975 msgid "-finit-integer=<n>\tInitialize local integer variables to n."
976 msgstr ""
977
978 #: fortran/lang.opt:639
979 #, no-c-format
980 msgid "Initialize local variables to zero (from g77)."
981 msgstr ""
982
983 #: fortran/lang.opt:643
984 #, no-c-format
985 msgid "-finit-logical=<true|false>\tInitialize local logical variables."
986 msgstr ""
987
988 #: fortran/lang.opt:647
989 #, no-c-format
990 msgid "-finit-real=<zero|snan|nan|inf|-inf>\tInitialize local real variables."
991 msgstr ""
992
993 #: fortran/lang.opt:669
994 #, no-c-format
995 msgid "-finline-arg-packing\tPerform argument packing inline."
996 msgstr ""
997
998 #: fortran/lang.opt:673
999 #, no-c-format
1000 msgid "-finline-matmul-limit=<n>\tSpecify the size of the largest matrix for which matmul will be inlined."
1001 msgstr ""
1002
1003 #: fortran/lang.opt:677
1004 #, no-c-format
1005 msgid "-fmax-array-constructor=<n>\tMaximum number of objects in an array constructor."
1006 msgstr ""
1007
1008 #: fortran/lang.opt:681
1009 #, no-c-format
1010 msgid "-fmax-identifier-length=<n>\tMaximum identifier length."
1011 msgstr ""
1012
1013 #: fortran/lang.opt:685
1014 #, no-c-format
1015 msgid "-fmax-subrecord-length=<n>\tMaximum length for subrecords."
1016 msgstr ""
1017
1018 #: fortran/lang.opt:689
1019 #, no-c-format
1020 msgid "-fmax-stack-var-size=<n>\tSize in bytes of the largest array that will be put on the stack."
1021 msgstr ""
1022
1023 #: fortran/lang.opt:693
1024 #, no-c-format
1025 msgid "Put all local arrays on stack."
1026 msgstr ""
1027
1028 #: fortran/lang.opt:697
1029 #, no-c-format
1030 msgid "Set default accessibility of module entities to PRIVATE."
1031 msgstr ""
1032
1033 #: fortran/lang.opt:717
1034 #, no-c-format
1035 msgid "Try to lay out derived types as compactly as possible."
1036 msgstr ""
1037
1038 #: fortran/lang.opt:725
1039 #, no-c-format
1040 msgid "Protect parentheses in expressions."
1041 msgstr ""
1042
1043 #: fortran/lang.opt:729
1044 #, no-c-format
1045 msgid "Path to header file that should be pre-included before each compilation unit."
1046 msgstr ""
1047
1048 #: fortran/lang.opt:733
1049 #, no-c-format
1050 msgid "Enable range checking during compilation."
1051 msgstr ""
1052
1053 #: fortran/lang.opt:737
1054 #, no-c-format
1055 msgid "Interpret any REAL(4) as a REAL(8)."
1056 msgstr ""
1057
1058 #: fortran/lang.opt:741
1059 #, no-c-format
1060 msgid "Interpret any REAL(4) as a REAL(10)."
1061 msgstr ""
1062
1063 #: fortran/lang.opt:745
1064 #, no-c-format
1065 msgid "Interpret any REAL(4) as a REAL(16)."
1066 msgstr ""
1067
1068 #: fortran/lang.opt:749
1069 #, no-c-format
1070 msgid "Interpret any REAL(8) as a REAL(4)."
1071 msgstr ""
1072
1073 #: fortran/lang.opt:753
1074 #, no-c-format
1075 msgid "Interpret any REAL(8) as a REAL(10)."
1076 msgstr ""
1077
1078 #: fortran/lang.opt:757
1079 #, no-c-format
1080 msgid "Interpret any REAL(8) as a REAL(16)."
1081 msgstr ""
1082
1083 #: fortran/lang.opt:761
1084 #, no-c-format
1085 msgid "Reallocate the LHS in assignments."
1086 msgstr ""
1087
1088 #: fortran/lang.opt:765
1089 #, no-c-format
1090 msgid "Use a 4-byte record marker for unformatted files."
1091 msgstr ""
1092
1093 #: fortran/lang.opt:769
1094 #, no-c-format
1095 msgid "Use an 8-byte record marker for unformatted files."
1096 msgstr ""
1097
1098 #: fortran/lang.opt:773
1099 #, no-c-format
1100 msgid "Allocate local variables on the stack to allow indirect recursion."
1101 msgstr ""
1102
1103 #: fortran/lang.opt:777
1104 #, no-c-format
1105 msgid "Copy array sections into a contiguous block on procedure entry."
1106 msgstr ""
1107
1108 #: fortran/lang.opt:781
1109 #, no-c-format
1110 msgid "-fcoarray=<none|single|lib>\tSpecify which coarray parallelization should be used."
1111 msgstr ""
1112
1113 #: fortran/lang.opt:797
1114 #, no-c-format
1115 msgid "-fcheck=[...]\tSpecify which runtime checks are to be performed."
1116 msgstr ""
1117
1118 #: fortran/lang.opt:801
1119 #, no-c-format
1120 msgid "Append a second underscore if the name already contains an underscore."
1121 msgstr ""
1122
1123 #: fortran/lang.opt:809
1124 #, no-c-format
1125 msgid "Apply negative sign to zero values."
1126 msgstr ""
1127
1128 #: fortran/lang.opt:816
1129 #, no-c-format
1130 msgid "Disallow tail call optimization when a calling routine may have omitted character lengths."
1131 msgstr ""
1132
1133 #: fortran/lang.opt:820
1134 #, no-c-format
1135 msgid "Append underscores to externally visible names."
1136 msgstr ""
1137
1138 #: fortran/lang.opt:824 c-family/c.opt:1623 c-family/c.opt:1659
1139 #: c-family/c.opt:1667 c-family/c.opt:1986 config/pa/pa.opt:42
1140 #: config/pa/pa.opt:74 config/arc/arc.opt:140 config/arc/arc.opt:293
1141 #: config/arc/arc.opt:305 common.opt:638 common.opt:1151 common.opt:1155
1142 #: common.opt:1159 common.opt:1246 common.opt:1536 common.opt:1618
1143 #: common.opt:1902 common.opt:2045 common.opt:2088 common.opt:2496
1144 #: common.opt:2532 common.opt:2625 common.opt:2629 common.opt:2738
1145 #: common.opt:2829 common.opt:2837 common.opt:2845 common.opt:2853
1146 #: common.opt:2954 common.opt:3010 common.opt:3098 common.opt:3258
1147 #: common.opt:3262 common.opt:3266 common.opt:3270
1148 #, no-c-format
1149 msgid "Does nothing.  Preserved for backward compatibility."
1150 msgstr "Ne radi ništa. Zadržano radi kompatibilnosti s ranijim inačicama."
1151
1152 #: fortran/lang.opt:864
1153 #, no-c-format
1154 msgid "Statically link the GNU Fortran helper library (libgfortran)."
1155 msgstr ""
1156
1157 #: fortran/lang.opt:868
1158 #, no-c-format
1159 msgid "Conform to the ISO Fortran 2003 standard."
1160 msgstr ""
1161
1162 #: fortran/lang.opt:872
1163 #, no-c-format
1164 msgid "Conform to the ISO Fortran 2008 standard."
1165 msgstr ""
1166
1167 #: fortran/lang.opt:876
1168 #, no-c-format
1169 msgid "Conform to the ISO Fortran 2008 standard including TS 29113."
1170 msgstr ""
1171
1172 #: fortran/lang.opt:880
1173 #, no-c-format
1174 msgid "Conform to the ISO Fortran 2018 standard."
1175 msgstr ""
1176
1177 #: fortran/lang.opt:884
1178 #, no-c-format
1179 msgid "Conform to the ISO Fortran 95 standard."
1180 msgstr ""
1181
1182 #: fortran/lang.opt:888
1183 #, no-c-format
1184 msgid "Conform to nothing in particular."
1185 msgstr ""
1186
1187 #: fortran/lang.opt:892
1188 #, no-c-format
1189 msgid "Accept extensions to support legacy code."
1190 msgstr ""
1191
1192 #: c-family/c.opt:182
1193 #, no-c-format
1194 msgid "-A<question>=<answer>\tAssert the <answer> to <question>.  Putting '-' before <question> disables the <answer> to <question>."
1195 msgstr "-A<question>=<answer>\tPrihvati <answer> na <question>. Crticom „-“ ispred <question> onemogućuje se <answer> na <question>."
1196
1197 #: c-family/c.opt:186
1198 #, no-c-format
1199 msgid "Do not discard comments."
1200 msgstr ""
1201
1202 #: c-family/c.opt:190
1203 #, no-c-format
1204 msgid "Do not discard comments in macro expansions."
1205 msgstr "Ne odbacuje (ne briše) komentare u makro proširenjima."
1206
1207 #: c-family/c.opt:194
1208 #, no-c-format
1209 msgid "-D<macro>[=<val>]\tDefine a <macro> with <val> as its value.  If just <macro> is given, <val> is taken to be 1."
1210 msgstr "-D<macro>[=<val>]\tDefinira <macro> s vrijednošću <val>. Ako je dȃn samo <macro>, uzima se da je vrijednost <val>=1."
1211
1212 #: c-family/c.opt:201
1213 #, no-c-format
1214 msgid "-F <dir>\tAdd <dir> to the end of the main framework include path."
1215 msgstr ""
1216
1217 #: c-family/c.opt:205
1218 #, no-c-format
1219 msgid "Enable parsing GIMPLE."
1220 msgstr ""
1221
1222 #: c-family/c.opt:209
1223 #, no-c-format
1224 msgid "Print the name of header files as they are used."
1225 msgstr ""
1226
1227 #: c-family/c.opt:213
1228 #, no-c-format
1229 msgid "-I <dir>\tAdd <dir> to the end of the main include path."
1230 msgstr ""
1231
1232 #: c-family/c.opt:217
1233 #, no-c-format
1234 msgid "Generate make dependencies."
1235 msgstr ""
1236
1237 #: c-family/c.opt:221
1238 #, no-c-format
1239 msgid "Generate make dependencies and compile."
1240 msgstr ""
1241
1242 #: c-family/c.opt:225
1243 #, no-c-format
1244 msgid "-MF <file>\tWrite dependency output to the given file."
1245 msgstr ""
1246
1247 #: c-family/c.opt:229
1248 #, no-c-format
1249 msgid "Treat missing header files as generated files."
1250 msgstr ""
1251
1252 #: c-family/c.opt:233
1253 #, no-c-format
1254 msgid "Like -M but ignore system header files."
1255 msgstr ""
1256
1257 #: c-family/c.opt:237
1258 #, no-c-format
1259 msgid "Like -MD but ignore system header files."
1260 msgstr ""
1261
1262 #: c-family/c.opt:241
1263 #, no-c-format
1264 msgid "Generate C++ Module dependency information."
1265 msgstr ""
1266
1267 #: c-family/c.opt:249
1268 #, no-c-format
1269 msgid "Generate phony targets for all headers."
1270 msgstr ""
1271
1272 #: c-family/c.opt:253
1273 #, no-c-format
1274 msgid "-MQ <target>\tAdd a target that may require quoting."
1275 msgstr ""
1276
1277 #: c-family/c.opt:257
1278 #, no-c-format
1279 msgid "-MT <target>\tAdd a target that does not require quoting."
1280 msgstr ""
1281
1282 #: c-family/c.opt:261
1283 #, no-c-format
1284 msgid "Do not generate #line directives."
1285 msgstr ""
1286
1287 #: c-family/c.opt:265
1288 #, no-c-format
1289 msgid "-U<macro>\tUndefine <macro>."
1290 msgstr ""
1291
1292 #: c-family/c.opt:269
1293 #, no-c-format
1294 msgid "Warn if the NSObject attribute is applied to a non-typedef."
1295 msgstr ""
1296
1297 #: c-family/c.opt:273
1298 #, no-c-format
1299 msgid "Warn about things that will change when compiling with an ABI-compliant compiler."
1300 msgstr ""
1301
1302 #: c-family/c.opt:277
1303 #, no-c-format
1304 msgid "Warn about things that change between the current -fabi-version and the specified version."
1305 msgstr ""
1306
1307 #: c-family/c.opt:281
1308 #, no-c-format
1309 msgid "Warn if a subobject has an abi_tag attribute that the complete object type does not have."
1310 msgstr ""
1311
1312 #: c-family/c.opt:288
1313 #, no-c-format
1314 msgid "Warn on suspicious calls of standard functions computing absolute values."
1315 msgstr ""
1316
1317 #: c-family/c.opt:292
1318 #, no-c-format
1319 msgid "Warn about suspicious uses of memory addresses."
1320 msgstr ""
1321
1322 #: c-family/c.opt:308
1323 #, no-c-format
1324 msgid "Warn about 'new' of type with extended alignment without -faligned-new."
1325 msgstr ""
1326
1327 #: c-family/c.opt:312
1328 #, no-c-format
1329 msgid "-Waligned-new=[none|global|all]\tWarn even if 'new' uses a class member allocation function."
1330 msgstr ""
1331
1332 #: c-family/c.opt:316 ada/gcc-interface/lang.opt:57
1333 #, no-c-format
1334 msgid "Enable most warning messages."
1335 msgstr ""
1336
1337 #: c-family/c.opt:320
1338 #, no-c-format
1339 msgid "Warn on any use of alloca."
1340 msgstr ""
1341
1342 #: c-family/c.opt:324
1343 #, no-c-format
1344 msgid "-Walloc-size-larger-than=<bytes>\tWarn for calls to allocation functions that attempt to allocate objects larger than the specified number of bytes."
1345 msgstr ""
1346
1347 #: c-family/c.opt:329
1348 #, no-c-format
1349 msgid "Disable Walloc-size-larger-than= warning.  Equivalent to Walloc-size-larger-than=<SIZE_MAX> or larger."
1350 msgstr ""
1351
1352 #: c-family/c.opt:333
1353 #, no-c-format
1354 msgid "Warn for calls to allocation functions that specify zero bytes."
1355 msgstr ""
1356
1357 #: c-family/c.opt:337
1358 #, no-c-format
1359 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."
1360 msgstr ""
1361
1362 #: c-family/c.opt:343
1363 #, no-c-format
1364 msgid "Disable Walloca-larger-than= warning.  Equivalent to Walloca-larger-than=<SIZE_MAX> or larger."
1365 msgstr ""
1366
1367 #: c-family/c.opt:351
1368 #, no-c-format
1369 msgid "Warn about comparisons between two operands of array type."
1370 msgstr ""
1371
1372 #: c-family/c.opt:355 c-family/c.opt:359
1373 #, no-c-format
1374 msgid "Warn about mismatched declarations of array parameters and unsafe accesses to them."
1375 msgstr ""
1376
1377 #: c-family/c.opt:363
1378 #, no-c-format
1379 msgid "Warn about accesses to interior zero-length array members."
1380 msgstr ""
1381
1382 #: c-family/c.opt:367
1383 #, no-c-format
1384 msgid "Warn whenever an Objective-C assignment is being intercepted by the garbage collector."
1385 msgstr ""
1386
1387 #: c-family/c.opt:371
1388 #, no-c-format
1389 msgid "Warn about casting functions to incompatible types."
1390 msgstr ""
1391
1392 #: c-family/c.opt:379
1393 #, no-c-format
1394 msgid "-Wbidi-chars=[none|unpaired|any|ucn] Warn about UTF-8 bidirectional control characters."
1395 msgstr ""
1396
1397 #: c-family/c.opt:402
1398 #, no-c-format
1399 msgid "Warn about boolean expression compared with an integer value different from true/false."
1400 msgstr ""
1401
1402 #: c-family/c.opt:406
1403 #, no-c-format
1404 msgid "Warn about certain operations on boolean expressions."
1405 msgstr ""
1406
1407 #: c-family/c.opt:410
1408 #, no-c-format
1409 msgid "Warn when __builtin_frame_address or __builtin_return_address is used unsafely."
1410 msgstr ""
1411
1412 #: c-family/c.opt:414
1413 #, no-c-format
1414 msgid "Warn when a built-in function is declared with the wrong signature."
1415 msgstr ""
1416
1417 #: c-family/c.opt:418
1418 #, no-c-format
1419 msgid "Warn when a built-in preprocessor macro is undefined or redefined."
1420 msgstr ""
1421
1422 #: c-family/c.opt:422
1423 #, no-c-format
1424 msgid "Warn about features not present in ISO C11, but present in ISO C2X."
1425 msgstr ""
1426
1427 #: c-family/c.opt:426
1428 #, no-c-format
1429 msgid "Warn about features not present in ISO C90, but present in ISO C99."
1430 msgstr ""
1431
1432 #: c-family/c.opt:430
1433 #, no-c-format
1434 msgid "Warn about features not present in ISO C99, but present in ISO C11."
1435 msgstr ""
1436
1437 #: c-family/c.opt:434
1438 #, no-c-format
1439 msgid "Warn about C constructs that are not in the common subset of C and C++."
1440 msgstr ""
1441
1442 #: c-family/c.opt:441
1443 #, no-c-format
1444 msgid "Warn about C++ constructs whose meaning differs between ISO C++ 1998 and ISO C++ 2011."
1445 msgstr ""
1446
1447 #: c-family/c.opt:445
1448 #, no-c-format
1449 msgid "Warn about C++ constructs whose meaning differs between ISO C++ 2011 and ISO C++ 2014."
1450 msgstr ""
1451
1452 #: c-family/c.opt:452
1453 #, no-c-format
1454 msgid "Warn about C++ constructs whose meaning differs between ISO C++ 2014 and ISO C++ 2017."
1455 msgstr ""
1456
1457 #: c-family/c.opt:459
1458 #, no-c-format
1459 msgid "Warn about C++ constructs whose meaning differs between ISO C++ 2017 and ISO C++ 2020."
1460 msgstr ""
1461
1462 #: c-family/c.opt:463
1463 #, no-c-format
1464 msgid "Warn about C++11 constructs in code compiled with an older standard."
1465 msgstr ""
1466
1467 #: c-family/c.opt:467
1468 #, no-c-format
1469 msgid "Warn about C++14 constructs in code compiled with an older standard."
1470 msgstr ""
1471
1472 #: c-family/c.opt:471
1473 #, no-c-format
1474 msgid "Warn about C++17 constructs in code compiled with an older standard."
1475 msgstr ""
1476
1477 #: c-family/c.opt:475
1478 #, no-c-format
1479 msgid "Warn about C++20 constructs in code compiled with an older standard."
1480 msgstr ""
1481
1482 #: c-family/c.opt:479
1483 #, no-c-format
1484 msgid "Warn about C++23 constructs in code compiled with an older standard."
1485 msgstr ""
1486
1487 #: c-family/c.opt:483
1488 #, no-c-format
1489 msgid "Warn about casts between incompatible function types."
1490 msgstr ""
1491
1492 #: c-family/c.opt:487
1493 #, no-c-format
1494 msgid "Warn about casts which discard qualifiers."
1495 msgstr ""
1496
1497 #: c-family/c.opt:491 c-family/c.opt:495
1498 #, no-c-format
1499 msgid "Warn about catch handlers of non-reference type."
1500 msgstr ""
1501
1502 #: c-family/c.opt:499
1503 #, no-c-format
1504 msgid "Warn about subscripts whose type is \"char\"."
1505 msgstr ""
1506
1507 #: c-family/c.opt:503 c-family/c.opt:1520 c-family/c.opt:1524
1508 #: c-family/c.opt:1528 c-family/c.opt:1532 c-family/c.opt:1536
1509 #: c-family/c.opt:1540 c-family/c.opt:1544 c-family/c.opt:1551
1510 #: c-family/c.opt:1555 c-family/c.opt:1559 c-family/c.opt:1563
1511 #: c-family/c.opt:1567 c-family/c.opt:1571 c-family/c.opt:1575
1512 #: c-family/c.opt:1579 c-family/c.opt:1583 c-family/c.opt:1587
1513 #: c-family/c.opt:1591 c-family/c.opt:1595 c-family/c.opt:1599
1514 #: config/i386/i386.opt:991
1515 #, no-c-format
1516 msgid "Removed in GCC 9.  This switch has no effect."
1517 msgstr ""
1518
1519 #: c-family/c.opt:507
1520 #, no-c-format
1521 msgid "Warn about variables that might be changed by \"longjmp\" or \"vfork\"."
1522 msgstr ""
1523
1524 #: c-family/c.opt:511
1525 #, no-c-format
1526 msgid "Warn about uses of a comma operator within a subscripting expression."
1527 msgstr ""
1528
1529 #: c-family/c.opt:515
1530 #, no-c-format
1531 msgid "Warn about possibly nested block comments, and C++ comments spanning more than one physical line."
1532 msgstr ""
1533
1534 #: c-family/c.opt:519
1535 #, no-c-format
1536 msgid "Synonym for -Wcomment."
1537 msgstr ""
1538
1539 #: c-family/c.opt:523
1540 #, no-c-format
1541 msgid "Warn for conditionally-supported constructs."
1542 msgstr ""
1543
1544 #: c-family/c.opt:527
1545 #, no-c-format
1546 msgid "Warn for implicit type conversions that may change a value."
1547 msgstr ""
1548
1549 #: c-family/c.opt:531
1550 #, no-c-format
1551 msgid "Warn for converting NULL from/to a non-pointer type."
1552 msgstr ""
1553
1554 #: c-family/c.opt:539
1555 #, no-c-format
1556 msgid "Warn when performing class template argument deduction on a type with no deduction guides."
1557 msgstr ""
1558
1559 #: c-family/c.opt:544
1560 #, no-c-format
1561 msgid "Warn when all constructors and destructors are private."
1562 msgstr ""
1563
1564 #: c-family/c.opt:548
1565 #, no-c-format
1566 msgid "Warn about dangling else."
1567 msgstr ""
1568
1569 #: c-family/c.opt:552 c-family/c.opt:556
1570 #, no-c-format
1571 msgid "Warn for uses of pointers to auto variables whose lifetime has ended."
1572 msgstr ""
1573
1574 #: c-family/c.opt:560
1575 #, no-c-format
1576 msgid "Warn about __TIME__, __DATE__ and __TIMESTAMP__ usage."
1577 msgstr ""
1578
1579 #: c-family/c.opt:564
1580 #, no-c-format
1581 msgid "Warn when a declaration is found after a statement."
1582 msgstr ""
1583
1584 #: c-family/c.opt:568
1585 #, no-c-format
1586 msgid "Warn when deleting a pointer to incomplete type."
1587 msgstr ""
1588
1589 #: c-family/c.opt:572
1590 #, no-c-format
1591 msgid "Warn about deleting polymorphic objects with non-virtual destructors."
1592 msgstr ""
1593
1594 #: c-family/c.opt:580
1595 #, no-c-format
1596 msgid "Mark implicitly-declared copy operations as deprecated if the class has a user-provided copy operation."
1597 msgstr ""
1598
1599 #: c-family/c.opt:585
1600 #, no-c-format
1601 msgid "Mark implicitly-declared copy operations as deprecated if the class has a user-provided copy operation or destructor."
1602 msgstr ""
1603
1604 #: c-family/c.opt:590
1605 #, no-c-format
1606 msgid "Warn about deprecated arithmetic conversions on operands of enumeration types."
1607 msgstr ""
1608
1609 #: c-family/c.opt:594
1610 #, no-c-format
1611 msgid "Warn about deprecated arithmetic conversions on operands where one is of enumeration type and the other is of a floating-point type."
1612 msgstr ""
1613
1614 #: c-family/c.opt:599
1615 #, no-c-format
1616 msgid "Warn about positional initialization of structs requiring designated initializers."
1617 msgstr ""
1618
1619 #: c-family/c.opt:603
1620 #, no-c-format
1621 msgid "Warn if qualifiers on arrays which are pointer targets are discarded."
1622 msgstr ""
1623
1624 #: c-family/c.opt:607
1625 #, no-c-format
1626 msgid "Warn if type qualifiers on pointers are discarded."
1627 msgstr ""
1628
1629 #: c-family/c.opt:611
1630 #, no-c-format
1631 msgid "Warn about compile-time integer division by zero."
1632 msgstr ""
1633
1634 #: c-family/c.opt:615
1635 #, no-c-format
1636 msgid "Warn about duplicated branches in if-else statements."
1637 msgstr ""
1638
1639 #: c-family/c.opt:619
1640 #, no-c-format
1641 msgid "Warn about duplicated conditions in an if-else-if chain."
1642 msgstr ""
1643
1644 #: c-family/c.opt:623
1645 #, no-c-format
1646 msgid "Warn about violations of Effective C++ style rules."
1647 msgstr ""
1648
1649 #: c-family/c.opt:627
1650 #, no-c-format
1651 msgid "Warn about an empty body in an if or else statement."
1652 msgstr ""
1653
1654 #: c-family/c.opt:631
1655 #, no-c-format
1656 msgid "Warn about stray tokens after #else and #endif."
1657 msgstr ""
1658
1659 #: c-family/c.opt:635
1660 #, no-c-format
1661 msgid "Warn about comparison of different enum types."
1662 msgstr ""
1663
1664 #: c-family/c.opt:639
1665 #, no-c-format
1666 msgid "Warn about implicit conversion of enum types."
1667 msgstr ""
1668
1669 #: c-family/c.opt:647
1670 #, no-c-format
1671 msgid "This switch is deprecated; use -Werror=implicit-function-declaration instead."
1672 msgstr "taj šalter je zastario; koristite -Werror=implicit-function-declaration"
1673
1674 #: c-family/c.opt:651
1675 #, no-c-format
1676 msgid "Warn when an exception handler is shadowed by another handler."
1677 msgstr ""
1678
1679 #: c-family/c.opt:659
1680 #, no-c-format
1681 msgid "Warn about semicolon after in-class function definition."
1682 msgstr ""
1683
1684 #: c-family/c.opt:663
1685 #, no-c-format
1686 msgid "Warn for implicit type conversions that cause loss of floating point precision."
1687 msgstr ""
1688
1689 #: c-family/c.opt:667
1690 #, no-c-format
1691 msgid "Warn if testing floating point numbers for equality."
1692 msgstr ""
1693
1694 #: c-family/c.opt:671 c-family/c.opt:717
1695 #, no-c-format
1696 msgid "Warn about printf/scanf/strftime/strfmon format string anomalies."
1697 msgstr ""
1698
1699 #: c-family/c.opt:675
1700 #, no-c-format
1701 msgid "Warn about format strings that contain NUL bytes."
1702 msgstr ""
1703
1704 #: c-family/c.opt:679
1705 #, no-c-format
1706 msgid "Warn about GCC format strings with strings unsuitable for diagnostics."
1707 msgstr ""
1708
1709 #: c-family/c.opt:683
1710 #, no-c-format
1711 msgid "Warn if passing too many arguments to a function for its format string."
1712 msgstr ""
1713
1714 #: c-family/c.opt:687
1715 #, no-c-format
1716 msgid "Warn about format strings that are not literals."
1717 msgstr ""
1718
1719 #: c-family/c.opt:691
1720 #, no-c-format
1721 msgid "Warn about function calls with format strings that write past the end of the destination region.  Same as -Wformat-overflow=1."
1722 msgstr "Upozori na pozive funkcija s format stingovima koji pišu iza kraja područja odredišta. Isto kao -Wformat-overflow=1."
1723
1724 #: c-family/c.opt:696
1725 #, no-c-format
1726 msgid "Warn about possible security problems with format functions."
1727 msgstr ""
1728
1729 #: c-family/c.opt:700
1730 #, no-c-format
1731 msgid "Warn about sign differences with format functions."
1732 msgstr ""
1733
1734 #: c-family/c.opt:704
1735 #, no-c-format
1736 msgid "Warn about calls to snprintf and similar functions that truncate output. Same as -Wformat-truncation=1."
1737 msgstr "Upozori na pozivanje snprintf i sličnih funkcija koje skraćuju izlaz. Isto kao  -Wformat-truncation=1."
1738
1739 #: c-family/c.opt:709
1740 #, no-c-format
1741 msgid "Warn about strftime formats yielding 2-digit years."
1742 msgstr ""
1743
1744 #: c-family/c.opt:713
1745 #, no-c-format
1746 msgid "Warn about zero-length formats."
1747 msgstr ""
1748
1749 #: c-family/c.opt:721
1750 #, no-c-format
1751 msgid "Warn about function calls with format strings that write past the end of the destination region."
1752 msgstr ""
1753
1754 #: c-family/c.opt:726
1755 #, no-c-format
1756 msgid "Warn about calls to snprintf and similar functions that truncate output."
1757 msgstr ""
1758
1759 #: c-family/c.opt:730
1760 #, no-c-format
1761 msgid "Warn when the field in a struct is not aligned."
1762 msgstr ""
1763
1764 #: c-family/c.opt:734
1765 #, no-c-format
1766 msgid "Warn whenever type qualifiers are ignored."
1767 msgstr ""
1768
1769 #: c-family/c.opt:738
1770 #, no-c-format
1771 msgid "Warn whenever attributes are ignored."
1772 msgstr ""
1773
1774 #: c-family/c.opt:742
1775 #, no-c-format
1776 msgid "Warn when a base is inaccessible in derived due to ambiguity."
1777 msgstr ""
1778
1779 #: c-family/c.opt:746
1780 #, no-c-format
1781 msgid "Warn when there is a conversion between pointers that have incompatible types."
1782 msgstr ""
1783
1784 #: c-family/c.opt:750 common.opt:649
1785 #, no-c-format
1786 msgid "Warn for infinitely recursive calls."
1787 msgstr ""
1788
1789 #: c-family/c.opt:754
1790 #, no-c-format
1791 msgid "Warn when the address of packed member of struct or union is taken."
1792 msgstr ""
1793
1794 #: c-family/c.opt:758
1795 #, no-c-format
1796 msgid "Warn about variables which are initialized to themselves."
1797 msgstr ""
1798
1799 #: c-family/c.opt:762
1800 #, no-c-format
1801 msgid "Warn about uses of std::initializer_list that can result in dangling pointers."
1802 msgstr ""
1803
1804 #: c-family/c.opt:766
1805 #, no-c-format
1806 msgid "Warn about nonsensical values of --param destructive-interference-size or constructive-interference-size."
1807 msgstr ""
1808
1809 #: c-family/c.opt:771
1810 #, no-c-format
1811 msgid "Warn about implicit declarations."
1812 msgstr ""
1813
1814 #: c-family/c.opt:779
1815 #, no-c-format
1816 msgid "Warn about implicit conversions from \"float\" to \"double\"."
1817 msgstr ""
1818
1819 #: c-family/c.opt:783
1820 #, no-c-format
1821 msgid "Warn if \"defined\" is used outside #if."
1822 msgstr ""
1823
1824 #: c-family/c.opt:787
1825 #, no-c-format
1826 msgid "Warn about implicit function declarations."
1827 msgstr ""
1828
1829 #: c-family/c.opt:791
1830 #, no-c-format
1831 msgid "Warn when a declaration does not specify a type."
1832 msgstr ""
1833
1834 #: c-family/c.opt:798
1835 #, no-c-format
1836 msgid "Warn about C++11 inheriting constructors when the base has a variadic constructor."
1837 msgstr ""
1838
1839 #: c-family/c.opt:802
1840 #, no-c-format
1841 msgid "Warn about incompatible integer to pointer and pointer to integer conversions."
1842 msgstr ""
1843
1844 #: c-family/c.opt:806
1845 #, no-c-format
1846 msgid "Warn for suspicious integer expressions in boolean context."
1847 msgstr ""
1848
1849 #: c-family/c.opt:810
1850 #, no-c-format
1851 msgid "Warn when there is a cast to a pointer from an integer of a different size."
1852 msgstr ""
1853
1854 #: c-family/c.opt:814
1855 #, no-c-format
1856 msgid "Warn about invalid uses of the \"offsetof\" macro."
1857 msgstr ""
1858
1859 #: c-family/c.opt:818
1860 #, no-c-format
1861 msgid "Warn about PCH files that are found but not used."
1862 msgstr ""
1863
1864 #: c-family/c.opt:822
1865 #, no-c-format
1866 msgid "Warn when a jump misses a variable initialization."
1867 msgstr ""
1868
1869 #: c-family/c.opt:826
1870 #, no-c-format
1871 msgid "Warn when a string or character literal is followed by a ud-suffix which does not begin with an underscore."
1872 msgstr ""
1873
1874 #: c-family/c.opt:830
1875 #, no-c-format
1876 msgid "Warn when a logical operator is suspiciously always evaluating to true or false."
1877 msgstr ""
1878
1879 #: c-family/c.opt:834
1880 #, no-c-format
1881 msgid "Warn when logical not is used on the left hand side operand of a comparison."
1882 msgstr ""
1883
1884 #: c-family/c.opt:838
1885 #, no-c-format
1886 msgid "Do not warn about using \"long long\" when -pedantic."
1887 msgstr ""
1888
1889 #: c-family/c.opt:842
1890 #, no-c-format
1891 msgid "Warn about suspicious declarations of \"main\"."
1892 msgstr ""
1893
1894 #: c-family/c.opt:850
1895 #, no-c-format
1896 msgid "Warn about suspicious calls to memset where the third argument is constant literal zero and the second is not."
1897 msgstr ""
1898
1899 #: c-family/c.opt:854
1900 #, no-c-format
1901 msgid "Warn about suspicious calls to memset where the third argument contains the number of elements not multiplied by the element size."
1902 msgstr ""
1903
1904 #: c-family/c.opt:858
1905 #, no-c-format
1906 msgid "Warn when the indentation of the code does not reflect the block structure."
1907 msgstr ""
1908
1909 #: c-family/c.opt:862
1910 #, no-c-format
1911 msgid "Warn for deallocation calls with arguments returned from mismatched allocation functions."
1912 msgstr ""
1913
1914 #: c-family/c.opt:867
1915 #, no-c-format
1916 msgid "Warn for mismatches between calls to operator new or delete and the corresponding call to the allocation or deallocation function."
1917 msgstr ""
1918
1919 #: c-family/c.opt:872
1920 #, no-c-format
1921 msgid "Warn when a class is redeclared or referenced using a mismatched class-key."
1922 msgstr ""
1923
1924 #: c-family/c.opt:876
1925 #, no-c-format
1926 msgid "Warn about possibly missing braces around initializers."
1927 msgstr ""
1928
1929 #: c-family/c.opt:880
1930 #, no-c-format
1931 msgid "Warn about global functions without previous declarations."
1932 msgstr ""
1933
1934 #: c-family/c.opt:884
1935 #, no-c-format
1936 msgid "Warn about missing fields in struct initializers."
1937 msgstr ""
1938
1939 #: c-family/c.opt:888
1940 #, no-c-format
1941 msgid "Warn about likely missing requires keyword."
1942 msgstr ""
1943
1944 #: c-family/c.opt:892
1945 #, no-c-format
1946 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."
1947 msgstr ""
1948
1949 #: c-family/c.opt:896
1950 #, no-c-format
1951 msgid "Warn about unsafe macros expanding to multiple statements used as a body of a clause such as if, else, while, switch, or for."
1952 msgstr ""
1953
1954 #: c-family/c.opt:900
1955 #, no-c-format
1956 msgid "Warn on direct multiple inheritance."
1957 msgstr ""
1958
1959 #: c-family/c.opt:904
1960 #, no-c-format
1961 msgid "Warn on namespace definition."
1962 msgstr ""
1963
1964 #: c-family/c.opt:908
1965 #, no-c-format
1966 msgid "Warn when fields in a struct with the packed attribute are misaligned."
1967 msgstr ""
1968
1969 #: c-family/c.opt:912
1970 #, no-c-format
1971 msgid "Warn when a range-based for-loop is creating unnecessary copies."
1972 msgstr ""
1973
1974 #: c-family/c.opt:916
1975 #, no-c-format
1976 msgid "Warn when a class or enumerated type is referenced using a redundant class-key."
1977 msgstr ""
1978
1979 #: c-family/c.opt:920
1980 #, no-c-format
1981 msgid "Warn about missing sized deallocation functions."
1982 msgstr ""
1983
1984 #: c-family/c.opt:924
1985 #, no-c-format
1986 msgid "Warn about suspicious divisions of two sizeof expressions that don't work correctly with pointers."
1987 msgstr ""
1988
1989 #: c-family/c.opt:928
1990 #, no-c-format
1991 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."
1992 msgstr ""
1993
1994 #: c-family/c.opt:933
1995 #, no-c-format
1996 msgid "Warn about suspicious length parameters to certain string functions if the argument uses sizeof."
1997 msgstr ""
1998
1999 #: c-family/c.opt:937
2000 #, no-c-format
2001 msgid "Warn when sizeof is applied on a parameter declared as an array."
2002 msgstr ""
2003
2004 #: c-family/c.opt:941
2005 #, no-c-format
2006 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."
2007 msgstr ""
2008
2009 #: c-family/c.opt:947
2010 #, no-c-format
2011 msgid "Warn about buffer overflow in string manipulation functions like memcpy and strcpy."
2012 msgstr ""
2013
2014 #: c-family/c.opt:952
2015 #, no-c-format
2016 msgid "Under the control of Object Size type, warn about buffer overflow in string manipulation functions like memcpy and strcpy."
2017 msgstr ""
2018
2019 #: c-family/c.opt:957
2020 #, no-c-format
2021 msgid "Warn about reading past the end of a source array in string manipulation functions like memchr and memcpy."
2022 msgstr ""
2023
2024 #: c-family/c.opt:961
2025 #, no-c-format
2026 msgid "Warn about truncation in string manipulation functions like strncat and strncpy."
2027 msgstr ""
2028
2029 #: c-family/c.opt:965
2030 #, no-c-format
2031 msgid "Warn about functions which might be candidates for format attributes."
2032 msgstr ""
2033
2034 #: c-family/c.opt:969
2035 #, no-c-format
2036 msgid "Suggest that the override keyword be used when the declaration of a virtual function overrides another."
2037 msgstr ""
2038
2039 #: c-family/c.opt:974
2040 #, no-c-format
2041 msgid "Warn about enumerated switches, with no default, missing a case."
2042 msgstr ""
2043
2044 #: c-family/c.opt:978
2045 #, no-c-format
2046 msgid "Warn about enumerated switches missing a \"default:\" statement."
2047 msgstr ""
2048
2049 #: c-family/c.opt:982
2050 #, no-c-format
2051 msgid "Warn about all enumerated switches missing a specific case."
2052 msgstr ""
2053
2054 #: c-family/c.opt:986
2055 #, no-c-format
2056 msgid "Warn about switches with boolean controlling expression."
2057 msgstr ""
2058
2059 #: c-family/c.opt:990
2060 #, no-c-format
2061 msgid "Warn about switch values that are outside of the switch's type range."
2062 msgstr ""
2063
2064 #: c-family/c.opt:994
2065 #, no-c-format
2066 msgid "Warn on primary template declaration."
2067 msgstr ""
2068
2069 #: c-family/c.opt:998
2070 #, no-c-format
2071 msgid "Warn about declarations of entities that may be missing attributes that related entities have been declared with."
2072 msgstr ""
2073
2074 #: c-family/c.opt:1007
2075 #, no-c-format
2076 msgid "Warn about user-specified include directories that do not exist."
2077 msgstr ""
2078
2079 #: c-family/c.opt:1011
2080 #, no-c-format
2081 msgid "Warn about function parameters declared without a type specifier in K&R-style functions."
2082 msgstr ""
2083
2084 #: c-family/c.opt:1015
2085 #, no-c-format
2086 msgid "Warn about global functions without prototypes."
2087 msgstr ""
2088
2089 #: c-family/c.opt:1022
2090 #, no-c-format
2091 msgid "Warn about use of multi-character character constants."
2092 msgstr ""
2093
2094 #: c-family/c.opt:1026
2095 #, no-c-format
2096 msgid "Warn about narrowing conversions within { } that are ill-formed in C++11."
2097 msgstr ""
2098
2099 #: c-family/c.opt:1030
2100 #, no-c-format
2101 msgid "Warn about \"extern\" declarations not at file scope."
2102 msgstr ""
2103
2104 #: c-family/c.opt:1034
2105 #, no-c-format
2106 msgid "Warn when a noexcept expression evaluates to false even though the expression can't actually throw."
2107 msgstr ""
2108
2109 #: c-family/c.opt:1038
2110 #, no-c-format
2111 msgid "Warn if C++17 noexcept function type will change the mangled name of a symbol."
2112 msgstr ""
2113
2114 #: c-family/c.opt:1042
2115 #, no-c-format
2116 msgid "Warn when non-templatized friend functions are declared within a template."
2117 msgstr ""
2118
2119 #: c-family/c.opt:1046
2120 #, no-c-format
2121 msgid "Warn when a conversion function will never be called due to the type it converts to."
2122 msgstr ""
2123
2124 #: c-family/c.opt:1050
2125 #, no-c-format
2126 msgid "Warn for unsafe raw memory writes to objects of class types."
2127 msgstr ""
2128
2129 #: c-family/c.opt:1054
2130 #, no-c-format
2131 msgid "Warn about non-virtual destructors."
2132 msgstr ""
2133
2134 #: c-family/c.opt:1058
2135 #, no-c-format
2136 msgid "Warn about NULL being passed to argument slots marked as requiring non-NULL."
2137 msgstr ""
2138
2139 #: c-family/c.opt:1074
2140 #, no-c-format
2141 msgid "-Wnormalized=[none|id|nfc|nfkc]\tWarn about non-normalized Unicode strings."
2142 msgstr ""
2143
2144 #: c-family/c.opt:1097
2145 #, no-c-format
2146 msgid "Warn if a class interface has no superclass.  Root classes may use an attribute to suppress this warning."
2147 msgstr ""
2148
2149 #: c-family/c.opt:1102
2150 #, no-c-format
2151 msgid "Warn if a C-style cast is used in a program."
2152 msgstr ""
2153
2154 #: c-family/c.opt:1106
2155 #, no-c-format
2156 msgid "Warn for obsolescent usage in a declaration."
2157 msgstr ""
2158
2159 #: c-family/c.opt:1110
2160 #, no-c-format
2161 msgid "Warn if an old-style parameter definition is used."
2162 msgstr ""
2163
2164 #: c-family/c.opt:1114
2165 #, no-c-format
2166 msgid "Warn about potentially suboptimal choices related to OpenACC parallelism."
2167 msgstr ""
2168
2169 #: c-family/c.opt:1118
2170 #, no-c-format
2171 msgid "Warn if a simd directive is overridden by the vectorizer cost model."
2172 msgstr ""
2173
2174 #: c-family/c.opt:1122
2175 #, no-c-format
2176 msgid "Warn if a string is longer than the maximum portable length specified by the standard."
2177 msgstr ""
2178
2179 #: c-family/c.opt:1126
2180 #, no-c-format
2181 msgid "Warn about overloaded virtual function names."
2182 msgstr ""
2183
2184 #: c-family/c.opt:1130
2185 #, no-c-format
2186 msgid "Warn about overriding initializers without side effects."
2187 msgstr ""
2188
2189 #: c-family/c.opt:1134
2190 #, no-c-format
2191 msgid "Warn about overriding initializers with side effects."
2192 msgstr ""
2193
2194 #: c-family/c.opt:1138
2195 #, no-c-format
2196 msgid "Warn about packed bit-fields whose offset changed in GCC 4.4."
2197 msgstr ""
2198
2199 #: c-family/c.opt:1142
2200 #, no-c-format
2201 msgid "Warn about possibly missing parentheses."
2202 msgstr ""
2203
2204 #: c-family/c.opt:1150
2205 #, no-c-format
2206 msgid "Warn about calling std::move on a local object in a return statement preventing copy elision."
2207 msgstr ""
2208
2209 #: c-family/c.opt:1154
2210 #, no-c-format
2211 msgid "Warn when converting the type of pointers to member functions."
2212 msgstr ""
2213
2214 #: c-family/c.opt:1158
2215 #, no-c-format
2216 msgid "Warn about function pointer arithmetic."
2217 msgstr ""
2218
2219 #: c-family/c.opt:1162
2220 #, no-c-format
2221 msgid "Warn when a pointer differs in signedness in an assignment."
2222 msgstr ""
2223
2224 #: c-family/c.opt:1166
2225 #, no-c-format
2226 msgid "Warn when a pointer is compared with a zero character constant."
2227 msgstr ""
2228
2229 #: c-family/c.opt:1170
2230 #, no-c-format
2231 msgid "Warn when a pointer is cast to an integer of a different size."
2232 msgstr ""
2233
2234 #: c-family/c.opt:1174
2235 #, no-c-format
2236 msgid "Warn about misuses of pragmas."
2237 msgstr ""
2238
2239 #: c-family/c.opt:1178
2240 #, no-c-format
2241 msgid "Warn if constructor or destructors with priorities from 0 to 100 are used."
2242 msgstr ""
2243
2244 #: c-family/c.opt:1182
2245 #, no-c-format
2246 msgid "Warn if a property for an Objective-C object has no assign semantics specified."
2247 msgstr ""
2248
2249 #: c-family/c.opt:1186
2250 #, no-c-format
2251 msgid "Warn if inherited methods are unimplemented."
2252 msgstr ""
2253
2254 #: c-family/c.opt:1190 c-family/c.opt:1194
2255 #, no-c-format
2256 msgid "Warn for placement new expressions with undefined behavior."
2257 msgstr ""
2258
2259 #: c-family/c.opt:1198
2260 #, no-c-format
2261 msgid "Warn about multiple declarations of the same object."
2262 msgstr ""
2263
2264 #: c-family/c.opt:1202
2265 #, no-c-format
2266 msgid "Warn about redundant calls to std::move."
2267 msgstr ""
2268
2269 #: c-family/c.opt:1206
2270 #, no-c-format
2271 msgid "Warn about uses of register storage specifier."
2272 msgstr ""
2273
2274 #: c-family/c.opt:1210
2275 #, no-c-format
2276 msgid "Warn when the compiler reorders code."
2277 msgstr ""
2278
2279 #: c-family/c.opt:1214
2280 #, no-c-format
2281 msgid "Warn whenever a function's return type defaults to \"int\" (C), or about inconsistent return types (C++)."
2282 msgstr ""
2283
2284 #: c-family/c.opt:1218
2285 #, no-c-format
2286 msgid "Warn on suspicious constructs involving reverse scalar storage order."
2287 msgstr ""
2288
2289 #: c-family/c.opt:1222
2290 #, no-c-format
2291 msgid "Warn if a selector has multiple methods."
2292 msgstr ""
2293
2294 #: c-family/c.opt:1226
2295 #, no-c-format
2296 msgid "Warn about possible violations of sequence point rules."
2297 msgstr ""
2298
2299 #: c-family/c.opt:1230
2300 #, no-c-format
2301 msgid "Warn if a local declaration hides an instance variable."
2302 msgstr "Upozori ako lokalna deklaracija skriva varijablu instance."
2303
2304 #: c-family/c.opt:1234 c-family/c.opt:1238
2305 #, no-c-format
2306 msgid "Warn if left shift of a signed value overflows."
2307 msgstr ""
2308
2309 #: c-family/c.opt:1242
2310 #, no-c-format
2311 msgid "Warn if shift count is negative."
2312 msgstr ""
2313
2314 #: c-family/c.opt:1246
2315 #, no-c-format
2316 msgid "Warn if shift count >= width of type."
2317 msgstr ""
2318
2319 #: c-family/c.opt:1250
2320 #, no-c-format
2321 msgid "Warn if left shifting a negative value."
2322 msgstr ""
2323
2324 #: c-family/c.opt:1254
2325 #, no-c-format
2326 msgid "Warn if conversion of the result of arithmetic might change the value even though converting the operands cannot."
2327 msgstr ""
2328
2329 #: c-family/c.opt:1258
2330 #, no-c-format
2331 msgid "Warn about signed-unsigned comparisons."
2332 msgstr ""
2333
2334 #: c-family/c.opt:1266
2335 #, no-c-format
2336 msgid "Warn for implicit type conversions between signed and unsigned integers."
2337 msgstr ""
2338
2339 #: c-family/c.opt:1270
2340 #, no-c-format
2341 msgid "Warn when overload promotes from unsigned to signed."
2342 msgstr ""
2343
2344 #: c-family/c.opt:1274
2345 #, no-c-format
2346 msgid "Warn about uncasted NULL used as sentinel."
2347 msgstr ""
2348
2349 #: c-family/c.opt:1278
2350 #, no-c-format
2351 msgid "Warn about unprototyped function declarations."
2352 msgstr ""
2353
2354 #: c-family/c.opt:1290
2355 #, no-c-format
2356 msgid "Warn if type signatures of candidate methods do not match exactly."
2357 msgstr ""
2358
2359 #: c-family/c.opt:1294
2360 #, no-c-format
2361 msgid "Warn when __sync_fetch_and_nand and __sync_nand_and_fetch built-in functions are used."
2362 msgstr ""
2363
2364 #: c-family/c.opt:1298
2365 #, no-c-format
2366 msgid "Deprecated.  This switch has no effect."
2367 msgstr ""
2368
2369 #: c-family/c.opt:1306
2370 #, no-c-format
2371 msgid "Warn if a comparison always evaluates to true or false."
2372 msgstr ""
2373
2374 #: c-family/c.opt:1310
2375 #, no-c-format
2376 msgid "Warn if a throw expression will always result in a call to terminate()."
2377 msgstr ""
2378
2379 #: c-family/c.opt:1314
2380 #, no-c-format
2381 msgid "Warn about features not present in traditional C."
2382 msgstr ""
2383
2384 #: c-family/c.opt:1318
2385 #, no-c-format
2386 msgid "Warn of prototypes causing type conversions different from what would happen in the absence of prototype."
2387 msgstr ""
2388
2389 #: c-family/c.opt:1322
2390 #, no-c-format
2391 msgid "Warn if trigraphs are encountered that might affect the meaning of the program."
2392 msgstr ""
2393
2394 #: c-family/c.opt:1326
2395 #, no-c-format
2396 msgid "Warn about @selector()s without previously declared methods."
2397 msgstr ""
2398
2399 #: c-family/c.opt:1330
2400 #, no-c-format
2401 msgid "Warn if an undefined macro is used in an #if directive."
2402 msgstr ""
2403
2404 #: c-family/c.opt:1342
2405 #, no-c-format
2406 msgid "Warn about unrecognized pragmas."
2407 msgstr ""
2408
2409 #: c-family/c.opt:1346
2410 #, no-c-format
2411 msgid "Warn about unsuffixed float constants."
2412 msgstr ""
2413
2414 #: c-family/c.opt:1354
2415 #, no-c-format
2416 msgid "Warn when typedefs locally defined in a function are not used."
2417 msgstr ""
2418
2419 #: c-family/c.opt:1358
2420 #, no-c-format
2421 msgid "Warn about macros defined in the main file that are not used."
2422 msgstr ""
2423
2424 #: c-family/c.opt:1362
2425 #, no-c-format
2426 msgid "Warn if a caller of a function, marked with attribute warn_unused_result, does not use its return value."
2427 msgstr ""
2428
2429 #: c-family/c.opt:1370 c-family/c.opt:1374
2430 #, no-c-format
2431 msgid "Warn when a const variable is unused."
2432 msgstr ""
2433
2434 #: c-family/c.opt:1386
2435 #, no-c-format
2436 msgid "Warn about using variadic macros."
2437 msgstr ""
2438
2439 #: c-family/c.opt:1390
2440 #, no-c-format
2441 msgid "Warn about questionable usage of the macros used to retrieve variable arguments."
2442 msgstr ""
2443
2444 #: c-family/c.opt:1394
2445 #, no-c-format
2446 msgid "Warn about the most vexing parse syntactic ambiguity."
2447 msgstr ""
2448
2449 #: c-family/c.opt:1398
2450 #, no-c-format
2451 msgid "Warn if a variable length array is used."
2452 msgstr ""
2453
2454 #: c-family/c.opt:1402
2455 #, no-c-format
2456 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."
2457 msgstr ""
2458
2459 #: c-family/c.opt:1408
2460 #, no-c-format
2461 msgid "Disable Wvla-larger-than= warning.  Equivalent to Wvla-larger-than=<SIZE_MAX> or larger."
2462 msgstr ""
2463
2464 #: c-family/c.opt:1412
2465 #, no-c-format
2466 msgid "Warn about mismatched declarations of VLA parameters."
2467 msgstr ""
2468
2469 #: c-family/c.opt:1416
2470 #, no-c-format
2471 msgid "Warn about deprecated uses of volatile qualifier."
2472 msgstr ""
2473
2474 #: c-family/c.opt:1420
2475 #, no-c-format
2476 msgid "Warn when a register variable is declared volatile."
2477 msgstr ""
2478
2479 #: c-family/c.opt:1424
2480 #, no-c-format
2481 msgid "Warn on direct virtual inheritance."
2482 msgstr ""
2483
2484 #: c-family/c.opt:1428
2485 #, no-c-format
2486 msgid "Warn if a virtual base has a non-trivial move assignment operator."
2487 msgstr ""
2488
2489 #: c-family/c.opt:1432
2490 #, no-c-format
2491 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."
2492 msgstr ""
2493
2494 #: c-family/c.opt:1436
2495 #, no-c-format
2496 msgid "Warn when a literal '0' is used as null pointer."
2497 msgstr ""
2498
2499 #: c-family/c.opt:1440
2500 #, no-c-format
2501 msgid "Warn about useless casts."
2502 msgstr ""
2503
2504 #: c-family/c.opt:1444
2505 #, no-c-format
2506 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."
2507 msgstr ""
2508
2509 #: c-family/c.opt:1448
2510 #, no-c-format
2511 msgid "Warn when a declaration has duplicate const, volatile, restrict or _Atomic specifier."
2512 msgstr ""
2513
2514 #: c-family/c.opt:1452
2515 #, no-c-format
2516 msgid "Warn when an argument passed to a restrict-qualified parameter aliases with another argument."
2517 msgstr ""
2518
2519 #: c-family/c.opt:1457
2520 #, no-c-format
2521 msgid "A synonym for -std=c89 (for C) or -std=c++98 (for C++)."
2522 msgstr ""
2523
2524 #: c-family/c.opt:1465
2525 #, no-c-format
2526 msgid "The version of the C++ ABI used for -Wabi warnings and link compatibility aliases."
2527 msgstr ""
2528
2529 #: c-family/c.opt:1469
2530 #, no-c-format
2531 msgid "Enforce class member access control semantics."
2532 msgstr ""
2533
2534 #: c-family/c.opt:1473
2535 #, no-c-format
2536 msgid "-fada-spec-parent=unit\tDump Ada specs as child units of given parent."
2537 msgstr ""
2538
2539 #: c-family/c.opt:1477
2540 #, no-c-format
2541 msgid "Support C++17 allocation of over-aligned types."
2542 msgstr ""
2543
2544 #: c-family/c.opt:1481
2545 #, no-c-format
2546 msgid "-faligned-new=<N>\tUse C++17 over-aligned type allocation for alignments greater than N."
2547 msgstr ""
2548
2549 #: c-family/c.opt:1488
2550 #, no-c-format
2551 msgid "Allow variadic functions without named parameter."
2552 msgstr ""
2553
2554 #: c-family/c.opt:1492 c-family/c.opt:1764 c-family/c.opt:2151
2555 #: c-family/c.opt:2155 c-family/c.opt:2171
2556 #, no-c-format
2557 msgid "No longer supported."
2558 msgstr ""
2559
2560 #: c-family/c.opt:1496
2561 #, no-c-format
2562 msgid "Recognize the \"asm\" keyword."
2563 msgstr ""
2564
2565 #: c-family/c.opt:1504
2566 #, no-c-format
2567 msgid "Recognize built-in functions."
2568 msgstr ""
2569
2570 #: c-family/c.opt:1511
2571 #, no-c-format
2572 msgid "Where shorter, use canonicalized paths to systems headers."
2573 msgstr ""
2574
2575 #: c-family/c.opt:1515
2576 #, no-c-format
2577 msgid "Enable the char8_t fundamental type and use it as the type for UTF-8 string and character literals."
2578 msgstr ""
2579
2580 #: c-family/c.opt:1603
2581 #, no-c-format
2582 msgid "Removed in GCC 8.  This switch has no effect."
2583 msgstr ""
2584
2585 #: c-family/c.opt:1607
2586 #, no-c-format
2587 msgid "Enable support for C++ concepts."
2588 msgstr ""
2589
2590 #: c-family/c.opt:1611
2591 #, no-c-format
2592 msgid "Enable certain features present in the Concepts TS."
2593 msgstr ""
2594
2595 #: c-family/c.opt:1615
2596 #, no-c-format
2597 msgid "Specify maximum error replay depth during recursive diagnosis of a constraint satisfaction failure."
2598 msgstr ""
2599
2600 #: c-family/c.opt:1619
2601 #, no-c-format
2602 msgid "Allow the arguments of the '?' operator to have different types."
2603 msgstr ""
2604
2605 #: c-family/c.opt:1627
2606 #, no-c-format
2607 msgid "-fconst-string-class=<name>\tUse class <name> for constant strings."
2608 msgstr ""
2609
2610 #: c-family/c.opt:1631
2611 #, no-c-format
2612 msgid "-fconstexpr-depth=<number>\tSpecify maximum constexpr recursion depth."
2613 msgstr ""
2614
2615 #: c-family/c.opt:1635
2616 #, no-c-format
2617 msgid "-fconstexpr-cache-depth=<number>\tSpecify maximum constexpr recursion cache depth."
2618 msgstr ""
2619
2620 #: c-family/c.opt:1639
2621 #, no-c-format
2622 msgid "Allow IEC559 floating point exceptions in constant expressions."
2623 msgstr ""
2624
2625 #: c-family/c.opt:1643
2626 #, no-c-format
2627 msgid "-fconstexpr-loop-limit=<number>\tSpecify maximum constexpr loop iteration count."
2628 msgstr ""
2629
2630 #: c-family/c.opt:1647
2631 #, no-c-format
2632 msgid "-fconstexpr-ops-limit=<number>\tSpecify maximum number of constexpr operations during a single constexpr evaluation."
2633 msgstr ""
2634
2635 #: c-family/c.opt:1651
2636 #, no-c-format
2637 msgid "Enable C++ coroutines (experimental)."
2638 msgstr ""
2639
2640 #: c-family/c.opt:1655
2641 #, no-c-format
2642 msgid "Emit debug annotations during preprocessing."
2643 msgstr ""
2644
2645 #: c-family/c.opt:1663
2646 #, no-c-format
2647 msgid "Factor complex constructors and destructors to favor space over speed."
2648 msgstr ""
2649
2650 #: c-family/c.opt:1671
2651 #, no-c-format
2652 msgid "Print hierarchical comparisons when template types are mismatched."
2653 msgstr ""
2654
2655 #: c-family/c.opt:1675
2656 #, no-c-format
2657 msgid "Preprocess directives only."
2658 msgstr ""
2659
2660 #: c-family/c.opt:1679
2661 #, no-c-format
2662 msgid "Permit '$' as an identifier character."
2663 msgstr ""
2664
2665 #: c-family/c.opt:1683
2666 #, no-c-format
2667 msgid "-fmacro-prefix-map=<old>=<new>\tMap one directory name to another in __FILE__, __BASE_FILE__, and __builtin_FILE()."
2668 msgstr ""
2669
2670 #: c-family/c.opt:1687
2671 #, no-c-format
2672 msgid "Write all declarations as Ada code transitively."
2673 msgstr ""
2674
2675 #: c-family/c.opt:1691
2676 #, no-c-format
2677 msgid "Write all declarations as Ada code for the given file only."
2678 msgstr ""
2679
2680 #: c-family/c.opt:1698
2681 #, no-c-format
2682 msgid "Do not elide common elements in template comparisons."
2683 msgstr ""
2684
2685 #: c-family/c.opt:1702
2686 #, no-c-format
2687 msgid "Generate code to check exception specifications."
2688 msgstr ""
2689
2690 #: c-family/c.opt:1709
2691 #, no-c-format
2692 msgid "-fexec-charset=<cset>\tConvert all strings and character constants to character set <cset>."
2693 msgstr ""
2694
2695 #: c-family/c.opt:1713
2696 #, no-c-format
2697 msgid "Permit universal character names (\\u and \\U) in identifiers."
2698 msgstr ""
2699
2700 #: c-family/c.opt:1717
2701 #, no-c-format
2702 msgid "-finput-charset=<cset>\tSpecify the default character set for source files."
2703 msgstr ""
2704
2705 #: c-family/c.opt:1721
2706 #, no-c-format
2707 msgid "Support dynamic initialization of thread-local variables in a different translation unit."
2708 msgstr ""
2709
2710 #: c-family/c.opt:1728
2711 #, no-c-format
2712 msgid "Fold calls to simple inline functions."
2713 msgstr ""
2714
2715 #: c-family/c.opt:1735
2716 #, no-c-format
2717 msgid "Do not assume that standard C libraries and \"main\" exist."
2718 msgstr ""
2719
2720 #: c-family/c.opt:1739
2721 #, no-c-format
2722 msgid "Recognize GNU-defined keywords."
2723 msgstr ""
2724
2725 #: c-family/c.opt:1743
2726 #, no-c-format
2727 msgid "Generate code for GNU runtime environment."
2728 msgstr ""
2729
2730 #: c-family/c.opt:1747
2731 #, no-c-format
2732 msgid "Use traditional GNU semantics for inline functions."
2733 msgstr ""
2734
2735 #: c-family/c.opt:1760
2736 #, no-c-format
2737 msgid "Assume normal C execution environment."
2738 msgstr ""
2739
2740 #: c-family/c.opt:1768
2741 #, no-c-format
2742 msgid "Export functions even if they can be inlined."
2743 msgstr ""
2744
2745 #: c-family/c.opt:1772
2746 #, no-c-format
2747 msgid "Make inline functions constexpr by default."
2748 msgstr ""
2749
2750 #: c-family/c.opt:1776
2751 #, no-c-format
2752 msgid "Emit implicit instantiations of inline templates."
2753 msgstr ""
2754
2755 #: c-family/c.opt:1780
2756 #, no-c-format
2757 msgid "Emit implicit instantiations of templates."
2758 msgstr ""
2759
2760 #: c-family/c.opt:1784
2761 #, no-c-format
2762 msgid "Implement C++17 inheriting constructor semantics."
2763 msgstr ""
2764
2765 #: c-family/c.opt:1791
2766 #, no-c-format
2767 msgid "Don't emit dllexported inline functions unless needed."
2768 msgstr ""
2769
2770 #: c-family/c.opt:1798
2771 #, no-c-format
2772 msgid "Allow implicit conversions between vectors with differing numbers of subparts and/or differing element types."
2773 msgstr ""
2774
2775 #: c-family/c.opt:1802
2776 #, no-c-format
2777 msgid "Enable C++ modules-ts (experimental)."
2778 msgstr ""
2779
2780 #: c-family/c.opt:1810
2781 #, no-c-format
2782 msgid "Enable C++ header module (experimental)."
2783 msgstr ""
2784
2785 #: c-family/c.opt:1817
2786 #, no-c-format
2787 msgid "Member functions defined within their class are inline in module purview."
2788 msgstr ""
2789
2790 #: c-family/c.opt:1821
2791 #, no-c-format
2792 msgid "Only emit Compiled Module Interface."
2793 msgstr ""
2794
2795 #: c-family/c.opt:1825
2796 #, no-c-format
2797 msgid "Mapper for module to CMI files."
2798 msgstr ""
2799
2800 #: c-family/c.opt:1829
2801 #, no-c-format
2802 msgid "Enable lazy module importing."
2803 msgstr ""
2804
2805 #: c-family/c.opt:1837
2806 #, no-c-format
2807 msgid "Warn about macros that have conflicting header units definitions."
2808 msgstr ""
2809
2810 #: c-family/c.opt:1841
2811 #, no-c-format
2812 msgid "Note #include directives translated to import declarations."
2813 msgstr ""
2814
2815 #: c-family/c.opt:1845
2816 #, no-c-format
2817 msgid "Note #include directives not translated to import declarations, and not known to be textual."
2818 msgstr ""
2819
2820 #: c-family/c.opt:1849
2821 #, no-c-format
2822 msgid "Note a #include translation of a specific header."
2823 msgstr ""
2824
2825 #: c-family/c.opt:1853
2826 #, no-c-format
2827 msgid "Note Compiled Module Interface pathnames."
2828 msgstr ""
2829
2830 #: c-family/c.opt:1857
2831 #, no-c-format
2832 msgid "Note Compiled Module Interface pathname of a specific module or header-unit."
2833 msgstr ""
2834
2835 #: c-family/c.opt:1861
2836 #, no-c-format
2837 msgid "fmax-include-depth=<number> Set the maximum depth of the nested #include."
2838 msgstr ""
2839
2840 #: c-family/c.opt:1865
2841 #, no-c-format
2842 msgid "Don't warn about uses of Microsoft extensions."
2843 msgstr ""
2844
2845 #: c-family/c.opt:1884
2846 #, no-c-format
2847 msgid "Implement resolution of DR 150 for matching of template template arguments."
2848 msgstr ""
2849
2850 #: c-family/c.opt:1888
2851 #, no-c-format
2852 msgid "Generate code for NeXT (Apple Mac OS X) runtime environment."
2853 msgstr ""
2854
2855 #: c-family/c.opt:1892
2856 #, no-c-format
2857 msgid "Assume that receivers of Objective-C messages may be nil."
2858 msgstr ""
2859
2860 #: c-family/c.opt:1896
2861 #, no-c-format
2862 msgid "Allow access to instance variables as if they were local declarations within instance method implementations."
2863 msgstr ""
2864
2865 #: c-family/c.opt:1900
2866 #, no-c-format
2867 msgid "-fvisibility=[private|protected|public|package]\tSet the default symbol visibility."
2868 msgstr ""
2869
2870 #: c-family/c.opt:1925
2871 #, no-c-format
2872 msgid "Treat a throw() exception specification as noexcept to improve code size."
2873 msgstr ""
2874
2875 #: c-family/c.opt:1929
2876 #, no-c-format
2877 msgid "Specify which ABI to use for Objective-C family code and meta-data generation."
2878 msgstr ""
2879
2880 #: c-family/c.opt:1935
2881 #, no-c-format
2882 msgid "Generate special Objective-C methods to initialize/destroy non-POD C++ ivars, if needed."
2883 msgstr ""
2884
2885 #: c-family/c.opt:1939
2886 #, no-c-format
2887 msgid "Allow fast jumps to the message dispatcher."
2888 msgstr ""
2889
2890 #: c-family/c.opt:1945
2891 #, no-c-format
2892 msgid "Enable Objective-C exception and synchronization syntax."
2893 msgstr ""
2894
2895 #: c-family/c.opt:1949
2896 #, no-c-format
2897 msgid "Enable garbage collection (GC) in Objective-C/Objective-C++ programs."
2898 msgstr ""
2899
2900 #: c-family/c.opt:1953
2901 #, no-c-format
2902 msgid "Enable inline checks for nil receivers with the NeXT runtime and ABI version 2."
2903 msgstr ""
2904
2905 #: c-family/c.opt:1958
2906 #, no-c-format
2907 msgid "Enable Objective-C setjmp exception handling runtime."
2908 msgstr ""
2909
2910 #: c-family/c.opt:1962
2911 #, no-c-format
2912 msgid "Conform to the Objective-C 1.0 language as implemented in GCC 4.0."
2913 msgstr ""
2914
2915 #: c-family/c.opt:1966
2916 #, no-c-format
2917 msgid "Enable OpenACC."
2918 msgstr ""
2919
2920 #: c-family/c.opt:1970
2921 #, no-c-format
2922 msgid "Specify default OpenACC compute dimensions."
2923 msgstr ""
2924
2925 #: c-family/c.opt:1974
2926 #, no-c-format
2927 msgid "Enable OpenMP (implies -frecursive in Fortran)."
2928 msgstr ""
2929
2930 #: c-family/c.opt:1978
2931 #, no-c-format
2932 msgid "Enable OpenMP's SIMD directives."
2933 msgstr ""
2934
2935 #: c-family/c.opt:1982
2936 #, no-c-format
2937 msgid "Recognize C++ keywords like \"compl\" and \"xor\"."
2938 msgstr ""
2939
2940 #: c-family/c.opt:1993
2941 #, no-c-format
2942 msgid "Look for and use PCH files even when preprocessing."
2943 msgstr ""
2944
2945 #: c-family/c.opt:1997
2946 #, no-c-format
2947 msgid "Downgrade conformance errors to warnings."
2948 msgstr ""
2949
2950 #: c-family/c.opt:2001
2951 #, no-c-format
2952 msgid "Enable Plan 9 language extensions."
2953 msgstr ""
2954
2955 #: c-family/c.opt:2005
2956 #, no-c-format
2957 msgid "Treat the input file as already preprocessed."
2958 msgstr ""
2959
2960 #: c-family/c.opt:2013
2961 #, no-c-format
2962 msgid "-ftrack-macro-expansion=<0|1|2>\tTrack locations of tokens coming from macro expansion and display them in error messages."
2963 msgstr ""
2964
2965 #: c-family/c.opt:2017
2966 #, no-c-format
2967 msgid "Do not pretty-print template specializations as the template signature followed by the arguments."
2968 msgstr ""
2969
2970 #: c-family/c.opt:2021
2971 #, no-c-format
2972 msgid "Treat known sprintf return values as constants."
2973 msgstr ""
2974
2975 #: c-family/c.opt:2025
2976 #, no-c-format
2977 msgid "Used in Fix-and-Continue mode to indicate that object files may be swapped in at runtime."
2978 msgstr ""
2979
2980 #: c-family/c.opt:2029
2981 #, no-c-format
2982 msgid "Removed in GCC 10.  This switch has no effect."
2983 msgstr ""
2984
2985 #: c-family/c.opt:2033
2986 #, no-c-format
2987 msgid "Generate run time type descriptor information."
2988 msgstr ""
2989
2990 #: c-family/c.opt:2037 ada/gcc-interface/lang.opt:81
2991 #, no-c-format
2992 msgid "Use the narrowest integer type possible for enumeration types."
2993 msgstr ""
2994
2995 #: c-family/c.opt:2041
2996 #, no-c-format
2997 msgid "Force the underlying type for \"wchar_t\" to be \"unsigned short\"."
2998 msgstr ""
2999
3000 #: c-family/c.opt:2045
3001 #, no-c-format
3002 msgid "When \"signed\" or \"unsigned\" is not given make the bitfield signed."
3003 msgstr ""
3004
3005 #: c-family/c.opt:2049 ada/gcc-interface/lang.opt:85
3006 #, no-c-format
3007 msgid "Make \"char\" signed by default."
3008 msgstr "Čini da je \"char\" zadano potpisan (default)"
3009
3010 #: c-family/c.opt:2053
3011 #, no-c-format
3012 msgid "Enable C++14 sized deallocation support."
3013 msgstr ""
3014
3015 #: c-family/c.opt:2060
3016 #, no-c-format
3017 msgid "-fsso-struct=[big-endian|little-endian|native]\tSet the default scalar storage order."
3018 msgstr ""
3019
3020 #: c-family/c.opt:2076
3021 #, no-c-format
3022 msgid "Display statistics accumulated during compilation."
3023 msgstr ""
3024
3025 #: c-family/c.opt:2080
3026 #, no-c-format
3027 msgid "Assume that values of enumeration type are always within the minimum range of that type."
3028 msgstr ""
3029
3030 #: c-family/c.opt:2087 c-family/c.opt:2092
3031 #, no-c-format
3032 msgid "Follow the C++17 evaluation order requirements for assignment expressions, shift, member function calls, etc."
3033 msgstr ""
3034
3035 #: c-family/c.opt:2109
3036 #, no-c-format
3037 msgid "Set the maximum number of template instantiation notes for a single warning or error."
3038 msgstr ""
3039
3040 #: c-family/c.opt:2116
3041 #, no-c-format
3042 msgid "-ftemplate-depth=<number>\tSpecify maximum template instantiation depth."
3043 msgstr ""
3044
3045 #: c-family/c.opt:2123
3046 #, no-c-format
3047 msgid "-fno-threadsafe-statics\tDo not generate thread-safe code for initializing local statics."
3048 msgstr ""
3049
3050 #: c-family/c.opt:2127
3051 #, no-c-format
3052 msgid "When \"signed\" or \"unsigned\" is not given make the bitfield unsigned."
3053 msgstr ""
3054
3055 #: c-family/c.opt:2131 ada/gcc-interface/lang.opt:89
3056 #, no-c-format
3057 msgid "Make \"char\" unsigned by default."
3058 msgstr "Čini da je \"char\" zadano nepotpisan (default)"
3059
3060 #: c-family/c.opt:2135
3061 #, no-c-format
3062 msgid "Use __cxa_atexit to register destructors."
3063 msgstr ""
3064
3065 #: c-family/c.opt:2139
3066 #, no-c-format
3067 msgid "Use __cxa_get_exception_ptr in exception handling."
3068 msgstr ""
3069
3070 #: c-family/c.opt:2143
3071 #, no-c-format
3072 msgid "Marks all inlined functions and methods as having hidden visibility."
3073 msgstr ""
3074
3075 #: c-family/c.opt:2147
3076 #, no-c-format
3077 msgid "Changes visibility to match Microsoft Visual Studio by default."
3078 msgstr ""
3079
3080 #: c-family/c.opt:2159
3081 #, no-c-format
3082 msgid "Emit common-like symbols as weak symbols."
3083 msgstr ""
3084
3085 #: c-family/c.opt:2163
3086 #, no-c-format
3087 msgid "-fwide-exec-charset=<cset>\tConvert all wide strings and character constants to character set <cset>."
3088 msgstr ""
3089
3090 #: c-family/c.opt:2167
3091 #, no-c-format
3092 msgid "Generate a #line directive pointing at the current working directory."
3093 msgstr ""
3094
3095 #: c-family/c.opt:2175
3096 #, no-c-format
3097 msgid "Generate lazy class lookup (via objc_getClass()) for use in Zero-Link mode."
3098 msgstr ""
3099
3100 #: c-family/c.opt:2179
3101 #, no-c-format
3102 msgid "Dump declarations to a .decl file."
3103 msgstr ""
3104
3105 #: c-family/c.opt:2183
3106 #, no-c-format
3107 msgid "-femit-struct-debug-baseonly\tAggressive reduced debug info for structs."
3108 msgstr ""
3109
3110 #: c-family/c.opt:2187
3111 #, no-c-format
3112 msgid "-femit-struct-debug-reduced\tConservative reduced debug info for structs."
3113 msgstr ""
3114
3115 #: c-family/c.opt:2191
3116 #, no-c-format
3117 msgid "-femit-struct-debug-detailed=<spec-list>\tDetailed reduced debug info for structs."
3118 msgstr ""
3119
3120 #: c-family/c.opt:2195
3121 #, no-c-format
3122 msgid "Interpret imaginary, fixed-point, or other gnu number suffix as the corresponding number literal rather than a user-defined number literal."
3123 msgstr ""
3124
3125 #: c-family/c.opt:2200
3126 #, no-c-format
3127 msgid "-idirafter <dir>\tAdd <dir> to the end of the system include path."
3128 msgstr ""
3129
3130 #: c-family/c.opt:2204
3131 #, no-c-format
3132 msgid "-imacros <file>\tAccept definition of macros in <file>."
3133 msgstr ""
3134
3135 #: c-family/c.opt:2208
3136 #, no-c-format
3137 msgid "-imultilib <dir>\tSet <dir> to be the multilib include subdirectory."
3138 msgstr ""
3139
3140 #: c-family/c.opt:2212
3141 #, no-c-format
3142 msgid "-include <file>\tInclude the contents of <file> before other files."
3143 msgstr ""
3144
3145 #: c-family/c.opt:2216
3146 #, no-c-format
3147 msgid "-iprefix <path>\tSpecify <path> as a prefix for next two options."
3148 msgstr ""
3149
3150 #: c-family/c.opt:2220
3151 #, no-c-format
3152 msgid "-isysroot <dir>\tSet <dir> to be the system root directory."
3153 msgstr ""
3154
3155 #: c-family/c.opt:2224
3156 #, no-c-format
3157 msgid "-isystem <dir>\tAdd <dir> to the start of the system include path."
3158 msgstr ""
3159
3160 #: c-family/c.opt:2228
3161 #, no-c-format
3162 msgid "-iquote <dir>\tAdd <dir> to the end of the quote include path."
3163 msgstr ""
3164
3165 #: c-family/c.opt:2232
3166 #, no-c-format
3167 msgid "-iwithprefix <dir>\tAdd <dir> to the end of the system include path."
3168 msgstr ""
3169
3170 #: c-family/c.opt:2236
3171 #, no-c-format
3172 msgid "-iwithprefixbefore <dir>\tAdd <dir> to the end of the main include path."
3173 msgstr ""
3174
3175 #: c-family/c.opt:2246
3176 #, no-c-format
3177 msgid "Do not search standard system include directories (those specified with -isystem will still be used)."
3178 msgstr ""
3179
3180 #: c-family/c.opt:2250
3181 #, no-c-format
3182 msgid "Do not search standard system include directories for C++."
3183 msgstr ""
3184
3185 #: c-family/c.opt:2262
3186 #, no-c-format
3187 msgid "Generate C header of platform-specific features."
3188 msgstr ""
3189
3190 #: c-family/c.opt:2266
3191 #, no-c-format
3192 msgid "Remap file names when including files."
3193 msgstr ""
3194
3195 #: c-family/c.opt:2270 c-family/c.opt:2274
3196 #, no-c-format
3197 msgid "Conform to the ISO 1998 C++ standard revised by the 2003 technical corrigendum."
3198 msgstr ""
3199
3200 #: c-family/c.opt:2278
3201 #, no-c-format
3202 msgid "Conform to the ISO 2011 C++ standard."
3203 msgstr ""
3204
3205 #: c-family/c.opt:2282
3206 #, no-c-format
3207 msgid "Deprecated in favor of -std=c++11."
3208 msgstr ""
3209
3210 #: c-family/c.opt:2286
3211 #, no-c-format
3212 msgid "Deprecated in favor of -std=c++14."
3213 msgstr ""
3214
3215 #: c-family/c.opt:2290
3216 #, no-c-format
3217 msgid "Conform to the ISO 2014 C++ standard."
3218 msgstr ""
3219
3220 #: c-family/c.opt:2294
3221 #, no-c-format
3222 msgid "Deprecated in favor of -std=c++17."
3223 msgstr ""
3224
3225 #: c-family/c.opt:2298
3226 #, no-c-format
3227 msgid "Conform to the ISO 2017 C++ standard."
3228 msgstr ""
3229
3230 #: c-family/c.opt:2302 c-family/c.opt:2306
3231 #, no-c-format
3232 msgid "Conform to the ISO 2020 C++ standard (experimental and incomplete support)."
3233 msgstr ""
3234
3235 #: c-family/c.opt:2310 c-family/c.opt:2314
3236 #, no-c-format
3237 msgid "Conform to the ISO 2023 C++ draft standard (experimental and incomplete support)."
3238 msgstr ""
3239
3240 #: c-family/c.opt:2318 c-family/c.opt:2456
3241 #, no-c-format
3242 msgid "Conform to the ISO 2011 C standard."
3243 msgstr ""
3244
3245 #: c-family/c.opt:2322
3246 #, no-c-format
3247 msgid "Deprecated in favor of -std=c11."
3248 msgstr ""
3249
3250 #: c-family/c.opt:2326 c-family/c.opt:2330 c-family/c.opt:2460
3251 #: c-family/c.opt:2464
3252 #, no-c-format
3253 msgid "Conform to the ISO 2017 C standard (published in 2018)."
3254 msgstr ""
3255
3256 #: c-family/c.opt:2334
3257 #, no-c-format
3258 msgid "Conform to the ISO 202X C standard draft (experimental and incomplete support)."
3259 msgstr ""
3260
3261 #: c-family/c.opt:2338 c-family/c.opt:2342 c-family/c.opt:2440
3262 #, no-c-format
3263 msgid "Conform to the ISO 1990 C standard."
3264 msgstr ""
3265
3266 #: c-family/c.opt:2346 c-family/c.opt:2448
3267 #, no-c-format
3268 msgid "Conform to the ISO 1999 C standard."
3269 msgstr ""
3270
3271 #: c-family/c.opt:2350
3272 #, no-c-format
3273 msgid "Deprecated in favor of -std=c99."
3274 msgstr ""
3275
3276 #: c-family/c.opt:2354 c-family/c.opt:2359
3277 #, no-c-format
3278 msgid "Conform to the ISO 1998 C++ standard revised by the 2003 technical corrigendum with GNU extensions."
3279 msgstr ""
3280
3281 #: c-family/c.opt:2364
3282 #, no-c-format
3283 msgid "Conform to the ISO 2011 C++ standard with GNU extensions."
3284 msgstr ""
3285
3286 #: c-family/c.opt:2368
3287 #, no-c-format
3288 msgid "Deprecated in favor of -std=gnu++11."
3289 msgstr ""
3290
3291 #: c-family/c.opt:2372
3292 #, no-c-format
3293 msgid "Deprecated in favor of -std=gnu++14."
3294 msgstr ""
3295
3296 #: c-family/c.opt:2376
3297 #, no-c-format
3298 msgid "Conform to the ISO 2014 C++ standard with GNU extensions."
3299 msgstr ""
3300
3301 #: c-family/c.opt:2380
3302 #, no-c-format
3303 msgid "Deprecated in favor of -std=gnu++17."
3304 msgstr ""
3305
3306 #: c-family/c.opt:2384
3307 #, no-c-format
3308 msgid "Conform to the ISO 2017 C++ standard with GNU extensions."
3309 msgstr ""
3310
3311 #: c-family/c.opt:2388 c-family/c.opt:2392
3312 #, no-c-format
3313 msgid "Conform to the ISO 2020 C++ standard with GNU extensions (experimental and incomplete support)."
3314 msgstr ""
3315
3316 #: c-family/c.opt:2396 c-family/c.opt:2400
3317 #, no-c-format
3318 msgid "Conform to the ISO 2023 C++ draft standard with GNU extensions (experimental and incomplete support)."
3319 msgstr ""
3320
3321 #: c-family/c.opt:2404
3322 #, no-c-format
3323 msgid "Conform to the ISO 2011 C standard with GNU extensions."
3324 msgstr ""
3325
3326 #: c-family/c.opt:2408
3327 #, no-c-format
3328 msgid "Deprecated in favor of -std=gnu11."
3329 msgstr ""
3330
3331 #: c-family/c.opt:2412 c-family/c.opt:2416
3332 #, no-c-format
3333 msgid "Conform to the ISO 2017 C standard (published in 2018) with GNU extensions."
3334 msgstr ""
3335
3336 #: c-family/c.opt:2420
3337 #, no-c-format
3338 msgid "Conform to the ISO 202X C standard draft with GNU extensions (experimental and incomplete support)."
3339 msgstr ""
3340
3341 #: c-family/c.opt:2424 c-family/c.opt:2428
3342 #, no-c-format
3343 msgid "Conform to the ISO 1990 C standard with GNU extensions."
3344 msgstr ""
3345
3346 #: c-family/c.opt:2432
3347 #, no-c-format
3348 msgid "Conform to the ISO 1999 C standard with GNU extensions."
3349 msgstr ""
3350
3351 #: c-family/c.opt:2436
3352 #, no-c-format
3353 msgid "Deprecated in favor of -std=gnu99."
3354 msgstr ""
3355
3356 #: c-family/c.opt:2444
3357 #, no-c-format
3358 msgid "Conform to the ISO 1990 C standard as amended in 1994."
3359 msgstr ""
3360
3361 #: c-family/c.opt:2452
3362 #, no-c-format
3363 msgid "Deprecated in favor of -std=iso9899:1999."
3364 msgstr ""
3365
3366 #: c-family/c.opt:2468
3367 #, no-c-format
3368 msgid "-stdlib=[libstdc++|libc++]\tThe standard library to be used for C++ headers and runtime."
3369 msgstr ""
3370
3371 #: c-family/c.opt:2485
3372 #, no-c-format
3373 msgid "Enable traditional preprocessing."
3374 msgstr ""
3375
3376 #: c-family/c.opt:2489
3377 #, no-c-format
3378 msgid "-trigraphs\tSupport ISO C trigraphs."
3379 msgstr ""
3380
3381 #: c-family/c.opt:2493
3382 #, no-c-format
3383 msgid "Do not predefine system-specific and GCC-specific macros."
3384 msgstr ""
3385
3386 #: ada/gcc-interface/lang.opt:61
3387 #, no-c-format
3388 msgid "Dump Source Coverage Obligations."
3389 msgstr ""
3390
3391 #: ada/gcc-interface/lang.opt:65
3392 #, no-c-format
3393 msgid "Synonym of -gnatk8."
3394 msgstr ""
3395
3396 #: ada/gcc-interface/lang.opt:73
3397 #, no-c-format
3398 msgid "Do not look for object files in standard path."
3399 msgstr ""
3400
3401 #: ada/gcc-interface/lang.opt:77
3402 #, no-c-format
3403 msgid "Select the runtime."
3404 msgstr ""
3405
3406 #: ada/gcc-interface/lang.opt:93
3407 #, no-c-format
3408 msgid "Catch typos."
3409 msgstr ""
3410
3411 #: ada/gcc-interface/lang.opt:97
3412 #, no-c-format
3413 msgid "Set name of output ALI file (internal switch)."
3414 msgstr ""
3415
3416 #: ada/gcc-interface/lang.opt:101
3417 #, no-c-format
3418 msgid "-gnat<options>\tSpecify options to GNAT."
3419 msgstr ""
3420
3421 #: ada/gcc-interface/lang.opt:105
3422 #, no-c-format
3423 msgid "Ignored."
3424 msgstr ""
3425
3426 #: d/lang.opt:51
3427 #, no-c-format
3428 msgid "-Hd <dir>\tWrite D interface files to directory <dir>."
3429 msgstr ""
3430
3431 #: d/lang.opt:55
3432 #, no-c-format
3433 msgid "-Hf <file>\tWrite D interface to <file>."
3434 msgstr ""
3435
3436 #: d/lang.opt:123
3437 #, no-c-format
3438 msgid "Warn about casts that will produce a null result."
3439 msgstr ""
3440
3441 #: d/lang.opt:139
3442 #, no-c-format
3443 msgid "Warn from speculative compiles such as __traits(compiles)."
3444 msgstr ""
3445
3446 #: d/lang.opt:155
3447 #, no-c-format
3448 msgid "Generate JSON file."
3449 msgstr ""
3450
3451 #: d/lang.opt:159
3452 #, no-c-format
3453 msgid "-Xf <file>\tWrite JSON output to the given <file>."
3454 msgstr ""
3455
3456 #: d/lang.opt:163
3457 #, no-c-format
3458 msgid "Debug library to use instead of phobos."
3459 msgstr ""
3460
3461 #: d/lang.opt:167
3462 #, no-c-format
3463 msgid "Default library to use instead of phobos."
3464 msgstr ""
3465
3466 #: d/lang.opt:171
3467 #, no-c-format
3468 msgid "Do link the standard D startup files in the compilation."
3469 msgstr ""
3470
3471 #: d/lang.opt:178
3472 #, no-c-format
3473 msgid "Generate code for all template instantiations."
3474 msgstr ""
3475
3476 #: d/lang.opt:182
3477 #, no-c-format
3478 msgid "Generate code for assert contracts."
3479 msgstr ""
3480
3481 #: d/lang.opt:190
3482 #, no-c-format
3483 msgid "-fbounds-check=[on|safeonly|off]\tTurn array bounds checks on, in @safe code only, or off."
3484 msgstr ""
3485
3486 #: d/lang.opt:232
3487 #, no-c-format
3488 msgid "-fcheckaction=[throw,halt,context]\tBehavior on contract failure."
3489 msgstr ""
3490
3491 #: d/lang.opt:248
3492 #, no-c-format
3493 msgid "Compile in debug code."
3494 msgstr ""
3495
3496 #: d/lang.opt:252
3497 #, no-c-format
3498 msgid "-fdebug=<level|ident>\tCompile in debug code, code <= <level>, or code identified by <ident>."
3499 msgstr ""
3500
3501 #: d/lang.opt:256
3502 #, no-c-format
3503 msgid "Generate documentation."
3504 msgstr ""
3505
3506 #: d/lang.opt:260
3507 #, no-c-format
3508 msgid "-fdoc-dir=<dir>\tWrite documentation file to directory <dir>."
3509 msgstr ""
3510
3511 #: d/lang.opt:264
3512 #, no-c-format
3513 msgid "-fdoc-file=<file>\tWrite documentation to <file>."
3514 msgstr ""
3515
3516 #: d/lang.opt:268
3517 #, no-c-format
3518 msgid "-fdoc-inc=<file>\tInclude a Ddoc macro <file>."
3519 msgstr ""
3520
3521 #: d/lang.opt:272
3522 #, no-c-format
3523 msgid "Assume that standard D runtime libraries and \"D main\" exist."
3524 msgstr ""
3525
3526 #: d/lang.opt:276
3527 #, no-c-format
3528 msgid "Add comments for ignored declarations in the generated C++ header."
3529 msgstr ""
3530
3531 #: d/lang.opt:280
3532 #, no-c-format
3533 msgid "-fdump-cxx-spec=<filename>\tWrite all declarations as C++ code to <filename>."
3534 msgstr ""
3535
3536 #: d/lang.opt:284
3537 #, no-c-format
3538 msgid "Display the frontend AST after parsing and semantic passes."
3539 msgstr ""
3540
3541 #: d/lang.opt:288
3542 #, no-c-format
3543 msgid "-fextern-std=<standard>\tSet C++ name mangling compatibility with <standard>."
3544 msgstr ""
3545
3546 #: d/lang.opt:313
3547 #, no-c-format
3548 msgid "Ignore unsupported pragmas."
3549 msgstr ""
3550
3551 #: d/lang.opt:317
3552 #, no-c-format
3553 msgid "Generate code for class invariant contracts."
3554 msgstr ""
3555
3556 #: d/lang.opt:321
3557 #, no-c-format
3558 msgid "Generate a default D main() function when compiling."
3559 msgstr ""
3560
3561 #: d/lang.opt:325
3562 #, no-c-format
3563 msgid "-fmodule-file=<package.module>=<filespec>\tuse <filespec> as source file for <package.module>."
3564 msgstr ""
3565
3566 #: d/lang.opt:329
3567 #, no-c-format
3568 msgid "Generate ModuleInfo struct for output module."
3569 msgstr ""
3570
3571 #: d/lang.opt:333
3572 #, no-c-format
3573 msgid "Process all modules specified on the command line, but only generate code for the module specified by the argument."
3574 msgstr ""
3575
3576 #: d/lang.opt:337
3577 #, no-c-format
3578 msgid "Generate code for postcondition contracts."
3579 msgstr ""
3580
3581 #: d/lang.opt:341
3582 #, no-c-format
3583 msgid "Generate code for precondition contracts."
3584 msgstr ""
3585
3586 #: d/lang.opt:345
3587 #, no-c-format
3588 msgid "Turn on all upcoming D language features."
3589 msgstr ""
3590
3591 #: d/lang.opt:349
3592 #, no-c-format
3593 msgid "Implement DIP1000: Scoped pointers."
3594 msgstr ""
3595
3596 #: d/lang.opt:353
3597 #, no-c-format
3598 msgid "Implement DIP1008: Allow exceptions in @nogc code."
3599 msgstr ""
3600
3601 #: d/lang.opt:357
3602 #, no-c-format
3603 msgid "Implement DIP1021: Mutable function arguments."
3604 msgstr ""
3605
3606 #: d/lang.opt:361
3607 #, no-c-format
3608 msgid "Implement DIP25: Sealed references."
3609 msgstr ""
3610
3611 #: d/lang.opt:365
3612 #, no-c-format
3613 msgid "Destruct fields of partially constructed objects."
3614 msgstr ""
3615
3616 #: d/lang.opt:369
3617 #, no-c-format
3618 msgid "Use field-wise comparisons for struct equality."
3619 msgstr ""
3620
3621 #: d/lang.opt:373
3622 #, no-c-format
3623 msgid "When a symbol is resolved, check `alias this' scope before going to upper scopes."
3624 msgstr ""
3625
3626 #: d/lang.opt:377
3627 #, no-c-format
3628 msgid "Implement 'in' parameters to mean scope const."
3629 msgstr ""
3630
3631 #: d/lang.opt:381
3632 #, no-c-format
3633 msgid "Implement 'in' contracts of overridden methods to be a superset of parent contract."
3634 msgstr ""
3635
3636 #: d/lang.opt:385
3637 #, no-c-format
3638 msgid "Disable access to shared memory objects."
3639 msgstr ""
3640
3641 #: d/lang.opt:389
3642 #, no-c-format
3643 msgid "Enable rvalue arguments to ref parameters."
3644 msgstr ""
3645
3646 #: d/lang.opt:393
3647 #, no-c-format
3648 msgid "Allow use of '=>' for methods and top-level functions in addition to lambdas."
3649 msgstr ""
3650
3651 #: d/lang.opt:397
3652 #, no-c-format
3653 msgid "Compile release version."
3654 msgstr ""
3655
3656 #: d/lang.opt:401
3657 #, no-c-format
3658 msgid "Turn off all revertable D language features."
3659 msgstr ""
3660
3661 #: d/lang.opt:405
3662 #, no-c-format
3663 msgid "Revert DIP25: Sealed references."
3664 msgstr ""
3665
3666 #: d/lang.opt:409
3667 #, no-c-format
3668 msgid "Don't destruct fields of partially constructed objects."
3669 msgstr ""
3670
3671 #: d/lang.opt:413
3672 #, no-c-format
3673 msgid "Use C-style integral promotion for unary '+', '-' and '~'."
3674 msgstr ""
3675
3676 #: d/lang.opt:417
3677 #, no-c-format
3678 msgid "Disable Markdown replacements in Ddoc."
3679 msgstr ""
3680
3681 #: d/lang.opt:425
3682 #, no-c-format
3683 msgid "-fsave-mixins=<filename>\tExpand and save mixins to file specified by <filename>."
3684 msgstr ""
3685
3686 #: d/lang.opt:429
3687 #, no-c-format
3688 msgid "Generate code for switches without a default case."
3689 msgstr ""
3690
3691 #: d/lang.opt:433
3692 #, no-c-format
3693 msgid "List information on all D language transitions."
3694 msgstr ""
3695
3696 #: d/lang.opt:437
3697 #, no-c-format
3698 msgid "List all non-mutable fields which occupy an object instance."
3699 msgstr ""
3700
3701 #: d/lang.opt:441
3702 #, no-c-format
3703 msgid "List all usages of 'in' on parameter."
3704 msgstr ""
3705
3706 #: d/lang.opt:445
3707 #, no-c-format
3708 msgid "List all hidden GC allocations."
3709 msgstr ""
3710
3711 #: d/lang.opt:449
3712 #, no-c-format
3713 msgid "List statistics on template instantiations."
3714 msgstr ""
3715
3716 #: d/lang.opt:453
3717 #, no-c-format
3718 msgid "List all variables going into thread local storage."
3719 msgstr ""
3720
3721 #: d/lang.opt:457
3722 #, no-c-format
3723 msgid "List instances of Markdown replacements in Ddoc."
3724 msgstr ""
3725
3726 #: d/lang.opt:461
3727 #, no-c-format
3728 msgid "Compile in unittest code."
3729 msgstr ""
3730
3731 #: d/lang.opt:465
3732 #, no-c-format
3733 msgid "-fversion=<level|ident>\tCompile in version code >= <level> or identified by <ident>."
3734 msgstr ""
3735
3736 #: d/lang.opt:469
3737 #, no-c-format
3738 msgid "Emit template instantiations as weak symbols."
3739 msgstr ""
3740
3741 #: d/lang.opt:489
3742 #, no-c-format
3743 msgid "Do not link the standard D library in the compilation."
3744 msgstr ""
3745
3746 #: d/lang.opt:497
3747 #, no-c-format
3748 msgid "Link the standard D library statically in the compilation."
3749 msgstr ""
3750
3751 #: d/lang.opt:501
3752 #, no-c-format
3753 msgid "Link the standard D library dynamically in the compilation."
3754 msgstr ""
3755
3756 #: go/lang.opt:42
3757 #, no-c-format
3758 msgid "-fgo-c-header=<file>\tWrite Go struct definitions to file as C code."
3759 msgstr ""
3760
3761 #: go/lang.opt:46
3762 #, no-c-format
3763 msgid "Add explicit checks for division by zero."
3764 msgstr ""
3765
3766 #: go/lang.opt:50
3767 #, no-c-format
3768 msgid "Add explicit checks for division overflow in INT_MIN / -1."
3769 msgstr ""
3770
3771 #: go/lang.opt:54
3772 #, no-c-format
3773 msgid "Apply special rules for compiling runtime package."
3774 msgstr ""
3775
3776 #: go/lang.opt:58
3777 #, no-c-format
3778 msgid "-fgo-dump-<type>\tDump Go frontend internal information."
3779 msgstr ""
3780
3781 #: go/lang.opt:62
3782 #, no-c-format
3783 msgid "-fgo-embedcfg=<file>\tList embedded files via go:embed."
3784 msgstr ""
3785
3786 #: go/lang.opt:66
3787 #, no-c-format
3788 msgid "-fgo-optimize-<type>\tTurn on optimization passes in the frontend."
3789 msgstr ""
3790
3791 #: go/lang.opt:70
3792 #, no-c-format
3793 msgid "-fgo-pkgpath=<string>\tSet Go package path."
3794 msgstr ""
3795
3796 #: go/lang.opt:74
3797 #, no-c-format
3798 msgid "-fgo-prefix=<string>\tSet package-specific prefix for exported Go names."
3799 msgstr ""
3800
3801 #: go/lang.opt:78
3802 #, no-c-format
3803 msgid "-fgo-relative-import-path=<path>\tTreat a relative import as relative to path."
3804 msgstr ""
3805
3806 #: go/lang.opt:82
3807 #, no-c-format
3808 msgid "Functions which return values must end with return statements."
3809 msgstr ""
3810
3811 #: go/lang.opt:86
3812 #, no-c-format
3813 msgid "Emit debugging information related to the escape analysis pass when run with -fgo-optimize-allocs."
3814 msgstr ""
3815
3816 #: go/lang.opt:90
3817 #, no-c-format
3818 msgid "-fgo-debug-escape-hash=<string>\tHash value to debug escape analysis."
3819 msgstr ""
3820
3821 #: go/lang.opt:94
3822 #, no-c-format
3823 msgid "Emit optimization diagnostics."
3824 msgstr ""
3825
3826 #: analyzer/analyzer.opt:27
3827 #, no-c-format
3828 msgid "The maximum number of 'after supernode' exploded nodes within the analyzer per supernode, before terminating analysis."
3829 msgstr ""
3830
3831 #: analyzer/analyzer.opt:31
3832 #, no-c-format
3833 msgid "The maximum number of exploded nodes per program point within the analyzer, before terminating analysis of that point."
3834 msgstr ""
3835
3836 #: analyzer/analyzer.opt:35
3837 #, no-c-format
3838 msgid "The maximum number of constraints per state."
3839 msgstr ""
3840
3841 #: analyzer/analyzer.opt:39
3842 #, no-c-format
3843 msgid "The maximum number of infeasible edges to reject before declaring a diagnostic as infeasible."
3844 msgstr ""
3845
3846 #: analyzer/analyzer.opt:43
3847 #, no-c-format
3848 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."
3849 msgstr ""
3850
3851 #: analyzer/analyzer.opt:47
3852 #, no-c-format
3853 msgid "The maximum depth of a symbolic value, before approximating the value as unknown."
3854 msgstr ""
3855
3856 #: analyzer/analyzer.opt:51
3857 #, no-c-format
3858 msgid "The minimum number of supernodes within a function for the analyzer to consider summarizing its effects at call sites."
3859 msgstr ""
3860
3861 #: analyzer/analyzer.opt:55
3862 #, no-c-format
3863 msgid "The maximum depth of exploded nodes that should appear in a dot dump before switching to a less verbose format."
3864 msgstr ""
3865
3866 #: analyzer/analyzer.opt:59
3867 #, no-c-format
3868 msgid "Warn about code paths in which a stdio FILE can be closed more than once."
3869 msgstr ""
3870
3871 #: analyzer/analyzer.opt:63
3872 #, no-c-format
3873 msgid "Warn about code paths in which a pointer can be freed more than once."
3874 msgstr ""
3875
3876 #: analyzer/analyzer.opt:67
3877 #, no-c-format
3878 msgid "Warn about code paths in which sensitive data is written to a file."
3879 msgstr ""
3880
3881 #: analyzer/analyzer.opt:71
3882 #, no-c-format
3883 msgid "Warn about code paths in which a stdio FILE is not closed."
3884 msgstr ""
3885
3886 #: analyzer/analyzer.opt:75
3887 #, no-c-format
3888 msgid "Warn about code paths in which a non-heap pointer is freed."
3889 msgstr ""
3890
3891 #: analyzer/analyzer.opt:79
3892 #, no-c-format
3893 msgid "Warn about code paths in which a heap-allocated pointer leaks."
3894 msgstr ""
3895
3896 #: analyzer/analyzer.opt:83
3897 #, no-c-format
3898 msgid "Warn about code paths in which the wrong deallocation function is called."
3899 msgstr ""
3900
3901 #: analyzer/analyzer.opt:87
3902 #, no-c-format
3903 msgid "Warn about code paths in which a possibly-NULL value is passed to a must-not-be-NULL function argument."
3904 msgstr ""
3905
3906 #: analyzer/analyzer.opt:91
3907 #, no-c-format
3908 msgid "Warn about code paths in which a possibly-NULL pointer is dereferenced."
3909 msgstr ""
3910
3911 #: analyzer/analyzer.opt:95
3912 #, no-c-format
3913 msgid "Warn about code paths in which an async-signal-unsafe function is called from a signal handler."
3914 msgstr ""
3915
3916 #: analyzer/analyzer.opt:99
3917 #, no-c-format
3918 msgid "Warn about code paths in which NULL is passed to a must-not-be-NULL function argument."
3919 msgstr ""
3920
3921 #: analyzer/analyzer.opt:103
3922 #, no-c-format
3923 msgid "Warn about code paths in which a NULL pointer is dereferenced."
3924 msgstr ""
3925
3926 #: analyzer/analyzer.opt:107
3927 #, no-c-format
3928 msgid "Warn about code paths in which a shift with negative count is attempted."
3929 msgstr ""
3930
3931 #: analyzer/analyzer.opt:111
3932 #, no-c-format
3933 msgid "Warn about code paths in which a shift with count >= width of type is attempted."
3934 msgstr ""
3935
3936 #: analyzer/analyzer.opt:115
3937 #, no-c-format
3938 msgid "Warn about code paths in which a longjmp rewinds to a jmp_buf saved in a stack frame that has returned."
3939 msgstr ""
3940
3941 #: analyzer/analyzer.opt:119
3942 #, no-c-format
3943 msgid "Warn about code paths in which an unsanitized value is used as an allocation size."
3944 msgstr ""
3945
3946 #: analyzer/analyzer.opt:123
3947 #, no-c-format
3948 msgid "Warn about code paths in which an unsanitized value is used as an array index."
3949 msgstr ""
3950
3951 #: analyzer/analyzer.opt:127
3952 #, no-c-format
3953 msgid "Warn about code paths in which an unsanitized value is used as a divisor."
3954 msgstr ""
3955
3956 #: analyzer/analyzer.opt:131
3957 #, no-c-format
3958 msgid "Warn about code paths in which an unsanitized value is used as a pointer offset."
3959 msgstr ""
3960
3961 #: analyzer/analyzer.opt:135
3962 #, no-c-format
3963 msgid "Warn about code paths in which an unsanitized value is used as a size."
3964 msgstr ""
3965
3966 #: analyzer/analyzer.opt:139
3967 #, no-c-format
3968 msgid "Warn about code paths in which a freed value is used."
3969 msgstr ""
3970
3971 #: analyzer/analyzer.opt:143
3972 #, no-c-format
3973 msgid "Warn about code paths in which a pointer to a stale stack frame is used."
3974 msgstr ""
3975
3976 #: analyzer/analyzer.opt:147
3977 #, no-c-format
3978 msgid "Warn about code paths which attempt to write to a const object."
3979 msgstr ""
3980
3981 #: analyzer/analyzer.opt:151
3982 #, no-c-format
3983 msgid "Warn about code paths which attempt to write to a string literal."
3984 msgstr ""
3985
3986 #: analyzer/analyzer.opt:155
3987 #, no-c-format
3988 msgid "Warn about code paths in which an uninitialized value is used."
3989 msgstr ""
3990
3991 #: analyzer/analyzer.opt:159
3992 #, no-c-format
3993 msgid "Warn if the code is too complicated for the analyzer to fully explore."
3994 msgstr ""
3995
3996 #: analyzer/analyzer.opt:163
3997 #, no-c-format
3998 msgid "Restrict the analyzer to run just the named checker."
3999 msgstr ""
4000
4001 #: analyzer/analyzer.opt:167
4002 #, no-c-format
4003 msgid "Avoid combining multiple statements into one exploded edge."
4004 msgstr ""
4005
4006 #: analyzer/analyzer.opt:171
4007 #, no-c-format
4008 msgid "Verify that paths are feasible when emitting diagnostics."
4009 msgstr ""
4010
4011 #: analyzer/analyzer.opt:175
4012 #, no-c-format
4013 msgid "Issue a note when diagnostics are deduplicated."
4014 msgstr ""
4015
4016 #: analyzer/analyzer.opt:179
4017 #, no-c-format
4018 msgid "Purge unneeded state during analysis."
4019 msgstr ""
4020
4021 #: analyzer/analyzer.opt:183
4022 #, no-c-format
4023 msgid "Merge similar-enough states during analysis."
4024 msgstr ""
4025
4026 #: analyzer/analyzer.opt:187
4027 #, no-c-format
4028 msgid "Enable transitivity of constraints during analysis."
4029 msgstr ""
4030
4031 #: analyzer/analyzer.opt:191
4032 #, no-c-format
4033 msgid "Approximate the effect of function calls to simplify analysis."
4034 msgstr ""
4035
4036 #: analyzer/analyzer.opt:195
4037 #, no-c-format
4038 msgid "Emit more verbose descriptions of control flow in diagnostics."
4039 msgstr ""
4040
4041 #: analyzer/analyzer.opt:199
4042 #, no-c-format
4043 msgid "Emit more verbose descriptions of state changes in diagnostics."
4044 msgstr ""
4045
4046 #: analyzer/analyzer.opt:203
4047 #, no-c-format
4048 msgid "Control which events are displayed in diagnostic paths."
4049 msgstr ""
4050
4051 #: analyzer/analyzer.opt:207
4052 #, no-c-format
4053 msgid "Dump various analyzer internals to SRCFILE.analyzer.txt."
4054 msgstr ""
4055
4056 #: analyzer/analyzer.opt:211
4057 #, no-c-format
4058 msgid "Dump various analyzer internals to stderr."
4059 msgstr ""
4060
4061 #: analyzer/analyzer.opt:215
4062 #, no-c-format
4063 msgid "Dump analyzer-specific call graph information to a SRCFILE.callgraph.dot file."
4064 msgstr ""
4065
4066 #: analyzer/analyzer.opt:219
4067 #, no-c-format
4068 msgid "Dump the analyzer exploded graph to a SRCFILE.eg.dot file."
4069 msgstr ""
4070
4071 #: analyzer/analyzer.opt:223
4072 #, no-c-format
4073 msgid "Emit diagnostics showing the location of nodes in the exploded graph."
4074 msgstr ""
4075
4076 #: analyzer/analyzer.opt:227
4077 #, no-c-format
4078 msgid "Dump a textual representation of the exploded graph to SRCFILE.eg.txt."
4079 msgstr ""
4080
4081 #: analyzer/analyzer.opt:231
4082 #, no-c-format
4083 msgid "Dump a textual representation of the exploded graph to SRCFILE.eg-ID.txt."
4084 msgstr ""
4085
4086 #: analyzer/analyzer.opt:235
4087 #, no-c-format
4088 msgid "Dump a textual representation of each diagnostic's exploded path to SRCFILE.IDX.KIND.epath.txt."
4089 msgstr ""
4090
4091 #: analyzer/analyzer.opt:239
4092 #, no-c-format
4093 msgid "Dump various analyzer internals to SRCFILE.*.fg.dot and SRCFILE.*.tg.dot."
4094 msgstr ""
4095
4096 #: analyzer/analyzer.opt:243
4097 #, no-c-format
4098 msgid "Dump analyzer-specific data to a SRCFILE.analyzer.json.gz file."
4099 msgstr ""
4100
4101 #: analyzer/analyzer.opt:247
4102 #, no-c-format
4103 msgid "Dump state-purging information to a SRCFILE.state-purge.dot file."
4104 msgstr ""
4105
4106 #: analyzer/analyzer.opt:251
4107 #, no-c-format
4108 msgid "Dump the analyzer supergraph to a SRCFILE.supergraph.dot file."
4109 msgstr ""
4110
4111 #: analyzer/analyzer.opt:255
4112 #, no-c-format
4113 msgid "Emit custom warnings with internal details intended for analyzer developers."
4114 msgstr ""
4115
4116 #: config/vms/vms.opt:27
4117 #, no-c-format
4118 msgid "Malloc data into P2 space."
4119 msgstr ""
4120
4121 #: config/vms/vms.opt:31
4122 #, no-c-format
4123 msgid "Set name of main routine for the debugger."
4124 msgstr ""
4125
4126 #: config/vms/vms.opt:35
4127 #, no-c-format
4128 msgid "Use VMS exit codes instead of posix ones."
4129 msgstr ""
4130
4131 #: config/vms/vms.opt:39
4132 #, no-c-format
4133 msgid "-mpointer-size=[no,32,short,64,long]\tSet the default pointer size."
4134 msgstr ""
4135
4136 #: config/mcore/mcore.opt:23
4137 #, no-c-format
4138 msgid "Generate code for the M*Core M210."
4139 msgstr ""
4140
4141 #: config/mcore/mcore.opt:27
4142 #, no-c-format
4143 msgid "Generate code for the M*Core M340."
4144 msgstr ""
4145
4146 #: config/mcore/mcore.opt:31
4147 #, no-c-format
4148 msgid "Force functions to be aligned to a 4 byte boundary."
4149 msgstr ""
4150
4151 #: config/mcore/mcore.opt:35 config/moxie/moxie.opt:23 config/csky/csky.opt:44
4152 #, no-c-format
4153 msgid "Generate big-endian code."
4154 msgstr ""
4155
4156 #: config/mcore/mcore.opt:39
4157 #, no-c-format
4158 msgid "Emit call graph information."
4159 msgstr ""
4160
4161 #: config/mcore/mcore.opt:43
4162 #, no-c-format
4163 msgid "Use the divide instruction."
4164 msgstr ""
4165
4166 #: config/mcore/mcore.opt:47
4167 #, no-c-format
4168 msgid "Inline constants if it can be done in 2 insns or less."
4169 msgstr ""
4170
4171 #: config/mcore/mcore.opt:51 config/moxie/moxie.opt:27 config/csky/csky.opt:51
4172 #, no-c-format
4173 msgid "Generate little-endian code."
4174 msgstr ""
4175
4176 #: config/mcore/mcore.opt:56 config/fr30/fr30.opt:27
4177 #, no-c-format
4178 msgid "Assume that run-time support has been provided, so omit -lsim from the linker command line."
4179 msgstr ""
4180
4181 #: config/mcore/mcore.opt:60
4182 #, no-c-format
4183 msgid "Use arbitrary sized immediates in bit operations."
4184 msgstr ""
4185
4186 #: config/mcore/mcore.opt:64
4187 #, no-c-format
4188 msgid "Prefer word accesses over byte accesses."
4189 msgstr ""
4190
4191 #: config/mcore/mcore.opt:71
4192 #, no-c-format
4193 msgid "Set the maximum amount for a single stack increment operation."
4194 msgstr ""
4195
4196 #: config/mcore/mcore.opt:75
4197 #, no-c-format
4198 msgid "Always treat bitfields as int-sized."
4199 msgstr ""
4200
4201 #: config/linux-android.opt:23
4202 #, no-c-format
4203 msgid "Generate code for the Android platform."
4204 msgstr ""
4205
4206 #: config/mmix/mmix.opt:24
4207 #, no-c-format
4208 msgid "For intrinsics library: pass all parameters in registers."
4209 msgstr ""
4210
4211 #: config/mmix/mmix.opt:28
4212 #, no-c-format
4213 msgid "Use register stack for parameters and return value."
4214 msgstr ""
4215
4216 #: config/mmix/mmix.opt:32
4217 #, no-c-format
4218 msgid "Use call-clobbered registers for parameters and return value."
4219 msgstr ""
4220
4221 #: config/mmix/mmix.opt:37
4222 #, no-c-format
4223 msgid "Use epsilon-respecting floating point compare instructions."
4224 msgstr ""
4225
4226 #: config/mmix/mmix.opt:41
4227 #, no-c-format
4228 msgid "Use zero-extending memory loads, not sign-extending ones."
4229 msgstr ""
4230
4231 #: config/mmix/mmix.opt:45
4232 #, no-c-format
4233 msgid "Generate divide results with reminder having the same sign as the divisor (not the dividend)."
4234 msgstr ""
4235
4236 #: config/mmix/mmix.opt:49
4237 #, no-c-format
4238 msgid "Prepend global symbols with \":\" (for use with PREFIX)."
4239 msgstr ""
4240
4241 #: config/mmix/mmix.opt:53
4242 #, no-c-format
4243 msgid "Do not provide a default start-address 0x100 of the program."
4244 msgstr ""
4245
4246 #: config/mmix/mmix.opt:57
4247 #, no-c-format
4248 msgid "Link to emit program in ELF format (rather than mmo)."
4249 msgstr ""
4250
4251 #: config/mmix/mmix.opt:61
4252 #, no-c-format
4253 msgid "Use P-mnemonics for branches statically predicted as taken."
4254 msgstr ""
4255
4256 #: config/mmix/mmix.opt:65
4257 #, no-c-format
4258 msgid "Don't use P-mnemonics for branches."
4259 msgstr ""
4260
4261 #: config/mmix/mmix.opt:79
4262 #, no-c-format
4263 msgid "Use addresses that allocate global registers."
4264 msgstr ""
4265
4266 #: config/mmix/mmix.opt:83
4267 #, no-c-format
4268 msgid "Do not use addresses that allocate global registers."
4269 msgstr ""
4270
4271 #: config/mmix/mmix.opt:87
4272 #, no-c-format
4273 msgid "Generate a single exit point for each function."
4274 msgstr ""
4275
4276 #: config/mmix/mmix.opt:91
4277 #, no-c-format
4278 msgid "Do not generate a single exit point for each function."
4279 msgstr ""
4280
4281 #: config/mmix/mmix.opt:95
4282 #, no-c-format
4283 msgid "Set start-address of the program."
4284 msgstr ""
4285
4286 #: config/mmix/mmix.opt:99
4287 #, no-c-format
4288 msgid "Set start-address of data."
4289 msgstr ""
4290
4291 #: config/darwin.opt:34
4292 #, no-c-format
4293 msgid "Generate code for darwin loadable kernel extensions."
4294 msgstr ""
4295
4296 #: config/darwin.opt:38
4297 #, no-c-format
4298 msgid "-iframework <dir>\tAdd <dir> to the end of the system framework include path."
4299 msgstr ""
4300
4301 #: config/darwin.opt:42
4302 #, no-c-format
4303 msgid "Generate compile-time CFString objects."
4304 msgstr ""
4305
4306 #: config/darwin.opt:46
4307 #, no-c-format
4308 msgid "Warn if constant CFString objects contain non-portable characters."
4309 msgstr ""
4310
4311 #: config/darwin.opt:51
4312 #, no-c-format
4313 msgid "Generate AT&T-style stubs for Mach-O."
4314 msgstr ""
4315
4316 #: config/darwin.opt:55
4317 #, no-c-format
4318 msgid "Generate code suitable for executables (NOT shared libs)."
4319 msgstr ""
4320
4321 #: config/darwin.opt:59
4322 #, no-c-format
4323 msgid "Generate code suitable for fast turn around debugging."
4324 msgstr ""
4325
4326 #: config/darwin.opt:63
4327 #, no-c-format
4328 msgid "Generate code for the kernel or loadable kernel extensions."
4329 msgstr ""
4330
4331 #: config/darwin.opt:71
4332 #, no-c-format
4333 msgid "The earliest macOS version on which this program will run."
4334 msgstr ""
4335
4336 #: config/darwin.opt:76
4337 #, no-c-format
4338 msgid "Set sizeof(bool) to 1."
4339 msgstr ""
4340
4341 #: config/darwin.opt:80
4342 #, no-c-format
4343 msgid "Force generation of external symbol indirection stubs."
4344 msgstr ""
4345
4346 #: config/darwin.opt:88
4347 #, no-c-format
4348 msgid "-mtarget-linker <version>\tSpecify that ld64 <version> is the toolchain linker for the current invocation."
4349 msgstr ""
4350
4351 #: config/darwin.opt:94
4352 #, no-c-format
4353 msgid "Load all members of archive libraries, rather than only those that satisfy undefined symbols."
4354 msgstr ""
4355
4356 #: config/darwin.opt:98
4357 #, no-c-format
4358 msgid "-allowable_client <name>\tThe output dylib is private to the client <name>."
4359 msgstr ""
4360
4361 #: config/darwin.opt:102
4362 #, no-c-format
4363 msgid "-arch <name>\tGenerate output for architecture <name>."
4364 msgstr ""
4365
4366 #: config/darwin.opt:106
4367 #, no-c-format
4368 msgid "Mismatches between file architecture and one specified by \"-arch\" are errors instead of warnings."
4369 msgstr ""
4370
4371 #: config/darwin.opt:110
4372 #, no-c-format
4373 msgid "The earliest macOS version on which this program will run (formatted for the assembler)."
4374 msgstr ""
4375
4376 #: config/darwin.opt:114
4377 #, no-c-format
4378 msgid "Generate an output executable that binds symbols on load, rather than lazily."
4379 msgstr ""
4380
4381 #: config/darwin.opt:118
4382 #, no-c-format
4383 msgid "Generate a Mach-O bundle (file type MH_BUNDLE)."
4384 msgstr ""
4385
4386 #: config/darwin.opt:122
4387 #, no-c-format
4388 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."
4389 msgstr ""
4390
4391 #: config/darwin.opt:126
4392 #, no-c-format
4393 msgid "-client_name <name>\tEnable the executable being built to link against a private dylib (using allowable_client)."
4394 msgstr ""
4395
4396 #: config/darwin.opt:130
4397 #, no-c-format
4398 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."
4399 msgstr ""
4400
4401 #: config/darwin.opt:134
4402 #, no-c-format
4403 msgid "-current_version <number>\tSet the current version for the library to <number>."
4404 msgstr ""
4405
4406 #: config/darwin.opt:138
4407 #, no-c-format
4408 msgid "Remove code and data that is unreachable from any exported symbol (including the entry point)."
4409 msgstr ""
4410
4411 #: config/darwin.opt:142
4412 #, no-c-format
4413 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\""
4414 msgstr ""
4415
4416 #: config/darwin.opt:146
4417 #, no-c-format
4418 msgid "Produce a Mach-O dylinker (file type MH_DYLINKER), only used for building dyld."
4419 msgstr ""
4420
4421 #: config/darwin.opt:150
4422 #, no-c-format
4423 msgid "-dylinker_install_name <path>\tOnly used for building dyld."
4424 msgstr ""
4425
4426 #: config/darwin.opt:154
4427 #, no-c-format
4428 msgid "The default (and opposite of -static), implied by user mode executables, shared libraries and bundles."
4429 msgstr ""
4430
4431 #: config/darwin.opt:158
4432 #, no-c-format
4433 msgid "Produce a Mach-O shared library (file type MH_DYLIB), synonym for \"-shared\"."
4434 msgstr ""
4435
4436 #: config/darwin.opt:162
4437 #, no-c-format
4438 msgid "-exported_symbols_list <filename>\tExport global symbols in <filename> in linked output file; any symbols not mentioned will be treated as \"hidden\"."
4439 msgstr ""
4440
4441 #: config/darwin.opt:166
4442 #, no-c-format
4443 msgid "Supply a list of objects to be linked from a file, rather than the command line."
4444 msgstr ""
4445
4446 #: config/darwin.opt:170 config/darwin.opt:190
4447 #, no-c-format
4448 msgid "Used for generating code for some older kernel revisions."
4449 msgstr ""
4450
4451 #: config/darwin.opt:174
4452 #, no-c-format
4453 msgid "Ignore the normal two-level namespace; resolve symbols in command line order and do not record which library provided the resolved symbol."
4454 msgstr ""
4455
4456 #: config/darwin.opt:178
4457 #, no-c-format
4458 msgid "For the assembler (and linker) permit any architecture sub-variant to be used without error."
4459 msgstr ""
4460
4461 #: config/darwin.opt:182
4462 #, no-c-format
4463 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."
4464 msgstr ""
4465
4466 #: config/darwin.opt:186
4467 #, no-c-format
4468 msgid "-framework <name>\tThe linker should search for the framework <name> in the framework search path."
4469 msgstr ""
4470
4471 #: config/darwin.opt:194
4472 #, no-c-format
4473 msgid "Abbreviation for \"-g -fno-eliminate-unused-debug-symbols\"."
4474 msgstr ""
4475
4476 #: config/darwin.opt:198
4477 #, no-c-format
4478 msgid "Abbreviation for \"-g -feliminate-unused-debug-symbols\"."
4479 msgstr ""
4480
4481 #: config/darwin.opt:202
4482 #, no-c-format
4483 msgid "Automatically adds space for longer path names in load commands (up to MAXPATHLEN)."
4484 msgstr ""
4485
4486 #: config/darwin.opt:206
4487 #, no-c-format
4488 msgid "-image_base <address>\tSpecify <address> as the base address for a dylib or bundle."
4489 msgstr ""
4490
4491 #: config/darwin.opt:210
4492 #, no-c-format
4493 msgid "-init <symbol_name>\tThe symbol <symbol_name> will be used as the first initialiser for a dylib."
4494 msgstr ""
4495
4496 #: config/darwin.opt:214
4497 #, no-c-format
4498 msgid "-install_name <name>\tSet the install name for a dylib."
4499 msgstr ""
4500
4501 #: config/darwin.opt:218
4502 #, no-c-format
4503 msgid "Usually \"private extern\" (hidden) symbols are made local when linking, this command suppresses that such that they remain exported."
4504 msgstr ""
4505
4506 #: config/darwin.opt:222
4507 #, no-c-format
4508 msgid "(Obsolete after 10.4) Multi modules are ignored at runtime since macOS 10.4."
4509 msgstr ""
4510
4511 #: config/darwin.opt:226
4512 #, no-c-format
4513 msgid "(Obsolete after 10.4) -multiply_defined <treatment>\tProvided a mechanism for warning about symbols defined in multiple dylibs."
4514 msgstr ""
4515
4516 #: config/darwin.opt:230
4517 #, no-c-format
4518 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."
4519 msgstr ""
4520
4521 #: config/darwin.opt:234
4522 #, no-c-format
4523 msgid "(Obsolete) Current linkers never dead-strip these items, so the option is not needed."
4524 msgstr ""
4525
4526 #: config/darwin.opt:238
4527 #, no-c-format
4528 msgid "Do not add a default symbol exports to modules or dynamic libraries."
4529 msgstr ""
4530
4531 #: config/darwin.opt:242
4532 #, no-c-format
4533 msgid "(Obsolete after 10.3.9) Set MH_NOPREFIXBINDING, in an executable."
4534 msgstr ""
4535
4536 #: config/darwin.opt:246
4537 #, no-c-format
4538 msgid "(Obsolete after 10.4)\tSet MH_NOMULTIDEFS in an umbrella framework."
4539 msgstr ""
4540
4541 #: config/darwin.opt:250 config/darwin.opt:265 config/darwin.opt:269
4542 #, no-c-format
4543 msgid "(Obsolete) LD_PREBIND is no longer supported."
4544 msgstr ""
4545
4546 #: config/darwin.opt:254
4547 #, no-c-format
4548 msgid "(Obsolete) This is the default."
4549 msgstr ""
4550
4551 #: config/darwin.opt:261
4552 #, no-c-format
4553 msgid "-pagezero_size <size>\tAllows setting the page 0 size to 4kb when required."
4554 msgstr ""
4555
4556 #: config/darwin.opt:273
4557 #, no-c-format
4558 msgid "Produces a Mach-O file suitable for embedded/ROM use."
4559 msgstr ""
4560
4561 #: config/darwin.opt:277
4562 #, no-c-format
4563 msgid "(Obsolete) Allowed linking to proceed with \"-flat_namespace\" when a linked bundle contained a symbol also exported from the main executable."
4564 msgstr ""
4565
4566 #: config/darwin.opt:284
4567 #, no-c-format
4568 msgid "Synonym for \"-export-dynamic\" for linker versions that support it."
4569 msgstr ""
4570
4571 #: config/darwin.opt:288
4572 #, no-c-format
4573 msgid "-read_only_relocs <treatment>\tAllow relocations in read-only pages (not recommended)."
4574 msgstr ""
4575
4576 #: config/darwin.opt:292
4577 #, no-c-format
4578 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."
4579 msgstr ""
4580
4581 #: config/darwin.opt:296
4582 #, no-c-format
4583 msgid "-sectcreate <segname> <sectname> <file>\tCreate section <sectname> in segment <segname> from the contents of <file>."
4584 msgstr ""
4585
4586 #: config/darwin.opt:300
4587 #, no-c-format
4588 msgid "(Obsolete) -sectobjectsymbols <segname> <sectname>\tSetting a local symbol at the start of a section is no longer supported."
4589 msgstr ""
4590
4591 #: config/darwin.opt:304
4592 #, no-c-format
4593 msgid "(Obsolete) -sectorder <segname> <sectname> <orderfile>\tReplaced by a more general option \"-order_file\"."
4594 msgstr ""
4595
4596 #: config/darwin.opt:308
4597 #, no-c-format
4598 msgid "-seg_addr_table <file>\tSpecify the base addresses for dynamic libraries; <file> contains a line for each library."
4599 msgstr ""
4600
4601 #: config/darwin.opt:313
4602 #, no-c-format
4603 msgid "(Obsolete, ld_classic only) -seg_addr_table_filename <path>."
4604 msgstr ""
4605
4606 #: config/darwin.opt:317
4607 #, no-c-format
4608 msgid "Synonym for \"image_base\"."
4609 msgstr ""
4610
4611 #: config/darwin.opt:321
4612 #, no-c-format
4613 msgid "-segaddr <name> <address>\tSet the base address of segment <name> to <address> which must be aligned to a page boundary (currently 4kb)."
4614 msgstr ""
4615
4616 #: config/darwin.opt:326
4617 #, no-c-format
4618 msgid "(Obsolete, ld_classic only) -sectcreate <segname> <sectname> <file>\tAllowed creation of a section from a file."
4619 msgstr ""
4620
4621 #: config/darwin.opt:330
4622 #, no-c-format
4623 msgid "(Obsolete) Object files with LINKEDIT sections are no longer supported."
4624 msgstr ""
4625
4626 #: config/darwin.opt:334
4627 #, no-c-format
4628 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\"."
4629 msgstr ""
4630
4631 #: config/darwin.opt:338
4632 #, no-c-format
4633 msgid "-segs_read_only_addr <address>\tSpecify that <address> is the base address of the read-only segments of a dylib."
4634 msgstr ""
4635
4636 #: config/darwin.opt:342
4637 #, no-c-format
4638 msgid "-segs_read_write_addr <address>\tSpecify that <address> is the base address address of the read-write segments of a dylib."
4639 msgstr ""
4640
4641 #: config/darwin.opt:346
4642 #, no-c-format
4643 msgid "(Obsolete)\tThis is the default."
4644 msgstr ""
4645
4646 #: config/darwin.opt:350
4647 #, no-c-format
4648 msgid "-sub_library <name>\tLibrary named <name> will be re-exported (only useful for dylibs)."
4649 msgstr ""
4650
4651 #: config/darwin.opt:354
4652 #, no-c-format
4653 msgid "-sub_umbrella <name>\tFramework named <name> will be re-exported (only useful for dylibs)."
4654 msgstr ""
4655
4656 #: config/darwin.opt:358
4657 #, no-c-format
4658 msgid "This is the default."
4659 msgstr ""
4660
4661 #: config/darwin.opt:362
4662 #, no-c-format
4663 msgid "Add extra information to the executable that can speed up dynamic loading (provided that dependent libraries are unchanged)."
4664 msgstr ""
4665
4666 #: config/darwin.opt:366
4667 #, no-c-format
4668 msgid "-umbrella <framework>\tThe specified framework will be re-exported."
4669 msgstr ""
4670
4671 #: config/darwin.opt:370
4672 #, no-c-format
4673 msgid "-undefined <treatment>\tSpecify the handling for undefined symbols (default is error)."
4674 msgstr ""
4675
4676 #: config/darwin.opt:374
4677 #, no-c-format
4678 msgid "-unexported_symbols_list <filename>\tDo not export the global symbols listed in <filename>."
4679 msgstr ""
4680
4681 #: config/darwin.opt:378
4682 #, no-c-format
4683 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."
4684 msgstr ""
4685
4686 #: config/darwin.opt:382
4687 #, no-c-format
4688 msgid "Logs which object files the linker loads."
4689 msgstr ""
4690
4691 #: config/darwin.opt:386
4692 #, no-c-format
4693 msgid "Logs which symbol(s) caused an object to be loaded."
4694 msgstr ""
4695
4696 #: config/darwin.opt:394
4697 #, no-c-format
4698 msgid "(Obsolete, ignored)\tOld support similar to \"-whyload\"."
4699 msgstr ""
4700
4701 #: config/darwin.opt:398
4702 #, no-c-format
4703 msgid "(Obsolete and unhandled by ld64, ignored)\tld should produce an executable (only handled by ld_classic)."
4704 msgstr ""
4705
4706 #: config/bfin/bfin.opt:40 config/msp430/msp430.opt:3 config/cr16/cr16.opt:23
4707 #: config/c6x/c6x.opt:38
4708 #, no-c-format
4709 msgid "Use simulator runtime."
4710 msgstr ""
4711
4712 #: config/bfin/bfin.opt:44 config/arm/arm.opt:108
4713 #, no-c-format
4714 msgid "Specify the name of the target CPU."
4715 msgstr ""
4716
4717 #: config/bfin/bfin.opt:48
4718 #, no-c-format
4719 msgid "Omit frame pointer for leaf functions."
4720 msgstr ""
4721
4722 #: config/bfin/bfin.opt:52
4723 #, no-c-format
4724 msgid "Program is entirely located in low 64k of memory."
4725 msgstr ""
4726
4727 #: config/bfin/bfin.opt:56
4728 #, no-c-format
4729 msgid "Work around a hardware anomaly by adding a number of NOPs before a CSYNC or SSYNC instruction."
4730 msgstr ""
4731
4732 #: config/bfin/bfin.opt:61
4733 #, no-c-format
4734 msgid "Avoid speculative loads to work around a hardware anomaly."
4735 msgstr ""
4736
4737 #: config/bfin/bfin.opt:65
4738 #, no-c-format
4739 msgid "Enabled ID based shared library."
4740 msgstr ""
4741
4742 #: config/bfin/bfin.opt:69
4743 #, no-c-format
4744 msgid "Generate code that won't be linked against any other ID shared libraries, but may be used as a shared library."
4745 msgstr ""
4746
4747 #: config/bfin/bfin.opt:74 config/m68k/m68k.opt:175
4748 #, no-c-format
4749 msgid "ID of shared library to build."
4750 msgstr ""
4751
4752 #: config/bfin/bfin.opt:78 config/m68k/m68k.opt:171
4753 #, no-c-format
4754 msgid "Enable separate data segment."
4755 msgstr ""
4756
4757 #: config/bfin/bfin.opt:82 config/c6x/c6x.opt:63
4758 #, no-c-format
4759 msgid "Avoid generating pc-relative calls; use indirection."
4760 msgstr ""
4761
4762 #: config/bfin/bfin.opt:86
4763 #, no-c-format
4764 msgid "Link with the fast floating-point library."
4765 msgstr ""
4766
4767 #: config/bfin/bfin.opt:90 config/arm/arm.opt:323 config/frv/frv.opt:130
4768 #, no-c-format
4769 msgid "Enable Function Descriptor PIC mode."
4770 msgstr ""
4771
4772 #: config/bfin/bfin.opt:94 config/frv/frv.opt:162
4773 #, no-c-format
4774 msgid "Enable inlining of PLT in function calls."
4775 msgstr ""
4776
4777 #: config/bfin/bfin.opt:98
4778 #, no-c-format
4779 msgid "Do stack checking using bounds in L1 scratch memory."
4780 msgstr ""
4781
4782 #: config/bfin/bfin.opt:102
4783 #, no-c-format
4784 msgid "Enable multicore support."
4785 msgstr ""
4786
4787 #: config/bfin/bfin.opt:106
4788 #, no-c-format
4789 msgid "Build for Core A."
4790 msgstr ""
4791
4792 #: config/bfin/bfin.opt:110
4793 #, no-c-format
4794 msgid "Build for Core B."
4795 msgstr ""
4796
4797 #: config/bfin/bfin.opt:114
4798 #, no-c-format
4799 msgid "Build for SDRAM."
4800 msgstr ""
4801
4802 #: config/bfin/bfin.opt:118
4803 #, no-c-format
4804 msgid "Assume ICPLBs are enabled at runtime."
4805 msgstr ""
4806
4807 #: config/m68k/m68k-tables.opt:25
4808 #, no-c-format
4809 msgid "Known M68K CPUs (for use with the -mcpu= option):"
4810 msgstr ""
4811
4812 #: config/m68k/m68k-tables.opt:365
4813 #, no-c-format
4814 msgid "Known M68K microarchitectures (for use with the -mtune= option):"
4815 msgstr ""
4816
4817 #: config/m68k/m68k-tables.opt:411
4818 #, no-c-format
4819 msgid "Known M68K ISAs (for use with the -march= option):"
4820 msgstr ""
4821
4822 #: config/m68k/ieee.opt:24 config/i386/i386.opt:374
4823 #, no-c-format
4824 msgid "Use IEEE math for fp comparisons."
4825 msgstr ""
4826
4827 #: config/m68k/m68k.opt:30
4828 #, no-c-format
4829 msgid "Generate code for a 520X."
4830 msgstr ""
4831
4832 #: config/m68k/m68k.opt:34
4833 #, no-c-format
4834 msgid "Generate code for a 5206e."
4835 msgstr ""
4836
4837 #: config/m68k/m68k.opt:38
4838 #, no-c-format
4839 msgid "Generate code for a 528x."
4840 msgstr ""
4841
4842 #: config/m68k/m68k.opt:42
4843 #, no-c-format
4844 msgid "Generate code for a 5307."
4845 msgstr ""
4846
4847 #: config/m68k/m68k.opt:46
4848 #, no-c-format
4849 msgid "Generate code for a 5407."
4850 msgstr ""
4851
4852 #: config/m68k/m68k.opt:50 config/m68k/m68k.opt:111
4853 #, no-c-format
4854 msgid "Generate code for a 68000."
4855 msgstr ""
4856
4857 #: config/m68k/m68k.opt:54
4858 #, no-c-format
4859 msgid "Generate code for a 68010."
4860 msgstr ""
4861
4862 #: config/m68k/m68k.opt:58 config/m68k/m68k.opt:115
4863 #, no-c-format
4864 msgid "Generate code for a 68020."
4865 msgstr ""
4866
4867 #: config/m68k/m68k.opt:62
4868 #, no-c-format
4869 msgid "Generate code for a 68040, without any new instructions."
4870 msgstr ""
4871
4872 #: config/m68k/m68k.opt:66
4873 #, no-c-format
4874 msgid "Generate code for a 68060, without any new instructions."
4875 msgstr ""
4876
4877 #: config/m68k/m68k.opt:70
4878 #, no-c-format
4879 msgid "Generate code for a 68030."
4880 msgstr ""
4881
4882 #: config/m68k/m68k.opt:74
4883 #, no-c-format
4884 msgid "Generate code for a 68040."
4885 msgstr ""
4886
4887 #: config/m68k/m68k.opt:78
4888 #, no-c-format
4889 msgid "Generate code for a 68060."
4890 msgstr ""
4891
4892 #: config/m68k/m68k.opt:82
4893 #, no-c-format
4894 msgid "Generate code for a 68302."
4895 msgstr ""
4896
4897 #: config/m68k/m68k.opt:86
4898 #, no-c-format
4899 msgid "Generate code for a 68332."
4900 msgstr ""
4901
4902 #: config/m68k/m68k.opt:91
4903 #, no-c-format
4904 msgid "Generate code for a 68851."
4905 msgstr ""
4906
4907 #: config/m68k/m68k.opt:95
4908 #, no-c-format
4909 msgid "Generate code that uses 68881 floating-point instructions."
4910 msgstr ""
4911
4912 #: config/m68k/m68k.opt:99
4913 #, no-c-format
4914 msgid "Align variables on a 32-bit boundary."
4915 msgstr ""
4916
4917 #: config/m68k/m68k.opt:103 config/arm/arm.opt:77 config/nios2/nios2.opt:570
4918 #: config/nds32/nds32.opt:171 config/c6x/c6x.opt:67
4919 #, no-c-format
4920 msgid "Specify the name of the target architecture."
4921 msgstr ""
4922
4923 #: config/m68k/m68k.opt:107
4924 #, no-c-format
4925 msgid "Use the bit-field instructions."
4926 msgstr ""
4927
4928 #: config/m68k/m68k.opt:119
4929 #, no-c-format
4930 msgid "Generate code for a ColdFire v4e."
4931 msgstr ""
4932
4933 #: config/m68k/m68k.opt:123
4934 #, no-c-format
4935 msgid "Specify the target CPU."
4936 msgstr ""
4937
4938 #: config/m68k/m68k.opt:127
4939 #, no-c-format
4940 msgid "Generate code for a cpu32."
4941 msgstr ""
4942
4943 #: config/m68k/m68k.opt:131
4944 #, no-c-format
4945 msgid "Use hardware division instructions on ColdFire."
4946 msgstr ""
4947
4948 #: config/m68k/m68k.opt:135
4949 #, no-c-format
4950 msgid "Generate code for a Fido A."
4951 msgstr ""
4952
4953 #: config/m68k/m68k.opt:139
4954 #, no-c-format
4955 msgid "Generate code which uses hardware floating point instructions."
4956 msgstr ""
4957
4958 #: config/m68k/m68k.opt:143
4959 #, no-c-format
4960 msgid "Enable ID based shared library."
4961 msgstr ""
4962
4963 #: config/m68k/m68k.opt:147
4964 #, no-c-format
4965 msgid "Use 32-bit offsets in jump tables rather than 16-bit offsets."
4966 msgstr ""
4967
4968 #: config/m68k/m68k.opt:151
4969 #, no-c-format
4970 msgid "Do not use the bit-field instructions."
4971 msgstr ""
4972
4973 #: config/m68k/m68k.opt:155
4974 #, no-c-format
4975 msgid "Use normal calling convention."
4976 msgstr ""
4977
4978 #: config/m68k/m68k.opt:159
4979 #, no-c-format
4980 msgid "Consider type 'int' to be 32 bits wide."
4981 msgstr ""
4982
4983 #: config/m68k/m68k.opt:163
4984 #, no-c-format
4985 msgid "Generate pc-relative code."
4986 msgstr ""
4987
4988 #: config/m68k/m68k.opt:167
4989 #, no-c-format
4990 msgid "Use different calling convention using 'rtd'."
4991 msgstr ""
4992
4993 #: config/m68k/m68k.opt:179
4994 #, no-c-format
4995 msgid "Consider type 'int' to be 16 bits wide."
4996 msgstr ""
4997
4998 #: config/m68k/m68k.opt:183
4999 #, no-c-format
5000 msgid "Generate code with library calls for floating point."
5001 msgstr ""
5002
5003 #: config/m68k/m68k.opt:187
5004 #, no-c-format
5005 msgid "Do not use unaligned memory references."
5006 msgstr ""
5007
5008 #: config/m68k/m68k.opt:191
5009 #, no-c-format
5010 msgid "Tune for the specified target CPU or architecture."
5011 msgstr ""
5012
5013 #: config/m68k/m68k.opt:195
5014 #, no-c-format
5015 msgid "Support more than 8192 GOT entries on ColdFire."
5016 msgstr ""
5017
5018 #: config/m68k/m68k.opt:199
5019 #, no-c-format
5020 msgid "Support TLS segment larger than 64K."
5021 msgstr ""
5022
5023 #: config/riscv/riscv.opt:26 config/aarch64/aarch64.opt:68
5024 #: config/arm/arm.opt:96 config/microblaze/microblaze.opt:60
5025 #, no-c-format
5026 msgid "Assume target CPU is configured as big endian."
5027 msgstr ""
5028
5029 #: config/riscv/riscv.opt:30 config/aarch64/aarch64.opt:88
5030 #: config/arm/arm.opt:161 config/microblaze/microblaze.opt:64
5031 #, no-c-format
5032 msgid "Assume target CPU is configured as little endian."
5033 msgstr ""
5034
5035 #: config/riscv/riscv.opt:34
5036 #, no-c-format
5037 msgid "-mbranch-cost=N\tSet the cost of branches to roughly N instructions."
5038 msgstr ""
5039
5040 #: config/riscv/riscv.opt:38
5041 #, no-c-format
5042 msgid "When generating -fpic code, allow the use of PLTs. Ignored for fno-pic."
5043 msgstr ""
5044
5045 #: config/riscv/riscv.opt:42
5046 #, no-c-format
5047 msgid "Specify integer and floating-point calling convention."
5048 msgstr ""
5049
5050 #: config/riscv/riscv.opt:46 config/i386/i386.opt:425
5051 #, no-c-format
5052 msgid "Attempt to keep stack aligned to this power of 2."
5053 msgstr ""
5054
5055 #: config/riscv/riscv.opt:50
5056 #, no-c-format
5057 msgid "Supported ABIs (for use with the -mabi= option):"
5058 msgstr ""
5059
5060 #: config/riscv/riscv.opt:75
5061 #, no-c-format
5062 msgid "Use hardware floating-point divide and square root instructions."
5063 msgstr ""
5064
5065 #: config/riscv/riscv.opt:79
5066 #, no-c-format
5067 msgid "Use hardware instructions for integer division."
5068 msgstr ""
5069
5070 #: config/riscv/riscv.opt:83
5071 #, no-c-format
5072 msgid "-march=\tGenerate code for given RISC-V ISA (e.g. RV64IM).  ISA strings must be lower-case."
5073 msgstr ""
5074
5075 #: config/riscv/riscv.opt:88 config/mips/mips.opt:405
5076 #, no-c-format
5077 msgid "-mtune=PROCESSOR\tOptimize the output for PROCESSOR."
5078 msgstr ""
5079
5080 #: config/riscv/riscv.opt:92
5081 #, no-c-format
5082 msgid "-mcpu=PROCESSOR\tUse architecture of and optimize the output for PROCESSOR."
5083 msgstr ""
5084
5085 #: config/riscv/riscv.opt:96
5086 #, no-c-format
5087 msgid "-msmall-data-limit=N\tPut global and static data smaller than <number> bytes into a special section (on some targets)."
5088 msgstr ""
5089
5090 #: config/riscv/riscv.opt:100
5091 #, no-c-format
5092 msgid "Use smaller but slower prologue and epilogue code."
5093 msgstr ""
5094
5095 #: config/riscv/riscv.opt:104
5096 #, no-c-format
5097 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."
5098 msgstr ""
5099
5100 #: config/riscv/riscv.opt:110 config/aarch64/aarch64.opt:92
5101 #: config/loongarch/loongarch.opt:186
5102 #, no-c-format
5103 msgid "Specify the code model."
5104 msgstr ""
5105
5106 #: config/riscv/riscv.opt:114 config/loongarch/loongarch.opt:158
5107 #, no-c-format
5108 msgid "Do not generate unaligned memory accesses."
5109 msgstr ""
5110
5111 #: config/riscv/riscv.opt:118 config/i386/i386.opt:293
5112 #: config/rs6000/aix64.opt:36 config/rs6000/linux64.opt:32
5113 #: config/tilegx/tilegx.opt:57
5114 #, no-c-format
5115 msgid "Known code models (for use with the -mcmodel= option):"
5116 msgstr ""
5117
5118 #: config/riscv/riscv.opt:128
5119 #, no-c-format
5120 msgid "Use %reloc() operators, rather than assembly macros, to load addresses."
5121 msgstr ""
5122
5123 #: config/riscv/riscv.opt:132
5124 #, no-c-format
5125 msgid "Take advantage of linker relaxations to reduce the number of instructions required to materialize symbol addresses."
5126 msgstr ""
5127
5128 #: config/riscv/riscv.opt:153
5129 #, no-c-format
5130 msgid "Emit RISC-V ELF attribute."
5131 msgstr ""
5132
5133 #: config/riscv/riscv.opt:157 config/i386/i386.opt:246
5134 #, no-c-format
5135 msgid "Use the given data alignment."
5136 msgstr ""
5137
5138 #: config/riscv/riscv.opt:161 config/i386/i386.opt:250
5139 #, no-c-format
5140 msgid "Known data alignment choices (for use with the -malign-data= option):"
5141 msgstr ""
5142
5143 #: config/riscv/riscv.opt:171 config/aarch64/aarch64.opt:235
5144 #: config/i386/i386.opt:1007 config/arm/arm.opt:327
5145 #: config/rs6000/rs6000.opt:554
5146 #, no-c-format
5147 msgid "Use given stack-protector guard."
5148 msgstr ""
5149
5150 #: config/riscv/riscv.opt:175 config/aarch64/aarch64.opt:239
5151 #: config/arm/arm.opt:331 config/rs6000/rs6000.opt:558
5152 #, no-c-format
5153 msgid "Valid arguments to -mstack-protector-guard=:"
5154 msgstr ""
5155
5156 #: config/riscv/riscv.opt:185 config/i386/i386.opt:1021
5157 #: config/rs6000/rs6000.opt:568
5158 #, no-c-format
5159 msgid "Use the given base register for addressing the stack-protector guard."
5160 msgstr ""
5161
5162 #: config/riscv/riscv.opt:192 config/i386/i386.opt:1028
5163 #: config/rs6000/rs6000.opt:575
5164 #, no-c-format
5165 msgid "Use the given offset for addressing the stack-protector guard."
5166 msgstr ""
5167
5168 #: config/riscv/riscv.opt:214
5169 #, no-c-format
5170 msgid "Supported ISA specs (for use with the -misa-spec= option):"
5171 msgstr ""
5172
5173 #: config/riscv/riscv.opt:227
5174 #, no-c-format
5175 msgid "Set the version of RISC-V ISA spec."
5176 msgstr ""
5177
5178 #: config/m32c/m32c.opt:23
5179 #, no-c-format
5180 msgid "-msim\tUse simulator runtime."
5181 msgstr ""
5182
5183 #: config/m32c/m32c.opt:27
5184 #, no-c-format
5185 msgid "-mcpu=r8c\tCompile code for R8C variants."
5186 msgstr ""
5187
5188 #: config/m32c/m32c.opt:31
5189 #, no-c-format
5190 msgid "-mcpu=m16c\tCompile code for M16C variants."
5191 msgstr ""
5192
5193 #: config/m32c/m32c.opt:35
5194 #, no-c-format
5195 msgid "-mcpu=m32cm\tCompile code for M32CM variants."
5196 msgstr ""
5197
5198 #: config/m32c/m32c.opt:39
5199 #, no-c-format
5200 msgid "-mcpu=m32c\tCompile code for M32C variants."
5201 msgstr ""
5202
5203 #: config/m32c/m32c.opt:43
5204 #, no-c-format
5205 msgid "-memregs=\tNumber of memreg bytes (default: 16, range: 0..16)."
5206 msgstr ""
5207
5208 #: config/msp430/msp430.opt:7
5209 #, no-c-format
5210 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."
5211 msgstr ""
5212
5213 #: config/msp430/msp430.opt:11
5214 #, no-c-format
5215 msgid "Force assembly output to always use hex constants."
5216 msgstr ""
5217
5218 #: config/msp430/msp430.opt:15
5219 #, no-c-format
5220 msgid "Specify the MCU to build for."
5221 msgstr ""
5222
5223 #: config/msp430/msp430.opt:19
5224 #, no-c-format
5225 msgid "Warn if an MCU name is unrecognized or conflicts with other options (default: on)."
5226 msgstr ""
5227
5228 #: config/msp430/msp430.opt:23
5229 #, no-c-format
5230 msgid "Warn if devices.csv is not found or there are problem parsing it (default: on)."
5231 msgstr ""
5232
5233 #: config/msp430/msp430.opt:27
5234 #, no-c-format
5235 msgid "Specify the ISA to build for: msp430, msp430x, msp430xv2."
5236 msgstr ""
5237
5238 #: config/msp430/msp430.opt:52
5239 #, no-c-format
5240 msgid "Select large model - 20-bit addresses/pointers."
5241 msgstr ""
5242
5243 #: config/msp430/msp430.opt:56
5244 #, no-c-format
5245 msgid "Select small model - 16-bit addresses/pointers (default)."
5246 msgstr ""
5247
5248 #: config/msp430/msp430.opt:60
5249 #, no-c-format
5250 msgid "Optimize opcode sizes at link time."
5251 msgstr ""
5252
5253 #: config/msp430/msp430.opt:67 config/pru/pru.opt:26
5254 #, no-c-format
5255 msgid "Use a minimum runtime (no static initializers or ctors) for memory-constrained devices."
5256 msgstr ""
5257
5258 #: config/msp430/msp430.opt:74
5259 #, no-c-format
5260 msgid "Specify the type of hardware multiply to support."
5261 msgstr ""
5262
5263 #: config/msp430/msp430.opt:96
5264 #, no-c-format
5265 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)."
5266 msgstr ""
5267
5268 #: config/msp430/msp430.opt:100
5269 #, no-c-format
5270 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)."
5271 msgstr ""
5272
5273 #: config/msp430/msp430.opt:104
5274 #, no-c-format
5275 msgid "Add the .lower prefix to section names when compiling with -m{code,data}-region=lower (disabled by default)."
5276 msgstr ""
5277
5278 #: config/msp430/msp430.opt:123
5279 #, no-c-format
5280 msgid "Passes on a request to the assembler to enable fixes for various silicon errata."
5281 msgstr ""
5282
5283 #: config/msp430/msp430.opt:127
5284 #, no-c-format
5285 msgid "Passes on a request to the assembler to warn about various silicon errata."
5286 msgstr ""
5287
5288 #: config/msp430/msp430.opt:131
5289 #, no-c-format
5290 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."
5291 msgstr ""
5292
5293 #: config/msp430/msp430.opt:136
5294 #, no-c-format
5295 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."
5296 msgstr ""
5297
5298 #: config/aarch64/aarch64.opt:43
5299 #, no-c-format
5300 msgid "The possible TLS dialects:"
5301 msgstr ""
5302
5303 #: config/aarch64/aarch64.opt:55 config/loongarch/loongarch.opt:167
5304 #, no-c-format
5305 msgid "The code model option names for -mcmodel:"
5306 msgstr ""
5307
5308 #: config/aarch64/aarch64.opt:72 config/i386/i386.opt:1042
5309 #, no-c-format
5310 msgid "Generate code which uses only the general registers."
5311 msgstr ""
5312
5313 #: config/aarch64/aarch64.opt:76 config/i386/i386.opt:1134
5314 #, no-c-format
5315 msgid "Generate code to mitigate against straight line speculation."
5316 msgstr ""
5317
5318 #: config/aarch64/aarch64.opt:80
5319 #, no-c-format
5320 msgid "Workaround for ARM Cortex-A53 Erratum number 835769."
5321 msgstr ""
5322
5323 #: config/aarch64/aarch64.opt:84
5324 #, no-c-format
5325 msgid "Workaround for ARM Cortex-A53 Erratum number 843419."
5326 msgstr ""
5327
5328 #: config/aarch64/aarch64.opt:96
5329 #, no-c-format
5330 msgid "Don't assume that unaligned accesses are handled by the system."
5331 msgstr ""
5332
5333 #: config/aarch64/aarch64.opt:100 config/i386/i386.opt:405
5334 #, no-c-format
5335 msgid "Omit the frame pointer in leaf functions."
5336 msgstr ""
5337
5338 #: config/aarch64/aarch64.opt:104
5339 #, no-c-format
5340 msgid "Specify TLS dialect."
5341 msgstr ""
5342
5343 #: config/aarch64/aarch64.opt:108
5344 #, no-c-format
5345 msgid "Specifies bit size of immediate TLS offsets.  Valid values are 12, 24, 32, 48."
5346 msgstr ""
5347
5348 #: config/aarch64/aarch64.opt:127
5349 #, no-c-format
5350 msgid "Use features of architecture ARCH."
5351 msgstr ""
5352
5353 #: config/aarch64/aarch64.opt:131
5354 #, no-c-format
5355 msgid "Use features of and optimize for CPU."
5356 msgstr ""
5357
5358 #: config/aarch64/aarch64.opt:135
5359 #, no-c-format
5360 msgid "Optimize for CPU."
5361 msgstr ""
5362
5363 #: config/aarch64/aarch64.opt:139
5364 #, no-c-format
5365 msgid "Generate code that conforms to the specified ABI."
5366 msgstr ""
5367
5368 #: config/aarch64/aarch64.opt:143
5369 #, no-c-format
5370 msgid "-moverride=<string>\tPower users only! Override CPU optimization parameters."
5371 msgstr ""
5372
5373 #: config/aarch64/aarch64.opt:147
5374 #, no-c-format
5375 msgid "Known AArch64 ABIs (for use with the -mabi= option):"
5376 msgstr ""
5377
5378 #: config/aarch64/aarch64.opt:157
5379 #, no-c-format
5380 msgid "PC relative literal loads."
5381 msgstr ""
5382
5383 #: config/aarch64/aarch64.opt:161
5384 #, no-c-format
5385 msgid "Use branch-protection features."
5386 msgstr ""
5387
5388 #: config/aarch64/aarch64.opt:165
5389 #, no-c-format
5390 msgid "Select return address signing scope."
5391 msgstr ""
5392
5393 #: config/aarch64/aarch64.opt:169
5394 #, no-c-format
5395 msgid "Supported AArch64 return address signing scope (for use with -msign-return-address= option):"
5396 msgstr ""
5397
5398 #: config/aarch64/aarch64.opt:182
5399 #, no-c-format
5400 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."
5401 msgstr ""
5402
5403 #: config/aarch64/aarch64.opt:188
5404 #, no-c-format
5405 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."
5406 msgstr ""
5407
5408 #: config/aarch64/aarch64.opt:195
5409 #, no-c-format
5410 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."
5411 msgstr ""
5412
5413 #: config/aarch64/aarch64.opt:201
5414 #, no-c-format
5415 msgid "The possible SVE vector lengths:"
5416 msgstr ""
5417
5418 #: config/aarch64/aarch64.opt:223
5419 #, no-c-format
5420 msgid "-msve-vector-bits=<number>\tSet the number of bits in an SVE vector register."
5421 msgstr ""
5422
5423 #: config/aarch64/aarch64.opt:227
5424 #, no-c-format
5425 msgid "Enables verbose cost model dumping in the debug dump files."
5426 msgstr ""
5427
5428 #: config/aarch64/aarch64.opt:231
5429 #, no-c-format
5430 msgid "Generate code to track when the CPU might be speculating incorrectly."
5431 msgstr ""
5432
5433 #: config/aarch64/aarch64.opt:249
5434 #, no-c-format
5435 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."
5436 msgstr ""
5437
5438 #: config/aarch64/aarch64.opt:255
5439 #, no-c-format
5440 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."
5441 msgstr ""
5442
5443 #: config/aarch64/aarch64.opt:264
5444 #, no-c-format
5445 msgid "Generate local calls to out-of-line atomic operations."
5446 msgstr ""
5447
5448 #: config/aarch64/aarch64.opt:268
5449 #, no-c-format
5450 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."
5451 msgstr ""
5452
5453 #: config/aarch64/aarch64.opt:272
5454 #, no-c-format
5455 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."
5456 msgstr ""
5457
5458 #: config/aarch64/aarch64.opt:276
5459 #, no-c-format
5460 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."
5461 msgstr ""
5462
5463 #: config/aarch64/aarch64.opt:286
5464 #, no-c-format
5465 msgid "Constant memcpy size in bytes above which to start using MOPS sequence."
5466 msgstr ""
5467
5468 #: config/aarch64/aarch64.opt:290
5469 #, no-c-format
5470 msgid "Constant memmove size in bytes above which to start using MOPS sequence."
5471 msgstr ""
5472
5473 #: config/aarch64/aarch64.opt:294
5474 #, no-c-format
5475 msgid "Constant memset size in bytes from which to start using MOPS sequence."
5476 msgstr ""
5477
5478 #: config/aarch64/aarch64.opt:298
5479 #, no-c-format
5480 msgid "Limit how much the autovectorizer may unroll a loop."
5481 msgstr ""
5482
5483 #: config/linux.opt:24
5484 #, no-c-format
5485 msgid "Use Bionic C library."
5486 msgstr ""
5487
5488 #: config/linux.opt:28
5489 #, no-c-format
5490 msgid "Use GNU C library."
5491 msgstr ""
5492
5493 #: config/linux.opt:32
5494 #, no-c-format
5495 msgid "Use uClibc C library."
5496 msgstr ""
5497
5498 #: config/linux.opt:36
5499 #, no-c-format
5500 msgid "Use musl C library."
5501 msgstr ""
5502
5503 #: config/ia64/ilp32.opt:3
5504 #, no-c-format
5505 msgid "Generate ILP32 code."
5506 msgstr ""
5507
5508 #: config/ia64/ilp32.opt:7
5509 #, no-c-format
5510 msgid "Generate LP64 code."
5511 msgstr ""
5512
5513 #: config/ia64/ia64.opt:28
5514 #, no-c-format
5515 msgid "Generate big endian code."
5516 msgstr ""
5517
5518 #: config/ia64/ia64.opt:32
5519 #, no-c-format
5520 msgid "Generate little endian code."
5521 msgstr ""
5522
5523 #: config/ia64/ia64.opt:36
5524 #, no-c-format
5525 msgid "Generate code for GNU as."
5526 msgstr ""
5527
5528 #: config/ia64/ia64.opt:40
5529 #, no-c-format
5530 msgid "Generate code for GNU ld."
5531 msgstr ""
5532
5533 #: config/ia64/ia64.opt:44
5534 #, no-c-format
5535 msgid "Emit stop bits before and after volatile extended asms."
5536 msgstr ""
5537
5538 #: config/ia64/ia64.opt:48
5539 #, no-c-format
5540 msgid "Use in/loc/out register names."
5541 msgstr ""
5542
5543 #: config/ia64/ia64.opt:55
5544 #, no-c-format
5545 msgid "Enable use of sdata/scommon/sbss."
5546 msgstr ""
5547
5548 #: config/ia64/ia64.opt:59
5549 #, no-c-format
5550 msgid "Generate code without GP reg."
5551 msgstr ""
5552
5553 #: config/ia64/ia64.opt:63
5554 #, no-c-format
5555 msgid "gp is constant (but save/restore gp on indirect calls)."
5556 msgstr ""
5557
5558 #: config/ia64/ia64.opt:67
5559 #, no-c-format
5560 msgid "Generate self-relocatable code."
5561 msgstr ""
5562
5563 #: config/ia64/ia64.opt:71
5564 #, no-c-format
5565 msgid "Generate inline floating point division, optimize for latency."
5566 msgstr ""
5567
5568 #: config/ia64/ia64.opt:75
5569 #, no-c-format
5570 msgid "Generate inline floating point division, optimize for throughput."
5571 msgstr ""
5572
5573 #: config/ia64/ia64.opt:82
5574 #, no-c-format
5575 msgid "Generate inline integer division, optimize for latency."
5576 msgstr ""
5577
5578 #: config/ia64/ia64.opt:86
5579 #, no-c-format
5580 msgid "Generate inline integer division, optimize for throughput."
5581 msgstr ""
5582
5583 #: config/ia64/ia64.opt:90
5584 #, no-c-format
5585 msgid "Do not inline integer division."
5586 msgstr ""
5587
5588 #: config/ia64/ia64.opt:94
5589 #, no-c-format
5590 msgid "Generate inline square root, optimize for latency."
5591 msgstr ""
5592
5593 #: config/ia64/ia64.opt:98
5594 #, no-c-format
5595 msgid "Generate inline square root, optimize for throughput."
5596 msgstr ""
5597
5598 #: config/ia64/ia64.opt:102
5599 #, no-c-format
5600 msgid "Do not inline square root."
5601 msgstr ""
5602
5603 #: config/ia64/ia64.opt:106
5604 #, no-c-format
5605 msgid "Enable DWARF line debug info via GNU as."
5606 msgstr ""
5607
5608 #: config/ia64/ia64.opt:110
5609 #, no-c-format
5610 msgid "Enable earlier placing stop bits for better scheduling."
5611 msgstr ""
5612
5613 #: config/ia64/ia64.opt:114 config/pa/pa.opt:66 config/sh/sh.opt:227
5614 #, no-c-format
5615 msgid "Specify range of registers to make fixed."
5616 msgstr ""
5617
5618 #: config/ia64/ia64.opt:118 config/alpha/alpha.opt:130
5619 #, no-c-format
5620 msgid "Specify bit size of immediate TLS offsets."
5621 msgstr ""
5622
5623 #: config/ia64/ia64.opt:122 config/i386/i386.opt:523 config/s390/s390.opt:200
5624 #: config/sparc/sparc.opt:146 config/visium/visium.opt:49
5625 #, no-c-format
5626 msgid "Schedule code for given CPU."
5627 msgstr ""
5628
5629 #: config/ia64/ia64.opt:126
5630 #, no-c-format
5631 msgid "Known Itanium CPUs (for use with the -mtune= option):"
5632 msgstr ""
5633
5634 #: config/ia64/ia64.opt:136
5635 #, no-c-format
5636 msgid "Use data speculation before reload."
5637 msgstr ""
5638
5639 #: config/ia64/ia64.opt:140
5640 #, no-c-format
5641 msgid "Use data speculation after reload."
5642 msgstr ""
5643
5644 #: config/ia64/ia64.opt:144
5645 #, no-c-format
5646 msgid "Use control speculation."
5647 msgstr ""
5648
5649 #: config/ia64/ia64.opt:148
5650 #, no-c-format
5651 msgid "Use in block data speculation before reload."
5652 msgstr ""
5653
5654 #: config/ia64/ia64.opt:152
5655 #, no-c-format
5656 msgid "Use in block data speculation after reload."
5657 msgstr ""
5658
5659 #: config/ia64/ia64.opt:156
5660 #, no-c-format
5661 msgid "Use in block control speculation."
5662 msgstr ""
5663
5664 #: config/ia64/ia64.opt:160
5665 #, no-c-format
5666 msgid "Use simple data speculation check."
5667 msgstr ""
5668
5669 #: config/ia64/ia64.opt:164
5670 #, no-c-format
5671 msgid "Use simple data speculation check for control speculation."
5672 msgstr ""
5673
5674 #: config/ia64/ia64.opt:174
5675 #, no-c-format
5676 msgid "Count speculative dependencies while calculating priority of instructions."
5677 msgstr ""
5678
5679 #: config/ia64/ia64.opt:178
5680 #, no-c-format
5681 msgid "Place a stop bit after every cycle when scheduling."
5682 msgstr ""
5683
5684 #: config/ia64/ia64.opt:182
5685 #, no-c-format
5686 msgid "Assume that floating-point stores and loads are not likely to cause conflict when placed into one instruction group."
5687 msgstr ""
5688
5689 #: config/ia64/ia64.opt:186
5690 #, no-c-format
5691 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."
5692 msgstr ""
5693
5694 #: config/ia64/ia64.opt:190
5695 #, no-c-format
5696 msgid "Disallow more than 'msched-max-memory-insns' in instruction group. Otherwise, limit is 'soft' (prefer non-memory operations when limit is reached)."
5697 msgstr ""
5698
5699 #: config/ia64/ia64.opt:194
5700 #, no-c-format
5701 msgid "Don't generate checks for control speculation in selective scheduling."
5702 msgstr ""
5703
5704 #: config/epiphany/epiphany.opt:24
5705 #, no-c-format
5706 msgid "Don't use any of r32..r63."
5707 msgstr ""
5708
5709 #: config/epiphany/epiphany.opt:28
5710 #, no-c-format
5711 msgid "Preferentially allocate registers that allow short instruction generation."
5712 msgstr ""
5713
5714 #: config/epiphany/epiphany.opt:32
5715 #, no-c-format
5716 msgid "Set branch cost."
5717 msgstr ""
5718
5719 #: config/epiphany/epiphany.opt:36
5720 #, no-c-format
5721 msgid "Enable conditional move instruction usage."
5722 msgstr ""
5723
5724 #: config/epiphany/epiphany.opt:40
5725 #, no-c-format
5726 msgid "Set number of nops to emit before each insn pattern."
5727 msgstr ""
5728
5729 #: config/epiphany/epiphany.opt:52
5730 #, no-c-format
5731 msgid "Use software floating point comparisons."
5732 msgstr ""
5733
5734 #: config/epiphany/epiphany.opt:56
5735 #, no-c-format
5736 msgid "Enable split of 32 bit immediate loads into low / high part."
5737 msgstr ""
5738
5739 #: config/epiphany/epiphany.opt:60
5740 #, no-c-format
5741 msgid "Enable use of POST_INC / POST_DEC."
5742 msgstr ""
5743
5744 #: config/epiphany/epiphany.opt:64
5745 #, no-c-format
5746 msgid "Enable use of POST_MODIFY."
5747 msgstr ""
5748
5749 #: config/epiphany/epiphany.opt:68
5750 #, no-c-format
5751 msgid "Set number of bytes on the stack preallocated for use by the callee."
5752 msgstr ""
5753
5754 #: config/epiphany/epiphany.opt:72
5755 #, no-c-format
5756 msgid "Assume round to nearest is selected for purposes of scheduling."
5757 msgstr ""
5758
5759 #: config/epiphany/epiphany.opt:76
5760 #, no-c-format
5761 msgid "Generate call insns as indirect calls."
5762 msgstr ""
5763
5764 #: config/epiphany/epiphany.opt:80
5765 #, no-c-format
5766 msgid "Generate call insns as direct calls."
5767 msgstr ""
5768
5769 #: config/epiphany/epiphany.opt:84
5770 #, no-c-format
5771 msgid "Assume labels and symbols can be addressed using 16 bit absolute addresses."
5772 msgstr ""
5773
5774 #: config/epiphany/epiphany.opt:108
5775 #, no-c-format
5776 msgid "A floatig point to integer truncation may be replaced with rounding to save mode switching."
5777 msgstr ""
5778
5779 #: config/epiphany/epiphany.opt:112
5780 #, no-c-format
5781 msgid "Vectorize for double-word operations."
5782 msgstr ""
5783
5784 #: config/epiphany/epiphany.opt:128
5785 #, no-c-format
5786 msgid "Split unaligned 8 byte vector moves before post-modify address generation."
5787 msgstr ""
5788
5789 #: config/epiphany/epiphany.opt:132
5790 #, no-c-format
5791 msgid "Use the floating point unit for integer add/subtract."
5792 msgstr ""
5793
5794 #: config/epiphany/epiphany.opt:136
5795 #, no-c-format
5796 msgid "Set register to hold -1."
5797 msgstr ""
5798
5799 #: config/ft32/ft32.opt:23
5800 #, no-c-format
5801 msgid "Target the software simulator."
5802 msgstr ""
5803
5804 #: config/ft32/ft32.opt:27 config/s390/s390.opt:231 config/mips/mips.opt:393
5805 #: config/arc/arc.opt:400
5806 #, no-c-format
5807 msgid "Use LRA instead of reload."
5808 msgstr ""
5809
5810 #: config/ft32/ft32.opt:31
5811 #, no-c-format
5812 msgid "Avoid use of the DIV and MOD instructions."
5813 msgstr ""
5814
5815 #: config/ft32/ft32.opt:35
5816 #, no-c-format
5817 msgid "Target the FT32B architecture."
5818 msgstr ""
5819
5820 #: config/ft32/ft32.opt:39
5821 #, no-c-format
5822 msgid "Enable FT32B code compression."
5823 msgstr ""
5824
5825 #: config/ft32/ft32.opt:43
5826 #, no-c-format
5827 msgid "Avoid placing any readable data in program memory."
5828 msgstr ""
5829
5830 #: config/h8300/h8300.opt:23
5831 #, no-c-format
5832 msgid "Generate H8S code."
5833 msgstr ""
5834
5835 #: config/h8300/h8300.opt:27
5836 #, no-c-format
5837 msgid "Generate H8SX code."
5838 msgstr ""
5839
5840 #: config/h8300/h8300.opt:31
5841 #, no-c-format
5842 msgid "Generate H8S/2600 code."
5843 msgstr ""
5844
5845 #: config/h8300/h8300.opt:35
5846 #, no-c-format
5847 msgid "Make integers 32 bits wide."
5848 msgstr ""
5849
5850 #: config/h8300/h8300.opt:42
5851 #, no-c-format
5852 msgid "Use registers for argument passing."
5853 msgstr ""
5854
5855 #: config/h8300/h8300.opt:46
5856 #, no-c-format
5857 msgid "Consider access to byte sized memory slow."
5858 msgstr ""
5859
5860 #: config/h8300/h8300.opt:50
5861 #, no-c-format
5862 msgid "Enable linker relaxing."
5863 msgstr ""
5864
5865 #: config/h8300/h8300.opt:54
5866 #, no-c-format
5867 msgid "Generate H8/300H code."
5868 msgstr ""
5869
5870 #: config/h8300/h8300.opt:58
5871 #, no-c-format
5872 msgid "Enable the normal mode."
5873 msgstr ""
5874
5875 #: config/h8300/h8300.opt:62
5876 #, no-c-format
5877 msgid "Use H8/300 alignment rules."
5878 msgstr ""
5879
5880 #: config/h8300/h8300.opt:66
5881 #, no-c-format
5882 msgid "Push extended registers on stack in monitor functions."
5883 msgstr ""
5884
5885 #: config/h8300/h8300.opt:70
5886 #, no-c-format
5887 msgid "Do not push extended registers on stack in monitor functions."
5888 msgstr ""
5889
5890 #: config/pru/pru.opt:31
5891 #, no-c-format
5892 msgid "-mmcu=MCU\tSelect the target System-On-Chip variant that embeds this PRU."
5893 msgstr ""
5894
5895 #: config/pru/pru.opt:35
5896 #, no-c-format
5897 msgid "Make GCC pass the --no-relax command-line option to the linker instead of the --relax option."
5898 msgstr ""
5899
5900 #: config/pru/pru.opt:40
5901 #, no-c-format
5902 msgid "Allow (or do not allow) gcc to use the LOOP instruction."
5903 msgstr ""
5904
5905 #: config/pru/pru.opt:44
5906 #, no-c-format
5907 msgid "Select target ABI variant."
5908 msgstr ""
5909
5910 #: config/pru/pru.opt:48
5911 #, no-c-format
5912 msgid "ABI variant code generation (for use with -mabi= option):"
5913 msgstr ""
5914
5915 #: config/pdp11/pdp11.opt:23
5916 #, no-c-format
5917 msgid "Generate code for an 11/10."
5918 msgstr ""
5919
5920 #: config/pdp11/pdp11.opt:27
5921 #, no-c-format
5922 msgid "Generate code for an 11/40."
5923 msgstr ""
5924
5925 #: config/pdp11/pdp11.opt:31
5926 #, no-c-format
5927 msgid "Generate code for an 11/45."
5928 msgstr ""
5929
5930 #: config/pdp11/pdp11.opt:35
5931 #, no-c-format
5932 msgid "Return floating-point results in ac0 (fr0 in Unix assembler syntax)."
5933 msgstr ""
5934
5935 #: config/pdp11/pdp11.opt:39
5936 #, no-c-format
5937 msgid "Use the DEC assembler syntax."
5938 msgstr ""
5939
5940 #: config/pdp11/pdp11.opt:43
5941 #, no-c-format
5942 msgid "Use the GNU assembler syntax."
5943 msgstr ""
5944
5945 #: config/pdp11/pdp11.opt:47 config/rs6000/rs6000.opt:187
5946 #: config/frv/frv.opt:158
5947 #, no-c-format
5948 msgid "Use hardware floating point."
5949 msgstr ""
5950
5951 #: config/pdp11/pdp11.opt:51
5952 #, no-c-format
5953 msgid "Use 16 bit int."
5954 msgstr ""
5955
5956 #: config/pdp11/pdp11.opt:55
5957 #, no-c-format
5958 msgid "Use 32 bit int."
5959 msgstr ""
5960
5961 #: config/pdp11/pdp11.opt:59 config/rs6000/rs6000.opt:183
5962 #, no-c-format
5963 msgid "Do not use hardware floating point."
5964 msgstr ""
5965
5966 #: config/pdp11/pdp11.opt:63
5967 #, no-c-format
5968 msgid "Target has split I&D."
5969 msgstr ""
5970
5971 #: config/pdp11/pdp11.opt:67
5972 #, no-c-format
5973 msgid "Use UNIX assembler syntax."
5974 msgstr ""
5975
5976 #: config/pdp11/pdp11.opt:71
5977 #, no-c-format
5978 msgid "Use LRA register allocator."
5979 msgstr ""
5980
5981 #: config/xtensa/xtensa.opt:23
5982 #, no-c-format
5983 msgid "Use CONST16 instruction to load constants."
5984 msgstr ""
5985
5986 #: config/xtensa/xtensa.opt:27
5987 #, no-c-format
5988 msgid "Disable position-independent code (PIC) for use in OS kernel code."
5989 msgstr ""
5990
5991 #: config/xtensa/xtensa.opt:31
5992 #, no-c-format
5993 msgid "Use indirect CALLXn instructions for large programs."
5994 msgstr ""
5995
5996 #: config/xtensa/xtensa.opt:35
5997 #, no-c-format
5998 msgid "Automatically align branch targets to reduce branch penalties."
5999 msgstr ""
6000
6001 #: config/xtensa/xtensa.opt:39
6002 #, no-c-format
6003 msgid "Intersperse literal pools with code in the text section."
6004 msgstr ""
6005
6006 #: config/xtensa/xtensa.opt:43
6007 #, no-c-format
6008 msgid "Relax literals in assembler and place them automatically in the text section."
6009 msgstr ""
6010
6011 #: config/xtensa/xtensa.opt:47
6012 #, no-c-format
6013 msgid "-mno-serialize-volatile\tDo not serialize volatile memory references with MEMW instructions."
6014 msgstr ""
6015
6016 #: config/xtensa/xtensa.opt:54
6017 #, no-c-format
6018 msgid "Use call0 ABI."
6019 msgstr ""
6020
6021 #: config/xtensa/xtensa.opt:58
6022 #, no-c-format
6023 msgid "Use windowed registers ABI."
6024 msgstr ""
6025
6026 #: config/i386/cygming.opt:23
6027 #, no-c-format
6028 msgid "Create console application."
6029 msgstr ""
6030
6031 #: config/i386/cygming.opt:27
6032 #, no-c-format
6033 msgid "Generate code for a DLL."
6034 msgstr ""
6035
6036 #: config/i386/cygming.opt:31
6037 #, no-c-format
6038 msgid "Ignore dllimport for functions."
6039 msgstr ""
6040
6041 #: config/i386/cygming.opt:35
6042 #, no-c-format
6043 msgid "Use Mingw-specific thread support."
6044 msgstr ""
6045
6046 #: config/i386/cygming.opt:39
6047 #, no-c-format
6048 msgid "Set Windows defines."
6049 msgstr ""
6050
6051 #: config/i386/cygming.opt:43
6052 #, no-c-format
6053 msgid "Create GUI application."
6054 msgstr ""
6055
6056 #: config/i386/cygming.opt:47
6057 #, no-c-format
6058 msgid "Use the GNU extension to the PE format for aligned common data."
6059 msgstr ""
6060
6061 #: config/i386/cygming.opt:51
6062 #, no-c-format
6063 msgid "Compile code that relies on Cygwin DLL wrappers to support C++ operator new/delete replacement."
6064 msgstr ""
6065
6066 #: config/i386/cygming.opt:55
6067 #, no-c-format
6068 msgid "For nested functions on stack executable permission is set."
6069 msgstr ""
6070
6071 #: config/i386/cygming.opt:62
6072 #, no-c-format
6073 msgid "Put relocated read-only data into .data section."
6074 msgstr ""
6075
6076 #: config/i386/mingw.opt:29
6077 #, no-c-format
6078 msgid "Warn about none ISO msvcrt scanf/printf width extensions."
6079 msgstr ""
6080
6081 #: config/i386/mingw-w64.opt:23
6082 #, no-c-format
6083 msgid "Use unicode startup and define UNICODE macro."
6084 msgstr ""
6085
6086 #: config/i386/i386.opt:198
6087 #, no-c-format
6088 msgid "sizeof(long double) is 16."
6089 msgstr ""
6090
6091 #: config/i386/i386.opt:202 config/i386/i386.opt:370
6092 #, no-c-format
6093 msgid "Use hardware fp."
6094 msgstr ""
6095
6096 #: config/i386/i386.opt:206
6097 #, no-c-format
6098 msgid "sizeof(long double) is 12."
6099 msgstr ""
6100
6101 #: config/i386/i386.opt:210
6102 #, no-c-format
6103 msgid "Use 80-bit long double."
6104 msgstr ""
6105
6106 #: config/i386/i386.opt:214 config/s390/s390.opt:160
6107 #: config/sparc/long-double-switch.opt:27 config/alpha/alpha.opt:102
6108 #, no-c-format
6109 msgid "Use 64-bit long double."
6110 msgstr ""
6111
6112 #: config/i386/i386.opt:218 config/s390/s390.opt:156
6113 #: config/sparc/long-double-switch.opt:23 config/alpha/alpha.opt:98
6114 #, no-c-format
6115 msgid "Use 128-bit long double."
6116 msgstr ""
6117
6118 #: config/i386/i386.opt:222 config/sh/sh.opt:179
6119 #, no-c-format
6120 msgid "Reserve space for outgoing arguments in the function prologue."
6121 msgstr ""
6122
6123 #: config/i386/i386.opt:226
6124 #, no-c-format
6125 msgid "Align some doubles on dword boundary."
6126 msgstr ""
6127
6128 #: config/i386/i386.opt:230
6129 #, no-c-format
6130 msgid "Function starts are aligned to this power of 2."
6131 msgstr ""
6132
6133 #: config/i386/i386.opt:234
6134 #, no-c-format
6135 msgid "Jump targets are aligned to this power of 2."
6136 msgstr ""
6137
6138 #: config/i386/i386.opt:238
6139 #, no-c-format
6140 msgid "Loop code aligned to this power of 2."
6141 msgstr ""
6142
6143 #: config/i386/i386.opt:242
6144 #, no-c-format
6145 msgid "Align destination of the string operations."
6146 msgstr ""
6147
6148 #: config/i386/i386.opt:263 config/s390/s390.opt:56
6149 #, no-c-format
6150 msgid "Generate code for given CPU."
6151 msgstr ""
6152
6153 #: config/i386/i386.opt:267
6154 #, no-c-format
6155 msgid "Use given assembler dialect."
6156 msgstr ""
6157
6158 #: config/i386/i386.opt:271
6159 #, no-c-format
6160 msgid "Known assembler dialects (for use with the -masm= option):"
6161 msgstr ""
6162
6163 #: config/i386/i386.opt:281
6164 #, no-c-format
6165 msgid "Branches are this expensive (arbitrary units)."
6166 msgstr ""
6167
6168 #: config/i386/i386.opt:285
6169 #, no-c-format
6170 msgid "-mlarge-data-threshold=<number>\tData greater than given threshold will go into .ldata section in x86-64 medium model."
6171 msgstr ""
6172
6173 #: config/i386/i386.opt:289
6174 #, no-c-format
6175 msgid "Use given x86-64 code model."
6176 msgstr ""
6177
6178 #: config/i386/i386.opt:312
6179 #, no-c-format
6180 msgid "Use given address mode."
6181 msgstr ""
6182
6183 #: config/i386/i386.opt:316
6184 #, no-c-format
6185 msgid "Known address mode (for use with the -maddress-mode= option):"
6186 msgstr ""
6187
6188 #: config/i386/i386.opt:329
6189 #, no-c-format
6190 msgid "Generate sin, cos, sqrt for FPU."
6191 msgstr ""
6192
6193 #: config/i386/i386.opt:333
6194 #, no-c-format
6195 msgid "Always use Dynamic Realigned Argument Pointer (DRAP) to realign stack."
6196 msgstr ""
6197
6198 #: config/i386/i386.opt:337
6199 #, no-c-format
6200 msgid "Return values of functions in FPU registers."
6201 msgstr ""
6202
6203 #: config/i386/i386.opt:341
6204 #, no-c-format
6205 msgid "Generate floating point mathematics using given instruction set."
6206 msgstr ""
6207
6208 #: config/i386/i386.opt:345
6209 #, no-c-format
6210 msgid "Valid arguments to -mfpmath=:"
6211 msgstr ""
6212
6213 #: config/i386/i386.opt:378
6214 #, no-c-format
6215 msgid "Inline all known string operations."
6216 msgstr ""
6217
6218 #: config/i386/i386.opt:382
6219 #, no-c-format
6220 msgid "Inline memset/memcpy string operations, but perform inline version only for small blocks."
6221 msgstr ""
6222
6223 #: config/i386/i386.opt:389
6224 #, no-c-format
6225 msgid "Use native (MS) bitfield layout."
6226 msgstr ""
6227
6228 #: config/i386/i386.opt:409
6229 #, no-c-format
6230 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."
6231 msgstr ""
6232
6233 #: config/i386/i386.opt:413
6234 #, no-c-format
6235 msgid "Set 80387 floating-point precision to 32-bit."
6236 msgstr ""
6237
6238 #: config/i386/i386.opt:417
6239 #, no-c-format
6240 msgid "Set 80387 floating-point precision to 64-bit."
6241 msgstr ""
6242
6243 #: config/i386/i386.opt:421
6244 #, no-c-format
6245 msgid "Set 80387 floating-point precision to 80-bit."
6246 msgstr ""
6247
6248 #: config/i386/i386.opt:429
6249 #, no-c-format
6250 msgid "Assume incoming stack aligned to this power of 2."
6251 msgstr ""
6252
6253 #: config/i386/i386.opt:433
6254 #, no-c-format
6255 msgid "Use push instructions to save outgoing arguments."
6256 msgstr ""
6257
6258 #: config/i386/i386.opt:437
6259 #, no-c-format
6260 msgid "Use red-zone in the x86-64 code."
6261 msgstr ""
6262
6263 #: config/i386/i386.opt:441
6264 #, no-c-format
6265 msgid "Number of registers used to pass integer arguments."
6266 msgstr ""
6267
6268 #: config/i386/i386.opt:445
6269 #, no-c-format
6270 msgid "Alternate calling convention."
6271 msgstr ""
6272
6273 #: config/i386/i386.opt:449 config/alpha/alpha.opt:23
6274 #, no-c-format
6275 msgid "Do not use hardware fp."
6276 msgstr ""
6277
6278 #: config/i386/i386.opt:453
6279 #, no-c-format
6280 msgid "Use SSE register passing conventions for SF and DF mode."
6281 msgstr ""
6282
6283 #: config/i386/i386.opt:457
6284 #, no-c-format
6285 msgid "Realign stack in prologue."
6286 msgstr ""
6287
6288 #: config/i386/i386.opt:461
6289 #, no-c-format
6290 msgid "Enable stack probing."
6291 msgstr ""
6292
6293 #: config/i386/i386.opt:465
6294 #, no-c-format
6295 msgid "Specify memcpy expansion strategy when expected size is known."
6296 msgstr ""
6297
6298 #: config/i386/i386.opt:469
6299 #, no-c-format
6300 msgid "Specify memset expansion strategy when expected size is known."
6301 msgstr ""
6302
6303 #: config/i386/i386.opt:473
6304 #, no-c-format
6305 msgid "Chose strategy to generate stringop using."
6306 msgstr ""
6307
6308 #: config/i386/i386.opt:477
6309 #, no-c-format
6310 msgid "Valid arguments to -mstringop-strategy=:"
6311 msgstr ""
6312
6313 #: config/i386/i386.opt:505
6314 #, no-c-format
6315 msgid "Use given thread-local storage dialect."
6316 msgstr ""
6317
6318 #: config/i386/i386.opt:509
6319 #, no-c-format
6320 msgid "Known TLS dialects (for use with the -mtls-dialect= option):"
6321 msgstr ""
6322
6323 #: config/i386/i386.opt:519
6324 #, no-c-format
6325 msgid "Use direct references against %gs when accessing tls data."
6326 msgstr ""
6327
6328 #: config/i386/i386.opt:527
6329 #, no-c-format
6330 msgid "Fine grain control of tune features."
6331 msgstr ""
6332
6333 #: config/i386/i386.opt:531
6334 #, no-c-format
6335 msgid "Clear all tune features."
6336 msgstr ""
6337
6338 #: config/i386/i386.opt:538
6339 #, no-c-format
6340 msgid "Generate code that conforms to Intel MCU psABI."
6341 msgstr ""
6342
6343 #: config/i386/i386.opt:542
6344 #, no-c-format
6345 msgid "Generate code that conforms to the given ABI."
6346 msgstr ""
6347
6348 #: config/i386/i386.opt:546 config/nds32/nds32.opt:51
6349 #, no-c-format
6350 msgid "Known ABIs (for use with the -mabi= option):"
6351 msgstr ""
6352
6353 #: config/i386/i386.opt:556
6354 #, no-c-format
6355 msgid "Use libgcc stubs to save and restore registers clobbered by 64-bit Microsoft to System V ABI calls."
6356 msgstr ""
6357
6358 #: config/i386/i386.opt:560 config/rs6000/rs6000.opt:199
6359 #, no-c-format
6360 msgid "Vector library ABI to use."
6361 msgstr ""
6362
6363 #: config/i386/i386.opt:564
6364 #, no-c-format
6365 msgid "Known vectorization library ABIs (for use with the -mveclibabi= option):"
6366 msgstr ""
6367
6368 #: config/i386/i386.opt:574
6369 #, no-c-format
6370 msgid "Return 8-byte vectors in memory."
6371 msgstr ""
6372
6373 #: config/i386/i386.opt:578
6374 #, no-c-format
6375 msgid "Generate reciprocals instead of divss and sqrtss."
6376 msgstr ""
6377
6378 #: config/i386/i386.opt:582
6379 #, no-c-format
6380 msgid "Control generation of reciprocal estimates."
6381 msgstr ""
6382
6383 #: config/i386/i386.opt:586
6384 #, no-c-format
6385 msgid "Generate cld instruction in the function prologue."
6386 msgstr ""
6387
6388 #: config/i386/i386.opt:590
6389 #, no-c-format
6390 msgid "Generate vzeroupper instruction before a transfer of control flow out of the function."
6391 msgstr ""
6392
6393 #: config/i386/i386.opt:595
6394 #, no-c-format
6395 msgid "Disable Scalar to Vector optimization pass transforming 64-bit integer computations into a vector ones."
6396 msgstr ""
6397
6398 #: config/i386/i386.opt:600
6399 #, no-c-format
6400 msgid "Do dispatch scheduling if processor is bdver1, bdver2, bdver3, bdver4 or znver1 and Haifa scheduling is selected."
6401 msgstr ""
6402
6403 #: config/i386/i386.opt:605
6404 #, no-c-format
6405 msgid "Use 128-bit AVX instructions instead of 256-bit AVX instructions in the auto-vectorizer."
6406 msgstr ""
6407
6408 #: config/i386/i386.opt:609
6409 #, no-c-format
6410 msgid "Use given register vector width instructions instead of maximum register width in the auto-vectorizer."
6411 msgstr ""
6412
6413 #: config/i386/i386.opt:613
6414 #, no-c-format
6415 msgid "Known preferred register vector length (to use with the -mprefer-vector-width= option):"
6416 msgstr ""
6417
6418 #: config/i386/i386.opt:629
6419 #, no-c-format
6420 msgid "Maximum number of bits that can be moved from memory to memory efficiently."
6421 msgstr ""
6422
6423 #: config/i386/i386.opt:633
6424 #, no-c-format
6425 msgid "Maximum number of bits that can be stored to memory efficiently."
6426 msgstr ""
6427
6428 #: config/i386/i386.opt:639
6429 #, no-c-format
6430 msgid "Generate 32bit i386 code."
6431 msgstr ""
6432
6433 #: config/i386/i386.opt:643
6434 #, no-c-format
6435 msgid "Generate 64bit x86-64 code."
6436 msgstr ""
6437
6438 #: config/i386/i386.opt:647
6439 #, no-c-format
6440 msgid "Generate 32bit x86-64 code."
6441 msgstr ""
6442
6443 #: config/i386/i386.opt:651
6444 #, no-c-format
6445 msgid "Generate 16bit i386 code."
6446 msgstr ""
6447
6448 #: config/i386/i386.opt:655
6449 #, no-c-format
6450 msgid "Support MMX built-in functions."
6451 msgstr ""
6452
6453 #: config/i386/i386.opt:659
6454 #, no-c-format
6455 msgid "Support 3DNow! built-in functions."
6456 msgstr ""
6457
6458 #: config/i386/i386.opt:663
6459 #, no-c-format
6460 msgid "Support Athlon 3Dnow! built-in functions."
6461 msgstr ""
6462
6463 #: config/i386/i386.opt:667
6464 #, no-c-format
6465 msgid "Support MMX and SSE built-in functions and code generation."
6466 msgstr ""
6467
6468 #: config/i386/i386.opt:671
6469 #, no-c-format
6470 msgid "Support MMX, SSE and SSE2 built-in functions and code generation."
6471 msgstr ""
6472
6473 #: config/i386/i386.opt:675
6474 #, no-c-format
6475 msgid "Support MMX, SSE, SSE2 and SSE3 built-in functions and code generation."
6476 msgstr ""
6477
6478 #: config/i386/i386.opt:679
6479 #, no-c-format
6480 msgid "Support MMX, SSE, SSE2, SSE3 and SSSE3 built-in functions and code generation."
6481 msgstr ""
6482
6483 #: config/i386/i386.opt:683
6484 #, no-c-format
6485 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3 and SSE4.1 built-in functions and code generation."
6486 msgstr ""
6487
6488 #: config/i386/i386.opt:687 config/i386/i386.opt:691
6489 #, no-c-format
6490 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1 and SSE4.2 built-in functions and code generation."
6491 msgstr ""
6492
6493 #: config/i386/i386.opt:695
6494 #, no-c-format
6495 msgid "Do not support SSE4.1 and SSE4.2 built-in functions and code generation."
6496 msgstr ""
6497
6498 #: config/i386/i386.opt:703
6499 #, no-c-format
6500 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2 and AVX built-in functions and code generation."
6501 msgstr ""
6502
6503 #: config/i386/i386.opt:707
6504 #, no-c-format
6505 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX and AVX2 built-in functions and code generation."
6506 msgstr ""
6507
6508 #: config/i386/i386.opt:711
6509 #, no-c-format
6510 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F built-in functions and code generation."
6511 msgstr ""
6512
6513 #: config/i386/i386.opt:715
6514 #, no-c-format
6515 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512PF built-in functions and code generation."
6516 msgstr ""
6517
6518 #: config/i386/i386.opt:719
6519 #, no-c-format
6520 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512ER built-in functions and code generation."
6521 msgstr ""
6522
6523 #: config/i386/i386.opt:723
6524 #, no-c-format
6525 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512CD built-in functions and code generation."
6526 msgstr ""
6527
6528 #: config/i386/i386.opt:727
6529 #, no-c-format
6530 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512DQ built-in functions and code generation."
6531 msgstr ""
6532
6533 #: config/i386/i386.opt:731
6534 #, no-c-format
6535 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512BW built-in functions and code generation."
6536 msgstr ""
6537
6538 #: config/i386/i386.opt:735
6539 #, no-c-format
6540 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512VL built-in functions and code generation."
6541 msgstr ""
6542
6543 #: config/i386/i386.opt:739
6544 #, no-c-format
6545 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512IFMA built-in functions and code generation."
6546 msgstr ""
6547
6548 #: config/i386/i386.opt:743
6549 #, no-c-format
6550 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512VBMI built-in functions and code generation."
6551 msgstr ""
6552
6553 #: config/i386/i386.opt:747
6554 #, no-c-format
6555 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512F and AVX5124FMAPS built-in functions and code generation."
6556 msgstr ""
6557
6558 #: config/i386/i386.opt:751
6559 #, no-c-format
6560 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512F and AVX5124VNNIW built-in functions and code generation."
6561 msgstr ""
6562
6563 #: config/i386/i386.opt:755
6564 #, no-c-format
6565 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512F and AVX512VPOPCNTDQ built-in functions and code generation."
6566 msgstr ""
6567
6568 #: config/i386/i386.opt:759
6569 #, no-c-format
6570 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512F and AVX512VBMI2 built-in functions and code generation."
6571 msgstr ""
6572
6573 #: config/i386/i386.opt:763
6574 #, no-c-format
6575 msgid "Support AVX512VNNI built-in functions and code generation."
6576 msgstr ""
6577
6578 #: config/i386/i386.opt:767
6579 #, no-c-format
6580 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512F and AVX512BITALG built-in functions and code generation."
6581 msgstr ""
6582
6583 #: config/i386/i386.opt:771
6584 #, no-c-format
6585 msgid "Support AVX512VP2INTERSECT built-in functions and code generation."
6586 msgstr ""
6587
6588 #: config/i386/i386.opt:775
6589 #, no-c-format
6590 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX and FMA built-in functions and code generation."
6591 msgstr ""
6592
6593 #: config/i386/i386.opt:779
6594 #, no-c-format
6595 msgid "Support MMX, SSE, SSE2, SSE3 and SSE4A built-in functions and code generation."
6596 msgstr ""
6597
6598 #: config/i386/i386.opt:783
6599 #, no-c-format
6600 msgid "Support FMA4 built-in functions and code generation."
6601 msgstr ""
6602
6603 #: config/i386/i386.opt:787
6604 #, no-c-format
6605 msgid "Support XOP built-in functions and code generation."
6606 msgstr ""
6607
6608 #: config/i386/i386.opt:791
6609 #, no-c-format
6610 msgid "Support LWP built-in functions and code generation."
6611 msgstr ""
6612
6613 #: config/i386/i386.opt:795
6614 #, no-c-format
6615 msgid "Support code generation of Advanced Bit Manipulation (ABM) instructions."
6616 msgstr ""
6617
6618 #: config/i386/i386.opt:799
6619 #, no-c-format
6620 msgid "Support code generation of popcnt instruction."
6621 msgstr ""
6622
6623 #: config/i386/i386.opt:803
6624 #, no-c-format
6625 msgid "Support PCONFIG built-in functions and code generation."
6626 msgstr ""
6627
6628 #: config/i386/i386.opt:807
6629 #, no-c-format
6630 msgid "Support WBNOINVD built-in functions and code generation."
6631 msgstr ""
6632
6633 #: config/i386/i386.opt:811
6634 #, no-c-format
6635 msgid "Support PTWRITE built-in functions and code generation."
6636 msgstr ""
6637
6638 #: config/i386/i386.opt:815
6639 #, no-c-format
6640 msgid "Support UINTR built-in functions and code generation."
6641 msgstr ""
6642
6643 #: config/i386/i386.opt:819
6644 #, no-c-format
6645 msgid "Support SGX built-in functions and code generation."
6646 msgstr ""
6647
6648 #: config/i386/i386.opt:823
6649 #, no-c-format
6650 msgid "Support RDPID built-in functions and code generation."
6651 msgstr ""
6652
6653 #: config/i386/i386.opt:827
6654 #, no-c-format
6655 msgid "Support GFNI built-in functions and code generation."
6656 msgstr ""
6657
6658 #: config/i386/i386.opt:831
6659 #, no-c-format
6660 msgid "Support VAES built-in functions and code generation."
6661 msgstr ""
6662
6663 #: config/i386/i386.opt:835
6664 #, no-c-format
6665 msgid "Support VPCLMULQDQ built-in functions and code generation."
6666 msgstr ""
6667
6668 #: config/i386/i386.opt:839
6669 #, no-c-format
6670 msgid "Support BMI built-in functions and code generation."
6671 msgstr ""
6672
6673 #: config/i386/i386.opt:843
6674 #, no-c-format
6675 msgid "Support BMI2 built-in functions and code generation."
6676 msgstr ""
6677
6678 #: config/i386/i386.opt:847
6679 #, no-c-format
6680 msgid "Support LZCNT built-in function and code generation."
6681 msgstr ""
6682
6683 #: config/i386/i386.opt:851
6684 #, no-c-format
6685 msgid "Support Hardware Lock Elision prefixes."
6686 msgstr ""
6687
6688 #: config/i386/i386.opt:855
6689 #, no-c-format
6690 msgid "Support RDSEED instruction."
6691 msgstr ""
6692
6693 #: config/i386/i386.opt:859
6694 #, no-c-format
6695 msgid "Support PREFETCHW instruction."
6696 msgstr ""
6697
6698 #: config/i386/i386.opt:863
6699 #, no-c-format
6700 msgid "Support flag-preserving add-carry instructions."
6701 msgstr ""
6702
6703 #: config/i386/i386.opt:867
6704 #, no-c-format
6705 msgid "Support CLFLUSHOPT instructions."
6706 msgstr ""
6707
6708 #: config/i386/i386.opt:871
6709 #, no-c-format
6710 msgid "Support CLWB instruction."
6711 msgstr ""
6712
6713 #: config/i386/i386.opt:878
6714 #, no-c-format
6715 msgid "Support FXSAVE and FXRSTOR instructions."
6716 msgstr ""
6717
6718 #: config/i386/i386.opt:882
6719 #, no-c-format
6720 msgid "Support XSAVE and XRSTOR instructions."
6721 msgstr ""
6722
6723 #: config/i386/i386.opt:886
6724 #, no-c-format
6725 msgid "Support XSAVEOPT instruction."
6726 msgstr ""
6727
6728 #: config/i386/i386.opt:890
6729 #, no-c-format
6730 msgid "Support XSAVEC instructions."
6731 msgstr ""
6732
6733 #: config/i386/i386.opt:894
6734 #, no-c-format
6735 msgid "Support XSAVES and XRSTORS instructions."
6736 msgstr ""
6737
6738 #: config/i386/i386.opt:898
6739 #, no-c-format
6740 msgid "Support TBM built-in functions and code generation."
6741 msgstr ""
6742
6743 #: config/i386/i386.opt:902
6744 #, no-c-format
6745 msgid "Support code generation of cmpxchg16b instruction."
6746 msgstr ""
6747
6748 #: config/i386/i386.opt:906
6749 #, no-c-format
6750 msgid "Support code generation of sahf instruction in 64bit x86-64 code."
6751 msgstr ""
6752
6753 #: config/i386/i386.opt:910
6754 #, no-c-format
6755 msgid "Support code generation of movbe instruction."
6756 msgstr ""
6757
6758 #: config/i386/i386.opt:914
6759 #, no-c-format
6760 msgid "Support code generation of crc32 instruction."
6761 msgstr ""
6762
6763 #: config/i386/i386.opt:918
6764 #, no-c-format
6765 msgid "Support AES built-in functions and code generation."
6766 msgstr ""
6767
6768 #: config/i386/i386.opt:922
6769 #, no-c-format
6770 msgid "Support SHA1 and SHA256 built-in functions and code generation."
6771 msgstr ""
6772
6773 #: config/i386/i386.opt:926
6774 #, no-c-format
6775 msgid "Support PCLMUL built-in functions and code generation."
6776 msgstr ""
6777
6778 #: config/i386/i386.opt:930
6779 #, no-c-format
6780 msgid "Encode SSE instructions with VEX prefix."
6781 msgstr ""
6782
6783 #: config/i386/i386.opt:934
6784 #, no-c-format
6785 msgid "Support FSGSBASE built-in functions and code generation."
6786 msgstr ""
6787
6788 #: config/i386/i386.opt:938
6789 #, no-c-format
6790 msgid "Support RDRND built-in functions and code generation."
6791 msgstr ""
6792
6793 #: config/i386/i386.opt:942
6794 #, no-c-format
6795 msgid "Support F16C built-in functions and code generation."
6796 msgstr ""
6797
6798 #: config/i386/i386.opt:946
6799 #, no-c-format
6800 msgid "Support PREFETCHWT1 built-in functions and code generation."
6801 msgstr ""
6802
6803 #: config/i386/i386.opt:950
6804 #, no-c-format
6805 msgid "Emit profiling counter call at function entry before prologue."
6806 msgstr ""
6807
6808 #: config/i386/i386.opt:954
6809 #, no-c-format
6810 msgid "Generate __mcount_loc section with all mcount or __fentry__ calls."
6811 msgstr ""
6812
6813 #: config/i386/i386.opt:958 config/s390/s390.opt:308
6814 #, no-c-format
6815 msgid "Generate mcount/__fentry__ calls as nops. To activate they need to be patched in."
6816 msgstr ""
6817
6818 #: config/i386/i386.opt:963
6819 #, no-c-format
6820 msgid "Set name of __fentry__ symbol called at function entry."
6821 msgstr ""
6822
6823 #: config/i386/i386.opt:967
6824 #, no-c-format
6825 msgid "Set name of section to record mrecord-mcount calls."
6826 msgstr ""
6827
6828 #: config/i386/i386.opt:971
6829 #, no-c-format
6830 msgid "Skip setting up RAX register when passing variable arguments."
6831 msgstr ""
6832
6833 #: config/i386/i386.opt:975
6834 #, no-c-format
6835 msgid "Expand 32bit/64bit integer divide into 8bit unsigned integer divide with run-time check."
6836 msgstr ""
6837
6838 #: config/i386/i386.opt:979
6839 #, no-c-format
6840 msgid "Split 32-byte AVX unaligned load."
6841 msgstr ""
6842
6843 #: config/i386/i386.opt:983
6844 #, no-c-format
6845 msgid "Split 32-byte AVX unaligned store."
6846 msgstr ""
6847
6848 #: config/i386/i386.opt:987
6849 #, no-c-format
6850 msgid "Support RTM built-in functions and code generation."
6851 msgstr ""
6852
6853 #: config/i386/i386.opt:995
6854 #, no-c-format
6855 msgid "Support MWAITX and MONITORX built-in functions and code generation."
6856 msgstr ""
6857
6858 #: config/i386/i386.opt:999
6859 #, no-c-format
6860 msgid "Support CLZERO built-in functions and code generation."
6861 msgstr ""
6862
6863 #: config/i386/i386.opt:1003
6864 #, no-c-format
6865 msgid "Support PKU built-in functions and code generation."
6866 msgstr ""
6867
6868 #: config/i386/i386.opt:1011
6869 #, no-c-format
6870 msgid "Known stack protector guard (for use with the -mstack-protector-guard= option):"
6871 msgstr ""
6872
6873 #: config/i386/i386.opt:1035
6874 #, no-c-format
6875 msgid "Use the given symbol for addressing the stack-protector guard."
6876 msgstr ""
6877
6878 #: config/i386/i386.opt:1046
6879 #, no-c-format
6880 msgid "Enable shadow stack built-in functions from Control-flow Enforcement Technology (CET)."
6881 msgstr ""
6882
6883 #: config/i386/i386.opt:1051
6884 #, no-c-format
6885 msgid "Turn on CET instrumentation for switch statements that use a jump table and an indirect jump."
6886 msgstr ""
6887
6888 #: config/i386/i386.opt:1056
6889 #, no-c-format
6890 msgid "Insert ENDBR instruction at function entry only via cf_check attribute for CET instrumentation."
6891 msgstr ""
6892
6893 #: config/i386/i386.opt:1061
6894 #, no-c-format
6895 msgid "Make all function calls indirect."
6896 msgstr ""
6897
6898 #: config/i386/i386.opt:1065
6899 #, no-c-format
6900 msgid "Convert indirect call and jump to call and return thunks."
6901 msgstr ""
6902
6903 #: config/i386/i386.opt:1069
6904 #, no-c-format
6905 msgid "Convert function return to call and return thunk."
6906 msgstr ""
6907
6908 #: config/i386/i386.opt:1073 config/s390/s390.opt:274
6909 #, no-c-format
6910 msgid "Known indirect branch choices (for use with the -mindirect-branch=/-mfunction-return= options):"
6911 msgstr ""
6912
6913 #: config/i386/i386.opt:1089
6914 #, no-c-format
6915 msgid "Add CS prefix to call and jmp to indirect thunk with branch target in r8-r15 registers."
6916 msgstr ""
6917
6918 #: config/i386/i386.opt:1093
6919 #, no-c-format
6920 msgid "Force indirect call and jump via register."
6921 msgstr ""
6922
6923 #: config/i386/i386.opt:1097
6924 #, no-c-format
6925 msgid "Support MOVDIRI built-in functions and code generation."
6926 msgstr ""
6927
6928 #: config/i386/i386.opt:1101
6929 #, no-c-format
6930 msgid "Support MOVDIR64B built-in functions and code generation."
6931 msgstr ""
6932
6933 #: config/i386/i386.opt:1105
6934 #, no-c-format
6935 msgid "Support WAITPKG built-in functions and code generation."
6936 msgstr ""
6937
6938 #: config/i386/i386.opt:1109
6939 #, no-c-format
6940 msgid "Support CLDEMOTE built-in functions and code generation."
6941 msgstr ""
6942
6943 #: config/i386/i386.opt:1113
6944 #, no-c-format
6945 msgid "Instrument function exit in instrumented functions with __fentry__."
6946 msgstr ""
6947
6948 #: config/i386/i386.opt:1117
6949 #, no-c-format
6950 msgid "Known choices for return instrumentation with -minstrument-return=:"
6951 msgstr ""
6952
6953 #: config/i386/i386.opt:1130
6954 #, no-c-format
6955 msgid "Generate a __return_loc section pointing to all return instrumentation code."
6956 msgstr ""
6957
6958 #: config/i386/i386.opt:1138
6959 #, no-c-format
6960 msgid "Known choices for mitigation against straight line speculation with -mharden-sls=:"
6961 msgstr ""
6962
6963 #: config/i386/i386.opt:1154
6964 #, no-c-format
6965 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512F and AVX512BF16 built-in functions and code generation."
6966 msgstr ""
6967
6968 #: config/i386/i386.opt:1159
6969 #, no-c-format
6970 msgid "Support ENQCMD built-in functions and code generation."
6971 msgstr ""
6972
6973 #: config/i386/i386.opt:1163
6974 #, no-c-format
6975 msgid "Support SERIALIZE built-in functions and code generation."
6976 msgstr ""
6977
6978 #: config/i386/i386.opt:1167
6979 #, no-c-format
6980 msgid "Support TSXLDTRK built-in functions and code generation."
6981 msgstr ""
6982
6983 #: config/i386/i386.opt:1171
6984 #, no-c-format
6985 msgid "Support AMX-TILE built-in functions and code generation."
6986 msgstr ""
6987
6988 #: config/i386/i386.opt:1175
6989 #, no-c-format
6990 msgid "Support AMX-INT8 built-in functions and code generation."
6991 msgstr ""
6992
6993 #: config/i386/i386.opt:1179
6994 #, no-c-format
6995 msgid "Support AMX-BF16 built-in functions and code generation."
6996 msgstr ""
6997
6998 #: config/i386/i386.opt:1183
6999 #, no-c-format
7000 msgid "Support HRESET built-in functions and code generation."
7001 msgstr ""
7002
7003 #: config/i386/i386.opt:1187
7004 #, no-c-format
7005 msgid "Support KL built-in functions and code generation."
7006 msgstr ""
7007
7008 #: config/i386/i386.opt:1191
7009 #, no-c-format
7010 msgid "Support WIDEKL built-in functions and code generation."
7011 msgstr ""
7012
7013 #: config/i386/i386.opt:1195
7014 #, no-c-format
7015 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, and AVXVNNI built-in functions and code generation."
7016 msgstr ""
7017
7018 #: config/i386/i386.opt:1200
7019 #, no-c-format
7020 msgid "Emit GNU_PROPERTY_X86_ISA_1_NEEDED GNU property."
7021 msgstr ""
7022
7023 #: config/i386/i386.opt:1204
7024 #, no-c-format
7025 msgid "Support MWAIT and MONITOR built-in functions and code generation."
7026 msgstr ""
7027
7028 #: config/i386/i386.opt:1208
7029 #, no-c-format
7030 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512F and AVX512FP16 built-in functions and code generation."
7031 msgstr ""
7032
7033 #: config/i386/i386.opt:1212
7034 #, no-c-format
7035 msgid "Do not use GOT to access external symbols."
7036 msgstr ""
7037
7038 #: config/pa/pa64-hpux.opt:23
7039 #, no-c-format
7040 msgid "Assume code will be linked by GNU ld."
7041 msgstr ""
7042
7043 #: config/pa/pa64-hpux.opt:27
7044 #, no-c-format
7045 msgid "Assume code will be linked by HP ld."
7046 msgstr ""
7047
7048 #: config/pa/pa-hpux1010.opt:23 config/pa/pa-hpux.opt:31
7049 #: config/pa/pa-hpux1131.opt:23 config/pa/pa-hpux1111.opt:23
7050 #, no-c-format
7051 msgid "Specify UNIX standard for predefines and linking."
7052 msgstr ""
7053
7054 #: config/pa/pa-hpux.opt:27
7055 #, no-c-format
7056 msgid "Generate cpp defines for server IO."
7057 msgstr ""
7058
7059 #: config/pa/pa-hpux.opt:35
7060 #, no-c-format
7061 msgid "Generate cpp defines for workstation IO."
7062 msgstr ""
7063
7064 #: config/pa/pa.opt:30 config/pa/pa.opt:91 config/pa/pa.opt:103
7065 #, no-c-format
7066 msgid "Generate PA1.0 code."
7067 msgstr ""
7068
7069 #: config/pa/pa.opt:34 config/pa/pa.opt:107 config/pa/pa.opt:152
7070 #, no-c-format
7071 msgid "Generate PA1.1 code."
7072 msgstr ""
7073
7074 #: config/pa/pa.opt:38 config/pa/pa.opt:111
7075 #, no-c-format
7076 msgid "Generate PA2.0 code (requires binutils 2.10 or later)."
7077 msgstr ""
7078
7079 #: config/pa/pa.opt:46
7080 #, no-c-format
7081 msgid "Caller copies function arguments passed by hidden reference."
7082 msgstr ""
7083
7084 #: config/pa/pa.opt:50
7085 #, no-c-format
7086 msgid "Use ldcw/ldcd coherent cache-control hint."
7087 msgstr ""
7088
7089 #: config/pa/pa.opt:54
7090 #, no-c-format
7091 msgid "Disable FP regs.  Equivalent to -msoft-float."
7092 msgstr ""
7093
7094 #: config/pa/pa.opt:58
7095 #, no-c-format
7096 msgid "Disable indexed addressing."
7097 msgstr ""
7098
7099 #: config/pa/pa.opt:62
7100 #, no-c-format
7101 msgid "Generate fast indirect calls."
7102 msgstr ""
7103
7104 #: config/pa/pa.opt:70
7105 #, no-c-format
7106 msgid "Assume code will be assembled by GAS."
7107 msgstr ""
7108
7109 #: config/pa/pa.opt:79
7110 #, no-c-format
7111 msgid "Enable linker optimizations."
7112 msgstr ""
7113
7114 #: config/pa/pa.opt:83
7115 #, no-c-format
7116 msgid "Always generate long calls."
7117 msgstr ""
7118
7119 #: config/pa/pa.opt:87
7120 #, no-c-format
7121 msgid "Emit long load/store sequences."
7122 msgstr ""
7123
7124 #: config/pa/pa.opt:95
7125 #, no-c-format
7126 msgid "Disable space regs."
7127 msgstr ""
7128
7129 #: config/pa/pa.opt:99
7130 #, no-c-format
7131 msgid "Assume memory references are ordered and barriers are not needed."
7132 msgstr ""
7133
7134 #: config/pa/pa.opt:115
7135 #, no-c-format
7136 msgid "Use portable calling conventions."
7137 msgstr ""
7138
7139 #: config/pa/pa.opt:119
7140 #, no-c-format
7141 msgid "Specify CPU for scheduling purposes.  Valid arguments are 700, 7100, 7100LC, 7200, 7300, and 8000."
7142 msgstr ""
7143
7144 #: config/pa/pa.opt:144 config/frv/frv.opt:215
7145 #, no-c-format
7146 msgid "Use software floating point."
7147 msgstr ""
7148
7149 #: config/pa/pa.opt:148
7150 #, no-c-format
7151 msgid "Use software integer multiplication."
7152 msgstr ""
7153
7154 #: config/pa/pa.opt:156
7155 #, no-c-format
7156 msgid "Do not disable space regs."
7157 msgstr ""
7158
7159 #: config/v850/v850.opt:29
7160 #, no-c-format
7161 msgid "Use registers r2 and r5."
7162 msgstr ""
7163
7164 #: config/v850/v850.opt:33
7165 #, no-c-format
7166 msgid "Use 4 byte entries in switch tables."
7167 msgstr ""
7168
7169 #: config/v850/v850.opt:37
7170 #, no-c-format
7171 msgid "Enable backend debugging."
7172 msgstr ""
7173
7174 #: config/v850/v850.opt:41
7175 #, no-c-format
7176 msgid "Do not use the callt instruction (default)."
7177 msgstr ""
7178
7179 #: config/v850/v850.opt:45
7180 #, no-c-format
7181 msgid "Reuse r30 on a per function basis."
7182 msgstr ""
7183
7184 #: config/v850/v850.opt:52
7185 #, no-c-format
7186 msgid "Prohibit PC relative function calls."
7187 msgstr ""
7188
7189 #: config/v850/v850.opt:56
7190 #, no-c-format
7191 msgid "Use stubs for function prologues."
7192 msgstr ""
7193
7194 #: config/v850/v850.opt:60
7195 #, no-c-format
7196 msgid "Set the max size of data eligible for the SDA area."
7197 msgstr ""
7198
7199 #: config/v850/v850.opt:67
7200 #, no-c-format
7201 msgid "Enable the use of the short load instructions."
7202 msgstr ""
7203
7204 #: config/v850/v850.opt:71
7205 #, no-c-format
7206 msgid "Same as: -mep -mprolog-function."
7207 msgstr "Isto kao: -mep -mprolog-function."
7208
7209 #: config/v850/v850.opt:75
7210 #, no-c-format
7211 msgid "Set the max size of data eligible for the TDA area."
7212 msgstr ""
7213
7214 #: config/v850/v850.opt:82
7215 #, no-c-format
7216 msgid "Do not enforce strict alignment."
7217 msgstr ""
7218
7219 #: config/v850/v850.opt:86
7220 #, no-c-format
7221 msgid "Put jump tables for switch statements into the .data section rather than the .code section."
7222 msgstr ""
7223
7224 #: config/v850/v850.opt:93
7225 #, no-c-format
7226 msgid "Compile for the v850 processor."
7227 msgstr ""
7228
7229 #: config/v850/v850.opt:97
7230 #, no-c-format
7231 msgid "Compile for the v850e processor."
7232 msgstr ""
7233
7234 #: config/v850/v850.opt:101
7235 #, no-c-format
7236 msgid "Compile for the v850e1 processor."
7237 msgstr ""
7238
7239 #: config/v850/v850.opt:105
7240 #, no-c-format
7241 msgid "Compile for the v850es variant of the v850e1."
7242 msgstr ""
7243
7244 #: config/v850/v850.opt:109
7245 #, no-c-format
7246 msgid "Compile for the v850e2 processor."
7247 msgstr ""
7248
7249 #: config/v850/v850.opt:113
7250 #, no-c-format
7251 msgid "Compile for the v850e2v3 processor."
7252 msgstr ""
7253
7254 #: config/v850/v850.opt:117
7255 #, no-c-format
7256 msgid "Compile for the v850e3v5 processor."
7257 msgstr ""
7258
7259 #: config/v850/v850.opt:124
7260 #, no-c-format
7261 msgid "Enable v850e3v5 loop instructions."
7262 msgstr ""
7263
7264 #: config/v850/v850.opt:128
7265 #, no-c-format
7266 msgid "Set the max size of data eligible for the ZDA area."
7267 msgstr ""
7268
7269 #: config/v850/v850.opt:135
7270 #, no-c-format
7271 msgid "Enable relaxing in the assembler."
7272 msgstr ""
7273
7274 #: config/v850/v850.opt:139
7275 #, no-c-format
7276 msgid "Prohibit PC relative jumps."
7277 msgstr ""
7278
7279 #: config/v850/v850.opt:143
7280 #, no-c-format
7281 msgid "Inhibit the use of hardware floating point instructions."
7282 msgstr ""
7283
7284 #: config/v850/v850.opt:147
7285 #, no-c-format
7286 msgid "Allow the use of hardware floating point instructions for V850E2V3 and up."
7287 msgstr ""
7288
7289 #: config/v850/v850.opt:151
7290 #, no-c-format
7291 msgid "Enable support for the RH850 ABI.  This is the default."
7292 msgstr ""
7293
7294 #: config/v850/v850.opt:155
7295 #, no-c-format
7296 msgid "Enable support for the old GCC ABI."
7297 msgstr ""
7298
7299 #: config/v850/v850.opt:159
7300 #, no-c-format
7301 msgid "Support alignments of up to 64-bits."
7302 msgstr ""
7303
7304 #: config/g.opt:27
7305 #, no-c-format
7306 msgid "-G<number>\tPut global and static data smaller than <number> bytes into a special section (on some targets)."
7307 msgstr ""
7308
7309 #: config/lynx.opt:23
7310 #, no-c-format
7311 msgid "Support legacy multi-threading."
7312 msgstr ""
7313
7314 #: config/lynx.opt:27
7315 #, no-c-format
7316 msgid "Use shared libraries."
7317 msgstr ""
7318
7319 #: config/lynx.opt:31
7320 #, no-c-format
7321 msgid "Support multi-threading."
7322 msgstr ""
7323
7324 #: config/nvptx/nvptx-gen.opt:24
7325 #, no-c-format
7326 msgid "Known PTX ISA target architectures (for use with the -misa= option):"
7327 msgstr ""
7328
7329 #: config/nvptx/nvptx.opt:28
7330 #, no-c-format
7331 msgid "Ignored, but preserved for backward compatibility.  Only 64-bit ABI is supported."
7332 msgstr "Zanemareno, ali zadržano radi kompatibilnost. Samo 64-bit ABI je podržan"
7333
7334 #: config/nvptx/nvptx.opt:33
7335 #, no-c-format
7336 msgid "Link in code for a __main kernel."
7337 msgstr ""
7338
7339 #: config/nvptx/nvptx.opt:37
7340 #, no-c-format
7341 msgid "Optimize partition neutering."
7342 msgstr ""
7343
7344 #: config/nvptx/nvptx.opt:41
7345 #, no-c-format
7346 msgid "Use custom stacks instead of local memory for automatic storage."
7347 msgstr ""
7348
7349 #: config/nvptx/nvptx.opt:45
7350 #, no-c-format
7351 msgid "Specify size of .local memory used for stack when the exact amount is not known."
7352 msgstr ""
7353
7354 #: config/nvptx/nvptx.opt:49
7355 #, no-c-format
7356 msgid "Generate code that can keep local state uniform across all lanes."
7357 msgstr ""
7358
7359 #: config/nvptx/nvptx.opt:53
7360 #, no-c-format
7361 msgid "Generate code for OpenMP offloading: enables -msoft-stack and -muniform-simt."
7362 msgstr ""
7363
7364 #: config/nvptx/nvptx.opt:58
7365 #, no-c-format
7366 msgid "Specify the PTX ISA target architecture to use."
7367 msgstr ""
7368
7369 #: config/nvptx/nvptx.opt:62
7370 #, no-c-format
7371 msgid "Alias:"
7372 msgstr ""
7373
7374 #: config/nvptx/nvptx.opt:117
7375 #, no-c-format
7376 msgid "Known PTX ISA versions (for use with the -mptx= option):"
7377 msgstr ""
7378
7379 #: config/nvptx/nvptx.opt:136
7380 #, no-c-format
7381 msgid "Specify the PTX ISA version to use."
7382 msgstr ""
7383
7384 #: config/nvptx/nvptx.opt:140
7385 #, no-c-format
7386 msgid "Initialize ptx registers."
7387 msgstr ""
7388
7389 #: config/vxworks.opt:36
7390 #, no-c-format
7391 msgid "Assume the VxWorks RTP environment."
7392 msgstr ""
7393
7394 #: config/vxworks.opt:43
7395 #, no-c-format
7396 msgid "Assume the VxWorks vThreads environment."
7397 msgstr ""
7398
7399 #: config/cr16/cr16.opt:27
7400 #, no-c-format
7401 msgid "Generate SBIT, CBIT instructions."
7402 msgstr ""
7403
7404 #: config/cr16/cr16.opt:31
7405 #, no-c-format
7406 msgid "Support multiply accumulate instructions."
7407 msgstr ""
7408
7409 #: config/cr16/cr16.opt:38
7410 #, no-c-format
7411 msgid "Treat data references as near, far or medium. medium is default."
7412 msgstr ""
7413
7414 #: config/cr16/cr16.opt:42
7415 #, no-c-format
7416 msgid "Generate code for CR16C architecture."
7417 msgstr ""
7418
7419 #: config/cr16/cr16.opt:46
7420 #, no-c-format
7421 msgid "Generate code for CR16C+ architecture (Default)."
7422 msgstr ""
7423
7424 #: config/cr16/cr16.opt:50
7425 #, no-c-format
7426 msgid "Treat integers as 32-bit."
7427 msgstr ""
7428
7429 #: config/avr/avr.opt:23
7430 #, no-c-format
7431 msgid "Use subroutines for function prologues and epilogues."
7432 msgstr ""
7433
7434 #: config/avr/avr.opt:27
7435 #, no-c-format
7436 msgid "-mmcu=MCU\tSelect the target MCU."
7437 msgstr ""
7438
7439 #: config/avr/avr.opt:31
7440 #, no-c-format
7441 msgid "Allow usage of __gcc_isr pseudo instructions in ISR prologues and epilogues."
7442 msgstr ""
7443
7444 #: config/avr/avr.opt:35
7445 #, no-c-format
7446 msgid "Set the number of 64 KiB flash segments."
7447 msgstr ""
7448
7449 #: config/avr/avr.opt:39
7450 #, no-c-format
7451 msgid "Indicate presence of a processor erratum."
7452 msgstr ""
7453
7454 #: config/avr/avr.opt:43
7455 #, no-c-format
7456 msgid "Enable Read-Modify-Write (RMW) instructions support/use."
7457 msgstr ""
7458
7459 #: config/avr/avr.opt:53
7460 #, no-c-format
7461 msgid "Use RJMP / RCALL even though CALL / JMP are available."
7462 msgstr ""
7463
7464 #: config/avr/avr.opt:57
7465 #, no-c-format
7466 msgid "Use an 8-bit 'int' type."
7467 msgstr ""
7468
7469 #: config/avr/avr.opt:61
7470 #, no-c-format
7471 msgid "Change the stack pointer without disabling interrupts."
7472 msgstr ""
7473
7474 #: config/avr/avr.opt:65
7475 #, no-c-format
7476 msgid "Set the branch costs for conditional branch instructions.  Reasonable values are small, non-negative integers.  The default branch cost is 0."
7477 msgstr ""
7478
7479 #: config/avr/avr.opt:69
7480 #, no-c-format
7481 msgid "Treat main as if it had attribute OS_task."
7482 msgstr ""
7483
7484 #: config/avr/avr.opt:79
7485 #, no-c-format
7486 msgid "Change only the low 8 bits of the stack pointer."
7487 msgstr ""
7488
7489 #: config/avr/avr.opt:83
7490 #, no-c-format
7491 msgid "Relax branches."
7492 msgstr ""
7493
7494 #: config/avr/avr.opt:87
7495 #, no-c-format
7496 msgid "Make the linker relaxation machine assume that a program counter wrap-around occurs."
7497 msgstr ""
7498
7499 #: config/avr/avr.opt:91
7500 #, no-c-format
7501 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."
7502 msgstr ""
7503
7504 #: config/avr/avr.opt:95
7505 #, no-c-format
7506 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."
7507 msgstr ""
7508
7509 #: config/avr/avr.opt:100
7510 #, no-c-format
7511 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."
7512 msgstr ""
7513
7514 #: config/avr/avr.opt:104
7515 #, no-c-format
7516 msgid "Warn if the address space of an address is changed."
7517 msgstr ""
7518
7519 #: config/avr/avr.opt:108
7520 #, no-c-format
7521 msgid "Warn if the ISR is misspelled, i.e. without __vector prefix. Enabled by default."
7522 msgstr ""
7523
7524 #: config/avr/avr.opt:112
7525 #, no-c-format
7526 msgid "Allow to use truncation instead of rounding towards zero for fractional fixed-point types."
7527 msgstr ""
7528
7529 #: config/avr/avr.opt:116
7530 #, no-c-format
7531 msgid "Assume that all data in static storage can be accessed by LDS / STS.  This option is only useful for reduced Tiny devices."
7532 msgstr ""
7533
7534 #: config/avr/avr.opt:120
7535 #, no-c-format
7536 msgid "-mdouble=<BITS>\tUse <BITS> bits wide double type."
7537 msgstr ""
7538
7539 #: config/avr/avr.opt:124
7540 #, no-c-format
7541 msgid "-mlong-double=<BITS>\tUse <BITS> bits wide long double type."
7542 msgstr ""
7543
7544 #: config/avr/avr.opt:128
7545 #, no-c-format
7546 msgid "Do not link against the device-specific library lib<MCU>.a."
7547 msgstr ""
7548
7549 #: config/avr/avr.opt:132
7550 #, no-c-format
7551 msgid "Do not use the device-specific specs file device-specs/specs-<MCU>."
7552 msgstr ""
7553
7554 #: config/avr/avr.opt:136
7555 #, no-c-format
7556 msgid "Available BITS selections:"
7557 msgstr ""
7558
7559 #: config/m32r/m32r.opt:34
7560 #, no-c-format
7561 msgid "Compile for the m32rx."
7562 msgstr ""
7563
7564 #: config/m32r/m32r.opt:38
7565 #, no-c-format
7566 msgid "Compile for the m32r2."
7567 msgstr ""
7568
7569 #: config/m32r/m32r.opt:42
7570 #, no-c-format
7571 msgid "Compile for the m32r."
7572 msgstr ""
7573
7574 #: config/m32r/m32r.opt:46
7575 #, no-c-format
7576 msgid "Align all loops to 32 byte boundary."
7577 msgstr ""
7578
7579 #: config/m32r/m32r.opt:50
7580 #, no-c-format
7581 msgid "Prefer branches over conditional execution."
7582 msgstr ""
7583
7584 #: config/m32r/m32r.opt:54
7585 #, no-c-format
7586 msgid "Give branches their default cost."
7587 msgstr ""
7588
7589 #: config/m32r/m32r.opt:58
7590 #, no-c-format
7591 msgid "Display compile time statistics."
7592 msgstr ""
7593
7594 #: config/m32r/m32r.opt:62
7595 #, no-c-format
7596 msgid "Specify cache flush function."
7597 msgstr ""
7598
7599 #: config/m32r/m32r.opt:66
7600 #, no-c-format
7601 msgid "Specify cache flush trap number."
7602 msgstr ""
7603
7604 #: config/m32r/m32r.opt:70
7605 #, no-c-format
7606 msgid "Only issue one instruction per cycle."
7607 msgstr ""
7608
7609 #: config/m32r/m32r.opt:74
7610 #, no-c-format
7611 msgid "Allow two instructions to be issued per cycle."
7612 msgstr ""
7613
7614 #: config/m32r/m32r.opt:78
7615 #, no-c-format
7616 msgid "Code size: small, medium or large."
7617 msgstr ""
7618
7619 #: config/m32r/m32r.opt:94
7620 #, no-c-format
7621 msgid "Don't call any cache flush functions."
7622 msgstr ""
7623
7624 #: config/m32r/m32r.opt:98
7625 #, no-c-format
7626 msgid "Don't call any cache flush trap."
7627 msgstr ""
7628
7629 #: config/m32r/m32r.opt:105
7630 #, no-c-format
7631 msgid "Small data area: none, sdata, use."
7632 msgstr ""
7633
7634 #: config/s390/tpf.opt:23
7635 #, no-c-format
7636 msgid "Enable TPF-OS tracing code."
7637 msgstr ""
7638
7639 #: config/s390/tpf.opt:27
7640 #, no-c-format
7641 msgid "Set the trace check address for prologue tpf hook"
7642 msgstr ""
7643
7644 #: config/s390/tpf.opt:31
7645 #, no-c-format
7646 msgid "Set the trace jump address for prologue tpf hook"
7647 msgstr ""
7648
7649 #: config/s390/tpf.opt:35
7650 #, no-c-format
7651 msgid "Set the trace check address for epilogue tpf hook"
7652 msgstr ""
7653
7654 #: config/s390/tpf.opt:39
7655 #, no-c-format
7656 msgid "Set the trace jump address for epilogue tpf hook"
7657 msgstr ""
7658
7659 #: config/s390/tpf.opt:43
7660 #, no-c-format
7661 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"
7662 msgstr ""
7663
7664 #: config/s390/tpf.opt:47
7665 #, no-c-format
7666 msgid "Specify main object for TPF-OS."
7667 msgstr ""
7668
7669 #: config/s390/s390.opt:48
7670 #, no-c-format
7671 msgid "31 bit ABI."
7672 msgstr ""
7673
7674 #: config/s390/s390.opt:52
7675 #, no-c-format
7676 msgid "64 bit ABI."
7677 msgstr ""
7678
7679 #: config/s390/s390.opt:126
7680 #, no-c-format
7681 msgid "Maintain backchain pointer."
7682 msgstr ""
7683
7684 #: config/s390/s390.opt:130
7685 #, no-c-format
7686 msgid "Additional debug prints."
7687 msgstr ""
7688
7689 #: config/s390/s390.opt:134
7690 #, no-c-format
7691 msgid "ESA/390 architecture."
7692 msgstr ""
7693
7694 #: config/s390/s390.opt:138
7695 #, no-c-format
7696 msgid "Enable decimal floating point hardware support."
7697 msgstr ""
7698
7699 #: config/s390/s390.opt:142
7700 #, no-c-format
7701 msgid "Enable hardware floating point."
7702 msgstr ""
7703
7704 #: config/s390/s390.opt:146
7705 #, no-c-format
7706 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."
7707 msgstr ""
7708
7709 #: config/s390/s390.opt:164
7710 #, no-c-format
7711 msgid "Use hardware transactional execution instructions."
7712 msgstr ""
7713
7714 #: config/s390/s390.opt:168
7715 #, no-c-format
7716 msgid "Use hardware vector facility instructions and enable the vector ABI."
7717 msgstr ""
7718
7719 #: config/s390/s390.opt:172
7720 #, no-c-format
7721 msgid "Use packed stack layout."
7722 msgstr ""
7723
7724 #: config/s390/s390.opt:176
7725 #, no-c-format
7726 msgid "Use bras for executable < 64k."
7727 msgstr ""
7728
7729 #: config/s390/s390.opt:180
7730 #, no-c-format
7731 msgid "Disable hardware floating point."
7732 msgstr ""
7733
7734 #: config/s390/s390.opt:184
7735 #, no-c-format
7736 msgid "Set the max. number of bytes which has to be left to stack size before a trap instruction is triggered."
7737 msgstr ""
7738
7739 #: config/s390/s390.opt:188
7740 #, no-c-format
7741 msgid "Switches off the -mstack-guard= option."
7742 msgstr ""
7743
7744 #: config/s390/s390.opt:192
7745 #, no-c-format
7746 msgid "Emit extra code in the function prologue in order to trap if the stack size exceeds the given limit."
7747 msgstr ""
7748
7749 #: config/s390/s390.opt:196
7750 #, no-c-format
7751 msgid "Switches off the -mstack-size= option."
7752 msgstr ""
7753
7754 #: config/s390/s390.opt:204
7755 #, no-c-format
7756 msgid "Use the mvcle instruction for block moves."
7757 msgstr ""
7758
7759 #: config/s390/s390.opt:208
7760 #, no-c-format
7761 msgid "Enable the z vector language extension providing the context-sensitive vector macro and enable the Altivec-style builtins in vecintrin.h."
7762 msgstr ""
7763
7764 #: config/s390/s390.opt:213
7765 #, no-c-format
7766 msgid "Warn if a function uses alloca or creates an array with dynamic size."
7767 msgstr ""
7768
7769 #: config/s390/s390.opt:217
7770 #, no-c-format
7771 msgid "Warn if a single function's framesize exceeds the given framesize."
7772 msgstr ""
7773
7774 #: config/s390/s390.opt:221
7775 #, no-c-format
7776 msgid "z/Architecture."
7777 msgstr ""
7778
7779 #: config/s390/s390.opt:225
7780 #, no-c-format
7781 msgid "Set the branch costs for conditional branch instructions.  Reasonable values are small, non-negative integers.  The default branch cost is 1."
7782 msgstr ""
7783
7784 #: config/s390/s390.opt:235 config/arm/arm.opt:169
7785 #, no-c-format
7786 msgid "Assume data segments are relative to text segment."
7787 msgstr ""
7788
7789 #: config/s390/s390.opt:240
7790 #, no-c-format
7791 msgid "Wrap all indirect branches into execute in order to disable branch prediction."
7792 msgstr ""
7793
7794 #: config/s390/s390.opt:245
7795 #, no-c-format
7796 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."
7797 msgstr ""
7798
7799 #: config/s390/s390.opt:253
7800 #, no-c-format
7801 msgid "Wrap all indirect calls into execute in order to disable branch prediction."
7802 msgstr ""
7803
7804 #: config/s390/s390.opt:257
7805 #, no-c-format
7806 msgid "Wrap all indirect return branches into execute in order to disable branch prediction."
7807 msgstr ""
7808
7809 #: config/s390/s390.opt:262
7810 #, no-c-format
7811 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."
7812 msgstr ""
7813
7814 #: config/s390/s390.opt:268
7815 #, no-c-format
7816 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."
7817 msgstr ""
7818
7819 #: config/s390/s390.opt:290
7820 #, no-c-format
7821 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."
7822 msgstr ""
7823
7824 #: config/s390/s390.opt:299
7825 #, no-c-format
7826 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."
7827 msgstr ""
7828
7829 #: config/s390/s390.opt:304
7830 #, no-c-format
7831 msgid "Generate __mcount_loc section with all _mcount and __fentry__ calls."
7832 msgstr ""
7833
7834 #: config/s390/s390.opt:313
7835 #, no-c-format
7836 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."
7837 msgstr ""
7838
7839 #: config/rl78/rl78.opt:27 config/rx/elf.opt:26 config/csky/csky.opt:198
7840 #, no-c-format
7841 msgid "Use the simulator runtime."
7842 msgstr ""
7843
7844 #: config/rl78/rl78.opt:31
7845 #, no-c-format
7846 msgid "Selects the type of hardware multiplication and division to use (none/g13/g14)."
7847 msgstr ""
7848
7849 #: config/rl78/rl78.opt:50
7850 #, no-c-format
7851 msgid "Use all registers, reserving none for interrupt handlers."
7852 msgstr ""
7853
7854 #: config/rl78/rl78.opt:54
7855 #, no-c-format
7856 msgid "Enable assembler and linker relaxation.  Enabled by default at -Os."
7857 msgstr ""
7858
7859 #: config/rl78/rl78.opt:58
7860 #, no-c-format
7861 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."
7862 msgstr ""
7863
7864 #: config/rl78/rl78.opt:77
7865 #, no-c-format
7866 msgid "Alias for -mcpu=g10."
7867 msgstr ""
7868
7869 #: config/rl78/rl78.opt:81
7870 #, no-c-format
7871 msgid "Alias for -mcpu=g13."
7872 msgstr ""
7873
7874 #: config/rl78/rl78.opt:85 config/rl78/rl78.opt:89
7875 #, no-c-format
7876 msgid "Alias for -mcpu=g14."
7877 msgstr ""
7878
7879 #: config/rl78/rl78.opt:93
7880 #, no-c-format
7881 msgid "Assume ES is zero throughout program execution, use ES: for read-only data."
7882 msgstr ""
7883
7884 #: config/rl78/rl78.opt:97
7885 #, no-c-format
7886 msgid "Stores the MDUC registers in interrupt handlers for G13 target."
7887 msgstr ""
7888
7889 #: config/stormy16/stormy16.opt:24
7890 #, no-c-format
7891 msgid "Provide libraries for the simulator."
7892 msgstr ""
7893
7894 #: config/arm/arm-tables.opt:25
7895 #, no-c-format
7896 msgid "Known ARM CPUs (for use with the -mcpu= and -mtune= options):"
7897 msgstr ""
7898
7899 #: config/arm/arm-tables.opt:293
7900 #, no-c-format
7901 msgid "Known ARM architectures (for use with the -march= option):"
7902 msgstr ""
7903
7904 #: config/arm/arm-tables.opt:399
7905 #, no-c-format
7906 msgid "Known ARM FPUs (for use with the -mfpu= option):"
7907 msgstr ""
7908
7909 #: config/arm/arm.opt:26
7910 #, no-c-format
7911 msgid "TLS dialect to use:"
7912 msgstr ""
7913
7914 #: config/arm/arm.opt:36
7915 #, no-c-format
7916 msgid "Specify an ABI."
7917 msgstr ""
7918
7919 #: config/arm/arm.opt:40
7920 #, no-c-format
7921 msgid "Known ARM ABIs (for use with the -mabi= option):"
7922 msgstr ""
7923
7924 #: config/arm/arm.opt:59
7925 #, no-c-format
7926 msgid "Generate a call to abort if a noreturn function returns."
7927 msgstr ""
7928
7929 #: config/arm/arm.opt:66
7930 #, no-c-format
7931 msgid "Generate APCS conformant stack frames."
7932 msgstr ""
7933
7934 #: config/arm/arm.opt:70
7935 #, no-c-format
7936 msgid "Generate re-entrant, PIC code."
7937 msgstr ""
7938
7939 #: config/arm/arm.opt:92
7940 #, no-c-format
7941 msgid "Generate code in 32 bit ARM state."
7942 msgstr ""
7943
7944 #: config/arm/arm.opt:100
7945 #, no-c-format
7946 msgid "Thumb: Assume non-static functions may be called from ARM code."
7947 msgstr ""
7948
7949 #: config/arm/arm.opt:104
7950 #, no-c-format
7951 msgid "Thumb: Assume function pointers may go to non-Thumb aware code."
7952 msgstr ""
7953
7954 #: config/arm/arm.opt:112 config/csky/csky.opt:73
7955 #, no-c-format
7956 msgid "Specify if floating point hardware should be used."
7957 msgstr ""
7958
7959 #: config/arm/arm.opt:116
7960 #, no-c-format
7961 msgid "Specify that the compiler should target secure code as per ARMv8-M Security Extensions."
7962 msgstr ""
7963
7964 #: config/arm/arm.opt:120 config/csky/csky.opt:77
7965 #, no-c-format
7966 msgid "Known floating-point ABIs (for use with the -mfloat-abi= option):"
7967 msgstr ""
7968
7969 #: config/arm/arm.opt:133
7970 #, no-c-format
7971 msgid "Switch ARM/Thumb modes on alternating functions for compiler testing."
7972 msgstr ""
7973
7974 #: config/arm/arm.opt:137
7975 #, no-c-format
7976 msgid "Specify the __fp16 floating-point format."
7977 msgstr ""
7978
7979 #: config/arm/arm.opt:141
7980 #, no-c-format
7981 msgid "Known __fp16 formats (for use with the -mfp16-format= option):"
7982 msgstr ""
7983
7984 #: config/arm/arm.opt:154
7985 #, no-c-format
7986 msgid "Specify the name of the target floating point hardware/format."
7987 msgstr ""
7988
7989 #: config/arm/arm.opt:165
7990 #, no-c-format
7991 msgid "Generate call insns as indirect calls, if necessary."
7992 msgstr ""
7993
7994 #: config/arm/arm.opt:173
7995 #, no-c-format
7996 msgid "Specify the register to be used for PIC addressing."
7997 msgstr ""
7998
7999 #: config/arm/arm.opt:177
8000 #, no-c-format
8001 msgid "Store function names in object code."
8002 msgstr ""
8003
8004 #: config/arm/arm.opt:181
8005 #, no-c-format
8006 msgid "Permit scheduling of a function's prologue sequence."
8007 msgstr ""
8008
8009 #: config/arm/arm.opt:185 config/rs6000/rs6000.opt:239
8010 #, no-c-format
8011 msgid "Do not load the PIC register in function prologues."
8012 msgstr ""
8013
8014 #: config/arm/arm.opt:192
8015 #, no-c-format
8016 msgid "Specify the minimum bit alignment of structures. (Deprecated)."
8017 msgstr ""
8018
8019 #: config/arm/arm.opt:196
8020 #, no-c-format
8021 msgid "Generate code for Thumb state."
8022 msgstr ""
8023
8024 #: config/arm/arm.opt:200
8025 #, no-c-format
8026 msgid "Support calls between Thumb and ARM instruction sets."
8027 msgstr ""
8028
8029 #: config/arm/arm.opt:204
8030 #, no-c-format
8031 msgid "Specify thread local storage scheme."
8032 msgstr ""
8033
8034 #: config/arm/arm.opt:208
8035 #, no-c-format
8036 msgid "Specify how to access the thread pointer."
8037 msgstr ""
8038
8039 #: config/arm/arm.opt:212
8040 #, no-c-format
8041 msgid "Valid arguments to -mtp=:"
8042 msgstr ""
8043
8044 #: config/arm/arm.opt:225
8045 #, no-c-format
8046 msgid "Thumb: Generate (non-leaf) stack frames even if not needed."
8047 msgstr ""
8048
8049 #: config/arm/arm.opt:229
8050 #, no-c-format
8051 msgid "Thumb: Generate (leaf) stack frames even if not needed."
8052 msgstr ""
8053
8054 #: config/arm/arm.opt:233 config/mn10300/mn10300.opt:42
8055 #, no-c-format
8056 msgid "Tune code for the given processor."
8057 msgstr ""
8058
8059 #: config/arm/arm.opt:237
8060 #, no-c-format
8061 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."
8062 msgstr ""
8063
8064 #: config/arm/arm.opt:248
8065 #, no-c-format
8066 msgid "Use Neon quad-word (rather than double-word) registers for vectorization."
8067 msgstr ""
8068
8069 #: config/arm/arm.opt:252
8070 #, no-c-format
8071 msgid "Use Neon double-word (rather than quad-word) registers for vectorization."
8072 msgstr ""
8073
8074 #: config/arm/arm.opt:256
8075 #, no-c-format
8076 msgid "Enable more verbose RTX cost dumps during debug.  For GCC developers use only."
8077 msgstr ""
8078
8079 #: config/arm/arm.opt:260
8080 #, no-c-format
8081 msgid "Only generate absolute relocations on word sized values."
8082 msgstr ""
8083
8084 #: config/arm/arm.opt:264
8085 #, no-c-format
8086 msgid "Generate IT blocks appropriate for ARMv8."
8087 msgstr ""
8088
8089 #: config/arm/arm.opt:268
8090 #, no-c-format
8091 msgid "Avoid overlapping destination and address registers on LDRD instructions that may trigger Cortex-M3 errata."
8092 msgstr ""
8093
8094 #: config/arm/arm.opt:273
8095 #, no-c-format
8096 msgid "Mitigate issues with VLLDM on some M-profile devices (CVE-2021-35465)."
8097 msgstr ""
8098
8099 #: config/arm/arm.opt:277
8100 #, no-c-format
8101 msgid "Mitigate issues with AES instructions on Cortex-A57 and Cortex-A72 (Arm erratum #1742098)."
8102 msgstr ""
8103
8104 #: config/arm/arm.opt:282
8105 #, no-c-format
8106 msgid "Mitigate issues with AES instructions on Cortex-A57 and Cortex-A72 (Arm erratum #1655431)."
8107 msgstr ""
8108
8109 #: config/arm/arm.opt:287 config/nds32/nds32.opt:461 config/arc/arc.opt:490
8110 #, no-c-format
8111 msgid "Enable unaligned word and halfword accesses to packed data."
8112 msgstr ""
8113
8114 #: config/arm/arm.opt:291
8115 #, no-c-format
8116 msgid "This option is deprecated and has no effect."
8117 msgstr ""
8118
8119 #: config/arm/arm.opt:295
8120 #, no-c-format
8121 msgid "Assume loading data from flash is slower than fetching instructions."
8122 msgstr ""
8123
8124 #: config/arm/arm.opt:299
8125 #, no-c-format
8126 msgid "Assume unified syntax for inline assembly code."
8127 msgstr ""
8128
8129 #: config/arm/arm.opt:303
8130 #, no-c-format
8131 msgid "Do not allow constant data to be placed in code sections."
8132 msgstr ""
8133
8134 #: config/arm/arm.opt:307
8135 #, no-c-format
8136 msgid "When linking for big-endian targets, generate a BE8 format image."
8137 msgstr ""
8138
8139 #: config/arm/arm.opt:311
8140 #, no-c-format
8141 msgid "When linking for big-endian targets, generate a legacy BE32 format image."
8142 msgstr ""
8143
8144 #: config/arm/arm.opt:315 config/sh/sh.opt:195
8145 #, no-c-format
8146 msgid "Cost to assume for a branch insn."
8147 msgstr ""
8148
8149 #: config/arm/arm.opt:319
8150 #, no-c-format
8151 msgid "Generate code which uses the core registers only (r0-r14)."
8152 msgstr ""
8153
8154 #: config/arm/arm.opt:341
8155 #, no-c-format
8156 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."
8157 msgstr ""
8158
8159 #: config/sparc/sparc.opt:30 config/sparc/sparc.opt:34
8160 #: config/visium/visium.opt:37
8161 #, no-c-format
8162 msgid "Use hardware FP."
8163 msgstr ""
8164
8165 #: config/sparc/sparc.opt:38 config/visium/visium.opt:41
8166 #, no-c-format
8167 msgid "Do not use hardware FP."
8168 msgstr ""
8169
8170 #: config/sparc/sparc.opt:42
8171 #, no-c-format
8172 msgid "Use flat register window model."
8173 msgstr ""
8174
8175 #: config/sparc/sparc.opt:46
8176 #, no-c-format
8177 msgid "Assume possible double misalignment."
8178 msgstr ""
8179
8180 #: config/sparc/sparc.opt:50
8181 #, no-c-format
8182 msgid "Use ABI reserved registers."
8183 msgstr ""
8184
8185 #: config/sparc/sparc.opt:54
8186 #, no-c-format
8187 msgid "Use hardware quad FP instructions."
8188 msgstr ""
8189
8190 #: config/sparc/sparc.opt:58
8191 #, no-c-format
8192 msgid "Do not use hardware quad fp instructions."
8193 msgstr ""
8194
8195 #: config/sparc/sparc.opt:62 config/vax/vax.opt:47
8196 #, no-c-format
8197 msgid "Enable Local Register Allocation."
8198 msgstr ""
8199
8200 #: config/sparc/sparc.opt:66
8201 #, no-c-format
8202 msgid "Compile for V8+ ABI."
8203 msgstr ""
8204
8205 #: config/sparc/sparc.opt:70
8206 #, no-c-format
8207 msgid "Use UltraSPARC Visual Instruction Set version 1.0 extensions."
8208 msgstr ""
8209
8210 #: config/sparc/sparc.opt:74
8211 #, no-c-format
8212 msgid "Use UltraSPARC Visual Instruction Set version 2.0 extensions."
8213 msgstr ""
8214
8215 #: config/sparc/sparc.opt:78
8216 #, no-c-format
8217 msgid "Use UltraSPARC Visual Instruction Set version 3.0 extensions."
8218 msgstr ""
8219
8220 #: config/sparc/sparc.opt:82
8221 #, no-c-format
8222 msgid "Use UltraSPARC Visual Instruction Set version 4.0 extensions."
8223 msgstr ""
8224
8225 #: config/sparc/sparc.opt:86
8226 #, no-c-format
8227 msgid "Use additional VIS instructions introduced in OSA2017."
8228 msgstr ""
8229
8230 #: config/sparc/sparc.opt:90
8231 #, no-c-format
8232 msgid "Use UltraSPARC Compare-and-Branch extensions."
8233 msgstr ""
8234
8235 #: config/sparc/sparc.opt:94
8236 #, no-c-format
8237 msgid "Use UltraSPARC Fused Multiply-Add extensions."
8238 msgstr ""
8239
8240 #: config/sparc/sparc.opt:98
8241 #, no-c-format
8242 msgid "Use Floating-point Multiply Single to Double (FsMULd) instruction."
8243 msgstr ""
8244
8245 #: config/sparc/sparc.opt:102
8246 #, no-c-format
8247 msgid "Use UltraSPARC Population-Count instruction."
8248 msgstr ""
8249
8250 #: config/sparc/sparc.opt:106
8251 #, no-c-format
8252 msgid "Use UltraSPARC Subtract-Extended-with-Carry instruction."
8253 msgstr ""
8254
8255 #: config/sparc/sparc.opt:110
8256 #, no-c-format
8257 msgid "Pointers are 64-bit."
8258 msgstr ""
8259
8260 #: config/sparc/sparc.opt:114
8261 #, no-c-format
8262 msgid "Pointers are 32-bit."
8263 msgstr ""
8264
8265 #: config/sparc/sparc.opt:118
8266 #, no-c-format
8267 msgid "Use 64-bit ABI."
8268 msgstr ""
8269
8270 #: config/sparc/sparc.opt:122
8271 #, no-c-format
8272 msgid "Use 32-bit ABI."
8273 msgstr ""
8274
8275 #: config/sparc/sparc.opt:126
8276 #, no-c-format
8277 msgid "Use stack bias."
8278 msgstr ""
8279
8280 #: config/sparc/sparc.opt:130
8281 #, no-c-format
8282 msgid "Use structs on stronger alignment for double-word copies."
8283 msgstr ""
8284
8285 #: config/sparc/sparc.opt:134
8286 #, no-c-format
8287 msgid "Optimize tail call instructions in assembler and linker."
8288 msgstr ""
8289
8290 #: config/sparc/sparc.opt:138
8291 #, no-c-format
8292 msgid "Do not generate code that can only run in supervisor mode (default)."
8293 msgstr ""
8294
8295 #: config/sparc/sparc.opt:142
8296 #, no-c-format
8297 msgid "Use instructions of and schedule code for given CPU."
8298 msgstr ""
8299
8300 #: config/sparc/sparc.opt:228
8301 #, no-c-format
8302 msgid "Use given SPARC-V9 code model."
8303 msgstr ""
8304
8305 #: config/sparc/sparc.opt:250
8306 #, no-c-format
8307 msgid "Enable debug output."
8308 msgstr ""
8309
8310 #: config/sparc/sparc.opt:254
8311 #, no-c-format
8312 msgid "Enable strict 32-bit psABI struct return checking."
8313 msgstr ""
8314
8315 #: config/sparc/sparc.opt:258
8316 #, no-c-format
8317 msgid "Enable workaround for single erratum of AT697F processor (corresponding to erratum #13 of AT697E processor)."
8318 msgstr ""
8319
8320 #: config/sparc/sparc.opt:263
8321 #, no-c-format
8322 msgid "Enable workarounds for the errata of the UT699 processor."
8323 msgstr ""
8324
8325 #: config/sparc/sparc.opt:267
8326 #, no-c-format
8327 msgid "Enable workarounds for the errata of the UT699E/UT700 processor."
8328 msgstr ""
8329
8330 #: config/sparc/sparc.opt:271
8331 #, no-c-format
8332 msgid "Enable workarounds for the errata of the GR712RC processor."
8333 msgstr ""
8334
8335 #: config/sparc/sparc.opt:308
8336 #, no-c-format
8337 msgid "Specify the memory model in effect for the program."
8338 msgstr ""
8339
8340 #: config/rs6000/darwin.opt:38 config/rs6000/sysv4.opt:145
8341 #, no-c-format
8342 msgid "Generate 64-bit code."
8343 msgstr ""
8344
8345 #: config/rs6000/darwin.opt:42 config/rs6000/sysv4.opt:149
8346 #, no-c-format
8347 msgid "Generate 32-bit code."
8348 msgstr ""
8349
8350 #: config/rs6000/rs6000-tables.opt:24
8351 #, no-c-format
8352 msgid "Known CPUs (for use with the -mcpu= and -mtune= options):"
8353 msgstr ""
8354
8355 #: config/rs6000/476.opt:24
8356 #, no-c-format
8357 msgid "Preserve the PowerPC 476's link stack by matching up a blr with the bcl/bl insns used for GOT accesses."
8358 msgstr ""
8359
8360 #: config/rs6000/aix64.opt:24
8361 #, no-c-format
8362 msgid "Compile for 64-bit pointers."
8363 msgstr ""
8364
8365 #: config/rs6000/aix64.opt:28
8366 #, no-c-format
8367 msgid "Compile for 32-bit pointers."
8368 msgstr ""
8369
8370 #: config/rs6000/aix64.opt:32 config/rs6000/linux64.opt:28
8371 #, no-c-format
8372 msgid "Select code model."
8373 msgstr ""
8374
8375 #: config/rs6000/aix64.opt:49
8376 #, no-c-format
8377 msgid "Support message passing with the Parallel Environment."
8378 msgstr ""
8379
8380 #: config/rs6000/linux64.opt:24
8381 #, no-c-format
8382 msgid "Call mcount for profiling before a function prologue."
8383 msgstr ""
8384
8385 #: config/rs6000/rs6000.opt:121
8386 #, no-c-format
8387 msgid "Use PowerPC-64 instruction set."
8388 msgstr ""
8389
8390 #: config/rs6000/rs6000.opt:125
8391 #, no-c-format
8392 msgid "Use PowerPC General Purpose group optional instructions."
8393 msgstr ""
8394
8395 #: config/rs6000/rs6000.opt:129
8396 #, no-c-format
8397 msgid "Use PowerPC Graphics group optional instructions."
8398 msgstr ""
8399
8400 #: config/rs6000/rs6000.opt:133
8401 #, no-c-format
8402 msgid "Use PowerPC V2.01 single field mfcr instruction."
8403 msgstr ""
8404
8405 #: config/rs6000/rs6000.opt:137
8406 #, no-c-format
8407 msgid "Use PowerPC V2.02 popcntb instruction."
8408 msgstr ""
8409
8410 #: config/rs6000/rs6000.opt:141
8411 #, no-c-format
8412 msgid "Use PowerPC V2.02 floating point rounding instructions."
8413 msgstr ""
8414
8415 #: config/rs6000/rs6000.opt:145
8416 #, no-c-format
8417 msgid "Use PowerPC V2.05 compare bytes instruction."
8418 msgstr ""
8419
8420 #: config/rs6000/rs6000.opt:156
8421 #, no-c-format
8422 msgid "Use AltiVec instructions."
8423 msgstr ""
8424
8425 #: config/rs6000/rs6000.opt:160
8426 #, no-c-format
8427 msgid "Use decimal floating point instructions."
8428 msgstr ""
8429
8430 #: config/rs6000/rs6000.opt:164
8431 #, no-c-format
8432 msgid "Use 4xx half-word multiply instructions."
8433 msgstr ""
8434
8435 #: config/rs6000/rs6000.opt:168
8436 #, no-c-format
8437 msgid "Use 4xx string-search dlmzb instruction."
8438 msgstr ""
8439
8440 #: config/rs6000/rs6000.opt:172
8441 #, no-c-format
8442 msgid "Generate load/store multiple instructions."
8443 msgstr ""
8444
8445 #: config/rs6000/rs6000.opt:191
8446 #, no-c-format
8447 msgid "Use PowerPC V2.06 popcntd instruction."
8448 msgstr ""
8449
8450 #: config/rs6000/rs6000.opt:195
8451 #, no-c-format
8452 msgid "Under -ffast-math, generate a FRIZ instruction for (double)(long long) conversions."
8453 msgstr ""
8454
8455 #: config/rs6000/rs6000.opt:203
8456 #, no-c-format
8457 msgid "Use vector/scalar (VSX) instructions."
8458 msgstr ""
8459
8460 #: config/rs6000/rs6000.opt:231
8461 #, no-c-format
8462 msgid "Do not generate load/store with update instructions."
8463 msgstr ""
8464
8465 #: config/rs6000/rs6000.opt:235
8466 #, no-c-format
8467 msgid "Generate load/store with update instructions."
8468 msgstr ""
8469
8470 #: config/rs6000/rs6000.opt:243
8471 #, no-c-format
8472 msgid "Avoid generation of indexed load/store instructions when possible."
8473 msgstr ""
8474
8475 #: config/rs6000/rs6000.opt:250
8476 #, no-c-format
8477 msgid "Schedule the start and end of the procedure."
8478 msgstr ""
8479
8480 #: config/rs6000/rs6000.opt:254
8481 #, no-c-format
8482 msgid "Return all structures in memory (AIX default)."
8483 msgstr ""
8484
8485 #: config/rs6000/rs6000.opt:258
8486 #, no-c-format
8487 msgid "Return small structures in registers (SVR4 default)."
8488 msgstr ""
8489
8490 #: config/rs6000/rs6000.opt:262
8491 #, no-c-format
8492 msgid "Conform more closely to IBM XLC semantics."
8493 msgstr ""
8494
8495 #: config/rs6000/rs6000.opt:266 config/rs6000/rs6000.opt:270
8496 #, no-c-format
8497 msgid "Generate software reciprocal divide and square root for better throughput."
8498 msgstr ""
8499
8500 #: config/rs6000/rs6000.opt:274
8501 #, no-c-format
8502 msgid "Assume that the reciprocal estimate instructions provide more accuracy."
8503 msgstr ""
8504
8505 #: config/rs6000/rs6000.opt:278
8506 #, no-c-format
8507 msgid "Do not place floating point constants in TOC."
8508 msgstr ""
8509
8510 #: config/rs6000/rs6000.opt:282
8511 #, no-c-format
8512 msgid "Place floating point constants in TOC."
8513 msgstr ""
8514
8515 #: config/rs6000/rs6000.opt:286
8516 #, no-c-format
8517 msgid "Do not place symbol+offset constants in TOC."
8518 msgstr ""
8519
8520 #: config/rs6000/rs6000.opt:290
8521 #, no-c-format
8522 msgid "Place symbol+offset constants in TOC."
8523 msgstr ""
8524
8525 #: config/rs6000/rs6000.opt:301
8526 #, no-c-format
8527 msgid "Use only one TOC entry per procedure."
8528 msgstr ""
8529
8530 #: config/rs6000/rs6000.opt:305
8531 #, no-c-format
8532 msgid "Put everything in the regular TOC."
8533 msgstr ""
8534
8535 #: config/rs6000/rs6000.opt:309
8536 #, no-c-format
8537 msgid "Generate VRSAVE instructions when generating AltiVec code."
8538 msgstr ""
8539
8540 #: config/rs6000/rs6000.opt:313
8541 #, no-c-format
8542 msgid "Deprecated option.  Use -mno-vrsave instead."
8543 msgstr ""
8544
8545 #: config/rs6000/rs6000.opt:317
8546 #, no-c-format
8547 msgid "Deprecated option.  Use -mvrsave instead."
8548 msgstr ""
8549
8550 #: config/rs6000/rs6000.opt:321
8551 #, no-c-format
8552 msgid "Max number of bytes to move inline."
8553 msgstr ""
8554
8555 #: config/rs6000/rs6000.opt:325
8556 #, no-c-format
8557 msgid "Generate unaligned VSX load/store for inline expansion of memcpy/memmove."
8558 msgstr ""
8559
8560 #: config/rs6000/rs6000.opt:329
8561 #, no-c-format
8562 msgid "Generate unaligned VSX vector pair load/store for inline expansion of memcpy/memmove."
8563 msgstr ""
8564
8565 #: config/rs6000/rs6000.opt:333
8566 #, no-c-format
8567 msgid "Max number of bytes to compare without loops."
8568 msgstr ""
8569
8570 #: config/rs6000/rs6000.opt:337
8571 #, no-c-format
8572 msgid "Max number of bytes to compare with loops."
8573 msgstr ""
8574
8575 #: config/rs6000/rs6000.opt:341
8576 #, no-c-format
8577 msgid "Max number of bytes to compare."
8578 msgstr ""
8579
8580 #: config/rs6000/rs6000.opt:345
8581 #, no-c-format
8582 msgid "Generate isel instructions."
8583 msgstr ""
8584
8585 #: config/rs6000/rs6000.opt:349
8586 #, no-c-format
8587 msgid "-mdebug=\tEnable debug output."
8588 msgstr ""
8589
8590 #: config/rs6000/rs6000.opt:354
8591 #, no-c-format
8592 msgid "Use the AltiVec ABI extensions."
8593 msgstr ""
8594
8595 #: config/rs6000/rs6000.opt:358
8596 #, no-c-format
8597 msgid "Do not use the AltiVec ABI extensions."
8598 msgstr ""
8599
8600 #: config/rs6000/rs6000.opt:363
8601 #, no-c-format
8602 msgid "Use the AIX Vector Extended ABI."
8603 msgstr ""
8604
8605 #: config/rs6000/rs6000.opt:367
8606 #, no-c-format
8607 msgid "Do not use the AIX Vector Extended ABI."
8608 msgstr ""
8609
8610 #: config/rs6000/rs6000.opt:372
8611 #, no-c-format
8612 msgid "Use the ELFv1 ABI."
8613 msgstr ""
8614
8615 #: config/rs6000/rs6000.opt:376
8616 #, no-c-format
8617 msgid "Use the ELFv2 ABI."
8618 msgstr ""
8619
8620 #: config/rs6000/rs6000.opt:396
8621 #, no-c-format
8622 msgid "-mcpu=\tUse features of and schedule code for given CPU."
8623 msgstr ""
8624
8625 #: config/rs6000/rs6000.opt:400
8626 #, no-c-format
8627 msgid "-mtune=\tSchedule code for given CPU."
8628 msgstr ""
8629
8630 #: config/rs6000/rs6000.opt:404
8631 #, no-c-format
8632 msgid "-mtraceback=[full,part,no]\tSelect type of traceback table."
8633 msgstr ""
8634
8635 #: config/rs6000/rs6000.opt:420
8636 #, no-c-format
8637 msgid "Avoid all range limits on call instructions."
8638 msgstr ""
8639
8640 #: config/rs6000/rs6000.opt:428
8641 #, no-c-format
8642 msgid "Warn about deprecated 'vector long ...' AltiVec type usage."
8643 msgstr ""
8644
8645 #: config/rs6000/rs6000.opt:432
8646 #, no-c-format
8647 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)."
8648 msgstr ""
8649
8650 #: config/rs6000/rs6000.opt:441
8651 #, no-c-format
8652 msgid "Determine which dependences between insns are considered costly."
8653 msgstr ""
8654
8655 #: config/rs6000/rs6000.opt:445
8656 #, no-c-format
8657 msgid "Specify which post scheduling nop insertion scheme to apply."
8658 msgstr ""
8659
8660 #: config/rs6000/rs6000.opt:449
8661 #, no-c-format
8662 msgid "Specify alignment of structure fields default/natural."
8663 msgstr ""
8664
8665 #: config/rs6000/rs6000.opt:453
8666 #, no-c-format
8667 msgid "Valid arguments to -malign-:"
8668 msgstr ""
8669
8670 #: config/rs6000/rs6000.opt:463
8671 #, no-c-format
8672 msgid "Specify scheduling priority for dispatch slot restricted insns."
8673 msgstr ""
8674
8675 #: config/rs6000/rs6000.opt:467
8676 #, no-c-format
8677 msgid "Use r11 to hold the static link in calls to functions via pointers."
8678 msgstr ""
8679
8680 #: config/rs6000/rs6000.opt:471
8681 #, no-c-format
8682 msgid "Save the TOC in the prologue for indirect calls rather than inline."
8683 msgstr ""
8684
8685 #: config/rs6000/rs6000.opt:479
8686 #, no-c-format
8687 msgid "Fuse certain integer operations together for better performance on power8."
8688 msgstr ""
8689
8690 #: config/rs6000/rs6000.opt:483
8691 #, no-c-format
8692 msgid "Allow sign extension in fusion operations."
8693 msgstr ""
8694
8695 #: config/rs6000/rs6000.opt:487
8696 #, no-c-format
8697 msgid "Use vector and scalar instructions added in ISA 2.07."
8698 msgstr ""
8699
8700 #: config/rs6000/rs6000.opt:491
8701 #, no-c-format
8702 msgid "Fuse certain integer operations together for better performance on power10."
8703 msgstr ""
8704
8705 #: config/rs6000/rs6000.opt:495
8706 #, no-c-format
8707 msgid "Use ISA 2.07 Category:Vector.AES and Category:Vector.SHA2 instructions."
8708 msgstr ""
8709
8710 #: config/rs6000/rs6000.opt:502
8711 #, no-c-format
8712 msgid "Use ISA 2.07 transactional memory (HTM) instructions."
8713 msgstr ""
8714
8715 #: config/rs6000/rs6000.opt:506
8716 #, no-c-format
8717 msgid "Generate the quad word memory instructions (lq/stq)."
8718 msgstr ""
8719
8720 #: config/rs6000/rs6000.opt:510
8721 #, no-c-format
8722 msgid "Generate the quad word memory atomic instructions (lqarx/stqcx)."
8723 msgstr ""
8724
8725 #: config/rs6000/rs6000.opt:514
8726 #, no-c-format
8727 msgid "Generate aggregate parameter passing code with at most 64-bit alignment."
8728 msgstr ""
8729
8730 #: config/rs6000/rs6000.opt:518
8731 #, no-c-format
8732 msgid "Analyze and remove doubleword swaps from VSX computations."
8733 msgstr ""
8734
8735 #: config/rs6000/rs6000.opt:526
8736 #, no-c-format
8737 msgid "Use certain scalar instructions added in ISA 3.0."
8738 msgstr ""
8739
8740 #: config/rs6000/rs6000.opt:530
8741 #, no-c-format
8742 msgid "Use vector instructions added in ISA 3.0."
8743 msgstr ""
8744
8745 #: config/rs6000/rs6000.opt:534
8746 #, no-c-format
8747 msgid "Use the new min/max instructions defined in ISA 3.0."
8748 msgstr ""
8749
8750 #: config/rs6000/rs6000.opt:538
8751 #, no-c-format
8752 msgid "Generate the integer modulo instructions."
8753 msgstr ""
8754
8755 #: config/rs6000/rs6000.opt:542
8756 #, no-c-format
8757 msgid "Enable IEEE 128-bit floating point via the __float128 keyword."
8758 msgstr ""
8759
8760 #: config/rs6000/rs6000.opt:546
8761 #, no-c-format
8762 msgid "Enable using IEEE 128-bit floating point instructions."
8763 msgstr ""
8764
8765 #: config/rs6000/rs6000.opt:550
8766 #, no-c-format
8767 msgid "Enable default conversions between __float128 & long double."
8768 msgstr ""
8769
8770 #: config/rs6000/rs6000.opt:590
8771 #, no-c-format
8772 msgid "Generate (do not generate) prefixed memory instructions."
8773 msgstr ""
8774
8775 #: config/rs6000/rs6000.opt:594
8776 #, no-c-format
8777 msgid "Generate (do not generate) pc-relative memory addressing."
8778 msgstr ""
8779
8780 #: config/rs6000/rs6000.opt:598
8781 #, no-c-format
8782 msgid "Generate (do not generate) pc-relative memory optimizations for externals."
8783 msgstr ""
8784
8785 #: config/rs6000/rs6000.opt:602
8786 #, no-c-format
8787 msgid "Generate (do not generate) MMA instructions."
8788 msgstr ""
8789
8790 #: config/rs6000/rs6000.opt:609
8791 #, no-c-format
8792 msgid "Enable instructions that guard against return-oriented programming attacks."
8793 msgstr ""
8794
8795 #: config/rs6000/rs6000.opt:613
8796 #, no-c-format
8797 msgid "Generate code that will run in privileged state."
8798 msgstr ""
8799
8800 #: config/rs6000/rs6000.opt:617
8801 #, no-c-format
8802 msgid "Generate (do not generate) code that uses the XXSPLTIW instruction."
8803 msgstr ""
8804
8805 #: config/rs6000/rs6000.opt:621
8806 #, no-c-format
8807 msgid "Generate (do not generate) code that uses the XXSPLTIDP instruction."
8808 msgstr ""
8809
8810 #: config/rs6000/rs6000.opt:625
8811 #, no-c-format
8812 msgid "Generate (do not generate) code that uses the LXVKQ instruction."
8813 msgstr ""
8814
8815 #: config/rs6000/rs6000.opt:629
8816 #, no-c-format
8817 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."
8818 msgstr ""
8819
8820 #: config/rs6000/rs6000.opt:638
8821 #, no-c-format
8822 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."
8823 msgstr ""
8824
8825 #: config/rs6000/rs6000.opt:644
8826 #, no-c-format
8827 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."
8828 msgstr ""
8829
8830 #: config/rs6000/rs6000.opt:651
8831 #, no-c-format
8832 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."
8833 msgstr ""
8834
8835 #: config/rs6000/rs6000.opt:660
8836 #, no-c-format
8837 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."
8838 msgstr ""
8839
8840 #: config/rs6000/sysv4.opt:24
8841 #, no-c-format
8842 msgid "-mcall-ABI\tSelect ABI calling convention."
8843 msgstr ""
8844
8845 #: config/rs6000/sysv4.opt:28
8846 #, no-c-format
8847 msgid "-msdata=[none,data,sysv,eabi]\tSelect method for sdata handling."
8848 msgstr ""
8849
8850 #: config/rs6000/sysv4.opt:32
8851 #, no-c-format
8852 msgid "Allow readonly data in sdata."
8853 msgstr ""
8854
8855 #: config/rs6000/sysv4.opt:36
8856 #, no-c-format
8857 msgid "-mtls-size=[16,32]\tSpecify bit size of immediate TLS offsets."
8858 msgstr ""
8859
8860 #: config/rs6000/sysv4.opt:52
8861 #, no-c-format
8862 msgid "Align to the base type of the bit-field."
8863 msgstr ""
8864
8865 #: config/rs6000/sysv4.opt:56
8866 #, no-c-format
8867 msgid "Align to the base type of the bit-field. Don't assume that unaligned accesses are handled by the system."
8868 msgstr ""
8869
8870 #: config/rs6000/sysv4.opt:61 config/rs6000/sysv4.opt:65
8871 #, no-c-format
8872 msgid "Produce code relocatable at runtime."
8873 msgstr ""
8874
8875 #: config/rs6000/sysv4.opt:69 config/rs6000/sysv4.opt:73
8876 #, no-c-format
8877 msgid "Produce little endian code."
8878 msgstr ""
8879
8880 #: config/rs6000/sysv4.opt:77 config/rs6000/sysv4.opt:81
8881 #, no-c-format
8882 msgid "Produce big endian code."
8883 msgstr ""
8884
8885 #: config/rs6000/sysv4.opt:86 config/rs6000/sysv4.opt:90
8886 #: config/rs6000/sysv4.opt:99 config/rs6000/sysv4.opt:141
8887 #: config/rs6000/sysv4.opt:153
8888 #, no-c-format
8889 msgid "No description yet."
8890 msgstr ""
8891
8892 #: config/rs6000/sysv4.opt:94
8893 #, no-c-format
8894 msgid "Assume all variable arg functions are prototyped."
8895 msgstr ""
8896
8897 #: config/rs6000/sysv4.opt:103
8898 #, no-c-format
8899 msgid "Use EABI."
8900 msgstr ""
8901
8902 #: config/rs6000/sysv4.opt:107
8903 #, no-c-format
8904 msgid "Allow bit-fields to cross word boundaries."
8905 msgstr ""
8906
8907 #: config/rs6000/sysv4.opt:111
8908 #, no-c-format
8909 msgid "Use alternate register names."
8910 msgstr ""
8911
8912 #: config/rs6000/sysv4.opt:117
8913 #, no-c-format
8914 msgid "Use default method for sdata handling."
8915 msgstr ""
8916
8917 #: config/rs6000/sysv4.opt:121
8918 #, no-c-format
8919 msgid "Link with libsim.a, libc.a and sim-crt0.o."
8920 msgstr ""
8921
8922 #: config/rs6000/sysv4.opt:125
8923 #, no-c-format
8924 msgid "Link with libads.a, libc.a and crt0.o."
8925 msgstr ""
8926
8927 #: config/rs6000/sysv4.opt:129
8928 #, no-c-format
8929 msgid "Link with libyk.a, libc.a and crt0.o."
8930 msgstr ""
8931
8932 #: config/rs6000/sysv4.opt:133
8933 #, no-c-format
8934 msgid "Link with libmvme.a, libc.a and crt0.o."
8935 msgstr ""
8936
8937 #: config/rs6000/sysv4.opt:137
8938 #, no-c-format
8939 msgid "Set the PPC_EMB bit in the ELF flags header."
8940 msgstr ""
8941
8942 #: config/rs6000/sysv4.opt:157
8943 #, no-c-format
8944 msgid "Generate code to use a non-exec PLT and GOT."
8945 msgstr ""
8946
8947 #: config/rs6000/sysv4.opt:161
8948 #, no-c-format
8949 msgid "Generate code for old exec BSS PLT."
8950 msgstr ""
8951
8952 #: config/rs6000/sysv4.opt:165
8953 #, no-c-format
8954 msgid "Use inline plt sequences to implement long calls and -fno-plt."
8955 msgstr ""
8956
8957 #: config/rs6000/sysv4.opt:169
8958 #, no-c-format
8959 msgid "Emit .gnu_attribute tags."
8960 msgstr ""
8961
8962 #: config/alpha/alpha.opt:27
8963 #, no-c-format
8964 msgid "Use fp registers."
8965 msgstr ""
8966
8967 #: config/alpha/alpha.opt:35
8968 #, no-c-format
8969 msgid "Request IEEE-conformant math library routines (OSF/1)."
8970 msgstr ""
8971
8972 #: config/alpha/alpha.opt:39
8973 #, no-c-format
8974 msgid "Emit IEEE-conformant code, without inexact exceptions."
8975 msgstr ""
8976
8977 #: config/alpha/alpha.opt:46
8978 #, no-c-format
8979 msgid "Do not emit complex integer constants to read-only memory."
8980 msgstr ""
8981
8982 #: config/alpha/alpha.opt:50
8983 #, no-c-format
8984 msgid "Use VAX fp."
8985 msgstr ""
8986
8987 #: config/alpha/alpha.opt:54
8988 #, no-c-format
8989 msgid "Do not use VAX fp."
8990 msgstr ""
8991
8992 #: config/alpha/alpha.opt:58
8993 #, no-c-format
8994 msgid "Emit code for the byte/word ISA extension."
8995 msgstr ""
8996
8997 #: config/alpha/alpha.opt:62
8998 #, no-c-format
8999 msgid "Emit code for the motion video ISA extension."
9000 msgstr ""
9001
9002 #: config/alpha/alpha.opt:66
9003 #, no-c-format
9004 msgid "Emit code for the fp move and sqrt ISA extension."
9005 msgstr ""
9006
9007 #: config/alpha/alpha.opt:70
9008 #, no-c-format
9009 msgid "Emit code for the counting ISA extension."
9010 msgstr ""
9011
9012 #: config/alpha/alpha.opt:74
9013 #, no-c-format
9014 msgid "Emit code using explicit relocation directives."
9015 msgstr ""
9016
9017 #: config/alpha/alpha.opt:78
9018 #, no-c-format
9019 msgid "Emit 16-bit relocations to the small data areas."
9020 msgstr ""
9021
9022 #: config/alpha/alpha.opt:82
9023 #, no-c-format
9024 msgid "Emit 32-bit relocations to the small data areas."
9025 msgstr ""
9026
9027 #: config/alpha/alpha.opt:86
9028 #, no-c-format
9029 msgid "Emit direct branches to local functions."
9030 msgstr ""
9031
9032 #: config/alpha/alpha.opt:90
9033 #, no-c-format
9034 msgid "Emit indirect branches to local functions."
9035 msgstr ""
9036
9037 #: config/alpha/alpha.opt:94
9038 #, no-c-format
9039 msgid "Emit rdval instead of rduniq for thread pointer."
9040 msgstr ""
9041
9042 #: config/alpha/alpha.opt:106
9043 #, no-c-format
9044 msgid "Use features of and schedule given CPU."
9045 msgstr ""
9046
9047 #: config/alpha/alpha.opt:110
9048 #, no-c-format
9049 msgid "Schedule given CPU."
9050 msgstr ""
9051
9052 #: config/alpha/alpha.opt:114
9053 #, no-c-format
9054 msgid "Control the generated fp rounding mode."
9055 msgstr ""
9056
9057 #: config/alpha/alpha.opt:118
9058 #, no-c-format
9059 msgid "Control the IEEE trap mode."
9060 msgstr ""
9061
9062 #: config/alpha/alpha.opt:122
9063 #, no-c-format
9064 msgid "Control the precision given to fp exceptions."
9065 msgstr ""
9066
9067 #: config/alpha/alpha.opt:126
9068 #, no-c-format
9069 msgid "Tune expected memory latency."
9070 msgstr ""
9071
9072 #: config/tilepro/tilepro.opt:23
9073 #, no-c-format
9074 msgid "Compile with 32 bit longs and pointers, which is the only supported behavior and thus the flag is ignored."
9075 msgstr ""
9076
9077 #: config/tilepro/tilepro.opt:28 config/tilegx/tilegx.opt:26
9078 #, no-c-format
9079 msgid "-mcpu=CPU\tUse features of and schedule code for given CPU."
9080 msgstr ""
9081
9082 #: config/tilepro/tilepro.opt:32
9083 #, no-c-format
9084 msgid "Known TILEPro CPUs (for use with the -mcpu= option):"
9085 msgstr ""
9086
9087 #: config/lm32/lm32.opt:24
9088 #, no-c-format
9089 msgid "Enable multiply instructions."
9090 msgstr ""
9091
9092 #: config/lm32/lm32.opt:28
9093 #, no-c-format
9094 msgid "Enable divide and modulus instructions."
9095 msgstr ""
9096
9097 #: config/lm32/lm32.opt:32
9098 #, no-c-format
9099 msgid "Enable barrel shift instructions."
9100 msgstr ""
9101
9102 #: config/lm32/lm32.opt:36
9103 #, no-c-format
9104 msgid "Enable sign extend instructions."
9105 msgstr ""
9106
9107 #: config/lm32/lm32.opt:40
9108 #, no-c-format
9109 msgid "Enable user-defined instructions."
9110 msgstr ""
9111
9112 #: config/loongarch/loongarch.opt:47
9113 #, no-c-format
9114 msgid "Basic ISAs of LoongArch:"
9115 msgstr ""
9116
9117 #: config/loongarch/loongarch.opt:56
9118 #, no-c-format
9119 msgid "FPU types of LoongArch:"
9120 msgstr ""
9121
9122 #: config/loongarch/loongarch.opt:69
9123 #, no-c-format
9124 msgid "-mfpu=FPU\tGenerate code for the given FPU."
9125 msgstr ""
9126
9127 #: config/loongarch/loongarch.opt:76 config/mips/mips.opt:377
9128 #, no-c-format
9129 msgid "Prevent the use of all hardware floating-point instructions."
9130 msgstr ""
9131
9132 #: config/loongarch/loongarch.opt:80 config/mips/mips.opt:369
9133 #, no-c-format
9134 msgid "Restrict the use of hardware floating-point instructions to 32-bit operations."
9135 msgstr ""
9136
9137 #: config/loongarch/loongarch.opt:84 config/mips/mips.opt:116
9138 #, no-c-format
9139 msgid "Allow hardware floating-point instructions to cover both 32-bit and 64-bit operations."
9140 msgstr ""
9141
9142 #: config/loongarch/loongarch.opt:90
9143 #, no-c-format
9144 msgid "LoongArch CPU types:"
9145 msgstr ""
9146
9147 #: config/loongarch/loongarch.opt:103
9148 #, no-c-format
9149 msgid "-march=PROCESSOR\tGenerate code for the given PROCESSOR ISA."
9150 msgstr ""
9151
9152 #: config/loongarch/loongarch.opt:107
9153 #, no-c-format
9154 msgid "-mtune=PROCESSOR\tGenerate optimized code for PROCESSOR."
9155 msgstr ""
9156
9157 #: config/loongarch/loongarch.opt:116
9158 #, no-c-format
9159 msgid "Base ABI types for LoongArch:"
9160 msgstr ""
9161
9162 #: config/loongarch/loongarch.opt:129
9163 #, no-c-format
9164 msgid "-mabi=BASEABI\tGenerate code that conforms to the given BASEABI."
9165 msgstr ""
9166
9167 #: config/loongarch/loongarch.opt:138 config/mips/mips.opt:71
9168 #, no-c-format
9169 msgid "-mbranch-cost=COST\tSet the cost of branches to roughly COST instructions."
9170 msgstr ""
9171
9172 #: config/loongarch/loongarch.opt:142 config/mips/mips.opt:83
9173 #, no-c-format
9174 msgid "Trap on integer divide by zero."
9175 msgstr ""
9176
9177 #: config/loongarch/loongarch.opt:146
9178 #, no-c-format
9179 msgid "Conditional moves for integral are enabled."
9180 msgstr ""
9181
9182 #: config/loongarch/loongarch.opt:150
9183 #, no-c-format
9184 msgid "Conditional moves for float are enabled."
9185 msgstr ""
9186
9187 #: config/loongarch/loongarch.opt:154
9188 #, no-c-format
9189 msgid "Prevent optimizing block moves, which is also the default behavior of -Os."
9190 msgstr ""
9191
9192 #: config/loongarch/loongarch.opt:162
9193 #, no-c-format
9194 msgid "-mmax-inline-memcpy-size=SIZE\tSet the max size of memcpy to inline, default is 1024."
9195 msgstr ""
9196
9197 #: config/or1k/elf.opt:28
9198 #, no-c-format
9199 msgid "Configure the newlib board specific runtime.  The default is or1ksim."
9200 msgstr ""
9201
9202 #: config/or1k/elf.opt:32
9203 #, no-c-format
9204 msgid "This option is ignored; it is provided for compatibility purposes only.  This used to select linker and preprocessor options for use with newlib."
9205 msgstr ""
9206
9207 #: config/or1k/or1k.opt:29
9208 #, no-c-format
9209 msgid "Enable generation of hardware divide (l.div, l.divu) instructions.  This is the default; use -msoft-div to override."
9210 msgstr ""
9211
9212 #: config/or1k/or1k.opt:34
9213 #, no-c-format
9214 msgid "Enable generation of binaries which use functions from libgcc to perform divide operations.  The default is -mhard-div."
9215 msgstr ""
9216
9217 #: config/or1k/or1k.opt:39
9218 #, no-c-format
9219 msgid "Enable generation of hardware multiply instructions (l.mul, l.muli) instructions. This is the default; use -msoft-mul to override."
9220 msgstr ""
9221
9222 #: config/or1k/or1k.opt:44
9223 #, no-c-format
9224 msgid "Enable generation of binaries which use functions from libgcc to perform multiply operations. The default is -mhard-mul."
9225 msgstr ""
9226
9227 #: config/or1k/or1k.opt:49
9228 #, no-c-format
9229 msgid "Enable generation of binaries which use functions from libgcc to perform floating point operations.  This is the default; use -mhard-float to override."
9230 msgstr ""
9231
9232 #: config/or1k/or1k.opt:54
9233 #, no-c-format
9234 msgid "Enable generation of hardware floating point instructions. The default is -msoft-float."
9235 msgstr ""
9236
9237 #: config/or1k/or1k.opt:59
9238 #, no-c-format
9239 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."
9240 msgstr ""
9241
9242 #: config/or1k/or1k.opt:65
9243 #, no-c-format
9244 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."
9245 msgstr ""
9246
9247 #: config/or1k/or1k.opt:71
9248 #, no-c-format
9249 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."
9250 msgstr ""
9251
9252 #: config/or1k/or1k.opt:77
9253 #, no-c-format
9254 msgid "Known code model types (for use with the -mcmodel= option):"
9255 msgstr ""
9256
9257 #: config/or1k/or1k.opt:87
9258 #, no-c-format
9259 msgid "Enable generation of conditional move (l.cmov) instructions.  By default the equivalent will be generated using set and branch."
9260 msgstr ""
9261
9262 #: config/or1k/or1k.opt:92
9263 #, no-c-format
9264 msgid "Enable generation of rotate right (l.ror) instructions.  By default functions from libgcc are used to perform rotate right operations."
9265 msgstr ""
9266
9267 #: config/or1k/or1k.opt:97
9268 #, no-c-format
9269 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."
9270 msgstr ""
9271
9272 #: config/or1k/or1k.opt:103
9273 #, no-c-format
9274 msgid "Enable generation of sign extension (l.ext*) instructions.  By default memory loads are used to perform sign extension."
9275 msgstr ""
9276
9277 #: config/or1k/or1k.opt:108
9278 #, no-c-format
9279 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."
9280 msgstr ""
9281
9282 #: config/or1k/or1k.opt:114
9283 #, no-c-format
9284 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."
9285 msgstr ""
9286
9287 #: config/nios2/elf.opt:26
9288 #, no-c-format
9289 msgid "Link with a limited version of the C library."
9290 msgstr ""
9291
9292 #: config/nios2/elf.opt:30
9293 #, no-c-format
9294 msgid "Name of system library to link against."
9295 msgstr ""
9296
9297 #: config/nios2/elf.opt:34
9298 #, no-c-format
9299 msgid "Name of the startfile."
9300 msgstr ""
9301
9302 #: config/nios2/elf.opt:38
9303 #, no-c-format
9304 msgid "Link with HAL BSP."
9305 msgstr ""
9306
9307 #: config/nios2/nios2.opt:35
9308 #, no-c-format
9309 msgid "Enable DIV, DIVU."
9310 msgstr ""
9311
9312 #: config/nios2/nios2.opt:39
9313 #, no-c-format
9314 msgid "Enable MUL instructions."
9315 msgstr ""
9316
9317 #: config/nios2/nios2.opt:43
9318 #, no-c-format
9319 msgid "Enable MULX instructions, assume fast shifter."
9320 msgstr ""
9321
9322 #: config/nios2/nios2.opt:47
9323 #, no-c-format
9324 msgid "Use table based fast divide (default at -O3)."
9325 msgstr ""
9326
9327 #: config/nios2/nios2.opt:51
9328 #, no-c-format
9329 msgid "All memory accesses use I/O load/store instructions."
9330 msgstr ""
9331
9332 #: config/nios2/nios2.opt:55
9333 #, no-c-format
9334 msgid "Volatile memory accesses use I/O load/store instructions."
9335 msgstr ""
9336
9337 #: config/nios2/nios2.opt:59
9338 #, no-c-format
9339 msgid "Volatile memory accesses do not use I/O load/store instructions."
9340 msgstr ""
9341
9342 #: config/nios2/nios2.opt:63
9343 #, no-c-format
9344 msgid "Enable/disable GP-relative addressing."
9345 msgstr ""
9346
9347 #: config/nios2/nios2.opt:67
9348 #, no-c-format
9349 msgid "Valid options for GP-relative addressing (for -mgpopt):"
9350 msgstr ""
9351
9352 #: config/nios2/nios2.opt:86
9353 #, no-c-format
9354 msgid "Equivalent to -mgpopt=local."
9355 msgstr ""
9356
9357 #: config/nios2/nios2.opt:90
9358 #, no-c-format
9359 msgid "Equivalent to -mgpopt=none."
9360 msgstr ""
9361
9362 #: config/nios2/nios2.opt:94 config/c6x/c6x.opt:30 config/mips/mips.opt:134
9363 #: config/tilegx/tilegx.opt:45
9364 #, no-c-format
9365 msgid "Use big-endian byte order."
9366 msgstr ""
9367
9368 #: config/nios2/nios2.opt:98 config/c6x/c6x.opt:34 config/mips/mips.opt:138
9369 #: config/tilegx/tilegx.opt:49
9370 #, no-c-format
9371 msgid "Use little-endian byte order."
9372 msgstr ""
9373
9374 #: config/nios2/nios2.opt:102
9375 #, no-c-format
9376 msgid "Floating point custom instruction configuration name."
9377 msgstr ""
9378
9379 #: config/nios2/nios2.opt:106
9380 #, no-c-format
9381 msgid "Do not use the ftruncds custom instruction."
9382 msgstr ""
9383
9384 #: config/nios2/nios2.opt:110
9385 #, no-c-format
9386 msgid "Integer id (N) of ftruncds custom instruction."
9387 msgstr ""
9388
9389 #: config/nios2/nios2.opt:114
9390 #, no-c-format
9391 msgid "Do not use the fextsd custom instruction."
9392 msgstr ""
9393
9394 #: config/nios2/nios2.opt:118
9395 #, no-c-format
9396 msgid "Integer id (N) of fextsd custom instruction."
9397 msgstr ""
9398
9399 #: config/nios2/nios2.opt:122
9400 #, no-c-format
9401 msgid "Do not use the fixdu custom instruction."
9402 msgstr ""
9403
9404 #: config/nios2/nios2.opt:126
9405 #, no-c-format
9406 msgid "Integer id (N) of fixdu custom instruction."
9407 msgstr ""
9408
9409 #: config/nios2/nios2.opt:130
9410 #, no-c-format
9411 msgid "Do not use the fixdi custom instruction."
9412 msgstr ""
9413
9414 #: config/nios2/nios2.opt:134
9415 #, no-c-format
9416 msgid "Integer id (N) of fixdi custom instruction."
9417 msgstr ""
9418
9419 #: config/nios2/nios2.opt:138
9420 #, no-c-format
9421 msgid "Do not use the fixsu custom instruction."
9422 msgstr ""
9423
9424 #: config/nios2/nios2.opt:142
9425 #, no-c-format
9426 msgid "Integer id (N) of fixsu custom instruction."
9427 msgstr ""
9428
9429 #: config/nios2/nios2.opt:146
9430 #, no-c-format
9431 msgid "Do not use the fixsi custom instruction."
9432 msgstr ""
9433
9434 #: config/nios2/nios2.opt:150
9435 #, no-c-format
9436 msgid "Integer id (N) of fixsi custom instruction."
9437 msgstr ""
9438
9439 #: config/nios2/nios2.opt:154
9440 #, no-c-format
9441 msgid "Do not use the floatud custom instruction."
9442 msgstr ""
9443
9444 #: config/nios2/nios2.opt:158
9445 #, no-c-format
9446 msgid "Integer id (N) of floatud custom instruction."
9447 msgstr ""
9448
9449 #: config/nios2/nios2.opt:162
9450 #, no-c-format
9451 msgid "Do not use the floatid custom instruction."
9452 msgstr ""
9453
9454 #: config/nios2/nios2.opt:166
9455 #, no-c-format
9456 msgid "Integer id (N) of floatid custom instruction."
9457 msgstr ""
9458
9459 #: config/nios2/nios2.opt:170
9460 #, no-c-format
9461 msgid "Do not use the floatus custom instruction."
9462 msgstr ""
9463
9464 #: config/nios2/nios2.opt:174
9465 #, no-c-format
9466 msgid "Integer id (N) of floatus custom instruction."
9467 msgstr ""
9468
9469 #: config/nios2/nios2.opt:178
9470 #, no-c-format
9471 msgid "Do not use the floatis custom instruction."
9472 msgstr ""
9473
9474 #: config/nios2/nios2.opt:182
9475 #, no-c-format
9476 msgid "Integer id (N) of floatis custom instruction."
9477 msgstr ""
9478
9479 #: config/nios2/nios2.opt:186
9480 #, no-c-format
9481 msgid "Do not use the fcmpned custom instruction."
9482 msgstr ""
9483
9484 #: config/nios2/nios2.opt:190
9485 #, no-c-format
9486 msgid "Integer id (N) of fcmpned custom instruction."
9487 msgstr ""
9488
9489 #: config/nios2/nios2.opt:194
9490 #, no-c-format
9491 msgid "Do not use the fcmpeqd custom instruction."
9492 msgstr ""
9493
9494 #: config/nios2/nios2.opt:198
9495 #, no-c-format
9496 msgid "Integer id (N) of fcmpeqd custom instruction."
9497 msgstr ""
9498
9499 #: config/nios2/nios2.opt:202
9500 #, no-c-format
9501 msgid "Do not use the fcmpged custom instruction."
9502 msgstr ""
9503
9504 #: config/nios2/nios2.opt:206
9505 #, no-c-format
9506 msgid "Integer id (N) of fcmpged custom instruction."
9507 msgstr ""
9508
9509 #: config/nios2/nios2.opt:210
9510 #, no-c-format
9511 msgid "Do not use the fcmpgtd custom instruction."
9512 msgstr ""
9513
9514 #: config/nios2/nios2.opt:214
9515 #, no-c-format
9516 msgid "Integer id (N) of fcmpgtd custom instruction."
9517 msgstr ""
9518
9519 #: config/nios2/nios2.opt:218
9520 #, no-c-format
9521 msgid "Do not use the fcmpled custom instruction."
9522 msgstr ""
9523
9524 #: config/nios2/nios2.opt:222
9525 #, no-c-format
9526 msgid "Integer id (N) of fcmpled custom instruction."
9527 msgstr ""
9528
9529 #: config/nios2/nios2.opt:226
9530 #, no-c-format
9531 msgid "Do not use the fcmpltd custom instruction."
9532 msgstr ""
9533
9534 #: config/nios2/nios2.opt:230
9535 #, no-c-format
9536 msgid "Integer id (N) of fcmpltd custom instruction."
9537 msgstr ""
9538
9539 #: config/nios2/nios2.opt:234
9540 #, no-c-format
9541 msgid "Do not use the flogd custom instruction."
9542 msgstr ""
9543
9544 #: config/nios2/nios2.opt:238
9545 #, no-c-format
9546 msgid "Integer id (N) of flogd custom instruction."
9547 msgstr ""
9548
9549 #: config/nios2/nios2.opt:242
9550 #, no-c-format
9551 msgid "Do not use the fexpd custom instruction."
9552 msgstr ""
9553
9554 #: config/nios2/nios2.opt:246
9555 #, no-c-format
9556 msgid "Integer id (N) of fexpd custom instruction."
9557 msgstr ""
9558
9559 #: config/nios2/nios2.opt:250
9560 #, no-c-format
9561 msgid "Do not use the fatand custom instruction."
9562 msgstr ""
9563
9564 #: config/nios2/nios2.opt:254
9565 #, no-c-format
9566 msgid "Integer id (N) of fatand custom instruction."
9567 msgstr ""
9568
9569 #: config/nios2/nios2.opt:258
9570 #, no-c-format
9571 msgid "Do not use the ftand custom instruction."
9572 msgstr ""
9573
9574 #: config/nios2/nios2.opt:262
9575 #, no-c-format
9576 msgid "Integer id (N) of ftand custom instruction."
9577 msgstr ""
9578
9579 #: config/nios2/nios2.opt:266
9580 #, no-c-format
9581 msgid "Do not use the fsind custom instruction."
9582 msgstr ""
9583
9584 #: config/nios2/nios2.opt:270
9585 #, no-c-format
9586 msgid "Integer id (N) of fsind custom instruction."
9587 msgstr ""
9588
9589 #: config/nios2/nios2.opt:274
9590 #, no-c-format
9591 msgid "Do not use the fcosd custom instruction."
9592 msgstr ""
9593
9594 #: config/nios2/nios2.opt:278
9595 #, no-c-format
9596 msgid "Integer id (N) of fcosd custom instruction."
9597 msgstr ""
9598
9599 #: config/nios2/nios2.opt:282
9600 #, no-c-format
9601 msgid "Do not use the fsqrtd custom instruction."
9602 msgstr ""
9603
9604 #: config/nios2/nios2.opt:286
9605 #, no-c-format
9606 msgid "Integer id (N) of fsqrtd custom instruction."
9607 msgstr ""
9608
9609 #: config/nios2/nios2.opt:290
9610 #, no-c-format
9611 msgid "Do not use the fabsd custom instruction."
9612 msgstr ""
9613
9614 #: config/nios2/nios2.opt:294
9615 #, no-c-format
9616 msgid "Integer id (N) of fabsd custom instruction."
9617 msgstr ""
9618
9619 #: config/nios2/nios2.opt:298
9620 #, no-c-format
9621 msgid "Do not use the fnegd custom instruction."
9622 msgstr ""
9623
9624 #: config/nios2/nios2.opt:302
9625 #, no-c-format
9626 msgid "Integer id (N) of fnegd custom instruction."
9627 msgstr ""
9628
9629 #: config/nios2/nios2.opt:306
9630 #, no-c-format
9631 msgid "Do not use the fmaxd custom instruction."
9632 msgstr ""
9633
9634 #: config/nios2/nios2.opt:310
9635 #, no-c-format
9636 msgid "Integer id (N) of fmaxd custom instruction."
9637 msgstr ""
9638
9639 #: config/nios2/nios2.opt:314
9640 #, no-c-format
9641 msgid "Do not use the fmind custom instruction."
9642 msgstr ""
9643
9644 #: config/nios2/nios2.opt:318
9645 #, no-c-format
9646 msgid "Integer id (N) of fmind custom instruction."
9647 msgstr ""
9648
9649 #: config/nios2/nios2.opt:322
9650 #, no-c-format
9651 msgid "Do not use the fdivd custom instruction."
9652 msgstr ""
9653
9654 #: config/nios2/nios2.opt:326
9655 #, no-c-format
9656 msgid "Integer id (N) of fdivd custom instruction."
9657 msgstr ""
9658
9659 #: config/nios2/nios2.opt:330
9660 #, no-c-format
9661 msgid "Do not use the fmuld custom instruction."
9662 msgstr ""
9663
9664 #: config/nios2/nios2.opt:334
9665 #, no-c-format
9666 msgid "Integer id (N) of fmuld custom instruction."
9667 msgstr ""
9668
9669 #: config/nios2/nios2.opt:338
9670 #, no-c-format
9671 msgid "Do not use the fsubd custom instruction."
9672 msgstr ""
9673
9674 #: config/nios2/nios2.opt:342
9675 #, no-c-format
9676 msgid "Integer id (N) of fsubd custom instruction."
9677 msgstr ""
9678
9679 #: config/nios2/nios2.opt:346
9680 #, no-c-format
9681 msgid "Do not use the faddd custom instruction."
9682 msgstr ""
9683
9684 #: config/nios2/nios2.opt:350
9685 #, no-c-format
9686 msgid "Integer id (N) of faddd custom instruction."
9687 msgstr ""
9688
9689 #: config/nios2/nios2.opt:354
9690 #, no-c-format
9691 msgid "Do not use the fcmpnes custom instruction."
9692 msgstr ""
9693
9694 #: config/nios2/nios2.opt:358
9695 #, no-c-format
9696 msgid "Integer id (N) of fcmpnes custom instruction."
9697 msgstr ""
9698
9699 #: config/nios2/nios2.opt:362
9700 #, no-c-format
9701 msgid "Do not use the fcmpeqs custom instruction."
9702 msgstr ""
9703
9704 #: config/nios2/nios2.opt:366
9705 #, no-c-format
9706 msgid "Integer id (N) of fcmpeqs custom instruction."
9707 msgstr ""
9708
9709 #: config/nios2/nios2.opt:370
9710 #, no-c-format
9711 msgid "Do not use the fcmpges custom instruction."
9712 msgstr ""
9713
9714 #: config/nios2/nios2.opt:374
9715 #, no-c-format
9716 msgid "Integer id (N) of fcmpges custom instruction."
9717 msgstr ""
9718
9719 #: config/nios2/nios2.opt:378
9720 #, no-c-format
9721 msgid "Do not use the fcmpgts custom instruction."
9722 msgstr ""
9723
9724 #: config/nios2/nios2.opt:382
9725 #, no-c-format
9726 msgid "Integer id (N) of fcmpgts custom instruction."
9727 msgstr ""
9728
9729 #: config/nios2/nios2.opt:386
9730 #, no-c-format
9731 msgid "Do not use the fcmples custom instruction."
9732 msgstr ""
9733
9734 #: config/nios2/nios2.opt:390
9735 #, no-c-format
9736 msgid "Integer id (N) of fcmples custom instruction."
9737 msgstr ""
9738
9739 #: config/nios2/nios2.opt:394
9740 #, no-c-format
9741 msgid "Do not use the fcmplts custom instruction."
9742 msgstr ""
9743
9744 #: config/nios2/nios2.opt:398
9745 #, no-c-format
9746 msgid "Integer id (N) of fcmplts custom instruction."
9747 msgstr ""
9748
9749 #: config/nios2/nios2.opt:402
9750 #, no-c-format
9751 msgid "Do not use the flogs custom instruction."
9752 msgstr ""
9753
9754 #: config/nios2/nios2.opt:406
9755 #, no-c-format
9756 msgid "Integer id (N) of flogs custom instruction."
9757 msgstr ""
9758
9759 #: config/nios2/nios2.opt:410
9760 #, no-c-format
9761 msgid "Do not use the fexps custom instruction."
9762 msgstr ""
9763
9764 #: config/nios2/nios2.opt:414
9765 #, no-c-format
9766 msgid "Integer id (N) of fexps custom instruction."
9767 msgstr ""
9768
9769 #: config/nios2/nios2.opt:418
9770 #, no-c-format
9771 msgid "Do not use the fatans custom instruction."
9772 msgstr ""
9773
9774 #: config/nios2/nios2.opt:422
9775 #, no-c-format
9776 msgid "Integer id (N) of fatans custom instruction."
9777 msgstr ""
9778
9779 #: config/nios2/nios2.opt:426
9780 #, no-c-format
9781 msgid "Do not use the ftans custom instruction."
9782 msgstr ""
9783
9784 #: config/nios2/nios2.opt:430
9785 #, no-c-format
9786 msgid "Integer id (N) of ftans custom instruction."
9787 msgstr ""
9788
9789 #: config/nios2/nios2.opt:434
9790 #, no-c-format
9791 msgid "Do not use the fsins custom instruction."
9792 msgstr ""
9793
9794 #: config/nios2/nios2.opt:438
9795 #, no-c-format
9796 msgid "Integer id (N) of fsins custom instruction."
9797 msgstr ""
9798
9799 #: config/nios2/nios2.opt:442
9800 #, no-c-format
9801 msgid "Do not use the fcoss custom instruction."
9802 msgstr ""
9803
9804 #: config/nios2/nios2.opt:446
9805 #, no-c-format
9806 msgid "Integer id (N) of fcoss custom instruction."
9807 msgstr ""
9808
9809 #: config/nios2/nios2.opt:450
9810 #, no-c-format
9811 msgid "Do not use the fsqrts custom instruction."
9812 msgstr ""
9813
9814 #: config/nios2/nios2.opt:454
9815 #, no-c-format
9816 msgid "Integer id (N) of fsqrts custom instruction."
9817 msgstr ""
9818
9819 #: config/nios2/nios2.opt:458
9820 #, no-c-format
9821 msgid "Do not use the fabss custom instr."
9822 msgstr ""
9823
9824 #: config/nios2/nios2.opt:462
9825 #, no-c-format
9826 msgid "Integer id (N) of fabss custom instruction."
9827 msgstr ""
9828
9829 #: config/nios2/nios2.opt:466
9830 #, no-c-format
9831 msgid "Do not use the fnegs custom instruction."
9832 msgstr ""
9833
9834 #: config/nios2/nios2.opt:470
9835 #, no-c-format
9836 msgid "Integer id (N) of fnegs custom instruction."
9837 msgstr ""
9838
9839 #: config/nios2/nios2.opt:474
9840 #, no-c-format
9841 msgid "Do not use the fmaxs custom instruction."
9842 msgstr ""
9843
9844 #: config/nios2/nios2.opt:478
9845 #, no-c-format
9846 msgid "Integer id (N) of fmaxs custom instruction."
9847 msgstr ""
9848
9849 #: config/nios2/nios2.opt:482
9850 #, no-c-format
9851 msgid "Do not use the fmins custom instruction."
9852 msgstr ""
9853
9854 #: config/nios2/nios2.opt:486
9855 #, no-c-format
9856 msgid "Integer id (N) of fmins custom instruction."
9857 msgstr ""
9858
9859 #: config/nios2/nios2.opt:490
9860 #, no-c-format
9861 msgid "Do not use the fdivs custom instruction."
9862 msgstr ""
9863
9864 #: config/nios2/nios2.opt:494
9865 #, no-c-format
9866 msgid "Integer id (N) of fdivs custom instruction."
9867 msgstr ""
9868
9869 #: config/nios2/nios2.opt:498
9870 #, no-c-format
9871 msgid "Do not use the fmuls custom instruction."
9872 msgstr ""
9873
9874 #: config/nios2/nios2.opt:502
9875 #, no-c-format
9876 msgid "Integer id (N) of fmuls custom instruction."
9877 msgstr ""
9878
9879 #: config/nios2/nios2.opt:506
9880 #, no-c-format
9881 msgid "Do not use the fsubs custom instruction."
9882 msgstr ""
9883
9884 #: config/nios2/nios2.opt:510
9885 #, no-c-format
9886 msgid "Integer id (N) of fsubs custom instruction."
9887 msgstr ""
9888
9889 #: config/nios2/nios2.opt:514
9890 #, no-c-format
9891 msgid "Do not use the fadds custom instruction."
9892 msgstr ""
9893
9894 #: config/nios2/nios2.opt:518
9895 #, no-c-format
9896 msgid "Integer id (N) of fadds custom instruction."
9897 msgstr ""
9898
9899 #: config/nios2/nios2.opt:522
9900 #, no-c-format
9901 msgid "Do not use the frdy custom instruction."
9902 msgstr ""
9903
9904 #: config/nios2/nios2.opt:526
9905 #, no-c-format
9906 msgid "Integer id (N) of frdy custom instruction."
9907 msgstr ""
9908
9909 #: config/nios2/nios2.opt:530
9910 #, no-c-format
9911 msgid "Do not use the frdxhi custom instruction."
9912 msgstr ""
9913
9914 #: config/nios2/nios2.opt:534
9915 #, no-c-format
9916 msgid "Integer id (N) of frdxhi custom instruction."
9917 msgstr ""
9918
9919 #: config/nios2/nios2.opt:538
9920 #, no-c-format
9921 msgid "Do not use the frdxlo custom instruction."
9922 msgstr ""
9923
9924 #: config/nios2/nios2.opt:542
9925 #, no-c-format
9926 msgid "Integer id (N) of frdxlo custom instruction."
9927 msgstr ""
9928
9929 #: config/nios2/nios2.opt:546
9930 #, no-c-format
9931 msgid "Do not use the fwry custom instruction."
9932 msgstr ""
9933
9934 #: config/nios2/nios2.opt:550
9935 #, no-c-format
9936 msgid "Integer id (N) of fwry custom instruction."
9937 msgstr ""
9938
9939 #: config/nios2/nios2.opt:554
9940 #, no-c-format
9941 msgid "Do not use the fwrx custom instruction."
9942 msgstr ""
9943
9944 #: config/nios2/nios2.opt:558
9945 #, no-c-format
9946 msgid "Integer id (N) of fwrx custom instruction."
9947 msgstr ""
9948
9949 #: config/nios2/nios2.opt:562
9950 #, no-c-format
9951 msgid "Do not use the round custom instruction."
9952 msgstr ""
9953
9954 #: config/nios2/nios2.opt:566
9955 #, no-c-format
9956 msgid "Integer id (N) of round custom instruction."
9957 msgstr ""
9958
9959 #: config/nios2/nios2.opt:574
9960 #, no-c-format
9961 msgid "Valid Nios II ISA levels (for -march):"
9962 msgstr ""
9963
9964 #: config/nios2/nios2.opt:584
9965 #, no-c-format
9966 msgid "Enable generation of R2 BMX instructions."
9967 msgstr ""
9968
9969 #: config/nios2/nios2.opt:588
9970 #, no-c-format
9971 msgid "Enable generation of R2 CDX instructions."
9972 msgstr ""
9973
9974 #: config/nios2/nios2.opt:592
9975 #, no-c-format
9976 msgid "Regular expression matching additional GP-addressible section names."
9977 msgstr ""
9978
9979 #: config/nios2/nios2.opt:596
9980 #, no-c-format
9981 msgid "Regular expression matching section names for r0-relative addressing."
9982 msgstr ""
9983
9984 #: config/rx/elf.opt:32
9985 #, no-c-format
9986 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."
9987 msgstr ""
9988
9989 #: config/rx/elf.opt:38 config/rx/rx.opt:99
9990 #, no-c-format
9991 msgid "Specifies the number of registers to reserve for interrupt handlers."
9992 msgstr ""
9993
9994 #: config/rx/elf.opt:44 config/rx/rx.opt:105
9995 #, no-c-format
9996 msgid "Specifies whether interrupt functions should save and restore the accumulator register."
9997 msgstr ""
9998
9999 #: config/rx/rx.opt:29
10000 #, no-c-format
10001 msgid "Store doubles in 64 bits."
10002 msgstr ""
10003
10004 #: config/rx/rx.opt:33
10005 #, no-c-format
10006 msgid "Stores doubles in 32 bits.  This is the default."
10007 msgstr ""
10008
10009 #: config/rx/rx.opt:37
10010 #, no-c-format
10011 msgid "Disable the use of RX FPU instructions."
10012 msgstr ""
10013
10014 #: config/rx/rx.opt:44
10015 #, no-c-format
10016 msgid "Enable the use of RX FPU instructions.  This is the default."
10017 msgstr ""
10018
10019 #: config/rx/rx.opt:50
10020 #, no-c-format
10021 msgid "Specify the target RX cpu type."
10022 msgstr ""
10023
10024 #: config/rx/rx.opt:71
10025 #, no-c-format
10026 msgid "Data is stored in big-endian format."
10027 msgstr ""
10028
10029 #: config/rx/rx.opt:75
10030 #, no-c-format
10031 msgid "Data is stored in little-endian format.  (Default)."
10032 msgstr ""
10033
10034 #: config/rx/rx.opt:81
10035 #, no-c-format
10036 msgid "Maximum size of global and static variables which can be placed into the small data area."
10037 msgstr ""
10038
10039 #: config/rx/rx.opt:87
10040 #, no-c-format
10041 msgid "Enable linker relaxation."
10042 msgstr ""
10043
10044 #: config/rx/rx.opt:93
10045 #, no-c-format
10046 msgid "Maximum size in bytes of constant values allowed as operands."
10047 msgstr ""
10048
10049 #: config/rx/rx.opt:111
10050 #, no-c-format
10051 msgid "Enables Position-Independent-Data (PID) mode."
10052 msgstr ""
10053
10054 #: config/rx/rx.opt:117
10055 #, no-c-format
10056 msgid "Warn when multiple, different, fast interrupt handlers are in the compilation unit."
10057 msgstr ""
10058
10059 #: config/rx/rx.opt:123
10060 #, no-c-format
10061 msgid "Enable the use of the old, broken, ABI where all stacked function arguments are aligned to 32-bits."
10062 msgstr ""
10063
10064 #: config/rx/rx.opt:127
10065 #, no-c-format
10066 msgid "Enable the use the standard RX ABI where all stacked function arguments are naturally aligned.  This is the default."
10067 msgstr ""
10068
10069 #: config/rx/rx.opt:133
10070 #, no-c-format
10071 msgid "Enable the use of the LRA register allocator."
10072 msgstr ""
10073
10074 #: config/rx/rx.opt:139
10075 #, no-c-format
10076 msgid "Enables or disables the use of the SMOVF, SMOVB, SMOVU, SUNTIL, SWHILE and RMPA instructions.  Enabled by default."
10077 msgstr ""
10078
10079 #: config/rx/rx.opt:145
10080 #, no-c-format
10081 msgid "Always use JSR, never BSR, for calls."
10082 msgstr ""
10083
10084 #: config/visium/visium.opt:25
10085 #, no-c-format
10086 msgid "Link with libc.a and libdebug.a."
10087 msgstr ""
10088
10089 #: config/visium/visium.opt:29
10090 #, no-c-format
10091 msgid "Link with libc.a and libsim.a."
10092 msgstr ""
10093
10094 #: config/visium/visium.opt:33
10095 #, no-c-format
10096 msgid "Use hardware FP (default)."
10097 msgstr ""
10098
10099 #: config/visium/visium.opt:45
10100 #, no-c-format
10101 msgid "Use features of and schedule code for given CPU."
10102 msgstr ""
10103
10104 #: config/visium/visium.opt:65
10105 #, no-c-format
10106 msgid "Generate code for the supervisor mode (default)."
10107 msgstr ""
10108
10109 #: config/visium/visium.opt:69
10110 #, no-c-format
10111 msgid "Generate code for the user mode."
10112 msgstr ""
10113
10114 #: config/visium/visium.opt:73
10115 #, no-c-format
10116 msgid "Only retained for backward compatibility."
10117 msgstr ""
10118
10119 #: config/sol2.opt:32
10120 #, no-c-format
10121 msgid "Clear hardware capabilities when linking."
10122 msgstr ""
10123
10124 #: config/sol2.opt:36
10125 #, no-c-format
10126 msgid "Pass -z text to linker."
10127 msgstr ""
10128
10129 #: config/moxie/moxie.opt:31
10130 #, no-c-format
10131 msgid "Enable MUL.X and UMUL.X instructions."
10132 msgstr ""
10133
10134 #: config/microblaze/microblaze.opt:40
10135 #, no-c-format
10136 msgid "Use software emulation for floating point (default)."
10137 msgstr ""
10138
10139 #: config/microblaze/microblaze.opt:44
10140 #, no-c-format
10141 msgid "Use hardware floating point instructions."
10142 msgstr ""
10143
10144 #: config/microblaze/microblaze.opt:48
10145 #, no-c-format
10146 msgid "Use table lookup optimization for small signed integer divisions."
10147 msgstr ""
10148
10149 #: config/microblaze/microblaze.opt:52
10150 #, no-c-format
10151 msgid "-mcpu=PROCESSOR\t\tUse features of and schedule code for given CPU."
10152 msgstr ""
10153
10154 #: config/microblaze/microblaze.opt:56
10155 #, no-c-format
10156 msgid "Don't optimize block moves, use memcpy."
10157 msgstr ""
10158
10159 #: config/microblaze/microblaze.opt:68
10160 #, no-c-format
10161 msgid "Use the soft multiply emulation (default)."
10162 msgstr ""
10163
10164 #: config/microblaze/microblaze.opt:72
10165 #, no-c-format
10166 msgid "Use reorder instructions (swap and byte reversed load/store) (default)."
10167 msgstr ""
10168
10169 #: config/microblaze/microblaze.opt:76
10170 #, no-c-format
10171 msgid "Use the software emulation for divides (default)."
10172 msgstr ""
10173
10174 #: config/microblaze/microblaze.opt:80
10175 #, no-c-format
10176 msgid "Use the hardware barrel shifter instead of emulation."
10177 msgstr ""
10178
10179 #: config/microblaze/microblaze.opt:84
10180 #, no-c-format
10181 msgid "Use pattern compare instructions."
10182 msgstr ""
10183
10184 #: config/microblaze/microblaze.opt:88
10185 #, no-c-format
10186 msgid "Check for stack overflow at runtime."
10187 msgstr ""
10188
10189 #: config/microblaze/microblaze.opt:92 config/iq2000/iq2000.opt:65
10190 #, no-c-format
10191 msgid "Use GP relative sdata/sbss sections."
10192 msgstr ""
10193
10194 #: config/microblaze/microblaze.opt:96
10195 #, no-c-format
10196 msgid "Clear the BSS to zero and place zero initialized in BSS."
10197 msgstr ""
10198
10199 #: config/microblaze/microblaze.opt:100
10200 #, no-c-format
10201 msgid "Use multiply high instructions for high part of 32x32 multiply."
10202 msgstr ""
10203
10204 #: config/microblaze/microblaze.opt:104
10205 #, no-c-format
10206 msgid "Use hardware floating point conversion instructions."
10207 msgstr ""
10208
10209 #: config/microblaze/microblaze.opt:108
10210 #, no-c-format
10211 msgid "Use hardware floating point square root instruction."
10212 msgstr ""
10213
10214 #: config/microblaze/microblaze.opt:112
10215 #, no-c-format
10216 msgid "Description for mxl-mode-executable."
10217 msgstr ""
10218
10219 #: config/microblaze/microblaze.opt:116
10220 #, no-c-format
10221 msgid "Description for mxl-mode-xmdstub."
10222 msgstr ""
10223
10224 #: config/microblaze/microblaze.opt:120
10225 #, no-c-format
10226 msgid "Description for mxl-mode-bootstrap."
10227 msgstr ""
10228
10229 #: config/microblaze/microblaze.opt:124
10230 #, no-c-format
10231 msgid "Description for mxl-mode-novectors."
10232 msgstr ""
10233
10234 #: config/microblaze/microblaze.opt:128
10235 #, no-c-format
10236 msgid "Use hardware prefetch instruction."
10237 msgstr ""
10238
10239 #: config/microblaze/microblaze.opt:132
10240 #, no-c-format
10241 msgid "Data referenced by offset from start of text instead of GOT (with -fPIC/-fPIE)."
10242 msgstr ""
10243
10244 #: config/vax/vax.opt:23 config/vax/vax.opt:27
10245 #, no-c-format
10246 msgid "Target DFLOAT double precision code."
10247 msgstr ""
10248
10249 #: config/vax/vax.opt:31 config/vax/vax.opt:35
10250 #, no-c-format
10251 msgid "Generate GFLOAT double precision code."
10252 msgstr ""
10253
10254 #: config/vax/vax.opt:39
10255 #, no-c-format
10256 msgid "Generate code for GNU assembler (gas)."
10257 msgstr ""
10258
10259 #: config/vax/vax.opt:43
10260 #, no-c-format
10261 msgid "Generate code for UNIX assembler."
10262 msgstr ""
10263
10264 #: config/vax/vax.opt:51
10265 #, no-c-format
10266 msgid "Use VAXC structure conventions."
10267 msgstr ""
10268
10269 #: config/vax/vax.opt:55
10270 #, no-c-format
10271 msgid "Use new adddi3/subdi3 patterns."
10272 msgstr ""
10273
10274 #: config/frv/frv.opt:30
10275 #, no-c-format
10276 msgid "Use 4 media accumulators."
10277 msgstr ""
10278
10279 #: config/frv/frv.opt:34
10280 #, no-c-format
10281 msgid "Use 8 media accumulators."
10282 msgstr ""
10283
10284 #: config/frv/frv.opt:38
10285 #, no-c-format
10286 msgid "Enable label alignment optimizations."
10287 msgstr ""
10288
10289 #: config/frv/frv.opt:42
10290 #, no-c-format
10291 msgid "Dynamically allocate cc registers."
10292 msgstr ""
10293
10294 #: config/frv/frv.opt:49
10295 #, no-c-format
10296 msgid "Set the cost of branches."
10297 msgstr ""
10298
10299 #: config/frv/frv.opt:53
10300 #, no-c-format
10301 msgid "Enable conditional execution other than moves/scc."
10302 msgstr ""
10303
10304 #: config/frv/frv.opt:57
10305 #, no-c-format
10306 msgid "Change the maximum length of conditionally-executed sequences."
10307 msgstr ""
10308
10309 #: config/frv/frv.opt:61
10310 #, no-c-format
10311 msgid "Change the number of temporary registers that are available to conditionally-executed sequences."
10312 msgstr ""
10313
10314 #: config/frv/frv.opt:65
10315 #, no-c-format
10316 msgid "Enable conditional moves."
10317 msgstr ""
10318
10319 #: config/frv/frv.opt:69
10320 #, no-c-format
10321 msgid "Set the target CPU type."
10322 msgstr ""
10323
10324 #: config/frv/frv.opt:73
10325 #, no-c-format
10326 msgid "Known FR-V CPUs (for use with the -mcpu= option):"
10327 msgstr ""
10328
10329 #: config/frv/frv.opt:122
10330 #, no-c-format
10331 msgid "Use fp double instructions."
10332 msgstr ""
10333
10334 #: config/frv/frv.opt:126
10335 #, no-c-format
10336 msgid "Change the ABI to allow double word insns."
10337 msgstr ""
10338
10339 #: config/frv/frv.opt:134
10340 #, no-c-format
10341 msgid "Just use icc0/fcc0."
10342 msgstr ""
10343
10344 #: config/frv/frv.opt:138
10345 #, no-c-format
10346 msgid "Only use 32 FPRs."
10347 msgstr ""
10348
10349 #: config/frv/frv.opt:142
10350 #, no-c-format
10351 msgid "Use 64 FPRs."
10352 msgstr ""
10353
10354 #: config/frv/frv.opt:146
10355 #, no-c-format
10356 msgid "Only use 32 GPRs."
10357 msgstr ""
10358
10359 #: config/frv/frv.opt:150
10360 #, no-c-format
10361 msgid "Use 64 GPRs."
10362 msgstr ""
10363
10364 #: config/frv/frv.opt:154
10365 #, no-c-format
10366 msgid "Enable use of GPREL for read-only data in FDPIC."
10367 msgstr ""
10368
10369 #: config/frv/frv.opt:166
10370 #, no-c-format
10371 msgid "Enable PIC support for building libraries."
10372 msgstr ""
10373
10374 #: config/frv/frv.opt:170
10375 #, no-c-format
10376 msgid "Follow the EABI linkage requirements."
10377 msgstr ""
10378
10379 #: config/frv/frv.opt:174
10380 #, no-c-format
10381 msgid "Disallow direct calls to global functions."
10382 msgstr ""
10383
10384 #: config/frv/frv.opt:178
10385 #, no-c-format
10386 msgid "Use media instructions."
10387 msgstr ""
10388
10389 #: config/frv/frv.opt:182
10390 #, no-c-format
10391 msgid "Use multiply add/subtract instructions."
10392 msgstr ""
10393
10394 #: config/frv/frv.opt:186
10395 #, no-c-format
10396 msgid "Enable optimizing &&/|| in conditional execution."
10397 msgstr ""
10398
10399 #: config/frv/frv.opt:190
10400 #, no-c-format
10401 msgid "Enable nested conditional execution optimizations."
10402 msgstr ""
10403
10404 #: config/frv/frv.opt:195
10405 #, no-c-format
10406 msgid "Do not mark ABI switches in e_flags."
10407 msgstr ""
10408
10409 #: config/frv/frv.opt:199
10410 #, no-c-format
10411 msgid "Remove redundant membars."
10412 msgstr ""
10413
10414 #: config/frv/frv.opt:203
10415 #, no-c-format
10416 msgid "Pack VLIW instructions."
10417 msgstr ""
10418
10419 #: config/frv/frv.opt:207
10420 #, no-c-format
10421 msgid "Enable setting GPRs to the result of comparisons."
10422 msgstr ""
10423
10424 #: config/frv/frv.opt:211
10425 #, no-c-format
10426 msgid "Change the amount of scheduler lookahead."
10427 msgstr ""
10428
10429 #: config/frv/frv.opt:219
10430 #, no-c-format
10431 msgid "Assume a large TLS segment."
10432 msgstr ""
10433
10434 #: config/frv/frv.opt:223
10435 #, no-c-format
10436 msgid "Do not assume a large TLS segment."
10437 msgstr ""
10438
10439 #: config/frv/frv.opt:228
10440 #, no-c-format
10441 msgid "Cause gas to print tomcat statistics."
10442 msgstr ""
10443
10444 #: config/frv/frv.opt:233
10445 #, no-c-format
10446 msgid "Link with the library-pic libraries."
10447 msgstr ""
10448
10449 #: config/frv/frv.opt:237
10450 #, no-c-format
10451 msgid "Allow branches to be packed with other instructions."
10452 msgstr ""
10453
10454 #: config/mn10300/mn10300.opt:30
10455 #, no-c-format
10456 msgid "Target the AM33 processor."
10457 msgstr ""
10458
10459 #: config/mn10300/mn10300.opt:34
10460 #, no-c-format
10461 msgid "Target the AM33/2.0 processor."
10462 msgstr ""
10463
10464 #: config/mn10300/mn10300.opt:38
10465 #, no-c-format
10466 msgid "Target the AM34 processor."
10467 msgstr ""
10468
10469 #: config/mn10300/mn10300.opt:46
10470 #, no-c-format
10471 msgid "Work around hardware multiply bug."
10472 msgstr ""
10473
10474 #: config/mn10300/mn10300.opt:55
10475 #, no-c-format
10476 msgid "Enable linker relaxations."
10477 msgstr ""
10478
10479 #: config/mn10300/mn10300.opt:59
10480 #, no-c-format
10481 msgid "Return pointers in both a0 and d0."
10482 msgstr ""
10483
10484 #: config/mn10300/mn10300.opt:63
10485 #, no-c-format
10486 msgid "Allow gcc to generate LIW instructions."
10487 msgstr ""
10488
10489 #: config/mn10300/mn10300.opt:67
10490 #, no-c-format
10491 msgid "Allow gcc to generate the SETLB and Lcc instructions."
10492 msgstr ""
10493
10494 #: config/nds32/nds32-elf.opt:3 config/nds32/nds32-linux.opt:3
10495 #, no-c-format
10496 msgid "Specify the address generation strategy for code model."
10497 msgstr ""
10498
10499 #: config/nds32/nds32-elf.opt:7 config/nds32/nds32-linux.opt:7
10500 #, no-c-format
10501 msgid "Known cmodel types (for use with the -mcmodel= option):"
10502 msgstr ""
10503
10504 #: config/nds32/nds32.opt:29 config/nds32/nds32.opt:89
10505 #, no-c-format
10506 msgid "Generate code in big-endian mode."
10507 msgstr ""
10508
10509 #: config/nds32/nds32.opt:33 config/nds32/nds32.opt:93
10510 #, no-c-format
10511 msgid "Generate code in little-endian mode."
10512 msgstr ""
10513
10514 #: config/nds32/nds32.opt:37
10515 #, no-c-format
10516 msgid "Force performing fp-as-gp optimization."
10517 msgstr ""
10518
10519 #: config/nds32/nds32.opt:41
10520 #, no-c-format
10521 msgid "Forbid performing fp-as-gp optimization."
10522 msgstr ""
10523
10524 #: config/nds32/nds32.opt:47
10525 #, no-c-format
10526 msgid "Specify which ABI type to generate code for: 2, 2fp+."
10527 msgstr ""
10528
10529 #: config/nds32/nds32.opt:61
10530 #, no-c-format
10531 msgid "Specify use soft floating point ABI which mean alias to -mabi=2."
10532 msgstr ""
10533
10534 #: config/nds32/nds32.opt:65
10535 #, no-c-format
10536 msgid "Specify use soft floating point ABI which mean alias to -mabi=2fp+."
10537 msgstr ""
10538
10539 #: config/nds32/nds32.opt:71
10540 #, no-c-format
10541 msgid "Use reduced-set registers for register allocation."
10542 msgstr ""
10543
10544 #: config/nds32/nds32.opt:75
10545 #, no-c-format
10546 msgid "Use full-set registers for register allocation."
10547 msgstr ""
10548
10549 #: config/nds32/nds32.opt:81
10550 #, no-c-format
10551 msgid "Always align function entry, jump target and return address."
10552 msgstr ""
10553
10554 #: config/nds32/nds32.opt:85
10555 #, no-c-format
10556 msgid "Align function entry to 4 byte."
10557 msgstr ""
10558
10559 #: config/nds32/nds32.opt:97
10560 #, no-c-format
10561 msgid "Prevent $fp being allocated during register allocation so that compiler is able to force performing fp-as-gp optimization."
10562 msgstr ""
10563
10564 #: config/nds32/nds32.opt:101
10565 #, no-c-format
10566 msgid "Forbid using $fp to access static and global variables.  This option strictly forbids fp-as-gp optimization regardless of '-mforce-fp-as-gp'."
10567 msgstr ""
10568
10569 #: config/nds32/nds32.opt:105
10570 #, no-c-format
10571 msgid "Specify the address generation strategy for ICT call's code model."
10572 msgstr ""
10573
10574 #: config/nds32/nds32.opt:109
10575 #, no-c-format
10576 msgid "Known cmodel types (for use with the -mict-model= option):"
10577 msgstr ""
10578
10579 #: config/nds32/nds32.opt:119
10580 #, no-c-format
10581 msgid "Generate conditional move instructions."
10582 msgstr ""
10583
10584 #: config/nds32/nds32.opt:123
10585 #, no-c-format
10586 msgid "Generate hardware abs instructions."
10587 msgstr ""
10588
10589 #: config/nds32/nds32.opt:127
10590 #, no-c-format
10591 msgid "Generate performance extension instructions."
10592 msgstr ""
10593
10594 #: config/nds32/nds32.opt:131
10595 #, no-c-format
10596 msgid "Generate performance extension version 2 instructions."
10597 msgstr ""
10598
10599 #: config/nds32/nds32.opt:135
10600 #, no-c-format
10601 msgid "Generate string extension instructions."
10602 msgstr ""
10603
10604 #: config/nds32/nds32.opt:139
10605 #, no-c-format
10606 msgid "Generate DSP extension instructions."
10607 msgstr ""
10608
10609 #: config/nds32/nds32.opt:143
10610 #, no-c-format
10611 msgid "Generate v3 push25/pop25 instructions."
10612 msgstr ""
10613
10614 #: config/nds32/nds32.opt:147
10615 #, no-c-format
10616 msgid "Generate 16-bit instructions."
10617 msgstr ""
10618
10619 #: config/nds32/nds32.opt:151
10620 #, no-c-format
10621 msgid "Insert relax hint for linker to do relaxation."
10622 msgstr ""
10623
10624 #: config/nds32/nds32.opt:155
10625 #, no-c-format
10626 msgid "Enable Virtual Hosting support."
10627 msgstr ""
10628
10629 #: config/nds32/nds32.opt:159
10630 #, no-c-format
10631 msgid "Specify the size of each interrupt vector, which must be 4 or 16."
10632 msgstr ""
10633
10634 #: config/nds32/nds32.opt:163
10635 #, no-c-format
10636 msgid "Specify the security level of c-isr for the whole file."
10637 msgstr ""
10638
10639 #: config/nds32/nds32.opt:167
10640 #, no-c-format
10641 msgid "Specify the size of each cache block, which must be a power of 2 between 4 and 512."
10642 msgstr ""
10643
10644 #: config/nds32/nds32.opt:175
10645 #, no-c-format
10646 msgid "Known arch types (for use with the -march= option):"
10647 msgstr ""
10648
10649 #: config/nds32/nds32.opt:197
10650 #, no-c-format
10651 msgid "Specify the cpu for pipeline model."
10652 msgstr ""
10653
10654 #: config/nds32/nds32.opt:201
10655 #, no-c-format
10656 msgid "Known cpu types (for use with the -mcpu= option):"
10657 msgstr ""
10658
10659 #: config/nds32/nds32.opt:361
10660 #, no-c-format
10661 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."
10662 msgstr ""
10663
10664 #: config/nds32/nds32.opt:365
10665 #, no-c-format
10666 msgid "Known floating-point number of registers (for use with the -mconfig-fpu= option):"
10667 msgstr ""
10668
10669 #: config/nds32/nds32.opt:393
10670 #, no-c-format
10671 msgid "Specify configuration of instruction mul: fast1, fast2 or slow. The default is fast1."
10672 msgstr ""
10673
10674 #: config/nds32/nds32.opt:412
10675 #, no-c-format
10676 msgid "Specify how many read/write ports for n9/n10 cores.  The value should be 3r2w or 2r1w."
10677 msgstr ""
10678
10679 #: config/nds32/nds32.opt:425
10680 #, no-c-format
10681 msgid "Enable constructor/destructor feature."
10682 msgstr "Omogući značajku konstruktor/destruktor."
10683
10684 #: config/nds32/nds32.opt:429
10685 #, no-c-format
10686 msgid "Guide linker to relax instructions."
10687 msgstr ""
10688
10689 #: config/nds32/nds32.opt:433
10690 #, no-c-format
10691 msgid "Generate floating-point multiply-accumulation instructions."
10692 msgstr ""
10693
10694 #: config/nds32/nds32.opt:437
10695 #, no-c-format
10696 msgid "Generate single-precision floating-point instructions."
10697 msgstr ""
10698
10699 #: config/nds32/nds32.opt:441
10700 #, no-c-format
10701 msgid "Generate double-precision floating-point instructions."
10702 msgstr ""
10703
10704 #: config/nds32/nds32.opt:445
10705 #, no-c-format
10706 msgid "Force disable hardware loop, even use -mext-dsp."
10707 msgstr ""
10708
10709 #: config/nds32/nds32.opt:449
10710 #, no-c-format
10711 msgid "Permit scheduling of a function's prologue and epilogue sequence."
10712 msgstr ""
10713
10714 #: config/nds32/nds32.opt:453
10715 #, no-c-format
10716 msgid "Generate return instruction in naked function."
10717 msgstr ""
10718
10719 #: config/nds32/nds32.opt:457
10720 #, no-c-format
10721 msgid "Always save $lp in the stack."
10722 msgstr ""
10723
10724 #: config/nds32/nds32.opt:465
10725 #, no-c-format
10726 msgid "Allow use r15 for inline ASM."
10727 msgstr ""
10728
10729 #: config/iq2000/iq2000.opt:31
10730 #, no-c-format
10731 msgid "Specify CPU for code generation purposes."
10732 msgstr ""
10733
10734 #: config/iq2000/iq2000.opt:47
10735 #, no-c-format
10736 msgid "Specify CPU for scheduling purposes."
10737 msgstr ""
10738
10739 #: config/iq2000/iq2000.opt:51
10740 #, no-c-format
10741 msgid "Known IQ2000 CPUs (for use with the -mcpu= option):"
10742 msgstr ""
10743
10744 #: config/iq2000/iq2000.opt:61 config/mips/mips.opt:142
10745 #, no-c-format
10746 msgid "Use ROM instead of RAM."
10747 msgstr ""
10748
10749 #: config/iq2000/iq2000.opt:70
10750 #, no-c-format
10751 msgid "No default crt0.o."
10752 msgstr ""
10753
10754 #: config/iq2000/iq2000.opt:74 config/mips/mips.opt:413
10755 #, no-c-format
10756 msgid "Put uninitialized constants in ROM (needs -membedded-data)."
10757 msgstr ""
10758
10759 #: config/csky/csky.opt:34
10760 #, no-c-format
10761 msgid "Specify the target architecture."
10762 msgstr ""
10763
10764 #: config/csky/csky.opt:38
10765 #, no-c-format
10766 msgid "Specify the target processor."
10767 msgstr ""
10768
10769 #: config/csky/csky.opt:90
10770 #, no-c-format
10771 msgid "Specify the target floating-point hardware/format."
10772 msgstr ""
10773
10774 #: config/csky/csky.opt:94
10775 #, no-c-format
10776 msgid "Generate C-SKY FPU double float instructions (default for hard float)."
10777 msgstr ""
10778
10779 #: config/csky/csky.opt:98
10780 #, no-c-format
10781 msgid "Generate frecipd/fsqrtd/fdivd instructions (default for hard float)."
10782 msgstr ""
10783
10784 #: config/csky/csky.opt:106
10785 #, no-c-format
10786 msgid "Enable the extended LRW instruction (default for CK801)."
10787 msgstr ""
10788
10789 #: config/csky/csky.opt:110
10790 #, no-c-format
10791 msgid "Enable interrupt stack instructions."
10792 msgstr ""
10793
10794 #: config/csky/csky.opt:114
10795 #, no-c-format
10796 msgid "Enable multiprocessor instructions."
10797 msgstr ""
10798
10799 #: config/csky/csky.opt:118
10800 #, no-c-format
10801 msgid "Enable coprocessor instructions."
10802 msgstr ""
10803
10804 #: config/csky/csky.opt:122
10805 #, no-c-format
10806 msgid "Enable cache prefetch instructions."
10807 msgstr ""
10808
10809 #: config/csky/csky.opt:126
10810 #, no-c-format
10811 msgid "Enable C-SKY SECURE instructions."
10812 msgstr ""
10813
10814 #: config/csky/csky.opt:133
10815 #, no-c-format
10816 msgid "Enable C-SKY TRUST instructions."
10817 msgstr ""
10818
10819 #: config/csky/csky.opt:137
10820 #, no-c-format
10821 msgid "Enable C-SKY DSP instructions."
10822 msgstr ""
10823
10824 #: config/csky/csky.opt:141
10825 #, no-c-format
10826 msgid "Enable C-SKY Enhanced DSP instructions."
10827 msgstr ""
10828
10829 #: config/csky/csky.opt:145
10830 #, no-c-format
10831 msgid "Enable C-SKY Vector DSP instructions."
10832 msgstr ""
10833
10834 #: config/csky/csky.opt:151
10835 #, no-c-format
10836 msgid "Generate divide instructions."
10837 msgstr ""
10838
10839 #: config/csky/csky.opt:155
10840 #, no-c-format
10841 msgid "Generate code for Smart Mode."
10842 msgstr ""
10843
10844 #: config/csky/csky.opt:159
10845 #, no-c-format
10846 msgid "Enable use of R16-R31 (default)."
10847 msgstr ""
10848
10849 #: config/csky/csky.opt:163
10850 #, no-c-format
10851 msgid "Generate code using global anchor symbol addresses."
10852 msgstr ""
10853
10854 #: config/csky/csky.opt:167
10855 #, no-c-format
10856 msgid "Generate push/pop instructions (default)."
10857 msgstr ""
10858
10859 #: config/csky/csky.opt:171
10860 #, no-c-format
10861 msgid "Generate stm/ldm instructions (default)."
10862 msgstr ""
10863
10864 #: config/csky/csky.opt:178
10865 #, no-c-format
10866 msgid "Generate constant pools in the compiler instead of assembler."
10867 msgstr ""
10868
10869 #: config/csky/csky.opt:182
10870 #, no-c-format
10871 msgid "Emit .stack_size directives."
10872 msgstr ""
10873
10874 #: config/csky/csky.opt:186
10875 #, no-c-format
10876 msgid "Generate code for C-SKY compiler runtime instead of libgcc."
10877 msgstr ""
10878
10879 #: config/csky/csky.opt:190
10880 #, no-c-format
10881 msgid "Set the branch costs to roughly the specified number of instructions."
10882 msgstr ""
10883
10884 #: config/csky/csky.opt:194
10885 #, no-c-format
10886 msgid "Permit scheduling of function prologue and epilogue sequences."
10887 msgstr ""
10888
10889 #: config/csky/csky_tables.opt:24
10890 #, no-c-format
10891 msgid "Known CSKY CPUs (for use with the -mcpu= options):"
10892 msgstr ""
10893
10894 #: config/csky/csky_tables.opt:205
10895 #, no-c-format
10896 msgid "Known CSKY architectures (for use with the -march= option):"
10897 msgstr ""
10898
10899 #: config/csky/csky_tables.opt:227
10900 #, no-c-format
10901 msgid "Known CSKY FPUs (for use with the -mfpu= option):"
10902 msgstr ""
10903
10904 #: config/c6x/c6x-tables.opt:24
10905 #, no-c-format
10906 msgid "Known C6X ISAs (for use with the -march= option):"
10907 msgstr ""
10908
10909 #: config/c6x/c6x.opt:42
10910 #, no-c-format
10911 msgid "Select method for sdata handling."
10912 msgstr ""
10913
10914 #: config/c6x/c6x.opt:46
10915 #, no-c-format
10916 msgid "Valid arguments for the -msdata= option:"
10917 msgstr ""
10918
10919 #: config/c6x/c6x.opt:59
10920 #, no-c-format
10921 msgid "Compile for the DSBT shared library ABI."
10922 msgstr ""
10923
10924 #: config/cris/cris.opt:45
10925 #, no-c-format
10926 msgid "Work around bug in multiplication instruction."
10927 msgstr ""
10928
10929 #: config/cris/cris.opt:51
10930 #, no-c-format
10931 msgid "Compile for ETRAX 4 (CRIS v3)."
10932 msgstr ""
10933
10934 #: config/cris/cris.opt:56
10935 #, no-c-format
10936 msgid "Compile for ETRAX 100 (CRIS v8)."
10937 msgstr ""
10938
10939 #: config/cris/cris.opt:64
10940 #, no-c-format
10941 msgid "Emit verbose debug information in assembly code."
10942 msgstr ""
10943
10944 #: config/cris/cris.opt:71
10945 #, no-c-format
10946 msgid "Do not use condition codes from normal instructions."
10947 msgstr ""
10948
10949 #: config/cris/cris.opt:80
10950 #, no-c-format
10951 msgid "Do not emit addressing modes with side-effect assignment."
10952 msgstr ""
10953
10954 #: config/cris/cris.opt:89
10955 #, no-c-format
10956 msgid "Do not tune stack alignment."
10957 msgstr ""
10958
10959 #: config/cris/cris.opt:98
10960 #, no-c-format
10961 msgid "Do not tune writable data alignment."
10962 msgstr ""
10963
10964 #: config/cris/cris.opt:107
10965 #, no-c-format
10966 msgid "Do not tune code and read-only data alignment."
10967 msgstr ""
10968
10969 #: config/cris/cris.opt:116
10970 #, no-c-format
10971 msgid "Align code and data to 32 bits."
10972 msgstr ""
10973
10974 #: config/cris/cris.opt:133
10975 #, no-c-format
10976 msgid "Don't align items in code or data."
10977 msgstr ""
10978
10979 #: config/cris/cris.opt:142
10980 #, no-c-format
10981 msgid "Do not emit function prologue or epilogue."
10982 msgstr ""
10983
10984 #: config/cris/cris.opt:149
10985 #, no-c-format
10986 msgid "Use the most feature-enabling options allowed by other options."
10987 msgstr ""
10988
10989 #: config/cris/cris.opt:158
10990 #, no-c-format
10991 msgid "Override -mbest-lib-options."
10992 msgstr ""
10993
10994 #: config/cris/cris.opt:165
10995 #, no-c-format
10996 msgid "-march=ARCH\tGenerate code for the specified chip or CPU version."
10997 msgstr ""
10998
10999 #: config/cris/cris.opt:169
11000 #, no-c-format
11001 msgid "-mtune=ARCH\tTune alignment for the specified chip or CPU version."
11002 msgstr ""
11003
11004 #: config/cris/cris.opt:173
11005 #, no-c-format
11006 msgid "-mmax-stackframe=SIZE\tWarn when a stackframe is larger than the specified size."
11007 msgstr ""
11008
11009 #: config/cris/cris.opt:180
11010 #, no-c-format
11011 msgid "Emit traps as \"break 8\", default for CRIS v3 and up.  If disabled, calls to abort() are used."
11012 msgstr ""
11013
11014 #: config/cris/cris.opt:184
11015 #, no-c-format
11016 msgid "Emit checks causing \"break 8\" instructions to execute when applying atomic builtins on misaligned memory."
11017 msgstr ""
11018
11019 #: config/cris/cris.opt:188
11020 #, no-c-format
11021 msgid "Handle atomic builtins that may be applied to unaligned data by calling library functions. Overrides -mtrap-unaligned-atomic."
11022 msgstr ""
11023
11024 #: config/sh/superh.opt:6
11025 #, no-c-format
11026 msgid "Board name [and memory region]."
11027 msgstr ""
11028
11029 #: config/sh/superh.opt:10
11030 #, no-c-format
11031 msgid "Runtime name."
11032 msgstr ""
11033
11034 #: config/sh/sh.opt:42
11035 #, no-c-format
11036 msgid "Generate SH1 code."
11037 msgstr ""
11038
11039 #: config/sh/sh.opt:46
11040 #, no-c-format
11041 msgid "Generate SH2 code."
11042 msgstr ""
11043
11044 #: config/sh/sh.opt:50
11045 #, no-c-format
11046 msgid "Generate default double-precision SH2a-FPU code."
11047 msgstr ""
11048
11049 #: config/sh/sh.opt:54
11050 #, no-c-format
11051 msgid "Generate SH2a FPU-less code."
11052 msgstr ""
11053
11054 #: config/sh/sh.opt:58
11055 #, no-c-format
11056 msgid "Generate default single-precision SH2a-FPU code."
11057 msgstr ""
11058
11059 #: config/sh/sh.opt:62
11060 #, no-c-format
11061 msgid "Generate only single-precision SH2a-FPU code."
11062 msgstr ""
11063
11064 #: config/sh/sh.opt:66
11065 #, no-c-format
11066 msgid "Generate SH2e code."
11067 msgstr ""
11068
11069 #: config/sh/sh.opt:70
11070 #, no-c-format
11071 msgid "Generate SH3 code."
11072 msgstr ""
11073
11074 #: config/sh/sh.opt:74
11075 #, no-c-format
11076 msgid "Generate SH3e code."
11077 msgstr ""
11078
11079 #: config/sh/sh.opt:78
11080 #, no-c-format
11081 msgid "Generate SH4 code."
11082 msgstr ""
11083
11084 #: config/sh/sh.opt:82
11085 #, no-c-format
11086 msgid "Generate SH4-100 code."
11087 msgstr ""
11088
11089 #: config/sh/sh.opt:86
11090 #, no-c-format
11091 msgid "Generate SH4-200 code."
11092 msgstr ""
11093
11094 #: config/sh/sh.opt:92
11095 #, no-c-format
11096 msgid "Generate SH4-300 code."
11097 msgstr ""
11098
11099 #: config/sh/sh.opt:96
11100 #, no-c-format
11101 msgid "Generate SH4 FPU-less code."
11102 msgstr ""
11103
11104 #: config/sh/sh.opt:100
11105 #, no-c-format
11106 msgid "Generate SH4-100 FPU-less code."
11107 msgstr ""
11108
11109 #: config/sh/sh.opt:104
11110 #, no-c-format
11111 msgid "Generate SH4-200 FPU-less code."
11112 msgstr ""
11113
11114 #: config/sh/sh.opt:108
11115 #, no-c-format
11116 msgid "Generate SH4-300 FPU-less code."
11117 msgstr ""
11118
11119 #: config/sh/sh.opt:112
11120 #, no-c-format
11121 msgid "Generate code for SH4 340 series (MMU/FPU-less)."
11122 msgstr ""
11123
11124 #: config/sh/sh.opt:117
11125 #, no-c-format
11126 msgid "Generate code for SH4 400 series (MMU/FPU-less)."
11127 msgstr ""
11128
11129 #: config/sh/sh.opt:122
11130 #, no-c-format
11131 msgid "Generate code for SH4 500 series (FPU-less)."
11132 msgstr ""
11133
11134 #: config/sh/sh.opt:127
11135 #, no-c-format
11136 msgid "Generate default single-precision SH4 code."
11137 msgstr ""
11138
11139 #: config/sh/sh.opt:131
11140 #, no-c-format
11141 msgid "Generate default single-precision SH4-100 code."
11142 msgstr ""
11143
11144 #: config/sh/sh.opt:135
11145 #, no-c-format
11146 msgid "Generate default single-precision SH4-200 code."
11147 msgstr ""
11148
11149 #: config/sh/sh.opt:139
11150 #, no-c-format
11151 msgid "Generate default single-precision SH4-300 code."
11152 msgstr ""
11153
11154 #: config/sh/sh.opt:143
11155 #, no-c-format
11156 msgid "Generate only single-precision SH4 code."
11157 msgstr ""
11158
11159 #: config/sh/sh.opt:147
11160 #, no-c-format
11161 msgid "Generate only single-precision SH4-100 code."
11162 msgstr ""
11163
11164 #: config/sh/sh.opt:151
11165 #, no-c-format
11166 msgid "Generate only single-precision SH4-200 code."
11167 msgstr ""
11168
11169 #: config/sh/sh.opt:155
11170 #, no-c-format
11171 msgid "Generate only single-precision SH4-300 code."
11172 msgstr ""
11173
11174 #: config/sh/sh.opt:159
11175 #, no-c-format
11176 msgid "Generate SH4a code."
11177 msgstr ""
11178
11179 #: config/sh/sh.opt:163
11180 #, no-c-format
11181 msgid "Generate SH4a FPU-less code."
11182 msgstr ""
11183
11184 #: config/sh/sh.opt:167
11185 #, no-c-format
11186 msgid "Generate default single-precision SH4a code."
11187 msgstr ""
11188
11189 #: config/sh/sh.opt:171
11190 #, no-c-format
11191 msgid "Generate only single-precision SH4a code."
11192 msgstr ""
11193
11194 #: config/sh/sh.opt:175
11195 #, no-c-format
11196 msgid "Generate SH4al-dsp code."
11197 msgstr ""
11198
11199 #: config/sh/sh.opt:183
11200 #, no-c-format
11201 msgid "Generate code in big endian mode."
11202 msgstr ""
11203
11204 #: config/sh/sh.opt:187
11205 #, no-c-format
11206 msgid "Generate 32-bit offsets in switch tables."
11207 msgstr ""
11208
11209 #: config/sh/sh.opt:191
11210 #, no-c-format
11211 msgid "Generate bit instructions."
11212 msgstr ""
11213
11214 #: config/sh/sh.opt:199
11215 #, no-c-format
11216 msgid "Assume that zero displacement conditional branches are fast."
11217 msgstr ""
11218
11219 #: config/sh/sh.opt:203
11220 #, no-c-format
11221 msgid "Force the usage of delay slots for conditional branches."
11222 msgstr ""
11223
11224 #: config/sh/sh.opt:207
11225 #, no-c-format
11226 msgid "Align doubles at 64-bit boundaries."
11227 msgstr ""
11228
11229 #: config/sh/sh.opt:211
11230 #, no-c-format
11231 msgid "Division strategy, one of: call-div1, call-fp, call-table."
11232 msgstr ""
11233
11234 #: config/sh/sh.opt:215
11235 #, no-c-format
11236 msgid "Specify name for 32 bit signed division function."
11237 msgstr ""
11238
11239 #: config/sh/sh.opt:219
11240 #, no-c-format
11241 msgid "Generate ELF FDPIC code."
11242 msgstr ""
11243
11244 #: config/sh/sh.opt:223
11245 #, no-c-format
11246 msgid "Enable the use of 64-bit floating point registers in fmov instructions.  See -mdalign if 64-bit alignment is required."
11247 msgstr ""
11248
11249 #: config/sh/sh.opt:231 config/sh/sh.opt:269
11250 #, no-c-format
11251 msgid "Follow Renesas (formerly Hitachi) / SuperH calling conventions."
11252 msgstr ""
11253
11254 #: config/sh/sh.opt:235
11255 #, no-c-format
11256 msgid "Increase the IEEE compliance for floating-point comparisons."
11257 msgstr ""
11258
11259 #: config/sh/sh.opt:239
11260 #, no-c-format
11261 msgid "Inline code to invalidate instruction cache entries after setting up nested function trampolines."
11262 msgstr ""
11263
11264 #: config/sh/sh.opt:243 config/arc/arc.opt:242
11265 #, no-c-format
11266 msgid "Annotate assembler instructions with estimated addresses."
11267 msgstr ""
11268
11269 #: config/sh/sh.opt:247
11270 #, no-c-format
11271 msgid "Generate code in little endian mode."
11272 msgstr ""
11273
11274 #: config/sh/sh.opt:251
11275 #, no-c-format
11276 msgid "Mark MAC register as call-clobbered."
11277 msgstr ""
11278
11279 #: config/sh/sh.opt:257
11280 #, no-c-format
11281 msgid "Make structs a multiple of 4 bytes (warning: ABI altered)."
11282 msgstr ""
11283
11284 #: config/sh/sh.opt:261
11285 #, no-c-format
11286 msgid "Emit function-calls using global offset table when generating PIC."
11287 msgstr ""
11288
11289 #: config/sh/sh.opt:265
11290 #, no-c-format
11291 msgid "Shorten address references during linking."
11292 msgstr ""
11293
11294 #: config/sh/sh.opt:273
11295 #, no-c-format
11296 msgid "Specify the model for atomic operations."
11297 msgstr ""
11298
11299 #: config/sh/sh.opt:277
11300 #, no-c-format
11301 msgid "Use tas.b instruction for __atomic_test_and_set."
11302 msgstr ""
11303
11304 #: config/sh/sh.opt:281
11305 #, no-c-format
11306 msgid "Cost to assume for a multiply insn."
11307 msgstr ""
11308
11309 #: config/sh/sh.opt:285
11310 #, no-c-format
11311 msgid "Don't generate privileged-mode only code; implies -mno-inline-ic_invalidate if the inline code would not work in user mode."
11312 msgstr ""
11313
11314 #: config/sh/sh.opt:291
11315 #, no-c-format
11316 msgid "Pretend a branch-around-a-move is a conditional move."
11317 msgstr ""
11318
11319 #: config/sh/sh.opt:295
11320 #, no-c-format
11321 msgid "Enable the use of the fsca instruction."
11322 msgstr ""
11323
11324 #: config/sh/sh.opt:299
11325 #, no-c-format
11326 msgid "Enable the use of the fsrra instruction."
11327 msgstr ""
11328
11329 #: config/sh/sh.opt:303
11330 #, no-c-format
11331 msgid "Use LRA instead of reload (transitional)."
11332 msgstr ""
11333
11334 #: config/gcn/gcn.opt:26
11335 #, no-c-format
11336 msgid "GCN GPU type to use:"
11337 msgstr ""
11338
11339 #: config/gcn/gcn.opt:42 config/gcn/gcn.opt:46
11340 #, no-c-format
11341 msgid "Specify the name of the target GPU."
11342 msgstr ""
11343
11344 #: config/gcn/gcn.opt:50
11345 #, no-c-format
11346 msgid "Generate code for a 32-bit ABI."
11347 msgstr ""
11348
11349 #: config/gcn/gcn.opt:54
11350 #, no-c-format
11351 msgid "Generate code for a 64-bit ABI."
11352 msgstr ""
11353
11354 #: config/gcn/gcn.opt:58
11355 #, no-c-format
11356 msgid "Enable OpenMP GPU offloading."
11357 msgstr ""
11358
11359 #: config/gcn/gcn.opt:69
11360 #, no-c-format
11361 msgid "-mstack-size=<number>\tSet the private segment size per wave-front, in bytes."
11362 msgstr ""
11363
11364 #: config/gcn/gcn.opt:75
11365 #, no-c-format
11366 msgid "Amount of local data-share (LDS) memory to reserve for gang-private variables."
11367 msgstr ""
11368
11369 #: config/gcn/gcn.opt:79
11370 #, no-c-format
11371 msgid "Warn about invalid OpenACC dimensions."
11372 msgstr ""
11373
11374 #: config/gcn/gcn.opt:83
11375 #, no-c-format
11376 msgid "Compile for devices requiring XNACK enabled. Default off."
11377 msgstr ""
11378
11379 #: config/gcn/gcn.opt:87
11380 #, no-c-format
11381 msgid "SRAM-ECC modes:"
11382 msgstr ""
11383
11384 #: config/gcn/gcn.opt:100
11385 #, no-c-format
11386 msgid "Compile for devices with the SRAM ECC feature enabled, or not. Default \"any\"."
11387 msgstr ""
11388
11389 #: config/fr30/fr30.opt:23
11390 #, no-c-format
11391 msgid "Assume small address space."
11392 msgstr ""
11393
11394 #: config/bpf/bpf.opt:28
11395 #, no-c-format
11396 msgid "Generate eBPF for the given Linux kernel version."
11397 msgstr ""
11398
11399 #: config/bpf/bpf.opt:115
11400 #, no-c-format
11401 msgid "Generate xBPF."
11402 msgstr ""
11403
11404 #: config/bpf/bpf.opt:121
11405 #, no-c-format
11406 msgid "Generate big-endian eBPF."
11407 msgstr ""
11408
11409 #: config/bpf/bpf.opt:125
11410 #, no-c-format
11411 msgid "Generate little-endian eBPF."
11412 msgstr ""
11413
11414 #: config/bpf/bpf.opt:129
11415 #, no-c-format
11416 msgid "Set a hard limit for the size of each stack frame, in bytes."
11417 msgstr ""
11418
11419 #: config/bpf/bpf.opt:133
11420 #, no-c-format
11421 msgid "Generate all necessary information for BPF Compile Once - Run Everywhere."
11422 msgstr ""
11423
11424 #: config/bpf/bpf.opt:139
11425 #, no-c-format
11426 msgid "Enable extra conditional-branch instructions j(s)lt and j(s)le."
11427 msgstr ""
11428
11429 #: config/bpf/bpf.opt:143
11430 #, no-c-format
11431 msgid "Enable 32-bit ALU instructions."
11432 msgstr ""
11433
11434 #: config/bpf/bpf.opt:147
11435 #, no-c-format
11436 msgid "Enable 32-bit jump instructions."
11437 msgstr ""
11438
11439 #: config/mips/mips.opt:32
11440 #, no-c-format
11441 msgid "-mabi=ABI\tGenerate code that conforms to the given ABI."
11442 msgstr ""
11443
11444 #: config/mips/mips.opt:36
11445 #, no-c-format
11446 msgid "Known MIPS ABIs (for use with the -mabi= option):"
11447 msgstr ""
11448
11449 #: config/mips/mips.opt:55
11450 #, no-c-format
11451 msgid "Generate code that can be used in SVR4-style dynamic objects."
11452 msgstr ""
11453
11454 #: config/mips/mips.opt:59
11455 #, no-c-format
11456 msgid "Use PMC-style 'mad' instructions."
11457 msgstr ""
11458
11459 #: config/mips/mips.opt:63
11460 #, no-c-format
11461 msgid "Use integer madd/msub instructions."
11462 msgstr ""
11463
11464 #: config/mips/mips.opt:67
11465 #, no-c-format
11466 msgid "-march=ISA\tGenerate code for the given ISA."
11467 msgstr ""
11468
11469 #: config/mips/mips.opt:75
11470 #, no-c-format
11471 msgid "Use Branch Likely instructions, overriding the architecture default."
11472 msgstr ""
11473
11474 #: config/mips/mips.opt:79
11475 #, no-c-format
11476 msgid "Switch on/off MIPS16 ASE on alternating functions for compiler testing."
11477 msgstr ""
11478
11479 #: config/mips/mips.opt:87
11480 #, no-c-format
11481 msgid "-mcode-readable=SETTING\tSpecify when instructions are allowed to access code."
11482 msgstr ""
11483
11484 #: config/mips/mips.opt:91
11485 #, no-c-format
11486 msgid "Valid arguments to -mcode-readable=:"
11487 msgstr ""
11488
11489 #: config/mips/mips.opt:104
11490 #, no-c-format
11491 msgid "Use branch-and-break sequences to check for integer divide by zero."
11492 msgstr ""
11493
11494 #: config/mips/mips.opt:108
11495 #, no-c-format
11496 msgid "Use trap instructions to check for integer divide by zero."
11497 msgstr ""
11498
11499 #: config/mips/mips.opt:112
11500 #, no-c-format
11501 msgid "Allow the use of MDMX instructions."
11502 msgstr ""
11503
11504 #: config/mips/mips.opt:120
11505 #, no-c-format
11506 msgid "Use MIPS-DSP instructions."
11507 msgstr ""
11508
11509 #: config/mips/mips.opt:124
11510 #, no-c-format
11511 msgid "Use MIPS-DSP REV 2 instructions."
11512 msgstr ""
11513
11514 #: config/mips/mips.opt:146
11515 #, no-c-format
11516 msgid "Use Enhanced Virtual Addressing instructions."
11517 msgstr ""
11518
11519 #: config/mips/mips.opt:150
11520 #, no-c-format
11521 msgid "Use NewABI-style %reloc() assembly operators."
11522 msgstr ""
11523
11524 #: config/mips/mips.opt:154
11525 #, no-c-format
11526 msgid "Use -G for data that is not defined by the current object."
11527 msgstr ""
11528
11529 #: config/mips/mips.opt:158
11530 #, no-c-format
11531 msgid "Work around certain 24K errata."
11532 msgstr ""
11533
11534 #: config/mips/mips.opt:162
11535 #, no-c-format
11536 msgid "Work around certain R4000 errata."
11537 msgstr ""
11538
11539 #: config/mips/mips.opt:166
11540 #, no-c-format
11541 msgid "Work around certain R4400 errata."
11542 msgstr ""
11543
11544 #: config/mips/mips.opt:170
11545 #, no-c-format
11546 msgid "Work around the R5900 short loop erratum."
11547 msgstr ""
11548
11549 #: config/mips/mips.opt:174
11550 #, no-c-format
11551 msgid "Work around certain RM7000 errata."
11552 msgstr ""
11553
11554 #: config/mips/mips.opt:178
11555 #, no-c-format
11556 msgid "Work around certain R10000 errata."
11557 msgstr ""
11558
11559 #: config/mips/mips.opt:182
11560 #, no-c-format
11561 msgid "Work around errata for early SB-1 revision 2 cores."
11562 msgstr ""
11563
11564 #: config/mips/mips.opt:186
11565 #, no-c-format
11566 msgid "Work around certain VR4120 errata."
11567 msgstr ""
11568
11569 #: config/mips/mips.opt:190
11570 #, no-c-format
11571 msgid "Work around VR4130 mflo/mfhi errata."
11572 msgstr ""
11573
11574 #: config/mips/mips.opt:194
11575 #, no-c-format
11576 msgid "Work around an early 4300 hardware bug."
11577 msgstr ""
11578
11579 #: config/mips/mips.opt:198
11580 #, no-c-format
11581 msgid "FP exceptions are enabled."
11582 msgstr "Omogućene su iznimke s pomičnim zarezom (floating point)"
11583
11584 #: config/mips/mips.opt:202
11585 #, no-c-format
11586 msgid "Use 32-bit floating-point registers."
11587 msgstr ""
11588
11589 #: config/mips/mips.opt:206
11590 #, no-c-format
11591 msgid "Conform to the o32 FPXX ABI."
11592 msgstr ""
11593
11594 #: config/mips/mips.opt:210
11595 #, no-c-format
11596 msgid "Use 64-bit floating-point registers."
11597 msgstr ""
11598
11599 #: config/mips/mips.opt:214
11600 #, no-c-format
11601 msgid "-mflush-func=FUNC\tUse FUNC to flush the cache before calling stack trampolines."
11602 msgstr ""
11603
11604 #: config/mips/mips.opt:218
11605 #, no-c-format
11606 msgid "-mabs=MODE\tSelect the IEEE 754 ABS/NEG instruction execution mode."
11607 msgstr ""
11608
11609 #: config/mips/mips.opt:222
11610 #, no-c-format
11611 msgid "-mnan=ENCODING\tSelect the IEEE 754 NaN data encoding."
11612 msgstr ""
11613
11614 #: config/mips/mips.opt:226
11615 #, no-c-format
11616 msgid "Known MIPS IEEE 754 settings (for use with the -mabs= and -mnan= options):"
11617 msgstr ""
11618
11619 #: config/mips/mips.opt:236
11620 #, no-c-format
11621 msgid "Use 32-bit general registers."
11622 msgstr ""
11623
11624 #: config/mips/mips.opt:240
11625 #, no-c-format
11626 msgid "Use 64-bit general registers."
11627 msgstr ""
11628
11629 #: config/mips/mips.opt:244
11630 #, no-c-format
11631 msgid "Use GP-relative addressing to access small data."
11632 msgstr ""
11633
11634 #: config/mips/mips.opt:248
11635 #, no-c-format
11636 msgid "When generating -mabicalls code, allow executables to use PLTs and copy relocations."
11637 msgstr ""
11638
11639 #: config/mips/mips.opt:252
11640 #, no-c-format
11641 msgid "Allow the use of hardware floating-point ABI and instructions."
11642 msgstr ""
11643
11644 #: config/mips/mips.opt:256
11645 #, no-c-format
11646 msgid "Generate code that is link-compatible with MIPS16 and microMIPS code."
11647 msgstr ""
11648
11649 #: config/mips/mips.opt:260
11650 #, no-c-format
11651 msgid "An alias for minterlink-compressed provided for backward-compatibility."
11652 msgstr ""
11653
11654 #: config/mips/mips.opt:264
11655 #, no-c-format
11656 msgid "-mipsN\tGenerate code for ISA level N."
11657 msgstr ""
11658
11659 #: config/mips/mips.opt:268
11660 #, no-c-format
11661 msgid "Generate MIPS16 code."
11662 msgstr ""
11663
11664 #: config/mips/mips.opt:272
11665 #, no-c-format
11666 msgid "Use MIPS-3D instructions."
11667 msgstr ""
11668
11669 #: config/mips/mips.opt:276
11670 #, no-c-format
11671 msgid "Use ll, sc and sync instructions."
11672 msgstr ""
11673
11674 #: config/mips/mips.opt:280
11675 #, no-c-format
11676 msgid "Use -G for object-local data."
11677 msgstr ""
11678
11679 #: config/mips/mips.opt:284
11680 #, no-c-format
11681 msgid "Use indirect calls."
11682 msgstr ""
11683
11684 #: config/mips/mips.opt:288
11685 #, no-c-format
11686 msgid "Use a 32-bit long type."
11687 msgstr ""
11688
11689 #: config/mips/mips.opt:292
11690 #, no-c-format
11691 msgid "Use a 64-bit long type."
11692 msgstr ""
11693
11694 #: config/mips/mips.opt:296
11695 #, no-c-format
11696 msgid "Pass the address of the ra save location to _mcount in $12."
11697 msgstr ""
11698
11699 #: config/mips/mips.opt:300
11700 #, no-c-format
11701 msgid "Don't optimize block moves."
11702 msgstr ""
11703
11704 #: config/mips/mips.opt:304
11705 #, no-c-format
11706 msgid "Use microMIPS instructions."
11707 msgstr ""
11708
11709 #: config/mips/mips.opt:308
11710 #, no-c-format
11711 msgid "Use MIPS MSA Extension instructions."
11712 msgstr ""
11713
11714 #: config/mips/mips.opt:312
11715 #, no-c-format
11716 msgid "Allow the use of MT instructions."
11717 msgstr ""
11718
11719 #: config/mips/mips.opt:316
11720 #, no-c-format
11721 msgid "Prevent the use of all floating-point operations."
11722 msgstr ""
11723
11724 #: config/mips/mips.opt:320
11725 #, no-c-format
11726 msgid "Use MCU instructions."
11727 msgstr ""
11728
11729 #: config/mips/mips.opt:324
11730 #, no-c-format
11731 msgid "Do not use a cache-flushing function before calling stack trampolines."
11732 msgstr ""
11733
11734 #: config/mips/mips.opt:328
11735 #, no-c-format
11736 msgid "Do not use MDMX instructions."
11737 msgstr ""
11738
11739 #: config/mips/mips.opt:332
11740 #, no-c-format
11741 msgid "Generate normal-mode code."
11742 msgstr ""
11743
11744 #: config/mips/mips.opt:336
11745 #, no-c-format
11746 msgid "Do not use MIPS-3D instructions."
11747 msgstr ""
11748
11749 #: config/mips/mips.opt:340
11750 #, no-c-format
11751 msgid "Use paired-single floating-point instructions."
11752 msgstr ""
11753
11754 #: config/mips/mips.opt:344
11755 #, no-c-format
11756 msgid "-mr10k-cache-barrier=SETTING\tSpecify when r10k cache barriers should be inserted."
11757 msgstr ""
11758
11759 #: config/mips/mips.opt:348
11760 #, no-c-format
11761 msgid "Valid arguments to -mr10k-cache-barrier=:"
11762 msgstr ""
11763
11764 #: config/mips/mips.opt:361
11765 #, no-c-format
11766 msgid "Try to allow the linker to turn PIC calls into direct calls."
11767 msgstr ""
11768
11769 #: config/mips/mips.opt:365
11770 #, no-c-format
11771 msgid "When generating -mabicalls code, make the code suitable for use in shared libraries."
11772 msgstr ""
11773
11774 #: config/mips/mips.opt:373
11775 #, no-c-format
11776 msgid "Use SmartMIPS instructions."
11777 msgstr ""
11778
11779 #: config/mips/mips.opt:381
11780 #, no-c-format
11781 msgid "Optimize lui/addiu address loads."
11782 msgstr ""
11783
11784 #: config/mips/mips.opt:385
11785 #, no-c-format
11786 msgid "Assume all symbols have 32-bit values."
11787 msgstr ""
11788
11789 #: config/mips/mips.opt:389
11790 #, no-c-format
11791 msgid "Use synci instruction to invalidate i-cache."
11792 msgstr ""
11793
11794 #: config/mips/mips.opt:397
11795 #, no-c-format
11796 msgid "Use lwxc1/swxc1/ldxc1/sdxc1 instructions where applicable."
11797 msgstr ""
11798
11799 #: config/mips/mips.opt:401
11800 #, no-c-format
11801 msgid "Use 4-operand madd.s/madd.d and related instructions where applicable."
11802 msgstr ""
11803
11804 #: config/mips/mips.opt:409
11805 #, no-c-format
11806 msgid "Generate code with unaligned load store, valid for MIPS R6."
11807 msgstr ""
11808
11809 #: config/mips/mips.opt:417
11810 #, no-c-format
11811 msgid "Use Virtualization (VZ) instructions."
11812 msgstr ""
11813
11814 #: config/mips/mips.opt:421
11815 #, no-c-format
11816 msgid "Use eXtended Physical Address (XPA) instructions."
11817 msgstr ""
11818
11819 #: config/mips/mips.opt:425
11820 #, no-c-format
11821 msgid "Use Cyclic Redundancy Check (CRC) instructions."
11822 msgstr ""
11823
11824 #: config/mips/mips.opt:429
11825 #, no-c-format
11826 msgid "Use Global INValidate (GINV) instructions."
11827 msgstr ""
11828
11829 #: config/mips/mips.opt:433
11830 #, no-c-format
11831 msgid "Perform VR4130-specific alignment optimizations."
11832 msgstr ""
11833
11834 #: config/mips/mips.opt:437
11835 #, no-c-format
11836 msgid "Lift restrictions on GOT size."
11837 msgstr ""
11838
11839 #: config/mips/mips.opt:441
11840 #, no-c-format
11841 msgid "Enable use of odd-numbered single-precision registers."
11842 msgstr ""
11843
11844 #: config/mips/mips.opt:445
11845 #, no-c-format
11846 msgid "Optimize frame header."
11847 msgstr ""
11848
11849 #: config/mips/mips.opt:452
11850 #, no-c-format
11851 msgid "Enable load/store bonding."
11852 msgstr ""
11853
11854 #: config/mips/mips.opt:456
11855 #, no-c-format
11856 msgid "Specify the compact branch usage policy."
11857 msgstr ""
11858
11859 #: config/mips/mips.opt:460
11860 #, no-c-format
11861 msgid "Policies available for use with -mcompact-branches=:"
11862 msgstr ""
11863
11864 #: config/mips/mips.opt:473
11865 #, no-c-format
11866 msgid "Use Loongson MultiMedia extensions Instructions (MMI) instructions."
11867 msgstr ""
11868
11869 #: config/mips/mips.opt:477
11870 #, no-c-format
11871 msgid "Use Loongson EXTension (EXT) instructions."
11872 msgstr ""
11873
11874 #: config/mips/mips.opt:481
11875 #, no-c-format
11876 msgid "Use Loongson EXTension R2 (EXT2) instructions."
11877 msgstr ""
11878
11879 #: config/mips/mips-tables.opt:24
11880 #, no-c-format
11881 msgid "Known MIPS CPUs (for use with the -march= and -mtune= options):"
11882 msgstr ""
11883
11884 #: config/mips/mips-tables.opt:28
11885 #, no-c-format
11886 msgid "Known MIPS ISA levels (for use with the -mips option):"
11887 msgstr ""
11888
11889 #: config/tilegx/tilegx.opt:30
11890 #, no-c-format
11891 msgid "Known TILE-Gx CPUs (for use with the -mcpu= option):"
11892 msgstr ""
11893
11894 #: config/tilegx/tilegx.opt:37
11895 #, no-c-format
11896 msgid "Compile with 32 bit longs and pointers."
11897 msgstr ""
11898
11899 #: config/tilegx/tilegx.opt:41
11900 #, no-c-format
11901 msgid "Compile with 64 bit longs and pointers."
11902 msgstr ""
11903
11904 #: config/tilegx/tilegx.opt:53
11905 #, no-c-format
11906 msgid "Use given TILE-Gx code model."
11907 msgstr ""
11908
11909 #: config/arc/arc-tables.opt:25
11910 #, no-c-format
11911 msgid "Known ARC CPUs (for use with the -mcpu= option):"
11912 msgstr ""
11913
11914 #: config/arc/arc.opt:26
11915 #, no-c-format
11916 msgid "Compile code for big endian mode."
11917 msgstr ""
11918
11919 #: config/arc/arc.opt:30
11920 #, no-c-format
11921 msgid "Compile code for little endian mode.  This is the default."
11922 msgstr ""
11923
11924 #: config/arc/arc.opt:34
11925 #, no-c-format
11926 msgid "Disable ARCompact specific pass to generate conditional execution instructions."
11927 msgstr ""
11928
11929 #: config/arc/arc.opt:38
11930 #, no-c-format
11931 msgid "Generate ARCompact 32-bit code for ARC600 processor."
11932 msgstr ""
11933
11934 #: config/arc/arc.opt:42
11935 #, no-c-format
11936 msgid "Same as -mA6."
11937 msgstr "Isto kao -mA6."
11938
11939 #: config/arc/arc.opt:46
11940 #, no-c-format
11941 msgid "Generate ARCompact 32-bit code for ARC601 processor."
11942 msgstr ""
11943
11944 #: config/arc/arc.opt:50
11945 #, no-c-format
11946 msgid "Generate ARCompact 32-bit code for ARC700 processor."
11947 msgstr ""
11948
11949 #: config/arc/arc.opt:54
11950 #, no-c-format
11951 msgid "Same as -mA7."
11952 msgstr "Isto kao -mA7."
11953
11954 #: config/arc/arc.opt:58
11955 #, no-c-format
11956 msgid "Force all calls to be made via a jli instruction."
11957 msgstr ""
11958
11959 #: config/arc/arc.opt:62
11960 #, no-c-format
11961 msgid "-mmpy-option=MPY\tCompile ARCv2 code with a multiplier design option."
11962 msgstr ""
11963
11964 #: config/arc/arc.opt:132
11965 #, no-c-format
11966 msgid "Enable DIV-REM instructions for ARCv2."
11967 msgstr ""
11968
11969 #: config/arc/arc.opt:136
11970 #, no-c-format
11971 msgid "Enable code density instructions for ARCv2."
11972 msgstr ""
11973
11974 #: config/arc/arc.opt:146
11975 #, no-c-format
11976 msgid "Use ordinarily cached memory accesses for volatile references."
11977 msgstr ""
11978
11979 #: config/arc/arc.opt:150
11980 #, no-c-format
11981 msgid "Enable cache bypass for volatile references."
11982 msgstr ""
11983
11984 #: config/arc/arc.opt:154
11985 #, no-c-format
11986 msgid "Generate instructions supported by barrel shifter."
11987 msgstr ""
11988
11989 #: config/arc/arc.opt:158
11990 #, no-c-format
11991 msgid "Generate norm instruction."
11992 msgstr ""
11993
11994 #: config/arc/arc.opt:162
11995 #, no-c-format
11996 msgid "Generate swap instruction."
11997 msgstr ""
11998
11999 #: config/arc/arc.opt:166
12000 #, no-c-format
12001 msgid "Generate mul64 and mulu64 instructions."
12002 msgstr ""
12003
12004 #: config/arc/arc.opt:170
12005 #, no-c-format
12006 msgid "Do not generate mpy instructions for ARC700."
12007 msgstr ""
12008
12009 #: config/arc/arc.opt:174
12010 #, no-c-format
12011 msgid "Generate extended arithmetic instructions, only valid for ARC700."
12012 msgstr ""
12013
12014 #: config/arc/arc.opt:178
12015 #, no-c-format
12016 msgid "Dummy flag. This is the default unless FPX switches are provided explicitly."
12017 msgstr ""
12018
12019 #: config/arc/arc.opt:182
12020 #, no-c-format
12021 msgid "Generate call insns as register indirect calls."
12022 msgstr ""
12023
12024 #: config/arc/arc.opt:186
12025 #, no-c-format
12026 msgid "Do no generate BRcc instructions in arc_reorg."
12027 msgstr ""
12028
12029 #: config/arc/arc.opt:190
12030 #, no-c-format
12031 msgid "Generate sdata references.  This is the default, unless you compile for PIC."
12032 msgstr ""
12033
12034 #: config/arc/arc.opt:194
12035 #, no-c-format
12036 msgid "Generate millicode thunks."
12037 msgstr ""
12038
12039 #: config/arc/arc.opt:198 config/arc/arc.opt:202
12040 #, no-c-format
12041 msgid "FPX: Generate Single Precision FPX (compact) instructions."
12042 msgstr ""
12043
12044 #: config/arc/arc.opt:206
12045 #, no-c-format
12046 msgid "FPX: Generate Single Precision FPX (fast) instructions."
12047 msgstr ""
12048
12049 #: config/arc/arc.opt:210
12050 #, no-c-format
12051 msgid "FPX: Enable Argonaut ARC CPU Double Precision Floating Point extensions."
12052 msgstr ""
12053
12054 #: config/arc/arc.opt:214 config/arc/arc.opt:218
12055 #, no-c-format
12056 msgid "FPX: Generate Double Precision FPX (compact) instructions."
12057 msgstr ""
12058
12059 #: config/arc/arc.opt:222
12060 #, no-c-format
12061 msgid "FPX: Generate Double Precision FPX (fast) instructions."
12062 msgstr ""
12063
12064 #: config/arc/arc.opt:226
12065 #, no-c-format
12066 msgid "Disable LR and SR instructions from using FPX extension aux registers."
12067 msgstr ""
12068
12069 #: config/arc/arc.opt:230
12070 #, no-c-format
12071 msgid "Enable generation of ARC SIMD instructions via target-specific builtins."
12072 msgstr ""
12073
12074 #: config/arc/arc.opt:234
12075 #, no-c-format
12076 msgid "-mcpu=CPU\tCompile code for ARC variant CPU."
12077 msgstr ""
12078
12079 #: config/arc/arc.opt:238
12080 #, no-c-format
12081 msgid "Size optimization level: 0:none 1:opportunistic 2: regalloc 3:drop align, -Os."
12082 msgstr ""
12083
12084 #: config/arc/arc.opt:246
12085 #, no-c-format
12086 msgid "Cost to assume for a multiply instruction, with 4 being equal to a normal insn."
12087 msgstr ""
12088
12089 #: config/arc/arc.opt:250
12090 #, no-c-format
12091 msgid "-mtune=TUNE\tTune code for given ARC variant."
12092 msgstr ""
12093
12094 #: config/arc/arc.opt:281
12095 #, no-c-format
12096 msgid "Enable the use of indexed loads."
12097 msgstr ""
12098
12099 #: config/arc/arc.opt:285
12100 #, no-c-format
12101 msgid "Enable the use of pre/post modify with register displacement."
12102 msgstr ""
12103
12104 #: config/arc/arc.opt:289
12105 #, no-c-format
12106 msgid "Generate 32x16 multiply and mac instructions."
12107 msgstr ""
12108
12109 #: config/arc/arc.opt:297
12110 #, no-c-format
12111 msgid "Don't use less than 25 bit addressing range for calls."
12112 msgstr ""
12113
12114 #: config/arc/arc.opt:301
12115 #, no-c-format
12116 msgid "Explain what alignment considerations lead to the decision to make an insn short or long."
12117 msgstr ""
12118
12119 #: config/arc/arc.opt:309
12120 #, no-c-format
12121 msgid "Enable Rcq constraint handling - most short code generation depends on this."
12122 msgstr ""
12123
12124 #: config/arc/arc.opt:313
12125 #, no-c-format
12126 msgid "Enable Rcw constraint handling - ccfsm condexec mostly depends on this."
12127 msgstr ""
12128
12129 #: config/arc/arc.opt:317
12130 #, no-c-format
12131 msgid "Enable pre-reload use of cbranchsi pattern."
12132 msgstr ""
12133
12134 #: config/arc/arc.opt:321
12135 #, no-c-format
12136 msgid "Enable bbit peephole2."
12137 msgstr ""
12138
12139 #: config/arc/arc.opt:325
12140 #, no-c-format
12141 msgid "Use pc-relative switch case tables - this enables case table shortening."
12142 msgstr ""
12143
12144 #: config/arc/arc.opt:329
12145 #, no-c-format
12146 msgid "Enable compact casesi pattern."
12147 msgstr ""
12148
12149 #: config/arc/arc.opt:333
12150 #, no-c-format
12151 msgid "Enable 'q' instruction alternatives."
12152 msgstr ""
12153
12154 #: config/arc/arc.opt:337
12155 #, no-c-format
12156 msgid "Expand adddi3 and subdi3 at rtl generation time into add.f / adc etc."
12157 msgstr ""
12158
12159 #: config/arc/arc.opt:344
12160 #, no-c-format
12161 msgid "Enable variable polynomial CRC extension."
12162 msgstr ""
12163
12164 #: config/arc/arc.opt:348
12165 #, no-c-format
12166 msgid "Enable DSP 3.1 Pack A extensions."
12167 msgstr ""
12168
12169 #: config/arc/arc.opt:352
12170 #, no-c-format
12171 msgid "Enable dual viterbi butterfly extension."
12172 msgstr ""
12173
12174 #: config/arc/arc.opt:362
12175 #, no-c-format
12176 msgid "Enable Dual and Single Operand Instructions for Telephony."
12177 msgstr ""
12178
12179 #: config/arc/arc.opt:366
12180 #, no-c-format
12181 msgid "Enable XY Memory extension (DSP version 3)."
12182 msgstr ""
12183
12184 #: config/arc/arc.opt:371
12185 #, no-c-format
12186 msgid "Enable Locked Load/Store Conditional extension."
12187 msgstr ""
12188
12189 #: config/arc/arc.opt:375
12190 #, no-c-format
12191 msgid "Enable swap byte ordering extension instruction."
12192 msgstr ""
12193
12194 #: config/arc/arc.opt:379
12195 #, no-c-format
12196 msgid "Enable 64-bit Time-Stamp Counter extension instruction."
12197 msgstr ""
12198
12199 #: config/arc/arc.opt:383
12200 #, no-c-format
12201 msgid "Pass -EB option through to linker."
12202 msgstr ""
12203
12204 #: config/arc/arc.opt:387
12205 #, no-c-format
12206 msgid "Pass -EL option through to linker."
12207 msgstr ""
12208
12209 #: config/arc/arc.opt:391
12210 #, no-c-format
12211 msgid "Pass -marclinux option through to linker."
12212 msgstr ""
12213
12214 #: config/arc/arc.opt:395
12215 #, no-c-format
12216 msgid "Pass -marclinux_prof option through to linker."
12217 msgstr ""
12218
12219 #: config/arc/arc.opt:404
12220 #, no-c-format
12221 msgid "Don't indicate any priority with TARGET_REGISTER_PRIORITY."
12222 msgstr ""
12223
12224 #: config/arc/arc.opt:408
12225 #, no-c-format
12226 msgid "Indicate priority for r0..r3 / r12..r15 with TARGET_REGISTER_PRIORITY."
12227 msgstr ""
12228
12229 #: config/arc/arc.opt:412
12230 #, no-c-format
12231 msgid "Reduce priority for r0..r3 / r12..r15 with TARGET_REGISTER_PRIORITY."
12232 msgstr ""
12233
12234 #: config/arc/arc.opt:424
12235 #, no-c-format
12236 msgid "Enable atomic instructions."
12237 msgstr ""
12238
12239 #: config/arc/arc.opt:428
12240 #, no-c-format
12241 msgid "Enable double load/store instructions for ARC HS."
12242 msgstr ""
12243
12244 #: config/arc/arc.opt:432
12245 #, no-c-format
12246 msgid "Specify the name of the target floating point configuration."
12247 msgstr ""
12248
12249 #: config/arc/arc.opt:475
12250 #, no-c-format
12251 msgid "Specify thread pointer register number."
12252 msgstr ""
12253
12254 #: config/arc/arc.opt:482
12255 #, no-c-format
12256 msgid "Enable use of NPS400 bit operations."
12257 msgstr ""
12258
12259 #: config/arc/arc.opt:486
12260 #, no-c-format
12261 msgid "Enable use of NPS400 xld/xst extension."
12262 msgstr ""
12263
12264 #: config/arc/arc.opt:494
12265 #, no-c-format
12266 msgid "Specifies the registers that the processor saves on an interrupt entry and exit."
12267 msgstr ""
12268
12269 #: config/arc/arc.opt:498
12270 #, no-c-format
12271 msgid "Specifies the number of registers replicated in second register bank on entry to fast interrupt."
12272 msgstr ""
12273
12274 #: config/arc/arc.opt:502
12275 #, no-c-format
12276 msgid "Sets LP_COUNT register width.  Possible values are 8, 16, 20, 24, 28, and 32."
12277 msgstr ""
12278
12279 #: config/arc/arc.opt:527
12280 #, no-c-format
12281 msgid "Enable 16-entry register file."
12282 msgstr ""
12283
12284 #: config/arc/arc.opt:531
12285 #, no-c-format
12286 msgid "Enable use of BI/BIH instructions when available."
12287 msgstr ""
12288
12289 #: config/arc/arc.opt:535
12290 #, no-c-format
12291 msgid "Enable ENTER_S and LEAVE_S opcodes for ARCv2."
12292 msgstr ""
12293
12294 #: lto/lang.opt:53
12295 #, no-c-format
12296 msgid "Set linker output type (used internally during LTO optimization)."
12297 msgstr ""
12298
12299 #: lto/lang.opt:58
12300 #, no-c-format
12301 msgid "Run the link-time optimizer in local transformation (LTRANS) mode."
12302 msgstr ""
12303
12304 #: lto/lang.opt:62
12305 #, no-c-format
12306 msgid "Specify a file to which a list of files output by LTRANS is written."
12307 msgstr ""
12308
12309 #: lto/lang.opt:66
12310 #, no-c-format
12311 msgid "Run the link-time optimizer in whole program analysis (WPA) mode."
12312 msgstr ""
12313
12314 #: lto/lang.opt:70
12315 #, no-c-format
12316 msgid "Whole program analysis (WPA) mode with number of parallel jobs specified."
12317 msgstr ""
12318
12319 #: lto/lang.opt:75
12320 #, no-c-format
12321 msgid "Call the dump function for variables and function in IL."
12322 msgstr ""
12323
12324 #: lto/lang.opt:79
12325 #, no-c-format
12326 msgid "Dump the demangled output."
12327 msgstr ""
12328
12329 #: lto/lang.opt:83
12330 #, no-c-format
12331 msgid "Dump only the defined symbols."
12332 msgstr ""
12333
12334 #: lto/lang.opt:87
12335 #, no-c-format
12336 msgid "Print the initial values of the variables."
12337 msgstr ""
12338
12339 #: lto/lang.opt:91
12340 #, no-c-format
12341 msgid "Sort the symbols alphabetically."
12342 msgstr ""
12343
12344 #: lto/lang.opt:95
12345 #, no-c-format
12346 msgid "Sort the symbols according to size."
12347 msgstr ""
12348
12349 #: lto/lang.opt:99
12350 #, no-c-format
12351 msgid "Display the symbols in reverse order."
12352 msgstr ""
12353
12354 #: lto/lang.opt:106
12355 #, no-c-format
12356 msgid "Dump the details of LTO objects."
12357 msgstr ""
12358
12359 #: lto/lang.opt:110
12360 #, no-c-format
12361 msgid "Dump the statistics of tree types."
12362 msgstr ""
12363
12364 #: lto/lang.opt:114
12365 #, no-c-format
12366 msgid "Dump the statistics of trees."
12367 msgstr ""
12368
12369 #: lto/lang.opt:118
12370 #, no-c-format
12371 msgid "Dump the statistics of gimple statements."
12372 msgstr ""
12373
12374 #: lto/lang.opt:128
12375 #, no-c-format
12376 msgid "Dump the dump tool command line options."
12377 msgstr ""
12378
12379 #: lto/lang.opt:132
12380 #, no-c-format
12381 msgid "Dump the symtab callgraph."
12382 msgstr ""
12383
12384 #: lto/lang.opt:136
12385 #, no-c-format
12386 msgid "The resolution file."
12387 msgstr ""
12388
12389 #: common.opt:245
12390 #, no-c-format
12391 msgid "Provide bash completion for options starting with provided string."
12392 msgstr ""
12393
12394 #: common.opt:297
12395 #, no-c-format
12396 msgid "Display this information."
12397 msgstr "Pokaže ove informacije."
12398
12399 #: common.opt:301
12400 #, no-c-format
12401 msgid "--help=<class>\tDisplay descriptions of a specific class of options.  <class> is one or more of optimizers, target, warnings, undocumented, params."
12402 msgstr "--help=<class>\tPokaže opise specične klase opcija. <class> je jedan ili više elemenata iz optimizers, target, warnings, undocumented, params."
12403
12404 #: common.opt:422
12405 #, no-c-format
12406 msgid "Alias for --help=target."
12407 msgstr ""
12408
12409 #: common.opt:468
12410 #, no-c-format
12411 msgid "-O<number>\tSet optimization level to <number>."
12412 msgstr ""
12413
12414 #: common.opt:472
12415 #, no-c-format
12416 msgid "Optimize for space rather than speed."
12417 msgstr ""
12418
12419 #: common.opt:476
12420 #, no-c-format
12421 msgid "Optimize for speed disregarding exact standards compliance."
12422 msgstr "Optimizira za brzinu zanemarujući točnu usklađenost sa standardima."
12423
12424 #: common.opt:480
12425 #, no-c-format
12426 msgid "Optimize for debugging experience rather than speed or size."
12427 msgstr ""
12428
12429 #: common.opt:484
12430 #, no-c-format
12431 msgid "Optimize for space aggressively rather than speed."
12432 msgstr ""
12433
12434 #: common.opt:524
12435 #, no-c-format
12436 msgid "This switch is deprecated; use -Wextra instead."
12437 msgstr "taj šalter je zastario; koristite -Wextra"
12438
12439 #: common.opt:537
12440 #, no-c-format
12441 msgid "Warn about returning structures, unions or arrays."
12442 msgstr "Upozori na vraćene strukture, unija ili polja."
12443
12444 #: common.opt:541
12445 #, no-c-format
12446 msgid "Warn if a loop with constant number of iterations triggers undefined behavior."
12447 msgstr ""
12448
12449 #: common.opt:545 common.opt:549
12450 #, no-c-format
12451 msgid "Warn if an array is accessed out of bounds."
12452 msgstr "Upozori ako je polje dohvaćeno izvan granica."
12453
12454 #: common.opt:553 common.opt:557
12455 #, no-c-format
12456 msgid "Warn for uses of pointers to deallocated storage."
12457 msgstr ""
12458
12459 #: common.opt:561
12460 #, no-c-format
12461 msgid "Warn about inappropriate attribute usage."
12462 msgstr "Upozori na neprikladnu upotrebu atributa."
12463
12464 #: common.opt:565
12465 #, no-c-format
12466 msgid "Do not warn about specified attributes."
12467 msgstr ""
12468
12469 #: common.opt:569 common.opt:573
12470 #, no-c-format
12471 msgid "Warn about type safety and similar errors and mismatches in declarations with alias attributes."
12472 msgstr "Upozori na sigurnost vrste i slične pogreške i nepodudarnosti u deklaracijama s atributima aliasa."
12473
12474 #: common.opt:577
12475 #, no-c-format
12476 msgid "Warn when profiling instrumentation was requested, but could not be applied to a certain function."
12477 msgstr "Upozori kada je zatražena instrumentacija za profiliranje, ali se nije mogla primijeniti na određenu funkciju."
12478
12479 #: common.opt:582 common.opt:586
12480 #, no-c-format
12481 msgid "Warn about pointer casts which increase alignment."
12482 msgstr "Upozori kada transformacije pokazivača (pointer casts) povećavaju poravnanje."
12483
12484 #: common.opt:590
12485 #, no-c-format
12486 msgid "Warn when a #warning directive is encountered."
12487 msgstr ""
12488
12489 #: common.opt:594
12490 #, no-c-format
12491 msgid "Warn about uses of __attribute__((warning)) declarations."
12492 msgstr "Upozori na upotrebu deklaracija __attribute__((warning))."
12493
12494 #: common.opt:598
12495 #, no-c-format
12496 msgid "Warn if a deprecated compiler feature, class, method, or field is used."
12497 msgstr ""
12498
12499 #: common.opt:602
12500 #, no-c-format
12501 msgid "Warn about uses of __attribute__((deprecated)) declarations."
12502 msgstr "Upozori na upotrebu deklaracija __attribute__((deprecated))."
12503
12504 #: common.opt:606
12505 #, no-c-format
12506 msgid "Warn when an optimization pass is disabled."
12507 msgstr ""
12508
12509 #: common.opt:610
12510 #, no-c-format
12511 msgid "Treat all warnings as errors."
12512 msgstr ""
12513
12514 #: common.opt:614
12515 #, no-c-format
12516 msgid "Treat specified warning as error."
12517 msgstr ""
12518
12519 #: common.opt:618
12520 #, no-c-format
12521 msgid "Print extra (possibly unwanted) warnings."
12522 msgstr ""
12523
12524 #: common.opt:622
12525 #, no-c-format
12526 msgid "Exit on the first error occurred."
12527 msgstr ""
12528
12529 #: common.opt:626
12530 #, no-c-format
12531 msgid "-Wframe-larger-than=<byte-size>\tWarn if a function's stack frame requires in excess of <byte-size>."
12532 msgstr ""
12533
12534 #: common.opt:630
12535 #, no-c-format
12536 msgid "Disable -Wframe-larger-than= warning.  Equivalent to -Wframe-larger-than=<SIZE_MAX> or larger."
12537 msgstr ""
12538
12539 #: common.opt:634
12540 #, no-c-format
12541 msgid "Warn when attempting to free a non-heap object."
12542 msgstr ""
12543
12544 #: common.opt:645
12545 #, no-c-format
12546 msgid "Warn when a switch case falls through."
12547 msgstr ""
12548
12549 #: common.opt:653
12550 #, no-c-format
12551 msgid "Warn when an inlined function cannot be inlined."
12552 msgstr ""
12553
12554 #: common.opt:657
12555 #, no-c-format
12556 msgid "Warn when an atomic memory model parameter is known to be outside the valid range."
12557 msgstr ""
12558
12559 #: common.opt:664
12560 #, no-c-format
12561 msgid "-Wlarger-than=<byte-size>\tWarn if an object's size exceeds <byte-size>."
12562 msgstr ""
12563
12564 #: common.opt:668
12565 #, no-c-format
12566 msgid "Disable -Wlarger-than= warning.  Equivalent to -Wlarger-than=<SIZE_MAX> or larger."
12567 msgstr ""
12568
12569 #: common.opt:672
12570 #, no-c-format
12571 msgid "Warn if comparing pointer parameter with nonnull attribute with NULL."
12572 msgstr ""
12573
12574 #: common.opt:676
12575 #, no-c-format
12576 msgid "Warn if dereferencing a NULL pointer may lead to erroneous or undefined behavior."
12577 msgstr ""
12578
12579 #: common.opt:687
12580 #, no-c-format
12581 msgid "Warn about some C++ One Definition Rule violations during link time optimization."
12582 msgstr ""
12583
12584 #: common.opt:691
12585 #, no-c-format
12586 msgid "Warn about overflow in arithmetic expressions."
12587 msgstr ""
12588
12589 #: common.opt:695
12590 #, no-c-format
12591 msgid "During link time optimization warn about mismatched types of global declarations."
12592 msgstr ""
12593
12594 #: common.opt:699
12595 #, no-c-format
12596 msgid "Warn when the packed attribute has no effect on struct layout."
12597 msgstr ""
12598
12599 #: common.opt:703
12600 #, no-c-format
12601 msgid "Warn when padding is required to align structure members."
12602 msgstr ""
12603
12604 #: common.opt:707
12605 #, no-c-format
12606 msgid "Issue warnings needed for strict compliance to the standard."
12607 msgstr ""
12608
12609 #: common.opt:711
12610 #, no-c-format
12611 msgid "Warn about returning a pointer/reference to a local or temporary variable."
12612 msgstr ""
12613
12614 #: common.opt:715
12615 #, no-c-format
12616 msgid "Warn when one variable shadows another.  Same as -Wshadow=global."
12617 msgstr "Upozori na jedna varijabla zasijeni neku drugu varijablu. Isko kao -Wshadow=global."
12618
12619 #: common.opt:719
12620 #, no-c-format
12621 msgid "Warn when one variable shadows another (globally)."
12622 msgstr ""
12623
12624 #: common.opt:723
12625 #, no-c-format
12626 msgid "Warn when one local variable shadows another local variable or parameter."
12627 msgstr ""
12628
12629 #: common.opt:730
12630 #, no-c-format
12631 msgid "Warn when one local variable shadows another local variable or parameter of compatible type."
12632 msgstr ""
12633
12634 #: common.opt:737
12635 #, no-c-format
12636 msgid "Warn when not issuing stack smashing protection for some reason."
12637 msgstr ""
12638
12639 #: common.opt:741
12640 #, no-c-format
12641 msgid "-Wstack-usage=<byte-size>\tWarn if stack usage might exceed <byte-size>."
12642 msgstr ""
12643
12644 #: common.opt:745
12645 #, no-c-format
12646 msgid "Disable Wstack-usage= warning.  Equivalent to Wstack-usage=<SIZE_MAX> or larger."
12647 msgstr ""
12648
12649 #: common.opt:749 common.opt:753
12650 #, no-c-format
12651 msgid "Warn about code which might break strict aliasing rules."
12652 msgstr ""
12653
12654 #: common.opt:757 common.opt:761
12655 #, no-c-format
12656 msgid "Warn about optimizations that assume that signed overflow is undefined."
12657 msgstr ""
12658
12659 #: common.opt:765
12660 #, no-c-format
12661 msgid "Warn about functions which might be candidates for __attribute__((cold))."
12662 msgstr ""
12663
12664 #: common.opt:769
12665 #, no-c-format
12666 msgid "Warn about functions which might be candidates for __attribute__((const))."
12667 msgstr ""
12668
12669 #: common.opt:773
12670 #, no-c-format
12671 msgid "Warn about functions which might be candidates for __attribute__((pure))."
12672 msgstr ""
12673
12674 #: common.opt:777
12675 #, no-c-format
12676 msgid "Warn about functions which might be candidates for __attribute__((noreturn))."
12677 msgstr ""
12678
12679 #: common.opt:781
12680 #, no-c-format
12681 msgid "Warn about functions which might be candidates for __attribute__((malloc))."
12682 msgstr ""
12683
12684 #: common.opt:785
12685 #, no-c-format
12686 msgid "Warn about C++ polymorphic types where adding final keyword would improve code quality."
12687 msgstr ""
12688
12689 #: common.opt:789
12690 #, no-c-format
12691 msgid "Warn about C++ virtual methods where adding final keyword would improve code quality."
12692 msgstr ""
12693
12694 #: common.opt:793
12695 #, no-c-format
12696 msgid "Warn about statements between switch's controlling expression and the first case."
12697 msgstr ""
12698
12699 #: common.opt:798
12700 #, no-c-format
12701 msgid "Do not suppress warnings from system headers."
12702 msgstr ""
12703
12704 #: common.opt:802
12705 #, no-c-format
12706 msgid "Warn whenever a trampoline is generated."
12707 msgstr ""
12708
12709 #: common.opt:806
12710 #, no-c-format
12711 msgid "Warn about cases where -ftrivial-auto-var-init cannot initialize an auto variable."
12712 msgstr ""
12713
12714 #: common.opt:810
12715 #, no-c-format
12716 msgid "Warn if a comparison is always true or always false due to the limited range of the data type."
12717 msgstr ""
12718
12719 #: common.opt:814
12720 #, no-c-format
12721 msgid "Warn about uninitialized automatic variables."
12722 msgstr ""
12723
12724 #: common.opt:818
12725 #, no-c-format
12726 msgid "Warn about maybe uninitialized automatic variables."
12727 msgstr ""
12728
12729 #: common.opt:826
12730 #, no-c-format
12731 msgid "Enable all -Wunused- warnings."
12732 msgstr ""
12733
12734 #: common.opt:830
12735 #, no-c-format
12736 msgid "Warn when a function parameter is only set, otherwise unused."
12737 msgstr ""
12738
12739 #: common.opt:834
12740 #, no-c-format
12741 msgid "Warn when a variable is only set, otherwise unused."
12742 msgstr ""
12743
12744 #: common.opt:838
12745 #, no-c-format
12746 msgid "Warn when a function is unused."
12747 msgstr ""
12748
12749 #: common.opt:842
12750 #, no-c-format
12751 msgid "Warn when a label is unused."
12752 msgstr ""
12753
12754 #: common.opt:846
12755 #, no-c-format
12756 msgid "Warn when a function parameter is unused."
12757 msgstr ""
12758
12759 #: common.opt:850
12760 #, no-c-format
12761 msgid "Warn when an expression value is unused."
12762 msgstr ""
12763
12764 #: common.opt:854
12765 #, no-c-format
12766 msgid "Warn when a variable is unused."
12767 msgstr ""
12768
12769 #: common.opt:858
12770 #, no-c-format
12771 msgid "Warn in case profiles in -fprofile-use do not match."
12772 msgstr ""
12773
12774 #: common.opt:862
12775 #, no-c-format
12776 msgid "Warn in case a function ends earlier than it begins due to an invalid linenum macros."
12777 msgstr ""
12778
12779 #: common.opt:866
12780 #, no-c-format
12781 msgid "Warn in case profiles in -fprofile-use do not exist."
12782 msgstr ""
12783
12784 #: common.opt:870
12785 #, no-c-format
12786 msgid "Warn when a vector operation is compiled outside the SIMD."
12787 msgstr ""
12788
12789 #: common.opt:874
12790 #, no-c-format
12791 msgid "Warn about unsupported features in ThreadSanitizer."
12792 msgstr ""
12793
12794 #: common.opt:890
12795 #, no-c-format
12796 msgid "-aux-info <file>\tEmit declaration information into <file>."
12797 msgstr "-aux-info <file>\tinformacije o deklaraciji pošalje u datoteku <file>"
12798
12799 #: common.opt:903
12800 #, no-c-format
12801 msgid "-d<letters>\tEnable dumps from specific passes of the compiler."
12802 msgstr "-d<letters>\tomogući dumpove specifičnih prolaza kompajlera"
12803
12804 #: common.opt:907
12805 #, no-c-format
12806 msgid "-dumpbase <file>\tSet the file basename to be used for dumps."
12807 msgstr "-dumpbase <file>\tpostavi osnovicu imena dump datoteke"
12808
12809 #: common.opt:911
12810 #, no-c-format
12811 msgid "-dumpbase-ext .<ext>    Drop a trailing .<ext> from the dump basename to name auxiliary output files."
12812 msgstr "-dumpbase-ext .<ext>    izostavi ekstenziju .<ext> iz osnovice dump datoteke za imenovanje pomoćnih izlaznih datoteka"
12813
12814 #: common.opt:915
12815 #, no-c-format
12816 msgid "-dumpdir <dir>\tSet the directory name to be used for dumps."
12817 msgstr "-dumpdir <dir>\tpostavi ime direktorija za dumpove"
12818
12819 #: common.opt:1013
12820 #, no-c-format
12821 msgid "The version of the C++ ABI in use."
12822 msgstr "inačica C++ ABI koja se koristi"
12823
12824 #: common.opt:1017
12825 #, no-c-format
12826 msgid "Aggressively optimize loops using language constraints."
12827 msgstr "agresivno optimizira petlje koristeći jezična ograničenja"
12828
12829 #: common.opt:1021
12830 #, no-c-format
12831 msgid "Align the start of functions."
12832 msgstr "poravna početak funkcija"
12833
12834 #: common.opt:1031
12835 #, no-c-format
12836 msgid "Align labels which are only reached by jumping."
12837 msgstr "oravna one oznake do kojih se može doći samo sa skakanjem"
12838
12839 #: common.opt:1038
12840 #, no-c-format
12841 msgid "Align all labels."
12842 msgstr "poravna sve oznake"
12843
12844 #: common.opt:1045
12845 #, no-c-format
12846 msgid "Align the start of loops."
12847 msgstr "poravna početak petlji"
12848
12849 #: common.opt:1052
12850 #, no-c-format
12851 msgid "Allow the compiler to introduce new data races on stores."
12852 msgstr "dopusti kompajleru uvesti novu konkurenciju podataka (data races) pri pohrani"
12853
12854 #: common.opt:1056
12855 #, no-c-format
12856 msgid "Enable static analysis pass."
12857 msgstr "omogući statičku analizu prolaza"
12858
12859 #: common.opt:1076
12860 #, no-c-format
12861 msgid "Select what to sanitize."
12862 msgstr "odaberite što treba počistiti."
12863
12864 #: common.opt:1080
12865 #, no-c-format
12866 msgid "Select type of coverage sanitization."
12867 msgstr "odaberite vrstu pokrivenosti čišćenja"
12868
12869 #: common.opt:1093
12870 #, no-c-format
12871 msgid "-fasan-shadow-offset=<number>\tUse custom shadow memory offset."
12872 msgstr "-fasan-shadow-offset=number>\tkoristite određeni odmak=<number> za shadow memoriju."
12873
12874 #: common.opt:1097
12875 #, no-c-format
12876 msgid "-fsanitize-sections=<sec1,sec2,...>\tSanitize global variables in user-defined sections."
12877 msgstr "-fsanitize-sections=<sec1,sec2,...>\tčisti globalne varijable u sekcijama definiranim korisnikom"
12878
12879 #: common.opt:1102
12880 #, no-c-format
12881 msgid "After diagnosing undefined behavior attempt to continue execution."
12882 msgstr "pokuša nastaviti izvršavanje nakon dijagnosticiranja nedefiniranog ponašanja"
12883
12884 #: common.opt:1106
12885 #, no-c-format
12886 msgid "This switch is deprecated; use -fsanitize-recover= instead."
12887 msgstr "taj šalter je zastario; koristite -fsanitize-recover= instead"
12888
12889 #: common.opt:1113
12890 #, no-c-format
12891 msgid "Use trap instead of a library function for undefined behavior sanitization."
12892 msgstr "koristi klopku umjesto funkcije biblioteke za čišćenje nedefiniranog ponašanja"
12893
12894 #: common.opt:1117
12895 #, no-c-format
12896 msgid "Generate unwind tables that are exact at each instruction boundary."
12897 msgstr "generira unwind tablice koje leže točno na svakoj granici naredbe"
12898
12899 #: common.opt:1121
12900 #, no-c-format
12901 msgid "Generate auto-inc/dec instructions."
12902 msgstr "generira auto-inc/dec naredbe"
12903
12904 #: common.opt:1125
12905 #, no-c-format
12906 msgid "Use sample profile information for call graph node weights. The default profile file is fbdata.afdo in 'pwd'."
12907 msgstr "upotrebi podatke iz uzorka profila za težine čvorova grafa poziva. Zadana datoteka s profilom je fbdata.afdo u „pwd“"
12908
12909 #: common.opt:1130
12910 #, no-c-format
12911 msgid "Use sample profile information for call graph node weights. The profile file is specified in the argument."
12912 msgstr "upotrebi podatke iz uzorka profila za težine čvorova grafa poziva. Datoteka s profilom je specificirana argumentom"
12913
12914 #: common.opt:1139
12915 #, no-c-format
12916 msgid "Generate code to check bounds before indexing arrays."
12917 msgstr "generira kȏd za provjeru granica prije indeksiranja polja"
12918
12919 #: common.opt:1143
12920 #, no-c-format
12921 msgid "Replace add, compare, branch with branch on count register."
12922 msgstr "zamijeni add, usporedi, zamijeni granu s granom pomoću registra za brojanje"
12923
12924 #: common.opt:1147
12925 #, no-c-format
12926 msgid "Use profiling information for branch probabilities."
12927 msgstr "koristi informacije o profiliranju za vjerojatnosti grana"
12928
12929 #: common.opt:1163
12930 #, no-c-format
12931 msgid "Output callgraph information on a per-file basis."
12932 msgstr "ispiše informacije o grafovima poziva za svaku datoteku"
12933
12934 #: common.opt:1167
12935 #, no-c-format
12936 msgid "Output callgraph information on a per-file basis with decorations."
12937 msgstr "ispiše informacije o grafovima poziva za svaku datoteku s dekoracijama"
12938
12939 #: common.opt:1171
12940 #, no-c-format
12941 msgid "-fcall-saved-<register>\tMark <register> as being preserved across functions."
12942 msgstr "-fcall-saved-<register>\toznači <register> kao rezerviran u svim funkcijama"
12943
12944 #: common.opt:1175
12945 #, no-c-format
12946 msgid "-fcall-used-<register>\tMark <register> as being corrupted by function calls."
12947 msgstr "-fcall-used-<register>\toznači <register> kao oštećen pozivima funkcija"
12948
12949 #: common.opt:1182
12950 #, no-c-format
12951 msgid "Save registers around function calls."
12952 msgstr "sačuva registre oko pozivanja funkcija"
12953
12954 #: common.opt:1186
12955 #, no-c-format
12956 msgid "This switch is deprecated; do not use."
12957 msgstr "taj šalter je zastario; nemojte ga koristiti"
12958
12959 #: common.opt:1190
12960 #, no-c-format
12961 msgid "Check the return value of new in C++."
12962 msgstr "provjeri vraćenu vrijdnost operatora „new“ u C++"
12963
12964 #: common.opt:1194 common.opt:1198
12965 #, no-c-format
12966 msgid "Perform internal consistency checkings."
12967 msgstr "izvrši internu provjeru konzistentnosti"
12968
12969 #: common.opt:1202
12970 #, no-c-format
12971 msgid "Enable code hoisting."
12972 msgstr "omogući podizanje kȏda"
12973
12974 #: common.opt:1206
12975 #, no-c-format
12976 msgid "Looks for opportunities to reduce stack adjustments and stack references."
12977 msgstr "traži prilike za smanjenje prilagodbi stògova i referenci na stȏg"
12978
12979 #: common.opt:1210
12980 #, no-c-format
12981 msgid "Put uninitialized globals in the common section."
12982 msgstr "smjesti neinicijalizirane globalne simbole u „common“ sekciju"
12983
12984 #: common.opt:1218
12985 #, no-c-format
12986 msgid "-fcompare-debug[=<opts>]\tCompile with and without e.g. -gtoggle, and compare the final-insns dump."
12987 msgstr "-fcompare-debug[=<opts>]\tkompilira s i bez, npr. -gtoggle, i usporedi „final-insns“ dump"
12988
12989 #: common.opt:1222
12990 #, no-c-format
12991 msgid "Run only the second compilation of -fcompare-debug."
12992 msgstr "pokreni samo drugu kompilaciju od -fcompare-debug"
12993
12994 #: common.opt:1226
12995 #, no-c-format
12996 msgid "Perform comparison elimination after register allocation has finished."
12997 msgstr "izvrši eliminaciju usporedbi nakon dodjele registra"
12998
12999 #: common.opt:1230
13000 #, no-c-format
13001 msgid "Do not perform optimizations increasing noticeably stack usage."
13002 msgstr "ne radi optimizacije koje značajno povećavaju korištenje stògova"
13003
13004 #: common.opt:1234
13005 #, no-c-format
13006 msgid "Perform a register copy-propagation optimization pass."
13007 msgstr "izvede register copy-propagation optimizacijski prolaz"
13008
13009 #: common.opt:1238
13010 #, no-c-format
13011 msgid "Perform cross-jumping optimization."
13012 msgstr ""
13013
13014 #: common.opt:1242
13015 #, no-c-format
13016 msgid "When running CSE, follow jumps to their targets."
13017 msgstr ""
13018
13019 #: common.opt:1250
13020 #, no-c-format
13021 msgid "Omit range reduction step when performing complex division."
13022 msgstr ""
13023
13024 #: common.opt:1254
13025 #, no-c-format
13026 msgid "Complex multiplication and division follow Fortran rules."
13027 msgstr ""
13028
13029 #: common.opt:1258
13030 #, no-c-format
13031 msgid "Place data items into their own section."
13032 msgstr ""
13033
13034 #: common.opt:1262
13035 #, no-c-format
13036 msgid "List all available debugging counters with their limits and counts."
13037 msgstr ""
13038
13039 #: common.opt:1266
13040 #, no-c-format
13041 msgid "-fdbg-cnt=<counter>[:<lower_limit1>-]<upper_limit1>[:<lower_limit2>-<upper_limit2>:...][,<counter>:...]\tSet the debug counter limit."
13042 msgstr ""
13043
13044 #: common.opt:1270
13045 #, no-c-format
13046 msgid "-fdebug-prefix-map=<old>=<new>\tMap one directory name to another in debug information."
13047 msgstr ""
13048
13049 #: common.opt:1274
13050 #, no-c-format
13051 msgid "-ffile-prefix-map=<old>=<new>\tMap one directory name to another in compilation result."
13052 msgstr ""
13053
13054 #: common.opt:1278
13055 #, no-c-format
13056 msgid "Output .debug_types section when using DWARF v4 debuginfo."
13057 msgstr ""
13058
13059 #: common.opt:1284
13060 #, no-c-format
13061 msgid "Defer popping functions args from stack until later."
13062 msgstr ""
13063
13064 #: common.opt:1288
13065 #, no-c-format
13066 msgid "Attempt to fill delay slots of branch instructions."
13067 msgstr ""
13068
13069 #: common.opt:1292
13070 #, no-c-format
13071 msgid "Delete dead instructions that may throw exceptions."
13072 msgstr ""
13073
13074 #: common.opt:1296
13075 #, no-c-format
13076 msgid "Delete useless null pointer checks."
13077 msgstr ""
13078
13079 #: common.opt:1300
13080 #, no-c-format
13081 msgid "Stream extra data to support more aggressive devirtualization in LTO local transformation mode."
13082 msgstr ""
13083
13084 #: common.opt:1304
13085 #, no-c-format
13086 msgid "Perform speculative devirtualization."
13087 msgstr ""
13088
13089 #: common.opt:1308
13090 #, no-c-format
13091 msgid "Try to convert virtual calls to direct ones."
13092 msgstr ""
13093
13094 #: common.opt:1312
13095 #, no-c-format
13096 msgid "-fdiagnostics-show-location=[once|every-line]\tHow often to emit source location at the beginning of line-wrapped diagnostics."
13097 msgstr ""
13098
13099 #: common.opt:1329
13100 #, no-c-format
13101 msgid "Show the source line with a caret indicating the column."
13102 msgstr ""
13103
13104 #: common.opt:1333
13105 #, no-c-format
13106 msgid "Show labels annotating ranges of source code when showing source."
13107 msgstr ""
13108
13109 #: common.opt:1337
13110 #, no-c-format
13111 msgid "Show line numbers in the left margin when showing source."
13112 msgstr ""
13113
13114 #: common.opt:1345
13115 #, no-c-format
13116 msgid "-fdiagnostics-color=[never|always|auto]\tColorize diagnostics."
13117 msgstr ""
13118
13119 #: common.opt:1365
13120 #, no-c-format
13121 msgid "-fdiagnostics-urls=[never|always|auto]\tEmbed URLs in diagnostics."
13122 msgstr ""
13123
13124 #: common.opt:1385
13125 #, no-c-format
13126 msgid "-fdiagnostics-column-unit=[display|byte]\tSelect whether column numbers are output as display columns (default) or raw bytes."
13127 msgstr ""
13128
13129 #: common.opt:1389
13130 #, no-c-format
13131 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."
13132 msgstr ""
13133
13134 #: common.opt:1393
13135 #, no-c-format
13136 msgid "-fdiagnostics-format=[text|json]\tSelect output format."
13137 msgstr ""
13138
13139 #: common.opt:1397
13140 #, no-c-format
13141 msgid "-fdiagnostics-escape-format=[unicode|bytes]\tSelect how to escape non-printable-ASCII bytes in the source for diagnostics that suggest it."
13142 msgstr ""
13143
13144 #: common.opt:1432
13145 #, no-c-format
13146 msgid "Print fix-it hints in machine-readable form."
13147 msgstr ""
13148
13149 #: common.opt:1436
13150 #, no-c-format
13151 msgid "Print fix-it hints to stderr in unified diff format."
13152 msgstr ""
13153
13154 #: common.opt:1440
13155 #, no-c-format
13156 msgid "Amend appropriate diagnostic messages with the command line option that controls them."
13157 msgstr ""
13158
13159 #: common.opt:1444
13160 #, no-c-format
13161 msgid "Print CWE identifiers for diagnostic messages, where available."
13162 msgstr ""
13163
13164 #: common.opt:1448
13165 #, no-c-format
13166 msgid "Specify how to print any control-flow path associated with a diagnostic."
13167 msgstr ""
13168
13169 #: common.opt:1452
13170 #, no-c-format
13171 msgid "Turn off any diagnostics features that complicate the output, such as line numbers, color, and warning URLs."
13172 msgstr ""
13173
13174 #: common.opt:1456
13175 #, no-c-format
13176 msgid "-ftabstop=<number>      Distance between tab stops for column reporting."
13177 msgstr ""
13178
13179 #: common.opt:1472
13180 #, no-c-format
13181 msgid "Show stack depths of events in paths."
13182 msgstr ""
13183
13184 #: common.opt:1476
13185 #, no-c-format
13186 msgid "Set minimum width of left margin of source code when showing source."
13187 msgstr ""
13188
13189 #: common.opt:1480
13190 #, no-c-format
13191 msgid "-fdisable-[tree|rtl|ipa]-<pass>=range1+range2\tDisable an optimization pass."
13192 msgstr ""
13193
13194 #: common.opt:1484
13195 #, no-c-format
13196 msgid "-fenable-[tree|rtl|ipa]-<pass>=range1+range2\tEnable an optimization pass."
13197 msgstr ""
13198
13199 #: common.opt:1488
13200 #, no-c-format
13201 msgid "-fdump-<type>\tDump various compiler internals to a file."
13202 msgstr ""
13203
13204 #: common.opt:1495
13205 #, no-c-format
13206 msgid "-fdump-final-insns=filename\tDump to filename the insns at the end of translation."
13207 msgstr ""
13208
13209 #: common.opt:1499
13210 #, no-c-format
13211 msgid "-fdump-go-spec=filename\tWrite all declarations to file as Go code."
13212 msgstr ""
13213
13214 #: common.opt:1503
13215 #, no-c-format
13216 msgid "Suppress output of addresses in debugging dumps."
13217 msgstr ""
13218
13219 #: common.opt:1507
13220 #, no-c-format
13221 msgid "Collect and dump debug information into temporary file if ICE in C/C++ compiler occurred."
13222 msgstr ""
13223
13224 #: common.opt:1512
13225 #, no-c-format
13226 msgid "Dump detailed information on GCC's internal representation of source code locations."
13227 msgstr ""
13228
13229 #: common.opt:1516
13230 #, no-c-format
13231 msgid "Dump optimization passes."
13232 msgstr ""
13233
13234 #: common.opt:1520
13235 #, no-c-format
13236 msgid "Suppress output of instruction numbers, line number notes and addresses in debugging dumps."
13237 msgstr ""
13238
13239 #: common.opt:1524
13240 #, no-c-format
13241 msgid "Suppress output of previous and next insn numbers in debugging dumps."
13242 msgstr ""
13243
13244 #: common.opt:1528
13245 #, no-c-format
13246 msgid "Enable CFI tables via GAS assembler directives."
13247 msgstr ""
13248
13249 #: common.opt:1532
13250 #, no-c-format
13251 msgid "Perform early inlining."
13252 msgstr ""
13253
13254 #: common.opt:1540
13255 #, no-c-format
13256 msgid "Perform interprocedural reduction of aggregates."
13257 msgstr ""
13258
13259 #: common.opt:1544
13260 #, no-c-format
13261 msgid "Perform unused symbol elimination in debug info."
13262 msgstr ""
13263
13264 #: common.opt:1548
13265 #, no-c-format
13266 msgid "Perform unused type elimination in debug info."
13267 msgstr ""
13268
13269 #: common.opt:1552
13270 #, no-c-format
13271 msgid "Do not suppress C++ class debug information."
13272 msgstr ""
13273
13274 #: common.opt:1556
13275 #, no-c-format
13276 msgid "Enable exception handling."
13277 msgstr ""
13278
13279 #: common.opt:1560
13280 #, no-c-format
13281 msgid "Perform a number of minor, expensive optimizations."
13282 msgstr ""
13283
13284 #: common.opt:1564
13285 #, no-c-format
13286 msgid "-fexcess-precision=[fast|standard|16]\tSpecify handling of excess floating-point precision."
13287 msgstr ""
13288
13289 #: common.opt:1582
13290 #, no-c-format
13291 msgid "-fpermitted-flt-eval-methods=[c11|ts-18661]\tSpecify which values of FLT_EVAL_METHOD are permitted."
13292 msgstr ""
13293
13294 #: common.opt:1598
13295 #, no-c-format
13296 msgid "Output lto objects containing both the intermediate language and binary output."
13297 msgstr ""
13298
13299 #: common.opt:1602
13300 #, no-c-format
13301 msgid "Assume no NaNs or infinities are generated."
13302 msgstr ""
13303
13304 #: common.opt:1606
13305 #, no-c-format
13306 msgid "Assume that loops with an exit will terminate and not loop indefinitely."
13307 msgstr ""
13308
13309 #: common.opt:1610
13310 #, no-c-format
13311 msgid "-ffixed-<register>\tMark <register> as being unavailable to the compiler."
13312 msgstr ""
13313
13314 #: common.opt:1614
13315 #, no-c-format
13316 msgid "Don't allocate floats and doubles in extended-precision registers."
13317 msgstr ""
13318
13319 #: common.opt:1622
13320 #, no-c-format
13321 msgid "Perform a forward propagation pass on RTL."
13322 msgstr ""
13323
13324 #: common.opt:1626
13325 #, no-c-format
13326 msgid "-ffp-contract=[off|on|fast]\tPerform floating-point expression contraction."
13327 msgstr ""
13328
13329 #: common.opt:1643
13330 #, no-c-format
13331 msgid "Allow built-in functions ceil, floor, round, trunc to raise \"inexact\" exceptions."
13332 msgstr ""
13333
13334 #: common.opt:1650
13335 #, no-c-format
13336 msgid "Allow function addresses to be held in registers."
13337 msgstr ""
13338
13339 #: common.opt:1654
13340 #, no-c-format
13341 msgid "Place each function into its own section."
13342 msgstr ""
13343
13344 #: common.opt:1658
13345 #, no-c-format
13346 msgid "Perform global common subexpression elimination."
13347 msgstr ""
13348
13349 #: common.opt:1662
13350 #, no-c-format
13351 msgid "Perform enhanced load motion during global common subexpression elimination."
13352 msgstr ""
13353
13354 #: common.opt:1666
13355 #, no-c-format
13356 msgid "Perform store motion after global common subexpression elimination."
13357 msgstr ""
13358
13359 #: common.opt:1670
13360 #, no-c-format
13361 msgid "Perform redundant load after store elimination in global common subexpression elimination."
13362 msgstr ""
13363
13364 #: common.opt:1675
13365 #, no-c-format
13366 msgid "Perform global common subexpression elimination after register allocation has finished."
13367 msgstr ""
13368
13369 #: common.opt:1692
13370 #, no-c-format
13371 msgid "-fgnat-encodings=[all|gdb|minimal]\tSelect the balance between GNAT encodings and standard DWARF emitted in the debug information."
13372 msgstr ""
13373
13374 #: common.opt:1697
13375 #, no-c-format
13376 msgid "Enable in and out of Graphite representation."
13377 msgstr ""
13378
13379 #: common.opt:1701
13380 #, no-c-format
13381 msgid "Enable Graphite Identity transformation."
13382 msgstr ""
13383
13384 #: common.opt:1705
13385 #, no-c-format
13386 msgid "Enable hoisting adjacent loads to encourage generating conditional move instructions."
13387 msgstr ""
13388
13389 #: common.opt:1714
13390 #, no-c-format
13391 msgid "Improve GCC's ability to track column numbers in large source files, at the expense of slower compilation."
13392 msgstr ""
13393
13394 #: common.opt:1719
13395 #, no-c-format
13396 msgid "Mark all loops as parallel."
13397 msgstr ""
13398
13399 #: common.opt:1723 common.opt:1731 common.opt:2918
13400 #, no-c-format
13401 msgid "Enable loop nest transforms.  Same as -floop-nest-optimize."
13402 msgstr "Omogući transformacije ugniježđenja petlje. Isto kao -floop-next-optimize."
13403
13404 #: common.opt:1727
13405 #, no-c-format
13406 msgid "Enable loop interchange on trees."
13407 msgstr ""
13408
13409 #: common.opt:1735
13410 #, no-c-format
13411 msgid "Perform unroll-and-jam on loops."
13412 msgstr ""
13413
13414 #: common.opt:1739
13415 #, no-c-format
13416 msgid "Enable support for GNU transactional memory."
13417 msgstr ""
13418
13419 #: common.opt:1743
13420 #, no-c-format
13421 msgid "Use STB_GNU_UNIQUE if supported by the assembler."
13422 msgstr ""
13423
13424 #: common.opt:1751
13425 #, no-c-format
13426 msgid "Enable the loop nest optimizer."
13427 msgstr ""
13428
13429 #: common.opt:1755
13430 #, no-c-format
13431 msgid "Force bitfield accesses to match their type width."
13432 msgstr ""
13433
13434 #: common.opt:1759
13435 #, no-c-format
13436 msgid "Merge adjacent stores."
13437 msgstr ""
13438
13439 #: common.opt:1763
13440 #, no-c-format
13441 msgid "Enable guessing of branch probabilities."
13442 msgstr ""
13443
13444 #: common.opt:1767
13445 #, no-c-format
13446 msgid "Harden conditionals not used in branches, checking reversed conditions."
13447 msgstr ""
13448
13449 #: common.opt:1771
13450 #, no-c-format
13451 msgid "Harden conditional branches by checking reversed conditions."
13452 msgstr ""
13453
13454 #: common.opt:1779
13455 #, no-c-format
13456 msgid "Process #ident directives."
13457 msgstr ""
13458
13459 #: common.opt:1783
13460 #, no-c-format
13461 msgid "Perform conversion of conditional jumps to branchless equivalents."
13462 msgstr ""
13463
13464 #: common.opt:1787
13465 #, no-c-format
13466 msgid "Perform conversion of conditional jumps to conditional execution."
13467 msgstr ""
13468
13469 #: common.opt:1791
13470 #, no-c-format
13471 msgid "-fstack-reuse=[all|named_vars|none]\tSet stack reuse level for local variables."
13472 msgstr ""
13473
13474 #: common.opt:1807
13475 #, no-c-format
13476 msgid "Convert conditional jumps in innermost loops to branchless equivalents."
13477 msgstr ""
13478
13479 #: common.opt:1819
13480 #, no-c-format
13481 msgid "Do not generate .size directives."
13482 msgstr ""
13483
13484 #: common.opt:1823
13485 #, no-c-format
13486 msgid "Perform indirect inlining."
13487 msgstr ""
13488
13489 #: common.opt:1829
13490 #, no-c-format
13491 msgid "Enable inlining of function declared \"inline\", disabling disables all inlining."
13492 msgstr ""
13493
13494 #: common.opt:1833
13495 #, no-c-format
13496 msgid "Integrate functions into their callers when code size is known not to grow."
13497 msgstr ""
13498
13499 #: common.opt:1837
13500 #, no-c-format
13501 msgid "Integrate functions not declared \"inline\" into their callers when profitable."
13502 msgstr ""
13503
13504 #: common.opt:1841
13505 #, no-c-format
13506 msgid "Integrate functions only required by their single caller."
13507 msgstr ""
13508
13509 #: common.opt:1848
13510 #, no-c-format
13511 msgid "-finline-limit=<number>\tLimit the size of inlined functions to <number>."
13512 msgstr ""
13513
13514 #: common.opt:1852
13515 #, no-c-format
13516 msgid "Inline __atomic operations when a lock free instruction sequence is available."
13517 msgstr ""
13518
13519 #: common.opt:1859
13520 #, no-c-format
13521 msgid "-fcf-protection=[full|branch|return|none|check]\tInstrument functions with checks to verify jump/call/return control-flow transfer instructions have valid targets."
13522 msgstr ""
13523
13524 #: common.opt:1882
13525 #, no-c-format
13526 msgid "Instrument function entry and exit with profiling calls."
13527 msgstr ""
13528
13529 #: common.opt:1886
13530 #, no-c-format
13531 msgid "-finstrument-functions-exclude-function-list=name,...\tDo not instrument listed functions."
13532 msgstr ""
13533
13534 #: common.opt:1890
13535 #, no-c-format
13536 msgid "-finstrument-functions-exclude-file-list=filename,...\tDo not instrument functions listed in files."
13537 msgstr ""
13538
13539 #: common.opt:1894
13540 #, no-c-format
13541 msgid "Perform interprocedural constant propagation."
13542 msgstr ""
13543
13544 #: common.opt:1898
13545 #, no-c-format
13546 msgid "Perform cloning to make Interprocedural constant propagation stronger."
13547 msgstr ""
13548
13549 #: common.opt:1906
13550 #, no-c-format
13551 msgid "Perform interprocedural bitwise constant propagation."
13552 msgstr ""
13553
13554 #: common.opt:1910
13555 #, no-c-format
13556 msgid "Perform interprocedural modref analysis."
13557 msgstr ""
13558
13559 #: common.opt:1914
13560 #, no-c-format
13561 msgid "Perform interprocedural profile propagation."
13562 msgstr ""
13563
13564 #: common.opt:1918
13565 #, no-c-format
13566 msgid "Perform interprocedural points-to analysis."
13567 msgstr ""
13568
13569 #: common.opt:1922
13570 #, no-c-format
13571 msgid "Discover pure and const functions."
13572 msgstr ""
13573
13574 #: common.opt:1926
13575 #, no-c-format
13576 msgid "Perform Identical Code Folding for functions and read-only variables."
13577 msgstr ""
13578
13579 #: common.opt:1930
13580 #, no-c-format
13581 msgid "Perform Identical Code Folding for functions."
13582 msgstr ""
13583
13584 #: common.opt:1934
13585 #, no-c-format
13586 msgid "Perform Identical Code Folding for variables."
13587 msgstr ""
13588
13589 #: common.opt:1938
13590 #, no-c-format
13591 msgid "Discover read-only and non addressable static variables."
13592 msgstr ""
13593
13594 #: common.opt:1942
13595 #, no-c-format
13596 msgid "Discover read-only, write-only and non-addressable static variables."
13597 msgstr ""
13598
13599 #: common.opt:1946
13600 #, no-c-format
13601 msgid "Reduce stack alignment on call sites if possible."
13602 msgstr ""
13603
13604 #: common.opt:1958
13605 #, no-c-format
13606 msgid "Perform IPA Value Range Propagation."
13607 msgstr ""
13608
13609 #: common.opt:1962
13610 #, no-c-format
13611 msgid "-fira-algorithm=[CB|priority]\tSet the used IRA algorithm."
13612 msgstr ""
13613
13614 #: common.opt:1966
13615 #, no-c-format
13616 msgid "Assume strict aliasing rules apply across (uninlined) function boundaries."
13617 msgstr ""
13618
13619 #: common.opt:1979
13620 #, no-c-format
13621 msgid "-fira-region=[one|all|mixed]\tSet regions for IRA."
13622 msgstr ""
13623
13624 #: common.opt:1995
13625 #, no-c-format
13626 msgid "Use IRA based register pressure calculation in RTL hoist optimizations."
13627 msgstr ""
13628
13629 #: common.opt:2000
13630 #, no-c-format
13631 msgid "Use IRA based register pressure calculation in RTL loop optimizations."
13632 msgstr ""
13633
13634 #: common.opt:2005
13635 #, no-c-format
13636 msgid "Share slots for saving different hard registers."
13637 msgstr ""
13638
13639 #: common.opt:2009
13640 #, no-c-format
13641 msgid "Share stack slots for spilled pseudo-registers."
13642 msgstr ""
13643
13644 #: common.opt:2013
13645 #, no-c-format
13646 msgid "-fira-verbose=<number>\tControl IRA's level of diagnostic messages."
13647 msgstr ""
13648
13649 #: common.opt:2017
13650 #, no-c-format
13651 msgid "Optimize induction variables on trees."
13652 msgstr ""
13653
13654 #: common.opt:2021
13655 #, no-c-format
13656 msgid "Use jump tables for sufficiently large switch statements."
13657 msgstr ""
13658
13659 #: common.opt:2025
13660 #, no-c-format
13661 msgid "Use bit tests for sufficiently large switch statements."
13662 msgstr ""
13663
13664 #: common.opt:2029
13665 #, no-c-format
13666 msgid "Generate code for functions even if they are fully inlined."
13667 msgstr ""
13668
13669 #: common.opt:2033
13670 #, no-c-format
13671 msgid "Generate code for static functions even if they are never called."
13672 msgstr ""
13673
13674 #: common.opt:2037
13675 #, no-c-format
13676 msgid "Emit static const variables even if they are not used."
13677 msgstr ""
13678
13679 #: common.opt:2041
13680 #, no-c-format
13681 msgid "Give external symbols a leading underscore."
13682 msgstr ""
13683
13684 #: common.opt:2049
13685 #, no-c-format
13686 msgid "Do CFG-sensitive rematerialization in LRA."
13687 msgstr ""
13688
13689 #: common.opt:2053
13690 #, no-c-format
13691 msgid "Enable link-time optimization."
13692 msgstr ""
13693
13694 #: common.opt:2057
13695 #, no-c-format
13696 msgid "Link-time optimization with number of parallel jobs or jobserver."
13697 msgstr ""
13698
13699 #: common.opt:2079
13700 #, no-c-format
13701 msgid "Specify the algorithm to partition symbols and vars at linktime."
13702 msgstr ""
13703
13704 #: common.opt:2084
13705 #, no-c-format
13706 msgid "-flto-compression-level=<number>\tUse zlib/zstd compression level <number> for IL."
13707 msgstr ""
13708
13709 #: common.opt:2092
13710 #, no-c-format
13711 msgid "Report various link-time optimization statistics."
13712 msgstr ""
13713
13714 #: common.opt:2096
13715 #, no-c-format
13716 msgid "Report various link-time optimization statistics for WPA only."
13717 msgstr ""
13718
13719 #: common.opt:2100
13720 #, no-c-format
13721 msgid "Set errno after built-in math functions."
13722 msgstr ""
13723
13724 #: common.opt:2104
13725 #, no-c-format
13726 msgid "-fmax-errors=<number>\tMaximum number of errors to report."
13727 msgstr ""
13728
13729 #: common.opt:2108
13730 #, no-c-format
13731 msgid "Report on permanent memory allocation."
13732 msgstr ""
13733
13734 #: common.opt:2112
13735 #, no-c-format
13736 msgid "Report on permanent memory allocation in WPA only."
13737 msgstr ""
13738
13739 #: common.opt:2119
13740 #, no-c-format
13741 msgid "Attempt to merge identical constants and constant variables."
13742 msgstr ""
13743
13744 #: common.opt:2123
13745 #, no-c-format
13746 msgid "Attempt to merge identical constants across compilation units."
13747 msgstr ""
13748
13749 #: common.opt:2127
13750 #, no-c-format
13751 msgid "Attempt to merge identical debug strings across compilation units."
13752 msgstr ""
13753
13754 #: common.opt:2131
13755 #, no-c-format
13756 msgid "-fmessage-length=<number>\tLimit diagnostics to <number> characters per line.  0 suppresses line-wrapping."
13757 msgstr ""
13758
13759 #: common.opt:2135
13760 #, no-c-format
13761 msgid "Perform SMS based modulo scheduling before the first scheduling pass."
13762 msgstr ""
13763
13764 #: common.opt:2139
13765 #, no-c-format
13766 msgid "Perform SMS based modulo scheduling with register moves allowed."
13767 msgstr ""
13768
13769 #: common.opt:2143
13770 #, no-c-format
13771 msgid "Move loop invariant computations out of loops."
13772 msgstr ""
13773
13774 #: common.opt:2147
13775 #, no-c-format
13776 msgid "Move stores out of loops."
13777 msgstr ""
13778
13779 #: common.opt:2151
13780 #, no-c-format
13781 msgid "Use the RTL dead code elimination pass."
13782 msgstr ""
13783
13784 #: common.opt:2155
13785 #, no-c-format
13786 msgid "Use the RTL dead store elimination pass."
13787 msgstr ""
13788
13789 #: common.opt:2159
13790 #, no-c-format
13791 msgid "Enable/Disable the traditional scheduling in loops that already passed modulo scheduling."
13792 msgstr ""
13793
13794 #: common.opt:2163
13795 #, no-c-format
13796 msgid "Support synchronous non-call exceptions."
13797 msgstr ""
13798
13799 #: common.opt:2170
13800 #, no-c-format
13801 msgid "-foffload-options=<targets>=<options>\tSpecify options for the offloading targets."
13802 msgstr ""
13803
13804 #: common.opt:2174
13805 #, no-c-format
13806 msgid "-foffload-abi=[lp64|ilp32]\tSet the ABI to use in an offload compiler."
13807 msgstr ""
13808
13809 #: common.opt:2187
13810 #, no-c-format
13811 msgid "When possible do not generate stack frames."
13812 msgstr ""
13813
13814 #: common.opt:2191
13815 #, no-c-format
13816 msgid "Enable all optimization info dumps on stderr."
13817 msgstr ""
13818
13819 #: common.opt:2195
13820 #, no-c-format
13821 msgid "-fopt-info[-<type>=filename]\tDump compiler optimization details."
13822 msgstr ""
13823
13824 #: common.opt:2199
13825 #, no-c-format
13826 msgid "Write a SRCFILE.opt-record.json file detailing what optimizations were performed."
13827 msgstr ""
13828
13829 #: common.opt:2207
13830 #, no-c-format
13831 msgid "Optimize sibling and tail recursive calls."
13832 msgstr ""
13833
13834 #: common.opt:2211
13835 #, no-c-format
13836 msgid "Perform partial inlining."
13837 msgstr ""
13838
13839 #: common.opt:2215 common.opt:2219
13840 #, no-c-format
13841 msgid "Report on memory allocation before interprocedural optimization."
13842 msgstr ""
13843
13844 #: common.opt:2223
13845 #, no-c-format
13846 msgid "Pack structure members together without holes."
13847 msgstr ""
13848
13849 #: common.opt:2227
13850 #, no-c-format
13851 msgid "-fpack-struct=<number>\tSet initial maximum structure member alignment."
13852 msgstr ""
13853
13854 #: common.opt:2231
13855 #, no-c-format
13856 msgid "Return small aggregates in memory, not registers."
13857 msgstr ""
13858
13859 #: common.opt:2235
13860 #, no-c-format
13861 msgid "Perform loop peeling."
13862 msgstr ""
13863
13864 #: common.opt:2239
13865 #, no-c-format
13866 msgid "Enable machine specific peephole optimizations."
13867 msgstr ""
13868
13869 #: common.opt:2243
13870 #, no-c-format
13871 msgid "Enable an RTL peephole pass before sched2."
13872 msgstr ""
13873
13874 #: common.opt:2247
13875 #, no-c-format
13876 msgid "Generate position-independent code if possible (large mode)."
13877 msgstr ""
13878
13879 #: common.opt:2251
13880 #, no-c-format
13881 msgid "Generate position-independent code for executables if possible (large mode)."
13882 msgstr ""
13883
13884 #: common.opt:2255
13885 #, no-c-format
13886 msgid "Generate position-independent code if possible (small mode)."
13887 msgstr ""
13888
13889 #: common.opt:2259
13890 #, no-c-format
13891 msgid "Generate position-independent code for executables if possible (small mode)."
13892 msgstr ""
13893
13894 #: common.opt:2263
13895 #, no-c-format
13896 msgid "Use PLT for PIC calls (-fno-plt: load the address from GOT at call site)."
13897 msgstr ""
13898
13899 #: common.opt:2267
13900 #, no-c-format
13901 msgid "Specify a plugin to load."
13902 msgstr ""
13903
13904 #: common.opt:2271
13905 #, no-c-format
13906 msgid "-fplugin-arg-<name>-<key>[=<value>]\tSpecify argument <key>=<value> for plugin <name>."
13907 msgstr ""
13908
13909 #: common.opt:2275
13910 #, no-c-format
13911 msgid "Run predictive commoning optimization."
13912 msgstr ""
13913
13914 #: common.opt:2279
13915 #, no-c-format
13916 msgid "Generate prefetch instructions, if available, for arrays in loops."
13917 msgstr ""
13918
13919 #: common.opt:2283
13920 #, no-c-format
13921 msgid "Enable basic program profiling code."
13922 msgstr ""
13923
13924 #: common.opt:2287
13925 #, no-c-format
13926 msgid "Generate absolute source path names for gcov."
13927 msgstr ""
13928
13929 #: common.opt:2291
13930 #, no-c-format
13931 msgid "Insert arc-based program profiling code."
13932 msgstr ""
13933
13934 #: common.opt:2295
13935 #, no-c-format
13936 msgid "Set the top-level directory for storing the profile data. The default is 'pwd'."
13937 msgstr ""
13938
13939 #: common.opt:2300
13940 #, no-c-format
13941 msgid "Select the name for storing the profile note file."
13942 msgstr ""
13943
13944 #: common.opt:2304
13945 #, no-c-format
13946 msgid "Enable correction of flow inconsistent profile data input."
13947 msgstr ""
13948
13949 #: common.opt:2308
13950 #, no-c-format
13951 msgid "-fprofile-update=[single|atomic|prefer-atomic]\tSet the profile update method."
13952 msgstr ""
13953
13954 #: common.opt:2312
13955 #, no-c-format
13956 msgid "Instrument only functions from files whose name matches any of the regular expressions (separated by semi-colons)."
13957 msgstr ""
13958
13959 #: common.opt:2316
13960 #, no-c-format
13961 msgid "Instrument only functions from files whose name does not match any of the regular expressions (separated by semi-colons)."
13962 msgstr ""
13963
13964 #: common.opt:2332
13965 #, no-c-format
13966 msgid "-fprofile-reproducible=[serial|parallel-runs|multithreaded]\tControl level of reproducibility of profile gathered by -fprofile-generate."
13967 msgstr ""
13968
13969 #: common.opt:2348
13970 #, no-c-format
13971 msgid "Remove prefix from absolute path before mangling name for -fprofile-generate= and -fprofile-use=."
13972 msgstr ""
13973
13974 #: common.opt:2352
13975 #, no-c-format
13976 msgid "-fprofile-prefix-map=<old>=<new>\tMap one directory name to another in GCOV coverage result."
13977 msgstr ""
13978
13979 #: common.opt:2356
13980 #, no-c-format
13981 msgid "Enable common options for generating profile info for profile feedback directed optimizations."
13982 msgstr ""
13983
13984 #: common.opt:2360
13985 #, no-c-format
13986 msgid "Enable common options for generating profile info for profile feedback directed optimizations, and set -fprofile-dir=."
13987 msgstr ""
13988
13989 #: common.opt:2364
13990 #, no-c-format
13991 msgid "Register the profile information in the .gcov_info section instead of using a constructor/destructor."
13992 msgstr ""
13993
13994 #: common.opt:2368
13995 #, no-c-format
13996 msgid "Register the profile information in the specified section instead of using a constructor/destructor."
13997 msgstr ""
13998
13999 #: common.opt:2372
14000 #, no-c-format
14001 msgid "Do not assume that functions never executed during the train run are cold."
14002 msgstr ""
14003
14004 #: common.opt:2376
14005 #, no-c-format
14006 msgid "Enable common options for performing profile feedback directed optimizations."
14007 msgstr ""
14008
14009 #: common.opt:2380
14010 #, no-c-format
14011 msgid "Enable common options for performing profile feedback directed optimizations, and set -fprofile-dir=."
14012 msgstr ""
14013
14014 #: common.opt:2384
14015 #, no-c-format
14016 msgid "Insert code to profile values of expressions."
14017 msgstr ""
14018
14019 #: common.opt:2388
14020 #, no-c-format
14021 msgid "Report on consistency of profile."
14022 msgstr ""
14023
14024 #: common.opt:2392
14025 #, no-c-format
14026 msgid "Enable function reordering that improves code placement."
14027 msgstr ""
14028
14029 #: common.opt:2396
14030 #, no-c-format
14031 msgid "Insert NOP instructions at each function entry."
14032 msgstr ""
14033
14034 #: common.opt:2403
14035 #, no-c-format
14036 msgid "-frandom-seed=<string>\tMake compile reproducible using <string>."
14037 msgstr ""
14038
14039 #: common.opt:2413
14040 #, no-c-format
14041 msgid "Record gcc command line switches in the object file."
14042 msgstr ""
14043
14044 #: common.opt:2417
14045 #, no-c-format
14046 msgid "Return small aggregates in registers."
14047 msgstr ""
14048
14049 #: common.opt:2425
14050 #, no-c-format
14051 msgid "Tell DSE that the storage for a C++ object is dead when the constructor starts and when the destructor finishes."
14052 msgstr ""
14053
14054 #: common.opt:2436
14055 #, no-c-format
14056 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."
14057 msgstr ""
14058
14059 #: common.opt:2451
14060 #, no-c-format
14061 msgid "Tell DCE to remove unused C++ allocations."
14062 msgstr ""
14063
14064 #: common.opt:2455
14065 #, no-c-format
14066 msgid "Relief of register pressure through live range shrinkage."
14067 msgstr ""
14068
14069 #: common.opt:2459
14070 #, no-c-format
14071 msgid "Perform a register renaming optimization pass."
14072 msgstr ""
14073
14074 #: common.opt:2463
14075 #, no-c-format
14076 msgid "Perform a target dependent instruction fusion optimization pass."
14077 msgstr ""
14078
14079 #: common.opt:2467
14080 #, no-c-format
14081 msgid "Reorder basic blocks to improve code placement."
14082 msgstr ""
14083
14084 #: common.opt:2471
14085 #, no-c-format
14086 msgid "-freorder-blocks-algorithm=[simple|stc]\tSet the used basic block reordering algorithm."
14087 msgstr ""
14088
14089 #: common.opt:2484
14090 #, no-c-format
14091 msgid "Reorder basic blocks and partition into hot and cold sections."
14092 msgstr ""
14093
14094 #: common.opt:2488
14095 #, no-c-format
14096 msgid "Reorder functions to improve code placement."
14097 msgstr ""
14098
14099 #: common.opt:2492
14100 #, no-c-format
14101 msgid "Add a common subexpression elimination pass after loop optimizations."
14102 msgstr ""
14103
14104 #: common.opt:2500
14105 #, no-c-format
14106 msgid "Disable optimizations that assume default FP rounding behavior."
14107 msgstr ""
14108
14109 #: common.opt:2504
14110 #, no-c-format
14111 msgid "Enable scheduling across basic blocks."
14112 msgstr ""
14113
14114 #: common.opt:2508
14115 #, no-c-format
14116 msgid "Enable register pressure sensitive insn scheduling."
14117 msgstr ""
14118
14119 #: common.opt:2512
14120 #, no-c-format
14121 msgid "Allow speculative motion of non-loads."
14122 msgstr ""
14123
14124 #: common.opt:2516
14125 #, no-c-format
14126 msgid "Allow speculative motion of some loads."
14127 msgstr ""
14128
14129 #: common.opt:2520
14130 #, no-c-format
14131 msgid "Allow speculative motion of more loads."
14132 msgstr ""
14133
14134 #: common.opt:2524
14135 #, no-c-format
14136 msgid "-fsched-verbose=<number>\tSet the verbosity level of the scheduler."
14137 msgstr ""
14138
14139 #: common.opt:2528
14140 #, no-c-format
14141 msgid "If scheduling post reload, do superblock scheduling."
14142 msgstr ""
14143
14144 #: common.opt:2536
14145 #, no-c-format
14146 msgid "Reschedule instructions before register allocation."
14147 msgstr ""
14148
14149 #: common.opt:2540
14150 #, no-c-format
14151 msgid "Reschedule instructions after register allocation."
14152 msgstr ""
14153
14154 #: common.opt:2547
14155 #, no-c-format
14156 msgid "Schedule instructions using selective scheduling algorithm."
14157 msgstr ""
14158
14159 #: common.opt:2551
14160 #, no-c-format
14161 msgid "Run selective scheduling after reload."
14162 msgstr ""
14163
14164 #: common.opt:2555
14165 #, no-c-format
14166 msgid "Run self-tests, using the given path to locate test files."
14167 msgstr ""
14168
14169 #: common.opt:2559
14170 #, no-c-format
14171 msgid "Perform software pipelining of inner loops during selective scheduling."
14172 msgstr ""
14173
14174 #: common.opt:2563
14175 #, no-c-format
14176 msgid "Perform software pipelining of outer loops during selective scheduling."
14177 msgstr ""
14178
14179 #: common.opt:2567
14180 #, no-c-format
14181 msgid "Reschedule pipelined regions without pipelining."
14182 msgstr ""
14183
14184 #: common.opt:2571
14185 #, no-c-format
14186 msgid "Allow interposing function (or variables) by ones with different semantics (or initializer) respectively by dynamic linker."
14187 msgstr ""
14188
14189 #: common.opt:2577
14190 #, no-c-format
14191 msgid "Allow premature scheduling of queued insns."
14192 msgstr ""
14193
14194 #: common.opt:2581
14195 #, no-c-format
14196 msgid "-fsched-stalled-insns=<number>\tSet number of queued insns that can be prematurely scheduled."
14197 msgstr ""
14198
14199 #: common.opt:2589
14200 #, no-c-format
14201 msgid "Set dependence distance checking in premature scheduling of queued insns."
14202 msgstr ""
14203
14204 #: common.opt:2593
14205 #, no-c-format
14206 msgid "-fsched-stalled-insns-dep=<number>\tSet dependence distance checking in premature scheduling of queued insns."
14207 msgstr ""
14208
14209 #: common.opt:2597
14210 #, no-c-format
14211 msgid "Enable the group heuristic in the scheduler."
14212 msgstr ""
14213
14214 #: common.opt:2601
14215 #, no-c-format
14216 msgid "Enable the critical path heuristic in the scheduler."
14217 msgstr ""
14218
14219 #: common.opt:2605
14220 #, no-c-format
14221 msgid "Enable the speculative instruction heuristic in the scheduler."
14222 msgstr ""
14223
14224 #: common.opt:2609
14225 #, no-c-format
14226 msgid "Enable the rank heuristic in the scheduler."
14227 msgstr ""
14228
14229 #: common.opt:2613
14230 #, no-c-format
14231 msgid "Enable the last instruction heuristic in the scheduler."
14232 msgstr ""
14233
14234 #: common.opt:2617
14235 #, no-c-format
14236 msgid "Enable the dependent count heuristic in the scheduler."
14237 msgstr ""
14238
14239 #: common.opt:2621
14240 #, no-c-format
14241 msgid "Access data in the same section from shared anchor points."
14242 msgstr ""
14243
14244 #: common.opt:2633
14245 #, no-c-format
14246 msgid "Turn on Redundant Extensions Elimination pass."
14247 msgstr ""
14248
14249 #: common.opt:2637
14250 #, no-c-format
14251 msgid "Show column numbers in diagnostics, when available.  Default on."
14252 msgstr ""
14253
14254 #: common.opt:2641
14255 #, no-c-format
14256 msgid "Emit function prologues only before parts of the function that need it, rather than at the top of the function."
14257 msgstr ""
14258
14259 #: common.opt:2646
14260 #, no-c-format
14261 msgid "Shrink-wrap parts of the prologue and epilogue separately."
14262 msgstr ""
14263
14264 #: common.opt:2650
14265 #, no-c-format
14266 msgid "Disable optimizations observable by IEEE signaling NaNs."
14267 msgstr ""
14268
14269 #: common.opt:2654
14270 #, no-c-format
14271 msgid "Disable floating point optimizations that ignore the IEEE signedness of zero."
14272 msgstr ""
14273
14274 #: common.opt:2658
14275 #, no-c-format
14276 msgid "Convert floating point constants to single precision constants."
14277 msgstr ""
14278
14279 #: common.opt:2662
14280 #, no-c-format
14281 msgid "Split lifetimes of induction variables when loops are unrolled."
14282 msgstr ""
14283
14284 #: common.opt:2666
14285 #, no-c-format
14286 msgid "Generate discontiguous stack frames."
14287 msgstr ""
14288
14289 #: common.opt:2670
14290 #, no-c-format
14291 msgid "Split wide types into independent registers."
14292 msgstr ""
14293
14294 #: common.opt:2674
14295 #, no-c-format
14296 msgid "Split wide types into independent registers earlier."
14297 msgstr ""
14298
14299 #: common.opt:2678
14300 #, no-c-format
14301 msgid "Enable backward propagation of use properties at the SSA level."
14302 msgstr ""
14303
14304 #: common.opt:2682
14305 #, no-c-format
14306 msgid "Optimize conditional patterns using SSA PHI nodes."
14307 msgstr ""
14308
14309 #: common.opt:2686
14310 #, no-c-format
14311 msgid "Optimize amount of stdarg registers saved to stack at start of function."
14312 msgstr ""
14313
14314 #: common.opt:2690
14315 #, no-c-format
14316 msgid "Apply variable expansion when loops are unrolled."
14317 msgstr ""
14318
14319 #: common.opt:2694
14320 #, no-c-format
14321 msgid "-fstack-check=[no|generic|specific]\tInsert stack checking code into the program."
14322 msgstr ""
14323
14324 #: common.opt:2698
14325 #, no-c-format
14326 msgid "Insert stack checking code into the program.  Same as -fstack-check=specific."
14327 msgstr "Umetne kȏd za provjeru stȏga u program. Isto kao -fstack-check=specific."
14328
14329 #: common.opt:2702
14330 #, no-c-format
14331 msgid "Insert code to probe each page of stack space as it is allocated to protect from stack-clash style attacks."
14332 msgstr ""
14333
14334 #: common.opt:2710
14335 #, no-c-format
14336 msgid "-fstack-limit-register=<register>\tTrap if the stack goes past <register>."
14337 msgstr ""
14338
14339 #: common.opt:2714
14340 #, no-c-format
14341 msgid "-fstack-limit-symbol=<name>\tTrap if the stack goes past symbol <name>."
14342 msgstr ""
14343
14344 #: common.opt:2718
14345 #, no-c-format
14346 msgid "Use propolice as a stack protection method."
14347 msgstr ""
14348
14349 #: common.opt:2722
14350 #, no-c-format
14351 msgid "Use a stack protection method for every function."
14352 msgstr ""
14353
14354 #: common.opt:2726
14355 #, no-c-format
14356 msgid "Use a smart stack protection method for certain functions."
14357 msgstr ""
14358
14359 #: common.opt:2730
14360 #, no-c-format
14361 msgid "Use stack protection method only for functions with the stack_protect attribute."
14362 msgstr ""
14363
14364 #: common.opt:2734
14365 #, no-c-format
14366 msgid "Output stack usage information on a per-function basis."
14367 msgstr ""
14368
14369 #: common.opt:2746
14370 #, no-c-format
14371 msgid "Assume strict aliasing rules apply."
14372 msgstr ""
14373
14374 #: common.opt:2750
14375 #, no-c-format
14376 msgid "Treat signed overflow as undefined.  Negated as -fwrapv -fwrapv-pointer."
14377 msgstr ""
14378
14379 #: common.opt:2754
14380 #, no-c-format
14381 msgid "Implement __atomic operations via libcalls to legacy __sync functions."
14382 msgstr ""
14383
14384 #: common.opt:2758
14385 #, no-c-format
14386 msgid "Check for syntax errors, then stop."
14387 msgstr ""
14388
14389 #: common.opt:2762
14390 #, no-c-format
14391 msgid "Create data files needed by \"gcov\"."
14392 msgstr ""
14393
14394 #: common.opt:2766
14395 #, no-c-format
14396 msgid "Perform jump threading optimizations."
14397 msgstr ""
14398
14399 #: common.opt:2770
14400 #, no-c-format
14401 msgid "Report the time taken by each compiler pass."
14402 msgstr ""
14403
14404 #: common.opt:2774
14405 #, no-c-format
14406 msgid "Record times taken by sub-phases separately."
14407 msgstr ""
14408
14409 #: common.opt:2778
14410 #, no-c-format
14411 msgid "-ftls-model=[global-dynamic|local-dynamic|initial-exec|local-exec]\tSet the default thread-local storage code generation model."
14412 msgstr ""
14413
14414 #: common.opt:2797
14415 #, no-c-format
14416 msgid "Reorder top level functions, variables, and asms."
14417 msgstr ""
14418
14419 #: common.opt:2801
14420 #, no-c-format
14421 msgid "Perform superblock formation via tail duplication."
14422 msgstr ""
14423
14424 #: common.opt:2805
14425 #, no-c-format
14426 msgid "For targets that normally need trampolines for nested functions, always generate them instead of using descriptors."
14427 msgstr ""
14428
14429 #: common.opt:2813
14430 #, no-c-format
14431 msgid "Assume floating-point operations can trap."
14432 msgstr ""
14433
14434 #: common.opt:2817
14435 #, no-c-format
14436 msgid "Trap for signed overflow in addition, subtraction and multiplication."
14437 msgstr ""
14438
14439 #: common.opt:2821
14440 #, no-c-format
14441 msgid "Enable SSA-CCP optimization on trees."
14442 msgstr ""
14443
14444 #: common.opt:2825
14445 #, no-c-format
14446 msgid "Enable SSA-BIT-CCP optimization on trees."
14447 msgstr ""
14448
14449 #: common.opt:2833
14450 #, no-c-format
14451 msgid "Enable loop header copying on trees."
14452 msgstr ""
14453
14454 #: common.opt:2841
14455 #, no-c-format
14456 msgid "Enable SSA coalescing of user variables."
14457 msgstr ""
14458
14459 #: common.opt:2849
14460 #, no-c-format
14461 msgid "Enable copy propagation on trees."
14462 msgstr ""
14463
14464 #: common.opt:2857
14465 #, no-c-format
14466 msgid "Transform condition stores into unconditional ones."
14467 msgstr ""
14468
14469 #: common.opt:2861
14470 #, no-c-format
14471 msgid "Perform conversions of switch initializations."
14472 msgstr ""
14473
14474 #: common.opt:2865
14475 #, no-c-format
14476 msgid "Enable SSA dead code elimination optimization on trees."
14477 msgstr ""
14478
14479 #: common.opt:2869
14480 #, no-c-format
14481 msgid "Enable dominator optimizations."
14482 msgstr ""
14483
14484 #: common.opt:2873
14485 #, no-c-format
14486 msgid "Enable tail merging on trees."
14487 msgstr ""
14488
14489 #: common.opt:2877
14490 #, no-c-format
14491 msgid "Enable dead store elimination."
14492 msgstr ""
14493
14494 #: common.opt:2881
14495 #, no-c-format
14496 msgid "Enable forward propagation on trees."
14497 msgstr ""
14498
14499 #: common.opt:2885
14500 #, no-c-format
14501 msgid "Enable Full Redundancy Elimination (FRE) on trees."
14502 msgstr ""
14503
14504 #: common.opt:2889
14505 #, no-c-format
14506 msgid "Enable string length optimizations on trees."
14507 msgstr ""
14508
14509 #: common.opt:2893
14510 #, no-c-format
14511 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."
14512 msgstr ""
14513
14514 #: common.opt:2899
14515 #, no-c-format
14516 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."
14517 msgstr ""
14518
14519 #: common.opt:2906
14520 #, no-c-format
14521 msgid "Enable loop distribution on trees."
14522 msgstr ""
14523
14524 #: common.opt:2910
14525 #, no-c-format
14526 msgid "Enable loop distribution for patterns transformed into a library call."
14527 msgstr ""
14528
14529 #: common.opt:2914
14530 #, no-c-format
14531 msgid "Enable loop invariant motion on trees."
14532 msgstr ""
14533
14534 #: common.opt:2922
14535 #, no-c-format
14536 msgid "Create canonical induction variables in loops."
14537 msgstr ""
14538
14539 #: common.opt:2926
14540 #, no-c-format
14541 msgid "Enable loop optimizations on tree level."
14542 msgstr ""
14543
14544 #: common.opt:2930
14545 #, no-c-format
14546 msgid "-ftree-parallelize-loops=<number>\tEnable automatic parallelization of loops."
14547 msgstr ""
14548
14549 #: common.opt:2934
14550 #, no-c-format
14551 msgid "Enable hoisting loads from conditional pointers."
14552 msgstr ""
14553
14554 #: common.opt:2938
14555 #, no-c-format
14556 msgid "Enable SSA-PRE optimization on trees."
14557 msgstr ""
14558
14559 #: common.opt:2942
14560 #, no-c-format
14561 msgid "In SSA-PRE optimization on trees, enable partial-partial redundancy elimination."
14562 msgstr ""
14563
14564 #: common.opt:2946
14565 #, no-c-format
14566 msgid "Perform function-local points-to analysis on trees."
14567 msgstr ""
14568
14569 #: common.opt:2950
14570 #, no-c-format
14571 msgid "Enable reassociation on tree level."
14572 msgstr ""
14573
14574 #: common.opt:2958
14575 #, no-c-format
14576 msgid "Enable SSA code sinking on trees."
14577 msgstr ""
14578
14579 #: common.opt:2962
14580 #, no-c-format
14581 msgid "Perform straight-line strength reduction."
14582 msgstr ""
14583
14584 #: common.opt:2966
14585 #, no-c-format
14586 msgid "Perform scalar replacement of aggregates."
14587 msgstr ""
14588
14589 #: common.opt:2970
14590 #, no-c-format
14591 msgid "Replace temporary expressions in the SSA->normal pass."
14592 msgstr ""
14593
14594 #: common.opt:2974
14595 #, no-c-format
14596 msgid "Perform live range splitting during the SSA->normal pass."
14597 msgstr ""
14598
14599 #: common.opt:2978
14600 #, no-c-format
14601 msgid "Perform Value Range Propagation on trees."
14602 msgstr ""
14603
14604 #: common.opt:2982
14605 #, no-c-format
14606 msgid "Split paths leading to loop backedges."
14607 msgstr ""
14608
14609 #: common.opt:2986
14610 #, no-c-format
14611 msgid "Assume common declarations may be overridden with ones with a larger trailing array."
14612 msgstr ""
14613
14614 #: common.opt:2991
14615 #, no-c-format
14616 msgid "Compile whole compilation unit at a time."
14617 msgstr ""
14618
14619 #: common.opt:2995
14620 #, no-c-format
14621 msgid "Perform loop unrolling when iteration count is known."
14622 msgstr ""
14623
14624 #: common.opt:2999
14625 #, no-c-format
14626 msgid "Perform loop unrolling for all loops."
14627 msgstr ""
14628
14629 #: common.opt:3014
14630 #, no-c-format
14631 msgid "Allow optimization for floating-point arithmetic which may change the result of the operation due to rounding."
14632 msgstr ""
14633
14634 #: common.opt:3019
14635 #, no-c-format
14636 msgid "Same as -fassociative-math for expressions which include division."
14637 msgstr "Isto kao -fassociative-math za izraze koju uključuju dijeljenje."
14638
14639 #: common.opt:3027
14640 #, no-c-format
14641 msgid "Allow math optimizations that may violate IEEE or ISO standards."
14642 msgstr ""
14643
14644 #: common.opt:3031
14645 #, no-c-format
14646 msgid "Perform loop unswitching."
14647 msgstr ""
14648
14649 #: common.opt:3035
14650 #, no-c-format
14651 msgid "Perform loop splitting."
14652 msgstr ""
14653
14654 #: common.opt:3039
14655 #, no-c-format
14656 msgid "Version loops based on whether indices have a stride of one."
14657 msgstr ""
14658
14659 #: common.opt:3043
14660 #, no-c-format
14661 msgid "Just generate unwind tables for exception handling."
14662 msgstr ""
14663
14664 #: common.opt:3047
14665 #, no-c-format
14666 msgid "Use the bfd linker instead of the default linker."
14667 msgstr ""
14668
14669 #: common.opt:3051
14670 #, no-c-format
14671 msgid "Use the gold linker instead of the default linker."
14672 msgstr ""
14673
14674 #: common.opt:3055
14675 #, no-c-format
14676 msgid "Use the lld LLVM linker instead of the default linker."
14677 msgstr ""
14678
14679 #: common.opt:3059
14680 #, no-c-format
14681 msgid "Use the Modern linker (MOLD) linker instead of the default linker."
14682 msgstr ""
14683
14684 #: common.opt:3069
14685 #, no-c-format
14686 msgid "Perform variable tracking."
14687 msgstr ""
14688
14689 #: common.opt:3076
14690 #, no-c-format
14691 msgid "Perform variable tracking by annotating assignments."
14692 msgstr ""
14693
14694 #: common.opt:3082
14695 #, no-c-format
14696 msgid "Toggle -fvar-tracking-assignments."
14697 msgstr ""
14698
14699 #: common.opt:3089
14700 #, no-c-format
14701 msgid "Perform variable tracking and also tag variables that are uninitialized."
14702 msgstr ""
14703
14704 #: common.opt:3094
14705 #, no-c-format
14706 msgid "Enable vectorization on trees."
14707 msgstr ""
14708
14709 #: common.opt:3102
14710 #, no-c-format
14711 msgid "Enable loop vectorization on trees."
14712 msgstr ""
14713
14714 #: common.opt:3106
14715 #, no-c-format
14716 msgid "Enable basic block vectorization (SLP) on trees."
14717 msgstr ""
14718
14719 #: common.opt:3110
14720 #, no-c-format
14721 msgid "-fvect-cost-model=[unlimited|dynamic|cheap|very-cheap]\tSpecifies the cost model for vectorization."
14722 msgstr ""
14723
14724 #: common.opt:3114
14725 #, no-c-format
14726 msgid "-fsimd-cost-model=[unlimited|dynamic|cheap|very-cheap]\tSpecifies the vectorization cost model for code marked with a simd directive."
14727 msgstr ""
14728
14729 #: common.opt:3133
14730 #, no-c-format
14731 msgid "Enables the dynamic vectorizer cost model.  Preserved for backward compatibility."
14732 msgstr ""
14733
14734 #: common.opt:3141
14735 #, no-c-format
14736 msgid "Enable copy propagation of scalar-evolution information."
14737 msgstr ""
14738
14739 #: common.opt:3145
14740 #, no-c-format
14741 msgid "-ftrivial-auto-var-init=[uninitialized|pattern|zero]\tAdd initializations to automatic variables."
14742 msgstr ""
14743
14744 #: common.opt:3167
14745 #, no-c-format
14746 msgid "Add extra commentary to assembler output."
14747 msgstr ""
14748
14749 #: common.opt:3171
14750 #, no-c-format
14751 msgid "-fvisibility=[default|internal|hidden|protected]\tSet the default symbol visibility."
14752 msgstr ""
14753
14754 #: common.opt:3190
14755 #, no-c-format
14756 msgid "Validate vtable pointers before using them."
14757 msgstr ""
14758
14759 #: common.opt:3206
14760 #, no-c-format
14761 msgid "Output vtable verification counters."
14762 msgstr ""
14763
14764 #: common.opt:3210
14765 #, no-c-format
14766 msgid "Output vtable verification pointer sets information."
14767 msgstr ""
14768
14769 #: common.opt:3214
14770 #, no-c-format
14771 msgid "Use expression value profiles in optimizations."
14772 msgstr ""
14773
14774 #: common.opt:3218
14775 #, no-c-format
14776 msgid "Construct webs and split unrelated uses of single variable."
14777 msgstr ""
14778
14779 #: common.opt:3222
14780 #, no-c-format
14781 msgid "Enable conditional dead code elimination for builtin calls."
14782 msgstr ""
14783
14784 #: common.opt:3226
14785 #, no-c-format
14786 msgid "Perform whole program optimizations."
14787 msgstr ""
14788
14789 #: common.opt:3230
14790 #, no-c-format
14791 msgid "Assume pointer overflow wraps around."
14792 msgstr ""
14793
14794 #: common.opt:3234
14795 #, no-c-format
14796 msgid "Assume signed arithmetic overflow wraps around."
14797 msgstr ""
14798
14799 #: common.opt:3238
14800 #, no-c-format
14801 msgid "Put zero initialized data in the bss section."
14802 msgstr ""
14803
14804 #: common.opt:3242
14805 #, no-c-format
14806 msgid "Clear call-used registers upon function return."
14807 msgstr ""
14808
14809 #: common.opt:3246
14810 #, no-c-format
14811 msgid "Generate debug information in default format."
14812 msgstr ""
14813
14814 #: common.opt:3250
14815 #, no-c-format
14816 msgid "Assume assembler support for (DWARF2+) .loc directives."
14817 msgstr ""
14818
14819 #: common.opt:3254
14820 #, no-c-format
14821 msgid "Assume assembler support for view in (DWARF2+) .loc directives."
14822 msgstr ""
14823
14824 #: common.opt:3274
14825 #, no-c-format
14826 msgid "Record DW_AT_decl_column and DW_AT_call_column in DWARF."
14827 msgstr ""
14828
14829 #: common.opt:3280
14830 #, no-c-format
14831 msgid "Generate CTF debug information at default level."
14832 msgstr ""
14833
14834 #: common.opt:3284
14835 #, no-c-format
14836 msgid "Generate BTF debug information at default level."
14837 msgstr ""
14838
14839 #: common.opt:3288
14840 #, no-c-format
14841 msgid "Generate debug information in default version of DWARF format."
14842 msgstr ""
14843
14844 #: common.opt:3292
14845 #, no-c-format
14846 msgid "Generate debug information in DWARF v2 (or later) format."
14847 msgstr ""
14848
14849 #: common.opt:3296
14850 #, no-c-format
14851 msgid "Use 32-bit DWARF format when emitting DWARF debug information."
14852 msgstr ""
14853
14854 #: common.opt:3300
14855 #, no-c-format
14856 msgid "Use 64-bit DWARF format when emitting DWARF debug information."
14857 msgstr ""
14858
14859 #: common.opt:3304
14860 #, no-c-format
14861 msgid "Generate debug information in default extended format."
14862 msgstr ""
14863
14864 #: common.opt:3308
14865 #, no-c-format
14866 msgid "Generate extended entry point information for inlined functions."
14867 msgstr ""
14868
14869 #: common.opt:3312
14870 #, no-c-format
14871 msgid "Compute locview reset points based on insn length estimates."
14872 msgstr ""
14873
14874 #: common.opt:3320
14875 #, no-c-format
14876 msgid "Don't generate DWARF pubnames and pubtypes sections."
14877 msgstr ""
14878
14879 #: common.opt:3324
14880 #, no-c-format
14881 msgid "Generate DWARF pubnames and pubtypes sections."
14882 msgstr ""
14883
14884 #: common.opt:3328
14885 #, no-c-format
14886 msgid "Generate DWARF pubnames and pubtypes sections with GNU extensions."
14887 msgstr ""
14888
14889 #: common.opt:3332
14890 #, no-c-format
14891 msgid "Record gcc command line switches in DWARF DW_AT_producer."
14892 msgstr ""
14893
14894 #: common.opt:3336
14895 #, no-c-format
14896 msgid "Generate debug information in separate .dwo files."
14897 msgstr ""
14898
14899 #: common.opt:3340
14900 #, no-c-format
14901 msgid "Generate debug information in STABS format."
14902 msgstr ""
14903
14904 #: common.opt:3344
14905 #, no-c-format
14906 msgid "Generate debug information in extended STABS format."
14907 msgstr ""
14908
14909 #: common.opt:3348
14910 #, no-c-format
14911 msgid "Emit progressive recommended breakpoint locations."
14912 msgstr ""
14913
14914 #: common.opt:3352
14915 #, no-c-format
14916 msgid "Don't emit DWARF additions beyond selected version."
14917 msgstr ""
14918
14919 #: common.opt:3356
14920 #, no-c-format
14921 msgid "Add description attributes to some DWARF DIEs that have no name attribute."
14922 msgstr ""
14923
14924 #: common.opt:3360
14925 #, no-c-format
14926 msgid "Toggle debug information generation."
14927 msgstr ""
14928
14929 #: common.opt:3364
14930 #, no-c-format
14931 msgid "Augment variable location lists with progressive views."
14932 msgstr ""
14933
14934 #: common.opt:3371
14935 #, no-c-format
14936 msgid "Generate debug information in VMS format."
14937 msgstr ""
14938
14939 #: common.opt:3375
14940 #, no-c-format
14941 msgid "Generate debug information in XCOFF format."
14942 msgstr ""
14943
14944 #: common.opt:3379
14945 #, no-c-format
14946 msgid "Generate debug information in extended XCOFF format."
14947 msgstr ""
14948
14949 #: common.opt:3397
14950 #, no-c-format
14951 msgid "Generate compressed debug sections."
14952 msgstr ""
14953
14954 #: common.opt:3401
14955 #, no-c-format
14956 msgid "-gz=<format>\tGenerate compressed debug sections in format <format>."
14957 msgstr ""
14958
14959 #: common.opt:3408
14960 #, no-c-format
14961 msgid "-iplugindir=<dir>\tSet <dir> to be the default plugin directory."
14962 msgstr ""
14963
14964 #: common.opt:3412
14965 #, no-c-format
14966 msgid "-imultiarch <dir>\tSet <dir> to be the multiarch include subdirectory."
14967 msgstr ""
14968
14969 #: common.opt:3437
14970 #, no-c-format
14971 msgid "-o <file>\tPlace output into <file>."
14972 msgstr "-o <file>\tSmjesti (upiše) izlaz u <file>."
14973
14974 #: common.opt:3441
14975 #, no-c-format
14976 msgid "Enable function profiling."
14977 msgstr ""
14978
14979 #: common.opt:3451
14980 #, no-c-format
14981 msgid "Like -pedantic but issue them as errors."
14982 msgstr ""
14983
14984 #: common.opt:3491
14985 #, no-c-format
14986 msgid "Do not display functions compiled or elapsed time."
14987 msgstr ""
14988
14989 #: common.opt:3523
14990 #, no-c-format
14991 msgid "Enable verbose output."
14992 msgstr ""
14993
14994 #: common.opt:3527
14995 #, no-c-format
14996 msgid "Display the compiler's version."
14997 msgstr ""
14998
14999 #: common.opt:3531
15000 #, no-c-format
15001 msgid "Suppress warnings."
15002 msgstr ""
15003
15004 #: common.opt:3541
15005 #, no-c-format
15006 msgid "Create a shared library."
15007 msgstr "Stvori zajedničku (dijeljenu) biblioteku."
15008
15009 #: common.opt:3593
15010 #, no-c-format
15011 msgid "Don't create a dynamically linked position independent executable."
15012 msgstr ""
15013
15014 #: common.opt:3597
15015 #, no-c-format
15016 msgid "Create a dynamically linked position independent executable."
15017 msgstr ""
15018
15019 #: common.opt:3601
15020 #, no-c-format
15021 msgid "Create a static position independent executable."
15022 msgstr ""
15023
15024 #: common.opt:3608
15025 #, no-c-format
15026 msgid "Use caller save register across calls if possible."
15027 msgstr ""
15028
15029 #: params.opt:27
15030 #, no-c-format
15031 msgid "Loops iterating at least selected number of iterations will get loop alignment."
15032 msgstr ""
15033
15034 #: params.opt:31
15035 #, no-c-format
15036 msgid "Select fraction of the maximal frequency of executions of basic block in function given basic block get alignment."
15037 msgstr ""
15038
15039 #: params.opt:35
15040 #, no-c-format
15041 msgid "Enable asan globals protection."
15042 msgstr ""
15043
15044 #: params.opt:39
15045 #, no-c-format
15046 msgid "Enable asan allocas/VLAs protection."
15047 msgstr ""
15048
15049 #: params.opt:43
15050 #, no-c-format
15051 msgid "Enable asan load operations protection."
15052 msgstr ""
15053
15054 #: params.opt:47
15055 #, no-c-format
15056 msgid "Enable asan store operations protection."
15057 msgstr ""
15058
15059 #: params.opt:51
15060 #, no-c-format
15061 msgid "Use callbacks instead of inline code if number of accesses in function becomes greater or equal to this number."
15062 msgstr ""
15063
15064 #: params.opt:55
15065 #, no-c-format
15066 msgid "Enable asan builtin functions protection."
15067 msgstr ""
15068
15069 #: params.opt:59
15070 #, no-c-format
15071 msgid "Enable asan stack protection."
15072 msgstr ""
15073
15074 #: params.opt:63
15075 #, no-c-format
15076 msgid "Enable asan detection of use-after-return bugs."
15077 msgstr ""
15078
15079 #: params.opt:67
15080 #, no-c-format
15081 msgid "Enable hwasan instrumentation of statically sized stack-allocated variables."
15082 msgstr ""
15083
15084 #: params.opt:71
15085 #, no-c-format
15086 msgid "Use random base tag for each frame, as opposed to base always zero."
15087 msgstr ""
15088
15089 #: params.opt:75
15090 #, no-c-format
15091 msgid "Enable hwasan instrumentation of allocas/VLAs."
15092 msgstr ""
15093
15094 #: params.opt:79
15095 #, no-c-format
15096 msgid "Enable hwasan instrumentation of load operations."
15097 msgstr ""
15098
15099 #: params.opt:83
15100 #, no-c-format
15101 msgid "Enable hwasan instrumentation of store operations."
15102 msgstr ""
15103
15104 #: params.opt:87
15105 #, no-c-format
15106 msgid "Enable hwasan instrumentation of builtin functions."
15107 msgstr ""
15108
15109 #: params.opt:91
15110 #, no-c-format
15111 msgid "Average number of iterations of a loop."
15112 msgstr ""
15113
15114 #: params.opt:95
15115 #, no-c-format
15116 msgid "Maximum number of bits for which we avoid creating FMAs."
15117 msgstr ""
15118
15119 #: params.opt:99
15120 #, no-c-format
15121 msgid "Set the estimated probability in percentage for builtin expect. The default value is 90% probability."
15122 msgstr ""
15123
15124 #: params.opt:103
15125 #, no-c-format
15126 msgid "The maximum length of a constant string for a builtin string cmp call eligible for inlining. The default value is 3."
15127 msgstr ""
15128
15129 #: params.opt:107
15130 #, no-c-format
15131 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."
15132 msgstr ""
15133
15134 #: params.opt:111
15135 #, no-c-format
15136 msgid "Probability that COMDAT function will be shared with different compilation unit."
15137 msgstr "Vjerojatnost da će COMDAT funkcija biti dijeljena s različitom kompilacijskom jedinicom."
15138
15139 #: params.opt:115
15140 #, no-c-format
15141 msgid "Maximum number of namespaces to search for alternatives when name lookup fails."
15142 msgstr ""
15143
15144 #: params.opt:119
15145 #, no-c-format
15146 msgid "Maximum number of queries into the alias oracle per store."
15147 msgstr ""
15148
15149 #: params.opt:123
15150 #, no-c-format
15151 msgid "Maximum size (in bytes) of objects tracked bytewise by dead store elimination."
15152 msgstr ""
15153
15154 #: params.opt:127
15155 #, no-c-format
15156 msgid "Maximal estimated growth of function body caused by early inlining of single call."
15157 msgstr ""
15158
15159 #: params.opt:131
15160 #, no-c-format
15161 msgid "Maximum number of basic blocks before EVRP uses a sparse cache."
15162 msgstr ""
15163
15164 #: params.opt:135
15165 #, no-c-format
15166 msgid "Maximum number of outgoing edges in a switch before EVRP will not process it."
15167 msgstr ""
15168
15169 #: params.opt:139
15170 #, no-c-format
15171 msgid "--param=evrp-mode=[legacy|ranger|legacy-first|ranger-first] Specifies the mode Early VRP should operate in."
15172 msgstr ""
15173
15174 #: params.opt:158
15175 #, no-c-format
15176 msgid "Scale factor to apply to the number of blocks in a threading path when comparing to the number of (scaled) statements."
15177 msgstr ""
15178
15179 #: params.opt:162
15180 #, no-c-format
15181 msgid "Scale factor to apply to the number of statements in a threading path when comparing to the number of (scaled) blocks."
15182 msgstr ""
15183
15184 #: params.opt:166
15185 #, no-c-format
15186 msgid "The threshold ratio of critical edges execution count that permit performing redundancy elimination after reload."
15187 msgstr ""
15188
15189 #: params.opt:170
15190 #, no-c-format
15191 msgid "The threshold ratio for performing partial redundancy elimination after reload."
15192 msgstr ""
15193
15194 #: params.opt:174
15195 #, no-c-format
15196 msgid "Scaling factor in calculation of maximum distance an expression can be moved by GCSE optimizations."
15197 msgstr ""
15198
15199 #: params.opt:178
15200 #, no-c-format
15201 msgid "Cost at which GCSE optimizations will not constraint the distance an expression can travel."
15202 msgstr ""
15203
15204 #: params.opt:182
15205 #, no-c-format
15206 msgid "Minimum heap expansion to trigger garbage collection, as a percentage of the total size of the heap."
15207 msgstr ""
15208
15209 #: params.opt:186
15210 #, no-c-format
15211 msgid "Minimum heap size before we start collecting garbage, in kilobytes."
15212 msgstr ""
15213
15214 #: params.opt:190
15215 #, no-c-format
15216 msgid "The number of executions of a basic block which is considered hot. The parameter is used only in GIMPLE FE."
15217 msgstr ""
15218
15219 #: params.opt:194
15220 #, no-c-format
15221 msgid "Whether codegen errors should be ICEs when -fchecking."
15222 msgstr ""
15223
15224 #: params.opt:198
15225 #, no-c-format
15226 msgid "Maximum number of arrays per SCoP."
15227 msgstr ""
15228
15229 #: params.opt:202
15230 #, no-c-format
15231 msgid "Maximum number of parameters in a SCoP."
15232 msgstr ""
15233
15234 #: params.opt:206
15235 #, no-c-format
15236 msgid "The number of elements for which hash table verification is done for each searched element."
15237 msgstr ""
15238
15239 #: params.opt:210
15240 #, no-c-format
15241 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)."
15242 msgstr ""
15243
15244 #: params.opt:214
15245 #, no-c-format
15246 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)."
15247 msgstr ""
15248
15249 #: params.opt:218
15250 #, no-c-format
15251 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."
15252 msgstr ""
15253
15254 #: params.opt:222
15255 #, no-c-format
15256 msgid "The scale (in percents) applied to inline-insns-single and auto limits when heuristics hints that inlining is very profitable."
15257 msgstr ""
15258
15259 #: params.opt:226
15260 #, no-c-format
15261 msgid "The minimal estimated speedup allowing inliner to ignore inline-insns-single and inline-insns-auto."
15262 msgstr ""
15263
15264 #: params.opt:230
15265 #, no-c-format
15266 msgid "How much can given compilation unit grow because of the inlining (in percent)."
15267 msgstr ""
15268
15269 #: params.opt:234
15270 #, no-c-format
15271 msgid "The upper bound for sharing integer constants."
15272 msgstr ""
15273
15274 #: params.opt:238
15275 #, no-c-format
15276 msgid "Threshold ipa-cp opportunity evaluation that is still considered beneficial to clone."
15277 msgstr ""
15278
15279 #: params.opt:242
15280 #, no-c-format
15281 msgid "Compile-time bonus IPA-CP assigns to candidates which make loop bounds or strides known."
15282 msgstr ""
15283
15284 #: params.opt:246
15285 #, no-c-format
15286 msgid "Maximum depth of recursive cloning for self-recursive function."
15287 msgstr ""
15288
15289 #: params.opt:250
15290 #, no-c-format
15291 msgid "Recursive cloning only when the probability of call being executed exceeds the parameter."
15292 msgstr ""
15293
15294 #: params.opt:254
15295 #, no-c-format
15296 msgid "When propagating IPA-CP effect estimates, multiply frequencies of recursive edges that bring back an unchanged value by this factor."
15297 msgstr ""
15298
15299 #: params.opt:258
15300 #, no-c-format
15301 msgid "Percentage penalty the recursive functions will receive when they are evaluated for cloning."
15302 msgstr ""
15303
15304 #: params.opt:262
15305 #, no-c-format
15306 msgid "Percentage penalty functions containing a single call to another function will receive when they are evaluated for cloning."
15307 msgstr ""
15308
15309 #: params.opt:266
15310 #, no-c-format
15311 msgid "How much can given compilation unit grow because of the interprocedural constant propagation (in percent)."
15312 msgstr ""
15313
15314 #: params.opt:270
15315 #, no-c-format
15316 msgid "The size of translation unit that IPA-CP pass considers large."
15317 msgstr "Veličina jedinice prijevoda koju IPA-CP prolaz smatra velikom."
15318
15319 #: params.opt:274
15320 #, no-c-format
15321 msgid "Maximum size of a list of values associated with each parameter for interprocedural constant propagation."
15322 msgstr ""
15323
15324 #: params.opt:278
15325 #, no-c-format
15326 msgid "When using profile feedback, use the edge at this percentage position in frequncy histogram as the bases for IPA-CP heuristics."
15327 msgstr ""
15328
15329 #: params.opt:282
15330 #, no-c-format
15331 msgid "Maximum number of statements visited during jump function offset discovery."
15332 msgstr ""
15333
15334 #: params.opt:286
15335 #, no-c-format
15336 msgid "Maximum number of statements that will be visited by IPA formal parameter analysis based on alias analysis in any given function."
15337 msgstr ""
15338
15339 #: params.opt:290
15340 #, no-c-format
15341 msgid "Maximum number of aggregate content items for a parameter in jump functions and lattices."
15342 msgstr ""
15343
15344 #: params.opt:294
15345 #, no-c-format
15346 msgid "Maximum number of operations in a parameter expression that can be handled by IPA analysis."
15347 msgstr ""
15348
15349 #: params.opt:298
15350 #, no-c-format
15351 msgid "Maximum number of different predicates used to track properties of loops in IPA analysis."
15352 msgstr ""
15353
15354 #: params.opt:302
15355 #, no-c-format
15356 msgid "Maximal number of boundary endpoints of case ranges of switch statement used during IPA function summary generation."
15357 msgstr ""
15358
15359 #: params.opt:306
15360 #, no-c-format
15361 msgid "Maximum pieces that IPA-SRA tracks per formal parameter, as a consequence, also the maximum number of replacements of a formal parameter."
15362 msgstr ""
15363
15364 #: params.opt:310
15365 #, no-c-format
15366 msgid "Maximum allowed growth of number and total size of new parameters that ipa-sra replaces a pointer to an aggregate with."
15367 msgstr ""
15368
15369 #: params.opt:314
15370 #, no-c-format
15371 msgid "The number of registers in each class kept unused by loop invariant motion."
15372 msgstr ""
15373
15374 #: params.opt:318
15375 #, no-c-format
15376 msgid "Max size of conflict table in MB."
15377 msgstr ""
15378
15379 #: params.opt:322
15380 #, no-c-format
15381 msgid "Max loops number for regional RA."
15382 msgstr ""
15383
15384 #: params.opt:326
15385 #, no-c-format
15386 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."
15387 msgstr ""
15388
15389 #: params.opt:330
15390 #, no-c-format
15391 msgid "If number of candidates in the set is smaller, we always try to remove unused ivs during its optimization."
15392 msgstr ""
15393
15394 #: params.opt:334
15395 #, no-c-format
15396 msgid "Bound on number of candidates below that all candidates are considered in iv optimizations."
15397 msgstr ""
15398
15399 #: params.opt:338
15400 #, no-c-format
15401 msgid "Bound on number of iv uses in loop optimized in iv optimizations."
15402 msgstr ""
15403
15404 #: params.opt:342
15405 #, no-c-format
15406 msgid "The maximum code size growth ratio when expanding into a jump table (in percent).  The parameter is used when optimizing for size."
15407 msgstr ""
15408
15409 #: params.opt:346
15410 #, no-c-format
15411 msgid "The maximum code size growth ratio when expanding into a jump table (in percent).  The parameter is used when optimizing for speed."
15412 msgstr ""
15413
15414 #: params.opt:350
15415 #, no-c-format
15416 msgid "The size of L1 cache line."
15417 msgstr ""
15418
15419 #: params.opt:354
15420 #, no-c-format
15421 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."
15422 msgstr ""
15423
15424 #: params.opt:363
15425 #, no-c-format
15426 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."
15427 msgstr ""
15428
15429 #: params.opt:370
15430 #, no-c-format
15431 msgid "The size of L1 cache."
15432 msgstr ""
15433
15434 #: params.opt:374
15435 #, no-c-format
15436 msgid "The size of L2 cache."
15437 msgstr ""
15438
15439 #: params.opt:378
15440 #, no-c-format
15441 msgid "Maximal growth due to inlining of large function (in percent)."
15442 msgstr ""
15443
15444 #: params.opt:382
15445 #, no-c-format
15446 msgid "The size of function body to be considered large."
15447 msgstr "Veličina tijela funkcije koja se smatra velikom."
15448
15449 #: params.opt:386
15450 #, no-c-format
15451 msgid "The size of stack frame to be considered large."
15452 msgstr "Veličina okvira stoga koja se smatra velikim."
15453
15454 #: params.opt:390
15455 #, no-c-format
15456 msgid "Maximal stack frame growth due to inlining (in percent)."
15457 msgstr ""
15458
15459 #: params.opt:394
15460 #, no-c-format
15461 msgid "The size of translation unit to be considered large."
15462 msgstr "Veličina jedinice prijevoda koja se smatra velikom."
15463
15464 #: params.opt:398
15465 #, no-c-format
15466 msgid "Maximum number of concurrently open C++ module files when lazy loading."
15467 msgstr ""
15468
15469 #: params.opt:402
15470 #, no-c-format
15471 msgid "The minimum cost of an expensive expression in the loop invariant motion."
15472 msgstr ""
15473
15474 #: params.opt:406
15475 #, no-c-format
15476 msgid "True if a non-short-circuit operation is optimal."
15477 msgstr ""
15478
15479 #: params.opt:410
15480 #, no-c-format
15481 msgid "Size of tiles for loop blocking."
15482 msgstr ""
15483
15484 #: params.opt:414
15485 #, no-c-format
15486 msgid "The maximum number of stmts in loop nest for loop interchange."
15487 msgstr ""
15488
15489 #: params.opt:418
15490 #, no-c-format
15491 msgid "The minimum stride ratio for loop interchange to be profitable."
15492 msgstr ""
15493
15494 #: params.opt:422
15495 #, no-c-format
15496 msgid "Max basic blocks number in loop for loop invariant motion."
15497 msgstr ""
15498
15499 #: params.opt:426
15500 #, no-c-format
15501 msgid "Maximum number of datarefs in loop for building loop data dependencies."
15502 msgstr ""
15503
15504 #: params.opt:430
15505 #, no-c-format
15506 msgid "The maximum number of instructions in an inner loop that is being considered for versioning."
15507 msgstr ""
15508
15509 #: params.opt:434
15510 #, no-c-format
15511 msgid "The maximum number of instructions in an outer loop that is being considered for versioning, on top of the instructions in inner loops."
15512 msgstr ""
15513
15514 #: params.opt:438
15515 #, no-c-format
15516 msgid "Minimal fall-through edge probability in percentage used to add BB to inheritance EBB in LRA."
15517 msgstr ""
15518
15519 #: params.opt:442
15520 #, no-c-format
15521 msgid "The max number of reload pseudos which are considered during spilling a non-reload pseudo."
15522 msgstr ""
15523
15524 #: params.opt:446
15525 #, no-c-format
15526 msgid "Maximal size of a partition for LTO (in estimated instructions)."
15527 msgstr ""
15528
15529 #: params.opt:450
15530 #, no-c-format
15531 msgid "maximal number of LTO partitions streamed in parallel."
15532 msgstr ""
15533
15534 #: params.opt:454
15535 #, no-c-format
15536 msgid "Minimal size of a partition for LTO (in estimated instructions)."
15537 msgstr ""
15538
15539 #: params.opt:458
15540 #, no-c-format
15541 msgid "Number of partitions the program should be split to."
15542 msgstr ""
15543
15544 #: params.opt:462
15545 #, no-c-format
15546 msgid "The maximum number of instructions to consider to unroll in a loop on average."
15547 msgstr ""
15548
15549 #: params.opt:466
15550 #, no-c-format
15551 msgid "The maximum number of insns combine tries to combine."
15552 msgstr ""
15553
15554 #: params.opt:470
15555 #, no-c-format
15556 msgid "The maximum depth of a loop nest we completely peel."
15557 msgstr ""
15558
15559 #: params.opt:474
15560 #, no-c-format
15561 msgid "The maximum number of peelings of a single loop that is peeled completely."
15562 msgstr ""
15563
15564 #: params.opt:478
15565 #, no-c-format
15566 msgid "The maximum number of insns of a completely peeled loop."
15567 msgstr ""
15568
15569 #: params.opt:482
15570 #, no-c-format
15571 msgid "The maximum number of incoming edges to consider for crossjumping."
15572 msgstr ""
15573
15574 #: params.opt:486
15575 #, no-c-format
15576 msgid "The maximum instructions CSE process before flushing."
15577 msgstr ""
15578
15579 #: params.opt:490
15580 #, no-c-format
15581 msgid "The maximum length of path considered in cse."
15582 msgstr ""
15583
15584 #: params.opt:494
15585 #, no-c-format
15586 msgid "The maximum memory locations recorded by cselib."
15587 msgstr "Maksimalni broj memorijskih lokacija zabilježenih s cselib."
15588
15589 #: params.opt:498
15590 #, no-c-format
15591 msgid "Max. count of debug markers to expand or inline."
15592 msgstr ""
15593
15594 #: params.opt:502
15595 #, no-c-format
15596 msgid "The maximum number of instructions to consider to fill a delay slot."
15597 msgstr ""
15598
15599 #: params.opt:506
15600 #, no-c-format
15601 msgid "The maximum number of instructions to consider to find accurate live register information."
15602 msgstr ""
15603
15604 #: params.opt:510
15605 #, no-c-format
15606 msgid "Maximum number of active local stores in RTL dead store elimination."
15607 msgstr ""
15608
15609 #: params.opt:514
15610 #, no-c-format
15611 msgid "The maximum number of nested indirect inlining performed by early inliner."
15612 msgstr ""
15613
15614 #: params.opt:518
15615 #, no-c-format
15616 msgid "Maximum number of fields in a structure before pointer analysis treats the structure as a single variable."
15617 msgstr ""
15618
15619 #: params.opt:522
15620 #, no-c-format
15621 msgid "Maximum number of basic blocks on a jump thread path."
15622 msgstr ""
15623
15624 #: params.opt:526
15625 #, no-c-format
15626 msgid "Maximum number of instructions to copy when duplicating blocks on a finite state automaton jump thread path."
15627 msgstr ""
15628
15629 #: params.opt:530
15630 #, no-c-format
15631 msgid "The maximum ratio of insertions to deletions of expressions in GCSE."
15632 msgstr ""
15633
15634 #: params.opt:534
15635 #, no-c-format
15636 msgid "The maximum amount of memory to be allocated by GCSE, in kilobytes."
15637 msgstr "Maksimalna količina memorije koju GCSE dodijeli, u kilobajtima."
15638
15639 #: params.opt:538
15640 #, no-c-format
15641 msgid "The maximum number of insns to duplicate when unfactoring computed gotos."
15642 msgstr ""
15643
15644 #: params.opt:542
15645 #, no-c-format
15646 msgid "The maximum expansion factor when copying basic blocks."
15647 msgstr ""
15648
15649 #: params.opt:546
15650 #, no-c-format
15651 msgid "Maximum depth of search in the dominator tree for expressions to hoist."
15652 msgstr ""
15653
15654 #: params.opt:550
15655 #, no-c-format
15656 msgid "Maximum loop depth of a call which is considered for inlining functions called once."
15657 msgstr ""
15658
15659 #: params.opt:554
15660 #, no-c-format
15661 msgid "Maximum combined size of caller and callee which is inlined if callee is called once."
15662 msgstr ""
15663
15664 #: params.opt:558
15665 #, no-c-format
15666 msgid "The maximum number of instructions when automatically inlining."
15667 msgstr ""
15668
15669 #: params.opt:562
15670 #, no-c-format
15671 msgid "The maximum number of instructions inline function can grow to via recursive inlining."
15672 msgstr ""
15673
15674 #: params.opt:566
15675 #, no-c-format
15676 msgid "The maximum number of instructions non-inline function can grow to via recursive inlining."
15677 msgstr ""
15678
15679 #: params.opt:570
15680 #, no-c-format
15681 msgid "The maximum number of instructions in a single function eligible for inlining."
15682 msgstr ""
15683
15684 #: params.opt:574
15685 #, no-c-format
15686 msgid "The maximum number of instructions when inlining for size."
15687 msgstr ""
15688
15689 #: params.opt:578
15690 #, no-c-format
15691 msgid "The maximum number of instructions when automatically inlining small functions."
15692 msgstr ""
15693
15694 #: params.opt:582
15695 #, no-c-format
15696 msgid "The maximum depth of recursive inlining for inline functions."
15697 msgstr ""
15698
15699 #: params.opt:586
15700 #, no-c-format
15701 msgid "The maximum depth of recursive inlining for non-inline functions."
15702 msgstr ""
15703
15704 #: params.opt:590
15705 #, no-c-format
15706 msgid "Maximum number of isl operations, 0 means unlimited."
15707 msgstr ""
15708
15709 #: params.opt:594
15710 #, no-c-format
15711 msgid "Bound on the cost of an expression to compute the number of iterations."
15712 msgstr ""
15713
15714 #: params.opt:598
15715 #, no-c-format
15716 msgid "Bound on the number of iterations the brute force # of iterations analysis algorithm evaluates."
15717 msgstr ""
15718
15719 #: params.opt:602
15720 #, no-c-format
15721 msgid "Maximum number of statements allowed in a block that needs to be duplicated when threading jumps."
15722 msgstr ""
15723
15724 #: params.opt:606
15725 #, no-c-format
15726 msgid "The maximum number of RTL nodes that can be recorded as combiner's last value."
15727 msgstr ""
15728
15729 #: params.opt:610
15730 #, no-c-format
15731 msgid "The maximum number of insns in loop header duplicated by the copy loop headers pass."
15732 msgstr ""
15733
15734 #: params.opt:614
15735 #, no-c-format
15736 msgid "The maximum number of backtrack attempts the scheduler should make when modulo scheduling a loop."
15737 msgstr ""
15738
15739 #: params.opt:618
15740 #, no-c-format
15741 msgid "Minimum page size for warning purposes."
15742 msgstr ""
15743
15744 #: params.opt:622
15745 #, no-c-format
15746 msgid "Maximum length of partial antic set when performing tree pre optimization."
15747 msgstr ""
15748
15749 #: params.opt:626
15750 #, no-c-format
15751 msgid "The maximum number of branches on the path through the peeled sequence."
15752 msgstr ""
15753
15754 #: params.opt:630
15755 #, no-c-format
15756 msgid "The maximum number of peelings of a single loop."
15757 msgstr ""
15758
15759 #: params.opt:634
15760 #, no-c-format
15761 msgid "The maximum number of insns of a peeled loop."
15762 msgstr ""
15763
15764 #: params.opt:638
15765 #, no-c-format
15766 msgid "The maximum length of scheduling's pending operations list."
15767 msgstr ""
15768
15769 #: params.opt:642 params.opt:686
15770 #, no-c-format
15771 msgid "The maximum number of blocks in a region to be considered for interblock scheduling."
15772 msgstr ""
15773
15774 #: params.opt:646 params.opt:690
15775 #, no-c-format
15776 msgid "The maximum number of insns in a region to be considered for interblock scheduling."
15777 msgstr ""
15778
15779 #: params.opt:650
15780 #, no-c-format
15781 msgid "Maximum depth of sqrt chains to use when synthesizing exponentiation by a real constant."
15782 msgstr ""
15783
15784 #: params.opt:654
15785 #, no-c-format
15786 msgid "The maximum number of loop iterations we predict statically."
15787 msgstr ""
15788
15789 #: params.opt:658
15790 #, no-c-format
15791 msgid "The maximum number of instructions to search backward when looking for equivalent reload."
15792 msgstr ""
15793
15794 #: params.opt:662
15795 #, no-c-format
15796 msgid "Maximum number of insns in a basic block to consider for RTL if-conversion."
15797 msgstr ""
15798
15799 #: params.opt:666
15800 #, no-c-format
15801 msgid "Maximum permissible cost for the sequence that would be generated by the RTL if-conversion pass for a branch that is considered predictable."
15802 msgstr ""
15803
15804 #: params.opt:670
15805 #, no-c-format
15806 msgid "Maximum permissible cost for the sequence that would be generated by the RTL if-conversion pass for a branch that is considered unpredictable."
15807 msgstr ""
15808
15809 #: params.opt:674
15810 #, no-c-format
15811 msgid "The maximum number of iterations through CFG to extend regions."
15812 msgstr ""
15813
15814 #: params.opt:678
15815 #, no-c-format
15816 msgid "The maximum conflict delay for an insn to be considered for speculative motion."
15817 msgstr ""
15818
15819 #: params.opt:682
15820 #, no-c-format
15821 msgid "The maximum number of instructions ready to be issued to be considered by the scheduler during the first scheduling pass."
15822 msgstr ""
15823
15824 #: params.opt:694
15825 #, no-c-format
15826 msgid "Maximum length of candidate scans for straight-line strength reduction."
15827 msgstr ""
15828
15829 #: params.opt:698
15830 #, no-c-format
15831 msgid "Maximum number of may-defs visited when devirtualizing speculatively."
15832 msgstr ""
15833
15834 #: params.opt:702
15835 #, no-c-format
15836 msgid "Maximum recursion depth allowed when querying a property of an SSA name."
15837 msgstr ""
15838
15839 #: params.opt:706
15840 #, no-c-format
15841 msgid "Maximum number of constant stores to merge in the store merging pass."
15842 msgstr ""
15843
15844 #: params.opt:710
15845 #, no-c-format
15846 msgid "Maximum number of conditional store pairs that can be sunk."
15847 msgstr ""
15848
15849 #: params.opt:714 params.opt:718
15850 #, no-c-format
15851 msgid "Maximum number of store chains to track at the same time in the store merging pass."
15852 msgstr ""
15853
15854 #: params.opt:722
15855 #, no-c-format
15856 msgid "Maximum amount of similar bbs to compare a bb with."
15857 msgstr ""
15858
15859 #: params.opt:726
15860 #, no-c-format
15861 msgid "Maximum amount of iterations of the pass over a function."
15862 msgstr ""
15863
15864 #: params.opt:730
15865 #, no-c-format
15866 msgid "Maximum number of strings for which strlen optimization pass will track string lengths."
15867 msgstr ""
15868
15869 #: params.opt:734
15870 #, no-c-format
15871 msgid "Maximum number of arguments in a PHI supported by TREE if-conversion unless the loop is marked with simd pragma."
15872 msgstr ""
15873
15874 #: params.opt:738
15875 #, no-c-format
15876 msgid "The maximum number of unrollings of a single loop."
15877 msgstr ""
15878
15879 #: params.opt:742
15880 #, no-c-format
15881 msgid "The maximum number of instructions to consider to unroll in a loop."
15882 msgstr ""
15883
15884 #: params.opt:746
15885 #, no-c-format
15886 msgid "The maximum number of insns of an unswitched loop."
15887 msgstr ""
15888
15889 #: params.opt:750
15890 #, no-c-format
15891 msgid "The maximum number of unswitchings in a single loop."
15892 msgstr ""
15893
15894 #: params.opt:754
15895 #, no-c-format
15896 msgid "If -fvariable-expansion-in-unroller is used, the maximum number of times that an individual variable will be expanded during loop unrolling."
15897 msgstr ""
15898
15899 #: params.opt:758
15900 #, no-c-format
15901 msgid "Max. recursion depth for expanding var tracking expressions."
15902 msgstr ""
15903
15904 #: params.opt:762
15905 #, no-c-format
15906 msgid "Max. size of loc list for which reverse ops should be added."
15907 msgstr ""
15908
15909 #: params.opt:766
15910 #, no-c-format
15911 msgid "Max. size of var tracking hash tables."
15912 msgstr ""
15913
15914 #: params.opt:770
15915 #, no-c-format
15916 msgid "Maximum number of VALUEs handled during a single find_base_term call."
15917 msgstr ""
15918
15919 #: params.opt:774
15920 #, no-c-format
15921 msgid "Maximum number of assertions to add along the default edge of a switch statement during VRP."
15922 msgstr ""
15923
15924 #: params.opt:778
15925 #, no-c-format
15926 msgid "The minimum number of matching instructions to consider for crossjumping."
15927 msgstr ""
15928
15929 #: params.opt:782
15930 #, no-c-format
15931 msgid "Inline recursively only when the probability of call being executed exceeds the parameter."
15932 msgstr ""
15933
15934 #: params.opt:786
15935 #, no-c-format
15936 msgid "Min. ratio of insns to prefetches to enable prefetching for a loop with an unknown trip count."
15937 msgstr ""
15938
15939 #: params.opt:790
15940 #, no-c-format
15941 msgid "The minimum threshold for probability of semi-invariant condition statement to trigger loop split."
15942 msgstr ""
15943
15944 #: params.opt:794
15945 #, no-c-format
15946 msgid "The minimum UID to be used for a nondebug insn."
15947 msgstr ""
15948
15949 #: params.opt:798
15950 #, no-c-format
15951 msgid "The minimum size of variables taking part in stack slot sharing when not optimizing."
15952 msgstr ""
15953
15954 #: params.opt:802
15955 #, no-c-format
15956 msgid "The minimum probability of reaching a source block for interblock speculative scheduling."
15957 msgstr ""
15958
15959 #: params.opt:806
15960 #, no-c-format
15961 msgid "If -ftree-vectorize is used, the minimal loop bound of a loop to be considered for vectorization."
15962 msgstr ""
15963
15964 #: params.opt:810
15965 #, no-c-format
15966 msgid "--param=openacc-kernels=[decompose|parloops]\tSpecify mode of OpenACC 'kernels' constructs handling."
15967 msgstr ""
15968
15969 #: params.opt:823
15970 #, no-c-format
15971 msgid "--param=openacc-privatization=[quiet|noisy]\tSpecify mode of OpenACC privatization diagnostics."
15972 msgstr ""
15973
15974 #: params.opt:836
15975 #, no-c-format
15976 msgid "Chunk size of omp schedule for loops parallelized by parloops."
15977 msgstr ""
15978
15979 #: params.opt:840
15980 #, no-c-format
15981 msgid "Minimum number of iterations per thread of an innermost parallelized loop."
15982 msgstr ""
15983
15984 #: params.opt:844
15985 #, no-c-format
15986 msgid "--param=parloops-schedule=[static|dynamic|guided|auto|runtime]\tSchedule type of omp schedule for loops parallelized by parloops."
15987 msgstr ""
15988
15989 #: params.opt:866
15990 #, no-c-format
15991 msgid "Maximum probability of the entry BB of split region (in percent relative to entry BB of the function) to make partial inlining happen."
15992 msgstr ""
15993
15994 #: params.opt:870
15995 #, no-c-format
15996 msgid "Maximal estimated outcome of branch considered predictable."
15997 msgstr ""
15998
15999 #: params.opt:874
16000 #, no-c-format
16001 msgid "Whether software prefetch hints should be issued for non-constant strides."
16002 msgstr ""
16003
16004 #: params.opt:878
16005 #, no-c-format
16006 msgid "The number of insns executed before prefetch is completed."
16007 msgstr ""
16008
16009 #: params.opt:882
16010 #, no-c-format
16011 msgid "Min. ratio of insns to mem ops to enable prefetching in a loop."
16012 msgstr ""
16013
16014 #: params.opt:886
16015 #, no-c-format
16016 msgid "The minimum constant stride beyond which we should use prefetch hints for."
16017 msgstr ""
16018
16019 #: params.opt:890
16020 #, no-c-format
16021 msgid "Use internal function id in profile lookup."
16022 msgstr ""
16023
16024 #: params.opt:894
16025 #, no-c-format
16026 msgid "--param=ranger-debug=[none|trace|gori|cache|tracegori|all] Specifies the output mode for debugging ranger."
16027 msgstr ""
16028
16029 #: params.opt:919
16030 #, no-c-format
16031 msgid "Maximum depth of logical expression evaluation ranger will look through when evaluating outgoing edge ranges."
16032 msgstr ""
16033
16034 #: params.opt:924
16035 #, no-c-format
16036 msgid "Maximum number of relations the oracle will register in a basic block."
16037 msgstr ""
16038
16039 #: params.opt:928
16040 #, no-c-format
16041 msgid "Maximum depth of a loop nest to fully value-number optimistically."
16042 msgstr ""
16043
16044 #: params.opt:932
16045 #, no-c-format
16046 msgid "Maximum number of disambiguations to perform per memory access."
16047 msgstr ""
16048
16049 #: params.opt:936
16050 #, no-c-format
16051 msgid "Bound on the complexity of the expressions in the scalar evolutions analyzer."
16052 msgstr ""
16053
16054 #: params.opt:940
16055 #, no-c-format
16056 msgid "Bound on size of expressions used in the scalar evolutions analyzer."
16057 msgstr ""
16058
16059 #: params.opt:944
16060 #, no-c-format
16061 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."
16062 msgstr ""
16063
16064 #: params.opt:948
16065 #, no-c-format
16066 msgid "Minimal distance between possibly conflicting store and load."
16067 msgstr ""
16068
16069 #: params.opt:952
16070 #, no-c-format
16071 msgid "Which -fsched-pressure algorithm to apply."
16072 msgstr ""
16073
16074 #: params.opt:956
16075 #, no-c-format
16076 msgid "The minimal probability of speculation success (in percents), so that speculative insn will be scheduled."
16077 msgstr ""
16078
16079 #: params.opt:960
16080 #, no-c-format
16081 msgid "The minimum probability an edge must have for the scheduler to save its state across it."
16082 msgstr ""
16083
16084 #: params.opt:964
16085 #, no-c-format
16086 msgid "Maximum number of instructions in the ready list that are considered eligible for renaming."
16087 msgstr ""
16088
16089 #: params.opt:968
16090 #, no-c-format
16091 msgid "The maximum size of the lookahead window of selective scheduling."
16092 msgstr ""
16093
16094 #: params.opt:972
16095 #, no-c-format
16096 msgid "Maximum number of times that an insn could be scheduled."
16097 msgstr ""
16098
16099 #: params.opt:976
16100 #, no-c-format
16101 msgid "The number of prefetches that can run at the same time."
16102 msgstr ""
16103
16104 #: params.opt:980
16105 #, no-c-format
16106 msgid "Target block's relative execution frequency (as a percentage) required to sink a statement."
16107 msgstr ""
16108
16109 #: params.opt:984
16110 #, no-c-format
16111 msgid "The number of cycles the swing modulo scheduler considers when checking conflicts using DFA."
16112 msgstr ""
16113
16114 #: params.opt:988
16115 #, no-c-format
16116 msgid "A threshold on the average loop count considered by the swing modulo scheduler."
16117 msgstr ""
16118
16119 #: params.opt:992
16120 #, no-c-format
16121 msgid "A factor for tuning the upper bound that swing modulo scheduler uses for scheduling a loop."
16122 msgstr ""
16123
16124 #: params.opt:996
16125 #, no-c-format
16126 msgid "The minimum value of stage count that swing modulo scheduler will generate."
16127 msgstr ""
16128
16129 #: params.opt:1000
16130 #, no-c-format
16131 msgid "Maximum size, in storage units, of an aggregate which should be considered for scalarization when compiling for size."
16132 msgstr ""
16133
16134 #: params.opt:1004
16135 #, no-c-format
16136 msgid "Maximum size, in storage units, of an aggregate which should be considered for scalarization when compiling for speed."
16137 msgstr ""
16138
16139 #: params.opt:1008
16140 #, no-c-format
16141 msgid "Maximum number of artificial accesses to enable forward propagation that Scalar Replacement of Aggregates will keep for one local variable."
16142 msgstr ""
16143
16144 #: params.opt:1012
16145 #, no-c-format
16146 msgid "The maximum number of SSA_NAME assignments to follow in determining a value."
16147 msgstr ""
16148
16149 #: params.opt:1016
16150 #, no-c-format
16151 msgid "The lower bound for a buffer to be considered for stack smashing protection."
16152 msgstr ""
16153
16154 #: params.opt:1020
16155 #, no-c-format
16156 msgid "Size of the stack guard expressed as a power of two in bytes."
16157 msgstr ""
16158
16159 #: params.opt:1024
16160 #, no-c-format
16161 msgid "Interval in which to probe the stack expressed as a power of two in bytes."
16162 msgstr ""
16163
16164 #: params.opt:1028
16165 #, no-c-format
16166 msgid "Allow the store merging pass to introduce unaligned stores if it is legal to do so."
16167 msgstr ""
16168
16169 #: params.opt:1032
16170 #, no-c-format
16171 msgid "Maximum size of a single store merging region in bytes."
16172 msgstr ""
16173
16174 #: params.opt:1036
16175 #, no-c-format
16176 msgid "The maximum ratio between array size and switch branches for a switch conversion to take place."
16177 msgstr ""
16178
16179 #: params.opt:1040
16180 #, no-c-format
16181 msgid "Maximum number of bases stored in each modref tree."
16182 msgstr ""
16183
16184 #: params.opt:1044
16185 #, no-c-format
16186 msgid "Maximum number of references stored in each modref base."
16187 msgstr ""
16188
16189 #: params.opt:1048
16190 #, no-c-format
16191 msgid "Maximum number of accesses stored in each modref reference."
16192 msgstr ""
16193
16194 #: params.opt:1052
16195 #, no-c-format
16196 msgid "Maximum number of tests performed by modref query."
16197 msgstr ""
16198
16199 #: params.opt:1056
16200 #, no-c-format
16201 msgid "Maximum depth of DFS walk used by modref escape analysis."
16202 msgstr ""
16203
16204 #: params.opt:1060
16205 #, no-c-format
16206 msgid "Maximum number of escape points tracked by modref per SSA-name."
16207 msgstr ""
16208
16209 #: params.opt:1064
16210 #, no-c-format
16211 msgid "Maximum number of times a given range is adjusted during the dataflow."
16212 msgstr ""
16213
16214 #: params.opt:1068
16215 #, no-c-format
16216 msgid "--param=threader-debug=[none|all] Enables verbose dumping of the threader solver."
16217 msgstr ""
16218
16219 #: params.opt:1081
16220 #, no-c-format
16221 msgid "Size in bytes after which thread-local aggregates should be instrumented with the logging functions instead of save/restore pairs."
16222 msgstr ""
16223
16224 #: params.opt:1085
16225 #, no-c-format
16226 msgid "The percentage of function, weighted by execution frequency, that must be covered by trace formation. Used when profile feedback is not available."
16227 msgstr ""
16228
16229 #: params.opt:1089
16230 #, no-c-format
16231 msgid "The percentage of function, weighted by execution frequency, that must be covered by trace formation. Used when profile feedback is available."
16232 msgstr ""
16233
16234 #: params.opt:1093
16235 #, no-c-format
16236 msgid "Maximal code growth caused by tail duplication (in percent)."
16237 msgstr ""
16238
16239 #: params.opt:1097
16240 #, no-c-format
16241 msgid "Stop forward growth if the probability of best edge is less than this threshold (in percent). Used when profile feedback is not available."
16242 msgstr ""
16243
16244 #: params.opt:1101
16245 #, no-c-format
16246 msgid "Stop forward growth if the probability of best edge is less than this threshold (in percent). Used when profile feedback is available."
16247 msgstr ""
16248
16249 #: params.opt:1105
16250 #, no-c-format
16251 msgid "Stop reverse growth if the reverse probability of best edge is less than this threshold (in percent)."
16252 msgstr ""
16253
16254 #: params.opt:1109
16255 #, no-c-format
16256 msgid "Set the maximum number of instructions executed in parallel in reassociated tree.  If 0, use the target dependent heuristic."
16257 msgstr ""
16258
16259 #: params.opt:1113
16260 #, no-c-format
16261 msgid "Emit special instrumentation for accesses to volatiles."
16262 msgstr ""
16263
16264 #: params.opt:1117
16265 #, no-c-format
16266 msgid "Emit instrumentation calls to __tsan_func_entry() and __tsan_func_exit()."
16267 msgstr ""
16268
16269 #: params.opt:1121
16270 #, no-c-format
16271 msgid "Maximum number of nested calls to search for control dependencies during uninitialized variable analysis."
16272 msgstr ""
16273
16274 #: params.opt:1125
16275 #, no-c-format
16276 msgid "Instruction accounted for function prologue, epilogue and other overhead."
16277 msgstr ""
16278
16279 #: params.opt:1129
16280 #, no-c-format
16281 msgid "Time accounted for function prologue, epilogue and other overhead."
16282 msgstr ""
16283
16284 #: params.opt:1133
16285 #, no-c-format
16286 msgid "Instruction accounted for function thunk overhead."
16287 msgstr ""
16288
16289 #: params.opt:1137
16290 #, no-c-format
16291 msgid "Time accounted for function thunk overhead."
16292 msgstr ""
16293
16294 #: params.opt:1141
16295 #, no-c-format
16296 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."
16297 msgstr ""
16298
16299 #: params.opt:1145
16300 #, no-c-format
16301 msgid "Maximum unroll factor for the unroll-and-jam transformation."
16302 msgstr ""
16303
16304 #: params.opt:1149
16305 #, no-c-format
16306 msgid "Minimum percentage of memrefs that must go away for unroll-and-jam to be considered profitable."
16307 msgstr ""
16308
16309 #: params.opt:1153
16310 #, no-c-format
16311 msgid "Use direct poisoning/unpoisoning instructions for variables smaller or equal to this number."
16312 msgstr ""
16313
16314 #: params.opt:1157
16315 #, no-c-format
16316 msgid "Whether to use canonical types."
16317 msgstr ""
16318
16319 #: params.opt:1161
16320 #, no-c-format
16321 msgid "Enable loop epilogue vectorization using smaller vector size."
16322 msgstr ""
16323
16324 #: params.opt:1165
16325 #, no-c-format
16326 msgid "Maximum number of loop peels to enhance alignment of data references in a loop."
16327 msgstr ""
16328
16329 #: params.opt:1169
16330 #, no-c-format
16331 msgid "Bound on number of runtime checks inserted by the vectorizer's loop versioning for alias check."
16332 msgstr ""
16333
16334 #: params.opt:1173
16335 #, no-c-format
16336 msgid "Bound on number of runtime checks inserted by the vectorizer's loop versioning for alignment check."
16337 msgstr ""
16338
16339 #: params.opt:1177
16340 #, no-c-format
16341 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."
16342 msgstr ""
16343
16344 #: params.opt:1181
16345 #, no-c-format
16346 msgid "The maximum factor which the loop vectorizer applies to the cost of statements in an inner loop relative to the loop being vectorized."
16347 msgstr ""
16348
16349 #: params.opt:1185
16350 #, no-c-format
16351 msgid "Enable loop vectorization of floating point inductions."
16352 msgstr ""
16353
16354 #: params.opt:1189
16355 #, no-c-format
16356 msgid "--param=vrp1-mode=[vrp|ranger] Specifies the mode VRP1 should operate in."
16357 msgstr ""
16358
16359 #: params.opt:1193
16360 #, no-c-format
16361 msgid "--param=vrp2-mode=[vrp|ranger] Specifies the mode VRP2 should operate in."
16362 msgstr ""
16363
16364 #: cfgrtl.cc:2797
16365 msgid "flow control insn inside a basic block"
16366 msgstr ""
16367
16368 #: cfgrtl.cc:3086
16369 msgid "insn outside basic block"
16370 msgstr "insn izvan temeljnog bloka"
16371
16372 #: cfgrtl.cc:3094
16373 msgid "return not followed by barrier"
16374 msgstr ""
16375
16376 #: collect-utils.cc:206
16377 #, c-format
16378 msgid "[cannot find %s]"
16379 msgstr "[nije moguće naći %s]"
16380
16381 #: collect2.cc:1557
16382 #, c-format
16383 msgid "collect2 version %s\n"
16384 msgstr "collect2 inačica %s\n"
16385
16386 #: collect2.cc:1662
16387 #, c-format
16388 msgid "%d constructor found\n"
16389 msgid_plural "%d constructors found\n"
16390 msgstr[0] "%d konstruktor pronađen\n"
16391 msgstr[1] "%d konstruktora pronađena\n"
16392 msgstr[2] "%d konstruktora pronađeno\n"
16393
16394 #: collect2.cc:1666
16395 #, c-format
16396 msgid "%d destructor found\n"
16397 msgid_plural "%d destructors found\n"
16398 msgstr[0] "%d destruktor pronađen\n"
16399 msgstr[1] "%d destruktora pronađena\n"
16400 msgstr[2] "%d destruktora pronađeno\n"
16401
16402 #: collect2.cc:1670
16403 #, c-format
16404 msgid "%d frame table found\n"
16405 msgid_plural "%d frame tables found\n"
16406 msgstr[0] ""
16407 msgstr[1] ""
16408 msgstr[2] ""
16409
16410 #: collect2.cc:1825
16411 #, c-format
16412 msgid "[Leaving %s]\n"
16413 msgstr "[Napuštamo %s]\n"
16414
16415 #: collect2.cc:2055
16416 #, c-format
16417 msgid ""
16418 "\n"
16419 "write_c_file - output name is %s, prefix is %s\n"
16420 msgstr ""
16421
16422 #: collect2.cc:2579
16423 #, c-format
16424 msgid ""
16425 "\n"
16426 "ldd output with constructors/destructors.\n"
16427 msgstr ""
16428 "\n"
16429 "izlaz ldd-a s konstruktorima/destruktorima.\n"
16430
16431 #: cprop.cc:1750
16432 msgid "const/copy propagation disabled"
16433 msgstr ""
16434
16435 #: diagnostic.cc:159
16436 #, c-format
16437 msgid "%s: all warnings being treated as errors"
16438 msgstr ""
16439
16440 #: diagnostic.cc:164
16441 #, c-format
16442 msgid "%s: some warnings being treated as errors"
16443 msgstr ""
16444
16445 #: diagnostic.cc:464 input.cc:278 input.cc:2036 c-family/c-opts.cc:1480
16446 #: fortran/cpp.cc:608 fortran/error.cc:1150 fortran/error.cc:1170
16447 msgid "<built-in>"
16448 msgstr ""
16449
16450 #: diagnostic.cc:622
16451 #, c-format
16452 msgid "compilation terminated due to -fmax-errors=%u.\n"
16453 msgstr "kompilacija je prekinuta zbog -fmax-errors=%u.\n"
16454
16455 #: diagnostic.cc:650
16456 #, c-format
16457 msgid "compilation terminated due to -Wfatal-errors.\n"
16458 msgstr "kompilacija je prekinuta zbog -Wfatal-errors.\n"
16459
16460 #: diagnostic.cc:671
16461 #, c-format
16462 msgid "Please submit a full bug report, with preprocessed source.\n"
16463 msgstr "Pošaljite cjelovito izvješće o grešci, s prethodno obrađenim izvorom.\n"
16464
16465 #: diagnostic.cc:674
16466 #, c-format
16467 msgid "Please submit a full bug report, with preprocessed source (by using -freport-bug).\n"
16468 msgstr "Pošaljite cjelovito izvješće o grešci, s prethodno obrađenim izvorom (koristeći -freport-bug).\n"
16469
16470 #: diagnostic.cc:678
16471 #, c-format
16472 msgid "Please include the complete backtrace with any bug report.\n"
16473 msgstr ""
16474
16475 #: diagnostic.cc:680
16476 #, c-format
16477 msgid "See %s for instructions.\n"
16478 msgstr ""
16479
16480 #: diagnostic.cc:689
16481 #, c-format
16482 msgid "compilation terminated.\n"
16483 msgstr "kompilacija je prekinuta.\n"
16484
16485 #: diagnostic.cc:783
16486 msgid "                 from"
16487 msgstr ""
16488
16489 #: diagnostic.cc:784
16490 msgid "In file included from"
16491 msgstr ""
16492
16493 #. 2
16494 #: diagnostic.cc:785
16495 msgid "        included from"
16496 msgstr ""
16497
16498 #: diagnostic.cc:786
16499 msgid "In module"
16500 msgstr ""
16501
16502 #. 4
16503 #: diagnostic.cc:787
16504 msgid "of module"
16505 msgstr ""
16506
16507 #: diagnostic.cc:788
16508 msgid "In module imported at"
16509 msgstr ""
16510
16511 #. 6
16512 #: diagnostic.cc:789
16513 msgid "imported at"
16514 msgstr ""
16515
16516 #: diagnostic.cc:1362
16517 #, c-format
16518 msgid "%s:%d: confused by earlier errors, bailing out\n"
16519 msgstr "%s:%d: zbunjeni prethodnim greškama, odustajemo\n"
16520
16521 #: diagnostic.cc:1997
16522 #, c-format
16523 msgid "internal compiler error: error reporting routines re-entered.\n"
16524 msgstr "Interna greška kompajlera: rutine za prijavu grešaka iznova prozvane.\n"
16525
16526 #: diagnostic.cc:2028 diagnostic.cc:2047
16527 #, gcc-internal-format, gfc-internal-format
16528 msgid "in %s, at %s:%d"
16529 msgstr ""
16530
16531 #: final.cc:1113
16532 msgid "negative insn length"
16533 msgstr "negativna insn duljina"
16534
16535 #: final.cc:2861
16536 msgid "could not split insn"
16537 msgstr "nije moguće razdijeliti insn"
16538
16539 #: final.cc:3228
16540 msgid "invalid 'asm': "
16541 msgstr "nevaljani „asm“: "
16542
16543 #: final.cc:3361
16544 #, c-format
16545 msgid "nested assembly dialect alternatives"
16546 msgstr ""
16547
16548 #: final.cc:3389 final.cc:3401
16549 #, c-format
16550 msgid "unterminated assembly dialect alternative"
16551 msgstr ""
16552
16553 #: final.cc:3543
16554 #, c-format
16555 msgid "operand number missing after %%-letter"
16556 msgstr ""
16557
16558 #: final.cc:3546 final.cc:3587
16559 #, c-format
16560 msgid "operand number out of range"
16561 msgstr "broj operanda je izvan granica"
16562
16563 #: final.cc:3604
16564 #, c-format
16565 msgid "invalid %%-code"
16566 msgstr "neispravni %%-kȏd"
16567
16568 #: final.cc:3638
16569 #, c-format
16570 msgid "'%%l' operand isn't a label"
16571 msgstr "operand „%%l“ nije oznaka"
16572
16573 #. We can't handle floating point constants;
16574 #. PRINT_OPERAND must handle them.
16575 #. We can't handle floating point constants;
16576 #. TARGET_PRINT_OPERAND must handle them.
16577 #: final.cc:3774 config/arc/arc.cc:6409 config/i386/i386.cc:12275
16578 #, c-format
16579 msgid "floating constant misused"
16580 msgstr ""
16581
16582 #: final.cc:3832 config/arc/arc.cc:6506 config/i386/i386.cc:12366
16583 #: config/pdp11/pdp11.cc:1872
16584 #, c-format
16585 msgid "invalid expression as operand"
16586 msgstr "nevaljani izraz kao operand"
16587
16588 #: gcc.cc:119
16589 #, c-format
16590 msgid "%s\n"
16591 msgstr "%s\n"
16592
16593 #: gcc.cc:1848
16594 #, c-format
16595 msgid "Using built-in specs.\n"
16596 msgstr ""
16597
16598 #: gcc.cc:2093
16599 #, c-format
16600 msgid ""
16601 "Setting spec %s to '%s'\n"
16602 "\n"
16603 msgstr ""
16604
16605 #: gcc.cc:2298
16606 #, c-format
16607 msgid "Reading specs from %s\n"
16608 msgstr ""
16609
16610 #: gcc.cc:2430
16611 #, c-format
16612 msgid "could not find specs file %s\n"
16613 msgstr ""
16614
16615 #: gcc.cc:2505
16616 #, c-format
16617 msgid "rename spec %s to %s\n"
16618 msgstr ""
16619
16620 #: gcc.cc:2507
16621 #, c-format
16622 msgid ""
16623 "spec is '%s'\n"
16624 "\n"
16625 msgstr ""
16626
16627 #: gcc.cc:3368
16628 #, c-format
16629 msgid ""
16630 "\n"
16631 "Go ahead? (y or n) "
16632 msgstr ""
16633 "\n"
16634 "Nastaviti? (y ili n) "
16635
16636 #: gcc.cc:3540
16637 #, c-format
16638 msgid "# %s %.2f %.2f\n"
16639 msgstr "# %s %.2f %.2f\n"
16640
16641 #: gcc.cc:3756
16642 #, c-format
16643 msgid "Usage: %s [options] file...\n"
16644 msgstr "Uporaba: %s [opcije] datoteka...\n"
16645
16646 #: gcc.cc:3757
16647 msgid "Options:\n"
16648 msgstr "Opcije:\n"
16649
16650 #: gcc.cc:3759
16651 msgid "  -pass-exit-codes         Exit with highest error code from a phase.\n"
16652 msgstr "  -pass-exit-codes         iziđe s najvišim kȏdom greške u fazi\n"
16653
16654 #: gcc.cc:3760
16655 msgid "  --help                   Display this information.\n"
16656 msgstr "  --help                   ova prikazana pomoć\n"
16657
16658 #: gcc.cc:3761
16659 msgid "  --target-help            Display target specific command line options.\n"
16660 msgstr "  --target-help            pokaže opcije naredbenog retka specifične za cilj\n"
16661
16662 #: gcc.cc:3762
16663 msgid "  --help={common|optimizers|params|target|warnings|[^]{joined|separate|undocumented}}[,...].\n"
16664 msgstr "  --help={common|optimizers|params|target|warnings|[^]{joined|separate|undocumented}}[,...].\n"
16665
16666 #: gcc.cc:3763
16667 msgid "                           Display specific types of command line options.\n"
16668 msgstr "                           pokaže specifične vrste opcija naredbenog retka.\n"
16669
16670 #: gcc.cc:3765
16671 msgid "  (Use '-v --help' to display command line options of sub-processes).\n"
16672 msgstr "  (Koristite „-v --help“ za ispis opcija naredbenog retka za potprocese).\n"
16673
16674 #: gcc.cc:3766
16675 msgid "  --version                Display compiler version information.\n"
16676 msgstr "  --version                informacije o inačici kompajlera\n"
16677
16678 #: gcc.cc:3767
16679 msgid "  -dumpspecs               Display all of the built in spec strings.\n"
16680 msgstr "  -dumpspecs               pokaže sve ugrađene specifikacijske stringove\n"
16681
16682 #: gcc.cc:3768
16683 msgid "  -dumpversion             Display the version of the compiler.\n"
16684 msgstr "  -dumpversion             inačica kompajlera\n"
16685
16686 #: gcc.cc:3769
16687 msgid "  -dumpmachine             Display the compiler's target processor.\n"
16688 msgstr "  -dumpmachine             pokaže ciljani procesor kompajlera\n"
16689
16690 #: gcc.cc:3770
16691 msgid "  -foffload=<targets>      Specify offloading targets.\n"
16692 msgstr "  -foffload=<targets>      specificira offloading <targets> ciljeve\n"
16693
16694 #: gcc.cc:3771
16695 msgid "  -print-search-dirs       Display the directories in the compiler's search path.\n"
16696 msgstr "  -print-search-dirs       pokaže direktorije na stazi pretraživanja kompajlera\n"
16697
16698 #: gcc.cc:3772
16699 msgid "  -print-libgcc-file-name  Display the name of the compiler's companion library.\n"
16700 msgstr "  -print-libgcc-file-name  pokaže ime popratne biblioteke kompajlera\n"
16701
16702 #: gcc.cc:3773
16703 msgid "  -print-file-name=<lib>   Display the full path to library <lib>.\n"
16704 msgstr "  -print-file-name=<lib>   potpuna staza do biblioteke <lib>\n"
16705
16706 #: gcc.cc:3774
16707 msgid "  -print-prog-name=<prog>  Display the full path to compiler component <prog>.\n"
16708 msgstr "  -print-prog-name=<prog>  potpuna staza do <prog> komponente kompajlera\n"
16709
16710 #: gcc.cc:3775
16711 msgid ""
16712 "  -print-multiarch         Display the target's normalized GNU triplet, used as\n"
16713 "                           a component in the library path.\n"
16714 msgstr ""
16715 "  -print-multiarch         pokaže ciljani normalizirani GNU triplet koji se\n"
16716 "                             koristi kao komponenta staze do biblioteke\n"
16717
16718 #: gcc.cc:3778
16719 msgid "  -print-multi-directory   Display the root directory for versions of libgcc.\n"
16720 msgstr "  -print-multi-directory   ispiše root direktorij za inačice od libgcc\n"
16721
16722 #: gcc.cc:3779
16723 msgid ""
16724 "  -print-multi-lib         Display the mapping between command line options and\n"
16725 "                           multiple library search directories.\n"
16726 msgstr ""
16727 "  -print-multi-lib         pokaže mapiranje između opcija naredbenog retka i\n"
16728 "                             višestrukih direktorija za traženje biblioteka\n"
16729
16730 #: gcc.cc:3782
16731 msgid "  -print-multi-os-directory Display the relative path to OS libraries.\n"
16732 msgstr "  -print-multi-os-directory pokaže relativne staze do OS biblioteka\n"
16733
16734 #: gcc.cc:3783
16735 msgid "  -print-sysroot           Display the target libraries directory.\n"
16736 msgstr "  -print-sysroot           direktorij ciljanih biblioteka\n"
16737
16738 #: gcc.cc:3784
16739 msgid "  -print-sysroot-headers-suffix Display the sysroot suffix used to find headers.\n"
16740 msgstr ""
16741 "  -print-sysroot-headers-suffix pokaže sysroot sufiks koji se koristi\n"
16742 "                                  za traženje zaglavlja\n"
16743
16744 #: gcc.cc:3785
16745 msgid "  -Wa,<options>            Pass comma-separated <options> on to the assembler.\n"
16746 msgstr "  -Wa,<options>            preda zarezom odvojene opcije <options> asembleru\n"
16747
16748 #: gcc.cc:3786
16749 msgid "  -Wp,<options>            Pass comma-separated <options> on to the preprocessor.\n"
16750 msgstr "  -Wp,<options>            preda zarezom odvojene opcije <options> pretprocesoru\n"
16751
16752 #: gcc.cc:3787
16753 msgid "  -Wl,<options>            Pass comma-separated <options> on to the linker.\n"
16754 msgstr "  -Wl,<options>            preda zarezom odvojene opcije <options> linkeru\n"
16755
16756 #: gcc.cc:3788
16757 msgid "  -Xassembler <arg>        Pass <arg> on to the assembler.\n"
16758 msgstr "  -Xassembler <arg>        preda argumente <arg> asembleru\n"
16759
16760 #: gcc.cc:3789
16761 msgid "  -Xpreprocessor <arg>     Pass <arg> on to the preprocessor.\n"
16762 msgstr "  -Xpreprocessor <arg>     preda argumente <arg> pretprocesoru\n"
16763
16764 #: gcc.cc:3790
16765 msgid "  -Xlinker <arg>           Pass <arg> on to the linker.\n"
16766 msgstr "  -Xlinker <arg>           preda argumente <arg> linkeru\n"
16767
16768 #: gcc.cc:3791
16769 msgid "  -save-temps              Do not delete intermediate files.\n"
16770 msgstr "  -save-temps              ne briše privremene datoteke\n"
16771
16772 #: gcc.cc:3792
16773 msgid "  -save-temps=<arg>        Do not delete intermediate files.\n"
16774 msgstr "  -save-temps=<arg>        ne briše privremene datoteke\n"
16775
16776 #: gcc.cc:3793
16777 msgid ""
16778 "  -no-canonical-prefixes   Do not canonicalize paths when building relative\n"
16779 "                           prefixes to other gcc components.\n"
16780 msgstr ""
16781 "  -no-canonical-prefixes   ne kanonizira staze kad gradi relativne prefikse\n"
16782 "                             drugim gcc komponentama\n"
16783
16784 #: gcc.cc:3796
16785 msgid "  -pipe                    Use pipes rather than intermediate files.\n"
16786 msgstr "  -pipe                    koristi cijevi umjesto privremenih datoteka\n"
16787
16788 #: gcc.cc:3797
16789 msgid "  -time                    Time the execution of each subprocess.\n"
16790 msgstr "  -time                    mjeri vrijeme izvršavanja svakog potprocesa\n"
16791
16792 #: gcc.cc:3798
16793 msgid "  -specs=<file>            Override built-in specs with the contents of <file>.\n"
16794 msgstr "  -specs=<file>            ugrađene specifikacije prepiše sadržajem od <file>\n"
16795
16796 #: gcc.cc:3799
16797 msgid "  -std=<standard>          Assume that the input sources are for <standard>.\n"
16798 msgstr "  -std=<standard>          pretpostavi da su ulazni izvori za <standard>\n"
16799
16800 #: gcc.cc:3800
16801 msgid ""
16802 "  --sysroot=<directory>    Use <directory> as the root directory for headers\n"
16803 "                           and libraries.\n"
16804 msgstr ""
16805 "  --sysroot=<directory>    koristi <directory> kao root direktorij za zaglavlja\n"
16806 "                             i biblioteke\n"
16807
16808 #: gcc.cc:3803
16809 msgid "  -B <directory>           Add <directory> to the compiler's search paths.\n"
16810 msgstr "  -B <directory>           doda <directory> stazama koje pretražuje kompajler\n"
16811
16812 #: gcc.cc:3804
16813 msgid "  -v                       Display the programs invoked by the compiler.\n"
16814 msgstr "  -v                       izlista programe pokrenute (pozvane) kompajlerom\n"
16815
16816 #: gcc.cc:3805
16817 msgid "  -###                     Like -v but options quoted and commands not executed.\n"
16818 msgstr "  -###                     isto kao -v ali navede opcije i neizvršene naredbe\n"
16819
16820 #: gcc.cc:3806
16821 msgid "  -E                       Preprocess only; do not compile, assemble or link.\n"
16822 msgstr ""
16823 "  -E                       samo pretprocesi; ne kompilira, ne asemblira,\n"
16824 "                             ne linka\n"
16825
16826 #: gcc.cc:3807
16827 msgid "  -S                       Compile only; do not assemble or link.\n"
16828 msgstr "  -S                       samo kompilira; ne asemblira, ne linka\n"
16829
16830 #: gcc.cc:3808
16831 msgid "  -c                       Compile and assemble, but do not link.\n"
16832 msgstr "  -c                       kompilira i asemblira, ali ne linka\n"
16833
16834 #: gcc.cc:3809
16835 msgid "  -o <file>                Place the output into <file>.\n"
16836 msgstr "  -o <file>                zapiše izlaz u datoteku <file>\n"
16837
16838 #: gcc.cc:3810
16839 msgid ""
16840 "  -pie                     Create a dynamically linked position independent\n"
16841 "                           executable.\n"
16842 msgstr ""
16843 "  -pie                     stvori dinamički linkanu poziciono neovisnu\n"
16844 "                             izvršnu datoteku\n"
16845
16846 #: gcc.cc:3812
16847 msgid "  -shared                  Create a shared library.\n"
16848 msgstr "  -shared                  stvori zajedničku (dijeljenu) biblioteku\n"
16849
16850 #: gcc.cc:3813
16851 msgid ""
16852 "  -x <language>            Specify the language of the following input files.\n"
16853 "                           Permissible languages include: c c++ assembler none\n"
16854 "                           'none' means revert to the default behavior of\n"
16855 "                           guessing the language based on the file's extension.\n"
16856 msgstr ""
16857 "  -x <language>            Specificirajte jezik sljedećih ulaznih datoteka.\n"
16858 "                            Dopušteni jezici uključuju: c c++ asembler none\n"
16859 "                            „none“ znači povratak na zadano ponašanje pogađanja\n"
16860 "                            jezika na temelju ekstenzije datoteke.\n"
16861
16862 #: gcc.cc:3820
16863 #, c-format
16864 msgid ""
16865 "\n"
16866 "Options starting with -g, -f, -m, -O, -W, or --param are automatically\n"
16867 " passed on to the various sub-processes invoked by %s.  In order to pass\n"
16868 " other options on to these processes the -W<letter> options must be used.\n"
16869 msgstr ""
16870 "\n"
16871 "Opcije koje započinju s -g, -f, -m, -O, -W, or --param se automatski proslijede\n"
16872 " raznim potprocesima pokrenutim s %s. Da bi proslijedili ostale opcije na te\n"
16873 " potprocese, morate koristiti opciju -W<letter>.\n"
16874
16875 #: gcc.cc:6789
16876 #, c-format
16877 msgid "Processing spec (%s), which is '%s'\n"
16878 msgstr "Obrađujemo specifikaciju (%s), koja je „%s“\n"
16879
16880 #: gcc.cc:7550
16881 #, c-format
16882 msgid "Target: %s\n"
16883 msgstr "Cilj: %s\n"
16884
16885 #: gcc.cc:7551
16886 #, c-format
16887 msgid "Configured with: %s\n"
16888 msgstr "Konfiguriran s: %s\n"
16889
16890 #: gcc.cc:7565
16891 #, c-format
16892 msgid "Thread model: %s\n"
16893 msgstr "Model dretve: %s\n"
16894
16895 #: gcc.cc:7566
16896 #, c-format
16897 msgid "Supported LTO compression algorithms: zlib"
16898 msgstr "Podržani algoritam kompresije: zlib"
16899
16900 #: gcc.cc:7568
16901 #, c-format
16902 msgid " zstd"
16903 msgstr " zstd"
16904
16905 #: gcc.cc:7570 gcov.cc:1510 gcov.cc:1568 gcov.cc:1580 gcov.cc:2894
16906 #, c-format
16907 msgid "\n"
16908 msgstr "\n"
16909
16910 #: gcc.cc:7581
16911 #, c-format
16912 msgid "gcc version %s %s\n"
16913 msgstr "gcc inačica %s %s\n"
16914
16915 #: gcc.cc:7584
16916 #, c-format
16917 msgid "gcc driver version %s %sexecuting gcc version %s\n"
16918 msgstr "inačica drajvera %s %s izvršava gcc inačicu %s\n"
16919
16920 #: gcc.cc:7657 gcc.cc:7867
16921 #, c-format
16922 msgid "The bug is not reproducible, so it is likely a hardware or OS problem.\n"
16923 msgstr "Greška se ne može reproducirati, pa je vjerojatno problem hardvera ili OS-a.\n"
16924
16925 #: gcc.cc:7791
16926 #, c-format
16927 msgid "Preprocessed source stored into %s file, please attach this to your bugreport.\n"
16928 msgstr "Prethodno obrađeni izvorni kȏd spremljen je u datoteku %s, priložite ovo svom izvješću o greškama.\n"
16929
16930 #: gcc.cc:8642
16931 #, c-format
16932 msgid "install: %s%s\n"
16933 msgstr "instalacija: %s%s\n"
16934
16935 #: gcc.cc:8645
16936 #, c-format
16937 msgid "programs: %s\n"
16938 msgstr "programi: %s\n"
16939
16940 #: gcc.cc:8647
16941 #, c-format
16942 msgid "libraries: %s\n"
16943 msgstr "biblioteke: %s\n"
16944
16945 #: gcc.cc:8764
16946 #, c-format
16947 msgid ""
16948 "\n"
16949 "For bug reporting instructions, please see:\n"
16950 msgstr ""
16951 "\n"
16952 "Za upute o prijavljivanju grešaka pogledajte:\n"
16953
16954 #: gcc.cc:8780 gcov-tool.cc:527
16955 #, c-format
16956 msgid "%s %s%s\n"
16957 msgstr "%s %s%s\n"
16958
16959 #: gcc.cc:8783 gcov-tool.cc:529 gcov.cc:968 fortran/gfortranspec.cc:282
16960 msgid "(C)"
16961 msgstr "(C)"
16962
16963 #: gcc.cc:8784 gcov-tool.cc:531 gcov.cc:970 fortran/gfortranspec.cc:283
16964 #, c-format
16965 msgid ""
16966 "This is free software; see the source for copying conditions.  There is NO\n"
16967 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
16968 "\n"
16969 msgstr ""
16970 "Ovo je slobodan softver; pogledajte kȏd za upute o kopiranju.  NEMA\n"
16971 "jamstava; čak ni za TRGOVINSKU PRIKLADNOST ili ODGOVARANJE ODREĐENOJ SVRSI.\n"
16972 "\n"
16973
16974 #: gcc.cc:9127
16975 #, c-format
16976 msgid ""
16977 "\n"
16978 "Linker options\n"
16979 "==============\n"
16980 "\n"
16981 msgstr ""
16982 "\n"
16983 "Opcije linkera\n"
16984 "==============\n"
16985 "\n"
16986
16987 #: gcc.cc:9128
16988 #, c-format
16989 msgid ""
16990 "Use \"-Wl,OPTION\" to pass \"OPTION\" to the linker.\n"
16991 "\n"
16992 msgstr ""
16993 "Koristite „-Wl,OPCIJA“ da proslijedite „OPCIJA“ linkeru.\n"
16994 "\n"
16995
16996 #: gcc.cc:10543
16997 #, c-format
16998 msgid ""
16999 "Assembler options\n"
17000 "=================\n"
17001 "\n"
17002 msgstr ""
17003 "Opcije asemblera\n"
17004 "=================\n"
17005 "\n"
17006
17007 #: gcc.cc:10544
17008 #, c-format
17009 msgid ""
17010 "Use \"-Wa,OPTION\" to pass \"OPTION\" to the assembler.\n"
17011 "\n"
17012 msgstr ""
17013 "Koristite „-Wa,OPCIJA“ da proslijedite „OPCIJA“ asembleru.\n"
17014 "\n"
17015
17016 #: gcov-tool.cc:175
17017 #, c-format
17018 msgid "  merge [options] <dir1> <dir2>         Merge coverage file contents\n"
17019 msgstr "  merge [opcije] <dir1> <dir2>         spoji sadržaj datoteka pokrivenosti\n"
17020
17021 #: gcov-tool.cc:176 gcov-tool.cc:271
17022 #, c-format
17023 msgid "    -o, --output <dir>                  Output directory\n"
17024 msgstr "    -o, --output <dir>                  direktorij za izlaz podataka\n"
17025
17026 #: gcov-tool.cc:177 gcov-tool.cc:273 gcov-tool.cc:425
17027 #, c-format
17028 msgid "    -v, --verbose                       Verbose mode\n"
17029 msgstr "    -v, --verbose                       opširnije informacije\n"
17030
17031 #: gcov-tool.cc:178
17032 #, c-format
17033 msgid "    -w, --weight <w1,w2>                Set weights (float point values)\n"
17034 msgstr "    -w, --weight <w1,w2>                postavi skale (float point values)\n"
17035
17036 #: gcov-tool.cc:194
17037 #, c-format
17038 msgid "Merge subcomand usage:"
17039 msgstr "Uporaba podnaredbe „merge“:"
17040
17041 #: gcov-tool.cc:269
17042 #, c-format
17043 msgid "  rewrite [options] <dir>               Rewrite coverage file contents\n"
17044 msgstr "  rewrite [opcije] <dir>                prepiše sadržaj datoteke pokrivenosti\n"
17045
17046 #: gcov-tool.cc:270
17047 #, c-format
17048 msgid "    -n, --normalize <int64_t>           Normalize the profile\n"
17049 msgstr "    -n, --normalize <int64_t>           normalizira profil\n"
17050
17051 #: gcov-tool.cc:272
17052 #, c-format
17053 msgid "    -s, --scale <float or simple-frac>  Scale the profile counters\n"
17054 msgstr "    -s, --scale <float ili simple-frac>  skalira profiliranje brojila\n"
17055
17056 #: gcov-tool.cc:290
17057 #, c-format
17058 msgid "Rewrite subcommand usage:"
17059 msgstr "Uporaba podnaredbe „rewrite“:"
17060
17061 #: gcov-tool.cc:329
17062 #, c-format
17063 msgid "scaling cannot co-exist with normalization, skipping\n"
17064 msgstr "skaliranje ne može koegzistirati s normalizacijom, preskačemo\n"
17065
17066 #: gcov-tool.cc:342 gcov-tool.cc:352
17067 #, c-format
17068 msgid "incorrect format in scaling, using 1/1\n"
17069 msgstr "nekorektni format u skaliranju, koristimo 1/1\n"
17070
17071 #: gcov-tool.cc:362
17072 #, c-format
17073 msgid "normalization cannot co-exist with scaling\n"
17074 msgstr "normalizacija ne može koegzistirati sa skaliranjem\n"
17075
17076 #: gcov-tool.cc:419
17077 #, c-format
17078 msgid "  overlap [options] <dir1> <dir2>       Compute the overlap of two profiles\n"
17079 msgstr "  overlap [opcije] <dir1> <dir2>        računa preklapanje dvaju profila\n"
17080
17081 #: gcov-tool.cc:420
17082 #, c-format
17083 msgid "    -f, --function                      Print function level info\n"
17084 msgstr "    -f, --function                      ispiše informaciju razine funkcije\n"
17085
17086 #: gcov-tool.cc:421
17087 #, c-format
17088 msgid "    -F, --fullname                      Print full filename\n"
17089 msgstr "    -F, --fullname                      ispiše puno ime datoteke\n"
17090
17091 #: gcov-tool.cc:422
17092 #, c-format
17093 msgid "    -h, --hotonly                       Only print info for hot objects/functions\n"
17094 msgstr ""
17095 "    -h, --hotonly                       informacije ispiše samo vruće\n"
17096 "                                          objekte/funkcije\n"
17097
17098 #: gcov-tool.cc:423
17099 #, c-format
17100 msgid "    -o, --object                        Print object level info\n"
17101 msgstr "    -o, --object                        ispiše informacije razinu objekta\n"
17102
17103 #: gcov-tool.cc:424
17104 #, c-format
17105 msgid "    -t <float>, --hot_threshold <float> Set the threshold for hotness\n"
17106 msgstr "    -t <float>, --hot_threshold <float> postavite prag „vrućine“\n"
17107
17108 #: gcov-tool.cc:444
17109 #, c-format
17110 msgid "Overlap subcomand usage:"
17111 msgstr "Uporaba podnaredbe „overlap“:"
17112
17113 #: gcov-tool.cc:510
17114 #, c-format
17115 msgid ""
17116 "Usage: %s [OPTION]... SUB_COMMAND [OPTION]...\n"
17117 "\n"
17118 msgstr ""
17119 "Uporaba: %s [OPCIJA]... PODNAREDBA [OPCIJA]...\n"
17120 "\n"
17121
17122 #: gcov-tool.cc:511
17123 #, c-format
17124 msgid ""
17125 "Offline tool to handle gcda counts\n"
17126 "\n"
17127 msgstr ""
17128 "Samostalni (vanjski) alat za rad s gcda brojilom\n"
17129 "\n"
17130
17131 #: gcov-tool.cc:512
17132 #, c-format
17133 msgid "  -h, --help                            Print this help, then exit\n"
17134 msgstr "  -h, --help                            ispiše ovu pomoć, pa iziđe\n"
17135
17136 #: gcov-tool.cc:513
17137 #, c-format
17138 msgid "  -v, --version                         Print version number, then exit\n"
17139 msgstr "  -v, --version                         ispiše broj inačice, pa iziđe\n"
17140
17141 #: gcov-tool.cc:517 gcov.cc:956
17142 #, c-format
17143 msgid ""
17144 "\n"
17145 "For bug reporting instructions, please see:\n"
17146 "%s.\n"
17147 msgstr ""
17148 "\n"
17149 "Za upute o prijavljivanju grešaka, molim pogledajte:\n"
17150 "%s.\n"
17151
17152 #: gcov-tool.cc:528
17153 #, c-format
17154 msgid "Copyright %s 2022 Free Software Foundation, Inc.\n"
17155 msgstr "Copyright %s 2022 Free Software Foundation, Inc.\n"
17156
17157 #: gcov.cc:925
17158 #, c-format
17159 msgid ""
17160 "Usage: gcov [OPTION...] SOURCE|OBJ...\n"
17161 "\n"
17162 msgstr ""
17163 "Uporaba: gcov [OPCIJA...] IZVOR|OBJ...\n"
17164 "\n"
17165
17166 #: gcov.cc:926
17167 #, c-format
17168 msgid ""
17169 "Print code coverage information.\n"
17170 "\n"
17171 msgstr ""
17172 "Ispiše podatke o pokrivenosti kȏda.\n"
17173 "\n"
17174
17175 #: gcov.cc:927
17176 #, c-format
17177 msgid "  -a, --all-blocks                Show information for every basic block\n"
17178 msgstr "  -a, --all-blocks                pokaže podatke za svaki temeljni blok\n"
17179
17180 #: gcov.cc:928
17181 #, c-format
17182 msgid "  -b, --branch-probabilities      Include branch probabilities in output\n"
17183 msgstr ""
17184 "  -b, --branch-probabilities      uključi vjerojatnost grananja na izlazu\n"
17185 "\n"
17186
17187 #: gcov.cc:929
17188 #, c-format
17189 msgid ""
17190 "  -c, --branch-counts             Output counts of branches taken\n"
17191 "                                    rather than percentages\n"
17192 msgstr "  -c, --branch-counts             ispiše količine (broj) grana a ne postotak\n"
17193
17194 #: gcov.cc:931
17195 #, c-format
17196 msgid "  -d, --display-progress          Display progress information\n"
17197 msgstr "  -d, --display-progress          pokaže podatke o napredovanju\n"
17198
17199 #: gcov.cc:932
17200 #, c-format
17201 msgid "  -D, --debug\t\t\t    Display debugging dumps\n"
17202 msgstr "  -D, --debug\t\t\t    pokaže dijagnostičke podatke\n"
17203
17204 #: gcov.cc:933
17205 #, c-format
17206 msgid "  -f, --function-summaries        Output summaries for each function\n"
17207 msgstr "  -f, --function-summaries        ispiše sažetke za svaku funkciju\n"
17208
17209 #: gcov.cc:934
17210 #, c-format
17211 msgid "  -h, --help                      Print this help, then exit\n"
17212 msgstr "  -h, --help                      ispiše ovu pomoć, pa iziđe\n"
17213
17214 #: gcov.cc:935
17215 #, c-format
17216 msgid ""
17217 "  -j, --json-format               Output JSON intermediate format\n"
17218 "                                    into .gcov.json.gz file\n"
17219 msgstr ""
17220 "  -j, --json-format               izlaz zapiše .gcov.json.gz datoteku\n"
17221 "                                    u JSON (intermediate) formatu\n"
17222
17223 #: gcov.cc:937
17224 #, c-format
17225 msgid "  -H, --human-readable            Output human readable numbers\n"
17226 msgstr "  -H, --human-readable            pokaže brojke u lako čitljivom obliku\n"
17227
17228 #: gcov.cc:938
17229 #, c-format
17230 msgid "  -k, --use-colors                Emit colored output\n"
17231 msgstr "  -k, --use-colors                oboji izlazne poruke\n"
17232
17233 #: gcov.cc:939
17234 #, c-format
17235 msgid ""
17236 "  -l, --long-file-names           Use long output file names for included\n"
17237 "                                    source files\n"
17238 msgstr "  -l, --long-file-names           ispiše puna imena uključenih izvornih kódova\n"
17239
17240 #: gcov.cc:941
17241 #, c-format
17242 msgid "  -m, --demangled-names           Output demangled function names\n"
17243 msgstr ""
17244 "  -m, --demangled-names           ispiše dešifrirana imena funkcija\n"
17245 "\n"
17246
17247 #: gcov.cc:942
17248 #, c-format
17249 msgid "  -n, --no-output                 Do not create an output file\n"
17250 msgstr "  -n, --no-output                 ne proizvodi izlazne datoteke\n"
17251
17252 #: gcov.cc:943
17253 #, c-format
17254 msgid "  -o, --object-directory DIR|FILE Search for object files in DIR or called FILE\n"
17255 msgstr ""
17256 "  -o, --object-directory DIR|FILE traži objektne datoteke u direktoriju DIR\n"
17257 "                                    ili u pozvanoj datoteci FILE\n"
17258
17259 #: gcov.cc:944
17260 #, c-format
17261 msgid "  -p, --preserve-paths            Preserve all pathname components\n"
17262 msgstr "  -p, --preserve-paths            sačuva (spremi) sve komponente imena staze\n"
17263
17264 #: gcov.cc:945
17265 #, c-format
17266 msgid "  -q, --use-hotness-colors        Emit perf-like colored output for hot lines\n"
17267 msgstr "  -q, --use-hotness-colors        oboji izlaz u perf-stilu za vruće retke\n"
17268
17269 #: gcov.cc:946
17270 #, c-format
17271 msgid "  -r, --relative-only             Only show data for relative sources\n"
17272 msgstr "  -r, --relative-only             pokaže samo podatke za relativne izvore\n"
17273
17274 #: gcov.cc:947
17275 #, c-format
17276 msgid "  -s, --source-prefix DIR         Source prefix to elide\n"
17277 msgstr "  -s, --source-prefix DIR         izostavi prefiks izvornog kȏda\n"
17278
17279 #: gcov.cc:948
17280 #, c-format
17281 msgid "  -t, --stdout                    Output to stdout instead of a file\n"
17282 msgstr "  -t, --stdout                    izlaz na stdout umjesto u datoteku\n"
17283
17284 #: gcov.cc:949
17285 #, c-format
17286 msgid "  -u, --unconditional-branches    Show unconditional branch counts too\n"
17287 msgstr "  -u, --unconditional-branches    pokaže i bezuvjetnu količinu (broj) grana\n"
17288
17289 #: gcov.cc:950
17290 #, c-format
17291 msgid "  -v, --version                   Print version number, then exit\n"
17292 msgstr "  -v, --version                   ispiše broj inačice, pa iziđe\n"
17293
17294 #: gcov.cc:951
17295 #, c-format
17296 msgid "  -w, --verbose                   Print verbose informations\n"
17297 msgstr "  -w, --verbose                   daje opširnije informacije\n"
17298
17299 #: gcov.cc:952
17300 #, c-format
17301 msgid "  -x, --hash-filenames            Hash long pathnames\n"
17302 msgstr "  -x, --hash-filenames            hašira (hash) dugačka imena staza\n"
17303
17304 #: gcov.cc:953
17305 #, c-format
17306 msgid ""
17307 "\n"
17308 "Obsolete options:\n"
17309 msgstr ""
17310 "\n"
17311 "Zastarjele opcije:\n"
17312
17313 #: gcov.cc:954
17314 #, c-format
17315 msgid "  -i, --json-format               Replaced with -j, --json-format\n"
17316 msgstr "  -i, --json-format               zamijenjeno s -j, --json-format\n"
17317
17318 #: gcov.cc:955
17319 #, c-format
17320 msgid "  -j, --human-readable            Replaced with -H, --human-readable\n"
17321 msgstr "  -j, --human-readable            zamijenjeno s -H, --human-readable\n"
17322
17323 #: gcov.cc:966
17324 #, c-format
17325 msgid "gcov %s%s\n"
17326 msgstr "gcov %s%s\n"
17327
17328 #: gcov.cc:1354
17329 #, c-format
17330 msgid "'%s' file is already processed\n"
17331 msgstr "„%s“ datoteka je već obrađena\n"
17332
17333 #: gcov.cc:1470 gcov.cc:1599
17334 #, c-format
17335 msgid "Creating '%s'\n"
17336 msgstr "Stvaramo „%s”\n"
17337
17338 #: gcov.cc:1474
17339 #, c-format
17340 msgid "Error writing output file '%s'\n"
17341 msgstr "Greška pri pisanju izlazne datoteke „%s“\n"
17342
17343 #: gcov.cc:1482
17344 #, c-format
17345 msgid "Could not open output file '%s'\n"
17346 msgstr "Nije moguće otvoriti izlaznu datoteku „%s“\n"
17347
17348 #: gcov.cc:1489
17349 #, c-format
17350 msgid "Removing '%s'\n"
17351 msgstr "Uklanjamo „%s”\n"
17352
17353 #: gcov.cc:1604
17354 #, c-format
17355 msgid "Cannot open JSON output file %s\n"
17356 msgstr "Nije moguće otvoriti izlaznu JSON datoteku %s\n"
17357
17358 #: gcov.cc:1613
17359 #, c-format
17360 msgid "Error writing JSON output file %s\n"
17361 msgstr "Nije moguće zapisati izlaznu JSON datoteku %s\n"
17362
17363 #: gcov.cc:1778
17364 #, c-format
17365 msgid "%s:source file is newer than notes file '%s'\n"
17366 msgstr "%s:izvorni kȏd je noviji od datoteke s bilješkama „%s“\n"
17367
17368 #: gcov.cc:1783
17369 #, c-format
17370 msgid "(the message is displayed only once per source file)\n"
17371 msgstr "(ova poruka se ispiše samo jedamput po izvornom kȏdu)\n"
17372
17373 #: gcov.cc:1803
17374 #, c-format
17375 msgid "%s:cannot open notes file\n"
17376 msgstr "%s:nije moguće otvoriti datoteku s bilješkama\n"
17377
17378 #: gcov.cc:1810
17379 #, c-format
17380 msgid "%s:not a gcov notes file\n"
17381 msgstr "%s:nije gcov datoteka s bilješkama\n"
17382
17383 #: gcov.cc:1824
17384 #, c-format
17385 msgid "%s:version '%.4s', prefer '%.4s'\n"
17386 msgstr "%s:inačica „%.4s“, ali preferira se „%.4s“\n"
17387
17388 #: gcov.cc:1877
17389 #, c-format
17390 msgid "%s:already seen blocks for '%s'\n"
17391 msgstr "%s:već viđeni blokovi za „%s“\n"
17392
17393 #: gcov.cc:1993 gcov.cc:2107
17394 #, c-format
17395 msgid "%s:corrupted\n"
17396 msgstr "%s:oštećen\n"
17397
17398 #: gcov.cc:2001
17399 #, c-format
17400 msgid "%s:no functions found\n"
17401 msgstr "%s:nijedna funkcija nije pronađena\n"
17402
17403 #: gcov.cc:2019
17404 #, c-format
17405 msgid "%s:cannot open data file, assuming not executed\n"
17406 msgstr "%s:nije moguće otvoriti, pretpostavljamo da ne radi\n"
17407
17408 #: gcov.cc:2026
17409 #, c-format
17410 msgid "%s:not a gcov data file\n"
17411 msgstr "%s:nije gcov datoteka\n"
17412
17413 #: gcov.cc:2040
17414 #, c-format
17415 msgid "%s:version '%.4s', prefer version '%.4s'\n"
17416 msgstr "%s:inačica „%.4s“, ali preferira se „%.4s“\n"
17417
17418 #: gcov.cc:2047
17419 #, c-format
17420 msgid "%s:stamp mismatch with notes file\n"
17421 msgstr "%s:nepodudaranje pečata s bilješkama\n"
17422
17423 #: gcov.cc:2084
17424 #, c-format
17425 msgid "%s:profile mismatch for '%s'\n"
17426 msgstr "%s:nepodudaranje profila za „%s“\n"
17427
17428 #: gcov.cc:2106
17429 #, c-format
17430 msgid "%s:overflowed\n"
17431 msgstr "%s:prelijevanje\n"
17432
17433 #: gcov.cc:2154
17434 #, c-format
17435 msgid "%s:'%s' lacks entry and/or exit blocks\n"
17436 msgstr "%s:„%s“ nema ulazne i/ili izlazne blokove\n"
17437
17438 #: gcov.cc:2159
17439 #, c-format
17440 msgid "%s:'%s' has arcs to entry block\n"
17441 msgstr "%s:„%s“ ima lukove do ulaznog bloka\n"
17442
17443 #: gcov.cc:2167
17444 #, c-format
17445 msgid "%s:'%s' has arcs from exit block\n"
17446 msgstr "%s:„%s“ ima lukove od izlaznog bloka\n"
17447
17448 #: gcov.cc:2376
17449 #, c-format
17450 msgid "%s:graph is unsolvable for '%s'\n"
17451 msgstr "%s:graf je nerješiv za „%s“\n"
17452
17453 #: gcov.cc:2492
17454 #, c-format
17455 msgid "Lines executed:%s of %d\n"
17456 msgstr "Izvršeno %s od %d\n"
17457
17458 #: gcov.cc:2495
17459 #, c-format
17460 msgid "No executable lines\n"
17461 msgstr "Nema izvršivih redaka\n"
17462
17463 #: gcov.cc:2503 gcov.cc:2512
17464 #, c-format
17465 msgid "%s '%s'\n"
17466 msgstr "%s „%s“\n"
17467
17468 #: gcov.cc:2519
17469 #, c-format
17470 msgid "Branches executed:%s of %d\n"
17471 msgstr "Izvršeno %s grana od %d\n"
17472
17473 #: gcov.cc:2523
17474 #, c-format
17475 msgid "Taken at least once:%s of %d\n"
17476 msgstr "%s uzeto barem jednom od %d grana\n"
17477
17478 #: gcov.cc:2529
17479 #, c-format
17480 msgid "No branches\n"
17481 msgstr "Nema grana\n"
17482
17483 #: gcov.cc:2531
17484 #, c-format
17485 msgid "Calls executed:%s of %d\n"
17486 msgstr "Izvršeno %s poziva od %d\n"
17487
17488 #: gcov.cc:2535
17489 #, c-format
17490 msgid "No calls\n"
17491 msgstr "Nema poziva\n"
17492
17493 #: gcov.cc:2748
17494 #, c-format
17495 msgid "%s:no lines for '%s'\n"
17496 msgstr "%s:nema redaka za „%s”\n"
17497
17498 #: gcov.cc:2874
17499 #, c-format
17500 msgid "call   %2d returned %s\n"
17501 msgstr "poziv   %2d vratio je %s\n"
17502
17503 #: gcov.cc:2879
17504 #, c-format
17505 msgid "call   %2d never executed\n"
17506 msgstr "poziv   %2d nikada nije izvršen\n"
17507
17508 #: gcov.cc:2884
17509 #, c-format
17510 msgid "branch %2d taken %s%s"
17511 msgstr "grana %2d uzeta %s%s"
17512
17513 #: gcov.cc:2889
17514 #, c-format
17515 msgid "branch %2d never executed"
17516 msgstr "grana %2d nikada nije izvršena"
17517
17518 #: gcov.cc:2892
17519 #, c-format
17520 msgid " (BB %d)"
17521 msgstr " (BB %d)"
17522
17523 #: gcov.cc:2899
17524 #, c-format
17525 msgid "unconditional %2d taken %s\n"
17526 msgstr "bezuvjetno %2d uzeto %s\n"
17527
17528 #: gcov.cc:2902
17529 #, c-format
17530 msgid "unconditional %2d never executed\n"
17531 msgstr "bezuvjetno %2d nikada nije izvršeno\n"
17532
17533 #: gcov.cc:3154
17534 #, c-format
17535 msgid "Cannot open source file %s\n"
17536 msgstr "Nije moguće otvoriti izvorni kȏd %s\n"
17537
17538 #: gcse.cc:2578
17539 msgid "PRE disabled"
17540 msgstr "PRE onemogućen"
17541
17542 #: gcse.cc:3505
17543 msgid "GCSE disabled"
17544 msgstr "GCSE onemogućen"
17545
17546 #: incpath.cc:77
17547 #, c-format
17548 msgid "ignoring duplicate directory \"%s\"\n"
17549 msgstr "ignoriramo duplikat direktorija „%s”\n"
17550
17551 #: incpath.cc:80
17552 #, c-format
17553 msgid "  as it is a non-system directory that duplicates a system directory\n"
17554 msgstr "  jer nije direktorij sustava koji duplicira direktorij sustava\n"
17555
17556 #: incpath.cc:84
17557 #, c-format
17558 msgid "ignoring nonexistent directory \"%s\"\n"
17559 msgstr "ignoriramo nepostojeći direktorij „%s”\n"
17560
17561 #: incpath.cc:391
17562 #, c-format
17563 msgid "#include \"...\" search starts here:\n"
17564 msgstr "#include \"...\" pretraga započinje ovdje:\n"
17565
17566 #: incpath.cc:395
17567 #, c-format
17568 msgid "#include <...> search starts here:\n"
17569 msgstr "#include <...> pretraga započinje ovdje:\n"
17570
17571 #: incpath.cc:400
17572 #, c-format
17573 msgid "End of search list.\n"
17574 msgstr "Kraj popisa pretrage.\n"
17575
17576 #. Opening quotation mark.
17577 #: intl.cc:62
17578 msgid "`"
17579 msgstr "„"
17580
17581 #. Closing quotation mark.
17582 #: intl.cc:65
17583 msgid "'"
17584 msgstr "“"
17585
17586 #: langhooks.cc:384
17587 msgid "At top level:"
17588 msgstr "Vrhovna razina:"
17589
17590 #: langhooks.cc:400 cp/error.cc:3623
17591 #, c-format
17592 msgid "In member function %qs"
17593 msgstr "U funkciji člana %qs"
17594
17595 #: langhooks.cc:404 cp/error.cc:3626
17596 #, c-format
17597 msgid "In function %qs"
17598 msgstr "U funkciji %qs"
17599
17600 #: langhooks.cc:449 cp/error.cc:3576
17601 msgid "    inlined from %qs at %r%s:%d:%d%R"
17602 msgstr "    umetnuto od %qs pri %r%s:%d:%d%R"
17603
17604 #: langhooks.cc:454 cp/error.cc:3581
17605 msgid "    inlined from %qs at %r%s:%d%R"
17606 msgstr "    umetnuto od %qs pri %r%s:%d%R"
17607
17608 #: langhooks.cc:460 cp/error.cc:3587
17609 #, c-format
17610 msgid "    inlined from %qs"
17611 msgstr "    umetnuto od %qs"
17612
17613 #: lra-assigns.cc:1871 reload1.cc:2073
17614 msgid "this is the insn:"
17615 msgstr "ovo je insn:"
17616
17617 #: lra-constraints.cc:3142
17618 msgid "unable to generate reloads for impossible constraints:"
17619 msgstr "nije moguće generirati ponovna učitavanja za nemoguća ograničenja:"
17620
17621 #: lra-constraints.cc:4168 reload.cc:3844
17622 msgid "unable to generate reloads for:"
17623 msgstr "nije moguće generirati ponovno učitavanje za:"
17624
17625 #. What to print when a switch has no documentation.
17626 #: opts.cc:313
17627 msgid "This option lacks documentation."
17628 msgstr "Ova opcija nije dokumentirana."
17629
17630 #: opts.cc:314
17631 msgid "Uses of this option are diagnosed."
17632 msgstr "Upotreba ove opcije je dijagnosticirana."
17633
17634 #: opts.cc:1584
17635 #, c-format
17636 msgid "Same as %s%s (or, in negated form, %s%s)."
17637 msgstr "Isto kao %s%s (ili, u negiranom obliku, %s%s)."
17638
17639 #: opts.cc:1589
17640 #, c-format
17641 msgid "Same as %s%s."
17642 msgstr "Isto kao %s%s."
17643
17644 #: opts.cc:1594
17645 #, c-format
17646 msgid "Same as %s."
17647 msgstr "Isto kao %s."
17648
17649 #: opts.cc:1602
17650 #, c-format
17651 msgid "%s  Same as %s."
17652 msgstr "%s je identično s %s."
17653
17654 #: opts.cc:1665
17655 msgid "[available in "
17656 msgstr "[dostupno u "
17657
17658 #: opts.cc:1697
17659 msgid "[default]"
17660 msgstr "[zadano]"
17661
17662 #: opts.cc:1706
17663 #, c-format
17664 msgid "%llu bytes"
17665 msgstr "%llu bajta"
17666
17667 #: opts.cc:1743
17668 msgid "[enabled]"
17669 msgstr "[omogućeno]"
17670
17671 #: opts.cc:1745
17672 msgid "[disabled]"
17673 msgstr "[onemogućeno]"
17674
17675 #: opts.cc:1781
17676 #, c-format
17677 msgid " No options with the desired characteristics were found\n"
17678 msgstr " Nisu pronađene opcije sa željenim svojstvima\n"
17679
17680 #: opts.cc:1790
17681 #, c-format
17682 msgid " None found.  Use --help=%s to show *all* the options supported by the %s front-end.\n"
17683 msgstr " Nijedan nije nađen. Koristite --help=%s za ispis *all* opcija koje podržava %s front-end sučelje.\n"
17684
17685 #: opts.cc:1796
17686 #, c-format
17687 msgid " All options with the desired characteristics have already been displayed\n"
17688 msgstr " Sve opcije sa željenim svojstvima su već prikazane\n"
17689
17690 #: opts.cc:1841
17691 #, c-format
17692 msgid ""
17693 "  Known valid arguments for %s option:\n"
17694 "   "
17695 msgstr ""
17696 "  Znani valjani argument za %s opciju:\n"
17697 "   "
17698
17699 #: opts.cc:1891
17700 msgid "The following options are target specific"
17701 msgstr "Sljedeće opcije su specifične za cilj"
17702
17703 #: opts.cc:1894
17704 msgid "The following options control compiler warning messages"
17705 msgstr "Sljedeće opcije upravljaju porukama upozorenja kompajlera"
17706
17707 #: opts.cc:1897
17708 msgid "The following options control optimizations"
17709 msgstr "Sljedeće opcije upravljaju s optimizacijama"
17710
17711 #: opts.cc:1900 opts.cc:1940
17712 msgid "The following options are language-independent"
17713 msgstr "Sljedeće opcije su neovisne o jeziku"
17714
17715 #: opts.cc:1903
17716 msgid "The following options control parameters"
17717 msgstr "Sljedeće opcije upravljaju s parametrima"
17718
17719 #: opts.cc:1909
17720 msgid "The following options are specific to just the language "
17721 msgstr "Sljedeće opcije su posebne samo za jezik "
17722
17723 #: opts.cc:1911
17724 msgid "The following options are supported by the language "
17725 msgstr "Sljedeće opcije podržava jezik "
17726
17727 #: opts.cc:1922
17728 msgid "The following options are not documented"
17729 msgstr "Sljedeće opcije nisu dokumentirane"
17730
17731 #: opts.cc:1924
17732 msgid "The following options take separate arguments"
17733 msgstr "Sljedeće opcije uzimaju odvojene argumente"
17734
17735 #: opts.cc:1926
17736 msgid "The following options take joined arguments"
17737 msgstr "Sljedeće opcije uzimaju spojene argumente"
17738
17739 #: opts.cc:1938
17740 msgid "The following options are language-related"
17741 msgstr "Sljedeće opcije se odnose na jezik"
17742
17743 #: passes.cc:1833
17744 #, c-format
17745 msgid "during %s pass: %s\n"
17746 msgstr "tijekom %s prolaza: %s\n"
17747
17748 #: passes.cc:1838
17749 #, c-format
17750 msgid "dump file: %s\n"
17751 msgstr "istovari datoteku: %s\n"
17752
17753 #: plugin.cc:926
17754 msgid "Event"
17755 msgstr "Događaj"
17756
17757 #: plugin.cc:926
17758 msgid "Plugins"
17759 msgstr "Plugini"
17760
17761 #: plugin.cc:958
17762 #, c-format
17763 msgid "*** WARNING *** there are active plugins, do not report this as a bug unless you can reproduce it without enabling any plugins.\n"
17764 msgstr "*** UPOZORENJE *** neki plugini su aktivni, nemojte prijaviti ovo kao grešku osim ako ju ne možete reproducirati bez omogućavanja plugina.\n"
17765
17766 #: postreload-gcse.cc:1355
17767 msgid "using simple load CSE after register allocation"
17768 msgstr "Nakon mapiranja registra koristi se jednostavan CSE"
17769
17770 #. It's the compiler's fault.
17771 #: reload1.cc:5994
17772 msgid "could not find a spill register"
17773 msgstr "nije pronađen registar prelijevanja"
17774
17775 #. It's the compiler's fault.
17776 #: reload1.cc:7876
17777 msgid "VOIDmode on an output"
17778 msgstr "VOIDmode na izlazu"
17779
17780 #: reload1.cc:8609
17781 msgid "failure trying to reload:"
17782 msgstr "ponovno učitavanje nije uspjelo:"
17783
17784 #: rtl-error.cc:116
17785 msgid "unrecognizable insn:"
17786 msgstr "neprepoznati insn:"
17787
17788 #: rtl-error.cc:118
17789 msgid "insn does not satisfy its constraints:"
17790 msgstr "insn ne zadovoljava svoja ograničenja:"
17791
17792 #: targhooks.cc:2157
17793 #, c-format
17794 msgid "created and used with differing settings of '%s'"
17795 msgstr "stvoren i korišten s različitim postavkama „%s”"
17796
17797 #: targhooks.cc:2172
17798 msgid "created and used with different settings of %<-fpic%>"
17799 msgstr "stvoren i korišten s različitim postavkama %<-fpic%>"
17800
17801 #: targhooks.cc:2174
17802 msgid "created and used with different settings of %<-fpie%>"
17803 msgstr "stvoren i korišten s različitim postavkama of %<-fpie%>"
17804
17805 #: toplev.cc:318
17806 #, c-format
17807 msgid "unrecoverable error"
17808 msgstr "nepopravljiva greška"
17809
17810 #: toplev.cc:611
17811 #, c-format
17812 msgid ""
17813 "%s%s%s %sversion %s (%s)\n"
17814 "%s\tcompiled by GNU C version %s, "
17815 msgstr ""
17816 "%s%s%s %sinačica %s (%s)\n"
17817 "%s\tkompilirano s GNU C inačica %s, "
17818
17819 #: toplev.cc:613
17820 #, c-format
17821 msgid "%s%s%s %sversion %s (%s) compiled by CC, "
17822 msgstr "%s%s%s %sinačica %s (%s) kompilirao CC, "
17823
17824 #: toplev.cc:617
17825 #, c-format
17826 msgid "GMP version %s, MPFR version %s, MPC version %s, isl version %s\n"
17827 msgstr ""
17828 "GMP inačica %s, MPFR inačica %s, MPC inačica %s, isl inačica %s\n"
17829 "\n"
17830
17831 #: toplev.cc:619
17832 #, c-format
17833 msgid "%s%swarning: %s header version %s differs from library version %s.\n"
17834 msgstr "%s%supozorenje: %s inačica zaglavlja %s različita je od inačice biblioteke %s\n"
17835
17836 #: toplev.cc:621
17837 #, c-format
17838 msgid "%s%sGGC heuristics: --param ggc-min-expand=%d --param ggc-min-heapsize=%d\n"
17839 msgstr "%s%sGGC heuristika: --param ggc-min-expand=%d --param ggc-min-heapsize=%d\n"
17840
17841 #: tree-diagnostic-path.cc:257 tree-diagnostic.cc:290 c/c-decl.cc:6073
17842 #: c/c-typeck.cc:7894 cp/error.cc:1165 c-family/c-pretty-print.cc:425
17843 #, gcc-internal-format
17844 msgid "<anonymous>"
17845 msgstr "<anonymous>"
17846
17847 #: c-family/c-format.cc:437
17848 msgid "format"
17849 msgstr "format"
17850
17851 #: c-family/c-format.cc:438
17852 msgid "field width specifier"
17853 msgstr "specifikacija širine polja"
17854
17855 #: c-family/c-format.cc:439
17856 msgid "field precision specifier"
17857 msgstr "specifikacija preciznosti polja"
17858
17859 #: c-family/c-format.cc:558 c-family/c-format.cc:582
17860 #: config/i386/msformat-c.cc:45
17861 msgid "' ' flag"
17862 msgstr ""
17863
17864 #: c-family/c-format.cc:558 c-family/c-format.cc:582
17865 #: config/i386/msformat-c.cc:45
17866 msgid "the ' ' printf flag"
17867 msgstr ""
17868
17869 #: c-family/c-format.cc:559 c-family/c-format.cc:583 c-family/c-format.cc:614
17870 #: c-family/c-format.cc:680 config/i386/msformat-c.cc:46
17871 msgid "'+' flag"
17872 msgstr ""
17873
17874 #: c-family/c-format.cc:559 c-family/c-format.cc:583 c-family/c-format.cc:614
17875 #: config/i386/msformat-c.cc:46
17876 msgid "the '+' printf flag"
17877 msgstr " "
17878
17879 #: c-family/c-format.cc:560 c-family/c-format.cc:584 c-family/c-format.cc:615
17880 #: c-family/c-format.cc:655 config/i386/msformat-c.cc:47
17881 #: config/i386/msformat-c.cc:82
17882 msgid "'#' flag"
17883 msgstr ""
17884
17885 #: c-family/c-format.cc:560 c-family/c-format.cc:584 c-family/c-format.cc:615
17886 #: config/i386/msformat-c.cc:47
17887 msgid "the '#' printf flag"
17888 msgstr ""
17889
17890 #: c-family/c-format.cc:561 c-family/c-format.cc:585 c-family/c-format.cc:653
17891 #: config/i386/msformat-c.cc:48
17892 msgid "'0' flag"
17893 msgstr ""
17894
17895 #: c-family/c-format.cc:561 c-family/c-format.cc:585
17896 #: config/i386/msformat-c.cc:48
17897 msgid "the '0' printf flag"
17898 msgstr ""
17899
17900 #: c-family/c-format.cc:562 c-family/c-format.cc:586 c-family/c-format.cc:652
17901 #: c-family/c-format.cc:683 config/i386/msformat-c.cc:49
17902 msgid "'-' flag"
17903 msgstr ""
17904
17905 #: c-family/c-format.cc:562 c-family/c-format.cc:586
17906 #: config/i386/msformat-c.cc:49
17907 msgid "the '-' printf flag"
17908 msgstr ""
17909
17910 #: c-family/c-format.cc:563 c-family/c-format.cc:635
17911 #: config/i386/msformat-c.cc:50 config/i386/msformat-c.cc:70
17912 msgid "''' flag"
17913 msgstr ""
17914
17915 #: c-family/c-format.cc:563 config/i386/msformat-c.cc:50
17916 msgid "the ''' printf flag"
17917 msgstr ""
17918
17919 #: c-family/c-format.cc:564 c-family/c-format.cc:636
17920 msgid "'I' flag"
17921 msgstr ""
17922
17923 #: c-family/c-format.cc:564
17924 msgid "the 'I' printf flag"
17925 msgstr ""
17926
17927 #: c-family/c-format.cc:565 c-family/c-format.cc:587 c-family/c-format.cc:633
17928 #: c-family/c-format.cc:656 c-family/c-format.cc:684 config/sol2-c.cc:43
17929 #: config/i386/msformat-c.cc:51 config/i386/msformat-c.cc:68
17930 msgid "field width"
17931 msgstr "širina polja"
17932
17933 #: c-family/c-format.cc:565 c-family/c-format.cc:587 config/sol2-c.cc:43
17934 #: config/i386/msformat-c.cc:51
17935 msgid "field width in printf format"
17936 msgstr "širina polja u printf formatu"
17937
17938 #: c-family/c-format.cc:566 c-family/c-format.cc:588 c-family/c-format.cc:617
17939 #: config/i386/msformat-c.cc:52
17940 msgid "precision"
17941 msgstr "preciznost"
17942
17943 #: c-family/c-format.cc:566 c-family/c-format.cc:588 c-family/c-format.cc:617
17944 #: config/i386/msformat-c.cc:52
17945 msgid "precision in printf format"
17946 msgstr "preciznost u printf formatu"
17947
17948 #: c-family/c-format.cc:567 c-family/c-format.cc:589 c-family/c-format.cc:618
17949 #: c-family/c-format.cc:634 c-family/c-format.cc:687 config/sol2-c.cc:44
17950 #: config/i386/msformat-c.cc:53 config/i386/msformat-c.cc:69
17951 msgid "length modifier"
17952 msgstr "modifikator dužine"
17953
17954 #: c-family/c-format.cc:567 c-family/c-format.cc:589 c-family/c-format.cc:618
17955 #: config/sol2-c.cc:44 config/i386/msformat-c.cc:53
17956 msgid "length modifier in printf format"
17957 msgstr "modifikator dužine u prinf formatu"
17958
17959 #: c-family/c-format.cc:616
17960 msgid "'q' flag"
17961 msgstr ""
17962
17963 #: c-family/c-format.cc:616
17964 msgid "the 'q' diagnostic flag"
17965 msgstr ""
17966
17967 #: c-family/c-format.cc:630 config/i386/msformat-c.cc:66
17968 msgid "assignment suppression"
17969 msgstr "ukidanje dodjele"
17970
17971 #: c-family/c-format.cc:630 config/i386/msformat-c.cc:66
17972 msgid "the assignment suppression scanf feature"
17973 msgstr "ukidanje dodjele scanf značajke"
17974
17975 #: c-family/c-format.cc:631 config/i386/msformat-c.cc:67
17976 msgid "'a' flag"
17977 msgstr ""
17978
17979 #: c-family/c-format.cc:631 config/i386/msformat-c.cc:67
17980 msgid "the 'a' scanf flag"
17981 msgstr ""
17982
17983 #: c-family/c-format.cc:632
17984 msgid "'m' flag"
17985 msgstr ""
17986
17987 #: c-family/c-format.cc:632
17988 msgid "the 'm' scanf flag"
17989 msgstr ""
17990
17991 #: c-family/c-format.cc:633 config/i386/msformat-c.cc:68
17992 msgid "field width in scanf format"
17993 msgstr ""
17994
17995 #: c-family/c-format.cc:634 config/i386/msformat-c.cc:69
17996 msgid "length modifier in scanf format"
17997 msgstr ""
17998
17999 #: c-family/c-format.cc:635 config/i386/msformat-c.cc:70
18000 msgid "the ''' scanf flag"
18001 msgstr ""
18002
18003 #: c-family/c-format.cc:636
18004 msgid "the 'I' scanf flag"
18005 msgstr ""
18006
18007 #: c-family/c-format.cc:651
18008 msgid "'_' flag"
18009 msgstr ""
18010
18011 #: c-family/c-format.cc:651
18012 msgid "the '_' strftime flag"
18013 msgstr ""
18014
18015 #: c-family/c-format.cc:652
18016 msgid "the '-' strftime flag"
18017 msgstr ""
18018
18019 #: c-family/c-format.cc:653
18020 msgid "the '0' strftime flag"
18021 msgstr ""
18022
18023 #: c-family/c-format.cc:654 c-family/c-format.cc:679
18024 msgid "'^' flag"
18025 msgstr ""
18026
18027 #: c-family/c-format.cc:654
18028 msgid "the '^' strftime flag"
18029 msgstr ""
18030
18031 #: c-family/c-format.cc:655 config/i386/msformat-c.cc:82
18032 msgid "the '#' strftime flag"
18033 msgstr ""
18034
18035 #: c-family/c-format.cc:656
18036 msgid "field width in strftime format"
18037 msgstr ""
18038
18039 #: c-family/c-format.cc:657
18040 msgid "'E' modifier"
18041 msgstr ""
18042
18043 #: c-family/c-format.cc:657
18044 msgid "the 'E' strftime modifier"
18045 msgstr ""
18046
18047 #: c-family/c-format.cc:658
18048 msgid "'O' modifier"
18049 msgstr ""
18050
18051 #: c-family/c-format.cc:658
18052 msgid "the 'O' strftime modifier"
18053 msgstr ""
18054
18055 #: c-family/c-format.cc:659 c-family/c-format.cc:660
18056 msgid "the 'O' modifier"
18057 msgstr ""
18058
18059 #: c-family/c-format.cc:678
18060 msgid "fill character"
18061 msgstr ""
18062
18063 #: c-family/c-format.cc:678
18064 msgid "fill character in strfmon format"
18065 msgstr "znak za ispunjavanje i strfmon formatu"
18066
18067 #: c-family/c-format.cc:679
18068 msgid "the '^' strfmon flag"
18069 msgstr ""
18070
18071 #: c-family/c-format.cc:680
18072 msgid "the '+' strfmon flag"
18073 msgstr ""
18074
18075 #: c-family/c-format.cc:681
18076 msgid "'(' flag"
18077 msgstr ""
18078
18079 #: c-family/c-format.cc:681
18080 msgid "the '(' strfmon flag"
18081 msgstr ""
18082
18083 #: c-family/c-format.cc:682
18084 msgid "'!' flag"
18085 msgstr ""
18086
18087 #: c-family/c-format.cc:682
18088 msgid "the '!' strfmon flag"
18089 msgstr ""
18090
18091 #: c-family/c-format.cc:683
18092 msgid "the '-' strfmon flag"
18093 msgstr ""
18094
18095 #: c-family/c-format.cc:684
18096 msgid "field width in strfmon format"
18097 msgstr "širina poljau u strfmon formatu"
18098
18099 #: c-family/c-format.cc:685
18100 msgid "left precision"
18101 msgstr ""
18102
18103 #: c-family/c-format.cc:685
18104 msgid "left precision in strfmon format"
18105 msgstr ""
18106
18107 #: c-family/c-format.cc:686
18108 msgid "right precision"
18109 msgstr ""
18110
18111 #: c-family/c-format.cc:686
18112 msgid "right precision in strfmon format"
18113 msgstr ""
18114
18115 #: c-family/c-format.cc:687
18116 msgid "length modifier in strfmon format"
18117 msgstr ""
18118
18119 #. Handle deferred options from command-line.
18120 #: c-family/c-opts.cc:1504 fortran/cpp.cc:621
18121 msgid "<command-line>"
18122 msgstr ""
18123
18124 #: config/aarch64/aarch64.cc:11676
18125 #, c-format
18126 msgid "unsupported operand for code '%c'"
18127 msgstr "nepodržani operand za kȏd „%c“"
18128
18129 #: config/aarch64/aarch64.cc:11685 config/aarch64/aarch64.cc:11698
18130 #: config/aarch64/aarch64.cc:11710 config/aarch64/aarch64.cc:11721
18131 #: config/aarch64/aarch64.cc:11737 config/aarch64/aarch64.cc:11751
18132 #: config/aarch64/aarch64.cc:11771 config/aarch64/aarch64.cc:11848
18133 #: config/aarch64/aarch64.cc:11859 config/aarch64/aarch64.cc:11873
18134 #: config/aarch64/aarch64.cc:12095 config/aarch64/aarch64.cc:12115
18135 #: config/pru/pru.cc:1700 config/pru/pru.cc:1710 config/pru/pru.cc:1741
18136 #: config/pru/pru.cc:1752 config/pru/pru.cc:1824
18137 #, c-format
18138 msgid "invalid operand for '%%%c'"
18139 msgstr "nevaljani operand za „%%%c“"
18140
18141 #: config/aarch64/aarch64.cc:11789 config/aarch64/aarch64.cc:11800
18142 #: config/aarch64/aarch64.cc:11955 config/aarch64/aarch64.cc:11966
18143 #, c-format
18144 msgid "invalid vector constant"
18145 msgstr "nevaljana vektorska konstanta"
18146
18147 #: config/aarch64/aarch64.cc:11812 config/aarch64/aarch64.cc:11824
18148 #, c-format
18149 msgid "incompatible floating point / vector register operand for '%%%c'"
18150 msgstr ""
18151
18152 #: config/aarch64/aarch64.cc:11841
18153 #, c-format
18154 msgid "incompatible register operand for '%%%c'"
18155 msgstr "nekompatibilan operand registra za „%%%c“"
18156
18157 #: config/aarch64/aarch64.cc:11907 config/arm/arm.cc:24475
18158 #, c-format
18159 msgid "missing operand"
18160 msgstr "nema operanda"
18161
18162 #: config/aarch64/aarch64.cc:11992
18163 #, c-format
18164 msgid "invalid constant"
18165 msgstr "nevaljana konstanta"
18166
18167 #: config/aarch64/aarch64.cc:11995
18168 #, c-format
18169 msgid "invalid operand"
18170 msgstr "nevaljani operand"
18171
18172 #: config/aarch64/aarch64.cc:12123 config/aarch64/aarch64.cc:12128
18173 #, c-format
18174 msgid "invalid operand prefix '%%%c'"
18175 msgstr "nevaljani prefiks operanda „%%%c“"
18176
18177 #: config/aarch64/aarch64.cc:12148
18178 #, c-format
18179 msgid "invalid address mode"
18180 msgstr "nevaljani način adresiranja"
18181
18182 #: config/aarch64/aarch64.cc:26825 config/arm/arm.cc:33897
18183 msgid "invalid conversion from type %<bfloat16_t%>"
18184 msgstr "nevaljana konverzija od vrste %<bfloat16_t%>"
18185
18186 #: config/aarch64/aarch64.cc:26827 config/arm/arm.cc:33899
18187 msgid "invalid conversion to type %<bfloat16_t%>"
18188 msgstr "nevaljana konverzija u vrstu %<bfloat16_t%>"
18189
18190 #: config/aarch64/aarch64.cc:26842 config/aarch64/aarch64.cc:26858
18191 #: config/arm/arm.cc:33914 config/arm/arm.cc:33930
18192 msgid "operation not permitted on type %<bfloat16_t%>"
18193 msgstr "nedopuštena operacija na vrsti %<bfloat16_t%>"
18194
18195 #: config/aarch64/aarch64.cc:26866
18196 msgid "cannot combine GNU and SVE vectors in a binary operation"
18197 msgstr "ne mogu se kombinirati GNU i SVE vektori u binarnoj operaciji"
18198
18199 #: config/alpha/alpha.cc:5076 config/i386/i386.cc:13535
18200 #: config/rs6000/rs6000.cc:14278 config/sparc/sparc.cc:9357
18201 #, c-format
18202 msgid "'%%&' used without any local dynamic TLS references"
18203 msgstr "„%%&“ je upotrebljen bez ikakve dinamičke TLS referencije"
18204
18205 #: config/alpha/alpha.cc:5134 config/bfin/bfin.cc:1428
18206 #, c-format
18207 msgid "invalid %%J value"
18208 msgstr "nevaljana %%J vrijednost"
18209
18210 #: config/alpha/alpha.cc:5164 config/ia64/ia64.cc:5577
18211 #: config/or1k/or1k.cc:1249
18212 #, c-format
18213 msgid "invalid %%r value"
18214 msgstr "nevaljana %%r vrijednos"
18215
18216 #: config/alpha/alpha.cc:5174 config/ia64/ia64.cc:5531
18217 #: config/rs6000/rs6000.cc:13972 config/xtensa/xtensa.cc:2460
18218 #, c-format
18219 msgid "invalid %%R value"
18220 msgstr "nevaljana %%R vrijednost"
18221
18222 #: config/alpha/alpha.cc:5180 config/rs6000/rs6000.cc:13892
18223 #: config/xtensa/xtensa.cc:2427
18224 #, c-format
18225 msgid "invalid %%N value"
18226 msgstr "nevaljana %%N vrijednost"
18227
18228 #: config/alpha/alpha.cc:5188 config/rs6000/rs6000.cc:13920
18229 #, c-format
18230 msgid "invalid %%P value"
18231 msgstr "nevaljana %%P vrijednost"
18232
18233 #: config/alpha/alpha.cc:5196
18234 #, c-format
18235 msgid "invalid %%h value"
18236 msgstr "nevaljana %%h vrijednost"
18237
18238 #: config/alpha/alpha.cc:5204 config/xtensa/xtensa.cc:2453
18239 #, c-format
18240 msgid "invalid %%L value"
18241 msgstr "nevaljana %%L vrijednost"
18242
18243 #: config/alpha/alpha.cc:5223
18244 #, c-format
18245 msgid "invalid %%m value"
18246 msgstr "nevaljana %%m vrijednost"
18247
18248 #: config/alpha/alpha.cc:5229
18249 #, c-format
18250 msgid "invalid %%M value"
18251 msgstr "nevaljana %%M vrijednost"
18252
18253 #: config/alpha/alpha.cc:5266
18254 #, c-format
18255 msgid "invalid %%U value"
18256 msgstr "nevaljana %%U vrijednost"
18257
18258 #: config/alpha/alpha.cc:5274 config/rs6000/rs6000.cc:13980
18259 #, c-format
18260 msgid "invalid %%s value"
18261 msgstr "nevaljana %%s vrijednost"
18262
18263 #: config/alpha/alpha.cc:5285
18264 #, c-format
18265 msgid "invalid %%C value"
18266 msgstr "nevaljana %%C vrijednost"
18267
18268 #: config/alpha/alpha.cc:5322 config/rs6000/rs6000.cc:13756
18269 #, c-format
18270 msgid "invalid %%E value"
18271 msgstr "nevaljana %%E vrijednost"
18272
18273 #: config/alpha/alpha.cc:5347 config/alpha/alpha.cc:5397
18274 #, c-format
18275 msgid "unknown relocation unspec"
18276 msgstr "nepoznata relokacija unspec"
18277
18278 #: config/alpha/alpha.cc:5356 config/cr16/cr16.cc:1572 config/gcn/gcn.cc:6050
18279 #: config/gcn/gcn.cc:6059 config/gcn/gcn.cc:6119 config/gcn/gcn.cc:6127
18280 #: config/gcn/gcn.cc:6143 config/gcn/gcn.cc:6161 config/gcn/gcn.cc:6212
18281 #: config/gcn/gcn.cc:6331 config/gcn/gcn.cc:6442 config/rs6000/rs6000.cc:14283
18282 #, c-format
18283 msgid "invalid %%xn code"
18284 msgstr "nevaljani %%xn kȏd"
18285
18286 #: config/alpha/alpha.cc:5462
18287 #, c-format
18288 msgid "invalid operand address"
18289 msgstr "nevaljani operand adrese"
18290
18291 #: config/arc/arc.cc:4524
18292 #, c-format
18293 msgid "invalid operand to %%Z code"
18294 msgstr "nevaljani operand za %%Z kȏd"
18295
18296 #: config/arc/arc.cc:4532
18297 #, c-format
18298 msgid "invalid operand to %%z code"
18299 msgstr "nevaljani operand za %%z kȏd"
18300
18301 #: config/arc/arc.cc:4540
18302 #, c-format
18303 msgid "invalid operands to %%c code"
18304 msgstr "nevaljani operandi za %%c kȏd"
18305
18306 #: config/arc/arc.cc:4548
18307 #, c-format
18308 msgid "invalid operand to %%M code"
18309 msgstr "nevaljani operandi za %%M kȏd"
18310
18311 #: config/arc/arc.cc:4556 config/m32r/m32r.cc:2086
18312 #, c-format
18313 msgid "invalid operand to %%p code"
18314 msgstr "nevaljani operand za %%p kȏd"
18315
18316 #: config/arc/arc.cc:4567 config/m32r/m32r.cc:2079
18317 #, c-format
18318 msgid "invalid operand to %%s code"
18319 msgstr "nevaljani operand za %%s kȏd"
18320
18321 #: config/arc/arc.cc:4715 config/m32r/m32r.cc:2112
18322 #, c-format
18323 msgid "invalid operand to %%R code"
18324 msgstr "nevaljani operand za %%R kȏd"
18325
18326 #: config/arc/arc.cc:4791 config/m32r/m32r.cc:2135
18327 #, c-format
18328 msgid "invalid operand to %%H/%%L code"
18329 msgstr "nevaljani operand za %%H%%L kȏd"
18330
18331 #: config/arc/arc.cc:4859 config/m32r/m32r.cc:2206
18332 #, c-format
18333 msgid "invalid operand to %%U code"
18334 msgstr "nevaljani operand za %%U kȏd"
18335
18336 #: config/arc/arc.cc:4871
18337 #, c-format
18338 msgid "invalid operand to %%V code"
18339 msgstr "nevaljani operand za %%V kȏd"
18340
18341 #: config/arc/arc.cc:4928
18342 #, c-format
18343 msgid "invalid operand to %%O code"
18344 msgstr "nevaljani operand za %%O kȏd"
18345
18346 #. Unknown flag.
18347 #. Undocumented flag.
18348 #: config/arc/arc.cc:4954 config/epiphany/epiphany.cc:1309
18349 #: config/m32r/m32r.cc:2233 config/nds32/nds32.cc:3517
18350 #: config/sparc/sparc.cc:9636
18351 #, c-format
18352 msgid "invalid operand output code"
18353 msgstr "nevaljani izlazni kȏd operanda"
18354
18355 #: config/arc/arc.cc:6494
18356 #, c-format
18357 msgid "invalid UNSPEC as operand: %d"
18358 msgstr "nevaljani UNSPEC kao operand: %d"
18359
18360 #: config/arc/arc.cc:6710
18361 msgid "unrecognized supposed constant"
18362 msgstr "neprepoznata pretpostavljena konstanta"
18363
18364 #: config/arm/arm.cc:20839 config/arm/arm.cc:20864 config/arm/arm.cc:20874
18365 #: config/arm/arm.cc:20883 config/arm/arm.cc:20892
18366 #, c-format
18367 msgid "invalid shift operand"
18368 msgstr "nevaljai operand pomaka (shift)"
18369
18370 #: config/arm/arm.cc:23748 config/arm/arm.cc:23766
18371 #, c-format
18372 msgid "predicated Thumb instruction"
18373 msgstr "predviđena Thumb instrukcija"
18374
18375 #: config/arm/arm.cc:23754
18376 #, c-format
18377 msgid "predicated instruction in conditional sequence"
18378 msgstr "predviđena instrukcija u uvjetnoj sekvenciji"
18379
18380 #: config/arm/arm.cc:23872 config/arm/arm.cc:23885 config/arm/arm.cc:23910
18381 #: config/nios2/nios2.cc:3081
18382 #, c-format
18383 msgid "Unsupported operand for code '%c'"
18384 msgstr "Nepodržani operand za kȏd „%c“"
18385
18386 #: config/arm/arm.cc:23987 config/arm/arm.cc:24009 config/arm/arm.cc:24019
18387 #: config/arm/arm.cc:24029 config/arm/arm.cc:24039 config/arm/arm.cc:24078
18388 #: config/arm/arm.cc:24096 config/arm/arm.cc:24121 config/arm/arm.cc:24136
18389 #: config/arm/arm.cc:24163 config/arm/arm.cc:24170 config/arm/arm.cc:24188
18390 #: config/arm/arm.cc:24195 config/arm/arm.cc:24203 config/arm/arm.cc:24224
18391 #: config/arm/arm.cc:24231 config/arm/arm.cc:24422 config/arm/arm.cc:24429
18392 #: config/arm/arm.cc:24456 config/arm/arm.cc:24463 config/bfin/bfin.cc:1441
18393 #: config/bfin/bfin.cc:1448 config/bfin/bfin.cc:1455 config/bfin/bfin.cc:1462
18394 #: config/bfin/bfin.cc:1471 config/bfin/bfin.cc:1478 config/bfin/bfin.cc:1485
18395 #: config/bfin/bfin.cc:1492 config/nds32/nds32.cc:3543
18396 #, c-format
18397 msgid "invalid operand for code '%c'"
18398 msgstr "nevaljani operand za kȏd „%c“"
18399
18400 #: config/arm/arm.cc:24091
18401 #, c-format
18402 msgid "instruction never executed"
18403 msgstr "instrukcija nije nikada izvršena"
18404
18405 #. Former Maverick support, removed after GCC-4.7.
18406 #: config/arm/arm.cc:24112
18407 #, c-format
18408 msgid "obsolete Maverick format code '%c'"
18409 msgstr "zastarjela Maverick format kȏd „%c“"
18410
18411 #: config/avr/avr.cc:2642
18412 #, c-format
18413 msgid "address operand requires constraint for X, Y, or Z register"
18414 msgstr "operand adrese zahtjeva ograničenje za for X, Y, ili Z registar"
18415
18416 #: config/avr/avr.cc:2825
18417 msgid "operands to %T/%t must be reg + const_int:"
18418 msgstr "operandi za %T/%t moraju biti reg + const_int:"
18419
18420 #: config/avr/avr.cc:2875 config/avr/avr.cc:2942
18421 msgid "bad address, not an I/O address:"
18422 msgstr "loša adresa, nije U/I (I/O) adresa:"
18423
18424 #: config/avr/avr.cc:2884
18425 msgid "bad address, not a constant:"
18426 msgstr "loša adresa, nije konstanta:"
18427
18428 #: config/avr/avr.cc:2902 config/avr/avr.cc:2909
18429 msgid "bad address, not (reg+disp):"
18430 msgstr "loša adresa, nije (reg+disp):"
18431
18432 #: config/avr/avr.cc:2916
18433 msgid "bad address, not post_inc or pre_dec:"
18434 msgstr "loša adresa, nije post_inc ili pre_dec:"
18435
18436 #: config/avr/avr.cc:2928
18437 msgid "internal compiler error.  Bad address:"
18438 msgstr "interna greška kompajlera. Loša adresa:"
18439
18440 #: config/avr/avr.cc:2961
18441 #, c-format
18442 msgid "Unsupported code '%c' for fixed-point:"
18443 msgstr "Nepodržani kȏd „%c“ za nepomični zarez (fixed-point):"
18444
18445 #: config/avr/avr.cc:2969
18446 msgid "internal compiler error.  Unknown mode:"
18447 msgstr "interna greška kompajlera. Nepozat način rada:"
18448
18449 #: config/avr/avr.cc:3866 config/avr/avr.cc:4810 config/avr/avr.cc:5257
18450 msgid "invalid insn:"
18451 msgstr "nevaljani insn:"
18452
18453 #: config/avr/avr.cc:3920 config/avr/avr.cc:4032 config/avr/avr.cc:4090
18454 #: config/avr/avr.cc:4142 config/avr/avr.cc:4161 config/avr/avr.cc:4353
18455 #: config/avr/avr.cc:4661 config/avr/avr.cc:4946 config/avr/avr.cc:5150
18456 #: config/avr/avr.cc:5314 config/avr/avr.cc:5407 config/avr/avr.cc:5606
18457 msgid "incorrect insn:"
18458 msgstr "netočni insn:"
18459
18460 #: config/avr/avr.cc:4177 config/avr/avr.cc:4452 config/avr/avr.cc:4732
18461 #: config/avr/avr.cc:5018 config/avr/avr.cc:5196 config/avr/avr.cc:5463
18462 #: config/avr/avr.cc:5664
18463 msgid "unknown move insn:"
18464 msgstr "nepoznati insn za pomicanje, kopiranje:"
18465
18466 #: config/avr/avr.cc:6131
18467 msgid "bad shift insn:"
18468 msgstr "loš pomak (shift) insn:"
18469
18470 #: config/avr/avr.cc:6239 config/avr/avr.cc:6722 config/avr/avr.cc:7139
18471 msgid "internal compiler error.  Incorrect shift:"
18472 msgstr "interna greška kompajlera. Netočni pomak (shift):"
18473
18474 #: config/avr/avr.cc:8547
18475 msgid "unsupported fixed-point conversion"
18476 msgstr "nepodržana konverzija nepomičnog zareza (fixed-point conversion)"
18477
18478 #: config/avr/avr.cc:9916
18479 msgid "variable"
18480 msgstr "varijabla"
18481
18482 #: config/avr/avr.cc:9921
18483 msgid "function parameter"
18484 msgstr "parametar funkcije"
18485
18486 #: config/avr/avr.cc:9926
18487 msgid "structure field"
18488 msgstr "strukturno polje"
18489
18490 #: config/avr/avr.cc:9932
18491 msgid "return type of function"
18492 msgstr "vrsta vrijednosti koju funkcija vrati"
18493
18494 #: config/avr/avr.cc:9937
18495 msgid "pointer"
18496 msgstr "kazaljka (pointer)"
18497
18498 #: config/avr/driver-avr.cc:50
18499 #, c-format
18500 msgid ""
18501 "Running spec function '%s' with %d args\n"
18502 "\n"
18503 msgstr ""
18504 "Nepoznata spec funkcija „%s“ s %d argumentima\n"
18505 "\n"
18506
18507 #: config/bfin/bfin.cc:1390
18508 #, c-format
18509 msgid "invalid %%j value"
18510 msgstr ""
18511
18512 #: config/bfin/bfin.cc:1583 config/c6x/c6x.cc:2279
18513 #, c-format
18514 msgid "invalid const_double operand"
18515 msgstr ""
18516
18517 #: config/bpf/bpf.cc:921
18518 msgid "invalid address in operand"
18519 msgstr "nevaljana adresa u operandu"
18520
18521 #. Fallthrough.
18522 #: config/bpf/bpf.cc:928
18523 msgid "unsupported operand"
18524 msgstr ""
18525
18526 #. Format punctuators via %s to avoid -Wformat-diag.
18527 #: config/cris/cris.cc:775 config/ft32/ft32.cc:110 config/moxie/moxie.cc:108
18528 #: final.cc:3233 final.cc:3235 fold-const.cc:277 gcc.cc:6153 gcc.cc:6167
18529 #: rtl-error.cc:101 toplev.cc:322 vr-values.cc:2383 cp/logic.cc:312
18530 #: cp/logic.cc:314 cp/typeck.cc:7306 d/d-convert.cc:237
18531 #: go/go-gcc-diagnostics.cc:28 go/go-gcc-diagnostics.cc:37
18532 #: go/go-gcc-diagnostics.cc:45 go/go-gcc-diagnostics.cc:53
18533 #: lto/lto-object.cc:180 lto/lto-object.cc:277 lto/lto-object.cc:334
18534 #: lto/lto-object.cc:358
18535 #, gcc-internal-format, gfc-internal-format
18536 msgid "%s"
18537 msgstr ""
18538
18539 #: config/cris/cris.cc:826
18540 msgid "unexpected index-type in cris_print_index"
18541 msgstr ""
18542
18543 #: config/cris/cris.cc:840
18544 msgid "unexpected base-type in cris_print_base"
18545 msgstr ""
18546
18547 #: config/cris/cris.cc:895
18548 msgid "invalid operand for 'b' modifier"
18549 msgstr ""
18550
18551 #: config/cris/cris.cc:912
18552 msgid "invalid operand for 'o' modifier"
18553 msgstr ""
18554
18555 #: config/cris/cris.cc:931
18556 msgid "invalid operand for 'O' modifier"
18557 msgstr ""
18558
18559 #: config/cris/cris.cc:964
18560 msgid "invalid operand for 'p' modifier"
18561 msgstr ""
18562
18563 #: config/cris/cris.cc:1003
18564 msgid "invalid operand for 'z' modifier"
18565 msgstr ""
18566
18567 #: config/cris/cris.cc:1050 config/cris/cris.cc:1084
18568 msgid "invalid operand for 'H' modifier"
18569 msgstr ""
18570
18571 #: config/cris/cris.cc:1060
18572 msgid "bad register"
18573 msgstr ""
18574
18575 #: config/cris/cris.cc:1104
18576 msgid "invalid operand for 'e' modifier"
18577 msgstr ""
18578
18579 #: config/cris/cris.cc:1121
18580 msgid "invalid operand for 'm' modifier"
18581 msgstr ""
18582
18583 #: config/cris/cris.cc:1146
18584 msgid "invalid operand for 'A' modifier"
18585 msgstr ""
18586
18587 #: config/cris/cris.cc:1201
18588 msgid "invalid operand for 'D' modifier"
18589 msgstr ""
18590
18591 #: config/cris/cris.cc:1218 config/cris/cris.cc:1223
18592 msgid "invalid operand for 'T' modifier"
18593 msgstr ""
18594
18595 #: config/cris/cris.cc:1234 config/ft32/ft32.cc:236 config/moxie/moxie.cc:178
18596 msgid "invalid operand modifier letter"
18597 msgstr ""
18598
18599 #: config/cris/cris.cc:1286
18600 msgid "unexpected multiplicative operand"
18601 msgstr ""
18602
18603 #: config/cris/cris.cc:1306 config/ft32/ft32.cc:259 config/moxie/moxie.cc:203
18604 msgid "unexpected operand"
18605 msgstr ""
18606
18607 #: config/cris/cris.cc:1345 config/cris/cris.cc:1355
18608 msgid "unrecognized address"
18609 msgstr ""
18610
18611 #: config/cris/cris.cc:2535 config/cris/cris.cc:2588
18612 msgid "unexpected side-effects in address"
18613 msgstr ""
18614
18615 #: config/fr30/fr30.cc:510
18616 #, c-format
18617 msgid "fr30_print_operand_address: unhandled address"
18618 msgstr ""
18619
18620 #: config/fr30/fr30.cc:534
18621 #, c-format
18622 msgid "fr30_print_operand: unrecognized %%p code"
18623 msgstr ""
18624
18625 #: config/fr30/fr30.cc:554
18626 #, c-format
18627 msgid "fr30_print_operand: unrecognized %%b code"
18628 msgstr ""
18629
18630 #: config/fr30/fr30.cc:575
18631 #, c-format
18632 msgid "fr30_print_operand: unrecognized %%B code"
18633 msgstr ""
18634
18635 #: config/fr30/fr30.cc:583
18636 #, c-format
18637 msgid "fr30_print_operand: invalid operand to %%A code"
18638 msgstr ""
18639
18640 #: config/fr30/fr30.cc:600
18641 #, c-format
18642 msgid "fr30_print_operand: invalid %%x code"
18643 msgstr ""
18644
18645 #: config/fr30/fr30.cc:607
18646 #, c-format
18647 msgid "fr30_print_operand: invalid %%F code"
18648 msgstr ""
18649
18650 #: config/fr30/fr30.cc:624
18651 #, c-format
18652 msgid "fr30_print_operand: unknown code"
18653 msgstr ""
18654
18655 #: config/fr30/fr30.cc:652 config/fr30/fr30.cc:661 config/fr30/fr30.cc:672
18656 #: config/fr30/fr30.cc:685
18657 #, c-format
18658 msgid "fr30_print_operand: unhandled MEM"
18659 msgstr ""
18660
18661 #: config/frv/frv.cc:2490
18662 msgid "bad insn to frv_print_operand_address:"
18663 msgstr ""
18664
18665 #: config/frv/frv.cc:2501
18666 msgid "bad register to frv_print_operand_memory_reference_reg:"
18667 msgstr ""
18668
18669 #: config/frv/frv.cc:2540 config/frv/frv.cc:2550 config/frv/frv.cc:2559
18670 #: config/frv/frv.cc:2580 config/frv/frv.cc:2585
18671 msgid "bad insn to frv_print_operand_memory_reference:"
18672 msgstr ""
18673
18674 #: config/frv/frv.cc:2670
18675 #, c-format
18676 msgid "bad condition code"
18677 msgstr ""
18678
18679 #: config/frv/frv.cc:2744
18680 msgid "bad insn in frv_print_operand, bad const_double"
18681 msgstr ""
18682
18683 #: config/frv/frv.cc:2805
18684 msgid "bad insn to frv_print_operand, 'e' modifier:"
18685 msgstr ""
18686
18687 #: config/frv/frv.cc:2813
18688 msgid "bad insn to frv_print_operand, 'F' modifier:"
18689 msgstr ""
18690
18691 #: config/frv/frv.cc:2829
18692 msgid "bad insn to frv_print_operand, 'f' modifier:"
18693 msgstr ""
18694
18695 #: config/frv/frv.cc:2843
18696 msgid "bad insn to frv_print_operand, 'g' modifier:"
18697 msgstr ""
18698
18699 #: config/frv/frv.cc:2891
18700 msgid "bad insn to frv_print_operand, 'L' modifier:"
18701 msgstr ""
18702
18703 #: config/frv/frv.cc:2904
18704 msgid "bad insn to frv_print_operand, 'M/N' modifier:"
18705 msgstr ""
18706
18707 #: config/frv/frv.cc:2925
18708 msgid "bad insn to frv_print_operand, 'O' modifier:"
18709 msgstr ""
18710
18711 #: config/frv/frv.cc:2943
18712 msgid "bad insn to frv_print_operand, P modifier:"
18713 msgstr ""
18714
18715 #: config/frv/frv.cc:2963
18716 msgid "bad insn in frv_print_operand, z case"
18717 msgstr ""
18718
18719 #: config/frv/frv.cc:2994
18720 msgid "bad insn in frv_print_operand, 0 case"
18721 msgstr ""
18722
18723 #: config/frv/frv.cc:2999
18724 msgid "frv_print_operand: unknown code"
18725 msgstr ""
18726
18727 #: config/frv/frv.cc:4373
18728 msgid "bad output_move_single operand"
18729 msgstr ""
18730
18731 #: config/frv/frv.cc:4500
18732 msgid "bad output_move_double operand"
18733 msgstr ""
18734
18735 #: config/frv/frv.cc:4642
18736 msgid "bad output_condmove_single operand"
18737 msgstr ""
18738
18739 #: config/gcn/gcn.cc:5711 config/gcn/gcn.cc:5744 config/gcn/gcn.cc:5748
18740 #: config/gcn/gcn.cc:6092 config/gcn/gcn.cc:6103 config/gcn/gcn.cc:6106
18741 #, c-format
18742 msgid "bad ADDR_SPACE_GLOBAL address"
18743 msgstr ""
18744
18745 #: config/gcn/gcn.cc:5860 config/gcn/gcn.cc:5883 config/gcn/gcn.cc:5915
18746 #: config/gcn/gcn.cc:5931 config/gcn/gcn.cc:5946 config/gcn/gcn.cc:5965
18747 #: config/gcn/gcn.cc:6041 config/gcn/gcn.cc:6237 config/gcn/gcn.cc:6352
18748 #, c-format
18749 msgid "invalid operand %%xn code"
18750 msgstr "nevaljani operand %%xn kȏd"
18751
18752 #: config/gcn/gcn.cc:6340
18753 #, c-format
18754 msgid "operand %%xn code invalid for QImode"
18755 msgstr ""
18756
18757 #: config/gcn/gcn.cc:6422
18758 #, c-format
18759 msgid "invalid fp constant"
18760 msgstr ""
18761
18762 #: config/h8300/h8300.cc:1628 config/h8300/h8300.cc:1636
18763 #: config/h8300/h8300.cc:1644 config/h8300/h8300.cc:1652
18764 #: config/h8300/h8300.cc:1660 config/h8300/h8300.cc:1668
18765 #, c-format
18766 msgid "Expected register or constant integer."
18767 msgstr ""
18768
18769 #: config/i386/i386.cc:12360
18770 #, c-format
18771 msgid "invalid UNSPEC as operand"
18772 msgstr ""
18773
18774 #: config/i386/i386.cc:12899
18775 #, c-format
18776 msgid "invalid use of register '%s'"
18777 msgstr ""
18778
18779 #: config/i386/i386.cc:12904
18780 #, c-format
18781 msgid "invalid use of asm flag output"
18782 msgstr ""
18783
18784 #: config/i386/i386.cc:13137
18785 #, c-format
18786 msgid "invalid operand size for operand code 'O'"
18787 msgstr "nevaljana veličina operanda za operand kȏd „O“"
18788
18789 #: config/i386/i386.cc:13172
18790 #, c-format
18791 msgid "invalid operand size for operand code 'z'"
18792 msgstr "nevaljana veličina operanda za operand kȏd „z“"
18793
18794 #: config/i386/i386.cc:13241
18795 #, c-format
18796 msgid "invalid operand type used with operand code 'Z'"
18797 msgstr "nevaljana vrsta operanda korištena s operandom kȏda „Z“"
18798
18799 #: config/i386/i386.cc:13246
18800 #, c-format
18801 msgid "invalid operand size for operand code 'Z'"
18802 msgstr "nevaljana veličina operanda za operand kȏd „Z“"
18803
18804 #: config/i386/i386.cc:13323
18805 #, c-format
18806 msgid "operand is not a condition code, invalid operand code 'Y'"
18807 msgstr "operand nije kȏd uvjeta, nevaljani operand kȏd „Y“"
18808
18809 #: config/i386/i386.cc:13402
18810 #, c-format
18811 msgid "operand is not a condition code, invalid operand code 'D'"
18812 msgstr "operand nije kȏd uvjeta, nevaljani operand kȏd „D“"
18813
18814 #: config/i386/i386.cc:13420
18815 #, c-format
18816 msgid "operand is not a condition code, invalid operand code '%c'"
18817 msgstr "operand nije kȏd uvjeta, nevaljani operand kȏd „%c“"
18818
18819 #: config/i386/i386.cc:13433
18820 #, c-format
18821 msgid "operand is not an offsettable memory reference, invalid operand code 'H'"
18822 msgstr "operand nije pokretljiva (offsettable) referencija memorije, nevaljani operand kȏd „H“"
18823
18824 #: config/i386/i386.cc:13448
18825 #, c-format
18826 msgid "operand is not an integer, invalid operand code 'K'"
18827 msgstr "operand nije cijeli broj, nevaljani operand kȏd „K“"
18828
18829 #: config/i386/i386.cc:13476
18830 #, c-format
18831 msgid "operand is not a specific integer, invalid operand code 'r'"
18832 msgstr "operand nije određeni cijeli broj, nevaljani operand kȏd „r“"
18833
18834 #: config/i386/i386.cc:13494
18835 #, c-format
18836 msgid "operand is not an integer, invalid operand code 'R'"
18837 msgstr "operand nije cijeli broj, nevaljani operand kȏd „R“"
18838
18839 #: config/i386/i386.cc:13517
18840 #, c-format
18841 msgid "operand is not a specific integer, invalid operand code 'R'"
18842 msgstr "operand nije određeni cijeli broj, nevaljani operand kȏd „R“"
18843
18844 #: config/i386/i386.cc:13621
18845 #, c-format
18846 msgid "invalid operand code '%c'"
18847 msgstr "nevaljani operand kȏd „%c“"
18848
18849 #: config/i386/i386.cc:13683 config/i386/i386.cc:14072
18850 #, c-format
18851 msgid "invalid constraints for operand"
18852 msgstr "nevaljano ograničenje za operand"
18853
18854 #: config/i386/i386.cc:13784
18855 #, c-format
18856 msgid "invalid vector immediate"
18857 msgstr "nevaljana vektorska konstanta"
18858
18859 #: config/i386/i386.cc:16791
18860 msgid "unknown insn mode"
18861 msgstr "nepoznati insn način"
18862
18863 #: config/ia64/ia64.cc:5459
18864 #, c-format
18865 msgid "invalid %%G mode"
18866 msgstr ""
18867
18868 #: config/ia64/ia64.cc:5630
18869 #, c-format
18870 msgid "ia64_print_operand: unknown code"
18871 msgstr ""
18872
18873 #: config/ia64/ia64.cc:11243
18874 msgid "invalid conversion from %<__fpreg%>"
18875 msgstr ""
18876
18877 #: config/ia64/ia64.cc:11246
18878 msgid "invalid conversion to %<__fpreg%>"
18879 msgstr ""
18880
18881 #: config/ia64/ia64.cc:11259 config/ia64/ia64.cc:11270
18882 msgid "invalid operation on %<__fpreg%>"
18883 msgstr ""
18884
18885 #: config/iq2000/iq2000.cc:3126 config/tilegx/tilegx.cc:5302
18886 #: config/tilepro/tilepro.cc:4690
18887 #, c-format
18888 msgid "invalid %%P operand"
18889 msgstr ""
18890
18891 #: config/iq2000/iq2000.cc:3134 config/rs6000/rs6000.cc:13910
18892 #, c-format
18893 msgid "invalid %%p value"
18894 msgstr ""
18895
18896 #: config/iq2000/iq2000.cc:3193
18897 #, c-format
18898 msgid "invalid use of %%d, %%x, or %%X"
18899 msgstr ""
18900
18901 #: config/lm32/lm32.cc:524
18902 #, c-format
18903 msgid "only 0.0 can be loaded as an immediate"
18904 msgstr ""
18905
18906 #: config/lm32/lm32.cc:594
18907 msgid "bad operand"
18908 msgstr ""
18909
18910 #: config/lm32/lm32.cc:606
18911 msgid "can't use non gp relative absolute address"
18912 msgstr ""
18913
18914 #: config/lm32/lm32.cc:610
18915 msgid "invalid addressing mode"
18916 msgstr ""
18917
18918 #: config/loongarch/loongarch.cc:4237 config/loongarch/loongarch.cc:4259
18919 #: config/loongarch/loongarch.cc:4451 config/mips/mips.cc:9016
18920 #: config/mips/mips.cc:9043 config/mips/mips.cc:9226
18921 #, c-format
18922 msgid "'%%%c' is not a valid operand prefix"
18923 msgstr ""
18924
18925 #: config/loongarch/loongarch.cc:4368 config/loongarch/loongarch.cc:4375
18926 #: config/loongarch/loongarch.cc:4382 config/loongarch/loongarch.cc:4389
18927 #: config/loongarch/loongarch.cc:4399 config/loongarch/loongarch.cc:4402
18928 #: config/loongarch/loongarch.cc:4414 config/loongarch/loongarch.cc:4417
18929 #: config/loongarch/loongarch.cc:4482 config/loongarch/loongarch.cc:4497
18930 #: config/loongarch/loongarch.cc:4506 config/mips/mips.cc:9115
18931 #: config/mips/mips.cc:9122 config/mips/mips.cc:9129 config/mips/mips.cc:9136
18932 #: config/mips/mips.cc:9149 config/mips/mips.cc:9156 config/mips/mips.cc:9166
18933 #: config/mips/mips.cc:9169 config/mips/mips.cc:9181 config/mips/mips.cc:9184
18934 #: config/mips/mips.cc:9244 config/mips/mips.cc:9251 config/mips/mips.cc:9272
18935 #: config/mips/mips.cc:9287 config/mips/mips.cc:9306 config/mips/mips.cc:9315
18936 #: config/riscv/riscv.cc:3557 config/riscv/riscv.cc:3686
18937 #: config/riscv/riscv.cc:3692 config/riscv/riscv.cc:3701
18938 #, c-format
18939 msgid "invalid use of '%%%c'"
18940 msgstr ""
18941
18942 #: config/m32r/m32r.cc:2144
18943 msgid "bad insn for 'A'"
18944 msgstr "loš insn za „A“"
18945
18946 #: config/m32r/m32r.cc:2191
18947 #, c-format
18948 msgid "invalid operand to %%T/%%B code"
18949 msgstr ""
18950
18951 #: config/m32r/m32r.cc:2214
18952 #, c-format
18953 msgid "invalid operand to %%N code"
18954 msgstr ""
18955
18956 #: config/m32r/m32r.cc:2247
18957 msgid "pre-increment address is not a register"
18958 msgstr ""
18959
18960 #: config/m32r/m32r.cc:2254
18961 msgid "pre-decrement address is not a register"
18962 msgstr ""
18963
18964 #: config/m32r/m32r.cc:2261
18965 msgid "post-increment address is not a register"
18966 msgstr ""
18967
18968 #: config/m32r/m32r.cc:2336 config/m32r/m32r.cc:2351
18969 #: config/rs6000/rs6000.cc:20541
18970 msgid "bad address"
18971 msgstr ""
18972
18973 #: config/m32r/m32r.cc:2356
18974 msgid "lo_sum not of register"
18975 msgstr ""
18976
18977 #: config/microblaze/microblaze.cc:2294
18978 #, c-format
18979 msgid "unknown punctuation '%c'"
18980 msgstr ""
18981
18982 #: config/microblaze/microblaze.cc:2303
18983 #, c-format
18984 msgid "null pointer"
18985 msgstr ""
18986
18987 #: config/microblaze/microblaze.cc:2338
18988 #, c-format
18989 msgid "PRINT_OPERAND, invalid insn for %%C"
18990 msgstr ""
18991
18992 #: config/microblaze/microblaze.cc:2367
18993 #, c-format
18994 msgid "PRINT_OPERAND, invalid insn for %%N"
18995 msgstr ""
18996
18997 #: config/microblaze/microblaze.cc:2387 config/microblaze/microblaze.cc:2563
18998 msgid "insn contains an invalid address !"
18999 msgstr ""
19000
19001 #: config/microblaze/microblaze.cc:2403 config/microblaze/microblaze.cc:2633
19002 #: config/xtensa/xtensa.cc:2557
19003 msgid "invalid address"
19004 msgstr ""
19005
19006 #: config/microblaze/microblaze.cc:2506
19007 #, c-format
19008 msgid "letter %c was found & insn was not CONST_INT"
19009 msgstr ""
19010
19011 #: config/mmix/mmix.cc:1635 config/mmix/mmix.cc:1756
19012 msgid "MMIX Internal: Expected a CONST_INT, not this"
19013 msgstr ""
19014
19015 #: config/mmix/mmix.cc:1714
19016 msgid "MMIX Internal: Bad value for 'm', not a CONST_INT"
19017 msgstr ""
19018
19019 #: config/mmix/mmix.cc:1724
19020 msgid "MMIX Internal: Expected a register, not this"
19021 msgstr ""
19022
19023 #: config/mmix/mmix.cc:1734
19024 msgid "MMIX Internal: Expected a constant, not this"
19025 msgstr ""
19026
19027 #. We need the original here.
19028 #: config/mmix/mmix.cc:1818
19029 msgid "MMIX Internal: Cannot decode this operand"
19030 msgstr ""
19031
19032 #: config/mmix/mmix.cc:1877
19033 msgid "MMIX Internal: This is not a recognized address"
19034 msgstr ""
19035
19036 #: config/mmix/mmix.cc:2769
19037 msgid "MMIX Internal: Trying to output invalidly reversed condition:"
19038 msgstr ""
19039
19040 #: config/mmix/mmix.cc:2776
19041 msgid "MMIX Internal: What's the CC of this?"
19042 msgstr ""
19043
19044 #: config/mmix/mmix.cc:2780
19045 msgid "MMIX Internal: What is the CC of this?"
19046 msgstr ""
19047
19048 #: config/mmix/mmix.cc:2822
19049 msgid "MMIX Internal: This is not a constant:"
19050 msgstr ""
19051
19052 #: config/msp430/msp430.cc:4229
19053 #, c-format
19054 msgid "%%d, %%e, %%f, %%g operand modifiers are for memory references or constant values only"
19055 msgstr ""
19056
19057 #: config/msp430/msp430.cc:4342
19058 #, c-format
19059 msgid "invalid operand prefix"
19060 msgstr ""
19061
19062 #: config/msp430/msp430.cc:4376
19063 #, c-format
19064 msgid "invalid zero extract"
19065 msgstr "nevaljani nulo ekstrakt"
19066
19067 #: config/or1k/or1k.cc:1154 config/or1k/or1k.cc:1162
19068 #, c-format
19069 msgid "invalid relocation"
19070 msgstr "nevaljana relokacija"
19071
19072 #: config/or1k/or1k.cc:1256
19073 #, c-format
19074 msgid "invalid %%H value"
19075 msgstr ""
19076
19077 #: config/or1k/or1k.cc:1269 config/xtensa/xtensa.cc:2474
19078 #, c-format
19079 msgid "invalid %%d value"
19080 msgstr ""
19081
19082 #: config/or1k/or1k.cc:1317
19083 #, c-format
19084 msgid "unknown operand letter: '%c'"
19085 msgstr ""
19086
19087 #: config/pru/pru.cc:1672 config/pru/pru.cc:1683
19088 #, c-format
19089 msgid "I/O register operand for '%%%c'"
19090 msgstr ""
19091
19092 #: config/pru/pru.cc:1689
19093 #, c-format
19094 msgid "non 32 bit register operand for '%%%c'"
19095 msgstr ""
19096
19097 #: config/pru/pru.cc:1794
19098 #, c-format
19099 msgid "unsupported code '%c' for fixed-point:"
19100 msgstr ""
19101
19102 #: config/pru/pru.cc:1808
19103 #, c-format
19104 msgid "double constants not supported"
19105 msgstr ""
19106
19107 #: config/pru/pru.cc:1891
19108 #, c-format
19109 msgid "unsupported operand %s for code '%c'"
19110 msgstr ""
19111
19112 #: config/pru/pru.cc:1901
19113 #, c-format
19114 msgid "unexpected text address:"
19115 msgstr ""
19116
19117 #: config/pru/pru.cc:1920
19118 #, c-format
19119 msgid "unsupported constant address:"
19120 msgstr ""
19121
19122 #: config/pru/pru.cc:1981
19123 #, c-format
19124 msgid "unsupported memory expression:"
19125 msgstr ""
19126
19127 #: config/rl78/rl78.cc:1998 config/rl78/rl78.cc:2084
19128 #, c-format
19129 msgid "q/Q modifiers invalid for symbol references"
19130 msgstr ""
19131
19132 #: config/rs6000/host-darwin.cc:96
19133 #, c-format
19134 msgid "Out of stack space.\n"
19135 msgstr ""
19136
19137 #: config/rs6000/host-darwin.cc:117
19138 #, c-format
19139 msgid "Try running '%s' in the shell to raise its limit.\n"
19140 msgstr ""
19141
19142 #: config/rs6000/rs6000.cc:3843
19143 msgid "%<-mvsx%> requires hardware floating point"
19144 msgstr ""
19145
19146 #: config/rs6000/rs6000.cc:3851
19147 msgid "%<-mvsx%> needs indexed addressing"
19148 msgstr ""
19149
19150 #: config/rs6000/rs6000.cc:3856
19151 msgid "%<-mvsx%> and %<-mno-altivec%> are incompatible"
19152 msgstr ""
19153
19154 #: config/rs6000/rs6000.cc:3858
19155 msgid "%<-mno-altivec%> disables vsx"
19156 msgstr ""
19157
19158 #: config/rs6000/rs6000.cc:4007
19159 msgid "%<-mquad-memory%> requires 64-bit mode"
19160 msgstr ""
19161
19162 #: config/rs6000/rs6000.cc:4010
19163 msgid "%<-mquad-memory-atomic%> requires 64-bit mode"
19164 msgstr ""
19165
19166 #: config/rs6000/rs6000.cc:4022
19167 msgid "%<-mquad-memory%> is not available in little endian mode"
19168 msgstr ""
19169
19170 #: config/rs6000/rs6000.cc:10963
19171 msgid "bad move"
19172 msgstr ""
19173
19174 #: config/rs6000/rs6000.cc:13540
19175 msgid "Bad 128-bit move"
19176 msgstr ""
19177
19178 #: config/rs6000/rs6000.cc:13720
19179 #, c-format
19180 msgid "invalid %%A value"
19181 msgstr "nevaljana %%A vrijednost"
19182
19183 #: config/rs6000/rs6000.cc:13729 config/xtensa/xtensa.cc:2403
19184 #, c-format
19185 msgid "invalid %%D value"
19186 msgstr ""
19187
19188 #: config/rs6000/rs6000.cc:13744
19189 #, c-format
19190 msgid "invalid %%e value"
19191 msgstr "nevaljana %%e vrijednost"
19192
19193 #: config/rs6000/rs6000.cc:13765
19194 #, c-format
19195 msgid "invalid %%f value"
19196 msgstr ""
19197
19198 #: config/rs6000/rs6000.cc:13774
19199 #, c-format
19200 msgid "invalid %%F value"
19201 msgstr ""
19202
19203 #: config/rs6000/rs6000.cc:13783
19204 #, c-format
19205 msgid "invalid %%G value"
19206 msgstr ""
19207
19208 #: config/rs6000/rs6000.cc:13818
19209 #, c-format
19210 msgid "invalid %%j code"
19211 msgstr ""
19212
19213 #: config/rs6000/rs6000.cc:13828
19214 #, c-format
19215 msgid "invalid %%J code"
19216 msgstr ""
19217
19218 #: config/rs6000/rs6000.cc:13838
19219 #, c-format
19220 msgid "invalid %%k value"
19221 msgstr ""
19222
19223 #: config/rs6000/rs6000.cc:13853 config/xtensa/xtensa.cc:2446
19224 #, c-format
19225 msgid "invalid %%K value"
19226 msgstr ""
19227
19228 #: config/rs6000/rs6000.cc:13900
19229 #, c-format
19230 msgid "invalid %%O value"
19231 msgstr ""
19232
19233 #: config/rs6000/rs6000.cc:13947
19234 #, c-format
19235 msgid "invalid %%q value"
19236 msgstr ""
19237
19238 #: config/rs6000/rs6000.cc:13989
19239 #, c-format
19240 msgid "invalid %%t value"
19241 msgstr "nevaljani %%t kȏd"
19242
19243 #: config/rs6000/rs6000.cc:14006
19244 #, c-format
19245 msgid "invalid %%T value"
19246 msgstr ""
19247
19248 #: config/rs6000/rs6000.cc:14018
19249 #, c-format
19250 msgid "invalid %%u value"
19251 msgstr ""
19252
19253 #: config/rs6000/rs6000.cc:14032 config/xtensa/xtensa.cc:2415
19254 #, c-format
19255 msgid "invalid %%v value"
19256 msgstr ""
19257
19258 #: config/rs6000/rs6000.cc:14082
19259 #, c-format
19260 msgid "invalid %%V value"
19261 msgstr "nevaljana %%V vrijednost"
19262
19263 #: config/rs6000/rs6000.cc:14099 config/xtensa/xtensa.cc:2467
19264 #, c-format
19265 msgid "invalid %%x value"
19266 msgstr ""
19267
19268 #: config/rs6000/rs6000.cc:14156
19269 #, c-format
19270 msgid "invalid %%z value"
19271 msgstr "nevaljani %%z kȏd"
19272
19273 #: config/rs6000/rs6000.cc:14225
19274 #, c-format
19275 msgid "invalid %%y value, try using the 'Z' constraint"
19276 msgstr ""
19277
19278 #: config/rs6000/rs6000.cc:15093
19279 msgid "Invalid mixing of IEEE 128-bit and IBM 128-bit floating point types"
19280 msgstr ""
19281
19282 #: config/rs6000/rs6000.cc:23925
19283 msgid "AltiVec argument passed to unprototyped function"
19284 msgstr ""
19285
19286 #: config/rs6000/rs6000.cc:27573
19287 msgid "Could not generate addis value for fusion"
19288 msgstr ""
19289
19290 #: config/rs6000/rs6000.cc:27642
19291 msgid "Unable to generate load/store offset for fusion"
19292 msgstr ""
19293
19294 #: config/rs6000/rs6000.cc:27718
19295 msgid "Bad GPR fusion"
19296 msgstr ""
19297
19298 #: config/rs6000/rs6000.cc:28257
19299 msgid "invalid conversion from type %<__vector_quad%>"
19300 msgstr ""
19301
19302 #: config/rs6000/rs6000.cc:28259
19303 msgid "invalid conversion to type %<__vector_quad%>"
19304 msgstr ""
19305
19306 #: config/rs6000/rs6000.cc:28261
19307 msgid "invalid conversion from type %<__vector_pair%>"
19308 msgstr ""
19309
19310 #: config/rs6000/rs6000.cc:28263
19311 msgid "invalid conversion to type %<__vector_pair%>"
19312 msgstr ""
19313
19314 #: config/rs6000/rs6000.cc:28278
19315 msgid "invalid conversion from type %<* __vector_quad%>"
19316 msgstr ""
19317
19318 #: config/rs6000/rs6000.cc:28280
19319 msgid "invalid conversion to type %<* __vector_quad%>"
19320 msgstr ""
19321
19322 #: config/rs6000/rs6000.cc:28282
19323 msgid "invalid conversion from type %<* __vector_pair%>"
19324 msgstr ""
19325
19326 #: config/rs6000/rs6000.cc:28284
19327 msgid "invalid conversion to type %<* __vector_pair%>"
19328 msgstr ""
19329
19330 #: config/s390/s390.cc:7959
19331 #, c-format
19332 msgid "symbolic memory references are only supported on z10 or later"
19333 msgstr ""
19334
19335 #: config/s390/s390.cc:7970
19336 #, c-format
19337 msgid "cannot decompose address"
19338 msgstr ""
19339
19340 #: config/s390/s390.cc:8052
19341 #, c-format
19342 msgid "invalid comparison operator for 'E' output modifier"
19343 msgstr ""
19344
19345 #: config/s390/s390.cc:8075
19346 #, c-format
19347 msgid "invalid reference for 'J' output modifier"
19348 msgstr ""
19349
19350 #: config/s390/s390.cc:8093
19351 #, c-format
19352 msgid "invalid address for 'O' output modifier"
19353 msgstr ""
19354
19355 #: config/s390/s390.cc:8115
19356 #, c-format
19357 msgid "invalid address for 'R' output modifier"
19358 msgstr ""
19359
19360 #: config/s390/s390.cc:8133
19361 #, c-format
19362 msgid "memory reference expected for 'S' output modifier"
19363 msgstr ""
19364
19365 #: config/s390/s390.cc:8143
19366 #, c-format
19367 msgid "invalid address for 'S' output modifier"
19368 msgstr ""
19369
19370 #: config/s390/s390.cc:8164
19371 #, c-format
19372 msgid "register or memory expression expected for 'N' output modifier"
19373 msgstr ""
19374
19375 #: config/s390/s390.cc:8175
19376 #, c-format
19377 msgid "register or memory expression expected for 'M' output modifier"
19378 msgstr ""
19379
19380 #: config/s390/s390.cc:8284 config/s390/s390.cc:8305
19381 #, c-format
19382 msgid "invalid constant for output modifier '%c'"
19383 msgstr ""
19384
19385 #: config/s390/s390.cc:8302
19386 #, c-format
19387 msgid "invalid constant - try using an output modifier"
19388 msgstr ""
19389
19390 #: config/s390/s390.cc:8339
19391 #, c-format
19392 msgid "invalid constant vector for output modifier '%c'"
19393 msgstr ""
19394
19395 #: config/s390/s390.cc:8346
19396 #, c-format
19397 msgid "invalid expression - try using an output modifier"
19398 msgstr ""
19399
19400 #: config/s390/s390.cc:8349
19401 #, c-format
19402 msgid "invalid expression for output modifier '%c'"
19403 msgstr ""
19404
19405 #: config/s390/s390.cc:12128
19406 msgid "vector argument passed to unprototyped function"
19407 msgstr ""
19408
19409 #: config/s390/s390.cc:16529
19410 msgid "types differ in signedness"
19411 msgstr ""
19412
19413 #: config/s390/s390.cc:16539
19414 msgid "binary operator does not support two vector bool operands"
19415 msgstr ""
19416
19417 #: config/s390/s390.cc:16542
19418 msgid "binary operator does not support vector bool operand"
19419 msgstr ""
19420
19421 #: config/s390/s390.cc:16550
19422 msgid "binary operator does not support mixing vector bool with floating point vector operands"
19423 msgstr ""
19424
19425 #: config/sh/sh.cc:1222
19426 #, c-format
19427 msgid "invalid operand to %%R"
19428 msgstr ""
19429
19430 #: config/sh/sh.cc:1249
19431 #, c-format
19432 msgid "invalid operand to %%S"
19433 msgstr ""
19434
19435 #: config/sh/sh.cc:8666
19436 msgid "created and used with different architectures / ABIs"
19437 msgstr ""
19438
19439 #: config/sh/sh.cc:8668
19440 msgid "created and used with different ABIs"
19441 msgstr ""
19442
19443 #: config/sh/sh.cc:8670
19444 msgid "created and used with different endianness"
19445 msgstr ""
19446
19447 #: config/sparc/sparc.cc:9366 config/sparc/sparc.cc:9372
19448 #, c-format
19449 msgid "invalid %%Y operand"
19450 msgstr ""
19451
19452 #: config/sparc/sparc.cc:9459
19453 #, c-format
19454 msgid "invalid %%A operand"
19455 msgstr ""
19456
19457 #: config/sparc/sparc.cc:9479
19458 #, c-format
19459 msgid "invalid %%B operand"
19460 msgstr ""
19461
19462 #: config/sparc/sparc.cc:9559 config/tilegx/tilegx.cc:5089
19463 #: config/tilepro/tilepro.cc:4497
19464 #, c-format
19465 msgid "invalid %%C operand"
19466 msgstr ""
19467
19468 #: config/sparc/sparc.cc:9591 config/tilegx/tilegx.cc:5122
19469 #, c-format
19470 msgid "invalid %%D operand"
19471 msgstr ""
19472
19473 #: config/sparc/sparc.cc:9610
19474 #, c-format
19475 msgid "invalid %%f operand"
19476 msgstr ""
19477
19478 #: config/sparc/sparc.cc:9622
19479 #, c-format
19480 msgid "invalid %%s operand"
19481 msgstr ""
19482
19483 #: config/sparc/sparc.cc:9667
19484 #, c-format
19485 msgid "floating-point constant not a valid immediate operand"
19486 msgstr ""
19487
19488 #: config/stormy16/stormy16.cc:1751 config/stormy16/stormy16.cc:1822
19489 #, c-format
19490 msgid "'B' operand is not constant"
19491 msgstr ""
19492
19493 #: config/stormy16/stormy16.cc:1778
19494 #, c-format
19495 msgid "'B' operand has multiple bits set"
19496 msgstr ""
19497
19498 #: config/stormy16/stormy16.cc:1804
19499 #, c-format
19500 msgid "'o' operand is not constant"
19501 msgstr ""
19502
19503 #: config/stormy16/stormy16.cc:1836
19504 #, c-format
19505 msgid "xstormy16_print_operand: unknown code"
19506 msgstr ""
19507
19508 #: config/tilegx/tilegx.cc:5074 config/tilepro/tilepro.cc:4482
19509 #, c-format
19510 msgid "invalid %%c operand"
19511 msgstr ""
19512
19513 #: config/tilegx/tilegx.cc:5105
19514 #, c-format
19515 msgid "invalid %%d operand"
19516 msgstr ""
19517
19518 #: config/tilegx/tilegx.cc:5202
19519 #, c-format
19520 msgid "invalid %%H specifier"
19521 msgstr ""
19522
19523 #: config/tilegx/tilegx.cc:5244 config/tilepro/tilepro.cc:4511
19524 #, c-format
19525 msgid "invalid %%h operand"
19526 msgstr ""
19527
19528 #: config/tilegx/tilegx.cc:5256 config/tilepro/tilepro.cc:4575
19529 #, c-format
19530 msgid "invalid %%I operand"
19531 msgstr ""
19532
19533 #: config/tilegx/tilegx.cc:5268 config/tilepro/tilepro.cc:4587
19534 #, c-format
19535 msgid "invalid %%i operand"
19536 msgstr ""
19537
19538 #: config/tilegx/tilegx.cc:5289 config/tilepro/tilepro.cc:4608
19539 #, c-format
19540 msgid "invalid %%j operand"
19541 msgstr ""
19542
19543 #: config/tilegx/tilegx.cc:5320
19544 #, c-format
19545 msgid "invalid %%%c operand"
19546 msgstr ""
19547
19548 #: config/tilegx/tilegx.cc:5335 config/tilepro/tilepro.cc:4722
19549 #, c-format
19550 msgid "invalid %%N operand"
19551 msgstr ""
19552
19553 #: config/tilegx/tilegx.cc:5379
19554 #, c-format
19555 msgid "invalid operand for 'r' specifier"
19556 msgstr ""
19557
19558 #: config/tilegx/tilegx.cc:5403 config/tilepro/tilepro.cc:4802
19559 #, c-format
19560 msgid "unable to print out operand yet; code == %d (%c)"
19561 msgstr ""
19562
19563 #: config/tilepro/tilepro.cc:4547
19564 #, c-format
19565 msgid "invalid %%H operand"
19566 msgstr ""
19567
19568 #: config/tilepro/tilepro.cc:4647
19569 #, c-format
19570 msgid "invalid %%L operand"
19571 msgstr ""
19572
19573 #: config/tilepro/tilepro.cc:4707
19574 #, c-format
19575 msgid "invalid %%M operand"
19576 msgstr ""
19577
19578 #: config/tilepro/tilepro.cc:4750 config/tilepro/tilepro.cc:4757
19579 #, c-format
19580 msgid "invalid %%t operand"
19581 msgstr ""
19582
19583 #: config/tilepro/tilepro.cc:4777
19584 #, c-format
19585 msgid "invalid %%r operand"
19586 msgstr ""
19587
19588 #: config/v850/v850.cc:271
19589 msgid "const_double_split got a bad insn:"
19590 msgstr ""
19591
19592 #: config/v850/v850.cc:885
19593 msgid "output_move_single:"
19594 msgstr ""
19595
19596 #: config/vax/vax.cc:484
19597 #, c-format
19598 msgid "symbol used with both base and indexed registers"
19599 msgstr ""
19600
19601 #: config/vax/vax.cc:493
19602 #, c-format
19603 msgid "symbol with offset used in PIC mode"
19604 msgstr ""
19605
19606 #: config/vax/vax.cc:581
19607 #, c-format
19608 msgid "symbol used as immediate operand"
19609 msgstr ""
19610
19611 #: config/vax/vax.cc:1683
19612 msgid "illegal operand detected"
19613 msgstr ""
19614
19615 #: config/visium/visium.cc:3364
19616 msgid "illegal operand "
19617 msgstr ""
19618
19619 #: config/visium/visium.cc:3415
19620 msgid "illegal operand address (1)"
19621 msgstr ""
19622
19623 #: config/visium/visium.cc:3422
19624 msgid "illegal operand address (2)"
19625 msgstr ""
19626
19627 #: config/visium/visium.cc:3437
19628 msgid "illegal operand address (3)"
19629 msgstr ""
19630
19631 #: config/visium/visium.cc:3445
19632 msgid "illegal operand address (4)"
19633 msgstr ""
19634
19635 #: config/xtensa/xtensa.cc:814 config/xtensa/xtensa.cc:846
19636 #: config/xtensa/xtensa.cc:855
19637 msgid "bad test"
19638 msgstr ""
19639
19640 #: config/xtensa/xtensa.cc:2441
19641 msgid "invalid mask"
19642 msgstr ""
19643
19644 #: config/xtensa/xtensa.cc:2493 config/xtensa/xtensa.cc:2503
19645 #, c-format
19646 msgid "invalid %%t/%%b value"
19647 msgstr ""
19648
19649 #: config/xtensa/xtensa.cc:2582
19650 msgid "no register in address"
19651 msgstr ""
19652
19653 #: config/xtensa/xtensa.cc:2590
19654 msgid "address offset not a constant"
19655 msgstr ""
19656
19657 #: c/c-objc-common.cc:190
19658 msgid "{erroneous}"
19659 msgstr ""
19660
19661 #: c/c-objc-common.cc:231
19662 msgid "aka"
19663 msgstr ""
19664
19665 #: c/c-objc-common.cc:323
19666 msgid "({anonymous})"
19667 msgstr ""
19668
19669 #. If we have
19670 #. declaration-specifiers declarator decl-specs
19671 #. then assume we have a missing semicolon, which would
19672 #. give us:
19673 #. declaration-specifiers declarator  decl-specs
19674 #. ^
19675 #. ;
19676 #. <~~~~~~~~~ declaration ~~~~~~~~~~>
19677 #. Use c_parser_require to get an error with a fix-it hint.
19678 #: c/c-parser.cc:2467 c/c-parser.cc:2586 c/c-parser.cc:2600 c/c-parser.cc:5664
19679 #: c/c-parser.cc:6265 c/c-parser.cc:6694 c/c-parser.cc:6873 c/c-parser.cc:6906
19680 #: c/c-parser.cc:7172 c/c-parser.cc:11078 c/c-parser.cc:11113
19681 #: c/c-parser.cc:11144 c/c-parser.cc:11191 c/c-parser.cc:11372
19682 #: c/c-parser.cc:12204 c/c-parser.cc:12279 c/c-parser.cc:12322
19683 #: c/c-parser.cc:18438 c/c-parser.cc:18518 c/c-parser.cc:18848
19684 #: c/c-parser.cc:18874 c/c-parser.cc:18897 c/c-parser.cc:19347
19685 #: c/c-parser.cc:19391 c/gimple-parser.cc:396 c/gimple-parser.cc:437
19686 #: c/gimple-parser.cc:446 c/gimple-parser.cc:655 c/gimple-parser.cc:2245
19687 #: c/gimple-parser.cc:2282 c/gimple-parser.cc:2361 c/gimple-parser.cc:2388
19688 #: c/c-parser.cc:3279 c/c-parser.cc:3466 c/c-parser.cc:3499
19689 #: c/c-parser.cc:11365 c/gimple-parser.cc:2053 c/gimple-parser.cc:2110
19690 #: cp/parser.cc:15227 cp/parser.cc:32265 cp/parser.cc:32878
19691 #, gcc-internal-format
19692 msgid "expected %<;%>"
19693 msgstr "očekivano je %<;%>"
19694
19695 #: c/c-parser.cc:3049 c/c-parser.cc:4019 c/c-parser.cc:4214 c/c-parser.cc:4279
19696 #: c/c-parser.cc:4337 c/c-parser.cc:4699 c/c-parser.cc:4720 c/c-parser.cc:4729
19697 #: c/c-parser.cc:4780 c/c-parser.cc:4789 c/c-parser.cc:8541 c/c-parser.cc:8608
19698 #: c/c-parser.cc:9115 c/c-parser.cc:9140 c/c-parser.cc:9174 c/c-parser.cc:9283
19699 #: c/c-parser.cc:10104 c/c-parser.cc:11479 c/c-parser.cc:13822
19700 #: c/c-parser.cc:14536 c/c-parser.cc:14595 c/c-parser.cc:14650
19701 #: c/c-parser.cc:16262 c/c-parser.cc:16382 c/c-parser.cc:17702
19702 #: c/c-parser.cc:18939 c/c-parser.cc:19355 c/c-parser.cc:22322
19703 #: c/c-parser.cc:22400 c/gimple-parser.cc:195 c/gimple-parser.cc:198
19704 #: c/gimple-parser.cc:531 c/gimple-parser.cc:565 c/gimple-parser.cc:570
19705 #: c/gimple-parser.cc:739 c/gimple-parser.cc:836 c/gimple-parser.cc:1038
19706 #: c/gimple-parser.cc:1064 c/gimple-parser.cc:1067 c/gimple-parser.cc:1198
19707 #: c/gimple-parser.cc:1325 c/gimple-parser.cc:1451 c/gimple-parser.cc:1467
19708 #: c/gimple-parser.cc:1483 c/gimple-parser.cc:1505 c/gimple-parser.cc:1535
19709 #: c/gimple-parser.cc:1561 c/gimple-parser.cc:1767 c/gimple-parser.cc:1975
19710 #: c/gimple-parser.cc:1995 c/gimple-parser.cc:2155 c/gimple-parser.cc:2318
19711 #: c/c-parser.cc:7124 cp/parser.cc:32926
19712 #, gcc-internal-format
19713 msgid "expected %<)%>"
19714 msgstr "očekivano je %<)%>"
19715
19716 #: c/c-parser.cc:4108 c/c-parser.cc:4840 c/c-parser.cc:4988 c/c-parser.cc:5014
19717 #: c/c-parser.cc:5015 c/c-parser.cc:5429 c/c-parser.cc:5465 c/c-parser.cc:7223
19718 #: c/c-parser.cc:9274 c/c-parser.cc:10220 c/c-parser.cc:10509
19719 #: c/c-parser.cc:13225 c/gimple-parser.cc:1744 cp/parser.cc:32890
19720 #, gcc-internal-format
19721 msgid "expected %<]%>"
19722 msgstr "očekivano je %<]%>"
19723
19724 #: c/c-parser.cc:4317
19725 msgid "expected %<;%>, %<,%> or %<)%>"
19726 msgstr "očekivano je %<;%>, %<,%> ili %<)%>"
19727
19728 #. Look for the two `(' tokens.
19729 #: c/c-parser.cc:4749 c/c-parser.cc:4754 c/c-parser.cc:13805
19730 #: c/c-parser.cc:14625 c/c-parser.cc:21681 c/c-parser.cc:22130
19731 #: c/c-parser.cc:22343 c/gimple-parser.cc:180 c/gimple-parser.cc:478
19732 #: c/gimple-parser.cc:517 c/gimple-parser.cc:549 c/gimple-parser.cc:806
19733 #: c/gimple-parser.cc:1032 c/gimple-parser.cc:1058 c/gimple-parser.cc:1185
19734 #: c/gimple-parser.cc:1320 c/gimple-parser.cc:1441 c/gimple-parser.cc:1501
19735 #: c/gimple-parser.cc:1519 c/gimple-parser.cc:1554 c/gimple-parser.cc:1944
19736 #: c/gimple-parser.cc:1955 c/gimple-parser.cc:1961 c/gimple-parser.cc:2144
19737 #: c/gimple-parser.cc:2315 c/c-parser.cc:13627 cp/parser.cc:32881
19738 #, gcc-internal-format
19739 msgid "expected %<(%>"
19740 msgstr "očekivano je %<(%>"
19741
19742 #: c/c-parser.cc:4984 c/c-parser.cc:4986 c/c-parser.cc:13133
19743 #: cp/parser.cc:32893 cp/parser.cc:36623 go/gofrontend/embed.cc:439
19744 #, gcc-internal-format
19745 msgid "expected %<[%>"
19746 msgstr "očekivano je %<[%>"
19747
19748 #: c/c-parser.cc:5600 c/c-parser.cc:11708 c/c-parser.cc:18413
19749 #: c/c-parser.cc:18499 c/c-parser.cc:19151 c/c-parser.cc:20033
19750 #: c/c-parser.cc:23378 c/gimple-parser.cc:389 c/gimple-parser.cc:2321
19751 #: c/c-parser.cc:3267 c/c-parser.cc:3489 c/c-parser.cc:11260
19752 #: cp/parser.cc:20869 cp/parser.cc:32887 go/gofrontend/embed.cc:370
19753 #, gcc-internal-format
19754 msgid "expected %<{%>"
19755 msgstr "očekivano je %<{%>"
19756
19757 #: c/c-parser.cc:5890 c/c-parser.cc:5899 c/c-parser.cc:7656 c/c-parser.cc:8745
19758 #: c/c-parser.cc:11472 c/c-parser.cc:11868 c/c-parser.cc:11932
19759 #: c/c-parser.cc:13207 c/c-parser.cc:14227 c/c-parser.cc:14453
19760 #: c/c-parser.cc:14971 c/c-parser.cc:15072 c/c-parser.cc:15606
19761 #: c/c-parser.cc:15924 c/c-parser.cc:16000 c/c-parser.cc:16112
19762 #: c/c-parser.cc:21543 c/c-parser.cc:22187 c/c-parser.cc:22246
19763 #: c/gimple-parser.cc:572 c/gimple-parser.cc:877 c/gimple-parser.cc:2369
19764 #: c/gimple-parser.cc:2396 c/c-parser.cc:7131 c/c-parser.cc:13730
19765 #: c/c-parser.cc:15077 cp/parser.cc:32920 cp/parser.cc:34599
19766 #: cp/parser.cc:37472 cp/parser.cc:38347 go/gofrontend/embed.cc:403
19767 #, gcc-internal-format
19768 msgid "expected %<:%>"
19769 msgstr "očekivano je %<:%>"
19770
19771 #: c/c-parser.cc:6681 cp/parser.cc:32807
19772 #, gcc-internal-format
19773 msgid "expected %<while%>"
19774 msgstr "očekivano je %<while%>"
19775
19776 #: c/c-parser.cc:8504 c/c-parser.cc:8696 c/c-parser.cc:9164 c/c-parser.cc:9207
19777 #: c/c-parser.cc:9345 c/c-parser.cc:10094 c/c-parser.cc:14630
19778 #: c/c-parser.cc:16068 c/gimple-parser.cc:1035 c/gimple-parser.cc:1061
19779 #: c/gimple-parser.cc:1189 c/gimple-parser.cc:1192 c/gimple-parser.cc:1523
19780 #: c/gimple-parser.cc:1529 cp/parser.cc:32263 cp/parser.cc:32896
19781 #, gcc-internal-format
19782 msgid "expected %<,%>"
19783 msgstr "očekivano je %<,%>"
19784
19785 #: c/c-parser.cc:9061
19786 msgid "expected %<.%>"
19787 msgstr "očekivano je %<.%>"
19788
19789 #: c/c-parser.cc:10931 c/c-parser.cc:10963 c/c-parser.cc:11203
19790 #: cp/parser.cc:35173 cp/parser.cc:35194
19791 #, gcc-internal-format
19792 msgid "expected %<@end%>"
19793 msgstr "očekivano je %<@end%>"
19794
19795 #: c/c-parser.cc:11621 c/gimple-parser.cc:1359 cp/parser.cc:32905
19796 #, gcc-internal-format
19797 msgid "expected %<>%>"
19798 msgstr "očekivano je %<>%>"
19799
19800 #: c/c-parser.cc:15166 c/c-parser.cc:16400 cp/parser.cc:32929
19801 #, gcc-internal-format
19802 msgid "expected %<,%> or %<)%>"
19803 msgstr "očekivano je %<,%> ili %<)%>"
19804
19805 #. All following cases are statements with LHS.
19806 #: c/c-parser.cc:15916 c/c-parser.cc:18306 c/c-parser.cc:18353
19807 #: c/c-parser.cc:18510 c/c-parser.cc:18858 c/c-parser.cc:19334
19808 #: c/c-parser.cc:21750 c/c-parser.cc:22384 c/gimple-parser.cc:730
19809 #: c/c-parser.cc:5488 c/c-parser.cc:18430 c/c-parser.cc:18654
19810 #: cp/parser.cc:32908 cp/parser.cc:40920 cp/parser.cc:41093
19811 #, gcc-internal-format
19812 msgid "expected %<=%>"
19813 msgstr "očekivano je %<=%>"
19814
19815 #: c/c-parser.cc:18441 c/c-parser.cc:18521 c/c-parser.cc:18875
19816 #: c/c-parser.cc:19199 c/gimple-parser.cc:1577 c/gimple-parser.cc:1609
19817 #: c/gimple-parser.cc:1619 c/gimple-parser.cc:2406 cp/parser.cc:32884
19818 #: cp/parser.cc:35383
19819 #, gcc-internal-format
19820 msgid "expected %<}%>"
19821 msgstr "očekivano je %<}%>"
19822
19823 #: c/c-parser.cc:18534 cp/parser.cc:41018
19824 #, gcc-internal-format
19825 msgid "expected %<else%>"
19826 msgstr "očekivano %<else%>"
19827
19828 #: c/c-parser.cc:20078 c/c-parser.cc:20067 cp/parser.cc:43258
19829 #, gcc-internal-format
19830 msgid "expected %<#pragma omp section%> or %<}%>"
19831 msgstr ""
19832
19833 #: c/c-parser.cc:22955 cp/parser.cc:46776
19834 msgid "<message unknown at compile time>"
19835 msgstr ""
19836
19837 #: c/c-typeck.cc:8489
19838 msgid "(anonymous)"
19839 msgstr ""
19840
19841 #: c/gimple-parser.cc:1348 cp/parser.cc:18235 cp/parser.cc:32902
19842 #, gcc-internal-format
19843 msgid "expected %<<%>"
19844 msgstr ""
19845
19846 #: c/gimple-parser.cc:2365 c/gimple-parser.cc:2392 c/gimple-parser.cc:2231
19847 #: c/gimple-parser.cc:2268
19848 #, gcc-internal-format
19849 msgid "expected label"
19850 msgstr "očekivana je oznaka"
19851
19852 #: cp/call.cc:4007
19853 msgid "candidate:"
19854 msgstr ""
19855
19856 #: cp/call.cc:7735
19857 msgid "  after user-defined conversion:"
19858 msgstr ""
19859
19860 #: cp/call.cc:7874 cp/pt.cc:2055 cp/pt.cc:25614
19861 msgid "candidate is:"
19862 msgid_plural "candidates are:"
19863 msgstr[0] ""
19864 msgstr[1] ""
19865 msgstr[2] ""
19866
19867 #: cp/call.cc:12525
19868 msgid "candidate 1:"
19869 msgstr ""
19870
19871 #: cp/call.cc:12526
19872 msgid "candidate 2:"
19873 msgstr ""
19874
19875 #: cp/decl.cc:3452
19876 msgid "jump to label %qD"
19877 msgstr ""
19878
19879 #: cp/decl.cc:3453
19880 msgid "jump to case label"
19881 msgstr ""
19882
19883 #: cp/error.cc:456
19884 msgid "<missing>"
19885 msgstr ""
19886
19887 #: cp/error.cc:558
19888 msgid "<brace-enclosed initializer list>"
19889 msgstr ""
19890
19891 #: cp/error.cc:560
19892 msgid "<unresolved overloaded function type>"
19893 msgstr ""
19894
19895 #: cp/error.cc:730
19896 msgid "<type error>"
19897 msgstr ""
19898
19899 #. A lambda's "type" is essentially its signature.
19900 #: cp/error.cc:837
19901 msgid "<lambda"
19902 msgstr ""
19903
19904 #: cp/error.cc:847 objc/objc-act.cc:6364 cp/cxx-pretty-print.cc:154
19905 #: cp/cxx-pretty-print.cc:2897
19906 #, gcc-internal-format
19907 msgid "<unnamed>"
19908 msgstr ""
19909
19910 #: cp/error.cc:849
19911 #, c-format
19912 msgid "<unnamed %s>"
19913 msgstr ""
19914
19915 #: cp/error.cc:982
19916 msgid "<typeprefixerror>"
19917 msgstr ""
19918
19919 #: cp/error.cc:1115
19920 #, c-format
19921 msgid "(static initializers for %s)"
19922 msgstr ""
19923
19924 #: cp/error.cc:1117
19925 #, c-format
19926 msgid "(static destructors for %s)"
19927 msgstr ""
19928
19929 #: cp/error.cc:1163
19930 msgid "<structured bindings>"
19931 msgstr ""
19932
19933 #: cp/error.cc:1269
19934 msgid "vtable for "
19935 msgstr ""
19936
19937 #: cp/error.cc:1293
19938 msgid "<return value> "
19939 msgstr ""
19940
19941 #: cp/error.cc:1308
19942 msgid "{anonymous}"
19943 msgstr ""
19944
19945 #: cp/error.cc:1310
19946 msgid "(anonymous namespace)"
19947 msgstr ""
19948
19949 #: cp/error.cc:1410
19950 msgid "<template arguments error>"
19951 msgstr ""
19952
19953 #: cp/error.cc:1435
19954 msgid "<enumerator>"
19955 msgstr ""
19956
19957 #: cp/error.cc:1486
19958 msgid "<declaration error>"
19959 msgstr ""
19960
19961 #: cp/error.cc:2039 cp/error.cc:2059
19962 msgid "<template parameter error>"
19963 msgstr ""
19964
19965 #: cp/error.cc:2189
19966 msgid "<statement>"
19967 msgstr ""
19968
19969 #: cp/error.cc:2218 cp/error.cc:3304 c-family/c-pretty-print.cc:2644
19970 #, gcc-internal-format
19971 msgid "<unknown>"
19972 msgstr ""
19973
19974 #. While waiting for caret diagnostics, avoid printing
19975 #. __cxa_allocate_exception, __cxa_throw, and the like.
19976 #: cp/error.cc:2236
19977 msgid "<throw-expression>"
19978 msgstr ""
19979
19980 #: cp/error.cc:2337
19981 msgid "<ubsan routine call>"
19982 msgstr ""
19983
19984 #: cp/error.cc:2821
19985 msgid "<unparsed>"
19986 msgstr ""
19987
19988 #: cp/error.cc:2978
19989 msgid "<lambda>"
19990 msgstr ""
19991
19992 #: cp/error.cc:3017
19993 msgid "*this"
19994 msgstr ""
19995
19996 #: cp/error.cc:3031
19997 msgid "<expression error>"
19998 msgstr ""
19999
20000 #: cp/error.cc:3046
20001 msgid "<unknown operator>"
20002 msgstr ""
20003
20004 #: cp/error.cc:3517
20005 msgid "At global scope:"
20006 msgstr ""
20007
20008 #: cp/error.cc:3613
20009 #, c-format
20010 msgid "In static member function %qs"
20011 msgstr ""
20012
20013 #: cp/error.cc:3615
20014 #, c-format
20015 msgid "In copy constructor %qs"
20016 msgstr ""
20017
20018 #: cp/error.cc:3617
20019 #, c-format
20020 msgid "In constructor %qs"
20021 msgstr ""
20022
20023 #: cp/error.cc:3619
20024 #, c-format
20025 msgid "In destructor %qs"
20026 msgstr ""
20027
20028 #: cp/error.cc:3621
20029 msgid "In lambda function"
20030 msgstr ""
20031
20032 #: cp/error.cc:3649
20033 #, c-format
20034 msgid "%s: In substitution of %qS:\n"
20035 msgstr ""
20036
20037 #: cp/error.cc:3650
20038 msgid "%s: In instantiation of %q#D:\n"
20039 msgstr ""
20040
20041 #: cp/error.cc:3675 cp/error.cc:3829
20042 msgid "%r%s:%d:%d:%R   "
20043 msgstr ""
20044
20045 #: cp/error.cc:3678 cp/error.cc:3832
20046 msgid "%r%s:%d:%R   "
20047 msgstr ""
20048
20049 #: cp/error.cc:3686
20050 #, c-format
20051 msgid "recursively required by substitution of %qS\n"
20052 msgstr ""
20053
20054 #: cp/error.cc:3687
20055 #, c-format
20056 msgid "required by substitution of %qS\n"
20057 msgstr ""
20058
20059 #: cp/error.cc:3692
20060 msgid "recursively required from %q#D\n"
20061 msgstr ""
20062
20063 #: cp/error.cc:3693
20064 msgid "required from %q#D\n"
20065 msgstr ""
20066
20067 #: cp/error.cc:3700
20068 msgid "recursively required from here\n"
20069 msgstr ""
20070
20071 #: cp/error.cc:3701
20072 msgid "required from here\n"
20073 msgstr ""
20074
20075 #: cp/error.cc:3753
20076 msgid "%r%s:%d:%d:%R   [ skipping %d instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]\n"
20077 msgstr ""
20078
20079 #: cp/error.cc:3759
20080 msgid "%r%s:%d:%R   [ skipping %d instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]\n"
20081 msgstr ""
20082
20083 #: cp/error.cc:3813
20084 msgid "%r%s:%d:%d:%R   in %<constexpr%> expansion of %qs"
20085 msgstr ""
20086
20087 #: cp/error.cc:3817
20088 msgid "%r%s:%d:%R   in %<constexpr%> expansion of %qs"
20089 msgstr ""
20090
20091 #: cp/parser.cc:6032
20092 msgid "parameter %qD may not appear in this context"
20093 msgstr ""
20094
20095 #: cp/parser.cc:6033
20096 msgid "local variable %qD may not appear in this context"
20097 msgstr ""
20098
20099 #: cp/parser.cc:21675
20100 msgid "%<using enum%> only available with %<-std=c++20%> or %<-std=gnu++20%>"
20101 msgstr ""
20102
20103 #: cp/parser.cc:21678
20104 msgid "%<using enum%> of dependent type %qT"
20105 msgstr ""
20106
20107 #: cp/parser.cc:21680
20108 msgid "%<using enum%> of non-enumeration type %q#T"
20109 msgstr ""
20110
20111 #: cp/parser.cc:21682
20112 msgid "%<using enum%> of incomplete type %qT"
20113 msgstr ""
20114
20115 #: cp/parser.cc:21684
20116 msgid "%<using enum%> of %qT before its enum-specifier"
20117 msgstr ""
20118
20119 #: cp/pt.cc:2053 cp/semantics.cc:5903
20120 msgid "candidates are:"
20121 msgstr ""
20122
20123 #: cp/rtti.cc:595
20124 msgid "target is not pointer or reference to class"
20125 msgstr ""
20126
20127 #: cp/rtti.cc:600
20128 msgid "target is not pointer or reference to complete type"
20129 msgstr ""
20130
20131 #: cp/rtti.cc:606
20132 msgid "target is not pointer or reference"
20133 msgstr ""
20134
20135 #: cp/rtti.cc:622
20136 msgid "source is not a pointer"
20137 msgstr ""
20138
20139 #: cp/rtti.cc:627
20140 msgid "source is not a pointer to class"
20141 msgstr ""
20142
20143 #: cp/rtti.cc:632
20144 msgid "source is a pointer to incomplete type"
20145 msgstr ""
20146
20147 #: cp/rtti.cc:645
20148 msgid "source is not of class type"
20149 msgstr ""
20150
20151 #: cp/rtti.cc:650
20152 msgid "source is of incomplete class type"
20153 msgstr ""
20154
20155 #: cp/rtti.cc:661
20156 msgid "conversion casts away constness"
20157 msgstr ""
20158
20159 #: cp/rtti.cc:817
20160 msgid "source type is not polymorphic"
20161 msgstr ""
20162
20163 #: cp/typeck.cc:7011 c/c-typeck.cc:4481
20164 #, gcc-internal-format
20165 msgid "wrong type argument to unary minus"
20166 msgstr ""
20167
20168 #: cp/typeck.cc:7012 c/c-typeck.cc:4468
20169 #, gcc-internal-format
20170 msgid "wrong type argument to unary plus"
20171 msgstr ""
20172
20173 #: cp/typeck.cc:7039 c/c-typeck.cc:4525
20174 #, gcc-internal-format
20175 msgid "wrong type argument to bit-complement"
20176 msgstr ""
20177
20178 #: cp/typeck.cc:7056 c/c-typeck.cc:4533
20179 #, gcc-internal-format
20180 msgid "wrong type argument to abs"
20181 msgstr ""
20182
20183 #: cp/typeck.cc:7068 c/c-typeck.cc:4555
20184 #, gcc-internal-format
20185 msgid "wrong type argument to conjugation"
20186 msgstr ""
20187
20188 #: cp/typeck.cc:7086
20189 msgid "in argument to unary !"
20190 msgstr ""
20191
20192 #: cp/typeck.cc:7132
20193 msgid "no pre-increment operator for type"
20194 msgstr ""
20195
20196 #: cp/typeck.cc:7134
20197 msgid "no post-increment operator for type"
20198 msgstr ""
20199
20200 #: cp/typeck.cc:7136
20201 msgid "no pre-decrement operator for type"
20202 msgstr ""
20203
20204 #: cp/typeck.cc:7138
20205 msgid "no post-decrement operator for type"
20206 msgstr ""
20207
20208 #: fortran/arith.cc:1414
20209 msgid "elemental binary operation"
20210 msgstr ""
20211
20212 #: fortran/check.cc:70
20213 msgid " [see %<-fno-allow-invalid-boz%>]"
20214 msgstr ""
20215
20216 #: fortran/check.cc:3705
20217 #, c-format
20218 msgid "arguments 'a%d' and 'a%d' for intrinsic '%s'"
20219 msgstr ""
20220
20221 #: fortran/check.cc:3913 fortran/check.cc:3994 fortran/check.cc:4059
20222 #, c-format
20223 msgid "arguments '%s' and '%s' for intrinsic %s"
20224 msgstr ""
20225
20226 #: fortran/check.cc:4400 fortran/intrinsic.cc:4820
20227 #, c-format
20228 msgid "arguments '%s' and '%s' for intrinsic '%s'"
20229 msgstr ""
20230
20231 #: fortran/dump-parse-tree.cc:3553
20232 #, c-format
20233 msgid ""
20234 "/* Prototypes for external procedures generated from %s\n"
20235 "   by GNU Fortran %s%s.\n"
20236 "\n"
20237 "   Use of this interface is discouraged, consider using the\n"
20238 "   BIND(C) feature of standard Fortran instead.  */\n"
20239 "\n"
20240 msgstr ""
20241
20242 #: fortran/error.cc:977
20243 msgid "Fortran 2018 deleted feature:"
20244 msgstr ""
20245
20246 #: fortran/error.cc:979
20247 msgid "Fortran 2018 obsolescent feature:"
20248 msgstr ""
20249
20250 #: fortran/error.cc:981
20251 msgid "Fortran 2018:"
20252 msgstr ""
20253
20254 #: fortran/error.cc:983
20255 msgid "Fortran 2008 obsolescent feature:"
20256 msgstr ""
20257
20258 #: fortran/error.cc:989
20259 msgid "GNU Extension:"
20260 msgstr ""
20261
20262 #: fortran/error.cc:991
20263 msgid "Legacy Extension:"
20264 msgstr ""
20265
20266 #: fortran/error.cc:993
20267 msgid "Obsolescent feature:"
20268 msgstr ""
20269
20270 #: fortran/error.cc:995
20271 msgid "Deleted feature:"
20272 msgstr ""
20273
20274 #: fortran/expr.cc:3774
20275 msgid "array assignment"
20276 msgstr ""
20277
20278 #: fortran/frontend-passes.cc:2387
20279 msgid "Index variable %qs redefined at %L in procedure %qs called from within DO loop at %L"
20280 msgstr ""
20281
20282 #. Macros for unified error messages.
20283 #: fortran/frontend-passes.cc:4067
20284 #, c-format
20285 msgid "Incorrect extent in argument B in MATMUL intrinsic in dimension 1: is %ld, should be %ld"
20286 msgstr ""
20287
20288 #: fortran/frontend-passes.cc:4070
20289 #, c-format
20290 msgid "Array bound mismatch for dimension 1 of array (%ld/%ld)"
20291 msgstr ""
20292
20293 #: fortran/frontend-passes.cc:4073
20294 #, c-format
20295 msgid "Array bound mismatch for dimension 2 of array (%ld/%ld)"
20296 msgstr ""
20297
20298 #: fortran/gfortranspec.cc:427
20299 #, c-format
20300 msgid "Driving:"
20301 msgstr ""
20302
20303 #: fortran/interface.cc:3563 fortran/intrinsic.cc:4504
20304 msgid "actual argument to INTENT = OUT/INOUT"
20305 msgstr ""
20306
20307 #: fortran/intrinsic.cc:4857
20308 msgid "available since Fortran 77"
20309 msgstr ""
20310
20311 #: fortran/intrinsic.cc:4861
20312 msgid "obsolescent in Fortran 95"
20313 msgstr ""
20314
20315 #: fortran/intrinsic.cc:4865
20316 msgid "deleted in Fortran 95"
20317 msgstr ""
20318
20319 #: fortran/intrinsic.cc:4869
20320 msgid "new in Fortran 95"
20321 msgstr ""
20322
20323 #: fortran/intrinsic.cc:4873
20324 msgid "new in Fortran 2003"
20325 msgstr ""
20326
20327 #: fortran/intrinsic.cc:4877
20328 msgid "new in Fortran 2008"
20329 msgstr ""
20330
20331 #: fortran/intrinsic.cc:4881
20332 msgid "new in Fortran 2018"
20333 msgstr ""
20334
20335 #: fortran/intrinsic.cc:4885
20336 msgid "a GNU Fortran extension"
20337 msgstr ""
20338
20339 #: fortran/intrinsic.cc:4889
20340 msgid "for backward compatibility"
20341 msgstr ""
20342
20343 #: fortran/io.cc:1873
20344 #, c-format
20345 msgid "%s tag"
20346 msgstr ""
20347
20348 #: fortran/io.cc:3373
20349 msgid "internal unit in WRITE"
20350 msgstr ""
20351
20352 #. For INQUIRE, all tags except FILE, ID and UNIT are variable definition
20353 #. contexts.  Thus, use an extended RESOLVE_TAG macro for that.
20354 #: fortran/io.cc:4734
20355 #, c-format
20356 msgid "%s tag with INQUIRE"
20357 msgstr ""
20358
20359 #: fortran/matchexp.cc:28
20360 #, c-format
20361 msgid "Syntax error in expression at %C"
20362 msgstr ""
20363
20364 #: fortran/module.cc:1254
20365 msgid "Unexpected EOF"
20366 msgstr ""
20367
20368 #: fortran/module.cc:1379
20369 msgid "Name too long"
20370 msgstr ""
20371
20372 #: fortran/module.cc:1433 fortran/module.cc:1491 fortran/module.cc:1546
20373 #: fortran/module.cc:1604
20374 msgid "Bad name"
20375 msgstr ""
20376
20377 #: fortran/module.cc:1628
20378 msgid "Expected name"
20379 msgstr ""
20380
20381 #: fortran/module.cc:1631
20382 msgid "Expected left parenthesis"
20383 msgstr ""
20384
20385 #: fortran/module.cc:1634
20386 msgid "Expected right parenthesis"
20387 msgstr ""
20388
20389 #: fortran/module.cc:1637
20390 msgid "Expected integer"
20391 msgstr ""
20392
20393 #: fortran/module.cc:1640 fortran/module.cc:2845
20394 msgid "Expected string"
20395 msgstr ""
20396
20397 #: fortran/module.cc:1665
20398 msgid "find_enum(): Enum not found"
20399 msgstr ""
20400
20401 #: fortran/module.cc:2235
20402 msgid "Unsupported: multiple OpenACC 'routine' levels of parallelism"
20403 msgstr ""
20404
20405 #: fortran/module.cc:2475
20406 msgid "Expected attribute bit name"
20407 msgstr ""
20408
20409 #: fortran/module.cc:3474
20410 msgid "Expected integer string"
20411 msgstr ""
20412
20413 #: fortran/module.cc:3478
20414 msgid "Error converting integer"
20415 msgstr ""
20416
20417 #: fortran/module.cc:3500
20418 msgid "Expected real string"
20419 msgstr ""
20420
20421 #: fortran/module.cc:3725
20422 msgid "Expected expression type"
20423 msgstr ""
20424
20425 #: fortran/module.cc:3805
20426 msgid "Bad operator"
20427 msgstr ""
20428
20429 #: fortran/module.cc:3922
20430 msgid "Bad type in constant expression"
20431 msgstr ""
20432
20433 #: fortran/module.cc:7380
20434 msgid "Unexpected end of module"
20435 msgstr ""
20436
20437 #: fortran/parse.cc:1936
20438 msgid "arithmetic IF"
20439 msgstr ""
20440
20441 #: fortran/parse.cc:1945
20442 msgid "attribute declaration"
20443 msgstr ""
20444
20445 #: fortran/parse.cc:1981
20446 msgid "data declaration"
20447 msgstr ""
20448
20449 #: fortran/parse.cc:1999
20450 msgid "derived type declaration"
20451 msgstr ""
20452
20453 #: fortran/parse.cc:2126
20454 msgid "block IF"
20455 msgstr ""
20456
20457 #: fortran/parse.cc:2135
20458 msgid "implied END DO"
20459 msgstr ""
20460
20461 #: fortran/parse.cc:2229 fortran/resolve.cc:12073
20462 msgid "assignment"
20463 msgstr ""
20464
20465 #: fortran/parse.cc:2232 fortran/resolve.cc:12131 fortran/resolve.cc:12134
20466 msgid "pointer assignment"
20467 msgstr ""
20468
20469 #: fortran/parse.cc:2256
20470 msgid "simple IF"
20471 msgstr ""
20472
20473 #: fortran/resolve.cc:2388 fortran/resolve.cc:2583
20474 msgid "elemental procedure"
20475 msgstr ""
20476
20477 #: fortran/resolve.cc:2486
20478 msgid "allocatable argument"
20479 msgstr ""
20480
20481 #: fortran/resolve.cc:2491
20482 msgid "asynchronous argument"
20483 msgstr ""
20484
20485 #: fortran/resolve.cc:2496
20486 msgid "optional argument"
20487 msgstr ""
20488
20489 #: fortran/resolve.cc:2501
20490 msgid "pointer argument"
20491 msgstr ""
20492
20493 #: fortran/resolve.cc:2506
20494 msgid "target argument"
20495 msgstr ""
20496
20497 #: fortran/resolve.cc:2511
20498 msgid "value argument"
20499 msgstr ""
20500
20501 #: fortran/resolve.cc:2516
20502 msgid "volatile argument"
20503 msgstr ""
20504
20505 #: fortran/resolve.cc:2521
20506 msgid "assumed-shape argument"
20507 msgstr ""
20508
20509 #: fortran/resolve.cc:2526
20510 msgid "assumed-rank argument"
20511 msgstr ""
20512
20513 #: fortran/resolve.cc:2531
20514 msgid "coarray argument"
20515 msgstr ""
20516
20517 #: fortran/resolve.cc:2536
20518 msgid "parametrized derived type argument"
20519 msgstr ""
20520
20521 #: fortran/resolve.cc:2541
20522 msgid "polymorphic argument"
20523 msgstr ""
20524
20525 #: fortran/resolve.cc:2546
20526 msgid "NO_ARG_CHECK attribute"
20527 msgstr ""
20528
20529 #. As assumed-type is unlimited polymorphic (cf. above).
20530 #. See also TS 29113, Note 6.1.
20531 #: fortran/resolve.cc:2553
20532 msgid "assumed-type argument"
20533 msgstr ""
20534
20535 #: fortran/resolve.cc:2564
20536 msgid "array result"
20537 msgstr ""
20538
20539 #: fortran/resolve.cc:2569
20540 msgid "pointer or allocatable result"
20541 msgstr ""
20542
20543 #: fortran/resolve.cc:2576
20544 msgid "result with non-constant character length"
20545 msgstr ""
20546
20547 #: fortran/resolve.cc:2588
20548 msgid "bind(c) procedure"
20549 msgstr ""
20550
20551 #: fortran/resolve.cc:4132
20552 #, c-format
20553 msgid "Invalid context for NULL() pointer at %%L"
20554 msgstr ""
20555
20556 #: fortran/resolve.cc:4149
20557 #, c-format
20558 msgid "Operand of unary numeric operator %%<%s%%> at %%L is %s"
20559 msgstr ""
20560
20561 #: fortran/resolve.cc:4166
20562 #, c-format
20563 msgid "Unexpected derived-type entities in binary intrinsic numeric operator %%<%s%%> at %%L"
20564 msgstr ""
20565
20566 #: fortran/resolve.cc:4171
20567 #, c-format
20568 msgid "Operands of binary numeric operator %%<%s%%> at %%L are %s/%s"
20569 msgstr ""
20570
20571 #: fortran/resolve.cc:4186
20572 #, c-format
20573 msgid "Operands of string concatenation operator at %%L are %s/%s"
20574 msgstr ""
20575
20576 #: fortran/resolve.cc:4229
20577 #, c-format
20578 msgid "Operands of logical operator %%<%s%%> at %%L are %s/%s"
20579 msgstr ""
20580
20581 #: fortran/resolve.cc:4252
20582 #, c-format
20583 msgid "Operand of .not. operator at %%L is %s"
20584 msgstr ""
20585
20586 #: fortran/resolve.cc:4266
20587 msgid "COMPLEX quantities cannot be compared at %L"
20588 msgstr ""
20589
20590 #: fortran/resolve.cc:4364
20591 #, c-format
20592 msgid "Logicals at %%L must be compared with %s instead of %s"
20593 msgstr ""
20594
20595 #: fortran/resolve.cc:4370
20596 #, c-format
20597 msgid "Operands of comparison operator %%<%s%%> at %%L are %s/%s"
20598 msgstr ""
20599
20600 #: fortran/resolve.cc:4384
20601 #, c-format
20602 msgid "Unknown operator %%<%s%%> at %%L; did you mean '%s'?"
20603 msgstr ""
20604
20605 #: fortran/resolve.cc:4387
20606 #, c-format
20607 msgid "Unknown operator %%<%s%%> at %%L"
20608 msgstr ""
20609
20610 #: fortran/resolve.cc:4392
20611 #, c-format
20612 msgid "Operand of user operator %%<%s%%> at %%L is %s"
20613 msgstr ""
20614
20615 #: fortran/resolve.cc:4397
20616 #, c-format
20617 msgid "Operands of user operator %%<%s%%> at %%L are %s/%s"
20618 msgstr ""
20619
20620 #: fortran/resolve.cc:4483
20621 #, c-format
20622 msgid "Inconsistent ranks for operator at %%L and %%L"
20623 msgstr ""
20624
20625 #: fortran/resolve.cc:7324
20626 msgid "Loop variable"
20627 msgstr ""
20628
20629 #: fortran/resolve.cc:7328
20630 msgid "iterator variable"
20631 msgstr ""
20632
20633 #: fortran/resolve.cc:7332
20634 msgid "Start expression in DO loop"
20635 msgstr ""
20636
20637 #: fortran/resolve.cc:7336
20638 msgid "End expression in DO loop"
20639 msgstr ""
20640
20641 #: fortran/resolve.cc:7340
20642 msgid "Step expression in DO loop"
20643 msgstr ""
20644
20645 #: fortran/resolve.cc:7626 fortran/resolve.cc:7629
20646 msgid "DEALLOCATE object"
20647 msgstr ""
20648
20649 #: fortran/resolve.cc:8007 fortran/resolve.cc:8010
20650 msgid "ALLOCATE object"
20651 msgstr ""
20652
20653 #: fortran/resolve.cc:8243 fortran/resolve.cc:10214 fortran/resolve.cc:10335
20654 msgid "STAT variable"
20655 msgstr ""
20656
20657 #: fortran/resolve.cc:8294 fortran/resolve.cc:10226 fortran/resolve.cc:10347
20658 msgid "ERRMSG variable"
20659 msgstr ""
20660
20661 #: fortran/resolve.cc:10020
20662 msgid "item in READ"
20663 msgstr ""
20664
20665 #: fortran/resolve.cc:10238
20666 msgid "ACQUIRED_LOCK variable"
20667 msgstr ""
20668
20669 #: fortran/trans-array.cc:1918
20670 #, c-format
20671 msgid "Different CHARACTER lengths (%ld/%ld) in array constructor"
20672 msgstr ""
20673
20674 #: fortran/trans-array.cc:6137
20675 msgid "Integer overflow when calculating the amount of memory to allocate"
20676 msgstr ""
20677
20678 #: fortran/trans-array.cc:10071
20679 #, c-format
20680 msgid "The value of the PDT LEN parameter '%s' does not agree with that in the dummy declaration"
20681 msgstr ""
20682
20683 #: fortran/trans-decl.cc:6143
20684 #, c-format
20685 msgid "Actual string length does not match the declared one for dummy argument '%s' (%ld/%ld)"
20686 msgstr ""
20687
20688 #: fortran/trans-decl.cc:6151
20689 #, c-format
20690 msgid "Actual string length is shorter than the declared one for dummy argument '%s' (%ld/%ld)"
20691 msgstr ""
20692
20693 #: fortran/trans-expr.cc:10297
20694 #, c-format
20695 msgid "Target of rank remapping is too small (%ld < %ld)"
20696 msgstr ""
20697
20698 #: fortran/trans-expr.cc:11757
20699 msgid "Assignment of scalar to unallocated array"
20700 msgstr ""
20701
20702 #: fortran/trans-intrinsic.cc:975
20703 #, c-format
20704 msgid "Unequal character lengths (%ld/%ld) in %s"
20705 msgstr ""
20706
20707 #: fortran/trans-intrinsic.cc:6510
20708 #, c-format
20709 msgid "POS argument (%ld) out of range 0:%ld in intrinsic BTEST"
20710 msgstr ""
20711
20712 #: fortran/trans-intrinsic.cc:6605
20713 #, c-format
20714 msgid "POS argument (%ld) out of range 0:%ld in intrinsic %s"
20715 msgstr ""
20716
20717 #: fortran/trans-intrinsic.cc:6652
20718 #, c-format
20719 msgid "POS argument (%ld) out of range 0:%ld in intrinsic IBITS"
20720 msgstr ""
20721
20722 #: fortran/trans-intrinsic.cc:6662
20723 #, c-format
20724 msgid "LEN argument (%ld) out of range 0:%ld in intrinsic IBITS"
20725 msgstr ""
20726
20727 #: fortran/trans-intrinsic.cc:6669
20728 #, c-format
20729 msgid "POS(%ld)+LEN(%ld)>BIT_SIZE(%ld) in intrinsic IBITS"
20730 msgstr ""
20731
20732 #: fortran/trans-intrinsic.cc:6742
20733 #, c-format
20734 msgid "SHIFT argument (%ld) out of range 0:%ld in intrinsic %s"
20735 msgstr ""
20736
20737 #: fortran/trans-intrinsic.cc:6810
20738 #, c-format
20739 msgid "SHIFT argument (%ld) out of range -%ld:%ld in intrinsic ISHFT"
20740 msgstr ""
20741
20742 #: fortran/trans-intrinsic.cc:6876
20743 #, c-format
20744 msgid "SIZE argument (%ld) out of range 1:%ld in intrinsic ISHFTC"
20745 msgstr ""
20746
20747 #: fortran/trans-intrinsic.cc:6884 fortran/trans-intrinsic.cc:6929
20748 #, c-format
20749 msgid "SHIFT argument (%ld) out of range -%ld:%ld in intrinsic ISHFTC"
20750 msgstr ""
20751
20752 #: fortran/trans-intrinsic.cc:9279
20753 #, c-format
20754 msgid "Argument NCOPIES of REPEAT intrinsic is negative (its value is %ld)"
20755 msgstr ""
20756
20757 #: fortran/trans-intrinsic.cc:9311
20758 msgid "Argument NCOPIES of REPEAT intrinsic is too large"
20759 msgstr ""
20760
20761 #: fortran/trans-intrinsic.cc:12027
20762 #, c-format
20763 msgid "FROMPOS argument (%ld) out of range 0:%d in intrinsic MVBITS"
20764 msgstr ""
20765
20766 #: fortran/trans-intrinsic.cc:12039
20767 #, c-format
20768 msgid "LEN argument (%ld) out of range 0:%d in intrinsic MVBITS"
20769 msgstr ""
20770
20771 #: fortran/trans-intrinsic.cc:12051
20772 #, c-format
20773 msgid "TOPOS argument (%ld) out of range 0:%d in intrinsic MVBITS"
20774 msgstr ""
20775
20776 #: fortran/trans-intrinsic.cc:12063
20777 #, c-format
20778 msgid "FROMPOS(%ld)+LEN(%ld)>BIT_SIZE(%d) in intrinsic MVBITS"
20779 msgstr ""
20780
20781 #: fortran/trans-intrinsic.cc:12071
20782 #, c-format
20783 msgid "TOPOS(%ld)+LEN(%ld)>BIT_SIZE(%d) in intrinsic MVBITS"
20784 msgstr ""
20785
20786 #: fortran/trans-io.cc:587
20787 msgid "Unit number in I/O statement too small"
20788 msgstr ""
20789
20790 #: fortran/trans-io.cc:596
20791 msgid "Unit number in I/O statement too large"
20792 msgstr ""
20793
20794 #: fortran/trans-stmt.cc:156
20795 msgid "Assigned label is not a target label"
20796 msgstr ""
20797
20798 #: fortran/trans-stmt.cc:1287
20799 #, c-format
20800 msgid "Invalid image number %d in SYNC IMAGES"
20801 msgstr ""
20802
20803 #: fortran/trans-stmt.cc:2449
20804 msgid "Loop iterates infinitely"
20805 msgstr ""
20806
20807 #: fortran/trans-stmt.cc:2469 fortran/trans-stmt.cc:2725
20808 msgid "Loop variable has been modified"
20809 msgstr ""
20810
20811 #: fortran/trans-stmt.cc:2578
20812 msgid "DO step value is zero"
20813 msgstr ""
20814
20815 #: fortran/trans.cc:47
20816 msgid "Array reference out of bounds"
20817 msgstr ""
20818
20819 #: fortran/trans.cc:708 fortran/trans.cc:783
20820 #, c-format
20821 msgid "Error allocating %lu bytes"
20822 msgstr ""
20823
20824 #: fortran/trans.cc:992
20825 #, c-format
20826 msgid "Attempting to allocate already allocated variable '%s'"
20827 msgstr ""
20828
20829 #: fortran/trans.cc:998
20830 msgid "Attempting to allocate already allocated variable"
20831 msgstr ""
20832
20833 #: fortran/trans.cc:1448 fortran/trans.cc:1607
20834 #, c-format
20835 msgid "Attempt to DEALLOCATE unallocated '%s'"
20836 msgstr ""
20837
20838 #: fortran/trans.cc:1765
20839 #, c-format
20840 msgid "Error reallocating to %lu bytes"
20841 msgstr ""
20842
20843 #: go/go-backend.cc:166
20844 msgid "lseek failed while reading export data"
20845 msgstr ""
20846
20847 #: go/go-backend.cc:173
20848 msgid "memory allocation failed while reading export data"
20849 msgstr ""
20850
20851 #: go/go-backend.cc:181
20852 msgid "read failed while reading export data"
20853 msgstr ""
20854
20855 #: go/go-backend.cc:187
20856 msgid "short read while reading export data"
20857 msgstr ""
20858
20859 #: go/gofrontend/expressions.cc:183 c-family/c-warn.cc:683 cp/cvt.cc:1397
20860 #, gcc-internal-format
20861 msgid "value computed is not used"
20862 msgstr ""
20863
20864 #: go/gofrontend/expressions.cc:930
20865 msgid "invalid use of type"
20866 msgstr ""
20867
20868 #: go/gofrontend/expressions.cc:3626 go/gofrontend/expressions.cc:3642
20869 msgid "constant refers to itself"
20870 msgstr ""
20871
20872 #: go/gofrontend/expressions.cc:4741 go/gofrontend/expressions.cc:5240
20873 msgid "expected pointer"
20874 msgstr ""
20875
20876 #: go/gofrontend/expressions.cc:5211
20877 msgid "expected numeric type"
20878 msgstr ""
20879
20880 #: go/gofrontend/expressions.cc:5216
20881 msgid "expected boolean type"
20882 msgstr ""
20883
20884 #: go/gofrontend/expressions.cc:5221 c/c-parser.cc:15829 c/c-parser.cc:15836
20885 #: cp/parser.cc:38967 cp/parser.cc:38974
20886 #, gcc-internal-format
20887 msgid "expected integer"
20888 msgstr "očekivan je cijeli broj"
20889
20890 #: go/gofrontend/expressions.cc:7000
20891 msgid "invalid comparison of nil with nil"
20892 msgstr ""
20893
20894 #: go/gofrontend/expressions.cc:7006 go/gofrontend/expressions.cc:7024
20895 msgid "incompatible types in binary expression"
20896 msgstr ""
20897
20898 #: go/gofrontend/expressions.cc:7044
20899 msgid "integer division by zero"
20900 msgstr ""
20901
20902 #: go/gofrontend/expressions.cc:7052
20903 msgid "shift of non-integer operand"
20904 msgstr ""
20905
20906 #: go/gofrontend/expressions.cc:7055 go/gofrontend/expressions.cc:7058
20907 #: go/gofrontend/expressions.cc:7066
20908 msgid "shift count not integer"
20909 msgstr ""
20910
20911 #: go/gofrontend/expressions.cc:7071
20912 msgid "negative shift count"
20913 msgstr ""
20914
20915 #: go/gofrontend/expressions.cc:7956
20916 msgid "object is not a method"
20917 msgstr ""
20918
20919 #: go/gofrontend/expressions.cc:7973
20920 msgid "method type does not match object type"
20921 msgstr ""
20922
20923 #: go/gofrontend/expressions.cc:8387
20924 msgid "invalid use of %<...%> with builtin function"
20925 msgstr ""
20926
20927 #: go/gofrontend/expressions.cc:8398
20928 msgid "invalid use of method value as argument of Offsetof"
20929 msgstr ""
20930
20931 #: go/gofrontend/expressions.cc:8412
20932 msgid "argument of Offsetof implies indirection of an embedded field"
20933 msgstr ""
20934
20935 #: go/gofrontend/expressions.cc:8437 go/gofrontend/expressions.cc:8473
20936 #: go/gofrontend/expressions.cc:8909 go/gofrontend/expressions.cc:10265
20937 #: go/gofrontend/expressions.cc:10405 go/gofrontend/expressions.cc:10451
20938 #: go/gofrontend/expressions.cc:10486 go/gofrontend/expressions.cc:10562
20939 #: go/gofrontend/expressions.cc:10587 go/gofrontend/expressions.cc:12740
20940 #: go/gofrontend/expressions.cc:12757 go/gofrontend/expressions.cc:12773
20941 msgid "not enough arguments"
20942 msgstr ""
20943
20944 #: go/gofrontend/expressions.cc:8439 go/gofrontend/expressions.cc:8475
20945 #: go/gofrontend/expressions.cc:10270 go/gofrontend/expressions.cc:10388
20946 #: go/gofrontend/expressions.cc:10410 go/gofrontend/expressions.cc:10491
20947 #: go/gofrontend/expressions.cc:10564 go/gofrontend/expressions.cc:10589
20948 #: go/gofrontend/expressions.cc:11469 go/gofrontend/expressions.cc:12745
20949 #: go/gofrontend/expressions.cc:12759 go/gofrontend/expressions.cc:12780
20950 #: cp/pt.cc:9148
20951 #, gcc-internal-format
20952 msgid "too many arguments"
20953 msgstr ""
20954
20955 #: go/gofrontend/expressions.cc:8477
20956 msgid "argument 1 must be a map"
20957 msgstr ""
20958
20959 #: go/gofrontend/expressions.cc:8939
20960 msgid "invalid type for make function"
20961 msgstr ""
20962
20963 #: go/gofrontend/expressions.cc:8952
20964 msgid "length required when allocating a slice"
20965 msgstr ""
20966
20967 #: go/gofrontend/expressions.cc:8996
20968 msgid "len larger than cap"
20969 msgstr ""
20970
20971 #: go/gofrontend/expressions.cc:9005
20972 msgid "too many arguments to make"
20973 msgstr ""
20974
20975 #: go/gofrontend/expressions.cc:10314
20976 msgid "argument must be array or slice or channel"
20977 msgstr ""
20978
20979 #: go/gofrontend/expressions.cc:10324
20980 msgid "argument must be string or array or slice or map or channel"
20981 msgstr ""
20982
20983 #: go/gofrontend/expressions.cc:10361
20984 msgid "unsupported argument type to builtin function"
20985 msgstr ""
20986
20987 #: go/gofrontend/expressions.cc:10372
20988 msgid "argument must be channel"
20989 msgstr ""
20990
20991 #: go/gofrontend/expressions.cc:10374
20992 msgid "cannot close receive-only channel"
20993 msgstr ""
20994
20995 #: go/gofrontend/expressions.cc:10396
20996 msgid "argument must be a field reference"
20997 msgstr ""
20998
20999 #: go/gofrontend/expressions.cc:10426
21000 msgid "left argument must be a slice"
21001 msgstr ""
21002
21003 #: go/gofrontend/expressions.cc:10434
21004 msgid "element types must be the same"
21005 msgstr ""
21006
21007 #: go/gofrontend/expressions.cc:10439
21008 msgid "first argument must be []byte"
21009 msgstr ""
21010
21011 #: go/gofrontend/expressions.cc:10442
21012 msgid "second argument must be slice or string"
21013 msgstr ""
21014
21015 #: go/gofrontend/expressions.cc:10554
21016 msgid "argument must have complex type"
21017 msgstr ""
21018
21019 #: go/gofrontend/expressions.cc:10573
21020 msgid "complex arguments must have identical types"
21021 msgstr ""
21022
21023 #: go/gofrontend/expressions.cc:10575
21024 msgid "complex arguments must have floating-point type"
21025 msgstr ""
21026
21027 #: go/gofrontend/expressions.cc:11235
21028 msgid "type conversion result count mismatch"
21029 msgstr ""
21030
21031 #: go/gofrontend/expressions.cc:11249 go/gofrontend/expressions.cc:12686
21032 #: go/gofrontend/expressions.cc:13122
21033 msgid "expected function"
21034 msgstr ""
21035
21036 #: go/gofrontend/expressions.cc:11277
21037 msgid "multiple-value argument in single-value context"
21038 msgstr ""
21039
21040 #: go/gofrontend/expressions.cc:11473
21041 msgid "invalid use of %<...%> with non-slice"
21042 msgstr ""
21043
21044 #: go/gofrontend/expressions.cc:12694
21045 msgid "function result count mismatch"
21046 msgstr ""
21047
21048 #: go/gofrontend/expressions.cc:12712
21049 msgid "incompatible type for receiver"
21050 msgstr ""
21051
21052 #: go/gofrontend/expressions.cc:12730
21053 msgid "invalid use of %<...%> calling non-variadic function"
21054 msgstr ""
21055
21056 #: go/gofrontend/expressions.cc:13131 go/gofrontend/expressions.cc:13145
21057 msgid "number of results does not match number of values"
21058 msgstr ""
21059
21060 #: go/gofrontend/expressions.cc:13437 go/gofrontend/expressions.cc:14109
21061 msgid "index must be integer"
21062 msgstr ""
21063
21064 #: go/gofrontend/expressions.cc:13446 go/gofrontend/expressions.cc:14118
21065 msgid "slice end must be integer"
21066 msgstr ""
21067
21068 #: go/gofrontend/expressions.cc:13455
21069 msgid "slice capacity must be integer"
21070 msgstr ""
21071
21072 #: go/gofrontend/expressions.cc:13505 go/gofrontend/expressions.cc:14152
21073 msgid "inverted slice range"
21074 msgstr ""
21075
21076 #: go/gofrontend/expressions.cc:13548
21077 msgid "slice of unaddressable value"
21078 msgstr ""
21079
21080 #: go/gofrontend/expressions.cc:14408
21081 msgid "incompatible type for map index"
21082 msgstr ""
21083
21084 #: go/gofrontend/expressions.cc:14846
21085 msgid "expected interface or pointer to interface"
21086 msgstr ""
21087
21088 #: go/gofrontend/expressions.cc:15632
21089 msgid "too many expressions for struct"
21090 msgstr ""
21091
21092 #: go/gofrontend/expressions.cc:15645
21093 msgid "too few expressions for struct"
21094 msgstr ""
21095
21096 #: go/gofrontend/expressions.cc:17594 go/gofrontend/statements.cc:1911
21097 msgid "type assertion only valid for interface types"
21098 msgstr ""
21099
21100 #: go/gofrontend/expressions.cc:17606
21101 msgid "impossible type assertion: type does not implement interface"
21102 msgstr ""
21103
21104 #: go/gofrontend/expressions.cc:17805 go/gofrontend/expressions.cc:17825
21105 #: go/gofrontend/statements.cc:1758
21106 msgid "expected channel"
21107 msgstr ""
21108
21109 #: go/gofrontend/expressions.cc:17830 go/gofrontend/statements.cc:1763
21110 msgid "invalid receive on send-only channel"
21111 msgstr ""
21112
21113 #: go/gofrontend/parse.cc:3169
21114 msgid "parentheses required around this composite literal to avoid parsing ambiguity"
21115 msgstr ""
21116
21117 #: go/gofrontend/parse.cc:4743
21118 msgid "cannot fallthrough final case in switch"
21119 msgstr ""
21120
21121 #: go/gofrontend/statements.cc:1071
21122 msgid "invalid left hand side of assignment"
21123 msgstr ""
21124
21125 #: go/gofrontend/statements.cc:1082 go/gofrontend/statements.cc:1427
21126 msgid "use of untyped nil"
21127 msgstr ""
21128
21129 #: go/gofrontend/statements.cc:1549
21130 msgid "expected map index on right hand side"
21131 msgstr ""
21132
21133 #: go/gofrontend/statements.cc:3198 go/gofrontend/statements.cc:3228
21134 msgid "not enough arguments to return"
21135 msgstr ""
21136
21137 #: go/gofrontend/statements.cc:3206
21138 msgid "return with value in function with no return type"
21139 msgstr ""
21140
21141 #: go/gofrontend/statements.cc:3234
21142 msgid "too many values in return statement"
21143 msgstr ""
21144
21145 #: go/gofrontend/statements.cc:3787
21146 msgid "expected boolean expression"
21147 msgstr ""
21148
21149 #: go/gofrontend/statements.cc:4984
21150 msgid "cannot type switch on non-interface value"
21151 msgstr ""
21152
21153 #: go/gofrontend/statements.cc:5119
21154 msgid "incompatible types in send"
21155 msgstr ""
21156
21157 #: go/gofrontend/statements.cc:5124
21158 msgid "invalid send on receive-only channel"
21159 msgstr ""
21160
21161 #: go/gofrontend/statements.cc:6442
21162 msgid "too many variables for range clause with channel"
21163 msgstr ""
21164
21165 #: go/gofrontend/statements.cc:6449
21166 msgid "range clause must have array, slice, string, map, or channel type"
21167 msgstr ""
21168
21169 #: go/gofrontend/types.cc:542
21170 msgid "invalid comparison of non-ordered type"
21171 msgstr ""
21172
21173 #: go/gofrontend/types.cc:558
21174 msgid "slice can only be compared to nil"
21175 msgstr ""
21176
21177 #: go/gofrontend/types.cc:560
21178 msgid "map can only be compared to nil"
21179 msgstr ""
21180
21181 #: go/gofrontend/types.cc:562
21182 msgid "func can only be compared to nil"
21183 msgstr ""
21184
21185 #: go/gofrontend/types.cc:568
21186 #, c-format
21187 msgid "invalid operation (%s)"
21188 msgstr ""
21189
21190 #: go/gofrontend/types.cc:591
21191 msgid "invalid comparison of non-comparable type"
21192 msgstr ""
21193
21194 #: go/gofrontend/types.cc:604
21195 msgid "invalid comparison of generated struct"
21196 msgstr ""
21197
21198 #: go/gofrontend/types.cc:615
21199 msgid "invalid comparison of non-comparable struct"
21200 msgstr ""
21201
21202 #: go/gofrontend/types.cc:625
21203 msgid "invalid comparison of generated array"
21204 msgstr ""
21205
21206 #: go/gofrontend/types.cc:632
21207 msgid "invalid comparison of non-comparable array"
21208 msgstr ""
21209
21210 #: go/gofrontend/types.cc:660
21211 msgid "multiple-value function call in single-value context"
21212 msgstr ""
21213
21214 #: go/gofrontend/types.cc:744
21215 msgid "need explicit conversion"
21216 msgstr ""
21217
21218 #: go/gofrontend/types.cc:752
21219 #, c-format
21220 msgid "cannot use type %s as type %s"
21221 msgstr ""
21222
21223 #: go/gofrontend/types.cc:788
21224 msgid "conversion from normal type to notinheap type"
21225 msgstr ""
21226
21227 #: go/gofrontend/types.cc:4793
21228 msgid "different receiver types"
21229 msgstr ""
21230
21231 #: go/gofrontend/types.cc:4816 go/gofrontend/types.cc:4829
21232 #: go/gofrontend/types.cc:4843
21233 msgid "different number of parameters"
21234 msgstr ""
21235
21236 #: go/gofrontend/types.cc:4836
21237 msgid "different parameter types"
21238 msgstr ""
21239
21240 #: go/gofrontend/types.cc:4851
21241 msgid "different varargs"
21242 msgstr ""
21243
21244 #: go/gofrontend/types.cc:4864 go/gofrontend/types.cc:4877
21245 #: go/gofrontend/types.cc:4891
21246 msgid "different number of results"
21247 msgstr ""
21248
21249 #: go/gofrontend/types.cc:4884
21250 msgid "different result types"
21251 msgstr ""
21252
21253 #: go/gofrontend/types.cc:9302
21254 #, c-format
21255 msgid "need explicit conversion; missing method %s%s%s"
21256 msgstr ""
21257
21258 #: go/gofrontend/types.cc:9320 go/gofrontend/types.cc:9465
21259 #, c-format
21260 msgid "incompatible type for method %s%s%s"
21261 msgstr ""
21262
21263 #: go/gofrontend/types.cc:9324 go/gofrontend/types.cc:9469
21264 #, c-format
21265 msgid "incompatible type for method %s%s%s (%s)"
21266 msgstr ""
21267
21268 #: go/gofrontend/types.cc:9405 go/gofrontend/types.cc:9418
21269 msgid "pointer to interface type has no methods"
21270 msgstr ""
21271
21272 #: go/gofrontend/types.cc:9407 go/gofrontend/types.cc:9420
21273 msgid "type has no methods"
21274 msgstr ""
21275
21276 #: go/gofrontend/types.cc:9441
21277 #, c-format
21278 msgid "ambiguous method %s%s%s"
21279 msgstr ""
21280
21281 #: go/gofrontend/types.cc:9444
21282 #, c-format
21283 msgid "missing method %s%s%s"
21284 msgstr ""
21285
21286 #: go/gofrontend/types.cc:9486
21287 #, c-format
21288 msgid "method %s%s%s requires a pointer receiver"
21289 msgstr ""
21290
21291 #: go/gofrontend/types.cc:9504
21292 #, c-format
21293 msgid "method %s%s%s is marked go:nointerface"
21294 msgstr ""
21295
21296 #: lto-streamer.h:1028
21297 #, gcc-internal-format, gfc-internal-format
21298 msgid "bytecode stream: expected tag %s instead of %s"
21299 msgstr ""
21300
21301 #: lto-streamer.h:1038
21302 #, gcc-internal-format, gfc-internal-format
21303 msgid "bytecode stream: tag %s is not in the expected range [%s, %s]"
21304 msgstr ""
21305
21306 #. Mach-O supports 'weak imports', and 'weak definitions' in coalesced
21307 #. sections.  machopic_select_section ensures that weak variables go in
21308 #. coalesced sections.  Weak aliases (or any other kind of aliases) are
21309 #. not supported.  Weak symbols that aren't visible outside the .s file
21310 #. are not supported.
21311 #: config/darwin.h:682
21312 #, gcc-internal-format
21313 msgid "alias definitions not supported in Mach-O; ignored"
21314 msgstr ""
21315
21316 #. No profiling.
21317 #: config/vx-common.h:122
21318 #, gcc-internal-format
21319 msgid "profiler support for VxWorks"
21320 msgstr ""
21321
21322 #: config/arm/freebsd.h:121
21323 #, gcc-internal-format
21324 msgid "target OS does not support unaligned accesses"
21325 msgstr ""
21326
21327 #: config/c6x/c6x.h:346 config/nvptx/nvptx.h:192
21328 #, gcc-internal-format
21329 msgid "profiling is not yet implemented for this architecture"
21330 msgstr ""
21331
21332 #: config/cr16/cr16.h:403
21333 #, gcc-internal-format
21334 msgid "profiler support for CR16"
21335 msgstr ""
21336
21337 #. Definitions for GCC.  Part of the machine description for CRIS.
21338 #. Copyright (C) 1998-2022 Free Software Foundation, Inc.
21339 #. Contributed by Axis Communications.  Written by Hans-Peter Nilsson.
21340 #.
21341 #. This file is part of GCC.
21342 #.
21343 #. GCC is free software; you can redistribute it and/or modify
21344 #. it under the terms of the GNU General Public License as published by
21345 #. the Free Software Foundation; either version 3, or (at your option)
21346 #. any later version.
21347 #.
21348 #. GCC is distributed in the hope that it will be useful,
21349 #. but WITHOUT ANY WARRANTY; without even the implied warranty of
21350 #. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21351 #. GNU General Public License for more details.
21352 #.
21353 #. You should have received a copy of the GNU General Public License
21354 #. along with GCC; see the file COPYING3.  If not see
21355 #. <http://www.gnu.org/licenses/>.
21356 #. After the first "Node:" comment comes all preprocessor directives and
21357 #. attached declarations described in the info files, the "Using and
21358 #. Porting GCC" manual (uapgcc), in the same order as found in the "Target
21359 #. macros" section in the gcc-2.9x CVS edition of 2000-03-17.  FIXME: Not
21360 #. really, but needs an update anyway.
21361 #.
21362 #. There is no generic copy-of-uapgcc comment, you'll have to see uapgcc
21363 #. for that.  If applicable, there is a CRIS-specific comment.  The order
21364 #. of macro definitions follow the order in the manual.  Every section in
21365 #. the manual (node in the info pages) has an introductory `Node:
21366 #. <subchapter>' comment.  If no macros are defined for a section, only
21367 #. the section-comment is present.
21368 #. Note that other header files (e.g. config/elfos.h, config/linux.h,
21369 #. and config/cris/linux.h) are responsible for lots of settings not
21370 #. repeated below.  This file contains general CRIS definitions
21371 #. and definitions for the cris-*-elf subtarget.
21372 #. We don't want to use gcc_assert for everything, as that can be
21373 #. compiled out.
21374 #: config/cris/cris.h:42
21375 #, gcc-internal-format, gfc-internal-format
21376 msgid "CRIS-port assertion failed: %s"
21377 msgstr ""
21378
21379 #. Node: Caller Saves
21380 #. (no definitions)
21381 #. Node: Function entry
21382 #. See cris.cc for TARGET_ASM_FUNCTION_PROLOGUE and
21383 #. TARGET_ASM_FUNCTION_EPILOGUE.
21384 #. Node: Profiling
21385 #: config/cris/cris.h:662
21386 #, gcc-internal-format
21387 msgid "no %<FUNCTION_PROFILER%> for CRIS"
21388 msgstr ""
21389
21390 #. 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.
21391 #. 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.
21392 #: config/i386/xm-djgpp.h:85
21393 #, gcc-internal-format
21394 msgid "environment variable DJGPP not defined"
21395 msgstr ""
21396
21397 #: config/i386/xm-djgpp.h:87
21398 #, gcc-internal-format
21399 msgid "environment variable DJGPP points to missing file %qs"
21400 msgstr ""
21401
21402 #: config/i386/xm-djgpp.h:90
21403 #, gcc-internal-format
21404 msgid "environment variable DJGPP points to corrupt file %qs"
21405 msgstr ""
21406
21407 #: config/pa/som.h:338
21408 #, gcc-internal-format
21409 msgid "weak aliases are not supported"
21410 msgstr ""
21411
21412 #. SPDX-License-Identifier: GPL-3.0-or-later
21413 #. Definitions of target machine for GNU compiler,
21414 #. for IBM RS/6000 POWER running AIX V7.1.
21415 #. Copyright (C) 2002-2022 Free Software Foundation, Inc.
21416 #. Contributed by David Edelsohn (edelsohn@gnu.org).
21417 #.
21418 #. This file is part of GCC.
21419 #.
21420 #. GCC is free software; you can redistribute it and/or modify it
21421 #. under the terms of the GNU General Public License as published
21422 #. by the Free Software Foundation; either version 3, or (at your
21423 #. option) any later version.
21424 #.
21425 #. GCC is distributed in the hope that it will be useful, but WITHOUT
21426 #. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
21427 #. or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
21428 #. License for more details.
21429 #.
21430 #. You should have received a copy of the GNU General Public License
21431 #. along with GCC; see the file COPYING3.  If not see
21432 #. <http://www.gnu.org/licenses/>.
21433 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
21434 #. get control in TARGET_OPTION_OVERRIDE.
21435 #. SPDX-License-Identifier: GPL-3.0-or-later
21436 #. Definitions of target machine for GNU compiler,
21437 #. for IBM RS/6000 POWER running AIX V7.2.
21438 #. Copyright (C) 2002-2022 Free Software Foundation, Inc.
21439 #. Contributed by David Edelsohn (edelsohn@gnu.org).
21440 #.
21441 #. This file is part of GCC.
21442 #.
21443 #. GCC is free software; you can redistribute it and/or modify it
21444 #. under the terms of the GNU General Public License as published
21445 #. by the Free Software Foundation; either version 3, or (at your
21446 #. option) any later version.
21447 #.
21448 #. GCC is distributed in the hope that it will be useful, but WITHOUT
21449 #. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
21450 #. or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
21451 #. License for more details.
21452 #.
21453 #. You should have received a copy of the GNU General Public License
21454 #. along with GCC; see the file COPYING3.  If not see
21455 #. <http://www.gnu.org/licenses/>.
21456 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
21457 #. get control in TARGET_OPTION_OVERRIDE.
21458 #. SPDX-License-Identifier: GPL-3.0-or-later
21459 #. Definitions of target machine for GNU compiler,
21460 #. for IBM RS/6000 POWER running AIX V7.3.
21461 #. Copyright (C) 2002-2022 Free Software Foundation, Inc.
21462 #. Contributed by David Edelsohn (edelsohn@gnu.org).
21463 #.
21464 #. This file is part of GCC.
21465 #.
21466 #. GCC is free software; you can redistribute it and/or modify it
21467 #. under the terms of the GNU General Public License as published
21468 #. by the Free Software Foundation; either version 3, or (at your
21469 #. option) any later version.
21470 #.
21471 #. GCC is distributed in the hope that it will be useful, but WITHOUT
21472 #. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
21473 #. or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
21474 #. License for more details.
21475 #.
21476 #. You should have received a copy of the GNU General Public License
21477 #. along with GCC; see the file COPYING3.  If not see
21478 #. <http://www.gnu.org/licenses/>.
21479 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
21480 #. get control in TARGET_OPTION_OVERRIDE.
21481 #: config/rs6000/aix71.h:31 config/rs6000/aix72.h:31 config/rs6000/aix73.h:31
21482 #, gcc-internal-format
21483 msgid "%<-maix64%> requires PowerPC64 architecture remain enabled"
21484 msgstr ""
21485
21486 #: config/rs6000/aix71.h:37 config/rs6000/aix72.h:37
21487 #, gcc-internal-format
21488 msgid "soft-float and long-double-128 are incompatible"
21489 msgstr ""
21490
21491 #: config/rs6000/aix71.h:41 config/rs6000/aix72.h:41 config/rs6000/aix73.h:41
21492 #, gcc-internal-format
21493 msgid "%<-maix64%> required: 64-bit computation with 32-bit addressing not yet supported"
21494 msgstr ""
21495
21496 #: config/rs6000/aix71.h:48 config/rs6000/aix72.h:48 config/rs6000/aix73.h:48
21497 #: config/rs6000/rtems.h:121 config/rs6000/rs6000.cc:3515
21498 #, gcc-internal-format
21499 msgid "%<-mcmodel%> incompatible with other toc options"
21500 msgstr ""
21501
21502 #: config/rs6000/aix73.h:37
21503 #, gcc-internal-format
21504 msgid "%<soft-float%> and long-double-128 are incompatible"
21505 msgstr ""
21506
21507 #: config/rs6000/rtems.h:114 config/rs6000/rs6000.cc:3507
21508 #, gcc-internal-format
21509 msgid "%<-m64%> requires a PowerPC64 cpu"
21510 msgstr ""
21511
21512 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
21513 #. get control in TARGET_OPTION_OVERRIDE.
21514 #: config/rs6000/sysv4.h:116
21515 #, gcc-internal-format
21516 msgid "bad value for %<%s-%s%>"
21517 msgstr ""
21518
21519 #: config/rs6000/sysv4.h:132
21520 #, gcc-internal-format
21521 msgid "bad value for %<%s=%s%>"
21522 msgstr ""
21523
21524 #: config/rs6000/sysv4.h:149
21525 #, gcc-internal-format
21526 msgid "%qs and %<%s=%s%> are incompatible"
21527 msgstr ""
21528
21529 #: config/rs6000/sysv4.h:158
21530 #, gcc-internal-format
21531 msgid "%<-f%s%> and %<%s=%s%> are incompatible"
21532 msgstr ""
21533
21534 #: config/rs6000/sysv4.h:167
21535 #, gcc-internal-format
21536 msgid "%<%s=%s%> and %<%s-%s%> are incompatible"
21537 msgstr ""
21538
21539 #: config/rs6000/sysv4.h:176 config/rs6000/sysv4.h:210
21540 #, gcc-internal-format
21541 msgid "%qs and %qs are incompatible"
21542 msgstr ""
21543
21544 #: config/rs6000/sysv4.h:183 config/rs6000/sysv4.h:190
21545 #, gcc-internal-format
21546 msgid "%qs and %<%s-%s%> are incompatible"
21547 msgstr ""
21548
21549 #: config/rs6000/sysv4.h:196 config/rs6000/sysv4.h:202
21550 #, gcc-internal-format
21551 msgid "%qs not supported by your assembler"
21552 msgstr ""
21553
21554 #: config/rs6000/sysv4.h:244
21555 #, gcc-internal-format
21556 msgid "%<-m%s%> not supported in this configuration"
21557 msgstr ""
21558
21559 #. 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.
21560 #: config/sh/vxworks.h:43
21561 #, gcc-internal-format
21562 msgid "%<-mrelax%> is only supported for RTP PIC"
21563 msgstr ""
21564
21565 #. A general purpose syntax error.
21566 #: fortran/gfortran.h:3295 fortran/io.cc:3736 fortran/io.cc:4422
21567 #, gcc-internal-format, gfc-internal-format
21568 msgid "Syntax error in %s statement at %C"
21569 msgstr ""
21570
21571 #: jit/docs/examples/tut05-bf.c:242
21572 #, gcc-internal-format
21573 msgid "too many open parens"
21574 msgstr ""
21575
21576 #: jit/docs/examples/tut05-bf.c:275
21577 #, gcc-internal-format
21578 msgid "mismatching parens"
21579 msgstr ""
21580
21581 #: jit/docs/examples/tut05-bf.c:310
21582 #, gcc-internal-format
21583 msgid "unable to open file"
21584 msgstr "nije moguće otvoriti datoteku"
21585
21586 #: fortran/lang.opt:428
21587 #, gcc-internal-format
21588 msgid "Unrecognized option to endianness value: %qs"
21589 msgstr ""
21590
21591 #: fortran/lang.opt:650
21592 #, gcc-internal-format
21593 msgid "Unrecognized option to floating-point init value: %qs"
21594 msgstr ""
21595
21596 #: fortran/lang.opt:784
21597 #, gcc-internal-format
21598 msgid "Unrecognized option: %qs"
21599 msgstr "Neprepoznata opcija: %qs"
21600
21601 #: c-family/c.opt:43 c-family/c.opt:46 c-family/c.opt:181
21602 #, gcc-internal-format
21603 msgid "assertion missing after %qs"
21604 msgstr ""
21605
21606 #: c-family/c.opt:55 c-family/c.opt:58 c-family/c.opt:163 c-family/c.opt:166
21607 #: c-family/c.opt:193 c-family/c.opt:264
21608 #, gcc-internal-format
21609 msgid "macro name missing after %qs"
21610 msgstr ""
21611
21612 #: c-family/c.opt:70 c-family/c.opt:73 c-family/c.opt:76 c-family/c.opt:79
21613 #: c-family/c.opt:175 c-family/c.opt:178 c-family/c.opt:220 c-family/c.opt:224
21614 #: c-family/c.opt:236 c-family/c.opt:2203 c-family/c.opt:2211
21615 #: config/darwin.opt:30 common.opt:331 common.opt:334 common.opt:3436
21616 #, gcc-internal-format
21617 msgid "missing filename after %qs"
21618 msgstr ""
21619
21620 #: c-family/c.opt:85 c-family/c.opt:88 c-family/c.opt:91 c-family/c.opt:94
21621 #: c-family/c.opt:200 c-family/c.opt:212 c-family/c.opt:2199
21622 #: c-family/c.opt:2219 c-family/c.opt:2223 c-family/c.opt:2227
21623 #, gcc-internal-format
21624 msgid "missing path after %qs"
21625 msgstr ""
21626
21627 #: c-family/c.opt:252 c-family/c.opt:256
21628 #, gcc-internal-format
21629 msgid "missing makefile target after %qs"
21630 msgstr ""
21631
21632 #: c-family/c.opt:295
21633 #, gcc-internal-format
21634 msgid "argument %qs to %<-Waligned-new%> not recognized"
21635 msgstr ""
21636
21637 #: c-family/c.opt:386
21638 #, gcc-internal-format
21639 msgid "argument %qs to %<-Wbidi-chars%> not recognized"
21640 msgstr ""
21641
21642 #: c-family/c.opt:1081
21643 #, gcc-internal-format
21644 msgid "argument %qs to %<-Wnormalized%> not recognized"
21645 msgstr ""
21646
21647 #: c-family/c.opt:1626
21648 #, gcc-internal-format
21649 msgid "no class name specified with %qs"
21650 msgstr ""
21651
21652 #: c-family/c.opt:1753
21653 #, gcc-internal-format
21654 msgid "%<-fhandle-exceptions%> has been renamed %<-fexceptions%> (and is now on by default)"
21655 msgstr ""
21656
21657 #: c-family/c.opt:1824
21658 #, gcc-internal-format
21659 msgid "missing mapper"
21660 msgstr ""
21661
21662 #: c-family/c.opt:1848
21663 #, gcc-internal-format
21664 msgid "missing header name"
21665 msgstr ""
21666
21667 #: c-family/c.opt:1856
21668 #, gcc-internal-format
21669 msgid "missing module name"
21670 msgstr ""
21671
21672 #: c-family/c.opt:1903
21673 #, gcc-internal-format
21674 msgid "unrecognized ivar visibility value %qs"
21675 msgstr ""
21676
21677 #: c-family/c.opt:2063
21678 #, gcc-internal-format
21679 msgid "unrecognized scalar storage order value %qs"
21680 msgstr ""
21681
21682 #: d/lang.opt:193
21683 #, gcc-internal-format
21684 msgid "unknown array bounds setting %qs"
21685 msgstr ""
21686
21687 #: d/lang.opt:235
21688 #, gcc-internal-format
21689 msgid "unknown checkaction setting %qs"
21690 msgstr ""
21691
21692 #: d/lang.opt:291
21693 #, gcc-internal-format
21694 msgid "unknown C++ standard %qs"
21695 msgstr ""
21696
21697 #: config/vms/vms.opt:42
21698 #, gcc-internal-format
21699 msgid "unknown pointer size model %qs"
21700 msgstr ""
21701
21702 #: config/i386/i386.opt:325
21703 #, gcc-internal-format
21704 msgid "%<-mcpu=%> is deprecated; use %<-mtune=%> or %<-march=%> instead"
21705 msgstr ""
21706
21707 #: config/i386/i386.opt:385
21708 #, gcc-internal-format
21709 msgid "%<-mintel-syntax%> and %<-mno-intel-syntax%> are deprecated; use %<-masm=intel%> and %<-masm=att%> instead"
21710 msgstr ""
21711
21712 #: config/i386/i386.opt:698
21713 #, gcc-internal-format
21714 msgid "%<-msse5%> was removed"
21715 msgstr ""
21716
21717 #: config/avr/avr.opt:26
21718 #, gcc-internal-format
21719 msgid "missing device or architecture after %qs"
21720 msgstr ""
21721
21722 #: config/rs6000/rs6000.opt:312
21723 #, gcc-internal-format
21724 msgid "%<-mvrsave=no%> is deprecated; use %<-mno-vrsave%> instead"
21725 msgstr ""
21726
21727 #: config/rs6000/rs6000.opt:316
21728 #, gcc-internal-format
21729 msgid "%<-mvrsave=yes%> is deprecated; use %<-mvrsave%> instead"
21730 msgstr ""
21731
21732 #: config/rs6000/rs6000.opt:383
21733 #, gcc-internal-format
21734 msgid "using darwin64 ABI"
21735 msgstr ""
21736
21737 #: config/rs6000/rs6000.opt:386
21738 #, gcc-internal-format
21739 msgid "using old darwin ABI"
21740 msgstr ""
21741
21742 #: config/fused-madd.opt:22
21743 #, gcc-internal-format
21744 msgid "%<-mfused-madd%> is deprecated; use %<-ffp-contract=%> instead"
21745 msgstr ""
21746
21747 #: config/microblaze/microblaze.opt:87
21748 #, gcc-internal-format
21749 msgid "%qs is deprecated; use -fstack-check"
21750 msgstr ""
21751
21752 #: config/microblaze/microblaze.opt:95
21753 #, gcc-internal-format
21754 msgid "%qs is deprecated; use -fno-zero-initialized-in-bss"
21755 msgstr ""
21756
21757 #: config/arc/arc.opt:169 config/arc/arc.opt:328 config/arc/arc.opt:332
21758 #: config/arc/arc.opt:336 config/arc/arc.opt:343 config/arc/arc.opt:347
21759 #: config/arc/arc.opt:351 config/arc/arc.opt:355 config/arc/arc.opt:358
21760 #: config/arc/arc.opt:361 config/arc/arc.opt:378
21761 #, gcc-internal-format
21762 msgid "%qs is deprecated"
21763 msgstr ""
21764
21765 #: lto/lang.opt:31
21766 #, gcc-internal-format
21767 msgid "unknown linker output %qs"
21768 msgstr ""
21769
21770 #: common.opt:1567
21771 #, gcc-internal-format
21772 msgid "unknown excess precision style %qs"
21773 msgstr ""
21774
21775 #: common.opt:1585
21776 #, gcc-internal-format
21777 msgid "unknown specification for the set of FLT_EVAL_METHOD values to permit %qs"
21778 msgstr ""
21779
21780 #: common.opt:1629
21781 #, gcc-internal-format
21782 msgid "unknown floating point contraction style %qs"
21783 msgstr ""
21784
21785 #: common.opt:1794
21786 #, gcc-internal-format
21787 msgid "unknown Stack Reuse Level %qs"
21788 msgstr ""
21789
21790 #: common.opt:1863
21791 #, gcc-internal-format
21792 msgid "unknown Control-Flow Protection Level %qs"
21793 msgstr ""
21794
21795 #: common.opt:1969
21796 #, gcc-internal-format
21797 msgid "unknown IRA algorithm %qs"
21798 msgstr ""
21799
21800 #: common.opt:1982
21801 #, gcc-internal-format
21802 msgid "unknown IRA region %qs"
21803 msgstr ""
21804
21805 #: common.opt:2060
21806 #, gcc-internal-format
21807 msgid "unknown LTO partitioning model %qs"
21808 msgstr ""
21809
21810 #: common.opt:2166
21811 #, gcc-internal-format
21812 msgid "targets missing after %qs"
21813 msgstr ""
21814
21815 #: common.opt:2169
21816 #, gcc-internal-format
21817 msgid "options or targets=options missing after %qs"
21818 msgstr ""
21819
21820 #: common.opt:2177
21821 #, gcc-internal-format
21822 msgid "unknown offload ABI %qs"
21823 msgstr ""
21824
21825 #: common.opt:2319
21826 #, gcc-internal-format
21827 msgid "unknown profile reproducibility method %qs"
21828 msgstr ""
21829
21830 #: common.opt:2335
21831 #, gcc-internal-format
21832 msgid "unknown profile update method %qs"
21833 msgstr ""
21834
21835 #: common.opt:2441
21836 #, gcc-internal-format
21837 msgid "unknown Live-Patching Level %qs"
21838 msgstr ""
21839
21840 #: common.opt:2474
21841 #, gcc-internal-format
21842 msgid "unknown basic block reordering algorithm %qs"
21843 msgstr ""
21844
21845 #: common.opt:2781
21846 #, gcc-internal-format
21847 msgid "unknown TLS model %qs"
21848 msgstr ""
21849
21850 #: common.opt:3117
21851 #, gcc-internal-format
21852 msgid "unknown vectorizer cost model %qs"
21853 msgstr ""
21854
21855 #: common.opt:3148
21856 #, gcc-internal-format
21857 msgid "unrecognized automatic variable initialization type %qs"
21858 msgstr ""
21859
21860 #: common.opt:3174
21861 #, gcc-internal-format
21862 msgid "unrecognized visibility value %qs"
21863 msgstr ""
21864
21865 #: common.opt:3193
21866 #, gcc-internal-format
21867 msgid "unknown vtable verify initialization priority %qs"
21868 msgstr ""
21869
21870 #: params.opt:142
21871 #, gcc-internal-format
21872 msgid "unknown evrp mode %qs"
21873 msgstr ""
21874
21875 #: params.opt:897
21876 #, gcc-internal-format
21877 msgid "unknown ranger debug mode %qs"
21878 msgstr ""
21879
21880 #: params.opt:1071
21881 #, gcc-internal-format
21882 msgid "unknown threader debug mode %qs"
21883 msgstr ""
21884
21885 #: params.opt:1196
21886 #, gcc-internal-format
21887 msgid "unknown vrp mode %qs"
21888 msgstr ""
21889
21890 #: attribs.cc:254 attribs.cc:277 attribs.cc:290
21891 #, gcc-internal-format
21892 msgid "wrong argument to ignored attributes"
21893 msgstr ""
21894
21895 #: attribs.cc:255
21896 #, gcc-internal-format
21897 msgid "valid format is %<ns::attr%> or %<ns::%>"
21898 msgstr ""
21899
21900 #: attribs.cc:540
21901 #, gcc-internal-format
21902 msgid "ignoring attribute %qE in declaration of a built-in function %qD because it conflicts with attribute %qs"
21903 msgstr ""
21904
21905 #: attribs.cc:546
21906 #, gcc-internal-format
21907 msgid "ignoring attribute %qE because it conflicts with attribute %qs"
21908 msgstr ""
21909
21910 #: attribs.cc:552 c-family/c-attribs.cc:912 c-family/c-attribs.cc:2410
21911 #: c-family/c-attribs.cc:2856 c-family/c-attribs.cc:4682
21912 #: c-family/c-attribs.cc:4775 cp/decl.cc:15630 cp/decl.cc:15680
21913 #: cp/friend.cc:316 cp/tree.cc:5093
21914 #, gcc-internal-format
21915 msgid "previous declaration here"
21916 msgstr ""
21917
21918 #. Warn about and ignore all others for now, but store them.
21919 #: attribs.cc:714 c-family/c-attribs.cc:3884 objc/objc-act.cc:5133
21920 #: objc/objc-act.cc:7124 objc/objc-act.cc:8322 objc/objc-act.cc:8378
21921 #, gcc-internal-format
21922 msgid "%qE attribute directive ignored"
21923 msgstr ""
21924
21925 #: attribs.cc:718
21926 #, gcc-internal-format
21927 msgid "%<%E::%E%> scoped attribute directive ignored"
21928 msgstr ""
21929
21930 #: attribs.cc:730
21931 #, gcc-internal-format
21932 msgid "wrong number of arguments specified for %qE attribute"
21933 msgstr ""
21934
21935 #: attribs.cc:733
21936 #, gcc-internal-format, gfc-internal-format
21937 msgid "expected %i or more, found %i"
21938 msgstr "očekivano je %i ili više, pronađeno %i"
21939
21940 #: attribs.cc:736
21941 #, gcc-internal-format, gfc-internal-format
21942 msgid "expected between %i and %i, found %i"
21943 msgstr ""
21944
21945 #: attribs.cc:756 c-family/c-attribs.cc:4548
21946 #, gcc-internal-format
21947 msgid "%qE attribute does not apply to types"
21948 msgstr ""
21949
21950 #: attribs.cc:805
21951 #, gcc-internal-format
21952 msgid "%qE attribute only applies to function types"
21953 msgstr ""
21954
21955 #: attribs.cc:815
21956 #, gcc-internal-format
21957 msgid "type attributes ignored after type is already defined"
21958 msgstr ""
21959
21960 #. The specifications of standard attributes in C mean
21961 #. this is a constraint violation.
21962 #. The specifications of standard attributes mean this is a
21963 #. constraint violation.
21964 #. An attribute with standard syntax and no namespace specified
21965 #. is a constraint violation if it is not one of the known
21966 #. standard attributes.  Diagnose it here with a pedwarn and
21967 #. then discard it to prevent a duplicate warning later.
21968 #: attribs.cc:873 attribs.cc:1824 attribs.cc:1834 attribs.cc:1844
21969 #: c-family/c-attribs.cc:940 c-family/c-attribs.cc:1002
21970 #: c-family/c-attribs.cc:1021 c-family/c-attribs.cc:1039
21971 #: c-family/c-attribs.cc:1069 c-family/c-attribs.cc:1090
21972 #: c-family/c-attribs.cc:1111 c-family/c-attribs.cc:1152
21973 #: c-family/c-attribs.cc:1183 c-family/c-attribs.cc:1199
21974 #: c-family/c-attribs.cc:1216 c-family/c-attribs.cc:1232
21975 #: c-family/c-attribs.cc:1249 c-family/c-attribs.cc:1274
21976 #: c-family/c-attribs.cc:1290 c-family/c-attribs.cc:1305
21977 #: c-family/c-attribs.cc:1333 c-family/c-attribs.cc:1350
21978 #: c-family/c-attribs.cc:1368 c-family/c-attribs.cc:1392
21979 #: c-family/c-attribs.cc:1430 c-family/c-attribs.cc:1453
21980 #: c-family/c-attribs.cc:1470 c-family/c-attribs.cc:1499
21981 #: c-family/c-attribs.cc:1520 c-family/c-attribs.cc:1541
21982 #: c-family/c-attribs.cc:1568 c-family/c-attribs.cc:1599
21983 #: c-family/c-attribs.cc:1628 c-family/c-attribs.cc:1682
21984 #: c-family/c-attribs.cc:1735 c-family/c-attribs.cc:1801
21985 #: c-family/c-attribs.cc:1859 c-family/c-attribs.cc:1948
21986 #: c-family/c-attribs.cc:1978 c-family/c-attribs.cc:2029
21987 #: c-family/c-attribs.cc:2510 c-family/c-attribs.cc:2709
21988 #: c-family/c-attribs.cc:2770 c-family/c-attribs.cc:3011
21989 #: c-family/c-attribs.cc:3091 c-family/c-attribs.cc:3243
21990 #: c-family/c-attribs.cc:3698 c-family/c-attribs.cc:3764
21991 #: c-family/c-attribs.cc:3800 c-family/c-attribs.cc:3855
21992 #: c-family/c-attribs.cc:4037 c-family/c-attribs.cc:4058
21993 #: c-family/c-attribs.cc:4171 c-family/c-attribs.cc:4236
21994 #: c-family/c-attribs.cc:4439 c-family/c-attribs.cc:4550
21995 #: c-family/c-attribs.cc:5292 c-family/c-attribs.cc:5315
21996 #: c-family/c-attribs.cc:5354 c-family/c-attribs.cc:5436
21997 #: c-family/c-attribs.cc:5503 c-family/c-attribs.cc:5519
21998 #: c-family/c-attribs.cc:5687 c-family/c-common.cc:6035
21999 #: c-family/c-common.cc:6038 config/darwin.cc:2141 config/arm/arm.cc:7412
22000 #: config/arm/arm.cc:7440 config/arm/arm.cc:7457 config/avr/avr.cc:9568
22001 #: config/csky/csky.cc:6494 config/csky/csky.cc:6516
22002 #: config/h8300/h8300.cc:4968 config/h8300/h8300.cc:4992
22003 #: config/i386/i386-options.cc:3381 config/i386/i386-options.cc:3539
22004 #: config/i386/i386-options.cc:3771 config/i386/i386-options.cc:3801
22005 #: config/ia64/ia64.cc:785 config/rs6000/rs6000.cc:20305
22006 #: ada/gcc-interface/utils.cc:6582 ada/gcc-interface/utils.cc:6598
22007 #: ada/gcc-interface/utils.cc:6636 ada/gcc-interface/utils.cc:6653
22008 #: ada/gcc-interface/utils.cc:6670 ada/gcc-interface/utils.cc:6685
22009 #: ada/gcc-interface/utils.cc:6701 ada/gcc-interface/utils.cc:6727
22010 #: ada/gcc-interface/utils.cc:6796 ada/gcc-interface/utils.cc:6823
22011 #: ada/gcc-interface/utils.cc:6844 ada/gcc-interface/utils.cc:6865
22012 #: ada/gcc-interface/utils.cc:6881 ada/gcc-interface/utils.cc:6936
22013 #: c/c-decl.cc:4644 c/c-decl.cc:4647 c/c-decl.cc:4662 c/c-parser.cc:4973
22014 #: d/d-attribs.cc:468 d/d-attribs.cc:677 d/d-attribs.cc:698 d/d-attribs.cc:714
22015 #: d/d-attribs.cc:731 d/d-attribs.cc:763 d/d-attribs.cc:892 d/d-attribs.cc:951
22016 #: d/d-attribs.cc:967 d/d-attribs.cc:983 d/d-attribs.cc:1131
22017 #: d/d-attribs.cc:1144 d/d-attribs.cc:1361 d/d-attribs.cc:1382
22018 #: d/d-attribs.cc:1406 jit/dummy-frontend.cc:185 lto/lto-lang.cc:288
22019 #, gcc-internal-format
22020 msgid "%qE attribute ignored"
22021 msgstr ""
22022
22023 #: attribs.cc:1148
22024 #, gcc-internal-format
22025 msgid "missing %<target%> attribute for multi-versioned %qD"
22026 msgstr ""
22027
22028 #: attribs.cc:1151 cp/decl.cc:1212 cp/decl.cc:2172 cp/decl.cc:2218
22029 #: cp/decl.cc:2234 cp/decl.cc:2853 cp/decl.cc:3299
22030 #, gcc-internal-format
22031 msgid "previous declaration of %qD"
22032 msgstr ""
22033
22034 #: attribs.cc:1260
22035 #, gcc-internal-format
22036 msgid "ignoring attributes applied to %qT after definition"
22037 msgstr ""
22038
22039 #: attribs.cc:1755
22040 #, gcc-internal-format
22041 msgid "%q+D already declared with dllexport attribute: dllimport ignored"
22042 msgstr ""
22043
22044 #: attribs.cc:1767
22045 #, gcc-internal-format
22046 msgid "%q+D redeclared without dllimport attribute after being referenced with dll linkage"
22047 msgstr ""
22048
22049 #: attribs.cc:1781
22050 #, gcc-internal-format
22051 msgid "%q+D redeclared without dllimport attribute: previous dllimport ignored"
22052 msgstr ""
22053
22054 #: attribs.cc:1862
22055 #, gcc-internal-format
22056 msgid "inline function %q+D declared as dllimport: attribute ignored"
22057 msgstr ""
22058
22059 #: attribs.cc:1870
22060 #, gcc-internal-format
22061 msgid "function %q+D definition is marked dllimport"
22062 msgstr ""
22063
22064 #: attribs.cc:1878
22065 #, gcc-internal-format
22066 msgid "variable %q+D definition is marked dllimport"
22067 msgstr ""
22068
22069 #: attribs.cc:1909
22070 #, gcc-internal-format
22071 msgid "external linkage required for symbol %q+D because of %qE attribute"
22072 msgstr ""
22073
22074 #: attribs.cc:1923
22075 #, gcc-internal-format
22076 msgid "%qE implies default visibility, but %qD has already been declared with a different visibility"
22077 msgstr ""
22078
22079 #: attribs.cc:2186
22080 #, gcc-internal-format
22081 msgid "%qD specifies more restrictive attribute than its target %qD: %s"
22082 msgid_plural "%qD specifies more restrictive attributes than its target %qD: %s"
22083 msgstr[0] ""
22084 msgstr[1] ""
22085 msgstr[2] ""
22086
22087 #: attribs.cc:2192 attribs.cc:2212
22088 #, gcc-internal-format
22089 msgid "%qD target declared here"
22090 msgstr ""
22091
22092 #: attribs.cc:2206
22093 #, gcc-internal-format
22094 msgid "%qD specifies less restrictive attribute than its target %qD: %s"
22095 msgid_plural "%qD specifies less restrictive attributes than its target %qD: %s"
22096 msgstr[0] ""
22097 msgstr[1] ""
22098 msgstr[2] ""
22099
22100 #: auto-profile.cc:365
22101 #, gcc-internal-format
22102 msgid "offset exceeds 16 bytes"
22103 msgstr ""
22104
22105 #: auto-profile.cc:863
22106 #, gcc-internal-format
22107 msgid "Not expected TAG."
22108 msgstr "TAG nije očekivan."
22109
22110 #: auto-profile.cc:928
22111 #, gcc-internal-format, gfc-internal-format
22112 msgid "cannot open profile file %s"
22113 msgstr "nije moguće otvoriti profil datoteku %s"
22114
22115 #: auto-profile.cc:934
22116 #, gcc-internal-format
22117 msgid "AutoFDO profile magic number does not match"
22118 msgstr ""
22119
22120 #: auto-profile.cc:942
22121 #, gcc-internal-format, gfc-internal-format
22122 msgid "AutoFDO profile version %u does not match %u"
22123 msgstr ""
22124
22125 #: auto-profile.cc:954
22126 #, gcc-internal-format, gfc-internal-format
22127 msgid "cannot read string table from %s"
22128 msgstr ""
22129
22130 #: auto-profile.cc:962
22131 #, gcc-internal-format, gfc-internal-format
22132 msgid "cannot read function profile from %s"
22133 msgstr ""
22134
22135 #: builtins.cc:700
22136 #, gcc-internal-format
22137 msgid "offset %qwi outside bounds of constant string"
22138 msgstr ""
22139
22140 #: builtins.cc:704 gimple-ssa-warn-access.cc:4595 cp/name-lookup.cc:6414
22141 #, gcc-internal-format
22142 msgid "%qE declared here"
22143 msgstr ""
22144
22145 #: builtins.cc:1312
22146 #, gcc-internal-format
22147 msgid "second argument to %<__builtin_prefetch%> must be a constant"
22148 msgstr ""
22149
22150 #: builtins.cc:1319
22151 #, gcc-internal-format
22152 msgid "invalid second argument to %<__builtin_prefetch%>; using zero"
22153 msgstr ""
22154
22155 #: builtins.cc:1327
22156 #, gcc-internal-format
22157 msgid "third argument to %<__builtin_prefetch%> must be a constant"
22158 msgstr ""
22159
22160 #: builtins.cc:1334
22161 #, gcc-internal-format
22162 msgid "invalid third argument to %<__builtin_prefetch%>; using zero"
22163 msgstr ""
22164
22165 #: builtins.cc:3713 gimple-fold.cc:2523 gimple-ssa-warn-access.cc:2541
22166 #: tree-ssa-strlen.cc:3192
22167 #, gcc-internal-format
22168 msgid "%qD specified bound %E equals destination size"
22169 msgstr ""
22170
22171 #: builtins.cc:4818 gimplify.cc:3600
22172 #, gcc-internal-format
22173 msgid "too few arguments to function %<va_start%>"
22174 msgstr ""
22175
22176 #: builtins.cc:4918
22177 #, gcc-internal-format
22178 msgid "invalid argument to %qD"
22179 msgstr ""
22180
22181 #: builtins.cc:4931
22182 #, gcc-internal-format
22183 msgid "unsupported argument to %qD"
22184 msgstr ""
22185
22186 #. Warn since no effort is made to ensure that any frame
22187 #. beyond the current one exists or can be safely reached.
22188 #: builtins.cc:4939
22189 #, gcc-internal-format
22190 msgid "calling %qD with a nonzero argument is unsafe"
22191 msgstr ""
22192
22193 #: builtins.cc:5288
22194 #, gcc-internal-format
22195 msgid "both arguments to %<__builtin___clear_cache%> must be pointers"
22196 msgstr ""
22197
22198 #: builtins.cc:5378
22199 #, gcc-internal-format
22200 msgid "trampoline generated for nested function %qD"
22201 msgstr ""
22202
22203 #: builtins.cc:5752 builtins.cc:5765
22204 #, gcc-internal-format
22205 msgid "%qD changed semantics in GCC 4.4"
22206 msgstr ""
22207
22208 #: builtins.cc:6500
22209 #, gcc-internal-format
22210 msgid "non-constant argument 1 to %qs"
22211 msgstr ""
22212
22213 #: builtins.cc:6542
22214 #, gcc-internal-format
22215 msgid "non-integer argument 1 to %qs"
22216 msgstr ""
22217
22218 #: builtins.cc:6606
22219 #, gcc-internal-format
22220 msgid "%<__builtin_thread_pointer%> is not supported on this target"
22221 msgstr ""
22222
22223 #: builtins.cc:6626
22224 #, gcc-internal-format
22225 msgid "%<__builtin_set_thread_pointer%> is not supported on this target"
22226 msgstr ""
22227
22228 #: builtins.cc:6685
22229 #, gcc-internal-format
22230 msgid "%qs only supported in OpenACC code"
22231 msgstr ""
22232
22233 #: builtins.cc:6692
22234 #, gcc-internal-format
22235 msgid "non-constant argument 0 to %qs"
22236 msgstr ""
22237
22238 #: builtins.cc:6704
22239 #, gcc-internal-format
22240 msgid "illegal argument 0 to %qs"
22241 msgstr ""
22242
22243 #. All valid uses of __builtin_va_arg_pack () are removed during
22244 #. inlining.
22245 #: builtins.cc:7182 expr.cc:11501
22246 #, gcc-internal-format
22247 msgid "invalid use of %<__builtin_va_arg_pack ()%>"
22248 msgstr ""
22249
22250 #. All valid uses of __builtin_va_arg_pack_len () are removed during
22251 #. inlining.
22252 #: builtins.cc:7188
22253 #, gcc-internal-format
22254 msgid "invalid use of %<__builtin_va_arg_pack_len ()%>"
22255 msgstr ""
22256
22257 #: builtins.cc:7457
22258 #, gcc-internal-format
22259 msgid "%<__builtin_longjmp%> second argument must be 1"
22260 msgstr ""
22261
22262 #: builtins.cc:8354
22263 #, gcc-internal-format
22264 msgid "target format does not support infinity"
22265 msgstr ""
22266
22267 #: builtins.cc:9976
22268 #, gcc-internal-format
22269 msgid "%<va_start%> used in function with fixed arguments"
22270 msgstr ""
22271
22272 #: builtins.cc:9984
22273 #, gcc-internal-format
22274 msgid "wrong number of arguments to function %<va_start%>"
22275 msgstr ""
22276
22277 #: builtins.cc:9999
22278 #, gcc-internal-format
22279 msgid "%<__builtin_next_arg%> called without an argument"
22280 msgstr ""
22281
22282 #: builtins.cc:10004
22283 #, gcc-internal-format
22284 msgid "wrong number of arguments to function %<__builtin_next_arg%>"
22285 msgstr ""
22286
22287 #: builtins.cc:10037
22288 #, gcc-internal-format
22289 msgid "second parameter of %<va_start%> not last named argument"
22290 msgstr ""
22291
22292 #: builtins.cc:10050
22293 #, gcc-internal-format
22294 msgid "undefined behavior when second parameter of %<va_start%> is declared with %<register%> storage"
22295 msgstr ""
22296
22297 #: builtins.cc:10079
22298 #, gcc-internal-format
22299 msgid "first argument of %qD must be a pointer, second integer constant"
22300 msgstr ""
22301
22302 #: builtins.cc:10092
22303 #, gcc-internal-format
22304 msgid "last argument of %qD is not integer constant between 0 and 3"
22305 msgstr ""
22306
22307 #: calls.cc:1233
22308 #, gcc-internal-format, gfc-internal-format
22309 msgid "cannot tail-call: %s"
22310 msgstr "nije moguće tail-call: %s"
22311
22312 #: calls.cc:2729
22313 #, gcc-internal-format
22314 msgid "function call has aggregate value"
22315 msgstr ""
22316
22317 #: calls.cc:3451
22318 #, gcc-internal-format
22319 msgid "passing too large argument on stack"
22320 msgstr ""
22321
22322 #: cfganal.cc:173
22323 #, gcc-internal-format
22324 msgid "%<verify_marked_backedges%> failed"
22325 msgstr ""
22326
22327 #: cfgexpand.cc:1816
22328 #, gcc-internal-format
22329 msgid "total size of local objects is too large"
22330 msgstr ""
22331
22332 #: cfgexpand.cc:1819 function.cc:1014 varasm.cc:2334
22333 #, gcc-internal-format
22334 msgid "size of variable %q+D is too large"
22335 msgstr ""
22336
22337 #: cfgexpand.cc:1831
22338 #, gcc-internal-format
22339 msgid "cannot allocate stack for variable %q+D, naked function"
22340 msgstr ""
22341
22342 #: cfgexpand.cc:2923
22343 #, gcc-internal-format
22344 msgid "too many alternatives in %<asm%>"
22345 msgstr ""
22346
22347 #: cfgexpand.cc:2930
22348 #, gcc-internal-format
22349 msgid "operand constraints for %<asm%> differ in number of alternatives"
22350 msgstr ""
22351
22352 #: cfgexpand.cc:2952
22353 #, gcc-internal-format
22354 msgid "%<asm%> specifier for variable %qE conflicts with %<asm%> clobber list"
22355 msgstr ""
22356
22357 #. ??? Diagnose during gimplification?
22358 #: cfgexpand.cc:2983
22359 #, gcc-internal-format
22360 msgid "PIC register clobbered by %qs in %<asm%>"
22361 msgstr ""
22362
22363 #. ??? Diagnose during gimplification?
22364 #: cfgexpand.cc:2990
22365 #, gcc-internal-format
22366 msgid "the register %qs cannot be clobbered in %<asm%> for the current target"
22367 msgstr ""
22368
22369 #: cfgexpand.cc:3003
22370 #, gcc-internal-format
22371 msgid "listing the stack pointer register %qs in a clobber list is deprecated"
22372 msgstr ""
22373
22374 #: cfgexpand.cc:3005
22375 #, gcc-internal-format
22376 msgid "the value of the stack pointer after an %<asm%> statement must be the same as it was before the statement"
22377 msgstr "Vrijednost pokazivača stȏga nakon naredbe %<asm%> mora biti ista kao prije naredbe"
22378
22379 #: cfgexpand.cc:3075
22380 #, gcc-internal-format
22381 msgid "more than %d operands in %<asm%>"
22382 msgstr ""
22383
22384 #. ??? Diagnose during gimplification?
22385 #: cfgexpand.cc:3128
22386 #, gcc-internal-format
22387 msgid "unknown register name %qs in %<asm%>"
22388 msgstr ""
22389
22390 #: cfgexpand.cc:3194
22391 #, gcc-internal-format
22392 msgid "invalid hard register usage between output operands"
22393 msgstr ""
22394
22395 #: cfgexpand.cc:3221
22396 #, gcc-internal-format
22397 msgid "invalid hard register usage between output operand and matching constraint operand"
22398 msgstr ""
22399
22400 #: cfgexpand.cc:3229
22401 #, gcc-internal-format
22402 msgid "invalid hard register usage between earlyclobber operand and input operand"
22403 msgstr ""
22404
22405 #: cfgexpand.cc:3314
22406 #, gcc-internal-format, gfc-internal-format
22407 msgid "output number %d not directly addressable"
22408 msgstr ""
22409
22410 #: cfgexpand.cc:3410
22411 #, gcc-internal-format
22412 msgid "%<asm%> operand %d probably does not match constraints"
22413 msgstr ""
22414
22415 #: cfgexpand.cc:3595
22416 #, gcc-internal-format
22417 msgid "%<asm%> clobber conflict with output operand"
22418 msgstr ""
22419
22420 #: cfgexpand.cc:3600
22421 #, gcc-internal-format
22422 msgid "%<asm%> clobber conflict with input operand"
22423 msgstr ""
22424
22425 #: cfgexpand.cc:6659
22426 #, gcc-internal-format
22427 msgid "stack protector not protecting local variables: variable length buffer"
22428 msgstr ""
22429
22430 #: cfgexpand.cc:6663
22431 #, gcc-internal-format, gfc-internal-format
22432 msgid "stack protector not protecting function: all local arrays are less than %d bytes long"
22433 msgstr ""
22434
22435 #: cfgexpand.cc:6952
22436 #, gcc-internal-format
22437 msgid "patchable function entry %wu exceeds size %wu"
22438 msgstr ""
22439
22440 #: cfghooks.cc:119
22441 #, gcc-internal-format, gfc-internal-format
22442 msgid "bb %d on wrong place"
22443 msgstr ""
22444
22445 #: cfghooks.cc:125
22446 #, gcc-internal-format, gfc-internal-format
22447 msgid "prev_bb of %d should be %d, not %d"
22448 msgstr ""
22449
22450 #: cfghooks.cc:142
22451 #, gcc-internal-format, gfc-internal-format
22452 msgid "verify_flow_info: Block %i has loop_father, but there are no loops"
22453 msgstr ""
22454
22455 #: cfghooks.cc:148
22456 #, gcc-internal-format, gfc-internal-format
22457 msgid "verify_flow_info: Block %i lacks loop_father"
22458 msgstr ""
22459
22460 #: cfghooks.cc:154
22461 #, gcc-internal-format, gfc-internal-format
22462 msgid "verify_flow_info: Wrong count of block %i"
22463 msgstr ""
22464
22465 #: cfghooks.cc:162
22466 #, gcc-internal-format, gfc-internal-format
22467 msgid "verify_flow_info: Missing count of block %i"
22468 msgstr ""
22469
22470 #: cfghooks.cc:168
22471 #, gcc-internal-format, gfc-internal-format
22472 msgid "verify_flow_info: unallocated flag set on BB %d"
22473 msgstr ""
22474
22475 #: cfghooks.cc:176
22476 #, gcc-internal-format, gfc-internal-format
22477 msgid "verify_flow_info: Duplicate edge %i->%i"
22478 msgstr ""
22479
22480 #: cfghooks.cc:185
22481 #, gcc-internal-format, gfc-internal-format
22482 msgid "Uninitialized probability of edge %i->%i"
22483 msgstr ""
22484
22485 #: cfghooks.cc:191
22486 #, gcc-internal-format, gfc-internal-format
22487 msgid "verify_flow_info: Wrong probability of edge %i->%i"
22488 msgstr ""
22489
22490 #: cfghooks.cc:203
22491 #, gcc-internal-format, gfc-internal-format
22492 msgid "verify_flow_info: Basic block %d succ edge is corrupted"
22493 msgstr ""
22494
22495 #: cfghooks.cc:215
22496 #, gcc-internal-format, gfc-internal-format
22497 msgid "verify_flow_info: unallocated edge flag set on %d -> %d"
22498 msgstr ""
22499
22500 #: cfghooks.cc:224
22501 #, gcc-internal-format, gfc-internal-format
22502 msgid "wrong amount of branch edges after unconditional jump %i"
22503 msgstr ""
22504
22505 #: cfghooks.cc:232 cfghooks.cc:243
22506 #, gcc-internal-format, gfc-internal-format
22507 msgid "basic block %d pred edge is corrupted"
22508 msgstr ""
22509
22510 #: cfghooks.cc:244
22511 #, gcc-internal-format, gfc-internal-format
22512 msgid "its dest_idx should be %d, not %d"
22513 msgstr ""
22514
22515 #: cfghooks.cc:273
22516 #, gcc-internal-format, gfc-internal-format
22517 msgid "basic block %i edge lists are corrupted"
22518 msgstr ""
22519
22520 #: cfghooks.cc:284
22521 #, gcc-internal-format
22522 msgid "verify_flow_info failed"
22523 msgstr ""
22524
22525 #: cfghooks.cc:342
22526 #, gcc-internal-format, gfc-internal-format
22527 msgid "%s does not support dump_bb_for_graph"
22528 msgstr ""
22529
22530 #: cfghooks.cc:385
22531 #, gcc-internal-format, gfc-internal-format
22532 msgid "%s does not support redirect_edge_and_branch"
22533 msgstr ""
22534
22535 #: cfghooks.cc:405
22536 #, gcc-internal-format, gfc-internal-format
22537 msgid "%s does not support can_remove_branch_p"
22538 msgstr ""
22539
22540 #: cfghooks.cc:499
22541 #, gcc-internal-format, gfc-internal-format
22542 msgid "%s does not support redirect_edge_and_branch_force"
22543 msgstr ""
22544
22545 #: cfghooks.cc:537
22546 #, gcc-internal-format, gfc-internal-format
22547 msgid "%s does not support split_block"
22548 msgstr ""
22549
22550 #: cfghooks.cc:603
22551 #, gcc-internal-format, gfc-internal-format
22552 msgid "%s does not support move_block_after"
22553 msgstr ""
22554
22555 #: cfghooks.cc:616
22556 #, gcc-internal-format, gfc-internal-format
22557 msgid "%s does not support delete_basic_block"
22558 msgstr ""
22559
22560 #: cfghooks.cc:663
22561 #, gcc-internal-format, gfc-internal-format
22562 msgid "%s does not support split_edge"
22563 msgstr ""
22564
22565 #: cfghooks.cc:741
22566 #, gcc-internal-format, gfc-internal-format
22567 msgid "%s does not support create_basic_block"
22568 msgstr ""
22569
22570 #: cfghooks.cc:782
22571 #, gcc-internal-format, gfc-internal-format
22572 msgid "%s does not support can_merge_blocks_p"
22573 msgstr ""
22574
22575 #: cfghooks.cc:793
22576 #, gcc-internal-format, gfc-internal-format
22577 msgid "%s does not support predict_edge"
22578 msgstr ""
22579
22580 #: cfghooks.cc:802
22581 #, gcc-internal-format, gfc-internal-format
22582 msgid "%s does not support predicted_by_p"
22583 msgstr ""
22584
22585 #: cfghooks.cc:816
22586 #, gcc-internal-format, gfc-internal-format
22587 msgid "%s does not support merge_blocks"
22588 msgstr ""
22589
22590 #: cfghooks.cc:897
22591 #, gcc-internal-format, gfc-internal-format
22592 msgid "%s does not support make_forwarder_block"
22593 msgstr ""
22594
22595 #: cfghooks.cc:1046
22596 #, gcc-internal-format, gfc-internal-format
22597 msgid "%s does not support force_nonfallthru"
22598 msgstr ""
22599
22600 #: cfghooks.cc:1080
22601 #, gcc-internal-format, gfc-internal-format
22602 msgid "%s does not support can_duplicate_block_p"
22603 msgstr ""
22604
22605 #: cfghooks.cc:1102
22606 #, gcc-internal-format, gfc-internal-format
22607 msgid "%s does not support duplicate_block"
22608 msgstr ""
22609
22610 #: cfghooks.cc:1177
22611 #, gcc-internal-format, gfc-internal-format
22612 msgid "%s does not support block_ends_with_call_p"
22613 msgstr ""
22614
22615 #: cfghooks.cc:1188
22616 #, gcc-internal-format, gfc-internal-format
22617 msgid "%s does not support block_ends_with_condjump_p"
22618 msgstr ""
22619
22620 #: cfghooks.cc:1206
22621 #, gcc-internal-format, gfc-internal-format
22622 msgid "%s does not support flow_call_edges_add"
22623 msgstr ""
22624
22625 #: cfgloop.cc:1411
22626 #, gcc-internal-format
22627 msgid "loop verification on loop tree that needs fixup"
22628 msgstr ""
22629
22630 #: cfgloop.cc:1427
22631 #, gcc-internal-format
22632 msgid "corrupt loop tree root"
22633 msgstr ""
22634
22635 #: cfgloop.cc:1437
22636 #, gcc-internal-format, gfc-internal-format
22637 msgid "loop with header %d marked for removal"
22638 msgstr ""
22639
22640 #: cfgloop.cc:1442
22641 #, gcc-internal-format, gfc-internal-format
22642 msgid "loop with header %d not in loop tree"
22643 msgstr ""
22644
22645 #: cfgloop.cc:1448
22646 #, gcc-internal-format, gfc-internal-format
22647 msgid "non-loop with header %d not marked for removal"
22648 msgstr ""
22649
22650 #: cfgloop.cc:1462
22651 #, gcc-internal-format, gfc-internal-format
22652 msgid "removed loop %d in loop tree"
22653 msgstr ""
22654
22655 #: cfgloop.cc:1470
22656 #, gcc-internal-format, gfc-internal-format
22657 msgid "size of loop %d should be %d, not %d"
22658 msgstr ""
22659
22660 #: cfgloop.cc:1481
22661 #, gcc-internal-format, gfc-internal-format
22662 msgid "bb %d does not belong to loop %d"
22663 msgstr ""
22664
22665 #: cfgloop.cc:1493
22666 #, gcc-internal-format, gfc-internal-format
22667 msgid "bb %d has father loop %d, should be loop %d"
22668 msgstr ""
22669
22670 #: cfgloop.cc:1509
22671 #, gcc-internal-format
22672 msgid "loop %d%'s header is not a loop header"
22673 msgstr ""
22674
22675 #: cfgloop.cc:1515
22676 #, gcc-internal-format
22677 msgid "loop %d%'s header does not have exactly 2 entries"
22678 msgstr ""
22679
22680 #: cfgloop.cc:1522
22681 #, gcc-internal-format
22682 msgid "loop %d%'s latch does not have an edge to its header"
22683 msgstr ""
22684
22685 #: cfgloop.cc:1527
22686 #, gcc-internal-format
22687 msgid "loop %d%'s latch is not dominated by its header"
22688 msgstr ""
22689
22690 #: cfgloop.cc:1535
22691 #, gcc-internal-format
22692 msgid "loop %d%'s latch does not have exactly 1 successor"
22693 msgstr ""
22694
22695 #: cfgloop.cc:1540
22696 #, gcc-internal-format
22697 msgid "loop %d%'s latch does not have header as successor"
22698 msgstr ""
22699
22700 #: cfgloop.cc:1545
22701 #, gcc-internal-format
22702 msgid "loop %d%'s latch does not belong directly to it"
22703 msgstr ""
22704
22705 #: cfgloop.cc:1551
22706 #, gcc-internal-format
22707 msgid "loop %d%'s header does not belong directly to it"
22708 msgstr ""
22709
22710 #: cfgloop.cc:1561
22711 #, gcc-internal-format
22712 msgid "loop %d%'s latch is marked as part of irreducible region"
22713 msgstr ""
22714
22715 #: cfgloop.cc:1573
22716 #, gcc-internal-format
22717 msgid "loop %d%'s number of iterations %qE references the released SSA name %qE"
22718 msgstr ""
22719
22720 #: cfgloop.cc:1606
22721 #, gcc-internal-format, gfc-internal-format
22722 msgid "basic block %d should be marked irreducible"
22723 msgstr ""
22724
22725 #: cfgloop.cc:1612
22726 #, gcc-internal-format, gfc-internal-format
22727 msgid "basic block %d should not be marked irreducible"
22728 msgstr ""
22729
22730 #: cfgloop.cc:1621
22731 #, gcc-internal-format, gfc-internal-format
22732 msgid "edge from %d to %d should be marked irreducible"
22733 msgstr ""
22734
22735 #: cfgloop.cc:1628
22736 #, gcc-internal-format, gfc-internal-format
22737 msgid "edge from %d to %d should not be marked irreducible"
22738 msgstr ""
22739
22740 #: cfgloop.cc:1642
22741 #, gcc-internal-format, gfc-internal-format
22742 msgid "corrupted head of the exits list of loop %d"
22743 msgstr ""
22744
22745 #: cfgloop.cc:1660
22746 #, gcc-internal-format, gfc-internal-format
22747 msgid "corrupted exits list of loop %d"
22748 msgstr ""
22749
22750 #: cfgloop.cc:1669
22751 #, gcc-internal-format, gfc-internal-format
22752 msgid "nonempty exits list of loop %d, but exits are not recorded"
22753 msgstr ""
22754
22755 #: cfgloop.cc:1696
22756 #, gcc-internal-format, gfc-internal-format
22757 msgid "exit %d->%d not recorded"
22758 msgstr ""
22759
22760 #: cfgloop.cc:1719
22761 #, gcc-internal-format, gfc-internal-format
22762 msgid "wrong list of exited loops for edge %d->%d"
22763 msgstr ""
22764
22765 #: cfgloop.cc:1728
22766 #, gcc-internal-format
22767 msgid "too many loop exits recorded"
22768 msgstr ""
22769
22770 #: cfgloop.cc:1739
22771 #, gcc-internal-format, gfc-internal-format
22772 msgid "%d exits recorded for loop %d (having %d exits)"
22773 msgstr ""
22774
22775 #: cfgrtl.cc:2401
22776 #, gcc-internal-format, gfc-internal-format
22777 msgid "non-cold basic block %d reachable only by paths crossing the cold partition"
22778 msgstr ""
22779
22780 #: cfgrtl.cc:2521
22781 #, gcc-internal-format, gfc-internal-format
22782 msgid "multiple hot/cold transitions found (bb %i)"
22783 msgstr ""
22784
22785 #: cfgrtl.cc:2529
22786 #, gcc-internal-format
22787 msgid "partition found but function partition flag not set"
22788 msgstr ""
22789
22790 #: cfgrtl.cc:2568
22791 #, gcc-internal-format
22792 msgid "verify_flow_info: REG_BR_PROB is set but cfg probability is not"
22793 msgstr ""
22794
22795 #: cfgrtl.cc:2577
22796 #, gcc-internal-format, gfc-internal-format
22797 msgid "verify_flow_info: REG_BR_PROB does not match cfg %i %i"
22798 msgstr ""
22799
22800 #: cfgrtl.cc:2599
22801 #, gcc-internal-format
22802 msgid "EDGE_CROSSING incorrectly set across same section"
22803 msgstr ""
22804
22805 #: cfgrtl.cc:2604
22806 #, gcc-internal-format, gfc-internal-format
22807 msgid "fallthru edge crosses section boundary in bb %i"
22808 msgstr ""
22809
22810 #: cfgrtl.cc:2610
22811 #, gcc-internal-format, gfc-internal-format
22812 msgid "EH edge crosses section boundary in bb %i"
22813 msgstr ""
22814
22815 #: cfgrtl.cc:2616
22816 #, gcc-internal-format, gfc-internal-format
22817 msgid "No region crossing jump at section boundary in bb %i"
22818 msgstr ""
22819
22820 #: cfgrtl.cc:2623
22821 #, gcc-internal-format
22822 msgid "EDGE_CROSSING missing across section boundary"
22823 msgstr ""
22824
22825 #: cfgrtl.cc:2653
22826 #, gcc-internal-format, gfc-internal-format
22827 msgid "Region crossing jump across same section in bb %i"
22828 msgstr ""
22829
22830 #: cfgrtl.cc:2660
22831 #, gcc-internal-format, gfc-internal-format
22832 msgid "missing REG_EH_REGION note at the end of bb %i"
22833 msgstr ""
22834
22835 #: cfgrtl.cc:2665
22836 #, gcc-internal-format, gfc-internal-format
22837 msgid "too many exception handling edges in bb %i"
22838 msgstr ""
22839
22840 #: cfgrtl.cc:2673
22841 #, gcc-internal-format, gfc-internal-format
22842 msgid "too many outgoing branch edges from bb %i"
22843 msgstr ""
22844
22845 #: cfgrtl.cc:2678
22846 #, gcc-internal-format, gfc-internal-format
22847 msgid "fallthru edge after unconditional jump in bb %i"
22848 msgstr ""
22849
22850 #: cfgrtl.cc:2683
22851 #, gcc-internal-format, gfc-internal-format
22852 msgid "wrong number of branch edges after unconditional jump in bb %i"
22853 msgstr ""
22854
22855 #: cfgrtl.cc:2690
22856 #, gcc-internal-format, gfc-internal-format
22857 msgid "wrong amount of branch edges after conditional jump in bb %i"
22858 msgstr ""
22859
22860 #: cfgrtl.cc:2696
22861 #, gcc-internal-format, gfc-internal-format
22862 msgid "abnormal call edges for non-call insn in bb %i"
22863 msgstr ""
22864
22865 #: cfgrtl.cc:2701
22866 #, gcc-internal-format, gfc-internal-format
22867 msgid "sibcall edges for non-call insn in bb %i"
22868 msgstr ""
22869
22870 #: cfgrtl.cc:2711
22871 #, gcc-internal-format, gfc-internal-format
22872 msgid "abnormal edges for no purpose in bb %i"
22873 msgstr ""
22874
22875 #: cfgrtl.cc:2722
22876 #, gcc-internal-format, gfc-internal-format
22877 msgid "EH incoming edge mixed with non-EH incoming edges in bb %i"
22878 msgstr ""
22879
22880 #: cfgrtl.cc:2763 cfgrtl.cc:2773
22881 #, gcc-internal-format, gfc-internal-format
22882 msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d"
22883 msgstr ""
22884
22885 #: cfgrtl.cc:2786
22886 #, gcc-internal-format, gfc-internal-format
22887 msgid "NOTE_INSN_BASIC_BLOCK %d in middle of basic block %d"
22888 msgstr ""
22889
22890 #: cfgrtl.cc:2796
22891 #, gcc-internal-format, gfc-internal-format
22892 msgid "in basic block %d:"
22893 msgstr ""
22894
22895 #: cfgrtl.cc:2822
22896 #, gcc-internal-format, gfc-internal-format
22897 msgid "BB_RTL flag not set for block %d"
22898 msgstr ""
22899
22900 #: cfgrtl.cc:2829
22901 #, gcc-internal-format, gfc-internal-format
22902 msgid "insn %d basic block pointer is %d, should be %d"
22903 msgstr ""
22904
22905 #: cfgrtl.cc:2840
22906 #, gcc-internal-format, gfc-internal-format
22907 msgid "insn %d in header of bb %d has non-NULL basic block"
22908 msgstr ""
22909
22910 #: cfgrtl.cc:2848
22911 #, gcc-internal-format, gfc-internal-format
22912 msgid "insn %d in footer of bb %d has non-NULL basic block"
22913 msgstr ""
22914
22915 #: cfgrtl.cc:2921 cfgrtl.cc:2969
22916 #, gcc-internal-format, gfc-internal-format
22917 msgid "insn %d outside of basic blocks has non-NULL bb field"
22918 msgstr ""
22919
22920 #: cfgrtl.cc:2929
22921 #, gcc-internal-format, gfc-internal-format
22922 msgid "end insn %d for block %d not found in the insn stream"
22923 msgstr ""
22924
22925 #: cfgrtl.cc:2942
22926 #, gcc-internal-format, gfc-internal-format
22927 msgid "insn %d is in multiple basic blocks (%d and %d)"
22928 msgstr ""
22929
22930 #: cfgrtl.cc:2954
22931 #, gcc-internal-format, gfc-internal-format
22932 msgid "head insn %d for block %d not found in the insn stream"
22933 msgstr ""
22934
22935 #: cfgrtl.cc:3002
22936 #, gcc-internal-format, gfc-internal-format
22937 msgid "missing barrier after block %i"
22938 msgstr ""
22939
22940 #: cfgrtl.cc:3018
22941 #, gcc-internal-format, gfc-internal-format
22942 msgid "verify_flow_info: Incorrect blocks for fallthru %i->%i"
22943 msgstr ""
22944
22945 #: cfgrtl.cc:3027
22946 #, gcc-internal-format, gfc-internal-format
22947 msgid "verify_flow_info: Incorrect fallthru %i->%i"
22948 msgstr ""
22949
22950 #: cfgrtl.cc:3029
22951 #, gcc-internal-format
22952 msgid "wrong insn in the fallthru edge"
22953 msgstr ""
22954
22955 #: cfgrtl.cc:3063
22956 #, gcc-internal-format
22957 msgid "basic blocks not laid down consecutively"
22958 msgstr ""
22959
22960 #: cfgrtl.cc:3102
22961 #, gcc-internal-format, gfc-internal-format
22962 msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)"
22963 msgstr ""
22964
22965 #: cgraph.cc:3187
22966 #, gcc-internal-format
22967 msgid "caller edge count invalid"
22968 msgstr ""
22969
22970 #: cgraph.cc:3283
22971 #, gcc-internal-format
22972 msgid "missing indirect call in speculative call sequence"
22973 msgstr ""
22974
22975 #: cgraph.cc:3288
22976 #, gcc-internal-format
22977 msgid "indirect call in speculative call sequence has no speculative flag"
22978 msgstr ""
22979
22980 #: cgraph.cc:3318
22981 #, gcc-internal-format
22982 msgid "speculative edges are not adjacent"
22983 msgstr ""
22984
22985 #: cgraph.cc:3324
22986 #, gcc-internal-format, gfc-internal-format
22987 msgid "direct call to %s in speculative call sequence has no speculative flag"
22988 msgstr ""
22989
22990 #: cgraph.cc:3330 cgraph.cc:3360
22991 #, gcc-internal-format, gfc-internal-format
22992 msgid "direct call to %s in speculative call sequence has speculative_id %i out of range"
22993 msgstr ""
22994
22995 #: cgraph.cc:3337
22996 #, gcc-internal-format, gfc-internal-format
22997 msgid "duplicate direct call to %s in speculative call sequence with speculative_id %i"
22998 msgstr ""
22999
23000 #: cgraph.cc:3348
23001 #, gcc-internal-format
23002 msgid "call stmt hash does not point to first direct edge of speculative call sequence"
23003 msgstr ""
23004
23005 #: cgraph.cc:3367
23006 #, gcc-internal-format, gfc-internal-format
23007 msgid "duplicate reference %s in speculative call sequence with speculative_id %i"
23008 msgstr ""
23009
23010 #: cgraph.cc:3380
23011 #, gcc-internal-format, gfc-internal-format
23012 msgid "missing direct call for speculation %i"
23013 msgstr ""
23014
23015 #: cgraph.cc:3385
23016 #, gcc-internal-format, gfc-internal-format
23017 msgid "missing ref for speculation %i"
23018 msgstr ""
23019
23020 #: cgraph.cc:3394
23021 #, gcc-internal-format, gfc-internal-format
23022 msgid "number of speculative targets %i mismatched with num_speculative_call_targets %i"
23023 msgstr ""
23024
23025 #: cgraph.cc:3423
23026 #, gcc-internal-format, gfc-internal-format
23027 msgid "aux field set for edge %s->%s"
23028 msgstr ""
23029
23030 #: cgraph.cc:3430
23031 #, gcc-internal-format
23032 msgid "cgraph count invalid"
23033 msgstr ""
23034
23035 #: cgraph.cc:3435
23036 #, gcc-internal-format
23037 msgid "inline clone in same comdat group list"
23038 msgstr ""
23039
23040 #: cgraph.cc:3440
23041 #, gcc-internal-format
23042 msgid "inline clone count is not compatible"
23043 msgstr ""
23044
23045 #: cgraph.cc:3447
23046 #, gcc-internal-format
23047 msgid "tp_first_run must be non-negative"
23048 msgstr ""
23049
23050 #: cgraph.cc:3452
23051 #, gcc-internal-format
23052 msgid "local symbols must be defined"
23053 msgstr ""
23054
23055 #: cgraph.cc:3457
23056 #, gcc-internal-format
23057 msgid "externally visible inline clone"
23058 msgstr ""
23059
23060 #: cgraph.cc:3462
23061 #, gcc-internal-format
23062 msgid "inline clone with address taken"
23063 msgstr ""
23064
23065 #: cgraph.cc:3467
23066 #, gcc-internal-format
23067 msgid "inline clone is forced to output"
23068 msgstr ""
23069
23070 #: cgraph.cc:3474
23071 #, gcc-internal-format
23072 msgid "calls_comdat_local is set outside of a comdat group"
23073 msgstr ""
23074
23075 #: cgraph.cc:3479
23076 #, gcc-internal-format
23077 msgid "invalid calls_comdat_local flag"
23078 msgstr ""
23079
23080 #: cgraph.cc:3486
23081 #, gcc-internal-format
23082 msgid "malloc attribute should be used for a function that returns a pointer"
23083 msgstr ""
23084
23085 #: cgraph.cc:3494
23086 #, gcc-internal-format
23087 msgid "semantic interposition mismatch"
23088 msgstr ""
23089
23090 #: cgraph.cc:3501
23091 #, gcc-internal-format, gfc-internal-format
23092 msgid "aux field set for indirect edge from %s"
23093 msgstr ""
23094
23095 #: cgraph.cc:3507 cgraph.cc:3567
23096 #, gcc-internal-format
23097 msgid "edge count is not compatible with function count"
23098 msgstr ""
23099
23100 #: cgraph.cc:3515
23101 #, gcc-internal-format, gfc-internal-format
23102 msgid "An indirect edge from %s is not marked as indirect or has associated indirect_info, the corresponding statement is: "
23103 msgstr ""
23104
23105 #: cgraph.cc:3523 cgraph.cc:3594
23106 #, gcc-internal-format
23107 msgid "edge has both call_stmt and lto_stmt_uid set"
23108 msgstr ""
23109
23110 #: cgraph.cc:3535
23111 #, gcc-internal-format, gfc-internal-format
23112 msgid "comdat-local function called by %s outside its comdat"
23113 msgstr ""
23114
23115 #: cgraph.cc:3545
23116 #, gcc-internal-format
23117 msgid "inlined_to pointer is wrong"
23118 msgstr ""
23119
23120 #: cgraph.cc:3550
23121 #, gcc-internal-format
23122 msgid "multiple inline callers"
23123 msgstr ""
23124
23125 #: cgraph.cc:3557
23126 #, gcc-internal-format
23127 msgid "inlined_to pointer set for noninline callers"
23128 msgstr ""
23129
23130 #: cgraph.cc:3584
23131 #, gcc-internal-format
23132 msgid "caller edge count does not match BB count"
23133 msgstr ""
23134
23135 #: cgraph.cc:3615
23136 #, gcc-internal-format
23137 msgid "indirect call count does not match BB count"
23138 msgstr ""
23139
23140 #: cgraph.cc:3632
23141 #, gcc-internal-format
23142 msgid "reference has both stmt and lto_stmt_uid set"
23143 msgstr ""
23144
23145 #: cgraph.cc:3643
23146 #, gcc-internal-format
23147 msgid "inlined_to pointer is set but no predecessors found"
23148 msgstr ""
23149
23150 #: cgraph.cc:3648
23151 #, gcc-internal-format
23152 msgid "inlined_to pointer refers to itself"
23153 msgstr ""
23154
23155 #: cgraph.cc:3659
23156 #, gcc-internal-format
23157 msgid "cgraph_node has wrong clone_of"
23158 msgstr ""
23159
23160 #: cgraph.cc:3672
23161 #, gcc-internal-format
23162 msgid "cgraph_node has wrong clone list"
23163 msgstr ""
23164
23165 #: cgraph.cc:3678
23166 #, gcc-internal-format
23167 msgid "cgraph_node is in clone list but it is not clone"
23168 msgstr ""
23169
23170 #: cgraph.cc:3683
23171 #, gcc-internal-format
23172 msgid "cgraph_node has wrong prev_clone pointer"
23173 msgstr ""
23174
23175 #: cgraph.cc:3688
23176 #, gcc-internal-format
23177 msgid "double linked list of clones corrupted"
23178 msgstr ""
23179
23180 #: cgraph.cc:3700
23181 #, gcc-internal-format
23182 msgid "Alias has call edges"
23183 msgstr ""
23184
23185 #: cgraph.cc:3706
23186 #, gcc-internal-format
23187 msgid "Alias has non-alias reference"
23188 msgstr ""
23189
23190 #: cgraph.cc:3711
23191 #, gcc-internal-format
23192 msgid "Alias has more than one alias reference"
23193 msgstr ""
23194
23195 #: cgraph.cc:3718
23196 #, gcc-internal-format
23197 msgid "Analyzed alias has no reference"
23198 msgstr ""
23199
23200 #: cgraph.cc:3727
23201 #, gcc-internal-format
23202 msgid "No edge out of thunk node"
23203 msgstr ""
23204
23205 #: cgraph.cc:3732
23206 #, gcc-internal-format
23207 msgid "More than one edge out of thunk node"
23208 msgstr ""
23209
23210 #: cgraph.cc:3737
23211 #, gcc-internal-format
23212 msgid "Thunk is not supposed to have body"
23213 msgstr ""
23214
23215 #: cgraph.cc:3771
23216 #, gcc-internal-format
23217 msgid "shared call_stmt:"
23218 msgstr ""
23219
23220 #: cgraph.cc:3779
23221 #, gcc-internal-format
23222 msgid "edge points to wrong declaration:"
23223 msgstr ""
23224
23225 #: cgraph.cc:3788
23226 #, gcc-internal-format
23227 msgid "an indirect edge with unknown callee corresponding to a call_stmt with a known declaration:"
23228 msgstr ""
23229
23230 #: cgraph.cc:3798
23231 #, gcc-internal-format
23232 msgid "missing callgraph edge for call stmt:"
23233 msgstr ""
23234
23235 #: cgraph.cc:3808
23236 #, gcc-internal-format
23237 msgid "reference to dead statement"
23238 msgstr ""
23239
23240 #: cgraph.cc:3821
23241 #, gcc-internal-format, gfc-internal-format
23242 msgid "edge %s->%s has no corresponding call_stmt"
23243 msgstr ""
23244
23245 #: cgraph.cc:3833
23246 #, gcc-internal-format, gfc-internal-format
23247 msgid "an indirect edge from %s has no corresponding call_stmt"
23248 msgstr ""
23249
23250 #: cgraph.cc:3852 cgraph.cc:3865
23251 #, gcc-internal-format
23252 msgid "missing origin for a node in a nested list"
23253 msgstr ""
23254
23255 #: cgraph.cc:3857
23256 #, gcc-internal-format
23257 msgid "origin points to a different parent"
23258 msgstr ""
23259
23260 #: cgraph.cc:3873
23261 #, gcc-internal-format
23262 msgid "verify_cgraph_node failed"
23263 msgstr ""
23264
23265 #: cgraph.cc:3995 varpool.cc:304
23266 #, gcc-internal-format, gfc-internal-format
23267 msgid "%s: section %s.%d is missing"
23268 msgstr ""
23269
23270 #: cgraphunit.cc:743
23271 #, gcc-internal-format
23272 msgid "duplicate definition of a symbol version"
23273 msgstr ""
23274
23275 #: cgraphunit.cc:745
23276 #, gcc-internal-format
23277 msgid "same version was previously defined here"
23278 msgstr ""
23279
23280 #: cgraphunit.cc:751
23281 #, gcc-internal-format
23282 msgid "symbol needs to be defined to have a version"
23283 msgstr ""
23284
23285 #: cgraphunit.cc:757
23286 #, gcc-internal-format
23287 msgid "common symbol cannot be versioned"
23288 msgstr ""
23289
23290 #: cgraphunit.cc:763
23291 #, gcc-internal-format
23292 msgid "comdat symbol cannot be versioned"
23293 msgstr ""
23294
23295 #: cgraphunit.cc:769
23296 #, gcc-internal-format
23297 msgid "%<weakref%> cannot be versioned"
23298 msgstr ""
23299
23300 #: cgraphunit.cc:775
23301 #, gcc-internal-format
23302 msgid "versioned symbol must be public"
23303 msgstr ""
23304
23305 #: cgraphunit.cc:781
23306 #, gcc-internal-format
23307 msgid "versioned symbol must have default visibility"
23308 msgstr ""
23309
23310 #: cgraphunit.cc:814
23311 #, gcc-internal-format
23312 msgid "%<weakref%> attribute should be accompanied with an %<alias%> attribute"
23313 msgstr ""
23314
23315 #: cgraphunit.cc:869
23316 #, gcc-internal-format
23317 msgid "%<flatten%> attribute is ignored on aliases"
23318 msgstr ""
23319
23320 #: cgraphunit.cc:877 cgraphunit.cc:928
23321 #, gcc-internal-format
23322 msgid "%<externally_visible%> attribute have effect only on public objects"
23323 msgstr ""
23324
23325 #: cgraphunit.cc:888
23326 #, gcc-internal-format
23327 msgid "%<weakref%> attribute ignored because function is defined"
23328 msgstr ""
23329
23330 #: cgraphunit.cc:903
23331 #, gcc-internal-format
23332 msgid "%<alias%> attribute ignored because function is defined"
23333 msgstr ""
23334
23335 #: cgraphunit.cc:911
23336 #, gcc-internal-format
23337 msgid "%<always_inline%> function might not be inlinable"
23338 msgstr ""
23339
23340 #: cgraphunit.cc:936
23341 #, gcc-internal-format
23342 msgid "%<weakref%> attribute ignored because variable is initialized"
23343 msgstr ""
23344
23345 #. include_self=
23346 #. TODO: Add OPT_Wundefined-inline.
23347 #: cgraphunit.cc:1086 c/c-decl.cc:12194
23348 #, gcc-internal-format
23349 msgid "%q+F used but never defined"
23350 msgstr ""
23351
23352 #: cgraphunit.cc:1088 c/c-decl.cc:12204
23353 #, gcc-internal-format
23354 msgid "%q+F declared %<static%> but never defined"
23355 msgstr ""
23356
23357 #: cgraphunit.cc:1133
23358 #, gcc-internal-format
23359 msgid "%qD defined but not used"
23360 msgstr ""
23361
23362 #: cgraphunit.cc:1468
23363 #, gcc-internal-format
23364 msgid "%<ifunc%> resolver for %qD must return %qT"
23365 msgstr ""
23366
23367 #: cgraphunit.cc:1471 cgraphunit.cc:1494
23368 #, gcc-internal-format
23369 msgid "resolver indirect function declared here"
23370 msgstr ""
23371
23372 #: cgraphunit.cc:1491
23373 #, gcc-internal-format
23374 msgid "%<ifunc%> resolver for %qD should return %qT"
23375 msgstr ""
23376
23377 #: cgraphunit.cc:1501
23378 #, gcc-internal-format
23379 msgid "%qD alias between functions of incompatible types %qT and %qT"
23380 msgstr ""
23381
23382 #: cgraphunit.cc:1504 cgraphunit.cc:1586
23383 #, gcc-internal-format
23384 msgid "aliased declaration here"
23385 msgstr ""
23386
23387 #: cgraphunit.cc:1542 c-family/c-pragma.cc:347
23388 #, gcc-internal-format
23389 msgid "%q+D aliased to undefined symbol %qE"
23390 msgstr ""
23391
23392 #: cgraphunit.cc:1558
23393 #, gcc-internal-format
23394 msgid "%q+D aliased to external symbol %qE"
23395 msgstr ""
23396
23397 #: cgraphunit.cc:1583
23398 #, gcc-internal-format
23399 msgid "%q+D alias between function and variable is not supported"
23400 msgstr ""
23401
23402 #: cgraphunit.cc:1657
23403 #, gcc-internal-format
23404 msgid "failed to reclaim unneeded function"
23405 msgstr ""
23406
23407 #: cgraphunit.cc:1685
23408 #, gcc-internal-format
23409 msgid "failed to reclaim unneeded function in same comdat group"
23410 msgstr ""
23411
23412 #: cgraphunit.cc:1861
23413 #, gcc-internal-format
23414 msgid "size of return value of %q+D is %u bytes"
23415 msgstr ""
23416
23417 #: cgraphunit.cc:1865
23418 #, gcc-internal-format
23419 msgid "size of return value of %q+D is larger than %wu bytes"
23420 msgstr ""
23421
23422 #: cgraphunit.cc:2380
23423 #, gcc-internal-format
23424 msgid "nodes with unreleased memory found"
23425 msgstr ""
23426
23427 #: collect-utils.cc:106
23428 #, gcc-internal-format
23429 msgid "cannot get program status: %m"
23430 msgstr "nije moguće dobiti stanje programa: %m"
23431
23432 #: collect-utils.cc:120
23433 #, gcc-internal-format, gfc-internal-format
23434 msgid "%s terminated with signal %d [%s]%s"
23435 msgstr ""
23436
23437 #: collect-utils.cc:136
23438 #, gcc-internal-format, gfc-internal-format
23439 msgid "%s returned %d exit status"
23440 msgstr ""
23441
23442 #: collect-utils.cc:175
23443 #, gcc-internal-format, gfc-internal-format
23444 msgid "could not open response file %s"
23445 msgstr ""
23446
23447 #: collect-utils.cc:181
23448 #, gcc-internal-format, gfc-internal-format
23449 msgid "could not write to response file %s"
23450 msgstr ""
23451
23452 #: collect-utils.cc:187
23453 #, gcc-internal-format, gfc-internal-format
23454 msgid "could not close response file %s"
23455 msgstr ""
23456
23457 #: collect-utils.cc:221
23458 #, gcc-internal-format
23459 msgid "cannot find %qs"
23460 msgstr "nije moguće naći %qs"
23461
23462 #: collect-utils.cc:225 collect2.cc:2385 collect2.cc:2555 gcc.cc:3413
23463 #: gcc.cc:7704
23464 #, gcc-internal-format
23465 msgid "%<pex_init%> failed: %m"
23466 msgstr "%<pex_init%> neuspješan: %m"
23467
23468 #: collect-utils.cc:234 collect2.cc:2394 collect2.cc:2563 gcc.cc:2697
23469 #, gcc-internal-format
23470 msgid "%s: %m"
23471 msgstr ""
23472
23473 #: collect2.cc:613
23474 #, gcc-internal-format
23475 msgid "environment variable %<COLLECT_LTO_WRAPPER%> must be set"
23476 msgstr "varijabla okoline %<COLLECT_LTO_WRAPPER%> mora imati postavku"
23477
23478 #: collect2.cc:756
23479 #, gcc-internal-format, gfc-internal-format
23480 msgid "ld returned %d exit status"
23481 msgstr ""
23482
23483 #: collect2.cc:913 gcc.cc:8223 config/gcn/mkoffload.cc:826
23484 #: config/i386/intelmic-mkoffload.cc:597 config/nvptx/mkoffload.cc:418
23485 #, gcc-internal-format
23486 msgid "atexit failed"
23487 msgstr ""
23488
23489 #: collect2.cc:1043
23490 #, gcc-internal-format
23491 msgid "no arguments"
23492 msgstr ""
23493
23494 #: collect2.cc:1283 opts.cc:1138
23495 #, gcc-internal-format
23496 msgid "LTO support has not been enabled in this configuration"
23497 msgstr ""
23498
23499 #: collect2.cc:1324 graph.cc:55 lto-wrapper.cc:1707 lto-wrapper.cc:1763
23500 #: toplev.cc:1556 objc/objc-act.cc:461
23501 #, gcc-internal-format
23502 msgid "cannot open %s: %m"
23503 msgstr "nije moguće otvoriti %s: %m"
23504
23505 #: collect2.cc:1444
23506 #, gcc-internal-format
23507 msgid "unknown demangling style %qs"
23508 msgstr ""
23509
23510 #: collect2.cc:1546 collect2.cc:1724 collect2.cc:1764
23511 #, gcc-internal-format
23512 msgid "fopen %s: %m"
23513 msgstr ""
23514
23515 #: collect2.cc:1549 collect2.cc:1729 collect2.cc:1767
23516 #, gcc-internal-format
23517 msgid "fclose %s: %m"
23518 msgstr ""
23519
23520 #: collect2.cc:2319 lto-wrapper.cc:1196 lto-wrapper.cc:1211
23521 #: lto/lto-object.cc:148 lto/lto-object.cc:182 lto/lto-object.cc:279
23522 #: lto/lto-object.cc:336 lto/lto-object.cc:360
23523 #, gcc-internal-format, gfc-internal-format
23524 msgid "%s: %s"
23525 msgstr ""
23526
23527 #: collect2.cc:2359
23528 #, gcc-internal-format
23529 msgid "cannot find %<nm%>"
23530 msgstr "nije moguće naći %<nm%>"
23531
23532 #: collect2.cc:2407
23533 #, gcc-internal-format
23534 msgid "cannot open nm output: %m"
23535 msgstr ""
23536
23537 #: collect2.cc:2462
23538 #, gcc-internal-format, gfc-internal-format
23539 msgid "init function found in object %s"
23540 msgstr ""
23541
23542 #: collect2.cc:2473
23543 #, gcc-internal-format, gfc-internal-format
23544 msgid "fini function found in object %s"
23545 msgstr ""
23546
23547 #: collect2.cc:2530
23548 #, gcc-internal-format
23549 msgid "cannot find %<ldd%>"
23550 msgstr "nije moguće naći %<ldd%>"
23551
23552 #: collect2.cc:2576
23553 #, gcc-internal-format
23554 msgid "cannot open ldd output: %m"
23555 msgstr ""
23556
23557 #: collect2.cc:2594
23558 #, gcc-internal-format, gfc-internal-format
23559 msgid "dynamic dependency %s not found"
23560 msgstr ""
23561
23562 #: collect2.cc:2606
23563 #, gcc-internal-format
23564 msgid "unable to open dynamic dependency %qs"
23565 msgstr ""
23566
23567 #: collect2.cc:2758
23568 #, gcc-internal-format, gfc-internal-format
23569 msgid "%s: not a COFF file"
23570 msgstr ""
23571
23572 #: collect2.cc:2917
23573 #, gcc-internal-format, gfc-internal-format
23574 msgid "%s: cannot open as COFF file"
23575 msgstr ""
23576
23577 #: collect2.cc:2976
23578 #, gcc-internal-format, gfc-internal-format
23579 msgid "library lib%s not found"
23580 msgstr ""
23581
23582 #: convert.cc:97
23583 #, gcc-internal-format
23584 msgid "cannot convert to a pointer type"
23585 msgstr ""
23586
23587 #: convert.cc:332
23588 #, gcc-internal-format
23589 msgid "pointer value used where a floating-point was expected"
23590 msgstr ""
23591
23592 #: convert.cc:336
23593 #, gcc-internal-format
23594 msgid "aggregate value used where a floating-point was expected"
23595 msgstr ""
23596
23597 #: convert.cc:471
23598 #, gcc-internal-format
23599 msgid "conversion to incomplete type"
23600 msgstr ""
23601
23602 #: convert.cc:940
23603 #, gcc-internal-format
23604 msgid "cannot convert a vector of type %qT to type %qT which has different size"
23605 msgstr ""
23606
23607 #: convert.cc:948
23608 #, gcc-internal-format
23609 msgid "aggregate value used where an integer was expected"
23610 msgstr ""
23611
23612 #: convert.cc:1036
23613 #, gcc-internal-format
23614 msgid "pointer value used where a complex was expected"
23615 msgstr ""
23616
23617 #: convert.cc:1040
23618 #, gcc-internal-format
23619 msgid "aggregate value used where a complex was expected"
23620 msgstr ""
23621
23622 #: convert.cc:1077
23623 #, gcc-internal-format
23624 msgid "cannot convert a value of type %qT to vector type %qT which has different size"
23625 msgstr ""
23626
23627 #: convert.cc:1085
23628 #, gcc-internal-format
23629 msgid "cannot convert value to a vector"
23630 msgstr ""
23631
23632 #: convert.cc:1124
23633 #, gcc-internal-format
23634 msgid "aggregate value used where a fixed-point was expected"
23635 msgstr ""
23636
23637 #: coverage.cc:192
23638 #, gcc-internal-format
23639 msgid "%qs is not a gcov data file"
23640 msgstr ""
23641
23642 #: coverage.cc:203
23643 #, gcc-internal-format
23644 msgid "%qs is version %q.*s, expected version %q.*s"
23645 msgstr ""
23646
23647 #: coverage.cc:267
23648 #, gcc-internal-format, gfc-internal-format
23649 msgid "profile data for function %u is corrupted"
23650 msgstr ""
23651
23652 #: coverage.cc:268
23653 #, gcc-internal-format
23654 msgid "checksum is (%x,%x) instead of (%x,%x)"
23655 msgstr ""
23656
23657 #: coverage.cc:283
23658 #, gcc-internal-format
23659 msgid "%qs has overflowed"
23660 msgstr ""
23661
23662 #: coverage.cc:284
23663 #, gcc-internal-format
23664 msgid "%qs is corrupted"
23665 msgstr ""
23666
23667 #: coverage.cc:311
23668 #, gcc-internal-format
23669 msgid "%qs profile count data file not found"
23670 msgstr ""
23671
23672 #: coverage.cc:340
23673 #, gcc-internal-format
23674 msgid "profile for function %qD not found in profile data"
23675 msgstr ""
23676
23677 #: coverage.cc:360
23678 #, gcc-internal-format
23679 msgid "number of counters in profile data for function %qD does not match its profile data (counter %qs, expected %i and have %i)"
23680 msgstr ""
23681
23682 #: coverage.cc:369
23683 #, gcc-internal-format
23684 msgid "the control flow of function %qD does not match its profile data (counter %qs)"
23685 msgstr ""
23686
23687 #: coverage.cc:388
23688 #, gcc-internal-format
23689 msgid "execution counts estimated\n"
23690 msgstr ""
23691
23692 #: coverage.cc:389
23693 #, gcc-internal-format
23694 msgid "execution counts assumed to be zero\n"
23695 msgstr ""
23696
23697 #: coverage.cc:402
23698 #, gcc-internal-format
23699 msgid "source locations for function %qD have changed, the profile data may be out of date"
23700 msgstr ""
23701
23702 #: coverage.cc:666
23703 #, gcc-internal-format
23704 msgid "function starts on a higher line number than it ends"
23705 msgstr ""
23706
23707 #: coverage.cc:688
23708 #, gcc-internal-format
23709 msgid "error writing %qs"
23710 msgstr ""
23711
23712 #: coverage.cc:1288
23713 #, gcc-internal-format
23714 msgid "filename %qs does not start with profile prefix %qs"
23715 msgstr ""
23716
23717 #: coverage.cc:1333
23718 #, gcc-internal-format, gfc-internal-format
23719 msgid "cannot open %s"
23720 msgstr ""
23721
23722 #: data-streamer-in.cc:53
23723 #, gcc-internal-format
23724 msgid "bytecode stream: string too long for the string table"
23725 msgstr ""
23726
23727 #: data-streamer-in.cc:84 data-streamer-in.cc:113
23728 #, gcc-internal-format
23729 msgid "bytecode stream: found non-null terminated string"
23730 msgstr ""
23731
23732 #: dbgcnt.cc:140
23733 #, gcc-internal-format
23734 msgid "Interval overlap of %<-fdbg-cnt=%s%>: [%u, %u] and [%u, %u]"
23735 msgstr ""
23736
23737 #: dbgcnt.cc:157
23738 #, gcc-internal-format
23739 msgid "%<-fdbg-cnt=%s:%d-%d%> has smaller upper limit than the lower"
23740 msgstr ""
23741
23742 #: dbgcnt.cc:169
23743 #, gcc-internal-format
23744 msgid "cannot find a valid counter name %qs of %<-fdbg-cnt=%> option"
23745 msgstr ""
23746
23747 #: dbgcnt.cc:238
23748 #, gcc-internal-format
23749 msgid "counter name"
23750 msgstr ""
23751
23752 #: dbgcnt.cc:239
23753 #, gcc-internal-format
23754 msgid "counter value"
23755 msgstr ""
23756
23757 #: dbgcnt.cc:239
23758 #, gcc-internal-format
23759 msgid "closed intervals"
23760 msgstr ""
23761
23762 #: dbxout.cc:3384
23763 #, gcc-internal-format
23764 msgid "common symbol debug info is not structured as symbol+offset"
23765 msgstr ""
23766
23767 #: dbxout.cc:3915
23768 #, gcc-internal-format
23769 msgid "global destructors not supported on this target"
23770 msgstr ""
23771
23772 #: dbxout.cc:3932
23773 #, gcc-internal-format
23774 msgid "global constructors not supported on this target"
23775 msgstr ""
23776
23777 #: diagnostic.cc:2163
23778 #, gcc-internal-format
23779 msgid "debug path"
23780 msgstr "staza za debug (dijagnostiku)"
23781
23782 #: dominance.cc:1170
23783 #, gcc-internal-format, gfc-internal-format
23784 msgid "dominator of %d status unknown"
23785 msgstr ""
23786
23787 #: dominance.cc:1178
23788 #, gcc-internal-format, gfc-internal-format
23789 msgid "dominator of %d should be %d, not %d"
23790 msgstr ""
23791
23792 #: dumpfile.cc:381
23793 #, gcc-internal-format
23794 msgid "could not open dump file %qs: %m"
23795 msgstr ""
23796
23797 #: dumpfile.cc:1844
23798 #, gcc-internal-format
23799 msgid "ignoring unknown option %q.*s"
23800 msgstr ""
23801
23802 #: dumpfile.cc:1926
23803 #, gcc-internal-format
23804 msgid "unrecognized command-line option %<-fdump-%s%>; did you mean %<-fdump-%s%>?"
23805 msgstr ""
23806
23807 #: dumpfile.cc:1929
23808 #, gcc-internal-format
23809 msgid "unrecognized command-line option %<-fdump-%s%>"
23810 msgstr ""
23811
23812 #: dumpfile.cc:2002
23813 #, gcc-internal-format
23814 msgid "unknown option %q.*s in %<-fopt-info-%s%>"
23815 msgstr ""
23816
23817 #: dumpfile.cc:2034
23818 #, gcc-internal-format
23819 msgid "ignoring possibly conflicting option %<-fopt-info-%s%>"
23820 msgstr ""
23821
23822 #: dwarf2out.cc:1140
23823 #, gcc-internal-format
23824 msgid "multiple EH personalities are supported only with assemblers supporting %<.cfi_personality%> directive"
23825 msgstr ""
23826
23827 #: dwarf2out.cc:11153
23828 #, gcc-internal-format
23829 msgid "%<-gdwarf-6%> is output as version 5 with incompatibilities"
23830 msgstr ""
23831
23832 #: dwarf2out.cc:14992
23833 #, gcc-internal-format, gfc-internal-format
23834 msgid "non-delegitimized UNSPEC %s (%d) found in variable location"
23835 msgstr ""
23836
23837 #: emit-rtl.cc:2894
23838 #, gcc-internal-format
23839 msgid "invalid rtl sharing found in the insn"
23840 msgstr ""
23841
23842 #: emit-rtl.cc:2896
23843 #, gcc-internal-format
23844 msgid "shared rtx"
23845 msgstr ""
23846
23847 #: emit-rtl.cc:2898
23848 #, gcc-internal-format
23849 msgid "internal consistency failure"
23850 msgstr ""
23851
23852 #: emit-rtl.cc:4000
23853 #, gcc-internal-format
23854 msgid "ICE: %<emit_insn%> used where %<emit_jump_insn%> needed:"
23855 msgstr ""
23856
23857 #: errors.cc:133
23858 #, gcc-internal-format, gfc-internal-format
23859 msgid "abort in %s, at %s:%d"
23860 msgstr ""
23861
23862 #: except.cc:2166
23863 #, gcc-internal-format
23864 msgid "argument of %<__builtin_eh_return_regno%> must be constant"
23865 msgstr ""
23866
23867 #: except.cc:2301
23868 #, gcc-internal-format
23869 msgid "%<__builtin_eh_return%> not supported on this target"
23870 msgstr ""
23871
23872 #: except.cc:3425 except.cc:3450
23873 #, gcc-internal-format
23874 msgid "%<region_array%> is corrupted for region %i"
23875 msgstr ""
23876
23877 #: except.cc:3438 except.cc:3469
23878 #, gcc-internal-format
23879 msgid "%<lp_array%> is corrupted for lp %i"
23880 msgstr ""
23881
23882 #: except.cc:3455
23883 #, gcc-internal-format, gfc-internal-format
23884 msgid "outer block of region %i is wrong"
23885 msgstr ""
23886
23887 #: except.cc:3460
23888 #, gcc-internal-format, gfc-internal-format
23889 msgid "negative nesting depth of region %i"
23890 msgstr ""
23891
23892 #: except.cc:3474
23893 #, gcc-internal-format, gfc-internal-format
23894 msgid "region of lp %i is wrong"
23895 msgstr ""
23896
23897 #: except.cc:3501
23898 #, gcc-internal-format, gfc-internal-format
23899 msgid "tree list ends on depth %i"
23900 msgstr ""
23901
23902 #: except.cc:3506
23903 #, gcc-internal-format
23904 msgid "%<region_array%> does not match %<region_tree%>"
23905 msgstr ""
23906
23907 #: except.cc:3511
23908 #, gcc-internal-format
23909 msgid "%<lp_array%> does not match %<region_tree%>"
23910 msgstr ""
23911
23912 #: except.cc:3518 tree.cc:13878 value-prof.cc:537
23913 #, gcc-internal-format
23914 msgid "%qs failed"
23915 msgstr ""
23916
23917 #: explow.cc:1551
23918 #, gcc-internal-format
23919 msgid "stack limits not supported on this target"
23920 msgstr ""
23921
23922 #: expmed.cc:359
23923 #, gcc-internal-format
23924 msgid "reverse scalar storage order"
23925 msgstr ""
23926
23927 #: expmed.cc:376
23928 #, gcc-internal-format
23929 msgid "reverse floating-point scalar storage order"
23930 msgstr ""
23931
23932 #: expmed.cc:418
23933 #, gcc-internal-format, gfc-internal-format
23934 msgid "reverse storage order for %smode"
23935 msgstr ""
23936
23937 #: expmed.cc:671
23938 #, gcc-internal-format
23939 msgid "write of %wu-bit data outside the bound of destination object, data truncated into %wu-bit"
23940 msgstr ""
23941
23942 #: expr.cc:11513
23943 #, gcc-internal-format
23944 msgid "call to %qs declared with attribute error: %s"
23945 msgstr ""
23946
23947 #: expr.cc:11527
23948 #, gcc-internal-format
23949 msgid "call to %qs declared with attribute warning: %s"
23950 msgstr ""
23951
23952 #: expr.cc:12565
23953 #, gcc-internal-format
23954 msgid "assuming signed overflow does not occur when simplifying %<X - Y %s 0%> to %<X %s Y%>"
23955 msgstr ""
23956
23957 #: file-prefix-map.cc:50
23958 #, gcc-internal-format
23959 msgid "invalid argument %qs to %qs"
23960 msgstr ""
23961
23962 #: final.cc:1789
23963 #, gcc-internal-format
23964 msgid "the frame size of %wu bytes is larger than %wu bytes"
23965 msgstr ""
23966
23967 #: final.cc:4436 toplev.cc:1399 tree-cfgcleanup.cc:1517
23968 #, gcc-internal-format
23969 msgid "could not open final insn dump file %qs: %m"
23970 msgstr ""
23971
23972 #: final.cc:4505 tree-cfgcleanup.cc:1534
23973 #, gcc-internal-format
23974 msgid "could not close final insn dump file %qs: %m"
23975 msgstr ""
23976
23977 #: fixed-value.cc:128
23978 #, gcc-internal-format
23979 msgid "large fixed-point constant implicitly truncated to fixed-point type"
23980 msgstr ""
23981
23982 #: fold-const.cc:4666 fold-const.cc:4676
23983 #, gcc-internal-format, gfc-internal-format
23984 msgid "comparison is always %d due to width of bit-field"
23985 msgstr ""
23986
23987 #: fold-const.cc:6029 tree-ssa-reassoc.cc:2855 tree-ssa-reassoc.cc:3909
23988 #, gcc-internal-format
23989 msgid "assuming signed overflow does not occur when simplifying range test"
23990 msgstr ""
23991
23992 #: fold-const.cc:6493 fold-const.cc:6509
23993 #, gcc-internal-format, gfc-internal-format
23994 msgid "comparison is always %d"
23995 msgstr ""
23996
23997 #: fold-const.cc:6657
23998 #, gcc-internal-format
23999 msgid "%<or%> of unmatched not-equal tests is always 1"
24000 msgstr ""
24001
24002 #: fold-const.cc:6662
24003 #, gcc-internal-format
24004 msgid "%<and%> of mutually exclusive equal-tests is always 0"
24005 msgstr ""
24006
24007 #: fold-const.cc:9879
24008 #, gcc-internal-format
24009 msgid "assuming signed overflow does not occur when reducing constant in comparison"
24010 msgstr ""
24011
24012 #: fold-const.cc:10286
24013 #, gcc-internal-format
24014 msgid "assuming signed overflow does not occur when combining constants around a comparison"
24015 msgstr ""
24016
24017 #: fold-const.cc:13551
24018 #, gcc-internal-format
24019 msgid "fold check: original tree changed by fold"
24020 msgstr ""
24021
24022 #: function.cc:253
24023 #, gcc-internal-format
24024 msgid "total size of local objects %wu exceeds maximum %wu"
24025 msgstr ""
24026
24027 #: function.cc:257
24028 #, gcc-internal-format
24029 msgid "total size of local objects exceeds maximum %wu"
24030 msgstr ""
24031
24032 #: function.cc:1788 gimplify.cc:6599 gimplify.cc:6761
24033 #, gcc-internal-format
24034 msgid "impossible constraint in %<asm%>"
24035 msgstr ""
24036
24037 #: function.cc:4293
24038 #, gcc-internal-format
24039 msgid "variable %q+D might be clobbered by %<longjmp%> or %<vfork%>"
24040 msgstr ""
24041
24042 #: function.cc:4314
24043 #, gcc-internal-format
24044 msgid "argument %q+D might be clobbered by %<longjmp%> or %<vfork%>"
24045 msgstr ""
24046
24047 #: function.cc:4988
24048 #, gcc-internal-format
24049 msgid "function returns an aggregate"
24050 msgstr ""
24051
24052 #: gcc.cc:2201
24053 #, gcc-internal-format
24054 msgid "cannot open nested response file"
24055 msgstr "nije moguće otvoriti ugniježđenu datoteku odgovora"
24056
24057 #: gcc.cc:2238
24058 #, gcc-internal-format
24059 msgid "cannot close nonexistent response file"
24060 msgstr ""
24061
24062 #: gcc.cc:2261
24063 #, gcc-internal-format, gfc-internal-format
24064 msgid "could not open temporary response file %s"
24065 msgstr ""
24066
24067 #: gcc.cc:2268
24068 #, gcc-internal-format, gfc-internal-format
24069 msgid "could not write to temporary response file %s"
24070 msgstr ""
24071
24072 #: gcc.cc:2274
24073 #, gcc-internal-format, gfc-internal-format
24074 msgid "could not close temporary response file %s"
24075 msgstr ""
24076
24077 #. This leaves DESC open, but the OS will save us.
24078 #: gcc.cc:2306
24079 #, gcc-internal-format
24080 msgid "cannot read spec file %qs: %m"
24081 msgstr "nije moguće otvoriti spec datoteku %qs: %m"
24082
24083 #: gcc.cc:2400 gcc.cc:2421
24084 #, gcc-internal-format, gfc-internal-format
24085 msgid "specs %%include syntax malformed after %ld characters"
24086 msgstr ""
24087
24088 #: gcc.cc:2448 gcc.cc:2458 gcc.cc:2469 gcc.cc:2480
24089 #, gcc-internal-format, gfc-internal-format
24090 msgid "specs %%rename syntax malformed after %ld characters"
24091 msgstr ""
24092
24093 #: gcc.cc:2491
24094 #, gcc-internal-format, gfc-internal-format
24095 msgid "specs %s spec was not found to be renamed"
24096 msgstr ""
24097
24098 #: gcc.cc:2499
24099 #, gcc-internal-format
24100 msgid "%s: attempt to rename spec %qs to already defined spec %qs"
24101 msgstr ""
24102
24103 #: gcc.cc:2521
24104 #, gcc-internal-format, gfc-internal-format
24105 msgid "specs unknown %% command after %ld characters"
24106 msgstr ""
24107
24108 #: gcc.cc:2533 gcc.cc:2547
24109 #, gcc-internal-format, gfc-internal-format
24110 msgid "specs file malformed after %ld characters"
24111 msgstr ""
24112
24113 #: gcc.cc:2602
24114 #, gcc-internal-format
24115 msgid "spec file has no spec for linking"
24116 msgstr ""
24117
24118 #: gcc.cc:3166 gcc.cc:3203
24119 #, gcc-internal-format
24120 msgid "system path %qs is not absolute"
24121 msgstr ""
24122
24123 #: gcc.cc:3292
24124 #, gcc-internal-format
24125 msgid "%<-pipe%> not supported"
24126 msgstr ""
24127
24128 #: gcc.cc:3430 gcc.cc:7713
24129 #, gcc-internal-format
24130 msgid "cannot execute %qs: %s: %m"
24131 msgstr ""
24132
24133 #: gcc.cc:3431 gcc.cc:7714
24134 #, gcc-internal-format
24135 msgid "cannot execute %qs: %s"
24136 msgstr ""
24137
24138 #: gcc.cc:3450
24139 #, gcc-internal-format
24140 msgid "failed to get exit status: %m"
24141 msgstr ""
24142
24143 #: gcc.cc:3456
24144 #, gcc-internal-format
24145 msgid "failed to get process times: %m"
24146 msgstr ""
24147
24148 #. The inferior failed to catch the signal.
24149 #: gcc.cc:3482 gcc.cc:3506
24150 #, gcc-internal-format, gfc-internal-format
24151 msgid "%s signal terminated program %s"
24152 msgstr ""
24153
24154 #: gcc.cc:3985 opts-common.cc:1544 opts-common.cc:1576
24155 #, gcc-internal-format
24156 msgid "unrecognized command-line option %qs"
24157 msgstr "neprepoznat opcija na naredbenom retku %qs"
24158
24159 #: gcc.cc:4027
24160 #, gcc-internal-format
24161 msgid "GCC is not configured to support %qs as %<-foffload=%> argument"
24162 msgstr ""
24163
24164 #: gcc.cc:4034
24165 #, gcc-internal-format
24166 msgid "valid %<-foffload=%> arguments are: %s; did you mean %qs?"
24167 msgstr ""
24168
24169 #: gcc.cc:4037
24170 #, gcc-internal-format
24171 msgid "valid %<-foffload=%> arguments are: %s"
24172 msgstr ""
24173
24174 #: gcc.cc:4057
24175 #, gcc-internal-format
24176 msgid "%<=%>options missing after %<-foffload-options=%>target"
24177 msgstr ""
24178
24179 #: gcc.cc:4444
24180 #, gcc-internal-format
24181 msgid "%qs is an unknown %<-save-temps%> option"
24182 msgstr ""
24183
24184 #: gcc.cc:4967 toplev.cc:717
24185 #, gcc-internal-format
24186 msgid "input file %qs is the same as output file"
24187 msgstr "ulazna datoteka %qs je ista kao izlazna datoteka"
24188
24189 #: gcc.cc:4972
24190 #, gcc-internal-format
24191 msgid "output filename may not be empty"
24192 msgstr ""
24193
24194 #: gcc.cc:5357
24195 #, gcc-internal-format
24196 msgid "%<-pipe%> ignored because %<-save-temps%> specified"
24197 msgstr ""
24198
24199 #: gcc.cc:5445
24200 #, gcc-internal-format
24201 msgid "%<-x %s%> after last input file has no effect"
24202 msgstr ""
24203
24204 #: gcc.cc:5648
24205 #, gcc-internal-format
24206 msgid "unable to locate default linker script %qs in the library search paths"
24207 msgstr ""
24208
24209 #: gcc.cc:5855
24210 #, gcc-internal-format
24211 msgid "switch %qs does not start with %<-%>"
24212 msgstr ""
24213
24214 #: gcc.cc:5859
24215 #, gcc-internal-format
24216 msgid "spec-generated switch is just %<-%>"
24217 msgstr ""
24218
24219 #: gcc.cc:6080
24220 #, gcc-internal-format
24221 msgid "spec %qs invalid"
24222 msgstr ""
24223
24224 #: gcc.cc:6241
24225 #, gcc-internal-format
24226 msgid "spec %qs has invalid %<%%0%c%>"
24227 msgstr ""
24228
24229 #: gcc.cc:6520
24230 #, gcc-internal-format
24231 msgid "spec %qs has invalid %<%%W%c%>"
24232 msgstr ""
24233
24234 #: gcc.cc:6536
24235 #, gcc-internal-format
24236 msgid "spec %qs has invalid %<%%@%c%>"
24237 msgstr ""
24238
24239 #: gcc.cc:6555
24240 #, gcc-internal-format
24241 msgid "spec %qs has invalid %<%%x%c%>"
24242 msgstr ""
24243
24244 #. Catch the case where a spec string contains something like
24245 #. '%{foo:%*}'.  i.e. there is no * in the pattern on the left
24246 #. hand side of the :.
24247 #: gcc.cc:6766
24248 #, gcc-internal-format
24249 msgid "spec failure: %<%%*%> has not been initialized by pattern match"
24250 msgstr ""
24251
24252 #: gcc.cc:6817
24253 #, gcc-internal-format
24254 msgid "spec failure: unrecognized spec option %qc"
24255 msgstr ""
24256
24257 #: gcc.cc:6883
24258 #, gcc-internal-format
24259 msgid "unknown spec function %qs"
24260 msgstr ""
24261
24262 #: gcc.cc:6913
24263 #, gcc-internal-format
24264 msgid "error in arguments to spec function %qs"
24265 msgstr ""
24266
24267 #: gcc.cc:6972
24268 #, gcc-internal-format
24269 msgid "malformed spec function name"
24270 msgstr ""
24271
24272 #. )
24273 #: gcc.cc:6975
24274 #, gcc-internal-format
24275 msgid "no arguments for spec function"
24276 msgstr ""
24277
24278 #: gcc.cc:6994
24279 #, gcc-internal-format
24280 msgid "malformed spec function arguments"
24281 msgstr ""
24282
24283 #: gcc.cc:7173
24284 #, gcc-internal-format
24285 msgid "braced spec %qs ends in escape"
24286 msgstr ""
24287
24288 #: gcc.cc:7308
24289 #, gcc-internal-format
24290 msgid "braced spec %qs is invalid at %qc"
24291 msgstr ""
24292
24293 #: gcc.cc:7403
24294 #, gcc-internal-format
24295 msgid "braced spec body %qs is invalid"
24296 msgstr ""
24297
24298 #: gcc.cc:8012
24299 #, gcc-internal-format, gfc-internal-format
24300 msgid "%s: could not determine length of compare-debug file %s"
24301 msgstr ""
24302
24303 #: gcc.cc:8023
24304 #, gcc-internal-format
24305 msgid "%s: %<-fcompare-debug%> failure (length)"
24306 msgstr ""
24307
24308 #: gcc.cc:8033 gcc.cc:8074
24309 #, gcc-internal-format, gfc-internal-format
24310 msgid "%s: could not open compare-debug file %s"
24311 msgstr ""
24312
24313 #: gcc.cc:8053 gcc.cc:8090
24314 #, gcc-internal-format
24315 msgid "%s: %<-fcompare-debug%> failure"
24316 msgstr ""
24317
24318 #: gcc.cc:8393
24319 #, gcc-internal-format
24320 msgid "spec failure: more than one argument to %<SYSROOT_SUFFIX_SPEC%>"
24321 msgstr ""
24322
24323 #: gcc.cc:8418
24324 #, gcc-internal-format
24325 msgid "spec failure: more than one argument to %<SYSROOT_HEADERS_SUFFIX_SPEC%>"
24326 msgstr ""
24327
24328 #: gcc.cc:8625
24329 #, gcc-internal-format
24330 msgid "unrecognized command-line option %<-%s%>; did you mean %<-%s%>?"
24331 msgstr ""
24332
24333 #: gcc.cc:8629
24334 #, gcc-internal-format
24335 msgid "unrecognized command-line option %<-%s%>"
24336 msgstr ""
24337
24338 #: gcc.cc:8755
24339 #, gcc-internal-format
24340 msgid "not configured with sysroot headers suffix"
24341 msgstr ""
24342
24343 #: gcc.cc:8816
24344 #, gcc-internal-format
24345 msgid "no input files"
24346 msgstr ""
24347
24348 #: gcc.cc:8867
24349 #, gcc-internal-format
24350 msgid "cannot specify %<-o%> with %<-c%>, %<-S%> or %<-E%> with multiple files"
24351 msgstr "%<-o%> with %<-c%>, %<-S%> or %<-E%> ne možete specificirati s više datoteka"
24352
24353 #: gcc.cc:8909
24354 #, gcc-internal-format, gfc-internal-format
24355 msgid "%s: %s compiler not installed on this system"
24356 msgstr ""
24357
24358 #: gcc.cc:8934
24359 #, gcc-internal-format
24360 msgid "recompiling with %<-fcompare-debug%>"
24361 msgstr ""
24362
24363 #: gcc.cc:8950
24364 #, gcc-internal-format
24365 msgid "during %<-fcompare-debug%> recompilation"
24366 msgstr ""
24367
24368 #: gcc.cc:8959
24369 #, gcc-internal-format
24370 msgid "comparing final insns dumps"
24371 msgstr ""
24372
24373 #: gcc.cc:9112
24374 #, gcc-internal-format
24375 msgid "%<-fuse-linker-plugin%>, but %s not found"
24376 msgstr ""
24377
24378 #: gcc.cc:9146
24379 #, gcc-internal-format, gfc-internal-format
24380 msgid "%s: linker input file unused because linking not done"
24381 msgstr ""
24382
24383 #. This is can be an indication the user specifed an errorneous
24384 #. separated option value, (or used the wrong prefix for an
24385 #. option).
24386 #: gcc.cc:9152
24387 #, gcc-internal-format
24388 msgid "%s: linker input file not found: %m"
24389 msgstr ""
24390
24391 #: gcc.cc:9248 c-family/c-opts.cc:793
24392 #, gcc-internal-format
24393 msgid "cannot use %<-%> as input filename for a precompiled header"
24394 msgstr ""
24395
24396 #: gcc.cc:9254
24397 #, gcc-internal-format, gfc-internal-format
24398 msgid "language %s not recognized"
24399 msgstr ""
24400
24401 #: gcc.cc:9494
24402 #, gcc-internal-format
24403 msgid "multilib spec %qs is invalid"
24404 msgstr ""
24405
24406 #: gcc.cc:9696
24407 #, gcc-internal-format
24408 msgid "multilib exclusions %qs is invalid"
24409 msgstr ""
24410
24411 #: gcc.cc:9760
24412 #, gcc-internal-format
24413 msgid "multilib select %qs %qs is invalid"
24414 msgstr ""
24415
24416 #: gcc.cc:9923
24417 #, gcc-internal-format
24418 msgid "multilib select %qs is invalid"
24419 msgstr ""
24420
24421 #: gcc.cc:9963
24422 #, gcc-internal-format
24423 msgid "multilib exclusion %qs is invalid"
24424 msgstr ""
24425
24426 #: gcc.cc:10214
24427 #, gcc-internal-format
24428 msgid "environment variable %qs not defined"
24429 msgstr ""
24430
24431 #: gcc.cc:10381 gcc.cc:10386
24432 #, gcc-internal-format
24433 msgid "invalid version number %qs"
24434 msgstr ""
24435
24436 #: gcc.cc:10429
24437 #, gcc-internal-format, gfc-internal-format
24438 msgid "too few arguments to %%:version-compare"
24439 msgstr ""
24440
24441 #: gcc.cc:10435
24442 #, gcc-internal-format, gfc-internal-format
24443 msgid "too many arguments to %%:version-compare"
24444 msgstr ""
24445
24446 #: gcc.cc:10477
24447 #, gcc-internal-format
24448 msgid "unknown operator %qs in %%:version-compare"
24449 msgstr ""
24450
24451 #: gcc.cc:10601
24452 #, gcc-internal-format, gfc-internal-format
24453 msgid "too many arguments to %%:compare-debug-dump-opt"
24454 msgstr ""
24455
24456 #: gcc.cc:10669
24457 #, gcc-internal-format, gfc-internal-format
24458 msgid "too many arguments to %%:compare-debug-self-opt"
24459 msgstr ""
24460
24461 #: gcc.cc:10756
24462 #, gcc-internal-format, gfc-internal-format
24463 msgid "too many arguments for %%:dumps"
24464 msgstr ""
24465
24466 #: gcc.cc:10860
24467 #, gcc-internal-format, gfc-internal-format
24468 msgid "wrong number of arguments to %%:debug-level-gt"
24469 msgstr ""
24470
24471 #: gcc.cc:10881
24472 #, gcc-internal-format, gfc-internal-format
24473 msgid "wrong number of arguments to %%:dwarf-version-gt"
24474 msgstr ""
24475
24476 #: gcov-tool.cc:73
24477 #, gcc-internal-format, gfc-internal-format
24478 msgid "error in removing %s"
24479 msgstr ""
24480
24481 #: gcov-tool.cc:104
24482 #, gcc-internal-format, gfc-internal-format
24483 msgid "Cannot make directory %s"
24484 msgstr "Nije moguće napraviti direktorij %s"
24485
24486 #: gcov-tool.cc:112
24487 #, gcc-internal-format
24488 msgid "Cannot get current directory name"
24489 msgstr ""
24490
24491 #: gcov-tool.cc:116 gcov-tool.cc:130
24492 #, gcc-internal-format, gfc-internal-format
24493 msgid "Cannot change directory to %s"
24494 msgstr "Nije se moguće premjestiti (change) u direktorij %s"
24495
24496 #: gcov-tool.cc:123
24497 #, gcc-internal-format, gfc-internal-format
24498 msgid "output file %s already exists in folder %s"
24499 msgstr ""
24500
24501 #: gcov-tool.cc:223
24502 #, gcc-internal-format
24503 msgid "weights need to be non-negative"
24504 msgstr ""
24505
24506 #: gcov-tool.cc:358
24507 #, gcc-internal-format
24508 msgid "scale needs to be non-negative"
24509 msgstr ""
24510
24511 #: gcse.cc:3980
24512 #, gcc-internal-format, gfc-internal-format
24513 msgid "%s: %d basic blocks and %d edges/basic block"
24514 msgstr ""
24515
24516 #: gcse.cc:3992
24517 #, gcc-internal-format
24518 msgid "%s: %d basic blocks and %d registers; increase %<--param max-gcse-memory%> above %wu"
24519 msgstr ""
24520
24521 #: gencfn-macros.cc:195
24522 #, gcc-internal-format, gfc-internal-format
24523 msgid "DEF_INTERNAL_FLT_FN (%s) has no associated built-in functions"
24524 msgstr ""
24525
24526 #: gencfn-macros.cc:202
24527 #, gcc-internal-format, gfc-internal-format
24528 msgid "DEF_INTERNAL_INT_FN (%s) has no associated built-in functions"
24529 msgstr ""
24530
24531 #: gentarget-def.cc:126
24532 #, gcc-internal-format, gfc-internal-format
24533 msgid "invalid prototype for '%s'"
24534 msgstr ""
24535
24536 #: gentarget-def.cc:131
24537 #, gcc-internal-format, gfc-internal-format
24538 msgid "prototype for '%s' has required operands after optional operands"
24539 msgstr ""
24540
24541 #: gentarget-def.cc:148
24542 #, gcc-internal-format, gfc-internal-format
24543 msgid "argument %d of '%s' did not have the expected name"
24544 msgstr ""
24545
24546 #: gentarget-def.cc:168
24547 #, gcc-internal-format, gfc-internal-format
24548 msgid "'%s' must have %d operands (excluding match_dups)"
24549 msgstr ""
24550
24551 #: gentarget-def.cc:172
24552 #, gcc-internal-format, gfc-internal-format
24553 msgid "'%s' must have at least %d operands (excluding match_dups)"
24554 msgstr ""
24555
24556 #: gentarget-def.cc:176
24557 #, gcc-internal-format, gfc-internal-format
24558 msgid "'%s' must have no more than %d operands (excluding match_dups)"
24559 msgstr ""
24560
24561 #: gentarget-def.cc:276
24562 #, gcc-internal-format, gfc-internal-format
24563 msgid "duplicate definition of '%s'"
24564 msgstr ""
24565
24566 #: ggc-common.cc:415 ggc-common.cc:423 ggc-common.cc:551 ggc-common.cc:569
24567 #: ggc-common.cc:683 ggc-common.cc:694 ggc-common.cc:709 ggc-page.cc:2499
24568 #: ggc-page.cc:2530 ggc-page.cc:2537
24569 #, gcc-internal-format
24570 msgid "cannot write PCH file: %m"
24571 msgstr ""
24572
24573 #: ggc-common.cc:533
24574 #, gcc-internal-format
24575 msgid "cannot write PCH file: required memory segment unavailable"
24576 msgstr ""
24577
24578 #: ggc-common.cc:562 config/i386/host-cygwin.cc:57
24579 #, gcc-internal-format
24580 msgid "cannot get position in PCH file: %m"
24581 msgstr ""
24582
24583 #: ggc-common.cc:572
24584 #, gcc-internal-format
24585 msgid "cannot write padding to PCH file: %m"
24586 msgstr ""
24587
24588 #: ggc-common.cc:748 ggc-common.cc:764 ggc-common.cc:767 ggc-common.cc:790
24589 #: ggc-common.cc:793 ggc-common.cc:797 ggc-common.cc:832 ggc-common.cc:861
24590 #: ggc-common.cc:869 ggc-common.cc:879 ggc-common.cc:890 ggc-page.cc:2601
24591 #, gcc-internal-format
24592 msgid "cannot read PCH file: %m"
24593 msgstr ""
24594
24595 #: ggc-common.cc:777
24596 #, gcc-internal-format
24597 msgid "PCH allocation failure"
24598 msgstr ""
24599
24600 #: ggc-page.cc:1744
24601 #, gcc-internal-format
24602 msgid "open /dev/zero: %m"
24603 msgstr ""
24604
24605 #: ggc-page.cc:2515 ggc-page.cc:2521
24606 #, gcc-internal-format
24607 msgid "cannot write PCH file"
24608 msgstr ""
24609
24610 #: gimple-array-bounds.cc:291
24611 #, gcc-internal-format
24612 msgid "array subscript %E is outside array bounds of %qT"
24613 msgstr ""
24614
24615 #: gimple-array-bounds.cc:317
24616 #, gcc-internal-format
24617 msgid "array subscript [%E, %E] is outside array bounds of %qT"
24618 msgstr ""
24619
24620 #: gimple-array-bounds.cc:327
24621 #, gcc-internal-format
24622 msgid "array subscript %E is above array bounds of %qT"
24623 msgstr ""
24624
24625 #: gimple-array-bounds.cc:332
24626 #, gcc-internal-format
24627 msgid "array subscript %E is below array bounds of %qT"
24628 msgstr ""
24629
24630 #: gimple-array-bounds.cc:338
24631 #, gcc-internal-format
24632 msgid "array subscript %E is outside the bounds of an interior zero-length array %qT"
24633 msgstr ""
24634
24635 #: gimple-array-bounds.cc:340
24636 #, gcc-internal-format
24637 msgid "array subscript %qE is outside the bounds of an interior zero-length array %qT"
24638 msgstr ""
24639
24640 #: gimple-array-bounds.cc:374 gimple-array-bounds.cc:641
24641 #, gcc-internal-format
24642 msgid "while referencing %qD"
24643 msgstr ""
24644
24645 #: gimple-array-bounds.cc:376
24646 #, gcc-internal-format
24647 msgid "defined here %qD"
24648 msgstr ""
24649
24650 #: gimple-array-bounds.cc:497
24651 #, gcc-internal-format
24652 msgid "array subscript %wi is outside array bounds of %qT"
24653 msgstr ""
24654
24655 #: gimple-array-bounds.cc:502
24656 #, gcc-internal-format
24657 msgid "array subscript [%wi, %wi] is outside array bounds of %qT"
24658 msgstr ""
24659
24660 #: gimple-array-bounds.cc:517
24661 #, gcc-internal-format
24662 msgid "array subscript %<%T[%wi]%> is partly outside array bounds of %qT"
24663 msgstr ""
24664
24665 #: gimple-array-bounds.cc:540
24666 #, gcc-internal-format
24667 msgid "intermediate array offset %wi is outside array bounds of %qT"
24668 msgstr ""
24669
24670 #: gimple-array-bounds.cc:619
24671 #, gcc-internal-format
24672 msgid "array subscript %wi is below array bounds of %qT"
24673 msgstr ""
24674
24675 #: gimple-array-bounds.cc:633
24676 #, gcc-internal-format
24677 msgid "array subscript %wu is above array bounds of %qT"
24678 msgstr ""
24679
24680 #: gimple-fold.cc:2079 gimple-fold.cc:3130 gimple-ssa-warn-restrict.cc:2073
24681 #, gcc-internal-format
24682 msgid "%qD source argument is the same as destination"
24683 msgstr "izvorni argument %qD je isti kao i odredište"
24684
24685 #: gimple-fold.cc:2145
24686 #, gcc-internal-format
24687 msgid "%qD destination unchanged after copying no bytes from a string of length %E"
24688 msgstr ""
24689
24690 #: gimple-fold.cc:2150
24691 #, gcc-internal-format
24692 msgid "%qD destination unchanged after copying no bytes"
24693 msgstr ""
24694
24695 #: gimple-fold.cc:2525 gimple-ssa-warn-access.cc:856
24696 #, gcc-internal-format
24697 msgid "%qD specified bound %E exceeds destination size %E"
24698 msgstr ""
24699
24700 #: gimple-fold.cc:2544
24701 #, gcc-internal-format
24702 msgid "%qD specified bound %E equals source length"
24703 msgstr ""
24704
24705 #: gimple-fold.cc:4542 gimple-fold.cc:4746
24706 #, gcc-internal-format
24707 msgid "flexible array member %qD does not have well defined padding bits for %qs"
24708 msgstr ""
24709
24710 #: gimple-fold.cc:4695 cp/constexpr.cc:4357
24711 #, gcc-internal-format
24712 msgid "PDP11 bit-field handling unsupported in %qs"
24713 msgstr ""
24714
24715 #: gimple-fold.cc:4922
24716 #, gcc-internal-format, gfc-internal-format
24717 msgid "%s not supported for variable length aggregates"
24718 msgstr ""
24719
24720 #: gimple-fold.cc:4928
24721 #, gcc-internal-format, gfc-internal-format
24722 msgid "%s not supported on this target"
24723 msgstr ""
24724
24725 #: gimple-ssa-isolate-paths.cc:290
24726 #, gcc-internal-format
24727 msgid "potential null pointer dereference"
24728 msgstr ""
24729
24730 #: gimple-ssa-isolate-paths.cc:330
24731 #, gcc-internal-format
24732 msgid "null pointer dereference"
24733 msgstr ""
24734
24735 #: gimple-ssa-isolate-paths.cc:413
24736 #, gcc-internal-format
24737 msgid "function may return address of local variable"
24738 msgstr "funkcija može vratiti adresu lokalne varijable"
24739
24740 #: gimple-ssa-isolate-paths.cc:414 c/c-typeck.cc:10989
24741 #, gcc-internal-format
24742 msgid "function returns address of local variable"
24743 msgstr ""
24744
24745 #: gimple-ssa-isolate-paths.cc:417 gimple-ssa-warn-access.cc:2028
24746 #: gimple-ssa-warn-access.cc:3693 tree.cc:12117 tree.cc:12154 tree.cc:12195
24747 #: tree.cc:12228 c/c-typeck.cc:2991 c/c-typeck.cc:3084 c/c-typeck.cc:5634
24748 #: c/c-typeck.cc:10895 c/c-typeck.cc:10912 c/gimple-parser.cc:2468
24749 #: c/gimple-parser.cc:2476 cp/call.cc:7606 cp/call.cc:9681 cp/constexpr.cc:853
24750 #: cp/constexpr.cc:3814 cp/cvt.cc:1075 cp/cvt.cc:1113 cp/decl.cc:8620
24751 #: cp/decl.cc:15832 cp/decl.cc:16199 cp/decl2.cc:5818 cp/decl2.cc:5873
24752 #: cp/parser.cc:21696 cp/pt.cc:8956 cp/semantics.cc:2149 cp/semantics.cc:3464
24753 #: cp/semantics.cc:4547 cp/typeck.cc:1991 cp/typeck.cc:2210 cp/typeck.cc:4341
24754 #: cp/typeck.cc:10189
24755 #, gcc-internal-format
24756 msgid "declared here"
24757 msgstr ""
24758
24759 #: gimple-ssa-nonnull-compare.cc:102
24760 #, gcc-internal-format
24761 msgid "%<nonnull%> argument %qD compared to NULL"
24762 msgstr ""
24763
24764 #: gimple-ssa-sprintf.cc:2814 gimple-ssa-sprintf.cc:2934
24765 #, gcc-internal-format
24766 msgid "%qE output may be truncated before the last format character"
24767 msgstr ""
24768
24769 #: gimple-ssa-sprintf.cc:2816 gimple-ssa-sprintf.cc:2936
24770 #, gcc-internal-format
24771 msgid "%qE output truncated before the last format character"
24772 msgstr ""
24773
24774 #: gimple-ssa-sprintf.cc:2819 gimple-ssa-sprintf.cc:2939
24775 #, gcc-internal-format
24776 msgid "%qE may write a terminating nul past the end of the destination"
24777 msgstr ""
24778
24779 #: gimple-ssa-sprintf.cc:2821 gimple-ssa-sprintf.cc:2941
24780 #, gcc-internal-format
24781 msgid "%qE writing a terminating nul past the end of the destination"
24782 msgstr ""
24783
24784 #: gimple-ssa-sprintf.cc:2831
24785 #, gcc-internal-format
24786 msgid "%<%.*s%> directive writing %wu byte into a region of size %wu"
24787 msgid_plural "%<%.*s%> directive writing %wu bytes into a region of size %wu"
24788 msgstr[0] ""
24789 msgstr[1] ""
24790 msgstr[2] ""
24791
24792 #: gimple-ssa-sprintf.cc:2838
24793 #, gcc-internal-format
24794 msgid "%<%.*s%> directive output may be truncated writing %wu byte into a region of size %wu"
24795 msgid_plural "%<%.*s%> directive output may be truncated writing %wu bytes into a region of size %wu"
24796 msgstr[0] ""
24797 msgstr[1] ""
24798 msgstr[2] ""
24799
24800 #: gimple-ssa-sprintf.cc:2845
24801 #, gcc-internal-format
24802 msgid "%<%.*s%> directive output truncated writing %wu byte into a region of size %wu"
24803 msgid_plural "%<%.*s%> directive output truncated writing %wu bytes into a region of size %wu"
24804 msgstr[0] ""
24805 msgstr[1] ""
24806 msgstr[2] ""
24807
24808 #: gimple-ssa-sprintf.cc:2856
24809 #, gcc-internal-format
24810 msgid "%<%.*s%> directive output may be truncated writing up to %wu bytes into a region of size %wu"
24811 msgstr ""
24812
24813 #: gimple-ssa-sprintf.cc:2859
24814 #, gcc-internal-format
24815 msgid "%<%.*s%> directive output truncated writing up to %wu bytes into a region of size %wu"
24816 msgstr ""
24817
24818 #: gimple-ssa-sprintf.cc:2861
24819 #, gcc-internal-format
24820 msgid "%<%.*s%> directive writing up to %wu bytes into a region of size %wu"
24821 msgstr ""
24822
24823 #: gimple-ssa-sprintf.cc:2873
24824 #, gcc-internal-format
24825 msgid "%<%.*s%> directive output may be truncated writing likely %wu or more bytes into a region of size %wu"
24826 msgstr ""
24827
24828 #: gimple-ssa-sprintf.cc:2876
24829 #, gcc-internal-format
24830 msgid "%<%.*s%> directive output truncated writing likely %wu or more bytes into a region of size %wu"
24831 msgstr ""
24832
24833 #: gimple-ssa-sprintf.cc:2879
24834 #, gcc-internal-format
24835 msgid "%<%.*s%> directive writing likely %wu or more bytes into a region of size %wu"
24836 msgstr ""
24837
24838 #: gimple-ssa-sprintf.cc:2888
24839 #, gcc-internal-format
24840 msgid "%<%.*s%> directive output may be truncated writing between %wu and %wu bytes into a region of size %wu"
24841 msgstr ""
24842
24843 #: gimple-ssa-sprintf.cc:2891
24844 #, gcc-internal-format
24845 msgid "%<%.*s%> directive output truncated writing between %wu and %wu bytes into a region of size %wu"
24846 msgstr ""
24847
24848 #: gimple-ssa-sprintf.cc:2894
24849 #, gcc-internal-format
24850 msgid "%<%.*s%> directive writing between %wu and %wu bytes into a region of size %wu"
24851 msgstr ""
24852
24853 #: gimple-ssa-sprintf.cc:2903
24854 #, gcc-internal-format
24855 msgid "%<%.*s%> directive output may be truncated writing %wu or more bytes into a region of size %wu"
24856 msgstr ""
24857
24858 #: gimple-ssa-sprintf.cc:2906
24859 #, gcc-internal-format
24860 msgid "%<%.*s%> directive output truncated writing %wu or more bytes into a region of size %wu"
24861 msgstr ""
24862
24863 #: gimple-ssa-sprintf.cc:2908
24864 #, gcc-internal-format
24865 msgid "%<%.*s%> directive writing %wu or more bytes into a region of size %wu"
24866 msgstr ""
24867
24868 #: gimple-ssa-sprintf.cc:2950
24869 #, gcc-internal-format
24870 msgid "%<%.*s%> directive writing %wu byte into a region of size between %wu and %wu"
24871 msgid_plural "%<%.*s%> directive writing %wu bytes into a region of size between %wu and %wu"
24872 msgstr[0] ""
24873 msgstr[1] ""
24874 msgstr[2] ""
24875
24876 #: gimple-ssa-sprintf.cc:2957
24877 #, gcc-internal-format
24878 msgid "%<%.*s%> directive output may be truncated writing %wu byte into a region of size between %wu and %wu"
24879 msgid_plural "%<%.*s%> directive output may be truncated writing %wu bytes into a region of size between %wu and %wu"
24880 msgstr[0] ""
24881 msgstr[1] ""
24882 msgstr[2] ""
24883
24884 #: gimple-ssa-sprintf.cc:2965
24885 #, gcc-internal-format
24886 msgid "%<%.*s%> directive output truncated writing %wu byte into a region of size between %wu and %wu"
24887 msgid_plural "%<%.*s%> directive output truncated writing %wu bytes into a region of size between %wu and %wu"
24888 msgstr[0] ""
24889 msgstr[1] ""
24890 msgstr[2] ""
24891
24892 #: gimple-ssa-sprintf.cc:2977
24893 #, gcc-internal-format
24894 msgid "%<%.*s%> directive output may be truncated writing up to %wu bytes into a region of size between %wu and %wu"
24895 msgstr ""
24896
24897 #: gimple-ssa-sprintf.cc:2980
24898 #, gcc-internal-format
24899 msgid "%<%.*s%> directive output truncated writing up to %wu bytes into a region of size between %wu and %wu"
24900 msgstr ""
24901
24902 #: gimple-ssa-sprintf.cc:2983
24903 #, gcc-internal-format
24904 msgid "%<%.*s%> directive writing up to %wu bytes into a region of size between %wu and %wu"
24905 msgstr ""
24906
24907 #: gimple-ssa-sprintf.cc:2996
24908 #, gcc-internal-format
24909 msgid "%<%.*s%> directive output may be truncated writing likely %wu or more bytes into a region of size between %wu and %wu"
24910 msgstr ""
24911
24912 #: gimple-ssa-sprintf.cc:2999
24913 #, gcc-internal-format
24914 msgid "%<%.*s%> directive output truncated writing likely %wu or more bytes into a region of size between %wu and %wu"
24915 msgstr ""
24916
24917 #: gimple-ssa-sprintf.cc:3002
24918 #, gcc-internal-format
24919 msgid "%<%.*s%> directive writing likely %wu or more bytes into a region of size between %wu and %wu"
24920 msgstr ""
24921
24922 #: gimple-ssa-sprintf.cc:3012
24923 #, gcc-internal-format
24924 msgid "%<%.*s%> directive output may be truncated writing between %wu and %wu bytes into a region of size between %wu and %wu"
24925 msgstr ""
24926
24927 #: gimple-ssa-sprintf.cc:3015
24928 #, gcc-internal-format
24929 msgid "%<%.*s%> directive output truncated writing between %wu and %wu bytes into a region of size between %wu and %wu"
24930 msgstr ""
24931
24932 #: gimple-ssa-sprintf.cc:3018
24933 #, gcc-internal-format
24934 msgid "%<%.*s%> directive writing between %wu and %wu bytes into a region of size between %wu and %wu"
24935 msgstr ""
24936
24937 #: gimple-ssa-sprintf.cc:3027
24938 #, gcc-internal-format
24939 msgid "%<%.*s%> directive output may be truncated writing %wu or more bytes into a region of size between %wu and %wu"
24940 msgstr ""
24941
24942 #: gimple-ssa-sprintf.cc:3030
24943 #, gcc-internal-format
24944 msgid "%<%.*s%> directive output truncated writing %wu or more bytes into a region of size between %wu and %wu"
24945 msgstr ""
24946
24947 #: gimple-ssa-sprintf.cc:3033
24948 #, gcc-internal-format
24949 msgid "%<%.*s%> directive writing %wu or more bytes into a region of size between %wu and %wu"
24950 msgstr ""
24951
24952 #: gimple-ssa-sprintf.cc:3155
24953 #, gcc-internal-format
24954 msgid "%<%.*s%> directive argument is null"
24955 msgstr ""
24956
24957 #: gimple-ssa-sprintf.cc:3233
24958 #, gcc-internal-format
24959 msgid "%<%.*s%> directive output of %wu bytes exceeds minimum required size of 4095"
24960 msgstr ""
24961
24962 #: gimple-ssa-sprintf.cc:3239
24963 #, gcc-internal-format
24964 msgid "%<%.*s%> directive output between %wu and %wu bytes exceeds minimum required size of 4095"
24965 msgstr ""
24966
24967 #: gimple-ssa-sprintf.cc:3246
24968 #, gcc-internal-format
24969 msgid "%<%.*s%> directive output between %wu and %wu bytes may exceed minimum required size of 4095"
24970 msgstr ""
24971
24972 #: gimple-ssa-sprintf.cc:3276
24973 #, gcc-internal-format
24974 msgid "%<%.*s%> directive output of %wu bytes exceeds %<INT_MAX%>"
24975 msgstr ""
24976
24977 #: gimple-ssa-sprintf.cc:3282
24978 #, gcc-internal-format
24979 msgid "%<%.*s%> directive output between %wu and %wu bytes exceeds %<INT_MAX%>"
24980 msgstr ""
24981
24982 #: gimple-ssa-sprintf.cc:3293
24983 #, gcc-internal-format
24984 msgid "%<%.*s%> directive output of %wu bytes causes result to exceed %<INT_MAX%>"
24985 msgstr ""
24986
24987 #: gimple-ssa-sprintf.cc:3299
24988 #, gcc-internal-format
24989 msgid "%<%.*s%> directive output between %wu and %wu bytes causes result to exceed %<INT_MAX%>"
24990 msgstr ""
24991
24992 #: gimple-ssa-sprintf.cc:3310
24993 #, gcc-internal-format
24994 msgid "%<%.*s%> directive output between %wu and %wu bytes may cause result to exceed %<INT_MAX%>"
24995 msgstr ""
24996
24997 #: gimple-ssa-sprintf.cc:3320
24998 #, gcc-internal-format
24999 msgid "%<%.*s%> directive argument is not a nul-terminated string"
25000 msgstr ""
25001
25002 #: gimple-ssa-sprintf.cc:3326 gimple-ssa-warn-access.cc:232
25003 #, gcc-internal-format
25004 msgid "referenced argument declared here"
25005 msgstr ""
25006
25007 #: gimple-ssa-sprintf.cc:3333
25008 #, gcc-internal-format
25009 msgid "assuming directive output of %wu byte"
25010 msgid_plural "assuming directive output of %wu bytes"
25011 msgstr[0] ""
25012 msgstr[1] ""
25013 msgstr[2] ""
25014
25015 #: gimple-ssa-sprintf.cc:3340
25016 #, gcc-internal-format
25017 msgid "directive argument %qE"
25018 msgstr ""
25019
25020 #: gimple-ssa-sprintf.cc:3342
25021 #, gcc-internal-format
25022 msgid "directive argument in the range [%E, %E]"
25023 msgstr ""
25024
25025 #: gimple-ssa-sprintf.cc:3346
25026 #, gcc-internal-format
25027 msgid "using the range [%E, %E] for directive argument"
25028 msgstr ""
25029
25030 #: gimple-ssa-sprintf.cc:3366
25031 #, gcc-internal-format
25032 msgid "%qE output %wu byte into a destination of size %wu"
25033 msgid_plural "%qE output %wu bytes into a destination of size %wu"
25034 msgstr[0] ""
25035 msgstr[1] ""
25036 msgstr[2] ""
25037
25038 #: gimple-ssa-sprintf.cc:3371
25039 #, gcc-internal-format
25040 msgid "%qE output between %wu and %wu bytes into a destination of size %wu"
25041 msgstr ""
25042
25043 #: gimple-ssa-sprintf.cc:3376
25044 #, gcc-internal-format
25045 msgid "%qE output %wu or more bytes (assuming %wu) into a destination of size %wu"
25046 msgstr ""
25047
25048 #: gimple-ssa-sprintf.cc:3381
25049 #, gcc-internal-format
25050 msgid "%qE output %wu or more bytes into a destination of size %wu"
25051 msgstr ""
25052
25053 #: gimple-ssa-sprintf.cc:3392
25054 #, gcc-internal-format
25055 msgid "%qE output %wu byte"
25056 msgid_plural "%qE output %wu bytes"
25057 msgstr[0] ""
25058 msgstr[1] ""
25059 msgstr[2] ""
25060
25061 #: gimple-ssa-sprintf.cc:3396
25062 #, gcc-internal-format
25063 msgid "%qE output between %wu and %wu bytes"
25064 msgstr ""
25065
25066 #: gimple-ssa-sprintf.cc:3400
25067 #, gcc-internal-format
25068 msgid "%qE output %wu or more bytes (assuming %wu)"
25069 msgstr ""
25070
25071 #: gimple-ssa-sprintf.cc:3404
25072 #, gcc-internal-format
25073 msgid "%qE output %wu or more bytes"
25074 msgstr ""
25075
25076 #: gimple-ssa-sprintf.cc:3783
25077 #, gcc-internal-format
25078 msgid "%<%.*s%> directive width out of range"
25079 msgstr ""
25080
25081 #: gimple-ssa-sprintf.cc:3817
25082 #, gcc-internal-format
25083 msgid "%<%.*s%> directive precision out of range"
25084 msgstr ""
25085
25086 #: gimple-ssa-sprintf.cc:3950
25087 msgid "%qE arguments %Z and maybe %Z overlap destination object %qE"
25088 msgstr ""
25089
25090 #: gimple-ssa-sprintf.cc:3962
25091 msgid "%qE argument %Z overlaps destination object %qE"
25092 msgid_plural "%qE arguments %Z overlap destination object %qE"
25093 msgstr[0] ""
25094 msgstr[1] ""
25095 msgstr[2] ""
25096
25097 #: gimple-ssa-sprintf.cc:3973
25098 msgid "%qE argument %Z may overlap destination object %qE"
25099 msgid_plural "%qE arguments %Z may overlap destination object %qE"
25100 msgstr[0] ""
25101 msgstr[1] ""
25102 msgstr[2] ""
25103
25104 #: gimple-ssa-sprintf.cc:3993
25105 #, gcc-internal-format
25106 msgid "destination object referenced by %<restrict%>-qualified argument 1 was declared here"
25107 msgstr ""
25108
25109 #: gimple-ssa-sprintf.cc:4579
25110 #, gcc-internal-format
25111 msgid "specified bound %wu exceeds maximum object size %wu"
25112 msgstr ""
25113
25114 #: gimple-ssa-sprintf.cc:4590
25115 #, gcc-internal-format
25116 msgid "specified bound %wu exceeds %<INT_MAX%>"
25117 msgstr ""
25118
25119 #: gimple-ssa-sprintf.cc:4616
25120 #, gcc-internal-format
25121 msgid "specified bound range [%wu, %wu] exceeds %<INT_MAX%>"
25122 msgstr ""
25123
25124 #: gimple-ssa-sprintf.cc:4660
25125 #, gcc-internal-format
25126 msgid "null destination pointer"
25127 msgstr ""
25128
25129 #: gimple-ssa-sprintf.cc:4677
25130 #, gcc-internal-format
25131 msgid "specified bound %wu exceeds the size %wu of the destination object"
25132 msgstr ""
25133
25134 #: gimple-ssa-sprintf.cc:4689
25135 #, gcc-internal-format
25136 msgid "null format string"
25137 msgstr ""
25138
25139 #: gimple-ssa-warn-access.cc:172
25140 #, gcc-internal-format
25141 msgid "%qD specified bound %s exceeds maximum object size %E"
25142 msgstr ""
25143
25144 #: gimple-ssa-warn-access.cc:180
25145 #, gcc-internal-format
25146 msgid "%qD specified bound %s exceeds the size %E of unterminated array"
25147 msgstr ""
25148
25149 #: gimple-ssa-warn-access.cc:183
25150 #, gcc-internal-format
25151 msgid "%qD specified bound %s may exceed the size of at most %E of unterminated array"
25152 msgstr ""
25153
25154 #: gimple-ssa-warn-access.cc:186
25155 #, gcc-internal-format
25156 msgid "%qD specified bound %s exceeds the size of at most %E of unterminated array"
25157 msgstr ""
25158
25159 #: gimple-ssa-warn-access.cc:194
25160 #, gcc-internal-format
25161 msgid "%qD argument missing terminating nul"
25162 msgstr ""
25163
25164 #: gimple-ssa-warn-access.cc:203
25165 #, gcc-internal-format
25166 msgid "%qs specified bound %s exceeds maximum object size %E"
25167 msgstr ""
25168
25169 #: gimple-ssa-warn-access.cc:211
25170 #, gcc-internal-format
25171 msgid "%qs specified bound %s exceeds the size %E of unterminated array"
25172 msgstr ""
25173
25174 #: gimple-ssa-warn-access.cc:214
25175 #, gcc-internal-format
25176 msgid "%qs specified bound %s may exceed the size of at most %E of unterminated array"
25177 msgstr ""
25178
25179 #: gimple-ssa-warn-access.cc:217
25180 #, gcc-internal-format
25181 msgid "%qs specified bound %s exceeds the size of at most %E of unterminated array"
25182 msgstr ""
25183
25184 #: gimple-ssa-warn-access.cc:225
25185 #, gcc-internal-format
25186 msgid "%qs argument missing terminating nul"
25187 msgstr ""
25188
25189 #: gimple-ssa-warn-access.cc:488 gimple-ssa-warn-access.cc:729
25190 #, gcc-internal-format
25191 msgid "%qD specified bound %E exceeds maximum object size %E"
25192 msgstr ""
25193
25194 #: gimple-ssa-warn-access.cc:493 gimple-ssa-warn-access.cc:745
25195 #, gcc-internal-format
25196 msgid "%qD specified bound [%E, %E] exceeds maximum object size %E"
25197 msgstr ""
25198
25199 #: gimple-ssa-warn-access.cc:641
25200 #, gcc-internal-format
25201 msgid "%qD argument %i declared attribute %<nonstring%> is smaller than the specified bound %wu"
25202 msgstr ""
25203
25204 #: gimple-ssa-warn-access.cc:647
25205 #, gcc-internal-format
25206 msgid "%qD argument %i declared attribute %<nonstring%> is smaller than the specified bound [%E, %E]"
25207 msgstr ""
25208
25209 #: gimple-ssa-warn-access.cc:653
25210 #, gcc-internal-format
25211 msgid "%qD argument %i declared attribute %<nonstring%> may be smaller than the specified bound [%E, %E]"
25212 msgstr ""
25213
25214 #: gimple-ssa-warn-access.cc:663
25215 #, gcc-internal-format
25216 msgid "%qD argument %i declared attribute %<nonstring%>"
25217 msgstr ""
25218
25219 #: gimple-ssa-warn-access.cc:669
25220 #, gcc-internal-format
25221 msgid "argument %qD declared here"
25222 msgstr ""
25223
25224 #: gimple-ssa-warn-access.cc:727
25225 #, gcc-internal-format
25226 msgid "%qD specified bound %E may exceed maximum object size %E"
25227 msgstr ""
25228
25229 #: gimple-ssa-warn-access.cc:734
25230 #, gcc-internal-format
25231 msgid "specified bound %E may exceed maximum object size %E"
25232 msgstr ""
25233
25234 #: gimple-ssa-warn-access.cc:736
25235 #, gcc-internal-format
25236 msgid "specified bound %E exceeds maximum object size %E"
25237 msgstr ""
25238
25239 #: gimple-ssa-warn-access.cc:743
25240 #, gcc-internal-format
25241 msgid "%qD specified bound [%E, %E] may exceed maximum object size %E"
25242 msgstr ""
25243
25244 #: gimple-ssa-warn-access.cc:751
25245 #, gcc-internal-format
25246 msgid "specified bound [%E, %E] may exceed maximum object size %E"
25247 msgstr ""
25248
25249 #: gimple-ssa-warn-access.cc:753
25250 #, gcc-internal-format
25251 msgid "specified bound [%E, %E] exceeds maximum object size %E"
25252 msgstr ""
25253
25254 #: gimple-ssa-warn-access.cc:763
25255 #, gcc-internal-format
25256 msgid "%qD specified bound %E may exceed source size %E"
25257 msgstr ""
25258
25259 #: gimple-ssa-warn-access.cc:765
25260 #, gcc-internal-format
25261 msgid "%qD specified bound %E exceeds source size %E"
25262 msgstr ""
25263
25264 #: gimple-ssa-warn-access.cc:770
25265 #, gcc-internal-format
25266 msgid "specified bound %E may exceed source size %E"
25267 msgstr ""
25268
25269 #: gimple-ssa-warn-access.cc:772
25270 #, gcc-internal-format
25271 msgid "specified bound %E exceeds source size %E"
25272 msgstr ""
25273
25274 #: gimple-ssa-warn-access.cc:779
25275 #, gcc-internal-format
25276 msgid "%qD specified bound [%E, %E] may exceed source size %E"
25277 msgstr ""
25278
25279 #: gimple-ssa-warn-access.cc:781
25280 #, gcc-internal-format
25281 msgid "%qD specified bound [%E, %E] exceeds source size %E"
25282 msgstr ""
25283
25284 #: gimple-ssa-warn-access.cc:786
25285 #, gcc-internal-format
25286 msgid "specified bound [%E, %E] may exceed source size %E"
25287 msgstr ""
25288
25289 #: gimple-ssa-warn-access.cc:788
25290 #, gcc-internal-format
25291 msgid "specified bound [%E, %E] exceeds source size %E"
25292 msgstr ""
25293
25294 #: gimple-ssa-warn-access.cc:796
25295 #, gcc-internal-format
25296 msgid "source object allocated here"
25297 msgstr ""
25298
25299 #: gimple-ssa-warn-access.cc:819
25300 #, gcc-internal-format
25301 msgid "%qD specified size %E may exceed maximum object size %E"
25302 msgstr ""
25303
25304 #: gimple-ssa-warn-access.cc:821
25305 #, gcc-internal-format
25306 msgid "%qD specified size %E exceeds maximum object size %E"
25307 msgstr ""
25308
25309 #: gimple-ssa-warn-access.cc:826
25310 #, gcc-internal-format
25311 msgid "specified size %E may exceed maximum object size %E"
25312 msgstr ""
25313
25314 #: gimple-ssa-warn-access.cc:828
25315 #, gcc-internal-format
25316 msgid "specified size %E exceeds maximum object size %E"
25317 msgstr ""
25318
25319 #: gimple-ssa-warn-access.cc:835
25320 #, gcc-internal-format
25321 msgid "%qD specified size between %E and %E may exceed maximum object size %E"
25322 msgstr ""
25323
25324 #: gimple-ssa-warn-access.cc:837
25325 #, gcc-internal-format
25326 msgid "%qD specified size between %E and %E exceeds maximum object size %E"
25327 msgstr ""
25328
25329 #: gimple-ssa-warn-access.cc:842
25330 #, gcc-internal-format
25331 msgid "specified size between %E and %E may exceed maximum object size %E"
25332 msgstr ""
25333
25334 #: gimple-ssa-warn-access.cc:844
25335 #, gcc-internal-format
25336 msgid "specified size between %E and %E exceeds maximum object size %E"
25337 msgstr ""
25338
25339 #: gimple-ssa-warn-access.cc:854
25340 #, gcc-internal-format
25341 msgid "%qD specified bound %E may exceed destination size %E"
25342 msgstr ""
25343
25344 #: gimple-ssa-warn-access.cc:861
25345 #, gcc-internal-format
25346 msgid "specified bound %E may exceed destination size %E"
25347 msgstr ""
25348
25349 #: gimple-ssa-warn-access.cc:863
25350 #, gcc-internal-format
25351 msgid "specified bound %E exceeds destination size %E"
25352 msgstr ""
25353
25354 #: gimple-ssa-warn-access.cc:870
25355 #, gcc-internal-format
25356 msgid "%qD specified bound [%E, %E] may exceed destination size %E"
25357 msgstr ""
25358
25359 #: gimple-ssa-warn-access.cc:872
25360 #, gcc-internal-format
25361 msgid "%qD specified bound [%E, %E] exceeds destination size %E"
25362 msgstr ""
25363
25364 #: gimple-ssa-warn-access.cc:877 gimple-ssa-warn-access.cc:879
25365 #, gcc-internal-format
25366 msgid "specified bound [%E, %E] exceeds destination size %E"
25367 msgstr ""
25368
25369 #: gimple-ssa-warn-access.cc:888
25370 #, gcc-internal-format
25371 msgid "destination object allocated here"
25372 msgstr ""
25373
25374 #: gimple-ssa-warn-access.cc:932
25375 #, gcc-internal-format
25376 msgid "%qD may access %E byte in a region of size %E"
25377 msgstr ""
25378
25379 #: gimple-ssa-warn-access.cc:934
25380 #, gcc-internal-format
25381 msgid "%qD accessing %E byte in a region of size %E"
25382 msgstr ""
25383
25384 #: gimple-ssa-warn-access.cc:937
25385 #, gcc-internal-format
25386 msgid "%qD may access %E bytes in a region of size %E"
25387 msgstr ""
25388
25389 #: gimple-ssa-warn-access.cc:939
25390 #, gcc-internal-format
25391 msgid "%qD accessing %E bytes in a region of size %E"
25392 msgstr ""
25393
25394 #: gimple-ssa-warn-access.cc:944
25395 #, gcc-internal-format
25396 msgid "may access %E byte in a region of size %E"
25397 msgstr ""
25398
25399 #: gimple-ssa-warn-access.cc:946
25400 #, gcc-internal-format
25401 msgid "accessing %E byte in a region of size %E"
25402 msgstr ""
25403
25404 #: gimple-ssa-warn-access.cc:949
25405 #, gcc-internal-format
25406 msgid "may access %E bytes in a region of size %E"
25407 msgstr ""
25408
25409 #: gimple-ssa-warn-access.cc:951
25410 #, gcc-internal-format
25411 msgid "accessing %E bytes in a region of size %E"
25412 msgstr ""
25413
25414 #: gimple-ssa-warn-access.cc:960
25415 #, gcc-internal-format
25416 msgid "%qD may access %E or more bytes in a region of size %E"
25417 msgstr ""
25418
25419 #: gimple-ssa-warn-access.cc:962
25420 #, gcc-internal-format
25421 msgid "%qD accessing %E or more bytes in a region of size %E"
25422 msgstr ""
25423
25424 #: gimple-ssa-warn-access.cc:967
25425 #, gcc-internal-format
25426 msgid "may access %E or more bytes in a region of size %E"
25427 msgstr ""
25428
25429 #: gimple-ssa-warn-access.cc:969
25430 #, gcc-internal-format
25431 msgid "accessing %E or more bytes in a region of size %E"
25432 msgstr ""
25433
25434 #: gimple-ssa-warn-access.cc:977
25435 #, gcc-internal-format
25436 msgid "%qD may access between %E and %E bytes in a region of size %E"
25437 msgstr ""
25438
25439 #: gimple-ssa-warn-access.cc:979
25440 #, gcc-internal-format
25441 msgid "%qD accessing between %E and %E bytes in a region of size %E"
25442 msgstr ""
25443
25444 #: gimple-ssa-warn-access.cc:984
25445 #, gcc-internal-format
25446 msgid "may access between %E and %E bytes in a region of size %E"
25447 msgstr ""
25448
25449 #: gimple-ssa-warn-access.cc:986
25450 #, gcc-internal-format
25451 msgid "accessing between %E and %E bytes in a region of size %E"
25452 msgstr ""
25453
25454 #: gimple-ssa-warn-access.cc:998
25455 #, gcc-internal-format
25456 msgid "%qD may write %E byte into a region of size %E"
25457 msgstr ""
25458
25459 #: gimple-ssa-warn-access.cc:1000
25460 #, gcc-internal-format
25461 msgid "%qD writing %E byte into a region of size %E overflows the destination"
25462 msgstr ""
25463
25464 #: gimple-ssa-warn-access.cc:1003
25465 #, gcc-internal-format
25466 msgid "%qD may write %E bytes into a region of size %E"
25467 msgstr ""
25468
25469 #: gimple-ssa-warn-access.cc:1005
25470 #, gcc-internal-format
25471 msgid "%qD writing %E bytes into a region of size %E overflows the destination"
25472 msgstr ""
25473
25474 #: gimple-ssa-warn-access.cc:1010
25475 #, gcc-internal-format
25476 msgid "may write %E byte into a region of size %E"
25477 msgstr ""
25478
25479 #: gimple-ssa-warn-access.cc:1012
25480 #, gcc-internal-format
25481 msgid "writing %E byte into a region of size %E overflows the destination"
25482 msgstr ""
25483
25484 #: gimple-ssa-warn-access.cc:1015
25485 #, gcc-internal-format
25486 msgid "may write %E bytes into a region of size %E"
25487 msgstr ""
25488
25489 #: gimple-ssa-warn-access.cc:1017
25490 #, gcc-internal-format
25491 msgid "writing %E bytes into a region of size %E overflows the destination"
25492 msgstr ""
25493
25494 #: gimple-ssa-warn-access.cc:1026
25495 #, gcc-internal-format
25496 msgid "%qD may write %E or more bytes into a region of size %E"
25497 msgstr ""
25498
25499 #: gimple-ssa-warn-access.cc:1028 gimple-ssa-warn-access.cc:1399
25500 #, gcc-internal-format
25501 msgid "%qD writing %E or more bytes into a region of size %E overflows the destination"
25502 msgstr ""
25503
25504 #: gimple-ssa-warn-access.cc:1034
25505 #, gcc-internal-format
25506 msgid "may write %E or more bytes into a region of size %E"
25507 msgstr ""
25508
25509 #: gimple-ssa-warn-access.cc:1036 gimple-ssa-warn-access.cc:1404
25510 #, gcc-internal-format
25511 msgid "writing %E or more bytes into a region of size %E overflows the destination"
25512 msgstr ""
25513
25514 #: gimple-ssa-warn-access.cc:1045
25515 #, gcc-internal-format
25516 msgid "%qD may write between %E and %E bytes into a region of size %E"
25517 msgstr ""
25518
25519 #: gimple-ssa-warn-access.cc:1047
25520 #, gcc-internal-format
25521 msgid "%qD writing between %E and %E bytes into a region of size %E overflows the destination"
25522 msgstr ""
25523
25524 #: gimple-ssa-warn-access.cc:1053
25525 #, gcc-internal-format
25526 msgid "may write between %E and %E bytes into a region of size %E"
25527 msgstr ""
25528
25529 #: gimple-ssa-warn-access.cc:1055
25530 #, gcc-internal-format
25531 msgid "writing between %E and %E bytes into a region of size %E overflows the destination"
25532 msgstr ""
25533
25534 #: gimple-ssa-warn-access.cc:1069
25535 #, gcc-internal-format
25536 msgid "%qD may read %E byte from a region of size %E"
25537 msgstr ""
25538
25539 #: gimple-ssa-warn-access.cc:1071
25540 #, gcc-internal-format
25541 msgid "%qD reading %E byte from a region of size %E"
25542 msgstr ""
25543
25544 #: gimple-ssa-warn-access.cc:1074
25545 #, gcc-internal-format
25546 msgid "%qD may read %E bytes from a region of size %E"
25547 msgstr ""
25548
25549 #: gimple-ssa-warn-access.cc:1076
25550 #, gcc-internal-format
25551 msgid "%qD reading %E bytes from a region of size %E"
25552 msgstr ""
25553
25554 #: gimple-ssa-warn-access.cc:1082
25555 #, gcc-internal-format
25556 msgid "may read %E byte from a region of size %E"
25557 msgstr ""
25558
25559 #: gimple-ssa-warn-access.cc:1084
25560 #, gcc-internal-format
25561 msgid "reading %E byte from a region of size %E"
25562 msgstr ""
25563
25564 #: gimple-ssa-warn-access.cc:1087
25565 #, gcc-internal-format
25566 msgid "may read %E bytes from a region of size %E"
25567 msgstr ""
25568
25569 #: gimple-ssa-warn-access.cc:1089
25570 #, gcc-internal-format
25571 msgid "reading %E bytes from a region of size %E"
25572 msgstr ""
25573
25574 #: gimple-ssa-warn-access.cc:1098
25575 #, gcc-internal-format
25576 msgid "%qD may read %E or more bytes from a region of size %E"
25577 msgstr ""
25578
25579 #: gimple-ssa-warn-access.cc:1100
25580 #, gcc-internal-format
25581 msgid "%qD reading %E or more bytes from a region of size %E"
25582 msgstr ""
25583
25584 #: gimple-ssa-warn-access.cc:1105
25585 #, gcc-internal-format
25586 msgid "may read %E or more bytes from a region of size %E"
25587 msgstr ""
25588
25589 #: gimple-ssa-warn-access.cc:1107
25590 #, gcc-internal-format
25591 msgid "reading %E or more bytes from a region of size %E"
25592 msgstr ""
25593
25594 #: gimple-ssa-warn-access.cc:1115
25595 #, gcc-internal-format
25596 msgid "%qD may read between %E and %E bytes from a region of size %E"
25597 msgstr ""
25598
25599 #: gimple-ssa-warn-access.cc:1117
25600 #, gcc-internal-format
25601 msgid "%qD reading between %E and %E bytes from a region of size %E"
25602 msgstr ""
25603
25604 #: gimple-ssa-warn-access.cc:1122
25605 #, gcc-internal-format
25606 msgid "may read between %E and %E bytes from a region of size %E"
25607 msgstr ""
25608
25609 #: gimple-ssa-warn-access.cc:1124
25610 #, gcc-internal-format
25611 msgid "reading between %E and %E bytes from a region of size %E"
25612 msgstr ""
25613
25614 #: gimple-ssa-warn-access.cc:1139
25615 #, gcc-internal-format
25616 msgid "%qD expecting %E byte in a region of size %E"
25617 msgid_plural "%qD expecting %E bytes in a region of size %E"
25618 msgstr[0] ""
25619 msgstr[1] ""
25620 msgstr[2] ""
25621
25622 #: gimple-ssa-warn-access.cc:1144
25623 #, gcc-internal-format
25624 msgid "expecting %E byte in a region of size %E"
25625 msgid_plural "expecting %E bytes in a region of size %E"
25626 msgstr[0] ""
25627 msgstr[1] ""
25628 msgstr[2] ""
25629
25630 #: gimple-ssa-warn-access.cc:1152
25631 #, gcc-internal-format
25632 msgid "%qD expecting %E or more bytes in a region of size %E"
25633 msgstr ""
25634
25635 #: gimple-ssa-warn-access.cc:1156
25636 #, gcc-internal-format
25637 msgid "expecting %E or more bytes in a region of size %E"
25638 msgstr ""
25639
25640 #: gimple-ssa-warn-access.cc:1163
25641 #, gcc-internal-format
25642 msgid "%qD expecting between %E and %E bytes in a region of size %E"
25643 msgstr ""
25644
25645 #: gimple-ssa-warn-access.cc:1167
25646 #, gcc-internal-format
25647 msgid "expecting between %E and %E bytes in a region of size %E"
25648 msgstr ""
25649
25650 #: gimple-ssa-warn-access.cc:2023
25651 #, gcc-internal-format
25652 msgid "%qD called on pointer %qE with nonzero offset%s"
25653 msgstr ""
25654
25655 #: gimple-ssa-warn-access.cc:2038 gimple-ssa-warn-access.cc:3768
25656 #, gcc-internal-format
25657 msgid "returned from %qD"
25658 msgstr ""
25659
25660 #: gimple-ssa-warn-access.cc:2041
25661 #, gcc-internal-format
25662 msgid "returned from %qT"
25663 msgstr ""
25664
25665 #: gimple-ssa-warn-access.cc:2043
25666 #, gcc-internal-format
25667 msgid "obtained here"
25668 msgstr ""
25669
25670 #: gimple-ssa-warn-access.cc:2251
25671 #, gcc-internal-format
25672 msgid "argument %i value %qE is negative"
25673 msgstr ""
25674
25675 #: gimple-ssa-warn-access.cc:2268
25676 #, gcc-internal-format, gfc-internal-format
25677 msgid "argument %i value is zero"
25678 msgstr ""
25679
25680 #: gimple-ssa-warn-access.cc:2286
25681 #, gcc-internal-format
25682 msgid "argument %i value %qE exceeds maximum object size %E"
25683 msgstr ""
25684
25685 #: gimple-ssa-warn-access.cc:2300
25686 #, gcc-internal-format
25687 msgid "argument %i range [%E, %E] is negative"
25688 msgstr ""
25689
25690 #: gimple-ssa-warn-access.cc:2307
25691 #, gcc-internal-format
25692 msgid "argument %i range [%E, %E] exceeds maximum object size %E"
25693 msgstr ""
25694
25695 #: gimple-ssa-warn-access.cc:2337
25696 #, gcc-internal-format
25697 msgid "product %<%E * %E%> of arguments %i and %i exceeds %<SIZE_MAX%>"
25698 msgstr ""
25699
25700 #: gimple-ssa-warn-access.cc:2343
25701 #, gcc-internal-format
25702 msgid "product %<%E * %E%> of arguments %i and %i exceeds maximum object size %E"
25703 msgstr ""
25704
25705 #: gimple-ssa-warn-access.cc:2354 gimple-ssa-warn-access.cc:2357
25706 #, gcc-internal-format
25707 msgid "argument %i in the range [%E, %E]"
25708 msgstr ""
25709
25710 #: gimple-ssa-warn-access.cc:2368
25711 #, gcc-internal-format
25712 msgid "in a call to built-in allocation function %qD"
25713 msgstr ""
25714
25715 #: gimple-ssa-warn-access.cc:2371
25716 #, gcc-internal-format
25717 msgid "in a call to allocation function %qD declared here"
25718 msgstr ""
25719
25720 #: gimple-ssa-warn-access.cc:2817
25721 #, gcc-internal-format
25722 msgid "unknown architecture specifier in memory model %wi for %qD"
25723 msgstr ""
25724
25725 #: gimple-ssa-warn-access.cc:2908
25726 #, gcc-internal-format
25727 msgid "invalid memory model %qs for %qD"
25728 msgstr ""
25729
25730 #: gimple-ssa-warn-access.cc:2912
25731 #, gcc-internal-format
25732 msgid "invalid memory model %wi for %qD"
25733 msgstr ""
25734
25735 #: gimple-ssa-warn-access.cc:2927 gimple-ssa-warn-access.cc:2979
25736 #, gcc-internal-format, gfc-internal-format
25737 msgid "valid models are %s"
25738 msgstr ""
25739
25740 #: gimple-ssa-warn-access.cc:2940
25741 #, gcc-internal-format
25742 msgid "invalid failure memory model %qs for %qD"
25743 msgstr ""
25744
25745 #: gimple-ssa-warn-access.cc:2945
25746 #, gcc-internal-format
25747 msgid "valid failure models are %qs, %qs, %qs, %qs"
25748 msgstr ""
25749
25750 #: gimple-ssa-warn-access.cc:2960
25751 #, gcc-internal-format
25752 msgid "failure memory model %qs cannot be stronger than success memory model %qs for %qD"
25753 msgstr ""
25754
25755 #: gimple-ssa-warn-access.cc:2986
25756 #, gcc-internal-format
25757 msgid "failure memory model %wi cannot be stronger than success memory model %wi for %qD"
25758 msgstr ""
25759
25760 #: gimple-ssa-warn-access.cc:3417
25761 #, gcc-internal-format, gfc-internal-format
25762 msgid "bound argument %i value %s is negative for a variable length array argument %i of type %s"
25763 msgstr ""
25764
25765 #: gimple-ssa-warn-access.cc:3425
25766 #, gcc-internal-format, gfc-internal-format
25767 msgid "argument %i value %s is negative"
25768 msgstr ""
25769
25770 #: gimple-ssa-warn-access.cc:3475
25771 #, gcc-internal-format, gfc-internal-format
25772 msgid "argument %i of variable length array %s is null but the corresponding bound argument %i value is %s"
25773 msgstr ""
25774
25775 #: gimple-ssa-warn-access.cc:3484
25776 #, gcc-internal-format, gfc-internal-format
25777 msgid "argument %i is null but the corresponding size argument %i value is %s"
25778 msgstr ""
25779
25780 #: gimple-ssa-warn-access.cc:3495
25781 #, gcc-internal-format
25782 msgid "argument %i to %<%T[static %E]%> is null where non-null expected"
25783 msgstr ""
25784
25785 #: gimple-ssa-warn-access.cc:3558
25786 #, gcc-internal-format
25787 msgid "referencing argument %u of type %qT"
25788 msgstr ""
25789
25790 #: gimple-ssa-warn-access.cc:3572
25791 #, gcc-internal-format
25792 msgid "in a call to function %qD declared with attribute %qs"
25793 msgstr ""
25794
25795 #: gimple-ssa-warn-access.cc:3576
25796 #, gcc-internal-format
25797 msgid "in a call with type %qT and attribute %qs"
25798 msgstr ""
25799
25800 #: gimple-ssa-warn-access.cc:3583
25801 #, gcc-internal-format
25802 msgid "in a call to function %qD"
25803 msgstr ""
25804
25805 #: gimple-ssa-warn-access.cc:3586
25806 #, gcc-internal-format
25807 msgid "in a call with type %qT"
25808 msgstr ""
25809
25810 #: gimple-ssa-warn-access.cc:3690
25811 #, gcc-internal-format
25812 msgid "%qD called on unallocated object %qD"
25813 msgstr ""
25814
25815 #: gimple-ssa-warn-access.cc:3707
25816 #, gcc-internal-format
25817 msgid "%qD called on a pointer to an unallocated object %qE"
25818 msgstr ""
25819
25820 #: gimple-ssa-warn-access.cc:3716
25821 #, gcc-internal-format
25822 msgid "assigned here"
25823 msgstr ""
25824
25825 #: gimple-ssa-warn-access.cc:3749
25826 #, gcc-internal-format
25827 msgid "%qD called on pointer returned from a mismatched allocation function"
25828 msgstr ""
25829
25830 #: gimple-ssa-warn-access.cc:3758
25831 #, gcc-internal-format
25832 msgid "%qD called on pointer to an unallocated object"
25833 msgstr ""
25834
25835 #: gimple-ssa-warn-access.cc:3910
25836 #, gcc-internal-format
25837 msgid "pointer %qE may be used after %qD"
25838 msgstr ""
25839
25840 #: gimple-ssa-warn-access.cc:3911
25841 #, gcc-internal-format
25842 msgid "pointer %qE used after %qD"
25843 msgstr ""
25844
25845 #: gimple-ssa-warn-access.cc:3915
25846 #, gcc-internal-format
25847 msgid "pointer may be used after %qD"
25848 msgstr ""
25849
25850 #: gimple-ssa-warn-access.cc:3916
25851 #, gcc-internal-format
25852 msgid "pointer used after %qD"
25853 msgstr ""
25854
25855 #: gimple-ssa-warn-access.cc:3920
25856 #, gcc-internal-format
25857 msgid "call to %qD here"
25858 msgstr ""
25859
25860 #: gimple-ssa-warn-access.cc:3935
25861 #, gcc-internal-format
25862 msgid "dangling pointer %qE to %qD may be used"
25863 msgstr ""
25864
25865 #: gimple-ssa-warn-access.cc:3936
25866 #, gcc-internal-format
25867 msgid "using dangling pointer %qE to %qD"
25868 msgstr ""
25869
25870 #: gimple-ssa-warn-access.cc:3941
25871 #, gcc-internal-format
25872 msgid "dangling pointer to %qD may be used"
25873 msgstr ""
25874
25875 #: gimple-ssa-warn-access.cc:3942
25876 #, gcc-internal-format
25877 msgid "using a dangling pointer to %qD"
25878 msgstr ""
25879
25880 #: gimple-ssa-warn-access.cc:3945 gimple-ssa-warn-access.cc:4587
25881 #: gimple-ssa-warn-restrict.cc:1823 tree-ssa-uninit.cc:900
25882 #: tree-ssa-uninit.cc:1066 c/c-decl.cc:3893 c/c-decl.cc:4166
25883 #: c/c-typeck.cc:8987 c/c-typeck.cc:11696 cp/class.cc:1492 cp/class.cc:3276
25884 #: cp/constexpr.cc:1012 cp/decl.cc:4290 cp/decl.cc:12341 cp/decl.cc:12824
25885 #: cp/decl.cc:12833 cp/friend.cc:404 cp/friend.cc:414 cp/init.cc:2888
25886 #: cp/parser.cc:3488 cp/parser.cc:3634 cp/parser.cc:3685 cp/parser.cc:6882
25887 #: cp/parser.cc:24226 cp/typeck.cc:4777
25888 #, gcc-internal-format
25889 msgid "%qD declared here"
25890 msgstr ""
25891
25892 #: gimple-ssa-warn-access.cc:3953
25893 #, gcc-internal-format
25894 msgid "dangling pointer %qE to an unnamed temporary may be used"
25895 msgstr ""
25896
25897 #: gimple-ssa-warn-access.cc:3955
25898 #, gcc-internal-format
25899 msgid "using dangling pointer %qE to an unnamed temporary"
25900 msgstr ""
25901
25902 #: gimple-ssa-warn-access.cc:3961
25903 #, gcc-internal-format
25904 msgid "dangling pointer to an unnamed temporary may be used"
25905 msgstr ""
25906
25907 #: gimple-ssa-warn-access.cc:3963
25908 #, gcc-internal-format
25909 msgid "using a dangling pointer to an unnamed temporary"
25910 msgstr ""
25911
25912 #: gimple-ssa-warn-access.cc:3967
25913 #, gcc-internal-format
25914 msgid "unnamed temporary defined here"
25915 msgstr ""
25916
25917 #: gimple-ssa-warn-access.cc:4057
25918 #, gcc-internal-format
25919 msgid "%qD called on pointer %qE passed to mismatched allocation function %qD"
25920 msgstr ""
25921
25922 #: gimple-ssa-warn-access.cc:4062
25923 #, gcc-internal-format
25924 msgid "%qD called on a pointer passed to mismatched reallocation function %qD"
25925 msgstr ""
25926
25927 #: gimple-ssa-warn-access.cc:4068
25928 #, gcc-internal-format
25929 msgid "call to %qD"
25930 msgstr ""
25931
25932 #: gimple-ssa-warn-access.cc:4581
25933 #, gcc-internal-format
25934 msgid "storing the address of local variable %qD in %qE"
25935 msgstr ""
25936
25937 #: gimple-ssa-warn-alloca.cc:285
25938 #, gcc-internal-format
25939 msgid "use of %<alloca%>"
25940 msgstr ""
25941
25942 #: gimple-ssa-warn-alloca.cc:324
25943 #, gcc-internal-format
25944 msgid "argument to variable-length array may be too large"
25945 msgstr ""
25946
25947 #: gimple-ssa-warn-alloca.cc:326
25948 #, gcc-internal-format
25949 msgid "argument to %<alloca%> may be too large"
25950 msgstr ""
25951
25952 #: gimple-ssa-warn-alloca.cc:331
25953 #, gcc-internal-format
25954 msgid "limit is %wu bytes, but argument may be as large as %s"
25955 msgstr ""
25956
25957 #: gimple-ssa-warn-alloca.cc:343
25958 #, gcc-internal-format
25959 msgid "argument to variable-length array is too large"
25960 msgstr ""
25961
25962 #: gimple-ssa-warn-alloca.cc:345
25963 #, gcc-internal-format
25964 msgid "argument to %<alloca%> is too large"
25965 msgstr ""
25966
25967 #: gimple-ssa-warn-alloca.cc:349
25968 #, gcc-internal-format
25969 msgid "limit is %wu bytes, but argument is %s"
25970 msgstr ""
25971
25972 #: gimple-ssa-warn-alloca.cc:361
25973 #, gcc-internal-format
25974 msgid "unbounded use of variable-length array"
25975 msgstr ""
25976
25977 #: gimple-ssa-warn-alloca.cc:362
25978 #, gcc-internal-format
25979 msgid "unbounded use of %<alloca%>"
25980 msgstr ""
25981
25982 #: gimple-ssa-warn-alloca.cc:367
25983 #, gcc-internal-format
25984 msgid "use of %<alloca%> within a loop"
25985 msgstr ""
25986
25987 #: gimple-ssa-warn-alloca.cc:372
25988 #, gcc-internal-format
25989 msgid "argument to variable-length array is zero"
25990 msgstr ""
25991
25992 #: gimple-ssa-warn-alloca.cc:374
25993 #, gcc-internal-format
25994 msgid "argument to %<alloca%> is zero"
25995 msgstr ""
25996
25997 #: gimple-ssa-warn-restrict.cc:1491
25998 #, gcc-internal-format
25999 msgid "%qD accessing %wu byte at offsets %s and %s overlaps %wu byte at offset %s"
26000 msgstr ""
26001
26002 #: gimple-ssa-warn-restrict.cc:1493
26003 #, gcc-internal-format
26004 msgid "%qD accessing %wu byte at offsets %s and %s overlaps %wu bytes at offset %s"
26005 msgstr ""
26006
26007 #: gimple-ssa-warn-restrict.cc:1497
26008 #, gcc-internal-format
26009 msgid "%qD accessing %wu bytes at offsets %s and %s overlaps %wu byte at offset %s"
26010 msgstr ""
26011
26012 #: gimple-ssa-warn-restrict.cc:1499
26013 #, gcc-internal-format
26014 msgid "%qD accessing %wu bytes at offsets %s and %s overlaps %wu bytes at offset %s"
26015 msgstr ""
26016
26017 #: gimple-ssa-warn-restrict.cc:1506
26018 #, gcc-internal-format
26019 msgid "%qD accessing %wu byte at offsets %s and %s overlaps between %wu and %wu bytes at offset %s"
26020 msgid_plural "%qD accessing %wu bytes at offsets %s and %s overlaps between %wu and %wu bytes at offset %s"
26021 msgstr[0] ""
26022 msgstr[1] ""
26023 msgstr[2] ""
26024
26025 #: gimple-ssa-warn-restrict.cc:1516
26026 #, gcc-internal-format
26027 msgid "%qD accessing %wu byte at offsets %s and %s overlaps %wu or more bytes at offset %s"
26028 msgid_plural "%qD accessing %wu bytes at offsets %s and %s overlaps %wu or more bytes at offset %s"
26029 msgstr[0] ""
26030 msgstr[1] ""
26031 msgstr[2] ""
26032
26033 #: gimple-ssa-warn-restrict.cc:1529
26034 #, gcc-internal-format
26035 msgid "%qD accessing between %wu and %wu bytes at offsets %s and %s overlaps %wu byte at offset %s"
26036 msgid_plural "%qD accessing between %wu and %wu bytes at offsets %s and %s overlaps %wu bytes at offset %s"
26037 msgstr[0] ""
26038 msgstr[1] ""
26039 msgstr[2] ""
26040
26041 #: gimple-ssa-warn-restrict.cc:1539
26042 #, gcc-internal-format
26043 msgid "%qD accessing between %wu and %wu bytes at offsets %s and %s overlaps between %wu and %wu bytes at offset %s"
26044 msgstr ""
26045
26046 #: gimple-ssa-warn-restrict.cc:1547
26047 #, gcc-internal-format
26048 msgid "%qD accessing between %wu and %wu bytes at offsets %s and %s overlaps %wu or more bytes at offset %s"
26049 msgstr ""
26050
26051 #: gimple-ssa-warn-restrict.cc:1560
26052 #, gcc-internal-format
26053 msgid "%qD accessing %wu or more bytes at offsets %s and %s overlaps %wu byte at offset %s"
26054 msgid_plural "%qD accessing %wu or more bytes at offsets %s and %s overlaps %wu bytes at offset %s"
26055 msgstr[0] ""
26056 msgstr[1] ""
26057 msgstr[2] ""
26058
26059 #: gimple-ssa-warn-restrict.cc:1568
26060 #, gcc-internal-format
26061 msgid "%qD accessing %wu or more bytes at offsets %s and %s overlaps between %wu and %wu bytes at offset %s"
26062 msgstr ""
26063
26064 #: gimple-ssa-warn-restrict.cc:1575
26065 #, gcc-internal-format
26066 msgid "%qD accessing %wu or more bytes at offsets %s and %s overlaps %wu or more bytes at offset %s"
26067 msgstr ""
26068
26069 #: gimple-ssa-warn-restrict.cc:1603
26070 #, gcc-internal-format
26071 msgid "%qD accessing %wu byte may overlap %wu byte"
26072 msgid_plural "%qD accessing %wu bytes may overlap %wu byte"
26073 msgstr[0] ""
26074 msgstr[1] ""
26075 msgstr[2] ""
26076
26077 #: gimple-ssa-warn-restrict.cc:1610
26078 #, gcc-internal-format
26079 msgid "%qD accessing %wu byte at offsets %s and %s may overlap %wu byte at offset %s"
26080 msgid_plural "%qD accessing %wu bytes at offsets %s and %s may overlap %wu byte at offset %s"
26081 msgstr[0] ""
26082 msgstr[1] ""
26083 msgstr[2] ""
26084
26085 #: gimple-ssa-warn-restrict.cc:1621
26086 #, gcc-internal-format
26087 msgid "%qD accessing %wu byte may overlap up to %wu bytes"
26088 msgid_plural "%qD accessing %wu bytes may overlap up to %wu bytes"
26089 msgstr[0] ""
26090 msgstr[1] ""
26091 msgstr[2] ""
26092
26093 #: gimple-ssa-warn-restrict.cc:1628
26094 #, gcc-internal-format
26095 msgid "%qD accessing %wu byte at offsets %s and %s may overlap up to %wu bytes at offset %s"
26096 msgid_plural "%qD accessing %wu bytes at offsets %s and %s may overlap up to %wu bytes at offset %s"
26097 msgstr[0] ""
26098 msgstr[1] ""
26099 msgstr[2] ""
26100
26101 #: gimple-ssa-warn-restrict.cc:1641
26102 #, gcc-internal-format
26103 msgid "%qD accessing between %wu and %wu bytes may overlap %wu byte"
26104 msgid_plural "%qD accessing between %wu and %wu bytes may overlap up to %wu bytes"
26105 msgstr[0] ""
26106 msgstr[1] ""
26107 msgstr[2] ""
26108
26109 #: gimple-ssa-warn-restrict.cc:1648
26110 #, gcc-internal-format
26111 msgid "%qD accessing between %wu and %wu bytes at offsets %s and %s may overlap %wu byte at offset %s"
26112 msgid_plural "%qD accessing between %wu and %wu bytes at offsets %s and %s may overlap up to %wu bytes at offset %s"
26113 msgstr[0] ""
26114 msgstr[1] ""
26115 msgstr[2] ""
26116
26117 #: gimple-ssa-warn-restrict.cc:1660
26118 #, gcc-internal-format
26119 msgid "%qD accessing %wu or more bytes at offsets %s and %s may overlap %wu byte at offset %s"
26120 msgid_plural "%qD accessing %wu or more bytes at offsets %s and %s may overlap up to %wu bytes at offset %s"
26121 msgstr[0] ""
26122 msgstr[1] ""
26123 msgstr[2] ""
26124
26125 #: gimple-ssa-warn-restrict.cc:1706
26126 #, gcc-internal-format
26127 msgid "%qD specified bound %wu exceeds maximum object size %wu"
26128 msgstr ""
26129
26130 #: gimple-ssa-warn-restrict.cc:1712
26131 #, gcc-internal-format
26132 msgid "%qD specified bound between %wu and %wu exceeds maximum object size %wu"
26133 msgstr ""
26134
26135 #: gimple-ssa-warn-restrict.cc:1773
26136 #, gcc-internal-format
26137 msgid "%qD pointer overflow between offset %s and size %s accessing array %qD with type %qT"
26138 msgstr ""
26139
26140 #: gimple-ssa-warn-restrict.cc:1778 c-family/c-warn.cc:3753
26141 #, gcc-internal-format
26142 msgid "array %qD declared here"
26143 msgstr ""
26144
26145 #: gimple-ssa-warn-restrict.cc:1783 gimple-ssa-warn-restrict.cc:1789
26146 #, gcc-internal-format
26147 msgid "%qD pointer overflow between offset %s and size %s"
26148 msgstr ""
26149
26150 #: gimple-ssa-warn-restrict.cc:1806
26151 #, gcc-internal-format
26152 msgid "%qD forming offset %s is out of the bounds [0, %wu] of object %qD with type %qT"
26153 msgstr ""
26154
26155 #: gimple-ssa-warn-restrict.cc:1809
26156 #, gcc-internal-format
26157 msgid "%qD offset %s is out of the bounds [0, %wu] of object %qD with type %qT"
26158 msgstr ""
26159
26160 #: gimple-ssa-warn-restrict.cc:1815
26161 #, gcc-internal-format
26162 msgid "%qD forming offset %s is out of the bounds of object %qD with type %qT"
26163 msgstr ""
26164
26165 #: gimple-ssa-warn-restrict.cc:1817
26166 #, gcc-internal-format
26167 msgid "%qD offset %s is out of the bounds of object %qD with type %qT"
26168 msgstr ""
26169
26170 #: gimple-ssa-warn-restrict.cc:1830
26171 #, gcc-internal-format
26172 msgid "%qD forming offset %s is out of the bounds [0, %wu]"
26173 msgstr ""
26174
26175 #: gimple-ssa-warn-restrict.cc:1832
26176 #, gcc-internal-format
26177 msgid "%qD offset %s is out of the bounds [0, %wu]"
26178 msgstr ""
26179
26180 #: gimple-ssa-warn-restrict.cc:1838
26181 #, gcc-internal-format
26182 msgid "%qD forming offset %s is out of bounds"
26183 msgstr ""
26184
26185 #: gimple-ssa-warn-restrict.cc:1839
26186 #, gcc-internal-format
26187 msgid "%qD offset %s is out of bounds"
26188 msgstr ""
26189
26190 #: gimple-ssa-warn-restrict.cc:1851
26191 #, gcc-internal-format
26192 msgid "%qD offset %s from the object at %qE is out of the bounds of %qT"
26193 msgstr ""
26194
26195 #: gimple-ssa-warn-restrict.cc:1859 gimple-ssa-warn-restrict.cc:1880
26196 #, gcc-internal-format
26197 msgid "subobject %qD declared here"
26198 msgstr ""
26199
26200 #: gimple-ssa-warn-restrict.cc:1869
26201 #, gcc-internal-format
26202 msgid "%qD offset %s from the object at %qE is out of the bounds of referenced subobject %qD with type %qT at offset %wi"
26203 msgstr ""
26204
26205 #: gimple-streamer-in.cc:207
26206 #, gcc-internal-format, gfc-internal-format
26207 msgid "bytecode stream: unknown GIMPLE statement tag %s"
26208 msgstr ""
26209
26210 #: gimple-warn-recursion.cc:195
26211 #, gcc-internal-format
26212 msgid "infinite recursion detected"
26213 msgstr ""
26214
26215 #: gimple-warn-recursion.cc:202
26216 #, gcc-internal-format
26217 msgid "recursive call"
26218 msgstr ""
26219
26220 #: gimple.cc:1292
26221 #, gcc-internal-format, gfc-internal-format
26222 msgid "gimple check: expected %s(%s), have %s(%s) in %s, at %s:%d"
26223 msgstr ""
26224
26225 #: gimplify.cc:2068
26226 #, gcc-internal-format
26227 msgid "statement will never be executed"
26228 msgstr ""
26229
26230 #: gimplify.cc:2132
26231 #, gcc-internal-format
26232 msgid "%qs cannot be initialized with%<-ftrivial-auto-var_init%>"
26233 msgstr ""
26234
26235 #: gimplify.cc:2524 gimplify.cc:2532
26236 #, gcc-internal-format
26237 msgid "this statement may fall through"
26238 msgstr ""
26239
26240 #: gimplify.cc:2534
26241 #, gcc-internal-format
26242 msgid "here"
26243 msgstr ""
26244
26245 #. We've found [[fallthrough]]; at the end of a switch, which the C++
26246 #. standard says is ill-formed; see [dcl.attr.fallthrough].
26247 #: gimplify.cc:2646 gimplify.cc:2669
26248 #, gcc-internal-format
26249 msgid "attribute %<fallthrough%> not preceding a case label or default label"
26250 msgstr ""
26251
26252 #: gimplify.cc:3767
26253 #, gcc-internal-format
26254 msgid "using result of function returning %<void%>"
26255 msgstr ""
26256
26257 #: gimplify.cc:6600
26258 #, gcc-internal-format, gfc-internal-format
26259 msgid "non-memory output %d must stay in memory"
26260 msgstr ""
26261
26262 #: gimplify.cc:6615
26263 #, gcc-internal-format
26264 msgid "invalid lvalue in %<asm%> output %d"
26265 msgstr ""
26266
26267 #: gimplify.cc:6762
26268 #, gcc-internal-format, gfc-internal-format
26269 msgid "non-memory input %d must stay in memory"
26270 msgstr ""
26271
26272 #: gimplify.cc:6802 gimplify.cc:6812
26273 #, gcc-internal-format, gfc-internal-format
26274 msgid "memory input %d is not directly addressable"
26275 msgstr ""
26276
26277 #: gimplify.cc:7427
26278 #, gcc-internal-format
26279 msgid "threadprivate variable %qE used in a region with %<order(concurrent)%> clause"
26280 msgstr ""
26281
26282 #: gimplify.cc:7429
26283 #, gcc-internal-format
26284 msgid "enclosing region"
26285 msgstr ""
26286
26287 #: gimplify.cc:7433
26288 #, gcc-internal-format
26289 msgid "threadprivate variable %qE used in target region"
26290 msgstr ""
26291
26292 #: gimplify.cc:7435
26293 #, gcc-internal-format
26294 msgid "enclosing target region"
26295 msgstr ""
26296
26297 #: gimplify.cc:7448
26298 #, gcc-internal-format
26299 msgid "threadprivate variable %qE used in untied task"
26300 msgstr ""
26301
26302 #: gimplify.cc:7450
26303 #, gcc-internal-format
26304 msgid "enclosing task"
26305 msgstr ""
26306
26307 #: gimplify.cc:7547
26308 #, gcc-internal-format
26309 msgid "%qE not specified in enclosing %qs"
26310 msgstr ""
26311
26312 #: gimplify.cc:7549
26313 #, gcc-internal-format
26314 msgid "enclosing %qs"
26315 msgstr ""
26316
26317 #: gimplify.cc:7692
26318 #, gcc-internal-format
26319 msgid "%qE not specified in enclosing OpenACC %qs construct"
26320 msgstr ""
26321
26322 #: gimplify.cc:7694
26323 #, gcc-internal-format
26324 msgid "enclosing OpenACC %qs construct"
26325 msgstr ""
26326
26327 #: gimplify.cc:7755
26328 #, gcc-internal-format
26329 msgid "%qE with %<link%> clause used in %<routine%> function"
26330 msgstr ""
26331
26332 #: gimplify.cc:7763
26333 #, gcc-internal-format
26334 msgid "%qE requires a %<declare%> directive for use in a %<routine%> function"
26335 msgstr ""
26336
26337 #: gimplify.cc:7832
26338 #, gcc-internal-format
26339 msgid "%qE not specified in enclosing %<target%>"
26340 msgstr ""
26341
26342 #: gimplify.cc:7834
26343 #, gcc-internal-format
26344 msgid "enclosing %<target%>"
26345 msgstr ""
26346
26347 #: gimplify.cc:7864 gimplify.cc:9565
26348 #, gcc-internal-format
26349 msgid "variable %qE declared in enclosing %<host_data%> region"
26350 msgstr ""
26351
26352 #: gimplify.cc:7885
26353 #, gcc-internal-format
26354 msgid "%qD referenced in target region does not have a mappable type"
26355 msgstr ""
26356
26357 #: gimplify.cc:8016
26358 #, gcc-internal-format
26359 msgid "iteration variable %qE is predetermined linear"
26360 msgstr ""
26361
26362 #: gimplify.cc:8019
26363 #, gcc-internal-format
26364 msgid "iteration variable %qE should be private"
26365 msgstr ""
26366
26367 #: gimplify.cc:8033
26368 #, gcc-internal-format
26369 msgid "iteration variable %qE should not be firstprivate"
26370 msgstr ""
26371
26372 #: gimplify.cc:8036
26373 #, gcc-internal-format
26374 msgid "iteration variable %qE should not be reduction"
26375 msgstr ""
26376
26377 #: gimplify.cc:8039
26378 #, gcc-internal-format
26379 msgid "iteration variable %qE should not be linear"
26380 msgstr ""
26381
26382 #: gimplify.cc:9226 gimplify.cc:9232
26383 #, gcc-internal-format
26384 msgid "conditional %<lastprivate%> clause on %qs construct"
26385 msgstr ""
26386
26387 #: gimplify.cc:9249
26388 #, gcc-internal-format
26389 msgid "non-scalar variable %qD in conditional %<lastprivate%> clause"
26390 msgstr ""
26391
26392 #: gimplify.cc:9271
26393 #, gcc-internal-format
26394 msgid "%<task%> reduction modifier on a construct with a %<nowait%> clause"
26395 msgstr ""
26396
26397 #: gimplify.cc:9279
26398 #, gcc-internal-format
26399 msgid "invalid %<task%> reduction modifier on construct other than %<parallel%>, %qs, %<sections%> or %<scope%>"
26400 msgstr ""
26401
26402 #: gimplify.cc:9290 gimplify.cc:9296 gimplify.cc:9302 gimplify.cc:9308
26403 #: gimplify.cc:9314 gimplify.cc:13647
26404 #, gcc-internal-format
26405 msgid "%<inscan%> %<reduction%> clause on %qs construct"
26406 msgstr ""
26407
26408 #: gimplify.cc:9408
26409 #, gcc-internal-format
26410 msgid "%<linear%> clause for variable other than loop iterator specified on construct combined with %<distribute%>"
26411 msgstr ""
26412
26413 #: gimplify.cc:9761
26414 #, gcc-internal-format
26415 msgid "mapping field %qE of variable length structure"
26416 msgstr ""
26417
26418 #: gimplify.cc:10031
26419 #, gcc-internal-format
26420 msgid "%qE appears more than once in map clauses"
26421 msgstr ""
26422
26423 #: gimplify.cc:10547
26424 #, gcc-internal-format
26425 msgid "copyprivate variable %qE is not threadprivate or private in outer context"
26426 msgstr ""
26427
26428 #: gimplify.cc:10604
26429 #, gcc-internal-format
26430 msgid "%s variable %qE is private in outer context"
26431 msgstr ""
26432
26433 #: gimplify.cc:10636
26434 #, gcc-internal-format
26435 msgid "expected %qs %<if%> clause modifier rather than %qs"
26436 msgstr ""
26437
26438 #: gimplify.cc:10674
26439 #, gcc-internal-format
26440 msgid "%<device%> clause with %<ancestor%> is only allowed on %<target%> construct"
26441 msgstr ""
26442
26443 #: gimplify.cc:10690
26444 #, gcc-internal-format
26445 msgid "with %<ancestor%>, only the %<device%>, %<firstprivate%>, %<private%>, %<defaultmap%>, and %<map%> clauses may appear on the construct"
26446 msgstr ""
26447
26448 #: gimplify.cc:10902
26449 #, gcc-internal-format
26450 msgid "%qD specified in %qs clause but not in %<inscan%> %<reduction%> clause on the containing construct"
26451 msgstr ""
26452
26453 #: gimplify.cc:11116
26454 #, gcc-internal-format
26455 msgid "%<_Atomic%> %qD in implicit %<map%> clause"
26456 msgstr ""
26457
26458 #: gimplify.cc:11170
26459 #, gcc-internal-format
26460 msgid "%<_Atomic%> %qD in implicit %<firstprivate%> clause on %<target%> construct"
26461 msgstr ""
26462
26463 #: gimplify.cc:11427
26464 #, gcc-internal-format
26465 msgid "%<_Atomic%> %qD in %<firstprivate%> clause on %<target%> construct"
26466 msgstr ""
26467
26468 #: gimplify.cc:11500
26469 #, gcc-internal-format
26470 msgid "same variable used in %<firstprivate%> and %<lastprivate%> clauses on %<distribute%> construct"
26471 msgstr ""
26472
26473 #: gimplify.cc:11601
26474 #, gcc-internal-format
26475 msgid "incompatible data clause with reduction on %qE; promoting to %<present_or_copy%>"
26476 msgstr ""
26477
26478 #: gimplify.cc:11750
26479 #, gcc-internal-format
26480 msgid "%qD specified in %<inscan%> %<reduction%> clause but not in %<scan%> directive clause"
26481 msgstr ""
26482
26483 #: gimplify.cc:11769
26484 #, gcc-internal-format
26485 msgid "invalid private reduction on %qE"
26486 msgstr ""
26487
26488 #: gimplify.cc:11919
26489 #, gcc-internal-format
26490 msgid "%<inscan%> %<reduction%> clause used together with %<linear%> clause for a variable other than loop iterator"
26491 msgstr ""
26492
26493 #: gimplify.cc:12253
26494 #, gcc-internal-format
26495 msgid "%<mutexinoutset%> kind in %<depend%> clause on a %<taskwait%> construct"
26496 msgstr ""
26497
26498 #: gimplify.cc:12512 gimplify.cc:12516 gimplify.cc:12525
26499 #, gcc-internal-format
26500 msgid "%qs clause may not appear on non-rectangular %qs"
26501 msgstr ""
26502
26503 #: gimplify.cc:12744
26504 #, gcc-internal-format
26505 msgid "threadprivate iteration variable %qD"
26506 msgstr ""
26507
26508 #: gimplify.cc:12775 gimplify.cc:12883
26509 #, gcc-internal-format
26510 msgid "conditional %<lastprivate%> on loop iterator %qD ignored"
26511 msgstr ""
26512
26513 #: gimplify.cc:13585
26514 #, gcc-internal-format
26515 msgid "%<bind%> clause not specified on a %<loop%> construct not nested inside another OpenMP construct"
26516 msgstr ""
26517
26518 #: gimplify.cc:13609
26519 #, gcc-internal-format
26520 msgid "%<bind(parallel)%> on a %<loop%> construct nested inside %<simd%> construct"
26521 msgstr ""
26522
26523 #: gimplify.cc:13629
26524 #, gcc-internal-format
26525 msgid "%<bind(teams)%> on a %<loop%> region not strictly nested inside of a %<teams%> region"
26526 msgstr ""
26527
26528 #: gimplify.cc:13654
26529 #, gcc-internal-format
26530 msgid "invalid %<task%> reduction modifier on construct other than %<parallel%>, %qs or %<sections%>"
26531 msgstr ""
26532
26533 #: gimplify.cc:13682
26534 #, gcc-internal-format
26535 msgid "%<lastprivate%> clause on a %<loop%> construct refers to a variable %qD which is not the loop iterator"
26536 msgstr ""
26537
26538 #: gimplify.cc:14764 omp-low.cc:3654
26539 #, gcc-internal-format
26540 msgid "%<ordered%> construct with %<depend%> clause must be closely nested inside a loop with %<ordered%> clause with a parameter"
26541 msgstr ""
26542
26543 #: gimplify.cc:14782
26544 #, gcc-internal-format
26545 msgid "variable %qE is not an iteration of outermost loop %d, expected %qE"
26546 msgstr ""
26547
26548 #: gimplify.cc:14795
26549 #, gcc-internal-format
26550 msgid "number of variables in %<depend%> clause with %<sink%> modifier does not match number of iteration variables"
26551 msgstr ""
26552
26553 #: gimplify.cc:14808
26554 #, gcc-internal-format
26555 msgid "more than one %<depend%> clause with %<source%> modifier on an %<ordered%> construct"
26556 msgstr ""
26557
26558 #: gimplify.cc:14819
26559 #, gcc-internal-format
26560 msgid "%<depend%> clause with %<source%> modifier specified together with %<depend%> clauses with %<sink%> modifier on the same construct"
26561 msgstr ""
26562
26563 #: gimplify.cc:16122
26564 #, gcc-internal-format
26565 msgid "gimplification failed"
26566 msgstr ""
26567
26568 #: gimplify.cc:16650
26569 #, gcc-internal-format
26570 msgid "%qT is promoted to %qT when passed through %<...%>"
26571 msgstr ""
26572
26573 #: gimplify.cc:16655
26574 #, gcc-internal-format
26575 msgid "(so you should pass %qT not %qT to %<va_arg%>)"
26576 msgstr ""
26577
26578 #: gimplify.cc:16662
26579 #, gcc-internal-format
26580 msgid "if this code is reached, the program will abort"
26581 msgstr ""
26582
26583 #: godump.cc:1414
26584 #, gcc-internal-format
26585 msgid "could not close Go dump file: %m"
26586 msgstr ""
26587
26588 #: godump.cc:1426
26589 #, gcc-internal-format
26590 msgid "could not open Go dump file %qs: %m"
26591 msgstr ""
26592
26593 #: graphite.cc:524
26594 #, gcc-internal-format
26595 msgid "Graphite loop optimizations cannot be used (isl is not available)."
26596 msgstr ""
26597
26598 #: input.cc:1357
26599 #, gcc-internal-format, gfc-internal-format
26600 msgid "expansion point is location %i"
26601 msgstr ""
26602
26603 #: input.cc:1387
26604 #, gcc-internal-format
26605 msgid "token %u has %<x-location == y-location == %u%>"
26606 msgstr ""
26607
26608 #: input.cc:1396
26609 #, gcc-internal-format
26610 msgid "token %u has %<x-location == %u%>"
26611 msgstr ""
26612
26613 #: input.cc:1397
26614 #, gcc-internal-format
26615 msgid "token %u has %<y-location == %u%>"
26616 msgstr ""
26617
26618 #: internal-fn.cc:634
26619 #, gcc-internal-format
26620 msgid "invalid use of attribute %<fallthrough%>"
26621 msgstr ""
26622
26623 #: ipa-devirt.cc:663 ipa-devirt.cc:748 ipa-devirt.cc:777 ipa-devirt.cc:819
26624 #: ipa-devirt.cc:850
26625 #, gcc-internal-format
26626 msgid "virtual table of type %qD violates one definition rule"
26627 msgstr ""
26628
26629 #: ipa-devirt.cc:666
26630 #, gcc-internal-format
26631 msgid "variable of same assembler name as the virtual table is defined in another translation unit"
26632 msgstr "varijabla s istim imenom asemblera kao i virtualna tablica definirana je u drugoj prijevodnoj jedinici"
26633
26634 #: ipa-devirt.cc:707
26635 #, gcc-internal-format
26636 msgid "virtual table of type %qD contains RTTI information"
26637 msgstr ""
26638
26639 #: ipa-devirt.cc:713
26640 #, gcc-internal-format
26641 msgid "but is prevailed by one without from other translation unit"
26642 msgstr ""
26643
26644 #: ipa-devirt.cc:717
26645 #, gcc-internal-format
26646 msgid "RTTI will not work on this type"
26647 msgstr ""
26648
26649 #: ipa-devirt.cc:754
26650 #, gcc-internal-format
26651 msgid "the conflicting type defined in another translation unit has virtual table of different size"
26652 msgstr ""
26653
26654 #: ipa-devirt.cc:783
26655 #, gcc-internal-format
26656 msgid "the conflicting type defined in another translation unit with different RTTI information"
26657 msgstr ""
26658
26659 #: ipa-devirt.cc:827 ipa-devirt.cc:858
26660 #, gcc-internal-format
26661 msgid "the conflicting type defined in another translation unit"
26662 msgstr ""
26663
26664 #: ipa-devirt.cc:831
26665 #, gcc-internal-format
26666 msgid "contains additional virtual method %qD"
26667 msgstr ""
26668
26669 #: ipa-devirt.cc:838
26670 #, gcc-internal-format
26671 msgid "the conflicting type defined in another translation unit has virtual table with more entries"
26672 msgstr ""
26673
26674 #: ipa-devirt.cc:864
26675 #, gcc-internal-format
26676 msgid "virtual method %qD"
26677 msgstr ""
26678
26679 #: ipa-devirt.cc:868
26680 #, gcc-internal-format
26681 msgid "ought to match virtual method %qD but does not"
26682 msgstr ""
26683
26684 #: ipa-devirt.cc:874
26685 #, gcc-internal-format
26686 msgid "the conflicting type defined in another translation unit has virtual table with different contents"
26687 msgstr ""
26688
26689 #: ipa-devirt.cc:908
26690 #, gcc-internal-format
26691 msgid "type %qT (typedef of %qT) violates the C++ One Definition Rule"
26692 msgstr ""
26693
26694 #: ipa-devirt.cc:916
26695 #, gcc-internal-format
26696 msgid "type %qT violates the C++ One Definition Rule"
26697 msgstr ""
26698
26699 #: ipa-devirt.cc:928 ipa-devirt.cc:943 ipa-devirt.cc:1218 ipa-devirt.cc:1263
26700 #: ipa-devirt.cc:1302 ipa-devirt.cc:1320
26701 #, gcc-internal-format
26702 msgid "a different type is defined in another translation unit"
26703 msgstr ""
26704
26705 #: ipa-devirt.cc:935
26706 #, gcc-internal-format
26707 msgid "the first difference of corresponding definitions is field %qD"
26708 msgstr ""
26709
26710 #: ipa-devirt.cc:945
26711 #, gcc-internal-format
26712 msgid "the first difference of corresponding definitions is method %qD"
26713 msgstr ""
26714
26715 #: ipa-devirt.cc:1050
26716 #, gcc-internal-format
26717 msgid "type %qT defined in anonymous namespace cannot match type %qT across the translation unit boundary"
26718 msgstr ""
26719
26720 #: ipa-devirt.cc:1055
26721 #, gcc-internal-format
26722 msgid "type %qT defined in anonymous namespace cannot match across the translation unit boundary"
26723 msgstr ""
26724
26725 #: ipa-devirt.cc:1060
26726 #, gcc-internal-format
26727 msgid "the incompatible type defined in another translation unit"
26728 msgstr ""
26729
26730 #: ipa-devirt.cc:1076
26731 #, gcc-internal-format
26732 msgid "type name %qs should match type name %qs"
26733 msgstr ""
26734
26735 #: ipa-devirt.cc:1080 ipa-devirt.cc:1177
26736 #, gcc-internal-format
26737 msgid "the incompatible type is defined here"
26738 msgstr ""
26739
26740 #: ipa-devirt.cc:1108
26741 #, gcc-internal-format
26742 msgid "array types have different bounds"
26743 msgstr ""
26744
26745 #: ipa-devirt.cc:1123
26746 #, gcc-internal-format
26747 msgid "return value type mismatch"
26748 msgstr ""
26749
26750 #: ipa-devirt.cc:1138
26751 #, gcc-internal-format
26752 msgid "implicit this pointer type mismatch"
26753 msgstr ""
26754
26755 #: ipa-devirt.cc:1141
26756 #, gcc-internal-format, gfc-internal-format
26757 msgid "type mismatch in parameter %i"
26758 msgstr ""
26759
26760 #: ipa-devirt.cc:1152
26761 #, gcc-internal-format
26762 msgid "types have different parameter counts"
26763 msgstr ""
26764
26765 #: ipa-devirt.cc:1168
26766 #, gcc-internal-format
26767 msgid "type %qT itself violates the C++ One Definition Rule"
26768 msgstr ""
26769
26770 #: ipa-devirt.cc:1174
26771 #, gcc-internal-format
26772 msgid "type %qT should match type %qT"
26773 msgstr ""
26774
26775 #: ipa-devirt.cc:1246
26776 #, gcc-internal-format
26777 msgid "a type with different precision is defined in another translation unit"
26778 msgstr ""
26779
26780 #: ipa-devirt.cc:1253
26781 #, gcc-internal-format
26782 msgid "a type with different signedness is defined in another translation unit"
26783 msgstr ""
26784
26785 #: ipa-devirt.cc:1278
26786 #, gcc-internal-format
26787 msgid "it is defined as a pointer in different address space in another translation unit"
26788 msgstr ""
26789
26790 #: ipa-devirt.cc:1287
26791 #, gcc-internal-format
26792 msgid "it is defined as a pointer to different type in another translation unit"
26793 msgstr ""
26794
26795 #: ipa-devirt.cc:1347
26796 #, gcc-internal-format
26797 msgid "an array of different size is defined in another translation unit"
26798 msgstr ""
26799
26800 #: ipa-devirt.cc:1362
26801 #, gcc-internal-format
26802 msgid "has different return value in another translation unit"
26803 msgstr ""
26804
26805 #: ipa-devirt.cc:1385 ipa-devirt.cc:1397
26806 #, gcc-internal-format
26807 msgid "has different parameters in another translation unit"
26808 msgstr ""
26809
26810 #: ipa-devirt.cc:1420
26811 #, gcc-internal-format
26812 msgid "a type defined in another translation unit is not polymorphic"
26813 msgstr ""
26814
26815 #: ipa-devirt.cc:1424
26816 #, gcc-internal-format
26817 msgid "a type defined in another translation unit is polymorphic"
26818 msgstr ""
26819
26820 #: ipa-devirt.cc:1442 ipa-devirt.cc:1506
26821 #, gcc-internal-format
26822 msgid "a type with different virtual table pointers is defined in another translation unit"
26823 msgstr ""
26824
26825 #: ipa-devirt.cc:1449 ipa-devirt.cc:1511
26826 #, gcc-internal-format
26827 msgid "a type with different bases is defined in another translation unit"
26828 msgstr ""
26829
26830 #: ipa-devirt.cc:1457
26831 #, gcc-internal-format
26832 msgid "a field with different name is defined in another translation unit"
26833 msgstr ""
26834
26835 #: ipa-devirt.cc:1471
26836 #, gcc-internal-format
26837 msgid "a field of same name but different type is defined in another translation unit"
26838 msgstr ""
26839
26840 #: ipa-devirt.cc:1484
26841 #, gcc-internal-format
26842 msgid "fields have different layout in another translation unit"
26843 msgstr ""
26844
26845 #: ipa-devirt.cc:1491
26846 #, gcc-internal-format
26847 msgid "one field is a bitfield while the other is not"
26848 msgstr ""
26849
26850 #: ipa-devirt.cc:1515
26851 #, gcc-internal-format
26852 msgid "a type with different number of fields is defined in another translation unit"
26853 msgstr ""
26854
26855 #: ipa-devirt.cc:1538
26856 #, gcc-internal-format
26857 msgid "a type with different size is defined in another translation unit"
26858 msgstr ""
26859
26860 #: ipa-devirt.cc:1547
26861 #, gcc-internal-format
26862 msgid "one type needs to be constructed while the other does not"
26863 msgstr ""
26864
26865 #: ipa-devirt.cc:1560
26866 #, gcc-internal-format
26867 msgid "memory layout mismatch"
26868 msgstr ""
26869
26870 #: ipa-devirt.cc:1679
26871 #, gcc-internal-format
26872 msgid "the extra base is defined here"
26873 msgstr ""
26874
26875 #: ipa-devirt.cc:3845
26876 #, gcc-internal-format
26877 msgid "Declaring type %qD final would enable devirtualization of %i call"
26878 msgid_plural "Declaring type %qD final would enable devirtualization of %i calls"
26879 msgstr[0] ""
26880 msgstr[1] ""
26881 msgstr[2] ""
26882
26883 #: ipa-devirt.cc:3854
26884 #, gcc-internal-format
26885 msgid "Declaring type %qD final would enable devirtualization of %i call executed %lli times"
26886 msgid_plural "Declaring type %qD final would enable devirtualization of %i calls executed %lli times"
26887 msgstr[0] ""
26888 msgstr[1] ""
26889 msgstr[2] ""
26890
26891 #: ipa-devirt.cc:3884
26892 #, gcc-internal-format
26893 msgid "Declaring virtual destructor of %qD final would enable devirtualization of %i call"
26894 msgid_plural "Declaring virtual destructor of %qD final would enable devirtualization of %i calls"
26895 msgstr[0] ""
26896 msgstr[1] ""
26897 msgstr[2] ""
26898
26899 #: ipa-devirt.cc:3892
26900 #, gcc-internal-format
26901 msgid "Declaring method %qD final would enable devirtualization of %i call"
26902 msgid_plural "Declaring method %qD final would enable devirtualization of %i calls"
26903 msgstr[0] ""
26904 msgstr[1] ""
26905 msgstr[2] ""
26906
26907 #: ipa-devirt.cc:3900
26908 #, gcc-internal-format
26909 msgid "Declaring virtual destructor of %qD final would enable devirtualization of %i call executed %lli times"
26910 msgid_plural "Declaring virtual destructor of %qD final would enable devirtualization of %i calls executed %lli times"
26911 msgstr[0] ""
26912 msgstr[1] ""
26913 msgstr[2] ""
26914
26915 #: ipa-devirt.cc:3911
26916 #, gcc-internal-format
26917 msgid "Declaring method %qD final would enable devirtualization of %i call executed %lli times"
26918 msgid_plural "Declaring method %qD final would enable devirtualization of %i calls executed %lli times"
26919 msgstr[0] ""
26920 msgstr[1] ""
26921 msgstr[2] ""
26922
26923 #: ipa-devirt.cc:4224
26924 #, gcc-internal-format
26925 msgid "type %qs violates the C++ One Definition Rule"
26926 msgstr ""
26927
26928 #: ipa-devirt.cc:4233
26929 #, gcc-internal-format
26930 msgid "an enum with different number of values is defined in another translation unit"
26931 msgstr ""
26932
26933 #: ipa-devirt.cc:4237
26934 #, gcc-internal-format
26935 msgid "an enum with different value name is defined in another translation unit"
26936 msgstr ""
26937
26938 #: ipa-devirt.cc:4241
26939 #, gcc-internal-format
26940 msgid "an enum with different values is defined in another translation unit"
26941 msgstr ""
26942
26943 #: ipa-devirt.cc:4262
26944 #, gcc-internal-format
26945 msgid "name %qs differs from name %qs defined in another translation unit"
26946 msgstr ""
26947
26948 #: ipa-devirt.cc:4268
26949 #, gcc-internal-format
26950 msgid "name %qs is defined as %u-bit while another translation unit defines it as %u-bit"
26951 msgstr ""
26952
26953 #: ipa-devirt.cc:4277
26954 #, gcc-internal-format
26955 msgid "name %qs is defined to %wd while another translation unit defines it as %wd"
26956 msgstr ""
26957
26958 #: ipa-devirt.cc:4283
26959 #, gcc-internal-format
26960 msgid "name %qs is defined to different value in another translation unit"
26961 msgstr ""
26962
26963 #: ipa-devirt.cc:4288
26964 #, gcc-internal-format
26965 msgid "mismatching definition"
26966 msgstr ""
26967
26968 #: ipa-fnsummary.cc:4542
26969 #, gcc-internal-format
26970 msgid "invalid fnsummary in LTO stream"
26971 msgstr ""
26972
26973 #: ipa-fnsummary.cc:4643
26974 #, gcc-internal-format
26975 msgid "ipa inline summary is missing in input file"
26976 msgstr ""
26977
26978 #: ipa-modref.cc:4014
26979 #, gcc-internal-format
26980 msgid "IPA modref summary is missing in input file"
26981 msgstr ""
26982
26983 #: ipa-prop.cc:4774 ipa-prop.cc:4816 ipa-prop.cc:4902 ipa-prop.cc:4950
26984 #, gcc-internal-format
26985 msgid "invalid jump function in LTO stream"
26986 msgstr ""
26987
26988 #: ipa-pure-const.cc:218
26989 #, gcc-internal-format
26990 msgid "function might be candidate for attribute %qs"
26991 msgstr ""
26992
26993 #: ipa-pure-const.cc:219
26994 #, gcc-internal-format
26995 msgid "function might be candidate for attribute %qs if it is known to return normally"
26996 msgstr ""
26997
26998 #: ipa-reference.cc:1264
26999 #, gcc-internal-format
27000 msgid "ipa reference summary is missing in ltrans unit"
27001 msgstr ""
27002
27003 #: ipa-sra.cc:1491
27004 #, gcc-internal-format
27005 msgid "Access offset before parent offset"
27006 msgstr ""
27007
27008 #: ipa-sra.cc:1496
27009 #, gcc-internal-format
27010 msgid "Access size greater or equal to its parent size"
27011 msgstr ""
27012
27013 #: ipa-sra.cc:1501
27014 #, gcc-internal-format
27015 msgid "Access terminates outside of its parent"
27016 msgstr ""
27017
27018 #: ipa-sra.cc:1513
27019 #, gcc-internal-format
27020 msgid "Access overlaps with its sibling"
27021 msgstr ""
27022
27023 #: ipa-sra.cc:1532
27024 #, gcc-internal-format
27025 msgid "IPA-SRA access verification failed"
27026 msgstr ""
27027
27028 #: ipa-sra.cc:2496
27029 #, gcc-internal-format
27030 msgid "function %qs, parameter %u, has IPA-SRA accesses which overlap"
27031 msgstr ""
27032
27033 #: ipa-sra.cc:2499
27034 #, gcc-internal-format
27035 msgid "function %qs, parameter %u, is used but does not have any certain IPA-SRA access"
27036 msgstr ""
27037
27038 #: ira.cc:2434 ira.cc:2456
27039 #, gcc-internal-format
27040 msgid "%s cannot be used in %<asm%> here"
27041 msgstr ""
27042
27043 #: ira.cc:6026
27044 #, gcc-internal-format
27045 msgid "frame pointer required, but reserved"
27046 msgstr ""
27047
27048 #: ira.cc:6027
27049 #, gcc-internal-format
27050 msgid "for %qD"
27051 msgstr ""
27052
27053 #: ira.cc:6043
27054 #, gcc-internal-format
27055 msgid "frame size too large for reliable stack checking"
27056 msgstr ""
27057
27058 #: lra-assigns.cc:1694
27059 #, gcc-internal-format, gfc-internal-format
27060 msgid "maximum number of LRA assignment passes is achieved (%d)"
27061 msgstr ""
27062
27063 #: lra-assigns.cc:1855 reload1.cc:1242
27064 #, gcc-internal-format
27065 msgid "%<asm%> operand has impossible constraints"
27066 msgstr ""
27067
27068 #: lra-assigns.cc:1870
27069 #, gcc-internal-format
27070 msgid "unable to find a register to spill"
27071 msgstr ""
27072
27073 #: lra-constraints.cc:4170 reload.cc:3845 reload.cc:4100
27074 #, gcc-internal-format
27075 msgid "inconsistent operand constraints in an %<asm%>"
27076 msgstr ""
27077
27078 #: lra-constraints.cc:5126
27079 #, gcc-internal-format, gfc-internal-format
27080 msgid "maximum number of generated reload insns per insn achieved (%d)"
27081 msgstr ""
27082
27083 #: lto-cgraph.cc:1127
27084 #, gcc-internal-format
27085 msgid "function %qs has been referenced in offloaded code but hasn%'t been marked to be included in the offloaded code"
27086 msgstr ""
27087
27088 #: lto-cgraph.cc:1132
27089 #, gcc-internal-format
27090 msgid "variable %qs has been referenced in offloaded code but hasn%'t been marked to be included in the offloaded code"
27091 msgstr ""
27092
27093 #: lto-cgraph.cc:1301
27094 #, gcc-internal-format, gfc-internal-format
27095 msgid "bytecode stream: found multiple instances of cgraph node with uid %d"
27096 msgstr ""
27097
27098 #: lto-cgraph.cc:1466
27099 #, gcc-internal-format
27100 msgid "bytecode stream: no caller found while reading edge"
27101 msgstr ""
27102
27103 #: lto-cgraph.cc:1472
27104 #, gcc-internal-format
27105 msgid "bytecode stream: no callee found while reading edge"
27106 msgstr ""
27107
27108 #: lto-cgraph.cc:1549
27109 #, gcc-internal-format
27110 msgid "bytecode stream: found empty cgraph node"
27111 msgstr ""
27112
27113 #: lto-cgraph.cc:1668
27114 #, gcc-internal-format, gfc-internal-format
27115 msgid "At most %i profile runs is supported. Perhaps corrupted profile?"
27116 msgstr ""
27117
27118 #: lto-cgraph.cc:1693
27119 #, gcc-internal-format, gfc-internal-format
27120 msgid "Profile information in %s corrupted"
27121 msgstr ""
27122
27123 #: lto-cgraph.cc:1731
27124 #, gcc-internal-format, gfc-internal-format
27125 msgid "cannot find LTO cgraph in %s"
27126 msgstr ""
27127
27128 #: lto-cgraph.cc:1741
27129 #, gcc-internal-format, gfc-internal-format
27130 msgid "cannot find LTO section refs in %s"
27131 msgstr ""
27132
27133 #: lto-cgraph.cc:1816
27134 #, gcc-internal-format, gfc-internal-format
27135 msgid "invalid offload table in %s"
27136 msgstr ""
27137
27138 #: lto-compress.cc:142 lto-compress.cc:269 lto-compress.cc:277
27139 #: lto-compress.cc:297 lto-compress.cc:363 lto-compress.cc:371
27140 #: lto-compress.cc:391
27141 #, gcc-internal-format, gfc-internal-format
27142 msgid "compressed stream: %s"
27143 msgstr ""
27144
27145 #: lto-compress.cc:163
27146 #, gcc-internal-format
27147 msgid "original not compressed with zstd"
27148 msgstr ""
27149
27150 #: lto-compress.cc:165
27151 #, gcc-internal-format
27152 msgid "original size unknown"
27153 msgstr ""
27154
27155 #: lto-compress.cc:171
27156 #, gcc-internal-format, gfc-internal-format
27157 msgid "decompressed stream: %s"
27158 msgstr ""
27159
27160 #: lto-compress.cc:411
27161 #, gcc-internal-format
27162 msgid "compiler does not support ZSTD LTO compression"
27163 msgstr ""
27164
27165 #: lto-section-in.cc:460
27166 #, gcc-internal-format, gfc-internal-format
27167 msgid "bytecode stream: trying to read %d bytes after the end of the input buffer"
27168 msgstr ""
27169
27170 #: lto-section-in.cc:471
27171 #, gcc-internal-format, gfc-internal-format
27172 msgid "%s out of range: Range is %i to %i, value is %i"
27173 msgstr ""
27174
27175 #: lto-streamer-in.cc:125
27176 #, gcc-internal-format, gfc-internal-format
27177 msgid "bytecode stream: unexpected tag %s"
27178 msgstr ""
27179
27180 #: lto-streamer-in.cc:1193 lto-streamer-in.cc:1204
27181 #, gcc-internal-format
27182 msgid "Cgraph edge statement index out of range"
27183 msgstr ""
27184
27185 #: lto-streamer-in.cc:1198 lto-streamer-in.cc:1208
27186 #, gcc-internal-format
27187 msgid "Cgraph edge statement index not found"
27188 msgstr ""
27189
27190 #: lto-streamer-in.cc:1215
27191 #, gcc-internal-format
27192 msgid "Reference statement index out of range"
27193 msgstr "Index referente izjave je izvan granica"
27194
27195 #: lto-streamer-in.cc:1219
27196 #, gcc-internal-format
27197 msgid "Reference statement index not found"
27198 msgstr ""
27199
27200 #: lto-streamer-in.cc:1966
27201 #, gcc-internal-format, gfc-internal-format
27202 msgid "cannot read LTO mode table from %s"
27203 msgstr ""
27204
27205 #: lto-streamer-in.cc:2068
27206 #, gcc-internal-format
27207 msgid "%s - %u-bit-precision floating-point numbers unsupported (mode %qs)"
27208 msgstr ""
27209
27210 #: lto-streamer-in.cc:2073
27211 #, gcc-internal-format
27212 msgid "%s - %u-bit-precision decimal floating-point numbers unsupported (mode %qs)"
27213 msgstr ""
27214
27215 #: lto-streamer-in.cc:2078
27216 #, gcc-internal-format
27217 msgid "%s - %u-bit-precision complex floating-point numbers unsupported (mode %qs)"
27218 msgstr ""
27219
27220 #: lto-streamer-in.cc:2083
27221 #, gcc-internal-format
27222 msgid "%s - %u-bit integer numbers unsupported (mode %qs)"
27223 msgstr ""
27224
27225 #: lto-streamer-in.cc:2086
27226 #, gcc-internal-format
27227 msgid "%s - unsupported mode %qs"
27228 msgstr ""
27229
27230 #: lto-streamer-out.cc:554 lto-streamer-out.cc:906
27231 #, gcc-internal-format
27232 msgid "tree code %qs is not supported in LTO streams"
27233 msgstr ""
27234
27235 #: lto-streamer.cc:129
27236 #, gcc-internal-format, gfc-internal-format
27237 msgid "bytecode stream: unexpected LTO section %s"
27238 msgstr ""
27239
27240 #: lto-streamer.cc:261
27241 #, gcc-internal-format
27242 msgid "bytecode stream in file %qs generated with LTO version %d.%d instead of the expected %d.%d"
27243 msgstr ""
27244
27245 #: lto-wrapper.cc:131
27246 #, gcc-internal-format
27247 msgid "deleting LTRANS file %s: %m"
27248 msgstr "uklanjam LTRANS datoteku %s: %m"
27249
27250 #: lto-wrapper.cc:324
27251 #, gcc-internal-format, gfc-internal-format
27252 msgid "option %s with different values"
27253 msgstr ""
27254
27255 #: lto-wrapper.cc:340
27256 #, gcc-internal-format
27257 msgid "option %qs with mismatching values (%s, %s)"
27258 msgstr ""
27259
27260 #: lto-wrapper.cc:455
27261 #, gcc-internal-format, gfc-internal-format
27262 msgid "option %s not used consistently in all LTO input files"
27263 msgstr ""
27264
27265 #: lto-wrapper.cc:597 lto-wrapper.cc:605
27266 #, gcc-internal-format
27267 msgid "Extra option to %<-Xassembler%>: %s, dropping all %<-Xassembler%> and %<-Wa%> options."
27268 msgstr ""
27269
27270 #: lto-wrapper.cc:613
27271 #, gcc-internal-format
27272 msgid "Options to %<-Xassembler%> do not match: %s, %s, dropping all %<-Xassembler%> and %<-Wa%> options."
27273 msgstr ""
27274
27275 #: lto-wrapper.cc:939
27276 #, gcc-internal-format
27277 msgid "could not find %s in %s (consider using %<-B%>)"
27278 msgstr ""
27279
27280 #: lto-wrapper.cc:1020
27281 #, gcc-internal-format, gfc-internal-format
27282 msgid "problem with building target image for %s"
27283 msgstr ""
27284
27285 #: lto-wrapper.cc:1049
27286 #, gcc-internal-format
27287 msgid "reading input file"
27288 msgstr ""
27289
27290 #: lto-wrapper.cc:1054
27291 #, gcc-internal-format
27292 msgid "writing output file"
27293 msgstr ""
27294
27295 #: lto-wrapper.cc:1090
27296 #, gcc-internal-format
27297 msgid "installation error, cannot find %<crtoffloadtable.o%>"
27298 msgstr ""
27299
27300 #: lto-wrapper.cc:1436
27301 #, gcc-internal-format
27302 msgid "environment variable %<COLLECT_GCC%> must be set"
27303 msgstr "varijabla okoline %<COLLECT_GCC%> mora biti postavljena"
27304
27305 #: lto-wrapper.cc:1440
27306 #, gcc-internal-format
27307 msgid "environment variable %<COLLECT_GCC_OPTIONS%> must be set"
27308 msgstr "varijabla okoline %<COLLECT_GCC_OPTIONS%> mora biti postavljena"
27309
27310 #: lto-wrapper.cc:1710 lto-wrapper.cc:1768 c-family/c-pch.cc:213
27311 #: c-family/c-pch.cc:248 c-family/c-pch.cc:286
27312 #, gcc-internal-format
27313 msgid "cannot read %s: %m"
27314 msgstr "nije moguće čitati %s: %m"
27315
27316 #: lto-wrapper.cc:1737
27317 #, gcc-internal-format, gfc-internal-format
27318 msgid "invalid format of %s"
27319 msgstr ""
27320
27321 #: lto-wrapper.cc:1903
27322 #, gcc-internal-format
27323 msgid "%<fopen%>: %s: %m"
27324 msgstr "%<fopen%>: %s: %m"
27325
27326 #: lto-wrapper.cc:1920
27327 #, gcc-internal-format, gfc-internal-format
27328 msgid "corrupted ltrans output file %s"
27329 msgstr "oštećeni izlazna datoteka ltrans %s"
27330
27331 #: lto-wrapper.cc:1962
27332 #, gcc-internal-format, gfc-internal-format
27333 msgid "using serial compilation of %d LTRANS jobs"
27334 msgstr ""
27335
27336 #: lto-wrapper.cc:2135
27337 #, gcc-internal-format
27338 msgid "%<atexit%> failed"
27339 msgstr "%<atexit%> neuspješan"
27340
27341 #: multiple_target.cc:76
27342 #, gcc-internal-format
27343 msgid "the call requires %<ifunc%>, which is not supported by this target"
27344 msgstr ""
27345
27346 #: multiple_target.cc:83
27347 #, gcc-internal-format
27348 msgid "target does not support function version dispatcher"
27349 msgstr ""
27350
27351 #: multiple_target.cc:91
27352 #, gcc-internal-format
27353 msgid "default %<target_clones%> attribute was not set"
27354 msgstr ""
27355
27356 #: multiple_target.cc:327 c-family/c-attribs.cc:5494
27357 #, gcc-internal-format
27358 msgid "single %<target_clones%> attribute is ignored"
27359 msgstr ""
27360
27361 #: multiple_target.cc:336
27362 #, gcc-internal-format
27363 msgid "clones for %<target_clones%> attribute cannot be created"
27364 msgstr ""
27365
27366 #: multiple_target.cc:339
27367 #, gcc-internal-format
27368 msgid "function %q+F can never be copied because it has %<noclone%> attribute"
27369 msgstr ""
27370
27371 #: multiple_target.cc:360
27372 #, gcc-internal-format
27373 msgid "%<default%> target was not set"
27374 msgstr ""
27375
27376 #: multiple_target.cc:364
27377 #, gcc-internal-format
27378 msgid "an empty string cannot be in %<target_clones%> attribute"
27379 msgstr ""
27380
27381 #: multiple_target.cc:368
27382 #, gcc-internal-format
27383 msgid "multiple %<default%> targets were set"
27384 msgstr ""
27385
27386 #: omp-expand.cc:3340
27387 #, gcc-internal-format
27388 msgid "%<depend%> clause with %<sink%> modifier waiting for lexically later iteration"
27389 msgstr ""
27390
27391 #: omp-expand.cc:3477
27392 #, gcc-internal-format
27393 msgid "%<depend%> clause with %<sink%> modifier refers to iteration never in the iteration space"
27394 msgstr ""
27395
27396 #: omp-expand.cc:8068
27397 #, gcc-internal-format
27398 msgid "invalid OpenMP non-rectangular loop step; %<(%E - %E) * %E%> is not a multiple of loop %d step %qE"
27399 msgstr ""
27400
27401 #: omp-expand.cc:9995
27402 #, gcc-internal-format
27403 msgid "%<ancestor%> not yet supported"
27404 msgstr ""
27405
27406 #: omp-general.cc:1111
27407 #, gcc-internal-format
27408 msgid "selector set %qs specified more than once"
27409 msgstr ""
27410
27411 #: omp-general.cc:1125 omp-general.cc:1138
27412 #, gcc-internal-format
27413 msgid "selector %qs specified more than once in set %qs"
27414 msgstr ""
27415
27416 #: omp-general.cc:1179
27417 #, gcc-internal-format
27418 msgid "incorrect property %qs of %qs selector"
27419 msgstr ""
27420
27421 #: omp-general.cc:1186
27422 #, gcc-internal-format
27423 msgid "unknown property %qs of %qs selector"
27424 msgstr ""
27425
27426 #: omp-general.cc:1191
27427 #, gcc-internal-format
27428 msgid "unknown property %qE of %qs selector"
27429 msgstr ""
27430
27431 #: omp-general.cc:1233
27432 #, gcc-internal-format
27433 msgid "%qD used as a variant with incompatible %<construct%> selector sets"
27434 msgstr ""
27435
27436 #: omp-general.cc:2766
27437 #, gcc-internal-format
27438 msgid "%qs specifies a conflicting level of parallelism"
27439 msgstr ""
27440
27441 #: omp-general.cc:2769
27442 #, gcc-internal-format
27443 msgid "... to the previous %qs clause here"
27444 msgstr ""
27445
27446 #: omp-general.cc:2804
27447 #, gcc-internal-format
27448 msgid "cannot apply %<%s%> to %qD, which has also been marked with an OpenMP 'declare target' directive"
27449 msgstr ""
27450
27451 #: omp-general.cc:2858
27452 #, gcc-internal-format
27453 msgid "incompatible %qs clause when applying %<%s%> to %qD, which has already been marked with an OpenACC 'routine' directive"
27454 msgstr ""
27455
27456 #: omp-general.cc:2865
27457 #, gcc-internal-format
27458 msgid "missing %qs clause when applying %<%s%> to %qD, which has already been marked with an OpenACC 'routine' directive"
27459 msgstr ""
27460
27461 #: omp-general.cc:2874
27462 #, gcc-internal-format
27463 msgid "... with %qs clause here"
27464 msgstr ""
27465
27466 #: omp-general.cc:2882
27467 #, gcc-internal-format
27468 msgid "... without %qs clause near to here"
27469 msgstr ""
27470
27471 #: omp-low.cc:2704 omp-offload.cc:1488
27472 #, gcc-internal-format
27473 msgid "%<seq%> overrides other OpenACC loop specifiers"
27474 msgstr ""
27475
27476 #: omp-low.cc:2707 omp-offload.cc:1489
27477 #, gcc-internal-format
27478 msgid "%<auto%> conflicts with other OpenACC loop specifiers"
27479 msgstr ""
27480
27481 #: omp-low.cc:2711 omp-offload.cc:1523
27482 #, gcc-internal-format
27483 msgid "inner loop uses same OpenACC parallelism as containing loop"
27484 msgstr ""
27485
27486 #: omp-low.cc:2762
27487 #, gcc-internal-format
27488 msgid "argument not permitted on %qs clause"
27489 msgstr ""
27490
27491 #: omp-low.cc:2766
27492 #, gcc-internal-format
27493 msgid "enclosing parent compute construct"
27494 msgstr ""
27495
27496 #: omp-low.cc:2769
27497 #, gcc-internal-format
27498 msgid "enclosing routine"
27499 msgstr ""
27500
27501 #: omp-low.cc:2810
27502 #, gcc-internal-format
27503 msgid "conflicting reduction operations for %qE"
27504 msgstr ""
27505
27506 #: omp-low.cc:2813
27507 #, gcc-internal-format
27508 msgid "location of the previous reduction for %qE"
27509 msgstr ""
27510
27511 #: omp-low.cc:2846
27512 #, gcc-internal-format
27513 msgid "nested loop in reduction needs reduction clause for %qE"
27514 msgstr ""
27515
27516 #: omp-low.cc:3103
27517 #, gcc-internal-format
27518 msgid "%<target%> construct with nested %<teams%> construct contains directives outside of the %<teams%> construct"
27519 msgstr ""
27520
27521 #: omp-low.cc:3161
27522 #, gcc-internal-format
27523 msgid "non-OpenACC construct inside of OpenACC routine"
27524 msgstr ""
27525
27526 #: omp-low.cc:3170
27527 #, gcc-internal-format
27528 msgid "non-OpenACC construct inside of OpenACC region"
27529 msgstr ""
27530
27531 #: omp-low.cc:3185
27532 #, gcc-internal-format
27533 msgid "OpenMP constructs are not allowed in target region with %<ancestor%>"
27534 msgstr ""
27535
27536 #: omp-low.cc:3210 omp-low.cc:3277
27537 #, gcc-internal-format
27538 msgid "OpenMP constructs other than %<parallel%>, %<loop%> or %<simd%> may not be nested inside a region with the %<order(concurrent)%> clause"
27539 msgstr ""
27540
27541 #: omp-low.cc:3229
27542 #, gcc-internal-format
27543 msgid "%<ordered simd threads%> must be closely nested inside of %<%s simd%> region"
27544 msgstr ""
27545
27546 #: omp-low.cc:3245
27547 #, gcc-internal-format
27548 msgid "OpenMP constructs other than %<ordered simd%>, %<simd%>, %<loop%> or %<atomic%> may not be nested inside %<simd%> region"
27549 msgstr ""
27550
27551 #: omp-low.cc:3259
27552 #, gcc-internal-format
27553 msgid "only %<distribute%>, %<parallel%> or %<loop%> regions are allowed to be strictly nested inside %<teams%> region"
27554 msgstr ""
27555
27556 #: omp-low.cc:3273
27557 #, gcc-internal-format
27558 msgid "OpenMP constructs other than %<parallel%>, %<loop%> or %<simd%> may not be nested inside a %<loop%> region"
27559 msgstr ""
27560
27561 #: omp-low.cc:3293
27562 #, gcc-internal-format
27563 msgid "%<distribute%> region must be strictly nested inside %<teams%> construct"
27564 msgstr ""
27565
27566 #: omp-low.cc:3342
27567 #, gcc-internal-format
27568 msgid "OpenACC loop directive must be associated with an OpenACC compute region"
27569 msgstr ""
27570
27571 #: omp-low.cc:3364
27572 #, gcc-internal-format
27573 msgid "orphaned %qs construct"
27574 msgstr ""
27575
27576 #: omp-low.cc:3393
27577 #, gcc-internal-format
27578 msgid "%<cancel for%> inside %<nowait%> for construct"
27579 msgstr ""
27580
27581 #: omp-low.cc:3398
27582 #, gcc-internal-format
27583 msgid "%<cancel for%> inside %<ordered%> for construct"
27584 msgstr ""
27585
27586 #: omp-low.cc:3418 omp-low.cc:3431
27587 #, gcc-internal-format
27588 msgid "%<cancel sections%> inside %<nowait%> sections construct"
27589 msgstr ""
27590
27591 #: omp-low.cc:3460
27592 #, gcc-internal-format
27593 msgid "%<%s taskgroup%> construct not closely nested inside of %<taskgroup%> region"
27594 msgstr ""
27595
27596 #: omp-low.cc:3485
27597 #, gcc-internal-format
27598 msgid "invalid arguments"
27599 msgstr "nevaljani argumenti"
27600
27601 #: omp-low.cc:3491
27602 #, gcc-internal-format
27603 msgid "%<%s %s%> construct not closely nested inside of %qs"
27604 msgstr ""
27605
27606 #: omp-low.cc:3520
27607 #, gcc-internal-format
27608 msgid "barrier region may not be closely nested inside of work-sharing, %<loop%>, %<critical%>, %<ordered%>, %<master%>, %<masked%>, explicit %<task%> or %<taskloop%> region"
27609 msgstr ""
27610
27611 #: omp-low.cc:3527
27612 #, gcc-internal-format
27613 msgid "work-sharing region may not be closely nested inside of work-sharing, %<loop%>, %<critical%>, %<ordered%>, %<master%>, %<masked%>, explicit %<task%> or %<taskloop%> region"
27614 msgstr ""
27615
27616 #: omp-low.cc:3558
27617 #, gcc-internal-format
27618 msgid "%qs region may not be closely nested inside of work-sharing, %<loop%>, explicit %<task%> or %<taskloop%> region"
27619 msgstr ""
27620
27621 #: omp-low.cc:3593
27622 #, gcc-internal-format
27623 msgid "%<scope%> region may not be closely nested inside of work-sharing, %<loop%>, explicit %<task%>, %<taskloop%>, %<critical%>, %<ordered%>, %<master%>, or %<masked%> region"
27624 msgstr ""
27625
27626 #: omp-low.cc:3618 omp-low.cc:3775 c-family/c-omp.cc:734
27627 #, gcc-internal-format
27628 msgid "%<depend(%s)%> is only allowed in %<omp ordered%>"
27629 msgstr ""
27630
27631 #: omp-low.cc:3646
27632 #, gcc-internal-format
27633 msgid "%<ordered%> construct with %<depend%> clause must be closely nested inside an %<ordered%> loop"
27634 msgstr ""
27635
27636 #: omp-low.cc:3663
27637 #, gcc-internal-format
27638 msgid "invalid depend kind in omp %<ordered%> %<depend%>"
27639 msgstr ""
27640
27641 #: omp-low.cc:3678
27642 #, gcc-internal-format
27643 msgid "%<ordered%> %<simd%> must be closely nested inside %<simd%> region"
27644 msgstr ""
27645
27646 #: omp-low.cc:3691
27647 #, gcc-internal-format
27648 msgid "%<ordered%> region may not be closely nested inside of %<critical%>, %<ordered%>, explicit %<task%> or %<taskloop%> region"
27649 msgstr ""
27650
27651 #: omp-low.cc:3704 omp-low.cc:3726
27652 #, gcc-internal-format
27653 msgid "%<ordered%> region must be closely nested inside a loop region with an %<ordered%> clause"
27654 msgstr ""
27655
27656 #: omp-low.cc:3712
27657 #, gcc-internal-format
27658 msgid "%<ordered%> region without %<depend%> clause may not be closely nested inside a loop region with an %<ordered%> clause with a parameter"
27659 msgstr ""
27660
27661 #: omp-low.cc:3743
27662 #, gcc-internal-format
27663 msgid "%<critical%> region may not be nested inside a %<critical%> region with the same name"
27664 msgstr ""
27665
27666 #: omp-low.cc:3761
27667 #, gcc-internal-format
27668 msgid "%<teams%> construct must be closely nested inside of %<target%> construct or not nested in any OpenMP construct"
27669 msgstr ""
27670
27671 #: omp-low.cc:3783
27672 #, gcc-internal-format
27673 msgid "OpenACC region inside of OpenACC routine, nested parallelism not supported yet"
27674 msgstr ""
27675
27676 #: omp-low.cc:3796
27677 #, gcc-internal-format
27678 msgid "OpenACC construct inside of non-OpenACC region"
27679 msgstr ""
27680
27681 #: omp-low.cc:3857
27682 #, gcc-internal-format
27683 msgid "%s %qs construct inside of %s %qs region"
27684 msgstr ""
27685
27686 #: omp-low.cc:3870 omp-low.cc:3877
27687 #, gcc-internal-format
27688 msgid "%qs construct inside of %qs region"
27689 msgstr ""
27690
27691 #: omp-low.cc:4116
27692 #, gcc-internal-format
27693 msgid "setjmp/longjmp inside %<simd%> construct"
27694 msgstr ""
27695
27696 #: omp-low.cc:4142
27697 #, gcc-internal-format
27698 msgid "OpenMP runtime API call %qD in a region with %<order(concurrent)%> clause"
27699 msgstr ""
27700
27701 #: omp-low.cc:4158
27702 #, gcc-internal-format
27703 msgid "OpenMP runtime API call %qD strictly nested in a %<teams%> region"
27704 msgstr ""
27705
27706 #: omp-low.cc:4170
27707 #, gcc-internal-format
27708 msgid "OpenMP runtime API call %qD in a region with %<device(ancestor)%> clause"
27709 msgstr ""
27710
27711 #: omp-low.cc:9829
27712 #, gcc-internal-format
27713 msgid "ignoring sink clause with offset that is not a multiple of the loop step"
27714 msgstr ""
27715
27716 #: omp-low.cc:9852
27717 #, gcc-internal-format
27718 msgid "first offset must be in opposite direction of loop iterations"
27719 msgstr ""
27720
27721 #: omp-low.cc:14618
27722 #, gcc-internal-format, gfc-internal-format
27723 msgid "invalid exit from %s structured block"
27724 msgstr ""
27725
27726 #: omp-low.cc:14620 omp-low.cc:14625
27727 #, gcc-internal-format, gfc-internal-format
27728 msgid "invalid entry to %s structured block"
27729 msgstr ""
27730
27731 #. Otherwise, be vague and lazy, but efficient.
27732 #: omp-low.cc:14629
27733 #, gcc-internal-format, gfc-internal-format
27734 msgid "invalid branch to/from %s structured block"
27735 msgstr ""
27736
27737 #: omp-oacc-kernels-decompose.cc:254
27738 #, gcc-internal-format
27739 msgid "conditionally executed loop in %<kernels%> region will be executed by a single gang; ignoring %<gang%> clause"
27740 msgstr ""
27741
27742 #. No need to recurse into nested statements; no loop nested inside
27743 #. this loop can be gang-partitioned.
27744 #: omp-oacc-kernels-decompose.cc:270
27745 #, gcc-internal-format
27746 msgid "%<gang%> loop in %<gang-single%> region"
27747 msgstr ""
27748
27749 #: omp-oacc-kernels-decompose.cc:480
27750 #, gcc-internal-format
27751 msgid "cannot honor conflicting %qs clause"
27752 msgstr ""
27753
27754 #: omp-oacc-kernels-decompose.cc:483
27755 #, gcc-internal-format
27756 msgid "location of the previous clause in the same loop nest"
27757 msgstr ""
27758
27759 #: omp-oacc-kernels-decompose.cc:562
27760 #, gcc-internal-format
27761 msgid "argument not permitted on %qs clause in OpenACC %<kernels%> region with a %qs clause"
27762 msgstr ""
27763
27764 #: omp-oacc-kernels-decompose.cc:566
27765 #, gcc-internal-format
27766 msgid "location of OpenACC %<kernels%>"
27767 msgstr ""
27768
27769 #: omp-oacc-kernels-decompose.cc:1288
27770 #, gcc-internal-format
27771 msgid "%qs not yet supported"
27772 msgstr ""
27773
27774 #: omp-oacc-neuter-broadcast.cc:1764
27775 #, gcc-internal-format
27776 msgid "shared-memory region overflow"
27777 msgstr ""
27778
27779 #: omp-offload.cc:315
27780 #, gcc-internal-format
27781 msgid "%qD specified both in declare target %<link%> and implicitly in %<to%> clauses"
27782 msgstr ""
27783
27784 #: omp-offload.cc:899
27785 #, gcc-internal-format
27786 msgid "%<-fopenacc-dim%> operand is malformed at %qs"
27787 msgstr ""
27788
27789 #: omp-offload.cc:951
27790 #, gcc-internal-format, gfc-internal-format
27791 msgid "region contains %s partitioned code but is not %s partitioned"
27792 msgstr ""
27793
27794 #: omp-offload.cc:957
27795 #, gcc-internal-format, gfc-internal-format
27796 msgid "region is %s partitioned but does not contain %s partitioned code"
27797 msgstr ""
27798
27799 #: omp-offload.cc:1447
27800 #, gcc-internal-format
27801 msgid "gang reduction on an orphan loop"
27802 msgstr ""
27803
27804 #: omp-offload.cc:1521
27805 #, gcc-internal-format
27806 msgid "routine call uses same OpenACC parallelism as containing loop"
27807 msgstr ""
27808
27809 #: omp-offload.cc:1525 omp-offload.cc:1557
27810 #, gcc-internal-format
27811 msgid "containing loop here"
27812 msgstr ""
27813
27814 #: omp-offload.cc:1530
27815 #, gcc-internal-format
27816 msgid "routine call uses OpenACC parallelism disallowed by containing routine"
27817 msgstr ""
27818
27819 #: omp-offload.cc:1532
27820 #, gcc-internal-format
27821 msgid "loop uses OpenACC parallelism disallowed by containing routine"
27822 msgstr ""
27823
27824 #: omp-offload.cc:1537
27825 #, gcc-internal-format
27826 msgid "routine %qD declared here"
27827 msgstr ""
27828
27829 #: omp-offload.cc:1550
27830 #, gcc-internal-format
27831 msgid "incorrectly nested OpenACC loop parallelism"
27832 msgstr ""
27833
27834 #: omp-offload.cc:1691
27835 #, gcc-internal-format
27836 msgid "insufficient partitioning available to parallelize element loop"
27837 msgstr ""
27838
27839 #: omp-offload.cc:1699
27840 #, gcc-internal-format
27841 msgid "insufficient partitioning available to parallelize tile loop"
27842 msgstr ""
27843
27844 #: omp-offload.cc:1701
27845 #, gcc-internal-format
27846 msgid "insufficient partitioning available to parallelize loop"
27847 msgstr ""
27848
27849 #: omp-simd-clone.cc:197
27850 #, gcc-internal-format
27851 msgid "ignoring large linear step"
27852 msgstr "ignoriramo veliki linearni korak"
27853
27854 #: omp-simd-clone.cc:203
27855 #, gcc-internal-format
27856 msgid "ignoring zero linear step"
27857 msgstr ""
27858
27859 #: omp-simd-clone.cc:265
27860 #, gcc-internal-format
27861 msgid "ignoring %<#pragma omp declare simd%> on function with %<_Atomic%> qualified return type"
27862 msgstr ""
27863
27864 #: omp-simd-clone.cc:275
27865 #, gcc-internal-format
27866 msgid "ignoring %<#pragma omp declare simd%> on function with %<_Atomic%> qualified non-%<uniform%> argument"
27867 msgstr ""
27868
27869 #: optabs.cc:4835
27870 #, gcc-internal-format
27871 msgid "indirect jumps are not available on this target"
27872 msgstr ""
27873
27874 #: optinfo-emit-json.cc:113
27875 #, gcc-internal-format
27876 msgid "cannot open file %qs for writing optimization records"
27877 msgstr "nije uspjelo otvoriti datoteku %qs za pisanje optimizacijskih zapisa"
27878
27879 #: optinfo-emit-json.cc:121
27880 #, gcc-internal-format
27881 msgid "error writing optimization records to %qs: %s"
27882 msgstr ""
27883
27884 #: optinfo-emit-json.cc:130
27885 #, gcc-internal-format
27886 msgid "error closing optimization records %qs"
27887 msgstr ""
27888
27889 #: opts-common.cc:1379
27890 #, gcc-internal-format
27891 msgid "command-line option %qs is not supported by this configuration"
27892 msgstr ""
27893
27894 #: opts-common.cc:1389 opts.cc:2419
27895 #, gcc-internal-format
27896 msgid "missing argument to %qs"
27897 msgstr ""
27898
27899 #: opts-common.cc:1396
27900 #, gcc-internal-format
27901 msgid "argument to %qs should be a non-negative integer optionally followed by a size unit"
27902 msgstr ""
27903
27904 #: opts-common.cc:1400
27905 #, gcc-internal-format
27906 msgid "argument to %qs should be a non-negative integer"
27907 msgstr ""
27908
27909 #: opts-common.cc:1407
27910 #, gcc-internal-format
27911 msgid "argument to %qs is not between %d and %d"
27912 msgstr ""
27913
27914 #: opts-common.cc:1471
27915 #, gcc-internal-format
27916 msgid "invalid argument in option %qs"
27917 msgstr ""
27918
27919 #: opts-common.cc:1473
27920 #, gcc-internal-format
27921 msgid "%qs specified multiple times in the same option"
27922 msgstr ""
27923
27924 #: opts-common.cc:1476
27925 #, gcc-internal-format
27926 msgid "%qs is mutually exclusive with %qs and cannot be specified together"
27927 msgstr ""
27928
27929 #: opts-common.cc:1498
27930 #, gcc-internal-format
27931 msgid "unrecognized argument in option %qs"
27932 msgstr ""
27933
27934 #: opts-common.cc:1509 config/i386/i386-options.cc:1615
27935 #, gcc-internal-format
27936 msgid "valid arguments to %qs are: %s; did you mean %qs?"
27937 msgstr ""
27938
27939 #: opts-common.cc:1512 config/i386/i386-options.cc:1618
27940 #, gcc-internal-format
27941 msgid "valid arguments to %qs are: %s"
27942 msgstr ""
27943
27944 #: opts-common.cc:1555 c-family/c-opts.cc:451
27945 #, gcc-internal-format
27946 msgid "switch %qs is no longer supported"
27947 msgstr ""
27948
27949 #: opts-common.cc:1615
27950 #, gcc-internal-format
27951 msgid "argument to %qs is bigger than %d"
27952 msgstr ""
27953
27954 #: opts-common.cc:1962
27955 #, gcc-internal-format
27956 msgid "malformed %<COLLECT_GCC_OPTIONS%>"
27957 msgstr "deformirani %<COLLECT_GCC_OPTIONS%>"
27958
27959 #: opts-global.cc:102
27960 #, gcc-internal-format
27961 msgid "command-line option %qs is valid for the driver but not for %s"
27962 msgstr ""
27963
27964 #. Eventually this should become a hard error IMO.
27965 #: opts-global.cc:108
27966 #, gcc-internal-format
27967 msgid "command-line option %qs is valid for %s but not for %s"
27968 msgstr ""
27969
27970 #. Happens for -Werror=warning_name.
27971 #: opts-global.cc:112
27972 #, gcc-internal-format
27973 msgid "%<-Werror=%> argument %qs is not valid for %s"
27974 msgstr ""
27975
27976 #: opts-global.cc:144
27977 #, gcc-internal-format
27978 msgid "unrecognized command-line option %qs may have been intended to silence earlier diagnostics"
27979 msgstr ""
27980
27981 #: opts-global.cc:399
27982 #, gcc-internal-format
27983 msgid "unrecognized command-line option %<-fopt-info-%s%>"
27984 msgstr ""
27985
27986 #: opts-global.cc:420 opts-global.cc:429
27987 #, gcc-internal-format
27988 msgid "plugin support is disabled; configure with %<--enable-plugin%>"
27989 msgstr ""
27990
27991 #: opts-global.cc:454
27992 #, gcc-internal-format
27993 msgid "unrecognized register name %qs"
27994 msgstr ""
27995
27996 #: opts-global.cc:472
27997 #, gcc-internal-format
27998 msgid "%<-fasan-shadow-offset%> should only be used with %<-fsanitize=kernel-address%>"
27999 msgstr ""
28000
28001 #: opts-global.cc:475
28002 #, gcc-internal-format
28003 msgid "unrecognized shadow offset %qs"
28004 msgstr ""
28005
28006 #: opts.cc:218
28007 #, gcc-internal-format
28008 msgid "argument %qs to %<-femit-struct-debug-detailed%> not recognized"
28009 msgstr ""
28010
28011 #: opts.cc:254
28012 #, gcc-internal-format
28013 msgid "argument %qs to %<-femit-struct-debug-detailed%> unknown"
28014 msgstr ""
28015
28016 #: opts.cc:261
28017 #, gcc-internal-format
28018 msgid "%<-femit-struct-debug-detailed=dir:...%> must allow at least as much as %<-femit-struct-debug-detailed=ind:...%>"
28019 msgstr ""
28020
28021 #: opts.cc:725
28022 #, gcc-internal-format
28023 msgid "argument to %<-O%> should be a non-negative integer, %<g%>, %<s%>, %<z%> or %<fast%>"
28024 msgstr ""
28025
28026 #: opts.cc:831 opts.cc:837 opts.cc:843 opts.cc:849 opts.cc:860 opts.cc:870
28027 #: opts.cc:876 opts.cc:882 opts.cc:888 opts.cc:894 opts.cc:900 opts.cc:906
28028 #: opts.cc:912 opts.cc:918 opts.cc:935 opts.cc:943 config/mips/mips.cc:20134
28029 #: config/mips/mips.cc:20136 config/mips/mips.cc:20149
28030 #, gcc-internal-format
28031 msgid "%qs is incompatible with %qs"
28032 msgstr ""
28033
28034 #: opts.cc:925
28035 #, gcc-internal-format
28036 msgid "%<-fipa-modref%> is incompatible with %qs"
28037 msgstr ""
28038
28039 #: opts.cc:1005
28040 #, gcc-internal-format
28041 msgid "%<-fsanitize=%s%> is incompatible with %<-fsanitize=%s%>"
28042 msgstr ""
28043
28044 #: opts.cc:1043
28045 #, gcc-internal-format
28046 msgid "section anchors must be disabled when unit-at-a-time is disabled"
28047 msgstr ""
28048
28049 #: opts.cc:1047
28050 #, gcc-internal-format
28051 msgid "toplevel reorder must be disabled when unit-at-a-time is disabled"
28052 msgstr ""
28053
28054 #: opts.cc:1061
28055 #, gcc-internal-format
28056 msgid "transactional memory is not supported with non-call exceptions"
28057 msgstr ""
28058
28059 #: opts.cc:1076
28060 #, gcc-internal-format
28061 msgid "section anchors must be disabled when toplevel reorder is disabled"
28062 msgstr ""
28063
28064 #: opts.cc:1146
28065 #, gcc-internal-format
28066 msgid "%<-fno-fat-lto-objects%> are supported only with linker plugin"
28067 msgstr ""
28068
28069 #: opts.cc:1154
28070 #, gcc-internal-format
28071 msgid "%<-gsplit-dwarf%> is not supported with LTO, disabling"
28072 msgstr ""
28073
28074 #: opts.cc:1168
28075 #, gcc-internal-format
28076 msgid "%<-fsplit-stack%> is not supported by this compiler configuration"
28077 msgstr ""
28078
28079 #: opts.cc:1195
28080 #, gcc-internal-format
28081 msgid "%<-fsanitize=pointer-compare%> must be combined with %<-fsanitize=address%> or %<-fsanitize=kernel-address%>"
28082 msgstr ""
28083
28084 #: opts.cc:1199
28085 #, gcc-internal-format
28086 msgid "%<-fsanitize=pointer-subtract%> must be combined with %<-fsanitize=address%> or %<-fsanitize=kernel-address%>"
28087 msgstr ""
28088
28089 #: opts.cc:1224
28090 #, gcc-internal-format
28091 msgid "%<-fsanitize-recover=%s%> is not supported"
28092 msgstr ""
28093
28094 #: opts.cc:1251
28095 #, gcc-internal-format
28096 msgid "%<-fsanitize-address-use-after-scope%> requires %<-fstack-reuse=none%> option"
28097 msgstr ""
28098
28099 #: opts.cc:1258
28100 #, gcc-internal-format
28101 msgid "transactional memory is not supported with %<-fsanitize=address%>"
28102 msgstr ""
28103
28104 #: opts.cc:1261
28105 #, gcc-internal-format
28106 msgid "transactional memory is not supported with %<-fsanitize=kernel-address%>"
28107 msgstr ""
28108
28109 #: opts.cc:1266
28110 #, gcc-internal-format
28111 msgid "live patching is not supported with LTO"
28112 msgstr ""
28113
28114 #: opts.cc:1270
28115 #, gcc-internal-format
28116 msgid "vtable verification is not supported with LTO"
28117 msgstr ""
28118
28119 #: opts.cc:1351
28120 #, gcc-internal-format
28121 msgid "var-tracking-assignments changes selective scheduling"
28122 msgstr ""
28123
28124 #: opts.cc:1386 config/darwin.cc:3359
28125 #, gcc-internal-format
28126 msgid "%<-freorder-blocks-and-partition%> does not work with exceptions on this architecture"
28127 msgstr ""
28128
28129 #: opts.cc:1402
28130 #, gcc-internal-format
28131 msgid "%<-freorder-blocks-and-partition%> does not support unwind info on this architecture"
28132 msgstr ""
28133
28134 #: opts.cc:1420 config/pa/pa.cc:564
28135 #, gcc-internal-format
28136 msgid "%<-freorder-blocks-and-partition%> does not work on this architecture"
28137 msgstr ""
28138
28139 #: opts.cc:1929
28140 #, gcc-internal-format
28141 msgid "unrecognized %<include_flags 0x%x%> passed to %<print_specific_help%>"
28142 msgstr ""
28143
28144 #: opts.cc:2150
28145 #, gcc-internal-format
28146 msgid "%<-fsanitize=all%> option is not valid"
28147 msgstr ""
28148
28149 #: opts.cc:2189
28150 #, gcc-internal-format
28151 msgid "unrecognized argument to %<-f%ssanitize%s=%> option: %q.*s; did you mean %qs?"
28152 msgstr ""
28153
28154 #: opts.cc:2195
28155 #, gcc-internal-format
28156 msgid "unrecognized argument to %<-f%ssanitize%s=%> option: %q.*s"
28157 msgstr ""
28158
28159 #: opts.cc:2230
28160 #, gcc-internal-format
28161 msgid "%qs attribute directive ignored"
28162 msgstr ""
28163
28164 #: opts.cc:2254
28165 #, gcc-internal-format
28166 msgid "unrecognized argument to %<-fzero-call-used-regs=%>: %qs"
28167 msgstr ""
28168
28169 #: opts.cc:2278
28170 #, gcc-internal-format
28171 msgid "invalid arguments for %<-falign-%s%> option: %qs"
28172 msgstr ""
28173
28174 #: opts.cc:2293
28175 #, gcc-internal-format
28176 msgid "invalid number of arguments for %<-falign-%s%> option: %qs"
28177 msgstr ""
28178
28179 #: opts.cc:2302
28180 #, gcc-internal-format
28181 msgid "%<-falign-%s%> is not between 0 and %d"
28182 msgstr ""
28183
28184 #: opts.cc:2361
28185 #, gcc-internal-format
28186 msgid "invalid arguments for %<-fpatchable-function-entry%>"
28187 msgstr ""
28188
28189 #: opts.cc:2474
28190 #, gcc-internal-format
28191 msgid "%<--help%> argument %q.*s is ambiguous, please be more specific"
28192 msgstr ""
28193
28194 #: opts.cc:2483
28195 #, gcc-internal-format
28196 msgid "unrecognized argument to %<--help=%> option: %q.*s"
28197 msgstr ""
28198
28199 #: opts.cc:2647
28200 #, gcc-internal-format
28201 msgid "arguments ignored for %<-Wattributes=%>; use %<-Wno-attributes=%> instead"
28202 msgstr ""
28203
28204 #: opts.cc:2653
28205 #, gcc-internal-format
28206 msgid "trailing %<,%> in arguments for %<-Wno-attributes=%>"
28207 msgstr ""
28208
28209 #: opts.cc:2862
28210 #, gcc-internal-format
28211 msgid "%<-foffload-abi%> option can be specified only for offload compiler"
28212 msgstr ""
28213
28214 #: opts.cc:2870
28215 #, gcc-internal-format
28216 msgid "structure alignment must be a small power of two, not %wu"
28217 msgstr ""
28218
28219 #: opts.cc:2991
28220 #, gcc-internal-format
28221 msgid "unknown stack check parameter %qs"
28222 msgstr ""
28223
28224 #: opts.cc:3037
28225 #, gcc-internal-format
28226 msgid "%<-gdwarf%s%> is ambiguous; use %<-gdwarf-%s%> for DWARF version or %<-gdwarf%> %<-g%s%> for debug level"
28227 msgstr ""
28228
28229 #: opts.cc:3048
28230 #, gcc-internal-format
28231 msgid "dwarf version %wu is not supported"
28232 msgstr ""
28233
28234 #: opts.cc:3097
28235 #, gcc-internal-format
28236 msgid "unrecognized argument to %<-flto=%> option: %qs"
28237 msgstr ""
28238
28239 #: opts.cc:3297
28240 #, gcc-internal-format
28241 msgid "target system does not support debug output"
28242 msgstr ""
28243
28244 #: opts.cc:3335
28245 #, gcc-internal-format
28246 msgid "debug format %qs conflicts with prior selection"
28247 msgstr ""
28248
28249 #: opts.cc:3359
28250 #, gcc-internal-format
28251 msgid "unrecognized debug output level %qs"
28252 msgstr ""
28253
28254 #: opts.cc:3361
28255 #, gcc-internal-format
28256 msgid "debug output level %qs is too high"
28257 msgstr ""
28258
28259 #: opts.cc:3373
28260 #, gcc-internal-format
28261 msgid "unrecognized btf debug output level %qs"
28262 msgstr ""
28263
28264 #: opts.cc:3390
28265 #, gcc-internal-format
28266 msgid "getting core file size maximum limit: %m"
28267 msgstr ""
28268
28269 #: opts.cc:3394
28270 #, gcc-internal-format
28271 msgid "setting core file size limit to maximum: %m"
28272 msgstr ""
28273
28274 #: opts.cc:3439
28275 #, gcc-internal-format, gfc-internal-format
28276 msgid "unrecognized gcc debugging option: %c"
28277 msgstr ""
28278
28279 #: opts.cc:3468
28280 #, gcc-internal-format
28281 msgid "%<-W%serror=%s%>: no option %<-%s%>; did you mean %<-%s%>?"
28282 msgstr ""
28283
28284 #: opts.cc:3472
28285 #, gcc-internal-format
28286 msgid "%<-W%serror=%s%>: no option %<-%s%>"
28287 msgstr ""
28288
28289 #: opts.cc:3476
28290 #, gcc-internal-format
28291 msgid "%<-Werror=%s%>: %<-%s%> is not an option that controls warnings"
28292 msgstr ""
28293
28294 #: passes.cc:84
28295 #, gcc-internal-format, gfc-internal-format
28296 msgid "pass %s does not support cloning"
28297 msgstr ""
28298
28299 #: passes.cc:90
28300 #, gcc-internal-format
28301 msgid "pass %s needs a %<set_pass_param%> implementation to handle the extra argument in %<NEXT_PASS%>"
28302 msgstr ""
28303
28304 #: passes.cc:1073
28305 #, gcc-internal-format
28306 msgid "unrecognized option %<-fenable%>"
28307 msgstr ""
28308
28309 #: passes.cc:1075
28310 #, gcc-internal-format
28311 msgid "unrecognized option %<-fdisable%>"
28312 msgstr ""
28313
28314 #: passes.cc:1083
28315 #, gcc-internal-format
28316 msgid "unknown pass %s specified in %<-fenable%>"
28317 msgstr ""
28318
28319 #: passes.cc:1085
28320 #, gcc-internal-format
28321 msgid "unknown pass %s specified in %<-fdisable%>"
28322 msgstr ""
28323
28324 #: passes.cc:1110 passes.cc:1199
28325 #, gcc-internal-format, gfc-internal-format
28326 msgid "enable pass %s for functions in the range of [%u, %u]"
28327 msgstr ""
28328
28329 #: passes.cc:1113 passes.cc:1210
28330 #, gcc-internal-format, gfc-internal-format
28331 msgid "disable pass %s for functions in the range of [%u, %u]"
28332 msgstr ""
28333
28334 #: passes.cc:1149 passes.cc:1177
28335 #, gcc-internal-format, gfc-internal-format
28336 msgid "Invalid range %s in option %s"
28337 msgstr ""
28338
28339 #: passes.cc:1195
28340 #, gcc-internal-format, gfc-internal-format
28341 msgid "enable pass %s for function %s"
28342 msgstr ""
28343
28344 #: passes.cc:1206
28345 #, gcc-internal-format, gfc-internal-format
28346 msgid "disable pass %s for function %s"
28347 msgstr ""
28348
28349 #: passes.cc:1435
28350 #, gcc-internal-format
28351 msgid "invalid pass positioning operation"
28352 msgstr ""
28353
28354 #: passes.cc:1496
28355 #, gcc-internal-format
28356 msgid "plugin cannot register a missing pass"
28357 msgstr ""
28358
28359 #: passes.cc:1499
28360 #, gcc-internal-format
28361 msgid "plugin cannot register an unnamed pass"
28362 msgstr ""
28363
28364 #: passes.cc:1504
28365 #, gcc-internal-format
28366 msgid "plugin cannot register pass %qs without reference pass name"
28367 msgstr ""
28368
28369 #: passes.cc:1523
28370 #, gcc-internal-format
28371 msgid "pass %qs not found but is referenced by new pass %qs"
28372 msgstr ""
28373
28374 #: plugin.cc:212
28375 #, gcc-internal-format
28376 msgid "inaccessible plugin file %s expanded from short plugin name %s: %m"
28377 msgstr ""
28378
28379 #: plugin.cc:234
28380 #, gcc-internal-format
28381 msgid "plugin %qs was specified with different paths: %qs and %qs"
28382 msgstr ""
28383
28384 #: plugin.cc:293
28385 #, gcc-internal-format
28386 msgid "malformed option %<-fplugin-arg-%s%>: missing %<-<key>[=<value>]%>"
28387 msgstr ""
28388
28389 #: plugin.cc:357
28390 #, gcc-internal-format
28391 msgid "plugin %s should be specified before %<-fplugin-arg-%s%> in the command line"
28392 msgstr ""
28393
28394 #: plugin.cc:376
28395 #, gcc-internal-format
28396 msgid "unable to register info for plugin %qs - plugin name not found"
28397 msgstr ""
28398
28399 #: plugin.cc:472
28400 #, gcc-internal-format, gfc-internal-format
28401 msgid "unknown callback event registered by plugin %s"
28402 msgstr ""
28403
28404 #: plugin.cc:505
28405 #, gcc-internal-format, gfc-internal-format
28406 msgid "plugin %s registered a null callback function for event %s"
28407 msgstr ""
28408
28409 #: plugin.cc:639
28410 #, gcc-internal-format, gfc-internal-format
28411 msgid ""
28412 "cannot load plugin %s\n"
28413 "%s"
28414 msgstr ""
28415
28416 #: plugin.cc:650
28417 #, gcc-internal-format, gfc-internal-format
28418 msgid ""
28419 "plugin %s is not licensed under a GPL-compatible license\n"
28420 "%s"
28421 msgstr ""
28422
28423 #: plugin.cc:663
28424 #, gcc-internal-format, gfc-internal-format
28425 msgid ""
28426 "cannot find %s in plugin %s\n"
28427 "%s"
28428 msgstr ""
28429
28430 #: plugin.cc:673
28431 #, gcc-internal-format, gfc-internal-format
28432 msgid "fail to initialize plugin %s"
28433 msgstr ""
28434
28435 #: plugin.cc:706
28436 #, gcc-internal-format, gfc-internal-format
28437 msgid "cannot load plugin %s: %s"
28438 msgstr ""
28439
28440 #: plugin.cc:716
28441 #, gcc-internal-format, gfc-internal-format
28442 msgid "plugin %s is not licensed under a GPL-compatible license %s"
28443 msgstr ""
28444
28445 #: plugin.cc:726
28446 #, gcc-internal-format, gfc-internal-format
28447 msgid "cannot find %s in plugin %s: %s"
28448 msgstr ""
28449
28450 #: plugin.cc:735
28451 #, gcc-internal-format, gfc-internal-format
28452 msgid "failed to initialize plugin %s"
28453 msgstr "nije uspjelo inicijalizirati plugin %s"
28454
28455 #: plugin.cc:1009
28456 #, gcc-internal-format
28457 msgid "%<-iplugindir%> option not passed from the gcc driver"
28458 msgstr ""
28459
28460 #: pointer-query.cc:1202
28461 #, gcc-internal-format
28462 msgid "at offset %s into destination object %qE of size %s"
28463 msgstr ""
28464
28465 #: pointer-query.cc:1205
28466 #, gcc-internal-format
28467 msgid "destination object %qE of size %s"
28468 msgstr ""
28469
28470 #: pointer-query.cc:1211
28471 #, gcc-internal-format
28472 msgid "at offset %s into destination object of size %s allocated by %qE"
28473 msgstr ""
28474
28475 #: pointer-query.cc:1214
28476 #, gcc-internal-format
28477 msgid "destination object of size %s allocated by %qE"
28478 msgstr ""
28479
28480 #: pointer-query.cc:1224
28481 #, gcc-internal-format
28482 msgid "at offset %s into source object %qE of size %s"
28483 msgstr ""
28484
28485 #: pointer-query.cc:1227
28486 #, gcc-internal-format
28487 msgid "source object %qE of size %s"
28488 msgstr ""
28489
28490 #: pointer-query.cc:1234
28491 #, gcc-internal-format
28492 msgid "at offset %s into source object of size %s allocated by %qE"
28493 msgstr ""
28494
28495 #: pointer-query.cc:1237
28496 #, gcc-internal-format
28497 msgid "source object of size %s allocated by %qE"
28498 msgstr ""
28499
28500 #: pointer-query.cc:1245
28501 #, gcc-internal-format
28502 msgid "at offset %s into object %qE of size %s"
28503 msgstr ""
28504
28505 #: pointer-query.cc:1248
28506 #, gcc-internal-format
28507 msgid "object %qE of size %s"
28508 msgstr ""
28509
28510 #: pointer-query.cc:1255
28511 #, gcc-internal-format
28512 msgid "at offset %s into object of size %s allocated by %qE"
28513 msgstr ""
28514
28515 #: pointer-query.cc:1258
28516 #, gcc-internal-format
28517 msgid "object of size %s allocated by %qE"
28518 msgstr ""
28519
28520 #: predict.cc:2523
28521 #, gcc-internal-format
28522 msgid "probability %qE must be constant floating-point expression"
28523 msgstr ""
28524
28525 #: predict.cc:2536
28526 #, gcc-internal-format
28527 msgid "probability %qE is outside the range [0.0, 1.0]"
28528 msgstr ""
28529
28530 #: predict.cc:3541
28531 #, gcc-internal-format, gfc-internal-format
28532 msgid "Missing counts for called function %s"
28533 msgstr ""
28534
28535 #: profile.cc:616
28536 #, gcc-internal-format
28537 msgid "corrupted profile info: profile data is not flow-consistent"
28538 msgstr ""
28539
28540 #: profile.cc:633
28541 #, gcc-internal-format, gfc-internal-format
28542 msgid "corrupted profile info: number of iterations for basic block %d thought to be %i"
28543 msgstr ""
28544
28545 #: profile.cc:656
28546 #, gcc-internal-format, gfc-internal-format
28547 msgid "corrupted profile info: number of executions for edge %d-%d thought to be %i"
28548 msgstr ""
28549
28550 #: profile.cc:965
28551 #, gcc-internal-format
28552 msgid "corrupted profile info: invalid time profile"
28553 msgstr ""
28554
28555 #: read-rtl-function.cc:265
28556 #, gcc-internal-format, gfc-internal-format
28557 msgid "insn with UID %i not found for operand %i (`%s') of insn %i"
28558 msgstr "insn s UID-om %i nije pronađen za operand %i („%s“) od insn %i"
28559
28560 #: read-rtl-function.cc:269
28561 #, gcc-internal-format, gfc-internal-format
28562 msgid "insn with UID %i not found for operand %i of insn %i"
28563 msgstr ""
28564
28565 #: read-rtl-function.cc:412
28566 #, gcc-internal-format
28567 msgid "%<__RTL%> function cannot be compiled with %<-flto%>"
28568 msgstr ""
28569
28570 #: read-rtl-function.cc:713
28571 #, gcc-internal-format
28572 msgid "unrecognized edge flag: %qs"
28573 msgstr ""
28574
28575 #: read-rtl-function.cc:856
28576 #, gcc-internal-format
28577 msgid "more than one 'crtl' directive"
28578 msgstr ""
28579
28580 #: read-rtl-function.cc:985
28581 #, gcc-internal-format
28582 msgid "unrecognized enum value: %qs"
28583 msgstr "neprepoznati enum vrijednost: %qs"
28584
28585 #: read-rtl-function.cc:1141 read-rtl-function.cc:1200
28586 #, gcc-internal-format, gfc-internal-format
28587 msgid "was expecting `%s'"
28588 msgstr "očekivali smo „%s“"
28589
28590 #: read-rtl-function.cc:1594
28591 #, gcc-internal-format, gfc-internal-format
28592 msgid "duplicate insn UID: %i"
28593 msgstr ""
28594
28595 #: read-rtl-function.cc:1655
28596 #, gcc-internal-format
28597 msgid "start/end of RTL fragment are in different files"
28598 msgstr ""
28599
28600 #: read-rtl-function.cc:1661
28601 #, gcc-internal-format
28602 msgid "start of RTL fragment must be on an earlier line than end"
28603 msgstr ""
28604
28605 #: read-rtl.cc:490
28606 #, gcc-internal-format, gfc-internal-format
28607 msgid "ambiguous attribute '%s'; could be '%s' (via '%s:%s') or '%s' (via '%s:%s')"
28608 msgstr ""
28609
28610 #: reg-stack.cc:538
28611 #, gcc-internal-format, gfc-internal-format
28612 msgid "output constraint %d must specify a single register"
28613 msgstr ""
28614
28615 #: reg-stack.cc:548
28616 #, gcc-internal-format
28617 msgid "output constraint %d cannot be specified together with %qs clobber"
28618 msgstr ""
28619
28620 #: reg-stack.cc:572
28621 #, gcc-internal-format
28622 msgid "output registers must be grouped at top of stack"
28623 msgstr ""
28624
28625 #: reg-stack.cc:612
28626 #, gcc-internal-format
28627 msgid "implicitly popped registers must be grouped at top of stack"
28628 msgstr ""
28629
28630 #: reg-stack.cc:630
28631 #, gcc-internal-format
28632 msgid "explicitly used registers must be grouped at top of stack"
28633 msgstr ""
28634
28635 #: reg-stack.cc:650
28636 #, gcc-internal-format
28637 msgid "output operand %d must use %<&%> constraint"
28638 msgstr ""
28639
28640 #: regcprop.cc:1239
28641 #, gcc-internal-format
28642 msgid "%qs: [%u] bad %<next_regno%> for empty chain (%u)"
28643 msgstr ""
28644
28645 #: regcprop.cc:1251
28646 #, gcc-internal-format
28647 msgid "%qs: loop in %<next_regno%> chain (%u)"
28648 msgstr ""
28649
28650 #: regcprop.cc:1254
28651 #, gcc-internal-format
28652 msgid "%qs: [%u] bad %<oldest_regno%> (%u)"
28653 msgstr ""
28654
28655 #: regcprop.cc:1266
28656 #, gcc-internal-format
28657 msgid "%qs: [%u] non-empty register in chain (%s %u %i)"
28658 msgstr ""
28659
28660 #: reginfo.cc:651
28661 #, gcc-internal-format
28662 msgid "cannot use %qs as a call-saved register"
28663 msgstr ""
28664
28665 #: reginfo.cc:655
28666 #, gcc-internal-format
28667 msgid "cannot use %qs as a call-used register"
28668 msgstr ""
28669
28670 #: reginfo.cc:667
28671 #, gcc-internal-format
28672 msgid "cannot use %qs as a fixed register"
28673 msgstr ""
28674
28675 #: reginfo.cc:694 config/arc/arc.cc:1184 config/arc/arc.cc:1226
28676 #: config/ia64/ia64.cc:6036 config/ia64/ia64.cc:6043 config/pa/pa.cc:465
28677 #: config/pa/pa.cc:472 config/sh/sh.cc:8277 config/sh/sh.cc:8284
28678 #, gcc-internal-format, gfc-internal-format
28679 msgid "unknown register name: %s"
28680 msgstr ""
28681
28682 #: reginfo.cc:707
28683 #, gcc-internal-format
28684 msgid "stack register used for global register variable"
28685 msgstr ""
28686
28687 #: reginfo.cc:713
28688 #, gcc-internal-format
28689 msgid "global register variable follows a function definition"
28690 msgstr ""
28691
28692 #: reginfo.cc:719
28693 #, gcc-internal-format
28694 msgid "register of %qD used for multiple global register variables"
28695 msgstr ""
28696
28697 #: reginfo.cc:722 config/rs6000/rs6000-logue.cc:5561
28698 #, gcc-internal-format
28699 msgid "conflicts with %qD"
28700 msgstr ""
28701
28702 #: reginfo.cc:727
28703 #, gcc-internal-format
28704 msgid "call-clobbered register used for global register variable"
28705 msgstr ""
28706
28707 #: reload.cc:1312
28708 #, gcc-internal-format
28709 msgid "cannot reload integer constant operand in %<asm%>"
28710 msgstr ""
28711
28712 #: reload.cc:1326
28713 #, gcc-internal-format
28714 msgid "impossible register constraint in %<asm%>"
28715 msgstr ""
28716
28717 #: reload.cc:2671
28718 #, gcc-internal-format
28719 msgid "the target does not support %<asm goto%> with outputs in %<asm%>"
28720 msgstr ""
28721
28722 #: reload.cc:3702
28723 #, gcc-internal-format
28724 msgid "%<&%> constraint used with no register class"
28725 msgstr ""
28726
28727 #: reload1.cc:2060
28728 #, gcc-internal-format
28729 msgid "cannot find a register in class %qs while reloading %<asm%>"
28730 msgstr ""
28731
28732 #: reload1.cc:2065
28733 #, gcc-internal-format
28734 msgid "unable to find a register to spill in class %qs"
28735 msgstr ""
28736
28737 #: reload1.cc:4582
28738 #, gcc-internal-format
28739 msgid "%<asm%> operand requires impossible reload"
28740 msgstr ""
28741
28742 #: reload1.cc:5999
28743 #, gcc-internal-format
28744 msgid "%<asm%> operand constraint incompatible with operand size"
28745 msgstr ""
28746
28747 #: reload1.cc:7877
28748 #, gcc-internal-format
28749 msgid "output operand is constant in %<asm%>"
28750 msgstr ""
28751
28752 #: rtl.cc:887
28753 #, gcc-internal-format, gfc-internal-format
28754 msgid "RTL check: access of elt %d of '%s' with last elt %d in %s, at %s:%d"
28755 msgstr ""
28756
28757 #: rtl.cc:897
28758 #, gcc-internal-format, gfc-internal-format
28759 msgid "RTL check: expected elt %d type '%c', have '%c' (rtx %s) in %s, at %s:%d"
28760 msgstr ""
28761
28762 #: rtl.cc:907
28763 #, gcc-internal-format, gfc-internal-format
28764 msgid "RTL check: expected elt %d type '%c' or '%c', have '%c' (rtx %s) in %s, at %s:%d"
28765 msgstr ""
28766
28767 #: rtl.cc:916
28768 #, gcc-internal-format, gfc-internal-format
28769 msgid "RTL check: expected code '%s', have '%s' in %s, at %s:%d"
28770 msgstr ""
28771
28772 #: rtl.cc:926
28773 #, gcc-internal-format, gfc-internal-format
28774 msgid "RTL check: expected code '%s' or '%s', have '%s' in %s, at %s:%d"
28775 msgstr ""
28776
28777 #: rtl.cc:937
28778 #, gcc-internal-format, gfc-internal-format
28779 msgid "RTL check: expected code '%s', '%s' or '%s', have '%s' in %s, at %s:%d"
28780 msgstr ""
28781
28782 #: rtl.cc:968
28783 #, gcc-internal-format, gfc-internal-format
28784 msgid "RTL check: attempt to treat non-block symbol as a block symbol in %s, at %s:%d"
28785 msgstr ""
28786
28787 #: rtl.cc:978
28788 #, gcc-internal-format, gfc-internal-format
28789 msgid "RTL check: access of hwi elt %d of vector with last elt %d in %s, at %s:%d"
28790 msgstr ""
28791
28792 #: rtl.cc:988
28793 #, gcc-internal-format, gfc-internal-format
28794 msgid "RTL check: access of elt %d of vector with last elt %d in %s, at %s:%d"
28795 msgstr ""
28796
28797 #: rtl.cc:999
28798 #, gcc-internal-format, gfc-internal-format
28799 msgid "RTL flag check: %s used with unexpected rtx code '%s' in %s, at %s:%d"
28800 msgstr ""
28801
28802 #: stmt.cc:215
28803 #, gcc-internal-format
28804 msgid "output operand constraint lacks %<=%>"
28805 msgstr ""
28806
28807 #: stmt.cc:230
28808 #, gcc-internal-format
28809 msgid "output constraint %qc for operand %d is not at the beginning"
28810 msgstr ""
28811
28812 #: stmt.cc:254
28813 #, gcc-internal-format
28814 msgid "operand constraint contains incorrectly positioned %<+%> or %<=%>"
28815 msgstr ""
28816
28817 #: stmt.cc:261 stmt.cc:350
28818 #, gcc-internal-format
28819 msgid "%<%%%> constraint used with last operand"
28820 msgstr ""
28821
28822 #: stmt.cc:277
28823 #, gcc-internal-format
28824 msgid "matching constraint not valid in output operand"
28825 msgstr ""
28826
28827 #: stmt.cc:341
28828 #, gcc-internal-format
28829 msgid "input operand constraint contains %qc"
28830 msgstr ""
28831
28832 #: stmt.cc:380
28833 #, gcc-internal-format
28834 msgid "matching constraint references invalid operand number"
28835 msgstr ""
28836
28837 #: stmt.cc:414
28838 #, gcc-internal-format
28839 msgid "invalid punctuation %qc in constraint"
28840 msgstr ""
28841
28842 #: stmt.cc:431
28843 #, gcc-internal-format
28844 msgid "matching constraint does not allow a register"
28845 msgstr ""
28846
28847 #: stmt.cc:525
28848 #, gcc-internal-format
28849 msgid "duplicate %<asm%> operand name %qs"
28850 msgstr ""
28851
28852 #: stmt.cc:622
28853 #, gcc-internal-format
28854 msgid "missing close brace for named operand"
28855 msgstr ""
28856
28857 #: stmt.cc:651
28858 #, gcc-internal-format
28859 msgid "undefined named operand %qs"
28860 msgstr ""
28861
28862 #: stor-layout.cc:802
28863 #, gcc-internal-format
28864 msgid "size of %q+D %E bytes exceeds maximum object size %wu"
28865 msgstr ""
28866
28867 #: stor-layout.cc:1183
28868 #, gcc-internal-format
28869 msgid "alignment %u of %qT is less than %u"
28870 msgstr ""
28871
28872 #: stor-layout.cc:1190
28873 #, gcc-internal-format
28874 msgid "%q+D offset %E in %qT isn%'t aligned to %u"
28875 msgstr ""
28876
28877 #: stor-layout.cc:1193
28878 #, gcc-internal-format
28879 msgid "%q+D offset %E in %qT may not be aligned to %u"
28880 msgstr ""
28881
28882 #: stor-layout.cc:1325
28883 #, gcc-internal-format
28884 msgid "packed attribute causes inefficient alignment for %q+D"
28885 msgstr ""
28886
28887 #: stor-layout.cc:1329
28888 #, gcc-internal-format
28889 msgid "packed attribute is unnecessary for %q+D"
28890 msgstr ""
28891
28892 #: stor-layout.cc:1349
28893 #, gcc-internal-format
28894 msgid "padding struct to align %q+D"
28895 msgstr ""
28896
28897 #: stor-layout.cc:1408
28898 #, gcc-internal-format
28899 msgid "offset of packed bit-field %qD has changed in GCC 4.4"
28900 msgstr ""
28901
28902 #: stor-layout.cc:1784
28903 #, gcc-internal-format
28904 msgid "padding struct size to alignment boundary"
28905 msgstr ""
28906
28907 #: stor-layout.cc:1812
28908 #, gcc-internal-format
28909 msgid "packed attribute causes inefficient alignment for %qE"
28910 msgstr ""
28911
28912 #: stor-layout.cc:1816
28913 #, gcc-internal-format
28914 msgid "packed attribute is unnecessary for %qE"
28915 msgstr ""
28916
28917 #: stor-layout.cc:1822
28918 #, gcc-internal-format
28919 msgid "packed attribute causes inefficient alignment"
28920 msgstr ""
28921
28922 #: stor-layout.cc:1824
28923 #, gcc-internal-format
28924 msgid "packed attribute is unnecessary"
28925 msgstr ""
28926
28927 #: stor-layout.cc:2609
28928 #, gcc-internal-format
28929 msgid "alignment of array elements is greater than element size"
28930 msgstr ""
28931
28932 #: stor-layout.cc:2615
28933 #, gcc-internal-format
28934 msgid "size of array element is not a multiple of its alignment"
28935 msgstr ""
28936
28937 #: substring-locations.cc:229
28938 #, gcc-internal-format
28939 msgid "format string is defined here"
28940 msgstr ""
28941
28942 #: symtab-thunks.cc:400
28943 #, gcc-internal-format
28944 msgid "generic thunk code fails for method %qD which uses %<...%>"
28945 msgstr ""
28946
28947 #: symtab.cc:303
28948 #, gcc-internal-format
28949 msgid "%qD renamed after being referenced in assembly"
28950 msgstr ""
28951
28952 #: symtab.cc:1106
28953 #, gcc-internal-format
28954 msgid "function symbol is not function"
28955 msgstr ""
28956
28957 #: symtab.cc:1113
28958 #, gcc-internal-format
28959 msgid "inconsistent %<ifunc%> attribute"
28960 msgstr ""
28961
28962 #: symtab.cc:1121
28963 #, gcc-internal-format
28964 msgid "variable symbol is not variable"
28965 msgstr ""
28966
28967 #: symtab.cc:1127
28968 #, gcc-internal-format
28969 msgid "node has unknown type"
28970 msgstr ""
28971
28972 #: symtab.cc:1132
28973 #, gcc-internal-format, gfc-internal-format
28974 msgid "node has invalid order %i"
28975 msgstr ""
28976
28977 #: symtab.cc:1141
28978 #, gcc-internal-format
28979 msgid "node not found node->decl->decl_with_vis.symtab_node"
28980 msgstr ""
28981
28982 #: symtab.cc:1149
28983 #, gcc-internal-format
28984 msgid "node differs from node->decl->decl_with_vis.symtab_node"
28985 msgstr ""
28986
28987 #: symtab.cc:1160 symtab.cc:1167
28988 #, gcc-internal-format
28989 msgid "assembler name hash list corrupted"
28990 msgstr ""
28991
28992 #: symtab.cc:1176
28993 #, gcc-internal-format
28994 msgid "node not found in symtab assembler name hash"
28995 msgstr ""
28996
28997 #: symtab.cc:1185
28998 #, gcc-internal-format
28999 msgid "double linked list of assembler names corrupted"
29000 msgstr ""
29001
29002 #: symtab.cc:1190
29003 #, gcc-internal-format
29004 msgid "node has body_removed but is definition"
29005 msgstr ""
29006
29007 #: symtab.cc:1195
29008 #, gcc-internal-format
29009 msgid "node is analyzed but it is not a definition"
29010 msgstr ""
29011
29012 #: symtab.cc:1200
29013 #, gcc-internal-format
29014 msgid "node is alias but not implicit alias"
29015 msgstr ""
29016
29017 #: symtab.cc:1205
29018 #, gcc-internal-format
29019 msgid "node is alias but not definition"
29020 msgstr ""
29021
29022 #: symtab.cc:1210
29023 #, gcc-internal-format
29024 msgid "node is weakref but not an transparent_alias"
29025 msgstr ""
29026
29027 #: symtab.cc:1215
29028 #, gcc-internal-format
29029 msgid "node is transparent_alias but not an alias"
29030 msgstr ""
29031
29032 #: symtab.cc:1220
29033 #, gcc-internal-format
29034 msgid "node is symver but not alias"
29035 msgstr ""
29036
29037 #: symtab.cc:1229
29038 #, gcc-internal-format
29039 msgid "symver target is not exported with default visibility"
29040 msgstr ""
29041
29042 #: symtab.cc:1236
29043 #, gcc-internal-format
29044 msgid "symver is not exported with default visibility"
29045 msgstr ""
29046
29047 #: symtab.cc:1245
29048 #, gcc-internal-format
29049 msgid "node is in same_comdat_group list but has no comdat_group"
29050 msgstr ""
29051
29052 #: symtab.cc:1250
29053 #, gcc-internal-format
29054 msgid "same_comdat_group list across different groups"
29055 msgstr ""
29056
29057 #: symtab.cc:1255
29058 #, gcc-internal-format
29059 msgid "mixing different types of symbol in same comdat groups is not supported"
29060 msgstr ""
29061
29062 #: symtab.cc:1260
29063 #, gcc-internal-format
29064 msgid "node is alone in a comdat group"
29065 msgstr ""
29066
29067 #: symtab.cc:1267
29068 #, gcc-internal-format
29069 msgid "same_comdat_group is not a circular list"
29070 msgstr ""
29071
29072 #: symtab.cc:1282
29073 #, gcc-internal-format, gfc-internal-format
29074 msgid "comdat-local symbol referred to by %s outside its comdat"
29075 msgstr ""
29076
29077 #: symtab.cc:1292
29078 #, gcc-internal-format
29079 msgid "implicit_section flag is set but section isn%'t"
29080 msgstr ""
29081
29082 #: symtab.cc:1299
29083 #, gcc-internal-format
29084 msgid "Both section and comdat group is set"
29085 msgstr ""
29086
29087 #: symtab.cc:1311
29088 #, gcc-internal-format
29089 msgid "Alias and target%'s section differs"
29090 msgstr ""
29091
29092 #: symtab.cc:1318
29093 #, gcc-internal-format
29094 msgid "Alias and target%'s comdat groups differs"
29095 msgstr ""
29096
29097 #: symtab.cc:1333
29098 #, gcc-internal-format
29099 msgid "Transparent alias and target%'s assembler names differs"
29100 msgstr ""
29101
29102 #: symtab.cc:1341
29103 #, gcc-internal-format
29104 msgid "Chained transparent aliases"
29105 msgstr ""
29106
29107 #: symtab.cc:1364 symtab.cc:1382 symtab.cc:1409
29108 #, gcc-internal-format
29109 msgid "symtab_node::verify failed"
29110 msgstr ""
29111
29112 #: symtab.cc:1381
29113 #, gcc-internal-format, gfc-internal-format
29114 msgid "invalid order in asm node %i"
29115 msgstr "krivi poredak u asm čvoru %i"
29116
29117 #: symtab.cc:1405
29118 #, gcc-internal-format
29119 msgid "Two symbols with same comdat_group are not linked by the same_comdat_group list."
29120 msgstr ""
29121
29122 #: symtab.cc:1843
29123 #, gcc-internal-format
29124 msgid "function %q+D part of alias cycle"
29125 msgstr ""
29126
29127 #: symtab.cc:1845
29128 #, gcc-internal-format
29129 msgid "variable %q+D part of alias cycle"
29130 msgstr ""
29131
29132 #: symtab.cc:1873
29133 #, gcc-internal-format
29134 msgid "section of alias %q+D must match section of its target"
29135 msgstr ""
29136
29137 #: targhooks.cc:201
29138 #, gcc-internal-format
29139 msgid "%<__builtin_saveregs%> not supported by this target"
29140 msgstr ""
29141
29142 #: targhooks.cc:1120
29143 #, gcc-internal-format
29144 msgid "%qs not supported on this target"
29145 msgstr ""
29146
29147 #: targhooks.cc:1162
29148 #, gcc-internal-format
29149 msgid "nested functions not supported on this target"
29150 msgstr ""
29151
29152 #: targhooks.cc:1175
29153 #, gcc-internal-format
29154 msgid "nested function trampolines not supported on this target"
29155 msgstr ""
29156
29157 #: targhooks.cc:1677
29158 #, gcc-internal-format
29159 msgid "target attribute is not supported on this machine"
29160 msgstr ""
29161
29162 #: targhooks.cc:1691
29163 #, gcc-internal-format
29164 msgid "%<#pragma GCC target%> is not supported for this machine"
29165 msgstr ""
29166
29167 #: toplev.cc:721
29168 #, gcc-internal-format
29169 msgid "cannot open %qs for writing: %m"
29170 msgstr "nije moguće otvoriti %qs za pisanje: %m"
29171
29172 #: toplev.cc:740
29173 #, gcc-internal-format
29174 msgid "%<-frecord-gcc-switches%> is not supported by the current target"
29175 msgstr ""
29176
29177 #: toplev.cc:792
29178 #, gcc-internal-format
29179 msgid "stack usage computation not supported for this target"
29180 msgstr ""
29181
29182 #: toplev.cc:850
29183 #, gcc-internal-format
29184 msgid "stack usage might be unbounded"
29185 msgstr ""
29186
29187 #: toplev.cc:855
29188 #, gcc-internal-format
29189 msgid "stack usage might be %wu bytes"
29190 msgstr ""
29191
29192 #: toplev.cc:858
29193 #, gcc-internal-format
29194 msgid "stack usage is %wu bytes"
29195 msgstr ""
29196
29197 #: toplev.cc:975
29198 #, gcc-internal-format
29199 msgid "cannot open %s for writing: %m"
29200 msgstr "nije moguće otvoriti %s za pisanje: %m"
29201
29202 #: toplev.cc:1251
29203 #, gcc-internal-format
29204 msgid "this target does not support %qs"
29205 msgstr ""
29206
29207 #: toplev.cc:1285
29208 #, gcc-internal-format
29209 msgid "Graphite loop optimizations cannot be used (isl is not available) (%<-fgraphite%>, %<-fgraphite-identity%>, %<-floop-nest-optimize%>, %<-floop-parallelize-all%>)"
29210 msgstr ""
29211
29212 #: toplev.cc:1296
29213 #, gcc-internal-format
29214 msgid "%<-fcf-protection=full%> is not supported for this target"
29215 msgstr ""
29216
29217 #: toplev.cc:1303
29218 #, gcc-internal-format
29219 msgid "%<-fcf-protection=branch%> is not supported for this target"
29220 msgstr ""
29221
29222 #: toplev.cc:1310
29223 #, gcc-internal-format
29224 msgid "%<-fcf-protection=return%> is not supported for this target"
29225 msgstr ""
29226
29227 #: toplev.cc:1325
29228 #, gcc-internal-format
29229 msgid "%<-fabi-version=1%> is no longer supported"
29230 msgstr ""
29231
29232 #: toplev.cc:1341
29233 #, gcc-internal-format
29234 msgid "instruction scheduling not supported on this target machine"
29235 msgstr ""
29236
29237 #: toplev.cc:1345
29238 #, gcc-internal-format
29239 msgid "this target machine does not have delayed branches"
29240 msgstr ""
29241
29242 #: toplev.cc:1359
29243 #, gcc-internal-format
29244 msgid "%<-f%sleading-underscore%> not supported on this target machine"
29245 msgstr ""
29246
29247 #: toplev.cc:1388
29248 #, gcc-internal-format
29249 msgid "CTF debug info requested, but not supported for %qs frontend"
29250 msgstr ""
29251
29252 #: toplev.cc:1406
29253 #, gcc-internal-format
29254 msgid "could not close zeroed insn dump file %qs: %m"
29255 msgstr ""
29256
29257 #: toplev.cc:1420
29258 #, gcc-internal-format
29259 msgid "STABS debugging information is obsolete and not supported anymore"
29260 msgstr ""
29261
29262 #: toplev.cc:1457
29263 #, gcc-internal-format
29264 msgid "target system does not support the %qs debug format"
29265 msgstr ""
29266
29267 #: toplev.cc:1473
29268 #, gcc-internal-format
29269 msgid "variable tracking requested, but useless unless producing debug info"
29270 msgstr ""
29271
29272 #: toplev.cc:1477
29273 #, gcc-internal-format
29274 msgid "variable tracking requested, but not supported by this debug format"
29275 msgstr ""
29276
29277 #: toplev.cc:1509
29278 #, gcc-internal-format
29279 msgid "without %<-gdwarf-5%>, %<-gvariable-location-views=incompat5%> is equivalent to %<-gvariable-location-views%>"
29280 msgstr ""
29281
29282 #: toplev.cc:1525
29283 #, gcc-internal-format
29284 msgid "%<-ginternal-reset-location-views%> is forced disabled without %<-gvariable-location-views%>"
29285 msgstr ""
29286
29287 #: toplev.cc:1535
29288 #, gcc-internal-format
29289 msgid "%<-ginline-points%> is forced disabled without %<-gstatement-frontiers%>"
29290 msgstr ""
29291
29292 #: toplev.cc:1564
29293 #, gcc-internal-format
29294 msgid "%<-ffunction-sections%> not supported for this target"
29295 msgstr ""
29296
29297 #: toplev.cc:1570
29298 #, gcc-internal-format
29299 msgid "%<-fdata-sections%> not supported for this target"
29300 msgstr ""
29301
29302 #: toplev.cc:1578
29303 #, gcc-internal-format
29304 msgid "%<-fprefetch-loop-arrays%> not supported for this target"
29305 msgstr ""
29306
29307 #: toplev.cc:1584
29308 #, gcc-internal-format
29309 msgid "%<-fprefetch-loop-arrays%> not supported for this target (try %<-march%> switches)"
29310 msgstr ""
29311
29312 #: toplev.cc:1594
29313 #, gcc-internal-format
29314 msgid "%<-fprefetch-loop-arrays%> is not supported with %<-Os%>"
29315 msgstr ""
29316
29317 #: toplev.cc:1606
29318 #, gcc-internal-format
29319 msgid "%<-fassociative-math%> disabled; other options take precedence"
29320 msgstr ""
29321
29322 #: toplev.cc:1616
29323 #, gcc-internal-format
29324 msgid "%<-fstack-clash-protection%> is not supported on targets where the stack grows from lower to higher addresses"
29325 msgstr ""
29326
29327 #: toplev.cc:1626
29328 #, gcc-internal-format
29329 msgid "%<-fstack-check=%> and %<-fstack-clash_protection%> are mutually exclusive; disabling %<-fstack-check=%>"
29330 msgstr ""
29331
29332 #: toplev.cc:1636
29333 #, gcc-internal-format
29334 msgid "%<-fstack-protector%> not supported for this target"
29335 msgstr ""
29336
29337 #: toplev.cc:1648
29338 #, gcc-internal-format
29339 msgid "%<-fsanitize=address%> and %<-fsanitize=kernel-address%> are not supported for this target"
29340 msgstr ""
29341
29342 #: toplev.cc:1658
29343 #, gcc-internal-format
29344 msgid "%<-fsanitize=address%> not supported for this target"
29345 msgstr ""
29346
29347 #: toplev.cc:1667
29348 #, gcc-internal-format
29349 msgid "%<-fsanitize=kernel-address%> with stack protection is not supported without %<-fasan-shadow-offset=%> for this target"
29350 msgstr ""
29351
29352 #: toplev.cc:1677
29353 #, gcc-internal-format
29354 msgid "%qs is not supported for this target"
29355 msgstr ""
29356
29357 #: toplev.cc:1685
29358 #, gcc-internal-format
29359 msgid "%<-fsanitize=shadow-call-stack%> not supported in current platform"
29360 msgstr "%<-fsanitize=shadow-call-stack%> nije podržan na trenutnoj platformi"
29361
29362 #: toplev.cc:1688
29363 #, gcc-internal-format
29364 msgid "%<-fsanitize=shadow-call-stack%> requires %<-fno-exceptions%>"
29365 msgstr ""
29366
29367 #: toplev.cc:2026
29368 #, gcc-internal-format
29369 msgid "error writing to %s: %m"
29370 msgstr ""
29371
29372 #: toplev.cc:2028
29373 #, gcc-internal-format
29374 msgid "error closing %s: %m"
29375 msgstr ""
29376
29377 #: toplev.cc:2146
29378 #, gcc-internal-format
29379 msgid "mpfr not configured to handle all floating modes"
29380 msgstr ""
29381
29382 #: toplev.cc:2232
29383 #, gcc-internal-format
29384 msgid "self-tests are not enabled in this build"
29385 msgstr ""
29386
29387 #: toplev.cc:2325
29388 #, gcc-internal-format
29389 msgid "self-tests incompatible with %<-E%>"
29390 msgstr ""
29391
29392 #: trans-mem.cc:610
29393 #, gcc-internal-format
29394 msgid "invalid use of volatile lvalue inside transaction"
29395 msgstr ""
29396
29397 #: trans-mem.cc:613
29398 #, gcc-internal-format
29399 msgid "invalid use of volatile lvalue inside %<transaction_safe%> function"
29400 msgstr ""
29401
29402 #: trans-mem.cc:645
29403 #, gcc-internal-format
29404 msgid "%<transaction_may_cancel_outer%> function call not within outer transaction or %<transaction_may_cancel_outer%>"
29405 msgstr ""
29406
29407 #: trans-mem.cc:714 trans-mem.cc:4819
29408 #, gcc-internal-format
29409 msgid "unsafe function call %qD within atomic transaction"
29410 msgstr ""
29411
29412 #: trans-mem.cc:721
29413 #, gcc-internal-format
29414 msgid "unsafe function call %qE within atomic transaction"
29415 msgstr ""
29416
29417 #: trans-mem.cc:725
29418 #, gcc-internal-format
29419 msgid "unsafe indirect function call within atomic transaction"
29420 msgstr ""
29421
29422 #: trans-mem.cc:733 trans-mem.cc:4751
29423 #, gcc-internal-format
29424 msgid "unsafe function call %qD within %<transaction_safe%> function"
29425 msgstr ""
29426
29427 #: trans-mem.cc:740
29428 #, gcc-internal-format
29429 msgid "unsafe function call %qE within %<transaction_safe%> function"
29430 msgstr ""
29431
29432 #: trans-mem.cc:744
29433 #, gcc-internal-format
29434 msgid "unsafe indirect function call within %<transaction_safe%> function"
29435 msgstr ""
29436
29437 #: trans-mem.cc:759 trans-mem.cc:4791
29438 #, gcc-internal-format
29439 msgid "%<asm%> not allowed in atomic transaction"
29440 msgstr ""
29441
29442 #: trans-mem.cc:762 trans-mem.cc:4417
29443 #, gcc-internal-format
29444 msgid "%<asm%> not allowed in %<transaction_safe%> function"
29445 msgstr ""
29446
29447 #: trans-mem.cc:774
29448 #, gcc-internal-format
29449 msgid "relaxed transaction in atomic transaction"
29450 msgstr ""
29451
29452 #: trans-mem.cc:777
29453 #, gcc-internal-format
29454 msgid "relaxed transaction in %<transaction_safe%> function"
29455 msgstr ""
29456
29457 #: trans-mem.cc:784
29458 #, gcc-internal-format
29459 msgid "outer transaction in transaction"
29460 msgstr ""
29461
29462 #: trans-mem.cc:787
29463 #, gcc-internal-format
29464 msgid "outer transaction in %<transaction_may_cancel_outer%> function"
29465 msgstr ""
29466
29467 #: trans-mem.cc:791
29468 #, gcc-internal-format
29469 msgid "outer transaction in %<transaction_safe%> function"
29470 msgstr ""
29471
29472 #: tree-cfg.cc:358
29473 #, gcc-internal-format
29474 msgid "ignoring loop annotation"
29475 msgstr ""
29476
29477 #: tree-cfg.cc:3012
29478 #, gcc-internal-format
29479 msgid "constant not recomputed when %<ADDR_EXPR%> changed"
29480 msgstr ""
29481
29482 #: tree-cfg.cc:3017
29483 #, gcc-internal-format
29484 msgid "side effects not recomputed when %<ADDR_EXPR%> changed"
29485 msgstr ""
29486
29487 #: tree-cfg.cc:3032
29488 #, gcc-internal-format
29489 msgid "address taken but %<TREE_ADDRESSABLE%> bit not set"
29490 msgstr ""
29491
29492 #: tree-cfg.cc:3056
29493 #, gcc-internal-format
29494 msgid "non-scalar %qs"
29495 msgstr ""
29496
29497 #: tree-cfg.cc:3070
29498 #, gcc-internal-format
29499 msgid "invalid position or size operand to %qs"
29500 msgstr "nevaljana pozicija ili veličina operanda za %qs"
29501
29502 #: tree-cfg.cc:3076
29503 #, gcc-internal-format
29504 msgid "integral result type precision does not match field size of %qs"
29505 msgstr ""
29506
29507 #: tree-cfg.cc:3085
29508 #, gcc-internal-format
29509 msgid "mode size of non-integral result does not match field size of %qs"
29510 msgstr ""
29511
29512 #: tree-cfg.cc:3093
29513 #, gcc-internal-format
29514 msgid "%qs of non-mode-precision operand"
29515 msgstr ""
29516
29517 #: tree-cfg.cc:3100
29518 #, gcc-internal-format
29519 msgid "position plus size exceeds size of referenced object in %qs"
29520 msgstr ""
29521
29522 #: tree-cfg.cc:3111
29523 #, gcc-internal-format
29524 msgid "type mismatch in %qs reference"
29525 msgstr ""
29526
29527 #: tree-cfg.cc:3127
29528 #, gcc-internal-format
29529 msgid "non-top-level %qs"
29530 msgstr ""
29531
29532 #: tree-cfg.cc:3142
29533 #, gcc-internal-format
29534 msgid "invalid operands to %qs"
29535 msgstr ""
29536
29537 #: tree-cfg.cc:3153 tree-cfg.cc:3162 tree-cfg.cc:3179 tree-cfg.cc:3874
29538 #: tree-cfg.cc:3903 tree-cfg.cc:3920 tree-cfg.cc:3941 tree-cfg.cc:3989
29539 #: tree-cfg.cc:4010 tree-cfg.cc:4064 tree-cfg.cc:4088 tree-cfg.cc:4124
29540 #: tree-cfg.cc:4145 tree-cfg.cc:4190 tree-cfg.cc:4266 tree-cfg.cc:4301
29541 #: tree-cfg.cc:4313 tree-cfg.cc:4372 tree-cfg.cc:4397 tree-cfg.cc:4472
29542 #: tree-cfg.cc:4558
29543 #, gcc-internal-format
29544 msgid "type mismatch in %qs"
29545 msgstr ""
29546
29547 #: tree-cfg.cc:3173
29548 #, gcc-internal-format
29549 msgid "invalid %qs offset operator"
29550 msgstr "nevaljani offset operator %qs"
29551
29552 #: tree-cfg.cc:3197
29553 #, gcc-internal-format
29554 msgid "conversion of %qs on the left hand side of %qs"
29555 msgstr ""
29556
29557 #: tree-cfg.cc:3205
29558 #, gcc-internal-format
29559 msgid "conversion of register to a different size in %qs"
29560 msgstr ""
29561
29562 #: tree-cfg.cc:3225 tree-cfg.cc:3251
29563 #, gcc-internal-format
29564 msgid "invalid address operand in %qs"
29565 msgstr "nevaljani adresni operator za %qs"
29566
29567 #: tree-cfg.cc:3232 tree-cfg.cc:3258
29568 #, gcc-internal-format
29569 msgid "invalid offset operand in %qs"
29570 msgstr "nevaljani offset operand u %qs"
29571
29572 #: tree-cfg.cc:3239 tree-cfg.cc:3265
29573 #, gcc-internal-format
29574 msgid "invalid clique in %qs"
29575 msgstr ""
29576
29577 #: tree-cfg.cc:3272 tree-cfg.cc:4570
29578 #, gcc-internal-format
29579 msgid "%qs in gimple IL"
29580 msgstr ""
29581
29582 #: tree-cfg.cc:3287
29583 #, gcc-internal-format
29584 msgid "invalid expression for min lvalue"
29585 msgstr ""
29586
29587 #: tree-cfg.cc:3338
29588 #, gcc-internal-format
29589 msgid "gimple call has two targets"
29590 msgstr ""
29591
29592 #: tree-cfg.cc:3347
29593 #, gcc-internal-format
29594 msgid "gimple call has no target"
29595 msgstr ""
29596
29597 #: tree-cfg.cc:3354
29598 #, gcc-internal-format
29599 msgid "invalid function in gimple call"
29600 msgstr ""
29601
29602 #: tree-cfg.cc:3364
29603 #, gcc-internal-format
29604 msgid "non-function in gimple call"
29605 msgstr ""
29606
29607 #: tree-cfg.cc:3375
29608 #, gcc-internal-format
29609 msgid "invalid pure const state for function"
29610 msgstr ""
29611
29612 #: tree-cfg.cc:3387
29613 #, gcc-internal-format
29614 msgid "invalid LHS in gimple call"
29615 msgstr ""
29616
29617 #: tree-cfg.cc:3395
29618 #, gcc-internal-format
29619 msgid "LHS in %<noreturn%> call"
29620 msgstr ""
29621
29622 #: tree-cfg.cc:3409
29623 #, gcc-internal-format
29624 msgid "invalid conversion in gimple call"
29625 msgstr ""
29626
29627 #: tree-cfg.cc:3418
29628 #, gcc-internal-format
29629 msgid "invalid static chain in gimple call"
29630 msgstr ""
29631
29632 #: tree-cfg.cc:3429
29633 #, gcc-internal-format
29634 msgid "static chain with function that doesn%'t use one"
29635 msgstr ""
29636
29637 #. Built-in unreachable with parameters might not be caught by
29638 #. undefined behavior sanitizer.  Front-ends do check users do not
29639 #. call them that way but we also produce calls to
29640 #. __builtin_unreachable internally, for example when IPA figures
29641 #. out a call cannot happen in a legal program.  In such cases,
29642 #. we must make sure arguments are stripped off.
29643 #: tree-cfg.cc:3447
29644 #, gcc-internal-format
29645 msgid "%<__builtin_unreachable%> or %<__builtin_trap%> call with arguments"
29646 msgstr ""
29647
29648 #: tree-cfg.cc:3478
29649 #, gcc-internal-format
29650 msgid "%<DEFFERED_INIT%> calls should have same constant size for the first argument and LHS"
29651 msgstr ""
29652
29653 #: tree-cfg.cc:3496
29654 #, gcc-internal-format
29655 msgid "invalid argument to gimple call"
29656 msgstr ""
29657
29658 #: tree-cfg.cc:3523
29659 #, gcc-internal-format
29660 msgid "invalid operands in gimple comparison"
29661 msgstr ""
29662
29663 #: tree-cfg.cc:3534
29664 #, gcc-internal-format
29665 msgid "mismatching comparison operand types"
29666 msgstr ""
29667
29668 #: tree-cfg.cc:3551
29669 #, gcc-internal-format
29670 msgid "unsupported operation or type for vector comparison returning a boolean"
29671 msgstr ""
29672
29673 #: tree-cfg.cc:3566
29674 #, gcc-internal-format
29675 msgid "non-vector operands in vector comparison"
29676 msgstr ""
29677
29678 #: tree-cfg.cc:3575
29679 #, gcc-internal-format
29680 msgid "invalid vector comparison resulting type"
29681 msgstr ""
29682
29683 #: tree-cfg.cc:3582
29684 #, gcc-internal-format
29685 msgid "bogus comparison result type"
29686 msgstr ""
29687
29688 #: tree-cfg.cc:3604
29689 #, gcc-internal-format
29690 msgid "non-register as LHS of unary operation"
29691 msgstr ""
29692
29693 #: tree-cfg.cc:3610
29694 #, gcc-internal-format
29695 msgid "invalid operand in unary operation"
29696 msgstr ""
29697
29698 #: tree-cfg.cc:3633
29699 #, gcc-internal-format
29700 msgid "invalid vector types in nop conversion"
29701 msgstr ""
29702
29703 #: tree-cfg.cc:3670
29704 #, gcc-internal-format
29705 msgid "invalid types in nop conversion"
29706 msgstr ""
29707
29708 #: tree-cfg.cc:3685
29709 #, gcc-internal-format
29710 msgid "invalid types in address space conversion"
29711 msgstr ""
29712
29713 #: tree-cfg.cc:3699
29714 #, gcc-internal-format
29715 msgid "invalid types in fixed-point conversion"
29716 msgstr ""
29717
29718 #: tree-cfg.cc:3714
29719 #, gcc-internal-format
29720 msgid "invalid types in conversion to floating-point"
29721 msgstr ""
29722
29723 #: tree-cfg.cc:3729
29724 #, gcc-internal-format
29725 msgid "invalid types in conversion to integer"
29726 msgstr ""
29727
29728 #: tree-cfg.cc:3769
29729 #, gcc-internal-format
29730 msgid "type mismatch in %qs expression"
29731 msgstr ""
29732
29733 #: tree-cfg.cc:3786 tree-cfg.cc:3800 tree-cfg.cc:4170
29734 #, gcc-internal-format
29735 msgid "invalid types for %qs"
29736 msgstr ""
29737
29738 #: tree-cfg.cc:3811
29739 #, gcc-internal-format
29740 msgid "%qs should be from a scalar to a like vector"
29741 msgstr ""
29742
29743 #: tree-cfg.cc:3825
29744 #, gcc-internal-format
29745 msgid "non-trivial conversion in unary operation"
29746 msgstr ""
29747
29748 #: tree-cfg.cc:3850
29749 #, gcc-internal-format
29750 msgid "non-register as LHS of binary operation"
29751 msgstr ""
29752
29753 #: tree-cfg.cc:3857
29754 #, gcc-internal-format
29755 msgid "invalid operands in binary operation"
29756 msgstr ""
29757
29758 #: tree-cfg.cc:3964
29759 #, gcc-internal-format
29760 msgid "invalid non-vector operands to %qs"
29761 msgstr ""
29762
29763 #: tree-cfg.cc:3975
29764 #, gcc-internal-format
29765 msgid "invalid (pointer) operands %qs"
29766 msgstr "nevaljani (pointer) operandi %qs"
29767
29768 #: tree-cfg.cc:4198
29769 #, gcc-internal-format
29770 msgid "vector type expected in %qs"
29771 msgstr ""
29772
29773 #: tree-cfg.cc:4211
29774 #, gcc-internal-format
29775 msgid "type mismatch in binary expression"
29776 msgstr ""
29777
29778 #: tree-cfg.cc:4239
29779 #, gcc-internal-format
29780 msgid "non-register as LHS of ternary operation"
29781 msgstr ""
29782
29783 #: tree-cfg.cc:4248
29784 #, gcc-internal-format
29785 msgid "invalid operands in ternary operation"
29786 msgstr ""
29787
29788 #: tree-cfg.cc:4280
29789 #, gcc-internal-format
29790 msgid "the first argument of a %qs must be of a boolean vector type of the same number of elements as the result"
29791 msgstr ""
29792
29793 #: tree-cfg.cc:4325 tree-cfg.cc:4384
29794 #, gcc-internal-format
29795 msgid "vector types expected in %qs"
29796 msgstr ""
29797
29798 #: tree-cfg.cc:4340
29799 #, gcc-internal-format
29800 msgid "vectors with different element number found in %qs"
29801 msgstr ""
29802
29803 #: tree-cfg.cc:4356
29804 #, gcc-internal-format
29805 msgid "invalid mask type in %qs"
29806 msgstr ""
29807
29808 #: tree-cfg.cc:4417
29809 #, gcc-internal-format
29810 msgid "not allowed type combination in %qs"
29811 msgstr ""
29812
29813 #: tree-cfg.cc:4426
29814 #, gcc-internal-format
29815 msgid "invalid position or size in %qs"
29816 msgstr ""
29817
29818 #: tree-cfg.cc:4432
29819 #, gcc-internal-format
29820 msgid "%qs into non-mode-precision operand"
29821 msgstr ""
29822
29823 #: tree-cfg.cc:4442
29824 #, gcc-internal-format
29825 msgid "insertion out of range in %qs"
29826 msgstr ""
29827
29828 #: tree-cfg.cc:4452
29829 #, gcc-internal-format
29830 msgid "%qs not at element boundary"
29831 msgstr ""
29832
29833 #: tree-cfg.cc:4508
29834 #, gcc-internal-format
29835 msgid "non-trivial conversion in %qs"
29836 msgstr ""
29837
29838 #: tree-cfg.cc:4517
29839 #, gcc-internal-format
29840 msgid "%qs LHS in clobber statement"
29841 msgstr ""
29842
29843 #: tree-cfg.cc:4525
29844 #, gcc-internal-format
29845 msgid "%qs LHS in assignment statement"
29846 msgstr ""
29847
29848 #: tree-cfg.cc:4544
29849 #, gcc-internal-format
29850 msgid "invalid operand in %qs"
29851 msgstr ""
29852
29853 #: tree-cfg.cc:4585 tree-cfg.cc:4611
29854 #, gcc-internal-format
29855 msgid "invalid RHS for gimple memory store: %qs"
29856 msgstr ""
29857
29858 #: tree-cfg.cc:4645 tree-cfg.cc:4663
29859 #, gcc-internal-format
29860 msgid "incorrect type of vector %qs elements"
29861 msgstr ""
29862
29863 #: tree-cfg.cc:4654 tree-cfg.cc:4671
29864 #, gcc-internal-format
29865 msgid "incorrect number of vector %qs elements"
29866 msgstr ""
29867
29868 #: tree-cfg.cc:4679
29869 #, gcc-internal-format
29870 msgid "incorrect type of vector CONSTRUCTOR elements"
29871 msgstr ""
29872
29873 #: tree-cfg.cc:4688
29874 #, gcc-internal-format
29875 msgid "vector %qs with non-NULL element index"
29876 msgstr ""
29877
29878 #: tree-cfg.cc:4695
29879 #, gcc-internal-format
29880 msgid "vector %qs element is not a GIMPLE value"
29881 msgstr ""
29882
29883 #: tree-cfg.cc:4704
29884 #, gcc-internal-format
29885 msgid "non-vector %qs with elements"
29886 msgstr ""
29887
29888 #: tree-cfg.cc:4715
29889 #, gcc-internal-format
29890 msgid "%qs with an always-false condition"
29891 msgstr ""
29892
29893 #: tree-cfg.cc:4722
29894 #, gcc-internal-format
29895 msgid "%qs RHS in assignment statement"
29896 msgstr ""
29897
29898 #: tree-cfg.cc:4779
29899 #, gcc-internal-format
29900 msgid "invalid operand in return statement"
29901 msgstr ""
29902
29903 #: tree-cfg.cc:4794 c/gimple-parser.cc:2474
29904 #, gcc-internal-format
29905 msgid "invalid conversion in return statement"
29906 msgstr ""
29907
29908 #: tree-cfg.cc:4818
29909 #, gcc-internal-format
29910 msgid "goto destination is neither a label nor a pointer"
29911 msgstr ""
29912
29913 #: tree-cfg.cc:4837
29914 #, gcc-internal-format
29915 msgid "invalid operand to switch statement"
29916 msgstr ""
29917
29918 #: tree-cfg.cc:4845
29919 #, gcc-internal-format
29920 msgid "non-integral type switch statement"
29921 msgstr ""
29922
29923 #: tree-cfg.cc:4855
29924 #, gcc-internal-format
29925 msgid "invalid default case label in switch statement"
29926 msgstr ""
29927
29928 #: tree-cfg.cc:4867
29929 #, gcc-internal-format
29930 msgid "invalid %<CASE_CHAIN%>"
29931 msgstr ""
29932
29933 #: tree-cfg.cc:4873
29934 #, gcc-internal-format
29935 msgid "invalid case label in switch statement"
29936 msgstr ""
29937
29938 #: tree-cfg.cc:4880
29939 #, gcc-internal-format
29940 msgid "invalid case range in switch statement"
29941 msgstr ""
29942
29943 #: tree-cfg.cc:4890
29944 #, gcc-internal-format
29945 msgid "type precision mismatch in switch statement"
29946 msgstr ""
29947
29948 #: tree-cfg.cc:4897
29949 #, gcc-internal-format
29950 msgid "type mismatch for case label in switch statement"
29951 msgstr ""
29952
29953 #: tree-cfg.cc:4906
29954 #, gcc-internal-format
29955 msgid "case labels not sorted in switch statement"
29956 msgstr ""
29957
29958 #: tree-cfg.cc:4949
29959 #, gcc-internal-format
29960 msgid "label context is not the current function declaration"
29961 msgstr ""
29962
29963 #: tree-cfg.cc:4958
29964 #, gcc-internal-format
29965 msgid "incorrect entry in %<label_to_block_map%>"
29966 msgstr ""
29967
29968 #: tree-cfg.cc:4968
29969 #, gcc-internal-format
29970 msgid "incorrect setting of landing pad number"
29971 msgstr ""
29972
29973 #: tree-cfg.cc:4984
29974 #, gcc-internal-format
29975 msgid "invalid comparison code in gimple cond"
29976 msgstr ""
29977
29978 #: tree-cfg.cc:4992
29979 #, gcc-internal-format
29980 msgid "invalid labels in gimple cond"
29981 msgstr ""
29982
29983 #: tree-cfg.cc:5075 tree-cfg.cc:5084
29984 #, gcc-internal-format
29985 msgid "invalid %<PHI%> result"
29986 msgstr ""
29987
29988 #: tree-cfg.cc:5094
29989 #, gcc-internal-format
29990 msgid "missing %<PHI%> def"
29991 msgstr ""
29992
29993 #: tree-cfg.cc:5108
29994 #, gcc-internal-format
29995 msgid "invalid %<PHI%> argument"
29996 msgstr ""
29997
29998 #: tree-cfg.cc:5115
29999 #, gcc-internal-format
30000 msgid "incompatible types in %<PHI%> argument %u"
30001 msgstr ""
30002
30003 #: tree-cfg.cc:5213
30004 #, gcc-internal-format
30005 msgid "%<verify_gimple%> failed"
30006 msgstr ""
30007
30008 #: tree-cfg.cc:5270
30009 #, gcc-internal-format
30010 msgid "dead statement in EH table"
30011 msgstr ""
30012
30013 #: tree-cfg.cc:5286
30014 #, gcc-internal-format
30015 msgid "location references block not in block tree"
30016 msgstr ""
30017
30018 #: tree-cfg.cc:5335
30019 #, gcc-internal-format
30020 msgid "local declaration from a different function"
30021 msgstr ""
30022
30023 #: tree-cfg.cc:5438
30024 #, gcc-internal-format
30025 msgid "gimple_bb (phi) is set to a wrong basic block"
30026 msgstr ""
30027
30028 #: tree-cfg.cc:5447
30029 #, gcc-internal-format
30030 msgid "PHI node with location"
30031 msgstr ""
30032
30033 #: tree-cfg.cc:5458 tree-cfg.cc:5505
30034 #, gcc-internal-format
30035 msgid "incorrect sharing of tree nodes"
30036 msgstr ""
30037
30038 #: tree-cfg.cc:5466
30039 #, gcc-internal-format
30040 msgid "virtual PHI with argument locations"
30041 msgstr ""
30042
30043 #: tree-cfg.cc:5493
30044 #, gcc-internal-format
30045 msgid "gimple_bb (stmt) is set to a wrong basic block"
30046 msgstr ""
30047
30048 #: tree-cfg.cc:5533
30049 #, gcc-internal-format
30050 msgid "statement marked for throw, but doesn%'t"
30051 msgstr ""
30052
30053 #: tree-cfg.cc:5539
30054 #, gcc-internal-format
30055 msgid "statement marked for throw in middle of block"
30056 msgstr ""
30057
30058 #: tree-cfg.cc:5561
30059 #, gcc-internal-format
30060 msgid "verify_gimple failed"
30061 msgstr ""
30062
30063 #: tree-cfg.cc:5583
30064 #, gcc-internal-format
30065 msgid "ENTRY_BLOCK has IL associated with it"
30066 msgstr ""
30067
30068 #: tree-cfg.cc:5590
30069 #, gcc-internal-format
30070 msgid "EXIT_BLOCK has IL associated with it"
30071 msgstr ""
30072
30073 #: tree-cfg.cc:5597
30074 #, gcc-internal-format, gfc-internal-format
30075 msgid "fallthru to exit from bb %d"
30076 msgstr ""
30077
30078 #: tree-cfg.cc:5621
30079 #, gcc-internal-format
30080 msgid "nonlocal label %qD is not first in a sequence of labels in bb %d"
30081 msgstr ""
30082
30083 #: tree-cfg.cc:5628
30084 #, gcc-internal-format
30085 msgid "EH landing pad label %qD is not first in a sequence of labels in bb %d"
30086 msgstr ""
30087
30088 #: tree-cfg.cc:5635
30089 #, gcc-internal-format
30090 msgid "label %qD to block does not match in bb %d"
30091 msgstr ""
30092
30093 #: tree-cfg.cc:5642
30094 #, gcc-internal-format
30095 msgid "label %qD has incorrect context in bb %d"
30096 msgstr ""
30097
30098 #: tree-cfg.cc:5655
30099 #, gcc-internal-format, gfc-internal-format
30100 msgid "control flow in the middle of basic block %d"
30101 msgstr ""
30102
30103 #: tree-cfg.cc:5665
30104 #, gcc-internal-format
30105 msgid "label %qD in the middle of basic block %d"
30106 msgstr ""
30107
30108 #: tree-cfg.cc:5687
30109 #, gcc-internal-format, gfc-internal-format
30110 msgid "fallthru edge after a control statement in bb %d"
30111 msgstr ""
30112
30113 #: tree-cfg.cc:5700
30114 #, gcc-internal-format, gfc-internal-format
30115 msgid "true/false edge after a non-GIMPLE_COND in bb %d"
30116 msgstr ""
30117
30118 #: tree-cfg.cc:5723 tree-cfg.cc:5745 tree-cfg.cc:5762 tree-cfg.cc:5831
30119 #, gcc-internal-format, gfc-internal-format
30120 msgid "wrong outgoing edge flags at end of bb %d"
30121 msgstr ""
30122
30123 #: tree-cfg.cc:5733
30124 #, gcc-internal-format, gfc-internal-format
30125 msgid "explicit goto at end of bb %d"
30126 msgstr ""
30127
30128 #: tree-cfg.cc:5767
30129 #, gcc-internal-format, gfc-internal-format
30130 msgid "return edge does not point to exit in bb %d"
30131 msgstr ""
30132
30133 #: tree-cfg.cc:5797
30134 #, gcc-internal-format
30135 msgid "found default case not at the start of case vector"
30136 msgstr ""
30137
30138 #: tree-cfg.cc:5805
30139 #, gcc-internal-format
30140 msgid "case labels not sorted: "
30141 msgstr ""
30142
30143 #: tree-cfg.cc:5822
30144 #, gcc-internal-format, gfc-internal-format
30145 msgid "extra outgoing edge %d->%d"
30146 msgstr ""
30147
30148 #: tree-cfg.cc:5845
30149 #, gcc-internal-format, gfc-internal-format
30150 msgid "missing edge %i->%i"
30151 msgstr ""
30152
30153 #: tree-cfg.cc:9509
30154 #, gcc-internal-format
30155 msgid "%<noreturn%> function does return"
30156 msgstr ""
30157
30158 #: tree-cfg.cc:9530 tree-cfg.cc:9562
30159 #, gcc-internal-format
30160 msgid "control reaches end of non-void function"
30161 msgstr ""
30162
30163 #: tree-cfg.cc:9628
30164 #, gcc-internal-format
30165 msgid "ignoring return value of %qD declared with attribute %<warn_unused_result%>"
30166 msgstr ""
30167
30168 #: tree-cfg.cc:9633 cp/cvt.cc:1117
30169 #, gcc-internal-format
30170 msgid "ignoring return value of function declared with attribute %<warn_unused_result%>"
30171 msgstr ""
30172
30173 #: tree-diagnostic-path.cc:467
30174 msgid "%@ %s"
30175 msgstr ""
30176
30177 #: tree-diagnostic.cc:203
30178 #, gcc-internal-format
30179 msgid "in definition of macro %qs"
30180 msgstr ""
30181
30182 #: tree-diagnostic.cc:220
30183 #, gcc-internal-format
30184 msgid "in expansion of macro %qs"
30185 msgstr ""
30186
30187 #: tree-eh.cc:4926
30188 #, gcc-internal-format, gfc-internal-format
30189 msgid "BB %i has multiple EH edges"
30190 msgstr ""
30191
30192 #: tree-eh.cc:4938
30193 #, gcc-internal-format, gfc-internal-format
30194 msgid "BB %i cannot throw but has an EH edge"
30195 msgstr ""
30196
30197 #: tree-eh.cc:4946
30198 #, gcc-internal-format, gfc-internal-format
30199 msgid "BB %i last statement has incorrectly set lp"
30200 msgstr ""
30201
30202 #: tree-eh.cc:4952
30203 #, gcc-internal-format, gfc-internal-format
30204 msgid "BB %i is missing an EH edge"
30205 msgstr ""
30206
30207 #: tree-eh.cc:4958
30208 #, gcc-internal-format, gfc-internal-format
30209 msgid "Incorrect EH edge %i->%i"
30210 msgstr ""
30211
30212 #: tree-eh.cc:4992 tree-eh.cc:5011
30213 #, gcc-internal-format, gfc-internal-format
30214 msgid "BB %i is missing an edge"
30215 msgstr ""
30216
30217 #: tree-eh.cc:5028
30218 #, gcc-internal-format, gfc-internal-format
30219 msgid "BB %i too many fallthru edges"
30220 msgstr ""
30221
30222 #: tree-eh.cc:5037
30223 #, gcc-internal-format, gfc-internal-format
30224 msgid "BB %i has incorrect edge"
30225 msgstr ""
30226
30227 #: tree-eh.cc:5043
30228 #, gcc-internal-format, gfc-internal-format
30229 msgid "BB %i has incorrect fallthru edge"
30230 msgstr ""
30231
30232 #: tree-inline.cc:3902
30233 #, gcc-internal-format
30234 msgid "function %q+F can never be copied because it receives a non-local goto"
30235 msgstr ""
30236
30237 #: tree-inline.cc:3909
30238 #, gcc-internal-format
30239 msgid "function %q+F can never be copied because it saves address of local label in a static variable"
30240 msgstr ""
30241
30242 #: tree-inline.cc:3949
30243 #, gcc-internal-format
30244 msgid "function %q+F can never be inlined because it uses alloca (override using the always_inline attribute)"
30245 msgstr ""
30246
30247 #: tree-inline.cc:3963
30248 #, gcc-internal-format
30249 msgid "function %q+F can never be inlined because it uses setjmp"
30250 msgstr ""
30251
30252 #: tree-inline.cc:3977
30253 #, gcc-internal-format
30254 msgid "function %q+F can never be inlined because it uses variable argument lists"
30255 msgstr ""
30256
30257 #: tree-inline.cc:3989
30258 #, gcc-internal-format
30259 msgid "function %q+F can never be inlined because it uses setjmp-longjmp exception handling"
30260 msgstr ""
30261
30262 #: tree-inline.cc:3997
30263 #, gcc-internal-format
30264 msgid "function %q+F can never be inlined because it uses non-local goto"
30265 msgstr ""
30266
30267 #: tree-inline.cc:4009
30268 #, gcc-internal-format
30269 msgid "function %q+F can never be inlined because it uses %<__builtin_return%> or %<__builtin_apply_args%>"
30270 msgstr ""
30271
30272 #: tree-inline.cc:4029
30273 #, gcc-internal-format
30274 msgid "function %q+F can never be inlined because it contains a computed goto"
30275 msgstr ""
30276
30277 #: tree-inline.cc:4075
30278 #, gcc-internal-format
30279 msgid "function %q+F can never be inlined because it has a VLA argument"
30280 msgstr ""
30281
30282 #: tree-inline.cc:4143
30283 #, gcc-internal-format
30284 msgid "function %q+F can never be inlined because it is suppressed using %<-fno-inline%>"
30285 msgstr ""
30286
30287 #: tree-inline.cc:4151
30288 #, gcc-internal-format
30289 msgid "function %q+F can never be inlined because it uses attributes conflicting with inlining"
30290 msgstr ""
30291
30292 #: tree-inline.cc:4837
30293 #, gcc-internal-format
30294 msgid "inlining failed in call to %<always_inline%> %q+F: %s"
30295 msgstr ""
30296
30297 #: tree-inline.cc:4840 tree-inline.cc:4861
30298 #, gcc-internal-format
30299 msgid "called from here"
30300 msgstr ""
30301
30302 #: tree-inline.cc:4843 tree-inline.cc:4864
30303 #, gcc-internal-format
30304 msgid "called from this function"
30305 msgstr ""
30306
30307 #: tree-inline.cc:4857
30308 #, gcc-internal-format
30309 msgid "inlining failed in call to %q+F: %s"
30310 msgstr ""
30311
30312 #: tree-into-ssa.cc:3337
30313 #, gcc-internal-format
30314 msgid "statement uses released SSA name"
30315 msgstr ""
30316
30317 #: tree-into-ssa.cc:3349
30318 #, gcc-internal-format
30319 msgid "cannot update SSA form"
30320 msgstr ""
30321
30322 #: tree-into-ssa.cc:3440 tree-outof-ssa.cc:902 tree-ssa-coalesce.cc:1003
30323 #, gcc-internal-format
30324 msgid "SSA corruption"
30325 msgstr ""
30326
30327 #: tree-nested.cc:1164
30328 #, gcc-internal-format, gfc-internal-format
30329 msgid "%s from %s referenced in %s"
30330 msgstr ""
30331
30332 #: tree-nested.cc:2956
30333 #, gcc-internal-format, gfc-internal-format
30334 msgid "%s from %s called in %s"
30335 msgstr ""
30336
30337 #: tree-profile.cc:624
30338 #, gcc-internal-format
30339 msgid "invalid regular expression %qs in %qs"
30340 msgstr "nevaljani regularni izraz %qs u %qs"
30341
30342 #: tree-profile.cc:714
30343 #, gcc-internal-format
30344 msgid "target does not support atomic profile update, single mode is selected"
30345 msgstr ""
30346
30347 #: tree-ssa-alias.cc:3991
30348 #, gcc-internal-format, gfc-internal-format
30349 msgid "invalid fn spec attribute \"%s\""
30350 msgstr ""
30351
30352 #: tree-ssa-alias.cc:4030
30353 #, gcc-internal-format, gfc-internal-format
30354 msgid "invalid fn spec attribute \"%s\" arg %i"
30355 msgstr ""
30356
30357 #: tree-ssa-ccp.cc:4606 c-family/c-common.cc:5810
30358 #, gcc-internal-format
30359 msgid "%qs pointer is null"
30360 msgstr ""
30361
30362 #: tree-ssa-ccp.cc:4609 c-family/c-common.cc:5813
30363 #, gcc-internal-format
30364 msgid "in a call to non-static member function %qD"
30365 msgstr ""
30366
30367 #: tree-ssa-ccp.cc:4615 c-family/c-common.cc:5819
30368 #, gcc-internal-format, gfc-internal-format
30369 msgid "argument %u null where non-null expected"
30370 msgstr ""
30371
30372 #: tree-ssa-ccp.cc:4621
30373 #, gcc-internal-format
30374 msgid "in a call to built-in function %qD"
30375 msgstr ""
30376
30377 #: tree-ssa-ccp.cc:4625 c-family/c-common.cc:5823
30378 #, gcc-internal-format
30379 msgid "in a call to function %qD declared %qs"
30380 msgstr ""
30381
30382 #: tree-ssa-loop-niter.cc:3478
30383 #, gcc-internal-format, gfc-internal-format
30384 msgid "iteration %s invokes undefined behavior"
30385 msgstr ""
30386
30387 #: tree-ssa-loop-niter.cc:3479
30388 #, gcc-internal-format
30389 msgid "within this loop"
30390 msgstr ""
30391
30392 #: tree-ssa-loop-prefetch.cc:2090
30393 #, gcc-internal-format
30394 msgid "%<l1-cache-size%> parameter is not a power of two %d"
30395 msgstr ""
30396
30397 #: tree-ssa-operands.cc:1033
30398 #, gcc-internal-format
30399 msgid "virtual definition of statement not up to date"
30400 msgstr ""
30401
30402 #: tree-ssa-operands.cc:1040
30403 #, gcc-internal-format
30404 msgid "virtual def operand missing for statement"
30405 msgstr ""
30406
30407 #: tree-ssa-operands.cc:1050
30408 #, gcc-internal-format
30409 msgid "virtual use of statement not up to date"
30410 msgstr ""
30411
30412 #: tree-ssa-operands.cc:1057
30413 #, gcc-internal-format
30414 msgid "virtual use operand missing for statement"
30415 msgstr ""
30416
30417 #: tree-ssa-operands.cc:1074
30418 #, gcc-internal-format
30419 msgid "excess use operand for statement"
30420 msgstr ""
30421
30422 #: tree-ssa-operands.cc:1084
30423 #, gcc-internal-format
30424 msgid "use operand missing for statement"
30425 msgstr ""
30426
30427 #: tree-ssa-operands.cc:1091
30428 #, gcc-internal-format
30429 msgid "statement volatile flag not up to date"
30430 msgstr ""
30431
30432 #: tree-ssa-strlen.cc:2144
30433 #, gcc-internal-format
30434 msgid "%qD writing one too many bytes into a region of a size that depends on %<strlen%>"
30435 msgstr ""
30436
30437 #: tree-ssa-strlen.cc:2148
30438 #, gcc-internal-format
30439 msgid "writing one too many bytes into a region of a size that depends on %<strlen%>"
30440 msgstr ""
30441
30442 #: tree-ssa-strlen.cc:2157
30443 #, gcc-internal-format
30444 msgid "%qD writing %wu byte into a region of size %wu"
30445 msgid_plural "%qD writing %wu bytes into a region of size %wu"
30446 msgstr[0] ""
30447 msgstr[1] ""
30448 msgstr[2] ""
30449
30450 #: tree-ssa-strlen.cc:2165
30451 #, gcc-internal-format
30452 msgid "writing %wu byte into a region of size %wu"
30453 msgid_plural "writing %wu bytes into a region of size %wu"
30454 msgstr[0] ""
30455 msgstr[1] ""
30456 msgstr[2] ""
30457
30458 #: tree-ssa-strlen.cc:2175
30459 #, gcc-internal-format
30460 msgid "%qD writing %wu byte into a region of size between %wu and %wu"
30461 msgid_plural "%qD writing %wu bytes into a region of size between %wu and %wu"
30462 msgstr[0] ""
30463 msgstr[1] ""
30464 msgstr[2] ""
30465
30466 #: tree-ssa-strlen.cc:2183
30467 #, gcc-internal-format
30468 msgid "writing %wu byte into a region of size between %wu and %wu"
30469 msgid_plural "writing %wu bytes into a region of size between %wu and %wu"
30470 msgstr[0] ""
30471 msgstr[1] ""
30472 msgstr[2] ""
30473
30474 #: tree-ssa-strlen.cc:2193
30475 #, gcc-internal-format
30476 msgid "%qD writing between %wu and %wu bytes into a region of size %wu"
30477 msgstr ""
30478
30479 #: tree-ssa-strlen.cc:2199
30480 #, gcc-internal-format
30481 msgid "writing between %wu and %wu bytes into a region of size %wu"
30482 msgstr ""
30483
30484 #: tree-ssa-strlen.cc:2207
30485 #, gcc-internal-format
30486 msgid "%qD writing between %wu and %wu bytes into a region of size between %wu and %wu"
30487 msgstr ""
30488
30489 #: tree-ssa-strlen.cc:2213
30490 #, gcc-internal-format
30491 msgid "writing between %wu and %wu bytes into a region of size between %wu and %wu"
30492 msgstr ""
30493
30494 #: tree-ssa-strlen.cc:3105
30495 #, gcc-internal-format
30496 msgid "%qD output truncated before terminating nul copying %E byte from a string of the same length"
30497 msgid_plural "%qD output truncated before terminating nul copying %E bytes from a string of the same length"
30498 msgstr[0] ""
30499 msgstr[1] ""
30500 msgstr[2] ""
30501
30502 #: tree-ssa-strlen.cc:3121
30503 #, gcc-internal-format
30504 msgid "%qD output truncated copying %E byte from a string of length %wu"
30505 msgid_plural "%qD output truncated copying %E bytes from a string of length %wu"
30506 msgstr[0] ""
30507 msgstr[1] ""
30508 msgstr[2] ""
30509
30510 #: tree-ssa-strlen.cc:3128
30511 #, gcc-internal-format
30512 msgid "%qD output truncated copying between %wu and %wu bytes from a string of length %wu"
30513 msgstr ""
30514
30515 #: tree-ssa-strlen.cc:3140
30516 #, gcc-internal-format
30517 msgid "%qD output may be truncated copying %E byte from a string of length %wu"
30518 msgid_plural "%qD output may be truncated copying %E bytes from a string of length %wu"
30519 msgstr[0] ""
30520 msgstr[1] ""
30521 msgstr[2] ""
30522
30523 #: tree-ssa-strlen.cc:3147 tree-ssa-strlen.cc:3163
30524 #, gcc-internal-format
30525 msgid "%qD output may be truncated copying between %wu and %wu bytes from a string of length %wu"
30526 msgstr ""
30527
30528 #: tree-ssa-strlen.cc:3317
30529 #, gcc-internal-format
30530 msgid "%qD output truncated before terminating nul copying as many bytes from a string as its length"
30531 msgstr ""
30532
30533 #: tree-ssa-strlen.cc:3330
30534 #, gcc-internal-format
30535 msgid "%qD specified bound depends on the length of the source argument"
30536 msgstr ""
30537
30538 #: tree-ssa-strlen.cc:3338
30539 #, gcc-internal-format
30540 msgid "length computed here"
30541 msgstr ""
30542
30543 #: tree-ssa-strlen.cc:4259
30544 #, gcc-internal-format
30545 msgid "%qD of a string of length %wu or more and an array of size %wu evaluates to nonzero"
30546 msgstr ""
30547
30548 #: tree-ssa-strlen.cc:4261
30549 #, gcc-internal-format
30550 msgid "%qD of a string of length %wu and an array of size %wu evaluates to nonzero"
30551 msgstr ""
30552
30553 #: tree-ssa-strlen.cc:4268
30554 #, gcc-internal-format
30555 msgid "%qD of strings of length %wu and %wu and bound of %wu evaluates to nonzero"
30556 msgstr ""
30557
30558 #: tree-ssa-strlen.cc:4273
30559 #, gcc-internal-format
30560 msgid "%qD of a string of length %wu, an array of size %wu and bound of %wu evaluates to nonzero"
30561 msgstr ""
30562
30563 #: tree-ssa-strlen.cc:4284
30564 #, gcc-internal-format
30565 msgid "in this expression"
30566 msgstr ""
30567
30568 #: tree-ssa-uninit.cc:283
30569 #, gcc-internal-format
30570 msgid "%qD is used uninitialized"
30571 msgstr ""
30572
30573 #: tree-ssa-uninit.cc:285
30574 #, gcc-internal-format
30575 msgid "%qD may be used uninitialized"
30576 msgstr ""
30577
30578 #: tree-ssa-uninit.cc:292
30579 #, gcc-internal-format
30580 msgid "%qs is used uninitialized"
30581 msgstr ""
30582
30583 #: tree-ssa-uninit.cc:295
30584 #, gcc-internal-format
30585 msgid "%qs may be used uninitialized"
30586 msgstr ""
30587
30588 #: tree-ssa-uninit.cc:314 varasm.cc:366 varasm.cc:7828
30589 #, gcc-internal-format
30590 msgid "%qD was declared here"
30591 msgstr ""
30592
30593 #: tree-ssa-uninit.cc:316
30594 #, gcc-internal-format
30595 msgid "%qs was declared here"
30596 msgstr ""
30597
30598 #: tree-ssa-uninit.cc:430 tree-ssa-uninit.cc:742
30599 #, gcc-internal-format
30600 msgid "%qE may be used uninitialized"
30601 msgstr ""
30602
30603 #: tree-ssa-uninit.cc:439
30604 #, gcc-internal-format
30605 msgid "accessing argument %u of a function declared with attribute %<%s%>"
30606 msgstr ""
30607
30608 #: tree-ssa-uninit.cc:729
30609 #, gcc-internal-format
30610 msgid "%qE is used uninitialized"
30611 msgstr ""
30612
30613 #: tree-ssa-uninit.cc:861
30614 #, gcc-internal-format
30615 msgid "in a call to %qD declared with attribute %<%s%> here"
30616 msgstr ""
30617
30618 #: tree-ssa-uninit.cc:868
30619 #, gcc-internal-format
30620 msgid "in a call to %qT declared with attribute %<%s%>"
30621 msgstr ""
30622
30623 #: tree-ssa-uninit.cc:884
30624 #, gcc-internal-format
30625 msgid "by argument %u of type %s to %qD declared here"
30626 msgstr ""
30627
30628 #: tree-ssa-uninit.cc:892
30629 #, gcc-internal-format
30630 msgid "by argument %u of type %s to %qT"
30631 msgstr ""
30632
30633 #: tree-ssa.cc:664
30634 #, gcc-internal-format, gfc-internal-format
30635 msgid "multiple virtual PHI nodes in BB %d"
30636 msgstr ""
30637
30638 #: tree-ssa.cc:678 tree-ssa.cc:707
30639 #, gcc-internal-format
30640 msgid "virtual definition is not an SSA name"
30641 msgstr ""
30642
30643 #: tree-ssa.cc:694
30644 #, gcc-internal-format
30645 msgid "stmt with wrong VUSE"
30646 msgstr ""
30647
30648 #: tree-ssa.cc:724
30649 #, gcc-internal-format, gfc-internal-format
30650 msgid "PHI node with wrong VUSE on edge from BB %d"
30651 msgstr ""
30652
30653 #: tree-ssa.cc:750
30654 #, gcc-internal-format
30655 msgid "expected an SSA_NAME object"
30656 msgstr ""
30657
30658 #: tree-ssa.cc:756
30659 #, gcc-internal-format
30660 msgid "found an SSA_NAME that had been released into the free pool"
30661 msgstr ""
30662
30663 #: tree-ssa.cc:763
30664 #, gcc-internal-format
30665 msgid "type mismatch between an SSA_NAME and its symbol"
30666 msgstr ""
30667
30668 #: tree-ssa.cc:769
30669 #, gcc-internal-format
30670 msgid "found a virtual definition for a GIMPLE register"
30671 msgstr ""
30672
30673 #: tree-ssa.cc:775
30674 #, gcc-internal-format
30675 msgid "virtual SSA name for non-VOP decl"
30676 msgstr ""
30677
30678 #: tree-ssa.cc:781
30679 #, gcc-internal-format
30680 msgid "found a real definition for a non-register"
30681 msgstr ""
30682
30683 #: tree-ssa.cc:788
30684 #, gcc-internal-format
30685 msgid "found a default name with a non-empty defining statement"
30686 msgstr ""
30687
30688 #: tree-ssa.cc:818
30689 #, gcc-internal-format
30690 msgid "RESULT_DECL should be read only when DECL_BY_REFERENCE is set"
30691 msgstr ""
30692
30693 #: tree-ssa.cc:824
30694 #, gcc-internal-format, gfc-internal-format
30695 msgid "SSA_NAME created in two different blocks %i and %i"
30696 msgstr ""
30697
30698 #: tree-ssa.cc:833 tree-ssa.cc:1173
30699 #, gcc-internal-format
30700 msgid "SSA_NAME_DEF_STMT is wrong"
30701 msgstr ""
30702
30703 #: tree-ssa.cc:885
30704 #, gcc-internal-format
30705 msgid "missing definition"
30706 msgstr ""
30707
30708 #: tree-ssa.cc:891
30709 #, gcc-internal-format, gfc-internal-format
30710 msgid "definition in block %i does not dominate use in block %i"
30711 msgstr ""
30712
30713 #: tree-ssa.cc:899
30714 #, gcc-internal-format, gfc-internal-format
30715 msgid "definition in block %i follows the use"
30716 msgstr ""
30717
30718 #: tree-ssa.cc:906
30719 #, gcc-internal-format
30720 msgid "SSA_NAME_OCCURS_IN_ABNORMAL_PHI should be set"
30721 msgstr ""
30722
30723 #: tree-ssa.cc:914
30724 #, gcc-internal-format
30725 msgid "no immediate_use list"
30726 msgstr ""
30727
30728 #: tree-ssa.cc:926
30729 #, gcc-internal-format
30730 msgid "wrong immediate use list"
30731 msgstr ""
30732
30733 #: tree-ssa.cc:960
30734 #, gcc-internal-format
30735 msgid "incoming edge count does not match number of PHI arguments"
30736 msgstr ""
30737
30738 #: tree-ssa.cc:974
30739 #, gcc-internal-format, gfc-internal-format
30740 msgid "PHI argument is missing for edge %d->%d"
30741 msgstr ""
30742
30743 #: tree-ssa.cc:983
30744 #, gcc-internal-format
30745 msgid "PHI argument is not SSA_NAME, or invariant"
30746 msgstr ""
30747
30748 #: tree-ssa.cc:989
30749 #, gcc-internal-format
30750 msgid "PHI argument on abnormal edge is not SSA_NAME"
30751 msgstr ""
30752
30753 #: tree-ssa.cc:1010
30754 #, gcc-internal-format
30755 msgid "address taken, but ADDRESSABLE bit not set"
30756 msgstr ""
30757
30758 #: tree-ssa.cc:1017
30759 #, gcc-internal-format, gfc-internal-format
30760 msgid "wrong edge %d->%d for PHI argument"
30761 msgstr ""
30762
30763 #: tree-ssa.cc:1092
30764 #, gcc-internal-format
30765 msgid "shared SSA name info"
30766 msgstr ""
30767
30768 #: tree-ssa.cc:1119
30769 #, gcc-internal-format, gfc-internal-format
30770 msgid "AUX pointer initialized for edge %d->%d"
30771 msgstr ""
30772
30773 #: tree-ssa.cc:1145
30774 #, gcc-internal-format
30775 msgid "stmt (%p) marked modified after optimization pass: "
30776 msgstr ""
30777
30778 #: tree-ssa.cc:1211
30779 #, gcc-internal-format
30780 msgid "verify_ssa failed"
30781 msgstr ""
30782
30783 #: tree-streamer-in.cc:360
30784 #, gcc-internal-format
30785 msgid "machine independent builtin code out of range"
30786 msgstr ""
30787
30788 #: tree-streamer-in.cc:366
30789 #, gcc-internal-format
30790 msgid "target specific builtin not available"
30791 msgstr ""
30792
30793 #: tree-vect-generic.cc:325 tree-vect-generic.cc:491 tree-vect-generic.cc:2033
30794 #, gcc-internal-format
30795 msgid "vector operation will be expanded piecewise"
30796 msgstr ""
30797
30798 #: tree-vect-generic.cc:328
30799 #, gcc-internal-format
30800 msgid "vector operation will be expanded in parallel"
30801 msgstr ""
30802
30803 #: tree-vect-generic.cc:388
30804 #, gcc-internal-format
30805 msgid "vector operation will be expanded with a single scalar operation"
30806 msgstr ""
30807
30808 #: tree-vect-generic.cc:1102
30809 #, gcc-internal-format
30810 msgid "vector condition will be expanded piecewise"
30811 msgstr ""
30812
30813 #: tree-vect-generic.cc:1596
30814 #, gcc-internal-format
30815 msgid "vector shuffling operation will be expanded piecewise"
30816 msgstr ""
30817
30818 #: tree-vect-loop.cc:4334
30819 #, gcc-internal-format
30820 msgid "vectorization did not happen for a simd loop"
30821 msgstr ""
30822
30823 #: tree.cc:2259
30824 #, gcc-internal-format
30825 msgid "non-constant element in constant CONSTRUCTOR"
30826 msgstr ""
30827
30828 #: tree.cc:2261
30829 #, gcc-internal-format
30830 msgid "side-effects element in no-side-effects CONSTRUCTOR"
30831 msgstr ""
30832
30833 #: tree.cc:7179
30834 #, gcc-internal-format
30835 msgid "arrays of functions are not meaningful"
30836 msgstr ""
30837
30838 #: tree.cc:7343
30839 #, gcc-internal-format
30840 msgid "function return type cannot be function"
30841 msgstr ""
30842
30843 #: tree.cc:8724 tree.cc:8809 tree.cc:8872
30844 #, gcc-internal-format, gfc-internal-format
30845 msgid "tree check: %s, have %s in %s, at %s:%d"
30846 msgstr ""
30847
30848 #: tree.cc:8761
30849 #, gcc-internal-format, gfc-internal-format
30850 msgid "tree check: expected none of %s, have %s in %s, at %s:%d"
30851 msgstr ""
30852
30853 #: tree.cc:8774
30854 #, gcc-internal-format
30855 msgid "tree check: expected class %qs, have %qs (%s) in %s, at %s:%d"
30856 msgstr ""
30857
30858 #: tree.cc:8823
30859 #, gcc-internal-format
30860 msgid "tree check: did not expect class %qs, have %qs (%s) in %s, at %s:%d"
30861 msgstr ""
30862
30863 #: tree.cc:8836
30864 #, gcc-internal-format
30865 msgid "tree check: expected %<omp_clause %s%>, have %qs in %s, at %s:%d"
30866 msgstr ""
30867
30868 #: tree.cc:8898
30869 #, gcc-internal-format
30870 msgid "tree check: expected tree that contains %qs structure, have %qs in %s, at %s:%d"
30871 msgstr ""
30872
30873 #: tree.cc:8912
30874 #, gcc-internal-format
30875 msgid "tree check: accessed elt %d of %<tree_int_cst%> with %d elts in %s, at %s:%d"
30876 msgstr ""
30877
30878 #: tree.cc:8925
30879 #, gcc-internal-format
30880 msgid "tree check: accessed elt %d of %<tree_vec%> with %d elts in %s, at %s:%d"
30881 msgstr ""
30882
30883 #: tree.cc:8938
30884 #, gcc-internal-format, gfc-internal-format
30885 msgid "tree check: accessed operand %d of %s with %d operands in %s, at %s:%d"
30886 msgstr ""
30887
30888 #: tree.cc:8951
30889 #, gcc-internal-format
30890 msgid "tree check: accessed operand %d of %<omp_clause %s%> with %d operands in %s, at %s:%d"
30891 msgstr ""
30892
30893 #: tree.cc:12112
30894 #, gcc-internal-format
30895 msgid "%qD is deprecated: %s"
30896 msgstr ""
30897
30898 #: tree.cc:12115
30899 #, gcc-internal-format
30900 msgid "%qD is deprecated"
30901 msgstr ""
30902
30903 #: tree.cc:12138
30904 #, gcc-internal-format
30905 msgid "%qE is deprecated: %s"
30906 msgstr ""
30907
30908 #: tree.cc:12141
30909 #, gcc-internal-format
30910 msgid "%qE is deprecated"
30911 msgstr ""
30912
30913 #: tree.cc:12147
30914 #, gcc-internal-format, gfc-internal-format
30915 msgid "type is deprecated: %s"
30916 msgstr ""
30917
30918 #: tree.cc:12150
30919 #, gcc-internal-format
30920 msgid "type is deprecated"
30921 msgstr ""
30922
30923 #: tree.cc:12192
30924 #, gcc-internal-format
30925 msgid "%qD is unavailable: %s"
30926 msgstr ""
30927
30928 #: tree.cc:12194
30929 #, gcc-internal-format
30930 msgid "%qD is unavailable"
30931 msgstr ""
30932
30933 #: tree.cc:12215
30934 #, gcc-internal-format
30935 msgid "%qE is unavailable: %s"
30936 msgstr ""
30937
30938 #: tree.cc:12217
30939 #, gcc-internal-format
30940 msgid "%qE is unavailable"
30941 msgstr ""
30942
30943 #: tree.cc:12222
30944 #, gcc-internal-format, gfc-internal-format
30945 msgid "type is unavailable: %s"
30946 msgstr ""
30947
30948 #: tree.cc:12224
30949 #, gcc-internal-format
30950 msgid "type is unavailable"
30951 msgstr ""
30952
30953 #. Type variant can differ by:
30954 #.
30955 #. - TYPE_QUALS: TYPE_READONLY, TYPE_VOLATILE, TYPE_ATOMIC, TYPE_RESTRICT,
30956 #. ENCODE_QUAL_ADDR_SPACE.
30957 #. - main variant may be TYPE_COMPLETE_P and variant types !TYPE_COMPLETE_P
30958 #. in this case some values may not be set in the variant types
30959 #. (see TYPE_COMPLETE_P checks).
30960 #. - it is possible to have TYPE_ARTIFICIAL variant of non-artifical type
30961 #. - by TYPE_NAME and attributes (i.e. when variant originate by typedef)
30962 #. - TYPE_CANONICAL (TYPE_ALIAS_SET is the same among variants)
30963 #. - by the alignment: TYPE_ALIGN and TYPE_USER_ALIGN
30964 #. - during LTO by TYPE_CONTEXT if type is TYPE_FILE_SCOPE_P
30965 #. this is necessary to make it possible to merge types form different TUs
30966 #. - arrays, pointers and references may have TREE_TYPE that is a variant
30967 #. of TREE_TYPE of their main variants.
30968 #. - aggregates may have new TYPE_FIELDS list that list variants of
30969 #. the main variant TYPE_FIELDS.
30970 #. - vector types may differ by TYPE_VECTOR_OPAQUE
30971 #.
30972 #. Convenience macro for matching individual fields.
30973 #: tree.cc:13037
30974 #, gcc-internal-format, gfc-internal-format
30975 msgid "type variant differs by %s"
30976 msgstr ""
30977
30978 #: tree.cc:13082
30979 #, gcc-internal-format
30980 msgid "type variant has different %<TYPE_SIZE_UNIT%>"
30981 msgstr ""
30982
30983 #: tree.cc:13084
30984 #, gcc-internal-format
30985 msgid "type variant%'s %<TYPE_SIZE_UNIT%>"
30986 msgstr ""
30987
30988 #: tree.cc:13086
30989 #, gcc-internal-format
30990 msgid "type%'s %<TYPE_SIZE_UNIT%>"
30991 msgstr ""
30992
30993 #: tree.cc:13111
30994 #, gcc-internal-format
30995 msgid "type variant with %<TYPE_ALIAS_SET_KNOWN_P%>"
30996 msgstr ""
30997
30998 #: tree.cc:13124
30999 #, gcc-internal-format
31000 msgid "type variant has different %<TYPE_VFIELD%>"
31001 msgstr ""
31002
31003 #: tree.cc:13160
31004 #, gcc-internal-format
31005 msgid "type variant has different %<TYPE_BINFO%>"
31006 msgstr ""
31007
31008 #: tree.cc:13162
31009 #, gcc-internal-format
31010 msgid "type variant%'s %<TYPE_BINFO%>"
31011 msgstr ""
31012
31013 #: tree.cc:13164
31014 #, gcc-internal-format
31015 msgid "type%'s %<TYPE_BINFO%>"
31016 msgstr ""
31017
31018 #: tree.cc:13203
31019 #, gcc-internal-format
31020 msgid "type variant has different %<TYPE_FIELDS%>"
31021 msgstr ""
31022
31023 #: tree.cc:13205
31024 #, gcc-internal-format
31025 msgid "first mismatch is field"
31026 msgstr ""
31027
31028 #: tree.cc:13207
31029 #, gcc-internal-format
31030 msgid "and field"
31031 msgstr ""
31032
31033 #: tree.cc:13224
31034 #, gcc-internal-format
31035 msgid "type variant has different %<TREE_TYPE%>"
31036 msgstr ""
31037
31038 #: tree.cc:13226 tree.cc:13237
31039 #, gcc-internal-format
31040 msgid "type variant%'s %<TREE_TYPE%>"
31041 msgstr ""
31042
31043 #: tree.cc:13228 tree.cc:13239
31044 #, gcc-internal-format
31045 msgid "type%'s %<TREE_TYPE%>"
31046 msgstr ""
31047
31048 #: tree.cc:13235
31049 #, gcc-internal-format
31050 msgid "type is not compatible with its variant"
31051 msgstr ""
31052
31053 #: tree.cc:13547
31054 #, gcc-internal-format
31055 msgid "main variant is not defined"
31056 msgstr ""
31057
31058 #: tree.cc:13552
31059 #, gcc-internal-format
31060 msgid "%<TYPE_MAIN_VARIANT%> has different %<TYPE_MAIN_VARIANT%>"
31061 msgstr ""
31062
31063 #: tree.cc:13564
31064 #, gcc-internal-format
31065 msgid "%<TYPE_CANONICAL%> has different %<TYPE_CANONICAL%>"
31066 msgstr ""
31067
31068 #: tree.cc:13583
31069 #, gcc-internal-format
31070 msgid "%<TYPE_CANONICAL%> is not compatible"
31071 msgstr ""
31072
31073 #: tree.cc:13591
31074 #, gcc-internal-format
31075 msgid "%<TYPE_MODE%> of %<TYPE_CANONICAL%> is not compatible"
31076 msgstr ""
31077
31078 #: tree.cc:13597
31079 #, gcc-internal-format
31080 msgid "%<TYPE_CANONICAL%> of main variant is not main variant"
31081 msgstr ""
31082
31083 #: tree.cc:13613
31084 #, gcc-internal-format
31085 msgid "%<TYPE_VFIELD%> is not %<FIELD_DECL%> nor %<TREE_LIST%>"
31086 msgstr ""
31087
31088 #: tree.cc:13623
31089 #, gcc-internal-format
31090 msgid "%<TYPE_NEXT_PTR_TO%> is not %<POINTER_TYPE%>"
31091 msgstr ""
31092
31093 #: tree.cc:13633
31094 #, gcc-internal-format
31095 msgid "%<TYPE_NEXT_REF_TO%> is not %<REFERENCE_TYPE%>"
31096 msgstr ""
31097
31098 #: tree.cc:13654
31099 #, gcc-internal-format
31100 msgid "%<TYPE_BINFO%> is not %<TREE_BINFO%>"
31101 msgstr ""
31102
31103 #: tree.cc:13660
31104 #, gcc-internal-format
31105 msgid "%<TYPE_BINFO%> type is not %<TYPE_MAIN_VARIANT%>"
31106 msgstr ""
31107
31108 #: tree.cc:13671
31109 #, gcc-internal-format
31110 msgid "%<TYPE_METHOD_BASETYPE%> is not record nor union"
31111 msgstr ""
31112
31113 #: tree.cc:13682
31114 #, gcc-internal-format
31115 msgid "%<TYPE_OFFSET_BASETYPE%> is not record nor union"
31116 msgstr ""
31117
31118 #: tree.cc:13700
31119 #, gcc-internal-format
31120 msgid "%<TYPE_ARRAY_MAX_SIZE%> not %<INTEGER_CST%>"
31121 msgstr ""
31122
31123 #: tree.cc:13707
31124 #, gcc-internal-format
31125 msgid "%<TYPE_MAX_VALUE_RAW%> non-NULL"
31126 msgstr ""
31127
31128 #: tree.cc:13714
31129 #, gcc-internal-format
31130 msgid "%<TYPE_LANG_SLOT_1 (binfo)%> field is non-NULL"
31131 msgstr ""
31132
31133 #: tree.cc:13730
31134 #, gcc-internal-format
31135 msgid "enum value is not %<CONST_DECL%> or %<INTEGER_CST%>"
31136 msgstr ""
31137
31138 #: tree.cc:13739
31139 #, gcc-internal-format
31140 msgid "enum value type is not %<INTEGER_TYPE%> nor convertible to the enum"
31141 msgstr ""
31142
31143 #: tree.cc:13747
31144 #, gcc-internal-format
31145 msgid "enum value name is not %<IDENTIFIER_NODE%>"
31146 msgstr ""
31147
31148 #: tree.cc:13757
31149 #, gcc-internal-format
31150 msgid "array %<TYPE_DOMAIN%> is not integer type"
31151 msgstr ""
31152
31153 #: tree.cc:13766
31154 #, gcc-internal-format
31155 msgid "%<TYPE_FIELDS%> defined in incomplete type"
31156 msgstr ""
31157
31158 #: tree.cc:13788
31159 #, gcc-internal-format
31160 msgid "wrong tree in %<TYPE_FIELDS%> list"
31161 msgstr ""
31162
31163 #: tree.cc:13803
31164 #, gcc-internal-format
31165 msgid "%<TYPE_CACHED_VALUES_P%> is %i while %<TYPE_CACHED_VALUES%> is %p"
31166 msgstr ""
31167
31168 #: tree.cc:13810
31169 #, gcc-internal-format
31170 msgid "%<TYPE_CACHED_VALUES%> is not %<TREE_VEC%>"
31171 msgstr ""
31172
31173 #: tree.cc:13823
31174 #, gcc-internal-format
31175 msgid "wrong %<TYPE_CACHED_VALUES%> entry"
31176 msgstr ""
31177
31178 #: tree.cc:13836
31179 #, gcc-internal-format
31180 msgid "%<TREE_PURPOSE%> is non-NULL in %<TYPE_ARG_TYPES%> list"
31181 msgstr ""
31182
31183 #: tree.cc:13842
31184 #, gcc-internal-format
31185 msgid "wrong entry in %<TYPE_ARG_TYPES%> list"
31186 msgstr ""
31187
31188 #: tree.cc:13849
31189 #, gcc-internal-format
31190 msgid "%<TYPE_VALUES_RAW%> field is non-NULL"
31191 msgstr ""
31192
31193 #: tree.cc:13861
31194 #, gcc-internal-format
31195 msgid "%<TYPE_CACHED_VALUES_P%> is set while it should not be"
31196 msgstr ""
31197
31198 #: tree.cc:13871
31199 #, gcc-internal-format
31200 msgid "%<TYPE_METHOD_BASETYPE%> is not main variant"
31201 msgstr ""
31202
31203 #: tsan.cc:506
31204 #, gcc-internal-format
31205 msgid "%qs is not supported with %qs"
31206 msgstr ""
31207
31208 #: value-prof.cc:496
31209 #, gcc-internal-format
31210 msgid "dead histogram"
31211 msgstr ""
31212
31213 #: value-prof.cc:525
31214 #, gcc-internal-format
31215 msgid "histogram value statement does not correspond to the statement it is associated with"
31216 msgstr ""
31217
31218 #: value-prof.cc:594
31219 #, gcc-internal-format, gfc-internal-format
31220 msgid "corrupted value profile: %s profile counter (%d out of %d) inconsistent with basic-block count (%d)"
31221 msgstr ""
31222
31223 #: var-tracking.cc:7209
31224 #, gcc-internal-format
31225 msgid "variable tracking size limit exceeded with %<-fvar-tracking-assignments%>, retrying without"
31226 msgstr ""
31227
31228 #: var-tracking.cc:7213
31229 #, gcc-internal-format
31230 msgid "variable tracking size limit exceeded"
31231 msgstr ""
31232
31233 #: varasm.cc:315
31234 #, gcc-internal-format
31235 msgid "section already exists: %qs"
31236 msgstr ""
31237
31238 #: varasm.cc:361
31239 #, gcc-internal-format
31240 msgid "%+qD causes a section type conflict with %qD"
31241 msgstr ""
31242
31243 #: varasm.cc:364
31244 #, gcc-internal-format
31245 msgid "section type conflict with %qD"
31246 msgstr ""
31247
31248 #: varasm.cc:369
31249 #, gcc-internal-format
31250 msgid "%+qD causes a section type conflict"
31251 msgstr ""
31252
31253 #: varasm.cc:371
31254 #, gcc-internal-format
31255 msgid "section type conflict"
31256 msgstr ""
31257
31258 #: varasm.cc:1104
31259 #, gcc-internal-format
31260 msgid "alignment of %q+D is greater than maximum object file alignment %d"
31261 msgstr ""
31262
31263 #: varasm.cc:1272
31264 #, gcc-internal-format
31265 msgid "only zero initializers are allowed in section %qs"
31266 msgstr ""
31267
31268 #: varasm.cc:1502 varasm.cc:1511
31269 #, gcc-internal-format
31270 msgid "register name not specified for %q+D"
31271 msgstr ""
31272
31273 #: varasm.cc:1513
31274 #, gcc-internal-format
31275 msgid "invalid register name for %q+D"
31276 msgstr ""
31277
31278 #: varasm.cc:1515
31279 #, gcc-internal-format
31280 msgid "data type of %q+D isn%'t suitable for a register"
31281 msgstr ""
31282
31283 #: varasm.cc:1518
31284 #, gcc-internal-format
31285 msgid "the register specified for %q+D cannot be accessed by the current target"
31286 msgstr ""
31287
31288 #: varasm.cc:1521
31289 #, gcc-internal-format
31290 msgid "the register specified for %q+D is not general enough to be used as a register variable"
31291 msgstr ""
31292
31293 #: varasm.cc:1524
31294 #, gcc-internal-format
31295 msgid "register specified for %q+D isn%'t suitable for data type"
31296 msgstr ""
31297
31298 #: varasm.cc:1533
31299 #, gcc-internal-format
31300 msgid "register specified for %q+D is an internal GCC implementation detail"
31301 msgstr ""
31302
31303 #: varasm.cc:1543
31304 #, gcc-internal-format
31305 msgid "global register variable has initial value"
31306 msgstr ""
31307
31308 #: varasm.cc:1547
31309 #, gcc-internal-format
31310 msgid "optimization may eliminate reads and/or writes to register variables"
31311 msgstr ""
31312
31313 #: varasm.cc:1593
31314 #, gcc-internal-format
31315 msgid "register name given for non-register variable %q+D"
31316 msgstr ""
31317
31318 #: varasm.cc:2172
31319 #, gcc-internal-format
31320 msgid "thread-local COMMON data not implemented"
31321 msgstr ""
31322
31323 #: varasm.cc:2205
31324 #, gcc-internal-format
31325 msgid "requested alignment for %q+D is greater than implemented alignment of %wu"
31326 msgstr ""
31327
31328 #: varasm.cc:2308 c/c-decl.cc:5477 c/c-parser.cc:1662
31329 #, gcc-internal-format
31330 msgid "storage size of %q+D isn%'t known"
31331 msgstr ""
31332
31333 #: varasm.cc:5269
31334 #, gcc-internal-format
31335 msgid "initializer for integer/fixed-point value is too complicated"
31336 msgstr ""
31337
31338 #: varasm.cc:5274
31339 #, gcc-internal-format
31340 msgid "initializer for floating value is not a floating constant"
31341 msgstr ""
31342
31343 #: varasm.cc:5619
31344 #, gcc-internal-format
31345 msgid "invalid initial value for member %qE"
31346 msgstr ""
31347
31348 #: varasm.cc:5875
31349 #, gcc-internal-format
31350 msgid "%qD declared weak after being used"
31351 msgstr ""
31352
31353 #: varasm.cc:5927
31354 #, gcc-internal-format
31355 msgid "weak declaration of %q+D being applied to a already existing, static definition"
31356 msgstr ""
31357
31358 #: varasm.cc:5968
31359 #, gcc-internal-format
31360 msgid "weak declaration of %q+D must be public"
31361 msgstr ""
31362
31363 #: varasm.cc:5972
31364 #, gcc-internal-format
31365 msgid "weak declaration of %q+D not supported"
31366 msgstr ""
31367
31368 #: varasm.cc:6001 varasm.cc:6321
31369 #, gcc-internal-format
31370 msgid "only weak aliases are supported in this configuration"
31371 msgstr ""
31372
31373 #: varasm.cc:6196 varasm.cc:6318
31374 #, gcc-internal-format
31375 msgid "%qs is not supported in this configuration"
31376 msgstr "%qs nije podržan u ovoj konfiguraciji"
31377
31378 #: varasm.cc:6224
31379 #, gcc-internal-format
31380 msgid "%qs is not supported on this target"
31381 msgstr ""
31382
31383 #: varasm.cc:6280
31384 #, gcc-internal-format
31385 msgid "symver is only supported on ELF platforms"
31386 msgstr ""
31387
31388 #: varasm.cc:6299
31389 #, gcc-internal-format
31390 msgid "%qs symbol %q+D ultimately targets itself"
31391 msgstr ""
31392
31393 #: varasm.cc:6301
31394 #, gcc-internal-format
31395 msgid "%qs symbol %q+D must have static linkage"
31396 msgstr ""
31397
31398 #: varasm.cc:6308 config/nvptx/nvptx.cc:7445
31399 #, gcc-internal-format
31400 msgid "alias definitions not supported in this configuration"
31401 msgstr ""
31402
31403 #: varasm.cc:6536 config/sol2.cc:160 config/i386/winnt.cc:265
31404 #, gcc-internal-format
31405 msgid "visibility attribute not supported in this configuration; ignored"
31406 msgstr ""
31407
31408 #: varasm.cc:7824
31409 #, gcc-internal-format
31410 msgid "%+qD without %<retain%> attribute and %qD with %<retain%> attribute are placed in a section with the same name"
31411 msgstr ""
31412
31413 #: vec.cc:190
31414 #, gcc-internal-format, gfc-internal-format
31415 msgid "qsort comparator not anti-symmetric: %d, %d"
31416 msgstr ""
31417
31418 #: vec.cc:195
31419 #, gcc-internal-format, gfc-internal-format
31420 msgid "qsort comparator non-negative on sorted output: %d"
31421 msgstr ""
31422
31423 #: vec.cc:202
31424 #, gcc-internal-format, gfc-internal-format
31425 msgid "qsort comparator not transitive: %d, %d, %d"
31426 msgstr ""
31427
31428 #: vec.cc:204
31429 #, gcc-internal-format
31430 msgid "qsort checking failed"
31431 msgstr ""
31432
31433 #: vr-values.cc:2365
31434 #, gcc-internal-format
31435 msgid "assuming signed overflow does not occur when simplifying conditional to constant"
31436 msgstr ""
31437
31438 #: vr-values.cc:2371
31439 #, gcc-internal-format
31440 msgid "assuming signed overflow does not occur when simplifying conditional"
31441 msgstr ""
31442
31443 #: vr-values.cc:2413
31444 #, gcc-internal-format
31445 msgid "comparison always false due to limited range of data type"
31446 msgstr ""
31447
31448 #: vr-values.cc:2415
31449 #, gcc-internal-format
31450 msgid "comparison always true due to limited range of data type"
31451 msgstr ""
31452
31453 #: vr-values.cc:3093
31454 #, gcc-internal-format
31455 msgid "assuming signed overflow does not occur when simplifying %</%> or %<%%%> to %<>>%> or %<&%>"
31456 msgstr ""
31457
31458 #: vr-values.cc:3161
31459 #, gcc-internal-format
31460 msgid "assuming signed overflow does not occur when simplifying %<min/max (X,Y)%> to %<X%> or %<Y%>"
31461 msgstr ""
31462
31463 #: vr-values.cc:3213
31464 #, gcc-internal-format
31465 msgid "assuming signed overflow does not occur when simplifying %<abs (X)%> to %<X%> or %<-X%>"
31466 msgstr ""
31467
31468 #. Print an error message for unrecognized stab codes.
31469 #: xcoffout.cc:194
31470 #, gcc-internal-format
31471 msgid "no sclass for %s stab (0x%x)"
31472 msgstr ""
31473
31474 #: c-family/c-ada-spec.cc:2877
31475 #, gcc-internal-format
31476 msgid "packed layout"
31477 msgstr ""
31478
31479 #: c-family/c-attribs.cc:619 d/d-attribs.cc:1169
31480 #, gcc-internal-format
31481 msgid "%qE attribute argument is invalid"
31482 msgstr ""
31483
31484 #: c-family/c-attribs.cc:622 d/d-attribs.cc:1172
31485 #, gcc-internal-format
31486 msgid "%qE attribute argument %i is invalid"
31487 msgstr ""
31488
31489 #: c-family/c-attribs.cc:634 d/d-attribs.cc:1184
31490 #, gcc-internal-format
31491 msgid "%qE attribute argument has type %qT"
31492 msgstr ""
31493
31494 #: c-family/c-attribs.cc:638 d/d-attribs.cc:1188
31495 #, gcc-internal-format
31496 msgid "%qE attribute argument %i has type %qT"
31497 msgstr ""
31498
31499 #: c-family/c-attribs.cc:649 c-family/c-attribs.cc:4316
31500 #: c-family/c-attribs.cc:4320 d/d-attribs.cc:1199
31501 #, gcc-internal-format
31502 msgid "%qE attribute argument value %qE is not an integer constant"
31503 msgstr ""
31504
31505 #: c-family/c-attribs.cc:654 d/d-attribs.cc:1204
31506 #, gcc-internal-format
31507 msgid "%qE attribute argument %i value %qE is not an integer constant"
31508 msgstr ""
31509
31510 #: c-family/c-attribs.cc:670 d/d-attribs.cc:1218
31511 #, gcc-internal-format
31512 msgid "%qE attribute argument value %qE does not refer to a function parameter"
31513 msgstr ""
31514
31515 #: c-family/c-attribs.cc:675 d/d-attribs.cc:1223
31516 #, gcc-internal-format
31517 msgid "%qE attribute argument %i value %qE does not refer to a function parameter"
31518 msgstr ""
31519
31520 #: c-family/c-attribs.cc:698 d/d-attribs.cc:1246
31521 #, gcc-internal-format
31522 msgid "%qE attribute argument value %qE exceeds the number of function parameters %u"
31523 msgstr ""
31524
31525 #: c-family/c-attribs.cc:703 d/d-attribs.cc:1251
31526 #, gcc-internal-format
31527 msgid "%qE attribute argument %i value %qE exceeds the number of function parameters %u"
31528 msgstr ""
31529
31530 #: c-family/c-attribs.cc:724
31531 #, gcc-internal-format
31532 msgid "%qE attribute argument value %qE does not refer to a variable argument list"
31533 msgstr ""
31534
31535 #: c-family/c-attribs.cc:728
31536 #, gcc-internal-format
31537 msgid "%qE attribute argument %i value %qE does not refer to a variable argument list"
31538 msgstr ""
31539
31540 #: c-family/c-attribs.cc:755 c-family/c-attribs.cc:768 d/d-attribs.cc:1272
31541 #, gcc-internal-format
31542 msgid "%qE attribute argument value %qE refers to parameter type %qT"
31543 msgstr ""
31544
31545 #: c-family/c-attribs.cc:759 c-family/c-attribs.cc:773 d/d-attribs.cc:1277
31546 #, gcc-internal-format
31547 msgid "%qE attribute argument %i value %qE refers to parameter type %qT"
31548 msgstr ""
31549
31550 #: c-family/c-attribs.cc:783
31551 #, gcc-internal-format
31552 msgid "%qE attribute argument value %qE refers to a variadic function parameter of unknown type"
31553 msgstr ""
31554
31555 #: c-family/c-attribs.cc:788
31556 #, gcc-internal-format
31557 msgid "%qE attribute argument %i value %qE refers to a variadic function parameter of unknown type"
31558 msgstr ""
31559
31560 #: c-family/c-attribs.cc:908
31561 #, gcc-internal-format
31562 msgid "ignoring attribute %qs because it conflicts with previous %qs"
31563 msgstr ""
31564
31565 #: c-family/c-attribs.cc:946
31566 #, gcc-internal-format
31567 msgid "%qE attribute only supported on boolean types"
31568 msgstr ""
31569
31570 #: c-family/c-attribs.cc:956
31571 #, gcc-internal-format
31572 msgid "%qE attribute with unsupported boolean precision"
31573 msgstr ""
31574
31575 #: c-family/c-attribs.cc:979
31576 #, gcc-internal-format
31577 msgid "%qE attribute ignored for type %qT"
31578 msgstr ""
31579
31580 #: c-family/c-attribs.cc:991
31581 #, gcc-internal-format
31582 msgid "%qE attribute ignored for field of type %qT"
31583 msgstr ""
31584
31585 #: c-family/c-attribs.cc:1161 c-family/c-attribs.cc:3190
31586 #: c-family/c-attribs.cc:5623 ada/gcc-interface/utils.cc:7033
31587 #, gcc-internal-format
31588 msgid "%qE argument not a string"
31589 msgstr ""
31590
31591 #: c-family/c-attribs.cc:1324 ada/gcc-interface/utils.cc:6627
31592 #, gcc-internal-format
31593 msgid "%qE attribute ignored due to conflict with attribute %qs"
31594 msgstr ""
31595
31596 #: c-family/c-attribs.cc:1373
31597 #, gcc-internal-format
31598 msgid "%qE attribute ignored. Use %<-fcf-protection%> option to enable it"
31599 msgstr ""
31600
31601 #: c-family/c-attribs.cc:1413 c-family/c-attribs.cc:1419
31602 #: c-family/c-attribs.cc:5441 c-family/c-attribs.cc:5481
31603 #: c-family/c-attribs.cc:5487 ada/gcc-interface/utils.cc:6886
31604 #: ada/gcc-interface/utils.cc:6920 ada/gcc-interface/utils.cc:6926
31605 #, gcc-internal-format
31606 msgid "%qE attribute ignored due to conflict with %qs attribute"
31607 msgstr ""
31608
31609 #: c-family/c-attribs.cc:1475 jit/dummy-frontend.cc:190 lto/lto-lang.cc:293
31610 #, gcc-internal-format
31611 msgid "%qE attribute has no effect on unit local functions"
31612 msgstr ""
31613
31614 #: c-family/c-attribs.cc:1645 c-family/c-attribs.cc:3173
31615 #, gcc-internal-format
31616 msgid "%qE attribute ignored because %qD is not a variable"
31617 msgstr ""
31618
31619 #: c-family/c-attribs.cc:1651
31620 #, gcc-internal-format
31621 msgid "%qE attribute ignored because %qD is not a local variable"
31622 msgstr ""
31623
31624 #: c-family/c-attribs.cc:1676 config/i386/i386-options.cc:3795
31625 #, gcc-internal-format
31626 msgid "%qE attribute have effect only on public objects"
31627 msgstr ""
31628
31629 #: c-family/c-attribs.cc:1705
31630 #, gcc-internal-format
31631 msgid "%qE attribute only affects top level objects"
31632 msgstr ""
31633
31634 #: c-family/c-attribs.cc:1744 c-family/c-attribs.cc:3847
31635 #, gcc-internal-format
31636 msgid "%qE attribute on function returning %<void%>"
31637 msgstr ""
31638
31639 #: c-family/c-attribs.cc:1767
31640 #, gcc-internal-format
31641 msgid "%qE attribute is not supported because endianness is not uniform"
31642 msgstr ""
31643
31644 #: c-family/c-attribs.cc:1784
31645 #, gcc-internal-format
31646 msgid "attribute %qE argument must be one of %qs or %qs"
31647 msgstr ""
31648
31649 #: c-family/c-attribs.cc:1880
31650 #, gcc-internal-format
31651 msgid "destructor priorities are not supported"
31652 msgstr ""
31653
31654 #: c-family/c-attribs.cc:1882
31655 #, gcc-internal-format
31656 msgid "constructor priorities are not supported"
31657 msgstr ""
31658
31659 #: c-family/c-attribs.cc:1904
31660 #, gcc-internal-format, gfc-internal-format
31661 msgid "destructor priorities from 0 to %d are reserved for the implementation"
31662 msgstr ""
31663
31664 #: c-family/c-attribs.cc:1909
31665 #, gcc-internal-format, gfc-internal-format
31666 msgid "constructor priorities from 0 to %d are reserved for the implementation"
31667 msgstr ""
31668
31669 #: c-family/c-attribs.cc:1917
31670 #, gcc-internal-format, gfc-internal-format
31671 msgid "destructor priorities must be integers from 0 to %d inclusive"
31672 msgstr ""
31673
31674 #: c-family/c-attribs.cc:1920
31675 #, gcc-internal-format, gfc-internal-format
31676 msgid "constructor priorities must be integers from 0 to %d inclusive"
31677 msgstr ""
31678
31679 #: c-family/c-attribs.cc:2073
31680 #, gcc-internal-format
31681 msgid "unknown machine mode %qE"
31682 msgstr ""
31683
31684 #: c-family/c-attribs.cc:2107
31685 #, gcc-internal-format
31686 msgid "specifying vector types with %<__attribute__ ((mode))%> is deprecated"
31687 msgstr ""
31688
31689 #: c-family/c-attribs.cc:2110
31690 #, gcc-internal-format
31691 msgid "use %<__attribute__ ((vector_size))%> instead"
31692 msgstr ""
31693
31694 #: c-family/c-attribs.cc:2119
31695 #, gcc-internal-format
31696 msgid "unable to emulate %qs"
31697 msgstr ""
31698
31699 #: c-family/c-attribs.cc:2132
31700 #, gcc-internal-format
31701 msgid "invalid pointer mode %qs"
31702 msgstr ""
31703
31704 #: c-family/c-attribs.cc:2149
31705 #, gcc-internal-format
31706 msgid "signedness of type and machine mode %qs don%'t match"
31707 msgstr ""
31708
31709 #: c-family/c-attribs.cc:2160
31710 #, gcc-internal-format
31711 msgid "no data type for mode %qs"
31712 msgstr ""
31713
31714 #: c-family/c-attribs.cc:2170
31715 #, gcc-internal-format
31716 msgid "cannot use mode %qs for enumerated types"
31717 msgstr ""
31718
31719 #: c-family/c-attribs.cc:2198
31720 #, gcc-internal-format
31721 msgid "mode %qs applied to inappropriate type"
31722 msgstr ""
31723
31724 #: c-family/c-attribs.cc:2223 c-family/c-attribs.cc:2537 d/d-attribs.cc:999
31725 #, gcc-internal-format
31726 msgid "section attributes are not supported for this target"
31727 msgstr ""
31728
31729 #: c-family/c-attribs.cc:2229 d/d-attribs.cc:1006
31730 #, gcc-internal-format
31731 msgid "section attribute not allowed for %q+D"
31732 msgstr ""
31733
31734 #: c-family/c-attribs.cc:2235 d/d-attribs.cc:1013
31735 #, gcc-internal-format
31736 msgid "section attribute argument not a string constant"
31737 msgstr ""
31738
31739 #: c-family/c-attribs.cc:2244 d/d-attribs.cc:1022
31740 #, gcc-internal-format
31741 msgid "section attribute cannot be specified for local variables"
31742 msgstr ""
31743
31744 #: c-family/c-attribs.cc:2255 config/bfin/bfin.cc:4796
31745 #: config/bfin/bfin.cc:4847 config/bfin/bfin.cc:4873 config/bfin/bfin.cc:4886
31746 #: d/d-attribs.cc:1033
31747 #, gcc-internal-format
31748 msgid "section of %q+D conflicts with previous declaration"
31749 msgstr ""
31750
31751 #: c-family/c-attribs.cc:2264 c-family/c-attribs.cc:2563 d/d-attribs.cc:1042
31752 #, gcc-internal-format
31753 msgid "section of %q+D cannot be overridden"
31754 msgstr ""
31755
31756 #: c-family/c-attribs.cc:2380
31757 #, gcc-internal-format
31758 msgid "alignment may not be specified for %q+D"
31759 msgstr ""
31760
31761 #: c-family/c-attribs.cc:2405
31762 #, gcc-internal-format
31763 msgid "ignoring attribute %<%E (%u)%> because it conflicts with attribute %<%E (%u)%>"
31764 msgstr ""
31765
31766 #: c-family/c-attribs.cc:2450
31767 #, gcc-internal-format
31768 msgid "%<warn_if_not_aligned%> may not be specified for %q+D"
31769 msgstr ""
31770
31771 #: c-family/c-attribs.cc:2498 d/d-attribs.cc:1120
31772 #, gcc-internal-format
31773 msgid "inline function %q+D declared weak"
31774 msgstr ""
31775
31776 #: c-family/c-attribs.cc:2503
31777 #, gcc-internal-format
31778 msgid "indirect function %q+D cannot be declared weak"
31779 msgstr ""
31780
31781 #: c-family/c-attribs.cc:2544
31782 #, gcc-internal-format
31783 msgid "ignoring %qE attribute not set on a variable"
31784 msgstr ""
31785
31786 #: c-family/c-attribs.cc:2554 config/bfin/bfin.cc:4824
31787 #, gcc-internal-format
31788 msgid "%qE attribute cannot be specified for local variables"
31789 msgstr ""
31790
31791 #: c-family/c-attribs.cc:2569
31792 #, gcc-internal-format
31793 msgid "%qE attribute is specific to ELF targets"
31794 msgstr ""
31795
31796 #: c-family/c-attribs.cc:2576
31797 #, gcc-internal-format
31798 msgid "ignoring %qE attribute set on const variable"
31799 msgstr ""
31800
31801 #: c-family/c-attribs.cc:2587
31802 #, gcc-internal-format
31803 msgid "ignoring %qE attribute set on initialized variable"
31804 msgstr ""
31805
31806 #: c-family/c-attribs.cc:2600
31807 #, gcc-internal-format
31808 msgid "ignoring %qE attribute set on uninitialized variable"
31809 msgstr ""
31810
31811 #: c-family/c-attribs.cc:2633
31812 #, gcc-internal-format
31813 msgid "%qE attribute is only applicable on functions"
31814 msgstr ""
31815
31816 #: c-family/c-attribs.cc:2652 d/d-attribs.cc:1068
31817 #, gcc-internal-format
31818 msgid "%<symver%> attribute only applies to functions and variables"
31819 msgstr ""
31820
31821 #: c-family/c-attribs.cc:2660 d/d-attribs.cc:1076
31822 #, gcc-internal-format
31823 msgid "%<symver%> attribute is only applicable to symbols"
31824 msgstr ""
31825
31826 #: c-family/c-attribs.cc:2670 d/d-attribs.cc:1086
31827 #, gcc-internal-format
31828 msgid "%<symver%> attribute argument not a string constant"
31829 msgstr ""
31830
31831 #: c-family/c-attribs.cc:2684 d/d-attribs.cc:1100
31832 #, gcc-internal-format
31833 msgid "symver attribute argument must have format %<name@nodename%>"
31834 msgstr ""
31835
31836 #: c-family/c-attribs.cc:2685 d/d-attribs.cc:1101
31837 #, gcc-internal-format
31838 msgid "%<symver%> attribute argument %qs must contain one or two %<@%>"
31839 msgstr ""
31840
31841 #: c-family/c-attribs.cc:2720
31842 #, gcc-internal-format
31843 msgid "%q+D defined both normally and as %qE attribute"
31844 msgstr ""
31845
31846 #: c-family/c-attribs.cc:2728
31847 #, gcc-internal-format
31848 msgid "weak %q+D cannot be defined %qE"
31849 msgstr ""
31850
31851 #: c-family/c-attribs.cc:2745 c-family/c-attribs.cc:3738
31852 #, gcc-internal-format
31853 msgid "attribute %qE argument not a string"
31854 msgstr ""
31855
31856 #: c-family/c-attribs.cc:2778
31857 #, gcc-internal-format
31858 msgid "%+qD declared %qs after being used"
31859 msgstr ""
31860
31861 #: c-family/c-attribs.cc:2828
31862 #, gcc-internal-format
31863 msgid "%qE attribute argument cannot be a string"
31864 msgstr ""
31865
31866 #: c-family/c-attribs.cc:2841
31867 #, gcc-internal-format
31868 msgid "%qE attribute argument cannot be a constant arithmetic expression"
31869 msgstr ""
31870
31871 #: c-family/c-attribs.cc:2852
31872 #, gcc-internal-format
31873 msgid "%qE attribute ignored on a redeclaration of the referenced symbol"
31874 msgstr ""
31875
31876 #: c-family/c-attribs.cc:2907
31877 #, gcc-internal-format
31878 msgid "%qE attribute ignored on a declaration of a different kind than referenced symbol"
31879 msgstr ""
31880
31881 #: c-family/c-attribs.cc:2912
31882 #, gcc-internal-format
31883 msgid "symbol %qD referenced by %qD declared here"
31884 msgstr ""
31885
31886 #: c-family/c-attribs.cc:2960
31887 #, gcc-internal-format
31888 msgid "%qE attribute must apply to a declaration"
31889 msgstr ""
31890
31891 #: c-family/c-attribs.cc:3018
31892 #, gcc-internal-format
31893 msgid "indirect function %q+D cannot be declared %qE"
31894 msgstr ""
31895
31896 #: c-family/c-attribs.cc:3041
31897 #, gcc-internal-format
31898 msgid "%qE attribute must appear before %qs attribute"
31899 msgstr ""
31900
31901 #: c-family/c-attribs.cc:3054
31902 #, gcc-internal-format
31903 msgid "%+qD declared %qE after being used"
31904 msgstr ""
31905
31906 #: c-family/c-attribs.cc:3078
31907 #, gcc-internal-format
31908 msgid "%qE attribute ignored on non-class types"
31909 msgstr ""
31910
31911 #: c-family/c-attribs.cc:3084
31912 #, gcc-internal-format
31913 msgid "%qE attribute ignored because %qT is already defined"
31914 msgstr ""
31915
31916 #: c-family/c-attribs.cc:3097
31917 #, gcc-internal-format
31918 msgid "visibility argument not a string"
31919 msgstr ""
31920
31921 #: c-family/c-attribs.cc:3109
31922 #, gcc-internal-format
31923 msgid "%qE attribute ignored on types"
31924 msgstr ""
31925
31926 #: c-family/c-attribs.cc:3125
31927 #, gcc-internal-format
31928 msgid "attribute %qE argument must be one of %qs, %qs, %qs, or %qs"
31929 msgstr ""
31930
31931 #: c-family/c-attribs.cc:3137
31932 #, gcc-internal-format
31933 msgid "%qD redeclared with different visibility"
31934 msgstr ""
31935
31936 #: c-family/c-attribs.cc:3140 c-family/c-attribs.cc:3144
31937 #, gcc-internal-format
31938 msgid "%qD was declared %qs which implies default visibility"
31939 msgstr ""
31940
31941 #: c-family/c-attribs.cc:3181
31942 #, gcc-internal-format
31943 msgid "%qE attribute ignored because %qD does not have thread storage duration"
31944 msgstr ""
31945
31946 #: c-family/c-attribs.cc:3203
31947 #, gcc-internal-format
31948 msgid "%qE argument must be one of %qs, %qs, %qs, or %qs"
31949 msgstr ""
31950
31951 #: c-family/c-attribs.cc:3225 c-family/c-attribs.cc:3821
31952 #: c-family/c-attribs.cc:5588 c-family/c-attribs.cc:5615
31953 #: config/m32c/m32c.cc:2939 ada/gcc-interface/utils.cc:7019
31954 #, gcc-internal-format
31955 msgid "%qE attribute applies only to functions"
31956 msgstr ""
31957
31958 #: c-family/c-attribs.cc:3271
31959 #, gcc-internal-format
31960 msgid "%<%E (%E)%> attribute ignored on functions declared %qs"
31961 msgstr ""
31962
31963 #: c-family/c-attribs.cc:3281
31964 #, gcc-internal-format
31965 msgid "%<%E (%E)%> attribute ignored with deallocation functions declared %qs"
31966 msgstr ""
31967
31968 #: c-family/c-attribs.cc:3285
31969 #, gcc-internal-format
31970 msgid "deallocation function declared here"
31971 msgstr ""
31972
31973 #: c-family/c-attribs.cc:3312
31974 #, gcc-internal-format
31975 msgid "%qE attribute ignored; valid only for functions"
31976 msgstr ""
31977
31978 #: c-family/c-attribs.cc:3322
31979 #, gcc-internal-format
31980 msgid "%qE attribute ignored on functions returning %qT; valid only for pointer return types"
31981 msgstr ""
31982
31983 #. Handle specially the common case of specifying one of a number
31984 #. of overloads, such as operator delete.
31985 #: c-family/c-attribs.cc:3368
31986 #, gcc-internal-format
31987 msgid "%qE attribute argument 1 is ambiguous"
31988 msgstr ""
31989
31990 #: c-family/c-attribs.cc:3370
31991 #, gcc-internal-format
31992 msgid "use a cast to the expected type to disambiguate"
31993 msgstr ""
31994
31995 #: c-family/c-attribs.cc:3375
31996 #, gcc-internal-format
31997 msgid "%qE attribute argument 1 does not name a function"
31998 msgstr ""
31999
32000 #: c-family/c-attribs.cc:3378
32001 #, gcc-internal-format
32002 msgid "argument references a symbol declared here"
32003 msgstr ""
32004
32005 #. Reject functions without a prototype.
32006 #: c-family/c-attribs.cc:3394
32007 #, gcc-internal-format
32008 msgid "%qE attribute argument 1 must take a pointer type as its first argument"
32009 msgstr ""
32010
32011 #: c-family/c-attribs.cc:3397 c-family/c-attribs.cc:3410
32012 #, gcc-internal-format
32013 msgid "referenced symbol declared here"
32014 msgstr ""
32015
32016 #. Reject functions that don't take a pointer as their first
32017 #. argument.
32018 #: c-family/c-attribs.cc:3407
32019 #, gcc-internal-format
32020 msgid "%qE attribute argument 1 must take a pointer type as its first argument; have %qT"
32021 msgstr ""
32022
32023 #: c-family/c-attribs.cc:3521 c-family/c-attribs.cc:3569
32024 #: c-family/c-attribs.cc:3596 d/d-attribs.cc:1303
32025 #, gcc-internal-format
32026 msgid "%qE attribute ignored on a function returning %qT"
32027 msgstr ""
32028
32029 #: c-family/c-attribs.cc:3615
32030 #, gcc-internal-format
32031 msgid "%qE attribute argument %E is not an integer constant"
32032 msgstr ""
32033
32034 #: c-family/c-attribs.cc:3623
32035 #, gcc-internal-format
32036 msgid "%qE attribute argument %E is not positive"
32037 msgstr ""
32038
32039 #: c-family/c-attribs.cc:3634
32040 #, gcc-internal-format
32041 msgid "%qE attribute argument %E is not a power of 2"
32042 msgstr ""
32043
32044 #: c-family/c-attribs.cc:3647
32045 #, gcc-internal-format
32046 msgid "%qE attribute argument %E is not in the range [0, %wu]"
32047 msgstr ""
32048
32049 #: c-family/c-attribs.cc:3751
32050 #, gcc-internal-format
32051 msgid "only %<inbranch%> and %<notinbranch%> flags are allowed for %<__simd__%> attribute"
32052 msgstr ""
32053
32054 #: c-family/c-attribs.cc:3827 c-family/c-attribs.cc:5594
32055 #, gcc-internal-format
32056 msgid "cannot set %qE attribute after definition"
32057 msgstr ""
32058
32059 #: c-family/c-attribs.cc:3894
32060 #, gcc-internal-format
32061 msgid "%qE attribute duplicated"
32062 msgstr ""
32063
32064 #: c-family/c-attribs.cc:3896
32065 #, gcc-internal-format
32066 msgid "%qE attribute follows %qE"
32067 msgstr ""
32068
32069 #: c-family/c-attribs.cc:3995
32070 #, gcc-internal-format
32071 msgid "type was previously declared %qE"
32072 msgstr ""
32073
32074 #: c-family/c-attribs.cc:4008 cp/class.cc:4777
32075 #, gcc-internal-format
32076 msgid "%<transaction_safe_dynamic%> may only be specified for a virtual function"
32077 msgstr ""
32078
32079 #: c-family/c-attribs.cc:4066
32080 #, gcc-internal-format
32081 msgid "%qE argument not an identifier"
32082 msgstr ""
32083
32084 #: c-family/c-attribs.cc:4077
32085 #, gcc-internal-format
32086 msgid "%qD is not compatible with %qD"
32087 msgstr ""
32088
32089 #: c-family/c-attribs.cc:4080
32090 #, gcc-internal-format
32091 msgid "%qE argument is not a function"
32092 msgstr ""
32093
32094 #: c-family/c-attribs.cc:4128 cp/name-lookup.cc:6052
32095 #, gcc-internal-format
32096 msgid "deprecated message is not a string"
32097 msgstr ""
32098
32099 #: c-family/c-attribs.cc:4169 c-family/c-attribs.cc:4234
32100 #, gcc-internal-format
32101 msgid "%qE attribute ignored for %qE"
32102 msgstr ""
32103
32104 #: c-family/c-attribs.cc:4193
32105 #, gcc-internal-format
32106 msgid "the message attached to %<unavailable%> is not a string"
32107 msgstr ""
32108
32109 #: c-family/c-attribs.cc:4292 c-family/c-attribs.cc:4294
32110 #, gcc-internal-format
32111 msgid "invalid vector type for attribute %qE"
32112 msgstr ""
32113
32114 #: c-family/c-attribs.cc:4329 c-family/c-attribs.cc:4333
32115 #, gcc-internal-format
32116 msgid "%qE attribute argument value %qE is negative"
32117 msgstr ""
32118
32119 #: c-family/c-attribs.cc:4346 c-family/c-attribs.cc:4350
32120 #, gcc-internal-format
32121 msgid "%qE attribute argument value %qE exceeds %wu"
32122 msgstr ""
32123
32124 #: c-family/c-attribs.cc:4358 ada/gcc-interface/utils.cc:4172
32125 #, gcc-internal-format
32126 msgid "vector size not an integral multiple of component size"
32127 msgstr ""
32128
32129 #: c-family/c-attribs.cc:4364 ada/gcc-interface/utils.cc:4179
32130 #, gcc-internal-format
32131 msgid "zero vector size"
32132 msgstr ""
32133
32134 #: c-family/c-attribs.cc:4373 c-family/c-attribs.cc:4376
32135 #, gcc-internal-format
32136 msgid "number of vector components %wu not a power of two"
32137 msgstr ""
32138
32139 #: c-family/c-attribs.cc:4383 c-family/c-attribs.cc:4387
32140 #, gcc-internal-format
32141 msgid "number of vector components %wu exceeds %d"
32142 msgstr ""
32143
32144 #: c-family/c-attribs.cc:4447
32145 #, gcc-internal-format
32146 msgid "%qE attribute only supported on non-mask vector types"
32147 msgstr ""
32148
32149 #: c-family/c-attribs.cc:4480
32150 #, gcc-internal-format
32151 msgid "%qE attribute without arguments on a non-prototype"
32152 msgstr ""
32153
32154 #: c-family/c-attribs.cc:4537
32155 #, gcc-internal-format
32156 msgid "%qE attribute ignored on objects of type %qT"
32157 msgstr ""
32158
32159 #: c-family/c-attribs.cc:4545
32160 #, gcc-internal-format
32161 msgid "%qE attribute does not apply to functions"
32162 msgstr ""
32163
32164 #: c-family/c-attribs.cc:4679
32165 #, gcc-internal-format
32166 msgid "attribute %qs mismatch with mode %qs"
32167 msgstr ""
32168
32169 #: c-family/c-attribs.cc:4728
32170 #, gcc-internal-format
32171 msgid "attribute %qs missing positional argument 2 provided in previous designation by argument %u"
32172 msgstr ""
32173
32174 #: c-family/c-attribs.cc:4734
32175 #, gcc-internal-format
32176 msgid "attribute %qs positional argument 2 missing in previous designation"
32177 msgstr ""
32178
32179 #: c-family/c-attribs.cc:4740
32180 #, gcc-internal-format
32181 msgid "attribute %qs positional argument 2 conflicts with previous designation by argument %u"
32182 msgstr ""
32183
32184 #: c-family/c-attribs.cc:4748
32185 #, gcc-internal-format
32186 msgid "attribute %qs mismatched positional argument values %i and %i"
32187 msgstr ""
32188
32189 #: c-family/c-attribs.cc:4770
32190 #, gcc-internal-format, gfc-internal-format
32191 msgid "designating the bound of variable length array argument %u"
32192 msgstr ""
32193
32194 #: c-family/c-attribs.cc:4853
32195 #, gcc-internal-format
32196 msgid "attribute %qE without arguments on a non-prototype"
32197 msgstr ""
32198
32199 #: c-family/c-attribs.cc:4903
32200 #, gcc-internal-format
32201 msgid "attribute %qE invalid mode"
32202 msgstr ""
32203
32204 #: c-family/c-attribs.cc:4912
32205 #, gcc-internal-format
32206 msgid "attribute %qE mode %qE is not an identifier; expected one of %qs, %qs, %qs, or %qs"
32207 msgstr ""
32208
32209 #: c-family/c-attribs.cc:4940
32210 #, gcc-internal-format
32211 msgid "attribute %qE invalid mode %qs; expected one of %qs, %qs, %qs, or %qs"
32212 msgstr ""
32213
32214 #: c-family/c-attribs.cc:4951
32215 #, gcc-internal-format
32216 msgid "attribute %qE unexpected %<(%> after mode %qs; expected a positional argument or %<)%>"
32217 msgstr ""
32218
32219 #. The first positional argument is required.  It may be worth
32220 #. dropping the requirement at some point and having read_only
32221 #. apply to all const-qualified pointers and read_write or
32222 #. write_only to the rest.
32223 #: c-family/c-attribs.cc:4964
32224 #, gcc-internal-format
32225 msgid "attribute %<%E(%s)%> missing an argument"
32226 msgstr ""
32227
32228 #: c-family/c-attribs.cc:5005
32229 #, gcc-internal-format
32230 msgid "attribute %<%E(%s, %E, %E)%> invalid positional argument %i"
32231 msgstr ""
32232
32233 #: c-family/c-attribs.cc:5008
32234 #, gcc-internal-format
32235 msgid "attribute %<%E(%s, %E)%> invalid positional argument %i"
32236 msgstr ""
32237
32238 #: c-family/c-attribs.cc:5033
32239 #, gcc-internal-format
32240 msgid "attribute %qs positional argument %i invalid value %wi"
32241 msgstr ""
32242
32243 #: c-family/c-attribs.cc:5037
32244 #, gcc-internal-format
32245 msgid "attribute %qs positional argument %i value %wi exceeds number of function arguments %u"
32246 msgstr ""
32247
32248 #: c-family/c-attribs.cc:5044
32249 #, gcc-internal-format
32250 msgid "attribute %qs invalid positional argument"
32251 msgstr ""
32252
32253 #. The first argument must have a pointer or reference type.
32254 #: c-family/c-attribs.cc:5052
32255 #, gcc-internal-format
32256 msgid "attribute %qs positional argument 1 references non-pointer argument type %qT"
32257 msgstr ""
32258
32259 #: c-family/c-attribs.cc:5063
32260 #, gcc-internal-format
32261 msgid "attribute %qs positional argument 1 references argument of function type %qT"
32262 msgstr ""
32263
32264 #: c-family/c-attribs.cc:5076
32265 #, gcc-internal-format
32266 msgid "attribute %qs positional argument 1 references %qs-qualified argument type %qT"
32267 msgstr ""
32268
32269 #: c-family/c-attribs.cc:5094
32270 #, gcc-internal-format
32271 msgid "attribute %qs positional argument 2 references non-integer argument type %qT"
32272 msgstr ""
32273
32274 #: c-family/c-attribs.cc:5326
32275 #, gcc-internal-format
32276 msgid "cleanup argument not an identifier"
32277 msgstr ""
32278
32279 #: c-family/c-attribs.cc:5333
32280 #, gcc-internal-format
32281 msgid "cleanup argument not a function"
32282 msgstr ""
32283
32284 #: c-family/c-attribs.cc:5370
32285 #, gcc-internal-format
32286 msgid "%qE attribute requires prototypes with named arguments"
32287 msgstr ""
32288
32289 #: c-family/c-attribs.cc:5378
32290 #, gcc-internal-format
32291 msgid "%qE attribute only applies to variadic functions"
32292 msgstr ""
32293
32294 #: c-family/c-attribs.cc:5394 ada/gcc-interface/utils.cc:6530
32295 #, gcc-internal-format
32296 msgid "requested position is not an integer constant"
32297 msgstr ""
32298
32299 #: c-family/c-attribs.cc:5402 ada/gcc-interface/utils.cc:6537
32300 #, gcc-internal-format
32301 msgid "requested position is less than zero"
32302 msgstr ""
32303
32304 #: c-family/c-attribs.cc:5457 ada/gcc-interface/utils.cc:6901
32305 #: d/d-attribs.cc:746
32306 #, gcc-internal-format
32307 msgid "empty string in attribute %<target%>"
32308 msgstr ""
32309
32310 #. The argument must be a constant string.
32311 #: c-family/c-attribs.cc:5476 config/sh/sh.cc:8548
32312 #, gcc-internal-format
32313 msgid "%qE attribute argument not a string constant"
32314 msgstr ""
32315
32316 #: c-family/c-attribs.cc:5640 ada/gcc-interface/utils.cc:7050
32317 #, gcc-internal-format
32318 msgid "unrecognized %qE attribute argument %qs"
32319 msgstr ""
32320
32321 #: c-family/c-attribs.cc:5658
32322 #, gcc-internal-format
32323 msgid "%qE attribute on a function not returning a pointer"
32324 msgstr ""
32325
32326 #: c-family/c-attribs.cc:5673
32327 #, gcc-internal-format
32328 msgid "%qE attribute is only valid on %<struct%> type"
32329 msgstr ""
32330
32331 #: c-family/c-attribs.cc:5709
32332 #, gcc-internal-format
32333 msgid "%qE attribute argument %qE is not an integer constant"
32334 msgstr ""
32335
32336 #: c-family/c-attribs.cc:5718
32337 #, gcc-internal-format
32338 msgid "%qE attribute argument %qE exceeds %u"
32339 msgstr ""
32340
32341 #: c-family/c-attribs.cc:5740
32342 #, gcc-internal-format
32343 msgid "%qE attribute may be put on a typedef only; attribute is ignored"
32344 msgstr ""
32345
32346 #: c-family/c-attribs.cc:5752
32347 #, gcc-internal-format
32348 msgid "%qE attribute is for pointer types only"
32349 msgstr ""
32350
32351 #: c-family/c-attribs.cc:5771
32352 #, gcc-internal-format
32353 msgid "%qE is only applicable to Objective-C class interfaces, attribute ignored"
32354 msgstr ""
32355
32356 #: c-family/c-attribs.cc:5794
32357 #, gcc-internal-format
32358 msgid "%qE cannot be applied to non-pointer type %qT"
32359 msgstr ""
32360
32361 #: c-family/c-attribs.cc:5807
32362 #, gcc-internal-format
32363 msgid "%qE attribute argument %qE is not an integer constant between 0 and 3"
32364 msgstr ""
32365
32366 #: c-family/c-attribs.cc:5819
32367 #, gcc-internal-format
32368 msgid "%qE attribute argument %qE is not recognised"
32369 msgstr ""
32370
32371 #: c-family/c-attribs.cc:5834
32372 #, gcc-internal-format
32373 msgid "%qE attribute ignored; valid only for functions and function pointer fields"
32374 msgstr ""
32375
32376 #: c-family/c-attribs.cc:5845
32377 #, gcc-internal-format
32378 msgid "%qE attribute ignored; field must be a function pointer"
32379 msgstr ""
32380
32381 #: c-family/c-attribs.cc:5869
32382 #, gcc-internal-format
32383 msgid "unknown attribute %qE"
32384 msgstr ""
32385
32386 #: c-family/c-attribs.cc:5896
32387 #, gcc-internal-format
32388 msgid "invalid operand type %qT for %qs"
32389 msgstr ""
32390
32391 #: c-family/c-attribs.cc:6000
32392 #, gcc-internal-format
32393 msgid "%qs attribute not supported for %qT in %<__builtin_has_attribute%>"
32394 msgstr ""
32395
32396 #: c-family/c-attribs.cc:6002
32397 #, gcc-internal-format
32398 msgid "%qs attribute not supported for %qE in %<__builtin_has_attribute%>"
32399 msgstr ""
32400
32401 #: c-family/c-attribs.cc:6179
32402 #, gcc-internal-format
32403 msgid "%qs attribute not supported in %<__builtin_has_attribute%>"
32404 msgstr ""
32405
32406 #: c-family/c-common.cc:766
32407 #, gcc-internal-format
32408 msgid "%qD is not defined outside of function scope"
32409 msgstr ""
32410
32411 #: c-family/c-common.cc:811
32412 #, gcc-internal-format
32413 msgid "size of string literal is too large"
32414 msgstr ""
32415
32416 #: c-family/c-common.cc:834
32417 #, gcc-internal-format
32418 msgid "string length %qd is greater than the length %qd ISO C%d compilers are required to support"
32419 msgstr ""
32420
32421 #: c-family/c-common.cc:1007
32422 #, gcc-internal-format
32423 msgid "use %<-flax-vector-conversions%> to permit conversions between vectors with differing element types or numbers of subparts"
32424 msgstr ""
32425
32426 #: c-family/c-common.cc:1048
32427 #, gcc-internal-format
32428 msgid "%<__builtin_shuffle%> last argument must be an integer vector"
32429 msgstr ""
32430
32431 #: c-family/c-common.cc:1057
32432 #, gcc-internal-format
32433 msgid "%<__builtin_shuffle%> arguments must be vectors"
32434 msgstr ""
32435
32436 #: c-family/c-common.cc:1064
32437 #, gcc-internal-format
32438 msgid "%<__builtin_shuffle%> argument vectors must be of the same type"
32439 msgstr ""
32440
32441 #: c-family/c-common.cc:1075
32442 #, gcc-internal-format
32443 msgid "%<__builtin_shuffle%> number of elements of the argument vector(s) and the mask vector should be the same"
32444 msgstr ""
32445
32446 #: c-family/c-common.cc:1085
32447 #, gcc-internal-format
32448 msgid "%<__builtin_shuffle%> argument vector(s) inner type must have the same size as inner type of the mask"
32449 msgstr ""
32450
32451 #: c-family/c-common.cc:1136
32452 #, gcc-internal-format
32453 msgid "%<__builtin_shufflevector%> arguments must be vectors"
32454 msgstr ""
32455
32456 #: c-family/c-common.cc:1147
32457 #, gcc-internal-format
32458 msgid "%<__builtin_shufflevector%> arguments must be constant size vectors"
32459 msgstr ""
32460
32461 #: c-family/c-common.cc:1156
32462 #, gcc-internal-format
32463 msgid "%<__builtin_shufflevector%> argument vectors must have the same element type"
32464 msgstr ""
32465
32466 #: c-family/c-common.cc:1164
32467 #, gcc-internal-format
32468 msgid "%<__builtin_shufflevector%> must specify a result with a power of two number of elements"
32469 msgstr ""
32470
32471 #: c-family/c-common.cc:1189 c-family/c-common.cc:1199
32472 #, gcc-internal-format
32473 msgid "invalid element index %qE to %<__builtin_shufflevector%>"
32474 msgstr ""
32475
32476 #: c-family/c-common.cc:1277
32477 #, gcc-internal-format
32478 msgid "%<__builtin_convertvector%> first argument must be an integer or floating vector"
32479 msgstr ""
32480
32481 #: c-family/c-common.cc:1286
32482 #, gcc-internal-format
32483 msgid "%<__builtin_convertvector%> second argument must be an integer or floating vector type"
32484 msgstr ""
32485
32486 #: c-family/c-common.cc:1295
32487 #, gcc-internal-format
32488 msgid "%<__builtin_convertvector%> number of elements of the first argument vector and the second argument vector type should be the same"
32489 msgstr ""
32490
32491 #: c-family/c-common.cc:1919
32492 #, gcc-internal-format
32493 msgid "operation on %qE may be undefined"
32494 msgstr ""
32495
32496 #: c-family/c-common.cc:2270
32497 #, gcc-internal-format
32498 msgid "case label does not reduce to an integer constant"
32499 msgstr ""
32500
32501 #: c-family/c-common.cc:2353
32502 #, gcc-internal-format
32503 msgid "GCC cannot support operators with integer types and fixed-point types that have too many integral and fractional bits together"
32504 msgstr ""
32505
32506 #: c-family/c-common.cc:2898
32507 #, gcc-internal-format
32508 msgid "invalid operands to binary %s (have %qT and %qT)"
32509 msgstr ""
32510
32511 #: c-family/c-common.cc:3147
32512 #, gcc-internal-format
32513 msgid "comparison is always false due to limited range of data type"
32514 msgstr ""
32515
32516 #: c-family/c-common.cc:3150
32517 #, gcc-internal-format
32518 msgid "comparison is always true due to limited range of data type"
32519 msgstr ""
32520
32521 #: c-family/c-common.cc:3251
32522 #, gcc-internal-format
32523 msgid "comparison of unsigned expression in %<>= 0%> is always true"
32524 msgstr ""
32525
32526 #: c-family/c-common.cc:3259
32527 #, gcc-internal-format
32528 msgid "comparison of unsigned expression in %<< 0%> is always false"
32529 msgstr ""
32530
32531 #: c-family/c-common.cc:3303
32532 #, gcc-internal-format
32533 msgid "pointer of type %<void *%> used in arithmetic"
32534 msgstr ""
32535
32536 #: c-family/c-common.cc:3312
32537 #, gcc-internal-format
32538 msgid "pointer to a function used in arithmetic"
32539 msgstr ""
32540
32541 #: c-family/c-common.cc:3529
32542 #, gcc-internal-format
32543 msgid "enum constant in boolean context"
32544 msgstr ""
32545
32546 #: c-family/c-common.cc:3559 d/d-convert.cc:149
32547 #, gcc-internal-format
32548 msgid "the address of %qD will always evaluate as %<true%>"
32549 msgstr ""
32550
32551 #: c-family/c-common.cc:3604
32552 #, gcc-internal-format
32553 msgid "%<*%> in boolean context, suggest %<&&%> instead"
32554 msgstr ""
32555
32556 #: c-family/c-common.cc:3616
32557 #, gcc-internal-format
32558 msgid "%<<<%> in boolean context, did you mean %<<%>?"
32559 msgstr ""
32560
32561 #: c-family/c-common.cc:3632
32562 #, gcc-internal-format
32563 msgid "%<?:%> using integer constants in boolean context, the expression will always evaluate to %<true%>"
32564 msgstr ""
32565
32566 #: c-family/c-common.cc:3641
32567 #, gcc-internal-format
32568 msgid "%<?:%> using integer constants in boolean context"
32569 msgstr ""
32570
32571 #: c-family/c-common.cc:3677
32572 #, gcc-internal-format
32573 msgid "the compiler can assume that the address of %qD will always evaluate to %<true%>"
32574 msgstr ""
32575
32576 #: c-family/c-common.cc:3712 cp/semantics.cc:843 cp/typeck.cc:9971
32577 #, gcc-internal-format
32578 msgid "suggest parentheses around assignment used as truth value"
32579 msgstr ""
32580
32581 #: c-family/c-common.cc:3799 c/c-decl.cc:4708 c/c-decl.cc:7119
32582 #: c/c-typeck.cc:15862
32583 #, gcc-internal-format
32584 msgid "invalid use of %<restrict%>"
32585 msgstr ""
32586
32587 #: c-family/c-common.cc:3873
32588 #, gcc-internal-format
32589 msgid "invalid application of %<sizeof%> to a function type"
32590 msgstr ""
32591
32592 #: c-family/c-common.cc:3883
32593 #, gcc-internal-format
32594 msgid "ISO C++ does not permit %<alignof%> applied to a function type"
32595 msgstr ""
32596
32597 #: c-family/c-common.cc:3886
32598 #, gcc-internal-format
32599 msgid "ISO C does not permit %<_Alignof%> applied to a function type"
32600 msgstr ""
32601
32602 #: c-family/c-common.cc:3897 cp/typeck.cc:1905
32603 #, gcc-internal-format
32604 msgid "invalid application of %qs to a void type"
32605 msgstr ""
32606
32607 #: c-family/c-common.cc:3906
32608 #, gcc-internal-format
32609 msgid "invalid application of %qs to incomplete type %qT"
32610 msgstr ""
32611
32612 #: c-family/c-common.cc:3914
32613 #, gcc-internal-format
32614 msgid "invalid application of %qs to array type %qT of incomplete element type"
32615 msgstr ""
32616
32617 #: c-family/c-common.cc:3966
32618 #, gcc-internal-format
32619 msgid "%<__alignof%> applied to a bit-field"
32620 msgstr ""
32621
32622 #: c-family/c-common.cc:4766
32623 #, gcc-internal-format
32624 msgid "first argument to %<va_arg%> not of type %<va_list%>"
32625 msgstr ""
32626
32627 #: c-family/c-common.cc:4886
32628 #, gcc-internal-format
32629 msgid "cannot disable built-in function %qs"
32630 msgstr ""
32631
32632 #: c-family/c-common.cc:5076
32633 #, gcc-internal-format
32634 msgid "pointers are not permitted as case values"
32635 msgstr ""
32636
32637 #: c-family/c-common.cc:5083
32638 #, gcc-internal-format
32639 msgid "range expressions in switch statements are non-standard"
32640 msgstr ""
32641
32642 #: c-family/c-common.cc:5111
32643 #, gcc-internal-format
32644 msgid "empty range specified"
32645 msgstr ""
32646
32647 #: c-family/c-common.cc:5163
32648 #, gcc-internal-format
32649 msgid "duplicate (or overlapping) case value"
32650 msgstr ""
32651
32652 #: c-family/c-common.cc:5165
32653 #, gcc-internal-format
32654 msgid "this is the first entry overlapping that value"
32655 msgstr ""
32656
32657 #: c-family/c-common.cc:5169
32658 #, gcc-internal-format
32659 msgid "duplicate case value"
32660 msgstr ""
32661
32662 #: c-family/c-common.cc:5170 c-family/c-warn.cc:2542
32663 #, gcc-internal-format
32664 msgid "previously used here"
32665 msgstr ""
32666
32667 #: c-family/c-common.cc:5174
32668 #, gcc-internal-format
32669 msgid "multiple default labels in one switch"
32670 msgstr ""
32671
32672 #: c-family/c-common.cc:5176
32673 #, gcc-internal-format
32674 msgid "this is the first default label"
32675 msgstr ""
32676
32677 #: c-family/c-common.cc:5288
32678 #, gcc-internal-format
32679 msgid "taking the address of a label is non-standard"
32680 msgstr ""
32681
32682 #: c-family/c-common.cc:5466
32683 #, gcc-internal-format
32684 msgid "requested alignment is not an integer constant"
32685 msgstr ""
32686
32687 #: c-family/c-common.cc:5474 c-family/c-common.cc:5484
32688 #, gcc-internal-format
32689 msgid "requested alignment %qE is not a positive power of 2"
32690 msgstr ""
32691
32692 #: c-family/c-common.cc:5494
32693 #, gcc-internal-format
32694 msgid "requested alignment %qE exceeds object file maximum %u"
32695 msgstr ""
32696
32697 #: c-family/c-common.cc:5502
32698 #, gcc-internal-format
32699 msgid "requested alignment %qE exceeds maximum %u"
32700 msgstr ""
32701
32702 #: c-family/c-common.cc:5677
32703 #, gcc-internal-format
32704 msgid "not enough variable arguments to fit a sentinel"
32705 msgstr ""
32706
32707 #: c-family/c-common.cc:5691
32708 #, gcc-internal-format
32709 msgid "missing sentinel in function call"
32710 msgstr ""
32711
32712 #: c-family/c-common.cc:5918 c-family/c-common.cc:5968 d/d-attribs.cc:812
32713 #: d/d-attribs.cc:862
32714 #, gcc-internal-format
32715 msgid "bad option %qs to attribute %<optimize%>"
32716 msgstr ""
32717
32718 #: c-family/c-common.cc:5921 c-family/c-common.cc:5972
32719 #, gcc-internal-format
32720 msgid "bad option %qs to pragma %<optimize%>"
32721 msgstr ""
32722
32723 #: c-family/c-common.cc:6020
32724 #, gcc-internal-format
32725 msgid "attribute %<fallthrough%> specified multiple times"
32726 msgstr ""
32727
32728 #: c-family/c-common.cc:6024
32729 #, gcc-internal-format
32730 msgid "%<fallthrough%> attribute specified with a parameter"
32731 msgstr ""
32732
32733 #: c-family/c-common.cc:6204 c-family/c-common.cc:7040
32734 #: c-family/c-common.cc:7087 c-family/c-common.cc:7162
32735 #: c-family/c-common.cc:7235 config/aarch64/aarch64-sve-builtins.cc:2122
32736 #: c/c-typeck.cc:3729
32737 #, gcc-internal-format
32738 msgid "too few arguments to function %qE"
32739 msgstr ""
32740
32741 #: c-family/c-common.cc:6209 c-family/c-common.cc:7093
32742 #: c-family/c-common.cc:7261 config/aarch64/aarch64-sve-builtins.cc:2124
32743 #: c/c-typeck.cc:3593
32744 #, gcc-internal-format
32745 msgid "too many arguments to function %qE"
32746 msgstr ""
32747
32748 #: c-family/c-common.cc:6251
32749 #, gcc-internal-format
32750 msgid "third argument to function %qE must be a constant integer"
32751 msgstr ""
32752
32753 #: c-family/c-common.cc:6276
32754 #, gcc-internal-format
32755 msgid "second argument to function %qE must be a constant integer power of 2 between %qi and %qu bits"
32756 msgstr ""
32757
32758 #: c-family/c-common.cc:6297 c-family/c-common.cc:6341
32759 #, gcc-internal-format
32760 msgid "non-floating-point argument in call to function %qE"
32761 msgstr ""
32762
32763 #: c-family/c-common.cc:6320
32764 #, gcc-internal-format
32765 msgid "non-floating-point arguments in call to function %qE"
32766 msgstr ""
32767
32768 #: c-family/c-common.cc:6334
32769 #, gcc-internal-format
32770 msgid "non-const integer argument %u in call to function %qE"
32771 msgstr ""
32772
32773 #: c-family/c-common.cc:6354
32774 #, gcc-internal-format
32775 msgid "non-integer argument 3 in call to function %qE"
32776 msgstr ""
32777
32778 #: c-family/c-common.cc:6371 c-family/c-common.cc:6421
32779 #, gcc-internal-format
32780 msgid "argument %u in call to function %qE does not have integral type"
32781 msgstr ""
32782
32783 #: c-family/c-common.cc:6378
32784 #, gcc-internal-format
32785 msgid "argument 3 in call to function %qE does not have pointer to integral type"
32786 msgstr ""
32787
32788 #: c-family/c-common.cc:6384
32789 #, gcc-internal-format
32790 msgid "argument 3 in call to function %qE has pointer to enumerated type"
32791 msgstr ""
32792
32793 #: c-family/c-common.cc:6390
32794 #, gcc-internal-format
32795 msgid "argument 3 in call to function %qE has pointer to boolean type"
32796 msgstr ""
32797
32798 #: c-family/c-common.cc:6396 c-family/c-common.cc:6403
32799 #: c-family/c-common.cc:6458 c-family/c-common.cc:6465
32800 #, gcc-internal-format
32801 msgid "argument %u in call to function %qE has pointer to %qs type (%qT)"
32802 msgstr ""
32803
32804 #: c-family/c-common.cc:6427
32805 #, gcc-internal-format
32806 msgid "argument 3 in call to function %qE has enumerated type"
32807 msgstr ""
32808
32809 #: c-family/c-common.cc:6433
32810 #, gcc-internal-format
32811 msgid "argument 3 in call to function %qE has boolean type"
32812 msgstr ""
32813
32814 #: c-family/c-common.cc:6446
32815 #, gcc-internal-format
32816 msgid "argument %u in call to function %qE does not have pointer type"
32817 msgstr ""
32818
32819 #: c-family/c-common.cc:6452
32820 #, gcc-internal-format
32821 msgid "argument %u in call to function %qE points to incomplete type"
32822 msgstr ""
32823
32824 #: c-family/c-common.cc:6717
32825 #, gcc-internal-format
32826 msgid "cannot apply %<offsetof%> to static data member %qD"
32827 msgstr ""
32828
32829 #: c-family/c-common.cc:6722
32830 #, gcc-internal-format
32831 msgid "cannot apply %<offsetof%> when %<operator[]%> is overloaded"
32832 msgstr ""
32833
32834 #: c-family/c-common.cc:6729
32835 #, gcc-internal-format
32836 msgid "cannot apply %<offsetof%> to a non constant address"
32837 msgstr ""
32838
32839 #: c-family/c-common.cc:6742
32840 #, gcc-internal-format
32841 msgid "attempt to take address of bit-field structure member %qD"
32842 msgstr ""
32843
32844 #: c-family/c-common.cc:6795
32845 #, gcc-internal-format
32846 msgid "index %E denotes an offset greater than size of %qT"
32847 msgstr ""
32848
32849 #: c-family/c-common.cc:6956
32850 #, gcc-internal-format
32851 msgid "size of array is too large"
32852 msgstr ""
32853
32854 #: c-family/c-common.cc:7070 c-family/c-common.cc:7194
32855 #, gcc-internal-format
32856 msgid "operand type %qT is incompatible with argument %d of %qE"
32857 msgstr ""
32858
32859 #: c-family/c-common.cc:7104
32860 #, gcc-internal-format
32861 msgid "expecting argument of type pointer or of type integer for argument 1"
32862 msgstr ""
32863
32864 #: c-family/c-common.cc:7120
32865 #, gcc-internal-format
32866 msgid "both arguments must be compatible"
32867 msgstr ""
32868
32869 #: c-family/c-common.cc:7336
32870 #, gcc-internal-format
32871 msgid "incorrect number of arguments to function %qE"
32872 msgstr ""
32873
32874 #: c-family/c-common.cc:7350
32875 #, gcc-internal-format
32876 msgid "argument 1 of %qE must be a non-void pointer type"
32877 msgstr ""
32878
32879 #: c-family/c-common.cc:7357
32880 #, gcc-internal-format
32881 msgid "argument 1 of %qE must be a pointer to a complete type"
32882 msgstr ""
32883
32884 #: c-family/c-common.cc:7366
32885 #, gcc-internal-format
32886 msgid "argument 1 of %qE must be a pointer to a constant size type"
32887 msgstr ""
32888
32889 #: c-family/c-common.cc:7377
32890 #, gcc-internal-format
32891 msgid "argument 1 of %qE must be a pointer to a nonzero size object"
32892 msgstr ""
32893
32894 #: c-family/c-common.cc:7398
32895 #, gcc-internal-format
32896 msgid "argument %d of %qE must be a pointer type"
32897 msgstr ""
32898
32899 #: c-family/c-common.cc:7406
32900 #, gcc-internal-format
32901 msgid "argument %d of %qE must be a pointer to a constant size type"
32902 msgstr ""
32903
32904 #: c-family/c-common.cc:7412
32905 #, gcc-internal-format
32906 msgid "argument %d of %qE must not be a pointer to a function"
32907 msgstr ""
32908
32909 #: c-family/c-common.cc:7420
32910 #, gcc-internal-format
32911 msgid "size mismatch in argument %d of %qE"
32912 msgstr ""
32913
32914 #: c-family/c-common.cc:7433
32915 #, gcc-internal-format
32916 msgid "argument %d of %qE must not be a pointer to a %<const%> type"
32917 msgstr ""
32918
32919 #: c-family/c-common.cc:7438
32920 #, gcc-internal-format
32921 msgid "argument %d of %qE discards %<const%> qualifier"
32922 msgstr ""
32923
32924 #: c-family/c-common.cc:7447
32925 #, gcc-internal-format
32926 msgid "argument %d of %qE must not be a pointer to a %<volatile%> type"
32927 msgstr ""
32928
32929 #: c-family/c-common.cc:7452
32930 #, gcc-internal-format
32931 msgid "argument %d of %qE discards %<volatile%> qualifier"
32932 msgstr ""
32933
32934 #: c-family/c-common.cc:7465
32935 #, gcc-internal-format
32936 msgid "non-integer memory model argument %d of %qE"
32937 msgstr ""
32938
32939 #: c-family/c-common.cc:7478
32940 #, gcc-internal-format
32941 msgid "invalid memory model argument %d of %qE"
32942 msgstr ""
32943
32944 #: c-family/c-common.cc:7879
32945 #, gcc-internal-format
32946 msgid "this target does not define a speculation barrier; your program will still execute correctly, but incorrect speculation may not be restricted"
32947 msgstr ""
32948
32949 #: c-family/c-common.cc:8514
32950 #, gcc-internal-format
32951 msgid "index value is out of bound"
32952 msgstr ""
32953
32954 #: c-family/c-common.cc:8556 c-family/c-common.cc:8605
32955 #: c-family/c-common.cc:8621
32956 #, gcc-internal-format
32957 msgid "conversion of scalar %qT to vector %qT involves truncation"
32958 msgstr ""
32959
32960 #. Reject arguments that are built-in functions with
32961 #. no library fallback.
32962 #: c-family/c-common.cc:8709
32963 #, gcc-internal-format
32964 msgid "built-in function %qE must be directly called"
32965 msgstr ""
32966
32967 #: c-family/c-common.cc:8729
32968 #, gcc-internal-format
32969 msgid "size of array %qE is not a constant expression"
32970 msgstr ""
32971
32972 #: c-family/c-common.cc:8732
32973 #, gcc-internal-format
32974 msgid "size of array is not a constant expression"
32975 msgstr ""
32976
32977 #: c-family/c-common.cc:8736
32978 #, gcc-internal-format
32979 msgid "size %qE of array %qE is negative"
32980 msgstr ""
32981
32982 #: c-family/c-common.cc:8739
32983 #, gcc-internal-format
32984 msgid "size %qE of array is negative"
32985 msgstr ""
32986
32987 #: c-family/c-common.cc:8744
32988 #, gcc-internal-format
32989 msgid "size %qE of array %qE exceeds maximum object size %qE"
32990 msgstr ""
32991
32992 #: c-family/c-common.cc:8747
32993 #, gcc-internal-format
32994 msgid "size %qE of array exceeds maximum object size %qE"
32995 msgstr ""
32996
32997 #: c-family/c-common.cc:8752
32998 #, gcc-internal-format
32999 msgid "size of array %qE exceeds maximum object size %qE"
33000 msgstr ""
33001
33002 #: c-family/c-common.cc:8755
33003 #, gcc-internal-format
33004 msgid "size of array exceeds maximum object size %qE"
33005 msgstr ""
33006
33007 #: c-family/c-common.cc:8826
33008 #, gcc-internal-format
33009 msgid "environment variable %qs must expand to a non-negative integer less than or equal to %wd"
33010 msgstr ""
33011
33012 #: c-family/c-format.cc:199
33013 #, gcc-internal-format
33014 msgid "function does not return string type"
33015 msgstr ""
33016
33017 #: c-family/c-format.cc:233
33018 #, gcc-internal-format
33019 msgid "format string argument is not a string type"
33020 msgstr ""
33021
33022 #: c-family/c-format.cc:259
33023 #, gcc-internal-format
33024 msgid "found a %qs reference but the format argument should be a string"
33025 msgstr ""
33026
33027 #: c-family/c-format.cc:262
33028 #, gcc-internal-format
33029 msgid "found a %qT but the format argument should be a string"
33030 msgstr ""
33031
33032 #: c-family/c-format.cc:272
33033 #, gcc-internal-format
33034 msgid "format argument should be a %qs reference but a string was found"
33035 msgstr ""
33036
33037 #: c-family/c-format.cc:294
33038 #, gcc-internal-format
33039 msgid "format argument should be a %qs reference"
33040 msgstr ""
33041
33042 #: c-family/c-format.cc:347
33043 #, gcc-internal-format
33044 msgid "unrecognized format specifier"
33045 msgstr ""
33046
33047 #: c-family/c-format.cc:360
33048 #, gcc-internal-format
33049 msgid "%qE is only allowed in Objective-C dialects"
33050 msgstr ""
33051
33052 #: c-family/c-format.cc:369
33053 #, gcc-internal-format
33054 msgid "%qE is an unrecognized format function type"
33055 msgstr ""
33056
33057 #: c-family/c-format.cc:391
33058 #, gcc-internal-format
33059 msgid "format string argument follows the arguments to be formatted"
33060 msgstr ""
33061
33062 #: c-family/c-format.cc:1230
33063 #, gcc-internal-format
33064 msgid "function %qD might be a candidate for %qs format attribute"
33065 msgstr ""
33066
33067 #: c-family/c-format.cc:1321 c-family/c-format.cc:1342
33068 #: c-family/c-format.cc:2776
33069 #, gcc-internal-format
33070 msgid "missing $ operand number in format"
33071 msgstr ""
33072
33073 #: c-family/c-format.cc:1351
33074 #, gcc-internal-format, gfc-internal-format
33075 msgid "%s does not support %%n$ operand number formats"
33076 msgstr ""
33077
33078 #: c-family/c-format.cc:1358
33079 #, gcc-internal-format
33080 msgid "operand number out of range in format"
33081 msgstr ""
33082
33083 #: c-family/c-format.cc:1381
33084 #, gcc-internal-format, gfc-internal-format
33085 msgid "format argument %d used more than once in %s format"
33086 msgstr ""
33087
33088 #: c-family/c-format.cc:1414
33089 #, gcc-internal-format
33090 msgid "%<$%>operand number used after format without operand number"
33091 msgstr ""
33092
33093 #: c-family/c-format.cc:1445
33094 #, gcc-internal-format
33095 msgid "format argument %d unused before used argument %d in %<$%>-style format"
33096 msgstr ""
33097
33098 #: c-family/c-format.cc:1548
33099 #, gcc-internal-format
33100 msgid "format not a string literal, format string not checked"
33101 msgstr ""
33102
33103 #: c-family/c-format.cc:1563 c-family/c-format.cc:1566
33104 #, gcc-internal-format
33105 msgid "format not a string literal and no format arguments"
33106 msgstr ""
33107
33108 #: c-family/c-format.cc:1569
33109 #, gcc-internal-format
33110 msgid "format not a string literal, argument types not checked"
33111 msgstr ""
33112
33113 #: c-family/c-format.cc:1586
33114 #, gcc-internal-format
33115 msgid "too many arguments for format"
33116 msgstr ""
33117
33118 #: c-family/c-format.cc:1591
33119 #, gcc-internal-format
33120 msgid "unused arguments in %<$%>-style format"
33121 msgstr ""
33122
33123 #: c-family/c-format.cc:1594
33124 #, gcc-internal-format, gfc-internal-format
33125 msgid "zero-length %s format string"
33126 msgstr ""
33127
33128 #: c-family/c-format.cc:1598
33129 #, gcc-internal-format
33130 msgid "format is a wide character string"
33131 msgstr ""
33132
33133 #: c-family/c-format.cc:1602
33134 #, gcc-internal-format
33135 msgid "format string is not an array of type %qs"
33136 msgstr ""
33137
33138 #: c-family/c-format.cc:1605
33139 #, gcc-internal-format
33140 msgid "unterminated format string"
33141 msgstr ""
33142
33143 #: c-family/c-format.cc:2019
33144 #, gcc-internal-format
33145 msgid "%s used with %<%%%c%> %s format"
33146 msgstr ""
33147
33148 #: c-family/c-format.cc:2029
33149 #, gcc-internal-format, gfc-internal-format
33150 msgid "%s does not support %s"
33151 msgstr ""
33152
33153 #: c-family/c-format.cc:2039
33154 #, gcc-internal-format
33155 msgid "%s does not support %s with the %<%%%c%> %s format"
33156 msgstr ""
33157
33158 #: c-family/c-format.cc:2053
33159 #, gcc-internal-format, gfc-internal-format
33160 msgid "%s used within a quoted sequence"
33161 msgstr ""
33162
33163 #: c-family/c-format.cc:2066
33164 #, gcc-internal-format
33165 msgid "%qc conversion used unquoted"
33166 msgstr ""
33167
33168 #: c-family/c-format.cc:2184 c-family/c-format.cc:2515
33169 #, gcc-internal-format, gfc-internal-format
33170 msgid "repeated %s in format"
33171 msgstr ""
33172
33173 #: c-family/c-format.cc:2195
33174 #, gcc-internal-format
33175 msgid "missing fill character at end of strfmon format"
33176 msgstr ""
33177
33178 #: c-family/c-format.cc:2297
33179 #, gcc-internal-format, gfc-internal-format
33180 msgid "zero width in %s format"
33181 msgstr ""
33182
33183 #: c-family/c-format.cc:2320
33184 #, gcc-internal-format, gfc-internal-format
33185 msgid "empty left precision in %s format"
33186 msgstr ""
33187
33188 #: c-family/c-format.cc:2411
33189 #, gcc-internal-format, gfc-internal-format
33190 msgid "empty precision in %s format"
33191 msgstr ""
33192
33193 #: c-family/c-format.cc:2489
33194 #, gcc-internal-format
33195 msgid "%s does not support the %qs %s length modifier"
33196 msgstr ""
33197
33198 #: c-family/c-format.cc:2545
33199 #, gcc-internal-format
33200 msgid "unknown conversion type character %qc in format"
33201 msgstr ""
33202
33203 #: c-family/c-format.cc:2557
33204 #, gcc-internal-format
33205 msgid "%s does not support the %<%%%c%> %s format"
33206 msgstr ""
33207
33208 #: c-family/c-format.cc:2589
33209 #, gcc-internal-format
33210 msgid "%s ignored with %s and %<%%%c%> %s format"
33211 msgstr ""
33212
33213 #: c-family/c-format.cc:2594
33214 #, gcc-internal-format, gfc-internal-format
33215 msgid "%s ignored with %s in %s format"
33216 msgstr ""
33217
33218 #: c-family/c-format.cc:2601
33219 #, gcc-internal-format
33220 msgid "use of %s and %s together with %<%%%c%> %s format"
33221 msgstr ""
33222
33223 #: c-family/c-format.cc:2606
33224 #, gcc-internal-format, gfc-internal-format
33225 msgid "use of %s and %s together in %s format"
33226 msgstr ""
33227
33228 #: c-family/c-format.cc:2633
33229 #, gcc-internal-format
33230 msgid "%<%%%c%> yields only last 2 digits of year in some locales"
33231 msgstr ""
33232
33233 #: c-family/c-format.cc:2637
33234 #, gcc-internal-format
33235 msgid "%<%%%c%> yields only last 2 digits of year"
33236 msgstr ""
33237
33238 #: c-family/c-format.cc:2664
33239 #, gcc-internal-format
33240 msgid "no closing %<]%> for %<%%[%> format"
33241 msgstr ""
33242
33243 #: c-family/c-format.cc:2693
33244 #, gcc-internal-format
33245 msgid "use of %qs length modifier with %qc type character has either no effect or undefined behavior"
33246 msgstr ""
33247
33248 #: c-family/c-format.cc:2715
33249 #, gcc-internal-format
33250 msgid "%s does not support the %<%%%s%c%> %s format"
33251 msgstr ""
33252
33253 #: c-family/c-format.cc:2753
33254 #, gcc-internal-format
33255 msgid "operand number specified with suppressed assignment"
33256 msgstr ""
33257
33258 #: c-family/c-format.cc:2757
33259 #, gcc-internal-format
33260 msgid "operand number specified for format taking no argument"
33261 msgstr ""
33262
33263 #: c-family/c-format.cc:3108
33264 #, gcc-internal-format
33265 msgid "unquoted type name %<%.*s%> in format"
33266 msgstr ""
33267
33268 #: c-family/c-format.cc:3110
33269 #, gcc-internal-format
33270 msgid "unquoted operator %<%.*s%> in format"
33271 msgstr ""
33272
33273 #: c-family/c-format.cc:3111
33274 #, gcc-internal-format
33275 msgid "unquoted keyword %<%.*s%> in format"
33276 msgstr ""
33277
33278 #: c-family/c-format.cc:3114
33279 #, gcc-internal-format
33280 msgid "use %qs instead"
33281 msgstr ""
33282
33283 #: c-family/c-format.cc:3166
33284 #, gcc-internal-format
33285 msgid "unquoted attribute in format"
33286 msgstr ""
33287
33288 #: c-family/c-format.cc:3179
33289 #, gcc-internal-format
33290 msgid "unquoted name of built-in function %<%.*s%> in format"
33291 msgstr ""
33292
33293 #: c-family/c-format.cc:3193
33294 #, gcc-internal-format
33295 msgid "unquoted identifier or keyword %<%.*s%> in format"
33296 msgstr ""
33297
33298 #: c-family/c-format.cc:3227
33299 #, gcc-internal-format
33300 msgid "misspelled term %<%.*s%> in format; use %<%s%s%> instead"
33301 msgstr ""
33302
33303 #: c-family/c-format.cc:3271
33304 #, gcc-internal-format
33305 msgid "quoted %qs directive in format; use %qs instead"
33306 msgstr ""
33307
33308 #: c-family/c-format.cc:3278 c-family/c-format.cc:3549
33309 #, gcc-internal-format
33310 msgid "contraction %<%.*s%> in format; use %qs instead"
33311 msgstr ""
33312
33313 #: c-family/c-format.cc:3318
33314 #, gcc-internal-format
33315 msgid "unquoted whitespace character %qc in format"
33316 msgstr ""
33317
33318 #: c-family/c-format.cc:3331
33319 #, gcc-internal-format
33320 msgid "spurious trailing space in format"
33321 msgstr ""
33322
33323 #: c-family/c-format.cc:3352
33324 #, gcc-internal-format
33325 msgid "inconsistent capitalization in format"
33326 msgstr ""
33327
33328 #: c-family/c-format.cc:3359
33329 #, gcc-internal-format, gfc-internal-format
33330 msgid "unquoted sequence of %i consecutive space characters in format"
33331 msgstr ""
33332
33333 #: c-family/c-format.cc:3379
33334 #, gcc-internal-format
33335 msgid "unquoted control characters in format"
33336 msgstr ""
33337
33338 #: c-family/c-format.cc:3386
33339 #, gcc-internal-format
33340 msgid "unquoted control character %qc in format"
33341 msgstr ""
33342
33343 #: c-family/c-format.cc:3444
33344 #, gcc-internal-format
33345 msgid "unquoted option name %<%.*s%> in format"
33346 msgstr ""
33347
33348 #: c-family/c-format.cc:3504
33349 #, gcc-internal-format
33350 msgid "unbalanced punctuation character %qc in format"
33351 msgstr ""
33352
33353 #: c-family/c-format.cc:3523
33354 #, gcc-internal-format
33355 msgid "unquoted preprocessing directive %<%.*s%> in format"
33356 msgstr ""
33357
33358 #: c-family/c-format.cc:3559
33359 #, gcc-internal-format
33360 msgid "bare apostrophe %<'%> in format"
33361 msgstr ""
33362
33363 #: c-family/c-format.cc:3561
33364 #, gcc-internal-format
33365 msgid "if avoiding the apostrophe is not feasible, enclose it in a pair of %qs and %qs directives instead"
33366 msgstr ""
33367
33368 #: c-family/c-format.cc:3573
33369 #, gcc-internal-format
33370 msgid "grave accent %<`%> in format"
33371 msgstr "dijakritički znak (grave accent) %<`%> u formatu `"
33372
33373 #: c-family/c-format.cc:3575
33374 #, gcc-internal-format
33375 msgid "use the apostrophe directive %qs instead"
33376 msgstr ""
33377
33378 #: c-family/c-format.cc:3587
33379 #, gcc-internal-format
33380 msgid "space followed by punctuation character %<%c%>"
33381 msgstr ""
33382
33383 #: c-family/c-format.cc:3598
33384 #, gcc-internal-format
33385 msgid "quoted %qs directive in format"
33386 msgstr ""
33387
33388 #: c-family/c-format.cc:3600
33389 #, gcc-internal-format
33390 msgid "if using %qs is not feasible, use %qs instead"
33391 msgstr ""
33392
33393 #: c-family/c-format.cc:3629
33394 #, gcc-internal-format
33395 msgid "spurious leading punctuation sequence %<%.*s%> in format"
33396 msgstr ""
33397
33398 #: c-family/c-format.cc:3669
33399 #, gcc-internal-format
33400 msgid "spurious trailing punctuation sequence %<%.*s%> in format"
33401 msgstr ""
33402
33403 #: c-family/c-format.cc:3686
33404 #, gcc-internal-format
33405 msgid "unquoted sequence of %i consecutive punctuation characters %q.*s in format"
33406 msgstr ""
33407
33408 #: c-family/c-format.cc:3706
33409 #, gcc-internal-format
33410 msgid "unquoted non-graph characters in format"
33411 msgstr ""
33412
33413 #: c-family/c-format.cc:3713
33414 #, gcc-internal-format
33415 msgid "unquoted non-graph character %qc in format"
33416 msgstr ""
33417
33418 #: c-family/c-format.cc:3745
33419 #, gcc-internal-format
33420 msgid "unbalanced punctuation character %<%c%> in format"
33421 msgstr ""
33422
33423 #: c-family/c-format.cc:3752
33424 #, gcc-internal-format
33425 msgid "unterminated quoting directive"
33426 msgstr ""
33427
33428 #: c-family/c-format.cc:3761
33429 #, gcc-internal-format
33430 msgid "unterminated quote character %<%c%> in format"
33431 msgstr ""
33432
33433 #: c-family/c-format.cc:3831
33434 #, gcc-internal-format
33435 msgid "spurious trailing %<%%%> in format"
33436 msgstr ""
33437
33438 #: c-family/c-format.cc:3891
33439 #, gcc-internal-format
33440 msgid "conversion lacks type at end of format"
33441 msgstr ""
33442
33443 #: c-family/c-format.cc:3920
33444 #, gcc-internal-format
33445 msgid "nested quoting directive"
33446 msgstr ""
33447
33448 #: c-family/c-format.cc:3931
33449 #, gcc-internal-format
33450 msgid "unmatched quoting directive"
33451 msgstr ""
33452
33453 #: c-family/c-format.cc:3946
33454 #, gcc-internal-format
33455 msgid "%qc directive redundant after prior occurence of the same"
33456 msgstr ""
33457
33458 #: c-family/c-format.cc:3952
33459 #, gcc-internal-format
33460 msgid "unmatched color reset directive"
33461 msgstr ""
33462
33463 #: c-family/c-format.cc:3964
33464 #, gcc-internal-format
33465 msgid "%qc conversion used within a quoted sequence"
33466 msgstr ""
33467
33468 #: c-family/c-format.cc:4004
33469 #, gcc-internal-format
33470 msgid "embedded %<\\0%> in format"
33471 msgstr ""
33472
33473 #: c-family/c-format.cc:4020
33474 #, gcc-internal-format
33475 msgid "unterminated color directive"
33476 msgstr ""
33477
33478 #: c-family/c-format.cc:4142
33479 #, gcc-internal-format, gfc-internal-format
33480 msgid "writing through null pointer (argument %d)"
33481 msgstr ""
33482
33483 #: c-family/c-format.cc:4153
33484 #, gcc-internal-format, gfc-internal-format
33485 msgid "reading through null pointer (argument %d)"
33486 msgstr ""
33487
33488 #: c-family/c-format.cc:4173
33489 #, gcc-internal-format, gfc-internal-format
33490 msgid "writing into constant object (argument %d)"
33491 msgstr ""
33492
33493 #: c-family/c-format.cc:4185
33494 #, gcc-internal-format, gfc-internal-format
33495 msgid "extra type qualifiers in format argument (argument %d)"
33496 msgstr ""
33497
33498 #: c-family/c-format.cc:4727
33499 #, gcc-internal-format
33500 msgid "%s %<%s%.*s%> expects argument of type %<%s%s%>, but argument %d has type %qT"
33501 msgstr ""
33502
33503 #: c-family/c-format.cc:4736
33504 #, gcc-internal-format
33505 msgid "%s %<%s%.*s%> expects a matching %<%s%s%> argument"
33506 msgstr ""
33507
33508 #: c-family/c-format.cc:4746
33509 #, gcc-internal-format
33510 msgid "%s %<%s%.*s%> expects argument of type %<%T%s%>, but argument %d has type %qT"
33511 msgstr ""
33512
33513 #: c-family/c-format.cc:4755
33514 #, gcc-internal-format
33515 msgid "%s %<%s%.*s%> expects a matching %<%T%s%> argument"
33516 msgstr ""
33517
33518 #: c-family/c-format.cc:4817 c-family/c-format.cc:4823
33519 #: c-family/c-format.cc:4877
33520 #, gcc-internal-format
33521 msgid "%<__gcc_host_wide_int__%> is not defined as a type"
33522 msgstr ""
33523
33524 #: c-family/c-format.cc:4830 c-family/c-format.cc:4887
33525 #, gcc-internal-format
33526 msgid "%<__gcc_host_wide_int__%> is not defined as %<long%> or %<long long%>"
33527 msgstr ""
33528
33529 #: c-family/c-format.cc:4939
33530 #, gcc-internal-format
33531 msgid "%<locus%> is not defined as a type"
33532 msgstr ""
33533
33534 #: c-family/c-format.cc:4983
33535 #, gcc-internal-format
33536 msgid "%qs is not defined as a type"
33537 msgstr ""
33538
33539 #: c-family/c-format.cc:5009
33540 #, gcc-internal-format
33541 msgid "%<location_t%> is not defined as a type"
33542 msgstr ""
33543
33544 #: c-family/c-format.cc:5026
33545 #, gcc-internal-format
33546 msgid "%<tree%> is not defined as a type"
33547 msgstr ""
33548
33549 #: c-family/c-format.cc:5032
33550 #, gcc-internal-format
33551 msgid "%<tree%> is not defined as a pointer type"
33552 msgstr ""
33553
33554 #: c-family/c-format.cc:5208
33555 #, gcc-internal-format
33556 msgid "argument to be formatted is not %<...%>"
33557 msgstr ""
33558
33559 #: c-family/c-format.cc:5220
33560 #, gcc-internal-format
33561 msgid "strftime formats cannot format arguments"
33562 msgstr ""
33563
33564 #: c-family/c-indentation.cc:318
33565 #, gcc-internal-format
33566 msgid "%<-Wmisleading-indentation%> is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers"
33567 msgstr ""
33568
33569 #: c-family/c-indentation.cc:323
33570 #, gcc-internal-format
33571 msgid "adding %<-flarge-source-files%> will allow for more column-tracking support, at the expense of compilation time and memory"
33572 msgstr ""
33573
33574 #: c-family/c-indentation.cc:651
33575 #, gcc-internal-format
33576 msgid "this %qs clause does not guard..."
33577 msgstr ""
33578
33579 #: c-family/c-indentation.cc:654
33580 #, gcc-internal-format
33581 msgid "...this statement, but the latter is misleadingly indented as if it were guarded by the %qs"
33582 msgstr ""
33583
33584 #: c-family/c-lex.cc:226
33585 #, gcc-internal-format
33586 msgid "badly nested C headers from preprocessor"
33587 msgstr ""
33588
33589 #: c-family/c-lex.cc:261
33590 #, gcc-internal-format
33591 msgid "ignoring %<#pragma %s %s%>"
33592 msgstr ""
33593
33594 #. ... or not.
33595 #: c-family/c-lex.cc:590 c-family/c-lex.cc:1318
33596 #, gcc-internal-format
33597 msgid "stray %<@%> in program"
33598 msgstr ""
33599
33600 #: c-family/c-lex.cc:605
33601 #, gcc-internal-format
33602 msgid "stray %qs in program"
33603 msgstr ""
33604
33605 #: c-family/c-lex.cc:615
33606 #, gcc-internal-format, gfc-internal-format
33607 msgid "missing terminating %c character"
33608 msgstr ""
33609
33610 #: c-family/c-lex.cc:617
33611 #, gcc-internal-format
33612 msgid "stray %qc in program"
33613 msgstr ""
33614
33615 #: c-family/c-lex.cc:622
33616 #, gcc-internal-format
33617 msgid "stray %<\\%o%> in program"
33618 msgstr ""
33619
33620 #: c-family/c-lex.cc:840
33621 #, gcc-internal-format
33622 msgid "this decimal constant is unsigned only in ISO C90"
33623 msgstr ""
33624
33625 #: c-family/c-lex.cc:844
33626 #, gcc-internal-format
33627 msgid "this decimal constant would be unsigned in ISO C90"
33628 msgstr ""
33629
33630 #: c-family/c-lex.cc:872
33631 #, gcc-internal-format
33632 msgid "integer constant is too large for %<unsigned long%> type"
33633 msgstr ""
33634
33635 #: c-family/c-lex.cc:912
33636 #, gcc-internal-format
33637 msgid "unsuffixed floating constant"
33638 msgstr ""
33639
33640 #: c-family/c-lex.cc:926
33641 #, gcc-internal-format
33642 msgid "decimal floating-point not supported for this target"
33643 msgstr ""
33644
33645 #: c-family/c-lex.cc:949 c-family/c-lex.cc:973
33646 #, gcc-internal-format
33647 msgid "unsupported non-standard suffix on floating constant"
33648 msgstr ""
33649
33650 #: c-family/c-lex.cc:954 c-family/c-lex.cc:977
33651 #, gcc-internal-format
33652 msgid "non-standard suffix on floating constant"
33653 msgstr ""
33654
33655 #: c-family/c-lex.cc:1056 c-family/c-lex.cc:1059
33656 #, gcc-internal-format
33657 msgid "floating constant exceeds range of %qT"
33658 msgstr ""
33659
33660 #: c-family/c-lex.cc:1074
33661 #, gcc-internal-format
33662 msgid "floating constant truncated to zero"
33663 msgstr ""
33664
33665 #: c-family/c-lex.cc:1275
33666 #, gcc-internal-format
33667 msgid "repeated %<@%> before Objective-C string"
33668 msgstr ""
33669
33670 #: c-family/c-lex.cc:1294 c/c-parser.cc:7390
33671 #, gcc-internal-format
33672 msgid "unsupported non-standard concatenation of string literals"
33673 msgstr ""
33674
33675 #: c-family/c-lex.cc:1330 c/c-parser.cc:7411
33676 #, gcc-internal-format
33677 msgid "traditional C rejects string constant concatenation"
33678 msgstr ""
33679
33680 #: c-family/c-omp.cc:131 cp/pt.cc:19141
33681 #, gcc-internal-format
33682 msgid "%<#pragma omp critical%> with %<hint%> clause requires a name, except when %<omp_sync_hint_none%> is used"
33683 msgstr ""
33684
33685 #: c-family/c-omp.cc:241
33686 #, gcc-internal-format
33687 msgid "invalid expression type for %<#pragma omp atomic%>"
33688 msgstr ""
33689
33690 #: c-family/c-omp.cc:246
33691 #, gcc-internal-format
33692 msgid "%<_Atomic%> expression in %<#pragma omp atomic%>"
33693 msgstr ""
33694
33695 #: c-family/c-omp.cc:251
33696 #, gcc-internal-format
33697 msgid "%<#pragma omp atomic compare capture%> with non-integral comparison result"
33698 msgstr ""
33699
33700 #: c-family/c-omp.cc:540
33701 #, gcc-internal-format
33702 msgid "%<#pragma omp atomic update%> uses two different variables for memory"
33703 msgstr ""
33704
33705 #: c-family/c-omp.cc:543 c-family/c-omp.cc:581
33706 #, gcc-internal-format
33707 msgid "%<#pragma omp atomic capture%> uses two different variables for memory"
33708 msgstr ""
33709
33710 #: c-family/c-omp.cc:700
33711 #, gcc-internal-format
33712 msgid "type of %<depobj%> expression is not %<omp_depend_t%>"
33713 msgstr ""
33714
33715 #: c-family/c-omp.cc:706
33716 #, gcc-internal-format
33717 msgid "%<const%> qualified %<depobj%> expression"
33718 msgstr ""
33719
33720 #: c-family/c-omp.cc:722
33721 #, gcc-internal-format
33722 msgid "more than one locator in %<depend%> clause on %<depobj%> construct"
33723 msgstr ""
33724
33725 #: c-family/c-omp.cc:728
33726 #, gcc-internal-format
33727 msgid "%<depobj%> dependence type specified in %<depend%> clause on %<depobj%> construct"
33728 msgstr ""
33729
33730 #: c-family/c-omp.cc:750
33731 #, gcc-internal-format
33732 msgid "%<iterator%> modifier may not be specified on %<depobj%> construct"
33733 msgstr ""
33734
33735 #: c-family/c-omp.cc:964 cp/semantics.cc:10447
33736 #, gcc-internal-format
33737 msgid "invalid type for iteration variable %qE"
33738 msgstr ""
33739
33740 #: c-family/c-omp.cc:969
33741 #, gcc-internal-format
33742 msgid "%<_Atomic%> iteration variable %qE"
33743 msgstr ""
33744
33745 #: c-family/c-omp.cc:985
33746 #, gcc-internal-format
33747 msgid "%qE is not initialized"
33748 msgstr ""
33749
33750 #: c-family/c-omp.cc:1006 cp/semantics.cc:10336
33751 #, gcc-internal-format
33752 msgid "missing controlling predicate"
33753 msgstr ""
33754
33755 #: c-family/c-omp.cc:1112 cp/semantics.cc:9952
33756 #, gcc-internal-format
33757 msgid "invalid controlling predicate"
33758 msgstr ""
33759
33760 #: c-family/c-omp.cc:1119 cp/semantics.cc:10342
33761 #, gcc-internal-format
33762 msgid "missing increment expression"
33763 msgstr ""
33764
33765 #: c-family/c-omp.cc:1219 c-family/c-omp.cc:1237
33766 #, gcc-internal-format
33767 msgid "increment is not constant 1 or -1 for %<!=%> condition"
33768 msgstr ""
33769
33770 #: c-family/c-omp.cc:1250 cp/semantics.cc:10069
33771 #, gcc-internal-format
33772 msgid "invalid increment expression"
33773 msgstr ""
33774
33775 #: c-family/c-omp.cc:1347
33776 #, gcc-internal-format
33777 msgid "initializer expression refers to iteration variable %qD"
33778 msgstr ""
33779
33780 #: c-family/c-omp.cc:1351
33781 #, gcc-internal-format
33782 msgid "condition expression refers to iteration variable %qD"
33783 msgstr ""
33784
33785 #: c-family/c-omp.cc:1355
33786 #, gcc-internal-format
33787 msgid "increment expression refers to iteration variable %qD"
33788 msgstr ""
33789
33790 #: c-family/c-omp.cc:1533
33791 #, gcc-internal-format
33792 msgid "outer iteration variable %qD used in initializer expression has type other than %qT"
33793 msgstr ""
33794
33795 #: c-family/c-omp.cc:1537
33796 #, gcc-internal-format
33797 msgid "outer iteration variable %qD used in condition expression has type other than %qT"
33798 msgstr ""
33799
33800 #: c-family/c-omp.cc:1544
33801 #, gcc-internal-format
33802 msgid "outer iteration variable %qD multiplier expression %qE is not integral"
33803 msgstr ""
33804
33805 #: c-family/c-omp.cc:1550
33806 #, gcc-internal-format
33807 msgid "outer iteration variable %qD addend expression %qE is not integral"
33808 msgstr ""
33809
33810 #: c-family/c-omp.cc:1615 c-family/c-omp.cc:1700
33811 #, gcc-internal-format
33812 msgid "the same loop iteration variables %qD used in multiple associated loops"
33813 msgstr ""
33814
33815 #: c-family/c-omp.cc:1650
33816 #, gcc-internal-format
33817 msgid "two different outer iteration variables %qD and %qD used in a single loop"
33818 msgstr ""
33819
33820 #: c-family/c-omp.cc:2247
33821 #, gcc-internal-format
33822 msgid "invalid %<task%> reduction modifier on construct combined with %<simd%> or %<loop%>"
33823 msgstr ""
33824
33825 #: c-family/c-omp.cc:2258
33826 #, gcc-internal-format
33827 msgid "invalid %<task%> reduction modifier on construct not combined with %<parallel%>, %<for%> or %<sections%>"
33828 msgstr ""
33829
33830 #: c-family/c-omp.cc:2271
33831 #, gcc-internal-format
33832 msgid "%<inscan%> %<reduction%> clause on construct other than %<for%>, %<simd%>, %<for simd%>, %<parallel for%>, %<parallel for simd%>"
33833 msgstr ""
33834
33835 #: c-family/c-omp.cc:2744 c/c-typeck.cc:15675 cp/semantics.cc:9065
33836 #, gcc-internal-format
33837 msgid "%qD specified in %<allocate%> clause but not in an explicit privatization clause"
33838 msgstr ""
33839
33840 #: c-family/c-omp.cc:2836 c-family/c-omp.cc:2851
33841 #, gcc-internal-format
33842 msgid "%qD is not a function argument"
33843 msgstr "%qD nije argument funkcije"
33844
33845 #: c-family/c-opts.cc:341
33846 #, gcc-internal-format
33847 msgid "%<-I-%> specified twice"
33848 msgstr ""
33849
33850 #: c-family/c-opts.cc:344
33851 #, gcc-internal-format
33852 msgid "obsolete option %<-I-%> used, please use %<-iquote%> instead"
33853 msgstr ""
33854
33855 #: c-family/c-opts.cc:435
33856 #, gcc-internal-format
33857 msgid "%<-Wabi=1%> is not supported, using =2"
33858 msgstr ""
33859
33860 #: c-family/c-opts.cc:621 fortran/cpp.cc:370
33861 #, gcc-internal-format
33862 msgid "output filename specified twice"
33863 msgstr ""
33864
33865 #: c-family/c-opts.cc:822
33866 #, gcc-internal-format
33867 msgid "%<-fexcess-precision=standard%> for C++"
33868 msgstr ""
33869
33870 #: c-family/c-opts.cc:862
33871 #, gcc-internal-format
33872 msgid "%<-fno-gnu89-inline%> is only supported in GNU99 or C99 mode"
33873 msgstr ""
33874
33875 #: c-family/c-opts.cc:908
33876 #, gcc-internal-format
33877 msgid "%<-Wformat-y2k%> ignored without %<-Wformat%>"
33878 msgstr ""
33879
33880 #: c-family/c-opts.cc:910
33881 #, gcc-internal-format
33882 msgid "%<-Wformat-extra-args%> ignored without %<-Wformat%>"
33883 msgstr ""
33884
33885 #: c-family/c-opts.cc:912
33886 #, gcc-internal-format
33887 msgid "%<-Wformat-zero-length%> ignored without %<-Wformat%>"
33888 msgstr ""
33889
33890 #: c-family/c-opts.cc:914
33891 #, gcc-internal-format
33892 msgid "%<-Wformat-nonliteral%> ignored without %<-Wformat%>"
33893 msgstr ""
33894
33895 #: c-family/c-opts.cc:916
33896 #, gcc-internal-format
33897 msgid "%<-Wformat-contains-nul%> ignored without %<-Wformat%>"
33898 msgstr ""
33899
33900 #: c-family/c-opts.cc:918
33901 #, gcc-internal-format
33902 msgid "%<-Wformat-security%> ignored without %<-Wformat%>"
33903 msgstr ""
33904
33905 #: c-family/c-opts.cc:974
33906 #, gcc-internal-format
33907 msgid "%<-fabi-compat-version=1%> is not supported, using =2"
33908 msgstr ""
33909
33910 #: c-family/c-opts.cc:1001
33911 #, gcc-internal-format
33912 msgid "%<-Wabi%> won%'t warn about anything"
33913 msgstr ""
33914
33915 #: c-family/c-opts.cc:1003
33916 #, gcc-internal-format
33917 msgid "%<-Wabi%> warns about differences from the most up-to-date ABI, which is also used by default"
33918 msgstr ""
33919
33920 #: c-family/c-opts.cc:1006
33921 #, gcc-internal-format
33922 msgid "use e.g. %<-Wabi=11%> to warn about changes from GCC 7"
33923 msgstr ""
33924
33925 #: c-family/c-opts.cc:1076
33926 #, gcc-internal-format
33927 msgid "external TLS initialization functions not supported on this target"
33928 msgstr ""
33929
33930 #: c-family/c-opts.cc:1100
33931 #, gcc-internal-format
33932 msgid "too many filenames given; type %<%s %s%> for usage"
33933 msgstr ""
33934
33935 #: c-family/c-opts.cc:1114
33936 #, gcc-internal-format
33937 msgid "opening output file %s: %m"
33938 msgstr ""
33939
33940 #: c-family/c-opts.cc:1132
33941 #, gcc-internal-format
33942 msgid "the %qs debug info cannot be used with pre-compiled headers"
33943 msgstr ""
33944
33945 #: c-family/c-opts.cc:1298 d/d-lang.cc:1291
33946 #, gcc-internal-format
33947 msgid "opening dependency file %s: %m"
33948 msgstr ""
33949
33950 #: c-family/c-opts.cc:1309 d/d-lang.cc:1304
33951 #, gcc-internal-format
33952 msgid "closing dependency file %s: %m"
33953 msgstr ""
33954
33955 #: c-family/c-opts.cc:1312
33956 #, gcc-internal-format
33957 msgid "when writing output to %s: %m"
33958 msgstr ""
33959
33960 #: c-family/c-opts.cc:1388
33961 #, gcc-internal-format
33962 msgid "to generate dependencies you must specify either %<-M%> or %<-MM%>"
33963 msgstr ""
33964
33965 #: c-family/c-opts.cc:1412
33966 #, gcc-internal-format
33967 msgid "%<-MG%> may only be used with %<-M%> or %<-MM%>"
33968 msgstr ""
33969
33970 #: c-family/c-opts.cc:1445
33971 #, gcc-internal-format
33972 msgid "%<-fdirectives-only%> is incompatible with %<-Wunused-macros%>"
33973 msgstr ""
33974
33975 #: c-family/c-opts.cc:1448
33976 #, gcc-internal-format
33977 msgid "%<-fdirectives-only%> is incompatible with %<-traditional%>"
33978 msgstr ""
33979
33980 #: c-family/c-opts.cc:1646
33981 #, gcc-internal-format
33982 msgid "too late for # directive to set debug directory"
33983 msgstr ""
33984
33985 #: c-family/c-pch.cc:105
33986 #, gcc-internal-format
33987 msgid "cannot create precompiled header %s: %m"
33988 msgstr ""
33989
33990 #: c-family/c-pch.cc:125
33991 #, gcc-internal-format
33992 msgid "cannot write to %s: %m"
33993 msgstr ""
33994
33995 #: c-family/c-pch.cc:183
33996 #, gcc-internal-format
33997 msgid "cannot write %s: %m"
33998 msgstr "nije moguće pisati %s: %m"
33999
34000 #: c-family/c-pch.cc:392
34001 #, gcc-internal-format
34002 msgid "%<pch_preprocess%> pragma should only be used with %<-fpreprocessed%>"
34003 msgstr ""
34004
34005 #: c-family/c-pch.cc:394
34006 #, gcc-internal-format
34007 msgid "use %<#include%> instead"
34008 msgstr ""
34009
34010 #: c-family/c-pch.cc:400
34011 #, gcc-internal-format
34012 msgid "%s: couldn%'t open PCH file: %m"
34013 msgstr ""
34014
34015 #: c-family/c-pch.cc:405
34016 #, gcc-internal-format
34017 msgid "use %<-Winvalid-pch%> for more information"
34018 msgstr ""
34019
34020 #: c-family/c-pch.cc:406
34021 #, gcc-internal-format, gfc-internal-format
34022 msgid "%s: PCH file was invalid"
34023 msgstr ""
34024
34025 #: c-family/c-pragma.cc:98
34026 #, gcc-internal-format
34027 msgid "%<#pragma pack (pop)%> encountered without matching %<#pragma pack (push)%>"
34028 msgstr ""
34029
34030 #: c-family/c-pragma.cc:113
34031 #, gcc-internal-format
34032 msgid "%<#pragma pack(pop, %E)%> encountered without matching %<#pragma pack(push, %E)%>"
34033 msgstr ""
34034
34035 #: c-family/c-pragma.cc:144
34036 #, gcc-internal-format
34037 msgid "missing %<(%> after %<#pragma pack%> - ignored"
34038 msgstr ""
34039
34040 #: c-family/c-pragma.cc:155 c-family/c-pragma.cc:189
34041 #, gcc-internal-format
34042 msgid "invalid constant in %<#pragma pack%> - ignored"
34043 msgstr ""
34044
34045 #: c-family/c-pragma.cc:159 c-family/c-pragma.cc:203
34046 #, gcc-internal-format
34047 msgid "malformed %<#pragma pack%> - ignored"
34048 msgstr ""
34049
34050 #: c-family/c-pragma.cc:164
34051 #, gcc-internal-format
34052 msgid "malformed %<#pragma pack(push[, id][, <n>])%> - ignored"
34053 msgstr ""
34054
34055 #: c-family/c-pragma.cc:166
34056 #, gcc-internal-format
34057 msgid "malformed %<#pragma pack(pop[, id])%> - ignored"
34058 msgstr ""
34059
34060 #: c-family/c-pragma.cc:175
34061 #, gcc-internal-format
34062 msgid "unknown action %qE for %<#pragma pack%> - ignored"
34063 msgstr ""
34064
34065 #: c-family/c-pragma.cc:206
34066 #, gcc-internal-format
34067 msgid "junk at end of %<#pragma pack%>"
34068 msgstr ""
34069
34070 #: c-family/c-pragma.cc:209
34071 #, gcc-internal-format
34072 msgid "%<#pragma pack%> has no effect with %<-fpack-struct%> - ignored"
34073 msgstr ""
34074
34075 #: c-family/c-pragma.cc:230
34076 #, gcc-internal-format, gfc-internal-format
34077 msgid "alignment must be a small power of two, not %d"
34078 msgstr ""
34079
34080 #: c-family/c-pragma.cc:269
34081 #, gcc-internal-format
34082 msgid "applying %<#pragma weak %+D%> after first use results in unspecified behavior"
34083 msgstr ""
34084
34085 #: c-family/c-pragma.cc:366 c-family/c-pragma.cc:371
34086 #, gcc-internal-format
34087 msgid "malformed %<#pragma weak%>, ignored"
34088 msgstr ""
34089
34090 #: c-family/c-pragma.cc:375
34091 #, gcc-internal-format
34092 msgid "junk at end of %<#pragma weak%>"
34093 msgstr ""
34094
34095 #: c-family/c-pragma.cc:381
34096 #, gcc-internal-format
34097 msgid "%<#pragma weak%> declaration of %q+D not allowed, ignored"
34098 msgstr ""
34099
34100 #: c-family/c-pragma.cc:429
34101 #, gcc-internal-format
34102 msgid "%<scalar_storage_order%> is not supported because endianness is not uniform"
34103 msgstr ""
34104
34105 #: c-family/c-pragma.cc:438
34106 #, gcc-internal-format
34107 msgid "%<#pragma scalar_storage_order%> is not supported for C++"
34108 msgstr ""
34109
34110 #: c-family/c-pragma.cc:444
34111 #, gcc-internal-format
34112 msgid "missing %<big-endian%>, %<little-endian%>, or %<default%> after %<#pragma scalar_storage_order%>"
34113 msgstr ""
34114
34115 #: c-family/c-pragma.cc:454
34116 #, gcc-internal-format
34117 msgid "expected %<big-endian%>, %<little-endian%>, or %<default%> after %<#pragma scalar_storage_order%>"
34118 msgstr ""
34119
34120 #: c-family/c-pragma.cc:509 c-family/c-pragma.cc:511
34121 #, gcc-internal-format
34122 msgid "malformed %<#pragma redefine_extname%>, ignored"
34123 msgstr ""
34124
34125 #: c-family/c-pragma.cc:514
34126 #, gcc-internal-format
34127 msgid "junk at end of %<#pragma redefine_extname%>"
34128 msgstr ""
34129
34130 #: c-family/c-pragma.cc:542 c-family/c-pragma.cc:615
34131 #, gcc-internal-format
34132 msgid "%<#pragma redefine_extname%> ignored due to conflict with previous rename"
34133 msgstr ""
34134
34135 #: c-family/c-pragma.cc:570
34136 #, gcc-internal-format
34137 msgid "%<#pragma redefine_extname%> ignored due to conflict with previous %<#pragma redefine_extname%>"
34138 msgstr ""
34139
34140 #: c-family/c-pragma.cc:606
34141 #, gcc-internal-format
34142 msgid "%<asm%> declaration ignored due to conflict with previous rename"
34143 msgstr ""
34144
34145 #: c-family/c-pragma.cc:637
34146 #, gcc-internal-format
34147 msgid "%<#pragma redefine_extname%> ignored due to conflict with %<asm%> declaration"
34148 msgstr ""
34149
34150 #: c-family/c-pragma.cc:698
34151 #, gcc-internal-format
34152 msgid "%<#pragma GCC visibility push()%> must specify %<default%>, %<internal%>, %<hidden%> or %<protected%>"
34153 msgstr ""
34154
34155 #: c-family/c-pragma.cc:741
34156 #, gcc-internal-format
34157 msgid "%<#pragma GCC visibility%> must be followed by %<push%> or %<pop%>"
34158 msgstr ""
34159
34160 #: c-family/c-pragma.cc:748
34161 #, gcc-internal-format
34162 msgid "no matching push for %<#pragma GCC visibility pop%>"
34163 msgstr ""
34164
34165 #: c-family/c-pragma.cc:753 c-family/c-pragma.cc:760
34166 #, gcc-internal-format
34167 msgid "missing %<(%> after %<#pragma GCC visibility push%> - ignored"
34168 msgstr ""
34169
34170 #: c-family/c-pragma.cc:756
34171 #, gcc-internal-format
34172 msgid "malformed %<#pragma GCC visibility push%>"
34173 msgstr ""
34174
34175 #: c-family/c-pragma.cc:764
34176 #, gcc-internal-format
34177 msgid "junk at end of %<#pragma GCC visibility%>"
34178 msgstr ""
34179
34180 #: c-family/c-pragma.cc:776
34181 #, gcc-internal-format
34182 msgid "missing %<error%>, %<warning%>, %<ignored%>, %<push%>, %<pop%>, or %<ignored_attributes%> after %<#pragma GCC diagnostic%>"
34183 msgstr ""
34184
34185 #: c-family/c-pragma.cc:806
34186 #, gcc-internal-format
34187 msgid "missing attribute name after %<#pragma GCC diagnostic ignored_attributes%>"
34188 msgstr ""
34189
34190 #: c-family/c-pragma.cc:814
34191 #, gcc-internal-format
34192 msgid "missing argument to %<#pragma GCC diagnostic ignored_attributes%>"
34193 msgstr ""
34194
34195 #: c-family/c-pragma.cc:821
34196 #, gcc-internal-format
34197 msgid "trailing %<,%> in arguments for %<#pragma GCC diagnostic ignored_attributes%>"
34198 msgstr ""
34199
34200 #: c-family/c-pragma.cc:836
34201 #, gcc-internal-format
34202 msgid "expected %<error%>, %<warning%>, %<ignored%>, %<push%>, %<pop%>, %<ignored_attributes%> after %<#pragma GCC diagnostic%>"
34203 msgstr ""
34204
34205 #: c-family/c-pragma.cc:846
34206 #, gcc-internal-format
34207 msgid "missing option after %<#pragma GCC diagnostic%> kind"
34208 msgstr ""
34209
34210 #: c-family/c-pragma.cc:858
34211 #, gcc-internal-format
34212 msgid "unknown option after %<#pragma GCC diagnostic%> kind"
34213 msgstr ""
34214
34215 #: c-family/c-pragma.cc:863
34216 #, gcc-internal-format
34217 msgid "did you mean %<-%s%>?"
34218 msgstr ""
34219
34220 #: c-family/c-pragma.cc:870
34221 #, gcc-internal-format
34222 msgid "%qs is not an option that controls warnings"
34223 msgstr ""
34224
34225 #: c-family/c-pragma.cc:878
34226 #, gcc-internal-format
34227 msgid "option %qs is valid for %s but not for %s"
34228 msgstr ""
34229
34230 #: c-family/c-pragma.cc:911
34231 #, gcc-internal-format
34232 msgid "%<#pragma GCC option%> is not allowed inside functions"
34233 msgstr ""
34234
34235 #: c-family/c-pragma.cc:923
34236 #, gcc-internal-format
34237 msgid "%<#pragma GCC option%> is not a string"
34238 msgstr ""
34239
34240 #: c-family/c-pragma.cc:948
34241 #, gcc-internal-format
34242 msgid "%<#pragma GCC target (string [,string]...)%> does not have a final %<)%>"
34243 msgstr ""
34244
34245 #: c-family/c-pragma.cc:954
34246 #, gcc-internal-format
34247 msgid "%<#pragma GCC target%> string is badly formed"
34248 msgstr ""
34249
34250 #: c-family/c-pragma.cc:983
34251 #, gcc-internal-format
34252 msgid "%<#pragma GCC optimize%> is not allowed inside functions"
34253 msgstr ""
34254
34255 #: c-family/c-pragma.cc:995
34256 #, gcc-internal-format
34257 msgid "%<#pragma GCC optimize%> is not a string or number"
34258 msgstr ""
34259
34260 #: c-family/c-pragma.cc:1019
34261 #, gcc-internal-format
34262 msgid "%<#pragma GCC optimize (string [,string]...)%> does not have a final %<)%>"
34263 msgstr ""
34264
34265 #: c-family/c-pragma.cc:1025
34266 #, gcc-internal-format
34267 msgid "%<#pragma GCC optimize%> string is badly formed"
34268 msgstr ""
34269
34270 #: c-family/c-pragma.cc:1068
34271 #, gcc-internal-format
34272 msgid "junk at end of %<#pragma push_options%>"
34273 msgstr ""
34274
34275 #: c-family/c-pragma.cc:1105
34276 #, gcc-internal-format
34277 msgid "junk at end of %<#pragma pop_options%>"
34278 msgstr ""
34279
34280 #: c-family/c-pragma.cc:1112
34281 #, gcc-internal-format
34282 msgid "%<#pragma GCC pop_options%> without a corresponding %<#pragma GCC push_options%>"
34283 msgstr ""
34284
34285 #: c-family/c-pragma.cc:1163
34286 #, gcc-internal-format
34287 msgid "junk at end of %<#pragma reset_options%>"
34288 msgstr ""
34289
34290 #: c-family/c-pragma.cc:1202 c-family/c-pragma.cc:1209
34291 #, gcc-internal-format
34292 msgid "expected a string after %<#pragma message%>"
34293 msgstr ""
34294
34295 #: c-family/c-pragma.cc:1204
34296 #, gcc-internal-format
34297 msgid "malformed %<#pragma message%>, ignored"
34298 msgstr ""
34299
34300 #: c-family/c-pragma.cc:1214
34301 #, gcc-internal-format
34302 msgid "junk at end of %<#pragma message%>"
34303 msgstr ""
34304
34305 #: c-family/c-pragma.cc:1217
34306 #, gcc-internal-format
34307 msgid "%<#pragma message: %s%>"
34308 msgstr ""
34309
34310 #: c-family/c-pragma.cc:1255
34311 #, gcc-internal-format
34312 msgid "invalid location for %<pragma %s%>, ignored"
34313 msgstr ""
34314
34315 #: c-family/c-pragma.cc:1262 c-family/c-pragma.cc:1276
34316 #, gcc-internal-format
34317 msgid "malformed %<#pragma %s%>, ignored"
34318 msgstr ""
34319
34320 #: c-family/c-pragma.cc:1282 cp/lex.cc:595
34321 #, gcc-internal-format
34322 msgid "junk at end of %<#pragma %s%>"
34323 msgstr ""
34324
34325 #: c-family/c-pragma.cc:1300
34326 #, gcc-internal-format
34327 msgid "%<#pragma STDC FLOAT_CONST_DECIMAL64%> is not supported for C++"
34328 msgstr ""
34329
34330 #: c-family/c-pragma.cc:1309
34331 #, gcc-internal-format
34332 msgid "%<#pragma STDC FLOAT_CONST_DECIMAL64%> is not supported on this target"
34333 msgstr ""
34334
34335 #: c-family/c-pragma.cc:1315
34336 #, gcc-internal-format
34337 msgid "ISO C does not support %<#pragma STDC FLOAT_CONST_DECIMAL64%>"
34338 msgstr ""
34339
34340 #: c-family/c-pretty-print.cc:340
34341 #, gcc-internal-format
34342 msgid "<type-error>"
34343 msgstr ""
34344
34345 #: c-family/c-pretty-print.cc:383
34346 #, gcc-internal-format
34347 msgid "<unnamed-unsigned:"
34348 msgstr ""
34349
34350 #: c-family/c-pretty-print.cc:387
34351 #, gcc-internal-format
34352 msgid "<unnamed-float:"
34353 msgstr ""
34354
34355 #: c-family/c-pretty-print.cc:390
34356 #, gcc-internal-format
34357 msgid "<unnamed-fixed:"
34358 msgstr ""
34359
34360 #: c-family/c-pretty-print.cc:405
34361 #, gcc-internal-format
34362 msgid "<typedef-error>"
34363 msgstr ""
34364
34365 #: c-family/c-pretty-print.cc:420
34366 #, gcc-internal-format
34367 msgid "<tag-error>"
34368 msgstr ""
34369
34370 #: c-family/c-pretty-print.cc:1310
34371 #, gcc-internal-format
34372 msgid "<erroneous-expression>"
34373 msgstr ""
34374
34375 #: c-family/c-pretty-print.cc:1314 cp/cxx-pretty-print.cc:133
34376 #, gcc-internal-format
34377 msgid "<return-value>"
34378 msgstr ""
34379
34380 #: c-family/c-semantics.cc:197
34381 #, gcc-internal-format, gfc-internal-format
34382 msgid "wrong type argument to %s"
34383 msgstr ""
34384
34385 #: c-family/c-warn.cc:58 c-family/c-warn.cc:71 cp/constexpr.cc:3113
34386 #: cp/constexpr.cc:6554
34387 #, gcc-internal-format
34388 msgid "overflow in constant expression"
34389 msgstr ""
34390
34391 #: c-family/c-warn.cc:98
34392 #, gcc-internal-format
34393 msgid "integer overflow in expression %qE of type %qT results in %qE"
34394 msgstr ""
34395
34396 #: c-family/c-warn.cc:100
34397 #, gcc-internal-format
34398 msgid "integer overflow in expression of type %qT results in %qE"
34399 msgstr ""
34400
34401 #: c-family/c-warn.cc:106
34402 #, gcc-internal-format
34403 msgid "floating point overflow in expression %qE of type %qT results in %qE"
34404 msgstr ""
34405
34406 #: c-family/c-warn.cc:108
34407 #, gcc-internal-format
34408 msgid "floating point overflow in expression of type %qT results in %qE"
34409 msgstr ""
34410
34411 #: c-family/c-warn.cc:114
34412 #, gcc-internal-format
34413 msgid "fixed-point overflow in expression %qE of type %qT results in %qE"
34414 msgstr ""
34415
34416 #: c-family/c-warn.cc:116
34417 #, gcc-internal-format
34418 msgid "fixed-point overflow in expression of type %qT results in %qE"
34419 msgstr ""
34420
34421 #: c-family/c-warn.cc:122
34422 #, gcc-internal-format
34423 msgid "vector overflow in expression %qE of type %qT results in %qE"
34424 msgstr ""
34425
34426 #: c-family/c-warn.cc:124
34427 #, gcc-internal-format
34428 msgid "vector overflow in expression of type %qT results in %qE"
34429 msgstr ""
34430
34431 #: c-family/c-warn.cc:131
34432 #, gcc-internal-format
34433 msgid "complex integer overflow in expression %qE of type %qT results in %qE"
34434 msgstr ""
34435
34436 #: c-family/c-warn.cc:133
34437 #, gcc-internal-format
34438 msgid "complex integer overflow in expression of type %qT results in %qE"
34439 msgstr ""
34440
34441 #: c-family/c-warn.cc:137
34442 #, gcc-internal-format
34443 msgid "complex floating point overflow in expression %qE of type %qT results in %qE"
34444 msgstr ""
34445
34446 #: c-family/c-warn.cc:139
34447 #, gcc-internal-format
34448 msgid "complex floating point overflow in expression of type %qT results in %qE"
34449 msgstr ""
34450
34451 #: c-family/c-warn.cc:231
34452 #, gcc-internal-format
34453 msgid "logical %<or%> applied to non-boolean constant"
34454 msgstr ""
34455
34456 #: c-family/c-warn.cc:235
34457 #, gcc-internal-format
34458 msgid "logical %<and%> applied to non-boolean constant"
34459 msgstr ""
34460
34461 #: c-family/c-warn.cc:305
34462 #, gcc-internal-format
34463 msgid "logical %<or%> of collectively exhaustive tests is always true"
34464 msgstr ""
34465
34466 #: c-family/c-warn.cc:309
34467 #, gcc-internal-format
34468 msgid "logical %<and%> of mutually exclusive tests is always false"
34469 msgstr ""
34470
34471 #: c-family/c-warn.cc:319
34472 #, gcc-internal-format
34473 msgid "logical %<or%> of equal expressions"
34474 msgstr ""
34475
34476 #: c-family/c-warn.cc:322
34477 #, gcc-internal-format
34478 msgid "logical %<and%> of equal expressions"
34479 msgstr ""
34480
34481 #: c-family/c-warn.cc:408
34482 #, gcc-internal-format
34483 msgid "bitwise comparison always evaluates to false"
34484 msgstr ""
34485
34486 #: c-family/c-warn.cc:411
34487 #, gcc-internal-format
34488 msgid "bitwise comparison always evaluates to true"
34489 msgstr ""
34490
34491 #: c-family/c-warn.cc:516
34492 #, gcc-internal-format
34493 msgid "self-comparison always evaluates to true"
34494 msgstr ""
34495
34496 #: c-family/c-warn.cc:519
34497 #, gcc-internal-format
34498 msgid "self-comparison always evaluates to false"
34499 msgstr ""
34500
34501 #: c-family/c-warn.cc:570
34502 #, gcc-internal-format
34503 msgid "logical not is only applied to the left hand side of comparison"
34504 msgstr ""
34505
34506 #: c-family/c-warn.cc:578
34507 #, gcc-internal-format
34508 msgid "add parentheses around left hand side expression to silence this warning"
34509 msgstr ""
34510
34511 #: c-family/c-warn.cc:721
34512 #, gcc-internal-format
34513 msgid "type-punning to incomplete type might break strict-aliasing rules"
34514 msgstr ""
34515
34516 #: c-family/c-warn.cc:739
34517 #, gcc-internal-format
34518 msgid "dereferencing type-punned pointer will break strict-aliasing rules"
34519 msgstr ""
34520
34521 #: c-family/c-warn.cc:747 c-family/c-warn.cc:765
34522 #, gcc-internal-format
34523 msgid "dereferencing type-punned pointer might break strict-aliasing rules"
34524 msgstr ""
34525
34526 #: c-family/c-warn.cc:912
34527 #, gcc-internal-format
34528 msgid "argument to %<sizeof%> in %qD call is the same expression as the source; did you mean to use the size of the destination?"
34529 msgstr ""
34530
34531 #: c-family/c-warn.cc:943
34532 #, gcc-internal-format
34533 msgid "argument to %<sizeof%> in %qD call is the same expression as the destination; did you mean to remove the addressof?"
34534 msgstr ""
34535
34536 #: c-family/c-warn.cc:950
34537 #, gcc-internal-format
34538 msgid "argument to %<sizeof%> in %qD call is the same expression as the destination; did you mean to provide an explicit length?"
34539 msgstr ""
34540
34541 #: c-family/c-warn.cc:955
34542 #, gcc-internal-format
34543 msgid "argument to %<sizeof%> in %qD call is the same expression as the destination; did you mean to dereference it?"
34544 msgstr ""
34545
34546 #: c-family/c-warn.cc:967
34547 #, gcc-internal-format
34548 msgid "argument to %<sizeof%> in %qD call is the same pointer type %qT as the destination; expected %qT or an explicit length"
34549 msgstr ""
34550
34551 #: c-family/c-warn.cc:983
34552 #, gcc-internal-format
34553 msgid "argument to %<sizeof%> in %qD call is the same expression as the source; did you mean to remove the addressof?"
34554 msgstr ""
34555
34556 #: c-family/c-warn.cc:990
34557 #, gcc-internal-format
34558 msgid "argument to %<sizeof%> in %qD call is the same expression as the source; did you mean to provide an explicit length?"
34559 msgstr ""
34560
34561 #: c-family/c-warn.cc:995
34562 #, gcc-internal-format
34563 msgid "argument to %<sizeof%> in %qD call is the same expression as the source; did you mean to dereference it?"
34564 msgstr ""
34565
34566 #: c-family/c-warn.cc:1007
34567 #, gcc-internal-format
34568 msgid "argument to %<sizeof%> in %qD call is the same pointer type %qT as the source; expected %qT or an explicit length"
34569 msgstr ""
34570
34571 #: c-family/c-warn.cc:1023
34572 #, gcc-internal-format
34573 msgid "argument to %<sizeof%> in %qD call is the same expression as the first source; did you mean to remove the addressof?"
34574 msgstr ""
34575
34576 #: c-family/c-warn.cc:1030
34577 #, gcc-internal-format
34578 msgid "argument to %<sizeof%> in %qD call is the same expression as the first source; did you mean to provide an explicit length?"
34579 msgstr ""
34580
34581 #: c-family/c-warn.cc:1035
34582 #, gcc-internal-format
34583 msgid "argument to %<sizeof%> in %qD call is the same expression as the first source; did you mean to dereference it?"
34584 msgstr ""
34585
34586 #: c-family/c-warn.cc:1047
34587 #, gcc-internal-format
34588 msgid "argument to %<sizeof%> in %qD call is the same pointer type %qT as the first source; expected %qT or an explicit length"
34589 msgstr ""
34590
34591 #: c-family/c-warn.cc:1063
34592 #, gcc-internal-format
34593 msgid "argument to %<sizeof%> in %qD call is the same expression as the second source; did you mean to remove the addressof?"
34594 msgstr ""
34595
34596 #: c-family/c-warn.cc:1070
34597 #, gcc-internal-format
34598 msgid "argument to %<sizeof%> in %qD call is the same expression as the second source; did you mean to provide an explicit length?"
34599 msgstr ""
34600
34601 #: c-family/c-warn.cc:1075
34602 #, gcc-internal-format
34603 msgid "argument to %<sizeof%> in %qD call is the same expression as the second source; did you mean to dereference it?"
34604 msgstr ""
34605
34606 #: c-family/c-warn.cc:1087
34607 #, gcc-internal-format
34608 msgid "argument to %<sizeof%> in %qD call is the same pointer type %qT as the second source; expected %qT or an explicit length"
34609 msgstr ""
34610
34611 #: c-family/c-warn.cc:1116 c-family/c-warn.cc:1123
34612 #, gcc-internal-format
34613 msgid "%<_Atomic%>-qualified parameter type %qT of %q+D"
34614 msgstr ""
34615
34616 #: c-family/c-warn.cc:1133
34617 #, gcc-internal-format
34618 msgid "first argument of %q+D should be %<int%>"
34619 msgstr ""
34620
34621 #: c-family/c-warn.cc:1142
34622 #, gcc-internal-format
34623 msgid "second argument of %q+D should be %<char **%>"
34624 msgstr ""
34625
34626 #: c-family/c-warn.cc:1151
34627 #, gcc-internal-format
34628 msgid "third argument of %q+D should probably be %<char **%>"
34629 msgstr ""
34630
34631 #: c-family/c-warn.cc:1162
34632 #, gcc-internal-format
34633 msgid "%q+D takes only zero or two arguments"
34634 msgstr ""
34635
34636 #: c-family/c-warn.cc:1166
34637 #, gcc-internal-format
34638 msgid "%q+D declared as variadic function"
34639 msgstr ""
34640
34641 #: c-family/c-warn.cc:1209
34642 #, gcc-internal-format
34643 msgid "conversion to %qT from boolean expression"
34644 msgstr ""
34645
34646 #: c-family/c-warn.cc:1234 c-family/c-warn.cc:1431
34647 #, gcc-internal-format
34648 msgid "unsigned conversion from %qT to %qT changes value from %qE to %qE"
34649 msgstr ""
34650
34651 #: c-family/c-warn.cc:1239 c-family/c-warn.cc:1439
34652 #, gcc-internal-format
34653 msgid "unsigned conversion from %qT to %qT changes the value of %qE"
34654 msgstr ""
34655
34656 #: c-family/c-warn.cc:1247
34657 #, gcc-internal-format
34658 msgid "signed conversion from %qT to %qT changes value from %qE to %qE"
34659 msgstr ""
34660
34661 #: c-family/c-warn.cc:1252
34662 #, gcc-internal-format
34663 msgid "signed conversion from %qT to %qT changes the value of %qE"
34664 msgstr ""
34665
34666 #: c-family/c-warn.cc:1259 c-family/c-warn.cc:1429
34667 #, gcc-internal-format
34668 msgid "conversion from %qT to %qT changes value from %qE to %qE"
34669 msgstr ""
34670
34671 #: c-family/c-warn.cc:1263 c-family/c-warn.cc:1437
34672 #, gcc-internal-format
34673 msgid "conversion from %qT to %qT changes the value of %qE"
34674 msgstr ""
34675
34676 #: c-family/c-warn.cc:1374
34677 #, gcc-internal-format
34678 msgid "conversion to %qT from %qT may change the sign of the result"
34679 msgstr ""
34680
34681 #: c-family/c-warn.cc:1379
34682 #, gcc-internal-format
34683 msgid "conversion from %qT to %qT discards imaginary component"
34684 msgstr ""
34685
34686 #: c-family/c-warn.cc:1383
34687 #, gcc-internal-format
34688 msgid "conversion from %qT to %qT may change value"
34689 msgstr ""
34690
34691 #: c-family/c-warn.cc:1450 c-family/c-warn.cc:1467 c-family/c-warn.cc:1484
34692 #, gcc-internal-format
34693 msgid "overflow in conversion from %qT to %qT changes value from %qE to %qE"
34694 msgstr ""
34695
34696 #: c-family/c-warn.cc:1455 c-family/c-warn.cc:1472 c-family/c-warn.cc:1489
34697 #, gcc-internal-format
34698 msgid "overflow in conversion from %qT to %qT changes the value of %qE"
34699 msgstr ""
34700
34701 #: c-family/c-warn.cc:1519
34702 #, gcc-internal-format
34703 msgid "case value %qs not in enumerated type"
34704 msgstr ""
34705
34706 #: c-family/c-warn.cc:1524
34707 #, gcc-internal-format
34708 msgid "case value %qs not in enumerated type %qT"
34709 msgstr ""
34710
34711 #: c-family/c-warn.cc:1604
34712 #, gcc-internal-format
34713 msgid "lower value in case label range less than minimum value for type"
34714 msgstr ""
34715
34716 #: c-family/c-warn.cc:1618
34717 #, gcc-internal-format
34718 msgid "case label value is less than minimum value for type"
34719 msgstr ""
34720
34721 #: c-family/c-warn.cc:1635
34722 #, gcc-internal-format
34723 msgid "upper value in case label range exceeds maximum value for type"
34724 msgstr ""
34725
34726 #: c-family/c-warn.cc:1648
34727 #, gcc-internal-format
34728 msgid "case label value exceeds maximum value for type"
34729 msgstr ""
34730
34731 #: c-family/c-warn.cc:1661
34732 #, gcc-internal-format
34733 msgid "switch missing default case"
34734 msgstr ""
34735
34736 #: c-family/c-warn.cc:1706
34737 #, gcc-internal-format
34738 msgid "switch condition has boolean value"
34739 msgstr ""
34740
34741 #: c-family/c-warn.cc:1788
34742 #, gcc-internal-format
34743 msgid "enumeration value %qE not handled in switch"
34744 msgstr ""
34745
34746 #: c-family/c-warn.cc:1816
34747 #, gcc-internal-format
34748 msgid "the omitted middle operand in %<?:%> will always be %<true%>, suggest explicit middle operand"
34749 msgstr ""
34750
34751 #: c-family/c-warn.cc:1838
34752 #, gcc-internal-format
34753 msgid "assignment of member %qD in read-only object"
34754 msgstr ""
34755
34756 #: c-family/c-warn.cc:1840
34757 #, gcc-internal-format
34758 msgid "increment of member %qD in read-only object"
34759 msgstr ""
34760
34761 #: c-family/c-warn.cc:1842
34762 #, gcc-internal-format
34763 msgid "decrement of member %qD in read-only object"
34764 msgstr ""
34765
34766 #: c-family/c-warn.cc:1844
34767 #, gcc-internal-format
34768 msgid "member %qD in read-only object used as %<asm%> output"
34769 msgstr ""
34770
34771 #: c-family/c-warn.cc:1848
34772 #, gcc-internal-format
34773 msgid "assignment of read-only member %qD"
34774 msgstr ""
34775
34776 #: c-family/c-warn.cc:1849
34777 #, gcc-internal-format
34778 msgid "increment of read-only member %qD"
34779 msgstr ""
34780
34781 #: c-family/c-warn.cc:1850
34782 #, gcc-internal-format
34783 msgid "decrement of read-only member %qD"
34784 msgstr ""
34785
34786 #: c-family/c-warn.cc:1851
34787 #, gcc-internal-format
34788 msgid "read-only member %qD used as %<asm%> output"
34789 msgstr ""
34790
34791 #: c-family/c-warn.cc:1855
34792 #, gcc-internal-format
34793 msgid "assignment of read-only variable %qD"
34794 msgstr ""
34795
34796 #: c-family/c-warn.cc:1856
34797 #, gcc-internal-format
34798 msgid "increment of read-only variable %qD"
34799 msgstr ""
34800
34801 #: c-family/c-warn.cc:1857
34802 #, gcc-internal-format
34803 msgid "decrement of read-only variable %qD"
34804 msgstr ""
34805
34806 #: c-family/c-warn.cc:1858
34807 #, gcc-internal-format
34808 msgid "read-only variable %qD used as %<asm%> output"
34809 msgstr ""
34810
34811 #: c-family/c-warn.cc:1861
34812 #, gcc-internal-format
34813 msgid "assignment of read-only parameter %qD"
34814 msgstr ""
34815
34816 #: c-family/c-warn.cc:1862
34817 #, gcc-internal-format
34818 msgid "increment of read-only parameter %qD"
34819 msgstr ""
34820
34821 #: c-family/c-warn.cc:1863
34822 #, gcc-internal-format
34823 msgid "decrement of read-only parameter %qD"
34824 msgstr ""
34825
34826 #: c-family/c-warn.cc:1864
34827 #, gcc-internal-format
34828 msgid "read-only parameter %qD use as %<asm%> output"
34829 msgstr ""
34830
34831 #: c-family/c-warn.cc:1869
34832 #, gcc-internal-format
34833 msgid "assignment of read-only named return value %qD"
34834 msgstr ""
34835
34836 #: c-family/c-warn.cc:1871
34837 #, gcc-internal-format
34838 msgid "increment of read-only named return value %qD"
34839 msgstr ""
34840
34841 #: c-family/c-warn.cc:1873
34842 #, gcc-internal-format
34843 msgid "decrement of read-only named return value %qD"
34844 msgstr ""
34845
34846 #: c-family/c-warn.cc:1875
34847 #, gcc-internal-format
34848 msgid "read-only named return value %qD used as %<asm%>output"
34849 msgstr ""
34850
34851 #: c-family/c-warn.cc:1880
34852 #, gcc-internal-format
34853 msgid "assignment of function %qD"
34854 msgstr ""
34855
34856 #: c-family/c-warn.cc:1881
34857 #, gcc-internal-format
34858 msgid "increment of function %qD"
34859 msgstr ""
34860
34861 #: c-family/c-warn.cc:1882
34862 #, gcc-internal-format
34863 msgid "decrement of function %qD"
34864 msgstr ""
34865
34866 #: c-family/c-warn.cc:1883
34867 #, gcc-internal-format
34868 msgid "function %qD used as %<asm%> output"
34869 msgstr ""
34870
34871 #: c-family/c-warn.cc:1886 c/c-typeck.cc:5006
34872 #, gcc-internal-format
34873 msgid "assignment of read-only location %qE"
34874 msgstr ""
34875
34876 #: c-family/c-warn.cc:1887 c/c-typeck.cc:5009
34877 #, gcc-internal-format
34878 msgid "increment of read-only location %qE"
34879 msgstr ""
34880
34881 #: c-family/c-warn.cc:1888 c/c-typeck.cc:5012
34882 #, gcc-internal-format
34883 msgid "decrement of read-only location %qE"
34884 msgstr ""
34885
34886 #: c-family/c-warn.cc:1889
34887 #, gcc-internal-format
34888 msgid "read-only location %qE used as %<asm%> output"
34889 msgstr ""
34890
34891 #: c-family/c-warn.cc:1903
34892 #, gcc-internal-format
34893 msgid "lvalue required as left operand of assignment"
34894 msgstr ""
34895
34896 #: c-family/c-warn.cc:1906
34897 #, gcc-internal-format
34898 msgid "lvalue required as increment operand"
34899 msgstr ""
34900
34901 #: c-family/c-warn.cc:1909
34902 #, gcc-internal-format
34903 msgid "lvalue required as decrement operand"
34904 msgstr ""
34905
34906 #: c-family/c-warn.cc:1912
34907 #, gcc-internal-format
34908 msgid "lvalue required as unary %<&%> operand"
34909 msgstr ""
34910
34911 #: c-family/c-warn.cc:1915
34912 #, gcc-internal-format
34913 msgid "lvalue required in %<asm%> statement"
34914 msgstr ""
34915
34916 #: c-family/c-warn.cc:1932
34917 #, gcc-internal-format
34918 msgid "invalid type argument (have %qT)"
34919 msgstr ""
34920
34921 #: c-family/c-warn.cc:1936
34922 #, gcc-internal-format
34923 msgid "invalid type argument of array indexing (have %qT)"
34924 msgstr ""
34925
34926 #: c-family/c-warn.cc:1941
34927 #, gcc-internal-format
34928 msgid "invalid type argument of unary %<*%> (have %qT)"
34929 msgstr ""
34930
34931 #: c-family/c-warn.cc:1946
34932 #, gcc-internal-format
34933 msgid "invalid type argument of %<->%> (have %qT)"
34934 msgstr ""
34935
34936 #: c-family/c-warn.cc:1951
34937 #, gcc-internal-format
34938 msgid "invalid type argument of %<->*%> (have %qT)"
34939 msgstr ""
34940
34941 #: c-family/c-warn.cc:1956
34942 #, gcc-internal-format
34943 msgid "invalid type argument of implicit conversion (have %qT)"
34944 msgstr ""
34945
34946 #: c-family/c-warn.cc:1983
34947 #, gcc-internal-format
34948 msgid "array subscript has type %<char%>"
34949 msgstr ""
34950
34951 #: c-family/c-warn.cc:2019 c-family/c-warn.cc:2022
34952 #, gcc-internal-format
34953 msgid "suggest parentheses around %<+%> inside %<<<%>"
34954 msgstr ""
34955
34956 #: c-family/c-warn.cc:2025 c-family/c-warn.cc:2028
34957 #, gcc-internal-format
34958 msgid "suggest parentheses around %<-%> inside %<<<%>"
34959 msgstr ""
34960
34961 #: c-family/c-warn.cc:2034 c-family/c-warn.cc:2037
34962 #, gcc-internal-format
34963 msgid "suggest parentheses around %<+%> inside %<>>%>"
34964 msgstr ""
34965
34966 #: c-family/c-warn.cc:2040 c-family/c-warn.cc:2043
34967 #, gcc-internal-format
34968 msgid "suggest parentheses around %<-%> inside %<>>%>"
34969 msgstr ""
34970
34971 #: c-family/c-warn.cc:2049 c-family/c-warn.cc:2052
34972 #, gcc-internal-format
34973 msgid "suggest parentheses around %<&&%> within %<||%>"
34974 msgstr ""
34975
34976 #: c-family/c-warn.cc:2059 c-family/c-warn.cc:2063
34977 #, gcc-internal-format
34978 msgid "suggest parentheses around arithmetic in operand of %<|%>"
34979 msgstr ""
34980
34981 #: c-family/c-warn.cc:2067 c-family/c-warn.cc:2070
34982 #, gcc-internal-format
34983 msgid "suggest parentheses around comparison in operand of %<|%>"
34984 msgstr ""
34985
34986 #: c-family/c-warn.cc:2075
34987 #, gcc-internal-format
34988 msgid "suggest parentheses around operand of %<!%> or change %<|%> to %<||%> or %<!%> to %<~%>"
34989 msgstr ""
34990
34991 #: c-family/c-warn.cc:2083 c-family/c-warn.cc:2087
34992 #, gcc-internal-format
34993 msgid "suggest parentheses around arithmetic in operand of %<^%>"
34994 msgstr ""
34995
34996 #: c-family/c-warn.cc:2091 c-family/c-warn.cc:2094
34997 #, gcc-internal-format
34998 msgid "suggest parentheses around comparison in operand of %<^%>"
34999 msgstr ""
35000
35001 #: c-family/c-warn.cc:2100 c-family/c-warn.cc:2103
35002 #, gcc-internal-format
35003 msgid "suggest parentheses around %<+%> in operand of %<&%>"
35004 msgstr ""
35005
35006 #: c-family/c-warn.cc:2106 c-family/c-warn.cc:2109
35007 #, gcc-internal-format
35008 msgid "suggest parentheses around %<-%> in operand of %<&%>"
35009 msgstr ""
35010
35011 #: c-family/c-warn.cc:2113 c-family/c-warn.cc:2116
35012 #, gcc-internal-format
35013 msgid "suggest parentheses around comparison in operand of %<&%>"
35014 msgstr ""
35015
35016 #: c-family/c-warn.cc:2121
35017 #, gcc-internal-format
35018 msgid "suggest parentheses around operand of %<!%> or change %<&%> to %<&&%> or %<!%> to %<~%>"
35019 msgstr ""
35020
35021 #: c-family/c-warn.cc:2128 c-family/c-warn.cc:2131
35022 #, gcc-internal-format
35023 msgid "suggest parentheses around comparison in operand of %<==%>"
35024 msgstr ""
35025
35026 #: c-family/c-warn.cc:2136 c-family/c-warn.cc:2139
35027 #, gcc-internal-format
35028 msgid "suggest parentheses around comparison in operand of %<!=%>"
35029 msgstr ""
35030
35031 #: c-family/c-warn.cc:2149 c-family/c-warn.cc:2155
35032 #, gcc-internal-format
35033 msgid "comparisons like %<X<=Y<=Z%> do not have their mathematical meaning"
35034 msgstr ""
35035
35036 #: c-family/c-warn.cc:2171
35037 #, gcc-internal-format
35038 msgid "label %q+D defined but not used"
35039 msgstr ""
35040
35041 #: c-family/c-warn.cc:2173
35042 #, gcc-internal-format
35043 msgid "label %q+D declared but not defined"
35044 msgstr ""
35045
35046 #: c-family/c-warn.cc:2196
35047 #, gcc-internal-format
35048 msgid "division by zero"
35049 msgstr ""
35050
35051 #: c-family/c-warn.cc:2216
35052 #, gcc-internal-format
35053 msgid "%<memset%> used with constant zero length parameter; this could be due to transposed parameters"
35054 msgstr ""
35055
35056 #: c-family/c-warn.cc:2240
35057 #, gcc-internal-format
35058 msgid "%<memset%> used with length equal to number of elements without multiplication by element size"
35059 msgstr ""
35060
35061 #: c-family/c-warn.cc:2320
35062 #, gcc-internal-format
35063 msgid "comparison of integer expressions of different signedness: %qT and %qT"
35064 msgstr ""
35065
35066 #: c-family/c-warn.cc:2373
35067 #, gcc-internal-format
35068 msgid "promoted bitwise complement of an unsigned value is always nonzero"
35069 msgstr ""
35070
35071 #: c-family/c-warn.cc:2377
35072 #, gcc-internal-format
35073 msgid "comparison of promoted bitwise complement of an unsigned value with constant"
35074 msgstr ""
35075
35076 #: c-family/c-warn.cc:2388
35077 #, gcc-internal-format
35078 msgid "comparison of promoted bitwise complement of an unsigned value with unsigned"
35079 msgstr ""
35080
35081 #: c-family/c-warn.cc:2443
35082 #, gcc-internal-format
35083 msgid "unused parameter %qD"
35084 msgstr ""
35085
35086 #: c-family/c-warn.cc:2505
35087 #, gcc-internal-format
35088 msgid "typedef %qD locally defined but not used"
35089 msgstr ""
35090
35091 #: c-family/c-warn.cc:2541
35092 #, gcc-internal-format
35093 msgid "duplicated %<if%> condition"
35094 msgstr ""
35095
35096 #: c-family/c-warn.cc:2570
35097 #, gcc-internal-format
35098 msgid "optimization attribute on %qD follows definition but the attribute doesn%'t match"
35099 msgstr ""
35100
35101 #: c-family/c-warn.cc:2578
35102 #, gcc-internal-format
35103 msgid "inline declaration of %qD follows declaration with attribute %<noinline%>"
35104 msgstr ""
35105
35106 #: c-family/c-warn.cc:2583
35107 #, gcc-internal-format
35108 msgid "declaration of %q+D with attribute %<noinline%> follows inline declaration"
35109 msgstr ""
35110
35111 #: c-family/c-warn.cc:2632
35112 #, gcc-internal-format
35113 msgid "result of %qE requires %u bits to represent, but %qT only has %u bits"
35114 msgstr ""
35115
35116 #: c-family/c-warn.cc:2670 c-family/c-warn.cc:2694
35117 #, gcc-internal-format
35118 msgid "comparison of constant %qE with boolean expression is always false"
35119 msgstr ""
35120
35121 #: c-family/c-warn.cc:2673 c-family/c-warn.cc:2691
35122 #, gcc-internal-format
35123 msgid "comparison of constant %qE with boolean expression is always true"
35124 msgstr ""
35125
35126 #: c-family/c-warn.cc:2741
35127 msgid "passing argument %i to %qs-qualified parameter aliases with argument %Z"
35128 msgid_plural "passing argument %i to %qs-qualified parameter aliases with arguments %Z"
35129 msgstr[0] ""
35130 msgstr[1] ""
35131 msgstr[2] ""
35132
35133 #: c-family/c-warn.cc:2807 c/c-typeck.cc:5588 cp/call.cc:5934
35134 #, gcc-internal-format
35135 msgid "this condition has identical branches"
35136 msgstr ""
35137
35138 #: c-family/c-warn.cc:2914
35139 #, gcc-internal-format
35140 msgid "macro expands to multiple statements"
35141 msgstr ""
35142
35143 #: c-family/c-warn.cc:2915
35144 #, gcc-internal-format
35145 msgid "some parts of macro expansion are not guarded by this %qs clause"
35146 msgstr ""
35147
35148 #: c-family/c-warn.cc:3008
35149 #, gcc-internal-format
35150 msgid "converting a packed %qT pointer (alignment %d) to a %qT pointer (alignment %d) may result in an unaligned pointer value"
35151 msgstr ""
35152
35153 #: c-family/c-warn.cc:3015 c-family/c-warn.cc:3018 cp/init.cc:657
35154 #, gcc-internal-format
35155 msgid "defined here"
35156 msgstr ""
35157
35158 #: c-family/c-warn.cc:3105
35159 #, gcc-internal-format
35160 msgid "taking address of packed member of %qT may result in an unaligned pointer value"
35161 msgstr ""
35162
35163 #: c-family/c-warn.cc:3333
35164 msgid "mismatch in bound %Z of argument %u declared as %s"
35165 msgid_plural "mismatch in bounds %Z of argument %u declared as %s"
35166 msgstr[0] ""
35167 msgstr[1] ""
35168 msgstr[2] ""
35169
35170 #: c-family/c-warn.cc:3336 c-family/c-warn.cc:3707
35171 #, gcc-internal-format, gfc-internal-format
35172 msgid "previously declared as %s"
35173 msgstr ""
35174
35175 #: c-family/c-warn.cc:3470
35176 #, gcc-internal-format, gfc-internal-format
35177 msgid "argument %u of type %s declared as a variable length array"
35178 msgstr ""
35179
35180 #: c-family/c-warn.cc:3475
35181 #, gcc-internal-format, gfc-internal-format
35182 msgid "previously declared as a pointer %s"
35183 msgstr ""
35184
35185 #: c-family/c-warn.cc:3476
35186 #, gcc-internal-format, gfc-internal-format
35187 msgid "previously declared as an ordinary array %s"
35188 msgstr ""
35189
35190 #: c-family/c-warn.cc:3489 c-family/c-warn.cc:3503
35191 #, gcc-internal-format, gfc-internal-format
35192 msgid "argument %u of type %s declared as a pointer"
35193 msgstr ""
35194
35195 #: c-family/c-warn.cc:3493 c-family/c-warn.cc:3519
35196 #, gcc-internal-format, gfc-internal-format
35197 msgid "previously declared as a variable length array %s"
35198 msgstr ""
35199
35200 #: c-family/c-warn.cc:3506
35201 #, gcc-internal-format, gfc-internal-format
35202 msgid "previously declared as an array %s"
35203 msgstr ""
35204
35205 #: c-family/c-warn.cc:3515
35206 #, gcc-internal-format, gfc-internal-format
35207 msgid "argument %u of type %s declared as an ordinary array"
35208 msgstr ""
35209
35210 #: c-family/c-warn.cc:3543
35211 #, gcc-internal-format, gfc-internal-format
35212 msgid "argument %u of type %s declared with %u variable bound"
35213 msgid_plural "argument %u of type %s declared with %u variable bounds"
35214 msgstr[0] ""
35215 msgstr[1] ""
35216 msgstr[2] ""
35217
35218 #: c-family/c-warn.cc:3550
35219 #, gcc-internal-format, gfc-internal-format
35220 msgid "previously declared as %s with %u variable bound"
35221 msgid_plural "previously declared as %s with %u variable bounds"
35222 msgstr[0] ""
35223 msgstr[1] ""
35224 msgstr[2] ""
35225
35226 #: c-family/c-warn.cc:3574
35227 #, gcc-internal-format, gfc-internal-format
35228 msgid "argument %u of type %s declared with %u unspecified variable bound"
35229 msgid_plural "argument %u of type %s declared with %u unspecified variable bounds"
35230 msgstr[0] ""
35231 msgstr[1] ""
35232 msgstr[2] ""
35233
35234 #: c-family/c-warn.cc:3582
35235 #, gcc-internal-format, gfc-internal-format
35236 msgid "previously declared as %s with %u unspecified variable bound"
35237 msgid_plural "previously declared as %s with %u unspecified variable bounds"
35238 msgstr[0] ""
35239 msgstr[1] ""
35240 msgstr[2] ""
35241
35242 #: c-family/c-warn.cc:3589
35243 #, gcc-internal-format, gfc-internal-format
35244 msgid "subsequently declared as %s with %u unspecified variable bound"
35245 msgid_plural "subsequently declared as %s with %u unspecified variable bounds"
35246 msgstr[0] ""
35247 msgstr[1] ""
35248 msgstr[2] ""
35249
35250 #: c-family/c-warn.cc:3642
35251 #, gcc-internal-format
35252 msgid "argument %u of type %s declared with mismatched bound argument %E"
35253 msgstr ""
35254
35255 #: c-family/c-warn.cc:3649 c-family/c-warn.cc:3683
35256 #, gcc-internal-format
35257 msgid "argument %u of type %s declared with mismatched bound %<%s%>"
35258 msgstr ""
35259
35260 #: c-family/c-warn.cc:3661
35261 #, gcc-internal-format
35262 msgid "previously declared as %s with bound argument %E"
35263 msgstr ""
35264
35265 #: c-family/c-warn.cc:3666
35266 #, gcc-internal-format
35267 msgid "previously declared as %s with bound %<%s%>"
35268 msgstr ""
35269
35270 #: c-family/c-warn.cc:3686
35271 #, gcc-internal-format
35272 msgid "previously declared as %s with bound %qs"
35273 msgstr ""
35274
35275 #: c-family/c-warn.cc:3705
35276 #, gcc-internal-format, gfc-internal-format
35277 msgid "argument %u of type %s with mismatched bound"
35278 msgstr ""
35279
35280 #: c-family/c-warn.cc:3736
35281 #, gcc-internal-format
35282 msgid "expression does not compute the number of elements in this array; element type is %qT, not %qT"
35283 msgstr ""
35284
35285 #: c-family/c-warn.cc:3746
35286 #, gcc-internal-format
35287 msgid "add parentheses around %qE to silence this warning"
35288 msgstr ""
35289
35290 #: c-family/c-warn.cc:3750
35291 #, gcc-internal-format
35292 msgid "add parentheses around the second %<sizeof%> to silence this warning"
35293 msgstr ""
35294
35295 #: c-family/c-warn.cc:3776
35296 #, gcc-internal-format
35297 msgid "comparison between two arrays is deprecated in C++20"
35298 msgstr ""
35299
35300 #: c-family/c-warn.cc:3777
35301 #, gcc-internal-format
35302 msgid "comparison between two arrays"
35303 msgstr ""
35304
35305 #: c-family/c-warn.cc:3781
35306 #, gcc-internal-format
35307 msgid "use unary %<+%> which decays operands to pointers or %<&%D[0] %s &%D[0]%> to compare the addresses"
35308 msgstr ""
35309
35310 #: c-family/c-warn.cc:3785
35311 #, gcc-internal-format
35312 msgid "use %<&%D[0] %s &%D[0]%> to compare the addresses"
35313 msgstr ""
35314
35315 #: c-family/cppspec.cc:94
35316 #, gcc-internal-format
35317 msgid "%qs is not a valid option to the preprocessor"
35318 msgstr ""
35319
35320 #: c-family/cppspec.cc:113
35321 #, gcc-internal-format
35322 msgid "too many input files"
35323 msgstr ""
35324
35325 #: c-family/known-headers.cc:309
35326 #, gcc-internal-format
35327 msgid "%qs is defined in header %qs; did you forget to %<#include %s%>?"
35328 msgstr ""
35329
35330 #: common/config/aarch64/aarch64-common.cc:519 config/aarch64/aarch64.cc:17798
35331 #, gcc-internal-format
35332 msgid "unknown value %qs for %<-mcpu%>"
35333 msgstr ""
35334
35335 #: common/config/alpha/alpha-common.cc:75
35336 #, gcc-internal-format
35337 msgid "bad value %qs for %<-mtls-size%> switch"
35338 msgstr ""
35339
35340 #: common/config/arc/arc-common.cc:84
35341 #, gcc-internal-format
35342 msgid "multiple %<-mcpu=%> options specified"
35343 msgstr ""
35344
35345 #: common/config/arc/arc-common.cc:90
35346 #, gcc-internal-format
35347 msgid "Unsupported value for mmpy-option"
35348 msgstr ""
35349
35350 #: common/config/arm/arm-common.cc:289
35351 #, gcc-internal-format
35352 msgid "%%:%<target_mode_check%> takes an even number of parameters"
35353 msgstr ""
35354
35355 #: common/config/arm/arm-common.cc:298
35356 #, gcc-internal-format
35357 msgid "unrecognized option passed to %%:%<target_mode_check%>"
35358 msgstr ""
35359
35360 #: common/config/arm/arm-common.cc:378 common/config/arm/arm-common.cc:442
35361 #: common/config/arm/arm-common.cc:489 config/aarch64/aarch64.cc:17730
35362 #: config/aarch64/aarch64.cc:17768
35363 #, gcc-internal-format
35364 msgid "valid arguments are: %s; did you mean %qs?"
35365 msgstr ""
35366
35367 #: common/config/arm/arm-common.cc:381 common/config/arm/arm-common.cc:445
35368 #: common/config/arm/arm-common.cc:492 config/aarch64/aarch64.cc:17733
35369 #: config/aarch64/aarch64.cc:17771
35370 #, gcc-internal-format, gfc-internal-format
35371 msgid "valid arguments are: %s"
35372 msgstr ""
35373
35374 #: common/config/arm/arm-common.cc:418 common/config/arm/arm-common.cc:472
35375 #, gcc-internal-format, gfc-internal-format
35376 msgid "unrecognized %s target: %s"
35377 msgstr "neprepoznati %s cilj: %s"
35378
35379 #: common/config/arm/arm-common.cc:508
35380 #, gcc-internal-format
35381 msgid "unrecognized %<-mfpu%> target: %s"
35382 msgstr ""
35383
35384 #: common/config/arm/arm-common.cc:536
35385 #, gcc-internal-format
35386 msgid "%qs does not support feature %qs"
35387 msgstr ""
35388
35389 #: common/config/arm/arm-common.cc:547
35390 #, gcc-internal-format
35391 msgid "valid feature names are: %s; did you mean %qs?"
35392 msgstr ""
35393
35394 #: common/config/arm/arm-common.cc:550
35395 #, gcc-internal-format, gfc-internal-format
35396 msgid "valid feature names are: %s"
35397 msgstr ""
35398
35399 #: common/config/arm/arm-common.cc:568
35400 #, gcc-internal-format, gfc-internal-format
35401 msgid "%s does not take any feature options"
35402 msgstr ""
35403
35404 #: common/config/arm/arm-common.cc:665
35405 #, gcc-internal-format
35406 msgid "%%:%<canon_for_mlib%> takes 1 or more pairs of parameters"
35407 msgstr ""
35408
35409 #: common/config/arm/arm-common.cc:679
35410 #, gcc-internal-format
35411 msgid "unrecognized operand to %%:%<canon_for_mlib%>"
35412 msgstr ""
35413
35414 #: common/config/arm/arm-common.cc:1035
35415 #, gcc-internal-format
35416 msgid "unrecognized operand to %%:%<asm_auto_mfpu%>"
35417 msgstr ""
35418
35419 #: common/config/avr/avr-common.cc:91
35420 #, gcc-internal-format
35421 msgid "option %<-mdouble=64%> is only available if configured %<--with-double={64|64,32|32,64}%>"
35422 msgstr ""
35423
35424 #: common/config/avr/avr-common.cc:99
35425 #, gcc-internal-format
35426 msgid "option %<-mdouble=32%> is only available if configured %<--with-double={32|32,64|64,32}%>"
35427 msgstr ""
35428
35429 #: common/config/avr/avr-common.cc:115
35430 #, gcc-internal-format
35431 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}%>"
35432 msgstr ""
35433
35434 #: common/config/avr/avr-common.cc:124
35435 #, gcc-internal-format
35436 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}%>"
35437 msgstr ""
35438
35439 #: common/config/bfin/bfin-common.cc:304 common/config/m68k/m68k-common.cc:60
35440 #, gcc-internal-format
35441 msgid "%<-mshared-library-id=%s%> is not between 0 and %d"
35442 msgstr ""
35443
35444 #: common/config/bfin/bfin-common.cc:323
35445 #, gcc-internal-format
35446 msgid "%<-mcpu=%s%> is not valid"
35447 msgstr ""
35448
35449 #: common/config/bfin/bfin-common.cc:359
35450 #, gcc-internal-format
35451 msgid "%<-mcpu=%s%> has invalid silicon revision"
35452 msgstr ""
35453
35454 #: common/config/i386/i386-common.cc:1638
35455 #, gcc-internal-format
35456 msgid "%<-malign-loops%> is obsolete, use %<-falign-loops%>"
35457 msgstr ""
35458
35459 #: common/config/i386/i386-common.cc:1641
35460 #, gcc-internal-format
35461 msgid "%<-malign-loops=%d%> is not between 0 and %d"
35462 msgstr ""
35463
35464 #: common/config/i386/i386-common.cc:1648
35465 #, gcc-internal-format
35466 msgid "%<-malign-jumps%> is obsolete, use %<-falign-jumps%>"
35467 msgstr ""
35468
35469 #: common/config/i386/i386-common.cc:1651
35470 #, gcc-internal-format
35471 msgid "%<-malign-jumps=%d%> is not between 0 and %d"
35472 msgstr ""
35473
35474 #: common/config/i386/i386-common.cc:1659
35475 #, gcc-internal-format
35476 msgid "%<-malign-functions%> is obsolete, use %<-falign-functions%>"
35477 msgstr ""
35478
35479 #: common/config/i386/i386-common.cc:1662
35480 #, gcc-internal-format
35481 msgid "%<-malign-functions=%d%> is not between 0 and %d"
35482 msgstr ""
35483
35484 #: common/config/i386/i386-common.cc:1671
35485 #, gcc-internal-format
35486 msgid "%<-mbranch-cost=%d%> is not between 0 and 5"
35487 msgstr ""
35488
35489 #: common/config/i386/i386-common.cc:1726
35490 #: common/config/s390/s390-common.cc:132
35491 #, gcc-internal-format
35492 msgid "%<-fsplit-stack%> currently only supported on GNU/Linux"
35493 msgstr ""
35494
35495 #: common/config/i386/i386-common.cc:1736
35496 #, gcc-internal-format
35497 msgid "%<-fsplit-stack%> requires assembler support for CFI directives"
35498 msgstr ""
35499
35500 #: common/config/ia64/ia64-common.cc:65
35501 #, gcc-internal-format
35502 msgid "bad value %<%s%> for %<-mtls-size=%> switch"
35503 msgstr ""
35504
35505 #: common/config/nds32/nds32-common.cc:49
35506 #, gcc-internal-format
35507 msgid "%<-misr-vector-size=%d%> argument must be 4 or 16"
35508 msgstr ""
35509
35510 #: common/config/nds32/nds32-common.cc:59
35511 #, gcc-internal-format
35512 msgid "%<-misr-secure=%d%> argument not in between 0 and 3"
35513 msgstr ""
35514
35515 #: common/config/nds32/nds32-common.cc:69
35516 #, gcc-internal-format
35517 msgid "for the option %<-mcache-block-size=X%>, the valid X must be: 4, 8, 16, 32, 64, 128, 256, or 512"
35518 msgstr ""
35519
35520 #: common/config/riscv/riscv-common.cc:392
35521 #, gcc-internal-format
35522 msgid "%<-march=%s%>: extension %qs appear more than one time"
35523 msgstr ""
35524
35525 #: common/config/riscv/riscv-common.cc:640
35526 #, gcc-internal-format
35527 msgid "%<-march=%s%>: expect number after %<%dp%>"
35528 msgstr ""
35529
35530 #: common/config/riscv/riscv-common.cc:646
35531 #, gcc-internal-format
35532 msgid "%<-march=%s%>: for %<%s%dp%dp?%>, version number with more than 2 level is not supported"
35533 msgstr ""
35534
35535 #: common/config/riscv/riscv-common.cc:716
35536 #, gcc-internal-format
35537 msgid "%<-march=%s%>: rv%de is not a valid base ISA"
35538 msgstr ""
35539
35540 #: common/config/riscv/riscv-common.cc:728
35541 #, gcc-internal-format
35542 msgid "version of %<g%> will be omitted, please specify version for individual extension"
35543 msgstr ""
35544
35545 #: common/config/riscv/riscv-common.cc:747
35546 #, gcc-internal-format
35547 msgid "%<-march=%s%>: first ISA subset must be %<e%>, %<i%> or %<g%>"
35548 msgstr ""
35549
35550 #: common/config/riscv/riscv-common.cc:774
35551 #, gcc-internal-format
35552 msgid "%<-march=%s%>: unsupported ISA subset %<%c%>"
35553 msgstr ""
35554
35555 #: common/config/riscv/riscv-common.cc:778
35556 #, gcc-internal-format
35557 msgid "%<-march=%s%>: ISA string is not in canonical order. %<%c%>"
35558 msgstr ""
35559
35560 #: common/config/riscv/riscv-common.cc:965
35561 #, gcc-internal-format
35562 msgid "%<-march=%s%>: name of %s must be more than 1 letter"
35563 msgstr ""
35564
35565 #: common/config/riscv/riscv-common.cc:977
35566 #, gcc-internal-format
35567 msgid "%<-march=%s%>: %s must separate with %<_%>"
35568 msgstr ""
35569
35570 #: common/config/riscv/riscv-common.cc:1006
35571 #, gcc-internal-format
35572 msgid "%<-march=%s%>: ISA string must begin with rv32 or rv64"
35573 msgstr ""
35574
35575 #: common/config/riscv/riscv-common.cc:1043
35576 #, gcc-internal-format
35577 msgid "%<-march=%s%>: unexpected ISA string at end: %qs"
35578 msgstr ""
35579
35580 #: common/config/riscv/riscv-common.cc:1221
35581 #, gcc-internal-format
35582 msgid "%<-mcpu=%s%>: unknown CPU"
35583 msgstr ""
35584
35585 #: common/config/rs6000/rs6000-common.cc:184 config/sparc/sparc.cc:1815
35586 #, gcc-internal-format
35587 msgid "unknown %<-mdebug-%s%> switch"
35588 msgstr ""
35589
35590 #: common/config/rs6000/rs6000-common.cc:223
35591 #, gcc-internal-format
35592 msgid "unknown switch %<-mlong-double-%s%>"
35593 msgstr ""
35594
35595 #: common/config/rs6000/rs6000-common.cc:234
35596 #, gcc-internal-format
35597 msgid "option %<%s%> requires %<-mlong-double-128%>"
35598 msgstr ""
35599
35600 #: common/config/rs6000/rs6000-common.cc:268
35601 #, gcc-internal-format
35602 msgid "%<-fsplit-stack%> currently only supported on PowerPC64 GNU/Linux with glibc-2.18 or later"
35603 msgstr ""
35604
35605 #: common/config/rx/rx-common.cc:61
35606 #, gcc-internal-format
35607 msgid "the RX200 cpu does not have FPU hardware"
35608 msgstr ""
35609
35610 #: common/config/rx/rx-common.cc:63
35611 #, gcc-internal-format
35612 msgid "the RX100 cpu does not have FPU hardware"
35613 msgstr ""
35614
35615 #: common/config/s390/s390-common.cc:104
35616 #, gcc-internal-format
35617 msgid "stack guard value must be an exact power of 2"
35618 msgstr ""
35619
35620 #: common/config/s390/s390-common.cc:109
35621 #, gcc-internal-format
35622 msgid "stack size must be an exact power of 2"
35623 msgstr ""
35624
35625 #: common/config/v850/v850-common.cc:47
35626 #, gcc-internal-format
35627 msgid "value passed in %qs is too large"
35628 msgstr ""
35629
35630 #: config/darwin-c.cc:81
35631 #, gcc-internal-format
35632 msgid "too many %<#pragma options align=reset%>"
35633 msgstr ""
35634
35635 #: config/darwin-c.cc:101 config/darwin-c.cc:104 config/darwin-c.cc:106
35636 #: config/darwin-c.cc:108
35637 #, gcc-internal-format
35638 msgid "malformed %<#pragma options%>, ignoring"
35639 msgstr ""
35640
35641 #: config/darwin-c.cc:111
35642 #, gcc-internal-format
35643 msgid "junk at end of %<#pragma options%>"
35644 msgstr ""
35645
35646 #: config/darwin-c.cc:121
35647 #, gcc-internal-format
35648 msgid "malformed %<#pragma options align={mac68k|power|reset}%>, ignoring"
35649 msgstr ""
35650
35651 #: config/darwin-c.cc:133
35652 #, gcc-internal-format
35653 msgid "missing %<(%> after %<#pragma unused%>, ignoring"
35654 msgstr ""
35655
35656 #: config/darwin-c.cc:154
35657 #, gcc-internal-format
35658 msgid "missing %<)%> after %<#pragma unused%>, ignoring"
35659 msgstr ""
35660
35661 #: config/darwin-c.cc:157
35662 #, gcc-internal-format
35663 msgid "junk at end of %<#pragma unused%>"
35664 msgstr ""
35665
35666 #: config/darwin-c.cc:168
35667 #, gcc-internal-format
35668 msgid "malformed %<#pragma ms_struct%>, ignoring"
35669 msgstr ""
35670
35671 #: config/darwin-c.cc:176
35672 #, gcc-internal-format
35673 msgid "malformed %<#pragma ms_struct {on|off|reset}%>, ignoring"
35674 msgstr ""
35675
35676 #: config/darwin-c.cc:179
35677 #, gcc-internal-format
35678 msgid "junk at end of %<#pragma ms_struct%>"
35679 msgstr ""
35680
35681 #: config/darwin-c.cc:405
35682 #, gcc-internal-format, gfc-internal-format
35683 msgid "subframework include %s conflicts with framework include"
35684 msgstr ""
35685
35686 #: config/darwin-c.cc:708
35687 #, gcc-internal-format
35688 msgid "unknown value %qs of %<-mmacosx-version-min%>"
35689 msgstr ""
35690
35691 #: config/darwin-driver.cc:147
35692 #, gcc-internal-format
35693 msgid "%<sysctl%> for %<kern.osversion%> failed: %m"
35694 msgstr ""
35695
35696 #: config/darwin-driver.cc:192
35697 #, gcc-internal-format
35698 msgid "could not understand %<kern.osversion%> %q.*s"
35699 msgstr ""
35700
35701 #: config/darwin-driver.cc:232
35702 #, gcc-internal-format
35703 msgid "could not understand version %qs"
35704 msgstr "nije bilo moguće shvatiti inačicu %qs"
35705
35706 #: config/darwin-driver.cc:306
35707 #, gcc-internal-format
35708 msgid "this compiler does not support %qs"
35709 msgstr ""
35710
35711 #: config/darwin-driver.cc:332
35712 #, gcc-internal-format
35713 msgid "%qs is not valid for %<-mmacosx-version-min%>"
35714 msgstr ""
35715
35716 #: config/darwin-driver.cc:373
35717 #, gcc-internal-format
35718 msgid "this compiler does not support PowerPC (%<-arch%> option ignored)"
35719 msgstr ""
35720
35721 #: config/darwin-driver.cc:380
35722 #, gcc-internal-format
35723 msgid "%qs conflicts with %<-arch i386%> (%qs ignored)"
35724 msgstr ""
35725
35726 #: config/darwin-driver.cc:389
35727 #, gcc-internal-format
35728 msgid "%<-m32%> conflicts with %<-arch x86_64%> (%<-m32%> ignored)"
35729 msgstr ""
35730
35731 #: config/darwin-driver.cc:396
35732 #, gcc-internal-format
35733 msgid "this compiler does not support x86 (%<-arch%> option ignored)"
35734 msgstr ""
35735
35736 #: config/darwin-driver.cc:403
35737 #, gcc-internal-format
35738 msgid "%qs conflicts with %<-arch ppc%> (%qs ignored)"
35739 msgstr ""
35740
35741 #: config/darwin-driver.cc:412
35742 #, gcc-internal-format
35743 msgid "%<-m32%> conflicts with %<-arch ppc64%> (%<-m32%> ignored)"
35744 msgstr ""
35745
35746 #: config/darwin.cc:2022
35747 #, gcc-internal-format, gfc-internal-format
35748 msgid "failed to open temporary file %s for LTO output"
35749 msgstr ""
35750
35751 #: config/darwin.cc:2114
35752 #, gcc-internal-format
35753 msgid "%qE 2.95 vtable-compatibility attribute applies only when compiling a kext"
35754 msgstr ""
35755
35756 #: config/darwin.cc:2121
35757 #, gcc-internal-format
35758 msgid "%qE 2.95 vtable-compatibility attribute applies only to C++ classes"
35759 msgstr ""
35760
35761 #: config/darwin.cc:2713 config/darwin.cc:2777
35762 #, gcc-internal-format
35763 msgid "common variables must have an alignment of 32678 or less"
35764 msgstr ""
35765
35766 #: config/darwin.cc:2867
35767 #, gcc-internal-format
35768 msgid "protected visibility attribute not supported in this configuration; ignored"
35769 msgstr ""
35770
35771 #: config/darwin.cc:3082
35772 #, gcc-internal-format, gfc-internal-format
35773 msgid "failed to open temporary file %s with LTO output"
35774 msgstr ""
35775
35776 #: config/darwin.cc:3308
35777 #, gcc-internal-format
35778 msgid "%<-fobjc-abi-version%> 2 must be used for 64 bit targets with %<-fnext-runtime%>"
35779 msgstr ""
35780
35781 #: config/darwin.cc:3313
35782 #, gcc-internal-format
35783 msgid "%<-fobjc-abi-version%> %d is not supported for 32 bit targets with %<-fnext-runtime%>"
35784 msgstr ""
35785
35786 #: config/darwin.cc:3328
35787 #, gcc-internal-format
35788 msgid "%<-gsplit-dwarf%> is not supported on this platform, ignored"
35789 msgstr ""
35790
35791 #: config/darwin.cc:3407
35792 #, gcc-internal-format
35793 msgid "%<-mdynamic-no-pic%> overrides %<-fpic%>, %<-fPIC%>, %<-fpie%> or %<-fPIE%>"
35794 msgstr ""
35795
35796 #: config/darwin.cc:3450
35797 #, gcc-internal-format
35798 msgid "%<-mpic-symbol-stubs%> is not required for 64-bit code (ignored)"
35799 msgstr ""
35800
35801 #: config/darwin.cc:3630
35802 #, gcc-internal-format
35803 msgid "built-in function %qD requires the %<-mconstant-cfstrings%> flag"
35804 msgstr ""
35805
35806 #: config/darwin.cc:3637
35807 #, gcc-internal-format
35808 msgid "built-in function %qD takes one argument only"
35809 msgstr ""
35810
35811 #: config/darwin.cc:3704
35812 #, gcc-internal-format
35813 msgid "CFString literal is missing"
35814 msgstr ""
35815
35816 #: config/darwin.cc:3715
35817 #, gcc-internal-format
35818 msgid "CFString literal expression is not a string constant"
35819 msgstr ""
35820
35821 #: config/darwin.cc:3739
35822 #, gcc-internal-format
35823 msgid "non-ASCII character in CFString literal"
35824 msgstr ""
35825
35826 #: config/darwin.cc:3740
35827 #, gcc-internal-format
35828 msgid "embedded NUL in CFString literal"
35829 msgstr ""
35830
35831 #: config/host-darwin.cc:107
35832 #, gcc-internal-format
35833 msgid "PCH memory is not available: %m"
35834 msgstr "PCH memorija nije dostupna: %m"
35835
35836 #: config/sol2-c.cc:91 config/sol2-c.cc:107
35837 #, gcc-internal-format
35838 msgid "malformed %<#pragma align%>, ignoring"
35839 msgstr ""
35840
35841 #: config/sol2-c.cc:100
35842 #, gcc-internal-format
35843 msgid "invalid alignment for %<#pragma align%>, ignoring"
35844 msgstr ""
35845
35846 #: config/sol2-c.cc:115
35847 #, gcc-internal-format
35848 msgid "%<#pragma align%> must appear before the declaration of %qD, ignoring"
35849 msgstr ""
35850
35851 #: config/sol2-c.cc:127 config/sol2-c.cc:139
35852 #, gcc-internal-format
35853 msgid "malformed %<#pragma align%>"
35854 msgstr ""
35855
35856 #: config/sol2-c.cc:134
35857 #, gcc-internal-format
35858 msgid "junk at end of %<#pragma align%>"
35859 msgstr ""
35860
35861 #: config/sol2-c.cc:155 config/sol2-c.cc:162
35862 #, gcc-internal-format
35863 msgid "malformed %<#pragma init%>, ignoring"
35864 msgstr ""
35865
35866 #: config/sol2-c.cc:186 config/sol2-c.cc:198
35867 #, gcc-internal-format
35868 msgid "malformed %<#pragma init%>"
35869 msgstr ""
35870
35871 #: config/sol2-c.cc:193
35872 #, gcc-internal-format
35873 msgid "junk at end of %<#pragma init%>"
35874 msgstr ""
35875
35876 #: config/sol2-c.cc:214 config/sol2-c.cc:221
35877 #, gcc-internal-format
35878 msgid "malformed %<#pragma fini%>, ignoring"
35879 msgstr ""
35880
35881 #: config/sol2-c.cc:245 config/sol2-c.cc:257
35882 #, gcc-internal-format
35883 msgid "malformed %<#pragma fini%>"
35884 msgstr ""
35885
35886 #: config/sol2-c.cc:252
35887 #, gcc-internal-format
35888 msgid "junk at end of %<#pragma fini%>"
35889 msgstr ""
35890
35891 #: config/sol2.cc:58
35892 #, gcc-internal-format
35893 msgid "ignoring %<#pragma align%> for explicitly aligned %q+D"
35894 msgstr ""
35895
35896 #: config/vxworks.cc:165
35897 #, gcc-internal-format
35898 msgid "PIC is only supported for RTPs"
35899 msgstr ""
35900
35901 #: config/aarch64/aarch64-builtins.cc:1870
35902 #: config/aarch64/aarch64-builtins.cc:2104 config/arm/arm-builtins.cc:3086
35903 #, gcc-internal-format, gfc-internal-format
35904 msgid "argument %d must be a constant immediate"
35905 msgstr ""
35906
35907 #: config/aarch64/aarch64-builtins.cc:1942 config/arm/arm-builtins.cc:3441
35908 #, gcc-internal-format
35909 msgid "lane index must be a constant immediate"
35910 msgstr ""
35911
35912 #: config/aarch64/aarch64-builtins.cc:1946
35913 #, gcc-internal-format
35914 msgid "total size and element size must be a nonzero constant immediate"
35915 msgstr ""
35916
35917 #: config/aarch64/aarch64-builtins.cc:2194
35918 #, gcc-internal-format
35919 msgid "argument must be a 16-bit constant immediate"
35920 msgstr ""
35921
35922 #: config/aarch64/aarch64-builtins.cc:2300
35923 #, gcc-internal-format
35924 msgid "Memory Tagging Extension does not support %<-mabi=ilp32%>"
35925 msgstr ""
35926
35927 #: config/aarch64/aarch64-builtins.cc:2335
35928 #, gcc-internal-format, gfc-internal-format
35929 msgid "argument %d must be a constant immediate in range [0,15]"
35930 msgstr ""
35931
35932 #: config/aarch64/aarch64-builtins.cc:3133
35933 #: config/aarch64/aarch64-builtins.cc:3153
35934 #, gcc-internal-format, gfc-internal-format
35935 msgid "expected 64-bit address but argument 1 is %d-bit"
35936 msgstr ""
35937
35938 #: config/aarch64/aarch64-builtins.cc:3137
35939 #, gcc-internal-format, gfc-internal-format
35940 msgid "expected 64-bit address but argument 2 is %d-bit"
35941 msgstr ""
35942
35943 #: config/aarch64/aarch64-c.cc:296
35944 #, gcc-internal-format
35945 msgid "%<#pragma GCC aarch64%> requires a string parameter"
35946 msgstr ""
35947
35948 #: config/aarch64/aarch64-c.cc:306
35949 #, gcc-internal-format
35950 msgid "unknown %<#pragma GCC aarch64%> option %qs"
35951 msgstr ""
35952
35953 #: config/aarch64/aarch64-sve-builtins.cc:657
35954 #, gcc-internal-format
35955 msgid "ACLE function %qD requires ISA extension %qs"
35956 msgstr ""
35957
35958 #: config/aarch64/aarch64-sve-builtins.cc:659
35959 #, gcc-internal-format
35960 msgid "you can enable %qs using the command-line option %<-march%>, or by using the %<target%> attribute or pragma"
35961 msgstr ""
35962
35963 #: config/aarch64/aarch64-sve-builtins.cc:679
35964 #, gcc-internal-format
35965 msgid "ACLE function %qD is incompatible with the use of %qs"
35966 msgstr ""
35967
35968 #: config/aarch64/aarch64-sve-builtins.cc:720
35969 #, gcc-internal-format
35970 msgid "argument %d of %qE must be an integer constant expression"
35971 msgstr ""
35972
35973 #: config/aarch64/aarch64-sve-builtins.cc:732
35974 #, gcc-internal-format
35975 msgid "passing %wd to argument %d of %qE, which expects a value in the range [%wd, %wd]"
35976 msgstr ""
35977
35978 #: config/aarch64/aarch64-sve-builtins.cc:745
35979 #, gcc-internal-format
35980 msgid "passing %wd to argument %d of %qE, which expects either %wd or %wd"
35981 msgstr ""
35982
35983 #: config/aarch64/aarch64-sve-builtins.cc:758
35984 #, gcc-internal-format
35985 msgid "passing %wd to argument %d of %qE, which expects %wd, %wd, %wd or %wd"
35986 msgstr ""
35987
35988 #: config/aarch64/aarch64-sve-builtins.cc:770
35989 #, gcc-internal-format
35990 msgid "passing %wd to argument %d of %qE, which expects a valid %qT value"
35991 msgstr ""
35992
35993 #: config/aarch64/aarch64-sve-builtins.cc:1211
35994 #, gcc-internal-format
35995 msgid "%qE has no form that takes %qT arguments"
35996 msgstr ""
35997
35998 #: config/aarch64/aarch64-sve-builtins.cc:1277
35999 #, gcc-internal-format
36000 msgid "passing %qT to argument %d of %qE, which expects a 32-bit or 64-bit integer type"
36001 msgstr ""
36002
36003 #: config/aarch64/aarch64-sve-builtins.cc:1297
36004 #, gcc-internal-format
36005 msgid "passing %qT to argument %d of %qE, which expects a pointer type"
36006 msgstr ""
36007
36008 #: config/aarch64/aarch64-sve-builtins.cc:1300
36009 #, gcc-internal-format
36010 msgid "an explicit type suffix is needed when using a vector of base addresses"
36011 msgstr ""
36012
36013 #: config/aarch64/aarch64-sve-builtins.cc:1309
36014 #, gcc-internal-format
36015 msgid "passing %qT to argument %d of %qE, but %qT is not a valid SVE element type"
36016 msgstr ""
36017
36018 #: config/aarch64/aarch64-sve-builtins.cc:1317
36019 #, gcc-internal-format
36020 msgid "passing %qT to argument %d of %qE, which expects a pointer to 32-bit or 64-bit elements"
36021 msgstr ""
36022
36023 #: config/aarch64/aarch64-sve-builtins.cc:1351
36024 #, gcc-internal-format
36025 msgid "passing %qT to argument %d of %qE, which expects a single SVE vector rather than a tuple"
36026 msgstr ""
36027
36028 #: config/aarch64/aarch64-sve-builtins.cc:1355
36029 #, gcc-internal-format
36030 msgid "passing single vector %qT to argument %d of %qE, which expects a tuple of %d vectors"
36031 msgstr ""
36032
36033 #: config/aarch64/aarch64-sve-builtins.cc:1359
36034 #, gcc-internal-format
36035 msgid "passing %qT to argument %d of %qE, which expects a tuple of %d vectors"
36036 msgstr ""
36037
36038 #: config/aarch64/aarch64-sve-builtins.cc:1367
36039 #, gcc-internal-format
36040 msgid "passing %qT to argument %d of %qE, which expects an SVE vector type"
36041 msgstr ""
36042
36043 #: config/aarch64/aarch64-sve-builtins.cc:1370
36044 #, gcc-internal-format
36045 msgid "passing %qT to argument %d of %qE, which expects an SVE tuple type"
36046 msgstr ""
36047
36048 #: config/aarch64/aarch64-sve-builtins.cc:1394
36049 #, gcc-internal-format
36050 msgid "passing %qT to argument %d of %qE, which expects a vector of integers"
36051 msgstr ""
36052
36053 #: config/aarch64/aarch64-sve-builtins.cc:1414
36054 #: config/aarch64/aarch64-sve-builtins.cc:1621
36055 #, gcc-internal-format
36056 msgid "passing %qT to argument %d of %qE, which expects a vector of unsigned integers"
36057 msgstr ""
36058
36059 #: config/aarch64/aarch64-sve-builtins.cc:1435
36060 #, gcc-internal-format
36061 msgid "passing %qT to argument %d of %qE, which expects a vector of 32-bit or 64-bit elements"
36062 msgstr ""
36063
36064 #: config/aarch64/aarch64-sve-builtins.cc:1466
36065 #, gcc-internal-format
36066 msgid "passing %qT to argument %d of %qE, which expects a vector or scalar type"
36067 msgstr ""
36068
36069 #: config/aarch64/aarch64-sve-builtins.cc:1488
36070 #: config/aarch64/aarch64-sve-builtins.cc:2054
36071 #, gcc-internal-format
36072 msgid "passing %qT to argument %d of %qE, which expects %qT"
36073 msgstr ""
36074
36075 #: config/aarch64/aarch64-sve-builtins.cc:1508
36076 #, gcc-internal-format
36077 msgid "passing %qT to argument %d of %qE, but previous arguments had type %qT"
36078 msgstr ""
36079
36080 #: config/aarch64/aarch64-sve-builtins.cc:1602
36081 #, gcc-internal-format
36082 msgid "passing %qT to argument %d of %qE, which expects a vector of %d-bit elements"
36083 msgstr ""
36084
36085 #: config/aarch64/aarch64-sve-builtins.cc:1614
36086 #, gcc-internal-format
36087 msgid "passing %qT to argument %d of %qE, which expects a vector of signed integers"
36088 msgstr ""
36089
36090 #: config/aarch64/aarch64-sve-builtins.cc:1641
36091 #, gcc-internal-format
36092 msgid "arguments %d and %d of %qE must have the same element size, but the values passed here have type %qT and %qT respectively"
36093 msgstr ""
36094
36095 #: config/aarch64/aarch64-sve-builtins.cc:1662
36096 #, gcc-internal-format
36097 msgid "arguments %d and %d of %qE must have the same signedness, but the values passed here have type %qT and %qT respectively"
36098 msgstr ""
36099
36100 #: config/aarch64/aarch64-sve-builtins.cc:1673
36101 #, gcc-internal-format
36102 msgid "passing %qT instead of the expected %qT to argument %d of %qE, after passing %qT to argument %d"
36103 msgstr ""
36104
36105 #: config/aarch64/aarch64-sve-builtins.cc:1694
36106 #, gcc-internal-format
36107 msgid "passing %qT to argument %d of %qE, but argument %d had type %qT"
36108 msgstr ""
36109
36110 #: config/aarch64/aarch64-sve-builtins.cc:1712
36111 #, gcc-internal-format
36112 msgid "passing %qT to argument %d of %qE, which expects %qs"
36113 msgstr ""
36114
36115 #: config/aarch64/aarch64-sve-builtins.cc:1728
36116 #, gcc-internal-format
36117 msgid "passing %qT to argument %d of %qE, which expects a scalar pointer"
36118 msgstr ""
36119
36120 #: config/aarch64/aarch64-sve-builtins.cc:1751
36121 #, gcc-internal-format
36122 msgid "call to %qE is ambiguous; argument %d has type %qs but argument %d has type %qs"
36123 msgstr ""
36124
36125 #. It doesn't really matter whether the element is expected to be
36126 #. the same size as type suffix 0.
36127 #: config/aarch64/aarch64-sve-builtins.cc:1796
36128 #, gcc-internal-format
36129 msgid "passing %qT to argument %d of %qE, which expects a scalar element"
36130 msgstr ""
36131
36132 #. It doesn't seem useful to distinguish between signed and unsigned
36133 #. scalars here.
36134 #: config/aarch64/aarch64-sve-builtins.cc:1802
36135 #, gcc-internal-format
36136 msgid "passing %qT to argument %d of %qE, which expects a scalar integer"
36137 msgstr ""
36138
36139 #: config/aarch64/aarch64-sve-builtins.cc:1838
36140 #, gcc-internal-format
36141 msgid "passing %qT to argument %d of %qE, which expects %qs or %qs"
36142 msgstr ""
36143
36144 #: config/aarch64/aarch64-sve-builtins.cc:1858
36145 #, gcc-internal-format
36146 msgid "passing %qT to argument %d of %qE, which expects a vector of 32-bit or 64-bit integers"
36147 msgstr ""
36148
36149 #: config/aarch64/aarch64-sve-builtins.cc:1908
36150 #, gcc-internal-format
36151 msgid "when storing %qT, %qE requires a vector base and a scalar index"
36152 msgstr ""
36153
36154 #: config/aarch64/aarch64-sve-builtins.cc:1913
36155 #, gcc-internal-format
36156 msgid "%qE requires a vector base and a scalar index"
36157 msgstr ""
36158
36159 #: config/aarch64/aarch64-sve-builtins.cc:1917
36160 #, gcc-internal-format
36161 msgid "%qE does not support 32-bit vector type %qT"
36162 msgstr ""
36163
36164 #: config/aarch64/aarch64-sve-builtins.cc:1945
36165 #, gcc-internal-format
36166 msgid "%qE does not support 32-bit sign-extended offsets"
36167 msgstr ""
36168
36169 #: config/aarch64/aarch64-sve-builtins.cc:1948
36170 #, gcc-internal-format
36171 msgid "%qE does not support sign-extended offsets"
36172 msgstr ""
36173
36174 #: config/aarch64/aarch64-sve-builtins.cc:1961
36175 #, gcc-internal-format
36176 msgid "passing %qT to argument %d of %qE, which when loading %qT expects a vector of %d-bit integers"
36177 msgstr ""
36178
36179 #: config/aarch64/aarch64-sve-builtins.cc:1966
36180 #, gcc-internal-format
36181 msgid "passing %qT to argument %d of %qE, which when storing %qT expects a vector of %d-bit integers"
36182 msgstr ""
36183
36184 #. TYPE is part of the function name.
36185 #: config/aarch64/aarch64-sve-builtins.cc:1973
36186 #, gcc-internal-format
36187 msgid "passing %qT to argument %d of %qE, which expects a vector of %d-bit integers"
36188 msgstr ""
36189
36190 #: config/aarch64/aarch64-sve-builtins.cc:2021
36191 #, gcc-internal-format
36192 msgid "passing %qT to argument %d of %qE, which expects a vector or pointer base address"
36193 msgstr ""
36194
36195 #: config/aarch64/aarch64-sve-builtins.cc:2105
36196 #, gcc-internal-format
36197 msgid "cannot combine a base of type %qT with an offset of type %qT"
36198 msgstr ""
36199
36200 #: config/aarch64/aarch64-sve-builtins.cc:2109
36201 #, gcc-internal-format
36202 msgid "cannot combine a base of type %qT with an index of type %qT"
36203 msgstr ""
36204
36205 #: config/aarch64/aarch64-sve-builtins.cc:2197
36206 #, gcc-internal-format
36207 msgid "passing %qT to argument %d of %qE, but its %qT form does not accept scalars"
36208 msgstr ""
36209
36210 #: config/aarch64/aarch64-sve-builtins.cc:3526
36211 #: config/arm/arm-mve-builtins.cc:173
36212 #, gcc-internal-format
36213 msgid "duplicate definition of %qs"
36214 msgstr ""
36215
36216 #: config/aarch64/aarch64-sve-builtins.cc:3702
36217 #, gcc-internal-format
36218 msgid "%qs applied to non-SVE type %qT"
36219 msgstr ""
36220
36221 #: config/aarch64/aarch64-sve-builtins.cc:3708
36222 #, gcc-internal-format
36223 msgid "%qs applied to non-vector type %qT"
36224 msgstr ""
36225
36226 #: config/aarch64/aarch64-sve-builtins.cc:3715
36227 #, gcc-internal-format
36228 msgid "%qs applied to type %qT, which already has a size"
36229 msgstr ""
36230
36231 #: config/aarch64/aarch64-sve-builtins.cc:3723
36232 #, gcc-internal-format
36233 msgid "%qs requires an integer constant expression"
36234 msgstr ""
36235
36236 #: config/aarch64/aarch64-sve-builtins.cc:3731
36237 #, gcc-internal-format
36238 msgid "unsupported SVE vector size"
36239 msgstr ""
36240
36241 #: config/aarch64/aarch64-sve-builtins.cc:3845
36242 #, gcc-internal-format
36243 msgid "SVE type %qT does not have a fixed size"
36244 msgstr ""
36245
36246 #: config/aarch64/aarch64-sve-builtins.cc:3850
36247 #, gcc-internal-format
36248 msgid "SVE type %qT does not have a defined alignment"
36249 msgstr ""
36250
36251 #: config/aarch64/aarch64-sve-builtins.cc:3855
36252 #, gcc-internal-format
36253 msgid "variables of type %qT cannot have thread-local storage duration"
36254 msgstr ""
36255
36256 #: config/aarch64/aarch64-sve-builtins.cc:3861
36257 #, gcc-internal-format
36258 msgid "arithmetic on pointer to SVE type %qT"
36259 msgstr ""
36260
36261 #: config/aarch64/aarch64-sve-builtins.cc:3868
36262 #, gcc-internal-format
36263 msgid "member variables cannot have SVE type %qT"
36264 msgstr ""
36265
36266 #: config/aarch64/aarch64-sve-builtins.cc:3870
36267 #, gcc-internal-format
36268 msgid "fields cannot have SVE type %qT"
36269 msgstr ""
36270
36271 #: config/aarch64/aarch64-sve-builtins.cc:3875
36272 #, gcc-internal-format
36273 msgid "array elements cannot have SVE type %qT"
36274 msgstr ""
36275
36276 #: config/aarch64/aarch64-sve-builtins.cc:3880
36277 #, gcc-internal-format
36278 msgid "cannot allocate objects with SVE type %qT"
36279 msgstr ""
36280
36281 #: config/aarch64/aarch64-sve-builtins.cc:3885
36282 #, gcc-internal-format
36283 msgid "cannot delete objects with SVE type %qT"
36284 msgstr ""
36285
36286 #: config/aarch64/aarch64-sve-builtins.cc:3890
36287 #, gcc-internal-format
36288 msgid "cannot throw or catch SVE type %qT"
36289 msgstr ""
36290
36291 #: config/aarch64/aarch64-sve-builtins.cc:3895
36292 #, gcc-internal-format
36293 msgid "capture by copy of SVE type %qT"
36294 msgstr ""
36295
36296 #: config/aarch64/aarch64.cc:2735
36297 #, gcc-internal-format
36298 msgid "the %qE attribute cannot be applied to an SVE function type"
36299 msgstr ""
36300
36301 #: config/aarch64/aarch64.cc:2810 config/aarch64/aarch64.cc:2824
36302 #, gcc-internal-format
36303 msgid "unexpected %<%s%> after %<%s%>"
36304 msgstr "očekivano je %<%s%> after %<%s%>"
36305
36306 #: config/aarch64/aarch64.cc:3277
36307 #, gcc-internal-format
36308 msgid "%qs is incompatible with the use of floating-point types"
36309 msgstr ""
36310
36311 #: config/aarch64/aarch64.cc:3280
36312 #, gcc-internal-format
36313 msgid "%qs is incompatible with the use of vector types"
36314 msgstr ""
36315
36316 #: config/aarch64/aarch64.cc:3284
36317 #, gcc-internal-format
36318 msgid "%qs feature modifier is incompatible with the use of floating-point types"
36319 msgstr ""
36320
36321 #: config/aarch64/aarch64.cc:3287
36322 #, gcc-internal-format
36323 msgid "%qs feature modifier is incompatible with the use of vector types"
36324 msgstr ""
36325
36326 #: config/aarch64/aarch64.cc:3303
36327 #, gcc-internal-format
36328 msgid "this operation requires the SVE ISA extension"
36329 msgstr ""
36330
36331 #: config/aarch64/aarch64.cc:3304
36332 #, gcc-internal-format
36333 msgid "you can enable SVE using the command-line option %<-march%>, or by using the %<target%> attribute or pragma"
36334 msgstr ""
36335
36336 #. We can't gracefully recover at this point, so make this a
36337 #. fatal error.
36338 #: config/aarch64/aarch64.cc:7030
36339 #, gcc-internal-format
36340 msgid "arguments of type %qT require the SVE ISA extension"
36341 msgstr ""
36342
36343 #: config/aarch64/aarch64.cc:7357
36344 #, gcc-internal-format
36345 msgid "SVE type %qT cannot be passed to an unprototyped function"
36346 msgstr ""
36347
36348 #: config/aarch64/aarch64.cc:7485 config/aarch64/aarch64.cc:7548
36349 #: config/aarch64/aarch64.cc:7671 config/aarch64/aarch64.cc:19665
36350 #: config/arm/arm.cc:7234 config/arm/arm.cc:7264 config/arm/arm.cc:29057
36351 #, gcc-internal-format
36352 msgid "parameter passing for argument of type %qT changed in GCC 9.1"
36353 msgstr ""
36354
36355 #: config/aarch64/aarch64.cc:7616
36356 #, gcc-internal-format
36357 msgid "%qE requires the SVE ISA extension"
36358 msgstr ""
36359
36360 #: config/aarch64/aarch64.cc:7619
36361 #, gcc-internal-format
36362 msgid "calls to functions of type %qT require the SVE ISA extension"
36363 msgstr ""
36364
36365 #: config/aarch64/aarch64.cc:7796
36366 #, gcc-internal-format
36367 msgid "stack probes for SVE frames"
36368 msgstr ""
36369
36370 #: config/aarch64/aarch64.cc:17228
36371 #, gcc-internal-format
36372 msgid "unknown flag passed in %<-moverride=%s%> (%s)"
36373 msgstr ""
36374
36375 #: config/aarch64/aarch64.cc:17272
36376 #, gcc-internal-format
36377 msgid "%qs string ill-formed"
36378 msgstr ""
36379
36380 #: config/aarch64/aarch64.cc:17328
36381 #, gcc-internal-format
36382 msgid "invalid format for %<sve_width%>"
36383 msgstr ""
36384
36385 #: config/aarch64/aarch64.cc:17340
36386 #, gcc-internal-format
36387 msgid "invalid %<sve_width%> value: %d"
36388 msgstr ""
36389
36390 #: config/aarch64/aarch64.cc:17360
36391 #, gcc-internal-format, gfc-internal-format
36392 msgid "tuning string missing in option (%s)"
36393 msgstr ""
36394
36395 #: config/aarch64/aarch64.cc:17378
36396 #, gcc-internal-format, gfc-internal-format
36397 msgid "unknown tuning option (%s)"
36398 msgstr "nepoznata tuning opcija (%s)"
36399
36400 #: config/aarch64/aarch64.cc:17546 config/arm/arm.cc:3188
36401 #: config/riscv/riscv.cc:5061
36402 #, gcc-internal-format
36403 msgid "incompatible options %<-mstack-protector-guard=global%> and %<-mstack-protector-guard-offset=%s%>"
36404 msgstr ""
36405
36406 #: config/aarch64/aarch64.cc:17555 config/riscv/riscv.cc:5070
36407 #, gcc-internal-format
36408 msgid "both %<-mstack-protector-guard-offset%> and %<-mstack-protector-guard-reg%> must be used with %<-mstack-protector-guard=sysreg%>"
36409 msgstr ""
36410
36411 #: config/aarch64/aarch64.cc:17563
36412 #, gcc-internal-format
36413 msgid "specify a system register with a small string length"
36414 msgstr ""
36415
36416 #: config/aarch64/aarch64.cc:17573 config/arm/arm.cc:3200
36417 #: config/riscv/riscv.cc:5099 config/rs6000/rs6000.cc:4569
36418 #, gcc-internal-format
36419 msgid "%qs is not a valid offset in %qs"
36420 msgstr ""
36421
36422 #: config/aarch64/aarch64.cc:17580
36423 #, gcc-internal-format
36424 msgid "%<-fsanitize=shadow-call-stack%> requires %<-ffixed-x18%>"
36425 msgstr ""
36426
36427 #: config/aarch64/aarch64.cc:17670
36428 #, gcc-internal-format
36429 msgid "only values 12 (4 KB) and 16 (64 KB) are supported for guard size.  Given value %d (%llu KB) is out of range"
36430 msgstr ""
36431
36432 #: config/aarch64/aarch64.cc:17686
36433 #, gcc-internal-format
36434 msgid "stack clash guard size %<%d%> must be equal to probing interval %<%d%>"
36435 msgstr ""
36436
36437 #: config/aarch64/aarch64.cc:17795
36438 #, gcc-internal-format
36439 msgid "missing cpu name in %<-mcpu=%s%>"
36440 msgstr ""
36441
36442 #: config/aarch64/aarch64.cc:17802
36443 #, gcc-internal-format
36444 msgid "invalid feature modifier %qs in %<-mcpu=%s%>"
36445 msgstr ""
36446
36447 #: config/aarch64/aarch64.cc:17861
36448 #, gcc-internal-format
36449 msgid "invalid argument given to %<-mharden-sls=%>"
36450 msgstr ""
36451
36452 #: config/aarch64/aarch64.cc:17872
36453 #, gcc-internal-format
36454 msgid "%qs must be by itself for %<-mharden-sls=%>"
36455 msgstr ""
36456
36457 #: config/aarch64/aarch64.cc:17877
36458 #, gcc-internal-format
36459 msgid "invalid argument %<%s%> for %<-mharden-sls=%>"
36460 msgstr ""
36461
36462 #: config/aarch64/aarch64.cc:17983
36463 #, gcc-internal-format
36464 msgid "invalid argument %<%s%> for %<-mbranch-protection=%>"
36465 msgstr ""
36466
36467 #: config/aarch64/aarch64.cc:17985
36468 #, gcc-internal-format
36469 msgid "missing argument for %<-mbranch-protection=%>"
36470 msgstr ""
36471
36472 #: config/aarch64/aarch64.cc:18009
36473 #, gcc-internal-format
36474 msgid "missing arch name in %<-march=%s%>"
36475 msgstr ""
36476
36477 #: config/aarch64/aarch64.cc:18012
36478 #, gcc-internal-format
36479 msgid "unknown value %qs for %<-march%>"
36480 msgstr ""
36481
36482 #: config/aarch64/aarch64.cc:18016
36483 #, gcc-internal-format
36484 msgid "invalid feature modifier %qs in %<-march=%s%>"
36485 msgstr ""
36486
36487 #: config/aarch64/aarch64.cc:18044
36488 #, gcc-internal-format
36489 msgid "missing cpu name in %<-mtune=%s%>"
36490 msgstr ""
36491
36492 #: config/aarch64/aarch64.cc:18047
36493 #, gcc-internal-format
36494 msgid "unknown value %qs for %<-mtune%>"
36495 msgstr ""
36496
36497 #: config/aarch64/aarch64.cc:18181
36498 #, gcc-internal-format
36499 msgid "switch %<-mcpu=%s%> conflicts with %<-march=%s%> switch"
36500 msgstr ""
36501
36502 #: config/aarch64/aarch64.cc:18237
36503 #, gcc-internal-format
36504 msgid "assembler does not support %<-mabi=ilp32%>"
36505 msgstr ""
36506
36507 #: config/aarch64/aarch64.cc:18244
36508 #, gcc-internal-format
36509 msgid "return address signing is only supported for %<-mabi=lp64%>"
36510 msgstr ""
36511
36512 #: config/aarch64/aarch64.cc:18326
36513 #, gcc-internal-format
36514 msgid "code model %qs with %<-f%s%>"
36515 msgstr ""
36516
36517 #: config/aarch64/aarch64.cc:18329
36518 #, gcc-internal-format
36519 msgid "code model %qs not supported in ilp32 mode"
36520 msgstr ""
36521
36522 #: config/aarch64/aarch64.cc:18508
36523 #, gcc-internal-format
36524 msgid "missing name in %<target(\"arch=\")%> pragma or attribute"
36525 msgstr ""
36526
36527 #: config/aarch64/aarch64.cc:18511
36528 #, gcc-internal-format
36529 msgid "invalid name %qs in %<target(\"arch=\")%> pragma or attribute"
36530 msgstr ""
36531
36532 #: config/aarch64/aarch64.cc:18515
36533 #, gcc-internal-format
36534 msgid "invalid feature modifier %s of value %qs in %<target()%> pragma or attribute"
36535 msgstr ""
36536
36537 #: config/aarch64/aarch64.cc:18550
36538 #, gcc-internal-format
36539 msgid "missing name in %<target(\"cpu=\")%> pragma or attribute"
36540 msgstr ""
36541
36542 #: config/aarch64/aarch64.cc:18553
36543 #, gcc-internal-format
36544 msgid "invalid name %qs in %<target(\"cpu=\")%> pragma or attribute"
36545 msgstr ""
36546
36547 #: config/aarch64/aarch64.cc:18557 config/aarch64/aarch64.cc:18664
36548 #, gcc-internal-format
36549 msgid "invalid feature modifier %qs of value %qs in %<target()%> pragma or attribute"
36550 msgstr ""
36551
36552 #: config/aarch64/aarch64.cc:18580
36553 #, gcc-internal-format
36554 msgid "missing argument to %<target(\"branch-protection=\")%> pragma or attribute"
36555 msgstr ""
36556
36557 #: config/aarch64/aarch64.cc:18584
36558 #, gcc-internal-format
36559 msgid "invalid protection type %qs in %<target(\"branch-protection=\")%> pragma or attribute"
36560 msgstr ""
36561
36562 #: config/aarch64/aarch64.cc:18619
36563 #, gcc-internal-format
36564 msgid "invalid name %qs in %<target(\"tune=\")%> pragma or attribute"
36565 msgstr ""
36566
36567 #: config/aarch64/aarch64.cc:18660
36568 #, gcc-internal-format
36569 msgid "missing value in %<target()%> pragma or attribute"
36570 msgstr ""
36571
36572 #: config/aarch64/aarch64.cc:18718 config/aarch64/aarch64.cc:18891
36573 #, gcc-internal-format
36574 msgid "malformed %<target()%> pragma or attribute"
36575 msgstr ""
36576
36577 #: config/aarch64/aarch64.cc:18762
36578 #, gcc-internal-format
36579 msgid "pragma or attribute %<target(\"%s\")%> does not accept an argument"
36580 msgstr ""
36581
36582 #: config/aarch64/aarch64.cc:18770 config/i386/i386-options.cc:1234
36583 #, gcc-internal-format
36584 msgid "pragma or attribute %<target(\"%s\")%> does not allow a negated form"
36585 msgstr ""
36586
36587 #: config/aarch64/aarch64.cc:18824
36588 #, gcc-internal-format
36589 msgid "pragma or attribute %<target(\"%s=%s\")%> is not valid"
36590 msgstr ""
36591
36592 #: config/aarch64/aarch64.cc:18881 config/arm/arm.cc:33166
36593 #: config/rs6000/rs6000.cc:24260 config/s390/s390.cc:15840
36594 #, gcc-internal-format
36595 msgid "attribute %<target%> argument not a string"
36596 msgstr ""
36597
36598 #: config/aarch64/aarch64.cc:18916
36599 #, gcc-internal-format
36600 msgid "arch extension %<%s%> should be prefixed by %<+%>"
36601 msgstr ""
36602
36603 #: config/aarch64/aarch64.cc:18919
36604 #, gcc-internal-format
36605 msgid "pragma or attribute %<target(\"%s\")%> is not valid"
36606 msgstr ""
36607
36608 #: config/aarch64/aarch64.cc:18928
36609 #, gcc-internal-format
36610 msgid "malformed %<target(\"%s\")%> pragma or attribute"
36611 msgstr ""
36612
36613 #: config/aarch64/aarch64.cc:20393 config/arm/arm.cc:6582
36614 #: config/rs6000/rs6000-call.cc:374 config/s390/s390.cc:12227
36615 #: config/s390/s390.cc:12304
36616 msgid "parameter passing for argument of type %qT with %<[[no_unique_address]]%> members changed %{in GCC 10.1%}"
36617 msgstr ""
36618
36619 #: config/aarch64/aarch64.cc:20398 config/arm/arm.cc:6587
36620 #: config/rs6000/rs6000-call.cc:369 config/s390/s390.cc:12222
36621 #: config/s390/s390.cc:12299
36622 msgid "parameter passing for argument of type %qT when C++17 is enabled changed to match C++14 %{in GCC 10.1%}"
36623 msgstr ""
36624
36625 #: config/aarch64/aarch64.cc:20403 config/arm/arm.cc:6592
36626 msgid "parameter passing for argument of type %qT changed %{in GCC 12.1%}"
36627 msgstr ""
36628
36629 #: config/aarch64/aarch64.cc:21552 config/aarch64/aarch64.cc:21555
36630 #, gcc-internal-format
36631 msgid "lane %wd out of range %wd - %wd"
36632 msgstr ""
36633
36634 #: config/aarch64/aarch64.cc:26663 config/i386/i386.cc:23315
36635 #: config/i386/i386.cc:23443
36636 #, gcc-internal-format
36637 msgid "unsupported simdlen %wd"
36638 msgstr ""
36639
36640 #: config/aarch64/aarch64.cc:26673 config/aarch64/aarch64.cc:26700
36641 #, gcc-internal-format
36642 msgid "GCC does not currently support mixed size types for %<simd%> functions"
36643 msgstr ""
36644
36645 #: config/aarch64/aarch64.cc:26677
36646 #, gcc-internal-format
36647 msgid "GCC does not currently support return type %qT for %<simd%> functions"
36648 msgstr ""
36649
36650 #: config/aarch64/aarch64.cc:26681
36651 #, gcc-internal-format
36652 msgid "unsupported return type %qT for %<simd%> functions"
36653 msgstr ""
36654
36655 #: config/aarch64/aarch64.cc:26704
36656 #, gcc-internal-format
36657 msgid "GCC does not currently support argument type %qT for %<simd%> functions"
36658 msgstr ""
36659
36660 #: config/aarch64/aarch64.cc:26729
36661 #, gcc-internal-format
36662 msgid "GCC does not currently support simdlen %wd for type %qT"
36663 msgstr ""
36664
36665 #: config/alpha/alpha.cc:420
36666 #, gcc-internal-format
36667 msgid "bad value %qs for %<-mtrap-precision%> switch"
36668 msgstr ""
36669
36670 #: config/alpha/alpha.cc:435
36671 #, gcc-internal-format
36672 msgid "bad value %qs for %<-mfp-rounding-mode%> switch"
36673 msgstr ""
36674
36675 #: config/alpha/alpha.cc:450
36676 #, gcc-internal-format
36677 msgid "bad value %qs for %<-mfp-trap-mode%> switch"
36678 msgstr ""
36679
36680 #: config/alpha/alpha.cc:468
36681 #, gcc-internal-format
36682 msgid "bad value %qs for %<-mcpu%> switch"
36683 msgstr ""
36684
36685 #: config/alpha/alpha.cc:483
36686 #, gcc-internal-format
36687 msgid "bad value %qs for %<-mtune%> switch"
36688 msgstr ""
36689
36690 #: config/alpha/alpha.cc:501
36691 #, gcc-internal-format
36692 msgid "fp software completion requires %<-mtrap-precision=i%>"
36693 msgstr ""
36694
36695 #: config/alpha/alpha.cc:517
36696 #, gcc-internal-format
36697 msgid "rounding mode not supported for VAX floats"
36698 msgstr ""
36699
36700 #: config/alpha/alpha.cc:522
36701 #, gcc-internal-format
36702 msgid "trap mode not supported for VAX floats"
36703 msgstr ""
36704
36705 #: config/alpha/alpha.cc:526
36706 #, gcc-internal-format
36707 msgid "128-bit %<long double%> not supported for VAX floats"
36708 msgstr ""
36709
36710 #: config/alpha/alpha.cc:554
36711 #, gcc-internal-format, gfc-internal-format
36712 msgid "L%d cache latency unknown for %s"
36713 msgstr ""
36714
36715 #: config/alpha/alpha.cc:569
36716 #, gcc-internal-format
36717 msgid "bad value %qs for %<-mmemory-latency%>"
36718 msgstr ""
36719
36720 #: config/alpha/alpha.cc:6651 config/alpha/alpha.cc:6654
36721 #: config/arc/arc.cc:7078 config/arc/arc.cc:7352 config/s390/s390.cc:882
36722 #: config/tilegx/tilegx.cc:3537 config/tilepro/tilepro.cc:3100
36723 #, gcc-internal-format
36724 msgid "bad builtin fcode"
36725 msgstr ""
36726
36727 #: config/arc/arc.cc:1098
36728 #, gcc-internal-format
36729 msgid "%<-mno-mpy%> supported only for ARC700 or ARCv2"
36730 msgstr ""
36731
36732 #: config/arc/arc.cc:1101
36733 #, gcc-internal-format
36734 msgid "%<-mno-dpfp-lrsr%> supported only with %<-mdpfp%>"
36735 msgstr ""
36736
36737 #: config/arc/arc.cc:1106
36738 #, gcc-internal-format
36739 msgid "FPX fast and compact options cannot be specified together"
36740 msgstr ""
36741
36742 #: config/arc/arc.cc:1110
36743 #, gcc-internal-format
36744 msgid "%<-mspfp_fast%> not available on ARC600 or ARC601"
36745 msgstr ""
36746
36747 #: config/arc/arc.cc:1115
36748 #, gcc-internal-format
36749 msgid "no FPX/FPU mixing allowed"
36750 msgstr ""
36751
36752 #: config/arc/arc.cc:1120
36753 #, gcc-internal-format
36754 msgid "PIC is not supported for %qs"
36755 msgstr ""
36756
36757 #: config/arc/arc.cc:1159
36758 #, gcc-internal-format
36759 msgid "missing dash"
36760 msgstr ""
36761
36762 #: config/arc/arc.cc:1171
36763 #, gcc-internal-format
36764 msgid "first register must be R0"
36765 msgstr ""
36766
36767 #: config/arc/arc.cc:1191
36768 #, gcc-internal-format, gfc-internal-format
36769 msgid "last register name %s must be an odd register"
36770 msgstr ""
36771
36772 #: config/arc/arc.cc:1200 config/ia64/ia64.cc:6051 config/pa/pa.cc:480
36773 #: config/sh/sh.cc:8292
36774 #, gcc-internal-format, gfc-internal-format
36775 msgid "%s-%s is an empty range"
36776 msgstr ""
36777
36778 #: config/arc/arc.cc:1250
36779 #, gcc-internal-format
36780 msgid "invalid number in %<-mrgf-banked-regs=%s%> valid values are 0, 4, 8, 16, or 32"
36781 msgstr ""
36782
36783 #: config/arc/arc.cc:1312
36784 #, gcc-internal-format
36785 msgid "option %<-mirq-ctrl-saved%> valid only for ARC v2 processors"
36786 msgstr ""
36787
36788 #: config/arc/arc.cc:1321
36789 #, gcc-internal-format
36790 msgid "option %<-mrgf-banked-regs%> valid only for ARC v2 processors"
36791 msgstr ""
36792
36793 #. Check options against architecture options.  Throw an error if
36794 #. option is not allowed.  Extra, check options against default
36795 #. architecture/cpu flags and throw an warning if we find a
36796 #. mismatch.
36797 #. TRANSLATORS: the DOC/DOC0/DOC1 are strings which shouldn't be
36798 #. translated.  They are like keywords which one can relate with the
36799 #. architectural choices taken for an ARC CPU implementation.
36800 #: config/arc/arc.cc:1365
36801 #, gcc-internal-format
36802 msgid "option %<%s=%s%> is not available for %qs CPU"
36803 msgstr ""
36804
36805 #: config/arc/arc.cc:1370
36806 #, gcc-internal-format
36807 msgid "option %qs is ignored, the default value %qs is considered for %qs CPU"
36808 msgstr ""
36809
36810 #: config/arc/arc.cc:1378
36811 #, gcc-internal-format
36812 msgid "option %qs is not available for %qs CPU"
36813 msgstr ""
36814
36815 #: config/arc/arc.cc:1383
36816 #, gcc-internal-format
36817 msgid "unset option %qs is ignored, it is always enabled for %qs CPU"
36818 msgstr ""
36819
36820 #: config/arc/arc.cc:1949
36821 #, gcc-internal-format, gfc-internal-format
36822 msgid "multiply option implies r%d is fixed"
36823 msgstr ""
36824
36825 #: config/arc/arc.cc:2097 config/epiphany/epiphany.cc:508
36826 #: config/epiphany/epiphany.cc:550
36827 #, gcc-internal-format
36828 msgid "argument of %qE attribute is not a string constant"
36829 msgstr ""
36830
36831 #: config/arc/arc.cc:2106
36832 #, gcc-internal-format
36833 msgid "argument of %qE attribute is not \"ilink1\" or \"ilink2\""
36834 msgstr ""
36835
36836 #: config/arc/arc.cc:2115
36837 #, gcc-internal-format
36838 msgid "argument of %qE attribute is not \"ilink\" or \"firq\""
36839 msgstr ""
36840
36841 #: config/arc/arc.cc:2129 config/arm/arm.cc:7375 config/arm/arm.cc:7393
36842 #: config/arm/arm.cc:7574 config/avr/avr.cc:9588 config/avr/avr.cc:9604
36843 #: config/bfin/bfin.cc:4694 config/bfin/bfin.cc:4755 config/bfin/bfin.cc:4785
36844 #: config/bpf/bpf.cc:99 config/csky/csky.cc:6454 config/csky/csky.cc:6482
36845 #: config/epiphany/epiphany.cc:491 config/gcn/gcn.cc:342
36846 #: config/h8300/h8300.cc:4944 config/i386/i386-options.cc:3336
36847 #: config/i386/i386-options.cc:3513 config/i386/i386-options.cc:3569
36848 #: config/i386/i386-options.cc:3620 config/i386/i386-options.cc:3657
36849 #: config/m68k/m68k.cc:792 config/mcore/mcore.cc:3066
36850 #: config/nvptx/nvptx.cc:5785 config/riscv/riscv.cc:3273
36851 #: config/rl78/rl78.cc:820 config/rl78/rl78.cc:889
36852 #: config/rs6000/rs6000.cc:20201 config/rx/rx.cc:2727 config/rx/rx.cc:2753
36853 #: config/s390/s390.cc:1097 config/s390/s390.cc:1184 config/sh/sh.cc:8428
36854 #: config/sh/sh.cc:8446 config/sh/sh.cc:8470 config/sh/sh.cc:8541
36855 #: config/sh/sh.cc:8564 config/stormy16/stormy16.cc:2229
36856 #: config/v850/v850.cc:2010 config/visium/visium.cc:724
36857 #, gcc-internal-format
36858 msgid "%qE attribute only applies to functions"
36859 msgstr ""
36860
36861 #: config/arc/arc.cc:6977
36862 #, gcc-internal-format
36863 msgid "%<__builtin_arc_aligned%> with non-constant alignment"
36864 msgstr ""
36865
36866 #: config/arc/arc.cc:6985
36867 #, gcc-internal-format
36868 msgid "invalid alignment value for %<__builtin_arc_aligned%>"
36869 msgstr ""
36870
36871 #: config/arc/arc.cc:7148
36872 #, gcc-internal-format
36873 msgid "operand 1 should be an unsigned 3-bit immediate"
36874 msgstr ""
36875
36876 #: config/arc/arc.cc:7189 config/arc/arc.cc:7286
36877 #, gcc-internal-format
36878 msgid "operand 2 should be an unsigned 3-bit value (I0-I7)"
36879 msgstr ""
36880
36881 #: config/arc/arc.cc:7222 config/arc/arc.cc:7254
36882 #, gcc-internal-format
36883 msgid "operand 1 should be an unsigned 3-bit value (I0-I7)"
36884 msgstr ""
36885
36886 #: config/arc/arc.cc:7226 config/arc/arc.cc:7258
36887 #, gcc-internal-format
36888 msgid "operand 2 should be an unsigned 8-bit value"
36889 msgstr ""
36890
36891 #: config/arc/arc.cc:7290
36892 #, gcc-internal-format
36893 msgid "operand 3 should be an unsigned 8-bit value"
36894 msgstr ""
36895
36896 #: config/arc/arc.cc:7323
36897 #, gcc-internal-format
36898 msgid "operand 4 should be an unsigned 8-bit value (0-255)"
36899 msgstr ""
36900
36901 #: config/arc/arc.cc:7327
36902 #, gcc-internal-format
36903 msgid "operand 3 should be an unsigned 3-bit value (I0-I7)"
36904 msgstr ""
36905
36906 #: config/arc/arc.cc:7334
36907 #, gcc-internal-format
36908 msgid "operand 2 should be an unsigned 3-bit value (subreg 0-7)"
36909 msgstr ""
36910
36911 #: config/arc/arc.cc:7337
36912 #, gcc-internal-format
36913 msgid "operand 2 should be an even 3-bit value (subreg 0,2,4,6)"
36914 msgstr ""
36915
36916 #: config/arc/arc.cc:7384
36917 #, gcc-internal-format, gfc-internal-format
36918 msgid "builtin requires an immediate for operand %d"
36919 msgstr ""
36920
36921 #: config/arc/arc.cc:7389
36922 #, gcc-internal-format, gfc-internal-format
36923 msgid "operand %d should be a 6 bit unsigned immediate"
36924 msgstr ""
36925
36926 #: config/arc/arc.cc:7393
36927 #, gcc-internal-format, gfc-internal-format
36928 msgid "operand %d should be a 8 bit unsigned immediate"
36929 msgstr ""
36930
36931 #: config/arc/arc.cc:7397
36932 #, gcc-internal-format, gfc-internal-format
36933 msgid "operand %d should be a 3 bit unsigned immediate"
36934 msgstr ""
36935
36936 #: config/arc/arc.cc:7400
36937 #, gcc-internal-format, gfc-internal-format
36938 msgid "unknown builtin immediate operand type for operand %d"
36939 msgstr ""
36940
36941 #: config/arc/arc.cc:7451
36942 #, gcc-internal-format
36943 msgid "register number must be a compile-time constant.  Try giving higher optimization levels"
36944 msgstr ""
36945
36946 #: config/arc/arc.cc:8441
36947 #, gcc-internal-format
36948 msgid "insn addresses not set after shorten branches"
36949 msgstr ""
36950
36951 #: config/arc/arc.cc:8656
36952 #, gcc-internal-format
36953 msgid "insn addresses not freed"
36954 msgstr ""
36955
36956 #: config/arc/arc.cc:11064
36957 #, gcc-internal-format
36958 msgid "%qE attribute only valid for ARCv2 architecture"
36959 msgstr ""
36960
36961 #: config/arc/arc.cc:11072 config/arc/arc.cc:11111
36962 #, gcc-internal-format
36963 msgid "argument of %qE attribute is missing"
36964 msgstr ""
36965
36966 #: config/arc/arc.cc:11083 config/arc/arc.cc:11122 config/arc/arc.cc:11248
36967 #: config/avr/avr.cc:9660
36968 #, gcc-internal-format
36969 msgid "%qE attribute allows only an integer constant argument"
36970 msgstr ""
36971
36972 #: config/arc/arc.cc:11103
36973 #, gcc-internal-format
36974 msgid "%qE attribute only valid for ARC EM architecture"
36975 msgstr ""
36976
36977 #: config/arc/arc.cc:11158
36978 #, gcc-internal-format
36979 msgid "%qE attribute only applies to types"
36980 msgstr ""
36981
36982 #: config/arc/arc.cc:11164
36983 #, gcc-internal-format
36984 msgid "argument of %qE attribute ignored"
36985 msgstr ""
36986
36987 #: config/arc/arc.cc:11238 config/avr/avr.cc:9647 config/bfin/bfin.cc:4817
36988 #: config/i386/winnt.cc:63 config/nvptx/nvptx.cc:5808
36989 #, gcc-internal-format
36990 msgid "%qE attribute only applies to variables"
36991 msgstr ""
36992
36993 #: config/arm/aarch-common.cc:550 config/i386/i386.cc:22179
36994 #, gcc-internal-format
36995 msgid "alternatives not allowed in %<asm%> flag output"
36996 msgstr ""
36997
36998 #: config/arm/aarch-common.cc:611 config/i386/i386.cc:22243
36999 #, gcc-internal-format
37000 msgid "unknown %<asm%> flag output %qs"
37001 msgstr ""
37002
37003 #: config/arm/aarch-common.cc:621 config/i386/i386.cc:22272
37004 #, gcc-internal-format
37005 msgid "invalid type for %<asm%> flag output"
37006 msgstr ""
37007
37008 #: config/arm/arm-builtins.cc:3065
37009 #, gcc-internal-format, gfc-internal-format
37010 msgid "coprocessor %d is not enabled with +cdecp%d"
37011 msgstr ""
37012
37013 #: config/arm/arm-builtins.cc:3069
37014 #, gcc-internal-format
37015 msgid "coproc must be a constant immediate in range [0-%d] enabled with %<+cdecp<N>%>"
37016 msgstr ""
37017
37018 #: config/arm/arm-builtins.cc:3078
37019 #, gcc-internal-format
37020 msgid "argument %d to %qE must be a constant immediate in range [0-%d]"
37021 msgstr ""
37022
37023 #: config/arm/arm-builtins.cc:3197
37024 #, gcc-internal-format
37025 msgid "this builtin is not supported for this target"
37026 msgstr ""
37027
37028 #: config/arm/arm-builtins.cc:3312
37029 #, gcc-internal-format
37030 msgid "saturation bit range must be in the range [%wd, %wd]"
37031 msgstr ""
37032
37033 #: config/arm/arm-builtins.cc:3317
37034 #, gcc-internal-format
37035 msgid "saturation bit range must be a constant immediate"
37036 msgstr ""
37037
37038 #: config/arm/arm-builtins.cc:3340
37039 #, gcc-internal-format
37040 msgid "You must enable MVE instructions to use these intrinsics"
37041 msgstr ""
37042
37043 #: config/arm/arm-builtins.cc:3362
37044 #, gcc-internal-format
37045 msgid "You must enable NEON instructions (e.g. %<-mfloat-abi=softfp%> %<-mfpu=neon%>) to use these intrinsics."
37046 msgstr ""
37047
37048 #: config/arm/arm-builtins.cc:3384
37049 #, gcc-internal-format
37050 msgid "You must enable VFP instructions to use these intrinsics."
37051 msgstr ""
37052
37053 #: config/arm/arm-builtins.cc:3463
37054 #, gcc-internal-format
37055 msgid "You must enable crypto instructions (e.g. include %<-mfloat-abi=softfp%> %<-mfpu=crypto-neon%>) to use these intrinsics."
37056 msgstr ""
37057
37058 #. @@@ better error message
37059 #: config/arm/arm-builtins.cc:3541 config/arm/arm-builtins.cc:3645
37060 #, gcc-internal-format
37061 msgid "selector must be an immediate"
37062 msgstr ""
37063
37064 #: config/arm/arm-builtins.cc:3549 config/arm/arm-builtins.cc:3594
37065 #: config/arm/arm-builtins.cc:3652 config/arm/arm-builtins.cc:3661
37066 #, gcc-internal-format
37067 msgid "the range of selector should be in 0 to 7"
37068 msgstr ""
37069
37070 #: config/arm/arm-builtins.cc:3554 config/arm/arm-builtins.cc:3663
37071 #, gcc-internal-format
37072 msgid "the range of selector should be in 0 to 3"
37073 msgstr ""
37074
37075 #: config/arm/arm-builtins.cc:3559 config/arm/arm-builtins.cc:3665
37076 #, gcc-internal-format
37077 msgid "the range of selector should be in 0 to 1"
37078 msgstr ""
37079
37080 #: config/arm/arm-builtins.cc:3731
37081 #, gcc-internal-format
37082 msgid "mask must be an immediate"
37083 msgstr ""
37084
37085 #: config/arm/arm-builtins.cc:3736
37086 #, gcc-internal-format
37087 msgid "the range of mask should be in 0 to 255"
37088 msgstr ""
37089
37090 #: config/arm/arm-builtins.cc:3924
37091 #, gcc-internal-format
37092 msgid "the range of count should be in 0 to 32; please check the intrinsic %qs in code"
37093 msgstr ""
37094
37095 #: config/arm/arm-builtins.cc:3932
37096 #, gcc-internal-format
37097 msgid "the range of count should be in 0 to 16; please check the intrinsic %qs in code"
37098 msgstr ""
37099
37100 #: config/arm/arm-builtins.cc:3940
37101 #, gcc-internal-format
37102 msgid "the range of count should be in 0 to 64; please check the intrinsic %qs in code"
37103 msgstr ""
37104
37105 #: config/arm/arm-builtins.cc:4003
37106 #, gcc-internal-format
37107 msgid "the count should be no less than 0; please check the intrinsic %qs in code"
37108 msgstr ""
37109
37110 #: config/arm/arm-c.cc:108
37111 #, gcc-internal-format
37112 msgid "argument %u to function %qE is of type %qT which is not known to be 128 bits wide"
37113 msgstr ""
37114
37115 #: config/arm/arm-c.cc:140
37116 #, gcc-internal-format
37117 msgid "%<#pragma GCC arm%> requires a string parameter"
37118 msgstr ""
37119
37120 #: config/arm/arm-c.cc:148
37121 #, gcc-internal-format
37122 msgid "unknown %<#pragma GCC arm%> option %qs"
37123 msgstr ""
37124
37125 #: config/arm/arm-mve-builtins.cc:179
37126 #, gcc-internal-format
37127 msgid "this definition requires the MVE ISA extension"
37128 msgstr ""
37129
37130 #: config/arm/arm.cc:2941
37131 #, gcc-internal-format
37132 msgid "iWMMXt and NEON are incompatible"
37133 msgstr ""
37134
37135 #: config/arm/arm.cc:2947
37136 #, gcc-internal-format
37137 msgid "target CPU does not support ARM mode"
37138 msgstr ""
37139
37140 #: config/arm/arm.cc:2951
37141 #, gcc-internal-format
37142 msgid "enabling backtrace support is only meaningful when compiling for the Thumb"
37143 msgstr ""
37144
37145 #: config/arm/arm.cc:2954
37146 #, gcc-internal-format
37147 msgid "enabling callee interworking support is only meaningful when compiling for the Thumb"
37148 msgstr ""
37149
37150 #: config/arm/arm.cc:2962
37151 #, gcc-internal-format
37152 msgid "%<-g%> with %<-mno-apcs-frame%> may not give sensible debugging"
37153 msgstr ""
37154
37155 #: config/arm/arm.cc:2967
37156 #, gcc-internal-format
37157 msgid "iWMMXt unsupported under Thumb mode"
37158 msgstr ""
37159
37160 #: config/arm/arm.cc:2970
37161 #, gcc-internal-format
37162 msgid "cannot use %<-mtp=cp15%> with 16-bit Thumb"
37163 msgstr ""
37164
37165 #: config/arm/arm.cc:2974
37166 #, gcc-internal-format
37167 msgid "RTP PIC is incompatible with Thumb"
37168 msgstr ""
37169
37170 #: config/arm/arm.cc:2987
37171 #, gcc-internal-format, gfc-internal-format
37172 msgid "%s only supports non-pic code on M-profile targets with the MOVT instruction"
37173 msgstr ""
37174
37175 #: config/arm/arm.cc:2992
37176 #, gcc-internal-format, gfc-internal-format
37177 msgid "%s only supports non-pic code on M-profile targets"
37178 msgstr ""
37179
37180 #: config/arm/arm.cc:2997
37181 #, gcc-internal-format
37182 msgid "%s incompatible with %<-mword-relocations%>"
37183 msgstr ""
37184
37185 #: config/arm/arm.cc:3099
37186 #, gcc-internal-format
37187 msgid "target CPU does not support THUMB instructions"
37188 msgstr ""
37189
37190 #: config/arm/arm.cc:3149
37191 #, gcc-internal-format
37192 msgid "target CPU does not support unaligned accesses"
37193 msgstr ""
37194
37195 #: config/arm/arm.cc:3287
37196 #, gcc-internal-format
37197 msgid "switch %<-mcpu=%s%> conflicts with switch %<-march=%s%>"
37198 msgstr ""
37199
37200 #: config/arm/arm.cc:3542
37201 #, gcc-internal-format
37202 msgid "%<-mapcs-stack-check%> incompatible with %<-mno-apcs-frame%>"
37203 msgstr ""
37204
37205 #: config/arm/arm.cc:3551
37206 #, gcc-internal-format
37207 msgid "%<-fpic%> and %<-mapcs-reent%> are incompatible"
37208 msgstr ""
37209
37210 #: config/arm/arm.cc:3554
37211 #, gcc-internal-format
37212 msgid "APCS reentrant code not supported.  Ignored"
37213 msgstr ""
37214
37215 #: config/arm/arm.cc:3577
37216 #, gcc-internal-format
37217 msgid "option %<-mstructure-size-boundary%> is deprecated"
37218 msgstr ""
37219
37220 #: config/arm/arm.cc:3585
37221 #, gcc-internal-format
37222 msgid "structure size boundary can only be set to 8, 32 or 64"
37223 msgstr ""
37224
37225 #: config/arm/arm.cc:3587
37226 #, gcc-internal-format
37227 msgid "structure size boundary can only be set to 8 or 32"
37228 msgstr ""
37229
37230 #: config/arm/arm.cc:3612
37231 #, gcc-internal-format
37232 msgid "RTP PIC is incompatible with %<-msingle-pic-base%>"
37233 msgstr ""
37234
37235 #: config/arm/arm.cc:3624 config/arm/arm.cc:33180
37236 #, gcc-internal-format
37237 msgid "FDPIC mode is not supported in Thumb-1 mode"
37238 msgstr ""
37239
37240 #: config/arm/arm.cc:3632
37241 #, gcc-internal-format
37242 msgid "%<-mpic-register=%> is useless without %<-fpic%>"
37243 msgstr ""
37244
37245 #: config/arm/arm.cc:3641
37246 #, gcc-internal-format
37247 msgid "unable to use %qs for PIC register"
37248 msgstr ""
37249
37250 #: config/arm/arm.cc:3681 config/pru/pru.cc:612
37251 #, gcc-internal-format
37252 msgid "%<-freorder-blocks-and-partition%> not supported on this architecture"
37253 msgstr ""
37254
37255 #: config/arm/arm.cc:3848
37256 #, gcc-internal-format
37257 msgid "selected fp16 options are incompatible"
37258 msgstr ""
37259
37260 #: config/arm/arm.cc:3883
37261 #, gcc-internal-format
37262 msgid "%<-mstack-protector-guard=tls%> needs a hardware TLS register"
37263 msgstr ""
37264
37265 #: config/arm/arm.cc:3903
37266 #, gcc-internal-format
37267 msgid "iwmmxt requires an AAPCS compatible ABI for proper operation"
37268 msgstr ""
37269
37270 #: config/arm/arm.cc:3906
37271 #, gcc-internal-format
37272 msgid "iwmmxt abi requires an iwmmxt capable cpu"
37273 msgstr ""
37274
37275 #: config/arm/arm.cc:3914
37276 #, gcc-internal-format
37277 msgid "target CPU does not support interworking"
37278 msgstr ""
37279
37280 #: config/arm/arm.cc:3927
37281 #, gcc-internal-format
37282 msgid "AAPCS does not support %<-mcaller-super-interworking%>"
37283 msgstr ""
37284
37285 #: config/arm/arm.cc:3930
37286 #, gcc-internal-format
37287 msgid "AAPCS does not support %<-mcallee-super-interworking%>"
37288 msgstr ""
37289
37290 #: config/arm/arm.cc:3935
37291 #, gcc-internal-format
37292 msgid "%<__fp16%> and no ldrh"
37293 msgstr ""
37294
37295 #: config/arm/arm.cc:3938
37296 #, gcc-internal-format
37297 msgid "target CPU does not support ARMv8-M Security Extensions"
37298 msgstr ""
37299
37300 #: config/arm/arm.cc:3943
37301 #, gcc-internal-format
37302 msgid "ARMv8-M Security Extensions incompatible with selected FPU"
37303 msgstr ""
37304
37305 #: config/arm/arm.cc:3955
37306 #, gcc-internal-format
37307 msgid "%<-mfloat-abi=hard%>: selected architecture lacks an FPU"
37308 msgstr ""
37309
37310 #: config/arm/arm.cc:3963
37311 #, gcc-internal-format
37312 msgid "%<-mfloat-abi=hard%> and VFP"
37313 msgstr ""
37314
37315 #: config/arm/arm.cc:6222
37316 #, gcc-internal-format
37317 msgid "non-AAPCS derived PCS variant"
37318 msgstr ""
37319
37320 #: config/arm/arm.cc:6224
37321 #, gcc-internal-format
37322 msgid "variadic functions must use the base AAPCS variant"
37323 msgstr ""
37324
37325 #: config/arm/arm.cc:6253
37326 #, gcc-internal-format
37327 msgid "PCS variant"
37328 msgstr ""
37329
37330 #: config/arm/arm.cc:6528
37331 #, gcc-internal-format
37332 msgid "Thumb-1 %<hard-float%> VFP ABI"
37333 msgstr ""
37334
37335 #: config/arm/arm.cc:6623
37336 #, gcc-internal-format
37337 msgid "argument of type %qT not permitted with %<-mgeneral-regs-only%>"
37338 msgstr ""
37339
37340 #: config/arm/arm.cc:7007 config/arm/arm.cc:7228 config/arm/arm.cc:7261
37341 #: config/arm/arm.cc:29050
37342 #, gcc-internal-format
37343 msgid "parameter passing for argument of type %qT changed in GCC 7.1"
37344 msgstr ""
37345
37346 #: config/arm/arm.cc:7399
37347 #, gcc-internal-format
37348 msgid "FP registers might be clobbered despite %qE attribute: compile with %<-mgeneral-regs-only%>"
37349 msgstr ""
37350
37351 #: config/arm/arm.cc:7523
37352 #, gcc-internal-format
37353 msgid "%qE attribute not available to functions with arguments passed on the stack"
37354 msgstr ""
37355
37356 #: config/arm/arm.cc:7535
37357 #, gcc-internal-format
37358 msgid "%qE attribute not available to functions with variable number of arguments"
37359 msgstr ""
37360
37361 #: config/arm/arm.cc:7544
37362 #, gcc-internal-format
37363 msgid "%qE attribute not available to functions that return value on the stack"
37364 msgstr ""
37365
37366 #: config/arm/arm.cc:7566 config/arm/arm.cc:7618
37367 #, gcc-internal-format
37368 msgid "%qE attribute ignored without %<-mcmse%> option"
37369 msgstr ""
37370
37371 #: config/arm/arm.cc:7585
37372 #, gcc-internal-format
37373 msgid "%qE attribute has no effect on functions with static linkage"
37374 msgstr ""
37375
37376 #: config/arm/arm.cc:7634
37377 #, gcc-internal-format
37378 msgid "%qE attribute only applies to base type of a function pointer"
37379 msgstr ""
37380
37381 #: config/arm/arm.cc:9614
37382 #, gcc-internal-format
37383 msgid "accessing thread-local storage is not currently supported with %<-mpure-code%> or %<-mslow-flash-data%>"
37384 msgstr ""
37385
37386 #: config/arm/arm.cc:13383 config/arm/arm.cc:13385
37387 #, gcc-internal-format
37388 msgid "%s %wd out of range %wd - %wd"
37389 msgstr ""
37390
37391 #: config/arm/arm.cc:25670
37392 #, gcc-internal-format
37393 msgid "unable to compute real location of stacked parameter"
37394 msgstr ""
37395
37396 #: config/arm/arm.cc:26333
37397 #, gcc-internal-format
37398 msgid "Unexpected thumb1 far jump"
37399 msgstr ""
37400
37401 #: config/arm/arm.cc:26592
37402 #, gcc-internal-format
37403 msgid "no low registers available for popping high registers"
37404 msgstr ""
37405
37406 #: config/arm/arm.cc:26844
37407 #, gcc-internal-format
37408 msgid "Interrupt Service Routines cannot be coded in Thumb-1 mode"
37409 msgstr ""
37410
37411 #: config/arm/arm.cc:27090
37412 #, gcc-internal-format
37413 msgid "%<-fstack-check=specific%> for Thumb-1"
37414 msgstr ""
37415
37416 #: config/arm/arm.cc:33195
37417 #, gcc-internal-format
37418 msgid "invalid fpu for target attribute or pragma %qs"
37419 msgstr ""
37420
37421 #. This doesn't really make sense until we support
37422 #. general dynamic selection of the architecture and all
37423 #. sub-features.
37424 #: config/arm/arm.cc:33203
37425 #, gcc-internal-format
37426 msgid "auto fpu selection not currently permitted here"
37427 msgstr ""
37428
37429 #: config/arm/arm.cc:33216
37430 #, gcc-internal-format
37431 msgid "invalid architecture for target attribute or pragma %qs"
37432 msgstr ""
37433
37434 #: config/arm/arm.cc:33230
37435 #, gcc-internal-format
37436 msgid "unknown target attribute or pragma %qs"
37437 msgstr ""
37438
37439 #: config/arm/arm.cc:34192
37440 #, gcc-internal-format
37441 msgid "%<asm%> flags not supported in thumb1 mode"
37442 msgstr ""
37443
37444 #: config/avr/avr-c.cc:65 config/avr/avr-c.cc:190
37445 #, gcc-internal-format
37446 msgid "%qs expects 1 argument but %d given"
37447 msgstr ""
37448
37449 #: config/avr/avr-c.cc:76
37450 #, gcc-internal-format
37451 msgid "%qs expects a fixed-point value as argument"
37452 msgstr ""
37453
37454 #: config/avr/avr-c.cc:102
37455 #, gcc-internal-format
37456 msgid "using %qs with unsigned type has no effect"
37457 msgstr ""
37458
37459 #: config/avr/avr-c.cc:107 config/avr/avr-c.cc:173 config/avr/avr-c.cc:230
37460 #, gcc-internal-format
37461 msgid "no matching fixed-point overload found for %qs"
37462 msgstr ""
37463
37464 #: config/avr/avr-c.cc:124
37465 #, gcc-internal-format
37466 msgid "%qs expects 2 arguments but %d given"
37467 msgstr ""
37468
37469 #: config/avr/avr-c.cc:136 config/avr/avr-c.cc:201
37470 #, gcc-internal-format
37471 msgid "%qs expects a fixed-point value as first argument"
37472 msgstr ""
37473
37474 #: config/avr/avr-c.cc:144
37475 #, gcc-internal-format
37476 msgid "%qs expects an integer value as second argument"
37477 msgstr ""
37478
37479 #: config/avr/avr-devices.cc:152
37480 #, gcc-internal-format, gfc-internal-format
37481 msgid "supported core architectures:%s"
37482 msgstr ""
37483
37484 #. Reached the end of `avr_mcu_types'.  This should actually never
37485 #. happen as options are provided by device-specs.  It could be a
37486 #. typo in a device-specs or calling the compiler proper directly
37487 #. with -mmcu=<device>.
37488 #: config/avr/avr.cc:711
37489 #, gcc-internal-format
37490 msgid "unknown core architecture %qs specified with %qs"
37491 msgstr ""
37492
37493 #: config/avr/avr.cc:760 config/pru/pru.cc:601 config/visium/visium.cc:422
37494 #, gcc-internal-format
37495 msgid "%<-fpic%> is not supported"
37496 msgstr ""
37497
37498 #: config/avr/avr.cc:762 config/pru/pru.cc:603 config/visium/visium.cc:424
37499 #, gcc-internal-format
37500 msgid "%<-fPIC%> is not supported"
37501 msgstr ""
37502
37503 #: config/avr/avr.cc:764 config/pru/pru.cc:605
37504 #, gcc-internal-format
37505 msgid "%<-fpie%> is not supported"
37506 msgstr ""
37507
37508 #: config/avr/avr.cc:766 config/pru/pru.cc:607
37509 #, gcc-internal-format
37510 msgid "%<-fPIE%> is not supported"
37511 msgstr ""
37512
37513 #: config/avr/avr.cc:1050 config/avr/avr.cc:1055 config/riscv/riscv.cc:5358
37514 #, gcc-internal-format
37515 msgid "function attributes %qs and %qs are mutually exclusive"
37516 msgstr ""
37517
37518 #: config/avr/avr.cc:1076 config/riscv/riscv.cc:5370
37519 #, gcc-internal-format
37520 msgid "%qs function cannot have arguments"
37521 msgstr ""
37522
37523 #: config/avr/avr.cc:1079 config/riscv/riscv.cc:5367
37524 #, gcc-internal-format
37525 msgid "%qs function cannot return a value"
37526 msgstr ""
37527
37528 #: config/avr/avr.cc:1093
37529 #, gcc-internal-format
37530 msgid "%qs appears to be a misspelled %qs handler, missing %<__vector%> prefix"
37531 msgstr ""
37532
37533 #: config/avr/avr.cc:1106
37534 #, gcc-internal-format
37535 msgid "%qs is a reserved identifier in AVR-LibC.  Consider %<#include <avr/interrupt.h>%> before using the %qs macro"
37536 msgstr ""
37537
37538 #: config/avr/avr.cc:1323
37539 #, gcc-internal-format
37540 msgid "%<builtin_return_address%> contains only 2 bytes of address"
37541 msgstr ""
37542
37543 #: config/avr/avr.cc:2748
37544 #, gcc-internal-format
37545 msgid "pointer offset from symbol maybe incorrect"
37546 msgstr ""
37547
37548 #: config/avr/avr.cc:2887
37549 #, gcc-internal-format
37550 msgid "accessing data memory with program memory address"
37551 msgstr ""
37552
37553 #: config/avr/avr.cc:2948
37554 #, gcc-internal-format
37555 msgid "accessing program memory with data memory address"
37556 msgstr ""
37557
37558 #: config/avr/avr.cc:3304
37559 #, gcc-internal-format, gfc-internal-format
37560 msgid "fixed register %s used to pass parameter to function"
37561 msgstr ""
37562
37563 #: config/avr/avr.cc:3569
37564 #, gcc-internal-format
37565 msgid "writing to address space %qs not supported"
37566 msgstr ""
37567
37568 #: config/avr/avr.cc:9623
37569 #, gcc-internal-format
37570 msgid "%qE attribute only applies to variables in static storage"
37571 msgstr ""
37572
37573 #: config/avr/avr.cc:9630
37574 #, gcc-internal-format
37575 msgid "%qE attribute only supported for reduced Tiny cores"
37576 msgstr ""
37577
37578 #: config/avr/avr.cc:9670
37579 #, gcc-internal-format
37580 msgid "%qE attribute address out of range"
37581 msgstr ""
37582
37583 #: config/avr/avr.cc:9684
37584 #, gcc-internal-format
37585 msgid "both %s and %qE attribute provide address"
37586 msgstr ""
37587
37588 #: config/avr/avr.cc:9694
37589 #, gcc-internal-format
37590 msgid "%qE attribute on non-volatile variable"
37591 msgstr ""
37592
37593 #: config/avr/avr.cc:9766
37594 #, gcc-internal-format
37595 msgid "address spaces are not supported for reduced Tiny devices"
37596 msgstr ""
37597
37598 #: config/avr/avr.cc:9773
37599 #, gcc-internal-format
37600 msgid "address space %qs not supported for devices with flash size up to %d KiB"
37601 msgstr ""
37602
37603 #: config/avr/avr.cc:9944
37604 #, gcc-internal-format
37605 msgid "pointer targeting address space %qs must be const in %qT"
37606 msgstr ""
37607
37608 #: config/avr/avr.cc:9947
37609 #, gcc-internal-format
37610 msgid "pointer targeting address space %qs must be const in %s %q+D"
37611 msgstr ""
37612
37613 #: config/avr/avr.cc:10009
37614 #, gcc-internal-format
37615 msgid "variable %q+D must be const in order to be put into read-only section by means of %qs"
37616 msgstr ""
37617
37618 #: config/avr/avr.cc:10048
37619 #, gcc-internal-format
37620 msgid "static IO declaration for %q+D needs an address"
37621 msgstr ""
37622
37623 #: config/avr/avr.cc:10080
37624 #, gcc-internal-format
37625 msgid "IO definition for %q+D needs an address"
37626 msgstr ""
37627
37628 #: config/avr/avr.cc:10197
37629 #, gcc-internal-format
37630 msgid "only uninitialized variables can be placed in the %<.noinit%> section"
37631 msgstr ""
37632
37633 #. This might happen with C++ if stuff needs constructing.
37634 #: config/avr/avr.cc:10273
37635 #, gcc-internal-format
37636 msgid "variable %q+D with dynamic initialization put into program memory area"
37637 msgstr ""
37638
37639 #: config/avr/avr.cc:10284
37640 #, gcc-internal-format
37641 msgid "uninitialized variable %q+D put into program memory area"
37642 msgstr ""
37643
37644 #: config/avr/avr.cc:10370
37645 #, gcc-internal-format
37646 msgid "%q+D has incompatible attributes %qs and %qs"
37647 msgstr ""
37648
37649 #: config/avr/avr.cc:10433
37650 #, gcc-internal-format
37651 msgid "architecture %qs supported for assembler only"
37652 msgstr ""
37653
37654 #: config/avr/avr.cc:13082
37655 #, gcc-internal-format
37656 msgid "conversion from address space %qs to address space %qs"
37657 msgstr ""
37658
37659 #: config/avr/avr.cc:14172 config/avr/avr.cc:14185
37660 #, gcc-internal-format, gfc-internal-format
37661 msgid "%s expects a compile time integer constant"
37662 msgstr ""
37663
37664 #: config/avr/avr.cc:14199
37665 #, gcc-internal-format, gfc-internal-format
37666 msgid "%s expects a compile time long integer constant as first argument"
37667 msgstr ""
37668
37669 #: config/avr/avr.cc:14227
37670 #, gcc-internal-format, gfc-internal-format
37671 msgid "rounding to %d bits has no effect for fixed-point value with %d fractional bits"
37672 msgstr ""
37673
37674 #: config/avr/avr.cc:14236
37675 #, gcc-internal-format
37676 msgid "rounding result will always be 0"
37677 msgstr ""
37678
37679 #: config/avr/driver-avr.cc:58
37680 #, gcc-internal-format
37681 msgid "bad usage of spec function %qs"
37682 msgstr ""
37683
37684 #: config/avr/driver-avr.cc:86
37685 #, gcc-internal-format
37686 msgid "specified option %qs more than once"
37687 msgstr ""
37688
37689 #: config/avr/driver-avr.cc:100
37690 #, gcc-internal-format
37691 msgid "strange device name %qs after %qs: bad character %qc"
37692 msgstr ""
37693
37694 #: config/bfin/bfin.cc:2368
37695 #, gcc-internal-format
37696 msgid "%<-mfdpic%> is not supported, please use a bfin-linux-uclibc target"
37697 msgstr ""
37698
37699 #: config/bfin/bfin.cc:2374
37700 #, gcc-internal-format
37701 msgid "%<-mshared-library-id=%> specified without %<-mid-shared-library%>"
37702 msgstr ""
37703
37704 #: config/bfin/bfin.cc:2379
37705 #, gcc-internal-format
37706 msgid "%<-fstack-limit-%> options are ignored with %<-mfdpic%>; use %<-mstack-check-l1%>"
37707 msgstr ""
37708
37709 #: config/bfin/bfin.cc:2385
37710 #, gcc-internal-format
37711 msgid "cannot use multiple stack checking methods together"
37712 msgstr ""
37713
37714 #: config/bfin/bfin.cc:2388
37715 #, gcc-internal-format
37716 msgid "ID shared libraries and FD-PIC mode cannot be used together"
37717 msgstr ""
37718
37719 #: config/bfin/bfin.cc:2393 config/m68k/m68k.cc:590
37720 #, gcc-internal-format
37721 msgid "cannot specify both %<-msep-data%> and %<-mid-shared-library%>"
37722 msgstr "ne možete specificirati %<-msep-data%> i %<-mid-shared-library%> zajedno"
37723
37724 #: config/bfin/bfin.cc:2413
37725 #, gcc-internal-format
37726 msgid "%<-mmulticore%> can only be used with BF561"
37727 msgstr ""
37728
37729 #: config/bfin/bfin.cc:2416
37730 #, gcc-internal-format
37731 msgid "%<-mcorea%> should be used with %<-mmulticore%>"
37732 msgstr ""
37733
37734 #: config/bfin/bfin.cc:2419
37735 #, gcc-internal-format
37736 msgid "%<-mcoreb%> should be used with %<-mmulticore%>"
37737 msgstr ""
37738
37739 #: config/bfin/bfin.cc:2422
37740 #, gcc-internal-format
37741 msgid "%<-mcorea%> and %<-mcoreb%> cannot be used together"
37742 msgstr ""
37743
37744 #: config/bfin/bfin.cc:4699
37745 #, gcc-internal-format
37746 msgid "multiple function type attributes specified"
37747 msgstr ""
37748
37749 #: config/bfin/bfin.cc:4766
37750 #, gcc-internal-format
37751 msgid "cannot apply both %<longcall%> and %<shortcall%> attributes to the same function"
37752 msgstr ""
37753
37754 #: config/bpf/bpf.cc:111
37755 #, gcc-internal-format
37756 msgid "%qE attribute requires an integer argument"
37757 msgstr ""
37758
37759 #: config/bpf/bpf.cc:118
37760 #, gcc-internal-format
37761 msgid "%qE requires an argument"
37762 msgstr ""
37763
37764 #: config/bpf/bpf.cc:139
37765 #, gcc-internal-format
37766 msgid "%qE attribute only applies to structure, union and class types"
37767 msgstr ""
37768
37769 #: config/bpf/bpf.cc:216
37770 #, gcc-internal-format
37771 msgid "BPF CO-RE requires BTF debugging information, use %<-gbtf%>"
37772 msgstr ""
37773
37774 #: config/bpf/bpf.cc:236
37775 #, gcc-internal-format
37776 msgid "BPF CO-RE does not support LTO"
37777 msgstr ""
37778
37779 #: config/bpf/bpf.cc:416
37780 #, gcc-internal-format
37781 msgid "eBPF stack limit exceeded"
37782 msgstr ""
37783
37784 #: config/bpf/bpf.cc:767
37785 #, gcc-internal-format
37786 msgid "too many function arguments for eBPF"
37787 msgstr ""
37788
37789 #: config/bpf/bpf.cc:785 config/bpf/bpf.cc:787
37790 #, gcc-internal-format
37791 msgid "no constructors"
37792 msgstr "nijedan konstruktor nije pronađen"
37793
37794 #: config/bpf/bpf.cc:803 config/bpf/bpf.cc:805
37795 #, gcc-internal-format
37796 msgid "no destructors"
37797 msgstr "nema destruktora"
37798
37799 #: config/bpf/bpf.cc:857
37800 #, gcc-internal-format
37801 msgid "indirect call in function, which are not supported by eBPF"
37802 msgstr ""
37803
37804 #: config/bpf/bpf.cc:1019 config/loongarch/loongarch-builtins.cc:313
37805 #: config/mips/mips.cc:17141 config/nios2/nios2.cc:3596
37806 #: config/riscv/riscv-builtins.cc:222
37807 #, gcc-internal-format
37808 msgid "invalid argument to built-in function"
37809 msgstr ""
37810
37811 #: config/bpf/bpf.cc:1339
37812 #, gcc-internal-format
37813 msgid "expected exactly 1 argument"
37814 msgstr ""
37815
37816 #: config/c6x/c6x.cc:245
37817 #, gcc-internal-format
37818 msgid "%<-fpic%> and %<-fPIC%> not supported without %<-mdsbt%> on this target"
37819 msgstr ""
37820
37821 #: config/cr16/cr16.cc:308
37822 #, gcc-internal-format
37823 msgid "data-model=far not valid for cr16c architecture"
37824 msgstr ""
37825
37826 #: config/cr16/cr16.cc:311
37827 #, gcc-internal-format
37828 msgid "invalid data model option %<-mdata-model=%s%>"
37829 msgstr ""
37830
37831 #. This function is for retrieving a part of an instruction name for
37832 #. an operator, for immediate output.  If that ever happens for
37833 #. MULT, we need to apply TARGET_MUL_BUG in the caller.  Make sure
37834 #. we notice.
37835 #: config/cris/cris.cc:728
37836 #, gcc-internal-format
37837 msgid "MULT case in %<cris_op_str%>"
37838 msgstr ""
37839
37840 #: config/cris/cris.cc:1245 config/moxie/moxie.cc:186 config/or1k/or1k.cc:1291
37841 #, gcc-internal-format, gfc-internal-format
37842 msgid "internal error: bad register: %d"
37843 msgstr ""
37844
37845 #. If we get here, the caller got its initial tests wrong.
37846 #: config/cris/cris.cc:2216
37847 #, gcc-internal-format
37848 msgid "internal error: %<cris_side_effect_mode_ok%> with bad operands"
37849 msgstr ""
37850
37851 #: config/cris/cris.cc:2269
37852 #, gcc-internal-format
37853 msgid "%<-max-stackframe=%d%> is not usable, not between 0 and %d"
37854 msgstr ""
37855
37856 #: config/cris/cris.cc:2298
37857 #, gcc-internal-format
37858 msgid "unknown CRIS version specification in %<-march=%> or %<-mcpu=%>: %s"
37859 msgstr ""
37860
37861 #: config/cris/cris.cc:2334
37862 #, gcc-internal-format
37863 msgid "unknown CRIS cpu version specification in %<-mtune=%>: %s"
37864 msgstr ""
37865
37866 #. Use error rather than warning, so invalid use is easily
37867 #. detectable.  Still change to the values we expect, to avoid
37868 #. further errors.
37869 #: config/cris/cris.cc:2350
37870 #, gcc-internal-format
37871 msgid "%<-fPIC%> and %<-fpic%> are not supported on this target"
37872 msgstr ""
37873
37874 #: config/cris/cris.cc:2551
37875 #, gcc-internal-format
37876 msgid "unknown src"
37877 msgstr ""
37878
37879 #: config/cris/cris.cc:2601
37880 #, gcc-internal-format
37881 msgid "unknown dest"
37882 msgstr ""
37883
37884 #: config/cris/cris.cc:2902
37885 #, gcc-internal-format, gfc-internal-format
37886 msgid "stackframe too big: %d bytes"
37887 msgstr ""
37888
37889 #: config/csky/csky.cc:2538
37890 #, gcc-internal-format, gfc-internal-format
37891 msgid "cpu %s is not based on arch %s, ignoring the arch"
37892 msgstr ""
37893
37894 #: config/csky/csky.cc:2604 config/csky/csky.cc:2642 config/csky/csky.cc:2707
37895 #: config/csky/csky.cc:2730 config/csky/csky.cc:2747
37896 #, gcc-internal-format
37897 msgid "%qs is not supported by arch %s"
37898 msgstr ""
37899
37900 #: config/csky/csky.cc:2645
37901 #, gcc-internal-format
37902 msgid "%<-mhard-float%> is not supported by the selected CPU"
37903 msgstr ""
37904
37905 #: config/csky/csky.cc:2661
37906 #, gcc-internal-format
37907 msgid "%<-mdouble-float%> ignored without %<-mhard-float%>"
37908 msgstr ""
37909
37910 #: config/csky/csky.cc:2664
37911 #, gcc-internal-format
37912 msgid "%<-mfdivdu%> ignored without %<-mhard-float%>"
37913 msgstr ""
37914
37915 #: config/csky/csky.cc:2719
37916 #, gcc-internal-format
37917 msgid "%<-msmart%> is incompatible with %<-mhigh-registers%>"
37918 msgstr ""
37919
37920 #. It's hard to provide general support for trampolines on this
37921 #. core.  We need a register other than the one holding the
37922 #. static chain (r13) to hold the function pointer for the
37923 #. indirect jump to it.  But ck801 has such a limited register set
37924 #. there is no other call-clobbered scratch register available -- in
37925 #. particular, this core does not have r12, which we use for the
37926 #. ck802 case below.  If we use a callee-saved register like r4,
37927 #. saving the old value on the stack screws up the stack frame
37928 #. if there are overflow arguments pushed on the stack
37929 #. by the caller.  In theory we could test for that and handle
37930 #. limited cases with parameters that all fit in r0-r3 with no
37931 #. stack overflow, but punt for now.
37932 #: config/csky/csky.cc:6274
37933 #, gcc-internal-format
37934 msgid "Nested function trampolines not supported on CK801."
37935 msgstr ""
37936
37937 #: config/csky/csky.cc:6472
37938 #, gcc-internal-format
37939 msgid "%qE attribute ignored without %<-mistack%>"
37940 msgstr ""
37941
37942 #: config/epiphany/epiphany.cc:499
37943 #, gcc-internal-format
37944 msgid "interrupt handlers cannot have arguments"
37945 msgstr ""
37946
37947 #: config/epiphany/epiphany.cc:523
37948 #, gcc-internal-format
37949 msgid "argument of %qE attribute is not %qs, %qs %qs, %qs, %qs, %qs, %qs, %qs, %qs or %qs"
37950 msgstr ""
37951
37952 #: config/epiphany/epiphany.cc:1543
37953 #, gcc-internal-format
37954 msgid "%<stack_offset%> must be at least 4"
37955 msgstr ""
37956
37957 #: config/epiphany/epiphany.cc:1545
37958 #, gcc-internal-format
37959 msgid "%<stack_offset%> must be a multiple of 4"
37960 msgstr ""
37961
37962 #: config/frv/frv.cc:8477
37963 #, gcc-internal-format
37964 msgid "accumulator is not a constant integer"
37965 msgstr ""
37966
37967 #: config/frv/frv.cc:8482
37968 #, gcc-internal-format
37969 msgid "accumulator number is out of bounds"
37970 msgstr ""
37971
37972 #: config/frv/frv.cc:8493
37973 #, gcc-internal-format
37974 msgid "inappropriate accumulator for %qs"
37975 msgstr ""
37976
37977 #: config/frv/frv.cc:8569
37978 #, gcc-internal-format
37979 msgid "invalid IACC argument"
37980 msgstr ""
37981
37982 #: config/frv/frv.cc:8592 config/sparc/sparc.cc:11006
37983 #, gcc-internal-format
37984 msgid "%qs expects a constant argument"
37985 msgstr ""
37986
37987 #: config/frv/frv.cc:8597 config/sparc/sparc.cc:11012
37988 #, gcc-internal-format
37989 msgid "constant argument out of range for %qs"
37990 msgstr ""
37991
37992 #: config/frv/frv.cc:9078
37993 #, gcc-internal-format
37994 msgid "media functions are not available unless %<-mmedia%> is used"
37995 msgstr ""
37996
37997 #: config/frv/frv.cc:9090
37998 #, gcc-internal-format
37999 msgid "this media function is only available on the fr500"
38000 msgstr ""
38001
38002 #: config/frv/frv.cc:9118
38003 #, gcc-internal-format
38004 msgid "this media function is only available on the fr400 and fr550"
38005 msgstr ""
38006
38007 #: config/frv/frv.cc:9137
38008 #, gcc-internal-format
38009 msgid "this built-in function is only available on the fr405 and fr450"
38010 msgstr ""
38011
38012 #: config/frv/frv.cc:9146
38013 #, gcc-internal-format
38014 msgid "this built-in function is only available on the fr500 and fr550"
38015 msgstr ""
38016
38017 #: config/frv/frv.cc:9158
38018 #, gcc-internal-format
38019 msgid "this built-in function is only available on the fr450"
38020 msgstr ""
38021
38022 #: config/ft32/ft32.cc:181
38023 #, gcc-internal-format
38024 msgid "%<h%> applied to non-register operand"
38025 msgstr ""
38026
38027 #: config/ft32/ft32.cc:206
38028 #, gcc-internal-format, gfc-internal-format
38029 msgid "bad alignment: %d"
38030 msgstr ""
38031
38032 #: config/ft32/ft32.cc:502
38033 #, gcc-internal-format
38034 msgid "stack frame must be smaller than 64K"
38035 msgstr ""
38036
38037 #: config/gcn/gcn.cc:169
38038 #, gcc-internal-format
38039 msgid "XNACK support"
38040 msgstr ""
38041
38042 #: config/gcn/gcn.cc:255
38043 #, gcc-internal-format
38044 msgid "%<amdgpu_hsa_kernel%> attribute requires string constant arguments"
38045 msgstr ""
38046
38047 #: config/gcn/gcn.cc:268
38048 #, gcc-internal-format
38049 msgid "unknown specifier %qs in %<amdgpu_hsa_kernel%> attribute"
38050 msgstr ""
38051
38052 #: config/gcn/gcn.cc:275
38053 #, gcc-internal-format
38054 msgid "duplicated parameter specifier %qs in %<amdgpu_hsa_kernel%> attribute"
38055 msgstr ""
38056
38057 #: config/gcn/gcn.cc:327
38058 #, gcc-internal-format
38059 msgid "too many arguments passed in sgpr registers"
38060 msgstr ""
38061
38062 #: config/gcn/gcn.cc:2155
38063 #, gcc-internal-format
38064 msgid "A non-default set of initial values has been requested, which violates the ABI"
38065 msgstr ""
38066
38067 #: config/gcn/gcn.cc:2391
38068 #, gcc-internal-format, gfc-internal-format
38069 msgid "wrong type of argument %s"
38070 msgstr ""
38071
38072 #: config/gcn/gcn.cc:3323
38073 #, gcc-internal-format
38074 msgid "nested function trampolines not supported on GCN5 due to non-executable stacks"
38075 msgstr ""
38076
38077 #: config/gcn/gcn.cc:3431
38078 #, gcc-internal-format
38079 msgid "TLS is not implemented for GCN."
38080 msgstr ""
38081
38082 #: config/gcn/gcn.cc:4067
38083 #, gcc-internal-format
38084 msgid "Builtin not implemented"
38085 msgstr ""
38086
38087 #: config/gcn/gcn.cc:5051
38088 #, gcc-internal-format
38089 msgid "using %<vector_length (64)%>, ignoring %d"
38090 msgstr ""
38091
38092 #: config/gcn/gcn.cc:5052
38093 #, gcc-internal-format
38094 msgid "using %<vector_length (64)%>, ignoring runtime setting"
38095 msgstr ""
38096
38097 #: config/gcn/gcn.cc:5064 config/nvptx/nvptx.cc:6460
38098 #, gcc-internal-format
38099 msgid "using %<num_workers (%d)%>, ignoring %d"
38100 msgstr ""
38101
38102 #: config/gcn/gcn.cc:5091 config/gcn/gcn.cc:5118
38103 #, gcc-internal-format, gfc-internal-format
38104 msgid "offload dimension out of range (%d)"
38105 msgstr "dimenzija rasterećenja (offload) je izvan granica (%d)"
38106
38107 #: config/gcn/gcn.cc:5591
38108 #, gcc-internal-format
38109 msgid "gang-private data-share memory exhausted (increase with %<-mgang-private-size=<number>%>)"
38110 msgstr ""
38111
38112 #: config/gcn/mkoffload.cc:165 config/i386/intelmic-mkoffload.cc:73
38113 #: config/nvptx/mkoffload.cc:88
38114 #, gcc-internal-format
38115 msgid "deleting file %s: %m"
38116 msgstr "uklanjamo datoteku %s: %m"
38117
38118 #: config/gcn/mkoffload.cc:771 config/nvptx/mkoffload.cc:365
38119 #, gcc-internal-format
38120 msgid "environment variable COLLECT_GCC_OPTIONS must be set"
38121 msgstr "varijabla okoline COLLECT_GCC_OPTIONS mora biti postavljena"
38122
38123 #: config/gcn/mkoffload.cc:830 config/nvptx/mkoffload.cc:422
38124 #, gcc-internal-format
38125 msgid "COLLECT_GCC must be set."
38126 msgstr "COLLECT_GCC mora biti postavljena."
38127
38128 #: config/gcn/mkoffload.cc:876 config/i386/intelmic-mkoffload.cc:606
38129 #, gcc-internal-format, gfc-internal-format
38130 msgid "offload compiler %s not found"
38131 msgstr ""
38132
38133 #: config/gcn/mkoffload.cc:899 config/i386/intelmic-mkoffload.cc:625
38134 #: config/nvptx/mkoffload.cc:493
38135 #, gcc-internal-format
38136 msgid "unrecognizable argument of option "
38137 msgstr "neprepoznati argument opcije"
38138
38139 #: config/gcn/mkoffload.cc:947
38140 #, gcc-internal-format
38141 msgid "either -fopenacc or -fopenmp must be set"
38142 msgstr ""
38143
38144 #: config/gcn/mkoffload.cc:1021 config/gcn/mkoffload.cc:1145
38145 #: config/i386/intelmic-mkoffload.cc:260 config/i386/intelmic-mkoffload.cc:335
38146 #: config/i386/intelmic-mkoffload.cc:387 config/nvptx/mkoffload.cc:557
38147 #, gcc-internal-format, gfc-internal-format
38148 msgid "cannot open '%s'"
38149 msgstr "nije moguće otvoriti „%s“"
38150
38151 #: config/gcn/mkoffload.cc:1141
38152 #, gcc-internal-format
38153 msgid "cannot open intermediate gcn asm file"
38154 msgstr ""
38155
38156 #: config/gcn/mkoffload.cc:1158
38157 #, gcc-internal-format
38158 msgid "cannot open intermediate gcn obj file"
38159 msgstr ""
38160
38161 #: config/h8300/h8300.cc:298
38162 #, gcc-internal-format
38163 msgid "%<-ms2600%> is used without %<-ms%>"
38164 msgstr ""
38165
38166 #: config/h8300/h8300.cc:304
38167 #, gcc-internal-format
38168 msgid "%<-mexr%> is used without %<-ms%>"
38169 msgstr ""
38170
38171 #: config/h8300/h8300.cc:310
38172 #, gcc-internal-format
38173 msgid "%<-mexr%> is used without %<-ms%> or %<-msx%>"
38174 msgstr ""
38175
38176 #: config/h8300/h8300.cc:316
38177 #, gcc-internal-format
38178 msgid "%<-mno-exr%> is valid only with %<-ms%> or %<-msx%> - option ignored"
38179 msgstr ""
38180
38181 #: config/h8300/h8300.cc:323
38182 #, gcc-internal-format
38183 msgid "%<-mn%> is not supported for linux targets"
38184 msgstr ""
38185
38186 #: config/i386/host-cygwin.cc:64
38187 #, gcc-internal-format
38188 msgid "cannot extend PCH file: %m"
38189 msgstr "nije moguće prošititi PCH datoteku: %m"
38190
38191 #: config/i386/host-cygwin.cc:75
38192 #, gcc-internal-format
38193 msgid "cannot set position in PCH file: %m"
38194 msgstr "nije moguće postaviti lokaciju u PCH datoteci: %m"
38195
38196 #: config/i386/i386-builtins.cc:2058
38197 #, gcc-internal-format
38198 msgid "no dispatcher found for the versioning attributes"
38199 msgstr ""
38200
38201 #: config/i386/i386-builtins.cc:2108
38202 #, gcc-internal-format
38203 msgid "ISA %qs is not supported in %<target%> attribute, use %<arch=%> syntax"
38204 msgstr ""
38205
38206 #: config/i386/i386-builtins.cc:2119
38207 #, gcc-internal-format, gfc-internal-format
38208 msgid "no dispatcher found for the versioning attributes: %s"
38209 msgstr ""
38210
38211 #: config/i386/i386-builtins.cc:2229
38212 #, gcc-internal-format
38213 msgid "parameter to builtin must be a string constant or literal"
38214 msgstr ""
38215
38216 #: config/i386/i386-builtins.cc:2253 config/i386/i386-builtins.cc:2303
38217 #, gcc-internal-format, gfc-internal-format
38218 msgid "parameter to builtin not valid: %s"
38219 msgstr ""
38220
38221 #: config/i386/i386-expand.cc:9138
38222 #, gcc-internal-format
38223 msgid "interrupt service routine cannot be called directly"
38224 msgstr ""
38225
38226 #: config/i386/i386-expand.cc:9562 config/i386/i386-expand.cc:11058
38227 #, gcc-internal-format
38228 msgid "the last argument must be a 2-bit immediate"
38229 msgstr ""
38230
38231 #: config/i386/i386-expand.cc:9950
38232 #, gcc-internal-format
38233 msgid "the fifth argument must be an 8-bit immediate"
38234 msgstr ""
38235
38236 #: config/i386/i386-expand.cc:10045
38237 #, gcc-internal-format
38238 msgid "the third argument must be an 8-bit immediate"
38239 msgstr ""
38240
38241 #: config/i386/i386-expand.cc:10987
38242 #, gcc-internal-format
38243 msgid "the last argument must be an 1-bit immediate"
38244 msgstr ""
38245
38246 #: config/i386/i386-expand.cc:11002
38247 #, gcc-internal-format
38248 msgid "the last argument must be a 3-bit immediate"
38249 msgstr ""
38250
38251 #: config/i386/i386-expand.cc:11037
38252 #, gcc-internal-format
38253 msgid "the last argument must be a 4-bit immediate"
38254 msgstr ""
38255
38256 #: config/i386/i386-expand.cc:11077
38257 #, gcc-internal-format
38258 msgid "the last argument must be a 1-bit immediate"
38259 msgstr ""
38260
38261 #: config/i386/i386-expand.cc:11093
38262 #, gcc-internal-format
38263 msgid "the last argument must be a 5-bit immediate"
38264 msgstr ""
38265
38266 #: config/i386/i386-expand.cc:11103
38267 #, gcc-internal-format
38268 msgid "the next to last argument must be an 8-bit immediate"
38269 msgstr ""
38270
38271 #: config/i386/i386-expand.cc:11108
38272 #, gcc-internal-format
38273 msgid "the last argument must be an 8-bit immediate"
38274 msgstr ""
38275
38276 #: config/i386/i386-expand.cc:11245
38277 #, gcc-internal-format
38278 msgid "the third argument must be comparison constant"
38279 msgstr ""
38280
38281 #: config/i386/i386-expand.cc:11250
38282 #, gcc-internal-format
38283 msgid "incorrect comparison mode"
38284 msgstr ""
38285
38286 #: config/i386/i386-expand.cc:11256 config/i386/i386-expand.cc:11614
38287 #, gcc-internal-format
38288 msgid "incorrect rounding operand"
38289 msgstr ""
38290
38291 #: config/i386/i386-expand.cc:11594
38292 #, gcc-internal-format
38293 msgid "the immediate argument must be a 4-bit immediate"
38294 msgstr ""
38295
38296 #: config/i386/i386-expand.cc:11602
38297 #, gcc-internal-format
38298 msgid "the immediate argument must be a 5-bit immediate"
38299 msgstr ""
38300
38301 #: config/i386/i386-expand.cc:11605
38302 #, gcc-internal-format
38303 msgid "the immediate argument must be an 8-bit immediate"
38304 msgstr ""
38305
38306 #: config/i386/i386-expand.cc:12123 config/rs6000/rs6000-builtin.cc:2393
38307 #, gcc-internal-format
38308 msgid "selector must be an integer constant in the range [0, %wi]"
38309 msgstr ""
38310
38311 #: config/i386/i386-expand.cc:12354
38312 #, gcc-internal-format
38313 msgid "%qE needs unknown isa option"
38314 msgstr ""
38315
38316 #: config/i386/i386-expand.cc:12358
38317 #, gcc-internal-format
38318 msgid "%qE needs isa option %s"
38319 msgstr ""
38320
38321 #: config/i386/i386-expand.cc:13302
38322 #, gcc-internal-format
38323 msgid "the last argument must be a 32-bit immediate"
38324 msgstr ""
38325
38326 #: config/i386/i386-expand.cc:13335
38327 #, gcc-internal-format
38328 msgid "last argument must be an immediate"
38329 msgstr ""
38330
38331 #: config/i386/i386-expand.cc:14099 config/i386/i386-expand.cc:14311
38332 #, gcc-internal-format
38333 msgid "the last argument must be scale 1, 2, 4, 8"
38334 msgstr ""
38335
38336 #: config/i386/i386-expand.cc:14364
38337 #, gcc-internal-format
38338 msgid "the forth argument must be scale 1, 2, 4, 8"
38339 msgstr ""
38340
38341 #: config/i386/i386-expand.cc:14370
38342 #, gcc-internal-format
38343 msgid "incorrect hint operand"
38344 msgstr ""
38345
38346 #: config/i386/i386-expand.cc:14389
38347 #, gcc-internal-format
38348 msgid "the argument to %<xabort%> intrinsic must be an 8-bit immediate"
38349 msgstr ""
38350
38351 #: config/i386/i386-features.cc:2685
38352 #, gcc-internal-format
38353 msgid "function versions cannot be marked as %<gnu_inline%>, bodies have to be generated"
38354 msgstr ""
38355
38356 #: config/i386/i386-features.cc:2690 config/i386/i386-features.cc:2958
38357 #, gcc-internal-format
38358 msgid "virtual function multiversioning not supported"
38359 msgstr ""
38360
38361 #: config/i386/i386-features.cc:2822 config/rs6000/rs6000.cc:24972
38362 #, gcc-internal-format
38363 msgid "multiversioning needs %<ifunc%> which is not supported on this target"
38364 msgstr ""
38365
38366 #: config/i386/i386-options.cc:874 config/i386/i386-options.cc:2071
38367 #: config/i386/i386-options.cc:2080
38368 #, gcc-internal-format, gfc-internal-format
38369 msgid "code model %s does not support PIC mode"
38370 msgstr ""
38371
38372 #: config/i386/i386-options.cc:1139
38373 #, gcc-internal-format
38374 msgid "attribute %qs argument is not a string"
38375 msgstr ""
38376
38377 #: config/i386/i386-options.cc:1203
38378 #, gcc-internal-format
38379 msgid "attribute %qs argument %qs is unknown"
38380 msgstr ""
38381
38382 #: config/i386/i386-options.cc:1266
38383 #, gcc-internal-format
38384 msgid "attribute value %qs was already specified in %qs attribute"
38385 msgstr ""
38386
38387 #: config/i386/i386-options.cc:1304
38388 #, gcc-internal-format
38389 msgid "attribute value %qs is unknown in %qs attribute"
38390 msgstr ""
38391
38392 #: config/i386/i386-options.cc:1586
38393 #, gcc-internal-format
38394 msgid "wrong argument %qs to option %qs"
38395 msgstr ""
38396
38397 #: config/i386/i386-options.cc:1592
38398 #, gcc-internal-format
38399 msgid "size ranges of option %qs should be increasing"
38400 msgstr ""
38401
38402 #: config/i386/i386-options.cc:1602
38403 #, gcc-internal-format
38404 msgid "wrong strategy name %qs specified for option %qs"
38405 msgstr ""
38406
38407 #. rep; movq isn't available in 32-bit code.
38408 #: config/i386/i386-options.cc:1628
38409 #, gcc-internal-format
38410 msgid "strategy name %qs specified for option %qs not supported for 32-bit code"
38411 msgstr ""
38412
38413 #: config/i386/i386-options.cc:1641
38414 #, gcc-internal-format
38415 msgid "unknown alignment %qs specified for option %qs"
38416 msgstr ""
38417
38418 #: config/i386/i386-options.cc:1651
38419 #, gcc-internal-format
38420 msgid "the max value for the last size range should be -1 for option %qs"
38421 msgstr ""
38422
38423 #: config/i386/i386-options.cc:1658
38424 #, gcc-internal-format
38425 msgid "too many size ranges specified in option %qs"
38426 msgstr ""
38427
38428 #: config/i386/i386-options.cc:1711
38429 #, gcc-internal-format
38430 msgid "unknown parameter to option %<-mtune-ctrl%>: %s"
38431 msgstr ""
38432
38433 #: config/i386/i386-options.cc:1896
38434 #, gcc-internal-format
38435 msgid "Intel MCU psABI isn%'t supported in %s mode"
38436 msgstr ""
38437
38438 #: config/i386/i386-options.cc:1950
38439 #, gcc-internal-format
38440 msgid "%<-mtune=x86-64%> is deprecated; use %<-mtune=k8%> or %<-mtune=generic%> instead as appropriate"
38441 msgstr ""
38442
38443 #: config/i386/i386-options.cc:1952
38444 #, gcc-internal-format
38445 msgid "%<target(\"tune=x86-64\")%> is deprecated; use %<target(\"tune=k8\")%> or %<target(\"tune=generic\")%> instead as appropriate"
38446 msgstr ""
38447
38448 #. rep; movq isn't available in 32-bit code.
38449 #: config/i386/i386-options.cc:1980
38450 #, gcc-internal-format
38451 msgid "%<-mstringop-strategy=rep_8byte%> not supported for 32-bit code"
38452 msgstr ""
38453
38454 #: config/i386/i386-options.cc:1985
38455 #, gcc-internal-format
38456 msgid "%<-muintr%> not supported for 32-bit code"
38457 msgstr ""
38458
38459 #: config/i386/i386-options.cc:2000
38460 #, gcc-internal-format
38461 msgid "address mode %qs not supported in the %s bit mode"
38462 msgstr ""
38463
38464 #: config/i386/i386-options.cc:2011
38465 #, gcc-internal-format
38466 msgid "%<-mabi=ms%> not supported with X32 ABI"
38467 msgstr ""
38468
38469 #: config/i386/i386-options.cc:2017
38470 #, gcc-internal-format
38471 msgid "%<-mabi=%s%> not supported with %<-fsanitize=address%>"
38472 msgstr ""
38473
38474 #: config/i386/i386-options.cc:2020
38475 #, gcc-internal-format
38476 msgid "%<-mabi=%s%> not supported with %<-fsanitize=kernel-address%>"
38477 msgstr ""
38478
38479 #: config/i386/i386-options.cc:2024
38480 #, gcc-internal-format
38481 msgid "%<-mabi=%s%> not supported with %<-fsanitize=thread%>"
38482 msgstr ""
38483
38484 #: config/i386/i386-options.cc:2041 config/i386/i386-options.cc:2050
38485 #: config/i386/i386-options.cc:2062 config/i386/i386-options.cc:2073
38486 #: config/i386/i386-options.cc:2084
38487 #, gcc-internal-format
38488 msgid "code model %qs not supported in the %s bit mode"
38489 msgstr ""
38490
38491 #: config/i386/i386-options.cc:2053 config/i386/i386-options.cc:2065
38492 #, gcc-internal-format
38493 msgid "code model %qs not supported in x32 mode"
38494 msgstr ""
38495
38496 #: config/i386/i386-options.cc:2108
38497 #, gcc-internal-format
38498 msgid "%<-masm=intel%> not supported in this configuration"
38499 msgstr ""
38500
38501 #: config/i386/i386-options.cc:2113
38502 #, gcc-internal-format, gfc-internal-format
38503 msgid "%i-bit mode not compiled in"
38504 msgstr ""
38505
38506 #: config/i386/i386-options.cc:2125
38507 #, gcc-internal-format
38508 msgid "%<generic%> CPU can be used only for %<-mtune=%> switch"
38509 msgstr ""
38510
38511 #: config/i386/i386-options.cc:2127
38512 #, gcc-internal-format
38513 msgid "%<generic%> CPU can be used only for %<target(\"tune=\")%> attribute"
38514 msgstr ""
38515
38516 #: config/i386/i386-options.cc:2134
38517 #, gcc-internal-format
38518 msgid "%<intel%> CPU can be used only for %<-mtune=%> switch"
38519 msgstr ""
38520
38521 #: config/i386/i386-options.cc:2136
38522 #, gcc-internal-format
38523 msgid "%<intel%> CPU can be used only for %<target(\"tune=\")%> attribute"
38524 msgstr ""
38525
38526 #: config/i386/i386-options.cc:2144 config/i386/i386-options.cc:2276
38527 #, gcc-internal-format
38528 msgid "CPU you selected does not support x86-64 instruction set"
38529 msgstr ""
38530
38531 #: config/i386/i386-options.cc:2215
38532 #, gcc-internal-format
38533 msgid "bad value %qs for %<-march=%> switch"
38534 msgstr ""
38535
38536 #: config/i386/i386-options.cc:2216
38537 #, gcc-internal-format
38538 msgid "bad value %qs for %<target(\"arch=\")%> attribute"
38539 msgstr ""
38540
38541 #: config/i386/i386-options.cc:2238
38542 #, gcc-internal-format
38543 msgid "valid arguments to %<-march=%> switch are: %s; did you mean %qs?"
38544 msgstr ""
38545
38546 #: config/i386/i386-options.cc:2240
38547 #, gcc-internal-format
38548 msgid "valid arguments to %<target(\"arch=\")%> attribute are: %s; did you mean %qs?"
38549 msgstr ""
38550
38551 #: config/i386/i386-options.cc:2245
38552 #, gcc-internal-format
38553 msgid "valid arguments to %<-march=%> switch are: %s"
38554 msgstr ""
38555
38556 #: config/i386/i386-options.cc:2246
38557 #, gcc-internal-format
38558 msgid "valid arguments to %<target(\"arch=\")%> attribute are: %s"
38559 msgstr ""
38560
38561 #: config/i386/i386-options.cc:2295
38562 #, gcc-internal-format
38563 msgid "bad value %qs for %<-mtune=%> switch"
38564 msgstr ""
38565
38566 #: config/i386/i386-options.cc:2296
38567 #, gcc-internal-format
38568 msgid "bad value %qs for %<target(\"tune=\")%> attribute"
38569 msgstr ""
38570
38571 #: config/i386/i386-options.cc:2317
38572 #, gcc-internal-format
38573 msgid "valid arguments to %<-mtune=%> switch are: %s; did you mean %qs?"
38574 msgstr ""
38575
38576 #: config/i386/i386-options.cc:2319
38577 #, gcc-internal-format
38578 msgid "valid arguments to %<target(\"tune=\")%> attribute are: %s; did you mean %qs?"
38579 msgstr ""
38580
38581 #: config/i386/i386-options.cc:2324
38582 #, gcc-internal-format
38583 msgid "valid arguments to %<-mtune=%> switch are: %s"
38584 msgstr ""
38585
38586 #: config/i386/i386-options.cc:2325
38587 #, gcc-internal-format
38588 msgid "valid arguments to %<target(\"tune=\")%> attribute are: %s"
38589 msgstr ""
38590
38591 #: config/i386/i386-options.cc:2349
38592 #, gcc-internal-format
38593 msgid "%<-mregparm%> is ignored in 64-bit mode"
38594 msgstr ""
38595
38596 #: config/i386/i386-options.cc:2351
38597 #, gcc-internal-format
38598 msgid "%<-mregparm%> is ignored for Intel MCU psABI"
38599 msgstr ""
38600
38601 #: config/i386/i386-options.cc:2354
38602 #, gcc-internal-format
38603 msgid "%<-mregparm=%d%> is not between 0 and %d"
38604 msgstr ""
38605
38606 #: config/i386/i386-options.cc:2380
38607 #, gcc-internal-format
38608 msgid "%<-m96bit-long-double%> is not compatible with this target"
38609 msgstr ""
38610
38611 #: config/i386/i386-options.cc:2385
38612 #, gcc-internal-format
38613 msgid "%<-mrtd%> is ignored in 64bit mode"
38614 msgstr ""
38615
38616 #: config/i386/i386-options.cc:2386
38617 #, gcc-internal-format
38618 msgid "%<target(\"rtd\")%> is ignored in 64bit mode"
38619 msgstr ""
38620
38621 #: config/i386/i386-options.cc:2475
38622 #, gcc-internal-format
38623 msgid "%<-mpreferred-stack-boundary%> is not supported for this target"
38624 msgstr ""
38625
38626 #: config/i386/i386-options.cc:2478
38627 #, gcc-internal-format
38628 msgid "%<-mpreferred-stack-boundary=%d%> is not between %d and %d"
38629 msgstr ""
38630
38631 #: config/i386/i386-options.cc:2501
38632 #, gcc-internal-format
38633 msgid "%<-mincoming-stack-boundary=%d%> is not between %d and 12"
38634 msgstr ""
38635
38636 #: config/i386/i386-options.cc:2514
38637 #, gcc-internal-format
38638 msgid "%<-mnop-mcount%> is not compatible with this target"
38639 msgstr ""
38640
38641 #: config/i386/i386-options.cc:2517
38642 #, gcc-internal-format
38643 msgid "%<-mnop-mcount%> is not implemented for %<-fPIC%>"
38644 msgstr ""
38645
38646 #: config/i386/i386-options.cc:2523
38647 #, gcc-internal-format
38648 msgid "%<-msseregparm%> used without SSE enabled"
38649 msgstr ""
38650
38651 #: config/i386/i386-options.cc:2524
38652 #, gcc-internal-format
38653 msgid "%<target(\"sseregparm\")%> used without SSE enabled"
38654 msgstr ""
38655
38656 #: config/i386/i386-options.cc:2534
38657 #, gcc-internal-format
38658 msgid "SSE instruction set disabled, using 387 arithmetics"
38659 msgstr ""
38660
38661 #: config/i386/i386-options.cc:2541
38662 #, gcc-internal-format
38663 msgid "387 instruction set disabled, using SSE arithmetics"
38664 msgstr ""
38665
38666 #: config/i386/i386-options.cc:2591
38667 #, gcc-internal-format
38668 msgid "stack probing requires %<-maccumulate-outgoing-args%> for correctness"
38669 msgstr ""
38670
38671 #: config/i386/i386-options.cc:2593
38672 #, gcc-internal-format
38673 msgid "stack probing requires %<target(\"accumulate-outgoing-args\")%> for correctness"
38674 msgstr ""
38675
38676 #: config/i386/i386-options.cc:2607
38677 #, gcc-internal-format
38678 msgid "fixed ebp register requires %<-maccumulate-outgoing-args%>"
38679 msgstr ""
38680
38681 #: config/i386/i386-options.cc:2609
38682 #, gcc-internal-format
38683 msgid "fixed ebp register requires %<target(\"accumulate-outgoing-args\")%>"
38684 msgstr ""
38685
38686 #: config/i386/i386-options.cc:2669
38687 #, gcc-internal-format
38688 msgid "%<-mfentry%> isn%'t supported for 32-bit in combination with %<-fpic%>"
38689 msgstr ""
38690
38691 #: config/i386/i386-options.cc:2672
38692 #, gcc-internal-format
38693 msgid "%<-mno-fentry%> isn%'t compatible with SEH"
38694 msgstr ""
38695
38696 #: config/i386/i386-options.cc:2676
38697 #, gcc-internal-format
38698 msgid "%<-mcall-ms2sysv-xlogues%> isn%'t currently supported with SEH"
38699 msgstr ""
38700
38701 #: config/i386/i386-options.cc:2790
38702 #, gcc-internal-format
38703 msgid "unknown option for %<-mrecip=%s%>"
38704 msgstr ""
38705
38706 #: config/i386/i386-options.cc:2849
38707 #, gcc-internal-format
38708 msgid "%qs is not a valid number in %<-mstack-protector-guard-offset=%>"
38709 msgstr ""
38710
38711 #: config/i386/i386-options.cc:2854
38712 #, gcc-internal-format
38713 msgid "%qs is not a valid offset in %<-mstack-protector-guard-offset=%>"
38714 msgstr ""
38715
38716 #: config/i386/i386-options.cc:2882
38717 #, gcc-internal-format
38718 msgid "%qs is not a valid base register in %<-mstack-protector-guard-reg=%>"
38719 msgstr ""
38720
38721 #: config/i386/i386-options.cc:2930
38722 #, gcc-internal-format
38723 msgid "%<-fcf-protection%> is not compatible with this target"
38724 msgstr ""
38725
38726 #: config/i386/i386-options.cc:3064
38727 #, gcc-internal-format
38728 msgid "interrupt and naked attributes are not compatible"
38729 msgstr ""
38730
38731 #: config/i386/i386-options.cc:3079
38732 #, gcc-internal-format
38733 msgid "only DWARF debug format is supported for interrupt service routine"
38734 msgstr ""
38735
38736 #: config/i386/i386-options.cc:3128
38737 #, gcc-internal-format
38738 msgid "%<-mindirect-branch=%s%> and %<-mcmodel=large%> are not compatible"
38739 msgstr ""
38740
38741 #: config/i386/i386-options.cc:3138
38742 #, gcc-internal-format
38743 msgid "%<-mindirect-branch%> and %<-fcf-protection%> are not compatible"
38744 msgstr ""
38745
38746 #: config/i386/i386-options.cc:3173
38747 #, gcc-internal-format
38748 msgid "%<-mfunction-return=%s%> and %<-mcmodel=large%> are not compatible"
38749 msgstr ""
38750
38751 #: config/i386/i386-options.cc:3183
38752 #, gcc-internal-format
38753 msgid "%<-mfunction-return%> and %<-fcf-protection%> are not compatible"
38754 msgstr ""
38755
38756 #: config/i386/i386-options.cc:3296
38757 #, gcc-internal-format
38758 msgid "%s instructions aren%'t allowed in an exception service routine"
38759 msgstr ""
38760
38761 #: config/i386/i386-options.cc:3298
38762 #, gcc-internal-format
38763 msgid "%s instructions aren%'t allowed in an interrupt service routine"
38764 msgstr ""
38765
38766 #: config/i386/i386-options.cc:3302
38767 #, gcc-internal-format
38768 msgid "%s instructions aren%'t allowed in a function with the %<no_caller_saved_registers%> attribute"
38769 msgstr ""
38770
38771 #: config/i386/i386-options.cc:3349 config/i386/i386-options.cc:3400
38772 #, gcc-internal-format
38773 msgid "fastcall and regparm attributes are not compatible"
38774 msgstr ""
38775
38776 #: config/i386/i386-options.cc:3354
38777 #, gcc-internal-format
38778 msgid "regparam and thiscall attributes are not compatible"
38779 msgstr ""
38780
38781 #: config/i386/i386-options.cc:3361 config/i386/i386-options.cc:3589
38782 #, gcc-internal-format
38783 msgid "%qE attribute requires an integer constant argument"
38784 msgstr ""
38785
38786 #: config/i386/i386-options.cc:3367
38787 #, gcc-internal-format
38788 msgid "argument to %qE attribute larger than %d"
38789 msgstr ""
38790
38791 #: config/i386/i386-options.cc:3392 config/i386/i386-options.cc:3435
38792 #, gcc-internal-format
38793 msgid "fastcall and cdecl attributes are not compatible"
38794 msgstr ""
38795
38796 #: config/i386/i386-options.cc:3396
38797 #, gcc-internal-format
38798 msgid "fastcall and stdcall attributes are not compatible"
38799 msgstr ""
38800
38801 #: config/i386/i386-options.cc:3404 config/i386/i386-options.cc:3453
38802 #, gcc-internal-format
38803 msgid "fastcall and thiscall attributes are not compatible"
38804 msgstr ""
38805
38806 #: config/i386/i386-options.cc:3414 config/i386/i386-options.cc:3431
38807 #, gcc-internal-format
38808 msgid "stdcall and cdecl attributes are not compatible"
38809 msgstr ""
38810
38811 #: config/i386/i386-options.cc:3418
38812 #, gcc-internal-format
38813 msgid "stdcall and fastcall attributes are not compatible"
38814 msgstr ""
38815
38816 #: config/i386/i386-options.cc:3422 config/i386/i386-options.cc:3449
38817 #, gcc-internal-format
38818 msgid "stdcall and thiscall attributes are not compatible"
38819 msgstr ""
38820
38821 #: config/i386/i386-options.cc:3439 config/i386/i386-options.cc:3457
38822 #, gcc-internal-format
38823 msgid "cdecl and thiscall attributes are not compatible"
38824 msgstr ""
38825
38826 #: config/i386/i386-options.cc:3445
38827 #, gcc-internal-format
38828 msgid "%qE attribute is used for non-class method"
38829 msgstr ""
38830
38831 #: config/i386/i386-options.cc:3549 config/rs6000/rs6000.cc:20314
38832 #, gcc-internal-format
38833 msgid "%qE incompatible attribute ignored"
38834 msgstr ""
38835
38836 #: config/i386/i386-options.cc:3576
38837 #, gcc-internal-format
38838 msgid "%qE attribute only available for 32-bit"
38839 msgstr ""
38840
38841 #: config/i386/i386-options.cc:3597
38842 #, gcc-internal-format
38843 msgid "argument to %qE attribute is neither zero, nor one"
38844 msgstr ""
38845
38846 #: config/i386/i386-options.cc:3631 config/i386/i386-options.cc:3641
38847 #, gcc-internal-format
38848 msgid "%qs and %qs attributes are not compatible"
38849 msgstr ""
38850
38851 #: config/i386/i386-options.cc:3668 config/i386/i386-options.cc:3690
38852 #: config/ia64/ia64.cc:812 config/s390/s390.cc:1194
38853 #, gcc-internal-format
38854 msgid "%qE attribute requires a string constant argument"
38855 msgstr ""
38856
38857 #: config/i386/i386-options.cc:3678 config/i386/i386-options.cc:3700
38858 #: config/s390/s390.cc:1223
38859 #, gcc-internal-format
38860 msgid "argument to %qE attribute is not (keep|thunk|thunk-inline|thunk-extern)"
38861 msgstr ""
38862
38863 #: config/i386/i386-options.cc:3732
38864 #, gcc-internal-format
38865 msgid "interrupt service routine should have a pointer as the first argument"
38866 msgstr ""
38867
38868 #: config/i386/i386-options.cc:3739
38869 #, gcc-internal-format
38870 msgid "interrupt service routine should have %qs as the second argument"
38871 msgstr ""
38872
38873 #: config/i386/i386-options.cc:3750
38874 #, gcc-internal-format
38875 msgid "interrupt service routine can only have a pointer argument and an optional integer argument"
38876 msgstr ""
38877
38878 #: config/i386/i386-options.cc:3753
38879 #, gcc-internal-format
38880 msgid "interrupt service routine must return %<void%>"
38881 msgstr ""
38882
38883 #: config/i386/i386.cc:1212
38884 #, gcc-internal-format
38885 msgid "calling %qD with attribute sseregparm without SSE/SSE2 enabled"
38886 msgstr ""
38887
38888 #: config/i386/i386.cc:1215
38889 #, gcc-internal-format
38890 msgid "calling %qT with attribute sseregparm without SSE/SSE2 enabled"
38891 msgstr ""
38892
38893 #: config/i386/i386.cc:1519
38894 #, gcc-internal-format
38895 msgid "X32 does not support %<ms_abi%> attribute"
38896 msgstr ""
38897
38898 #: config/i386/i386.cc:1553
38899 #, gcc-internal-format
38900 msgid "%<ms_hook_prologue%> attribute is not compatible with nested function"
38901 msgstr ""
38902
38903 #: config/i386/i386.cc:1904
38904 #, gcc-internal-format
38905 msgid "AVX512F vector argument without AVX512F enabled changes the ABI"
38906 msgstr ""
38907
38908 #: config/i386/i386.cc:1910
38909 #, gcc-internal-format
38910 msgid "AVX512F vector return without AVX512F enabled changes the ABI"
38911 msgstr ""
38912
38913 #: config/i386/i386.cc:1924
38914 #, gcc-internal-format
38915 msgid "AVX vector argument without AVX enabled changes the ABI"
38916 msgstr ""
38917
38918 #: config/i386/i386.cc:1930
38919 #, gcc-internal-format
38920 msgid "AVX vector return without AVX enabled changes the ABI"
38921 msgstr ""
38922
38923 #: config/i386/i386.cc:1946
38924 #, gcc-internal-format
38925 msgid "SSE vector argument without SSE enabled changes the ABI"
38926 msgstr ""
38927
38928 #: config/i386/i386.cc:1952
38929 #, gcc-internal-format
38930 msgid "SSE vector return without SSE enabled changes the ABI"
38931 msgstr ""
38932
38933 #: config/i386/i386.cc:1968
38934 #, gcc-internal-format
38935 msgid "MMX vector argument without MMX enabled changes the ABI"
38936 msgstr ""
38937
38938 #: config/i386/i386.cc:1974
38939 #, gcc-internal-format
38940 msgid "MMX vector return without MMX enabled changes the ABI"
38941 msgstr ""
38942
38943 #: config/i386/i386.cc:2172
38944 #, gcc-internal-format
38945 msgid "the ABI of passing struct with a flexible array member has changed in GCC 4.4"
38946 msgstr ""
38947
38948 #: config/i386/i386.cc:2293
38949 #, gcc-internal-format
38950 msgid "the ABI of passing union with %<long double%> has changed in GCC 4.4"
38951 msgstr ""
38952
38953 #: config/i386/i386.cc:2426
38954 #, gcc-internal-format
38955 msgid "the ABI of passing structure with %<complex float%> member has changed in GCC 4.4"
38956 msgstr ""
38957
38958 #: config/i386/i386.cc:2542
38959 msgid "the ABI of passing C structures with zero-width bit-fields has changed in GCC %{12.1%}"
38960 msgstr ""
38961
38962 #: config/i386/i386.cc:2637
38963 #, gcc-internal-format
38964 msgid "SSE register return with SSE disabled"
38965 msgstr ""
38966
38967 #: config/i386/i386.cc:2643
38968 #, gcc-internal-format
38969 msgid "SSE register argument with SSE disabled"
38970 msgstr ""
38971
38972 #: config/i386/i386.cc:2663
38973 #, gcc-internal-format
38974 msgid "x87 register return with x87 disabled"
38975 msgstr ""
38976
38977 #: config/i386/i386.cc:2986 config/i386/i386.cc:3227 config/i386/i386.cc:4042
38978 #, gcc-internal-format
38979 msgid "calling %qD with SSE calling convention without SSE/SSE2 enabled"
38980 msgstr ""
38981
38982 #: config/i386/i386.cc:2988 config/i386/i386.cc:3229 config/i386/i386.cc:4044
38983 #, gcc-internal-format
38984 msgid "this is a GCC bug that can be worked around by adding attribute used to function called"
38985 msgstr ""
38986
38987 #: config/i386/i386.cc:3630
38988 #, gcc-internal-format, gfc-internal-format
38989 msgid "the ABI for passing parameters with %d-byte alignment has changed in GCC 4.6"
38990 msgstr ""
38991
38992 #: config/i386/i386.cc:6532
38993 #, gcc-internal-format
38994 msgid "%<-mcall-ms2sysv-xlogues%> is not compatible with %s"
38995 msgstr ""
38996
38997 #: config/i386/i386.cc:8436
38998 #, gcc-internal-format
38999 msgid "%<ms_hook_prologue%> attribute is not compatible with %<-mfentry%> for 32-bit"
39000 msgstr ""
39001
39002 #: config/i386/i386.cc:8526
39003 #, gcc-internal-format
39004 msgid "Dynamic Realign Argument Pointer (DRAP) not supported in interrupt service routine.  This may be worked around by avoiding functions with aggregate return."
39005 msgstr ""
39006
39007 #: config/i386/i386.cc:9458
39008 #, gcc-internal-format
39009 msgid "Stack realignment not supported with %<__builtin_eh_return%>"
39010 msgstr ""
39011
39012 #: config/i386/i386.cc:9463
39013 #, gcc-internal-format
39014 msgid "regparm nested function not supported with %<__builtin_eh_return%>"
39015 msgstr ""
39016
39017 #: config/i386/i386.cc:9849
39018 #, gcc-internal-format
39019 msgid "%<-fsplit-stack%> does not support fastcall with nested function"
39020 msgstr ""
39021
39022 #: config/i386/i386.cc:9869
39023 #, gcc-internal-format
39024 msgid "%<-fsplit-stack%> does not support 2 register parameters for a nested function"
39025 msgstr ""
39026
39027 #. FIXME: We could make this work by pushing a register
39028 #. around the addition and comparison.
39029 #: config/i386/i386.cc:9880
39030 #, gcc-internal-format
39031 msgid "%<-fsplit-stack%> does not support 3 register parameters"
39032 msgstr ""
39033
39034 #: config/i386/i386.cc:12913
39035 #, gcc-internal-format
39036 msgid "%<V%> modifier on non-integer register"
39037 msgstr ""
39038
39039 #: config/i386/i386.cc:12924 config/i386/i386.cc:12938
39040 #, gcc-internal-format
39041 msgid "unsupported size for integer register"
39042 msgstr ""
39043
39044 #: config/i386/i386.cc:12970
39045 #, gcc-internal-format
39046 msgid "extended registers have no high halves"
39047 msgstr ""
39048
39049 #: config/i386/i386.cc:12985
39050 #, gcc-internal-format
39051 msgid "unsupported operand size for extended register"
39052 msgstr ""
39053
39054 #: config/i386/i386.cc:13179
39055 #, gcc-internal-format
39056 msgid "non-integer operand used with operand code %<z%>"
39057 msgstr ""
39058
39059 #: config/i386/i386.cc:17210
39060 #, gcc-internal-format
39061 msgid "empty class %qT parameter passing ABI changes in %<-fabi-version=12%> (GCC 8)"
39062 msgstr ""
39063
39064 #: config/i386/i386.cc:21432
39065 msgid "the alignment of %<_Atomic %T%> fields changed in %{GCC 11.1%}"
39066 msgstr ""
39067
39068 #: config/i386/i386.cc:21528
39069 #, gcc-internal-format
39070 msgid "profiling %<-mcmodel=large%> with PIC is not supported"
39071 msgstr ""
39072
39073 #: config/i386/i386.cc:23276
39074 #, gcc-internal-format
39075 msgid "unknown architecture specific memory model"
39076 msgstr ""
39077
39078 #: config/i386/i386.cc:23283
39079 #, gcc-internal-format
39080 msgid "%<HLE_ACQUIRE%> not used with %<ACQUIRE%> or stronger memory model"
39081 msgstr ""
39082
39083 #: config/i386/i386.cc:23290
39084 #, gcc-internal-format
39085 msgid "%<HLE_RELEASE%> not used with %<RELEASE%> or stronger memory model"
39086 msgstr ""
39087
39088 #: config/i386/i386.cc:23336
39089 #, gcc-internal-format
39090 msgid "unsupported return type %qT for simd"
39091 msgstr ""
39092
39093 #: config/i386/i386.cc:23366
39094 #, gcc-internal-format
39095 msgid "unsupported argument type %qT for simd"
39096 msgstr ""
39097
39098 #: config/i386/i386.cc:23909
39099 #, gcc-internal-format
39100 msgid "%<-fexcess-precision=16%> is not compatible with %<-mfpmath=387%>"
39101 msgstr ""
39102
39103 #: config/i386/intelmic-mkoffload.cc:601
39104 #, gcc-internal-format
39105 msgid "COLLECT_GCC must be set"
39106 msgstr "COLLECT_GCC mora biti postavljena "
39107
39108 #: config/i386/intelmic-mkoffload.cc:641
39109 #, gcc-internal-format
39110 msgid "output file not specified"
39111 msgstr ""
39112
39113 #: config/i386/winnt.cc:83
39114 #, gcc-internal-format
39115 msgid "%qE attribute applies only to initialized variables with external linkage"
39116 msgstr ""
39117
39118 #: config/i386/winnt.cc:156
39119 #, gcc-internal-format
39120 msgid "definition of static data member %q+D of dllimport%'d class"
39121 msgstr ""
39122
39123 #: config/ia64/ia64-c.cc:50
39124 #, gcc-internal-format
39125 msgid "malformed %<#pragma builtin%>"
39126 msgstr ""
39127
39128 #: config/ia64/ia64.cc:751
39129 #, gcc-internal-format
39130 msgid "invalid argument of %qE attribute"
39131 msgstr ""
39132
39133 #: config/ia64/ia64.cc:764
39134 #, gcc-internal-format
39135 msgid "an address area attribute cannot be specified for local variables"
39136 msgstr ""
39137
39138 #: config/ia64/ia64.cc:771
39139 #, gcc-internal-format
39140 msgid "address area of %q+D conflicts with previous declaration"
39141 msgstr ""
39142
39143 #: config/ia64/ia64.cc:779
39144 #, gcc-internal-format
39145 msgid "address area attribute cannot be specified for functions"
39146 msgstr ""
39147
39148 #: config/ia64/ia64.cc:6024 config/pa/pa.cc:453 config/sh/sh.cc:8266
39149 #, gcc-internal-format
39150 msgid "value of %<-mfixed-range%> must have form REG1-REG2"
39151 msgstr ""
39152
39153 #: config/ia64/ia64.cc:11290
39154 #, gcc-internal-format
39155 msgid "version attribute is not a string"
39156 msgstr ""
39157
39158 #: config/iq2000/iq2000.cc:1867
39159 #, gcc-internal-format
39160 msgid "%<gp_offset%> (%ld) or %<end_offset%> (%ld) is less than zero"
39161 msgstr ""
39162
39163 #: config/iq2000/iq2000.cc:2590
39164 #, gcc-internal-format
39165 msgid "argument %qd is not a constant"
39166 msgstr ""
39167
39168 #: config/iq2000/iq2000.cc:2893 config/xtensa/xtensa.cc:2552
39169 #, gcc-internal-format
39170 msgid "%<PRINT_OPERAND_ADDRESS%>, null pointer"
39171 msgstr ""
39172
39173 #: config/iq2000/iq2000.cc:3048
39174 #, gcc-internal-format
39175 msgid "%<PRINT_OPERAND%>: Unknown punctuation %<%c%>"
39176 msgstr ""
39177
39178 #: config/iq2000/iq2000.cc:3057 config/xtensa/xtensa.cc:2395
39179 #, gcc-internal-format
39180 msgid "%<PRINT_OPERAND%> null pointer"
39181 msgstr ""
39182
39183 #: config/loongarch/loongarch-cpu.cc:111
39184 #, gcc-internal-format
39185 msgid "unknown base architecture %<0x%x%>, %qs failed"
39186 msgstr ""
39187
39188 #: config/loongarch/loongarch-cpu.cc:138
39189 #, gcc-internal-format
39190 msgid "unknown FPU type %<0x%x%>, %qs failed"
39191 msgstr ""
39192
39193 #: config/loongarch/loongarch-cpu.cc:189
39194 #, gcc-internal-format
39195 msgid "unknown processor ID %<0x%x%>, some tuning parameters will fall back to default"
39196 msgstr ""
39197
39198 #: config/loongarch/loongarch-opts.cc:196
39199 #, gcc-internal-format
39200 msgid "%<-m%s%> overrides %<-m%s=%s%>, adjusting ABI to %qs"
39201 msgstr ""
39202
39203 #: config/loongarch/loongarch-opts.cc:211
39204 #, gcc-internal-format
39205 msgid "ABI changed (%qs to %qs) while multilib is disabled"
39206 msgstr ""
39207
39208 #: config/loongarch/loongarch-opts.cc:233
39209 #: config/loongarch/loongarch-opts.cc:238
39210 #, gcc-internal-format
39211 msgid "%qs does not work on a cross compiler"
39212 msgstr ""
39213
39214 #: config/loongarch/loongarch-opts.cc:278
39215 #, gcc-internal-format
39216 msgid "your native CPU architecture (%qs) does not support %qs ABI, falling back to %<-m%s=%s%>"
39217 msgstr ""
39218
39219 #: config/loongarch/loongarch-opts.cc:283
39220 #, gcc-internal-format
39221 msgid "default CPU architecture (%qs) does not support %qs ABI, falling back to %<-m%s=%s%>"
39222 msgstr ""
39223
39224 #: config/loongarch/loongarch-opts.cc:314
39225 #, gcc-internal-format
39226 msgid "unable to implement ABI %qs with instruction set %qs"
39227 msgstr ""
39228
39229 #: config/loongarch/loongarch-opts.cc:336
39230 #, gcc-internal-format
39231 msgid "ABI %qs cannot be implemented due to limited instruction set %qs, falling back to %qs"
39232 msgstr ""
39233
39234 #: config/loongarch/loongarch-opts.cc:347
39235 #, gcc-internal-format
39236 msgid "instruction set %qs cannot implement default ABI %qs, falling back to %qs"
39237 msgstr ""
39238
39239 #: config/loongarch/loongarch-opts.cc:352
39240 #, gcc-internal-format
39241 msgid "no multilib-enabled ABI (%qs) can be implemented with instruction set %qs, falling back to %qs"
39242 msgstr ""
39243
39244 #: config/loongarch/loongarch-opts.cc:368
39245 #, gcc-internal-format
39246 msgid "ABI %qs is not enabled at configure-time, the linker might report an error"
39247 msgstr ""
39248
39249 #: config/loongarch/loongarch-opts.cc:371
39250 #, gcc-internal-format, gfc-internal-format
39251 msgid "ABI with startfiles: %s"
39252 msgstr ""
39253
39254 #: config/loongarch/loongarch.cc:3458
39255 #, gcc-internal-format
39256 msgid "Normal symbol loading not implemented in extreme mode."
39257 msgstr ""
39258
39259 #: config/loongarch/loongarch.cc:5507
39260 #, gcc-internal-format
39261 msgid "code model %qs and %qs not support %s mode"
39262 msgstr ""
39263
39264 #: config/m32c/m32c-pragma.cc:54
39265 #, gcc-internal-format
39266 msgid "junk at end of %<#pragma GCC memregs%> [0-16]"
39267 msgstr ""
39268
39269 #: config/m32c/m32c-pragma.cc:61
39270 #, gcc-internal-format
39271 msgid "%<#pragma GCC memregs%> must precede any function declarations"
39272 msgstr ""
39273
39274 #: config/m32c/m32c-pragma.cc:69 config/m32c/m32c-pragma.cc:76
39275 #, gcc-internal-format
39276 msgid "%<#pragma GCC memregs%> takes a number [0-16]"
39277 msgstr ""
39278
39279 #: config/m32c/m32c-pragma.cc:104
39280 #, gcc-internal-format
39281 msgid "junk at end of %<#pragma ADDRESS%>"
39282 msgstr ""
39283
39284 #: config/m32c/m32c-pragma.cc:109
39285 #, gcc-internal-format
39286 msgid "malformed %<#pragma ADDRESS%> variable address"
39287 msgstr ""
39288
39289 #: config/m32c/m32c.cc:419
39290 #, gcc-internal-format
39291 msgid "invalid target memregs value %<%d%>"
39292 msgstr ""
39293
39294 #: config/m32c/m32c.cc:2931
39295 #, gcc-internal-format
39296 msgid "%qE attribute is not supported for R8C target"
39297 msgstr ""
39298
39299 #. The argument must be a constant integer.
39300 #: config/m32c/m32c.cc:2947 config/sh/sh.cc:8478 config/sh/sh.cc:8573
39301 #, gcc-internal-format
39302 msgid "%qE attribute argument not an integer constant"
39303 msgstr ""
39304
39305 #: config/m32c/m32c.cc:2956
39306 #, gcc-internal-format
39307 msgid "%qE attribute argument should be between 18 to 255"
39308 msgstr ""
39309
39310 #: config/m32c/m32c.cc:4080
39311 #, gcc-internal-format
39312 msgid "%<bank_switch%> has no effect on non-interrupt functions"
39313 msgstr ""
39314
39315 #: config/m32c/m32c.cc:4187
39316 #, gcc-internal-format
39317 msgid "%<fast_interrupt%> attribute directive ignored"
39318 msgstr ""
39319
39320 #: config/m32r/m32r.cc:415
39321 #, gcc-internal-format
39322 msgid "invalid argument of %qs attribute"
39323 msgstr ""
39324
39325 #: config/m68k/m68k.cc:531
39326 #, gcc-internal-format
39327 msgid "%<-mcpu=%s%> conflicts with %<-march=%s%>"
39328 msgstr ""
39329
39330 #: config/m68k/m68k.cc:602
39331 #, gcc-internal-format
39332 msgid "%<-mpcrel%> %<-fPIC%> is not currently supported on selected cpu"
39333 msgstr ""
39334
39335 #: config/m68k/m68k.cc:666
39336 #, gcc-internal-format
39337 msgid "%<-falign-labels=%d%> is not supported"
39338 msgstr ""
39339
39340 #: config/m68k/m68k.cc:673
39341 #, gcc-internal-format
39342 msgid "%<-falign-loops=%d%> is not supported"
39343 msgstr ""
39344
39345 #: config/m68k/m68k.cc:681
39346 #, gcc-internal-format
39347 msgid "%<-fstack-limit-%> options are not supported on this cpu"
39348 msgstr ""
39349
39350 #: config/m68k/m68k.cc:799
39351 #, gcc-internal-format
39352 msgid "multiple interrupt attributes not allowed"
39353 msgstr ""
39354
39355 #: config/m68k/m68k.cc:806
39356 #, gcc-internal-format
39357 msgid "%<interrupt_thread%> is available only on fido"
39358 msgstr ""
39359
39360 #: config/m68k/m68k.cc:1140 config/rs6000/rs6000-logue.cc:1756
39361 #, gcc-internal-format
39362 msgid "stack limit expression is not supported"
39363 msgstr ""
39364
39365 #: config/m68k/m68k.cc:7119 config/s390/s390.cc:16596
39366 #, gcc-internal-format
39367 msgid "%<-fexcess-precision=16%> is not supported on this target"
39368 msgstr ""
39369
39370 #: config/mcore/mcore.cc:2959
39371 #, gcc-internal-format
39372 msgid "initialized variable %q+D is marked dllimport"
39373 msgstr ""
39374
39375 #: config/microblaze/microblaze.cc:1755
39376 #, gcc-internal-format
39377 msgid "%<-fPIC%>/%<-fpic%> not supported for this target"
39378 msgstr ""
39379
39380 #: config/microblaze/microblaze.cc:1767
39381 #, gcc-internal-format
39382 msgid "%qs is an invalid argument to %<-mcpu=%>"
39383 msgstr ""
39384
39385 #: config/microblaze/microblaze.cc:1816
39386 #, gcc-internal-format
39387 msgid "%<-mxl-multiply-high%> can be used only with %<-mcpu=v6.00.a%> or greater"
39388 msgstr ""
39389
39390 #: config/microblaze/microblaze.cc:1833
39391 #, gcc-internal-format
39392 msgid "%<-mxl-reorder%> can be used only with %<-mcpu=v8.30.a%> or greater"
39393 msgstr ""
39394
39395 #: config/microblaze/microblaze.cc:1840
39396 #, gcc-internal-format
39397 msgid "%<-mxl-reorder%> requires %<-mxl-pattern-compare%> for %<-mcpu=v8.30.a%>"
39398 msgstr ""
39399
39400 #: config/microblaze/microblaze.cc:1846
39401 #, gcc-internal-format
39402 msgid "%<-mxl-multiply-high%> requires %<-mno-xl-soft-mul%>"
39403 msgstr ""
39404
39405 #: config/mips/mips.cc:1426 config/mips/mips.cc:1430
39406 #, gcc-internal-format
39407 msgid "%qs attribute only applies to functions"
39408 msgstr ""
39409
39410 #: config/mips/mips.cc:1440 config/mips/mips.cc:1446
39411 #, gcc-internal-format
39412 msgid "%qE cannot have both %qs and %qs attributes"
39413 msgstr ""
39414
39415 #: config/mips/mips.cc:1475 config/mips/mips.cc:1481
39416 #: config/nios2/nios2.cc:4483
39417 #, gcc-internal-format
39418 msgid "%qE redeclared with conflicting %qs attributes"
39419 msgstr ""
39420
39421 #: config/mips/mips.cc:1513 config/mips/mips.cc:1567
39422 #: config/riscv/riscv.cc:3301
39423 #, gcc-internal-format
39424 msgid "%qE attribute requires a string argument"
39425 msgstr ""
39426
39427 #: config/mips/mips.cc:1521
39428 #, gcc-internal-format
39429 msgid "argument to %qE attribute is neither eic, nor %<vector=<line>%>"
39430 msgstr ""
39431
39432 #: config/mips/mips.cc:1537
39433 #, gcc-internal-format
39434 msgid "interrupt vector to %qE attribute is not %<vector=(sw0|sw1|hw0|hw1|hw2|hw3|hw4|hw5)%>"
39435 msgstr ""
39436
39437 #: config/mips/mips.cc:1574
39438 #, gcc-internal-format
39439 msgid "argument to %qE attribute is not intstack"
39440 msgstr ""
39441
39442 #: config/mips/mips.cc:6089
39443 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%}"
39444 msgstr ""
39445
39446 #: config/mips/mips.cc:6490
39447 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%}"
39448 msgstr ""
39449
39450 #: config/mips/mips.cc:7831
39451 #, gcc-internal-format
39452 msgid "cannot handle inconsistent calls to %qs"
39453 msgstr ""
39454
39455 #: config/mips/mips.cc:11075
39456 #, gcc-internal-format
39457 msgid "the %<interrupt%> attribute requires a MIPS32r2 processor or greater"
39458 msgstr ""
39459
39460 #: config/mips/mips.cc:11077
39461 #, gcc-internal-format
39462 msgid "interrupt handlers cannot be MIPS16 functions"
39463 msgstr ""
39464
39465 #: config/mips/mips.cc:12067
39466 #, gcc-internal-format
39467 msgid "%<-fstack-check=specific%> not implemented for MIPS16"
39468 msgstr ""
39469
39470 #: config/mips/mips.cc:17135
39471 #, gcc-internal-format, gfc-internal-format
39472 msgid "argument %d to the built-in must be a constant in range %d to %d"
39473 msgstr ""
39474
39475 #: config/mips/mips.cc:17255
39476 #, gcc-internal-format
39477 msgid "failed to expand built-in function"
39478 msgstr ""
39479
39480 #: config/mips/mips.cc:17386
39481 #, gcc-internal-format
39482 msgid "built-in function %qE not supported for MIPS16"
39483 msgstr ""
39484
39485 #: config/mips/mips.cc:17994
39486 #, gcc-internal-format
39487 msgid "%qs does not support MIPS16 code"
39488 msgstr ""
39489
39490 #: config/mips/mips.cc:19801
39491 #, gcc-internal-format
39492 msgid "MIPS16 PIC for ABIs other than o32 and o64"
39493 msgstr ""
39494
39495 #: config/mips/mips.cc:19804
39496 #, gcc-internal-format
39497 msgid "MIPS16 %<-mxgot%> code"
39498 msgstr ""
39499
39500 #: config/mips/mips.cc:19807
39501 #, gcc-internal-format
39502 msgid "%<hard-float%> MIPS16 code for ABIs other than o32 and o64"
39503 msgstr ""
39504
39505 #: config/mips/mips.cc:19810
39506 #, gcc-internal-format
39507 msgid "MSA MIPS16 code"
39508 msgstr ""
39509
39510 #: config/mips/mips.cc:19988 config/mips/mips.cc:19993
39511 #: config/mips/mips.cc:20082 config/mips/mips.cc:20084
39512 #: config/mips/mips.cc:20114 config/mips/mips.cc:20124
39513 #: config/mips/mips.cc:20230 config/mips/mips.cc:20260
39514 #, gcc-internal-format, gfc-internal-format
39515 msgid "unsupported combination: %s"
39516 msgstr ""
39517
39518 #: config/mips/mips.cc:20027
39519 #, gcc-internal-format
39520 msgid "%<-%s%> conflicts with the other architecture options, which specify a %s processor"
39521 msgstr ""
39522
39523 #: config/mips/mips.cc:20037
39524 #, gcc-internal-format
39525 msgid "%<-march=%s%> is not compatible with the selected ABI"
39526 msgstr ""
39527
39528 #: config/mips/mips.cc:20052
39529 #, gcc-internal-format
39530 msgid "%<-mgp64%> used with a 32-bit processor"
39531 msgstr ""
39532
39533 #: config/mips/mips.cc:20054
39534 #, gcc-internal-format
39535 msgid "%<-mgp32%> used with a 64-bit ABI"
39536 msgstr ""
39537
39538 #: config/mips/mips.cc:20056
39539 #, gcc-internal-format
39540 msgid "%<-mgp64%> used with a 32-bit ABI"
39541 msgstr ""
39542
39543 #: config/mips/mips.cc:20079
39544 #, gcc-internal-format
39545 msgid "the %qs architecture does not support %<-mfp32%>"
39546 msgstr ""
39547
39548 #: config/mips/mips.cc:20088
39549 #, gcc-internal-format
39550 msgid "%<-mgp32%> and %<-mfp64%> can only be combined if the target supports the mfhc1 and mthc1 instructions"
39551 msgstr ""
39552
39553 #: config/mips/mips.cc:20091
39554 #, gcc-internal-format
39555 msgid "%<-mgp32%> and %<-mfp64%> can only be combined when using the o32 ABI"
39556 msgstr ""
39557
39558 #: config/mips/mips.cc:20112
39559 #, gcc-internal-format
39560 msgid "%<-mfpxx%> can only be used with the o32 ABI"
39561 msgstr ""
39562
39563 #: config/mips/mips.cc:20116
39564 #, gcc-internal-format
39565 msgid "%<-march=%s%> requires %<-mfp32%>"
39566 msgstr ""
39567
39568 #: config/mips/mips.cc:20118
39569 #, gcc-internal-format
39570 msgid "%<-mfpxx%> requires %<-mlra%>"
39571 msgstr ""
39572
39573 #. We have traditionally allowed non-abicalls code to use
39574 #. an LP64 form of o64.  However, it would take a bit more
39575 #. effort to support the combination of 32-bit GOT entries
39576 #. and 64-bit pointers, so we treat the abicalls case as
39577 #. an error.
39578 #: config/mips/mips.cc:20143
39579 #, gcc-internal-format
39580 msgid "the combination of %qs and %qs is incompatible with %qs"
39581 msgstr ""
39582
39583 #: config/mips/mips.cc:20196
39584 #, gcc-internal-format
39585 msgid "the %qs architecture does not support branch-likely instructions"
39586 msgstr ""
39587
39588 #: config/mips/mips.cc:20211
39589 #, gcc-internal-format
39590 msgid "the %qs architecture does not support madd or msub instructions"
39591 msgstr ""
39592
39593 #: config/mips/mips.cc:20225
39594 #, gcc-internal-format
39595 msgid "the %qs architecture does not support odd single-precision registers"
39596 msgstr ""
39597
39598 #: config/mips/mips.cc:20238 config/mips/mips.cc:20244
39599 #, gcc-internal-format
39600 msgid "unsupported combination: %qs%s %s"
39601 msgstr ""
39602
39603 #: config/mips/mips.cc:20253
39604 #, gcc-internal-format
39605 msgid "unsupported combination: %qs %s"
39606 msgstr ""
39607
39608 #: config/mips/mips.cc:20268
39609 #, gcc-internal-format
39610 msgid "cannot generate position-independent code for %qs"
39611 msgstr ""
39612
39613 #: config/mips/mips.cc:20271
39614 #, gcc-internal-format
39615 msgid "position-independent code requires %qs"
39616 msgstr ""
39617
39618 #: config/mips/mips.cc:20304
39619 #, gcc-internal-format
39620 msgid "%<-mno-gpopt%> needs %<-mexplicit-relocs%>"
39621 msgstr ""
39622
39623 #: config/mips/mips.cc:20312 config/mips/mips.cc:20315
39624 #, gcc-internal-format
39625 msgid "cannot use small-data accesses for %qs"
39626 msgstr ""
39627
39628 #: config/mips/mips.cc:20330
39629 #, gcc-internal-format
39630 msgid "the %qs architecture does not support %<-m%s=legacy%>"
39631 msgstr ""
39632
39633 #: config/mips/mips.cc:20337
39634 #, gcc-internal-format
39635 msgid "the %qs architecture does not support %<-m%s=2008%>"
39636 msgstr ""
39637
39638 #: config/mips/mips.cc:20355
39639 #, gcc-internal-format
39640 msgid "%<-mips3d%> requires %<-mpaired-single%>"
39641 msgstr ""
39642
39643 #: config/mips/mips.cc:20365
39644 #, gcc-internal-format
39645 msgid "%qs must be used with %qs"
39646 msgstr ""
39647
39648 #: config/mips/mips.cc:20375
39649 #, gcc-internal-format
39650 msgid "%<-mmsa%> must be used with %<-mfp64%> and %<-mhard-float%>"
39651 msgstr ""
39652
39653 #: config/mips/mips.cc:20382
39654 #, gcc-internal-format
39655 msgid "the %qs architecture does not support paired-single instructions"
39656 msgstr ""
39657
39658 #: config/mips/mips.cc:20391
39659 #, gcc-internal-format
39660 msgid "%qs requires a target that provides the %qs instruction"
39661 msgstr ""
39662
39663 #: config/mips/mips.cc:20402
39664 #, gcc-internal-format
39665 msgid "the %qs architecture does not support DSP instructions"
39666 msgstr ""
39667
39668 #: config/mips/mips.cc:20412
39669 #, gcc-internal-format
39670 msgid "%<-mloongson-mmi%> must be used with %<-mhard-float%>"
39671 msgstr ""
39672
39673 #: config/mips/mips.cc:20422
39674 #, gcc-internal-format
39675 msgid "%<-mloongson-ext2%> must be used with %<-mloongson-ext%>"
39676 msgstr ""
39677
39678 #: config/mips/mips.cc:20528
39679 #, gcc-internal-format
39680 msgid "%qs requires branch-likely instructions"
39681 msgstr ""
39682
39683 #: config/mips/mips.cc:20532
39684 #, gcc-internal-format
39685 msgid "the %qs architecture does not support the synci instruction"
39686 msgstr ""
39687
39688 #: config/mips/mips.cc:21368
39689 #, gcc-internal-format
39690 msgid "mips16 function profiling"
39691 msgstr ""
39692
39693 #: config/mmix/mmix.cc:320
39694 #, gcc-internal-format
39695 msgid "%<-f%s%> not supported: ignored"
39696 msgstr ""
39697
39698 #: config/mmix/mmix.cc:785
39699 #, gcc-internal-format
39700 msgid "support for mode %qs"
39701 msgstr ""
39702
39703 #: config/mmix/mmix.cc:799
39704 #, gcc-internal-format, gfc-internal-format
39705 msgid "too large function value type, needs %d registers, have only %d registers for this"
39706 msgstr ""
39707
39708 #: config/mmix/mmix.cc:980
39709 #, gcc-internal-format
39710 msgid "%<function_profiler%> support for MMIX"
39711 msgstr ""
39712
39713 #: config/mmix/mmix.cc:1003
39714 #, gcc-internal-format
39715 msgid "MMIX Internal: Last named vararg would not fit in a register"
39716 msgstr ""
39717
39718 #: config/mmix/mmix.cc:1643 config/mmix/mmix.cc:1667 config/mmix/mmix.cc:1774
39719 #, gcc-internal-format, gfc-internal-format
39720 msgid "MMIX Internal: Bad register: %d"
39721 msgstr ""
39722
39723 #. Presumably there's a missing case above if we get here.
39724 #: config/mmix/mmix.cc:1766
39725 #, gcc-internal-format
39726 msgid "MMIX Internal: Missing %qc case in %<mmix_print_operand%>"
39727 msgstr ""
39728
39729 #: config/mmix/mmix.cc:2055
39730 #, gcc-internal-format
39731 msgid "stack frame not a multiple of 8 bytes: %wd"
39732 msgstr ""
39733
39734 #: config/mmix/mmix.cc:2308
39735 #, gcc-internal-format
39736 msgid "stack frame not a multiple of octabyte: %wd"
39737 msgstr ""
39738
39739 #: config/mmix/mmix.cc:2594 config/mmix/mmix.cc:2653
39740 #, gcc-internal-format, gfc-internal-format
39741 msgid "MMIX Internal: %s is not a shiftable integer"
39742 msgstr ""
39743
39744 #: config/mn10300/mn10300.cc:107
39745 #, gcc-internal-format
39746 msgid "%<-mtune=%> expects mn10300, am33, am33-2, or am34"
39747 msgstr ""
39748
39749 #: config/msp430/driver-msp430.cc:38
39750 #, gcc-internal-format
39751 msgid "expected an argument to %<msp430_select_cpu%>"
39752 msgstr ""
39753
39754 #: config/msp430/driver-msp430.cc:69
39755 #, gcc-internal-format
39756 msgid "%<msp430_set_driver_var%> expects 2 arguments"
39757 msgstr ""
39758
39759 #: config/msp430/driver-msp430.cc:75
39760 #, gcc-internal-format
39761 msgid "unhandled arguments %qs and %qs to %<msp430_set_driver_var%>"
39762 msgstr ""
39763
39764 #: config/msp430/driver-msp430.cc:92
39765 #, gcc-internal-format
39766 msgid "unexpected argument to %<msp430_select_hwmult_lib%>: %s"
39767 msgstr ""
39768
39769 #: config/msp430/driver-msp430.cc:141
39770 #, gcc-internal-format
39771 msgid "unexpected first argument to %<msp430_select_hwmult_lib%>: %s"
39772 msgstr ""
39773
39774 #: config/msp430/driver-msp430.cc:146
39775 #, gcc-internal-format
39776 msgid "%<msp430_select_hwmult_lib%> needs one or more arguments"
39777 msgstr ""
39778
39779 #: config/msp430/msp430-devices.cc:258
39780 #, gcc-internal-format
39781 msgid "unexpected error opening %<devices.csv%>"
39782 msgstr ""
39783
39784 #: config/msp430/msp430-devices.cc:297
39785 #, gcc-internal-format
39786 msgid "%<CPU_TYPE%> column heading is missing from %<devices.csv%>"
39787 msgstr ""
39788
39789 #: config/msp430/msp430-devices.cc:300
39790 #, gcc-internal-format
39791 msgid "%<MPY_TYPE%> column heading is missing from %<devices.csv%>"
39792 msgstr ""
39793
39794 #: config/msp430/msp430-devices.cc:303
39795 #, gcc-internal-format
39796 msgid "%<CPU_TYPE%> and %<MPY_TYPE%> column headings are missing from %<devices.csv%>"
39797 msgstr ""
39798
39799 #: config/msp430/msp430-devices.cc:315
39800 #, gcc-internal-format
39801 msgid "format of column headings in %<devices.csv%> is incorrect"
39802 msgstr ""
39803
39804 #: config/msp430/msp430-devices.cc:348
39805 #, gcc-internal-format
39806 msgid "invalid %<CPU_TYPE%> value of %qs read from %<devices.csv%> for %qs"
39807 msgstr ""
39808
39809 #: config/msp430/msp430-devices.cc:368
39810 #, gcc-internal-format
39811 msgid "invalid %<MPY_TYPE%> value of %qs read from %<devices.csv%> for %qs"
39812 msgstr ""
39813
39814 #: config/msp430/msp430-devices.cc:384
39815 #, gcc-internal-format
39816 msgid "unknown error reading %s from %<devices.csv%>"
39817 msgstr ""
39818
39819 #: config/msp430/msp430-devices.cc:471
39820 #, gcc-internal-format
39821 msgid "unrecognized %<hwmpy%> field in %<hard_msp430_mcu_data[%d]%>: %qd"
39822 msgstr ""
39823
39824 #: config/msp430/msp430-devices.cc:482
39825 #, gcc-internal-format
39826 msgid "unrecognized %<revision%> field in %<hard_msp430_mcu_data[%d]%>: %qd"
39827 msgstr ""
39828
39829 #: config/msp430/msp430-devices.cc:488
39830 #, gcc-internal-format
39831 msgid "could not locate MCU data file %<devices.csv%>"
39832 msgstr ""
39833
39834 #: config/msp430/msp430.cc:181
39835 #, gcc-internal-format
39836 msgid "MCU %qs supports %s ISA but %<-mcpu%> option is set to %s"
39837 msgstr ""
39838
39839 #: config/msp430/msp430.cc:189
39840 #, gcc-internal-format
39841 msgid "MCU %qs does not have hardware multiply support, but %<-mhwmult%> is set to %s"
39842 msgstr ""
39843
39844 #: config/msp430/msp430.cc:198
39845 #, gcc-internal-format
39846 msgid "MCU %qs supports %s hardware multiply, but %<-mhwmult%> is set to 16-bit"
39847 msgstr ""
39848
39849 #: config/msp430/msp430.cc:203
39850 #, gcc-internal-format
39851 msgid "MCU %qs supports %s hardware multiply, but %<-mhwmult%> is set to 32-bit"
39852 msgstr ""
39853
39854 #: config/msp430/msp430.cc:208
39855 #, gcc-internal-format
39856 msgid "MCU %qs supports %s hardware multiply, but %<-mhwmult%> is set to f5series"
39857 msgstr ""
39858
39859 #: config/msp430/msp430.cc:225
39860 #, gcc-internal-format
39861 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"
39862 msgstr ""
39863
39864 #: config/msp430/msp430.cc:232
39865 #, gcc-internal-format
39866 msgid "unrecognized MCU name %qs, assuming that it has no hardware multiply; use the %<-mhwmult%> option to set this explicitly"
39867 msgstr ""
39868
39869 #: config/msp430/msp430.cc:244
39870 #, gcc-internal-format
39871 msgid "unrecognized MCU name %qs, assuming that it just supports the MSP430X ISA; use the %<-mcpu%> option to set the ISA explicitly"
39872 msgstr ""
39873
39874 #: config/msp430/msp430.cc:250
39875 #, gcc-internal-format
39876 msgid "Unrecognized MCU name %qs."
39877 msgstr ""
39878
39879 #: config/msp430/msp430.cc:255
39880 #, gcc-internal-format
39881 msgid "%<-mlarge%> requires a 430X-compatible %<-mmcu=%>"
39882 msgstr ""
39883
39884 #: config/msp430/msp430.cc:258
39885 #, gcc-internal-format
39886 msgid "%<-mcode-region=either%> requires the large memory model (%<-mlarge%>)"
39887 msgstr ""
39888
39889 #: config/msp430/msp430.cc:261
39890 #, gcc-internal-format
39891 msgid "%<-mcode-region=upper%> requires the large memory model (%<-mlarge%>)"
39892 msgstr ""
39893
39894 #: config/msp430/msp430.cc:265
39895 #, gcc-internal-format
39896 msgid "%<-mdata-region=either%> requires the large memory model (%<-mlarge%>)"
39897 msgstr ""
39898
39899 #: config/msp430/msp430.cc:268
39900 #, gcc-internal-format
39901 msgid "%<-mdata-region=upper%> requires the large memory model (%<-mlarge%>)"
39902 msgstr ""
39903
39904 #: config/msp430/msp430.cc:291
39905 #, gcc-internal-format
39906 msgid "%<-fuse-cxa-atexit%> is not supported for msp430-elf"
39907 msgstr ""
39908
39909 #: config/msp430/msp430.cc:296
39910 #, gcc-internal-format
39911 msgid "GCC must be configured with %<--enable-newlib-nano-formatted-io%> to use %<-mtiny-printf%>"
39912 msgstr ""
39913
39914 #: config/msp430/msp430.cc:1895
39915 #, gcc-internal-format
39916 msgid "unrecognized interrupt vector argument of %qE attribute"
39917 msgstr ""
39918
39919 #: config/msp430/msp430.cc:1904
39920 #, gcc-internal-format
39921 msgid "numeric argument of %qE attribute must be in range [0-63]"
39922 msgstr ""
39923
39924 #: config/msp430/msp430.cc:1910
39925 #, gcc-internal-format
39926 msgid "argument of %qE attribute is not a string constant or number"
39927 msgstr ""
39928
39929 #: config/msp430/msp430.cc:1939
39930 #, gcc-internal-format
39931 msgid "critical attribute has no effect on interrupt functions"
39932 msgstr ""
39933
39934 #: config/msp430/msp430.cc:1975
39935 #, gcc-internal-format
39936 msgid "ignoring attribute %qE because it conflicts with attribute %<noinit%>"
39937 msgstr ""
39938
39939 #: config/msp430/msp430.cc:1978
39940 #, gcc-internal-format
39941 msgid "ignoring attribute %qE because it conflicts with attribute %<section%>"
39942 msgstr ""
39943
39944 #: config/msp430/msp430.cc:1981
39945 #, gcc-internal-format
39946 msgid "ignoring attribute %qE because it conflicts with attribute %<persistent%>"
39947 msgstr ""
39948
39949 #: config/msp430/msp430.cc:1991
39950 #, gcc-internal-format
39951 msgid "%qE attribute ignored.  Large memory model (%<-mlarge%>) is required."
39952 msgstr ""
39953
39954 #: config/msp430/msp430.cc:2101
39955 #, gcc-internal-format
39956 msgid "ignoring attribute %qE because it conflicts with attribute %<lower%>"
39957 msgstr ""
39958
39959 #: config/msp430/msp430.cc:2104
39960 #, gcc-internal-format
39961 msgid "ignoring attribute %qE because it conflicts with attribute %<upper%>"
39962 msgstr ""
39963
39964 #: config/msp430/msp430.cc:2107
39965 #, gcc-internal-format
39966 msgid "ignoring attribute %qE because it conflicts with attribute %<either%>"
39967 msgstr ""
39968
39969 #: config/msp430/msp430.cc:2267
39970 #, gcc-internal-format
39971 msgid "argument to interrupt attribute is unsupported for weak functions"
39972 msgstr ""
39973
39974 #: config/msp430/msp430.cc:2747 config/pru/pru.cc:2936
39975 #, gcc-internal-format
39976 msgid "%<__delay_cycles%> only takes constant arguments"
39977 msgstr ""
39978
39979 #: config/msp430/msp430.cc:2757 config/pru/pru.cc:2945
39980 #, gcc-internal-format
39981 msgid "%<__delay_cycles%> only takes non-negative cycle counts"
39982 msgstr ""
39983
39984 #: config/msp430/msp430.cc:2778 config/pru/pru.cc:2958
39985 #, gcc-internal-format
39986 msgid "%<__delay_cycles%> is limited to 32-bit loop counts"
39987 msgstr ""
39988
39989 #: config/msp430/msp430.cc:2849
39990 #, gcc-internal-format
39991 msgid "MSP430 built-in functions only work inside interrupt handlers"
39992 msgstr ""
39993
39994 #: config/msp430/msp430.cc:2861 config/pru/pru.cc:3029 config/rx/rx.cc:2666
39995 #: config/xtensa/xtensa.cc:3496 config/xtensa/xtensa.cc:3522
39996 #, gcc-internal-format
39997 msgid "bad builtin code"
39998 msgstr ""
39999
40000 #: config/nds32/nds32-intrinsic.cc:126 config/nios2/nios2.cc:3834
40001 #, gcc-internal-format, gfc-internal-format
40002 msgid "invalid argument to built-in function %s"
40003 msgstr ""
40004
40005 #: config/nds32/nds32-intrinsic.cc:131
40006 #, gcc-internal-format, gfc-internal-format
40007 msgid "constant argument out of range for %s"
40008 msgstr "argument konstanta je izvan granica za %s"
40009
40010 #: config/nds32/nds32-intrinsic.cc:1003
40011 #, gcc-internal-format
40012 msgid "don%'t support DSP extension instructions"
40013 msgstr ""
40014
40015 #: config/nds32/nds32-intrinsic.cc:1016
40016 #, gcc-internal-format
40017 msgid "this built-in function is only available on the v3s or v3f toolchain"
40018 msgstr ""
40019
40020 #: config/nds32/nds32-intrinsic.cc:1028
40021 #, gcc-internal-format
40022 msgid "this built-in function is only available on the v3f toolchain"
40023 msgstr ""
40024
40025 #: config/nds32/nds32-intrinsic.cc:1043
40026 #, gcc-internal-format
40027 msgid "this built-in function not support on the v3m toolchain"
40028 msgstr ""
40029
40030 #: config/nds32/nds32-intrinsic.cc:1062
40031 #, gcc-internal-format
40032 msgid "don%'t support performance extension instructions"
40033 msgstr ""
40034
40035 #: config/nds32/nds32-intrinsic.cc:1074
40036 #, gcc-internal-format
40037 msgid "don%'t support performance extension version 2 instructions"
40038 msgstr ""
40039
40040 #: config/nds32/nds32-intrinsic.cc:1086
40041 #, gcc-internal-format
40042 msgid "don%'t support string extension instructions"
40043 msgstr ""
40044
40045 #: config/nds32/nds32-isr.cc:116 config/nds32/nds32-isr.cc:207
40046 #, gcc-internal-format
40047 msgid "require id argument in the string"
40048 msgstr ""
40049
40050 #: config/nds32/nds32-isr.cc:131
40051 #, gcc-internal-format
40052 msgid "invalid id value for interrupt attribute"
40053 msgstr ""
40054
40055 #: config/nds32/nds32-isr.cc:221
40056 #, gcc-internal-format
40057 msgid "invalid id value for exception attribute"
40058 msgstr ""
40059
40060 #: config/nds32/nds32-isr.cc:617
40061 #, gcc-internal-format
40062 msgid "multiple save register attributes to function %qD"
40063 msgstr ""
40064
40065 #: config/nds32/nds32-isr.cc:630
40066 #, gcc-internal-format
40067 msgid "multiple nested types attributes to function %qD"
40068 msgstr ""
40069
40070 #: config/nds32/nds32-isr.cc:642
40071 #, gcc-internal-format
40072 msgid "multiple interrupt attributes to function %qD"
40073 msgstr ""
40074
40075 #: config/nds32/nds32-isr.cc:646
40076 #, gcc-internal-format
40077 msgid "cannot use interrupt attributes to function %qD under linux toolchain"
40078 msgstr ""
40079
40080 #: config/nds32/nds32-isr.cc:649
40081 #, gcc-internal-format
40082 msgid "cannot use exception attributes to function %qD under linux toolchain"
40083 msgstr ""
40084
40085 #: config/nds32/nds32-isr.cc:652
40086 #, gcc-internal-format
40087 msgid "cannot use reset attributes to function %qD under linux toolchain"
40088 msgstr ""
40089
40090 #. Trampoline is not supported on reduced-set registers yet.
40091 #: config/nds32/nds32.cc:2407 config/nds32/nds32.cc:2461
40092 #: config/nds32/nds32.cc:3572 config/nds32/nds32.cc:3669
40093 #: config/nds32/nds32.cc:3684 config/nds32/nds32.cc:3690
40094 #: config/nds32/nds32.cc:3766 config/nds32/nds32.cc:3772
40095 #: config/nds32/nds32.cc:3804
40096 #, gcc-internal-format
40097 msgid "a nested function is not supported for reduced registers"
40098 msgstr ""
40099
40100 #. The enum index value for array size is out of range.
40101 #: config/nds32/nds32.cc:3463
40102 #, gcc-internal-format
40103 msgid "intrinsic register index is out of range"
40104 msgstr ""
40105
40106 #: config/nds32/nds32.cc:3479 config/nds32/nds32.cc:3486
40107 #: config/nds32/nds32.cc:3493 config/nds32/nds32.cc:3500
40108 #: config/nds32/nds32.cc:3507
40109 #, gcc-internal-format
40110 msgid "CCTL intrinsic function subtype out of range"
40111 msgstr ""
40112
40113 #: config/nds32/nds32.cc:3944
40114 #, gcc-internal-format
40115 msgid "cannot use %<indirect_call%> attribute under linux toolchain"
40116 msgstr ""
40117
40118 #: config/nds32/nds32.cc:3952
40119 #, gcc-internal-format
40120 msgid "%<indirect_call%> attribute cannot apply for static function"
40121 msgstr ""
40122
40123 #: config/nds32/nds32.cc:4041
40124 #, gcc-internal-format
40125 msgid "invalid id value for interrupt/exception attribute"
40126 msgstr ""
40127
40128 #: config/nds32/nds32.cc:4069
40129 #, gcc-internal-format
40130 msgid "invalid id value for reset attribute"
40131 msgstr ""
40132
40133 #: config/nds32/nds32.cc:4085
40134 #, gcc-internal-format
40135 msgid "invalid nmi function for reset attribute"
40136 msgstr ""
40137
40138 #: config/nds32/nds32.cc:4098
40139 #, gcc-internal-format
40140 msgid "invalid warm function for reset attribute"
40141 msgstr ""
40142
40143 #: config/nds32/nds32.cc:4149
40144 #, gcc-internal-format
40145 msgid "not support %<-fpic%> option for v3m toolchain"
40146 msgstr ""
40147
40148 #: config/nds32/nds32.cc:4182
40149 #, gcc-internal-format
40150 msgid "Disable FPU ISA, the ABI option must be enable %<-mfloat-abi=soft%>"
40151 msgstr ""
40152
40153 #: config/nds32/nds32.cc:4185
40154 #, gcc-internal-format
40155 msgid "%<-mabi=2fp+%> option only support when FPU available, must be enable %<-mext-fpu-sp%> or %<-mext-fpu-dp%>"
40156 msgstr ""
40157
40158 #: config/nios2/nios2.cc:574
40159 #, gcc-internal-format
40160 msgid "Unknown form for stack limit expression"
40161 msgstr ""
40162
40163 #: config/nios2/nios2.cc:1183
40164 #, gcc-internal-format
40165 msgid "switch %<-mcustom-%s%> is required for double-precision floating-point"
40166 msgstr ""
40167
40168 #: config/nios2/nios2.cc:1192
40169 #, gcc-internal-format
40170 msgid "conflicting use of %<-mcustom%> switches, target attributes, and/or %<__builtin_custom_%> functions"
40171 msgstr ""
40172
40173 #: config/nios2/nios2.cc:1316
40174 #, gcc-internal-format
40175 msgid "ignoring unrecognized switch %<-mcustom-fpu-cfg%> value %<%s%>"
40176 msgstr ""
40177
40178 #: config/nios2/nios2.cc:1335
40179 #, gcc-internal-format
40180 msgid "switch %<-mcustom-%s%> value %d must be between 0 and 255"
40181 msgstr ""
40182
40183 #: config/nios2/nios2.cc:1358
40184 #, gcc-internal-format
40185 msgid "position-independent code requires the Linux ABI"
40186 msgstr ""
40187
40188 #: config/nios2/nios2.cc:1361
40189 #, gcc-internal-format
40190 msgid "PIC support for %<-fstack-limit-symbol%>"
40191 msgstr ""
40192
40193 #: config/nios2/nios2.cc:1383
40194 #, gcc-internal-format
40195 msgid "%<-mgpopt%> not supported with PIC"
40196 msgstr ""
40197
40198 #: config/nios2/nios2.cc:1385
40199 #, gcc-internal-format
40200 msgid "%<-mgprel-sec=%> not supported with PIC"
40201 msgstr ""
40202
40203 #: config/nios2/nios2.cc:1387
40204 #, gcc-internal-format
40205 msgid "%<-mr0rel-sec=%> not supported with PIC"
40206 msgstr ""
40207
40208 #: config/nios2/nios2.cc:1395
40209 #, gcc-internal-format
40210 msgid "%<-mgprel-sec=%> argument is not a valid regular expression"
40211 msgstr ""
40212
40213 #: config/nios2/nios2.cc:1401
40214 #, gcc-internal-format
40215 msgid "%<-mr0rel-sec=%> argument is not a valid regular expression"
40216 msgstr ""
40217
40218 #: config/nios2/nios2.cc:1412
40219 #, gcc-internal-format
40220 msgid "BMX instructions are only supported with R2 architecture"
40221 msgstr ""
40222
40223 #: config/nios2/nios2.cc:1414
40224 #, gcc-internal-format
40225 msgid "CDX instructions are only supported with R2 architecture"
40226 msgstr ""
40227
40228 #: config/nios2/nios2.cc:1419
40229 #, gcc-internal-format
40230 msgid "R2 architecture is little-endian only"
40231 msgstr ""
40232
40233 #: config/nios2/nios2.cc:3579
40234 #, gcc-internal-format
40235 msgid "cannot call %<__builtin_custom_%s%> without specifying switch %<-mcustom-%s%>"
40236 msgstr ""
40237
40238 #: config/nios2/nios2.cc:3688
40239 #, gcc-internal-format
40240 msgid "custom instruction opcode must be a compile-time constant in the range 0-255 for %<__builtin_custom_%s%>"
40241 msgstr ""
40242
40243 #: config/nios2/nios2.cc:3893
40244 #, gcc-internal-format, gfc-internal-format
40245 msgid "control register number must be in range 0-31 for %s"
40246 msgstr ""
40247
40248 #: config/nios2/nios2.cc:3921
40249 #, gcc-internal-format, gfc-internal-format
40250 msgid "register number must be in range 0-31 for %s"
40251 msgstr ""
40252
40253 #: config/nios2/nios2.cc:3928
40254 #, gcc-internal-format, gfc-internal-format
40255 msgid "immediate value must fit into a %d-bit integer for %s"
40256 msgstr ""
40257
40258 #: config/nios2/nios2.cc:3978
40259 #, gcc-internal-format
40260 msgid "the ENI instruction operand must be either 0 or 1"
40261 msgstr ""
40262
40263 #: config/nios2/nios2.cc:4006
40264 #, gcc-internal-format, gfc-internal-format
40265 msgid "built-in function %s requires Nios II R%d"
40266 msgstr ""
40267
40268 #: config/nios2/nios2.cc:4086
40269 #, gcc-internal-format
40270 msgid "switch %<-mcustom-%s%> conflicts with switch %<-mcustom-%s%>"
40271 msgstr ""
40272
40273 #: config/nios2/nios2.cc:4093 config/nios2/nios2.cc:4104
40274 #, gcc-internal-format
40275 msgid "call to %<__builtin_custom_%s%> conflicts with switch %<-mcustom-%s%>"
40276 msgstr ""
40277
40278 #: config/nios2/nios2.cc:4247
40279 #, gcc-internal-format
40280 msgid "%<custom-fpu-cfg%> option does not support %<no-%>"
40281 msgstr ""
40282
40283 #: config/nios2/nios2.cc:4252
40284 #, gcc-internal-format
40285 msgid "%<custom-fpu-cfg%> option requires configuration argument"
40286 msgstr ""
40287
40288 #: config/nios2/nios2.cc:4280
40289 #, gcc-internal-format
40290 msgid "%<no-custom-%s%> does not accept arguments"
40291 msgstr ""
40292
40293 #: config/nios2/nios2.cc:4295
40294 #, gcc-internal-format
40295 msgid "%<custom-%s=%> requires argument"
40296 msgstr ""
40297
40298 #: config/nios2/nios2.cc:4305
40299 #, gcc-internal-format
40300 msgid "%<custom-%s=%> argument should be a non-negative integer"
40301 msgstr ""
40302
40303 #: config/nios2/nios2.cc:4317
40304 #, gcc-internal-format
40305 msgid "%<custom-%s=%> is not recognized as FPU instruction"
40306 msgstr ""
40307
40308 #: config/nios2/nios2.cc:4324
40309 #, gcc-internal-format
40310 msgid "invalid custom instruction option %qs"
40311 msgstr ""
40312
40313 #: config/nvptx/mkoffload.cc:110
40314 #, gcc-internal-format
40315 msgid "malformed ptx file"
40316 msgstr ""
40317
40318 #: config/nvptx/mkoffload.cc:470
40319 #, gcc-internal-format
40320 msgid "offload compiler %s not found (consider using %<-B%>)"
40321 msgstr ""
40322
40323 #: config/nvptx/mkoffload.cc:513
40324 #, gcc-internal-format
40325 msgid "either %<-fopenacc%> or %<-fopenmp%> must be set"
40326 msgstr ""
40327
40328 #: config/nvptx/mkoffload.cc:596
40329 #, gcc-internal-format
40330 msgid "cannot open intermediate ptx file"
40331 msgstr "nije moguće privremenu ptx datoteku"
40332
40333 #: config/nvptx/nvptx.cc:207
40334 #, gcc-internal-format
40335 msgid "option %s is not supported together with %<-fopenacc%>"
40336 msgstr ""
40337
40338 #: config/nvptx/nvptx.cc:326
40339 #, gcc-internal-format
40340 msgid "PTX version (%<-mptx%>) needs to be at least %s to support selected %<-misa%> (sm_%s)"
40341 msgstr ""
40342
40343 #: config/nvptx/nvptx.cc:359
40344 #, gcc-internal-format
40345 msgid "not generating patch area, nops not supported"
40346 msgstr ""
40347
40348 #: config/nvptx/nvptx.cc:458
40349 #, gcc-internal-format
40350 msgid "static initialization of variable %q+D in %<.shared%> memory is not supported"
40351 msgstr ""
40352
40353 #: config/nvptx/nvptx.cc:2330
40354 #, gcc-internal-format
40355 msgid "cannot emit unaligned pointers in ptx assembly"
40356 msgstr ""
40357
40358 #: config/nvptx/nvptx.cc:2555
40359 #, gcc-internal-format
40360 msgid "PTX does not support weak declarations (only weak definitions)"
40361 msgstr ""
40362
40363 #: config/nvptx/nvptx.cc:5790
40364 #, gcc-internal-format
40365 msgid "%qE attribute requires a void return type"
40366 msgstr ""
40367
40368 #: config/nvptx/nvptx.cc:5813
40369 #, gcc-internal-format
40370 msgid "%qE attribute not allowed with auto storage class"
40371 msgstr ""
40372
40373 #: config/nvptx/nvptx.cc:6433
40374 #, gcc-internal-format
40375 msgid "using %<vector_length (%d)%> due to call to vector-partitionable routine, ignoring %d"
40376 msgstr ""
40377
40378 #: config/nvptx/nvptx.cc:6441
40379 #, gcc-internal-format
40380 msgid "using %<vector_length (%d)%>, ignoring runtime setting"
40381 msgstr ""
40382
40383 #: config/nvptx/nvptx.cc:6455
40384 #, gcc-internal-format
40385 msgid "using %<vector_length (%d)%>, ignoring %d"
40386 msgstr ""
40387
40388 #: config/nvptx/nvptx.cc:7341
40389 #, gcc-internal-format
40390 msgid "variable %qD adjusted for OpenACC privatization level: %qs"
40391 msgstr ""
40392
40393 #: config/nvptx/nvptx.cc:7455
40394 #, gcc-internal-format
40395 msgid "weak alias definitions not supported in this configuration"
40396 msgstr "weak alias definicije nisu podržane u ovoj konfiguraciji"
40397
40398 #: config/nvptx/nvptx.cc:7468
40399 #, gcc-internal-format
40400 msgid "non-function alias definitions not supported in this configuration"
40401 msgstr "non-function alias definicije nisu podržane u ovoj konfiguraciji"
40402
40403 #: config/or1k/or1k.cc:1311
40404 #, gcc-internal-format, gfc-internal-format
40405 msgid "unexpected operand: %d"
40406 msgstr "očekivano je operand: %d"
40407
40408 #: config/pa/pa.cc:529
40409 #, gcc-internal-format
40410 msgid "PIC code generation is not supported in the portable runtime model"
40411 msgstr ""
40412
40413 #: config/pa/pa.cc:534
40414 #, gcc-internal-format
40415 msgid "PIC code generation is not compatible with fast indirect calls"
40416 msgstr ""
40417
40418 #: config/pa/pa.cc:539
40419 #, gcc-internal-format
40420 msgid "%<-g%> is only supported when using GAS on this processor"
40421 msgstr ""
40422
40423 #: config/pa/pa.cc:540
40424 #, gcc-internal-format
40425 msgid "%<-g%> option disabled"
40426 msgstr "opcije %<-g%> su omemogućene"
40427
40428 #: config/pru/pru-passes.cc:111
40429 #, gcc-internal-format
40430 msgid "large return values not supported with %<-mabi=ti%> option"
40431 msgstr ""
40432
40433 #: config/pru/pru-passes.cc:119 config/pru/pru-passes.cc:163
40434 #: config/pru/pru-passes.cc:176
40435 #, gcc-internal-format
40436 msgid "function pointers not supported with %<-mabi=ti%> option"
40437 msgstr ""
40438
40439 #: config/pru/pru-pragma.cc:59
40440 #, gcc-internal-format
40441 msgid "junk at end of %<#pragma CTABLE_ENTRY%>"
40442 msgstr ""
40443
40444 #: config/pru/pru-pragma.cc:61
40445 msgid "%<CTABLE_ENTRY%> index %"
40446 msgstr ""
40447
40448 #: config/pru/pru-pragma.cc:64
40449 msgid "redefinition of %<CTABLE_ENTRY %"
40450 msgstr ""
40451
40452 #: config/pru/pru-pragma.cc:69
40453 #, gcc-internal-format
40454 msgid "%<CTABLE_ENTRY%> base address is not a multiple of 256"
40455 msgstr ""
40456
40457 #: config/pru/pru-pragma.cc:77
40458 #, gcc-internal-format
40459 msgid "malformed %<#pragma CTABLE_ENTRY%> variable address"
40460 msgstr ""
40461
40462 #: config/pru/pru.cc:2115
40463 #, gcc-internal-format
40464 msgid "aggregate types are prohibited in %<__regio_symbol%> address space"
40465 msgstr ""
40466
40467 #: config/pru/pru.cc:2122
40468 #, gcc-internal-format
40469 msgid "variables in %<__regio_symbol%> address space cannot have initial value"
40470 msgstr ""
40471
40472 #: config/pru/pru.cc:2125
40473 #, gcc-internal-format
40474 msgid "variables in %<__regio_symbol%> address space cannot be declared %<register%>"
40475 msgstr ""
40476
40477 #: config/pru/pru.cc:2128
40478 #, gcc-internal-format
40479 msgid "variables in %<__regio_symbol%> address space must be declared %<volatile%>"
40480 msgstr ""
40481
40482 #: config/pru/pru.cc:2131
40483 #, gcc-internal-format
40484 msgid "variables in %<__regio_symbol%> address space must be declared %<extern%>"
40485 msgstr ""
40486
40487 #: config/pru/pru.cc:2134
40488 #, gcc-internal-format
40489 msgid "only 32-bit access is supported for %<__regio_symbol%> address space"
40490 msgstr ""
40491
40492 #: config/pru/pru.cc:2137
40493 #, gcc-internal-format
40494 msgid "register name %<%s%> not recognized in %<__regio_symbol%> address space"
40495 msgstr ""
40496
40497 #: config/pru/pru.cc:2162
40498 #, gcc-internal-format
40499 msgid "pointers to %<__regio_symbol%> address space are prohibited"
40500 msgstr ""
40501
40502 #: config/riscv/riscv.cc:391
40503 #, gcc-internal-format
40504 msgid "unknown cpu %qs for %<-mtune%>"
40505 msgstr ""
40506
40507 #: config/riscv/riscv.cc:2921 config/riscv/riscv.cc:2963
40508 #, gcc-internal-format
40509 msgid "ABI for flattened struct with zero-length bit-fields changed in GCC 10"
40510 msgstr ""
40511
40512 #: config/riscv/riscv.cc:3312
40513 #, gcc-internal-format
40514 msgid "argument to %qE attribute is not %<\"user\"%>, %<\"supervisor\"%>, or %<\"machine\"%>"
40515 msgstr ""
40516
40517 #: config/riscv/riscv.cc:4980
40518 #, gcc-internal-format
40519 msgid "%<-mdiv%> requires %<-march%> to subsume the %<M%> extension"
40520 msgstr ""
40521
40522 #: config/riscv/riscv.cc:5023
40523 #, gcc-internal-format
40524 msgid "requested ABI requires %<-march%> to subsume the %qc extension"
40525 msgstr ""
40526
40527 #: config/riscv/riscv.cc:5027
40528 #, gcc-internal-format
40529 msgid "rv32e requires ilp32e ABI"
40530 msgstr ""
40531
40532 #: config/riscv/riscv.cc:5031
40533 #, gcc-internal-format
40534 msgid "ABI requires %<-march=rv%d%>"
40535 msgstr ""
40536
40537 #: config/riscv/riscv.cc:5041
40538 #, gcc-internal-format
40539 msgid "%<-mpreferred-stack-boundary=%d%> must be between %d and %d"
40540 msgstr ""
40541
40542 #: config/riscv/riscv.cc:5054
40543 #, gcc-internal-format
40544 msgid "%<-mriscv-attribute%> RISC-V ELF attribute requires GNU as 2.32 [%<-mriscv-attribute%>]"
40545 msgstr ""
40546
40547 #: config/riscv/riscv.cc:5081 config/rs6000/rs6000.cc:4581
40548 #, gcc-internal-format
40549 msgid "%qs is not a valid base register in %qs"
40550 msgstr ""
40551
40552 #: config/riscv/riscv.cc:5095 config/rs6000/rs6000.cc:4564
40553 #, gcc-internal-format
40554 msgid "%qs is not a valid number in %qs"
40555 msgstr ""
40556
40557 #: config/riscv/riscv.cc:5396
40558 #, gcc-internal-format
40559 msgid "%qs function cannot have different interrupt type"
40560 msgstr ""
40561
40562 #. Address spaces are currently only supported by C.
40563 #: config/rl78/rl78.cc:375
40564 #, gcc-internal-format
40565 msgid "%<-mes0%> can only be used with C"
40566 msgstr ""
40567
40568 #: config/rl78/rl78.cc:378
40569 #, gcc-internal-format
40570 msgid "mduc registers only saved for G13 target"
40571 msgstr ""
40572
40573 #: config/rl78/rl78.cc:393
40574 #, gcc-internal-format
40575 msgid "%<-mmul=g13%> cannot be used with %<-mcpu=g10%>"
40576 msgstr ""
40577
40578 #: config/rl78/rl78.cc:395
40579 #, gcc-internal-format
40580 msgid "%<-mmul=g14%> cannot be used with %<-mcpu=g10%>"
40581 msgstr ""
40582
40583 #. The S2 core does not have mul/div instructions.
40584 #: config/rl78/rl78.cc:407
40585 #, gcc-internal-format
40586 msgid "%<-mmul=g14%> cannot be used with %<-mcpu=g13%>"
40587 msgstr ""
40588
40589 #. The G14 core does not have the hardware multiply peripheral used by the
40590 #. G13 core, hence you cannot use G13 multipliy routines on G14 hardware.
40591 #: config/rl78/rl78.cc:420
40592 #, gcc-internal-format
40593 msgid "%<-mmul=g13%> cannot be used with %<-mcpu=g14%>"
40594 msgstr ""
40595
40596 #: config/rl78/rl78.cc:843
40597 #, gcc-internal-format
40598 msgid "naked attribute only applies to functions"
40599 msgstr ""
40600
40601 #: config/rl78/rl78.cc:867
40602 #, gcc-internal-format
40603 msgid "%qE attribute doesn%'t apply to functions"
40604 msgstr ""
40605
40606 #. This is unpredictable, as we're truncating off usable address
40607 #. bits.
40608 #: config/rl78/rl78.cc:1233
40609 #, gcc-internal-format
40610 msgid "converting far pointer to near pointer"
40611 msgstr ""
40612
40613 #: config/rs6000/driver-rs6000.cc:266
40614 #, gcc-internal-format
40615 msgid "unsupported cpu name returned from kernel for %<-mcpu=native%>: %s"
40616 msgstr ""
40617
40618 #: config/rs6000/driver-rs6000.cc:268
40619 #, gcc-internal-format, gfc-internal-format
40620 msgid "please use an explicit cpu name; valid cpu names are: %s"
40621 msgstr ""
40622
40623 #: config/rs6000/host-darwin.cc:61
40624 #, gcc-internal-format
40625 msgid "segmentation fault (code)"
40626 msgstr ""
40627
40628 #: config/rs6000/host-darwin.cc:131
40629 #, gcc-internal-format
40630 msgid "segmentation fault"
40631 msgstr ""
40632
40633 #: config/rs6000/host-darwin.cc:145
40634 #, gcc-internal-format
40635 msgid "While setting up signal stack: %m"
40636 msgstr ""
40637
40638 #: config/rs6000/host-darwin.cc:151
40639 #, gcc-internal-format
40640 msgid "While setting up signal handler: %m"
40641 msgstr ""
40642
40643 #: config/rs6000/rs6000-builtin.cc:80 config/rs6000/rs6000-builtin.cc:83
40644 #: config/rs6000/rs6000-builtin.cc:90 config/rs6000/rs6000-builtin.cc:93
40645 #: config/rs6000/rs6000-builtin.cc:96 config/rs6000/rs6000-builtin.cc:99
40646 #: config/rs6000/rs6000-builtin.cc:106 config/rs6000/rs6000-builtin.cc:113
40647 #: config/rs6000/rs6000-builtin.cc:127 config/rs6000/rs6000-builtin.cc:130
40648 #: config/rs6000/rs6000-builtin.cc:133 config/rs6000/rs6000-builtin.cc:136
40649 #: config/rs6000/rs6000-builtin.cc:143
40650 #, gcc-internal-format
40651 msgid "%qs requires the %qs option"
40652 msgstr ""
40653
40654 #: config/rs6000/rs6000-builtin.cc:86 config/rs6000/rs6000-builtin.cc:102
40655 #: config/rs6000/rs6000-builtin.cc:116 config/rs6000/rs6000-builtin.cc:139
40656 #, gcc-internal-format
40657 msgid "%qs requires the %qs option and either the %qs or %qs option"
40658 msgstr ""
40659
40660 #: config/rs6000/rs6000-builtin.cc:109 config/rs6000/rs6000-builtin.cc:120
40661 #, gcc-internal-format
40662 msgid "%qs requires the %qs and %qs options"
40663 msgstr ""
40664
40665 #: config/rs6000/rs6000-builtin.cc:124
40666 #, gcc-internal-format
40667 msgid "%qs requires quad-precision floating-point arithmetic"
40668 msgstr ""
40669
40670 #: config/rs6000/rs6000-builtin.cc:2279
40671 #, gcc-internal-format
40672 msgid "argument 1 of %qs must be a constant"
40673 msgstr ""
40674
40675 #: config/rs6000/rs6000-builtin.cc:2337
40676 #, gcc-internal-format
40677 msgid "argument 1 of %qs is out of range"
40678 msgstr ""
40679
40680 #: config/rs6000/rs6000-builtin.cc:2609
40681 #, gcc-internal-format
40682 msgid "builtin %qs only accepts a string argument"
40683 msgstr ""
40684
40685 #. Invalid CPU argument.
40686 #: config/rs6000/rs6000-builtin.cc:2628
40687 #, gcc-internal-format
40688 msgid "cpu %qs is an invalid argument to builtin %qs"
40689 msgstr ""
40690
40691 #. Invalid HWCAP argument.
40692 #: config/rs6000/rs6000-builtin.cc:2656
40693 #, gcc-internal-format
40694 msgid "%s %qs is an invalid argument to builtin %qs"
40695 msgstr ""
40696
40697 #: config/rs6000/rs6000-builtin.cc:2685
40698 #, gcc-internal-format
40699 msgid "builtin %qs needs GLIBC (2.23 and newer) that exports hardware capability bits"
40700 msgstr ""
40701
40702 #: config/rs6000/rs6000-builtin.cc:3032 config/rs6000/rs6000-builtin.cc:3186
40703 #, gcc-internal-format, gfc-internal-format
40704 msgid "argument %d must be an unsigned literal"
40705 msgstr ""
40706
40707 #: config/rs6000/rs6000-builtin.cc:3034 config/rs6000/rs6000-builtin.cc:3188
40708 #, gcc-internal-format, gfc-internal-format
40709 msgid "argument %d is an unsigned literal that is out of range"
40710 msgstr ""
40711
40712 #: config/rs6000/rs6000-builtin.cc:3139
40713 #, gcc-internal-format
40714 msgid "builtin %qs is only valid in 64-bit mode"
40715 msgstr ""
40716
40717 #: config/rs6000/rs6000-builtin.cc:3409
40718 #, gcc-internal-format
40719 msgid "%qs not supported with %<-msoft-float%>"
40720 msgstr ""
40721
40722 #: config/rs6000/rs6000-builtin.cc:3416
40723 #, gcc-internal-format
40724 msgid "%qs is not supported in 32-bit mode"
40725 msgstr ""
40726
40727 #: config/rs6000/rs6000-builtin.cc:3422
40728 #, gcc-internal-format
40729 msgid "%qs requires %<long double%> to be IBM 128-bit format"
40730 msgstr ""
40731
40732 #: config/rs6000/rs6000-builtin.cc:3429
40733 #, gcc-internal-format
40734 msgid "%qs requires %<__ibm128%> type support"
40735 msgstr ""
40736
40737 #: config/rs6000/rs6000-builtin.cc:3584
40738 #, gcc-internal-format, gfc-internal-format
40739 msgid "argument %d must be a literal between 0 and %d, inclusive"
40740 msgstr ""
40741
40742 #: config/rs6000/rs6000-builtin.cc:3600
40743 #, gcc-internal-format, gfc-internal-format
40744 msgid "argument %d must be a literal between %d and %d, inclusive"
40745 msgstr ""
40746
40747 #: config/rs6000/rs6000-builtin.cc:3617
40748 #, gcc-internal-format, gfc-internal-format
40749 msgid "argument %d must be a variable or a literal between %d and %d, inclusive"
40750 msgstr ""
40751
40752 #: config/rs6000/rs6000-builtin.cc:3633
40753 #, gcc-internal-format, gfc-internal-format
40754 msgid "argument %d must be either a literal %d or a literal %d"
40755 msgstr ""
40756
40757 #: config/rs6000/rs6000-c.cc:55
40758 #, gcc-internal-format
40759 msgid "ignoring malformed %<#pragma longcall%>"
40760 msgstr ""
40761
40762 #: config/rs6000/rs6000-c.cc:67
40763 #, gcc-internal-format
40764 msgid "missing open paren"
40765 msgstr ""
40766
40767 #: config/rs6000/rs6000-c.cc:69
40768 #, gcc-internal-format
40769 msgid "missing number"
40770 msgstr ""
40771
40772 #: config/rs6000/rs6000-c.cc:71
40773 #, gcc-internal-format
40774 msgid "missing close paren"
40775 msgstr ""
40776
40777 #: config/rs6000/rs6000-c.cc:74
40778 #, gcc-internal-format
40779 msgid "number must be 0 or 1"
40780 msgstr ""
40781
40782 #: config/rs6000/rs6000-c.cc:77
40783 #, gcc-internal-format
40784 msgid "junk at end of %<#pragma longcall%>"
40785 msgstr ""
40786
40787 #: config/rs6000/rs6000-c.cc:1249 config/rs6000/rs6000-c.cc:1650
40788 #, gcc-internal-format
40789 msgid "builtin %qs only accepts 1 argument"
40790 msgstr ""
40791
40792 #: config/rs6000/rs6000-c.cc:1256 config/rs6000/rs6000-c.cc:1342
40793 #, gcc-internal-format
40794 msgid "builtin %qs only accepts 2 arguments"
40795 msgstr ""
40796
40797 #: config/rs6000/rs6000-c.cc:1520
40798 #, gcc-internal-format
40799 msgid "builtin %qs only accepts 3 arguments"
40800 msgstr ""
40801
40802 #: config/rs6000/rs6000-c.cc:1735
40803 #, gcc-internal-format
40804 msgid "%<vec_lvsl%> is deprecated for little endian; use assignment for unaligned loads and stores"
40805 msgstr ""
40806
40807 #: config/rs6000/rs6000-c.cc:1739
40808 #, gcc-internal-format
40809 msgid "%<vec_lvsr%> is deprecated for little endian; use assignment for unaligned loads and stores"
40810 msgstr ""
40811
40812 #: config/rs6000/rs6000-c.cc:1795
40813 #, gcc-internal-format
40814 msgid "passing argument %d of %qE discards %qs qualifier from pointer target type"
40815 msgstr ""
40816
40817 #: config/rs6000/rs6000-c.cc:1881 config/rs6000/rs6000-c.cc:2037
40818 #, gcc-internal-format
40819 msgid "invalid parameter combination for AltiVec intrinsic %qs"
40820 msgstr ""
40821
40822 #: config/rs6000/rs6000-c.cc:2026
40823 #, gcc-internal-format
40824 msgid "overloaded builtin %qs is implemented by builtin %qs"
40825 msgstr ""
40826
40827 #: config/rs6000/rs6000-c.cc:2030
40828 #, gcc-internal-format
40829 msgid "%qs is not supported in this compiler configuration"
40830 msgstr "%qs nije podržan u ovoj konfiguraciji"
40831
40832 #: config/rs6000/rs6000-call.cc:387
40833 #, gcc-internal-format
40834 msgid "ELFv2 parameter passing for an argument containing zero-width bit fields but that is otherwise a homogeneous aggregate was corrected in GCC 12"
40835 msgstr ""
40836
40837 #: config/rs6000/rs6000-call.cc:455
40838 #, gcc-internal-format
40839 msgid "invalid use of MMA type %qs as a function return value"
40840 msgstr ""
40841
40842 #: config/rs6000/rs6000-call.cc:507
40843 #, gcc-internal-format
40844 msgid "GCC vector returned by reference: non-standard ABI extension with no compatibility guarantee"
40845 msgstr ""
40846
40847 #: config/rs6000/rs6000-call.cc:691
40848 #, gcc-internal-format
40849 msgid "cannot return value in vector register because altivec instructions are disabled, use %qs to enable them"
40850 msgstr ""
40851
40852 #: config/rs6000/rs6000-call.cc:1115
40853 #, gcc-internal-format
40854 msgid "cannot pass argument in vector register because altivec instructions are disabled, use %qs to enable them"
40855 msgstr ""
40856
40857 #: config/rs6000/rs6000-call.cc:1641
40858 #, gcc-internal-format
40859 msgid "invalid use of MMA operand of type %qs as a function parameter"
40860 msgstr ""
40861
40862 #: config/rs6000/rs6000-call.cc:2030
40863 #, gcc-internal-format
40864 msgid "GCC vector passed by reference: non-standard ABI extension with no compatibility guarantee"
40865 msgstr ""
40866
40867 #. We can't check this in rs6000_option_override_internal since
40868 #. DEFAULT_ABI isn't established yet.
40869 #: config/rs6000/rs6000-logue.cc:732
40870 #, gcc-internal-format
40871 msgid "%qs requires the ELFv2 ABI"
40872 msgstr ""
40873
40874 #: config/rs6000/rs6000-logue.cc:1719
40875 #, gcc-internal-format
40876 msgid "stack frame too large"
40877 msgstr ""
40878
40879 #: config/rs6000/rs6000-logue.cc:5559
40880 #, gcc-internal-format
40881 msgid "%qs uses register r29"
40882 msgstr ""
40883
40884 #: config/rs6000/rs6000-logue.cc:5567
40885 #, gcc-internal-format
40886 msgid "Stack frame larger than 2G is not supported for %<-fsplit-stack%>"
40887 msgstr ""
40888
40889 #: config/rs6000/rs6000.cc:3230 config/rs6000/rs6000.cc:3233
40890 #: config/rs6000/rs6000.cc:3236
40891 #, gcc-internal-format
40892 msgid "%qs requires %qs or %qs"
40893 msgstr ""
40894
40895 #: config/rs6000/rs6000.cc:3337
40896 #, gcc-internal-format
40897 msgid "%qs requires PowerPC64 architecture, enabling"
40898 msgstr ""
40899
40900 #: config/rs6000/rs6000.cc:3487
40901 #, gcc-internal-format
40902 msgid "%<-mcall-aixdesc%> incompatible with %<-mabi=elfv2%>"
40903 msgstr ""
40904
40905 #: config/rs6000/rs6000.cc:3536
40906 #, gcc-internal-format
40907 msgid "%qs unsupported for this ABI"
40908 msgstr ""
40909
40910 #: config/rs6000/rs6000.cc:3669
40911 #, gcc-internal-format
40912 msgid "%qs is not supported for 64-bit Darwin; it is incompatible with the installed C and C++ libraries"
40913 msgstr ""
40914
40915 #: config/rs6000/rs6000.cc:3808
40916 #, gcc-internal-format
40917 msgid "AltiVec not supported in this target"
40918 msgstr ""
40919
40920 #: config/rs6000/rs6000.cc:3825
40921 #, gcc-internal-format
40922 msgid "%qs is not supported on little endian systems"
40923 msgstr ""
40924
40925 #: config/rs6000/rs6000.cc:3907
40926 #, gcc-internal-format
40927 msgid "power9 target option is incompatible with %<%s=<xxx>%> for <xxx> less than power9"
40928 msgstr ""
40929
40930 #. Enforce that none of the ISA_3_0_MASKS_SERVER flags
40931 #. were explicitly cleared.
40932 #: config/rs6000/rs6000.cc:3915
40933 #, gcc-internal-format
40934 msgid "%qs incompatible with explicitly disabled options"
40935 msgstr ""
40936
40937 #. TARGET_VSX = 1 implies Power 7 and newer
40938 #: config/rs6000/rs6000.cc:3949 config/rs6000/rs6000.cc:3957
40939 #: config/rs6000/rs6000.cc:3964 config/rs6000/rs6000.cc:3971
40940 #: config/rs6000/rs6000.cc:3979 config/rs6000/rs6000.cc:3998
40941 #: config/rs6000/rs6000.cc:4060 config/rs6000/rs6000.cc:4087
40942 #: config/rs6000/rs6000.cc:4114 config/rs6000/rs6000.cc:4129
40943 #: config/rs6000/rs6000.cc:4137 config/rs6000/rs6000.cc:4269
40944 #: config/rs6000/rs6000.cc:4282 config/rs6000/rs6000.cc:4291
40945 #: config/rs6000/rs6000.cc:4429 config/rs6000/rs6000.cc:4446
40946 #: config/rs6000/rs6000.cc:4457
40947 #, gcc-internal-format
40948 msgid "%qs requires %qs"
40949 msgstr ""
40950
40951 #: config/rs6000/rs6000.cc:4173
40952 #, gcc-internal-format
40953 msgid "target attribute or pragma changes %<long double%> size"
40954 msgstr ""
40955
40956 #: config/rs6000/rs6000.cc:4194
40957 #, gcc-internal-format
40958 msgid "%qs requires full ISA 2.06 support"
40959 msgstr ""
40960
40961 #: config/rs6000/rs6000.cc:4207
40962 #, gcc-internal-format
40963 msgid "Using IEEE extended precision %<long double%>"
40964 msgstr ""
40965
40966 #: config/rs6000/rs6000.cc:4210
40967 #, gcc-internal-format
40968 msgid "Using IBM extended precision %<long double%>"
40969 msgstr ""
40970
40971 #: config/rs6000/rs6000.cc:4229
40972 #, gcc-internal-format
40973 msgid "%qs requires VSX support"
40974 msgstr ""
40975
40976 #: config/rs6000/rs6000.cc:4238
40977 #, gcc-internal-format
40978 msgid "The %<-mfloat128%> option may not be fully supported"
40979 msgstr ""
40980
40981 #: config/rs6000/rs6000.cc:4261
40982 #, gcc-internal-format
40983 msgid "%qs requires full ISA 3.0 support"
40984 msgstr ""
40985
40986 #: config/rs6000/rs6000.cc:4348
40987 #, gcc-internal-format
40988 msgid "unknown vectorization library ABI type in %<-mveclibabi=%s%>"
40989 msgstr ""
40990
40991 #: config/rs6000/rs6000.cc:4361 config/rs6000/rs6000.cc:4376
40992 #, gcc-internal-format
40993 msgid "target attribute or pragma changes AltiVec ABI"
40994 msgstr ""
40995
40996 #: config/rs6000/rs6000.cc:4389
40997 #, gcc-internal-format
40998 msgid "target attribute or pragma changes darwin64 ABI"
40999 msgstr ""
41000
41001 #: config/rs6000/rs6000.cc:4589
41002 #, gcc-internal-format
41003 msgid "%qs needs a valid base register"
41004 msgstr ""
41005
41006 #: config/rs6000/rs6000.cc:4886
41007 #, gcc-internal-format
41008 msgid "unknown option for %<%s=%s%>"
41009 msgstr ""
41010
41011 #: config/rs6000/rs6000.cc:4923
41012 #, gcc-internal-format
41013 msgid "%qs is deprecated and not recommended in any circumstances"
41014 msgstr ""
41015
41016 #: config/rs6000/rs6000.cc:10793
41017 #, gcc-internal-format
41018 msgid "%qs is an opaque type, and you cannot set it to other values"
41019 msgstr ""
41020
41021 #: config/rs6000/rs6000.cc:17583
41022 #, gcc-internal-format
41023 msgid "no profiling of 64-bit code for this ABI"
41024 msgstr ""
41025
41026 #: config/rs6000/rs6000.cc:19979
41027 #, gcc-internal-format
41028 msgid "you cannot take the address of a nested function if you use the %qs option"
41029 msgstr ""
41030
41031 #: config/rs6000/rs6000.cc:20061
41032 #, gcc-internal-format
41033 msgid "use of %<long double%> in AltiVec types is invalid"
41034 msgstr ""
41035
41036 #: config/rs6000/rs6000.cc:20063
41037 #, gcc-internal-format
41038 msgid "use of boolean types in AltiVec types is invalid"
41039 msgstr ""
41040
41041 #: config/rs6000/rs6000.cc:20065
41042 #, gcc-internal-format
41043 msgid "use of %<complex%> in AltiVec types is invalid"
41044 msgstr ""
41045
41046 #: config/rs6000/rs6000.cc:20067
41047 #, gcc-internal-format
41048 msgid "use of decimal floating-point types in AltiVec types is invalid"
41049 msgstr ""
41050
41051 #: config/rs6000/rs6000.cc:20073
41052 #, gcc-internal-format
41053 msgid "use of %<long%> in AltiVec types is invalid for 64-bit code without %qs"
41054 msgstr ""
41055
41056 #: config/rs6000/rs6000.cc:20076
41057 #, gcc-internal-format
41058 msgid "use of %<long%> in AltiVec types is deprecated; use %<int%>"
41059 msgstr ""
41060
41061 #: config/rs6000/rs6000.cc:20081
41062 #, gcc-internal-format
41063 msgid "use of %<long long%> in AltiVec types is invalid without %qs"
41064 msgstr ""
41065
41066 #: config/rs6000/rs6000.cc:20084
41067 #, gcc-internal-format
41068 msgid "use of %<double%> in AltiVec types is invalid without %qs"
41069 msgstr ""
41070
41071 #: config/rs6000/rs6000.cc:24232
41072 #, gcc-internal-format
41073 msgid "invalid cpu %qs for %s%qs%s"
41074 msgstr ""
41075
41076 #: config/rs6000/rs6000.cc:24235
41077 #, gcc-internal-format
41078 msgid "%s%qs%s is not allowed"
41079 msgstr ""
41080
41081 #: config/rs6000/rs6000.cc:24237
41082 #, gcc-internal-format
41083 msgid "%s%qs%s is invalid"
41084 msgstr ""
41085
41086 #: config/rs6000/rs6000.cc:24781
41087 #, gcc-internal-format
41088 msgid "%<-mno-%s%> turns off %<-m%s%>"
41089 msgstr ""
41090
41091 #: config/rs6000/rs6000.cc:24940
41092 #, gcc-internal-format
41093 msgid "%<target_clones%> attribute needs GLIBC (2.23 and newer) that exports hardware capability bits"
41094 msgstr ""
41095
41096 #: config/rs6000/rs6000.cc:25228
41097 #, gcc-internal-format
41098 msgid "Virtual function multiversioning not supported"
41099 msgstr ""
41100
41101 #: config/rs6000/rs6000.cc:28310
41102 #, gcc-internal-format
41103 msgid "the result for the xxspltidp instruction is undefined for subnormal input values"
41104 msgstr ""
41105
41106 #: config/rx/rx.cc:651
41107 #, gcc-internal-format
41108 msgid "unrecognized control register number: %d - using %<psw%>"
41109 msgstr ""
41110
41111 #: config/rx/rx.cc:1384
41112 #, gcc-internal-format
41113 msgid "multiple fast interrupt routines seen: %qE and %qE"
41114 msgstr ""
41115
41116 #: config/rx/rx.cc:2480
41117 #, gcc-internal-format
41118 msgid "invalid control register %d for mvtc; using %<psw%>"
41119 msgstr ""
41120
41121 #: config/rx/rx.cc:2602
41122 #, gcc-internal-format
41123 msgid "%<__builtin_rx_%s%> takes %<C%>, %<Z%>, %<S%>, %<O%>, %<I%>, or %<U%>"
41124 msgstr ""
41125
41126 #: config/rx/rx.cc:2605
41127 #, gcc-internal-format
41128 msgid "use %<__builtin_rx_mvtc (0, ... )%> to write arbitrary values to PSW"
41129 msgstr ""
41130
41131 #: config/rx/rx.cc:2652
41132 #, gcc-internal-format
41133 msgid "%<-mno-allow-string-insns%> forbids the generation of the RMPA instruction"
41134 msgstr ""
41135
41136 #: config/rx/rx.cc:2800
41137 #, gcc-internal-format
41138 msgid "RX FPU instructions do not support NaNs and infinities"
41139 msgstr ""
41140
41141 #: config/s390/s390-c.cc:487
41142 #, gcc-internal-format
41143 msgid "builtin %qs can only be used on vector types"
41144 msgstr ""
41145
41146 #: config/s390/s390-c.cc:717 config/s390/s390.cc:922
41147 #, gcc-internal-format
41148 msgid "constant value required for builtin %qF argument %d"
41149 msgstr ""
41150
41151 #: config/s390/s390-c.cc:732
41152 #, gcc-internal-format
41153 msgid "valid values for builtin %qF argument %d are 64, 128, 256, 512, 1024, 2048, and 4096"
41154 msgstr ""
41155
41156 #: config/s390/s390-c.cc:909
41157 #, gcc-internal-format
41158 msgid "builtin %qF is for GCC internal use only"
41159 msgstr ""
41160
41161 #: config/s390/s390-c.cc:917
41162 #, gcc-internal-format
41163 msgid "builtin %qF is deprecated"
41164 msgstr ""
41165
41166 #: config/s390/s390-c.cc:921
41167 #, gcc-internal-format
41168 msgid "%qF requires %<-mvx%>"
41169 msgstr ""
41170
41171 #: config/s390/s390-c.cc:927
41172 #, gcc-internal-format
41173 msgid "%qF requires z14 or higher"
41174 msgstr ""
41175
41176 #: config/s390/s390-c.cc:933
41177 #, gcc-internal-format
41178 msgid "%qF requires z15 or higher"
41179 msgstr ""
41180
41181 #: config/s390/s390-c.cc:947
41182 #, gcc-internal-format
41183 msgid "mismatch in number of arguments for builtin %qF. Expected: %d got %d"
41184 msgstr ""
41185
41186 #: config/s390/s390-c.cc:996
41187 #, gcc-internal-format
41188 msgid "invalid parameter combination for intrinsic %qs"
41189 msgstr ""
41190
41191 #: config/s390/s390-c.cc:1002
41192 #, gcc-internal-format
41193 msgid "ambiguous overload for intrinsic %qs"
41194 msgstr ""
41195
41196 #: config/s390/s390-c.cc:1010
41197 #, gcc-internal-format
41198 msgid "%qs matching variant requires z14 or higher"
41199 msgstr ""
41200
41201 #: config/s390/s390-c.cc:1019
41202 #, gcc-internal-format
41203 msgid "%qs matching variant requires z15 or higher"
41204 msgstr ""
41205
41206 #: config/s390/s390-c.cc:1025
41207 #, gcc-internal-format
41208 msgid "%qs matching variant is deprecated"
41209 msgstr ""
41210
41211 #: config/s390/s390-c.cc:1065
41212 #, gcc-internal-format
41213 msgid "constant argument %d for builtin %qF is out of range for target type"
41214 msgstr ""
41215
41216 #: config/s390/s390.cc:765
41217 #, gcc-internal-format
41218 msgid "constant argument %d for builtin %qF is invalid (%s)"
41219 msgstr ""
41220
41221 #: config/s390/s390.cc:769
41222 #, gcc-internal-format
41223 msgid "constant argument %d for builtin %qF is out of range (0-%wu)"
41224 msgstr ""
41225
41226 #: config/s390/s390.cc:785
41227 #, gcc-internal-format
41228 msgid "constant argument %d for builtin %qF is out of range (%wd-%wd)"
41229 msgstr ""
41230
41231 #: config/s390/s390.cc:834
41232 #, gcc-internal-format
41233 msgid "builtin %qF is not supported without %<-mhtm%> (default with %<-march=zEC12%> and higher)"
41234 msgstr ""
41235
41236 #: config/s390/s390.cc:840
41237 #, gcc-internal-format
41238 msgid "builtin %qF requires %<-mvx%> (default with %<-march=z13%> and higher)"
41239 msgstr ""
41240
41241 #: config/s390/s390.cc:847
41242 #, gcc-internal-format
41243 msgid "Builtin %qF requires z14 or higher"
41244 msgstr ""
41245
41246 #: config/s390/s390.cc:853
41247 #, gcc-internal-format
41248 msgid "Builtin %qF requires z15 or higher"
41249 msgstr ""
41250
41251 #: config/s390/s390.cc:859
41252 #, gcc-internal-format
41253 msgid "Builtin %qF requires arch14 or higher."
41254 msgstr ""
41255
41256 #: config/s390/s390.cc:878
41257 #, gcc-internal-format
41258 msgid "unresolved overloaded builtin"
41259 msgstr ""
41260
41261 #: config/s390/s390.cc:885 config/tilegx/tilegx.cc:3540
41262 #: config/tilepro/tilepro.cc:3103
41263 #, gcc-internal-format
41264 msgid "bad builtin icode"
41265 msgstr ""
41266
41267 #: config/s390/s390.cc:1019
41268 #, gcc-internal-format
41269 msgid "invalid argument %d for builtin %qF"
41270 msgstr ""
41271
41272 #: config/s390/s390.cc:1120
41273 #, gcc-internal-format
41274 msgid "requested %qE attribute is not a comma separated pair of non-negative integer constants or too large (max. %d)"
41275 msgstr ""
41276
41277 #: config/s390/s390.cc:1210
41278 #, gcc-internal-format
41279 msgid "argument to %qE attribute is not (keep|thunk|thunk-extern)"
41280 msgstr ""
41281
41282 #: config/s390/s390.cc:10100
41283 #, gcc-internal-format
41284 msgid "total size of local variables exceeds architecture limit"
41285 msgstr ""
41286
41287 #: config/s390/s390.cc:11465
41288 #, gcc-internal-format
41289 msgid "frame size of function %qs is %wd bytes exceeding user provided stack limit of %d bytes; an unconditional trap is added"
41290 msgstr ""
41291
41292 #: config/s390/s390.cc:11481
41293 #, gcc-internal-format
41294 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"
41295 msgstr ""
41296
41297 #: config/s390/s390.cc:11509
41298 #, gcc-internal-format
41299 msgid "frame size of %qs is %wd bytes"
41300 msgstr ""
41301
41302 #: config/s390/s390.cc:11513
41303 #, gcc-internal-format
41304 msgid "%qs uses dynamic stack allocation"
41305 msgstr ""
41306
41307 #: config/s390/s390.cc:13216
41308 #, gcc-internal-format
41309 msgid "nested functions cannot be profiled with %<-mfentry%> on s390"
41310 msgstr ""
41311
41312 #: config/s390/s390.cc:15486
41313 #, gcc-internal-format
41314 msgid "64-bit ABI not supported in ESA/390 mode"
41315 msgstr ""
41316
41317 #: config/s390/s390.cc:15493
41318 #, gcc-internal-format
41319 msgid "thunk-inline is only supported with %<-mindirect-branch-jump%>"
41320 msgstr ""
41321
41322 #: config/s390/s390.cc:15528
41323 #, gcc-internal-format, gfc-internal-format
41324 msgid "hardware vector support not available on %s"
41325 msgstr ""
41326
41327 #: config/s390/s390.cc:15531
41328 #, gcc-internal-format
41329 msgid "hardware vector support not available with %<-msoft-float%>"
41330 msgstr ""
41331
41332 #: config/s390/s390.cc:15560
41333 #, gcc-internal-format, gfc-internal-format
41334 msgid "hardware decimal floating-point instructions not available on %s"
41335 msgstr ""
41336
41337 #: config/s390/s390.cc:15564
41338 #, gcc-internal-format
41339 msgid "hardware decimal floating-point instructions not available in ESA/390 mode"
41340 msgstr ""
41341
41342 #: config/s390/s390.cc:15576
41343 #, gcc-internal-format
41344 msgid "%<-mhard-dfp%> cannot be used in conjunction with %<-msoft-float%>"
41345 msgstr ""
41346
41347 #: config/s390/s390.cc:15585
41348 #, gcc-internal-format
41349 msgid "%<-mbackchain%> %<-mpacked-stack%> %<-mhard-float%> are not supported in combination"
41350 msgstr ""
41351
41352 #: config/s390/s390.cc:15591
41353 #, gcc-internal-format
41354 msgid "stack size must be greater than the stack guard value"
41355 msgstr ""
41356
41357 #: config/s390/s390.cc:15593
41358 #, gcc-internal-format
41359 msgid "stack size must not be greater than 64k"
41360 msgstr ""
41361
41362 #: config/s390/s390.cc:15596
41363 #, gcc-internal-format
41364 msgid "%<-mstack-guard%> implies use of %<-mstack-size%>"
41365 msgstr ""
41366
41367 #: config/s390/s390.cc:15609
41368 #, gcc-internal-format
41369 msgid "%<-mtpf-trace-hook-prologue-check%> requires integer in range 0-4095"
41370 msgstr ""
41371
41372 #: config/s390/s390.cc:15612
41373 #, gcc-internal-format
41374 msgid "%<-mtpf-trace-hook-prologue-target%> requires integer in range 0-4095"
41375 msgstr ""
41376
41377 #: config/s390/s390.cc:15615
41378 #, gcc-internal-format
41379 msgid "%<-mtpf-trace-hook-epilogue-check%> requires integer in range 0-4095"
41380 msgstr ""
41381
41382 #: config/s390/s390.cc:15618
41383 #, gcc-internal-format
41384 msgid "%<-mtpf-trace-hook-epilogue-target%> requires integer in range 0-4095"
41385 msgstr ""
41386
41387 #: config/s390/s390.cc:15671
41388 #, gcc-internal-format
41389 msgid "%<-mfentry%> is supported only for 64-bit CPUs"
41390 msgstr ""
41391
41392 #. argument is not a plain number
41393 #: config/s390/s390.cc:15707
41394 #, gcc-internal-format
41395 msgid "arguments to %qs should be non-negative integers"
41396 msgstr ""
41397
41398 #: config/s390/s390.cc:15714
41399 #, gcc-internal-format
41400 msgid "argument to %qs is too large (max. %d)"
41401 msgstr ""
41402
41403 #: config/s390/s390.cc:15745
41404 #, gcc-internal-format
41405 msgid "%<-mno-pic-data-is-text-relative%> cannot be used without %<-fpic%>/%<-fPIC%>"
41406 msgstr ""
41407
41408 #: config/s390/s390.cc:15906 config/s390/s390.cc:15956
41409 #: config/s390/s390.cc:15973
41410 #, gcc-internal-format
41411 msgid "attribute %<target%> argument %qs is unknown"
41412 msgstr ""
41413
41414 #. Value is not allowed for the target attribute.
41415 #: config/s390/s390.cc:15912
41416 #, gcc-internal-format
41417 msgid "value %qs is not supported by attribute %<target%>"
41418 msgstr ""
41419
41420 #: config/sh/sh.cc:936
41421 #, gcc-internal-format
41422 msgid "ignoring %<-fschedule-insns%> because of exception handling bug"
41423 msgstr ""
41424
41425 #: config/sh/sh.cc:953
41426 #, gcc-internal-format
41427 msgid "unwind tables currently require either a frame pointer or %<-maccumulate-outgoing-args%> for correctness"
41428 msgstr ""
41429
41430 #: config/sh/sh.cc:7416
41431 #, gcc-internal-format
41432 msgid "%<__builtin_saveregs%> not supported by this subtarget"
41433 msgstr ""
41434
41435 #: config/sh/sh.cc:8352
41436 #, gcc-internal-format
41437 msgid "%qE attribute only applies to interrupt functions"
41438 msgstr ""
41439
41440 #: config/sh/sh.cc:8422
41441 #, gcc-internal-format
41442 msgid "%qE attribute is supported only for SH2A"
41443 msgstr ""
41444
41445 #: config/sh/sh.cc:8464
41446 #, gcc-internal-format
41447 msgid "%qE attribute only applies to SH2A"
41448 msgstr ""
41449
41450 #: config/sh/sh.cc:8486
41451 #, gcc-internal-format
41452 msgid "%qE attribute argument should be between 0 to 255"
41453 msgstr ""
41454
41455 #: config/sh/sh.cc:10825
41456 #, gcc-internal-format
41457 msgid "r0 needs to be available as a call-clobbered register"
41458 msgstr ""
41459
41460 #: config/sparc/sparc.cc:1842
41461 #, gcc-internal-format, gfc-internal-format
41462 msgid "%s is not supported by this configuration"
41463 msgstr ""
41464
41465 #: config/sparc/sparc.cc:1849
41466 #, gcc-internal-format
41467 msgid "%<-mlong-double-64%> not allowed with %<-m64%>"
41468 msgstr ""
41469
41470 #: config/sparc/sparc.cc:1857
41471 #, gcc-internal-format
41472 msgid "%<-fcall-saved-REG%> is not supported for out registers"
41473 msgstr ""
41474
41475 #: config/sparc/sparc.cc:1981
41476 #, gcc-internal-format
41477 msgid "%<-mcmodel=%> is not supported in 32-bit mode"
41478 msgstr ""
41479
41480 #: config/stormy16/stormy16.cc:1058
41481 #, gcc-internal-format
41482 msgid "local variable memory requirements exceed capacity"
41483 msgstr ""
41484
41485 #: config/stormy16/stormy16.cc:1215
41486 #, gcc-internal-format
41487 msgid "%<function_profiler%> support"
41488 msgstr ""
41489
41490 #: config/stormy16/stormy16.cc:1309
41491 #, gcc-internal-format
41492 msgid "cannot use %<va_start%> in interrupt function"
41493 msgstr ""
41494
41495 #: config/stormy16/stormy16.cc:1880
41496 #, gcc-internal-format, gfc-internal-format
41497 msgid "switch statement of size %lu entries too large"
41498 msgstr ""
41499
41500 #: config/stormy16/stormy16.cc:2252
41501 #, gcc-internal-format
41502 msgid "%<__BELOW100__%> attribute only applies to variables"
41503 msgstr ""
41504
41505 #: config/stormy16/stormy16.cc:2259
41506 #, gcc-internal-format
41507 msgid "%<__BELOW100__%> attribute not allowed with auto storage class"
41508 msgstr ""
41509
41510 #: config/tilegx/tilegx.cc:3581 config/tilepro/tilepro.cc:3129
41511 #, gcc-internal-format
41512 msgid "operand must be an immediate of the right size"
41513 msgstr ""
41514
41515 #: config/v850/v850-c.cc:67
41516 #, gcc-internal-format
41517 msgid "%<#pragma%> GHS endXXX found without previous startXXX"
41518 msgstr ""
41519
41520 #: config/v850/v850-c.cc:70
41521 #, gcc-internal-format
41522 msgid "%<#pragma%> GHS endXXX does not match previous startXXX"
41523 msgstr ""
41524
41525 #: config/v850/v850-c.cc:96
41526 #, gcc-internal-format
41527 msgid "cannot set interrupt attribute: no current function"
41528 msgstr ""
41529
41530 #: config/v850/v850-c.cc:104
41531 #, gcc-internal-format
41532 msgid "cannot set interrupt attribute: no such identifier"
41533 msgstr ""
41534
41535 #: config/v850/v850-c.cc:153
41536 #, gcc-internal-format
41537 msgid "junk at end of %<#pragma%> ghs section"
41538 msgstr ""
41539
41540 #: config/v850/v850-c.cc:170
41541 #, gcc-internal-format
41542 msgid "unrecognized section name %qE"
41543 msgstr ""
41544
41545 #: config/v850/v850-c.cc:184
41546 #, gcc-internal-format
41547 msgid "malformed %<#pragma%> ghs section"
41548 msgstr ""
41549
41550 #: config/v850/v850-c.cc:203
41551 #, gcc-internal-format
41552 msgid "junk at end of %<#pragma%> ghs interrupt"
41553 msgstr ""
41554
41555 #: config/v850/v850-c.cc:214
41556 #, gcc-internal-format
41557 msgid "junk at end of %<#pragma%> ghs starttda"
41558 msgstr ""
41559
41560 #: config/v850/v850-c.cc:225
41561 #, gcc-internal-format
41562 msgid "junk at end of %<#pragma%> ghs startsda"
41563 msgstr ""
41564
41565 #: config/v850/v850-c.cc:236
41566 #, gcc-internal-format
41567 msgid "junk at end of %<#pragma%> ghs startzda"
41568 msgstr ""
41569
41570 #: config/v850/v850-c.cc:247
41571 #, gcc-internal-format
41572 msgid "junk at end of %<#pragma%> ghs endtda"
41573 msgstr ""
41574
41575 #: config/v850/v850-c.cc:258
41576 #, gcc-internal-format
41577 msgid "junk at end of %<#pragma%> ghs endsda"
41578 msgstr ""
41579
41580 #: config/v850/v850-c.cc:269
41581 #, gcc-internal-format
41582 msgid "junk at end of %<#pragma%> ghs endzda"
41583 msgstr ""
41584
41585 #: config/v850/v850.cc:2046
41586 #, gcc-internal-format
41587 msgid "data area attributes cannot be specified for local variables"
41588 msgstr ""
41589
41590 #: config/v850/v850.cc:2057
41591 #, gcc-internal-format
41592 msgid "data area of %q+D conflicts with previous declaration"
41593 msgstr ""
41594
41595 #: config/v850/v850.cc:2188
41596 #, gcc-internal-format, gfc-internal-format
41597 msgid "bogus JR construction: %d"
41598 msgstr ""
41599
41600 #: config/v850/v850.cc:2206 config/v850/v850.cc:2313
41601 #, gcc-internal-format, gfc-internal-format
41602 msgid "bad amount of stack space removal: %d"
41603 msgstr ""
41604
41605 #: config/v850/v850.cc:2293
41606 #, gcc-internal-format, gfc-internal-format
41607 msgid "bogus JARL construction: %d"
41608 msgstr ""
41609
41610 #: config/v850/v850.cc:2591
41611 #, gcc-internal-format, gfc-internal-format
41612 msgid "bogus DISPOSE construction: %d"
41613 msgstr ""
41614
41615 #: config/v850/v850.cc:2610
41616 #, gcc-internal-format, gfc-internal-format
41617 msgid "too much stack space to dispose of: %d"
41618 msgstr ""
41619
41620 #: config/v850/v850.cc:2712
41621 #, gcc-internal-format, gfc-internal-format
41622 msgid "bogus PREPEARE construction: %d"
41623 msgstr ""
41624
41625 #: config/v850/v850.cc:2729
41626 #, gcc-internal-format, gfc-internal-format
41627 msgid "too much stack space to prepare: %d"
41628 msgstr ""
41629
41630 #: config/visium/visium.cc:730
41631 #, gcc-internal-format
41632 msgid "an interrupt handler cannot be compiled with %<-muser-mode%>"
41633 msgstr ""
41634
41635 #: config/vms/vms-c.cc:44
41636 #, gcc-internal-format
41637 msgid "junk at end of %<#pragma __nostandard%>"
41638 msgstr ""
41639
41640 #: config/vms/vms-c.cc:55
41641 #, gcc-internal-format
41642 msgid "junk at end of %<#pragma __standard%>"
41643 msgstr ""
41644
41645 #: config/vms/vms-c.cc:81
41646 #, gcc-internal-format
41647 msgid "malformed %<#pragma member_alignment%>, ignoring"
41648 msgstr ""
41649
41650 #: config/vms/vms-c.cc:96
41651 #, gcc-internal-format
41652 msgid "unknown %<#pragma member_alignment%> name %s"
41653 msgstr ""
41654
41655 #: config/vms/vms-c.cc:101
41656 #, gcc-internal-format
41657 msgid "malformed %<#pragma member_alignment%>"
41658 msgstr ""
41659
41660 #: config/vms/vms-c.cc:135
41661 #, gcc-internal-format
41662 msgid "unhandled alignment for %<#pragma nomember_alignment%>"
41663 msgstr ""
41664
41665 #: config/vms/vms-c.cc:148
41666 #, gcc-internal-format
41667 msgid "garbage at end of %<#pragma nomember_alignment%>"
41668 msgstr ""
41669
41670 #: config/vms/vms-c.cc:203
41671 #, gcc-internal-format
41672 msgid "malformed %<#pragma extern_model%>, ignoring"
41673 msgstr ""
41674
41675 #: config/vms/vms-c.cc:224
41676 #, gcc-internal-format
41677 msgid "extern model globalvalue"
41678 msgstr ""
41679
41680 #: config/vms/vms-c.cc:229
41681 #, gcc-internal-format
41682 msgid "unknown %<#pragma extern_model%> model %qs"
41683 msgstr ""
41684
41685 #: config/vms/vms-c.cc:235
41686 #, gcc-internal-format
41687 msgid "junk at end of '#pragma extern_model'"
41688 msgstr ""
41689
41690 #: config/vms/vms-c.cc:249
41691 #, gcc-internal-format
41692 msgid "vms '#pragma __message' is ignored"
41693 msgstr ""
41694
41695 #: config/vms/vms-c.cc:274 config/vms/vms-c.cc:280
41696 #, gcc-internal-format
41697 msgid "malformed %<#pragma __extern_prefix%>, ignoring"
41698 msgstr ""
41699
41700 #: config/vms/vms-c.cc:313 config/vms/vms-c.cc:333
41701 #, gcc-internal-format
41702 msgid "malformed %<#pragma %s%>, ignoring"
41703 msgstr ""
41704
41705 #: config/vms/vms-c.cc:329
41706 #, gcc-internal-format
41707 msgid "invalid constant in %<#pragma %s%>"
41708 msgstr ""
41709
41710 #: config/xtensa/xtensa.cc:2252
41711 #, gcc-internal-format
41712 msgid "boolean registers required for the floating-point option"
41713 msgstr ""
41714
41715 #: config/xtensa/xtensa.cc:2287
41716 #, gcc-internal-format
41717 msgid "%<-f%s%> is not supported with CONST16 instructions"
41718 msgstr ""
41719
41720 #: config/xtensa/xtensa.cc:2294
41721 #, gcc-internal-format
41722 msgid "PIC is required but not supported with CONST16 instructions"
41723 msgstr ""
41724
41725 #: config/xtensa/xtensa.cc:3664
41726 #, gcc-internal-format
41727 msgid "only uninitialized variables can be placed in a %<.bss%> section"
41728 msgstr ""
41729
41730 #: ada/gcc-interface/misc.cc:155
41731 #, gcc-internal-format
41732 msgid "%<-gnat%> misspelled as %<-gant%>"
41733 msgstr ""
41734
41735 #: ada/gcc-interface/misc.cc:258
41736 #, gcc-internal-format
41737 msgid "%<-fexcess-precision=standard%> for Ada"
41738 msgstr ""
41739
41740 #: ada/gcc-interface/misc.cc:260
41741 #, gcc-internal-format
41742 msgid "%<-fexcess-precision=16%> for Ada"
41743 msgstr ""
41744
41745 #: ada/gcc-interface/trans.cc:332
41746 #, gcc-internal-format, gfc-internal-format
41747 msgid "%s contains too many lines"
41748 msgstr ""
41749
41750 #: ada/gcc-interface/trans.cc:1657
41751 #, gcc-internal-format
41752 msgid "subprogram %q+F not marked %<Inline_Always%>"
41753 msgstr ""
41754
41755 #: ada/gcc-interface/trans.cc:1659 ada/gcc-interface/trans.cc:1665
41756 #, gcc-internal-format
41757 msgid "parent subprogram cannot be inlined"
41758 msgstr ""
41759
41760 #: ada/gcc-interface/trans.cc:1663
41761 #, gcc-internal-format
41762 msgid "subprogram %q+F not marked %<Inline%>"
41763 msgstr ""
41764
41765 #: ada/gcc-interface/utils.cc:4163
41766 #, gcc-internal-format
41767 msgid "invalid element type for attribute %qs"
41768 msgstr ""
41769
41770 #: ada/gcc-interface/utils.cc:4187
41771 #, gcc-internal-format
41772 msgid "number of components of vector not a power of two"
41773 msgstr ""
41774
41775 #: ada/gcc-interface/utils.cc:6387 ada/gcc-interface/utils.cc:6565
41776 #: ada/gcc-interface/utils.cc:6746
41777 #, gcc-internal-format
41778 msgid "%qs attribute ignored"
41779 msgstr ""
41780
41781 #: ada/gcc-interface/utils.cc:6442
41782 #, gcc-internal-format
41783 msgid "%qs attribute without arguments on a non-prototype"
41784 msgstr ""
41785
41786 #: ada/gcc-interface/utils.cc:6457
41787 #, gcc-internal-format
41788 msgid "%qs argument has invalid operand number (argument %lu)"
41789 msgstr ""
41790
41791 #: ada/gcc-interface/utils.cc:6479
41792 #, gcc-internal-format
41793 msgid "%qs argument with out-of-range operand number (argument %lu, operand %lu)"
41794 msgstr ""
41795
41796 #: ada/gcc-interface/utils.cc:6488
41797 #, gcc-internal-format
41798 msgid "%qs argument references non-pointer operand (argument %lu, operand %lu)"
41799 msgstr ""
41800
41801 #: ada/gcc-interface/utils.cc:6509
41802 #, gcc-internal-format
41803 msgid "%qs attribute requires prototypes with named arguments"
41804 msgstr ""
41805
41806 #: ada/gcc-interface/utils.cc:6518
41807 #, gcc-internal-format
41808 msgid "%qs attribute only applies to variadic functions"
41809 msgstr ""
41810
41811 #: ada/gcc-interface/utils.cc:6706 d/d-attribs.cc:346 d/d-attribs.cc:473
41812 #, gcc-internal-format
41813 msgid "%qE attribute has no effect"
41814 msgstr ""
41815
41816 #: ada/gcc-interface/utils.cc:6990
41817 #, gcc-internal-format
41818 msgid "attribute %qs applies to array types only"
41819 msgstr ""
41820
41821 #: c/c-convert.cc:104 c/c-typeck.cc:2258 c/c-typeck.cc:12924 cp/typeck.cc:2344
41822 #: cp/typeck.cc:8994 cp/typeck.cc:9796 d/d-convert.cc:262
41823 #, gcc-internal-format
41824 msgid "void value not ignored as it ought to be"
41825 msgstr ""
41826
41827 #: c/c-convert.cc:183 d/d-convert.cc:323
41828 #, gcc-internal-format
41829 msgid "conversion to non-scalar type requested"
41830 msgstr ""
41831
41832 #: c/c-decl.cc:838
41833 #, gcc-internal-format
41834 msgid "array %q+D assumed to have one element"
41835 msgstr ""
41836
41837 #: c/c-decl.cc:879
41838 #, gcc-internal-format
41839 msgid "%qD is static but used in inline function %qD which is not static"
41840 msgstr ""
41841
41842 #: c/c-decl.cc:884
41843 #, gcc-internal-format
41844 msgid "%q+D is static but declared in inline function %qD which is not static"
41845 msgstr ""
41846
41847 #: c/c-decl.cc:1080
41848 #, gcc-internal-format, gfc-internal-format
41849 msgid "GCC supports only %u nested scopes"
41850 msgstr ""
41851
41852 #: c/c-decl.cc:1232 cp/decl.cc:368
41853 #, gcc-internal-format
41854 msgid "label %q+D used but not defined"
41855 msgstr ""
41856
41857 #: c/c-decl.cc:1278
41858 #, gcc-internal-format
41859 msgid "nested function %q+D declared but never defined"
41860 msgstr ""
41861
41862 #: c/c-decl.cc:1292
41863 #, gcc-internal-format
41864 msgid "inline function %q+D declared but never defined"
41865 msgstr ""
41866
41867 #: c/c-decl.cc:1309
41868 #, gcc-internal-format
41869 msgid "unused variable %q+D"
41870 msgstr ""
41871
41872 #: c/c-decl.cc:1313 cp/decl.cc:707
41873 #, gcc-internal-format
41874 msgid "variable %qD set but not used"
41875 msgstr ""
41876
41877 #: c/c-decl.cc:1318
41878 #, gcc-internal-format
41879 msgid "type of array %q+D completed incompatibly with implicit initialization"
41880 msgstr ""
41881
41882 #: c/c-decl.cc:1599 c/c-decl.cc:7391 c/c-decl.cc:8296 c/c-decl.cc:9119
41883 #, gcc-internal-format
41884 msgid "originally defined here"
41885 msgstr ""
41886
41887 #: c/c-decl.cc:1824
41888 #, gcc-internal-format
41889 msgid "a parameter list with an ellipsis cannot match an empty parameter name list declaration"
41890 msgstr ""
41891
41892 #: c/c-decl.cc:1831
41893 #, gcc-internal-format
41894 msgid "an argument type that has a default promotion cannot match an empty parameter name list declaration"
41895 msgstr ""
41896
41897 #: c/c-decl.cc:1879
41898 #, gcc-internal-format
41899 msgid "prototype for %q+D declares more arguments than previous old-style definition"
41900 msgstr ""
41901
41902 #: c/c-decl.cc:1885
41903 #, gcc-internal-format
41904 msgid "prototype for %q+D declares fewer arguments than previous old-style definition"
41905 msgstr ""
41906
41907 #: c/c-decl.cc:1894
41908 #, gcc-internal-format
41909 msgid "prototype for %q+D declares argument %d with incompatible type"
41910 msgstr ""
41911
41912 #. If we get here, no errors were found, but do issue a warning
41913 #. for this poor-style construct.
41914 #: c/c-decl.cc:1907
41915 #, gcc-internal-format
41916 msgid "prototype for %q+D follows non-prototype definition"
41917 msgstr ""
41918
41919 #: c/c-decl.cc:1925
41920 #, gcc-internal-format
41921 msgid "previous definition of %q+D with type %qT"
41922 msgstr ""
41923
41924 #: c/c-decl.cc:1929
41925 #, gcc-internal-format
41926 msgid "previous implicit declaration of %q+D with type %qT"
41927 msgstr ""
41928
41929 #: c/c-decl.cc:1933
41930 #, gcc-internal-format
41931 msgid "previous declaration of %q+D with type %qT"
41932 msgstr ""
41933
41934 #: c/c-decl.cc:1973
41935 #, gcc-internal-format
41936 msgid "%q+D redeclared as different kind of symbol"
41937 msgstr ""
41938
41939 #: c/c-decl.cc:1978
41940 #, gcc-internal-format
41941 msgid "built-in function %q+D declared as non-function"
41942 msgstr ""
41943
41944 #: c/c-decl.cc:1981 c/c-decl.cc:3069
41945 #, gcc-internal-format
41946 msgid "declaration of %q+D shadows a built-in function"
41947 msgstr ""
41948
41949 #: c/c-decl.cc:1991
41950 #, gcc-internal-format
41951 msgid "redeclaration of enumerator %q+D"
41952 msgstr ""
41953
41954 #: c/c-decl.cc:2027
41955 #, gcc-internal-format
41956 msgid "conflicting types for built-in function %q+D; expected %qT"
41957 msgstr ""
41958
41959 #: c/c-decl.cc:2037 c/c-decl.cc:2062
41960 #, gcc-internal-format
41961 msgid "%qD is declared in header %qs"
41962 msgstr ""
41963
41964 #: c/c-decl.cc:2048
41965 #, gcc-internal-format
41966 msgid "mismatch in argument %u type of built-in function %qD; expected %qT"
41967 msgstr ""
41968
41969 #: c/c-decl.cc:2053
41970 #, gcc-internal-format
41971 msgid "mismatch in return type of built-in function %qD; expected %qT"
41972 msgstr ""
41973
41974 #: c/c-decl.cc:2086
41975 #, gcc-internal-format
41976 msgid "conflicting types for %q+D"
41977 msgstr ""
41978
41979 #: c/c-decl.cc:2099 c/c-decl.cc:2136
41980 #, gcc-internal-format
41981 msgid "conflicting types for %q+D; have %qT"
41982 msgstr ""
41983
41984 #: c/c-decl.cc:2116
41985 #, gcc-internal-format
41986 msgid "conflicting named address spaces (generic vs %s) for %q+D"
41987 msgstr ""
41988
41989 #: c/c-decl.cc:2120
41990 #, gcc-internal-format
41991 msgid "conflicting named address spaces (%s vs generic) for %q+D"
41992 msgstr ""
41993
41994 #: c/c-decl.cc:2124
41995 #, gcc-internal-format
41996 msgid "conflicting named address spaces (%s vs %s) for %q+D"
41997 msgstr ""
41998
41999 #: c/c-decl.cc:2133
42000 #, gcc-internal-format
42001 msgid "conflicting type qualifiers for %q+D"
42002 msgstr ""
42003
42004 #: c/c-decl.cc:2158
42005 #, gcc-internal-format
42006 msgid "redefinition of typedef %q+D with different type"
42007 msgstr ""
42008
42009 #: c/c-decl.cc:2171
42010 #, gcc-internal-format
42011 msgid "redefinition of typedef %q+D with variably modified type"
42012 msgstr ""
42013
42014 #: c/c-decl.cc:2176
42015 #, gcc-internal-format
42016 msgid "redefinition of typedef %q+D"
42017 msgstr ""
42018
42019 #: c/c-decl.cc:2204
42020 #, gcc-internal-format
42021 msgid "declaration of %qD shadows a built-in function"
42022 msgstr ""
42023
42024 #: c/c-decl.cc:2220
42025 #, gcc-internal-format
42026 msgid "declaration of built-in function %qD without a prototype; expected %qT"
42027 msgstr ""
42028
42029 #: c/c-decl.cc:2247 c/c-decl.cc:2358
42030 #, gcc-internal-format
42031 msgid "redefinition of %q+D"
42032 msgstr ""
42033
42034 #: c/c-decl.cc:2286 c/c-decl.cc:2398
42035 #, gcc-internal-format
42036 msgid "static declaration of %q+D follows non-static declaration"
42037 msgstr ""
42038
42039 #: c/c-decl.cc:2297 c/c-decl.cc:2305 c/c-decl.cc:2387 c/c-decl.cc:2395
42040 #, gcc-internal-format
42041 msgid "non-static declaration of %q+D follows static declaration"
42042 msgstr ""
42043
42044 #: c/c-decl.cc:2322
42045 #, gcc-internal-format
42046 msgid "%<gnu_inline%> attribute present on %q+D"
42047 msgstr ""
42048
42049 #: c/c-decl.cc:2325
42050 #, gcc-internal-format
42051 msgid "but not here"
42052 msgstr ""
42053
42054 #: c/c-decl.cc:2344
42055 #, gcc-internal-format
42056 msgid "thread-local declaration of %q+D follows non-thread-local declaration"
42057 msgstr ""
42058
42059 #: c/c-decl.cc:2347
42060 #, gcc-internal-format
42061 msgid "non-thread-local declaration of %q+D follows thread-local declaration"
42062 msgstr ""
42063
42064 #: c/c-decl.cc:2379
42065 #, gcc-internal-format
42066 msgid "extern declaration of %q+D follows declaration with no linkage"
42067 msgstr ""
42068
42069 #: c/c-decl.cc:2417
42070 #, gcc-internal-format
42071 msgid "declaration of %q+D with no linkage follows extern declaration"
42072 msgstr ""
42073
42074 #: c/c-decl.cc:2424
42075 #, gcc-internal-format
42076 msgid "redeclaration of %q+D with no linkage"
42077 msgstr ""
42078
42079 #: c/c-decl.cc:2450
42080 #, gcc-internal-format
42081 msgid "redeclaration of %q+D with different visibility (old visibility preserved)"
42082 msgstr ""
42083
42084 #: c/c-decl.cc:2471
42085 #, gcc-internal-format
42086 msgid "redefinition of parameter %q+D"
42087 msgstr ""
42088
42089 #: c/c-decl.cc:2498
42090 #, gcc-internal-format
42091 msgid "redundant redeclaration of %q+D"
42092 msgstr ""
42093
42094 #: c/c-decl.cc:3027
42095 #, gcc-internal-format
42096 msgid "declaration of %q+D shadows previous non-variable"
42097 msgstr ""
42098
42099 #: c/c-decl.cc:3049
42100 #, gcc-internal-format
42101 msgid "declaration of %qD shadows a parameter"
42102 msgstr ""
42103
42104 #: c/c-decl.cc:3062 cp/name-lookup.cc:3335
42105 #, gcc-internal-format
42106 msgid "declaration of %qD shadows a global declaration"
42107 msgstr ""
42108
42109 #: c/c-decl.cc:3088
42110 #, gcc-internal-format
42111 msgid "declaration of %qD shadows a previous local"
42112 msgstr ""
42113
42114 #: c/c-decl.cc:3094 cp/name-lookup.cc:3103
42115 #, gcc-internal-format
42116 msgid "shadowed declaration is here"
42117 msgstr ""
42118
42119 #: c/c-decl.cc:3224
42120 #, gcc-internal-format
42121 msgid "nested extern declaration of %qD"
42122 msgstr ""
42123
42124 #: c/c-decl.cc:3387 c/c-decl.cc:3401
42125 #, gcc-internal-format
42126 msgid "implicit declaration of function %qE; did you mean %qs?"
42127 msgstr ""
42128
42129 #: c/c-decl.cc:3393 c/c-decl.cc:3406
42130 #, gcc-internal-format
42131 msgid "implicit declaration of function %qE"
42132 msgstr ""
42133
42134 #: c/c-decl.cc:3425
42135 #, gcc-internal-format
42136 msgid "include %qs or provide a declaration of %qE"
42137 msgstr ""
42138
42139 #: c/c-decl.cc:3695
42140 #, gcc-internal-format
42141 msgid "incompatible implicit declaration of built-in function %qD"
42142 msgstr ""
42143
42144 #: c/c-decl.cc:3705
42145 #, gcc-internal-format
42146 msgid "include %qs or provide a declaration of %qD"
42147 msgstr ""
42148
42149 #: c/c-decl.cc:3716
42150 #, gcc-internal-format
42151 msgid "incompatible implicit declaration of function %qD"
42152 msgstr ""
42153
42154 #: c/c-decl.cc:3777
42155 #, gcc-internal-format
42156 msgid "%qE undeclared here (not in a function); did you mean %qs?"
42157 msgstr ""
42158
42159 #: c/c-decl.cc:3782
42160 #, gcc-internal-format
42161 msgid "%qE undeclared here (not in a function)"
42162 msgstr ""
42163
42164 #: c/c-decl.cc:3795
42165 #, gcc-internal-format
42166 msgid "%qE undeclared (first use in this function); did you mean %qs?"
42167 msgstr ""
42168
42169 #: c/c-decl.cc:3800
42170 #, gcc-internal-format
42171 msgid "%qE undeclared (first use in this function)"
42172 msgstr ""
42173
42174 #: c/c-decl.cc:3804
42175 #, gcc-internal-format
42176 msgid "each undeclared identifier is reported only once for each function it appears in"
42177 msgstr ""
42178
42179 #: c/c-decl.cc:3852 cp/decl.cc:3345
42180 #, gcc-internal-format
42181 msgid "label %qE referenced outside of any function"
42182 msgstr ""
42183
42184 #: c/c-decl.cc:3888
42185 #, gcc-internal-format
42186 msgid "jump into scope of identifier with variably modified type"
42187 msgstr ""
42188
42189 #: c/c-decl.cc:3891
42190 #, gcc-internal-format
42191 msgid "jump skips variable initialization"
42192 msgstr ""
42193
42194 #: c/c-decl.cc:3892 c/c-decl.cc:3947 c/c-decl.cc:4037
42195 #, gcc-internal-format
42196 msgid "label %qD defined here"
42197 msgstr ""
42198
42199 #: c/c-decl.cc:3946 c/c-decl.cc:4036
42200 #, gcc-internal-format
42201 msgid "jump into statement expression"
42202 msgstr ""
42203
42204 #: c/c-decl.cc:3969
42205 #, gcc-internal-format
42206 msgid "duplicate label declaration %qE"
42207 msgstr ""
42208
42209 #: c/c-decl.cc:4068 cp/decl.cc:3759
42210 #, gcc-internal-format
42211 msgid "duplicate label %qD"
42212 msgstr ""
42213
42214 #: c/c-decl.cc:4099
42215 #, gcc-internal-format
42216 msgid "traditional C lacks a separate namespace for labels, identifier %qE conflicts"
42217 msgstr ""
42218
42219 #: c/c-decl.cc:4164
42220 #, gcc-internal-format
42221 msgid "switch jumps over variable initialization"
42222 msgstr ""
42223
42224 #: c/c-decl.cc:4165 c/c-decl.cc:4176
42225 #, gcc-internal-format
42226 msgid "switch starts here"
42227 msgstr ""
42228
42229 #: c/c-decl.cc:4175
42230 #, gcc-internal-format
42231 msgid "switch jumps into statement expression"
42232 msgstr ""
42233
42234 #: c/c-decl.cc:4258
42235 #, gcc-internal-format
42236 msgid "%qE defined as wrong kind of tag"
42237 msgstr ""
42238
42239 #: c/c-decl.cc:4444 cp/tree.cc:4889
42240 #, gcc-internal-format
42241 msgid "%qE attribute applied to %qD with void return type"
42242 msgstr ""
42243
42244 #: c/c-decl.cc:4453
42245 #, gcc-internal-format
42246 msgid "%qE attribute can only be applied to functions or to structure, union or enumeration types"
42247 msgstr ""
42248
42249 #: c/c-decl.cc:4718
42250 #, gcc-internal-format
42251 msgid "unnamed struct/union that defines no instances"
42252 msgstr ""
42253
42254 #: c/c-decl.cc:4729
42255 #, gcc-internal-format
42256 msgid "empty declaration with storage class specifier does not redeclare tag"
42257 msgstr ""
42258
42259 #: c/c-decl.cc:4745
42260 #, gcc-internal-format
42261 msgid "empty declaration with type qualifier does not redeclare tag"
42262 msgstr ""
42263
42264 #: c/c-decl.cc:4757
42265 #, gcc-internal-format
42266 msgid "empty declaration with %<_Alignas%> does not redeclare tag"
42267 msgstr ""
42268
42269 #: c/c-decl.cc:4779 c/c-decl.cc:4787
42270 #, gcc-internal-format
42271 msgid "useless type name in empty declaration"
42272 msgstr ""
42273
42274 #: c/c-decl.cc:4795
42275 #, gcc-internal-format
42276 msgid "%<inline%> in empty declaration"
42277 msgstr ""
42278
42279 #: c/c-decl.cc:4801
42280 #, gcc-internal-format
42281 msgid "%<_Noreturn%> in empty declaration"
42282 msgstr ""
42283
42284 #: c/c-decl.cc:4807
42285 #, gcc-internal-format
42286 msgid "%<auto%> in file-scope empty declaration"
42287 msgstr ""
42288
42289 #: c/c-decl.cc:4813
42290 #, gcc-internal-format
42291 msgid "%<register%> in file-scope empty declaration"
42292 msgstr ""
42293
42294 #: c/c-decl.cc:4820
42295 #, gcc-internal-format
42296 msgid "useless storage class specifier in empty declaration"
42297 msgstr ""
42298
42299 #: c/c-decl.cc:4826
42300 #, gcc-internal-format
42301 msgid "useless %qs in empty declaration"
42302 msgstr ""
42303
42304 #: c/c-decl.cc:4839
42305 #, gcc-internal-format
42306 msgid "useless type qualifier in empty declaration"
42307 msgstr ""
42308
42309 #: c/c-decl.cc:4846
42310 #, gcc-internal-format
42311 msgid "useless %<_Alignas%> in empty declaration"
42312 msgstr ""
42313
42314 #: c/c-decl.cc:4864
42315 #, gcc-internal-format
42316 msgid "invalid use of attributes in empty declaration"
42317 msgstr ""
42318
42319 #: c/c-decl.cc:4878 c/c-parser.cc:2038
42320 #, gcc-internal-format
42321 msgid "empty declaration"
42322 msgstr ""
42323
42324 #: c/c-decl.cc:4950
42325 #, gcc-internal-format
42326 msgid "ISO C90 does not support %<static%> or type qualifiers in parameter array declarators"
42327 msgstr ""
42328
42329 #: c/c-decl.cc:4954
42330 #, gcc-internal-format
42331 msgid "ISO C90 does not support %<[*]%> array declarators"
42332 msgstr ""
42333
42334 #. C99 6.7.5.2p4
42335 #. A function definition isn't function prototype scope C99 6.2.1p4.
42336 #. C99 6.7.5.2p4
42337 #: c/c-decl.cc:4960 c/c-decl.cc:7855 c/c-decl.cc:9820
42338 #, gcc-internal-format
42339 msgid "%<[*]%> not allowed in other than function prototype scope"
42340 msgstr ""
42341
42342 #: c/c-decl.cc:5130
42343 #, gcc-internal-format
42344 msgid "%q+D is usually a function"
42345 msgstr ""
42346
42347 #: c/c-decl.cc:5139
42348 #, gcc-internal-format
42349 msgid "typedef %qD is initialized (use %<__typeof__%> instead)"
42350 msgstr ""
42351
42352 #: c/c-decl.cc:5144
42353 #, gcc-internal-format
42354 msgid "function %qD is initialized like a variable"
42355 msgstr ""
42356
42357 #. DECL_INITIAL in a PARM_DECL is really DECL_ARG_TYPE.
42358 #: c/c-decl.cc:5150
42359 #, gcc-internal-format
42360 msgid "parameter %qD is initialized"
42361 msgstr ""
42362
42363 #. Although C99 is unclear about whether incomplete arrays
42364 #. of VLAs themselves count as VLAs, it does not make
42365 #. sense to permit them to be initialized given that
42366 #. ordinary VLAs may not be initialized.
42367 #: c/c-decl.cc:5169 c/c-decl.cc:5184 c/c-typeck.cc:8270
42368 #, gcc-internal-format
42369 msgid "variable-sized object may not be initialized"
42370 msgstr ""
42371
42372 #: c/c-decl.cc:5175
42373 #, gcc-internal-format
42374 msgid "variable %qD has initializer but incomplete type"
42375 msgstr ""
42376
42377 #: c/c-decl.cc:5264
42378 #, gcc-internal-format
42379 msgid "inline function %q+D given attribute %qs"
42380 msgstr ""
42381
42382 #: c/c-decl.cc:5314
42383 #, gcc-internal-format
42384 msgid "uninitialized const member in %qT is invalid in C++"
42385 msgstr ""
42386
42387 #: c/c-decl.cc:5316
42388 #, gcc-internal-format
42389 msgid "%qD should be initialized"
42390 msgstr ""
42391
42392 #: c/c-decl.cc:5397
42393 #, gcc-internal-format
42394 msgid "initializer fails to determine size of %q+D"
42395 msgstr ""
42396
42397 #: c/c-decl.cc:5402
42398 #, gcc-internal-format
42399 msgid "array size missing in %q+D"
42400 msgstr ""
42401
42402 #: c/c-decl.cc:5406
42403 #, gcc-internal-format
42404 msgid "zero or negative size array %q+D"
42405 msgstr ""
42406
42407 #: c/c-decl.cc:5495
42408 #, gcc-internal-format
42409 msgid "storage size of %q+D isn%'t constant"
42410 msgstr ""
42411
42412 #: c/c-decl.cc:5545
42413 #, gcc-internal-format
42414 msgid "ignoring %<asm%> specifier for non-static local variable %q+D"
42415 msgstr ""
42416
42417 #: c/c-decl.cc:5583
42418 #, gcc-internal-format
42419 msgid "cannot put object with volatile field into register"
42420 msgstr ""
42421
42422 #: c/c-decl.cc:5669
42423 #, gcc-internal-format
42424 msgid "uninitialized %<const %D%> is invalid in C++"
42425 msgstr ""
42426
42427 #: c/c-decl.cc:5684 cp/decl.cc:8561
42428 #, gcc-internal-format
42429 msgid "%q+D in declare target directive does not have mappable type"
42430 msgstr ""
42431
42432 #: c/c-decl.cc:5947
42433 #, gcc-internal-format
42434 msgid "ISO C forbids forward parameter declarations"
42435 msgstr ""
42436
42437 #: c/c-decl.cc:6058
42438 #, gcc-internal-format
42439 msgid "defining a type in a compound literal is invalid in C++"
42440 msgstr ""
42441
42442 #: c/c-decl.cc:6079 c/c-decl.cc:6094
42443 #, gcc-internal-format
42444 msgid "bit-field %qs width not an integer constant"
42445 msgstr ""
42446
42447 #: c/c-decl.cc:6089
42448 #, gcc-internal-format
42449 msgid "bit-field %qs width not an integer constant expression"
42450 msgstr ""
42451
42452 #: c/c-decl.cc:6100
42453 #, gcc-internal-format
42454 msgid "negative width in bit-field %qs"
42455 msgstr ""
42456
42457 #: c/c-decl.cc:6105
42458 #, gcc-internal-format
42459 msgid "zero width for bit-field %qs"
42460 msgstr ""
42461
42462 #: c/c-decl.cc:6115
42463 #, gcc-internal-format
42464 msgid "bit-field %qs has invalid type"
42465 msgstr ""
42466
42467 #: c/c-decl.cc:6121
42468 #, gcc-internal-format
42469 msgid "cannot declare bit-field %qs with %<warn_if_not_aligned%> type"
42470 msgstr ""
42471
42472 #: c/c-decl.cc:6132
42473 #, gcc-internal-format
42474 msgid "type of bit-field %qs is a GCC extension"
42475 msgstr ""
42476
42477 #: c/c-decl.cc:6138
42478 #, gcc-internal-format
42479 msgid "width of %qs exceeds its type"
42480 msgstr ""
42481
42482 #: c/c-decl.cc:6151
42483 #, gcc-internal-format
42484 msgid "%qs is narrower than values of its type"
42485 msgstr ""
42486
42487 #: c/c-decl.cc:6166
42488 #, gcc-internal-format
42489 msgid "ISO C90 forbids array %qE whose size cannot be evaluated"
42490 msgstr ""
42491
42492 #: c/c-decl.cc:6169
42493 #, gcc-internal-format
42494 msgid "ISO C90 forbids array whose size cannot be evaluated"
42495 msgstr ""
42496
42497 #: c/c-decl.cc:6176
42498 #, gcc-internal-format
42499 msgid "ISO C90 forbids variable length array %qE"
42500 msgstr ""
42501
42502 #: c/c-decl.cc:6178
42503 #, gcc-internal-format
42504 msgid "ISO C90 forbids variable length array"
42505 msgstr ""
42506
42507 #: c/c-decl.cc:6395 c/c-decl.cc:6791 c/c-decl.cc:6801
42508 #, gcc-internal-format
42509 msgid "variably modified %qE at file scope"
42510 msgstr ""
42511
42512 #: c/c-decl.cc:6397
42513 #, gcc-internal-format
42514 msgid "variably modified field at file scope"
42515 msgstr ""
42516
42517 #: c/c-decl.cc:6417
42518 #, gcc-internal-format
42519 msgid "type defaults to %<int%> in declaration of %qE"
42520 msgstr ""
42521
42522 #: c/c-decl.cc:6421
42523 #, gcc-internal-format
42524 msgid "type defaults to %<int%> in type name"
42525 msgstr ""
42526
42527 #: c/c-decl.cc:6453
42528 #, gcc-internal-format
42529 msgid "duplicate %<const%>"
42530 msgstr ""
42531
42532 #: c/c-decl.cc:6455
42533 #, gcc-internal-format
42534 msgid "duplicate %<restrict%>"
42535 msgstr ""
42536
42537 #: c/c-decl.cc:6457
42538 #, gcc-internal-format
42539 msgid "duplicate %<volatile%>"
42540 msgstr ""
42541
42542 #: c/c-decl.cc:6459
42543 #, gcc-internal-format
42544 msgid "duplicate %<_Atomic%>"
42545 msgstr ""
42546
42547 #: c/c-decl.cc:6462
42548 #, gcc-internal-format, gfc-internal-format
42549 msgid "conflicting named address spaces (%s vs %s)"
42550 msgstr ""
42551
42552 #: c/c-decl.cc:6485 c/c-parser.cc:3053
42553 #, gcc-internal-format
42554 msgid "%<_Atomic%>-qualified array type"
42555 msgstr ""
42556
42557 #: c/c-decl.cc:6499
42558 #, gcc-internal-format
42559 msgid "function definition declared %<auto%>"
42560 msgstr ""
42561
42562 #: c/c-decl.cc:6501
42563 #, gcc-internal-format
42564 msgid "function definition declared %<register%>"
42565 msgstr ""
42566
42567 #: c/c-decl.cc:6503
42568 #, gcc-internal-format
42569 msgid "function definition declared %<typedef%>"
42570 msgstr ""
42571
42572 #: c/c-decl.cc:6505
42573 #, gcc-internal-format
42574 msgid "function definition declared %qs"
42575 msgstr ""
42576
42577 #: c/c-decl.cc:6523
42578 #, gcc-internal-format
42579 msgid "storage class specified for structure field %qE"
42580 msgstr ""
42581
42582 #: c/c-decl.cc:6526
42583 #, gcc-internal-format
42584 msgid "storage class specified for structure field"
42585 msgstr ""
42586
42587 #: c/c-decl.cc:6530
42588 #, gcc-internal-format
42589 msgid "storage class specified for parameter %qE"
42590 msgstr ""
42591
42592 #: c/c-decl.cc:6533
42593 #, gcc-internal-format
42594 msgid "storage class specified for unnamed parameter"
42595 msgstr ""
42596
42597 #: c/c-decl.cc:6536 cp/decl.cc:12577
42598 #, gcc-internal-format
42599 msgid "storage class specified for typename"
42600 msgstr ""
42601
42602 #: c/c-decl.cc:6553
42603 #, gcc-internal-format
42604 msgid "%qE initialized and declared %<extern%>"
42605 msgstr ""
42606
42607 #: c/c-decl.cc:6557
42608 #, gcc-internal-format
42609 msgid "%qE has both %<extern%> and initializer"
42610 msgstr ""
42611
42612 #: c/c-decl.cc:6562
42613 #, gcc-internal-format
42614 msgid "file-scope declaration of %qE specifies %<auto%>"
42615 msgstr ""
42616
42617 #: c/c-decl.cc:6566
42618 #, gcc-internal-format
42619 msgid "file-scope declaration of %qE specifies %<register%>"
42620 msgstr ""
42621
42622 #: c/c-decl.cc:6571
42623 #, gcc-internal-format
42624 msgid "nested function %qE declared %<extern%>"
42625 msgstr ""
42626
42627 #: c/c-decl.cc:6574
42628 #, gcc-internal-format
42629 msgid "function-scope %qE implicitly auto and declared %qs"
42630 msgstr ""
42631
42632 #. Only the innermost declarator (making a parameter be of
42633 #. array type which is converted to pointer type)
42634 #. may have static or type qualifiers.
42635 #: c/c-decl.cc:6621 c/c-decl.cc:7015
42636 #, gcc-internal-format
42637 msgid "static or type qualifiers in non-parameter array declarator"
42638 msgstr ""
42639
42640 #: c/c-decl.cc:6682
42641 #, gcc-internal-format
42642 msgid "declaration of %qE as array of voids"
42643 msgstr ""
42644
42645 #: c/c-decl.cc:6684
42646 #, gcc-internal-format
42647 msgid "declaration of type name as array of voids"
42648 msgstr ""
42649
42650 #: c/c-decl.cc:6691
42651 #, gcc-internal-format
42652 msgid "declaration of %qE as array of functions"
42653 msgstr ""
42654
42655 #: c/c-decl.cc:6694
42656 #, gcc-internal-format
42657 msgid "declaration of type name as array of functions"
42658 msgstr ""
42659
42660 #: c/c-decl.cc:6702 c/c-decl.cc:8827
42661 #, gcc-internal-format
42662 msgid "invalid use of structure with flexible array member"
42663 msgstr ""
42664
42665 #: c/c-decl.cc:6734
42666 #, gcc-internal-format
42667 msgid "size of array %qE has non-integer type"
42668 msgstr ""
42669
42670 #: c/c-decl.cc:6738
42671 #, gcc-internal-format
42672 msgid "size of unnamed array has non-integer type"
42673 msgstr ""
42674
42675 #: c/c-decl.cc:6746
42676 #, gcc-internal-format
42677 msgid "size of array %qE has incomplete type"
42678 msgstr ""
42679
42680 #: c/c-decl.cc:6749
42681 #, gcc-internal-format
42682 msgid "size of unnamed array has incomplete type"
42683 msgstr ""
42684
42685 #: c/c-decl.cc:6761
42686 #, gcc-internal-format
42687 msgid "ISO C forbids zero-size array %qE"
42688 msgstr ""
42689
42690 #: c/c-decl.cc:6764
42691 #, gcc-internal-format
42692 msgid "ISO C forbids zero-size array"
42693 msgstr ""
42694
42695 #: c/c-decl.cc:6773
42696 #, gcc-internal-format
42697 msgid "size of array %qE is negative"
42698 msgstr ""
42699
42700 #: c/c-decl.cc:6775
42701 #, gcc-internal-format
42702 msgid "size of unnamed array is negative"
42703 msgstr ""
42704
42705 #: c/c-decl.cc:6861
42706 #, gcc-internal-format
42707 msgid "size of array %qE is too large"
42708 msgstr ""
42709
42710 #: c/c-decl.cc:6864
42711 #, gcc-internal-format
42712 msgid "size of unnamed array is too large"
42713 msgstr ""
42714
42715 #: c/c-decl.cc:6903 c/c-decl.cc:7561
42716 #, gcc-internal-format
42717 msgid "ISO C90 does not support flexible array members"
42718 msgstr ""
42719
42720 #. C99 6.7.5.2p4
42721 #: c/c-decl.cc:6925
42722 #, gcc-internal-format
42723 msgid "%<[*]%> not in a declaration"
42724 msgstr ""
42725
42726 #: c/c-decl.cc:6938
42727 #, gcc-internal-format
42728 msgid "array type has incomplete element type %qT"
42729 msgstr ""
42730
42731 #: c/c-decl.cc:6944
42732 #, gcc-internal-format
42733 msgid "declaration of %qE as multidimensional array must have bounds for all dimensions except the first"
42734 msgstr ""
42735
42736 #: c/c-decl.cc:6948
42737 #, gcc-internal-format
42738 msgid "declaration of multidimensional array must have bounds for all dimensions except the first"
42739 msgstr ""
42740
42741 #: c/c-decl.cc:7051
42742 #, gcc-internal-format
42743 msgid "%qE declared as function returning a function"
42744 msgstr ""
42745
42746 #: c/c-decl.cc:7054
42747 #, gcc-internal-format
42748 msgid "type name declared as function returning a function"
42749 msgstr ""
42750
42751 #: c/c-decl.cc:7061
42752 #, gcc-internal-format
42753 msgid "%qE declared as function returning an array"
42754 msgstr ""
42755
42756 #: c/c-decl.cc:7064
42757 #, gcc-internal-format
42758 msgid "type name declared as function returning an array"
42759 msgstr ""
42760
42761 #: c/c-decl.cc:7105
42762 #, gcc-internal-format
42763 msgid "function definition has qualified void return type"
42764 msgstr ""
42765
42766 #: c/c-decl.cc:7109 cp/decl.cc:12877
42767 #, gcc-internal-format
42768 msgid "type qualifiers ignored on function return type"
42769 msgstr ""
42770
42771 #: c/c-decl.cc:7147 c/c-decl.cc:7357 c/c-decl.cc:7411 c/c-decl.cc:7495
42772 #: c/c-decl.cc:7617 c/c-parser.cc:3055
42773 #, gcc-internal-format
42774 msgid "%<_Atomic%>-qualified function type"
42775 msgstr ""
42776
42777 #: c/c-decl.cc:7153 c/c-decl.cc:7363 c/c-decl.cc:7500 c/c-decl.cc:7622
42778 #, gcc-internal-format
42779 msgid "ISO C forbids qualified function types"
42780 msgstr ""
42781
42782 #: c/c-decl.cc:7248
42783 #, gcc-internal-format
42784 msgid "%qs combined with %<auto%> qualifier for %qE"
42785 msgstr ""
42786
42787 #: c/c-decl.cc:7252
42788 #, gcc-internal-format
42789 msgid "%qs combined with %<register%> qualifier for %qE"
42790 msgstr ""
42791
42792 #: c/c-decl.cc:7258
42793 #, gcc-internal-format
42794 msgid "%qs specified for auto variable %qE"
42795 msgstr ""
42796
42797 #: c/c-decl.cc:7274
42798 #, gcc-internal-format
42799 msgid "%qs specified for parameter %qE"
42800 msgstr ""
42801
42802 #: c/c-decl.cc:7277
42803 #, gcc-internal-format
42804 msgid "%qs specified for unnamed parameter"
42805 msgstr ""
42806
42807 #: c/c-decl.cc:7283
42808 #, gcc-internal-format
42809 msgid "%qs specified for structure field %qE"
42810 msgstr ""
42811
42812 #: c/c-decl.cc:7286
42813 #, gcc-internal-format
42814 msgid "%qs specified for structure field"
42815 msgstr ""
42816
42817 #: c/c-decl.cc:7301
42818 #, gcc-internal-format
42819 msgid "bit-field %qE has atomic type"
42820 msgstr ""
42821
42822 #: c/c-decl.cc:7303
42823 #, gcc-internal-format
42824 msgid "bit-field has atomic type"
42825 msgstr ""
42826
42827 #: c/c-decl.cc:7312
42828 #, gcc-internal-format
42829 msgid "alignment specified for typedef %qE"
42830 msgstr ""
42831
42832 #: c/c-decl.cc:7314
42833 #, gcc-internal-format
42834 msgid "alignment specified for %<register%> object %qE"
42835 msgstr ""
42836
42837 #: c/c-decl.cc:7319
42838 #, gcc-internal-format
42839 msgid "alignment specified for parameter %qE"
42840 msgstr ""
42841
42842 #: c/c-decl.cc:7321
42843 #, gcc-internal-format
42844 msgid "alignment specified for unnamed parameter"
42845 msgstr ""
42846
42847 #: c/c-decl.cc:7326
42848 #, gcc-internal-format
42849 msgid "alignment specified for bit-field %qE"
42850 msgstr ""
42851
42852 #: c/c-decl.cc:7328
42853 #, gcc-internal-format
42854 msgid "alignment specified for unnamed bit-field"
42855 msgstr ""
42856
42857 #: c/c-decl.cc:7331
42858 #, gcc-internal-format
42859 msgid "alignment specified for function %qE"
42860 msgstr ""
42861
42862 #: c/c-decl.cc:7338
42863 #, gcc-internal-format
42864 msgid "%<_Alignas%> specifiers cannot reduce alignment of %qE"
42865 msgstr ""
42866
42867 #: c/c-decl.cc:7341
42868 #, gcc-internal-format
42869 msgid "%<_Alignas%> specifiers cannot reduce alignment of unnamed field"
42870 msgstr ""
42871
42872 #: c/c-decl.cc:7372
42873 #, gcc-internal-format
42874 msgid "typedef %q+D declared %<inline%>"
42875 msgstr ""
42876
42877 #: c/c-decl.cc:7374
42878 #, gcc-internal-format
42879 msgid "typedef %q+D declared %<_Noreturn%>"
42880 msgstr ""
42881
42882 #: c/c-decl.cc:7417
42883 #, gcc-internal-format
42884 msgid "ISO C forbids const or volatile function types"
42885 msgstr ""
42886
42887 #. C99 6.7.2.1p8
42888 #: c/c-decl.cc:7428
42889 #, gcc-internal-format
42890 msgid "a member of a structure or union cannot have a variably modified type"
42891 msgstr ""
42892
42893 #: c/c-decl.cc:7445 cp/decl.cc:11470
42894 #, gcc-internal-format
42895 msgid "variable or field %qE declared void"
42896 msgstr ""
42897
42898 #: c/c-decl.cc:7485
42899 #, gcc-internal-format
42900 msgid "attributes in parameter array declarator ignored"
42901 msgstr ""
42902
42903 #: c/c-decl.cc:7527
42904 #, gcc-internal-format
42905 msgid "parameter %q+D declared %<inline%>"
42906 msgstr ""
42907
42908 #: c/c-decl.cc:7529
42909 #, gcc-internal-format
42910 msgid "parameter %q+D declared %<_Noreturn%>"
42911 msgstr ""
42912
42913 #: c/c-decl.cc:7542
42914 #, gcc-internal-format
42915 msgid "field %qE declared as a function"
42916 msgstr ""
42917
42918 #: c/c-decl.cc:7549
42919 #, gcc-internal-format
42920 msgid "field %qE has incomplete type"
42921 msgstr ""
42922
42923 #: c/c-decl.cc:7551
42924 #, gcc-internal-format
42925 msgid "unnamed field has incomplete type"
42926 msgstr ""
42927
42928 #: c/c-decl.cc:7588 c/c-decl.cc:7599 c/c-decl.cc:7602
42929 #, gcc-internal-format
42930 msgid "invalid storage class for function %qE"
42931 msgstr ""
42932
42933 #: c/c-decl.cc:7659
42934 #, gcc-internal-format
42935 msgid "cannot inline function %<main%>"
42936 msgstr ""
42937
42938 #: c/c-decl.cc:7661
42939 #, gcc-internal-format
42940 msgid "%<main%> declared %<_Noreturn%>"
42941 msgstr ""
42942
42943 #: c/c-decl.cc:7672
42944 #, gcc-internal-format
42945 msgid "ISO C99 does not support %<_Noreturn%>"
42946 msgstr ""
42947
42948 #: c/c-decl.cc:7675
42949 #, gcc-internal-format
42950 msgid "ISO C90 does not support %<_Noreturn%>"
42951 msgstr ""
42952
42953 #: c/c-decl.cc:7704
42954 #, gcc-internal-format
42955 msgid "variable previously declared %<static%> redeclared %<extern%>"
42956 msgstr ""
42957
42958 #: c/c-decl.cc:7714
42959 #, gcc-internal-format
42960 msgid "variable %q+D declared %<inline%>"
42961 msgstr ""
42962
42963 #: c/c-decl.cc:7716
42964 #, gcc-internal-format
42965 msgid "variable %q+D declared %<_Noreturn%>"
42966 msgstr ""
42967
42968 #: c/c-decl.cc:7751
42969 #, gcc-internal-format
42970 msgid "non-nested function with variably modified type"
42971 msgstr ""
42972
42973 #: c/c-decl.cc:7753
42974 #, gcc-internal-format
42975 msgid "object with variably modified type must have no linkage"
42976 msgstr ""
42977
42978 #: c/c-decl.cc:7861 c/c-decl.cc:9628
42979 #, gcc-internal-format
42980 msgid "function declaration isn%'t a prototype"
42981 msgstr ""
42982
42983 #: c/c-decl.cc:7871
42984 #, gcc-internal-format
42985 msgid "parameter names (without types) in function declaration"
42986 msgstr ""
42987
42988 #: c/c-decl.cc:7916
42989 #, gcc-internal-format
42990 msgid "parameter %u (%q+D) has incomplete type"
42991 msgstr ""
42992
42993 #: c/c-decl.cc:7920
42994 #, gcc-internal-format, gfc-internal-format
42995 msgid "parameter %u has incomplete type"
42996 msgstr ""
42997
42998 #: c/c-decl.cc:7931
42999 #, gcc-internal-format
43000 msgid "parameter %u (%q+D) has void type"
43001 msgstr ""
43002
43003 #: c/c-decl.cc:7935
43004 #, gcc-internal-format, gfc-internal-format
43005 msgid "parameter %u has void type"
43006 msgstr ""
43007
43008 #: c/c-decl.cc:8009
43009 #, gcc-internal-format
43010 msgid "%<void%> as only parameter may not be qualified"
43011 msgstr ""
43012
43013 #: c/c-decl.cc:8013 c/c-decl.cc:8049
43014 #, gcc-internal-format
43015 msgid "%<void%> must be the only parameter"
43016 msgstr ""
43017
43018 #: c/c-decl.cc:8043
43019 #, gcc-internal-format
43020 msgid "parameter %q+D has just a forward declaration"
43021 msgstr ""
43022
43023 #: c/c-decl.cc:8089
43024 #, gcc-internal-format
43025 msgid "%<%s %E%> declared inside parameter list will not be visible outside of this definition or declaration"
43026 msgstr ""
43027
43028 #: c/c-decl.cc:8095
43029 #, gcc-internal-format, gfc-internal-format
43030 msgid "anonymous %s declared inside parameter list will not be visible outside of this definition or declaration"
43031 msgstr ""
43032
43033 #: c/c-decl.cc:8203
43034 #, gcc-internal-format
43035 msgid "enum type defined here"
43036 msgstr ""
43037
43038 #: c/c-decl.cc:8209
43039 #, gcc-internal-format
43040 msgid "struct defined here"
43041 msgstr ""
43042
43043 #: c/c-decl.cc:8215
43044 #, gcc-internal-format
43045 msgid "union defined here"
43046 msgstr ""
43047
43048 #: c/c-decl.cc:8292
43049 #, gcc-internal-format
43050 msgid "redefinition of %<union %E%>"
43051 msgstr ""
43052
43053 #: c/c-decl.cc:8294
43054 #, gcc-internal-format
43055 msgid "redefinition of %<struct %E%>"
43056 msgstr ""
43057
43058 #: c/c-decl.cc:8303
43059 #, gcc-internal-format
43060 msgid "nested redefinition of %<union %E%>"
43061 msgstr ""
43062
43063 #: c/c-decl.cc:8305
43064 #, gcc-internal-format
43065 msgid "nested redefinition of %<struct %E%>"
43066 msgstr ""
43067
43068 #: c/c-decl.cc:8335 c/c-decl.cc:9138
43069 #, gcc-internal-format
43070 msgid "defining type in %qs expression is invalid in C++"
43071 msgstr ""
43072
43073 #: c/c-decl.cc:8402 cp/decl.cc:5321
43074 #, gcc-internal-format
43075 msgid "declaration does not declare anything"
43076 msgstr ""
43077
43078 #: c/c-decl.cc:8407
43079 #, gcc-internal-format
43080 msgid "ISO C99 doesn%'t support unnamed structs/unions"
43081 msgstr ""
43082
43083 #: c/c-decl.cc:8410
43084 #, gcc-internal-format
43085 msgid "ISO C90 doesn%'t support unnamed structs/unions"
43086 msgstr ""
43087
43088 #: c/c-decl.cc:8503 c/c-decl.cc:8521 c/c-decl.cc:8582
43089 #, gcc-internal-format
43090 msgid "duplicate member %q+D"
43091 msgstr ""
43092
43093 #: c/c-decl.cc:8608
43094 #, gcc-internal-format
43095 msgid "empty struct has size 0 in C, size 1 in C++"
43096 msgstr ""
43097
43098 #: c/c-decl.cc:8611
43099 #, gcc-internal-format
43100 msgid "empty union has size 0 in C, size 1 in C++"
43101 msgstr ""
43102
43103 #: c/c-decl.cc:8736
43104 #, gcc-internal-format
43105 msgid "union has no named members"
43106 msgstr ""
43107
43108 #: c/c-decl.cc:8738
43109 #, gcc-internal-format
43110 msgid "union has no members"
43111 msgstr ""
43112
43113 #: c/c-decl.cc:8743
43114 #, gcc-internal-format
43115 msgid "struct has no named members"
43116 msgstr ""
43117
43118 #: c/c-decl.cc:8745
43119 #, gcc-internal-format
43120 msgid "struct has no members"
43121 msgstr ""
43122
43123 #: c/c-decl.cc:8806 cp/decl.cc:13842
43124 #, gcc-internal-format
43125 msgid "flexible array member in union"
43126 msgstr ""
43127
43128 #: c/c-decl.cc:8812
43129 #, gcc-internal-format
43130 msgid "flexible array member not at end of struct"
43131 msgstr ""
43132
43133 #: c/c-decl.cc:8818
43134 #, gcc-internal-format
43135 msgid "flexible array member in a struct with no named members"
43136 msgstr ""
43137
43138 #: c/c-decl.cc:8849
43139 #, gcc-internal-format
43140 msgid "type %qT is too large"
43141 msgstr ""
43142
43143 #: c/c-decl.cc:8903
43144 #, gcc-internal-format
43145 msgid "type punning toggles scalar storage order"
43146 msgstr ""
43147
43148 #: c/c-decl.cc:8970
43149 #, gcc-internal-format
43150 msgid "union cannot be made transparent"
43151 msgstr ""
43152
43153 #: c/c-decl.cc:9110
43154 #, gcc-internal-format
43155 msgid "nested redefinition of %<enum %E%>"
43156 msgstr ""
43157
43158 #. This enum is a named one that has been declared already.
43159 #: c/c-decl.cc:9117
43160 #, gcc-internal-format
43161 msgid "redeclaration of %<enum %E%>"
43162 msgstr ""
43163
43164 #: c/c-decl.cc:9196 cp/decl.cc:16393
43165 #, gcc-internal-format
43166 msgid "specified mode too small for enumerated values"
43167 msgstr ""
43168
43169 #: c/c-decl.cc:9211
43170 #, gcc-internal-format
43171 msgid "enumeration values exceed range of largest integer"
43172 msgstr ""
43173
43174 #: c/c-decl.cc:9331 c/c-decl.cc:9347
43175 #, gcc-internal-format
43176 msgid "enumerator value for %qE is not an integer constant"
43177 msgstr ""
43178
43179 #: c/c-decl.cc:9342
43180 #, gcc-internal-format
43181 msgid "enumerator value for %qE is not an integer constant expression"
43182 msgstr ""
43183
43184 #: c/c-decl.cc:9366
43185 #, gcc-internal-format
43186 msgid "overflow in enumeration values"
43187 msgstr ""
43188
43189 #: c/c-decl.cc:9374
43190 #, gcc-internal-format
43191 msgid "ISO C restricts enumerator values to range of %<int%>"
43192 msgstr ""
43193
43194 #: c/c-decl.cc:9522 cp/decl.cc:5634 cp/decl.cc:16972
43195 #, gcc-internal-format
43196 msgid "inline function %qD given attribute %qs"
43197 msgstr ""
43198
43199 #: c/c-decl.cc:9540
43200 #, gcc-internal-format
43201 msgid "return type is an incomplete type"
43202 msgstr ""
43203
43204 #: c/c-decl.cc:9551
43205 #, gcc-internal-format
43206 msgid "return type defaults to %<int%>"
43207 msgstr ""
43208
43209 #: c/c-decl.cc:9579
43210 #, gcc-internal-format
43211 msgid "%q+D defined as variadic function without prototype"
43212 msgstr ""
43213
43214 #: c/c-decl.cc:9637
43215 #, gcc-internal-format
43216 msgid "no previous prototype for %qD"
43217 msgstr ""
43218
43219 #: c/c-decl.cc:9646
43220 #, gcc-internal-format
43221 msgid "%qD was used with no prototype before its definition"
43222 msgstr ""
43223
43224 #: c/c-decl.cc:9654 cp/decl.cc:17107
43225 #, gcc-internal-format
43226 msgid "no previous declaration for %qD"
43227 msgstr ""
43228
43229 #: c/c-decl.cc:9664
43230 #, gcc-internal-format
43231 msgid "%qD was used with no declaration before its definition"
43232 msgstr ""
43233
43234 #: c/c-decl.cc:9683
43235 #, gcc-internal-format
43236 msgid "return type of %qD is not %<int%>"
43237 msgstr ""
43238
43239 #: c/c-decl.cc:9685
43240 #, gcc-internal-format
43241 msgid "%<_Atomic%>-qualified return type of %qD"
43242 msgstr ""
43243
43244 #: c/c-decl.cc:9692
43245 #, gcc-internal-format
43246 msgid "%qD is normally a non-static function"
43247 msgstr ""
43248
43249 #: c/c-decl.cc:9740
43250 #, gcc-internal-format
43251 msgid "old-style parameter declarations in prototyped function definition"
43252 msgstr ""
43253
43254 #: c/c-decl.cc:9755
43255 #, gcc-internal-format
43256 msgid "traditional C rejects ISO C style function definitions"
43257 msgstr ""
43258
43259 #: c/c-decl.cc:9772
43260 #, gcc-internal-format
43261 msgid "ISO C does not support omitting parameter names in function definitions before C2X"
43262 msgstr ""
43263
43264 #: c/c-decl.cc:9812 c/c-decl.cc:9816
43265 #, gcc-internal-format
43266 msgid "old-style function definition"
43267 msgstr ""
43268
43269 #: c/c-decl.cc:9829
43270 #, gcc-internal-format
43271 msgid "parameter name missing from parameter list"
43272 msgstr ""
43273
43274 #: c/c-decl.cc:9845
43275 #, gcc-internal-format
43276 msgid "%qD declared as a non-parameter"
43277 msgstr ""
43278
43279 #: c/c-decl.cc:9853
43280 #, gcc-internal-format
43281 msgid "multiple parameters named %qD"
43282 msgstr ""
43283
43284 #: c/c-decl.cc:9862
43285 #, gcc-internal-format
43286 msgid "parameter %qD declared with void type"
43287 msgstr ""
43288
43289 #: c/c-decl.cc:9891 c/c-decl.cc:9896
43290 #, gcc-internal-format
43291 msgid "type of %qD defaults to %<int%>"
43292 msgstr ""
43293
43294 #: c/c-decl.cc:9916
43295 #, gcc-internal-format
43296 msgid "parameter %qD has incomplete type"
43297 msgstr ""
43298
43299 #: c/c-decl.cc:9923
43300 #, gcc-internal-format
43301 msgid "declaration for parameter %qD but no such parameter"
43302 msgstr ""
43303
43304 #: c/c-decl.cc:9976
43305 #, gcc-internal-format
43306 msgid "number of arguments doesn%'t match built-in prototype"
43307 msgstr ""
43308
43309 #: c/c-decl.cc:9987
43310 #, gcc-internal-format
43311 msgid "number of arguments doesn%'t match prototype"
43312 msgstr ""
43313
43314 #: c/c-decl.cc:9990 c/c-decl.cc:10037 c/c-decl.cc:10051
43315 #, gcc-internal-format
43316 msgid "prototype declaration"
43317 msgstr ""
43318
43319 #: c/c-decl.cc:10029
43320 #, gcc-internal-format
43321 msgid "promoted argument %qD doesn%'t match built-in prototype"
43322 msgstr ""
43323
43324 #: c/c-decl.cc:10034
43325 #, gcc-internal-format
43326 msgid "promoted argument %qD doesn%'t match prototype"
43327 msgstr ""
43328
43329 #: c/c-decl.cc:10044
43330 #, gcc-internal-format
43331 msgid "argument %qD doesn%'t match built-in prototype"
43332 msgstr ""
43333
43334 #: c/c-decl.cc:10049
43335 #, gcc-internal-format
43336 msgid "argument %qD doesn%'t match prototype"
43337 msgstr ""
43338
43339 #: c/c-decl.cc:10307 cp/decl.cc:17933
43340 #, gcc-internal-format
43341 msgid "no return statement in function returning non-void"
43342 msgstr ""
43343
43344 #: c/c-decl.cc:10326 cp/decl.cc:18017
43345 #, gcc-internal-format
43346 msgid "parameter %qD set but not used"
43347 msgstr ""
43348
43349 #. If we get here, declarations have been used in a for loop without
43350 #. the C99 for loop scope.  This doesn't make much sense, so don't
43351 #. allow it.
43352 #: c/c-decl.cc:10422
43353 #, gcc-internal-format
43354 msgid "%<for%> loop initial declarations are only allowed in C99 or C11 mode"
43355 msgstr ""
43356
43357 #: c/c-decl.cc:10427
43358 #, gcc-internal-format
43359 msgid "use option %<-std=c99%>, %<-std=gnu99%>, %<-std=c11%> or %<-std=gnu11%> to compile your code"
43360 msgstr ""
43361
43362 #: c/c-decl.cc:10434
43363 #, gcc-internal-format
43364 msgid "ISO C90 does not support %<for%> loop initial declarations"
43365 msgstr ""
43366
43367 #: c/c-decl.cc:10466
43368 #, gcc-internal-format
43369 msgid "declaration of static variable %qD in %<for%> loop initial declaration"
43370 msgstr ""
43371
43372 #: c/c-decl.cc:10470
43373 #, gcc-internal-format
43374 msgid "declaration of %<extern%> variable %qD in %<for%> loop initial declaration"
43375 msgstr ""
43376
43377 #: c/c-decl.cc:10477
43378 #, gcc-internal-format
43379 msgid "%<struct %E%> declared in %<for%> loop initial declaration"
43380 msgstr ""
43381
43382 #: c/c-decl.cc:10482
43383 #, gcc-internal-format
43384 msgid "%<union %E%> declared in %<for%> loop initial declaration"
43385 msgstr ""
43386
43387 #: c/c-decl.cc:10486
43388 #, gcc-internal-format
43389 msgid "%<enum %E%> declared in %<for%> loop initial declaration"
43390 msgstr ""
43391
43392 #: c/c-decl.cc:10490
43393 #, gcc-internal-format
43394 msgid "declaration of non-variable %qD in %<for%> loop initial declaration"
43395 msgstr ""
43396
43397 #: c/c-decl.cc:10784
43398 #, gcc-internal-format
43399 msgid "incompatible address space qualifiers %qs and %qs"
43400 msgstr ""
43401
43402 #: c/c-decl.cc:10843 c/c-decl.cc:10850
43403 #, gcc-internal-format
43404 msgid "duplicate %qE declaration specifier"
43405 msgstr ""
43406
43407 #: c/c-decl.cc:10880 c/c-decl.cc:11264 c/c-decl.cc:11659
43408 #, gcc-internal-format
43409 msgid "two or more data types in declaration specifiers"
43410 msgstr ""
43411
43412 #: c/c-decl.cc:10892 cp/parser.cc:32698
43413 #, gcc-internal-format
43414 msgid "%<long long long%> is too long for GCC"
43415 msgstr ""
43416
43417 #: c/c-decl.cc:10905
43418 #, gcc-internal-format
43419 msgid "ISO C90 does not support %<long long%>"
43420 msgstr ""
43421
43422 #: c/c-decl.cc:11134 c/c-parser.cc:9997
43423 #, gcc-internal-format
43424 msgid "ISO C90 does not support complex types"
43425 msgstr ""
43426
43427 #: c/c-decl.cc:11180
43428 #, gcc-internal-format
43429 msgid "ISO C does not support saturating types"
43430 msgstr ""
43431
43432 #: c/c-decl.cc:11251 c/c-decl.cc:11817
43433 #, gcc-internal-format
43434 msgid "duplicate %qE"
43435 msgstr ""
43436
43437 #: c/c-decl.cc:11311
43438 #, gcc-internal-format
43439 msgid "ISO C does not support %<__int%d%> types"
43440 msgstr ""
43441
43442 #: c/c-decl.cc:11333
43443 #, gcc-internal-format
43444 msgid "%<__int%d%> is not supported on this target"
43445 msgstr ""
43446
43447 #: c/c-decl.cc:11376
43448 #, gcc-internal-format
43449 msgid "ISO C90 does not support boolean types"
43450 msgstr ""
43451
43452 #: c/c-decl.cc:11495
43453 #, gcc-internal-format
43454 msgid "ISO C does not support the %<_Float%d%s%> type"
43455 msgstr ""
43456
43457 #: c/c-decl.cc:11545
43458 #, gcc-internal-format
43459 msgid "%<_Float%d%s%> is not supported on this target"
43460 msgstr ""
43461
43462 #: c/c-decl.cc:11616
43463 #, gcc-internal-format
43464 msgid "ISO C does not support decimal floating-point before C2X"
43465 msgstr ""
43466
43467 #: c/c-decl.cc:11640 c/c-decl.cc:11913 c/c-parser.cc:9008
43468 #, gcc-internal-format
43469 msgid "fixed-point types not supported for this target"
43470 msgstr ""
43471
43472 #: c/c-decl.cc:11642
43473 #, gcc-internal-format
43474 msgid "ISO C does not support fixed-point types"
43475 msgstr ""
43476
43477 #: c/c-decl.cc:11677
43478 #, gcc-internal-format
43479 msgid "C++ lookup of %qD would return a field, not a type"
43480 msgstr ""
43481
43482 #: c/c-decl.cc:11690
43483 #, gcc-internal-format
43484 msgid "%qE fails to be a typedef or built in type"
43485 msgstr ""
43486
43487 #: c/c-decl.cc:11739
43488 #, gcc-internal-format
43489 msgid "%qE is not at beginning of declaration"
43490 msgstr ""
43491
43492 #: c/c-decl.cc:11760
43493 #, gcc-internal-format
43494 msgid "%qE used with %<auto%>"
43495 msgstr ""
43496
43497 #: c/c-decl.cc:11762
43498 #, gcc-internal-format
43499 msgid "%qE used with %<register%>"
43500 msgstr ""
43501
43502 #: c/c-decl.cc:11764
43503 #, gcc-internal-format
43504 msgid "%qE used with %<typedef%>"
43505 msgstr ""
43506
43507 #: c/c-decl.cc:11778 c/c-parser.cc:8362
43508 #, gcc-internal-format
43509 msgid "ISO C99 does not support %qE"
43510 msgstr ""
43511
43512 #: c/c-decl.cc:11781 c/c-parser.cc:8365
43513 #, gcc-internal-format
43514 msgid "ISO C90 does not support %qE"
43515 msgstr ""
43516
43517 #: c/c-decl.cc:11793
43518 #, gcc-internal-format
43519 msgid "%<__thread%> before %<extern%>"
43520 msgstr ""
43521
43522 #: c/c-decl.cc:11802
43523 #, gcc-internal-format
43524 msgid "%<__thread%> before %<static%>"
43525 msgstr ""
43526
43527 #: c/c-decl.cc:11815
43528 #, gcc-internal-format
43529 msgid "duplicate %<_Thread_local%> or %<__thread%>"
43530 msgstr ""
43531
43532 #: c/c-decl.cc:11823
43533 #, gcc-internal-format
43534 msgid "multiple storage classes in declaration specifiers"
43535 msgstr ""
43536
43537 #: c/c-decl.cc:11831
43538 #, gcc-internal-format
43539 msgid "%qs used with %qE"
43540 msgstr ""
43541
43542 #: c/c-decl.cc:11910
43543 #, gcc-internal-format
43544 msgid "%<_Sat%> is used without %<_Fract%> or %<_Accum%>"
43545 msgstr ""
43546
43547 #: c/c-decl.cc:11925
43548 #, gcc-internal-format
43549 msgid "ISO C does not support plain %<complex%> meaning %<double complex%>"
43550 msgstr ""
43551
43552 #: c/c-decl.cc:11952
43553 #, gcc-internal-format
43554 msgid "%<__auto_type%> followed by %<[[]]%> attributes"
43555 msgstr ""
43556
43557 #: c/c-decl.cc:11978 c/c-decl.cc:11994 c/c-decl.cc:12020
43558 #, gcc-internal-format
43559 msgid "ISO C does not support complex integer types"
43560 msgstr ""
43561
43562 #: c/c-decl.cc:12448 cp/semantics.cc:5982
43563 #, gcc-internal-format
43564 msgid "%<#pragma omp declare reduction%> combiner refers to variable %qD which is not %<omp_out%> nor %<omp_in%>"
43565 msgstr ""
43566
43567 #: c/c-decl.cc:12452 cp/semantics.cc:5986
43568 #, gcc-internal-format
43569 msgid "%<#pragma omp declare reduction%> initializer refers to variable %qD which is not %<omp_priv%> nor %<omp_orig%>"
43570 msgstr ""
43571
43572 #: c/c-fold.cc:388 c/c-typeck.cc:12227 cp/typeck.cc:5398
43573 #, gcc-internal-format
43574 msgid "left shift of negative value"
43575 msgstr ""
43576
43577 #: c/c-fold.cc:398 c/c-typeck.cc:12236 cp/typeck.cc:5406
43578 #, gcc-internal-format
43579 msgid "left shift count is negative"
43580 msgstr ""
43581
43582 #: c/c-fold.cc:399 c/c-typeck.cc:12164 cp/typeck.cc:5345
43583 #, gcc-internal-format
43584 msgid "right shift count is negative"
43585 msgstr ""
43586
43587 #: c/c-fold.cc:407 c/c-typeck.cc:12255 cp/typeck.cc:5414
43588 #, gcc-internal-format
43589 msgid "left shift count >= width of type"
43590 msgstr ""
43591
43592 #: c/c-fold.cc:408 c/c-typeck.cc:12188 cp/typeck.cc:5356
43593 #, gcc-internal-format
43594 msgid "right shift count >= width of type"
43595 msgstr ""
43596
43597 #: c/c-fold.cc:415 c/c-typeck.cc:12247
43598 #, gcc-internal-format
43599 msgid "left shift count >= width of vector element"
43600 msgstr ""
43601
43602 #: c/c-fold.cc:416 c/c-typeck.cc:12175
43603 #, gcc-internal-format
43604 msgid "right shift count >= width of vector element"
43605 msgstr ""
43606
43607 #: c/c-parser.cc:321
43608 #, gcc-internal-format
43609 msgid "identifier %qE conflicts with C++ keyword"
43610 msgstr ""
43611
43612 #: c/c-parser.cc:974 cp/parser.cc:3035
43613 #, gcc-internal-format
43614 msgid "version control conflict marker in file"
43615 msgstr ""
43616
43617 #: c/c-parser.cc:1195 cp/parser.cc:3116
43618 #, gcc-internal-format
43619 msgid "to match this %qs"
43620 msgstr ""
43621
43622 #: c/c-parser.cc:1324 cp/parser.cc:32932
43623 #, gcc-internal-format
43624 msgid "expected end of line"
43625 msgstr "očekivan je kraj retka"
43626
43627 #: c/c-parser.cc:1643
43628 #, gcc-internal-format
43629 msgid "ISO C forbids an empty translation unit"
43630 msgstr ""
43631
43632 #: c/c-parser.cc:1667 cp/semantics.cc:3328
43633 #, gcc-internal-format
43634 msgid "%<#pragma omp declare target%> without corresponding %<#pragma omp end declare target%>"
43635 msgstr ""
43636
43637 #: c/c-parser.cc:1755 c/c-parser.cc:11307
43638 #, gcc-internal-format
43639 msgid "ISO C does not allow extra %<;%> outside of a function"
43640 msgstr ""
43641
43642 #: c/c-parser.cc:1946
43643 #, gcc-internal-format
43644 msgid "unknown type name %qE; use %<struct%> keyword to refer to the type"
43645 msgstr ""
43646
43647 #: c/c-parser.cc:1954
43648 #, gcc-internal-format
43649 msgid "unknown type name %qE; use %<union%> keyword to refer to the type"
43650 msgstr ""
43651
43652 #: c/c-parser.cc:1962
43653 #, gcc-internal-format
43654 msgid "unknown type name %qE; use %<enum%> keyword to refer to the type"
43655 msgstr ""
43656
43657 #: c/c-parser.cc:1975 c/c-parser.cc:4381
43658 #, gcc-internal-format
43659 msgid "unknown type name %qE; did you mean %qs?"
43660 msgstr ""
43661
43662 #: c/c-parser.cc:1979 c/c-parser.cc:2882 c/c-parser.cc:4385
43663 #, gcc-internal-format
43664 msgid "unknown type name %qE"
43665 msgstr ""
43666
43667 #: c/c-parser.cc:2006 c/c-parser.cc:12610 c/c-parser.cc:19966
43668 #: c/c-parser.cc:20553 c/c-parser.cc:21075 cp/parser.cc:43742
43669 #: cp/parser.cc:48002
43670 #, gcc-internal-format
43671 msgid "expected declaration specifiers"
43672 msgstr ""
43673
43674 #: c/c-parser.cc:2016
43675 #, gcc-internal-format
43676 msgid "%<__auto_type%> in empty declaration"
43677 msgstr ""
43678
43679 #: c/c-parser.cc:2030
43680 #, gcc-internal-format
43681 msgid "%<fallthrough%> attribute at top level"
43682 msgstr ""
43683
43684 #: c/c-parser.cc:2053 c/c-parser.cc:3614
43685 #, gcc-internal-format
43686 msgid "expected %<;%>, identifier or %<(%>"
43687 msgstr ""
43688
43689 #: c/c-parser.cc:2071 cp/parser.cc:35162 cp/parser.cc:35234
43690 #, gcc-internal-format
43691 msgid "prefix attributes are ignored for methods"
43692 msgstr ""
43693
43694 #: c/c-parser.cc:2106
43695 #, gcc-internal-format
43696 msgid "prefix attributes are ignored for implementations"
43697 msgstr ""
43698
43699 #: c/c-parser.cc:2127
43700 #, gcc-internal-format
43701 msgid "unexpected attribute"
43702 msgstr ""
43703
43704 #: c/c-parser.cc:2137 c/c-parser.cc:6233 cp/parser.cc:12517 cp/parser.cc:12724
43705 #, gcc-internal-format
43706 msgid "%<fallthrough%> attribute not followed by %<;%>"
43707 msgstr ""
43708
43709 #: c/c-parser.cc:2169
43710 #, gcc-internal-format
43711 msgid "%<__auto_type%> requires a plain identifier as declarator"
43712 msgstr ""
43713
43714 #: c/c-parser.cc:2186
43715 #, gcc-internal-format
43716 msgid "data definition has no type or storage class"
43717 msgstr ""
43718
43719 #. This means there is an attribute specifier after
43720 #. the declarator in a function definition.  Provide
43721 #. some more information for the user.
43722 #: c/c-parser.cc:2201
43723 #, gcc-internal-format
43724 msgid "attributes should be specified before the declarator in a function definition"
43725 msgstr ""
43726
43727 #: c/c-parser.cc:2228
43728 #, gcc-internal-format
43729 msgid "%<__auto_type%> used with a bit-field initializer"
43730 msgstr ""
43731
43732 #: c/c-parser.cc:2299 c/c-parser.cc:2428
43733 #, gcc-internal-format
43734 msgid "%<__auto_type%> requires an initialized data declaration"
43735 msgstr ""
43736
43737 #: c/c-parser.cc:2391
43738 #, gcc-internal-format
43739 msgid "%<__auto_type%> may only be used with a single declarator"
43740 msgstr ""
43741
43742 #: c/c-parser.cc:2420 cp/parser.cc:15387
43743 #, gcc-internal-format
43744 msgid "expected %<,%> or %<;%>"
43745 msgstr ""
43746
43747 #. This can appear in many cases looking nothing like a
43748 #. function definition, so we don't give a more specific
43749 #. error suggesting there was one.
43750 #: c/c-parser.cc:2434 c/c-parser.cc:2475
43751 #, gcc-internal-format
43752 msgid "expected %<=%>, %<,%>, %<;%>, %<asm%> or %<__attribute__%>"
43753 msgstr ""
43754
43755 #: c/c-parser.cc:2442
43756 #, gcc-internal-format
43757 msgid "ISO C forbids nested functions"
43758 msgstr ""
43759
43760 #: c/c-parser.cc:2626
43761 #, gcc-internal-format
43762 msgid "ISO C99 does not support %<_Static_assert%>"
43763 msgstr ""
43764
43765 #: c/c-parser.cc:2629
43766 #, gcc-internal-format
43767 msgid "ISO C90 does not support %<_Static_assert%>"
43768 msgstr ""
43769
43770 #: c/c-parser.cc:2650 c/c-parser.cc:7351 c/c-parser.cc:12671
43771 #, gcc-internal-format
43772 msgid "expected string literal"
43773 msgstr ""
43774
43775 #: c/c-parser.cc:2659
43776 #, gcc-internal-format
43777 msgid "ISO C11 does not support omitting the string in %<_Static_assert%>"
43778 msgstr ""
43779
43780 #: c/c-parser.cc:2665
43781 #, gcc-internal-format
43782 msgid "expression in static assertion is not an integer"
43783 msgstr ""
43784
43785 #: c/c-parser.cc:2674
43786 #, gcc-internal-format
43787 msgid "expression in static assertion is not an integer constant expression"
43788 msgstr ""
43789
43790 #: c/c-parser.cc:2679
43791 #, gcc-internal-format
43792 msgid "expression in static assertion is not constant"
43793 msgstr ""
43794
43795 #: c/c-parser.cc:2686
43796 #, gcc-internal-format
43797 msgid "static assertion failed: %E"
43798 msgstr ""
43799
43800 #: c/c-parser.cc:2688 cp/semantics.cc:11168
43801 #, gcc-internal-format
43802 msgid "static assertion failed"
43803 msgstr ""
43804
43805 #: c/c-parser.cc:3024
43806 #, gcc-internal-format
43807 msgid "%<_Atomic%> in Objective-C"
43808 msgstr ""
43809
43810 #: c/c-parser.cc:3027
43811 #, gcc-internal-format
43812 msgid "ISO C99 does not support the %<_Atomic%> qualifier"
43813 msgstr ""
43814
43815 #: c/c-parser.cc:3030
43816 #, gcc-internal-format
43817 msgid "ISO C90 does not support the %<_Atomic%> qualifier"
43818 msgstr ""
43819
43820 #: c/c-parser.cc:3057
43821 #, gcc-internal-format
43822 msgid "%<_Atomic%> applied to a qualified type"
43823 msgstr ""
43824
43825 #: c/c-parser.cc:3087
43826 #, gcc-internal-format
43827 msgid "%<__GIMPLE%> only valid with %<-fgimple%>"
43828 msgstr ""
43829
43830 #: c/c-parser.cc:3197
43831 #, gcc-internal-format
43832 msgid "empty enum is invalid"
43833 msgstr ""
43834
43835 #: c/c-parser.cc:3201 c/c-parser.cc:4199 c/c-parser.cc:4905 c/c-parser.cc:4917
43836 #: c/c-parser.cc:5352 c/c-parser.cc:5651 c/c-parser.cc:7218 c/c-parser.cc:7301
43837 #: c/c-parser.cc:8225 c/c-parser.cc:8530 c/c-parser.cc:8539 c/c-parser.cc:9068
43838 #: c/c-parser.cc:9254 c/c-parser.cc:9280 c/c-parser.cc:10164
43839 #: c/c-parser.cc:10590 c/c-parser.cc:10627 c/c-parser.cc:10889
43840 #: c/c-parser.cc:10940 c/c-parser.cc:11100 c/c-parser.cc:11130
43841 #: c/c-parser.cc:11138 c/c-parser.cc:11167 c/c-parser.cc:11180
43842 #: c/c-parser.cc:11486 c/c-parser.cc:11610 c/c-parser.cc:12194
43843 #: c/c-parser.cc:12247 c/c-parser.cc:12263 c/c-parser.cc:12309
43844 #: c/c-parser.cc:13118 c/c-parser.cc:13161 c/c-parser.cc:15797
43845 #: c/c-parser.cc:15909 c/c-parser.cc:16560 c/c-parser.cc:18942
43846 #: c/c-parser.cc:21603 c/c-parser.cc:21794 c/gimple-parser.cc:1793
43847 #: c/gimple-parser.cc:1839 cp/parser.cc:9164 cp/parser.cc:32935
43848 #: cp/parser.cc:36139 cp/parser.cc:38933 cp/parser.cc:39102 cp/parser.cc:45293
43849 #: cp/parser.cc:47297
43850 #, gcc-internal-format
43851 msgid "expected identifier"
43852 msgstr ""
43853
43854 #: c/c-parser.cc:3243 cp/parser.cc:21093
43855 #, gcc-internal-format
43856 msgid "comma at end of enumerator list"
43857 msgstr ""
43858
43859 #: c/c-parser.cc:3249 go/gofrontend/embed.cc:423
43860 #, gcc-internal-format
43861 msgid "expected %<,%> or %<}%>"
43862 msgstr ""
43863
43864 #: c/c-parser.cc:3288
43865 #, gcc-internal-format
43866 msgid "ISO C forbids forward references to %<enum%> types"
43867 msgstr ""
43868
43869 #: c/c-parser.cc:3411
43870 #, gcc-internal-format
43871 msgid "expected class name"
43872 msgstr ""
43873
43874 #: c/c-parser.cc:3433
43875 #, gcc-internal-format
43876 msgid "extra semicolon in struct or union specified"
43877 msgstr ""
43878
43879 #: c/c-parser.cc:3462
43880 #, gcc-internal-format
43881 msgid "no semicolon at end of struct or union"
43882 msgstr ""
43883
43884 #: c/c-parser.cc:3576 c/c-parser.cc:5147
43885 #, gcc-internal-format
43886 msgid "expected specifier-qualifier-list"
43887 msgstr ""
43888
43889 #: c/c-parser.cc:3587
43890 #, gcc-internal-format
43891 msgid "ISO C forbids member declarations with no members"
43892 msgstr ""
43893
43894 #: c/c-parser.cc:3677
43895 #, gcc-internal-format
43896 msgid "expected %<,%>, %<;%> or %<}%>"
43897 msgstr ""
43898
43899 #: c/c-parser.cc:3684
43900 #, gcc-internal-format
43901 msgid "expected %<:%>, %<,%>, %<;%>, %<}%> or %<__attribute__%>"
43902 msgstr ""
43903
43904 #: c/c-parser.cc:3738
43905 #, gcc-internal-format
43906 msgid "%<typeof%> applied to a bit-field"
43907 msgstr ""
43908
43909 #: c/c-parser.cc:3770
43910 #, gcc-internal-format
43911 msgid "ISO C99 does not support %<_Alignas%>"
43912 msgstr ""
43913
43914 #: c/c-parser.cc:3773
43915 #, gcc-internal-format
43916 msgid "ISO C90 does not support %<_Alignas%>"
43917 msgstr ""
43918
43919 #: c/c-parser.cc:4027
43920 #, gcc-internal-format
43921 msgid "expected identifier or %<(%>"
43922 msgstr ""
43923
43924 #: c/c-parser.cc:4268
43925 #, gcc-internal-format
43926 msgid "ISO C requires a named argument before %<...%>"
43927 msgstr ""
43928
43929 #: c/c-parser.cc:4392
43930 #, gcc-internal-format
43931 msgid "expected declaration specifiers or %<...%>"
43932 msgstr ""
43933
43934 #: c/c-parser.cc:4617
43935 #, gcc-internal-format
43936 msgid "parentheses must be omitted if attribute argument list is empty"
43937 msgstr ""
43938
43939 #: c/c-parser.cc:4942 cp/parser.cc:29034
43940 #, gcc-internal-format
43941 msgid "%qE attribute does not take any arguments"
43942 msgstr ""
43943
43944 #: c/c-parser.cc:4993
43945 #, gcc-internal-format
43946 msgid "ISO C does not support %<[[]]%> attributes before C2X"
43947 msgstr ""
43948
43949 #: c/c-parser.cc:5257
43950 #, gcc-internal-format
43951 msgid "ISO C forbids empty initializer braces"
43952 msgstr ""
43953
43954 #: c/c-parser.cc:5316
43955 #, gcc-internal-format
43956 msgid "obsolete use of designated initializer with %<:%>"
43957 msgstr ""
43958
43959 #: c/c-parser.cc:5461
43960 #, gcc-internal-format
43961 msgid "ISO C forbids specifying range of elements to initialize"
43962 msgstr ""
43963
43964 #: c/c-parser.cc:5473
43965 #, gcc-internal-format
43966 msgid "ISO C90 forbids specifying subobject to initialize"
43967 msgstr ""
43968
43969 #: c/c-parser.cc:5481
43970 #, gcc-internal-format
43971 msgid "obsolete use of designated initializer without %<=%>"
43972 msgstr ""
43973
43974 #: c/c-parser.cc:5666
43975 #, gcc-internal-format
43976 msgid "ISO C forbids label declarations"
43977 msgstr ""
43978
43979 #: c/c-parser.cc:5672 c/c-parser.cc:5761 c/c-parser.cc:5775
43980 #: c/gimple-parser.cc:409
43981 #, gcc-internal-format
43982 msgid "expected declaration or statement"
43983 msgstr ""
43984
43985 #: c/c-parser.cc:5707
43986 #, gcc-internal-format
43987 msgid "a label can only be part of a statement and a declaration is not a statement"
43988 msgstr ""
43989
43990 #: c/c-parser.cc:5719 c/c-parser.cc:5752
43991 #, gcc-internal-format
43992 msgid "ISO C90 forbids mixed declarations and code"
43993 msgstr ""
43994
43995 #: c/c-parser.cc:5783
43996 #, gcc-internal-format
43997 msgid "expected %<}%> before %<else%>"
43998 msgstr ""
43999
44000 #: c/c-parser.cc:5788 cp/parser.cc:12845
44001 #, gcc-internal-format
44002 msgid "%<else%> without a previous %<if%>"
44003 msgstr ""
44004
44005 #: c/c-parser.cc:5806
44006 #, gcc-internal-format
44007 msgid "label at end of compound statement"
44008 msgstr ""
44009
44010 #. Avoid infinite loop in error recovery:
44011 #. c_parser_skip_until_found stops at a closing nesting
44012 #. delimiter without consuming it, but here we need to consume
44013 #. it to proceed further.
44014 #: c/c-parser.cc:5827 c/c-parser.cc:5840 c/c-parser.cc:6254
44015 #: c/gimple-parser.cc:2328 cp/parser.cc:12426
44016 #, gcc-internal-format
44017 msgid "expected statement"
44018 msgstr ""
44019
44020 #: c/c-parser.cc:5894
44021 #, gcc-internal-format
44022 msgid "expected %<:%> or %<...%>"
44023 msgstr ""
44024
44025 #: c/c-parser.cc:5922
44026 #, gcc-internal-format
44027 msgid "GNU-style attribute between label and declaration appertains to the label"
44028 msgstr ""
44029
44030 #: c/c-parser.cc:6153
44031 #, gcc-internal-format
44032 msgid "expected identifier or %<*%>"
44033 msgstr ""
44034
44035 #: c/c-parser.cc:6237
44036 #, gcc-internal-format
44037 msgid "only attribute %<fallthrough%> can be applied to a null statement"
44038 msgstr ""
44039
44040 #: c/c-parser.cc:6362 cp/parser.cc:14409
44041 #, gcc-internal-format
44042 msgid "suggest braces around empty body in an %<if%> statement"
44043 msgstr ""
44044
44045 #: c/c-parser.cc:6404 cp/parser.cc:14412
44046 #, gcc-internal-format
44047 msgid "suggest braces around empty body in an %<else%> statement"
44048 msgstr ""
44049
44050 #: c/c-parser.cc:6535 cp/parser.cc:13214
44051 #, gcc-internal-format
44052 msgid "suggest explicit braces to avoid ambiguous %<else%>"
44053 msgstr ""
44054
44055 #: c/c-parser.cc:6675
44056 #, gcc-internal-format
44057 msgid "suggest braces around empty body in %<do%> statement"
44058 msgstr ""
44059
44060 #: c/c-parser.cc:6807 c/c-parser.cc:6839
44061 #, gcc-internal-format
44062 msgid "multiple iterating variables in fast enumeration"
44063 msgstr ""
44064
44065 #: c/c-parser.cc:6862
44066 #, gcc-internal-format
44067 msgid "invalid iterating variable in fast enumeration"
44068 msgstr ""
44069
44070 #: c/c-parser.cc:6886 cp/parser.cc:13501
44071 #, gcc-internal-format
44072 msgid "missing loop condition in loop with %<GCC ivdep%> pragma"
44073 msgstr ""
44074
44075 #: c/c-parser.cc:6892 cp/parser.cc:13507
44076 #, gcc-internal-format
44077 msgid "missing loop condition in loop with %<GCC unroll%> pragma"
44078 msgstr ""
44079
44080 #: c/c-parser.cc:6928
44081 #, gcc-internal-format
44082 msgid "missing collection in fast enumeration"
44083 msgstr ""
44084
44085 #: c/c-parser.cc:7050 c/c-parser.cc:7061 c/c-parser.cc:7072
44086 #, gcc-internal-format
44087 msgid "duplicate %<asm%> qualifier %qE"
44088 msgstr ""
44089
44090 #: c/c-parser.cc:7051 c/c-parser.cc:7062 c/c-parser.cc:7073 cp/parser.cc:21965
44091 #: cp/parser.cc:21982 cp/parser.cc:21996
44092 #, gcc-internal-format
44093 msgid "first seen here"
44094 msgstr ""
44095
44096 #: c/c-parser.cc:7082
44097 #, gcc-internal-format
44098 msgid "%qE is not a valid %<asm%> qualifier"
44099 msgstr ""
44100
44101 #: c/c-parser.cc:7132
44102 #, gcc-internal-format
44103 msgid "expected %<:%> or %<)%>"
44104 msgstr "očekivano je %<:%> ili %<)%>"
44105
44106 #: c/c-parser.cc:7431 cp/parser.cc:4485
44107 #, gcc-internal-format
44108 msgid "a wide string is invalid in this context"
44109 msgstr ""
44110
44111 #: c/c-parser.cc:7623
44112 #, gcc-internal-format
44113 msgid "ISO C forbids omitting the middle term of a %<?:%> expression"
44114 msgstr ""
44115
44116 #. Location of the binary operator.
44117 #. Quiet warning.
44118 #: c/c-parser.cc:7844 cp/typeck.cc:5173
44119 #, gcc-internal-format
44120 msgid "division %<sizeof (%T) / sizeof (%T)%> does not compute the number of array elements"
44121 msgstr ""
44122
44123 #: c/c-parser.cc:7850 cp/typeck.cc:5178
44124 #, gcc-internal-format
44125 msgid "first %<sizeof%> operand was declared here"
44126 msgstr ""
44127
44128 #: c/c-parser.cc:8089
44129 #, gcc-internal-format
44130 msgid "alignment specified for type name in cast"
44131 msgstr ""
44132
44133 #: c/c-parser.cc:8188
44134 #, gcc-internal-format
44135 msgid "traditional C rejects the unary plus operator"
44136 msgstr ""
44137
44138 #: c/c-parser.cc:8319
44139 #, gcc-internal-format
44140 msgid "alignment specified for type name in %<sizeof%>"
44141 msgstr ""
44142
44143 #: c/c-parser.cc:8335
44144 #, gcc-internal-format
44145 msgid "%<sizeof%> applied to a bit-field"
44146 msgstr ""
44147
44148 #: c/c-parser.cc:8405
44149 #, gcc-internal-format
44150 msgid "alignment specified for type name in %qE"
44151 msgstr ""
44152
44153 #: c/c-parser.cc:8428
44154 #, gcc-internal-format
44155 msgid "ISO C does not allow %<%E (expression)%>"
44156 msgstr ""
44157
44158 #: c/c-parser.cc:8579
44159 #, gcc-internal-format
44160 msgid "cannot take address of %qs"
44161 msgstr ""
44162
44163 #: c/c-parser.cc:8662
44164 #, gcc-internal-format
44165 msgid "ISO C99 does not support %<_Generic%>"
44166 msgstr ""
44167
44168 #: c/c-parser.cc:8665
44169 #, gcc-internal-format
44170 msgid "ISO C90 does not support %<_Generic%>"
44171 msgstr ""
44172
44173 #: c/c-parser.cc:8734
44174 #, gcc-internal-format
44175 msgid "%<_Generic%> association has function type"
44176 msgstr ""
44177
44178 #: c/c-parser.cc:8737
44179 #, gcc-internal-format
44180 msgid "%<_Generic%> association has incomplete type"
44181 msgstr ""
44182
44183 #: c/c-parser.cc:8741
44184 #, gcc-internal-format
44185 msgid "%<_Generic%> association has variable length type"
44186 msgstr ""
44187
44188 #: c/c-parser.cc:8765
44189 #, gcc-internal-format
44190 msgid "duplicate %<default%> case in %<_Generic%>"
44191 msgstr ""
44192
44193 #: c/c-parser.cc:8766
44194 #, gcc-internal-format
44195 msgid "original %<default%> is here"
44196 msgstr ""
44197
44198 #: c/c-parser.cc:8774
44199 #, gcc-internal-format
44200 msgid "%<_Generic%> specifies two compatible types"
44201 msgstr ""
44202
44203 #: c/c-parser.cc:8775
44204 #, gcc-internal-format
44205 msgid "compatible type is here"
44206 msgstr ""
44207
44208 #: c/c-parser.cc:8798
44209 #, gcc-internal-format
44210 msgid "%<_Generic%> selector matches multiple associations"
44211 msgstr ""
44212
44213 #: c/c-parser.cc:8800
44214 #, gcc-internal-format
44215 msgid "other match is here"
44216 msgstr ""
44217
44218 #: c/c-parser.cc:8825
44219 #, gcc-internal-format
44220 msgid "%<_Generic%> selector of type %qT is not compatible with any association"
44221 msgstr ""
44222
44223 #: c/c-parser.cc:8846
44224 #, gcc-internal-format
44225 msgid "argument %u of %<__builtin_tgmath%> is not a function pointer"
44226 msgstr ""
44227
44228 #: c/c-parser.cc:8854
44229 #, gcc-internal-format
44230 msgid "argument %u of %<__builtin_tgmath%> is unprototyped"
44231 msgstr ""
44232
44233 #: c/c-parser.cc:8860
44234 #, gcc-internal-format
44235 msgid "argument %u of %<__builtin_tgmath%> has variable arguments"
44236 msgstr ""
44237
44238 #: c/c-parser.cc:8876
44239 #, gcc-internal-format
44240 msgid "argument %u of %<__builtin_tgmath%> has no arguments"
44241 msgstr ""
44242
44243 #: c/c-parser.cc:8899 c/c-parser.cc:8903
44244 #, gcc-internal-format
44245 msgid "ISO C does not support %qs predefined identifier"
44246 msgstr ""
44247
44248 #: c/c-parser.cc:8907
44249 #, gcc-internal-format
44250 msgid "ISO C90 does not support %<__func__%> predefined identifier"
44251 msgstr ""
44252
44253 #: c/c-parser.cc:9082 c/c-parser.cc:10206 c/c-parser.cc:10228
44254 #: c/c-parser.cc:18358 c/gimple-parser.cc:1711 c/gimple-parser.cc:2345
44255 #: cp/parser.cc:40858
44256 #, gcc-internal-format
44257 msgid "expected expression"
44258 msgstr ""
44259
44260 #: c/c-parser.cc:9103
44261 #, gcc-internal-format
44262 msgid "braced-group within expression allowed only inside a function"
44263 msgstr ""
44264
44265 #: c/c-parser.cc:9117
44266 #, gcc-internal-format
44267 msgid "ISO C forbids braced-groups within expressions"
44268 msgstr ""
44269
44270 #: c/c-parser.cc:9307
44271 #, gcc-internal-format
44272 msgid "wrong number of arguments to %<__builtin_choose_expr%>"
44273 msgstr ""
44274
44275 #: c/c-parser.cc:9323
44276 #, gcc-internal-format
44277 msgid "first argument to %<__builtin_choose_expr%> not a constant"
44278 msgstr ""
44279
44280 #: c/c-parser.cc:9393 c/c-parser.cc:9410 c/c-parser.cc:9417
44281 #, gcc-internal-format
44282 msgid "too few arguments to %<__builtin_tgmath%>"
44283 msgstr ""
44284
44285 #: c/c-parser.cc:9438
44286 #, gcc-internal-format
44287 msgid "argument %u of %<__builtin_tgmath%> has wrong number of arguments"
44288 msgstr ""
44289
44290 #: c/c-parser.cc:9482 c/c-parser.cc:9492
44291 #, gcc-internal-format
44292 msgid "invalid type-generic return type for argument %u of %<__builtin_tgmath%>"
44293 msgstr ""
44294
44295 #: c/c-parser.cc:9514 c/c-parser.cc:9524
44296 #, gcc-internal-format
44297 msgid "invalid type-generic type for argument %u of argument %u of %<__builtin_tgmath%>"
44298 msgstr ""
44299
44300 #: c/c-parser.cc:9557
44301 #, gcc-internal-format
44302 msgid "function arguments of %<__builtin_tgmath%> all have the same type"
44303 msgstr ""
44304
44305 #: c/c-parser.cc:9576
44306 #, gcc-internal-format
44307 msgid "function arguments of %<__builtin_tgmath%> lack type-generic parameter"
44308 msgstr ""
44309
44310 #: c/c-parser.cc:9624
44311 #, gcc-internal-format
44312 msgid "duplicate type-generic parameter type for function argument %u of %<__builtin_tgmath%>"
44313 msgstr ""
44314
44315 #: c/c-parser.cc:9647
44316 #, gcc-internal-format
44317 msgid "bad return type for function argument %u of %<__builtin_tgmath%>"
44318 msgstr ""
44319
44320 #: c/c-parser.cc:9664
44321 #, gcc-internal-format
44322 msgid "bad type for argument %u of function argument %u of %<__builtin_tgmath%>"
44323 msgstr ""
44324
44325 #: c/c-parser.cc:9702
44326 #, gcc-internal-format, gfc-internal-format
44327 msgid "invalid type of argument %u of type-generic function"
44328 msgstr ""
44329
44330 #: c/c-parser.cc:9713
44331 #, gcc-internal-format, gfc-internal-format
44332 msgid "decimal floating-point argument %u to complex-only type-generic function"
44333 msgstr ""
44334
44335 #: c/c-parser.cc:9721
44336 #, gcc-internal-format, gfc-internal-format
44337 msgid "decimal floating-point argument %u to binary-only type-generic function"
44338 msgstr ""
44339
44340 #: c/c-parser.cc:9729 c/c-parser.cc:9759
44341 #, gcc-internal-format
44342 msgid "both complex and decimal floating-point arguments to type-generic function"
44343 msgstr ""
44344
44345 #: c/c-parser.cc:9737 c/c-parser.cc:9779
44346 #, gcc-internal-format
44347 msgid "both binary and decimal floating-point arguments to type-generic function"
44348 msgstr ""
44349
44350 #: c/c-parser.cc:9751
44351 #, gcc-internal-format, gfc-internal-format
44352 msgid "complex argument %u to decimal-only type-generic function"
44353 msgstr ""
44354
44355 #: c/c-parser.cc:9771
44356 #, gcc-internal-format, gfc-internal-format
44357 msgid "binary argument %u to decimal-only type-generic function"
44358 msgstr ""
44359
44360 #: c/c-parser.cc:9877
44361 #, gcc-internal-format
44362 msgid "no matching function for type-generic call"
44363 msgstr ""
44364
44365 #: c/c-parser.cc:9918
44366 #, gcc-internal-format
44367 msgid "wrong number of arguments to %<__builtin_call_with_static_chain%>"
44368 msgstr ""
44369
44370 #: c/c-parser.cc:9931
44371 #, gcc-internal-format
44372 msgid "first argument to %<__builtin_call_with_static_chain%> must be a call expression"
44373 msgstr ""
44374
44375 #: c/c-parser.cc:9935
44376 #, gcc-internal-format
44377 msgid "second argument to %<__builtin_call_with_static_chain%> must be a pointer type"
44378 msgstr ""
44379
44380 #: c/c-parser.cc:9961
44381 #, gcc-internal-format
44382 msgid "wrong number of arguments to %<__builtin_complex%>"
44383 msgstr ""
44384
44385 #: c/c-parser.cc:9983
44386 #, gcc-internal-format
44387 msgid "%<__builtin_complex%> operand not of real binary floating-point type"
44388 msgstr ""
44389
44390 #: c/c-parser.cc:9992
44391 #, gcc-internal-format
44392 msgid "%<__builtin_complex%> operands of different types"
44393 msgstr ""
44394
44395 #: c/c-parser.cc:10037 c/c-parser.cc:10066 cp/parser.cc:7480
44396 #, gcc-internal-format
44397 msgid "wrong number of arguments to %<__builtin_shuffle%>"
44398 msgstr ""
44399
44400 #: c/c-parser.cc:10266
44401 #, gcc-internal-format
44402 msgid "compound literal has variable size"
44403 msgstr ""
44404
44405 #: c/c-parser.cc:10277
44406 #, gcc-internal-format
44407 msgid "compound literal qualified by address-space qualifier"
44408 msgstr ""
44409
44410 #: c/c-parser.cc:10281
44411 #, gcc-internal-format
44412 msgid "ISO C90 forbids compound literals"
44413 msgstr ""
44414
44415 #: c/c-parser.cc:10294
44416 #, gcc-internal-format
44417 msgid "%<_Alignas%> specifiers cannot reduce alignment of compound literal"
44418 msgstr ""
44419
44420 #: c/c-parser.cc:10368
44421 #, gcc-internal-format
44422 msgid "using integer absolute value function %qD when argument is of floating-point type %qT"
44423 msgstr ""
44424
44425 #: c/c-parser.cc:10373
44426 #, gcc-internal-format
44427 msgid "using integer absolute value function %qD when argument is of complex type %qT"
44428 msgstr ""
44429
44430 #: c/c-parser.cc:10381
44431 #, gcc-internal-format
44432 msgid "taking the absolute value of unsigned type %qT has no effect"
44433 msgstr ""
44434
44435 #: c/c-parser.cc:10392
44436 #, gcc-internal-format
44437 msgid "using floating-point absolute value function %qD when argument is of integer type %qT"
44438 msgstr ""
44439
44440 #: c/c-parser.cc:10396
44441 #, gcc-internal-format
44442 msgid "using floating-point absolute value function %qD when argument is of decimal floating-point type %qT"
44443 msgstr ""
44444
44445 #: c/c-parser.cc:10401
44446 #, gcc-internal-format
44447 msgid "using floating-point absolute value function %qD when argument is of complex type %qT"
44448 msgstr ""
44449
44450 #: c/c-parser.cc:10414
44451 #, gcc-internal-format
44452 msgid "using complex absolute value function %qD when argument is of integer type %qT"
44453 msgstr ""
44454
44455 #: c/c-parser.cc:10418
44456 #, gcc-internal-format
44457 msgid "using complex absolute value function %qD when argument is of floating-point type %qT"
44458 msgstr ""
44459
44460 #: c/c-parser.cc:10435
44461 #, gcc-internal-format
44462 msgid "using decimal floating-point absolute value function %qD when argument is of integer type %qT"
44463 msgstr ""
44464
44465 #: c/c-parser.cc:10440
44466 #, gcc-internal-format
44467 msgid "using decimal floating-point absolute value function %qD when argument is of floating-point type %qT"
44468 msgstr ""
44469
44470 #: c/c-parser.cc:10445
44471 #, gcc-internal-format
44472 msgid "using decimal floating-point absolute value function %qD when argument is of complex type %qT"
44473 msgstr ""
44474
44475 #: c/c-parser.cc:10471
44476 #, gcc-internal-format
44477 msgid "absolute value function %qD given an argument of type %qT but has parameter of type %qT which may cause truncation of value"
44478 msgstr ""
44479
44480 #: c/c-parser.cc:10911
44481 #, gcc-internal-format
44482 msgid "expected identifier or %<)%>"
44483 msgstr ""
44484
44485 #: c/c-parser.cc:11007
44486 #, gcc-internal-format
44487 msgid "extra semicolon"
44488 msgstr ""
44489
44490 #: c/c-parser.cc:11255
44491 #, gcc-internal-format
44492 msgid "extra semicolon in method definition specified"
44493 msgstr ""
44494
44495 #: c/c-parser.cc:11387
44496 #, gcc-internal-format
44497 msgid "method attributes must be specified at the end only"
44498 msgstr ""
44499
44500 #: c/c-parser.cc:11407
44501 #, gcc-internal-format
44502 msgid "expected %<;%> or %<{%> after method attribute definition"
44503 msgstr ""
44504
44505 #: c/c-parser.cc:11529
44506 #, gcc-internal-format
44507 msgid "objective-c method declaration is expected"
44508 msgstr ""
44509
44510 #: c/c-parser.cc:11980
44511 #, gcc-internal-format
44512 msgid "no type or storage class may be specified here,"
44513 msgstr ""
44514
44515 #: c/c-parser.cc:12048 cp/parser.cc:35996
44516 #, gcc-internal-format
44517 msgid "empty property attribute list"
44518 msgstr ""
44519
44520 #: c/c-parser.cc:12062 cp/parser.cc:36009
44521 #, gcc-internal-format
44522 msgid "missing property attribute"
44523 msgstr ""
44524
44525 #: c/c-parser.cc:12101
44526 #, gcc-internal-format
44527 msgid "unknown property attribute %<%s%s%>"
44528 msgstr ""
44529
44530 #: c/c-parser.cc:12104 cp/parser.cc:36046
44531 #, gcc-internal-format
44532 msgid "unknown property attribute"
44533 msgstr ""
44534
44535 #: c/c-parser.cc:12113 cp/parser.cc:36055
44536 #, gcc-internal-format
44537 msgid "expected %<=%> after Objective-C %qE"
44538 msgstr ""
44539
44540 #: c/c-parser.cc:12124 cp/parser.cc:36069
44541 #, gcc-internal-format
44542 msgid "expected %qE selector name"
44543 msgstr "očekivano je ime selektora za %qE"
44544
44545 #: c/c-parser.cc:12140 cp/parser.cc:36088
44546 #, gcc-internal-format
44547 msgid "setter method names must terminate with %<:%>"
44548 msgstr ""
44549
44550 #: c/c-parser.cc:12354 cp/parser.cc:47628
44551 #, gcc-internal-format
44552 msgid "%<#pragma GCC unroll%> requires an assignment-expression that evaluates to a non-negative integral constant less than %u"
44553 msgstr ""
44554
44555 #: c/c-parser.cc:12398 c/c-parser.cc:20550 c/c-parser.cc:20847
44556 #: c/c-parser.cc:20906 c/c-parser.cc:20992 cp/parser.cc:43739
44557 #: cp/parser.cc:44075 cp/parser.cc:44166 cp/parser.cc:44240 cp/parser.cc:47675
44558 #: cp/parser.cc:47691 cp/parser.cc:47707 cp/parser.cc:47724 cp/parser.cc:47741
44559 #: cp/parser.cc:47758 cp/parser.cc:47785 cp/parser.cc:47799 cp/parser.cc:47824
44560 #: cp/parser.cc:47838
44561 #, gcc-internal-format
44562 msgid "%<#pragma %s%> may only be used in compound statements"
44563 msgstr ""
44564
44565 #: c/c-parser.cc:12421 cp/parser.cc:47813
44566 #, gcc-internal-format
44567 msgid "%<#pragma acc routine%> must be at file scope"
44568 msgstr ""
44569
44570 #: c/c-parser.cc:12507 cp/parser.cc:47921
44571 #, gcc-internal-format
44572 msgid "%<#pragma omp scan%> may only be used in a loop construct with %<inscan%> %<reduction%> clause"
44573 msgstr ""
44574
44575 #: c/c-parser.cc:12514 cp/parser.cc:47927
44576 #, gcc-internal-format
44577 msgid "%<#pragma omp section%> may only be used in %<#pragma omp sections%> construct"
44578 msgstr ""
44579
44580 #: c/c-parser.cc:12526
44581 #, gcc-internal-format
44582 msgid "%<#pragma omp requires%> may only be used at file scope"
44583 msgstr ""
44584
44585 #: c/c-parser.cc:12555 c/c-parser.cc:12579 cp/parser.cc:47956
44586 #: cp/parser.cc:47989
44587 #, gcc-internal-format
44588 msgid "for, while or do statement expected"
44589 msgstr ""
44590
44591 #: c/c-parser.cc:12592 cp/parser.cc:47665
44592 #, gcc-internal-format
44593 msgid "%<#pragma GCC pch_preprocess%> must be first"
44594 msgstr ""
44595
44596 #: c/c-parser.cc:12939 c/c-parser.cc:16405 c/c-parser.cc:18118
44597 #: c/c-parser.cc:18176 c/c-parser.cc:18183 c/c-parser.cc:18190
44598 #: c/c-parser.cc:22622 c/c-parser.cc:22630 c/c-parser.cc:22904
44599 #: c/c-parser.cc:22914 cp/parser.cc:36511 cp/parser.cc:39607
44600 #: cp/parser.cc:40632 cp/parser.cc:40695 cp/parser.cc:40702 cp/parser.cc:40709
44601 #: cp/parser.cc:46556 cp/parser.cc:46564 cp/parser.cc:46721 cp/parser.cc:46731
44602 #, gcc-internal-format
44603 msgid "too many %qs clauses"
44604 msgstr ""
44605
44606 #: c/c-parser.cc:12966
44607 #, gcc-internal-format
44608 msgid "expression must be integral"
44609 msgstr ""
44610
44611 #: c/c-parser.cc:13265 c/c-parser.cc:13277
44612 #, gcc-internal-format
44613 msgid "expected %<)%> or %<,%>"
44614 msgstr "očekivano %<)%> or %<,%>"
44615
44616 #: c/c-parser.cc:13428 c/c-parser.cc:23107
44617 #, gcc-internal-format
44618 msgid "%qD is not a variable"
44619 msgstr ""
44620
44621 #: c/c-parser.cc:13432 cp/semantics.cc:8175
44622 #, gcc-internal-format
44623 msgid "%qD is not a pointer variable"
44624 msgstr ""
44625
44626 #: c/c-parser.cc:13474 cp/parser.cc:37243
44627 #, gcc-internal-format
44628 msgid "collapse argument needs positive constant integer expression"
44629 msgstr ""
44630
44631 #: c/c-parser.cc:13569 cp/parser.cc:37321
44632 #, gcc-internal-format
44633 msgid "expected %<none%> or %<present%>"
44634 msgstr "očekivano je %<none%> ili %<present%>"
44635
44636 #: c/c-parser.cc:13571 cp/parser.cc:37323
44637 #, gcc-internal-format
44638 msgid "expected %<none%>, %<shared%>, %<private%> or %<firstprivate%>"
44639 msgstr "očekivano je %<none%>, %<shared%>, %<private%> ili %<firstprivate%>"
44640
44641 #: c/c-parser.cc:13692 cp/parser.cc:37435
44642 #, gcc-internal-format
44643 msgid "expected %<data%>, %<update%>, %<enter%> or %<exit%>"
44644 msgstr "očekivano je %<data%>, %<update%>, %<enter%> ili %<exit%>"
44645
44646 #: c/c-parser.cc:13712 c/c-parser.cc:20899 c/c-parser.cc:20985
44647 #: cp/parser.cc:37453 cp/parser.cc:44067 cp/parser.cc:44158
44648 #, gcc-internal-format
44649 msgid "expected %<data%>"
44650 msgstr "očekivano je %<data%>"
44651
44652 #: c/c-parser.cc:13765 cp/parser.cc:37508
44653 #, gcc-internal-format
44654 msgid "too many %<if%> clauses with %qs modifier"
44655 msgstr ""
44656
44657 #: c/c-parser.cc:13772 cp/parser.cc:37515
44658 #, gcc-internal-format
44659 msgid "too many %<if%> clauses"
44660 msgstr ""
44661
44662 #: c/c-parser.cc:13774 cp/parser.cc:37517
44663 #, gcc-internal-format
44664 msgid "too many %<if%> clauses without modifier"
44665 msgstr ""
44666
44667 #: c/c-parser.cc:13780 cp/parser.cc:37523
44668 #, gcc-internal-format
44669 msgid "if any %<if%> clause has modifier, then all %<if%> clauses have to use modifier"
44670 msgstr ""
44671
44672 #: c/c-parser.cc:13885 c/c-parser.cc:13945 c/c-parser.cc:14006
44673 #: c/c-parser.cc:14053 c/c-parser.cc:14132 c/c-parser.cc:14511
44674 #: c/c-parser.cc:14593 c/c-parser.cc:15160 c/c-parser.cc:15305
44675 #: c/c-parser.cc:15370 c/c-parser.cc:16342
44676 #, gcc-internal-format
44677 msgid "expected integer expression"
44678 msgstr ""
44679
44680 #: c/c-parser.cc:13896
44681 #, gcc-internal-format
44682 msgid "%<num_threads%> value must be positive"
44683 msgstr ""
44684
44685 #: c/c-parser.cc:13956
44686 #, gcc-internal-format
44687 msgid "%<num_tasks%> value must be positive"
44688 msgstr ""
44689
44690 #: c/c-parser.cc:14017 cp/semantics.cc:8395
44691 #, gcc-internal-format
44692 msgid "%<grainsize%> value must be positive"
44693 msgstr ""
44694
44695 #: c/c-parser.cc:14065 cp/semantics.cc:8425
44696 #, gcc-internal-format
44697 msgid "%<priority%> value must be non-negative"
44698 msgstr ""
44699
44700 #: c/c-parser.cc:14099 cp/parser.cc:37749
44701 #, gcc-internal-format
44702 msgid "expected constant integer expression with valid sync-hint value"
44703 msgstr ""
44704
44705 #: c/c-parser.cc:14171 cp/parser.cc:37819
44706 #, gcc-internal-format
44707 msgid "expected %<alloc%>, %<to%>, %<from%>, %<tofrom%>, %<firstprivate%>, %<none%> or %<default%>"
44708 msgstr ""
44709
44710 #: c/c-parser.cc:14232 cp/parser.cc:37884
44711 #, gcc-internal-format
44712 msgid "expected %<scalar%>, %<aggregate%> or %<pointer%>"
44713 msgstr "očekivano je %<scalar%>, %<aggregate%> ili %<pointer%>"
44714
44715 #: c/c-parser.cc:14298 cp/parser.cc:37953
44716 #, gcc-internal-format
44717 msgid "too many %<defaultmap%> clauses with %qs category"
44718 msgstr ""
44719
44720 #: c/c-parser.cc:14301 cp/parser.cc:37956
44721 #, gcc-internal-format
44722 msgid "too many %<defaultmap%> clauses with unspecified category"
44723 msgstr ""
44724
44725 #: c/c-parser.cc:14385 cp/semantics.cc:7256 cp/semantics.cc:7309
44726 #, gcc-internal-format
44727 msgid "%qs expression must be integral"
44728 msgstr ""
44729
44730 #: c/c-parser.cc:14397 c/c-parser.cc:14520 cp/semantics.cc:7288
44731 #: cp/semantics.cc:7323
44732 #, gcc-internal-format
44733 msgid "%qs value must be positive"
44734 msgstr ""
44735
44736 #: c/c-parser.cc:14459 cp/parser.cc:37015
44737 #, gcc-internal-format
44738 msgid "too many %<static%> arguments"
44739 msgstr ""
44740
44741 #: c/c-parser.cc:14493 cp/parser.cc:37048
44742 #, gcc-internal-format
44743 msgid "unexpected argument"
44744 msgstr "neočekivani argument"
44745
44746 #: c/c-parser.cc:14660 cp/semantics.cc:8605
44747 #, gcc-internal-format
44748 msgid "%<tile%> argument needs positive integral constant"
44749 msgstr ""
44750
44751 #: c/c-parser.cc:14735 cp/parser.cc:38006
44752 #, gcc-internal-format
44753 msgid "expected %<reproducible%> or %<unconstrained%>"
44754 msgstr "%<scalar%>, %<aggregate%> or %<pointer%>"
44755
44756 #: c/c-parser.cc:14744 c/c-parser.cc:14750 cp/parser.cc:38015
44757 #: cp/parser.cc:38025
44758 #, gcc-internal-format
44759 msgid "expected %<concurrent%>"
44760 msgstr "očekivano je %<concurrent%>"
44761
44762 #: c/c-parser.cc:14786 cp/parser.cc:38065
44763 #, gcc-internal-format
44764 msgid "expected %<teams%>, %<parallel%> or %<thread%>"
44765 msgstr "očekivano je %<teams%>, %<parallel%> ili %<thread%>"
44766
44767 #: c/c-parser.cc:14839 cp/parser.cc:38133
44768 #, gcc-internal-format
44769 msgid "ordered argument needs positive constant integer expression"
44770 msgstr ""
44771
44772 #: c/c-parser.cc:14964 c/c-parser.cc:22176 cp/parser.cc:46195
44773 #, gcc-internal-format
44774 msgid "expected %<+%>, %<*%>, %<-%>, %<&%>, %<^%>, %<|%>, %<&&%>, %<||%> or identifier"
44775 msgstr ""
44776
44777 #: c/c-parser.cc:15084 cp/parser.cc:38391
44778 #, gcc-internal-format
44779 msgid "both %<monotonic%> and %<nonmonotonic%> modifiers specified"
44780 msgstr ""
44781
44782 #: c/c-parser.cc:15138 cp/parser.cc:38407
44783 #, gcc-internal-format
44784 msgid "schedule %<runtime%> does not take a %<chunk_size%> parameter"
44785 msgstr ""
44786
44787 #: c/c-parser.cc:15142 cp/parser.cc:38410
44788 #, gcc-internal-format
44789 msgid "schedule %<auto%> does not take a %<chunk_size%> parameter"
44790 msgstr ""
44791
44792 #: c/c-parser.cc:15154 cp/semantics.cc:7370
44793 #, gcc-internal-format
44794 msgid "chunk size value must be positive"
44795 msgstr ""
44796
44797 #: c/c-parser.cc:15177 cp/parser.cc:38430
44798 #, gcc-internal-format
44799 msgid "invalid schedule kind"
44800 msgstr ""
44801
44802 #: c/c-parser.cc:15315 c/c-parser.cc:15325
44803 #, gcc-internal-format
44804 msgid "%<num_teams%> value must be positive"
44805 msgstr ""
44806
44807 #: c/c-parser.cc:15332 cp/semantics.cc:7337
44808 #, gcc-internal-format
44809 msgid "%<num_teams%> lower bound %qE bigger than upper bound %qE"
44810 msgstr ""
44811
44812 #: c/c-parser.cc:15380 cp/semantics.cc:7466
44813 #, gcc-internal-format
44814 msgid "%<thread_limit%> value must be positive"
44815 msgstr ""
44816
44817 #: c/c-parser.cc:15425 cp/semantics.cc:7594
44818 #, gcc-internal-format
44819 msgid "%<aligned%> clause alignment expression must be positive constant integer expression"
44820 msgstr ""
44821
44822 #: c/c-parser.cc:15535
44823 #, gcc-internal-format
44824 msgid "expected %<allocator%> or %<align%>"
44825 msgstr "očekivano je %<allocator%> ili %<align%>"
44826
44827 #: c/c-parser.cc:15542
44828 #, gcc-internal-format
44829 msgid "duplicate %qs modifier"
44830 msgstr ""
44831
44832 #: c/c-parser.cc:15590 cp/semantics.cc:7729
44833 #, gcc-internal-format
44834 msgid "%<allocate%> clause allocator expression has type %qT rather than %<omp_allocator_handle_t%>"
44835 msgstr ""
44836
44837 #: c/c-parser.cc:15601 cp/semantics.cc:7684 cp/semantics.cc:7700
44838 #, gcc-internal-format
44839 msgid "%<allocate%> clause %<align%> modifier argument needs to be positive constant power of two integer expression"
44840 msgstr ""
44841
44842 #: c/c-parser.cc:15677
44843 #, gcc-internal-format
44844 msgid "%<linear%> clause step expression must be integral"
44845 msgstr ""
44846
44847 #: c/c-parser.cc:15727
44848 #, gcc-internal-format
44849 msgid "%<safelen%> clause expression must be positive constant integer expression"
44850 msgstr ""
44851
44852 #: c/c-parser.cc:15766
44853 #, gcc-internal-format
44854 msgid "%<simdlen%> clause expression must be positive constant integer expression"
44855 msgstr ""
44856
44857 #: c/c-parser.cc:16097 cp/parser.cc:39292
44858 #, gcc-internal-format
44859 msgid "%<iterator%> modifier incompatible with %qs"
44860 msgstr ""
44861
44862 #: c/c-parser.cc:16144 cp/parser.cc:39346 cp/parser.cc:39668
44863 #: cp/parser.cc:39718
44864 #, gcc-internal-format
44865 msgid "invalid depend kind"
44866 msgstr "nevaljana vrsta ovisnosti"
44867
44868 #: c/c-parser.cc:16214 cp/parser.cc:39416
44869 #, gcc-internal-format
44870 msgid "too many %<always%> modifiers"
44871 msgstr ""
44872
44873 #: c/c-parser.cc:16224 cp/parser.cc:39429
44874 #, gcc-internal-format
44875 msgid "too many %<close%> modifiers"
44876 msgstr ""
44877
44878 #: c/c-parser.cc:16232 cp/parser.cc:39440
44879 #, gcc-internal-format
44880 msgid "%<#pragma omp target%> with modifier other than %<always%> or %<close%> on %<map%> clause"
44881 msgstr ""
44882
44883 #: c/c-parser.cc:16260 cp/parser.cc:39471
44884 #, gcc-internal-format
44885 msgid "invalid map kind"
44886 msgstr "nevaljana vrsta dodjele"
44887
44888 #: c/c-parser.cc:16312 cp/parser.cc:39530
44889 #, gcc-internal-format
44890 msgid "%<ancestor%> device modifier not preceded by %<requires%> directive with %<reverse_offload%> clause"
44891 msgstr ""
44892
44893 #: c/c-parser.cc:16324 cp/parser.cc:39541
44894 #, gcc-internal-format
44895 msgid "expected %<ancestor%> or %<device_num%>"
44896 msgstr "očekivano je %<ancestor%> ili %<device_num%>"
44897
44898 #: c/c-parser.cc:16347 cp/semantics.cc:7491
44899 #, gcc-internal-format
44900 msgid "the %<device%> clause expression must evaluate to %<1%>"
44901 msgstr ""
44902
44903 #: c/c-parser.cc:16380 cp/parser.cc:39612
44904 #, gcc-internal-format
44905 msgid "invalid dist_schedule kind"
44906 msgstr ""
44907
44908 #: c/c-parser.cc:16459
44909 #, gcc-internal-format
44910 msgid "invalid proc_bind kind"
44911 msgstr ""
44912
44913 #: c/c-parser.cc:16503
44914 #, gcc-internal-format
44915 msgid "expected %<host%>, %<nohost%> or %<any%>"
44916 msgstr "očekivano je %<host%>, %<nohost%> ili %<any%>"
44917
44918 #: c/c-parser.cc:16580 cp/semantics.cc:7891
44919 #, gcc-internal-format
44920 msgid "%<detach%> clause event handle has type %qT rather than %<omp_event_handle_t%>"
44921 msgstr ""
44922
44923 #: c/c-parser.cc:16782 cp/parser.cc:39957
44924 #, gcc-internal-format
44925 msgid "expected %<#pragma acc%> clause"
44926 msgstr ""
44927
44928 #: c/c-parser.cc:16793 c/c-parser.cc:17137 cp/parser.cc:39968
44929 #: cp/parser.cc:40360
44930 #, gcc-internal-format
44931 msgid "%qs is not valid for %qs"
44932 msgstr ""
44933
44934 #: c/c-parser.cc:16837 cp/parser.cc:40020
44935 #, gcc-internal-format
44936 msgid "clauses in %<simd%> trait should be separated by %<,%>"
44937 msgstr ""
44938
44939 #: c/c-parser.cc:16986 cp/parser.cc:40208
44940 #, gcc-internal-format
44941 msgid "%qs must be the first clause of %qs"
44942 msgstr ""
44943
44944 #: c/c-parser.cc:17126 cp/parser.cc:40349
44945 #, gcc-internal-format
44946 msgid "expected %<#pragma omp%> clause"
44947 msgstr ""
44948
44949 #: c/c-parser.cc:17259 cp/parser.cc:44567
44950 #, gcc-internal-format
44951 msgid "no valid clauses specified in %<#pragma acc declare%>"
44952 msgstr ""
44953
44954 #: c/c-parser.cc:17269 cp/parser.cc:44577
44955 #, gcc-internal-format
44956 msgid "array section in %<#pragma acc declare%>"
44957 msgstr ""
44958
44959 #: c/c-parser.cc:17289 cp/parser.cc:44597
44960 #, gcc-internal-format
44961 msgid "%qD must be a global variable in %<#pragma acc declare link%>"
44962 msgstr ""
44963
44964 #: c/c-parser.cc:17300 cp/parser.cc:44608
44965 #, gcc-internal-format
44966 msgid "invalid OpenACC clause at file scope"
44967 msgstr ""
44968
44969 #: c/c-parser.cc:17307 cp/parser.cc:44615
44970 #, gcc-internal-format
44971 msgid "invalid use of %<extern%> variable %qD in %<#pragma acc declare%>"
44972 msgstr ""
44973
44974 #: c/c-parser.cc:17315 cp/parser.cc:44623
44975 #, gcc-internal-format
44976 msgid "invalid use of %<global%> variable %qD in %<#pragma acc declare%>"
44977 msgstr ""
44978
44979 #: c/c-parser.cc:17326 cp/parser.cc:44645
44980 #, gcc-internal-format
44981 msgid "%qD must be a variable declared in the same scope as %<#pragma acc declare%>"
44982 msgstr ""
44983
44984 #: c/c-parser.cc:17336 cp/parser.cc:44655
44985 #, gcc-internal-format
44986 msgid "variable %qD used more than once with %<#pragma acc declare%>"
44987 msgstr ""
44988
44989 #: c/c-parser.cc:17429 cp/parser.cc:44753
44990 #, gcc-internal-format
44991 msgid "expected %<data%> after %<#pragma acc %s%>"
44992 msgstr "očekivano je %<data%> iza %<#pragma acc %s%>"
44993
44994 #: c/c-parser.cc:17445 cp/parser.cc:44770
44995 #, gcc-internal-format
44996 msgid "%<#pragma acc %s data%> has no data movement clause"
44997 msgstr ""
44998
44999 #: c/c-parser.cc:17695 cp/parser.cc:3163
45000 #, gcc-internal-format
45001 msgid "%qE has not been declared"
45002 msgstr ""
45003
45004 #: c/c-parser.cc:17699
45005 #, gcc-internal-format
45006 msgid "expected function name"
45007 msgstr "očekivano je ime funkcije"
45008
45009 #: c/c-parser.cc:17717 cp/parser.cc:46988
45010 #, gcc-internal-format
45011 msgid "%qD does not refer to a function"
45012 msgstr ""
45013
45014 #: c/c-parser.cc:17740 c/c-parser.cc:17788 cp/parser.cc:1499
45015 #, gcc-internal-format
45016 msgid "%<#pragma acc routine%> not immediately followed by function declaration or definition"
45017 msgstr ""
45018
45019 #: c/c-parser.cc:17780 cp/parser.cc:47039 cp/parser.cc:47086
45020 #, gcc-internal-format
45021 msgid "%<#pragma acc routine%> not immediately followed by a single function declaration or definition"
45022 msgstr ""
45023
45024 #: c/c-parser.cc:17811 cp/parser.cc:47114
45025 #, gcc-internal-format
45026 msgid "%<#pragma acc routine%> must be applied before use"
45027 msgstr ""
45028
45029 #: c/c-parser.cc:17812 cp/parser.cc:47116
45030 #, gcc-internal-format
45031 msgid "%<#pragma acc routine%> must be applied before definition"
45032 msgstr ""
45033
45034 #: c/c-parser.cc:17856 cp/parser.cc:44971
45035 #, gcc-internal-format
45036 msgid "%<#pragma acc update%> must contain at least one %<device%> or %<host%> or %<self%> clause"
45037 msgstr ""
45038
45039 #: c/c-parser.cc:17911 cp/parser.cc:40446
45040 #, gcc-internal-format
45041 msgid "expected %<allocator%>"
45042 msgstr "očekivano je <allocator%>"
45043
45044 #: c/c-parser.cc:17927
45045 #, gcc-internal-format
45046 msgid "%<allocator%> clause allocator expression has type %qT rather than %<omp_allocator_handle_t%>"
45047 msgstr ""
45048
45049 #: c/c-parser.cc:17942 cp/parser.cc:40461
45050 #, gcc-internal-format
45051 msgid "%<#pragma omp allocate%> not yet supported"
45052 msgstr ""
45053
45054 #: c/c-parser.cc:18084 cp/parser.cc:40598
45055 #, gcc-internal-format
45056 msgid "expected %<read%>, %<write%>, %<update%>, or %<capture%> clause"
45057 msgstr "očekivano je %<read%>, %<write%>, %<update%>, ili %<capture%> klauzula"
45058
45059 #: c/c-parser.cc:18123 cp/parser.cc:40637
45060 #, gcc-internal-format
45061 msgid "expected %<seq_cst%>, %<acquire%> or %<relaxed%>"
45062 msgstr "očekivano je %<seq_cst%>, %<acquire%> ili %<relaxed%>"
45063
45064 #: c/c-parser.cc:18147 cp/parser.cc:40666
45065 #, gcc-internal-format
45066 msgid "expected %<read%>, %<write%>, %<update%>, %<capture%>, %<compare%>, %<weak%>, %<fail%>, %<seq_cst%>, %<acq_rel%>, %<release%>, %<relaxed%> or %<hint%> clause"
45067 msgstr ""
45068
45069 #: c/c-parser.cc:18162 cp/parser.cc:40681
45070 #, gcc-internal-format
45071 msgid "too many atomic clauses"
45072 msgstr ""
45073
45074 #: c/c-parser.cc:18169 cp/parser.cc:40688
45075 #, gcc-internal-format
45076 msgid "too many memory order clauses"
45077 msgstr ""
45078
45079 #: c/c-parser.cc:18207 c/c-parser.cc:18214 cp/parser.cc:40726
45080 #: cp/parser.cc:40733
45081 #, gcc-internal-format
45082 msgid "%qs clause is incompatible with %<read%> or %<write%> clauses"
45083 msgstr ""
45084
45085 #: c/c-parser.cc:18220 c/c-parser.cc:18225 cp/parser.cc:40739
45086 #: cp/parser.cc:40744
45087 #, gcc-internal-format
45088 msgid "%qs clause requires %qs clause"
45089 msgstr ""
45090
45091 #: c/c-parser.cc:18269 cp/parser.cc:40788
45092 #, gcc-internal-format
45093 msgid "%<#pragma omp atomic read%> incompatible with %<release%> clause"
45094 msgstr ""
45095
45096 #: c/c-parser.cc:18279 cp/parser.cc:40798
45097 #, gcc-internal-format
45098 msgid "%<#pragma omp atomic write%> incompatible with %<acquire%> clause"
45099 msgstr ""
45100
45101 #: c/c-parser.cc:18402 cp/parser.cc:40898
45102 #, gcc-internal-format
45103 msgid "expected %<==%> comparison in %<if%> condition"
45104 msgstr "očekivan je %<==%> usporedba u uvjetu %<if%>"
45105
45106 #: c/c-parser.cc:18409 cp/parser.cc:40905
45107 #, gcc-internal-format
45108 msgid "expected %<==%>, %<<%> or %<>%> comparison in %<if%> condition"
45109 msgstr ""
45110
45111 #: c/c-parser.cc:18482 cp/parser.cc:40970 cp/parser.cc:41251
45112 #: cp/parser.cc:41345 cp/parser.cc:41363
45113 #, gcc-internal-format
45114 msgid "invalid form of %<#pragma omp atomic compare%>"
45115 msgstr ""
45116
45117 #: c/c-parser.cc:18493 cp/parser.cc:40981
45118 #, gcc-internal-format
45119 msgid "unexpected %<else%>"
45120 msgstr "očekivano je %<else%>"
45121
45122 #: c/c-parser.cc:18553 cp/parser.cc:41418
45123 #, gcc-internal-format
45124 msgid "invalid form of %<pragma omp atomic compare%>"
45125 msgstr ""
45126
45127 #: c/c-parser.cc:18825 cp/parser.cc:41272 cp/parser.cc:41298
45128 #, gcc-internal-format
45129 msgid "invalid form of %<#pragma omp atomic%>"
45130 msgstr ""
45131
45132 #: c/c-parser.cc:18829 cp/parser.cc:41338 cp/parser.cc:41372
45133 #, gcc-internal-format
45134 msgid "invalid operator for %<#pragma omp atomic%>"
45135 msgstr ""
45136
45137 #: c/c-parser.cc:18880 cp/parser.cc:41407
45138 #, gcc-internal-format
45139 msgid "%<weak%> clause requires atomic equality comparison"
45140 msgstr ""
45141
45142 #: c/c-parser.cc:18886 cp/semantics.cc:10745 cp/semantics.cc:10755
45143 #, gcc-internal-format
45144 msgid "%<#pragma omp atomic capture%> uses two different expressions for memory"
45145 msgstr ""
45146
45147 #: c/c-parser.cc:18986 cp/semantics.cc:10832
45148 #, gcc-internal-format
45149 msgid "%<depobj%> expression is not lvalue expression"
45150 msgstr ""
45151
45152 #: c/c-parser.cc:19043 cp/parser.cc:41573
45153 #, gcc-internal-format
45154 msgid "expected %<in%>, %<out%>, %<inout%> or %<mutexinoutset%>"
45155 msgstr "očekivano je %<in%>, %<out%>, %<inout%> ili %<mutexinoutset%>"
45156
45157 #: c/c-parser.cc:19055 cp/parser.cc:41589
45158 #, gcc-internal-format
45159 msgid "expected %<depend%>, %<destroy%> or %<update%> clause"
45160 msgstr "očekivano je %<depend%>, %<destroy%> ili %<update%> klauzula"
45161
45162 #: c/c-parser.cc:19093 cp/parser.cc:41629
45163 #, gcc-internal-format
45164 msgid "expected %<seq_cst%>, %<acq_rel%>, %<release%> or %<acquire%>"
45165 msgstr "očekivano je %<seq_cst%>, %<acq_rel%>, %<release%> ili %<acquire%>"
45166
45167 #: c/c-parser.cc:19101 cp/parser.cc:41637
45168 #, gcc-internal-format
45169 msgid "%<flush%> list specified together with memory order clause"
45170 msgstr ""
45171
45172 #: c/c-parser.cc:19106
45173 #, gcc-internal-format
45174 msgid "expected %<(%> or end of line"
45175 msgstr ""
45176
45177 #: c/c-parser.cc:19185 cp/parser.cc:42356
45178 #, gcc-internal-format
45179 msgid "expected %<inclusive%> or %<exclusive%> clause"
45180 msgstr "očekivano je %<inclusive%> ili %<exclusive%> klauzula"
45181
45182 #: c/c-parser.cc:19190 cp/parser.cc:42362
45183 #, gcc-internal-format
45184 msgid "expected %<#pragma omp scan%>"
45185 msgstr "očekivano je %<#pragma omp scan%>"
45186
45187 #: c/c-parser.cc:19246 cp/parser.cc:42413
45188 #, gcc-internal-format
45189 msgid "%<ordered%> clause parameter is less than %<collapse%>"
45190 msgstr ""
45191
45192 #: c/c-parser.cc:19257 cp/parser.cc:42424
45193 #, gcc-internal-format
45194 msgid "%<linear%> clause may not be specified together with %<ordered%> clause with a parameter"
45195 msgstr ""
45196
45197 #: c/c-parser.cc:19275 cp/parser.cc:42452
45198 #, gcc-internal-format
45199 msgid "for statement expected"
45200 msgstr ""
45201
45202 #: c/c-parser.cc:19353 cp/semantics.cc:10323 cp/semantics.cc:10414
45203 #, gcc-internal-format
45204 msgid "expected iteration declaration or initialization"
45205 msgstr ""
45206
45207 #: c/c-parser.cc:19439
45208 #, gcc-internal-format
45209 msgid "not enough perfectly nested loops"
45210 msgstr ""
45211
45212 #: c/c-parser.cc:19487 cp/parser.cc:42766
45213 #, gcc-internal-format
45214 msgid "collapsed loops not perfectly nested"
45215 msgstr ""
45216
45217 #: c/c-parser.cc:19570 cp/parser.cc:42562 cp/parser.cc:42604 cp/pt.cc:18175
45218 #, gcc-internal-format
45219 msgid "iteration variable %qD should not be firstprivate"
45220 msgstr ""
45221
45222 #: c/c-parser.cc:19706 cp/parser.cc:42887
45223 #, gcc-internal-format
45224 msgid "%<ordered%> clause with parameter may not be specified on %qs construct"
45225 msgstr ""
45226
45227 #: c/c-parser.cc:19985 cp/parser.cc:43180
45228 #, gcc-internal-format
45229 msgid "%<#pragma omp ordered%> with %<depend%> clause may only be used in compound statements"
45230 msgstr ""
45231
45232 #: c/c-parser.cc:20199 cp/parser.cc:43386
45233 #, gcc-internal-format
45234 msgid "expected %<for%> after %qs"
45235 msgstr "očekivano je %<for%> iza %qs"
45236
45237 #: c/c-parser.cc:20541 cp/parser.cc:43730
45238 #, gcc-internal-format
45239 msgid "expected %<point%>"
45240 msgstr "očekivano je %<point%>"
45241
45242 #: c/c-parser.cc:20796 cp/parser.cc:44005
45243 #, gcc-internal-format
45244 msgid "%<#pragma omp target data%> with map-type other than %<to%>, %<from%>, %<tofrom%> or %<alloc%> on %<map%> clause"
45245 msgstr ""
45246
45247 #: c/c-parser.cc:20812 cp/parser.cc:44021
45248 #, gcc-internal-format
45249 msgid "%<#pragma omp target data%> must contain at least one %<map%>, %<use_device_ptr%> or %<use_device_addr%> clause"
45250 msgstr ""
45251
45252 #: c/c-parser.cc:20860 cp/parser.cc:44253
45253 #, gcc-internal-format
45254 msgid "%<#pragma omp target update%> must contain at least one %<from%> or %<to%> clauses"
45255 msgstr ""
45256
45257 #: c/c-parser.cc:20934 cp/parser.cc:44104
45258 #, gcc-internal-format
45259 msgid "%<#pragma omp target enter data%> with map-type other than %<to%> or %<alloc%> on %<map%> clause"
45260 msgstr ""
45261
45262 #: c/c-parser.cc:20946 cp/parser.cc:44116
45263 #, gcc-internal-format
45264 msgid "%<#pragma omp target enter data%> must contain at least one %<map%> clause"
45265 msgstr ""
45266
45267 #: c/c-parser.cc:21021 cp/parser.cc:44196
45268 #, gcc-internal-format
45269 msgid "%<#pragma omp target exit data%> with map-type other than %<from%>, %<release%> or %<delete%> on %<map%> clause"
45270 msgstr ""
45271
45272 #: c/c-parser.cc:21034 cp/parser.cc:44209
45273 #, gcc-internal-format
45274 msgid "%<#pragma omp target exit data%> must contain at least one %<map%> clause"
45275 msgstr ""
45276
45277 #: c/c-parser.cc:21270 cp/semantics.cc:9854
45278 #, gcc-internal-format
45279 msgid "%<#pragma omp target%> with map-type other than %<to%>, %<from%>, %<tofrom%> or %<alloc%> on %<map%> clause"
45280 msgstr ""
45281
45282 #: c/c-parser.cc:21327
45283 #, gcc-internal-format
45284 msgid "%<#pragma omp declare %s%> must be followed by function declaration or definition or another %<#pragma omp declare %s%>"
45285 msgstr ""
45286
45287 #: c/c-parser.cc:21378 c/c-parser.cc:21406
45288 #, gcc-internal-format
45289 msgid "%<#pragma omp declare %s%> must be followed by function declaration or definition"
45290 msgstr ""
45291
45292 #: c/c-parser.cc:21445 cp/parser.cc:45121
45293 #, gcc-internal-format
45294 msgid "expected trait selector name"
45295 msgstr ""
45296
45297 #: c/c-parser.cc:21498 cp/parser.cc:45173
45298 #, gcc-internal-format
45299 msgid "selector %qs not allowed for context selector set %qs"
45300 msgstr ""
45301
45302 #: c/c-parser.cc:21523 cp/parser.cc:45197
45303 #, gcc-internal-format
45304 msgid "selector %qs does not accept any properties"
45305 msgstr ""
45306
45307 #: c/c-parser.cc:21550 cp/parser.cc:45236 cp/pt.cc:11631
45308 #, gcc-internal-format
45309 msgid "score argument must be constant integer expression"
45310 msgstr ""
45311
45312 #: c/c-parser.cc:21553 cp/parser.cc:45239 cp/pt.cc:11648
45313 #, gcc-internal-format
45314 msgid "score argument must be non-negative"
45315 msgstr ""
45316
45317 #: c/c-parser.cc:21577 cp/parser.cc:45267 cp/pt.cc:11634
45318 #, gcc-internal-format
45319 msgid "property must be constant integer expression or string literal"
45320 msgstr ""
45321
45322 #: c/c-parser.cc:21622 cp/parser.cc:45311
45323 #, gcc-internal-format
45324 msgid "expected identifier or string literal"
45325 msgstr ""
45326
45327 #: c/c-parser.cc:21644 cp/parser.cc:45333 cp/pt.cc:11638
45328 #, gcc-internal-format
45329 msgid "property must be constant integer expression"
45330 msgstr ""
45331
45332 #: c/c-parser.cc:21655 cp/parser.cc:45344
45333 #, gcc-internal-format
45334 msgid "properties for %<simd%> selector may not be specified in %<metadirective%>"
45335 msgstr ""
45336
45337 #: c/c-parser.cc:21742 cp/parser.cc:45430
45338 #, gcc-internal-format
45339 msgid "expected %<construct%>, %<device%>, %<implementation%> or %<user%>"
45340 msgstr ""
45341
45342 #: c/c-parser.cc:21817 cp/parser.cc:45544
45343 #, gcc-internal-format
45344 msgid "expected %<match%>"
45345 msgstr "očekivano je %<match%>"
45346
45347 #: c/c-parser.cc:21837
45348 #, gcc-internal-format
45349 msgid "variant %qD is not a function"
45350 msgstr ""
45351
45352 #: c/c-parser.cc:21843 cp/decl.cc:7902
45353 #, gcc-internal-format
45354 msgid "variant %qD and base %qD have incompatible types"
45355 msgstr ""
45356
45357 #: c/c-parser.cc:21855 cp/decl.cc:7911
45358 #, gcc-internal-format
45359 msgid "variant %qD is a built-in"
45360 msgstr ""
45361
45362 #: c/c-parser.cc:21900
45363 #, gcc-internal-format
45364 msgid "%<#pragma omp declare %s%> not immediately followed by a function declaration or definition"
45365 msgstr ""
45366
45367 #: c/c-parser.cc:21908 cp/parser.cc:45589
45368 #, gcc-internal-format
45369 msgid "%<#pragma omp declare %s%> not immediately followed by a single function declaration or definition"
45370 msgstr ""
45371
45372 #: c/c-parser.cc:22017 cp/parser.cc:45797
45373 #, gcc-internal-format
45374 msgid "%qD specified both in declare target %<link%> and %<to%> clauses"
45375 msgstr ""
45376
45377 #: c/c-parser.cc:22066 cp/parser.cc:45909
45378 #, gcc-internal-format
45379 msgid "directive with only %<device_type%> clauses ignored"
45380 msgstr ""
45381
45382 #: c/c-parser.cc:22085 cp/parser.cc:45935
45383 #, gcc-internal-format
45384 msgid "expected %<target%>"
45385 msgstr "očekivano je %<target%>"
45386
45387 #: c/c-parser.cc:22092 cp/parser.cc:45942
45388 #, gcc-internal-format
45389 msgid "expected %<declare%>"
45390 msgstr "očekivano je %<declare%>"
45391
45392 #: c/c-parser.cc:22098 cp/parser.cc:45949
45393 #, gcc-internal-format
45394 msgid "%<#pragma omp end declare target%> without corresponding %<#pragma omp declare target%>"
45395 msgstr ""
45396
45397 #: c/c-parser.cc:22126
45398 #, gcc-internal-format
45399 msgid "%<#pragma omp declare reduction%> not at file or block scope"
45400 msgstr ""
45401
45402 #: c/c-parser.cc:22203
45403 #, gcc-internal-format
45404 msgid "predeclared arithmetic type in %<#pragma omp declare reduction%>"
45405 msgstr ""
45406
45407 #: c/c-parser.cc:22207
45408 #, gcc-internal-format
45409 msgid "function or array type in %<#pragma omp declare reduction%>"
45410 msgstr ""
45411
45412 #: c/c-parser.cc:22210
45413 #, gcc-internal-format
45414 msgid "%<_Atomic%> qualified type in %<#pragma omp declare reduction%>"
45415 msgstr ""
45416
45417 #: c/c-parser.cc:22213
45418 #, gcc-internal-format
45419 msgid "const, volatile or restrict qualified type in %<#pragma omp declare reduction%>"
45420 msgstr ""
45421
45422 #: c/c-parser.cc:22221
45423 #, gcc-internal-format
45424 msgid "redeclaration of %qs %<#pragma omp declare reduction%> for type %qT"
45425 msgstr ""
45426
45427 #: c/c-parser.cc:22230
45428 #, gcc-internal-format
45429 msgid "previous %<#pragma omp declare reduction%>"
45430 msgstr ""
45431
45432 #: c/c-parser.cc:22347
45433 #, gcc-internal-format
45434 msgid "expected %<omp_priv%> or function-name"
45435 msgstr ""
45436
45437 #: c/c-parser.cc:22358
45438 #, gcc-internal-format
45439 msgid "expected function-name %<(%>"
45440 msgstr "očekivano je function-name %<(%>"
45441
45442 #: c/c-parser.cc:22377
45443 #, gcc-internal-format
45444 msgid "one of the initializer call arguments should be %<&omp_priv%>"
45445 msgstr ""
45446
45447 #: c/c-parser.cc:22508 cp/parser.cc:46437
45448 #, gcc-internal-format
45449 msgid "expected %<simd%>, %<reduction%>, %<target%> or %<variant%>"
45450 msgstr "očekivano je %<simd%>, %<reduction%>, %<target%> ili %<variant%>"
45451
45452 #: c/c-parser.cc:22575 cp/parser.cc:46503
45453 #, gcc-internal-format
45454 msgid "expected %<seq_cst%>, %<relaxed%> or %<acq_rel%>"
45455 msgstr "očekivano je %<seq_cst%>, %<relaxed%> ili %<acq_rel%>"
45456
45457 #: c/c-parser.cc:22604 cp/parser.cc:46538
45458 #, gcc-internal-format
45459 msgid "expected %<unified_address%>, %<unified_shared_memory%>, %<dynamic_allocators%>, %<reverse_offload%> or %<atomic_default_mem_order%> clause"
45460 msgstr ""
45461
45462 #: c/c-parser.cc:22613 cp/parser.cc:46547
45463 #, gcc-internal-format
45464 msgid "%qs clause on %<requires%> directive not supported yet"
45465 msgstr ""
45466
45467 #: c/c-parser.cc:22625 cp/parser.cc:46559
45468 #, gcc-internal-format
45469 msgid "%qs clause used lexically after first target construct or offloading API"
45470 msgstr ""
45471
45472 #: c/c-parser.cc:22637 cp/parser.cc:46571
45473 #, gcc-internal-format
45474 msgid "more than one %<atomic_default_mem_order%> clause in a single compilation unit"
45475 msgstr ""
45476
45477 #: c/c-parser.cc:22646 cp/parser.cc:46580
45478 #, gcc-internal-format
45479 msgid "%<atomic_default_mem_order%> clause used lexically after first %<atomic%> construct without memory order clause"
45480 msgstr ""
45481
45482 #: c/c-parser.cc:22660 cp/parser.cc:46594
45483 #, gcc-internal-format
45484 msgid "%<pragma omp requires%> requires at least one clause"
45485 msgstr ""
45486
45487 #: c/c-parser.cc:22679
45488 #, gcc-internal-format
45489 msgid "zero sized type %qT in %<reduction%> clause"
45490 msgstr ""
45491
45492 #: c/c-parser.cc:22685
45493 #, gcc-internal-format
45494 msgid "variable sized type %qT in %<reduction%> clause"
45495 msgstr ""
45496
45497 #: c/c-parser.cc:22846 cp/parser.cc:46656
45498 #, gcc-internal-format
45499 msgid "expected %<at%>, %<severity%> or %<message%> clause"
45500 msgstr "očekivano je %<at%>, %<severity%> ili %<message%> klauzula"
45501
45502 #: c/c-parser.cc:22879 cp/parser.cc:46691
45503 #, gcc-internal-format
45504 msgid "expected %qs or %qs"
45505 msgstr "očekivano je %qs ili %qs"
45506
45507 #: c/c-parser.cc:22936 cp/parser.cc:46753
45508 #, gcc-internal-format
45509 msgid "%<#pragma omp error%> with %<at(execution)%> clause may only be used in compound statements"
45510 msgstr ""
45511
45512 #: c/c-parser.cc:22959 cp/parser.cc:46780
45513 #, gcc-internal-format
45514 msgid "%<pragma omp error%> encountered: %s"
45515 msgstr ""
45516
45517 #: c/c-parser.cc:22962 cp/parser.cc:46783
45518 #, gcc-internal-format
45519 msgid "%<pragma omp error%> encountered"
45520 msgstr ""
45521
45522 #: c/c-parser.cc:23109 cp/semantics.cc:9229
45523 #, gcc-internal-format
45524 msgid "%qE declared %<threadprivate%> after first use"
45525 msgstr ""
45526
45527 #: c/c-parser.cc:23111 cp/semantics.cc:9231
45528 #, gcc-internal-format
45529 msgid "automatic variable %qE cannot be %<threadprivate%>"
45530 msgstr ""
45531
45532 #: c/c-parser.cc:23115 cp/semantics.cc:9233
45533 #, gcc-internal-format
45534 msgid "%<threadprivate%> %qE has incomplete type"
45535 msgstr ""
45536
45537 #: c/c-parser.cc:23294 cp/parser.cc:47519
45538 #, gcc-internal-format
45539 msgid "%<__transaction_cancel%> without transactional memory support enabled"
45540 msgstr ""
45541
45542 #: c/c-parser.cc:23300 cp/parser.cc:47525
45543 #, gcc-internal-format
45544 msgid "%<__transaction_cancel%> within a %<__transaction_relaxed%>"
45545 msgstr ""
45546
45547 #: c/c-parser.cc:23309
45548 #, gcc-internal-format
45549 msgid "outer %<__transaction_cancel%> not within outer %<__transaction_atomic%> or a %<transaction_may_cancel_outer%> function"
45550 msgstr ""
45551
45552 #: c/c-parser.cc:23317 cp/parser.cc:47543
45553 #, gcc-internal-format
45554 msgid "%<__transaction_cancel%> not within %<__transaction_atomic%>"
45555 msgstr ""
45556
45557 #: c/c-parser.cc:23401
45558 #, gcc-internal-format
45559 msgid "no closing brace"
45560 msgstr ""
45561
45562 #: c/c-typeck.cc:228
45563 #, gcc-internal-format
45564 msgid "%qD has an incomplete type %qT"
45565 msgstr ""
45566
45567 #: c/c-typeck.cc:242 c/c-typeck.cc:10734 c/c-typeck.cc:10776 cp/call.cc:4659
45568 #, gcc-internal-format
45569 msgid "invalid use of void expression"
45570 msgstr ""
45571
45572 #: c/c-typeck.cc:250
45573 #, gcc-internal-format
45574 msgid "invalid use of flexible array member"
45575 msgstr ""
45576
45577 #: c/c-typeck.cc:256 cp/typeck2.cc:363
45578 #, gcc-internal-format
45579 msgid "invalid use of array with unspecified bounds"
45580 msgstr ""
45581
45582 #: c/c-typeck.cc:264
45583 #, gcc-internal-format
45584 msgid "invalid use of undefined type %qT"
45585 msgstr ""
45586
45587 #. If this type has a typedef-name, the TYPE_NAME is a TYPE_DECL.
45588 #: c/c-typeck.cc:267
45589 #, gcc-internal-format
45590 msgid "invalid use of incomplete typedef %qT"
45591 msgstr ""
45592
45593 #: c/c-typeck.cc:340
45594 #, gcc-internal-format
45595 msgid "%qT and %qT are in disjoint named address spaces"
45596 msgstr ""
45597
45598 #: c/c-typeck.cc:375
45599 #, gcc-internal-format
45600 msgid "%qs attribute cannot be applied to a function that does not take variable arguments"
45601 msgstr ""
45602
45603 #: c/c-typeck.cc:602 c/c-typeck.cc:627
45604 #, gcc-internal-format
45605 msgid "function types not truly compatible in ISO C"
45606 msgstr ""
45607
45608 #: c/c-typeck.cc:777
45609 #, gcc-internal-format
45610 msgid "cannot mix operands of decimal floating and vector types"
45611 msgstr ""
45612
45613 #: c/c-typeck.cc:782
45614 #, gcc-internal-format
45615 msgid "cannot mix operands of decimal floating and complex types"
45616 msgstr ""
45617
45618 #: c/c-typeck.cc:787
45619 #, gcc-internal-format
45620 msgid "cannot mix operands of decimal floating and other floating types"
45621 msgstr ""
45622
45623 #: c/c-typeck.cc:1332
45624 #, gcc-internal-format
45625 msgid "invalid use of pointers to arrays with different qualifiers in ISO C before C2X"
45626 msgstr ""
45627
45628 #: c/c-typeck.cc:1336
45629 #, gcc-internal-format
45630 msgid "types are not quite compatible"
45631 msgstr ""
45632
45633 #: c/c-typeck.cc:1340
45634 #, gcc-internal-format
45635 msgid "pointer target types incompatible in C++"
45636 msgstr ""
45637
45638 #: c/c-typeck.cc:1673
45639 #, gcc-internal-format
45640 msgid "function return types not compatible due to %<volatile%>"
45641 msgstr ""
45642
45643 #: c/c-typeck.cc:1930
45644 #, gcc-internal-format
45645 msgid "converting an array compound literal to a pointer is ill-formed in C++"
45646 msgstr ""
45647
45648 #: c/c-typeck.cc:2505 c/c-typeck.cc:9289
45649 #, gcc-internal-format
45650 msgid "%qT has no member named %qE; did you mean %qE?"
45651 msgstr ""
45652
45653 #: c/c-typeck.cc:2509 c/c-typeck.cc:9293
45654 #, gcc-internal-format
45655 msgid "%qT has no member named %qE"
45656 msgstr ""
45657
45658 #: c/c-typeck.cc:2518
45659 #, gcc-internal-format
45660 msgid "accessing a member %qE of an atomic structure %qE"
45661 msgstr ""
45662
45663 #: c/c-typeck.cc:2521
45664 #, gcc-internal-format
45665 msgid "accessing a member %qE of an atomic union %qE"
45666 msgstr ""
45667
45668 #: c/c-typeck.cc:2583
45669 #, gcc-internal-format
45670 msgid "%qE is a pointer; did you mean to use %<->%>?"
45671 msgstr ""
45672
45673 #: c/c-typeck.cc:2589
45674 #, gcc-internal-format
45675 msgid "request for member %qE in something not a structure or union"
45676 msgstr ""
45677
45678 #: c/c-typeck.cc:2637
45679 #, gcc-internal-format
45680 msgid "dereferencing %<void *%> pointer"
45681 msgstr ""
45682
45683 #: c/c-typeck.cc:2692
45684 #, gcc-internal-format
45685 msgid "subscripted value is neither array nor pointer nor vector"
45686 msgstr ""
45687
45688 #: c/c-typeck.cc:2702 cp/typeck.cc:3838 cp/typeck.cc:3931
45689 #, gcc-internal-format
45690 msgid "array subscript is not an integer"
45691 msgstr ""
45692
45693 #: c/c-typeck.cc:2708
45694 #, gcc-internal-format
45695 msgid "subscripted value is pointer to function"
45696 msgstr ""
45697
45698 #: c/c-typeck.cc:2762
45699 #, gcc-internal-format
45700 msgid "ISO C forbids subscripting %<register%> array"
45701 msgstr ""
45702
45703 #: c/c-typeck.cc:2765
45704 #, gcc-internal-format
45705 msgid "ISO C90 forbids subscripting non-lvalue array"
45706 msgstr ""
45707
45708 #: c/c-typeck.cc:2881
45709 #, gcc-internal-format
45710 msgid "enum constant defined here"
45711 msgstr ""
45712
45713 #: c/c-typeck.cc:2988 cp/typeck.cc:1989
45714 #, gcc-internal-format
45715 msgid "%<sizeof%> on array function parameter %qE will return size of %qT"
45716 msgstr ""
45717
45718 #: c/c-typeck.cc:3147
45719 #, gcc-internal-format
45720 msgid "called object %qE is not a function or function pointer"
45721 msgstr ""
45722
45723 #: c/c-typeck.cc:3152
45724 #, gcc-internal-format
45725 msgid "called object %qD is not a function or function pointer"
45726 msgstr ""
45727
45728 #: c/c-typeck.cc:3158
45729 #, gcc-internal-format
45730 msgid "called object is not a function or function pointer"
45731 msgstr ""
45732
45733 #. This situation leads to run-time undefined behavior.  We can't,
45734 #. therefore, simply error unless we can prove that all possible
45735 #. executions of the program must execute the code.
45736 #: c/c-typeck.cc:3188
45737 #, gcc-internal-format
45738 msgid "function called through a non-compatible type"
45739 msgstr ""
45740
45741 #: c/c-typeck.cc:3193 c/c-typeck.cc:3245
45742 #, gcc-internal-format
45743 msgid "function with qualified void return type called"
45744 msgstr ""
45745
45746 #: c/c-typeck.cc:3300
45747 #, gcc-internal-format, gfc-internal-format
45748 msgid "type of formal parameter %d is incomplete"
45749 msgstr ""
45750
45751 #: c/c-typeck.cc:3314
45752 #, gcc-internal-format
45753 msgid "passing argument %d of %qE as integer rather than floating due to prototype"
45754 msgstr ""
45755
45756 #: c/c-typeck.cc:3320
45757 #, gcc-internal-format
45758 msgid "passing argument %d of %qE as integer rather than complex due to prototype"
45759 msgstr ""
45760
45761 #: c/c-typeck.cc:3326
45762 #, gcc-internal-format
45763 msgid "passing argument %d of %qE as complex rather than floating due to prototype"
45764 msgstr ""
45765
45766 #: c/c-typeck.cc:3332
45767 #, gcc-internal-format
45768 msgid "passing argument %d of %qE as floating rather than integer due to prototype"
45769 msgstr ""
45770
45771 #: c/c-typeck.cc:3338
45772 #, gcc-internal-format
45773 msgid "passing argument %d of %qE as complex rather than integer due to prototype"
45774 msgstr ""
45775
45776 #: c/c-typeck.cc:3344
45777 #, gcc-internal-format
45778 msgid "passing argument %d of %qE as floating rather than complex due to prototype"
45779 msgstr ""
45780
45781 #: c/c-typeck.cc:3358
45782 #, gcc-internal-format
45783 msgid "passing argument %d of %qE as %<float%> rather than %<double%> due to prototype"
45784 msgstr ""
45785
45786 #: c/c-typeck.cc:3384
45787 #, gcc-internal-format
45788 msgid "passing argument %d of %qE as %qT rather than %qT due to prototype"
45789 msgstr ""
45790
45791 #: c/c-typeck.cc:3409
45792 #, gcc-internal-format
45793 msgid "passing argument %d of %qE with different width due to prototype"
45794 msgstr ""
45795
45796 #: c/c-typeck.cc:3433
45797 #, gcc-internal-format
45798 msgid "passing argument %d of %qE as unsigned due to prototype"
45799 msgstr ""
45800
45801 #: c/c-typeck.cc:3438
45802 #, gcc-internal-format
45803 msgid "passing argument %d of %qE as signed due to prototype"
45804 msgstr ""
45805
45806 #: c/c-typeck.cc:3591
45807 #, gcc-internal-format
45808 msgid "too many arguments to method %qE"
45809 msgstr ""
45810
45811 #: c/c-typeck.cc:3601
45812 #, gcc-internal-format
45813 msgid "too many arguments to built-in function %qE expecting %d"
45814 msgstr ""
45815
45816 #: c/c-typeck.cc:3673
45817 #, gcc-internal-format
45818 msgid "implicit conversion from %qT to %qT when passing argument to function"
45819 msgstr ""
45820
45821 #: c/c-typeck.cc:3741
45822 #, gcc-internal-format
45823 msgid "too few arguments to built-in function %qE expecting %u"
45824 msgstr ""
45825
45826 #: c/c-typeck.cc:3916 c/c-typeck.cc:3944 cp/typeck.cc:5444 cp/typeck.cc:5720
45827 #, gcc-internal-format
45828 msgid "comparison with string literal results in unspecified behavior"
45829 msgstr ""
45830
45831 #: c/c-typeck.cc:3924 c/c-typeck.cc:3935 cp/typeck.cc:5476 cp/typeck.cc:5500
45832 #, gcc-internal-format
45833 msgid "comparison between pointer and zero character constant"
45834 msgstr ""
45835
45836 #: c/c-typeck.cc:3927 c/c-typeck.cc:3938 cp/typeck.cc:5479 cp/typeck.cc:5503
45837 #, gcc-internal-format
45838 msgid "did you mean to dereference the pointer?"
45839 msgstr ""
45840
45841 #: c/c-typeck.cc:3965
45842 #, gcc-internal-format
45843 msgid "comparison between %qT and %qT"
45844 msgstr ""
45845
45846 #: c/c-typeck.cc:4016
45847 #, gcc-internal-format
45848 msgid "pointer of type %<void *%> used in subtraction"
45849 msgstr ""
45850
45851 #: c/c-typeck.cc:4019
45852 #, gcc-internal-format
45853 msgid "pointer to a function used in subtraction"
45854 msgstr ""
45855
45856 #: c/c-typeck.cc:4053
45857 #, gcc-internal-format
45858 msgid "arithmetic on pointer to an incomplete type"
45859 msgstr ""
45860
45861 #: c/c-typeck.cc:4062 cp/typeck.cc:6459
45862 #, gcc-internal-format
45863 msgid "arithmetic on pointer to an empty aggregate"
45864 msgstr ""
45865
45866 #: c/c-typeck.cc:4505
45867 #, gcc-internal-format
45868 msgid "%<~%> on a boolean expression"
45869 msgstr ""
45870
45871 #: c/c-typeck.cc:4509
45872 #, gcc-internal-format
45873 msgid "did you mean to use logical not?"
45874 msgstr ""
45875
45876 #: c/c-typeck.cc:4519
45877 #, gcc-internal-format
45878 msgid "ISO C does not support %<~%> for complex conjugation"
45879 msgstr ""
45880
45881 #: c/c-typeck.cc:4543
45882 #, gcc-internal-format
45883 msgid "wrong type argument to absu"
45884 msgstr ""
45885
45886 #: c/c-typeck.cc:4568
45887 #, gcc-internal-format
45888 msgid "wrong type argument to unary exclamation mark"
45889 msgstr ""
45890
45891 #: c/c-typeck.cc:4626
45892 #, gcc-internal-format
45893 msgid "increment of enumeration value is invalid in C++"
45894 msgstr ""
45895
45896 #: c/c-typeck.cc:4629
45897 #, gcc-internal-format
45898 msgid "decrement of enumeration value is invalid in C++"
45899 msgstr ""
45900
45901 #: c/c-typeck.cc:4636
45902 #, gcc-internal-format
45903 msgid "increment of a boolean expression"
45904 msgstr ""
45905
45906 #: c/c-typeck.cc:4639
45907 #, gcc-internal-format
45908 msgid "decrement of a boolean expression"
45909 msgstr ""
45910
45911 #: c/c-typeck.cc:4655
45912 #, gcc-internal-format
45913 msgid "ISO C does not support %<++%> and %<--%> on complex types"
45914 msgstr ""
45915
45916 #: c/c-typeck.cc:4681 c/c-typeck.cc:4715
45917 #, gcc-internal-format
45918 msgid "wrong type argument to increment"
45919 msgstr ""
45920
45921 #: c/c-typeck.cc:4683 c/c-typeck.cc:4718
45922 #, gcc-internal-format
45923 msgid "wrong type argument to decrement"
45924 msgstr ""
45925
45926 #: c/c-typeck.cc:4703
45927 #, gcc-internal-format
45928 msgid "increment of pointer to an incomplete type %qT"
45929 msgstr ""
45930
45931 #: c/c-typeck.cc:4707
45932 #, gcc-internal-format
45933 msgid "decrement of pointer to an incomplete type %qT"
45934 msgstr ""
45935
45936 #: c/c-typeck.cc:4812
45937 #, gcc-internal-format
45938 msgid "taking address of expression of type %<void%>"
45939 msgstr ""
45940
45941 #: c/c-typeck.cc:4871 c/c-typeck.cc:5064
45942 #, gcc-internal-format
45943 msgid "cannot take address of bit-field %qD"
45944 msgstr ""
45945
45946 #: c/c-typeck.cc:4885
45947 #, gcc-internal-format
45948 msgid "cannot take address of scalar with reverse storage order"
45949 msgstr ""
45950
45951 #: c/c-typeck.cc:4893
45952 #, gcc-internal-format
45953 msgid "address of array with reverse scalar storage order requested"
45954 msgstr ""
45955
45956 #: c/c-typeck.cc:5095
45957 #, gcc-internal-format
45958 msgid "global register variable %qD used in nested function"
45959 msgstr ""
45960
45961 #: c/c-typeck.cc:5098
45962 #, gcc-internal-format
45963 msgid "register variable %qD used in nested function"
45964 msgstr ""
45965
45966 #: c/c-typeck.cc:5103
45967 #, gcc-internal-format
45968 msgid "address of global register variable %qD requested"
45969 msgstr ""
45970
45971 #: c/c-typeck.cc:5105
45972 #, gcc-internal-format
45973 msgid "address of register variable %qD requested"
45974 msgstr ""
45975
45976 #: c/c-typeck.cc:5244
45977 #, gcc-internal-format
45978 msgid "non-lvalue array in conditional expression"
45979 msgstr ""
45980
45981 #: c/c-typeck.cc:5326
45982 #, gcc-internal-format
45983 msgid "implicit conversion from %qT to %qT to match other result of conditional"
45984 msgstr ""
45985
45986 #: c/c-typeck.cc:5385 c/c-typeck.cc:5391
45987 #, gcc-internal-format
45988 msgid "operand of %<?:%> changes signedness from %qT to %qT due to unsignedness of other operand"
45989 msgstr ""
45990
45991 #: c/c-typeck.cc:5408
45992 #, gcc-internal-format
45993 msgid "ISO C forbids conditional expr with only one void side"
45994 msgstr ""
45995
45996 #: c/c-typeck.cc:5425
45997 #, gcc-internal-format
45998 msgid "pointers to disjoint address spaces used in conditional expression"
45999 msgstr ""
46000
46001 #: c/c-typeck.cc:5449
46002 #, gcc-internal-format
46003 msgid "pointer to array loses qualifier in conditional expression"
46004 msgstr ""
46005
46006 #: c/c-typeck.cc:5453
46007 #, gcc-internal-format
46008 msgid "pointer to array loses qualifier in conditional expression in ISO C before C2X"
46009 msgstr ""
46010
46011 #: c/c-typeck.cc:5458
46012 #, gcc-internal-format
46013 msgid "ISO C forbids conditional expr between %<void *%> and function pointer"
46014 msgstr ""
46015
46016 #: c/c-typeck.cc:5473
46017 #, gcc-internal-format
46018 msgid "pointer type mismatch between %qT and %qT of %qD and %qD in conditional expression"
46019 msgstr ""
46020
46021 #: c/c-typeck.cc:5478
46022 #, gcc-internal-format
46023 msgid "pointer type mismatch in conditional expression"
46024 msgstr ""
46025
46026 #: c/c-typeck.cc:5487 c/c-typeck.cc:5498
46027 #, gcc-internal-format
46028 msgid "pointer/integer type mismatch in conditional expression"
46029 msgstr ""
46030
46031 #: c/c-typeck.cc:5512
46032 #, gcc-internal-format
46033 msgid "type mismatch in conditional expression"
46034 msgstr ""
46035
46036 #: c/c-typeck.cc:5627
46037 #, gcc-internal-format
46038 msgid "ignoring return value of %qD, declared with attribute %<nodiscard%>: %E"
46039 msgstr ""
46040
46041 #: c/c-typeck.cc:5631
46042 #, gcc-internal-format
46043 msgid "ignoring return value of %qD, declared with attribute %<nodiscard%>"
46044 msgstr ""
46045
46046 #: c/c-typeck.cc:5649
46047 #, gcc-internal-format
46048 msgid "ignoring return value of type %qT, declared with attribute %<nodiscard%>: %E"
46049 msgstr ""
46050
46051 #: c/c-typeck.cc:5654
46052 #, gcc-internal-format
46053 msgid "ignoring return value of type %qT, declared with attribute %<nodiscard%>"
46054 msgstr ""
46055
46056 #: c/c-typeck.cc:5663 cp/cvt.cc:1096
46057 #, gcc-internal-format
46058 msgid "in call to %qD, declared here"
46059 msgstr ""
46060
46061 #: c/c-typeck.cc:5712
46062 #, gcc-internal-format
46063 msgid "left-hand operand of comma expression has no effect"
46064 msgstr ""
46065
46066 #: c/c-typeck.cc:5730 c/c-typeck.cc:11309
46067 #, gcc-internal-format
46068 msgid "right-hand operand of comma expression has no effect"
46069 msgstr ""
46070
46071 #: c/c-typeck.cc:5801
46072 msgid "cast adds %q#v qualifier to function type"
46073 msgstr ""
46074
46075 #: c/c-typeck.cc:5807
46076 msgid "cast discards %qv qualifier from pointer target type"
46077 msgstr ""
46078
46079 #: c/c-typeck.cc:5842
46080 #, gcc-internal-format
46081 msgid "to be safe all intermediate pointers in cast from %qT to %qT must be %<const%> qualified"
46082 msgstr ""
46083
46084 #: c/c-typeck.cc:5936
46085 #, gcc-internal-format
46086 msgid "cast specifies array type"
46087 msgstr ""
46088
46089 #: c/c-typeck.cc:5942
46090 #, gcc-internal-format
46091 msgid "cast specifies function type"
46092 msgstr ""
46093
46094 #: c/c-typeck.cc:5957
46095 #, gcc-internal-format
46096 msgid "ISO C forbids casting nonscalar to the same type"
46097 msgstr ""
46098
46099 #: c/c-typeck.cc:5977
46100 #, gcc-internal-format
46101 msgid "ISO C forbids casts to union type"
46102 msgstr ""
46103
46104 #: c/c-typeck.cc:5987
46105 #, gcc-internal-format
46106 msgid "cast to union type from type not present in union"
46107 msgstr ""
46108
46109 #: c/c-typeck.cc:6022
46110 #, gcc-internal-format, gfc-internal-format
46111 msgid "cast to %s address space pointer from disjoint generic address space pointer"
46112 msgstr ""
46113
46114 #: c/c-typeck.cc:6027
46115 #, gcc-internal-format, gfc-internal-format
46116 msgid "cast to generic address space pointer from disjoint %s address space pointer"
46117 msgstr ""
46118
46119 #: c/c-typeck.cc:6032
46120 #, gcc-internal-format, gfc-internal-format
46121 msgid "cast to %s address space pointer from disjoint %s address space pointer"
46122 msgstr ""
46123
46124 #: c/c-typeck.cc:6052
46125 #, gcc-internal-format
46126 msgid "cast increases required alignment of target type"
46127 msgstr ""
46128
46129 #: c/c-typeck.cc:6063
46130 #, gcc-internal-format
46131 msgid "cast from pointer to integer of different size"
46132 msgstr ""
46133
46134 #: c/c-typeck.cc:6068
46135 #, gcc-internal-format
46136 msgid "cast from function call of type %qT to non-matching type %qT"
46137 msgstr ""
46138
46139 #: c/c-typeck.cc:6077 cp/typeck.cc:8829
46140 #, gcc-internal-format
46141 msgid "cast to pointer from integer of different size"
46142 msgstr ""
46143
46144 #: c/c-typeck.cc:6091
46145 #, gcc-internal-format
46146 msgid "ISO C forbids conversion of function pointer to object pointer type"
46147 msgstr ""
46148
46149 #: c/c-typeck.cc:6100
46150 #, gcc-internal-format
46151 msgid "ISO C forbids conversion of object pointer to function pointer type"
46152 msgstr ""
46153
46154 #: c/c-typeck.cc:6110
46155 #, gcc-internal-format
46156 msgid "cast between incompatible function types from %qT to %qT"
46157 msgstr ""
46158
46159 #: c/c-typeck.cc:6206
46160 #, gcc-internal-format
46161 msgid "defining a type in a cast is invalid in C++"
46162 msgstr ""
46163
46164 #: c/c-typeck.cc:6247
46165 #, gcc-internal-format
46166 msgid "assignment to expression with array type"
46167 msgstr ""
46168
46169 #: c/c-typeck.cc:6373
46170 #, gcc-internal-format
46171 msgid "enum conversion in assignment is invalid in C++"
46172 msgstr ""
46173
46174 #: c/c-typeck.cc:6575 c/c-typeck.cc:6597 c/c-typeck.cc:6623
46175 #, gcc-internal-format
46176 msgid "(near initialization for %qs)"
46177 msgstr ""
46178
46179 #: c/c-typeck.cc:6638
46180 #, gcc-internal-format
46181 msgid "array initialized from parenthesized string constant"
46182 msgstr ""
46183
46184 #: c/c-typeck.cc:6681 c/c-typeck.cc:6922
46185 #, gcc-internal-format
46186 msgid "expected %qT but argument is of type %qT"
46187 msgstr ""
46188
46189 #: c/c-typeck.cc:6715
46190 #, gcc-internal-format
46191 msgid "%qD argument %d type is %qT where %qT is expected in a call to built-in function declared without prototype"
46192 msgstr ""
46193
46194 #: c/c-typeck.cc:6718
46195 #, gcc-internal-format
46196 msgid "%qD argument %d promotes to %qT where %qT is expected in a call to built-in function declared without prototype"
46197 msgstr ""
46198
46199 #: c/c-typeck.cc:6723
46200 #, gcc-internal-format
46201 msgid "built-in %qD declared here"
46202 msgstr ""
46203
46204 #: c/c-typeck.cc:6917
46205 #, gcc-internal-format
46206 msgid "enum conversion when passing argument %d of %qE is invalid in C++"
46207 msgstr ""
46208
46209 #: c/c-typeck.cc:6926
46210 #, gcc-internal-format
46211 msgid "enum conversion from %qT to %qT in assignment is invalid in C++"
46212 msgstr ""
46213
46214 #: c/c-typeck.cc:6931
46215 #, gcc-internal-format
46216 msgid "enum conversion from %qT to %qT in initialization is invalid in C++"
46217 msgstr ""
46218
46219 #: c/c-typeck.cc:6936
46220 #, gcc-internal-format
46221 msgid "enum conversion from %qT to %qT in return is invalid in C++"
46222 msgstr ""
46223
46224 #: c/c-typeck.cc:6954
46225 #, gcc-internal-format
46226 msgid "implicit conversion from %qT to %qT"
46227 msgstr ""
46228
46229 #: c/c-typeck.cc:7133 c/c-typeck.cc:7507
46230 msgid "passing argument %d of %qE makes %q#v qualified function pointer from unqualified"
46231 msgstr ""
46232
46233 #: c/c-typeck.cc:7136 c/c-typeck.cc:7510
46234 msgid "assignment makes %q#v qualified function pointer from unqualified"
46235 msgstr ""
46236
46237 #: c/c-typeck.cc:7139 c/c-typeck.cc:7512
46238 msgid "initialization makes %q#v qualified function pointer from unqualified"
46239 msgstr ""
46240
46241 #: c/c-typeck.cc:7142 c/c-typeck.cc:7514
46242 msgid "return makes %q#v qualified function pointer from unqualified"
46243 msgstr ""
46244
46245 #: c/c-typeck.cc:7150 c/c-typeck.cc:7398 c/c-typeck.cc:7441
46246 msgid "passing argument %d of %qE discards %qv qualifier from pointer target type"
46247 msgstr ""
46248
46249 #: c/c-typeck.cc:7152 c/c-typeck.cc:7400 c/c-typeck.cc:7443
46250 msgid "assignment discards %qv qualifier from pointer target type"
46251 msgstr ""
46252
46253 #: c/c-typeck.cc:7154 c/c-typeck.cc:7402 c/c-typeck.cc:7445
46254 msgid "initialization discards %qv qualifier from pointer target type"
46255 msgstr ""
46256
46257 #: c/c-typeck.cc:7156 c/c-typeck.cc:7404 c/c-typeck.cc:7447
46258 msgid "return discards %qv qualifier from pointer target type"
46259 msgstr ""
46260
46261 #: c/c-typeck.cc:7165
46262 #, gcc-internal-format
46263 msgid "ISO C prohibits argument conversion to union type"
46264 msgstr ""
46265
46266 #: c/c-typeck.cc:7233
46267 #, gcc-internal-format
46268 msgid "request for implicit conversion from %qT to %qT not permitted in C++"
46269 msgstr ""
46270
46271 #: c/c-typeck.cc:7246
46272 #, gcc-internal-format
46273 msgid "passing argument %d of %qE from pointer to non-enclosed address space"
46274 msgstr ""
46275
46276 #: c/c-typeck.cc:7256
46277 #, gcc-internal-format
46278 msgid "assignment from pointer to non-enclosed address space"
46279 msgstr ""
46280
46281 #: c/c-typeck.cc:7267
46282 #, gcc-internal-format
46283 msgid "initialization from pointer to non-enclosed address space"
46284 msgstr ""
46285
46286 #: c/c-typeck.cc:7277
46287 #, gcc-internal-format
46288 msgid "return from pointer to non-enclosed address space"
46289 msgstr ""
46290
46291 #: c/c-typeck.cc:7300
46292 #, gcc-internal-format
46293 msgid "argument %d of %qE might be a candidate for a format attribute"
46294 msgstr ""
46295
46296 #: c/c-typeck.cc:7306
46297 #, gcc-internal-format
46298 msgid "assignment left-hand side might be a candidate for a format attribute"
46299 msgstr ""
46300
46301 #: c/c-typeck.cc:7312
46302 #, gcc-internal-format
46303 msgid "initialization left-hand side might be a candidate for a format attribute"
46304 msgstr ""
46305
46306 #: c/c-typeck.cc:7317 cp/typeck.cc:9949
46307 #, gcc-internal-format
46308 msgid "return type might be a candidate for a format attribute"
46309 msgstr ""
46310
46311 #: c/c-typeck.cc:7340
46312 #, gcc-internal-format
46313 msgid "passing argument %d of %qE from incompatible scalar storage order"
46314 msgstr ""
46315
46316 #: c/c-typeck.cc:7350
46317 #, gcc-internal-format
46318 msgid "assignment to %qT from pointer type %qT with incompatible scalar storage order"
46319 msgstr ""
46320
46321 #: c/c-typeck.cc:7360
46322 #, gcc-internal-format
46323 msgid "initialization of %qT from pointer type %qT with incompatible scalar storage order"
46324 msgstr ""
46325
46326 #: c/c-typeck.cc:7365
46327 #, gcc-internal-format
46328 msgid "returning %qT from pointer type with incompatible scalar storage order %qT"
46329 msgstr ""
46330
46331 #: c/c-typeck.cc:7415
46332 #, gcc-internal-format
46333 msgid "ISO C forbids passing argument %d of %qE between function pointer and %<void *%>"
46334 msgstr ""
46335
46336 #: c/c-typeck.cc:7418
46337 #, gcc-internal-format
46338 msgid "ISO C forbids assignment between function pointer and %<void *%>"
46339 msgstr ""
46340
46341 #: c/c-typeck.cc:7420
46342 #, gcc-internal-format
46343 msgid "ISO C forbids initialization between function pointer and %<void *%>"
46344 msgstr ""
46345
46346 #: c/c-typeck.cc:7422
46347 #, gcc-internal-format
46348 msgid "ISO C forbids return between function pointer and %<void *%>"
46349 msgstr ""
46350
46351 #: c/c-typeck.cc:7452
46352 #, gcc-internal-format
46353 msgid "array with qualifier on the element is not qualified before C2X"
46354 msgstr ""
46355
46356 #: c/c-typeck.cc:7469
46357 #, gcc-internal-format
46358 msgid "pointer targets in passing argument %d of %qE differ in signedness"
46359 msgstr ""
46360
46361 #: c/c-typeck.cc:7477
46362 #, gcc-internal-format
46363 msgid "pointer targets in assignment from %qT to %qT differ in signedness"
46364 msgstr ""
46365
46366 #: c/c-typeck.cc:7483
46367 #, gcc-internal-format
46368 msgid "pointer targets in initialization of %qT from %qT differ in signedness"
46369 msgstr ""
46370
46371 #: c/c-typeck.cc:7488
46372 #, gcc-internal-format
46373 msgid "pointer targets in returning %qT from a function with return type %qT differ in signedness"
46374 msgstr ""
46375
46376 #: c/c-typeck.cc:7530
46377 #, gcc-internal-format
46378 msgid "passing argument %d of %qE from incompatible pointer type"
46379 msgstr ""
46380
46381 #: c/c-typeck.cc:7538
46382 #, gcc-internal-format
46383 msgid "assignment to %qT from pointer to %qD with incompatible type %qT"
46384 msgstr ""
46385
46386 #: c/c-typeck.cc:7543
46387 #, gcc-internal-format
46388 msgid "assignment to %qT from incompatible pointer type %qT"
46389 msgstr ""
46390
46391 #: c/c-typeck.cc:7550
46392 #, gcc-internal-format
46393 msgid "initialization of %qT from pointer to %qD with incompatible type %qT"
46394 msgstr ""
46395
46396 #: c/c-typeck.cc:7555
46397 #, gcc-internal-format
46398 msgid "initialization of %qT from incompatible pointer type %qT"
46399 msgstr ""
46400
46401 #: c/c-typeck.cc:7562
46402 #, gcc-internal-format
46403 msgid "returning pointer to %qD of type %qT from a function with incompatible type %qT"
46404 msgstr ""
46405
46406 #: c/c-typeck.cc:7567
46407 #, gcc-internal-format
46408 msgid "returning %qT from a function with incompatible return type %qT"
46409 msgstr ""
46410
46411 #: c/c-typeck.cc:7606
46412 #, gcc-internal-format
46413 msgid "passing argument %d of %qE makes pointer from integer without a cast"
46414 msgstr ""
46415
46416 #: c/c-typeck.cc:7613
46417 #, gcc-internal-format
46418 msgid "assignment to %qT from %qT makes pointer from integer without a cast"
46419 msgstr ""
46420
46421 #: c/c-typeck.cc:7619
46422 #, gcc-internal-format
46423 msgid "initialization of %qT from %qT makes pointer from integer without a cast"
46424 msgstr ""
46425
46426 #: c/c-typeck.cc:7623
46427 #, gcc-internal-format
46428 msgid "returning %qT from a function with return type %qT makes pointer from integer without a cast"
46429 msgstr ""
46430
46431 #: c/c-typeck.cc:7643
46432 #, gcc-internal-format
46433 msgid "passing argument %d of %qE makes integer from pointer without a cast"
46434 msgstr ""
46435
46436 #: c/c-typeck.cc:7650
46437 #, gcc-internal-format
46438 msgid "assignment to %qT from %qT makes integer from pointer without a cast"
46439 msgstr ""
46440
46441 #: c/c-typeck.cc:7656
46442 #, gcc-internal-format
46443 msgid "initialization of %qT from %qT makes integer from pointer without a cast"
46444 msgstr ""
46445
46446 #: c/c-typeck.cc:7660
46447 #, gcc-internal-format
46448 msgid "returning %qT from a function with return type %qT makes integer from pointer without a cast"
46449 msgstr ""
46450
46451 #: c/c-typeck.cc:7687
46452 #, gcc-internal-format
46453 msgid "incompatible type for argument %d of %qE"
46454 msgstr ""
46455
46456 #: c/c-typeck.cc:7698
46457 #, gcc-internal-format
46458 msgid "incompatible types when assigning to type %qT from type %qT"
46459 msgstr ""
46460
46461 #: c/c-typeck.cc:7709
46462 #, gcc-internal-format
46463 msgid "incompatible types when initializing type %qT using type %qT"
46464 msgstr ""
46465
46466 #: c/c-typeck.cc:7719
46467 #, gcc-internal-format
46468 msgid "incompatible types when returning type %qT but %qT was expected"
46469 msgstr ""
46470
46471 #: c/c-typeck.cc:7787
46472 #, gcc-internal-format
46473 msgid "traditional C rejects automatic aggregate initialization"
46474 msgstr ""
46475
46476 #: c/c-typeck.cc:8027 c/c-typeck.cc:8926 cp/typeck2.cc:1189
46477 #, gcc-internal-format
46478 msgid "initialization of a flexible array member"
46479 msgstr ""
46480
46481 #: c/c-typeck.cc:8043 cp/typeck2.cc:1206
46482 #, gcc-internal-format
46483 msgid "cannot initialize array of %qT from a string literal with type array of %qT"
46484 msgstr ""
46485
46486 #: c/c-typeck.cc:8083
46487 #, gcc-internal-format
46488 msgid "array of inappropriate type initialized from string constant"
46489 msgstr ""
46490
46491 #: c/c-typeck.cc:8151 cp/typeck.cc:2380
46492 #, gcc-internal-format
46493 msgid "invalid use of non-lvalue array"
46494 msgstr ""
46495
46496 #: c/c-typeck.cc:8170 c/c-typeck.cc:8194 c/c-typeck.cc:8197 c/c-typeck.cc:8205
46497 #: c/c-typeck.cc:8248 c/c-typeck.cc:9779 c/c-typeck.cc:9829
46498 #, gcc-internal-format
46499 msgid "initializer element is not constant"
46500 msgstr ""
46501
46502 #: c/c-typeck.cc:8179
46503 #, gcc-internal-format
46504 msgid "array initialized from non-constant array expression"
46505 msgstr ""
46506
46507 #: c/c-typeck.cc:8210 c/c-typeck.cc:8261 c/c-typeck.cc:9839
46508 #, gcc-internal-format
46509 msgid "initializer element is not a constant expression"
46510 msgstr ""
46511
46512 #: c/c-typeck.cc:8255 c/c-typeck.cc:9834
46513 #, gcc-internal-format
46514 msgid "initializer element is not computable at load time"
46515 msgstr ""
46516
46517 #: c/c-typeck.cc:8274
46518 #, gcc-internal-format
46519 msgid "invalid initializer"
46520 msgstr ""
46521
46522 #: c/c-typeck.cc:8555 cp/decl.cc:7291
46523 #, gcc-internal-format
46524 msgid "opaque vector types cannot be initialized"
46525 msgstr ""
46526
46527 #: c/c-typeck.cc:8774
46528 #, gcc-internal-format
46529 msgid "extra brace group at end of initializer"
46530 msgstr ""
46531
46532 #: c/c-typeck.cc:8857
46533 #, gcc-internal-format
46534 msgid "braces around scalar initializer"
46535 msgstr ""
46536
46537 #: c/c-typeck.cc:8923 c/c-typeck.cc:10362 cp/typeck2.cc:1216
46538 #: cp/typeck2.cc:1481
46539 #, gcc-internal-format
46540 msgid "initialization of flexible array member in a nested context"
46541 msgstr ""
46542
46543 #: c/c-typeck.cc:8960
46544 #, gcc-internal-format
46545 msgid "missing braces around initializer"
46546 msgstr ""
46547
46548 #: c/c-typeck.cc:8983
46549 #, gcc-internal-format
46550 msgid "missing initializer for field %qD of %qT"
46551 msgstr ""
46552
46553 #: c/c-typeck.cc:9007
46554 #, gcc-internal-format
46555 msgid "empty scalar initializer"
46556 msgstr ""
46557
46558 #: c/c-typeck.cc:9012
46559 #, gcc-internal-format
46560 msgid "extra elements in scalar initializer"
46561 msgstr ""
46562
46563 #: c/c-typeck.cc:9131 c/c-typeck.cc:9213
46564 #, gcc-internal-format
46565 msgid "array index in non-array initializer"
46566 msgstr ""
46567
46568 #: c/c-typeck.cc:9136 c/c-typeck.cc:9275
46569 #, gcc-internal-format
46570 msgid "field name not in record or union initializer"
46571 msgstr ""
46572
46573 #: c/c-typeck.cc:9186
46574 #, gcc-internal-format
46575 msgid "array index in initializer not of integer type"
46576 msgstr ""
46577
46578 #: c/c-typeck.cc:9195 c/c-typeck.cc:9204
46579 #, gcc-internal-format
46580 msgid "array index in initializer is not an integer constant expression"
46581 msgstr ""
46582
46583 #: c/c-typeck.cc:9209 c/c-typeck.cc:9211
46584 #, gcc-internal-format
46585 msgid "nonconstant array index in initializer"
46586 msgstr ""
46587
46588 #: c/c-typeck.cc:9215 c/c-typeck.cc:9218
46589 #, gcc-internal-format
46590 msgid "array index in initializer exceeds array bounds"
46591 msgstr ""
46592
46593 #: c/c-typeck.cc:9237
46594 #, gcc-internal-format
46595 msgid "empty index range in initializer"
46596 msgstr ""
46597
46598 #: c/c-typeck.cc:9246
46599 #, gcc-internal-format
46600 msgid "array index range in initializer exceeds array bounds"
46601 msgstr ""
46602
46603 #: c/c-typeck.cc:9348 c/c-typeck.cc:9378 c/c-typeck.cc:9922
46604 #, gcc-internal-format
46605 msgid "initialized field with side-effects overwritten"
46606 msgstr ""
46607
46608 #: c/c-typeck.cc:9352 c/c-typeck.cc:9382 c/c-typeck.cc:9925
46609 #, gcc-internal-format
46610 msgid "initialized field overwritten"
46611 msgstr ""
46612
46613 #: c/c-typeck.cc:9856
46614 #, gcc-internal-format
46615 msgid "enum conversion in initialization is invalid in C++"
46616 msgstr ""
46617
46618 #: c/c-typeck.cc:10237
46619 #, gcc-internal-format
46620 msgid "excess elements in %<char%> array initializer"
46621 msgstr ""
46622
46623 #: c/c-typeck.cc:10244 c/c-typeck.cc:10321
46624 #, gcc-internal-format
46625 msgid "excess elements in struct initializer"
46626 msgstr ""
46627
46628 #: c/c-typeck.cc:10265
46629 #, gcc-internal-format
46630 msgid "positional initialization of field in %<struct%> declared with %<designated_init%> attribute"
46631 msgstr ""
46632
46633 #: c/c-typeck.cc:10336 cp/typeck2.cc:1193
46634 #, gcc-internal-format
46635 msgid "non-static initialization of a flexible array member"
46636 msgstr ""
46637
46638 #: c/c-typeck.cc:10431
46639 #, gcc-internal-format
46640 msgid "excess elements in union initializer"
46641 msgstr ""
46642
46643 #: c/c-typeck.cc:10453
46644 #, gcc-internal-format
46645 msgid "traditional C rejects initialization of unions"
46646 msgstr ""
46647
46648 #: c/c-typeck.cc:10515
46649 #, gcc-internal-format
46650 msgid "excess elements in array initializer"
46651 msgstr ""
46652
46653 #: c/c-typeck.cc:10549
46654 #, gcc-internal-format
46655 msgid "excess elements in vector initializer"
46656 msgstr ""
46657
46658 #: c/c-typeck.cc:10581
46659 #, gcc-internal-format
46660 msgid "excess elements in scalar initializer"
46661 msgstr ""
46662
46663 #: c/c-typeck.cc:10824
46664 #, gcc-internal-format
46665 msgid "ISO C forbids %<goto *expr;%>"
46666 msgstr ""
46667
46668 #: c/c-typeck.cc:10830
46669 #, gcc-internal-format
46670 msgid "computed goto must be pointer type"
46671 msgstr ""
46672
46673 #: c/c-typeck.cc:10859 c/gimple-parser.cc:2456 cp/typeck.cc:10441
46674 #, gcc-internal-format
46675 msgid "function declared %<noreturn%> has a %<return%> statement"
46676 msgstr ""
46677
46678 #: c/c-typeck.cc:10887 c/c-typeck.cc:10891
46679 #, gcc-internal-format
46680 msgid "%<return%> with no value, in function returning non-void"
46681 msgstr ""
46682
46683 #: c/c-typeck.cc:10905 c/gimple-parser.cc:2466
46684 #, gcc-internal-format
46685 msgid "%<return%> with a value, in function returning void"
46686 msgstr ""
46687
46688 #: c/c-typeck.cc:10908
46689 #, gcc-internal-format
46690 msgid "ISO C forbids %<return%> with expression, in function returning void"
46691 msgstr ""
46692
46693 #: c/c-typeck.cc:10985
46694 #, gcc-internal-format
46695 msgid "function returns address of label"
46696 msgstr ""
46697
46698 #: c/c-typeck.cc:11076 cp/semantics.cc:1495
46699 #, gcc-internal-format
46700 msgid "switch quantity not an integer"
46701 msgstr ""
46702
46703 #: c/c-typeck.cc:11101
46704 #, gcc-internal-format
46705 msgid "%<long%> switch expression not converted to %<int%> in ISO C"
46706 msgstr ""
46707
46708 #: c/c-typeck.cc:11139 c/c-typeck.cc:11147
46709 #, gcc-internal-format
46710 msgid "case label is not an integer constant expression"
46711 msgstr ""
46712
46713 #: c/c-typeck.cc:11153 cp/parser.cc:12638
46714 #, gcc-internal-format
46715 msgid "case label not within a switch statement"
46716 msgstr ""
46717
46718 #: c/c-typeck.cc:11155
46719 #, gcc-internal-format
46720 msgid "%<default%> label not within a switch statement"
46721 msgstr ""
46722
46723 #: c/c-typeck.cc:11231 cp/parser.cc:14243
46724 #, gcc-internal-format
46725 msgid "break statement not within loop or switch"
46726 msgstr ""
46727
46728 #: c/c-typeck.cc:11234 c/c-typeck.cc:11254 cp/decl.cc:3731 cp/parser.cc:14253
46729 #: cp/parser.cc:14274
46730 #, gcc-internal-format
46731 msgid "invalid exit from OpenMP structured block"
46732 msgstr ""
46733
46734 #: c/c-typeck.cc:11237 cp/parser.cc:14256
46735 #, gcc-internal-format
46736 msgid "break statement used with OpenMP for loop"
46737 msgstr ""
46738
46739 #: c/c-typeck.cc:11251 cp/parser.cc:14266
46740 #, gcc-internal-format
46741 msgid "continue statement not within a loop"
46742 msgstr ""
46743
46744 #: c/c-typeck.cc:11291 cp/cp-gimplify.cc:229
46745 #, gcc-internal-format
46746 msgid "statement with no effect"
46747 msgstr ""
46748
46749 #: c/c-typeck.cc:11335
46750 #, gcc-internal-format
46751 msgid "expression statement has incomplete type"
46752 msgstr ""
46753
46754 #: c/c-typeck.cc:11626
46755 #, gcc-internal-format
46756 msgid "the comparison will always evaluate as %<false%> for the pointer operand in %qE must not be NULL"
46757 msgstr ""
46758
46759 #: c/c-typeck.cc:11631
46760 #, gcc-internal-format
46761 msgid "the comparison will always evaluate as %<true%> for the pointer operand in %qE must not be NULL"
46762 msgstr ""
46763
46764 #: c/c-typeck.cc:11649 c/c-typeck.cc:11686
46765 #, gcc-internal-format
46766 msgid "the comparison will always evaluate as %<false%> for the address of %qE will never be NULL"
46767 msgstr ""
46768
46769 #: c/c-typeck.cc:11654 c/c-typeck.cc:11691
46770 #, gcc-internal-format
46771 msgid "the comparison will always evaluate as %<true%> for the address of %qE will never be NULL"
46772 msgstr ""
46773
46774 #: c/c-typeck.cc:12277 c/c-typeck.cc:12413 cp/typeck.cc:5742
46775 #, gcc-internal-format
46776 msgid "comparing vectors with different element types"
46777 msgstr ""
46778
46779 #: c/c-typeck.cc:12285 c/c-typeck.cc:12421 cp/typeck.cc:5755
46780 #, gcc-internal-format
46781 msgid "comparing vectors with different number of elements"
46782 msgstr ""
46783
46784 #: c/c-typeck.cc:12300 c/c-typeck.cc:12436 cp/typeck.cc:5773
46785 #, gcc-internal-format
46786 msgid "comparison between types %qT and %qT"
46787 msgstr ""
46788
46789 #: c/c-typeck.cc:12310 c/c-typeck.cc:12446 cp/typeck.cc:5790
46790 #, gcc-internal-format
46791 msgid "could not find an integer type of the same size as %qT"
46792 msgstr ""
46793
46794 #: c/c-typeck.cc:12324 cp/typeck.cc:5433
46795 #, gcc-internal-format
46796 msgid "comparing floating-point with %<==%> or %<!=%> is unsafe"
46797 msgstr ""
46798
46799 #: c/c-typeck.cc:12358 c/c-typeck.cc:12487
46800 #, gcc-internal-format
46801 msgid "comparison of pointers to disjoint address spaces"
46802 msgstr ""
46803
46804 #: c/c-typeck.cc:12365 c/c-typeck.cc:12371
46805 #, gcc-internal-format
46806 msgid "ISO C forbids comparison of %<void *%> with function pointer"
46807 msgstr ""
46808
46809 #: c/c-typeck.cc:12378 c/c-typeck.cc:12497
46810 #, gcc-internal-format
46811 msgid "comparison of distinct pointer types lacks a cast"
46812 msgstr ""
46813
46814 #: c/c-typeck.cc:12390 c/c-typeck.cc:12395 c/c-typeck.cc:12523
46815 #: c/c-typeck.cc:12528
46816 #, gcc-internal-format
46817 msgid "comparison between pointer and integer"
46818 msgstr ""
46819
46820 #: c/c-typeck.cc:12475
46821 #, gcc-internal-format
46822 msgid "comparison of complete and incomplete pointers"
46823 msgstr ""
46824
46825 #: c/c-typeck.cc:12477
46826 #, gcc-internal-format
46827 msgid "ISO C forbids ordered comparisons of pointers to functions"
46828 msgstr ""
46829
46830 #: c/c-typeck.cc:12482
46831 #, gcc-internal-format
46832 msgid "ordered comparison of pointer with null pointer"
46833 msgstr ""
46834
46835 #: c/c-typeck.cc:12505 c/c-typeck.cc:12508 c/c-typeck.cc:12515
46836 #: c/c-typeck.cc:12518
46837 #, gcc-internal-format
46838 msgid "ordered comparison of pointer with integer zero"
46839 msgstr ""
46840
46841 #: c/c-typeck.cc:12594
46842 #, gcc-internal-format
46843 msgid "implicit conversion from %qT to %qT to match other operand of binary expression"
46844 msgstr ""
46845
46846 #: c/c-typeck.cc:12912
46847 #, gcc-internal-format
46848 msgid "used array that cannot be converted to pointer where scalar is required"
46849 msgstr ""
46850
46851 #: c/c-typeck.cc:12916
46852 #, gcc-internal-format
46853 msgid "used struct type value where scalar is required"
46854 msgstr ""
46855
46856 #: c/c-typeck.cc:12920
46857 #, gcc-internal-format
46858 msgid "used union type value where scalar is required"
46859 msgstr ""
46860
46861 #: c/c-typeck.cc:12936
46862 #, gcc-internal-format
46863 msgid "used vector type where scalar is required"
46864 msgstr ""
46865
46866 #: c/c-typeck.cc:13126 cp/semantics.cc:10905
46867 #, gcc-internal-format
46868 msgid "%<#pragma omp cancel%> must specify one of %<parallel%>, %<for%>, %<sections%> or %<taskgroup%> clauses"
46869 msgstr ""
46870
46871 #: c/c-typeck.cc:13137 c/c-typeck.cc:13147 cp/semantics.cc:10916
46872 #: cp/semantics.cc:10926
46873 #, gcc-internal-format
46874 msgid "expected %<cancel%> %<if%> clause modifier"
46875 msgstr ""
46876
46877 #: c/c-typeck.cc:13182 cp/semantics.cc:10961
46878 #, gcc-internal-format
46879 msgid "%<#pragma omp cancellation point%> must specify one of %<parallel%>, %<for%>, %<sections%> or %<taskgroup%> clauses"
46880 msgstr ""
46881
46882 #: c/c-typeck.cc:13227 c/c-typeck.cc:14923 c/c-typeck.cc:15059
46883 #: c/c-typeck.cc:15142
46884 #, gcc-internal-format
46885 msgid "%<_Atomic%> %qE in %qs clause"
46886 msgstr ""
46887
46888 #: c/c-typeck.cc:13251 c/c-typeck.cc:14849 c/c-typeck.cc:15045
46889 #: cp/semantics.cc:5076 cp/semantics.cc:7814 cp/semantics.cc:8057
46890 #, gcc-internal-format
46891 msgid "bit-field %qE in %qs clause"
46892 msgstr ""
46893
46894 #: c/c-typeck.cc:13260 c/c-typeck.cc:15069 cp/semantics.cc:5086
46895 #: cp/semantics.cc:8076
46896 #, gcc-internal-format
46897 msgid "%qE is a member of a union"
46898 msgstr ""
46899
46900 #: c/c-typeck.cc:13277 c/c-typeck.cc:15078 cp/semantics.cc:8085
46901 #, gcc-internal-format
46902 msgid "cannot dereference %qE in %qs clause"
46903 msgstr ""
46904
46905 #: c/c-typeck.cc:13288 cp/semantics.cc:5111 cp/semantics.cc:8130
46906 #, gcc-internal-format
46907 msgid "%qD is not a variable in %qs clause"
46908 msgstr ""
46909
46910 #: c/c-typeck.cc:13292 c/c-typeck.cc:15106 cp/semantics.cc:5115
46911 #: cp/semantics.cc:8134
46912 #, gcc-internal-format
46913 msgid "%qE is not a variable in %qs clause"
46914 msgstr ""
46915
46916 #: c/c-typeck.cc:13300
46917 #, gcc-internal-format
46918 msgid "%<_Atomic%> %qD in %qs clause"
46919 msgstr ""
46920
46921 #: c/c-typeck.cc:13310 c/c-typeck.cc:15113 c/c-typeck.cc:15240
46922 #: cp/semantics.cc:5124 cp/semantics.cc:8141 cp/semantics.cc:8330
46923 #, gcc-internal-format
46924 msgid "%qD is threadprivate variable in %qs clause"
46925 msgstr ""
46926
46927 #: c/c-typeck.cc:13347 cp/semantics.cc:5158
46928 #, gcc-internal-format
46929 msgid "low bound %qE of array section does not have integral type"
46930 msgstr ""
46931
46932 #: c/c-typeck.cc:13354 cp/semantics.cc:5165
46933 #, gcc-internal-format
46934 msgid "length %qE of array section does not have integral type"
46935 msgstr ""
46936
46937 #: c/c-typeck.cc:13377 cp/semantics.cc:5198
46938 #, gcc-internal-format
46939 msgid "expected single pointer in %qs clause"
46940 msgstr ""
46941
46942 #: c/c-typeck.cc:13395 c/c-typeck.cc:13462 c/c-typeck.cc:13754
46943 #: cp/semantics.cc:5216 cp/semantics.cc:5283
46944 #, gcc-internal-format
46945 msgid "zero length array section in %qs clause"
46946 msgstr ""
46947
46948 #: c/c-typeck.cc:13414 cp/semantics.cc:5235
46949 #, gcc-internal-format
46950 msgid "for unknown bound array type length expression must be specified"
46951 msgstr ""
46952
46953 #: c/c-typeck.cc:13422 cp/semantics.cc:5243
46954 #, gcc-internal-format
46955 msgid "negative low bound in array section in %qs clause"
46956 msgstr ""
46957
46958 #: c/c-typeck.cc:13431 c/c-typeck.cc:13555 cp/semantics.cc:5252
46959 #: cp/semantics.cc:5376
46960 #, gcc-internal-format
46961 msgid "negative length in array section in %qs clause"
46962 msgstr ""
46963
46964 #: c/c-typeck.cc:13448 cp/semantics.cc:5269
46965 #, gcc-internal-format
46966 msgid "low bound %qE above array section size in %qs clause"
46967 msgstr ""
46968
46969 #: c/c-typeck.cc:13491 cp/semantics.cc:5312
46970 #, gcc-internal-format
46971 msgid "length %qE above array section size in %qs clause"
46972 msgstr ""
46973
46974 #: c/c-typeck.cc:13506 cp/semantics.cc:5327
46975 #, gcc-internal-format
46976 msgid "high bound %qE above array section size in %qs clause"
46977 msgstr ""
46978
46979 #: c/c-typeck.cc:13543 cp/semantics.cc:5364
46980 #, gcc-internal-format
46981 msgid "for array function parameter length expression must be specified"
46982 msgstr ""
46983
46984 #: c/c-typeck.cc:13547 cp/semantics.cc:5368
46985 #, gcc-internal-format
46986 msgid "for pointer type length expression must be specified"
46987 msgstr ""
46988
46989 #: c/c-typeck.cc:13574 c/c-typeck.cc:13693 cp/semantics.cc:5395
46990 #: cp/semantics.cc:5529
46991 #, gcc-internal-format
46992 msgid "array section is not contiguous in %qs clause"
46993 msgstr ""
46994
46995 #: c/c-typeck.cc:13584 cp/semantics.cc:5405
46996 #, gcc-internal-format
46997 msgid "%qE does not have pointer or array type"
46998 msgstr ""
46999
47000 #: c/c-typeck.cc:13971 cp/semantics.cc:6503
47001 #, gcc-internal-format
47002 msgid "iterator %qD has neither integral nor pointer type"
47003 msgstr ""
47004
47005 #: c/c-typeck.cc:13978
47006 #, gcc-internal-format
47007 msgid "iterator %qD has %<_Atomic%> qualified type"
47008 msgstr ""
47009
47010 #: c/c-typeck.cc:13984 cp/semantics.cc:6510
47011 #, gcc-internal-format
47012 msgid "iterator %qD has const qualified type"
47013 msgstr ""
47014
47015 #: c/c-typeck.cc:13997 cp/semantics.cc:6526
47016 #, gcc-internal-format
47017 msgid "iterator step with non-integral type"
47018 msgstr ""
47019
47020 #: c/c-typeck.cc:14017 cp/semantics.cc:6562
47021 #, gcc-internal-format
47022 msgid "iterator %qD has zero step"
47023 msgstr ""
47024
47025 #: c/c-typeck.cc:14044
47026 #, gcc-internal-format
47027 msgid "type of iterator %qD refers to outer iterator %qD"
47028 msgstr ""
47029
47030 #: c/c-typeck.cc:14051 cp/semantics.cc:6596
47031 #, gcc-internal-format
47032 msgid "begin expression refers to outer iterator %qD"
47033 msgstr ""
47034
47035 #: c/c-typeck.cc:14057 cp/semantics.cc:6602
47036 #, gcc-internal-format
47037 msgid "end expression refers to outer iterator %qD"
47038 msgstr ""
47039
47040 #: c/c-typeck.cc:14063 cp/semantics.cc:6608
47041 #, gcc-internal-format
47042 msgid "step expression refers to outer iterator %qD"
47043 msgstr ""
47044
47045 #: c/c-typeck.cc:14100 cp/semantics.cc:6656
47046 #, gcc-internal-format
47047 msgid "expected pointer in %qs clause"
47048 msgstr "očekivan je pokazivač (pointer) u %qs klauzuli"
47049
47050 #: c/c-typeck.cc:14188 cp/semantics.cc:6737
47051 #, gcc-internal-format
47052 msgid "%<inscan%> and non-%<inscan%> %<reduction%> clauses on the same construct"
47053 msgstr ""
47054
47055 #: c/c-typeck.cc:14210 cp/semantics.cc:6757
47056 #, gcc-internal-format
47057 msgid "%<inscan%> %<reduction%> clause with array section"
47058 msgstr ""
47059
47060 #: c/c-typeck.cc:14236 c/c-typeck.cc:14246
47061 #, gcc-internal-format
47062 msgid "%qD in %<reduction%> clause is a zero size array"
47063 msgstr ""
47064
47065 #: c/c-typeck.cc:14266
47066 #, gcc-internal-format
47067 msgid "%<_Atomic%> %qE in %<reduction%> clause"
47068 msgstr ""
47069
47070 #: c/c-typeck.cc:14278
47071 #, gcc-internal-format
47072 msgid "zero sized type %qT in %qs clause"
47073 msgstr ""
47074
47075 #: c/c-typeck.cc:14286
47076 #, gcc-internal-format
47077 msgid "variable sized type %qT in %qs clause"
47078 msgstr ""
47079
47080 #: c/c-typeck.cc:14330
47081 #, gcc-internal-format
47082 msgid "%qE has invalid type for %<reduction(%s)%>"
47083 msgstr ""
47084
47085 #: c/c-typeck.cc:14339 cp/semantics.cc:6395
47086 #, gcc-internal-format
47087 msgid "user defined reduction not found for %qE"
47088 msgstr ""
47089
47090 #: c/c-typeck.cc:14427
47091 #, gcc-internal-format
47092 msgid "variable length element type in array %<reduction%> clause"
47093 msgstr ""
47094
47095 #: c/c-typeck.cc:14445 c/c-typeck.cc:15334 cp/semantics.cc:8846
47096 #, gcc-internal-format
47097 msgid "%<nowait%> clause must not be used together with %<copyprivate%>"
47098 msgstr ""
47099
47100 #: c/c-typeck.cc:14457 cp/semantics.cc:8914
47101 #, gcc-internal-format
47102 msgid "%qE must be %<threadprivate%> for %<copyin%>"
47103 msgstr ""
47104
47105 #: c/c-typeck.cc:14471 cp/semantics.cc:6798
47106 #, gcc-internal-format
47107 msgid "modifier should not be specified in %<linear%> clause on %<simd%> or %<for%> constructs"
47108 msgstr ""
47109
47110 #: c/c-typeck.cc:14479
47111 #, gcc-internal-format
47112 msgid "linear clause applied to non-integral non-pointer variable with type %qT"
47113 msgstr ""
47114
47115 #: c/c-typeck.cc:14487
47116 #, gcc-internal-format
47117 msgid "%<_Atomic%> %qD in %<linear%> clause"
47118 msgstr ""
47119
47120 #: c/c-typeck.cc:14506 cp/semantics.cc:6872
47121 #, gcc-internal-format
47122 msgid "%<linear%> clause step %qE is neither constant nor a parameter"
47123 msgstr ""
47124
47125 #: c/c-typeck.cc:14536 c/c-typeck.cc:15233 c/c-typeck.cc:15479
47126 #: cp/semantics.cc:6959 cp/semantics.cc:8323 cp/semantics.cc:8666
47127 #, gcc-internal-format
47128 msgid "%qE is not a variable in clause %qs"
47129 msgstr ""
47130
47131 #: c/c-typeck.cc:14554 cp/semantics.cc:6977
47132 #, gcc-internal-format
47133 msgid "%qD appears more than once in data-sharing clauses"
47134 msgstr ""
47135
47136 #: c/c-typeck.cc:14565 cp/semantics.cc:6988
47137 #, gcc-internal-format
47138 msgid "%qD appears more than once in reduction clauses"
47139 msgstr ""
47140
47141 #: c/c-typeck.cc:14579 c/c-typeck.cc:14649 c/c-typeck.cc:14683
47142 #, gcc-internal-format
47143 msgid "%qE appears more than once in data clauses"
47144 msgstr ""
47145
47146 #: c/c-typeck.cc:14589 c/c-typeck.cc:14656 c/c-typeck.cc:14967
47147 #: c/c-typeck.cc:15160 c/c-typeck.cc:15168 c/c-typeck.cc:15185
47148 #: c/c-typeck.cc:15195 c/c-typeck.cc:15203 cp/semantics.cc:7002
47149 #: cp/semantics.cc:7012 cp/semantics.cc:7105 cp/semantics.cc:7112
47150 #: cp/semantics.cc:7159 cp/semantics.cc:7970 cp/semantics.cc:8193
47151 #: cp/semantics.cc:8201 cp/semantics.cc:8218 cp/semantics.cc:8228
47152 #: cp/semantics.cc:8236
47153 #, gcc-internal-format
47154 msgid "%qD appears more than once in data clauses"
47155 msgstr ""
47156
47157 #: c/c-typeck.cc:14592 c/c-typeck.cc:14662 c/c-typeck.cc:15171
47158 #: c/c-typeck.cc:15206 cp/semantics.cc:7015 cp/semantics.cc:7118
47159 #: cp/semantics.cc:8204 cp/semantics.cc:8239
47160 #, gcc-internal-format
47161 msgid "%qD appears both in data and map clauses"
47162 msgstr ""
47163
47164 #: c/c-typeck.cc:14637 cp/semantics.cc:7092
47165 #, gcc-internal-format
47166 msgid "%qE is not a variable in clause %<firstprivate%>"
47167 msgstr ""
47168
47169 #: c/c-typeck.cc:14676 cp/semantics.cc:7151
47170 #, gcc-internal-format
47171 msgid "%qE is not a variable in clause %<lastprivate%>"
47172 msgstr ""
47173
47174 #: c/c-typeck.cc:14695 cp/semantics.cc:7546
47175 #, gcc-internal-format
47176 msgid "%qE is not a variable in %<aligned%> clause"
47177 msgstr ""
47178
47179 #: c/c-typeck.cc:14702
47180 #, gcc-internal-format
47181 msgid "%qE in %<aligned%> clause is neither a pointer nor an array"
47182 msgstr ""
47183
47184 #: c/c-typeck.cc:14709
47185 #, gcc-internal-format
47186 msgid "%<_Atomic%> %qD in %<aligned%> clause"
47187 msgstr ""
47188
47189 #: c/c-typeck.cc:14716
47190 #, gcc-internal-format
47191 msgid "%qE appears more than once in %<aligned%> clauses"
47192 msgstr ""
47193
47194 #: c/c-typeck.cc:14729 cp/semantics.cc:7617
47195 #, gcc-internal-format
47196 msgid "%qE is not a variable in %<nontemporal%> clause"
47197 msgstr ""
47198
47199 #: c/c-typeck.cc:14735
47200 #, gcc-internal-format
47201 msgid "%qE appears more than once in %<nontemporal%> clauses"
47202 msgstr ""
47203
47204 #: c/c-typeck.cc:14748 cp/semantics.cc:7656
47205 #, gcc-internal-format
47206 msgid "%qE is not a variable in %<allocate%> clause"
47207 msgstr ""
47208
47209 #: c/c-typeck.cc:14754
47210 #, gcc-internal-format
47211 msgid "%qE appears more than once in %<allocate%> clauses"
47212 msgstr ""
47213
47214 #: c/c-typeck.cc:14827 cp/semantics.cc:7785
47215 #, gcc-internal-format
47216 msgid "%<depend%> clause with %<depobj%> dependence type on array section"
47217 msgstr ""
47218
47219 #: c/c-typeck.cc:14838 cp/semantics.cc:7804
47220 #, gcc-internal-format
47221 msgid "%qE is not lvalue expression nor array section in %qs clause"
47222 msgstr ""
47223
47224 #: c/c-typeck.cc:14859 cp/semantics.cc:7826
47225 #, gcc-internal-format
47226 msgid "%qE does not have %<omp_depend_t%> type in %<depend%> clause with %<depobj%> dependence type"
47227 msgstr ""
47228
47229 #: c/c-typeck.cc:14869 cp/semantics.cc:7838
47230 #, gcc-internal-format
47231 msgid "%qE should not have %<omp_depend_t%> type in %<depend%> clause with dependence type other than %<depobj%>"
47232 msgstr ""
47233
47234 #: c/c-typeck.cc:14915 cp/semantics.cc:7922
47235 #, gcc-internal-format
47236 msgid "array section does not have mappable type in %qs clause"
47237 msgstr ""
47238
47239 #: c/c-typeck.cc:14963 c/c-typeck.cc:15182 cp/semantics.cc:7966
47240 #: cp/semantics.cc:8215
47241 #, gcc-internal-format
47242 msgid "%qD appears more than once in motion clauses"
47243 msgstr ""
47244
47245 #: c/c-typeck.cc:14971 c/c-typeck.cc:15188 cp/semantics.cc:7974
47246 #: cp/semantics.cc:8221
47247 #, gcc-internal-format
47248 msgid "%qD appears more than once in map clauses"
47249 msgstr ""
47250
47251 #: c/c-typeck.cc:15052 cp/semantics.cc:8064
47252 #, gcc-internal-format
47253 msgid "%qE does not have a mappable type in %qs clause"
47254 msgstr ""
47255
47256 #: c/c-typeck.cc:15133 c/c-typeck.cc:15247 cp/semantics.cc:8164
47257 #: cp/semantics.cc:8337
47258 #, gcc-internal-format
47259 msgid "%qD does not have a mappable type in %qs clause"
47260 msgstr ""
47261
47262 #: c/c-typeck.cc:15228 cp/semantics.cc:8317
47263 #, gcc-internal-format
47264 msgid "%qE is neither a variable nor a function name in clause %qs"
47265 msgstr ""
47266
47267 #: c/c-typeck.cc:15256 cp/semantics.cc:8347
47268 #, gcc-internal-format
47269 msgid "%qE appears more than once on the same %<declare target%> directive"
47270 msgstr ""
47271
47272 #: c/c-typeck.cc:15270 cp/semantics.cc:8363
47273 #, gcc-internal-format
47274 msgid "%qD is not an argument in %<uniform%> clause"
47275 msgstr ""
47276
47277 #: c/c-typeck.cc:15273 cp/semantics.cc:8366
47278 #, gcc-internal-format
47279 msgid "%qE is not an argument in %<uniform%> clause"
47280 msgstr ""
47281
47282 #: c/c-typeck.cc:15292
47283 #, gcc-internal-format
47284 msgid "%qs variable is not a pointer"
47285 msgstr ""
47286
47287 #: c/c-typeck.cc:15299
47288 #, gcc-internal-format
47289 msgid "%qs variable is neither a pointer nor an array"
47290 msgstr ""
47291
47292 #: c/c-typeck.cc:15347 c/c-typeck.cc:15440 cp/semantics.cc:8808
47293 #, gcc-internal-format
47294 msgid "%<order%> clause must not be used together with %<ordered%>"
47295 msgstr ""
47296
47297 #: c/c-typeck.cc:15367 cp/semantics.cc:7870
47298 #, gcc-internal-format
47299 msgid "too many %qs clauses on a task construct"
47300 msgstr ""
47301
47302 #: c/c-typeck.cc:15462 cp/semantics.cc:8634
47303 #, gcc-internal-format
47304 msgid "%<inbranch%> clause is incompatible with %<notinbranch%>"
47305 msgstr ""
47306
47307 #: c/c-typeck.cc:15529 cp/semantics.cc:8985
47308 #, gcc-internal-format
47309 msgid "%qE is predetermined %qs for %qs"
47310 msgstr ""
47311
47312 #: c/c-typeck.cc:15539
47313 #, gcc-internal-format
47314 msgid "%<const%> qualified %qE may appear only in %<shared%> or %<firstprivate%> clauses"
47315 msgstr ""
47316
47317 #: c/c-typeck.cc:15558 cp/semantics.cc:8760
47318 #, gcc-internal-format
47319 msgid "%<simdlen%> clause value is bigger than %<safelen%> clause value"
47320 msgstr ""
47321
47322 #: c/c-typeck.cc:15570 cp/semantics.cc:8773
47323 #, gcc-internal-format
47324 msgid "%<nonmonotonic%> schedule modifier specified together with %<ordered%> clause"
47325 msgstr ""
47326
47327 #: c/c-typeck.cc:15581 c/c-typeck.cc:15589 cp/semantics.cc:8782
47328 #: cp/semantics.cc:8800
47329 #, gcc-internal-format
47330 msgid "%qs clause specified together with %<inscan%> %<reduction%> clause"
47331 msgstr ""
47332
47333 #: c/c-typeck.cc:15637 cp/semantics.cc:8740
47334 #, gcc-internal-format
47335 msgid "%<linear%> clause step is a parameter %qD not specified in %<uniform%> clause"
47336 msgstr ""
47337
47338 #: c/c-typeck.cc:15688 cp/semantics.cc:8790
47339 #, gcc-internal-format
47340 msgid "%<nogroup%> clause must not be used together with %<reduction%> clause"
47341 msgstr ""
47342
47343 #: c/c-typeck.cc:15698 cp/semantics.cc:8819
47344 #, gcc-internal-format
47345 msgid "%<detach%> clause must not be used together with %<mergeable%> clause"
47346 msgstr ""
47347
47348 #: c/c-typeck.cc:15716 cp/semantics.cc:9010
47349 #, gcc-internal-format
47350 msgid "the event handle of a %<detach%> clause should not be in a data-sharing clause"
47351 msgstr ""
47352
47353 #: c/c-typeck.cc:15890
47354 #, gcc-internal-format
47355 msgid "cannot use %<va_arg%> with reverse storage order"
47356 msgstr ""
47357
47358 #: c/c-typeck.cc:15895
47359 #, gcc-internal-format
47360 msgid "second argument to %<va_arg%> is of incomplete type %qT"
47361 msgstr ""
47362
47363 #: c/c-typeck.cc:15901
47364 #, gcc-internal-format
47365 msgid "C++ requires promoted type, not enum type, in %<va_arg%>"
47366 msgstr ""
47367
47368 #: c/gimple-parser.cc:166
47369 #, gcc-internal-format
47370 msgid "expected frequency quality"
47371 msgstr "očekivana je frekvencija"
47372
47373 #: c/gimple-parser.cc:175
47374 #, gcc-internal-format
47375 msgid "unknown profile quality"
47376 msgstr ""
47377
47378 #: c/gimple-parser.cc:187
47379 #, gcc-internal-format
47380 msgid "expected frequency value"
47381 msgstr "očekivana je vrijednost frekvencije"
47382
47383 #: c/gimple-parser.cc:326
47384 #, gcc-internal-format
47385 msgid "edge not found"
47386 msgstr ""
47387
47388 #: c/gimple-parser.cc:342
47389 #, gcc-internal-format
47390 msgid "SSA name %qE with version %d has no definition"
47391 msgstr ""
47392
47393 #: c/gimple-parser.cc:482 c/gimple-parser.cc:488
47394 #, gcc-internal-format
47395 msgid "expected block index"
47396 msgstr "očekivan je indeks bloka"
47397
47398 #: c/gimple-parser.cc:496
47399 #, gcc-internal-format
47400 msgid "invalid block index"
47401 msgstr "nevaljani indeks bloka"
47402
47403 #: c/gimple-parser.cc:507
47404 #, gcc-internal-format
47405 msgid "expected block specifier"
47406 msgstr ""
47407
47408 #: c/gimple-parser.cc:525
47409 #, gcc-internal-format
47410 msgid "expected loop number"
47411 msgstr "očekivan je broj petlje"
47412
47413 #: c/gimple-parser.cc:543
47414 #, gcc-internal-format
47415 msgid "unknown block specifier"
47416 msgstr ""
47417
47418 #: c/gimple-parser.cc:556 c/gimple-parser.cc:1968
47419 #, gcc-internal-format
47420 msgid "expected count value"
47421 msgstr "očekivana je vrijednost za količinu (broj)"
47422
47423 #: c/gimple-parser.cc:579 c/gimple-parser.cc:666
47424 #, gcc-internal-format
47425 msgid "stmts without block"
47426 msgstr ""
47427
47428 #: c/gimple-parser.cc:616
47429 #, gcc-internal-format
47430 msgid "duplicate loop header"
47431 msgstr ""
47432
47433 #: c/gimple-parser.cc:823
47434 #, gcc-internal-format
47435 msgid "invalid source block specification"
47436 msgstr ""
47437
47438 #: c/gimple-parser.cc:890
47439 #, gcc-internal-format
47440 msgid "unexpected RHS for assignment"
47441 msgstr "neočekivani RHS za dodjeliti"
47442
47443 #: c/gimple-parser.cc:994
47444 #, gcc-internal-format
47445 msgid "%<&&%> not valid in GIMPLE"
47446 msgstr ""
47447
47448 #: c/gimple-parser.cc:997
47449 #, gcc-internal-format
47450 msgid "%<||%> not valid in GIMPLE"
47451 msgstr ""
47452
47453 #: c/gimple-parser.cc:1111
47454 #, gcc-internal-format
47455 msgid "expected pointer as argument of unary %<*%>"
47456 msgstr ""
47457
47458 #: c/gimple-parser.cc:1137
47459 #, gcc-internal-format
47460 msgid "%<!%> not valid in GIMPLE"
47461 msgstr ""
47462
47463 #: c/gimple-parser.cc:1196 c/gimple-parser.cc:1533
47464 #, gcc-internal-format
47465 msgid "expected constant offset"
47466 msgstr "očekivani je stalni (constant) odmak (offset)"
47467
47468 #: c/gimple-parser.cc:1257
47469 #, gcc-internal-format
47470 msgid "SSA name undeclared"
47471 msgstr ""
47472
47473 #: c/gimple-parser.cc:1279
47474 #, gcc-internal-format
47475 msgid "base variable or SSA name undeclared"
47476 msgstr ""
47477
47478 #: c/gimple-parser.cc:1286
47479 #, gcc-internal-format
47480 msgid "invalid base %qE for SSA name"
47481 msgstr ""
47482
47483 #: c/gimple-parser.cc:1314
47484 #, gcc-internal-format
47485 msgid "expecting internal function name"
47486 msgstr ""
47487
47488 #: c/gimple-parser.cc:1327
47489 #, gcc-internal-format
47490 msgid "unknown internal function %qE"
47491 msgstr "nepoznata interna funkcija %qE"
47492
47493 #: c/gimple-parser.cc:1465
47494 #, gcc-internal-format
47495 msgid "invalid type of %<__MEM%> operand"
47496 msgstr "nevaljana vrsta operanda %<__MEM%>"
47497
47498 #: c/gimple-parser.cc:1527
47499 #, gcc-internal-format
47500 msgid "expected constant size"
47501 msgstr "očekivana je veličina konstante"
47502
47503 #: c/gimple-parser.cc:1565 c/gimple-parser.cc:1595 c/gimple-parser.cc:1635
47504 #: c/gimple-parser.cc:1643 c/gimple-parser.cc:1652
47505 #, gcc-internal-format
47506 msgid "invalid _Literal"
47507 msgstr ""
47508
47509 #: c/gimple-parser.cc:1574
47510 #, gcc-internal-format
47511 msgid "invalid type for _Literal with constructor"
47512 msgstr ""
47513
47514 #: c/gimple-parser.cc:1687
47515 #, gcc-internal-format
47516 msgid "anonymous SSA name cannot have default definition"
47517 msgstr ""
47518
47519 #: c/gimple-parser.cc:1770
47520 #, gcc-internal-format
47521 msgid "invalid call to non-function"
47522 msgstr ""
47523
47524 #: c/gimple-parser.cc:1824
47525 #, gcc-internal-format
47526 msgid "dereference of non-pointer"
47527 msgstr ""
47528
47529 #: c/gimple-parser.cc:1949
47530 #, gcc-internal-format
47531 msgid "expected pass name"
47532 msgstr ""
47533
47534 #: c/gimple-parser.cc:1988
47535 #, gcc-internal-format
47536 msgid "invalid operation"
47537 msgstr "Interna greška: invalid operation"
47538
47539 #: c/gimple-parser.cc:2152
47540 #, gcc-internal-format
47541 msgid "comparison required"
47542 msgstr "potrebna je usporedba"
47543
47544 #: c/gimple-parser.cc:2204
47545 #, gcc-internal-format
47546 msgid "%<catch%> is not supported"
47547 msgstr ""
47548
47549 #: c/gimple-parser.cc:2206
47550 #, gcc-internal-format
47551 msgid "expected %<finally%> or %<catch%>"
47552 msgstr "očekivano je %<finally%> ili %<catch%>"
47553
47554 #: c/gimple-parser.cc:2250 c/gimple-parser.cc:2287
47555 #, gcc-internal-format
47556 msgid "expected goto expression"
47557 msgstr ""
47558
47559 #: c/gimple-parser.cc:2258
47560 #, gcc-internal-format
47561 msgid "expected else statement"
47562 msgstr ""
47563
47564 #: c/gimple-parser.cc:2401
47565 #, gcc-internal-format
47566 msgid "expected case label"
47567 msgstr "Interna greška: expected case label"
47568
47569 #. A bad conversion for 'this' must be discarding cv-quals.
47570 #: cp/call.cc:3785
47571 #, gcc-internal-format
47572 msgid "  passing %qT as %<this%> argument discards qualifiers"
47573 msgstr ""
47574
47575 #: cp/call.cc:3789
47576 msgid "  no known conversion for implicit %<this%> parameter from %qH to %qI"
47577 msgstr ""
47578
47579 #: cp/call.cc:3796
47580 #, gcc-internal-format, gfc-internal-format
47581 msgid "  conversion of argument %d would be ill-formed:"
47582 msgstr ""
47583
47584 #. Conversion of conversion function return value failed.
47585 #: cp/call.cc:3803
47586 msgid "  no known conversion from %qH to %qI"
47587 msgstr ""
47588
47589 #: cp/call.cc:3809
47590 msgid "  no known conversion for argument %d from %qH to %qI"
47591 msgstr ""
47592
47593 #: cp/call.cc:3823 cp/pt.cc:6945
47594 #, gcc-internal-format, gfc-internal-format
47595 msgid "  candidate expects at least %d argument, %d provided"
47596 msgid_plural "  candidate expects at least %d arguments, %d provided"
47597 msgstr[0] ""
47598 msgstr[1] ""
47599 msgstr[2] ""
47600
47601 #: cp/call.cc:3828 cp/pt.cc:6950
47602 #, gcc-internal-format, gfc-internal-format
47603 msgid "  candidate expects %d argument, %d provided"
47604 msgid_plural "  candidate expects %d arguments, %d provided"
47605 msgstr[0] ""
47606 msgstr[1] ""
47607 msgstr[2] ""
47608
47609 #: cp/call.cc:3856
47610 #, gcc-internal-format
47611 msgid "%s%<%D(%T, %T, %T)%> (built-in)"
47612 msgstr ""
47613
47614 #: cp/call.cc:3861
47615 #, gcc-internal-format
47616 msgid "%s%<%D(%T, %T)%> (built-in)"
47617 msgstr ""
47618
47619 #: cp/call.cc:3865
47620 #, gcc-internal-format
47621 msgid "%s%<%D(%T)%> (built-in)"
47622 msgstr ""
47623
47624 #: cp/call.cc:3869
47625 #, gcc-internal-format
47626 msgid "%s%qT (conversion)"
47627 msgstr ""
47628
47629 #: cp/call.cc:3871
47630 #, gcc-internal-format
47631 msgid "%s%#qD (near match)"
47632 msgstr ""
47633
47634 #: cp/call.cc:3873
47635 #, gcc-internal-format
47636 msgid "%s%#qD (deleted)"
47637 msgstr ""
47638
47639 #: cp/call.cc:3875
47640 #, gcc-internal-format
47641 msgid "%s%#qD (reversed)"
47642 msgstr ""
47643
47644 #: cp/call.cc:3877
47645 #, gcc-internal-format
47646 msgid "%s%#qD (rewritten)"
47647 msgstr ""
47648
47649 #: cp/call.cc:3879
47650 #, gcc-internal-format
47651 msgid "%s%#qD"
47652 msgstr ""
47653
47654 #: cp/call.cc:3883
47655 #, gcc-internal-format
47656 msgid "  inherited here"
47657 msgstr ""
47658
47659 #: cp/call.cc:3904
47660 #, gcc-internal-format
47661 msgid "  return type %qT of explicit conversion function cannot be converted to %qT with a qualification conversion"
47662 msgstr ""
47663
47664 #: cp/call.cc:3910
47665 #, gcc-internal-format
47666 msgid "  conversion from return type %qT of template conversion function specialization to %qT is not an exact match"
47667 msgstr ""
47668
47669 #: cp/call.cc:3921
47670 #, gcc-internal-format
47671 msgid "  substitution of deduced template arguments resulted in errors seen above"
47672 msgstr ""
47673
47674 #. Re-run template unification with diagnostics.
47675 #: cp/call.cc:3926
47676 #, gcc-internal-format
47677 msgid "  template argument deduction/substitution failed:"
47678 msgstr ""
47679
47680 #: cp/call.cc:3940
47681 #, gcc-internal-format
47682 msgid "  a constructor taking a single argument of its own class type is invalid"
47683 msgstr ""
47684
47685 #: cp/call.cc:3947
47686 #, gcc-internal-format
47687 msgid "  an inherited constructor is not a candidate for initialization from an expression of the same or derived type"
47688 msgstr ""
47689
47690 #: cp/call.cc:4094 cp/call.cc:4470
47691 #, gcc-internal-format
47692 msgid "designated initializers cannot be used with a non-aggregate type %qT"
47693 msgstr ""
47694
47695 #: cp/call.cc:4369
47696 msgid "conversion from %qH to %qI is ambiguous"
47697 msgstr ""
47698
47699 #: cp/call.cc:4476 cp/cvt.cc:860
47700 msgid "could not convert %qE from %qH to %qI"
47701 msgstr ""
47702
47703 #: cp/call.cc:4543
47704 msgid "initializing %qH with %qI in converted constant expression does not bind directly"
47705 msgstr ""
47706
47707 #: cp/call.cc:4564
47708 msgid "conversion from %qH to %qI in a converted constant expression"
47709 msgstr ""
47710
47711 #: cp/call.cc:4747
47712 #, gcc-internal-format
47713 msgid "no matching function for call to %<%D(%A)%>"
47714 msgstr ""
47715
47716 #: cp/call.cc:4750
47717 #, gcc-internal-format
47718 msgid "call of overloaded %<%D(%A)%> is ambiguous"
47719 msgstr ""
47720
47721 #. It's no good looking for an overloaded operator() on a
47722 #. pointer-to-member-function.
47723 #: cp/call.cc:5011
47724 #, gcc-internal-format
47725 msgid "pointer-to-member function %qE cannot be called without an object; consider using %<.*%> or %<->*%>"
47726 msgstr ""
47727
47728 #: cp/call.cc:5081
47729 #, gcc-internal-format
47730 msgid "no match for call to %<(%T) (%A)%>"
47731 msgstr ""
47732
47733 #: cp/call.cc:5095
47734 #, gcc-internal-format
47735 msgid "call of %<(%T) (%A)%> is ambiguous"
47736 msgstr ""
47737
47738 #: cp/call.cc:5135
47739 #, gcc-internal-format
47740 msgid "ambiguous overload for "
47741 msgstr ""
47742
47743 #: cp/call.cc:5136
47744 #, gcc-internal-format
47745 msgid "no match for "
47746 msgstr ""
47747
47748 #: cp/call.cc:5139
47749 #, gcc-internal-format
47750 msgid " (operand types are %qT, %qT, and %qT)"
47751 msgstr ""
47752
47753 #: cp/call.cc:5141
47754 #, gcc-internal-format
47755 msgid " (operand types are %qT and %qT)"
47756 msgstr ""
47757
47758 #: cp/call.cc:5143
47759 #, gcc-internal-format
47760 msgid " (operand type is %qT)"
47761 msgstr ""
47762
47763 #: cp/call.cc:5160
47764 #, gcc-internal-format
47765 msgid "ternary %<operator?:%>"
47766 msgstr ""
47767
47768 #: cp/call.cc:5164
47769 #, gcc-internal-format
47770 msgid "ternary %<operator?:%> in %<%E ? %E : %E%>"
47771 msgstr ""
47772
47773 #: cp/call.cc:5173 cp/call.cc:5217 cp/call.cc:5227
47774 #, gcc-internal-format
47775 msgid "%<operator%s%>"
47776 msgstr ""
47777
47778 #: cp/call.cc:5176
47779 #, gcc-internal-format
47780 msgid "%<operator%s%> in %<%E%s%>"
47781 msgstr ""
47782
47783 #: cp/call.cc:5183
47784 #, gcc-internal-format
47785 msgid "%<operator[]%>"
47786 msgstr ""
47787
47788 #: cp/call.cc:5186
47789 #, gcc-internal-format
47790 msgid "%<operator[]%> in %<%E[%E]%>"
47791 msgstr ""
47792
47793 #: cp/call.cc:5194
47794 #, gcc-internal-format
47795 msgid "%qs"
47796 msgstr "%qs"
47797
47798 #: cp/call.cc:5197
47799 #, gcc-internal-format
47800 msgid "%qs in %<%s %E%>"
47801 msgstr ""
47802
47803 #: cp/call.cc:5203
47804 #, gcc-internal-format
47805 msgid "%<operator %s%>"
47806 msgstr ""
47807
47808 #: cp/call.cc:5206
47809 #, gcc-internal-format
47810 msgid "%<operator %s%> in %<%s%E%>"
47811 msgstr ""
47812
47813 #: cp/call.cc:5221
47814 #, gcc-internal-format
47815 msgid "%<operator%s%> in %<%E %s %E%>"
47816 msgstr ""
47817
47818 #: cp/call.cc:5230
47819 #, gcc-internal-format
47820 msgid "%<operator%s%> in %<%s%E%>"
47821 msgstr ""
47822
47823 #: cp/call.cc:5342
47824 #, gcc-internal-format
47825 msgid "ISO C++ forbids omitting the middle term of a %<?:%> expression"
47826 msgstr ""
47827
47828 #: cp/call.cc:5409
47829 #, gcc-internal-format
47830 msgid "inferred scalar type %qT is not an integer or floating-point type of the same size as %qT"
47831 msgstr ""
47832
47833 #: cp/call.cc:5426 cp/call.cc:5433
47834 msgid "conversion of scalar %qH to vector %qI involves truncation"
47835 msgstr ""
47836
47837 #: cp/call.cc:5489
47838 #, gcc-internal-format
47839 msgid "incompatible vector types in conditional expression: %qT, %qT and %qT"
47840 msgstr ""
47841
47842 #: cp/call.cc:5569
47843 #, gcc-internal-format
47844 msgid "second operand to the conditional operator is of type %<void%>, but the third operand is neither a throw-expression nor of type %<void%>"
47845 msgstr ""
47846
47847 #: cp/call.cc:5574
47848 #, gcc-internal-format
47849 msgid "third operand to the conditional operator is of type %<void%>, but the second operand is neither a throw-expression nor of type %<void%>"
47850 msgstr ""
47851
47852 #: cp/call.cc:5623 cp/call.cc:5738 cp/call.cc:5909
47853 #, gcc-internal-format
47854 msgid "operands to %<?:%> have different types %qT and %qT"
47855 msgstr ""
47856
47857 #: cp/call.cc:5627
47858 #, gcc-internal-format
47859 msgid "  and each type can be converted to the other"
47860 msgstr ""
47861
47862 #: cp/call.cc:5814
47863 msgid "implicit conversion from %qH to %qI to match other result of conditional"
47864 msgstr ""
47865
47866 #: cp/call.cc:5830
47867 #, gcc-internal-format
47868 msgid "enumerated mismatch in conditional expression: %qT vs %qT"
47869 msgstr ""
47870
47871 #: cp/call.cc:5843
47872 #, gcc-internal-format
47873 msgid "conditional expression between enumeration type %qT and floating-point type %qT is deprecated"
47874 msgstr ""
47875
47876 #: cp/call.cc:5848
47877 #, gcc-internal-format
47878 msgid "conditional expression between floating-point type %qT and enumeration type %qT is deprecated"
47879 msgstr ""
47880
47881 #: cp/call.cc:5864
47882 #, gcc-internal-format
47883 msgid "enumerated and non-enumerated type in conditional expression"
47884 msgstr ""
47885
47886 #: cp/call.cc:6621
47887 #, gcc-internal-format
47888 msgid "no %<%D(int)%> declared for postfix %qs, trying prefix operator instead"
47889 msgstr ""
47890
47891 #: cp/call.cc:6623
47892 #, gcc-internal-format
47893 msgid "no %<%D(int)%> declared for postfix %qs"
47894 msgstr ""
47895
47896 #: cp/call.cc:6703
47897 #, gcc-internal-format
47898 msgid "in C++20 this comparison calls the current function recursively with reversed arguments"
47899 msgstr ""
47900
47901 #: cp/call.cc:6754
47902 #, gcc-internal-format
47903 msgid "return type of %qD is not %qs"
47904 msgstr ""
47905
47906 #: cp/call.cc:6756
47907 #, gcc-internal-format
47908 msgid "used as rewritten candidate for comparison of %qT and %qT"
47909 msgstr ""
47910
47911 #: cp/call.cc:6827
47912 #, gcc-internal-format
47913 msgid "comparison between %q#T and %q#T"
47914 msgstr ""
47915
47916 #: cp/call.cc:7020
47917 #, gcc-internal-format
47918 msgid "no match for call to %<%T::operator[] (%A)%>"
47919 msgstr ""
47920
47921 #: cp/call.cc:7034
47922 #, gcc-internal-format
47923 msgid "call of %<%T::operator[] (%A)%> is ambiguous"
47924 msgstr ""
47925
47926 #: cp/call.cc:7309
47927 #, gcc-internal-format
47928 msgid "exception cleanup for this placement new selects non-placement %<operator delete%>"
47929 msgstr ""
47930
47931 #: cp/call.cc:7312
47932 #, gcc-internal-format
47933 msgid "%qD is a usual (non-placement) deallocation function in C++14 (or with %<-fsized-deallocation%>)"
47934 msgstr ""
47935
47936 #: cp/call.cc:7349
47937 #, gcc-internal-format
47938 msgid "%qD is a usual (non-placement) deallocation function"
47939 msgstr ""
47940
47941 #: cp/call.cc:7543
47942 #, gcc-internal-format
47943 msgid "no corresponding deallocation function for %qD"
47944 msgstr ""
47945
47946 #: cp/call.cc:7546
47947 #, gcc-internal-format
47948 msgid "destroying delete %qD cannot be used to release the allocated memory if the initialization throws because the object is not constructed yet"
47949 msgstr ""
47950
47951 #: cp/call.cc:7555
47952 #, gcc-internal-format
47953 msgid "no suitable %<operator %s%> for %qT"
47954 msgstr ""
47955
47956 #: cp/call.cc:7591
47957 #, gcc-internal-format
47958 msgid "%q#D is private within this context"
47959 msgstr ""
47960
47961 #: cp/call.cc:7592 cp/decl.cc:8629
47962 #, gcc-internal-format
47963 msgid "declared private here"
47964 msgstr ""
47965
47966 #: cp/call.cc:7597
47967 #, gcc-internal-format
47968 msgid "%q#D is protected within this context"
47969 msgstr ""
47970
47971 #: cp/call.cc:7598 cp/decl.cc:8630
47972 #, gcc-internal-format
47973 msgid "declared protected here"
47974 msgstr ""
47975
47976 #: cp/call.cc:7605
47977 #, gcc-internal-format
47978 msgid "%q#D is inaccessible within this context"
47979 msgstr ""
47980
47981 #: cp/call.cc:7686
47982 #, gcc-internal-format
47983 msgid "passing NULL to non-pointer argument %P of %qD"
47984 msgstr ""
47985
47986 #: cp/call.cc:7689 cp/call.cc:7708 cp/decl.cc:10308 cp/decl.cc:10316
47987 #: cp/typeck.cc:4438
47988 #, gcc-internal-format
47989 msgid "  declared here"
47990 msgstr ""
47991
47992 #: cp/call.cc:7693
47993 #, gcc-internal-format
47994 msgid "converting to non-pointer type %qT from NULL"
47995 msgstr ""
47996
47997 #: cp/call.cc:7705
47998 #, gcc-internal-format
47999 msgid "converting %<false%> to pointer type for argument %P of %qD"
48000 msgstr ""
48001
48002 #: cp/call.cc:7712
48003 #, gcc-internal-format
48004 msgid "converting %<false%> to pointer type %qT"
48005 msgstr ""
48006
48007 #: cp/call.cc:7779
48008 #, gcc-internal-format
48009 msgid "  initializing argument %P of %qD"
48010 msgstr ""
48011
48012 #: cp/call.cc:7800
48013 #, gcc-internal-format
48014 msgid "conversions to arrays of unknown bound are only available with %<-std=c++20%> or %<-std=gnu++20%>"
48015 msgstr ""
48016
48017 #: cp/call.cc:7850
48018 #, gcc-internal-format
48019 msgid "too many braces around initializer for %qT"
48020 msgstr ""
48021
48022 #: cp/call.cc:7861
48023 msgid "converting to %qH from %qI requires direct-initialization"
48024 msgstr ""
48025
48026 #: cp/call.cc:7870
48027 msgid "invalid user-defined conversion from %qH to %qI"
48028 msgstr ""
48029
48030 #: cp/call.cc:7907 cp/cvt.cc:227
48031 msgid "invalid conversion from %qH to %qI"
48032 msgstr ""
48033
48034 #: cp/call.cc:7949 cp/call.cc:7956
48035 #, gcc-internal-format
48036 msgid "converting to %qT from initializer list would use explicit constructor %qD"
48037 msgstr ""
48038
48039 #: cp/call.cc:7952
48040 #, gcc-internal-format
48041 msgid "in C++11 and above a default constructor can be explicit"
48042 msgstr ""
48043
48044 #: cp/call.cc:8222
48045 msgid "cannot bind rvalue reference of type %qH to lvalue of type %qI"
48046 msgstr ""
48047
48048 #: cp/call.cc:8231
48049 msgid "cannot bind non-const lvalue reference of type %qH to a value of type %qI"
48050 msgstr ""
48051
48052 #: cp/call.cc:8236
48053 msgid "cannot bind non-const lvalue reference of type %qH to an rvalue of type %qI"
48054 msgstr ""
48055
48056 #. extype is volatile
48057 #: cp/call.cc:8239
48058 msgid "cannot bind lvalue reference of type %qH to an rvalue of type %qI"
48059 msgstr ""
48060
48061 #: cp/call.cc:8252
48062 msgid "cannot bind reference of type %qH to %qI due to different array bounds"
48063 msgstr ""
48064
48065 #: cp/call.cc:8255
48066 msgid "binding reference of type %qH to %qI discards qualifiers"
48067 msgstr ""
48068
48069 #: cp/call.cc:8294
48070 #, gcc-internal-format
48071 msgid "cannot bind bit-field %qE to %qT"
48072 msgstr ""
48073
48074 #: cp/call.cc:8297 cp/call.cc:8315
48075 #, gcc-internal-format
48076 msgid "cannot bind packed field %qE to %qT"
48077 msgstr ""
48078
48079 #: cp/call.cc:8300
48080 #, gcc-internal-format
48081 msgid "cannot bind rvalue %qE to %qT"
48082 msgstr ""
48083
48084 #: cp/call.cc:8495
48085 msgid "implicit conversion from %qH to %qI when passing argument to function"
48086 msgstr ""
48087
48088 #: cp/call.cc:8522 cp/cvt.cc:1988
48089 #, gcc-internal-format
48090 msgid "scoped enum %qT passed through %<...%> as %qT before %<-fabi-version=6%>, %qT after"
48091 msgstr ""
48092
48093 #: cp/call.cc:8566
48094 #, gcc-internal-format
48095 msgid "passing objects of non-trivially-copyable type %q#T through %<...%> is conditionally supported"
48096 msgstr ""
48097
48098 #: cp/call.cc:8602
48099 #, gcc-internal-format
48100 msgid "cannot receive reference type %qT through %<...%>"
48101 msgstr ""
48102
48103 #: cp/call.cc:8612
48104 #, gcc-internal-format
48105 msgid "receiving objects of non-trivially-copyable type %q#T through %<...%> is conditionally-supported"
48106 msgstr ""
48107
48108 #: cp/call.cc:8680
48109 #, gcc-internal-format
48110 msgid "recursive evaluation of default argument for %q#D"
48111 msgstr ""
48112
48113 #: cp/call.cc:8689
48114 #, gcc-internal-format
48115 msgid "call to %qD uses the default argument for parameter %P, which is not yet defined"
48116 msgstr ""
48117
48118 #: cp/call.cc:8789
48119 #, gcc-internal-format
48120 msgid "argument of function call might be a candidate for a format attribute"
48121 msgstr ""
48122
48123 #: cp/call.cc:8851
48124 #, gcc-internal-format
48125 msgid "use of multiversioned function without a default"
48126 msgstr ""
48127
48128 #: cp/call.cc:9454
48129 #, gcc-internal-format
48130 msgid "passing %qT as %<this%> argument discards qualifiers"
48131 msgstr ""
48132
48133 #: cp/call.cc:9457 cp/call.cc:12148
48134 #, gcc-internal-format
48135 msgid "  in call to %qD"
48136 msgstr ""
48137
48138 #: cp/call.cc:9482
48139 #, gcc-internal-format
48140 msgid "%qT is not an accessible base of %qT"
48141 msgstr ""
48142
48143 #: cp/call.cc:9679
48144 #, gcc-internal-format
48145 msgid "passing arguments to ellipsis of inherited constructor %qD"
48146 msgstr ""
48147
48148 #: cp/call.cc:9814
48149 #, gcc-internal-format
48150 msgid "assignment from temporary %<initializer_list%> does not extend the lifetime of the underlying array"
48151 msgstr ""
48152
48153 #: cp/call.cc:10210
48154 #, gcc-internal-format
48155 msgid "%qD writing to an object of type %#qT with no trivial copy-assignment"
48156 msgstr ""
48157
48158 #: cp/call.cc:10213
48159 #, gcc-internal-format
48160 msgid "%qD writing to an object of non-trivial type %#qT%s"
48161 msgstr ""
48162
48163 #: cp/call.cc:10218
48164 #, gcc-internal-format
48165 msgid "%qD writing to an object of type %#qT with %qs member %qD"
48166 msgstr ""
48167
48168 #: cp/call.cc:10223
48169 #, gcc-internal-format
48170 msgid "%qD writing to an object of type %#qT containing a pointer to data member%s"
48171 msgstr ""
48172
48173 #: cp/call.cc:10238
48174 #, gcc-internal-format
48175 msgid "; use assignment or value-initialization instead"
48176 msgstr ""
48177
48178 #: cp/call.cc:10240
48179 #, gcc-internal-format
48180 msgid "; use assignment instead"
48181 msgstr ""
48182
48183 #: cp/call.cc:10242
48184 #, gcc-internal-format
48185 msgid "; use value-initialization instead"
48186 msgstr ""
48187
48188 #: cp/call.cc:10245
48189 #, gcc-internal-format
48190 msgid "%qD clearing an object of type %#qT with no trivial copy-assignment%s"
48191 msgstr ""
48192
48193 #: cp/call.cc:10248
48194 #, gcc-internal-format
48195 msgid "%qD clearing an object of non-trivial type %#qT%s"
48196 msgstr ""
48197
48198 #: cp/call.cc:10250
48199 #, gcc-internal-format
48200 msgid "%qD clearing an object of type %#qT containing a pointer-to-member%s"
48201 msgstr ""
48202
48203 #: cp/call.cc:10271
48204 #, gcc-internal-format
48205 msgid "; use copy-assignment or copy-initialization instead"
48206 msgstr ""
48207
48208 #: cp/call.cc:10273
48209 #, gcc-internal-format
48210 msgid "; use copy-assignment instead"
48211 msgstr ""
48212
48213 #: cp/call.cc:10275
48214 #, gcc-internal-format
48215 msgid "; use copy-initialization instead"
48216 msgstr ""
48217
48218 #: cp/call.cc:10278
48219 #, gcc-internal-format
48220 msgid "%qD writing to an object of type %#qT with no trivial copy-assignment%s"
48221 msgstr ""
48222
48223 #: cp/call.cc:10281
48224 #, gcc-internal-format
48225 msgid "%qD writing to an object of non-trivially copyable type %#qT%s"
48226 msgstr ""
48227
48228 #: cp/call.cc:10284
48229 #, gcc-internal-format
48230 msgid "%qD writing to an object with a deleted copy constructor"
48231 msgstr ""
48232
48233 #: cp/call.cc:10295
48234 #, gcc-internal-format
48235 msgid "%qD copying an object of non-trivial type %#qT from an array of %#qT"
48236 msgstr ""
48237
48238 #: cp/call.cc:10307
48239 #, gcc-internal-format
48240 msgid "%qD copying an object of type %#qT with %qs member %qD from an array of %#qT; use assignment or copy-initialization instead"
48241 msgstr ""
48242
48243 #: cp/call.cc:10324
48244 #, gcc-internal-format
48245 msgid "%qD writing to an object of a non-trivial type %#qT leaves %wu bytes unchanged"
48246 msgstr ""
48247
48248 #: cp/call.cc:10327
48249 #, gcc-internal-format
48250 msgid "%qD writing to an object of a non-trivial type %#qT leaves %wu byte unchanged"
48251 msgstr ""
48252
48253 #: cp/call.cc:10337
48254 #, gcc-internal-format
48255 msgid "%qD moving an object of non-trivially copyable type %#qT; use %<new%> and %<delete%> instead"
48256 msgstr ""
48257
48258 #: cp/call.cc:10340
48259 #, gcc-internal-format
48260 msgid "%qD moving an object of type %#qT with deleted copy constructor; use %<new%> and %<delete%> instead"
48261 msgstr ""
48262
48263 #: cp/call.cc:10343
48264 #, gcc-internal-format
48265 msgid "%qD moving an object of type %#qT with deleted destructor"
48266 msgstr ""
48267
48268 #: cp/call.cc:10352
48269 #, gcc-internal-format
48270 msgid "%qD moving an object of non-trivial type %#qT and size %E into a region of size %E"
48271 msgstr ""
48272
48273 #: cp/call.cc:10374
48274 #, gcc-internal-format
48275 msgid "%#qT declared here"
48276 msgstr ""
48277
48278 #: cp/call.cc:10428
48279 #, gcc-internal-format
48280 msgid "argument %u in call to function %qE has pointer to a non-trivially-copyable type (%qT)"
48281 msgstr ""
48282
48283 #: cp/call.cc:10495
48284 #, gcc-internal-format
48285 msgid "constructor delegates to itself"
48286 msgstr ""
48287
48288 #: cp/call.cc:10770 cp/typeck.cc:9884
48289 msgid "cannot convert %qH to %qI"
48290 msgstr ""
48291
48292 #: cp/call.cc:10792
48293 #, gcc-internal-format
48294 msgid "no matching function for call to %<%T::operator %T(%A)%#V%>"
48295 msgstr ""
48296
48297 #: cp/call.cc:10824
48298 #, gcc-internal-format
48299 msgid "no matching function for call to %<%T::%s%E(%A)%#V%>"
48300 msgstr ""
48301
48302 #: cp/call.cc:10873
48303 #, gcc-internal-format
48304 msgid "call to non-function %qD"
48305 msgstr ""
48306
48307 #: cp/call.cc:10911 cp/pt.cc:16500 cp/typeck.cc:3339
48308 #, gcc-internal-format
48309 msgid "cannot call constructor %<%T::%D%> directly"
48310 msgstr ""
48311
48312 #: cp/call.cc:10913
48313 #, gcc-internal-format
48314 msgid "for a function-style cast, remove the redundant %<::%D%>"
48315 msgstr ""
48316
48317 #: cp/call.cc:11105
48318 #, gcc-internal-format
48319 msgid "no matching function for call to %<%s(%A)%>"
48320 msgstr ""
48321
48322 #: cp/call.cc:11108
48323 #, gcc-internal-format
48324 msgid "call of overloaded %<%s(%A)%> is ambiguous"
48325 msgstr ""
48326
48327 #: cp/call.cc:11131
48328 #, gcc-internal-format
48329 msgid "pure virtual %q#D called from non-static data member initializer"
48330 msgstr ""
48331
48332 #: cp/call.cc:11136
48333 #, gcc-internal-format
48334 msgid "pure virtual %q#D called from constructor"
48335 msgstr ""
48336
48337 #: cp/call.cc:11137
48338 #, gcc-internal-format
48339 msgid "pure virtual %q#D called from destructor"
48340 msgstr ""
48341
48342 #: cp/call.cc:11160
48343 #, gcc-internal-format
48344 msgid "cannot call member function %qD without object"
48345 msgstr ""
48346
48347 #: cp/call.cc:12146
48348 #, gcc-internal-format
48349 msgid "passing %qT chooses %qT over %qT"
48350 msgstr ""
48351
48352 #: cp/call.cc:12215
48353 #, gcc-internal-format
48354 msgid "choosing %qD over %qD"
48355 msgstr ""
48356
48357 #: cp/call.cc:12216
48358 msgid "  for conversion from %qH to %qI"
48359 msgstr ""
48360
48361 #: cp/call.cc:12219
48362 #, gcc-internal-format
48363 msgid "  because conversion sequence for the argument is better"
48364 msgstr ""
48365
48366 #: cp/call.cc:12469
48367 #, gcc-internal-format
48368 msgid "default argument mismatch in overload resolution"
48369 msgstr ""
48370
48371 #: cp/call.cc:12473
48372 #, gcc-internal-format
48373 msgid " candidate 1: %q#F"
48374 msgstr ""
48375
48376 #: cp/call.cc:12475
48377 #, gcc-internal-format
48378 msgid " candidate 2: %q#F"
48379 msgstr ""
48380
48381 #: cp/call.cc:12521
48382 #, gcc-internal-format
48383 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:"
48384 msgstr ""
48385
48386 #: cp/call.cc:12922
48387 #, gcc-internal-format
48388 msgid "a temporary bound to %qD only persists until the constructor exits"
48389 msgstr ""
48390
48391 #: cp/call.cc:13077
48392 msgid "invalid initialization of non-const reference of type %qH from an rvalue of type %qI"
48393 msgstr ""
48394
48395 #: cp/call.cc:13081
48396 msgid "invalid initialization of reference of type %qH from expression of type %qI"
48397 msgstr ""
48398
48399 #: cp/class.cc:321
48400 #, gcc-internal-format
48401 msgid "cannot convert from pointer to base class %qT to pointer to derived class %qT because the base is virtual"
48402 msgstr ""
48403
48404 #: cp/class.cc:325
48405 #, gcc-internal-format
48406 msgid "cannot convert from base class %qT to derived class %qT because the base is virtual"
48407 msgstr ""
48408
48409 #: cp/class.cc:332
48410 #, gcc-internal-format
48411 msgid "cannot convert from pointer to base class %qT to pointer to derived class %qT via virtual base %qT"
48412 msgstr ""
48413
48414 #: cp/class.cc:337
48415 #, gcc-internal-format
48416 msgid "cannot convert from base class %qT to derived class %qT via virtual base %qT"
48417 msgstr ""
48418
48419 #: cp/class.cc:390
48420 #, gcc-internal-format
48421 msgid "cannot convert from %qT to base class %qT because %qT is incomplete"
48422 msgstr ""
48423
48424 #: cp/class.cc:1209
48425 #, gcc-internal-format
48426 msgid "%q#D conflicts with version inherited from %qT"
48427 msgstr ""
48428
48429 #: cp/class.cc:1212
48430 #, gcc-internal-format
48431 msgid "version inherited from %qT declared here"
48432 msgstr ""
48433
48434 #: cp/class.cc:1231
48435 #, gcc-internal-format
48436 msgid "%q#D cannot be overloaded with %q#D"
48437 msgstr ""
48438
48439 #: cp/class.cc:1233 cp/decl.cc:1798 cp/decl.cc:1810 cp/decl.cc:1835
48440 #: cp/decl.cc:1858 cp/name-lookup.cc:2738 cp/name-lookup.cc:3052
48441 #, gcc-internal-format
48442 msgid "previous declaration %q#D"
48443 msgstr ""
48444
48445 #: cp/class.cc:1275
48446 #, gcc-internal-format
48447 msgid "conflicting access specifications for method %q+D, ignored"
48448 msgstr ""
48449
48450 #: cp/class.cc:1278
48451 #, gcc-internal-format
48452 msgid "conflicting access specifications for field %qE, ignored"
48453 msgstr ""
48454
48455 #: cp/class.cc:1381
48456 #, gcc-internal-format
48457 msgid "%qD invalid in %q#T because of local method %q#D with same name"
48458 msgstr ""
48459
48460 #: cp/class.cc:1385
48461 #, gcc-internal-format
48462 msgid "local method %q#D declared here"
48463 msgstr ""
48464
48465 #: cp/class.cc:1390
48466 #, gcc-internal-format
48467 msgid "%qD invalid in %q#T because of local member %q#D with same name"
48468 msgstr ""
48469
48470 #: cp/class.cc:1394
48471 #, gcc-internal-format
48472 msgid "local member %q#D declared here"
48473 msgstr ""
48474
48475 #: cp/class.cc:1465
48476 #, gcc-internal-format
48477 msgid "%qD inherits the %E ABI tag that %qT (used in its return type) has"
48478 msgstr ""
48479
48480 #: cp/class.cc:1468 cp/class.cc:1475 cp/class.cc:1482 cp/class.cc:1494
48481 #: cp/cvt.cc:1098
48482 #, gcc-internal-format
48483 msgid "%qT declared here"
48484 msgstr ""
48485
48486 #: cp/class.cc:1473
48487 #, gcc-internal-format
48488 msgid "%qD inherits the %E ABI tag that %qT (used in its type) has"
48489 msgstr ""
48490
48491 #: cp/class.cc:1480
48492 #, gcc-internal-format
48493 msgid "%qT does not have the %E ABI tag that base %qT has"
48494 msgstr ""
48495
48496 #: cp/class.cc:1488
48497 #, gcc-internal-format
48498 msgid "%qT does not have the %E ABI tag that %qT (used in the type of %qD) has"
48499 msgstr ""
48500
48501 #: cp/class.cc:1799
48502 #, gcc-internal-format
48503 msgid "cannot derive from %<final%> base %qT in derived type %qT"
48504 msgstr ""
48505
48506 #: cp/class.cc:2273
48507 #, gcc-internal-format
48508 msgid "all member functions in class %qT are private"
48509 msgstr ""
48510
48511 #: cp/class.cc:2285
48512 #, gcc-internal-format
48513 msgid "%q#T only defines a private destructor and has no friends"
48514 msgstr ""
48515
48516 #: cp/class.cc:2328
48517 #, gcc-internal-format
48518 msgid "%q#T only defines private constructors and has no friends"
48519 msgstr ""
48520
48521 #: cp/class.cc:2332
48522 #, gcc-internal-format
48523 msgid "%q#D is public, but requires an existing %q#T object"
48524 msgstr ""
48525
48526 #: cp/class.cc:2622
48527 #, gcc-internal-format
48528 msgid "no unique final overrider for %qD in %qT"
48529 msgstr ""
48530
48531 #: cp/class.cc:2982
48532 #, gcc-internal-format
48533 msgid "%qD can be marked override"
48534 msgstr ""
48535
48536 #: cp/class.cc:2985
48537 #, gcc-internal-format
48538 msgid "%q+#D marked %<override%>, but does not override"
48539 msgstr ""
48540
48541 #: cp/class.cc:3000
48542 #, gcc-internal-format
48543 msgid "%q+#D marked %<final%>, but is not virtual"
48544 msgstr ""
48545
48546 #: cp/class.cc:3062
48547 #, gcc-internal-format
48548 msgid "%qD was hidden"
48549 msgstr ""
48550
48551 #: cp/class.cc:3063
48552 #, gcc-internal-format
48553 msgid "  by %qD"
48554 msgstr ""
48555
48556 #: cp/class.cc:3275
48557 #, gcc-internal-format
48558 msgid "the ellipsis in %qD is not inherited"
48559 msgstr ""
48560
48561 #: cp/class.cc:3467
48562 #, gcc-internal-format
48563 msgid "bit-field %q#D with non-integral type %qT"
48564 msgstr ""
48565
48566 #: cp/class.cc:3483
48567 #, gcc-internal-format
48568 msgid "bit-field %q+D width not an integer constant"
48569 msgstr ""
48570
48571 #: cp/class.cc:3488
48572 #, gcc-internal-format
48573 msgid "negative width in bit-field %q+D"
48574 msgstr ""
48575
48576 #: cp/class.cc:3493
48577 #, gcc-internal-format
48578 msgid "zero width for bit-field %q+D"
48579 msgstr ""
48580
48581 #: cp/class.cc:3503
48582 #, gcc-internal-format
48583 msgid "width of %qD exceeds its type"
48584 msgstr ""
48585
48586 #: cp/class.cc:3509
48587 #, gcc-internal-format
48588 msgid "%qD is too small to hold all values of %q#T"
48589 msgstr ""
48590
48591 #: cp/class.cc:3570
48592 #, gcc-internal-format
48593 msgid "member %q+#D with constructor not allowed in union"
48594 msgstr ""
48595
48596 #: cp/class.cc:3573
48597 #, gcc-internal-format
48598 msgid "member %q+#D with destructor not allowed in union"
48599 msgstr ""
48600
48601 #: cp/class.cc:3575
48602 #, gcc-internal-format
48603 msgid "member %q+#D with copy assignment operator not allowed in union"
48604 msgstr ""
48605
48606 #: cp/class.cc:3579
48607 #, gcc-internal-format
48608 msgid "unrestricted unions only available with %<-std=c++11%> or %<-std=gnu++11%>"
48609 msgstr ""
48610
48611 #: cp/class.cc:3695
48612 #, gcc-internal-format
48613 msgid "in C++98 %q+D may not be static because it is a member of a union"
48614 msgstr ""
48615
48616 #: cp/class.cc:3708
48617 #, gcc-internal-format
48618 msgid "non-static data member %q+D in a union may not have reference type %qT"
48619 msgstr ""
48620
48621 #: cp/class.cc:3721
48622 #, gcc-internal-format
48623 msgid "data member %q+D invalidly declared function type"
48624 msgstr ""
48625
48626 #: cp/class.cc:3727
48627 #, gcc-internal-format
48628 msgid "data member %q+D invalidly declared method type"
48629 msgstr ""
48630
48631 #: cp/class.cc:3798
48632 #, gcc-internal-format
48633 msgid "ignoring packed attribute because of unpacked non-POD field %q#D"
48634 msgstr ""
48635
48636 #: cp/class.cc:3850
48637 #, gcc-internal-format
48638 msgid "member %q+D cannot be declared as a %<mutable%> reference"
48639 msgstr ""
48640
48641 #: cp/class.cc:3853
48642 #, gcc-internal-format
48643 msgid "member %q+D cannot be declared both %<const%> and %<mutable%>"
48644 msgstr ""
48645
48646 #: cp/class.cc:3884
48647 #, gcc-internal-format
48648 msgid "multiple fields in union %qT initialized"
48649 msgstr ""
48650
48651 #: cp/class.cc:3886
48652 #, gcc-internal-format
48653 msgid "initialized member %q+D declared here"
48654 msgstr ""
48655
48656 #: cp/class.cc:3934
48657 #, gcc-internal-format
48658 msgid "field %q#D with same name as class"
48659 msgstr ""
48660
48661 #: cp/class.cc:3962
48662 #, gcc-internal-format
48663 msgid "%q#T has pointer data members"
48664 msgstr ""
48665
48666 #: cp/class.cc:3967
48667 #, gcc-internal-format
48668 msgid "  but does not declare %<%T(const %T&)%>"
48669 msgstr ""
48670
48671 #: cp/class.cc:3969
48672 #, gcc-internal-format
48673 msgid "  or %<operator=(const %T&)%>"
48674 msgstr ""
48675
48676 #: cp/class.cc:3973
48677 #, gcc-internal-format
48678 msgid "  but does not declare %<operator=(const %T&)%>"
48679 msgstr ""
48680
48681 #: cp/class.cc:3975
48682 #, gcc-internal-format
48683 msgid "pointer member %q+D declared here"
48684 msgstr ""
48685
48686 #: cp/class.cc:4432
48687 #, gcc-internal-format
48688 msgid "alignment of %qD increased in %<-fabi-version=9%> (GCC 5.2)"
48689 msgstr ""
48690
48691 #: cp/class.cc:4435
48692 #, gcc-internal-format
48693 msgid "alignment of %qD will increase in %<-fabi-version=9%>"
48694 msgstr ""
48695
48696 #: cp/class.cc:4763
48697 #, gcc-internal-format
48698 msgid "initializer specified for non-virtual method %q+D"
48699 msgstr ""
48700
48701 #: cp/class.cc:4796
48702 #, gcc-internal-format
48703 msgid "destructor for %qT is ambiguous"
48704 msgstr ""
48705
48706 #: cp/class.cc:5249
48707 #, gcc-internal-format
48708 msgid "method overrides both %<transaction_pure%> and %qE methods"
48709 msgstr ""
48710
48711 #: cp/class.cc:5270
48712 #, gcc-internal-format
48713 msgid "method declared %qE overriding %qE method"
48714 msgstr ""
48715
48716 #: cp/class.cc:5894 cp/constexpr.cc:261
48717 #, gcc-internal-format
48718 msgid "enclosing class of %<constexpr%> non-static member function %q+#D is not a literal type"
48719 msgstr ""
48720
48721 #: cp/class.cc:5920
48722 #, gcc-internal-format
48723 msgid "%q+T is not literal because:"
48724 msgstr ""
48725
48726 #: cp/class.cc:5923
48727 #, gcc-internal-format
48728 msgid "  %qT is a closure type, which is only literal in C++17 and later"
48729 msgstr ""
48730
48731 #: cp/class.cc:5926
48732 #, gcc-internal-format
48733 msgid "  %q+T has a non-trivial destructor"
48734 msgstr ""
48735
48736 #: cp/class.cc:5929
48737 #, gcc-internal-format
48738 msgid "  %q+T does not have %<constexpr%> destructor"
48739 msgstr ""
48740
48741 #: cp/class.cc:5937
48742 #, gcc-internal-format
48743 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"
48744 msgstr ""
48745
48746 #: cp/class.cc:5970
48747 #, gcc-internal-format
48748 msgid "  base class %qT of %q+T is non-literal"
48749 msgstr ""
48750
48751 #: cp/class.cc:5985
48752 #, gcc-internal-format
48753 msgid "  non-static data member %qD has non-literal type"
48754 msgstr ""
48755
48756 #: cp/class.cc:5992
48757 #, gcc-internal-format
48758 msgid "  non-static data member %qD has volatile type"
48759 msgstr ""
48760
48761 #: cp/class.cc:6123
48762 #, gcc-internal-format
48763 msgid "base class %q#T has accessible non-virtual destructor"
48764 msgstr ""
48765
48766 #: cp/class.cc:6152
48767 #, gcc-internal-format
48768 msgid "non-static reference %q#D in class without a constructor"
48769 msgstr ""
48770
48771 #: cp/class.cc:6158
48772 #, gcc-internal-format
48773 msgid "non-static const member %q#D in class without a constructor"
48774 msgstr ""
48775
48776 #: cp/class.cc:6490
48777 #, gcc-internal-format
48778 msgid "offset of %qT base class for %<-std=c++14%> and up changes in %<-fabi-version=17%> (GCC 12)"
48779 msgstr ""
48780
48781 #: cp/class.cc:6494
48782 #, gcc-internal-format
48783 msgid "offset of %qD for %<-std=c++14%> and up changes in %<-fabi-version=17%> (GCC 12)"
48784 msgstr ""
48785
48786 #: cp/class.cc:6534
48787 #, gcc-internal-format
48788 msgid "direct base %qT inaccessible in %qT due to ambiguity"
48789 msgstr ""
48790
48791 #: cp/class.cc:6546
48792 #, gcc-internal-format
48793 msgid "virtual base %qT inaccessible in %qT due to ambiguity"
48794 msgstr ""
48795
48796 #: cp/class.cc:6788
48797 #, gcc-internal-format
48798 msgid "offset of %qD is not ABI-compliant and may change in a future version of GCC"
48799 msgstr ""
48800
48801 #: cp/class.cc:6983
48802 #, gcc-internal-format
48803 msgid "size of type %qT is too large (%qE bytes)"
48804 msgstr ""
48805
48806 #: cp/class.cc:7269
48807 #, gcc-internal-format
48808 msgid "invalid use of %q#T with a zero-size array in %q#D"
48809 msgstr ""
48810
48811 #: cp/class.cc:7271
48812 #, gcc-internal-format
48813 msgid "invalid use of %q#T with a flexible array member in %q#T"
48814 msgstr ""
48815
48816 #: cp/class.cc:7276
48817 #, gcc-internal-format
48818 msgid "array member %q#D declared here"
48819 msgstr ""
48820
48821 #: cp/class.cc:7304
48822 #, gcc-internal-format
48823 msgid "zero-size array member %qD not at end of %q#T"
48824 msgstr ""
48825
48826 #: cp/class.cc:7306
48827 #, gcc-internal-format
48828 msgid "zero-size array member %qD in an otherwise empty %q#T"
48829 msgstr ""
48830
48831 #: cp/class.cc:7315 cp/class.cc:7346
48832 #, gcc-internal-format
48833 msgid "in the definition of %q#T"
48834 msgstr ""
48835
48836 #: cp/class.cc:7323
48837 #, gcc-internal-format
48838 msgid "flexible array member %qD not at end of %q#T"
48839 msgstr ""
48840
48841 #: cp/class.cc:7325
48842 #, gcc-internal-format
48843 msgid "flexible array member %qD in an otherwise empty %q#T"
48844 msgstr ""
48845
48846 #: cp/class.cc:7344
48847 #, gcc-internal-format
48848 msgid "next member %q#D declared here"
48849 msgstr ""
48850
48851 #: cp/class.cc:7458 cp/decl.cc:16815 cp/parser.cc:26622
48852 #, gcc-internal-format
48853 msgid "redefinition of %q#T"
48854 msgstr ""
48855
48856 #: cp/class.cc:7602
48857 #, gcc-internal-format
48858 msgid "%q#T has virtual functions and accessible non-virtual destructor"
48859 msgstr ""
48860
48861 #: cp/class.cc:7630
48862 #, gcc-internal-format
48863 msgid "type transparent %q#T does not have any fields"
48864 msgstr ""
48865
48866 #: cp/class.cc:7636
48867 #, gcc-internal-format
48868 msgid "type transparent class %qT has base classes"
48869 msgstr ""
48870
48871 #: cp/class.cc:7640
48872 #, gcc-internal-format
48873 msgid "type transparent class %qT has virtual functions"
48874 msgstr ""
48875
48876 #: cp/class.cc:7646
48877 #, gcc-internal-format
48878 msgid "type transparent %q#T cannot be made transparent because the type of the first field has a different ABI from the class overall"
48879 msgstr ""
48880
48881 #: cp/class.cc:7798
48882 #, gcc-internal-format
48883 msgid "definition of %qD does not match %<#include <initializer_list>%>"
48884 msgstr ""
48885
48886 #: cp/class.cc:7809
48887 #, gcc-internal-format
48888 msgid "trying to finish struct, but kicked out due to previous parse errors"
48889 msgstr ""
48890
48891 #: cp/class.cc:8316
48892 #, gcc-internal-format
48893 msgid "language string %<\"%E\"%> not recognized"
48894 msgstr ""
48895
48896 #: cp/class.cc:8406
48897 #, gcc-internal-format
48898 msgid "cannot resolve overloaded function %qD based on conversion to type %qT"
48899 msgstr ""
48900
48901 #: cp/class.cc:8564
48902 #, gcc-internal-format
48903 msgid "no matches converting function %qD to type %q#T"
48904 msgstr ""
48905
48906 #: cp/class.cc:8591
48907 #, gcc-internal-format
48908 msgid "converting overloaded function %qD to type %q#T is ambiguous"
48909 msgstr ""
48910
48911 #: cp/class.cc:8618
48912 #, gcc-internal-format
48913 msgid "assuming pointer to member %qD"
48914 msgstr ""
48915
48916 #: cp/class.cc:8621
48917 #, gcc-internal-format
48918 msgid "(a pointer to member can only be formed with %<&%E%>)"
48919 msgstr ""
48920
48921 #: cp/class.cc:8697 cp/class.cc:8739
48922 #, gcc-internal-format
48923 msgid "not enough type information"
48924 msgstr ""
48925
48926 #: cp/class.cc:8717
48927 #, gcc-internal-format
48928 msgid "cannot convert %qE from type %qT to type %qT"
48929 msgstr ""
48930
48931 #: cp/class.cc:8991
48932 #, gcc-internal-format
48933 msgid "declaration of %q#D changes meaning of %qD"
48934 msgstr ""
48935
48936 #: cp/class.cc:8994
48937 #, gcc-internal-format
48938 msgid "%qD declared here as %q#D"
48939 msgstr ""
48940
48941 #: cp/constexpr.cc:110
48942 #, gcc-internal-format
48943 msgid "the type %qT of %<constexpr%> variable %qD is not literal"
48944 msgstr ""
48945
48946 #: cp/constexpr.cc:121
48947 #, gcc-internal-format
48948 msgid "variable %qD of non-literal type %qT in %<constexpr%> function only available with %<-std=c++2b%> or %<-std=gnu++2b%>"
48949 msgstr ""
48950
48951 #: cp/constexpr.cc:134
48952 #, gcc-internal-format
48953 msgid "%<constexpr%> variable %qD has variably-modified type %qT"
48954 msgstr ""
48955
48956 #: cp/constexpr.cc:198
48957 #, gcc-internal-format
48958 msgid "inherited constructor %qD is not %<constexpr%>"
48959 msgstr ""
48960
48961 #: cp/constexpr.cc:211
48962 #, gcc-internal-format
48963 msgid "invalid type for parameter %d of %<constexpr%> function %q+#D"
48964 msgstr ""
48965
48966 #: cp/constexpr.cc:223
48967 #, gcc-internal-format
48968 msgid "lambdas are implicitly %<constexpr%> only in C++17 and later"
48969 msgstr ""
48970
48971 #: cp/constexpr.cc:232 cp/decl.cc:13944
48972 #, gcc-internal-format
48973 msgid "%<constexpr%> destructors only available with %<-std=c++20%> or %<-std=gnu++20%>"
48974 msgstr ""
48975
48976 #: cp/constexpr.cc:245
48977 #, gcc-internal-format
48978 msgid "invalid return type %qT of %<constexpr%> function %q+D"
48979 msgstr ""
48980
48981 #: cp/constexpr.cc:272
48982 #, gcc-internal-format
48983 msgid "%q#T has virtual base classes"
48984 msgstr ""
48985
48986 #: cp/constexpr.cc:530
48987 #, gcc-internal-format
48988 msgid "%<constexpr%> constructor does not have empty body"
48989 msgstr ""
48990
48991 #: cp/constexpr.cc:790
48992 #, gcc-internal-format
48993 msgid "%<constexpr%> constructor for union %qT must initialize exactly one non-static data member"
48994 msgstr ""
48995
48996 #: cp/constexpr.cc:851
48997 #, gcc-internal-format
48998 msgid "member %qD must be initialized by mem-initializer in %<constexpr%> constructor"
48999 msgstr ""
49000
49001 #: cp/constexpr.cc:914
49002 #, gcc-internal-format
49003 msgid "body of %<constexpr%> function %qD not a return-statement"
49004 msgstr ""
49005
49006 #: cp/constexpr.cc:1028
49007 #, gcc-internal-format
49008 msgid "%qD is not usable as a %<constexpr%> function because:"
49009 msgstr ""
49010
49011 #: cp/constexpr.cc:1527 cp/constexpr.cc:2895
49012 #, gcc-internal-format
49013 msgid "%<constexpr%> call flows off the end of the function"
49014 msgstr ""
49015
49016 #: cp/constexpr.cc:1532 cp/constexpr.cc:1542 cp/constexpr.cc:3106
49017 #, gcc-internal-format
49018 msgid "%q+E is not a constant expression"
49019 msgstr ""
49020
49021 #: cp/constexpr.cc:1851 cp/constexpr.cc:8594
49022 #, gcc-internal-format
49023 msgid "call to internal function %qE"
49024 msgstr ""
49025
49026 #: cp/constexpr.cc:1905
49027 #, gcc-internal-format
49028 msgid "modifying a const object %qE is not allowed in a constant expression"
49029 msgstr ""
49030
49031 #: cp/constexpr.cc:1907
49032 #, gcc-internal-format
49033 msgid "originally declared %<const%> here"
49034 msgstr ""
49035
49036 #: cp/constexpr.cc:2125 cp/constexpr.cc:2180 cp/constexpr.cc:2212
49037 #: cp/constexpr.cc:2233
49038 #, gcc-internal-format
49039 msgid "reference %<dynamic_cast%> failed"
49040 msgstr ""
49041
49042 #: cp/constexpr.cc:2126
49043 #, gcc-internal-format
49044 msgid "dynamic type %qT of its operand does not have a base class of type %qT"
49045 msgstr ""
49046
49047 #: cp/constexpr.cc:2150
49048 #, gcc-internal-format
49049 msgid "virtual table pointer is used uninitialized"
49050 msgstr ""
49051
49052 #: cp/constexpr.cc:2181 cp/constexpr.cc:2213
49053 #, gcc-internal-format
49054 msgid "static type %qT of its operand is a non-public base class of dynamic type %qT"
49055 msgstr ""
49056
49057 #: cp/constexpr.cc:2235
49058 #, gcc-internal-format
49059 msgid "%qT is an ambiguous base class of dynamic type %qT of its operand"
49060 msgstr ""
49061
49062 #: cp/constexpr.cc:2238
49063 #, gcc-internal-format
49064 msgid "dynamic type %qT of its operand does not have an unambiguous public base class %qT"
49065 msgstr ""
49066
49067 #: cp/constexpr.cc:2315 cp/constexpr.cc:2590 cp/constexpr.cc:8626
49068 #, gcc-internal-format
49069 msgid "call to non-%<constexpr%> function %qD"
49070 msgstr ""
49071
49072 #. virtual_offset is only set for virtual bases, which make the
49073 #. class non-literal, so we don't need to handle it here.
49074 #: cp/constexpr.cc:2321
49075 #, gcc-internal-format
49076 msgid "calling constexpr member function %qD through virtual base subobject"
49077 msgstr ""
49078
49079 #: cp/constexpr.cc:2438
49080 #, gcc-internal-format
49081 msgid "expression %qE does not designate a %<constexpr%> function"
49082 msgstr ""
49083
49084 #: cp/constexpr.cc:2511
49085 #, gcc-internal-format
49086 msgid "array deallocation of object allocated with non-array allocation"
49087 msgstr ""
49088
49089 #: cp/constexpr.cc:2515 cp/constexpr.cc:2537
49090 #, gcc-internal-format
49091 msgid "allocation performed here"
49092 msgstr ""
49093
49094 #: cp/constexpr.cc:2533
49095 #, gcc-internal-format
49096 msgid "non-array deallocation of object allocated with array allocation"
49097 msgstr ""
49098
49099 #: cp/constexpr.cc:2550
49100 #, gcc-internal-format
49101 msgid "deallocation of already deallocated storage"
49102 msgstr ""
49103
49104 #: cp/constexpr.cc:2557
49105 #, gcc-internal-format
49106 msgid "deallocation of storage that was not previously allocated"
49107 msgstr ""
49108
49109 #: cp/constexpr.cc:2686
49110 #, gcc-internal-format
49111 msgid "%qD called in a constant expression before its definition is complete"
49112 msgstr ""
49113
49114 #: cp/constexpr.cc:2693
49115 #, gcc-internal-format
49116 msgid "%qD called in a constant expression"
49117 msgstr ""
49118
49119 #: cp/constexpr.cc:2697
49120 #, gcc-internal-format
49121 msgid "%qD used before its definition"
49122 msgstr ""
49123
49124 #: cp/constexpr.cc:2769
49125 #, gcc-internal-format
49126 msgid "call has circular dependency"
49127 msgstr ""
49128
49129 #: cp/constexpr.cc:2780
49130 #, gcc-internal-format
49131 msgid "%<constexpr%> evaluation depth exceeds maximum of %d (use %<-fconstexpr-depth=%> to increase the maximum)"
49132 msgstr ""
49133
49134 #: cp/constexpr.cc:3146
49135 #, gcc-internal-format
49136 msgid "right operand of shift expression %q+E is negative"
49137 msgstr ""
49138
49139 #: cp/constexpr.cc:3153
49140 #, gcc-internal-format
49141 msgid "right operand of shift expression %q+E is greater than or equal to the precision %wu of the left operand"
49142 msgstr ""
49143
49144 #: cp/constexpr.cc:3176
49145 #, gcc-internal-format
49146 msgid "left operand of shift expression %q+E is negative"
49147 msgstr ""
49148
49149 #: cp/constexpr.cc:3195
49150 #, gcc-internal-format
49151 msgid "shift expression %q+E overflows"
49152 msgstr ""
49153
49154 #: cp/constexpr.cc:3394
49155 #, gcc-internal-format
49156 msgid "arithmetic involving a null pointer in %qE"
49157 msgstr ""
49158
49159 #: cp/constexpr.cc:3809
49160 #, gcc-internal-format
49161 msgid "array subscript value %qE is outside the bounds of array %qD of type %qT"
49162 msgstr ""
49163
49164 #: cp/constexpr.cc:3812
49165 #, gcc-internal-format
49166 msgid "nonzero array subscript %qE is used with array %qD of type %qT with unknown bounds"
49167 msgstr ""
49168
49169 #: cp/constexpr.cc:3817
49170 #, gcc-internal-format
49171 msgid "array subscript value %qE is outside the bounds of array type %qT"
49172 msgstr ""
49173
49174 #: cp/constexpr.cc:3820
49175 #, gcc-internal-format
49176 msgid "nonzero array subscript %qE is used with array of type %qT with unknown bounds"
49177 msgstr ""
49178
49179 #: cp/constexpr.cc:4003
49180 #, gcc-internal-format
49181 msgid "accessing uninitialized array element"
49182 msgstr ""
49183
49184 #: cp/constexpr.cc:4060
49185 #, gcc-internal-format
49186 msgid "dereferencing a null pointer in %qE"
49187 msgstr ""
49188
49189 #: cp/constexpr.cc:4077 cp/constexpr.cc:4176 cp/constexpr.cc:6606
49190 #: cp/constexpr.cc:6705 cp/constexpr.cc:8546
49191 #, gcc-internal-format
49192 msgid "%qE is not a constant expression"
49193 msgstr ""
49194
49195 #: cp/constexpr.cc:4083
49196 #, gcc-internal-format
49197 msgid "mutable %qD is not usable in a constant expression"
49198 msgstr ""
49199
49200 #: cp/constexpr.cc:4114 cp/constexpr.cc:4136
49201 #, gcc-internal-format
49202 msgid "accessing uninitialized member %qD"
49203 msgstr ""
49204
49205 #: cp/constexpr.cc:4116
49206 #, gcc-internal-format
49207 msgid "accessing %qD member instead of initialized %qD member in constant expression"
49208 msgstr ""
49209
49210 #: cp/constexpr.cc:4247
49211 #, gcc-internal-format
49212 msgid "%qs is not a constant expression because %qT is a union type"
49213 msgstr ""
49214
49215 #: cp/constexpr.cc:4250
49216 #, gcc-internal-format
49217 msgid "%qs is not a constant expression because %qT contains a union type"
49218 msgstr ""
49219
49220 #: cp/constexpr.cc:4261
49221 #, gcc-internal-format
49222 msgid "%qs is not a constant expression because %qT is a pointer type"
49223 msgstr ""
49224
49225 #: cp/constexpr.cc:4264
49226 #, gcc-internal-format
49227 msgid "%qs is not a constant expression because %qT contains a pointer type"
49228 msgstr ""
49229
49230 #: cp/constexpr.cc:4275
49231 #, gcc-internal-format
49232 msgid "%qs is not a constant expression because %qT is a reference type"
49233 msgstr ""
49234
49235 #: cp/constexpr.cc:4278
49236 #, gcc-internal-format
49237 msgid "%qs is not a constant expression because %qT contains a reference type"
49238 msgstr ""
49239
49240 #: cp/constexpr.cc:4289
49241 #, gcc-internal-format
49242 msgid "%qs is not a constant expression because %qT is a pointer to member type"
49243 msgstr ""
49244
49245 #: cp/constexpr.cc:4293
49246 #, gcc-internal-format
49247 msgid "%qs is not a constant expression because %qT contains a pointer to member type"
49248 msgstr ""
49249
49250 #: cp/constexpr.cc:4304
49251 #, gcc-internal-format
49252 msgid "%qs is not a constant expression because %qT is volatile"
49253 msgstr ""
49254
49255 #: cp/constexpr.cc:4307
49256 #, gcc-internal-format
49257 msgid "%qs is not a constant expression because %qT contains a volatile subobject"
49258 msgstr ""
49259
49260 #: cp/constexpr.cc:4460
49261 #, gcc-internal-format
49262 msgid "%qs cannot be constant evaluated on the target"
49263 msgstr ""
49264
49265 #: cp/constexpr.cc:4469 cp/constexpr.cc:4479
49266 #, gcc-internal-format
49267 msgid "%qs cannot be constant evaluated because the type is too large"
49268 msgstr ""
49269
49270 #: cp/constexpr.cc:4499
49271 #, gcc-internal-format
49272 msgid "%qs cannot be constant evaluated because the argument cannot be encoded"
49273 msgstr ""
49274
49275 #: cp/constexpr.cc:4538
49276 #, gcc-internal-format
49277 msgid "%qs accessing uninitialized byte at offset %d"
49278 msgstr ""
49279
49280 #: cp/constexpr.cc:4550
49281 #, gcc-internal-format
49282 msgid "%qs cannot be constant evaluated because the argument cannot be interpreted"
49283 msgstr ""
49284
49285 #: cp/constexpr.cc:5341 cp/constexpr.cc:7302
49286 #, gcc-internal-format
49287 msgid "dereferencing a null pointer"
49288 msgstr ""
49289
49290 #: cp/constexpr.cc:5361
49291 #, gcc-internal-format
49292 msgid "accessing value of %qE through a %qT glvalue in a constant expression"
49293 msgstr ""
49294
49295 #: cp/constexpr.cc:5406
49296 #, gcc-internal-format
49297 msgid "the content of uninitialized storage is not usable in a constant expression"
49298 msgstr ""
49299
49300 #: cp/constexpr.cc:5408 cp/constexpr.cc:5415
49301 #, gcc-internal-format
49302 msgid "allocated here"
49303 msgstr ""
49304
49305 #: cp/constexpr.cc:5413
49306 #, gcc-internal-format
49307 msgid "use of allocated storage after deallocation in a constant expression"
49308 msgstr ""
49309
49310 #: cp/constexpr.cc:5418
49311 #, gcc-internal-format
49312 msgid "the value of %qD is not usable in a constant expression"
49313 msgstr ""
49314
49315 #: cp/constexpr.cc:5425
49316 #, gcc-internal-format
49317 msgid "%qD used in its own initializer"
49318 msgstr ""
49319
49320 #: cp/constexpr.cc:5430
49321 #, gcc-internal-format
49322 msgid "%q#D is not const"
49323 msgstr ""
49324
49325 #: cp/constexpr.cc:5433
49326 #, gcc-internal-format
49327 msgid "%q#D is volatile"
49328 msgstr ""
49329
49330 #: cp/constexpr.cc:5438 cp/constexpr.cc:5445
49331 #, gcc-internal-format
49332 msgid "%qD was not initialized with a constant expression"
49333 msgstr ""
49334
49335 #: cp/constexpr.cc:5451
49336 #, gcc-internal-format
49337 msgid "%qD was not declared %<constexpr%>"
49338 msgstr ""
49339
49340 #: cp/constexpr.cc:5454
49341 #, gcc-internal-format
49342 msgid "%qD does not have integral or enumeration type"
49343 msgstr ""
49344
49345 #: cp/constexpr.cc:5709
49346 #, gcc-internal-format
49347 msgid "modification of %qE is not a constant expression"
49348 msgstr ""
49349
49350 #: cp/constexpr.cc:5778
49351 #, gcc-internal-format
49352 msgid "change of the active member of a union from %qD to %qD"
49353 msgstr ""
49354
49355 #: cp/constexpr.cc:5791
49356 #, gcc-internal-format
49357 msgid "change of the active member of a union from %qD to %qD during initialization"
49358 msgstr ""
49359
49360 #: cp/constexpr.cc:6185 cp/constexpr.cc:7581
49361 #, gcc-internal-format
49362 msgid "statement is not a constant expression"
49363 msgstr ""
49364
49365 #: cp/constexpr.cc:6289
49366 #, gcc-internal-format
49367 msgid "%<constexpr%> loop iteration count exceeds limit of %d (use %<-fconstexpr-loop-limit=%> to increase the limit)"
49368 msgstr ""
49369
49370 #: cp/constexpr.cc:6389
49371 #, gcc-internal-format
49372 msgid "inline assembly is not a constant expression"
49373 msgstr ""
49374
49375 #: cp/constexpr.cc:6390
49376 #, gcc-internal-format
49377 msgid "only unevaluated inline assembly is allowed in a %<constexpr%> function in C++20"
49378 msgstr ""
49379
49380 #: cp/constexpr.cc:6408
49381 #, gcc-internal-format
49382 msgid "use of %qD"
49383 msgstr ""
49384
49385 #: cp/constexpr.cc:6412
49386 #, gcc-internal-format
49387 msgid "its value can vary between compiler versions or with different %<-mtune%> or %<-mcpu%> flags"
49388 msgstr ""
49389
49390 #: cp/constexpr.cc:6414
49391 #, gcc-internal-format
49392 msgid "if this use is part of a public ABI, change it to instead use a constant variable you define"
49393 msgstr ""
49394
49395 #: cp/constexpr.cc:6416
49396 #, gcc-internal-format, gfc-internal-format
49397 msgid "the default value for the current CPU tuning is %d bytes"
49398 msgstr ""
49399
49400 #: cp/constexpr.cc:6418
49401 #, gcc-internal-format
49402 msgid "you can stabilize this value with %<--param hardware_destructive_interference_size=%d%>, or disable this warning with %<-Wno-interference-size%>"
49403 msgstr ""
49404
49405 #: cp/constexpr.cc:6568
49406 #, gcc-internal-format
49407 msgid "value %qE of type %qT is not a constant expression"
49408 msgstr ""
49409
49410 #: cp/constexpr.cc:6581
49411 #, gcc-internal-format
49412 msgid "%<constexpr%> evaluation operation count exceeds limit of %wd (use %<-fconstexpr-ops-limit=%> to increase the limit)"
49413 msgstr ""
49414
49415 #: cp/constexpr.cc:6734
49416 #, gcc-internal-format
49417 msgid "control passes through definition of %qD with thread storage duration"
49418 msgstr ""
49419
49420 #: cp/constexpr.cc:6737
49421 #, gcc-internal-format
49422 msgid "control passes through definition of %qD with static storage duration"
49423 msgstr ""
49424
49425 #: cp/constexpr.cc:6785 cp/constexpr.cc:9226
49426 #, gcc-internal-format
49427 msgid "temporary of non-literal type %qT in a constant expression"
49428 msgstr ""
49429
49430 #: cp/constexpr.cc:7221 cp/constexpr.cc:8751
49431 #, gcc-internal-format
49432 msgid "%<reinterpret_cast%> is not a constant expression"
49433 msgstr ""
49434
49435 #: cp/constexpr.cc:7249
49436 #, gcc-internal-format
49437 msgid "conversion from pointer type %qT to arithmetic type %qT in a constant expression"
49438 msgstr ""
49439
49440 #: cp/constexpr.cc:7277
49441 #, gcc-internal-format
49442 msgid "cast from %qT is not allowed"
49443 msgstr ""
49444
49445 #: cp/constexpr.cc:7313
49446 #, gcc-internal-format
49447 msgid "%<reinterpret_cast<%T>(%E)%> is not a constant expression"
49448 msgstr ""
49449
49450 #: cp/constexpr.cc:7431 cp/constexpr.cc:9045 cp/constexpr.cc:9446
49451 #, gcc-internal-format
49452 msgid "expression %qE is not a constant expression"
49453 msgstr ""
49454
49455 #: cp/constexpr.cc:7478 cp/constexpr.cc:9485
49456 #, gcc-internal-format
49457 msgid "%<goto%> is not a constant expression"
49458 msgstr ""
49459
49460 #: cp/constexpr.cc:7534
49461 #, gcc-internal-format
49462 msgid "unexpected template-id %qE"
49463 msgstr ""
49464
49465 #: cp/constexpr.cc:7540 cp/constraint.cc:178 cp/constraint.cc:714
49466 #, gcc-internal-format
49467 msgid "function concept must be called"
49468 msgstr ""
49469
49470 #: cp/constexpr.cc:7565
49471 #, gcc-internal-format
49472 msgid "address of a call to %qs is not a constant expression"
49473 msgstr ""
49474
49475 #: cp/constexpr.cc:7584
49476 #, gcc-internal-format
49477 msgid "unexpected expression %qE of kind %s"
49478 msgstr ""
49479
49480 #: cp/constexpr.cc:7842
49481 #, gcc-internal-format
49482 msgid "%qE is not a constant expression because it refers to mutable subobjects of %qT"
49483 msgstr ""
49484
49485 #: cp/constexpr.cc:7850
49486 #, gcc-internal-format
49487 msgid "%qE is not a constant expression because it refers to an incompletely initialized variable"
49488 msgstr ""
49489
49490 #: cp/constexpr.cc:7865
49491 #, gcc-internal-format
49492 msgid "%qE is not a constant expression because it refers to a result of %<operator new%>"
49493 msgstr ""
49494
49495 #: cp/constexpr.cc:7876
49496 #, gcc-internal-format
49497 msgid "%qE is not a constant expression because allocated storage has not been deallocated"
49498 msgstr ""
49499
49500 #: cp/constexpr.cc:7894
49501 #, gcc-internal-format
49502 msgid "immediate evaluation returns address of immediate function %qD"
49503 msgstr ""
49504
49505 #: cp/constexpr.cc:8486
49506 #, gcc-internal-format
49507 msgid "lvalue-to-rvalue conversion of a volatile lvalue %qE with type %qT"
49508 msgstr ""
49509
49510 #: cp/constexpr.cc:8716
49511 #, gcc-internal-format
49512 msgid "lambda capture of %qE is not a constant expression"
49513 msgstr ""
49514
49515 #: cp/constexpr.cc:8719
49516 #, gcc-internal-format
49517 msgid "because it is used as a glvalue"
49518 msgstr ""
49519
49520 #: cp/constexpr.cc:8771
49521 #, gcc-internal-format
49522 msgid "%<reinterpret_cast%> from integer to pointer"
49523 msgstr ""
49524
49525 #: cp/constexpr.cc:8804
49526 #, gcc-internal-format
49527 msgid "address-of an object %qE with thread local or automatic storage is not a constant expression"
49528 msgstr ""
49529
49530 #: cp/constexpr.cc:8843
49531 #, gcc-internal-format
49532 msgid "use of %<this%> in a constant expression"
49533 msgstr ""
49534
49535 #: cp/constexpr.cc:8991
49536 #, gcc-internal-format
49537 msgid "lambda-expression is not a constant expression before C++17"
49538 msgstr ""
49539
49540 #: cp/constexpr.cc:9059
49541 #, gcc-internal-format
49542 msgid "virtual functions cannot be %<constexpr%> before C++20"
49543 msgstr ""
49544
49545 #: cp/constexpr.cc:9074
49546 #, gcc-internal-format
49547 msgid "%<typeid%> is not a constant expression because %qE is of polymorphic type"
49548 msgstr ""
49549
49550 #: cp/constexpr.cc:9138
49551 #, gcc-internal-format
49552 msgid "cast to non-integral type %qT in a constant expression"
49553 msgstr ""
49554
49555 #: cp/constexpr.cc:9195
49556 #, gcc-internal-format
49557 msgid "%qD defined %<thread_local%> in %<constexpr%> context"
49558 msgstr ""
49559
49560 #: cp/constexpr.cc:9202
49561 #, gcc-internal-format
49562 msgid "%qD defined %<static%> in %<constexpr%> context"
49563 msgstr ""
49564
49565 #: cp/constexpr.cc:9275
49566 #, gcc-internal-format
49567 msgid "division by zero is not a constant expression"
49568 msgstr ""
49569
49570 #: cp/constexpr.cc:9376
49571 #, gcc-internal-format
49572 msgid "%<delete[]%> is not a constant expression"
49573 msgstr ""
49574
49575 #: cp/constexpr.cc:9444
49576 #, gcc-internal-format
49577 msgid "neither branch of %<if%> is a constant expression"
49578 msgstr ""
49579
49580 #: cp/constexpr.cc:9455
49581 #, gcc-internal-format
49582 msgid "non-constant array initialization"
49583 msgstr ""
49584
49585 #: cp/constexpr.cc:9494
49586 #, gcc-internal-format
49587 msgid "label definition in %<constexpr%> function only available with %<-std=c++2b%> or %<-std=gnu++2b%>"
49588 msgstr ""
49589
49590 #: cp/constexpr.cc:9524
49591 #, gcc-internal-format, gfc-internal-format
49592 msgid "unexpected AST of kind %s"
49593 msgstr ""
49594
49595 #: cp/constraint.cc:166
49596 #, gcc-internal-format
49597 msgid "constraint expression does not have type %<bool%>"
49598 msgstr ""
49599
49600 #: cp/constraint.cc:373
49601 #, gcc-internal-format
49602 msgid "function call of variable concept %qE"
49603 msgstr ""
49604
49605 #: cp/constraint.cc:545
49606 #, gcc-internal-format
49607 msgid "MAP %qD TO %qT"
49608 msgstr ""
49609
49610 #: cp/constraint.cc:547
49611 #, gcc-internal-format
49612 msgid "MAP %qD TO %qE"
49613 msgstr ""
49614
49615 #: cp/constraint.cc:560
49616 #, gcc-internal-format
49617 msgid "argument %qT"
49618 msgstr ""
49619
49620 #: cp/constraint.cc:562
49621 #, gcc-internal-format
49622 msgid "argument %qE"
49623 msgstr ""
49624
49625 #: cp/constraint.cc:1150
49626 #, gcc-internal-format
49627 msgid "%qT does not match original declaration"
49628 msgstr ""
49629
49630 #: cp/constraint.cc:1153
49631 #, gcc-internal-format
49632 msgid "original template declaration here"
49633 msgstr ""
49634
49635 #: cp/constraint.cc:1352
49636 #, gcc-internal-format
49637 msgid "no matching concepts for %qE"
49638 msgstr ""
49639
49640 #: cp/constraint.cc:1653
49641 #, gcc-internal-format
49642 msgid "%qE cannot be introduced with an ellipsis %<...%>"
49643 msgstr ""
49644
49645 #: cp/constraint.cc:1654
49646 #, gcc-internal-format
49647 msgid "prototype declared here"
49648 msgstr ""
49649
49650 #: cp/constraint.cc:1741
49651 #, gcc-internal-format
49652 msgid "all template parameters of %qD must be introduced"
49653 msgstr ""
49654
49655 #: cp/constraint.cc:1769
49656 #, gcc-internal-format
49657 msgid "cannot deduce template parameters from introduction list"
49658 msgstr ""
49659
49660 #: cp/constraint.cc:1933
49661 #, gcc-internal-format
49662 msgid "the required expression %qE is invalid, because"
49663 msgstr ""
49664
49665 #: cp/constraint.cc:1940
49666 #, gcc-internal-format
49667 msgid "the required expression %qE is invalid"
49668 msgstr ""
49669
49670 #. Replay the substitution error.
49671 #: cp/constraint.cc:1979
49672 #, gcc-internal-format
49673 msgid "the required type %qT is invalid, because"
49674 msgstr ""
49675
49676 #: cp/constraint.cc:1983
49677 #, gcc-internal-format
49678 msgid "the required type %qT is invalid"
49679 msgstr ""
49680
49681 #: cp/constraint.cc:2036 cp/constraint.cc:2109
49682 #, gcc-internal-format
49683 msgid "cannot convert %qE to %qT"
49684 msgstr ""
49685
49686 #: cp/constraint.cc:2062
49687 #, gcc-internal-format
49688 msgid "%qE is not %<noexcept%>"
49689 msgstr ""
49690
49691 #: cp/constraint.cc:2086
49692 #, gcc-internal-format
49693 msgid "%qE does not satisfy return-type-requirement, because"
49694 msgstr ""
49695
49696 #: cp/constraint.cc:2093
49697 #, gcc-internal-format
49698 msgid "%qE does not satisfy return-type-requirement"
49699 msgstr "%qE ne zadovoljava „return-type-requirement“"
49700
49701 #: cp/constraint.cc:2104
49702 #, gcc-internal-format
49703 msgid "cannot convert %qE to %qT because"
49704 msgstr ""
49705
49706 #. Replay the substitution error.
49707 #: cp/constraint.cc:2136
49708 #, gcc-internal-format
49709 msgid "nested requirement %qE is not satisfied, because"
49710 msgstr ""
49711
49712 #: cp/constraint.cc:2140
49713 #, gcc-internal-format
49714 msgid "nested requirement %qE is not satisfied"
49715 msgstr ""
49716
49717 #: cp/constraint.cc:2627
49718 #, gcc-internal-format
49719 msgid "satisfaction of atomic constraint %qE depends on itself"
49720 msgstr ""
49721
49722 #: cp/constraint.cc:2673
49723 #, gcc-internal-format
49724 msgid "satisfaction value of atomic constraint %qE changed from %qE to %qE"
49725 msgstr ""
49726
49727 #: cp/constraint.cc:2676
49728 #, gcc-internal-format
49729 msgid "satisfaction value first evaluated to %qE from here"
49730 msgstr ""
49731
49732 #: cp/constraint.cc:2793
49733 #, gcc-internal-format
49734 msgid "no operand of the disjunction is satisfied"
49735 msgstr ""
49736
49737 #: cp/constraint.cc:2806
49738 #, gcc-internal-format
49739 msgid "the operand %qE is unsatisfied because"
49740 msgstr ""
49741
49742 #: cp/constraint.cc:3439
49743 #, gcc-internal-format
49744 msgid "definition of concept %qD is empty"
49745 msgstr ""
49746
49747 #: cp/constraint.cc:3442
49748 #, gcc-internal-format
49749 msgid "definition of concept %qD has multiple statements"
49750 msgstr ""
49751
49752 #: cp/constraint.cc:3588
49753 #, gcc-internal-format
49754 msgid "  %qT is not %<nothrow%> copy assignable"
49755 msgstr ""
49756
49757 #: cp/constraint.cc:3591 cp/constraint.cc:3686
49758 #, gcc-internal-format
49759 msgid "  %qT is not %<nothrow%> default constructible"
49760 msgstr ""
49761
49762 #: cp/constraint.cc:3594
49763 #, gcc-internal-format
49764 msgid "  %qT is not %<nothrow%> copy constructible"
49765 msgstr ""
49766
49767 #: cp/constraint.cc:3597
49768 #, gcc-internal-format
49769 msgid "  %qT is not trivially copy assignable"
49770 msgstr ""
49771
49772 #: cp/constraint.cc:3600 cp/constraint.cc:3680
49773 #, gcc-internal-format
49774 msgid "  %qT is not trivially default constructible"
49775 msgstr ""
49776
49777 #: cp/constraint.cc:3603
49778 #, gcc-internal-format
49779 msgid "  %qT is not trivially copy constructible"
49780 msgstr ""
49781
49782 #: cp/constraint.cc:3606
49783 #, gcc-internal-format
49784 msgid "  %qT is not trivially destructible"
49785 msgstr ""
49786
49787 #: cp/constraint.cc:3609
49788 #, gcc-internal-format
49789 msgid "  %qT does not have a virtual destructor"
49790 msgstr ""
49791
49792 #: cp/constraint.cc:3612
49793 #, gcc-internal-format
49794 msgid "  %qT is not an abstract class"
49795 msgstr ""
49796
49797 #: cp/constraint.cc:3615
49798 #, gcc-internal-format
49799 msgid "  %qT is not a base of %qT"
49800 msgstr ""
49801
49802 #: cp/constraint.cc:3618
49803 #, gcc-internal-format
49804 msgid "  %qT is not a class"
49805 msgstr ""
49806
49807 #: cp/constraint.cc:3621
49808 #, gcc-internal-format
49809 msgid "  %qT is not an empty class"
49810 msgstr ""
49811
49812 #: cp/constraint.cc:3624
49813 #, gcc-internal-format
49814 msgid "  %qT is not an enum"
49815 msgstr ""
49816
49817 #: cp/constraint.cc:3627
49818 #, gcc-internal-format
49819 msgid "  %qT is not a final class"
49820 msgstr ""
49821
49822 #: cp/constraint.cc:3630
49823 #, gcc-internal-format
49824 msgid "  %qT is not layout compatible with %qT"
49825 msgstr ""
49826
49827 #: cp/constraint.cc:3633
49828 #, gcc-internal-format
49829 msgid "  %qT is not a literal type"
49830 msgstr ""
49831
49832 #: cp/constraint.cc:3636
49833 #, gcc-internal-format
49834 msgid "  %qT is not pointer-interconvertible base of %qT"
49835 msgstr ""
49836
49837 #: cp/constraint.cc:3640
49838 #, gcc-internal-format
49839 msgid "  %qT is not a POD type"
49840 msgstr ""
49841
49842 #: cp/constraint.cc:3643
49843 #, gcc-internal-format
49844 msgid "  %qT is not a polymorphic type"
49845 msgstr ""
49846
49847 #: cp/constraint.cc:3646
49848 #, gcc-internal-format
49849 msgid "  %qT is not the same as %qT"
49850 msgstr "  %qT nije ista vrsta kao %qT"
49851
49852 #: cp/constraint.cc:3649
49853 #, gcc-internal-format
49854 msgid "  %qT is not an standard layout type"
49855 msgstr ""
49856
49857 #: cp/constraint.cc:3652
49858 #, gcc-internal-format
49859 msgid "  %qT is not a trivial type"
49860 msgstr ""
49861
49862 #: cp/constraint.cc:3655
49863 #, gcc-internal-format
49864 msgid "  %qT is not a union"
49865 msgstr ""
49866
49867 #: cp/constraint.cc:3658
49868 #, gcc-internal-format
49869 msgid "  %qT is not an aggregate"
49870 msgstr "  %qT nije agregat"
49871
49872 #: cp/constraint.cc:3661
49873 #, gcc-internal-format
49874 msgid "  %qT is not trivially copyable"
49875 msgstr "%qT se ne može trivijalno kopirati"
49876
49877 #: cp/constraint.cc:3664
49878 #, gcc-internal-format
49879 msgid "  %qT is not assignable from %qT"
49880 msgstr "  %qT se ne može dodijeliti iz %qT"
49881
49882 #: cp/constraint.cc:3667
49883 #, gcc-internal-format
49884 msgid "  %qT is not trivially assignable from %qT"
49885 msgstr "  %qT se ne može trivijalno dodijeliti iz %qT"
49886
49887 #: cp/constraint.cc:3670
49888 #, gcc-internal-format
49889 msgid "  %qT is not %<nothrow%> assignable from %qT"
49890 msgstr "  %qT nije %<nothrow%> i ne može se dodijeliti iz %qT"
49891
49892 #: cp/constraint.cc:3674
49893 #, gcc-internal-format
49894 msgid "  %qT is not default constructible"
49895 msgstr ""
49896
49897 #: cp/constraint.cc:3676
49898 #, gcc-internal-format
49899 msgid "  %qT is not constructible from %qE"
49900 msgstr "%qT se ne može konstruirati iz %qE"
49901
49902 #: cp/constraint.cc:3682
49903 #, gcc-internal-format
49904 msgid "  %qT is not trivially constructible from %qE"
49905 msgstr ""
49906
49907 #: cp/constraint.cc:3688
49908 #, gcc-internal-format
49909 msgid "  %qT is not %<nothrow%> constructible from %qE"
49910 msgstr ""
49911
49912 #: cp/constraint.cc:3691
49913 #, gcc-internal-format
49914 msgid "  %qT does not have unique object representations"
49915 msgstr ""
49916
49917 #: cp/constraint.cc:3717
49918 #, gcc-internal-format
49919 msgid "invalid constraints"
49920 msgstr ""
49921
49922 #: cp/constraint.cc:3742
49923 #, gcc-internal-format
49924 msgid "constraint %qE has type %qT, not %<bool%>"
49925 msgstr ""
49926
49927 #: cp/constraint.cc:3745
49928 #, gcc-internal-format
49929 msgid "the expression %qE evaluated to %<false%>"
49930 msgstr ""
49931
49932 #: cp/constraint.cc:3796
49933 #, gcc-internal-format
49934 msgid "constraints not satisfied"
49935 msgstr ""
49936
49937 #: cp/constraint.cc:3811
49938 #, gcc-internal-format
49939 msgid "set %qs to at least %d for more detail"
49940 msgstr ""
49941
49942 #: cp/coroutines.cc:303
49943 #, gcc-internal-format
49944 msgid "coroutines require a traits template; cannot find %<%E::%E%>"
49945 msgstr ""
49946
49947 #: cp/coroutines.cc:305
49948 #, gcc-internal-format
49949 msgid "perhaps %<#include <coroutine>%> is missing"
49950 msgstr ""
49951
49952 #: cp/coroutines.cc:360
49953 #, gcc-internal-format
49954 msgid "cannot instantiate %<coroutine traits%>"
49955 msgstr ""
49956
49957 #: cp/coroutines.cc:382
49958 #, gcc-internal-format
49959 msgid "coroutines require a handle class template; cannot find %<%E::%E%>"
49960 msgstr ""
49961
49962 #: cp/coroutines.cc:407
49963 #, gcc-internal-format
49964 msgid "cannot instantiate a %<coroutine handle%> for promise type %qT"
49965 msgstr ""
49966
49967 #: cp/coroutines.cc:492
49968 #, gcc-internal-format
49969 msgid "unable to find the promise type for this coroutine"
49970 msgstr ""
49971
49972 #: cp/coroutines.cc:511
49973 #, gcc-internal-format
49974 msgid "the coroutine promise type %qT declares both %<return_value%> and %<return_void%>"
49975 msgstr ""
49976
49977 #: cp/coroutines.cc:515
49978 #, gcc-internal-format
49979 msgid "%<return_void%> declared here"
49980 msgstr ""
49981
49982 #: cp/coroutines.cc:517
49983 #, gcc-internal-format
49984 msgid "%<return_value%> declared here"
49985 msgstr ""
49986
49987 #: cp/coroutines.cc:642 cp/coroutines.cc:720 cp/coroutines.cc:4280
49988 #, gcc-internal-format
49989 msgid "no member named %qE in %qT"
49990 msgstr ""
49991
49992 #: cp/coroutines.cc:735
49993 #, gcc-internal-format
49994 msgid "%qs cannot be used outside a function"
49995 msgstr ""
49996
49997 #. [basic.start.main] 3. The function main shall not be a coroutine.
49998 #: cp/coroutines.cc:743
49999 #, gcc-internal-format
50000 msgid "%qs cannot be used in the %<main%> function"
50001 msgstr ""
50002
50003 #. [dcl.constexpr] 3.3 it shall not be a coroutine.
50004 #: cp/coroutines.cc:754
50005 #, gcc-internal-format
50006 msgid "%qs cannot be used in a %<constexpr%> function"
50007 msgstr ""
50008
50009 #: cp/coroutines.cc:765
50010 #, gcc-internal-format
50011 msgid "%qs cannot be used in a function with a deduced return type"
50012 msgstr ""
50013
50014 #: cp/coroutines.cc:776
50015 #, gcc-internal-format
50016 msgid "%qs cannot be used in a varargs function"
50017 msgstr ""
50018
50019 #. [class.ctor] 7. a constructor shall not be a coroutine.
50020 #: cp/coroutines.cc:783
50021 #, gcc-internal-format
50022 msgid "%qs cannot be used in a constructor"
50023 msgstr ""
50024
50025 #. [class.dtor] 21. a destructor shall not be a coroutine.
50026 #: cp/coroutines.cc:790
50027 #, gcc-internal-format
50028 msgid "%qs cannot be used in a destructor"
50029 msgstr ""
50030
50031 #. TODO: record or extract positions of returns (and the first coro
50032 #. keyword) so that we can add notes to the diagnostic about where
50033 #. the bad keyword is and what made the function into a coro.
50034 #: cp/coroutines.cc:821
50035 #, gcc-internal-format
50036 msgid "a %<return%> statement is not allowed in coroutine; did you mean %<co_return%>?"
50037 msgstr ""
50038
50039 #: cp/coroutines.cc:869
50040 #, gcc-internal-format
50041 msgid "the expression %qE is required to be non-throwing"
50042 msgstr ""
50043
50044 #: cp/coroutines.cc:871
50045 #, gcc-internal-format
50046 msgid "must be declared with %<noexcept(true)%>"
50047 msgstr ""
50048
50049 #: cp/coroutines.cc:955
50050 #, gcc-internal-format
50051 msgid "awaitable type %qT is not a structure"
50052 msgstr ""
50053
50054 #: cp/coroutines.cc:1066
50055 #, gcc-internal-format
50056 msgid "%<await_suspend%> must return %<void%>, %<bool%> or a coroutine handle"
50057 msgstr ""
50058
50059 #: cp/coroutines.cc:1376
50060 #, gcc-internal-format
50061 msgid "function declared %<noreturn%> has a %<co_return%> statement"
50062 msgstr ""
50063
50064 #: cp/coroutines.cc:1414
50065 #, gcc-internal-format
50066 msgid "the align argument to %<__builtin_coro_promise%> must be a constant"
50067 msgstr ""
50068
50069 #: cp/coroutines.cc:1424
50070 #, gcc-internal-format
50071 msgid "the direction argument to %<__builtin_coro_promise%> must be a constant"
50072 msgstr ""
50073
50074 #: cp/coroutines.cc:1904
50075 #, gcc-internal-format
50076 msgid "no suspend point info for %qD"
50077 msgstr ""
50078
50079 #: cp/coroutines.cc:2102 cp/coroutines.cc:4653
50080 #, gcc-internal-format
50081 msgid "%qE is provided by %qT but is not usable with the function signature %qD"
50082 msgstr ""
50083
50084 #: cp/coroutines.cc:2552
50085 #, gcc-internal-format
50086 msgid "duplicate info for %qE"
50087 msgstr "dvostruke informacije za %qE"
50088
50089 #: cp/coroutines.cc:3703
50090 #, gcc-internal-format
50091 msgid "await expressions are not permitted in handlers"
50092 msgstr "„await“ izraz nije dopušten u rukovateljima (handlers)"
50093
50094 #: cp/coroutines.cc:3934
50095 #, gcc-internal-format
50096 msgid "variable length arrays are not yet supported in coroutines"
50097 msgstr ""
50098
50099 #: cp/coroutines.cc:4658
50100 #, gcc-internal-format
50101 msgid "%qE is provided by %qT but %qE is not marked %<throw()%> or %<noexcept%>"
50102 msgstr ""
50103
50104 #: cp/coroutines.cc:4661
50105 #, gcc-internal-format
50106 msgid "%qE is marked %<throw()%> or %<noexcept%> but no usable %<get_return_object_on_allocation_failure%> is provided by %qT"
50107 msgstr ""
50108
50109 #: cp/coroutines.cc:4690
50110 #, gcc-internal-format
50111 msgid "%qE is provided by %qT but %<std::nothrow%> cannot be found"
50112 msgstr ""
50113
50114 #. We can't initialize a non-class return value from void.
50115 #: cp/coroutines.cc:5088
50116 #, gcc-internal-format
50117 msgid "cannot initialize a return object of type %qT with an rvalue of type %<void%>"
50118 msgstr ""
50119
50120 #: cp/cp-gimplify.cc:155
50121 #, gcc-internal-format
50122 msgid "both branches of %<if%> statement marked as %qs"
50123 msgstr ""
50124
50125 #: cp/cp-gimplify.cc:981 cp/cp-gimplify.cc:993
50126 #, gcc-internal-format
50127 msgid "taking address of an immediate function %qD"
50128 msgstr ""
50129
50130 #: cp/cp-gimplify.cc:1553
50131 #, gcc-internal-format
50132 msgid "%<throw%> will always call %<terminate%>"
50133 msgstr ""
50134
50135 #: cp/cp-gimplify.cc:1556
50136 #, gcc-internal-format
50137 msgid "in C++11 destructors default to %<noexcept%>"
50138 msgstr ""
50139
50140 #: cp/cp-gimplify.cc:1568
50141 #, gcc-internal-format
50142 msgid "in C++11 this %<throw%> will call %<terminate%> because destructors default to %<noexcept%>"
50143 msgstr ""
50144
50145 #: cp/cp-gimplify.cc:3064
50146 #, gcc-internal-format
50147 msgid "ignoring attribute %qE after earlier %qE"
50148 msgstr ""
50149
50150 #: cp/cp-gimplify.cc:3086 cp/cp-gimplify.cc:3098 cp/decl.cc:4126
50151 #: cp/method.cc:978
50152 #, gcc-internal-format
50153 msgid "%qD is not a type"
50154 msgstr ""
50155
50156 #: cp/cp-gimplify.cc:3104
50157 #, gcc-internal-format
50158 msgid "%qD is not a class type"
50159 msgstr ""
50160
50161 #: cp/cp-gimplify.cc:3121
50162 #, gcc-internal-format
50163 msgid "%qD does not have %<const char *%> type"
50164 msgstr ""
50165
50166 #: cp/cp-gimplify.cc:3132
50167 #, gcc-internal-format
50168 msgid "%qD does not have integral type"
50169 msgstr ""
50170
50171 #: cp/cp-gimplify.cc:3144
50172 #, gcc-internal-format
50173 msgid "%<std::source_location::__impl%> does not contain only non-static data members %<_M_file_name%>, %<_M_function_name%>, %<_M_line%> and %<_M_column%>"
50174 msgstr ""
50175
50176 #: cp/cp-gimplify.cc:3248
50177 #, gcc-internal-format
50178 msgid "evaluating %qs"
50179 msgstr "procjenjujemo %qs"
50180
50181 #: cp/cvt.cc:92
50182 msgid "cannot convert from incomplete type %qH to %qI"
50183 msgstr ""
50184
50185 #: cp/cvt.cc:102
50186 msgid "conversion of %qE from %qH to %qI is ambiguous"
50187 msgstr ""
50188
50189 #: cp/cvt.cc:174 cp/cvt.cc:201 cp/cvt.cc:255
50190 msgid "cannot convert %qE from type %qH to type %qI"
50191 msgstr ""
50192
50193 #: cp/cvt.cc:391
50194 #, gcc-internal-format
50195 msgid "initialization of volatile reference type %q#T from rvalue of type %qT"
50196 msgstr ""
50197
50198 #: cp/cvt.cc:394
50199 #, gcc-internal-format
50200 msgid "conversion to volatile reference type %q#T from rvalue of type %qT"
50201 msgstr ""
50202
50203 #: cp/cvt.cc:397
50204 #, gcc-internal-format
50205 msgid "initialization of non-const reference type %q#T from rvalue of type %qT"
50206 msgstr ""
50207
50208 #: cp/cvt.cc:400
50209 #, gcc-internal-format
50210 msgid "conversion to non-const reference type %q#T from rvalue of type %qT"
50211 msgstr ""
50212
50213 #: cp/cvt.cc:476
50214 msgid "conversion from %qH to %qI discards qualifiers"
50215 msgstr ""
50216
50217 #: cp/cvt.cc:498 cp/typeck.cc:8360
50218 #, gcc-internal-format
50219 msgid "casting %qT to %qT does not dereference pointer"
50220 msgstr ""
50221
50222 #: cp/cvt.cc:526
50223 msgid "cannot convert type %qH to type %qI"
50224 msgstr ""
50225
50226 #: cp/cvt.cc:814
50227 #, gcc-internal-format
50228 msgid "conversion from %q#T to %q#T"
50229 msgstr ""
50230
50231 #: cp/cvt.cc:832
50232 #, gcc-internal-format
50233 msgid "the result of the conversion is unspecified because %qE is outside the range of type %qT"
50234 msgstr ""
50235
50236 #: cp/cvt.cc:843 cp/cvt.cc:898
50237 #, gcc-internal-format
50238 msgid "%q#T used where a %qT was expected"
50239 msgstr ""
50240
50241 #: cp/cvt.cc:852
50242 #, gcc-internal-format
50243 msgid "could not convert %qE from %<void%> to %<bool%>"
50244 msgstr ""
50245
50246 #: cp/cvt.cc:914
50247 #, gcc-internal-format
50248 msgid "%q#T used where a floating-point value was expected"
50249 msgstr ""
50250
50251 #: cp/cvt.cc:972
50252 msgid "conversion from %qH to non-scalar type %qI requested"
50253 msgstr ""
50254
50255 #: cp/cvt.cc:1068
50256 #, gcc-internal-format
50257 msgid "ignoring return value of %qD, declared with attribute %<nodiscard%>: %<%s%>"
50258 msgstr ""
50259
50260 #: cp/cvt.cc:1070
50261 #, gcc-internal-format
50262 msgid "ignoring return value of %qD, declared with attribute %<nodiscard%>%s"
50263 msgstr ""
50264
50265 #: cp/cvt.cc:1086
50266 #, gcc-internal-format
50267 msgid "ignoring returned value of type %qT, declared with attribute %<nodiscard%>: %<%s%>"
50268 msgstr ""
50269
50270 #: cp/cvt.cc:1088
50271 #, gcc-internal-format
50272 msgid "ignoring returned value of type %qT, declared with attribute %<nodiscard%>%s"
50273 msgstr ""
50274
50275 #: cp/cvt.cc:1110
50276 #, gcc-internal-format
50277 msgid "ignoring return value of %qD, declared with attribute %<warn_unused_result%>"
50278 msgstr ""
50279
50280 #: cp/cvt.cc:1164
50281 #, gcc-internal-format
50282 msgid "pseudo-destructor is not called"
50283 msgstr ""
50284
50285 #: cp/cvt.cc:1260
50286 #, gcc-internal-format
50287 msgid "conversion to void will not access object of incomplete type %qT"
50288 msgstr ""
50289
50290 #: cp/cvt.cc:1264
50291 #, gcc-internal-format
50292 msgid "indirection will not access object of incomplete type %qT in second operand of conditional expression"
50293 msgstr ""
50294
50295 #: cp/cvt.cc:1269
50296 #, gcc-internal-format
50297 msgid "indirection will not access object of incomplete type %qT in third operand of conditional expression"
50298 msgstr ""
50299
50300 #: cp/cvt.cc:1274
50301 #, gcc-internal-format
50302 msgid "indirection will not access object of incomplete type %qT in right operand of comma operator"
50303 msgstr ""
50304
50305 #: cp/cvt.cc:1279
50306 #, gcc-internal-format
50307 msgid "indirection will not access object of incomplete type %qT in left operand of comma operator"
50308 msgstr ""
50309
50310 #: cp/cvt.cc:1284
50311 #, gcc-internal-format
50312 msgid "indirection will not access object of incomplete type %qT in statement"
50313 msgstr ""
50314
50315 #: cp/cvt.cc:1288
50316 #, gcc-internal-format
50317 msgid "indirection will not access object of incomplete type %qT in for increment expression"
50318 msgstr ""
50319
50320 #: cp/cvt.cc:1304
50321 #, gcc-internal-format
50322 msgid "conversion to void will not access object of type %qT"
50323 msgstr ""
50324
50325 #: cp/cvt.cc:1308
50326 #, gcc-internal-format
50327 msgid "implicit dereference will not access object of type %qT in second operand of conditional expression"
50328 msgstr ""
50329
50330 #: cp/cvt.cc:1313
50331 #, gcc-internal-format
50332 msgid "implicit dereference will not access object of type %qT in third operand of conditional expression"
50333 msgstr ""
50334
50335 #: cp/cvt.cc:1318
50336 #, gcc-internal-format
50337 msgid "implicit dereference will not access object of type %qT in right operand of comma operator"
50338 msgstr ""
50339
50340 #: cp/cvt.cc:1323
50341 #, gcc-internal-format
50342 msgid "implicit dereference will not access object of type %qT in left operand of comma operator"
50343 msgstr ""
50344
50345 #: cp/cvt.cc:1328
50346 #, gcc-internal-format
50347 msgid "implicit dereference will not access object of type %qT in statement"
50348 msgstr ""
50349
50350 #: cp/cvt.cc:1332
50351 #, gcc-internal-format
50352 msgid "implicit dereference will not access object of type %qT in for increment expression"
50353 msgstr ""
50354
50355 #: cp/cvt.cc:1346
50356 #, gcc-internal-format
50357 msgid "conversion to void will not access object of non-trivially-copyable type %qT"
50358 msgstr ""
50359
50360 #: cp/cvt.cc:1351
50361 #, gcc-internal-format
50362 msgid "indirection will not access object of non-trivially-copyable type %qT in second operand of conditional expression"
50363 msgstr ""
50364
50365 #: cp/cvt.cc:1356
50366 #, gcc-internal-format
50367 msgid "indirection will not access object of non-trivially-copyable type %qT in third operand of conditional expression"
50368 msgstr ""
50369
50370 #: cp/cvt.cc:1361
50371 #, gcc-internal-format
50372 msgid "indirection will not access object of non-trivially-copyable type %qT in right operand of comma operator"
50373 msgstr ""
50374
50375 #: cp/cvt.cc:1366
50376 #, gcc-internal-format
50377 msgid "indirection will not access object of non-trivially-copyable type %qT in left operand of comma operator"
50378 msgstr ""
50379
50380 #: cp/cvt.cc:1371
50381 #, gcc-internal-format
50382 msgid "indirection will not access object of non-trivially-copyable type %qT in statement"
50383 msgstr ""
50384
50385 #: cp/cvt.cc:1376
50386 #, gcc-internal-format
50387 msgid "indirection will not access object of non-trivially-copyable type %qT in for increment expression"
50388 msgstr ""
50389
50390 #: cp/cvt.cc:1417
50391 #, gcc-internal-format
50392 msgid "conversion to void will not access object %qE of incomplete type %qT"
50393 msgstr ""
50394
50395 #: cp/cvt.cc:1421
50396 #, gcc-internal-format
50397 msgid "variable %qE of incomplete type %qT will not be accessed in second operand of conditional expression"
50398 msgstr ""
50399
50400 #: cp/cvt.cc:1426
50401 #, gcc-internal-format
50402 msgid "variable %qE of incomplete type %qT will not be accessed in third operand of conditional expression"
50403 msgstr ""
50404
50405 #: cp/cvt.cc:1431
50406 #, gcc-internal-format
50407 msgid "variable %qE of incomplete type %qT will not be accessed in right operand of comma operator"
50408 msgstr ""
50409
50410 #: cp/cvt.cc:1436
50411 #, gcc-internal-format
50412 msgid "variable %qE of incomplete type %qT will not be accessed in left operand of comma operator"
50413 msgstr ""
50414
50415 #: cp/cvt.cc:1441
50416 #, gcc-internal-format
50417 msgid "variable %qE of incomplete type %qT will not be accessed in statement"
50418 msgstr ""
50419
50420 #: cp/cvt.cc:1445
50421 #, gcc-internal-format
50422 msgid "variable %qE of incomplete type %qT will not be accessed in for increment expression"
50423 msgstr ""
50424
50425 #: cp/cvt.cc:1501
50426 #, gcc-internal-format
50427 msgid "conversion to void cannot resolve address of overloaded function"
50428 msgstr ""
50429
50430 #: cp/cvt.cc:1505
50431 #, gcc-internal-format
50432 msgid "second operand of conditional expression cannot resolve address of overloaded function"
50433 msgstr ""
50434
50435 #: cp/cvt.cc:1509
50436 #, gcc-internal-format
50437 msgid "third operand of conditional expression cannot resolve address of overloaded function"
50438 msgstr ""
50439
50440 #: cp/cvt.cc:1513
50441 #, gcc-internal-format
50442 msgid "right operand of comma operator cannot resolve address of overloaded function"
50443 msgstr ""
50444
50445 #: cp/cvt.cc:1517
50446 #, gcc-internal-format
50447 msgid "left operand of comma operator cannot resolve address of overloaded function"
50448 msgstr ""
50449
50450 #: cp/cvt.cc:1521
50451 #, gcc-internal-format
50452 msgid "statement cannot resolve address of overloaded function"
50453 msgstr ""
50454
50455 #: cp/cvt.cc:1525
50456 #, gcc-internal-format
50457 msgid "for increment expression cannot resolve address of overloaded function"
50458 msgstr ""
50459
50460 #: cp/cvt.cc:1541
50461 #, gcc-internal-format
50462 msgid "second operand of conditional expression is a reference, not call, to function %qE"
50463 msgstr ""
50464
50465 #: cp/cvt.cc:1546
50466 #, gcc-internal-format
50467 msgid "third operand of conditional expression is a reference, not call, to function %qE"
50468 msgstr ""
50469
50470 #: cp/cvt.cc:1551
50471 #, gcc-internal-format
50472 msgid "right operand of comma operator is a reference, not call, to function %qE"
50473 msgstr ""
50474
50475 #: cp/cvt.cc:1556
50476 #, gcc-internal-format
50477 msgid "left operand of comma operator is a reference, not call, to function %qE"
50478 msgstr ""
50479
50480 #: cp/cvt.cc:1561
50481 #, gcc-internal-format
50482 msgid "statement is a reference, not call, to function %qE"
50483 msgstr ""
50484
50485 #: cp/cvt.cc:1566
50486 #, gcc-internal-format
50487 msgid "for increment expression is a reference, not call, to function %qE"
50488 msgstr ""
50489
50490 #: cp/cvt.cc:1595
50491 #, gcc-internal-format
50492 msgid "second operand of conditional expression has no effect"
50493 msgstr ""
50494
50495 #: cp/cvt.cc:1600
50496 #, gcc-internal-format
50497 msgid "third operand of conditional expression has no effect"
50498 msgstr ""
50499
50500 #: cp/cvt.cc:1605
50501 #, gcc-internal-format
50502 msgid "right operand of comma operator has no effect"
50503 msgstr ""
50504
50505 #: cp/cvt.cc:1609
50506 #, gcc-internal-format
50507 msgid "left operand of comma operator has no effect"
50508 msgstr ""
50509
50510 #: cp/cvt.cc:1613
50511 #, gcc-internal-format
50512 msgid "statement has no effect"
50513 msgstr ""
50514
50515 #: cp/cvt.cc:1617
50516 #, gcc-internal-format
50517 msgid "for increment expression has no effect"
50518 msgstr ""
50519
50520 #: cp/cvt.cc:1770
50521 #, gcc-internal-format
50522 msgid "converting NULL to non-pointer type"
50523 msgstr ""
50524
50525 #: cp/cvt.cc:1888
50526 #, gcc-internal-format
50527 msgid "default type conversion cannot deduce template argument for %qD"
50528 msgstr ""
50529
50530 #: cp/cvt.cc:1903
50531 #, gcc-internal-format
50532 msgid "ambiguous default type conversion from %qT"
50533 msgstr ""
50534
50535 #: cp/cvt.cc:1906
50536 #, gcc-internal-format
50537 msgid "  candidate conversions include %qD and %qD"
50538 msgstr ""
50539
50540 #: cp/cxx-pretty-print.cc:2288
50541 #, gcc-internal-format
50542 msgid "template-parameter-"
50543 msgstr ""
50544
50545 #: cp/cxx-pretty-print.cc:2302
50546 #, gcc-internal-format
50547 msgid "requires"
50548 msgstr ""
50549
50550 #: cp/cxx-pretty-print.cc:2884 cp/error.cc:394
50551 #, gcc-internal-format
50552 msgid "with"
50553 msgstr ""
50554
50555 #: cp/decl.cc:690
50556 #, gcc-internal-format
50557 msgid "unused structured binding declaration"
50558 msgstr ""
50559
50560 #: cp/decl.cc:693
50561 #, gcc-internal-format
50562 msgid "unused variable %qD"
50563 msgstr ""
50564
50565 #: cp/decl.cc:702
50566 #, gcc-internal-format
50567 msgid "structured binding declaration set but not used"
50568 msgstr ""
50569
50570 #: cp/decl.cc:857
50571 #, gcc-internal-format
50572 msgid "%qF declared %<static%> but never defined"
50573 msgstr ""
50574
50575 #: cp/decl.cc:864
50576 #, gcc-internal-format
50577 msgid "odr-used inline variable %qD is not defined"
50578 msgstr ""
50579
50580 #: cp/decl.cc:1210
50581 #, gcc-internal-format
50582 msgid "%qD was declared %<extern%> and later %<static%>"
50583 msgstr ""
50584
50585 #: cp/decl.cc:1250
50586 #, gcc-internal-format
50587 msgid "declaration of %qF has a different exception specifier"
50588 msgstr ""
50589
50590 #: cp/decl.cc:1264
50591 #, gcc-internal-format
50592 msgid "from previous declaration %qF"
50593 msgstr ""
50594
50595 #: cp/decl.cc:1317
50596 #, gcc-internal-format
50597 msgid "redeclaration %qD differs in %qs from previous declaration"
50598 msgstr ""
50599
50600 #: cp/decl.cc:1321 cp/decl.cc:15821
50601 #, gcc-internal-format
50602 msgid "previous declaration %qD"
50603 msgstr ""
50604
50605 #: cp/decl.cc:1350
50606 #, gcc-internal-format
50607 msgid "cannot specialize concept %q#D"
50608 msgstr ""
50609
50610 #: cp/decl.cc:1372
50611 #, gcc-internal-format
50612 msgid "redeclaration of %q#D may not have default arguments"
50613 msgstr ""
50614
50615 #: cp/decl.cc:1401
50616 #, gcc-internal-format
50617 msgid "friend declaration of %q#D specifies default arguments and isn%'t the only declaration"
50618 msgstr ""
50619
50620 #: cp/decl.cc:1404
50621 #, gcc-internal-format
50622 msgid "previous declaration of %q#D"
50623 msgstr ""
50624
50625 #: cp/decl.cc:1453
50626 #, gcc-internal-format
50627 msgid "ambiguating new declaration %q+#D"
50628 msgstr ""
50629
50630 #: cp/decl.cc:1455 cp/decl.cc:1874
50631 #, gcc-internal-format
50632 msgid "old declaration %q#D"
50633 msgstr ""
50634
50635 #: cp/decl.cc:1493
50636 #, gcc-internal-format
50637 msgid "redefinition of default argument for %q+#D"
50638 msgstr ""
50639
50640 #: cp/decl.cc:1495
50641 #, gcc-internal-format
50642 msgid "original definition appeared here"
50643 msgstr ""
50644
50645 #: cp/decl.cc:1561
50646 #, gcc-internal-format
50647 msgid "built-in function %qD declared as non-function"
50648 msgstr ""
50649
50650 #: cp/decl.cc:1574 cp/decl.cc:1700
50651 #, gcc-internal-format
50652 msgid "shadowing built-in function %q#D"
50653 msgstr ""
50654
50655 #: cp/decl.cc:1575 cp/decl.cc:1701
50656 #, gcc-internal-format
50657 msgid "shadowing library function %q#D"
50658 msgstr ""
50659
50660 #: cp/decl.cc:1583
50661 #, gcc-internal-format
50662 msgid "library function %q#D redeclared as non-function %q#D"
50663 msgstr ""
50664
50665 #: cp/decl.cc:1587 cp/decl.cc:1648
50666 #, gcc-internal-format
50667 msgid "declaration of %q#D conflicts with built-in declaration %q#D"
50668 msgstr ""
50669
50670 #: cp/decl.cc:1675
50671 #, gcc-internal-format
50672 msgid "definition of %q#D ambiguates built-in declaration %q#D"
50673 msgstr ""
50674
50675 #: cp/decl.cc:1681 cp/decl.cc:1695
50676 #, gcc-internal-format
50677 msgid "new declaration %q#D ambiguates built-in declaration %q#D"
50678 msgstr ""
50679
50680 #: cp/decl.cc:1685
50681 #, gcc-internal-format
50682 msgid "ignoring the %q#D declaration"
50683 msgstr ""
50684
50685 #: cp/decl.cc:1789
50686 #, gcc-internal-format
50687 msgid "literal operator %q#D conflicts with raw literal operator"
50688 msgstr ""
50689
50690 #: cp/decl.cc:1793
50691 #, gcc-internal-format
50692 msgid "raw literal operator %q#D conflicts with literal operator template"
50693 msgstr ""
50694
50695 #: cp/decl.cc:1809
50696 #, gcc-internal-format
50697 msgid "%q#D redeclared as different kind of entity"
50698 msgstr ""
50699
50700 #: cp/decl.cc:1833
50701 #, gcc-internal-format
50702 msgid "conflicting declaration of template %q#D"
50703 msgstr ""
50704
50705 #: cp/decl.cc:1855
50706 #, gcc-internal-format
50707 msgid "conflicting declaration of C function %q#D"
50708 msgstr ""
50709
50710 #: cp/decl.cc:1872
50711 #, gcc-internal-format
50712 msgid "ambiguating new declaration of %q#D"
50713 msgstr ""
50714
50715 #: cp/decl.cc:1882
50716 #, gcc-internal-format
50717 msgid "conflicting declaration %q#D"
50718 msgstr ""
50719
50720 #: cp/decl.cc:1884
50721 #, gcc-internal-format
50722 msgid "previous declaration as %q#D"
50723 msgstr ""
50724
50725 #: cp/decl.cc:1894
50726 #, gcc-internal-format
50727 msgid "redeclaration of %<pragma omp declare reduction%>"
50728 msgstr ""
50729
50730 #: cp/decl.cc:1896
50731 #, gcc-internal-format
50732 msgid "previous %<pragma omp declare reduction%> declaration"
50733 msgstr ""
50734
50735 #: cp/decl.cc:1954
50736 #, gcc-internal-format
50737 msgid "%q#D previously defined here"
50738 msgstr ""
50739
50740 #: cp/decl.cc:1955 cp/name-lookup.cc:3178 cp/name-lookup.cc:3207
50741 #: cp/name-lookup.cc:3231
50742 #, gcc-internal-format
50743 msgid "%q#D previously declared here"
50744 msgstr ""
50745
50746 #: cp/decl.cc:1966
50747 #, gcc-internal-format
50748 msgid "prototype specified for %q#D"
50749 msgstr ""
50750
50751 #: cp/decl.cc:1968
50752 #, gcc-internal-format
50753 msgid "previous non-prototype definition here"
50754 msgstr ""
50755
50756 #: cp/decl.cc:2008
50757 #, gcc-internal-format
50758 msgid "conflicting declaration of %q#D with %qL linkage"
50759 msgstr ""
50760
50761 #: cp/decl.cc:2011
50762 #, gcc-internal-format
50763 msgid "previous declaration with %qL linkage"
50764 msgstr ""
50765
50766 #: cp/decl.cc:2060 cp/decl.cc:2070
50767 #, gcc-internal-format
50768 msgid "default argument given for parameter %d of %q#D"
50769 msgstr ""
50770
50771 #: cp/decl.cc:2063 cp/decl.cc:2073
50772 #, gcc-internal-format
50773 msgid "previous specification in %q#D here"
50774 msgstr ""
50775
50776 #: cp/decl.cc:2113
50777 #, gcc-internal-format
50778 msgid "declaration %qD conflicts with builtin"
50779 msgstr ""
50780
50781 #: cp/decl.cc:2121
50782 #, gcc-internal-format
50783 msgid "declaration %qD conflicts with import"
50784 msgstr ""
50785
50786 #: cp/decl.cc:2122
50787 #, gcc-internal-format
50788 msgid "import declared %q#D here"
50789 msgstr ""
50790
50791 #: cp/decl.cc:2130
50792 #, gcc-internal-format
50793 msgid "conflicting exporting declaration %qD"
50794 msgstr ""
50795
50796 #: cp/decl.cc:2131
50797 #, gcc-internal-format
50798 msgid "previous declaration %q#D here"
50799 msgstr ""
50800
50801 #: cp/decl.cc:2156
50802 #, gcc-internal-format
50803 msgid "previous definition of %qD here"
50804 msgstr ""
50805
50806 #: cp/decl.cc:2157
50807 #, gcc-internal-format
50808 msgid "previous declaration of %qD here"
50809 msgstr ""
50810
50811 #: cp/decl.cc:2170
50812 #, gcc-internal-format
50813 msgid "function %qD declared %<[[noreturn]]%> but its first declaration was not"
50814 msgstr ""
50815
50816 #: cp/decl.cc:2215
50817 #, gcc-internal-format
50818 msgid "redundant redeclaration of %qD in same scope"
50819 msgstr ""
50820
50821 #: cp/decl.cc:2231
50822 #, gcc-internal-format
50823 msgid "deleted definition of %qD is not first declaration"
50824 msgstr ""
50825
50826 #. From [temp.expl.spec]:
50827 #.
50828 #. If a template, a member template or the member of a class
50829 #. template is explicitly specialized then that
50830 #. specialization shall be declared before the first use of
50831 #. that specialization that would cause an implicit
50832 #. instantiation to take place, in every translation unit in
50833 #. which such a use occurs.
50834 #: cp/decl.cc:2711
50835 #, gcc-internal-format
50836 msgid "explicit specialization of %qD after first use"
50837 msgstr ""
50838
50839 #: cp/decl.cc:2850
50840 #, gcc-internal-format
50841 msgid "%qD: visibility attribute ignored because it conflicts with previous declaration"
50842 msgstr ""
50843
50844 #. Reject two definitions.
50845 #: cp/decl.cc:3114 cp/decl.cc:3143 cp/decl.cc:3185 cp/decl.cc:3202
50846 #: cp/decl.cc:3305
50847 #, gcc-internal-format
50848 msgid "redefinition of %q#D"
50849 msgstr ""
50850
50851 #: cp/decl.cc:3130
50852 #, gcc-internal-format
50853 msgid "%qD conflicts with used function"
50854 msgstr ""
50855
50856 #: cp/decl.cc:3140
50857 #, gcc-internal-format
50858 msgid "%q#D not declared in class"
50859 msgstr ""
50860
50861 #: cp/decl.cc:3154 cp/decl.cc:3212
50862 #, gcc-internal-format
50863 msgid "%q+D redeclared inline with %<gnu_inline%> attribute"
50864 msgstr ""
50865
50866 #: cp/decl.cc:3157 cp/decl.cc:3215
50867 #, gcc-internal-format
50868 msgid "%q+D redeclared inline without %<gnu_inline%> attribute"
50869 msgstr ""
50870
50871 #: cp/decl.cc:3164 cp/decl.cc:3222
50872 #, gcc-internal-format
50873 msgid "deduction guide %q+D redeclared"
50874 msgstr ""
50875
50876 #: cp/decl.cc:3171
50877 #, gcc-internal-format
50878 msgid "comparison operator %q+D defaulted after its first declaration"
50879 msgstr ""
50880
50881 #. is_primary=
50882 #. is_partial=
50883 #. is_friend_decl=
50884 #: cp/decl.cc:3236
50885 #, gcc-internal-format
50886 msgid "redeclaration of friend %q#D may not have default template arguments"
50887 msgstr ""
50888
50889 #: cp/decl.cc:3251
50890 #, gcc-internal-format
50891 msgid "thread-local declaration of %q#D follows non-thread-local declaration"
50892 msgstr ""
50893
50894 #: cp/decl.cc:3254
50895 #, gcc-internal-format
50896 msgid "non-thread-local declaration of %q#D follows thread-local declaration"
50897 msgstr ""
50898
50899 #: cp/decl.cc:3269 cp/decl.cc:3313 cp/name-lookup.cc:2733
50900 #: cp/name-lookup.cc:3205 cp/name-lookup.cc:3229
50901 #, gcc-internal-format
50902 msgid "redeclaration of %q#D"
50903 msgstr ""
50904
50905 #: cp/decl.cc:3296
50906 #, gcc-internal-format
50907 msgid "redundant redeclaration of %<constexpr%> static data member %qD"
50908 msgstr ""
50909
50910 #: cp/decl.cc:3364
50911 #, gcc-internal-format
50912 msgid "local label %qE conflicts with existing label"
50913 msgstr ""
50914
50915 #: cp/decl.cc:3365
50916 #, gcc-internal-format
50917 msgid "previous label"
50918 msgstr ""
50919
50920 #: cp/decl.cc:3455
50921 #, gcc-internal-format
50922 msgid "  from here"
50923 msgstr ""
50924
50925 #: cp/decl.cc:3479 cp/decl.cc:3716
50926 #, gcc-internal-format
50927 msgid "  exits OpenMP structured block"
50928 msgstr ""
50929
50930 #: cp/decl.cc:3507
50931 #, gcc-internal-format
50932 msgid "  crosses initialization of %q#D"
50933 msgstr ""
50934
50935 #: cp/decl.cc:3510
50936 #, gcc-internal-format
50937 msgid "  enters scope of %q#D, which has non-trivial destructor"
50938 msgstr ""
50939
50940 #: cp/decl.cc:3524 cp/decl.cc:3685
50941 #, gcc-internal-format
50942 msgid "  enters %<try%> block"
50943 msgstr ""
50944
50945 #: cp/decl.cc:3530 cp/decl.cc:3667 cp/decl.cc:3687
50946 #, gcc-internal-format
50947 msgid "  enters %<catch%> block"
50948 msgstr ""
50949
50950 #: cp/decl.cc:3536 cp/decl.cc:3699
50951 #, gcc-internal-format
50952 msgid "  enters OpenMP structured block"
50953 msgstr ""
50954
50955 #: cp/decl.cc:3542 cp/decl.cc:3689
50956 #, gcc-internal-format
50957 msgid "  enters synchronized or atomic statement"
50958 msgstr ""
50959
50960 #: cp/decl.cc:3549 cp/decl.cc:3691
50961 #, gcc-internal-format
50962 msgid "  enters %<constexpr if%> statement"
50963 msgstr ""
50964
50965 #: cp/decl.cc:3555 cp/decl.cc:3693
50966 #, gcc-internal-format
50967 msgid "  enters %<consteval if%> statement"
50968 msgstr ""
50969
50970 #: cp/decl.cc:3674
50971 #, gcc-internal-format
50972 msgid "  skips initialization of %q#D"
50973 msgstr ""
50974
50975 #: cp/decl.cc:3677
50976 #, gcc-internal-format
50977 msgid "  enters scope of %q#D which has non-trivial destructor"
50978 msgstr ""
50979
50980 #: cp/decl.cc:4133 cp/parser.cc:6921
50981 #, gcc-internal-format
50982 msgid "%qD used without template arguments"
50983 msgstr ""
50984
50985 #: cp/decl.cc:4139
50986 #, gcc-internal-format
50987 msgid "%qD is a function, not a type"
50988 msgstr ""
50989
50990 #: cp/decl.cc:4150
50991 #, gcc-internal-format
50992 msgid "%q#T is not a class"
50993 msgstr ""
50994
50995 #: cp/decl.cc:4178 cp/decl.cc:4279
50996 #, gcc-internal-format
50997 msgid "no class template named %q#T in %q#T"
50998 msgstr ""
50999
51000 #: cp/decl.cc:4179
51001 #, gcc-internal-format
51002 msgid "no type named %q#T in %q#T"
51003 msgstr ""
51004
51005 #: cp/decl.cc:4192
51006 #, gcc-internal-format
51007 msgid "lookup of %qT in %qT is ambiguous"
51008 msgstr ""
51009
51010 #: cp/decl.cc:4201
51011 #, gcc-internal-format
51012 msgid "%<typename %T::%D%> names %q#T, which is not a class template"
51013 msgstr ""
51014
51015 #: cp/decl.cc:4214
51016 #, gcc-internal-format
51017 msgid "%<typename %T::%D%> names %q#T, which is not a type"
51018 msgstr ""
51019
51020 #: cp/decl.cc:4288
51021 #, gcc-internal-format
51022 msgid "template parameters do not match template %qD"
51023 msgstr ""
51024
51025 #: cp/decl.cc:4641
51026 #, gcc-internal-format
51027 msgid "%<-faligned-new=%d%> is not a power of two"
51028 msgstr ""
51029
51030 #: cp/decl.cc:4821
51031 #, gcc-internal-format
51032 msgid "%<--param destructive-interference-size=%d%> is less than %d"
51033 msgstr ""
51034
51035 #: cp/decl.cc:4825
51036 #, gcc-internal-format
51037 msgid "%<--param destructive-interference-size=%d%> is less than %<--param l1-cache-line-size=%d%>"
51038 msgstr ""
51039
51040 #: cp/decl.cc:4838
51041 #, gcc-internal-format
51042 msgid "%<--param constructive-interference-size=%d%> is less than %d"
51043 msgstr ""
51044
51045 #: cp/decl.cc:4843
51046 #, gcc-internal-format
51047 msgid "%<--param constructive-interference-size=%d%> is greater than %<--param l1-cache-line-size=%d%>"
51048 msgstr ""
51049
51050 #: cp/decl.cc:5169
51051 #, gcc-internal-format
51052 msgid "%q#D invalid; an anonymous union may only have public non-static data members"
51053 msgstr ""
51054
51055 #: cp/decl.cc:5179 cp/parser.cc:22789
51056 #, gcc-internal-format
51057 msgid "this flexibility is deprecated and will be removed"
51058 msgstr ""
51059
51060 #: cp/decl.cc:5208
51061 #, gcc-internal-format
51062 msgid "anonymous struct with base classes"
51063 msgstr ""
51064
51065 #: cp/decl.cc:5220
51066 #, gcc-internal-format
51067 msgid "member %q+#D with constructor not allowed in anonymous aggregate"
51068 msgstr ""
51069
51070 #: cp/decl.cc:5223
51071 #, gcc-internal-format
51072 msgid "member %q+#D with destructor not allowed in anonymous aggregate"
51073 msgstr ""
51074
51075 #: cp/decl.cc:5226
51076 #, gcc-internal-format
51077 msgid "member %q+#D with copy assignment operator not allowed in anonymous aggregate"
51078 msgstr ""
51079
51080 #: cp/decl.cc:5245
51081 #, gcc-internal-format
51082 msgid "attribute ignored in declaration of %q#T"
51083 msgstr ""
51084
51085 #: cp/decl.cc:5248
51086 #, gcc-internal-format
51087 msgid "attribute for %q#T must follow the %qs keyword"
51088 msgstr ""
51089
51090 #: cp/decl.cc:5290
51091 #, gcc-internal-format
51092 msgid "multiple types in one declaration"
51093 msgstr ""
51094
51095 #: cp/decl.cc:5295
51096 #, gcc-internal-format
51097 msgid "redeclaration of C++ built-in type %qT"
51098 msgstr ""
51099
51100 #: cp/decl.cc:5312
51101 #, gcc-internal-format
51102 msgid "%<auto%> can only be specified for variables or function declarations"
51103 msgstr ""
51104
51105 #: cp/decl.cc:5345
51106 #, gcc-internal-format
51107 msgid "missing type-name in typedef-declaration"
51108 msgstr ""
51109
51110 #: cp/decl.cc:5353
51111 #, gcc-internal-format
51112 msgid "ISO C++ prohibits anonymous structs"
51113 msgstr ""
51114
51115 #: cp/decl.cc:5360
51116 #, gcc-internal-format
51117 msgid "%<inline%> can only be specified for functions"
51118 msgstr ""
51119
51120 #: cp/decl.cc:5363
51121 #, gcc-internal-format
51122 msgid "%<virtual%> can only be specified for functions"
51123 msgstr ""
51124
51125 #: cp/decl.cc:5368
51126 #, gcc-internal-format
51127 msgid "%<friend%> can only be specified inside a class"
51128 msgstr ""
51129
51130 #: cp/decl.cc:5371
51131 #, gcc-internal-format
51132 msgid "%<explicit%> can only be specified for constructors"
51133 msgstr ""
51134
51135 #: cp/decl.cc:5374
51136 #, gcc-internal-format
51137 msgid "a storage class can only be specified for objects and functions"
51138 msgstr ""
51139
51140 #: cp/decl.cc:5378
51141 #, gcc-internal-format
51142 msgid "%<const%> can only be specified for objects and functions"
51143 msgstr ""
51144
51145 #: cp/decl.cc:5382
51146 #, gcc-internal-format
51147 msgid "%<volatile%> can only be specified for objects and functions"
51148 msgstr ""
51149
51150 #: cp/decl.cc:5386
51151 #, gcc-internal-format
51152 msgid "%<__restrict%> can only be specified for objects and functions"
51153 msgstr ""
51154
51155 #: cp/decl.cc:5390
51156 #, gcc-internal-format
51157 msgid "%<__thread%> can only be specified for objects and functions"
51158 msgstr ""
51159
51160 #: cp/decl.cc:5394
51161 #, gcc-internal-format
51162 msgid "%<typedef%> was ignored in this declaration"
51163 msgstr ""
51164
51165 #: cp/decl.cc:5397 cp/decl.cc:5400 cp/decl.cc:5403
51166 #, gcc-internal-format
51167 msgid "%qs cannot be used for type declarations"
51168 msgstr ""
51169
51170 #: cp/decl.cc:5425
51171 #, gcc-internal-format
51172 msgid "attribute ignored in explicit instantiation %q#T"
51173 msgstr ""
51174
51175 #: cp/decl.cc:5428
51176 #, gcc-internal-format
51177 msgid "no attribute can be applied to an explicit instantiation"
51178 msgstr ""
51179
51180 #: cp/decl.cc:5500
51181 #, gcc-internal-format
51182 msgid "ignoring attributes applied to class type %qT outside of definition"
51183 msgstr ""
51184
51185 #. A template type parameter or other dependent type.
51186 #: cp/decl.cc:5504
51187 #, gcc-internal-format
51188 msgid "ignoring attributes applied to dependent type %qT without an associated declaration"
51189 msgstr ""
51190
51191 #: cp/decl.cc:5570 cp/decl2.cc:951
51192 #, gcc-internal-format
51193 msgid "typedef %qD is initialized (use %qs instead)"
51194 msgstr ""
51195
51196 #: cp/decl.cc:5583
51197 #, gcc-internal-format
51198 msgid "declaration of %q#D has %<extern%> and is initialized"
51199 msgstr ""
51200
51201 #: cp/decl.cc:5621
51202 #, gcc-internal-format
51203 msgid "definition of %q#D is marked %<dllimport%>"
51204 msgstr ""
51205
51206 #: cp/decl.cc:5645
51207 #, gcc-internal-format
51208 msgid "%q+#D is not a static data member of %q#T"
51209 msgstr ""
51210
51211 #: cp/decl.cc:5653
51212 #, gcc-internal-format
51213 msgid "non-member-template declaration of %qD"
51214 msgstr ""
51215
51216 #: cp/decl.cc:5654
51217 #, gcc-internal-format
51218 msgid "does not match member template declaration here"
51219 msgstr ""
51220
51221 #: cp/decl.cc:5666
51222 #, gcc-internal-format
51223 msgid "ISO C++ does not permit %<%T::%D%> to be defined as %<%T::%D%>"
51224 msgstr ""
51225
51226 #: cp/decl.cc:5678
51227 #, gcc-internal-format
51228 msgid "duplicate initialization of %qD"
51229 msgstr ""
51230
51231 #: cp/decl.cc:5726
51232 #, gcc-internal-format
51233 msgid "declaration of %q#D outside of class is not definition"
51234 msgstr ""
51235
51236 #: cp/decl.cc:5743
51237 #, gcc-internal-format
51238 msgid "block-scope extern declaration %q#D not permitted in module purview"
51239 msgstr ""
51240
51241 #: cp/decl.cc:5779
51242 #, gcc-internal-format
51243 msgid "%qD defined %<thread_local%> in %qs function only available with %<-std=c++2b%> or %<-std=gnu++2b%>"
51244 msgstr ""
51245
51246 #: cp/decl.cc:5785
51247 #, gcc-internal-format
51248 msgid "%qD defined %<static%> in %qs function only available with %<-std=c++2b%> or %<-std=gnu++2b%>"
51249 msgstr ""
51250
51251 #: cp/decl.cc:5850
51252 #, gcc-internal-format
51253 msgid "variable %q#D has initializer but incomplete type"
51254 msgstr ""
51255
51256 #: cp/decl.cc:5856 cp/decl.cc:7149
51257 #, gcc-internal-format
51258 msgid "elements of array %q#D have incomplete type"
51259 msgstr ""
51260
51261 #: cp/decl.cc:5866
51262 #, gcc-internal-format
51263 msgid "aggregate %q#D has incomplete type and cannot be defined"
51264 msgstr ""
51265
51266 #: cp/decl.cc:5933
51267 #, gcc-internal-format
51268 msgid "%qD declared as reference but not initialized"
51269 msgstr ""
51270
51271 #: cp/decl.cc:6016
51272 #, gcc-internal-format
51273 msgid "name used in a GNU-style designated initializer for an array"
51274 msgstr ""
51275
51276 #: cp/decl.cc:6022
51277 #, gcc-internal-format
51278 msgid "name %qD used in a GNU-style designated initializer for an array"
51279 msgstr ""
51280
51281 #: cp/decl.cc:6041
51282 #, gcc-internal-format
51283 msgid "non-trivial designated initializers not supported"
51284 msgstr ""
51285
51286 #: cp/decl.cc:6045
51287 #, gcc-internal-format
51288 msgid "C99 designator %qE is not an integral constant-expression"
51289 msgstr ""
51290
51291 #: cp/decl.cc:6106
51292 #, gcc-internal-format
51293 msgid "initializer fails to determine size of %qD"
51294 msgstr ""
51295
51296 #: cp/decl.cc:6113
51297 #, gcc-internal-format
51298 msgid "array size missing in %qD"
51299 msgstr ""
51300
51301 #: cp/decl.cc:6125
51302 #, gcc-internal-format
51303 msgid "zero-size array %qD"
51304 msgstr ""
51305
51306 #: cp/decl.cc:6165
51307 #, gcc-internal-format
51308 msgid "storage size of %qD isn%'t known"
51309 msgstr ""
51310
51311 #: cp/decl.cc:6190
51312 #, gcc-internal-format
51313 msgid "storage size of %qD isn%'t constant"
51314 msgstr ""
51315
51316 #: cp/decl.cc:6273
51317 #, gcc-internal-format
51318 msgid "sorry: semantics of inline variable %q#D are wrong (you%'ll wind up with multiple copies)"
51319 msgstr ""
51320
51321 #: cp/decl.cc:6277
51322 #, gcc-internal-format
51323 msgid "sorry: semantics of inline function static data %q#D are wrong (you%'ll wind up with multiple copies)"
51324 msgstr ""
51325
51326 #: cp/decl.cc:6283
51327 #, gcc-internal-format
51328 msgid "you can work around this by removing the initializer"
51329 msgstr ""
51330
51331 #: cp/decl.cc:6325
51332 #, gcc-internal-format
51333 msgid "uninitialized %<const %D%>"
51334 msgstr ""
51335
51336 #: cp/decl.cc:6332
51337 #, gcc-internal-format
51338 msgid "uninitialized variable %qD in %<constexpr%> function"
51339 msgstr ""
51340
51341 #: cp/decl.cc:6341
51342 #, gcc-internal-format
51343 msgid "uninitialized variable %qD in %<constexpr%> context"
51344 msgstr ""
51345
51346 #: cp/decl.cc:6349
51347 #, gcc-internal-format
51348 msgid "%q#T has no user-provided default constructor"
51349 msgstr ""
51350
51351 #: cp/decl.cc:6353
51352 #, gcc-internal-format
51353 msgid "constructor is not user-provided because it is explicitly defaulted in the class body"
51354 msgstr ""
51355
51356 #: cp/decl.cc:6356
51357 #, gcc-internal-format
51358 msgid "and the implicitly-defined constructor does not initialize %q#D"
51359 msgstr ""
51360
51361 #: cp/decl.cc:6530
51362 #, gcc-internal-format
51363 msgid "invalid type %qT as initializer for a vector of type %qT"
51364 msgstr ""
51365
51366 #: cp/decl.cc:6602
51367 #, gcc-internal-format
51368 msgid "initializer for %qT must be brace-enclosed"
51369 msgstr ""
51370
51371 #: cp/decl.cc:6643
51372 #, gcc-internal-format
51373 msgid "%<[%E] =%> used in a GNU-style designated initializer for class %qT"
51374 msgstr ""
51375
51376 #: cp/decl.cc:6656
51377 #, gcc-internal-format
51378 msgid "%qT has no non-static data member named %qD"
51379 msgstr ""
51380
51381 #: cp/decl.cc:6680
51382 #, gcc-internal-format
51383 msgid "%qD is not a direct member of %qT"
51384 msgstr ""
51385
51386 #: cp/decl.cc:6735
51387 #, gcc-internal-format
51388 msgid "invalid initializer for %q#D"
51389 msgstr ""
51390
51391 #: cp/decl.cc:6785
51392 #, gcc-internal-format
51393 msgid "C99 designator %qE outside aggregate initializer"
51394 msgstr ""
51395
51396 #: cp/decl.cc:6824 cp/decl.cc:7108 cp/typeck2.cc:1494 cp/typeck2.cc:1791
51397 #: cp/typeck2.cc:1839 cp/typeck2.cc:1886
51398 #, gcc-internal-format
51399 msgid "too many initializers for %qT"
51400 msgstr ""
51401
51402 #: cp/decl.cc:6866
51403 #, gcc-internal-format
51404 msgid "braces around scalar initializer for type %qT"
51405 msgstr ""
51406
51407 #: cp/decl.cc:6876
51408 #, gcc-internal-format
51409 msgid "too many braces around scalar initializer for type %qT"
51410 msgstr ""
51411
51412 #: cp/decl.cc:7009
51413 #, gcc-internal-format
51414 msgid "missing braces around initializer for %qT"
51415 msgstr ""
51416
51417 #: cp/decl.cc:7137
51418 #, gcc-internal-format
51419 msgid "structured binding has incomplete type %qT"
51420 msgstr ""
51421
51422 #: cp/decl.cc:7151
51423 #, gcc-internal-format
51424 msgid "elements of array %q#T have incomplete type"
51425 msgstr ""
51426
51427 #: cp/decl.cc:7164
51428 #, gcc-internal-format
51429 msgid "variable-sized compound literal"
51430 msgstr ""
51431
51432 #: cp/decl.cc:7219
51433 #, gcc-internal-format
51434 msgid "%q#D has incomplete type"
51435 msgstr ""
51436
51437 #: cp/decl.cc:7240
51438 #, gcc-internal-format
51439 msgid "scalar object %qD requires one element in initializer"
51440 msgstr ""
51441
51442 #: cp/decl.cc:7285
51443 #, gcc-internal-format
51444 msgid "in C++98 %qD must be initialized by constructor, not by %<{...}%>"
51445 msgstr ""
51446
51447 #: cp/decl.cc:7421
51448 #, gcc-internal-format
51449 msgid "array %qD initialized by parenthesized string literal %qE"
51450 msgstr ""
51451
51452 #: cp/decl.cc:7456
51453 #, gcc-internal-format
51454 msgid "initializer invalid for static member with constructor"
51455 msgstr ""
51456
51457 #: cp/decl.cc:7458
51458 #, gcc-internal-format
51459 msgid "non-constant in-class initialization invalid for static member %qD"
51460 msgstr ""
51461
51462 #: cp/decl.cc:7461
51463 #, gcc-internal-format
51464 msgid "non-constant in-class initialization invalid for non-inline static member %qD"
51465 msgstr ""
51466
51467 #: cp/decl.cc:7466
51468 #, gcc-internal-format
51469 msgid "(an out of class initialization is required)"
51470 msgstr ""
51471
51472 #: cp/decl.cc:7668
51473 #, gcc-internal-format
51474 msgid "reference %qD is initialized with itself"
51475 msgstr ""
51476
51477 #: cp/decl.cc:7925
51478 #, gcc-internal-format
51479 msgid "could not find variant declaration"
51480 msgstr ""
51481
51482 #: cp/decl.cc:7949
51483 #, gcc-internal-format
51484 msgid "%<declare variant%> on constructor %qD"
51485 msgstr ""
51486
51487 #: cp/decl.cc:7954
51488 #, gcc-internal-format
51489 msgid "%<declare variant%> on destructor %qD"
51490 msgstr ""
51491
51492 #: cp/decl.cc:7959
51493 #, gcc-internal-format
51494 msgid "%<declare variant%> on defaulted %qD"
51495 msgstr ""
51496
51497 #: cp/decl.cc:7964
51498 #, gcc-internal-format
51499 msgid "%<declare variant%> on deleted %qD"
51500 msgstr ""
51501
51502 #: cp/decl.cc:7969
51503 #, gcc-internal-format
51504 msgid "%<declare variant%> on virtual %qD"
51505 msgstr ""
51506
51507 #: cp/decl.cc:8019
51508 #, gcc-internal-format
51509 msgid "assignment (not initialization) in declaration"
51510 msgstr ""
51511
51512 #: cp/decl.cc:8040 cp/decl.cc:14491
51513 #, gcc-internal-format
51514 msgid "ISO C++17 does not allow %<register%> storage class specifier"
51515 msgstr ""
51516
51517 #: cp/decl.cc:8044 cp/decl.cc:14495
51518 #, gcc-internal-format
51519 msgid "%<register%> storage class specifier used"
51520 msgstr ""
51521
51522 #: cp/decl.cc:8110
51523 #, gcc-internal-format
51524 msgid "initializer for %<decltype(auto) %D%> has function type; did you forget the %<()%>?"
51525 msgstr ""
51526
51527 #: cp/decl.cc:8226
51528 #, gcc-internal-format
51529 msgid "variable concept has no initializer"
51530 msgstr ""
51531
51532 #: cp/decl.cc:8285
51533 #, gcc-internal-format
51534 msgid "shadowing previous type declaration of %q#D"
51535 msgstr ""
51536
51537 #: cp/decl.cc:8328
51538 #, gcc-internal-format
51539 msgid "%<constinit%> can only be applied to a variable with static or thread storage duration"
51540 msgstr ""
51541
51542 #: cp/decl.cc:8506
51543 #, gcc-internal-format
51544 msgid "function %q#D is initialized like a variable"
51545 msgstr ""
51546
51547 #: cp/decl.cc:8615
51548 #, gcc-internal-format
51549 msgid "cannot decompose class type %qT because it has an anonymous struct member"
51550 msgstr ""
51551
51552 #: cp/decl.cc:8618
51553 #, gcc-internal-format
51554 msgid "cannot decompose class type %qT because it has an anonymous union member"
51555 msgstr ""
51556
51557 #: cp/decl.cc:8625
51558 #, gcc-internal-format
51559 msgid "cannot decompose inaccessible member %qD of %qT"
51560 msgstr ""
51561
51562 #: cp/decl.cc:8651
51563 #, gcc-internal-format
51564 msgid "cannot decompose class type %qT: both it and its base class %qT have non-static data members"
51565 msgstr ""
51566
51567 #: cp/decl.cc:8660
51568 #, gcc-internal-format
51569 msgid "cannot decompose class type %qT: its base classes %qT and %qT have non-static data members"
51570 msgstr ""
51571
51572 #: cp/decl.cc:8870
51573 #, gcc-internal-format
51574 msgid "structured binding refers to incomplete type %qT"
51575 msgstr ""
51576
51577 #: cp/decl.cc:8886
51578 #, gcc-internal-format
51579 msgid "cannot decompose variable length array %qT"
51580 msgstr ""
51581
51582 #: cp/decl.cc:8895 cp/decl.cc:8980
51583 #, gcc-internal-format, gfc-internal-format
51584 msgid "%u name provided for structured binding"
51585 msgid_plural "%u names provided for structured binding"
51586 msgstr[0] ""
51587 msgstr[1] ""
51588 msgstr[2] ""
51589
51590 #: cp/decl.cc:8899
51591 #, gcc-internal-format, gfc-internal-format
51592 msgid "only %u name provided for structured binding"
51593 msgid_plural "only %u names provided for structured binding"
51594 msgstr[0] ""
51595 msgstr[1] ""
51596 msgstr[2] ""
51597
51598 #: cp/decl.cc:8902
51599 #, gcc-internal-format
51600 msgid "while %qT decomposes into %wu element"
51601 msgid_plural "while %qT decomposes into %wu elements"
51602 msgstr[0] ""
51603 msgstr[1] ""
51604 msgstr[2] ""
51605
51606 #: cp/decl.cc:8947
51607 #, gcc-internal-format
51608 msgid "cannot decompose variable length vector %qT"
51609 msgstr ""
51610
51611 #: cp/decl.cc:8973
51612 #, gcc-internal-format
51613 msgid "%<std::tuple_size<%T>::value%> is not an integral constant expression"
51614 msgstr ""
51615
51616 #: cp/decl.cc:8982
51617 #, gcc-internal-format
51618 msgid "while %qT decomposes into %E elements"
51619 msgstr ""
51620
51621 #: cp/decl.cc:9003
51622 #, gcc-internal-format
51623 msgid "%<std::tuple_element<%u, %T>::type%> is %<void%>"
51624 msgstr ""
51625
51626 #: cp/decl.cc:9009
51627 #, gcc-internal-format
51628 msgid "in initialization of structured binding variable %qD"
51629 msgstr ""
51630
51631 #: cp/decl.cc:9038
51632 #, gcc-internal-format
51633 msgid "cannot decompose union type %qT"
51634 msgstr ""
51635
51636 #: cp/decl.cc:9043
51637 #, gcc-internal-format
51638 msgid "cannot decompose non-array non-class type %qT"
51639 msgstr ""
51640
51641 #: cp/decl.cc:9048
51642 #, gcc-internal-format
51643 msgid "cannot decompose lambda closure type %qT"
51644 msgstr ""
51645
51646 #: cp/decl.cc:9054
51647 #, gcc-internal-format
51648 msgid "structured binding refers to incomplete class type %qT"
51649 msgstr ""
51650
51651 #: cp/decl.cc:9063
51652 #, gcc-internal-format
51653 msgid "cannot decompose class type %qT without non-static data members"
51654 msgstr ""
51655
51656 #: cp/decl.cc:9530
51657 #, gcc-internal-format
51658 msgid "non-local variable %qD declared %<__thread%> needs dynamic initialization"
51659 msgstr ""
51660
51661 #: cp/decl.cc:9533
51662 #, gcc-internal-format
51663 msgid "non-local variable %qD declared %<__thread%> has a non-trivial destructor"
51664 msgstr ""
51665
51666 #: cp/decl.cc:9538
51667 #, gcc-internal-format
51668 msgid "C++11 %<thread_local%> allows dynamic initialization and destruction"
51669 msgstr ""
51670
51671 #: cp/decl.cc:9757
51672 #, gcc-internal-format
51673 msgid "initializer fails to determine size of %qT"
51674 msgstr ""
51675
51676 #: cp/decl.cc:9761
51677 #, gcc-internal-format
51678 msgid "array size missing in %qT"
51679 msgstr ""
51680
51681 #: cp/decl.cc:9764
51682 #, gcc-internal-format
51683 msgid "zero-size array %qT"
51684 msgstr ""
51685
51686 #: cp/decl.cc:9780
51687 #, gcc-internal-format
51688 msgid "destructor for alien class %qT cannot be a member"
51689 msgstr ""
51690
51691 #: cp/decl.cc:9782
51692 #, gcc-internal-format
51693 msgid "constructor for alien class %qT cannot be a member"
51694 msgstr ""
51695
51696 #: cp/decl.cc:9808
51697 #, gcc-internal-format
51698 msgid "%qD declared as a %<virtual%> variable"
51699 msgstr ""
51700
51701 #: cp/decl.cc:9810
51702 #, gcc-internal-format
51703 msgid "%<const%> and %<volatile%> function specifiers on %qD invalid in variable declaration"
51704 msgstr ""
51705
51706 #: cp/decl.cc:9816
51707 #, gcc-internal-format
51708 msgid "%qD declared as a %<virtual%> parameter"
51709 msgstr ""
51710
51711 #: cp/decl.cc:9819
51712 #, gcc-internal-format
51713 msgid "%qD declared as an %<inline%> parameter"
51714 msgstr ""
51715
51716 #: cp/decl.cc:9821
51717 #, gcc-internal-format
51718 msgid "%<const%> and %<volatile%> function specifiers on %qD invalid in parameter declaration"
51719 msgstr ""
51720
51721 #: cp/decl.cc:9827
51722 #, gcc-internal-format
51723 msgid "%qD declared as a %<virtual%> type"
51724 msgstr ""
51725
51726 #: cp/decl.cc:9830
51727 #, gcc-internal-format
51728 msgid "%qD declared as an %<inline%> type"
51729 msgstr ""
51730
51731 #: cp/decl.cc:9832
51732 #, gcc-internal-format
51733 msgid "%<const%> and %<volatile%> function specifiers on %qD invalid in type declaration"
51734 msgstr ""
51735
51736 #: cp/decl.cc:9838
51737 #, gcc-internal-format
51738 msgid "%qD declared as a %<virtual%> field"
51739 msgstr ""
51740
51741 #: cp/decl.cc:9841
51742 #, gcc-internal-format
51743 msgid "%qD declared as an %<inline%> field"
51744 msgstr ""
51745
51746 #: cp/decl.cc:9843
51747 #, gcc-internal-format
51748 msgid "%<const%> and %<volatile%> function specifiers on %qD invalid in field declaration"
51749 msgstr ""
51750
51751 #: cp/decl.cc:9850
51752 #, gcc-internal-format
51753 msgid "%q+D declared as a friend"
51754 msgstr ""
51755
51756 #: cp/decl.cc:9857
51757 #, gcc-internal-format
51758 msgid "%q+D declared with an exception specification"
51759 msgstr ""
51760
51761 #: cp/decl.cc:9889
51762 #, gcc-internal-format
51763 msgid "definition of %qD is not in namespace enclosing %qT"
51764 msgstr ""
51765
51766 #: cp/decl.cc:9929
51767 #, gcc-internal-format
51768 msgid "static member function %q#D declared with type qualifiers"
51769 msgstr ""
51770
51771 #: cp/decl.cc:9940
51772 #, gcc-internal-format
51773 msgid "concept %q#D declared with function parameters"
51774 msgstr ""
51775
51776 #: cp/decl.cc:9947
51777 #, gcc-internal-format
51778 msgid "concept %q#D declared with a deduced return type"
51779 msgstr ""
51780
51781 #: cp/decl.cc:9950
51782 #, gcc-internal-format
51783 msgid "concept %q#D with non-%<bool%> return type %qT"
51784 msgstr ""
51785
51786 #: cp/decl.cc:10026
51787 #, gcc-internal-format
51788 msgid "concept %qD has no definition"
51789 msgstr ""
51790
51791 #: cp/decl.cc:10055
51792 #, gcc-internal-format
51793 msgid "a function concept cannot be constrained"
51794 msgstr ""
51795
51796 #: cp/decl.cc:10065
51797 #, gcc-internal-format
51798 msgid "constraints on a non-templated function"
51799 msgstr ""
51800
51801 #: cp/decl.cc:10110
51802 #, gcc-internal-format
51803 msgid "defining explicit specialization %qD in friend declaration"
51804 msgstr ""
51805
51806 #: cp/decl.cc:10121
51807 #, gcc-internal-format
51808 msgid "invalid use of template-id %qD in declaration of primary template"
51809 msgstr ""
51810
51811 #: cp/decl.cc:10140
51812 #, gcc-internal-format
51813 msgid "default arguments are not allowed in declaration of friend template specialization %qD"
51814 msgstr ""
51815
51816 #: cp/decl.cc:10149
51817 #, gcc-internal-format
51818 msgid "%<inline%> is not allowed in declaration of friend template specialization %qD"
51819 msgstr ""
51820
51821 #: cp/decl.cc:10166
51822 #, gcc-internal-format
51823 msgid "friend declaration of %qD specifies default arguments and isn%'t a definition"
51824 msgstr ""
51825
51826 #: cp/decl.cc:10211
51827 #, gcc-internal-format
51828 msgid "cannot declare %<::main%> to be a template"
51829 msgstr ""
51830
51831 #: cp/decl.cc:10214
51832 #, gcc-internal-format
51833 msgid "cannot declare %<::main%> to be inline"
51834 msgstr ""
51835
51836 #: cp/decl.cc:10217 cp/decl.cc:10220
51837 #, gcc-internal-format
51838 msgid "cannot declare %<::main%> to be %qs"
51839 msgstr ""
51840
51841 #: cp/decl.cc:10222
51842 #, gcc-internal-format
51843 msgid "cannot declare %<::main%> to be static"
51844 msgstr ""
51845
51846 #: cp/decl.cc:10284
51847 #, gcc-internal-format
51848 msgid "static member function %qD cannot have cv-qualifier"
51849 msgstr ""
51850
51851 #: cp/decl.cc:10285
51852 #, gcc-internal-format
51853 msgid "non-member function %qD cannot have cv-qualifier"
51854 msgstr ""
51855
51856 #: cp/decl.cc:10293
51857 #, gcc-internal-format
51858 msgid "static member function %qD cannot have ref-qualifier"
51859 msgstr ""
51860
51861 #: cp/decl.cc:10294
51862 #, gcc-internal-format
51863 msgid "non-member function %qD cannot have ref-qualifier"
51864 msgstr ""
51865
51866 #: cp/decl.cc:10306
51867 #, gcc-internal-format
51868 msgid "deduction guide %qD must be declared in the same scope as %qT"
51869 msgstr ""
51870
51871 #: cp/decl.cc:10314
51872 #, gcc-internal-format
51873 msgid "deduction guide %qD must have the same access as %qT"
51874 msgstr "deduction guide %qD mora imati isti pristup kao %qT"
51875
51876 #: cp/decl.cc:10320
51877 #, gcc-internal-format
51878 msgid "deduction guide %qD must not have a function body"
51879 msgstr ""
51880
51881 #: cp/decl.cc:10333
51882 #, gcc-internal-format
51883 msgid "literal operator with C linkage"
51884 msgstr ""
51885
51886 #: cp/decl.cc:10343
51887 #, gcc-internal-format
51888 msgid "%qD has invalid argument list"
51889 msgstr ""
51890
51891 #: cp/decl.cc:10351
51892 #, gcc-internal-format
51893 msgid "integer suffix %qs shadowed by implementation"
51894 msgstr ""
51895
51896 #: cp/decl.cc:10357
51897 #, gcc-internal-format
51898 msgid "floating-point suffix %qs shadowed by implementation"
51899 msgstr ""
51900
51901 #: cp/decl.cc:10364
51902 #, gcc-internal-format
51903 msgid "literal operator suffixes not preceded by %<_%> are reserved for future standardization"
51904 msgstr ""
51905
51906 #: cp/decl.cc:10369
51907 #, gcc-internal-format
51908 msgid "%qD must be a non-member function"
51909 msgstr ""
51910
51911 #: cp/decl.cc:10452
51912 #, gcc-internal-format
51913 msgid "%<::main%> must return %<int%>"
51914 msgstr ""
51915
51916 #: cp/decl.cc:10492
51917 #, gcc-internal-format
51918 msgid "definition of implicitly-declared %qD"
51919 msgstr ""
51920
51921 #: cp/decl.cc:10497
51922 #, gcc-internal-format
51923 msgid "definition of explicitly-defaulted %q+D"
51924 msgstr ""
51925
51926 #: cp/decl.cc:10499
51927 #, gcc-internal-format
51928 msgid "%q#D explicitly defaulted here"
51929 msgstr ""
51930
51931 #: cp/decl.cc:10516
51932 #, gcc-internal-format
51933 msgid "no %q#D member function declared in class %qT"
51934 msgstr ""
51935
51936 #: cp/decl.cc:10709
51937 #, gcc-internal-format
51938 msgid "cannot declare %<::main%> to be a global variable"
51939 msgstr ""
51940
51941 #: cp/decl.cc:10718
51942 #, gcc-internal-format
51943 msgid "a non-template variable cannot be %<concept%>"
51944 msgstr ""
51945
51946 #: cp/decl.cc:10724
51947 #, gcc-internal-format
51948 msgid "concept must be defined at namespace scope"
51949 msgstr ""
51950
51951 #: cp/decl.cc:10731
51952 #, gcc-internal-format
51953 msgid "concept must have type %<bool%>"
51954 msgstr ""
51955
51956 #: cp/decl.cc:10734
51957 #, gcc-internal-format
51958 msgid "a variable concept cannot be constrained"
51959 msgstr ""
51960
51961 #: cp/decl.cc:10858
51962 #, gcc-internal-format
51963 msgid "in-class initialization of static data member %q#D of incomplete type"
51964 msgstr ""
51965
51966 #: cp/decl.cc:10862
51967 #, gcc-internal-format
51968 msgid "%<constexpr%> needed for in-class initialization of static data member %q#D of non-integral type"
51969 msgstr ""
51970
51971 #: cp/decl.cc:10866
51972 #, gcc-internal-format
51973 msgid "in-class initialization of static data member %q#D of non-literal type"
51974 msgstr ""
51975
51976 #: cp/decl.cc:10877
51977 #, gcc-internal-format
51978 msgid "invalid in-class initialization of static data member of non-integral type %qT"
51979 msgstr ""
51980
51981 #: cp/decl.cc:10882
51982 #, gcc-internal-format
51983 msgid "ISO C++ forbids in-class initialization of non-const static member %qD"
51984 msgstr ""
51985
51986 #: cp/decl.cc:10887
51987 #, gcc-internal-format
51988 msgid "ISO C++ forbids initialization of member constant %qD of non-integral type %qT"
51989 msgstr ""
51990
51991 #: cp/decl.cc:10998
51992 #, gcc-internal-format
51993 msgid "size of array %qD has non-integral type %qT"
51994 msgstr ""
51995
51996 #: cp/decl.cc:11001
51997 #, gcc-internal-format
51998 msgid "size of array has non-integral type %qT"
51999 msgstr ""
52000
52001 #: cp/decl.cc:11032 cp/decl.cc:11104
52002 #, gcc-internal-format
52003 msgid "size of array %qD is not an integral constant-expression"
52004 msgstr ""
52005
52006 #: cp/decl.cc:11036 cp/decl.cc:11107
52007 #, gcc-internal-format
52008 msgid "size of array is not an integral constant-expression"
52009 msgstr ""
52010
52011 #: cp/decl.cc:11087
52012 #, gcc-internal-format
52013 msgid "ISO C++ forbids zero-size array %qD"
52014 msgstr ""
52015
52016 #: cp/decl.cc:11090
52017 #, gcc-internal-format
52018 msgid "ISO C++ forbids zero-size array"
52019 msgstr ""
52020
52021 #: cp/decl.cc:11114
52022 #, gcc-internal-format
52023 msgid "ISO C++ forbids variable length array %qD"
52024 msgstr ""
52025
52026 #: cp/decl.cc:11117
52027 #, gcc-internal-format
52028 msgid "ISO C++ forbids variable length array"
52029 msgstr ""
52030
52031 #: cp/decl.cc:11123
52032 #, gcc-internal-format
52033 msgid "variable length array %qD is used"
52034 msgstr ""
52035
52036 #: cp/decl.cc:11126
52037 #, gcc-internal-format
52038 msgid "variable length array is used"
52039 msgstr ""
52040
52041 #: cp/decl.cc:11178
52042 #, gcc-internal-format
52043 msgid "overflow in array dimension"
52044 msgstr ""
52045
52046 #: cp/decl.cc:11238
52047 #, gcc-internal-format
52048 msgid "%qD declared as array of template placeholder type %qT"
52049 msgstr ""
52050
52051 #: cp/decl.cc:11241
52052 #, gcc-internal-format
52053 msgid "creating array of template placeholder type %qT"
52054 msgstr ""
52055
52056 #: cp/decl.cc:11251
52057 #, gcc-internal-format
52058 msgid "declaration of %qD as array of void"
52059 msgstr ""
52060
52061 #: cp/decl.cc:11253
52062 #, gcc-internal-format
52063 msgid "creating array of void"
52064 msgstr ""
52065
52066 #: cp/decl.cc:11258
52067 #, gcc-internal-format
52068 msgid "declaration of %qD as array of functions"
52069 msgstr ""
52070
52071 #: cp/decl.cc:11260
52072 #, gcc-internal-format
52073 msgid "creating array of functions"
52074 msgstr ""
52075
52076 #: cp/decl.cc:11265
52077 #, gcc-internal-format
52078 msgid "declaration of %qD as array of references"
52079 msgstr ""
52080
52081 #: cp/decl.cc:11267
52082 #, gcc-internal-format
52083 msgid "creating array of references"
52084 msgstr ""
52085
52086 #: cp/decl.cc:11272
52087 #, gcc-internal-format
52088 msgid "declaration of %qD as array of function members"
52089 msgstr ""
52090
52091 #: cp/decl.cc:11275
52092 #, gcc-internal-format
52093 msgid "creating array of function members"
52094 msgstr ""
52095
52096 #: cp/decl.cc:11293
52097 #, gcc-internal-format
52098 msgid "declaration of %qD as multidimensional array must have bounds for all dimensions except the first"
52099 msgstr ""
52100
52101 #: cp/decl.cc:11297
52102 #, gcc-internal-format
52103 msgid "multidimensional array must have bounds for all dimensions except the first"
52104 msgstr ""
52105
52106 #: cp/decl.cc:11311
52107 #, gcc-internal-format
52108 msgid "variable-length array of %<auto%>"
52109 msgstr ""
52110
52111 #: cp/decl.cc:11387
52112 #, gcc-internal-format
52113 msgid "return type specification for constructor invalid"
52114 msgstr ""
52115
52116 #: cp/decl.cc:11390
52117 #, gcc-internal-format
52118 msgid "qualifiers are not allowed on constructor declaration"
52119 msgstr ""
52120
52121 #: cp/decl.cc:11401
52122 #, gcc-internal-format
52123 msgid "return type specification for destructor invalid"
52124 msgstr ""
52125
52126 #: cp/decl.cc:11404
52127 #, gcc-internal-format
52128 msgid "qualifiers are not allowed on destructor declaration"
52129 msgstr ""
52130
52131 #: cp/decl.cc:11417
52132 #, gcc-internal-format
52133 msgid "return type specified for %<operator %T%>"
52134 msgstr ""
52135
52136 #: cp/decl.cc:11420
52137 #, gcc-internal-format
52138 msgid "qualifiers are not allowed on declaration of %<operator %T%>"
52139 msgstr ""
52140
52141 #: cp/decl.cc:11429
52142 #, gcc-internal-format
52143 msgid "return type specified for deduction guide"
52144 msgstr ""
52145
52146 #: cp/decl.cc:11432
52147 #, gcc-internal-format
52148 msgid "qualifiers are not allowed on declaration of deduction guide"
52149 msgstr ""
52150
52151 #: cp/decl.cc:11436
52152 #, gcc-internal-format
52153 msgid "template template parameter %qT in declaration of deduction guide"
52154 msgstr ""
52155
52156 #: cp/decl.cc:11445
52157 #, gcc-internal-format
52158 msgid "%<decl-specifier%> in declaration of deduction guide"
52159 msgstr ""
52160
52161 #: cp/decl.cc:11466
52162 #, gcc-internal-format
52163 msgid "unnamed variable or field declared void"
52164 msgstr ""
52165
52166 #: cp/decl.cc:11474
52167 #, gcc-internal-format
52168 msgid "variable or field declared void"
52169 msgstr ""
52170
52171 #: cp/decl.cc:11489
52172 #, gcc-internal-format
52173 msgid "%<inline%> specifier invalid for variable %qD declared at block scope"
52174 msgstr ""
52175
52176 #: cp/decl.cc:11494
52177 #, gcc-internal-format
52178 msgid "inline variables are only available with %<-std=c++17%> or %<-std=gnu++17%>"
52179 msgstr ""
52180
52181 #: cp/decl.cc:11550
52182 #, gcc-internal-format
52183 msgid "%qT as type rather than plain %<decltype(auto)%>"
52184 msgstr ""
52185
52186 #: cp/decl.cc:11556
52187 #, gcc-internal-format
52188 msgid "%<decltype(auto)%> cannot be cv-qualified"
52189 msgstr ""
52190
52191 #: cp/decl.cc:11772
52192 #, gcc-internal-format
52193 msgid "invalid use of qualified-name %<::%D%>"
52194 msgstr ""
52195
52196 #: cp/decl.cc:11775 cp/decl.cc:11797
52197 #, gcc-internal-format
52198 msgid "invalid use of qualified-name %<%T::%D%>"
52199 msgstr ""
52200
52201 #: cp/decl.cc:11778
52202 #, gcc-internal-format
52203 msgid "invalid use of qualified-name %<%D::%D%>"
52204 msgstr ""
52205
52206 #: cp/decl.cc:11788
52207 #, gcc-internal-format
52208 msgid "%q#T is not a class or namespace"
52209 msgstr ""
52210
52211 #: cp/decl.cc:11812
52212 #, gcc-internal-format
52213 msgid "declaration of %qE as non-function"
52214 msgstr ""
52215
52216 #: cp/decl.cc:11819
52217 #, gcc-internal-format
52218 msgid "declaration of %qE as non-member"
52219 msgstr ""
52220
52221 #: cp/decl.cc:11847
52222 #, gcc-internal-format
52223 msgid "declarator-id missing; using reserved word %qD"
52224 msgstr ""
52225
52226 #: cp/decl.cc:11898
52227 #, gcc-internal-format
52228 msgid "function definition does not declare parameters"
52229 msgstr ""
52230
52231 #: cp/decl.cc:11906 cp/decl.cc:11915 cp/decl.cc:13724
52232 #, gcc-internal-format
52233 msgid "declaration of %qD as non-function"
52234 msgstr ""
52235
52236 #: cp/decl.cc:11923
52237 #, gcc-internal-format
52238 msgid "declaration of %qD as %<typedef%>"
52239 msgstr ""
52240
52241 #: cp/decl.cc:11928
52242 #, gcc-internal-format
52243 msgid "declaration of %qD as parameter"
52244 msgstr ""
52245
52246 #: cp/decl.cc:11963
52247 #, gcc-internal-format
52248 msgid "both %qs and %qs specified"
52249 msgstr ""
52250
52251 #: cp/decl.cc:11970 cp/decl.cc:11977 cp/decl.cc:11984 cp/decl.cc:11991
52252 #, gcc-internal-format
52253 msgid "%qs cannot appear in a typedef declaration"
52254 msgstr ""
52255
52256 #: cp/decl.cc:12002
52257 #, gcc-internal-format
52258 msgid "can use at most one of the %<constinit%> and %<constexpr%> specifiers"
52259 msgstr ""
52260
52261 #: cp/decl.cc:12012
52262 #, gcc-internal-format
52263 msgid "two or more data types in declaration of %qs"
52264 msgstr ""
52265
52266 #: cp/decl.cc:12020
52267 #, gcc-internal-format
52268 msgid "conflicting specifiers in declaration of %qs"
52269 msgstr ""
52270
52271 #: cp/decl.cc:12071
52272 #, gcc-internal-format
52273 msgid "ISO C++ does not support plain %<complex%> meaning %<double complex%>"
52274 msgstr ""
52275
52276 #: cp/decl.cc:12120 cp/decl.cc:12124 cp/decl.cc:12127
52277 #, gcc-internal-format
52278 msgid "ISO C++ forbids declaration of %qs with no type"
52279 msgstr ""
52280
52281 #: cp/decl.cc:12144
52282 #, gcc-internal-format
52283 msgid "%<__int%d%> is not supported by this target"
52284 msgstr ""
52285
52286 #: cp/decl.cc:12152
52287 #, gcc-internal-format
52288 msgid "ISO C++ does not support %<__int%d%> for %qs"
52289 msgstr ""
52290
52291 #: cp/decl.cc:12206
52292 #, gcc-internal-format
52293 msgid "%<signed%> and %<unsigned%> specified together"
52294 msgstr ""
52295
52296 #: cp/decl.cc:12212
52297 #, gcc-internal-format
52298 msgid "%<long%> and %<short%> specified together"
52299 msgstr ""
52300
52301 #: cp/decl.cc:12220 cp/decl.cc:12226
52302 #, gcc-internal-format
52303 msgid "%qs specified with %qT"
52304 msgstr ""
52305
52306 #: cp/decl.cc:12231
52307 #, gcc-internal-format
52308 msgid "%qs specified with %<decltype%>"
52309 msgstr ""
52310
52311 #: cp/decl.cc:12233
52312 #, gcc-internal-format
52313 msgid "%qs specified with %<typeof%>"
52314 msgstr ""
52315
52316 #: cp/decl.cc:12300
52317 #, gcc-internal-format
52318 msgid "complex invalid for %qs"
52319 msgstr ""
52320
52321 #: cp/decl.cc:12339
52322 #, gcc-internal-format
52323 msgid "template placeholder type %qT must be followed by a simple declarator-id"
52324 msgstr ""
52325
52326 #: cp/decl.cc:12364
52327 #, gcc-internal-format
52328 msgid "member %qD cannot be declared both %<virtual%> and %<static%>"
52329 msgstr ""
52330
52331 #: cp/decl.cc:12373
52332 #, gcc-internal-format
52333 msgid "member %qD can be declared both %<virtual%> and %<constexpr%> only in %<-std=c++20%> or %<-std=gnu++20%>"
52334 msgstr ""
52335
52336 #: cp/decl.cc:12386
52337 #, gcc-internal-format
52338 msgid "typedef declaration invalid in parameter declaration"
52339 msgstr ""
52340
52341 #: cp/decl.cc:12393
52342 #, gcc-internal-format
52343 msgid "storage class specified for template parameter %qs"
52344 msgstr ""
52345
52346 #: cp/decl.cc:12403 cp/decl.cc:12575
52347 #, gcc-internal-format
52348 msgid "storage class specified for parameter %qs"
52349 msgstr ""
52350
52351 #: cp/decl.cc:12411 cp/decl.cc:12420 cp/decl.cc:12426 cp/decl.cc:12432
52352 #, gcc-internal-format
52353 msgid "a parameter cannot be declared %qs"
52354 msgstr ""
52355
52356 #: cp/decl.cc:12442
52357 #, gcc-internal-format
52358 msgid "%<virtual%> outside class declaration"
52359 msgstr ""
52360
52361 #: cp/decl.cc:12452 cp/decl.cc:12455 cp/decl.cc:12457 cp/decl.cc:12460
52362 #: cp/decl.cc:12470 cp/decl.cc:12480 cp/decl.cc:12490 cp/decl.cc:12494
52363 #, gcc-internal-format
52364 msgid "structured binding declaration cannot be %qs"
52365 msgstr ""
52366
52367 #: cp/decl.cc:12464 cp/decl.cc:12486
52368 #, gcc-internal-format
52369 msgid "structured binding declaration can be %qs only in %<-std=c++20%> or %<-std=gnu++20%>"
52370 msgstr ""
52371
52372 #: cp/decl.cc:12474
52373 #, gcc-internal-format
52374 msgid "%<volatile%>-qualified structured binding is deprecated"
52375 msgstr ""
52376
52377 #: cp/decl.cc:12498
52378 #, gcc-internal-format
52379 msgid "structured binding declaration cannot be C++98 %<auto%>"
52380 msgstr ""
52381
52382 #: cp/decl.cc:12509
52383 #, gcc-internal-format
52384 msgid "structured binding declaration cannot have type %qT"
52385 msgstr ""
52386
52387 #: cp/decl.cc:12512
52388 #, gcc-internal-format
52389 msgid "type must be cv-qualified %<auto%> or reference to cv-qualified %<auto%>"
52390 msgstr ""
52391
52392 #: cp/decl.cc:12547
52393 #, gcc-internal-format
52394 msgid "multiple storage classes in declaration of %qs"
52395 msgstr ""
52396
52397 #: cp/decl.cc:12573
52398 #, gcc-internal-format
52399 msgid "storage class specified for %qs"
52400 msgstr ""
52401
52402 #: cp/decl.cc:12587
52403 #, gcc-internal-format
52404 msgid "nested function %qs declared %<extern%>"
52405 msgstr ""
52406
52407 #: cp/decl.cc:12592
52408 #, gcc-internal-format
52409 msgid "top-level declaration of %qs specifies %<auto%>"
52410 msgstr ""
52411
52412 #: cp/decl.cc:12600
52413 #, gcc-internal-format
52414 msgid "function-scope %qs implicitly auto and declared %<__thread%>"
52415 msgstr ""
52416
52417 #: cp/decl.cc:12614
52418 #, gcc-internal-format
52419 msgid "storage class specifiers invalid in friend function declarations"
52420 msgstr ""
52421
52422 #: cp/decl.cc:12645 cp/decl.cc:14096 cp/parser.cc:14829 cp/parser.cc:20643
52423 #: cp/parser.cc:27041
52424 #, gcc-internal-format
52425 msgid "attribute ignored"
52426 msgstr ""
52427
52428 #: cp/decl.cc:12646
52429 #, gcc-internal-format
52430 msgid "an attribute that appertains to a type-specifier is ignored"
52431 msgstr ""
52432
52433 #: cp/decl.cc:12704
52434 #, gcc-internal-format
52435 msgid "unnecessary parentheses in declaration of %qs"
52436 msgstr ""
52437
52438 #: cp/decl.cc:12710
52439 #, gcc-internal-format
52440 msgid "remove parentheses"
52441 msgstr ""
52442
52443 #: cp/decl.cc:12759
52444 #, gcc-internal-format
52445 msgid "requires-clause on return type"
52446 msgstr ""
52447
52448 #: cp/decl.cc:12779
52449 #, gcc-internal-format
52450 msgid "%qs function uses %<auto%> type specifier without trailing return type"
52451 msgstr ""
52452
52453 #: cp/decl.cc:12783
52454 #, gcc-internal-format
52455 msgid "deduced return type only available with %<-std=c++14%> or %<-std=gnu++14%>"
52456 msgstr ""
52457
52458 #: cp/decl.cc:12788
52459 #, gcc-internal-format
52460 msgid "virtual function cannot have deduced return type"
52461 msgstr ""
52462
52463 #: cp/decl.cc:12795
52464 #, gcc-internal-format
52465 msgid "%qs function with trailing return type has %qT as its type rather than plain %<auto%>"
52466 msgstr ""
52467
52468 #: cp/decl.cc:12804
52469 #, gcc-internal-format
52470 msgid "%qs function with trailing return type has %<decltype(auto)%> as its type rather than plain %<auto%>"
52471 msgstr ""
52472
52473 #: cp/decl.cc:12809
52474 #, gcc-internal-format
52475 msgid "invalid use of %<decltype(auto)%>"
52476 msgstr ""
52477
52478 #: cp/decl.cc:12820
52479 #, gcc-internal-format
52480 msgid "deduced class type %qD in function return type"
52481 msgstr ""
52482
52483 #: cp/decl.cc:12829
52484 #, gcc-internal-format
52485 msgid "deduction guide for %qT must have trailing return type"
52486 msgstr ""
52487
52488 #: cp/decl.cc:12842
52489 #, gcc-internal-format
52490 msgid "trailing return type %qT of deduction guide is not a specialization of %qT"
52491 msgstr ""
52492
52493 #: cp/decl.cc:12856
52494 #, gcc-internal-format
52495 msgid "trailing return type only available with %<-std=c++11%> or %<-std=gnu++11%>"
52496 msgstr ""
52497
52498 #: cp/decl.cc:12859
52499 #, gcc-internal-format
52500 msgid "%qs function with trailing return type not declared with %<auto%> type specifier"
52501 msgstr ""
52502
52503 #: cp/decl.cc:12883
52504 #, gcc-internal-format
52505 msgid "%<volatile%>-qualified return type is deprecated"
52506 msgstr ""
52507
52508 #: cp/decl.cc:12895
52509 #, gcc-internal-format
52510 msgid "%qs declared as function returning a function"
52511 msgstr ""
52512
52513 #: cp/decl.cc:12901
52514 #, gcc-internal-format
52515 msgid "%qs declared as function returning an array"
52516 msgstr ""
52517
52518 #: cp/decl.cc:12908
52519 #, gcc-internal-format
52520 msgid "%<constinit%> on function return type is not allowed"
52521 msgstr ""
52522
52523 #: cp/decl.cc:12941
52524 #, gcc-internal-format
52525 msgid "destructor cannot be static member function"
52526 msgstr ""
52527
52528 #: cp/decl.cc:12943
52529 #, gcc-internal-format
52530 msgid "constructor cannot be static member function"
52531 msgstr ""
52532
52533 #: cp/decl.cc:12948
52534 #, gcc-internal-format
52535 msgid "destructors may not be cv-qualified"
52536 msgstr ""
52537
52538 #: cp/decl.cc:12949
52539 #, gcc-internal-format
52540 msgid "constructors may not be cv-qualified"
52541 msgstr ""
52542
52543 #: cp/decl.cc:12957
52544 #, gcc-internal-format
52545 msgid "destructors may not be ref-qualified"
52546 msgstr ""
52547
52548 #: cp/decl.cc:12958
52549 #, gcc-internal-format
52550 msgid "constructors may not be ref-qualified"
52551 msgstr ""
52552
52553 #: cp/decl.cc:12976
52554 #, gcc-internal-format
52555 msgid "constructors cannot be declared %<virtual%>"
52556 msgstr ""
52557
52558 #: cp/decl.cc:12993
52559 #, gcc-internal-format
52560 msgid "virtual functions cannot be friends"
52561 msgstr ""
52562
52563 #: cp/decl.cc:12998
52564 #, gcc-internal-format
52565 msgid "friend declaration not in class definition"
52566 msgstr ""
52567
52568 #: cp/decl.cc:13002
52569 #, gcc-internal-format
52570 msgid "cannot define friend function %qs in a local class definition"
52571 msgstr ""
52572
52573 #: cp/decl.cc:13012
52574 #, gcc-internal-format
52575 msgid "friend function definition %qs cannot have a name qualified with %<::%>"
52576 msgstr ""
52577
52578 #: cp/decl.cc:13016
52579 #, gcc-internal-format
52580 msgid "friend function definition %qs cannot have a name qualified with %<%D::%>"
52581 msgstr ""
52582
52583 #: cp/decl.cc:13029
52584 #, gcc-internal-format
52585 msgid "a conversion function cannot have a trailing return type"
52586 msgstr ""
52587
52588 #: cp/decl.cc:13056
52589 #, gcc-internal-format
52590 msgid "destructors may not have parameters"
52591 msgstr ""
52592
52593 #: cp/decl.cc:13096
52594 #, gcc-internal-format
52595 msgid "cannot declare pointer to %q#T"
52596 msgstr ""
52597
52598 #: cp/decl.cc:13109 cp/decl.cc:13116
52599 #, gcc-internal-format
52600 msgid "cannot declare reference to %q#T"
52601 msgstr ""
52602
52603 #: cp/decl.cc:13118
52604 #, gcc-internal-format
52605 msgid "cannot declare pointer to %q#T member"
52606 msgstr ""
52607
52608 #: cp/decl.cc:13147
52609 #, gcc-internal-format
52610 msgid "cannot declare reference to qualified function type %qT"
52611 msgstr ""
52612
52613 #: cp/decl.cc:13148
52614 #, gcc-internal-format
52615 msgid "cannot declare pointer to qualified function type %qT"
52616 msgstr ""
52617
52618 #: cp/decl.cc:13221
52619 #, gcc-internal-format
52620 msgid "cannot declare reference to %q#T, which is not a typedef or a template type argument"
52621 msgstr ""
52622
52623 #: cp/decl.cc:13301
52624 #, gcc-internal-format
52625 msgid "template-id %qD used as a declarator"
52626 msgstr ""
52627
52628 #: cp/decl.cc:13327
52629 #, gcc-internal-format
52630 msgid "member functions are implicitly friends of their class"
52631 msgstr ""
52632
52633 #: cp/decl.cc:13332
52634 #, gcc-internal-format
52635 msgid "extra qualification %<%T::%> on member %qs"
52636 msgstr ""
52637
52638 #: cp/decl.cc:13362
52639 #, gcc-internal-format
52640 msgid "cannot define member function %<%T::%s%> within %qT"
52641 msgstr ""
52642
52643 #: cp/decl.cc:13364
52644 #, gcc-internal-format
52645 msgid "cannot declare member function %<%T::%s%> within %qT"
52646 msgstr ""
52647
52648 #: cp/decl.cc:13372
52649 #, gcc-internal-format
52650 msgid "cannot declare member %<%T::%s%> within %qT"
52651 msgstr ""
52652
52653 #: cp/decl.cc:13412
52654 #, gcc-internal-format
52655 msgid "non-parameter %qs cannot be a parameter pack"
52656 msgstr ""
52657
52658 #: cp/decl.cc:13421
52659 #, gcc-internal-format
52660 msgid "data member may not have variably modified type %qT"
52661 msgstr ""
52662
52663 #: cp/decl.cc:13424
52664 #, gcc-internal-format
52665 msgid "parameter may not have variably modified type %qT"
52666 msgstr ""
52667
52668 #: cp/decl.cc:13435
52669 #, gcc-internal-format
52670 msgid "%<explicit%> outside class declaration"
52671 msgstr ""
52672
52673 #: cp/decl.cc:13438
52674 #, gcc-internal-format
52675 msgid "%<explicit%> in friend declaration"
52676 msgstr ""
52677
52678 #: cp/decl.cc:13441
52679 #, gcc-internal-format
52680 msgid "only declarations of constructors and conversion operators can be %<explicit%>"
52681 msgstr ""
52682
52683 #: cp/decl.cc:13451
52684 #, gcc-internal-format
52685 msgid "non-member %qs cannot be declared %<mutable%>"
52686 msgstr ""
52687
52688 #: cp/decl.cc:13458
52689 #, gcc-internal-format
52690 msgid "non-object member %qs cannot be declared %<mutable%>"
52691 msgstr ""
52692
52693 #: cp/decl.cc:13464
52694 #, gcc-internal-format
52695 msgid "function %qs cannot be declared %<mutable%>"
52696 msgstr ""
52697
52698 #: cp/decl.cc:13470
52699 #, gcc-internal-format
52700 msgid "%<static%> %qs cannot be declared %<mutable%>"
52701 msgstr ""
52702
52703 #: cp/decl.cc:13476
52704 #, gcc-internal-format
52705 msgid "%<const%> %qs cannot be declared %<mutable%>"
52706 msgstr ""
52707
52708 #: cp/decl.cc:13482
52709 #, gcc-internal-format
52710 msgid "reference %qs cannot be declared %<mutable%>"
52711 msgstr ""
52712
52713 #: cp/decl.cc:13498
52714 #, gcc-internal-format
52715 msgid "typedef may not be a function definition"
52716 msgstr ""
52717
52718 #: cp/decl.cc:13501
52719 #, gcc-internal-format
52720 msgid "typedef may not be a member function definition"
52721 msgstr ""
52722
52723 #: cp/decl.cc:13527
52724 #, gcc-internal-format
52725 msgid "%<auto%> not allowed in alias declaration"
52726 msgstr ""
52727
52728 #: cp/decl.cc:13530
52729 #, gcc-internal-format
52730 msgid "typedef declared %<auto%>"
52731 msgstr ""
52732
52733 #: cp/decl.cc:13535
52734 #, gcc-internal-format
52735 msgid "requires-clause on typedef"
52736 msgstr ""
52737
52738 #: cp/decl.cc:13539
52739 #, gcc-internal-format
52740 msgid "typedef name may not be a nested-name-specifier"
52741 msgstr ""
52742
52743 #: cp/decl.cc:13565
52744 #, gcc-internal-format
52745 msgid "ISO C++ forbids nested type %qD with same name as enclosing class"
52746 msgstr ""
52747
52748 #: cp/decl.cc:13654
52749 #, gcc-internal-format
52750 msgid "%<inline%> specified for friend class declaration"
52751 msgstr ""
52752
52753 #: cp/decl.cc:13662
52754 #, gcc-internal-format
52755 msgid "template parameters cannot be friends"
52756 msgstr ""
52757
52758 #: cp/decl.cc:13664
52759 #, gcc-internal-format
52760 msgid "friend declaration requires class-key, i.e. %<friend class %T::%D%>"
52761 msgstr ""
52762
52763 #: cp/decl.cc:13668
52764 #, gcc-internal-format
52765 msgid "friend declaration requires class-key, i.e. %<friend %#T%>"
52766 msgstr ""
52767
52768 #: cp/decl.cc:13681
52769 #, gcc-internal-format
52770 msgid "trying to make class %qT a friend of global scope"
52771 msgstr ""
52772
52773 #: cp/decl.cc:13701
52774 #, gcc-internal-format
52775 msgid "invalid qualifiers on non-member function type"
52776 msgstr ""
52777
52778 #: cp/decl.cc:13705
52779 #, gcc-internal-format
52780 msgid "requires-clause on type-id"
52781 msgstr ""
52782
52783 #: cp/decl.cc:13715
52784 #, gcc-internal-format
52785 msgid "abstract declarator %qT used as declaration"
52786 msgstr ""
52787
52788 #: cp/decl.cc:13730
52789 #, gcc-internal-format
52790 msgid "requires-clause on declaration of non-function type %qT"
52791 msgstr ""
52792
52793 #: cp/decl.cc:13749
52794 #, gcc-internal-format
52795 msgid "cannot use %<::%> in parameter declaration"
52796 msgstr ""
52797
52798 #: cp/decl.cc:13758 cp/parser.cc:20077
52799 #, gcc-internal-format
52800 msgid "cannot declare a parameter with %<decltype(auto)%>"
52801 msgstr ""
52802
52803 #: cp/decl.cc:13763
52804 #, gcc-internal-format
52805 msgid "class template placeholder %qE not permitted in this context"
52806 msgstr ""
52807
52808 #: cp/decl.cc:13766
52809 #, gcc-internal-format
52810 msgid "use %<auto%> for an abbreviated function template"
52811 msgstr ""
52812
52813 #: cp/decl.cc:13771
52814 #, gcc-internal-format
52815 msgid "%<auto%> parameter not permitted in this context"
52816 msgstr ""
52817
52818 #: cp/decl.cc:13774
52819 #, gcc-internal-format
52820 msgid "parameter declared %<auto%>"
52821 msgstr ""
52822
52823 #: cp/decl.cc:13825 cp/parser.cc:3483
52824 #, gcc-internal-format
52825 msgid "invalid use of template-name %qE without an argument list"
52826 msgstr ""
52827
52828 #: cp/decl.cc:13829
52829 #, gcc-internal-format
52830 msgid "non-static data member declared with placeholder %qT"
52831 msgstr ""
52832
52833 #: cp/decl.cc:13850
52834 #, gcc-internal-format
52835 msgid "ISO C++ forbids flexible array member %qs"
52836 msgstr ""
52837
52838 #: cp/decl.cc:13853
52839 #, gcc-internal-format
52840 msgid "ISO C++ forbids flexible array members"
52841 msgstr ""
52842
52843 #. Something like struct S { int N::j; };
52844 #: cp/decl.cc:13869
52845 #, gcc-internal-format
52846 msgid "invalid use of %<::%>"
52847 msgstr ""
52848
52849 #: cp/decl.cc:13890
52850 #, gcc-internal-format
52851 msgid "declaration of function %qD in invalid context"
52852 msgstr ""
52853
52854 #: cp/decl.cc:13900
52855 #, gcc-internal-format
52856 msgid "function %qD declared %<virtual%> inside a union"
52857 msgstr ""
52858
52859 #: cp/decl.cc:13910
52860 #, gcc-internal-format
52861 msgid "%qD cannot be declared %<virtual%>, since it is always static"
52862 msgstr ""
52863
52864 #: cp/decl.cc:13924
52865 #, gcc-internal-format
52866 msgid "expected qualified name in friend declaration for destructor %qD"
52867 msgstr ""
52868
52869 #: cp/decl.cc:13931
52870 #, gcc-internal-format
52871 msgid "declaration of %qD as member of %qT"
52872 msgstr ""
52873
52874 #: cp/decl.cc:13938 cp/decl.cc:13951
52875 #, gcc-internal-format
52876 msgid "a destructor cannot be %qs"
52877 msgstr ""
52878
52879 #: cp/decl.cc:13957
52880 #, gcc-internal-format
52881 msgid "expected qualified name in friend declaration for constructor %qD"
52882 msgstr ""
52883
52884 #: cp/decl.cc:13966
52885 #, gcc-internal-format
52886 msgid "a constructor cannot be %<concept%>"
52887 msgstr ""
52888
52889 #: cp/decl.cc:13972
52890 #, gcc-internal-format
52891 msgid "a concept cannot be a member function"
52892 msgstr ""
52893
52894 #: cp/decl.cc:13980 cp/decl.cc:14326
52895 #, gcc-internal-format
52896 msgid "%qD cannot be %qs"
52897 msgstr "%qD ne može bit %qs"
52898
52899 #: cp/decl.cc:13989
52900 #, gcc-internal-format
52901 msgid "specialization of variable template %qD declared as function"
52902 msgstr ""
52903
52904 #: cp/decl.cc:13992
52905 #, gcc-internal-format
52906 msgid "variable template declared here"
52907 msgstr ""
52908
52909 #: cp/decl.cc:14054
52910 #, gcc-internal-format
52911 msgid "field %qD has incomplete type %qT"
52912 msgstr ""
52913
52914 #: cp/decl.cc:14059
52915 #, gcc-internal-format
52916 msgid "name %qT has incomplete type"
52917 msgstr ""
52918
52919 #: cp/decl.cc:14079
52920 #, gcc-internal-format
52921 msgid "%qE is neither function nor member function; cannot be declared friend"
52922 msgstr ""
52923
52924 #: cp/decl.cc:14082
52925 #, gcc-internal-format
52926 msgid "unnamed field is neither function nor member function; cannot be declared friend"
52927 msgstr ""
52928
52929 #: cp/decl.cc:14097 cp/parser.cc:20644 cp/parser.cc:27042
52930 #, gcc-internal-format
52931 msgid "an attribute that appertains to a friend declaration that is not a definition is ignored"
52932 msgstr ""
52933
52934 #: cp/decl.cc:14143 cp/decl.cc:14154
52935 #, gcc-internal-format
52936 msgid "static data member %qE declared %qs"
52937 msgstr ""
52938
52939 #: cp/decl.cc:14148
52940 #, gcc-internal-format
52941 msgid "%<constexpr%> static data member %qD must have an initializer"
52942 msgstr ""
52943
52944 #: cp/decl.cc:14193 cp/decl.cc:14201 cp/decl.cc:14208 cp/decl.cc:14215
52945 #, gcc-internal-format
52946 msgid "non-static data member %qE declared %qs"
52947 msgstr ""
52948
52949 #: cp/decl.cc:14267
52950 #, gcc-internal-format
52951 msgid "storage class %<auto%> invalid for function %qs"
52952 msgstr ""
52953
52954 #: cp/decl.cc:14270
52955 #, gcc-internal-format
52956 msgid "storage class %<register%> invalid for function %qs"
52957 msgstr ""
52958
52959 #: cp/decl.cc:14276
52960 #, gcc-internal-format
52961 msgid "storage class %<__thread%> invalid for function %qs"
52962 msgstr ""
52963
52964 #: cp/decl.cc:14280
52965 #, gcc-internal-format
52966 msgid "storage class %<thread_local%> invalid for function %qs"
52967 msgstr ""
52968
52969 #: cp/decl.cc:14285
52970 #, gcc-internal-format
52971 msgid "virt-specifiers in %qs not allowed outside a class definition"
52972 msgstr ""
52973
52974 #: cp/decl.cc:14297
52975 #, gcc-internal-format
52976 msgid "%<static%> specifier invalid for function %qs declared out of global scope"
52977 msgstr ""
52978
52979 #: cp/decl.cc:14301
52980 #, gcc-internal-format
52981 msgid "%<inline%> specifier invalid for function %qs declared out of global scope"
52982 msgstr ""
52983
52984 #: cp/decl.cc:14309
52985 #, gcc-internal-format
52986 msgid "virtual non-class function %qs"
52987 msgstr ""
52988
52989 #: cp/decl.cc:14316
52990 #, gcc-internal-format
52991 msgid "%qs defined in a non-class scope"
52992 msgstr ""
52993
52994 #: cp/decl.cc:14317
52995 #, gcc-internal-format
52996 msgid "%qs declared in a non-class scope"
52997 msgstr ""
52998
52999 #: cp/decl.cc:14360
53000 #, gcc-internal-format
53001 msgid "cannot declare member function %qD to have static linkage"
53002 msgstr ""
53003
53004 #: cp/decl.cc:14369
53005 #, gcc-internal-format
53006 msgid "cannot declare static function inside another function"
53007 msgstr ""
53008
53009 #: cp/decl.cc:14410
53010 #, gcc-internal-format
53011 msgid "%<static%> may not be used when defining (as opposed to declaring) a static data member"
53012 msgstr ""
53013
53014 #: cp/decl.cc:14417
53015 #, gcc-internal-format
53016 msgid "static member %qD declared %<register%>"
53017 msgstr ""
53018
53019 #: cp/decl.cc:14423
53020 #, gcc-internal-format
53021 msgid "cannot explicitly declare member %q#D to have extern linkage"
53022 msgstr ""
53023
53024 #: cp/decl.cc:14431
53025 #, gcc-internal-format
53026 msgid "declaration of %<constexpr%> variable %qD is not a definition"
53027 msgstr ""
53028
53029 #: cp/decl.cc:14438
53030 #, gcc-internal-format
53031 msgid "a variable cannot be declared %<consteval%>"
53032 msgstr ""
53033
53034 #: cp/decl.cc:14458
53035 #, gcc-internal-format
53036 msgid "declaration of %q#D has no initializer"
53037 msgstr ""
53038
53039 #: cp/decl.cc:14470
53040 #, gcc-internal-format
53041 msgid "%qs initialized and declared %<extern%>"
53042 msgstr ""
53043
53044 #: cp/decl.cc:14475
53045 #, gcc-internal-format
53046 msgid "%qs has both %<extern%> and initializer"
53047 msgstr ""
53048
53049 #: cp/decl.cc:14655
53050 #, gcc-internal-format
53051 msgid "default argument %qE uses %qD"
53052 msgstr ""
53053
53054 #: cp/decl.cc:14658
53055 #, gcc-internal-format
53056 msgid "default argument %qE uses local variable %qD"
53057 msgstr ""
53058
53059 #: cp/decl.cc:14785
53060 #, gcc-internal-format
53061 msgid "invalid use of cv-qualified type %qT in parameter declaration"
53062 msgstr ""
53063
53064 #: cp/decl.cc:14789
53065 #, gcc-internal-format
53066 msgid "invalid use of type %<void%> in parameter declaration"
53067 msgstr ""
53068
53069 #: cp/decl.cc:14818
53070 #, gcc-internal-format
53071 msgid "%<volatile%>-qualified parameter is deprecated"
53072 msgstr ""
53073
53074 #: cp/decl.cc:14826
53075 #, gcc-internal-format
53076 msgid "parameter %qD invalidly declared method type"
53077 msgstr ""
53078
53079 #: cp/decl.cc:14851
53080 #, gcc-internal-format
53081 msgid "parameter %qD includes pointer to array of unknown bound %qT"
53082 msgstr ""
53083
53084 #: cp/decl.cc:14853
53085 #, gcc-internal-format
53086 msgid "parameter %qD includes reference to array of unknown bound %qT"
53087 msgstr ""
53088
53089 #: cp/decl.cc:15114
53090 #, gcc-internal-format
53091 msgid "invalid constructor; you probably meant %<%T (const %T&)%>"
53092 msgstr ""
53093
53094 #: cp/decl.cc:15193
53095 #, gcc-internal-format
53096 msgid "%qD may not be declared within a namespace"
53097 msgstr ""
53098
53099 #: cp/decl.cc:15200
53100 #, gcc-internal-format
53101 msgid "%qD may not be declared as static"
53102 msgstr ""
53103
53104 #: cp/decl.cc:15230
53105 #, gcc-internal-format
53106 msgid "%qD must be a non-static member function"
53107 msgstr ""
53108
53109 #: cp/decl.cc:15236
53110 #, gcc-internal-format
53111 msgid "%qD must be either a non-static member function or a non-member function"
53112 msgstr ""
53113
53114 #: cp/decl.cc:15246
53115 #, gcc-internal-format
53116 msgid "%qD must have an argument of class or enumerated type"
53117 msgstr ""
53118
53119 #. 13.4.0.3
53120 #: cp/decl.cc:15272
53121 #, gcc-internal-format
53122 msgid "ISO C++ prohibits overloading %<operator ?:%>"
53123 msgstr ""
53124
53125 #: cp/decl.cc:15286
53126 #, gcc-internal-format
53127 msgid "%qD must not have variable number of arguments"
53128 msgstr ""
53129
53130 #: cp/decl.cc:15312
53131 #, gcc-internal-format
53132 msgid "%qD must have either zero or one argument"
53133 msgstr ""
53134
53135 #: cp/decl.cc:15313
53136 #, gcc-internal-format
53137 msgid "%qD must have either one or two arguments"
53138 msgstr ""
53139
53140 #: cp/decl.cc:15325
53141 #, gcc-internal-format
53142 msgid "postfix %qD must have %<int%> as its argument"
53143 msgstr ""
53144
53145 #: cp/decl.cc:15326
53146 #, gcc-internal-format
53147 msgid "postfix %qD must have %<int%> as its second argument"
53148 msgstr ""
53149
53150 #: cp/decl.cc:15337
53151 #, gcc-internal-format
53152 msgid "%qD must have no arguments"
53153 msgstr ""
53154
53155 #: cp/decl.cc:15338 cp/decl.cc:15350
53156 #, gcc-internal-format
53157 msgid "%qD must have exactly one argument"
53158 msgstr ""
53159
53160 #: cp/decl.cc:15351
53161 #, gcc-internal-format
53162 msgid "%qD must have exactly two arguments"
53163 msgstr ""
53164
53165 #: cp/decl.cc:15366
53166 #, gcc-internal-format
53167 msgid "%qD cannot have default arguments"
53168 msgstr ""
53169
53170 #: cp/decl.cc:15390
53171 #, gcc-internal-format
53172 msgid "converting %qT to %<void%> will never use a type conversion operator"
53173 msgstr ""
53174
53175 #: cp/decl.cc:15397
53176 #, gcc-internal-format
53177 msgid "converting %qT to a reference to the same type will never use a type conversion operator"
53178 msgstr ""
53179
53180 #: cp/decl.cc:15399
53181 #, gcc-internal-format
53182 msgid "converting %qT to the same type will never use a type conversion operator"
53183 msgstr ""
53184
53185 #: cp/decl.cc:15408
53186 #, gcc-internal-format
53187 msgid "converting %qT to a reference to a base class %qT will never use a type conversion operator"
53188 msgstr ""
53189
53190 #: cp/decl.cc:15410
53191 #, gcc-internal-format
53192 msgid "converting %qT to a base class %qT will never use a type conversion operator"
53193 msgstr ""
53194
53195 #: cp/decl.cc:15426
53196 #, gcc-internal-format
53197 msgid "user-defined %qD always evaluates both arguments"
53198 msgstr ""
53199
53200 #: cp/decl.cc:15445
53201 #, gcc-internal-format
53202 msgid "prefix %qD should return %qT"
53203 msgstr ""
53204
53205 #: cp/decl.cc:15452
53206 #, gcc-internal-format
53207 msgid "postfix %qD should return %qT"
53208 msgstr ""
53209
53210 #: cp/decl.cc:15464
53211 #, gcc-internal-format
53212 msgid "%qD should return by value"
53213 msgstr ""
53214
53215 #: cp/decl.cc:15519
53216 #, gcc-internal-format
53217 msgid "using template type parameter %qT after %qs"
53218 msgstr ""
53219
53220 #: cp/decl.cc:15542
53221 #, gcc-internal-format
53222 msgid "using alias template specialization %qT after %qs"
53223 msgstr ""
53224
53225 #: cp/decl.cc:15545
53226 #, gcc-internal-format
53227 msgid "using typedef-name %qD after %qs"
53228 msgstr ""
53229
53230 #: cp/decl.cc:15547
53231 #, gcc-internal-format
53232 msgid "%qD has a previous declaration here"
53233 msgstr ""
53234
53235 #: cp/decl.cc:15555
53236 #, gcc-internal-format
53237 msgid "%qT referred to as %qs"
53238 msgstr ""
53239
53240 #: cp/decl.cc:15556 cp/decl.cc:15563
53241 #, gcc-internal-format
53242 msgid "%qT has a previous declaration here"
53243 msgstr ""
53244
53245 #: cp/decl.cc:15562
53246 #, gcc-internal-format
53247 msgid "%qT referred to as enum"
53248 msgstr ""
53249
53250 #. If a class template appears as elaborated type specifier
53251 #. without a template header such as:
53252 #.
53253 #. template <class T> class C {};
53254 #. void f(class C);             // No template header here
53255 #.
53256 #. then the required template argument is missing.
53257 #: cp/decl.cc:15577
53258 #, gcc-internal-format
53259 msgid "template argument required for %<%s %T%>"
53260 msgstr ""
53261
53262 #: cp/decl.cc:15620 cp/name-lookup.cc:5731 cp/name-lookup.cc:5863
53263 #: cp/parser.cc:6931 cp/parser.cc:30630
53264 #, gcc-internal-format
53265 msgid "reference to %qD is ambiguous"
53266 msgstr ""
53267
53268 #: cp/decl.cc:15629
53269 #, gcc-internal-format
53270 msgid "class template %qD redeclared as non-template"
53271 msgstr ""
53272
53273 #: cp/decl.cc:15651 cp/name-lookup.cc:5421
53274 #, gcc-internal-format
53275 msgid "%qD has the same name as the class in which it is declared"
53276 msgstr ""
53277
53278 #: cp/decl.cc:15679 cp/friend.cc:315 cp/parser.cc:3308 cp/parser.cc:6636
53279 #: cp/pt.cc:9848
53280 #, gcc-internal-format
53281 msgid "%qT is not a template"
53282 msgstr ""
53283
53284 #: cp/decl.cc:15684
53285 #, gcc-internal-format
53286 msgid "perhaps you want to explicitly add %<%T::%>"
53287 msgstr ""
53288
53289 #: cp/decl.cc:15789
53290 #, gcc-internal-format
53291 msgid "use of enum %q#D without previous declaration"
53292 msgstr ""
53293
53294 #: cp/decl.cc:15820
53295 #, gcc-internal-format
53296 msgid "redeclaration of %qT as a non-template"
53297 msgstr ""
53298
53299 #: cp/decl.cc:15831 cp/semantics.cc:3463
53300 #, gcc-internal-format
53301 msgid "cannot declare %qD in a different module"
53302 msgstr ""
53303
53304 #: cp/decl.cc:15947
53305 #, gcc-internal-format
53306 msgid "derived union %qT invalid"
53307 msgstr ""
53308
53309 #: cp/decl.cc:15954
53310 #, gcc-internal-format
53311 msgid "%qT defined with multiple direct bases"
53312 msgstr ""
53313
53314 #: cp/decl.cc:15965
53315 #, gcc-internal-format
53316 msgid "%qT defined with direct virtual base"
53317 msgstr ""
53318
53319 #: cp/decl.cc:15990
53320 #, gcc-internal-format
53321 msgid "base type %qT fails to be a struct or class type"
53322 msgstr ""
53323
53324 #: cp/decl.cc:16020
53325 #, gcc-internal-format
53326 msgid "recursive type %qT undefined"
53327 msgstr ""
53328
53329 #: cp/decl.cc:16022
53330 #, gcc-internal-format
53331 msgid "duplicate base type %qT invalid"
53332 msgstr ""
53333
53334 #: cp/decl.cc:16167
53335 #, gcc-internal-format
53336 msgid "scoped/unscoped mismatch in enum %q#T"
53337 msgstr ""
53338
53339 #: cp/decl.cc:16170 cp/decl.cc:16178 cp/decl.cc:16188 cp/decl.cc:16784
53340 #: cp/parser.cc:20992
53341 #, gcc-internal-format
53342 msgid "previous definition here"
53343 msgstr ""
53344
53345 #: cp/decl.cc:16175
53346 #, gcc-internal-format
53347 msgid "underlying type mismatch in enum %q#T"
53348 msgstr ""
53349
53350 #: cp/decl.cc:16185
53351 #, gcc-internal-format
53352 msgid "different underlying type in enum %q#T"
53353 msgstr ""
53354
53355 #: cp/decl.cc:16196
53356 #, gcc-internal-format
53357 msgid "cannot define %qD in different module"
53358 msgstr ""
53359
53360 #: cp/decl.cc:16270
53361 #, gcc-internal-format
53362 msgid "underlying type %qT of %qT must be an integral type"
53363 msgstr ""
53364
53365 #. DR 377
53366 #.
53367 #. IF no integral type can represent all the enumerator values, the
53368 #. enumeration is ill-formed.
53369 #: cp/decl.cc:16417
53370 #, gcc-internal-format
53371 msgid "no integral type can represent all of the enumerator values for %qT"
53372 msgstr ""
53373
53374 #: cp/decl.cc:16592
53375 #, gcc-internal-format
53376 msgid "enumerator value for %qD must have integral or unscoped enumeration type"
53377 msgstr ""
53378
53379 #: cp/decl.cc:16602
53380 #, gcc-internal-format
53381 msgid "enumerator value for %qD is not an integer constant"
53382 msgstr ""
53383
53384 #: cp/decl.cc:16651
53385 #, gcc-internal-format
53386 msgid "incremented enumerator value is too large for %<unsigned long%>"
53387 msgstr ""
53388
53389 #: cp/decl.cc:16652
53390 #, gcc-internal-format
53391 msgid "incremented enumerator value is too large for %<long%>"
53392 msgstr ""
53393
53394 #: cp/decl.cc:16663
53395 #, gcc-internal-format
53396 msgid "overflow in enumeration values at %qD"
53397 msgstr ""
53398
53399 #: cp/decl.cc:16683
53400 #, gcc-internal-format
53401 msgid "enumerator value %qE is outside the range of underlying type %qT"
53402 msgstr ""
53403
53404 #: cp/decl.cc:16782 cp/parser.cc:20990
53405 #, gcc-internal-format
53406 msgid "multiple definition of %q#T"
53407 msgstr ""
53408
53409 #: cp/decl.cc:16856
53410 #, gcc-internal-format
53411 msgid "return type %q#T is incomplete"
53412 msgstr ""
53413
53414 #: cp/decl.cc:17016 cp/typeck.cc:10615
53415 #, gcc-internal-format
53416 msgid "%<operator=%> should return a reference to %<*this%>"
53417 msgstr ""
53418
53419 #: cp/decl.cc:17866
53420 #, gcc-internal-format
53421 msgid "no return statements in function returning %qT"
53422 msgstr ""
53423
53424 #: cp/decl.cc:17868 cp/typeck.cc:10495
53425 #, gcc-internal-format
53426 msgid "only plain %<auto%> return type can be deduced to %<void%>"
53427 msgstr ""
53428
53429 #: cp/decl.cc:17930
53430 #, gcc-internal-format
53431 msgid "no return statement in %<constexpr%> function returning non-void"
53432 msgstr ""
53433
53434 #: cp/decl.cc:18112
53435 #, gcc-internal-format
53436 msgid "%qD is already defined in class %qT"
53437 msgstr ""
53438
53439 #: cp/decl.cc:18503
53440 #, gcc-internal-format
53441 msgid "use of %qD before deduction of %<auto%>"
53442 msgstr ""
53443
53444 #: cp/decl2.cc:351
53445 #, gcc-internal-format
53446 msgid "name missing for member function"
53447 msgstr ""
53448
53449 #: cp/decl2.cc:447 cp/decl2.cc:480
53450 #, gcc-internal-format
53451 msgid "top-level comma expression in array subscript changed meaning in C++23"
53452 msgstr ""
53453
53454 #: cp/decl2.cc:470
53455 #, gcc-internal-format
53456 msgid "built-in subscript operator without expression list"
53457 msgstr ""
53458
53459 #: cp/decl2.cc:484
53460 #, gcc-internal-format
53461 msgid "built-in subscript operator with more than one expression in expression list"
53462 msgstr ""
53463
53464 #: cp/decl2.cc:502 cp/decl2.cc:516
53465 #, gcc-internal-format
53466 msgid "ambiguous conversion for array subscript"
53467 msgstr ""
53468
53469 #: cp/decl2.cc:510
53470 #, gcc-internal-format
53471 msgid "invalid types %<%T[%T]%> for array subscript"
53472 msgstr ""
53473
53474 #: cp/decl2.cc:592
53475 #, gcc-internal-format
53476 msgid "deleting array %q#E"
53477 msgstr ""
53478
53479 #: cp/decl2.cc:600
53480 #, gcc-internal-format
53481 msgid "type %q#T argument given to %<delete%>, expected pointer"
53482 msgstr ""
53483
53484 #: cp/decl2.cc:614
53485 #, gcc-internal-format
53486 msgid "cannot delete a function.  Only pointer-to-objects are valid arguments to %<delete%>"
53487 msgstr ""
53488
53489 #: cp/decl2.cc:624
53490 #, gcc-internal-format
53491 msgid "deleting %qT is undefined"
53492 msgstr ""
53493
53494 #: cp/decl2.cc:672 cp/pt.cc:5879
53495 #, gcc-internal-format
53496 msgid "template declaration of %q#D"
53497 msgstr ""
53498
53499 #: cp/decl2.cc:712
53500 #, gcc-internal-format
53501 msgid "template parameter lists provided don%'t match the template parameters of %qD"
53502 msgstr ""
53503
53504 #: cp/decl2.cc:727 cp/pt.cc:5847
53505 #, gcc-internal-format
53506 msgid "destructor %qD declared as member template"
53507 msgstr ""
53508
53509 #: cp/decl2.cc:802
53510 #, gcc-internal-format
53511 msgid "no declaration matches %q#D"
53512 msgstr ""
53513
53514 #: cp/decl2.cc:807
53515 #, gcc-internal-format
53516 msgid "no conversion operators declared"
53517 msgstr ""
53518
53519 #: cp/decl2.cc:810
53520 #, gcc-internal-format
53521 msgid "no functions named %qD"
53522 msgstr "nema funkcije nazvane %qD"
53523
53524 #: cp/decl2.cc:812
53525 #, gcc-internal-format
53526 msgid "%#qT defined here"
53527 msgstr ""
53528
53529 #: cp/decl2.cc:872
53530 #, gcc-internal-format
53531 msgid "local class %q#T shall not have static data member %q#D"
53532 msgstr ""
53533
53534 #: cp/decl2.cc:881
53535 #, gcc-internal-format
53536 msgid "static data member %qD in unnamed class"
53537 msgstr ""
53538
53539 #: cp/decl2.cc:883
53540 #, gcc-internal-format
53541 msgid "unnamed class defined here"
53542 msgstr ""
53543
53544 #: cp/decl2.cc:964
53545 #, gcc-internal-format
53546 msgid "explicit template argument list not allowed"
53547 msgstr ""
53548
53549 #: cp/decl2.cc:1006
53550 #, gcc-internal-format
53551 msgid "%qD is already defined in %qT"
53552 msgstr ""
53553
53554 #: cp/decl2.cc:1035 cp/decl2.cc:1043
53555 #, gcc-internal-format
53556 msgid "invalid initializer for member function %qD"
53557 msgstr ""
53558
53559 #: cp/decl2.cc:1052
53560 #, gcc-internal-format
53561 msgid "initializer specified for friend function %qD"
53562 msgstr ""
53563
53564 #: cp/decl2.cc:1055
53565 #, gcc-internal-format
53566 msgid "initializer specified for static member function %qD"
53567 msgstr ""
53568
53569 #: cp/decl2.cc:1103
53570 #, gcc-internal-format
53571 msgid "%<asm%> specifiers are not permitted on non-static data members"
53572 msgstr ""
53573
53574 #: cp/decl2.cc:1160
53575 #, gcc-internal-format
53576 msgid "bit-field %qD with non-integral type %qT"
53577 msgstr ""
53578
53579 #: cp/decl2.cc:1168
53580 #, gcc-internal-format
53581 msgid "cannot declare %qD to be a bit-field type"
53582 msgstr ""
53583
53584 #: cp/decl2.cc:1179
53585 #, gcc-internal-format
53586 msgid "cannot declare bit-field %qD with function type"
53587 msgstr ""
53588
53589 #: cp/decl2.cc:1185
53590 #, gcc-internal-format
53591 msgid "cannot declare bit-field %qD with %<warn_if_not_aligned%> type"
53592 msgstr ""
53593
53594 #: cp/decl2.cc:1192
53595 #, gcc-internal-format
53596 msgid "%qD is already defined in the class %qT"
53597 msgstr ""
53598
53599 #: cp/decl2.cc:1200
53600 #, gcc-internal-format
53601 msgid "static member %qD cannot be a bit-field"
53602 msgstr ""
53603
53604 #: cp/decl2.cc:1214
53605 #, gcc-internal-format
53606 msgid "width of bit-field %qD has non-integral type %qT"
53607 msgstr ""
53608
53609 #: cp/decl2.cc:1540
53610 #, gcc-internal-format
53611 msgid "incomplete type %qT is not mappable"
53612 msgstr ""
53613
53614 #: cp/decl2.cc:1556
53615 #, gcc-internal-format
53616 msgid "static field %qD is not mappable"
53617 msgstr ""
53618
53619 #: cp/decl2.cc:1645
53620 #, gcc-internal-format
53621 msgid "%q+D static data member inside of declare target directive"
53622 msgstr ""
53623
53624 #: cp/decl2.cc:1684 cp/name-lookup.cc:8546
53625 #, gcc-internal-format
53626 msgid "%<omp::%E%> not allowed to be specified in this context"
53627 msgstr ""
53628
53629 #: cp/decl2.cc:1753
53630 #, gcc-internal-format
53631 msgid "anonymous struct not inside named type"
53632 msgstr ""
53633
53634 #: cp/decl2.cc:1769
53635 #, gcc-internal-format
53636 msgid "%q#D invalid; an anonymous union can only have non-static data members"
53637 msgstr ""
53638
53639 #: cp/decl2.cc:1776
53640 #, gcc-internal-format
53641 msgid "private member %q#D in anonymous union"
53642 msgstr ""
53643
53644 #: cp/decl2.cc:1779
53645 #, gcc-internal-format
53646 msgid "protected member %q#D in anonymous union"
53647 msgstr ""
53648
53649 #: cp/decl2.cc:1844
53650 #, gcc-internal-format
53651 msgid "namespace-scope anonymous aggregates must be static"
53652 msgstr ""
53653
53654 #: cp/decl2.cc:1853
53655 #, gcc-internal-format
53656 msgid "anonymous union with no members"
53657 msgstr ""
53658
53659 #: cp/decl2.cc:1890
53660 #, gcc-internal-format
53661 msgid "%<operator new%> must return type %qT"
53662 msgstr ""
53663
53664 #. [basic.stc.dynamic.allocation]
53665 #.
53666 #. The first parameter shall not have an associated default
53667 #. argument.
53668 #: cp/decl2.cc:1902
53669 #, gcc-internal-format
53670 msgid "the first parameter of %<operator new%> cannot have a default argument"
53671 msgstr ""
53672
53673 #: cp/decl2.cc:1918
53674 #, gcc-internal-format
53675 msgid "%<operator new%> takes type %<size_t%> (%qT) as first parameter"
53676 msgstr ""
53677
53678 #: cp/decl2.cc:1948
53679 #, gcc-internal-format
53680 msgid "%<operator delete%> must return type %qT"
53681 msgstr ""
53682
53683 #: cp/decl2.cc:1963
53684 #, gcc-internal-format
53685 msgid "destroying %<operator delete%> must be a member function"
53686 msgstr ""
53687
53688 #: cp/decl2.cc:1966
53689 #, gcc-internal-format
53690 msgid "%<operator delete[]%> cannot be a destroying delete"
53691 msgstr ""
53692
53693 #: cp/decl2.cc:1968
53694 #, gcc-internal-format
53695 msgid "destroying %<operator delete%> must be a usual deallocation function"
53696 msgstr ""
53697
53698 #: cp/decl2.cc:1978
53699 #, gcc-internal-format
53700 msgid "%<operator delete%> takes type %qT as first parameter"
53701 msgstr ""
53702
53703 #: cp/decl2.cc:2959
53704 #, gcc-internal-format
53705 msgid "%qT has a field %qD whose type has no linkage"
53706 msgstr ""
53707
53708 #: cp/decl2.cc:2963
53709 #, gcc-internal-format
53710 msgid "%qT has a field %qD whose type depends on the type %qT which has no linkage"
53711 msgstr ""
53712
53713 #: cp/decl2.cc:2968
53714 #, gcc-internal-format
53715 msgid "%qT has a field %qD whose type uses the anonymous namespace"
53716 msgstr ""
53717
53718 #: cp/decl2.cc:2976
53719 #, gcc-internal-format
53720 msgid "%qT declared with greater visibility than the type of its field %qD"
53721 msgstr ""
53722
53723 #: cp/decl2.cc:2994
53724 #, gcc-internal-format
53725 msgid "%qT has a base %qT whose type has no linkage"
53726 msgstr ""
53727
53728 #: cp/decl2.cc:2998
53729 #, gcc-internal-format
53730 msgid "%qT has a base %qT whose type depends on the type %qT which has no linkage"
53731 msgstr ""
53732
53733 #: cp/decl2.cc:3003
53734 #, gcc-internal-format
53735 msgid "%qT has a base %qT whose type uses the anonymous namespace"
53736 msgstr ""
53737
53738 #: cp/decl2.cc:3010
53739 #, gcc-internal-format
53740 msgid "%qT declared with greater visibility than its base %qT"
53741 msgstr ""
53742
53743 #: cp/decl2.cc:4679
53744 #, gcc-internal-format
53745 msgid "%q#D, declared using unnamed type, is used but never defined"
53746 msgstr ""
53747
53748 #. DRs 132, 319 and 389 seem to indicate types with
53749 #. no linkage can only be used to declare extern "C"
53750 #. entities.  Since it's not always an error in the
53751 #. ISO C++ 90 Standard, we only issue a warning.
53752 #: cp/decl2.cc:4688
53753 #, gcc-internal-format
53754 msgid "unnamed type with no linkage used to declare variable %q#D with linkage"
53755 msgstr ""
53756
53757 #: cp/decl2.cc:4692
53758 #, gcc-internal-format
53759 msgid "unnamed type with no linkage used to declare function %q#D with linkage"
53760 msgstr ""
53761
53762 #: cp/decl2.cc:4696
53763 #, gcc-internal-format
53764 msgid "%q#D does not refer to the unqualified type, so it is not used for linkage"
53765 msgstr ""
53766
53767 #: cp/decl2.cc:4704
53768 #, gcc-internal-format
53769 msgid "%q#D, declared using local type %qT, is used but never defined"
53770 msgstr ""
53771
53772 #: cp/decl2.cc:4708
53773 #, gcc-internal-format
53774 msgid "type %qT with no linkage used to declare variable %q#D with linkage"
53775 msgstr ""
53776
53777 #: cp/decl2.cc:4711
53778 #, gcc-internal-format
53779 msgid "type %qT with no linkage used to declare function %q#D with linkage"
53780 msgstr ""
53781
53782 #: cp/decl2.cc:4899
53783 #, gcc-internal-format
53784 msgid "mangling of %q#D as %qE conflicts with a previous mangle"
53785 msgstr ""
53786
53787 #: cp/decl2.cc:4902
53788 #, gcc-internal-format
53789 msgid "previous mangling %q#D"
53790 msgstr ""
53791
53792 #: cp/decl2.cc:4904
53793 #, gcc-internal-format
53794 msgid "a later %<-fabi-version=%> (or =0) avoids this error with a change in mangling"
53795 msgstr ""
53796
53797 #: cp/decl2.cc:4976 cp/decl2.cc:4979
53798 #, gcc-internal-format
53799 msgid "the program should also define %qD"
53800 msgstr ""
53801
53802 #: cp/decl2.cc:5332
53803 #, gcc-internal-format
53804 msgid "inline function %qD used but never defined"
53805 msgstr ""
53806
53807 #: cp/decl2.cc:5535
53808 #, gcc-internal-format
53809 msgid "default argument missing for parameter %P of %q#D"
53810 msgstr ""
53811
53812 #: cp/decl2.cc:5540
53813 #, gcc-internal-format
53814 msgid "...following parameter %P which has a default argument"
53815 msgstr ""
53816
53817 #: cp/decl2.cc:5673
53818 #, gcc-internal-format
53819 msgid "implicitly-declared %qD is deprecated"
53820 msgstr ""
53821
53822 #: cp/decl2.cc:5677
53823 #, gcc-internal-format
53824 msgid "because %qT has user-provided %qD"
53825 msgstr ""
53826
53827 #. We mark a lambda conversion op as deleted if we can't
53828 #. generate it properly; see maybe_add_lambda_conv_op.
53829 #: cp/decl2.cc:5813
53830 #, gcc-internal-format
53831 msgid "converting lambda that uses %<...%> to function pointer"
53832 msgstr ""
53833
53834 #: cp/decl2.cc:5816
53835 #, gcc-internal-format
53836 msgid "use of deleted function %qD"
53837 msgstr ""
53838
53839 #: cp/decl2.cc:5870
53840 #, gcc-internal-format
53841 msgid "use of function %qD with unsatisfied constraints"
53842 msgstr "funkcija %qD se koristi s nezadovoljenim ograničenjima"
53843
53844 #: cp/decl2.cc:5902
53845 #, gcc-internal-format
53846 msgid "use of built-in parameter pack %qD outside of a template"
53847 msgstr ""
53848
53849 #: cp/error.cc:4019
53850 #, gcc-internal-format
53851 msgid "(no argument)"
53852 msgstr ""
53853
53854 #: cp/error.cc:4111
53855 #, gcc-internal-format
53856 msgid "[...]"
53857 msgstr ""
53858
53859 #: cp/error.cc:4458
53860 #, gcc-internal-format
53861 msgid "extended initializer lists only available with %<-std=c++11%> or %<-std=gnu++11%>"
53862 msgstr ""
53863
53864 #: cp/error.cc:4463
53865 #, gcc-internal-format
53866 msgid "explicit conversion operators only available with %<-std=c++11%> or %<-std=gnu++11%>"
53867 msgstr ""
53868
53869 #: cp/error.cc:4468
53870 #, gcc-internal-format
53871 msgid "variadic templates only available with %<-std=c++11%> or %<-std=gnu++11%>"
53872 msgstr ""
53873
53874 #: cp/error.cc:4473
53875 #, gcc-internal-format
53876 msgid "lambda expressions only available with %<-std=c++11%> or %<-std=gnu++11%>"
53877 msgstr ""
53878
53879 #: cp/error.cc:4478
53880 #, gcc-internal-format
53881 msgid "C++11 auto only available with %<-std=c++11%> or %<-std=gnu++11%>"
53882 msgstr ""
53883
53884 #: cp/error.cc:4483
53885 #, gcc-internal-format
53886 msgid "scoped enums only available with %<-std=c++11%> or %<-std=gnu++11%>"
53887 msgstr ""
53888
53889 #: cp/error.cc:4488
53890 #, gcc-internal-format
53891 msgid "defaulted and deleted functions only available with %<-std=c++11%> or %<-std=gnu++11%>"
53892 msgstr ""
53893
53894 #: cp/error.cc:4494
53895 #, gcc-internal-format
53896 msgid "inline namespaces only available with %<-std=c++11%> or %<-std=gnu++11%>"
53897 msgstr ""
53898
53899 #: cp/error.cc:4499
53900 #, gcc-internal-format
53901 msgid "override controls (override/final) only available with %<-std=c++11%> or %<-std=gnu++11%>"
53902 msgstr ""
53903
53904 #: cp/error.cc:4504
53905 #, gcc-internal-format
53906 msgid "non-static data member initializers only available with %<-std=c++11%> or %<-std=gnu++11%>"
53907 msgstr ""
53908
53909 #: cp/error.cc:4509
53910 #, gcc-internal-format
53911 msgid "user-defined literals only available with %<-std=c++11%> or %<-std=gnu++11%>"
53912 msgstr ""
53913
53914 #: cp/error.cc:4514
53915 #, gcc-internal-format
53916 msgid "delegating constructors only available with %<-std=c++11%> or %<-std=gnu++11%>"
53917 msgstr ""
53918
53919 #: cp/error.cc:4519
53920 #, gcc-internal-format
53921 msgid "inheriting constructors only available with %<-std=c++11%> or %<-std=gnu++11%>"
53922 msgstr ""
53923
53924 #: cp/error.cc:4524
53925 #, gcc-internal-format
53926 msgid "C++11 attributes only available with %<-std=c++11%> or %<-std=gnu++11%>"
53927 msgstr ""
53928
53929 #: cp/error.cc:4529
53930 #, gcc-internal-format
53931 msgid "ref-qualifiers only available with %<-std=c++11%> or %<-std=gnu++11%>"
53932 msgstr ""
53933
53934 #: cp/error.cc:4579
53935 #, gcc-internal-format
53936 msgid "incomplete type %qT used in nested name specifier"
53937 msgstr ""
53938
53939 #: cp/error.cc:4583
53940 #, gcc-internal-format
53941 msgid "reference to %<%T::%D%> is ambiguous"
53942 msgstr ""
53943
53944 #: cp/error.cc:4597
53945 #, gcc-internal-format
53946 msgid "%qD is not a member of %qT; did you mean %qs?"
53947 msgstr ""
53948
53949 #: cp/error.cc:4601 cp/typeck.cc:2730
53950 #, gcc-internal-format
53951 msgid "%qD is not a member of %qT"
53952 msgstr ""
53953
53954 #: cp/error.cc:4623
53955 #, gcc-internal-format
53956 msgid "%qD is not a member of %qD; did you mean %qs?"
53957 msgstr ""
53958
53959 #: cp/error.cc:4627 cp/typeck.cc:3323
53960 #, gcc-internal-format
53961 msgid "%qD is not a member of %qD"
53962 msgstr ""
53963
53964 #: cp/error.cc:4638
53965 #, gcc-internal-format
53966 msgid "%<::%D%> has not been declared; did you mean %qs?"
53967 msgstr ""
53968
53969 #: cp/error.cc:4642
53970 #, gcc-internal-format
53971 msgid "%<::%D%> has not been declared"
53972 msgstr ""
53973
53974 #: cp/except.cc:377
53975 #, gcc-internal-format
53976 msgid "exception handling disabled, use %<-fexceptions%> to enable"
53977 msgstr ""
53978
53979 #: cp/except.cc:623
53980 #, gcc-internal-format
53981 msgid "throwing NULL, which has integral, not pointer type"
53982 msgstr ""
53983
53984 #: cp/except.cc:749
53985 #, gcc-internal-format
53986 msgid "  in thrown expression"
53987 msgstr ""
53988
53989 #: cp/except.cc:890
53990 #, gcc-internal-format
53991 msgid "cannot declare %<catch%> parameter to be of rvalue reference type %qT"
53992 msgstr ""
53993
53994 #: cp/except.cc:898
53995 #, gcc-internal-format
53996 msgid "cannot throw expression of type %qT because it involves types of variable size"
53997 msgstr ""
53998
53999 #: cp/except.cc:901
54000 #, gcc-internal-format
54001 msgid "cannot catch type %qT because it involves types of variable size"
54002 msgstr ""
54003
54004 #: cp/except.cc:1001
54005 #, gcc-internal-format
54006 msgid "exception of type %qT will be caught by earlier handler"
54007 msgstr ""
54008
54009 #: cp/except.cc:1003
54010 #, gcc-internal-format
54011 msgid "for type %qT"
54012 msgstr ""
54013
54014 #: cp/except.cc:1032
54015 #, gcc-internal-format
54016 msgid "%<...%> handler must be the last handler for its try block"
54017 msgstr ""
54018
54019 #: cp/except.cc:1128
54020 #, gcc-internal-format
54021 msgid "noexcept-expression evaluates to %<false%> because of a call to %qD"
54022 msgstr ""
54023
54024 #: cp/except.cc:1131
54025 #, gcc-internal-format
54026 msgid "but %qD does not throw; perhaps it should be declared %<noexcept%>"
54027 msgstr ""
54028
54029 #: cp/expr.cc:233
54030 #, gcc-internal-format
54031 msgid "using value of simple assignment with %<volatile%>-qualified left operand is deprecated"
54032 msgstr ""
54033
54034 #: cp/friend.cc:192
54035 #, gcc-internal-format
54036 msgid "%qD is already a friend of class %qT"
54037 msgstr ""
54038
54039 #: cp/friend.cc:289
54040 #, gcc-internal-format
54041 msgid "invalid type %qT declared %<friend%>"
54042 msgstr ""
54043
54044 #. template <class U> friend class T::X<U>;
54045 #. [temp.friend]
54046 #. Friend declarations shall not declare partial
54047 #. specializations.
54048 #: cp/friend.cc:306 cp/friend.cc:354
54049 #, gcc-internal-format
54050 msgid "partial specialization %qT declared %<friend%>"
54051 msgstr ""
54052
54053 #: cp/friend.cc:320
54054 #, gcc-internal-format
54055 msgid "perhaps you need explicit template arguments in your nested-name-specifier"
54056 msgstr ""
54057
54058 #: cp/friend.cc:332
54059 #, gcc-internal-format
54060 msgid "class %qT is implicitly friends with itself"
54061 msgstr ""
54062
54063 #: cp/friend.cc:395
54064 #, gcc-internal-format
54065 msgid "%qT is not a member of %qT"
54066 msgstr ""
54067
54068 #: cp/friend.cc:401
54069 #, gcc-internal-format
54070 msgid "%qT is not a member class template of %qT"
54071 msgstr ""
54072
54073 #: cp/friend.cc:411
54074 #, gcc-internal-format
54075 msgid "%qT is not a nested class of %qT"
54076 msgstr ""
54077
54078 #. template <class T> friend class T;
54079 #: cp/friend.cc:425
54080 #, gcc-internal-format
54081 msgid "template parameter type %qT declared %<friend%>"
54082 msgstr ""
54083
54084 #. template <class T> friend class A; where A is not a template
54085 #: cp/friend.cc:433
54086 #, gcc-internal-format
54087 msgid "%q#T is not a template"
54088 msgstr ""
54089
54090 #: cp/friend.cc:456
54091 #, gcc-internal-format
54092 msgid "%qD is already a friend of %qT"
54093 msgstr ""
54094
54095 #: cp/friend.cc:466
54096 #, gcc-internal-format
54097 msgid "%qT is already a friend of %qT"
54098 msgstr ""
54099
54100 #: cp/friend.cc:506
54101 #, gcc-internal-format
54102 msgid "friend declaration %qD may not have virt-specifiers"
54103 msgstr ""
54104
54105 #: cp/friend.cc:592
54106 #, gcc-internal-format
54107 msgid "member %qD declared as friend before type %qT defined"
54108 msgstr ""
54109
54110 #: cp/friend.cc:642
54111 #, gcc-internal-format
54112 msgid "friend declaration %q#D declares a non-template function"
54113 msgstr ""
54114
54115 #: cp/friend.cc:646
54116 #, gcc-internal-format
54117 msgid "(if this is not what you intended, make sure the function template has already been declared and add %<<>%> after the function name here)"
54118 msgstr ""
54119
54120 #: cp/init.cc:392
54121 #, gcc-internal-format
54122 msgid "value-initialization of incomplete type %qT"
54123 msgstr ""
54124
54125 #: cp/init.cc:475
54126 #, gcc-internal-format
54127 msgid "cannot value-initialize array of unknown bound %qT"
54128 msgstr ""
54129
54130 #: cp/init.cc:514
54131 #, gcc-internal-format
54132 msgid "value-initialization of function type %qT"
54133 msgstr ""
54134
54135 #: cp/init.cc:520
54136 #, gcc-internal-format
54137 msgid "value-initialization of reference type %qT"
54138 msgstr ""
54139
54140 #: cp/init.cc:589
54141 #, gcc-internal-format
54142 msgid "recursive instantiation of default member initializer for %qD"
54143 msgstr ""
54144
54145 #: cp/init.cc:655
54146 #, gcc-internal-format
54147 msgid "default member initializer for %qD required before the end of its enclosing class"
54148 msgstr ""
54149
54150 #: cp/init.cc:719
54151 #, gcc-internal-format
54152 msgid "initializer for flexible array member %q#D"
54153 msgstr ""
54154
54155 #: cp/init.cc:784
54156 #, gcc-internal-format
54157 msgid "initializing %qD from %qE does not extend the lifetime of the underlying array"
54158 msgstr ""
54159
54160 #: cp/init.cc:888 cp/init.cc:969
54161 #, gcc-internal-format
54162 msgid "%qD is initialized with itself"
54163 msgstr ""
54164
54165 #: cp/init.cc:894
54166 #, gcc-internal-format
54167 msgid "reference %qD is not yet bound to a value when used here"
54168 msgstr ""
54169
54170 #: cp/init.cc:898
54171 #, gcc-internal-format
54172 msgid "member %qD is used uninitialized"
54173 msgstr ""
54174
54175 #: cp/init.cc:946
54176 #, gcc-internal-format
54177 msgid "%qD should be initialized in the member initialization list"
54178 msgstr ""
54179
54180 #: cp/init.cc:1090
54181 #, gcc-internal-format
54182 msgid "invalid initializer for array member %q#D"
54183 msgstr ""
54184
54185 #: cp/init.cc:1105 cp/init.cc:1131 cp/init.cc:2727 cp/method.cc:2366
54186 #, gcc-internal-format
54187 msgid "uninitialized const member in %q#T"
54188 msgstr ""
54189
54190 #: cp/init.cc:1107 cp/init.cc:1125 cp/init.cc:1133 cp/init.cc:2712
54191 #: cp/init.cc:2740 cp/method.cc:2369 cp/method.cc:2380
54192 #, gcc-internal-format
54193 msgid "%q#D should be initialized"
54194 msgstr ""
54195
54196 #: cp/init.cc:1123 cp/init.cc:2699 cp/method.cc:2377
54197 #, gcc-internal-format
54198 msgid "uninitialized reference member in %q#T"
54199 msgstr ""
54200
54201 #: cp/init.cc:1308
54202 #, gcc-internal-format
54203 msgid "%qD will be initialized after"
54204 msgstr ""
54205
54206 #: cp/init.cc:1311
54207 #, gcc-internal-format
54208 msgid "base %qT will be initialized after"
54209 msgstr ""
54210
54211 #: cp/init.cc:1315
54212 #, gcc-internal-format
54213 msgid "  %q#D"
54214 msgstr ""
54215
54216 #: cp/init.cc:1317
54217 #, gcc-internal-format
54218 msgid "  base %qT"
54219 msgstr ""
54220
54221 #: cp/init.cc:1319
54222 #, gcc-internal-format
54223 msgid "  when initialized here"
54224 msgstr ""
54225
54226 #: cp/init.cc:1336
54227 #, gcc-internal-format
54228 msgid "multiple initializations given for %qD"
54229 msgstr ""
54230
54231 #: cp/init.cc:1340
54232 #, gcc-internal-format
54233 msgid "multiple initializations given for base %qT"
54234 msgstr ""
54235
54236 #: cp/init.cc:1427
54237 #, gcc-internal-format
54238 msgid "initializations for multiple members of %qT"
54239 msgstr ""
54240
54241 #: cp/init.cc:1537
54242 #, gcc-internal-format
54243 msgid "base class %q#T should be explicitly initialized in the copy constructor"
54244 msgstr ""
54245
54246 #: cp/init.cc:1773 cp/init.cc:1792
54247 #, gcc-internal-format
54248 msgid "class %qT does not have any field named %qD"
54249 msgstr ""
54250
54251 #: cp/init.cc:1779
54252 #, gcc-internal-format
54253 msgid "%q#D is a static data member; it can only be initialized at its definition"
54254 msgstr ""
54255
54256 #: cp/init.cc:1786
54257 #, gcc-internal-format
54258 msgid "%q#D is not a non-static data member of %qT"
54259 msgstr ""
54260
54261 #: cp/init.cc:1825
54262 #, gcc-internal-format
54263 msgid "unnamed initializer for %qT, which has no base classes"
54264 msgstr ""
54265
54266 #: cp/init.cc:1833
54267 #, gcc-internal-format
54268 msgid "unnamed initializer for %qT, which uses multiple inheritance"
54269 msgstr ""
54270
54271 #: cp/init.cc:1880
54272 #, gcc-internal-format
54273 msgid "%qD is both a direct base and an indirect virtual base"
54274 msgstr ""
54275
54276 #: cp/init.cc:1888
54277 #, gcc-internal-format
54278 msgid "type %qT is not a direct or virtual base of %qT"
54279 msgstr ""
54280
54281 #: cp/init.cc:1891
54282 #, gcc-internal-format
54283 msgid "type %qT is not a direct base of %qT"
54284 msgstr ""
54285
54286 #: cp/init.cc:2003 cp/init.cc:4786 cp/typeck2.cc:1349
54287 #, gcc-internal-format
54288 msgid "array must be initialized with a brace-enclosed initializer"
54289 msgstr ""
54290
54291 #: cp/init.cc:2324 cp/semantics.cc:3740
54292 #, gcc-internal-format
54293 msgid "%qT is not a class type"
54294 msgstr ""
54295
54296 #: cp/init.cc:2382
54297 #, gcc-internal-format
54298 msgid "incomplete type %qT does not have member %qD"
54299 msgstr ""
54300
54301 #: cp/init.cc:2396
54302 #, gcc-internal-format
54303 msgid "invalid pointer to bit-field %qD"
54304 msgstr ""
54305
54306 #: cp/init.cc:2482 cp/typeck.cc:2208
54307 #, gcc-internal-format
54308 msgid "invalid use of non-static member function %qD"
54309 msgstr ""
54310
54311 #: cp/init.cc:2489 cp/semantics.cc:2148
54312 #, gcc-internal-format
54313 msgid "invalid use of non-static data member %qD"
54314 msgstr ""
54315
54316 #: cp/init.cc:2696
54317 #, gcc-internal-format
54318 msgid "uninitialized reference member in %q#T using %<new%> without new-initializer"
54319 msgstr ""
54320
54321 #: cp/init.cc:2704
54322 #, gcc-internal-format
54323 msgid "uninitialized reference member in base %q#T of %q#T using %<new%> without new-initializer"
54324 msgstr ""
54325
54326 #: cp/init.cc:2708
54327 #, gcc-internal-format
54328 msgid "uninitialized reference member in base %q#T of %q#T"
54329 msgstr ""
54330
54331 #: cp/init.cc:2724
54332 #, gcc-internal-format
54333 msgid "uninitialized const member in %q#T using %<new%> without new-initializer"
54334 msgstr ""
54335
54336 #: cp/init.cc:2732
54337 #, gcc-internal-format
54338 msgid "uninitialized const member in base %q#T of %q#T using %<new%> without new-initializer"
54339 msgstr ""
54340
54341 #: cp/init.cc:2736
54342 #, gcc-internal-format
54343 msgid "uninitialized const member in base %q#T of %q#T"
54344 msgstr ""
54345
54346 #: cp/init.cc:2846
54347 #, gcc-internal-format
54348 msgid "placement new constructing an object of type %<%T [%wu]%> and size %qwu in a region of type %qT and size %qwi"
54349 msgstr ""
54350
54351 #: cp/init.cc:2849
54352 #, gcc-internal-format
54353 msgid "placement new constructing an object of type %<%T [%wu]%> and size %qwu in a region of type %qT and size at most %qwu"
54354 msgstr ""
54355
54356 #: cp/init.cc:2859
54357 #, gcc-internal-format
54358 msgid "placement new constructing an array of objects of type %qT and size %qwu in a region of type %qT and size %qwi"
54359 msgstr ""
54360
54361 #: cp/init.cc:2862
54362 #, gcc-internal-format
54363 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"
54364 msgstr ""
54365
54366 #: cp/init.cc:2871
54367 #, gcc-internal-format
54368 msgid "placement new constructing an object of type %qT and size %qwu in a region of type %qT and size %qwi"
54369 msgstr ""
54370
54371 #: cp/init.cc:2874
54372 #, gcc-internal-format
54373 msgid "placement new constructing an object of type %qT and size %qwu in a region of type %qT and size at most %qwu"
54374 msgstr ""
54375
54376 #: cp/init.cc:2891
54377 #, gcc-internal-format
54378 msgid "at offset %wi from %qD declared here"
54379 msgstr ""
54380
54381 #: cp/init.cc:2895
54382 #, gcc-internal-format
54383 msgid "at offset [%wi, %wi] from %qD declared here"
54384 msgstr ""
54385
54386 #: cp/init.cc:3093
54387 #, gcc-internal-format
54388 msgid "integer overflow in array size"
54389 msgstr ""
54390
54391 #: cp/init.cc:3103
54392 #, gcc-internal-format
54393 msgid "array size in new-expression must be constant"
54394 msgstr ""
54395
54396 #: cp/init.cc:3121
54397 #, gcc-internal-format
54398 msgid "variably modified type not allowed in new-expression"
54399 msgstr ""
54400
54401 #: cp/init.cc:3137
54402 #, gcc-internal-format
54403 msgid "non-constant array new length must be specified directly, not by %<typedef%>"
54404 msgstr ""
54405
54406 #: cp/init.cc:3139
54407 #, gcc-internal-format
54408 msgid "non-constant array new length must be specified without parentheses around the type-id"
54409 msgstr ""
54410
54411 #: cp/init.cc:3149
54412 #, gcc-internal-format
54413 msgid "invalid type %<void%> for %<new%>"
54414 msgstr ""
54415
54416 #: cp/init.cc:3155
54417 #, gcc-internal-format
54418 msgid "%<new%> of %<initializer_list%> does not extend the lifetime of the underlying array"
54419 msgstr ""
54420
54421 #: cp/init.cc:3197
54422 #, gcc-internal-format
54423 msgid "uninitialized const in %<new%> of %q#T"
54424 msgstr ""
54425
54426 #: cp/init.cc:3353
54427 #, gcc-internal-format
54428 msgid "no suitable %qD found in class %qT"
54429 msgstr ""
54430
54431 #: cp/init.cc:3360 cp/search.cc:1179
54432 #, gcc-internal-format
54433 msgid "request for member %qD is ambiguous"
54434 msgstr ""
54435
54436 #: cp/init.cc:3441
54437 #, gcc-internal-format
54438 msgid "%<new%> of type %qT with extended alignment %d"
54439 msgstr ""
54440
54441 #: cp/init.cc:3444
54442 #, gcc-internal-format
54443 msgid "uses %qD, which does not have an alignment parameter"
54444 msgstr ""
54445
54446 #: cp/init.cc:3447
54447 #, gcc-internal-format
54448 msgid "use %<-faligned-new%> to enable C++17 over-aligned new support"
54449 msgstr ""
54450
54451 #: cp/init.cc:3643
54452 #, gcc-internal-format
54453 msgid "parenthesized initializer in array new"
54454 msgstr ""
54455
54456 #: cp/init.cc:3917
54457 #, gcc-internal-format
54458 msgid "size in array new must have integral type"
54459 msgstr ""
54460
54461 #: cp/init.cc:3946
54462 #, gcc-internal-format
54463 msgid "new cannot be applied to a reference type"
54464 msgstr ""
54465
54466 #: cp/init.cc:3955
54467 #, gcc-internal-format
54468 msgid "new cannot be applied to a function type"
54469 msgstr ""
54470
54471 #: cp/init.cc:4075
54472 #, gcc-internal-format
54473 msgid "possible problem detected in invocation of operator %<delete []%>"
54474 msgstr ""
54475
54476 #: cp/init.cc:4079
54477 #, gcc-internal-format
54478 msgid "neither the destructor nor the class-specific operator %<delete []%> will be called, even if they are declared when the class is defined"
54479 msgstr ""
54480
54481 #: cp/init.cc:4690
54482 #, gcc-internal-format
54483 msgid "initializer ends prematurely"
54484 msgstr ""
54485
54486 #: cp/init.cc:4987
54487 #, gcc-internal-format
54488 msgid "unknown array size in delete"
54489 msgstr ""
54490
54491 #: cp/init.cc:5021
54492 #, gcc-internal-format
54493 msgid "possible problem detected in invocation of %<operator delete%>"
54494 msgstr ""
54495
54496 #: cp/init.cc:5026
54497 #, gcc-internal-format
54498 msgid "neither the destructor nor the class-specific %<operator delete%> will be called, even if they are declared when the class is defined"
54499 msgstr ""
54500
54501 #: cp/init.cc:5041
54502 #, gcc-internal-format
54503 msgid "deleting object of abstract class type %qT which has non-virtual destructor will cause undefined behavior"
54504 msgstr ""
54505
54506 #: cp/init.cc:5046
54507 #, gcc-internal-format
54508 msgid "deleting object of polymorphic class type %qT which has non-virtual destructor might cause undefined behavior"
54509 msgstr ""
54510
54511 #: cp/init.cc:5353
54512 #, gcc-internal-format
54513 msgid "type to vector delete is neither pointer or array type"
54514 msgstr ""
54515
54516 #: cp/lambda.cc:527
54517 #, gcc-internal-format
54518 msgid "array of runtime bound cannot be captured by copy, only by reference"
54519 msgstr ""
54520
54521 #: cp/lambda.cc:542
54522 #, gcc-internal-format
54523 msgid "capture of variably-modified type %qT that is not an N3639 array of runtime bound"
54524 msgstr ""
54525
54526 #: cp/lambda.cc:546
54527 #, gcc-internal-format
54528 msgid "because the array element type %qT has variable size"
54529 msgstr ""
54530
54531 #: cp/lambda.cc:570
54532 #, gcc-internal-format
54533 msgid "cannot capture %qE by reference"
54534 msgstr ""
54535
54536 #: cp/lambda.cc:580
54537 #, gcc-internal-format
54538 msgid "capture by copy of incomplete type %qT"
54539 msgstr ""
54540
54541 #: cp/lambda.cc:635
54542 #, gcc-internal-format
54543 msgid "trying to capture %qD in instantiation of generic lambda"
54544 msgstr ""
54545
54546 #: cp/lambda.cc:711
54547 #, gcc-internal-format
54548 msgid "implicit capture of %qE via %<[=]%> is deprecated in C++20"
54549 msgstr ""
54550
54551 #: cp/lambda.cc:713
54552 #, gcc-internal-format
54553 msgid "add explicit %<this%> or %<*this%> capture"
54554 msgstr ""
54555
54556 #: cp/lambda.cc:827
54557 #, gcc-internal-format
54558 msgid "%<this%> was not captured for this lambda function"
54559 msgstr ""
54560
54561 #: cp/lex.cc:602
54562 #, gcc-internal-format
54563 msgid "invalid %<#pragma %s%>"
54564 msgstr ""
54565
54566 #: cp/lex.cc:610
54567 #, gcc-internal-format
54568 msgid "%<#pragma vtable%> no longer supported"
54569 msgstr ""
54570
54571 #: cp/lex.cc:682
54572 #, gcc-internal-format
54573 msgid "%<#pragma implementation%> for %qs appears after file is included"
54574 msgstr ""
54575
54576 #: cp/lex.cc:710
54577 #, gcc-internal-format
54578 msgid "%qD not defined"
54579 msgstr ""
54580
54581 #: cp/lex.cc:722
54582 #, gcc-internal-format
54583 msgid "%qD was not declared in this scope; did you mean %qs?"
54584 msgstr ""
54585
54586 #: cp/lex.cc:726
54587 #, gcc-internal-format
54588 msgid "%qD was not declared in this scope"
54589 msgstr ""
54590
54591 #. In a template, it is invalid to write "f()" or "f(3)" if no
54592 #. declaration of "f" is available.  Historically, G++ and most
54593 #. other compilers accepted that usage since they deferred all name
54594 #. lookup until instantiation time rather than doing unqualified
54595 #. name lookup at template definition time; explain to the user what
54596 #. is going wrong.
54597 #.
54598 #. Note that we have the exact wording of the following message in
54599 #. the manual (trouble.texi, node "Name lookup"), so they need to
54600 #. be kept in synch.
54601 #: cp/lex.cc:768
54602 #, gcc-internal-format
54603 msgid "there are no arguments to %qD that depend on a template parameter, so a declaration of %qD must be available"
54604 msgstr ""
54605
54606 #: cp/lex.cc:777
54607 #, gcc-internal-format
54608 msgid "(if you use %<-fpermissive%>, G++ will accept your code, but allowing the use of an undeclared name is deprecated)"
54609 msgstr ""
54610
54611 #: cp/logic.cc:303
54612 #, gcc-internal-format
54613 msgid "  # %E"
54614 msgstr ""
54615
54616 #: cp/mangle.cc:2386
54617 #, gcc-internal-format
54618 msgid "mangling %<typeof%>, use %<decltype%> instead"
54619 msgstr ""
54620
54621 #: cp/mangle.cc:2390
54622 #, gcc-internal-format
54623 msgid "mangling %<__underlying_type%>"
54624 msgstr ""
54625
54626 #: cp/mangle.cc:2697
54627 #, gcc-internal-format
54628 msgid "mangling unknown fixed point type"
54629 msgstr ""
54630
54631 #: cp/mangle.cc:3475
54632 #, gcc-internal-format
54633 msgid "use of built-in trait %qE in function signature; use library traits instead"
54634 msgstr ""
54635
54636 #: cp/mangle.cc:3480
54637 #, gcc-internal-format, gfc-internal-format
54638 msgid "mangling %C"
54639 msgstr ""
54640
54641 #: cp/mangle.cc:3556
54642 #, gcc-internal-format
54643 msgid "omitted middle operand to %<?:%> operand cannot be mangled"
54644 msgstr ""
54645
54646 #: cp/mangle.cc:4120
54647 #, gcc-internal-format
54648 msgid "mangled name for %qD will change in C++17 because the exception specification is part of a function type"
54649 msgstr ""
54650
54651 #: cp/mangle.cc:4166
54652 #, gcc-internal-format
54653 msgid "the mangled name of %qD changed between %<%s=%d%> (%qD) and %<%s=%d%> (%qD)"
54654 msgstr ""
54655
54656 #: cp/mangle.cc:4172
54657 #, gcc-internal-format
54658 msgid "the mangled name of %qD changes between %<%s=%d%> (%qD) and %<%s=%d%> (%qD)"
54659 msgstr ""
54660
54661 #: cp/mangle.cc:4444
54662 #, gcc-internal-format
54663 msgid "the mangled name of a thunk for %qD changes between %<-fabi-version=%d%> and %<-fabi-version=%d%>"
54664 msgstr ""
54665
54666 #: cp/mangle.cc:4449
54667 #, gcc-internal-format
54668 msgid "the mangled name of %qD changes between %<-fabi-version=%d%> and %<-fabi-version=%d%>"
54669 msgstr ""
54670
54671 #: cp/mangle.cc:4454
54672 #, gcc-internal-format
54673 msgid "the mangled name of the initialization guard variable for %qD changes between %<-fabi-version=%d%> and %<-fabi-version=%d%>"
54674 msgstr ""
54675
54676 #: cp/mapper-client.cc:307
54677 #, gcc-internal-format
54678 msgid "failed %s mapper %qs line %u"
54679 msgstr ""
54680
54681 #: cp/mapper-client.cc:308
54682 #, gcc-internal-format
54683 msgid "failed %s mapper %qs"
54684 msgstr "neuspješni %s „mapper“ %ss"
54685
54686 #: cp/mapper-client.cc:320
54687 #, gcc-internal-format, gfc-internal-format
54688 msgid "failed mapper handshake %s"
54689 msgstr ""
54690
54691 #: cp/mapper-client.cc:354
54692 #, gcc-internal-format, gfc-internal-format
54693 msgid "mapper died by signal %s"
54694 msgstr ""
54695
54696 #: cp/mapper-client.cc:357
54697 #, gcc-internal-format, gfc-internal-format
54698 msgid "mapper exit status %d"
54699 msgstr ""
54700
54701 #: cp/method.cc:855 cp/method.cc:2319
54702 #, gcc-internal-format
54703 msgid "non-static const member %q#D, cannot use default assignment operator"
54704 msgstr ""
54705
54706 #: cp/method.cc:861 cp/method.cc:2325
54707 #, gcc-internal-format
54708 msgid "non-static reference member %q#D, cannot use default assignment operator"
54709 msgstr ""
54710
54711 #: cp/method.cc:951
54712 #, gcc-internal-format
54713 msgid "%qD is not a static data member"
54714 msgstr ""
54715
54716 #: cp/method.cc:952
54717 #, gcc-internal-format
54718 msgid "determining value of %qs"
54719 msgstr ""
54720
54721 #: cp/method.cc:979
54722 #, gcc-internal-format
54723 msgid "forming type of %qs"
54724 msgstr ""
54725
54726 #: cp/method.cc:1170
54727 #, gcc-internal-format
54728 msgid "defaulted %qD only available with %<-std=c++20%> or %<-std=gnu++20%>"
54729 msgstr ""
54730
54731 #: cp/method.cc:1185
54732 #, gcc-internal-format
54733 msgid "defaulted %qD must return %<bool%>"
54734 msgstr ""
54735
54736 #: cp/method.cc:1193
54737 #, gcc-internal-format
54738 msgid "defaulted %qD must be %<const%>"
54739 msgstr ""
54740
54741 #: cp/method.cc:1198
54742 #, gcc-internal-format
54743 msgid "defaulted %qD must not have %<&&%> ref-qualifier"
54744 msgstr ""
54745
54746 #: cp/method.cc:1225
54747 #, gcc-internal-format
54748 msgid "defaulted %qD is not a friend of %qT"
54749 msgstr ""
54750
54751 #: cp/method.cc:1234
54752 #, gcc-internal-format
54753 msgid "defaulted member %qD must have parameter type %<const %T&%>"
54754 msgstr ""
54755
54756 #: cp/method.cc:1237
54757 #, gcc-internal-format
54758 msgid "defaulted %qD must have parameters of either type %<const %T&%> or %qT"
54759 msgstr ""
54760
54761 #: cp/method.cc:1240
54762 #, gcc-internal-format
54763 msgid "defaulted %qD must have parameters of either type %<const %T&%> or %qT, not both"
54764 msgstr ""
54765
54766 #. Return type is auto, suggest changing it.
54767 #: cp/method.cc:1397
54768 #, gcc-internal-format
54769 msgid "changing the return type from %qs to a comparison category type will allow the comparison to use %qs and %qs"
54770 msgstr ""
54771
54772 #: cp/method.cc:1417
54773 #, gcc-internal-format
54774 msgid "three-way comparison of %qD has type %qT, not a comparison category type"
54775 msgstr ""
54776
54777 #: cp/method.cc:1426
54778 #, gcc-internal-format
54779 msgid "three-way comparison of %qD has type %qT, which does not convert to %qT"
54780 msgstr ""
54781
54782 #: cp/method.cc:1471
54783 #, gcc-internal-format
54784 msgid "cannot default compare union %qT"
54785 msgstr ""
54786
54787 #: cp/method.cc:1539
54788 #, gcc-internal-format
54789 msgid "cannot default compare reference member %qD"
54790 msgstr ""
54791
54792 #: cp/method.cc:1548
54793 #, gcc-internal-format
54794 msgid "cannot default compare anonymous union member"
54795 msgstr ""
54796
54797 #: cp/method.cc:1566
54798 #, gcc-internal-format
54799 msgid "cannot default compare flexible array member"
54800 msgstr ""
54801
54802 #: cp/method.cc:1853
54803 #, gcc-internal-format
54804 msgid "synthesized method %qD first required here"
54805 msgstr ""
54806
54807 #: cp/method.cc:2262
54808 #, gcc-internal-format
54809 msgid "union member %q+D with non-trivial %qD"
54810 msgstr ""
54811
54812 #: cp/method.cc:2273
54813 #, gcc-internal-format
54814 msgid "defaulted destructor calls non-%<constexpr%> %qD"
54815 msgstr ""
54816
54817 #: cp/method.cc:2274
54818 #, gcc-internal-format
54819 msgid "defaulted constructor calls non-%<constexpr%> %qD"
54820 msgstr ""
54821
54822 #: cp/method.cc:2342
54823 #, gcc-internal-format
54824 msgid "initializer for %q#D is invalid"
54825 msgstr ""
54826
54827 #: cp/method.cc:2399
54828 #, gcc-internal-format
54829 msgid "defaulted default constructor does not initialize %q#D"
54830 msgstr ""
54831
54832 #: cp/method.cc:2410
54833 #, gcc-internal-format
54834 msgid "copying non-static data member %q#D of rvalue reference type"
54835 msgstr ""
54836
54837 #. A trivial constructor doesn't have any NSDMI.
54838 #: cp/method.cc:2617
54839 #, gcc-internal-format
54840 msgid "defaulted default constructor does not initialize any non-static data member"
54841 msgstr ""
54842
54843 #: cp/method.cc:2660
54844 #, gcc-internal-format
54845 msgid "defaulted move assignment for %qT calls a non-trivial move assignment operator for virtual base %qT"
54846 msgstr ""
54847
54848 #: cp/method.cc:2791
54849 #, gcc-internal-format
54850 msgid "a lambda closure type has a deleted default constructor"
54851 msgstr ""
54852
54853 #: cp/method.cc:2794
54854 #, gcc-internal-format
54855 msgid "a lambda closure type has a deleted copy assignment operator"
54856 msgstr ""
54857
54858 #: cp/method.cc:2803
54859 #, gcc-internal-format
54860 msgid "%q#D is implicitly declared as deleted because %qT declares a move constructor or move assignment operator"
54861 msgstr ""
54862
54863 #: cp/method.cc:2814
54864 #, gcc-internal-format
54865 msgid "%q#D inherits from multiple base subobjects"
54866 msgstr ""
54867
54868 #: cp/method.cc:2822 cp/method.cc:2846
54869 #, gcc-internal-format
54870 msgid "%q#D is implicitly deleted because the default definition would be ill-formed:"
54871 msgstr ""
54872
54873 #: cp/method.cc:2855
54874 msgid "%q#F is implicitly deleted because its exception-specification does not match the implicit exception-specification %qX"
54875 msgstr ""
54876
54877 #: cp/method.cc:3258
54878 #, gcc-internal-format
54879 msgid "defaulted declaration %q+D does not match the expected signature"
54880 msgstr ""
54881
54882 #: cp/method.cc:3261
54883 #, gcc-internal-format
54884 msgid "expected signature: %qD"
54885 msgstr ""
54886
54887 #: cp/method.cc:3293
54888 #, gcc-internal-format
54889 msgid "explicitly defaulted function %q+D cannot be declared %qs because the implicit declaration is not %qs:"
54890 msgstr ""
54891
54892 #: cp/method.cc:3313
54893 #, gcc-internal-format
54894 msgid "a template cannot be defaulted"
54895 msgstr ""
54896
54897 #: cp/method.cc:3348
54898 #, gcc-internal-format
54899 msgid "%qD cannot be defaulted"
54900 msgstr ""
54901
54902 #: cp/method.cc:3357
54903 #, gcc-internal-format
54904 msgid "defaulted function %q+D with default argument"
54905 msgstr ""
54906
54907 #: cp/module.cc:1546
54908 #, gcc-internal-format
54909 msgid "section %qs is missing or corrupted"
54910 msgstr ""
54911
54912 #: cp/module.cc:1548
54913 #, gcc-internal-format, gfc-internal-format
54914 msgid "section #%u is missing or corrupted"
54915 msgstr ""
54916
54917 #: cp/module.cc:1770
54918 #, gcc-internal-format
54919 msgid "not Encapsulated Lazy Records of Named Declarations"
54920 msgstr ""
54921
54922 #: cp/module.cc:1785
54923 #, gcc-internal-format
54924 msgid "unexpected encapsulation format or type"
54925 msgstr ""
54926
54927 #: cp/module.cc:1794
54928 #, gcc-internal-format
54929 msgid "encapsulation is malformed"
54930 msgstr ""
54931
54932 #: cp/module.cc:11083
54933 #, gcc-internal-format
54934 msgid "conflicting global module declaration %#qD"
54935 msgstr ""
54936
54937 #: cp/module.cc:11085
54938 #, gcc-internal-format
54939 msgid "existing declaration %#qD"
54940 msgstr ""
54941
54942 #: cp/module.cc:12149
54943 #, gcc-internal-format
54944 msgid "definition of %qD does not match"
54945 msgstr ""
54946
54947 #: cp/module.cc:12151
54948 #, gcc-internal-format
54949 msgid "existing definition %qD"
54950 msgstr ""
54951
54952 #: cp/module.cc:12163
54953 #, gcc-internal-format
54954 msgid "... this enumerator %qD"
54955 msgstr ""
54956
54957 #: cp/module.cc:12165
54958 #, gcc-internal-format
54959 msgid "enumerator %qD does not match ..."
54960 msgstr ""
54961
54962 #: cp/module.cc:12171
54963 #, gcc-internal-format
54964 msgid "additional enumerators beginning with %qD"
54965 msgstr ""
54966
54967 #: cp/module.cc:12175
54968 #, gcc-internal-format
54969 msgid "enumeration range differs"
54970 msgstr ""
54971
54972 #: cp/module.cc:13294
54973 #, gcc-internal-format
54974 msgid "%q#D references internal linkage entity %q#D"
54975 msgstr ""
54976
54977 #: cp/module.cc:13863
54978 #, gcc-internal-format
54979 msgid "recursive lazy load"
54980 msgstr ""
54981
54982 #. Cannot import the current module.
54983 #: cp/module.cc:13882
54984 #, gcc-internal-format
54985 msgid "cannot import module in its own purview"
54986 msgstr ""
54987
54988 #: cp/module.cc:13883 cp/module.cc:18966
54989 #, gcc-internal-format
54990 msgid "module %qs declared here"
54991 msgstr ""
54992
54993 #: cp/module.cc:14228
54994 #, gcc-internal-format
54995 msgid "indirect import %qs is not already loaded"
54996 msgstr ""
54997
54998 #: cp/module.cc:14234
54999 #, gcc-internal-format
55000 msgid "import %qs has CRC mismatch"
55001 msgstr ""
55002
55003 #: cp/module.cc:15933
55004 #, gcc-internal-format
55005 msgid "unable to represent further imported source locations"
55006 msgstr ""
55007
55008 #: cp/module.cc:16846
55009 #, gcc-internal-format
55010 msgid "not exporting %<#define %E%> as it is a keyword"
55011 msgstr ""
55012
55013 #: cp/module.cc:17083
55014 #, gcc-internal-format
55015 msgid "macro definitions of %qE corrupted"
55016 msgstr ""
55017
55018 #: cp/module.cc:17107 cp/module.cc:17110
55019 #, gcc-internal-format
55020 msgid "inconsistent imported macro definition %qE"
55021 msgstr ""
55022
55023 #: cp/module.cc:17116
55024 #, gcc-internal-format
55025 msgid "%<#undef %E%>"
55026 msgstr ""
55027
55028 #: cp/module.cc:17118
55029 #, gcc-internal-format
55030 msgid "%<#define %s%>"
55031 msgstr ""
55032
55033 #: cp/module.cc:17348
55034 #, gcc-internal-format
55035 msgid "compiled module file is %qs"
55036 msgstr ""
55037
55038 #: cp/module.cc:17385 cp/module.cc:17390
55039 #, gcc-internal-format, gfc-internal-format
55040 msgid "compiled module is %sversion %s"
55041 msgstr "kompilirani modul je %sversion %s"
55042
55043 #: cp/module.cc:17396
55044 #, gcc-internal-format, gfc-internal-format
55045 msgid "compiler is %sversion %s%s%s"
55046 msgstr "kompajler je %sversion %s%s%s"
55047
55048 #: cp/module.cc:17426
55049 #, gcc-internal-format
55050 msgid "module %qs found"
55051 msgstr ""
55052
55053 #: cp/module.cc:17428
55054 #, gcc-internal-format
55055 msgid "header module expected, module %qs found"
55056 msgstr ""
55057
55058 #: cp/module.cc:17429
55059 #, gcc-internal-format
55060 msgid "module %qs expected, header module found"
55061 msgstr ""
55062
55063 #: cp/module.cc:17444
55064 #, gcc-internal-format
55065 msgid "module %qs CRC mismatch"
55066 msgstr ""
55067
55068 #: cp/module.cc:17458
55069 #, gcc-internal-format
55070 msgid "target & host is %qs:%qs, expected %qs:%qs"
55071 msgstr ""
55072
55073 #: cp/module.cc:17470
55074 #, gcc-internal-format
55075 msgid "language dialect differs %qs, expected %qs"
55076 msgstr ""
55077
55078 #: cp/module.cc:17486
55079 #, gcc-internal-format
55080 msgid "module contains OpenMP, use %<-fopenmp%> to enable"
55081 msgstr ""
55082
55083 #: cp/module.cc:17503
55084 #, gcc-internal-format
55085 msgid "fixed tree mismatch"
55086 msgstr ""
55087
55088 #: cp/module.cc:17590
55089 #, gcc-internal-format
55090 msgid "interface partition is not exported"
55091 msgstr ""
55092
55093 #: cp/module.cc:18124
55094 #, gcc-internal-format, gfc-internal-format
55095 msgid "failed to read compiled module cluster %u: %s"
55096 msgstr ""
55097
55098 #: cp/module.cc:18162
55099 #, gcc-internal-format, gfc-internal-format
55100 msgid "failed to read compiled module: %s"
55101 msgstr "nije uspjelo pročitati kompilirani modul: %s"
55102
55103 #: cp/module.cc:18172
55104 #, gcc-internal-format
55105 msgid "consider using %<-fno-module-lazy%>, increasing %<-param-lazy-modules=%u%> value, or increasing the per-process file descriptor limit"
55106 msgstr ""
55107
55108 #: cp/module.cc:18177
55109 #, gcc-internal-format
55110 msgid "imports must be built before being imported"
55111 msgstr ""
55112
55113 #: cp/module.cc:18180
55114 #, gcc-internal-format
55115 msgid "returning to the gate for a mechanical issue"
55116 msgstr ""
55117
55118 #: cp/module.cc:18671
55119 #, gcc-internal-format
55120 msgid "reading CMI %qs"
55121 msgstr "čitamo CMI %qs"
55122
55123 #: cp/module.cc:18815
55124 #, gcc-internal-format
55125 msgid "failed to load binding %<%E%s%E%>"
55126 msgstr "nije uspjelo učitati vezanja %<%E%s%E%>"
55127
55128 #: cp/module.cc:18816
55129 #, gcc-internal-format
55130 msgid "failed to load binding %<%E%s%E@%s%>"
55131 msgstr ""
55132
55133 #: cp/module.cc:18823
55134 #, gcc-internal-format
55135 msgid "during load of binding %<%E%s%E%>"
55136 msgstr ""
55137
55138 #: cp/module.cc:18824
55139 #, gcc-internal-format
55140 msgid "during load of binding %<%E%s%E@%s%>"
55141 msgstr ""
55142
55143 #: cp/module.cc:18882
55144 #, gcc-internal-format
55145 msgid "failed to load pendings for %<%E%s%E%>"
55146 msgstr "nije uspjelo učitati jedinice na čekanju za %<%E%s%E%>"
55147
55148 #: cp/module.cc:18886
55149 #, gcc-internal-format
55150 msgid "during load of pendings for %<%E%s%E%>"
55151 msgstr ""
55152
55153 #. Only header units should appear inside language
55154 #. specifications.  The std doesn't specify this, but I think
55155 #. that's an error in resolving US 033, because language linkage
55156 #. is also our escape clause to getting things into the global
55157 #. module, so we don't want to confuse things by having to think
55158 #. about whether 'extern "C++" { import foo; }' puts foo's
55159 #. contents into the global module all of a sudden.
55160 #: cp/module.cc:18931
55161 #, gcc-internal-format
55162 msgid "import of named module %qs inside language-linkage block"
55163 msgstr ""
55164
55165 #: cp/module.cc:18961
55166 #, gcc-internal-format
55167 msgid "module already declared"
55168 msgstr ""
55169
55170 #: cp/module.cc:18962
55171 #, gcc-internal-format
55172 msgid "module already imported"
55173 msgstr ""
55174
55175 #: cp/module.cc:18967
55176 #, gcc-internal-format
55177 msgid "module %qs imported here"
55178 msgstr ""
55179
55180 #: cp/module.cc:19154
55181 #, gcc-internal-format, gfc-internal-format
55182 msgid "unknown Compiled Module Interface: %s"
55183 msgstr ""
55184
55185 #: cp/module.cc:19197
55186 #, gcc-internal-format
55187 msgid "cannot determine %<#include%> translation of %s: %s"
55188 msgstr ""
55189
55190 #: cp/module.cc:19215
55191 #, gcc-internal-format
55192 msgid "include %qs translated to import"
55193 msgstr ""
55194
55195 #: cp/module.cc:19216
55196 #, gcc-internal-format
55197 msgid "include %qs processed textually"
55198 msgstr ""
55199
55200 #: cp/module.cc:19573
55201 #, gcc-internal-format
55202 msgid "C++ modules are incompatible with precompiled headers"
55203 msgstr ""
55204
55205 #: cp/module.cc:19577
55206 #, gcc-internal-format
55207 msgid "C++ modules are incompatible with traditional preprocessing"
55208 msgstr ""
55209
55210 #: cp/module.cc:19587
55211 #, gcc-internal-format
55212 msgid "macro debug output may be incomplete with modules"
55213 msgstr ""
55214
55215 #: cp/module.cc:19588
55216 #, gcc-internal-format
55217 msgid "module dependencies require preprocessing"
55218 msgstr ""
55219
55220 #: cp/module.cc:19590
55221 #, gcc-internal-format
55222 msgid "you should use the %<-%s%> option"
55223 msgstr ""
55224
55225 #: cp/module.cc:19625 cp/module.cc:19654
55226 #, gcc-internal-format
55227 msgid "invalid header name %qs"
55228 msgstr ""
55229
55230 #: cp/module.cc:19664
55231 #, gcc-internal-format
55232 msgid "invalid module name %qs"
55233 msgstr ""
55234
55235 #: cp/module.cc:19830
55236 #, gcc-internal-format
55237 msgid "%<-fmodule-only%> used for non-interface"
55238 msgstr ""
55239
55240 #: cp/module.cc:19870
55241 #, gcc-internal-format
55242 msgid "writing CMI %qs"
55243 msgstr ""
55244
55245 #: cp/module.cc:19875
55246 #, gcc-internal-format
55247 msgid "not writing module %qs due to errors"
55248 msgstr ""
55249
55250 #: cp/module.cc:19903
55251 #, gcc-internal-format, gfc-internal-format
55252 msgid "failed to write compiled module: %s"
55253 msgstr "nije uspjelo zapisati kompilirani modul: %s"
55254
55255 #: cp/module.cc:20040
55256 #, gcc-internal-format
55257 msgid "unknown header kind %qs"
55258 msgstr ""
55259
55260 #: cp/name-lookup.cc:2730
55261 #, gcc-internal-format
55262 msgid "redeclaration of %q#D with different template parameters"
55263 msgstr ""
55264
55265 #: cp/name-lookup.cc:2736
55266 #, gcc-internal-format
55267 msgid "%q#D conflicts with a previous declaration"
55268 msgstr ""
55269
55270 #: cp/name-lookup.cc:2901
55271 #, gcc-internal-format
55272 msgid "%q#D hides constructor for %q#D"
55273 msgstr "%q#D skriva konstruktora za %q#D"
55274
55275 #: cp/name-lookup.cc:3050
55276 #, gcc-internal-format
55277 msgid "conflicting C language linkage declaration %q#D"
55278 msgstr ""
55279
55280 #: cp/name-lookup.cc:3055
55281 #, gcc-internal-format
55282 msgid "due to different exception specifications"
55283 msgstr ""
55284
55285 #: cp/name-lookup.cc:3153
55286 #, gcc-internal-format
55287 msgid "lambda parameter %qD previously declared as a capture"
55288 msgstr ""
55289
55290 #: cp/name-lookup.cc:3176
55291 #, gcc-internal-format
55292 msgid "declaration of %q#D shadows a parameter"
55293 msgstr ""
55294
55295 #: cp/name-lookup.cc:3311
55296 #, gcc-internal-format
55297 msgid "declaration of %qD shadows a member of %qT"
55298 msgstr ""
55299
55300 #: cp/name-lookup.cc:3772
55301 #, gcc-internal-format
55302 msgid "friend declaration %qD in local class without prior local declaration"
55303 msgstr ""
55304
55305 #: cp/name-lookup.cc:4239
55306 #, gcc-internal-format
55307 msgid "%s %<%s(%E)%> %p %d"
55308 msgstr ""
55309
55310 #: cp/name-lookup.cc:4242
55311 #, gcc-internal-format
55312 msgid "%s %s %p %d"
55313 msgstr "%s %s %p %d"
55314
55315 #: cp/name-lookup.cc:4854
55316 #, gcc-internal-format
55317 msgid "%q#D does not have external linkage"
55318 msgstr ""
55319
55320 #: cp/name-lookup.cc:4856 cp/parser.cc:11376 cp/parser.cc:11386
55321 #: cp/semantics.cc:3926 cp/semantics.cc:3938
55322 #, gcc-internal-format
55323 msgid "%q#D declared here"
55324 msgstr ""
55325
55326 #: cp/name-lookup.cc:5568
55327 #, gcc-internal-format
55328 msgid "%<%T%s%D%> names destructor"
55329 msgstr ""
55330
55331 #: cp/name-lookup.cc:5584
55332 #, gcc-internal-format
55333 msgid "using-declaration for non-member at class scope"
55334 msgstr ""
55335
55336 #: cp/name-lookup.cc:5592
55337 #, gcc-internal-format
55338 msgid "%<using%> with enumeration scope %q#T only available with %<-std=c++20%> or %<-std=gnu++20%>"
55339 msgstr ""
55340
55341 #: cp/name-lookup.cc:5608 cp/pt.cc:18500
55342 #, gcc-internal-format
55343 msgid "%qT is not a class, namespace, or enumeration"
55344 msgstr ""
55345
55346 #: cp/name-lookup.cc:5618
55347 #, gcc-internal-format
55348 msgid "non-member using-declaration names constructor of %qT"
55349 msgstr ""
55350
55351 #: cp/name-lookup.cc:5629 cp/name-lookup.cc:5702
55352 #, gcc-internal-format
55353 msgid "using-declaration for member at non-class scope"
55354 msgstr ""
55355
55356 #: cp/name-lookup.cc:5652
55357 #, gcc-internal-format
55358 msgid "%qT is not a direct base of %qT"
55359 msgstr ""
55360
55361 #: cp/name-lookup.cc:5712
55362 #, gcc-internal-format
55363 msgid "did you mean %<using enum %T::%D%>?"
55364 msgstr ""
55365
55366 #: cp/name-lookup.cc:5724
55367 #, gcc-internal-format
55368 msgid "%qD has not been declared in %qD"
55369 msgstr ""
55370
55371 #: cp/name-lookup.cc:5738
55372 #, gcc-internal-format
55373 msgid "using-declaration may not name namespace %qD"
55374 msgstr ""
55375
55376 #: cp/name-lookup.cc:5749
55377 #, gcc-internal-format
55378 msgid "%<%T::%D%> names constructor in %qT"
55379 msgstr ""
55380
55381 #: cp/name-lookup.cc:5842
55382 #, gcc-internal-format
55383 msgid "declaration of %qD not in a namespace surrounding %qD"
55384 msgstr ""
55385
55386 #: cp/name-lookup.cc:5883
55387 #, gcc-internal-format
55388 msgid "explicit qualification in declaration of %qD"
55389 msgstr ""
55390
55391 #: cp/name-lookup.cc:5893
55392 #, gcc-internal-format
55393 msgid "%qD should have been declared inside %qD"
55394 msgstr ""
55395
55396 #: cp/name-lookup.cc:5946
55397 #, gcc-internal-format
55398 msgid "%qD has not been declared within %qD"
55399 msgstr ""
55400
55401 #: cp/name-lookup.cc:5948
55402 #, gcc-internal-format
55403 msgid "only here as a %<friend%>"
55404 msgstr ""
55405
55406 #: cp/name-lookup.cc:6002
55407 #, gcc-internal-format
55408 msgid "%qD attribute requires a single NTBS argument"
55409 msgstr ""
55410
55411 #: cp/name-lookup.cc:6009
55412 #, gcc-internal-format
55413 msgid "%qD attribute is meaningless since members of the anonymous namespace get local symbols"
55414 msgstr ""
55415
55416 #: cp/name-lookup.cc:6019 cp/name-lookup.cc:6046
55417 #, gcc-internal-format
55418 msgid "ignoring %qD attribute on anonymous namespace"
55419 msgstr ""
55420
55421 #: cp/name-lookup.cc:6025
55422 #, gcc-internal-format
55423 msgid "ignoring %qD attribute on non-inline namespace"
55424 msgstr ""
55425
55426 #: cp/name-lookup.cc:6062 cp/name-lookup.cc:8551
55427 #, gcc-internal-format
55428 msgid "%qD attribute directive ignored"
55429 msgstr ""
55430
55431 #: cp/name-lookup.cc:6388
55432 #, gcc-internal-format
55433 msgid "maximum limit of %d namespaces searched for %qE"
55434 msgstr ""
55435
55436 #: cp/name-lookup.cc:6440
55437 #, gcc-internal-format
55438 msgid "suggested alternative:"
55439 msgid_plural "suggested alternatives:"
55440 msgstr[0] ""
55441 msgstr[1] ""
55442 msgstr[2] ""
55443
55444 #: cp/name-lookup.cc:6446
55445 #, gcc-internal-format
55446 msgid "  %qE"
55447 msgstr ""
55448
55449 #: cp/name-lookup.cc:6975
55450 #, gcc-internal-format
55451 msgid "%<std::%s%> is defined in header %qs; did you forget to %<#include %s%>?"
55452 msgstr ""
55453
55454 #: cp/name-lookup.cc:6981
55455 #, gcc-internal-format
55456 msgid "%<std::%s%> is only available from %s onwards"
55457 msgstr ""
55458
55459 #: cp/name-lookup.cc:7417
55460 #, gcc-internal-format
55461 msgid "the macro %qs had not yet been defined"
55462 msgstr ""
55463
55464 #: cp/name-lookup.cc:7420
55465 #, gcc-internal-format
55466 msgid "it was later defined here"
55467 msgstr ""
55468
55469 #: cp/name-lookup.cc:8179
55470 #, gcc-internal-format
55471 msgid "declaration of %<std::initializer_list%> does not match %<#include <initializer_list>%>, isn%'t a template"
55472 msgstr ""
55473
55474 #: cp/name-lookup.cc:8535
55475 #, gcc-internal-format
55476 msgid "%<strong%> using directive no longer supported"
55477 msgstr ""
55478
55479 #: cp/name-lookup.cc:8538
55480 #, gcc-internal-format
55481 msgid "you can use an inline namespace instead"
55482 msgstr ""
55483
55484 #. We only allow depth 255.
55485 #: cp/name-lookup.cc:8637
55486 #, gcc-internal-format, gfc-internal-format
55487 msgid "cannot nest more than %d namespaces"
55488 msgstr ""
55489
55490 #: cp/name-lookup.cc:8734
55491 #, gcc-internal-format
55492 msgid "%<namespace %E%> is ambiguous"
55493 msgstr ""
55494
55495 #: cp/name-lookup.cc:8750
55496 #, gcc-internal-format
55497 msgid "namespace alias %qD not allowed here, assuming %qD"
55498 msgstr ""
55499
55500 #: cp/name-lookup.cc:8830
55501 #, gcc-internal-format
55502 msgid "inline namespace must be specified at initial definition"
55503 msgstr ""
55504
55505 #: cp/name-lookup.cc:8831
55506 #, gcc-internal-format
55507 msgid "%qD defined here"
55508 msgstr ""
55509
55510 #: cp/name-lookup.cc:8880
55511 #, gcc-internal-format
55512 msgid "%s namespace %qD conflicts with reachable definition"
55513 msgstr ""
55514
55515 #: cp/name-lookup.cc:8882
55516 #, gcc-internal-format, gfc-internal-format
55517 msgid "reachable %s definition here"
55518 msgstr ""
55519
55520 #: cp/name-lookup.cc:8925
55521 #, gcc-internal-format
55522 msgid "XXX entering %<pop_everything ()%>"
55523 msgstr ""
55524
55525 #: cp/name-lookup.cc:8934
55526 #, gcc-internal-format
55527 msgid "XXX leaving %<pop_everything ()%>"
55528 msgstr ""
55529
55530 #: cp/optimize.cc:612
55531 #, gcc-internal-format
55532 msgid "making multiple clones of %qD"
55533 msgstr ""
55534
55535 #: cp/parser.cc:899
55536 #, gcc-internal-format
55537 msgid "identifier %qE is a keyword in C++11"
55538 msgstr ""
55539
55540 #: cp/parser.cc:913
55541 #, gcc-internal-format
55542 msgid "identifier %qE is a keyword in C++20"
55543 msgstr ""
55544
55545 #: cp/parser.cc:1406 cp/parser.cc:1419
55546 #, gcc-internal-format
55547 msgid "%<LEXER_DEBUGGING_ENABLED_P%> is not set to true"
55548 msgstr ""
55549
55550 #: cp/parser.cc:1444 cp/parser.cc:45083
55551 #, gcc-internal-format
55552 msgid "%<#pragma omp declare %s%> not immediately followed by function declaration or definition"
55553 msgstr ""
55554
55555 #: cp/parser.cc:1484
55556 #, gcc-internal-format
55557 msgid "%<declare %s%> directive not immediately followed by function declaration or definition"
55558 msgstr ""
55559
55560 #: cp/parser.cc:3022
55561 #, gcc-internal-format
55562 msgid "%<#pragma%> is not allowed here"
55563 msgstr ""
55564
55565 #: cp/parser.cc:3151
55566 #, gcc-internal-format
55567 msgid "%<%E::%E%> has not been declared"
55568 msgstr ""
55569
55570 #: cp/parser.cc:3154
55571 #, gcc-internal-format
55572 msgid "%<::%E%> has not been declared"
55573 msgstr ""
55574
55575 #: cp/parser.cc:3157
55576 #, gcc-internal-format
55577 msgid "request for member %qE in non-class type %qT"
55578 msgstr ""
55579
55580 #: cp/parser.cc:3160 cp/parser.cc:20929
55581 #, gcc-internal-format
55582 msgid "%<%T::%E%> has not been declared"
55583 msgstr ""
55584
55585 #: cp/parser.cc:3170
55586 #, gcc-internal-format
55587 msgid "%<%E::%E%> is not a type"
55588 msgstr ""
55589
55590 #: cp/parser.cc:3174
55591 #, gcc-internal-format
55592 msgid "%<%E::%E%> is not a class or namespace"
55593 msgstr ""
55594
55595 #: cp/parser.cc:3179
55596 #, gcc-internal-format
55597 msgid "%<%E::%E%> is not a class, namespace, or enumeration"
55598 msgstr ""
55599
55600 #: cp/parser.cc:3192
55601 #, gcc-internal-format
55602 msgid "%<::%E%> is not a type"
55603 msgstr ""
55604
55605 #: cp/parser.cc:3195
55606 #, gcc-internal-format
55607 msgid "%<::%E%> is not a class or namespace"
55608 msgstr ""
55609
55610 #: cp/parser.cc:3199
55611 #, gcc-internal-format
55612 msgid "%<::%E%> is not a class, namespace, or enumeration"
55613 msgstr ""
55614
55615 #: cp/parser.cc:3211
55616 #, gcc-internal-format
55617 msgid "%qE is not a type"
55618 msgstr ""
55619
55620 #: cp/parser.cc:3214
55621 #, gcc-internal-format
55622 msgid "%qE is not a class or namespace"
55623 msgstr ""
55624
55625 #: cp/parser.cc:3218
55626 #, gcc-internal-format
55627 msgid "%qE is not a class, namespace, or enumeration"
55628 msgstr ""
55629
55630 #: cp/parser.cc:3282
55631 #, gcc-internal-format
55632 msgid "new types may not be defined in a return type"
55633 msgstr ""
55634
55635 #: cp/parser.cc:3284
55636 #, gcc-internal-format
55637 msgid "(perhaps a semicolon is missing after the definition of %qT)"
55638 msgstr ""
55639
55640 #: cp/parser.cc:3312
55641 #, gcc-internal-format
55642 msgid "%qE is not a class template"
55643 msgstr ""
55644
55645 #: cp/parser.cc:3314
55646 #, gcc-internal-format
55647 msgid "%qE is not a template"
55648 msgstr ""
55649
55650 #: cp/parser.cc:3317
55651 #, gcc-internal-format
55652 msgid "invalid template-id"
55653 msgstr ""
55654
55655 #: cp/parser.cc:3351
55656 #, gcc-internal-format
55657 msgid "ISO C++ forbids using a floating-point literal in a constant-expression"
55658 msgstr ""
55659
55660 #: cp/parser.cc:3355 cp/pt.cc:20161
55661 #, gcc-internal-format
55662 msgid "a cast to a type other than an integral or enumeration type cannot appear in a constant-expression"
55663 msgstr ""
55664
55665 #: cp/parser.cc:3360
55666 #, gcc-internal-format
55667 msgid "%<typeid%> operator cannot appear in a constant-expression"
55668 msgstr ""
55669
55670 #: cp/parser.cc:3364
55671 #, gcc-internal-format
55672 msgid "non-constant compound literals cannot appear in a constant-expression"
55673 msgstr ""
55674
55675 #: cp/parser.cc:3368
55676 #, gcc-internal-format
55677 msgid "a function call cannot appear in a constant-expression"
55678 msgstr ""
55679
55680 #: cp/parser.cc:3372
55681 #, gcc-internal-format
55682 msgid "an increment cannot appear in a constant-expression"
55683 msgstr ""
55684
55685 #: cp/parser.cc:3376
55686 #, gcc-internal-format
55687 msgid "an decrement cannot appear in a constant-expression"
55688 msgstr ""
55689
55690 #: cp/parser.cc:3380
55691 #, gcc-internal-format
55692 msgid "an array reference cannot appear in a constant-expression"
55693 msgstr ""
55694
55695 #: cp/parser.cc:3384
55696 #, gcc-internal-format
55697 msgid "the address of a label cannot appear in a constant-expression"
55698 msgstr ""
55699
55700 #: cp/parser.cc:3388
55701 #, gcc-internal-format
55702 msgid "calls to overloaded operators cannot appear in a constant-expression"
55703 msgstr ""
55704
55705 #: cp/parser.cc:3392
55706 #, gcc-internal-format
55707 msgid "an assignment cannot appear in a constant-expression"
55708 msgstr ""
55709
55710 #: cp/parser.cc:3395
55711 #, gcc-internal-format
55712 msgid "a comma operator cannot appear in a constant-expression"
55713 msgstr ""
55714
55715 #: cp/parser.cc:3399
55716 #, gcc-internal-format
55717 msgid "a call to a constructor cannot appear in a constant-expression"
55718 msgstr ""
55719
55720 #: cp/parser.cc:3403
55721 #, gcc-internal-format
55722 msgid "a transaction expression cannot appear in a constant-expression"
55723 msgstr ""
55724
55725 #: cp/parser.cc:3449
55726 #, gcc-internal-format
55727 msgid "%qs cannot appear in a constant-expression"
55728 msgstr ""
55729
55730 #: cp/parser.cc:3486
55731 #, gcc-internal-format
55732 msgid "class template argument deduction is only available with %<-std=c++17%> or %<-std=gnu++17%>"
55733 msgstr ""
55734
55735 #: cp/parser.cc:3491
55736 #, gcc-internal-format
55737 msgid "invalid use of destructor %qD as a type"
55738 msgstr ""
55739
55740 #. Something like 'unsigned A a;'
55741 #: cp/parser.cc:3494
55742 #, gcc-internal-format
55743 msgid "invalid combination of multiple type-specifiers"
55744 msgstr ""
55745
55746 #: cp/parser.cc:3507
55747 #, gcc-internal-format
55748 msgid "%qE does not name a type; did you mean %qs?"
55749 msgstr ""
55750
55751 #: cp/parser.cc:3511
55752 #, gcc-internal-format
55753 msgid "%qE does not name a type"
55754 msgstr ""
55755
55756 #: cp/parser.cc:3520
55757 #, gcc-internal-format
55758 msgid "C++11 %<constexpr%> only available with %<-std=c++11%> or %<-std=gnu++11%>"
55759 msgstr ""
55760
55761 #: cp/parser.cc:3523
55762 #, gcc-internal-format
55763 msgid "C++11 %<noexcept%> only available with %<-std=c++11%> or %<-std=gnu++11%>"
55764 msgstr ""
55765
55766 #: cp/parser.cc:3529
55767 #, gcc-internal-format
55768 msgid "%qE is not recognized as a module control-line"
55769 msgstr ""
55770
55771 #: cp/parser.cc:3532
55772 #, gcc-internal-format
55773 msgid "C++20 %qE only available with %<-fmodules-ts%>"
55774 msgstr ""
55775
55776 #: cp/parser.cc:3535
55777 #, gcc-internal-format
55778 msgid "C++20 %qE only available with %<-fmodules-ts%>, which is not yet enabled with %<-std=c++20%>"
55779 msgstr ""
55780
55781 #: cp/parser.cc:3541
55782 #, gcc-internal-format
55783 msgid "C++11 %<thread_local%> only available with %<-std=c++11%> or %<-std=gnu++11%>"
55784 msgstr ""
55785
55786 #: cp/parser.cc:3544
55787 #, gcc-internal-format
55788 msgid "C++20 %<constinit%> only available with %<-std=c++20%> or %<-std=gnu++20%>"
55789 msgstr ""
55790
55791 #: cp/parser.cc:3547
55792 #, gcc-internal-format
55793 msgid "%<concept%> only available with %<-std=c++20%> or %<-fconcepts%>"
55794 msgstr ""
55795
55796 #: cp/parser.cc:3550 cp/parser.cc:29904
55797 #, gcc-internal-format
55798 msgid "%<requires%> only available with %<-std=c++20%> or %<-fconcepts%>"
55799 msgstr ""
55800
55801 #: cp/parser.cc:3572
55802 #, gcc-internal-format
55803 msgid "(perhaps %<typename %T::%E%> was intended)"
55804 msgstr ""
55805
55806 #: cp/parser.cc:3600 cp/parser.cc:3612
55807 #, gcc-internal-format
55808 msgid "%qE in namespace %qE does not name a template type; did you mean %qs?"
55809 msgstr ""
55810
55811 #: cp/parser.cc:3605 cp/parser.cc:3617
55812 #, gcc-internal-format
55813 msgid "%qE in namespace %qE does not name a template type"
55814 msgstr ""
55815
55816 #: cp/parser.cc:3625
55817 #, gcc-internal-format
55818 msgid "%qE in namespace %qE does not name a type; did you mean %qs?"
55819 msgstr ""
55820
55821 #: cp/parser.cc:3630
55822 #, gcc-internal-format
55823 msgid "%qE in namespace %qE does not name a type"
55824 msgstr ""
55825
55826 #: cp/parser.cc:3641
55827 #, gcc-internal-format
55828 msgid "%<%T::%E%> names the constructor, not the type"
55829 msgstr ""
55830
55831 #: cp/parser.cc:3644
55832 #, gcc-internal-format
55833 msgid "and %qT has no template constructors"
55834 msgstr ""
55835
55836 #: cp/parser.cc:3654
55837 #, gcc-internal-format
55838 msgid "need %<typename%> before %<%T::%D::%E%> because %<%T::%D%> is a dependent scope"
55839 msgstr ""
55840
55841 #: cp/parser.cc:3662
55842 #, gcc-internal-format
55843 msgid "need %<typename%> before %<%T::%E%> because %qT is a dependent scope"
55844 msgstr ""
55845
55846 #: cp/parser.cc:3674 cp/parser.cc:3678
55847 #, gcc-internal-format
55848 msgid "%qE in %q#T does not name a template type"
55849 msgstr ""
55850
55851 #: cp/parser.cc:3682
55852 #, gcc-internal-format
55853 msgid "%qE in %q#T does not name a type"
55854 msgstr ""
55855
55856 #: cp/parser.cc:4364
55857 #, gcc-internal-format
55858 msgid "expected string-literal"
55859 msgstr ""
55860
55861 #: cp/parser.cc:4430
55862 #, gcc-internal-format
55863 msgid "inconsistent user-defined literal suffixes %qD and %qD in string literal"
55864 msgstr ""
55865
55866 #: cp/parser.cc:4449
55867 #, gcc-internal-format
55868 msgid "concatenation of string literals with conflicting encoding prefixes"
55869 msgstr ""
55870
55871 #: cp/parser.cc:4616
55872 #, gcc-internal-format
55873 msgid "unable to find character literal operator %qD with %qT argument"
55874 msgstr ""
55875
55876 #: cp/parser.cc:4722
55877 #, gcc-internal-format
55878 msgid "integer literal exceeds range of %qT type"
55879 msgstr ""
55880
55881 #: cp/parser.cc:4729
55882 #, gcc-internal-format
55883 msgid "floating literal exceeds range of %qT type"
55884 msgstr ""
55885
55886 #: cp/parser.cc:4733
55887 #, gcc-internal-format
55888 msgid "floating literal truncated to zero"
55889 msgstr ""
55890
55891 #: cp/parser.cc:4762
55892 #, gcc-internal-format
55893 msgid "failed to translate literal to execution character set %qT"
55894 msgstr ""
55895
55896 #: cp/parser.cc:4796
55897 #, gcc-internal-format
55898 msgid "unable to find numeric literal operator %qD"
55899 msgstr ""
55900
55901 #: cp/parser.cc:4802
55902 #, gcc-internal-format
55903 msgid "add %<using namespace std::complex_literals%> (from %<<complex>%>) to enable the C++14 user-defined literal suffixes"
55904 msgstr ""
55905
55906 #: cp/parser.cc:4806
55907 #, gcc-internal-format
55908 msgid "or use %<j%> instead of %<i%> for the GNU built-in suffix"
55909 msgstr ""
55910
55911 #: cp/parser.cc:4810
55912 #, gcc-internal-format
55913 msgid "use %<-fext-numeric-literals%> to enable more built-in suffixes"
55914 msgstr ""
55915
55916 #: cp/parser.cc:4894
55917 #, gcc-internal-format
55918 msgid "unable to find string literal operator %qD with %qT, %qT arguments"
55919 msgstr ""
55920
55921 #: cp/parser.cc:4988
55922 #, gcc-internal-format
55923 msgid "global module fragment contents must be from preprocessor inclusion"
55924 msgstr ""
55925
55926 #: cp/parser.cc:5003 cp/parser.cc:15172
55927 #, gcc-internal-format
55928 msgid "expected declaration"
55929 msgstr ""
55930
55931 #: cp/parser.cc:5364 cp/parser.cc:5379
55932 #, gcc-internal-format
55933 msgid "expected binary operator"
55934 msgstr ""
55935
55936 #: cp/parser.cc:5385
55937 #, gcc-internal-format
55938 msgid "expected ..."
55939 msgstr "očekujemo ..."
55940
55941 #: cp/parser.cc:5397
55942 #, gcc-internal-format
55943 msgid "binary expression in operand of fold-expression"
55944 msgstr "binarni izraz u operandu od „fold-expression“"
55945
55946 #: cp/parser.cc:5402
55947 #, gcc-internal-format
55948 msgid "conditional expression in operand of fold-expression"
55949 msgstr ""
55950
55951 #: cp/parser.cc:5410
55952 #, gcc-internal-format
55953 msgid "mismatched operator in fold-expression"
55954 msgstr ""
55955
55956 #: cp/parser.cc:5514
55957 #, gcc-internal-format
55958 msgid "fixed-point types not supported in C++"
55959 msgstr ""
55960
55961 #: cp/parser.cc:5597
55962 #, gcc-internal-format
55963 msgid "ISO C++ forbids braced-groups within expressions"
55964 msgstr ""
55965
55966 #: cp/parser.cc:5609
55967 #, gcc-internal-format
55968 msgid "statement-expressions are not allowed outside functions nor in template-argument lists"
55969 msgstr ""
55970
55971 #: cp/parser.cc:5649
55972 #, gcc-internal-format
55973 msgid "fold-expressions only available with %<-std=c++17%> or %<-std=gnu++17%>"
55974 msgstr ""
55975
55976 #: cp/parser.cc:5710 cp/parser.cc:5891 cp/parser.cc:6072 cp/semantics.cc:4080
55977 #, gcc-internal-format
55978 msgid "expected primary-expression"
55979 msgstr ""
55980
55981 #: cp/parser.cc:5740
55982 #, gcc-internal-format
55983 msgid "%<this%> may not be used in this context"
55984 msgstr ""
55985
55986 #: cp/parser.cc:5885
55987 #, gcc-internal-format
55988 msgid "a template declaration cannot appear at block scope"
55989 msgstr ""
55990
55991 #: cp/parser.cc:6226
55992 #, gcc-internal-format
55993 msgid "expected id-expression"
55994 msgstr ""
55995
55996 #: cp/parser.cc:6264
55997 #, gcc-internal-format
55998 msgid "expected %qs keyword before dependent template name"
55999 msgstr ""
56000
56001 #: cp/parser.cc:6391
56002 #, gcc-internal-format
56003 msgid "scope %qT before %<~%> is not a class-name"
56004 msgstr ""
56005
56006 #: cp/parser.cc:6401
56007 #, gcc-internal-format
56008 msgid "%<template%> keyword not permitted in destructor name"
56009 msgstr ""
56010
56011 #: cp/parser.cc:6438 cp/parser.cc:8553
56012 #, gcc-internal-format
56013 msgid "%<~auto%> only available with %<-std=c++14%> or %<-std=gnu++14%>"
56014 msgstr ""
56015
56016 #: cp/parser.cc:6450
56017 #, gcc-internal-format
56018 msgid "template-id not allowed for destructor"
56019 msgstr ""
56020
56021 #: cp/parser.cc:6559
56022 #, gcc-internal-format
56023 msgid "declaration of %<~%T%> as member of %qT"
56024 msgstr ""
56025
56026 #: cp/parser.cc:6574
56027 #, gcc-internal-format
56028 msgid "typedef-name %qD used as destructor declarator"
56029 msgstr ""
56030
56031 #: cp/parser.cc:6610 cp/parser.cc:23379
56032 #, gcc-internal-format
56033 msgid "expected unqualified-id"
56034 msgstr ""
56035
56036 #: cp/parser.cc:6637 cp/typeck.cc:3020 cp/typeck.cc:3023 cp/typeck.cc:3040
56037 #, gcc-internal-format
56038 msgid "%qD is not a template"
56039 msgstr ""
56040
56041 #: cp/parser.cc:6751
56042 #, gcc-internal-format
56043 msgid "found %<:%> in nested-name-specifier, expected %<::%>"
56044 msgstr ""
56045
56046 #: cp/parser.cc:6832
56047 #, gcc-internal-format
56048 msgid "%<decltype%> evaluates to %qT, which is not a class or enumeration type"
56049 msgstr ""
56050
56051 #: cp/parser.cc:6859 cp/parser.cc:6870
56052 #, gcc-internal-format
56053 msgid "concept-id %qD in nested-name-specifier"
56054 msgstr ""
56055
56056 #: cp/parser.cc:6862
56057 #, gcc-internal-format
56058 msgid "function template-id %qD in nested-name-specifier"
56059 msgstr ""
56060
56061 #: cp/parser.cc:6876
56062 #, gcc-internal-format
56063 msgid "variable template-id %qD in nested-name-specifier"
56064 msgstr ""
56065
56066 #: cp/parser.cc:7050
56067 #, gcc-internal-format
56068 msgid "expected nested-name-specifier"
56069 msgstr ""
56070
56071 #: cp/parser.cc:7257 cp/parser.cc:9798
56072 #, gcc-internal-format
56073 msgid "types may not be defined in casts"
56074 msgstr ""
56075
56076 #: cp/parser.cc:7346
56077 #, gcc-internal-format
56078 msgid "types may not be defined in a %<typeid%> expression"
56079 msgstr ""
56080
56081 #: cp/parser.cc:7438
56082 #, gcc-internal-format
56083 msgid "wrong number of arguments to %<__builtin_addressof%>"
56084 msgstr ""
56085
56086 #: cp/parser.cc:7450 cp/pt.cc:20841
56087 #, gcc-internal-format
56088 msgid "wrong number of arguments to %<__builtin_launder%>"
56089 msgstr ""
56090
56091 #: cp/parser.cc:7463
56092 #, gcc-internal-format
56093 msgid "wrong number of arguments to %<__builtin_assoc_barrier%>"
56094 msgstr ""
56095
56096 #: cp/parser.cc:7489
56097 #, gcc-internal-format
56098 msgid "wrong number of arguments to %<__builtin_shufflevector%>"
56099 msgstr ""
56100
56101 #: cp/parser.cc:7627
56102 #, gcc-internal-format
56103 msgid "ISO C++ forbids compound-literals"
56104 msgstr ""
56105
56106 #: cp/parser.cc:7686
56107 #, gcc-internal-format
56108 msgid "two consecutive %<[%> shall only introduce an attribute"
56109 msgstr ""
56110
56111 #: cp/parser.cc:8326 cp/typeck.cc:2908
56112 #, gcc-internal-format
56113 msgid "invalid use of %qD"
56114 msgstr ""
56115
56116 #: cp/parser.cc:8335
56117 #, gcc-internal-format
56118 msgid "%<%D::%D%> is not a class member"
56119 msgstr ""
56120
56121 #: cp/parser.cc:8605
56122 #, gcc-internal-format
56123 msgid "non-scalar type"
56124 msgstr ""
56125
56126 #: cp/parser.cc:8715
56127 #, gcc-internal-format
56128 msgid "ISO C++ does not allow %<alignof%> with a non-type"
56129 msgstr ""
56130
56131 #: cp/parser.cc:8810
56132 #, gcc-internal-format
56133 msgid "types may not be defined in %<noexcept%> expressions"
56134 msgstr ""
56135
56136 #: cp/parser.cc:9084 cp/parser.cc:32451
56137 #, gcc-internal-format
56138 msgid "types may not be defined in %qs expressions"
56139 msgstr ""
56140
56141 #: cp/parser.cc:9149
56142 #, gcc-internal-format
56143 msgid "%<__builtin_has_attribute%> with dependent argument not supported yet"
56144 msgstr ""
56145
56146 #: cp/parser.cc:9235
56147 #, gcc-internal-format
56148 msgid "types may not be defined in a new-expression"
56149 msgstr ""
56150
56151 #: cp/parser.cc:9251
56152 #, gcc-internal-format
56153 msgid "array bound forbidden after parenthesized type-id"
56154 msgstr ""
56155
56156 #: cp/parser.cc:9253
56157 #, gcc-internal-format
56158 msgid "try removing the parentheses around the type-id"
56159 msgstr ""
56160
56161 #: cp/parser.cc:9285
56162 #, gcc-internal-format
56163 msgid "initialization of new-expression for type %<auto%> requires exactly one element"
56164 msgstr ""
56165
56166 #: cp/parser.cc:9330
56167 #, gcc-internal-format
56168 msgid "expected expression-list or type-id"
56169 msgstr ""
56170
56171 #: cp/parser.cc:9359
56172 #, gcc-internal-format
56173 msgid "types may not be defined in a new-type-id"
56174 msgstr ""
56175
56176 #: cp/parser.cc:9494
56177 #, gcc-internal-format
56178 msgid "expression in new-declarator must have integral or enumeration type"
56179 msgstr ""
56180
56181 #: cp/parser.cc:9903
56182 #, gcc-internal-format
56183 msgid "use of old-style cast to %q#T"
56184 msgstr ""
56185
56186 #: cp/parser.cc:10052
56187 #, gcc-internal-format
56188 msgid "%<>>%> operator is treated as two right angle brackets in C++11"
56189 msgstr ""
56190
56191 #: cp/parser.cc:10055
56192 #, gcc-internal-format
56193 msgid "suggest parentheses around %<>>%> expression"
56194 msgstr ""
56195
56196 #: cp/parser.cc:10263
56197 #, gcc-internal-format
56198 msgid "ISO C++ does not allow %<?:%> with omitted middle operand"
56199 msgstr ""
56200
56201 #: cp/parser.cc:10552
56202 #, gcc-internal-format
56203 msgid "top-level comma expression in array subscript is deprecated"
56204 msgstr ""
56205
56206 #: cp/parser.cc:10709
56207 #, gcc-internal-format
56208 msgid "types may not be defined within %<__builtin_offsetof%>"
56209 msgstr ""
56210
56211 #: cp/parser.cc:11021
56212 #, gcc-internal-format
56213 msgid "lambda-expression in template parameter type"
56214 msgstr ""
56215
56216 #: cp/parser.cc:11031
56217 #, gcc-internal-format
56218 msgid "lambda-expression in unevaluated context only available with %<-std=c++20%> or %<-std=gnu++20%>"
56219 msgstr ""
56220
56221 #: cp/parser.cc:11041
56222 #, gcc-internal-format
56223 msgid "lambda-expression in template-argument only available with %<-std=c++20%> or %<-std=gnu++20%>"
56224 msgstr ""
56225
56226 #: cp/parser.cc:11199
56227 #, gcc-internal-format
56228 msgid "non-local lambda expression cannot have a capture-default"
56229 msgstr ""
56230
56231 #: cp/parser.cc:11221
56232 #, gcc-internal-format
56233 msgid "expected end of capture-list"
56234 msgstr ""
56235
56236 #: cp/parser.cc:11237
56237 #, gcc-internal-format
56238 msgid "explicit by-copy capture of %<this%> with by-copy capture default only available with %<-std=c++20%> or %<-std=gnu++20%>"
56239 msgstr ""
56240
56241 #: cp/parser.cc:11243 cp/parser.cc:11265 cp/parser.cc:11458
56242 #, gcc-internal-format
56243 msgid "already captured %qD in lambda expression"
56244 msgstr ""
56245
56246 #: cp/parser.cc:11259
56247 #, gcc-internal-format
56248 msgid "%<*this%> capture only available with %<-std=c++17%> or %<-std=gnu++17%>"
56249 msgstr ""
56250
56251 #: cp/parser.cc:11279
56252 #, gcc-internal-format
56253 msgid "%<this%> cannot be captured by reference"
56254 msgstr ""
56255
56256 #: cp/parser.cc:11299
56257 #, gcc-internal-format
56258 msgid "pack init-capture only available with %<-std=c++20%> or %<-std=gnu++20%>"
56259 msgstr ""
56260
56261 #: cp/parser.cc:11310
56262 #, gcc-internal-format
56263 msgid "%<&%> should come before %<...%>"
56264 msgstr ""
56265
56266 #: cp/parser.cc:11341
56267 #, gcc-internal-format
56268 msgid "lambda capture initializers only available with %<-std=c++14%> or %<-std=gnu++14%>"
56269 msgstr ""
56270
56271 #: cp/parser.cc:11348
56272 #, gcc-internal-format
56273 msgid "empty initializer for lambda init-capture"
56274 msgstr ""
56275
56276 #: cp/parser.cc:11372
56277 #, gcc-internal-format
56278 msgid "capture of non-variable %qE"
56279 msgstr ""
56280
56281 #: cp/parser.cc:11382
56282 #, gcc-internal-format
56283 msgid "capture of variable %qD with non-automatic storage duration"
56284 msgstr ""
56285
56286 #: cp/parser.cc:11420
56287 #, gcc-internal-format
56288 msgid "too many %<...%> in lambda capture"
56289 msgstr ""
56290
56291 #: cp/parser.cc:11431
56292 #, gcc-internal-format
56293 msgid "explicit by-copy capture of %qD redundant with by-copy capture default"
56294 msgstr ""
56295
56296 #: cp/parser.cc:11436
56297 #, gcc-internal-format
56298 msgid "explicit by-reference capture of %qD redundant with by-reference capture default"
56299 msgstr ""
56300
56301 #: cp/parser.cc:11515
56302 #, gcc-internal-format
56303 msgid "lambda templates are only available with %<-std=c++14%> or %<-std=gnu++14%>"
56304 msgstr ""
56305
56306 #: cp/parser.cc:11519
56307 #, gcc-internal-format
56308 msgid "lambda templates are only available with %<-std=c++20%> or %<-std=gnu++20%>"
56309 msgstr ""
56310
56311 #: cp/parser.cc:11588
56312 #, gcc-internal-format
56313 msgid "default argument specified for lambda parameter"
56314 msgstr ""
56315
56316 #: cp/parser.cc:11607
56317 #, gcc-internal-format
56318 msgid "parameter declaration before lambda declaration specifiers only optional with %<-std=c++2b%> or %<-std=gnu++2b%>"
56319 msgstr ""
56320
56321 #: cp/parser.cc:11619
56322 #, gcc-internal-format
56323 msgid "duplicate %<mutable%>"
56324 msgstr ""
56325
56326 #: cp/parser.cc:11626
56327 #, gcc-internal-format
56328 msgid "parameter declaration before lambda transaction qualifier only optional with %<-std=c++2b%> or %<-std=gnu++2b%>"
56329 msgstr ""
56330
56331 #: cp/parser.cc:11639
56332 #, gcc-internal-format
56333 msgid "parameter declaration before lambda exception specification only optional with %<-std=c++2b%> or %<-std=gnu++2b%>"
56334 msgstr ""
56335
56336 #: cp/parser.cc:11657
56337 #, gcc-internal-format
56338 msgid "parameter declaration before lambda trailing return type only optional with %<-std=c++2b%> or %<-std=gnu++2b%>"
56339 msgstr ""
56340
56341 #: cp/parser.cc:11699
56342 #, gcc-internal-format
56343 msgid "%<constexpr%> lambda only available with %<-std=c++17%> or %<-std=gnu++17%>"
56344 msgstr ""
56345
56346 #: cp/parser.cc:11859 cp/parser.cc:11998 cp/parser.cc:45689
56347 #, gcc-internal-format
56348 msgid "mixing OpenMP directives with attribute and pragma syntax on the same statement"
56349 msgstr ""
56350
56351 #: cp/parser.cc:11885 cp/parser.cc:45671
56352 #, gcc-internal-format
56353 msgid "unknown OpenMP directive name in %<omp::directive%> attribute argument"
56354 msgstr ""
56355
56356 #: cp/parser.cc:11967
56357 #, gcc-internal-format
56358 msgid "OpenMP construct among %<omp::directive%> attributes requires all %<omp::directive%> attributes on the same statement to be in the same %<omp::sequence%>"
56359 msgstr ""
56360
56361 #: cp/parser.cc:11975
56362 #, gcc-internal-format
56363 msgid "multiple OpenMP standalone directives among %<omp::directive%> attributes must be all within the same %<omp::sequence%>"
56364 msgstr ""
56365
56366 #: cp/parser.cc:11987
56367 #, gcc-internal-format
56368 msgid "standalone OpenMP directives in %<omp::directive%> attribute can only appear on an empty statement"
56369 msgstr ""
56370
56371 #: cp/parser.cc:12107
56372 #, gcc-internal-format
56373 msgid "mixing OpenMP directives with attribute and pragma syntax on the same declaration"
56374 msgstr ""
56375
56376 #: cp/parser.cc:12530 cp/parser.cc:12731
56377 #, gcc-internal-format
56378 msgid "attributes at the beginning of statement are ignored"
56379 msgstr ""
56380
56381 #: cp/parser.cc:12570
56382 #, gcc-internal-format
56383 msgid "expected labeled-statement"
56384 msgstr ""
56385
56386 #: cp/parser.cc:12619
56387 #, gcc-internal-format
56388 msgid "case label %qE not within a switch statement"
56389 msgstr ""
56390
56391 #: cp/parser.cc:12738
56392 #, gcc-internal-format
56393 msgid "need %<typename%> before %qE because %qT is a dependent scope"
56394 msgstr ""
56395
56396 #: cp/parser.cc:12747
56397 #, gcc-internal-format
56398 msgid "%<%T::%D%> names the constructor, not the type"
56399 msgstr ""
56400
56401 #: cp/parser.cc:12795
56402 #, gcc-internal-format
56403 msgid "compound-statement in %<constexpr%> function"
56404 msgstr ""
56405
56406 #: cp/parser.cc:12959
56407 #, gcc-internal-format
56408 msgid "%<if constexpr%> only available with %<-std=c++17%> or %<-std=gnu++17%>"
56409 msgstr ""
56410
56411 #: cp/parser.cc:12981
56412 #, gcc-internal-format
56413 msgid "%<if consteval%> only available with %<-std=c++2b%> or %<-std=gnu++2b%>"
56414 msgstr ""
56415
56416 #: cp/parser.cc:13006 cp/parser.cc:13041
56417 #, gcc-internal-format
56418 msgid "%<if consteval%> requires compound statement"
56419 msgstr ""
56420
56421 #: cp/parser.cc:13083
56422 #, gcc-internal-format
56423 msgid "init-statement in selection statements only available with %<-std=c++17%> or %<-std=gnu++17%>"
56424 msgstr ""
56425
56426 #: cp/parser.cc:13251 cp/parser.cc:32938
56427 #, gcc-internal-format
56428 msgid "expected selection-statement"
56429 msgstr ""
56430
56431 #: cp/parser.cc:13292
56432 #, gcc-internal-format
56433 msgid "condition declares an array"
56434 msgstr ""
56435
56436 #: cp/parser.cc:13294
56437 #, gcc-internal-format
56438 msgid "condition declares a function"
56439 msgstr ""
56440
56441 #: cp/parser.cc:13334
56442 #, gcc-internal-format
56443 msgid "types may not be defined in conditions"
56444 msgstr ""
56445
56446 #. Anything else is an error.
56447 #: cp/parser.cc:13416 cp/parser.cc:22659 cp/parser.cc:25178
56448 #, gcc-internal-format
56449 msgid "expected initializer"
56450 msgstr ""
56451
56452 #: cp/parser.cc:13466
56453 #, gcc-internal-format
56454 msgid "range-based %<for%> loops with initializer only available with %<-std=c++20%> or %<-std=gnu++20%>"
56455 msgstr ""
56456
56457 #: cp/parser.cc:13717
56458 #, gcc-internal-format
56459 msgid "loop variable %qD of type %qT binds to a temporary constructed from type %qT"
56460 msgstr ""
56461
56462 #. rval
56463 #: cp/parser.cc:13724
56464 #, gcc-internal-format
56465 msgid "use non-reference type %qT to make the copy explicit or %qT to prevent copying"
56466 msgstr ""
56467
56468 #: cp/parser.cc:13749
56469 #, gcc-internal-format
56470 msgid "loop variable %qD creates a copy from type %qT"
56471 msgstr ""
56472
56473 #: cp/parser.cc:13754
56474 #, gcc-internal-format
56475 msgid "use reference type to prevent copying"
56476 msgstr ""
56477
56478 #: cp/parser.cc:13897
56479 #, gcc-internal-format
56480 msgid "range-based %<for%> expression of type %qT has incomplete type"
56481 msgstr ""
56482
56483 #: cp/parser.cc:13981
56484 #, gcc-internal-format
56485 msgid "inconsistent begin/end types in range-based %<for%> statement: %qT and %qT"
56486 msgstr ""
56487
56488 #: cp/parser.cc:14124 cp/parser.cc:32941
56489 #, gcc-internal-format
56490 msgid "expected iteration-statement"
56491 msgstr ""
56492
56493 #: cp/parser.cc:14169
56494 #, gcc-internal-format
56495 msgid "alias-declaration in init-statement only available with %<-std=c++23%> or %<-std=gnu++23%>"
56496 msgstr ""
56497
56498 #: cp/parser.cc:14186
56499 #, gcc-internal-format
56500 msgid "range-based %<for%> loops only available with %<-std=c++11%> or %<-std=gnu++11%>"
56501 msgstr ""
56502
56503 #: cp/parser.cc:14318
56504 #, gcc-internal-format
56505 msgid "%<goto%> in %<constexpr%> function only available with %<-std=c++2b%> or %<-std=gnu++2b%>"
56506 msgstr ""
56507
56508 #. Issue a warning about this use of a GNU extension.
56509 #: cp/parser.cc:14327
56510 #, gcc-internal-format
56511 msgid "ISO C++ forbids computed gotos"
56512 msgstr ""
56513
56514 #: cp/parser.cc:14340 cp/parser.cc:32944
56515 #, gcc-internal-format
56516 msgid "expected jump-statement"
56517 msgstr ""
56518
56519 #: cp/parser.cc:14517
56520 #, gcc-internal-format
56521 msgid "expected module-name"
56522 msgstr "očekivano je ime modula"
56523
56524 #: cp/parser.cc:14552
56525 #, gcc-internal-format
56526 msgid "module-declaration not permitted in header-unit"
56527 msgstr ""
56528
56529 #: cp/parser.cc:14577
56530 #, gcc-internal-format
56531 msgid "private module fragment only permitted in purview of module interface or partition"
56532 msgstr ""
56533
56534 #: cp/parser.cc:14582
56535 #, gcc-internal-format
56536 msgid "private module fragment"
56537 msgstr ""
56538
56539 #. Neither the first declaration, nor in a GMF.
56540 #: cp/parser.cc:14588
56541 #, gcc-internal-format
56542 msgid "module-declaration only permitted as first declaration, or ending a global module fragment"
56543 msgstr ""
56544
56545 #: cp/parser.cc:14625
56546 #, gcc-internal-format
56547 msgid "post-module-declaration imports must be contiguous"
56548 msgstr ""
56549
56550 #: cp/parser.cc:14628
56551 #, gcc-internal-format
56552 msgid "perhaps insert a line break, or other disambiguation, to prevent this being considered a module control-line"
56553 msgstr ""
56554
56555 #: cp/parser.cc:14636
56556 #, gcc-internal-format
56557 msgid "import-declaration must be at global scope"
56558 msgstr ""
56559
56560 #: cp/parser.cc:14649
56561 #, gcc-internal-format
56562 msgid "import cannot appear directly in a linkage-specification"
56563 msgstr ""
56564
56565 #: cp/parser.cc:14657
56566 #, gcc-internal-format
56567 msgid "post-module-declaration imports must not be include-translated"
56568 msgstr ""
56569
56570 #: cp/parser.cc:14662
56571 #, gcc-internal-format
56572 msgid "post-module-declaration imports must not be from header inclusion"
56573 msgstr ""
56574
56575 #: cp/parser.cc:14682
56576 #, gcc-internal-format
56577 msgid "%qE may only occur after a module interface declaration"
56578 msgstr ""
56579
56580 #: cp/parser.cc:14690
56581 #, gcc-internal-format
56582 msgid "%qE may only occur once in an export declaration"
56583 msgstr ""
56584
56585 #: cp/parser.cc:14711
56586 #, gcc-internal-format
56587 msgid "%<export%> not part of following module-directive"
56588 msgstr ""
56589
56590 #: cp/parser.cc:14798 cp/parser.cc:26998
56591 #, gcc-internal-format
56592 msgid "extra %<;%>"
56593 msgstr ""
56594
56595 #: cp/parser.cc:14856
56596 #, gcc-internal-format
56597 msgid "attributes are not permitted in this position"
56598 msgstr ""
56599
56600 #: cp/parser.cc:14860
56601 #, gcc-internal-format
56602 msgid "attributes may be inserted here"
56603 msgstr ""
56604
56605 #: cp/parser.cc:15077
56606 #, gcc-internal-format
56607 msgid "%<__label__%> not at the beginning of a block"
56608 msgstr ""
56609
56610 #: cp/parser.cc:15310
56611 #, gcc-internal-format
56612 msgid "non-variable %qD in declaration with more than one declarator with placeholder type"
56613 msgstr ""
56614
56615 #: cp/parser.cc:15330
56616 #, gcc-internal-format
56617 msgid "inconsistent deduction for %qT: %qT and then %qT"
56618 msgstr ""
56619
56620 #: cp/parser.cc:15351
56621 #, gcc-internal-format
56622 msgid "mixing declarations and function-definitions is forbidden"
56623 msgstr ""
56624
56625 #: cp/parser.cc:15376
56626 #, gcc-internal-format
56627 msgid "types may not be defined in a for-range-declaration"
56628 msgstr ""
56629
56630 #: cp/parser.cc:15431
56631 #, gcc-internal-format
56632 msgid "initializer in range-based %<for%> loop"
56633 msgstr ""
56634
56635 #: cp/parser.cc:15434
56636 #, gcc-internal-format
56637 msgid "multiple declarations in range-based %<for%> loop"
56638 msgstr ""
56639
56640 #: cp/parser.cc:15487
56641 #, gcc-internal-format
56642 msgid "structured bindings only available with %<-std=c++17%> or %<-std=gnu++17%>"
56643 msgstr ""
56644
56645 #: cp/parser.cc:15539
56646 #, gcc-internal-format
56647 msgid "empty structured binding declaration"
56648 msgstr ""
56649
56650 #: cp/parser.cc:15557
56651 #, gcc-internal-format
56652 msgid "invalid initializer for structured binding declaration"
56653 msgstr ""
56654
56655 #: cp/parser.cc:15726
56656 #, gcc-internal-format
56657 msgid "%<friend%> used outside of class"
56658 msgstr ""
56659
56660 #: cp/parser.cc:15765
56661 #, gcc-internal-format
56662 msgid "the %<bool%> keyword is not allowed in a C++20 concept definition"
56663 msgstr ""
56664
56665 #: cp/parser.cc:15768
56666 #, gcc-internal-format
56667 msgid "C++20 concept definition syntax is %<concept <name> = <expr>%>"
56668 msgstr ""
56669
56670 #: cp/parser.cc:15835
56671 #, gcc-internal-format
56672 msgid "%<auto%> changes meaning in C++11; please remove it"
56673 msgstr ""
56674
56675 #: cp/parser.cc:15871
56676 #, gcc-internal-format
56677 msgid "%qD invalid in condition"
56678 msgstr ""
56679
56680 #: cp/parser.cc:15878
56681 #, gcc-internal-format
56682 msgid "%qD invalid in lambda"
56683 msgstr ""
56684
56685 #: cp/parser.cc:15959
56686 #, gcc-internal-format
56687 msgid "type-specifier invalid in lambda"
56688 msgstr ""
56689
56690 #: cp/parser.cc:15971
56691 #, gcc-internal-format
56692 msgid "standard attributes in middle of decl-specifiers"
56693 msgstr ""
56694
56695 #: cp/parser.cc:15973
56696 #, gcc-internal-format
56697 msgid "standard attributes must precede the decl-specifiers to apply to the declaration, or follow them to apply to the type"
56698 msgstr ""
56699
56700 #: cp/parser.cc:15988
56701 #, gcc-internal-format
56702 msgid "class definition may not be declared a friend"
56703 msgstr ""
56704
56705 #: cp/parser.cc:16061 cp/parser.cc:27540
56706 #, gcc-internal-format
56707 msgid "templates may not be %<virtual%>"
56708 msgstr ""
56709
56710 #: cp/parser.cc:16080
56711 #, gcc-internal-format
56712 msgid "types may not be defined in explicit-specifier"
56713 msgstr ""
56714
56715 #: cp/parser.cc:16084
56716 #, gcc-internal-format
56717 msgid "%<explicit(bool)%> only available with %<-std=c++20%> or %<-std=gnu++20%>"
56718 msgstr ""
56719
56720 #: cp/parser.cc:16149
56721 #, gcc-internal-format
56722 msgid "invalid linkage-specification"
56723 msgstr ""
56724
56725 #: cp/parser.cc:16253
56726 #, gcc-internal-format
56727 msgid "%<static_assert%> without a message only available with %<-std=c++17%> or %<-std=gnu++17%>"
56728 msgstr ""
56729
56730 #: cp/parser.cc:16455
56731 #, gcc-internal-format
56732 msgid "%<decltype(auto)%> type specifier only available with %<-std=c++14%> or %<-std=gnu++14%>"
56733 msgstr ""
56734
56735 #: cp/parser.cc:16468
56736 #, gcc-internal-format
56737 msgid "types may not be defined in %<decltype%> expressions"
56738 msgstr ""
56739
56740 #: cp/parser.cc:16641
56741 #, gcc-internal-format
56742 msgid "types may not be defined in a conversion-type-id"
56743 msgstr ""
56744
56745 #: cp/parser.cc:16670
56746 #, gcc-internal-format
56747 msgid "invalid use of %<auto%> in conversion operator"
56748 msgstr ""
56749
56750 #: cp/parser.cc:16674
56751 #, gcc-internal-format
56752 msgid "use of %<auto%> in member template conversion operator can never be deduced"
56753 msgstr ""
56754
56755 #: cp/parser.cc:16758
56756 #, gcc-internal-format
56757 msgid "only constructors take member initializers"
56758 msgstr ""
56759
56760 #: cp/parser.cc:16785
56761 #, gcc-internal-format
56762 msgid "cannot expand initializer for member %qD"
56763 msgstr ""
56764
56765 #: cp/parser.cc:16797 cp/pt.cc:26924
56766 #, gcc-internal-format
56767 msgid "mem-initializer for %qD follows constructor delegation"
56768 msgstr ""
56769
56770 #: cp/parser.cc:16809 cp/pt.cc:26936
56771 #, gcc-internal-format
56772 msgid "constructor delegation follows mem-initializer for %qD"
56773 msgstr ""
56774
56775 #: cp/parser.cc:16861
56776 #, gcc-internal-format
56777 msgid "anachronistic old-style base class initializer"
56778 msgstr ""
56779
56780 #: cp/parser.cc:16946
56781 #, gcc-internal-format
56782 msgid "keyword %<typename%> not allowed in this context (a qualified member initializer is implicitly a type)"
56783 msgstr ""
56784
56785 #: cp/parser.cc:17347
56786 #, gcc-internal-format
56787 msgid "unexpected keyword; remove space between quotes and suffix identifier"
56788 msgstr ""
56789
56790 #: cp/parser.cc:17353
56791 #, gcc-internal-format
56792 msgid "expected suffix identifier"
56793 msgstr ""
56794
56795 #: cp/parser.cc:17362
56796 #, gcc-internal-format
56797 msgid "expected empty string after %<operator%> keyword"
56798 msgstr ""
56799
56800 #: cp/parser.cc:17368
56801 #, gcc-internal-format
56802 msgid "invalid encoding prefix in literal operator"
56803 msgstr "nevaljani prefiks kodiranja u doslovnom (literal) operatoru"
56804
56805 #: cp/parser.cc:17402
56806 #, gcc-internal-format
56807 msgid "expected operator"
56808 msgstr ""
56809
56810 #: cp/parser.cc:17449
56811 #, gcc-internal-format
56812 msgid "keyword %<export%> not implemented, and will be ignored"
56813 msgstr ""
56814
56815 #: cp/parser.cc:17451
56816 #, gcc-internal-format
56817 msgid "keyword %<export%> is deprecated, and is ignored"
56818 msgstr ""
56819
56820 #: cp/parser.cc:17453
56821 #, gcc-internal-format
56822 msgid "keyword %<export%> is enabled with %<-fmodules-ts%>"
56823 msgstr ""
56824
56825 #: cp/parser.cc:17632
56826 #, gcc-internal-format
56827 msgid "invalid constrained type parameter"
56828 msgstr ""
56829
56830 #: cp/parser.cc:17640
56831 #, gcc-internal-format
56832 msgid "cv-qualified type parameter"
56833 msgstr ""
56834
56835 #: cp/parser.cc:17787
56836 #, gcc-internal-format
56837 msgid "invalid use of %<auto%> in default template argument"
56838 msgstr ""
56839
56840 #: cp/parser.cc:18023 cp/parser.cc:18109 cp/parser.cc:24945
56841 #, gcc-internal-format
56842 msgid "template parameter pack %qD cannot have a default argument"
56843 msgstr ""
56844
56845 #: cp/parser.cc:18027 cp/parser.cc:18113
56846 #, gcc-internal-format
56847 msgid "template parameter packs cannot have default arguments"
56848 msgstr ""
56849
56850 #: cp/parser.cc:18180
56851 #, gcc-internal-format
56852 msgid "expected template-id"
56853 msgstr ""
56854
56855 #: cp/parser.cc:18242
56856 #, gcc-internal-format
56857 msgid "%<<::%> cannot begin a template-argument list"
56858 msgstr ""
56859
56860 #: cp/parser.cc:18246
56861 #, gcc-internal-format
56862 msgid "%<<:%> is an alternate spelling for %<[%>. Insert whitespace between %<<%> and %<::%>"
56863 msgstr ""
56864
56865 #: cp/parser.cc:18250
56866 #, gcc-internal-format
56867 msgid "(if you use %<-fpermissive%> or %<-std=c++11%>, or %<-std=gnu++11%> G++ will accept your code)"
56868 msgstr ""
56869
56870 #: cp/parser.cc:18280
56871 #, gcc-internal-format
56872 msgid "invalid template-argument-list"
56873 msgstr ""
56874
56875 #: cp/parser.cc:18281
56876 #, gcc-internal-format
56877 msgid "function name as the left hand operand of %<<%> is ill-formed in C++20; wrap the function name in %<()%>"
56878 msgstr ""
56879
56880 #: cp/parser.cc:18288
56881 #, gcc-internal-format
56882 msgid "expected %<(%> after template-argument-list"
56883 msgstr ""
56884
56885 #: cp/parser.cc:18402
56886 #, gcc-internal-format
56887 msgid "parse error in template argument list"
56888 msgstr ""
56889
56890 #. The name does not name a template.
56891 #: cp/parser.cc:18487 cp/parser.cc:18675 cp/parser.cc:18868
56892 #, gcc-internal-format
56893 msgid "expected template-name"
56894 msgstr ""
56895
56896 #. Explain what went wrong.
56897 #: cp/parser.cc:18533
56898 #, gcc-internal-format
56899 msgid "non-template %qD used as template"
56900 msgstr ""
56901
56902 #: cp/parser.cc:18535
56903 #, gcc-internal-format
56904 msgid "use %<%T::template %D%> to indicate that it is a template"
56905 msgstr ""
56906
56907 #: cp/parser.cc:18737
56908 #, gcc-internal-format
56909 msgid "expected parameter pack before %<...%>"
56910 msgstr ""
56911
56912 #: cp/parser.cc:18833 cp/parser.cc:18851 cp/parser.cc:19024
56913 #, gcc-internal-format
56914 msgid "expected template-argument"
56915 msgstr ""
56916
56917 #: cp/parser.cc:18991
56918 #, gcc-internal-format
56919 msgid "invalid non-type template argument"
56920 msgstr ""
56921
56922 #: cp/parser.cc:19133
56923 #, gcc-internal-format
56924 msgid "explicit instantiation shall not use %<inline%> specifier"
56925 msgstr ""
56926
56927 #: cp/parser.cc:19137
56928 #, gcc-internal-format
56929 msgid "explicit instantiation shall not use %<constexpr%> specifier"
56930 msgstr ""
56931
56932 #: cp/parser.cc:19141
56933 #, gcc-internal-format
56934 msgid "explicit instantiation shall not use %<consteval%> specifier"
56935 msgstr ""
56936
56937 #: cp/parser.cc:19203
56938 #, gcc-internal-format
56939 msgid "template specialization with C linkage"
56940 msgstr ""
56941
56942 #: cp/parser.cc:19432
56943 #, gcc-internal-format
56944 msgid "expected type specifier"
56945 msgstr ""
56946
56947 #: cp/parser.cc:19624
56948 #, gcc-internal-format
56949 msgid "use of %<auto%> in lambda parameter declaration only available with %<-std=c++14%> or %<-std=gnu++14%>"
56950 msgstr ""
56951
56952 #: cp/parser.cc:19630
56953 #, gcc-internal-format
56954 msgid "use of %<auto%> in parameter declaration only available with %<-std=c++14%> or %<-std=gnu++14%>"
56955 msgstr ""
56956
56957 #: cp/parser.cc:19635
56958 #, gcc-internal-format
56959 msgid "use of %<auto%> in parameter declaration only available with %<-std=c++20%> or %<-fconcepts%>"
56960 msgstr ""
56961
56962 #: cp/parser.cc:19792
56963 #, gcc-internal-format
56964 msgid "expected template-id for type"
56965 msgstr ""
56966
56967 #: cp/parser.cc:19922
56968 #, gcc-internal-format
56969 msgid "expected type-name"
56970 msgstr ""
56971
56972 #: cp/parser.cc:20034
56973 #, gcc-internal-format
56974 msgid "%qE does not constrain a type"
56975 msgstr ""
56976
56977 #: cp/parser.cc:20035
56978 #, gcc-internal-format
56979 msgid "concept defined here"
56980 msgstr ""
56981
56982 #: cp/parser.cc:20058
56983 #, gcc-internal-format
56984 msgid "expected %<auto%> or %<decltype(auto)%> after %qE"
56985 msgstr "očekivano je %<auto%> ili %<decltype(auto)%> iza %qE"
56986
56987 #: cp/parser.cc:20065
56988 #, gcc-internal-format
56989 msgid "unexpected placeholder in constrained result type"
56990 msgstr ""
56991
56992 #: cp/parser.cc:20308
56993 #, gcc-internal-format
56994 msgid "elaborated-type-specifier for a scoped enum must not use the %qD keyword"
56995 msgstr ""
56996
56997 #: cp/parser.cc:20384
56998 #, gcc-internal-format
56999 msgid "%<template%> must follow a nested-name-specifier"
57000 msgstr ""
57001
57002 #: cp/parser.cc:20546
57003 #, gcc-internal-format
57004 msgid "declaration %qD does not declare anything"
57005 msgstr ""
57006
57007 #: cp/parser.cc:20634
57008 #, gcc-internal-format
57009 msgid "attributes ignored on uninstantiated type"
57010 msgstr ""
57011
57012 #: cp/parser.cc:20640
57013 #, gcc-internal-format
57014 msgid "attributes ignored on template instantiation"
57015 msgstr ""
57016
57017 #: cp/parser.cc:20651
57018 #, gcc-internal-format
57019 msgid "attributes ignored on elaborated-type-specifier that is not a forward declaration"
57020 msgstr ""
57021
57022 #: cp/parser.cc:20792
57023 #, gcc-internal-format
57024 msgid "%qD is an enumeration template"
57025 msgstr ""
57026
57027 #: cp/parser.cc:20803
57028 #, gcc-internal-format
57029 msgid "%qD does not name an enumeration in %qT"
57030 msgstr ""
57031
57032 #: cp/parser.cc:20818
57033 #, gcc-internal-format
57034 msgid "unnamed scoped enum is not allowed"
57035 msgstr ""
57036
57037 #: cp/parser.cc:20834
57038 #, gcc-internal-format
57039 msgid "types may not be defined in enum-base"
57040 msgstr ""
57041
57042 #: cp/parser.cc:20879
57043 #, gcc-internal-format
57044 msgid "expected %<;%> or %<{%>"
57045 msgstr ""
57046
57047 #: cp/parser.cc:20923
57048 #, gcc-internal-format
57049 msgid "cannot add an enumerator list to a template instantiation"
57050 msgstr ""
57051
57052 #: cp/parser.cc:20937
57053 #, gcc-internal-format
57054 msgid "nested name specifier %qT for enum declaration does not name a class or namespace"
57055 msgstr ""
57056
57057 #: cp/parser.cc:20949 cp/parser.cc:26455
57058 #, gcc-internal-format
57059 msgid "declaration of %qD in namespace %qD which does not enclose %qD"
57060 msgstr ""
57061
57062 #: cp/parser.cc:20954 cp/parser.cc:26460
57063 #, gcc-internal-format
57064 msgid "declaration of %qD in %qD which does not enclose %qD"
57065 msgstr ""
57066
57067 #: cp/parser.cc:20966 cp/parser.cc:26473
57068 #, gcc-internal-format
57069 msgid "extra qualification not allowed"
57070 msgstr ""
57071
57072 #: cp/parser.cc:21003
57073 #, gcc-internal-format
57074 msgid "ISO C++ forbids empty unnamed enum"
57075 msgstr ""
57076
57077 #: cp/parser.cc:21028
57078 #, gcc-internal-format
57079 msgid "opaque-enum-specifier without name"
57080 msgstr ""
57081
57082 #: cp/parser.cc:21031
57083 #, gcc-internal-format
57084 msgid "opaque-enum-specifier must use a simple identifier"
57085 msgstr ""
57086
57087 #: cp/parser.cc:21152
57088 #, gcc-internal-format
57089 msgid "unexpanded parameter pack in enumerator in lambda"
57090 msgstr ""
57091
57092 #: cp/parser.cc:21227
57093 #, gcc-internal-format
57094 msgid "%qD is not a namespace-name; did you mean %qs?"
57095 msgstr ""
57096
57097 #: cp/parser.cc:21231
57098 #, gcc-internal-format
57099 msgid "%qD is not a namespace-name"
57100 msgstr ""
57101
57102 #: cp/parser.cc:21235
57103 #, gcc-internal-format
57104 msgid "expected namespace-name"
57105 msgstr ""
57106
57107 #: cp/parser.cc:21296
57108 #, gcc-internal-format
57109 msgid "nested inline namespace definitions only available with %<-std=c++20%> or %<-std=gnu++20%>"
57110 msgstr ""
57111
57112 #: cp/parser.cc:21308
57113 #, gcc-internal-format
57114 msgid "standard attributes on namespaces must precede the namespace name"
57115 msgstr ""
57116
57117 #: cp/parser.cc:21327
57118 #, gcc-internal-format
57119 msgid "nested namespace definitions only available with %<-std=c++17%> or %<-std=gnu++17%>"
57120 msgstr ""
57121
57122 #: cp/parser.cc:21337
57123 #, gcc-internal-format
57124 msgid "nested namespace name required"
57125 msgstr ""
57126
57127 #: cp/parser.cc:21342
57128 #, gcc-internal-format
57129 msgid "namespace name required"
57130 msgstr ""
57131
57132 #: cp/parser.cc:21346
57133 #, gcc-internal-format
57134 msgid "a nested namespace definition cannot have attributes"
57135 msgstr ""
57136
57137 #: cp/parser.cc:21349
57138 #, gcc-internal-format
57139 msgid "a nested namespace definition cannot be inline"
57140 msgstr ""
57141
57142 #: cp/parser.cc:21356
57143 #, gcc-internal-format
57144 msgid "namespace %qD entered"
57145 msgstr ""
57146
57147 #: cp/parser.cc:21411
57148 #, gcc-internal-format
57149 msgid "%<namespace%> definition is not allowed here"
57150 msgstr ""
57151
57152 #: cp/parser.cc:21586
57153 #, gcc-internal-format
57154 msgid "pack expansion in using-declaration only available with %<-std=c++17%> or %<-std=gnu++17%>"
57155 msgstr ""
57156
57157 #: cp/parser.cc:21601
57158 #, gcc-internal-format
57159 msgid "a template-id may not appear in a using-declaration"
57160 msgstr ""
57161
57162 #: cp/parser.cc:21619
57163 #, gcc-internal-format
57164 msgid "comma-separated list in using-declaration only available with %<-std=c++17%> or %<-std=gnu++17%>"
57165 msgstr ""
57166
57167 #: cp/parser.cc:21629
57168 #, gcc-internal-format
57169 msgid "access declarations are deprecated in favour of using-declarations; suggestion: add the %<using%> keyword"
57170 msgstr ""
57171
57172 #: cp/parser.cc:21694
57173 #, gcc-internal-format
57174 msgid "opaque-enum-declaration here"
57175 msgstr ""
57176
57177 #: cp/parser.cc:21764
57178 #, gcc-internal-format
57179 msgid "types may not be defined in alias template declarations"
57180 msgstr ""
57181
57182 #: cp/parser.cc:21943
57183 #, gcc-internal-format
57184 msgid "%<asm%> in %<constexpr%> function only available with %<-std=c++20%> or %<-std=gnu++20%>"
57185 msgstr ""
57186
57187 #: cp/parser.cc:21963 cp/parser.cc:21980 cp/parser.cc:21994
57188 #, gcc-internal-format
57189 msgid "duplicate %<asm%> qualifier %qT"
57190 msgstr ""
57191
57192 #: cp/parser.cc:21970
57193 #, gcc-internal-format
57194 msgid "%<asm%> qualifier %qT ignored outside of function body"
57195 msgstr ""
57196
57197 #: cp/parser.cc:22007
57198 #, gcc-internal-format
57199 msgid "%qT is not an %<asm%> qualifier"
57200 msgstr ""
57201
57202 #: cp/parser.cc:22023
57203 #, gcc-internal-format
57204 msgid "%<asm%> qualifier outside of function body"
57205 msgstr ""
57206
57207 #: cp/parser.cc:22251
57208 #, gcc-internal-format
57209 msgid "empty parentheses were disambiguated as a function declaration"
57210 msgstr ""
57211
57212 #: cp/parser.cc:22262
57213 #, gcc-internal-format
57214 msgid "remove parentheses to default-initialize a variable"
57215 msgstr ""
57216
57217 #: cp/parser.cc:22267
57218 #, gcc-internal-format
57219 msgid "or replace parentheses with braces to aggregate-initialize a variable"
57220 msgstr ""
57221
57222 #: cp/parser.cc:22270
57223 #, gcc-internal-format
57224 msgid "or replace parentheses with braces to value-initialize a variable"
57225 msgstr ""
57226
57227 #: cp/parser.cc:22287 cp/parser.cc:22312
57228 #, gcc-internal-format
57229 msgid "parentheses were disambiguated as a function declaration"
57230 msgstr ""
57231
57232 #: cp/parser.cc:22299 cp/parser.cc:22320
57233 #, gcc-internal-format
57234 msgid "replace parentheses with braces to declare a variable"
57235 msgstr ""
57236
57237 #: cp/parser.cc:22306
57238 #, gcc-internal-format
57239 msgid "add parentheses to declare a variable"
57240 msgstr ""
57241
57242 #: cp/parser.cc:22553
57243 #, gcc-internal-format
57244 msgid "a function-definition is not allowed here"
57245 msgstr ""
57246
57247 #: cp/parser.cc:22564
57248 #, gcc-internal-format
57249 msgid "an %<asm%> specification is not allowed on a function-definition"
57250 msgstr ""
57251
57252 #: cp/parser.cc:22568
57253 #, gcc-internal-format
57254 msgid "attributes are not allowed on a function-definition"
57255 msgstr ""
57256
57257 #: cp/parser.cc:22619
57258 #, gcc-internal-format
57259 msgid "expected constructor, destructor, or type conversion"
57260 msgstr ""
57261
57262 #: cp/parser.cc:22740
57263 #, gcc-internal-format
57264 msgid "initializer provided for function"
57265 msgstr ""
57266
57267 #: cp/parser.cc:22782
57268 #, gcc-internal-format
57269 msgid "attributes after parenthesized initializer ignored"
57270 msgstr ""
57271
57272 #: cp/parser.cc:22796
57273 #, gcc-internal-format
57274 msgid "non-function %qD declared as implicit template"
57275 msgstr ""
57276
57277 #: cp/parser.cc:23299
57278 #, gcc-internal-format
57279 msgid "array bound is not an integer constant"
57280 msgstr ""
57281
57282 #: cp/parser.cc:23425
57283 #, gcc-internal-format
57284 msgid "cannot define member of dependent typedef %qT"
57285 msgstr ""
57286
57287 #: cp/parser.cc:23429
57288 #, gcc-internal-format
57289 msgid "%<%T::%E%> is not a type"
57290 msgstr ""
57291
57292 #. We do not attempt to print the declarator
57293 #. here because we do not have enough
57294 #. information about its original syntactic
57295 #. form.
57296 #: cp/parser.cc:23458
57297 #, gcc-internal-format
57298 msgid "invalid declarator"
57299 msgstr ""
57300
57301 #: cp/parser.cc:23466
57302 #, gcc-internal-format
57303 msgid "invalid use of constructor as a template"
57304 msgstr ""
57305
57306 #: cp/parser.cc:23468
57307 #, gcc-internal-format
57308 msgid "use %<%T::%D%> instead of %<%T::%D%> to name the constructor in a qualified name"
57309 msgstr ""
57310
57311 #. But declarations with qualified-ids can't appear in a
57312 #. function.
57313 #: cp/parser.cc:23583
57314 #, gcc-internal-format
57315 msgid "qualified-id in declaration"
57316 msgstr ""
57317
57318 #: cp/parser.cc:23608
57319 #, gcc-internal-format
57320 msgid "expected declarator"
57321 msgstr ""
57322
57323 #: cp/parser.cc:23729
57324 #, gcc-internal-format
57325 msgid "%qD is a namespace"
57326 msgstr ""
57327
57328 #: cp/parser.cc:23731
57329 #, gcc-internal-format
57330 msgid "cannot form pointer to member of non-class %q#T"
57331 msgstr ""
57332
57333 #: cp/parser.cc:23752
57334 #, gcc-internal-format
57335 msgid "expected ptr-operator"
57336 msgstr ""
57337
57338 #: cp/parser.cc:23813
57339 #, gcc-internal-format
57340 msgid "duplicate cv-qualifier"
57341 msgstr ""
57342
57343 #: cp/parser.cc:23867
57344 #, gcc-internal-format
57345 msgid "multiple ref-qualifiers"
57346 msgstr ""
57347
57348 #: cp/parser.cc:23904
57349 #, gcc-internal-format
57350 msgid "%qE requires %<-fgnu-tm%>"
57351 msgstr ""
57352
57353 #: cp/parser.cc:23962
57354 #, gcc-internal-format
57355 msgid "duplicate virt-specifier"
57356 msgstr ""
57357
57358 #: cp/parser.cc:24224
57359 #, gcc-internal-format
57360 msgid "missing template arguments after %qT"
57361 msgstr ""
57362
57363 #: cp/parser.cc:24230
57364 #, gcc-internal-format
57365 msgid "%qT not permitted in template argument"
57366 msgstr ""
57367
57368 #: cp/parser.cc:24233 cp/typeck2.cc:353 cp/typeck2.cc:400 cp/typeck2.cc:2330
57369 #, gcc-internal-format
57370 msgid "invalid use of %qT"
57371 msgstr ""
57372
57373 #: cp/parser.cc:24260
57374 #, gcc-internal-format
57375 msgid "types may not be defined in template arguments"
57376 msgstr ""
57377
57378 #: cp/parser.cc:24265
57379 #, gcc-internal-format
57380 msgid "invalid use of %<auto%> in template argument"
57381 msgstr ""
57382
57383 #: cp/parser.cc:24371
57384 #, gcc-internal-format
57385 msgid "expected type-specifier"
57386 msgstr ""
57387
57388 #: cp/parser.cc:24652
57389 #, gcc-internal-format
57390 msgid "expected %<,%> or %<...%>"
57391 msgstr ""
57392
57393 #: cp/parser.cc:24730
57394 #, gcc-internal-format
57395 msgid "types may not be defined in parameter types"
57396 msgstr ""
57397
57398 #: cp/parser.cc:24929
57399 #, gcc-internal-format
57400 msgid "default arguments are only permitted for function parameters"
57401 msgstr ""
57402
57403 #: cp/parser.cc:24947
57404 #, gcc-internal-format
57405 msgid "parameter pack %qD cannot have a default argument"
57406 msgstr ""
57407
57408 #: cp/parser.cc:24953
57409 #, gcc-internal-format
57410 msgid "template parameter pack cannot have a default argument"
57411 msgstr ""
57412
57413 #: cp/parser.cc:24955
57414 #, gcc-internal-format
57415 msgid "parameter pack cannot have a default argument"
57416 msgstr ""
57417
57418 #: cp/parser.cc:25085
57419 #, gcc-internal-format
57420 msgid "function-try-block body of %<constexpr%> constructor only available with %<-std=c++20%> or %<-std=gnu++20%>"
57421 msgstr ""
57422
57423 #: cp/parser.cc:25089
57424 #, gcc-internal-format
57425 msgid "function-try-block body of %<constexpr%> function only available with %<-std=c++20%> or %<-std=gnu++20%>"
57426 msgstr ""
57427
57428 #: cp/parser.cc:25413
57429 #, gcc-internal-format
57430 msgid "C++ designated initializers only available with %<-std=c++20%> or %<-std=gnu++20%>"
57431 msgstr ""
57432
57433 #: cp/parser.cc:25433
57434 #, gcc-internal-format
57435 msgid "ISO C++ does not allow GNU designated initializers"
57436 msgstr ""
57437
57438 #: cp/parser.cc:25471
57439 #, gcc-internal-format
57440 msgid "ISO C++ does not allow C99 designated initializers"
57441 msgstr ""
57442
57443 #: cp/parser.cc:25485
57444 #, gcc-internal-format
57445 msgid "either all initializer clauses should be designated or none of them should be"
57446 msgstr ""
57447
57448 #: cp/parser.cc:25510
57449 #, gcc-internal-format
57450 msgid "%<...%> not allowed in designated initializer list"
57451 msgstr ""
57452
57453 #: cp/parser.cc:25561
57454 #, gcc-internal-format
57455 msgid "%<.%s%> designator used multiple times in the same initializer list"
57456 msgstr ""
57457
57458 #: cp/parser.cc:25617 cp/parser.cc:25754
57459 #, gcc-internal-format
57460 msgid "expected class-name"
57461 msgstr ""
57462
57463 #: cp/parser.cc:25993
57464 #, gcc-internal-format
57465 msgid "expected %<;%> after class definition"
57466 msgstr ""
57467
57468 #: cp/parser.cc:25996
57469 #, gcc-internal-format
57470 msgid "expected %<;%> after struct definition"
57471 msgstr ""
57472
57473 #: cp/parser.cc:25999
57474 #, gcc-internal-format
57475 msgid "expected %<;%> after union definition"
57476 msgstr ""
57477
57478 #: cp/parser.cc:26397
57479 #, gcc-internal-format
57480 msgid "expected %<{%> or %<:%>"
57481 msgstr ""
57482
57483 #: cp/parser.cc:26408
57484 #, gcc-internal-format
57485 msgid "cannot specify %<override%> for a class"
57486 msgstr "ne možete specificirati %<override%> za klasu"
57487
57488 #: cp/parser.cc:26416
57489 #, gcc-internal-format
57490 msgid "global qualification of class name is invalid"
57491 msgstr ""
57492
57493 #: cp/parser.cc:26423
57494 #, gcc-internal-format
57495 msgid "qualified name does not name a class"
57496 msgstr ""
57497
57498 #: cp/parser.cc:26435
57499 #, gcc-internal-format
57500 msgid "keyword %<template%> not allowed in class-head-name"
57501 msgstr ""
57502
57503 #: cp/parser.cc:26441
57504 #, gcc-internal-format
57505 msgid "invalid class name in declaration of %qD"
57506 msgstr ""
57507
57508 #: cp/parser.cc:26495
57509 #, gcc-internal-format
57510 msgid "an explicit specialization must be preceded by %<template <>%>"
57511 msgstr ""
57512
57513 #: cp/parser.cc:26527
57514 #, gcc-internal-format
57515 msgid "function template %qD redeclared as a class template"
57516 msgstr ""
57517
57518 #: cp/parser.cc:26560
57519 #, gcc-internal-format
57520 msgid "could not resolve typename type"
57521 msgstr ""
57522
57523 #: cp/parser.cc:26624
57524 #, gcc-internal-format
57525 msgid "previous definition of %q#T"
57526 msgstr ""
57527
57528 #. In a lambda this should work, but doesn't currently.
57529 #. We're in a lambda, but it isn't the innermost class.
57530 #. This should work, but currently doesn't.
57531 #: cp/parser.cc:26638 cp/pt.cc:4333
57532 #, gcc-internal-format
57533 msgid "unexpanded parameter pack in local class in lambda"
57534 msgstr ""
57535
57536 #: cp/parser.cc:26738 cp/parser.cc:32947
57537 #, gcc-internal-format
57538 msgid "expected class-key"
57539 msgstr ""
57540
57541 #: cp/parser.cc:26763
57542 #, gcc-internal-format
57543 msgid "ISO C++ forbids typename key in template template parameter; use %<-std=c++17%> or %<-std=gnu++17%>"
57544 msgstr ""
57545
57546 #: cp/parser.cc:26767
57547 #, gcc-internal-format
57548 msgid "expected %<class%> or %<typename%>"
57549 msgstr "očekivano je %<class%> ili %<typename%>"
57550
57551 #: cp/parser.cc:27017
57552 #, gcc-internal-format
57553 msgid "in C++03 a class-key must be used when declaring a friend"
57554 msgstr ""
57555
57556 #: cp/parser.cc:27048
57557 #, gcc-internal-format
57558 msgid "friend declaration does not name a class or function"
57559 msgstr ""
57560
57561 #: cp/parser.cc:27066
57562 #, gcc-internal-format
57563 msgid "a storage class on an anonymous aggregate in class scope is not allowed"
57564 msgstr ""
57565
57566 #: cp/parser.cc:27168
57567 #, gcc-internal-format
57568 msgid "default member initializers for bit-fields only available with %<-std=c++20%> or %<-std=gnu++20%>"
57569 msgstr ""
57570
57571 #: cp/parser.cc:27175
57572 #, gcc-internal-format
57573 msgid "default member initializer for unnamed bit-field"
57574 msgstr ""
57575
57576 #: cp/parser.cc:27188
57577 #, gcc-internal-format
57578 msgid "ISO C++ allows bit-field attributes only before the %<:%> token"
57579 msgstr ""
57580
57581 #: cp/parser.cc:27350
57582 #, gcc-internal-format
57583 msgid "bit-field %qD has non-integral type %qT"
57584 msgstr ""
57585
57586 #: cp/parser.cc:27378
57587 #, gcc-internal-format
57588 msgid "pure-specifier on function-definition"
57589 msgstr ""
57590
57591 #: cp/parser.cc:27398
57592 #, gcc-internal-format
57593 msgid "extra %<;%> after in-class function definition"
57594 msgstr ""
57595
57596 #: cp/parser.cc:27445
57597 #, gcc-internal-format
57598 msgid "stray %<,%> at end of member declaration"
57599 msgstr ""
57600
57601 #: cp/parser.cc:27459
57602 #, gcc-internal-format
57603 msgid "expected %<;%> at end of member declaration"
57604 msgstr ""
57605
57606 #: cp/parser.cc:27534
57607 #, gcc-internal-format
57608 msgid "invalid pure specifier (only %<= 0%> is allowed)"
57609 msgstr ""
57610
57611 #: cp/parser.cc:27569
57612 #, gcc-internal-format
57613 msgid "a brace-enclosed initializer is not allowed here"
57614 msgstr ""
57615
57616 #: cp/parser.cc:27699
57617 #, gcc-internal-format
57618 msgid "%<virtual%> specified more than once in base-specifier"
57619 msgstr ""
57620
57621 #: cp/parser.cc:27719
57622 #, gcc-internal-format
57623 msgid "more than one access specifier in base-specifier"
57624 msgstr ""
57625
57626 #: cp/parser.cc:27743
57627 #, gcc-internal-format
57628 msgid "keyword %<typename%> not allowed outside of templates"
57629 msgstr ""
57630
57631 #: cp/parser.cc:27746
57632 #, gcc-internal-format
57633 msgid "keyword %<typename%> not allowed in this context (the base class is implicitly a type)"
57634 msgstr ""
57635
57636 #: cp/parser.cc:27946 cp/parser.cc:28040
57637 #, gcc-internal-format
57638 msgid "types may not be defined in an exception-specification"
57639 msgstr ""
57640
57641 #: cp/parser.cc:28048
57642 #, gcc-internal-format
57643 msgid "ISO C++17 does not allow dynamic exception specifications"
57644 msgstr ""
57645
57646 #: cp/parser.cc:28054
57647 #, gcc-internal-format
57648 msgid "dynamic exception specifications are deprecated in C++11"
57649 msgstr ""
57650
57651 #: cp/parser.cc:28098
57652 #, gcc-internal-format
57653 msgid "invalid use of %<auto%> in exception-specification"
57654 msgstr ""
57655
57656 #: cp/parser.cc:28139
57657 #, gcc-internal-format
57658 msgid "%<try%> in %<constexpr%> function only available with %<-std=c++20%> or %<-std=gnu++20%>"
57659 msgstr ""
57660
57661 #: cp/parser.cc:28251
57662 #, gcc-internal-format
57663 msgid "types may not be defined in exception-declarations"
57664 msgstr ""
57665
57666 #: cp/parser.cc:28800
57667 #, gcc-internal-format
57668 msgid "expected OpenMP directive name"
57669 msgstr "očekivano je ime direktive OpenMP"
57670
57671 #: cp/parser.cc:28809
57672 #, gcc-internal-format
57673 msgid "expected attribute argument as balanced token sequence"
57674 msgstr ""
57675
57676 #: cp/parser.cc:28854
57677 #, gcc-internal-format
57678 msgid "expected %<directive%> or %<sequence%>"
57679 msgstr "očekivano je %<directive%> ili %<sequence%>"
57680
57681 #: cp/parser.cc:28953
57682 #, gcc-internal-format
57683 msgid "attribute using prefix used together with scoped attribute token"
57684 msgstr ""
57685
57686 #: cp/parser.cc:28967
57687 #, gcc-internal-format
57688 msgid "expected an identifier for the attribute name"
57689 msgstr ""
57690
57691 #: cp/parser.cc:29018
57692 #, gcc-internal-format
57693 msgid "%<omp::%E%> attribute requires argument"
57694 msgstr ""
57695
57696 #. e.g. [[attr()]].
57697 #: cp/parser.cc:29086
57698 #, gcc-internal-format
57699 msgid "parentheses must be omitted if %qE attribute argument list is empty"
57700 msgstr ""
57701
57702 #: cp/parser.cc:29121
57703 #, gcc-internal-format
57704 msgid "attribute %qs specified multiple times"
57705 msgstr ""
57706
57707 #: cp/parser.cc:29163
57708 #, gcc-internal-format
57709 msgid "expected attribute before %<...%>"
57710 msgstr "očekivan je atribut ispred %<...%>"
57711
57712 #: cp/parser.cc:29223
57713 #, gcc-internal-format
57714 msgid "attribute using prefix only available with %<-std=c++17%> or %<-std=gnu++17%>"
57715 msgstr ""
57716
57717 #: cp/parser.cc:29566 cp/parser.cc:29575
57718 #, gcc-internal-format
57719 msgid "expression must be enclosed in parentheses"
57720 msgstr ""
57721
57722 #: cp/parser.cc:29921
57723 #, gcc-internal-format
57724 msgid "missing additional %<requires%> to start a requires-expression"
57725 msgstr ""
57726
57727 #: cp/parser.cc:30150
57728 #, gcc-internal-format
57729 msgid "testing if a concept-id is a valid expression; add %<requires%> to check satisfaction"
57730 msgstr ""
57731
57732 #: cp/parser.cc:30288
57733 #, gcc-internal-format
57734 msgid "result type is not a plain type-constraint"
57735 msgstr ""
57736
57737 #: cp/parser.cc:30296
57738 #, gcc-internal-format
57739 msgid "return-type-requirement is not a type-constraint"
57740 msgstr ""
57741
57742 #: cp/parser.cc:30791
57743 #, gcc-internal-format
57744 msgid "specializing member %<%T::%E%> requires %<template<>%> syntax"
57745 msgstr ""
57746
57747 #: cp/parser.cc:30796
57748 #, gcc-internal-format
57749 msgid "invalid declaration of %<%T::%E%>"
57750 msgstr ""
57751
57752 #: cp/parser.cc:30800
57753 #, gcc-internal-format
57754 msgid "too few template-parameter-lists"
57755 msgstr ""
57756
57757 #. Otherwise, there are too many template parameter lists.  We have
57758 #. something like:
57759 #.
57760 #. template <class T> template <class U> void S::f();
57761 #: cp/parser.cc:30807
57762 #, gcc-internal-format
57763 msgid "too many template-parameter-lists"
57764 msgstr ""
57765
57766 #: cp/parser.cc:31205
57767 #, gcc-internal-format
57768 msgid "named return values are no longer supported"
57769 msgstr ""
57770
57771 #: cp/parser.cc:31376
57772 #, gcc-internal-format
57773 msgid "ISO C++ did not adopt string literal operator templates taking an argument pack of characters"
57774 msgstr ""
57775
57776 #: cp/parser.cc:31385
57777 #, gcc-internal-format
57778 msgid "literal operator template %qD has invalid parameter list; expected non-type template parameter pack %<<char...>%> or single non-type parameter of class type"
57779 msgstr ""
57780
57781 #: cp/parser.cc:31391
57782 #, gcc-internal-format
57783 msgid "literal operator template %qD has invalid parameter list; expected non-type template parameter pack %<<char...>%>"
57784 msgstr ""
57785
57786 #: cp/parser.cc:31498
57787 #, gcc-internal-format
57788 msgid "template-introductions are not part of C++20 concepts; use %qs to enable"
57789 msgstr ""
57790
57791 #: cp/parser.cc:31508
57792 #, gcc-internal-format
57793 msgid "no matching concept for template-introduction"
57794 msgstr ""
57795
57796 #: cp/parser.cc:31531
57797 #, gcc-internal-format
57798 msgid "invalid declaration of member template in local class"
57799 msgstr ""
57800
57801 #: cp/parser.cc:31540
57802 #, gcc-internal-format
57803 msgid "template with C linkage"
57804 msgstr ""
57805
57806 #: cp/parser.cc:31560
57807 #, gcc-internal-format
57808 msgid "invalid explicit specialization"
57809 msgstr ""
57810
57811 #: cp/parser.cc:31672
57812 #, gcc-internal-format
57813 msgid "template declaration of %<typedef%>"
57814 msgstr ""
57815
57816 #: cp/parser.cc:31723
57817 #, gcc-internal-format
57818 msgid "a class template declaration must not declare anything else"
57819 msgstr ""
57820
57821 #: cp/parser.cc:31775
57822 #, gcc-internal-format
57823 msgid "explicit template specialization cannot have a storage class"
57824 msgstr ""
57825
57826 #: cp/parser.cc:32077
57827 #, gcc-internal-format
57828 msgid "%<>>%> should be %<> >%> within a nested template argument list"
57829 msgstr ""
57830
57831 #: cp/parser.cc:32090
57832 #, gcc-internal-format
57833 msgid "spurious %<>>%>, use %<>%> to terminate a template argument list"
57834 msgstr ""
57835
57836 #: cp/parser.cc:32399
57837 #, gcc-internal-format
57838 msgid "%<sizeof...%> argument must be surrounded by parentheses"
57839 msgstr ""
57840
57841 #: cp/parser.cc:32554
57842 #, gcc-internal-format
57843 msgid "invalid use of %qD in linkage specification"
57844 msgstr ""
57845
57846 #: cp/parser.cc:32569
57847 #, gcc-internal-format
57848 msgid "%<__thread%> before %qD"
57849 msgstr ""
57850
57851 #: cp/parser.cc:32704
57852 #, gcc-internal-format
57853 msgid "ISO C++ 1998 does not support %<long long%>"
57854 msgstr ""
57855
57856 #: cp/parser.cc:32715
57857 #, gcc-internal-format
57858 msgid "both %<__thread%> and %<thread_local%> specified"
57859 msgstr ""
57860
57861 #: cp/parser.cc:32720
57862 #, gcc-internal-format
57863 msgid "duplicate %qD"
57864 msgstr ""
57865
57866 #: cp/parser.cc:32746
57867 #, gcc-internal-format
57868 msgid "duplicate %qs"
57869 msgstr ""
57870
57871 #: cp/parser.cc:32798
57872 #, gcc-internal-format
57873 msgid "expected %<new%>"
57874 msgstr ""
57875
57876 #: cp/parser.cc:32801
57877 #, gcc-internal-format
57878 msgid "expected %<delete%>"
57879 msgstr ""
57880
57881 #: cp/parser.cc:32804
57882 #, gcc-internal-format
57883 msgid "expected %<return%>"
57884 msgstr ""
57885
57886 #: cp/parser.cc:32810
57887 #, gcc-internal-format
57888 msgid "expected %<extern%>"
57889 msgstr ""
57890
57891 #: cp/parser.cc:32813
57892 #, gcc-internal-format
57893 msgid "expected %<static_assert%>"
57894 msgstr ""
57895
57896 #: cp/parser.cc:32816
57897 #, gcc-internal-format
57898 msgid "expected %<decltype%>"
57899 msgstr ""
57900
57901 #: cp/parser.cc:32819
57902 #, gcc-internal-format
57903 msgid "expected %<operator%>"
57904 msgstr ""
57905
57906 #: cp/parser.cc:32822
57907 #, gcc-internal-format
57908 msgid "expected %<class%>"
57909 msgstr ""
57910
57911 #: cp/parser.cc:32825
57912 #, gcc-internal-format
57913 msgid "expected %<template%>"
57914 msgstr ""
57915
57916 #: cp/parser.cc:32828
57917 #, gcc-internal-format
57918 msgid "expected %<namespace%>"
57919 msgstr ""
57920
57921 #: cp/parser.cc:32831
57922 #, gcc-internal-format
57923 msgid "expected %<using%>"
57924 msgstr ""
57925
57926 #: cp/parser.cc:32834
57927 #, gcc-internal-format
57928 msgid "expected %<asm%>"
57929 msgstr ""
57930
57931 #: cp/parser.cc:32837
57932 #, gcc-internal-format
57933 msgid "expected %<try%>"
57934 msgstr ""
57935
57936 #: cp/parser.cc:32840
57937 #, gcc-internal-format
57938 msgid "expected %<catch%>"
57939 msgstr ""
57940
57941 #: cp/parser.cc:32843
57942 #, gcc-internal-format
57943 msgid "expected %<throw%>"
57944 msgstr ""
57945
57946 #: cp/parser.cc:32846
57947 #, gcc-internal-format
57948 msgid "expected %<auto%>"
57949 msgstr "očekivano je %<auto%>"
57950
57951 #: cp/parser.cc:32849
57952 #, gcc-internal-format
57953 msgid "expected %<__label__%>"
57954 msgstr ""
57955
57956 #: cp/parser.cc:32852
57957 #, gcc-internal-format
57958 msgid "expected %<@try%>"
57959 msgstr ""
57960
57961 #: cp/parser.cc:32855
57962 #, gcc-internal-format
57963 msgid "expected %<@synchronized%>"
57964 msgstr ""
57965
57966 #: cp/parser.cc:32858
57967 #, gcc-internal-format
57968 msgid "expected %<@throw%>"
57969 msgstr ""
57970
57971 #: cp/parser.cc:32861
57972 #, gcc-internal-format
57973 msgid "expected %<__transaction_atomic%>"
57974 msgstr ""
57975
57976 #: cp/parser.cc:32864
57977 #, gcc-internal-format
57978 msgid "expected %<__transaction_relaxed%>"
57979 msgstr ""
57980
57981 #: cp/parser.cc:32867
57982 #, gcc-internal-format
57983 msgid "expected %<co_yield%>"
57984 msgstr "očekivano je %<co_yield%>"
57985
57986 #: cp/parser.cc:32899
57987 #, gcc-internal-format
57988 msgid "expected %<::%>"
57989 msgstr ""
57990
57991 #: cp/parser.cc:32911
57992 #, gcc-internal-format
57993 msgid "expected %<...%>"
57994 msgstr ""
57995
57996 #: cp/parser.cc:32914
57997 #, gcc-internal-format
57998 msgid "expected %<*%>"
57999 msgstr ""
58000
58001 #: cp/parser.cc:32917
58002 #, gcc-internal-format
58003 msgid "expected %<~%>"
58004 msgstr ""
58005
58006 #: cp/parser.cc:32923
58007 #, gcc-internal-format
58008 msgid "expected %<:%> or %<::%>"
58009 msgstr ""
58010
58011 #: cp/parser.cc:32950
58012 #, gcc-internal-format
58013 msgid "expected %<class%>, %<typename%>, or %<template%>"
58014 msgstr ""
58015
58016 #: cp/parser.cc:33282
58017 #, gcc-internal-format
58018 msgid "redundant enum-key %<enum%s%> in reference to %q#T"
58019 msgstr ""
58020
58021 #: cp/parser.cc:33433
58022 #, gcc-internal-format
58023 msgid "%qs tag used in naming %q#T"
58024 msgstr ""
58025
58026 #: cp/parser.cc:33438
58027 #, gcc-internal-format
58028 msgid "%q#T was previously declared here"
58029 msgstr ""
58030
58031 #: cp/parser.cc:33558
58032 #, gcc-internal-format
58033 msgid "redundant class-key %qs in reference to %q#T"
58034 msgstr ""
58035
58036 #: cp/parser.cc:33698 cp/parser.cc:33732
58037 #, gcc-internal-format
58038 msgid "%qT declared with a mismatched class-key %qs"
58039 msgstr ""
58040
58041 #: cp/parser.cc:33705 cp/parser.cc:33738
58042 #, gcc-internal-format
58043 msgid "remove the class-key or replace it with %qs"
58044 msgstr ""
58045
58046 #: cp/parser.cc:33706 cp/parser.cc:33739
58047 #, gcc-internal-format
58048 msgid "replace the class-key with %qs"
58049 msgstr ""
58050
58051 #: cp/parser.cc:33713
58052 #, gcc-internal-format
58053 msgid "%qT defined as %qs here"
58054 msgstr ""
58055
58056 #: cp/parser.cc:33714
58057 #, gcc-internal-format
58058 msgid "%qT first declared as %qs here"
58059 msgstr ""
58060
58061 #: cp/parser.cc:33796
58062 #, gcc-internal-format
58063 msgid "%qD redeclared with different access"
58064 msgstr ""
58065
58066 #: cp/parser.cc:33817
58067 #, gcc-internal-format
58068 msgid "in C++98 %<template%> (as a disambiguator) is only allowed within templates"
58069 msgstr ""
58070
58071 #: cp/parser.cc:34066
58072 #, gcc-internal-format
58073 msgid "file ends in default argument"
58074 msgstr ""
58075
58076 #: cp/parser.cc:34307 cp/parser.cc:35615 cp/parser.cc:35804
58077 #, gcc-internal-format
58078 msgid "misplaced %<@%D%> Objective-C++ construct"
58079 msgstr ""
58080
58081 #: cp/parser.cc:34378
58082 #, gcc-internal-format
58083 msgid "objective-c++ message receiver expected"
58084 msgstr ""
58085
58086 #: cp/parser.cc:34448
58087 #, gcc-internal-format
58088 msgid "objective-c++ message argument(s) are expected"
58089 msgstr ""
58090
58091 #: cp/parser.cc:34479
58092 #, gcc-internal-format
58093 msgid "%<@encode%> must specify a type as an argument"
58094 msgstr ""
58095
58096 #: cp/parser.cc:34883
58097 #, gcc-internal-format
58098 msgid "invalid Objective-C++ selector name"
58099 msgstr ""
58100
58101 #: cp/parser.cc:34958 cp/parser.cc:34976
58102 #, gcc-internal-format
58103 msgid "objective-c++ method declaration is expected"
58104 msgstr ""
58105
58106 #: cp/parser.cc:34970 cp/parser.cc:35036
58107 #, gcc-internal-format
58108 msgid "method attributes must be specified at the end"
58109 msgstr ""
58110
58111 #: cp/parser.cc:35079
58112 #, gcc-internal-format
58113 msgid "stray %qs between Objective-C++ methods"
58114 msgstr ""
58115
58116 #: cp/parser.cc:35276 cp/parser.cc:35283 cp/parser.cc:35290
58117 #, gcc-internal-format
58118 msgid "invalid type for instance variable"
58119 msgstr ""
58120
58121 #: cp/parser.cc:35407
58122 #, gcc-internal-format
58123 msgid "identifier expected after %<@protocol%>"
58124 msgstr ""
58125
58126 #: cp/parser.cc:35580
58127 #, gcc-internal-format
58128 msgid "attributes may not be specified before the %<@%D%> Objective-C++ keyword"
58129 msgstr ""
58130
58131 #: cp/parser.cc:35587
58132 #, gcc-internal-format
58133 msgid "prefix attributes are ignored before %<@%D%>"
58134 msgstr ""
58135
58136 #: cp/parser.cc:35867 cp/parser.cc:35874 cp/parser.cc:35881
58137 #, gcc-internal-format
58138 msgid "invalid type for property"
58139 msgstr ""
58140
58141 #: cp/parser.cc:36043
58142 #, gcc-internal-format
58143 msgid "unknown property attribute %qE"
58144 msgstr ""
58145
58146 #: cp/parser.cc:37158
58147 #, gcc-internal-format
58148 msgid "expected integer expression list"
58149 msgstr ""
58150
58151 #: cp/parser.cc:37175
58152 #, gcc-internal-format
58153 msgid "%<wait%> expression must be integral"
58154 msgstr ""
58155
58156 #: cp/parser.cc:38264
58157 #, gcc-internal-format
58158 msgid "invalid reduction-identifier"
58159 msgstr ""
58160
58161 #: cp/parser.cc:39092
58162 #, gcc-internal-format
58163 msgid "types may not be defined in iterator type"
58164 msgstr ""
58165
58166 #: cp/parser.cc:41860
58167 #, gcc-internal-format
58168 msgid "parenthesized initialization is not allowed in OpenMP %<for%> loop"
58169 msgstr ""
58170
58171 #: cp/parser.cc:42264
58172 #, gcc-internal-format
58173 msgid "%<[[omp::directive(%s)]]%> must be the only specified attribute on a statement"
58174 msgstr ""
58175
58176 #: cp/parser.cc:42523
58177 #, gcc-internal-format
58178 msgid "%<ordered%> clause with parameter on range-based %<for%> loop"
58179 msgstr ""
58180
58181 #: cp/parser.cc:42610 cp/pt.cc:18182
58182 #, gcc-internal-format
58183 msgid "iteration variable %qD should not be reduction"
58184 msgstr ""
58185
58186 #: cp/parser.cc:42703
58187 #, gcc-internal-format
58188 msgid "not enough for loops to collapse"
58189 msgstr ""
58190
58191 #: cp/parser.cc:45045
58192 #, gcc-internal-format
58193 msgid "%<#pragma omp declare %s%> followed by %<#pragma omp declare %s%>"
58194 msgstr ""
58195
58196 #: cp/parser.cc:45680
58197 #, gcc-internal-format
58198 msgid "OpenMP directive other than %<declare simd%> or %<declare variant%> appertains to a declaration"
58199 msgstr ""
58200
58201 #: cp/parser.cc:45959
58202 #, gcc-internal-format
58203 msgid "%<declare target%> in attribute syntax terminated with %<end declare target%> in pragma syntax"
58204 msgstr ""
58205
58206 #: cp/parser.cc:45963
58207 #, gcc-internal-format
58208 msgid "%<declare target%> in pragma syntax terminated with %<end declare target%> in attribute syntax"
58209 msgstr ""
58210
58211 #: cp/parser.cc:46069
58212 #, gcc-internal-format
58213 msgid "invalid initializer clause"
58214 msgstr ""
58215
58216 #: cp/parser.cc:46099
58217 #, gcc-internal-format
58218 msgid "expected id-expression (arguments)"
58219 msgstr ""
58220
58221 #: cp/parser.cc:46111
58222 #, gcc-internal-format
58223 msgid "one of the initializer call arguments should be %<omp_priv%> or %<&omp_priv%>"
58224 msgstr ""
58225
58226 #: cp/parser.cc:46214
58227 #, gcc-internal-format
58228 msgid "types may not be defined in declare reduction type list"
58229 msgstr ""
58230
58231 #: cp/parser.cc:46234 cp/semantics.cc:6039
58232 #, gcc-internal-format
58233 msgid "predeclared arithmetic type %qT in %<#pragma omp declare reduction%>"
58234 msgstr ""
58235
58236 #: cp/parser.cc:46238 cp/semantics.cc:6047
58237 #, gcc-internal-format
58238 msgid "function or array type %qT in %<#pragma omp declare reduction%>"
58239 msgstr ""
58240
58241 #: cp/parser.cc:46241 cp/pt.cc:14147 cp/semantics.cc:6053
58242 #, gcc-internal-format
58243 msgid "reference type %qT in %<#pragma omp declare reduction%>"
58244 msgstr ""
58245
58246 #: cp/parser.cc:46244 cp/semantics.cc:6059
58247 #, gcc-internal-format
58248 msgid "%<const%>, %<volatile%> or %<__restrict%>-qualified type %qT in %<#pragma omp declare reduction%>"
58249 msgstr ""
58250
58251 #: cp/parser.cc:46971
58252 #, gcc-internal-format
58253 msgid "%<#pragma acc routine%> names a set of overloads"
58254 msgstr ""
58255
58256 #: cp/parser.cc:46981
58257 #, gcc-internal-format
58258 msgid "%qD does not refer to a namespace scope function"
58259 msgstr ""
58260
58261 #. cancel-and-throw is unimplemented.
58262 #: cp/parser.cc:47339
58263 #, gcc-internal-format
58264 msgid "%<atomic_cancel%>"
58265 msgstr ""
58266
58267 #: cp/parser.cc:47386 cp/semantics.cc:10990
58268 #, gcc-internal-format
58269 msgid "%<__transaction_relaxed%> without transactional memory support enabled"
58270 msgstr ""
58271
58272 #: cp/parser.cc:47388 cp/semantics.cc:10992
58273 #, gcc-internal-format
58274 msgid "%<__transaction_atomic%> without transactional memory support enabled"
58275 msgstr ""
58276
58277 #: cp/parser.cc:47534
58278 #, gcc-internal-format
58279 msgid "outer %<__transaction_cancel%> not within outer %<__transaction_atomic%>"
58280 msgstr ""
58281
58282 #: cp/parser.cc:47537
58283 #, gcc-internal-format
58284 msgid "  or a %<transaction_may_cancel_outer%> function"
58285 msgstr ""
58286
58287 #: cp/parser.cc:47588
58288 #, gcc-internal-format
58289 msgid "malformed %<#pragma GCC pch_preprocess%>"
58290 msgstr ""
58291
58292 #: cp/parser.cc:47885
58293 #, gcc-internal-format
58294 msgid "%<#pragma omp requires%> may only be used at file or namespace scope"
58295 msgstr ""
58296
58297 #: cp/parser.cc:47936
58298 #, gcc-internal-format
58299 msgid "%<#pragma GCC ivdep%> must be inside a function"
58300 msgstr ""
58301
58302 #: cp/parser.cc:47968
58303 #, gcc-internal-format
58304 msgid "%<#pragma GCC unroll%> must be inside a function"
58305 msgstr ""
58306
58307 #: cp/parser.cc:48048
58308 #, gcc-internal-format
58309 msgid "multi-source compilation not implemented for C++"
58310 msgstr ""
58311
58312 #: cp/parser.cc:48087
58313 #, gcc-internal-format
58314 msgid "placeholder type not allowed in this context"
58315 msgstr ""
58316
58317 #: cp/parser.cc:48292
58318 #, gcc-internal-format
58319 msgid "implicit templates may not be %<virtual%>"
58320 msgstr ""
58321
58322 #: cp/parser.cc:48348
58323 #, gcc-internal-format
58324 msgid "%<extern \"C\"%> linkage started here"
58325 msgstr ""
58326
58327 #: cp/pt.cc:307
58328 #, gcc-internal-format
58329 msgid "data member %qD cannot be a member template"
58330 msgstr ""
58331
58332 #: cp/pt.cc:320
58333 #, gcc-internal-format
58334 msgid "invalid member template declaration %qD"
58335 msgstr ""
58336
58337 #: cp/pt.cc:744
58338 #, gcc-internal-format
58339 msgid "explicit specialization in non-namespace scope %qD"
58340 msgstr ""
58341
58342 #: cp/pt.cc:758
58343 #, gcc-internal-format
58344 msgid "enclosing class templates are not explicitly specialized"
58345 msgstr ""
58346
58347 #: cp/pt.cc:842
58348 #, gcc-internal-format
58349 msgid "specialization of %qD must appear at namespace scope"
58350 msgstr ""
58351
58352 #: cp/pt.cc:853 cp/pt.cc:1090
58353 #, gcc-internal-format
58354 msgid "specialization of %qD in different namespace"
58355 msgstr ""
58356
58357 #: cp/pt.cc:855
58358 #, gcc-internal-format
58359 msgid "  from definition of %q#D"
58360 msgstr ""
58361
58362 #: cp/pt.cc:872
58363 #, gcc-internal-format
58364 msgid "explicit instantiation of %qD in namespace %qD (which does not enclose namespace %qD)"
58365 msgstr ""
58366
58367 #: cp/pt.cc:1002
58368 #, gcc-internal-format
58369 msgid "name of class shadows template template parameter %qD"
58370 msgstr ""
58371
58372 #: cp/pt.cc:1014
58373 #, gcc-internal-format
58374 msgid "specialization of alias template %qD"
58375 msgstr ""
58376
58377 #: cp/pt.cc:1017 cp/pt.cc:1156
58378 #, gcc-internal-format
58379 msgid "explicit specialization of non-template %qT"
58380 msgstr ""
58381
58382 #: cp/pt.cc:1049
58383 #, gcc-internal-format
58384 msgid "specialization of %qT after instantiation"
58385 msgstr ""
58386
58387 #: cp/pt.cc:1093
58388 #, gcc-internal-format
58389 msgid "from definition of %q#D"
58390 msgstr ""
58391
58392 #. But if we've had an implicit instantiation, that's a
58393 #. problem ([temp.expl.spec]/6).
58394 #: cp/pt.cc:1134
58395 #, gcc-internal-format
58396 msgid "specialization %qT after instantiation %qT"
58397 msgstr ""
58398
58399 #: cp/pt.cc:1152
58400 #, gcc-internal-format
58401 msgid "template specialization of %qD not allowed by ISO C++"
58402 msgstr ""
58403
58404 #: cp/pt.cc:1617
58405 #, gcc-internal-format
58406 msgid "specialization of %qD after instantiation"
58407 msgstr ""
58408
58409 #: cp/pt.cc:2058 cp/semantics.cc:5909
58410 #, gcc-internal-format
58411 msgid "%s %#qD"
58412 msgstr ""
58413
58414 #: cp/pt.cc:2194
58415 #, gcc-internal-format
58416 msgid "%qD is not a function template"
58417 msgstr ""
58418
58419 #: cp/pt.cc:2199
58420 #, gcc-internal-format
58421 msgid "%qD is not a variable template"
58422 msgstr ""
58423
58424 #: cp/pt.cc:2483
58425 #, gcc-internal-format
58426 msgid "template-id %qD for %q+D does not match any template declaration"
58427 msgstr ""
58428
58429 #: cp/pt.cc:2487
58430 #, gcc-internal-format
58431 msgid "saw %d %<template<>%>, need %d for specializing a member function template"
58432 msgstr ""
58433
58434 #: cp/pt.cc:2497
58435 #, gcc-internal-format
58436 msgid "ambiguous template specialization %qD for %q+D"
58437 msgstr ""
58438
58439 #: cp/pt.cc:2704
58440 #, gcc-internal-format
58441 msgid "variable templates only available with %<-std=c++14%> or %<-std=gnu++14%>"
58442 msgstr ""
58443
58444 #: cp/pt.cc:2714
58445 #, gcc-internal-format
58446 msgid "too many template headers for %qD (should be %d)"
58447 msgstr ""
58448
58449 #: cp/pt.cc:2720
58450 #, gcc-internal-format
58451 msgid "members of an explicitly specialized class are defined without a template header"
58452 msgstr ""
58453
58454 #: cp/pt.cc:2744
58455 #, gcc-internal-format
58456 msgid "explicit specialization of %qD outside its namespace must use a nested-name-specifier"
58457 msgstr ""
58458
58459 #. This was allowed in C++98, so only pedwarn.
58460 #: cp/pt.cc:2749
58461 #, gcc-internal-format
58462 msgid "explicit instantiation of %qD outside its namespace must use a nested-name-specifier"
58463 msgstr ""
58464
58465 #: cp/pt.cc:2785
58466 #, gcc-internal-format
58467 msgid "explicit specialization %q#D may be missing attributes"
58468 msgstr ""
58469
58470 #: cp/pt.cc:2789
58471 #, gcc-internal-format, gfc-internal-format
58472 msgid "missing primary template attributes %s"
58473 msgstr ""
58474
58475 #: cp/pt.cc:2790
58476 #, gcc-internal-format, gfc-internal-format
58477 msgid "missing primary template attribute %s"
58478 msgstr ""
58479
58480 #: cp/pt.cc:2880 cp/pt.cc:2940
58481 #, gcc-internal-format
58482 msgid "template-id %qE in declaration of primary template"
58483 msgstr ""
58484
58485 #: cp/pt.cc:2893
58486 #, gcc-internal-format
58487 msgid "template parameter list used in explicit instantiation"
58488 msgstr ""
58489
58490 #: cp/pt.cc:2899
58491 #, gcc-internal-format
58492 msgid "definition provided for explicit instantiation"
58493 msgstr ""
58494
58495 #: cp/pt.cc:2907
58496 #, gcc-internal-format
58497 msgid "too many template parameter lists in declaration of %qD"
58498 msgstr ""
58499
58500 #: cp/pt.cc:2910
58501 #, gcc-internal-format
58502 msgid "too few template parameter lists in declaration of %qD"
58503 msgstr ""
58504
58505 #: cp/pt.cc:2912
58506 #, gcc-internal-format
58507 msgid "explicit specialization of %qD must be introduced by %<template <>%>"
58508 msgstr ""
58509
58510 #: cp/pt.cc:2918
58511 #, gcc-internal-format
58512 msgid "explicit specialization declared %<concept%>"
58513 msgstr ""
58514
58515 #: cp/pt.cc:2951
58516 #, gcc-internal-format
58517 msgid "non-type partial specialization %qE is not allowed"
58518 msgstr ""
58519
58520 #: cp/pt.cc:2955
58521 #, gcc-internal-format
58522 msgid "non-class, non-variable partial specialization %qE is not allowed"
58523 msgstr ""
58524
58525 #: cp/pt.cc:2987
58526 #, gcc-internal-format
58527 msgid "default argument specified in explicit specialization"
58528 msgstr ""
58529
58530 #: cp/pt.cc:3030
58531 #, gcc-internal-format
58532 msgid "%qD is not a template function"
58533 msgstr ""
58534
58535 #. From [temp.expl.spec]:
58536 #.
58537 #. If such an explicit specialization for the member
58538 #. of a class template names an implicitly-declared
58539 #. special member function (clause _special_), the
58540 #. program is ill-formed.
58541 #.
58542 #. Similar language is found in [temp.explicit].
58543 #: cp/pt.cc:3092
58544 #, gcc-internal-format
58545 msgid "specialization of implicitly-declared special member function"
58546 msgstr ""
58547
58548 #: cp/pt.cc:3108
58549 #, gcc-internal-format
58550 msgid "no member function %qD declared in %qT"
58551 msgstr ""
58552
58553 #: cp/pt.cc:3139
58554 #, gcc-internal-format
58555 msgid "friend declaration %qD is not visible to explicit specialization"
58556 msgstr ""
58557
58558 #: cp/pt.cc:3142
58559 #, gcc-internal-format
58560 msgid "friend declaration here"
58561 msgstr ""
58562
58563 #: cp/pt.cc:3251
58564 #, gcc-internal-format
58565 msgid "explicit specialization of function concept %qD"
58566 msgstr ""
58567
58568 #: cp/pt.cc:3849
58569 #, gcc-internal-format
58570 msgid "argument to %<__integer_pack%> must be between 0 and %d"
58571 msgstr ""
58572
58573 #: cp/pt.cc:4196
58574 #, gcc-internal-format
58575 msgid "base initializer expansion %qT contains no parameter packs"
58576 msgstr ""
58577
58578 #: cp/pt.cc:4264
58579 #, gcc-internal-format
58580 msgid "expansion pattern %qT contains no parameter packs"
58581 msgstr ""
58582
58583 #: cp/pt.cc:4266
58584 #, gcc-internal-format
58585 msgid "expansion pattern %qE contains no parameter packs"
58586 msgstr ""
58587
58588 #: cp/pt.cc:4348
58589 #, gcc-internal-format
58590 msgid "parameter packs not expanded with %<...%>:"
58591 msgstr ""
58592
58593 #: cp/pt.cc:4365 cp/pt.cc:5170
58594 #, gcc-internal-format
58595 msgid "        %qD"
58596 msgstr ""
58597
58598 #: cp/pt.cc:4367
58599 #, gcc-internal-format, gfc-internal-format
58600 msgid "        %s"
58601 msgstr ""
58602
58603 #: cp/pt.cc:4493
58604 #, gcc-internal-format
58605 msgid "declaration of template parameter %q+D shadows template parameter"
58606 msgstr ""
58607
58608 #: cp/pt.cc:4496
58609 #, gcc-internal-format
58610 msgid "declaration of %q+#D shadows template parameter"
58611 msgstr ""
58612
58613 #: cp/pt.cc:4498
58614 #, gcc-internal-format
58615 msgid "template parameter %qD declared here"
58616 msgstr ""
58617
58618 #: cp/pt.cc:5106
58619 #, gcc-internal-format
58620 msgid "specialization of variable concept %q#D"
58621 msgstr ""
58622
58623 #: cp/pt.cc:5165
58624 #, gcc-internal-format
58625 msgid "template parameters not deducible in partial specialization:"
58626 msgstr ""
58627
58628 #: cp/pt.cc:5188
58629 #, gcc-internal-format
58630 msgid "partial specialization %q+D does not specialize any template arguments; to define the primary template, remove the template argument list"
58631 msgstr ""
58632
58633 #: cp/pt.cc:5192
58634 #, gcc-internal-format
58635 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"
58636 msgstr ""
58637
58638 #: cp/pt.cc:5196 cp/pt.cc:5207 cp/pt.cc:5215
58639 #, gcc-internal-format
58640 msgid "primary template here"
58641 msgstr ""
58642
58643 #: cp/pt.cc:5204
58644 #, gcc-internal-format
58645 msgid "partial specialization is not more specialized than the primary template because it replaces multiple parameters with a pack expansion"
58646 msgstr ""
58647
58648 #: cp/pt.cc:5214
58649 #, gcc-internal-format
58650 msgid "too many arguments for partial specialization %qT"
58651 msgstr ""
58652
58653 #: cp/pt.cc:5228
58654 #, gcc-internal-format
58655 msgid "partial specialization %qD is not more specialized than"
58656 msgstr ""
58657
58658 #: cp/pt.cc:5230
58659 #, gcc-internal-format
58660 msgid "primary template %qD"
58661 msgstr ""
58662
58663 #: cp/pt.cc:5272
58664 #, gcc-internal-format
58665 msgid "parameter pack argument %qE must be at the end of the template argument list"
58666 msgstr ""
58667
58668 #: cp/pt.cc:5275
58669 #, gcc-internal-format
58670 msgid "parameter pack argument %qT must be at the end of the template argument list"
58671 msgstr ""
58672
58673 #: cp/pt.cc:5337
58674 #, gcc-internal-format
58675 msgid "type %qT of template argument %qE depends on a template parameter"
58676 msgid_plural "type %qT of template argument %qE depends on template parameters"
58677 msgstr[0] ""
58678 msgstr[1] ""
58679 msgstr[2] ""
58680
58681 #: cp/pt.cc:5396
58682 #, gcc-internal-format
58683 msgid "declaration of %qD ambiguates earlier template instantiation for %qD"
58684 msgstr ""
58685
58686 #: cp/pt.cc:5400
58687 #, gcc-internal-format
58688 msgid "partial specialization of %qD after instantiation of %qD"
58689 msgstr ""
58690
58691 #: cp/pt.cc:5583
58692 #, gcc-internal-format
58693 msgid "no default argument for %qD"
58694 msgstr ""
58695
58696 #. A primary class template, primary variable template
58697 #. (DR 2032), or alias template can only have one
58698 #. parameter pack, at the end of the template
58699 #. parameter list.
58700 #: cp/pt.cc:5606
58701 #, gcc-internal-format
58702 msgid "parameter pack %q+D must be at the end of the template parameter list"
58703 msgstr ""
58704
58705 #: cp/pt.cc:5642
58706 #, gcc-internal-format
58707 msgid "default template arguments may not be used in function template friend re-declaration"
58708 msgstr ""
58709
58710 #: cp/pt.cc:5645
58711 #, gcc-internal-format
58712 msgid "default template arguments may not be used in template friend declarations"
58713 msgstr ""
58714
58715 #: cp/pt.cc:5648
58716 #, gcc-internal-format
58717 msgid "default template arguments may not be used in function templates without %<-std=c++11%> or %<-std=gnu++11%>"
58718 msgstr ""
58719
58720 #: cp/pt.cc:5651
58721 #, gcc-internal-format
58722 msgid "default template arguments may not be used in partial specializations"
58723 msgstr ""
58724
58725 #: cp/pt.cc:5654 cp/pt.cc:5712
58726 #, gcc-internal-format
58727 msgid "default argument for template parameter for class enclosing %qD"
58728 msgstr ""
58729
58730 #: cp/pt.cc:5823
58731 #, gcc-internal-format
58732 msgid "template %qD declared"
58733 msgstr ""
58734
58735 #: cp/pt.cc:5831
58736 #, gcc-internal-format
58737 msgid "template class without a name"
58738 msgstr ""
58739
58740 #: cp/pt.cc:5839
58741 #, gcc-internal-format
58742 msgid "member template %qD may not have virt-specifiers"
58743 msgstr ""
58744
58745 #. [basic.stc.dynamic.allocation]
58746 #.
58747 #. An allocation function can be a function
58748 #. template. ... Template allocation functions shall
58749 #. have two or more parameters.
58750 #: cp/pt.cc:5862
58751 #, gcc-internal-format
58752 msgid "invalid template declaration of %qD"
58753 msgstr ""
58754
58755 #: cp/pt.cc:6014
58756 #, gcc-internal-format
58757 msgid "template definition of non-template %q#D"
58758 msgstr ""
58759
58760 #: cp/pt.cc:6053
58761 #, gcc-internal-format
58762 msgid "expected %d levels of template parms for %q#D, got %d"
58763 msgstr ""
58764
58765 #: cp/pt.cc:6067
58766 #, gcc-internal-format
58767 msgid "got %d template parameters for %q#D"
58768 msgstr ""
58769
58770 #: cp/pt.cc:6070
58771 #, gcc-internal-format
58772 msgid "got %d template parameters for %q#T"
58773 msgstr ""
58774
58775 #: cp/pt.cc:6072
58776 #, gcc-internal-format, gfc-internal-format
58777 msgid "  but %d required"
58778 msgstr ""
58779
58780 #: cp/pt.cc:6093
58781 #, gcc-internal-format
58782 msgid "template arguments to %qD do not match original template %qD"
58783 msgstr ""
58784
58785 #: cp/pt.cc:6096
58786 #, gcc-internal-format
58787 msgid "use %<template<>%> for an explicit specialization"
58788 msgstr ""
58789
58790 #: cp/pt.cc:6241
58791 #, gcc-internal-format
58792 msgid "%qT is not a template type"
58793 msgstr ""
58794
58795 #: cp/pt.cc:6254
58796 #, gcc-internal-format
58797 msgid "template specifiers not specified in declaration of %qD"
58798 msgstr ""
58799
58800 #: cp/pt.cc:6265
58801 #, gcc-internal-format, gfc-internal-format
58802 msgid "redeclared with %d template parameter"
58803 msgid_plural "redeclared with %d template parameters"
58804 msgstr[0] ""
58805 msgstr[1] ""
58806 msgstr[2] ""
58807
58808 #: cp/pt.cc:6269
58809 #, gcc-internal-format
58810 msgid "previous declaration %qD used %d template parameter"
58811 msgid_plural "previous declaration %qD used %d template parameters"
58812 msgstr[0] ""
58813 msgstr[1] ""
58814 msgstr[2] ""
58815
58816 #: cp/pt.cc:6303
58817 #, gcc-internal-format
58818 msgid "template parameter %q+#D"
58819 msgstr ""
58820
58821 #: cp/pt.cc:6304
58822 #, gcc-internal-format
58823 msgid "redeclared here as %q#D"
58824 msgstr ""
58825
58826 #: cp/pt.cc:6315
58827 #, gcc-internal-format
58828 msgid "declaration of template parameter %q+#D with different constraints"
58829 msgstr ""
58830
58831 #: cp/pt.cc:6318 cp/pt.cc:6345
58832 #, gcc-internal-format
58833 msgid "original declaration appeared here"
58834 msgstr ""
58835
58836 #: cp/pt.cc:6342
58837 #, gcc-internal-format
58838 msgid "redeclaration %q#D with different constraints"
58839 msgstr ""
58840
58841 #: cp/pt.cc:6695 cp/pt.cc:6764
58842 #, gcc-internal-format
58843 msgid "%qE is not a valid template argument for type %qT"
58844 msgstr ""
58845
58846 #: cp/pt.cc:6698
58847 #, gcc-internal-format
58848 msgid "it must be the address of a function with external linkage"
58849 msgstr ""
58850
58851 #: cp/pt.cc:6701
58852 #, gcc-internal-format
58853 msgid "it must be the name of a function with external linkage"
58854 msgstr ""
58855
58856 #: cp/pt.cc:6714
58857 #, gcc-internal-format
58858 msgid "%qE is not a valid template argument for type %qT because %qD has no linkage"
58859 msgstr ""
58860
58861 #: cp/pt.cc:6718
58862 #, gcc-internal-format
58863 msgid "%qE is not a valid template argument for type %qT because %qD does not have external linkage"
58864 msgstr ""
58865
58866 #: cp/pt.cc:6767
58867 #, gcc-internal-format
58868 msgid "it must be a pointer-to-member of the form %<&X::Y%>"
58869 msgstr ""
58870
58871 #: cp/pt.cc:6769
58872 #, gcc-internal-format
58873 msgid "because it is a member of %qT"
58874 msgstr ""
58875
58876 #: cp/pt.cc:6838
58877 #, gcc-internal-format
58878 msgid "  couldn%'t deduce template parameter %qD"
58879 msgstr ""
58880
58881 #: cp/pt.cc:6847
58882 #, gcc-internal-format
58883 msgid "  types %qT and %qT have incompatible cv-qualifiers"
58884 msgstr ""
58885
58886 #: cp/pt.cc:6856
58887 #, gcc-internal-format
58888 msgid "  mismatched types %qT and %qT"
58889 msgstr ""
58890
58891 #: cp/pt.cc:6865
58892 #, gcc-internal-format
58893 msgid "  template parameter %qD is not a parameter pack, but argument %qD is"
58894 msgstr ""
58895
58896 #: cp/pt.cc:6876
58897 #, gcc-internal-format
58898 msgid "  template argument %qE does not match pointer-to-member constant %qE"
58899 msgstr ""
58900
58901 #: cp/pt.cc:6886
58902 #, gcc-internal-format
58903 msgid "  %qE is not equivalent to %qE"
58904 msgstr ""
58905
58906 #: cp/pt.cc:6895
58907 #, gcc-internal-format
58908 msgid "  inconsistent parameter pack deduction with %qT and %qT"
58909 msgstr ""
58910
58911 #: cp/pt.cc:6907
58912 #, gcc-internal-format
58913 msgid "  deduced conflicting types for parameter %qT (%qT and %qT)"
58914 msgstr ""
58915
58916 #: cp/pt.cc:6911
58917 #, gcc-internal-format
58918 msgid "  deduced conflicting values for non-type parameter %qE (%qE and %qE)"
58919 msgstr ""
58920
58921 #: cp/pt.cc:6922
58922 #, gcc-internal-format
58923 msgid "  variable-sized array type %qT is not a valid template argument"
58924 msgstr ""
58925
58926 #: cp/pt.cc:6933
58927 #, gcc-internal-format
58928 msgid "  member function type %qT is not a valid template argument"
58929 msgstr ""
58930
58931 #: cp/pt.cc:6976
58932 #, gcc-internal-format
58933 msgid "  cannot convert %qE (type %qT) to type %qT"
58934 msgstr ""
58935
58936 #: cp/pt.cc:6989
58937 #, gcc-internal-format
58938 msgid "  %qT is an ambiguous base class of %qT"
58939 msgstr ""
58940
58941 #: cp/pt.cc:6993
58942 #, gcc-internal-format
58943 msgid "  %qT is not derived from %qT"
58944 msgstr ""
58945
58946 #: cp/pt.cc:7004
58947 #, gcc-internal-format
58948 msgid "  template parameters of a template template argument are inconsistent with other deduced template arguments"
58949 msgstr ""
58950
58951 #: cp/pt.cc:7014
58952 #, gcc-internal-format
58953 msgid "  cannot deduce a template for %qT from non-template type %qT"
58954 msgstr ""
58955
58956 #: cp/pt.cc:7024
58957 #, gcc-internal-format
58958 msgid "  template argument %qE does not match %qE"
58959 msgstr ""
58960
58961 #: cp/pt.cc:7085
58962 #, gcc-internal-format
58963 msgid "%qE is not a valid template argument of type %qT because %qE is not a variable"
58964 msgstr ""
58965
58966 #: cp/pt.cc:7093
58967 #, gcc-internal-format
58968 msgid "%qE is not a valid template argument of type %qT in C++98 because %qD does not have external linkage"
58969 msgstr ""
58970
58971 #: cp/pt.cc:7103
58972 #, gcc-internal-format
58973 msgid "%qE is not a valid template argument of type %qT because %qD has no linkage"
58974 msgstr ""
58975
58976 #: cp/pt.cc:7118
58977 #, gcc-internal-format
58978 msgid "the address of %qD is not a valid template argument"
58979 msgstr ""
58980
58981 #: cp/pt.cc:7128
58982 #, gcc-internal-format
58983 msgid "the address of the %qT subobject of %qD is not a valid template argument"
58984 msgstr ""
58985
58986 #: cp/pt.cc:7135
58987 #, gcc-internal-format
58988 msgid "the address of %qD is not a valid template argument because it does not have static storage duration"
58989 msgstr ""
58990
58991 #: cp/pt.cc:7153
58992 #, gcc-internal-format
58993 msgid "%qD is not a valid template argument because %qD is a variable, not the address of a variable"
58994 msgstr ""
58995
58996 #: cp/pt.cc:7161
58997 #, gcc-internal-format
58998 msgid "%qE is not a valid template argument for %qT because it is not the address of a variable"
58999 msgstr ""
59000
59001 #: cp/pt.cc:7273
59002 #, gcc-internal-format
59003 msgid "%qE is not a valid template argument for type %qT because string literals can never be used in this context"
59004 msgstr ""
59005
59006 #: cp/pt.cc:7440
59007 #, gcc-internal-format
59008 msgid "in template argument for type %qT"
59009 msgstr ""
59010
59011 #: cp/pt.cc:7454
59012 #, gcc-internal-format
59013 msgid "template argument %qE for type %qT not a compile-time constant"
59014 msgstr ""
59015
59016 #: cp/pt.cc:7540
59017 #, gcc-internal-format
59018 msgid "%qE is not a valid template argument for type %qT because of conflicts in cv-qualification"
59019 msgstr ""
59020
59021 #: cp/pt.cc:7548
59022 #, gcc-internal-format
59023 msgid "%qE is not a valid template argument for type %qT because it is not an lvalue"
59024 msgstr ""
59025
59026 #: cp/pt.cc:7566
59027 #, gcc-internal-format
59028 msgid "%q#D is not a valid template argument for type %qT because a reference variable does not have a constant address"
59029 msgstr ""
59030
59031 #: cp/pt.cc:7625
59032 #, gcc-internal-format
59033 msgid "%qE is not a valid template argument for type %qT because it is a pointer"
59034 msgstr ""
59035
59036 #: cp/pt.cc:7627
59037 #, gcc-internal-format
59038 msgid "try using %qE instead"
59039 msgstr ""
59040
59041 #: cp/pt.cc:7681
59042 #, gcc-internal-format
59043 msgid "%qE is not a valid template argument for type %qT because it is of type %qT"
59044 msgstr ""
59045
59046 #: cp/pt.cc:8251
59047 #, gcc-internal-format
59048 msgid "ignoring attributes on template argument %qT"
59049 msgstr ""
59050
59051 #: cp/pt.cc:8267
59052 #, gcc-internal-format
59053 msgid "ignoring attributes in template argument %qE"
59054 msgstr ""
59055
59056 #: cp/pt.cc:8403
59057 #, gcc-internal-format
59058 msgid "injected-class-name %qD used as template template argument"
59059 msgstr ""
59060
59061 #: cp/pt.cc:8432
59062 #, gcc-internal-format
59063 msgid "invalid use of destructor %qE as a type"
59064 msgstr ""
59065
59066 #: cp/pt.cc:8437
59067 #, gcc-internal-format
59068 msgid "to refer to a type member of a template parameter, use %<typename %E%>"
59069 msgstr ""
59070
59071 #: cp/pt.cc:8453 cp/pt.cc:8487 cp/pt.cc:8541
59072 #, gcc-internal-format
59073 msgid "type/value mismatch at argument %d in template parameter list for %qD"
59074 msgstr ""
59075
59076 #: cp/pt.cc:8461
59077 #, gcc-internal-format
59078 msgid "  expected a constant of type %qT, got %qT"
59079 msgstr ""
59080
59081 #: cp/pt.cc:8469
59082 #, gcc-internal-format
59083 msgid "  ambiguous template argument for non-type template parameter is treated as function type"
59084 msgstr ""
59085
59086 #: cp/pt.cc:8475
59087 #, gcc-internal-format
59088 msgid "  expected a class template, got %qE"
59089 msgstr ""
59090
59091 #: cp/pt.cc:8478
59092 #, gcc-internal-format
59093 msgid "  expected a type, got %qE"
59094 msgstr ""
59095
59096 #: cp/pt.cc:8492
59097 #, gcc-internal-format
59098 msgid "  expected a type, got %qT"
59099 msgstr ""
59100
59101 #: cp/pt.cc:8495
59102 #, gcc-internal-format
59103 msgid "  expected a class template, got %qT"
59104 msgstr ""
59105
59106 #: cp/pt.cc:8545
59107 #, gcc-internal-format
59108 msgid "  expected a template of type %qD, got %qT"
59109 msgstr ""
59110
59111 #: cp/pt.cc:8559
59112 #, gcc-internal-format
59113 msgid "constraint mismatch at argument %d in template parameter list for %qD"
59114 msgstr ""
59115
59116 #: cp/pt.cc:8562
59117 #, gcc-internal-format
59118 msgid "  expected %qD but got %qD"
59119 msgstr ""
59120
59121 #: cp/pt.cc:8635
59122 #, gcc-internal-format
59123 msgid "could not convert template argument %qE from %qT to %qT"
59124 msgstr ""
59125
59126 #: cp/pt.cc:8773 cp/pt.cc:9086
59127 #, gcc-internal-format, gfc-internal-format
59128 msgid "template argument %d is invalid"
59129 msgstr ""
59130
59131 #: cp/pt.cc:8788 cp/pt.cc:8920
59132 #, gcc-internal-format, gfc-internal-format
59133 msgid "wrong number of template arguments (%d, should be %d)"
59134 msgstr ""
59135
59136 #: cp/pt.cc:8916
59137 #, gcc-internal-format, gfc-internal-format
59138 msgid "wrong number of template arguments (%d, should be at least %d)"
59139 msgstr ""
59140
59141 #: cp/pt.cc:8925
59142 #, gcc-internal-format
59143 msgid "provided for %qD"
59144 msgstr ""
59145
59146 #: cp/pt.cc:8950
59147 #, gcc-internal-format
59148 msgid "pack expansion argument for non-pack parameter %qD of alias template %qD"
59149 msgstr ""
59150
59151 #: cp/pt.cc:8954
59152 #, gcc-internal-format
59153 msgid "pack expansion argument for non-pack parameter %qD of concept %qD"
59154 msgstr ""
59155
59156 #: cp/pt.cc:9052
59157 #, gcc-internal-format
59158 msgid "so any instantiation with a non-empty parameter pack would be ill-formed"
59159 msgstr ""
59160
59161 #: cp/pt.cc:9696
59162 #, gcc-internal-format
59163 msgid "%q#D is not a function template"
59164 msgstr ""
59165
59166 #: cp/pt.cc:9860
59167 #, gcc-internal-format
59168 msgid "non-template type %qT used as a template"
59169 msgstr ""
59170
59171 #: cp/pt.cc:9862
59172 #, gcc-internal-format
59173 msgid "for template declaration %q+D"
59174 msgstr ""
59175
59176 #: cp/pt.cc:9998 cp/pt.cc:21699
59177 #, gcc-internal-format
59178 msgid "template constraint failure for %qD"
59179 msgstr ""
59180
59181 #: cp/pt.cc:10374
59182 #, gcc-internal-format
59183 msgid "use of invalid variable template %qE"
59184 msgstr ""
59185
59186 #: cp/pt.cc:11039
59187 #, gcc-internal-format
59188 msgid "template instantiation depth exceeds maximum of %d (use %<-ftemplate-depth=%> to increase the maximum)"
59189 msgstr ""
59190
59191 #: cp/pt.cc:12207
59192 #, gcc-internal-format
59193 msgid "flexible array member %qD in union"
59194 msgstr ""
59195
59196 #: cp/pt.cc:12705
59197 #, gcc-internal-format
59198 msgid "fold of empty expansion over %O"
59199 msgstr ""
59200
59201 #: cp/pt.cc:13134
59202 #, gcc-internal-format
59203 msgid "%qE is not the entire pattern of the pack expansion"
59204 msgstr ""
59205
59206 #: cp/pt.cc:13222
59207 #, gcc-internal-format
59208 msgid "mismatched argument pack lengths while expanding %qT"
59209 msgstr ""
59210
59211 #: cp/pt.cc:13225
59212 #, gcc-internal-format
59213 msgid "mismatched argument pack lengths while expanding %qE"
59214 msgstr ""
59215
59216 #: cp/pt.cc:13837
59217 #, gcc-internal-format
59218 msgid "  when instantiating default argument for call to %qD"
59219 msgstr ""
59220
59221 #: cp/pt.cc:13932
59222 #, gcc-internal-format
59223 msgid "creating pointer to member function of non-class type %qT"
59224 msgstr ""
59225
59226 #. It may seem that this case cannot occur, since:
59227 #.
59228 #. typedef void f();
59229 #. void g() { f x; }
59230 #.
59231 #. declares a function, not a variable.  However:
59232 #.
59233 #. typedef void f();
59234 #. template <typename T> void g() { T t; }
59235 #. template void g<f>();
59236 #.
59237 #. is an attempt to declare a variable with function
59238 #. type.
59239 #: cp/pt.cc:14960
59240 #, gcc-internal-format
59241 msgid "variable %qD has function type"
59242 msgstr ""
59243
59244 #: cp/pt.cc:15154
59245 #, gcc-internal-format
59246 msgid "invalid parameter type %qT"
59247 msgstr ""
59248
59249 #: cp/pt.cc:15156
59250 #, gcc-internal-format
59251 msgid "in declaration %q+D"
59252 msgstr ""
59253
59254 #: cp/pt.cc:15282
59255 #, gcc-internal-format
59256 msgid "function returning an array"
59257 msgstr ""
59258
59259 #: cp/pt.cc:15284
59260 #, gcc-internal-format
59261 msgid "function returning a function"
59262 msgstr ""
59263
59264 #: cp/pt.cc:15986
59265 #, gcc-internal-format
59266 msgid "forming reference to void"
59267 msgstr ""
59268
59269 #: cp/pt.cc:15988
59270 #, gcc-internal-format
59271 msgid "forming pointer to reference type %qT"
59272 msgstr ""
59273
59274 #: cp/pt.cc:15990
59275 #, gcc-internal-format
59276 msgid "forming reference to reference type %qT"
59277 msgstr ""
59278
59279 #: cp/pt.cc:16003
59280 #, gcc-internal-format
59281 msgid "forming pointer to qualified function type %qT"
59282 msgstr ""
59283
59284 #: cp/pt.cc:16006
59285 #, gcc-internal-format
59286 msgid "forming reference to qualified function type %qT"
59287 msgstr ""
59288
59289 #: cp/pt.cc:16054
59290 #, gcc-internal-format
59291 msgid "creating pointer to member of non-class type %qT"
59292 msgstr ""
59293
59294 #: cp/pt.cc:16060
59295 #, gcc-internal-format
59296 msgid "creating pointer to member reference type %qT"
59297 msgstr ""
59298
59299 #: cp/pt.cc:16066
59300 #, gcc-internal-format
59301 msgid "creating pointer to member of type void"
59302 msgstr ""
59303
59304 #: cp/pt.cc:16132
59305 #, gcc-internal-format
59306 msgid "creating array of %qT"
59307 msgstr ""
59308
59309 #: cp/pt.cc:16167
59310 #, gcc-internal-format
59311 msgid "%qD is instantiated for an empty pack"
59312 msgstr ""
59313
59314 #: cp/pt.cc:16187
59315 #, gcc-internal-format
59316 msgid "%qT is not a class, struct, or union type"
59317 msgstr ""
59318
59319 #: cp/pt.cc:16221
59320 #, gcc-internal-format
59321 msgid "%qT resolves to %qT, which is not an enumeration type"
59322 msgstr ""
59323
59324 #: cp/pt.cc:16229
59325 #, gcc-internal-format
59326 msgid "%qT resolves to %qT, which is not a class type"
59327 msgstr ""
59328
59329 #: cp/pt.cc:16343
59330 #, gcc-internal-format
59331 msgid "use of %qs in template"
59332 msgstr ""
59333
59334 #: cp/pt.cc:16642
59335 #, gcc-internal-format
59336 msgid "qualifying type %qT does not match destructor name ~%qT"
59337 msgstr ""
59338
59339 #: cp/pt.cc:16657
59340 #, gcc-internal-format
59341 msgid "dependent-name %qE is parsed as a non-type, but instantiation yields a type"
59342 msgstr ""
59343
59344 #: cp/pt.cc:16659
59345 #, gcc-internal-format
59346 msgid "say %<typename %E%> if a type is meant"
59347 msgstr ""
59348
59349 #: cp/pt.cc:16752
59350 #, gcc-internal-format
59351 msgid "initializer for %q#D expands to an empty list of expressions"
59352 msgstr ""
59353
59354 #: cp/pt.cc:16903
59355 #, gcc-internal-format
59356 msgid "using invalid field %qD"
59357 msgstr ""
59358
59359 #: cp/pt.cc:17480 cp/pt.cc:19428
59360 #, gcc-internal-format
59361 msgid "invalid use of pack expansion expression"
59362 msgstr ""
59363
59364 #: cp/pt.cc:17484 cp/pt.cc:19432
59365 #, gcc-internal-format
59366 msgid "use %<...%> to expand argument pack"
59367 msgstr ""
59368
59369 #: cp/pt.cc:19572
59370 #, gcc-internal-format
59371 msgid "empty initializer in lambda init-capture"
59372 msgstr ""
59373
59374 #: cp/pt.cc:20757
59375 #, gcc-internal-format
59376 msgid "%qD was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation"
59377 msgstr ""
59378
59379 #: cp/pt.cc:20791
59380 #, gcc-internal-format
59381 msgid "declarations in dependent base %qT are not found by unqualified lookup"
59382 msgstr ""
59383
59384 #: cp/pt.cc:20796
59385 #, gcc-internal-format
59386 msgid "use %<this->%D%> instead"
59387 msgstr ""
59388
59389 #: cp/pt.cc:20799
59390 #, gcc-internal-format
59391 msgid "use %<%T::%D%> instead"
59392 msgstr ""
59393
59394 #: cp/pt.cc:20804
59395 #, gcc-internal-format
59396 msgid "%qD declared here, later in the translation unit"
59397 msgstr ""
59398
59399 #: cp/pt.cc:20855
59400 #, gcc-internal-format
59401 msgid "wrong number of arguments to %<__builtin_convertvector%>"
59402 msgstr ""
59403
59404 #: cp/pt.cc:21090
59405 #, gcc-internal-format
59406 msgid "%qT is not a class or namespace"
59407 msgstr ""
59408
59409 #: cp/pt.cc:21093
59410 #, gcc-internal-format
59411 msgid "%qD is not a class or namespace"
59412 msgstr ""
59413
59414 #: cp/pt.cc:21417
59415 #, gcc-internal-format
59416 msgid "%qT is/uses unnamed type"
59417 msgstr ""
59418
59419 #: cp/pt.cc:21419
59420 #, gcc-internal-format
59421 msgid "template argument for %qD uses local type %qT"
59422 msgstr ""
59423
59424 #: cp/pt.cc:21429
59425 #, gcc-internal-format
59426 msgid "%qT is a variably modified type"
59427 msgstr ""
59428
59429 #: cp/pt.cc:21444
59430 #, gcc-internal-format
59431 msgid "integral expression %qE is not constant"
59432 msgstr ""
59433
59434 #: cp/pt.cc:21462
59435 #, gcc-internal-format
59436 msgid "  trying to instantiate %qD"
59437 msgstr ""
59438
59439 #: cp/pt.cc:25611
59440 #, gcc-internal-format
59441 msgid "ambiguous template instantiation for %q#T"
59442 msgstr ""
59443
59444 #: cp/pt.cc:25613
59445 #, gcc-internal-format
59446 msgid "ambiguous template instantiation for %q#D"
59447 msgstr ""
59448
59449 #: cp/pt.cc:25619
59450 msgid "%s %#qS"
59451 msgstr ""
59452
59453 #: cp/pt.cc:25643 cp/pt.cc:25738
59454 #, gcc-internal-format
59455 msgid "explicit instantiation of non-template %q#D"
59456 msgstr ""
59457
59458 #: cp/pt.cc:25649
59459 #, gcc-internal-format
59460 msgid "explicit instantiation of variable concept %q#D"
59461 msgstr ""
59462
59463 #: cp/pt.cc:25651
59464 #, gcc-internal-format
59465 msgid "explicit instantiation of function concept %q#D"
59466 msgstr ""
59467
59468 #: cp/pt.cc:25670
59469 #, gcc-internal-format
59470 msgid "%qD is not a static data member of a class template"
59471 msgstr ""
59472
59473 #: cp/pt.cc:25676 cp/pt.cc:25733
59474 #, gcc-internal-format
59475 msgid "no matching template for %qD found"
59476 msgstr ""
59477
59478 #: cp/pt.cc:25681
59479 #, gcc-internal-format
59480 msgid "type %qT for explicit instantiation %qD does not match declared type %qT"
59481 msgstr ""
59482
59483 #: cp/pt.cc:25689
59484 #, gcc-internal-format
59485 msgid "explicit instantiation of %q#D"
59486 msgstr ""
59487
59488 #: cp/pt.cc:25725
59489 #, gcc-internal-format
59490 msgid "duplicate explicit instantiation of %q#D"
59491 msgstr ""
59492
59493 #: cp/pt.cc:25748 cp/pt.cc:25815
59494 #, gcc-internal-format
59495 msgid "ISO C++ 1998 forbids the use of %<extern%> on explicit instantiations"
59496 msgstr ""
59497
59498 #: cp/pt.cc:25753 cp/pt.cc:25830
59499 #, gcc-internal-format
59500 msgid "storage class %qD applied to template instantiation"
59501 msgstr ""
59502
59503 #: cp/pt.cc:25787
59504 #, gcc-internal-format
59505 msgid "explicit instantiation of non-class template %qD"
59506 msgstr ""
59507
59508 #: cp/pt.cc:25790
59509 #, gcc-internal-format
59510 msgid "explicit instantiation of non-template type %qT"
59511 msgstr ""
59512
59513 #: cp/pt.cc:25799
59514 #, gcc-internal-format
59515 msgid "explicit instantiation of %q#T before definition of template"
59516 msgstr ""
59517
59518 #: cp/pt.cc:25820
59519 #, gcc-internal-format
59520 msgid "ISO C++ forbids the use of %qE on explicit instantiations"
59521 msgstr ""
59522
59523 #: cp/pt.cc:25860
59524 #, gcc-internal-format
59525 msgid "duplicate explicit instantiation of %q#T"
59526 msgstr ""
59527
59528 #: cp/pt.cc:26158
59529 #, gcc-internal-format
59530 msgid "exception specification of %qD depends on itself"
59531 msgstr ""
59532
59533 #. [temp.explicit]
59534 #.
59535 #. The definition of a non-exported function template, a
59536 #. non-exported member function template, or a non-exported
59537 #. member function or static data member of a class template
59538 #. shall be present in every translation unit in which it is
59539 #. explicitly instantiated.
59540 #: cp/pt.cc:26652
59541 #, gcc-internal-format
59542 msgid "explicit instantiation of %qD but no definition available"
59543 msgstr ""
59544
59545 #: cp/pt.cc:26700
59546 #, gcc-internal-format
59547 msgid "template instantiation depth exceeds maximum of %d instantiating %q+D, possibly from virtual table generation (use %<-ftemplate-depth=%> to increase the maximum)"
59548 msgstr ""
59549
59550 #: cp/pt.cc:27072
59551 #, gcc-internal-format
59552 msgid "non-type template parameters of deduced class type only available with %<-std=c++20%> or %<-std=gnu++20%>"
59553 msgstr ""
59554
59555 #: cp/pt.cc:27102
59556 #, gcc-internal-format
59557 msgid "%qT is not a valid type for a template non-type parameter because it is not structural"
59558 msgstr ""
59559
59560 #: cp/pt.cc:27111
59561 #, gcc-internal-format
59562 msgid "non-type template parameters of class type only available with %<-std=c++20%> or %<-std=gnu++20%>"
59563 msgstr ""
59564
59565 #: cp/pt.cc:27119
59566 #, gcc-internal-format
59567 msgid "invalid template non-type parameter"
59568 msgstr ""
59569
59570 #: cp/pt.cc:27121
59571 #, gcc-internal-format
59572 msgid "%q#T is not a valid type for a template non-type parameter"
59573 msgstr ""
59574
59575 #: cp/pt.cc:28519
59576 #, gcc-internal-format
59577 msgid "keyword %<template%> not allowed in declarator-id"
59578 msgstr ""
59579
59580 #: cp/pt.cc:28809
59581 #, gcc-internal-format
59582 msgid "a concept cannot be constrained"
59583 msgstr ""
59584
59585 #: cp/pt.cc:28818
59586 #, gcc-internal-format
59587 msgid "concept %qE not in namespace scope"
59588 msgstr ""
59589
59590 #: cp/pt.cc:28824
59591 #, gcc-internal-format
59592 msgid "concept %qE has multiple template parameter lists"
59593 msgstr ""
59594
59595 #: cp/pt.cc:28851
59596 #, gcc-internal-format
59597 msgid "deducing from brace-enclosed initializer list requires %<#include <initializer_list>%>"
59598 msgstr ""
59599
59600 #: cp/pt.cc:29903
59601 #, gcc-internal-format
59602 msgid "non-deducible template %qT used without template arguments"
59603 msgstr ""
59604
59605 #: cp/pt.cc:29909
59606 #, gcc-internal-format
59607 msgid "alias template deduction only available with %<-std=c++20%> or %<-std=gnu++20%>"
59608 msgstr ""
59609
59610 #: cp/pt.cc:30015
59611 #, gcc-internal-format
59612 msgid "cannot deduce template arguments for copy-initialization of %qT, as it has no non-explicit deduction guides or user-declared constructors"
59613 msgstr ""
59614
59615 #: cp/pt.cc:30022
59616 #, gcc-internal-format
59617 msgid "cannot deduce template arguments of %qT, as it has no viable deduction guides"
59618 msgstr ""
59619
59620 #: cp/pt.cc:30034
59621 #, gcc-internal-format
59622 msgid "class template argument deduction failed:"
59623 msgstr ""
59624
59625 #: cp/pt.cc:30037
59626 #, gcc-internal-format
59627 msgid "explicit deduction guides not considered for copy-initialization"
59628 msgstr ""
59629
59630 #. TODO: Pass down location from cp_finish_decl.
59631 #: cp/pt.cc:30051
59632 #, gcc-internal-format
59633 msgid "class template argument deduction for %qT failed: explicit deduction guide selected in copy-list-initialization"
59634 msgstr ""
59635
59636 #: cp/pt.cc:30055
59637 #, gcc-internal-format
59638 msgid "explicit deduction guide declared here"
59639 msgstr ""
59640
59641 #: cp/pt.cc:30069
59642 #, gcc-internal-format
59643 msgid "%qT may not intend to support class template argument deduction"
59644 msgstr ""
59645
59646 #: cp/pt.cc:30071
59647 #, gcc-internal-format
59648 msgid "add a deduction guide to suppress this warning"
59649 msgstr ""
59650
59651 #: cp/pt.cc:30136
59652 #, gcc-internal-format
59653 msgid "direct-list-initialization of %<auto%> requires exactly one element"
59654 msgstr ""
59655
59656 #: cp/pt.cc:30139
59657 #, gcc-internal-format
59658 msgid "for deduction to %<std::initializer_list%>, use copy-list-initialization (i.e. add %<=%> before the %<{%>)"
59659 msgstr ""
59660
59661 #: cp/pt.cc:30229
59662 #, gcc-internal-format
59663 msgid "unable to deduce lambda return type from %qE"
59664 msgstr ""
59665
59666 #: cp/pt.cc:30231
59667 #, gcc-internal-format
59668 msgid "unable to deduce %qT from %qE"
59669 msgstr ""
59670
59671 #: cp/pt.cc:30303
59672 #, gcc-internal-format
59673 msgid "placeholder constraints not satisfied"
59674 msgstr ""
59675
59676 #: cp/pt.cc:30307
59677 #, gcc-internal-format
59678 msgid "deduced initializer does not satisfy placeholder constraints"
59679 msgstr "izvedeni inicijalizator ne zadovoljava ograničenja zamjenskih znakova"
59680
59681 #: cp/pt.cc:30311
59682 #, gcc-internal-format
59683 msgid "deduced return type does not satisfy placeholder constraints"
59684 msgstr "izvedena vrsta vraćanja ne zadovoljava ograničenja zamjenskih znakova"
59685
59686 #: cp/pt.cc:30315
59687 #, gcc-internal-format
59688 msgid "deduced expression type does not satisfy placeholder constraints"
59689 msgstr "izvedena vrsta izraza ne zadovoljava ograničenja zamjenskih znakova"
59690
59691 #: cp/pt.cc:30455
59692 #, gcc-internal-format
59693 msgid "invalid use of %qT in template argument"
59694 msgstr ""
59695
59696 #: cp/rtti.cc:310
59697 #, gcc-internal-format
59698 msgid "cannot use %<typeid%> with %<-fno-rtti%>"
59699 msgstr ""
59700
59701 #: cp/rtti.cc:323
59702 #, gcc-internal-format
59703 msgid "must %<#include <typeinfo>%> before using %<typeid%>"
59704 msgstr ""
59705
59706 #: cp/rtti.cc:424
59707 #, gcc-internal-format
59708 msgid "cannot create type information for type %qT because it involves types of variable size"
59709 msgstr ""
59710
59711 #: cp/rtti.cc:527
59712 #, gcc-internal-format
59713 msgid "%<typeid%> of qualified function type %qT"
59714 msgstr ""
59715
59716 #: cp/rtti.cc:717 cp/rtti.cc:733
59717 #, gcc-internal-format
59718 msgid "%<dynamic_cast<%#T>(%#D)%> can never succeed"
59719 msgstr ""
59720
59721 #: cp/rtti.cc:745
59722 #, gcc-internal-format
59723 msgid "%<dynamic_cast%> not permitted with %<-fno-rtti%>"
59724 msgstr ""
59725
59726 #: cp/rtti.cc:821
59727 #, gcc-internal-format
59728 msgid "cannot %<dynamic_cast%> %qE (of type %q#T) to type %q#T (%s)"
59729 msgstr ""
59730
59731 #: cp/search.cc:278
59732 #, gcc-internal-format
59733 msgid "%qT is an ambiguous base of %qT"
59734 msgstr ""
59735
59736 #: cp/search.cc:294
59737 #, gcc-internal-format
59738 msgid "%qT is an inaccessible base of %qT"
59739 msgstr ""
59740
59741 #: cp/search.cc:1913
59742 #, gcc-internal-format
59743 msgid "looser exception specification on overriding virtual function %q+#F"
59744 msgstr ""
59745
59746 #: cp/search.cc:1916
59747 #, gcc-internal-format
59748 msgid "overridden function is %q#F"
59749 msgstr ""
59750
59751 #: cp/search.cc:1991
59752 #, gcc-internal-format
59753 msgid "invalid covariant return type for %q#D"
59754 msgstr ""
59755
59756 #: cp/search.cc:1993 cp/search.cc:2010 cp/search.cc:2027
59757 #, gcc-internal-format
59758 msgid "overridden function is %q#D"
59759 msgstr ""
59760
59761 #: cp/search.cc:2006
59762 #, gcc-internal-format
59763 msgid "invalid covariant return type for %q+#D"
59764 msgstr ""
59765
59766 #: cp/search.cc:2008
59767 #, gcc-internal-format
59768 msgid "conflicting return type specified for %q+#D"
59769 msgstr ""
59770
59771 #: cp/search.cc:2025
59772 #, gcc-internal-format
59773 msgid "conflicting type attributes specified for %q+#D"
59774 msgstr ""
59775
59776 #: cp/search.cc:2040
59777 #, gcc-internal-format
59778 msgid "%<consteval%> function %q+D overriding non-%<consteval%> function"
59779 msgstr ""
59780
59781 #: cp/search.cc:2043
59782 #, gcc-internal-format
59783 msgid "non-%<consteval%> function %q+D overriding %<consteval%> function"
59784 msgstr ""
59785
59786 #: cp/search.cc:2046 cp/search.cc:2075 cp/search.cc:2084 cp/search.cc:2093
59787 #, gcc-internal-format
59788 msgid "overridden function is %qD"
59789 msgstr ""
59790
59791 #: cp/search.cc:2062
59792 #, gcc-internal-format
59793 msgid "%qD declared %<transaction_safe_dynamic%>"
59794 msgstr ""
59795
59796 #: cp/search.cc:2064
59797 #, gcc-internal-format
59798 msgid "overriding %qD declared %<transaction_safe%>"
59799 msgstr ""
59800
59801 #: cp/search.cc:2072
59802 #, gcc-internal-format
59803 msgid "deleted function %q+D overriding non-deleted function"
59804 msgstr ""
59805
59806 #: cp/search.cc:2081
59807 #, gcc-internal-format
59808 msgid "non-deleted function %q+D overriding deleted function"
59809 msgstr ""
59810
59811 #: cp/search.cc:2091
59812 #, gcc-internal-format
59813 msgid "virtual function %q+D overriding final function"
59814 msgstr ""
59815
59816 #: cp/search.cc:2176
59817 #, gcc-internal-format
59818 msgid "%q+#D cannot be declared"
59819 msgstr ""
59820
59821 #: cp/search.cc:2177
59822 #, gcc-internal-format
59823 msgid "  since %q+#D declared in base class"
59824 msgstr ""
59825
59826 #: cp/semantics.cc:984
59827 #, gcc-internal-format
59828 msgid "%<std::is_constant_evaluated%> always evaluates to true in %<if constexpr%>"
59829 msgstr ""
59830
59831 #: cp/semantics.cc:988
59832 #, gcc-internal-format
59833 msgid "%<std::is_constant_evaluated%> always evaluates to false in a non-%<constexpr%> function"
59834 msgstr ""
59835
59836 #: cp/semantics.cc:992
59837 #, gcc-internal-format
59838 msgid "%<std::is_constant_evaluated%> always evaluates to true in a %<consteval%> function"
59839 msgstr ""
59840
59841 #: cp/semantics.cc:1159
59842 #, gcc-internal-format
59843 msgid "suggest explicit braces around empty body in %<do%> statement"
59844 msgstr ""
59845
59846 #: cp/semantics.cc:1678
59847 #, gcc-internal-format
59848 msgid "catching polymorphic type %q#T by value"
59849 msgstr ""
59850
59851 #: cp/semantics.cc:1683
59852 #, gcc-internal-format
59853 msgid "catching type %q#T by value"
59854 msgstr ""
59855
59856 #: cp/semantics.cc:1688
59857 #, gcc-internal-format
59858 msgid "catching non-reference type %q#T"
59859 msgstr ""
59860
59861 #: cp/semantics.cc:1898
59862 #, gcc-internal-format
59863 msgid "type of %<asm%> operand %qE could not be determined"
59864 msgstr ""
59865
59866 #: cp/semantics.cc:1980
59867 #, gcc-internal-format
59868 msgid "%<__label__%> declarations are only allowed in function scopes"
59869 msgstr ""
59870
59871 #: cp/semantics.cc:2146
59872 #, gcc-internal-format
59873 msgid "invalid use of member %qD in static member function"
59874 msgstr ""
59875
59876 #: cp/semantics.cc:2396
59877 #, gcc-internal-format
59878 msgid "%qE missing template arguments"
59879 msgstr ""
59880
59881 #: cp/semantics.cc:2456
59882 #, gcc-internal-format
59883 msgid "a statement expression is an insufficient context for overload resolution"
59884 msgstr ""
59885
59886 #: cp/semantics.cc:2808
59887 #, gcc-internal-format
59888 msgid "cannot call a concept as a function"
59889 msgstr ""
59890
59891 #: cp/semantics.cc:2876
59892 #, gcc-internal-format
59893 msgid "arguments to destructor are not allowed"
59894 msgstr ""
59895
59896 #: cp/semantics.cc:2973
59897 #, gcc-internal-format
59898 msgid "%<this%> is unavailable for static member functions"
59899 msgstr ""
59900
59901 #: cp/semantics.cc:2975
59902 #, gcc-internal-format
59903 msgid "invalid use of %<this%> in non-member function"
59904 msgstr ""
59905
59906 #: cp/semantics.cc:2977
59907 #, gcc-internal-format
59908 msgid "invalid use of %<this%> at top level"
59909 msgstr ""
59910
59911 #: cp/semantics.cc:2999
59912 #, gcc-internal-format
59913 msgid "invalid qualifying scope in pseudo-destructor name"
59914 msgstr ""
59915
59916 #: cp/semantics.cc:3007 cp/typeck.cc:2940
59917 #, gcc-internal-format
59918 msgid "qualified type %qT does not match destructor name ~%qT"
59919 msgstr ""
59920
59921 #: cp/semantics.cc:3029
59922 #, gcc-internal-format
59923 msgid "%qE is not of type %qT"
59924 msgstr ""
59925
59926 #: cp/semantics.cc:3136
59927 #, gcc-internal-format
59928 msgid "compound literal of non-object type %qT"
59929 msgstr ""
59930
59931 #: cp/semantics.cc:3156
59932 #, gcc-internal-format
59933 msgid "%<auto{x}%> cannot be constrained"
59934 msgstr ""
59935
59936 #: cp/semantics.cc:3161
59937 #, gcc-internal-format
59938 msgid "%<auto{x}%> only available with %<-std=c++2b%> or %<-std=gnu++2b%>"
59939 msgstr ""
59940
59941 #: cp/semantics.cc:3342
59942 #, gcc-internal-format
59943 msgid "template type parameters must use the keyword %<class%> or %<typename%>"
59944 msgstr ""
59945
59946 #: cp/semantics.cc:3392
59947 #, gcc-internal-format
59948 msgid "invalid use of type %qT as a default value for a template template-parameter"
59949 msgstr ""
59950
59951 #: cp/semantics.cc:3395
59952 #, gcc-internal-format
59953 msgid "invalid default argument for a template template parameter"
59954 msgstr ""
59955
59956 #: cp/semantics.cc:3412
59957 #, gcc-internal-format
59958 msgid "definition of %q#T inside template parameter list"
59959 msgstr ""
59960
59961 #: cp/semantics.cc:3443
59962 #, gcc-internal-format
59963 msgid "invalid definition of qualified type %qT"
59964 msgstr ""
59965
59966 #: cp/semantics.cc:3735
59967 #, gcc-internal-format
59968 msgid "invalid base-class specification"
59969 msgstr ""
59970
59971 #: cp/semantics.cc:3900
59972 #, gcc-internal-format
59973 msgid "cannot capture member %qD of anonymous union"
59974 msgstr ""
59975
59976 #: cp/semantics.cc:3917 cp/semantics.cc:12154
59977 #, gcc-internal-format
59978 msgid "%qD is not captured"
59979 msgstr ""
59980
59981 #: cp/semantics.cc:3921
59982 #, gcc-internal-format
59983 msgid "the lambda has no capture-default"
59984 msgstr ""
59985
59986 #: cp/semantics.cc:3923
59987 #, gcc-internal-format
59988 msgid "lambda in local class %q+T cannot capture variables from the enclosing context"
59989 msgstr ""
59990
59991 #: cp/semantics.cc:3935
59992 #, gcc-internal-format
59993 msgid "use of local variable with automatic storage from containing function"
59994 msgstr ""
59995
59996 #: cp/semantics.cc:3937
59997 #, gcc-internal-format
59998 msgid "use of parameter from containing function"
59999 msgstr ""
60000
60001 #: cp/semantics.cc:4064
60002 #, gcc-internal-format
60003 msgid "use of parameter outside function body"
60004 msgstr ""
60005
60006 #: cp/semantics.cc:4074
60007 #, gcc-internal-format
60008 msgid "missing template arguments"
60009 msgstr ""
60010
60011 #: cp/semantics.cc:4110
60012 #, gcc-internal-format
60013 msgid "template parameter %qD of type %qT is not allowed in an integral constant expression because it is not of integral or enumeration type"
60014 msgstr ""
60015
60016 #: cp/semantics.cc:4141
60017 #, gcc-internal-format
60018 msgid "use of class template %qT as expression"
60019 msgstr ""
60020
60021 #. Ambiguous reference to base members.
60022 #: cp/semantics.cc:4148
60023 #, gcc-internal-format
60024 msgid "request for member %qD is ambiguous in multiple inheritance lattice"
60025 msgstr ""
60026
60027 #: cp/semantics.cc:4176
60028 #, gcc-internal-format
60029 msgid "%qD cannot appear in a constant-expression"
60030 msgstr ""
60031
60032 #: cp/semantics.cc:4338
60033 #, gcc-internal-format
60034 msgid "type of %qE is unknown"
60035 msgstr ""
60036
60037 #: cp/semantics.cc:4367
60038 #, gcc-internal-format
60039 msgid "%qT is not an enumeration type"
60040 msgstr ""
60041
60042 #. Parameter packs can only be used in templates
60043 #: cp/semantics.cc:4501
60044 #, gcc-internal-format
60045 msgid "parameter pack %<__bases%> only valid in template declaration"
60046 msgstr ""
60047
60048 #: cp/semantics.cc:4533
60049 #, gcc-internal-format
60050 msgid "cannot apply %<offsetof%> to destructor %<~%T%>"
60051 msgstr ""
60052
60053 #: cp/semantics.cc:4546
60054 #, gcc-internal-format
60055 msgid "cannot apply %<offsetof%> to member function %qD"
60056 msgstr ""
60057
60058 #: cp/semantics.cc:4550
60059 #, gcc-internal-format
60060 msgid "cannot apply %<offsetof%> to member function"
60061 msgstr ""
60062
60063 #: cp/semantics.cc:4555
60064 #, gcc-internal-format
60065 msgid "cannot apply %<offsetof%> to an enumerator %qD"
60066 msgstr ""
60067
60068 #: cp/semantics.cc:4566
60069 #, gcc-internal-format
60070 msgid "%<offsetof%> within non-standard-layout type %qT is conditionally-supported"
60071 msgstr ""
60072
60073 #: cp/semantics.cc:5906
60074 #, gcc-internal-format
60075 msgid "user defined reduction lookup is ambiguous"
60076 msgstr ""
60077
60078 #: cp/semantics.cc:6179
60079 #, gcc-internal-format
60080 msgid "%qE in %<reduction%> clause is a zero size array"
60081 msgstr ""
60082
60083 #: cp/semantics.cc:6225
60084 #, gcc-internal-format
60085 msgid "%qE has const type for %<reduction%>"
60086 msgstr ""
60087
60088 #: cp/semantics.cc:6344
60089 #, gcc-internal-format
60090 msgid "user defined reduction with constructor initializer for base class %qT"
60091 msgstr ""
60092
60093 #: cp/semantics.cc:6811
60094 #, gcc-internal-format
60095 msgid "linear clause with %qs modifier applied to non-reference variable with %qT type"
60096 msgstr ""
60097
60098 #: cp/semantics.cc:6826
60099 #, gcc-internal-format
60100 msgid "linear clause applied to non-integral non-pointer variable with %qT type"
60101 msgstr ""
60102
60103 #: cp/semantics.cc:6850
60104 #, gcc-internal-format
60105 msgid "linear step expression must be integral"
60106 msgstr ""
60107
60108 #: cp/semantics.cc:6943 cp/semantics.cc:7075 cp/semantics.cc:7134
60109 #: cp/semantics.cc:7532 cp/semantics.cc:8649
60110 #, gcc-internal-format
60111 msgid "%<this%> allowed in OpenMP only in %<declare simd%> clauses"
60112 msgstr ""
60113
60114 #: cp/semantics.cc:6955 cp/semantics.cc:8662
60115 #, gcc-internal-format
60116 msgid "%qD is not a variable in clause %qs"
60117 msgstr ""
60118
60119 #: cp/semantics.cc:7088
60120 #, gcc-internal-format
60121 msgid "%qD is not a variable in clause %<firstprivate%>"
60122 msgstr ""
60123
60124 #: cp/semantics.cc:7147
60125 #, gcc-internal-format
60126 msgid "%qD is not a variable in clause %<lastprivate%>"
60127 msgstr ""
60128
60129 #: cp/semantics.cc:7197
60130 #, gcc-internal-format
60131 msgid "%<gang%> static expression must be integral"
60132 msgstr ""
60133
60134 #: cp/semantics.cc:7211
60135 #, gcc-internal-format
60136 msgid "%<gang%> static value must be positive"
60137 msgstr ""
60138
60139 #: cp/semantics.cc:7245
60140 #, gcc-internal-format
60141 msgid "%<gang%> num expression must be integral"
60142 msgstr ""
60143
60144 #: cp/semantics.cc:7248
60145 #, gcc-internal-format
60146 msgid "%<vector%> length expression must be integral"
60147 msgstr ""
60148
60149 #: cp/semantics.cc:7252
60150 #, gcc-internal-format
60151 msgid "%<worker%> num expression must be integral"
60152 msgstr ""
60153
60154 #: cp/semantics.cc:7274
60155 #, gcc-internal-format
60156 msgid "%<gang%> num value must be positive"
60157 msgstr ""
60158
60159 #: cp/semantics.cc:7278
60160 #, gcc-internal-format
60161 msgid "%<vector%> length value must be positive"
60162 msgstr ""
60163
60164 #: cp/semantics.cc:7283
60165 #, gcc-internal-format
60166 msgid "%<worker%> num value must be positive"
60167 msgstr ""
60168
60169 #: cp/semantics.cc:7357
60170 #, gcc-internal-format
60171 msgid "schedule chunk size expression must be integral"
60172 msgstr ""
60173
60174 #: cp/semantics.cc:7390
60175 #, gcc-internal-format
60176 msgid "%qs length expression must be integral"
60177 msgstr ""
60178
60179 #: cp/semantics.cc:7404
60180 #, gcc-internal-format
60181 msgid "%qs length expression must be positive constant integer expression"
60182 msgstr ""
60183
60184 #: cp/semantics.cc:7424
60185 #, gcc-internal-format
60186 msgid "%<async%> expression must be integral"
60187 msgstr ""
60188
60189 #: cp/semantics.cc:7453
60190 #, gcc-internal-format
60191 msgid "%<thread_limit%> expression must be integral"
60192 msgstr ""
60193
60194 #: cp/semantics.cc:7483
60195 #, gcc-internal-format
60196 msgid "%<device%> id must be integral"
60197 msgstr ""
60198
60199 #: cp/semantics.cc:7514
60200 #, gcc-internal-format
60201 msgid "%<dist_schedule%> chunk size expression must be integral"
60202 msgstr ""
60203
60204 #: cp/semantics.cc:7543
60205 #, gcc-internal-format
60206 msgid "%qD is not a variable in %<aligned%> clause"
60207 msgstr ""
60208
60209 #: cp/semantics.cc:7558
60210 #, gcc-internal-format
60211 msgid "%qE in %<aligned%> clause is neither a pointer nor an array nor a reference to pointer or array"
60212 msgstr ""
60213
60214 #: cp/semantics.cc:7565
60215 #, gcc-internal-format
60216 msgid "%qD appears more than once in %<aligned%> clauses"
60217 msgstr ""
60218
60219 #: cp/semantics.cc:7580
60220 #, gcc-internal-format
60221 msgid "%<aligned%> clause alignment expression must be integral"
60222 msgstr ""
60223
60224 #: cp/semantics.cc:7613
60225 #, gcc-internal-format
60226 msgid "%qD is not a variable in %<nontemporal%> clause"
60227 msgstr ""
60228
60229 #: cp/semantics.cc:7624
60230 #, gcc-internal-format
60231 msgid "%qD appears more than once in %<nontemporal%> clauses"
60232 msgstr ""
60233
60234 #: cp/semantics.cc:7641
60235 #, gcc-internal-format
60236 msgid "%<this%> not allowed in %<allocate%> clause"
60237 msgstr ""
60238
60239 #: cp/semantics.cc:7653
60240 #, gcc-internal-format
60241 msgid "%qD is not a variable in %<allocate%> clause"
60242 msgstr ""
60243
60244 #: cp/semantics.cc:7662
60245 #, gcc-internal-format
60246 msgid "%qD appears more than once in %<allocate%> clauses"
60247 msgstr ""
60248
60249 #: cp/semantics.cc:7799
60250 #, gcc-internal-format
60251 msgid "%qD is not lvalue expression nor array section in %qs clause"
60252 msgstr ""
60253
60254 #: cp/semantics.cc:8309
60255 #, gcc-internal-format
60256 msgid "template %qE in clause %qs"
60257 msgstr ""
60258
60259 #: cp/semantics.cc:8313
60260 #, gcc-internal-format
60261 msgid "overloaded function name %qE in clause %qs"
60262 msgstr ""
60263
60264 #: cp/semantics.cc:8382
60265 #, gcc-internal-format
60266 msgid "%<grainsize%> expression must be integral"
60267 msgstr ""
60268
60269 #: cp/semantics.cc:8412
60270 #, gcc-internal-format
60271 msgid "%<priority%> expression must be integral"
60272 msgstr ""
60273
60274 #: cp/semantics.cc:8442
60275 #, gcc-internal-format
60276 msgid "%<hint%> expression must be integral"
60277 msgstr ""
60278
60279 #: cp/semantics.cc:8455
60280 #, gcc-internal-format
60281 msgid "%<hint%> expression must be constant integer expression"
60282 msgstr ""
60283
60284 #: cp/semantics.cc:8472
60285 #, gcc-internal-format
60286 msgid "%<filter%> expression must be integral"
60287 msgstr ""
60288
60289 #: cp/semantics.cc:8503
60290 #, gcc-internal-format
60291 msgid "%qs variable is neither a pointer nor reference to pointer"
60292 msgstr ""
60293
60294 #: cp/semantics.cc:8513
60295 #, gcc-internal-format
60296 msgid "%qs variable is neither a pointer, nor an array nor reference to pointer or array"
60297 msgstr ""
60298
60299 #: cp/semantics.cc:8590
60300 #, gcc-internal-format
60301 msgid "%<tile%> argument needs integral type"
60302 msgstr ""
60303
60304 #: cp/semantics.cc:8995
60305 #, gcc-internal-format
60306 msgid "%<const%> qualified %qE without %<mutable%> member may appear only in %<shared%> or %<firstprivate%> clauses"
60307 msgstr ""
60308
60309 #: cp/semantics.cc:9222
60310 #, gcc-internal-format
60311 msgid "%<threadprivate%> %qD is not file, namespace or block scope variable"
60312 msgstr ""
60313
60314 #: cp/semantics.cc:9236
60315 #, gcc-internal-format
60316 msgid "%<threadprivate%> %qE directive not in %qT definition"
60317 msgstr ""
60318
60319 #: cp/semantics.cc:9964
60320 #, gcc-internal-format
60321 msgid "difference between %qE and %qD does not have integer type"
60322 msgstr ""
60323
60324 #: cp/semantics.cc:10432
60325 #, gcc-internal-format
60326 msgid "%<#pragma omp simd%> used with class iteration variable %qE"
60327 msgstr ""
60328
60329 #: cp/semantics.cc:10742 cp/semantics.cc:10752
60330 #, gcc-internal-format
60331 msgid "%<#pragma omp atomic update%> uses two different expressions for memory"
60332 msgstr ""
60333
60334 #: cp/semantics.cc:11170
60335 #, gcc-internal-format, gfc-internal-format
60336 msgid "static assertion failed: %s"
60337 msgstr ""
60338
60339 #: cp/semantics.cc:11184
60340 #, gcc-internal-format
60341 msgid "the comparison reduces to %qE"
60342 msgstr ""
60343
60344 #: cp/semantics.cc:11187
60345 #, gcc-internal-format
60346 msgid "%qE evaluates to false"
60347 msgstr ""
60348
60349 #: cp/semantics.cc:11191
60350 #, gcc-internal-format
60351 msgid "non-constant condition for static assertion"
60352 msgstr ""
60353
60354 #: cp/semantics.cc:11220
60355 #, gcc-internal-format
60356 msgid "argument to %<decltype%> must be an expression"
60357 msgstr ""
60358
60359 #: cp/semantics.cc:11265
60360 #, gcc-internal-format
60361 msgid "%<decltype%> cannot resolve address of overloaded function"
60362 msgstr ""
60363
60364 #: cp/semantics.cc:11500
60365 #, gcc-internal-format
60366 msgid "%<__builtin_is_pointer_interconvertible_with_class%> needs a single argument"
60367 msgstr ""
60368
60369 #: cp/semantics.cc:11509
60370 #, gcc-internal-format
60371 msgid "%<__builtin_is_pointer_interconvertible_with_class%> argument is not pointer to member"
60372 msgstr ""
60373
60374 #: cp/semantics.cc:11680
60375 #, gcc-internal-format
60376 msgid "%<__builtin_is_corresponding_member%> not well defined for anonymous unions"
60377 msgstr ""
60378
60379 #: cp/semantics.cc:11704
60380 #, gcc-internal-format
60381 msgid "%<__builtin_is_corresponding_member%> needs two arguments"
60382 msgstr ""
60383
60384 #: cp/semantics.cc:11715
60385 #, gcc-internal-format
60386 msgid "%<__builtin_is_corresponding_member%> argument is not pointer to member"
60387 msgstr ""
60388
60389 #: cp/semantics.cc:12193
60390 #, gcc-internal-format
60391 msgid "operand of fold expression has no unexpanded parameter packs"
60392 msgstr ""
60393
60394 #: cp/semantics.cc:12252
60395 #, gcc-internal-format
60396 msgid "both arguments in binary fold have unexpanded parameter packs"
60397 msgstr ""
60398
60399 #: cp/semantics.cc:12254
60400 #, gcc-internal-format
60401 msgid "no unexpanded parameter packs in binary fold"
60402 msgstr ""
60403
60404 #: cp/semantics.cc:12272
60405 #, gcc-internal-format
60406 msgid "non-pointer argument to %<__builtin_launder%>"
60407 msgstr ""
60408
60409 #. std::bit_cast for destination ARRAY_TYPE is not possible,
60410 #. as functions may not return an array, so don't bother trying
60411 #. to support this (and then deal with VLAs etc.).
60412 #: cp/semantics.cc:12321
60413 #, gcc-internal-format
60414 msgid "%<__builtin_bit_cast%> destination type %qT is an array type"
60415 msgstr ""
60416
60417 #: cp/semantics.cc:12327
60418 #, gcc-internal-format
60419 msgid "%<__builtin_bit_cast%> destination type %qT is not trivially copyable"
60420 msgstr ""
60421
60422 #: cp/semantics.cc:12354
60423 #, gcc-internal-format
60424 msgid "%<__builtin_bit_cast%> source type %qT is not trivially copyable"
60425 msgstr ""
60426
60427 #: cp/semantics.cc:12362
60428 #, gcc-internal-format
60429 msgid "%<__builtin_bit_cast%> source size %qE not equal to destination type size %qE"
60430 msgstr ""
60431
60432 #: cp/tree.cc:1463
60433 #, gcc-internal-format
60434 msgid "%qV qualifiers cannot be applied to %qT"
60435 msgstr ""
60436
60437 #: cp/tree.cc:1998
60438 #, gcc-internal-format
60439 msgid "statement-expression in a constant expression"
60440 msgstr ""
60441
60442 #: cp/tree.cc:4403
60443 #, gcc-internal-format
60444 msgid "%<-fabi-version=13%> (GCC 8.2) fixes the calling convention for %qT, which was accidentally changed in 8.1"
60445 msgstr ""
60446
60447 #: cp/tree.cc:4407
60448 #, gcc-internal-format
60449 msgid "%<-fabi-version=12%> (GCC 8.1) accidentally changes the calling convention for %qT"
60450 msgstr ""
60451
60452 #: cp/tree.cc:4411
60453 #, gcc-internal-format
60454 msgid " declared here"
60455 msgstr ""
60456
60457 #: cp/tree.cc:4416
60458 #, gcc-internal-format
60459 msgid "the calling convention for %qT changes in %<-fabi-version=13%> (GCC 8.2)"
60460 msgstr ""
60461
60462 #: cp/tree.cc:4418
60463 #, gcc-internal-format
60464 msgid " because all of its copy and move constructors are deleted"
60465 msgstr ""
60466
60467 #: cp/tree.cc:4845
60468 #, gcc-internal-format
60469 msgid "base class %qT is not public"
60470 msgstr ""
60471
60472 #: cp/tree.cc:4848
60473 #, gcc-internal-format
60474 msgid "%qD is not public"
60475 msgstr ""
60476
60477 #: cp/tree.cc:4855
60478 #, gcc-internal-format
60479 msgid "%qD is mutable"
60480 msgstr ""
60481
60482 #: cp/tree.cc:4863
60483 #, gcc-internal-format
60484 msgid "%qD has a non-structural type"
60485 msgstr ""
60486
60487 #: cp/tree.cc:4881
60488 #, gcc-internal-format
60489 msgid "%qE attribute argument must be a string constant"
60490 msgstr ""
60491
60492 #: cp/tree.cc:4896
60493 #, gcc-internal-format
60494 msgid "%qE attribute can only be applied to functions or to class or enumeration types"
60495 msgstr ""
60496
60497 #: cp/tree.cc:4914
60498 #, gcc-internal-format
60499 msgid "%qE attribute can only be applied to non-static data members"
60500 msgstr ""
60501
60502 #: cp/tree.cc:4920
60503 #, gcc-internal-format
60504 msgid "%qE attribute cannot be applied to a bit-field"
60505 msgstr ""
60506
60507 #: cp/tree.cc:4940
60508 #, gcc-internal-format
60509 msgid "%qE attribute takes no arguments"
60510 msgstr ""
60511
60512 #: cp/tree.cc:4944
60513 #, gcc-internal-format
60514 msgid "ISO C++ %qE attribute does not apply to functions; treating as %<[[gnu::%E]]%>"
60515 msgstr ""
60516
60517 #: cp/tree.cc:5007
60518 #, gcc-internal-format
60519 msgid "requested %<init_priority%> is not an integer constant"
60520 msgstr ""
60521
60522 #: cp/tree.cc:5029
60523 #, gcc-internal-format
60524 msgid "can only use %qE attribute on file-scope definitions of objects of class type"
60525 msgstr ""
60526
60527 #: cp/tree.cc:5037
60528 #, gcc-internal-format
60529 msgid "requested %<init_priority%> %i is out of range [0, %i]"
60530 msgstr ""
60531
60532 #: cp/tree.cc:5048
60533 #, gcc-internal-format
60534 msgid "requested %<init_priority%> %i is reserved for internal use"
60535 msgstr ""
60536
60537 #: cp/tree.cc:5060
60538 #, gcc-internal-format
60539 msgid "%qE attribute is not supported on this platform"
60540 msgstr ""
60541
60542 #: cp/tree.cc:5087
60543 #, gcc-internal-format
60544 msgid "redeclaration of %qD adds abi tag %qE"
60545 msgstr ""
60546
60547 #: cp/tree.cc:5107
60548 #, gcc-internal-format
60549 msgid "the %qE attribute requires arguments"
60550 msgstr ""
60551
60552 #: cp/tree.cc:5118
60553 #, gcc-internal-format
60554 msgid "arguments to the %qE attribute must be narrow string literals"
60555 msgstr ""
60556
60557 #: cp/tree.cc:5131 cp/tree.cc:5144
60558 #, gcc-internal-format
60559 msgid "arguments to the %qE attribute must contain valid identifiers"
60560 msgstr ""
60561
60562 #: cp/tree.cc:5133
60563 #, gcc-internal-format
60564 msgid "%<%c%> is not a valid first character for an identifier"
60565 msgstr ""
60566
60567 #: cp/tree.cc:5146
60568 #, gcc-internal-format
60569 msgid "%<%c%> is not a valid character in an identifier"
60570 msgstr ""
60571
60572 #: cp/tree.cc:5170
60573 #, gcc-internal-format
60574 msgid "%qE attribute applied to non-class, non-enum type %qT"
60575 msgstr ""
60576
60577 #: cp/tree.cc:5176
60578 #, gcc-internal-format
60579 msgid "%qE attribute applied to %qT after its definition"
60580 msgstr ""
60581
60582 #: cp/tree.cc:5183
60583 #, gcc-internal-format
60584 msgid "ignoring %qE attribute applied to template instantiation %qT"
60585 msgstr ""
60586
60587 #: cp/tree.cc:5190
60588 #, gcc-internal-format
60589 msgid "ignoring %qE attribute applied to template specialization %qT"
60590 msgstr ""
60591
60592 #: cp/tree.cc:5212
60593 #, gcc-internal-format
60594 msgid "%qE attribute applied to non-function, non-variable %qD"
60595 msgstr ""
60596
60597 #: cp/tree.cc:5218
60598 #, gcc-internal-format
60599 msgid "%qE attribute applied to extern \"C\" declaration %qD"
60600 msgstr ""
60601
60602 #: cp/tree.cc:6099
60603 #, gcc-internal-format
60604 msgid "zero as null pointer constant"
60605 msgstr ""
60606
60607 #: cp/tree.cc:6121
60608 #, gcc-internal-format
60609 msgid "%<lang_*%> check: failed in %s, at %s:%d"
60610 msgstr ""
60611
60612 #: cp/typeck.cc:478
60613 #, gcc-internal-format
60614 msgid "comparison between distinct pointer types %qT and %qT lacks a cast"
60615 msgstr ""
60616
60617 #: cp/typeck.cc:484
60618 #, gcc-internal-format
60619 msgid "conversion between distinct pointer types %qT and %qT lacks a cast"
60620 msgstr ""
60621
60622 #: cp/typeck.cc:490
60623 #, gcc-internal-format
60624 msgid "conditional expression between distinct pointer types %qT and %qT lacks a cast"
60625 msgstr ""
60626
60627 #: cp/typeck.cc:638
60628 #, gcc-internal-format
60629 msgid "ISO C++ forbids comparison between pointer of type %<void *%> and pointer-to-function"
60630 msgstr ""
60631
60632 #: cp/typeck.cc:643
60633 #, gcc-internal-format
60634 msgid "ISO C++ forbids conversion between pointer of type %<void *%> and pointer-to-function"
60635 msgstr ""
60636
60637 #: cp/typeck.cc:648
60638 #, gcc-internal-format
60639 msgid "ISO C++ forbids conditional expression between pointer of type %<void *%> and pointer-to-function"
60640 msgstr ""
60641
60642 #: cp/typeck.cc:727
60643 #, gcc-internal-format
60644 msgid "comparison between distinct pointer-to-member types %qT and %qT lacks a cast"
60645 msgstr ""
60646
60647 #: cp/typeck.cc:732
60648 #, gcc-internal-format
60649 msgid "conversion between distinct pointer-to-member types %qT and %qT lacks a cast"
60650 msgstr ""
60651
60652 #: cp/typeck.cc:737
60653 #, gcc-internal-format
60654 msgid "conditional expression between distinct pointer-to-member types %qT and %qT lacks a cast"
60655 msgstr ""
60656
60657 #: cp/typeck.cc:1558
60658 #, gcc-internal-format
60659 msgid "canonical types differ for identical types %qT and %qT"
60660 msgstr ""
60661
60662 #: cp/typeck.cc:1565
60663 #, gcc-internal-format
60664 msgid "same canonical type node for different types %qT and %qT"
60665 msgstr ""
60666
60667 #: cp/typeck.cc:1895
60668 #, gcc-internal-format
60669 msgid "invalid application of %qs to a member function"
60670 msgstr ""
60671
60672 #: cp/typeck.cc:2000
60673 #, gcc-internal-format
60674 msgid "invalid application of %<sizeof%> to a bit-field"
60675 msgstr ""
60676
60677 #: cp/typeck.cc:2008
60678 #, gcc-internal-format
60679 msgid "ISO C++ forbids applying %<sizeof%> to an expression of function type"
60680 msgstr ""
60681
60682 #: cp/typeck.cc:2073
60683 #, gcc-internal-format
60684 msgid "invalid application of %<__alignof%> to a bit-field"
60685 msgstr ""
60686
60687 #: cp/typeck.cc:2084
60688 #, gcc-internal-format
60689 msgid "ISO C++ forbids applying %<__alignof%> to an expression of function type"
60690 msgstr ""
60691
60692 #: cp/typeck.cc:2168
60693 #, gcc-internal-format
60694 msgid "%<alignas%> argument has non-integral type %qT"
60695 msgstr ""
60696
60697 #: cp/typeck.cc:2213
60698 #, gcc-internal-format
60699 msgid "invalid use of non-static member function of type %qT"
60700 msgstr ""
60701
60702 #: cp/typeck.cc:2389
60703 #, gcc-internal-format
60704 msgid "taking address of temporary array"
60705 msgstr ""
60706
60707 #: cp/typeck.cc:2571
60708 #, gcc-internal-format
60709 msgid "ISO C++ forbids converting a string constant to %qT"
60710 msgstr ""
60711
60712 #: cp/typeck.cc:2575
60713 #, gcc-internal-format
60714 msgid "deprecated conversion from string constant to %qT"
60715 msgstr ""
60716
60717 #: cp/typeck.cc:2690 cp/typeck.cc:3255
60718 #, gcc-internal-format
60719 msgid "request for member %qD in %qE, which is of pointer type %qT (maybe you meant to use %<->%> ?)"
60720 msgstr ""
60721
60722 #: cp/typeck.cc:2694 cp/typeck.cc:3259
60723 #, gcc-internal-format
60724 msgid "request for member %qD in %qE, which is of non-class type %qT"
60725 msgstr ""
60726
60727 #: cp/typeck.cc:2728
60728 #, gcc-internal-format
60729 msgid "invalid use of non-static data member %qE"
60730 msgstr ""
60731
60732 #: cp/typeck.cc:2805
60733 #, gcc-internal-format
60734 msgid "invalid access to non-static data member %qD in virtual base of NULL object"
60735 msgstr ""
60736
60737 #: cp/typeck.cc:2955
60738 #, gcc-internal-format
60739 msgid "object type %qT does not match destructor name ~%qT"
60740 msgstr ""
60741
60742 #: cp/typeck.cc:2964
60743 #, gcc-internal-format
60744 msgid "the type being destroyed is %qT, but the destructor refers to %qT"
60745 msgstr ""
60746
60747 #: cp/typeck.cc:3106
60748 #, gcc-internal-format
60749 msgid "field %q#D can be accessed via %q#D"
60750 msgstr ""
60751
60752 #. No hint.
60753 #: cp/typeck.cc:3125
60754 #, gcc-internal-format
60755 msgid "%q#T has no member named %qE"
60756 msgstr ""
60757
60758 #: cp/typeck.cc:3148
60759 #, gcc-internal-format
60760 msgid "%q#T has no member named %qE; did you mean %q#D? (accessible via %q#D)"
60761 msgstr ""
60762
60763 #: cp/typeck.cc:3159
60764 #, gcc-internal-format
60765 msgid "%q#T has no member named %qE; did you mean %q#D? (not accessible from this context)"
60766 msgstr ""
60767
60768 #: cp/typeck.cc:3174
60769 #, gcc-internal-format
60770 msgid "%q#T has no member named %qE; did you mean %qE?"
60771 msgstr ""
60772
60773 #: cp/typeck.cc:3289 cp/typeck.cc:3315
60774 #, gcc-internal-format
60775 msgid "%<%D::%D%> is not a member of %qT"
60776 msgstr ""
60777
60778 #: cp/typeck.cc:3354
60779 #, gcc-internal-format
60780 msgid "%qT is not a base of %qT"
60781 msgstr ""
60782
60783 #: cp/typeck.cc:3417
60784 #, gcc-internal-format
60785 msgid "%qD is not a member template function"
60786 msgstr ""
60787
60788 #: cp/typeck.cc:3683
60789 #, gcc-internal-format
60790 msgid "%qT is not a pointer-to-object type"
60791 msgstr ""
60792
60793 #: cp/typeck.cc:3715
60794 #, gcc-internal-format
60795 msgid "invalid use of array indexing on pointer to member"
60796 msgstr ""
60797
60798 #: cp/typeck.cc:3718
60799 #, gcc-internal-format
60800 msgid "invalid use of unary %<*%> on pointer to member"
60801 msgstr ""
60802
60803 #: cp/typeck.cc:3721
60804 #, gcc-internal-format
60805 msgid "invalid use of implicit conversion on pointer to member"
60806 msgstr ""
60807
60808 #: cp/typeck.cc:3725
60809 #, gcc-internal-format
60810 msgid "left hand operand of %<->*%> must be a pointer to class, but is a pointer to member of type %qT"
60811 msgstr ""
60812
60813 #: cp/typeck.cc:3790
60814 #, gcc-internal-format
60815 msgid "subscript missing in array reference"
60816 msgstr ""
60817
60818 #: cp/typeck.cc:3887
60819 #, gcc-internal-format
60820 msgid "subscripting array declared %<register%>"
60821 msgstr ""
60822
60823 #: cp/typeck.cc:3925
60824 #, gcc-internal-format
60825 msgid "subscripted value is neither array nor pointer"
60826 msgstr ""
60827
60828 #: cp/typeck.cc:3997
60829 #, gcc-internal-format
60830 msgid "object missing in use of %qE"
60831 msgstr ""
60832
60833 #: cp/typeck.cc:4222
60834 #, gcc-internal-format
60835 msgid "ISO C++ forbids calling %<::main%> from within program"
60836 msgstr ""
60837
60838 #: cp/typeck.cc:4243
60839 #, gcc-internal-format
60840 msgid "must use %<.*%> or %<->*%> to call pointer-to-member function in %<%E (...)%>, e.g. %<(... ->* %E) (...)%>"
60841 msgstr ""
60842
60843 #: cp/typeck.cc:4260
60844 #, gcc-internal-format
60845 msgid "%qE cannot be used as a function"
60846 msgstr ""
60847
60848 #: cp/typeck.cc:4263
60849 #, gcc-internal-format
60850 msgid "%qD cannot be used as a function"
60851 msgstr ""
60852
60853 #: cp/typeck.cc:4266
60854 #, gcc-internal-format
60855 msgid "expression cannot be used as a function"
60856 msgstr ""
60857
60858 #: cp/typeck.cc:4324
60859 #, gcc-internal-format
60860 msgid "too many arguments to constructor %q#D"
60861 msgstr ""
60862
60863 #: cp/typeck.cc:4325
60864 #, gcc-internal-format
60865 msgid "too few arguments to constructor %q#D"
60866 msgstr ""
60867
60868 #: cp/typeck.cc:4330
60869 #, gcc-internal-format
60870 msgid "too many arguments to member function %q#D"
60871 msgstr ""
60872
60873 #: cp/typeck.cc:4331
60874 #, gcc-internal-format
60875 msgid "too few arguments to member function %q#D"
60876 msgstr ""
60877
60878 #: cp/typeck.cc:4337
60879 #, gcc-internal-format
60880 msgid "too many arguments to function %q#D"
60881 msgstr ""
60882
60883 #: cp/typeck.cc:4338
60884 #, gcc-internal-format
60885 msgid "too few arguments to function %q#D"
60886 msgstr ""
60887
60888 #: cp/typeck.cc:4348
60889 #, gcc-internal-format
60890 msgid "too many arguments to method %q#D"
60891 msgstr ""
60892
60893 #: cp/typeck.cc:4349
60894 #, gcc-internal-format
60895 msgid "too few arguments to method %q#D"
60896 msgstr ""
60897
60898 #: cp/typeck.cc:4352
60899 #, gcc-internal-format
60900 msgid "too many arguments to function"
60901 msgstr ""
60902
60903 #: cp/typeck.cc:4353
60904 #, gcc-internal-format
60905 msgid "too few arguments to function"
60906 msgstr ""
60907
60908 #: cp/typeck.cc:4435
60909 #, gcc-internal-format
60910 msgid "parameter %P of %qD has incomplete type %qT"
60911 msgstr ""
60912
60913 #: cp/typeck.cc:4441
60914 #, gcc-internal-format
60915 msgid "parameter %P has incomplete type %qT"
60916 msgstr ""
60917
60918 #: cp/typeck.cc:4701
60919 #, gcc-internal-format
60920 msgid "the address %qE will never be NULL"
60921 msgstr ""
60922
60923 #: cp/typeck.cc:4747
60924 #, gcc-internal-format
60925 msgid "the address of %qD will never be NULL"
60926 msgstr ""
60927
60928 #: cp/typeck.cc:4758
60929 #, gcc-internal-format
60930 msgid "comparing the result of pointer addition %qE and NULL"
60931 msgstr ""
60932
60933 #: cp/typeck.cc:4772
60934 #, gcc-internal-format
60935 msgid "the compiler can assume that the address of %qD will never be NULL"
60936 msgstr ""
60937
60938 #: cp/typeck.cc:4821
60939 #, gcc-internal-format
60940 msgid "bitwise operation between different enumeration types %qT and %qT is deprecated"
60941 msgstr ""
60942
60943 #: cp/typeck.cc:4826
60944 #, gcc-internal-format
60945 msgid "arithmetic between different enumeration types %qT and %qT is deprecated"
60946 msgstr ""
60947
60948 #: cp/typeck.cc:4856
60949 #, gcc-internal-format
60950 msgid "comparison of enumeration type %qT with floating-point type %qT is deprecated"
60951 msgstr ""
60952
60953 #: cp/typeck.cc:4860
60954 #, gcc-internal-format
60955 msgid "comparison of floating-point type %qT with enumeration type %qT is deprecated"
60956 msgstr ""
60957
60958 #: cp/typeck.cc:4869
60959 #, gcc-internal-format
60960 msgid "arithmetic between enumeration type %qT and floating-point type %qT is deprecated"
60961 msgstr ""
60962
60963 #: cp/typeck.cc:4873
60964 #, gcc-internal-format
60965 msgid "arithmetic between floating-point type %qT and enumeration type %qT is deprecated"
60966 msgstr ""
60967
60968 #: cp/typeck.cc:4999 cp/typeck.cc:5011
60969 #, gcc-internal-format
60970 msgid "assuming cast to type %qT from overloaded function"
60971 msgstr ""
60972
60973 #: cp/typeck.cc:5057
60974 #, gcc-internal-format
60975 msgid "NULL used in arithmetic"
60976 msgstr ""
60977
60978 #: cp/typeck.cc:5519 cp/typeck.cc:5528 cp/typeck.cc:5822 cp/typeck.cc:5831
60979 #, gcc-internal-format
60980 msgid "ISO C++ forbids comparison between pointer and integer"
60981 msgstr ""
60982
60983 #: cp/typeck.cc:5744 cp/typeck.cc:5757
60984 #, gcc-internal-format
60985 msgid "operand types are %qT and %qT"
60986 msgstr ""
60987
60988 #: cp/typeck.cc:5780
60989 #, gcc-internal-format
60990 msgid "three-way comparison of vectors"
60991 msgstr ""
60992
60993 #: cp/typeck.cc:5814
60994 #, gcc-internal-format
60995 msgid "ordered comparison of pointer with integer zero (%qT and %qT)"
60996 msgstr ""
60997
60998 #: cp/typeck.cc:5861
60999 #, gcc-internal-format
61000 msgid "unordered comparison on non-floating-point argument"
61001 msgstr ""
61002
61003 #: cp/typeck.cc:5907
61004 msgid "implicit conversion from %qH to %qI to match other operand of binary expression"
61005 msgstr ""
61006
61007 #: cp/typeck.cc:5987
61008 #, gcc-internal-format
61009 msgid "invalid operands of types %qT and %qT to binary %qO"
61010 msgstr ""
61011
61012 #: cp/typeck.cc:6381
61013 #, gcc-internal-format
61014 msgid "ISO C++ forbids using pointer of type %<void *%> in subtraction"
61015 msgstr ""
61016
61017 #: cp/typeck.cc:6389
61018 #, gcc-internal-format
61019 msgid "ISO C++ forbids using pointer to a function in subtraction"
61020 msgstr ""
61021
61022 #: cp/typeck.cc:6397
61023 #, gcc-internal-format
61024 msgid "ISO C++ forbids using pointer to a method in subtraction"
61025 msgstr ""
61026
61027 #: cp/typeck.cc:6450
61028 #, gcc-internal-format
61029 msgid "invalid use of a pointer to an incomplete type in pointer arithmetic"
61030 msgstr ""
61031
61032 #: cp/typeck.cc:6529
61033 #, gcc-internal-format
61034 msgid "taking address of constructor %qD"
61035 msgstr ""
61036
61037 #: cp/typeck.cc:6530
61038 #, gcc-internal-format
61039 msgid "taking address of destructor %qD"
61040 msgstr ""
61041
61042 #: cp/typeck.cc:6546
61043 #, gcc-internal-format
61044 msgid "invalid use of %qE to form a pointer-to-member-function"
61045 msgstr ""
61046
61047 #: cp/typeck.cc:6549
61048 #, gcc-internal-format
61049 msgid "  a qualified-id is required"
61050 msgstr ""
61051
61052 #: cp/typeck.cc:6556
61053 #, gcc-internal-format
61054 msgid "parentheses around %qE cannot be used to form a pointer-to-member-function"
61055 msgstr ""
61056
61057 #: cp/typeck.cc:6747
61058 #, gcc-internal-format
61059 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%>"
61060 msgstr ""
61061
61062 #: cp/typeck.cc:6753
61063 #, gcc-internal-format
61064 msgid "ISO C++ forbids taking the address of a bound member function to form a pointer to member function.  Say %<&%T::%D%>"
61065 msgstr ""
61066
61067 #. Make this a permerror because we used to accept it.
61068 #: cp/typeck.cc:6788
61069 #, gcc-internal-format
61070 msgid "taking address of rvalue"
61071 msgstr ""
61072
61073 #: cp/typeck.cc:6805
61074 #, gcc-internal-format
61075 msgid "ISO C++ forbids taking address of function %<::main%>"
61076 msgstr ""
61077
61078 #: cp/typeck.cc:6863
61079 #, gcc-internal-format
61080 msgid "cannot create pointer to reference member %qD"
61081 msgstr ""
61082
61083 #: cp/typeck.cc:6889 cp/typeck.cc:7446
61084 #, gcc-internal-format
61085 msgid "attempt to take address of bit-field"
61086 msgstr ""
61087
61088 #: cp/typeck.cc:7046
61089 #, gcc-internal-format
61090 msgid "%<~%> on an expression of type %<bool%>"
61091 msgstr ""
61092
61093 #: cp/typeck.cc:7047
61094 #, gcc-internal-format
61095 msgid "did you mean to use logical not (%<!%>)?"
61096 msgstr ""
61097
61098 #: cp/typeck.cc:7170
61099 #, gcc-internal-format
61100 msgid "ISO C++ forbids incrementing an enum"
61101 msgstr ""
61102
61103 #: cp/typeck.cc:7171
61104 #, gcc-internal-format
61105 msgid "ISO C++ forbids decrementing an enum"
61106 msgstr ""
61107
61108 #: cp/typeck.cc:7187
61109 #, gcc-internal-format
61110 msgid "cannot increment a pointer to incomplete type %qT"
61111 msgstr ""
61112
61113 #: cp/typeck.cc:7189
61114 #, gcc-internal-format
61115 msgid "cannot decrement a pointer to incomplete type %qT"
61116 msgstr ""
61117
61118 #: cp/typeck.cc:7201
61119 #, gcc-internal-format
61120 msgid "ISO C++ forbids incrementing a pointer of type %qT"
61121 msgstr ""
61122
61123 #: cp/typeck.cc:7203
61124 #, gcc-internal-format
61125 msgid "ISO C++ forbids decrementing a pointer of type %qT"
61126 msgstr ""
61127
61128 #: cp/typeck.cc:7242
61129 #, gcc-internal-format
61130 msgid "%qs expression of %<volatile%>-qualified type is deprecated"
61131 msgstr ""
61132
61133 #: cp/typeck.cc:7255
61134 #, gcc-internal-format
61135 msgid "use of an operand of type %qT in %<operator--%> is forbidden"
61136 msgstr ""
61137
61138 #: cp/typeck.cc:7265
61139 #, gcc-internal-format
61140 msgid "use of an operand of type %qT in %<operator++%> is forbidden in C++17"
61141 msgstr ""
61142
61143 #: cp/typeck.cc:7273
61144 #, gcc-internal-format
61145 msgid "use of an operand of type %qT in %<operator++%> is deprecated"
61146 msgstr ""
61147
61148 #: cp/typeck.cc:7458
61149 #, gcc-internal-format
61150 msgid "cannot take the address of %<this%>, which is an rvalue expression"
61151 msgstr ""
61152
61153 #: cp/typeck.cc:7480
61154 #, gcc-internal-format
61155 msgid "address of explicit register variable %qD requested"
61156 msgstr ""
61157
61158 #: cp/typeck.cc:7485
61159 #, gcc-internal-format
61160 msgid "address requested for %qD, which is declared %<register%>"
61161 msgstr ""
61162
61163 #: cp/typeck.cc:7560
61164 #, gcc-internal-format
61165 msgid "list-initializer for non-class type must not be parenthesized"
61166 msgstr ""
61167
61168 #: cp/typeck.cc:7572
61169 #, gcc-internal-format
61170 msgid "expression list treated as compound expression in initializer"
61171 msgstr ""
61172
61173 #: cp/typeck.cc:7576
61174 #, gcc-internal-format
61175 msgid "expression list treated as compound expression in mem-initializer"
61176 msgstr ""
61177
61178 #: cp/typeck.cc:7580
61179 #, gcc-internal-format
61180 msgid "expression list treated as compound expression in functional cast"
61181 msgstr ""
61182
61183 #: cp/typeck.cc:7618
61184 #, gcc-internal-format, gfc-internal-format
61185 msgid "%s expression list treated as compound expression"
61186 msgstr ""
61187
61188 #: cp/typeck.cc:7710
61189 #, gcc-internal-format
61190 msgid "no context to resolve type of %qE"
61191 msgstr ""
61192
61193 #: cp/typeck.cc:7744
61194 #, gcc-internal-format
61195 msgid "cast from type %qT to type %qT casts away qualifiers"
61196 msgstr ""
61197
61198 #: cp/typeck.cc:7750
61199 #, gcc-internal-format
61200 msgid "%<static_cast%> from type %qT to type %qT casts away qualifiers"
61201 msgstr ""
61202
61203 #: cp/typeck.cc:7757
61204 #, gcc-internal-format
61205 msgid "%<reinterpret_cast%> from type %qT to type %qT casts away qualifiers"
61206 msgstr ""
61207
61208 #: cp/typeck.cc:7781
61209 #, gcc-internal-format
61210 msgid "useless cast to type %q#T"
61211 msgstr ""
61212
61213 #: cp/typeck.cc:7795
61214 #, gcc-internal-format
61215 msgid "type qualifiers ignored on cast result type"
61216 msgstr ""
61217
61218 #: cp/typeck.cc:8232
61219 #, gcc-internal-format
61220 msgid "invalid %<static_cast%> from type %qT to type %qT"
61221 msgstr ""
61222
61223 #: cp/typeck.cc:8238 cp/typeck.cc:8244 cp/typeck.cc:9912
61224 #, gcc-internal-format
61225 msgid "class type %qT is incomplete"
61226 msgstr ""
61227
61228 #: cp/typeck.cc:8272
61229 msgid "converting from %qH to %qI"
61230 msgstr ""
61231
61232 #: cp/typeck.cc:8347
61233 #, gcc-internal-format
61234 msgid "invalid cast of a prvalue expression of type %qT to type %qT"
61235 msgstr ""
61236
61237 #: cp/typeck.cc:8417
61238 msgid "cast from %qH to %qI loses precision"
61239 msgstr ""
61240
61241 #: cp/typeck.cc:8442
61242 msgid "cast between incompatible function types from %qH to %qI"
61243 msgstr ""
61244
61245 #: cp/typeck.cc:8453
61246 msgid "cast between incompatible pointer to member types from %qH to %qI"
61247 msgstr ""
61248
61249 #: cp/typeck.cc:8474 cp/typeck.cc:8664
61250 msgid "cast from %qH to %qI increases required alignment of target type"
61251 msgstr ""
61252
61253 #: cp/typeck.cc:8491
61254 #, gcc-internal-format
61255 msgid "casting between pointer-to-function and pointer-to-object is conditionally-supported"
61256 msgstr ""
61257
61258 #: cp/typeck.cc:8505
61259 #, gcc-internal-format
61260 msgid "invalid cast from type %qT to type %qT"
61261 msgstr ""
61262
61263 #: cp/typeck.cc:8578
61264 #, gcc-internal-format
61265 msgid "invalid use of %<const_cast%> with type %qT, which is not a pointer, reference, nor a pointer-to-data-member type"
61266 msgstr ""
61267
61268 #: cp/typeck.cc:8587
61269 #, gcc-internal-format
61270 msgid "invalid use of %<const_cast%> with type %qT, which is a pointer or reference to a function type"
61271 msgstr ""
61272
61273 #: cp/typeck.cc:8629
61274 #, gcc-internal-format
61275 msgid "invalid %<const_cast%> of an rvalue of type %qT to type %qT"
61276 msgstr ""
61277
61278 #: cp/typeck.cc:8699
61279 #, gcc-internal-format
61280 msgid "invalid %<const_cast%> from type %qT to type %qT"
61281 msgstr ""
61282
61283 #: cp/typeck.cc:8800 cp/typeck.cc:8809
61284 #, gcc-internal-format
61285 msgid "ISO C++ forbids casting to an array type %qT"
61286 msgstr ""
61287
61288 #: cp/typeck.cc:8818
61289 #, gcc-internal-format
61290 msgid "invalid cast to function type %qT"
61291 msgstr ""
61292
61293 #: cp/typeck.cc:9128
61294 #, gcc-internal-format
61295 msgid "compound assignment with %<volatile%>-qualified left operand is deprecated"
61296 msgstr ""
61297
61298 #: cp/typeck.cc:9148
61299 #, gcc-internal-format
61300 msgid "  in evaluation of %<%Q(%#T, %#T)%>"
61301 msgstr ""
61302
61303 #: cp/typeck.cc:9208
61304 #, gcc-internal-format
61305 msgid "assigning to an array from an initializer list"
61306 msgstr ""
61307
61308 #: cp/typeck.cc:9235
61309 #, gcc-internal-format
61310 msgid "incompatible types in assignment of %qT to %qT"
61311 msgstr ""
61312
61313 #: cp/typeck.cc:9249
61314 #, gcc-internal-format
61315 msgid "array used as initializer"
61316 msgstr ""
61317
61318 #: cp/typeck.cc:9251
61319 #, gcc-internal-format
61320 msgid "invalid array assignment"
61321 msgstr ""
61322
61323 #: cp/typeck.cc:9393
61324 #, gcc-internal-format
61325 msgid "   in pointer to member function conversion"
61326 msgstr ""
61327
61328 #: cp/typeck.cc:9407
61329 #, gcc-internal-format
61330 msgid "pointer to member conversion via virtual base %qT"
61331 msgstr ""
61332
61333 #: cp/typeck.cc:9454 cp/typeck.cc:9473
61334 #, gcc-internal-format
61335 msgid "   in pointer to member conversion"
61336 msgstr ""
61337
61338 #: cp/typeck.cc:9554
61339 #, gcc-internal-format
61340 msgid "invalid conversion to type %qT from type %qT"
61341 msgstr ""
61342
61343 #: cp/typeck.cc:9875
61344 msgid "cannot convert %qH to %qI in default argument"
61345 msgstr ""
61346
61347 #: cp/typeck.cc:9880
61348 msgid "cannot convert %qH to %qI in argument passing"
61349 msgstr ""
61350
61351 #: cp/typeck.cc:9889
61352 msgid "cannot convert %qH to %qI in initialization"
61353 msgstr ""
61354
61355 #: cp/typeck.cc:9893
61356 msgid "cannot convert %qH to %qI in return"
61357 msgstr ""
61358
61359 #: cp/typeck.cc:9898
61360 msgid "cannot convert %qH to %qI in assignment"
61361 msgstr ""
61362
61363 #: cp/typeck.cc:9930
61364 #, gcc-internal-format
61365 msgid "parameter %qP of %qD might be a candidate for a format attribute"
61366 msgstr ""
61367
61368 #: cp/typeck.cc:9934
61369 #, gcc-internal-format
61370 msgid "parameter might be a candidate for a format attribute"
61371 msgstr ""
61372
61373 #: cp/typeck.cc:9939
61374 #, gcc-internal-format
61375 msgid "target of conversion might be a candidate for a format attribute"
61376 msgstr ""
61377
61378 #: cp/typeck.cc:9944
61379 #, gcc-internal-format
61380 msgid "target of initialization might be a candidate for a format attribute"
61381 msgstr ""
61382
61383 #: cp/typeck.cc:9954
61384 #, gcc-internal-format
61385 msgid "left-hand side of assignment might be a candidate for a format attribute"
61386 msgstr ""
61387
61388 #: cp/typeck.cc:10050
61389 #, gcc-internal-format
61390 msgid "in passing argument %P of %qD"
61391 msgstr ""
61392
61393 #: cp/typeck.cc:10132
61394 #, gcc-internal-format
61395 msgid "returning reference to temporary"
61396 msgstr ""
61397
61398 #: cp/typeck.cc:10135
61399 #, gcc-internal-format
61400 msgid "returning temporary %<initializer_list%> does not extend the lifetime of the underlying array"
61401 msgstr ""
61402
61403 #: cp/typeck.cc:10171
61404 #, gcc-internal-format
61405 msgid "reference to local variable %qD returned"
61406 msgstr ""
61407
61408 #: cp/typeck.cc:10175
61409 #, gcc-internal-format
61410 msgid "returning local %<initializer_list%> variable %qD does not extend the lifetime of the underlying array"
61411 msgstr ""
61412
61413 #: cp/typeck.cc:10181
61414 #, gcc-internal-format
61415 msgid "address of label %qD returned"
61416 msgstr ""
61417
61418 #: cp/typeck.cc:10185
61419 #, gcc-internal-format
61420 msgid "address of local variable %qD returned"
61421 msgstr ""
61422
61423 #: cp/typeck.cc:10384
61424 #, gcc-internal-format
61425 msgid "moving a local object in a return statement prevents copy elision"
61426 msgstr ""
61427
61428 #: cp/typeck.cc:10386 cp/typeck.cc:10409
61429 #, gcc-internal-format
61430 msgid "remove %<std::move%> call"
61431 msgstr ""
61432
61433 #: cp/typeck.cc:10408
61434 #, gcc-internal-format
61435 msgid "redundant move in return statement"
61436 msgstr ""
61437
61438 #: cp/typeck.cc:10447
61439 #, gcc-internal-format
61440 msgid "returning a value from a destructor"
61441 msgstr ""
61442
61443 #. If a return statement appears in a handler of the
61444 #. function-try-block of a constructor, the program is ill-formed.
61445 #: cp/typeck.cc:10455
61446 #, gcc-internal-format
61447 msgid "cannot return from a handler of a function-try-block of a constructor"
61448 msgstr ""
61449
61450 #. You can't return a value from a constructor.
61451 #: cp/typeck.cc:10458
61452 #, gcc-internal-format
61453 msgid "returning a value from a constructor"
61454 msgstr ""
61455
61456 #. Give a helpful error message.
61457 #: cp/typeck.cc:10493 cp/typeck.cc:10539
61458 #, gcc-internal-format
61459 msgid "return-statement with no value, in function returning %qT"
61460 msgstr ""
61461
61462 #: cp/typeck.cc:10501
61463 #, gcc-internal-format
61464 msgid "returning initializer list"
61465 msgstr ""
61466
61467 #: cp/typeck.cc:10520
61468 #, gcc-internal-format
61469 msgid "inconsistent types %qT and %qT deduced for lambda return type"
61470 msgstr ""
61471
61472 #: cp/typeck.cc:10523
61473 #, gcc-internal-format
61474 msgid "inconsistent deduction for auto return type: %qT and then %qT"
61475 msgstr ""
61476
61477 #: cp/typeck.cc:10558
61478 #, gcc-internal-format
61479 msgid "return-statement with a value, in function returning %qT"
61480 msgstr ""
61481
61482 #: cp/typeck.cc:10587
61483 #, gcc-internal-format
61484 msgid "%<operator new%> must not return NULL unless it is declared %<throw()%> (or %<-fcheck-new%> is in effect)"
61485 msgstr ""
61486
61487 #: cp/typeck.cc:11233
61488 #, gcc-internal-format
61489 msgid "using rvalue as lvalue"
61490 msgstr ""
61491
61492 #: cp/typeck2.cc:51
61493 #, gcc-internal-format
61494 msgid "type %qT is not a base type for type %qT"
61495 msgstr ""
61496
61497 #: cp/typeck2.cc:107
61498 #, gcc-internal-format
61499 msgid "assignment of constant field %qD"
61500 msgstr ""
61501
61502 #: cp/typeck2.cc:108
61503 #, gcc-internal-format
61504 msgid "constant field %qD used as %<asm%> output"
61505 msgstr ""
61506
61507 #: cp/typeck2.cc:109
61508 #, gcc-internal-format
61509 msgid "increment of constant field %qD"
61510 msgstr ""
61511
61512 #: cp/typeck2.cc:110
61513 #, gcc-internal-format
61514 msgid "decrement of constant field %qD"
61515 msgstr ""
61516
61517 #: cp/typeck2.cc:117
61518 #, gcc-internal-format
61519 msgid "assignment of read-only reference %qD"
61520 msgstr ""
61521
61522 #: cp/typeck2.cc:118
61523 #, gcc-internal-format
61524 msgid "read-only reference %qD used as %<asm%> output"
61525 msgstr ""
61526
61527 #: cp/typeck2.cc:119
61528 #, gcc-internal-format
61529 msgid "increment of read-only reference %qD"
61530 msgstr ""
61531
61532 #: cp/typeck2.cc:120
61533 #, gcc-internal-format
61534 msgid "decrement of read-only reference %qD"
61535 msgstr ""
61536
61537 #: cp/typeck2.cc:175
61538 #, gcc-internal-format
61539 msgid "cannot declare variable %q+D to be of abstract type %qT"
61540 msgstr ""
61541
61542 #: cp/typeck2.cc:180
61543 #, gcc-internal-format
61544 msgid "cannot declare parameter %q+D to be of abstract type %qT"
61545 msgstr ""
61546
61547 #: cp/typeck2.cc:183
61548 #, gcc-internal-format
61549 msgid "cannot declare parameter to be of abstract type %qT"
61550 msgstr ""
61551
61552 #: cp/typeck2.cc:187
61553 #, gcc-internal-format
61554 msgid "cannot declare field %q+D to be of abstract type %qT"
61555 msgstr ""
61556
61557 #: cp/typeck2.cc:191
61558 #, gcc-internal-format
61559 msgid "invalid abstract return type for member function %q+#D"
61560 msgstr ""
61561
61562 #: cp/typeck2.cc:193
61563 #, gcc-internal-format
61564 msgid "invalid abstract return type for function %q+#D"
61565 msgstr ""
61566
61567 #. Here we do not have location information.
61568 #: cp/typeck2.cc:196
61569 #, gcc-internal-format
61570 msgid "invalid abstract type %qT for %qE"
61571 msgstr ""
61572
61573 #: cp/typeck2.cc:198
61574 #, gcc-internal-format
61575 msgid "invalid abstract type for %q+D"
61576 msgstr ""
61577
61578 #: cp/typeck2.cc:203
61579 #, gcc-internal-format
61580 msgid "creating array of %qT, which is an abstract class type"
61581 msgstr ""
61582
61583 #: cp/typeck2.cc:206
61584 #, gcc-internal-format
61585 msgid "invalid cast to abstract class type %qT"
61586 msgstr ""
61587
61588 #: cp/typeck2.cc:209
61589 #, gcc-internal-format
61590 msgid "invalid new-expression of abstract class type %qT"
61591 msgstr "nevaljani new-izraz apstraktne klase vrste %qT"
61592
61593 #: cp/typeck2.cc:212
61594 #, gcc-internal-format
61595 msgid "invalid abstract return type %qT"
61596 msgstr ""
61597
61598 #: cp/typeck2.cc:215
61599 #, gcc-internal-format
61600 msgid "invalid abstract parameter type %qT"
61601 msgstr ""
61602
61603 #: cp/typeck2.cc:218
61604 #, gcc-internal-format
61605 msgid "expression of abstract class type %qT cannot be used in throw-expression"
61606 msgstr ""
61607
61608 #: cp/typeck2.cc:222
61609 #, gcc-internal-format
61610 msgid "cannot declare %<catch%> parameter to be of abstract class type %qT"
61611 msgstr ""
61612
61613 #: cp/typeck2.cc:226
61614 #, gcc-internal-format
61615 msgid "cannot allocate an object of abstract type %qT"
61616 msgstr ""
61617
61618 #: cp/typeck2.cc:236
61619 #, gcc-internal-format
61620 msgid "  because the following virtual functions are pure within %qT:"
61621 msgstr ""
61622
61623 #: cp/typeck2.cc:242
61624 #, gcc-internal-format
61625 msgid "    %#qD"
61626 msgstr ""
61627
61628 #: cp/typeck2.cc:295
61629 #, gcc-internal-format
61630 msgid "definition of %q#T is not complete until the closing brace"
61631 msgstr ""
61632
61633 #: cp/typeck2.cc:298
61634 #, gcc-internal-format
61635 msgid "forward declaration of %q#T"
61636 msgstr ""
61637
61638 #: cp/typeck2.cc:300
61639 #, gcc-internal-format
61640 msgid "declaration of %q#T"
61641 msgstr ""
61642
61643 #: cp/typeck2.cc:331
61644 #, gcc-internal-format
61645 msgid "%qD has incomplete type"
61646 msgstr ""
61647
61648 #: cp/typeck2.cc:345
61649 #, gcc-internal-format
61650 msgid "invalid use of incomplete type %q#T"
61651 msgstr ""
61652
61653 #: cp/typeck2.cc:382
61654 #, gcc-internal-format
61655 msgid "invalid use of member function %qD (did you forget the %<()%> ?)"
61656 msgstr ""
61657
61658 #: cp/typeck2.cc:387
61659 #, gcc-internal-format
61660 msgid "invalid use of member %qD (did you forget the %<&%> ?)"
61661 msgstr ""
61662
61663 #: cp/typeck2.cc:397
61664 #, gcc-internal-format
61665 msgid "invalid use of placeholder %qT"
61666 msgstr ""
61667
61668 #: cp/typeck2.cc:404
61669 #, gcc-internal-format
61670 msgid "invalid use of template type parameter %qT"
61671 msgstr ""
61672
61673 #: cp/typeck2.cc:409
61674 #, gcc-internal-format
61675 msgid "invalid use of template template parameter %qT"
61676 msgstr ""
61677
61678 #: cp/typeck2.cc:415
61679 #, gcc-internal-format
61680 msgid "invalid use of pack expansion %qT"
61681 msgstr ""
61682
61683 #: cp/typeck2.cc:421
61684 #, gcc-internal-format
61685 msgid "invalid use of dependent type %qT"
61686 msgstr ""
61687
61688 #: cp/typeck2.cc:428
61689 #, gcc-internal-format
61690 msgid "invalid use of brace-enclosed initializer list"
61691 msgstr ""
61692
61693 #: cp/typeck2.cc:436
61694 #, gcc-internal-format
61695 msgid "address of overloaded function with no contextual type information"
61696 msgstr ""
61697
61698 #: cp/typeck2.cc:440
61699 #, gcc-internal-format
61700 msgid "overloaded function with no contextual type information"
61701 msgstr ""
61702
61703 #: cp/typeck2.cc:443
61704 #, gcc-internal-format
61705 msgid "insufficient contextual information to determine type"
61706 msgstr ""
61707
61708 #: cp/typeck2.cc:827
61709 #, gcc-internal-format
61710 msgid "constructor syntax used, but no constructor declared for type %qT"
61711 msgstr ""
61712
61713 #: cp/typeck2.cc:900
61714 #, gcc-internal-format
61715 msgid "%<constinit%> variable %qD does not have a constant initializer"
61716 msgstr ""
61717
61718 #: cp/typeck2.cc:1065
61719 msgid "narrowing conversion of %qE from %qH to %qI is ill-formed in C++11"
61720 msgstr ""
61721
61722 #: cp/typeck2.cc:1077 cp/typeck2.cc:1091
61723 msgid "narrowing conversion of %qE from %qH to %qI"
61724 msgstr ""
61725
61726 #: cp/typeck2.cc:1080
61727 #, gcc-internal-format
61728 msgid " the expression has a constant value but is not a C++ constant-expression"
61729 msgstr ""
61730
61731 #: cp/typeck2.cc:1246
61732 #, gcc-internal-format
61733 msgid "initializer-string for %qT is too long"
61734 msgstr ""
61735
61736 #: cp/typeck2.cc:1309
61737 #, gcc-internal-format
61738 msgid "initializing a base class of type %qT results in object slicing"
61739 msgstr ""
61740
61741 #: cp/typeck2.cc:1311
61742 #, gcc-internal-format
61743 msgid "remove %<{ }%> around initializer"
61744 msgstr ""
61745
61746 #: cp/typeck2.cc:1331
61747 #, gcc-internal-format
61748 msgid "cannot initialize aggregate of type %qT with a compound literal"
61749 msgstr ""
61750
61751 #: cp/typeck2.cc:1696 cp/typeck2.cc:1726
61752 #, gcc-internal-format
61753 msgid "missing initializer for member %qD"
61754 msgstr ""
61755
61756 #: cp/typeck2.cc:1703
61757 #, gcc-internal-format
61758 msgid "member %qD is uninitialized reference"
61759 msgstr ""
61760
61761 #: cp/typeck2.cc:1710
61762 #, gcc-internal-format
61763 msgid "member %qD with uninitialized reference fields"
61764 msgstr ""
61765
61766 #: cp/typeck2.cc:1788
61767 #, gcc-internal-format
61768 msgid "designator order for field %qD does not match declaration order in %qT"
61769 msgstr ""
61770
61771 #: cp/typeck2.cc:1861
61772 #, gcc-internal-format
61773 msgid "no field %qD found in union being initialized"
61774 msgstr ""
61775
61776 #: cp/typeck2.cc:1872
61777 #, gcc-internal-format
61778 msgid "index value instead of field name in union initializer"
61779 msgstr ""
61780
61781 #: cp/typeck2.cc:2080
61782 #, gcc-internal-format
61783 msgid "circular pointer delegation detected"
61784 msgstr ""
61785
61786 #: cp/typeck2.cc:2094
61787 #, gcc-internal-format
61788 msgid "base operand of %<->%> has non-pointer type %qT"
61789 msgstr ""
61790
61791 #: cp/typeck2.cc:2124
61792 #, gcc-internal-format
61793 msgid "result of %<operator->()%> yields non-pointer result"
61794 msgstr ""
61795
61796 #: cp/typeck2.cc:2126
61797 #, gcc-internal-format
61798 msgid "base operand of %<->%> is not a pointer"
61799 msgstr ""
61800
61801 #: cp/typeck2.cc:2153
61802 #, gcc-internal-format
61803 msgid "%qE cannot be used as a member pointer, since it is of type %qT"
61804 msgstr ""
61805
61806 #: cp/typeck2.cc:2162
61807 #, gcc-internal-format
61808 msgid "cannot apply member pointer %qE to %qE, which is of non-class type %qT"
61809 msgstr ""
61810
61811 #: cp/typeck2.cc:2184
61812 #, gcc-internal-format
61813 msgid "pointer to member type %qT incompatible with object type %qT"
61814 msgstr ""
61815
61816 #: cp/typeck2.cc:2242
61817 #, gcc-internal-format
61818 msgid "pointer-to-member-function type %qT requires an rvalue"
61819 msgstr ""
61820
61821 #: cp/typeck2.cc:2253
61822 #, gcc-internal-format
61823 msgid "pointer-to-member-function type %qT requires an lvalue"
61824 msgstr ""
61825
61826 #: cp/typeck2.cc:2261
61827 #, gcc-internal-format
61828 msgid "pointer-to-member-function type %qT requires an lvalue before C++20"
61829 msgstr ""
61830
61831 #: cp/typeck2.cc:2302
61832 #, gcc-internal-format
61833 msgid "functional cast to array type %qT"
61834 msgstr ""
61835
61836 #: cp/typeck2.cc:2319
61837 #, gcc-internal-format
61838 msgid "%<auto(x)%> cannot be constrained"
61839 msgstr ""
61840
61841 #: cp/typeck2.cc:2324
61842 #, gcc-internal-format
61843 msgid "%<auto(x)%> only available with %<-std=c++2b%> or %<-std=gnu++2b%>"
61844 msgstr ""
61845
61846 #: cp/typeck2.cc:2349
61847 #, gcc-internal-format
61848 msgid "invalid value-initialization of reference type"
61849 msgstr ""
61850
61851 #: cp/typeck2.cc:2590
61852 #, gcc-internal-format
61853 msgid "call to function %qD which throws incomplete type %q#T"
61854 msgstr ""
61855
61856 #: cp/typeck2.cc:2593
61857 #, gcc-internal-format
61858 msgid "call to function which throws incomplete type %q#T"
61859 msgstr ""
61860
61861 #: cp/vtable-class-hierarchy.cc:719
61862 #, gcc-internal-format
61863 msgid "unable to open log file %<vtv_class_set_sizes.log%>: %m"
61864 msgstr ""
61865
61866 #: cp/vtable-class-hierarchy.cc:859
61867 #, gcc-internal-format
61868 msgid "unable to open log file %<vtv_set_ptr_data.log%>: %m"
61869 msgstr ""
61870
61871 #: cp/vtable-class-hierarchy.cc:1109
61872 #, gcc-internal-format
61873 msgid "unable to open log file %<vtv_count_data.log%>: %m"
61874 msgstr ""
61875
61876 #: d/d-attribs.cc:359 d/d-attribs.cc:376
61877 #, gcc-internal-format
61878 msgid "unknown attribute %qs"
61879 msgstr ""
61880
61881 #: d/d-attribs.cc:1127
61882 #, gcc-internal-format
61883 msgid "%q+D declared weak after being used"
61884 msgstr ""
61885
61886 #: d/d-codegen.cc:329
61887 #, gcc-internal-format
61888 msgid "cannot determine the length of a %qs"
61889 msgstr ""
61890
61891 #: d/d-codegen.cc:1231
61892 #, gcc-internal-format
61893 msgid "overlapping initializer for field %qT.%qD"
61894 msgstr ""
61895
61896 #: d/d-codegen.cc:1429
61897 #, gcc-internal-format
61898 msgid "the address of %qD will never be %<null%>"
61899 msgstr ""
61900
61901 #: d/d-codegen.cc:2132
61902 #, gcc-internal-format
61903 msgid "need %<this%> to access member %qE"
61904 msgstr ""
61905
61906 #: d/d-codegen.cc:2286
61907 #, gcc-internal-format
61908 msgid "tried to perform floating-point modulo division on %qT"
61909 msgstr ""
61910
61911 #: d/d-codegen.cc:2337
61912 #, gcc-internal-format
61913 msgid "cannot get frame pointer to %qs"
61914 msgstr ""
61915
61916 #. Should instead error on line that references `fd'.
61917 #: d/d-codegen.cc:2363
61918 #, gcc-internal-format
61919 msgid "nested function missing body"
61920 msgstr ""
61921
61922 #: d/d-codegen.cc:2405
61923 #, gcc-internal-format
61924 msgid "%qs is a nested function and cannot be accessed from %qs"
61925 msgstr ""
61926
61927 #: d/d-codegen.cc:2703
61928 #, gcc-internal-format
61929 msgid "has scoped destruction, cannot build closure"
61930 msgstr ""
61931
61932 #: d/d-codegen.cc:2916
61933 #, gcc-internal-format
61934 msgid "forward reference to frame of %qs"
61935 msgstr ""
61936
61937 #: d/d-convert.cc:379
61938 #, gcc-internal-format
61939 msgid "cannot convert a delegate expression to %qs"
61940 msgstr ""
61941
61942 #: d/d-convert.cc:395
61943 #, gcc-internal-format
61944 msgid "cannot convert struct %qs to %qs"
61945 msgstr ""
61946
61947 #. Casting from a C++ interface to a class/non-C++ interface
61948 #. always results in null as there is no run-time information,
61949 #. and no way one can derive from the other.
61950 #: d/d-convert.cc:442
61951 #, gcc-internal-format
61952 msgid "cast to %qs will produce null result"
61953 msgstr ""
61954
61955 #: d/d-convert.cc:482
61956 #, gcc-internal-format
61957 msgid "cannot cast %qs to %qs since sizes do not line up"
61958 msgstr ""
61959
61960 #: d/d-convert.cc:507
61961 #, gcc-internal-format
61962 msgid "cannot cast expression of type %qs to type %qs"
61963 msgstr ""
61964
61965 #: d/d-convert.cc:554
61966 #, gcc-internal-format
61967 msgid "cannot cast expression of type %qs to %qs"
61968 msgstr ""
61969
61970 #: d/d-convert.cc:601
61971 #, gcc-internal-format
61972 msgid "cast from %qs to %qs will produce zero result"
61973 msgstr ""
61974
61975 #: d/d-lang.cc:476
61976 #, gcc-internal-format
61977 msgid "bad argument for %<-fdebug%>: %qs"
61978 msgstr ""
61979
61980 #: d/d-lang.cc:531
61981 #, gcc-internal-format
61982 msgid "bad argument for %<-fextern-std%>: %qs"
61983 msgstr ""
61984
61985 #: d/d-lang.cc:550
61986 #, gcc-internal-format
61987 msgid "bad argument for %<-fmodule-file%>: %qs"
61988 msgstr ""
61989
61990 #: d/d-lang.cc:729
61991 #, gcc-internal-format
61992 msgid "bad argument for %<-fversion%>: %qs"
61993 msgstr ""
61994
61995 #: d/d-lang.cc:1031
61996 #, gcc-internal-format
61997 msgid "%<-fonly=%> argument is different from first input file name"
61998 msgstr ""
61999
62000 #: d/d-lang.cc:1208
62001 #, gcc-internal-format
62002 msgid "unable to resolve forward reference in definition"
62003 msgstr ""
62004
62005 #: d/d-lang.cc:1325
62006 #, gcc-internal-format
62007 msgid "opening json file %s: %m"
62008 msgstr ""
62009
62010 #: d/d-lang.cc:1336
62011 #, gcc-internal-format
62012 msgid "closing json file %s: %m"
62013 msgstr ""
62014
62015 #: d/d-lang.cc:1407
62016 #, gcc-internal-format
62017 msgid "closing mixin file %s: %m"
62018 msgstr ""
62019
62020 #: d/d-lang.cc:1412
62021 #, gcc-internal-format
62022 msgid "opening mixin file %s: %m"
62023 msgstr ""
62024
62025 #: d/d-target.cc:156
62026 #, gcc-internal-format
62027 msgid "D does not support pointers on this target."
62028 msgstr ""
62029
62030 #: d/d-target.cc:252
62031 #, gcc-internal-format
62032 msgid "cannot represent built-in %<va_list%> type in D"
62033 msgstr ""
62034
62035 #: d/decl.cc:259
62036 #, gcc-internal-format, gfc-internal-format
62037 msgid "pragma(%s) not implemented"
62038 msgstr ""
62039
62040 #: d/decl.cc:366 d/decl.cc:481 d/decl.cc:555 d/decl.cc:598 d/decl.cc:637
62041 #, gcc-internal-format
62042 msgid "had semantic errors when compiling"
62043 msgstr ""
62044
62045 #: d/decl.cc:453
62046 #, gcc-internal-format
62047 msgid "use of %qs"
62048 msgstr ""
62049
62050 #: d/decl.cc:455
62051 #, gcc-internal-format
62052 msgid "is hidden by %qs"
62053 msgstr ""
62054
62055 #: d/decl.cc:458
62056 #, gcc-internal-format
62057 msgid "use %<alias %s = %s.%s;%> to introduce base class overload set"
62058 msgstr ""
62059
62060 #: d/decl.cc:688
62061 #, gcc-internal-format
62062 msgid "size is too large"
62063 msgstr ""
62064
62065 #: d/decl.cc:1217
62066 #, gcc-internal-format
62067 msgid "function requires a dual-context, which is not yet supported by GDC"
62068 msgstr ""
62069
62070 #: d/decl.cc:1600
62071 #, gcc-internal-format
62072 msgid "mismatch between declaration %qE size (%wd) and its initializer size (%wd)"
62073 msgstr ""
62074
62075 #: d/decl.cc:1892
62076 #, gcc-internal-format
62077 msgid "%s %qs instantiated"
62078 msgstr ""
62079
62080 #: d/expr.cc:528
62081 #, gcc-internal-format
62082 msgid "cannot handle comparison of type %<%s == %s%>"
62083 msgstr ""
62084
62085 #. Static arrays have already been handled by the front-end.
62086 #: d/expr.cc:1319
62087 #, gcc-internal-format
62088 msgid "unexpected type for array length: %qs"
62089 msgstr ""
62090
62091 #: d/expr.cc:1454
62092 #, gcc-internal-format
62093 msgid "don%'t know how to delete %qs"
62094 msgstr ""
62095
62096 #: d/expr.cc:1478
62097 #, gcc-internal-format
62098 msgid "%qs is not an associative array"
62099 msgstr ""
62100
62101 #: d/expr.cc:1762 d/expr.cc:2138
62102 #, gcc-internal-format
62103 msgid "need %<this%> to access member %qs"
62104 msgstr ""
62105
62106 #: d/expr.cc:1838
62107 #, gcc-internal-format
62108 msgid "delegates are only for non-static functions"
62109 msgstr ""
62110
62111 #: d/expr.cc:1910
62112 #, gcc-internal-format
62113 msgid "%qs is not a field, but a %qs"
62114 msgstr ""
62115
62116 #: d/expr.cc:2174
62117 #, gcc-internal-format
62118 msgid "recursive reference %qs"
62119 msgstr ""
62120
62121 #: d/expr.cc:2193 d/expr.cc:3047
62122 #, gcc-internal-format
62123 msgid "non-constant expression %qs"
62124 msgstr ""
62125
62126 #: d/expr.cc:3014
62127 #, gcc-internal-format
62128 msgid "%qs is not an expression"
62129 msgstr ""
62130
62131 #: d/expr.cc:3021
62132 #, gcc-internal-format
62133 msgid "type %qs is not an expression"
62134 msgstr ""
62135
62136 #: d/modules.cc:412
62137 #, gcc-internal-format
62138 msgid "%<-fmoduleinfo%> is not supported on this target"
62139 msgstr ""
62140
62141 #: d/toir.cc:387 d/toir.cc:412
62142 #, gcc-internal-format
62143 msgid "cannot %<goto%> into %<try%> block"
62144 msgstr ""
62145
62146 #: d/toir.cc:390 d/toir.cc:414
62147 #, gcc-internal-format
62148 msgid "cannot %<goto%> into %<catch%> block"
62149 msgstr ""
62150
62151 #: d/toir.cc:429
62152 #, gcc-internal-format, gfc-internal-format
62153 msgid "label %s referenced outside of any function"
62154 msgstr ""
62155
62156 #: d/toir.cc:781
62157 #, gcc-internal-format, gfc-internal-format
62158 msgid "cannot handle switch condition of type %s"
62159 msgstr ""
62160
62161 #: d/toir.cc:1157
62162 #, gcc-internal-format
62163 msgid "exception handling disabled; use %<-fexceptions%> to enable"
62164 msgstr ""
62165
62166 #: d/toir.cc:1164
62167 #, gcc-internal-format
62168 msgid "cannot throw C++ classes"
62169 msgstr ""
62170
62171 #: d/toir.cc:1166
62172 #, gcc-internal-format
62173 msgid "cannot throw COM objects"
62174 msgstr ""
62175
62176 #: d/toir.cc:1299
62177 #, gcc-internal-format
62178 msgid "D inline assembler statements are not supported in GDC."
62179 msgstr ""
62180
62181 #: d/typeinfo.cc:1067
62182 #, gcc-internal-format, gfc-internal-format
62183 msgid "toHash() must be declared as extern (D) size_t toHash() const nothrow @safe, not %s"
62184 msgstr ""
62185
62186 #: d/typeinfo.cc:1411
62187 #, gcc-internal-format
62188 msgid "%<object.TypeInfo%> cannot be used with %<-fno-rtti%>"
62189 msgstr ""
62190
62191 #: d/typeinfo.cc:1425
62192 #, gcc-internal-format
62193 msgid "%<object.TypeInfo%> could not be found, but is implicitly used"
62194 msgstr ""
62195
62196 #: d/types.cc:161
62197 #, gcc-internal-format
62198 msgid "missing or corrupt object.d"
62199 msgstr ""
62200
62201 #: d/types.cc:795
62202 #, gcc-internal-format, gfc-internal-format
62203 msgid "invalid expression for static array dimension: %s"
62204 msgstr "nevaljani izraz za statičko polje (array) dimenzije: %s"
62205
62206 #: fortran/arith.cc:47
62207 #, gcc-internal-format, gfc-internal-format
62208 msgid "Conversion of an Infinity or Not-a-Number at %L to INTEGER"
62209 msgstr ""
62210
62211 #: fortran/arith.cc:97
62212 #, gcc-internal-format, gfc-internal-format
62213 msgid "Arithmetic OK at %L"
62214 msgstr ""
62215
62216 #: fortran/arith.cc:100
62217 #, gcc-internal-format, gfc-internal-format
62218 msgid "Arithmetic overflow at %L"
62219 msgstr ""
62220
62221 #: fortran/arith.cc:103
62222 #, gcc-internal-format, gfc-internal-format
62223 msgid "Arithmetic underflow at %L"
62224 msgstr ""
62225
62226 #: fortran/arith.cc:106
62227 #, gcc-internal-format, gfc-internal-format
62228 msgid "Arithmetic NaN at %L"
62229 msgstr ""
62230
62231 #: fortran/arith.cc:109
62232 #, gcc-internal-format, gfc-internal-format
62233 msgid "Division by zero at %L"
62234 msgstr ""
62235
62236 #: fortran/arith.cc:112
62237 #, gcc-internal-format, gfc-internal-format
62238 msgid "Array operands are incommensurate at %L"
62239 msgstr ""
62240
62241 #: fortran/arith.cc:115
62242 #, gcc-internal-format, gfc-internal-format
62243 msgid "Integer outside symmetric range implied by Standard Fortran at %L"
62244 msgstr ""
62245
62246 #: fortran/arith.cc:119
62247 #, gcc-internal-format, gfc-internal-format
62248 msgid "Illegal type in character concatenation at %L"
62249 msgstr ""
62250
62251 #: fortran/arith.cc:123 fortran/arith.cc:1970
62252 #, gcc-internal-format
62253 msgid "gfc_arith_error(): Bad error code"
62254 msgstr ""
62255
62256 #: fortran/arith.cc:156
62257 #, gcc-internal-format
62258 msgid "Fix min_int calculation"
62259 msgstr ""
62260
62261 #: fortran/arith.cc:536
62262 #, gcc-internal-format
62263 msgid "gfc_range_check(): Bad type"
62264 msgstr ""
62265
62266 #: fortran/arith.cc:609
62267 #, gcc-internal-format
62268 msgid "gfc_arith_uminus(): Bad basic type"
62269 msgstr ""
62270
62271 #: fortran/arith.cc:643
62272 #, gcc-internal-format
62273 msgid "gfc_arith_plus(): Bad basic type"
62274 msgstr ""
62275
62276 #: fortran/arith.cc:677
62277 #, gcc-internal-format
62278 msgid "gfc_arith_minus(): Bad basic type"
62279 msgstr ""
62280
62281 #: fortran/arith.cc:712
62282 #, gcc-internal-format
62283 msgid "gfc_arith_times(): Bad basic type"
62284 msgstr ""
62285
62286 #: fortran/arith.cc:751
62287 #, gcc-internal-format
62288 msgid "Integer division truncated to constant %qs at %L"
62289 msgstr ""
62290
62291 #: fortran/arith.cc:797
62292 #, gcc-internal-format
62293 msgid "gfc_arith_divide(): Bad basic type"
62294 msgstr ""
62295
62296 #: fortran/arith.cc:843
62297 #, gcc-internal-format
62298 msgid "arith_power(): Bad base"
62299 msgstr ""
62300
62301 #: fortran/arith.cc:882
62302 #, gcc-internal-format, gfc-internal-format
62303 msgid "Negative exponent of integer has zero result at %L"
62304 msgstr ""
62305
62306 #: fortran/arith.cc:902
62307 #, gcc-internal-format, gfc-internal-format
62308 msgid "Result of exponentiation at %L exceeds the range of %s"
62309 msgstr ""
62310
62311 #: fortran/arith.cc:939 fortran/arith.cc:964
62312 #, gcc-internal-format, gfc-internal-format
62313 msgid "Noninteger exponent in an initialization expression at %L"
62314 msgstr ""
62315
62316 #: fortran/arith.cc:950
62317 #, gcc-internal-format, gfc-internal-format
62318 msgid "Raising a negative REAL at %L to a REAL power is prohibited"
62319 msgstr ""
62320
62321 #: fortran/arith.cc:978
62322 #, gcc-internal-format
62323 msgid "arith_power(): unknown type"
62324 msgstr ""
62325
62326 #: fortran/arith.cc:1049
62327 #, gcc-internal-format
62328 msgid "compare_real(): Bad operator"
62329 msgstr ""
62330
62331 #: fortran/arith.cc:1084
62332 #, gcc-internal-format
62333 msgid "gfc_compare_expr(): Bad basic type"
62334 msgstr ""
62335
62336 #: fortran/arith.cc:1619
62337 #, gcc-internal-format
62338 msgid "eval_intrinsic(): Bad operator"
62339 msgstr ""
62340
62341 #: fortran/arith.cc:1676
62342 #, gcc-internal-format
62343 msgid "eval_type_intrinsic0(): op NULL"
62344 msgstr ""
62345
62346 #: fortran/arith.cc:1938
62347 #, gcc-internal-format, gfc-internal-format
62348 msgid "Arithmetic OK converting %s to %s at %L"
62349 msgstr ""
62350
62351 #: fortran/arith.cc:1942
62352 #, gcc-internal-format
62353 msgid "Arithmetic overflow converting %s to %s at %L. This check can be disabled with the option %<-fno-range-check%>"
62354 msgstr ""
62355
62356 #: fortran/arith.cc:1947
62357 #, gcc-internal-format
62358 msgid "Arithmetic underflow converting %s to %s at %L. This check can be disabled with the option %<-fno-range-check%>"
62359 msgstr ""
62360
62361 #: fortran/arith.cc:1952
62362 #, gcc-internal-format
62363 msgid "Arithmetic NaN converting %s to %s at %L. This check can be disabled with the option %<-fno-range-check%>"
62364 msgstr ""
62365
62366 #: fortran/arith.cc:1957
62367 #, gcc-internal-format, gfc-internal-format
62368 msgid "Division by zero converting %s to %s at %L"
62369 msgstr ""
62370
62371 #: fortran/arith.cc:1961
62372 #, gcc-internal-format, gfc-internal-format
62373 msgid "Array operands are incommensurate converting %s to %s at %L"
62374 msgstr ""
62375
62376 #: fortran/arith.cc:1965
62377 #, gcc-internal-format, gfc-internal-format
62378 msgid "Integer outside symmetric range implied by Standard Fortran converting %s to %s at %L"
62379 msgstr ""
62380
62381 #: fortran/arith.cc:2052 fortran/arith.cc:2161 fortran/arith.cc:2221
62382 #: fortran/arith.cc:2273 fortran/arith.cc:2333 fortran/arith.cc:2402
62383 #: fortran/arith.cc:2469
62384 #, gcc-internal-format
62385 msgid "Conversion from %qs to %qs at %L"
62386 msgstr ""
62387
62388 #: fortran/arith.cc:2081 fortran/arith.cc:2114 fortran/arith.cc:2153
62389 #: fortran/arith.cc:2211 fortran/arith.cc:2263 fortran/arith.cc:2323
62390 #: fortran/arith.cc:2392 fortran/arith.cc:2461
62391 #, gcc-internal-format
62392 msgid "Change of value in conversion from %qs to %qs at %L"
62393 msgstr ""
62394
62395 #: fortran/arith.cc:2309 fortran/arith.cc:2378
62396 #, gcc-internal-format
62397 msgid "Non-zero imaginary part discarded in conversion from %qs to %qs at %L"
62398 msgstr ""
62399
62400 #: fortran/arith.cc:2545
62401 #, gcc-internal-format
62402 msgid "The Hollerith constant at %L is truncated in conversion to %qs"
62403 msgstr ""
62404
62405 #: fortran/arith.cc:2574
62406 #, gcc-internal-format, gfc-internal-format
62407 msgid "The character constant at %L is truncated in conversion to %s"
62408 msgstr ""
62409
62410 #: fortran/array.cc:98 fortran/array.cc:130 fortran/array.cc:151
62411 #, gcc-internal-format, gfc-internal-format
62412 msgid "Invalid BOZ literal constant used in subscript at %C"
62413 msgstr ""
62414
62415 #: fortran/array.cc:103
62416 #, gcc-internal-format, gfc-internal-format
62417 msgid "Expected array subscript at %C"
62418 msgstr ""
62419
62420 #: fortran/array.cc:112
62421 #, gcc-internal-format
62422 msgid "Unexpected %<*%> in coarray subscript at %C"
62423 msgstr ""
62424
62425 #: fortran/array.cc:142
62426 #, gcc-internal-format, gfc-internal-format
62427 msgid "Strides not allowed in coarray subscript at %C"
62428 msgstr ""
62429
62430 #: fortran/array.cc:156
62431 #, gcc-internal-format, gfc-internal-format
62432 msgid "Expected array subscript stride at %C"
62433 msgstr ""
62434
62435 #: fortran/array.cc:216
62436 #, gcc-internal-format, gfc-internal-format
62437 msgid "Invalid form of array reference at %C"
62438 msgstr ""
62439
62440 #: fortran/array.cc:223
62441 #, gcc-internal-format, gfc-internal-format
62442 msgid "Array reference at %C has more than 7 dimensions"
62443 msgstr ""
62444
62445 #: fortran/array.cc:226 fortran/array.cc:327
62446 #, gcc-internal-format, gfc-internal-format
62447 msgid "Array reference at %C cannot have more than %d dimensions"
62448 msgstr ""
62449
62450 #: fortran/array.cc:241 fortran/array.cc:700 fortran/check.cc:3418
62451 #: fortran/check.cc:5939 fortran/check.cc:5984 fortran/check.cc:6026
62452 #: fortran/check.cc:6053 fortran/check.cc:6316 fortran/match.cc:1846
62453 #: fortran/match.cc:3284 fortran/match.cc:3626 fortran/match.cc:3822
62454 #: fortran/simplify.cc:2996 fortran/simplify.cc:3026 fortran/simplify.cc:6375
62455 #: fortran/simplify.cc:8395
62456 #, gcc-internal-format
62457 msgid "Coarrays disabled at %C, use %<-fcoarray=%> to enable"
62458 msgstr ""
62459
62460 #: fortran/array.cc:247
62461 #, gcc-internal-format, gfc-internal-format
62462 msgid "Unexpected coarray designator at %C"
62463 msgstr ""
62464
62465 #: fortran/array.cc:269
62466 #, gcc-internal-format, gfc-internal-format
62467 msgid "TEAM= attribute in %C misplaced"
62468 msgstr ""
62469
62470 #: fortran/array.cc:281
62471 #, gcc-internal-format, gfc-internal-format
62472 msgid "STAT= attribute in %C misplaced"
62473 msgstr ""
62474
62475 #: fortran/array.cc:290
62476 #, gcc-internal-format, gfc-internal-format
62477 msgid "Too few codimensions at %C, expected %d not %d"
62478 msgstr ""
62479
62480 #: fortran/array.cc:296
62481 #, gcc-internal-format, gfc-internal-format
62482 msgid "Too many codimensions at %C, expected %d not %d"
62483 msgstr ""
62484
62485 #: fortran/array.cc:306 fortran/array.cc:314
62486 #, gcc-internal-format
62487 msgid "Unexpected %<*%> for codimension %d of %d at %C"
62488 msgstr ""
62489
62490 #: fortran/array.cc:309
62491 #, gcc-internal-format, gfc-internal-format
62492 msgid "Invalid form of coarray reference at %C"
62493 msgstr ""
62494
62495 #: fortran/array.cc:321
62496 #, gcc-internal-format, gfc-internal-format
62497 msgid "Invalid codimension %d at %C, only %d codimensions exist"
62498 msgstr ""
62499
62500 #: fortran/array.cc:385
62501 #, gcc-internal-format
62502 msgid "Variable %qs at %L in this context must be constant"
62503 msgstr ""
62504
62505 #: fortran/array.cc:388
62506 #, gcc-internal-format, gfc-internal-format
62507 msgid "Expression at %L in this context must be constant"
62508 msgstr ""
62509
62510 #: fortran/array.cc:489
62511 #, gcc-internal-format, gfc-internal-format
62512 msgid "Expected expression in array specification at %C"
62513 msgstr ""
62514
62515 #: fortran/array.cc:504 fortran/array.cc:538
62516 #, gcc-internal-format, gfc-internal-format
62517 msgid "Expecting a scalar INTEGER expression at %C, found %s"
62518 msgstr ""
62519
62520 #: fortran/array.cc:575
62521 #, gcc-internal-format, gfc-internal-format
62522 msgid "Assumed-rank array at %C"
62523 msgstr ""
62524
62525 #: fortran/array.cc:609
62526 #, gcc-internal-format, gfc-internal-format
62527 msgid "Bad array specification for implied-shape array at %C"
62528 msgstr ""
62529
62530 #: fortran/array.cc:625 fortran/array.cc:738
62531 #, gcc-internal-format, gfc-internal-format
62532 msgid "Bad array specification for an explicitly shaped array at %C"
62533 msgstr ""
62534
62535 #: fortran/array.cc:635 fortran/array.cc:748
62536 #, gcc-internal-format, gfc-internal-format
62537 msgid "Bad array specification for assumed shape array at %C"
62538 msgstr ""
62539
62540 #: fortran/array.cc:649 fortran/array.cc:762
62541 #, gcc-internal-format, gfc-internal-format
62542 msgid "Bad specification for deferred shape array at %C"
62543 msgstr ""
62544
62545 #: fortran/array.cc:659 fortran/array.cc:766
62546 #, gcc-internal-format, gfc-internal-format
62547 msgid "Bad specification for assumed size array at %C"
62548 msgstr ""
62549
62550 #: fortran/array.cc:671 fortran/array.cc:778
62551 #, gcc-internal-format, gfc-internal-format
62552 msgid "Expected another dimension in array declaration at %C"
62553 msgstr ""
62554
62555 #: fortran/array.cc:677 fortran/array.cc:706 fortran/array.cc:784
62556 #, gcc-internal-format, gfc-internal-format
62557 msgid "Array specification at %C has more than %d dimensions"
62558 msgstr ""
62559
62560 #: fortran/array.cc:683
62561 #, gcc-internal-format, gfc-internal-format
62562 msgid "Array specification at %C with more than 7 dimensions"
62563 msgstr ""
62564
62565 #: fortran/array.cc:695
62566 #, gcc-internal-format, gfc-internal-format
62567 msgid "Coarray declaration at %C"
62568 msgstr ""
62569
62570 #: fortran/array.cc:792
62571 #, gcc-internal-format
62572 msgid "Upper bound of last coarray dimension must be %<*%> at %C"
62573 msgstr ""
62574
62575 #: fortran/array.cc:866
62576 #, gcc-internal-format
62577 msgid "The assumed-rank array %qs at %L shall not have a codimension"
62578 msgstr ""
62579
62580 #: fortran/array.cc:922
62581 #, gcc-internal-format
62582 msgid "rank + corank of %qs exceeds %d at %C"
62583 msgstr ""
62584
62585 #: fortran/array.cc:964
62586 #, gcc-internal-format
62587 msgid "gfc_compare_array_spec(): Array spec clobbered"
62588 msgstr ""
62589
62590 #: fortran/array.cc:1040
62591 #, gcc-internal-format
62592 msgid "DO-iterator %qs at %L is inside iterator of the same name"
62593 msgstr ""
62594
62595 #: fortran/array.cc:1132 fortran/array.cc:1360
62596 #, gcc-internal-format, gfc-internal-format
62597 msgid "Syntax error in array constructor at %C"
62598 msgstr ""
62599
62600 #: fortran/array.cc:1162
62601 #, gcc-internal-format, gfc-internal-format
62602 msgid "BOZ literal constant at %L cannot appear in an array constructor"
62603 msgstr ""
62604
62605 #: fortran/array.cc:1171
62606 #, gcc-internal-format, gfc-internal-format
62607 msgid "NULL() at %C cannot appear in an array constructor"
62608 msgstr ""
62609
62610 #: fortran/array.cc:1233
62611 #, gcc-internal-format, gfc-internal-format
62612 msgid "[...] style array constructors at %C"
62613 msgstr ""
62614
62615 #: fortran/array.cc:1253
62616 #, gcc-internal-format, gfc-internal-format
62617 msgid "Array constructor including type specification at %C"
62618 msgstr ""
62619
62620 #: fortran/array.cc:1259 fortran/match.cc:4258
62621 #, gcc-internal-format, gfc-internal-format
62622 msgid "Type-spec at %L cannot contain a deferred type parameter"
62623 msgstr ""
62624
62625 #: fortran/array.cc:1267
62626 #, gcc-internal-format, gfc-internal-format
62627 msgid "Type-spec at %L cannot contain an asterisk for a type parameter"
62628 msgstr ""
62629
62630 #: fortran/array.cc:1285
62631 #, gcc-internal-format, gfc-internal-format
62632 msgid "Empty array constructor at %C is not allowed"
62633 msgstr ""
62634
62635 #: fortran/array.cc:1322 fortran/array.cc:1332
62636 #, gcc-internal-format, gfc-internal-format
62637 msgid "Incompatible typespec for array element at %L"
62638 msgstr ""
62639
62640 #: fortran/array.cc:1407
62641 #, gcc-internal-format, gfc-internal-format
62642 msgid "Element in %s array constructor at %L is %s"
62643 msgstr ""
62644
62645 #: fortran/array.cc:1738
62646 #, gcc-internal-format, gfc-internal-format
62647 msgid "Iterator step at %L cannot be zero"
62648 msgstr ""
62649
62650 #: fortran/array.cc:1897
62651 #, gcc-internal-format
62652 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"
62653 msgstr ""
62654
62655 #: fortran/array.cc:2076
62656 #, gcc-internal-format, gfc-internal-format
62657 msgid "AC-IMPLIED-DO initial expression references control variable at %L"
62658 msgstr ""
62659
62660 #: fortran/array.cc:2083
62661 #, gcc-internal-format, gfc-internal-format
62662 msgid "AC-IMPLIED-DO final expression references control variable at %L"
62663 msgstr ""
62664
62665 #: fortran/array.cc:2090
62666 #, gcc-internal-format, gfc-internal-format
62667 msgid "AC-IMPLIED-DO step expression references control variable at %L"
62668 msgstr ""
62669
62670 #: fortran/array.cc:2102
62671 #, gcc-internal-format, gfc-internal-format
62672 msgid "Array constructor value at %L shall not be unlimited polymorphic [F2008: C4106]"
62673 msgstr ""
62674
62675 #: fortran/array.cc:2194
62676 #, gcc-internal-format, gfc-internal-format
62677 msgid "Different CHARACTER lengths (%ld/%ld) in array constructor at %L"
62678 msgstr ""
62679
62680 #: fortran/array.cc:2315
62681 #, gcc-internal-format
62682 msgid "spec_dimen_size(): Bad dimension"
62683 msgstr ""
62684
62685 #: fortran/array.cc:2381
62686 #, gcc-internal-format
62687 msgid "gfc_ref_dimen_size(): Bad dimension"
62688 msgstr ""
62689
62690 #: fortran/array.cc:2385
62691 #, gcc-internal-format, gfc-internal-format
62692 msgid "Bad array dimension at %L"
62693 msgstr ""
62694
62695 #: fortran/array.cc:2523
62696 #, gcc-internal-format
62697 msgid "gfc_ref_dimen_size(): Bad dimen_type"
62698 msgstr ""
62699
62700 #: fortran/array.cc:2574
62701 #, gcc-internal-format
62702 msgid "gfc_array_dimen_size(): Bad dimension"
62703 msgstr ""
62704
62705 #: fortran/array.cc:2619
62706 #, gcc-internal-format
62707 msgid "gfc_array_dimen_size(): Bad EXPR_ARRAY expr"
62708 msgstr ""
62709
62710 #: fortran/array.cc:2767
62711 #, gcc-internal-format
62712 msgid "gfc_find_array_ref(): No ref found"
62713 msgstr ""
62714
62715 #. if (c == 0)
62716 #: fortran/bbt.cc:119
62717 #, gcc-internal-format
62718 msgid "insert_bbt(): Duplicate key found"
62719 msgstr ""
62720
62721 #: fortran/check.cc:87
62722 #, gcc-internal-format
62723 msgid "BOZ literal constant at %L cannot be an actual argument to %qs"
62724 msgstr ""
62725
62726 #: fortran/check.cc:103
62727 #, gcc-internal-format
62728 msgid "Arguments of %qs at %L and %L cannot both be BOZ literal constants"
62729 msgstr ""
62730
62731 #: fortran/check.cc:123 fortran/resolve.cc:11051
62732 #, gcc-internal-format, gfc-internal-format
62733 msgid "Invalid use of BOZ literal constant at %L"
62734 msgstr ""
62735
62736 #: fortran/check.cc:371
62737 #, gcc-internal-format, gfc-internal-format
62738 msgid "Failure in conversion of BOZ to REAL at %L"
62739 msgstr ""
62740
62741 #: fortran/check.cc:477
62742 #, gcc-internal-format
62743 msgid "%qs argument of %qs intrinsic at %L must be a scalar"
62744 msgstr ""
62745
62746 #: fortran/check.cc:493
62747 #, gcc-internal-format
62748 msgid "%qs argument of %qs intrinsic at %L must be %s"
62749 msgstr ""
62750
62751 #: fortran/check.cc:527
62752 #, gcc-internal-format
62753 msgid "%qs argument of %qs intrinsic at %L must have a numeric type"
62754 msgstr ""
62755
62756 #: fortran/check.cc:542 fortran/check.cc:572
62757 #, gcc-internal-format
62758 msgid "%qs argument of %qs intrinsic at %L must be INTEGER or REAL"
62759 msgstr ""
62760
62761 #: fortran/check.cc:560
62762 #, gcc-internal-format
62763 msgid "Fortran 2003: Character for %qs argument of %qs intrinsic at %L"
62764 msgstr ""
62765
62766 #: fortran/check.cc:567
62767 #, gcc-internal-format
62768 msgid "%qs argument of %qs intrinsic at %L must be INTEGER or REAL or CHARACTER"
62769 msgstr ""
62770
62771 #: fortran/check.cc:590 fortran/check.cc:3373
62772 #, gcc-internal-format
62773 msgid "%qs argument of %qs intrinsic at %L must be of intrinsic type"
62774 msgstr ""
62775
62776 #: fortran/check.cc:605
62777 #, gcc-internal-format
62778 msgid "%qs argument of %qs intrinsic at %L must be REAL or COMPLEX"
62779 msgstr ""
62780
62781 #: fortran/check.cc:622
62782 #, gcc-internal-format
62783 msgid "%qs argument of %qs intrinsic at %L must be INTEGER or PROCEDURE"
62784 msgstr ""
62785
62786 #: fortran/check.cc:651 fortran/check.cc:7522
62787 #, gcc-internal-format
62788 msgid "%qs argument of %qs intrinsic at %L must be a constant"
62789 msgstr ""
62790
62791 #: fortran/check.cc:660
62792 #, gcc-internal-format, gfc-internal-format
62793 msgid "Invalid kind for %s at %L"
62794 msgstr ""
62795
62796 #: fortran/check.cc:679
62797 #, gcc-internal-format
62798 msgid "%qs argument of %qs intrinsic at %L must be double precision"
62799 msgstr ""
62800
62801 #: fortran/check.cc:702
62802 #, gcc-internal-format
62803 msgid "Expected coarray variable as %qs argument to the %s intrinsic at %L"
62804 msgstr ""
62805
62806 #: fortran/check.cc:719
62807 #, gcc-internal-format
62808 msgid "%qs argument of %qs intrinsic at %L must be a logical array"
62809 msgstr ""
62810
62811 #: fortran/check.cc:744
62812 #, gcc-internal-format
62813 msgid "%qs argument of %qs intrinsic at %L must be an array"
62814 msgstr ""
62815
62816 #: fortran/check.cc:765
62817 #, gcc-internal-format
62818 msgid "%qs at %L must be nonnegative"
62819 msgstr ""
62820
62821 #: fortran/check.cc:786
62822 #, gcc-internal-format
62823 msgid "%qs argument of %qs intrinsic at %L must be positive"
62824 msgstr ""
62825
62826 #: fortran/check.cc:819
62827 #, gcc-internal-format
62828 msgid "The absolute value of SHIFT at %L must be less than or equal to BIT_SIZE(%qs)"
62829 msgstr ""
62830
62831 #: fortran/check.cc:830
62832 #, gcc-internal-format
62833 msgid "%qs at %L must be less than or equal to BIT_SIZE(%qs)"
62834 msgstr ""
62835
62836 #: fortran/check.cc:840
62837 #, gcc-internal-format
62838 msgid "%qs at %L must be less than BIT_SIZE(%qs)"
62839 msgstr ""
62840
62841 #: fortran/check.cc:867
62842 #, gcc-internal-format
62843 msgid "%qs at %L must be less than or equal to the BIT_SIZE of INTEGER(KIND=%d)"
62844 msgstr ""
62845
62846 #: fortran/check.cc:893
62847 #, gcc-internal-format
62848 msgid "%<%s + %s%> at %L must be less than or equal to BIT_SIZE(%qs)"
62849 msgstr ""
62850
62851 #: fortran/check.cc:926
62852 #, gcc-internal-format
62853 msgid "%qs argument of %qs intrinsic at %L must be the same type and kind as %qs"
62854 msgstr ""
62855
62856 #: fortran/check.cc:943
62857 #, gcc-internal-format
62858 msgid "%qs argument of %qs intrinsic at %L must be of rank %d"
62859 msgstr ""
62860
62861 #: fortran/check.cc:958
62862 #, gcc-internal-format
62863 msgid "%qs argument of %qs intrinsic at %L must not be OPTIONAL"
62864 msgstr ""
62865
62866 #: fortran/check.cc:980
62867 #, gcc-internal-format
62868 msgid "%qs argument of %qs intrinsic at %L must be ALLOCATABLE"
62869 msgstr ""
62870
62871 #: fortran/check.cc:998
62872 #, gcc-internal-format
62873 msgid "%qs argument of %qs intrinsic at %L must be of kind %d"
62874 msgstr ""
62875
62876 #: fortran/check.cc:1017
62877 #, gcc-internal-format
62878 msgid "%qs argument of %qs intrinsic at %L cannot be INTENT(IN)"
62879 msgstr ""
62880
62881 #: fortran/check.cc:1044
62882 #, gcc-internal-format
62883 msgid "%qs argument of %qs intrinsic at %L must be a variable"
62884 msgstr ""
62885
62886 #: fortran/check.cc:1093
62887 #, gcc-internal-format
62888 msgid "%<dim%> argument of %qs intrinsic at %L is not a valid codimension index"
62889 msgstr ""
62890
62891 #: fortran/check.cc:1145
62892 #, gcc-internal-format
62893 msgid "%<dim%> argument of %qs intrinsic at %L is not a valid dimension index"
62894 msgstr ""
62895
62896 #: fortran/check.cc:1248
62897 #, gcc-internal-format, gfc-internal-format
62898 msgid "Unequal character lengths (%ld/%ld) in %s at %L"
62899 msgstr ""
62900
62901 #: fortran/check.cc:1305
62902 #, gcc-internal-format, gfc-internal-format
62903 msgid "BOZ literal constant at %L cannot appear in ACHAR intrinsic subprogram"
62904 msgstr ""
62905
62906 #: fortran/check.cc:1396
62907 #, gcc-internal-format
62908 msgid "%qs and %qs arguments of %qs intrinsic at %L must have the same type"
62909 msgstr ""
62910
62911 #: fortran/check.cc:1405 fortran/check.cc:3690
62912 #, gcc-internal-format, gfc-internal-format
62913 msgid "Different type kinds at %L"
62914 msgstr ""
62915
62916 #: fortran/check.cc:1428
62917 #, gcc-internal-format
62918 msgid "NULL at %L is not permitted as actual argument to %qs intrinsic function"
62919 msgstr ""
62920
62921 #: fortran/check.cc:1450
62922 #, gcc-internal-format
62923 msgid "%qs argument of %qs intrinsic at %L must be a POINTER"
62924 msgstr ""
62925
62926 #: fortran/check.cc:1459 fortran/check.cc:1494 fortran/check.cc:4380
62927 #, gcc-internal-format
62928 msgid "%qs argument of %qs intrinsic at %L shall not be coindexed"
62929 msgstr ""
62930
62931 #: fortran/check.cc:1476
62932 #, gcc-internal-format
62933 msgid "%qs argument of %qs intrinsic at %L must be a pointer or target VARIABLE or FUNCTION"
62934 msgstr ""
62935
62936 #: fortran/check.cc:1485
62937 #, gcc-internal-format
62938 msgid "%qs argument of %qs intrinsic at %L must be a POINTER or a TARGET"
62939 msgstr ""
62940
62941 #: fortran/check.cc:1512
62942 #, gcc-internal-format, gfc-internal-format
62943 msgid "Array section with a vector subscript at %L shall not be the target of a pointer"
62944 msgstr ""
62945
62946 #: fortran/check.cc:1559
62947 #, gcc-internal-format, gfc-internal-format
62948 msgid "ATOM argument at %L to intrinsic function %s shall be an integer of ATOMIC_INT_KIND or a logical of ATOMIC_LOGICAL_KIND"
62949 msgstr ""
62950
62951 #: fortran/check.cc:1567
62952 #, gcc-internal-format, gfc-internal-format
62953 msgid "ATOM argument at %L of the %s intrinsic function shall be a coarray or coindexed"
62954 msgstr ""
62955
62956 #: fortran/check.cc:1574
62957 #, gcc-internal-format
62958 msgid "%qs argument of %qs intrinsic at %L shall have the same type as %qs at %L"
62959 msgstr ""
62960
62961 #: fortran/check.cc:1592 fortran/check.cc:1805
62962 #, gcc-internal-format, gfc-internal-format
62963 msgid "STAT= argument to %s at %L"
62964 msgstr ""
62965
62966 #: fortran/check.cc:1611 fortran/check.cc:1745 fortran/check.cc:1842
62967 #, gcc-internal-format, gfc-internal-format
62968 msgid "ATOM argument of the %s intrinsic function at %L shall be definable"
62969 msgstr ""
62970
62971 #: fortran/check.cc:1625 fortran/check.cc:1825
62972 #, gcc-internal-format, gfc-internal-format
62973 msgid "ATOM argument at %L to intrinsic function %s shall be an integer of ATOMIC_INT_KIND"
62974 msgstr ""
62975
62976 #: fortran/check.cc:1645
62977 #, gcc-internal-format, gfc-internal-format
62978 msgid "VALUE argument of the %s intrinsic function at %L shall be definable"
62979 msgstr ""
62980
62981 #: fortran/check.cc:1664 fortran/check.cc:1678 fortran/check.cc:1713
62982 #, gcc-internal-format
62983 msgid "%qs argument of %qs intrinsic at %L not yet supported"
62984 msgstr ""
62985
62986 #: fortran/check.cc:1698
62987 #, gcc-internal-format
62988 msgid "%qs argument of %qs intrinsic at %L shall specify a valid integer kind"
62989 msgstr ""
62990
62991 #: fortran/check.cc:1752 fortran/check.cc:1849
62992 #, gcc-internal-format, gfc-internal-format
62993 msgid "OLD argument of the %s intrinsic function at %L shall be definable"
62994 msgstr ""
62995
62996 #: fortran/check.cc:1767
62997 #, gcc-internal-format, gfc-internal-format
62998 msgid "EVENT argument at %L to the intrinsic EVENT_QUERY shall be of type EVENT_TYPE"
62999 msgstr ""
63000
63001 #: fortran/check.cc:1777
63002 #, gcc-internal-format, gfc-internal-format
63003 msgid "COUNT argument of the EVENT_QUERY intrinsic function at %L shall be definable"
63004 msgstr ""
63005
63006 #: fortran/check.cc:1790
63007 #, gcc-internal-format, gfc-internal-format
63008 msgid "COUNT argument of the EVENT_QUERY intrinsic function at %L shall have at least the range of the default integer"
63009 msgstr ""
63010
63011 #: fortran/check.cc:1869
63012 #, gcc-internal-format, gfc-internal-format
63013 msgid "Negative argument N at %L"
63014 msgstr ""
63015
63016 #: fortran/check.cc:1967
63017 #, gcc-internal-format, gfc-internal-format
63018 msgid "BOZ literal constant at %L cannot appear in CHAR intrinsic subprogram"
63019 msgstr ""
63020
63021 #: fortran/check.cc:2091 fortran/check.cc:2581
63022 #, gcc-internal-format
63023 msgid "%qs argument of %qs intrinsic at %L must not be present if %<x%> is COMPLEX"
63024 msgstr ""
63025
63026 #: fortran/check.cc:2100 fortran/check.cc:2590
63027 #, gcc-internal-format
63028 msgid "%qs argument of %qs intrinsic at %L must have a type of either REAL or INTEGER"
63029 msgstr ""
63030
63031 #: fortran/check.cc:2110 fortran/check.cc:2116
63032 #, gcc-internal-format, gfc-internal-format
63033 msgid "Conversion from %s to default-kind COMPLEX(%d) at %L might lose precision, consider using the KIND argument"
63034 msgstr ""
63035
63036 #: fortran/check.cc:2138
63037 #, gcc-internal-format
63038 msgid "Argument %<A%> with INTENT(INOUT) at %L of the intrinsic subroutine %s shall not have a vector subscript"
63039 msgstr ""
63040
63041 #: fortran/check.cc:2146
63042 #, gcc-internal-format, gfc-internal-format
63043 msgid "The A argument at %L to the intrinsic %s shall not be coindexed"
63044 msgstr ""
63045
63046 #: fortran/check.cc:2169
63047 #, gcc-internal-format, gfc-internal-format
63048 msgid "The stat= argument at %L must be a kind=4 integer variable"
63049 msgstr ""
63050
63051 #: fortran/check.cc:2185
63052 #, gcc-internal-format, gfc-internal-format
63053 msgid "The errmsg= argument at %L must be a default-kind character variable"
63054 msgstr ""
63055
63056 #: fortran/check.cc:2193
63057 #, gcc-internal-format
63058 msgid "Coarrays disabled at %L, use %<-fcoarray=%> to enable"
63059 msgstr ""
63060
63061 #: fortran/check.cc:2208
63062 #, gcc-internal-format, gfc-internal-format
63063 msgid "Support for the A argument at %L which is polymorphic A argument or has allocatable components is not yet implemented"
63064 msgstr ""
63065
63066 #: fortran/check.cc:2227
63067 #, gcc-internal-format, gfc-internal-format
63068 msgid "The A argument at %L of CO_REDUCE shall not be polymorphic"
63069 msgstr ""
63070
63071 #: fortran/check.cc:2234
63072 #, gcc-internal-format, gfc-internal-format
63073 msgid "Support for the A argument at %L with allocatable components is not yet implemented"
63074 msgstr ""
63075
63076 #: fortran/check.cc:2248
63077 #, gcc-internal-format, gfc-internal-format
63078 msgid "OPERATION argument at %L must be a PURE function"
63079 msgstr ""
63080
63081 #. None of the intrinsics fulfills the criteria of taking two arguments,
63082 #. returning the same type and kind as the arguments and being permitted
63083 #. as actual argument.
63084 #: fortran/check.cc:2258
63085 #, gcc-internal-format, gfc-internal-format
63086 msgid "Intrinsic function %s at %L is not permitted for CO_REDUCE"
63087 msgstr ""
63088
63089 #: fortran/check.cc:2275
63090 #, gcc-internal-format, gfc-internal-format
63091 msgid "The function passed as OPERATION at %L shall have two arguments"
63092 msgstr ""
63093
63094 #: fortran/check.cc:2285
63095 #, gcc-internal-format, gfc-internal-format
63096 msgid "The A argument at %L has type %s but the function passed as OPERATION at %L returns %s"
63097 msgstr ""
63098
63099 #: fortran/check.cc:2294
63100 #, gcc-internal-format, gfc-internal-format
63101 msgid "The function passed as OPERATION at %L has arguments of type %s and %s but shall have type %s"
63102 msgstr ""
63103
63104 #: fortran/check.cc:2305
63105 #, gcc-internal-format, gfc-internal-format
63106 msgid "The function passed as OPERATION at %L shall have scalar nonallocatable nonpointer arguments and return a nonallocatable nonpointer scalar"
63107 msgstr ""
63108
63109 #: fortran/check.cc:2313
63110 #, gcc-internal-format, gfc-internal-format
63111 msgid "The function passed as OPERATION at %L shall have the VALUE attribute either for none or both arguments"
63112 msgstr ""
63113
63114 #: fortran/check.cc:2320
63115 #, gcc-internal-format, gfc-internal-format
63116 msgid "The function passed as OPERATION at %L shall have the TARGET attribute either for none or both arguments"
63117 msgstr ""
63118
63119 #: fortran/check.cc:2327
63120 #, gcc-internal-format, gfc-internal-format
63121 msgid "The function passed as OPERATION at %L shall have the ASYNCHRONOUS attribute either for none or both arguments"
63122 msgstr ""
63123
63124 #: fortran/check.cc:2335
63125 #, gcc-internal-format, gfc-internal-format
63126 msgid "The function passed as OPERATION at %L shall not have the OPTIONAL attribute for either of the arguments"
63127 msgstr ""
63128
63129 #: fortran/check.cc:2365
63130 #, gcc-internal-format, gfc-internal-format
63131 msgid "The character length of the A argument at %L and of the arguments of the OPERATION at %L shall be the same"
63132 msgstr ""
63133
63134 #: fortran/check.cc:2372
63135 #, gcc-internal-format, gfc-internal-format
63136 msgid "The character length of the A argument at %L and of the function result of the OPERATION at %L shall be the same"
63137 msgstr ""
63138
63139 #: fortran/check.cc:2390
63140 #, gcc-internal-format
63141 msgid "%qs argument of %qs intrinsic at %L shall be of type integer, real or character"
63142 msgstr ""
63143
63144 #: fortran/check.cc:2418 fortran/check.cc:2432
63145 #, gcc-internal-format, gfc-internal-format
63146 msgid "BOZ constant at %L cannot appear in the COMPLEX intrinsic subprogram"
63147 msgstr ""
63148
63149 #: fortran/check.cc:2469 fortran/check.cc:3099 fortran/check.cc:3182
63150 #: fortran/check.cc:3404 fortran/check.cc:3452 fortran/check.cc:4925
63151 #: fortran/check.cc:5050 fortran/check.cc:5120 fortran/check.cc:6302
63152 #: fortran/check.cc:6431
63153 #, gcc-internal-format
63154 msgid "%qs intrinsic with KIND argument at %L"
63155 msgstr ""
63156
63157 #: fortran/check.cc:2516 fortran/check.cc:2785 fortran/check.cc:2845
63158 #, gcc-internal-format
63159 msgid "%qs argument of %qs intrinsic at %L has invalid shape in dimension %d (%ld/%ld)"
63160 msgstr ""
63161
63162 #: fortran/check.cc:2531 fortran/check.cc:2800 fortran/check.cc:2860
63163 #, gcc-internal-format
63164 msgid "%qs argument of intrinsic %qs at %L of must have rank %d or be a scalar"
63165 msgstr ""
63166
63167 #: fortran/check.cc:2643 fortran/check.cc:3784 fortran/check.cc:3792
63168 #, gcc-internal-format
63169 msgid "%qs argument of %qs intrinsic at %L must be numeric or LOGICAL"
63170 msgstr ""
63171
63172 #: fortran/check.cc:2657
63173 #, gcc-internal-format
63174 msgid "Different shape for arguments %qs and %qs at %L for intrinsic %<dot_product%>"
63175 msgstr ""
63176
63177 #: fortran/check.cc:2677 fortran/check.cc:2685
63178 #, gcc-internal-format
63179 msgid "%qs argument of %qs intrinsic at %L must be default real"
63180 msgstr ""
63181
63182 #: fortran/check.cc:2821
63183 #, gcc-internal-format
63184 msgid "%qs must be of same type and kind as %qs at %L in %qs"
63185 msgstr ""
63186
63187 #: fortran/check.cc:2879
63188 #, gcc-internal-format
63189 msgid "Missing %qs argument to %qs intrinsic at %L for %qs of type %qs"
63190 msgstr ""
63191
63192 #: fortran/check.cc:2897
63193 #, gcc-internal-format, gfc-internal-format
63194 msgid "BOZ literal constant at %L cannot appear in the FLOAT intrinsic subprogram"
63195 msgstr ""
63196
63197 #: fortran/check.cc:2911
63198 #, gcc-internal-format, gfc-internal-format
63199 msgid "non-default INTEGER kind argument to %s intrinsic at %L"
63200 msgstr ""
63201
63202 #: fortran/check.cc:2972
63203 #, gcc-internal-format
63204 msgid "COMPLEX argument %qs of %qs intrinsic at %L"
63205 msgstr ""
63206
63207 #: fortran/check.cc:3054
63208 #, gcc-internal-format
63209 msgid "Arguments of %qs have different kind type parameters at %L"
63210 msgstr ""
63211
63212 #: fortran/check.cc:3150
63213 #, gcc-internal-format, gfc-internal-format
63214 msgid "Argument of %s at %L must be of length one"
63215 msgstr ""
63216
63217 #: fortran/check.cc:3189
63218 #, gcc-internal-format
63219 msgid "%qs argument of %qs intrinsic at %L must be the same kind as %qs"
63220 msgstr ""
63221
63222 #: fortran/check.cc:3223
63223 #, gcc-internal-format
63224 msgid "%qs intrinsic subprogram at %L has been removed.  Use INT intrinsic subprogram."
63225 msgstr ""
63226
63227 #: fortran/check.cc:3275
63228 #, gcc-internal-format, gfc-internal-format
63229 msgid "SIZE at %L must be positive"
63230 msgstr ""
63231
63232 #: fortran/check.cc:3287
63233 #, gcc-internal-format, gfc-internal-format
63234 msgid "The absolute value of SHIFT at %L must be less than or equal to SIZE at %L"
63235 msgstr ""
63236
63237 #: fortran/check.cc:3346
63238 #, gcc-internal-format, gfc-internal-format
63239 msgid "STATUS at %L shall be an INTENT(OUT) variable"
63240 msgstr ""
63241
63242 #: fortran/check.cc:3355
63243 #, gcc-internal-format
63244 msgid "%qs at %L shall be an INTENT(OUT) variable"
63245 msgstr ""
63246
63247 #: fortran/check.cc:3380
63248 #, gcc-internal-format
63249 msgid "%qs argument of %qs intrinsic at %L must be a data entity"
63250 msgstr ""
63251
63252 #: fortran/check.cc:3594
63253 #, gcc-internal-format
63254 msgid "Intrinsic %qs at %L must have at least two arguments"
63255 msgstr ""
63256
63257 #: fortran/check.cc:3642
63258 #, gcc-internal-format
63259 msgid "Missing %qs argument to the %s intrinsic at %L"
63260 msgstr ""
63261
63262 #: fortran/check.cc:3657
63263 #, gcc-internal-format
63264 msgid "Duplicate argument %qs at %L to intrinsic %s"
63265 msgstr ""
63266
63267 #: fortran/check.cc:3662
63268 #, gcc-internal-format
63269 msgid "Unknown argument %qs at %L to intrinsic %s"
63270 msgstr ""
63271
63272 #: fortran/check.cc:3687
63273 #, gcc-internal-format, gfc-internal-format
63274 msgid "Different character kinds at %L"
63275 msgstr ""
63276
63277 #: fortran/check.cc:3696
63278 #, gcc-internal-format
63279 msgid "%<a%d%> argument of %qs intrinsic at %L must be %s(%d)"
63280 msgstr ""
63281
63282 #: fortran/check.cc:3727
63283 #, gcc-internal-format
63284 msgid "%qs intrinsic with CHARACTER argument at %L"
63285 msgstr ""
63286
63287 #: fortran/check.cc:3734
63288 #, gcc-internal-format
63289 msgid "%<a1%> argument of %qs intrinsic at %L must be INTEGER, REAL or CHARACTER"
63290 msgstr ""
63291
63292 #: fortran/check.cc:3801
63293 #, gcc-internal-format
63294 msgid "Argument types of %qs intrinsic at %L must match (%s/%s)"
63295 msgstr ""
63296
63297 #: fortran/check.cc:3815
63298 #, gcc-internal-format
63299 msgid "Different shape on dimension 1 for arguments %qs and %qs at %L for intrinsic matmul"
63300 msgstr ""
63301
63302 #: fortran/check.cc:3834
63303 #, gcc-internal-format
63304 msgid "Different shape on dimension 2 for argument %qs and dimension 1 for argument %qs at %L for intrinsic matmul"
63305 msgstr ""
63306
63307 #: fortran/check.cc:3843
63308 #, gcc-internal-format
63309 msgid "%qs argument of %qs intrinsic at %L must be of rank 1 or 2"
63310 msgstr ""
63311
63312 #: fortran/check.cc:4006
63313 #, gcc-internal-format
63314 msgid "Argument %qs of %qs intrinsic at %L must be in type conformance to argument %qs at %L"
63315 msgstr ""
63316
63317 #: fortran/check.cc:4124 fortran/check.cc:7442 fortran/check.cc:7457
63318 #, gcc-internal-format
63319 msgid "%qs argument of %qs intrinsic at %L must be INTEGER"
63320 msgstr ""
63321
63322 #: fortran/check.cc:4207
63323 #, gcc-internal-format, gfc-internal-format
63324 msgid "The FROM argument to MOVE_ALLOC at %L shall not be coindexed"
63325 msgstr ""
63326
63327 #: fortran/check.cc:4218
63328 #, gcc-internal-format, gfc-internal-format
63329 msgid "The TO argument to MOVE_ALLOC at %L shall not be coindexed"
63330 msgstr ""
63331
63332 #: fortran/check.cc:4225
63333 #, gcc-internal-format, gfc-internal-format
63334 msgid "The TO arguments in MOVE_ALLOC at %L must be polymorphic if FROM is polymorphic"
63335 msgstr ""
63336
63337 #: fortran/check.cc:4236
63338 #, gcc-internal-format, gfc-internal-format
63339 msgid "The FROM and TO arguments of the MOVE_ALLOC intrinsic at %L must have the same rank %d/%d"
63340 msgstr ""
63341
63342 #: fortran/check.cc:4245
63343 #, gcc-internal-format, gfc-internal-format
63344 msgid "The FROM and TO arguments of the MOVE_ALLOC intrinsic at %L must have the same corank %d/%d"
63345 msgstr ""
63346
63347 #: fortran/check.cc:4285
63348 #, gcc-internal-format, gfc-internal-format
63349 msgid "The FROM and TO arguments at %L violate aliasing restrictions (F2003 12.4.1.7)"
63350 msgstr ""
63351
63352 #: fortran/check.cc:4312
63353 #, gcc-internal-format
63354 msgid "Argument %<S%> of NEAREST at %L shall not be zero"
63355 msgstr ""
63356
63357 #: fortran/check.cc:4365
63358 #, gcc-internal-format
63359 msgid "%qs argument of %qs intrinsic at %L must be a POINTER, ALLOCATABLE or procedure pointer"
63360 msgstr ""
63361
63362 #: fortran/check.cc:4373
63363 #, gcc-internal-format, gfc-internal-format
63364 msgid "NULL intrinsic with allocatable MOLD at %L"
63365 msgstr ""
63366
63367 #: fortran/check.cc:4452 fortran/check.cc:6378
63368 #, gcc-internal-format
63369 msgid "%qs argument of %qs intrinsic at %L must provide at least as many elements as there are .TRUE. values in %qs (%ld/%d)"
63370 msgstr ""
63371
63372 #: fortran/check.cc:4513
63373 #, gcc-internal-format
63374 msgid "%qs argument of %qs intrinsic at %L must be of a dummy variable"
63375 msgstr ""
63376
63377 #: fortran/check.cc:4523
63378 #, gcc-internal-format
63379 msgid "%qs argument of %qs intrinsic at %L must be of an OPTIONAL dummy variable"
63380 msgstr ""
63381
63382 #: fortran/check.cc:4542
63383 #, gcc-internal-format
63384 msgid "%qs argument of %qs intrinsic at %L must not be a subobject of %qs"
63385 msgstr ""
63386
63387 #: fortran/check.cc:4593
63388 #, gcc-internal-format, gfc-internal-format
63389 msgid "The argument of the RANK intrinsic at %L must be a data object"
63390 msgstr ""
63391
63392 #: fortran/check.cc:4701
63393 #, gcc-internal-format
63394 msgid "%<shape%> argument of %<reshape%> intrinsic at %L must be an array of constant size"
63395 msgstr ""
63396
63397 #: fortran/check.cc:4711
63398 #, gcc-internal-format
63399 msgid "%qs argument of %qs intrinsic at %L is empty"
63400 msgstr ""
63401
63402 #: fortran/check.cc:4718
63403 #, gcc-internal-format
63404 msgid "%<shape%> argument of %<reshape%> intrinsic at %L has more than %d elements"
63405 msgstr ""
63406
63407 #: fortran/check.cc:4739
63408 #, gcc-internal-format
63409 msgid "%qs argument of %qs intrinsic at %L has negative element (%d)"
63410 msgstr ""
63411
63412 #: fortran/check.cc:4779
63413 #, gcc-internal-format
63414 msgid "%qs argument of %qs intrinsic at %L has wrong number of elements (%d/%d)"
63415 msgstr ""
63416
63417 #: fortran/check.cc:4797
63418 #, gcc-internal-format
63419 msgid "%qs argument of %qs intrinsic at %L has out-of-range dimension (%d)"
63420 msgstr ""
63421
63422 #: fortran/check.cc:4806
63423 #, gcc-internal-format
63424 msgid "%qs argument of %qs intrinsic at %L has invalid permutation of dimensions (dimension %qd duplicated)"
63425 msgstr ""
63426
63427 #: fortran/check.cc:4841
63428 #, gcc-internal-format, gfc-internal-format
63429 msgid "Without padding, there are not enough elements in the intrinsic RESHAPE source at %L to match the shape"
63430 msgstr ""
63431
63432 #: fortran/check.cc:4858 fortran/check.cc:4877
63433 #, gcc-internal-format
63434 msgid "%qs argument of %qs intrinsic at %L cannot be of type %s"
63435 msgstr ""
63436
63437 #: fortran/check.cc:4868 fortran/check.cc:4887
63438 #, gcc-internal-format
63439 msgid "%qs argument of %qs intrinsic at %L must be of an extensible type"
63440 msgstr ""
63441
63442 #: fortran/check.cc:4986
63443 #, gcc-internal-format
63444 msgid "SELECTED_REAL_KIND with neither %<P%> nor %<R%> argument at %L"
63445 msgstr ""
63446
63447 #: fortran/check.cc:5017
63448 #, gcc-internal-format
63449 msgid "%qs intrinsic with RADIX argument at %L"
63450 msgstr ""
63451
63452 #: fortran/check.cc:5065
63453 #, gcc-internal-format
63454 msgid "%<source%> argument of %<shape%> intrinsic at %L must not be an assumed size array"
63455 msgstr ""
63456
63457 #: fortran/check.cc:5138 fortran/check.cc:7502
63458 #, gcc-internal-format
63459 msgid "%qs argument of %qs intrinsic at %L shall not be a procedure"
63460 msgstr ""
63461
63462 #: fortran/check.cc:5154 fortran/check.cc:5305 fortran/check.cc:7494
63463 #, gcc-internal-format
63464 msgid "%qs argument of %qs intrinsic at %L shall not be TYPE(*)"
63465 msgstr ""
63466
63467 #: fortran/check.cc:5165 fortran/check.cc:5317
63468 #, gcc-internal-format
63469 msgid "%qs argument of %qs intrinsic at %L shall not be an assumed-size array"
63470 msgstr ""
63471
63472 #: fortran/check.cc:5247
63473 #, gcc-internal-format
63474 msgid "is_c_interoperable(): gfc_simplify_expr failed"
63475 msgstr ""
63476
63477 #: fortran/check.cc:5296
63478 #, gcc-internal-format
63479 msgid "%qs argument of %qs intrinsic at %L must be an interoperable data entity: %s"
63480 msgstr ""
63481
63482 #: fortran/check.cc:5335
63483 #, gcc-internal-format, gfc-internal-format
63484 msgid "Argument C_PTR_1 at %L to C_ASSOCIATED shall have the type TYPE(C_PTR) or TYPE(C_FUNPTR)"
63485 msgstr ""
63486
63487 #: fortran/check.cc:5349
63488 #, gcc-internal-format, gfc-internal-format
63489 msgid "Argument C_PTR_2 at %L to C_ASSOCIATED shall have the same type as C_PTR_1: %s instead of %s"
63490 msgstr ""
63491
63492 #: fortran/check.cc:5373
63493 #, gcc-internal-format, gfc-internal-format
63494 msgid "Argument CPTR at %L to C_F_POINTER shall have the type TYPE(C_PTR)"
63495 msgstr ""
63496
63497 #: fortran/check.cc:5385
63498 #, gcc-internal-format, gfc-internal-format
63499 msgid "Argument FPTR at %L to C_F_POINTER must be a pointer"
63500 msgstr ""
63501
63502 #: fortran/check.cc:5392
63503 #, gcc-internal-format, gfc-internal-format
63504 msgid "FPTR argument at %L to C_F_POINTER shall not be polymorphic"
63505 msgstr ""
63506
63507 #: fortran/check.cc:5399
63508 #, gcc-internal-format, gfc-internal-format
63509 msgid "Argument FPTR at %L to C_F_POINTER shall not be coindexed"
63510 msgstr ""
63511
63512 #: fortran/check.cc:5406
63513 #, gcc-internal-format, gfc-internal-format
63514 msgid "Unexpected SHAPE argument at %L to C_F_POINTER with scalar FPTR"
63515 msgstr ""
63516
63517 #: fortran/check.cc:5412
63518 #, gcc-internal-format, gfc-internal-format
63519 msgid "Expected SHAPE argument to C_F_POINTER with array FPTR at %L"
63520 msgstr ""
63521
63522 #: fortran/check.cc:5431
63523 #, gcc-internal-format, gfc-internal-format
63524 msgid "SHAPE argument at %L to C_F_POINTER must have the same size as the RANK of FPTR"
63525 msgstr ""
63526
63527 #: fortran/check.cc:5441
63528 #, gcc-internal-format, gfc-internal-format
63529 msgid "Polymorphic FPTR at %L to C_F_POINTER"
63530 msgstr ""
63531
63532 #: fortran/check.cc:5446
63533 #, gcc-internal-format, gfc-internal-format
63534 msgid "Noninteroperable array FPTR at %L to C_F_POINTER: %s"
63535 msgstr ""
63536
63537 #: fortran/check.cc:5462
63538 #, gcc-internal-format, gfc-internal-format
63539 msgid "Argument CPTR at %L to C_F_PROCPOINTER shall have the type TYPE(C_FUNPTR)"
63540 msgstr ""
63541
63542 #: fortran/check.cc:5474
63543 #, gcc-internal-format, gfc-internal-format
63544 msgid "Argument FPTR at %L to C_F_PROCPOINTER shall be a procedure pointer"
63545 msgstr ""
63546
63547 #: fortran/check.cc:5481
63548 #, gcc-internal-format, gfc-internal-format
63549 msgid "Argument FPTR at %L to C_F_PROCPOINTER shall not be coindexed"
63550 msgstr ""
63551
63552 #: fortran/check.cc:5487
63553 #, gcc-internal-format, gfc-internal-format
63554 msgid "Noninteroperable procedure pointer at %L to C_F_PROCPOINTER"
63555 msgstr ""
63556
63557 #: fortran/check.cc:5501
63558 #, gcc-internal-format, gfc-internal-format
63559 msgid "Argument X at %L to C_FUNLOC shall not be coindexed"
63560 msgstr ""
63561
63562 #: fortran/check.cc:5513
63563 #, gcc-internal-format
63564 msgid "Function result %qs at %L is invalid as X argument to C_FUNLOC"
63565 msgstr ""
63566
63567 #: fortran/check.cc:5520
63568 #, gcc-internal-format, gfc-internal-format
63569 msgid "Argument X at %L to C_FUNLOC shall be a procedure or a procedure pointer"
63570 msgstr ""
63571
63572 #: fortran/check.cc:5526
63573 #, gcc-internal-format, gfc-internal-format
63574 msgid "Noninteroperable procedure at %L to C_FUNLOC"
63575 msgstr ""
63576
63577 #: fortran/check.cc:5540
63578 #, gcc-internal-format, gfc-internal-format
63579 msgid "Argument X at %L to C_LOC shall not be coindexed"
63580 msgstr ""
63581
63582 #: fortran/check.cc:5546
63583 #, gcc-internal-format, gfc-internal-format
63584 msgid "X argument at %L to C_LOC shall not be polymorphic"
63585 msgstr ""
63586
63587 #: fortran/check.cc:5557
63588 #, gcc-internal-format, gfc-internal-format
63589 msgid "Argument X at %L to C_LOC shall have either the POINTER or the TARGET attribute"
63590 msgstr ""
63591
63592 #: fortran/check.cc:5565
63593 #, gcc-internal-format, gfc-internal-format
63594 msgid "Argument X at %L to C_LOC shall be not be a zero-sized string"
63595 msgstr ""
63596
63597 #: fortran/check.cc:5574
63598 #, gcc-internal-format, gfc-internal-format
63599 msgid "Argument at %L to C_LOC shall not be polymorphic"
63600 msgstr ""
63601
63602 #: fortran/check.cc:5581
63603 #, gcc-internal-format, gfc-internal-format
63604 msgid "Noninteroperable array at %L as argument to C_LOC: %s"
63605 msgstr ""
63606
63607 #: fortran/check.cc:5592
63608 #, gcc-internal-format, gfc-internal-format
63609 msgid "Array of interoperable type at %L to C_LOC which is nonallocatable and neither assumed size nor explicit size"
63610 msgstr ""
63611
63612 #: fortran/check.cc:5597
63613 #, gcc-internal-format, gfc-internal-format
63614 msgid "Array section at %L to C_LOC"
63615 msgstr ""
63616
63617 #: fortran/check.cc:5625
63618 #, gcc-internal-format, gfc-internal-format
63619 msgid "non double precision REAL argument to %s intrinsic at %L"
63620 msgstr ""
63621
63622 #: fortran/check.cc:5641
63623 #, gcc-internal-format
63624 msgid "%qs argument of %qs intrinsic at %L must be less than rank %d"
63625 msgstr ""
63626
63627 #: fortran/check.cc:5660
63628 #, gcc-internal-format
63629 msgid "%qs argument of %qs intrinsic at %L is not a valid dimension index"
63630 msgstr ""
63631
63632 #: fortran/check.cc:5684
63633 #, gcc-internal-format
63634 msgid "%qs argument of %qs intrinsic at %L must have length at least 1"
63635 msgstr ""
63636
63637 #: fortran/check.cc:5948
63638 #, gcc-internal-format, gfc-internal-format
63639 msgid "%s argument to IMAGE_INDEX must be a rank one array at %L"
63640 msgstr ""
63641
63642 #: fortran/check.cc:5955
63643 #, gcc-internal-format, gfc-internal-format
63644 msgid "Type of %s argument of IMAGE_INDEX at %L shall be INTEGER"
63645 msgstr ""
63646
63647 #: fortran/check.cc:5966
63648 #, gcc-internal-format, gfc-internal-format
63649 msgid "The number of array elements of the SUB argument to IMAGE_INDEX at %L shall be %d (corank) not %d"
63650 msgstr ""
63651
63652 #: fortran/check.cc:5999
63653 #, gcc-internal-format, gfc-internal-format
63654 msgid "DISTANCE= argument to NUM_IMAGES at %L"
63655 msgstr ""
63656
63657 #: fortran/check.cc:6012
63658 #, gcc-internal-format, gfc-internal-format
63659 msgid "FAILED= argument to NUM_IMAGES at %L"
63660 msgstr ""
63661
63662 #: fortran/check.cc:6036
63663 #, gcc-internal-format, gfc-internal-format
63664 msgid "TEAM argument at %L to the intrinsic TEAM_NUMBER shall be of type TEAM_TYPE"
63665 msgstr ""
63666
63667 #: fortran/check.cc:6062
63668 #, gcc-internal-format, gfc-internal-format
63669 msgid "DIM argument without COARRAY argument not allowed for THIS_IMAGE intrinsic at %L"
63670 msgstr ""
63671
63672 #: fortran/check.cc:6069
63673 #, gcc-internal-format, gfc-internal-format
63674 msgid "The DISTANCE argument may not be specified together with the COARRAY or DIM argument in intrinsic at %L"
63675 msgstr ""
63676
63677 #: fortran/check.cc:6080
63678 #, gcc-internal-format, gfc-internal-format
63679 msgid "Unexpected DIM argument with noncoarray argument at %L"
63680 msgstr ""
63681
63682 #: fortran/check.cc:6098
63683 #, gcc-internal-format, gfc-internal-format
63684 msgid "DISTANCE= argument to THIS_IMAGE at %L"
63685 msgstr ""
63686
63687 #: fortran/check.cc:6156
63688 #, gcc-internal-format
63689 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"
63690 msgstr ""
63691
63692 #: fortran/check.cc:6208
63693 #, gcc-internal-format
63694 msgid "%<SOURCE%> argument of %<TRANSFER%> intrinsic at %L must not be a %s"
63695 msgstr ""
63696
63697 #: fortran/check.cc:6227
63698 #, gcc-internal-format
63699 msgid "%<MOLD%> argument of %<TRANSFER%> intrinsic at %L must not be a %s"
63700 msgstr ""
63701
63702 #: fortran/check.cc:6235
63703 #, gcc-internal-format
63704 msgid "%<MOLD%> argument of %<TRANSFER%> intrinsic at %L must not be %s"
63705 msgstr ""
63706
63707 #: fortran/check.cc:6270
63708 #, gcc-internal-format, gfc-internal-format
63709 msgid "Intrinsic TRANSFER at %L has partly undefined result: source size %ld < result size %ld"
63710 msgstr ""
63711
63712 #: fortran/check.cc:6392
63713 #, gcc-internal-format
63714 msgid "%qs argument of %qs intrinsic at %L must have the same rank as %qs or be a scalar"
63715 msgstr ""
63716
63717 #: fortran/check.cc:6405
63718 #, gcc-internal-format
63719 msgid "%qs and %qs arguments of %qs intrinsic at %L must have identical shape."
63720 msgstr ""
63721
63722 #: fortran/check.cc:6671 fortran/check.cc:6703
63723 #, gcc-internal-format
63724 msgid "Size of %qs argument of %qs intrinsic at %L too small (%i/%i)"
63725 msgstr ""
63726
63727 #: fortran/check.cc:6711
63728 #, gcc-internal-format, gfc-internal-format
63729 msgid "Too many arguments to %s at %L"
63730 msgstr ""
63731
63732 #: fortran/check.cc:6729
63733 #, gcc-internal-format
63734 msgid "fe_runtime_error string must be null terminated"
63735 msgstr ""
63736
63737 #: fortran/check.cc:6741
63738 #, gcc-internal-format, gfc-internal-format
63739 msgid "fe_runtime_error: Wrong number of arguments (%d instead of %d)"
63740 msgstr ""
63741
63742 #: fortran/check.cc:6781
63743 #, gcc-internal-format, gfc-internal-format
63744 msgid "COUNT argument to SYSTEM_CLOCK at %L has non-default kind"
63745 msgstr ""
63746
63747 #: fortran/check.cc:6800
63748 #, gcc-internal-format, gfc-internal-format
63749 msgid "Real COUNT_RATE argument to SYSTEM_CLOCK at %L"
63750 msgstr ""
63751
63752 #: fortran/check.cc:6810
63753 #, gcc-internal-format, gfc-internal-format
63754 msgid "COUNT_RATE argument to SYSTEM_CLOCK at %L has non-default kind"
63755 msgstr ""
63756
63757 #: fortran/check.cc:6827
63758 #, gcc-internal-format, gfc-internal-format
63759 msgid "COUNT_MAX argument to SYSTEM_CLOCK at %L has non-default kind"
63760 msgstr ""
63761
63762 #: fortran/check.cc:7044
63763 #, gcc-internal-format
63764 msgid "%qs argument of %qs intrinsic at %L must be of a kind not wider than the default kind (%d)"
63765 msgstr ""
63766
63767 #: fortran/check.cc:7226
63768 #, gcc-internal-format
63769 msgid "Actual argument at %L of %qs intrinsic shall be an associated pointer"
63770 msgstr ""
63771
63772 #: fortran/check.cc:7415 fortran/check.cc:7426
63773 #, gcc-internal-format
63774 msgid "%qs argument of %qs intrinsic at %L must be INTEGER, LOGICAL, or a BOZ literal constant"
63775 msgstr ""
63776
63777 #: fortran/check.cc:7486
63778 #, gcc-internal-format, gfc-internal-format
63779 msgid "Intrinsic function NULL at %L cannot be an actual argument to STORAGE_SIZE, because it returns a disassociated pointer"
63780 msgstr ""
63781
63782 #. Since the extension field is 8 bit wide, we can only have
63783 #. up to 255 extension levels.
63784 #: fortran/class.cc:782 fortran/decl.cc:4023 fortran/decl.cc:10689
63785 #, gcc-internal-format
63786 msgid "Maximum extension level reached with type %qs at %L"
63787 msgstr ""
63788
63789 #: fortran/class.cc:2965 fortran/class.cc:3039
63790 #, gcc-internal-format
63791 msgid "%qs of %qs is PRIVATE at %L"
63792 msgstr ""
63793
63794 #: fortran/cpp.cc:501
63795 #, gcc-internal-format
63796 msgid "To enable preprocessing, use %<-cpp%>"
63797 msgstr ""
63798
63799 #: fortran/cpp.cc:580 fortran/cpp.cc:591 fortran/cpp.cc:719
63800 #, gcc-internal-format
63801 msgid "opening output file %qs: %s"
63802 msgstr "otvaramo izlaznu datoteku %qs: %s"
63803
63804 #: fortran/data.cc:65
63805 #, gcc-internal-format, gfc-internal-format
63806 msgid "non-constant array in DATA statement %L"
63807 msgstr ""
63808
63809 #: fortran/data.cc:140
63810 #, gcc-internal-format, gfc-internal-format
63811 msgid "failure to simplify substring reference in DATA statement at %L"
63812 msgstr ""
63813
63814 #: fortran/data.cc:173
63815 #, gcc-internal-format, gfc-internal-format
63816 msgid "Unused initialization string at %L because variable has zero length"
63817 msgstr ""
63818
63819 #: fortran/data.cc:179
63820 #, gcc-internal-format, gfc-internal-format
63821 msgid "Initialization string at %L was truncated to fit the variable (%ld/%ld)"
63822 msgstr ""
63823
63824 #: fortran/data.cc:188 fortran/resolve.cc:5187
63825 #, gcc-internal-format, gfc-internal-format
63826 msgid "Substring start index at %L is less than one"
63827 msgstr ""
63828
63829 #: fortran/data.cc:194 fortran/resolve.cc:5217
63830 #, gcc-internal-format, gfc-internal-format
63831 msgid "Substring end index at %L exceeds the string length"
63832 msgstr ""
63833
63834 #: fortran/data.cc:249
63835 #, gcc-internal-format
63836 msgid "PARAMETER %qs shall not appear in a DATA statement at %L"
63837 msgstr ""
63838
63839 #: fortran/data.cc:291
63840 #, gcc-internal-format
63841 msgid "%qs at %L already is initialized at %L"
63842 msgstr ""
63843
63844 #: fortran/data.cc:315
63845 #, gcc-internal-format, gfc-internal-format
63846 msgid "Data element below array lower bound at %L"
63847 msgstr ""
63848
63849 #: fortran/data.cc:332 fortran/data.cc:421
63850 #, gcc-internal-format, gfc-internal-format
63851 msgid "Data element above array upper bound at %L"
63852 msgstr ""
63853
63854 #: fortran/data.cc:362 fortran/data.cc:587
63855 #, gcc-internal-format
63856 msgid "re-initialization of %qs at %L"
63857 msgstr ""
63858
63859 #: fortran/data.cc:532
63860 #, gcc-internal-format, gfc-internal-format
63861 msgid "LEN or KIND inquiry ref in DATA statement at %L"
63862 msgstr ""
63863
63864 #: fortran/data.cc:610
63865 #, gcc-internal-format
63866 msgid "Nonpointer object %qs with default initialization shall not appear in a DATA statement at %L"
63867 msgstr ""
63868
63869 #: fortran/data.cc:662 fortran/data.cc:681 fortran/data.cc:695
63870 #: fortran/data.cc:824
63871 #, gcc-internal-format
63872 msgid "Simplification error"
63873 msgstr ""
63874
63875 #: fortran/data.cc:837
63876 #, gcc-internal-format
63877 msgid "TODO: Vector sections in data statements"
63878 msgstr ""
63879
63880 #: fortran/decl.cc:293
63881 #, gcc-internal-format, gfc-internal-format
63882 msgid "Inquiry parameter cannot appear in a data-stmt-object-list at %C"
63883 msgstr ""
63884
63885 #: fortran/decl.cc:307
63886 #, gcc-internal-format
63887 msgid "Host associated variable %qs may not be in the DATA statement at %C"
63888 msgstr ""
63889
63890 #: fortran/decl.cc:314
63891 #, gcc-internal-format
63892 msgid "initialization of common block variable %qs in DATA statement at %C"
63893 msgstr ""
63894
63895 #: fortran/decl.cc:448
63896 #, gcc-internal-format
63897 msgid "Symbol %qs must be a PARAMETER in DATA statement at %C"
63898 msgstr ""
63899
63900 #: fortran/decl.cc:474
63901 #, gcc-internal-format, gfc-internal-format
63902 msgid "Invalid initializer %s in Data statement at %C"
63903 msgstr ""
63904
63905 #: fortran/decl.cc:579
63906 #, gcc-internal-format, gfc-internal-format
63907 msgid "BOZ at %L cannot appear in an old-style initialization"
63908 msgstr ""
63909
63910 #: fortran/decl.cc:587
63911 #, gcc-internal-format
63912 msgid "BOZ literal constant near %L cannot be assigned to a %qs variable in an old-style initialization"
63913 msgstr ""
63914
63915 #: fortran/decl.cc:597
63916 #, gcc-internal-format, gfc-internal-format
63917 msgid "Initialization at %C is not allowed in a PURE procedure"
63918 msgstr ""
63919
63920 #: fortran/decl.cc:644
63921 #, gcc-internal-format, gfc-internal-format
63922 msgid "DATA statement at %C cannot appear within an INTERFACE"
63923 msgstr ""
63924
63925 #: fortran/decl.cc:668
63926 #, gcc-internal-format, gfc-internal-format
63927 msgid "Invalid substring in data-implied-do at %L in DATA statement"
63928 msgstr ""
63929
63930 #: fortran/decl.cc:691
63931 #, gcc-internal-format, gfc-internal-format
63932 msgid "Allocatable component or deferred-shaped array near %C in DATA statement"
63933 msgstr ""
63934
63935 #: fortran/decl.cc:733
63936 #, gcc-internal-format, gfc-internal-format
63937 msgid "BOZ literal constant at %L cannot appear in a structure constructor"
63938 msgstr ""
63939
63940 #: fortran/decl.cc:749
63941 #, gcc-internal-format, gfc-internal-format
63942 msgid "DATA statement at %C is not allowed in a PURE procedure"
63943 msgstr ""
63944
63945 #: fortran/decl.cc:758
63946 #, gcc-internal-format, gfc-internal-format
63947 msgid "part-ref with pointer attribute near %L is not rightmost part-ref of data-stmt-object"
63948 msgstr ""
63949
63950 #: fortran/decl.cc:797
63951 #, gcc-internal-format, gfc-internal-format
63952 msgid "Empty old style initializer list at %C"
63953 msgstr ""
63954
63955 #: fortran/decl.cc:806
63956 #, gcc-internal-format, gfc-internal-format
63957 msgid "Array in initializer list at %L must have an explicit shape"
63958 msgstr ""
63959
63960 #: fortran/decl.cc:829
63961 #, gcc-internal-format, gfc-internal-format
63962 msgid "Repeat spec invalid in scalar initializer at %C"
63963 msgstr ""
63964
63965 #: fortran/decl.cc:834
63966 #, gcc-internal-format, gfc-internal-format
63967 msgid "Repeat spec must be an integer at %C"
63968 msgstr ""
63969
63970 #: fortran/decl.cc:845
63971 #, gcc-internal-format, gfc-internal-format
63972 msgid "Expected data constant after repeat spec at %C"
63973 msgstr ""
63974
63975 #: fortran/decl.cc:877
63976 #, gcc-internal-format, gfc-internal-format
63977 msgid "End of scalar initializer expected at %C"
63978 msgstr ""
63979
63980 #: fortran/decl.cc:905
63981 #, gcc-internal-format, gfc-internal-format
63982 msgid "Not enough elements in array initializer at %C"
63983 msgstr ""
63984
63985 #: fortran/decl.cc:907
63986 #, gcc-internal-format, gfc-internal-format
63987 msgid "Too many elements in array initializer at %C"
63988 msgstr ""
63989
63990 #: fortran/decl.cc:933
63991 #, gcc-internal-format, gfc-internal-format
63992 msgid "Syntax error in old style initializer list at %C"
63993 msgstr ""
63994
63995 #: fortran/decl.cc:957
63996 #, gcc-internal-format, gfc-internal-format
63997 msgid "The assumed-rank array at %C shall not have a codimension"
63998 msgstr ""
63999
64000 #: fortran/decl.cc:1022
64001 #, gcc-internal-format, gfc-internal-format
64002 msgid "Sum of array rank %d and corank %d at %C exceeds maximum allowed dimensions of %d"
64003 msgstr ""
64004
64005 #: fortran/decl.cc:1046
64006 #, gcc-internal-format, gfc-internal-format
64007 msgid "Bad INTENT specification at %C"
64008 msgstr ""
64009
64010 #: fortran/decl.cc:1067
64011 #, gcc-internal-format, gfc-internal-format
64012 msgid "deferred type parameter at %C"
64013 msgstr ""
64014
64015 #: fortran/decl.cc:1158 fortran/resolve.cc:12623
64016 #, gcc-internal-format, gfc-internal-format
64017 msgid "Scalar INTEGER expression expected at %L"
64018 msgstr ""
64019
64020 #: fortran/decl.cc:1184
64021 #, gcc-internal-format, gfc-internal-format
64022 msgid "Old-style character length at %C"
64023 msgstr ""
64024
64025 #: fortran/decl.cc:1215
64026 #, gcc-internal-format, gfc-internal-format
64027 msgid "Syntax error in character length specification at %C"
64028 msgstr ""
64029
64030 #: fortran/decl.cc:1367 fortran/decl.cc:1374 fortran/decl.cc:1438
64031 #, gcc-internal-format
64032 msgid "Procedure %qs at %C is already defined at %L"
64033 msgstr ""
64034
64035 #: fortran/decl.cc:1382
64036 #, gcc-internal-format
64037 msgid "Contained procedure %qs at %C clashes with procedure defined at %L"
64038 msgstr ""
64039
64040 #: fortran/decl.cc:1394
64041 #, gcc-internal-format
64042 msgid "Name %qs at %C is already defined as a generic interface at %L"
64043 msgstr ""
64044
64045 #: fortran/decl.cc:1410
64046 #, gcc-internal-format
64047 msgid "Procedure %qs at %C has an explicit interface from a previous declaration"
64048 msgstr ""
64049
64050 #: fortran/decl.cc:1426
64051 #, gcc-internal-format
64052 msgid "Procedure %qs defined in interface body at %L clashes with internal procedure defined at %C"
64053 msgstr ""
64054
64055 #: fortran/decl.cc:1509
64056 #, gcc-internal-format
64057 msgid "Procedure %qs at %L must have the BIND(C) attribute to be C interoperable"
64058 msgstr ""
64059
64060 #: fortran/decl.cc:1536
64061 #, gcc-internal-format
64062 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"
64063 msgstr ""
64064
64065 #: fortran/decl.cc:1543
64066 #, gcc-internal-format
64067 msgid "Variable %qs at %L is a dummy argument to the BIND(C) procedure %qs but is not C interoperable because it is polymorphic"
64068 msgstr ""
64069
64070 #: fortran/decl.cc:1550
64071 #, gcc-internal-format
64072 msgid "Variable %qs at %L is a dummy argument of the BIND(C) procedure %qs but may not be C interoperable"
64073 msgstr ""
64074
64075 #: fortran/decl.cc:1559
64076 #, gcc-internal-format
64077 msgid "Dummy argument %qs at %L may not be a pointer with CONTIGUOUS attribute as procedure %qs is BIND(C)"
64078 msgstr ""
64079
64080 #: fortran/decl.cc:1569
64081 #, gcc-internal-format
64082 msgid "Default-initialized %s dummy argument %qs at %L is not permitted in BIND(C) procedure %qs"
64083 msgstr ""
64084
64085 #: fortran/decl.cc:1590
64086 #, gcc-internal-format
64087 msgid "Allocatable character dummy argument %qs at %L must have deferred length as procedure %qs is BIND(C)"
64088 msgstr ""
64089
64090 #: fortran/decl.cc:1595
64091 #, gcc-internal-format
64092 msgid "Pointer character dummy argument %qs at %L must have deferred length as procedure %qs is BIND(C)"
64093 msgstr ""
64094
64095 #: fortran/decl.cc:1602
64096 #, gcc-internal-format
64097 msgid "Deferred-length character dummy argument %qs at %L of procedure %qs with BIND(C) attribute"
64098 msgstr ""
64099
64100 #: fortran/decl.cc:1614
64101 #, gcc-internal-format
64102 msgid "Character dummy argument %qs at %L must be of length 1 as it has the VALUE attribute"
64103 msgstr ""
64104
64105 #: fortran/decl.cc:1625
64106 #, gcc-internal-format
64107 msgid "Assumed-length character dummy argument %qs at %L of procedure %qs with BIND(C) attribute"
64108 msgstr ""
64109
64110 #: fortran/decl.cc:1639
64111 #, gcc-internal-format
64112 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"
64113 msgstr ""
64114
64115 #: fortran/decl.cc:1657
64116 #, gcc-internal-format
64117 msgid "Variable %qs at %L with ALLOCATABLE attribute in procedure %qs with BIND(C)"
64118 msgstr ""
64119
64120 #: fortran/decl.cc:1665
64121 #, gcc-internal-format
64122 msgid "Variable %qs at %L with POINTER attribute in procedure %qs with BIND(C)"
64123 msgstr ""
64124
64125 #: fortran/decl.cc:1674
64126 #, gcc-internal-format
64127 msgid "Variable %qs at %L cannot have both the OPTIONAL and the VALUE attribute because procedure %qs is BIND(C)"
64128 msgstr ""
64129
64130 #: fortran/decl.cc:1681
64131 #, gcc-internal-format
64132 msgid "Variable %qs at %L with OPTIONAL attribute in procedure %qs which is BIND(C)"
64133 msgstr ""
64134
64135 #: fortran/decl.cc:1692
64136 #, gcc-internal-format
64137 msgid "Assumed-shape array %qs at %L as dummy argument to the BIND(C) procedure %qs at %L"
64138 msgstr ""
64139
64140 #: fortran/decl.cc:1760
64141 #, gcc-internal-format
64142 msgid "Symbol %qs at %C also declared as a type at %L"
64143 msgstr ""
64144
64145 #: fortran/decl.cc:1819
64146 #, gcc-internal-format
64147 msgid "Variable %qs in common block %qs at %C must be declared with a C interoperable kind since common block %qs is BIND(C)"
64148 msgstr ""
64149
64150 #: fortran/decl.cc:1859
64151 #, gcc-internal-format, gfc-internal-format
64152 msgid "CHARACTER length must be a constant at %L"
64153 msgstr ""
64154
64155 #: fortran/decl.cc:1874
64156 #, gcc-internal-format, gfc-internal-format
64157 msgid "CHARACTER expression at %L is being truncated (%ld/%ld)"
64158 msgstr ""
64159
64160 #: fortran/decl.cc:1882
64161 #, gcc-internal-format, gfc-internal-format
64162 msgid "The CHARACTER elements of the array constructor at %L must have the same length (%ld/%ld)"
64163 msgstr ""
64164
64165 #: fortran/decl.cc:1981
64166 #, gcc-internal-format
64167 msgid "Initializer not allowed for PARAMETER %qs at %C"
64168 msgstr ""
64169
64170 #: fortran/decl.cc:1994
64171 #, gcc-internal-format, gfc-internal-format
64172 msgid "PARAMETER at %L is missing an initializer"
64173 msgstr ""
64174
64175 #: fortran/decl.cc:2004
64176 #, gcc-internal-format
64177 msgid "Variable %qs at %C with an initializer already appears in a DATA statement"
64178 msgstr ""
64179
64180 #: fortran/decl.cc:2047
64181 #, gcc-internal-format, gfc-internal-format
64182 msgid "Cannot initialize parameter array at %L with variable length elements"
64183 msgstr ""
64184
64185 #: fortran/decl.cc:2111
64186 #, gcc-internal-format, gfc-internal-format
64187 msgid "Rank mismatch of array at %L and its initializer (%d/%d)"
64188 msgstr ""
64189
64190 #: fortran/decl.cc:2124
64191 #, gcc-internal-format, gfc-internal-format
64192 msgid "Cannot initialize implied-shape array at %L with scalar"
64193 msgstr ""
64194
64195 #: fortran/decl.cc:2135
64196 #, gcc-internal-format
64197 msgid "gfc_array_size failed"
64198 msgstr ""
64199
64200 #: fortran/decl.cc:2165
64201 #, gcc-internal-format, gfc-internal-format
64202 msgid "Non-constant lower bound in implied-shape declaration at %L"
64203 msgstr ""
64204
64205 #: fortran/decl.cc:2273 fortran/decl.cc:2280
64206 #, gcc-internal-format, gfc-internal-format
64207 msgid "Component at %C must have the POINTER attribute"
64208 msgstr ""
64209
64210 #: fortran/decl.cc:2289
64211 #, gcc-internal-format
64212 msgid "Component %qs with CLASS at %C must be allocatable or pointer"
64213 msgstr ""
64214
64215 #: fortran/decl.cc:2298
64216 #, gcc-internal-format, gfc-internal-format
64217 msgid "Array component of structure at %C must have explicit or deferred shape"
64218 msgstr ""
64219
64220 #: fortran/decl.cc:2322 fortran/symbol.cc:2264
64221 #, gcc-internal-format
64222 msgid "Component %qs at %C already declared at %L"
64223 msgstr ""
64224
64225 #: fortran/decl.cc:2370
64226 #, gcc-internal-format, gfc-internal-format
64227 msgid "Pointer array component of structure at %C must have a deferred shape"
64228 msgstr ""
64229
64230 #: fortran/decl.cc:2379
64231 #, gcc-internal-format, gfc-internal-format
64232 msgid "Allocatable component of structure at %C must have a deferred shape"
64233 msgstr ""
64234
64235 #: fortran/decl.cc:2388
64236 #, gcc-internal-format, gfc-internal-format
64237 msgid "Array component of structure at %C must have an explicit shape"
64238 msgstr ""
64239
64240 #: fortran/decl.cc:2405
64241 #, gcc-internal-format
64242 msgid "Type parameter %qs at %C has no corresponding entry in the type parameter name list at %L"
64243 msgstr ""
64244
64245 #: fortran/decl.cc:2462
64246 #, gcc-internal-format, gfc-internal-format
64247 msgid "NULL() initialization at %C is ambiguous"
64248 msgstr ""
64249
64250 #: fortran/decl.cc:2479
64251 #, gcc-internal-format, gfc-internal-format
64252 msgid "NULL() initialization at %C may not have MOLD"
64253 msgstr ""
64254
64255 #: fortran/decl.cc:2496
64256 #, gcc-internal-format, gfc-internal-format
64257 msgid "Initialization of pointer at %C is not allowed in a PURE procedure"
64258 msgstr ""
64259
64260 #: fortran/decl.cc:2517
64261 #, gcc-internal-format, gfc-internal-format
64262 msgid "Error in pointer initialization at %C"
64263 msgstr ""
64264
64265 #: fortran/decl.cc:2524
64266 #, gcc-internal-format, gfc-internal-format
64267 msgid "non-NULL pointer initialization at %C"
64268 msgstr ""
64269
64270 #: fortran/decl.cc:2547
64271 #, gcc-internal-format
64272 msgid "RESULT variable %qs at %L prohibits FUNCTION name %qs at %C from appearing in a specification statement"
64273 msgstr ""
64274
64275 #: fortran/decl.cc:2601
64276 #, gcc-internal-format
64277 msgid "%qs not allowed outside STRUCTURE at %C"
64278 msgstr ""
64279
64280 #: fortran/decl.cc:2603
64281 #, gcc-internal-format
64282 msgid "%qs at %C is a DEC extension, enable with %<-fdec-structure%>"
64283 msgstr ""
64284
64285 #: fortran/decl.cc:2611
64286 #, gcc-internal-format
64287 msgid "%qs entity cannot have attributes at %C"
64288 msgstr ""
64289
64290 #: fortran/decl.cc:2621
64291 #, gcc-internal-format
64292 msgid "Invalid character %qc in variable name at %C"
64293 msgstr ""
64294
64295 #: fortran/decl.cc:2663
64296 #, gcc-internal-format
64297 msgid "Non-PARAMETER symbol %qs at %L cannot be implied-shape"
64298 msgstr ""
64299
64300 #: fortran/decl.cc:2673
64301 #, gcc-internal-format, gfc-internal-format
64302 msgid "Implied-shape array at %L"
64303 msgstr ""
64304
64305 #: fortran/decl.cc:2730
64306 #, gcc-internal-format, gfc-internal-format
64307 msgid "Explicit array shape at %C must be constant of INTEGER type and not %s type"
64308 msgstr ""
64309
64310 #: fortran/decl.cc:2738
64311 #, gcc-internal-format, gfc-internal-format
64312 msgid "Explicit shaped array with nonconstant bounds at %C"
64313 msgstr ""
64314
64315 #: fortran/decl.cc:2827
64316 #, gcc-internal-format
64317 msgid "%qs at %C is a redefinition of the declaration in the corresponding interface for MODULE PROCEDURE %qs"
64318 msgstr ""
64319
64320 #: fortran/decl.cc:2838
64321 #, gcc-internal-format
64322 msgid "%qs entity cannot have an initializer at %C"
64323 msgstr ""
64324
64325 #: fortran/decl.cc:2863 fortran/decl.cc:8920
64326 #, gcc-internal-format, gfc-internal-format
64327 msgid "Duplicate array spec for Cray pointee at %C"
64328 msgstr ""
64329
64330 #: fortran/decl.cc:2871
64331 #, gcc-internal-format
64332 msgid "Cannot set pointee array spec."
64333 msgstr ""
64334
64335 #: fortran/decl.cc:2934
64336 #, gcc-internal-format, gfc-internal-format
64337 msgid "Old-style initialization at %C"
64338 msgstr ""
64339
64340 #: fortran/decl.cc:2942
64341 #, gcc-internal-format, gfc-internal-format
64342 msgid "Invalid old style initialization for derived type component at %C"
64343 msgstr ""
64344
64345 #: fortran/decl.cc:2955
64346 #, gcc-internal-format, gfc-internal-format
64347 msgid "Syntax error in old style initialization of %s at %C"
64348 msgstr ""
64349
64350 #: fortran/decl.cc:2975 fortran/decl.cc:7133
64351 #, gcc-internal-format, gfc-internal-format
64352 msgid "Initialization at %C isn't for a pointer variable"
64353 msgstr ""
64354
64355 #: fortran/decl.cc:2998
64356 #, gcc-internal-format
64357 msgid "Pointer initialization at %C requires %<=>%>, not %<=%>"
64358 msgstr ""
64359
64360 #: fortran/decl.cc:3007 fortran/decl.cc:10863
64361 #, gcc-internal-format, gfc-internal-format
64362 msgid "Expected an initialization expression at %C"
64363 msgstr ""
64364
64365 #: fortran/decl.cc:3014
64366 #, gcc-internal-format, gfc-internal-format
64367 msgid "Initialization of variable at %C is not allowed in a PURE procedure"
64368 msgstr ""
64369
64370 #: fortran/decl.cc:3031
64371 #, gcc-internal-format, gfc-internal-format
64372 msgid "Initialization of allocatable component at %C is not allowed"
64373 msgstr ""
64374
64375 #: fortran/decl.cc:3040
64376 #, gcc-internal-format, gfc-internal-format
64377 msgid "Initialization of structure component with a HOLLERITH constant at %L is not allowed"
64378 msgstr ""
64379
64380 #: fortran/decl.cc:3054
64381 #, gcc-internal-format, gfc-internal-format
64382 msgid "The component with KIND or LEN attribute at %C does not not appear in the type parameter list at %L"
64383 msgstr ""
64384
64385 #: fortran/decl.cc:3062
64386 #, gcc-internal-format, gfc-internal-format
64387 msgid "The component at %C that appears in the type parameter list at %L has neither the KIND nor LEN attribute"
64388 msgstr ""
64389
64390 #: fortran/decl.cc:3070
64391 #, gcc-internal-format, gfc-internal-format
64392 msgid "The component at %C which is a type parameter must be a scalar"
64393 msgstr ""
64394
64395 #: fortran/decl.cc:3079
64396 #, gcc-internal-format, gfc-internal-format
64397 msgid "BOZ literal constant at %L cannot appear as an initializer"
64398 msgstr ""
64399
64400 #: fortran/decl.cc:3096
64401 #, gcc-internal-format
64402 msgid "Incompatible initialization between a derived type entity and an entity with %qs type at %C"
64403 msgstr ""
64404
64405 #: fortran/decl.cc:3159 fortran/decl.cc:3194
64406 #, gcc-internal-format, gfc-internal-format
64407 msgid "Old-style type declaration %s*%d not supported at %C"
64408 msgstr ""
64409
64410 #: fortran/decl.cc:3200
64411 #, gcc-internal-format, gfc-internal-format
64412 msgid "Nonstandard type declaration %s*%d at %C"
64413 msgstr ""
64414
64415 #: fortran/decl.cc:3259 fortran/decl.cc:3336
64416 #, gcc-internal-format, gfc-internal-format
64417 msgid "Missing right parenthesis at %C"
64418 msgstr ""
64419
64420 #: fortran/decl.cc:3272 fortran/decl.cc:3406
64421 #, gcc-internal-format, gfc-internal-format
64422 msgid "Expected initialization expression at %C"
64423 msgstr ""
64424
64425 #: fortran/decl.cc:3280 fortran/decl.cc:3412
64426 #, gcc-internal-format, gfc-internal-format
64427 msgid "Expected scalar initialization expression at %C"
64428 msgstr ""
64429
64430 #: fortran/decl.cc:3310 fortran/decl.cc:4044
64431 #, gcc-internal-format, gfc-internal-format
64432 msgid "Kind %d not supported for type %s at %C"
64433 msgstr ""
64434
64435 #: fortran/decl.cc:3323
64436 #, gcc-internal-format, gfc-internal-format
64437 msgid "C kind type parameter is for type %s but type at %L is %s"
64438 msgstr ""
64439
64440 #: fortran/decl.cc:3334
64441 #, gcc-internal-format, gfc-internal-format
64442 msgid "Missing right parenthesis or comma at %C"
64443 msgstr ""
64444
64445 #: fortran/decl.cc:3438
64446 #, gcc-internal-format, gfc-internal-format
64447 msgid "Kind %d is not supported for CHARACTER at %C"
64448 msgstr ""
64449
64450 #: fortran/decl.cc:3570
64451 #, gcc-internal-format, gfc-internal-format
64452 msgid "Syntax error in CHARACTER declaration at %C"
64453 msgstr ""
64454
64455 #: fortran/decl.cc:3671
64456 #, gcc-internal-format
64457 msgid "RECORD at %C is an extension, enable it with %<-fdec-structure%>"
64458 msgstr ""
64459
64460 #: fortran/decl.cc:3684
64461 #, gcc-internal-format, gfc-internal-format
64462 msgid "Structure name expected after RECORD at %C"
64463 msgstr ""
64464
64465 #: fortran/decl.cc:3797
64466 #, gcc-internal-format, gfc-internal-format
64467 msgid "The type parameter spec list at %C cannot contain both ASSUMED and DEFERRED parameters"
64468 msgstr ""
64469
64470 #: fortran/decl.cc:3821
64471 #, gcc-internal-format, gfc-internal-format
64472 msgid "The type parameter spec list at %C does not contain enough parameter expressions"
64473 msgstr ""
64474
64475 #: fortran/decl.cc:3845
64476 #, gcc-internal-format
64477 msgid "The derived parameter %qs at %C does not have a default value"
64478 msgstr ""
64479
64480 #: fortran/decl.cc:3878
64481 #, gcc-internal-format, gfc-internal-format
64482 msgid "The parameter expression at %C must be of INTEGER type and not %s type"
64483 msgstr ""
64484
64485 #: fortran/decl.cc:3885
64486 #, gcc-internal-format, gfc-internal-format
64487 msgid "The parameter expression at %C does not simplify to an INTEGER constant"
64488 msgstr ""
64489
64490 #: fortran/decl.cc:3912
64491 #, gcc-internal-format
64492 msgid "The KIND parameter %qs at %C cannot either be ASSUMED or DEFERRED"
64493 msgstr ""
64494
64495 #: fortran/decl.cc:3919
64496 #, gcc-internal-format
64497 msgid "The value for the KIND parameter %qs at %C does not reduce to a constant expression"
64498 msgstr ""
64499
64500 #: fortran/decl.cc:3934
64501 #, gcc-internal-format, gfc-internal-format
64502 msgid "The type parameter spec list at %C contains too many parameter expressions"
64503 msgstr ""
64504
64505 #: fortran/decl.cc:3943
64506 #, gcc-internal-format, gfc-internal-format
64507 msgid "Parameterized derived type at %C is ambiguous"
64508 msgstr ""
64509
64510 #: fortran/decl.cc:4179
64511 #, gcc-internal-format, gfc-internal-format
64512 msgid "BYTE type at %C"
64513 msgstr ""
64514
64515 #: fortran/decl.cc:4191
64516 #, gcc-internal-format, gfc-internal-format
64517 msgid "BYTE type used at %C is not available on the target machine"
64518 msgstr ""
64519
64520 #: fortran/decl.cc:4253
64521 #, gcc-internal-format, gfc-internal-format
64522 msgid "Assumed type at %C is not allowed for components"
64523 msgstr ""
64524
64525 #: fortran/decl.cc:4256
64526 #, gcc-internal-format, gfc-internal-format
64527 msgid "Assumed type at %C"
64528 msgstr ""
64529
64530 #: fortran/decl.cc:4278 fortran/decl.cc:4312 fortran/decl.cc:4345
64531 #: fortran/decl.cc:4644
64532 #, gcc-internal-format, gfc-internal-format
64533 msgid "TYPE with intrinsic-type-spec at %C"
64534 msgstr ""
64535
64536 #: fortran/decl.cc:4290 fortran/decl.cc:4318 fortran/decl.cc:4351
64537 #: fortran/decl.cc:4377 fortran/decl.cc:4669 fortran/decl.cc:4684
64538 #, gcc-internal-format, gfc-internal-format
64539 msgid "Malformed type-spec at %C"
64540 msgstr ""
64541
64542 #: fortran/decl.cc:4341
64543 #, gcc-internal-format, gfc-internal-format
64544 msgid "DOUBLE COMPLEX at %C"
64545 msgstr ""
64546
64547 #: fortran/decl.cc:4393 fortran/decl.cc:4535 fortran/decl.cc:4547
64548 #: fortran/decl.cc:4561 fortran/decl.cc:5043 fortran/decl.cc:5051
64549 #, gcc-internal-format
64550 msgid "Type name %qs at %C is ambiguous"
64551 msgstr ""
64552
64553 #: fortran/decl.cc:4494
64554 #, gcc-internal-format, gfc-internal-format
64555 msgid "CLASS statement at %C"
64556 msgstr ""
64557
64558 #: fortran/decl.cc:4576
64559 #, gcc-internal-format
64560 msgid "Type name %qs at %C conflicts with previously declared entity at %L, which has the same name"
64561 msgstr ""
64562
64563 #: fortran/decl.cc:4719
64564 #, gcc-internal-format, gfc-internal-format
64565 msgid "Duplicate IMPLICIT NONE statement at %C"
64566 msgstr ""
64567
64568 #: fortran/decl.cc:4728
64569 #, gcc-internal-format, gfc-internal-format
64570 msgid "IMPLICIT NONE with spec list at %C"
64571 msgstr ""
64572
64573 #: fortran/decl.cc:4787
64574 #, gcc-internal-format, gfc-internal-format
64575 msgid "Missing character range in IMPLICIT at %C"
64576 msgstr ""
64577
64578 #: fortran/decl.cc:4833
64579 #, gcc-internal-format, gfc-internal-format
64580 msgid "Letters must be in alphabetic order in IMPLICIT statement at %C"
64581 msgstr ""
64582
64583 #: fortran/decl.cc:4886
64584 #, gcc-internal-format, gfc-internal-format
64585 msgid "IMPLICIT statement at %C following an IMPLICIT NONE (type) statement"
64586 msgstr ""
64587
64588 #: fortran/decl.cc:4896
64589 #, gcc-internal-format, gfc-internal-format
64590 msgid "Empty IMPLICIT statement at %C"
64591 msgstr ""
64592
64593 #: fortran/decl.cc:5002
64594 #, gcc-internal-format, gfc-internal-format
64595 msgid "IMPORT statement at %C only permitted in an INTERFACE body"
64596 msgstr ""
64597
64598 #: fortran/decl.cc:5009
64599 #, gcc-internal-format, gfc-internal-format
64600 msgid "F2008: C1210 IMPORT statement at %C is not permitted in a module procedure interface body"
64601 msgstr ""
64602
64603 #: fortran/decl.cc:5014
64604 #, gcc-internal-format, gfc-internal-format
64605 msgid "IMPORT statement at %C"
64606 msgstr ""
64607
64608 #: fortran/decl.cc:5028
64609 #, gcc-internal-format, gfc-internal-format
64610 msgid "Expecting list of named entities at %C"
64611 msgstr ""
64612
64613 #: fortran/decl.cc:5057
64614 #, gcc-internal-format
64615 msgid "Cannot IMPORT %qs from host scoping unit at %C - does not exist."
64616 msgstr ""
64617
64618 #: fortran/decl.cc:5064
64619 #, gcc-internal-format
64620 msgid "%qs is already IMPORTed from host scoping unit at %C"
64621 msgstr ""
64622
64623 #: fortran/decl.cc:5105
64624 #, gcc-internal-format, gfc-internal-format
64625 msgid "Syntax error in IMPORT statement at %C"
64626 msgstr ""
64627
64628 #: fortran/decl.cc:5445
64629 #, gcc-internal-format, gfc-internal-format
64630 msgid "Missing codimension specification at %C"
64631 msgstr ""
64632
64633 #: fortran/decl.cc:5447
64634 #, gcc-internal-format, gfc-internal-format
64635 msgid "Missing dimension specification at %C"
64636 msgstr ""
64637
64638 #: fortran/decl.cc:5542
64639 #, gcc-internal-format, gfc-internal-format
64640 msgid "Duplicate %s attribute at %L"
64641 msgstr ""
64642
64643 #: fortran/decl.cc:5559
64644 #, gcc-internal-format
64645 msgid "%s at %L is a DEC extension, enable with %<-fdec-static%>"
64646 msgstr ""
64647
64648 #: fortran/decl.cc:5578
64649 #, gcc-internal-format, gfc-internal-format
64650 msgid "ALLOCATABLE attribute at %C in a TYPE definition"
64651 msgstr ""
64652
64653 #: fortran/decl.cc:5580
64654 #, gcc-internal-format, gfc-internal-format
64655 msgid "ALLOCATABLE attribute at %C in a STRUCTURE definition"
64656 msgstr ""
64657
64658 #: fortran/decl.cc:5590
64659 #, gcc-internal-format, gfc-internal-format
64660 msgid "KIND attribute at %C in a TYPE definition"
64661 msgstr ""
64662
64663 #: fortran/decl.cc:5592
64664 #, gcc-internal-format, gfc-internal-format
64665 msgid "KIND attribute at %C in a STRUCTURE definition"
64666 msgstr ""
64667
64668 #: fortran/decl.cc:5600
64669 #, gcc-internal-format, gfc-internal-format
64670 msgid "Component with KIND attribute at %C must be INTEGER"
64671 msgstr ""
64672
64673 #: fortran/decl.cc:5609
64674 #, gcc-internal-format, gfc-internal-format
64675 msgid "LEN attribute at %C in a TYPE definition"
64676 msgstr ""
64677
64678 #: fortran/decl.cc:5611
64679 #, gcc-internal-format, gfc-internal-format
64680 msgid "LEN attribute at %C in a STRUCTURE definition"
64681 msgstr ""
64682
64683 #: fortran/decl.cc:5619
64684 #, gcc-internal-format, gfc-internal-format
64685 msgid "Component with LEN attribute at %C must be INTEGER"
64686 msgstr ""
64687
64688 #: fortran/decl.cc:5627
64689 #, gcc-internal-format, gfc-internal-format
64690 msgid "Attribute at %L is not allowed in a TYPE definition"
64691 msgstr ""
64692
64693 #: fortran/decl.cc:5629
64694 #, gcc-internal-format, gfc-internal-format
64695 msgid "Attribute at %L is not allowed in a STRUCTURE definition"
64696 msgstr ""
64697
64698 #: fortran/decl.cc:5647
64699 #, gcc-internal-format, gfc-internal-format
64700 msgid "Attribute %s at %L in a TYPE definition"
64701 msgstr ""
64702
64703 #: fortran/decl.cc:5657
64704 #, gcc-internal-format, gfc-internal-format
64705 msgid "%s attribute at %L is not allowed outside of the specification part of a module"
64706 msgstr ""
64707
64708 #: fortran/decl.cc:5667
64709 #, gcc-internal-format, gfc-internal-format
64710 msgid "Attribute at %L is not allowed outside a TYPE definition"
64711 msgstr ""
64712
64713 #: fortran/decl.cc:5680
64714 #, gcc-internal-format, gfc-internal-format
64715 msgid "ASYNCHRONOUS attribute at %C"
64716 msgstr ""
64717
64718 #: fortran/decl.cc:5691
64719 #, gcc-internal-format, gfc-internal-format
64720 msgid "CONTIGUOUS attribute at %C"
64721 msgstr ""
64722
64723 #: fortran/decl.cc:5746 fortran/decl.cc:9222
64724 #, gcc-internal-format, gfc-internal-format
64725 msgid "PROTECTED at %C only allowed in specification part of a module"
64726 msgstr ""
64727
64728 #: fortran/decl.cc:5752
64729 #, gcc-internal-format, gfc-internal-format
64730 msgid "PROTECTED attribute at %C"
64731 msgstr ""
64732
64733 #: fortran/decl.cc:5786
64734 #, gcc-internal-format, gfc-internal-format
64735 msgid "VALUE attribute at %C"
64736 msgstr ""
64737
64738 #: fortran/decl.cc:5793
64739 #, gcc-internal-format, gfc-internal-format
64740 msgid "VOLATILE attribute at %C"
64741 msgstr ""
64742
64743 #: fortran/decl.cc:5800
64744 #, gcc-internal-format
64745 msgid "match_attr_spec(): Bad attribute"
64746 msgstr ""
64747
64748 #: fortran/decl.cc:5841
64749 #, gcc-internal-format, gfc-internal-format
64750 msgid "Multiple identifiers provided with single NAME= specifier at %C"
64751 msgstr ""
64752
64753 #: fortran/decl.cc:5939
64754 #, gcc-internal-format
64755 msgid "Implicitly declared BIND(C) function %qs at %L may not be C interoperable"
64756 msgstr ""
64757
64758 #: fortran/decl.cc:5961
64759 #, gcc-internal-format
64760 msgid "Variable %qs in common block %qs at %L may not be a C interoperable kind though common block %qs is BIND(C)"
64761 msgstr ""
64762
64763 #: fortran/decl.cc:5970
64764 #, gcc-internal-format
64765 msgid "Type declaration %qs at %L is not C interoperable but it is BIND(C)"
64766 msgstr ""
64767
64768 #: fortran/decl.cc:5974
64769 #, gcc-internal-format
64770 msgid "Variable %qs at %L may not be a C interoperable kind but it is BIND(C)"
64771 msgstr ""
64772
64773 #: fortran/decl.cc:5986
64774 #, gcc-internal-format
64775 msgid "Variable %qs in common block %qs at %L cannot be declared with BIND(C) since it is not a global"
64776 msgstr ""
64777
64778 #: fortran/decl.cc:6000
64779 #, gcc-internal-format
64780 msgid "Variable %qs at %L cannot have both the POINTER and BIND(C) attributes"
64781 msgstr ""
64782
64783 #: fortran/decl.cc:6008
64784 #, gcc-internal-format
64785 msgid "Variable %qs at %L cannot have both the ALLOCATABLE and BIND(C) attributes"
64786 msgstr ""
64787
64788 #: fortran/decl.cc:6020
64789 #, gcc-internal-format
64790 msgid "Return type of BIND(C) function %qs at %L cannot be an array"
64791 msgstr ""
64792
64793 #: fortran/decl.cc:6028
64794 #, gcc-internal-format
64795 msgid "Return type of BIND(C) function %qs of character type at %L must have length 1"
64796 msgstr ""
64797
64798 #. Use gfc_warning_now because we won't say that the symbol fails
64799 #. just because of this.
64800 #: fortran/decl.cc:6039
64801 #, gcc-internal-format
64802 msgid "Symbol %qs at %L is marked PRIVATE but has been given the binding label %qs"
64803 msgstr ""
64804
64805 #: fortran/decl.cc:6113
64806 #, gcc-internal-format, gfc-internal-format
64807 msgid "Need either entity or common block name for attribute specification statement at %C"
64808 msgstr ""
64809
64810 #: fortran/decl.cc:6158
64811 #, gcc-internal-format, gfc-internal-format
64812 msgid "Missing entity or common block name for attribute specification statement at %C"
64813 msgstr ""
64814
64815 #: fortran/decl.cc:6165
64816 #, gcc-internal-format
64817 msgid "Missing symbol"
64818 msgstr ""
64819
64820 #: fortran/decl.cc:6194
64821 #, gcc-internal-format, gfc-internal-format
64822 msgid "BIND(C) statement at %C"
64823 msgstr ""
64824
64825 #: fortran/decl.cc:6280
64826 #, gcc-internal-format, gfc-internal-format
64827 msgid "Derived type at %C has not been previously defined and so cannot appear in a derived type definition"
64828 msgstr ""
64829
64830 #: fortran/decl.cc:6322
64831 #, gcc-internal-format, gfc-internal-format
64832 msgid "Syntax error in anonymous structure declaration at %C"
64833 msgstr ""
64834
64835 #: fortran/decl.cc:6331
64836 #, gcc-internal-format, gfc-internal-format
64837 msgid "Syntax error in data declaration at %C"
64838 msgstr ""
64839
64840 #: fortran/decl.cc:6403
64841 #, gcc-internal-format, gfc-internal-format
64842 msgid "MODULE prefix at %C"
64843 msgstr ""
64844
64845 #: fortran/decl.cc:6408
64846 #, gcc-internal-format, gfc-internal-format
64847 msgid "MODULE prefix at %C found outside of a module, submodule, or interface"
64848 msgstr ""
64849
64850 #: fortran/decl.cc:6459
64851 #, gcc-internal-format, gfc-internal-format
64852 msgid "IMPURE procedure at %C"
64853 msgstr ""
64854
64855 #: fortran/decl.cc:6471
64856 #, gcc-internal-format, gfc-internal-format
64857 msgid "PURE and IMPURE must not appear both at %C"
64858 msgstr ""
64859
64860 #: fortran/decl.cc:6517
64861 #, gcc-internal-format, gfc-internal-format
64862 msgid "ELEMENTAL prefix in MODULE PROCEDURE interface is missing at %L"
64863 msgstr ""
64864
64865 #: fortran/decl.cc:6524
64866 #, gcc-internal-format, gfc-internal-format
64867 msgid "PURE prefix in MODULE PROCEDURE interface is missing at %L"
64868 msgstr ""
64869
64870 #: fortran/decl.cc:6531
64871 #, gcc-internal-format, gfc-internal-format
64872 msgid "RECURSIVE prefix in MODULE PROCEDURE interface is missing at %L"
64873 msgstr ""
64874
64875 #: fortran/decl.cc:6592
64876 #, gcc-internal-format, gfc-internal-format
64877 msgid "A type parameter list is required at %C"
64878 msgstr ""
64879
64880 #: fortran/decl.cc:6606 fortran/primary.cc:1893
64881 #, gcc-internal-format, gfc-internal-format
64882 msgid "Alternate-return argument at %C"
64883 msgstr ""
64884
64885 #: fortran/decl.cc:6612 fortran/decl.cc:6620
64886 #, gcc-internal-format, gfc-internal-format
64887 msgid "A parameter name is required at %C"
64888 msgstr ""
64889
64890 #: fortran/decl.cc:6660
64891 #, gcc-internal-format
64892 msgid "Name %qs at %C is the name of the procedure"
64893 msgstr ""
64894
64895 #: fortran/decl.cc:6673
64896 #, gcc-internal-format, gfc-internal-format
64897 msgid "Expected parameter list in type declaration at %C"
64898 msgstr ""
64899
64900 #: fortran/decl.cc:6676
64901 #, gcc-internal-format, gfc-internal-format
64902 msgid "Unexpected junk in formal argument list at %C"
64903 msgstr ""
64904
64905 #: fortran/decl.cc:6694
64906 #, gcc-internal-format
64907 msgid "Duplicate name %qs in parameter list at %C"
64908 msgstr ""
64909
64910 #: fortran/decl.cc:6697
64911 #, gcc-internal-format
64912 msgid "Duplicate symbol %qs in formal argument list at %C"
64913 msgstr ""
64914
64915 #: fortran/decl.cc:6736
64916 #, gcc-internal-format, gfc-internal-format
64917 msgid "Mismatch in MODULE PROCEDURE formal argument names (%s/%s) at %C"
64918 msgstr ""
64919
64920 #: fortran/decl.cc:6742
64921 #, gcc-internal-format, gfc-internal-format
64922 msgid "Mismatch in number of MODULE PROCEDURE formal arguments at %C"
64923 msgstr ""
64924
64925 #: fortran/decl.cc:6781
64926 #, gcc-internal-format, gfc-internal-format
64927 msgid "RESULT variable at %C must be different than function name"
64928 msgstr ""
64929
64930 #: fortran/decl.cc:6858
64931 #, gcc-internal-format, gfc-internal-format
64932 msgid "Unexpected junk after function declaration at %C"
64933 msgstr ""
64934
64935 #: fortran/decl.cc:6868 fortran/decl.cc:8006
64936 #, gcc-internal-format, gfc-internal-format
64937 msgid "BIND(C) attribute at %L may not be specified for an internal procedure"
64938 msgstr ""
64939
64940 #: fortran/decl.cc:7072
64941 #, gcc-internal-format, gfc-internal-format
64942 msgid "BIND(C) attribute at %C requires an interface with BIND(C)"
64943 msgstr ""
64944
64945 #: fortran/decl.cc:7079
64946 #, gcc-internal-format, gfc-internal-format
64947 msgid "BIND(C) procedure with NAME may not have POINTER attribute at %C"
64948 msgstr ""
64949
64950 #: fortran/decl.cc:7085
64951 #, gcc-internal-format, gfc-internal-format
64952 msgid "Dummy procedure at %C may not have BIND(C) attribute with NAME"
64953 msgstr ""
64954
64955 #: fortran/decl.cc:7108
64956 #, gcc-internal-format
64957 msgid "Procedure %qs at %L already has basic type of %s"
64958 msgstr ""
64959
64960 #: fortran/decl.cc:7154 fortran/decl.cc:7342 fortran/decl.cc:11347
64961 #, gcc-internal-format, gfc-internal-format
64962 msgid "Syntax error in PROCEDURE statement at %C"
64963 msgstr ""
64964
64965 #: fortran/decl.cc:7203 fortran/decl.cc:11247
64966 #, gcc-internal-format
64967 msgid "Expected %<::%> after binding-attributes at %C"
64968 msgstr ""
64969
64970 #: fortran/decl.cc:7210
64971 #, gcc-internal-format, gfc-internal-format
64972 msgid "NOPASS or explicit interface required at %C"
64973 msgstr ""
64974
64975 #: fortran/decl.cc:7214
64976 #, gcc-internal-format, gfc-internal-format
64977 msgid "Procedure pointer component at %C"
64978 msgstr ""
64979
64980 #: fortran/decl.cc:7286
64981 #, gcc-internal-format, gfc-internal-format
64982 msgid "Syntax error in procedure pointer component at %C"
64983 msgstr ""
64984
64985 #: fortran/decl.cc:7304
64986 #, gcc-internal-format, gfc-internal-format
64987 msgid "PROCEDURE at %C must be in a generic interface"
64988 msgstr ""
64989
64990 #: fortran/decl.cc:7313 fortran/decl.cc:9987
64991 #, gcc-internal-format, gfc-internal-format
64992 msgid "double colon in MODULE PROCEDURE statement at %L"
64993 msgstr ""
64994
64995 #: fortran/decl.cc:7383
64996 #, gcc-internal-format, gfc-internal-format
64997 msgid "PROCEDURE statement at %C"
64998 msgstr ""
64999
65000 #: fortran/decl.cc:7455
65001 #, gcc-internal-format, gfc-internal-format
65002 msgid "Expected formal argument list in function definition at %C"
65003 msgstr ""
65004
65005 #: fortran/decl.cc:7485 fortran/decl.cc:7764 fortran/decl.cc:7973
65006 #: fortran/symbol.cc:1904
65007 #, gcc-internal-format, gfc-internal-format
65008 msgid "BIND(C) attribute at %L can only be used for variables or common blocks"
65009 msgstr ""
65010
65011 #: fortran/decl.cc:7515 fortran/decl.cc:8031
65012 #, gcc-internal-format
65013 msgid "Mismatch in BIND(C) names (%qs/%qs) at %C"
65014 msgstr ""
65015
65016 #: fortran/decl.cc:7658
65017 #, gcc-internal-format, gfc-internal-format
65018 msgid "ENTRY statement at %C"
65019 msgstr ""
65020
65021 #: fortran/decl.cc:7667
65022 #, gcc-internal-format, gfc-internal-format
65023 msgid "ENTRY statement at %C cannot appear within a PROGRAM"
65024 msgstr ""
65025
65026 #: fortran/decl.cc:7670
65027 #, gcc-internal-format, gfc-internal-format
65028 msgid "ENTRY statement at %C cannot appear within a MODULE"
65029 msgstr ""
65030
65031 #: fortran/decl.cc:7673
65032 #, gcc-internal-format, gfc-internal-format
65033 msgid "ENTRY statement at %C cannot appear within a SUBMODULE"
65034 msgstr ""
65035
65036 #: fortran/decl.cc:7676
65037 #, gcc-internal-format, gfc-internal-format
65038 msgid "ENTRY statement at %C cannot appear within a BLOCK DATA"
65039 msgstr ""
65040
65041 #: fortran/decl.cc:7680 fortran/decl.cc:7725
65042 #, gcc-internal-format, gfc-internal-format
65043 msgid "ENTRY statement at %C cannot appear within an INTERFACE"
65044 msgstr ""
65045
65046 #: fortran/decl.cc:7684
65047 #, gcc-internal-format, gfc-internal-format
65048 msgid "ENTRY statement at %C cannot appear within a STRUCTURE block"
65049 msgstr ""
65050
65051 #: fortran/decl.cc:7688
65052 #, gcc-internal-format, gfc-internal-format
65053 msgid "ENTRY statement at %C cannot appear within a DERIVED TYPE block"
65054 msgstr ""
65055
65056 #: fortran/decl.cc:7692
65057 #, gcc-internal-format, gfc-internal-format
65058 msgid "ENTRY statement at %C cannot appear within an IF-THEN block"
65059 msgstr ""
65060
65061 #: fortran/decl.cc:7697
65062 #, gcc-internal-format, gfc-internal-format
65063 msgid "ENTRY statement at %C cannot appear within a DO block"
65064 msgstr ""
65065
65066 #: fortran/decl.cc:7701
65067 #, gcc-internal-format, gfc-internal-format
65068 msgid "ENTRY statement at %C cannot appear within a SELECT block"
65069 msgstr ""
65070
65071 #: fortran/decl.cc:7705
65072 #, gcc-internal-format, gfc-internal-format
65073 msgid "ENTRY statement at %C cannot appear within a FORALL block"
65074 msgstr ""
65075
65076 #: fortran/decl.cc:7709
65077 #, gcc-internal-format, gfc-internal-format
65078 msgid "ENTRY statement at %C cannot appear within a WHERE block"
65079 msgstr ""
65080
65081 #: fortran/decl.cc:7713
65082 #, gcc-internal-format, gfc-internal-format
65083 msgid "ENTRY statement at %C cannot appear within a contained subprogram"
65084 msgstr ""
65085
65086 #: fortran/decl.cc:7717
65087 #, gcc-internal-format, gfc-internal-format
65088 msgid "Unexpected ENTRY statement at %C"
65089 msgstr ""
65090
65091 #: fortran/decl.cc:7738
65092 #, gcc-internal-format, gfc-internal-format
65093 msgid "ENTRY statement at %C cannot appear in a contained procedure"
65094 msgstr ""
65095
65096 #: fortran/decl.cc:7789 fortran/decl.cc:8013
65097 #, gcc-internal-format, gfc-internal-format
65098 msgid "Missing required parentheses before BIND(C) at %C"
65099 msgstr ""
65100
65101 #: fortran/decl.cc:7883
65102 #, gcc-internal-format, gfc-internal-format
65103 msgid "ENTRY statement at %L with BIND(C) prohibited in an elemental procedure"
65104 msgstr ""
65105
65106 #: fortran/decl.cc:8040
65107 #, gcc-internal-format, gfc-internal-format
65108 msgid "Alternate return dummy argument cannot appear in a SUBROUTINE with the BIND(C) attribute at %L"
65109 msgstr ""
65110
65111 #: fortran/decl.cc:8103 fortran/decl.cc:8110
65112 #, gcc-internal-format, gfc-internal-format
65113 msgid "Invalid C identifier in NAME= specifier at %C"
65114 msgstr ""
65115
65116 #: fortran/decl.cc:8150
65117 #, gcc-internal-format, gfc-internal-format
65118 msgid "Syntax error in NAME= specifier for binding label at %C"
65119 msgstr ""
65120
65121 #: fortran/decl.cc:8166
65122 #, gcc-internal-format, gfc-internal-format
65123 msgid "NAME= specifier at %C should be a constant expression"
65124 msgstr ""
65125
65126 #: fortran/decl.cc:8174
65127 #, gcc-internal-format, gfc-internal-format
65128 msgid "NAME= specifier at %C should be a scalar of default character kind"
65129 msgstr ""
65130
65131 #: fortran/decl.cc:8193
65132 #, gcc-internal-format, gfc-internal-format
65133 msgid "Missing closing paren for binding label at %C"
65134 msgstr ""
65135
65136 #: fortran/decl.cc:8199
65137 #, gcc-internal-format, gfc-internal-format
65138 msgid "No binding name is allowed in BIND(C) at %C"
65139 msgstr ""
65140
65141 #: fortran/decl.cc:8205
65142 #, gcc-internal-format, gfc-internal-format
65143 msgid "For dummy procedure %s, no binding name is allowed in BIND(C) at %C"
65144 msgstr ""
65145
65146 #: fortran/decl.cc:8234
65147 #, gcc-internal-format, gfc-internal-format
65148 msgid "NAME not allowed on BIND(C) for ABSTRACT INTERFACE at %C"
65149 msgstr ""
65150
65151 #: fortran/decl.cc:8481
65152 #, gcc-internal-format, gfc-internal-format
65153 msgid "Unexpected END statement at %C"
65154 msgstr ""
65155
65156 #: fortran/decl.cc:8490
65157 #, gcc-internal-format, gfc-internal-format
65158 msgid "END statement instead of %s statement at %L"
65159 msgstr ""
65160
65161 #. We would have required END [something].
65162 #: fortran/decl.cc:8499
65163 #, gcc-internal-format, gfc-internal-format
65164 msgid "%s statement expected at %L"
65165 msgstr ""
65166
65167 #: fortran/decl.cc:8510
65168 #, gcc-internal-format, gfc-internal-format
65169 msgid "Expecting %s statement at %L"
65170 msgstr ""
65171
65172 #: fortran/decl.cc:8530
65173 #, gcc-internal-format
65174 msgid "Expected block name of %qs in %s statement at %L"
65175 msgstr ""
65176
65177 #: fortran/decl.cc:8547
65178 #, gcc-internal-format, gfc-internal-format
65179 msgid "Expected terminating name at %C"
65180 msgstr ""
65181
65182 #: fortran/decl.cc:8561 fortran/decl.cc:8569
65183 #, gcc-internal-format
65184 msgid "Expected label %qs for %s statement at %C"
65185 msgstr ""
65186
65187 #: fortran/decl.cc:8668
65188 #, gcc-internal-format, gfc-internal-format
65189 msgid "Missing array specification at %L in DIMENSION statement"
65190 msgstr ""
65191
65192 #: fortran/decl.cc:8676
65193 #, gcc-internal-format, gfc-internal-format
65194 msgid "Dimensions specified for %s at %L after its initialization"
65195 msgstr ""
65196
65197 #: fortran/decl.cc:8684
65198 #, gcc-internal-format, gfc-internal-format
65199 msgid "Missing array specification at %L in CODIMENSION statement"
65200 msgstr ""
65201
65202 #: fortran/decl.cc:8693
65203 #, gcc-internal-format, gfc-internal-format
65204 msgid "Array specification must be deferred at %L"
65205 msgstr ""
65206
65207 #: fortran/decl.cc:8708
65208 #, gcc-internal-format, gfc-internal-format
65209 msgid "Duplicate DIMENSION attribute at %C"
65210 msgstr ""
65211
65212 #: fortran/decl.cc:8800
65213 #, gcc-internal-format, gfc-internal-format
65214 msgid "Unexpected character in variable list at %C"
65215 msgstr ""
65216
65217 #: fortran/decl.cc:8837
65218 #, gcc-internal-format
65219 msgid "Expected %<(%> at %C"
65220 msgstr "Očekivano je %<(%> pri %C"
65221
65222 #: fortran/decl.cc:8851 fortran/decl.cc:8891
65223 #, gcc-internal-format, gfc-internal-format
65224 msgid "Expected variable name at %C"
65225 msgstr ""
65226
65227 #: fortran/decl.cc:8867
65228 #, gcc-internal-format, gfc-internal-format
65229 msgid "Cray pointer at %C must be an integer"
65230 msgstr ""
65231
65232 #: fortran/decl.cc:8871
65233 #, gcc-internal-format, gfc-internal-format
65234 msgid "Cray pointer at %C has %d bytes of precision; memory addresses require %d bytes"
65235 msgstr ""
65236
65237 #: fortran/decl.cc:8877
65238 #, gcc-internal-format, gfc-internal-format
65239 msgid "Expected \",\" at %C"
65240 msgstr ""
65241
65242 #: fortran/decl.cc:8916
65243 #, gcc-internal-format
65244 msgid "Cannot set Cray pointee array spec."
65245 msgstr ""
65246
65247 #: fortran/decl.cc:8940
65248 #, gcc-internal-format, gfc-internal-format
65249 msgid "Expected \")\" at %C"
65250 msgstr ""
65251
65252 #: fortran/decl.cc:8952
65253 #, gcc-internal-format
65254 msgid "Expected %<,%> or end of statement at %C"
65255 msgstr ""
65256
65257 #: fortran/decl.cc:8978
65258 #, gcc-internal-format, gfc-internal-format
65259 msgid "INTENT is not allowed inside of BLOCK at %C"
65260 msgstr ""
65261
65262 #: fortran/decl.cc:9010
65263 #, gcc-internal-format, gfc-internal-format
65264 msgid "OPTIONAL is not allowed inside of BLOCK at %C"
65265 msgstr ""
65266
65267 #: fortran/decl.cc:9029
65268 #, gcc-internal-format
65269 msgid "Cray pointer declaration at %C requires %<-fcray-pointer%> flag"
65270 msgstr ""
65271
65272 #: fortran/decl.cc:9068
65273 #, gcc-internal-format, gfc-internal-format
65274 msgid "CONTIGUOUS statement at %C"
65275 msgstr ""
65276
65277 #: fortran/decl.cc:9166
65278 #, gcc-internal-format, gfc-internal-format
65279 msgid "Access specification of the %s operator at %C has already been specified"
65280 msgstr ""
65281
65282 #: fortran/decl.cc:9182
65283 #, gcc-internal-format, gfc-internal-format
65284 msgid "Access specification of the .%s. operator at %C has already been specified"
65285 msgstr ""
65286
65287 #: fortran/decl.cc:9230
65288 #, gcc-internal-format, gfc-internal-format
65289 msgid "PROTECTED statement at %C"
65290 msgstr ""
65291
65292 #: fortran/decl.cc:9264
65293 #, gcc-internal-format, gfc-internal-format
65294 msgid "Syntax error in PROTECTED statement at %C"
65295 msgstr ""
65296
65297 #: fortran/decl.cc:9291 fortran/decl.cc:9316
65298 #, gcc-internal-format, gfc-internal-format
65299 msgid "PRIVATE statement at %C is only allowed in the specification part of a module"
65300 msgstr ""
65301
65302 #: fortran/decl.cc:9337 fortran/decl.cc:9357
65303 #, gcc-internal-format, gfc-internal-format
65304 msgid "PUBLIC statement at %C is only allowed in the specification part of a module"
65305 msgstr ""
65306
65307 #: fortran/decl.cc:9379
65308 #, gcc-internal-format, gfc-internal-format
65309 msgid "Expected variable name at %C in PARAMETER statement"
65310 msgstr ""
65311
65312 #: fortran/decl.cc:9386
65313 #, gcc-internal-format, gfc-internal-format
65314 msgid "Expected = sign in PARAMETER statement at %C"
65315 msgstr ""
65316
65317 #: fortran/decl.cc:9392
65318 #, gcc-internal-format, gfc-internal-format
65319 msgid "Expected expression at %C in PARAMETER statement"
65320 msgstr ""
65321
65322 #: fortran/decl.cc:9412
65323 #, gcc-internal-format, gfc-internal-format
65324 msgid "Initializing already initialized variable at %C"
65325 msgstr ""
65326
65327 #. With legacy PARAMETER statements, don't expect a terminating ')'.
65328 #: fortran/decl.cc:9437
65329 #, gcc-internal-format, gfc-internal-format
65330 msgid "PARAMETER without '()' at %C"
65331 msgstr ""
65332
65333 #: fortran/decl.cc:9453
65334 #, gcc-internal-format, gfc-internal-format
65335 msgid "Unexpected characters in PARAMETER statement at %C"
65336 msgstr ""
65337
65338 #: fortran/decl.cc:9472 fortran/decl.cc:9528
65339 #, gcc-internal-format
65340 msgid "%s at %C is a DEC extension, enable with %<-fdec-static%>"
65341 msgstr ""
65342
65343 #: fortran/decl.cc:9507
65344 #, gcc-internal-format, gfc-internal-format
65345 msgid "Expected entity-list in AUTOMATIC statement at %C"
65346 msgstr ""
65347
65348 #: fortran/decl.cc:9514
65349 #, gcc-internal-format, gfc-internal-format
65350 msgid "Syntax error in AUTOMATIC statement at %C"
65351 msgstr ""
65352
65353 #: fortran/decl.cc:9563
65354 #, gcc-internal-format, gfc-internal-format
65355 msgid "Expected entity-list in STATIC statement at %C"
65356 msgstr ""
65357
65358 #: fortran/decl.cc:9570
65359 #, gcc-internal-format, gfc-internal-format
65360 msgid "Syntax error in STATIC statement at %C"
65361 msgstr ""
65362
65363 #: fortran/decl.cc:9589
65364 #, gcc-internal-format, gfc-internal-format
65365 msgid "Blanket SAVE statement at %C follows previous SAVE statement"
65366 msgstr ""
65367
65368 #: fortran/decl.cc:9600
65369 #, gcc-internal-format, gfc-internal-format
65370 msgid "SAVE statement at %C follows blanket SAVE statement"
65371 msgstr ""
65372
65373 #: fortran/decl.cc:9648
65374 #, gcc-internal-format, gfc-internal-format
65375 msgid "Syntax error in SAVE statement at %C"
65376 msgstr ""
65377
65378 #: fortran/decl.cc:9665
65379 #, gcc-internal-format, gfc-internal-format
65380 msgid "VALUE is not allowed inside of BLOCK at %C"
65381 msgstr ""
65382
65383 #: fortran/decl.cc:9669
65384 #, gcc-internal-format, gfc-internal-format
65385 msgid "VALUE statement at %C"
65386 msgstr ""
65387
65388 #: fortran/decl.cc:9707
65389 #, gcc-internal-format, gfc-internal-format
65390 msgid "Syntax error in VALUE statement at %C"
65391 msgstr ""
65392
65393 #: fortran/decl.cc:9719
65394 #, gcc-internal-format, gfc-internal-format
65395 msgid "VOLATILE statement at %C"
65396 msgstr ""
65397
65398 #: fortran/decl.cc:9746
65399 #, gcc-internal-format
65400 msgid "Specifying VOLATILE for coarray variable %qs at %C, which is use-/host-associated"
65401 msgstr ""
65402
65403 #: fortran/decl.cc:9771
65404 #, gcc-internal-format, gfc-internal-format
65405 msgid "Syntax error in VOLATILE statement at %C"
65406 msgstr ""
65407
65408 #: fortran/decl.cc:9783
65409 #, gcc-internal-format, gfc-internal-format
65410 msgid "ASYNCHRONOUS statement at %C"
65411 msgstr ""
65412
65413 #: fortran/decl.cc:9827
65414 #, gcc-internal-format, gfc-internal-format
65415 msgid "Syntax error in ASYNCHRONOUS statement at %C"
65416 msgstr ""
65417
65418 #: fortran/decl.cc:9852
65419 #, gcc-internal-format, gfc-internal-format
65420 msgid "MODULE PROCEDURE declaration at %C"
65421 msgstr ""
65422
65423 #: fortran/decl.cc:9962
65424 #, gcc-internal-format, gfc-internal-format
65425 msgid "MODULE PROCEDURE at %C must be in a generic module interface"
65426 msgstr ""
65427
65428 #: fortran/decl.cc:10020
65429 #, gcc-internal-format, gfc-internal-format
65430 msgid "Intrinsic procedure at %L cannot be a MODULE PROCEDURE"
65431 msgstr ""
65432
65433 #: fortran/decl.cc:10069
65434 #, gcc-internal-format, gfc-internal-format
65435 msgid "Ambiguous symbol in TYPE definition at %C"
65436 msgstr ""
65437
65438 #: fortran/decl.cc:10078
65439 #, gcc-internal-format
65440 msgid "Symbol %qs at %C has not been previously defined"
65441 msgstr ""
65442
65443 #: fortran/decl.cc:10084
65444 #, gcc-internal-format
65445 msgid "%qs in EXTENDS expression at %C is not a derived type"
65446 msgstr ""
65447
65448 #: fortran/decl.cc:10091
65449 #, gcc-internal-format
65450 msgid "%qs cannot be extended at %C because it is BIND(C)"
65451 msgstr ""
65452
65453 #: fortran/decl.cc:10098
65454 #, gcc-internal-format
65455 msgid "%qs cannot be extended at %C because it is a SEQUENCE type"
65456 msgstr ""
65457
65458 #: fortran/decl.cc:10121
65459 #, gcc-internal-format, gfc-internal-format
65460 msgid "Derived type at %C can only be PRIVATE in the specification part of a module"
65461 msgstr ""
65462
65463 #: fortran/decl.cc:10133
65464 #, gcc-internal-format, gfc-internal-format
65465 msgid "Derived type at %C can only be PUBLIC in the specification part of a module"
65466 msgstr ""
65467
65468 #: fortran/decl.cc:10154
65469 #, gcc-internal-format, gfc-internal-format
65470 msgid "ABSTRACT type at %C"
65471 msgstr ""
65472
65473 #: fortran/decl.cc:10200
65474 #, gcc-internal-format, gfc-internal-format
65475 msgid "Failed to create structure type '%s' at %C"
65476 msgstr "Nije uspjelo stvoriti strukturu tipa „%s“ pri %C"
65477
65478 #: fortran/decl.cc:10206
65479 #, gcc-internal-format
65480 msgid "Type definition of %qs at %C was already defined at %L"
65481 msgstr ""
65482
65483 #: fortran/decl.cc:10253
65484 #, gcc-internal-format, gfc-internal-format
65485 msgid "Junk after MAP statement at %C"
65486 msgstr ""
65487
65488 #: fortran/decl.cc:10286
65489 #, gcc-internal-format, gfc-internal-format
65490 msgid "Junk after UNION statement at %C"
65491 msgstr ""
65492
65493 #: fortran/decl.cc:10321
65494 #, gcc-internal-format
65495 msgid "%s at %C is a DEC extension, enable with %<-fdec-structure%>"
65496 msgstr ""
65497
65498 #: fortran/decl.cc:10335
65499 #, gcc-internal-format, gfc-internal-format
65500 msgid "Structure name expected in non-nested structure declaration at %C"
65501 msgstr ""
65502
65503 #: fortran/decl.cc:10353
65504 #, gcc-internal-format, gfc-internal-format
65505 msgid "Junk after non-nested STRUCTURE statement at %C"
65506 msgstr ""
65507
65508 #: fortran/decl.cc:10360
65509 #, gcc-internal-format
65510 msgid "Structure name %qs at %C cannot be the same as an intrinsic type"
65511 msgstr "Ime strukture %qs pri %C ne može biti isto kao intrinsična vrsta"
65512
65513 #: fortran/decl.cc:10523
65514 #, gcc-internal-format, gfc-internal-format
65515 msgid "Expected :: in TYPE definition at %C"
65516 msgstr ""
65517
65518 #: fortran/decl.cc:10536
65519 #, gcc-internal-format, gfc-internal-format
65520 msgid "Mangled derived type definition at %C"
65521 msgstr ""
65522
65523 #: fortran/decl.cc:10565
65524 #, gcc-internal-format
65525 msgid "Type name %qs at %C cannot be the same as an intrinsic type"
65526 msgstr "Ime vrste %qs pri %C ne može biti isto kao intrinsična vrsta"
65527
65528 #: fortran/decl.cc:10576
65529 #, gcc-internal-format
65530 msgid "Derived type name %qs at %C already has a basic type of %s"
65531 msgstr ""
65532
65533 #: fortran/decl.cc:10579
65534 #, gcc-internal-format
65535 msgid "Derived type name %qs at %C already has a basic type"
65536 msgstr ""
65537
65538 #: fortran/decl.cc:10594
65539 #, gcc-internal-format
65540 msgid "Dummy argument %qs at %L cannot be a derived type at %C"
65541 msgstr ""
65542
65543 #: fortran/decl.cc:10603
65544 #, gcc-internal-format
65545 msgid "Derived type definition of %qs at %C has already been defined"
65546 msgstr ""
65547
65548 #: fortran/decl.cc:10666
65549 #, gcc-internal-format, gfc-internal-format
65550 msgid "Garbage after PARAMETERIZED TYPE declaration at %C"
65551 msgstr ""
65552
65553 #: fortran/decl.cc:10749
65554 #, gcc-internal-format, gfc-internal-format
65555 msgid "Cray Pointee at %C cannot be assumed shape array"
65556 msgstr ""
65557
65558 #: fortran/decl.cc:10769
65559 #, gcc-internal-format, gfc-internal-format
65560 msgid "ENUM and ENUMERATOR at %C"
65561 msgstr ""
65562
65563 #: fortran/decl.cc:10801
65564 #, gcc-internal-format, gfc-internal-format
65565 msgid "Enumerator exceeds the C integer type at %C"
65566 msgstr ""
65567
65568 #: fortran/decl.cc:10880
65569 #, gcc-internal-format, gfc-internal-format
65570 msgid "ENUMERATOR %L not initialized with integer expression"
65571 msgstr ""
65572
65573 #: fortran/decl.cc:10928
65574 #, gcc-internal-format, gfc-internal-format
65575 msgid "ENUM definition statement expected before %C"
65576 msgstr ""
65577
65578 #: fortran/decl.cc:10964
65579 #, gcc-internal-format, gfc-internal-format
65580 msgid "Syntax error in ENUMERATOR definition at %C"
65581 msgstr ""
65582
65583 #: fortran/decl.cc:11011 fortran/decl.cc:11026
65584 #, gcc-internal-format, gfc-internal-format
65585 msgid "Duplicate access-specifier at %C"
65586 msgstr ""
65587
65588 #: fortran/decl.cc:11046
65589 #, gcc-internal-format, gfc-internal-format
65590 msgid "Binding attributes already specify passing, illegal NOPASS at %C"
65591 msgstr ""
65592
65593 #: fortran/decl.cc:11066
65594 #, gcc-internal-format, gfc-internal-format
65595 msgid "Binding attributes already specify passing, illegal PASS at %C"
65596 msgstr ""
65597
65598 #: fortran/decl.cc:11093
65599 #, gcc-internal-format, gfc-internal-format
65600 msgid "Duplicate POINTER attribute at %C"
65601 msgstr ""
65602
65603 #: fortran/decl.cc:11111
65604 #, gcc-internal-format, gfc-internal-format
65605 msgid "Duplicate NON_OVERRIDABLE at %C"
65606 msgstr ""
65607
65608 #: fortran/decl.cc:11127
65609 #, gcc-internal-format, gfc-internal-format
65610 msgid "Duplicate DEFERRED at %C"
65611 msgstr ""
65612
65613 #: fortran/decl.cc:11140
65614 #, gcc-internal-format, gfc-internal-format
65615 msgid "Expected access-specifier at %C"
65616 msgstr ""
65617
65618 #: fortran/decl.cc:11142
65619 #, gcc-internal-format, gfc-internal-format
65620 msgid "Expected binding attribute at %C"
65621 msgstr ""
65622
65623 #: fortran/decl.cc:11150
65624 #, gcc-internal-format, gfc-internal-format
65625 msgid "NON_OVERRIDABLE and DEFERRED cannot both appear at %C"
65626 msgstr ""
65627
65628 #: fortran/decl.cc:11163
65629 #, gcc-internal-format, gfc-internal-format
65630 msgid "POINTER attribute is required for procedure pointer component at %C"
65631 msgstr ""
65632
65633 #: fortran/decl.cc:11205
65634 #, gcc-internal-format
65635 msgid "Interface-name expected after %<(%> at %C"
65636 msgstr ""
65637
65638 #: fortran/decl.cc:11211
65639 #, gcc-internal-format
65640 msgid "%<)%> expected at %C"
65641 msgstr ""
65642
65643 #: fortran/decl.cc:11231
65644 #, gcc-internal-format, gfc-internal-format
65645 msgid "Interface must be specified for DEFERRED binding at %C"
65646 msgstr ""
65647
65648 #: fortran/decl.cc:11236
65649 #, gcc-internal-format, gfc-internal-format
65650 msgid "PROCEDURE(interface) at %C should be declared DEFERRED"
65651 msgstr ""
65652
65653 #: fortran/decl.cc:11259
65654 #, gcc-internal-format, gfc-internal-format
65655 msgid "Expected binding name at %C"
65656 msgstr ""
65657
65658 #: fortran/decl.cc:11263
65659 #, gcc-internal-format, gfc-internal-format
65660 msgid "PROCEDURE list at %C"
65661 msgstr ""
65662
65663 #: fortran/decl.cc:11275
65664 #, gcc-internal-format
65665 msgid "%<=> target%> is invalid for DEFERRED binding at %C"
65666 msgstr ""
65667
65668 #: fortran/decl.cc:11281
65669 #, gcc-internal-format
65670 msgid "%<::%> needed in PROCEDURE binding with explicit target at %C"
65671 msgstr ""
65672
65673 #: fortran/decl.cc:11291
65674 #, gcc-internal-format
65675 msgid "Expected binding target after %<=>%> at %C"
65676 msgstr ""
65677
65678 #: fortran/decl.cc:11308
65679 #, gcc-internal-format
65680 msgid "Type %qs containing DEFERRED binding at %C is not ABSTRACT"
65681 msgstr ""
65682
65683 #: fortran/decl.cc:11319
65684 #, gcc-internal-format
65685 msgid "There is already a procedure with binding name %qs for the derived type %qs at %C"
65686 msgstr ""
65687
65688 #: fortran/decl.cc:11370
65689 #, gcc-internal-format, gfc-internal-format
65690 msgid "GENERIC at %C must be inside a derived-type CONTAINS"
65691 msgstr ""
65692
65693 #: fortran/decl.cc:11390
65694 #, gcc-internal-format
65695 msgid "Expected %<::%> at %C"
65696 msgstr "Očekivano je %<::%> pri %C"
65697
65698 #: fortran/decl.cc:11402
65699 #, gcc-internal-format, gfc-internal-format
65700 msgid "Expected generic name or operator descriptor at %C"
65701 msgstr ""
65702
65703 #: fortran/decl.cc:11423
65704 #, gcc-internal-format, gfc-internal-format
65705 msgid "Malformed GENERIC statement at %C"
65706 msgstr ""
65707
65708 #: fortran/decl.cc:11434
65709 #, gcc-internal-format
65710 msgid "Expected %<=>%> at %C"
65711 msgstr "Očekivano je %<=>%> pri %C"
65712
65713 #: fortran/decl.cc:11470
65714 #, gcc-internal-format
65715 msgid "There's already a non-generic procedure with binding name %qs for the derived type %qs at %C"
65716 msgstr ""
65717
65718 #: fortran/decl.cc:11478
65719 #, gcc-internal-format
65720 msgid "Binding at %C must have the same access as already defined binding %qs"
65721 msgstr "Vezanje pri %C mora imati isti pristup kao već definirano vezanje %qs"
65722
65723 #: fortran/decl.cc:11526
65724 #, gcc-internal-format, gfc-internal-format
65725 msgid "Expected specific binding name at %C"
65726 msgstr ""
65727
65728 #: fortran/decl.cc:11536
65729 #, gcc-internal-format
65730 msgid "%qs already defined as specific binding for the generic %qs at %C"
65731 msgstr ""
65732
65733 #: fortran/decl.cc:11554
65734 #, gcc-internal-format, gfc-internal-format
65735 msgid "Junk after GENERIC binding at %C"
65736 msgstr ""
65737
65738 #: fortran/decl.cc:11589
65739 #, gcc-internal-format, gfc-internal-format
65740 msgid "FINAL declaration at %C must be inside a derived type CONTAINS section"
65741 msgstr ""
65742
65743 #: fortran/decl.cc:11600
65744 #, gcc-internal-format, gfc-internal-format
65745 msgid "Derived type declaration with FINAL at %C must be in the specification part of a MODULE"
65746 msgstr ""
65747
65748 #: fortran/decl.cc:11622
65749 #, gcc-internal-format, gfc-internal-format
65750 msgid "Empty FINAL at %C"
65751 msgstr ""
65752
65753 #: fortran/decl.cc:11629
65754 #, gcc-internal-format, gfc-internal-format
65755 msgid "Expected module procedure name at %C"
65756 msgstr ""
65757
65758 #: fortran/decl.cc:11639
65759 #, gcc-internal-format
65760 msgid "Expected %<,%> at %C"
65761 msgstr "Očekivano je %<,%> pri %C"
65762
65763 #: fortran/decl.cc:11645
65764 #, gcc-internal-format
65765 msgid "Unknown procedure name %qs at %C"
65766 msgstr ""
65767
65768 #: fortran/decl.cc:11658
65769 #, gcc-internal-format
65770 msgid "%qs at %C is already defined as FINAL procedure"
65771 msgstr ""
65772
65773 #: fortran/decl.cc:11729
65774 #, gcc-internal-format, gfc-internal-format
65775 msgid "Unknown attribute in !GCC$ ATTRIBUTES statement at %C"
65776 msgstr ""
65777
65778 #: fortran/decl.cc:11775
65779 #, gcc-internal-format, gfc-internal-format
65780 msgid "Syntax error in !GCC$ ATTRIBUTES statement at %C"
65781 msgstr ""
65782
65783 #: fortran/decl.cc:11796
65784 #, gcc-internal-format
65785 msgid "%<GCC unroll%> directive requires a non-negative integral constant less than or equal to %u at %C"
65786 msgstr ""
65787
65788 #: fortran/decl.cc:11810
65789 #, gcc-internal-format, gfc-internal-format
65790 msgid "Syntax error in !GCC$ UNROLL directive at %C"
65791 msgstr ""
65792
65793 #: fortran/decl.cc:11874
65794 #, gcc-internal-format, gfc-internal-format
65795 msgid "Syntax error in !GCC$ IVDEP directive at %C"
65796 msgstr ""
65797
65798 #: fortran/decl.cc:11891
65799 #, gcc-internal-format, gfc-internal-format
65800 msgid "Syntax error in !GCC$ VECTOR directive at %C"
65801 msgstr ""
65802
65803 #: fortran/decl.cc:11908
65804 #, gcc-internal-format, gfc-internal-format
65805 msgid "Syntax error in !GCC$ NOVECTOR directive at %C"
65806 msgstr ""
65807
65808 #: fortran/dependency.cc:106
65809 #, gcc-internal-format
65810 msgid "identical_array_ref(): inconsistent dimensions"
65811 msgstr ""
65812
65813 #: fortran/dependency.cc:199
65814 #, gcc-internal-format
65815 msgid "are_identical_variables: Bad type"
65816 msgstr ""
65817
65818 #: fortran/dependency.cc:989
65819 #, gcc-internal-format, gfc-internal-format
65820 msgid "INTENT(%s) actual argument at %L might interfere with actual argument at %L."
65821 msgstr ""
65822
65823 #: fortran/dependency.cc:1293
65824 #, gcc-internal-format
65825 msgid "gfc_check_dependency: expecting an EXPR_VARIABLE"
65826 msgstr ""
65827
65828 #: fortran/dump-parse-tree.cc:281
65829 #, gcc-internal-format
65830 msgid "show_array_spec(): Unhandled array shape type."
65831 msgstr ""
65832
65833 #: fortran/dump-parse-tree.cc:360
65834 #, gcc-internal-format
65835 msgid "show_array_ref(): Unknown array reference"
65836 msgstr ""
65837
65838 #: fortran/dump-parse-tree.cc:434
65839 #, gcc-internal-format
65840 msgid "show_ref(): Bad component code"
65841 msgstr ""
65842
65843 #: fortran/dump-parse-tree.cc:707
65844 #, gcc-internal-format
65845 msgid "show_expr(): Bad intrinsic in expression"
65846 msgstr ""
65847
65848 #: fortran/dump-parse-tree.cc:750
65849 #, gcc-internal-format
65850 msgid "show_expr(): Don't know how to show expr"
65851 msgstr ""
65852
65853 #: fortran/dump-parse-tree.cc:3396
65854 #, gcc-internal-format
65855 msgid "show_code_node(): Bad statement code"
65856 msgstr ""
65857
65858 #: fortran/dump-parse-tree.cc:3720 fortran/dump-parse-tree.cc:3825
65859 #, gcc-internal-format
65860 msgid "Cannot convert %qs to interoperable type at %L"
65861 msgstr ""
65862
65863 #: fortran/error.cc:381
65864 #, gcc-internal-format, gfc-internal-format
65865 msgid "    Included at %s:%d:"
65866 msgstr ""
65867
65868 #: fortran/error.cc:467
65869 #, gcc-internal-format
65870 msgid "<During initialization>\n"
65871 msgstr ""
65872
65873 #: fortran/expr.cc:149
65874 #, gcc-internal-format
65875 msgid "gfc_get_constant_expr(): locus %<where%> cannot be NULL"
65876 msgstr ""
65877
65878 #: fortran/expr.cc:357
65879 #, gcc-internal-format
65880 msgid "gfc_copy_expr(): Bad expr node"
65881 msgstr ""
65882
65883 #: fortran/expr.cc:510
65884 #, gcc-internal-format
65885 msgid "free_expr0(): Bad expr type"
65886 msgstr ""
65887
65888 #: fortran/expr.cc:658 fortran/expr.cc:660 fortran/expr.cc:711
65889 #: fortran/expr.cc:713
65890 #, gcc-internal-format, gfc-internal-format
65891 msgid "Constant expression required at %C"
65892 msgstr ""
65893
65894 #: fortran/expr.cc:667 fortran/expr.cc:669 fortran/expr.cc:720
65895 #: fortran/expr.cc:722
65896 #, gcc-internal-format, gfc-internal-format
65897 msgid "Integer expression required at %C"
65898 msgstr ""
65899
65900 #: fortran/expr.cc:677 fortran/expr.cc:679 fortran/expr.cc:733
65901 #: fortran/expr.cc:735
65902 #, gcc-internal-format, gfc-internal-format
65903 msgid "Integer value too large in expression at %C"
65904 msgstr ""
65905
65906 #: fortran/expr.cc:1098
65907 #, gcc-internal-format
65908 msgid "gfc_is_constant_expr(): Unknown expression type"
65909 msgstr ""
65910
65911 #: fortran/expr.cc:1293
65912 #, gcc-internal-format
65913 msgid "simplify_intrinsic_op(): Bad operator"
65914 msgstr ""
65915
65916 #: fortran/expr.cc:1398
65917 #, gcc-internal-format, gfc-internal-format
65918 msgid "Index in dimension %d is out of bounds at %L"
65919 msgstr ""
65920
65921 #: fortran/expr.cc:1586 fortran/expr.cc:1639
65922 #, gcc-internal-format, gfc-internal-format
65923 msgid "index in dimension %d is out of bounds at %L"
65924 msgstr ""
65925
65926 #: fortran/expr.cc:1715
65927 #, gcc-internal-format
65928 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"
65929 msgstr ""
65930
65931 #: fortran/expr.cc:1725
65932 #, gcc-internal-format, gfc-internal-format
65933 msgid "Error in array constructor referenced at %L"
65934 msgstr ""
65935
65936 #: fortran/expr.cc:1829 fortran/primary.cc:2300 fortran/primary.cc:2444
65937 #, gcc-internal-format, gfc-internal-format
65938 msgid "LEN part_ref at %C"
65939 msgstr ""
65940
65941 #: fortran/expr.cc:1847 fortran/primary.cc:2295 fortran/primary.cc:2459
65942 #, gcc-internal-format, gfc-internal-format
65943 msgid "KIND part_ref at %C"
65944 msgstr ""
65945
65946 #: fortran/expr.cc:1858
65947 #, gcc-internal-format, gfc-internal-format
65948 msgid "RE part_ref at %C"
65949 msgstr ""
65950
65951 #: fortran/expr.cc:1870
65952 #, gcc-internal-format, gfc-internal-format
65953 msgid "IM part_ref at %C"
65954 msgstr ""
65955
65956 #: fortran/expr.cc:2517
65957 #, gcc-internal-format, gfc-internal-format
65958 msgid "elemental function arguments at %C are not compliant"
65959 msgstr ""
65960
65961 #: fortran/expr.cc:2561
65962 #, gcc-internal-format, gfc-internal-format
65963 msgid "Numeric or CHARACTER operands are required in expression at %L"
65964 msgstr ""
65965
65966 #: fortran/expr.cc:2586
65967 #, gcc-internal-format, gfc-internal-format
65968 msgid "Concatenation operator in expression at %L must have two CHARACTER operands"
65969 msgstr ""
65970
65971 #: fortran/expr.cc:2593
65972 #, gcc-internal-format, gfc-internal-format
65973 msgid "Concat operator at %L must concatenate strings of the same kind"
65974 msgstr ""
65975
65976 #: fortran/expr.cc:2603
65977 #, gcc-internal-format, gfc-internal-format
65978 msgid ".NOT. operator in expression at %L must have a LOGICAL operand"
65979 msgstr ""
65980
65981 #: fortran/expr.cc:2619
65982 #, gcc-internal-format, gfc-internal-format
65983 msgid "LOGICAL operands are required in expression at %L"
65984 msgstr ""
65985
65986 #: fortran/expr.cc:2630
65987 #, gcc-internal-format, gfc-internal-format
65988 msgid "Only intrinsic operators can be used in expression at %L"
65989 msgstr ""
65990
65991 #: fortran/expr.cc:2638
65992 #, gcc-internal-format, gfc-internal-format
65993 msgid "Numeric operands are required in expression at %L"
65994 msgstr ""
65995
65996 #: fortran/expr.cc:2661
65997 #, gcc-internal-format
65998 msgid "Invalid initialization expression for ALLOCATABLE component %qs in structure constructor at %L"
65999 msgstr ""
66000
66001 #: fortran/expr.cc:2798
66002 #, gcc-internal-format
66003 msgid "Assumed or deferred character length variable %qs in constant expression at %L"
66004 msgstr ""
66005
66006 #: fortran/expr.cc:2873
66007 #, gcc-internal-format
66008 msgid "transformational intrinsic %qs at %L is not permitted in an initialization expression"
66009 msgstr ""
66010
66011 #: fortran/expr.cc:2904
66012 #, gcc-internal-format, gfc-internal-format
66013 msgid "Evaluation of nonstandard initialization expression at %L"
66014 msgstr ""
66015
66016 #: fortran/expr.cc:2981 fortran/resolve.cc:2808
66017 #, gcc-internal-format
66018 msgid "Function %qs in initialization expression at %L must be an intrinsic function"
66019 msgstr ""
66020
66021 #: fortran/expr.cc:2993
66022 #, gcc-internal-format
66023 msgid "Intrinsic function %qs at %L is not permitted in an initialization expression"
66024 msgstr ""
66025
66026 #: fortran/expr.cc:3032
66027 #, gcc-internal-format
66028 msgid "PARAMETER %qs is used at %L before its definition is complete"
66029 msgstr ""
66030
66031 #: fortran/expr.cc:3052
66032 #, gcc-internal-format
66033 msgid "Assumed size array %qs at %L is not permitted in an initialization expression"
66034 msgstr ""
66035
66036 #: fortran/expr.cc:3058
66037 #, gcc-internal-format
66038 msgid "Assumed shape array %qs at %L is not permitted in an initialization expression"
66039 msgstr ""
66040
66041 #: fortran/expr.cc:3067
66042 #, gcc-internal-format
66043 msgid "Assumed-shape array %qs at %L is not permitted in an initialization expression"
66044 msgstr ""
66045
66046 #: fortran/expr.cc:3071
66047 #, gcc-internal-format
66048 msgid "Deferred array %qs at %L is not permitted in an initialization expression"
66049 msgstr ""
66050
66051 #: fortran/expr.cc:3077
66052 #, gcc-internal-format
66053 msgid "Array %qs at %L is a variable, which does not reduce to a constant expression"
66054 msgstr ""
66055
66056 #: fortran/expr.cc:3083
66057 #, gcc-internal-format
66058 msgid "Assumed-rank array %qs at %L is not permitted in an initialization expression"
66059 msgstr ""
66060
66061 #: fortran/expr.cc:3093
66062 #, gcc-internal-format
66063 msgid "Parameter %qs at %L has not been declared or is a variable, which does not reduce to a constant expression"
66064 msgstr ""
66065
66066 #: fortran/expr.cc:3147
66067 #, gcc-internal-format
66068 msgid "check_init_expr(): Unknown expression type"
66069 msgstr ""
66070
66071 #: fortran/expr.cc:3282
66072 #, gcc-internal-format
66073 msgid "Specification function %qs at %L cannot be a statement function"
66074 msgstr ""
66075
66076 #: fortran/expr.cc:3289
66077 #, gcc-internal-format
66078 msgid "Specification function %qs at %L cannot be an internal function"
66079 msgstr ""
66080
66081 #: fortran/expr.cc:3296
66082 #, gcc-internal-format
66083 msgid "Specification function %qs at %L must be PURE"
66084 msgstr ""
66085
66086 #: fortran/expr.cc:3304
66087 #, gcc-internal-format
66088 msgid "Specification function %qs at %L cannot be RECURSIVE"
66089 msgstr ""
66090
66091 #: fortran/expr.cc:3451
66092 #, gcc-internal-format
66093 msgid "Dummy argument %qs not allowed in expression at %L"
66094 msgstr ""
66095
66096 #: fortran/expr.cc:3459
66097 #, gcc-internal-format
66098 msgid "Dummy argument %qs at %L cannot be OPTIONAL"
66099 msgstr ""
66100
66101 #: fortran/expr.cc:3466
66102 #, gcc-internal-format
66103 msgid "Dummy argument %qs at %L cannot be INTENT(OUT)"
66104 msgstr ""
66105
66106 #: fortran/expr.cc:3495
66107 #, gcc-internal-format
66108 msgid "Variable %qs cannot appear in the expression at %L"
66109 msgstr ""
66110
66111 #: fortran/expr.cc:3526
66112 #, gcc-internal-format
66113 msgid "check_restricted(): Unknown expression type"
66114 msgstr ""
66115
66116 #: fortran/expr.cc:3546
66117 #, gcc-internal-format, gfc-internal-format
66118 msgid "Expression at %L must be of INTEGER type, found %s"
66119 msgstr ""
66120
66121 #: fortran/expr.cc:3558
66122 #, gcc-internal-format
66123 msgid "Function %qs at %L must be PURE"
66124 msgstr ""
66125
66126 #: fortran/expr.cc:3567
66127 #, gcc-internal-format, gfc-internal-format
66128 msgid "Expression at %L must be scalar"
66129 msgstr ""
66130
66131 #. Reject truncation.
66132 #: fortran/expr.cc:3599
66133 #, gcc-internal-format, gfc-internal-format
66134 msgid "optype_msgid overflow: %d"
66135 msgstr ""
66136
66137 #: fortran/expr.cc:3603
66138 #, gcc-internal-format, gfc-internal-format
66139 msgid "Incompatible ranks in %s (%d and %d) at %L"
66140 msgstr ""
66141
66142 #: fortran/expr.cc:3617
66143 #, gcc-internal-format, gfc-internal-format
66144 msgid "Different shape for %s at %L on dimension %d (%d and %d)"
66145 msgstr ""
66146
66147 #: fortran/expr.cc:3665
66148 #, gcc-internal-format, gfc-internal-format
66149 msgid "Assignment to a LEN or KIND part_ref at %L is not allowed"
66150 msgstr ""
66151
66152 #: fortran/expr.cc:3721
66153 #, gcc-internal-format
66154 msgid "%qs at %L is not a VALUE"
66155 msgstr ""
66156
66157 #: fortran/expr.cc:3732
66158 #, gcc-internal-format, gfc-internal-format
66159 msgid "Illegal assignment to external procedure at %L"
66160 msgstr ""
66161
66162 #: fortran/expr.cc:3740
66163 #, gcc-internal-format, gfc-internal-format
66164 msgid "Incompatible ranks %d and %d in assignment at %L"
66165 msgstr ""
66166
66167 #: fortran/expr.cc:3747
66168 #, gcc-internal-format, gfc-internal-format
66169 msgid "Variable type is UNKNOWN in assignment at %L"
66170 msgstr ""
66171
66172 #: fortran/expr.cc:3759
66173 #, gcc-internal-format, gfc-internal-format
66174 msgid "NULL appears on right-hand side in assignment at %L"
66175 msgstr ""
66176
66177 #: fortran/expr.cc:3769
66178 #, gcc-internal-format, gfc-internal-format
66179 msgid "POINTER-valued function appears on right-hand side of assignment at %L"
66180 msgstr ""
66181
66182 #: fortran/expr.cc:3812
66183 #, gcc-internal-format
66184 msgid "BOZ literal constant near %L cannot be assigned to a %qs variable"
66185 msgstr ""
66186
66187 #: fortran/expr.cc:3819
66188 #, gcc-internal-format, gfc-internal-format
66189 msgid "The assignment to a KIND or LEN component of a parameterized type at %L is not allowed"
66190 msgstr ""
66191
66192 #: fortran/expr.cc:3849
66193 #, gcc-internal-format, gfc-internal-format
66194 msgid "Incompatible types in DATA statement at %L; attempted conversion of %s to %s"
66195 msgstr ""
66196
66197 #: fortran/expr.cc:3893
66198 #, gcc-internal-format, gfc-internal-format
66199 msgid "Pointer assignment target is not a POINTER at %L"
66200 msgstr ""
66201
66202 #: fortran/expr.cc:3901
66203 #, gcc-internal-format
66204 msgid "%qs in the pointer assignment at %L cannot be an l-value since it is a procedure"
66205 msgstr ""
66206
66207 #: fortran/expr.cc:3925
66208 #, gcc-internal-format
66209 msgid "Expected bounds specification for %qs at %L"
66210 msgstr ""
66211
66212 #: fortran/expr.cc:3930
66213 #, gcc-internal-format
66214 msgid "Bounds specification for %qs in pointer assignment at %L"
66215 msgstr ""
66216
66217 #: fortran/expr.cc:3959
66218 #, gcc-internal-format, gfc-internal-format
66219 msgid "Stride must not be present at %L"
66220 msgstr ""
66221
66222 #: fortran/expr.cc:3965 fortran/expr.cc:3985
66223 #, gcc-internal-format
66224 msgid "Rank remapping requires a list of %<lower-bound : upper-bound%> specifications at %L"
66225 msgstr ""
66226
66227 #: fortran/expr.cc:3973 fortran/expr.cc:3992
66228 #, gcc-internal-format
66229 msgid "Expected list of %<lower-bound :%> or list of %<lower-bound : upper-bound%> specifications at %L"
66230 msgstr ""
66231
66232 #: fortran/expr.cc:4019
66233 #, gcc-internal-format, gfc-internal-format
66234 msgid "Pointer object at %L shall not have a coindex"
66235 msgstr ""
66236
66237 #: fortran/expr.cc:4040
66238 #, gcc-internal-format, gfc-internal-format
66239 msgid "Invalid procedure pointer assignment at %L"
66240 msgstr ""
66241
66242 #: fortran/expr.cc:4065
66243 #, gcc-internal-format
66244 msgid "Function result %qs is invalid as proc-target in procedure pointer assignment at %L"
66245 msgstr ""
66246
66247 #: fortran/expr.cc:4074
66248 #, gcc-internal-format
66249 msgid "Abstract interface %qs is invalid in procedure pointer assignment at %L"
66250 msgstr ""
66251
66252 #: fortran/expr.cc:4084
66253 #, gcc-internal-format
66254 msgid "Statement function %qs is invalid in procedure pointer assignment at %L"
66255 msgstr ""
66256
66257 #: fortran/expr.cc:4090
66258 #, gcc-internal-format
66259 msgid "Internal procedure %qs is invalid in procedure pointer assignment at %L"
66260 msgstr ""
66261
66262 #: fortran/expr.cc:4097
66263 #, gcc-internal-format
66264 msgid "Intrinsic %qs at %L is invalid in procedure pointer assignment"
66265 msgstr ""
66266
66267 #: fortran/expr.cc:4105
66268 #, gcc-internal-format
66269 msgid "Nonintrinsic elemental procedure %qs is invalid in procedure pointer assignment at %L"
66270 msgstr ""
66271
66272 #: fortran/expr.cc:4128
66273 #, gcc-internal-format, gfc-internal-format
66274 msgid "Mismatch in the procedure pointer assignment at %L: mismatch in the calling convention"
66275 msgstr ""
66276
66277 #: fortran/expr.cc:4181
66278 #, gcc-internal-format
66279 msgid "Interface mismatch in procedure pointer assignment at %L: %qs is not a subroutine"
66280 msgstr ""
66281
66282 #: fortran/expr.cc:4191 fortran/expr.cc:4206
66283 #, gcc-internal-format
66284 msgid "Explicit interface required for component %qs at %L: %s"
66285 msgstr ""
66286
66287 #: fortran/expr.cc:4197 fortran/expr.cc:4212 fortran/resolve.cc:2688
66288 #, gcc-internal-format
66289 msgid "Explicit interface required for %qs at %L: %s"
66290 msgstr ""
66291
66292 #: fortran/expr.cc:4224
66293 #, gcc-internal-format, gfc-internal-format
66294 msgid "Interface mismatch in procedure pointer assignment at %L: %s"
66295 msgstr ""
66296
66297 #: fortran/expr.cc:4233
66298 #, gcc-internal-format
66299 msgid "Procedure pointer target %qs at %L must be either an intrinsic, host or use associated, referenced or have the EXTERNAL attribute"
66300 msgstr ""
66301
66302 #: fortran/expr.cc:4246
66303 #, gcc-internal-format, gfc-internal-format
66304 msgid "Pointer assignment target cannot be a constant at %L"
66305 msgstr ""
66306
66307 #: fortran/expr.cc:4260
66308 #, gcc-internal-format, gfc-internal-format
66309 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"
66310 msgstr ""
66311
66312 #: fortran/expr.cc:4265
66313 #, gcc-internal-format, gfc-internal-format
66314 msgid "Different types in pointer assignment at %L; attempted assignment of %s to %s"
66315 msgstr ""
66316
66317 #: fortran/expr.cc:4273
66318 #, gcc-internal-format, gfc-internal-format
66319 msgid "Different kind type parameters in pointer assignment at %L"
66320 msgstr ""
66321
66322 #: fortran/expr.cc:4280
66323 #, gcc-internal-format, gfc-internal-format
66324 msgid "Different ranks in pointer assignment at %L"
66325 msgstr ""
66326
66327 #: fortran/expr.cc:4299
66328 #, gcc-internal-format, gfc-internal-format
66329 msgid "Rank remapping target is smaller than size of the pointer (%ld < %ld) at %L"
66330 msgstr ""
66331
66332 #: fortran/expr.cc:4312
66333 #, gcc-internal-format, gfc-internal-format
66334 msgid "Rank remapping target must be rank 1 or simply contiguous at %L"
66335 msgstr ""
66336
66337 #: fortran/expr.cc:4316
66338 #, gcc-internal-format, gfc-internal-format
66339 msgid "Rank remapping target is not rank 1 at %L"
66340 msgstr ""
66341
66342 #. The test above might need to be extend when F08, Note 5.4 has to be
66343 #. interpreted in the way that target and pointer with the same coindex
66344 #. are allowed.
66345 #: fortran/expr.cc:4341 fortran/expr.cc:4467
66346 #, gcc-internal-format, gfc-internal-format
66347 msgid "Data target at %L shall not have a coindex"
66348 msgstr ""
66349
66350 #: fortran/expr.cc:4344
66351 #, gcc-internal-format, gfc-internal-format
66352 msgid "Target expression in pointer assignment at %L must deliver a pointer result"
66353 msgstr ""
66354
66355 #: fortran/expr.cc:4358
66356 #, gcc-internal-format, gfc-internal-format
66357 msgid "Zero-sized array detected at %L where an entity with the TARGET attribute is expected"
66358 msgstr ""
66359
66360 #: fortran/expr.cc:4364 fortran/expr.cc:4379
66361 #, gcc-internal-format, gfc-internal-format
66362 msgid "Pointer assignment target in initialization expression does not have the TARGET attribute at %L"
66363 msgstr ""
66364
66365 #: fortran/expr.cc:4395
66366 #, gcc-internal-format, gfc-internal-format
66367 msgid "Every subscript of target specification at %L must be a constant expression"
66368 msgstr ""
66369
66370 #: fortran/expr.cc:4406
66371 #, gcc-internal-format, gfc-internal-format
66372 msgid "Substring starting and ending points of target specification at %L must be constant expressions"
66373 msgstr ""
66374
66375 #: fortran/expr.cc:4422
66376 #, gcc-internal-format, gfc-internal-format
66377 msgid "Pointer assignment target is neither TARGET nor POINTER at %L"
66378 msgstr ""
66379
66380 #: fortran/expr.cc:4437
66381 #, gcc-internal-format, gfc-internal-format
66382 msgid "Bad target in pointer assignment in PURE procedure at %L"
66383 msgstr ""
66384
66385 #: fortran/expr.cc:4446
66386 #, gcc-internal-format, gfc-internal-format
66387 msgid "Pointer assignment with vector subscript on rhs at %L"
66388 msgstr ""
66389
66390 #: fortran/expr.cc:4454
66391 #, gcc-internal-format, gfc-internal-format
66392 msgid "Pointer assignment target has PROTECTED attribute at %L"
66393 msgstr ""
66394
66395 #: fortran/expr.cc:4482 fortran/expr.cc:4487
66396 #, gcc-internal-format, gfc-internal-format
66397 msgid "Assignment to contiguous pointer from non-contiguous target at %L"
66398 msgstr ""
66399
66400 #: fortran/expr.cc:4527
66401 #, gcc-internal-format, gfc-internal-format
66402 msgid "Pointer at %L in pointer assignment might outlive the pointer target"
66403 msgstr ""
66404
66405 #: fortran/expr.cc:4603 fortran/resolve.cc:1529
66406 #, gcc-internal-format, gfc-internal-format
66407 msgid "Pointer initialization target at %L must not be ALLOCATABLE"
66408 msgstr ""
66409
66410 #: fortran/expr.cc:4609
66411 #, gcc-internal-format, gfc-internal-format
66412 msgid "Pointer initialization target at %L must have the TARGET attribute"
66413 msgstr ""
66414
66415 #: fortran/expr.cc:4624 fortran/resolve.cc:1535
66416 #, gcc-internal-format, gfc-internal-format
66417 msgid "Pointer initialization target at %L must have the SAVE attribute"
66418 msgstr ""
66419
66420 #: fortran/expr.cc:4636
66421 #, gcc-internal-format, gfc-internal-format
66422 msgid "Procedure pointer initialization target at %L may not be a procedure pointer"
66423 msgstr ""
66424
66425 #: fortran/expr.cc:4642
66426 #, gcc-internal-format
66427 msgid "Internal procedure %qs is invalid in procedure pointer initialization at %L"
66428 msgstr ""
66429
66430 #: fortran/expr.cc:4649
66431 #, gcc-internal-format
66432 msgid "Dummy procedure %qs is invalid in procedure pointer initialization at %L"
66433 msgstr ""
66434
66435 #: fortran/expr.cc:5117
66436 #, gcc-internal-format
66437 msgid "generate_isocbinding_initializer(): bad iso_c_binding type, expected %<c_ptr%> or %<c_funptr%>"
66438 msgstr ""
66439
66440 #: fortran/expr.cc:6217
66441 #, gcc-internal-format, gfc-internal-format
66442 msgid "Fortran 2008: Pointer functions in variable definition context (%s) at %L"
66443 msgstr ""
66444
66445 #: fortran/expr.cc:6225
66446 #, gcc-internal-format, gfc-internal-format
66447 msgid "Non-variable expression in variable definition context (%s) at %L"
66448 msgstr ""
66449
66450 #: fortran/expr.cc:6233
66451 #, gcc-internal-format
66452 msgid "Named constant %qs in variable definition context (%s) at %L"
66453 msgstr ""
66454
66455 #: fortran/expr.cc:6244
66456 #, gcc-internal-format
66457 msgid "%qs in variable definition context (%s) at %L is not a variable"
66458 msgstr ""
66459
66460 #: fortran/expr.cc:6255
66461 #, gcc-internal-format, gfc-internal-format
66462 msgid "Non-POINTER in pointer association context (%s) at %L"
66463 msgstr ""
66464
66465 #: fortran/expr.cc:6264
66466 #, gcc-internal-format, gfc-internal-format
66467 msgid "Type inaccessible in variable definition context (%s) at %L"
66468 msgstr ""
66469
66470 #: fortran/expr.cc:6277
66471 #, gcc-internal-format, gfc-internal-format
66472 msgid "LOCK_TYPE in variable definition context (%s) at %L"
66473 msgstr ""
66474
66475 #: fortran/expr.cc:6290
66476 #, gcc-internal-format, gfc-internal-format
66477 msgid "LOCK_EVENT in variable definition context (%s) at %L"
66478 msgstr ""
66479
66480 #: fortran/expr.cc:6321
66481 #, gcc-internal-format
66482 msgid "%qs parameter inquiry for %qs in variable definition context (%s) at %L"
66483 msgstr ""
66484
66485 #: fortran/expr.cc:6338
66486 #, gcc-internal-format
66487 msgid "Dummy argument %qs with INTENT(IN) in pointer association context (%s) at %L"
66488 msgstr ""
66489
66490 #: fortran/expr.cc:6348
66491 #, gcc-internal-format
66492 msgid "Dummy argument %qs with INTENT(IN) in variable definition context (%s) at %L"
66493 msgstr ""
66494
66495 #: fortran/expr.cc:6361
66496 #, gcc-internal-format
66497 msgid "Variable %qs is PROTECTED and cannot appear in a pointer association context (%s) at %L"
66498 msgstr ""
66499
66500 #: fortran/expr.cc:6369
66501 #, gcc-internal-format
66502 msgid "Variable %qs is PROTECTED and cannot appear in a variable definition context (%s) at %L"
66503 msgstr ""
66504
66505 #: fortran/expr.cc:6384
66506 #, gcc-internal-format
66507 msgid "Variable %qs cannot appear in a variable definition context (%s) at %L in PURE procedure"
66508 msgstr ""
66509
66510 #: fortran/expr.cc:6443
66511 #, gcc-internal-format
66512 msgid "%qs at %L associated to vector-indexed target cannot be used in a variable definition context (%s)"
66513 msgstr ""
66514
66515 #: fortran/expr.cc:6448
66516 #, gcc-internal-format
66517 msgid "%qs at %L associated to expression cannot be used in a variable definition context (%s)"
66518 msgstr ""
66519
66520 #: fortran/expr.cc:6460
66521 #, gcc-internal-format
66522 msgid "Associate-name %qs cannot appear in a variable definition context (%s) at %L because its target at %L cannot, either"
66523 msgstr ""
66524
66525 #: fortran/expr.cc:6502
66526 #, gcc-internal-format, gfc-internal-format
66527 msgid "Elements with the same value at %L and %L in vector subscript in a variable definition context (%s)"
66528 msgstr ""
66529
66530 #: fortran/frontend-passes.cc:195
66531 #, gcc-internal-format
66532 msgid "Inconsistent internal state: No location in statement"
66533 msgstr ""
66534
66535 #: fortran/frontend-passes.cc:211
66536 #, gcc-internal-format, gfc-internal-format
66537 msgid "Inconsistent internal state: No location in expression near %L"
66538 msgstr ""
66539
66540 #: fortran/frontend-passes.cc:419
66541 #, gcc-internal-format
66542 msgid "Illegal id in copy_walk_reduction_arg"
66543 msgstr ""
66544
66545 #: fortran/frontend-passes.cc:870 fortran/trans-array.cc:1496
66546 #: fortran/trans-array.cc:6844 fortran/trans-array.cc:8467
66547 #: fortran/trans-intrinsic.cc:8442
66548 #, gcc-internal-format, gfc-internal-format
66549 msgid "Creating array temporary at %L"
66550 msgstr ""
66551
66552 #: fortran/frontend-passes.cc:897
66553 #, gcc-internal-format
66554 msgid "Removing call to impure function %qs at %L"
66555 msgstr ""
66556
66557 #: fortran/frontend-passes.cc:901
66558 #, gcc-internal-format, gfc-internal-format
66559 msgid "Removing call to impure function at %L"
66560 msgstr ""
66561
66562 #: fortran/frontend-passes.cc:1356 fortran/frontend-passes.cc:1395
66563 #, gcc-internal-format
66564 msgid "bad expression"
66565 msgstr "loši izraz"
66566
66567 #: fortran/frontend-passes.cc:1391
66568 #, gcc-internal-format
66569 msgid "bad op"
66570 msgstr ""
66571
66572 #: fortran/frontend-passes.cc:2175
66573 #, gcc-internal-format
66574 msgid "illegal OP in optimize_comparison"
66575 msgstr ""
66576
66577 #: fortran/frontend-passes.cc:2352
66578 #, gcc-internal-format
66579 msgid "Index variable %qs set to undefined as INTENT(OUT) argument at %L in procedure %qs called from within DO loop at %L"
66580 msgstr ""
66581
66582 #: fortran/frontend-passes.cc:2361
66583 #, gcc-internal-format
66584 msgid "Index variable %qs not definable as INTENT(INOUT) argument at %L in procedure %qs called from within DO loop at %L"
66585 msgstr ""
66586
66587 #: fortran/frontend-passes.cc:2499
66588 #, gcc-internal-format
66589 msgid "Index variable %qs set to undefined as INTENT(OUT) argument at %L in subroutine %qs called from within DO loop at %L"
66590 msgstr ""
66591
66592 #: fortran/frontend-passes.cc:2508
66593 #, gcc-internal-format
66594 msgid "Index variable %qs not definable as INTENT(INOUT) argument at %L in subroutine %qs called from within DO loop at %L"
66595 msgstr ""
66596
66597 #: fortran/frontend-passes.cc:2661
66598 #, gcc-internal-format
66599 msgid "Variable %qs at %L set to undefined value inside loop beginning at %L as INTENT(OUT) argument to subroutine %qs"
66600 msgstr ""
66601
66602 #: fortran/frontend-passes.cc:2668
66603 #, gcc-internal-format
66604 msgid "Variable %qs at %L not definable inside loop beginning at %L as INTENT(INOUT) argument to subroutine %qs"
66605 msgstr ""
66606
66607 #: fortran/frontend-passes.cc:2923 fortran/frontend-passes.cc:2949
66608 #, gcc-internal-format, gfc-internal-format
66609 msgid "Array reference at %L out of bounds (%ld < %ld) in loop beginning at %L"
66610 msgstr ""
66611
66612 #: fortran/frontend-passes.cc:2933 fortran/frontend-passes.cc:2959
66613 #, gcc-internal-format, gfc-internal-format
66614 msgid "Array reference at %L out of bounds (%ld > %ld) in loop beginning at %L"
66615 msgstr ""
66616
66617 #: fortran/frontend-passes.cc:3044
66618 #, gcc-internal-format
66619 msgid "Variable %qs at %L set to undefined value inside loop beginning at %L as INTENT(OUT) argument to function %qs"
66620 msgstr ""
66621
66622 #: fortran/frontend-passes.cc:3050
66623 #, gcc-internal-format
66624 msgid "Variable %qs at %L not definable inside loop beginning at %L as INTENT(INOUT) argument to function %qs"
66625 msgstr ""
66626
66627 #: fortran/frontend-passes.cc:3466 fortran/trans-expr.cc:1874
66628 #, gcc-internal-format, gfc-internal-format
66629 msgid "Code for reallocating the allocatable array at %L will be added"
66630 msgstr ""
66631
66632 #: fortran/frontend-passes.cc:3991
66633 #, gcc-internal-format
66634 msgid "Scalarization using DIMEN_RANGE unimplemented"
66635 msgstr ""
66636
66637 #: fortran/frontend-passes.cc:5200
66638 #, gcc-internal-format, gfc-internal-format
66639 msgid "Interchanging loops at %L"
66640 msgstr ""
66641
66642 #: fortran/frontend-passes.cc:5839
66643 #, gcc-internal-format, gfc-internal-format
66644 msgid "%s between %L and %L"
66645 msgstr ""
66646
66647 #: fortran/gfortranspec.cc:146
66648 #, gcc-internal-format
66649 msgid "overflowed output argument list for %qs"
66650 msgstr ""
66651
66652 #: fortran/gfortranspec.cc:301
66653 #, gcc-internal-format
66654 msgid "no input files; unwilling to write output files"
66655 msgstr ""
66656
66657 #: fortran/interface.cc:225
66658 #, gcc-internal-format, gfc-internal-format
66659 msgid "Syntax error in generic specification at %C"
66660 msgstr ""
66661
66662 #: fortran/interface.cc:252
66663 #, gcc-internal-format, gfc-internal-format
66664 msgid "Syntax error: Trailing garbage in INTERFACE statement at %C"
66665 msgstr ""
66666
66667 #: fortran/interface.cc:272
66668 #, gcc-internal-format
66669 msgid "Dummy procedure %qs at %C cannot have a generic interface"
66670 msgstr ""
66671
66672 #: fortran/interface.cc:305
66673 #, gcc-internal-format, gfc-internal-format
66674 msgid "ABSTRACT INTERFACE at %C"
66675 msgstr ""
66676
66677 #: fortran/interface.cc:312
66678 #, gcc-internal-format, gfc-internal-format
66679 msgid "Syntax error in ABSTRACT INTERFACE statement at %C"
66680 msgstr ""
66681
66682 #: fortran/interface.cc:343
66683 #, gcc-internal-format, gfc-internal-format
66684 msgid "Syntax error: Trailing garbage in END INTERFACE statement at %C"
66685 msgstr ""
66686
66687 #: fortran/interface.cc:356
66688 #, gcc-internal-format, gfc-internal-format
66689 msgid "Expected a nameless interface at %C"
66690 msgstr ""
66691
66692 #: fortran/interface.cc:369
66693 #, gcc-internal-format
66694 msgid "Expected %<END INTERFACE ASSIGNMENT (=)%> at %C"
66695 msgstr ""
66696
66697 #: fortran/interface.cc:400
66698 #, gcc-internal-format
66699 msgid "Expecting %<END INTERFACE OPERATOR (%s)%> at %C"
66700 msgstr ""
66701
66702 #: fortran/interface.cc:403
66703 #, gcc-internal-format
66704 msgid "Expecting %<END INTERFACE OPERATOR (%s)%> at %C, but got %qs"
66705 msgstr ""
66706
66707 #: fortran/interface.cc:417
66708 #, gcc-internal-format
66709 msgid "Expecting %<END INTERFACE OPERATOR (.%s.)%> at %C"
66710 msgstr ""
66711
66712 #: fortran/interface.cc:429
66713 #, gcc-internal-format
66714 msgid "Expecting %<END INTERFACE %s%> at %C"
66715 msgstr ""
66716
66717 #: fortran/interface.cc:619
66718 #, gcc-internal-format
66719 msgid "gfc_compare_derived_types: invalid derived type"
66720 msgstr ""
66721
66722 #: fortran/interface.cc:888
66723 #, gcc-internal-format, gfc-internal-format
66724 msgid "Alternate return cannot appear in operator interface at %L"
66725 msgstr ""
66726
66727 #: fortran/interface.cc:917
66728 #, gcc-internal-format, gfc-internal-format
66729 msgid "Assignment operator interface at %L must have two arguments"
66730 msgstr ""
66731
66732 #: fortran/interface.cc:920
66733 #, gcc-internal-format, gfc-internal-format
66734 msgid "Operator interface at %L has the wrong number of arguments"
66735 msgstr ""
66736
66737 #: fortran/interface.cc:933
66738 #, gcc-internal-format, gfc-internal-format
66739 msgid "Assignment operator interface at %L must be a SUBROUTINE"
66740 msgstr ""
66741
66742 #: fortran/interface.cc:951
66743 #, gcc-internal-format, gfc-internal-format
66744 msgid "Assignment operator interface at %L must not redefine an INTRINSIC type assignment"
66745 msgstr ""
66746
66747 #: fortran/interface.cc:960
66748 #, gcc-internal-format, gfc-internal-format
66749 msgid "Intrinsic operator interface at %L must be a FUNCTION"
66750 msgstr ""
66751
66752 #: fortran/interface.cc:971
66753 #, gcc-internal-format, gfc-internal-format
66754 msgid "First argument of defined assignment at %L must be INTENT(OUT) or INTENT(INOUT)"
66755 msgstr ""
66756
66757 #: fortran/interface.cc:978
66758 #, gcc-internal-format, gfc-internal-format
66759 msgid "Second argument of defined assignment at %L must be INTENT(IN)"
66760 msgstr ""
66761
66762 #: fortran/interface.cc:987 fortran/resolve.cc:17380
66763 #, gcc-internal-format, gfc-internal-format
66764 msgid "First argument of operator interface at %L must be INTENT(IN)"
66765 msgstr ""
66766
66767 #: fortran/interface.cc:994 fortran/resolve.cc:17398
66768 #, gcc-internal-format, gfc-internal-format
66769 msgid "Second argument of operator interface at %L must be INTENT(IN)"
66770 msgstr ""
66771
66772 #: fortran/interface.cc:1099
66773 #, gcc-internal-format, gfc-internal-format
66774 msgid "Operator interface at %L conflicts with intrinsic interface"
66775 msgstr ""
66776
66777 #: fortran/interface.cc:1457 fortran/interface.cc:1529
66778 #, gcc-internal-format, gfc-internal-format
66779 msgid "check_dummy_characteristics: Unexpected result %i of gfc_dep_compare_expr"
66780 msgstr ""
66781
66782 #: fortran/interface.cc:1642
66783 #, gcc-internal-format, gfc-internal-format
66784 msgid "check_result_characteristics (1): Unexpected result %i of gfc_dep_compare_expr"
66785 msgstr ""
66786
66787 #: fortran/interface.cc:1689
66788 #, gcc-internal-format, gfc-internal-format
66789 msgid "check_result_characteristics (2): Unexpected result %i of gfc_dep_compare_expr"
66790 msgstr ""
66791
66792 #: fortran/interface.cc:1878
66793 #, gcc-internal-format
66794 msgid "Procedure %qs in %s at %L has no explicit interface; did you mean %qs?"
66795 msgstr ""
66796
66797 #: fortran/interface.cc:1883
66798 #, gcc-internal-format
66799 msgid "Procedure %qs in %s at %L has no explicit interface"
66800 msgstr ""
66801
66802 #: fortran/interface.cc:1887
66803 #, gcc-internal-format
66804 msgid "Procedure %qs in %s at %L is neither function nor subroutine; did you mean %qs?"
66805 msgstr ""
66806
66807 #: fortran/interface.cc:1891
66808 #, gcc-internal-format
66809 msgid "Procedure %qs in %s at %L is neither function nor subroutine"
66810 msgstr ""
66811
66812 #: fortran/interface.cc:1903
66813 #, gcc-internal-format, gfc-internal-format
66814 msgid "In %s at %L procedures must be either all SUBROUTINEs or all FUNCTIONs"
66815 msgstr ""
66816
66817 #: fortran/interface.cc:1907
66818 #, gcc-internal-format, gfc-internal-format
66819 msgid "In %s at %L procedures must be all FUNCTIONs as the generic name is also the name of a derived type"
66820 msgstr ""
66821
66822 #: fortran/interface.cc:1915
66823 #, gcc-internal-format
66824 msgid "Internal procedure %qs in %s at %L"
66825 msgstr ""
66826
66827 #: fortran/interface.cc:1972 fortran/interface.cc:1977
66828 #, gcc-internal-format
66829 msgid "Ambiguous interfaces in %s for %qs at %L and %qs at %L"
66830 msgstr ""
66831
66832 #: fortran/interface.cc:1982
66833 #, gcc-internal-format
66834 msgid "Although not referenced, %qs has ambiguous interfaces at %L"
66835 msgstr ""
66836
66837 #: fortran/interface.cc:2020
66838 #, gcc-internal-format
66839 msgid "%qs at %L is not a module procedure"
66840 msgstr ""
66841
66842 #: fortran/interface.cc:2225
66843 #, gcc-internal-format
66844 msgid "The assumed-rank array at %L requires that the dummy argument %qs has assumed-rank"
66845 msgstr ""
66846
66847 #: fortran/interface.cc:2228
66848 #, gcc-internal-format
66849 msgid "Rank mismatch in argument %qs at %L (scalar and rank-%d)"
66850 msgstr ""
66851
66852 #: fortran/interface.cc:2231
66853 #, gcc-internal-format
66854 msgid "Rank mismatch in argument %qs at %L (rank-%d and scalar)"
66855 msgstr ""
66856
66857 #: fortran/interface.cc:2234
66858 #, gcc-internal-format
66859 msgid "Rank mismatch in argument %qs at %L (rank-%d and rank-%d)"
66860 msgstr ""
66861
66862 #: fortran/interface.cc:2246
66863 #, gcc-internal-format, gfc-internal-format
66864 msgid "Rank mismatch between actual argument at %L and actual argument at %L (scalar and rank-%d)"
66865 msgstr ""
66866
66867 #: fortran/interface.cc:2250
66868 #, gcc-internal-format, gfc-internal-format
66869 msgid "Rank mismatch between actual argument at %L and actual argument at %L (rank-%d and scalar)"
66870 msgstr ""
66871
66872 #: fortran/interface.cc:2254
66873 #, gcc-internal-format, gfc-internal-format
66874 msgid "Rank mismatch between actual argument at %L and actual argument at %L (rank-%d and rank-%d)"
66875 msgstr ""
66876
66877 #: fortran/interface.cc:2360
66878 #, gcc-internal-format, gfc-internal-format
66879 msgid "Invalid procedure argument at %L"
66880 msgstr ""
66881
66882 #: fortran/interface.cc:2368 fortran/interface.cc:2395
66883 #, gcc-internal-format
66884 msgid "Interface mismatch in dummy procedure %qs at %L: %s"
66885 msgstr ""
66886
66887 #: fortran/interface.cc:2406
66888 #, gcc-internal-format
66889 msgid "Actual argument to contiguous pointer dummy %qs at %L must be simply contiguous"
66890 msgstr ""
66891
66892 #: fortran/interface.cc:2429
66893 #, gcc-internal-format, gfc-internal-format
66894 msgid "Type mismatch between actual argument at %L and actual argument at %L (%s/%s)."
66895 msgstr ""
66896
66897 #: fortran/interface.cc:2439
66898 #, gcc-internal-format
66899 msgid "Type mismatch in argument %qs at %L; passed %s to %s"
66900 msgstr ""
66901
66902 #: fortran/interface.cc:2449
66903 #, gcc-internal-format
66904 msgid "Assumed-type actual argument at %L requires that dummy argument %qs is of assumed type"
66905 msgstr ""
66906
66907 #: fortran/interface.cc:2463
66908 #, gcc-internal-format
66909 msgid "Assumed-type actual argument at %L corresponding to assumed-rank dummy argument %qs must be assumed-shape or assumed-rank"
66910 msgstr ""
66911
66912 #: fortran/interface.cc:2480
66913 #, gcc-internal-format
66914 msgid "Actual argument to %qs at %L must be polymorphic"
66915 msgstr ""
66916
66917 #: fortran/interface.cc:2490
66918 #, gcc-internal-format
66919 msgid "Actual argument to %qs at %L must have the same declared type"
66920 msgstr ""
66921
66922 #: fortran/interface.cc:2505
66923 #, gcc-internal-format
66924 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]"
66925 msgstr ""
66926
66927 #: fortran/interface.cc:2521
66928 #, gcc-internal-format
66929 msgid "Actual argument to %qs at %L must be a coarray"
66930 msgstr ""
66931
66932 #: fortran/interface.cc:2540
66933 #, gcc-internal-format
66934 msgid "Corank mismatch in argument %qs at %L (%d and %d)"
66935 msgstr ""
66936
66937 #: fortran/interface.cc:2558
66938 #, gcc-internal-format
66939 msgid "Actual argument to %qs at %L must be simply contiguous or an element of such an array"
66940 msgstr ""
66941
66942 #: fortran/interface.cc:2573
66943 #, gcc-internal-format
66944 msgid "Actual argument to non-INTENT(INOUT) dummy %qs at %L, which is LOCK_TYPE or has a LOCK_TYPE component"
66945 msgstr ""
66946
66947 #: fortran/interface.cc:2588
66948 #, gcc-internal-format
66949 msgid "Actual argument to non-INTENT(INOUT) dummy %qs at %L, which is EVENT_TYPE or has a EVENT_TYPE component"
66950 msgstr ""
66951
66952 #: fortran/interface.cc:2607
66953 #, gcc-internal-format
66954 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"
66955 msgstr ""
66956
66957 #: fortran/interface.cc:2620
66958 #, gcc-internal-format
66959 msgid "Passing coarray at %L to allocatable, noncoarray, INTENT(OUT) dummy argument %qs"
66960 msgstr ""
66961
66962 #: fortran/interface.cc:2627
66963 #, gcc-internal-format
66964 msgid "Passing coarray at %L to allocatable, noncoarray dummy argument %qs, which is invalid if the allocation status is modified"
66965 msgstr ""
66966
66967 #: fortran/interface.cc:2703
66968 #, gcc-internal-format
66969 msgid "Polymorphic scalar passed to array dummy argument %qs at %L"
66970 msgstr ""
66971
66972 #: fortran/interface.cc:2714
66973 #, gcc-internal-format, gfc-internal-format
66974 msgid "Element of assumed-shape or pointer array as actual argument at %L cannot correspond to actual argument at %L"
66975 msgstr ""
66976
66977 #: fortran/interface.cc:2719
66978 #, gcc-internal-format
66979 msgid "Element of assumed-shape or pointer array passed to array dummy argument %qs at %L"
66980 msgstr ""
66981
66982 #: fortran/interface.cc:2732
66983 #, gcc-internal-format
66984 msgid "Extension: Scalar non-default-kind, non-C_CHAR-kind CHARACTER actual argument with array dummy argument %qs at %L"
66985 msgstr ""
66986
66987 #: fortran/interface.cc:2740
66988 #, gcc-internal-format
66989 msgid "Fortran 2003: Scalar CHARACTER actual argument with array dummy argument %qs at %L"
66990 msgstr ""
66991
66992 #: fortran/interface.cc:3107
66993 #, gcc-internal-format
66994 msgid "Keyword argument %qs at %L is invalid in a statement function"
66995 msgstr ""
66996
66997 #: fortran/interface.cc:3130
66998 #, gcc-internal-format
66999 msgid "Keyword argument %qs at %L is not in the procedure; did you mean %qs?"
67000 msgstr ""
67001
67002 #: fortran/interface.cc:3134
67003 #, gcc-internal-format
67004 msgid "Keyword argument %qs at %L is not in the procedure"
67005 msgstr ""
67006
67007 #: fortran/interface.cc:3143
67008 #, gcc-internal-format
67009 msgid "Keyword argument %qs at %L is already associated with another actual argument"
67010 msgstr ""
67011
67012 #: fortran/interface.cc:3153
67013 #, gcc-internal-format, gfc-internal-format
67014 msgid "More actual than formal arguments in procedure call at %L"
67015 msgstr ""
67016
67017 #: fortran/interface.cc:3166
67018 #, gcc-internal-format, gfc-internal-format
67019 msgid "Missing alternate return specifier in subroutine call at %L"
67020 msgstr ""
67021
67022 #: fortran/interface.cc:3180
67023 #, gcc-internal-format, gfc-internal-format
67024 msgid "Unexpected alternate return specifier in subroutine call at %L"
67025 msgstr ""
67026
67027 #: fortran/interface.cc:3209
67028 #, gcc-internal-format
67029 msgid "Unexpected NULL() intrinsic at %L to dummy %qs"
67030 msgstr ""
67031
67032 #: fortran/interface.cc:3212
67033 #, gcc-internal-format
67034 msgid "Fortran 2008: Null pointer at %L to non-pointer dummy %qs"
67035 msgstr ""
67036
67037 #: fortran/interface.cc:3238
67038 #, gcc-internal-format, gfc-internal-format
67039 msgid "Actual argument at %L to assumed-type dummy has type parameters or is of derived type with type-bound or FINAL procedures"
67040 msgstr ""
67041
67042 #: fortran/interface.cc:3262
67043 #, gcc-internal-format
67044 msgid "Character length mismatch (%ld/%ld) between actual argument and pointer or allocatable dummy argument %qs at %L"
67045 msgstr ""
67046
67047 #: fortran/interface.cc:3269
67048 #, gcc-internal-format
67049 msgid "Character length mismatch (%ld/%ld) between actual argument and assumed-shape dummy argument %qs at %L"
67050 msgstr ""
67051
67052 #: fortran/interface.cc:3284
67053 #, gcc-internal-format
67054 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"
67055 msgstr ""
67056
67057 #: fortran/interface.cc:3303
67058 #, gcc-internal-format
67059 msgid "Character length of actual argument shorter than of dummy argument %qs (%lu/%lu) at %L"
67060 msgstr ""
67061
67062 #: fortran/interface.cc:3313 fortran/interface.cc:3318
67063 #, gcc-internal-format
67064 msgid "Actual argument contains too few elements for dummy argument %qs (%lu/%lu) at %L"
67065 msgstr ""
67066
67067 #: fortran/interface.cc:3339
67068 #, gcc-internal-format
67069 msgid "Expected a procedure pointer for argument %qs at %L"
67070 msgstr ""
67071
67072 #: fortran/interface.cc:3356
67073 #, gcc-internal-format
67074 msgid "Expected a procedure for argument %qs at %L"
67075 msgstr ""
67076
67077 #: fortran/interface.cc:3421
67078 #, gcc-internal-format
67079 msgid "Actual argument for %qs cannot be an assumed-size array at %L"
67080 msgstr ""
67081
67082 #: fortran/interface.cc:3450
67083 #, gcc-internal-format
67084 msgid "Actual argument to assumed-rank INTENT(OUT) dummy %qs at %L cannot be of unknown size"
67085 msgstr ""
67086
67087 #: fortran/interface.cc:3461
67088 #, gcc-internal-format
67089 msgid "Actual argument for %qs must be a pointer at %L"
67090 msgstr ""
67091
67092 #: fortran/interface.cc:3472
67093 #, gcc-internal-format
67094 msgid "Fortran 2008: Non-pointer actual argument at %L to pointer dummy %qs"
67095 msgstr ""
67096
67097 #: fortran/interface.cc:3483
67098 #, gcc-internal-format
67099 msgid "Coindexed actual argument at %L to pointer dummy %qs"
67100 msgstr ""
67101
67102 #: fortran/interface.cc:3497
67103 #, gcc-internal-format
67104 msgid "Coindexed actual argument at %L to allocatable dummy %qs requires INTENT(IN)"
67105 msgstr ""
67106
67107 #: fortran/interface.cc:3512
67108 #, gcc-internal-format
67109 msgid "Coindexed ASYNCHRONOUS or VOLATILE actual argument at %L requires that dummy %qs has neither ASYNCHRONOUS nor VOLATILE"
67110 msgstr ""
67111
67112 #: fortran/interface.cc:3527
67113 #, gcc-internal-format
67114 msgid "Coindexed actual argument at %L with allocatable ultimate component to dummy %qs requires either VALUE or INTENT(IN)"
67115 msgstr ""
67116
67117 #: fortran/interface.cc:3540
67118 #, gcc-internal-format
67119 msgid "Actual CLASS array argument for %qs must be a full array at %L"
67120 msgstr ""
67121
67122 #: fortran/interface.cc:3551
67123 #, gcc-internal-format
67124 msgid "Actual argument for %qs must be ALLOCATABLE at %L"
67125 msgstr ""
67126
67127 #: fortran/interface.cc:3588
67128 #, gcc-internal-format
67129 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"
67130 msgstr ""
67131
67132 #: fortran/interface.cc:3608
67133 #, gcc-internal-format
67134 msgid "Assumed-shape actual argument at %L is incompatible with the non-assumed-shape dummy argument %qs due to VOLATILE attribute"
67135 msgstr ""
67136
67137 #: fortran/interface.cc:3626
67138 #, gcc-internal-format
67139 msgid "Array-section actual argument at %L is incompatible with the non-assumed-shape dummy argument %qs due to VOLATILE attribute"
67140 msgstr ""
67141
67142 #: fortran/interface.cc:3647
67143 #, gcc-internal-format
67144 msgid "Pointer-array actual argument at %L requires an assumed-shape or pointer-array dummy argument %qs due to VOLATILE attribute"
67145 msgstr ""
67146
67147 #: fortran/interface.cc:3675
67148 #, gcc-internal-format, gfc-internal-format
67149 msgid "Missing alternate return spec in subroutine call at %L"
67150 msgstr ""
67151
67152 #: fortran/interface.cc:3688
67153 #, gcc-internal-format
67154 msgid "Missing actual argument for argument %qs at %L"
67155 msgstr ""
67156
67157 #: fortran/interface.cc:3816
67158 #, gcc-internal-format
67159 msgid "compare_actual_expr(): Bad component code"
67160 msgstr ""
67161
67162 #: fortran/interface.cc:3845
67163 #, gcc-internal-format
67164 msgid "check_some_aliasing(): List mismatch"
67165 msgstr ""
67166
67167 #: fortran/interface.cc:3871
67168 #, gcc-internal-format
67169 msgid "check_some_aliasing(): corrupted data"
67170 msgstr ""
67171
67172 #: fortran/interface.cc:3881
67173 #, gcc-internal-format
67174 msgid "Same actual argument associated with INTENT(%s) argument %qs and INTENT(%s) argument %qs at %L"
67175 msgstr "Isti stvarni argument pridružen s INTENT(%s) argumentom %qs i INTENT(%s) argumentom %qs na %L"
67176
67177 #: fortran/interface.cc:3911
67178 #, gcc-internal-format
67179 msgid "check_intents(): List mismatch"
67180 msgstr ""
67181
67182 #: fortran/interface.cc:3931
67183 #, gcc-internal-format, gfc-internal-format
67184 msgid "Procedure argument at %L is local to a PURE procedure and has the POINTER attribute"
67185 msgstr ""
67186
67187 #: fortran/interface.cc:3943
67188 #, gcc-internal-format, gfc-internal-format
67189 msgid "Coindexed actual argument at %L in PURE procedure is passed to an INTENT(%s) argument"
67190 msgstr ""
67191
67192 #: fortran/interface.cc:3953
67193 #, gcc-internal-format, gfc-internal-format
67194 msgid "Coindexed actual argument at %L in PURE procedure is passed to a POINTER dummy argument"
67195 msgstr ""
67196
67197 #: fortran/interface.cc:3964
67198 #, gcc-internal-format
67199 msgid "Coindexed polymorphic actual argument at %L is passed polymorphic dummy argument %qs"
67200 msgstr ""
67201
67202 #: fortran/interface.cc:4006
67203 #, gcc-internal-format
67204 msgid "Procedure %qs called at %L is not explicitly declared; did you mean %qs?"
67205 msgstr ""
67206
67207 #: fortran/interface.cc:4010 fortran/interface.cc:4020
67208 #, gcc-internal-format
67209 msgid "Procedure %qs called at %L is not explicitly declared"
67210 msgstr ""
67211
67212 #: fortran/interface.cc:4016
67213 #, gcc-internal-format
67214 msgid "Procedure %qs called with an implicit interface at %L"
67215 msgstr ""
67216
67217 #: fortran/interface.cc:4029
67218 #, gcc-internal-format
67219 msgid "The pointer object %qs at %L must have an explicit function interface or be declared as array"
67220 msgstr ""
67221
67222 #: fortran/interface.cc:4037
67223 #, gcc-internal-format
67224 msgid "The allocatable object %qs at %L must have an explicit function interface or be declared as array"
67225 msgstr ""
67226
67227 #: fortran/interface.cc:4045
67228 #, gcc-internal-format
67229 msgid "Allocatable function %qs at %L must have an explicit function interface"
67230 msgstr ""
67231
67232 #: fortran/interface.cc:4062
67233 #, gcc-internal-format, gfc-internal-format
67234 msgid "Explicit interface required for polymorphic argument at %L"
67235 msgstr ""
67236
67237 #: fortran/interface.cc:4071
67238 #, gcc-internal-format
67239 msgid "Keyword argument requires explicit interface for procedure %qs at %L"
67240 msgstr ""
67241
67242 #: fortran/interface.cc:4080
67243 #, gcc-internal-format, gfc-internal-format
67244 msgid "Assumed-type argument %s at %L requires an explicit interface"
67245 msgstr ""
67246
67247 #: fortran/interface.cc:4095
67248 #, gcc-internal-format
67249 msgid "Actual argument of LOCK_TYPE or with LOCK_TYPE component at %L requires an explicit interface for procedure %qs"
67250 msgstr ""
67251
67252 #: fortran/interface.cc:4110
67253 #, gcc-internal-format
67254 msgid "Actual argument of EVENT_TYPE or with EVENT_TYPE component at %L requires an explicit interface for procedure %qs"
67255 msgstr ""
67256
67257 #: fortran/interface.cc:4120
67258 #, gcc-internal-format, gfc-internal-format
67259 msgid "MOLD argument to NULL required at %L"
67260 msgstr ""
67261
67262 #: fortran/interface.cc:4130
67263 #, gcc-internal-format, gfc-internal-format
67264 msgid "Assumed-rank argument requires an explicit interface at %L"
67265 msgstr ""
67266
67267 #: fortran/interface.cc:4172
67268 #, gcc-internal-format
67269 msgid "Procedure pointer component %qs called with an implicit interface at %L"
67270 msgstr ""
67271
67272 #: fortran/interface.cc:4183
67273 #, gcc-internal-format
67274 msgid "Keyword argument requires explicit interface for procedure pointer component %qs at %L"
67275 msgstr ""
67276
67277 #: fortran/interface.cc:4268
67278 #, gcc-internal-format, gfc-internal-format
67279 msgid "MOLD= required in NULL() argument at %L: Ambiguity between specific functions %s and %s"
67280 msgstr ""
67281
67282 #: fortran/interface.cc:4338
67283 #, gcc-internal-format
67284 msgid "Unable to find symbol %qs"
67285 msgstr ""
67286
67287 #: fortran/interface.cc:4711
67288 #, gcc-internal-format
67289 msgid "Entity %qs at %L is already present in the interface"
67290 msgstr ""
67291
67292 #: fortran/interface.cc:4828
67293 #, gcc-internal-format
67294 msgid "gfc_add_interface(): Bad interface type"
67295 msgstr ""
67296
67297 #: fortran/interface.cc:4922
67298 #, gcc-internal-format
67299 msgid "Cannot overwrite GENERIC %qs at %L"
67300 msgstr ""
67301
67302 #: fortran/interface.cc:4934
67303 #, gcc-internal-format
67304 msgid "%qs at %L overrides a procedure binding declared NON_OVERRIDABLE"
67305 msgstr ""
67306
67307 #: fortran/interface.cc:4942
67308 #, gcc-internal-format
67309 msgid "%qs at %L must not be DEFERRED as it overrides a non-DEFERRED binding"
67310 msgstr ""
67311
67312 #: fortran/interface.cc:4950
67313 #, gcc-internal-format
67314 msgid "%qs at %L overrides a PURE procedure and must also be PURE"
67315 msgstr ""
67316
67317 #: fortran/interface.cc:4959
67318 #, gcc-internal-format
67319 msgid "%qs at %L overrides an ELEMENTAL procedure and must also be ELEMENTAL"
67320 msgstr ""
67321
67322 #: fortran/interface.cc:4965
67323 #, gcc-internal-format
67324 msgid "%qs at %L overrides a non-ELEMENTAL procedure and must not be ELEMENTAL, either"
67325 msgstr ""
67326
67327 #: fortran/interface.cc:4974
67328 #, gcc-internal-format
67329 msgid "%qs at %L overrides a SUBROUTINE and must also be a SUBROUTINE"
67330 msgstr ""
67331
67332 #: fortran/interface.cc:4985
67333 #, gcc-internal-format
67334 msgid "%qs at %L overrides a FUNCTION and must also be a FUNCTION"
67335 msgstr ""
67336
67337 #: fortran/interface.cc:4993
67338 #, gcc-internal-format
67339 msgid "Result mismatch for the overriding procedure %qs at %L: %s"
67340 msgstr ""
67341
67342 #: fortran/interface.cc:5004
67343 #, gcc-internal-format
67344 msgid "%qs at %L overrides a PUBLIC procedure and must not be PRIVATE"
67345 msgstr ""
67346
67347 #: fortran/interface.cc:5034
67348 #, gcc-internal-format
67349 msgid "Dummy argument %qs of %qs at %L should be named %qs as to match the corresponding argument of the overridden procedure"
67350 msgstr ""
67351
67352 #: fortran/interface.cc:5045
67353 #, gcc-internal-format
67354 msgid "Argument mismatch for the overriding procedure %qs at %L: %s"
67355 msgstr ""
67356
67357 #: fortran/interface.cc:5054
67358 #, gcc-internal-format
67359 msgid "%qs at %L must have the same number of formal arguments as the overridden procedure"
67360 msgstr ""
67361
67362 #: fortran/interface.cc:5063
67363 #, gcc-internal-format
67364 msgid "%qs at %L overrides a NOPASS binding and must also be NOPASS"
67365 msgstr ""
67366
67367 #: fortran/interface.cc:5074
67368 #, gcc-internal-format
67369 msgid "%qs at %L overrides a binding with PASS and must also be PASS"
67370 msgstr ""
67371
67372 #: fortran/interface.cc:5081
67373 #, gcc-internal-format
67374 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"
67375 msgstr ""
67376
67377 #: fortran/interface.cc:5102
67378 #, gcc-internal-format, gfc-internal-format
67379 msgid "DTIO dummy argument at %L must be of type %s"
67380 msgstr ""
67381
67382 #: fortran/interface.cc:5109
67383 #, gcc-internal-format, gfc-internal-format
67384 msgid "DTIO dummy argument at %L must be of KIND = %d"
67385 msgstr ""
67386
67387 #: fortran/interface.cc:5116
67388 #, gcc-internal-format, gfc-internal-format
67389 msgid "DTIO dummy argument at %L must be a scalar"
67390 msgstr ""
67391
67392 #: fortran/interface.cc:5120
67393 #, gcc-internal-format, gfc-internal-format
67394 msgid "DTIO dummy argument at %L must be an ASSUMED SHAPE ARRAY"
67395 msgstr ""
67396
67397 #: fortran/interface.cc:5124
67398 #, gcc-internal-format, gfc-internal-format
67399 msgid "DTIO character argument at %L must have assumed length"
67400 msgstr ""
67401
67402 #: fortran/interface.cc:5128
67403 #, gcc-internal-format, gfc-internal-format
67404 msgid "DTIO dummy argument at %L must have INTENT %s"
67405 msgstr ""
67406
67407 #: fortran/interface.cc:5186 fortran/interface.cc:5232
67408 #, gcc-internal-format, gfc-internal-format
67409 msgid "Alternate return at %L is not permitted in a DTIO procedure"
67410 msgstr ""
67411
67412 #: fortran/interface.cc:5198
67413 #, gcc-internal-format
67414 msgid "DTIO procedure %qs at %L must be a subroutine"
67415 msgstr ""
67416
67417 #: fortran/interface.cc:5210
67418 #, gcc-internal-format
67419 msgid "Too few dummy arguments in DTIO procedure %qs at %L"
67420 msgstr ""
67421
67422 #: fortran/interface.cc:5217
67423 #, gcc-internal-format
67424 msgid "Too many dummy arguments in DTIO procedure %qs at %L"
67425 msgstr ""
67426
67427 #: fortran/intrinsic.cc:260
67428 #, gcc-internal-format, gfc-internal-format
67429 msgid "Variable with NO_ARG_CHECK attribute at %L is only permitted as argument to the intrinsic functions C_LOC and PRESENT"
67430 msgstr ""
67431
67432 #: fortran/intrinsic.cc:276
67433 #, gcc-internal-format, gfc-internal-format
67434 msgid "Assumed-type argument at %L is not permitted as actual argument to the intrinsic %s"
67435 msgstr ""
67436
67437 #: fortran/intrinsic.cc:283
67438 #, gcc-internal-format, gfc-internal-format
67439 msgid "Assumed-type argument at %L is only permitted as first actual argument to the intrinsic %s"
67440 msgstr ""
67441
67442 #: fortran/intrinsic.cc:290
67443 #, gcc-internal-format, gfc-internal-format
67444 msgid "Assumed-rank argument at %L is only permitted as actual argument to intrinsic inquiry functions"
67445 msgstr ""
67446
67447 #: fortran/intrinsic.cc:297
67448 #, gcc-internal-format, gfc-internal-format
67449 msgid "Assumed-rank argument at %L is only permitted as first actual argument to the intrinsic inquiry function %s"
67450 msgstr ""
67451
67452 #: fortran/intrinsic.cc:345
67453 #, gcc-internal-format
67454 msgid "do_check(): too many args"
67455 msgstr ""
67456
67457 #: fortran/intrinsic.cc:425
67458 #, gcc-internal-format
67459 msgid "add_sym(): Bad sizing mode"
67460 msgstr ""
67461
67462 #: fortran/intrinsic.cc:1184
67463 #, gcc-internal-format
67464 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."
67465 msgstr ""
67466
67467 #: fortran/intrinsic.cc:1219
67468 #, gcc-internal-format
67469 msgid "make_generic(): Cannot find generic symbol %qs"
67470 msgstr ""
67471
67472 #: fortran/intrinsic.cc:4311
67473 #, gcc-internal-format, gfc-internal-format
67474 msgid "ALLOCATED intrinsic at %L requires an array or scalar allocatable entity"
67475 msgstr ""
67476
67477 #: fortran/intrinsic.cc:4324
67478 #, gcc-internal-format, gfc-internal-format
67479 msgid "Scalar entity required at %L"
67480 msgstr ""
67481
67482 #: fortran/intrinsic.cc:4335
67483 #, gcc-internal-format, gfc-internal-format
67484 msgid "Array entity required at %L"
67485 msgstr ""
67486
67487 #: fortran/intrinsic.cc:4342
67488 #, gcc-internal-format
67489 msgid "Invalid keyword %qs in %qs intrinsic function at %L"
67490 msgstr ""
67491
67492 #: fortran/intrinsic.cc:4369
67493 #, gcc-internal-format
67494 msgid "Too many arguments in call to %qs at %L"
67495 msgstr ""
67496
67497 #: fortran/intrinsic.cc:4385
67498 #, gcc-internal-format, gfc-internal-format
67499 msgid "The argument list functions %%VAL, %%LOC or %%REF are not allowed in this context at %L"
67500 msgstr ""
67501
67502 #: fortran/intrinsic.cc:4388
67503 #, gcc-internal-format
67504 msgid "Cannot find keyword named %qs in call to %qs at %L"
67505 msgstr ""
67506
67507 #: fortran/intrinsic.cc:4395
67508 #, gcc-internal-format
67509 msgid "Argument %qs appears twice in call to %qs at %L"
67510 msgstr ""
67511
67512 #: fortran/intrinsic.cc:4409
67513 #, gcc-internal-format
67514 msgid "Missing actual argument %qs in call to %qs at %L"
67515 msgstr ""
67516
67517 #: fortran/intrinsic.cc:4425
67518 #, gcc-internal-format, gfc-internal-format
67519 msgid "ALTERNATE RETURN not permitted at %L"
67520 msgstr ""
67521
67522 #: fortran/intrinsic.cc:4479
67523 #, gcc-internal-format
67524 msgid "In call to %qs at %L, type mismatch in argument %qs; pass %qs to %qs"
67525 msgstr ""
67526
67527 #: fortran/intrinsic.cc:4607
67528 #, gcc-internal-format
67529 msgid "resolve_intrinsic(): Too many args for intrinsic"
67530 msgstr ""
67531
67532 #: fortran/intrinsic.cc:4701
67533 #, gcc-internal-format
67534 msgid "do_simplify(): Too many args for intrinsic"
67535 msgstr ""
67536
67537 #: fortran/intrinsic.cc:4741
67538 #, gcc-internal-format
67539 msgid "init_arglist(): too many arguments"
67540 msgstr ""
67541
67542 #: fortran/intrinsic.cc:4893
67543 #, gcc-internal-format
67544 msgid "Invalid standard code on intrinsic %qs (%d)"
67545 msgstr ""
67546
67547 #: fortran/intrinsic.cc:4902
67548 #, gcc-internal-format
67549 msgid "Intrinsic %qs (%s) used at %L"
67550 msgstr ""
67551
67552 #: fortran/intrinsic.cc:4974
67553 #, gcc-internal-format
67554 msgid "Function %qs as initialization expression at %L"
67555 msgstr ""
67556
67557 #: fortran/intrinsic.cc:4992
67558 #, gcc-internal-format
67559 msgid "Transformational function %qs at %L is invalid in an initialization expression"
67560 msgstr ""
67561
67562 #: fortran/intrinsic.cc:5068
67563 #, gcc-internal-format, gfc-internal-format
67564 msgid "Elemental function as initialization expression with non-integer/non-character arguments at %L"
67565 msgstr ""
67566
67567 #: fortran/intrinsic.cc:5159
67568 #, gcc-internal-format
67569 msgid "Subroutine call to intrinsic %qs in DO CONCURRENT block at %L is not PURE"
67570 msgstr ""
67571
67572 #: fortran/intrinsic.cc:5166
67573 #, gcc-internal-format
67574 msgid "Subroutine call to intrinsic %qs at %L is not PURE"
67575 msgstr ""
67576
67577 #: fortran/intrinsic.cc:5269
67578 #, gcc-internal-format, gfc-internal-format
67579 msgid "Extension: Conversion from %s to %s at %L"
67580 msgstr ""
67581
67582 #: fortran/intrinsic.cc:5290
67583 #, gcc-internal-format, gfc-internal-format
67584 msgid "Nonstandard conversion from %s to %s at %L"
67585 msgstr ""
67586
67587 #: fortran/intrinsic.cc:5307 fortran/intrinsic.cc:5324
67588 #, gcc-internal-format, gfc-internal-format
67589 msgid "Possible change of value in conversion from %s to %s at %L"
67590 msgstr ""
67591
67592 #. If HOLLERITH is involved, all bets are off.
67593 #: fortran/intrinsic.cc:5312 fortran/intrinsic.cc:5332
67594 #, gcc-internal-format, gfc-internal-format
67595 msgid "Conversion from %s to %s at %L"
67596 msgstr ""
67597
67598 #. Use of -fdec-char-conversions allows assignment of character data
67599 #. to non-character variables.  This not permited for nonconstant
67600 #. strings.
67601 #: fortran/intrinsic.cc:5398 fortran/resolve.cc:11026
67602 #, gcc-internal-format, gfc-internal-format
67603 msgid "Cannot convert %s to %s at %L"
67604 msgstr ""
67605
67606 #: fortran/intrinsic.cc:5403
67607 #, gcc-internal-format
67608 msgid "Cannot convert %qs to %qs at %L"
67609 msgstr ""
67610
67611 #: fortran/intrinsic.cc:5494
67612 #, gcc-internal-format
67613 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."
67614 msgstr ""
67615
67616 #: fortran/intrinsic.cc:5500
67617 #, gcc-internal-format
67618 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."
67619 msgstr ""
67620
67621 #: fortran/io.cc:176 fortran/primary.cc:940
67622 #, gcc-internal-format, gfc-internal-format
67623 msgid "Extension: backslash character at %C"
67624 msgstr ""
67625
67626 #: fortran/io.cc:210
67627 #, gcc-internal-format, gfc-internal-format
67628 msgid "Nonconforming tab character in format at %C"
67629 msgstr ""
67630
67631 #: fortran/io.cc:453
67632 #, gcc-internal-format, gfc-internal-format
67633 msgid "DP format specifier not allowed at %C"
67634 msgstr ""
67635
67636 #: fortran/io.cc:460
67637 #, gcc-internal-format, gfc-internal-format
67638 msgid "DC format specifier not allowed at %C"
67639 msgstr ""
67640
67641 #: fortran/io.cc:467
67642 #, gcc-internal-format, gfc-internal-format
67643 msgid "Fortran 2003: DT format specifier not allowed at %C"
67644 msgstr ""
67645
67646 #: fortran/io.cc:596
67647 #, gcc-internal-format, gfc-internal-format
67648 msgid "Positive width required in format string at %L"
67649 msgstr ""
67650
67651 #: fortran/io.cc:598
67652 #, gcc-internal-format, gfc-internal-format
67653 msgid "Nonnegative width required in format string at %L"
67654 msgstr ""
67655
67656 #: fortran/io.cc:600
67657 #, gcc-internal-format
67658 msgid "Unexpected element %qc in format string at %L"
67659 msgstr ""
67660
67661 #: fortran/io.cc:602
67662 #, gcc-internal-format, gfc-internal-format
67663 msgid "Unexpected end of format string in format string at %L"
67664 msgstr ""
67665
67666 #: fortran/io.cc:604
67667 #, gcc-internal-format, gfc-internal-format
67668 msgid "Zero width in format descriptor in format string at %L"
67669 msgstr ""
67670
67671 #: fortran/io.cc:624
67672 #, gcc-internal-format, gfc-internal-format
67673 msgid "Missing leading left parenthesis in format string at %L"
67674 msgstr ""
67675
67676 #: fortran/io.cc:653
67677 #, gcc-internal-format
67678 msgid "Left parenthesis required after %<*%> in format string at %L"
67679 msgstr ""
67680
67681 #: fortran/io.cc:685
67682 #, gcc-internal-format, gfc-internal-format
67683 msgid "Expected P edit descriptor in format string at %L"
67684 msgstr ""
67685
67686 #. P requires a prior number.
67687 #: fortran/io.cc:693
67688 #, gcc-internal-format, gfc-internal-format
67689 msgid "P descriptor requires leading scale factor in format string at %L"
67690 msgstr ""
67691
67692 #: fortran/io.cc:701
67693 #, gcc-internal-format, gfc-internal-format
67694 msgid "X descriptor requires leading space count at %L"
67695 msgstr ""
67696
67697 #: fortran/io.cc:730
67698 #, gcc-internal-format, gfc-internal-format
67699 msgid "$ descriptor at %L"
67700 msgstr ""
67701
67702 #: fortran/io.cc:734
67703 #, gcc-internal-format, gfc-internal-format
67704 msgid "$ should be the last specifier in format at %L"
67705 msgstr ""
67706
67707 #: fortran/io.cc:766
67708 #, gcc-internal-format, gfc-internal-format
67709 msgid "Missing item in format string at %L"
67710 msgstr ""
67711
67712 #: fortran/io.cc:797 fortran/io.cc:812
67713 #, gcc-internal-format, gfc-internal-format
67714 msgid "Comma required after P descriptor in format string at %L"
67715 msgstr ""
67716
67717 #: fortran/io.cc:827
67718 #, gcc-internal-format, gfc-internal-format
67719 msgid "Positive width required with T descriptor in format string at %L"
67720 msgstr ""
67721
67722 #: fortran/io.cc:846 fortran/io.cc:850
67723 #, gcc-internal-format, gfc-internal-format
67724 msgid "Extension: Zero width after L descriptor at %L"
67725 msgstr ""
67726
67727 #: fortran/io.cc:862
67728 #, gcc-internal-format, gfc-internal-format
67729 msgid "Missing positive width after L descriptor at %L"
67730 msgstr ""
67731
67732 #: fortran/io.cc:893
67733 #, gcc-internal-format
67734 msgid "%<G0%> in format at %L"
67735 msgstr ""
67736
67737 #: fortran/io.cc:911
67738 #, gcc-internal-format, gfc-internal-format
67739 msgid "E specifier not allowed with g0 descriptor in format string at %L"
67740 msgstr ""
67741
67742 #: fortran/io.cc:931
67743 #, gcc-internal-format, gfc-internal-format
67744 msgid "Positive width required in format specifier %s at %L"
67745 msgstr ""
67746
67747 #: fortran/io.cc:941
67748 #, gcc-internal-format, gfc-internal-format
67749 msgid "positive width required at %L"
67750 msgstr ""
67751
67752 #: fortran/io.cc:964 fortran/io.cc:971
67753 #, gcc-internal-format, gfc-internal-format
67754 msgid "Period required in format specifier %s at %L"
67755 msgstr ""
67756
67757 #: fortran/io.cc:1009 fortran/io.cc:1018
67758 #, gcc-internal-format, gfc-internal-format
67759 msgid "Positive exponent width required in format string at %L"
67760 msgstr ""
67761
67762 #: fortran/io.cc:1066
67763 #, gcc-internal-format, gfc-internal-format
67764 msgid "Right parenthesis expected at %C in format string at %L"
67765 msgstr ""
67766
67767 #: fortran/io.cc:1108
67768 #, gcc-internal-format, gfc-internal-format
67769 msgid "Period required in format specifier in format string at %L"
67770 msgstr ""
67771
67772 #: fortran/io.cc:1114
67773 #, gcc-internal-format, gfc-internal-format
67774 msgid "Period required in format specifier at %L"
67775 msgstr ""
67776
67777 #: fortran/io.cc:1136
67778 #, gcc-internal-format, gfc-internal-format
67779 msgid "The H format specifier at %L is a Fortran 95 deleted feature"
67780 msgstr ""
67781
67782 #: fortran/io.cc:1231 fortran/io.cc:1293
67783 #, gcc-internal-format, gfc-internal-format
67784 msgid "Missing comma at %L"
67785 msgstr ""
67786
67787 #: fortran/io.cc:1349
67788 #, gcc-internal-format, gfc-internal-format
67789 msgid "Extraneous characters in format at %L"
67790 msgstr ""
67791
67792 #: fortran/io.cc:1371
67793 #, gcc-internal-format, gfc-internal-format
67794 msgid "Format statement in module main block at %C"
67795 msgstr ""
67796
67797 #: fortran/io.cc:1380
67798 #, gcc-internal-format, gfc-internal-format
67799 msgid "FORMAT statement at %C cannot appear within an INTERFACE"
67800 msgstr ""
67801
67802 #: fortran/io.cc:1386
67803 #, gcc-internal-format, gfc-internal-format
67804 msgid "Missing format label at %C"
67805 msgstr ""
67806
67807 #: fortran/io.cc:1441 fortran/io.cc:1472 fortran/io.cc:1552
67808 #, gcc-internal-format, gfc-internal-format
67809 msgid "Invalid value for %s specification at %C"
67810 msgstr ""
67811
67812 #: fortran/io.cc:1447 fortran/io.cc:1478 fortran/io.cc:1634 fortran/io.cc:1647
67813 #, gcc-internal-format, gfc-internal-format
67814 msgid "Duplicate %s specification at %C"
67815 msgstr ""
67816
67817 #: fortran/io.cc:1489
67818 #, gcc-internal-format, gfc-internal-format
67819 msgid "Variable %s cannot be INTENT(IN) at %C"
67820 msgstr ""
67821
67822 #: fortran/io.cc:1497
67823 #, gcc-internal-format, gfc-internal-format
67824 msgid "Variable %s cannot be assigned in PURE procedure at %C"
67825 msgstr ""
67826
67827 #: fortran/io.cc:1527
67828 #, gcc-internal-format, gfc-internal-format
67829 msgid "Expecting a variable at %L"
67830 msgstr ""
67831
67832 #: fortran/io.cc:1558
67833 #, gcc-internal-format, gfc-internal-format
67834 msgid "Duplicate %s label specification at %C"
67835 msgstr ""
67836
67837 #: fortran/io.cc:1578 fortran/io.cc:1595 fortran/io.cc:1616
67838 #, gcc-internal-format
67839 msgid "%s at %C is a DEC extension, enable with %<-fdec%>"
67840 msgstr ""
67841
67842 #: fortran/io.cc:1669
67843 #, gcc-internal-format, gfc-internal-format
67844 msgid "Constant expression in FORMAT tag at %L must be of type default CHARACTER"
67845 msgstr ""
67846
67847 #: fortran/io.cc:1694
67848 #, gcc-internal-format, gfc-internal-format
67849 msgid "FORMAT tag at %L cannot be a zero-sized array"
67850 msgstr ""
67851
67852 #: fortran/io.cc:1735
67853 #, gcc-internal-format, gfc-internal-format
67854 msgid "FORMAT tag at %L must be of type default-kind CHARACTER or of INTEGER"
67855 msgstr ""
67856
67857 #: fortran/io.cc:1741
67858 #, gcc-internal-format, gfc-internal-format
67859 msgid "ASSIGNED variable in FORMAT tag at %L"
67860 msgstr ""
67861
67862 #: fortran/io.cc:1746
67863 #, gcc-internal-format
67864 msgid "Variable %qs at %L has not been assigned a format label"
67865 msgstr ""
67866
67867 #: fortran/io.cc:1753
67868 #, gcc-internal-format
67869 msgid "Scalar %qs in FORMAT tag at %L is not an ASSIGNED variable"
67870 msgstr ""
67871
67872 #: fortran/io.cc:1768
67873 #, gcc-internal-format, gfc-internal-format
67874 msgid "Non-character non-Hollerith in FORMAT tag at %L"
67875 msgstr ""
67876
67877 #: fortran/io.cc:1772
67878 #, gcc-internal-format, gfc-internal-format
67879 msgid "Non-character in FORMAT tag at %L"
67880 msgstr ""
67881
67882 #: fortran/io.cc:1778
67883 #, gcc-internal-format, gfc-internal-format
67884 msgid "Non-character assumed shape array element in FORMAT tag at %L"
67885 msgstr ""
67886
67887 #: fortran/io.cc:1785
67888 #, gcc-internal-format, gfc-internal-format
67889 msgid "Non-character assumed size array element in FORMAT tag at %L"
67890 msgstr ""
67891
67892 #: fortran/io.cc:1792
67893 #, gcc-internal-format, gfc-internal-format
67894 msgid "Non-character pointer array element in FORMAT tag at %L"
67895 msgstr ""
67896
67897 #: fortran/io.cc:1818
67898 #, gcc-internal-format, gfc-internal-format
67899 msgid "%s tag at %L must be of type %s"
67900 msgstr ""
67901
67902 #: fortran/io.cc:1825
67903 #, gcc-internal-format, gfc-internal-format
67904 msgid "%s tag at %L must be a character string of default kind"
67905 msgstr ""
67906
67907 #: fortran/io.cc:1832
67908 #, gcc-internal-format, gfc-internal-format
67909 msgid "%s tag at %L must be scalar"
67910 msgstr ""
67911
67912 #: fortran/io.cc:1838
67913 #, gcc-internal-format, gfc-internal-format
67914 msgid "IOMSG tag at %L"
67915 msgstr ""
67916
67917 #: fortran/io.cc:1846
67918 #, gcc-internal-format, gfc-internal-format
67919 msgid "Fortran 95 requires default INTEGER in %s tag at %L"
67920 msgstr ""
67921
67922 #: fortran/io.cc:1855
67923 #, gcc-internal-format, gfc-internal-format
67924 msgid "Non-default LOGICAL kind in %s tag at %L"
67925 msgstr ""
67926
67927 #: fortran/io.cc:1862
67928 #, gcc-internal-format, gfc-internal-format
67929 msgid "NEWUNIT specifier at %L"
67930 msgstr ""
67931
67932 #: fortran/io.cc:1880
67933 #, gcc-internal-format, gfc-internal-format
67934 msgid "CONVERT tag at %L"
67935 msgstr ""
67936
67937 #: fortran/io.cc:2105
67938 #, gcc-internal-format
67939 msgid "Fortran 2003: %s specifier in %s statement at %L has value %qs"
67940 msgstr ""
67941
67942 #: fortran/io.cc:2113 fortran/io.cc:2140
67943 #, gcc-internal-format
67944 msgid "%s specifier in %s statement at %L has value %qs"
67945 msgstr ""
67946
67947 #: fortran/io.cc:2132
67948 #, gcc-internal-format
67949 msgid "Extension: %s specifier in %s statement at %L has value %qs"
67950 msgstr ""
67951
67952 #: fortran/io.cc:2154 fortran/io.cc:2162
67953 #, gcc-internal-format
67954 msgid "%s specifier in %s statement at %L has invalid value %qs"
67955 msgstr ""
67956
67957 #: fortran/io.cc:2219
67958 #, gcc-internal-format, gfc-internal-format
67959 msgid "ACTION type conflicts with READONLY specifier at %L"
67960 msgstr ""
67961
67962 #: fortran/io.cc:2235
67963 #, gcc-internal-format, gfc-internal-format
67964 msgid "ASYNCHRONOUS= at %L not allowed in Fortran 95"
67965 msgstr ""
67966
67967 #: fortran/io.cc:2254 fortran/io.cc:3928
67968 #, gcc-internal-format, gfc-internal-format
67969 msgid "BLANK= at %L not allowed in Fortran 95"
67970 msgstr ""
67971
67972 #: fortran/io.cc:2282 fortran/io.cc:3906
67973 #, gcc-internal-format, gfc-internal-format
67974 msgid "DECIMAL= at %L not allowed in Fortran 95"
67975 msgstr ""
67976
67977 #: fortran/io.cc:2314
67978 #, gcc-internal-format, gfc-internal-format
67979 msgid "ENCODING= at %L not allowed in Fortran 95"
67980 msgstr ""
67981
67982 #: fortran/io.cc:2365 fortran/io.cc:3973
67983 #, gcc-internal-format, gfc-internal-format
67984 msgid "ROUND= at %L not allowed in Fortran 95"
67985 msgstr ""
67986
67987 #: fortran/io.cc:2395
67988 #, gcc-internal-format, gfc-internal-format
67989 msgid "SIGN= at %L not allowed in Fortran 95"
67990 msgstr ""
67991
67992 #: fortran/io.cc:2416
67993 #, gcc-internal-format, gfc-internal-format
67994 msgid "RECL in OPEN statement at %L must be positive"
67995 msgstr ""
67996
67997 #: fortran/io.cc:2441
67998 #, gcc-internal-format
67999 msgid "The STATUS specified in OPEN statement at %L is %qs and no FILE specifier is present"
68000 msgstr ""
68001
68002 #: fortran/io.cc:2452
68003 #, gcc-internal-format, gfc-internal-format
68004 msgid "The STATUS specified in OPEN statement at %L cannot have the value SCRATCH if a FILE specifier is present"
68005 msgstr ""
68006
68007 #: fortran/io.cc:2463
68008 #, gcc-internal-format, gfc-internal-format
68009 msgid "UNIT specifier not allowed with NEWUNIT at %L"
68010 msgstr ""
68011
68012 #: fortran/io.cc:2474
68013 #, gcc-internal-format, gfc-internal-format
68014 msgid "NEWUNIT specifier must have FILE= or STATUS='scratch' at %L"
68015 msgstr ""
68016
68017 #: fortran/io.cc:2481
68018 #, gcc-internal-format, gfc-internal-format
68019 msgid "OPEN statement at %L must have UNIT or NEWUNIT specified"
68020 msgstr ""
68021
68022 #: fortran/io.cc:2516
68023 #, gcc-internal-format, gfc-internal-format
68024 msgid "%s specifier at %L not allowed in OPEN statement for unformatted I/O"
68025 msgstr ""
68026
68027 #: fortran/io.cc:2524
68028 #, gcc-internal-format, gfc-internal-format
68029 msgid "RECL specifier not allowed in OPEN statement at %L for stream I/O"
68030 msgstr ""
68031
68032 #: fortran/io.cc:2537
68033 #, gcc-internal-format, gfc-internal-format
68034 msgid "POSITION specifier in OPEN statement at %L only allowed for stream or sequential ACCESS"
68035 msgstr ""
68036
68037 #: fortran/io.cc:2590
68038 #, gcc-internal-format, gfc-internal-format
68039 msgid "OPEN statement not allowed in PURE procedure at %C"
68040 msgstr ""
68041
68042 #: fortran/io.cc:2698
68043 #, gcc-internal-format, gfc-internal-format
68044 msgid "CLOSE statement not allowed in PURE procedure at %C"
68045 msgstr ""
68046
68047 #: fortran/io.cc:2724
68048 #, gcc-internal-format, gfc-internal-format
68049 msgid "CLOSE statement at %L requires a UNIT number"
68050 msgstr ""
68051
68052 #: fortran/io.cc:2732
68053 #, gcc-internal-format, gfc-internal-format
68054 msgid "UNIT number in CLOSE statement at %L must be non-negative"
68055 msgstr ""
68056
68057 #: fortran/io.cc:2855 fortran/match.cc:3099
68058 #, gcc-internal-format, gfc-internal-format
68059 msgid "%s statement not allowed in PURE procedure at %C"
68060 msgstr ""
68061
68062 #: fortran/io.cc:2885
68063 #, gcc-internal-format, gfc-internal-format
68064 msgid "UNIT number missing in statement at %L"
68065 msgstr ""
68066
68067 #: fortran/io.cc:2896 fortran/io.cc:3386
68068 #, gcc-internal-format, gfc-internal-format
68069 msgid "UNIT number in statement at %L must be non-negative"
68070 msgstr ""
68071
68072 #: fortran/io.cc:2929
68073 #, gcc-internal-format, gfc-internal-format
68074 msgid "FLUSH statement at %C"
68075 msgstr ""
68076
68077 #: fortran/io.cc:2970
68078 #, gcc-internal-format, gfc-internal-format
68079 msgid "Missing format with default unit at %C"
68080 msgstr ""
68081
68082 #: fortran/io.cc:2990
68083 #, gcc-internal-format, gfc-internal-format
68084 msgid "Duplicate UNIT specification at %C"
68085 msgstr ""
68086
68087 #: fortran/io.cc:3064
68088 #, gcc-internal-format, gfc-internal-format
68089 msgid "Duplicate format specification at %C"
68090 msgstr ""
68091
68092 #: fortran/io.cc:3105
68093 #, gcc-internal-format
68094 msgid "Symbol %qs in namelist %qs is INTENT(IN) at %C"
68095 msgstr ""
68096
68097 #: fortran/io.cc:3141
68098 #, gcc-internal-format, gfc-internal-format
68099 msgid "Duplicate NML specification at %C"
68100 msgstr ""
68101
68102 #: fortran/io.cc:3150
68103 #, gcc-internal-format
68104 msgid "Symbol %qs at %C must be a NAMELIST group name"
68105 msgstr ""
68106
68107 #: fortran/io.cc:3216
68108 #, gcc-internal-format, gfc-internal-format
68109 msgid "END tag at %C not allowed in output statement"
68110 msgstr ""
68111
68112 #: fortran/io.cc:3312
68113 #, gcc-internal-format, gfc-internal-format
68114 msgid "UNIT not specified at %L"
68115 msgstr ""
68116
68117 #: fortran/io.cc:3319
68118 #, gcc-internal-format, gfc-internal-format
68119 msgid "UNIT specification at %L must not be a character PARAMETER"
68120 msgstr ""
68121
68122 #: fortran/io.cc:3332
68123 #, gcc-internal-format, gfc-internal-format
68124 msgid "UNIT specification at %L must be an INTEGER expression or a CHARACTER variable"
68125 msgstr ""
68126
68127 #: fortran/io.cc:3354
68128 #, gcc-internal-format, gfc-internal-format
68129 msgid "Invalid form of WRITE statement at %L, UNIT required"
68130 msgstr ""
68131
68132 #: fortran/io.cc:3365
68133 #, gcc-internal-format, gfc-internal-format
68134 msgid "Internal unit with vector subscript at %L"
68135 msgstr ""
68136
68137 #: fortran/io.cc:3379
68138 #, gcc-internal-format, gfc-internal-format
68139 msgid "External IO UNIT cannot be an array at %L"
68140 msgstr ""
68141
68142 #: fortran/io.cc:3409
68143 #, gcc-internal-format
68144 msgid "NAMELIST %qs in READ statement at %L contains the symbol %qs which may not appear in a variable definition context"
68145 msgstr ""
68146
68147 #: fortran/io.cc:3421
68148 #, gcc-internal-format
68149 msgid "NAMELIST object %qs in namelist %qs at %L is polymorphic and requires a defined input/output procedure"
68150 msgstr ""
68151
68152 #: fortran/io.cc:3431 fortran/resolve.cc:15248
68153 #, gcc-internal-format
68154 msgid "NAMELIST object %qs in namelist %qs at %L with ALLOCATABLE or POINTER components"
68155 msgstr ""
68156
68157 #: fortran/io.cc:3439
68158 #, gcc-internal-format
68159 msgid "NAMELIST object %qs in namelist %qs at %L has ALLOCATABLE or POINTER components and thus requires a defined input/output procedure"
68160 msgstr ""
68161
68162 #: fortran/io.cc:3450
68163 #, gcc-internal-format, gfc-internal-format
68164 msgid "Comma before i/o item list at %L"
68165 msgstr ""
68166
68167 #: fortran/io.cc:3460
68168 #, gcc-internal-format, gfc-internal-format
68169 msgid "ERR tag label %d at %L not defined"
68170 msgstr ""
68171
68172 #: fortran/io.cc:3472
68173 #, gcc-internal-format, gfc-internal-format
68174 msgid "END tag label %d at %L not defined"
68175 msgstr ""
68176
68177 #: fortran/io.cc:3484
68178 #, gcc-internal-format, gfc-internal-format
68179 msgid "EOR tag label %d at %L not defined"
68180 msgstr ""
68181
68182 #: fortran/io.cc:3494
68183 #, gcc-internal-format, gfc-internal-format
68184 msgid "FORMAT label %d at %L not defined"
68185 msgstr ""
68186
68187 #: fortran/io.cc:3525
68188 #, gcc-internal-format
68189 msgid "io_kind_name(): bad I/O-kind"
68190 msgstr ""
68191
68192 #: fortran/io.cc:3614
68193 #, gcc-internal-format, gfc-internal-format
68194 msgid "Syntax error in I/O iterator at %C"
68195 msgstr ""
68196
68197 #: fortran/io.cc:3646
68198 #, gcc-internal-format, gfc-internal-format
68199 msgid "Expecting variable in READ statement at %C"
68200 msgstr ""
68201
68202 #: fortran/io.cc:3652
68203 #, gcc-internal-format, gfc-internal-format
68204 msgid "Expecting variable or io-implied-do in READ statement at %L"
68205 msgstr ""
68206
68207 #: fortran/io.cc:3661
68208 #, gcc-internal-format, gfc-internal-format
68209 msgid "Expecting variable or io-implied-do at %L"
68210 msgstr ""
68211
68212 #: fortran/io.cc:3670
68213 #, gcc-internal-format, gfc-internal-format
68214 msgid "Expected expression in %s statement at %C"
68215 msgstr ""
68216
68217 #: fortran/io.cc:3675
68218 #, gcc-internal-format, gfc-internal-format
68219 msgid "BOZ literal constant at %L cannot appear in an output IO list"
68220 msgstr ""
68221
68222 #: fortran/io.cc:3823
68223 #, gcc-internal-format, gfc-internal-format
68224 msgid "Internal file at %L with namelist"
68225 msgstr ""
68226
68227 #: fortran/io.cc:3838
68228 #, gcc-internal-format, gfc-internal-format
68229 msgid "IO UNIT in %s statement at %L must be an internal file in a PURE procedure"
68230 msgstr ""
68231
68232 #: fortran/io.cc:3951
68233 #, gcc-internal-format, gfc-internal-format
68234 msgid "PAD= at %L not allowed in Fortran 95"
68235 msgstr ""
68236
68237 #: fortran/io.cc:4020
68238 #, gcc-internal-format, gfc-internal-format
68239 msgid "DELIM= at %L not allowed in Fortran 95"
68240 msgstr ""
68241
68242 #: fortran/io.cc:4194
68243 #, gcc-internal-format, gfc-internal-format
68244 msgid "PRINT namelist at %C is an extension"
68245 msgstr ""
68246
68247 #: fortran/io.cc:4216
68248 #, gcc-internal-format, gfc-internal-format
68249 msgid "Comma after * at %C not allowed without I/O list"
68250 msgstr ""
68251
68252 #: fortran/io.cc:4389
68253 #, gcc-internal-format, gfc-internal-format
68254 msgid "Expected comma in I/O list at %C"
68255 msgstr ""
68256
68257 #: fortran/io.cc:4456
68258 #, gcc-internal-format, gfc-internal-format
68259 msgid "PRINT statement at %C not allowed within PURE procedure"
68260 msgstr ""
68261
68262 #: fortran/io.cc:4618
68263 #, gcc-internal-format, gfc-internal-format
68264 msgid "NULL() near %L cannot appear in INQUIRE statement"
68265 msgstr ""
68266
68267 #: fortran/io.cc:4630 fortran/io.cc:4692
68268 #, gcc-internal-format, gfc-internal-format
68269 msgid "INQUIRE statement not allowed in PURE procedure at %C"
68270 msgstr ""
68271
68272 #: fortran/io.cc:4658
68273 #, gcc-internal-format, gfc-internal-format
68274 msgid "IOLENGTH tag invalid in INQUIRE statement at %C"
68275 msgstr ""
68276
68277 #: fortran/io.cc:4668 fortran/trans-io.cc:1332
68278 #, gcc-internal-format, gfc-internal-format
68279 msgid "INQUIRE statement at %L cannot contain both FILE and UNIT specifiers"
68280 msgstr ""
68281
68282 #: fortran/io.cc:4675
68283 #, gcc-internal-format, gfc-internal-format
68284 msgid "INQUIRE statement at %L requires either FILE or UNIT specifier"
68285 msgstr ""
68286
68287 #: fortran/io.cc:4685
68288 #, gcc-internal-format, gfc-internal-format
68289 msgid "UNIT number in INQUIRE statement at %L cannot be %d"
68290 msgstr ""
68291
68292 #: fortran/io.cc:4700
68293 #, gcc-internal-format, gfc-internal-format
68294 msgid "INQUIRE statement at %L requires a PENDING= specifier with the ID= specifier"
68295 msgstr ""
68296
68297 #: fortran/io.cc:4876
68298 #, gcc-internal-format, gfc-internal-format
68299 msgid "WAIT at %C not allowed in Fortran 95"
68300 msgstr ""
68301
68302 #: fortran/io.cc:4882
68303 #, gcc-internal-format, gfc-internal-format
68304 msgid "WAIT statement not allowed in PURE procedure at %C"
68305 msgstr ""
68306
68307 #. Reject truncation.
68308 #: fortran/iresolve.cc:70
68309 #, gcc-internal-format, gfc-internal-format
68310 msgid "identifier overflow: %d"
68311 msgstr ""
68312
68313 #: fortran/match.cc:118
68314 #, gcc-internal-format
68315 msgid "gfc_op2string(): Bad code"
68316 msgstr ""
68317
68318 #: fortran/match.cc:195
68319 #, gcc-internal-format, gfc-internal-format
68320 msgid "Expected structure component or operator name after '.' at %C"
68321 msgstr ""
68322
68323 #: fortran/match.cc:227
68324 #, gcc-internal-format
68325 msgid "%qs is neither a defined operator nor a structure component in dotted string at %C"
68326 msgstr ""
68327
68328 #: fortran/match.cc:298
68329 #, gcc-internal-format
68330 msgid "Missing %qs in statement at or before %L"
68331 msgstr ""
68332
68333 #: fortran/match.cc:496
68334 #, gcc-internal-format, gfc-internal-format
68335 msgid "Integer too large at %C"
68336 msgstr ""
68337
68338 #: fortran/match.cc:551 fortran/parse.cc:1299
68339 #, gcc-internal-format, gfc-internal-format
68340 msgid "Too many digits in statement label at %C"
68341 msgstr ""
68342
68343 #: fortran/match.cc:557
68344 #, gcc-internal-format, gfc-internal-format
68345 msgid "Statement label at %C is zero"
68346 msgstr ""
68347
68348 #: fortran/match.cc:590
68349 #, gcc-internal-format
68350 msgid "Label name %qs at %C is ambiguous"
68351 msgstr ""
68352
68353 #: fortran/match.cc:596
68354 #, gcc-internal-format
68355 msgid "Duplicate construct label %qs at %C"
68356 msgstr ""
68357
68358 #: fortran/match.cc:630
68359 #, gcc-internal-format, gfc-internal-format
68360 msgid "Invalid character in name at %C"
68361 msgstr ""
68362
68363 #: fortran/match.cc:643
68364 #, gcc-internal-format, gfc-internal-format
68365 msgid "Name at %C is too long"
68366 msgstr ""
68367
68368 #: fortran/match.cc:654
68369 #, gcc-internal-format
68370 msgid "Invalid character %<$%> at %L. Use %<-fdollar-ok%> to allow it as an extension"
68371 msgstr ""
68372
68373 #: fortran/match.cc:930
68374 #, gcc-internal-format, gfc-internal-format
68375 msgid ".XOR. operator at %C"
68376 msgstr ""
68377
68378 #: fortran/match.cc:985
68379 #, gcc-internal-format, gfc-internal-format
68380 msgid "Loop variable at %C cannot be an array"
68381 msgstr ""
68382
68383 #: fortran/match.cc:992
68384 #, gcc-internal-format, gfc-internal-format
68385 msgid "Loop variable at %C cannot be a coarray"
68386 msgstr ""
68387
68388 #: fortran/match.cc:998
68389 #, gcc-internal-format, gfc-internal-format
68390 msgid "Loop variable at %C cannot be a sub-component"
68391 msgstr ""
68392
68393 #: fortran/match.cc:1032
68394 #, gcc-internal-format, gfc-internal-format
68395 msgid "Expected a step value in iterator at %C"
68396 msgstr ""
68397
68398 #: fortran/match.cc:1044
68399 #, gcc-internal-format, gfc-internal-format
68400 msgid "Syntax error in iterator at %C"
68401 msgstr ""
68402
68403 #: fortran/match.cc:1213
68404 #, gcc-internal-format, gfc-internal-format
68405 msgid "gfc_match(): Bad match code %c"
68406 msgstr ""
68407
68408 #: fortran/match.cc:1287
68409 #, gcc-internal-format, gfc-internal-format
68410 msgid "Invalid form of PROGRAM statement at %C"
68411 msgstr ""
68412
68413 #: fortran/match.cc:1331
68414 #, gcc-internal-format, gfc-internal-format
68415 msgid "BOZ literal constant at %L is neither a DATA statement value nor an actual argument of INT/REAL/DBLE/CMPLX intrinsic subprogram"
68416 msgstr ""
68417
68418 #: fortran/match.cc:1340
68419 #, gcc-internal-format, gfc-internal-format
68420 msgid "Assignment to a constant expression at %C"
68421 msgstr ""
68422
68423 #: fortran/match.cc:1444 fortran/match.cc:1535
68424 #, gcc-internal-format, gfc-internal-format
68425 msgid "Arithmetic IF statement at %C"
68426 msgstr ""
68427
68428 #: fortran/match.cc:1491
68429 #, gcc-internal-format
68430 msgid "Missing %<(%> in IF-expression at %C"
68431 msgstr ""
68432
68433 #: fortran/match.cc:1509
68434 #, gcc-internal-format, gfc-internal-format
68435 msgid "Syntax error in IF-expression at %C"
68436 msgstr ""
68437
68438 #: fortran/match.cc:1520
68439 #, gcc-internal-format, gfc-internal-format
68440 msgid "Block label not appropriate for arithmetic IF statement at %C"
68441 msgstr ""
68442
68443 #: fortran/match.cc:1558
68444 #, gcc-internal-format, gfc-internal-format
68445 msgid "Block label is not appropriate for IF statement at %C"
68446 msgstr ""
68447
68448 #: fortran/match.cc:1651 fortran/match.cc:1658
68449 #, gcc-internal-format, gfc-internal-format
68450 msgid "Syntax error in IF-clause after %C"
68451 msgstr ""
68452
68453 #: fortran/match.cc:1701
68454 #, gcc-internal-format, gfc-internal-format
68455 msgid "Invalid character(s) in ELSE statement after %C"
68456 msgstr ""
68457
68458 #: fortran/match.cc:1707
68459 #, gcc-internal-format
68460 msgid "Label %qs at %C doesn't match IF label %qs"
68461 msgstr ""
68462
68463 #: fortran/match.cc:1728
68464 #, gcc-internal-format
68465 msgid "Missing %<(%> in ELSE IF expression at %C"
68466 msgstr ""
68467
68468 #: fortran/match.cc:1738
68469 #, gcc-internal-format
68470 msgid "Missing %<)%> in ELSE IF expression at %C"
68471 msgstr ""
68472
68473 #: fortran/match.cc:1753
68474 #, gcc-internal-format, gfc-internal-format
68475 msgid "Missing THEN in ELSE IF statement after %L"
68476 msgstr ""
68477
68478 #: fortran/match.cc:1761
68479 #, gcc-internal-format, gfc-internal-format
68480 msgid "Syntax error in ELSE IF statement after %L"
68481 msgstr ""
68482
68483 #: fortran/match.cc:1767
68484 #, gcc-internal-format
68485 msgid "Label %qs after %L doesn't match IF label %qs"
68486 msgstr ""
68487
68488 #: fortran/match.cc:1828
68489 #, gcc-internal-format, gfc-internal-format
68490 msgid "Image control statement CRITICAL at %C in PURE procedure"
68491 msgstr ""
68492
68493 #: fortran/match.cc:1834
68494 #, gcc-internal-format, gfc-internal-format
68495 msgid "Image control statement CRITICAL at %C in DO CONCURRENT block"
68496 msgstr ""
68497
68498 #: fortran/match.cc:1841
68499 #, gcc-internal-format, gfc-internal-format
68500 msgid "CRITICAL statement at %C"
68501 msgstr ""
68502
68503 #: fortran/match.cc:1853
68504 #, gcc-internal-format, gfc-internal-format
68505 msgid "Nested CRITICAL block at %C"
68506 msgstr ""
68507
68508 #: fortran/match.cc:1905
68509 #, gcc-internal-format, gfc-internal-format
68510 msgid "Expected association list at %C"
68511 msgstr ""
68512
68513 #: fortran/match.cc:1917
68514 #, gcc-internal-format, gfc-internal-format
68515 msgid "Expected association at %C"
68516 msgstr ""
68517
68518 #: fortran/match.cc:1927
68519 #, gcc-internal-format, gfc-internal-format
68520 msgid "Invalid association target at %C"
68521 msgstr ""
68522
68523 #: fortran/match.cc:1938
68524 #, gcc-internal-format
68525 msgid "Duplicate name %qs in association at %C"
68526 msgstr ""
68527
68528 #: fortran/match.cc:1946
68529 #, gcc-internal-format, gfc-internal-format
68530 msgid "Association target at %C must not be coindexed"
68531 msgstr ""
68532
68533 #: fortran/match.cc:1953
68534 #, gcc-internal-format, gfc-internal-format
68535 msgid "Association target at %L cannot be a BOZ literal constant"
68536 msgstr ""
68537
68538 #: fortran/match.cc:1972
68539 #, gcc-internal-format
68540 msgid "Expected %<)%> or %<,%> at %C"
68541 msgstr "Očekivano je %<)%> ili %<,%> pri %C"
68542
68543 #: fortran/match.cc:1990
68544 #, gcc-internal-format, gfc-internal-format
68545 msgid "Junk after ASSOCIATE statement at %C"
68546 msgstr ""
68547
68548 #: fortran/match.cc:2112
68549 #, gcc-internal-format
68550 msgid "Derived type %qs at %L may not be ABSTRACT"
68551 msgstr ""
68552
68553 #: fortran/match.cc:2184 fortran/match.cc:2256 fortran/match.cc:2279
68554 #, gcc-internal-format, gfc-internal-format
68555 msgid "Invalid type-spec at %C"
68556 msgstr ""
68557
68558 #: fortran/match.cc:2374
68559 #, gcc-internal-format, gfc-internal-format
68560 msgid "Syntax error in FORALL iterator at %C"
68561 msgstr ""
68562
68563 #: fortran/match.cc:2639
68564 #, gcc-internal-format, gfc-internal-format
68565 msgid "DO CONCURRENT construct at %C"
68566 msgstr ""
68567
68568 #: fortran/match.cc:2764
68569 #, gcc-internal-format
68570 msgid "Name %qs in %s statement at %C is unknown"
68571 msgstr ""
68572
68573 #: fortran/match.cc:2772
68574 #, gcc-internal-format
68575 msgid "Name %qs in %s statement at %C is not a construct name"
68576 msgstr ""
68577
68578 #: fortran/match.cc:2784
68579 #, gcc-internal-format, gfc-internal-format
68580 msgid "%s statement at %C leaves CRITICAL construct"
68581 msgstr ""
68582
68583 #. F2008, C821 & C845.
68584 #: fortran/match.cc:2792
68585 #, gcc-internal-format, gfc-internal-format
68586 msgid "%s statement at %C leaves DO CONCURRENT construct"
68587 msgstr ""
68588
68589 #: fortran/match.cc:2804
68590 #, gcc-internal-format, gfc-internal-format
68591 msgid "%s statement at %C is not within a construct"
68592 msgstr ""
68593
68594 #: fortran/match.cc:2807
68595 #, gcc-internal-format
68596 msgid "%s statement at %C is not within construct %qs"
68597 msgstr ""
68598
68599 #: fortran/match.cc:2833
68600 #, gcc-internal-format
68601 msgid "CYCLE statement at %C is not applicable to non-loop construct %qs"
68602 msgstr ""
68603
68604 #: fortran/match.cc:2838
68605 #, gcc-internal-format, gfc-internal-format
68606 msgid "EXIT statement with no do-construct-name at %C"
68607 msgstr ""
68608
68609 #: fortran/match.cc:2844
68610 #, gcc-internal-format
68611 msgid "%s statement at %C is not applicable to construct %qs"
68612 msgstr ""
68613
68614 #: fortran/match.cc:2852
68615 #, gcc-internal-format, gfc-internal-format
68616 msgid "%s statement at %C leaving OpenACC structured block"
68617 msgstr ""
68618
68619 #: fortran/match.cc:2853
68620 #, gcc-internal-format, gfc-internal-format
68621 msgid "%s statement at %C leaving OpenMP structured block"
68622 msgstr ""
68623
68624 #: fortran/match.cc:2890
68625 #, gcc-internal-format, gfc-internal-format
68626 msgid "EXIT statement at %C terminating !$ACC LOOP loop"
68627 msgstr ""
68628
68629 #: fortran/match.cc:2896
68630 #, gcc-internal-format, gfc-internal-format
68631 msgid "CYCLE statement at %C to non-innermost tiled !$ACC LOOP loop"
68632 msgstr ""
68633
68634 #: fortran/match.cc:2898
68635 #, gcc-internal-format, gfc-internal-format
68636 msgid "CYCLE statement at %C to non-innermost collapsed !$ACC LOOP loop"
68637 msgstr ""
68638
68639 #: fortran/match.cc:2927
68640 #, gcc-internal-format, gfc-internal-format
68641 msgid "EXIT statement at %C terminating !$OMP DO loop"
68642 msgstr ""
68643
68644 #: fortran/match.cc:2932
68645 #, gcc-internal-format, gfc-internal-format
68646 msgid "CYCLE statement at %C to non-innermost collapsed !$OMP DO loop"
68647 msgstr ""
68648
68649 #: fortran/match.cc:3034
68650 #, gcc-internal-format, gfc-internal-format
68651 msgid "Blank required in %s statement near %C"
68652 msgstr ""
68653
68654 #: fortran/match.cc:3057
68655 #, gcc-internal-format, gfc-internal-format
68656 msgid "STOP code at %C cannot be negative"
68657 msgstr ""
68658
68659 #: fortran/match.cc:3063
68660 #, gcc-internal-format, gfc-internal-format
68661 msgid "STOP code at %C contains too many digits"
68662 msgstr ""
68663
68664 #: fortran/match.cc:3079
68665 #, gcc-internal-format, gfc-internal-format
68666 msgid "QUIET= specifier for %s at %L"
68667 msgstr ""
68668
68669 #: fortran/match.cc:3093
68670 #, gcc-internal-format, gfc-internal-format
68671 msgid "%s statement at %C in PURE procedure"
68672 msgstr ""
68673
68674 #: fortran/match.cc:3109
68675 #, gcc-internal-format, gfc-internal-format
68676 msgid "Image control statement STOP at %C in CRITICAL block"
68677 msgstr ""
68678
68679 #: fortran/match.cc:3114
68680 #, gcc-internal-format, gfc-internal-format
68681 msgid "Image control statement STOP at %C in DO CONCURRENT block"
68682 msgstr ""
68683
68684 #: fortran/match.cc:3126
68685 #, gcc-internal-format, gfc-internal-format
68686 msgid "STOP code at %L must be a scalar CHARACTER constant or digit[digit[digit[digit[digit]]]]"
68687 msgstr ""
68688
68689 #: fortran/match.cc:3138
68690 #, gcc-internal-format, gfc-internal-format
68691 msgid "STOP code at %L must be a scalar default CHARACTER or INTEGER constant expression"
68692 msgstr ""
68693
68694 #: fortran/match.cc:3145
68695 #, gcc-internal-format, gfc-internal-format
68696 msgid "STOP code at %L must be either INTEGER or CHARACTER type"
68697 msgstr ""
68698
68699 #: fortran/match.cc:3152
68700 #, gcc-internal-format, gfc-internal-format
68701 msgid "STOP code at %L must be scalar"
68702 msgstr ""
68703
68704 #: fortran/match.cc:3159
68705 #, gcc-internal-format, gfc-internal-format
68706 msgid "STOP code at %L must be default character KIND=%d"
68707 msgstr ""
68708
68709 #: fortran/match.cc:3166
68710 #, gcc-internal-format, gfc-internal-format
68711 msgid "STOP code at %L must be default integer KIND=%d"
68712 msgstr ""
68713
68714 #: fortran/match.cc:3178 fortran/resolve.cc:11973
68715 #, gcc-internal-format, gfc-internal-format
68716 msgid "QUIET specifier at %L must be a scalar LOGICAL"
68717 msgstr ""
68718
68719 #: fortran/match.cc:3228
68720 #, gcc-internal-format, gfc-internal-format
68721 msgid "PAUSE statement at %C"
68722 msgstr ""
68723
68724 #: fortran/match.cc:3249
68725 #, gcc-internal-format, gfc-internal-format
68726 msgid "ERROR STOP statement at %C"
68727 msgstr ""
68728
68729 #: fortran/match.cc:3275
68730 #, gcc-internal-format, gfc-internal-format
68731 msgid "Image control statement EVENT %s at %C in PURE procedure"
68732 msgstr ""
68733
68734 #: fortran/match.cc:3290
68735 #, gcc-internal-format, gfc-internal-format
68736 msgid "Image control statement EVENT %s at %C in CRITICAL block"
68737 msgstr ""
68738
68739 #: fortran/match.cc:3297
68740 #, gcc-internal-format, gfc-internal-format
68741 msgid "Image control statement EVENT %s at %C in DO CONCURRENT block"
68742 msgstr ""
68743
68744 #: fortran/match.cc:3327 fortran/match.cc:3669 fortran/match.cc:3881
68745 #: fortran/match.cc:4433 fortran/match.cc:4804
68746 #, gcc-internal-format, gfc-internal-format
68747 msgid "Redundant STAT tag found at %L"
68748 msgstr ""
68749
68750 #: fortran/match.cc:3348 fortran/match.cc:3690 fortran/match.cc:3901
68751 #: fortran/match.cc:4465 fortran/match.cc:4829
68752 #, gcc-internal-format, gfc-internal-format
68753 msgid "Redundant ERRMSG tag found at %L"
68754 msgstr ""
68755
68756 #: fortran/match.cc:3369
68757 #, gcc-internal-format, gfc-internal-format
68758 msgid "Redundant UNTIL_COUNT tag found at %L"
68759 msgstr ""
68760
68761 #: fortran/match.cc:3435
68762 #, gcc-internal-format, gfc-internal-format
68763 msgid "EVENT POST statement at %C"
68764 msgstr ""
68765
68766 #: fortran/match.cc:3445
68767 #, gcc-internal-format, gfc-internal-format
68768 msgid "EVENT WAIT statement at %C"
68769 msgstr ""
68770
68771 #: fortran/match.cc:3457
68772 #, gcc-internal-format, gfc-internal-format
68773 msgid "FAIL IMAGE statement at %C"
68774 msgstr ""
68775
68776 #: fortran/match.cc:3481
68777 #, gcc-internal-format, gfc-internal-format
68778 msgid "FORM TEAM statement at %C"
68779 msgstr ""
68780
68781 #: fortran/match.cc:3520
68782 #, gcc-internal-format, gfc-internal-format
68783 msgid "CHANGE TEAM statement at %C"
68784 msgstr ""
68785
68786 #: fortran/match.cc:3550
68787 #, gcc-internal-format, gfc-internal-format
68788 msgid "END TEAM statement at %C"
68789 msgstr ""
68790
68791 #: fortran/match.cc:3574
68792 #, gcc-internal-format, gfc-internal-format
68793 msgid "SYNC TEAM statement at %C"
68794 msgstr ""
68795
68796 #: fortran/match.cc:3617
68797 #, gcc-internal-format, gfc-internal-format
68798 msgid "Image control statement %s at %C in PURE procedure"
68799 msgstr ""
68800
68801 #: fortran/match.cc:3632
68802 #, gcc-internal-format, gfc-internal-format
68803 msgid "Image control statement %s at %C in CRITICAL block"
68804 msgstr ""
68805
68806 #: fortran/match.cc:3639
68807 #, gcc-internal-format, gfc-internal-format
68808 msgid "Image control statement %s at %C in DO CONCURRENT block"
68809 msgstr ""
68810
68811 #: fortran/match.cc:3711
68812 #, gcc-internal-format, gfc-internal-format
68813 msgid "Redundant ACQUIRED_LOCK tag found at %L"
68814 msgstr ""
68815
68816 #: fortran/match.cc:3776
68817 #, gcc-internal-format, gfc-internal-format
68818 msgid "LOCK statement at %C"
68819 msgstr ""
68820
68821 #: fortran/match.cc:3786
68822 #, gcc-internal-format, gfc-internal-format
68823 msgid "UNLOCK statement at %C"
68824 msgstr ""
68825
68826 #: fortran/match.cc:3811
68827 #, gcc-internal-format, gfc-internal-format
68828 msgid "Image control statement SYNC at %C in PURE procedure"
68829 msgstr ""
68830
68831 #: fortran/match.cc:3817
68832 #, gcc-internal-format, gfc-internal-format
68833 msgid "SYNC statement at %C"
68834 msgstr ""
68835
68836 #: fortran/match.cc:3829
68837 #, gcc-internal-format, gfc-internal-format
68838 msgid "Image control statement SYNC at %C in CRITICAL block"
68839 msgstr ""
68840
68841 #: fortran/match.cc:3835
68842 #, gcc-internal-format, gfc-internal-format
68843 msgid "Image control statement SYNC at %C in DO CONCURRENT block"
68844 msgstr ""
68845
68846 #: fortran/match.cc:4015
68847 #, gcc-internal-format, gfc-internal-format
68848 msgid "ASSIGN statement at %C"
68849 msgstr ""
68850
68851 #: fortran/match.cc:4059
68852 #, gcc-internal-format, gfc-internal-format
68853 msgid "Assigned GOTO statement at %C"
68854 msgstr ""
68855
68856 #: fortran/match.cc:4103 fortran/match.cc:4154
68857 #, gcc-internal-format, gfc-internal-format
68858 msgid "Statement label list in GOTO at %C cannot be empty"
68859 msgstr ""
68860
68861 #: fortran/match.cc:4164
68862 #, gcc-internal-format, gfc-internal-format
68863 msgid "Computed GOTO at %C"
68864 msgstr ""
68865
68866 #: fortran/match.cc:4239
68867 #, gcc-internal-format, gfc-internal-format
68868 msgid "Error in type-spec at %L"
68869 msgstr ""
68870
68871 #: fortran/match.cc:4252
68872 #, gcc-internal-format, gfc-internal-format
68873 msgid "typespec in ALLOCATE at %L"
68874 msgstr ""
68875
68876 #: fortran/match.cc:4275
68877 #, gcc-internal-format, gfc-internal-format
68878 msgid "The type parameter spec list in the type-spec at %L cannot contain DEFERRED parameters"
68879 msgstr ""
68880
68881 #: fortran/match.cc:4305 fortran/match.cc:4742
68882 #, gcc-internal-format, gfc-internal-format
68883 msgid "Unexpected constant at %C"
68884 msgstr ""
68885
68886 #: fortran/match.cc:4315
68887 #, gcc-internal-format, gfc-internal-format
68888 msgid "Bad allocate-object at %C for a PURE procedure"
68889 msgstr ""
68890
68891 #: fortran/match.cc:4330
68892 #, gcc-internal-format, gfc-internal-format
68893 msgid "Incompatible allocate-object at %C for CHARACTER type-spec at %L"
68894 msgstr ""
68895
68896 #: fortran/match.cc:4352
68897 #, gcc-internal-format, gfc-internal-format
68898 msgid "ALLOCATE of coarray at %C in DO CONCURRENT block"
68899 msgstr ""
68900
68901 #: fortran/match.cc:4357
68902 #, gcc-internal-format, gfc-internal-format
68903 msgid "ALLOCATE of coarray at %C in CRITICAL block"
68904 msgstr ""
68905
68906 #: fortran/match.cc:4379
68907 #, gcc-internal-format, gfc-internal-format
68908 msgid "Allocate-object at %L is neither a data pointer nor an allocatable variable"
68909 msgstr ""
68910
68911 #: fortran/match.cc:4391
68912 #, gcc-internal-format, gfc-internal-format
68913 msgid "Type of entity at %L is type incompatible with typespec"
68914 msgstr ""
68915
68916 #: fortran/match.cc:4399
68917 #, gcc-internal-format, gfc-internal-format
68918 msgid "Kind type parameter for entity at %L differs from the kind type parameter of the typespec"
68919 msgstr ""
68920
68921 #: fortran/match.cc:4416
68922 #, gcc-internal-format, gfc-internal-format
68923 msgid "Shape specification for allocatable scalar at %C"
68924 msgstr ""
68925
68926 #: fortran/match.cc:4443
68927 #, gcc-internal-format, gfc-internal-format
68928 msgid "STAT tag at %L cannot be a constant"
68929 msgstr ""
68930
68931 #: fortran/match.cc:4459
68932 #, gcc-internal-format, gfc-internal-format
68933 msgid "ERRMSG tag at %L"
68934 msgstr ""
68935
68936 #: fortran/match.cc:4482
68937 #, gcc-internal-format, gfc-internal-format
68938 msgid "SOURCE tag at %L"
68939 msgstr ""
68940
68941 #: fortran/match.cc:4488
68942 #, gcc-internal-format, gfc-internal-format
68943 msgid "Redundant SOURCE tag found at %L"
68944 msgstr ""
68945
68946 #: fortran/match.cc:4495
68947 #, gcc-internal-format, gfc-internal-format
68948 msgid "SOURCE tag at %L conflicts with the typespec at %L"
68949 msgstr ""
68950
68951 #: fortran/match.cc:4501
68952 #, gcc-internal-format, gfc-internal-format
68953 msgid "SOURCE tag at %L with more than a single allocate object"
68954 msgstr ""
68955
68956 #: fortran/match.cc:4519
68957 #, gcc-internal-format, gfc-internal-format
68958 msgid "MOLD tag at %L"
68959 msgstr ""
68960
68961 #: fortran/match.cc:4525
68962 #, gcc-internal-format, gfc-internal-format
68963 msgid "Redundant MOLD tag found at %L"
68964 msgstr ""
68965
68966 #: fortran/match.cc:4532
68967 #, gcc-internal-format, gfc-internal-format
68968 msgid "MOLD tag at %L conflicts with the typespec at %L"
68969 msgstr ""
68970
68971 #: fortran/match.cc:4558
68972 #, gcc-internal-format, gfc-internal-format
68973 msgid "MOLD tag at %L conflicts with SOURCE tag at %L"
68974 msgstr ""
68975
68976 #: fortran/match.cc:4566
68977 #, gcc-internal-format, gfc-internal-format
68978 msgid "Allocate-object at %L with a deferred type parameter requires either a type-spec or SOURCE tag or a MOLD tag"
68979 msgstr ""
68980
68981 #: fortran/match.cc:4578
68982 #, gcc-internal-format, gfc-internal-format
68983 msgid "Unlimited polymorphic allocate-object at %L requires either a type-spec or SOURCE tag or a MOLD tag"
68984 msgstr ""
68985
68986 #: fortran/match.cc:4645
68987 #, gcc-internal-format, gfc-internal-format
68988 msgid "Pointer object at %C shall not be coindexed"
68989 msgstr ""
68990
68991 #: fortran/match.cc:4660
68992 #, gcc-internal-format, gfc-internal-format
68993 msgid "NULLIFY does not allow bounds remapping for pointer object at %C"
68994 msgstr ""
68995
68996 #: fortran/match.cc:4754
68997 #, gcc-internal-format, gfc-internal-format
68998 msgid "Illegal allocate-object at %C for a PURE procedure"
68999 msgstr ""
69000
69001 #: fortran/match.cc:4764
69002 #, gcc-internal-format, gfc-internal-format
69003 msgid "DEALLOCATE of coarray at %C in DO CONCURRENT block"
69004 msgstr ""
69005
69006 #: fortran/match.cc:4771
69007 #, gcc-internal-format, gfc-internal-format
69008 msgid "DEALLOCATE of coarray at %C in CRITICAL block"
69009 msgstr ""
69010
69011 #: fortran/match.cc:4787
69012 #, gcc-internal-format, gfc-internal-format
69013 msgid "Allocate-object at %C is not a nonprocedure pointer nor an allocatable variable"
69014 msgstr ""
69015
69016 #: fortran/match.cc:4824
69017 #, gcc-internal-format, gfc-internal-format
69018 msgid "ERRMSG at %L"
69019 msgstr ""
69020
69021 #: fortran/match.cc:4881
69022 #, gcc-internal-format, gfc-internal-format
69023 msgid "Image control statement RETURN at %C in CRITICAL block"
69024 msgstr ""
69025
69026 #: fortran/match.cc:4887
69027 #, gcc-internal-format, gfc-internal-format
69028 msgid "Image control statement RETURN at %C in DO CONCURRENT block"
69029 msgstr ""
69030
69031 #: fortran/match.cc:4896
69032 #, gcc-internal-format, gfc-internal-format
69033 msgid "Alternate RETURN statement at %C is only allowed within a SUBROUTINE"
69034 msgstr ""
69035
69036 #: fortran/match.cc:4927
69037 #, gcc-internal-format, gfc-internal-format
69038 msgid "RETURN statement in main program at %C"
69039 msgstr ""
69040
69041 #: fortran/match.cc:4955
69042 #, gcc-internal-format, gfc-internal-format
69043 msgid "Expected component reference at %C"
69044 msgstr ""
69045
69046 #: fortran/match.cc:4964
69047 #, gcc-internal-format, gfc-internal-format
69048 msgid "Junk after CALL at %C"
69049 msgstr ""
69050
69051 #: fortran/match.cc:4975
69052 #, gcc-internal-format, gfc-internal-format
69053 msgid "Expected type-bound procedure or procedure pointer component at %C"
69054 msgstr ""
69055
69056 #: fortran/match.cc:5072
69057 #, gcc-internal-format, gfc-internal-format
69058 msgid "A BOZ literal constant at %L cannot appear as an actual argument in a subroutine reference"
69059 msgstr ""
69060
69061 #: fortran/match.cc:5213
69062 #, gcc-internal-format, gfc-internal-format
69063 msgid "Syntax error in common block name at %C"
69064 msgstr ""
69065
69066 #. If we find an error, just print it and continue,
69067 #. cause it's just semantic, and we can see if there
69068 #. are more errors.
69069 #: fortran/match.cc:5288
69070 #, gcc-internal-format
69071 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)"
69072 msgstr ""
69073
69074 #: fortran/match.cc:5297
69075 #, gcc-internal-format
69076 msgid "Variable %qs in common block %qs at %C cannot be bind(c) since it is not global"
69077 msgstr ""
69078
69079 #: fortran/match.cc:5304
69080 #, gcc-internal-format
69081 msgid "Symbol %qs at %C is already in a COMMON block"
69082 msgstr ""
69083
69084 #: fortran/match.cc:5312
69085 #, gcc-internal-format
69086 msgid "Initialized symbol %qs at %C can only be COMMON in BLOCK DATA"
69087 msgstr ""
69088
69089 #: fortran/match.cc:5328
69090 #, gcc-internal-format
69091 msgid "Array specification for symbol %qs in COMMON at %C must be explicit"
69092 msgstr ""
69093
69094 #: fortran/match.cc:5335
69095 #, gcc-internal-format
69096 msgid "Symbol %qs in COMMON at %C cannot be a coarray"
69097 msgstr ""
69098
69099 #: fortran/match.cc:5345
69100 #, gcc-internal-format
69101 msgid "Symbol %qs in COMMON at %C cannot be a POINTER array"
69102 msgstr ""
69103
69104 #: fortran/match.cc:5391
69105 #, gcc-internal-format
69106 msgid "Symbol %qs, in COMMON block %qs at %C is being indirectly equivalenced to another COMMON block %qs"
69107 msgstr ""
69108
69109 #: fortran/match.cc:5453
69110 #, gcc-internal-format, gfc-internal-format
69111 msgid "BLOCK DATA construct at %L"
69112 msgstr ""
69113
69114 #: fortran/match.cc:5539
69115 #, gcc-internal-format
69116 msgid "Namelist group name %qs at %C already has a basic type of %s"
69117 msgstr ""
69118
69119 #: fortran/match.cc:5547
69120 #, gcc-internal-format
69121 msgid "Namelist group name %qs at %C already is USE associated and cannot be respecified."
69122 msgstr ""
69123
69124 #. It is required that members of a namelist be declared
69125 #. before the namelist.  We check this by checking if the
69126 #. symbol has a defined type for IMPLICIT NONE.
69127 #: fortran/match.cc:5572
69128 #, gcc-internal-format
69129 msgid "Symbol %qs in namelist %qs at %C must be declared before the namelist is declared."
69130 msgstr ""
69131
69132 #: fortran/match.cc:5591
69133 #, gcc-internal-format
69134 msgid "Assumed size array %qs in namelist %qs at %C is not allowed"
69135 msgstr ""
69136
69137 #: fortran/match.cc:5734
69138 #, gcc-internal-format, gfc-internal-format
69139 msgid "Derived type component %C is not a permitted EQUIVALENCE member"
69140 msgstr ""
69141
69142 #: fortran/match.cc:5742
69143 #, gcc-internal-format, gfc-internal-format
69144 msgid "Array reference in EQUIVALENCE at %C cannot be an array section"
69145 msgstr ""
69146
69147 #: fortran/match.cc:5775
69148 #, gcc-internal-format, gfc-internal-format
69149 msgid "EQUIVALENCE at %C requires two or more objects"
69150 msgstr ""
69151
69152 #: fortran/match.cc:5789
69153 #, gcc-internal-format, gfc-internal-format
69154 msgid "Attempt to indirectly overlap COMMON blocks %s and %s by EQUIVALENCE at %C"
69155 msgstr ""
69156
69157 #: fortran/match.cc:5802
69158 #, gcc-internal-format, gfc-internal-format
69159 msgid "Expecting a comma in EQUIVALENCE at %C"
69160 msgstr ""
69161
69162 #: fortran/match.cc:5807
69163 #, gcc-internal-format, gfc-internal-format
69164 msgid "EQUIVALENCE statement at %C"
69165 msgstr ""
69166
69167 #: fortran/match.cc:5943
69168 #, gcc-internal-format, gfc-internal-format
69169 msgid "Statement function at %L is recursive"
69170 msgstr ""
69171
69172 #: fortran/match.cc:5949
69173 #, gcc-internal-format
69174 msgid "Statement function %qs at %L conflicts with function name"
69175 msgstr ""
69176
69177 #: fortran/match.cc:5960
69178 #, gcc-internal-format, gfc-internal-format
69179 msgid "Statement function at %L cannot appear within an INTERFACE"
69180 msgstr ""
69181
69182 #: fortran/match.cc:5965
69183 #, gcc-internal-format, gfc-internal-format
69184 msgid "Statement function at %C"
69185 msgstr ""
69186
69187 #: fortran/match.cc:6090 fortran/match.cc:6106 fortran/match.cc:6125
69188 #, gcc-internal-format, gfc-internal-format
69189 msgid "Expression in CASE selector at %L cannot be %s"
69190 msgstr ""
69191
69192 #: fortran/match.cc:6135 fortran/match.cc:6141
69193 #, gcc-internal-format, gfc-internal-format
69194 msgid "Expression in CASE selector at %L must be scalar"
69195 msgstr ""
69196
69197 #: fortran/match.cc:6150
69198 #, gcc-internal-format, gfc-internal-format
69199 msgid "Expected initialization expression in CASE at %C"
69200 msgstr ""
69201
69202 #: fortran/match.cc:6182
69203 #, gcc-internal-format
69204 msgid "Expected block name %qs of SELECT construct at %C"
69205 msgstr ""
69206
69207 #: fortran/match.cc:6477
69208 #, gcc-internal-format, gfc-internal-format
69209 msgid "SELECT TYPE at %C cannot appear in this scope"
69210 msgstr ""
69211
69212 #: fortran/match.cc:6518
69213 #, gcc-internal-format, gfc-internal-format
69214 msgid "parse error in SELECT TYPE statement at %C"
69215 msgstr ""
69216
69217 #: fortran/match.cc:6543
69218 #, gcc-internal-format, gfc-internal-format
69219 msgid "Selector in SELECT TYPE at %C is not a named variable; use associate-name=>"
69220 msgstr ""
69221
69222 #: fortran/match.cc:6699
69223 #, gcc-internal-format, gfc-internal-format
69224 msgid "SELECT RANK statement at %C"
69225 msgstr ""
69226
69227 #: fortran/match.cc:6728 fortran/match.cc:6782
69228 #, gcc-internal-format, gfc-internal-format
69229 msgid "The SELECT RANK selector at %C must be an assumed rank variable"
69230 msgstr ""
69231
69232 #: fortran/match.cc:6792
69233 #, gcc-internal-format, gfc-internal-format
69234 msgid "parse error in SELECT RANK statement at %C"
69235 msgstr ""
69236
69237 #: fortran/match.cc:6828
69238 #, gcc-internal-format, gfc-internal-format
69239 msgid "Unexpected CASE statement at %C"
69240 msgstr ""
69241
69242 #: fortran/match.cc:6880
69243 #, gcc-internal-format, gfc-internal-format
69244 msgid "Syntax error in CASE specification at %C"
69245 msgstr ""
69246
69247 #: fortran/match.cc:6898
69248 #, gcc-internal-format, gfc-internal-format
69249 msgid "Unexpected TYPE IS statement at %C"
69250 msgstr ""
69251
69252 #: fortran/match.cc:6930
69253 #, gcc-internal-format, gfc-internal-format
69254 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]"
69255 msgstr ""
69256
69257 #: fortran/match.cc:6941
69258 #, gcc-internal-format, gfc-internal-format
69259 msgid "All the LEN type parameters in the TYPE IS statement at %C must be ASSUMED"
69260 msgstr ""
69261
69262 #: fortran/match.cc:6952
69263 #, gcc-internal-format, gfc-internal-format
69264 msgid "Syntax error in TYPE IS specification at %C"
69265 msgstr ""
69266
69267 #: fortran/match.cc:7028
69268 #, gcc-internal-format, gfc-internal-format
69269 msgid "Syntax error in CLASS IS specification at %C"
69270 msgstr ""
69271
69272 #: fortran/match.cc:7048
69273 #, gcc-internal-format, gfc-internal-format
69274 msgid "Unexpected RANK statement at %C"
69275 msgstr ""
69276
69277 #: fortran/match.cc:7094
69278 #, gcc-internal-format, gfc-internal-format
69279 msgid "The SELECT RANK CASE expression at %C must be a scalar, integer constant"
69280 msgstr ""
69281
69282 #: fortran/match.cc:7103
69283 #, gcc-internal-format, gfc-internal-format
69284 msgid "The value of the SELECT RANK CASE expression at %C must not be less than zero or greater than %d"
69285 msgstr ""
69286
69287 #: fortran/match.cc:7130
69288 #, gcc-internal-format, gfc-internal-format
69289 msgid "Syntax error in RANK specification at %C"
69290 msgstr ""
69291
69292 #: fortran/match.cc:7252
69293 #, gcc-internal-format, gfc-internal-format
69294 msgid "ELSEWHERE statement at %C not enclosed in WHERE block"
69295 msgstr ""
69296
69297 #: fortran/match.cc:7290
69298 #, gcc-internal-format
69299 msgid "Label %qs at %C doesn't match WHERE label %qs"
69300 msgstr ""
69301
69302 #: fortran/matchexp.cc:72
69303 #, gcc-internal-format
69304 msgid "Bad character %qc in OPERATOR name at %C"
69305 msgstr ""
69306
69307 #: fortran/matchexp.cc:80
69308 #, gcc-internal-format
69309 msgid "The name %qs cannot be used as a defined operator at %C"
69310 msgstr ""
69311
69312 #: fortran/matchexp.cc:173
69313 #, gcc-internal-format, gfc-internal-format
69314 msgid "Expected a right parenthesis in expression at %C"
69315 msgstr ""
69316
69317 #: fortran/matchexp.cc:281
69318 #, gcc-internal-format, gfc-internal-format
69319 msgid "Expected exponent in expression at %C"
69320 msgstr ""
69321
69322 #: fortran/matchexp.cc:319 fortran/matchexp.cc:324 fortran/matchexp.cc:428
69323 #: fortran/matchexp.cc:433
69324 #, gcc-internal-format, gfc-internal-format
69325 msgid "Extension: Unary operator following arithmetic operator (use parentheses) at %C"
69326 msgstr ""
69327
69328 #: fortran/matchexp.cc:665
69329 #, gcc-internal-format
69330 msgid "match_level_4(): Bad operator"
69331 msgstr ""
69332
69333 #: fortran/misc.cc:113
69334 #, gcc-internal-format
69335 msgid "gfc_basic_typename(): Undefined type"
69336 msgstr ""
69337
69338 #: fortran/misc.cc:207
69339 #, gcc-internal-format
69340 msgid "gfc_typename(): Undefined type"
69341 msgstr ""
69342
69343 #: fortran/misc.cc:311
69344 #, gcc-internal-format
69345 msgid "gfc_code2string(): Bad code"
69346 msgstr ""
69347
69348 #: fortran/module.cc:238
69349 #, gcc-internal-format
69350 msgid "free_pi_tree(): Unresolved fixup"
69351 msgstr ""
69352
69353 #: fortran/module.cc:455
69354 #, gcc-internal-format
69355 msgid "associate_integer_pointer(): Already associated"
69356 msgstr ""
69357
69358 #: fortran/module.cc:539
69359 #, gcc-internal-format, gfc-internal-format
69360 msgid "module nature in USE statement at %C"
69361 msgstr ""
69362
69363 #: fortran/module.cc:551
69364 #, gcc-internal-format, gfc-internal-format
69365 msgid "Module nature in USE statement at %C shall be either INTRINSIC or NON_INTRINSIC"
69366 msgstr ""
69367
69368 #: fortran/module.cc:564
69369 #, gcc-internal-format, gfc-internal-format
69370 msgid "\"::\" was expected after module nature at %C but was not found"
69371 msgstr ""
69372
69373 #: fortran/module.cc:574
69374 #, gcc-internal-format, gfc-internal-format
69375 msgid "\"USE :: module\" at %C"
69376 msgstr ""
69377
69378 #: fortran/module.cc:633
69379 #, gcc-internal-format, gfc-internal-format
69380 msgid "Missing generic specification in USE statement at %C"
69381 msgstr ""
69382
69383 #: fortran/module.cc:644
69384 #, gcc-internal-format, gfc-internal-format
69385 msgid "Renaming operators in USE statements at %C"
69386 msgstr ""
69387
69388 #: fortran/module.cc:688
69389 #, gcc-internal-format
69390 msgid "Symbol %qs at %L conflicts with the rename symbol at %L"
69391 msgstr ""
69392
69393 #: fortran/module.cc:691
69394 #, gcc-internal-format
69395 msgid "Symbol %qs at %L conflicts with the symbol at %L"
69396 msgstr ""
69397
69398 #: fortran/module.cc:699
69399 #, gcc-internal-format
69400 msgid "The name %qs at %C has already been used as an external module name"
69401 msgstr ""
69402
69403 #: fortran/module.cc:762
69404 #, gcc-internal-format, gfc-internal-format
69405 msgid "SUBMODULE declaration at %C"
69406 msgstr ""
69407
69408 #: fortran/module.cc:767
69409 #, gcc-internal-format, gfc-internal-format
69410 msgid "SUBMODULE declaration at %C cannot appear within another scoping unit"
69411 msgstr ""
69412
69413 #: fortran/module.cc:842
69414 #, gcc-internal-format, gfc-internal-format
69415 msgid "Syntax error in SUBMODULE statement at %C"
69416 msgstr ""
69417
69418 #: fortran/module.cc:1202
69419 #, gcc-internal-format
69420 msgid "Reading module %qs at line %d column %d: %s"
69421 msgstr ""
69422
69423 #: fortran/module.cc:1206
69424 #, gcc-internal-format
69425 msgid "Writing module %qs at line %d column %d: %s"
69426 msgstr ""
69427
69428 #: fortran/module.cc:1210
69429 #, gcc-internal-format
69430 msgid "Module %qs at line %d column %d: %s"
69431 msgstr ""
69432
69433 #: fortran/module.cc:1643
69434 #, gcc-internal-format
69435 msgid "require_atom(): bad atom type required"
69436 msgstr ""
69437
69438 #: fortran/module.cc:1692
69439 #, gcc-internal-format, gfc-internal-format
69440 msgid "Error writing modules file: %s"
69441 msgstr ""
69442
69443 #: fortran/module.cc:1742
69444 #, gcc-internal-format
69445 msgid "write_atom(): Trying to write dab atom"
69446 msgstr ""
69447
69448 #: fortran/module.cc:1963
69449 #, gcc-internal-format
69450 msgid "unquote_string(): got bad string"
69451 msgstr ""
69452
69453 #: fortran/module.cc:2960
69454 #, gcc-internal-format
69455 msgid "mio_array_ref(): Unknown array ref"
69456 msgstr ""
69457
69458 #: fortran/module.cc:5095
69459 #, gcc-internal-format, gfc-internal-format
69460 msgid "Ambiguous !$OMP DECLARE REDUCTION from module %s at %L"
69461 msgstr ""
69462
69463 #: fortran/module.cc:5098
69464 #, gcc-internal-format, gfc-internal-format
69465 msgid "Previous !$OMP DECLARE REDUCTION from module %s at %L"
69466 msgstr ""
69467
69468 #: fortran/module.cc:5292
69469 #, gcc-internal-format
69470 msgid "%qs of module %qs, imported at %C, is also the name of the current program unit"
69471 msgstr ""
69472
69473 #: fortran/module.cc:5429
69474 #, gcc-internal-format
69475 msgid "Mismatch in components of derived type %qs from %qs at %C: expecting %qs, but got %qs"
69476 msgstr ""
69477
69478 #: fortran/module.cc:5708
69479 #, gcc-internal-format
69480 msgid "Symbol %qs referenced at %L not found in module %qs"
69481 msgstr ""
69482
69483 #: fortran/module.cc:5715
69484 #, gcc-internal-format
69485 msgid "User operator %qs referenced at %L not found in module %qs"
69486 msgstr ""
69487
69488 #: fortran/module.cc:5720
69489 #, gcc-internal-format
69490 msgid "Intrinsic operator %qs referenced at %L not found in module %qs"
69491 msgstr ""
69492
69493 #: fortran/module.cc:5956
69494 #, gcc-internal-format
69495 msgid "write_symbol(): bad module symbol %qs"
69496 msgstr ""
69497
69498 #: fortran/module.cc:6300
69499 #, gcc-internal-format
69500 msgid "write_symtree(): Symbol not written"
69501 msgstr ""
69502
69503 #: fortran/module.cc:6490
69504 #, gcc-internal-format
69505 msgid "Cannot open module file %qs for writing at %C: %s"
69506 msgstr "Nije moguće otvoriti modul datoteku %qs za pisanje pri %C: %s"
69507
69508 #: fortran/module.cc:6511
69509 #, gcc-internal-format
69510 msgid "Error writing module file %qs for writing: %s"
69511 msgstr "Greška pri zapisivanju modul datoteke %qs za pisanje: %s"
69512
69513 #: fortran/module.cc:6522
69514 #, gcc-internal-format
69515 msgid "Cannot delete module file %qs: %s"
69516 msgstr "Nije moguće izbrisati modul datoteku %qs: %s"
69517
69518 #: fortran/module.cc:6525
69519 #, gcc-internal-format
69520 msgid "Cannot rename module file %qs to %qs: %s"
69521 msgstr "Nije moguće preimenovati modul datoteku %qs u %qs: %s"
69522
69523 #: fortran/module.cc:6531
69524 #, gcc-internal-format
69525 msgid "Cannot delete temporary module file %qs: %s"
69526 msgstr "Nije moguće izbrisati privremenu modul datoteku %qs: %s"
69527
69528 #: fortran/module.cc:6588
69529 #, gcc-internal-format
69530 msgid "Symbol %qs at %C already declared"
69531 msgstr ""
69532
69533 #: fortran/module.cc:6659
69534 #, gcc-internal-format, gfc-internal-format
69535 msgid "import_iso_c_binding_module(): Unable to create symbol for %s"
69536 msgstr ""
69537
69538 #: fortran/module.cc:6767 fortran/module.cc:7111
69539 #, gcc-internal-format
69540 msgid "The symbol %qs, referenced at %L, is not in the selected standard"
69541 msgstr ""
69542
69543 #: fortran/module.cc:6895
69544 #, gcc-internal-format
69545 msgid "Symbol %qs referenced at %L not found in intrinsic module ISO_C_BINDING"
69546 msgstr ""
69547
69548 #: fortran/module.cc:6916 fortran/module.cc:6949 fortran/module.cc:6991
69549 #, gcc-internal-format
69550 msgid "Symbol %qs already declared"
69551 msgstr ""
69552
69553 #: fortran/module.cc:7096
69554 #, gcc-internal-format
69555 msgid "Use of intrinsic module %qs at %C conflicts with non-intrinsic module name used previously"
69556 msgstr ""
69557
69558 #: fortran/module.cc:7118
69559 #, gcc-internal-format
69560 msgid "Use of the NUMERIC_STORAGE_SIZE named constant from intrinsic module ISO_FORTRAN_ENV at %L is incompatible with option %qs"
69561 msgstr ""
69562
69563 #: fortran/module.cc:7186
69564 #, gcc-internal-format, gfc-internal-format
69565 msgid "Use of the NUMERIC_STORAGE_SIZE named constant from intrinsic module ISO_FORTRAN_ENV at %C is incompatible with option %s"
69566 msgstr ""
69567
69568 #: fortran/module.cc:7240
69569 #, gcc-internal-format
69570 msgid "Symbol %qs referenced at %L not found in intrinsic module ISO_FORTRAN_ENV"
69571 msgstr ""
69572
69573 #: fortran/module.cc:7266
69574 #, gcc-internal-format, gfc-internal-format
69575 msgid "USE statement at %C has no ONLY qualifier"
69576 msgstr ""
69577
69578 #: fortran/module.cc:7295
69579 #, gcc-internal-format, gfc-internal-format
69580 msgid "ISO_FORTRAN_ENV intrinsic module at %C"
69581 msgstr ""
69582
69583 #: fortran/module.cc:7307
69584 #, gcc-internal-format, gfc-internal-format
69585 msgid "ISO_C_BINDING module at %C"
69586 msgstr ""
69587
69588 #: fortran/module.cc:7320
69589 #, gcc-internal-format
69590 msgid "Cannot find an intrinsic module named %qs at %C"
69591 msgstr ""
69592
69593 #: fortran/module.cc:7326
69594 #, gcc-internal-format, gfc-internal-format
69595 msgid "IEEE_FEATURES module at %C"
69596 msgstr ""
69597
69598 #: fortran/module.cc:7332
69599 #, gcc-internal-format, gfc-internal-format
69600 msgid "IEEE_EXCEPTIONS module at %C"
69601 msgstr ""
69602
69603 #: fortran/module.cc:7338
69604 #, gcc-internal-format, gfc-internal-format
69605 msgid "IEEE_ARITHMETIC module at %C"
69606 msgstr ""
69607
69608 #: fortran/module.cc:7348
69609 #, gcc-internal-format
69610 msgid "Cannot open module file %qs for reading at %C: %s"
69611 msgstr "Nije moguće otvoriti modul datoteku %qs za čitanje pri %C: %s"
69612
69613 #: fortran/module.cc:7351
69614 #, gcc-internal-format
69615 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."
69616 msgstr ""
69617
69618 #: fortran/module.cc:7362
69619 #, gcc-internal-format
69620 msgid "Use of non-intrinsic module %qs at %C conflicts with intrinsic module name used previously"
69621 msgstr ""
69622
69623 #: fortran/module.cc:7385
69624 #, gcc-internal-format
69625 msgid "File %qs opened at %C is not a GNU Fortran module file"
69626 msgstr ""
69627
69628 #: fortran/module.cc:7393
69629 #, gcc-internal-format
69630 msgid "Cannot read module file %qs opened at %C, because it was created by a different version of GNU Fortran"
69631 msgstr ""
69632
69633 #: fortran/module.cc:7410
69634 #, gcc-internal-format
69635 msgid "Cannot USE a submodule that is currently built"
69636 msgstr ""
69637
69638 #: fortran/module.cc:7412
69639 #, gcc-internal-format
69640 msgid "Cannot USE a module that is currently built"
69641 msgstr ""
69642
69643 #: fortran/openmp.cc:68 fortran/openmp.cc:6020
69644 #, gcc-internal-format, gfc-internal-format
69645 msgid "Unexpected junk at %C"
69646 msgstr "Neočekivano smeće pri %C"
69647
69648 #: fortran/openmp.cc:349
69649 #, gcc-internal-format, gfc-internal-format
69650 msgid "List item shall not be coindexed at %C"
69651 msgstr ""
69652
69653 #: fortran/openmp.cc:384 fortran/openmp.cc:485 fortran/openmp.cc:805
69654 #: fortran/openmp.cc:5099
69655 #, gcc-internal-format, gfc-internal-format
69656 msgid "COMMON block /%s/ not found at %C"
69657 msgstr ""
69658
69659 #: fortran/openmp.cc:423 fortran/openmp.cc:513
69660 #, gcc-internal-format, gfc-internal-format
69661 msgid "Syntax error in OpenMP variable list at %C"
69662 msgstr ""
69663
69664 #: fortran/openmp.cc:540
69665 #, gcc-internal-format, gfc-internal-format
69666 msgid "Syntax error in OpenMP detach clause at %C"
69667 msgstr ""
69668
69669 #: fortran/openmp.cc:612
69670 #, gcc-internal-format, gfc-internal-format
69671 msgid "Syntax error in OpenMP DEPEND SINK list at %C"
69672 msgstr ""
69673
69674 #: fortran/openmp.cc:674
69675 #, gcc-internal-format, gfc-internal-format
69676 msgid "Syntax error in OpenACC expression list at %C"
69677 msgstr ""
69678
69679 #: fortran/openmp.cc:741
69680 #, gcc-internal-format
69681 msgid "Unexpected OpenACC parallelism."
69682 msgstr ""
69683
69684 #: fortran/openmp.cc:773
69685 #, gcc-internal-format, gfc-internal-format
69686 msgid "Variable at %C is an element of a COMMON block"
69687 msgstr ""
69688
69689 #: fortran/openmp.cc:833
69690 #, gcc-internal-format, gfc-internal-format
69691 msgid "Unexpected junk after !$ACC DECLARE at %C"
69692 msgstr ""
69693
69694 #: fortran/openmp.cc:843
69695 #, gcc-internal-format, gfc-internal-format
69696 msgid "Syntax error in !$ACC DECLARE list at %C"
69697 msgstr ""
69698
69699 #: fortran/openmp.cc:1092
69700 #, gcc-internal-format, gfc-internal-format
69701 msgid "Expected INTEGER type at %L"
69702 msgstr ""
69703
69704 #: fortran/openmp.cc:1106
69705 #, gcc-internal-format, gfc-internal-format
69706 msgid "Expected identifier at %C"
69707 msgstr ""
69708
69709 #: fortran/openmp.cc:1111
69710 #, gcc-internal-format
69711 msgid "Same identifier %qs specified again at %C"
69712 msgstr ""
69713
69714 #: fortran/openmp.cc:1138
69715 #, gcc-internal-format, gfc-internal-format
69716 msgid "Expected range-specification at %C"
69717 msgstr ""
69718
69719 #: fortran/openmp.cc:1225
69720 #, gcc-internal-format, gfc-internal-format
69721 msgid "Comma expected at %C"
69722 msgstr ""
69723
69724 #: fortran/openmp.cc:1337
69725 #, gcc-internal-format, gfc-internal-format
69726 msgid "!$OMP DECLARE REDUCTION %s not found at %L"
69727 msgstr ""
69728
69729 #: fortran/openmp.cc:1387
69730 #, gcc-internal-format
69731 msgid "Duplicated %qs clause at %L"
69732 msgstr ""
69733
69734 #: fortran/openmp.cc:1394
69735 #, gcc-internal-format
69736 msgid "Expected %<(%> after %qs at %C"
69737 msgstr "Očekivano je %<(%> iza %qs pri %C"
69738
69739 #: fortran/openmp.cc:1401
69740 #, gcc-internal-format
69741 msgid "Invalid expression after %<%s(%> at %C"
69742 msgstr "Nevaljani izraz iza %<%s(%> pri %C"
69743
69744 #: fortran/openmp.cc:1463
69745 #, gcc-internal-format, gfc-internal-format
69746 msgid "Clause expected at %C after trailing comma"
69747 msgstr ""
69748
69749 #: fortran/openmp.cc:1525
69750 #, gcc-internal-format
69751 msgid "Expected %<:%> at %C"
69752 msgstr "Očekivano je %<:%> pri %C"
69753
69754 #: fortran/openmp.cc:1568
69755 #, gcc-internal-format, gfc-internal-format
69756 msgid "Expected variable list at %C"
69757 msgstr ""
69758
69759 #: fortran/openmp.cc:1592
69760 #, gcc-internal-format, gfc-internal-format
69761 msgid "Expected COMPILATION or EXECUTION in AT clause at %C"
69762 msgstr ""
69763
69764 #: fortran/openmp.cc:1653
69765 #, gcc-internal-format, gfc-internal-format
69766 msgid "Expected TEAMS, PARALLEL or THREAD as binding in BIND at %C"
69767 msgstr ""
69768
69769 #: fortran/openmp.cc:1684
69770 #, gcc-internal-format, gfc-internal-format
69771 msgid "COLLAPSE clause argument not constant positive integer at %C"
69772 msgstr ""
69773
69774 #: fortran/openmp.cc:1763
69775 #, gcc-internal-format, gfc-internal-format
69776 msgid "Expected ALLOC, TO, FROM, TOFROM, FIRSTPRIVATE, NONE or DEFAULT at %C"
69777 msgstr ""
69778
69779 #: fortran/openmp.cc:1783
69780 #, gcc-internal-format, gfc-internal-format
69781 msgid "Expected SCALAR, AGGREGATE, ALLOCATABLE or POINTER at %C"
69782 msgstr ""
69783
69784 #: fortran/openmp.cc:1812
69785 #, gcc-internal-format, gfc-internal-format
69786 msgid "DEFAULTMAP at %C but prior DEFAULTMAP with unspecified category"
69787 msgstr ""
69788
69789 #: fortran/openmp.cc:1815
69790 #, gcc-internal-format, gfc-internal-format
69791 msgid "DEFAULTMAP at %C but prior DEFAULTMAP for category %s"
69792 msgstr ""
69793
69794 #: fortran/openmp.cc:1851
69795 #, gcc-internal-format, gfc-internal-format
69796 msgid "Expected NONE or PRESENT in DEFAULT clause at %C"
69797 msgstr ""
69798
69799 #: fortran/openmp.cc:1854
69800 #, gcc-internal-format, gfc-internal-format
69801 msgid "Expected NONE, FIRSTPRIVATE, PRIVATE or SHARED in DEFAULT clause at %C"
69802 msgstr ""
69803
69804 #: fortran/openmp.cc:1894
69805 #, gcc-internal-format, gfc-internal-format
69806 msgid "ITERATOR may not be combined with SOURCE at %C"
69807 msgstr ""
69808
69809 #: fortran/openmp.cc:1906
69810 #, gcc-internal-format, gfc-internal-format
69811 msgid "ITERATOR may not be combined with SINK at %C"
69812 msgstr ""
69813
69814 #: fortran/openmp.cc:1963 fortran/openmp.cc:1991
69815 #, gcc-internal-format, gfc-internal-format
69816 msgid "Expected integer expression at %C"
69817 msgstr ""
69818
69819 #: fortran/openmp.cc:1972
69820 #, gcc-internal-format
69821 msgid "%<ancestor%> device modifier not preceded by %<requires%> directive with %<reverse_offload%> clause at %C"
69822 msgstr ""
69823
69824 #: fortran/openmp.cc:1984
69825 #, gcc-internal-format
69826 msgid "the %<device%> clause expression must evaluate to %<1%> at %C"
69827 msgstr ""
69828
69829 #: fortran/openmp.cc:1997
69830 #, gcc-internal-format
69831 msgid "Expected integer expression or a single device-modifier %<device_num%> or %<ancestor%> at %C"
69832 msgstr ""
69833
69834 #: fortran/openmp.cc:2027
69835 #, gcc-internal-format, gfc-internal-format
69836 msgid "Expected HOST, NOHOST or ANY at %C"
69837 msgstr ""
69838
69839 #: fortran/openmp.cc:2072
69840 #, gcc-internal-format, gfc-internal-format
69841 msgid "Expected SEQ_CST, ACQUIRE or RELAXED at %C"
69842 msgstr ""
69843
69844 #: fortran/openmp.cc:2385
69845 #, gcc-internal-format
69846 msgid "too many %<always%> modifiers at %L"
69847 msgstr ""
69848
69849 #: fortran/openmp.cc:2391
69850 #, gcc-internal-format
69851 msgid "too many %<close%> modifiers at %L"
69852 msgstr ""
69853
69854 #: fortran/openmp.cc:2547
69855 #, gcc-internal-format
69856 msgid "Expected ORDER(CONCURRENT) at %C with optional %<reproducible%> or %<unconstrained%> modifier"
69857 msgstr ""
69858
69859 #: fortran/openmp.cc:2572
69860 #, gcc-internal-format, gfc-internal-format
69861 msgid "ORDERED clause argument not constant positive integer at %C"
69862 msgstr ""
69863
69864 #: fortran/openmp.cc:2840
69865 #, gcc-internal-format, gfc-internal-format
69866 msgid "Expected FATAL or WARNING in SEVERITY clause at %C"
69867 msgstr ""
69868
69869 #: fortran/openmp.cc:3023
69870 #, gcc-internal-format, gfc-internal-format
69871 msgid "Failed to match clause at %C"
69872 msgstr ""
69873
69874 #: fortran/openmp.cc:3201
69875 #, gcc-internal-format, gfc-internal-format
69876 msgid "Invalid clause in module with !$ACC DECLARE at %L"
69877 msgstr ""
69878
69879 #: fortran/openmp.cc:3211
69880 #, gcc-internal-format, gfc-internal-format
69881 msgid "Variable is USE-associated with !$ACC DECLARE at %L"
69882 msgstr ""
69883
69884 #: fortran/openmp.cc:3220
69885 #, gcc-internal-format
69886 msgid "Variable %qs shall be declared in the same scoping unit as !$ACC DECLARE at %L"
69887 msgstr ""
69888
69889 #: fortran/openmp.cc:3228
69890 #, gcc-internal-format, gfc-internal-format
69891 msgid "Assumed-size dummy array with !$ACC DECLARE at %L"
69892 msgstr ""
69893
69894 #: fortran/openmp.cc:3277
69895 #, gcc-internal-format
69896 msgid "%<acc update%> must contain at least one %<device%> or %<host%> or %<self%> clause at %L"
69897 msgstr ""
69898
69899 #: fortran/openmp.cc:3325
69900 #, gcc-internal-format, gfc-internal-format
69901 msgid "Invalid argument to !$ACC WAIT at %C"
69902 msgstr ""
69903
69904 #: fortran/openmp.cc:3332
69905 #, gcc-internal-format, gfc-internal-format
69906 msgid "WAIT clause at %L requires a scalar INTEGER expression"
69907 msgstr ""
69908
69909 #: fortran/openmp.cc:3365
69910 #, gcc-internal-format, gfc-internal-format
69911 msgid "ACC CACHE directive must be inside of loop %C"
69912 msgstr ""
69913
69914 #: fortran/openmp.cc:3434
69915 #, gcc-internal-format, gfc-internal-format
69916 msgid "Only the !$ACC ROUTINE form without list is allowed in interface block at %C"
69917 msgstr ""
69918
69919 #: fortran/openmp.cc:3468
69920 #, gcc-internal-format
69921 msgid "Invalid NAME %qs in !$ACC ROUTINE ( NAME ) at %C"
69922 msgstr ""
69923
69924 #: fortran/openmp.cc:3476
69925 #, gcc-internal-format, gfc-internal-format
69926 msgid "Syntax error in !$ACC ROUTINE ( NAME ) at %C"
69927 msgstr ""
69928
69929 #: fortran/openmp.cc:3483
69930 #, gcc-internal-format, gfc-internal-format
69931 msgid "Syntax error in !$ACC ROUTINE ( NAME ) at %C, expecting ')' after NAME"
69932 msgstr ""
69933
69934 #: fortran/openmp.cc:3498
69935 #, gcc-internal-format, gfc-internal-format
69936 msgid "Multiple loop axes specified for routine at %C"
69937 msgstr ""
69938
69939 #: fortran/openmp.cc:3509
69940 #, gcc-internal-format, gfc-internal-format
69941 msgid "Intrinsic symbol specified in !$ACC ROUTINE ( NAME ) at %C marked with incompatible GANG, WORKER, or VECTOR clause"
69942 msgstr ""
69943
69944 #: fortran/openmp.cc:3517
69945 #, gcc-internal-format, gfc-internal-format
69946 msgid "Intrinsic symbol specified in !$ACC ROUTINE ( NAME ) at %C marked with incompatible NOHOST clause"
69947 msgstr ""
69948
69949 #: fortran/openmp.cc:3538 fortran/openmp.cc:3566
69950 #, gcc-internal-format, gfc-internal-format
69951 msgid "!$ACC ROUTINE already applied at %C"
69952 msgstr ""
69953
69954 #: fortran/openmp.cc:3583
69955 #, gcc-internal-format, gfc-internal-format
69956 msgid "!$ACC ROUTINE with GANG, WORKER, or VECTOR clause is not permitted in PURE procedure at %C"
69957 msgstr ""
69958
69959 #: fortran/openmp.cc:3735
69960 #, gcc-internal-format, gfc-internal-format
69961 msgid "Unexpected junk after $OMP CRITICAL statement at %C"
69962 msgstr ""
69963
69964 #: fortran/openmp.cc:3757
69965 #, gcc-internal-format
69966 msgid "Expected %<( depobj )%> at %C"
69967 msgstr "Očekivano je %<( depobj )%> pri %C"
69968
69969 #: fortran/openmp.cc:3773
69970 #, gcc-internal-format
69971 msgid "Expected IN, OUT, INOUT, MUTEXINOUTSET followed by %<)%> at %C"
69972 msgstr ""
69973
69974 #: fortran/openmp.cc:3791
69975 #, gcc-internal-format, gfc-internal-format
69976 msgid "Expected DEPEND, UPDATE, or DESTROY clause at %C"
69977 msgstr ""
69978
69979 #: fortran/openmp.cc:3799
69980 #, gcc-internal-format, gfc-internal-format
69981 msgid "DEPEND clause at %L of OMP DEPOBJ construct shall not have dependence-type SOURCE, SINK or DEPOBJ"
69982 msgstr ""
69983
69984 #: fortran/openmp.cc:3807
69985 #, gcc-internal-format, gfc-internal-format
69986 msgid "DEPEND clause at %L of OMP DEPOBJ construct shall have only a single locator"
69987 msgstr ""
69988
69989 #: fortran/openmp.cc:3933 fortran/openmp.cc:7557
69990 #, gcc-internal-format, gfc-internal-format
69991 msgid "MESSAGE clause at %L requires a scalar default-kind CHARACTER expression"
69992 msgstr ""
69993
69994 #: fortran/openmp.cc:3940
69995 #, gcc-internal-format, gfc-internal-format
69996 msgid "Constant character expression required in MESSAGE clause at %L"
69997 msgstr ""
69998
69999 #: fortran/openmp.cc:3946
70000 #, gcc-internal-format, gfc-internal-format
70001 msgid "$OMP ERROR encountered at %L: %s"
70002 msgstr ""
70003
70004 #: fortran/openmp.cc:3965
70005 #, gcc-internal-format, gfc-internal-format
70006 msgid "$OMP ERROR encountered at %L"
70007 msgstr ""
70008
70009 #: fortran/openmp.cc:3993
70010 #, gcc-internal-format, gfc-internal-format
70011 msgid "Expected SEQ_CST, AQC_REL, RELEASE, or ACQUIRE at %C"
70012 msgstr ""
70013
70014 #: fortran/openmp.cc:4002
70015 #, gcc-internal-format, gfc-internal-format
70016 msgid "List specified together with memory order clause in FLUSH directive at %C"
70017 msgstr ""
70018
70019 #: fortran/openmp.cc:4010
70020 #, gcc-internal-format, gfc-internal-format
70021 msgid "Unexpected junk after $OMP FLUSH statement at %C"
70022 msgstr ""
70023
70024 #: fortran/openmp.cc:4406 fortran/openmp.cc:9369
70025 #, gcc-internal-format, gfc-internal-format
70026 msgid "Redefinition of predefined %s !$OMP DECLARE REDUCTION at %L"
70027 msgstr ""
70028
70029 #: fortran/openmp.cc:4410 fortran/openmp.cc:9373
70030 #, gcc-internal-format, gfc-internal-format
70031 msgid "Redefinition of predefined !$OMP DECLARE REDUCTION at %L"
70032 msgstr ""
70033
70034 #: fortran/openmp.cc:4415
70035 #, gcc-internal-format, gfc-internal-format
70036 msgid "Redefinition of !$OMP DECLARE REDUCTION at %L"
70037 msgstr ""
70038
70039 #: fortran/openmp.cc:4417
70040 #, gcc-internal-format, gfc-internal-format
70041 msgid "Previous !$OMP DECLARE REDUCTION at %L"
70042 msgstr ""
70043
70044 #: fortran/openmp.cc:4437
70045 #, gcc-internal-format, gfc-internal-format
70046 msgid "Unexpected junk after !$OMP DECLARE REDUCTION at %C"
70047 msgstr ""
70048
70049 #: fortran/openmp.cc:4474
70050 #, gcc-internal-format, gfc-internal-format
70051 msgid "Only the !$OMP DECLARE TARGET form without clauses is allowed in interface block at %C"
70052 msgstr ""
70053
70054 #: fortran/openmp.cc:4489
70055 #, gcc-internal-format, gfc-internal-format
70056 msgid "Unexpected junk after !$OMP DECLARE TARGET at %C"
70057 msgstr ""
70058
70059 #: fortran/openmp.cc:4512
70060 #, gcc-internal-format, gfc-internal-format
70061 msgid "OMP DECLARE TARGET variable at %L is an element of a COMMON block"
70062 msgstr ""
70063
70064 #: fortran/openmp.cc:4517
70065 #, gcc-internal-format, gfc-internal-format
70066 msgid "OMP DECLARE TARGET variable at %L previously mentioned in LINK clause and later in TO clause"
70067 msgstr ""
70068
70069 #: fortran/openmp.cc:4523
70070 #, gcc-internal-format, gfc-internal-format
70071 msgid "OMP DECLARE TARGET variable at %L previously mentioned in TO clause and later in LINK clause"
70072 msgstr ""
70073
70074 #: fortran/openmp.cc:4527
70075 #, gcc-internal-format, gfc-internal-format
70076 msgid "Variable at %L mentioned multiple times in clauses of the same OMP DECLARE TARGET directive"
70077 msgstr ""
70078
70079 #: fortran/openmp.cc:4541 fortran/openmp.cc:4587
70080 #, gcc-internal-format
70081 msgid "List item %qs at %L set in previous OMP DECLARE TARGET directive to a different DEVICE_TYPE"
70082 msgstr ""
70083
70084 #: fortran/openmp.cc:4551
70085 #, gcc-internal-format, gfc-internal-format
70086 msgid "OMP DECLARE TARGET COMMON at %L previously mentioned in LINK clause and later in TO clause"
70087 msgstr ""
70088
70089 #: fortran/openmp.cc:4557
70090 #, gcc-internal-format, gfc-internal-format
70091 msgid "OMP DECLARE TARGET COMMON at %L previously mentioned in TO clause and later in LINK clause"
70092 msgstr ""
70093
70094 #: fortran/openmp.cc:4561
70095 #, gcc-internal-format, gfc-internal-format
70096 msgid "COMMON at %L mentioned multiple times in clauses of the same OMP DECLARE TARGET directive"
70097 msgstr ""
70098
70099 #: fortran/openmp.cc:4570
70100 #, gcc-internal-format, gfc-internal-format
70101 msgid "COMMON at %L set in previous OMP DECLARE TARGET directive to a different DEVICE_TYPE"
70102 msgstr ""
70103
70104 #: fortran/openmp.cc:4594
70105 #, gcc-internal-format, gfc-internal-format
70106 msgid "OMP DECLARE TARGET directive at %L with only DEVICE_TYPE clause is ignored"
70107 msgstr ""
70108
70109 #: fortran/openmp.cc:4604
70110 #, gcc-internal-format, gfc-internal-format
70111 msgid "Syntax error in !$OMP DECLARE TARGET list at %C"
70112 msgstr ""
70113
70114 #: fortran/openmp.cc:4642
70115 #, gcc-internal-format, gfc-internal-format
70116 msgid "expected trait selector name at %C"
70117 msgstr ""
70118
70119 #: fortran/openmp.cc:4697
70120 #, gcc-internal-format, gfc-internal-format
70121 msgid "selector '%s' not allowed for context selector set '%s' at %C"
70122 msgstr ""
70123
70124 #: fortran/openmp.cc:4717
70125 #, gcc-internal-format, gfc-internal-format
70126 msgid "selector '%s' does not accept any properties at %C"
70127 msgstr ""
70128
70129 #: fortran/openmp.cc:4726 fortran/openmp.cc:4871 fortran/openmp.cc:4970
70130 #: fortran/openmp.cc:5037
70131 #, gcc-internal-format, gfc-internal-format
70132 msgid "expected '(' at %C"
70133 msgstr "očekivano je '(' at %C"
70134
70135 #: fortran/openmp.cc:4734
70136 #, gcc-internal-format, gfc-internal-format
70137 msgid "score argument must be constant integer expression at %C"
70138 msgstr ""
70139
70140 #: fortran/openmp.cc:4742
70141 #, gcc-internal-format, gfc-internal-format
70142 msgid "score argument must be non-negative at %C"
70143 msgstr ""
70144
70145 #: fortran/openmp.cc:4748 fortran/openmp.cc:4861 fortran/openmp.cc:5018
70146 #: fortran/openmp.cc:5046
70147 #, gcc-internal-format, gfc-internal-format
70148 msgid "expected ')' at %C"
70149 msgstr "očekivano je ')' pri %C"
70150
70151 #: fortran/openmp.cc:4754
70152 #, gcc-internal-format, gfc-internal-format
70153 msgid "expected : at %C"
70154 msgstr "očekivano je : pri %C"
70155
70156 #: fortran/openmp.cc:4771
70157 #, gcc-internal-format, gfc-internal-format
70158 msgid "property must be constant integer expression or string literal at %C"
70159 msgstr ""
70160
70161 #: fortran/openmp.cc:4791
70162 #, gcc-internal-format, gfc-internal-format
70163 msgid "expected identifier at %C"
70164 msgstr "očekivano je identifikator pri %C"
70165
70166 #: fortran/openmp.cc:4810
70167 #, gcc-internal-format, gfc-internal-format
70168 msgid "expected identifier or string literal at %C"
70169 msgstr ""
70170
70171 #: fortran/openmp.cc:4830
70172 #, gcc-internal-format, gfc-internal-format
70173 msgid "expected expression at %C"
70174 msgstr ""
70175
70176 #: fortran/openmp.cc:4838
70177 #, gcc-internal-format, gfc-internal-format
70178 msgid "property must be constant integer or logical expression at %C"
70179 msgstr ""
70180
70181 #: fortran/openmp.cc:4850
70182 #, gcc-internal-format, gfc-internal-format
70183 msgid "expected simd clause at %C"
70184 msgstr ""
70185
70186 #: fortran/openmp.cc:4918
70187 #, gcc-internal-format, gfc-internal-format
70188 msgid "expected 'construct', 'device', 'implementation' or 'user' at %C"
70189 msgstr ""
70190
70191 #: fortran/openmp.cc:4926
70192 #, gcc-internal-format, gfc-internal-format
70193 msgid "expected '=' at %C"
70194 msgstr "očekivano je '=' pri %C"
70195
70196 #: fortran/openmp.cc:4933
70197 #, gcc-internal-format, gfc-internal-format
70198 msgid "expected '{' at %C"
70199 msgstr "očekivano je '{' pri %C"
70200
70201 #: fortran/openmp.cc:4948
70202 #, gcc-internal-format, gfc-internal-format
70203 msgid "expected '}' at %C"
70204 msgstr "očekivano je '}' pri %C"
70205
70206 #: fortran/openmp.cc:4977
70207 #, gcc-internal-format, gfc-internal-format
70208 msgid "expected name at %C"
70209 msgstr "očekivano je ime pri %C"
70210
70211 #: fortran/openmp.cc:4988
70212 #, gcc-internal-format, gfc-internal-format
70213 msgid "expected variant name at %C"
70214 msgstr ""
70215
70216 #: fortran/openmp.cc:5028
70217 #, gcc-internal-format, gfc-internal-format
70218 msgid "expected 'match' at %C"
70219 msgstr ""
70220
70221 #: fortran/openmp.cc:5079
70222 #, gcc-internal-format, gfc-internal-format
70223 msgid "Threadprivate variable at %C is an element of a COMMON block"
70224 msgstr ""
70225
70226 #: fortran/openmp.cc:5116
70227 #, gcc-internal-format, gfc-internal-format
70228 msgid "Unexpected junk after OMP THREADPRIVATE at %C"
70229 msgstr ""
70230
70231 #: fortran/openmp.cc:5123
70232 #, gcc-internal-format, gfc-internal-format
70233 msgid "Syntax error in !$OMP THREADPRIVATE list at %C"
70234 msgstr ""
70235
70236 #: fortran/openmp.cc:5226
70237 #, gcc-internal-format, gfc-internal-format
70238 msgid "Program unit at %L has OpenMP device constructs/routines but does not set !$OMP REQUIRES REVERSE_OFFSET but other program units do"
70239 msgstr ""
70240
70241 #: fortran/openmp.cc:5231
70242 #, gcc-internal-format, gfc-internal-format
70243 msgid "Program unit at %L has OpenMP device constructs/routines but does not set !$OMP REQUIRES UNIFIED_ADDRESS but other program units do"
70244 msgstr ""
70245
70246 #: fortran/openmp.cc:5236
70247 #, gcc-internal-format, gfc-internal-format
70248 msgid "Program unit at %L has OpenMP device constructs/routines but does not set !$OMP REQUIRES UNIFIED_SHARED_MEMORY but other program units do"
70249 msgstr ""
70250
70251 #: fortran/openmp.cc:5262
70252 #, gcc-internal-format
70253 msgid "!$OMP REQUIRES clause %qs specified via module %qs use at %L comes after using a device construct/routine"
70254 msgstr ""
70255
70256 #: fortran/openmp.cc:5266
70257 #, gcc-internal-format
70258 msgid "!$OMP REQUIRES clause %qs specified at %L comes after using a device construct/routine"
70259 msgstr ""
70260
70261 #: fortran/openmp.cc:5288
70262 #, gcc-internal-format
70263 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)"
70264 msgstr ""
70265
70266 #: fortran/openmp.cc:5293
70267 #, gcc-internal-format
70268 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)"
70269 msgstr ""
70270
70271 #: fortran/openmp.cc:5304
70272 #, gcc-internal-format
70273 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"
70274 msgstr ""
70275
70276 #: fortran/openmp.cc:5309
70277 #, gcc-internal-format
70278 msgid "!$OMP REQUIRES clause %qs specified via module %qs use at %L but same clause is not specified for the program unit"
70279 msgstr ""
70280
70281 #: fortran/openmp.cc:5338
70282 #, gcc-internal-format, gfc-internal-format
70283 msgid "!$OMP REQUIRES at %C must appear in the specification part of a program unit"
70284 msgstr ""
70285
70286 #: fortran/openmp.cc:5406
70287 #, gcc-internal-format, gfc-internal-format
70288 msgid "Expected SEQ_CST, ACQ_REL or RELAXED for ATOMIC_DEFAULT_MEM_ORDER clause at %C"
70289 msgstr ""
70290
70291 #: fortran/openmp.cc:5416
70292 #, gcc-internal-format
70293 msgid "Sorry, %qs clause at %L on REQUIRES directive is not yet supported"
70294 msgstr ""
70295
70296 #: fortran/openmp.cc:5426
70297 #, gcc-internal-format, gfc-internal-format
70298 msgid "Clause expected at %C"
70299 msgstr ""
70300
70301 #: fortran/openmp.cc:5432
70302 #, gcc-internal-format
70303 msgid "%qs clause at %L specified more than once"
70304 msgstr ""
70305
70306 #: fortran/openmp.cc:5435
70307 #, gcc-internal-format, gfc-internal-format
70308 msgid "Expected UNIFIED_ADDRESS, UNIFIED_SHARED_MEMORY, DYNAMIC_ALLOCATORS, REVERSE_OFFLOAD, or ATOMIC_DEFAULT_MEM_ORDER clause at %L"
70309 msgstr ""
70310
70311 #: fortran/openmp.cc:5461
70312 #, gcc-internal-format, gfc-internal-format
70313 msgid "Expected INCLUSIVE or EXCLUSIVE clause at %C"
70314 msgstr ""
70315
70316 #: fortran/openmp.cc:5467
70317 #, gcc-internal-format, gfc-internal-format
70318 msgid "Unexpected junk after !$OMP SCAN at %C"
70319 msgstr ""
70320
70321 #: fortran/openmp.cc:5665
70322 #, gcc-internal-format, gfc-internal-format
70323 msgid "Unexpected junk after TASKYIELD clause at %C"
70324 msgstr ""
70325
70326 #: fortran/openmp.cc:5724
70327 #, gcc-internal-format, gfc-internal-format
70328 msgid "Unexpected junk after $OMP WORKSHARE statement at %C"
70329 msgstr ""
70330
70331 #: fortran/openmp.cc:5759
70332 #, gcc-internal-format, gfc-internal-format
70333 msgid "Unexpected junk after $OMP MASTER statement at %C"
70334 msgstr ""
70335
70336 #: fortran/openmp.cc:5791
70337 #, gcc-internal-format, gfc-internal-format
70338 msgid "Unexpected junk after $OMP NOTHING statement at %C"
70339 msgstr ""
70340
70341 #: fortran/openmp.cc:5826 fortran/openmp.cc:5829 fortran/openmp.cc:5832
70342 #, gcc-internal-format, gfc-internal-format
70343 msgid "!$OMP ATOMIC at %L with %s clause is incompatible with READ or WRITE"
70344 msgstr ""
70345
70346 #: fortran/openmp.cc:5836
70347 #, gcc-internal-format, gfc-internal-format
70348 msgid "!$OMP ATOMIC at %L with %s clause requires %s clause"
70349 msgstr ""
70350
70351 #: fortran/openmp.cc:5873
70352 #, gcc-internal-format, gfc-internal-format
70353 msgid "!$OMP ATOMIC READ at %L incompatible with RELEASE clause"
70354 msgstr ""
70355
70356 #: fortran/openmp.cc:5883
70357 #, gcc-internal-format, gfc-internal-format
70358 msgid "!$OMP ATOMIC WRITE at %L incompatible with ACQUIRE clause"
70359 msgstr ""
70360
70361 #: fortran/openmp.cc:5920
70362 #, gcc-internal-format, gfc-internal-format
70363 msgid "Unexpected junk after !$ACC ATOMIC statement at %C"
70364 msgstr ""
70365
70366 #: fortran/openmp.cc:5935
70367 #, gcc-internal-format, gfc-internal-format
70368 msgid "Unexpected junk after $OMP BARRIER statement at %C"
70369 msgstr ""
70370
70371 #: fortran/openmp.cc:5991
70372 #, gcc-internal-format, gfc-internal-format
70373 msgid "Expected construct-type PARALLEL, SECTIONS, DO or TASKGROUP in $OMP CANCELLATION POINT statement at %C"
70374 msgstr ""
70375
70376 #: fortran/openmp.cc:5997
70377 #, gcc-internal-format, gfc-internal-format
70378 msgid "Unexpected junk after $OMP CANCELLATION POINT statement at %C"
70379 msgstr ""
70380
70381 #: fortran/openmp.cc:6018
70382 #, gcc-internal-format, gfc-internal-format
70383 msgid "Unexpected junk after NOWAIT clause at %C"
70384 msgstr ""
70385
70386 #: fortran/openmp.cc:6063
70387 #, gcc-internal-format, gfc-internal-format
70388 msgid "%s clause at %L requires a scalar INTEGER expression"
70389 msgstr ""
70390
70391 #: fortran/openmp.cc:6074
70392 #, gcc-internal-format, gfc-internal-format
70393 msgid "INTEGER expression of %s clause at %L must be positive"
70394 msgstr ""
70395
70396 #: fortran/openmp.cc:6085
70397 #, gcc-internal-format, gfc-internal-format
70398 msgid "INTEGER expression of %s clause at %L must be non-negative"
70399 msgstr ""
70400
70401 #: fortran/openmp.cc:6096
70402 #, gcc-internal-format
70403 msgid "Cray pointer object %qs of derived type in %s clause at %L"
70404 msgstr ""
70405
70406 #: fortran/openmp.cc:6099
70407 #, gcc-internal-format
70408 msgid "Cray pointee object %qs of derived type in %s clause at %L"
70409 msgstr ""
70410
70411 #: fortran/openmp.cc:6105 fortran/openmp.cc:7422
70412 #, gcc-internal-format
70413 msgid "POINTER object %qs of polymorphic type in %s clause at %L"
70414 msgstr ""
70415
70416 #: fortran/openmp.cc:6110
70417 #, gcc-internal-format
70418 msgid "Cray pointer object %qs of polymorphic type in %s clause at %L"
70419 msgstr ""
70420
70421 #: fortran/openmp.cc:6115
70422 #, gcc-internal-format
70423 msgid "Cray pointee object %qs of polymorphic type in %s clause at %L"
70424 msgstr ""
70425
70426 #: fortran/openmp.cc:6125 fortran/openmp.cc:7036 fortran/openmp.cc:7190
70427 #, gcc-internal-format
70428 msgid "Assumed size array %qs in %s clause at %L"
70429 msgstr ""
70430
70431 #: fortran/openmp.cc:6128
70432 #, gcc-internal-format
70433 msgid "Assumed rank array %qs in %s clause at %L"
70434 msgstr ""
70435
70436 #: fortran/openmp.cc:6144 fortran/openmp.cc:7129 fortran/openmp.cc:7178
70437 #, gcc-internal-format
70438 msgid "POINTER object %qs in %s clause at %L"
70439 msgstr ""
70440
70441 #: fortran/openmp.cc:6149 fortran/openmp.cc:7426
70442 #, gcc-internal-format
70443 msgid "Cray pointer object %qs in %s clause at %L"
70444 msgstr ""
70445
70446 #: fortran/openmp.cc:6154 fortran/openmp.cc:7429
70447 #, gcc-internal-format
70448 msgid "Cray pointee object %qs in %s clause at %L"
70449 msgstr ""
70450
70451 #: fortran/openmp.cc:6159 fortran/openmp.cc:7124 fortran/openmp.cc:7417
70452 #, gcc-internal-format
70453 msgid "ALLOCATABLE object %qs in %s clause at %L"
70454 msgstr ""
70455
70456 #: fortran/openmp.cc:6162 fortran/openmp.cc:7132
70457 #, gcc-internal-format
70458 msgid "VALUE object %qs in %s clause at %L"
70459 msgstr ""
70460
70461 #: fortran/openmp.cc:6205
70462 #, gcc-internal-format, gfc-internal-format
70463 msgid "Implicitly declared function %s used in !$OMP DECLARE REDUCTION at %L"
70464 msgstr ""
70465
70466 #: fortran/openmp.cc:6254
70467 #, gcc-internal-format, gfc-internal-format
70468 msgid "Implicitly declared subroutine %s used in !$OMP DECLARE REDUCTION at %L"
70469 msgstr ""
70470
70471 #: fortran/openmp.cc:6292
70472 #, gcc-internal-format, gfc-internal-format
70473 msgid "ORDERED clause parameter is less than COLLAPSE at %L"
70474 msgstr ""
70475
70476 #: fortran/openmp.cc:6295
70477 #, gcc-internal-format, gfc-internal-format
70478 msgid "ORDER clause must not be used together ORDERED at %L"
70479 msgstr ""
70480
70481 #: fortran/openmp.cc:6302 fortran/openmp.cc:6313 fortran/resolve.cc:10838
70482 #: fortran/resolve.cc:12178
70483 #, gcc-internal-format, gfc-internal-format
70484 msgid "IF clause at %L requires a scalar LOGICAL expression"
70485 msgstr ""
70486
70487 #: fortran/openmp.cc:6317
70488 #, gcc-internal-format, gfc-internal-format
70489 msgid "IF clause without modifier at %L used together with IF clauses with modifiers"
70490 msgstr ""
70491
70492 #: fortran/openmp.cc:6442
70493 #, gcc-internal-format, gfc-internal-format
70494 msgid "IF clause modifier %s at %L not appropriate for the current OpenMP construct"
70495 msgstr ""
70496
70497 #: fortran/openmp.cc:6452
70498 #, gcc-internal-format, gfc-internal-format
70499 msgid "FINAL clause at %L requires a scalar LOGICAL expression"
70500 msgstr ""
70501
70502 #: fortran/openmp.cc:6462
70503 #, gcc-internal-format, gfc-internal-format
70504 msgid "SCHEDULE clause's chunk_size at %L requires a scalar INTEGER expression"
70505 msgstr ""
70506
70507 #: fortran/openmp.cc:6467
70508 #, gcc-internal-format, gfc-internal-format
70509 msgid "INTEGER expression of SCHEDULE clause's chunk_size at %L must be positive"
70510 msgstr ""
70511
70512 #: fortran/openmp.cc:6474
70513 #, gcc-internal-format, gfc-internal-format
70514 msgid "Both MONOTONIC and NONMONOTONIC schedule modifiers specified at %L"
70515 msgstr ""
70516
70517 #: fortran/openmp.cc:6477
70518 #, gcc-internal-format, gfc-internal-format
70519 msgid "NONMONOTONIC schedule modifier specified with ORDERED clause at %L"
70520 msgstr ""
70521
70522 #: fortran/openmp.cc:6486
70523 #, gcc-internal-format, gfc-internal-format
70524 msgid "DEPOBJ in DEPOBJ construct at %L shall be a scalar integer of OMP_DEPEND_KIND kind"
70525 msgstr ""
70526
70527 #: fortran/openmp.cc:6501
70528 #, gcc-internal-format
70529 msgid "Variable %qs is not a dummy argument at %L"
70530 msgstr ""
70531
70532 #: fortran/openmp.cc:6537
70533 #, gcc-internal-format
70534 msgid "Object %qs is not a variable at %L; parameters cannot be and need not be copied"
70535 msgstr ""
70536
70537 #: fortran/openmp.cc:6541
70538 #, gcc-internal-format
70539 msgid "Object %qs is not a variable at %L; parameters cannot be and need not be mapped"
70540 msgstr ""
70541
70542 #: fortran/openmp.cc:6546 fortran/openmp.cc:9075
70543 #, gcc-internal-format
70544 msgid "Object %qs is not a variable at %L"
70545 msgstr ""
70546
70547 #: fortran/openmp.cc:6555
70548 #, gcc-internal-format
70549 msgid "%<inscan%> REDUCTION clause on construct other than DO, SIMD, DO SIMD, PARALLEL DO, PARALLEL DO SIMD at %L"
70550 msgstr ""
70551
70552 #: fortran/openmp.cc:6585
70553 #, gcc-internal-format
70554 msgid "Symbol %qs has mixed component and non-component accesses at %L"
70555 msgstr ""
70556
70557 #: fortran/openmp.cc:6588 fortran/openmp.cc:6604 fortran/openmp.cc:6612
70558 #: fortran/openmp.cc:6623 fortran/openmp.cc:6635 fortran/openmp.cc:6722
70559 #: fortran/openmp.cc:9099
70560 #, gcc-internal-format
70561 msgid "Symbol %qs present on multiple clauses at %L"
70562 msgstr ""
70563
70564 #: fortran/openmp.cc:6647
70565 #, gcc-internal-format, gfc-internal-format
70566 msgid "Expected integer expression of the 'omp_allocator_handle_kind' kind at %L"
70567 msgstr ""
70568
70569 #: fortran/openmp.cc:6665
70570 #, gcc-internal-format
70571 msgid "%qs appears more than once in %<allocate%> clauses at %L"
70572 msgstr ""
70573
70574 #: fortran/openmp.cc:6707 fortran/trans-openmp.cc:6403
70575 #, gcc-internal-format
70576 msgid "%qs specified in 'allocate' clause at %L but not in an explicit privatization clause"
70577 msgstr ""
70578
70579 #: fortran/openmp.cc:6729
70580 #, gcc-internal-format
70581 msgid "Array %qs is not permitted in reduction at %L"
70582 msgstr ""
70583
70584 #: fortran/openmp.cc:6742
70585 #, gcc-internal-format
70586 msgid "Symbol %qs present on both FROM and TO clauses at %L"
70587 msgstr ""
70588
70589 #: fortran/openmp.cc:6760
70590 #, gcc-internal-format
70591 msgid "Non-THREADPRIVATE object %qs in COPYIN clause at %L"
70592 msgstr ""
70593
70594 #: fortran/openmp.cc:6768
70595 #, gcc-internal-format
70596 msgid "Assumed size array %qs in COPYPRIVATE clause at %L"
70597 msgstr ""
70598
70599 #: fortran/openmp.cc:6771
70600 #, gcc-internal-format
70601 msgid "INTENT(IN) POINTER %qs in COPYPRIVATE clause at %L"
70602 msgstr ""
70603
70604 #: fortran/openmp.cc:6779
70605 #, gcc-internal-format
70606 msgid "THREADPRIVATE object %qs in SHARED clause at %L"
70607 msgstr ""
70608
70609 #: fortran/openmp.cc:6782
70610 #, gcc-internal-format
70611 msgid "Cray pointee %qs in SHARED clause at %L"
70612 msgstr ""
70613
70614 #: fortran/openmp.cc:6785
70615 #, gcc-internal-format
70616 msgid "Associate name %qs in SHARED clause at %L"
70617 msgstr ""
70618
70619 #: fortran/openmp.cc:6791
70620 #, gcc-internal-format
70621 msgid "DETACH event handle %qs in SHARED clause at %L"
70622 msgstr ""
70623
70624 #: fortran/openmp.cc:6806
70625 #, gcc-internal-format
70626 msgid "%qs in ALIGNED clause must be POINTER, ALLOCATABLE, Cray pointer or C_PTR at %L"
70627 msgstr ""
70628
70629 #: fortran/openmp.cc:6818
70630 #, gcc-internal-format
70631 msgid "%qs in ALIGNED clause at %L requires a scalar positive constant integer alignment expression"
70632 msgstr ""
70633
70634 #: fortran/openmp.cc:6844
70635 #, gcc-internal-format, gfc-internal-format
70636 msgid "Scalar integer expression for range begin expected at %L"
70637 msgstr ""
70638
70639 #: fortran/openmp.cc:6850
70640 #, gcc-internal-format, gfc-internal-format
70641 msgid "Scalar integer expression for range end expected at %L"
70642 msgstr ""
70643
70644 #: fortran/openmp.cc:6856
70645 #, gcc-internal-format, gfc-internal-format
70646 msgid "Scalar integer expression for range step expected at %L"
70647 msgstr ""
70648
70649 #: fortran/openmp.cc:6861
70650 #, gcc-internal-format, gfc-internal-format
70651 msgid "Nonzero range step expected at %L"
70652 msgstr ""
70653
70654 #: fortran/openmp.cc:6872
70655 #, gcc-internal-format, gfc-internal-format
70656 msgid "SINK dependence type only allowed on ORDERED directive at %L"
70657 msgstr ""
70658
70659 #: fortran/openmp.cc:6876
70660 #, gcc-internal-format, gfc-internal-format
70661 msgid "DEPEND SINK used together with DEPEND SOURCE on the same construct at %L"
70662 msgstr ""
70663
70664 #: fortran/openmp.cc:6886
70665 #, gcc-internal-format, gfc-internal-format
70666 msgid "SINK addend not a constant integer at %L"
70667 msgstr ""
70668
70669 #: fortran/openmp.cc:6892
70670 #, gcc-internal-format, gfc-internal-format
70671 msgid "Only SOURCE or SINK dependence types are allowed on ORDERED directive at %L"
70672 msgstr ""
70673
70674 #: fortran/openmp.cc:6901
70675 #, gcc-internal-format
70676 msgid "Locator %qs at %L in DEPEND clause of depobj type shall be a scalar integer of OMP_DEPEND_KIND kind"
70677 msgstr ""
70678
70679 #: fortran/openmp.cc:6912
70680 #, gcc-internal-format, gfc-internal-format
70681 msgid "Locator at %L in DEPEND clause of depobj type shall be a scalar integer of OMP_DEPEND_KIND kind"
70682 msgstr ""
70683
70684 #: fortran/openmp.cc:6956
70685 #, gcc-internal-format, gfc-internal-format
70686 msgid "Array is not contiguous at %L"
70687 msgstr ""
70688
70689 #: fortran/openmp.cc:6967
70690 #, gcc-internal-format, gfc-internal-format
70691 msgid "Unexpected substring reference in %s clause at %L"
70692 msgstr ""
70693
70694 #: fortran/openmp.cc:6975
70695 #, gcc-internal-format, gfc-internal-format
70696 msgid "Unexpected complex-parts designator reference in %s clause at %L"
70697 msgstr ""
70698
70699 #: fortran/openmp.cc:6984 fortran/openmp.cc:7002
70700 #, gcc-internal-format
70701 msgid "%qs in %s clause at %L is not a proper array section"
70702 msgstr ""
70703
70704 #: fortran/openmp.cc:6994
70705 #, gcc-internal-format, gfc-internal-format
70706 msgid "Stride should not be specified for array section in %s clause at %L"
70707 msgstr ""
70708
70709 #: fortran/openmp.cc:7016
70710 #, gcc-internal-format
70711 msgid "%qs in %s clause at %L is a zero size array section"
70712 msgstr ""
70713
70714 #: fortran/openmp.cc:7042
70715 #, gcc-internal-format
70716 msgid "List item %qs with allocatable components is not permitted in map clause at %L"
70717 msgstr ""
70718
70719 #: fortran/openmp.cc:7061
70720 #, gcc-internal-format, gfc-internal-format
70721 msgid "TARGET%s with map-type other than TO, FROM, TOFROM, or ALLOC on MAP clause at %L"
70722 msgstr ""
70723
70724 #: fortran/openmp.cc:7077
70725 #, gcc-internal-format, gfc-internal-format
70726 msgid "TARGET ENTER DATA with map-type other than TO, or ALLOC on MAP clause at %L"
70727 msgstr ""
70728
70729 #: fortran/openmp.cc:7092
70730 #, gcc-internal-format, gfc-internal-format
70731 msgid "TARGET EXIT DATA with map-type other than FROM, RELEASE, or DELETE on MAP clause at %L"
70732 msgstr ""
70733
70734 #: fortran/openmp.cc:7108 fortran/openmp.cc:7162
70735 #, gcc-internal-format
70736 msgid "THREADPRIVATE object %qs in %s clause at %L"
70737 msgstr ""
70738
70739 #: fortran/openmp.cc:7111 fortran/openmp.cc:7165
70740 #, gcc-internal-format
70741 msgid "Cray pointee %qs in %s clause at %L"
70742 msgstr ""
70743
70744 #: fortran/openmp.cc:7119
70745 #, gcc-internal-format
70746 msgid "Non-dummy object %qs in %s clause at %L"
70747 msgstr ""
70748
70749 #: fortran/openmp.cc:7156
70750 #, gcc-internal-format
70751 msgid "%<inscan%> and non-%<inscan%> %<reduction%> clauses on the same construct at %L"
70752 msgstr ""
70753
70754 #: fortran/openmp.cc:7168
70755 #, gcc-internal-format
70756 msgid "Associate name %qs in %s clause at %L"
70757 msgstr ""
70758
70759 #: fortran/openmp.cc:7175
70760 #, gcc-internal-format
70761 msgid "Procedure pointer %qs in %s clause at %L"
70762 msgstr ""
70763
70764 #: fortran/openmp.cc:7181
70765 #, gcc-internal-format
70766 msgid "Cray pointer %qs in %s clause at %L"
70767 msgstr ""
70768
70769 #: fortran/openmp.cc:7193
70770 #, gcc-internal-format
70771 msgid "Variable %qs in %s clause is used in NAMELIST statement at %L"
70772 msgstr ""
70773
70774 #. case OMP_LIST_REDUCTION:
70775 #: fortran/openmp.cc:7203
70776 #, gcc-internal-format
70777 msgid "INTENT(IN) POINTER %qs in %s clause at %L"
70778 msgstr ""
70779
70780 #: fortran/openmp.cc:7214
70781 #, gcc-internal-format
70782 msgid "DETACH event handle %qs in %s clause at %L"
70783 msgstr ""
70784
70785 #: fortran/openmp.cc:7238
70786 #, gcc-internal-format, gfc-internal-format
70787 msgid "Only DEFAULT permitted as reduction-modifier in REDUCTION clause at %L"
70788 msgstr ""
70789
70790 #: fortran/openmp.cc:7331
70791 #, gcc-internal-format, gfc-internal-format
70792 msgid "!$OMP DECLARE REDUCTION %s not found for type %s at %L"
70793 msgstr ""
70794
70795 #: fortran/openmp.cc:7357
70796 #, gcc-internal-format, gfc-internal-format
70797 msgid "LINEAR clause modifier used on DO or SIMD construct at %L"
70798 msgstr ""
70799
70800 #: fortran/openmp.cc:7362
70801 #, gcc-internal-format, gfc-internal-format
70802 msgid "LINEAR clause specified together with ORDERED clause with argument at %L"
70803 msgstr ""
70804
70805 #: fortran/openmp.cc:7367
70806 #, gcc-internal-format
70807 msgid "LINEAR variable %qs must be INTEGER at %L"
70808 msgstr ""
70809
70810 #: fortran/openmp.cc:7372
70811 #, gcc-internal-format
70812 msgid "LINEAR dummy argument %qs with VALUE attribute with %s modifier at %L"
70813 msgstr ""
70814
70815 #: fortran/openmp.cc:7383
70816 #, gcc-internal-format
70817 msgid "%qs in LINEAR clause at %L requires a scalar integer linear-step expression"
70818 msgstr ""
70819
70820 #: fortran/openmp.cc:7400
70821 #, gcc-internal-format
70822 msgid "%qs in LINEAR clause at %L requires a constant integer linear-step expression or dummy argument specified in UNIFORM clause"
70823 msgstr ""
70824
70825 #: fortran/openmp.cc:7434
70826 #, gcc-internal-format
70827 msgid "%s clause variable %qs at %L is neither a POINTER nor an array"
70828 msgstr ""
70829
70830 #: fortran/openmp.cc:7494
70831 #, gcc-internal-format, gfc-internal-format
70832 msgid "NUM_TEAMS lower bound at %L larger than upper bound at %L"
70833 msgstr ""
70834
70835 #: fortran/openmp.cc:7507
70836 #, gcc-internal-format, gfc-internal-format
70837 msgid "Value of HINT clause at %L shall be a valid constant hint expression"
70838 msgstr ""
70839
70840 #: fortran/openmp.cc:7517
70841 #, gcc-internal-format, gfc-internal-format
70842 msgid "DIST_SCHEDULE clause's chunk_size at %L requires a scalar INTEGER expression"
70843 msgstr ""
70844
70845 #: fortran/openmp.cc:7547
70846 #, gcc-internal-format, gfc-internal-format
70847 msgid "Incompatible use of TILE and COLLAPSE at %L"
70848 msgstr ""
70849
70850 #: fortran/openmp.cc:7549
70851 #, gcc-internal-format, gfc-internal-format
70852 msgid "SOURCE dependence type only allowed on ORDERED directive at %L"
70853 msgstr ""
70854
70855 #: fortran/openmp.cc:7574
70856 #, gcc-internal-format, gfc-internal-format
70857 msgid "TARGET DATA must contain at least one MAP, USE_DEVICE_PTR, or USE_DEVICE_ADDR clause at %L"
70858 msgstr ""
70859
70860 #: fortran/openmp.cc:7577
70861 #, gcc-internal-format, gfc-internal-format
70862 msgid "%s must contain at least one MAP clause at %L"
70863 msgstr ""
70864
70865 #: fortran/openmp.cc:7587
70866 #, gcc-internal-format
70867 msgid "%qs at %L should be a scalar of type integer(kind=omp_event_handle_kind)"
70868 msgstr ""
70869
70870 #: fortran/openmp.cc:7592
70871 #, gcc-internal-format, gfc-internal-format
70872 msgid "The event handle at %L must not be an array element"
70873 msgstr ""
70874
70875 #: fortran/openmp.cc:7596
70876 #, gcc-internal-format, gfc-internal-format
70877 msgid "The event handle at %L must not be part of a derived type or class"
70878 msgstr ""
70879
70880 #: fortran/openmp.cc:7600
70881 #, gcc-internal-format
70882 msgid "%<DETACH%> clause at %L must not be used together with %<MERGEABLE%> clause"
70883 msgstr ""
70884
70885 #: fortran/openmp.cc:7752
70886 #, gcc-internal-format, gfc-internal-format
70887 msgid "Expected IF at %L in atomic compare capture"
70888 msgstr ""
70889
70890 #: fortran/openmp.cc:7760
70891 #, gcc-internal-format, gfc-internal-format
70892 msgid "Expected ELSE at %L in atomic compare capture"
70893 msgstr ""
70894
70895 #: fortran/openmp.cc:7872
70896 #, gcc-internal-format
70897 msgid "Expected %<==%>, %<.EQ.%> or %<.EQV.%> atomic comparison expression at %L"
70898 msgstr ""
70899
70900 #: fortran/openmp.cc:7878
70901 #, gcc-internal-format, gfc-internal-format
70902 msgid "Expected scalar intrinsic variable at %L in atomic comparison"
70903 msgstr ""
70904
70905 #: fortran/openmp.cc:7886
70906 #, gcc-internal-format, gfc-internal-format
70907 msgid "Expected scalar intrinsic expression at %L in atomic comparison"
70908 msgstr ""
70909
70910 #: fortran/openmp.cc:7894
70911 #, gcc-internal-format, gfc-internal-format
70912 msgid "!$OMP ATOMIC statement must set a scalar variable of intrinsic type at %L"
70913 msgstr ""
70914
70915 #: fortran/openmp.cc:7903
70916 #, gcc-internal-format, gfc-internal-format
70917 msgid "!$OMP ATOMIC statement must assign an expression of intrinsic type at %L"
70918 msgstr ""
70919
70920 #: fortran/openmp.cc:7910
70921 #, gcc-internal-format, gfc-internal-format
70922 msgid "!$OMP ATOMIC with ALLOCATABLE variable at %L"
70923 msgstr ""
70924
70925 #: fortran/openmp.cc:7927
70926 #, gcc-internal-format, gfc-internal-format
70927 msgid "!$OMP ATOMIC READ statement must read from a scalar variable of intrinsic type at %L"
70928 msgstr ""
70929
70930 #: fortran/openmp.cc:7932
70931 #, gcc-internal-format, gfc-internal-format
70932 msgid "expr in !$OMP ATOMIC WRITE assignment var = expr must be scalar and cannot reference var at %L"
70933 msgstr ""
70934
70935 #: fortran/openmp.cc:7944
70936 #, gcc-internal-format, gfc-internal-format
70937 msgid "!$OMP ATOMIC capture-statement must set a scalar variable of intrinsic type at %L"
70938 msgstr ""
70939
70940 #: fortran/openmp.cc:7952
70941 #, gcc-internal-format, gfc-internal-format
70942 msgid "!$OMP ATOMIC capture-statement requires a scalar variable of intrinsic type at %L"
70943 msgstr ""
70944
70945 #: fortran/openmp.cc:7962
70946 #, gcc-internal-format, gfc-internal-format
70947 msgid "!$OMP ATOMIC CAPTURE capture statement reads from different variable than update statement writes into at %L"
70948 msgstr ""
70949
70950 #: fortran/openmp.cc:7978
70951 #, gcc-internal-format
70952 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"
70953 msgstr ""
70954
70955 #: fortran/openmp.cc:7986
70956 #, gcc-internal-format, gfc-internal-format
70957 msgid "expr in !$OMP ATOMIC COMPARE assignment var = expr must be scalar and cannot reference var at %L"
70958 msgstr ""
70959
70960 #: fortran/openmp.cc:8004
70961 #, gcc-internal-format, gfc-internal-format
70962 msgid "!$OMP ATOMIC UPDATE at %L with FAIL clause requiries either the COMPARE clause or using the intrinsic MIN/MAX procedure"
70963 msgstr ""
70964
70965 #: fortran/openmp.cc:8031
70966 #, gcc-internal-format, gfc-internal-format
70967 msgid "!$OMP ATOMIC assignment operator must be binary +, *, -, /, .AND., .OR., .EQV. or .NEQV. at %L"
70968 msgstr ""
70969
70970 #: fortran/openmp.cc:8079
70971 #, gcc-internal-format, gfc-internal-format
70972 msgid "!$OMP ATOMIC assignment must be var = var op expr or var = expr op var at %L"
70973 msgstr ""
70974
70975 #: fortran/openmp.cc:8093
70976 #, gcc-internal-format, gfc-internal-format
70977 msgid "!$OMP ATOMIC var = var op expr not mathematically equivalent to var = var op (expr) at %L"
70978 msgstr ""
70979
70980 #: fortran/openmp.cc:8126
70981 #, gcc-internal-format, gfc-internal-format
70982 msgid "expr in !$OMP ATOMIC assignment var = var op expr must be scalar and cannot reference var at %L"
70983 msgstr ""
70984
70985 #: fortran/openmp.cc:8150
70986 #, gcc-internal-format, gfc-internal-format
70987 msgid "!$OMP ATOMIC assignment intrinsic IAND, IOR or IEOR must have two arguments at %L"
70988 msgstr ""
70989
70990 #: fortran/openmp.cc:8157
70991 #, gcc-internal-format, gfc-internal-format
70992 msgid "!$OMP ATOMIC assignment intrinsic must be MIN, MAX, IAND, IOR or IEOR at %L"
70993 msgstr ""
70994
70995 #: fortran/openmp.cc:8180
70996 #, gcc-internal-format
70997 msgid "!$OMP ATOMIC intrinsic arguments except one must not reference %qs at %L"
70998 msgstr ""
70999
71000 #: fortran/openmp.cc:8187
71001 #, gcc-internal-format, gfc-internal-format
71002 msgid "!$OMP ATOMIC intrinsic arguments must be scalar at %L"
71003 msgstr ""
71004
71005 #: fortran/openmp.cc:8195
71006 #, gcc-internal-format
71007 msgid "First or last !$OMP ATOMIC intrinsic argument must be %qs at %L"
71008 msgstr ""
71009
71010 #: fortran/openmp.cc:8213
71011 #, gcc-internal-format, gfc-internal-format
71012 msgid "!$OMP ATOMIC assignment must have an operator or intrinsic on right hand side at %L"
71013 msgstr ""
71014
71015 #: fortran/openmp.cc:8218
71016 #, gcc-internal-format, gfc-internal-format
71017 msgid "unexpected !$OMP ATOMIC expression at %L"
71018 msgstr ""
71019
71020 #: fortran/openmp.cc:8264
71021 #, gcc-internal-format
71022 msgid "ORDERED clause specified together with %<inscan%> REDUCTION clause at %L"
71023 msgstr ""
71024
71025 #: fortran/openmp.cc:8267
71026 #, gcc-internal-format
71027 msgid "SCHEDULE clause specified together with %<inscan%> REDUCTION clause at %L"
71028 msgstr ""
71029
71030 #: fortran/openmp.cc:8275
71031 #, gcc-internal-format, gfc-internal-format
71032 msgid "With INSCAN at %L, expected loop body with !$OMP SCAN between two structured-block-sequences"
71033 msgstr ""
71034
71035 #: fortran/openmp.cc:8571
71036 #, gcc-internal-format, gfc-internal-format
71037 msgid "%s cannot be a DO WHILE or DO without loop control at %L"
71038 msgstr ""
71039
71040 #: fortran/openmp.cc:8577
71041 #, gcc-internal-format, gfc-internal-format
71042 msgid "%s cannot be a DO CONCURRENT loop at %L"
71043 msgstr ""
71044
71045 #: fortran/openmp.cc:8583
71046 #, gcc-internal-format, gfc-internal-format
71047 msgid "%s iteration variable must be of type integer at %L"
71048 msgstr ""
71049
71050 #: fortran/openmp.cc:8587
71051 #, gcc-internal-format, gfc-internal-format
71052 msgid "%s iteration variable must not be THREADPRIVATE at %L"
71053 msgstr ""
71054
71055 #: fortran/openmp.cc:8600
71056 #, gcc-internal-format, gfc-internal-format
71057 msgid "%s iteration variable present on clause other than PRIVATE, LASTPRIVATE or ALLOCATE at %L"
71058 msgstr ""
71059
71060 #: fortran/openmp.cc:8604
71061 #, gcc-internal-format, gfc-internal-format
71062 msgid "%s iteration variable present on clause other than PRIVATE, LASTPRIVATE, ALLOCATE or LINEAR at %L"
71063 msgstr ""
71064
71065 #: fortran/openmp.cc:8622
71066 #, gcc-internal-format, gfc-internal-format
71067 msgid "%s collapsed loops don't form rectangular iteration space at %L"
71068 msgstr ""
71069
71070 #: fortran/openmp.cc:8632
71071 #, gcc-internal-format, gfc-internal-format
71072 msgid "collapsed %s loops not perfectly nested at %L"
71073 msgstr ""
71074
71075 #: fortran/openmp.cc:8641 fortran/openmp.cc:8649
71076 #, gcc-internal-format, gfc-internal-format
71077 msgid "not enough DO loops for collapsed %s at %L"
71078 msgstr ""
71079
71080 #: fortran/openmp.cc:8854 fortran/openmp.cc:8867
71081 #, gcc-internal-format, gfc-internal-format
71082 msgid "The %s directive cannot be specified within a %s region at %L"
71083 msgstr ""
71084
71085 #: fortran/openmp.cc:8886
71086 #, gcc-internal-format, gfc-internal-format
71087 msgid "!$ACC LOOP cannot be a DO WHILE or DO without loop control at %L"
71088 msgstr ""
71089
71090 #: fortran/openmp.cc:8892
71091 #, gcc-internal-format, gfc-internal-format
71092 msgid "!$ACC LOOP cannot be a DO CONCURRENT loop at %L"
71093 msgstr ""
71094
71095 #: fortran/openmp.cc:8898
71096 #, gcc-internal-format, gfc-internal-format
71097 msgid "!$ACC LOOP iteration variable must be of type integer at %L"
71098 msgstr ""
71099
71100 #: fortran/openmp.cc:8914
71101 #, gcc-internal-format, gfc-internal-format
71102 msgid "!$ACC LOOP %s loops don't form rectangular iteration space at %L"
71103 msgstr ""
71104
71105 #: fortran/openmp.cc:8926
71106 #, gcc-internal-format, gfc-internal-format
71107 msgid "%s !$ACC LOOP loops not perfectly nested at %L"
71108 msgstr ""
71109
71110 #: fortran/openmp.cc:8936 fortran/openmp.cc:8945
71111 #, gcc-internal-format, gfc-internal-format
71112 msgid "not enough DO loops for %s !$ACC LOOP at %L"
71113 msgstr ""
71114
71115 #: fortran/openmp.cc:8961
71116 #, gcc-internal-format, gfc-internal-format
71117 msgid "Tiled loop cannot be parallelized across gangs, workers and vectors at the same time at %L"
71118 msgstr ""
71119
71120 #: fortran/openmp.cc:8982
71121 #, gcc-internal-format, gfc-internal-format
71122 msgid "TILE requires constant expression at %L"
71123 msgstr ""
71124
71125 #: fortran/openmp.cc:9082
71126 #, gcc-internal-format
71127 msgid "Array sections: %qs not allowed in !$ACC DECLARE at %L"
71128 msgstr ""
71129
71130 #: fortran/openmp.cc:9129
71131 #, gcc-internal-format
71132 msgid "NAME %qs does not refer to a subroutine or function in !$ACC ROUTINE ( NAME ) at %L"
71133 msgstr ""
71134
71135 #: fortran/openmp.cc:9135
71136 #, gcc-internal-format
71137 msgid "NAME %qs invalid in !$ACC ROUTINE ( NAME ) at %L"
71138 msgstr ""
71139
71140 #: fortran/openmp.cc:9258
71141 #, gcc-internal-format, gfc-internal-format
71142 msgid "OMP TARGET UPDATE at %L requires at least one TO or FROM clause"
71143 msgstr ""
71144
71145 #: fortran/openmp.cc:9272
71146 #, gcc-internal-format, gfc-internal-format
71147 msgid "OMP CRITICAL at %L with HINT clause requires a NAME, except when omp_sync_hint_none is used"
71148 msgstr ""
71149
71150 #: fortran/openmp.cc:9278
71151 #, gcc-internal-format
71152 msgid "Unexpected !$OMP SCAN at %L outside loop construct with %<inscan%> REDUCTION clause"
71153 msgstr ""
71154
71155 #: fortran/openmp.cc:9299
71156 #, gcc-internal-format
71157 msgid "!$OMP DECLARE SIMD should refer to containing procedure %qs at %L"
71158 msgstr ""
71159
71160 #: fortran/openmp.cc:9323
71161 #, gcc-internal-format, gfc-internal-format
71162 msgid "Variable other than OMP_PRIV or OMP_ORIG used in INITIALIZER clause of !$OMP DECLARE REDUCTION at %L"
71163 msgstr ""
71164
71165 #: fortran/openmp.cc:9331
71166 #, gcc-internal-format, gfc-internal-format
71167 msgid "Variable other than OMP_OUT or OMP_IN used in combiner of !$OMP DECLARE REDUCTION at %L"
71168 msgstr ""
71169
71170 #: fortran/openmp.cc:9360
71171 #, gcc-internal-format, gfc-internal-format
71172 msgid "Invalid operator for !$OMP DECLARE REDUCTION %s at %L"
71173 msgstr ""
71174
71175 #: fortran/openmp.cc:9382
71176 #, gcc-internal-format, gfc-internal-format
71177 msgid "CHARACTER length in !$OMP DECLARE REDUCTION %s not constant at %L"
71178 msgstr ""
71179
71180 #: fortran/openmp.cc:9398
71181 #, gcc-internal-format, gfc-internal-format
71182 msgid "Subroutine call with alternate returns in combiner of !$OMP DECLARE REDUCTION at %L"
71183 msgstr ""
71184
71185 #: fortran/openmp.cc:9413
71186 #, gcc-internal-format, gfc-internal-format
71187 msgid "Subroutine call with alternate returns in INITIALIZER clause of !$OMP DECLARE REDUCTION at %L"
71188 msgstr ""
71189
71190 #: fortran/openmp.cc:9423
71191 #, gcc-internal-format, gfc-internal-format
71192 msgid "One of actual subroutine arguments in INITIALIZER clause of !$OMP DECLARE REDUCTION must be OMP_PRIV at %L"
71193 msgstr ""
71194
71195 #: fortran/openmp.cc:9431
71196 #, gcc-internal-format, gfc-internal-format
71197 msgid "Missing INITIALIZER clause for !$OMP DECLARE REDUCTION of derived type without default initializer at %L"
71198 msgstr ""
71199
71200 #: fortran/options.cc:275
71201 #, gcc-internal-format
71202 msgid "%<-fexcess-precision=standard%> for Fortran"
71203 msgstr ""
71204
71205 #: fortran/options.cc:277
71206 #, gcc-internal-format
71207 msgid "%<-fexcess-precision=16%> for Fortran"
71208 msgstr ""
71209
71210 #: fortran/options.cc:371
71211 #, gcc-internal-format
71212 msgid "Reading file %qs as free form"
71213 msgstr ""
71214
71215 #: fortran/options.cc:381
71216 #, gcc-internal-format
71217 msgid "%<-fd-lines-as-comments%> has no effect in free form"
71218 msgstr ""
71219
71220 #: fortran/options.cc:384
71221 #, gcc-internal-format
71222 msgid "%<-fd-lines-as-code%> has no effect in free form"
71223 msgstr ""
71224
71225 #: fortran/options.cc:422
71226 #, gcc-internal-format
71227 msgid "Flag %<-fno-automatic%> overwrites %<-fmax-stack-var-size=%d%>"
71228 msgstr ""
71229
71230 #: fortran/options.cc:425
71231 #, gcc-internal-format
71232 msgid "Flag %<-fno-automatic%> overwrites %<-frecursive%>"
71233 msgstr ""
71234
71235 #: fortran/options.cc:428
71236 #, gcc-internal-format
71237 msgid "Flag %<-fno-automatic%> overwrites %<-frecursive%> implied by %qs"
71238 msgstr ""
71239
71240 #: fortran/options.cc:431
71241 #, gcc-internal-format
71242 msgid "Flag %<-frecursive%> overwrites %<-fmax-stack-var-size=%d%>"
71243 msgstr ""
71244
71245 #: fortran/options.cc:434
71246 #, gcc-internal-format
71247 msgid "Flag %<-fmax-stack-var-size=%d%> overwrites %<-frecursive%> implied by %qs"
71248 msgstr ""
71249
71250 #: fortran/options.cc:493
71251 #, gcc-internal-format
71252 msgid "Fixed line length must be at least seven"
71253 msgstr ""
71254
71255 #: fortran/options.cc:496
71256 #, gcc-internal-format
71257 msgid "Free line length must be at least three"
71258 msgstr ""
71259
71260 #: fortran/options.cc:499
71261 #, gcc-internal-format, gfc-internal-format
71262 msgid "Maximum subrecord length cannot exceed %d"
71263 msgstr ""
71264
71265 #: fortran/options.cc:518
71266 #, gcc-internal-format
71267 msgid "gfortran: Only one %<-J%> option allowed"
71268 msgstr ""
71269
71270 #: fortran/options.cc:590
71271 #, gcc-internal-format
71272 msgid "Argument to %<-ffpe-trap%> is not valid: %s"
71273 msgstr ""
71274
71275 #: fortran/options.cc:592
71276 #, gcc-internal-format
71277 msgid "Argument to %<-ffpe-summary%> is not valid: %s"
71278 msgstr ""
71279
71280 #: fortran/options.cc:641
71281 #, gcc-internal-format
71282 msgid "Argument to %<-fcheck%> is not valid: %s"
71283 msgstr ""
71284
71285 #: fortran/options.cc:690
71286 #, gcc-internal-format
71287 msgid "%<-static-libgfortran%> is not supported in this configuration"
71288 msgstr "%<-static-libgfortran%> nije podržan u ovoj konfiguraciji"
71289
71290 #: fortran/options.cc:713
71291 #, gcc-internal-format, gfc-internal-format
71292 msgid "Maximum supported identifier length is %d"
71293 msgstr ""
71294
71295 #: fortran/options.cc:728
71296 #, gcc-internal-format
71297 msgid "Unrecognized option to %<-finit-logical%>: %s"
71298 msgstr ""
71299
71300 #: fortran/options.cc:744
71301 #, gcc-internal-format
71302 msgid "The value of n in %<-finit-character=n%> must be between 0 and 127"
71303 msgstr ""
71304
71305 #: fortran/parse.cc:602
71306 #, gcc-internal-format, gfc-internal-format
71307 msgid "Unclassifiable statement at %C"
71308 msgstr ""
71309
71310 #: fortran/parse.cc:666
71311 #, gcc-internal-format, gfc-internal-format
71312 msgid "OpenACC directives other than ROUTINE may not appear in PURE procedures at %C"
71313 msgstr ""
71314
71315 #: fortran/parse.cc:732
71316 #, gcc-internal-format, gfc-internal-format
71317 msgid "Unclassifiable OpenACC directive at %C"
71318 msgstr ""
71319
71320 #: fortran/parse.cc:876 fortran/parse.cc:1162
71321 #, gcc-internal-format, gfc-internal-format
71322 msgid "OpenMP directives other than SIMD or DECLARE TARGET at %C may not appear in PURE procedures"
71323 msgstr ""
71324
71325 #: fortran/parse.cc:1146
71326 #, gcc-internal-format, gfc-internal-format
71327 msgid "Unclassifiable OpenMP directive at %C"
71328 msgstr ""
71329
71330 #: fortran/parse.cc:1240
71331 #, gcc-internal-format, gfc-internal-format
71332 msgid "Unclassifiable GCC directive at %C"
71333 msgstr ""
71334
71335 #: fortran/parse.cc:1242
71336 #, gcc-internal-format, gfc-internal-format
71337 msgid "Unclassifiable GCC directive at %C, ignored"
71338 msgstr ""
71339
71340 #: fortran/parse.cc:1302 fortran/parse.cc:1529
71341 #, gcc-internal-format, gfc-internal-format
71342 msgid "Zero is not a valid statement label at %C"
71343 msgstr ""
71344
71345 #: fortran/parse.cc:1309 fortran/parse.cc:1521
71346 #, gcc-internal-format, gfc-internal-format
71347 msgid "Non-numeric character in statement label at %C"
71348 msgstr ""
71349
71350 #: fortran/parse.cc:1321 fortran/parse.cc:1570
71351 #, gcc-internal-format, gfc-internal-format
71352 msgid "Semicolon at %C needs to be preceded by statement"
71353 msgstr ""
71354
71355 #: fortran/parse.cc:1328 fortran/parse.cc:1585
71356 #, gcc-internal-format, gfc-internal-format
71357 msgid "Statement label without statement at %L"
71358 msgstr ""
71359
71360 #: fortran/parse.cc:1391 fortran/parse.cc:1572
71361 #, gcc-internal-format, gfc-internal-format
71362 msgid "Fortran 2008: Semicolon at %C without preceding statement"
71363 msgstr ""
71364
71365 #: fortran/parse.cc:1414 fortran/parse.cc:1548
71366 #, gcc-internal-format, gfc-internal-format
71367 msgid "Bad continuation line at %C"
71368 msgstr ""
71369
71370 #: fortran/parse.cc:1858
71371 #, gcc-internal-format, gfc-internal-format
71372 msgid "FORMAT statement at %L does not have a statement label"
71373 msgstr ""
71374
71375 #: fortran/parse.cc:2749
71376 #, gcc-internal-format
71377 msgid "gfc_ascii_statement(): Bad statement code"
71378 msgstr ""
71379
71380 #: fortran/parse.cc:2891
71381 #, gcc-internal-format, gfc-internal-format
71382 msgid "Unexpected %s statement at %C"
71383 msgstr ""
71384
71385 #: fortran/parse.cc:3046
71386 #, gcc-internal-format, gfc-internal-format
71387 msgid "%s statement at %C cannot follow %s statement at %L"
71388 msgstr ""
71389
71390 #: fortran/parse.cc:3063
71391 #, gcc-internal-format
71392 msgid "Unexpected end of file in %qs"
71393 msgstr "Neočekivani kraj datoteke u %qs"
71394
71395 #: fortran/parse.cc:3098
71396 #, gcc-internal-format
71397 msgid "Derived-type %qs with SEQUENCE must not have a CONTAINS section at %C"
71398 msgstr ""
71399
71400 #: fortran/parse.cc:3101
71401 #, gcc-internal-format
71402 msgid "Derived-type %qs with BIND(C) must not have a CONTAINS section at %C"
71403 msgstr ""
71404
71405 #: fortran/parse.cc:3121
71406 #, gcc-internal-format, gfc-internal-format
71407 msgid "Components in TYPE at %C must precede CONTAINS"
71408 msgstr ""
71409
71410 #: fortran/parse.cc:3125
71411 #, gcc-internal-format, gfc-internal-format
71412 msgid "Type-bound procedure at %C"
71413 msgstr ""
71414
71415 #: fortran/parse.cc:3133
71416 #, gcc-internal-format, gfc-internal-format
71417 msgid "GENERIC binding at %C"
71418 msgstr ""
71419
71420 #: fortran/parse.cc:3141
71421 #, gcc-internal-format, gfc-internal-format
71422 msgid "FINAL procedure declaration at %C"
71423 msgstr ""
71424
71425 #: fortran/parse.cc:3153
71426 #, gcc-internal-format, gfc-internal-format
71427 msgid "Derived type definition at %C with empty CONTAINS section"
71428 msgstr ""
71429
71430 #: fortran/parse.cc:3163 fortran/parse.cc:3618
71431 #, gcc-internal-format, gfc-internal-format
71432 msgid "PRIVATE statement in TYPE at %C must be inside a MODULE"
71433 msgstr ""
71434
71435 #: fortran/parse.cc:3170
71436 #, gcc-internal-format, gfc-internal-format
71437 msgid "PRIVATE statement at %C must precede procedure bindings"
71438 msgstr ""
71439
71440 #: fortran/parse.cc:3177 fortran/parse.cc:3631
71441 #, gcc-internal-format, gfc-internal-format
71442 msgid "Duplicate PRIVATE statement at %C"
71443 msgstr ""
71444
71445 #: fortran/parse.cc:3187
71446 #, gcc-internal-format, gfc-internal-format
71447 msgid "SEQUENCE statement at %C must precede CONTAINS"
71448 msgstr ""
71449
71450 #: fortran/parse.cc:3191
71451 #, gcc-internal-format, gfc-internal-format
71452 msgid "Already inside a CONTAINS block at %C"
71453 msgstr ""
71454
71455 #: fortran/parse.cc:3310
71456 #, gcc-internal-format, gfc-internal-format
71457 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"
71458 msgstr ""
71459
71460 #: fortran/parse.cc:3316
71461 #, gcc-internal-format, gfc-internal-format
71462 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"
71463 msgstr ""
71464
71465 #: fortran/parse.cc:3321
71466 #, gcc-internal-format, gfc-internal-format
71467 msgid "Allocatable component %s at %L of type LOCK_TYPE must have a codimension"
71468 msgstr ""
71469
71470 #: fortran/parse.cc:3325
71471 #, gcc-internal-format, gfc-internal-format
71472 msgid "Allocatable component %s at %L must have a codimension as it has a noncoarray subcomponent of type LOCK_TYPE"
71473 msgstr ""
71474
71475 #: fortran/parse.cc:3330
71476 #, gcc-internal-format, gfc-internal-format
71477 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)"
71478 msgstr ""
71479
71480 #: fortran/parse.cc:3337
71481 #, gcc-internal-format, gfc-internal-format
71482 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)"
71483 msgstr ""
71484
71485 #: fortran/parse.cc:3347
71486 #, gcc-internal-format, gfc-internal-format
71487 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"
71488 msgstr ""
71489
71490 #: fortran/parse.cc:3353
71491 #, gcc-internal-format, gfc-internal-format
71492 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"
71493 msgstr ""
71494
71495 #: fortran/parse.cc:3358
71496 #, gcc-internal-format, gfc-internal-format
71497 msgid "Allocatable component %s at %L of type EVENT_TYPE must have a codimension"
71498 msgstr ""
71499
71500 #: fortran/parse.cc:3362
71501 #, gcc-internal-format, gfc-internal-format
71502 msgid "Allocatable component %s at %L must have a codimension as it has a noncoarray subcomponent of type EVENT_TYPE"
71503 msgstr ""
71504
71505 #: fortran/parse.cc:3367
71506 #, gcc-internal-format, gfc-internal-format
71507 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)"
71508 msgstr ""
71509
71510 #: fortran/parse.cc:3374
71511 #, gcc-internal-format, gfc-internal-format
71512 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)"
71513 msgstr ""
71514
71515 #: fortran/parse.cc:3426
71516 #, gcc-internal-format, gfc-internal-format
71517 msgid "failed to create map component '%s'"
71518 msgstr ""
71519
71520 #: fortran/parse.cc:3459
71521 #, gcc-internal-format, gfc-internal-format
71522 msgid "failed to create union component '%s'"
71523 msgstr ""
71524
71525 #: fortran/parse.cc:3514
71526 #, gcc-internal-format, gfc-internal-format
71527 msgid "Syntax error in nested structure declaration at %C"
71528 msgstr ""
71529
71530 #: fortran/parse.cc:3601
71531 #, gcc-internal-format, gfc-internal-format
71532 msgid "FINAL declaration at %C must be inside CONTAINS"
71533 msgstr ""
71534
71535 #: fortran/parse.cc:3609
71536 #, gcc-internal-format, gfc-internal-format
71537 msgid "Derived type definition at %C without components"
71538 msgstr ""
71539
71540 #: fortran/parse.cc:3625
71541 #, gcc-internal-format, gfc-internal-format
71542 msgid "PRIVATE statement at %C must precede structure components"
71543 msgstr ""
71544
71545 #: fortran/parse.cc:3642
71546 #, gcc-internal-format, gfc-internal-format
71547 msgid "SEQUENCE statement at %C must precede structure components"
71548 msgstr ""
71549
71550 #: fortran/parse.cc:3648
71551 #, gcc-internal-format, gfc-internal-format
71552 msgid "SEQUENCE attribute at %C already specified in TYPE statement"
71553 msgstr ""
71554
71555 #: fortran/parse.cc:3653
71556 #, gcc-internal-format, gfc-internal-format
71557 msgid "Duplicate SEQUENCE statement at %C"
71558 msgstr ""
71559
71560 #: fortran/parse.cc:3663
71561 #, gcc-internal-format, gfc-internal-format
71562 msgid "CONTAINS block in derived type definition at %C"
71563 msgstr ""
71564
71565 #: fortran/parse.cc:3721
71566 #, gcc-internal-format, gfc-internal-format
71567 msgid "ENUM declaration at %C has no ENUMERATORS"
71568 msgstr ""
71569
71570 #: fortran/parse.cc:3808
71571 #, gcc-internal-format, gfc-internal-format
71572 msgid "Unexpected %s statement in INTERFACE block at %C"
71573 msgstr ""
71574
71575 #: fortran/parse.cc:3832
71576 #, gcc-internal-format
71577 msgid "Name %qs of ABSTRACT INTERFACE at %C cannot be the same as an intrinsic type"
71578 msgstr "Ime %qs od ABSTRACT INTERFACE pri %C ne može biti isto kao intrinsična vrsta"
71579
71580 #: fortran/parse.cc:3866
71581 #, gcc-internal-format, gfc-internal-format
71582 msgid "Unexpected %s statement at %C in INTERFACE body"
71583 msgstr ""
71584
71585 #: fortran/parse.cc:3884
71586 #, gcc-internal-format
71587 msgid "INTERFACE procedure %qs at %L has the same name as the enclosing procedure"
71588 msgstr ""
71589
71590 #: fortran/parse.cc:4014
71591 #, gcc-internal-format, gfc-internal-format
71592 msgid "%s statement is not allowed inside of BLOCK at %C"
71593 msgstr ""
71594
71595 #: fortran/parse.cc:4046
71596 #, gcc-internal-format, gfc-internal-format
71597 msgid "%s statement is not allowed inside of BLOCK DATA at %C"
71598 msgstr ""
71599
71600 #: fortran/parse.cc:4136
71601 #, gcc-internal-format, gfc-internal-format
71602 msgid "%s statement must appear in a MODULE"
71603 msgstr ""
71604
71605 #: fortran/parse.cc:4144
71606 #, gcc-internal-format, gfc-internal-format
71607 msgid "%s statement at %C follows another accessibility specification"
71608 msgstr ""
71609
71610 #: fortran/parse.cc:4196
71611 #, gcc-internal-format
71612 msgid "Bad kind expression for function %qs at %L"
71613 msgstr ""
71614
71615 #: fortran/parse.cc:4200
71616 #, gcc-internal-format
71617 msgid "The type for function %qs at %L is not accessible"
71618 msgstr ""
71619
71620 #: fortran/parse.cc:4260
71621 #, gcc-internal-format, gfc-internal-format
71622 msgid "ELSEWHERE statement at %C follows previous unmasked ELSEWHERE"
71623 msgstr ""
71624
71625 #: fortran/parse.cc:4282
71626 #, gcc-internal-format, gfc-internal-format
71627 msgid "Unexpected %s statement in WHERE block at %C"
71628 msgstr ""
71629
71630 #: fortran/parse.cc:4341
71631 #, gcc-internal-format, gfc-internal-format
71632 msgid "Unexpected %s statement in FORALL block at %C"
71633 msgstr ""
71634
71635 #: fortran/parse.cc:4392
71636 #, gcc-internal-format, gfc-internal-format
71637 msgid "ELSE IF statement at %C cannot follow ELSE statement at %L"
71638 msgstr ""
71639
71640 #: fortran/parse.cc:4410
71641 #, gcc-internal-format, gfc-internal-format
71642 msgid "Duplicate ELSE statements at %L and %C"
71643 msgstr ""
71644
71645 #: fortran/parse.cc:4471
71646 #, gcc-internal-format, gfc-internal-format
71647 msgid "Expected a CASE or END SELECT statement following SELECT CASE at %C"
71648 msgstr ""
71649
71650 #: fortran/parse.cc:4555
71651 #, gcc-internal-format, gfc-internal-format
71652 msgid "Expected TYPE IS, CLASS IS or END SELECT statement following SELECT TYPE at %C"
71653 msgstr ""
71654
71655 #: fortran/parse.cc:4631
71656 #, gcc-internal-format, gfc-internal-format
71657 msgid "Expected RANK or RANK DEFAULT following SELECT RANK at %C"
71658 msgstr ""
71659
71660 #: fortran/parse.cc:4695
71661 #, gcc-internal-format
71662 msgid "Variable %qs at %C cannot be redefined inside loop beginning at %L"
71663 msgstr ""
71664
71665 #: fortran/parse.cc:4728
71666 #, gcc-internal-format, gfc-internal-format
71667 msgid "End of nonblock DO statement at %C is within another block"
71668 msgstr ""
71669
71670 #: fortran/parse.cc:4738
71671 #, gcc-internal-format, gfc-internal-format
71672 msgid "End of nonblock DO statement at %C is interwoven with another DO loop"
71673 msgstr ""
71674
71675 #: fortran/parse.cc:4764
71676 #, gcc-internal-format, gfc-internal-format
71677 msgid "CRITICAL block inside of OpenACC region at %C"
71678 msgstr ""
71679
71680 #: fortran/parse.cc:4765
71681 #, gcc-internal-format, gfc-internal-format
71682 msgid "CRITICAL block inside of OpenMP region at %C"
71683 msgstr ""
71684
71685 #: fortran/parse.cc:4791
71686 #, gcc-internal-format, gfc-internal-format
71687 msgid "Statement label in END CRITICAL at %C does not match CRITICAL label"
71688 msgstr ""
71689
71690 #: fortran/parse.cc:4860 fortran/parse.cc:5602
71691 #, gcc-internal-format, gfc-internal-format
71692 msgid "BLOCK construct at %C"
71693 msgstr ""
71694
71695 #: fortran/parse.cc:4894
71696 #, gcc-internal-format, gfc-internal-format
71697 msgid "ASSOCIATE construct at %C"
71698 msgstr ""
71699
71700 #: fortran/parse.cc:5115
71701 #, gcc-internal-format, gfc-internal-format
71702 msgid "Statement label in ENDDO at %C doesn't match DO label"
71703 msgstr ""
71704
71705 #: fortran/parse.cc:5131
71706 #, gcc-internal-format, gfc-internal-format
71707 msgid "Named block DO at %L requires matching ENDDO name"
71708 msgstr ""
71709
71710 #: fortran/parse.cc:5383 fortran/parse.cc:5445
71711 #, gcc-internal-format, gfc-internal-format
71712 msgid "OpenACC directive inside of CRITICAL block at %C"
71713 msgstr ""
71714
71715 #: fortran/parse.cc:5420
71716 #, gcc-internal-format, gfc-internal-format
71717 msgid "Expecting %s at %C"
71718 msgstr ""
71719
71720 #: fortran/parse.cc:5464
71721 #, gcc-internal-format, gfc-internal-format
71722 msgid "Expected DO loop at %C"
71723 msgstr ""
71724
71725 #: fortran/parse.cc:5484
71726 #, gcc-internal-format, gfc-internal-format
71727 msgid "Redundant !$ACC END LOOP at %C"
71728 msgstr ""
71729
71730 #: fortran/parse.cc:5730
71731 #, gcc-internal-format, gfc-internal-format
71732 msgid "Name after !$omp critical and !$omp end critical does not match at %C"
71733 msgstr ""
71734
71735 #: fortran/parse.cc:5790
71736 #, gcc-internal-format, gfc-internal-format
71737 msgid "%s statement at %C cannot terminate a non-block DO loop"
71738 msgstr ""
71739
71740 #: fortran/parse.cc:5804
71741 #, gcc-internal-format, gfc-internal-format
71742 msgid "DATA statement at %C after the first executable statement"
71743 msgstr ""
71744
71745 #: fortran/parse.cc:5954
71746 #, gcc-internal-format
71747 msgid "%<GCC unroll%> directive not at the start of a loop at %C"
71748 msgstr ""
71749
71750 #: fortran/parse.cc:5957
71751 #, gcc-internal-format
71752 msgid "%<GCC ivdep%> directive not at the start of a loop at %C"
71753 msgstr ""
71754
71755 #: fortran/parse.cc:5960
71756 #, gcc-internal-format
71757 msgid "%<GCC vector%> directive not at the start of a loop at %C"
71758 msgstr ""
71759
71760 #: fortran/parse.cc:5963
71761 #, gcc-internal-format
71762 msgid "%<GCC novector%> directive not at the start of a loop at %C"
71763 msgstr ""
71764
71765 #: fortran/parse.cc:6079
71766 #, gcc-internal-format
71767 msgid "Contained procedure %qs at %C is already ambiguous"
71768 msgstr ""
71769
71770 #: fortran/parse.cc:6136
71771 #, gcc-internal-format, gfc-internal-format
71772 msgid "Unexpected %s statement in CONTAINS section at %C"
71773 msgstr ""
71774
71775 #: fortran/parse.cc:6161
71776 #, gcc-internal-format, gfc-internal-format
71777 msgid "CONTAINS statement without FUNCTION or SUBROUTINE statement at %L"
71778 msgstr ""
71779
71780 #: fortran/parse.cc:6275
71781 #, gcc-internal-format, gfc-internal-format
71782 msgid "CONTAINS statement at %C is already in a contained program unit"
71783 msgstr ""
71784
71785 #: fortran/parse.cc:6327
71786 #, gcc-internal-format
71787 msgid "Global binding name %qs at %L is already being used as a %s at %L"
71788 msgstr ""
71789
71790 #: fortran/parse.cc:6331
71791 #, gcc-internal-format
71792 msgid "Global name %qs at %L is already being used as a %s at %L"
71793 msgstr ""
71794
71795 #: fortran/parse.cc:6337
71796 #, gcc-internal-format
71797 msgid "Global binding name %qs at %L is already being used at %L"
71798 msgstr ""
71799
71800 #: fortran/parse.cc:6340
71801 #, gcc-internal-format
71802 msgid "Global name %qs at %L is already being used at %L"
71803 msgstr ""
71804
71805 #: fortran/parse.cc:6362
71806 #, gcc-internal-format, gfc-internal-format
71807 msgid "Blank BLOCK DATA at %C conflicts with prior BLOCK DATA at %L"
71808 msgstr ""
71809
71810 #: fortran/parse.cc:6388
71811 #, gcc-internal-format, gfc-internal-format
71812 msgid "Unexpected %s statement in BLOCK DATA at %C"
71813 msgstr ""
71814
71815 #: fortran/parse.cc:6493
71816 #, gcc-internal-format, gfc-internal-format
71817 msgid "Unexpected %s statement in MODULE at %C"
71818 msgstr ""
71819
71820 #. If we see a duplicate main program, shut down.  If the second
71821 #. instance is an implied main program, i.e. data decls or executable
71822 #. statements, we're in for lots of errors.
71823 #: fortran/parse.cc:6972
71824 #, gcc-internal-format, gfc-internal-format
71825 msgid "Two main PROGRAMs at %L and %C"
71826 msgstr ""
71827
71828 #: fortran/primary.cc:103
71829 #, gcc-internal-format, gfc-internal-format
71830 msgid "Missing kind-parameter at %C"
71831 msgstr ""
71832
71833 #: fortran/primary.cc:136
71834 #, gcc-internal-format
71835 msgid "gfc_check_digit(): bad radix"
71836 msgstr ""
71837
71838 #: fortran/primary.cc:279
71839 #, gcc-internal-format, gfc-internal-format
71840 msgid "Integer kind %d at %C not available"
71841 msgstr ""
71842
71843 #: fortran/primary.cc:288
71844 #, gcc-internal-format
71845 msgid "Integer too big for its kind at %C. This check can be disabled with the option %<-fno-range-check%>"
71846 msgstr ""
71847
71848 #: fortran/primary.cc:316
71849 #, gcc-internal-format, gfc-internal-format
71850 msgid "Hollerith constant at %C"
71851 msgstr ""
71852
71853 #: fortran/primary.cc:323
71854 #, gcc-internal-format, gfc-internal-format
71855 msgid "Invalid Hollerith constant: %L must contain at least one character"
71856 msgstr ""
71857
71858 #: fortran/primary.cc:329
71859 #, gcc-internal-format, gfc-internal-format
71860 msgid "Invalid Hollerith constant: Integer kind at %L should be default"
71861 msgstr ""
71862
71863 #: fortran/primary.cc:349
71864 #, gcc-internal-format, gfc-internal-format
71865 msgid "Invalid Hollerith constant at %L contains a wide character"
71866 msgstr ""
71867
71868 #: fortran/primary.cc:435
71869 #, gcc-internal-format, gfc-internal-format
71870 msgid "Hexadecimal constant at %L uses nonstandard X instead of Z"
71871 msgstr ""
71872
71873 #: fortran/primary.cc:444
71874 #, gcc-internal-format, gfc-internal-format
71875 msgid "Empty set of digits in BOZ constant at %C"
71876 msgstr ""
71877
71878 #: fortran/primary.cc:450
71879 #, gcc-internal-format, gfc-internal-format
71880 msgid "Illegal character in BOZ constant at %C"
71881 msgstr ""
71882
71883 #: fortran/primary.cc:473
71884 #, gcc-internal-format, gfc-internal-format
71885 msgid "BOZ constant at %C uses nonstandard postfix syntax"
71886 msgstr ""
71887
71888 #: fortran/primary.cc:498
71889 #, gcc-internal-format, gfc-internal-format
71890 msgid "BOZ used outside a DATA statement at %L"
71891 msgstr ""
71892
71893 #: fortran/primary.cc:589
71894 #, gcc-internal-format, gfc-internal-format
71895 msgid "exponent-letter 'q' in real-literal-constant at %C"
71896 msgstr ""
71897
71898 #: fortran/primary.cc:594
71899 #, gcc-internal-format
71900 msgid "Extension: exponent-letter %<q%> in real-literal-constant at %C"
71901 msgstr ""
71902
71903 #: fortran/primary.cc:615
71904 #, gcc-internal-format, gfc-internal-format
71905 msgid "Missing exponent in real number at %C"
71906 msgstr ""
71907
71908 #: fortran/primary.cc:693
71909 #, gcc-internal-format
71910 msgid "Real number at %C has a %<d%> exponent and an explicit kind"
71911 msgstr ""
71912
71913 #: fortran/primary.cc:703
71914 #, gcc-internal-format
71915 msgid "Real number at %C has a %<q%> exponent and an explicit kind"
71916 msgstr ""
71917
71918 #: fortran/primary.cc:717
71919 #, gcc-internal-format
71920 msgid "Invalid exponent-letter %<q%> in real-literal-constant at %C"
71921 msgstr ""
71922
71923 #: fortran/primary.cc:730
71924 #, gcc-internal-format, gfc-internal-format
71925 msgid "Invalid real kind %d at %C"
71926 msgstr ""
71927
71928 #: fortran/primary.cc:745
71929 #, gcc-internal-format, gfc-internal-format
71930 msgid "Real constant overflows its kind at %C"
71931 msgstr ""
71932
71933 #: fortran/primary.cc:750
71934 #, gcc-internal-format, gfc-internal-format
71935 msgid "Real constant underflows its kind at %C"
71936 msgstr ""
71937
71938 #: fortran/primary.cc:755
71939 #, gcc-internal-format
71940 msgid "gfc_range_check() returned bad value"
71941 msgstr ""
71942
71943 #: fortran/primary.cc:803
71944 #, gcc-internal-format
71945 msgid "Non-significant digits in %qs number at %C, maybe incorrect KIND"
71946 msgstr ""
71947
71948 #: fortran/primary.cc:895
71949 #, gcc-internal-format, gfc-internal-format
71950 msgid "Syntax error in SUBSTRING specification at %C"
71951 msgstr ""
71952
71953 #: fortran/primary.cc:1103
71954 #, gcc-internal-format, gfc-internal-format
71955 msgid "Invalid kind %d for CHARACTER constant at %C"
71956 msgstr ""
71957
71958 #: fortran/primary.cc:1124
71959 #, gcc-internal-format, gfc-internal-format
71960 msgid "Unterminated character constant beginning at %C"
71961 msgstr ""
71962
71963 #: fortran/primary.cc:1154
71964 #, gcc-internal-format
71965 msgid "Character %qs in string at %C is not representable in character kind %d"
71966 msgstr ""
71967
71968 #: fortran/primary.cc:1167
71969 #, gcc-internal-format
71970 msgid "match_string_constant(): Delimiter not found"
71971 msgstr ""
71972
71973 #: fortran/primary.cc:1201
71974 #, gcc-internal-format, gfc-internal-format
71975 msgid "Substring start index (%ld) at %L below 1"
71976 msgstr ""
71977
71978 #: fortran/primary.cc:1207
71979 #, gcc-internal-format, gfc-internal-format
71980 msgid "Substring end index (%ld) at %L exceeds string length"
71981 msgstr ""
71982
71983 #: fortran/primary.cc:1292
71984 #, gcc-internal-format, gfc-internal-format
71985 msgid "Bad kind for logical constant at %C"
71986 msgstr ""
71987
71988 #: fortran/primary.cc:1336
71989 #, gcc-internal-format, gfc-internal-format
71990 msgid "Expected PARAMETER symbol in complex constant at %C"
71991 msgstr ""
71992
71993 #: fortran/primary.cc:1347
71994 #, gcc-internal-format, gfc-internal-format
71995 msgid "Numeric PARAMETER required in complex constant at %C"
71996 msgstr ""
71997
71998 #: fortran/primary.cc:1353
71999 #, gcc-internal-format, gfc-internal-format
72000 msgid "Scalar PARAMETER required in complex constant at %C"
72001 msgstr ""
72002
72003 #: fortran/primary.cc:1357
72004 #, gcc-internal-format, gfc-internal-format
72005 msgid "PARAMETER symbol in complex constant at %C"
72006 msgstr ""
72007
72008 #: fortran/primary.cc:1380
72009 #, gcc-internal-format
72010 msgid "gfc_match_sym_complex_part(): Bad type"
72011 msgstr ""
72012
72013 #: fortran/primary.cc:1387
72014 #, gcc-internal-format, gfc-internal-format
72015 msgid "Error converting PARAMETER constant in complex constant at %C"
72016 msgstr ""
72017
72018 #: fortran/primary.cc:1519
72019 #, gcc-internal-format, gfc-internal-format
72020 msgid "Syntax error in COMPLEX constant at %C"
72021 msgstr ""
72022
72023 #: fortran/primary.cc:1646
72024 #, gcc-internal-format
72025 msgid "Namelist %qs cannot be an argument at %L"
72026 msgstr ""
72027
72028 #: fortran/primary.cc:1748
72029 #, gcc-internal-format
72030 msgid "Keyword %qs at %C has already appeared in the current argument list"
72031 msgstr ""
72032
72033 #: fortran/primary.cc:1815
72034 #, gcc-internal-format, gfc-internal-format
72035 msgid "argument list function at %C"
72036 msgstr ""
72037
72038 #: fortran/primary.cc:1889
72039 #, gcc-internal-format, gfc-internal-format
72040 msgid "Expected alternate return label at %C"
72041 msgstr ""
72042
72043 #: fortran/primary.cc:1936
72044 #, gcc-internal-format, gfc-internal-format
72045 msgid "Missing keyword name in actual argument list at %C"
72046 msgstr ""
72047
72048 #: fortran/primary.cc:1982
72049 #, gcc-internal-format, gfc-internal-format
72050 msgid "Syntax error in argument list at %C"
72051 msgstr ""
72052
72053 #: fortran/primary.cc:2003
72054 #, gcc-internal-format
72055 msgid "extend_ref(): Bad tail"
72056 msgstr ""
72057
72058 #: fortran/primary.cc:2081
72059 #, gcc-internal-format, gfc-internal-format
72060 msgid "Array section designator, e.g. '(:)', is required besides the coarray designator '[...]' at %C"
72061 msgstr ""
72062
72063 #: fortran/primary.cc:2089
72064 #, gcc-internal-format
72065 msgid "Coarray designator at %C but %qs is not a coarray"
72066 msgstr ""
72067
72068 #: fortran/primary.cc:2241
72069 #, gcc-internal-format
72070 msgid "Symbol %qs at %C has no IMPLICIT type"
72071 msgstr ""
72072
72073 #: fortran/primary.cc:2248
72074 #, gcc-internal-format
72075 msgid "Unexpected %<%c%> for nonderived-type variable %qs at %C"
72076 msgstr ""
72077
72078 #: fortran/primary.cc:2269
72079 #, gcc-internal-format, gfc-internal-format
72080 msgid "Expected structure component name at %C"
72081 msgstr ""
72082
72083 #: fortran/primary.cc:2289 fortran/primary.cc:2431
72084 #, gcc-internal-format, gfc-internal-format
72085 msgid "RE or IM part_ref at %C"
72086 msgstr ""
72087
72088 #: fortran/primary.cc:2308 fortran/primary.cc:2436
72089 #, gcc-internal-format, gfc-internal-format
72090 msgid "The RE or IM part_ref at %C must be applied to a COMPLEX expression"
72091 msgstr ""
72092
72093 #: fortran/primary.cc:2315 fortran/primary.cc:2449
72094 #, gcc-internal-format, gfc-internal-format
72095 msgid "The LEN part_ref at %C must be applied to a CHARACTER expression"
72096 msgstr ""
72097
72098 #: fortran/primary.cc:2374
72099 #, gcc-internal-format, gfc-internal-format
72100 msgid "Expected argument list at %C"
72101 msgstr ""
72102
72103 #: fortran/primary.cc:2392
72104 #, gcc-internal-format
72105 msgid "%qs at %C is not an inquiry reference to an intrinsic type component %qs"
72106 msgstr ""
72107
72108 #: fortran/primary.cc:2395
72109 #, gcc-internal-format
72110 msgid "%qs at %C is not an inquiry reference to an intrinsic type component"
72111 msgstr ""
72112
72113 #: fortran/primary.cc:2465
72114 #, gcc-internal-format, gfc-internal-format
72115 msgid "The KIND part_ref at %C must be applied to an expression of intrinsic type"
72116 msgstr ""
72117
72118 #: fortran/primary.cc:2493
72119 #, gcc-internal-format
72120 msgid "Procedure pointer component %qs requires an argument list at %C"
72121 msgstr ""
72122
72123 #: fortran/primary.cc:2596
72124 #, gcc-internal-format, gfc-internal-format
72125 msgid "Nonpolymorphic reference to abstract type at %C"
72126 msgstr ""
72127
72128 #: fortran/primary.cc:2603
72129 #, gcc-internal-format, gfc-internal-format
72130 msgid "Coindexed procedure-pointer component at %C"
72131 msgstr ""
72132
72133 #: fortran/primary.cc:2639
72134 #, gcc-internal-format
72135 msgid "gfc_variable_attr(): Expression isn't a variable"
72136 msgstr ""
72137
72138 #: fortran/primary.cc:2830
72139 #, gcc-internal-format
72140 msgid "gfc_caf_attr(): Expression isn't a variable"
72141 msgstr ""
72142
72143 #: fortran/primary.cc:2887
72144 #, gcc-internal-format
72145 msgid "gfc_caf_attr(): Bad array reference"
72146 msgstr ""
72147
72148 #: fortran/primary.cc:3066
72149 #, gcc-internal-format
72150 msgid "No initializer for allocatable component %qs given in the structure constructor at %C"
72151 msgstr ""
72152
72153 #: fortran/primary.cc:3077
72154 #, gcc-internal-format, gfc-internal-format
72155 msgid "Structure constructor with missing optional arguments at %C"
72156 msgstr ""
72157
72158 #: fortran/primary.cc:3086
72159 #, gcc-internal-format
72160 msgid "No initializer for component %qs given in the structure constructor at %C"
72161 msgstr ""
72162
72163 #: fortran/primary.cc:3134
72164 #, gcc-internal-format
72165 msgid "Cannot construct ABSTRACT type %qs at %L"
72166 msgstr ""
72167
72168 #: fortran/primary.cc:3154
72169 #, gcc-internal-format, gfc-internal-format
72170 msgid "Structure constructor with named arguments at %C"
72171 msgstr ""
72172
72173 #: fortran/primary.cc:3169
72174 #, gcc-internal-format, gfc-internal-format
72175 msgid "Component initializer without name after component named %s at %L"
72176 msgstr ""
72177
72178 #: fortran/primary.cc:3174
72179 #, gcc-internal-format, gfc-internal-format
72180 msgid "Too many components in structure constructor at %L"
72181 msgstr ""
72182
72183 #: fortran/primary.cc:3232
72184 #, gcc-internal-format, gfc-internal-format
72185 msgid "CHARACTER expression will be truncated in constructor (%ld/%ld) at %L"
72186 msgstr ""
72187
72188 #: fortran/primary.cc:3250
72189 #, gcc-internal-format
72190 msgid "Component %qs is initialized twice in the structure constructor at %L"
72191 msgstr ""
72192
72193 #: fortran/primary.cc:3262
72194 #, gcc-internal-format
72195 msgid "Coindexed expression to pointer component %qs in structure constructor at %L"
72196 msgstr ""
72197
72198 #: fortran/primary.cc:3316
72199 #, gcc-internal-format
72200 msgid "component %qs at %L has already been set by a parent derived type constructor"
72201 msgstr ""
72202
72203 #: fortran/primary.cc:3481
72204 #, gcc-internal-format, gfc-internal-format
72205 msgid "%%LOC() as an rvalue at %C"
72206 msgstr ""
72207
72208 #: fortran/primary.cc:3540
72209 #, gcc-internal-format
72210 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)"
72211 msgstr ""
72212
72213 #: fortran/primary.cc:3571 fortran/primary.cc:3973
72214 #, gcc-internal-format, gfc-internal-format
72215 msgid "Symbol at %C is not appropriate for an expression"
72216 msgstr ""
72217
72218 #: fortran/primary.cc:3676
72219 #, gcc-internal-format
72220 msgid "Unexpected use of subroutine name %qs at %C"
72221 msgstr ""
72222
72223 #: fortran/primary.cc:3708
72224 #, gcc-internal-format
72225 msgid "Statement function %qs requires argument list at %C"
72226 msgstr ""
72227
72228 #: fortran/primary.cc:3711
72229 #, gcc-internal-format
72230 msgid "Function %qs requires an argument list at %C"
72231 msgstr ""
72232
72233 #: fortran/primary.cc:3761
72234 #, gcc-internal-format
72235 msgid "Missing argument to %qs at %C"
72236 msgstr ""
72237
72238 #: fortran/primary.cc:3774
72239 #, gcc-internal-format, gfc-internal-format
72240 msgid "The leftmost part-ref in a data-ref cannot be a function reference at %C"
72241 msgstr ""
72242
72243 #: fortran/primary.cc:3929
72244 #, gcc-internal-format
72245 msgid "Missing argument list in function %qs at %C"
72246 msgstr ""
72247
72248 #: fortran/primary.cc:4043
72249 #, gcc-internal-format
72250 msgid "Derived type %qs cannot be used as a variable at %C"
72251 msgstr ""
72252
72253 #: fortran/primary.cc:4084
72254 #, gcc-internal-format, gfc-internal-format
72255 msgid "Named constant at %C in an EQUIVALENCE"
72256 msgstr ""
72257
72258 #: fortran/primary.cc:4119
72259 #, gcc-internal-format
72260 msgid "%qs at %C is not a variable"
72261 msgstr ""
72262
72263 #: fortran/resolve.cc:123
72264 #, gcc-internal-format
72265 msgid "%qs at %L is of the ABSTRACT type %qs"
72266 msgstr ""
72267
72268 #: fortran/resolve.cc:126
72269 #, gcc-internal-format
72270 msgid "ABSTRACT type %qs used at %L"
72271 msgstr ""
72272
72273 #: fortran/resolve.cc:143
72274 #, gcc-internal-format
72275 msgid "Interface %qs at %L is declared in a later PROCEDURE statement"
72276 msgstr ""
72277
72278 #: fortran/resolve.cc:156
72279 #, gcc-internal-format
72280 msgid "Interface %qs at %L may not be generic"
72281 msgstr ""
72282
72283 #: fortran/resolve.cc:163
72284 #, gcc-internal-format
72285 msgid "Interface %qs at %L may not be a statement function"
72286 msgstr ""
72287
72288 #: fortran/resolve.cc:172
72289 #, gcc-internal-format
72290 msgid "Intrinsic procedure %qs not allowed in PROCEDURE statement at %L"
72291 msgstr ""
72292
72293 #: fortran/resolve.cc:178
72294 #, gcc-internal-format
72295 msgid "Interface %qs at %L must be explicit"
72296 msgstr ""
72297
72298 #: fortran/resolve.cc:200
72299 #, gcc-internal-format
72300 msgid "PROCEDURE %qs at %L may not be used as its own interface"
72301 msgstr ""
72302
72303 #: fortran/resolve.cc:300
72304 #, gcc-internal-format
72305 msgid "Alternate return specifier in elemental subroutine %qs at %L is not allowed"
72306 msgstr ""
72307
72308 #: fortran/resolve.cc:304
72309 #, gcc-internal-format
72310 msgid "Alternate return specifier in function %qs at %L is not allowed"
72311 msgstr ""
72312
72313 #: fortran/resolve.cc:315
72314 #, gcc-internal-format
72315 msgid "Self-referential argument %qs at %L is not allowed"
72316 msgstr ""
72317
72318 #: fortran/resolve.cc:387
72319 #, gcc-internal-format
72320 msgid "Dummy procedure %qs of PURE procedure at %L must also be PURE"
72321 msgstr ""
72322
72323 #: fortran/resolve.cc:397
72324 #, gcc-internal-format
72325 msgid "Argument %qs of pure function %qs at %L with VALUE attribute but without INTENT(IN)"
72326 msgstr ""
72327
72328 #: fortran/resolve.cc:402
72329 #, gcc-internal-format
72330 msgid "Argument %qs of pure function %qs at %L must be INTENT(IN) or VALUE"
72331 msgstr ""
72332
72333 #: fortran/resolve.cc:410
72334 #, gcc-internal-format
72335 msgid "Argument %qs of pure subroutine %qs at %L with VALUE attribute but without INTENT"
72336 msgstr ""
72337
72338 #: fortran/resolve.cc:415
72339 #, gcc-internal-format
72340 msgid "Argument %qs of pure subroutine %qs at %L must have its INTENT specified or have the VALUE attribute"
72341 msgstr ""
72342
72343 #: fortran/resolve.cc:425
72344 #, gcc-internal-format
72345 msgid "INTENT(OUT) argument %qs of pure procedure %qs at %L may not be polymorphic"
72346 msgstr ""
72347
72348 #: fortran/resolve.cc:458
72349 #, gcc-internal-format
72350 msgid "Coarray dummy argument %qs at %L to elemental procedure"
72351 msgstr ""
72352
72353 #: fortran/resolve.cc:466
72354 #, gcc-internal-format
72355 msgid "Argument %qs of elemental procedure at %L must be scalar"
72356 msgstr ""
72357
72358 #: fortran/resolve.cc:475
72359 #, gcc-internal-format
72360 msgid "Argument %qs of elemental procedure at %L cannot have the ALLOCATABLE attribute"
72361 msgstr ""
72362
72363 #: fortran/resolve.cc:485
72364 #, gcc-internal-format
72365 msgid "Argument %qs of elemental procedure at %L cannot have the POINTER attribute"
72366 msgstr ""
72367
72368 #: fortran/resolve.cc:493
72369 #, gcc-internal-format
72370 msgid "Dummy procedure %qs not allowed in elemental procedure %qs at %L"
72371 msgstr ""
72372
72373 #: fortran/resolve.cc:502
72374 #, gcc-internal-format
72375 msgid "Argument %qs of elemental procedure %qs at %L must have its INTENT specified or have the VALUE attribute"
72376 msgstr ""
72377
72378 #. F03:C1263 (R1238) The function-name and each dummy-arg-name
72379 #. shall be specified, explicitly or implicitly, to be scalar.
72380 #: fortran/resolve.cc:517
72381 #, gcc-internal-format, gfc-internal-format
72382 msgid "Argument '%s' of statement function '%s' at %L must be scalar"
72383 msgstr ""
72384
72385 #: fortran/resolve.cc:528
72386 #, gcc-internal-format
72387 msgid "Character-valued argument %qs of statement function at %L must have constant length"
72388 msgstr ""
72389
72390 #: fortran/resolve.cc:577
72391 #, gcc-internal-format
72392 msgid "Contained procedure %qs at %L has the same name as its encompassing procedure"
72393 msgstr ""
72394
72395 #: fortran/resolve.cc:597
72396 #, gcc-internal-format
72397 msgid "Contained function %qs at %L has no IMPLICIT type"
72398 msgstr ""
72399
72400 #: fortran/resolve.cc:600
72401 #, gcc-internal-format
72402 msgid "Result %qs of contained function %qs at %L has no IMPLICIT type"
72403 msgstr ""
72404
72405 #: fortran/resolve.cc:626
72406 #, gcc-internal-format
72407 msgid "Character-valued module procedure %qs at %L must not be assumed length"
72408 msgstr ""
72409
72410 #: fortran/resolve.cc:628
72411 #, gcc-internal-format
72412 msgid "Character-valued internal function %qs at %L must not be assumed length"
72413 msgstr ""
72414
72415 #: fortran/resolve.cc:800
72416 #, gcc-internal-format, gfc-internal-format
72417 msgid "Function %s at %L has entries with mismatched array specifications"
72418 msgstr ""
72419
72420 #: fortran/resolve.cc:811
72421 #, gcc-internal-format, gfc-internal-format
72422 msgid "Function %s at %L has entry %s with mismatched characteristics"
72423 msgstr ""
72424
72425 #: fortran/resolve.cc:826
72426 #, gcc-internal-format, gfc-internal-format
72427 msgid "Function %s at %L with entries returning variables of different string lengths"
72428 msgstr ""
72429
72430 #: fortran/resolve.cc:853
72431 #, gcc-internal-format, gfc-internal-format
72432 msgid "FUNCTION result %s cannot be an array in FUNCTION %s at %L"
72433 msgstr ""
72434
72435 #: fortran/resolve.cc:857
72436 #, gcc-internal-format, gfc-internal-format
72437 msgid "ENTRY result %s cannot be an array in FUNCTION %s at %L"
72438 msgstr ""
72439
72440 #: fortran/resolve.cc:864
72441 #, gcc-internal-format, gfc-internal-format
72442 msgid "FUNCTION result %s cannot be a POINTER in FUNCTION %s at %L"
72443 msgstr ""
72444
72445 #: fortran/resolve.cc:868
72446 #, gcc-internal-format, gfc-internal-format
72447 msgid "ENTRY result %s cannot be a POINTER in FUNCTION %s at %L"
72448 msgstr ""
72449
72450 #: fortran/resolve.cc:906
72451 #, gcc-internal-format, gfc-internal-format
72452 msgid "FUNCTION result %s cannot be of type %s in FUNCTION %s at %L"
72453 msgstr ""
72454
72455 #: fortran/resolve.cc:911
72456 #, gcc-internal-format, gfc-internal-format
72457 msgid "ENTRY result %s cannot be of type %s in FUNCTION %s at %L"
72458 msgstr ""
72459
72460 #: fortran/resolve.cc:956
72461 #, gcc-internal-format
72462 msgid "Global entity %qs at %L cannot appear in a COMMON block at %L"
72463 msgstr ""
72464
72465 #: fortran/resolve.cc:966
72466 #, gcc-internal-format, gfc-internal-format
72467 msgid "COMMON block at %L"
72468 msgstr ""
72469
72470 #: fortran/resolve.cc:973
72471 #, gcc-internal-format
72472 msgid "Variable %qs at %L is in COMMON but only in BLOCK DATA initialization is allowed"
72473 msgstr ""
72474
72475 #: fortran/resolve.cc:977
72476 #, gcc-internal-format
72477 msgid "Initialized variable %qs at %L is in a blank COMMON but initialization is only allowed in named common blocks"
72478 msgstr ""
72479
72480 #: fortran/resolve.cc:984
72481 #, gcc-internal-format
72482 msgid "%qs at %L cannot appear in COMMON [F2008:C5100]"
72483 msgstr ""
72484
72485 #: fortran/resolve.cc:992
72486 #, gcc-internal-format
72487 msgid "Derived type variable %qs in COMMON at %L has neither the SEQUENCE nor the BIND(C) attribute"
72488 msgstr ""
72489
72490 #: fortran/resolve.cc:996
72491 #, gcc-internal-format
72492 msgid "Derived type variable %qs in COMMON at %L has an ultimate component that is allocatable"
72493 msgstr ""
72494
72495 #: fortran/resolve.cc:1000
72496 #, gcc-internal-format
72497 msgid "Derived type variable %qs in COMMON at %L may not have default initializer"
72498 msgstr ""
72499
72500 #: fortran/resolve.cc:1044
72501 #, gcc-internal-format
72502 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"
72503 msgstr ""
72504
72505 #: fortran/resolve.cc:1058
72506 #, gcc-internal-format
72507 msgid "COMMON block %qs at %L uses the same global identifier as entity at %L"
72508 msgstr ""
72509
72510 #: fortran/resolve.cc:1066
72511 #, gcc-internal-format
72512 msgid "Fortran 2008: COMMON block %qs with binding label at %L sharing the identifier with global non-COMMON-block entity at %L"
72513 msgstr ""
72514
72515 #: fortran/resolve.cc:1088
72516 #, gcc-internal-format
72517 msgid "COMMON block at %L with binding label %qs uses the same global identifier as entity at %L"
72518 msgstr ""
72519
72520 #: fortran/resolve.cc:1109
72521 #, gcc-internal-format
72522 msgid "COMMON block %qs at %L is used as PARAMETER at %L"
72523 msgstr ""
72524
72525 #: fortran/resolve.cc:1113
72526 #, gcc-internal-format
72527 msgid "COMMON block %qs at %L cannot have the EXTERNAL attribute"
72528 msgstr ""
72529
72530 #: fortran/resolve.cc:1117
72531 #, gcc-internal-format
72532 msgid "COMMON block %qs at %L is also an intrinsic procedure"
72533 msgstr ""
72534
72535 #: fortran/resolve.cc:1121
72536 #, gcc-internal-format
72537 msgid "COMMON block %qs at %L that is also a function result"
72538 msgstr ""
72539
72540 #: fortran/resolve.cc:1126
72541 #, gcc-internal-format
72542 msgid "COMMON block %qs at %L that is also a global procedure"
72543 msgstr ""
72544
72545 #: fortran/resolve.cc:1193
72546 #, gcc-internal-format
72547 msgid "The KIND parameter %qs in the PDT constructor at %C has no value"
72548 msgstr ""
72549
72550 #: fortran/resolve.cc:1333
72551 #, gcc-internal-format, gfc-internal-format
72552 msgid "The rank of the element in the structure constructor at %L does not match that of the component (%d/%d)"
72553 msgstr ""
72554
72555 #: fortran/resolve.cc:1354
72556 #, gcc-internal-format
72557 msgid "The element in the structure constructor at %L, for pointer component %qs, is %s but should be %s"
72558 msgstr ""
72559
72560 #: fortran/resolve.cc:1386
72561 #, gcc-internal-format
72562 msgid "Unequal character lengths (%wd/%wd) for pointer component %qs in constructor at %L"
72563 msgstr ""
72564
72565 #: fortran/resolve.cc:1431
72566 #, gcc-internal-format
72567 msgid "The NULL in the structure constructor at %L is being applied to component %qs, which is neither a POINTER nor ALLOCATABLE"
72568 msgstr ""
72569
72570 #: fortran/resolve.cc:1465
72571 #, gcc-internal-format
72572 msgid "Interface mismatch for procedure-pointer component %qs in structure constructor at %L: %s"
72573 msgstr ""
72574
72575 #: fortran/resolve.cc:1484
72576 #, gcc-internal-format
72577 msgid "Bad array spec of component %qs referenced in structure constructor at %L"
72578 msgstr ""
72579
72580 #: fortran/resolve.cc:1497
72581 #, gcc-internal-format
72582 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)"
72583 msgstr ""
72584
72585 #: fortran/resolve.cc:1518
72586 #, gcc-internal-format
72587 msgid "The element in the structure constructor at %L, for pointer component %qs should be a POINTER or a TARGET"
72588 msgstr ""
72589
72590 #: fortran/resolve.cc:1547
72591 #, gcc-internal-format
72592 msgid "Invalid expression in the structure constructor for pointer component %qs at %L in PURE procedure"
72593 msgstr ""
72594
72595 #: fortran/resolve.cc:1671
72596 #, gcc-internal-format
72597 msgid "The upper bound in the last dimension must appear in the reference to the assumed size array %qs at %L"
72598 msgstr ""
72599
72600 #: fortran/resolve.cc:1733
72601 #, gcc-internal-format
72602 msgid "%qs at %L is ambiguous"
72603 msgstr ""
72604
72605 #: fortran/resolve.cc:1737
72606 #, gcc-internal-format
72607 msgid "GENERIC procedure %qs is not allowed as an actual argument at %L"
72608 msgstr ""
72609
72610 #: fortran/resolve.cc:1858
72611 #, gcc-internal-format
72612 msgid "Type specified for intrinsic function %qs at %L is ignored"
72613 msgstr ""
72614
72615 #: fortran/resolve.cc:1871
72616 #, gcc-internal-format
72617 msgid "Intrinsic subroutine %qs at %L shall not have a type specifier"
72618 msgstr ""
72619
72620 #: fortran/resolve.cc:1882
72621 #, gcc-internal-format
72622 msgid "%qs declared INTRINSIC at %L does not exist"
72623 msgstr ""
72624
72625 #: fortran/resolve.cc:1895
72626 #, gcc-internal-format
72627 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."
72628 msgstr ""
72629
72630 #: fortran/resolve.cc:1931
72631 #, gcc-internal-format
72632 msgid "Non-RECURSIVE procedure %qs at %L is possibly calling itself recursively.  Declare it RECURSIVE or use %<-frecursive%>"
72633 msgstr ""
72634
72635 #: fortran/resolve.cc:1989 fortran/resolve.cc:10367 fortran/resolve.cc:12105
72636 #, gcc-internal-format, gfc-internal-format
72637 msgid "Label %d referenced at %L is never defined"
72638 msgstr ""
72639
72640 #: fortran/resolve.cc:2021
72641 #, gcc-internal-format
72642 msgid "Derived type %qs is used as an actual argument at %L"
72643 msgstr ""
72644
72645 #: fortran/resolve.cc:2039
72646 #, gcc-internal-format
72647 msgid "Statement function %qs at %L is not allowed as an actual argument"
72648 msgstr ""
72649
72650 #: fortran/resolve.cc:2047
72651 #, gcc-internal-format
72652 msgid "Intrinsic %qs at %L is not allowed as an actual argument"
72653 msgstr ""
72654
72655 #: fortran/resolve.cc:2054
72656 #, gcc-internal-format
72657 msgid "Internal procedure %qs is used as actual argument at %L"
72658 msgstr ""
72659
72660 #: fortran/resolve.cc:2062
72661 #, gcc-internal-format
72662 msgid "ELEMENTAL non-INTRINSIC procedure %qs is not allowed as an actual argument at %L"
72663 msgstr ""
72664
72665 #: fortran/resolve.cc:2089
72666 #, gcc-internal-format
72667 msgid "Unable to find a specific INTRINSIC procedure for the reference %qs at %L"
72668 msgstr ""
72669
72670 #: fortran/resolve.cc:2111
72671 #, gcc-internal-format
72672 msgid "Symbol %qs at %L is ambiguous"
72673 msgstr ""
72674
72675 #: fortran/resolve.cc:2166
72676 #, gcc-internal-format, gfc-internal-format
72677 msgid "By-value argument at %L is not of numeric type"
72678 msgstr ""
72679
72680 #: fortran/resolve.cc:2173
72681 #, gcc-internal-format, gfc-internal-format
72682 msgid "By-value argument at %L cannot be an array or an array section"
72683 msgstr ""
72684
72685 #: fortran/resolve.cc:2187
72686 #, gcc-internal-format, gfc-internal-format
72687 msgid "By-value argument at %L is not allowed in this context"
72688 msgstr ""
72689
72690 #: fortran/resolve.cc:2199
72691 #, gcc-internal-format, gfc-internal-format
72692 msgid "Passing internal procedure at %L by location not allowed"
72693 msgstr ""
72694
72695 #: fortran/resolve.cc:2210
72696 #, gcc-internal-format
72697 msgid "ELEMENTAL procedure pointer component %qs is not allowed as an actual argument at %L"
72698 msgstr ""
72699
72700 #: fortran/resolve.cc:2219
72701 #, gcc-internal-format, gfc-internal-format
72702 msgid "Coindexed actual argument at %L with ultimate pointer component"
72703 msgstr ""
72704
72705 #: fortran/resolve.cc:2366
72706 #, gcc-internal-format
72707 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)"
72708 msgstr ""
72709
72710 #: fortran/resolve.cc:2405
72711 #, gcc-internal-format
72712 msgid "Actual argument at %L for INTENT(%s) dummy %qs of ELEMENTAL subroutine %qs is a scalar, but another actual argument is an array"
72713 msgstr ""
72714
72715 #: fortran/resolve.cc:2679
72716 #, gcc-internal-format
72717 msgid "Return type mismatch of function %qs at %L (%s/%s)"
72718 msgstr ""
72719
72720 #: fortran/resolve.cc:2706
72721 #, gcc-internal-format
72722 msgid "Interface mismatch in global procedure %qs at %L: %s"
72723 msgstr ""
72724
72725 #: fortran/resolve.cc:2812
72726 #, gcc-internal-format
72727 msgid "There is no specific function for the generic %qs at %L"
72728 msgstr ""
72729
72730 #: fortran/resolve.cc:2832
72731 #, gcc-internal-format
72732 msgid "Generic function %qs at %L is not consistent with a specific intrinsic interface"
72733 msgstr ""
72734
72735 #: fortran/resolve.cc:2870
72736 #, gcc-internal-format
72737 msgid "Function %qs at %L is INTRINSIC but is not compatible with an intrinsic"
72738 msgstr ""
72739
72740 #: fortran/resolve.cc:2925
72741 #, gcc-internal-format
72742 msgid "Unable to resolve the specific function %qs at %L"
72743 msgstr ""
72744
72745 #: fortran/resolve.cc:3002
72746 #, gcc-internal-format
72747 msgid "Missing explicit declaration with EXTERNAL attribute for symbol %qs at %L"
72748 msgstr ""
72749
72750 #: fortran/resolve.cc:3034
72751 #, gcc-internal-format
72752 msgid "Function %qs at %L has no IMPLICIT type; did you mean %qs?"
72753 msgstr ""
72754
72755 #: fortran/resolve.cc:3038 fortran/resolve.cc:17312
72756 #, gcc-internal-format
72757 msgid "Function %qs at %L has no IMPLICIT type"
72758 msgstr ""
72759
72760 #: fortran/resolve.cc:3162
72761 #, gcc-internal-format
72762 msgid "Reference to impure function %qs at %L inside a FORALL %s"
72763 msgstr ""
72764
72765 #: fortran/resolve.cc:3169
72766 #, gcc-internal-format
72767 msgid "Reference to impure function %qs at %L inside a DO CONCURRENT %s"
72768 msgstr ""
72769
72770 #: fortran/resolve.cc:3176
72771 #, gcc-internal-format
72772 msgid "Reference to impure function %qs at %L within a PURE procedure"
72773 msgstr ""
72774
72775 #: fortran/resolve.cc:3243
72776 #, gcc-internal-format
72777 msgid "Unexpected junk after %qs at %L"
72778 msgstr ""
72779
72780 #: fortran/resolve.cc:3254
72781 #, gcc-internal-format
72782 msgid "%qs at %L is not a function"
72783 msgstr ""
72784
72785 #: fortran/resolve.cc:3262 fortran/resolve.cc:3759
72786 #, gcc-internal-format
72787 msgid "ABSTRACT INTERFACE %qs must not be referenced at %L"
72788 msgstr ""
72789
72790 #: fortran/resolve.cc:3274
72791 #, gcc-internal-format
72792 msgid "ABSTRACT INTERFACE %qs at %L must not have an assumed character length result (F2008: C418)"
72793 msgstr ""
72794
72795 #. Internal procedures are taken care of in resolve_contained_fntype.
72796 #: fortran/resolve.cc:3317
72797 #, gcc-internal-format
72798 msgid "Function %qs is declared CHARACTER(*) and cannot be used at %L since it is not a dummy argument"
72799 msgstr ""
72800
72801 #: fortran/resolve.cc:3351
72802 #, gcc-internal-format
72803 msgid "resolve_function(): bad function type"
72804 msgstr ""
72805
72806 #: fortran/resolve.cc:3365
72807 #, gcc-internal-format, gfc-internal-format
72808 msgid "A BOZ literal constant at %L cannot appear as an actual argument in a function reference"
72809 msgstr ""
72810
72811 #: fortran/resolve.cc:3381
72812 #, gcc-internal-format
72813 msgid "User defined non-ELEMENTAL function %qs at %L not allowed in WORKSHARE construct"
72814 msgstr ""
72815
72816 #: fortran/resolve.cc:3443
72817 #, gcc-internal-format
72818 msgid "ENTRY %qs at %L cannot be called recursively, as function %qs is not RECURSIVE"
72819 msgstr ""
72820
72821 #: fortran/resolve.cc:3447
72822 #, gcc-internal-format
72823 msgid "Function %qs at %L cannot be called recursively, as it is not RECURSIVE"
72824 msgstr ""
72825
72826 #: fortran/resolve.cc:3487
72827 #, gcc-internal-format
72828 msgid "Using function %qs at %L is deprecated"
72829 msgstr ""
72830
72831 #: fortran/resolve.cc:3503
72832 #, gcc-internal-format
72833 msgid "Subroutine call to %qs in FORALL block at %L is not PURE"
72834 msgstr ""
72835
72836 #: fortran/resolve.cc:3509
72837 #, gcc-internal-format
72838 msgid "Subroutine call to %qs in DO CONCURRENT block at %L is not PURE"
72839 msgstr ""
72840
72841 #: fortran/resolve.cc:3515
72842 #, gcc-internal-format
72843 msgid "Subroutine call to %qs at %L is not PURE"
72844 msgstr ""
72845
72846 #: fortran/resolve.cc:3583
72847 #, gcc-internal-format
72848 msgid "There is no specific subroutine for the generic %qs at %L"
72849 msgstr ""
72850
72851 #: fortran/resolve.cc:3592
72852 #, gcc-internal-format
72853 msgid "Generic subroutine %qs at %L is not consistent with an intrinsic subroutine interface"
72854 msgstr ""
72855
72856 #: fortran/resolve.cc:3627
72857 #, gcc-internal-format
72858 msgid "Subroutine %qs at %L is INTRINSIC but is not compatible with an intrinsic"
72859 msgstr ""
72860
72861 #: fortran/resolve.cc:3672
72862 #, gcc-internal-format
72863 msgid "Unable to resolve the specific subroutine %qs at %L"
72864 msgstr ""
72865
72866 #: fortran/resolve.cc:3730
72867 #, gcc-internal-format
72868 msgid "%qs at %L has a type, which is not consistent with the CALL at %L"
72869 msgstr ""
72870
72871 #: fortran/resolve.cc:3769
72872 #, gcc-internal-format
72873 msgid "ENTRY %qs at %L cannot be called recursively, as subroutine %qs is not RECURSIVE"
72874 msgstr ""
72875
72876 #: fortran/resolve.cc:3773
72877 #, gcc-internal-format
72878 msgid "SUBROUTINE %qs at %L cannot be called recursively, as it is not RECURSIVE"
72879 msgstr ""
72880
72881 #: fortran/resolve.cc:3818
72882 #, gcc-internal-format
72883 msgid "resolve_subroutine(): bad function type"
72884 msgstr ""
72885
72886 #: fortran/resolve.cc:3835
72887 #, gcc-internal-format
72888 msgid "Using subroutine %qs at %L is deprecated"
72889 msgstr ""
72890
72891 #: fortran/resolve.cc:3862
72892 #, gcc-internal-format, gfc-internal-format
72893 msgid "Shapes for operands at %L and %L are not conformable"
72894 msgstr ""
72895
72896 #: fortran/resolve.cc:3914
72897 #, gcc-internal-format
72898 msgid "logical_to_bitwise(): Bad intrinsic"
72899 msgstr ""
72900
72901 #: fortran/resolve.cc:4017
72902 #, gcc-internal-format
72903 msgid "Impure function %qs at %L might not be evaluated"
72904 msgstr ""
72905
72906 #: fortran/resolve.cc:4021
72907 #, gcc-internal-format, gfc-internal-format
72908 msgid "Impure function at %L might not be evaluated"
72909 msgstr ""
72910
72911 #: fortran/resolve.cc:4098
72912 #, gcc-internal-format
72913 msgid "BOZ literal constant at %L cannot be an operand of unary operator %qs"
72914 msgstr ""
72915
72916 #: fortran/resolve.cc:4122
72917 #, gcc-internal-format
72918 msgid "Operands at %L and %L cannot appear as operands of binary operator %qs"
72919 msgstr ""
72920
72921 #: fortran/resolve.cc:4296 fortran/resolve.cc:4311
72922 #, gcc-internal-format, gfc-internal-format
72923 msgid "BOZ literal constant near %L cannot appear as an operand of a relational operator"
72924 msgstr ""
72925
72926 #: fortran/resolve.cc:4350
72927 #, gcc-internal-format, gfc-internal-format
72928 msgid "Equality comparison for %s at %L"
72929 msgstr ""
72930
72931 #: fortran/resolve.cc:4352
72932 #, gcc-internal-format, gfc-internal-format
72933 msgid "Inequality comparison for %s at %L"
72934 msgstr ""
72935
72936 #: fortran/resolve.cc:4412
72937 #, gcc-internal-format
72938 msgid "resolve_operator(): Bad intrinsic"
72939 msgstr ""
72940
72941 #: fortran/resolve.cc:4582 fortran/resolve.cc:4605
72942 #, gcc-internal-format
72943 msgid "compare_bound_int(): Bad expression"
72944 msgstr ""
72945
72946 #: fortran/resolve.cc:4700
72947 #, gcc-internal-format, gfc-internal-format
72948 msgid "Array reference at %L is out of bounds (%ld < %ld) in dimension %d"
72949 msgstr ""
72950
72951 #: fortran/resolve.cc:4705
72952 #, gcc-internal-format, gfc-internal-format
72953 msgid "Array reference at %L is out of bounds (%ld < %ld) in codimension %d"
72954 msgstr ""
72955
72956 #: fortran/resolve.cc:4715
72957 #, gcc-internal-format, gfc-internal-format
72958 msgid "Array reference at %L is out of bounds (%ld > %ld) in dimension %d"
72959 msgstr ""
72960
72961 #: fortran/resolve.cc:4720
72962 #, gcc-internal-format, gfc-internal-format
72963 msgid "Array reference at %L is out of bounds (%ld > %ld) in codimension %d"
72964 msgstr ""
72965
72966 #: fortran/resolve.cc:4740
72967 #, gcc-internal-format, gfc-internal-format
72968 msgid "Illegal stride of zero at %L"
72969 msgstr ""
72970
72971 #: fortran/resolve.cc:4757
72972 #, gcc-internal-format, gfc-internal-format
72973 msgid "Lower array reference at %L is out of bounds (%ld < %ld) in dimension %d"
72974 msgstr ""
72975
72976 #: fortran/resolve.cc:4765
72977 #, gcc-internal-format, gfc-internal-format
72978 msgid "Lower array reference at %L is out of bounds (%ld > %ld) in dimension %d"
72979 msgstr ""
72980
72981 #: fortran/resolve.cc:4781
72982 #, gcc-internal-format, gfc-internal-format
72983 msgid "Upper array reference at %L is out of bounds (%ld < %ld) in dimension %d"
72984 msgstr ""
72985
72986 #: fortran/resolve.cc:4790
72987 #, gcc-internal-format, gfc-internal-format
72988 msgid "Upper array reference at %L is out of bounds (%ld > %ld) in dimension %d"
72989 msgstr ""
72990
72991 #: fortran/resolve.cc:4806
72992 #, gcc-internal-format
72993 msgid "check_dimension(): Bad array reference"
72994 msgstr ""
72995
72996 #: fortran/resolve.cc:4829
72997 #, gcc-internal-format, gfc-internal-format
72998 msgid "Rightmost upper bound of assumed size array section not specified at %L"
72999 msgstr ""
73000
73001 #: fortran/resolve.cc:4839
73002 #, gcc-internal-format, gfc-internal-format
73003 msgid "Rank mismatch in array reference at %L (%d/%d)"
73004 msgstr ""
73005
73006 #: fortran/resolve.cc:4847
73007 #, gcc-internal-format, gfc-internal-format
73008 msgid "Coindex rank mismatch in array reference at %L (%d/%d)"
73009 msgstr ""
73010
73011 #: fortran/resolve.cc:4863
73012 #, gcc-internal-format, gfc-internal-format
73013 msgid "Coindex of codimension %d must be a scalar at %L"
73014 msgstr ""
73015
73016 #: fortran/resolve.cc:4891
73017 #, gcc-internal-format, gfc-internal-format
73018 msgid "Array index at %L must be scalar"
73019 msgstr ""
73020
73021 #: fortran/resolve.cc:4897
73022 #, gcc-internal-format, gfc-internal-format
73023 msgid "Array index at %L must be of INTEGER type, found %s"
73024 msgstr ""
73025
73026 #: fortran/resolve.cc:4903
73027 #, gcc-internal-format, gfc-internal-format
73028 msgid "REAL array index at %L"
73029 msgstr ""
73030
73031 #: fortran/resolve.cc:4942
73032 #, gcc-internal-format, gfc-internal-format
73033 msgid "Argument dim at %L must be scalar"
73034 msgstr ""
73035
73036 #: fortran/resolve.cc:4949
73037 #, gcc-internal-format, gfc-internal-format
73038 msgid "Argument dim at %L must be of INTEGER type"
73039 msgstr ""
73040
73041 #: fortran/resolve.cc:5007
73042 #, gcc-internal-format
73043 msgid "find_array_spec(): Missing spec"
73044 msgstr ""
73045
73046 #: fortran/resolve.cc:5018
73047 #, gcc-internal-format
73048 msgid "find_array_spec(): unused as(1)"
73049 msgstr ""
73050
73051 #: fortran/resolve.cc:5030
73052 #, gcc-internal-format
73053 msgid "find_array_spec(): unused as(2)"
73054 msgstr ""
73055
73056 #: fortran/resolve.cc:5073
73057 #, gcc-internal-format, gfc-internal-format
73058 msgid "Array index at %L is an array of rank %d"
73059 msgstr ""
73060
73061 #: fortran/resolve.cc:5171
73062 #, gcc-internal-format, gfc-internal-format
73063 msgid "Substring start index at %L must be of type INTEGER"
73064 msgstr ""
73065
73066 #: fortran/resolve.cc:5178
73067 #, gcc-internal-format, gfc-internal-format
73068 msgid "Substring start index at %L must be scalar"
73069 msgstr ""
73070
73071 #: fortran/resolve.cc:5200
73072 #, gcc-internal-format, gfc-internal-format
73073 msgid "Substring end index at %L must be of type INTEGER"
73074 msgstr ""
73075
73076 #: fortran/resolve.cc:5207
73077 #, gcc-internal-format, gfc-internal-format
73078 msgid "Substring end index at %L must be scalar"
73079 msgstr ""
73080
73081 #: fortran/resolve.cc:5227
73082 #, gcc-internal-format, gfc-internal-format
73083 msgid "Substring end index at %L is too large"
73084 msgstr ""
73085
73086 #: fortran/resolve.cc:5417
73087 #, gcc-internal-format
73088 msgid "resolve_ref(): Bad array reference"
73089 msgstr ""
73090
73091 #: fortran/resolve.cc:5431
73092 #, gcc-internal-format, gfc-internal-format
73093 msgid "Component to the right of a part reference with nonzero rank must not have the POINTER attribute at %L"
73094 msgstr ""
73095
73096 #: fortran/resolve.cc:5441
73097 #, gcc-internal-format, gfc-internal-format
73098 msgid "Component to the right of a part reference with nonzero rank must not have the ALLOCATABLE attribute at %L"
73099 msgstr ""
73100
73101 #: fortran/resolve.cc:5487
73102 #, gcc-internal-format, gfc-internal-format
73103 msgid "Two or more part references with nonzero rank must not be specified at %L"
73104 msgstr ""
73105
73106 #: fortran/resolve.cc:5579
73107 #, gcc-internal-format
73108 msgid "gfc_expression_rank(): Two array specs"
73109 msgstr ""
73110
73111 #: fortran/resolve.cc:5661
73112 #, gcc-internal-format, gfc-internal-format
73113 msgid "Variable %s at %L with NO_ARG_CHECK attribute may only be used as actual argument"
73114 msgstr ""
73115
73116 #: fortran/resolve.cc:5671
73117 #, gcc-internal-format, gfc-internal-format
73118 msgid "Assumed-type variable %s at %L may only be used as actual argument"
73119 msgstr ""
73120
73121 #. FIXME: It doesn't work reliably as inquiry_argument is not set
73122 #. for all inquiry functions in resolve_function; the reason is
73123 #. that the function-name resolution happens too late in that
73124 #. function.
73125 #: fortran/resolve.cc:5681
73126 #, gcc-internal-format, gfc-internal-format
73127 msgid "Assumed-type variable %s at %L as actual argument to an inquiry function shall be the first argument"
73128 msgstr ""
73129
73130 #: fortran/resolve.cc:5700
73131 #, gcc-internal-format, gfc-internal-format
73132 msgid "Assumed-rank variable %s at %L may only be used as actual argument"
73133 msgstr ""
73134
73135 #. FIXME: It doesn't work reliably as inquiry_argument is not set
73136 #. for all inquiry functions in resolve_function; the reason is
73137 #. that the function-name resolution happens too late in that
73138 #. function.
73139 #: fortran/resolve.cc:5710
73140 #, gcc-internal-format, gfc-internal-format
73141 msgid "Assumed-rank variable %s at %L as actual argument to an inquiry function shall be the first argument"
73142 msgstr ""
73143
73144 #: fortran/resolve.cc:5721
73145 #, gcc-internal-format, gfc-internal-format
73146 msgid "Variable %s at %L with NO_ARG_CHECK attribute shall not have a subobject reference"
73147 msgstr ""
73148
73149 #: fortran/resolve.cc:5730
73150 #, gcc-internal-format, gfc-internal-format
73151 msgid "Assumed-type variable %s at %L shall not have a subobject reference"
73152 msgstr ""
73153
73154 #: fortran/resolve.cc:5746
73155 #, gcc-internal-format, gfc-internal-format
73156 msgid "Assumed-rank variable %s at %L shall not have a subobject reference"
73157 msgstr ""
73158
73159 #: fortran/resolve.cc:5928
73160 #, gcc-internal-format
73161 msgid "Variable %qs, used in a specification expression, is referenced at %L before the ENTRY statement in which it is a parameter"
73162 msgstr ""
73163
73164 #: fortran/resolve.cc:5933
73165 #, gcc-internal-format
73166 msgid "Variable %qs is used at %L before the ENTRY statement in which it is a parameter"
73167 msgstr ""
73168
73169 #: fortran/resolve.cc:6003
73170 #, gcc-internal-format, gfc-internal-format
73171 msgid "Polymorphic subobject of coindexed object at %L"
73172 msgstr ""
73173
73174 #: fortran/resolve.cc:6016
73175 #, gcc-internal-format, gfc-internal-format
73176 msgid "Coindexed object with polymorphic allocatable subcomponent at %L"
73177 msgstr ""
73178
73179 #: fortran/resolve.cc:6032
73180 #, gcc-internal-format
73181 msgid "Using variable %qs at %L is deprecated"
73182 msgstr ""
73183
73184 #: fortran/resolve.cc:6120
73185 #, gcc-internal-format
73186 msgid "%qs at %L is host associated at %L into a contained procedure with an internal procedure of the same name"
73187 msgstr ""
73188
73189 #: fortran/resolve.cc:6274 fortran/resolve.cc:6426
73190 #, gcc-internal-format, gfc-internal-format
73191 msgid "Error in typebound call at %L"
73192 msgstr ""
73193
73194 #: fortran/resolve.cc:6390
73195 #, gcc-internal-format, gfc-internal-format
73196 msgid "Passed-object at %L must be scalar"
73197 msgstr ""
73198
73199 #: fortran/resolve.cc:6397
73200 #, gcc-internal-format
73201 msgid "Base object for procedure-pointer component call at %L is of ABSTRACT type %qs"
73202 msgstr ""
73203
73204 #: fortran/resolve.cc:6436
73205 #, gcc-internal-format
73206 msgid "Base object for type-bound procedure call at %L is of ABSTRACT type %qs"
73207 msgstr ""
73208
73209 #: fortran/resolve.cc:6445
73210 #, gcc-internal-format, gfc-internal-format
73211 msgid "Base object for NOPASS type-bound procedure call at %L must be scalar"
73212 msgstr ""
73213
73214 #. Nothing matching found!
73215 #: fortran/resolve.cc:6633
73216 #, gcc-internal-format
73217 msgid "Found no matching specific binding for the call to the GENERIC %qs at %L"
73218 msgstr ""
73219
73220 #: fortran/resolve.cc:6667
73221 #, gcc-internal-format
73222 msgid "%qs at %L should be a SUBROUTINE"
73223 msgstr ""
73224
73225 #: fortran/resolve.cc:6719
73226 #, gcc-internal-format
73227 msgid "%qs at %L should be a FUNCTION"
73228 msgstr ""
73229
73230 #: fortran/resolve.cc:7254
73231 #, gcc-internal-format
73232 msgid "gfc_resolve_expr(): Bad expression type"
73233 msgstr ""
73234
73235 #: fortran/resolve.cc:7287
73236 #, gcc-internal-format, gfc-internal-format
73237 msgid "%s at %L must be a scalar"
73238 msgstr ""
73239
73240 #: fortran/resolve.cc:7297
73241 #, gcc-internal-format, gfc-internal-format
73242 msgid "%s at %L must be integer"
73243 msgstr ""
73244
73245 #: fortran/resolve.cc:7301 fortran/resolve.cc:7308
73246 #, gcc-internal-format, gfc-internal-format
73247 msgid "%s at %L must be INTEGER"
73248 msgstr ""
73249
73250 #: fortran/resolve.cc:7363
73251 #, gcc-internal-format, gfc-internal-format
73252 msgid "Step expression in DO loop at %L cannot be zero"
73253 msgstr ""
73254
73255 #: fortran/resolve.cc:7386
73256 #, gcc-internal-format, gfc-internal-format
73257 msgid "DO loop at %L will be executed zero times"
73258 msgstr ""
73259
73260 #: fortran/resolve.cc:7403
73261 #, gcc-internal-format, gfc-internal-format
73262 msgid "DO loop at %L is undefined as it overflows"
73263 msgstr ""
73264
73265 #: fortran/resolve.cc:7409
73266 #, gcc-internal-format, gfc-internal-format
73267 msgid "DO loop at %L is undefined as it underflows"
73268 msgstr ""
73269
73270 #: fortran/resolve.cc:7470
73271 #, gcc-internal-format, gfc-internal-format
73272 msgid "FORALL index-name at %L must be a scalar INTEGER"
73273 msgstr ""
73274
73275 #: fortran/resolve.cc:7475
73276 #, gcc-internal-format, gfc-internal-format
73277 msgid "FORALL start expression at %L must be a scalar INTEGER"
73278 msgstr ""
73279
73280 #: fortran/resolve.cc:7482
73281 #, gcc-internal-format, gfc-internal-format
73282 msgid "FORALL end expression at %L must be a scalar INTEGER"
73283 msgstr ""
73284
73285 #: fortran/resolve.cc:7490
73286 #, gcc-internal-format, gfc-internal-format
73287 msgid "FORALL stride expression at %L must be a scalar %s"
73288 msgstr ""
73289
73290 #: fortran/resolve.cc:7495
73291 #, gcc-internal-format, gfc-internal-format
73292 msgid "FORALL stride expression at %L cannot be zero"
73293 msgstr ""
73294
73295 #: fortran/resolve.cc:7508
73296 #, gcc-internal-format
73297 msgid "FORALL index %qs may not appear in triplet specification at %L"
73298 msgstr ""
73299
73300 #: fortran/resolve.cc:7612 fortran/resolve.cc:7910
73301 #, gcc-internal-format, gfc-internal-format
73302 msgid "Allocate-object at %L must be ALLOCATABLE or a POINTER"
73303 msgstr ""
73304
73305 #: fortran/resolve.cc:7620 fortran/resolve.cc:7873
73306 #, gcc-internal-format, gfc-internal-format
73307 msgid "Coindexed allocatable object at %L"
73308 msgstr ""
73309
73310 #: fortran/resolve.cc:7730
73311 #, gcc-internal-format, gfc-internal-format
73312 msgid "Source-expr at %L must be scalar or have the same rank as the allocate-object at %L"
73313 msgstr ""
73314
73315 #: fortran/resolve.cc:7761
73316 #, gcc-internal-format, gfc-internal-format
73317 msgid "Source-expr at %L and allocate-object at %L must have the same shape"
73318 msgstr ""
73319
73320 #: fortran/resolve.cc:7921
73321 #, gcc-internal-format, gfc-internal-format
73322 msgid "Type of entity at %L is type incompatible with source-expr at %L"
73323 msgstr ""
73324
73325 #: fortran/resolve.cc:7933
73326 #, gcc-internal-format, gfc-internal-format
73327 msgid "The allocate-object at %L and the source-expr at %L shall have the same kind type parameter"
73328 msgstr ""
73329
73330 #: fortran/resolve.cc:7947
73331 #, gcc-internal-format, gfc-internal-format
73332 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"
73333 msgstr ""
73334
73335 #: fortran/resolve.cc:7962
73336 #, gcc-internal-format, gfc-internal-format
73337 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"
73338 msgstr ""
73339
73340 #: fortran/resolve.cc:7975
73341 #, gcc-internal-format, gfc-internal-format
73342 msgid "Allocating %s of ABSTRACT base type at %L requires a type-spec or source-expr"
73343 msgstr ""
73344
73345 #: fortran/resolve.cc:7993
73346 #, gcc-internal-format, gfc-internal-format
73347 msgid "Allocating %s at %L with type-spec requires the same character-length parameter as in the declaration"
73348 msgstr ""
73349
73350 #: fortran/resolve.cc:8074 fortran/resolve.cc:8089
73351 #, gcc-internal-format, gfc-internal-format
73352 msgid "Array specification required in ALLOCATE statement at %L"
73353 msgstr ""
73354
73355 #: fortran/resolve.cc:8081
73356 #, gcc-internal-format, gfc-internal-format
73357 msgid "Array specification or array-valued SOURCE= expression required in ALLOCATE statement at %L"
73358 msgstr ""
73359
73360 #: fortran/resolve.cc:8106
73361 #, gcc-internal-format, gfc-internal-format
73362 msgid "Coarray specification required in ALLOCATE statement at %L"
73363 msgstr ""
73364
73365 #: fortran/resolve.cc:8115 fortran/resolve.cc:8144 fortran/resolve.cc:8172
73366 #, gcc-internal-format, gfc-internal-format
73367 msgid "Bad array specification in ALLOCATE statement at %L"
73368 msgstr ""
73369
73370 #: fortran/resolve.cc:8121
73371 #, gcc-internal-format, gfc-internal-format
73372 msgid "Upper cobound is less than lower cobound at %L"
73373 msgstr ""
73374
73375 #: fortran/resolve.cc:8133
73376 #, gcc-internal-format, gfc-internal-format
73377 msgid "Upper cobound is less than lower cobound of 1 at %L"
73378 msgstr ""
73379
73380 #: fortran/resolve.cc:8191
73381 #, gcc-internal-format
73382 msgid "%qs must not appear in the array specification at %L in the same ALLOCATE statement where it is itself allocated"
73383 msgstr "%qs se ne smije pojaviti u specifikaciji polja pri %L u istoj ALLOCATE izjavi gdje je i sam dodijeljen"
73384
73385 #: fortran/resolve.cc:8206
73386 #, gcc-internal-format, gfc-internal-format
73387 msgid "Expected '*' in coindex specification in ALLOCATE statement at %L"
73388 msgstr ""
73389
73390 #: fortran/resolve.cc:8217
73391 #, gcc-internal-format, gfc-internal-format
73392 msgid "Bad coarray specification in ALLOCATE statement at %L"
73393 msgstr ""
73394
73395 #: fortran/resolve.cc:8248
73396 #, gcc-internal-format, gfc-internal-format
73397 msgid "Stat-variable at %L must be a scalar INTEGER variable"
73398 msgstr ""
73399
73400 #: fortran/resolve.cc:8277
73401 #, gcc-internal-format, gfc-internal-format
73402 msgid "Stat-variable at %L shall not be %sd within the same %s statement"
73403 msgstr ""
73404
73405 #: fortran/resolve.cc:8290
73406 #, gcc-internal-format, gfc-internal-format
73407 msgid "ERRMSG at %L is useless without a STAT tag"
73408 msgstr ""
73409
73410 #: fortran/resolve.cc:8304
73411 #, gcc-internal-format, gfc-internal-format
73412 msgid "ERRMSG variable at %L shall be a scalar default CHARACTER variable"
73413 msgstr ""
73414
73415 #: fortran/resolve.cc:8333
73416 #, gcc-internal-format, gfc-internal-format
73417 msgid "Errmsg-variable at %L shall not be %sd within the same %s statement"
73418 msgstr ""
73419
73420 #: fortran/resolve.cc:8365
73421 #, gcc-internal-format, gfc-internal-format
73422 msgid "Allocate-object at %L also appears at %L"
73423 msgstr ""
73424
73425 #: fortran/resolve.cc:8371 fortran/resolve.cc:8377
73426 #, gcc-internal-format, gfc-internal-format
73427 msgid "Allocate-object at %L is subobject of object at %L"
73428 msgstr ""
73429
73430 #. The cases overlap, or they are the same
73431 #. element in the list.  Either way, we must
73432 #. issue an error and get the next case from P.
73433 #. FIXME: Sort P and Q by line number.
73434 #: fortran/resolve.cc:8605
73435 #, gcc-internal-format, gfc-internal-format
73436 msgid "CASE label at %L overlaps with CASE label at %L"
73437 msgstr ""
73438
73439 #: fortran/resolve.cc:8656
73440 #, gcc-internal-format, gfc-internal-format
73441 msgid "Expression in CASE statement at %L must be of type %s"
73442 msgstr ""
73443
73444 #: fortran/resolve.cc:8667
73445 #, gcc-internal-format, gfc-internal-format
73446 msgid "Expression in CASE statement at %L must be of kind %d"
73447 msgstr ""
73448
73449 #: fortran/resolve.cc:8680
73450 #, gcc-internal-format, gfc-internal-format
73451 msgid "Expression in CASE statement at %L must be scalar"
73452 msgstr ""
73453
73454 #: fortran/resolve.cc:8726
73455 #, gcc-internal-format, gfc-internal-format
73456 msgid "Selection expression in computed GOTO statement at %L must be a scalar integer expression"
73457 msgstr ""
73458
73459 #: fortran/resolve.cc:8745
73460 #, gcc-internal-format, gfc-internal-format
73461 msgid "Argument of SELECT statement at %L cannot be %s"
73462 msgstr ""
73463
73464 #: fortran/resolve.cc:8755
73465 #, gcc-internal-format, gfc-internal-format
73466 msgid "Argument of SELECT statement at %L must be a scalar expression"
73467 msgstr ""
73468
73469 #: fortran/resolve.cc:8773 fortran/resolve.cc:8781
73470 #, gcc-internal-format, gfc-internal-format
73471 msgid "Expression in CASE statement at %L is not in the range of %s"
73472 msgstr ""
73473
73474 #: fortran/resolve.cc:8843 fortran/resolve.cc:9500
73475 #, gcc-internal-format, gfc-internal-format
73476 msgid "The DEFAULT CASE at %L cannot be followed by a second DEFAULT CASE at %L"
73477 msgstr ""
73478
73479 #: fortran/resolve.cc:8869
73480 #, gcc-internal-format, gfc-internal-format
73481 msgid "Logical range in CASE statement at %L is not allowed"
73482 msgstr ""
73483
73484 #: fortran/resolve.cc:8882
73485 #, gcc-internal-format, gfc-internal-format
73486 msgid "Constant logical value in CASE statement is repeated at %L"
73487 msgstr ""
73488
73489 #: fortran/resolve.cc:8897
73490 #, gcc-internal-format, gfc-internal-format
73491 msgid "Range specification at %L can never be matched"
73492 msgstr ""
73493
73494 #: fortran/resolve.cc:9000
73495 #, gcc-internal-format, gfc-internal-format
73496 msgid "Logical SELECT CASE block at %L has more that two cases"
73497 msgstr ""
73498
73499 #: fortran/resolve.cc:9051
73500 #, gcc-internal-format
73501 msgid "Associating entity %qs at %L is a procedure pointer"
73502 msgstr ""
73503
73504 #: fortran/resolve.cc:9060
73505 #, gcc-internal-format
73506 msgid "Derived type %qs cannot be used as a variable at %L"
73507 msgstr ""
73508
73509 #: fortran/resolve.cc:9077
73510 #, gcc-internal-format
73511 msgid "Associating entity %qs at %L is a procedure name"
73512 msgstr ""
73513
73514 #: fortran/resolve.cc:9093
73515 #, gcc-internal-format, gfc-internal-format
73516 msgid "Associating selector-expression at %L yields a procedure"
73517 msgstr ""
73518
73519 #: fortran/resolve.cc:9100
73520 #, gcc-internal-format, gfc-internal-format
73521 msgid "Selector at %L cannot be NULL()"
73522 msgstr ""
73523
73524 #: fortran/resolve.cc:9105
73525 #, gcc-internal-format, gfc-internal-format
73526 msgid "Selector at %L has no type"
73527 msgstr ""
73528
73529 #: fortran/resolve.cc:9127
73530 #, gcc-internal-format
73531 msgid "Associate-name %qs at %L is used as array"
73532 msgstr ""
73533
73534 #: fortran/resolve.cc:9138
73535 #, gcc-internal-format, gfc-internal-format
73536 msgid "CLASS selector at %L needs a temporary which is not yet implemented"
73537 msgstr ""
73538
73539 #: fortran/resolve.cc:9370
73540 #, gcc-internal-format, gfc-internal-format
73541 msgid "Selector shall be polymorphic in SELECT TYPE statement at %L"
73542 msgstr ""
73543
73544 #: fortran/resolve.cc:9408 fortran/resolve.cc:9420
73545 #, gcc-internal-format, gfc-internal-format
73546 msgid "Selector at %L must not be coindexed"
73547 msgstr ""
73548
73549 #: fortran/resolve.cc:9449
73550 #, gcc-internal-format, gfc-internal-format
73551 msgid "TYPE IS at %L overlaps with TYPE IS at %L"
73552 msgstr ""
73553
73554 #: fortran/resolve.cc:9462
73555 #, gcc-internal-format
73556 msgid "Derived type %qs at %L must be extensible"
73557 msgstr ""
73558
73559 #: fortran/resolve.cc:9475
73560 #, gcc-internal-format
73561 msgid "Derived type %qs at %L must be an extension of %qs"
73562 msgstr ""
73563
73564 #: fortran/resolve.cc:9478
73565 #, gcc-internal-format
73566 msgid "Unexpected intrinsic type %qs at %L"
73567 msgstr ""
73568
73569 #: fortran/resolve.cc:9488
73570 #, gcc-internal-format, gfc-internal-format
73571 msgid "The type-spec at %L shall specify that each length type parameter is assumed"
73572 msgstr ""
73573
73574 #: fortran/resolve.cc:9735
73575 #, gcc-internal-format, gfc-internal-format
73576 msgid "Double CLASS IS block in SELECT TYPE statement at %L"
73577 msgstr ""
73578
73579 #: fortran/resolve.cc:9869
73580 #, gcc-internal-format, gfc-internal-format
73581 msgid "RANK DEFAULT at %L is repeated at %L"
73582 msgstr ""
73583
73584 #: fortran/resolve.cc:9878
73585 #, gcc-internal-format, gfc-internal-format
73586 msgid "RANK (*) at %L is repeated at %L"
73587 msgstr ""
73588
73589 #: fortran/resolve.cc:9881
73590 #, gcc-internal-format, gfc-internal-format
73591 msgid "RANK (%i) at %L is repeated at %L"
73592 msgstr ""
73593
73594 #: fortran/resolve.cc:9891 fortran/resolve.cc:9896
73595 #, gcc-internal-format, gfc-internal-format
73596 msgid "RANK (*) at %L cannot be used with the pointer or allocatable selector at %L"
73597 msgstr ""
73598
73599 #: fortran/resolve.cc:10005
73600 #, gcc-internal-format, gfc-internal-format
73601 msgid "Invalid context for NULL () intrinsic at %L"
73602 msgstr ""
73603
73604 #: fortran/resolve.cc:10057
73605 #, gcc-internal-format, gfc-internal-format
73606 msgid "DTIO %s procedure at %L must be recursive"
73607 msgstr ""
73608
73609 #: fortran/resolve.cc:10067
73610 #, gcc-internal-format, gfc-internal-format
73611 msgid "Data transfer element at %L cannot be polymorphic unless it is processed by a defined input/output procedure"
73612 msgstr ""
73613
73614 #: fortran/resolve.cc:10080
73615 #, gcc-internal-format, gfc-internal-format
73616 msgid "Data transfer element at %L cannot have POINTER components unless it is processed by a defined input/output procedure"
73617 msgstr ""
73618
73619 #: fortran/resolve.cc:10089
73620 #, gcc-internal-format, gfc-internal-format
73621 msgid "Data transfer element at %L cannot have procedure pointer components"
73622 msgstr ""
73623
73624 #: fortran/resolve.cc:10096
73625 #, gcc-internal-format, gfc-internal-format
73626 msgid "Data transfer element at %L cannot have ALLOCATABLE components unless it is processed by a defined input/output procedure"
73627 msgstr ""
73628
73629 #: fortran/resolve.cc:10107
73630 #, gcc-internal-format, gfc-internal-format
73631 msgid "Data transfer element at %L cannot have PRIVATE components"
73632 msgstr ""
73633
73634 #: fortran/resolve.cc:10113
73635 #, gcc-internal-format, gfc-internal-format
73636 msgid "Data transfer element at %L cannot have PRIVATE components unless it is processed by a defined input/output procedure"
73637 msgstr ""
73638
73639 #: fortran/resolve.cc:10128
73640 #, gcc-internal-format, gfc-internal-format
73641 msgid "Data transfer element at %L cannot be a full reference to an assumed-size array"
73642 msgstr ""
73643
73644 #: fortran/resolve.cc:10185
73645 #, gcc-internal-format, gfc-internal-format
73646 msgid "Lock variable at %L must be a scalar of type LOCK_TYPE"
73647 msgstr ""
73648
73649 #: fortran/resolve.cc:10195
73650 #, gcc-internal-format, gfc-internal-format
73651 msgid "Event variable at %L must be a scalar of type EVENT_TYPE"
73652 msgstr ""
73653
73654 #: fortran/resolve.cc:10199
73655 #, gcc-internal-format, gfc-internal-format
73656 msgid "Event variable argument at %L must be a coarray or coindexed"
73657 msgstr ""
73658
73659 #: fortran/resolve.cc:10202
73660 #, gcc-internal-format, gfc-internal-format
73661 msgid "Event variable argument at %L must be a coarray but not coindexed"
73662 msgstr ""
73663
73664 #: fortran/resolve.cc:10209 fortran/resolve.cc:10331
73665 #, gcc-internal-format, gfc-internal-format
73666 msgid "STAT= argument at %L must be a scalar INTEGER variable"
73667 msgstr ""
73668
73669 #: fortran/resolve.cc:10221 fortran/resolve.cc:10343
73670 #, gcc-internal-format, gfc-internal-format
73671 msgid "ERRMSG= argument at %L must be a scalar CHARACTER variable"
73672 msgstr ""
73673
73674 #: fortran/resolve.cc:10233
73675 #, gcc-internal-format, gfc-internal-format
73676 msgid "ACQUIRED_LOCK= argument at %L must be a scalar LOGICAL variable"
73677 msgstr ""
73678
73679 #: fortran/resolve.cc:10246
73680 #, gcc-internal-format, gfc-internal-format
73681 msgid "UNTIL_COUNT= argument at %L must be a scalar INTEGER expression"
73682 msgstr ""
73683
73684 #: fortran/resolve.cc:10307
73685 #, gcc-internal-format, gfc-internal-format
73686 msgid "Imageset argument at %L must be a scalar or rank-1 INTEGER expression"
73687 msgstr ""
73688
73689 #: fortran/resolve.cc:10311 fortran/resolve.cc:10321
73690 #, gcc-internal-format, gfc-internal-format
73691 msgid "Imageset argument at %L must between 1 and num_images()"
73692 msgstr ""
73693
73694 #: fortran/resolve.cc:10374
73695 #, gcc-internal-format, gfc-internal-format
73696 msgid "Statement at %L is not a valid branch target statement for the branch statement at %L"
73697 msgstr ""
73698
73699 #: fortran/resolve.cc:10384
73700 #, gcc-internal-format, gfc-internal-format
73701 msgid "Branch at %L may result in an infinite loop"
73702 msgstr ""
73703
73704 #. Note: A label at END CRITICAL does not leave the CRITICAL
73705 #. construct as END CRITICAL is still part of it.
73706 #: fortran/resolve.cc:10401 fortran/resolve.cc:10424
73707 #, gcc-internal-format, gfc-internal-format
73708 msgid "GOTO statement at %L leaves CRITICAL construct for label at %L"
73709 msgstr ""
73710
73711 #: fortran/resolve.cc:10405 fortran/resolve.cc:10430
73712 #, gcc-internal-format, gfc-internal-format
73713 msgid "GOTO statement at %L leaves DO CONCURRENT construct for label at %L"
73714 msgstr ""
73715
73716 #. The label is not in an enclosing block, so illegal.  This was
73717 #. allowed in Fortran 66, so we allow it as extension.  No
73718 #. further checks are necessary in this case.
73719 #: fortran/resolve.cc:10445
73720 #, gcc-internal-format, gfc-internal-format
73721 msgid "Label at %L is not in the same block as the GOTO statement at %L"
73722 msgstr ""
73723
73724 #: fortran/resolve.cc:10517
73725 #, gcc-internal-format, gfc-internal-format
73726 msgid "WHERE mask at %L has inconsistent shape"
73727 msgstr ""
73728
73729 #: fortran/resolve.cc:10533
73730 #, gcc-internal-format, gfc-internal-format
73731 msgid "WHERE assignment target at %L has inconsistent shape"
73732 msgstr ""
73733
73734 #: fortran/resolve.cc:10541 fortran/resolve.cc:10628
73735 #, gcc-internal-format, gfc-internal-format
73736 msgid "Non-ELEMENTAL user-defined assignment in WHERE at %L"
73737 msgstr ""
73738
73739 #: fortran/resolve.cc:10551 fortran/resolve.cc:10638
73740 #, gcc-internal-format, gfc-internal-format
73741 msgid "Unsupported statement inside WHERE at %L"
73742 msgstr ""
73743
73744 #: fortran/resolve.cc:10582
73745 #, gcc-internal-format, gfc-internal-format
73746 msgid "Assignment to a FORALL index variable at %L"
73747 msgstr ""
73748
73749 #: fortran/resolve.cc:10591
73750 #, gcc-internal-format
73751 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"
73752 msgstr ""
73753
73754 #: fortran/resolve.cc:10738
73755 #, gcc-internal-format, gfc-internal-format
73756 msgid "FORALL construct at %L"
73757 msgstr ""
73758
73759 #: fortran/resolve.cc:10759
73760 #, gcc-internal-format, gfc-internal-format
73761 msgid "FORALL index-name at %L must be a scalar variable of type integer"
73762 msgstr ""
73763
73764 #: fortran/resolve.cc:10769
73765 #, gcc-internal-format, gfc-internal-format
73766 msgid "An outer FORALL construct already has an index with this name %L"
73767 msgstr ""
73768
73769 #: fortran/resolve.cc:10846
73770 #, gcc-internal-format, gfc-internal-format
73771 msgid "WHERE/ELSEWHERE clause at %L requires a LOGICAL array"
73772 msgstr ""
73773
73774 #: fortran/resolve.cc:10961
73775 #, gcc-internal-format
73776 msgid "gfc_resolve_blocks(): Bad block type"
73777 msgstr ""
73778
73779 #: fortran/resolve.cc:11074
73780 #, gcc-internal-format, gfc-internal-format
73781 msgid "CHARACTER expression will be truncated in assignment (%ld/%ld) at %L"
73782 msgstr ""
73783
73784 #: fortran/resolve.cc:11106
73785 #, gcc-internal-format, gfc-internal-format
73786 msgid "Coindexed expression at %L is assigned to a derived type variable with a POINTER component in a PURE procedure"
73787 msgstr ""
73788
73789 #. F2008, C1283 (4).
73790 #: fortran/resolve.cc:11112
73791 #, gcc-internal-format, gfc-internal-format
73792 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."
73793 msgstr ""
73794
73795 #: fortran/resolve.cc:11124
73796 #, gcc-internal-format, gfc-internal-format
73797 msgid "Assignment to coindexed variable at %L in a PURE procedure"
73798 msgstr ""
73799
73800 #: fortran/resolve.cc:11156
73801 #, gcc-internal-format, gfc-internal-format
73802 msgid "Assignment to polymorphic coarray at %L is not permitted"
73803 msgstr ""
73804
73805 #: fortran/resolve.cc:11160
73806 #, gcc-internal-format, gfc-internal-format
73807 msgid "Assignment to an allocatable polymorphic variable at %L"
73808 msgstr ""
73809
73810 #: fortran/resolve.cc:11165
73811 #, gcc-internal-format
73812 msgid "Assignment to an allocatable polymorphic variable at %L requires %<-frealloc-lhs%>"
73813 msgstr ""
73814
73815 #: fortran/resolve.cc:11172
73816 #, gcc-internal-format, gfc-internal-format
73817 msgid "Nonallocatable variable must not be polymorphic in intrinsic assignment at %L - check that there is a matching specific subroutine for '=' operator"
73818 msgstr ""
73819
73820 #: fortran/resolve.cc:11183
73821 #, gcc-internal-format, gfc-internal-format
73822 msgid "Coindexed variable must not have an allocatable ultimate component in assignment at %L"
73823 msgstr ""
73824
73825 #: fortran/resolve.cc:11503
73826 #, gcc-internal-format, gfc-internal-format
73827 msgid "TODO: type-bound defined assignment(s) at %L not done because multiple part array references would occur in intermediate expressions."
73828 msgstr ""
73829
73830 #. Even if standard does not support this feature, continue to build
73831 #. the two statements to avoid upsetting frontend_passes.c.
73832 #: fortran/resolve.cc:11745
73833 #, gcc-internal-format, gfc-internal-format
73834 msgid "Pointer procedure assignment at %L"
73835 msgstr ""
73836
73837 #: fortran/resolve.cc:11757
73838 #, gcc-internal-format, gfc-internal-format
73839 msgid "The function result on the lhs of the assignment at %L must have the pointer attribute."
73840 msgstr ""
73841
73842 #: fortran/resolve.cc:12027
73843 #, gcc-internal-format, gfc-internal-format
73844 msgid "ASSIGNED GOTO statement at %L requires a scalar INTEGER variable"
73845 msgstr ""
73846
73847 #: fortran/resolve.cc:12031
73848 #, gcc-internal-format
73849 msgid "Variable %qs has not been assigned a target label at %L"
73850 msgstr ""
73851
73852 #: fortran/resolve.cc:12042
73853 #, gcc-internal-format, gfc-internal-format
73854 msgid "Alternate RETURN statement at %L requires a SCALAR-INTEGER return specifier"
73855 msgstr ""
73856
73857 #: fortran/resolve.cc:12080
73858 #, gcc-internal-format, gfc-internal-format
73859 msgid "Expected intrinsic assignment in OMP WORKSHARE at %L"
73860 msgstr ""
73861
73862 #: fortran/resolve.cc:12114
73863 #, gcc-internal-format, gfc-internal-format
73864 msgid "ASSIGN statement at %L requires a scalar default INTEGER variable"
73865 msgstr ""
73866
73867 #: fortran/resolve.cc:12161
73868 #, gcc-internal-format, gfc-internal-format
73869 msgid "Invalid NULL at %L"
73870 msgstr ""
73871
73872 #: fortran/resolve.cc:12165
73873 #, gcc-internal-format, gfc-internal-format
73874 msgid "Arithmetic IF statement at %L requires a scalar REAL or INTEGER expression"
73875 msgstr ""
73876
73877 #: fortran/resolve.cc:12226
73878 #, gcc-internal-format
73879 msgid "gfc_resolve_code(): No expression on DO WHILE"
73880 msgstr ""
73881
73882 #: fortran/resolve.cc:12231
73883 #, gcc-internal-format, gfc-internal-format
73884 msgid "Exit condition of DO WHILE loop at %L must be a scalar LOGICAL expression"
73885 msgstr ""
73886
73887 #: fortran/resolve.cc:12315
73888 #, gcc-internal-format, gfc-internal-format
73889 msgid "FORALL mask clause at %L requires a scalar LOGICAL expression"
73890 msgstr ""
73891
73892 #: fortran/resolve.cc:12416
73893 #, gcc-internal-format
73894 msgid "gfc_resolve_code(): Bad statement code"
73895 msgstr ""
73896
73897 #: fortran/resolve.cc:12437
73898 #, gcc-internal-format
73899 msgid "Using parameter %qs declared at %L is deprecated"
73900 msgstr ""
73901
73902 #: fortran/resolve.cc:12531
73903 #, gcc-internal-format
73904 msgid "Variable %qs with binding label %qs at %L uses the same global identifier as entity at %L"
73905 msgstr ""
73906
73907 #. This can only happen if the variable is defined in a module - if it
73908 #. isn't the same module, reject it.
73909 #: fortran/resolve.cc:12545
73910 #, gcc-internal-format
73911 msgid "Variable %qs from module %qs with binding label %qs at %L uses the same global identifier as entity at %L from module %qs"
73912 msgstr ""
73913
73914 #. Print an error if the procedure is defined multiple times; we have to
73915 #. exclude references to the same procedure via module association or
73916 #. multiple checks for the same procedure.
73917 #: fortran/resolve.cc:12564
73918 #, gcc-internal-format
73919 msgid "Procedure %qs with binding label %qs at %L uses the same global identifier as entity at %L"
73920 msgstr ""
73921
73922 #: fortran/resolve.cc:12650
73923 #, gcc-internal-format, gfc-internal-format
73924 msgid "String length at %L is too large"
73925 msgstr ""
73926
73927 #: fortran/resolve.cc:12885
73928 #, gcc-internal-format
73929 msgid "Allocatable array %qs at %L must have a deferred shape or assumed rank"
73930 msgstr ""
73931
73932 #: fortran/resolve.cc:12889
73933 #, gcc-internal-format
73934 msgid "Scalar object %qs at %L may not be ALLOCATABLE"
73935 msgstr ""
73936
73937 #: fortran/resolve.cc:12897
73938 #, gcc-internal-format
73939 msgid "Array pointer %qs at %L must have a deferred shape or assumed rank"
73940 msgstr ""
73941
73942 #: fortran/resolve.cc:12908
73943 #, gcc-internal-format
73944 msgid "Array %qs at %L cannot have a deferred shape"
73945 msgstr ""
73946
73947 #: fortran/resolve.cc:12924
73948 #, gcc-internal-format
73949 msgid "Type %qs of CLASS variable %qs at %L is not extensible"
73950 msgstr ""
73951
73952 #: fortran/resolve.cc:12936
73953 #, gcc-internal-format
73954 msgid "CLASS variable %qs at %L must be dummy, allocatable or pointer"
73955 msgstr ""
73956
73957 #: fortran/resolve.cc:12969
73958 #, gcc-internal-format
73959 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"
73960 msgstr ""
73961
73962 #: fortran/resolve.cc:12991
73963 #, gcc-internal-format
73964 msgid "Implied SAVE for module variable %qs at %L, needed due to the default initialization"
73965 msgstr ""
73966
73967 #: fortran/resolve.cc:13024
73968 #, gcc-internal-format
73969 msgid "Entity %qs at %L has a deferred type parameter and requires either the POINTER or ALLOCATABLE attribute"
73970 msgstr ""
73971
73972 #. F08:C541. The shape of an array defined in a main program or module
73973 #. * needs to be constant.
73974 #: fortran/resolve.cc:13060
73975 #, gcc-internal-format
73976 msgid "The module or main program array %qs at %L must have constant shape"
73977 msgstr ""
73978
73979 #: fortran/resolve.cc:13085
73980 #, gcc-internal-format, gfc-internal-format
73981 msgid "Entity with assumed character length at %L must be a dummy argument or a PARAMETER"
73982 msgstr ""
73983
73984 #: fortran/resolve.cc:13106
73985 #, gcc-internal-format
73986 msgid "%qs at %L must have constant character length in this context"
73987 msgstr ""
73988
73989 #: fortran/resolve.cc:13113
73990 #, gcc-internal-format
73991 msgid "COMMON variable %qs at %L must have constant character length"
73992 msgstr ""
73993
73994 #: fortran/resolve.cc:13160
73995 #, gcc-internal-format
73996 msgid "Allocatable %qs at %L cannot have an initializer"
73997 msgstr ""
73998
73999 #: fortran/resolve.cc:13163
74000 #, gcc-internal-format
74001 msgid "External %qs at %L cannot have an initializer"
74002 msgstr ""
74003
74004 #: fortran/resolve.cc:13166
74005 #, gcc-internal-format
74006 msgid "Dummy %qs at %L cannot have an initializer"
74007 msgstr ""
74008
74009 #: fortran/resolve.cc:13169
74010 #, gcc-internal-format
74011 msgid "Intrinsic %qs at %L cannot have an initializer"
74012 msgstr ""
74013
74014 #: fortran/resolve.cc:13172
74015 #, gcc-internal-format
74016 msgid "Function result %qs at %L cannot have an initializer"
74017 msgstr ""
74018
74019 #: fortran/resolve.cc:13175
74020 #, gcc-internal-format
74021 msgid "Automatic array %qs at %L cannot have an initializer"
74022 msgstr ""
74023
74024 #: fortran/resolve.cc:13217
74025 #, gcc-internal-format, gfc-internal-format
74026 msgid "%s at %L"
74027 msgstr ""
74028
74029 #: fortran/resolve.cc:13249
74030 #, gcc-internal-format
74031 msgid "Character-valued statement function %qs at %L must have constant length"
74032 msgstr ""
74033
74034 #: fortran/resolve.cc:13272
74035 #, gcc-internal-format
74036 msgid "%qs is of a PRIVATE type and cannot be a dummy argument of %qs, which is PUBLIC at %L"
74037 msgstr ""
74038
74039 #: fortran/resolve.cc:13294
74040 #, gcc-internal-format
74041 msgid "Procedure %qs in PUBLIC interface %qs at %L takes dummy arguments of %qs which is PRIVATE"
74042 msgstr ""
74043
74044 #: fortran/resolve.cc:13312
74045 #, gcc-internal-format
74046 msgid "Function %qs at %L cannot have an initializer"
74047 msgstr ""
74048
74049 #: fortran/resolve.cc:13324
74050 #, gcc-internal-format
74051 msgid "External object %qs at %L may not have an initializer"
74052 msgstr ""
74053
74054 #: fortran/resolve.cc:13334
74055 #, gcc-internal-format
74056 msgid "ELEMENTAL function %qs at %L must have a scalar result"
74057 msgstr ""
74058
74059 #: fortran/resolve.cc:13344
74060 #, gcc-internal-format
74061 msgid "Statement function %qs at %L may not have pointer or allocatable attribute"
74062 msgstr ""
74063
74064 #: fortran/resolve.cc:13363
74065 #, gcc-internal-format
74066 msgid "CHARACTER(*) function %qs at %L cannot be array-valued"
74067 msgstr ""
74068
74069 #: fortran/resolve.cc:13367
74070 #, gcc-internal-format
74071 msgid "CHARACTER(*) function %qs at %L cannot be pointer-valued"
74072 msgstr ""
74073
74074 #: fortran/resolve.cc:13371
74075 #, gcc-internal-format
74076 msgid "CHARACTER(*) function %qs at %L cannot be pure"
74077 msgstr ""
74078
74079 #: fortran/resolve.cc:13375
74080 #, gcc-internal-format
74081 msgid "CHARACTER(*) function %qs at %L cannot be recursive"
74082 msgstr ""
74083
74084 #: fortran/resolve.cc:13388
74085 #, gcc-internal-format
74086 msgid "CHARACTER(*) function %qs at %L"
74087 msgstr ""
74088
74089 #: fortran/resolve.cc:13399
74090 #, gcc-internal-format
74091 msgid "Procedure pointer %qs at %L shall not be elemental"
74092 msgstr ""
74093
74094 #: fortran/resolve.cc:13405
74095 #, gcc-internal-format
74096 msgid "Dummy procedure %qs at %L shall not be elemental"
74097 msgstr ""
74098
74099 #: fortran/resolve.cc:13425
74100 #, gcc-internal-format
74101 msgid "Function result variable %qs at %L of elemental function %qs shall not have an ALLOCATABLE or POINTER attribute"
74102 msgstr ""
74103
74104 #: fortran/resolve.cc:13482
74105 #, gcc-internal-format
74106 msgid "PROCEDURE attribute conflicts with SAVE attribute in %qs at %L"
74107 msgstr ""
74108
74109 #: fortran/resolve.cc:13488
74110 #, gcc-internal-format
74111 msgid "PROCEDURE attribute conflicts with INTENT attribute in %qs at %L"
74112 msgstr ""
74113
74114 #: fortran/resolve.cc:13494
74115 #, gcc-internal-format
74116 msgid "PROCEDURE attribute conflicts with RESULT attribute in %qs at %L"
74117 msgstr ""
74118
74119 #: fortran/resolve.cc:13502
74120 #, gcc-internal-format
74121 msgid "EXTERNAL attribute conflicts with FUNCTION attribute in %qs at %L"
74122 msgstr ""
74123
74124 #: fortran/resolve.cc:13508
74125 #, gcc-internal-format
74126 msgid "Procedure pointer result %qs at %L is missing the pointer attribute"
74127 msgstr ""
74128
74129 #: fortran/resolve.cc:13551
74130 #, gcc-internal-format, gfc-internal-format
74131 msgid "Mismatch in ELEMENTAL attribute between MODULE PROCEDURE at %L and its interface in %s"
74132 msgstr ""
74133
74134 #: fortran/resolve.cc:13559
74135 #, gcc-internal-format, gfc-internal-format
74136 msgid "Mismatch in PURE attribute between MODULE PROCEDURE at %L and its interface in %s"
74137 msgstr ""
74138
74139 #: fortran/resolve.cc:13567
74140 #, gcc-internal-format, gfc-internal-format
74141 msgid "Mismatch in RECURSIVE attribute between MODULE PROCEDURE at %L and its interface in %s"
74142 msgstr ""
74143
74144 #: fortran/resolve.cc:13576
74145 #, gcc-internal-format
74146 msgid "%s between the MODULE PROCEDURE declaration in MODULE %qs and the declaration at %L in (SUB)MODULE %qs"
74147 msgstr ""
74148
74149 #: fortran/resolve.cc:13660
74150 #, gcc-internal-format
74151 msgid "FINAL procedure %qs at %L is not a SUBROUTINE"
74152 msgstr ""
74153
74154 #: fortran/resolve.cc:13669
74155 #, gcc-internal-format, gfc-internal-format
74156 msgid "FINAL procedure at %L must have exactly one argument"
74157 msgstr ""
74158
74159 #: fortran/resolve.cc:13678
74160 #, gcc-internal-format
74161 msgid "Argument of FINAL procedure at %L must be of type %qs"
74162 msgstr ""
74163
74164 #: fortran/resolve.cc:13686
74165 #, gcc-internal-format, gfc-internal-format
74166 msgid "Argument of FINAL procedure at %L must not be a POINTER"
74167 msgstr ""
74168
74169 #: fortran/resolve.cc:13692
74170 #, gcc-internal-format, gfc-internal-format
74171 msgid "Argument of FINAL procedure at %L must not be ALLOCATABLE"
74172 msgstr ""
74173
74174 #: fortran/resolve.cc:13698
74175 #, gcc-internal-format, gfc-internal-format
74176 msgid "Argument of FINAL procedure at %L must not be OPTIONAL"
74177 msgstr ""
74178
74179 #: fortran/resolve.cc:13706
74180 #, gcc-internal-format, gfc-internal-format
74181 msgid "Argument of FINAL procedure at %L must not be INTENT(OUT)"
74182 msgstr ""
74183
74184 #: fortran/resolve.cc:13715
74185 #, gcc-internal-format, gfc-internal-format
74186 msgid "Non-scalar FINAL procedure at %L should have assumed shape argument"
74187 msgstr ""
74188
74189 #: fortran/resolve.cc:13737
74190 #, gcc-internal-format
74191 msgid "FINAL procedure %qs declared at %L has the same rank (%d) as %qs"
74192 msgstr ""
74193
74194 #: fortran/resolve.cc:13774
74195 #, gcc-internal-format
74196 msgid "Only array FINAL procedures declared for derived type %qs defined at %L, suggest also scalar one"
74197 msgstr ""
74198
74199 #: fortran/resolve.cc:13814
74200 #, gcc-internal-format
74201 msgid "%qs and %qs cannot be mixed FUNCTION/SUBROUTINE for GENERIC %qs at %L"
74202 msgstr ""
74203
74204 #: fortran/resolve.cc:13850
74205 #, gcc-internal-format
74206 msgid "%qs and %qs for GENERIC %qs at %L are ambiguous"
74207 msgstr ""
74208
74209 #: fortran/resolve.cc:13909
74210 #, gcc-internal-format
74211 msgid "Undefined specific binding %qs as target of GENERIC %qs at %L"
74212 msgstr ""
74213
74214 #: fortran/resolve.cc:13921
74215 #, gcc-internal-format
74216 msgid "GENERIC %qs at %L must target a specific binding, %qs is GENERIC, too"
74217 msgstr ""
74218
74219 #: fortran/resolve.cc:13949
74220 #, gcc-internal-format
74221 msgid "GENERIC %qs at %L cannot overwrite specific binding with the same name"
74222 msgstr ""
74223
74224 #: fortran/resolve.cc:14005
74225 #, gcc-internal-format, gfc-internal-format
74226 msgid "Type-bound operator at %L cannot be NOPASS"
74227 msgstr ""
74228
74229 #: fortran/resolve.cc:14217
74230 #, gcc-internal-format
74231 msgid "%qs must be a module procedure or an external procedure with an explicit interface at %L"
74232 msgstr ""
74233
74234 #: fortran/resolve.cc:14260
74235 #, gcc-internal-format
74236 msgid "Procedure %qs with PASS(%s) at %L has no argument %qs"
74237 msgstr ""
74238
74239 #: fortran/resolve.cc:14274
74240 #, gcc-internal-format
74241 msgid "Procedure %qs with PASS at %L must have at least one argument"
74242 msgstr ""
74243
74244 #: fortran/resolve.cc:14288 fortran/resolve.cc:14774
74245 #, gcc-internal-format
74246 msgid "Non-polymorphic passed-object dummy argument of %qs at %L"
74247 msgstr ""
74248
74249 #: fortran/resolve.cc:14296
74250 #, gcc-internal-format
74251 msgid "Argument %qs of %qs with PASS(%s) at %L must be of the derived-type %qs"
74252 msgstr ""
74253
74254 #: fortran/resolve.cc:14305
74255 #, gcc-internal-format
74256 msgid "Passed-object dummy argument of %qs at %L must be scalar"
74257 msgstr ""
74258
74259 #: fortran/resolve.cc:14311
74260 #, gcc-internal-format
74261 msgid "Passed-object dummy argument of %qs at %L must not be ALLOCATABLE"
74262 msgstr ""
74263
74264 #: fortran/resolve.cc:14317
74265 #, gcc-internal-format
74266 msgid "Passed-object dummy argument of %qs at %L must not be POINTER"
74267 msgstr ""
74268
74269 #: fortran/resolve.cc:14346
74270 #, gcc-internal-format
74271 msgid "Procedure %qs at %L has the same name as a component of %qs"
74272 msgstr ""
74273
74274 #: fortran/resolve.cc:14356
74275 #, gcc-internal-format
74276 msgid "Procedure %qs at %L has the same name as an inherited component of %qs"
74277 msgstr ""
74278
74279 #: fortran/resolve.cc:14451
74280 #, gcc-internal-format
74281 msgid "Derived-type %qs declared at %L must be ABSTRACT because %qs is DEFERRED and not overridden"
74282 msgstr ""
74283
74284 #: fortran/resolve.cc:14554
74285 #, gcc-internal-format
74286 msgid "Coarray component %qs at %L must be allocatable with deferred shape"
74287 msgstr ""
74288
74289 #: fortran/resolve.cc:14563
74290 #, gcc-internal-format
74291 msgid "Component %qs at %L of TYPE(C_PTR) or TYPE(C_FUNPTR) shall not be a coarray"
74292 msgstr ""
74293
74294 #: fortran/resolve.cc:14573
74295 #, gcc-internal-format
74296 msgid "Component %qs at %L with coarray component shall be a nonpointer, nonallocatable scalar"
74297 msgstr ""
74298
74299 #: fortran/resolve.cc:14598
74300 #, gcc-internal-format
74301 msgid "Component %qs at %L has the CONTIGUOUS attribute but is not an array pointer"
74302 msgstr ""
74303
74304 #: fortran/resolve.cc:14609
74305 #, gcc-internal-format
74306 msgid "Component %qs of BIND(C) type at %L must have length one"
74307 msgstr ""
74308
74309 #: fortran/resolve.cc:14707
74310 #, gcc-internal-format
74311 msgid "Procedure pointer component %qs with PASS(%s) at %L has no argument %qs"
74312 msgstr ""
74313
74314 #: fortran/resolve.cc:14721
74315 #, gcc-internal-format
74316 msgid "Procedure pointer component %qs with PASS at %L must have at least one argument"
74317 msgstr ""
74318
74319 #: fortran/resolve.cc:14737
74320 #, gcc-internal-format
74321 msgid "Argument %qs of %qs with PASS(%s) at %L must be of the derived type %qs"
74322 msgstr ""
74323
74324 #: fortran/resolve.cc:14747
74325 #, gcc-internal-format
74326 msgid "Argument %qs of %qs with PASS(%s) at %L must be scalar"
74327 msgstr ""
74328
74329 #: fortran/resolve.cc:14756
74330 #, gcc-internal-format
74331 msgid "Argument %qs of %qs with PASS(%s) at %L may not have the POINTER attribute"
74332 msgstr ""
74333
74334 #: fortran/resolve.cc:14765
74335 #, gcc-internal-format
74336 msgid "Argument %qs of %qs with PASS(%s) at %L may not be ALLOCATABLE"
74337 msgstr ""
74338
74339 #: fortran/resolve.cc:14807
74340 #, gcc-internal-format
74341 msgid "Component %qs of %qs at %L has the same name as an inherited type-bound procedure"
74342 msgstr ""
74343
74344 #: fortran/resolve.cc:14820
74345 #, gcc-internal-format
74346 msgid "Character length of component %qs needs to be a constant specification expression at %L"
74347 msgstr ""
74348
74349 #: fortran/resolve.cc:14831
74350 #, gcc-internal-format
74351 msgid "Character component %qs of %qs at %L with deferred length must be a POINTER or ALLOCATABLE"
74352 msgstr ""
74353
74354 #: fortran/resolve.cc:14864
74355 #, gcc-internal-format
74356 msgid "the component %qs is a PRIVATE type and cannot be a component of %qs, which is PUBLIC at %L"
74357 msgstr ""
74358
74359 #: fortran/resolve.cc:14872
74360 #, gcc-internal-format, gfc-internal-format
74361 msgid "Polymorphic component %s at %L in SEQUENCE or BIND(C) type %s"
74362 msgstr ""
74363
74364 #: fortran/resolve.cc:14881
74365 #, gcc-internal-format, gfc-internal-format
74366 msgid "Component %s of SEQUENCE type declared at %L does not have the SEQUENCE attribute"
74367 msgstr ""
74368
74369 #: fortran/resolve.cc:14967
74370 #, gcc-internal-format, gfc-internal-format
74371 msgid "Conflicting initializers in union at %L and %L"
74372 msgstr ""
74373
74374 #: fortran/resolve.cc:15012
74375 #, gcc-internal-format
74376 msgid "As extending type %qs at %L has a coarray component, parent type %qs shall also have one"
74377 msgstr ""
74378
74379 #: fortran/resolve.cc:15025
74380 #, gcc-internal-format
74381 msgid "Non-extensible derived-type %qs at %L must not be ABSTRACT"
74382 msgstr ""
74383
74384 #: fortran/resolve.cc:15089
74385 #, gcc-internal-format
74386 msgid "Parameterized type %qs does not have a component corresponding to parameter %qs at %L"
74387 msgstr ""
74388
74389 #: fortran/resolve.cc:15122
74390 #, gcc-internal-format
74391 msgid "Generic name %qs of function %qs at %L being the same name as derived type at %L"
74392 msgstr ""
74393
74394 #: fortran/resolve.cc:15136
74395 #, gcc-internal-format
74396 msgid "Derived type %qs at %L has not been declared"
74397 msgstr ""
74398
74399 #: fortran/resolve.cc:15201
74400 #, gcc-internal-format
74401 msgid "Assumed size array %qs in namelist %qs at %L is not allowed"
74402 msgstr ""
74403
74404 #: fortran/resolve.cc:15207
74405 #, gcc-internal-format
74406 msgid "NAMELIST array object %qs with assumed shape in namelist %qs at %L"
74407 msgstr ""
74408
74409 #: fortran/resolve.cc:15213
74410 #, gcc-internal-format
74411 msgid "NAMELIST array object %qs with nonconstant shape in namelist %qs at %L"
74412 msgstr ""
74413
74414 #: fortran/resolve.cc:15221
74415 #, gcc-internal-format
74416 msgid "NAMELIST object %qs with nonconstant character length in namelist %qs at %L"
74417 msgstr ""
74418
74419 #: fortran/resolve.cc:15238
74420 #, gcc-internal-format
74421 msgid "NAMELIST object %qs was declared PRIVATE and cannot be member of PUBLIC namelist %qs at %L"
74422 msgstr ""
74423
74424 #: fortran/resolve.cc:15260
74425 #, gcc-internal-format
74426 msgid "NAMELIST object %qs has use-associated PRIVATE components and cannot be member of namelist %qs at %L"
74427 msgstr ""
74428
74429 #: fortran/resolve.cc:15271
74430 #, gcc-internal-format
74431 msgid "NAMELIST object %qs has PRIVATE components and cannot be a member of PUBLIC namelist %qs at %L"
74432 msgstr ""
74433
74434 #: fortran/resolve.cc:15298
74435 #, gcc-internal-format
74436 msgid "PROCEDURE attribute conflicts with NAMELIST attribute in %qs at %L"
74437 msgstr ""
74438
74439 #: fortran/resolve.cc:15317
74440 #, gcc-internal-format
74441 msgid "Parameter array %qs at %L cannot be automatic or of deferred shape"
74442 msgstr ""
74443
74444 #: fortran/resolve.cc:15333
74445 #, gcc-internal-format
74446 msgid "Implicitly typed PARAMETER %qs at %L doesn't match a later IMPLICIT type"
74447 msgstr ""
74448
74449 #: fortran/resolve.cc:15344
74450 #, gcc-internal-format, gfc-internal-format
74451 msgid "Incompatible derived type in PARAMETER at %L"
74452 msgstr ""
74453
74454 #: fortran/resolve.cc:15352
74455 #, gcc-internal-format
74456 msgid "CLASS variable %qs at %L cannot have the PARAMETER attribute"
74457 msgstr ""
74458
74459 #: fortran/resolve.cc:15403
74460 #, gcc-internal-format
74461 msgid "The object %qs at %L has a deferred LEN parameter %qs and is neither allocatable nor a pointer"
74462 msgstr ""
74463
74464 #: fortran/resolve.cc:15414
74465 #, gcc-internal-format
74466 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)"
74467 msgstr ""
74468
74469 #: fortran/resolve.cc:15421
74470 #, gcc-internal-format
74471 msgid "The object %qs at %L with ASSUMED type parameters must be a dummy or a SELECT TYPE selector(F08/4.2)"
74472 msgstr ""
74473
74474 #: fortran/resolve.cc:15461
74475 #, gcc-internal-format, gfc-internal-format
74476 msgid "Sorry, allocatable/pointer components in polymorphic (CLASS) type coarrays at %L are unsupported"
74477 msgstr ""
74478
74479 #: fortran/resolve.cc:15525
74480 #, gcc-internal-format, gfc-internal-format
74481 msgid "PROTECTED attribute conflicts with EXTERNAL attribute at %L"
74482 msgstr ""
74483
74484 #: fortran/resolve.cc:15528
74485 #, gcc-internal-format, gfc-internal-format
74486 msgid "PROCEDURE attribute conflicts with PROTECTED attribute at %L"
74487 msgstr ""
74488
74489 #: fortran/resolve.cc:15628
74490 #, gcc-internal-format
74491 msgid "%qs at %L has the CONTIGUOUS attribute but is not an array pointer or an assumed-shape or assumed-rank array"
74492 msgstr ""
74493
74494 #: fortran/resolve.cc:15649
74495 #, gcc-internal-format, gfc-internal-format
74496 msgid "Bad specification for assumed size array at %L"
74497 msgstr ""
74498
74499 #: fortran/resolve.cc:15662
74500 #, gcc-internal-format, gfc-internal-format
74501 msgid "Assumed size array at %L must be a dummy argument"
74502 msgstr ""
74503
74504 #: fortran/resolve.cc:15665
74505 #, gcc-internal-format, gfc-internal-format
74506 msgid "Assumed shape array at %L must be a dummy argument"
74507 msgstr ""
74508
74509 #: fortran/resolve.cc:15675
74510 #, gcc-internal-format, gfc-internal-format
74511 msgid "Assumed-rank array at %L must be a dummy argument"
74512 msgstr ""
74513
74514 #: fortran/resolve.cc:15682
74515 #, gcc-internal-format, gfc-internal-format
74516 msgid "Assumed-rank array at %L may not have the VALUE or CODIMENSION attribute"
74517 msgstr ""
74518
74519 #: fortran/resolve.cc:15695
74520 #, gcc-internal-format, gfc-internal-format
74521 msgid "Symbol at %L is not a DUMMY variable"
74522 msgstr ""
74523
74524 #: fortran/resolve.cc:15701
74525 #, gcc-internal-format
74526 msgid "%qs at %L cannot have the VALUE attribute because it is not a dummy argument"
74527 msgstr ""
74528
74529 #: fortran/resolve.cc:15711
74530 #, gcc-internal-format
74531 msgid "Character dummy variable %qs at %L with VALUE attribute must have constant length"
74532 msgstr ""
74533
74534 #: fortran/resolve.cc:15720
74535 #, gcc-internal-format
74536 msgid "C interoperable character dummy variable %qs at %L with VALUE attribute must have length one"
74537 msgstr ""
74538
74539 #: fortran/resolve.cc:15733 fortran/resolve.cc:15910
74540 #, gcc-internal-format
74541 msgid "The derived type %qs at %L is of type %qs, which has not been defined"
74542 msgstr ""
74543
74544 #: fortran/resolve.cc:15747
74545 #, gcc-internal-format, gfc-internal-format
74546 msgid "Variable %s at %L with NO_ARG_CHECK attribute shall be a dummy argument"
74547 msgstr ""
74548
74549 #: fortran/resolve.cc:15756
74550 #, gcc-internal-format, gfc-internal-format
74551 msgid "Variable %s at %L with NO_ARG_CHECK attribute shall be of type TYPE(*) or of an numeric intrinsic type"
74552 msgstr ""
74553
74554 #: fortran/resolve.cc:15765
74555 #, gcc-internal-format, gfc-internal-format
74556 msgid "Variable %s at %L with NO_ARG_CHECK attribute may not have the ALLOCATABLE, CODIMENSION, POINTER or VALUE attribute"
74557 msgstr ""
74558
74559 #: fortran/resolve.cc:15773
74560 #, gcc-internal-format, gfc-internal-format
74561 msgid "Variable %s at %L with NO_ARG_CHECK attribute may not have the INTENT(OUT) attribute"
74562 msgstr ""
74563
74564 #: fortran/resolve.cc:15780
74565 #, gcc-internal-format, gfc-internal-format
74566 msgid "Variable %s at %L with NO_ARG_CHECK attribute shall either be a scalar or an assumed-size array"
74567 msgstr ""
74568
74569 #: fortran/resolve.cc:15800
74570 #, gcc-internal-format, gfc-internal-format
74571 msgid "Assumed type of variable %s at %L is only permitted for dummy variables"
74572 msgstr ""
74573
74574 #: fortran/resolve.cc:15807
74575 #, gcc-internal-format, gfc-internal-format
74576 msgid "Assumed-type variable %s at %L may not have the ALLOCATABLE, CODIMENSION, POINTER or VALUE attribute"
74577 msgstr ""
74578
74579 #: fortran/resolve.cc:15814
74580 #, gcc-internal-format, gfc-internal-format
74581 msgid "Assumed-type variable %s at %L may not have the INTENT(OUT) attribute"
74582 msgstr ""
74583
74584 #: fortran/resolve.cc:15821
74585 #, gcc-internal-format, gfc-internal-format
74586 msgid "Assumed-type variable %s at %L shall not be an explicit-shape array"
74587 msgstr ""
74588
74589 #: fortran/resolve.cc:15847
74590 #, gcc-internal-format
74591 msgid "Variable %qs at %L cannot be BIND(C) because it is neither a COMMON block nor declared at the module level scope"
74592 msgstr ""
74593
74594 #: fortran/resolve.cc:15857
74595 #, gcc-internal-format
74596 msgid "BIND(C) Variable %qs at %L must have length one"
74597 msgstr ""
74598
74599 #: fortran/resolve.cc:15936
74600 #, gcc-internal-format
74601 msgid "PUBLIC %s %qs at %L of PRIVATE derived type %qs"
74602 msgstr ""
74603
74604 #: fortran/resolve.cc:15951
74605 #, gcc-internal-format, gfc-internal-format
74606 msgid "Variable %s at %L of type LOCK_TYPE or with subcomponent of type LOCK_TYPE must be a coarray"
74607 msgstr ""
74608
74609 #: fortran/resolve.cc:15964
74610 #, gcc-internal-format, gfc-internal-format
74611 msgid "Variable %s at %L of type EVENT_TYPE or with subcomponent of type EVENT_TYPE must be a coarray"
74612 msgstr ""
74613
74614 #: fortran/resolve.cc:15982
74615 #, gcc-internal-format
74616 msgid "The INTENT(OUT) dummy argument %qs at %L is ASSUMED SIZE and so cannot have a default initializer"
74617 msgstr ""
74618
74619 #: fortran/resolve.cc:15994
74620 #, gcc-internal-format
74621 msgid "Dummy argument %qs at %L of LOCK_TYPE shall not be INTENT(OUT)"
74622 msgstr ""
74623
74624 #: fortran/resolve.cc:16003
74625 #, gcc-internal-format
74626 msgid "Dummy argument %qs at %L of EVENT_TYPE shall not be INTENT(OUT)"
74627 msgstr ""
74628
74629 #: fortran/resolve.cc:16016
74630 #, gcc-internal-format
74631 msgid "Function result %qs at %L shall not be a coarray or have a coarray component"
74632 msgstr ""
74633
74634 #: fortran/resolve.cc:16025
74635 #, gcc-internal-format
74636 msgid "Variable %qs at %L of TYPE(C_PTR) or TYPE(C_FUNPTR) shall not be a coarray"
74637 msgstr ""
74638
74639 #: fortran/resolve.cc:16038
74640 #, gcc-internal-format
74641 msgid "Variable %qs at %L with coarray component shall be a nonpointer, nonallocatable scalar, which is not a coarray"
74642 msgstr ""
74643
74644 #: fortran/resolve.cc:16054
74645 #, gcc-internal-format
74646 msgid "Variable %qs at %L is a coarray and is not ALLOCATABLE, SAVE nor a dummy argument"
74647 msgstr ""
74648
74649 #: fortran/resolve.cc:16062
74650 #, gcc-internal-format
74651 msgid "Coarray variable %qs at %L shall not have codimensions with deferred shape"
74652 msgstr ""
74653
74654 #: fortran/resolve.cc:16069
74655 #, gcc-internal-format
74656 msgid "Allocatable coarray variable %qs at %L must have deferred shape"
74657 msgstr ""
74658
74659 #: fortran/resolve.cc:16082
74660 #, gcc-internal-format
74661 msgid "Variable %qs at %L is INTENT(OUT) and can thus not be an allocatable coarray or have coarray components"
74662 msgstr ""
74663
74664 #: fortran/resolve.cc:16091
74665 #, gcc-internal-format
74666 msgid "Coarray dummy variable %qs at %L not allowed in BIND(C) procedure %qs"
74667 msgstr ""
74668
74669 #: fortran/resolve.cc:16107
74670 #, gcc-internal-format
74671 msgid "LOGICAL dummy argument %qs at %L with non-C_Bool kind in BIND(C) procedure %qs"
74672 msgstr ""
74673
74674 #: fortran/resolve.cc:16113
74675 #, gcc-internal-format
74676 msgid "LOGICAL result variable %qs at %L with non-C_Bool kind in BIND(C) procedure %qs"
74677 msgstr ""
74678
74679 #: fortran/resolve.cc:16138
74680 #, gcc-internal-format
74681 msgid "Namelist %qs cannot be an argument to subroutine or function at %L"
74682 msgstr ""
74683
74684 #: fortran/resolve.cc:16209
74685 #, gcc-internal-format, gfc-internal-format
74686 msgid "Threadprivate at %L isn't SAVEd"
74687 msgstr ""
74688
74689 #: fortran/resolve.cc:16221
74690 #, gcc-internal-format
74691 msgid "!$OMP DECLARE TARGET variable %qs at %L isn't SAVEd"
74692 msgstr ""
74693
74694 #: fortran/resolve.cc:16328
74695 #, gcc-internal-format, gfc-internal-format
74696 msgid "Expecting definable entity near %L"
74697 msgstr ""
74698
74699 #: fortran/resolve.cc:16336
74700 #, gcc-internal-format
74701 msgid "BLOCK DATA element %qs at %L must be in COMMON"
74702 msgstr ""
74703
74704 #: fortran/resolve.cc:16343
74705 #, gcc-internal-format
74706 msgid "DATA array %qs at %L must be specified in a previous declaration"
74707 msgstr ""
74708
74709 #: fortran/resolve.cc:16350
74710 #, gcc-internal-format
74711 msgid "DATA element %qs at %L cannot have a coindex"
74712 msgstr ""
74713
74714 #: fortran/resolve.cc:16366
74715 #, gcc-internal-format
74716 msgid "DATA element %qs at %L is a pointer and so must be a full array"
74717 msgstr ""
74718
74719 #: fortran/resolve.cc:16373
74720 #, gcc-internal-format, gfc-internal-format
74721 msgid "DATA object near %L has the pointer attribute and the corresponding DATA value is not a valid initial-data-target"
74722 msgstr ""
74723
74724 #: fortran/resolve.cc:16382
74725 #, gcc-internal-format
74726 msgid "DATA element %qs at %L cannot have the ALLOCATABLE attribute"
74727 msgstr ""
74728
74729 #: fortran/resolve.cc:16428
74730 #, gcc-internal-format, gfc-internal-format
74731 msgid "Nonconstant array section at %L in DATA statement"
74732 msgstr ""
74733
74734 #: fortran/resolve.cc:16441
74735 #, gcc-internal-format, gfc-internal-format
74736 msgid "DATA statement at %L has more variables than values"
74737 msgstr ""
74738
74739 #: fortran/resolve.cc:16540
74740 #, gcc-internal-format, gfc-internal-format
74741 msgid "start of implied-do loop at %L could not be simplified to a constant value"
74742 msgstr ""
74743
74744 #: fortran/resolve.cc:16548
74745 #, gcc-internal-format, gfc-internal-format
74746 msgid "end of implied-do loop at %L could not be simplified to a constant value"
74747 msgstr ""
74748
74749 #: fortran/resolve.cc:16556
74750 #, gcc-internal-format, gfc-internal-format
74751 msgid "step of implied-do loop at %L could not be simplified to a constant value"
74752 msgstr ""
74753
74754 #: fortran/resolve.cc:16563
74755 #, gcc-internal-format, gfc-internal-format
74756 msgid "step of implied-do loop at %L shall not be zero"
74757 msgstr ""
74758
74759 #: fortran/resolve.cc:16688
74760 #, gcc-internal-format, gfc-internal-format
74761 msgid "DATA statement at %L has more values than variables"
74762 msgstr ""
74763
74764 #: fortran/resolve.cc:16854
74765 #, gcc-internal-format, gfc-internal-format
74766 msgid "Label %d at %L defined but not used"
74767 msgstr ""
74768
74769 #: fortran/resolve.cc:16860
74770 #, gcc-internal-format, gfc-internal-format
74771 msgid "Label %d at %L defined but cannot be used"
74772 msgstr ""
74773
74774 #: fortran/resolve.cc:16944
74775 #, gcc-internal-format
74776 msgid "Derived type variable %qs at %L must have SEQUENCE attribute to be an EQUIVALENCE object"
74777 msgstr ""
74778
74779 #: fortran/resolve.cc:16953
74780 #, gcc-internal-format
74781 msgid "Derived type variable %qs at %L cannot have ALLOCATABLE components to be an EQUIVALENCE object"
74782 msgstr ""
74783
74784 #: fortran/resolve.cc:16961
74785 #, gcc-internal-format
74786 msgid "Derived type variable %qs at %L with default initialization cannot be in EQUIVALENCE with a variable in COMMON"
74787 msgstr ""
74788
74789 #: fortran/resolve.cc:16977
74790 #, gcc-internal-format
74791 msgid "Derived type variable %qs at %L with pointer component(s) cannot be an EQUIVALENCE object"
74792 msgstr ""
74793
74794 #: fortran/resolve.cc:17080
74795 #, gcc-internal-format, gfc-internal-format
74796 msgid "Syntax error in EQUIVALENCE statement at %L"
74797 msgstr ""
74798
74799 #: fortran/resolve.cc:17095
74800 #, gcc-internal-format, gfc-internal-format
74801 msgid "Either all or none of the objects in the EQUIVALENCE set at %L shall have the PROTECTED attribute"
74802 msgstr ""
74803
74804 #: fortran/resolve.cc:17120
74805 #, gcc-internal-format
74806 msgid "COMMON block member %qs at %L cannot be an EQUIVALENCE object in the pure procedure %qs"
74807 msgstr ""
74808
74809 #: fortran/resolve.cc:17129
74810 #, gcc-internal-format
74811 msgid "Named constant %qs at %L cannot be an EQUIVALENCE object"
74812 msgstr ""
74813
74814 #: fortran/resolve.cc:17202
74815 #, gcc-internal-format
74816 msgid "Array %qs at %L with non-constant bounds cannot be an EQUIVALENCE object"
74817 msgstr ""
74818
74819 #: fortran/resolve.cc:17213
74820 #, gcc-internal-format
74821 msgid "Structure component %qs at %L cannot be an EQUIVALENCE object"
74822 msgstr ""
74823
74824 #: fortran/resolve.cc:17224
74825 #, gcc-internal-format, gfc-internal-format
74826 msgid "Substring at %L has length zero"
74827 msgstr ""
74828
74829 #: fortran/resolve.cc:17255
74830 #, gcc-internal-format
74831 msgid "Self reference in character length expression for %qs at %L"
74832 msgstr ""
74833
74834 #: fortran/resolve.cc:17322
74835 #, gcc-internal-format
74836 msgid "PUBLIC function %qs at %L of PRIVATE type %qs"
74837 msgstr ""
74838
74839 #: fortran/resolve.cc:17335
74840 #, gcc-internal-format
74841 msgid "ENTRY %qs at %L has no IMPLICIT type"
74842 msgstr ""
74843
74844 #: fortran/resolve.cc:17355
74845 #, gcc-internal-format
74846 msgid "User operator procedure %qs at %L must be a FUNCTION"
74847 msgstr ""
74848
74849 #: fortran/resolve.cc:17365
74850 #, gcc-internal-format
74851 msgid "User operator procedure %qs at %L cannot be assumed character length"
74852 msgstr ""
74853
74854 #: fortran/resolve.cc:17373
74855 #, gcc-internal-format
74856 msgid "User operator procedure %qs at %L must have at least one argument"
74857 msgstr ""
74858
74859 #: fortran/resolve.cc:17387
74860 #, gcc-internal-format, gfc-internal-format
74861 msgid "First argument of operator interface at %L cannot be optional"
74862 msgstr ""
74863
74864 #: fortran/resolve.cc:17405
74865 #, gcc-internal-format, gfc-internal-format
74866 msgid "Second argument of operator interface at %L cannot be optional"
74867 msgstr ""
74868
74869 #: fortran/resolve.cc:17412
74870 #, gcc-internal-format, gfc-internal-format
74871 msgid "Operator interface at %L must have, at most, two arguments"
74872 msgstr ""
74873
74874 #: fortran/resolve.cc:17491
74875 #, gcc-internal-format
74876 msgid "Contained procedure %qs at %L of a PURE procedure must also be PURE"
74877 msgstr ""
74878
74879 #: fortran/scanner.cc:309
74880 #, gcc-internal-format
74881 msgid "Include directory %qs: %s"
74882 msgstr ""
74883
74884 #: fortran/scanner.cc:313
74885 #, gcc-internal-format
74886 msgid "Nonexistent include directory %qs"
74887 msgstr "nepostojeći „include“ direktorij „%qs”"
74888
74889 #: fortran/scanner.cc:318
74890 #, gcc-internal-format
74891 msgid "%qs is not a directory"
74892 msgstr ""
74893
74894 #: fortran/scanner.cc:792
74895 #, gcc-internal-format, gfc-internal-format
74896 msgid "!$ACC at %C starts a commented line as it neither is followed by a space nor is a continuation line"
74897 msgstr ""
74898
74899 #: fortran/scanner.cc:832
74900 #, gcc-internal-format, gfc-internal-format
74901 msgid "!$OMP at %C starts a commented line as it neither is followed by a space nor is a continuation line"
74902 msgstr ""
74903
74904 #: fortran/scanner.cc:1319 fortran/scanner.cc:1522
74905 #, gcc-internal-format, gfc-internal-format
74906 msgid "Line truncated at %L"
74907 msgstr ""
74908
74909 #: fortran/scanner.cc:1383 fortran/scanner.cc:1612
74910 #, gcc-internal-format, gfc-internal-format
74911 msgid "Limit of %d continuations exceeded in statement at %C"
74912 msgstr ""
74913
74914 #: fortran/scanner.cc:1462 fortran/scanner.cc:1571
74915 #, gcc-internal-format, gfc-internal-format
74916 msgid "Wrong OpenACC continuation at %C: expected !$ACC, got !$OMP"
74917 msgstr ""
74918
74919 #: fortran/scanner.cc:1464 fortran/scanner.cc:1573
74920 #, gcc-internal-format, gfc-internal-format
74921 msgid "Wrong OpenMP continuation at %C: expected !$OMP, got !$ACC"
74922 msgstr ""
74923
74924 #: fortran/scanner.cc:1477
74925 #, gcc-internal-format
74926 msgid "Missing %<&%> in continued character constant at %C"
74927 msgstr ""
74928
74929 #: fortran/scanner.cc:1763
74930 #, gcc-internal-format, gfc-internal-format
74931 msgid "Nonconforming tab character at %C"
74932 msgstr ""
74933
74934 #: fortran/scanner.cc:1774
74935 #, gcc-internal-format, gfc-internal-format
74936 msgid "Invalid character 0x%s at %C"
74937 msgstr ""
74938
74939 #: fortran/scanner.cc:1863 fortran/scanner.cc:1866
74940 #, gcc-internal-format
74941 msgid "%<&%> not allowed by itself in line %d"
74942 msgstr ""
74943
74944 #: fortran/scanner.cc:1956
74945 #, gcc-internal-format, gfc-internal-format
74946 msgid "Nonconforming tab character in column %d of line %d"
74947 msgstr ""
74948
74949 #: fortran/scanner.cc:2185
74950 #, gcc-internal-format
74951 msgid "file %qs left but not entered"
74952 msgstr ""
74953
74954 #: fortran/scanner.cc:2227
74955 #, gcc-internal-format
74956 msgid "Illegal preprocessor directive"
74957 msgstr ""
74958
74959 #: fortran/scanner.cc:2550
74960 #, gcc-internal-format
74961 msgid "File %qs is being included recursively"
74962 msgstr ""
74963
74964 #: fortran/scanner.cc:2562
74965 #, gcc-internal-format
74966 msgid "Cannot open file %qs"
74967 msgstr "Nije moguće otvoriti datoteku %qs"
74968
74969 #: fortran/scanner.cc:2572
74970 #, gcc-internal-format
74971 msgid "Cannot open included file %qs"
74972 msgstr "Nije moguće otvoriti „included“ datoteku %qs"
74973
74974 #: fortran/scanner.cc:2574
74975 #, gcc-internal-format
74976 msgid "Cannot open pre-included file %qs"
74977 msgstr "Nije moguće otvoriti „pre-included“ datoteku %qs"
74978
74979 #: fortran/scanner.cc:2582 fortran/scanner.cc:2584
74980 #, gcc-internal-format
74981 msgid "Included file %qs is not a regular file"
74982 msgstr ""
74983
74984 #: fortran/simplify.cc:92
74985 #, gcc-internal-format, gfc-internal-format
74986 msgid "Result of %s overflows its kind at %L"
74987 msgstr ""
74988
74989 #: fortran/simplify.cc:97
74990 #, gcc-internal-format, gfc-internal-format
74991 msgid "Result of %s underflows its kind at %L"
74992 msgstr ""
74993
74994 #: fortran/simplify.cc:102
74995 #, gcc-internal-format, gfc-internal-format
74996 msgid "Result of %s is NaN at %L"
74997 msgstr ""
74998
74999 #: fortran/simplify.cc:106
75000 #, gcc-internal-format, gfc-internal-format
75001 msgid "Result of %s gives range error for its kind at %L"
75002 msgstr ""
75003
75004 #: fortran/simplify.cc:129
75005 #, gcc-internal-format, gfc-internal-format
75006 msgid "KIND parameter of %s at %L must be an initialization expression"
75007 msgstr ""
75008
75009 #: fortran/simplify.cc:137
75010 #, gcc-internal-format, gfc-internal-format
75011 msgid "Invalid KIND parameter of %s at %L"
75012 msgstr ""
75013
75014 #: fortran/simplify.cc:761
75015 #, gcc-internal-format
75016 msgid "gfc_simplify_abs(): Bad type"
75017 msgstr ""
75018
75019 #: fortran/simplify.cc:782
75020 #, gcc-internal-format, gfc-internal-format
75021 msgid "Argument of %s function at %L is negative"
75022 msgstr ""
75023
75024 #: fortran/simplify.cc:789
75025 #, gcc-internal-format, gfc-internal-format
75026 msgid "Argument of %s function at %L outside of range [0,127]"
75027 msgstr ""
75028
75029 #: fortran/simplify.cc:807
75030 #, gcc-internal-format, gfc-internal-format
75031 msgid "Argument of %s function at %L is too large for the collating sequence of kind %d"
75032 msgstr ""
75033
75034 #: fortran/simplify.cc:844
75035 #, gcc-internal-format, gfc-internal-format
75036 msgid "Argument of ACOS at %L must be between -1 and 1"
75037 msgstr ""
75038
75039 #: fortran/simplify.cc:858
75040 #, gcc-internal-format
75041 msgid "in gfc_simplify_acos(): Bad type"
75042 msgstr ""
75043
75044 #: fortran/simplify.cc:877
75045 #, gcc-internal-format, gfc-internal-format
75046 msgid "Argument of ACOSH at %L must not be less than 1"
75047 msgstr ""
75048
75049 #: fortran/simplify.cc:892
75050 #, gcc-internal-format
75051 msgid "in gfc_simplify_acosh(): Bad type"
75052 msgstr ""
75053
75054 #: fortran/simplify.cc:1121
75055 #, gcc-internal-format, gfc-internal-format
75056 msgid "Argument of ASIN at %L must be between -1 and 1"
75057 msgstr ""
75058
75059 #: fortran/simplify.cc:1135
75060 #, gcc-internal-format
75061 msgid "in gfc_simplify_asin(): Bad type"
75062 msgstr ""
75063
75064 #: fortran/simplify.cc:1170
75065 #, gcc-internal-format, gfc-internal-format
75066 msgid "Argument of ACOSD at %L must be between -1 and 1"
75067 msgstr ""
75068
75069 #: fortran/simplify.cc:1196
75070 #, gcc-internal-format, gfc-internal-format
75071 msgid "Argument of ASIND at %L must be between -1 and 1"
75072 msgstr ""
75073
75074 #: fortran/simplify.cc:1248
75075 #, gcc-internal-format
75076 msgid "in gfc_simplify_asinh(): Bad type"
75077 msgstr ""
75078
75079 #: fortran/simplify.cc:1276
75080 #, gcc-internal-format
75081 msgid "in gfc_simplify_atan(): Bad type"
75082 msgstr ""
75083
75084 #: fortran/simplify.cc:1297
75085 #, gcc-internal-format, gfc-internal-format
75086 msgid "Argument of ATANH at %L must be inside the range -1 to 1"
75087 msgstr ""
75088
75089 #: fortran/simplify.cc:1311
75090 #, gcc-internal-format
75091 msgid "in gfc_simplify_atanh(): Bad type"
75092 msgstr ""
75093
75094 #: fortran/simplify.cc:1328
75095 #, gcc-internal-format, gfc-internal-format
75096 msgid "If first argument of ATAN2 at %L is zero, then the second argument must not be zero"
75097 msgstr ""
75098
75099 #: fortran/simplify.cc:1420
75100 #, gcc-internal-format, gfc-internal-format
75101 msgid "Result of BESSEL_YN is -INF at %L"
75102 msgstr ""
75103
75104 #: fortran/simplify.cc:1783
75105 #, gcc-internal-format
75106 msgid "gfc_simplify_dcmplx(): Bad type (x)"
75107 msgstr ""
75108
75109 #: fortran/simplify.cc:1802
75110 #, gcc-internal-format
75111 msgid "gfc_simplify_dcmplx(): Bad type (y)"
75112 msgstr ""
75113
75114 #: fortran/simplify.cc:1869
75115 #, gcc-internal-format, gfc-internal-format
75116 msgid "If first argument of ATAN2D at %L is zero, then the second argument must not be zero"
75117 msgstr ""
75118
75119 #: fortran/simplify.cc:1904
75120 #, gcc-internal-format
75121 msgid "in gfc_simplify_cos(): Bad type"
75122 msgstr ""
75123
75124 #: fortran/simplify.cc:2372
75125 #, gcc-internal-format
75126 msgid "gfc_simplify_dim(): Bad type"
75127 msgstr ""
75128
75129 #: fortran/simplify.cc:2946
75130 #, gcc-internal-format
75131 msgid "in gfc_simplify_exp(): Bad type"
75132 msgstr ""
75133
75134 #: fortran/simplify.cc:3160
75135 #, gcc-internal-format
75136 msgid "gfc_simplify_floor(): Bad kind"
75137 msgstr ""
75138
75139 #: fortran/simplify.cc:3273
75140 #, gcc-internal-format, gfc-internal-format
75141 msgid "Argument of IACHAR at %L must be of length one"
75142 msgstr ""
75143
75144 #: fortran/simplify.cc:3281
75145 #, gcc-internal-format, gfc-internal-format
75146 msgid "Argument of IACHAR function at %L outside of range 0..127"
75147 msgstr ""
75148
75149 #: fortran/simplify.cc:3396
75150 #, gcc-internal-format, gfc-internal-format
75151 msgid "Sum of second and third arguments of IBITS exceeds bit size at %L"
75152 msgstr ""
75153
75154 #: fortran/simplify.cc:3420
75155 #, gcc-internal-format
75156 msgid "IBITS: Bad bit"
75157 msgstr ""
75158
75159 #: fortran/simplify.cc:3471
75160 #, gcc-internal-format, gfc-internal-format
75161 msgid "Argument of ICHAR at %L must be of length one"
75162 msgstr ""
75163
75164 #. Left shift, as in SHIFTL.
75165 #: fortran/simplify.cc:3856 fortran/simplify.cc:3864
75166 #, gcc-internal-format, gfc-internal-format
75167 msgid "Second argument of %s is negative at %L"
75168 msgstr ""
75169
75170 #: fortran/simplify.cc:3876
75171 #, gcc-internal-format, gfc-internal-format
75172 msgid "Magnitude of second argument of %s exceeds bit size at %L"
75173 msgstr ""
75174
75175 #: fortran/simplify.cc:4001
75176 #, gcc-internal-format, gfc-internal-format
75177 msgid "Magnitude of second argument of ISHFTC exceeds BIT_SIZE of first argument at %C"
75178 msgstr ""
75179
75180 #: fortran/simplify.cc:4004
75181 #, gcc-internal-format, gfc-internal-format
75182 msgid "Absolute value of SHIFT shall be less than or equal to SIZE at %C"
75183 msgstr ""
75184
75185 #: fortran/simplify.cc:4351 fortran/simplify.cc:4484
75186 #, gcc-internal-format, gfc-internal-format
75187 msgid "DIM argument at %L is out of bounds"
75188 msgstr ""
75189
75190 #: fortran/simplify.cc:4711
75191 #, gcc-internal-format, gfc-internal-format
75192 msgid "Argument of LOG at %L cannot be less than or equal to zero"
75193 msgstr ""
75194
75195 #: fortran/simplify.cc:4724
75196 #, gcc-internal-format, gfc-internal-format
75197 msgid "Complex argument of LOG at %L cannot be zero"
75198 msgstr ""
75199
75200 #: fortran/simplify.cc:4735
75201 #, gcc-internal-format
75202 msgid "gfc_simplify_log: bad type"
75203 msgstr ""
75204
75205 #: fortran/simplify.cc:4752
75206 #, gcc-internal-format, gfc-internal-format
75207 msgid "Argument of LOG10 at %L cannot be less than or equal to zero"
75208 msgstr ""
75209
75210 #: fortran/simplify.cc:5090
75211 #, gcc-internal-format
75212 msgid "simplify_min_max(): Bad type in arglist"
75213 msgstr ""
75214
75215 #: fortran/simplify.cc:6011 fortran/simplify.cc:6019
75216 #, gcc-internal-format
75217 msgid "Argument %qs of MOD at %L shall not be zero"
75218 msgstr ""
75219
75220 #: fortran/simplify.cc:6025
75221 #, gcc-internal-format
75222 msgid "gfc_simplify_mod(): Bad arguments"
75223 msgstr ""
75224
75225 #: fortran/simplify.cc:6063 fortran/simplify.cc:6071
75226 #, gcc-internal-format
75227 msgid "Argument %qs of MODULO at %L shall not be zero"
75228 msgstr ""
75229
75230 #: fortran/simplify.cc:6077
75231 #, gcc-internal-format
75232 msgid "gfc_simplify_modulo(): Bad arguments"
75233 msgstr ""
75234
75235 #: fortran/simplify.cc:6149
75236 #, gcc-internal-format, gfc-internal-format
75237 msgid "Result of NEAREST is NaN at %L"
75238 msgstr ""
75239
75240 #: fortran/simplify.cc:6726
75241 #, gcc-internal-format, gfc-internal-format
75242 msgid "Argument NCOPIES of REPEAT intrinsic is negative at %L"
75243 msgstr ""
75244
75245 #: fortran/simplify.cc:6782
75246 #, gcc-internal-format, gfc-internal-format
75247 msgid "Argument NCOPIES of REPEAT intrinsic is too large at %L"
75248 msgstr ""
75249
75250 #: fortran/simplify.cc:6819
75251 #, gcc-internal-format, gfc-internal-format
75252 msgid "Evaluation of string longer than 2**28 at %L deferred to runtime, expect bugs"
75253 msgstr ""
75254
75255 #: fortran/simplify.cc:6877
75256 #, gcc-internal-format, gfc-internal-format
75257 msgid "The SHAPE array for the RESHAPE intrinsic at %L has a negative value %d for dimension %d"
75258 msgstr ""
75259
75260 #: fortran/simplify.cc:6901
75261 #, gcc-internal-format, gfc-internal-format
75262 msgid "Shapes of ORDER at %L and SHAPE at %L are different"
75263 msgstr ""
75264
75265 #: fortran/simplify.cc:6914
75266 #, gcc-internal-format, gfc-internal-format
75267 msgid "Sizes of ORDER at %L and SHAPE at %L are different"
75268 msgstr ""
75269
75270 #: fortran/simplify.cc:6928
75271 #, gcc-internal-format, gfc-internal-format
75272 msgid "Element with a value of %d in ORDER at %L must be in the range [1, ..., %d] for the RESHAPE intrinsic near %L"
75273 msgstr ""
75274
75275 #: fortran/simplify.cc:6938
75276 #, gcc-internal-format, gfc-internal-format
75277 msgid "ORDER at %L is not a permutation of the size of SHAPE at %L"
75278 msgstr ""
75279
75280 #: fortran/simplify.cc:6999
75281 #, gcc-internal-format, gfc-internal-format
75282 msgid "Reshaped array too large at %C"
75283 msgstr ""
75284
75285 #: fortran/simplify.cc:7115
75286 #, gcc-internal-format, gfc-internal-format
75287 msgid "Result of SCALE overflows its kind at %L"
75288 msgstr ""
75289
75290 #: fortran/simplify.cc:7704
75291 #, gcc-internal-format
75292 msgid "Bad type in gfc_simplify_sign"
75293 msgstr ""
75294
75295 #: fortran/simplify.cc:7733
75296 #, gcc-internal-format
75297 msgid "in gfc_simplify_sin(): Bad type"
75298 msgstr ""
75299
75300 #: fortran/simplify.cc:7871 fortran/simplify.cc:8154
75301 #, gcc-internal-format
75302 msgid "Failure getting length of a constant array."
75303 msgstr ""
75304
75305 #: fortran/simplify.cc:7881
75306 #, gcc-internal-format
75307 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."
75308 msgstr ""
75309
75310 #: fortran/simplify.cc:7948
75311 #, gcc-internal-format, gfc-internal-format
75312 msgid "Simplification of SPREAD at %C not yet implemented"
75313 msgstr ""
75314
75315 #: fortran/simplify.cc:7972
75316 #, gcc-internal-format, gfc-internal-format
75317 msgid "Argument of SQRT at %L has a negative value"
75318 msgstr ""
75319
75320 #: fortran/simplify.cc:7988
75321 #, gcc-internal-format, gfc-internal-format
75322 msgid "invalid argument of SQRT at %L"
75323 msgstr ""
75324
75325 #: fortran/simplify.cc:8335
75326 #, gcc-internal-format, gfc-internal-format
75327 msgid "Out of bounds in IMAGE_INDEX at %L for dimension %d, SUB has %ld and COARRAY lower bound is %ld)"
75328 msgstr ""
75329
75330 #: fortran/simplify.cc:8358
75331 #, gcc-internal-format, gfc-internal-format
75332 msgid "Out of bounds in IMAGE_INDEX at %L for dimension %d, SUB has %ld and COARRAY upper bound is %ld)"
75333 msgstr ""
75334
75335 #: fortran/simplify.cc:8842
75336 #, gcc-internal-format
75337 msgid "Character %qs in string at %L cannot be converted into character kind %d"
75338 msgstr ""
75339
75340 #: fortran/st.cc:300
75341 #, gcc-internal-format
75342 msgid "gfc_free_statement(): Bad statement"
75343 msgstr ""
75344
75345 #: fortran/symbol.cc:141
75346 #, gcc-internal-format, gfc-internal-format
75347 msgid "IMPLICIT NONE (type) statement at %L following an IMPLICIT statement"
75348 msgstr ""
75349
75350 #: fortran/symbol.cc:178
75351 #, gcc-internal-format
75352 msgid "Letter %qc already set in IMPLICIT statement at %C"
75353 msgstr ""
75354
75355 #: fortran/symbol.cc:200
75356 #, gcc-internal-format, gfc-internal-format
75357 msgid "Cannot specify IMPLICIT at %C after IMPLICIT NONE"
75358 msgstr "Ne možete specificirati IMPLICIT pri %C iza IMPLICIT NONE"
75359
75360 #: fortran/symbol.cc:210
75361 #, gcc-internal-format
75362 msgid "Letter %qc already has an IMPLICIT type at %C"
75363 msgstr ""
75364
75365 #: fortran/symbol.cc:234
75366 #, gcc-internal-format
75367 msgid "Option %<-fallow-leading-underscore%> is for use only by gfortran developers, and should not be used for implicitly typed variables"
75368 msgstr ""
75369
75370 #: fortran/symbol.cc:239
75371 #, gcc-internal-format
75372 msgid "gfc_get_default_type(): Bad symbol %qs"
75373 msgstr ""
75374
75375 #: fortran/symbol.cc:296
75376 #, gcc-internal-format
75377 msgid "gfc_set_default_type(): symbol already has a type"
75378 msgstr ""
75379
75380 #: fortran/symbol.cc:306
75381 #, gcc-internal-format
75382 msgid "Symbol %qs at %L has no IMPLICIT type; did you mean %qs?"
75383 msgstr ""
75384
75385 #: fortran/symbol.cc:310
75386 #, gcc-internal-format
75387 msgid "Symbol %qs at %L has no IMPLICIT type"
75388 msgstr ""
75389
75390 #. BIND(C) variables should not be implicitly declared.
75391 #: fortran/symbol.cc:330
75392 #, gcc-internal-format
75393 msgid "Implicitly declared BIND(C) variable %qs at %L may not be C interoperable"
75394 msgstr ""
75395
75396 #. Dummy args to a BIND(C) routine may not be interoperable if
75397 #. they are implicitly typed.
75398 #: fortran/symbol.cc:346
75399 #, gcc-internal-format
75400 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"
75401 msgstr ""
75402
75403 #: fortran/symbol.cc:387
75404 #, gcc-internal-format
75405 msgid "Function result %qs at %L has no IMPLICIT type"
75406 msgstr ""
75407
75408 #: fortran/symbol.cc:488
75409 #, gcc-internal-format, gfc-internal-format
75410 msgid "%s attribute not allowed in BLOCK DATA program unit at %L"
75411 msgstr ""
75412
75413 #: fortran/symbol.cc:513
75414 #, gcc-internal-format, gfc-internal-format
75415 msgid "Namelist group name at %L cannot have the SAVE attribute"
75416 msgstr ""
75417
75418 #: fortran/symbol.cc:532
75419 #, gcc-internal-format
75420 msgid "internal procedure %qs at %L conflicts with DUMMY argument"
75421 msgstr ""
75422
75423 #: fortran/symbol.cc:565
75424 #, gcc-internal-format, gfc-internal-format
75425 msgid "Procedure pointer at %C"
75426 msgstr ""
75427
75428 #: fortran/symbol.cc:777
75429 #, gcc-internal-format, gfc-internal-format
75430 msgid "%s attribute applied to %s %s at %L"
75431 msgstr ""
75432
75433 #: fortran/symbol.cc:784
75434 #, gcc-internal-format, gfc-internal-format
75435 msgid "BIND(C) applied to %s %s at %L"
75436 msgstr ""
75437
75438 #: fortran/symbol.cc:905 fortran/symbol.cc:916 fortran/symbol.cc:1790
75439 #, gcc-internal-format, gfc-internal-format
75440 msgid "%s attribute conflicts with %s attribute at %L"
75441 msgstr ""
75442
75443 #: fortran/symbol.cc:908 fortran/symbol.cc:922
75444 #, gcc-internal-format
75445 msgid "%s attribute conflicts with %s attribute in %qs at %L"
75446 msgstr ""
75447
75448 #: fortran/symbol.cc:966
75449 #, gcc-internal-format, gfc-internal-format
75450 msgid "Cannot change attributes of USE-associated symbol at %L"
75451 msgstr ""
75452
75453 #: fortran/symbol.cc:969
75454 #, gcc-internal-format, gfc-internal-format
75455 msgid "Cannot change attributes of USE-associated symbol %s at %L"
75456 msgstr ""
75457
75458 #: fortran/symbol.cc:985
75459 #, gcc-internal-format, gfc-internal-format
75460 msgid "Duplicate %s attribute specified at %L"
75461 msgstr ""
75462
75463 #: fortran/symbol.cc:1027
75464 #, gcc-internal-format, gfc-internal-format
75465 msgid "ALLOCATABLE specified outside of INTERFACE body at %L"
75466 msgstr ""
75467
75468 #: fortran/symbol.cc:1044
75469 #, gcc-internal-format, gfc-internal-format
75470 msgid "Duplicate AUTOMATIC attribute specified at %L"
75471 msgstr ""
75472
75473 #: fortran/symbol.cc:1068
75474 #, gcc-internal-format
75475 msgid "CODIMENSION specified for %qs outside its INTERFACE body at %L"
75476 msgstr ""
75477
75478 #: fortran/symbol.cc:1094
75479 #, gcc-internal-format
75480 msgid "DIMENSION specified for %qs outside its INTERFACE body at %L"
75481 msgstr ""
75482
75483 #: fortran/symbol.cc:1251
75484 #, gcc-internal-format, gfc-internal-format
75485 msgid "Cray Pointee at %L appears in multiple pointer() statements"
75486 msgstr ""
75487
75488 #: fortran/symbol.cc:1270
75489 #, gcc-internal-format, gfc-internal-format
75490 msgid "Duplicate PROTECTED attribute specified at %L"
75491 msgstr ""
75492
75493 #: fortran/symbol.cc:1303
75494 #, gcc-internal-format, gfc-internal-format
75495 msgid "SAVE attribute at %L cannot be specified in a PURE procedure"
75496 msgstr ""
75497
75498 #: fortran/symbol.cc:1315
75499 #, gcc-internal-format, gfc-internal-format
75500 msgid "Duplicate SAVE attribute specified at %L"
75501 msgstr ""
75502
75503 #: fortran/symbol.cc:1335
75504 #, gcc-internal-format, gfc-internal-format
75505 msgid "Duplicate VALUE attribute specified at %L"
75506 msgstr ""
75507
75508 #: fortran/symbol.cc:1354
75509 #, gcc-internal-format, gfc-internal-format
75510 msgid "Duplicate VOLATILE attribute specified at %L"
75511 msgstr ""
75512
75513 #: fortran/symbol.cc:1366
75514 #, gcc-internal-format, gfc-internal-format
75515 msgid "VOLATILE attribute at %L cannot be specified in a PURE procedure"
75516 msgstr ""
75517
75518 #: fortran/symbol.cc:1387
75519 #, gcc-internal-format, gfc-internal-format
75520 msgid "Duplicate ASYNCHRONOUS attribute specified at %L"
75521 msgstr ""
75522
75523 #: fortran/symbol.cc:1786
75524 #, gcc-internal-format
75525 msgid "%s attribute of %qs conflicts with %s attribute at %L"
75526 msgstr ""
75527
75528 #: fortran/symbol.cc:1823
75529 #, gcc-internal-format, gfc-internal-format
75530 msgid ""
75531 "%s procedure at %L is already declared as %s procedure. \n"
75532 "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"
75533 msgstr ""
75534
75535 #: fortran/symbol.cc:1831
75536 #, gcc-internal-format, gfc-internal-format
75537 msgid "%s procedure at %L is already declared as %s procedure"
75538 msgstr ""
75539
75540 #: fortran/symbol.cc:1866
75541 #, gcc-internal-format, gfc-internal-format
75542 msgid "INTENT (%s) conflicts with INTENT(%s) at %L"
75543 msgstr ""
75544
75545 #: fortran/symbol.cc:1890
75546 #, gcc-internal-format, gfc-internal-format
75547 msgid "ACCESS specification at %L was already specified"
75548 msgstr ""
75549
75550 #: fortran/symbol.cc:1907
75551 #, gcc-internal-format, gfc-internal-format
75552 msgid "Duplicate BIND attribute specified at %L"
75553 msgstr ""
75554
75555 #: fortran/symbol.cc:1914
75556 #, gcc-internal-format, gfc-internal-format
75557 msgid "BIND(C) at %L"
75558 msgstr ""
75559
75560 #: fortran/symbol.cc:1930
75561 #, gcc-internal-format, gfc-internal-format
75562 msgid "Duplicate EXTENDS attribute specified at %L"
75563 msgstr ""
75564
75565 #: fortran/symbol.cc:1934
75566 #, gcc-internal-format, gfc-internal-format
75567 msgid "EXTENDS at %L"
75568 msgstr ""
75569
75570 #: fortran/symbol.cc:1960
75571 #, gcc-internal-format
75572 msgid "Symbol %qs at %L already has an explicit interface"
75573 msgstr ""
75574
75575 #: fortran/symbol.cc:1967
75576 #, gcc-internal-format
75577 msgid "%qs at %L has attributes specified outside its INTERFACE body"
75578 msgstr ""
75579
75580 #: fortran/symbol.cc:2005
75581 #, gcc-internal-format
75582 msgid "Symbol %qs at %L conflicts with symbol from module %qs, use-associated at %L"
75583 msgstr ""
75584
75585 #: fortran/symbol.cc:2009 fortran/symbol.cc:2012
75586 #, gcc-internal-format
75587 msgid "Symbol %qs at %L already has basic type of %s"
75588 msgstr ""
75589
75590 #: fortran/symbol.cc:2019
75591 #, gcc-internal-format
75592 msgid "Procedure %qs at %L may not have basic type of %s"
75593 msgstr ""
75594
75595 #: fortran/symbol.cc:2031
75596 #, gcc-internal-format
75597 msgid "Symbol %qs at %L cannot have a type"
75598 msgstr ""
75599
75600 #: fortran/symbol.cc:2276
75601 #, gcc-internal-format
75602 msgid "Component %qs at %C already in the parent type at %L"
75603 msgstr ""
75604
75605 #: fortran/symbol.cc:2361
75606 #, gcc-internal-format
75607 msgid "Symbol %qs at %C is ambiguous"
75608 msgstr ""
75609
75610 #: fortran/symbol.cc:2393
75611 #, gcc-internal-format
75612 msgid "Derived type %qs at %C is being used before it is defined"
75613 msgstr ""
75614
75615 #: fortran/symbol.cc:2542
75616 #, gcc-internal-format
75617 msgid "Component %qs at %C is a PRIVATE component of %qs"
75618 msgstr ""
75619
75620 #: fortran/symbol.cc:2563
75621 #, gcc-internal-format
75622 msgid "%qs at %C is not a member of the %qs structure; did you mean %qs?"
75623 msgstr ""
75624
75625 #: fortran/symbol.cc:2567
75626 #, gcc-internal-format
75627 msgid "%qs at %C is not a member of the %qs structure"
75628 msgstr ""
75629
75630 #: fortran/symbol.cc:2731
75631 #, gcc-internal-format, gfc-internal-format
75632 msgid "Duplicate statement label %d at %L and %L"
75633 msgstr ""
75634
75635 #: fortran/symbol.cc:2742
75636 #, gcc-internal-format, gfc-internal-format
75637 msgid "Label %d at %C already referenced as branch target"
75638 msgstr ""
75639
75640 #: fortran/symbol.cc:2752
75641 #, gcc-internal-format, gfc-internal-format
75642 msgid "Label %d at %C already referenced as a format label"
75643 msgstr ""
75644
75645 #: fortran/symbol.cc:2759
75646 #, gcc-internal-format, gfc-internal-format
75647 msgid "DO termination statement which is not END DO or CONTINUE with label %d at %C"
75648 msgstr ""
75649
75650 #: fortran/symbol.cc:2800
75651 #, gcc-internal-format, gfc-internal-format
75652 msgid "Label %d at %C previously used as a FORMAT label"
75653 msgstr ""
75654
75655 #: fortran/symbol.cc:2809
75656 #, gcc-internal-format, gfc-internal-format
75657 msgid "Label %d at %C previously used as branch target"
75658 msgstr ""
75659
75660 #: fortran/symbol.cc:2816
75661 #, gcc-internal-format, gfc-internal-format
75662 msgid "Shared DO termination label %d at %C"
75663 msgstr ""
75664
75665 #: fortran/symbol.cc:2820
75666 #, gcc-internal-format, gfc-internal-format
75667 msgid "Labeled DO statement at %L"
75668 msgstr ""
75669
75670 #: fortran/symbol.cc:3161
75671 #, gcc-internal-format
75672 msgid "Name %qs at %C is an ambiguous reference to %qs from module %qs"
75673 msgstr ""
75674
75675 #: fortran/symbol.cc:3164
75676 #, gcc-internal-format
75677 msgid "Name %qs at %C is an ambiguous reference to %qs from current program unit"
75678 msgstr ""
75679
75680 #. Symbol is from another namespace.
75681 #: fortran/symbol.cc:3409
75682 #, gcc-internal-format
75683 msgid "Symbol %qs at %C has already been host associated"
75684 msgstr ""
75685
75686 #: fortran/symbol.cc:4422
75687 #, gcc-internal-format
75688 msgid "verify_bind_c_derived_type(): Given symbol is unexpectedly NULL"
75689 msgstr ""
75690
75691 #: fortran/symbol.cc:4435
75692 #, gcc-internal-format
75693 msgid "Derived type %qs declared at %L must have the BIND attribute to be C interoperable"
75694 msgstr ""
75695
75696 #: fortran/symbol.cc:4453
75697 #, gcc-internal-format
75698 msgid "Derived type %qs with BIND(C) attribute at %L is empty, and may be inaccessible by the C companion processor"
75699 msgstr ""
75700
75701 #: fortran/symbol.cc:4474
75702 #, gcc-internal-format
75703 msgid "Component %qs at %L cannot have the POINTER attribute because it is a member of the BIND(C) derived type %qs at %L"
75704 msgstr ""
75705
75706 #: fortran/symbol.cc:4484
75707 #, gcc-internal-format
75708 msgid "Procedure pointer component %qs at %L cannot be a member of the BIND(C) derived type %qs at %L"
75709 msgstr ""
75710
75711 #: fortran/symbol.cc:4495
75712 #, gcc-internal-format
75713 msgid "Component %qs at %L cannot have the ALLOCATABLE attribute because it is a member of the BIND(C) derived type %qs at %L"
75714 msgstr ""
75715
75716 #: fortran/symbol.cc:4534
75717 #, gcc-internal-format
75718 msgid "Component %qs in derived type %qs at %L may not be C interoperable, even though derived type %qs is BIND(C)"
75719 msgstr ""
75720
75721 #: fortran/symbol.cc:4544
75722 #, gcc-internal-format
75723 msgid "Component %qs in derived type %qs at %L may not be C interoperable"
75724 msgstr ""
75725
75726 #: fortran/symbol.cc:4556
75727 #, gcc-internal-format
75728 msgid "Derived type %qs at %L cannot have the SEQUENCE attribute because it is BIND(C)"
75729 msgstr ""
75730
75731 #: fortran/symbol.cc:5053 fortran/symbol.cc:5058
75732 #, gcc-internal-format
75733 msgid "Symbol %qs is used before it is typed at %L"
75734 msgstr ""
75735
75736 #: fortran/target-memory.cc:137
75737 #, gcc-internal-format
75738 msgid "Invalid expression in gfc_element_size."
75739 msgstr "Nevaljani izraz u „gfc_element_size“."
75740
75741 #: fortran/target-memory.cc:361
75742 #, gcc-internal-format
75743 msgid "Invalid expression in gfc_target_encode_expr."
75744 msgstr ""
75745
75746 #: fortran/target-memory.cc:634
75747 #, gcc-internal-format
75748 msgid "Invalid expression in gfc_target_interpret_expr."
75749 msgstr ""
75750
75751 #: fortran/target-memory.cc:707
75752 #, gcc-internal-format, gfc-internal-format
75753 msgid "Overlapping unequal initializers in EQUIVALENCE at %L"
75754 msgstr ""
75755
75756 #: fortran/target-memory.cc:710
75757 #, gcc-internal-format, gfc-internal-format
75758 msgid "Overlapping unequal initializers in EQUIVALENCE at %C"
75759 msgstr ""
75760
75761 #. Problems occur when we get something like
75762 #. integer :: a(lots) = (/(i, i=1, lots)/)
75763 #: fortran/trans-array.cc:6292
75764 #, gcc-internal-format
75765 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"
75766 msgstr ""
75767
75768 #: fortran/trans-array.cc:8463
75769 #, gcc-internal-format
75770 msgid "Creating array temporary at %L for argument %qs"
75771 msgstr ""
75772
75773 #: fortran/trans-array.cc:11726
75774 #, gcc-internal-format, gfc-internal-format
75775 msgid "bad expression type during walk (%d)"
75776 msgstr ""
75777
75778 #: fortran/trans-common.cc:411
75779 #, gcc-internal-format
75780 msgid "Named COMMON block %qs at %L shall be of the same size as elsewhere (%lu vs %lu bytes)"
75781 msgstr ""
75782
75783 #: fortran/trans-common.cc:819
75784 #, gcc-internal-format
75785 msgid "get_mpz(): Not an integer constant"
75786 msgstr ""
75787
75788 #: fortran/trans-common.cc:847
75789 #, gcc-internal-format
75790 msgid "element_number(): Bad dimension type"
75791 msgstr ""
75792
75793 #: fortran/trans-common.cc:917
75794 #, gcc-internal-format, gfc-internal-format
75795 msgid "Bad array reference at %L"
75796 msgstr ""
75797
75798 #: fortran/trans-common.cc:925
75799 #, gcc-internal-format, gfc-internal-format
75800 msgid "Illegal reference type at %L as EQUIVALENCE object"
75801 msgstr ""
75802
75803 #: fortran/trans-common.cc:965
75804 #, gcc-internal-format
75805 msgid "Inconsistent equivalence rules involving %qs at %L and %qs at %L"
75806 msgstr ""
75807
75808 #. Aligning this field would misalign a previous field.
75809 #: fortran/trans-common.cc:1154
75810 #, gcc-internal-format
75811 msgid "The equivalence set for variable %qs declared at %L violates alignment requirements"
75812 msgstr ""
75813
75814 #: fortran/trans-common.cc:1219
75815 #, gcc-internal-format
75816 msgid "Equivalence for %qs does not match ordering of COMMON %qs at %L"
75817 msgstr ""
75818
75819 #: fortran/trans-common.cc:1234
75820 #, gcc-internal-format
75821 msgid "The equivalence set for %qs cause an invalid extension to COMMON %qs at %L"
75822 msgstr ""
75823
75824 #: fortran/trans-common.cc:1250
75825 #, gcc-internal-format
75826 msgid "Padding of %d bytes required before %qs in COMMON %qs at %L; reorder elements or use %<-fno-align-commons%>"
75827 msgstr ""
75828
75829 #: fortran/trans-common.cc:1256
75830 #, gcc-internal-format
75831 msgid "Padding of %d bytes required before %qs in COMMON at %L; reorder elements or use %<-fno-align-commons%>"
75832 msgstr ""
75833
75834 #: fortran/trans-common.cc:1277
75835 #, gcc-internal-format
75836 msgid "COMMON %qs at %L does not exist"
75837 msgstr ""
75838
75839 #: fortran/trans-common.cc:1286
75840 #, gcc-internal-format
75841 msgid "COMMON %qs at %L requires %d bytes of padding; reorder elements or use %<-fno-align-commons%>"
75842 msgstr ""
75843
75844 #: fortran/trans-common.cc:1291
75845 #, gcc-internal-format
75846 msgid "COMMON at %L requires %d bytes of padding; reorder elements or use %<-fno-align-commons%>"
75847 msgstr ""
75848
75849 #: fortran/trans-const.cc:336
75850 #, gcc-internal-format, gfc-internal-format
75851 msgid "Assigning value other than 0 or 1 to LOGICAL has undefined result at %L"
75852 msgstr ""
75853
75854 #: fortran/trans-const.cc:402
75855 #, gcc-internal-format, gfc-internal-format
75856 msgid "non-constant initialization expression at %L"
75857 msgstr ""
75858
75859 #: fortran/trans-decl.cc:761
75860 #, gcc-internal-format
75861 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."
75862 msgstr ""
75863
75864 #: fortran/trans-decl.cc:1790
75865 #, gcc-internal-format
75866 msgid "intrinsic variable which isn't a procedure"
75867 msgstr ""
75868
75869 #: fortran/trans-decl.cc:4504 fortran/trans-decl.cc:7732
75870 #, gcc-internal-format
75871 msgid "Return value of function %qs at %L not set"
75872 msgstr ""
75873
75874 #: fortran/trans-decl.cc:4992
75875 #, gcc-internal-format
75876 msgid "Deferred type parameter not yet supported"
75877 msgstr ""
75878
75879 #: fortran/trans-decl.cc:5225
75880 #, gcc-internal-format
75881 msgid "backend decl for module variable %qs already exists"
75882 msgstr ""
75883
75884 #: fortran/trans-decl.cc:5238
75885 #, gcc-internal-format
75886 msgid "Unused PRIVATE module variable %qs declared at %L"
75887 msgstr ""
75888
75889 #: fortran/trans-decl.cc:5863
75890 #, gcc-internal-format
75891 msgid "Dummy argument %qs at %L was declared INTENT(OUT) but was not set"
75892 msgstr ""
75893
75894 #: fortran/trans-decl.cc:5869
75895 #, gcc-internal-format
75896 msgid "Derived-type dummy argument %qs at %L was declared INTENT(OUT) but was not set and does not have a default initializer"
75897 msgstr ""
75898
75899 #: fortran/trans-decl.cc:5880 fortran/trans-decl.cc:6031
75900 #, gcc-internal-format
75901 msgid "Unused dummy argument %qs at %L"
75902 msgstr ""
75903
75904 #: fortran/trans-decl.cc:5896
75905 #, gcc-internal-format
75906 msgid "Unused module variable %qs which has been explicitly imported at %L"
75907 msgstr ""
75908
75909 #: fortran/trans-decl.cc:5915
75910 #, gcc-internal-format
75911 msgid "Unused variable %qs declared at %L"
75912 msgstr ""
75913
75914 #: fortran/trans-decl.cc:5964
75915 #, gcc-internal-format
75916 msgid "Unused parameter %qs declared at %L"
75917 msgstr ""
75918
75919 #: fortran/trans-decl.cc:5968
75920 #, gcc-internal-format
75921 msgid "Unused parameter %qs which has been explicitly imported at %L"
75922 msgstr ""
75923
75924 #: fortran/trans-decl.cc:5998
75925 #, gcc-internal-format
75926 msgid "Return value %qs of function %qs declared at %L not set"
75927 msgstr ""
75928
75929 #: fortran/trans-decl.cc:6595
75930 #, gcc-internal-format, gfc-internal-format
75931 msgid "Sorry, !$ACC DECLARE at %L is not allowed in BLOCK construct"
75932 msgstr ""
75933
75934 #: fortran/trans-expr.cc:1109
75935 #, gcc-internal-format, gfc-internal-format
75936 msgid "Cannot compute the length of the char array at %L."
75937 msgstr ""
75938
75939 #: fortran/trans-expr.cc:1878
75940 #, gcc-internal-format, gfc-internal-format
75941 msgid "Code for reallocating the allocatable variable at %L will be added"
75942 msgstr ""
75943
75944 #: fortran/trans-expr.cc:2195
75945 #, gcc-internal-format, gfc-internal-format
75946 msgid "Sorry, coindexed access to an unlimited polymorphic object at %L is not supported"
75947 msgstr ""
75948
75949 #: fortran/trans-expr.cc:2204
75950 #, gcc-internal-format, gfc-internal-format
75951 msgid "Sorry, coindexed access to an unlimited polymorphic component at %L is not supported"
75952 msgstr ""
75953
75954 #: fortran/trans-expr.cc:3880
75955 #, gcc-internal-format
75956 msgid "Unknown intrinsic op"
75957 msgstr ""
75958
75959 #: fortran/trans-expr.cc:5398
75960 #, gcc-internal-format, gfc-internal-format
75961 msgid "Unknown argument list function at %L"
75962 msgstr ""
75963
75964 #: fortran/trans-expr.cc:9998
75965 #, gcc-internal-format, gfc-internal-format
75966 msgid "If bounds remapping is specified at %L, the pointer target shall not be NULL"
75967 msgstr ""
75968
75969 #: fortran/trans-intrinsic.cc:936
75970 #, gcc-internal-format
75971 msgid "Intrinsic function %qs (%d) not recognized"
75972 msgstr ""
75973
75974 #: fortran/trans-intrinsic.cc:2441 fortran/trans-intrinsic.cc:2990
75975 #: fortran/trans-intrinsic.cc:3191
75976 #, gcc-internal-format
75977 msgid "%<dim%> argument of %s intrinsic at %L is not a valid dimension index"
75978 msgstr ""
75979
75980 #: fortran/trans-intrinsic.cc:11854 fortran/trans-stmt.cc:1100
75981 #, gcc-internal-format, gfc-internal-format
75982 msgid "Sorry, the event component of derived type at %L is not yet supported"
75983 msgstr ""
75984
75985 #: fortran/trans-intrinsic.cc:11861
75986 #, gcc-internal-format, gfc-internal-format
75987 msgid "The event variable at %L shall not be coindexed"
75988 msgstr ""
75989
75990 #: fortran/trans-io.cc:1965
75991 #, gcc-internal-format
75992 msgid "build_dt: format with namelist"
75993 msgstr ""
75994
75995 #: fortran/trans-io.cc:2506
75996 #, gcc-internal-format, gfc-internal-format
75997 msgid "Bad IO basetype (%d)"
75998 msgstr ""
75999
76000 #: fortran/trans-openmp.cc:829 fortran/trans-openmp.cc:1346
76001 #, gcc-internal-format
76002 msgid "Sorry, polymorphic arrays not yet supported for firstprivate"
76003 msgstr ""
76004
76005 #: fortran/trans-openmp.cc:1500
76006 #, gcc-internal-format
76007 msgid "implicit mapping of assumed size array %qD"
76008 msgstr ""
76009
76010 #: fortran/trans-openmp.cc:3082
76011 #, gcc-internal-format
76012 msgid "optional class parameter"
76013 msgstr ""
76014
76015 #: fortran/trans-openmp.cc:3399
76016 #, gcc-internal-format
76017 msgid "unhandled expression type"
76018 msgstr "neobrađena vrsta izraza"
76019
76020 #: fortran/trans-openmp.cc:3553
76021 #, gcc-internal-format
76022 msgid "unhandled expression"
76023 msgstr "neobrađeni izraz"
76024
76025 #: fortran/trans-openmp.cc:7293
76026 #, gcc-internal-format
76027 msgid "gfc_trans_omp_workshare(): Bad statement code"
76028 msgstr ""
76029
76030 #: fortran/trans-openmp.cc:7591
76031 #, gcc-internal-format, gfc-internal-format
76032 msgid "The base name for 'declare variant' must be specified at %L "
76033 msgstr ""
76034
76035 #: fortran/trans-openmp.cc:7601
76036 #, gcc-internal-format, gfc-internal-format
76037 msgid "The base name at %L does not match the name of the current procedure"
76038 msgstr ""
76039
76040 #: fortran/trans-openmp.cc:7604
76041 #, gcc-internal-format, gfc-internal-format
76042 msgid "The base name at %L must not be an entry name"
76043 msgstr ""
76044
76045 #: fortran/trans-openmp.cc:7607
76046 #, gcc-internal-format, gfc-internal-format
76047 msgid "The base name at %L must not be a generic name"
76048 msgstr ""
76049
76050 #: fortran/trans-openmp.cc:7610
76051 #, gcc-internal-format, gfc-internal-format
76052 msgid "The base name at %L must not be a procedure pointer"
76053 msgstr ""
76054
76055 #: fortran/trans-openmp.cc:7613
76056 #, gcc-internal-format, gfc-internal-format
76057 msgid "The base procedure at %L must have an explicit interface"
76058 msgstr ""
76059
76060 #: fortran/trans-openmp.cc:7710
76061 #, gcc-internal-format
76062 msgid "Cannot find symbol %qs"
76063 msgstr "Nije moguće naći simbol %qs"
76064
76065 #: fortran/trans-openmp.cc:7721
76066 #, gcc-internal-format
76067 msgid "variant %qs at %L is not a function or subroutine"
76068 msgstr ""
76069
76070 #: fortran/trans-openmp.cc:7733
76071 #, gcc-internal-format
76072 msgid "variant %qs and base %qs at %L have incompatible types: %s"
76073 msgstr ""
76074
76075 #: fortran/trans-stmt.cc:572
76076 #, gcc-internal-format, gfc-internal-format
76077 msgid "An alternate return at %L without a * dummy argument"
76078 msgstr ""
76079
76080 #: fortran/trans-stmt.cc:904
76081 #, gcc-internal-format, gfc-internal-format
76082 msgid "Sorry, the lock component of derived type at %L is not yet supported"
76083 msgstr ""
76084
76085 #: fortran/trans-stmt.cc:1363
76086 #, gcc-internal-format, gfc-internal-format
76087 msgid "Sorry, only support for integer kind %d implemented for image-set at %L"
76088 msgstr ""
76089
76090 #: fortran/trans-stmt.cc:3631
76091 #, gcc-internal-format
76092 msgid "gfc_trans_select(): Bad type for case expr."
76093 msgstr ""
76094
76095 #: fortran/trans-types.cc:531
76096 #, gcc-internal-format
76097 msgid "%<-fconvert=r16_ieee%> or %<-fconvert=r16_ibm%> not supported on this architecture"
76098 msgstr ""
76099
76100 #: fortran/trans-types.cc:544
76101 #, gcc-internal-format
76102 msgid "INTEGER(KIND=8) is not available for %<-fdefault-integer-8%> option"
76103 msgstr ""
76104
76105 #: fortran/trans-types.cc:553
76106 #, gcc-internal-format
76107 msgid "INTEGER(KIND=8) is not available for %<-finteger-4-integer-8%> option"
76108 msgstr ""
76109
76110 #: fortran/trans-types.cc:572
76111 #, gcc-internal-format
76112 msgid "REAL(KIND=8) is not available for %<-fdefault-real-8%> option"
76113 msgstr ""
76114
76115 #: fortran/trans-types.cc:580
76116 #, gcc-internal-format
76117 msgid "REAL(KIND=10) is not available for %<-fdefault-real-10%> option"
76118 msgstr ""
76119
76120 #: fortran/trans-types.cc:588
76121 #, gcc-internal-format
76122 msgid "REAL(KIND=16) is not available for %<-fdefault-real-16%> option"
76123 msgstr ""
76124
76125 #: fortran/trans-types.cc:596
76126 #, gcc-internal-format
76127 msgid "REAL(KIND=8) is not available for %<-freal-4-real-8%> option"
76128 msgstr ""
76129
76130 #: fortran/trans-types.cc:604
76131 #, gcc-internal-format
76132 msgid "REAL(KIND=10) is not available for %<-freal-4-real-10%> option"
76133 msgstr ""
76134
76135 #: fortran/trans-types.cc:612
76136 #, gcc-internal-format
76137 msgid "REAL(KIND=16) is not available for %<-freal-4-real-16%> option"
76138 msgstr ""
76139
76140 #: fortran/trans-types.cc:643
76141 #, gcc-internal-format
76142 msgid "REAL(KIND=4) is not available for %<-freal-8-real-4%> option"
76143 msgstr ""
76144
76145 #: fortran/trans-types.cc:651
76146 #, gcc-internal-format
76147 msgid "REAL(KIND=10) is not available for %<-freal-8-real-10%> option"
76148 msgstr ""
76149
76150 #: fortran/trans-types.cc:659
76151 #, gcc-internal-format
76152 msgid "REAL(KIND=10) is not available for %<-freal-8-real-16%> option"
76153 msgstr ""
76154
76155 #: fortran/trans-types.cc:801
76156 #, gcc-internal-format
76157 msgid "gfc_validate_kind(): Got bad type"
76158 msgstr ""
76159
76160 #: fortran/trans-types.cc:805
76161 #, gcc-internal-format
76162 msgid "gfc_validate_kind(): Got bad kind"
76163 msgstr ""
76164
76165 #: fortran/trans.cc:2233
76166 #, gcc-internal-format
76167 msgid "gfc_trans_code(): Bad statement code"
76168 msgstr ""
76169
76170 #: go/gofrontend/embed.cc:278
76171 #, gcc-internal-format
76172 msgid "invalid embedcfg: not a JSON object"
76173 msgstr "nevaljani embedcfg: nije JSON objekt"
76174
76175 #: go/gofrontend/embed.cc:285
76176 #, gcc-internal-format
76177 msgid "invalid embedcfg: missing Patterns"
76178 msgstr "nevaljani embedcfg: manjka Patterns"
76179
76180 #: go/gofrontend/embed.cc:290
76181 #, gcc-internal-format
76182 msgid "invalid embedcfg: Patterns is not a JSON object"
76183 msgstr "nevaljani embedcfg: Patterns nije JSON objekt"
76184
76185 #: go/gofrontend/embed.cc:297
76186 #, gcc-internal-format
76187 msgid "invalid embedcfg: missing Files"
76188 msgstr "nevaljani embedcfg: nema Files"
76189
76190 #: go/gofrontend/embed.cc:302
76191 #, gcc-internal-format
76192 msgid "invalid embedcfg: Files is not a JSON object"
76193 msgstr "nevaljani embedcfg: Files nije JSON objekt"
76194
76195 #: go/gofrontend/embed.cc:312
76196 #, gcc-internal-format
76197 msgid "invalid embedcfg: Patterns entry is not an array"
76198 msgstr "nevaljani embedcfg: Patterns unos nije polje"
76199
76200 #: go/gofrontend/embed.cc:324
76201 #, gcc-internal-format
76202 msgid "invalid embedcfg: duplicate Patterns entry"
76203 msgstr "nevaljani embedcfg: duplikat Patterns unosa"
76204
76205 #: go/gofrontend/embed.cc:336
76206 #, gcc-internal-format
76207 msgid "invalid embedcfg: Files entry is not a string"
76208 msgstr "nevaljani embedcfg: Files unos nije string"
76209
76210 #: go/gofrontend/embed.cc:353
76211 #, gcc-internal-format
76212 msgid "empty file"
76213 msgstr ""
76214
76215 #: go/gofrontend/embed.cc:391 go/gofrontend/embed.cc:520
76216 #, gcc-internal-format
76217 msgid "expected %<\"%>"
76218 msgstr "očekivan je %<\"%>"
76219
76220 #: go/gofrontend/embed.cc:474
76221 #, gcc-internal-format
76222 msgid "expected %<,%> or %<]%>"
76223 msgstr "očekivan je %<,%> ili %<]%>"
76224
76225 #: go/gofrontend/embed.cc:506
76226 #, gcc-internal-format
76227 msgid "invalid JSON syntax"
76228 msgstr "nevaljana JSON sintaksa"
76229
76230 #: go/gofrontend/embed.cc:538 go/gofrontend/embed.cc:581
76231 #: go/gofrontend/embed.cc:615
76232 #, gcc-internal-format
76233 msgid "unterminated string"
76234 msgstr "nezavršeni string"
76235
76236 #: go/gofrontend/embed.cc:595
76237 #, gcc-internal-format
76238 msgid "invalid hex digit"
76239 msgstr "nevaljana hex znamenka"
76240
76241 #: go/gofrontend/embed.cc:604
76242 #, gcc-internal-format
76243 msgid "unrecognized string escape"
76244 msgstr "neprepoznata maska (escape) stringa"
76245
76246 #: go/gofrontend/embed.cc:625
76247 #, gcc-internal-format
76248 msgid "extraneous data at end of file"
76249 msgstr "dodatni čudni podaci na kraju datoteke"
76250
76251 #: go/gofrontend/embed.cc:645
76252 #, gcc-internal-format
76253 msgid "unexpected EOF"
76254 msgstr "neočekivani EOF"
76255
76256 #: jit/dummy-frontend.cc:207 lto/lto-lang.cc:310
76257 #, gcc-internal-format
76258 msgid "%s:%s: %E: %E"
76259 msgstr "%s:%s: %E: %E"
76260
76261 #: lto/lto-common.cc:2021
76262 #, gcc-internal-format
76263 msgid "bytecode stream: garbage at the end of symbols section"
76264 msgstr "bytecode struja: smeće na kraju sekcije simbola"
76265
76266 #: lto/lto-common.cc:2048
76267 #, gcc-internal-format
76268 msgid "could not parse hex number"
76269 msgstr "nije bilo moguće pročitati hex broj"
76270
76271 #: lto/lto-common.cc:2080
76272 #, gcc-internal-format, gfc-internal-format
76273 msgid "unexpected file name %s in linker resolution file. Expected %s"
76274 msgstr "neočekivano ime datoteke %s u resolution datoteci linkera. Očekivano %s"
76275
76276 #: lto/lto-common.cc:2089
76277 #, gcc-internal-format
76278 msgid "could not parse file offset"
76279 msgstr "nije bilo moguće pročitati odmak (offset) datoteke"
76280
76281 #: lto/lto-common.cc:2092
76282 #, gcc-internal-format
76283 msgid "unexpected offset"
76284 msgstr "neočekivani odmak (offset)"
76285
76286 #: lto/lto-common.cc:2114
76287 #, gcc-internal-format
76288 msgid "invalid line in the resolution file"
76289 msgstr "nevaljani redak u resolution datoteci"
76290
76291 #: lto/lto-common.cc:2125
76292 #, gcc-internal-format
76293 msgid "invalid resolution in the resolution file"
76294 msgstr "nevaljana rezolucija u resolution datoteci"
76295
76296 #: lto/lto-common.cc:2131
76297 #, gcc-internal-format
76298 msgid "resolution sub id %wx not in object file"
76299 msgstr "rezolucija Sub-ID %wx nije u objektnoj datoteci"
76300
76301 #: lto/lto-common.cc:2248
76302 #, gcc-internal-format
76303 msgid "bytecode stream in file %qs generated with GCC compiler older than 10.0"
76304 msgstr "bytecode struju u datoteci %qs generirao je GCC kompajler stariji od 10.0"
76305
76306 #: lto/lto-common.cc:2267
76307 #, gcc-internal-format
76308 msgid "cannot read %<LTO_section_decls%> from %s"
76309 msgstr "nije moguće pročiati %<LTO_section_decls%> od %s"
76310
76311 #: lto/lto-common.cc:2388
76312 #, gcc-internal-format, gfc-internal-format
76313 msgid "Cannot open %s"
76314 msgstr "Nije moguće otvoriti %s"
76315
76316 #: lto/lto-common.cc:2409
76317 #, gcc-internal-format, gfc-internal-format
76318 msgid "Cannot map %s"
76319 msgstr "Nije moguće map %s"
76320
76321 #: lto/lto-common.cc:2420
76322 #, gcc-internal-format, gfc-internal-format
76323 msgid "Cannot read %s"
76324 msgstr "Nije moguće čitati %s"
76325
76326 #: lto/lto-common.cc:2737
76327 #, gcc-internal-format
76328 msgid "could not open symbol resolution file: %m"
76329 msgstr "nije moguće otvoriti resolution datoteku simbola: %m"
76330
76331 #: lto/lto-common.cc:2862
76332 #, gcc-internal-format, gfc-internal-format
76333 msgid "missing resolution data for %s"
76334 msgstr "nema resolution podataka za %s"
76335
76336 #: lto/lto-common.cc:2899
76337 #, gcc-internal-format
76338 msgid "errors during merging of translation units"
76339 msgstr "greške pri spajanju prijevodnih jedinica"
76340
76341 #: lto/lto-dump.cc:258
76342 #, gcc-internal-format
76343 msgid "Level not found, use none, slim, blocks, vops."
76344 msgstr "Razina nije nađena, koristite none, slim, blocks, vops."
76345
76346 #: lto/lto-dump.cc:273
76347 #, gcc-internal-format
76348 msgid "Function not found."
76349 msgstr "Funkcija nije nađena."
76350
76351 #: lto/lto-dump.cc:350 lto/lto-dump.cc:360
76352 #, gcc-internal-format
76353 msgid "Not configured with %<--enable-gather-detailed-mem-stats%>."
76354 msgstr "Nije konfigurirano s %<--enable-gather-detailed-mem-stats%>."
76355
76356 #: lto/lto-lang.cc:865
76357 #, gcc-internal-format
76358 msgid "%<-fwpa%> and %<-fltrans%> are mutually exclusive"
76359 msgstr "%<-fwpa%> and %<-fltrans%> se međusobno isključuju"
76360
76361 #: lto/lto-lang.cc:899
76362 #, gcc-internal-format
76363 msgid "%<-flinker-output=rel%> and %<-fltrans%> are mutually exclusive"
76364 msgstr "%<-flinker-output=rel%> and %<-fltrans%> se međusobno isključuju"
76365
76366 #: lto/lto-object.cc:106
76367 #, gcc-internal-format, gfc-internal-format
76368 msgid "open %s failed: %s"
76369 msgstr "nije uspjelo otvoriti %s: %s"
76370
76371 #: lto/lto-object.cc:150
76372 #, gcc-internal-format, gfc-internal-format
76373 msgid "%s: %s: %s"
76374 msgstr "%s: %s: %s"
76375
76376 #: lto/lto-object.cc:191
76377 #, gcc-internal-format, gfc-internal-format
76378 msgid "close: %s"
76379 msgstr "zatvori: %s"
76380
76381 #: lto/lto-object.cc:247
76382 #, gcc-internal-format, gfc-internal-format
76383 msgid "two or more sections for %s"
76384 msgstr "dvije ili više sekcija za %s"
76385
76386 #: lto/lto-partition.cc:535
76387 #, gcc-internal-format
76388 msgid "min partition size cannot be greater than max partition size"
76389 msgstr "najmanja particija ne može biti veća od najveće particije"
76390
76391 #: lto/lto-symtab.cc:169
76392 #, gcc-internal-format
76393 msgid "%qD is defined with tls model %s"
76394 msgstr "%qD je definiran s TLS modelom %s"
76395
76396 #: lto/lto-symtab.cc:171
76397 #, gcc-internal-format, gfc-internal-format
76398 msgid "previously defined here as %s"
76399 msgstr "ranije definirana tu kao %s"
76400
76401 #: lto/lto-symtab.cc:474
76402 #, gcc-internal-format
76403 msgid "multiple prevailing defs for %qE"
76404 msgstr "nekoliko prevladavajućih definicija za %qE"
76405
76406 #: lto/lto-symtab.cc:492
76407 #, gcc-internal-format
76408 msgid "%qD has already been defined"
76409 msgstr "%qD bio je već definiran "
76410
76411 #: lto/lto-symtab.cc:494
76412 #, gcc-internal-format
76413 msgid "previously defined here"
76414 msgstr "ranije definiran ovdje"
76415
76416 #: lto/lto-symtab.cc:720
76417 #, gcc-internal-format
76418 msgid "%qD violates the C++ One Definition Rule"
76419 msgstr "%qD krši C++ pravilo One Definition Rule"
76420
76421 #: lto/lto-symtab.cc:726
76422 #, gcc-internal-format
76423 msgid "type of %qD does not match original declaration"
76424 msgstr "vrsta %qD ne podudara originalnu deklaraciju"
76425
76426 #: lto/lto-symtab.cc:746
76427 #, gcc-internal-format
76428 msgid "alignment of %qD is bigger than original declaration"
76429 msgstr "poravnanje %qD je veće od originalne deklaracije"
76430
76431 #: lto/lto-symtab.cc:752
76432 #, gcc-internal-format
76433 msgid "size of %qD differ from the size of original declaration"
76434 msgstr "veličina %qD nije ista originalnoj deklaraciji"
76435
76436 #: lto/lto-symtab.cc:757
76437 #, gcc-internal-format
76438 msgid "%qD was previously declared here"
76439 msgstr "%qD je već ranije ovdje deklariran"
76440
76441 #: lto/lto-symtab.cc:760
76442 #, gcc-internal-format
76443 msgid "code may be misoptimized unless %<-fno-strict-aliasing%> is used"
76444 msgstr "Kôd može biti pogrešno optimiziran osim ako se ne koristi %<-fno-strict-aliasing%>"
76445
76446 #: lto/lto-symtab.cc:846
76447 #, gcc-internal-format
76448 msgid "variable %qD redeclared as function"
76449 msgstr "varijable %qD je ponovno deklarirana kao funkcija"
76450
76451 #: lto/lto-symtab.cc:853
76452 #, gcc-internal-format
76453 msgid "function %qD redeclared as variable"
76454 msgstr "funkcija %qD je ponovno deklarirana kao varijabla"
76455
76456 #: lto/lto-symtab.cc:865
76457 #, gcc-internal-format
76458 msgid "previously declared here"
76459 msgstr "ranije deklarirana ovdje"
76460
76461 #: lto/lto.cc:167
76462 #, gcc-internal-format
76463 msgid "%<lto_obj_file_open()%> failed"
76464 msgstr "%<lto_obj_file_open()%> nije uspješna"
76465
76466 #: lto/lto.cc:199
76467 #, gcc-internal-format
76468 msgid "waitpid failed"
76469 msgstr "waitpid neuspješan"
76470
76471 #: lto/lto.cc:202
76472 #, gcc-internal-format
76473 msgid "streaming subprocess failed"
76474 msgstr "streaming potproces nije uspješan"
76475
76476 #: lto/lto.cc:205
76477 #, gcc-internal-format
76478 msgid "streaming subprocess was killed by signal"
76479 msgstr "streaming potproces je ubijen signalom"
76480
76481 #: lto/lto.cc:294
76482 #, gcc-internal-format
76483 msgid "no LTRANS output list filename provided"
76484 msgstr "nije navedeno ime datoteke za LTRANS izlazni popis"
76485
76486 #: lto/lto.cc:402
76487 #, gcc-internal-format
76488 msgid "opening LTRANS output list %s: %m"
76489 msgstr "otvaramo LTRANS izlazni popis %s: %m"
76490
76491 #: lto/lto.cc:409
76492 #, gcc-internal-format
76493 msgid "writing to LTRANS output list %s: %m"
76494 msgstr "pišemo u LTRANS izlaznu listu %s: %m"
76495
76496 #: lto/lto.cc:419
76497 #, gcc-internal-format
76498 msgid "closing LTRANS output list %s: %m"
76499 msgstr "zatvaramo LTRANS izlazni popis %s: %m"
76500
76501 #: objc/objc-act.cc:425 objc/objc-act.cc:6964
76502 #, gcc-internal-format
76503 msgid "%<@end%> missing in implementation context"
76504 msgstr "nema %<@end%> u kontekstu implementacije"
76505
76506 #: objc/objc-act.cc:578
76507 #, gcc-internal-format
76508 msgid "class attributes are not available in Objective-C 1.0"
76509 msgstr "atributi klase nisu dostupni u Objective-C 1.0"
76510
76511 #: objc/objc-act.cc:593
76512 #, gcc-internal-format
76513 msgid "category attributes are not available in Objective-C 1.0"
76514 msgstr "atributi kategorije nisu dostupni u Objective-C 1.0"
76515
76516 #: objc/objc-act.cc:596
76517 #, gcc-internal-format
76518 msgid "category attributes are not available in this version of the compiler, (ignored)"
76519 msgstr "atributi kategorije nisu dostupni u ovoj inačici kompajlera, zanemareno"
76520
76521 #: objc/objc-act.cc:602
76522 #, gcc-internal-format
76523 msgid "class extensions are not available in Objective-C 1.0"
76524 msgstr ""
76525
76526 #: objc/objc-act.cc:616
76527 #, gcc-internal-format
76528 msgid "class extension for class %qE declared after its %<@implementation%>"
76529 msgstr ""
76530
76531 #: objc/objc-act.cc:631
76532 #, gcc-internal-format
76533 msgid "protocol attributes are not available in Objective-C 1.0"
76534 msgstr ""
76535
76536 #: objc/objc-act.cc:696
76537 #, gcc-internal-format
76538 msgid "%<@end%> must appear in an @implementation context"
76539 msgstr ""
76540
76541 #: objc/objc-act.cc:705
76542 #, gcc-internal-format
76543 msgid "%<@package%> is not available in Objective-C 1.0"
76544 msgstr ""
76545
76546 #: objc/objc-act.cc:707
76547 #, gcc-internal-format
76548 msgid "%<@package%> presently has the same effect as %<@public%>"
76549 msgstr ""
76550
76551 #: objc/objc-act.cc:718
76552 #, gcc-internal-format
76553 msgid "%<@optional%> is not available in Objective-C 1.0"
76554 msgstr ""
76555
76556 #: objc/objc-act.cc:720
76557 #, gcc-internal-format
76558 msgid "%<@required%> is not available in Objective-C 1.0"
76559 msgstr ""
76560
76561 #: objc/objc-act.cc:728
76562 #, gcc-internal-format
76563 msgid "%<@optional%> is allowed in @protocol context only"
76564 msgstr ""
76565
76566 #: objc/objc-act.cc:730
76567 #, gcc-internal-format
76568 msgid "%<@required%> is allowed in @protocol context only"
76569 msgstr ""
76570
76571 #. FIXME: we probably ought to bail out at this point.
76572 #: objc/objc-act.cc:853
76573 #, gcc-internal-format
76574 msgid "%<@property%> is not available in Objective-C 1.0"
76575 msgstr ""
76576
76577 #: objc/objc-act.cc:858
76578 #, gcc-internal-format
76579 msgid "property declaration not in %<@interface%>, %<@protocol%> or %<category%> context"
76580 msgstr ""
76581
76582 #: objc/objc-act.cc:869
76583 #, gcc-internal-format
76584 msgid "properties must be named"
76585 msgstr ""
76586
76587 #: objc/objc-act.cc:877
76588 #, gcc-internal-format
76589 msgid "property cannot be an array"
76590 msgstr ""
76591
76592 #. A @property is not an actual variable, but it is a way to
76593 #. describe a pair of accessor methods, so its type (which is
76594 #. the type of the return value of the getter and the first
76595 #. argument of the setter) can't be a bitfield (as return values
76596 #. and arguments of functions cannot be bitfields).  The
76597 #. underlying instance variable could be a bitfield, but that is
76598 #. a different matter.
76599 #: objc/objc-act.cc:890
76600 #, gcc-internal-format
76601 msgid "property cannot be a bit-field"
76602 msgstr ""
76603
76604 #: objc/objc-act.cc:914
76605 #, gcc-internal-format
76606 msgid "multiple property %qE methods specified, the latest one will be used"
76607 msgstr ""
76608
76609 #: objc/objc-act.cc:916
76610 #, gcc-internal-format
76611 msgid "previous specification"
76612 msgstr ""
76613
76614 #: objc/objc-act.cc:931
76615 #, gcc-internal-format
76616 msgid "%qE attribute conflicts with %qE attribute"
76617 msgstr ""
76618
76619 #: objc/objc-act.cc:933
76620 #, gcc-internal-format
76621 msgid "%qE specified here"
76622 msgstr ""
76623
76624 #: objc/objc-act.cc:939
76625 #, gcc-internal-format
76626 msgid "duplicate %qE attribute"
76627 msgstr ""
76628
76629 #: objc/objc-act.cc:940
76630 #, gcc-internal-format
76631 msgid "first specified here"
76632 msgstr ""
76633
76634 #: objc/objc-act.cc:967
76635 #, gcc-internal-format
76636 msgid "%<readonly%> attribute conflicts with %<setter%> attribute"
76637 msgstr ""
76638
76639 #: objc/objc-act.cc:970
76640 #, gcc-internal-format
76641 msgid "%<setter%> specified here"
76642 msgstr ""
76643
76644 #: objc/objc-act.cc:1049
76645 #, gcc-internal-format
76646 msgid "object property %qD has no %<assign%>, %<retain%> or %<copy%> attribute; assuming %<assign%>"
76647 msgstr ""
76648
76649 #: objc/objc-act.cc:1052
76650 #, gcc-internal-format
76651 msgid "%<assign%> can be unsafe for Objective-C objects; please state explicitly if you need it"
76652 msgstr ""
76653
76654 #: objc/objc-act.cc:1069
76655 #, gcc-internal-format
76656 msgid "%qE attribute is only valid for Objective-C objects"
76657 msgstr ""
76658
76659 #: objc/objc-act.cc:1127
76660 #, gcc-internal-format
76661 msgid "redeclaration of property %qD"
76662 msgstr ""
76663
76664 #: objc/objc-act.cc:1130 objc/objc-act.cc:1196 objc/objc-act.cc:1207
76665 #: objc/objc-act.cc:1221 objc/objc-act.cc:1232 objc/objc-act.cc:1244
76666 #: objc/objc-act.cc:1281 objc/objc-act.cc:7751 objc/objc-act.cc:7814
76667 #: objc/objc-act.cc:7837 objc/objc-act.cc:7851 objc/objc-act.cc:7869
76668 #: objc/objc-act.cc:7968
76669 #, gcc-internal-format
76670 msgid "originally specified here"
76671 msgstr ""
76672
76673 #: objc/objc-act.cc:1192
76674 #, gcc-internal-format
76675 msgid "%<nonatomic%> attribute of property %qD conflicts with previous declaration"
76676 msgstr ""
76677
76678 #: objc/objc-act.cc:1203
76679 #, gcc-internal-format
76680 msgid "%<getter%> attribute of property %qD conflicts with previous declaration"
76681 msgstr ""
76682
76683 #: objc/objc-act.cc:1217
76684 #, gcc-internal-format
76685 msgid "%<setter%> attribute of property %qD conflicts with previous declaration"
76686 msgstr ""
76687
76688 #: objc/objc-act.cc:1229
76689 #, gcc-internal-format
76690 msgid "assign semantics attributes of property %qD conflict with previous declaration"
76691 msgstr ""
76692
76693 #: objc/objc-act.cc:1240
76694 #, gcc-internal-format
76695 msgid "%<readonly%> attribute of property %qD conflicts with previous declaration"
76696 msgstr ""
76697
76698 #: objc/objc-act.cc:1279
76699 #, gcc-internal-format
76700 msgid "type of property %qD conflicts with previous declaration"
76701 msgstr ""
76702
76703 #: objc/objc-act.cc:1322
76704 #, gcc-internal-format
76705 msgid "nullability specifier %qE cannot be applied to non-pointer type %qT"
76706 msgstr ""
76707
76708 #: objc/objc-act.cc:1327
76709 #, gcc-internal-format
76710 msgid "nullability specifier %qE cannot be applied to multi-level pointer type %qT"
76711 msgstr ""
76712
76713 #: objc/objc-act.cc:1780
76714 #, gcc-internal-format
76715 msgid "the dot syntax is not available in Objective-C 1.0"
76716 msgstr ""
76717
76718 #. We know that 'class_name' is an Objective-C class name as the
76719 #. parser won't call this function if it is not.  This is only a
76720 #. double-check for safety.
76721 #: objc/objc-act.cc:1796
76722 #, gcc-internal-format
76723 msgid "could not find class %qE"
76724 msgstr ""
76725
76726 #. Again, this should never happen, but we do check.
76727 #: objc/objc-act.cc:1804
76728 #, gcc-internal-format
76729 msgid "could not find interface for class %qE"
76730 msgstr ""
76731
76732 #: objc/objc-act.cc:1810 objc/objc-act.cc:7146
76733 #, gcc-internal-format
76734 msgid "class %qE is unavailable"
76735 msgstr ""
76736
76737 #: objc/objc-act.cc:1812 objc/objc-act.cc:7003 objc/objc-act.cc:7148
76738 #, gcc-internal-format
76739 msgid "class %qE is deprecated"
76740 msgstr ""
76741
76742 #: objc/objc-act.cc:1841
76743 #, gcc-internal-format
76744 msgid "could not find setter/getter for %qE in class %qE"
76745 msgstr ""
76746
76747 #: objc/objc-act.cc:1891
76748 #, gcc-internal-format
76749 msgid "%qs property cannot be set"
76750 msgstr ""
76751
76752 #: objc/objc-act.cc:2159
76753 #, gcc-internal-format
76754 msgid "method declaration not in @interface context"
76755 msgstr ""
76756
76757 #: objc/objc-act.cc:2163
76758 #, gcc-internal-format
76759 msgid "method attributes are not available in Objective-C 1.0"
76760 msgstr ""
76761
76762 #: objc/objc-act.cc:2183
76763 #, gcc-internal-format
76764 msgid "method definition not in @implementation context"
76765 msgstr ""
76766
76767 #: objc/objc-act.cc:2196
76768 #, gcc-internal-format
76769 msgid "method attributes cannot be specified in @implementation context"
76770 msgstr ""
76771
76772 #: objc/objc-act.cc:2426
76773 #, gcc-internal-format
76774 msgid "class %qs does not implement the %qE protocol"
76775 msgstr ""
76776
76777 #: objc/objc-act.cc:2429
76778 #, gcc-internal-format
76779 msgid "type %qs does not conform to the %qE protocol"
76780 msgstr ""
76781
76782 #: objc/objc-act.cc:2724
76783 #, gcc-internal-format
76784 msgid "comparison of distinct Objective-C types lacks a cast"
76785 msgstr ""
76786
76787 #: objc/objc-act.cc:2728
76788 #, gcc-internal-format
76789 msgid "initialization from distinct Objective-C type"
76790 msgstr ""
76791
76792 #: objc/objc-act.cc:2732
76793 #, gcc-internal-format
76794 msgid "assignment from distinct Objective-C type"
76795 msgstr ""
76796
76797 #: objc/objc-act.cc:2736
76798 #, gcc-internal-format
76799 msgid "distinct Objective-C type in return"
76800 msgstr ""
76801
76802 #: objc/objc-act.cc:2740
76803 #, gcc-internal-format
76804 msgid "passing argument %d of %qE from distinct Objective-C type"
76805 msgstr ""
76806
76807 #: objc/objc-act.cc:2883
76808 #, gcc-internal-format
76809 msgid "statically allocated instance of Objective-C class %qE"
76810 msgstr ""
76811
76812 #: objc/objc-act.cc:2892
76813 #, gcc-internal-format
76814 msgid "redeclaration of Objective-C class %qs"
76815 msgstr ""
76816
76817 #. This case happens when we are given an 'interface' which
76818 #. is not a valid class name.  For example if a typedef was
76819 #. used, and 'interface' really is the identifier of the
76820 #. typedef, but when you resolve it you don't get an
76821 #. Objective-C class, but something else, such as 'int'.
76822 #. This is an error; protocols make no sense unless you use
76823 #. them with Objective-C objects.
76824 #: objc/objc-act.cc:2934
76825 #, gcc-internal-format
76826 msgid "only Objective-C object types can be qualified with a protocol"
76827 msgstr ""
76828
76829 #: objc/objc-act.cc:2998
76830 #, gcc-internal-format
76831 msgid "protocol %qE has circular dependency"
76832 msgstr ""
76833
76834 #: objc/objc-act.cc:3031 objc/objc-act.cc:5865
76835 #, gcc-internal-format
76836 msgid "cannot find protocol declaration for %qE"
76837 msgstr ""
76838
76839 #: objc/objc-act.cc:3341 objc/objc-act.cc:3996 objc/objc-act.cc:6577
76840 #: objc/objc-act.cc:7054 objc/objc-act.cc:7139 objc/objc-act.cc:7194
76841 #, gcc-internal-format
76842 msgid "cannot find interface declaration for %qE"
76843 msgstr ""
76844
76845 #: objc/objc-act.cc:3345
76846 #, gcc-internal-format
76847 msgid "interface %qE does not have valid constant string layout"
76848 msgstr ""
76849
76850 #: objc/objc-act.cc:3350
76851 #, gcc-internal-format
76852 msgid "cannot find reference tag for class %qE"
76853 msgstr ""
76854
76855 #: objc/objc-act.cc:3495
76856 #, gcc-internal-format
76857 msgid "%qE is not an Objective-C class name or alias"
76858 msgstr ""
76859
76860 #: objc/objc-act.cc:3510 objc/objc-act.cc:3541 objc/objc-act.cc:6958
76861 #: objc/objc-act.cc:8304 objc/objc-act.cc:8360
76862 #, gcc-internal-format
76863 msgid "Objective-C declarations may only appear in global scope"
76864 msgstr ""
76865
76866 #: objc/objc-act.cc:3515
76867 #, gcc-internal-format
76868 msgid "cannot find class %qE"
76869 msgstr ""
76870
76871 #: objc/objc-act.cc:3517
76872 #, gcc-internal-format
76873 msgid "class %qE already exists"
76874 msgstr ""
76875
76876 #: objc/objc-act.cc:3559 objc/objc-act.cc:7019
76877 #, gcc-internal-format
76878 msgid "%qE redeclared as different kind of symbol"
76879 msgstr ""
76880
76881 #: objc/objc-act.cc:3561 objc/objc-act.cc:4147 objc/objc-act.cc:4175
76882 #: objc/objc-act.cc:4230 objc/objc-act.cc:7021
76883 #, gcc-internal-format
76884 msgid "previous declaration of %q+D"
76885 msgstr ""
76886
76887 #: objc/objc-act.cc:3850
76888 #, gcc-internal-format
76889 msgid "strong-cast assignment has been intercepted"
76890 msgstr ""
76891
76892 #: objc/objc-act.cc:3892
76893 #, gcc-internal-format
76894 msgid "strong-cast may possibly be needed"
76895 msgstr ""
76896
76897 #: objc/objc-act.cc:3902
76898 #, gcc-internal-format
76899 msgid "instance variable assignment has been intercepted"
76900 msgstr ""
76901
76902 #: objc/objc-act.cc:3921
76903 #, gcc-internal-format
76904 msgid "pointer arithmetic for garbage-collected objects not allowed"
76905 msgstr ""
76906
76907 #: objc/objc-act.cc:3927
76908 #, gcc-internal-format
76909 msgid "global/static variable assignment has been intercepted"
76910 msgstr ""
76911
76912 #: objc/objc-act.cc:4144 objc/objc-act.cc:4172 objc/objc-act.cc:4227
76913 #, gcc-internal-format
76914 msgid "duplicate instance variable %q+D"
76915 msgstr ""
76916
76917 #: objc/objc-act.cc:4287
76918 #, gcc-internal-format
76919 msgid "%<-fobjc-exceptions%> is required to enable Objective-C exception syntax"
76920 msgstr ""
76921
76922 #: objc/objc-act.cc:4371
76923 #, gcc-internal-format
76924 msgid "%<@catch%> parameter is not a known Objective-C class type"
76925 msgstr ""
76926
76927 #: objc/objc-act.cc:4377
76928 #, gcc-internal-format
76929 msgid "%<@catch%> parameter cannot be protocol-qualified"
76930 msgstr ""
76931
76932 #: objc/objc-act.cc:4422
76933 #, gcc-internal-format
76934 msgid "exception of type %<%T%> will be caught"
76935 msgstr ""
76936
76937 #: objc/objc-act.cc:4424
76938 #, gcc-internal-format
76939 msgid "   by earlier handler for %<%T%>"
76940 msgstr ""
76941
76942 #: objc/objc-act.cc:4471
76943 #, gcc-internal-format
76944 msgid "%<@try%> without %<@catch%> or %<@finally%>"
76945 msgstr ""
76946
76947 #: objc/objc-act.cc:4500
76948 #, gcc-internal-format
76949 msgid "%<@throw%> (rethrow) used outside of a %<@catch%> block"
76950 msgstr ""
76951
76952 #: objc/objc-act.cc:4513
76953 #, gcc-internal-format
76954 msgid "%<@throw%> argument is not an object"
76955 msgstr ""
76956
76957 #: objc/objc-act.cc:4534
76958 #, gcc-internal-format
76959 msgid "%<@synchronized%> argument is not an object"
76960 msgstr ""
76961
76962 #: objc/objc-act.cc:4744
76963 #, gcc-internal-format
76964 msgid "%s %qs"
76965 msgstr ""
76966
76967 #: objc/objc-act.cc:4767 objc/objc-act.cc:4792
76968 #, gcc-internal-format
76969 msgid "inconsistent instance variable specification"
76970 msgstr ""
76971
76972 #: objc/objc-act.cc:4847
76973 #, gcc-internal-format
76974 msgid "cannot use an object as parameter to a method"
76975 msgstr ""
76976
76977 #: objc/objc-act.cc:4891
76978 #, gcc-internal-format
76979 msgid "method argument attributes are not available in Objective-C 1.0"
76980 msgstr ""
76981
76982 #: objc/objc-act.cc:5266
76983 #, gcc-internal-format
76984 msgid "multiple methods named %<%c%E%> found"
76985 msgstr ""
76986
76987 #: objc/objc-act.cc:5269
76988 #, gcc-internal-format
76989 msgid "using %<%c%s%>"
76990 msgstr ""
76991
76992 #: objc/objc-act.cc:5278
76993 #, gcc-internal-format
76994 msgid "multiple selectors named %<%c%E%> found"
76995 msgstr ""
76996
76997 #: objc/objc-act.cc:5281
76998 #, gcc-internal-format
76999 msgid "found %<%c%s%>"
77000 msgstr ""
77001
77002 #: objc/objc-act.cc:5290
77003 #, gcc-internal-format
77004 msgid "also found %<%c%s%>"
77005 msgstr ""
77006
77007 #. If 'rtype' is NULL_TREE at this point it means that
77008 #. we have seen no @interface corresponding to that
77009 #. class name, only a @class declaration (alternatively,
77010 #. this was a call such as [objc_getClass("SomeClass")
77011 #. alloc], where we've never seen the @interface of
77012 #. SomeClass).  So, we have a class name (class_tree)
77013 #. but no actual details of the class methods.  We won't
77014 #. be able to check that the class responds to the
77015 #. method, and we will have to guess the method
77016 #. prototype.  Emit a warning, then keep going (this
77017 #. will use any method with a matching name, as if the
77018 #. receiver was of type 'Class').
77019 #. We could not find an @interface declaration, and
77020 #. there are no protocols attached to the receiver,
77021 #. so we can't complete the check that the receiver
77022 #. responds to the method, and we can't retrieve the
77023 #. method prototype.  But, because the receiver has
77024 #. a well-specified class, the programmer did want
77025 #. this check to be performed.  Emit a warning, then
77026 #. keep going as if it was an 'id'.  To remove the
77027 #. warning, either include an @interface for the
77028 #. class, or cast the receiver to 'id'.  Note that
77029 #. rtype is an IDENTIFIER_NODE at this point.
77030 #: objc/objc-act.cc:5578 objc/objc-act.cc:5713
77031 #, gcc-internal-format
77032 msgid "%<@interface%> of class %qE not found"
77033 msgstr ""
77034
77035 #: objc/objc-act.cc:5587
77036 #, gcc-internal-format
77037 msgid "no super class declared in @interface for %qE"
77038 msgstr ""
77039
77040 #: objc/objc-act.cc:5638
77041 #, gcc-internal-format
77042 msgid "found %<-%E%> instead of %<+%E%> in protocol(s)"
77043 msgstr ""
77044
77045 #. We have a type, but it's not an Objective-C type (!).
77046 #: objc/objc-act.cc:5750
77047 #, gcc-internal-format
77048 msgid "invalid receiver type %qs"
77049 msgstr ""
77050
77051 #: objc/objc-act.cc:5767
77052 #, gcc-internal-format
77053 msgid "%<%c%E%> not found in protocol(s)"
77054 msgstr ""
77055
77056 #: objc/objc-act.cc:5781
77057 #, gcc-internal-format
77058 msgid "%qE may not respond to %<%c%E%>"
77059 msgstr ""
77060
77061 #: objc/objc-act.cc:5789
77062 #, gcc-internal-format
77063 msgid "no %<%c%E%> method found"
77064 msgstr ""
77065
77066 #: objc/objc-act.cc:5796
77067 #, gcc-internal-format
77068 msgid "(messages without a matching method signature will be assumed to return %<id%> and accept %<...%> as arguments)"
77069 msgstr ""
77070
77071 #: objc/objc-act.cc:5914
77072 #, gcc-internal-format
77073 msgid "undeclared selector %qE"
77074 msgstr ""
77075
77076 #. Historically, a class method that produced objects (factory
77077 #. method) would assign `self' to the instance that it
77078 #. allocated.  This would effectively turn the class method into
77079 #. an instance method.  Following this assignment, the instance
77080 #. variables could be accessed.  That practice, while safe,
77081 #. violates the simple rule that a class method should not refer
77082 #. to an instance variable.  It's better to catch the cases
77083 #. where this is done unknowingly than to support the above
77084 #. paradigm.
77085 #: objc/objc-act.cc:5938
77086 #, gcc-internal-format
77087 msgid "instance variable %qE accessed in class method"
77088 msgstr ""
77089
77090 #: objc/objc-act.cc:6168 objc/objc-act.cc:6188
77091 #, gcc-internal-format
77092 msgid "method %<%c%E%> declared %<@optional%> and %<@required%> at the same time"
77093 msgstr ""
77094
77095 #: objc/objc-act.cc:6172
77096 #, gcc-internal-format
77097 msgid "previous declaration of %<%c%E%> as %<@required%>"
77098 msgstr ""
77099
77100 #: objc/objc-act.cc:6192
77101 #, gcc-internal-format
77102 msgid "previous declaration of %<%c%E%> as %<@optional%>"
77103 msgstr ""
77104
77105 #: objc/objc-act.cc:6252
77106 #, gcc-internal-format
77107 msgid "duplicate declaration of method %<%c%E%> with conflicting types"
77108 msgstr ""
77109
77110 #: objc/objc-act.cc:6256
77111 #, gcc-internal-format
77112 msgid "previous declaration of %<%c%E%>"
77113 msgstr ""
77114
77115 #: objc/objc-act.cc:6293
77116 #, gcc-internal-format
77117 msgid "duplicate interface declaration for category %<%E(%E)%>"
77118 msgstr ""
77119
77120 #: objc/objc-act.cc:6381
77121 #, gcc-internal-format
77122 msgid "illegal reference type specified for instance variable %qs"
77123 msgstr ""
77124
77125 #: objc/objc-act.cc:6392
77126 #, gcc-internal-format
77127 msgid "instance variable %qs has unknown size"
77128 msgstr ""
77129
77130 #: objc/objc-act.cc:6413
77131 #, gcc-internal-format
77132 msgid "instance variable %qs uses flexible array member"
77133 msgstr ""
77134
77135 #: objc/objc-act.cc:6440
77136 #, gcc-internal-format
77137 msgid "type %qE has no default constructor to call"
77138 msgstr ""
77139
77140 #: objc/objc-act.cc:6446
77141 #, gcc-internal-format
77142 msgid "destructor for %qE shall not be run either"
77143 msgstr ""
77144
77145 #. Vtable pointers are Real Bad(tm), since Obj-C cannot
77146 #. initialize them.
77147 #: objc/objc-act.cc:6458
77148 #, gcc-internal-format
77149 msgid "type %qE has virtual member functions"
77150 msgstr ""
77151
77152 #: objc/objc-act.cc:6459
77153 #, gcc-internal-format
77154 msgid "illegal aggregate type %qE specified for instance variable %qs"
77155 msgstr ""
77156
77157 #: objc/objc-act.cc:6469
77158 #, gcc-internal-format
77159 msgid "type %qE has a user-defined constructor"
77160 msgstr ""
77161
77162 #: objc/objc-act.cc:6471
77163 #, gcc-internal-format
77164 msgid "type %qE has a user-defined destructor"
77165 msgstr ""
77166
77167 #: objc/objc-act.cc:6475
77168 #, gcc-internal-format
77169 msgid "C++ constructors and destructors will not be invoked for Objective-C fields"
77170 msgstr ""
77171
77172 #: objc/objc-act.cc:6606
77173 #, gcc-internal-format
77174 msgid "instance variable %qE is declared private"
77175 msgstr ""
77176
77177 #: objc/objc-act.cc:6617
77178 #, gcc-internal-format
77179 msgid "instance variable %qE is %s; this will be a hard error in the future"
77180 msgstr ""
77181
77182 #: objc/objc-act.cc:6624
77183 #, gcc-internal-format
77184 msgid "instance variable %qE is declared %s"
77185 msgstr ""
77186
77187 #: objc/objc-act.cc:6735 objc/objc-act.cc:6850
77188 #, gcc-internal-format
77189 msgid "incomplete implementation of class %qE"
77190 msgstr ""
77191
77192 #: objc/objc-act.cc:6739 objc/objc-act.cc:6854
77193 #, gcc-internal-format
77194 msgid "incomplete implementation of category %qE"
77195 msgstr ""
77196
77197 #: objc/objc-act.cc:6748 objc/objc-act.cc:6862
77198 #, gcc-internal-format
77199 msgid "method definition for %<%c%E%> not found"
77200 msgstr ""
77201
77202 #: objc/objc-act.cc:6903
77203 #, gcc-internal-format
77204 msgid "%s %qE does not fully implement the %qE protocol"
77205 msgstr ""
77206
77207 #: objc/objc-act.cc:6993
77208 #, gcc-internal-format
77209 msgid "cannot find interface declaration for %qE, superclass of %qE"
77210 msgstr ""
77211
77212 #: objc/objc-act.cc:7001
77213 #, gcc-internal-format
77214 msgid "class %qE is not available"
77215 msgstr "class %qE nije dostupna"
77216
77217 #: objc/objc-act.cc:7034
77218 #, gcc-internal-format
77219 msgid "reimplementation of class %qE"
77220 msgstr ""
77221
77222 #: objc/objc-act.cc:7067
77223 #, gcc-internal-format
77224 msgid "conflicting super class name %qE"
77225 msgstr ""
77226
77227 #: objc/objc-act.cc:7070
77228 #, gcc-internal-format
77229 msgid "previous declaration of %qE"
77230 msgstr ""
77231
77232 #: objc/objc-act.cc:7072
77233 #, gcc-internal-format
77234 msgid "previous declaration"
77235 msgstr ""
77236
77237 #: objc/objc-act.cc:7084
77238 #, gcc-internal-format
77239 msgid "class %qE defined without specifying a base class"
77240 msgstr ""
77241
77242 #: objc/objc-act.cc:7091 objc/objc-act.cc:7093
77243 #, gcc-internal-format
77244 msgid "duplicate interface declaration for class %qE"
77245 msgstr ""
77246
77247 #: objc/objc-act.cc:7418 objc/objc-act.cc:7614
77248 #, gcc-internal-format
77249 msgid "cannot find instance variable associated with property"
77250 msgstr ""
77251
77252 #. TODO: This should be caught much earlier than this.
77253 #: objc/objc-act.cc:7580
77254 #, gcc-internal-format
77255 msgid "invalid setter, it must have one argument"
77256 msgstr ""
77257
77258 #: objc/objc-act.cc:7744 objc/objc-act.cc:7961
77259 #, gcc-internal-format
77260 msgid "property %qs already specified in %<@dynamic%>"
77261 msgstr ""
77262
77263 #: objc/objc-act.cc:7747 objc/objc-act.cc:7964
77264 #, gcc-internal-format
77265 msgid "property %qs already specified in %<@synthesize%>"
77266 msgstr ""
77267
77268 #: objc/objc-act.cc:7761 objc/objc-act.cc:7978
77269 #, gcc-internal-format
77270 msgid "no declaration of property %qs found in the interface"
77271 msgstr ""
77272
77273 #: objc/objc-act.cc:7788
77274 #, gcc-internal-format
77275 msgid "ivar %qs used by %<@synthesize%> declaration must be an existing ivar"
77276 msgstr ""
77277
77278 #: objc/objc-act.cc:7809
77279 #, gcc-internal-format
77280 msgid "property %qs is using instance variable %qs of incompatible type"
77281 msgstr ""
77282
77283 #: objc/objc-act.cc:7831
77284 #, gcc-internal-format
77285 msgid "%<assign%> property %qs is using bit-field instance variable %qs"
77286 msgstr ""
77287
77288 #: objc/objc-act.cc:7845
77289 #, gcc-internal-format
77290 msgid "%<atomic%> property %qs is using bit-field instance variable %qs"
77291 msgstr ""
77292
77293 #: objc/objc-act.cc:7864
77294 #, gcc-internal-format
77295 msgid "property %qs is using the same instance variable as property %qs"
77296 msgstr ""
77297
77298 #: objc/objc-act.cc:7905
77299 #, gcc-internal-format
77300 msgid "%<@synthesize%> is not available in Objective-C 1.0"
77301 msgstr ""
77302
77303 #. We can get here only in Objective-C; the Objective-C++ parser
77304 #. detects the problem while parsing, outputs the error
77305 #. "misplaced '@synthesize' Objective-C++ construct" and skips
77306 #. the declaration.
77307 #: objc/objc-act.cc:7916
77308 #, gcc-internal-format
77309 msgid "%<@synthesize%> not in @implementation context"
77310 msgstr ""
77311
77312 #: objc/objc-act.cc:7922
77313 #, gcc-internal-format
77314 msgid "%<@synthesize%> cannot be used in categories"
77315 msgstr ""
77316
77317 #: objc/objc-act.cc:7931
77318 #, gcc-internal-format
77319 msgid "%<@synthesize%> requires the @interface of the class to be available"
77320 msgstr ""
77321
77322 #: objc/objc-act.cc:8014
77323 #, gcc-internal-format
77324 msgid "%<@dynamic%> is not available in Objective-C 1.0"
77325 msgstr ""
77326
77327 #. We can get here only in Objective-C; the Objective-C++ parser
77328 #. detects the problem while parsing, outputs the error
77329 #. "misplaced '@dynamic' Objective-C++ construct" and skips the
77330 #. declaration.
77331 #: objc/objc-act.cc:8025
77332 #, gcc-internal-format
77333 msgid "%<@dynamic%> not in @implementation context"
77334 msgstr ""
77335
77336 #: objc/objc-act.cc:8047
77337 #, gcc-internal-format
77338 msgid "%<@dynamic%> requires the @interface of the class to be available"
77339 msgstr ""
77340
77341 #: objc/objc-act.cc:8247
77342 #, gcc-internal-format
77343 msgid "definition of protocol %qE not found"
77344 msgstr ""
77345
77346 #: objc/objc-act.cc:8274
77347 #, gcc-internal-format
77348 msgid "protocol %qE is unavailable"
77349 msgstr ""
77350
77351 #. It would be nice to use warn_deprecated_use() here, but
77352 #. we are using TREE_CHAIN (which is supposed to be the
77353 #. TYPE_STUB_DECL for a TYPE) for something different.
77354 #: objc/objc-act.cc:8280
77355 #, gcc-internal-format
77356 msgid "protocol %qE is deprecated"
77357 msgstr ""
77358
77359 #: objc/objc-act.cc:8407
77360 #, gcc-internal-format
77361 msgid "duplicate declaration for protocol %qE"
77362 msgstr ""
77363
77364 #: objc/objc-act.cc:8931
77365 #, gcc-internal-format
77366 msgid "conflicting types for %<%c%s%>"
77367 msgstr ""
77368
77369 #: objc/objc-act.cc:8935
77370 #, gcc-internal-format
77371 msgid "previous declaration of %<%c%s%>"
77372 msgstr ""
77373
77374 #: objc/objc-act.cc:9037
77375 #, gcc-internal-format
77376 msgid "no super class declared in interface for %qE"
77377 msgstr ""
77378
77379 #: objc/objc-act.cc:9064
77380 #, gcc-internal-format
77381 msgid "%<[super ...]%> must appear in a method context"
77382 msgstr ""
77383
77384 #: objc/objc-act.cc:9104
77385 #, gcc-internal-format
77386 msgid "method possibly missing a [super dealloc] call"
77387 msgstr ""
77388
77389 #: objc/objc-act.cc:9572
77390 #, gcc-internal-format
77391 msgid "instance variable %qs is declared private"
77392 msgstr ""
77393
77394 #: objc/objc-act.cc:9625
77395 #, gcc-internal-format
77396 msgid "local declaration of %qE hides instance variable"
77397 msgstr ""
77398
77399 #. This can happen if DECL_ARTIFICIAL (*expr_p), but
77400 #. should be impossible for real properties, which always
77401 #. have a getter.
77402 #: objc/objc-act.cc:9669
77403 #, gcc-internal-format
77404 msgid "no %qs getter found"
77405 msgstr ""
77406
77407 #: objc/objc-act.cc:9916
77408 #, gcc-internal-format
77409 msgid "fast enumeration is not available in Objective-C 1.0"
77410 msgstr ""
77411
77412 #: objc/objc-act.cc:9926
77413 #, gcc-internal-format
77414 msgid "iterating variable in fast enumeration is not an object"
77415 msgstr ""
77416
77417 #: objc/objc-act.cc:9932
77418 #, gcc-internal-format
77419 msgid "collection in fast enumeration is not an object"
77420 msgstr ""
77421
77422 #: objc/objc-encoding.cc:130
77423 #, gcc-internal-format
77424 msgid "type %qT does not have a known size"
77425 msgstr ""
77426
77427 #: objc/objc-encoding.cc:721
77428 #, gcc-internal-format
77429 msgid "unknown type %<%T%> found during Objective-C encoding"
77430 msgstr ""
77431
77432 #. Do not do any encoding, produce an error and keep going.
77433 #: objc/objc-encoding.cc:804
77434 #, gcc-internal-format
77435 msgid "trying to encode non-integer type as a bit-field"
77436 msgstr ""
77437
77438 #: objc/objc-gnu-runtime-abi-01.cc:134
77439 #, gcc-internal-format
77440 msgid "%<-fobjc-gc%> is ignored for %<-fgnu-runtime%>"
77441 msgstr ""
77442
77443 #: objc/objc-gnu-runtime-abi-01.cc:142
77444 #, gcc-internal-format
77445 msgid "%<-fobjc-sjlj-exceptions%> is ignored for %<-fgnu-runtime%>"
77446 msgstr ""
77447
77448 #: objc/objc-gnu-runtime-abi-01.cc:2159 objc/objc-next-runtime-abi-01.cc:2819
77449 #: objc/objc-next-runtime-abi-02.cc:3820
77450 #, gcc-internal-format
77451 msgid "non-objective-c type %qT cannot be caught"
77452 msgstr ""
77453
77454 #: objc/objc-next-runtime-abi-01.cc:146
77455 #, gcc-internal-format
77456 msgid "%<-fobjc-sjlj-exceptions%> is the only supported exceptions system for %<-fnext-runtime%> with %<-fobjc-abi-version%> argument less than 2"
77457 msgstr ""
77458
77459 #: objc/objc-next-runtime-abi-02.cc:245
77460 #, gcc-internal-format
77461 msgid "%<-fobjc-sjlj-exceptions%> is ignored for %<-fnext-runtime%> when %<-fobjc-abi-version%> greater than 1"
77462 msgstr ""
77463
77464 #: objc/objc-runtime-shared-support.cc:423
77465 #, gcc-internal-format
77466 msgid "creating selector for nonexistent method %qE"
77467 msgstr ""
77468
77469 #~ msgid ""
77470 #~ "This is free software; see the source for copying conditions.\n"
77471 #~ "There is NO warranty; not even for MERCHANTABILITY or \n"
77472 #~ "FITNESS FOR A PARTICULAR PURPOSE.\n"
77473 #~ "\n"
77474 #~ msgstr ""
77475 #~ "Ovo je slobodan softver; pogledajte kod za upute o kopiranju.\n"
77476 #~ "NEMA jamstava; čak ni za TRGOVINSKU PRIKLADNOST ili\n"
77477 #~ "ODGOVARANJE ODREĐENOJ SVRSI.\n"
77478 #~ "\n"
77479
77480 #~ msgid "Option tag unknown"
77481 #~ msgstr "Oznaka opcije nepoznata"
77482
77483 #~ msgid "Unexpected type in write_state_scalar_type"
77484 #~ msgstr "Neočekivana vrsta u write_state_scalar_type"
77485
77486 #~ msgid "Unexpected type in write_state_string_type"
77487 #~ msgstr "Neočekivana vrsta u write_state_string_type"
77488
77489 #~ msgid "output error when writing state file %s [%s]"
77490 #~ msgstr "izlazna greška pri pisanju datoteke stanja %s [%s]"
77491
77492 #~ msgid "cannot optimize possibly infinite loops"
77493 #~ msgstr "ne mogu optimizirati potencijalno beskonačne petlje"
77494
77495 #~ msgid "assuming that the loop counter does not overflow"
77496 #~ msgstr "pretpostavljajući da neće doći do preljeva brojača petlje"
77497
77498 #~ msgid "cannot optimize loop, the loop counter may overflow"
77499 #~ msgstr "ne mogu optimizirati petlju, može doći do preljeva brojača petlje"
77500
77501 #~ msgid "%s terminated with signal %d [%s], core dumped"
77502 #~ msgstr "%s prekinut signalom %d [%s], jezgra izbačena"
77503
77504 #~ msgid "The --param option recognizes the following as parameters"
77505 #~ msgstr "Opcija --param prepoznaje sljedeće kao parametre"
77506
77507 #~ msgid "out of memory"
77508 #~ msgstr "nema dovoljno memorije"
77509
77510 #~ msgid "collect: reading %s\n"
77511 #~ msgstr "collect: čitam %s\n"
77512
77513 #~ msgid "collect: recompiling %s\n"
77514 #~ msgstr "collect: ponovo kompajliram %s\n"
77515
77516 #~ msgid "collect: tweaking %s in %s\n"
77517 #~ msgstr "collect: podešavam %s u %s\n"