Add assember CFI directives to millicode division and remainder routines.
[official-gcc.git] / gcc / po / uk.po
blob4b730c730fe28a80ced0c15808ed9de6d35d0497
1 # Ukrainian translation of gcc
2 # Copyright (C) 2015 Free Software Foundation, Inc.
3 # This file is distributed under the same license as the gcc package.
5 # Yuri Chornoivan <yurchor@ukr.net>, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022.
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: gcc 12.1.0\n"
9 "Report-Msgid-Bugs-To: https://gcc.gnu.org/bugs/\n"
10 "POT-Creation-Date: 2023-02-10 22:40+0000\n"
11 "PO-Revision-Date: 2022-05-08 14:31+0300\n"
12 "Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
13 "Language-Team: Ukrainian <trans-uk@lists.fedoraproject.org>\n"
14 "Language: uk\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "X-Bugs: Report translation errors to the Language-Team address.\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-Generator: Lokalize 20.12.0\n"
22 #: cif-code.def:39
23 msgid "function not considered for inlining"
24 msgstr "функція не буде включено для вбудовування"
26 #: cif-code.def:43
27 msgid "caller is not optimized"
28 msgstr "джерело виклику не оптимізовано"
30 #: cif-code.def:47
31 msgid "function body not available"
32 msgstr "вміст функції є недоступним"
34 #: cif-code.def:51
35 msgid "redefined extern inline functions are not considered for inlining"
36 msgstr ""
38 #: cif-code.def:56
39 msgid "function not inlinable"
40 msgstr "функція є непридатною до вбудовування"
42 #: cif-code.def:60
43 msgid "function body can be overwritten at link time"
44 msgstr "вміст функцію може бути перезаписано під час компонування"
46 #: cif-code.def:64
47 msgid "function not inline candidate"
48 msgstr "функція не є кандидатом на вбудовування"
50 #: cif-code.def:68
51 msgid "--param large-function-growth limit reached"
52 msgstr ""
54 #: cif-code.def:70
55 msgid "--param large-stack-frame-growth limit reached"
56 msgstr ""
58 #: cif-code.def:72
59 msgid "--param max-inline-insns-single limit reached"
60 msgstr ""
62 #: cif-code.def:74
63 msgid "--param max-inline-insns-auto limit reached"
64 msgstr ""
66 #: cif-code.def:76
67 msgid "--param inline-unit-growth limit reached"
68 msgstr ""
70 #: cif-code.def:80
71 msgid "recursive inlining"
72 msgstr "рекурсивне вбудовування"
74 #: cif-code.def:84
75 msgid "call is unlikely and code size would grow"
76 msgstr "виклик малоймовірний, а розмір коду збільшиться"
78 #: cif-code.def:88
79 msgid "call is considered never executed and code size would grow"
80 msgstr "виклик вважається таким, який ніколи не буде виконано, а розмір коду збільшиться"
82 #: cif-code.def:92
83 msgid "function not declared inline and code size would grow"
84 msgstr "функцію не оголошено як вбудовувану, а розмір коду збільшиться"
86 #: cif-code.def:96
87 msgid "mismatched declarations during linktime optimization"
88 msgstr "невідповідність оголошень під час оптимізації під час компонування"
90 #: cif-code.def:100
91 msgid "variadic thunk call"
92 msgstr ""
94 #: cif-code.def:104
95 msgid "originally indirect function call not considered for inlining"
96 msgstr ""
98 #: cif-code.def:108
99 msgid "indirect function call with a yet undetermined callee"
100 msgstr ""
102 #: cif-code.def:112
103 msgid "exception handling personality mismatch"
104 msgstr ""
106 #: cif-code.def:117
107 msgid "non-call exception handling mismatch"
108 msgstr ""
110 #: cif-code.def:121
111 msgid "target specific option mismatch"
112 msgstr ""
114 #: cif-code.def:125
115 msgid "optimization level attribute mismatch"
116 msgstr "невідповідність атрибутів рівня оптимізації"
118 #: cif-code.def:129
119 msgid "callee refers to comdat-local symbols"
120 msgstr ""
122 #: cif-code.def:134
123 msgid "sanitizer function attribute mismatch"
124 msgstr "невідповідність атрибутів функції-санітайзера"
126 #: cif-code.def:139
127 msgid "function has external linkage when the user requests only inlining static for live patching"
128 msgstr ""
130 #: cif-code.def:144
131 msgid "unreachable"
132 msgstr "недоступний"
134 #. The remainder are real diagnostic types.
135 #: diagnostic.def:33
136 msgid "fatal error: "
137 msgstr "критична помилка: "
139 #. This is like DK_ICE, but backtrace is not printed.  Used in the driver
140 #. when reporting fatal signal in the compiler.
141 #: diagnostic.def:34 diagnostic.def:55
142 msgid "internal compiler error: "
143 msgstr "внутрішня помилка компілятора: "
145 #. This one is just for counting DK_WARNING promoted to DK_ERROR
146 #. due to -Werror and -Werror=warning.
147 #: diagnostic.def:35 diagnostic.def:52
148 msgid "error: "
149 msgstr "помилка: "
151 #: diagnostic.def:36
152 msgid "sorry, unimplemented: "
153 msgstr "вибачте, не реалізовано: "
155 #: diagnostic.def:37
156 msgid "warning: "
157 msgstr "попередження: "
159 #: diagnostic.def:38
160 msgid "anachronism: "
161 msgstr "анахронізм: "
163 #: diagnostic.def:39
164 msgid "note: "
165 msgstr "зауваження: "
167 #: diagnostic.def:40
168 msgid "debug: "
169 msgstr "діагностика: "
171 #. For use when using the diagnostic_show_locus machinery to show
172 #. a range of events within a path.
173 #: diagnostic.def:44
174 msgid "path: "
175 msgstr "шлях: "
177 #. These two would be re-classified as DK_WARNING or DK_ERROR, so the
178 #. prefix does not matter.
179 #: diagnostic.def:48
180 msgid "pedwarn: "
181 msgstr "педантичне попередження: "
183 #: diagnostic.def:49
184 msgid "permerror: "
185 msgstr "постійна помилка: "
187 #: config/i386/djgpp.h:143
188 #, c-format
189 msgid "-f%s ignored (not supported for DJGPP)\n"
190 msgstr "-f%s проігноровано (не передбачено підтримки для DJGPP)\n"
192 #: config/xtensa/xtensa-dynconfig.c:63
193 msgid "Unable to load DLL."
194 msgstr ""
196 #: config/xtensa/xtensa-dynconfig.c:90
197 #, c-format
198 msgid "%qs is defined but could not be loaded: %s"
199 msgstr ""
201 #: config/xtensa/xtensa-dynconfig.c:97
202 #, c-format
203 msgid "%qs plugin is not licensed under a GPL-compatible license"
204 msgstr ""
206 #: config/xtensa/xtensa-dynconfig.c:114
207 #, c-format
208 msgid "%qs is loaded but symbol %qs is not found: %s"
209 msgstr ""
211 #: config/xtensa/xtensa-dynconfig.c:128
212 #, c-format
213 msgid "%qs is defined but plugin support is disabled"
214 msgstr ""
216 #. The remainder are real diagnostic types.
217 #: fortran/gfc-diagnostic.def:33
218 msgid "Fatal Error"
219 msgstr "Критична помилка"
221 #. This is like DK_ICE, but backtrace is not printed.  Used in the driver
222 #. when reporting fatal signal in the compiler.
223 #: fortran/gfc-diagnostic.def:34 fortran/gfc-diagnostic.def:50
224 msgid "internal compiler error"
225 msgstr "внутрішня помилка компілятора"
227 #: fortran/gfc-diagnostic.def:35
228 msgid "Error"
229 msgstr "Помилка"
231 #: fortran/gfc-diagnostic.def:36
232 msgid "sorry, unimplemented"
233 msgstr "вибачте, не реалізовано"
235 #: fortran/gfc-diagnostic.def:37
236 msgid "Warning"
237 msgstr "Попередження"
239 #: fortran/gfc-diagnostic.def:38
240 msgid "anachronism"
241 msgstr "анахронізм"
243 #: fortran/gfc-diagnostic.def:39
244 msgid "note"
245 msgstr "зауваження"
247 #: fortran/gfc-diagnostic.def:40
248 msgid "debug"
249 msgstr "діагностика"
251 #. These two would be re-classified as DK_WARNING or DK_ERROR, so the
252 #. prefix does not matter.
253 #: fortran/gfc-diagnostic.def:43
254 msgid "pedwarn"
255 msgstr "педантичне попередження"
257 #: fortran/gfc-diagnostic.def:44
258 msgid "permerror"
259 msgstr "постійна помилка"
261 #. This one is just for counting DK_WARNING promoted to DK_ERROR
262 #. due to -Werror and -Werror=warning.
263 #: fortran/gfc-diagnostic.def:47
264 msgid "error"
265 msgstr "помилка"
267 #: gcc.cc:839 gcc.cc:896
268 msgid "-gz is not supported in this configuration"
269 msgstr "підтримки -gz на цій конфігурації не передбачено"
271 #: gcc.cc:845
272 #, fuzzy
273 #| msgid "-gz is not supported in this configuration"
274 msgid "-gz=zstd is not supported in this configuration"
275 msgstr "підтримки -gz на цій конфігурації не передбачено"
277 #: gcc.cc:1079
278 msgid "-fuse-linker-plugin is not supported in this configuration"
279 msgstr "підтримки -fuse-linker-plugin на цій конфігурації не передбачено"
281 #: gcc.cc:1095
282 msgid "cannot specify -static with -fsanitize=address"
283 msgstr "не можна вказувати -static у поєднанні із -fsanitize=address"
285 #: gcc.cc:1097
286 msgid "cannot specify -static with -fsanitize=hwaddress"
287 msgstr ""
289 #: gcc.cc:1099
290 msgid "cannot specify -static with -fsanitize=thread"
291 msgstr ""
293 #: gcc.cc:1121
294 msgid "-fvtable-verify=std is not supported in this configuration"
295 msgstr ""
297 #: gcc.cc:1123
298 msgid "-fvtable-verify=preinit is not supported in this configuration"
299 msgstr ""
301 #: gcc.cc:1260 ada/gcc-interface/lang-specs.h:37
302 msgid "-pg and -fomit-frame-pointer are incompatible"
303 msgstr "-pg і -fomit-frame-pointer є несумісними"
305 #: gcc.cc:1435
306 msgid "GNU C no longer supports -traditional without -E"
307 msgstr "У GNU C припинено підтримку -traditional без -E"
309 #: gcc.cc:1444
310 msgid "-E or -x required when input is from standard input"
311 msgstr "якщо дані надходять зі стандартного вхідного джерела, слід вказувати -E або -x"
313 #: config/darwin.h:151
314 msgid "conflicting code generation switches"
315 msgstr "конфлікт перемикачів створення коду"
317 #: config/darwin.h:156
318 msgid "-bundle_loader not allowed with -dynamiclib"
319 msgstr ""
321 #: config/darwin.h:158
322 msgid "-client_name not allowed with -dynamiclib"
323 msgstr ""
325 #: config/darwin.h:167
326 msgid "-keep_private_externs not allowed with -dynamiclib"
327 msgstr ""
329 #: config/darwin.h:169
330 msgid "-private_bundle not allowed with -dynamiclib"
331 msgstr ""
333 #: config/darwin.h:177
334 msgid "-compatibility_version only allowed with -dynamiclib"
335 msgstr ""
337 #: config/darwin.h:179
338 msgid "-current_version only allowed with -dynamiclib"
339 msgstr ""
341 #: config/darwin.h:181
342 msgid "-install_name only allowed with -dynamiclib"
343 msgstr ""
345 #: config/darwin.h:192
346 msgid "-bundle not allowed with -dynamiclib"
347 msgstr ""
349 #: config/darwin.h:208
350 msgid "-force_flat_namespace not allowed with -dynamiclib"
351 msgstr ""
353 #: config/darwin.h:213 config/darwin.h:596
354 msgid "gsplit-dwarf is not supported on this platform"
355 msgstr "підтримки gsplit-dwarf на цій платформі не передбачено"
357 #: config/darwin.h:277
358 msgid "rdynamic is not supported"
359 msgstr "підтримки rdynamic не передбачено"
361 #: config/dragonfly.h:76 config/i386/freebsd.h:82 config/i386/freebsd64.h:35
362 #: config/ia64/freebsd.h:26 config/rs6000/sysv4.h:750
363 #: config/sparc/freebsd.h:45
364 msgid "consider using '-pg' instead of '-p' with gprof(1)"
365 msgstr ""
367 #: config/lynx.h:69
368 msgid "cannot use mthreads and mlegacy-threads together"
369 msgstr ""
371 #: config/lynx.h:94
372 msgid "cannot use mshared and static together"
373 msgstr ""
375 #: config/sol2.h:350 config/sol2.h:355
376 msgid "does not support multilib"
377 msgstr ""
379 #: config/sol2.h:449
380 msgid "-pie is not supported in this configuration"
381 msgstr ""
383 #: config/vxworks.h:219
384 msgid "-Xbind-now and -Xbind-lazy are incompatible"
385 msgstr ""
387 #: config/aarch64/aarch64-freebsd.h:37 config/arm/freebsd.h:49
388 #: config/riscv/freebsd.h:44
389 msgid "consider using `-pg' instead of `-p' with gprof (1)"
390 msgstr ""
392 #: config/arc/arc.h:68 config/mips/mips.h:1476
393 msgid "may not use both -EB and -EL"
394 msgstr ""
396 #: config/avr/specs.h:71 config/pru/pru.h:58
397 msgid "shared is not supported"
398 msgstr ""
400 #: config/bfin/elf.h:55
401 msgid "no processor type specified for linking"
402 msgstr ""
404 #: config/cris/cris.h:168
405 msgid "do not specify both -march=... and -mcpu=..."
406 msgstr ""
408 #: config/i386/cygwin-w64.h:64 config/i386/cygwin.h:129
409 #: config/i386/mingw-w64.h:103 config/i386/mingw32.h:154
410 msgid "shared and mdll are not compatible"
411 msgstr ""
413 #: config/i386/darwin.h:93
414 msgid "Darwin is not an mx32 platform"
415 msgstr ""
417 #: config/i386/darwin.h:94
418 msgid "Darwin does not support -mfentry or associated options"
419 msgstr ""
421 #: config/i386/sol2.h:59
422 msgid "-mx32 is not supported on Solaris"
423 msgstr "підтримки -mx32 у Solaris не передбачено"
425 #: config/mcore/mcore.h:53
426 msgid "the m210 does not have little endian support"
427 msgstr ""
429 #: config/mips/r3900.h:37
430 msgid "-mhard-float not supported"
431 msgstr ""
433 #: config/mips/r3900.h:39
434 msgid "-msingle-float and -msoft-float cannot both be specified"
435 msgstr ""
437 #: config/moxie/moxiebox.h:43
438 msgid "this target is little-endian"
439 msgstr ""
441 #: config/msp430/msp430.h:90
442 msgid "-mcode-region requires the large memory model (-mlarge)"
443 msgstr ""
445 #: config/msp430/msp430.h:92
446 msgid "-mdata-region requires the large memory model (-mlarge)"
447 msgstr ""
449 #: config/nios2/elf.h:44
450 msgid "You need a C startup file for -msys-crt0="
451 msgstr ""
453 #: config/pa/pa-hpux11.h:134 config/pa/pa-hpux11.h:137
454 #: config/pa/pa64-hpux.h:29 config/pa/pa64-hpux.h:32 config/pa/pa64-hpux.h:41
455 #: config/pa/pa64-hpux.h:44
456 msgid "warning: consider linking with '-static' as system libraries with"
457 msgstr ""
459 #: config/pa/pa-hpux11.h:135 config/pa/pa-hpux11.h:138
460 #: config/pa/pa64-hpux.h:30 config/pa/pa64-hpux.h:33 config/pa/pa64-hpux.h:42
461 #: config/pa/pa64-hpux.h:45
462 msgid "  profiling support are only provided in archive format"
463 msgstr ""
465 #: config/rs6000/darwin.h:123
466 msgid " conflicting code gen style switches are used"
467 msgstr ""
469 #: config/rs6000/freebsd64.h:114
470 msgid "consider using `-pg' instead of `-p' with gprof(1)"
471 msgstr ""
473 #: config/rs6000/rs6000.h:170
474 msgid "Missing -mcpu option in ASM_CPU_SPEC?"
475 msgstr ""
477 #: config/rx/linux.h:53 config/rx/rx.h:82
478 msgid "rx200 cpu does not have FPU hardware"
479 msgstr ""
481 #: config/rx/rx.h:80
482 msgid "-mas100-syntax is incompatible with -gdwarf"
483 msgstr ""
485 #: config/rx/rx.h:81
486 msgid "rx100 cpu does not have FPU hardware"
487 msgstr ""
489 #: config/s390/tpf.h:119
490 msgid "static is not supported on TPF-OS"
491 msgstr ""
493 #: config/sh/sh.h:299 config/sh/sh.h:302
494 msgid "SH2a does not support little-endian"
495 msgstr ""
497 #: config/sparc/linux64.h:142
498 msgid "-fsanitize=address is not supported in this configuration"
499 msgstr "підтримки -fsanitize=адреса на цій конфігурації не передбачено"
501 #: config/sparc/linux64.h:156 config/sparc/linux64.h:162
502 #: config/sparc/netbsd-elf.h:103 config/sparc/netbsd-elf.h:112
503 #: config/sparc/sol2.h:237 config/sparc/sol2.h:243
504 msgid "may not use both -m32 and -m64"
505 msgstr ""
507 #: config/vax/netbsd-elf.h:51
508 msgid "the -shared option is not currently supported for VAX ELF"
509 msgstr ""
511 #: config/vax/vax.h:46 config/vax/vax.h:47
512 msgid "profiling not supported with -mg"
513 msgstr ""
515 #: ada/gcc-interface/lang-specs.h:38
516 msgid "-c or -S required for Ada"
517 msgstr ""
519 #: ada/gcc-interface/lang-specs.h:56
520 msgid "-c required for gnat2why"
521 msgstr ""
523 #: ada/gcc-interface/lang-specs.h:67
524 msgid "-c required for gnat2scil"
525 msgstr ""
527 #: fortran/lang-specs.h:60 fortran/lang-specs.h:74
528 msgid "gfortran does not support -E without -cpp"
529 msgstr ""
531 #: m2/lang-specs.h:48
532 msgid "to generate dependencies you must specify '-fcpp' "
533 msgstr ""
535 #: objc/lang-specs.h:30 objc/lang-specs.h:41
536 msgid "GNU Objective C no longer supports traditional compilation"
537 msgstr ""
539 #: objc/lang-specs.h:55
540 msgid "objc-cpp-output is deprecated; please use objective-c-cpp-output instead"
541 msgstr "objc-cpp-output вважається застарілим; будь ласка, скористайтеся замість нього objective-c-cpp-output"
543 #: objcp/lang-specs.h:58
544 msgid "objc++-cpp-output is deprecated; please use objective-c++-cpp-output instead"
545 msgstr "objc++-cpp-output вважається застарілим; будь ласка, скористайтеся замість нього objective-c++-cpp-output"
547 #: fortran/lang.opt:146
548 #, no-c-format
549 msgid "-J<directory>\tPut MODULE files in 'directory'."
550 msgstr ""
552 #: fortran/lang.opt:198
553 #, no-c-format
554 msgid "Warn about possible aliasing of dummy arguments."
555 msgstr ""
557 #: fortran/lang.opt:202
558 #, no-c-format
559 msgid "Warn about alignment of COMMON blocks."
560 msgstr ""
562 #: fortran/lang.opt:206
563 #, no-c-format
564 msgid "Warn about missing ampersand in continued character constants."
565 msgstr ""
567 #: fortran/lang.opt:210
568 #, no-c-format
569 msgid "Warn about creation of array temporaries."
570 msgstr "Попереджати щодо створення тимчасових масивів."
572 #: fortran/lang.opt:214 fortran/lang.opt:535 c-family/c.opt:1529
573 #: config/alpha/alpha.opt:31 common.opt:677 common.opt:819 common.opt:1060
574 #: common.opt:1064 common.opt:1068 common.opt:1072 common.opt:1770
575 #: common.opt:1834 common.opt:1977 common.opt:1981 common.opt:2256
576 #: common.opt:2474 common.opt:3194
577 #, no-c-format
578 msgid "Does nothing. Preserved for backward compatibility."
579 msgstr ""
581 #: fortran/lang.opt:218
582 #, no-c-format
583 msgid "Warn if the type of a variable might be not interoperable with C."
584 msgstr ""
586 #: fortran/lang.opt:226
587 #, no-c-format
588 msgid "Warn about truncated character expressions."
589 msgstr ""
591 #: fortran/lang.opt:230
592 #, no-c-format
593 msgid "Warn about equality comparisons involving REAL or COMPLEX expressions."
594 msgstr ""
596 #: fortran/lang.opt:238
597 #, no-c-format
598 msgid "Warn about most implicit conversions."
599 msgstr ""
601 #: fortran/lang.opt:242
602 #, no-c-format
603 msgid "Warn about possibly incorrect subscripts in do loops."
604 msgstr ""
606 #: fortran/lang.opt:250
607 #, no-c-format
608 msgid "Warn if loops have been interchanged."
609 msgstr ""
611 #: fortran/lang.opt:254
612 #, no-c-format
613 msgid "Warn about function call elimination."
614 msgstr ""
616 #: fortran/lang.opt:258
617 #, no-c-format
618 msgid "Warn about calls with implicit interface."
619 msgstr ""
621 #: fortran/lang.opt:262
622 #, no-c-format
623 msgid "Warn about called procedures not explicitly declared."
624 msgstr ""
626 #: fortran/lang.opt:266
627 #, no-c-format
628 msgid "Warn about constant integer divisions with truncated results."
629 msgstr ""
631 #: fortran/lang.opt:270
632 #, no-c-format
633 msgid "Warn about truncated source lines."
634 msgstr ""
636 #: fortran/lang.opt:274
637 #, no-c-format
638 msgid "Warn on intrinsics not part of the selected standard."
639 msgstr ""
641 #: fortran/lang.opt:286
642 #, no-c-format
643 msgid "Warn about USE statements that have no ONLY qualifier."
644 msgstr ""
646 #: fortran/lang.opt:298
647 #, no-c-format
648 msgid "Warn that -fno-automatic may break recursion."
649 msgstr ""
651 #: fortran/lang.opt:306
652 #, no-c-format
653 msgid "Warn about real-literal-constants with 'q' exponent-letter."
654 msgstr ""
656 #: fortran/lang.opt:310
657 #, no-c-format
658 msgid "Warn when a left-hand-side array variable is reallocated."
659 msgstr ""
661 #: fortran/lang.opt:314
662 #, no-c-format
663 msgid "Warn when a left-hand-side variable is reallocated."
664 msgstr ""
666 #: fortran/lang.opt:318
667 #, no-c-format
668 msgid "Warn if the pointer in a pointer assignment might outlive its target."
669 msgstr ""
671 #: fortran/lang.opt:326
672 #, no-c-format
673 msgid "Warn about \"suspicious\" constructs."
674 msgstr ""
676 #: fortran/lang.opt:330
677 #, no-c-format
678 msgid "Permit nonconforming uses of the tab character."
679 msgstr ""
681 #: fortran/lang.opt:334
682 #, no-c-format
683 msgid "Warn about an invalid DO loop."
684 msgstr ""
686 #: fortran/lang.opt:338
687 #, no-c-format
688 msgid "Warn about underflow of numerical constant expressions."
689 msgstr ""
691 #: fortran/lang.opt:346
692 #, no-c-format
693 msgid "Warn if a user-procedure has the same name as an intrinsic."
694 msgstr ""
696 #: fortran/lang.opt:354
697 #, no-c-format
698 msgid "Warn about unused dummy arguments."
699 msgstr ""
701 #: fortran/lang.opt:358
702 #, no-c-format
703 msgid "Warn about zero-trip DO loops."
704 msgstr ""
706 #: fortran/lang.opt:362
707 #, no-c-format
708 msgid "Enable preprocessing."
709 msgstr ""
711 #: fortran/lang.opt:370
712 #, no-c-format
713 msgid "Disable preprocessing."
714 msgstr ""
716 #: fortran/lang.opt:378
717 #, no-c-format
718 msgid "Accept argument mismatches in procedure calls."
719 msgstr ""
721 #: fortran/lang.opt:382
722 #, no-c-format
723 msgid "Eliminate multiple function invocations also for impure functions."
724 msgstr ""
726 #: fortran/lang.opt:386
727 #, no-c-format
728 msgid "Enable alignment of COMMON blocks."
729 msgstr ""
731 #: fortran/lang.opt:390
732 #, no-c-format
733 msgid "All intrinsics procedures are available regardless of selected standard."
734 msgstr ""
736 #: fortran/lang.opt:394
737 #, no-c-format
738 msgid "Allow a BOZ literal constant to appear in an invalid context and with X instead of Z."
739 msgstr ""
741 #: fortran/lang.opt:402
742 #, no-c-format
743 msgid "Do not treat local variables and COMMON blocks as if they were named in SAVE statements."
744 msgstr ""
746 #: fortran/lang.opt:406
747 #, no-c-format
748 msgid "Specify that backslash in string introduces an escape character."
749 msgstr ""
751 #: fortran/lang.opt:410
752 #, no-c-format
753 msgid "Produce a backtrace when a runtime error is encountered."
754 msgstr ""
756 #: fortran/lang.opt:414
757 #, no-c-format
758 msgid "-fblas-matmul-limit=<n>\tSize of the smallest matrix for which matmul will use BLAS."
759 msgstr ""
761 #: fortran/lang.opt:421
762 #, no-c-format
763 msgid "Produce a warning at runtime if a array temporary has been created for a procedure argument."
764 msgstr ""
766 #: fortran/lang.opt:425
767 #, no-c-format
768 msgid "-fconvert=<big-endian|little-endian|native|swap|r16_ieee|r16_ibm>\tThe endianness used for unformatted files."
769 msgstr ""
771 #: fortran/lang.opt:450
772 #, no-c-format
773 msgid "Use the Cray Pointer extension."
774 msgstr ""
776 #: fortran/lang.opt:454
777 #, no-c-format
778 msgid "Generate C prototypes from BIND(C) declarations."
779 msgstr ""
781 #: fortran/lang.opt:458
782 #, no-c-format
783 msgid "Generate C prototypes from non-BIND(C) external procedure definitions."
784 msgstr ""
786 #: fortran/lang.opt:462
787 #, no-c-format
788 msgid "Ignore 'D' in column one in fixed form."
789 msgstr ""
791 #: fortran/lang.opt:466
792 #, no-c-format
793 msgid "Treat lines with 'D' in column one as comments."
794 msgstr ""
796 #: fortran/lang.opt:470
797 #, no-c-format
798 msgid "Issue debug information for compiler-generated auxiliary variables."
799 msgstr ""
801 #: fortran/lang.opt:474
802 #, no-c-format
803 msgid "Enable all DEC language extensions."
804 msgstr ""
806 #: fortran/lang.opt:478
807 #, no-c-format
808 msgid "Enable the use of blank format items in format strings."
809 msgstr ""
811 #: fortran/lang.opt:482
812 #, no-c-format
813 msgid "Enable the use of character literals in assignments and data statements for non-character variables."
814 msgstr ""
816 #: fortran/lang.opt:487
817 #, no-c-format
818 msgid "Enable legacy parsing of INCLUDE as statement."
819 msgstr ""
821 #: fortran/lang.opt:491
822 #, no-c-format
823 msgid "Enable default widths for i, f and g format specifiers."
824 msgstr ""
826 #: fortran/lang.opt:495
827 #, no-c-format
828 msgid "Enable kind-specific variants of integer intrinsic functions."
829 msgstr ""
831 #: fortran/lang.opt:499
832 #, no-c-format
833 msgid "Enable legacy math intrinsics for compatibility."
834 msgstr ""
836 #: fortran/lang.opt:503
837 #, no-c-format
838 msgid "Enable support for DEC STRUCTURE/RECORD."
839 msgstr ""
841 #: fortran/lang.opt:507
842 #, no-c-format
843 msgid "Enable DEC-style STATIC and AUTOMATIC attributes."
844 msgstr ""
846 #: fortran/lang.opt:511
847 #, no-c-format
848 msgid "Set the default double precision kind to an 8 byte wide type."
849 msgstr ""
851 #: fortran/lang.opt:515
852 #, no-c-format
853 msgid "Set the default integer kind to an 8 byte wide type."
854 msgstr ""
856 #: fortran/lang.opt:519
857 #, no-c-format
858 msgid "Set the default real kind to an 8 byte wide type."
859 msgstr ""
861 #: fortran/lang.opt:523
862 #, no-c-format
863 msgid "Set the default real kind to an 10 byte wide type."
864 msgstr ""
866 #: fortran/lang.opt:527
867 #, no-c-format
868 msgid "Set the default real kind to an 16 byte wide type."
869 msgstr ""
871 #: fortran/lang.opt:531
872 #, no-c-format
873 msgid "Allow dollar signs in entity names."
874 msgstr ""
876 #: fortran/lang.opt:539
877 #, no-c-format
878 msgid "Display the code tree after parsing."
879 msgstr ""
881 #: fortran/lang.opt:543
882 #, no-c-format
883 msgid "Display the code tree after front end optimization."
884 msgstr ""
886 #: fortran/lang.opt:547
887 #, no-c-format
888 msgid "Display the global symbol table after parsing."
889 msgstr ""
891 #: fortran/lang.opt:551
892 #, no-c-format
893 msgid "Display the code tree after parsing; deprecated option."
894 msgstr ""
896 #: fortran/lang.opt:555
897 #, no-c-format
898 msgid "Specify that an external BLAS library should be used for matmul calls on large-size arrays."
899 msgstr ""
901 #: fortran/lang.opt:559
902 #, no-c-format
903 msgid "Use f2c calling convention."
904 msgstr ""
906 #: fortran/lang.opt:563
907 #, no-c-format
908 msgid "Assume that the source file is fixed form."
909 msgstr ""
911 #: fortran/lang.opt:567
912 #, no-c-format
913 msgid "Force creation of temporary to test infrequently-executed forall code."
914 msgstr ""
916 #: fortran/lang.opt:571
917 #, no-c-format
918 msgid "Interpret any INTEGER(4) as an INTEGER(8)."
919 msgstr ""
921 #: fortran/lang.opt:575 fortran/lang.opt:579
922 #, no-c-format
923 msgid "Specify where to find the compiled intrinsic modules."
924 msgstr ""
926 #: fortran/lang.opt:583
927 #, no-c-format
928 msgid "Allow arbitrary character line width in fixed mode."
929 msgstr ""
931 #: fortran/lang.opt:587
932 #, no-c-format
933 msgid "-ffixed-line-length-<n>\tUse n as character line width in fixed mode."
934 msgstr ""
936 #: fortran/lang.opt:591
937 #, no-c-format
938 msgid "Pad shorter fixed form lines to line width with spaces."
939 msgstr ""
941 #: fortran/lang.opt:595
942 #, no-c-format
943 msgid "-ffpe-trap=[...]\tStop on following floating point exceptions."
944 msgstr ""
946 #: fortran/lang.opt:599
947 #, no-c-format
948 msgid "-ffpe-summary=[...]\tPrint summary of floating point exceptions."
949 msgstr ""
951 #: fortran/lang.opt:603
952 #, no-c-format
953 msgid "Assume that the source file is free form."
954 msgstr ""
956 #: fortran/lang.opt:607
957 #, no-c-format
958 msgid "Allow arbitrary character line width in free mode."
959 msgstr ""
961 #: fortran/lang.opt:611
962 #, no-c-format
963 msgid "-ffree-line-length-<n>\tUse n as character line width in free mode."
964 msgstr ""
966 #: fortran/lang.opt:615
967 #, no-c-format
968 msgid "Try to interchange loops if profitable."
969 msgstr ""
971 #: fortran/lang.opt:619
972 #, no-c-format
973 msgid "Enable front end optimization."
974 msgstr ""
976 #: fortran/lang.opt:623
977 #, no-c-format
978 msgid "Specify that no implicit typing is allowed, unless overridden by explicit IMPLICIT statements."
979 msgstr ""
981 #: fortran/lang.opt:627
982 #, no-c-format
983 msgid "-finit-character=<n>\tInitialize local character variables to ASCII value n."
984 msgstr ""
986 #: fortran/lang.opt:631
987 #, no-c-format
988 msgid "Initialize components of derived type variables according to other init flags."
989 msgstr ""
991 #: fortran/lang.opt:635
992 #, no-c-format
993 msgid "-finit-integer=<n>\tInitialize local integer variables to n."
994 msgstr ""
996 #: fortran/lang.opt:639
997 #, no-c-format
998 msgid "Initialize local variables to zero (from g77)."
999 msgstr ""
1001 #: fortran/lang.opt:643
1002 #, no-c-format
1003 msgid "-finit-logical=<true|false>\tInitialize local logical variables."
1004 msgstr ""
1006 #: fortran/lang.opt:647
1007 #, no-c-format
1008 msgid "-finit-real=<zero|snan|nan|inf|-inf>\tInitialize local real variables."
1009 msgstr ""
1011 #: fortran/lang.opt:669
1012 #, no-c-format
1013 msgid "-finline-arg-packing\tPerform argument packing inline."
1014 msgstr ""
1016 #: fortran/lang.opt:673
1017 #, no-c-format
1018 msgid "-finline-matmul-limit=<n>\tSpecify the size of the largest matrix for which matmul will be inlined."
1019 msgstr ""
1021 #: fortran/lang.opt:677
1022 #, no-c-format
1023 msgid "-fmax-array-constructor=<n>\tMaximum number of objects in an array constructor."
1024 msgstr ""
1026 #: fortran/lang.opt:681
1027 #, no-c-format
1028 msgid "-fmax-identifier-length=<n>\tMaximum identifier length."
1029 msgstr ""
1031 #: fortran/lang.opt:685
1032 #, no-c-format
1033 msgid "-fmax-subrecord-length=<n>\tMaximum length for subrecords."
1034 msgstr ""
1036 #: fortran/lang.opt:689
1037 #, no-c-format
1038 msgid "-fmax-stack-var-size=<n>\tSize in bytes of the largest array that will be put on the stack."
1039 msgstr ""
1041 #: fortran/lang.opt:693
1042 #, no-c-format
1043 msgid "Put all local arrays on stack."
1044 msgstr ""
1046 #: fortran/lang.opt:697
1047 #, no-c-format
1048 msgid "Set default accessibility of module entities to PRIVATE."
1049 msgstr ""
1051 #: fortran/lang.opt:717
1052 #, no-c-format
1053 msgid "Try to lay out derived types as compactly as possible."
1054 msgstr ""
1056 #: fortran/lang.opt:725
1057 #, no-c-format
1058 msgid "Protect parentheses in expressions."
1059 msgstr ""
1061 #: fortran/lang.opt:729
1062 #, no-c-format
1063 msgid "Path to header file that should be pre-included before each compilation unit."
1064 msgstr ""
1066 #: fortran/lang.opt:733
1067 #, no-c-format
1068 msgid "Enable range checking during compilation."
1069 msgstr ""
1071 #: fortran/lang.opt:737
1072 #, no-c-format
1073 msgid "Interpret any REAL(4) as a REAL(8)."
1074 msgstr ""
1076 #: fortran/lang.opt:741
1077 #, no-c-format
1078 msgid "Interpret any REAL(4) as a REAL(10)."
1079 msgstr ""
1081 #: fortran/lang.opt:745
1082 #, no-c-format
1083 msgid "Interpret any REAL(4) as a REAL(16)."
1084 msgstr ""
1086 #: fortran/lang.opt:749
1087 #, no-c-format
1088 msgid "Interpret any REAL(8) as a REAL(4)."
1089 msgstr ""
1091 #: fortran/lang.opt:753
1092 #, no-c-format
1093 msgid "Interpret any REAL(8) as a REAL(10)."
1094 msgstr ""
1096 #: fortran/lang.opt:757
1097 #, no-c-format
1098 msgid "Interpret any REAL(8) as a REAL(16)."
1099 msgstr ""
1101 #: fortran/lang.opt:761
1102 #, no-c-format
1103 msgid "Reallocate the LHS in assignments."
1104 msgstr ""
1106 #: fortran/lang.opt:765
1107 #, no-c-format
1108 msgid "Use a 4-byte record marker for unformatted files."
1109 msgstr ""
1111 #: fortran/lang.opt:769
1112 #, no-c-format
1113 msgid "Use an 8-byte record marker for unformatted files."
1114 msgstr ""
1116 #: fortran/lang.opt:773
1117 #, no-c-format
1118 msgid "Allocate local variables on the stack to allow indirect recursion."
1119 msgstr ""
1121 #: fortran/lang.opt:777
1122 #, no-c-format
1123 msgid "Copy array sections into a contiguous block on procedure entry."
1124 msgstr ""
1126 #: fortran/lang.opt:781
1127 #, no-c-format
1128 msgid "-fcoarray=<none|single|lib>\tSpecify which coarray parallelization should be used."
1129 msgstr ""
1131 #: fortran/lang.opt:797
1132 #, no-c-format
1133 msgid "-fcheck=[...]\tSpecify which runtime checks are to be performed."
1134 msgstr ""
1136 #: fortran/lang.opt:801
1137 #, no-c-format
1138 msgid "Append a second underscore if the name already contains an underscore."
1139 msgstr ""
1141 #: fortran/lang.opt:809
1142 #, no-c-format
1143 msgid "Apply negative sign to zero values."
1144 msgstr ""
1146 #: fortran/lang.opt:816
1147 #, no-c-format
1148 msgid "Disallow tail call optimization when a calling routine may have omitted character lengths."
1149 msgstr ""
1151 #: fortran/lang.opt:820
1152 #, no-c-format
1153 msgid "Append underscores to externally visible names."
1154 msgstr ""
1156 #: fortran/lang.opt:824 c-family/c.opt:1664 c-family/c.opt:1741
1157 #: c-family/c.opt:1749 c-family/c.opt:2068 config/pa/pa.opt:46
1158 #: config/pa/pa.opt:78 config/arc/arc.opt:140 config/arc/arc.opt:296
1159 #: config/arc/arc.opt:308 config/arc/arc.opt:312 config/arc/arc.opt:317
1160 #: common.opt:635 common.opt:1158 common.opt:1162 common.opt:1166
1161 #: common.opt:1253 common.opt:1559 common.opt:1641 common.opt:1929
1162 #: common.opt:2072 common.opt:2115 common.opt:2549 common.opt:2585
1163 #: common.opt:2678 common.opt:2682 common.opt:2791 common.opt:2882
1164 #: common.opt:2890 common.opt:2898 common.opt:2906 common.opt:3007
1165 #: common.opt:3067 common.opt:3155 common.opt:3315 common.opt:3319
1166 #: common.opt:3323 common.opt:3327 common.opt:3397 common.opt:3401
1167 #: common.opt:3432 common.opt:3436
1168 #, no-c-format
1169 msgid "Does nothing.  Preserved for backward compatibility."
1170 msgstr ""
1172 #: fortran/lang.opt:864
1173 #, no-c-format
1174 msgid "Statically link the GNU Fortran helper library (libgfortran)."
1175 msgstr ""
1177 #: fortran/lang.opt:868
1178 #, no-c-format
1179 msgid "Statically link the GCC Quad-Precision Math Library (libquadmath)."
1180 msgstr ""
1182 #: fortran/lang.opt:872
1183 #, no-c-format
1184 msgid "Conform to the ISO Fortran 2003 standard."
1185 msgstr ""
1187 #: fortran/lang.opt:876
1188 #, no-c-format
1189 msgid "Conform to the ISO Fortran 2008 standard."
1190 msgstr ""
1192 #: fortran/lang.opt:880
1193 #, no-c-format
1194 msgid "Conform to the ISO Fortran 2008 standard including TS 29113."
1195 msgstr ""
1197 #: fortran/lang.opt:884
1198 #, no-c-format
1199 msgid "Conform to the ISO Fortran 2018 standard."
1200 msgstr ""
1202 #: fortran/lang.opt:888
1203 #, no-c-format
1204 msgid "Conform to the ISO Fortran 95 standard."
1205 msgstr ""
1207 #: fortran/lang.opt:892
1208 #, no-c-format
1209 msgid "Conform to nothing in particular."
1210 msgstr ""
1212 #: fortran/lang.opt:896
1213 #, no-c-format
1214 msgid "Accept extensions to support legacy code."
1215 msgstr ""
1217 #: rust/lang.opt:47 rust/lang.opt:51 c-family/c.opt:1407 c-family/c.opt:1411
1218 #, no-c-format
1219 msgid "Warn when a const variable is unused."
1220 msgstr ""
1222 #: rust/lang.opt:55 c-family/c.opt:1399
1223 #, no-c-format
1224 msgid "Warn if a caller of a function, marked with attribute warn_unused_result, does not use its return value."
1225 msgstr ""
1227 #: rust/lang.opt:59
1228 #, no-c-format
1229 msgid "-frust-crate=<name>             Set the crate name for the compilation"
1230 msgstr ""
1232 #: rust/lang.opt:63
1233 #, no-c-format
1234 msgid "Dump various Rust front end internals."
1235 msgstr ""
1237 #: rust/lang.opt:67
1238 #, no-c-format
1239 msgid "-frust-dump-<type>\tDump Rust frontend internal information."
1240 msgstr ""
1242 #: rust/lang.opt:71
1243 #, no-c-format
1244 msgid "Enable experimental compilation of Rust files at your own risk"
1245 msgstr ""
1247 #: rust/lang.opt:75
1248 #, no-c-format
1249 msgid "-frust-max-recursion-depth=integer"
1250 msgstr ""
1252 #: rust/lang.opt:79
1253 #, no-c-format
1254 msgid "-frust-mangling=[legacy|v0]     Choose which version to use for name mangling"
1255 msgstr ""
1257 #: rust/lang.opt:92
1258 #, no-c-format
1259 msgid "-frust-cfg=<name>             Set a config expansion option"
1260 msgstr ""
1262 #: rust/lang.opt:96
1263 #, no-c-format
1264 msgid "-frust-edition=[2015|2018|2021]             Choose which edition to use when compiling rust code"
1265 msgstr ""
1267 #: rust/lang.opt:112
1268 #, no-c-format
1269 msgid "Flag to enable embeding metadata directly into object files"
1270 msgstr ""
1272 #: rust/lang.opt:116
1273 #, no-c-format
1274 msgid "-frust-metadata-output=<path.rox>  Path to output crate metadata"
1275 msgstr ""
1277 #: rust/lang.opt:123
1278 #, no-c-format
1279 msgid "-frust-compile-until=[ast|attributecheck|expansion|nameresolution|lowering|typecheck|privacy|unsafety|const|copimlation|end]             When to stop in the pipeline when compiling Rust code"
1280 msgstr ""
1282 #: c-family/c.opt:182
1283 #, no-c-format
1284 msgid "-A<question>=<answer>\tAssert the <answer> to <question>.  Putting '-' before <question> disables the <answer> to <question>."
1285 msgstr ""
1287 #: c-family/c.opt:186
1288 #, no-c-format
1289 msgid "Do not discard comments."
1290 msgstr ""
1292 #: c-family/c.opt:190
1293 #, no-c-format
1294 msgid "Do not discard comments in macro expansions."
1295 msgstr ""
1297 #: c-family/c.opt:194
1298 #, no-c-format
1299 msgid "-D<macro>[=<val>]\tDefine a <macro> with <val> as its value.  If just <macro> is given, <val> is taken to be 1."
1300 msgstr ""
1302 #: c-family/c.opt:201
1303 #, no-c-format
1304 msgid "-F <dir>\tAdd <dir> to the end of the main framework include path."
1305 msgstr ""
1307 #: c-family/c.opt:205
1308 #, no-c-format
1309 msgid "Enable parsing GIMPLE."
1310 msgstr ""
1312 #: c-family/c.opt:209
1313 #, no-c-format
1314 msgid "Print the name of header files as they are used."
1315 msgstr ""
1317 #: c-family/c.opt:213
1318 #, no-c-format
1319 msgid "-I <dir>\tAdd <dir> to the end of the main include path."
1320 msgstr ""
1322 #: c-family/c.opt:217
1323 #, no-c-format
1324 msgid "Generate make dependencies."
1325 msgstr ""
1327 #: c-family/c.opt:221
1328 #, no-c-format
1329 msgid "Generate make dependencies and compile."
1330 msgstr ""
1332 #: c-family/c.opt:225
1333 #, no-c-format
1334 msgid "-MF <file>\tWrite dependency output to the given file."
1335 msgstr ""
1337 #: c-family/c.opt:229
1338 #, no-c-format
1339 msgid "Treat missing header files as generated files."
1340 msgstr ""
1342 #: c-family/c.opt:233
1343 #, no-c-format
1344 msgid "Like -M but ignore system header files."
1345 msgstr ""
1347 #: c-family/c.opt:237
1348 #, no-c-format
1349 msgid "Like -MD but ignore system header files."
1350 msgstr ""
1352 #: c-family/c.opt:241
1353 #, no-c-format
1354 msgid "Generate C++ Module dependency information."
1355 msgstr ""
1357 #: c-family/c.opt:249
1358 #, no-c-format
1359 msgid "Generate phony targets for all headers."
1360 msgstr ""
1362 #: c-family/c.opt:253
1363 #, no-c-format
1364 msgid "-MQ <target>\tAdd a target that may require quoting."
1365 msgstr ""
1367 #: c-family/c.opt:257
1368 #, no-c-format
1369 msgid "-MT <target>\tAdd a target that does not require quoting."
1370 msgstr ""
1372 #: c-family/c.opt:261
1373 #, no-c-format
1374 msgid "Do not generate #line directives."
1375 msgstr ""
1377 #: c-family/c.opt:265
1378 #, no-c-format
1379 msgid "-U<macro>\tUndefine <macro>."
1380 msgstr ""
1382 #: c-family/c.opt:269
1383 #, no-c-format
1384 msgid "Warn if the NSObject attribute is applied to a non-typedef."
1385 msgstr ""
1387 #: c-family/c.opt:273
1388 #, no-c-format
1389 msgid "Warn about things that will change when compiling with an ABI-compliant compiler."
1390 msgstr ""
1392 #: c-family/c.opt:277
1393 #, no-c-format
1394 msgid "Warn about things that change between the current -fabi-version and the specified version."
1395 msgstr ""
1397 #: c-family/c.opt:281
1398 #, no-c-format
1399 msgid "Warn if a subobject has an abi_tag attribute that the complete object type does not have."
1400 msgstr ""
1402 #: c-family/c.opt:288
1403 #, no-c-format
1404 msgid "Warn on suspicious calls of standard functions computing absolute values."
1405 msgstr ""
1407 #: c-family/c.opt:292
1408 #, no-c-format
1409 msgid "Warn about suspicious uses of memory addresses."
1410 msgstr ""
1412 #: c-family/c.opt:308
1413 #, no-c-format
1414 msgid "Warn about 'new' of type with extended alignment without -faligned-new."
1415 msgstr ""
1417 #: c-family/c.opt:312
1418 #, no-c-format
1419 msgid "-Waligned-new=[none|global|all]\tWarn even if 'new' uses a class member allocation function."
1420 msgstr ""
1422 #: c-family/c.opt:316 ada/gcc-interface/lang.opt:57
1423 #, no-c-format
1424 msgid "Enable most warning messages."
1425 msgstr "Увімкнути якнайбільше повідомлень із попередженнями."
1427 #: c-family/c.opt:320
1428 #, no-c-format
1429 msgid "Warn on any use of alloca."
1430 msgstr "Попереджати про усі використання alloca."
1432 #: c-family/c.opt:324
1433 #, no-c-format
1434 msgid "-Walloc-size-larger-than=<bytes>\tWarn for calls to allocation functions that attempt to allocate objects larger than the specified number of bytes."
1435 msgstr ""
1437 #: c-family/c.opt:329
1438 #, no-c-format
1439 msgid "Disable Walloc-size-larger-than= warning.  Equivalent to Walloc-size-larger-than=<SIZE_MAX> or larger."
1440 msgstr ""
1442 #: c-family/c.opt:333
1443 #, no-c-format
1444 msgid "Warn for calls to allocation functions that specify zero bytes."
1445 msgstr ""
1447 #: c-family/c.opt:337
1448 #, no-c-format
1449 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."
1450 msgstr ""
1452 #: c-family/c.opt:343
1453 #, no-c-format
1454 msgid "Disable Walloca-larger-than= warning.  Equivalent to Walloca-larger-than=<SIZE_MAX> or larger."
1455 msgstr ""
1457 #: c-family/c.opt:351
1458 #, no-c-format
1459 msgid "Warn about comparisons between two operands of array type."
1460 msgstr "Попереджати про порівняння між двома операндами типу масивів."
1462 #: c-family/c.opt:355 c-family/c.opt:359
1463 #, no-c-format
1464 msgid "Warn about mismatched declarations of array parameters and unsafe accesses to them."
1465 msgstr ""
1467 #: c-family/c.opt:363
1468 #, no-c-format
1469 msgid "Warn about accesses to interior zero-length array members."
1470 msgstr ""
1472 #: c-family/c.opt:367
1473 #, no-c-format
1474 msgid "Warn whenever an Objective-C assignment is being intercepted by the garbage collector."
1475 msgstr ""
1477 #: c-family/c.opt:371
1478 #, no-c-format
1479 msgid "Warn about casting functions to incompatible types."
1480 msgstr "Попереджати про виклик функцій із несумісними типами параметрів."
1482 #: c-family/c.opt:379
1483 #, no-c-format
1484 msgid "-Wbidi-chars=[none|unpaired|any|ucn] Warn about UTF-8 bidirectional control characters."
1485 msgstr ""
1487 #: c-family/c.opt:402
1488 #, no-c-format
1489 msgid "Warn about boolean expression compared with an integer value different from true/false."
1490 msgstr ""
1492 #: c-family/c.opt:406
1493 #, no-c-format
1494 msgid "Warn about certain operations on boolean expressions."
1495 msgstr "Попереджати щодо певних дій із булевими виразами."
1497 #: c-family/c.opt:410
1498 #, no-c-format
1499 msgid "Warn when __builtin_frame_address or __builtin_return_address is used unsafely."
1500 msgstr ""
1502 #: c-family/c.opt:414
1503 #, no-c-format
1504 msgid "Warn when a built-in function is declared with the wrong signature."
1505 msgstr ""
1507 #: c-family/c.opt:418
1508 #, no-c-format
1509 msgid "Warn when a built-in preprocessor macro is undefined or redefined."
1510 msgstr ""
1512 #: c-family/c.opt:422
1513 #, no-c-format
1514 msgid "Warn about features not present in ISO C11, but present in ISO C2X."
1515 msgstr ""
1517 #: c-family/c.opt:426
1518 #, no-c-format
1519 msgid "Warn about features not present in ISO C90, but present in ISO C99."
1520 msgstr ""
1522 #: c-family/c.opt:430
1523 #, no-c-format
1524 msgid "Warn about features not present in ISO C99, but present in ISO C11."
1525 msgstr ""
1527 #: c-family/c.opt:434
1528 #, no-c-format
1529 msgid "Warn about C constructs that are not in the common subset of C and C++."
1530 msgstr ""
1532 #: c-family/c.opt:441
1533 #, no-c-format
1534 msgid "Warn about C++ constructs whose meaning differs between ISO C++ 1998 and ISO C++ 2011."
1535 msgstr ""
1537 #: c-family/c.opt:445
1538 #, no-c-format
1539 msgid "Warn about C++ constructs whose meaning differs between ISO C++ 2011 and ISO C++ 2014."
1540 msgstr ""
1542 #: c-family/c.opt:452
1543 #, no-c-format
1544 msgid "Warn about C++ constructs whose meaning differs between ISO C++ 2014 and ISO C++ 2017."
1545 msgstr ""
1547 #: c-family/c.opt:459
1548 #, no-c-format
1549 msgid "Warn about C++ constructs whose meaning differs between ISO C++ 2017 and ISO C++ 2020."
1550 msgstr ""
1552 #: c-family/c.opt:463
1553 #, no-c-format
1554 msgid "Warn about C++11 constructs in code compiled with an older standard."
1555 msgstr ""
1557 #: c-family/c.opt:467
1558 #, no-c-format
1559 msgid "Warn about C++14 constructs in code compiled with an older standard."
1560 msgstr ""
1562 #: c-family/c.opt:471
1563 #, no-c-format
1564 msgid "Warn about C++17 constructs in code compiled with an older standard."
1565 msgstr ""
1567 #: c-family/c.opt:475
1568 #, no-c-format
1569 msgid "Warn about C++20 constructs in code compiled with an older standard."
1570 msgstr ""
1572 #: c-family/c.opt:479
1573 #, no-c-format
1574 msgid "Warn about C++23 constructs in code compiled with an older standard."
1575 msgstr ""
1577 #: c-family/c.opt:483
1578 #, no-c-format
1579 msgid "Warn about casts between incompatible function types."
1580 msgstr "Попереджати про варіанти виклику функцій несумісних типів."
1582 #: c-family/c.opt:487
1583 #, no-c-format
1584 msgid "Warn about casts which discard qualifiers."
1585 msgstr ""
1587 #: c-family/c.opt:491 c-family/c.opt:495
1588 #, no-c-format
1589 msgid "Warn about catch handlers of non-reference type."
1590 msgstr "Попереджати про обробники catch нееталонного типу."
1592 #: c-family/c.opt:499
1593 #, no-c-format
1594 msgid "Complain about a name being declared as a class member after a previous use of the same name."
1595 msgstr ""
1597 #: c-family/c.opt:503
1598 #, no-c-format
1599 msgid "Warn about subscripts whose type is \"char\"."
1600 msgstr ""
1602 #: c-family/c.opt:507 c-family/c.opt:1561 c-family/c.opt:1565
1603 #: c-family/c.opt:1569 c-family/c.opt:1573 c-family/c.opt:1577
1604 #: c-family/c.opt:1581 c-family/c.opt:1585 c-family/c.opt:1592
1605 #: c-family/c.opt:1596 c-family/c.opt:1600 c-family/c.opt:1604
1606 #: c-family/c.opt:1608 c-family/c.opt:1612 c-family/c.opt:1616
1607 #: c-family/c.opt:1620 c-family/c.opt:1624 c-family/c.opt:1628
1608 #: c-family/c.opt:1632 c-family/c.opt:1636 c-family/c.opt:1640
1609 #: config/i386/i386.opt:995
1610 #, no-c-format
1611 msgid "Removed in GCC 9.  This switch has no effect."
1612 msgstr ""
1614 #: c-family/c.opt:511
1615 #, no-c-format
1616 msgid "Warn about variables that might be changed by \"longjmp\" or \"vfork\"."
1617 msgstr ""
1619 #: c-family/c.opt:515
1620 #, no-c-format
1621 msgid "Warn about uses of a comma operator within a subscripting expression."
1622 msgstr ""
1624 #: c-family/c.opt:519
1625 #, no-c-format
1626 msgid "Warn about possibly nested block comments, and C++ comments spanning more than one physical line."
1627 msgstr ""
1629 #: c-family/c.opt:523
1630 #, no-c-format
1631 msgid "Synonym for -Wcomment."
1632 msgstr "Синонім -Wcomment."
1634 #: c-family/c.opt:527
1635 #, no-c-format
1636 msgid "Warn for conditionally-supported constructs."
1637 msgstr ""
1639 #: c-family/c.opt:531
1640 #, no-c-format
1641 msgid "Warn for implicit type conversions that may change a value."
1642 msgstr "Попереджати про неявні перетворення типів, які можуть призвести до зміни значення."
1644 #: c-family/c.opt:535
1645 #, no-c-format
1646 msgid "Warn for converting NULL from/to a non-pointer type."
1647 msgstr ""
1649 #: c-family/c.opt:543
1650 #, no-c-format
1651 msgid "Warn when performing class template argument deduction on a type with no deduction guides."
1652 msgstr ""
1654 #: c-family/c.opt:548
1655 #, no-c-format
1656 msgid "Warn when all constructors and destructors are private."
1657 msgstr "Попереджати, якщо усі конструктори і деструктори є закритими (private)."
1659 #: c-family/c.opt:552
1660 #, no-c-format
1661 msgid "Warn about dangling else."
1662 msgstr ""
1664 #: c-family/c.opt:556 c-family/c.opt:560
1665 #, no-c-format
1666 msgid "Warn for uses of pointers to auto variables whose lifetime has ended."
1667 msgstr ""
1669 #: c-family/c.opt:564
1670 #, no-c-format
1671 msgid "Warn when a reference is bound to a temporary whose lifetime has ended."
1672 msgstr ""
1674 #: c-family/c.opt:568
1675 #, no-c-format
1676 msgid "Warn about __TIME__, __DATE__ and __TIMESTAMP__ usage."
1677 msgstr ""
1679 #: c-family/c.opt:572
1680 #, no-c-format
1681 msgid "Warn when a declaration is found after a statement."
1682 msgstr "Попереджати, якщо оголошення виявлено після інструкції."
1684 #: c-family/c.opt:576
1685 #, no-c-format
1686 msgid "Warn when deleting a pointer to incomplete type."
1687 msgstr "Попереджати щодо вилучення вказівника на неповний тип."
1689 #: c-family/c.opt:580
1690 #, no-c-format
1691 msgid "Warn about deleting polymorphic objects with non-virtual destructors."
1692 msgstr ""
1694 #: c-family/c.opt:588
1695 #, no-c-format
1696 msgid "Mark implicitly-declared copy operations as deprecated if the class has a user-provided copy operation."
1697 msgstr ""
1699 #: c-family/c.opt:593
1700 #, no-c-format
1701 msgid "Mark implicitly-declared copy operations as deprecated if the class has a user-provided copy operation or destructor."
1702 msgstr ""
1704 #: c-family/c.opt:598
1705 #, no-c-format
1706 msgid "Warn about deprecated arithmetic conversions on operands of enumeration types."
1707 msgstr "Попереджати про застарілі арифметичні перетворення операндів нумерованих типів."
1709 #: c-family/c.opt:602
1710 #, no-c-format
1711 msgid "Warn about deprecated arithmetic conversions on operands where one is of enumeration type and the other is of a floating-point type."
1712 msgstr ""
1714 #: c-family/c.opt:607
1715 #, no-c-format
1716 msgid "Warn about positional initialization of structs requiring designated initializers."
1717 msgstr ""
1719 #: c-family/c.opt:611
1720 #, no-c-format
1721 msgid "Warn if qualifiers on arrays which are pointer targets are discarded."
1722 msgstr ""
1724 #: c-family/c.opt:615
1725 #, no-c-format
1726 msgid "Warn if type qualifiers on pointers are discarded."
1727 msgstr ""
1729 #: c-family/c.opt:619
1730 #, no-c-format
1731 msgid "Warn about compile-time integer division by zero."
1732 msgstr ""
1734 #: c-family/c.opt:623
1735 #, no-c-format
1736 msgid "Warn about duplicated branches in if-else statements."
1737 msgstr "Попереджати про дублювання гілок у інструкціях if-else."
1739 #: c-family/c.opt:627
1740 #, no-c-format
1741 msgid "Warn about duplicated conditions in an if-else-if chain."
1742 msgstr "Попереджати про дублювання умов у ланцюжку if-else-if."
1744 #: c-family/c.opt:631
1745 #, no-c-format
1746 msgid "Warn about violations of Effective C++ style rules."
1747 msgstr "Попереджати про порушення правил стилю Effective C++."
1749 #: c-family/c.opt:635
1750 #, no-c-format
1751 msgid "Warn about an empty body in an if or else statement."
1752 msgstr "Попереджати щодо порожнього комплекту інструкцій у if або else."
1754 #: c-family/c.opt:639
1755 #, no-c-format
1756 msgid "Warn about stray tokens after #else and #endif."
1757 msgstr ""
1759 #: c-family/c.opt:643
1760 #, no-c-format
1761 msgid "Warn about comparison of different enum types."
1762 msgstr "Попереджати про порівняння різних типів числових даних."
1764 #: c-family/c.opt:647
1765 #, no-c-format
1766 msgid "Warn about implicit conversion of enum types."
1767 msgstr ""
1769 #: c-family/c.opt:651
1770 #, fuzzy, no-c-format
1771 #| msgid "Warn about using variadic macros."
1772 msgid "Warn about enum/integer type mismatches."
1773 msgstr "Попереджати про використання варіативних макросів."
1775 #: c-family/c.opt:659
1776 #, no-c-format
1777 msgid "This switch is deprecated; use -Werror=implicit-function-declaration instead."
1778 msgstr "Цей перемикач вважається застарілим; скористайтеся замість нього перемикачем -Werror=implicit-function-declaration."
1780 #: c-family/c.opt:663
1781 #, no-c-format
1782 msgid "Warn when an exception handler is shadowed by another handler."
1783 msgstr ""
1785 #: c-family/c.opt:671
1786 #, no-c-format
1787 msgid "Warn about semicolon after in-class function definition."
1788 msgstr "Попереджати про крапку з комою після визначення функції у класі."
1790 #: c-family/c.opt:675
1791 #, no-c-format
1792 msgid "Warn for implicit type conversions that cause loss of floating point precision."
1793 msgstr ""
1795 #: c-family/c.opt:679
1796 #, no-c-format
1797 msgid "Warn if testing floating point numbers for equality."
1798 msgstr "Попереджати про перевірки на рівність чисел із рухомою крапкою."
1800 #: c-family/c.opt:683 c-family/c.opt:729
1801 #, no-c-format
1802 msgid "Warn about printf/scanf/strftime/strfmon format string anomalies."
1803 msgstr "Попереджати про некоректності у рядках форматування printf/scanf/strftime/strfmon."
1805 #: c-family/c.opt:687
1806 #, no-c-format
1807 msgid "Warn about format strings that contain NUL bytes."
1808 msgstr "Попереджати щодо рядків форматування, які містять байти NUL."
1810 #: c-family/c.opt:691
1811 #, no-c-format
1812 msgid "Warn about GCC format strings with strings unsuitable for diagnostics."
1813 msgstr ""
1815 #: c-family/c.opt:695
1816 #, no-c-format
1817 msgid "Warn if passing too many arguments to a function for its format string."
1818 msgstr ""
1820 #: c-family/c.opt:699
1821 #, no-c-format
1822 msgid "Warn about format strings that are not literals."
1823 msgstr "Попереджати, якщо рядки форматування не є літералами."
1825 #: c-family/c.opt:703
1826 #, no-c-format
1827 msgid "Warn about function calls with format strings that write past the end of the destination region.  Same as -Wformat-overflow=1."
1828 msgstr ""
1830 #: c-family/c.opt:708
1831 #, no-c-format
1832 msgid "Warn about possible security problems with format functions."
1833 msgstr ""
1835 #: c-family/c.opt:712
1836 #, no-c-format
1837 msgid "Warn about sign differences with format functions."
1838 msgstr "Попереджати про відмінності у знаку у функціях форматування."
1840 #: c-family/c.opt:716
1841 #, no-c-format
1842 msgid "Warn about calls to snprintf and similar functions that truncate output. Same as -Wformat-truncation=1."
1843 msgstr ""
1845 #: c-family/c.opt:721
1846 #, no-c-format
1847 msgid "Warn about strftime formats yielding 2-digit years."
1848 msgstr ""
1850 #: c-family/c.opt:725
1851 #, no-c-format
1852 msgid "Warn about zero-length formats."
1853 msgstr "Попереджати про формати нульової довжини."
1855 #: c-family/c.opt:733
1856 #, no-c-format
1857 msgid "Warn about function calls with format strings that write past the end of the destination region."
1858 msgstr ""
1860 #: c-family/c.opt:738
1861 #, no-c-format
1862 msgid "Warn about calls to snprintf and similar functions that truncate output."
1863 msgstr ""
1865 #: c-family/c.opt:742
1866 #, no-c-format
1867 msgid "Warn when the field in a struct is not aligned."
1868 msgstr "Попереджати про невирівняне поле у структурі."
1870 #: c-family/c.opt:746
1871 #, no-c-format
1872 msgid "Warn whenever type qualifiers are ignored."
1873 msgstr ""
1875 #: c-family/c.opt:750
1876 #, no-c-format
1877 msgid "Warn whenever attributes are ignored."
1878 msgstr "Попереджати про ігнорування атрибутів."
1880 #: c-family/c.opt:754
1881 #, no-c-format
1882 msgid "Warn when a base is inaccessible in derived due to ambiguity."
1883 msgstr ""
1885 #: c-family/c.opt:758
1886 #, no-c-format
1887 msgid "Warn when there is a conversion between pointers that have incompatible types."
1888 msgstr ""
1890 #: c-family/c.opt:762 common.opt:646
1891 #, no-c-format
1892 msgid "Warn for infinitely recursive calls."
1893 msgstr ""
1895 #: c-family/c.opt:766
1896 #, no-c-format
1897 msgid "Warn when the address of packed member of struct or union is taken."
1898 msgstr ""
1900 #: c-family/c.opt:770
1901 #, no-c-format
1902 msgid "Warn about variables which are initialized to themselves."
1903 msgstr "Попереджати про самоініціалізацію змінних."
1905 #: c-family/c.opt:774
1906 #, no-c-format
1907 msgid "Warn about uses of std::initializer_list that can result in dangling pointers."
1908 msgstr ""
1910 #: c-family/c.opt:778
1911 #, no-c-format
1912 msgid "Warn about nonsensical values of --param destructive-interference-size or constructive-interference-size."
1913 msgstr ""
1915 #: c-family/c.opt:783
1916 #, no-c-format
1917 msgid "Warn about implicit declarations."
1918 msgstr "Попереджати про неявні оголошення."
1920 #: c-family/c.opt:791
1921 #, no-c-format
1922 msgid "Warn about implicit conversions from \"float\" to \"double\"."
1923 msgstr "Попереджати про неявні перетворення з float на double."
1925 #: c-family/c.opt:795
1926 #, no-c-format
1927 msgid "Warn if \"defined\" is used outside #if."
1928 msgstr "Попереджати, якщо defined використано поза #if."
1930 #: c-family/c.opt:799
1931 #, no-c-format
1932 msgid "Warn about implicit function declarations."
1933 msgstr "Попереджати про неявні оголошення функцій."
1935 #: c-family/c.opt:803
1936 #, no-c-format
1937 msgid "Warn when a declaration does not specify a type."
1938 msgstr "Попереджати, якщо оголошення не визначає типу."
1940 #: c-family/c.opt:810
1941 #, no-c-format
1942 msgid "Warn about C++11 inheriting constructors when the base has a variadic constructor."
1943 msgstr ""
1945 #: c-family/c.opt:814
1946 #, no-c-format
1947 msgid "Warn about incompatible integer to pointer and pointer to integer conversions."
1948 msgstr ""
1950 #: c-family/c.opt:818
1951 #, no-c-format
1952 msgid "Warn for suspicious integer expressions in boolean context."
1953 msgstr ""
1955 #: c-family/c.opt:822
1956 #, no-c-format
1957 msgid "Warn when there is a cast to a pointer from an integer of a different size."
1958 msgstr ""
1960 #: c-family/c.opt:826
1961 #, fuzzy, no-c-format
1962 #| msgid "statement is not a constant expression"
1963 msgid "Warn when a function never produces a constant expression."
1964 msgstr "інструкція не є сталим виразом"
1966 #: c-family/c.opt:830
1967 #, no-c-format
1968 msgid "Warn about invalid uses of the \"offsetof\" macro."
1969 msgstr ""
1971 #: c-family/c.opt:834
1972 #, no-c-format
1973 msgid "Warn about PCH files that are found but not used."
1974 msgstr ""
1976 #: c-family/c.opt:838
1977 #, fuzzy, no-c-format
1978 #| msgid "Warn about using variadic macros."
1979 msgid "Warn about invalid UTF-8 characters."
1980 msgstr "Попереджати про використання варіативних макросів."
1982 #: c-family/c.opt:842
1983 #, no-c-format
1984 msgid "Warn when a jump misses a variable initialization."
1985 msgstr ""
1987 #: c-family/c.opt:846
1988 #, no-c-format
1989 msgid "Warn when a string or character literal is followed by a ud-suffix which does not begin with an underscore."
1990 msgstr ""
1992 #: c-family/c.opt:850
1993 #, no-c-format
1994 msgid "Warn when a logical operator is suspiciously always evaluating to true or false."
1995 msgstr ""
1997 #: c-family/c.opt:854
1998 #, no-c-format
1999 msgid "Warn when logical not is used on the left hand side operand of a comparison."
2000 msgstr ""
2002 #: c-family/c.opt:858
2003 #, no-c-format
2004 msgid "Do not warn about using \"long long\" when -pedantic."
2005 msgstr ""
2007 #: c-family/c.opt:862
2008 #, no-c-format
2009 msgid "Warn about suspicious declarations of \"main\"."
2010 msgstr ""
2012 #: c-family/c.opt:870
2013 #, no-c-format
2014 msgid "Warn about suspicious calls to memset where the third argument is constant literal zero and the second is not."
2015 msgstr ""
2017 #: c-family/c.opt:874
2018 #, no-c-format
2019 msgid "Warn about suspicious calls to memset where the third argument contains the number of elements not multiplied by the element size."
2020 msgstr ""
2022 #: c-family/c.opt:878
2023 #, no-c-format
2024 msgid "Warn when the indentation of the code does not reflect the block structure."
2025 msgstr ""
2027 #: c-family/c.opt:882
2028 #, no-c-format
2029 msgid "Warn for deallocation calls with arguments returned from mismatched allocation functions."
2030 msgstr ""
2032 #: c-family/c.opt:887
2033 #, no-c-format
2034 msgid "Warn for mismatches between calls to operator new or delete and the corresponding call to the allocation or deallocation function."
2035 msgstr ""
2037 #: c-family/c.opt:892
2038 #, no-c-format
2039 msgid "Warn when a class is redeclared or referenced using a mismatched class-key."
2040 msgstr ""
2042 #: c-family/c.opt:896
2043 #, no-c-format
2044 msgid "Warn about possibly missing braces around initializers."
2045 msgstr ""
2047 #: c-family/c.opt:900
2048 #, no-c-format
2049 msgid "Warn about global functions without previous declarations."
2050 msgstr ""
2052 #: c-family/c.opt:904
2053 #, no-c-format
2054 msgid "Warn about missing fields in struct initializers."
2055 msgstr ""
2057 #: c-family/c.opt:908
2058 #, no-c-format
2059 msgid "Warn about likely missing requires keyword."
2060 msgstr ""
2062 #: c-family/c.opt:912
2063 #, no-c-format
2064 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."
2065 msgstr ""
2067 #: c-family/c.opt:916
2068 #, no-c-format
2069 msgid "Warn about unsafe macros expanding to multiple statements used as a body of a clause such as if, else, while, switch, or for."
2070 msgstr ""
2072 #: c-family/c.opt:920
2073 #, no-c-format
2074 msgid "Warn on direct multiple inheritance."
2075 msgstr ""
2077 #: c-family/c.opt:924
2078 #, no-c-format
2079 msgid "Warn on namespace definition."
2080 msgstr ""
2082 #: c-family/c.opt:928
2083 #, no-c-format
2084 msgid "Warn when fields in a struct with the packed attribute are misaligned."
2085 msgstr ""
2087 #: c-family/c.opt:932
2088 #, no-c-format
2089 msgid "Warn when a range-based for-loop is creating unnecessary copies."
2090 msgstr ""
2092 #: c-family/c.opt:936
2093 #, no-c-format
2094 msgid "Warn when a class or enumerated type is referenced using a redundant class-key."
2095 msgstr ""
2097 #: c-family/c.opt:940
2098 #, no-c-format
2099 msgid "Warn about missing sized deallocation functions."
2100 msgstr ""
2102 #: c-family/c.opt:944
2103 #, no-c-format
2104 msgid "Warn about suspicious divisions of two sizeof expressions that don't work correctly with pointers."
2105 msgstr ""
2107 #: c-family/c.opt:948
2108 #, no-c-format
2109 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."
2110 msgstr ""
2112 #: c-family/c.opt:953
2113 #, no-c-format
2114 msgid "Warn about suspicious length parameters to certain string functions if the argument uses sizeof."
2115 msgstr ""
2117 #: c-family/c.opt:957
2118 #, no-c-format
2119 msgid "Warn when sizeof is applied on a parameter declared as an array."
2120 msgstr ""
2122 #: c-family/c.opt:961
2123 #, no-c-format
2124 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."
2125 msgstr ""
2127 #: c-family/c.opt:967
2128 #, no-c-format
2129 msgid "Warn about buffer overflow in string manipulation functions like memcpy and strcpy."
2130 msgstr ""
2132 #: c-family/c.opt:972
2133 #, no-c-format
2134 msgid "Under the control of Object Size type, warn about buffer overflow in string manipulation functions like memcpy and strcpy."
2135 msgstr ""
2137 #: c-family/c.opt:977
2138 #, no-c-format
2139 msgid "Warn about reading past the end of a source array in string manipulation functions like memchr and memcpy."
2140 msgstr ""
2142 #: c-family/c.opt:981
2143 #, no-c-format
2144 msgid "Warn about truncation in string manipulation functions like strncat and strncpy."
2145 msgstr ""
2147 #: c-family/c.opt:985
2148 #, no-c-format
2149 msgid "Warn about inproper usages of flexible array members according to the level of -fstrict-flex-arrays."
2150 msgstr ""
2152 #: c-family/c.opt:990
2153 #, no-c-format
2154 msgid "Warn about functions which might be candidates for format attributes."
2155 msgstr ""
2157 #: c-family/c.opt:994
2158 #, no-c-format
2159 msgid "Suggest that the override keyword be used when the declaration of a virtual function overrides another."
2160 msgstr ""
2162 #: c-family/c.opt:999
2163 #, no-c-format
2164 msgid "Warn about enumerated switches, with no default, missing a case."
2165 msgstr ""
2167 #: c-family/c.opt:1003
2168 #, no-c-format
2169 msgid "Warn about enumerated switches missing a \"default:\" statement."
2170 msgstr ""
2172 #: c-family/c.opt:1007
2173 #, no-c-format
2174 msgid "Warn about all enumerated switches missing a specific case."
2175 msgstr ""
2177 #: c-family/c.opt:1011
2178 #, no-c-format
2179 msgid "Warn about switches with boolean controlling expression."
2180 msgstr ""
2182 #: c-family/c.opt:1015
2183 #, no-c-format
2184 msgid "Warn about switch values that are outside of the switch's type range."
2185 msgstr ""
2187 #: c-family/c.opt:1019
2188 #, no-c-format
2189 msgid "Warn on primary template declaration."
2190 msgstr ""
2192 #: c-family/c.opt:1023
2193 #, no-c-format
2194 msgid "Warn about declarations of entities that may be missing attributes that related entities have been declared with."
2195 msgstr ""
2197 #: c-family/c.opt:1032
2198 #, no-c-format
2199 msgid "Warn about user-specified include directories that do not exist."
2200 msgstr ""
2202 #: c-family/c.opt:1036
2203 #, no-c-format
2204 msgid "Warn about function parameters declared without a type specifier in K&R-style functions."
2205 msgstr ""
2207 #: c-family/c.opt:1040
2208 #, no-c-format
2209 msgid "Warn about global functions without prototypes."
2210 msgstr ""
2212 #: c-family/c.opt:1047
2213 #, no-c-format
2214 msgid "Warn about use of multi-character character constants."
2215 msgstr ""
2217 #: c-family/c.opt:1051
2218 #, no-c-format
2219 msgid "Warn about narrowing conversions within { } that are ill-formed in C++11."
2220 msgstr ""
2222 #: c-family/c.opt:1055
2223 #, no-c-format
2224 msgid "Warn about \"extern\" declarations not at file scope."
2225 msgstr ""
2227 #: c-family/c.opt:1059
2228 #, no-c-format
2229 msgid "Warn when a noexcept expression evaluates to false even though the expression can't actually throw."
2230 msgstr ""
2232 #: c-family/c.opt:1063
2233 #, no-c-format
2234 msgid "Warn if C++17 noexcept function type will change the mangled name of a symbol."
2235 msgstr ""
2237 #: c-family/c.opt:1067
2238 #, no-c-format
2239 msgid "Warn when non-templatized friend functions are declared within a template."
2240 msgstr ""
2242 #: c-family/c.opt:1071
2243 #, no-c-format
2244 msgid "Warn when a conversion function will never be called due to the type it converts to."
2245 msgstr ""
2247 #: c-family/c.opt:1075
2248 #, no-c-format
2249 msgid "Warn for unsafe raw memory writes to objects of class types."
2250 msgstr ""
2252 #: c-family/c.opt:1079
2253 #, no-c-format
2254 msgid "Warn about non-virtual destructors."
2255 msgstr ""
2257 #: c-family/c.opt:1083
2258 #, no-c-format
2259 msgid "Warn about NULL being passed to argument slots marked as requiring non-NULL."
2260 msgstr ""
2262 #: c-family/c.opt:1099
2263 #, no-c-format
2264 msgid "-Wnormalized=[none|id|nfc|nfkc]\tWarn about non-normalized Unicode strings."
2265 msgstr ""
2267 #: c-family/c.opt:1122
2268 #, no-c-format
2269 msgid "Warn if a class interface has no superclass.  Root classes may use an attribute to suppress this warning."
2270 msgstr ""
2272 #: c-family/c.opt:1127
2273 #, no-c-format
2274 msgid "Warn if a C-style cast is used in a program."
2275 msgstr ""
2277 #: c-family/c.opt:1131
2278 #, no-c-format
2279 msgid "Warn for obsolescent usage in a declaration."
2280 msgstr ""
2282 #: c-family/c.opt:1135
2283 #, no-c-format
2284 msgid "Warn if an old-style parameter definition is used."
2285 msgstr ""
2287 #: c-family/c.opt:1139
2288 #, no-c-format
2289 msgid "Warn about potentially suboptimal choices related to OpenACC parallelism."
2290 msgstr ""
2292 #: c-family/c.opt:1143
2293 #, no-c-format
2294 msgid "Warn if a simd directive is overridden by the vectorizer cost model."
2295 msgstr ""
2297 #: c-family/c.opt:1147
2298 #, no-c-format
2299 msgid "Warn if a string is longer than the maximum portable length specified by the standard."
2300 msgstr ""
2302 #: c-family/c.opt:1151 c-family/c.opt:1155
2303 #, no-c-format
2304 msgid "Warn about overloaded virtual function names."
2305 msgstr ""
2307 #: c-family/c.opt:1159
2308 #, no-c-format
2309 msgid "Warn about overriding initializers without side effects."
2310 msgstr ""
2312 #: c-family/c.opt:1163
2313 #, no-c-format
2314 msgid "Warn about overriding initializers with side effects."
2315 msgstr ""
2317 #: c-family/c.opt:1167
2318 #, no-c-format
2319 msgid "Warn about packed bit-fields whose offset changed in GCC 4.4."
2320 msgstr ""
2322 #: c-family/c.opt:1171
2323 #, no-c-format
2324 msgid "Warn about possibly missing parentheses."
2325 msgstr ""
2327 #: c-family/c.opt:1179
2328 #, no-c-format
2329 msgid "Warn about calling std::move on a local object in a return statement preventing copy elision."
2330 msgstr ""
2332 #: c-family/c.opt:1183
2333 #, no-c-format
2334 msgid "Warn when converting the type of pointers to member functions."
2335 msgstr ""
2337 #: c-family/c.opt:1187
2338 #, no-c-format
2339 msgid "Warn about function pointer arithmetic."
2340 msgstr ""
2342 #: c-family/c.opt:1191
2343 #, no-c-format
2344 msgid "Warn when a pointer differs in signedness in an assignment."
2345 msgstr ""
2347 #: c-family/c.opt:1195
2348 #, no-c-format
2349 msgid "Warn when a pointer is compared with a zero character constant."
2350 msgstr ""
2352 #: c-family/c.opt:1199
2353 #, no-c-format
2354 msgid "Warn when a pointer is cast to an integer of a different size."
2355 msgstr ""
2357 #: c-family/c.opt:1203
2358 #, no-c-format
2359 msgid "Warn about misuses of pragmas."
2360 msgstr ""
2362 #: c-family/c.opt:1207
2363 #, no-c-format
2364 msgid "Warn if constructor or destructors with priorities from 0 to 100 are used."
2365 msgstr ""
2367 #: c-family/c.opt:1211
2368 #, no-c-format
2369 msgid "Warn if a property for an Objective-C object has no assign semantics specified."
2370 msgstr ""
2372 #: c-family/c.opt:1215
2373 #, no-c-format
2374 msgid "Warn if inherited methods are unimplemented."
2375 msgstr ""
2377 #: c-family/c.opt:1219 c-family/c.opt:1223
2378 #, no-c-format
2379 msgid "Warn for placement new expressions with undefined behavior."
2380 msgstr ""
2382 #: c-family/c.opt:1227
2383 #, no-c-format
2384 msgid "Warn about multiple declarations of the same object."
2385 msgstr ""
2387 #: c-family/c.opt:1231
2388 #, no-c-format
2389 msgid "Warn about redundant calls to std::move."
2390 msgstr ""
2392 #: c-family/c.opt:1235
2393 #, no-c-format
2394 msgid "Warn about uses of register storage specifier."
2395 msgstr ""
2397 #: c-family/c.opt:1239
2398 #, no-c-format
2399 msgid "Warn when the compiler reorders code."
2400 msgstr ""
2402 #: c-family/c.opt:1243
2403 #, no-c-format
2404 msgid "Warn whenever a function's return type defaults to \"int\" (C), or about inconsistent return types (C++)."
2405 msgstr ""
2407 #: c-family/c.opt:1247
2408 #, no-c-format
2409 msgid "Warn on suspicious constructs involving reverse scalar storage order."
2410 msgstr ""
2412 #: c-family/c.opt:1251
2413 #, no-c-format
2414 msgid "Warn if a selector has multiple methods."
2415 msgstr ""
2417 #: c-family/c.opt:1255
2418 #, no-c-format
2419 msgid "Warn when a value is moved to itself with std::move."
2420 msgstr ""
2422 #: c-family/c.opt:1259
2423 #, no-c-format
2424 msgid "Warn about possible violations of sequence point rules."
2425 msgstr ""
2427 #: c-family/c.opt:1263
2428 #, no-c-format
2429 msgid "Warn if a local declaration hides an instance variable."
2430 msgstr ""
2432 #: c-family/c.opt:1267 c-family/c.opt:1271
2433 #, no-c-format
2434 msgid "Warn if left shift of a signed value overflows."
2435 msgstr ""
2437 #: c-family/c.opt:1275
2438 #, no-c-format
2439 msgid "Warn if shift count is negative."
2440 msgstr ""
2442 #: c-family/c.opt:1279
2443 #, no-c-format
2444 msgid "Warn if shift count >= width of type."
2445 msgstr ""
2447 #: c-family/c.opt:1283
2448 #, no-c-format
2449 msgid "Warn if left shifting a negative value."
2450 msgstr ""
2452 #: c-family/c.opt:1287
2453 #, no-c-format
2454 msgid "Warn if conversion of the result of arithmetic might change the value even though converting the operands cannot."
2455 msgstr ""
2457 #: c-family/c.opt:1291
2458 #, no-c-format
2459 msgid "Warn about signed-unsigned comparisons."
2460 msgstr ""
2462 #: c-family/c.opt:1299
2463 #, no-c-format
2464 msgid "Warn for implicit type conversions between signed and unsigned integers."
2465 msgstr ""
2467 #: c-family/c.opt:1303
2468 #, no-c-format
2469 msgid "Warn when overload promotes from unsigned to signed."
2470 msgstr ""
2472 #: c-family/c.opt:1307
2473 #, no-c-format
2474 msgid "Warn about uncasted NULL used as sentinel."
2475 msgstr ""
2477 #: c-family/c.opt:1311
2478 #, no-c-format
2479 msgid "Warn about unprototyped function declarations."
2480 msgstr ""
2482 #: c-family/c.opt:1323
2483 #, no-c-format
2484 msgid "Warn if type signatures of candidate methods do not match exactly."
2485 msgstr ""
2487 #: c-family/c.opt:1327
2488 #, no-c-format
2489 msgid "Warn when __sync_fetch_and_nand and __sync_nand_and_fetch built-in functions are used."
2490 msgstr ""
2492 #: c-family/c.opt:1331
2493 #, no-c-format
2494 msgid "Deprecated.  This switch has no effect."
2495 msgstr ""
2497 #: c-family/c.opt:1339
2498 #, no-c-format
2499 msgid "Warn if a comparison always evaluates to true or false."
2500 msgstr ""
2502 #: c-family/c.opt:1343
2503 #, no-c-format
2504 msgid "Warn if a throw expression will always result in a call to terminate()."
2505 msgstr ""
2507 #: c-family/c.opt:1347
2508 #, no-c-format
2509 msgid "Warn about features not present in traditional C."
2510 msgstr ""
2512 #: c-family/c.opt:1351
2513 #, no-c-format
2514 msgid "Warn of prototypes causing type conversions different from what would happen in the absence of prototype."
2515 msgstr ""
2517 #: c-family/c.opt:1355
2518 #, no-c-format
2519 msgid "Warn if trigraphs are encountered that might affect the meaning of the program."
2520 msgstr ""
2522 #: c-family/c.opt:1359
2523 #, no-c-format
2524 msgid "Warn about @selector()s without previously declared methods."
2525 msgstr ""
2527 #: c-family/c.opt:1363
2528 #, no-c-format
2529 msgid "Warn if an undefined macro is used in an #if directive."
2530 msgstr ""
2532 #: c-family/c.opt:1367
2533 #, no-c-format
2534 msgid "Warn about invalid forms of delimited or named escape sequences."
2535 msgstr ""
2537 #: c-family/c.opt:1379
2538 #, no-c-format
2539 msgid "Warn about unrecognized pragmas."
2540 msgstr ""
2542 #: c-family/c.opt:1383
2543 #, no-c-format
2544 msgid "Warn about unsuffixed float constants."
2545 msgstr ""
2547 #: c-family/c.opt:1391
2548 #, no-c-format
2549 msgid "Warn when typedefs locally defined in a function are not used."
2550 msgstr ""
2552 #: c-family/c.opt:1395
2553 #, no-c-format
2554 msgid "Warn about macros defined in the main file that are not used."
2555 msgstr ""
2557 #: c-family/c.opt:1423
2558 #, no-c-format
2559 msgid "Warn about using variadic macros."
2560 msgstr "Попереджати про використання варіативних макросів."
2562 #: c-family/c.opt:1427
2563 #, no-c-format
2564 msgid "Warn about questionable usage of the macros used to retrieve variable arguments."
2565 msgstr ""
2567 #: c-family/c.opt:1431
2568 #, no-c-format
2569 msgid "Warn about the most vexing parse syntactic ambiguity."
2570 msgstr ""
2572 #: c-family/c.opt:1435
2573 #, no-c-format
2574 msgid "Warn if a variable length array is used."
2575 msgstr "Попереджати, якщо використано масив змінної довжини."
2577 #: c-family/c.opt:1439
2578 #, no-c-format
2579 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."
2580 msgstr ""
2582 #: c-family/c.opt:1445
2583 #, no-c-format
2584 msgid "Disable Wvla-larger-than= warning.  Equivalent to Wvla-larger-than=<SIZE_MAX> or larger."
2585 msgstr "Вимкнути попередження Wvla-larger-than=. Еквівалент Wvla-larger-than=<SIZE_MAX> або більше."
2587 #: c-family/c.opt:1449
2588 #, no-c-format
2589 msgid "Warn about mismatched declarations of VLA parameters."
2590 msgstr "Попереджати про невідповідні оголошення параметрів VLA."
2592 #: c-family/c.opt:1453
2593 #, no-c-format
2594 msgid "Warn about deprecated uses of volatile qualifier."
2595 msgstr ""
2597 #: c-family/c.opt:1457
2598 #, no-c-format
2599 msgid "Warn when a register variable is declared volatile."
2600 msgstr ""
2602 #: c-family/c.opt:1461
2603 #, no-c-format
2604 msgid "Warn on direct virtual inheritance."
2605 msgstr ""
2607 #: c-family/c.opt:1465
2608 #, no-c-format
2609 msgid "Warn if a virtual base has a non-trivial move assignment operator."
2610 msgstr ""
2612 #: c-family/c.opt:1469
2613 #, no-c-format
2614 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."
2615 msgstr ""
2617 #: c-family/c.opt:1473
2618 #, no-c-format
2619 msgid "Warn about xor operators where it appears the user meant exponentiation."
2620 msgstr ""
2622 #: c-family/c.opt:1477
2623 #, no-c-format
2624 msgid "Warn when a literal '0' is used as null pointer."
2625 msgstr ""
2627 #: c-family/c.opt:1481
2628 #, no-c-format
2629 msgid "Warn about useless casts."
2630 msgstr ""
2632 #: c-family/c.opt:1485
2633 #, no-c-format
2634 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."
2635 msgstr ""
2637 #: c-family/c.opt:1489
2638 #, no-c-format
2639 msgid "Warn when a declaration has duplicate const, volatile, restrict or _Atomic specifier."
2640 msgstr ""
2642 #: c-family/c.opt:1493
2643 #, no-c-format
2644 msgid "Warn when an argument passed to a restrict-qualified parameter aliases with another argument."
2645 msgstr ""
2647 #: c-family/c.opt:1498
2648 #, no-c-format
2649 msgid "A synonym for -std=c89 (for C) or -std=c++98 (for C++)."
2650 msgstr ""
2652 #: c-family/c.opt:1506
2653 #, no-c-format
2654 msgid "The version of the C++ ABI used for -Wabi warnings and link compatibility aliases."
2655 msgstr ""
2657 #: c-family/c.opt:1510
2658 #, no-c-format
2659 msgid "Enforce class member access control semantics."
2660 msgstr ""
2662 #: c-family/c.opt:1514
2663 #, no-c-format
2664 msgid "-fada-spec-parent=unit\tDump Ada specs as child units of given parent."
2665 msgstr ""
2667 #: c-family/c.opt:1518
2668 #, no-c-format
2669 msgid "Support C++17 allocation of over-aligned types."
2670 msgstr ""
2672 #: c-family/c.opt:1522
2673 #, no-c-format
2674 msgid "-faligned-new=<N>\tUse C++17 over-aligned type allocation for alignments greater than N."
2675 msgstr ""
2677 #: c-family/c.opt:1533 c-family/c.opt:1846 c-family/c.opt:2240
2678 #: c-family/c.opt:2244 c-family/c.opt:2260
2679 #, no-c-format
2680 msgid "No longer supported."
2681 msgstr "Більше не підтримується."
2683 #: c-family/c.opt:1537
2684 #, no-c-format
2685 msgid "Recognize the \"asm\" keyword."
2686 msgstr ""
2688 #: c-family/c.opt:1545
2689 #, no-c-format
2690 msgid "Recognize built-in functions."
2691 msgstr ""
2693 #: c-family/c.opt:1552
2694 #, no-c-format
2695 msgid "Where shorter, use canonicalized paths to systems headers."
2696 msgstr ""
2698 #: c-family/c.opt:1556
2699 #, no-c-format
2700 msgid "Enable the char8_t fundamental type and use it as the type for UTF-8 string and character literals."
2701 msgstr ""
2703 #: c-family/c.opt:1644
2704 #, no-c-format
2705 msgid "Removed in GCC 8.  This switch has no effect."
2706 msgstr ""
2708 #: c-family/c.opt:1648
2709 #, no-c-format
2710 msgid "Enable support for C++ concepts."
2711 msgstr ""
2713 #: c-family/c.opt:1652
2714 #, no-c-format
2715 msgid "Enable certain features present in the Concepts TS."
2716 msgstr ""
2718 #: c-family/c.opt:1656
2719 #, no-c-format
2720 msgid "Specify maximum error replay depth during recursive diagnosis of a constraint satisfaction failure."
2721 msgstr ""
2723 #: c-family/c.opt:1660
2724 #, no-c-format
2725 msgid "Allow the arguments of the '?' operator to have different types."
2726 msgstr ""
2728 #: c-family/c.opt:1668
2729 #, no-c-format
2730 msgid "-fconst-string-class=<name>\tUse class <name> for constant strings."
2731 msgstr ""
2733 #: c-family/c.opt:1672
2734 #, no-c-format
2735 msgid "-fconstexpr-depth=<number>\tSpecify maximum constexpr recursion depth."
2736 msgstr ""
2738 #: c-family/c.opt:1676
2739 #, no-c-format
2740 msgid "-fconstexpr-cache-depth=<number>\tSpecify maximum constexpr recursion cache depth."
2741 msgstr ""
2743 #: c-family/c.opt:1680
2744 #, no-c-format
2745 msgid "Allow IEC559 floating point exceptions in constant expressions."
2746 msgstr ""
2748 #: c-family/c.opt:1684
2749 #, no-c-format
2750 msgid "-fconstexpr-loop-limit=<number>\tSpecify maximum constexpr loop iteration count."
2751 msgstr ""
2753 #: c-family/c.opt:1688
2754 #, no-c-format
2755 msgid "-fconstexpr-ops-limit=<number>\tSpecify maximum number of constexpr operations during a single constexpr evaluation."
2756 msgstr ""
2758 #: c-family/c.opt:1692
2759 #, no-c-format
2760 msgid "Enable certain features present drafts of C++ Contracts."
2761 msgstr ""
2763 #: c-family/c.opt:1705
2764 #, no-c-format
2765 msgid "-fcontract-assumption-mode=[on|off]\tEnable or disable treating axiom level contracts as assumptions (default on)."
2766 msgstr ""
2768 #: c-family/c.opt:1709
2769 #, no-c-format
2770 msgid "-fcontract-build-level=[off|default|audit]\tSpecify max contract level to generate runtime checks for."
2771 msgstr ""
2773 #: c-family/c.opt:1713
2774 #, no-c-format
2775 msgid "-fcontract-strict-declarations=[on|off]\tEnable or disable warnings on generalized redeclaration of functions with contracts (default off)."
2776 msgstr ""
2778 #: c-family/c.opt:1717
2779 #, no-c-format
2780 msgid "-fcontract-mode=[on|off]\tEnable or disable all contract facilities (default on)."
2781 msgstr ""
2783 #: c-family/c.opt:1721
2784 #, no-c-format
2785 msgid "-fcontract-continuation-mode=[on|off]\tEnable or disable contract continuation mode (default off)."
2786 msgstr ""
2788 #: c-family/c.opt:1725
2789 #, no-c-format
2790 msgid "-fcontract-role=<name>:<semantics>\tSpecify the semantics for all levels in a role (default, review), or a custom contract role with given semantics (ex: opt:assume,assume,assume)."
2791 msgstr ""
2793 #: c-family/c.opt:1729
2794 #, no-c-format
2795 msgid "-fcontract-semantic=<level>:<semantic>\tSpecify the concrete semantics for level."
2796 msgstr ""
2798 #: c-family/c.opt:1733
2799 #, no-c-format
2800 msgid "Enable C++ coroutines (experimental)."
2801 msgstr ""
2803 #: c-family/c.opt:1737
2804 #, no-c-format
2805 msgid "Emit debug annotations during preprocessing."
2806 msgstr ""
2808 #: c-family/c.opt:1745
2809 #, no-c-format
2810 msgid "Factor complex constructors and destructors to favor space over speed."
2811 msgstr ""
2813 #: c-family/c.opt:1753
2814 #, no-c-format
2815 msgid "Print hierarchical comparisons when template types are mismatched."
2816 msgstr ""
2818 #: c-family/c.opt:1757
2819 #, no-c-format
2820 msgid "Preprocess directives only."
2821 msgstr ""
2823 #: c-family/c.opt:1761
2824 #, no-c-format
2825 msgid "Permit '$' as an identifier character."
2826 msgstr ""
2828 #: c-family/c.opt:1765
2829 #, no-c-format
2830 msgid "-fmacro-prefix-map=<old>=<new>\tMap one directory name to another in __FILE__, __BASE_FILE__, and __builtin_FILE()."
2831 msgstr ""
2833 #: c-family/c.opt:1769
2834 #, no-c-format
2835 msgid "Write all declarations as Ada code transitively."
2836 msgstr ""
2838 #: c-family/c.opt:1773
2839 #, no-c-format
2840 msgid "Write all declarations as Ada code for the given file only."
2841 msgstr ""
2843 #: c-family/c.opt:1780
2844 #, no-c-format
2845 msgid "Do not elide common elements in template comparisons."
2846 msgstr ""
2848 #: c-family/c.opt:1784
2849 #, no-c-format
2850 msgid "Generate code to check exception specifications."
2851 msgstr ""
2853 #: c-family/c.opt:1791
2854 #, no-c-format
2855 msgid "-fexec-charset=<cset>\tConvert all strings and character constants to character set <cset>."
2856 msgstr ""
2858 #: c-family/c.opt:1795
2859 #, no-c-format
2860 msgid "Permit universal character names (\\u and \\U) in identifiers."
2861 msgstr ""
2863 #: c-family/c.opt:1799
2864 #, no-c-format
2865 msgid "-finput-charset=<cset>\tSpecify the default character set for source files."
2866 msgstr ""
2868 #: c-family/c.opt:1803
2869 #, no-c-format
2870 msgid "Support dynamic initialization of thread-local variables in a different translation unit."
2871 msgstr ""
2873 #: c-family/c.opt:1810
2874 #, no-c-format
2875 msgid "Fold calls to simple inline functions."
2876 msgstr "Згорнути виклики простих вбудованих функцій."
2878 #: c-family/c.opt:1817
2879 #, no-c-format
2880 msgid "Do not assume that standard C libraries and \"main\" exist."
2881 msgstr ""
2883 #: c-family/c.opt:1821
2884 #, no-c-format
2885 msgid "Recognize GNU-defined keywords."
2886 msgstr ""
2888 #: c-family/c.opt:1825
2889 #, no-c-format
2890 msgid "Generate code for GNU runtime environment."
2891 msgstr ""
2893 #: c-family/c.opt:1829
2894 #, no-c-format
2895 msgid "Use traditional GNU semantics for inline functions."
2896 msgstr "Використовувати традиційну семантику GNU для вбудованих функцій."
2898 #: c-family/c.opt:1842
2899 #, no-c-format
2900 msgid "Assume normal C execution environment."
2901 msgstr "Припускати звичайне середовище виконання C."
2903 #: c-family/c.opt:1850
2904 #, no-c-format
2905 msgid "Export functions even if they can be inlined."
2906 msgstr ""
2908 #: c-family/c.opt:1854
2909 #, no-c-format
2910 msgid "Make inline functions constexpr by default."
2911 msgstr ""
2913 #: c-family/c.opt:1858
2914 #, no-c-format
2915 msgid "Emit implicit instantiations of inline templates."
2916 msgstr ""
2918 #: c-family/c.opt:1862
2919 #, no-c-format
2920 msgid "Emit implicit instantiations of templates."
2921 msgstr ""
2923 #: c-family/c.opt:1866
2924 #, no-c-format
2925 msgid "Implement C++17 inheriting constructor semantics."
2926 msgstr ""
2928 #: c-family/c.opt:1873
2929 #, no-c-format
2930 msgid "Don't emit dllexported inline functions unless needed."
2931 msgstr ""
2933 #: c-family/c.opt:1880
2934 #, no-c-format
2935 msgid "Allow implicit conversions between vectors with differing numbers of subparts and/or differing element types."
2936 msgstr ""
2938 #: c-family/c.opt:1884
2939 #, no-c-format
2940 msgid "Enable C++ modules-ts (experimental)."
2941 msgstr "Увімкнути modules-ts C++ (експериментальна можливість)."
2943 #: c-family/c.opt:1892
2944 #, no-c-format
2945 msgid "Enable C++ header module (experimental)."
2946 msgstr "Увімкнути модуль заголовків C++ (експериментальна можливість)."
2948 #: c-family/c.opt:1899
2949 #, no-c-format
2950 msgid "Member functions defined within their class are inline in module purview."
2951 msgstr ""
2953 #: c-family/c.opt:1903
2954 #, no-c-format
2955 msgid "Only emit Compiled Module Interface."
2956 msgstr ""
2958 #: c-family/c.opt:1907
2959 #, no-c-format
2960 msgid "Mapper for module to CMI files."
2961 msgstr "Засіб прив'язки модулів до файлів CMI."
2963 #: c-family/c.opt:1911
2964 #, no-c-format
2965 msgid "Enable lazy module importing."
2966 msgstr "Увімкнути «ліниве» імпортування модулів."
2968 #: c-family/c.opt:1919
2969 #, no-c-format
2970 msgid "Warn about macros that have conflicting header units definitions."
2971 msgstr "Попереджати про макроси, у яких є конфліктні визначення модулів заголовків."
2973 #: c-family/c.opt:1923
2974 #, no-c-format
2975 msgid "Note #include directives translated to import declarations."
2976 msgstr ""
2978 #: c-family/c.opt:1927
2979 #, no-c-format
2980 msgid "Note #include directives not translated to import declarations, and not known to be textual."
2981 msgstr ""
2983 #: c-family/c.opt:1931
2984 #, no-c-format
2985 msgid "Note a #include translation of a specific header."
2986 msgstr ""
2988 #: c-family/c.opt:1935
2989 #, no-c-format
2990 msgid "Note Compiled Module Interface pathnames."
2991 msgstr ""
2993 #: c-family/c.opt:1939
2994 #, no-c-format
2995 msgid "Note Compiled Module Interface pathname of a specific module or header-unit."
2996 msgstr ""
2998 #: c-family/c.opt:1943
2999 #, no-c-format
3000 msgid "fmax-include-depth=<number> Set the maximum depth of the nested #include."
3001 msgstr ""
3003 #: c-family/c.opt:1947
3004 #, no-c-format
3005 msgid "Don't warn about uses of Microsoft extensions."
3006 msgstr ""
3008 #: c-family/c.opt:1966
3009 #, no-c-format
3010 msgid "Implement resolution of DR 150 for matching of template template arguments."
3011 msgstr ""
3013 #: c-family/c.opt:1970
3014 #, no-c-format
3015 msgid "Generate code for NeXT (Apple Mac OS X) runtime environment."
3016 msgstr ""
3018 #: c-family/c.opt:1974
3019 #, no-c-format
3020 msgid "Assume that receivers of Objective-C messages may be nil."
3021 msgstr ""
3023 #: c-family/c.opt:1978
3024 #, no-c-format
3025 msgid "Allow access to instance variables as if they were local declarations within instance method implementations."
3026 msgstr ""
3028 #: c-family/c.opt:1982
3029 #, no-c-format
3030 msgid "-fvisibility=[private|protected|public|package]\tSet the default symbol visibility."
3031 msgstr ""
3033 #: c-family/c.opt:2007
3034 #, no-c-format
3035 msgid "Treat a throw() exception specification as noexcept to improve code size."
3036 msgstr ""
3038 #: c-family/c.opt:2011
3039 #, no-c-format
3040 msgid "Specify which ABI to use for Objective-C family code and meta-data generation."
3041 msgstr ""
3043 #: c-family/c.opt:2017
3044 #, no-c-format
3045 msgid "Generate special Objective-C methods to initialize/destroy non-POD C++ ivars, if needed."
3046 msgstr ""
3048 #: c-family/c.opt:2021
3049 #, no-c-format
3050 msgid "Allow fast jumps to the message dispatcher."
3051 msgstr ""
3053 #: c-family/c.opt:2027
3054 #, no-c-format
3055 msgid "Enable Objective-C exception and synchronization syntax."
3056 msgstr ""
3058 #: c-family/c.opt:2031
3059 #, no-c-format
3060 msgid "Enable garbage collection (GC) in Objective-C/Objective-C++ programs."
3061 msgstr ""
3063 #: c-family/c.opt:2035
3064 #, no-c-format
3065 msgid "Enable inline checks for nil receivers with the NeXT runtime and ABI version 2."
3066 msgstr ""
3068 #: c-family/c.opt:2040
3069 #, no-c-format
3070 msgid "Enable Objective-C setjmp exception handling runtime."
3071 msgstr ""
3073 #: c-family/c.opt:2044
3074 #, no-c-format
3075 msgid "Conform to the Objective-C 1.0 language as implemented in GCC 4.0."
3076 msgstr ""
3078 #: c-family/c.opt:2048
3079 #, no-c-format
3080 msgid "Enable OpenACC."
3081 msgstr ""
3083 #: c-family/c.opt:2052
3084 #, no-c-format
3085 msgid "Specify default OpenACC compute dimensions."
3086 msgstr ""
3088 #: c-family/c.opt:2056
3089 #, no-c-format
3090 msgid "Enable OpenMP (implies -frecursive in Fortran)."
3091 msgstr ""
3093 #: c-family/c.opt:2060
3094 #, no-c-format
3095 msgid "Enable OpenMP's SIMD directives."
3096 msgstr ""
3098 #: c-family/c.opt:2064
3099 #, no-c-format
3100 msgid "Recognize C++ keywords like \"compl\" and \"xor\"."
3101 msgstr ""
3103 #: c-family/c.opt:2075
3104 #, no-c-format
3105 msgid "Look for and use PCH files even when preprocessing."
3106 msgstr ""
3108 #: c-family/c.opt:2079
3109 #, no-c-format
3110 msgid "Downgrade conformance errors to warnings."
3111 msgstr ""
3113 #: c-family/c.opt:2083
3114 #, no-c-format
3115 msgid "Enable Plan 9 language extensions."
3116 msgstr ""
3118 #: c-family/c.opt:2087
3119 #, no-c-format
3120 msgid "Treat the input file as already preprocessed."
3121 msgstr ""
3123 #: c-family/c.opt:2095
3124 #, no-c-format
3125 msgid "-ftrack-macro-expansion=<0|1|2>\tTrack locations of tokens coming from macro expansion and display them in error messages."
3126 msgstr ""
3128 #: c-family/c.opt:2099
3129 #, no-c-format
3130 msgid "Do not pretty-print template specializations as the template signature followed by the arguments."
3131 msgstr ""
3133 #: c-family/c.opt:2103
3134 #, no-c-format
3135 msgid "Treat known sprintf return values as constants."
3136 msgstr ""
3138 #: c-family/c.opt:2107
3139 #, no-c-format
3140 msgid "Used in Fix-and-Continue mode to indicate that object files may be swapped in at runtime."
3141 msgstr ""
3143 #: c-family/c.opt:2111
3144 #, no-c-format
3145 msgid "Removed in GCC 10.  This switch has no effect."
3146 msgstr ""
3148 #: c-family/c.opt:2115
3149 #, no-c-format
3150 msgid "Generate run time type descriptor information."
3151 msgstr ""
3153 #: c-family/c.opt:2119 ada/gcc-interface/lang.opt:81
3154 #, no-c-format
3155 msgid "Use the narrowest integer type possible for enumeration types."
3156 msgstr ""
3158 #: c-family/c.opt:2123
3159 #, no-c-format
3160 msgid "Force the underlying type for \"wchar_t\" to be \"unsigned short\"."
3161 msgstr ""
3163 #: c-family/c.opt:2127
3164 #, no-c-format
3165 msgid "When \"signed\" or \"unsigned\" is not given make the bitfield signed."
3166 msgstr ""
3168 #: c-family/c.opt:2131 ada/gcc-interface/lang.opt:85
3169 #, no-c-format
3170 msgid "Make \"char\" signed by default."
3171 msgstr ""
3173 #: c-family/c.opt:2135
3174 #, no-c-format
3175 msgid "Enable C++14 sized deallocation support."
3176 msgstr ""
3178 #: c-family/c.opt:2142
3179 #, no-c-format
3180 msgid "-fstrict-flex-arrays=<level>    Control when to treat the trailing array of a structure as a flexible array member for the purposes of accessing the elements of such an array. The default is treating all trailing arrays of structures as flexible array members."
3181 msgstr ""
3183 #: c-family/c.opt:2149
3184 #, no-c-format
3185 msgid "-fsso-struct=[big-endian|little-endian|native]\tSet the default scalar storage order."
3186 msgstr ""
3188 #: c-family/c.opt:2165
3189 #, no-c-format
3190 msgid "Display statistics accumulated during compilation."
3191 msgstr ""
3193 #: c-family/c.opt:2169
3194 #, no-c-format
3195 msgid "Assume that values of enumeration type are always within the minimum range of that type."
3196 msgstr ""
3198 #: c-family/c.opt:2176 c-family/c.opt:2181
3199 #, no-c-format
3200 msgid "Follow the C++17 evaluation order requirements for assignment expressions, shift, member function calls, etc."
3201 msgstr ""
3203 #: c-family/c.opt:2198
3204 #, no-c-format
3205 msgid "Set the maximum number of template instantiation notes for a single warning or error."
3206 msgstr ""
3208 #: c-family/c.opt:2205
3209 #, no-c-format
3210 msgid "-ftemplate-depth=<number>\tSpecify maximum template instantiation depth."
3211 msgstr ""
3213 #: c-family/c.opt:2212
3214 #, no-c-format
3215 msgid "-fno-threadsafe-statics\tDo not generate thread-safe code for initializing local statics."
3216 msgstr ""
3218 #: c-family/c.opt:2216
3219 #, no-c-format
3220 msgid "When \"signed\" or \"unsigned\" is not given make the bitfield unsigned."
3221 msgstr ""
3223 #: c-family/c.opt:2220 ada/gcc-interface/lang.opt:89
3224 #, no-c-format
3225 msgid "Make \"char\" unsigned by default."
3226 msgstr ""
3228 #: c-family/c.opt:2224
3229 #, no-c-format
3230 msgid "Use __cxa_atexit to register destructors."
3231 msgstr ""
3233 #: c-family/c.opt:2228
3234 #, no-c-format
3235 msgid "Use __cxa_get_exception_ptr in exception handling."
3236 msgstr ""
3238 #: c-family/c.opt:2232
3239 #, no-c-format
3240 msgid "Marks all inlined functions and methods as having hidden visibility."
3241 msgstr ""
3243 #: c-family/c.opt:2236
3244 #, no-c-format
3245 msgid "Changes visibility to match Microsoft Visual Studio by default."
3246 msgstr ""
3248 #: c-family/c.opt:2248
3249 #, no-c-format
3250 msgid "Emit common-like symbols as weak symbols."
3251 msgstr ""
3253 #: c-family/c.opt:2252
3254 #, no-c-format
3255 msgid "-fwide-exec-charset=<cset>\tConvert all wide strings and character constants to character set <cset>."
3256 msgstr ""
3258 #: c-family/c.opt:2256
3259 #, no-c-format
3260 msgid "Generate a #line directive pointing at the current working directory."
3261 msgstr ""
3263 #: c-family/c.opt:2264
3264 #, no-c-format
3265 msgid "Generate lazy class lookup (via objc_getClass()) for use in Zero-Link mode."
3266 msgstr ""
3268 #: c-family/c.opt:2268
3269 #, no-c-format
3270 msgid "Dump declarations to a .decl file."
3271 msgstr ""
3273 #: c-family/c.opt:2272
3274 #, no-c-format
3275 msgid "-femit-struct-debug-baseonly\tAggressive reduced debug info for structs."
3276 msgstr ""
3278 #: c-family/c.opt:2276
3279 #, no-c-format
3280 msgid "-femit-struct-debug-reduced\tConservative reduced debug info for structs."
3281 msgstr ""
3283 #: c-family/c.opt:2280
3284 #, no-c-format
3285 msgid "-femit-struct-debug-detailed=<spec-list>\tDetailed reduced debug info for structs."
3286 msgstr ""
3288 #: c-family/c.opt:2284
3289 #, no-c-format
3290 msgid "Interpret imaginary, fixed-point, or other gnu number suffix as the corresponding number literal rather than a user-defined number literal."
3291 msgstr ""
3293 #: c-family/c.opt:2289
3294 #, no-c-format
3295 msgid "-idirafter <dir>\tAdd <dir> to the end of the system include path."
3296 msgstr ""
3298 #: c-family/c.opt:2293
3299 #, no-c-format
3300 msgid "-imacros <file>\tAccept definition of macros in <file>."
3301 msgstr ""
3303 #: c-family/c.opt:2297
3304 #, no-c-format
3305 msgid "-imultilib <dir>\tSet <dir> to be the multilib include subdirectory."
3306 msgstr ""
3308 #: c-family/c.opt:2301
3309 #, no-c-format
3310 msgid "-include <file>\tInclude the contents of <file> before other files."
3311 msgstr ""
3313 #: c-family/c.opt:2305
3314 #, no-c-format
3315 msgid "-iprefix <path>\tSpecify <path> as a prefix for next two options."
3316 msgstr ""
3318 #: c-family/c.opt:2309
3319 #, no-c-format
3320 msgid "-isysroot <dir>\tSet <dir> to be the system root directory."
3321 msgstr ""
3323 #: c-family/c.opt:2313
3324 #, no-c-format
3325 msgid "-isystem <dir>\tAdd <dir> to the start of the system include path."
3326 msgstr ""
3328 #: c-family/c.opt:2317
3329 #, no-c-format
3330 msgid "-iquote <dir>\tAdd <dir> to the end of the quote include path."
3331 msgstr ""
3333 #: c-family/c.opt:2321
3334 #, no-c-format
3335 msgid "-iwithprefix <dir>\tAdd <dir> to the end of the system include path."
3336 msgstr ""
3338 #: c-family/c.opt:2325
3339 #, no-c-format
3340 msgid "-iwithprefixbefore <dir>\tAdd <dir> to the end of the main include path."
3341 msgstr ""
3343 #: c-family/c.opt:2335
3344 #, no-c-format
3345 msgid "Do not search standard system include directories (those specified with -isystem will still be used)."
3346 msgstr ""
3348 #: c-family/c.opt:2339
3349 #, no-c-format
3350 msgid "Do not search standard system include directories for C++."
3351 msgstr ""
3353 #: c-family/c.opt:2351
3354 #, no-c-format
3355 msgid "Generate C header of platform-specific features."
3356 msgstr ""
3358 #: c-family/c.opt:2355
3359 #, no-c-format
3360 msgid "Remap file names when including files."
3361 msgstr ""
3363 #: c-family/c.opt:2359 c-family/c.opt:2363
3364 #, no-c-format
3365 msgid "Conform to the ISO 1998 C++ standard revised by the 2003 technical corrigendum."
3366 msgstr ""
3368 #: c-family/c.opt:2367
3369 #, no-c-format
3370 msgid "Conform to the ISO 2011 C++ standard."
3371 msgstr ""
3373 #: c-family/c.opt:2371
3374 #, no-c-format
3375 msgid "Deprecated in favor of -std=c++11."
3376 msgstr ""
3378 #: c-family/c.opt:2375
3379 #, no-c-format
3380 msgid "Deprecated in favor of -std=c++14."
3381 msgstr ""
3383 #: c-family/c.opt:2379
3384 #, no-c-format
3385 msgid "Conform to the ISO 2014 C++ standard."
3386 msgstr ""
3388 #: c-family/c.opt:2383
3389 #, no-c-format
3390 msgid "Deprecated in favor of -std=c++17."
3391 msgstr ""
3393 #: c-family/c.opt:2387
3394 #, no-c-format
3395 msgid "Conform to the ISO 2017 C++ standard."
3396 msgstr ""
3398 #: c-family/c.opt:2391 c-family/c.opt:2395
3399 #, no-c-format
3400 msgid "Conform to the ISO 2020 C++ standard (experimental and incomplete support)."
3401 msgstr ""
3403 #: c-family/c.opt:2399 c-family/c.opt:2403
3404 #, no-c-format
3405 msgid "Conform to the ISO 2023 C++ draft standard (experimental and incomplete support)."
3406 msgstr ""
3408 #: c-family/c.opt:2407 c-family/c.opt:2545
3409 #, no-c-format
3410 msgid "Conform to the ISO 2011 C standard."
3411 msgstr ""
3413 #: c-family/c.opt:2411
3414 #, no-c-format
3415 msgid "Deprecated in favor of -std=c11."
3416 msgstr ""
3418 #: c-family/c.opt:2415 c-family/c.opt:2419 c-family/c.opt:2549
3419 #: c-family/c.opt:2553
3420 #, no-c-format
3421 msgid "Conform to the ISO 2017 C standard (published in 2018)."
3422 msgstr ""
3424 #: c-family/c.opt:2423
3425 #, no-c-format
3426 msgid "Conform to the ISO 202X C standard draft (experimental and incomplete support)."
3427 msgstr ""
3429 #: c-family/c.opt:2427 c-family/c.opt:2431 c-family/c.opt:2529
3430 #, no-c-format
3431 msgid "Conform to the ISO 1990 C standard."
3432 msgstr ""
3434 #: c-family/c.opt:2435 c-family/c.opt:2537
3435 #, no-c-format
3436 msgid "Conform to the ISO 1999 C standard."
3437 msgstr ""
3439 #: c-family/c.opt:2439
3440 #, no-c-format
3441 msgid "Deprecated in favor of -std=c99."
3442 msgstr ""
3444 #: c-family/c.opt:2443 c-family/c.opt:2448
3445 #, no-c-format
3446 msgid "Conform to the ISO 1998 C++ standard revised by the 2003 technical corrigendum with GNU extensions."
3447 msgstr ""
3449 #: c-family/c.opt:2453
3450 #, no-c-format
3451 msgid "Conform to the ISO 2011 C++ standard with GNU extensions."
3452 msgstr ""
3454 #: c-family/c.opt:2457
3455 #, no-c-format
3456 msgid "Deprecated in favor of -std=gnu++11."
3457 msgstr ""
3459 #: c-family/c.opt:2461
3460 #, no-c-format
3461 msgid "Deprecated in favor of -std=gnu++14."
3462 msgstr ""
3464 #: c-family/c.opt:2465
3465 #, no-c-format
3466 msgid "Conform to the ISO 2014 C++ standard with GNU extensions."
3467 msgstr ""
3469 #: c-family/c.opt:2469
3470 #, no-c-format
3471 msgid "Deprecated in favor of -std=gnu++17."
3472 msgstr ""
3474 #: c-family/c.opt:2473
3475 #, no-c-format
3476 msgid "Conform to the ISO 2017 C++ standard with GNU extensions."
3477 msgstr ""
3479 #: c-family/c.opt:2477 c-family/c.opt:2481
3480 #, no-c-format
3481 msgid "Conform to the ISO 2020 C++ standard with GNU extensions (experimental and incomplete support)."
3482 msgstr ""
3484 #: c-family/c.opt:2485 c-family/c.opt:2489
3485 #, no-c-format
3486 msgid "Conform to the ISO 2023 C++ draft standard with GNU extensions (experimental and incomplete support)."
3487 msgstr ""
3489 #: c-family/c.opt:2493
3490 #, no-c-format
3491 msgid "Conform to the ISO 2011 C standard with GNU extensions."
3492 msgstr ""
3494 #: c-family/c.opt:2497
3495 #, no-c-format
3496 msgid "Deprecated in favor of -std=gnu11."
3497 msgstr ""
3499 #: c-family/c.opt:2501 c-family/c.opt:2505
3500 #, no-c-format
3501 msgid "Conform to the ISO 2017 C standard (published in 2018) with GNU extensions."
3502 msgstr ""
3504 #: c-family/c.opt:2509
3505 #, no-c-format
3506 msgid "Conform to the ISO 202X C standard draft with GNU extensions (experimental and incomplete support)."
3507 msgstr ""
3509 #: c-family/c.opt:2513 c-family/c.opt:2517
3510 #, no-c-format
3511 msgid "Conform to the ISO 1990 C standard with GNU extensions."
3512 msgstr ""
3514 #: c-family/c.opt:2521
3515 #, no-c-format
3516 msgid "Conform to the ISO 1999 C standard with GNU extensions."
3517 msgstr ""
3519 #: c-family/c.opt:2525
3520 #, no-c-format
3521 msgid "Deprecated in favor of -std=gnu99."
3522 msgstr ""
3524 #: c-family/c.opt:2533
3525 #, no-c-format
3526 msgid "Conform to the ISO 1990 C standard as amended in 1994."
3527 msgstr ""
3529 #: c-family/c.opt:2541
3530 #, no-c-format
3531 msgid "Deprecated in favor of -std=iso9899:1999."
3532 msgstr ""
3534 #: c-family/c.opt:2557
3535 #, no-c-format
3536 msgid "-stdlib=[libstdc++|libc++]\tThe standard library to be used for C++ headers and runtime."
3537 msgstr ""
3539 #: c-family/c.opt:2574
3540 #, no-c-format
3541 msgid "Enable traditional preprocessing."
3542 msgstr ""
3544 #: c-family/c.opt:2578
3545 #, no-c-format
3546 msgid "-trigraphs\tSupport ISO C trigraphs."
3547 msgstr ""
3549 #: c-family/c.opt:2582
3550 #, no-c-format
3551 msgid "Do not predefine system-specific and GCC-specific macros."
3552 msgstr ""
3554 #: ada/gcc-interface/lang.opt:61
3555 #, no-c-format
3556 msgid "Dump Source Coverage Obligations."
3557 msgstr ""
3559 #: ada/gcc-interface/lang.opt:65
3560 #, no-c-format
3561 msgid "Synonym of -gnatk8."
3562 msgstr ""
3564 #: ada/gcc-interface/lang.opt:73
3565 #, no-c-format
3566 msgid "Do not look for object files in standard path."
3567 msgstr ""
3569 #: ada/gcc-interface/lang.opt:77
3570 #, no-c-format
3571 msgid "Select the runtime."
3572 msgstr ""
3574 #: ada/gcc-interface/lang.opt:93
3575 #, no-c-format
3576 msgid "Catch typos."
3577 msgstr ""
3579 #: ada/gcc-interface/lang.opt:97
3580 #, no-c-format
3581 msgid "Set name of output ALI file (internal switch)."
3582 msgstr ""
3584 #: ada/gcc-interface/lang.opt:101
3585 #, no-c-format
3586 msgid "-gnat<options>\tSpecify options to GNAT."
3587 msgstr ""
3589 #: ada/gcc-interface/lang.opt:105
3590 #, no-c-format
3591 msgid "Ignored."
3592 msgstr "Проігноровано."
3594 #: d/lang.opt:51
3595 #, no-c-format
3596 msgid "-Hd <dir>\tWrite D interface files to directory <dir>."
3597 msgstr ""
3599 #: d/lang.opt:55
3600 #, no-c-format
3601 msgid "-Hf <file>\tWrite D interface to <file>."
3602 msgstr ""
3604 #: d/lang.opt:127
3605 #, no-c-format
3606 msgid "Warn about casts that will produce a null result."
3607 msgstr ""
3609 #: d/lang.opt:143
3610 #, no-c-format
3611 msgid "Warn from speculative compiles such as __traits(compiles)."
3612 msgstr ""
3614 #: d/lang.opt:155
3615 #, no-c-format
3616 msgid "Generate JSON file."
3617 msgstr ""
3619 #: d/lang.opt:159
3620 #, no-c-format
3621 msgid "-Xf <file>\tWrite JSON output to the given <file>."
3622 msgstr ""
3624 #: d/lang.opt:163
3625 #, no-c-format
3626 msgid "Debug library to use instead of phobos."
3627 msgstr ""
3629 #: d/lang.opt:167
3630 #, no-c-format
3631 msgid "Default library to use instead of phobos."
3632 msgstr ""
3634 #: d/lang.opt:171
3635 #, no-c-format
3636 msgid "Do link the standard D startup files in the compilation."
3637 msgstr ""
3639 #: d/lang.opt:178
3640 #, no-c-format
3641 msgid "Generate code for all template instantiations."
3642 msgstr ""
3644 #: d/lang.opt:182
3645 #, no-c-format
3646 msgid "Generate code for assert contracts."
3647 msgstr ""
3649 #: d/lang.opt:190
3650 #, no-c-format
3651 msgid "-fbounds-check=[on|safeonly|off]\tTurn array bounds checks on, in @safe code only, or off."
3652 msgstr ""
3654 #: d/lang.opt:232
3655 #, no-c-format
3656 msgid "-fcheckaction=[throw,halt,context]\tBehavior on contract failure."
3657 msgstr ""
3659 #: d/lang.opt:248
3660 #, no-c-format
3661 msgid "Compile in debug code."
3662 msgstr ""
3664 #: d/lang.opt:252
3665 #, no-c-format
3666 msgid "-fdebug=<ident>\tCompile in debug code identified by <ident>."
3667 msgstr ""
3669 #: d/lang.opt:256
3670 #, no-c-format
3671 msgid "Generate documentation."
3672 msgstr "Створити документацію."
3674 #: d/lang.opt:260
3675 #, no-c-format
3676 msgid "-fdoc-dir=<dir>\tWrite documentation file to directory <dir>."
3677 msgstr ""
3679 #: d/lang.opt:264
3680 #, no-c-format
3681 msgid "-fdoc-file=<file>\tWrite documentation to <file>."
3682 msgstr ""
3684 #: d/lang.opt:268
3685 #, no-c-format
3686 msgid "-fdoc-inc=<file>\tInclude a Ddoc macro <file>."
3687 msgstr ""
3689 #: d/lang.opt:272
3690 #, no-c-format
3691 msgid "Assume that standard D runtime libraries and \"D main\" exist."
3692 msgstr ""
3694 #: d/lang.opt:276
3695 #, no-c-format
3696 msgid "Add comments for ignored declarations in the generated C++ header."
3697 msgstr ""
3699 #: d/lang.opt:280
3700 #, no-c-format
3701 msgid "-fdump-cxx-spec=<filename>\tWrite all declarations as C++ code to <filename>."
3702 msgstr ""
3704 #: d/lang.opt:284
3705 #, no-c-format
3706 msgid "Display the frontend AST after parsing and semantic passes."
3707 msgstr ""
3709 #: d/lang.opt:288
3710 #, no-c-format
3711 msgid "-fextern-std=<standard>\tSet C++ name mangling compatibility with <standard>."
3712 msgstr ""
3714 #: d/lang.opt:313
3715 #, no-c-format
3716 msgid "Ignore unsupported pragmas."
3717 msgstr ""
3719 #: d/lang.opt:317
3720 #, no-c-format
3721 msgid "Generate code for class invariant contracts."
3722 msgstr ""
3724 #: d/lang.opt:321
3725 #, no-c-format
3726 msgid "Generate a default D main() function when compiling."
3727 msgstr ""
3729 #: d/lang.opt:325
3730 #, no-c-format
3731 msgid "-fmodule-file=<package.module>=<filespec>\tuse <filespec> as source file for <package.module>."
3732 msgstr ""
3734 #: d/lang.opt:329
3735 #, no-c-format
3736 msgid "Generate ModuleInfo struct for output module."
3737 msgstr ""
3739 #: d/lang.opt:333
3740 #, no-c-format
3741 msgid "Process all modules specified on the command line, but only generate code for the module specified by the argument."
3742 msgstr ""
3744 #: d/lang.opt:337
3745 #, no-c-format
3746 msgid "Generate code for postcondition contracts."
3747 msgstr ""
3749 #: d/lang.opt:341
3750 #, no-c-format
3751 msgid "Generate code for precondition contracts."
3752 msgstr ""
3754 #: d/lang.opt:345
3755 #, no-c-format
3756 msgid "Turn on all upcoming D language features."
3757 msgstr ""
3759 #: d/lang.opt:349
3760 #, no-c-format
3761 msgid "Implement D bit-fields."
3762 msgstr ""
3764 #: d/lang.opt:353
3765 #, no-c-format
3766 msgid "Implement DIP1000: Scoped pointers."
3767 msgstr ""
3769 #: d/lang.opt:357
3770 #, no-c-format
3771 msgid "Implement DIP1008: Allow exceptions in @nogc code."
3772 msgstr ""
3774 #: d/lang.opt:361
3775 #, no-c-format
3776 msgid "Implement DIP1021: Mutable function arguments."
3777 msgstr ""
3779 #: d/lang.opt:365
3780 #, no-c-format
3781 msgid "Implement DIP25: Sealed references."
3782 msgstr ""
3784 #: d/lang.opt:369
3785 #, no-c-format
3786 msgid "Destruct fields of partially constructed objects."
3787 msgstr ""
3789 #: d/lang.opt:373
3790 #, no-c-format
3791 msgid "Use field-wise comparisons for struct equality."
3792 msgstr ""
3794 #: d/lang.opt:377
3795 #, no-c-format
3796 msgid "When a symbol is resolved, check `alias this' scope before going to upper scopes."
3797 msgstr ""
3799 #: d/lang.opt:381
3800 #, no-c-format
3801 msgid "Disallow unsound immutable conversions that were formerly incorrectly permitted."
3802 msgstr ""
3804 #: d/lang.opt:385
3805 #, no-c-format
3806 msgid "Implement 'in' parameters to mean scope const."
3807 msgstr ""
3809 #: d/lang.opt:389
3810 #, no-c-format
3811 msgid "Implement 'in' contracts of overridden methods to be a superset of parent contract."
3812 msgstr ""
3814 #: d/lang.opt:393
3815 #, no-c-format
3816 msgid "Disable access to shared memory objects."
3817 msgstr ""
3819 #: d/lang.opt:397
3820 #, no-c-format
3821 msgid "Enable rvalue arguments to ref parameters."
3822 msgstr ""
3824 #: d/lang.opt:401
3825 #, no-c-format
3826 msgid "Disable access to variables marked `@system' from @safe code."
3827 msgstr ""
3829 #: d/lang.opt:405
3830 #, no-c-format
3831 msgid "Compile release version."
3832 msgstr ""
3834 #: d/lang.opt:409
3835 #, no-c-format
3836 msgid "Turn off all revertable D language features."
3837 msgstr ""
3839 #: d/lang.opt:413
3840 #, no-c-format
3841 msgid "Revert DIP1000: Scoped pointers."
3842 msgstr ""
3844 #: d/lang.opt:417
3845 #, no-c-format
3846 msgid "Revert DIP25: Sealed references."
3847 msgstr ""
3849 #: d/lang.opt:421
3850 #, no-c-format
3851 msgid "Don't destruct fields of partially constructed objects."
3852 msgstr ""
3854 #: d/lang.opt:425
3855 #, no-c-format
3856 msgid "Don't use C-style integral promotion for unary '+', '-' and '~'."
3857 msgstr ""
3859 #: d/lang.opt:433
3860 #, no-c-format
3861 msgid "-fsave-mixins=<filename>\tExpand and save mixins to file specified by <filename>."
3862 msgstr ""
3864 #: d/lang.opt:437
3865 #, no-c-format
3866 msgid "Generate code for switches without a default case."
3867 msgstr ""
3869 #: d/lang.opt:441
3870 #, no-c-format
3871 msgid "List information on all D language transitions."
3872 msgstr ""
3874 #: d/lang.opt:445
3875 #, no-c-format
3876 msgid "List all non-mutable fields which occupy an object instance."
3877 msgstr ""
3879 #: d/lang.opt:449
3880 #, no-c-format
3881 msgid "List all usages of 'in' on parameter."
3882 msgstr ""
3884 #: d/lang.opt:453
3885 #, no-c-format
3886 msgid "List all hidden GC allocations."
3887 msgstr ""
3889 #: d/lang.opt:457
3890 #, no-c-format
3891 msgid "List statistics on template instantiations."
3892 msgstr ""
3894 #: d/lang.opt:461
3895 #, no-c-format
3896 msgid "List all variables going into thread local storage."
3897 msgstr ""
3899 #: d/lang.opt:465
3900 #, no-c-format
3901 msgid "Compile in unittest code."
3902 msgstr ""
3904 #: d/lang.opt:469
3905 #, no-c-format
3906 msgid "-fversion=<ident>\tCompile in version code identified by <ident>."
3907 msgstr ""
3909 #: d/lang.opt:473
3910 #, no-c-format
3911 msgid "Emit template instantiations as weak symbols."
3912 msgstr ""
3914 #: d/lang.opt:493
3915 #, no-c-format
3916 msgid "Do not link the standard D library in the compilation."
3917 msgstr ""
3919 #: d/lang.opt:501
3920 #, no-c-format
3921 msgid "Link the standard D library statically in the compilation."
3922 msgstr ""
3924 #: d/lang.opt:505
3925 #, no-c-format
3926 msgid "Link the standard D library dynamically in the compilation."
3927 msgstr ""
3929 #: m2/lang.opt:35
3930 #, no-c-format
3931 msgid "compiler checks to force definition module procedure parameter names with their implementation module counterpart"
3932 msgstr ""
3934 #: m2/lang.opt:39
3935 #, no-c-format
3936 msgid "compiler warns if a cast is being used on types of differing sizes"
3937 msgstr ""
3939 #: m2/lang.opt:43
3940 #, no-c-format
3941 msgid "inform user which parameters will be passed by reference"
3942 msgstr ""
3944 #: m2/lang.opt:47
3945 #, no-c-format
3946 msgid "extra compile time semantic checking, typically tries to catch poor programming style"
3947 msgstr ""
3949 #: m2/lang.opt:51
3950 #, no-c-format
3951 msgid "automatically initializes all pointers to NIL"
3952 msgstr ""
3954 #: m2/lang.opt:55
3955 #, no-c-format
3956 msgid "turns on runtime subrange, array index and indirection via NIL pointer checking"
3957 msgstr ""
3959 #: m2/lang.opt:59
3960 #, no-c-format
3961 msgid "turns on runtime checking to check whether a CASE statement requires an ELSE clause when on was not specified"
3962 msgstr ""
3964 #: m2/lang.opt:63
3965 #, no-c-format
3966 msgid "use cpp to preprocess the module"
3967 msgstr ""
3969 #: m2/lang.opt:67 m2/lang.opt:71
3970 #, no-c-format
3971 msgid "passed to the preprocessor if -fcpp is used (internal switch)"
3972 msgstr ""
3974 #: m2/lang.opt:75
3975 #, no-c-format
3976 msgid "call a real function, rather than the builtin equivalent"
3977 msgstr ""
3979 #: m2/lang.opt:79
3980 #, no-c-format
3981 msgid "turn on internal debugging of the compiler (internal switch)"
3982 msgstr ""
3984 #: m2/lang.opt:83
3985 #, no-c-format
3986 msgid "turn on quadruple tracing (internal switch)"
3987 msgstr ""
3989 #: m2/lang.opt:87
3990 #, no-c-format
3991 msgid "turn on the Modula-2 api tracing (internal switch)"
3992 msgstr ""
3994 #: m2/lang.opt:91
3995 #, no-c-format
3996 msgid "turn on the Modula-2 function line number generation (internal switch)"
3997 msgstr ""
3999 #: m2/lang.opt:95
4000 #, no-c-format
4001 msgid "recognise the specified suffix as a definition module filename"
4002 msgstr ""
4004 #: m2/lang.opt:99
4005 #, no-c-format
4006 msgid "display all inbuilt system items"
4007 msgstr ""
4009 #: m2/lang.opt:103
4010 #, no-c-format
4011 msgid "allows opaque types to be implemented as any type (a GNU Modula-2 extension)"
4012 msgstr ""
4014 #: m2/lang.opt:107
4015 #, no-c-format
4016 msgid "turns on runtime checking to check whether a floating point number is about to exceed range"
4017 msgstr ""
4019 #: m2/lang.opt:111
4020 #, no-c-format
4021 msgid "create a topologically sorted module list from all dependent modules used in the application"
4022 msgstr ""
4024 #: m2/lang.opt:115 m2/lang.opt:191
4025 #, no-c-format
4026 msgid "turns on all range checking for numerical values"
4027 msgstr ""
4029 #: m2/lang.opt:119
4030 #, no-c-format
4031 msgid "use ISO dialect of Modula-2"
4032 msgstr ""
4034 #: m2/lang.opt:123
4035 #, no-c-format
4036 msgid "specify the library order, currently legal entries include: log, min, pim, iso or their directory name equivalent m2log, m2min, m2pim, m2iso."
4037 msgstr ""
4039 #: m2/lang.opt:127
4040 #, no-c-format
4041 msgid "set all location values to a specific value (internal switch)"
4042 msgstr ""
4044 #: m2/lang.opt:131
4045 #, no-c-format
4046 msgid "generate extra nops to improve debugging, producing an instruction for every code related keyword"
4047 msgstr ""
4049 #: m2/lang.opt:135
4050 #, no-c-format
4051 msgid "generate error messages which render keywords in lower case"
4052 msgstr ""
4054 #: m2/lang.opt:139
4055 #, no-c-format
4056 msgid "insert plugin to identify runtime errors at compiletime (default on)"
4057 msgstr ""
4059 #: m2/lang.opt:143
4060 #, no-c-format
4061 msgid "display statistics about the amount of source lines compiled and symbols used"
4062 msgstr ""
4064 #: m2/lang.opt:147
4065 #, no-c-format
4066 msgid "experimental flag to turn on the new strict type checker"
4067 msgstr ""
4069 #: m2/lang.opt:151
4070 #, no-c-format
4071 msgid "compile all implementation modules and program module at once"
4072 msgstr ""
4074 #: m2/lang.opt:155
4075 #, no-c-format
4076 msgid "recognise the specified suffix as implementation and module filenames"
4077 msgstr ""
4079 #: m2/lang.opt:159
4080 #, no-c-format
4081 msgid "turns on runtime checking to detect accessing data through a NIL value pointer"
4082 msgstr ""
4084 #: m2/lang.opt:163
4085 #, no-c-format
4086 msgid "use PIM [234] dialect of Modula-2"
4087 msgstr ""
4089 #: m2/lang.opt:167
4090 #, no-c-format
4091 msgid "use PIM 2 dialect of Modula-2"
4092 msgstr ""
4094 #: m2/lang.opt:171
4095 #, no-c-format
4096 msgid "use PIM 3 dialect of Modula-2"
4097 msgstr ""
4099 #: m2/lang.opt:175
4100 #, no-c-format
4101 msgid "use PIM 4 dialect of Modula-2"
4102 msgstr ""
4104 #: m2/lang.opt:179
4105 #, no-c-format
4106 msgid "force positive result from MOD and DIV result floor"
4107 msgstr ""
4109 #: m2/lang.opt:183
4110 #, no-c-format
4111 msgid "link against the pthread library (default on)"
4112 msgstr ""
4114 #: m2/lang.opt:187
4115 #, no-c-format
4116 msgid "internal compiler debugging information, dump the list of quadruples"
4117 msgstr ""
4119 #: m2/lang.opt:195
4120 #, no-c-format
4121 msgid "turns on runtime checking for functions which finish without executing a RETURN statement"
4122 msgstr ""
4124 #: m2/lang.opt:199
4125 #, no-c-format
4126 msgid "specify the list of runtime modules and their initialization order"
4127 msgstr ""
4129 #: m2/lang.opt:203
4130 #, no-c-format
4131 msgid "the modules initialization order is dynamically determined by M2RTS and application dependancies"
4132 msgstr ""
4134 #: m2/lang.opt:207
4135 #, no-c-format
4136 msgid "generate a C source scaffold for the current module being compiled"
4137 msgstr ""
4139 #: m2/lang.opt:211
4140 #, no-c-format
4141 msgid "generate a C++ source scaffold for the current module being compiled"
4142 msgstr ""
4144 #: m2/lang.opt:215
4145 #, fuzzy, no-c-format
4146 #| msgid "Generate hardware abs instructions."
4147 msgid "generate the main function"
4148 msgstr "Створити апаратні інструкції abs."
4150 #: m2/lang.opt:219
4151 #, no-c-format
4152 msgid "generate static scaffold initialization and finalization for every module inside main"
4153 msgstr ""
4155 #: m2/lang.opt:223
4156 #, fuzzy, no-c-format
4157 #| msgid "Create a shared library."
4158 msgid "generate a shared library from the module"
4159 msgstr "Створити бібліотеку спільного використання."
4161 #: m2/lang.opt:227
4162 #, no-c-format
4163 msgid "turns on all software runtime checking (an abbreviation for -fnil -frange -findex -fwholediv -fcase -freturn -fwholevalue -ffloatvalue)"
4164 msgstr ""
4166 #: m2/lang.opt:231
4167 #, no-c-format
4168 msgid "display the location of module source files as they are compiled"
4169 msgstr ""
4171 #: m2/lang.opt:235
4172 #, no-c-format
4173 msgid "create a swig interface file for the module"
4174 msgstr ""
4176 #: m2/lang.opt:239
4177 #, no-c-format
4178 msgid "optimize non var unbounded parameters by passing it by reference, providing it is not written to within the callee procedure."
4179 msgstr ""
4181 #: m2/lang.opt:243
4182 #, no-c-format
4183 msgid "orders the initialization/finalializations for scaffold-static or force linking of modules if scaffold-dynamic"
4184 msgstr ""
4186 #: m2/lang.opt:251
4187 #, no-c-format
4188 msgid "turns on all division and modulus by zero checking for ordinal values"
4189 msgstr ""
4191 #: m2/lang.opt:255
4192 #, no-c-format
4193 msgid "turns on runtime checking to check whether a whole number is about to exceed range"
4194 msgstr ""
4196 #: m2/lang.opt:259
4197 #, no-c-format
4198 msgid "Link the standard Modula-2 libraries statically in the compilation."
4199 msgstr ""
4201 #: m2/lang.opt:400 m2/lang.opt:404
4202 #, no-c-format
4203 msgid "save temporary preprocessed files"
4204 msgstr ""
4206 #: go/lang.opt:42
4207 #, no-c-format
4208 msgid "-fgo-c-header=<file>\tWrite Go struct definitions to file as C code."
4209 msgstr ""
4211 #: go/lang.opt:46
4212 #, no-c-format
4213 msgid "Add explicit checks for division by zero."
4214 msgstr ""
4216 #: go/lang.opt:50
4217 #, no-c-format
4218 msgid "Add explicit checks for division overflow in INT_MIN / -1."
4219 msgstr ""
4221 #: go/lang.opt:54
4222 #, no-c-format
4223 msgid "Apply special rules for compiling runtime package."
4224 msgstr ""
4226 #: go/lang.opt:58
4227 #, no-c-format
4228 msgid "-fgo-dump-<type>\tDump Go frontend internal information."
4229 msgstr ""
4231 #: go/lang.opt:62
4232 #, no-c-format
4233 msgid "-fgo-embedcfg=<file>\tList embedded files via go:embed."
4234 msgstr ""
4236 #: go/lang.opt:66
4237 #, no-c-format
4238 msgid "-fgo-optimize-<type>\tTurn on optimization passes in the frontend."
4239 msgstr ""
4241 #: go/lang.opt:70
4242 #, no-c-format
4243 msgid "-fgo-pkgpath=<string>\tSet Go package path."
4244 msgstr ""
4246 #: go/lang.opt:74
4247 #, no-c-format
4248 msgid "-fgo-prefix=<string>\tSet package-specific prefix for exported Go names."
4249 msgstr ""
4251 #: go/lang.opt:78
4252 #, no-c-format
4253 msgid "-fgo-relative-import-path=<path>\tTreat a relative import as relative to path."
4254 msgstr ""
4256 #: go/lang.opt:82
4257 #, no-c-format
4258 msgid "Functions which return values must end with return statements."
4259 msgstr ""
4261 #: go/lang.opt:86
4262 #, no-c-format
4263 msgid "Emit debugging information related to the escape analysis pass when run with -fgo-optimize-allocs."
4264 msgstr ""
4266 #: go/lang.opt:90
4267 #, no-c-format
4268 msgid "-fgo-debug-escape-hash=<string>\tHash value to debug escape analysis."
4269 msgstr ""
4271 #: go/lang.opt:94
4272 #, no-c-format
4273 msgid "Emit optimization diagnostics."
4274 msgstr ""
4276 #: analyzer/analyzer.opt:27
4277 #, no-c-format
4278 msgid "The maximum number of 'after supernode' exploded nodes within the analyzer per supernode, before terminating analysis."
4279 msgstr ""
4281 #: analyzer/analyzer.opt:31
4282 #, no-c-format
4283 msgid "The maximum number of exploded nodes per program point within the analyzer, before terminating analysis of that point."
4284 msgstr ""
4286 #: analyzer/analyzer.opt:35
4287 #, no-c-format
4288 msgid "The maximum number of constraints per state."
4289 msgstr ""
4291 #: analyzer/analyzer.opt:39
4292 #, no-c-format
4293 msgid "The maximum number of infeasible edges to reject before declaring a diagnostic as infeasible."
4294 msgstr ""
4296 #: analyzer/analyzer.opt:43
4297 #, no-c-format
4298 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."
4299 msgstr ""
4301 #: analyzer/analyzer.opt:47
4302 #, no-c-format
4303 msgid "The maximum depth of a symbolic value, before approximating the value as unknown."
4304 msgstr ""
4306 #: analyzer/analyzer.opt:51
4307 #, no-c-format
4308 msgid "The minimum number of supernodes within a function for the analyzer to consider summarizing its effects at call sites."
4309 msgstr ""
4311 #: analyzer/analyzer.opt:55
4312 #, no-c-format
4313 msgid "The maximum depth of exploded nodes that should appear in a dot dump before switching to a less verbose format."
4314 msgstr ""
4316 #: analyzer/analyzer.opt:59
4317 #, fuzzy, no-c-format
4318 #| msgid "Warn about code paths which attempt to write to a string literal."
4319 msgid "Warn about code paths in which a pointer to a buffer is assigned to an incompatible type."
4320 msgstr "Попереджати про шляхи коду, у яких робиться спроба записати до рядкового літерала."
4322 #: analyzer/analyzer.opt:63
4323 #, no-c-format
4324 msgid "Warn about code paths in which a pointer is checked for NULL after it has already been dereferenced."
4325 msgstr ""
4327 #: analyzer/analyzer.opt:67
4328 #, no-c-format
4329 msgid "Warn about code paths in which a stdio FILE can be closed more than once."
4330 msgstr ""
4332 #: analyzer/analyzer.opt:71
4333 #, no-c-format
4334 msgid "Warn about code paths in which a pointer can be freed more than once."
4335 msgstr ""
4337 #: analyzer/analyzer.opt:75
4338 #, no-c-format
4339 msgid "Warn about code paths in which sensitive data is written to a file."
4340 msgstr ""
4342 #: analyzer/analyzer.opt:79
4343 #, fuzzy, no-c-format
4344 #| msgid "Warn about code paths which attempt to write to a string literal."
4345 msgid "Warn about code paths in which sensitive data is copied across a security boundary."
4346 msgstr "Попереджати про шляхи коду, у яких робиться спроба записати до рядкового літерала."
4348 #: analyzer/analyzer.opt:83
4349 #, fuzzy, no-c-format
4350 #| msgid "Warn about code paths which attempt to write to a string literal."
4351 msgid "Warn about code paths in which read on a write-only file descriptor is attempted, or vice versa."
4352 msgstr "Попереджати про шляхи коду, у яких робиться спроба записати до рядкового літерала."
4354 #: analyzer/analyzer.opt:87
4355 #, fuzzy, no-c-format
4356 #| msgid "Warn about code paths which attempt to write to a string literal."
4357 msgid "Warn about code paths in which a file descriptor can be closed more than once."
4358 msgstr "Попереджати про шляхи коду, у яких робиться спроба записати до рядкового літерала."
4360 #: analyzer/analyzer.opt:91
4361 #, fuzzy, no-c-format
4362 #| msgid "Warn about code paths which attempt to write to a string literal."
4363 msgid "Warn about code paths in which a file descriptor is not closed."
4364 msgstr "Попереджати про шляхи коду, у яких робиться спроба записати до рядкового літерала."
4366 #: analyzer/analyzer.opt:95
4367 #, fuzzy, no-c-format
4368 #| msgid "Warn about code paths which attempt to write to a string literal."
4369 msgid "Warn about code paths in which an operation is attempted in the wrong phase of a file descriptor's lifetime."
4370 msgstr "Попереджати про шляхи коду, у яких робиться спроба записати до рядкового літерала."
4372 #: analyzer/analyzer.opt:99
4373 #, fuzzy, no-c-format
4374 #| msgid "Warn about code paths which attempt to write to a string literal."
4375 msgid "Warn about code paths in which an operation is attempted on the wrong type of file descriptor."
4376 msgstr "Попереджати про шляхи коду, у яких робиться спроба записати до рядкового літерала."
4378 #: analyzer/analyzer.opt:103
4379 #, fuzzy, no-c-format
4380 #| msgid "Warn about code paths which attempt to write to a string literal."
4381 msgid "Warn about code paths in which a read or write is performed on a closed file descriptor."
4382 msgstr "Попереджати про шляхи коду, у яких робиться спроба записати до рядкового літерала."
4384 #: analyzer/analyzer.opt:107
4385 #, fuzzy, no-c-format
4386 #| msgid "Warn about code paths which attempt to write to a string literal."
4387 msgid "Warn about code paths in which a file descriptor is used without being checked for validity."
4388 msgstr "Попереджати про шляхи коду, у яких робиться спроба записати до рядкового літерала."
4390 #: analyzer/analyzer.opt:111
4391 #, no-c-format
4392 msgid "Warn about code paths in which a stdio FILE is not closed."
4393 msgstr ""
4395 #: analyzer/analyzer.opt:115
4396 #, no-c-format
4397 msgid "Warn about code paths in which a non-heap pointer is freed."
4398 msgstr ""
4400 #: analyzer/analyzer.opt:119
4401 #, no-c-format
4402 msgid "Warn about code paths in which floating-point arithmetic is used in locations where precise computation is needed."
4403 msgstr ""
4405 #: analyzer/analyzer.opt:123
4406 #, fuzzy, no-c-format
4407 #| msgid "Warn about code paths which attempt to write to a string literal."
4408 msgid "Warn about code paths which appear to lead to infinite recursion."
4409 msgstr "Попереджати про шляхи коду, у яких робиться спроба записати до рядкового літерала."
4411 #: analyzer/analyzer.opt:127
4412 #, fuzzy, no-c-format
4413 #| msgid "Warn about code paths which attempt to write to a string literal."
4414 msgid "Warn about code paths in which a NULL function pointer is called."
4415 msgstr "Попереджати про шляхи коду, у яких робиться спроба записати до рядкового літерала."
4417 #: analyzer/analyzer.opt:131
4418 #, no-c-format
4419 msgid "Warn about code paths in which a heap-allocated pointer leaks."
4420 msgstr ""
4422 #: analyzer/analyzer.opt:135
4423 #, no-c-format
4424 msgid "Warn about code paths in which the wrong deallocation function is called."
4425 msgstr ""
4427 #: analyzer/analyzer.opt:139
4428 #, fuzzy, no-c-format
4429 #| msgid "Warn about code paths which attempt to write to a string literal."
4430 msgid "Warn about code paths in which a write or read to a buffer is out-of-bounds."
4431 msgstr "Попереджати про шляхи коду, у яких робиться спроба записати до рядкового літерала."
4433 #: analyzer/analyzer.opt:143
4434 #, no-c-format
4435 msgid "Warn about code paths in which a possibly-NULL value is passed to a must-not-be-NULL function argument."
4436 msgstr ""
4438 #: analyzer/analyzer.opt:147
4439 #, no-c-format
4440 msgid "Warn about code paths in which a possibly-NULL pointer is dereferenced."
4441 msgstr ""
4443 #: analyzer/analyzer.opt:151
4444 #, no-c-format
4445 msgid "Warn about code paths in which an async-signal-unsafe function is called from a signal handler."
4446 msgstr ""
4448 #: analyzer/analyzer.opt:155
4449 #, no-c-format
4450 msgid "Warn about code paths in which NULL is passed to a must-not-be-NULL function argument."
4451 msgstr ""
4453 #: analyzer/analyzer.opt:159
4454 #, no-c-format
4455 msgid "Warn about code paths in which a NULL pointer is dereferenced."
4456 msgstr ""
4458 #: analyzer/analyzer.opt:163
4459 #, fuzzy, no-c-format
4460 #| msgid "Warn about code paths which attempt to write to a string literal."
4461 msgid "Warn about code paths in which an on-stack buffer is passed to putenv."
4462 msgstr "Попереджати про шляхи коду, у яких робиться спроба записати до рядкового літерала."
4464 #: analyzer/analyzer.opt:167
4465 #, no-c-format
4466 msgid "Warn about code paths in which a shift with negative count is attempted."
4467 msgstr ""
4469 #: analyzer/analyzer.opt:171
4470 #, no-c-format
4471 msgid "Warn about code paths in which a shift with count >= width of type is attempted."
4472 msgstr ""
4474 #: analyzer/analyzer.opt:175
4475 #, no-c-format
4476 msgid "Warn about code paths in which a longjmp rewinds to a jmp_buf saved in a stack frame that has returned."
4477 msgstr ""
4479 #: analyzer/analyzer.opt:179
4480 #, no-c-format
4481 msgid "Warn about code paths in which an unsanitized value is used as an allocation size."
4482 msgstr ""
4484 #: analyzer/analyzer.opt:183
4485 #, no-c-format
4486 msgid "Warn about code paths in which an unsanitized value is used as an array index."
4487 msgstr ""
4489 #: analyzer/analyzer.opt:187
4490 #, fuzzy, no-c-format
4491 #| msgid "Warn about code paths which attempt to write to a string literal."
4492 msgid "Warn about code paths in which an 'assert()' is made involving an unsanitized value."
4493 msgstr "Попереджати про шляхи коду, у яких робиться спроба записати до рядкового літерала."
4495 #: analyzer/analyzer.opt:191
4496 #, no-c-format
4497 msgid "Warn about code paths in which an unsanitized value is used as a divisor."
4498 msgstr ""
4500 #: analyzer/analyzer.opt:195
4501 #, no-c-format
4502 msgid "Warn about code paths in which an unsanitized value is used as a pointer offset."
4503 msgstr ""
4505 #: analyzer/analyzer.opt:199
4506 #, no-c-format
4507 msgid "Warn about code paths in which an unsanitized value is used as a size."
4508 msgstr ""
4510 #: analyzer/analyzer.opt:203
4511 #, no-c-format
4512 msgid "Warn about code paths in which a freed value is used."
4513 msgstr ""
4515 #: analyzer/analyzer.opt:207
4516 #, no-c-format
4517 msgid "Warn about code paths in which a pointer to a stale stack frame is used."
4518 msgstr ""
4520 #: analyzer/analyzer.opt:211
4521 #, fuzzy, no-c-format
4522 #| msgid "Warn about code paths which attempt to write to a string literal."
4523 msgid "Warn about code paths in which va_arg uses the wrong type."
4524 msgstr "Попереджати про шляхи коду, у яких робиться спроба записати до рядкового літерала."
4526 #: analyzer/analyzer.opt:215
4527 #, fuzzy, no-c-format
4528 #| msgid "Warn about code paths which attempt to write to a string literal."
4529 msgid "Warn about code paths in which va_arg is used too many times on a va_list."
4530 msgstr "Попереджати про шляхи коду, у яких робиться спроба записати до рядкового літерала."
4532 #: analyzer/analyzer.opt:219
4533 #, fuzzy, no-c-format
4534 #| msgid "Warn about code paths which attempt to write to a string literal."
4535 msgid "Warn about code paths in which va_start or va_copy is used without a corresponding va_end."
4536 msgstr "Попереджати про шляхи коду, у яких робиться спроба записати до рядкового літерала."
4538 #: analyzer/analyzer.opt:223
4539 #, fuzzy, no-c-format
4540 #| msgid "Warn about code paths which attempt to write to a string literal."
4541 msgid "Warn about code paths in which a va_list is used after va_end."
4542 msgstr "Попереджати про шляхи коду, у яких робиться спроба записати до рядкового літерала."
4544 #: analyzer/analyzer.opt:227
4545 #, no-c-format
4546 msgid "Warn about code paths which attempt to write to a const object."
4547 msgstr ""
4549 #: analyzer/analyzer.opt:231
4550 #, no-c-format
4551 msgid "Warn about code paths which attempt to write to a string literal."
4552 msgstr "Попереджати про шляхи коду, у яких робиться спроба записати до рядкового літерала."
4554 #: analyzer/analyzer.opt:235
4555 #, no-c-format
4556 msgid "Warn about code paths in which an uninitialized value is used."
4557 msgstr ""
4559 #: analyzer/analyzer.opt:239
4560 #, no-c-format
4561 msgid "Warn if the code is too complicated for the analyzer to fully explore."
4562 msgstr ""
4564 #: analyzer/analyzer.opt:243
4565 #, no-c-format
4566 msgid "Restrict the analyzer to run just the named checker."
4567 msgstr ""
4569 #: analyzer/analyzer.opt:247
4570 #, no-c-format
4571 msgid "Avoid combining multiple statements into one exploded edge."
4572 msgstr ""
4574 #: analyzer/analyzer.opt:251
4575 #, no-c-format
4576 msgid "Verify that paths are feasible when emitting diagnostics."
4577 msgstr ""
4579 #: analyzer/analyzer.opt:255
4580 #, no-c-format
4581 msgid "Issue a note when diagnostics are deduplicated."
4582 msgstr ""
4584 #: analyzer/analyzer.opt:259
4585 #, no-c-format
4586 msgid "Purge unneeded state during analysis."
4587 msgstr ""
4589 #: analyzer/analyzer.opt:263
4590 #, no-c-format
4591 msgid "Merge similar-enough states during analysis."
4592 msgstr ""
4594 #: analyzer/analyzer.opt:267
4595 #, no-c-format
4596 msgid "Enable transitivity of constraints during analysis."
4597 msgstr ""
4599 #: analyzer/analyzer.opt:271
4600 #, no-c-format
4601 msgid "Approximate the effect of function calls to simplify analysis."
4602 msgstr ""
4604 #: analyzer/analyzer.opt:275
4605 #, no-c-format
4606 msgid "Try to reconstruct function calls and returns after inlining."
4607 msgstr ""
4609 #: analyzer/analyzer.opt:279
4610 #, no-c-format
4611 msgid "Emit more verbose descriptions of control flow in diagnostics."
4612 msgstr ""
4614 #: analyzer/analyzer.opt:283
4615 #, no-c-format
4616 msgid "Emit more verbose descriptions of state changes in diagnostics."
4617 msgstr ""
4619 #: analyzer/analyzer.opt:287
4620 #, no-c-format
4621 msgid "Control which events are displayed in diagnostic paths."
4622 msgstr ""
4624 #: analyzer/analyzer.opt:291
4625 #, no-c-format
4626 msgid "Dump various analyzer internals to SRCFILE.analyzer.txt."
4627 msgstr ""
4629 #: analyzer/analyzer.opt:295
4630 #, no-c-format
4631 msgid "Dump various analyzer internals to stderr."
4632 msgstr ""
4634 #: analyzer/analyzer.opt:299
4635 #, no-c-format
4636 msgid "Dump analyzer-specific call graph information to a SRCFILE.callgraph.dot file."
4637 msgstr ""
4639 #: analyzer/analyzer.opt:303
4640 #, no-c-format
4641 msgid "Dump the analyzer exploded graph to a SRCFILE.eg.dot file."
4642 msgstr ""
4644 #: analyzer/analyzer.opt:307
4645 #, no-c-format
4646 msgid "Emit diagnostics showing the location of nodes in the exploded graph."
4647 msgstr ""
4649 #: analyzer/analyzer.opt:311
4650 #, no-c-format
4651 msgid "Dump a textual representation of the exploded graph to SRCFILE.eg.txt."
4652 msgstr ""
4654 #: analyzer/analyzer.opt:315
4655 #, no-c-format
4656 msgid "Dump a textual representation of the exploded graph to SRCFILE.eg-ID.txt."
4657 msgstr ""
4659 #: analyzer/analyzer.opt:319
4660 #, no-c-format
4661 msgid "Dump a textual representation of each diagnostic's exploded path to SRCFILE.IDX.KIND.epath.txt."
4662 msgstr ""
4664 #: analyzer/analyzer.opt:323
4665 #, no-c-format
4666 msgid "Dump various analyzer internals to SRCFILE.*.fg.dot and SRCFILE.*.tg.dot."
4667 msgstr ""
4669 #: analyzer/analyzer.opt:327
4670 #, no-c-format
4671 msgid "Dump analyzer-specific data to a SRCFILE.analyzer.json.gz file."
4672 msgstr ""
4674 #: analyzer/analyzer.opt:331
4675 #, no-c-format
4676 msgid "Dump state-purging information to a SRCFILE.state-purge.dot file."
4677 msgstr ""
4679 #: analyzer/analyzer.opt:335
4680 #, no-c-format
4681 msgid "Dump the analyzer supergraph to a SRCFILE.supergraph.dot file."
4682 msgstr ""
4684 #: analyzer/analyzer.opt:339
4685 #, no-c-format
4686 msgid "Emit custom warnings with internal details intended for analyzer developers."
4687 msgstr ""
4689 #: config/vms/vms.opt:27
4690 #, no-c-format
4691 msgid "Malloc data into P2 space."
4692 msgstr ""
4694 #: config/vms/vms.opt:31
4695 #, no-c-format
4696 msgid "Set name of main routine for the debugger."
4697 msgstr ""
4699 #: config/vms/vms.opt:35
4700 #, no-c-format
4701 msgid "Use VMS exit codes instead of posix ones."
4702 msgstr ""
4704 #: config/vms/vms.opt:39
4705 #, no-c-format
4706 msgid "-mpointer-size=[no,32,short,64,long]\tSet the default pointer size."
4707 msgstr ""
4709 #: config/mcore/mcore.opt:23
4710 #, no-c-format
4711 msgid "Generate code for the M*Core M210."
4712 msgstr ""
4714 #: config/mcore/mcore.opt:27
4715 #, no-c-format
4716 msgid "Generate code for the M*Core M340."
4717 msgstr ""
4719 #: config/mcore/mcore.opt:31
4720 #, no-c-format
4721 msgid "Force functions to be aligned to a 4 byte boundary."
4722 msgstr ""
4724 #: config/mcore/mcore.opt:35 config/moxie/moxie.opt:23 config/csky/csky.opt:44
4725 #, no-c-format
4726 msgid "Generate big-endian code."
4727 msgstr ""
4729 #: config/mcore/mcore.opt:39
4730 #, no-c-format
4731 msgid "Emit call graph information."
4732 msgstr ""
4734 #: config/mcore/mcore.opt:43
4735 #, no-c-format
4736 msgid "Use the divide instruction."
4737 msgstr ""
4739 #: config/mcore/mcore.opt:47
4740 #, no-c-format
4741 msgid "Inline constants if it can be done in 2 insns or less."
4742 msgstr ""
4744 #: config/mcore/mcore.opt:51 config/moxie/moxie.opt:27 config/csky/csky.opt:51
4745 #, no-c-format
4746 msgid "Generate little-endian code."
4747 msgstr ""
4749 #: config/mcore/mcore.opt:56 config/fr30/fr30.opt:27
4750 #, no-c-format
4751 msgid "Assume that run-time support has been provided, so omit -lsim from the linker command line."
4752 msgstr ""
4754 #: config/mcore/mcore.opt:60
4755 #, no-c-format
4756 msgid "Use arbitrary sized immediates in bit operations."
4757 msgstr ""
4759 #: config/mcore/mcore.opt:64
4760 #, no-c-format
4761 msgid "Prefer word accesses over byte accesses."
4762 msgstr ""
4764 #: config/mcore/mcore.opt:71
4765 #, no-c-format
4766 msgid "Set the maximum amount for a single stack increment operation."
4767 msgstr ""
4769 #: config/mcore/mcore.opt:75
4770 #, no-c-format
4771 msgid "Always treat bitfields as int-sized."
4772 msgstr ""
4774 #: config/linux-android.opt:23
4775 #, no-c-format
4776 msgid "Generate code for the Android platform."
4777 msgstr ""
4779 #: config/mmix/mmix.opt:24
4780 #, no-c-format
4781 msgid "For intrinsics library: pass all parameters in registers."
4782 msgstr ""
4784 #: config/mmix/mmix.opt:28
4785 #, no-c-format
4786 msgid "Use register stack for parameters and return value."
4787 msgstr ""
4789 #: config/mmix/mmix.opt:32
4790 #, no-c-format
4791 msgid "Use call-clobbered registers for parameters and return value."
4792 msgstr ""
4794 #: config/mmix/mmix.opt:37
4795 #, no-c-format
4796 msgid "Use epsilon-respecting floating point compare instructions."
4797 msgstr ""
4799 #: config/mmix/mmix.opt:41
4800 #, no-c-format
4801 msgid "Use zero-extending memory loads, not sign-extending ones."
4802 msgstr ""
4804 #: config/mmix/mmix.opt:45
4805 #, no-c-format
4806 msgid "Generate divide results with reminder having the same sign as the divisor (not the dividend)."
4807 msgstr ""
4809 #: config/mmix/mmix.opt:49
4810 #, no-c-format
4811 msgid "Prepend global symbols with \":\" (for use with PREFIX)."
4812 msgstr ""
4814 #: config/mmix/mmix.opt:53
4815 #, no-c-format
4816 msgid "Do not provide a default start-address 0x100 of the program."
4817 msgstr ""
4819 #: config/mmix/mmix.opt:57
4820 #, no-c-format
4821 msgid "Link to emit program in ELF format (rather than mmo)."
4822 msgstr ""
4824 #: config/mmix/mmix.opt:61
4825 #, no-c-format
4826 msgid "Use P-mnemonics for branches statically predicted as taken."
4827 msgstr ""
4829 #: config/mmix/mmix.opt:65
4830 #, no-c-format
4831 msgid "Don't use P-mnemonics for branches."
4832 msgstr ""
4834 #: config/mmix/mmix.opt:79
4835 #, no-c-format
4836 msgid "Use addresses that allocate global registers."
4837 msgstr ""
4839 #: config/mmix/mmix.opt:83
4840 #, no-c-format
4841 msgid "Do not use addresses that allocate global registers."
4842 msgstr ""
4844 #: config/mmix/mmix.opt:87
4845 #, no-c-format
4846 msgid "Generate a single exit point for each function."
4847 msgstr ""
4849 #: config/mmix/mmix.opt:91
4850 #, no-c-format
4851 msgid "Do not generate a single exit point for each function."
4852 msgstr ""
4854 #: config/mmix/mmix.opt:95
4855 #, no-c-format
4856 msgid "Set start-address of the program."
4857 msgstr ""
4859 #: config/mmix/mmix.opt:99
4860 #, no-c-format
4861 msgid "Set start-address of data."
4862 msgstr ""
4864 #: config/darwin.opt:34
4865 #, no-c-format
4866 msgid "Generate code for darwin loadable kernel extensions."
4867 msgstr ""
4869 #: config/darwin.opt:38
4870 #, no-c-format
4871 msgid "-iframework <dir>\tAdd <dir> to the end of the system framework include path."
4872 msgstr ""
4874 #: config/darwin.opt:42
4875 #, no-c-format
4876 msgid "Generate compile-time CFString objects."
4877 msgstr ""
4879 #: config/darwin.opt:46
4880 #, no-c-format
4881 msgid "Warn if constant CFString objects contain non-portable characters."
4882 msgstr ""
4884 #: config/darwin.opt:51
4885 #, no-c-format
4886 msgid "Generate AT&T-style stubs for Mach-O."
4887 msgstr ""
4889 #: config/darwin.opt:55
4890 #, no-c-format
4891 msgid "Generate code suitable for executables (NOT shared libs)."
4892 msgstr ""
4894 #: config/darwin.opt:59
4895 #, no-c-format
4896 msgid "Generate code suitable for fast turn around debugging."
4897 msgstr ""
4899 #: config/darwin.opt:63
4900 #, no-c-format
4901 msgid "Generate code for the kernel or loadable kernel extensions."
4902 msgstr ""
4904 #: config/darwin.opt:71
4905 #, no-c-format
4906 msgid "The earliest macOS version on which this program will run."
4907 msgstr ""
4909 #: config/darwin.opt:76
4910 #, no-c-format
4911 msgid "Set sizeof(bool) to 1."
4912 msgstr ""
4914 #: config/darwin.opt:80
4915 #, no-c-format
4916 msgid "Force generation of external symbol indirection stubs."
4917 msgstr ""
4919 #: config/darwin.opt:88
4920 #, no-c-format
4921 msgid "-mtarget-linker <version>\tSpecify that ld64 <version> is the toolchain linker for the current invocation."
4922 msgstr ""
4924 #: config/darwin.opt:94
4925 #, no-c-format
4926 msgid "Load all members of archive libraries, rather than only those that satisfy undefined symbols."
4927 msgstr ""
4929 #: config/darwin.opt:98
4930 #, no-c-format
4931 msgid "-allowable_client <name>\tThe output dylib is private to the client <name>."
4932 msgstr ""
4934 #: config/darwin.opt:102
4935 #, no-c-format
4936 msgid "-arch <name>\tGenerate output for architecture <name>."
4937 msgstr ""
4939 #: config/darwin.opt:106
4940 #, no-c-format
4941 msgid "Mismatches between file architecture and one specified by \"-arch\" are errors instead of warnings."
4942 msgstr ""
4944 #: config/darwin.opt:110
4945 #, no-c-format
4946 msgid "The earliest macOS version on which this program will run (formatted for the assembler)."
4947 msgstr ""
4949 #: config/darwin.opt:114
4950 #, no-c-format
4951 msgid "Generate an output executable that binds symbols on load, rather than lazily."
4952 msgstr ""
4954 #: config/darwin.opt:118
4955 #, no-c-format
4956 msgid "Generate a Mach-O bundle (file type MH_BUNDLE)."
4957 msgstr ""
4959 #: config/darwin.opt:122
4960 #, no-c-format
4961 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."
4962 msgstr ""
4964 #: config/darwin.opt:126
4965 #, no-c-format
4966 msgid "-client_name <name>\tEnable the executable being built to link against a private dylib (using allowable_client)."
4967 msgstr ""
4969 #: config/darwin.opt:130
4970 #, no-c-format
4971 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."
4972 msgstr ""
4974 #: config/darwin.opt:134
4975 #, no-c-format
4976 msgid "-current_version <number>\tSet the current version for the library to <number>."
4977 msgstr ""
4979 #: config/darwin.opt:138
4980 #, no-c-format
4981 msgid "Remove code and data that is unreachable from any exported symbol (including the entry point)."
4982 msgstr ""
4984 #: config/darwin.opt:142
4985 #, no-c-format
4986 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\""
4987 msgstr ""
4989 #: config/darwin.opt:146
4990 #, no-c-format
4991 msgid "Produce a Mach-O dylinker (file type MH_DYLINKER), only used for building dyld."
4992 msgstr ""
4994 #: config/darwin.opt:150
4995 #, no-c-format
4996 msgid "-dylinker_install_name <path>\tOnly used for building dyld."
4997 msgstr ""
4999 #: config/darwin.opt:154
5000 #, no-c-format
5001 msgid "The default (and opposite of -static), implied by user mode executables, shared libraries and bundles."
5002 msgstr ""
5004 #: config/darwin.opt:158
5005 #, no-c-format
5006 msgid "Produce a Mach-O shared library (file type MH_DYLIB), synonym for \"-shared\"."
5007 msgstr ""
5009 #: config/darwin.opt:162
5010 #, no-c-format
5011 msgid "-exported_symbols_list <filename>\tExport global symbols in <filename> in linked output file; any symbols not mentioned will be treated as \"hidden\"."
5012 msgstr ""
5014 #: config/darwin.opt:166
5015 #, no-c-format
5016 msgid "Supply a list of objects to be linked from a file, rather than the command line."
5017 msgstr ""
5019 #: config/darwin.opt:170 config/darwin.opt:190
5020 #, no-c-format
5021 msgid "Used for generating code for some older kernel revisions."
5022 msgstr ""
5024 #: config/darwin.opt:174
5025 #, no-c-format
5026 msgid "Ignore the normal two-level namespace; resolve symbols in command line order and do not record which library provided the resolved symbol."
5027 msgstr ""
5029 #: config/darwin.opt:178
5030 #, no-c-format
5031 msgid "For the assembler (and linker) permit any architecture sub-variant to be used without error."
5032 msgstr ""
5034 #: config/darwin.opt:182
5035 #, no-c-format
5036 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."
5037 msgstr ""
5039 #: config/darwin.opt:186
5040 #, no-c-format
5041 msgid "-framework <name>\tThe linker should search for the framework <name> in the framework search path."
5042 msgstr ""
5044 #: config/darwin.opt:194
5045 #, no-c-format
5046 msgid "Abbreviation for \"-g -fno-eliminate-unused-debug-symbols\"."
5047 msgstr ""
5049 #: config/darwin.opt:198
5050 #, no-c-format
5051 msgid "Abbreviation for \"-g -feliminate-unused-debug-symbols\"."
5052 msgstr ""
5054 #: config/darwin.opt:202
5055 #, no-c-format
5056 msgid "Automatically adds space for longer path names in load commands (up to MAXPATHLEN)."
5057 msgstr ""
5059 #: config/darwin.opt:206
5060 #, no-c-format
5061 msgid "-image_base <address>\tSpecify <address> as the base address for a dylib or bundle."
5062 msgstr ""
5064 #: config/darwin.opt:210
5065 #, no-c-format
5066 msgid "-init <symbol_name>\tThe symbol <symbol_name> will be used as the first initialiser for a dylib."
5067 msgstr ""
5069 #: config/darwin.opt:214
5070 #, no-c-format
5071 msgid "-install_name <name>\tSet the install name for a dylib."
5072 msgstr ""
5074 #: config/darwin.opt:218
5075 #, no-c-format
5076 msgid "Usually \"private extern\" (hidden) symbols are made local when linking, this command suppresses that such that they remain exported."
5077 msgstr ""
5079 #: config/darwin.opt:222
5080 #, no-c-format
5081 msgid "(Obsolete after 10.4) Multi modules are ignored at runtime since macOS 10.4."
5082 msgstr ""
5084 #: config/darwin.opt:226
5085 #, no-c-format
5086 msgid "(Obsolete after 10.4) -multiply_defined <treatment>\tProvided a mechanism for warning about symbols defined in multiple dylibs."
5087 msgstr ""
5089 #: config/darwin.opt:230
5090 #, no-c-format
5091 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."
5092 msgstr ""
5094 #: config/darwin.opt:234
5095 #, no-c-format
5096 msgid "(Obsolete) Current linkers never dead-strip these items, so the option is not needed."
5097 msgstr ""
5099 #: config/darwin.opt:238
5100 #, no-c-format
5101 msgid "Do not add a default symbol exports to modules or dynamic libraries."
5102 msgstr ""
5104 #: config/darwin.opt:242
5105 #, no-c-format
5106 msgid "(Obsolete after 10.3.9) Set MH_NOPREFIXBINDING, in an executable."
5107 msgstr ""
5109 #: config/darwin.opt:246
5110 #, no-c-format
5111 msgid "(Obsolete after 10.4)\tSet MH_NOMULTIDEFS in an umbrella framework."
5112 msgstr ""
5114 #: config/darwin.opt:250 config/darwin.opt:265 config/darwin.opt:269
5115 #, no-c-format
5116 msgid "(Obsolete) LD_PREBIND is no longer supported."
5117 msgstr ""
5119 #: config/darwin.opt:254
5120 #, no-c-format
5121 msgid "(Obsolete) This is the default."
5122 msgstr ""
5124 #: config/darwin.opt:261
5125 #, no-c-format
5126 msgid "-pagezero_size <size>\tAllows setting the page 0 size to 4kb when required."
5127 msgstr ""
5129 #: config/darwin.opt:273
5130 #, no-c-format
5131 msgid "Produces a Mach-O file suitable for embedded/ROM use."
5132 msgstr ""
5134 #: config/darwin.opt:277
5135 #, no-c-format
5136 msgid "(Obsolete) Allowed linking to proceed with \"-flat_namespace\" when a linked bundle contained a symbol also exported from the main executable."
5137 msgstr ""
5139 #: config/darwin.opt:284
5140 #, no-c-format
5141 msgid "Synonym for \"-export-dynamic\" for linker versions that support it."
5142 msgstr ""
5144 #: config/darwin.opt:288
5145 #, no-c-format
5146 msgid "-read_only_relocs <treatment>\tAllow relocations in read-only pages (not recommended)."
5147 msgstr ""
5149 #: config/darwin.opt:292
5150 #, no-c-format
5151 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."
5152 msgstr ""
5154 #: config/darwin.opt:296
5155 #, no-c-format
5156 msgid "-sectcreate <segname> <sectname> <file>\tCreate section <sectname> in segment <segname> from the contents of <file>."
5157 msgstr ""
5159 #: config/darwin.opt:300
5160 #, no-c-format
5161 msgid "(Obsolete) -sectobjectsymbols <segname> <sectname>\tSetting a local symbol at the start of a section is no longer supported."
5162 msgstr ""
5164 #: config/darwin.opt:304
5165 #, no-c-format
5166 msgid "(Obsolete) -sectorder <segname> <sectname> <orderfile>\tReplaced by a more general option \"-order_file\"."
5167 msgstr ""
5169 #: config/darwin.opt:308
5170 #, no-c-format
5171 msgid "-seg_addr_table <file>\tSpecify the base addresses for dynamic libraries; <file> contains a line for each library."
5172 msgstr ""
5174 #: config/darwin.opt:313
5175 #, no-c-format
5176 msgid "(Obsolete, ld_classic only) -seg_addr_table_filename <path>."
5177 msgstr ""
5179 #: config/darwin.opt:317
5180 #, no-c-format
5181 msgid "Synonym for \"image_base\"."
5182 msgstr "Синонім «image_base»."
5184 #: config/darwin.opt:321
5185 #, no-c-format
5186 msgid "-segaddr <name> <address>\tSet the base address of segment <name> to <address> which must be aligned to a page boundary (currently 4kb)."
5187 msgstr ""
5189 #: config/darwin.opt:326
5190 #, no-c-format
5191 msgid "(Obsolete, ld_classic only) -sectcreate <segname> <sectname> <file>\tAllowed creation of a section from a file."
5192 msgstr ""
5194 #: config/darwin.opt:330
5195 #, no-c-format
5196 msgid "(Obsolete) Object files with LINKEDIT sections are no longer supported."
5197 msgstr ""
5199 #: config/darwin.opt:334
5200 #, no-c-format
5201 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\"."
5202 msgstr ""
5204 #: config/darwin.opt:338
5205 #, no-c-format
5206 msgid "-segs_read_only_addr <address>\tSpecify that <address> is the base address of the read-only segments of a dylib."
5207 msgstr ""
5209 #: config/darwin.opt:342
5210 #, no-c-format
5211 msgid "-segs_read_write_addr <address>\tSpecify that <address> is the base address address of the read-write segments of a dylib."
5212 msgstr ""
5214 #: config/darwin.opt:346
5215 #, no-c-format
5216 msgid "(Obsolete)\tThis is the default."
5217 msgstr ""
5219 #: config/darwin.opt:350
5220 #, no-c-format
5221 msgid "-sub_library <name>\tLibrary named <name> will be re-exported (only useful for dylibs)."
5222 msgstr ""
5224 #: config/darwin.opt:354
5225 #, no-c-format
5226 msgid "-sub_umbrella <name>\tFramework named <name> will be re-exported (only useful for dylibs)."
5227 msgstr ""
5229 #: config/darwin.opt:358
5230 #, no-c-format
5231 msgid "This is the default."
5232 msgstr "Це типове значення."
5234 #: config/darwin.opt:362
5235 #, no-c-format
5236 msgid "Add extra information to the executable that can speed up dynamic loading (provided that dependent libraries are unchanged)."
5237 msgstr ""
5239 #: config/darwin.opt:366
5240 #, no-c-format
5241 msgid "-umbrella <framework>\tThe specified framework will be re-exported."
5242 msgstr ""
5244 #: config/darwin.opt:370
5245 #, no-c-format
5246 msgid "-undefined <treatment>\tSpecify the handling for undefined symbols (default is error)."
5247 msgstr ""
5249 #: config/darwin.opt:374
5250 #, no-c-format
5251 msgid "-unexported_symbols_list <filename>\tDo not export the global symbols listed in <filename>."
5252 msgstr ""
5254 #: config/darwin.opt:378
5255 #, no-c-format
5256 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."
5257 msgstr ""
5259 #: config/darwin.opt:382
5260 #, no-c-format
5261 msgid "Logs which object files the linker loads."
5262 msgstr ""
5264 #: config/darwin.opt:386
5265 #, no-c-format
5266 msgid "Logs which symbol(s) caused an object to be loaded."
5267 msgstr ""
5269 #: config/darwin.opt:394
5270 #, no-c-format
5271 msgid "(Obsolete, ignored)\tOld support similar to \"-whyload\"."
5272 msgstr ""
5274 #: config/darwin.opt:398
5275 #, no-c-format
5276 msgid "(Obsolete and unhandled by ld64, ignored)\tld should produce an executable (only handled by ld_classic)."
5277 msgstr ""
5279 #: config/bfin/bfin.opt:40 config/msp430/msp430.opt:3 config/c6x/c6x.opt:38
5280 #, no-c-format
5281 msgid "Use simulator runtime."
5282 msgstr ""
5284 #: config/bfin/bfin.opt:44 config/arm/arm.opt:120
5285 #, no-c-format
5286 msgid "Specify the name of the target CPU."
5287 msgstr ""
5289 #: config/bfin/bfin.opt:48
5290 #, no-c-format
5291 msgid "Omit frame pointer for leaf functions."
5292 msgstr ""
5294 #: config/bfin/bfin.opt:52
5295 #, no-c-format
5296 msgid "Program is entirely located in low 64k of memory."
5297 msgstr ""
5299 #: config/bfin/bfin.opt:56
5300 #, no-c-format
5301 msgid "Work around a hardware anomaly by adding a number of NOPs before a CSYNC or SSYNC instruction."
5302 msgstr ""
5304 #: config/bfin/bfin.opt:61
5305 #, no-c-format
5306 msgid "Avoid speculative loads to work around a hardware anomaly."
5307 msgstr ""
5309 #: config/bfin/bfin.opt:65
5310 #, no-c-format
5311 msgid "Enabled ID based shared library."
5312 msgstr "Увімкнено засновану на ідентифікаторах бібліотеку спільного використання."
5314 #: config/bfin/bfin.opt:69
5315 #, no-c-format
5316 msgid "Generate code that won't be linked against any other ID shared libraries, but may be used as a shared library."
5317 msgstr ""
5319 #: config/bfin/bfin.opt:74 config/m68k/m68k.opt:175
5320 #, no-c-format
5321 msgid "ID of shared library to build."
5322 msgstr "Ідентифікатор бібліотеки спільного використання для збирання."
5324 #: config/bfin/bfin.opt:78 config/m68k/m68k.opt:171
5325 #, no-c-format
5326 msgid "Enable separate data segment."
5327 msgstr ""
5329 #: config/bfin/bfin.opt:82 config/c6x/c6x.opt:63
5330 #, no-c-format
5331 msgid "Avoid generating pc-relative calls; use indirection."
5332 msgstr ""
5334 #: config/bfin/bfin.opt:86
5335 #, no-c-format
5336 msgid "Link with the fast floating-point library."
5337 msgstr ""
5339 #: config/bfin/bfin.opt:90 config/arm/arm.opt:339 config/frv/frv.opt:130
5340 #, no-c-format
5341 msgid "Enable Function Descriptor PIC mode."
5342 msgstr ""
5344 #: config/bfin/bfin.opt:94 config/frv/frv.opt:162
5345 #, no-c-format
5346 msgid "Enable inlining of PLT in function calls."
5347 msgstr ""
5349 #: config/bfin/bfin.opt:98
5350 #, no-c-format
5351 msgid "Do stack checking using bounds in L1 scratch memory."
5352 msgstr ""
5354 #: config/bfin/bfin.opt:102
5355 #, no-c-format
5356 msgid "Enable multicore support."
5357 msgstr ""
5359 #: config/bfin/bfin.opt:106
5360 #, no-c-format
5361 msgid "Build for Core A."
5362 msgstr ""
5364 #: config/bfin/bfin.opt:110
5365 #, no-c-format
5366 msgid "Build for Core B."
5367 msgstr ""
5369 #: config/bfin/bfin.opt:114
5370 #, no-c-format
5371 msgid "Build for SDRAM."
5372 msgstr ""
5374 #: config/bfin/bfin.opt:118
5375 #, no-c-format
5376 msgid "Assume ICPLBs are enabled at runtime."
5377 msgstr ""
5379 #: config/m68k/m68k-tables.opt:25
5380 #, no-c-format
5381 msgid "Known M68K CPUs (for use with the -mcpu= option):"
5382 msgstr ""
5384 #: config/m68k/m68k-tables.opt:365
5385 #, no-c-format
5386 msgid "Known M68K microarchitectures (for use with the -mtune= option):"
5387 msgstr ""
5389 #: config/m68k/m68k-tables.opt:411
5390 #, no-c-format
5391 msgid "Known M68K ISAs (for use with the -march= option):"
5392 msgstr ""
5394 #: config/m68k/ieee.opt:24 config/i386/i386.opt:374
5395 #, no-c-format
5396 msgid "Use IEEE math for fp comparisons."
5397 msgstr ""
5399 #: config/m68k/m68k.opt:30
5400 #, no-c-format
5401 msgid "Generate code for a 520X."
5402 msgstr ""
5404 #: config/m68k/m68k.opt:34
5405 #, no-c-format
5406 msgid "Generate code for a 5206e."
5407 msgstr ""
5409 #: config/m68k/m68k.opt:38
5410 #, no-c-format
5411 msgid "Generate code for a 528x."
5412 msgstr ""
5414 #: config/m68k/m68k.opt:42
5415 #, no-c-format
5416 msgid "Generate code for a 5307."
5417 msgstr ""
5419 #: config/m68k/m68k.opt:46
5420 #, no-c-format
5421 msgid "Generate code for a 5407."
5422 msgstr ""
5424 #: config/m68k/m68k.opt:50 config/m68k/m68k.opt:111
5425 #, no-c-format
5426 msgid "Generate code for a 68000."
5427 msgstr ""
5429 #: config/m68k/m68k.opt:54
5430 #, no-c-format
5431 msgid "Generate code for a 68010."
5432 msgstr ""
5434 #: config/m68k/m68k.opt:58 config/m68k/m68k.opt:115
5435 #, no-c-format
5436 msgid "Generate code for a 68020."
5437 msgstr ""
5439 #: config/m68k/m68k.opt:62
5440 #, no-c-format
5441 msgid "Generate code for a 68040, without any new instructions."
5442 msgstr ""
5444 #: config/m68k/m68k.opt:66
5445 #, no-c-format
5446 msgid "Generate code for a 68060, without any new instructions."
5447 msgstr ""
5449 #: config/m68k/m68k.opt:70
5450 #, no-c-format
5451 msgid "Generate code for a 68030."
5452 msgstr ""
5454 #: config/m68k/m68k.opt:74
5455 #, no-c-format
5456 msgid "Generate code for a 68040."
5457 msgstr ""
5459 #: config/m68k/m68k.opt:78
5460 #, no-c-format
5461 msgid "Generate code for a 68060."
5462 msgstr ""
5464 #: config/m68k/m68k.opt:82
5465 #, no-c-format
5466 msgid "Generate code for a 68302."
5467 msgstr ""
5469 #: config/m68k/m68k.opt:86
5470 #, no-c-format
5471 msgid "Generate code for a 68332."
5472 msgstr ""
5474 #: config/m68k/m68k.opt:91
5475 #, no-c-format
5476 msgid "Generate code for a 68851."
5477 msgstr ""
5479 #: config/m68k/m68k.opt:95
5480 #, no-c-format
5481 msgid "Generate code that uses 68881 floating-point instructions."
5482 msgstr ""
5484 #: config/m68k/m68k.opt:99
5485 #, no-c-format
5486 msgid "Align variables on a 32-bit boundary."
5487 msgstr ""
5489 #: config/m68k/m68k.opt:103 config/arm/arm.opt:89 config/nios2/nios2.opt:570
5490 #: config/nds32/nds32.opt:171 config/c6x/c6x.opt:67
5491 #, no-c-format
5492 msgid "Specify the name of the target architecture."
5493 msgstr ""
5495 #: config/m68k/m68k.opt:107
5496 #, no-c-format
5497 msgid "Use the bit-field instructions."
5498 msgstr ""
5500 #: config/m68k/m68k.opt:119
5501 #, no-c-format
5502 msgid "Generate code for a ColdFire v4e."
5503 msgstr ""
5505 #: config/m68k/m68k.opt:123
5506 #, no-c-format
5507 msgid "Specify the target CPU."
5508 msgstr ""
5510 #: config/m68k/m68k.opt:127
5511 #, no-c-format
5512 msgid "Generate code for a cpu32."
5513 msgstr ""
5515 #: config/m68k/m68k.opt:131
5516 #, no-c-format
5517 msgid "Use hardware division instructions on ColdFire."
5518 msgstr ""
5520 #: config/m68k/m68k.opt:135
5521 #, no-c-format
5522 msgid "Generate code for a Fido A."
5523 msgstr ""
5525 #: config/m68k/m68k.opt:139
5526 #, no-c-format
5527 msgid "Generate code which uses hardware floating point instructions."
5528 msgstr ""
5530 #: config/m68k/m68k.opt:143
5531 #, no-c-format
5532 msgid "Enable ID based shared library."
5533 msgstr "Увімкнути засновану на ідентифікаторах бібліотеку спільного використання."
5535 #: config/m68k/m68k.opt:147
5536 #, no-c-format
5537 msgid "Use 32-bit offsets in jump tables rather than 16-bit offsets."
5538 msgstr ""
5540 #: config/m68k/m68k.opt:151
5541 #, no-c-format
5542 msgid "Do not use the bit-field instructions."
5543 msgstr ""
5545 #: config/m68k/m68k.opt:155
5546 #, no-c-format
5547 msgid "Use normal calling convention."
5548 msgstr ""
5550 #: config/m68k/m68k.opt:159
5551 #, no-c-format
5552 msgid "Consider type 'int' to be 32 bits wide."
5553 msgstr ""
5555 #: config/m68k/m68k.opt:163
5556 #, no-c-format
5557 msgid "Generate pc-relative code."
5558 msgstr ""
5560 #: config/m68k/m68k.opt:167
5561 #, no-c-format
5562 msgid "Use different calling convention using 'rtd'."
5563 msgstr ""
5565 #: config/m68k/m68k.opt:179
5566 #, no-c-format
5567 msgid "Consider type 'int' to be 16 bits wide."
5568 msgstr ""
5570 #: config/m68k/m68k.opt:183
5571 #, no-c-format
5572 msgid "Generate code with library calls for floating point."
5573 msgstr ""
5575 #: config/m68k/m68k.opt:187
5576 #, no-c-format
5577 msgid "Do not use unaligned memory references."
5578 msgstr ""
5580 #: config/m68k/m68k.opt:191
5581 #, no-c-format
5582 msgid "Tune for the specified target CPU or architecture."
5583 msgstr ""
5585 #: config/m68k/m68k.opt:195
5586 #, no-c-format
5587 msgid "Support more than 8192 GOT entries on ColdFire."
5588 msgstr ""
5590 #: config/m68k/m68k.opt:199
5591 #, no-c-format
5592 msgid "Support TLS segment larger than 64K."
5593 msgstr ""
5595 #: config/riscv/riscv.opt:26 config/aarch64/aarch64.opt:74
5596 #: config/arm/arm.opt:108 config/microblaze/microblaze.opt:60
5597 #, no-c-format
5598 msgid "Assume target CPU is configured as big endian."
5599 msgstr ""
5601 #: config/riscv/riscv.opt:30 config/aarch64/aarch64.opt:94
5602 #: config/arm/arm.opt:173 config/microblaze/microblaze.opt:64
5603 #, no-c-format
5604 msgid "Assume target CPU is configured as little endian."
5605 msgstr ""
5607 #: config/riscv/riscv.opt:34
5608 #, no-c-format
5609 msgid "-mbranch-cost=N\tSet the cost of branches to roughly N instructions."
5610 msgstr ""
5612 #: config/riscv/riscv.opt:38
5613 #, no-c-format
5614 msgid "When generating -fpic code, allow the use of PLTs. Ignored for fno-pic."
5615 msgstr ""
5617 #: config/riscv/riscv.opt:42
5618 #, no-c-format
5619 msgid "Specify integer and floating-point calling convention."
5620 msgstr ""
5622 #: config/riscv/riscv.opt:46 config/i386/i386.opt:429
5623 #, no-c-format
5624 msgid "Attempt to keep stack aligned to this power of 2."
5625 msgstr ""
5627 #: config/riscv/riscv.opt:50
5628 #, no-c-format
5629 msgid "Supported ABIs (for use with the -mabi= option):"
5630 msgstr ""
5632 #: config/riscv/riscv.opt:75
5633 #, no-c-format
5634 msgid "Use hardware floating-point divide and square root instructions."
5635 msgstr ""
5637 #: config/riscv/riscv.opt:79
5638 #, no-c-format
5639 msgid "Use hardware instructions for integer division."
5640 msgstr ""
5642 #: config/riscv/riscv.opt:83
5643 #, no-c-format
5644 msgid "-march=\tGenerate code for given RISC-V ISA (e.g. RV64IM).  ISA strings must be lower-case."
5645 msgstr ""
5647 #: config/riscv/riscv.opt:88 config/mips/mips.opt:405
5648 #, no-c-format
5649 msgid "-mtune=PROCESSOR\tOptimize the output for PROCESSOR."
5650 msgstr ""
5652 #: config/riscv/riscv.opt:92
5653 #, no-c-format
5654 msgid "-mcpu=PROCESSOR\tUse architecture of and optimize the output for PROCESSOR."
5655 msgstr ""
5657 #: config/riscv/riscv.opt:96
5658 #, no-c-format
5659 msgid "-msmall-data-limit=N\tPut global and static data smaller than <number> bytes into a special section (on some targets)."
5660 msgstr ""
5662 #: config/riscv/riscv.opt:100
5663 #, no-c-format
5664 msgid "Use smaller but slower prologue and epilogue code."
5665 msgstr ""
5667 #: config/riscv/riscv.opt:104
5668 #, no-c-format
5669 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."
5670 msgstr ""
5672 #: config/riscv/riscv.opt:110 config/aarch64/aarch64.opt:98
5673 #: config/loongarch/loongarch.opt:193
5674 #, no-c-format
5675 msgid "Specify the code model."
5676 msgstr ""
5678 #: config/riscv/riscv.opt:114 config/loongarch/loongarch.opt:158
5679 #, no-c-format
5680 msgid "Do not generate unaligned memory accesses."
5681 msgstr ""
5683 #: config/riscv/riscv.opt:118 config/i386/i386.opt:293
5684 #: config/rs6000/aix64.opt:36 config/rs6000/linux64.opt:32
5685 #, no-c-format
5686 msgid "Known code models (for use with the -mcmodel= option):"
5687 msgstr ""
5689 #: config/riscv/riscv.opt:128
5690 #, no-c-format
5691 msgid "Use %reloc() operators, rather than assembly macros, to load addresses."
5692 msgstr ""
5694 #: config/riscv/riscv.opt:132
5695 #, no-c-format
5696 msgid "Take advantage of linker relaxations to reduce the number of instructions required to materialize symbol addresses."
5697 msgstr ""
5699 #: config/riscv/riscv.opt:137
5700 #, no-c-format
5701 msgid "Enable the CSR checking for the ISA-dependent CRS and the read-only CSR. The ISA-dependent CSR are only valid when the specific ISA is set.  The read-only CSR can not be written by the CSR instructions."
5702 msgstr ""
5704 #: config/riscv/riscv.opt:159
5705 #, no-c-format
5706 msgid "Emit RISC-V ELF attribute."
5707 msgstr ""
5709 #: config/riscv/riscv.opt:163 config/i386/i386.opt:246
5710 #, no-c-format
5711 msgid "Use the given data alignment."
5712 msgstr ""
5714 #: config/riscv/riscv.opt:167 config/i386/i386.opt:250
5715 #, no-c-format
5716 msgid "Known data alignment choices (for use with the -malign-data= option):"
5717 msgstr ""
5719 #: config/riscv/riscv.opt:177 config/aarch64/aarch64.opt:241
5720 #: config/i386/i386.opt:1011 config/arm/arm.opt:343
5721 #: config/rs6000/rs6000.opt:550
5722 #, no-c-format
5723 msgid "Use given stack-protector guard."
5724 msgstr ""
5726 #: config/riscv/riscv.opt:181 config/aarch64/aarch64.opt:245
5727 #: config/arm/arm.opt:347 config/rs6000/rs6000.opt:554
5728 #, no-c-format
5729 msgid "Valid arguments to -mstack-protector-guard=:"
5730 msgstr ""
5732 #: config/riscv/riscv.opt:191 config/i386/i386.opt:1025
5733 #: config/rs6000/rs6000.opt:564
5734 #, no-c-format
5735 msgid "Use the given base register for addressing the stack-protector guard."
5736 msgstr ""
5738 #: config/riscv/riscv.opt:198 config/i386/i386.opt:1032
5739 #: config/rs6000/rs6000.opt:571
5740 #, no-c-format
5741 msgid "Use the given offset for addressing the stack-protector guard."
5742 msgstr ""
5744 #: config/riscv/riscv.opt:238
5745 #, no-c-format
5746 msgid "Supported ISA specs (for use with the -misa-spec= option):"
5747 msgstr ""
5749 #: config/riscv/riscv.opt:251
5750 #, no-c-format
5751 msgid "Set the version of RISC-V ISA spec."
5752 msgstr ""
5754 #: config/m32c/m32c.opt:23
5755 #, no-c-format
5756 msgid "-msim\tUse simulator runtime."
5757 msgstr ""
5759 #: config/m32c/m32c.opt:27
5760 #, no-c-format
5761 msgid "-mcpu=r8c\tCompile code for R8C variants."
5762 msgstr ""
5764 #: config/m32c/m32c.opt:31
5765 #, no-c-format
5766 msgid "-mcpu=m16c\tCompile code for M16C variants."
5767 msgstr ""
5769 #: config/m32c/m32c.opt:35
5770 #, no-c-format
5771 msgid "-mcpu=m32cm\tCompile code for M32CM variants."
5772 msgstr ""
5774 #: config/m32c/m32c.opt:39
5775 #, no-c-format
5776 msgid "-mcpu=m32c\tCompile code for M32C variants."
5777 msgstr ""
5779 #: config/m32c/m32c.opt:43
5780 #, no-c-format
5781 msgid "-memregs=\tNumber of memreg bytes (default: 16, range: 0..16)."
5782 msgstr ""
5784 #: config/msp430/msp430.opt:7
5785 #, no-c-format
5786 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."
5787 msgstr ""
5789 #: config/msp430/msp430.opt:11
5790 #, no-c-format
5791 msgid "Force assembly output to always use hex constants."
5792 msgstr ""
5794 #: config/msp430/msp430.opt:15
5795 #, no-c-format
5796 msgid "Specify the MCU to build for."
5797 msgstr ""
5799 #: config/msp430/msp430.opt:19
5800 #, no-c-format
5801 msgid "Warn if an MCU name is unrecognized or conflicts with other options (default: on)."
5802 msgstr ""
5804 #: config/msp430/msp430.opt:23
5805 #, no-c-format
5806 msgid "Warn if devices.csv is not found or there are problem parsing it (default: on)."
5807 msgstr ""
5809 #: config/msp430/msp430.opt:27
5810 #, no-c-format
5811 msgid "Specify the ISA to build for: msp430, msp430x, msp430xv2."
5812 msgstr ""
5814 #: config/msp430/msp430.opt:52
5815 #, no-c-format
5816 msgid "Select large model - 20-bit addresses/pointers."
5817 msgstr ""
5819 #: config/msp430/msp430.opt:56
5820 #, no-c-format
5821 msgid "Select small model - 16-bit addresses/pointers (default)."
5822 msgstr ""
5824 #: config/msp430/msp430.opt:60
5825 #, no-c-format
5826 msgid "Optimize opcode sizes at link time."
5827 msgstr ""
5829 #: config/msp430/msp430.opt:67 config/pru/pru.opt:26
5830 #, no-c-format
5831 msgid "Use a minimum runtime (no static initializers or ctors) for memory-constrained devices."
5832 msgstr ""
5834 #: config/msp430/msp430.opt:74
5835 #, no-c-format
5836 msgid "Specify the type of hardware multiply to support."
5837 msgstr ""
5839 #: config/msp430/msp430.opt:96
5840 #, no-c-format
5841 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)."
5842 msgstr ""
5844 #: config/msp430/msp430.opt:100
5845 #, no-c-format
5846 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)."
5847 msgstr ""
5849 #: config/msp430/msp430.opt:104
5850 #, no-c-format
5851 msgid "Add the .lower prefix to section names when compiling with -m{code,data}-region=lower (disabled by default)."
5852 msgstr ""
5854 #: config/msp430/msp430.opt:123
5855 #, no-c-format
5856 msgid "Passes on a request to the assembler to enable fixes for various silicon errata."
5857 msgstr ""
5859 #: config/msp430/msp430.opt:127
5860 #, no-c-format
5861 msgid "Passes on a request to the assembler to warn about various silicon errata."
5862 msgstr ""
5864 #: config/msp430/msp430.opt:131
5865 #, no-c-format
5866 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."
5867 msgstr ""
5869 #: config/msp430/msp430.opt:136
5870 #, no-c-format
5871 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."
5872 msgstr ""
5874 #: config/aarch64/aarch64.opt:49
5875 #, no-c-format
5876 msgid "The possible TLS dialects:"
5877 msgstr ""
5879 #: config/aarch64/aarch64.opt:61 config/loongarch/loongarch.opt:171
5880 #, no-c-format
5881 msgid "The code model option names for -mcmodel:"
5882 msgstr ""
5884 #: config/aarch64/aarch64.opt:78 config/i386/i386.opt:1046
5885 #, no-c-format
5886 msgid "Generate code which uses only the general registers."
5887 msgstr ""
5889 #: config/aarch64/aarch64.opt:82 config/i386/i386.opt:1138
5890 #, no-c-format
5891 msgid "Generate code to mitigate against straight line speculation."
5892 msgstr ""
5894 #: config/aarch64/aarch64.opt:86
5895 #, no-c-format
5896 msgid "Workaround for ARM Cortex-A53 Erratum number 835769."
5897 msgstr ""
5899 #: config/aarch64/aarch64.opt:90
5900 #, no-c-format
5901 msgid "Workaround for ARM Cortex-A53 Erratum number 843419."
5902 msgstr ""
5904 #: config/aarch64/aarch64.opt:102
5905 #, no-c-format
5906 msgid "Don't assume that unaligned accesses are handled by the system."
5907 msgstr ""
5909 #: config/aarch64/aarch64.opt:106 config/i386/i386.opt:405
5910 #, no-c-format
5911 msgid "Omit the frame pointer in leaf functions."
5912 msgstr ""
5914 #: config/aarch64/aarch64.opt:110
5915 #, no-c-format
5916 msgid "Specify TLS dialect."
5917 msgstr ""
5919 #: config/aarch64/aarch64.opt:114
5920 #, no-c-format
5921 msgid "Specifies bit size of immediate TLS offsets.  Valid values are 12, 24, 32, 48."
5922 msgstr ""
5924 #: config/aarch64/aarch64.opt:133
5925 #, no-c-format
5926 msgid "Use features of architecture ARCH."
5927 msgstr ""
5929 #: config/aarch64/aarch64.opt:137
5930 #, no-c-format
5931 msgid "Use features of and optimize for CPU."
5932 msgstr ""
5934 #: config/aarch64/aarch64.opt:141
5935 #, no-c-format
5936 msgid "Optimize for CPU."
5937 msgstr ""
5939 #: config/aarch64/aarch64.opt:145
5940 #, no-c-format
5941 msgid "Generate code that conforms to the specified ABI."
5942 msgstr ""
5944 #: config/aarch64/aarch64.opt:149
5945 #, no-c-format
5946 msgid "-moverride=<string>\tPower users only! Override CPU optimization parameters."
5947 msgstr ""
5949 #: config/aarch64/aarch64.opt:153
5950 #, no-c-format
5951 msgid "Known AArch64 ABIs (for use with the -mabi= option):"
5952 msgstr ""
5954 #: config/aarch64/aarch64.opt:163
5955 #, no-c-format
5956 msgid "PC relative literal loads."
5957 msgstr ""
5959 #: config/aarch64/aarch64.opt:167 config/arm/arm.opt:331
5960 #, no-c-format
5961 msgid "Use branch-protection features."
5962 msgstr ""
5964 #: config/aarch64/aarch64.opt:171
5965 #, no-c-format
5966 msgid "Select return address signing scope."
5967 msgstr ""
5969 #: config/aarch64/aarch64.opt:175
5970 #, no-c-format
5971 msgid "Supported AArch64 return address signing scope (for use with -msign-return-address= option):"
5972 msgstr ""
5974 #: config/aarch64/aarch64.opt:188
5975 #, no-c-format
5976 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."
5977 msgstr ""
5979 #: config/aarch64/aarch64.opt:194
5980 #, no-c-format
5981 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."
5982 msgstr ""
5984 #: config/aarch64/aarch64.opt:201
5985 #, no-c-format
5986 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."
5987 msgstr ""
5989 #: config/aarch64/aarch64.opt:207
5990 #, no-c-format
5991 msgid "The possible SVE vector lengths:"
5992 msgstr ""
5994 #: config/aarch64/aarch64.opt:229
5995 #, no-c-format
5996 msgid "-msve-vector-bits=<number>\tSet the number of bits in an SVE vector register."
5997 msgstr ""
5999 #: config/aarch64/aarch64.opt:233
6000 #, no-c-format
6001 msgid "Enables verbose cost model dumping in the debug dump files."
6002 msgstr ""
6004 #: config/aarch64/aarch64.opt:237
6005 #, no-c-format
6006 msgid "Generate code to track when the CPU might be speculating incorrectly."
6007 msgstr ""
6009 #: config/aarch64/aarch64.opt:255
6010 #, no-c-format
6011 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."
6012 msgstr ""
6014 #: config/aarch64/aarch64.opt:261
6015 #, no-c-format
6016 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."
6017 msgstr ""
6019 #: config/aarch64/aarch64.opt:270
6020 #, no-c-format
6021 msgid "Generate local calls to out-of-line atomic operations."
6022 msgstr ""
6024 #: config/aarch64/aarch64.opt:274
6025 #, no-c-format
6026 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."
6027 msgstr ""
6029 #: config/aarch64/aarch64.opt:278
6030 #, no-c-format
6031 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."
6032 msgstr ""
6034 #: config/aarch64/aarch64.opt:282
6035 #, no-c-format
6036 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."
6037 msgstr ""
6039 #: config/aarch64/aarch64.opt:292
6040 #, no-c-format
6041 msgid "Constant memcpy size in bytes above which to start using MOPS sequence."
6042 msgstr ""
6044 #: config/aarch64/aarch64.opt:296
6045 #, no-c-format
6046 msgid "Constant memmove size in bytes above which to start using MOPS sequence."
6047 msgstr ""
6049 #: config/aarch64/aarch64.opt:300
6050 #, no-c-format
6051 msgid "Constant memset size in bytes from which to start using MOPS sequence."
6052 msgstr ""
6054 #: config/aarch64/aarch64.opt:304
6055 #, no-c-format
6056 msgid "Limit how much the autovectorizer may unroll a loop."
6057 msgstr ""
6059 #: config/linux.opt:24
6060 #, no-c-format
6061 msgid "Use Bionic C library."
6062 msgstr ""
6064 #: config/linux.opt:28
6065 #, no-c-format
6066 msgid "Use GNU C library."
6067 msgstr ""
6069 #: config/linux.opt:32
6070 #, no-c-format
6071 msgid "Use uClibc C library."
6072 msgstr ""
6074 #: config/linux.opt:36
6075 #, no-c-format
6076 msgid "Use musl C library."
6077 msgstr ""
6079 #: config/ia64/ilp32.opt:3
6080 #, no-c-format
6081 msgid "Generate ILP32 code."
6082 msgstr ""
6084 #: config/ia64/ilp32.opt:7
6085 #, no-c-format
6086 msgid "Generate LP64 code."
6087 msgstr ""
6089 #: config/ia64/ia64.opt:28
6090 #, no-c-format
6091 msgid "Generate big endian code."
6092 msgstr ""
6094 #: config/ia64/ia64.opt:32
6095 #, no-c-format
6096 msgid "Generate little endian code."
6097 msgstr ""
6099 #: config/ia64/ia64.opt:36
6100 #, no-c-format
6101 msgid "Generate code for GNU as."
6102 msgstr ""
6104 #: config/ia64/ia64.opt:40
6105 #, no-c-format
6106 msgid "Generate code for GNU ld."
6107 msgstr ""
6109 #: config/ia64/ia64.opt:44
6110 #, no-c-format
6111 msgid "Emit stop bits before and after volatile extended asms."
6112 msgstr ""
6114 #: config/ia64/ia64.opt:48
6115 #, no-c-format
6116 msgid "Use in/loc/out register names."
6117 msgstr "Використовувати назви регістрів in/loc/out."
6119 #: config/ia64/ia64.opt:55
6120 #, no-c-format
6121 msgid "Enable use of sdata/scommon/sbss."
6122 msgstr ""
6124 #: config/ia64/ia64.opt:59
6125 #, no-c-format
6126 msgid "Generate code without GP reg."
6127 msgstr ""
6129 #: config/ia64/ia64.opt:63
6130 #, no-c-format
6131 msgid "gp is constant (but save/restore gp on indirect calls)."
6132 msgstr ""
6134 #: config/ia64/ia64.opt:67
6135 #, no-c-format
6136 msgid "Generate self-relocatable code."
6137 msgstr ""
6139 #: config/ia64/ia64.opt:71
6140 #, no-c-format
6141 msgid "Generate inline floating point division, optimize for latency."
6142 msgstr ""
6144 #: config/ia64/ia64.opt:75
6145 #, no-c-format
6146 msgid "Generate inline floating point division, optimize for throughput."
6147 msgstr ""
6149 #: config/ia64/ia64.opt:82
6150 #, no-c-format
6151 msgid "Generate inline integer division, optimize for latency."
6152 msgstr ""
6154 #: config/ia64/ia64.opt:86
6155 #, no-c-format
6156 msgid "Generate inline integer division, optimize for throughput."
6157 msgstr ""
6159 #: config/ia64/ia64.opt:90
6160 #, no-c-format
6161 msgid "Do not inline integer division."
6162 msgstr ""
6164 #: config/ia64/ia64.opt:94
6165 #, no-c-format
6166 msgid "Generate inline square root, optimize for latency."
6167 msgstr ""
6169 #: config/ia64/ia64.opt:98
6170 #, no-c-format
6171 msgid "Generate inline square root, optimize for throughput."
6172 msgstr ""
6174 #: config/ia64/ia64.opt:102
6175 #, no-c-format
6176 msgid "Do not inline square root."
6177 msgstr ""
6179 #: config/ia64/ia64.opt:106
6180 #, no-c-format
6181 msgid "Enable DWARF line debug info via GNU as."
6182 msgstr ""
6184 #: config/ia64/ia64.opt:110
6185 #, no-c-format
6186 msgid "Enable earlier placing stop bits for better scheduling."
6187 msgstr ""
6189 #: config/ia64/ia64.opt:114 config/pa/pa.opt:70 config/sh/sh.opt:227
6190 #, no-c-format
6191 msgid "Specify range of registers to make fixed."
6192 msgstr ""
6194 #: config/ia64/ia64.opt:118 config/alpha/alpha.opt:130
6195 #, no-c-format
6196 msgid "Specify bit size of immediate TLS offsets."
6197 msgstr ""
6199 #: config/ia64/ia64.opt:122 config/i386/i386.opt:527 config/s390/s390.opt:203
6200 #: config/sparc/sparc.opt:146 config/visium/visium.opt:49
6201 #, no-c-format
6202 msgid "Schedule code for given CPU."
6203 msgstr ""
6205 #: config/ia64/ia64.opt:126
6206 #, no-c-format
6207 msgid "Known Itanium CPUs (for use with the -mtune= option):"
6208 msgstr ""
6210 #: config/ia64/ia64.opt:136
6211 #, no-c-format
6212 msgid "Use data speculation before reload."
6213 msgstr ""
6215 #: config/ia64/ia64.opt:140
6216 #, no-c-format
6217 msgid "Use data speculation after reload."
6218 msgstr ""
6220 #: config/ia64/ia64.opt:144
6221 #, no-c-format
6222 msgid "Use control speculation."
6223 msgstr ""
6225 #: config/ia64/ia64.opt:148
6226 #, no-c-format
6227 msgid "Use in block data speculation before reload."
6228 msgstr ""
6230 #: config/ia64/ia64.opt:152
6231 #, no-c-format
6232 msgid "Use in block data speculation after reload."
6233 msgstr ""
6235 #: config/ia64/ia64.opt:156
6236 #, no-c-format
6237 msgid "Use in block control speculation."
6238 msgstr ""
6240 #: config/ia64/ia64.opt:160
6241 #, no-c-format
6242 msgid "Use simple data speculation check."
6243 msgstr ""
6245 #: config/ia64/ia64.opt:164
6246 #, no-c-format
6247 msgid "Use simple data speculation check for control speculation."
6248 msgstr ""
6250 #: config/ia64/ia64.opt:174
6251 #, no-c-format
6252 msgid "Count speculative dependencies while calculating priority of instructions."
6253 msgstr ""
6255 #: config/ia64/ia64.opt:178
6256 #, no-c-format
6257 msgid "Place a stop bit after every cycle when scheduling."
6258 msgstr ""
6260 #: config/ia64/ia64.opt:182
6261 #, no-c-format
6262 msgid "Assume that floating-point stores and loads are not likely to cause conflict when placed into one instruction group."
6263 msgstr ""
6265 #: config/ia64/ia64.opt:186
6266 #, no-c-format
6267 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."
6268 msgstr ""
6270 #: config/ia64/ia64.opt:190
6271 #, no-c-format
6272 msgid "Disallow more than 'msched-max-memory-insns' in instruction group. Otherwise, limit is 'soft' (prefer non-memory operations when limit is reached)."
6273 msgstr ""
6275 #: config/ia64/ia64.opt:194
6276 #, no-c-format
6277 msgid "Don't generate checks for control speculation in selective scheduling."
6278 msgstr ""
6280 #: config/epiphany/epiphany.opt:24
6281 #, no-c-format
6282 msgid "Don't use any of r32..r63."
6283 msgstr ""
6285 #: config/epiphany/epiphany.opt:28
6286 #, no-c-format
6287 msgid "Preferentially allocate registers that allow short instruction generation."
6288 msgstr ""
6290 #: config/epiphany/epiphany.opt:32
6291 #, no-c-format
6292 msgid "Set branch cost."
6293 msgstr ""
6295 #: config/epiphany/epiphany.opt:36
6296 #, no-c-format
6297 msgid "Enable conditional move instruction usage."
6298 msgstr "Увімкнути використання інструкцій із умовного пересування."
6300 #: config/epiphany/epiphany.opt:40
6301 #, no-c-format
6302 msgid "Set number of nops to emit before each insn pattern."
6303 msgstr ""
6305 #: config/epiphany/epiphany.opt:52
6306 #, no-c-format
6307 msgid "Use software floating point comparisons."
6308 msgstr ""
6310 #: config/epiphany/epiphany.opt:56
6311 #, no-c-format
6312 msgid "Enable split of 32 bit immediate loads into low / high part."
6313 msgstr ""
6315 #: config/epiphany/epiphany.opt:60
6316 #, no-c-format
6317 msgid "Enable use of POST_INC / POST_DEC."
6318 msgstr ""
6320 #: config/epiphany/epiphany.opt:64
6321 #, no-c-format
6322 msgid "Enable use of POST_MODIFY."
6323 msgstr ""
6325 #: config/epiphany/epiphany.opt:68
6326 #, no-c-format
6327 msgid "Set number of bytes on the stack preallocated for use by the callee."
6328 msgstr ""
6330 #: config/epiphany/epiphany.opt:72
6331 #, no-c-format
6332 msgid "Assume round to nearest is selected for purposes of scheduling."
6333 msgstr ""
6335 #: config/epiphany/epiphany.opt:76
6336 #, no-c-format
6337 msgid "Generate call insns as indirect calls."
6338 msgstr ""
6340 #: config/epiphany/epiphany.opt:80
6341 #, no-c-format
6342 msgid "Generate call insns as direct calls."
6343 msgstr ""
6345 #: config/epiphany/epiphany.opt:84
6346 #, no-c-format
6347 msgid "Assume labels and symbols can be addressed using 16 bit absolute addresses."
6348 msgstr ""
6350 #: config/epiphany/epiphany.opt:108
6351 #, no-c-format
6352 msgid "A floatig point to integer truncation may be replaced with rounding to save mode switching."
6353 msgstr ""
6355 #: config/epiphany/epiphany.opt:112
6356 #, no-c-format
6357 msgid "Vectorize for double-word operations."
6358 msgstr ""
6360 #: config/epiphany/epiphany.opt:128
6361 #, no-c-format
6362 msgid "Split unaligned 8 byte vector moves before post-modify address generation."
6363 msgstr ""
6365 #: config/epiphany/epiphany.opt:132
6366 #, no-c-format
6367 msgid "Use the floating point unit for integer add/subtract."
6368 msgstr ""
6370 #: config/epiphany/epiphany.opt:136
6371 #, no-c-format
6372 msgid "Set register to hold -1."
6373 msgstr ""
6375 #: config/ft32/ft32.opt:23
6376 #, no-c-format
6377 msgid "Target the software simulator."
6378 msgstr ""
6380 #: config/ft32/ft32.opt:27 config/s390/s390.opt:234 config/mips/mips.opt:393
6381 #: config/arc/arc.opt:405
6382 #, no-c-format
6383 msgid "Use LRA instead of reload."
6384 msgstr ""
6386 #: config/ft32/ft32.opt:31
6387 #, no-c-format
6388 msgid "Avoid use of the DIV and MOD instructions."
6389 msgstr ""
6391 #: config/ft32/ft32.opt:35
6392 #, no-c-format
6393 msgid "Target the FT32B architecture."
6394 msgstr ""
6396 #: config/ft32/ft32.opt:39
6397 #, no-c-format
6398 msgid "Enable FT32B code compression."
6399 msgstr "Увімкнути стискання коду FT32B."
6401 #: config/ft32/ft32.opt:43
6402 #, no-c-format
6403 msgid "Avoid placing any readable data in program memory."
6404 msgstr ""
6406 #: config/h8300/h8300.opt:23
6407 #, no-c-format
6408 msgid "Generate H8S code."
6409 msgstr ""
6411 #: config/h8300/h8300.opt:27
6412 #, no-c-format
6413 msgid "Generate H8SX code."
6414 msgstr ""
6416 #: config/h8300/h8300.opt:31
6417 #, no-c-format
6418 msgid "Generate H8S/2600 code."
6419 msgstr ""
6421 #: config/h8300/h8300.opt:35
6422 #, no-c-format
6423 msgid "Make integers 32 bits wide."
6424 msgstr ""
6426 #: config/h8300/h8300.opt:42
6427 #, no-c-format
6428 msgid "Use registers for argument passing."
6429 msgstr ""
6431 #: config/h8300/h8300.opt:46
6432 #, no-c-format
6433 msgid "Consider access to byte sized memory slow."
6434 msgstr ""
6436 #: config/h8300/h8300.opt:50
6437 #, no-c-format
6438 msgid "Enable linker relaxing."
6439 msgstr ""
6441 #: config/h8300/h8300.opt:54
6442 #, no-c-format
6443 msgid "Generate H8/300H code."
6444 msgstr ""
6446 #: config/h8300/h8300.opt:58
6447 #, no-c-format
6448 msgid "Enable the normal mode."
6449 msgstr ""
6451 #: config/h8300/h8300.opt:62
6452 #, no-c-format
6453 msgid "Use H8/300 alignment rules."
6454 msgstr ""
6456 #: config/h8300/h8300.opt:66
6457 #, no-c-format
6458 msgid "Push extended registers on stack in monitor functions."
6459 msgstr ""
6461 #: config/h8300/h8300.opt:70
6462 #, no-c-format
6463 msgid "Do not push extended registers on stack in monitor functions."
6464 msgstr ""
6466 #: config/pru/pru.opt:31
6467 #, no-c-format
6468 msgid "-mmcu=MCU\tSelect the target System-On-Chip variant that embeds this PRU."
6469 msgstr ""
6471 #: config/pru/pru.opt:35
6472 #, no-c-format
6473 msgid "Make GCC pass the --no-relax command-line option to the linker instead of the --relax option."
6474 msgstr ""
6476 #: config/pru/pru.opt:40
6477 #, no-c-format
6478 msgid "Allow (or do not allow) gcc to use the LOOP instruction."
6479 msgstr ""
6481 #: config/pru/pru.opt:44
6482 #, no-c-format
6483 msgid "Select target ABI variant."
6484 msgstr ""
6486 #: config/pru/pru.opt:48
6487 #, no-c-format
6488 msgid "ABI variant code generation (for use with -mabi= option):"
6489 msgstr ""
6491 #: config/pdp11/pdp11.opt:23
6492 #, no-c-format
6493 msgid "Generate code for an 11/10."
6494 msgstr ""
6496 #: config/pdp11/pdp11.opt:27
6497 #, no-c-format
6498 msgid "Generate code for an 11/40."
6499 msgstr ""
6501 #: config/pdp11/pdp11.opt:31
6502 #, no-c-format
6503 msgid "Generate code for an 11/45."
6504 msgstr ""
6506 #: config/pdp11/pdp11.opt:35
6507 #, no-c-format
6508 msgid "Return floating-point results in ac0 (fr0 in Unix assembler syntax)."
6509 msgstr ""
6511 #: config/pdp11/pdp11.opt:39
6512 #, no-c-format
6513 msgid "Use the DEC assembler syntax."
6514 msgstr ""
6516 #: config/pdp11/pdp11.opt:43
6517 #, no-c-format
6518 msgid "Use the GNU assembler syntax."
6519 msgstr ""
6521 #: config/pdp11/pdp11.opt:47 config/rs6000/rs6000.opt:183
6522 #: config/frv/frv.opt:158
6523 #, no-c-format
6524 msgid "Use hardware floating point."
6525 msgstr ""
6527 #: config/pdp11/pdp11.opt:51
6528 #, no-c-format
6529 msgid "Use 16 bit int."
6530 msgstr ""
6532 #: config/pdp11/pdp11.opt:55
6533 #, no-c-format
6534 msgid "Use 32 bit int."
6535 msgstr ""
6537 #: config/pdp11/pdp11.opt:59 config/rs6000/rs6000.opt:179
6538 #, no-c-format
6539 msgid "Do not use hardware floating point."
6540 msgstr ""
6542 #: config/pdp11/pdp11.opt:63
6543 #, no-c-format
6544 msgid "Target has split I&D."
6545 msgstr ""
6547 #: config/pdp11/pdp11.opt:67
6548 #, no-c-format
6549 msgid "Use UNIX assembler syntax."
6550 msgstr ""
6552 #: config/pdp11/pdp11.opt:71
6553 #, no-c-format
6554 msgid "Use LRA register allocator."
6555 msgstr ""
6557 #: config/xtensa/xtensa.opt:23
6558 #, no-c-format
6559 msgid "Use CONST16 instruction to load constants."
6560 msgstr ""
6562 #: config/xtensa/xtensa.opt:27
6563 #, no-c-format
6564 msgid "Disable position-independent code (PIC) for use in OS kernel code."
6565 msgstr ""
6567 #: config/xtensa/xtensa.opt:31
6568 #, no-c-format
6569 msgid "Use indirect CALLXn instructions for large programs."
6570 msgstr ""
6572 #: config/xtensa/xtensa.opt:35
6573 #, no-c-format
6574 msgid "Set extra memory access cost for L32R instruction, in clock-cycle units."
6575 msgstr ""
6577 #: config/xtensa/xtensa.opt:39 config/sh/sh.opt:303
6578 #, no-c-format
6579 msgid "Use LRA instead of reload (transitional)."
6580 msgstr ""
6582 #: config/xtensa/xtensa.opt:43
6583 #, no-c-format
6584 msgid "Automatically align branch targets to reduce branch penalties."
6585 msgstr ""
6587 #: config/xtensa/xtensa.opt:47
6588 #, no-c-format
6589 msgid "Intersperse literal pools with code in the text section."
6590 msgstr ""
6592 #: config/xtensa/xtensa.opt:51
6593 #, no-c-format
6594 msgid "Relax literals in assembler and place them automatically in the text section."
6595 msgstr ""
6597 #: config/xtensa/xtensa.opt:55
6598 #, no-c-format
6599 msgid "-mno-serialize-volatile\tDo not serialize volatile memory references with MEMW instructions."
6600 msgstr ""
6602 #: config/xtensa/xtensa.opt:62
6603 #, no-c-format
6604 msgid "Use call0 ABI."
6605 msgstr ""
6607 #: config/xtensa/xtensa.opt:66
6608 #, no-c-format
6609 msgid "Use windowed registers ABI."
6610 msgstr "Використовувати бінарний інтерфейс із віконними регістрами."
6612 #: config/i386/cygming.opt:23
6613 #, no-c-format
6614 msgid "Create console application."
6615 msgstr ""
6617 #: config/i386/cygming.opt:27
6618 #, no-c-format
6619 msgid "Generate code for a DLL."
6620 msgstr ""
6622 #: config/i386/cygming.opt:31
6623 #, no-c-format
6624 msgid "Ignore dllimport for functions."
6625 msgstr ""
6627 #: config/i386/cygming.opt:35
6628 #, no-c-format
6629 msgid "Use Mingw-specific thread support."
6630 msgstr ""
6632 #: config/i386/cygming.opt:39
6633 #, no-c-format
6634 msgid "Set Windows defines."
6635 msgstr ""
6637 #: config/i386/cygming.opt:43
6638 #, no-c-format
6639 msgid "Create GUI application."
6640 msgstr ""
6642 #: config/i386/cygming.opt:47
6643 #, no-c-format
6644 msgid "Use the GNU extension to the PE format for aligned common data."
6645 msgstr ""
6647 #: config/i386/cygming.opt:51
6648 #, no-c-format
6649 msgid "Compile code that relies on Cygwin DLL wrappers to support C++ operator new/delete replacement."
6650 msgstr ""
6652 #: config/i386/cygming.opt:55
6653 #, no-c-format
6654 msgid "For nested functions on stack executable permission is set."
6655 msgstr ""
6657 #: config/i386/cygming.opt:62
6658 #, no-c-format
6659 msgid "Put relocated read-only data into .data section."
6660 msgstr ""
6662 #: config/i386/mingw.opt:29
6663 #, no-c-format
6664 msgid "Warn about none ISO msvcrt scanf/printf width extensions."
6665 msgstr ""
6667 #: config/i386/mingw-w64.opt:23
6668 #, no-c-format
6669 msgid "Use unicode startup and define UNICODE macro."
6670 msgstr ""
6672 #: config/i386/i386.opt:198
6673 #, no-c-format
6674 msgid "sizeof(long double) is 16."
6675 msgstr ""
6677 #: config/i386/i386.opt:202 config/i386/i386.opt:370
6678 #, no-c-format
6679 msgid "Use hardware fp."
6680 msgstr ""
6682 #: config/i386/i386.opt:206
6683 #, no-c-format
6684 msgid "sizeof(long double) is 12."
6685 msgstr ""
6687 #: config/i386/i386.opt:210
6688 #, no-c-format
6689 msgid "Use 80-bit long double."
6690 msgstr ""
6692 #: config/i386/i386.opt:214 config/s390/s390.opt:163
6693 #: config/sparc/long-double-switch.opt:27 config/alpha/alpha.opt:102
6694 #, no-c-format
6695 msgid "Use 64-bit long double."
6696 msgstr ""
6698 #: config/i386/i386.opt:218 config/s390/s390.opt:159
6699 #: config/sparc/long-double-switch.opt:23 config/alpha/alpha.opt:98
6700 #, no-c-format
6701 msgid "Use 128-bit long double."
6702 msgstr ""
6704 #: config/i386/i386.opt:222 config/sh/sh.opt:179
6705 #, no-c-format
6706 msgid "Reserve space for outgoing arguments in the function prologue."
6707 msgstr ""
6709 #: config/i386/i386.opt:226
6710 #, no-c-format
6711 msgid "Align some doubles on dword boundary."
6712 msgstr ""
6714 #: config/i386/i386.opt:230
6715 #, no-c-format
6716 msgid "Function starts are aligned to this power of 2."
6717 msgstr ""
6719 #: config/i386/i386.opt:234
6720 #, no-c-format
6721 msgid "Jump targets are aligned to this power of 2."
6722 msgstr ""
6724 #: config/i386/i386.opt:238
6725 #, no-c-format
6726 msgid "Loop code aligned to this power of 2."
6727 msgstr ""
6729 #: config/i386/i386.opt:242
6730 #, no-c-format
6731 msgid "Align destination of the string operations."
6732 msgstr ""
6734 #: config/i386/i386.opt:263 config/s390/s390.opt:56
6735 #, no-c-format
6736 msgid "Generate code for given CPU."
6737 msgstr ""
6739 #: config/i386/i386.opt:267
6740 #, no-c-format
6741 msgid "Use given assembler dialect."
6742 msgstr ""
6744 #: config/i386/i386.opt:271
6745 #, no-c-format
6746 msgid "Known assembler dialects (for use with the -masm= option):"
6747 msgstr ""
6749 #: config/i386/i386.opt:281
6750 #, no-c-format
6751 msgid "Branches are this expensive (arbitrary units)."
6752 msgstr ""
6754 #: config/i386/i386.opt:285
6755 #, no-c-format
6756 msgid "-mlarge-data-threshold=<number>\tData greater than given threshold will go into .ldata section in x86-64 medium model."
6757 msgstr ""
6759 #: config/i386/i386.opt:289
6760 #, no-c-format
6761 msgid "Use given x86-64 code model."
6762 msgstr ""
6764 #: config/i386/i386.opt:312
6765 #, no-c-format
6766 msgid "Use given address mode."
6767 msgstr "Використовувати вказаний режим адресування."
6769 #: config/i386/i386.opt:316
6770 #, no-c-format
6771 msgid "Known address mode (for use with the -maddress-mode= option):"
6772 msgstr ""
6774 #: config/i386/i386.opt:329
6775 #, no-c-format
6776 msgid "Generate sin, cos, sqrt for FPU."
6777 msgstr ""
6779 #: config/i386/i386.opt:333
6780 #, no-c-format
6781 msgid "Always use Dynamic Realigned Argument Pointer (DRAP) to realign stack."
6782 msgstr ""
6784 #: config/i386/i386.opt:337
6785 #, no-c-format
6786 msgid "Return values of functions in FPU registers."
6787 msgstr ""
6789 #: config/i386/i386.opt:341
6790 #, no-c-format
6791 msgid "Generate floating point mathematics using given instruction set."
6792 msgstr ""
6794 #: config/i386/i386.opt:345
6795 #, no-c-format
6796 msgid "Valid arguments to -mfpmath=:"
6797 msgstr ""
6799 #: config/i386/i386.opt:378
6800 #, no-c-format
6801 msgid "Inline all known string operations."
6802 msgstr ""
6804 #: config/i386/i386.opt:382
6805 #, no-c-format
6806 msgid "Inline memset/memcpy string operations, but perform inline version only for small blocks."
6807 msgstr ""
6809 #: config/i386/i386.opt:389
6810 #, no-c-format
6811 msgid "Use native (MS) bitfield layout."
6812 msgstr ""
6814 #: config/i386/i386.opt:409
6815 #, no-c-format
6816 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."
6817 msgstr ""
6819 #: config/i386/i386.opt:413
6820 #, no-c-format
6821 msgid "Set 80387 floating-point precision to 32-bit."
6822 msgstr ""
6824 #: config/i386/i386.opt:417
6825 #, no-c-format
6826 msgid "Set 80387 floating-point precision to 64-bit."
6827 msgstr ""
6829 #: config/i386/i386.opt:421
6830 #, no-c-format
6831 msgid "Set 80387 floating-point precision to 80-bit."
6832 msgstr ""
6834 #: config/i386/i386.opt:425
6835 #, no-c-format
6836 msgid "Set the FTZ and DAZ Flags."
6837 msgstr ""
6839 #: config/i386/i386.opt:433
6840 #, no-c-format
6841 msgid "Assume incoming stack aligned to this power of 2."
6842 msgstr ""
6844 #: config/i386/i386.opt:437
6845 #, no-c-format
6846 msgid "Use push instructions to save outgoing arguments."
6847 msgstr ""
6849 #: config/i386/i386.opt:441
6850 #, no-c-format
6851 msgid "Use red-zone in the x86-64 code."
6852 msgstr ""
6854 #: config/i386/i386.opt:445
6855 #, no-c-format
6856 msgid "Number of registers used to pass integer arguments."
6857 msgstr ""
6859 #: config/i386/i386.opt:449
6860 #, no-c-format
6861 msgid "Alternate calling convention."
6862 msgstr ""
6864 #: config/i386/i386.opt:453 config/alpha/alpha.opt:23
6865 #, no-c-format
6866 msgid "Do not use hardware fp."
6867 msgstr ""
6869 #: config/i386/i386.opt:457
6870 #, no-c-format
6871 msgid "Use SSE register passing conventions for SF and DF mode."
6872 msgstr ""
6874 #: config/i386/i386.opt:461
6875 #, no-c-format
6876 msgid "Realign stack in prologue."
6877 msgstr ""
6879 #: config/i386/i386.opt:465
6880 #, no-c-format
6881 msgid "Enable stack probing."
6882 msgstr ""
6884 #: config/i386/i386.opt:469
6885 #, no-c-format
6886 msgid "Specify memcpy expansion strategy when expected size is known."
6887 msgstr ""
6889 #: config/i386/i386.opt:473
6890 #, no-c-format
6891 msgid "Specify memset expansion strategy when expected size is known."
6892 msgstr ""
6894 #: config/i386/i386.opt:477
6895 #, no-c-format
6896 msgid "Chose strategy to generate stringop using."
6897 msgstr ""
6899 #: config/i386/i386.opt:481
6900 #, no-c-format
6901 msgid "Valid arguments to -mstringop-strategy=:"
6902 msgstr ""
6904 #: config/i386/i386.opt:509
6905 #, no-c-format
6906 msgid "Use given thread-local storage dialect."
6907 msgstr ""
6909 #: config/i386/i386.opt:513
6910 #, no-c-format
6911 msgid "Known TLS dialects (for use with the -mtls-dialect= option):"
6912 msgstr ""
6914 #: config/i386/i386.opt:523
6915 #, no-c-format
6916 msgid "Use direct references against %gs when accessing tls data."
6917 msgstr ""
6919 #: config/i386/i386.opt:531
6920 #, no-c-format
6921 msgid "Fine grain control of tune features."
6922 msgstr ""
6924 #: config/i386/i386.opt:535
6925 #, no-c-format
6926 msgid "Clear all tune features."
6927 msgstr ""
6929 #: config/i386/i386.opt:542
6930 #, no-c-format
6931 msgid "Generate code that conforms to Intel MCU psABI."
6932 msgstr ""
6934 #: config/i386/i386.opt:546
6935 #, no-c-format
6936 msgid "Generate code that conforms to the given ABI."
6937 msgstr ""
6939 #: config/i386/i386.opt:550 config/nds32/nds32.opt:51
6940 #, no-c-format
6941 msgid "Known ABIs (for use with the -mabi= option):"
6942 msgstr ""
6944 #: config/i386/i386.opt:560
6945 #, no-c-format
6946 msgid "Use libgcc stubs to save and restore registers clobbered by 64-bit Microsoft to System V ABI calls."
6947 msgstr ""
6949 #: config/i386/i386.opt:564 config/rs6000/rs6000.opt:195
6950 #, no-c-format
6951 msgid "Vector library ABI to use."
6952 msgstr ""
6954 #: config/i386/i386.opt:568
6955 #, no-c-format
6956 msgid "Known vectorization library ABIs (for use with the -mveclibabi= option):"
6957 msgstr ""
6959 #: config/i386/i386.opt:578
6960 #, no-c-format
6961 msgid "Return 8-byte vectors in memory."
6962 msgstr ""
6964 #: config/i386/i386.opt:582
6965 #, no-c-format
6966 msgid "Generate reciprocals instead of divss and sqrtss."
6967 msgstr ""
6969 #: config/i386/i386.opt:586
6970 #, no-c-format
6971 msgid "Control generation of reciprocal estimates."
6972 msgstr ""
6974 #: config/i386/i386.opt:590
6975 #, no-c-format
6976 msgid "Generate cld instruction in the function prologue."
6977 msgstr ""
6979 #: config/i386/i386.opt:594
6980 #, no-c-format
6981 msgid "Generate vzeroupper instruction before a transfer of control flow out of the function."
6982 msgstr ""
6984 #: config/i386/i386.opt:599
6985 #, no-c-format
6986 msgid "Disable Scalar to Vector optimization pass transforming 64-bit integer computations into a vector ones."
6987 msgstr ""
6989 #: config/i386/i386.opt:604
6990 #, no-c-format
6991 msgid "Do dispatch scheduling if processor is bdver1, bdver2, bdver3, bdver4 or znver1 and Haifa scheduling is selected."
6992 msgstr ""
6994 #: config/i386/i386.opt:609
6995 #, no-c-format
6996 msgid "Use 128-bit AVX instructions instead of 256-bit AVX instructions in the auto-vectorizer."
6997 msgstr ""
6999 #: config/i386/i386.opt:613
7000 #, no-c-format
7001 msgid "Use given register vector width instructions instead of maximum register width in the auto-vectorizer."
7002 msgstr ""
7004 #: config/i386/i386.opt:617
7005 #, no-c-format
7006 msgid "Known preferred register vector length (to use with the -mprefer-vector-width= option):"
7007 msgstr ""
7009 #: config/i386/i386.opt:633
7010 #, no-c-format
7011 msgid "Maximum number of bits that can be moved from memory to memory efficiently."
7012 msgstr ""
7014 #: config/i386/i386.opt:637
7015 #, no-c-format
7016 msgid "Maximum number of bits that can be stored to memory efficiently."
7017 msgstr ""
7019 #: config/i386/i386.opt:643
7020 #, no-c-format
7021 msgid "Generate 32bit i386 code."
7022 msgstr ""
7024 #: config/i386/i386.opt:647
7025 #, no-c-format
7026 msgid "Generate 64bit x86-64 code."
7027 msgstr ""
7029 #: config/i386/i386.opt:651
7030 #, no-c-format
7031 msgid "Generate 32bit x86-64 code."
7032 msgstr ""
7034 #: config/i386/i386.opt:655
7035 #, no-c-format
7036 msgid "Generate 16bit i386 code."
7037 msgstr ""
7039 #: config/i386/i386.opt:659
7040 #, no-c-format
7041 msgid "Support MMX built-in functions."
7042 msgstr ""
7044 #: config/i386/i386.opt:663
7045 #, no-c-format
7046 msgid "Support 3DNow! built-in functions."
7047 msgstr ""
7049 #: config/i386/i386.opt:667
7050 #, no-c-format
7051 msgid "Support Athlon 3Dnow! built-in functions."
7052 msgstr ""
7054 #: config/i386/i386.opt:671
7055 #, no-c-format
7056 msgid "Support MMX and SSE built-in functions and code generation."
7057 msgstr ""
7059 #: config/i386/i386.opt:675
7060 #, no-c-format
7061 msgid "Support MMX, SSE and SSE2 built-in functions and code generation."
7062 msgstr ""
7064 #: config/i386/i386.opt:679
7065 #, no-c-format
7066 msgid "Support MMX, SSE, SSE2 and SSE3 built-in functions and code generation."
7067 msgstr ""
7069 #: config/i386/i386.opt:683
7070 #, no-c-format
7071 msgid "Support MMX, SSE, SSE2, SSE3 and SSSE3 built-in functions and code generation."
7072 msgstr ""
7074 #: config/i386/i386.opt:687
7075 #, no-c-format
7076 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3 and SSE4.1 built-in functions and code generation."
7077 msgstr ""
7079 #: config/i386/i386.opt:691 config/i386/i386.opt:695
7080 #, no-c-format
7081 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1 and SSE4.2 built-in functions and code generation."
7082 msgstr ""
7084 #: config/i386/i386.opt:699
7085 #, no-c-format
7086 msgid "Do not support SSE4.1 and SSE4.2 built-in functions and code generation."
7087 msgstr ""
7089 #: config/i386/i386.opt:707
7090 #, no-c-format
7091 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2 and AVX built-in functions and code generation."
7092 msgstr ""
7094 #: config/i386/i386.opt:711
7095 #, no-c-format
7096 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX and AVX2 built-in functions and code generation."
7097 msgstr ""
7099 #: config/i386/i386.opt:715
7100 #, no-c-format
7101 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F built-in functions and code generation."
7102 msgstr ""
7104 #: config/i386/i386.opt:719
7105 #, no-c-format
7106 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512PF built-in functions and code generation."
7107 msgstr ""
7109 #: config/i386/i386.opt:723
7110 #, no-c-format
7111 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512ER built-in functions and code generation."
7112 msgstr ""
7114 #: config/i386/i386.opt:727
7115 #, no-c-format
7116 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512CD built-in functions and code generation."
7117 msgstr ""
7119 #: config/i386/i386.opt:731
7120 #, no-c-format
7121 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512DQ built-in functions and code generation."
7122 msgstr ""
7124 #: config/i386/i386.opt:735
7125 #, no-c-format
7126 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512BW built-in functions and code generation."
7127 msgstr ""
7129 #: config/i386/i386.opt:739
7130 #, no-c-format
7131 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512VL built-in functions and code generation."
7132 msgstr ""
7134 #: config/i386/i386.opt:743
7135 #, no-c-format
7136 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512IFMA built-in functions and code generation."
7137 msgstr ""
7139 #: config/i386/i386.opt:747
7140 #, no-c-format
7141 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512VBMI built-in functions and code generation."
7142 msgstr ""
7144 #: config/i386/i386.opt:751
7145 #, no-c-format
7146 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512F and AVX5124FMAPS built-in functions and code generation."
7147 msgstr ""
7149 #: config/i386/i386.opt:755
7150 #, no-c-format
7151 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512F and AVX5124VNNIW built-in functions and code generation."
7152 msgstr ""
7154 #: config/i386/i386.opt:759
7155 #, no-c-format
7156 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512F and AVX512VPOPCNTDQ built-in functions and code generation."
7157 msgstr ""
7159 #: config/i386/i386.opt:763
7160 #, no-c-format
7161 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512F and AVX512VBMI2 built-in functions and code generation."
7162 msgstr ""
7164 #: config/i386/i386.opt:767
7165 #, no-c-format
7166 msgid "Support AVX512VNNI built-in functions and code generation."
7167 msgstr ""
7169 #: config/i386/i386.opt:771
7170 #, no-c-format
7171 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512F and AVX512BITALG built-in functions and code generation."
7172 msgstr ""
7174 #: config/i386/i386.opt:775
7175 #, no-c-format
7176 msgid "Support AVX512VP2INTERSECT built-in functions and code generation."
7177 msgstr ""
7179 #: config/i386/i386.opt:779
7180 #, no-c-format
7181 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX and FMA built-in functions and code generation."
7182 msgstr ""
7184 #: config/i386/i386.opt:783
7185 #, no-c-format
7186 msgid "Support MMX, SSE, SSE2, SSE3 and SSE4A built-in functions and code generation."
7187 msgstr ""
7189 #: config/i386/i386.opt:787
7190 #, no-c-format
7191 msgid "Support FMA4 built-in functions and code generation."
7192 msgstr ""
7194 #: config/i386/i386.opt:791
7195 #, no-c-format
7196 msgid "Support XOP built-in functions and code generation."
7197 msgstr ""
7199 #: config/i386/i386.opt:795
7200 #, no-c-format
7201 msgid "Support LWP built-in functions and code generation."
7202 msgstr ""
7204 #: config/i386/i386.opt:799
7205 #, no-c-format
7206 msgid "Support code generation of Advanced Bit Manipulation (ABM) instructions."
7207 msgstr ""
7209 #: config/i386/i386.opt:803
7210 #, no-c-format
7211 msgid "Support code generation of popcnt instruction."
7212 msgstr ""
7214 #: config/i386/i386.opt:807
7215 #, no-c-format
7216 msgid "Support PCONFIG built-in functions and code generation."
7217 msgstr ""
7219 #: config/i386/i386.opt:811
7220 #, no-c-format
7221 msgid "Support WBNOINVD built-in functions and code generation."
7222 msgstr ""
7224 #: config/i386/i386.opt:815
7225 #, no-c-format
7226 msgid "Support PTWRITE built-in functions and code generation."
7227 msgstr ""
7229 #: config/i386/i386.opt:819
7230 #, no-c-format
7231 msgid "Support UINTR built-in functions and code generation."
7232 msgstr ""
7234 #: config/i386/i386.opt:823
7235 #, no-c-format
7236 msgid "Support SGX built-in functions and code generation."
7237 msgstr ""
7239 #: config/i386/i386.opt:827
7240 #, no-c-format
7241 msgid "Support RDPID built-in functions and code generation."
7242 msgstr ""
7244 #: config/i386/i386.opt:831
7245 #, no-c-format
7246 msgid "Support GFNI built-in functions and code generation."
7247 msgstr ""
7249 #: config/i386/i386.opt:835
7250 #, no-c-format
7251 msgid "Support VAES built-in functions and code generation."
7252 msgstr ""
7254 #: config/i386/i386.opt:839
7255 #, no-c-format
7256 msgid "Support VPCLMULQDQ built-in functions and code generation."
7257 msgstr ""
7259 #: config/i386/i386.opt:843
7260 #, no-c-format
7261 msgid "Support BMI built-in functions and code generation."
7262 msgstr ""
7264 #: config/i386/i386.opt:847
7265 #, no-c-format
7266 msgid "Support BMI2 built-in functions and code generation."
7267 msgstr ""
7269 #: config/i386/i386.opt:851
7270 #, no-c-format
7271 msgid "Support LZCNT built-in function and code generation."
7272 msgstr ""
7274 #: config/i386/i386.opt:855
7275 #, no-c-format
7276 msgid "Support Hardware Lock Elision prefixes."
7277 msgstr ""
7279 #: config/i386/i386.opt:859
7280 #, no-c-format
7281 msgid "Support RDSEED instruction."
7282 msgstr ""
7284 #: config/i386/i386.opt:863
7285 #, no-c-format
7286 msgid "Support PREFETCHW instruction."
7287 msgstr ""
7289 #: config/i386/i386.opt:867
7290 #, no-c-format
7291 msgid "Support flag-preserving add-carry instructions."
7292 msgstr ""
7294 #: config/i386/i386.opt:871
7295 #, no-c-format
7296 msgid "Support CLFLUSHOPT instructions."
7297 msgstr ""
7299 #: config/i386/i386.opt:875
7300 #, no-c-format
7301 msgid "Support CLWB instruction."
7302 msgstr ""
7304 #: config/i386/i386.opt:882
7305 #, no-c-format
7306 msgid "Support FXSAVE and FXRSTOR instructions."
7307 msgstr ""
7309 #: config/i386/i386.opt:886
7310 #, no-c-format
7311 msgid "Support XSAVE and XRSTOR instructions."
7312 msgstr ""
7314 #: config/i386/i386.opt:890
7315 #, no-c-format
7316 msgid "Support XSAVEOPT instruction."
7317 msgstr ""
7319 #: config/i386/i386.opt:894
7320 #, no-c-format
7321 msgid "Support XSAVEC instructions."
7322 msgstr ""
7324 #: config/i386/i386.opt:898
7325 #, no-c-format
7326 msgid "Support XSAVES and XRSTORS instructions."
7327 msgstr ""
7329 #: config/i386/i386.opt:902
7330 #, no-c-format
7331 msgid "Support TBM built-in functions and code generation."
7332 msgstr ""
7334 #: config/i386/i386.opt:906
7335 #, no-c-format
7336 msgid "Support code generation of cmpxchg16b instruction."
7337 msgstr ""
7339 #: config/i386/i386.opt:910
7340 #, no-c-format
7341 msgid "Support code generation of sahf instruction in 64bit x86-64 code."
7342 msgstr ""
7344 #: config/i386/i386.opt:914
7345 #, no-c-format
7346 msgid "Support code generation of movbe instruction."
7347 msgstr ""
7349 #: config/i386/i386.opt:918
7350 #, no-c-format
7351 msgid "Support code generation of crc32 instruction."
7352 msgstr ""
7354 #: config/i386/i386.opt:922
7355 #, no-c-format
7356 msgid "Support AES built-in functions and code generation."
7357 msgstr ""
7359 #: config/i386/i386.opt:926
7360 #, no-c-format
7361 msgid "Support SHA1 and SHA256 built-in functions and code generation."
7362 msgstr ""
7364 #: config/i386/i386.opt:930
7365 #, no-c-format
7366 msgid "Support PCLMUL built-in functions and code generation."
7367 msgstr ""
7369 #: config/i386/i386.opt:934
7370 #, no-c-format
7371 msgid "Encode SSE instructions with VEX prefix."
7372 msgstr ""
7374 #: config/i386/i386.opt:938
7375 #, no-c-format
7376 msgid "Support FSGSBASE built-in functions and code generation."
7377 msgstr ""
7379 #: config/i386/i386.opt:942
7380 #, no-c-format
7381 msgid "Support RDRND built-in functions and code generation."
7382 msgstr ""
7384 #: config/i386/i386.opt:946
7385 #, no-c-format
7386 msgid "Support F16C built-in functions and code generation."
7387 msgstr ""
7389 #: config/i386/i386.opt:950
7390 #, no-c-format
7391 msgid "Support PREFETCHWT1 built-in functions and code generation."
7392 msgstr ""
7394 #: config/i386/i386.opt:954
7395 #, no-c-format
7396 msgid "Emit profiling counter call at function entry before prologue."
7397 msgstr ""
7399 #: config/i386/i386.opt:958
7400 #, no-c-format
7401 msgid "Generate __mcount_loc section with all mcount or __fentry__ calls."
7402 msgstr ""
7404 #: config/i386/i386.opt:962 config/s390/s390.opt:311
7405 #, no-c-format
7406 msgid "Generate mcount/__fentry__ calls as nops. To activate they need to be patched in."
7407 msgstr ""
7409 #: config/i386/i386.opt:967
7410 #, no-c-format
7411 msgid "Set name of __fentry__ symbol called at function entry."
7412 msgstr ""
7414 #: config/i386/i386.opt:971
7415 #, no-c-format
7416 msgid "Set name of section to record mrecord-mcount calls."
7417 msgstr ""
7419 #: config/i386/i386.opt:975
7420 #, no-c-format
7421 msgid "Skip setting up RAX register when passing variable arguments."
7422 msgstr ""
7424 #: config/i386/i386.opt:979
7425 #, no-c-format
7426 msgid "Expand 32bit/64bit integer divide into 8bit unsigned integer divide with run-time check."
7427 msgstr ""
7429 #: config/i386/i386.opt:983
7430 #, no-c-format
7431 msgid "Split 32-byte AVX unaligned load."
7432 msgstr ""
7434 #: config/i386/i386.opt:987
7435 #, no-c-format
7436 msgid "Split 32-byte AVX unaligned store."
7437 msgstr ""
7439 #: config/i386/i386.opt:991
7440 #, no-c-format
7441 msgid "Support RTM built-in functions and code generation."
7442 msgstr ""
7444 #: config/i386/i386.opt:999
7445 #, no-c-format
7446 msgid "Support MWAITX and MONITORX built-in functions and code generation."
7447 msgstr ""
7449 #: config/i386/i386.opt:1003
7450 #, no-c-format
7451 msgid "Support CLZERO built-in functions and code generation."
7452 msgstr ""
7454 #: config/i386/i386.opt:1007
7455 #, no-c-format
7456 msgid "Support PKU built-in functions and code generation."
7457 msgstr ""
7459 #: config/i386/i386.opt:1015
7460 #, no-c-format
7461 msgid "Known stack protector guard (for use with the -mstack-protector-guard= option):"
7462 msgstr ""
7464 #: config/i386/i386.opt:1039
7465 #, no-c-format
7466 msgid "Use the given symbol for addressing the stack-protector guard."
7467 msgstr ""
7469 #: config/i386/i386.opt:1050
7470 #, no-c-format
7471 msgid "Enable shadow stack built-in functions from Control-flow Enforcement Technology (CET)."
7472 msgstr ""
7474 #: config/i386/i386.opt:1055
7475 #, no-c-format
7476 msgid "Turn on CET instrumentation for switch statements that use a jump table and an indirect jump."
7477 msgstr ""
7479 #: config/i386/i386.opt:1060
7480 #, no-c-format
7481 msgid "Insert ENDBR instruction at function entry only via cf_check attribute for CET instrumentation."
7482 msgstr ""
7484 #: config/i386/i386.opt:1065
7485 #, no-c-format
7486 msgid "Make all function calls indirect."
7487 msgstr ""
7489 #: config/i386/i386.opt:1069
7490 #, no-c-format
7491 msgid "Convert indirect call and jump to call and return thunks."
7492 msgstr ""
7494 #: config/i386/i386.opt:1073
7495 #, no-c-format
7496 msgid "Convert function return to call and return thunk."
7497 msgstr ""
7499 #: config/i386/i386.opt:1077 config/s390/s390.opt:277
7500 #, no-c-format
7501 msgid "Known indirect branch choices (for use with the -mindirect-branch=/-mfunction-return= options):"
7502 msgstr ""
7504 #: config/i386/i386.opt:1093
7505 #, no-c-format
7506 msgid "Add CS prefix to call and jmp to indirect thunk with branch target in r8-r15 registers."
7507 msgstr ""
7509 #: config/i386/i386.opt:1097
7510 #, no-c-format
7511 msgid "Force indirect call and jump via register."
7512 msgstr ""
7514 #: config/i386/i386.opt:1101
7515 #, no-c-format
7516 msgid "Support MOVDIRI built-in functions and code generation."
7517 msgstr ""
7519 #: config/i386/i386.opt:1105
7520 #, no-c-format
7521 msgid "Support MOVDIR64B built-in functions and code generation."
7522 msgstr ""
7524 #: config/i386/i386.opt:1109
7525 #, no-c-format
7526 msgid "Support WAITPKG built-in functions and code generation."
7527 msgstr ""
7529 #: config/i386/i386.opt:1113
7530 #, no-c-format
7531 msgid "Support CLDEMOTE built-in functions and code generation."
7532 msgstr ""
7534 #: config/i386/i386.opt:1117
7535 #, no-c-format
7536 msgid "Instrument function exit in instrumented functions with __fentry__."
7537 msgstr ""
7539 #: config/i386/i386.opt:1121
7540 #, no-c-format
7541 msgid "Known choices for return instrumentation with -minstrument-return=:"
7542 msgstr ""
7544 #: config/i386/i386.opt:1134
7545 #, no-c-format
7546 msgid "Generate a __return_loc section pointing to all return instrumentation code."
7547 msgstr ""
7549 #: config/i386/i386.opt:1142
7550 #, no-c-format
7551 msgid "Known choices for mitigation against straight line speculation with -mharden-sls=:"
7552 msgstr ""
7554 #: config/i386/i386.opt:1158
7555 #, no-c-format
7556 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512F and AVX512BF16 built-in functions and code generation."
7557 msgstr ""
7559 #: config/i386/i386.opt:1163
7560 #, no-c-format
7561 msgid "Support ENQCMD built-in functions and code generation."
7562 msgstr ""
7564 #: config/i386/i386.opt:1167
7565 #, no-c-format
7566 msgid "Support SERIALIZE built-in functions and code generation."
7567 msgstr ""
7569 #: config/i386/i386.opt:1171
7570 #, no-c-format
7571 msgid "Support TSXLDTRK built-in functions and code generation."
7572 msgstr ""
7574 #: config/i386/i386.opt:1175
7575 #, no-c-format
7576 msgid "Support AMX-TILE built-in functions and code generation."
7577 msgstr ""
7579 #: config/i386/i386.opt:1179
7580 #, no-c-format
7581 msgid "Support AMX-INT8 built-in functions and code generation."
7582 msgstr ""
7584 #: config/i386/i386.opt:1183
7585 #, no-c-format
7586 msgid "Support AMX-BF16 built-in functions and code generation."
7587 msgstr ""
7589 #: config/i386/i386.opt:1187
7590 #, no-c-format
7591 msgid "Support HRESET built-in functions and code generation."
7592 msgstr ""
7594 #: config/i386/i386.opt:1191
7595 #, no-c-format
7596 msgid "Support KL built-in functions and code generation."
7597 msgstr ""
7599 #: config/i386/i386.opt:1195
7600 #, no-c-format
7601 msgid "Support WIDEKL built-in functions and code generation."
7602 msgstr ""
7604 #: config/i386/i386.opt:1199
7605 #, no-c-format
7606 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, and AVXVNNI built-in functions and code generation."
7607 msgstr ""
7609 #: config/i386/i386.opt:1204
7610 #, no-c-format
7611 msgid "Emit GNU_PROPERTY_X86_ISA_1_NEEDED GNU property."
7612 msgstr ""
7614 #: config/i386/i386.opt:1208
7615 #, no-c-format
7616 msgid "Support MWAIT and MONITOR built-in functions and code generation."
7617 msgstr ""
7619 #: config/i386/i386.opt:1212
7620 #, no-c-format
7621 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512F and AVX512-FP16 built-in functions and code generation."
7622 msgstr ""
7624 #: config/i386/i386.opt:1216
7625 #, no-c-format
7626 msgid "Do not use GOT to access external symbols."
7627 msgstr ""
7629 #: config/i386/i386.opt:1220
7630 #, no-c-format
7631 msgid "Instructions number above which STFL stall penalty can be compensated."
7632 msgstr ""
7634 #: config/i386/i386.opt:1224
7635 #, no-c-format
7636 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, and AVXIFMA built-in functions and code generation."
7637 msgstr ""
7639 #: config/i386/i386.opt:1229
7640 #, no-c-format
7641 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVXVNNIINT8 built-in functions and code generation."
7642 msgstr ""
7644 #: config/i386/i386.opt:1234
7645 #, no-c-format
7646 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, and AVXNECONVERT build-in functions and code generation."
7647 msgstr ""
7649 #: config/i386/i386.opt:1239
7650 #, no-c-format
7651 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, and CMPCCXADD build-in functions and code generation."
7652 msgstr ""
7654 #: config/i386/i386.opt:1244
7655 #, no-c-format
7656 msgid "Support AMX-FP16 built-in functions and code generation."
7657 msgstr ""
7659 #: config/i386/i386.opt:1248
7660 #, no-c-format
7661 msgid "Support PREFETCHI built-in functions and code generation."
7662 msgstr ""
7664 #: config/i386/i386.opt:1252
7665 #, no-c-format
7666 msgid "Support RAOINT built-in functions and code generation."
7667 msgstr ""
7669 #: config/i386/i386.opt:1256
7670 #, no-c-format
7671 msgid "Enable conservative small loop unrolling."
7672 msgstr ""
7674 #: config/i386/i386.opt:1260
7675 #, no-c-format
7676 msgid "-mlam=[none|u48|u57] Instrument meta data position in user data pointers."
7677 msgstr ""
7679 #: config/pa/pa64-hpux.opt:23
7680 #, no-c-format
7681 msgid "Assume code will be linked by GNU ld."
7682 msgstr ""
7684 #: config/pa/pa64-hpux.opt:27
7685 #, no-c-format
7686 msgid "Assume code will be linked by HP ld."
7687 msgstr ""
7689 #: config/pa/pa-hpux1010.opt:23 config/pa/pa-hpux.opt:31
7690 #: config/pa/pa-hpux1131.opt:23 config/pa/pa-hpux1111.opt:23
7691 #, no-c-format
7692 msgid "Specify UNIX standard for predefines and linking."
7693 msgstr ""
7695 #: config/pa/pa-hpux.opt:27
7696 #, no-c-format
7697 msgid "Generate cpp defines for server IO."
7698 msgstr ""
7700 #: config/pa/pa-hpux.opt:35
7701 #, no-c-format
7702 msgid "Generate cpp defines for workstation IO."
7703 msgstr ""
7705 #: config/pa/pa.opt:30 config/pa/pa.opt:95 config/pa/pa.opt:107
7706 #, no-c-format
7707 msgid "Generate PA1.0 code."
7708 msgstr ""
7710 #: config/pa/pa.opt:34 config/pa/pa.opt:111 config/pa/pa.opt:156
7711 #, no-c-format
7712 msgid "Generate PA1.1 code."
7713 msgstr ""
7715 #: config/pa/pa.opt:38 config/pa/pa.opt:115
7716 #, no-c-format
7717 msgid "Generate PA2.0 code (requires binutils 2.10 or later)."
7718 msgstr ""
7720 #: config/pa/pa.opt:42
7721 #, no-c-format
7722 msgid "Generate libcalls for atomic loads and stores when sync libcalls are disabled."
7723 msgstr ""
7725 #: config/pa/pa.opt:50
7726 #, no-c-format
7727 msgid "Caller copies function arguments passed by hidden reference."
7728 msgstr ""
7730 #: config/pa/pa.opt:54
7731 #, no-c-format
7732 msgid "Use ldcw/ldcd coherent cache-control hint."
7733 msgstr ""
7735 #: config/pa/pa.opt:58
7736 #, no-c-format
7737 msgid "Disable FP regs.  Equivalent to -msoft-float."
7738 msgstr ""
7740 #: config/pa/pa.opt:62
7741 #, no-c-format
7742 msgid "Disable indexed addressing."
7743 msgstr "Вимкнути індексоване адресування."
7745 #: config/pa/pa.opt:66
7746 #, no-c-format
7747 msgid "Generate fast indirect calls."
7748 msgstr ""
7750 #: config/pa/pa.opt:74
7751 #, no-c-format
7752 msgid "Assume code will be assembled by GAS."
7753 msgstr ""
7755 #: config/pa/pa.opt:83
7756 #, no-c-format
7757 msgid "Enable linker optimizations."
7758 msgstr ""
7760 #: config/pa/pa.opt:87
7761 #, no-c-format
7762 msgid "Always generate long calls."
7763 msgstr ""
7765 #: config/pa/pa.opt:91
7766 #, no-c-format
7767 msgid "Emit long load/store sequences."
7768 msgstr ""
7770 #: config/pa/pa.opt:99
7771 #, no-c-format
7772 msgid "Disable space regs."
7773 msgstr ""
7775 #: config/pa/pa.opt:103
7776 #, no-c-format
7777 msgid "Assume memory references are ordered and barriers are not needed."
7778 msgstr ""
7780 #: config/pa/pa.opt:119
7781 #, no-c-format
7782 msgid "Use portable calling conventions."
7783 msgstr ""
7785 #: config/pa/pa.opt:123
7786 #, no-c-format
7787 msgid "Specify CPU for scheduling purposes.  Valid arguments are 700, 7100, 7100LC, 7200, 7300, and 8000."
7788 msgstr ""
7790 #: config/pa/pa.opt:148 config/frv/frv.opt:215
7791 #, no-c-format
7792 msgid "Use software floating point."
7793 msgstr ""
7795 #: config/pa/pa.opt:152
7796 #, no-c-format
7797 msgid "Use software integer multiplication."
7798 msgstr ""
7800 #: config/pa/pa.opt:160
7801 #, no-c-format
7802 msgid "Do not disable space regs."
7803 msgstr ""
7805 #: config/v850/v850.opt:29
7806 #, no-c-format
7807 msgid "Use registers r2 and r5."
7808 msgstr "Використовувати регістри r2 і r5."
7810 #: config/v850/v850.opt:33
7811 #, no-c-format
7812 msgid "Use 4 byte entries in switch tables."
7813 msgstr ""
7815 #: config/v850/v850.opt:37
7816 #, no-c-format
7817 msgid "Enable backend debugging."
7818 msgstr ""
7820 #: config/v850/v850.opt:41
7821 #, no-c-format
7822 msgid "Do not use the callt instruction (default)."
7823 msgstr ""
7825 #: config/v850/v850.opt:45
7826 #, no-c-format
7827 msgid "Reuse r30 on a per function basis."
7828 msgstr ""
7830 #: config/v850/v850.opt:52
7831 #, no-c-format
7832 msgid "Prohibit PC relative function calls."
7833 msgstr ""
7835 #: config/v850/v850.opt:56
7836 #, no-c-format
7837 msgid "Use stubs for function prologues."
7838 msgstr ""
7840 #: config/v850/v850.opt:60
7841 #, no-c-format
7842 msgid "Set the max size of data eligible for the SDA area."
7843 msgstr ""
7845 #: config/v850/v850.opt:67
7846 #, no-c-format
7847 msgid "Enable the use of the short load instructions."
7848 msgstr ""
7850 #: config/v850/v850.opt:71
7851 #, no-c-format
7852 msgid "Same as: -mep -mprolog-function."
7853 msgstr ""
7855 #: config/v850/v850.opt:75
7856 #, no-c-format
7857 msgid "Set the max size of data eligible for the TDA area."
7858 msgstr ""
7860 #: config/v850/v850.opt:82
7861 #, no-c-format
7862 msgid "Do not enforce strict alignment."
7863 msgstr ""
7865 #: config/v850/v850.opt:86
7866 #, no-c-format
7867 msgid "Put jump tables for switch statements into the .data section rather than the .code section."
7868 msgstr ""
7870 #: config/v850/v850.opt:93
7871 #, no-c-format
7872 msgid "Compile for the v850 processor."
7873 msgstr ""
7875 #: config/v850/v850.opt:97
7876 #, no-c-format
7877 msgid "Compile for the v850e processor."
7878 msgstr ""
7880 #: config/v850/v850.opt:101
7881 #, no-c-format
7882 msgid "Compile for the v850e1 processor."
7883 msgstr ""
7885 #: config/v850/v850.opt:105
7886 #, no-c-format
7887 msgid "Compile for the v850es variant of the v850e1."
7888 msgstr ""
7890 #: config/v850/v850.opt:109
7891 #, no-c-format
7892 msgid "Compile for the v850e2 processor."
7893 msgstr ""
7895 #: config/v850/v850.opt:113
7896 #, no-c-format
7897 msgid "Compile for the v850e2v3 processor."
7898 msgstr ""
7900 #: config/v850/v850.opt:117
7901 #, no-c-format
7902 msgid "Compile for the v850e3v5 processor."
7903 msgstr ""
7905 #: config/v850/v850.opt:124
7906 #, no-c-format
7907 msgid "Enable v850e3v5 loop instructions."
7908 msgstr ""
7910 #: config/v850/v850.opt:128
7911 #, no-c-format
7912 msgid "Set the max size of data eligible for the ZDA area."
7913 msgstr ""
7915 #: config/v850/v850.opt:135
7916 #, no-c-format
7917 msgid "Enable relaxing in the assembler."
7918 msgstr ""
7920 #: config/v850/v850.opt:139
7921 #, no-c-format
7922 msgid "Prohibit PC relative jumps."
7923 msgstr ""
7925 #: config/v850/v850.opt:143
7926 #, no-c-format
7927 msgid "Inhibit the use of hardware floating point instructions."
7928 msgstr ""
7930 #: config/v850/v850.opt:147
7931 #, no-c-format
7932 msgid "Allow the use of hardware floating point instructions for V850E2V3 and up."
7933 msgstr ""
7935 #: config/v850/v850.opt:151
7936 #, no-c-format
7937 msgid "Enable support for the RH850 ABI.  This is the default."
7938 msgstr ""
7940 #: config/v850/v850.opt:155
7941 #, no-c-format
7942 msgid "Enable support for the old GCC ABI."
7943 msgstr ""
7945 #: config/v850/v850.opt:159
7946 #, no-c-format
7947 msgid "Support alignments of up to 64-bits."
7948 msgstr ""
7950 #: config/g.opt:27
7951 #, no-c-format
7952 msgid "-G<number>\tPut global and static data smaller than <number> bytes into a special section (on some targets)."
7953 msgstr ""
7955 #: config/lynx.opt:23
7956 #, no-c-format
7957 msgid "Support legacy multi-threading."
7958 msgstr ""
7960 #: config/lynx.opt:27
7961 #, no-c-format
7962 msgid "Use shared libraries."
7963 msgstr "Використовувати бібліотеки спільного використання."
7965 #: config/lynx.opt:31
7966 #, no-c-format
7967 msgid "Support multi-threading."
7968 msgstr ""
7970 #: config/nvptx/nvptx-gen.opt:24
7971 #, no-c-format
7972 msgid "Known PTX ISA target architectures (for use with the -misa= option):"
7973 msgstr ""
7975 #: config/nvptx/nvptx.opt:28
7976 #, no-c-format
7977 msgid "Ignored, but preserved for backward compatibility.  Only 64-bit ABI is supported."
7978 msgstr ""
7980 #: config/nvptx/nvptx.opt:33
7981 #, no-c-format
7982 msgid "Link in code for a __main kernel."
7983 msgstr ""
7985 #: config/nvptx/nvptx.opt:37
7986 #, no-c-format
7987 msgid "Optimize partition neutering."
7988 msgstr ""
7990 #: config/nvptx/nvptx.opt:41
7991 #, no-c-format
7992 msgid "Use custom stacks instead of local memory for automatic storage."
7993 msgstr ""
7995 #: config/nvptx/nvptx.opt:45
7996 #, no-c-format
7997 msgid "Specify size of .local memory used for stack when the exact amount is not known."
7998 msgstr ""
8000 #: config/nvptx/nvptx.opt:49
8001 #, no-c-format
8002 msgid "Generate code that can keep local state uniform across all lanes."
8003 msgstr ""
8005 #: config/nvptx/nvptx.opt:53
8006 #, no-c-format
8007 msgid "Generate code for OpenMP offloading: enables -msoft-stack and -muniform-simt."
8008 msgstr ""
8010 #: config/nvptx/nvptx.opt:57
8011 #, no-c-format
8012 msgid "Specify the PTX ISA target architecture to use."
8013 msgstr ""
8015 #: config/nvptx/nvptx.opt:61
8016 #, no-c-format
8017 msgid "Alias:"
8018 msgstr "Замінник:"
8020 #: config/nvptx/nvptx.opt:116
8021 #, no-c-format
8022 msgid "Known PTX ISA versions (for use with the -mptx= option):"
8023 msgstr ""
8025 #: config/nvptx/nvptx.opt:135
8026 #, no-c-format
8027 msgid "Specify the PTX ISA version to use."
8028 msgstr ""
8030 #: config/nvptx/nvptx.opt:139
8031 #, no-c-format
8032 msgid "Initialize ptx registers."
8033 msgstr "Ініціалізувати ptx-регістри."
8035 #: config/vxworks.opt:36
8036 #, no-c-format
8037 msgid "Assume the VxWorks RTP environment."
8038 msgstr ""
8040 #: config/vxworks.opt:43
8041 #, no-c-format
8042 msgid "Assume the VxWorks vThreads environment."
8043 msgstr ""
8045 #: config/avr/avr.opt:23
8046 #, no-c-format
8047 msgid "Use subroutines for function prologues and epilogues."
8048 msgstr ""
8050 #: config/avr/avr.opt:27
8051 #, no-c-format
8052 msgid "-mmcu=MCU\tSelect the target MCU."
8053 msgstr ""
8055 #: config/avr/avr.opt:31
8056 #, no-c-format
8057 msgid "Allow usage of __gcc_isr pseudo instructions in ISR prologues and epilogues."
8058 msgstr ""
8060 #: config/avr/avr.opt:35
8061 #, no-c-format
8062 msgid "Set the number of 64 KiB flash segments."
8063 msgstr ""
8065 #: config/avr/avr.opt:39
8066 #, no-c-format
8067 msgid "Indicate presence of a processor erratum."
8068 msgstr ""
8070 #: config/avr/avr.opt:43
8071 #, no-c-format
8072 msgid "Enable Read-Modify-Write (RMW) instructions support/use."
8073 msgstr ""
8075 #: config/avr/avr.opt:53
8076 #, no-c-format
8077 msgid "Use RJMP / RCALL even though CALL / JMP are available."
8078 msgstr ""
8080 #: config/avr/avr.opt:57
8081 #, no-c-format
8082 msgid "Use an 8-bit 'int' type."
8083 msgstr ""
8085 #: config/avr/avr.opt:61
8086 #, no-c-format
8087 msgid "Change the stack pointer without disabling interrupts."
8088 msgstr ""
8090 #: config/avr/avr.opt:65
8091 #, no-c-format
8092 msgid "Set the branch costs for conditional branch instructions.  Reasonable values are small, non-negative integers.  The default branch cost is 0."
8093 msgstr ""
8095 #: config/avr/avr.opt:69
8096 #, no-c-format
8097 msgid "Treat main as if it had attribute OS_task."
8098 msgstr ""
8100 #: config/avr/avr.opt:79
8101 #, no-c-format
8102 msgid "Change only the low 8 bits of the stack pointer."
8103 msgstr ""
8105 #: config/avr/avr.opt:83
8106 #, no-c-format
8107 msgid "Relax branches."
8108 msgstr ""
8110 #: config/avr/avr.opt:87
8111 #, no-c-format
8112 msgid "Make the linker relaxation machine assume that a program counter wrap-around occurs."
8113 msgstr ""
8115 #: config/avr/avr.opt:91
8116 #, no-c-format
8117 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."
8118 msgstr ""
8120 #: config/avr/avr.opt:95
8121 #, no-c-format
8122 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."
8123 msgstr ""
8125 #: config/avr/avr.opt:100
8126 #, no-c-format
8127 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."
8128 msgstr ""
8130 #: config/avr/avr.opt:104
8131 #, no-c-format
8132 msgid "Warn if the address space of an address is changed."
8133 msgstr ""
8135 #: config/avr/avr.opt:108
8136 #, no-c-format
8137 msgid "Warn if the ISR is misspelled, i.e. without __vector prefix. Enabled by default."
8138 msgstr ""
8140 #: config/avr/avr.opt:112
8141 #, no-c-format
8142 msgid "Allow to use truncation instead of rounding towards zero for fractional fixed-point types."
8143 msgstr ""
8145 #: config/avr/avr.opt:116
8146 #, no-c-format
8147 msgid "Assume that all data in static storage can be accessed by LDS / STS.  This option is only useful for reduced Tiny devices."
8148 msgstr ""
8150 #: config/avr/avr.opt:120
8151 #, no-c-format
8152 msgid "-mdouble=<BITS>\tUse <BITS> bits wide double type."
8153 msgstr ""
8155 #: config/avr/avr.opt:124
8156 #, no-c-format
8157 msgid "-mlong-double=<BITS>\tUse <BITS> bits wide long double type."
8158 msgstr ""
8160 #: config/avr/avr.opt:128
8161 #, no-c-format
8162 msgid "Do not link against the device-specific library lib<MCU>.a."
8163 msgstr ""
8165 #: config/avr/avr.opt:132
8166 #, no-c-format
8167 msgid "Do not use the device-specific specs file device-specs/specs-<MCU>."
8168 msgstr ""
8170 #: config/avr/avr.opt:136
8171 #, no-c-format
8172 msgid "Available BITS selections:"
8173 msgstr ""
8175 #: config/m32r/m32r.opt:34
8176 #, no-c-format
8177 msgid "Compile for the m32rx."
8178 msgstr ""
8180 #: config/m32r/m32r.opt:38
8181 #, no-c-format
8182 msgid "Compile for the m32r2."
8183 msgstr ""
8185 #: config/m32r/m32r.opt:42
8186 #, no-c-format
8187 msgid "Compile for the m32r."
8188 msgstr ""
8190 #: config/m32r/m32r.opt:46
8191 #, no-c-format
8192 msgid "Align all loops to 32 byte boundary."
8193 msgstr ""
8195 #: config/m32r/m32r.opt:50
8196 #, no-c-format
8197 msgid "Prefer branches over conditional execution."
8198 msgstr ""
8200 #: config/m32r/m32r.opt:54
8201 #, no-c-format
8202 msgid "Give branches their default cost."
8203 msgstr ""
8205 #: config/m32r/m32r.opt:58
8206 #, no-c-format
8207 msgid "Display compile time statistics."
8208 msgstr ""
8210 #: config/m32r/m32r.opt:62
8211 #, no-c-format
8212 msgid "Specify cache flush function."
8213 msgstr ""
8215 #: config/m32r/m32r.opt:66
8216 #, no-c-format
8217 msgid "Specify cache flush trap number."
8218 msgstr ""
8220 #: config/m32r/m32r.opt:70
8221 #, no-c-format
8222 msgid "Only issue one instruction per cycle."
8223 msgstr ""
8225 #: config/m32r/m32r.opt:74
8226 #, no-c-format
8227 msgid "Allow two instructions to be issued per cycle."
8228 msgstr ""
8230 #: config/m32r/m32r.opt:78
8231 #, no-c-format
8232 msgid "Code size: small, medium or large."
8233 msgstr ""
8235 #: config/m32r/m32r.opt:94
8236 #, no-c-format
8237 msgid "Don't call any cache flush functions."
8238 msgstr ""
8240 #: config/m32r/m32r.opt:98
8241 #, no-c-format
8242 msgid "Don't call any cache flush trap."
8243 msgstr ""
8245 #: config/m32r/m32r.opt:105
8246 #, no-c-format
8247 msgid "Small data area: none, sdata, use."
8248 msgstr ""
8250 #: config/s390/tpf.opt:23
8251 #, no-c-format
8252 msgid "Enable TPF-OS tracing code."
8253 msgstr ""
8255 #: config/s390/tpf.opt:27
8256 #, no-c-format
8257 msgid "Set the trace check address for prologue tpf hook"
8258 msgstr ""
8260 #: config/s390/tpf.opt:31
8261 #, no-c-format
8262 msgid "Set the trace jump address for prologue tpf hook"
8263 msgstr ""
8265 #: config/s390/tpf.opt:35
8266 #, no-c-format
8267 msgid "Set the trace check address for epilogue tpf hook"
8268 msgstr ""
8270 #: config/s390/tpf.opt:39
8271 #, no-c-format
8272 msgid "Set the trace jump address for epilogue tpf hook"
8273 msgstr ""
8275 #: config/s390/tpf.opt:43
8276 #, no-c-format
8277 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"
8278 msgstr ""
8280 #: config/s390/tpf.opt:47
8281 #, no-c-format
8282 msgid "Specify main object for TPF-OS."
8283 msgstr ""
8285 #: config/s390/s390.opt:48
8286 #, no-c-format
8287 msgid "31 bit ABI."
8288 msgstr ""
8290 #: config/s390/s390.opt:52
8291 #, no-c-format
8292 msgid "64 bit ABI."
8293 msgstr ""
8295 #: config/s390/s390.opt:129
8296 #, no-c-format
8297 msgid "Maintain backchain pointer."
8298 msgstr ""
8300 #: config/s390/s390.opt:133
8301 #, no-c-format
8302 msgid "Additional debug prints."
8303 msgstr ""
8305 #: config/s390/s390.opt:137
8306 #, no-c-format
8307 msgid "ESA/390 architecture."
8308 msgstr ""
8310 #: config/s390/s390.opt:141
8311 #, no-c-format
8312 msgid "Enable decimal floating point hardware support."
8313 msgstr ""
8315 #: config/s390/s390.opt:145
8316 #, no-c-format
8317 msgid "Enable hardware floating point."
8318 msgstr ""
8320 #: config/s390/s390.opt:149
8321 #, no-c-format
8322 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."
8323 msgstr ""
8325 #: config/s390/s390.opt:167
8326 #, no-c-format
8327 msgid "Use hardware transactional execution instructions."
8328 msgstr ""
8330 #: config/s390/s390.opt:171
8331 #, no-c-format
8332 msgid "Use hardware vector facility instructions and enable the vector ABI."
8333 msgstr ""
8335 #: config/s390/s390.opt:175
8336 #, no-c-format
8337 msgid "Use packed stack layout."
8338 msgstr ""
8340 #: config/s390/s390.opt:179
8341 #, no-c-format
8342 msgid "Use bras for executable < 64k."
8343 msgstr ""
8345 #: config/s390/s390.opt:183
8346 #, no-c-format
8347 msgid "Disable hardware floating point."
8348 msgstr ""
8350 #: config/s390/s390.opt:187
8351 #, no-c-format
8352 msgid "Set the max. number of bytes which has to be left to stack size before a trap instruction is triggered."
8353 msgstr ""
8355 #: config/s390/s390.opt:191
8356 #, no-c-format
8357 msgid "Switches off the -mstack-guard= option."
8358 msgstr ""
8360 #: config/s390/s390.opt:195
8361 #, no-c-format
8362 msgid "Emit extra code in the function prologue in order to trap if the stack size exceeds the given limit."
8363 msgstr ""
8365 #: config/s390/s390.opt:199
8366 #, no-c-format
8367 msgid "Switches off the -mstack-size= option."
8368 msgstr ""
8370 #: config/s390/s390.opt:207
8371 #, no-c-format
8372 msgid "Use the mvcle instruction for block moves."
8373 msgstr ""
8375 #: config/s390/s390.opt:211
8376 #, no-c-format
8377 msgid "Enable the z vector language extension providing the context-sensitive vector macro and enable the Altivec-style builtins in vecintrin.h."
8378 msgstr ""
8380 #: config/s390/s390.opt:216
8381 #, no-c-format
8382 msgid "Warn if a function uses alloca or creates an array with dynamic size."
8383 msgstr ""
8385 #: config/s390/s390.opt:220
8386 #, no-c-format
8387 msgid "Warn if a single function's framesize exceeds the given framesize."
8388 msgstr ""
8390 #: config/s390/s390.opt:224
8391 #, no-c-format
8392 msgid "z/Architecture."
8393 msgstr ""
8395 #: config/s390/s390.opt:228
8396 #, no-c-format
8397 msgid "Set the branch costs for conditional branch instructions.  Reasonable values are small, non-negative integers.  The default branch cost is 1."
8398 msgstr ""
8400 #: config/s390/s390.opt:238 config/arm/arm.opt:181
8401 #, no-c-format
8402 msgid "Assume data segments are relative to text segment."
8403 msgstr ""
8405 #: config/s390/s390.opt:243
8406 #, no-c-format
8407 msgid "Wrap all indirect branches into execute in order to disable branch prediction."
8408 msgstr ""
8410 #: config/s390/s390.opt:248
8411 #, no-c-format
8412 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."
8413 msgstr ""
8415 #: config/s390/s390.opt:256
8416 #, no-c-format
8417 msgid "Wrap all indirect calls into execute in order to disable branch prediction."
8418 msgstr ""
8420 #: config/s390/s390.opt:260
8421 #, no-c-format
8422 msgid "Wrap all indirect return branches into execute in order to disable branch prediction."
8423 msgstr ""
8425 #: config/s390/s390.opt:265
8426 #, no-c-format
8427 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."
8428 msgstr ""
8430 #: config/s390/s390.opt:271
8431 #, no-c-format
8432 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."
8433 msgstr ""
8435 #: config/s390/s390.opt:293
8436 #, no-c-format
8437 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."
8438 msgstr ""
8440 #: config/s390/s390.opt:302
8441 #, no-c-format
8442 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."
8443 msgstr ""
8445 #: config/s390/s390.opt:307
8446 #, no-c-format
8447 msgid "Generate __mcount_loc section with all _mcount and __fentry__ calls."
8448 msgstr ""
8450 #: config/s390/s390.opt:316
8451 #, no-c-format
8452 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."
8453 msgstr ""
8455 #: config/s390/s390.opt:331
8456 #, no-c-format
8457 msgid "Store all argument registers on the stack."
8458 msgstr ""
8460 #: config/rl78/rl78.opt:27 config/rx/elf.opt:26 config/csky/csky.opt:198
8461 #, no-c-format
8462 msgid "Use the simulator runtime."
8463 msgstr ""
8465 #: config/rl78/rl78.opt:31
8466 #, no-c-format
8467 msgid "Selects the type of hardware multiplication and division to use (none/g13/g14)."
8468 msgstr ""
8470 #: config/rl78/rl78.opt:50
8471 #, no-c-format
8472 msgid "Use all registers, reserving none for interrupt handlers."
8473 msgstr ""
8475 #: config/rl78/rl78.opt:54
8476 #, no-c-format
8477 msgid "Enable assembler and linker relaxation.  Enabled by default at -Os."
8478 msgstr ""
8480 #: config/rl78/rl78.opt:58
8481 #, no-c-format
8482 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."
8483 msgstr ""
8485 #: config/rl78/rl78.opt:77
8486 #, no-c-format
8487 msgid "Alias for -mcpu=g10."
8488 msgstr ""
8490 #: config/rl78/rl78.opt:81
8491 #, no-c-format
8492 msgid "Alias for -mcpu=g13."
8493 msgstr ""
8495 #: config/rl78/rl78.opt:85 config/rl78/rl78.opt:89
8496 #, no-c-format
8497 msgid "Alias for -mcpu=g14."
8498 msgstr ""
8500 #: config/rl78/rl78.opt:93
8501 #, no-c-format
8502 msgid "Assume ES is zero throughout program execution, use ES: for read-only data."
8503 msgstr ""
8505 #: config/rl78/rl78.opt:97
8506 #, no-c-format
8507 msgid "Stores the MDUC registers in interrupt handlers for G13 target."
8508 msgstr ""
8510 #: config/stormy16/stormy16.opt:24
8511 #, no-c-format
8512 msgid "Provide libraries for the simulator."
8513 msgstr ""
8515 #: config/arm/arm-tables.opt:25
8516 #, no-c-format
8517 msgid "Known ARM CPUs (for use with the -mcpu= and -mtune= options):"
8518 msgstr ""
8520 #: config/arm/arm-tables.opt:302
8521 #, no-c-format
8522 msgid "Known ARM architectures (for use with the -march= option):"
8523 msgstr ""
8525 #: config/arm/arm-tables.opt:408
8526 #, no-c-format
8527 msgid "Known ARM FPUs (for use with the -mfpu= option):"
8528 msgstr ""
8530 #: config/arm/arm.opt:38
8531 #, no-c-format
8532 msgid "TLS dialect to use:"
8533 msgstr ""
8535 #: config/arm/arm.opt:48
8536 #, no-c-format
8537 msgid "Specify an ABI."
8538 msgstr ""
8540 #: config/arm/arm.opt:52
8541 #, no-c-format
8542 msgid "Known ARM ABIs (for use with the -mabi= option):"
8543 msgstr ""
8545 #: config/arm/arm.opt:71
8546 #, no-c-format
8547 msgid "Generate a call to abort if a noreturn function returns."
8548 msgstr ""
8550 #: config/arm/arm.opt:78
8551 #, no-c-format
8552 msgid "Generate APCS conformant stack frames."
8553 msgstr ""
8555 #: config/arm/arm.opt:82
8556 #, no-c-format
8557 msgid "Generate re-entrant, PIC code."
8558 msgstr ""
8560 #: config/arm/arm.opt:104
8561 #, no-c-format
8562 msgid "Generate code in 32 bit ARM state."
8563 msgstr ""
8565 #: config/arm/arm.opt:112
8566 #, no-c-format
8567 msgid "Thumb: Assume non-static functions may be called from ARM code."
8568 msgstr ""
8570 #: config/arm/arm.opt:116
8571 #, no-c-format
8572 msgid "Thumb: Assume function pointers may go to non-Thumb aware code."
8573 msgstr ""
8575 #: config/arm/arm.opt:124 config/csky/csky.opt:73
8576 #, no-c-format
8577 msgid "Specify if floating point hardware should be used."
8578 msgstr ""
8580 #: config/arm/arm.opt:128
8581 #, no-c-format
8582 msgid "Specify that the compiler should target secure code as per ARMv8-M Security Extensions."
8583 msgstr ""
8585 #: config/arm/arm.opt:132 config/csky/csky.opt:77
8586 #, no-c-format
8587 msgid "Known floating-point ABIs (for use with the -mfloat-abi= option):"
8588 msgstr ""
8590 #: config/arm/arm.opt:145
8591 #, no-c-format
8592 msgid "Switch ARM/Thumb modes on alternating functions for compiler testing."
8593 msgstr ""
8595 #: config/arm/arm.opt:149
8596 #, no-c-format
8597 msgid "Specify the __fp16 floating-point format."
8598 msgstr ""
8600 #: config/arm/arm.opt:153
8601 #, no-c-format
8602 msgid "Known __fp16 formats (for use with the -mfp16-format= option):"
8603 msgstr ""
8605 #: config/arm/arm.opt:166
8606 #, no-c-format
8607 msgid "Specify the name of the target floating point hardware/format."
8608 msgstr ""
8610 #: config/arm/arm.opt:177
8611 #, no-c-format
8612 msgid "Generate call insns as indirect calls, if necessary."
8613 msgstr ""
8615 #: config/arm/arm.opt:185
8616 #, no-c-format
8617 msgid "Specify the register to be used for PIC addressing."
8618 msgstr ""
8620 #: config/arm/arm.opt:189
8621 #, no-c-format
8622 msgid "Store function names in object code."
8623 msgstr ""
8625 #: config/arm/arm.opt:193
8626 #, no-c-format
8627 msgid "Permit scheduling of a function's prologue sequence."
8628 msgstr ""
8630 #: config/arm/arm.opt:197 config/rs6000/rs6000.opt:235
8631 #, no-c-format
8632 msgid "Do not load the PIC register in function prologues."
8633 msgstr ""
8635 #: config/arm/arm.opt:204
8636 #, no-c-format
8637 msgid "Specify the minimum bit alignment of structures. (Deprecated)."
8638 msgstr ""
8640 #: config/arm/arm.opt:208
8641 #, no-c-format
8642 msgid "Generate code for Thumb state."
8643 msgstr ""
8645 #: config/arm/arm.opt:212
8646 #, no-c-format
8647 msgid "Support calls between Thumb and ARM instruction sets."
8648 msgstr ""
8650 #: config/arm/arm.opt:216
8651 #, no-c-format
8652 msgid "Specify thread local storage scheme."
8653 msgstr ""
8655 #: config/arm/arm.opt:220
8656 #, no-c-format
8657 msgid "Specify how to access the thread pointer."
8658 msgstr ""
8660 #: config/arm/arm.opt:224
8661 #, no-c-format
8662 msgid "Valid arguments to -mtp=:"
8663 msgstr ""
8665 #: config/arm/arm.opt:237
8666 #, no-c-format
8667 msgid "Thumb: Generate (non-leaf) stack frames even if not needed."
8668 msgstr ""
8670 #: config/arm/arm.opt:241
8671 #, no-c-format
8672 msgid "Thumb: Generate (leaf) stack frames even if not needed."
8673 msgstr ""
8675 #: config/arm/arm.opt:245 config/mn10300/mn10300.opt:42
8676 #, no-c-format
8677 msgid "Tune code for the given processor."
8678 msgstr ""
8680 #: config/arm/arm.opt:249
8681 #, no-c-format
8682 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."
8683 msgstr ""
8685 #: config/arm/arm.opt:260
8686 #, no-c-format
8687 msgid "Use Neon quad-word (rather than double-word) registers for vectorization."
8688 msgstr ""
8690 #: config/arm/arm.opt:264
8691 #, no-c-format
8692 msgid "Use Neon double-word (rather than quad-word) registers for vectorization."
8693 msgstr ""
8695 #: config/arm/arm.opt:268
8696 #, no-c-format
8697 msgid "Enable more verbose RTX cost dumps during debug.  For GCC developers use only."
8698 msgstr ""
8700 #: config/arm/arm.opt:272
8701 #, no-c-format
8702 msgid "Only generate absolute relocations on word sized values."
8703 msgstr ""
8705 #: config/arm/arm.opt:276
8706 #, no-c-format
8707 msgid "Generate IT blocks appropriate for ARMv8."
8708 msgstr ""
8710 #: config/arm/arm.opt:280
8711 #, no-c-format
8712 msgid "Avoid overlapping destination and address registers on LDRD instructions that may trigger Cortex-M3 errata."
8713 msgstr ""
8715 #: config/arm/arm.opt:285
8716 #, no-c-format
8717 msgid "Mitigate issues with VLLDM on some M-profile devices (CVE-2021-35465)."
8718 msgstr ""
8720 #: config/arm/arm.opt:289
8721 #, no-c-format
8722 msgid "Mitigate issues with AES instructions on Cortex-A57 and Cortex-A72 (Arm erratum #1742098)."
8723 msgstr ""
8725 #: config/arm/arm.opt:294
8726 #, no-c-format
8727 msgid "Mitigate issues with AES instructions on Cortex-A57 and Cortex-A72 (Arm erratum #1655431)."
8728 msgstr ""
8730 #: config/arm/arm.opt:299 config/nds32/nds32.opt:461 config/arc/arc.opt:495
8731 #, no-c-format
8732 msgid "Enable unaligned word and halfword accesses to packed data."
8733 msgstr ""
8735 #: config/arm/arm.opt:303
8736 #, no-c-format
8737 msgid "This option is deprecated and has no effect."
8738 msgstr ""
8740 #: config/arm/arm.opt:307
8741 #, no-c-format
8742 msgid "Assume loading data from flash is slower than fetching instructions."
8743 msgstr ""
8745 #: config/arm/arm.opt:311
8746 #, no-c-format
8747 msgid "Assume unified syntax for inline assembly code."
8748 msgstr ""
8750 #: config/arm/arm.opt:315
8751 #, no-c-format
8752 msgid "Do not allow constant data to be placed in code sections."
8753 msgstr ""
8755 #: config/arm/arm.opt:319
8756 #, no-c-format
8757 msgid "When linking for big-endian targets, generate a BE8 format image."
8758 msgstr ""
8760 #: config/arm/arm.opt:323
8761 #, no-c-format
8762 msgid "When linking for big-endian targets, generate a legacy BE32 format image."
8763 msgstr ""
8765 #: config/arm/arm.opt:327 config/sh/sh.opt:195
8766 #, no-c-format
8767 msgid "Cost to assume for a branch insn."
8768 msgstr ""
8770 #: config/arm/arm.opt:335
8771 #, no-c-format
8772 msgid "Generate code which uses the core registers only (r0-r14)."
8773 msgstr ""
8775 #: config/arm/arm.opt:357
8776 #, no-c-format
8777 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."
8778 msgstr ""
8780 #: config/sparc/sparc.opt:30 config/sparc/sparc.opt:34
8781 #: config/visium/visium.opt:37
8782 #, no-c-format
8783 msgid "Use hardware FP."
8784 msgstr ""
8786 #: config/sparc/sparc.opt:38 config/visium/visium.opt:41
8787 #, no-c-format
8788 msgid "Do not use hardware FP."
8789 msgstr ""
8791 #: config/sparc/sparc.opt:42
8792 #, no-c-format
8793 msgid "Use flat register window model."
8794 msgstr ""
8796 #: config/sparc/sparc.opt:46
8797 #, no-c-format
8798 msgid "Assume possible double misalignment."
8799 msgstr ""
8801 #: config/sparc/sparc.opt:50
8802 #, no-c-format
8803 msgid "Use ABI reserved registers."
8804 msgstr ""
8806 #: config/sparc/sparc.opt:54
8807 #, no-c-format
8808 msgid "Use hardware quad FP instructions."
8809 msgstr ""
8811 #: config/sparc/sparc.opt:58
8812 #, no-c-format
8813 msgid "Do not use hardware quad fp instructions."
8814 msgstr ""
8816 #: config/sparc/sparc.opt:62 config/vax/vax.opt:47
8817 #, no-c-format
8818 msgid "Enable Local Register Allocation."
8819 msgstr ""
8821 #: config/sparc/sparc.opt:66
8822 #, no-c-format
8823 msgid "Compile for V8+ ABI."
8824 msgstr ""
8826 #: config/sparc/sparc.opt:70
8827 #, no-c-format
8828 msgid "Use UltraSPARC Visual Instruction Set version 1.0 extensions."
8829 msgstr ""
8831 #: config/sparc/sparc.opt:74
8832 #, no-c-format
8833 msgid "Use UltraSPARC Visual Instruction Set version 2.0 extensions."
8834 msgstr ""
8836 #: config/sparc/sparc.opt:78
8837 #, no-c-format
8838 msgid "Use UltraSPARC Visual Instruction Set version 3.0 extensions."
8839 msgstr ""
8841 #: config/sparc/sparc.opt:82
8842 #, no-c-format
8843 msgid "Use UltraSPARC Visual Instruction Set version 4.0 extensions."
8844 msgstr ""
8846 #: config/sparc/sparc.opt:86
8847 #, no-c-format
8848 msgid "Use additional VIS instructions introduced in OSA2017."
8849 msgstr ""
8851 #: config/sparc/sparc.opt:90
8852 #, no-c-format
8853 msgid "Use UltraSPARC Compare-and-Branch extensions."
8854 msgstr ""
8856 #: config/sparc/sparc.opt:94
8857 #, no-c-format
8858 msgid "Use UltraSPARC Fused Multiply-Add extensions."
8859 msgstr ""
8861 #: config/sparc/sparc.opt:98
8862 #, no-c-format
8863 msgid "Use Floating-point Multiply Single to Double (FsMULd) instruction."
8864 msgstr ""
8866 #: config/sparc/sparc.opt:102
8867 #, no-c-format
8868 msgid "Use UltraSPARC Population-Count instruction."
8869 msgstr ""
8871 #: config/sparc/sparc.opt:106
8872 #, no-c-format
8873 msgid "Use UltraSPARC Subtract-Extended-with-Carry instruction."
8874 msgstr ""
8876 #: config/sparc/sparc.opt:110
8877 #, no-c-format
8878 msgid "Pointers are 64-bit."
8879 msgstr ""
8881 #: config/sparc/sparc.opt:114
8882 #, no-c-format
8883 msgid "Pointers are 32-bit."
8884 msgstr ""
8886 #: config/sparc/sparc.opt:118
8887 #, no-c-format
8888 msgid "Use 64-bit ABI."
8889 msgstr ""
8891 #: config/sparc/sparc.opt:122
8892 #, no-c-format
8893 msgid "Use 32-bit ABI."
8894 msgstr ""
8896 #: config/sparc/sparc.opt:126
8897 #, no-c-format
8898 msgid "Use stack bias."
8899 msgstr ""
8901 #: config/sparc/sparc.opt:130
8902 #, no-c-format
8903 msgid "Use structs on stronger alignment for double-word copies."
8904 msgstr ""
8906 #: config/sparc/sparc.opt:134
8907 #, no-c-format
8908 msgid "Optimize tail call instructions in assembler and linker."
8909 msgstr ""
8911 #: config/sparc/sparc.opt:138
8912 #, no-c-format
8913 msgid "Do not generate code that can only run in supervisor mode (default)."
8914 msgstr ""
8916 #: config/sparc/sparc.opt:142
8917 #, no-c-format
8918 msgid "Use instructions of and schedule code for given CPU."
8919 msgstr ""
8921 #: config/sparc/sparc.opt:228
8922 #, no-c-format
8923 msgid "Use given SPARC-V9 code model."
8924 msgstr ""
8926 #: config/sparc/sparc.opt:250
8927 #, no-c-format
8928 msgid "Enable debug output."
8929 msgstr "Увімкнути виведення діагностичних даних."
8931 #: config/sparc/sparc.opt:254
8932 #, no-c-format
8933 msgid "Enable strict 32-bit psABI struct return checking."
8934 msgstr ""
8936 #: config/sparc/sparc.opt:258
8937 #, no-c-format
8938 msgid "Enable workaround for single erratum of AT697F processor (corresponding to erratum #13 of AT697E processor)."
8939 msgstr ""
8941 #: config/sparc/sparc.opt:263
8942 #, no-c-format
8943 msgid "Enable workarounds for the errata of the UT699 processor."
8944 msgstr ""
8946 #: config/sparc/sparc.opt:267
8947 #, no-c-format
8948 msgid "Enable workarounds for the errata of the UT699E/UT700 processor."
8949 msgstr ""
8951 #: config/sparc/sparc.opt:271
8952 #, no-c-format
8953 msgid "Enable workarounds for the errata of the GR712RC processor."
8954 msgstr ""
8956 #: config/sparc/sparc.opt:308
8957 #, no-c-format
8958 msgid "Specify the memory model in effect for the program."
8959 msgstr ""
8961 #: config/rs6000/darwin.opt:38 config/rs6000/sysv4.opt:145
8962 #, no-c-format
8963 msgid "Generate 64-bit code."
8964 msgstr ""
8966 #: config/rs6000/darwin.opt:42 config/rs6000/sysv4.opt:149
8967 #, no-c-format
8968 msgid "Generate 32-bit code."
8969 msgstr ""
8971 #: config/rs6000/rs6000-tables.opt:24
8972 #, no-c-format
8973 msgid "Known CPUs (for use with the -mcpu= and -mtune= options):"
8974 msgstr ""
8976 #: config/rs6000/476.opt:24
8977 #, no-c-format
8978 msgid "Preserve the PowerPC 476's link stack by matching up a blr with the bcl/bl insns used for GOT accesses."
8979 msgstr ""
8981 #: config/rs6000/aix64.opt:24
8982 #, no-c-format
8983 msgid "Compile for 64-bit pointers."
8984 msgstr ""
8986 #: config/rs6000/aix64.opt:28
8987 #, no-c-format
8988 msgid "Compile for 32-bit pointers."
8989 msgstr ""
8991 #: config/rs6000/aix64.opt:32 config/rs6000/linux64.opt:28
8992 #, no-c-format
8993 msgid "Select code model."
8994 msgstr ""
8996 #: config/rs6000/aix64.opt:49
8997 #, no-c-format
8998 msgid "Support message passing with the Parallel Environment."
8999 msgstr ""
9001 #: config/rs6000/linux64.opt:24
9002 #, no-c-format
9003 msgid "Call mcount for profiling before a function prologue."
9004 msgstr ""
9006 #: config/rs6000/rs6000.opt:117
9007 #, no-c-format
9008 msgid "Use PowerPC-64 instruction set."
9009 msgstr ""
9011 #: config/rs6000/rs6000.opt:121
9012 #, no-c-format
9013 msgid "Use PowerPC General Purpose group optional instructions."
9014 msgstr ""
9016 #: config/rs6000/rs6000.opt:125
9017 #, no-c-format
9018 msgid "Use PowerPC Graphics group optional instructions."
9019 msgstr ""
9021 #: config/rs6000/rs6000.opt:129
9022 #, no-c-format
9023 msgid "Use PowerPC V2.01 single field mfcr instruction."
9024 msgstr ""
9026 #: config/rs6000/rs6000.opt:133
9027 #, no-c-format
9028 msgid "Use PowerPC V2.02 popcntb instruction."
9029 msgstr ""
9031 #: config/rs6000/rs6000.opt:137
9032 #, no-c-format
9033 msgid "Use PowerPC V2.02 floating point rounding instructions."
9034 msgstr ""
9036 #: config/rs6000/rs6000.opt:141
9037 #, no-c-format
9038 msgid "Use PowerPC V2.05 compare bytes instruction."
9039 msgstr ""
9041 #: config/rs6000/rs6000.opt:152
9042 #, no-c-format
9043 msgid "Use AltiVec instructions."
9044 msgstr ""
9046 #: config/rs6000/rs6000.opt:156
9047 #, no-c-format
9048 msgid "Use decimal floating point instructions."
9049 msgstr ""
9051 #: config/rs6000/rs6000.opt:160
9052 #, no-c-format
9053 msgid "Use 4xx half-word multiply instructions."
9054 msgstr ""
9056 #: config/rs6000/rs6000.opt:164
9057 #, no-c-format
9058 msgid "Use 4xx string-search dlmzb instruction."
9059 msgstr ""
9061 #: config/rs6000/rs6000.opt:168
9062 #, no-c-format
9063 msgid "Generate load/store multiple instructions."
9064 msgstr ""
9066 #: config/rs6000/rs6000.opt:187
9067 #, no-c-format
9068 msgid "Use PowerPC V2.06 popcntd instruction."
9069 msgstr ""
9071 #: config/rs6000/rs6000.opt:191
9072 #, no-c-format
9073 msgid "Under -ffast-math, generate a FRIZ instruction for (double)(long long) conversions."
9074 msgstr ""
9076 #: config/rs6000/rs6000.opt:199
9077 #, no-c-format
9078 msgid "Use vector/scalar (VSX) instructions."
9079 msgstr ""
9081 #: config/rs6000/rs6000.opt:227
9082 #, no-c-format
9083 msgid "Do not generate load/store with update instructions."
9084 msgstr ""
9086 #: config/rs6000/rs6000.opt:231
9087 #, no-c-format
9088 msgid "Generate load/store with update instructions."
9089 msgstr ""
9091 #: config/rs6000/rs6000.opt:239
9092 #, no-c-format
9093 msgid "Avoid generation of indexed load/store instructions when possible."
9094 msgstr ""
9096 #: config/rs6000/rs6000.opt:246
9097 #, no-c-format
9098 msgid "Schedule the start and end of the procedure."
9099 msgstr ""
9101 #: config/rs6000/rs6000.opt:250
9102 #, no-c-format
9103 msgid "Return all structures in memory (AIX default)."
9104 msgstr ""
9106 #: config/rs6000/rs6000.opt:254
9107 #, no-c-format
9108 msgid "Return small structures in registers (SVR4 default)."
9109 msgstr ""
9111 #: config/rs6000/rs6000.opt:258
9112 #, no-c-format
9113 msgid "Conform more closely to IBM XLC semantics."
9114 msgstr ""
9116 #: config/rs6000/rs6000.opt:262 config/rs6000/rs6000.opt:266
9117 #, no-c-format
9118 msgid "Generate software reciprocal divide and square root for better throughput."
9119 msgstr ""
9121 #: config/rs6000/rs6000.opt:270
9122 #, no-c-format
9123 msgid "Assume that the reciprocal estimate instructions provide more accuracy."
9124 msgstr ""
9126 #: config/rs6000/rs6000.opt:274
9127 #, no-c-format
9128 msgid "Do not place floating point constants in TOC."
9129 msgstr ""
9131 #: config/rs6000/rs6000.opt:278
9132 #, no-c-format
9133 msgid "Place floating point constants in TOC."
9134 msgstr ""
9136 #: config/rs6000/rs6000.opt:282
9137 #, no-c-format
9138 msgid "Do not place symbol+offset constants in TOC."
9139 msgstr ""
9141 #: config/rs6000/rs6000.opt:286
9142 #, no-c-format
9143 msgid "Place symbol+offset constants in TOC."
9144 msgstr ""
9146 #: config/rs6000/rs6000.opt:297
9147 #, no-c-format
9148 msgid "Use only one TOC entry per procedure."
9149 msgstr ""
9151 #: config/rs6000/rs6000.opt:301
9152 #, no-c-format
9153 msgid "Put everything in the regular TOC."
9154 msgstr ""
9156 #: config/rs6000/rs6000.opt:305
9157 #, no-c-format
9158 msgid "Generate VRSAVE instructions when generating AltiVec code."
9159 msgstr ""
9161 #: config/rs6000/rs6000.opt:309
9162 #, no-c-format
9163 msgid "Deprecated option.  Use -mno-vrsave instead."
9164 msgstr ""
9166 #: config/rs6000/rs6000.opt:313
9167 #, no-c-format
9168 msgid "Deprecated option.  Use -mvrsave instead."
9169 msgstr ""
9171 #: config/rs6000/rs6000.opt:317
9172 #, no-c-format
9173 msgid "Max number of bytes to move inline."
9174 msgstr ""
9176 #: config/rs6000/rs6000.opt:321
9177 #, no-c-format
9178 msgid "Generate unaligned VSX load/store for inline expansion of memcpy/memmove."
9179 msgstr ""
9181 #: config/rs6000/rs6000.opt:325
9182 #, no-c-format
9183 msgid "Generate unaligned VSX vector pair load/store for inline expansion of memcpy/memmove."
9184 msgstr ""
9186 #: config/rs6000/rs6000.opt:329
9187 #, no-c-format
9188 msgid "Max number of bytes to compare without loops."
9189 msgstr ""
9191 #: config/rs6000/rs6000.opt:333
9192 #, no-c-format
9193 msgid "Max number of bytes to compare with loops."
9194 msgstr ""
9196 #: config/rs6000/rs6000.opt:337
9197 #, no-c-format
9198 msgid "Max number of bytes to compare."
9199 msgstr ""
9201 #: config/rs6000/rs6000.opt:341
9202 #, no-c-format
9203 msgid "Generate isel instructions."
9204 msgstr ""
9206 #: config/rs6000/rs6000.opt:345
9207 #, no-c-format
9208 msgid "-mdebug=\tEnable debug output."
9209 msgstr "-mdebug=\tУвімкнути виведення діагностичних даних."
9211 #: config/rs6000/rs6000.opt:350
9212 #, no-c-format
9213 msgid "Use the AltiVec ABI extensions."
9214 msgstr ""
9216 #: config/rs6000/rs6000.opt:354
9217 #, no-c-format
9218 msgid "Do not use the AltiVec ABI extensions."
9219 msgstr ""
9221 #: config/rs6000/rs6000.opt:359
9222 #, no-c-format
9223 msgid "Use the AIX Vector Extended ABI."
9224 msgstr ""
9226 #: config/rs6000/rs6000.opt:363
9227 #, no-c-format
9228 msgid "Do not use the AIX Vector Extended ABI."
9229 msgstr ""
9231 #: config/rs6000/rs6000.opt:368
9232 #, no-c-format
9233 msgid "Use the ELFv1 ABI."
9234 msgstr ""
9236 #: config/rs6000/rs6000.opt:372
9237 #, no-c-format
9238 msgid "Use the ELFv2 ABI."
9239 msgstr ""
9241 #: config/rs6000/rs6000.opt:392
9242 #, no-c-format
9243 msgid "-mcpu=\tUse features of and schedule code for given CPU."
9244 msgstr ""
9246 #: config/rs6000/rs6000.opt:396
9247 #, no-c-format
9248 msgid "-mtune=\tSchedule code for given CPU."
9249 msgstr ""
9251 #: config/rs6000/rs6000.opt:400
9252 #, no-c-format
9253 msgid "-mtraceback=[full,part,no]\tSelect type of traceback table."
9254 msgstr ""
9256 #: config/rs6000/rs6000.opt:416
9257 #, no-c-format
9258 msgid "Avoid all range limits on call instructions."
9259 msgstr ""
9261 #: config/rs6000/rs6000.opt:424
9262 #, no-c-format
9263 msgid "Warn about deprecated 'vector long ...' AltiVec type usage."
9264 msgstr ""
9266 #: config/rs6000/rs6000.opt:428
9267 #, no-c-format
9268 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)."
9269 msgstr ""
9271 #: config/rs6000/rs6000.opt:437
9272 #, no-c-format
9273 msgid "Determine which dependences between insns are considered costly."
9274 msgstr ""
9276 #: config/rs6000/rs6000.opt:441
9277 #, no-c-format
9278 msgid "Specify which post scheduling nop insertion scheme to apply."
9279 msgstr ""
9281 #: config/rs6000/rs6000.opt:445
9282 #, no-c-format
9283 msgid "Specify alignment of structure fields default/natural."
9284 msgstr ""
9286 #: config/rs6000/rs6000.opt:449
9287 #, no-c-format
9288 msgid "Valid arguments to -malign-:"
9289 msgstr ""
9291 #: config/rs6000/rs6000.opt:459
9292 #, no-c-format
9293 msgid "Specify scheduling priority for dispatch slot restricted insns."
9294 msgstr ""
9296 #: config/rs6000/rs6000.opt:463
9297 #, no-c-format
9298 msgid "Use r11 to hold the static link in calls to functions via pointers."
9299 msgstr ""
9301 #: config/rs6000/rs6000.opt:467
9302 #, no-c-format
9303 msgid "Save the TOC in the prologue for indirect calls rather than inline."
9304 msgstr ""
9306 #: config/rs6000/rs6000.opt:475
9307 #, no-c-format
9308 msgid "Fuse certain integer operations together for better performance on power8."
9309 msgstr ""
9311 #: config/rs6000/rs6000.opt:479
9312 #, no-c-format
9313 msgid "Allow sign extension in fusion operations."
9314 msgstr ""
9316 #: config/rs6000/rs6000.opt:483
9317 #, no-c-format
9318 msgid "Use vector and scalar instructions added in ISA 2.07."
9319 msgstr ""
9321 #: config/rs6000/rs6000.opt:487
9322 #, no-c-format
9323 msgid "Fuse certain integer operations together for better performance on power10."
9324 msgstr ""
9326 #: config/rs6000/rs6000.opt:491
9327 #, no-c-format
9328 msgid "Use ISA 2.07 Category:Vector.AES and Category:Vector.SHA2 instructions."
9329 msgstr ""
9331 #: config/rs6000/rs6000.opt:498
9332 #, no-c-format
9333 msgid "Use ISA 2.07 transactional memory (HTM) instructions."
9334 msgstr ""
9336 #: config/rs6000/rs6000.opt:502
9337 #, no-c-format
9338 msgid "Generate the quad word memory instructions (lq/stq)."
9339 msgstr ""
9341 #: config/rs6000/rs6000.opt:506
9342 #, no-c-format
9343 msgid "Generate the quad word memory atomic instructions (lqarx/stqcx)."
9344 msgstr ""
9346 #: config/rs6000/rs6000.opt:510
9347 #, no-c-format
9348 msgid "Generate aggregate parameter passing code with at most 64-bit alignment."
9349 msgstr ""
9351 #: config/rs6000/rs6000.opt:514
9352 #, no-c-format
9353 msgid "Analyze and remove doubleword swaps from VSX computations."
9354 msgstr ""
9356 #: config/rs6000/rs6000.opt:522
9357 #, no-c-format
9358 msgid "Use certain scalar instructions added in ISA 3.0."
9359 msgstr ""
9361 #: config/rs6000/rs6000.opt:526
9362 #, no-c-format
9363 msgid "Use vector instructions added in ISA 3.0."
9364 msgstr ""
9366 #: config/rs6000/rs6000.opt:530
9367 #, no-c-format
9368 msgid "Use the new min/max instructions defined in ISA 3.0."
9369 msgstr ""
9371 #: config/rs6000/rs6000.opt:534
9372 #, no-c-format
9373 msgid "Generate the integer modulo instructions."
9374 msgstr ""
9376 #: config/rs6000/rs6000.opt:538
9377 #, no-c-format
9378 msgid "Enable IEEE 128-bit floating point via the __float128 keyword."
9379 msgstr ""
9381 #: config/rs6000/rs6000.opt:542
9382 #, no-c-format
9383 msgid "Enable using IEEE 128-bit floating point instructions."
9384 msgstr ""
9386 #: config/rs6000/rs6000.opt:546
9387 #, no-c-format
9388 msgid "Enable default conversions between __float128 & long double."
9389 msgstr ""
9391 #: config/rs6000/rs6000.opt:586
9392 #, no-c-format
9393 msgid "Generate (do not generate) prefixed memory instructions."
9394 msgstr ""
9396 #: config/rs6000/rs6000.opt:590
9397 #, no-c-format
9398 msgid "Generate (do not generate) pc-relative memory addressing."
9399 msgstr ""
9401 #: config/rs6000/rs6000.opt:594
9402 #, no-c-format
9403 msgid "Generate (do not generate) pc-relative memory optimizations for externals."
9404 msgstr ""
9406 #: config/rs6000/rs6000.opt:598
9407 #, no-c-format
9408 msgid "Generate (do not generate) MMA instructions."
9409 msgstr "Створювати (не створювати) інструкції MMA."
9411 #: config/rs6000/rs6000.opt:605
9412 #, no-c-format
9413 msgid "Enable instructions that guard against return-oriented programming attacks."
9414 msgstr ""
9416 #: config/rs6000/rs6000.opt:609
9417 #, no-c-format
9418 msgid "Generate code that will run in privileged state."
9419 msgstr ""
9421 #: config/rs6000/rs6000.opt:613
9422 #, no-c-format
9423 msgid "Generate (do not generate) code that uses the XXSPLTIW instruction."
9424 msgstr ""
9426 #: config/rs6000/rs6000.opt:617
9427 #, no-c-format
9428 msgid "Generate (do not generate) code that uses the XXSPLTIDP instruction."
9429 msgstr ""
9431 #: config/rs6000/rs6000.opt:621
9432 #, no-c-format
9433 msgid "Generate (do not generate) code that uses the LXVKQ instruction."
9434 msgstr ""
9436 #: config/rs6000/rs6000.opt:627
9437 #, no-c-format
9438 msgid "Used to limit unroll factor which indicates how much the autovectorizer may unroll a loop.  The default value is 4."
9439 msgstr ""
9441 #: config/rs6000/rs6000.opt:633
9442 #, no-c-format
9443 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."
9444 msgstr ""
9446 #: config/rs6000/rs6000.opt:642
9447 #, no-c-format
9448 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."
9449 msgstr ""
9451 #: config/rs6000/rs6000.opt:648
9452 #, no-c-format
9453 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."
9454 msgstr ""
9456 #: config/rs6000/rs6000.opt:655
9457 #, no-c-format
9458 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."
9459 msgstr ""
9461 #: config/rs6000/rs6000.opt:664
9462 #, no-c-format
9463 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."
9464 msgstr ""
9466 #: config/rs6000/rs6000.opt:670
9467 #, no-c-format
9468 msgid "Indicate how many non memory access vector instructions can be issued per cycle, it's used in unroll factor determination for autovectorizer.  The default value is 4."
9469 msgstr ""
9471 #: config/rs6000/rs6000.opt:676
9472 #, no-c-format
9473 msgid "When reduction factor computed for a loop exceeds the threshold specified by this parameter, prefer to unroll this loop.  The default value is 1."
9474 msgstr ""
9476 #: config/rs6000/sysv4.opt:24
9477 #, no-c-format
9478 msgid "-mcall-ABI\tSelect ABI calling convention."
9479 msgstr ""
9481 #: config/rs6000/sysv4.opt:28
9482 #, no-c-format
9483 msgid "-msdata=[none,data,sysv,eabi]\tSelect method for sdata handling."
9484 msgstr ""
9486 #: config/rs6000/sysv4.opt:32
9487 #, no-c-format
9488 msgid "Allow readonly data in sdata."
9489 msgstr ""
9491 #: config/rs6000/sysv4.opt:36
9492 #, no-c-format
9493 msgid "-mtls-size=[16,32]\tSpecify bit size of immediate TLS offsets."
9494 msgstr ""
9496 #: config/rs6000/sysv4.opt:52
9497 #, no-c-format
9498 msgid "Align to the base type of the bit-field."
9499 msgstr ""
9501 #: config/rs6000/sysv4.opt:56
9502 #, no-c-format
9503 msgid "Align to the base type of the bit-field. Don't assume that unaligned accesses are handled by the system."
9504 msgstr ""
9506 #: config/rs6000/sysv4.opt:61 config/rs6000/sysv4.opt:65
9507 #, no-c-format
9508 msgid "Produce code relocatable at runtime."
9509 msgstr ""
9511 #: config/rs6000/sysv4.opt:69 config/rs6000/sysv4.opt:73
9512 #, no-c-format
9513 msgid "Produce little endian code."
9514 msgstr ""
9516 #: config/rs6000/sysv4.opt:77 config/rs6000/sysv4.opt:81
9517 #, no-c-format
9518 msgid "Produce big endian code."
9519 msgstr ""
9521 #: config/rs6000/sysv4.opt:86 config/rs6000/sysv4.opt:90
9522 #: config/rs6000/sysv4.opt:99 config/rs6000/sysv4.opt:141
9523 #: config/rs6000/sysv4.opt:153
9524 #, no-c-format
9525 msgid "No description yet."
9526 msgstr ""
9528 #: config/rs6000/sysv4.opt:94
9529 #, no-c-format
9530 msgid "Assume all variable arg functions are prototyped."
9531 msgstr ""
9533 #: config/rs6000/sysv4.opt:103
9534 #, no-c-format
9535 msgid "Use EABI."
9536 msgstr ""
9538 #: config/rs6000/sysv4.opt:107
9539 #, no-c-format
9540 msgid "Allow bit-fields to cross word boundaries."
9541 msgstr ""
9543 #: config/rs6000/sysv4.opt:111
9544 #, no-c-format
9545 msgid "Use alternate register names."
9546 msgstr ""
9548 #: config/rs6000/sysv4.opt:117
9549 #, no-c-format
9550 msgid "Use default method for sdata handling."
9551 msgstr ""
9553 #: config/rs6000/sysv4.opt:121
9554 #, no-c-format
9555 msgid "Link with libsim.a, libc.a and sim-crt0.o."
9556 msgstr ""
9558 #: config/rs6000/sysv4.opt:125
9559 #, no-c-format
9560 msgid "Link with libads.a, libc.a and crt0.o."
9561 msgstr ""
9563 #: config/rs6000/sysv4.opt:129
9564 #, no-c-format
9565 msgid "Link with libyk.a, libc.a and crt0.o."
9566 msgstr ""
9568 #: config/rs6000/sysv4.opt:133
9569 #, no-c-format
9570 msgid "Link with libmvme.a, libc.a and crt0.o."
9571 msgstr ""
9573 #: config/rs6000/sysv4.opt:137
9574 #, no-c-format
9575 msgid "Set the PPC_EMB bit in the ELF flags header."
9576 msgstr ""
9578 #: config/rs6000/sysv4.opt:157
9579 #, no-c-format
9580 msgid "Generate code to use a non-exec PLT and GOT."
9581 msgstr ""
9583 #: config/rs6000/sysv4.opt:161
9584 #, no-c-format
9585 msgid "Generate code for old exec BSS PLT."
9586 msgstr ""
9588 #: config/rs6000/sysv4.opt:165
9589 #, no-c-format
9590 msgid "Use inline plt sequences to implement long calls and -fno-plt."
9591 msgstr ""
9593 #: config/rs6000/sysv4.opt:169
9594 #, no-c-format
9595 msgid "Emit .gnu_attribute tags."
9596 msgstr ""
9598 #: config/alpha/alpha.opt:27
9599 #, no-c-format
9600 msgid "Use fp registers."
9601 msgstr "Використовувати fp-регістри."
9603 #: config/alpha/alpha.opt:35
9604 #, no-c-format
9605 msgid "Request IEEE-conformant math library routines (OSF/1)."
9606 msgstr ""
9608 #: config/alpha/alpha.opt:39
9609 #, no-c-format
9610 msgid "Emit IEEE-conformant code, without inexact exceptions."
9611 msgstr ""
9613 #: config/alpha/alpha.opt:46
9614 #, no-c-format
9615 msgid "Do not emit complex integer constants to read-only memory."
9616 msgstr ""
9618 #: config/alpha/alpha.opt:50
9619 #, no-c-format
9620 msgid "Use VAX fp."
9621 msgstr ""
9623 #: config/alpha/alpha.opt:54
9624 #, no-c-format
9625 msgid "Do not use VAX fp."
9626 msgstr ""
9628 #: config/alpha/alpha.opt:58
9629 #, no-c-format
9630 msgid "Emit code for the byte/word ISA extension."
9631 msgstr ""
9633 #: config/alpha/alpha.opt:62
9634 #, no-c-format
9635 msgid "Emit code for the motion video ISA extension."
9636 msgstr ""
9638 #: config/alpha/alpha.opt:66
9639 #, no-c-format
9640 msgid "Emit code for the fp move and sqrt ISA extension."
9641 msgstr ""
9643 #: config/alpha/alpha.opt:70
9644 #, no-c-format
9645 msgid "Emit code for the counting ISA extension."
9646 msgstr ""
9648 #: config/alpha/alpha.opt:74
9649 #, no-c-format
9650 msgid "Emit code using explicit relocation directives."
9651 msgstr ""
9653 #: config/alpha/alpha.opt:78
9654 #, no-c-format
9655 msgid "Emit 16-bit relocations to the small data areas."
9656 msgstr ""
9658 #: config/alpha/alpha.opt:82
9659 #, no-c-format
9660 msgid "Emit 32-bit relocations to the small data areas."
9661 msgstr ""
9663 #: config/alpha/alpha.opt:86
9664 #, no-c-format
9665 msgid "Emit direct branches to local functions."
9666 msgstr ""
9668 #: config/alpha/alpha.opt:90
9669 #, no-c-format
9670 msgid "Emit indirect branches to local functions."
9671 msgstr ""
9673 #: config/alpha/alpha.opt:94
9674 #, no-c-format
9675 msgid "Emit rdval instead of rduniq for thread pointer."
9676 msgstr ""
9678 #: config/alpha/alpha.opt:106
9679 #, no-c-format
9680 msgid "Use features of and schedule given CPU."
9681 msgstr ""
9683 #: config/alpha/alpha.opt:110
9684 #, no-c-format
9685 msgid "Schedule given CPU."
9686 msgstr ""
9688 #: config/alpha/alpha.opt:114
9689 #, no-c-format
9690 msgid "Control the generated fp rounding mode."
9691 msgstr ""
9693 #: config/alpha/alpha.opt:118
9694 #, no-c-format
9695 msgid "Control the IEEE trap mode."
9696 msgstr ""
9698 #: config/alpha/alpha.opt:122
9699 #, no-c-format
9700 msgid "Control the precision given to fp exceptions."
9701 msgstr ""
9703 #: config/alpha/alpha.opt:126
9704 #, no-c-format
9705 msgid "Tune expected memory latency."
9706 msgstr ""
9708 #: config/lm32/lm32.opt:24
9709 #, no-c-format
9710 msgid "Enable multiply instructions."
9711 msgstr ""
9713 #: config/lm32/lm32.opt:28
9714 #, no-c-format
9715 msgid "Enable divide and modulus instructions."
9716 msgstr ""
9718 #: config/lm32/lm32.opt:32
9719 #, no-c-format
9720 msgid "Enable barrel shift instructions."
9721 msgstr ""
9723 #: config/lm32/lm32.opt:36
9724 #, no-c-format
9725 msgid "Enable sign extend instructions."
9726 msgstr ""
9728 #: config/lm32/lm32.opt:40
9729 #, no-c-format
9730 msgid "Enable user-defined instructions."
9731 msgstr ""
9733 #: config/loongarch/loongarch.opt:47
9734 #, no-c-format
9735 msgid "Basic ISAs of LoongArch:"
9736 msgstr ""
9738 #: config/loongarch/loongarch.opt:56
9739 #, no-c-format
9740 msgid "FPU types of LoongArch:"
9741 msgstr ""
9743 #: config/loongarch/loongarch.opt:69
9744 #, no-c-format
9745 msgid "-mfpu=FPU\tGenerate code for the given FPU."
9746 msgstr ""
9748 #: config/loongarch/loongarch.opt:76 config/mips/mips.opt:377
9749 #, no-c-format
9750 msgid "Prevent the use of all hardware floating-point instructions."
9751 msgstr ""
9753 #: config/loongarch/loongarch.opt:80 config/mips/mips.opt:369
9754 #, no-c-format
9755 msgid "Restrict the use of hardware floating-point instructions to 32-bit operations."
9756 msgstr ""
9758 #: config/loongarch/loongarch.opt:84 config/mips/mips.opt:116
9759 #, no-c-format
9760 msgid "Allow hardware floating-point instructions to cover both 32-bit and 64-bit operations."
9761 msgstr ""
9763 #: config/loongarch/loongarch.opt:90
9764 #, no-c-format
9765 msgid "LoongArch CPU types:"
9766 msgstr ""
9768 #: config/loongarch/loongarch.opt:103
9769 #, no-c-format
9770 msgid "-march=PROCESSOR\tGenerate code for the given PROCESSOR ISA."
9771 msgstr ""
9773 #: config/loongarch/loongarch.opt:107
9774 #, no-c-format
9775 msgid "-mtune=PROCESSOR\tGenerate optimized code for PROCESSOR."
9776 msgstr ""
9778 #: config/loongarch/loongarch.opt:116
9779 #, no-c-format
9780 msgid "Base ABI types for LoongArch:"
9781 msgstr ""
9783 #: config/loongarch/loongarch.opt:129
9784 #, no-c-format
9785 msgid "-mabi=BASEABI\tGenerate code that conforms to the given BASEABI."
9786 msgstr ""
9788 #: config/loongarch/loongarch.opt:138 config/mips/mips.opt:71
9789 #, no-c-format
9790 msgid "-mbranch-cost=COST\tSet the cost of branches to roughly COST instructions."
9791 msgstr ""
9793 #: config/loongarch/loongarch.opt:142 config/mips/mips.opt:83
9794 #, no-c-format
9795 msgid "Trap on integer divide by zero."
9796 msgstr ""
9798 #: config/loongarch/loongarch.opt:146
9799 #, no-c-format
9800 msgid "Conditional moves for integral are enabled."
9801 msgstr ""
9803 #: config/loongarch/loongarch.opt:150
9804 #, no-c-format
9805 msgid "Conditional moves for float are enabled."
9806 msgstr ""
9808 #: config/loongarch/loongarch.opt:154
9809 #, no-c-format
9810 msgid "Prevent optimizing block moves, which is also the default behavior of -Os."
9811 msgstr ""
9813 #: config/loongarch/loongarch.opt:162
9814 #, no-c-format
9815 msgid "-mmax-inline-memcpy-size=SIZE\tSet the max size of memcpy to inline, default is 1024."
9816 msgstr ""
9818 #: config/loongarch/loongarch.opt:166
9819 #, no-c-format
9820 msgid "Use %reloc() assembly operators."
9821 msgstr ""
9823 #: config/loongarch/loongarch.opt:197
9824 #, no-c-format
9825 msgid "Avoid using the GOT to access external symbols."
9826 msgstr ""
9828 #: config/or1k/elf.opt:28
9829 #, no-c-format
9830 msgid "Configure the newlib board specific runtime.  The default is or1ksim."
9831 msgstr ""
9833 #: config/or1k/elf.opt:32
9834 #, no-c-format
9835 msgid "This option is ignored; it is provided for compatibility purposes only.  This used to select linker and preprocessor options for use with newlib."
9836 msgstr ""
9838 #: config/or1k/or1k.opt:29
9839 #, no-c-format
9840 msgid "Enable generation of hardware divide (l.div, l.divu) instructions.  This is the default; use -msoft-div to override."
9841 msgstr ""
9843 #: config/or1k/or1k.opt:34
9844 #, no-c-format
9845 msgid "Enable generation of binaries which use functions from libgcc to perform divide operations.  The default is -mhard-div."
9846 msgstr ""
9848 #: config/or1k/or1k.opt:39
9849 #, no-c-format
9850 msgid "Enable generation of hardware multiply instructions (l.mul, l.muli) instructions. This is the default; use -msoft-mul to override."
9851 msgstr ""
9853 #: config/or1k/or1k.opt:44
9854 #, no-c-format
9855 msgid "Enable generation of binaries which use functions from libgcc to perform multiply operations. The default is -mhard-mul."
9856 msgstr ""
9858 #: config/or1k/or1k.opt:49
9859 #, no-c-format
9860 msgid "Enable generation of binaries which use functions from libgcc to perform floating point operations.  This is the default; use -mhard-float to override."
9861 msgstr ""
9863 #: config/or1k/or1k.opt:54
9864 #, no-c-format
9865 msgid "Enable generation of hardware floating point instructions. The default is -msoft-float."
9866 msgstr ""
9868 #: config/or1k/or1k.opt:59
9869 #, no-c-format
9870 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."
9871 msgstr ""
9873 #: config/or1k/or1k.opt:65
9874 #, no-c-format
9875 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."
9876 msgstr ""
9878 #: config/or1k/or1k.opt:71
9879 #, no-c-format
9880 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."
9881 msgstr ""
9883 #: config/or1k/or1k.opt:77
9884 #, no-c-format
9885 msgid "Known code model types (for use with the -mcmodel= option):"
9886 msgstr ""
9888 #: config/or1k/or1k.opt:87
9889 #, no-c-format
9890 msgid "Enable generation of conditional move (l.cmov) instructions.  By default the equivalent will be generated using set and branch."
9891 msgstr ""
9893 #: config/or1k/or1k.opt:92
9894 #, no-c-format
9895 msgid "Enable generation of rotate right (l.ror) instructions.  By default functions from libgcc are used to perform rotate right operations."
9896 msgstr ""
9898 #: config/or1k/or1k.opt:97
9899 #, no-c-format
9900 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."
9901 msgstr ""
9903 #: config/or1k/or1k.opt:103
9904 #, no-c-format
9905 msgid "Enable generation of sign extension (l.ext*) instructions.  By default memory loads are used to perform sign extension."
9906 msgstr ""
9908 #: config/or1k/or1k.opt:108
9909 #, no-c-format
9910 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."
9911 msgstr ""
9913 #: config/or1k/or1k.opt:114
9914 #, no-c-format
9915 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."
9916 msgstr ""
9918 #: config/nios2/elf.opt:26
9919 #, no-c-format
9920 msgid "Link with a limited version of the C library."
9921 msgstr ""
9923 #: config/nios2/elf.opt:30
9924 #, no-c-format
9925 msgid "Name of system library to link against."
9926 msgstr ""
9928 #: config/nios2/elf.opt:34
9929 #, no-c-format
9930 msgid "Name of the startfile."
9931 msgstr ""
9933 #: config/nios2/elf.opt:38
9934 #, no-c-format
9935 msgid "Link with HAL BSP."
9936 msgstr ""
9938 #: config/nios2/nios2.opt:35
9939 #, no-c-format
9940 msgid "Enable DIV, DIVU."
9941 msgstr ""
9943 #: config/nios2/nios2.opt:39
9944 #, no-c-format
9945 msgid "Enable MUL instructions."
9946 msgstr ""
9948 #: config/nios2/nios2.opt:43
9949 #, no-c-format
9950 msgid "Enable MULX instructions, assume fast shifter."
9951 msgstr ""
9953 #: config/nios2/nios2.opt:47
9954 #, no-c-format
9955 msgid "Use table based fast divide (default at -O3)."
9956 msgstr ""
9958 #: config/nios2/nios2.opt:51
9959 #, no-c-format
9960 msgid "All memory accesses use I/O load/store instructions."
9961 msgstr ""
9963 #: config/nios2/nios2.opt:55
9964 #, no-c-format
9965 msgid "Volatile memory accesses use I/O load/store instructions."
9966 msgstr ""
9968 #: config/nios2/nios2.opt:59
9969 #, no-c-format
9970 msgid "Volatile memory accesses do not use I/O load/store instructions."
9971 msgstr ""
9973 #: config/nios2/nios2.opt:63
9974 #, no-c-format
9975 msgid "Enable/disable GP-relative addressing."
9976 msgstr ""
9978 #: config/nios2/nios2.opt:67
9979 #, no-c-format
9980 msgid "Valid options for GP-relative addressing (for -mgpopt):"
9981 msgstr ""
9983 #: config/nios2/nios2.opt:86
9984 #, no-c-format
9985 msgid "Equivalent to -mgpopt=local."
9986 msgstr ""
9988 #: config/nios2/nios2.opt:90
9989 #, no-c-format
9990 msgid "Equivalent to -mgpopt=none."
9991 msgstr ""
9993 #: config/nios2/nios2.opt:94 config/c6x/c6x.opt:30 config/mips/mips.opt:134
9994 #, no-c-format
9995 msgid "Use big-endian byte order."
9996 msgstr ""
9998 #: config/nios2/nios2.opt:98 config/c6x/c6x.opt:34 config/mips/mips.opt:138
9999 #, no-c-format
10000 msgid "Use little-endian byte order."
10001 msgstr ""
10003 #: config/nios2/nios2.opt:102
10004 #, no-c-format
10005 msgid "Floating point custom instruction configuration name."
10006 msgstr ""
10008 #: config/nios2/nios2.opt:106
10009 #, no-c-format
10010 msgid "Do not use the ftruncds custom instruction."
10011 msgstr ""
10013 #: config/nios2/nios2.opt:110
10014 #, no-c-format
10015 msgid "Integer id (N) of ftruncds custom instruction."
10016 msgstr ""
10018 #: config/nios2/nios2.opt:114
10019 #, no-c-format
10020 msgid "Do not use the fextsd custom instruction."
10021 msgstr ""
10023 #: config/nios2/nios2.opt:118
10024 #, no-c-format
10025 msgid "Integer id (N) of fextsd custom instruction."
10026 msgstr ""
10028 #: config/nios2/nios2.opt:122
10029 #, no-c-format
10030 msgid "Do not use the fixdu custom instruction."
10031 msgstr ""
10033 #: config/nios2/nios2.opt:126
10034 #, no-c-format
10035 msgid "Integer id (N) of fixdu custom instruction."
10036 msgstr ""
10038 #: config/nios2/nios2.opt:130
10039 #, no-c-format
10040 msgid "Do not use the fixdi custom instruction."
10041 msgstr ""
10043 #: config/nios2/nios2.opt:134
10044 #, no-c-format
10045 msgid "Integer id (N) of fixdi custom instruction."
10046 msgstr ""
10048 #: config/nios2/nios2.opt:138
10049 #, no-c-format
10050 msgid "Do not use the fixsu custom instruction."
10051 msgstr ""
10053 #: config/nios2/nios2.opt:142
10054 #, no-c-format
10055 msgid "Integer id (N) of fixsu custom instruction."
10056 msgstr ""
10058 #: config/nios2/nios2.opt:146
10059 #, no-c-format
10060 msgid "Do not use the fixsi custom instruction."
10061 msgstr ""
10063 #: config/nios2/nios2.opt:150
10064 #, no-c-format
10065 msgid "Integer id (N) of fixsi custom instruction."
10066 msgstr ""
10068 #: config/nios2/nios2.opt:154
10069 #, no-c-format
10070 msgid "Do not use the floatud custom instruction."
10071 msgstr ""
10073 #: config/nios2/nios2.opt:158
10074 #, no-c-format
10075 msgid "Integer id (N) of floatud custom instruction."
10076 msgstr ""
10078 #: config/nios2/nios2.opt:162
10079 #, no-c-format
10080 msgid "Do not use the floatid custom instruction."
10081 msgstr ""
10083 #: config/nios2/nios2.opt:166
10084 #, no-c-format
10085 msgid "Integer id (N) of floatid custom instruction."
10086 msgstr ""
10088 #: config/nios2/nios2.opt:170
10089 #, no-c-format
10090 msgid "Do not use the floatus custom instruction."
10091 msgstr ""
10093 #: config/nios2/nios2.opt:174
10094 #, no-c-format
10095 msgid "Integer id (N) of floatus custom instruction."
10096 msgstr ""
10098 #: config/nios2/nios2.opt:178
10099 #, no-c-format
10100 msgid "Do not use the floatis custom instruction."
10101 msgstr ""
10103 #: config/nios2/nios2.opt:182
10104 #, no-c-format
10105 msgid "Integer id (N) of floatis custom instruction."
10106 msgstr ""
10108 #: config/nios2/nios2.opt:186
10109 #, no-c-format
10110 msgid "Do not use the fcmpned custom instruction."
10111 msgstr ""
10113 #: config/nios2/nios2.opt:190
10114 #, no-c-format
10115 msgid "Integer id (N) of fcmpned custom instruction."
10116 msgstr ""
10118 #: config/nios2/nios2.opt:194
10119 #, no-c-format
10120 msgid "Do not use the fcmpeqd custom instruction."
10121 msgstr ""
10123 #: config/nios2/nios2.opt:198
10124 #, no-c-format
10125 msgid "Integer id (N) of fcmpeqd custom instruction."
10126 msgstr ""
10128 #: config/nios2/nios2.opt:202
10129 #, no-c-format
10130 msgid "Do not use the fcmpged custom instruction."
10131 msgstr ""
10133 #: config/nios2/nios2.opt:206
10134 #, no-c-format
10135 msgid "Integer id (N) of fcmpged custom instruction."
10136 msgstr ""
10138 #: config/nios2/nios2.opt:210
10139 #, no-c-format
10140 msgid "Do not use the fcmpgtd custom instruction."
10141 msgstr ""
10143 #: config/nios2/nios2.opt:214
10144 #, no-c-format
10145 msgid "Integer id (N) of fcmpgtd custom instruction."
10146 msgstr ""
10148 #: config/nios2/nios2.opt:218
10149 #, no-c-format
10150 msgid "Do not use the fcmpled custom instruction."
10151 msgstr ""
10153 #: config/nios2/nios2.opt:222
10154 #, no-c-format
10155 msgid "Integer id (N) of fcmpled custom instruction."
10156 msgstr ""
10158 #: config/nios2/nios2.opt:226
10159 #, no-c-format
10160 msgid "Do not use the fcmpltd custom instruction."
10161 msgstr ""
10163 #: config/nios2/nios2.opt:230
10164 #, no-c-format
10165 msgid "Integer id (N) of fcmpltd custom instruction."
10166 msgstr ""
10168 #: config/nios2/nios2.opt:234
10169 #, no-c-format
10170 msgid "Do not use the flogd custom instruction."
10171 msgstr ""
10173 #: config/nios2/nios2.opt:238
10174 #, no-c-format
10175 msgid "Integer id (N) of flogd custom instruction."
10176 msgstr ""
10178 #: config/nios2/nios2.opt:242
10179 #, no-c-format
10180 msgid "Do not use the fexpd custom instruction."
10181 msgstr ""
10183 #: config/nios2/nios2.opt:246
10184 #, no-c-format
10185 msgid "Integer id (N) of fexpd custom instruction."
10186 msgstr ""
10188 #: config/nios2/nios2.opt:250
10189 #, no-c-format
10190 msgid "Do not use the fatand custom instruction."
10191 msgstr ""
10193 #: config/nios2/nios2.opt:254
10194 #, no-c-format
10195 msgid "Integer id (N) of fatand custom instruction."
10196 msgstr ""
10198 #: config/nios2/nios2.opt:258
10199 #, no-c-format
10200 msgid "Do not use the ftand custom instruction."
10201 msgstr ""
10203 #: config/nios2/nios2.opt:262
10204 #, no-c-format
10205 msgid "Integer id (N) of ftand custom instruction."
10206 msgstr ""
10208 #: config/nios2/nios2.opt:266
10209 #, no-c-format
10210 msgid "Do not use the fsind custom instruction."
10211 msgstr ""
10213 #: config/nios2/nios2.opt:270
10214 #, no-c-format
10215 msgid "Integer id (N) of fsind custom instruction."
10216 msgstr ""
10218 #: config/nios2/nios2.opt:274
10219 #, no-c-format
10220 msgid "Do not use the fcosd custom instruction."
10221 msgstr ""
10223 #: config/nios2/nios2.opt:278
10224 #, no-c-format
10225 msgid "Integer id (N) of fcosd custom instruction."
10226 msgstr ""
10228 #: config/nios2/nios2.opt:282
10229 #, no-c-format
10230 msgid "Do not use the fsqrtd custom instruction."
10231 msgstr ""
10233 #: config/nios2/nios2.opt:286
10234 #, no-c-format
10235 msgid "Integer id (N) of fsqrtd custom instruction."
10236 msgstr ""
10238 #: config/nios2/nios2.opt:290
10239 #, no-c-format
10240 msgid "Do not use the fabsd custom instruction."
10241 msgstr ""
10243 #: config/nios2/nios2.opt:294
10244 #, no-c-format
10245 msgid "Integer id (N) of fabsd custom instruction."
10246 msgstr ""
10248 #: config/nios2/nios2.opt:298
10249 #, no-c-format
10250 msgid "Do not use the fnegd custom instruction."
10251 msgstr ""
10253 #: config/nios2/nios2.opt:302
10254 #, no-c-format
10255 msgid "Integer id (N) of fnegd custom instruction."
10256 msgstr ""
10258 #: config/nios2/nios2.opt:306
10259 #, no-c-format
10260 msgid "Do not use the fmaxd custom instruction."
10261 msgstr ""
10263 #: config/nios2/nios2.opt:310
10264 #, no-c-format
10265 msgid "Integer id (N) of fmaxd custom instruction."
10266 msgstr ""
10268 #: config/nios2/nios2.opt:314
10269 #, no-c-format
10270 msgid "Do not use the fmind custom instruction."
10271 msgstr ""
10273 #: config/nios2/nios2.opt:318
10274 #, no-c-format
10275 msgid "Integer id (N) of fmind custom instruction."
10276 msgstr ""
10278 #: config/nios2/nios2.opt:322
10279 #, no-c-format
10280 msgid "Do not use the fdivd custom instruction."
10281 msgstr ""
10283 #: config/nios2/nios2.opt:326
10284 #, no-c-format
10285 msgid "Integer id (N) of fdivd custom instruction."
10286 msgstr ""
10288 #: config/nios2/nios2.opt:330
10289 #, no-c-format
10290 msgid "Do not use the fmuld custom instruction."
10291 msgstr ""
10293 #: config/nios2/nios2.opt:334
10294 #, no-c-format
10295 msgid "Integer id (N) of fmuld custom instruction."
10296 msgstr ""
10298 #: config/nios2/nios2.opt:338
10299 #, no-c-format
10300 msgid "Do not use the fsubd custom instruction."
10301 msgstr ""
10303 #: config/nios2/nios2.opt:342
10304 #, no-c-format
10305 msgid "Integer id (N) of fsubd custom instruction."
10306 msgstr ""
10308 #: config/nios2/nios2.opt:346
10309 #, no-c-format
10310 msgid "Do not use the faddd custom instruction."
10311 msgstr ""
10313 #: config/nios2/nios2.opt:350
10314 #, no-c-format
10315 msgid "Integer id (N) of faddd custom instruction."
10316 msgstr ""
10318 #: config/nios2/nios2.opt:354
10319 #, no-c-format
10320 msgid "Do not use the fcmpnes custom instruction."
10321 msgstr ""
10323 #: config/nios2/nios2.opt:358
10324 #, no-c-format
10325 msgid "Integer id (N) of fcmpnes custom instruction."
10326 msgstr ""
10328 #: config/nios2/nios2.opt:362
10329 #, no-c-format
10330 msgid "Do not use the fcmpeqs custom instruction."
10331 msgstr ""
10333 #: config/nios2/nios2.opt:366
10334 #, no-c-format
10335 msgid "Integer id (N) of fcmpeqs custom instruction."
10336 msgstr ""
10338 #: config/nios2/nios2.opt:370
10339 #, no-c-format
10340 msgid "Do not use the fcmpges custom instruction."
10341 msgstr ""
10343 #: config/nios2/nios2.opt:374
10344 #, no-c-format
10345 msgid "Integer id (N) of fcmpges custom instruction."
10346 msgstr ""
10348 #: config/nios2/nios2.opt:378
10349 #, no-c-format
10350 msgid "Do not use the fcmpgts custom instruction."
10351 msgstr ""
10353 #: config/nios2/nios2.opt:382
10354 #, no-c-format
10355 msgid "Integer id (N) of fcmpgts custom instruction."
10356 msgstr ""
10358 #: config/nios2/nios2.opt:386
10359 #, no-c-format
10360 msgid "Do not use the fcmples custom instruction."
10361 msgstr ""
10363 #: config/nios2/nios2.opt:390
10364 #, no-c-format
10365 msgid "Integer id (N) of fcmples custom instruction."
10366 msgstr ""
10368 #: config/nios2/nios2.opt:394
10369 #, no-c-format
10370 msgid "Do not use the fcmplts custom instruction."
10371 msgstr ""
10373 #: config/nios2/nios2.opt:398
10374 #, no-c-format
10375 msgid "Integer id (N) of fcmplts custom instruction."
10376 msgstr ""
10378 #: config/nios2/nios2.opt:402
10379 #, no-c-format
10380 msgid "Do not use the flogs custom instruction."
10381 msgstr ""
10383 #: config/nios2/nios2.opt:406
10384 #, no-c-format
10385 msgid "Integer id (N) of flogs custom instruction."
10386 msgstr ""
10388 #: config/nios2/nios2.opt:410
10389 #, no-c-format
10390 msgid "Do not use the fexps custom instruction."
10391 msgstr ""
10393 #: config/nios2/nios2.opt:414
10394 #, no-c-format
10395 msgid "Integer id (N) of fexps custom instruction."
10396 msgstr ""
10398 #: config/nios2/nios2.opt:418
10399 #, no-c-format
10400 msgid "Do not use the fatans custom instruction."
10401 msgstr ""
10403 #: config/nios2/nios2.opt:422
10404 #, no-c-format
10405 msgid "Integer id (N) of fatans custom instruction."
10406 msgstr ""
10408 #: config/nios2/nios2.opt:426
10409 #, no-c-format
10410 msgid "Do not use the ftans custom instruction."
10411 msgstr ""
10413 #: config/nios2/nios2.opt:430
10414 #, no-c-format
10415 msgid "Integer id (N) of ftans custom instruction."
10416 msgstr ""
10418 #: config/nios2/nios2.opt:434
10419 #, no-c-format
10420 msgid "Do not use the fsins custom instruction."
10421 msgstr ""
10423 #: config/nios2/nios2.opt:438
10424 #, no-c-format
10425 msgid "Integer id (N) of fsins custom instruction."
10426 msgstr ""
10428 #: config/nios2/nios2.opt:442
10429 #, no-c-format
10430 msgid "Do not use the fcoss custom instruction."
10431 msgstr ""
10433 #: config/nios2/nios2.opt:446
10434 #, no-c-format
10435 msgid "Integer id (N) of fcoss custom instruction."
10436 msgstr ""
10438 #: config/nios2/nios2.opt:450
10439 #, no-c-format
10440 msgid "Do not use the fsqrts custom instruction."
10441 msgstr ""
10443 #: config/nios2/nios2.opt:454
10444 #, no-c-format
10445 msgid "Integer id (N) of fsqrts custom instruction."
10446 msgstr ""
10448 #: config/nios2/nios2.opt:458
10449 #, no-c-format
10450 msgid "Do not use the fabss custom instr."
10451 msgstr ""
10453 #: config/nios2/nios2.opt:462
10454 #, no-c-format
10455 msgid "Integer id (N) of fabss custom instruction."
10456 msgstr ""
10458 #: config/nios2/nios2.opt:466
10459 #, no-c-format
10460 msgid "Do not use the fnegs custom instruction."
10461 msgstr ""
10463 #: config/nios2/nios2.opt:470
10464 #, no-c-format
10465 msgid "Integer id (N) of fnegs custom instruction."
10466 msgstr ""
10468 #: config/nios2/nios2.opt:474
10469 #, no-c-format
10470 msgid "Do not use the fmaxs custom instruction."
10471 msgstr ""
10473 #: config/nios2/nios2.opt:478
10474 #, no-c-format
10475 msgid "Integer id (N) of fmaxs custom instruction."
10476 msgstr ""
10478 #: config/nios2/nios2.opt:482
10479 #, no-c-format
10480 msgid "Do not use the fmins custom instruction."
10481 msgstr ""
10483 #: config/nios2/nios2.opt:486
10484 #, no-c-format
10485 msgid "Integer id (N) of fmins custom instruction."
10486 msgstr ""
10488 #: config/nios2/nios2.opt:490
10489 #, no-c-format
10490 msgid "Do not use the fdivs custom instruction."
10491 msgstr ""
10493 #: config/nios2/nios2.opt:494
10494 #, no-c-format
10495 msgid "Integer id (N) of fdivs custom instruction."
10496 msgstr ""
10498 #: config/nios2/nios2.opt:498
10499 #, no-c-format
10500 msgid "Do not use the fmuls custom instruction."
10501 msgstr ""
10503 #: config/nios2/nios2.opt:502
10504 #, no-c-format
10505 msgid "Integer id (N) of fmuls custom instruction."
10506 msgstr ""
10508 #: config/nios2/nios2.opt:506
10509 #, no-c-format
10510 msgid "Do not use the fsubs custom instruction."
10511 msgstr ""
10513 #: config/nios2/nios2.opt:510
10514 #, no-c-format
10515 msgid "Integer id (N) of fsubs custom instruction."
10516 msgstr ""
10518 #: config/nios2/nios2.opt:514
10519 #, no-c-format
10520 msgid "Do not use the fadds custom instruction."
10521 msgstr ""
10523 #: config/nios2/nios2.opt:518
10524 #, no-c-format
10525 msgid "Integer id (N) of fadds custom instruction."
10526 msgstr ""
10528 #: config/nios2/nios2.opt:522
10529 #, no-c-format
10530 msgid "Do not use the frdy custom instruction."
10531 msgstr ""
10533 #: config/nios2/nios2.opt:526
10534 #, no-c-format
10535 msgid "Integer id (N) of frdy custom instruction."
10536 msgstr ""
10538 #: config/nios2/nios2.opt:530
10539 #, no-c-format
10540 msgid "Do not use the frdxhi custom instruction."
10541 msgstr ""
10543 #: config/nios2/nios2.opt:534
10544 #, no-c-format
10545 msgid "Integer id (N) of frdxhi custom instruction."
10546 msgstr ""
10548 #: config/nios2/nios2.opt:538
10549 #, no-c-format
10550 msgid "Do not use the frdxlo custom instruction."
10551 msgstr ""
10553 #: config/nios2/nios2.opt:542
10554 #, no-c-format
10555 msgid "Integer id (N) of frdxlo custom instruction."
10556 msgstr ""
10558 #: config/nios2/nios2.opt:546
10559 #, no-c-format
10560 msgid "Do not use the fwry custom instruction."
10561 msgstr ""
10563 #: config/nios2/nios2.opt:550
10564 #, no-c-format
10565 msgid "Integer id (N) of fwry custom instruction."
10566 msgstr ""
10568 #: config/nios2/nios2.opt:554
10569 #, no-c-format
10570 msgid "Do not use the fwrx custom instruction."
10571 msgstr ""
10573 #: config/nios2/nios2.opt:558
10574 #, no-c-format
10575 msgid "Integer id (N) of fwrx custom instruction."
10576 msgstr ""
10578 #: config/nios2/nios2.opt:562
10579 #, no-c-format
10580 msgid "Do not use the round custom instruction."
10581 msgstr ""
10583 #: config/nios2/nios2.opt:566
10584 #, no-c-format
10585 msgid "Integer id (N) of round custom instruction."
10586 msgstr ""
10588 #: config/nios2/nios2.opt:574
10589 #, no-c-format
10590 msgid "Valid Nios II ISA levels (for -march):"
10591 msgstr ""
10593 #: config/nios2/nios2.opt:584
10594 #, no-c-format
10595 msgid "Enable generation of R2 BMX instructions."
10596 msgstr ""
10598 #: config/nios2/nios2.opt:588
10599 #, no-c-format
10600 msgid "Enable generation of R2 CDX instructions."
10601 msgstr ""
10603 #: config/nios2/nios2.opt:592
10604 #, no-c-format
10605 msgid "Regular expression matching additional GP-addressible section names."
10606 msgstr ""
10608 #: config/nios2/nios2.opt:596
10609 #, no-c-format
10610 msgid "Regular expression matching section names for r0-relative addressing."
10611 msgstr ""
10613 #: config/rx/elf.opt:32
10614 #, no-c-format
10615 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."
10616 msgstr ""
10618 #: config/rx/elf.opt:38 config/rx/rx.opt:99
10619 #, no-c-format
10620 msgid "Specifies the number of registers to reserve for interrupt handlers."
10621 msgstr ""
10623 #: config/rx/elf.opt:44 config/rx/rx.opt:105
10624 #, no-c-format
10625 msgid "Specifies whether interrupt functions should save and restore the accumulator register."
10626 msgstr ""
10628 #: config/rx/rx.opt:29
10629 #, no-c-format
10630 msgid "Store doubles in 64 bits."
10631 msgstr ""
10633 #: config/rx/rx.opt:33
10634 #, no-c-format
10635 msgid "Stores doubles in 32 bits.  This is the default."
10636 msgstr ""
10638 #: config/rx/rx.opt:37
10639 #, no-c-format
10640 msgid "Disable the use of RX FPU instructions."
10641 msgstr "Вимкнути використання інструкцій FPU RX."
10643 #: config/rx/rx.opt:44
10644 #, no-c-format
10645 msgid "Enable the use of RX FPU instructions.  This is the default."
10646 msgstr ""
10648 #: config/rx/rx.opt:50
10649 #, no-c-format
10650 msgid "Specify the target RX cpu type."
10651 msgstr ""
10653 #: config/rx/rx.opt:71
10654 #, no-c-format
10655 msgid "Data is stored in big-endian format."
10656 msgstr ""
10658 #: config/rx/rx.opt:75
10659 #, no-c-format
10660 msgid "Data is stored in little-endian format.  (Default)."
10661 msgstr ""
10663 #: config/rx/rx.opt:81
10664 #, no-c-format
10665 msgid "Maximum size of global and static variables which can be placed into the small data area."
10666 msgstr ""
10668 #: config/rx/rx.opt:87
10669 #, no-c-format
10670 msgid "Enable linker relaxation."
10671 msgstr ""
10673 #: config/rx/rx.opt:93
10674 #, no-c-format
10675 msgid "Maximum size in bytes of constant values allowed as operands."
10676 msgstr ""
10678 #: config/rx/rx.opt:111
10679 #, no-c-format
10680 msgid "Enables Position-Independent-Data (PID) mode."
10681 msgstr ""
10683 #: config/rx/rx.opt:117
10684 #, no-c-format
10685 msgid "Warn when multiple, different, fast interrupt handlers are in the compilation unit."
10686 msgstr ""
10688 #: config/rx/rx.opt:123
10689 #, no-c-format
10690 msgid "Enable the use of the old, broken, ABI where all stacked function arguments are aligned to 32-bits."
10691 msgstr ""
10693 #: config/rx/rx.opt:127
10694 #, no-c-format
10695 msgid "Enable the use the standard RX ABI where all stacked function arguments are naturally aligned.  This is the default."
10696 msgstr ""
10698 #: config/rx/rx.opt:133
10699 #, no-c-format
10700 msgid "Enable the use of the LRA register allocator."
10701 msgstr ""
10703 #: config/rx/rx.opt:139
10704 #, no-c-format
10705 msgid "Enables or disables the use of the SMOVF, SMOVB, SMOVU, SUNTIL, SWHILE and RMPA instructions.  Enabled by default."
10706 msgstr ""
10708 #: config/rx/rx.opt:145
10709 #, no-c-format
10710 msgid "Always use JSR, never BSR, for calls."
10711 msgstr ""
10713 #: config/visium/visium.opt:25
10714 #, no-c-format
10715 msgid "Link with libc.a and libdebug.a."
10716 msgstr ""
10718 #: config/visium/visium.opt:29
10719 #, no-c-format
10720 msgid "Link with libc.a and libsim.a."
10721 msgstr ""
10723 #: config/visium/visium.opt:33
10724 #, no-c-format
10725 msgid "Use hardware FP (default)."
10726 msgstr ""
10728 #: config/visium/visium.opt:45
10729 #, no-c-format
10730 msgid "Use features of and schedule code for given CPU."
10731 msgstr ""
10733 #: config/visium/visium.opt:65
10734 #, no-c-format
10735 msgid "Generate code for the supervisor mode (default)."
10736 msgstr ""
10738 #: config/visium/visium.opt:69
10739 #, no-c-format
10740 msgid "Generate code for the user mode."
10741 msgstr ""
10743 #: config/visium/visium.opt:73
10744 #, no-c-format
10745 msgid "Only retained for backward compatibility."
10746 msgstr ""
10748 #: config/sol2.opt:32
10749 #, no-c-format
10750 msgid "Clear hardware capabilities when linking."
10751 msgstr ""
10753 #: config/sol2.opt:36
10754 #, no-c-format
10755 msgid "Pass -z text to linker."
10756 msgstr ""
10758 #: config/moxie/moxie.opt:31
10759 #, no-c-format
10760 msgid "Enable MUL.X and UMUL.X instructions."
10761 msgstr ""
10763 #: config/microblaze/microblaze.opt:40
10764 #, no-c-format
10765 msgid "Use software emulation for floating point (default)."
10766 msgstr ""
10768 #: config/microblaze/microblaze.opt:44
10769 #, no-c-format
10770 msgid "Use hardware floating point instructions."
10771 msgstr ""
10773 #: config/microblaze/microblaze.opt:48
10774 #, no-c-format
10775 msgid "Use table lookup optimization for small signed integer divisions."
10776 msgstr ""
10778 #: config/microblaze/microblaze.opt:52
10779 #, no-c-format
10780 msgid "-mcpu=PROCESSOR\t\tUse features of and schedule code for given CPU."
10781 msgstr ""
10783 #: config/microblaze/microblaze.opt:56
10784 #, no-c-format
10785 msgid "Don't optimize block moves, use memcpy."
10786 msgstr ""
10788 #: config/microblaze/microblaze.opt:68
10789 #, no-c-format
10790 msgid "Use the soft multiply emulation (default)."
10791 msgstr ""
10793 #: config/microblaze/microblaze.opt:72
10794 #, no-c-format
10795 msgid "Use reorder instructions (swap and byte reversed load/store) (default)."
10796 msgstr ""
10798 #: config/microblaze/microblaze.opt:76
10799 #, no-c-format
10800 msgid "Use the software emulation for divides (default)."
10801 msgstr ""
10803 #: config/microblaze/microblaze.opt:80
10804 #, no-c-format
10805 msgid "Use the hardware barrel shifter instead of emulation."
10806 msgstr ""
10808 #: config/microblaze/microblaze.opt:84
10809 #, no-c-format
10810 msgid "Use pattern compare instructions."
10811 msgstr ""
10813 #: config/microblaze/microblaze.opt:88
10814 #, no-c-format
10815 msgid "Check for stack overflow at runtime."
10816 msgstr ""
10818 #: config/microblaze/microblaze.opt:92 config/iq2000/iq2000.opt:65
10819 #, no-c-format
10820 msgid "Use GP relative sdata/sbss sections."
10821 msgstr ""
10823 #: config/microblaze/microblaze.opt:96
10824 #, no-c-format
10825 msgid "Clear the BSS to zero and place zero initialized in BSS."
10826 msgstr ""
10828 #: config/microblaze/microblaze.opt:100
10829 #, no-c-format
10830 msgid "Use multiply high instructions for high part of 32x32 multiply."
10831 msgstr ""
10833 #: config/microblaze/microblaze.opt:104
10834 #, no-c-format
10835 msgid "Use hardware floating point conversion instructions."
10836 msgstr ""
10838 #: config/microblaze/microblaze.opt:108
10839 #, no-c-format
10840 msgid "Use hardware floating point square root instruction."
10841 msgstr ""
10843 #: config/microblaze/microblaze.opt:112
10844 #, no-c-format
10845 msgid "Description for mxl-mode-executable."
10846 msgstr ""
10848 #: config/microblaze/microblaze.opt:116
10849 #, no-c-format
10850 msgid "Description for mxl-mode-xmdstub."
10851 msgstr ""
10853 #: config/microblaze/microblaze.opt:120
10854 #, no-c-format
10855 msgid "Description for mxl-mode-bootstrap."
10856 msgstr ""
10858 #: config/microblaze/microblaze.opt:124
10859 #, no-c-format
10860 msgid "Description for mxl-mode-novectors."
10861 msgstr ""
10863 #: config/microblaze/microblaze.opt:128
10864 #, no-c-format
10865 msgid "Use hardware prefetch instruction."
10866 msgstr ""
10868 #: config/microblaze/microblaze.opt:132
10869 #, no-c-format
10870 msgid "Data referenced by offset from start of text instead of GOT (with -fPIC/-fPIE)."
10871 msgstr ""
10873 #: config/vax/vax.opt:23 config/vax/vax.opt:27
10874 #, no-c-format
10875 msgid "Target DFLOAT double precision code."
10876 msgstr ""
10878 #: config/vax/vax.opt:31 config/vax/vax.opt:35
10879 #, no-c-format
10880 msgid "Generate GFLOAT double precision code."
10881 msgstr ""
10883 #: config/vax/vax.opt:39
10884 #, no-c-format
10885 msgid "Generate code for GNU assembler (gas)."
10886 msgstr ""
10888 #: config/vax/vax.opt:43
10889 #, no-c-format
10890 msgid "Generate code for UNIX assembler."
10891 msgstr ""
10893 #: config/vax/vax.opt:51
10894 #, no-c-format
10895 msgid "Use VAXC structure conventions."
10896 msgstr ""
10898 #: config/vax/vax.opt:55
10899 #, no-c-format
10900 msgid "Use new adddi3/subdi3 patterns."
10901 msgstr ""
10903 #: config/frv/frv.opt:30
10904 #, no-c-format
10905 msgid "Use 4 media accumulators."
10906 msgstr ""
10908 #: config/frv/frv.opt:34
10909 #, no-c-format
10910 msgid "Use 8 media accumulators."
10911 msgstr ""
10913 #: config/frv/frv.opt:38
10914 #, no-c-format
10915 msgid "Enable label alignment optimizations."
10916 msgstr ""
10918 #: config/frv/frv.opt:42
10919 #, no-c-format
10920 msgid "Dynamically allocate cc registers."
10921 msgstr ""
10923 #: config/frv/frv.opt:49
10924 #, no-c-format
10925 msgid "Set the cost of branches."
10926 msgstr ""
10928 #: config/frv/frv.opt:53
10929 #, no-c-format
10930 msgid "Enable conditional execution other than moves/scc."
10931 msgstr ""
10933 #: config/frv/frv.opt:57
10934 #, no-c-format
10935 msgid "Change the maximum length of conditionally-executed sequences."
10936 msgstr ""
10938 #: config/frv/frv.opt:61
10939 #, no-c-format
10940 msgid "Change the number of temporary registers that are available to conditionally-executed sequences."
10941 msgstr ""
10943 #: config/frv/frv.opt:65
10944 #, no-c-format
10945 msgid "Enable conditional moves."
10946 msgstr ""
10948 #: config/frv/frv.opt:69
10949 #, no-c-format
10950 msgid "Set the target CPU type."
10951 msgstr ""
10953 #: config/frv/frv.opt:73
10954 #, no-c-format
10955 msgid "Known FR-V CPUs (for use with the -mcpu= option):"
10956 msgstr ""
10958 #: config/frv/frv.opt:122
10959 #, no-c-format
10960 msgid "Use fp double instructions."
10961 msgstr ""
10963 #: config/frv/frv.opt:126
10964 #, no-c-format
10965 msgid "Change the ABI to allow double word insns."
10966 msgstr ""
10968 #: config/frv/frv.opt:134
10969 #, no-c-format
10970 msgid "Just use icc0/fcc0."
10971 msgstr ""
10973 #: config/frv/frv.opt:138
10974 #, no-c-format
10975 msgid "Only use 32 FPRs."
10976 msgstr ""
10978 #: config/frv/frv.opt:142
10979 #, no-c-format
10980 msgid "Use 64 FPRs."
10981 msgstr ""
10983 #: config/frv/frv.opt:146
10984 #, no-c-format
10985 msgid "Only use 32 GPRs."
10986 msgstr ""
10988 #: config/frv/frv.opt:150
10989 #, no-c-format
10990 msgid "Use 64 GPRs."
10991 msgstr ""
10993 #: config/frv/frv.opt:154
10994 #, no-c-format
10995 msgid "Enable use of GPREL for read-only data in FDPIC."
10996 msgstr ""
10998 #: config/frv/frv.opt:166
10999 #, no-c-format
11000 msgid "Enable PIC support for building libraries."
11001 msgstr ""
11003 #: config/frv/frv.opt:170
11004 #, no-c-format
11005 msgid "Follow the EABI linkage requirements."
11006 msgstr ""
11008 #: config/frv/frv.opt:174
11009 #, no-c-format
11010 msgid "Disallow direct calls to global functions."
11011 msgstr ""
11013 #: config/frv/frv.opt:178
11014 #, no-c-format
11015 msgid "Use media instructions."
11016 msgstr ""
11018 #: config/frv/frv.opt:182
11019 #, no-c-format
11020 msgid "Use multiply add/subtract instructions."
11021 msgstr ""
11023 #: config/frv/frv.opt:186
11024 #, no-c-format
11025 msgid "Enable optimizing &&/|| in conditional execution."
11026 msgstr ""
11028 #: config/frv/frv.opt:190
11029 #, no-c-format
11030 msgid "Enable nested conditional execution optimizations."
11031 msgstr ""
11033 #: config/frv/frv.opt:195
11034 #, no-c-format
11035 msgid "Do not mark ABI switches in e_flags."
11036 msgstr ""
11038 #: config/frv/frv.opt:199
11039 #, no-c-format
11040 msgid "Remove redundant membars."
11041 msgstr ""
11043 #: config/frv/frv.opt:203
11044 #, no-c-format
11045 msgid "Pack VLIW instructions."
11046 msgstr ""
11048 #: config/frv/frv.opt:207
11049 #, no-c-format
11050 msgid "Enable setting GPRs to the result of comparisons."
11051 msgstr ""
11053 #: config/frv/frv.opt:211
11054 #, no-c-format
11055 msgid "Change the amount of scheduler lookahead."
11056 msgstr ""
11058 #: config/frv/frv.opt:219
11059 #, no-c-format
11060 msgid "Assume a large TLS segment."
11061 msgstr ""
11063 #: config/frv/frv.opt:223
11064 #, no-c-format
11065 msgid "Do not assume a large TLS segment."
11066 msgstr ""
11068 #: config/frv/frv.opt:228
11069 #, no-c-format
11070 msgid "Cause gas to print tomcat statistics."
11071 msgstr ""
11073 #: config/frv/frv.opt:233
11074 #, no-c-format
11075 msgid "Link with the library-pic libraries."
11076 msgstr ""
11078 #: config/frv/frv.opt:237
11079 #, no-c-format
11080 msgid "Allow branches to be packed with other instructions."
11081 msgstr ""
11083 #: config/mn10300/mn10300.opt:30
11084 #, no-c-format
11085 msgid "Target the AM33 processor."
11086 msgstr ""
11088 #: config/mn10300/mn10300.opt:34
11089 #, no-c-format
11090 msgid "Target the AM33/2.0 processor."
11091 msgstr ""
11093 #: config/mn10300/mn10300.opt:38
11094 #, no-c-format
11095 msgid "Target the AM34 processor."
11096 msgstr ""
11098 #: config/mn10300/mn10300.opt:46
11099 #, no-c-format
11100 msgid "Work around hardware multiply bug."
11101 msgstr ""
11103 #: config/mn10300/mn10300.opt:55
11104 #, no-c-format
11105 msgid "Enable linker relaxations."
11106 msgstr ""
11108 #: config/mn10300/mn10300.opt:59
11109 #, no-c-format
11110 msgid "Return pointers in both a0 and d0."
11111 msgstr ""
11113 #: config/mn10300/mn10300.opt:63
11114 #, no-c-format
11115 msgid "Allow gcc to generate LIW instructions."
11116 msgstr ""
11118 #: config/mn10300/mn10300.opt:67
11119 #, no-c-format
11120 msgid "Allow gcc to generate the SETLB and Lcc instructions."
11121 msgstr ""
11123 #: config/nds32/nds32-elf.opt:3 config/nds32/nds32-linux.opt:3
11124 #, no-c-format
11125 msgid "Specify the address generation strategy for code model."
11126 msgstr ""
11128 #: config/nds32/nds32-elf.opt:7 config/nds32/nds32-linux.opt:7
11129 #, no-c-format
11130 msgid "Known cmodel types (for use with the -mcmodel= option):"
11131 msgstr ""
11133 #: config/nds32/nds32.opt:29 config/nds32/nds32.opt:89
11134 #, no-c-format
11135 msgid "Generate code in big-endian mode."
11136 msgstr ""
11138 #: config/nds32/nds32.opt:33 config/nds32/nds32.opt:93
11139 #, no-c-format
11140 msgid "Generate code in little-endian mode."
11141 msgstr ""
11143 #: config/nds32/nds32.opt:37
11144 #, no-c-format
11145 msgid "Force performing fp-as-gp optimization."
11146 msgstr ""
11148 #: config/nds32/nds32.opt:41
11149 #, no-c-format
11150 msgid "Forbid performing fp-as-gp optimization."
11151 msgstr ""
11153 #: config/nds32/nds32.opt:47
11154 #, no-c-format
11155 msgid "Specify which ABI type to generate code for: 2, 2fp+."
11156 msgstr ""
11158 #: config/nds32/nds32.opt:61
11159 #, no-c-format
11160 msgid "Specify use soft floating point ABI which mean alias to -mabi=2."
11161 msgstr ""
11163 #: config/nds32/nds32.opt:65
11164 #, no-c-format
11165 msgid "Specify use soft floating point ABI which mean alias to -mabi=2fp+."
11166 msgstr ""
11168 #: config/nds32/nds32.opt:71
11169 #, no-c-format
11170 msgid "Use reduced-set registers for register allocation."
11171 msgstr ""
11173 #: config/nds32/nds32.opt:75
11174 #, no-c-format
11175 msgid "Use full-set registers for register allocation."
11176 msgstr ""
11178 #: config/nds32/nds32.opt:81
11179 #, no-c-format
11180 msgid "Always align function entry, jump target and return address."
11181 msgstr ""
11183 #: config/nds32/nds32.opt:85
11184 #, no-c-format
11185 msgid "Align function entry to 4 byte."
11186 msgstr ""
11188 #: config/nds32/nds32.opt:97
11189 #, no-c-format
11190 msgid "Prevent $fp being allocated during register allocation so that compiler is able to force performing fp-as-gp optimization."
11191 msgstr ""
11193 #: config/nds32/nds32.opt:101
11194 #, no-c-format
11195 msgid "Forbid using $fp to access static and global variables.  This option strictly forbids fp-as-gp optimization regardless of '-mforce-fp-as-gp'."
11196 msgstr ""
11198 #: config/nds32/nds32.opt:105
11199 #, no-c-format
11200 msgid "Specify the address generation strategy for ICT call's code model."
11201 msgstr ""
11203 #: config/nds32/nds32.opt:109
11204 #, no-c-format
11205 msgid "Known cmodel types (for use with the -mict-model= option):"
11206 msgstr ""
11208 #: config/nds32/nds32.opt:119
11209 #, no-c-format
11210 msgid "Generate conditional move instructions."
11211 msgstr ""
11213 #: config/nds32/nds32.opt:123
11214 #, no-c-format
11215 msgid "Generate hardware abs instructions."
11216 msgstr "Створити апаратні інструкції abs."
11218 #: config/nds32/nds32.opt:127
11219 #, no-c-format
11220 msgid "Generate performance extension instructions."
11221 msgstr ""
11223 #: config/nds32/nds32.opt:131
11224 #, no-c-format
11225 msgid "Generate performance extension version 2 instructions."
11226 msgstr ""
11228 #: config/nds32/nds32.opt:135
11229 #, no-c-format
11230 msgid "Generate string extension instructions."
11231 msgstr "Створити інструкції розширення рядків."
11233 #: config/nds32/nds32.opt:139
11234 #, no-c-format
11235 msgid "Generate DSP extension instructions."
11236 msgstr "Створити інструкції розширення DSP."
11238 #: config/nds32/nds32.opt:143
11239 #, no-c-format
11240 msgid "Generate v3 push25/pop25 instructions."
11241 msgstr ""
11243 #: config/nds32/nds32.opt:147
11244 #, no-c-format
11245 msgid "Generate 16-bit instructions."
11246 msgstr ""
11248 #: config/nds32/nds32.opt:151
11249 #, no-c-format
11250 msgid "Insert relax hint for linker to do relaxation."
11251 msgstr ""
11253 #: config/nds32/nds32.opt:155
11254 #, no-c-format
11255 msgid "Enable Virtual Hosting support."
11256 msgstr ""
11258 #: config/nds32/nds32.opt:159
11259 #, no-c-format
11260 msgid "Specify the size of each interrupt vector, which must be 4 or 16."
11261 msgstr ""
11263 #: config/nds32/nds32.opt:163
11264 #, no-c-format
11265 msgid "Specify the security level of c-isr for the whole file."
11266 msgstr ""
11268 #: config/nds32/nds32.opt:167
11269 #, no-c-format
11270 msgid "Specify the size of each cache block, which must be a power of 2 between 4 and 512."
11271 msgstr ""
11273 #: config/nds32/nds32.opt:175
11274 #, no-c-format
11275 msgid "Known arch types (for use with the -march= option):"
11276 msgstr ""
11278 #: config/nds32/nds32.opt:197
11279 #, no-c-format
11280 msgid "Specify the cpu for pipeline model."
11281 msgstr ""
11283 #: config/nds32/nds32.opt:201
11284 #, no-c-format
11285 msgid "Known cpu types (for use with the -mcpu= option):"
11286 msgstr ""
11288 #: config/nds32/nds32.opt:361
11289 #, no-c-format
11290 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."
11291 msgstr ""
11293 #: config/nds32/nds32.opt:365
11294 #, no-c-format
11295 msgid "Known floating-point number of registers (for use with the -mconfig-fpu= option):"
11296 msgstr ""
11298 #: config/nds32/nds32.opt:393
11299 #, no-c-format
11300 msgid "Specify configuration of instruction mul: fast1, fast2 or slow. The default is fast1."
11301 msgstr ""
11303 #: config/nds32/nds32.opt:412
11304 #, no-c-format
11305 msgid "Specify how many read/write ports for n9/n10 cores.  The value should be 3r2w or 2r1w."
11306 msgstr ""
11308 #: config/nds32/nds32.opt:425
11309 #, no-c-format
11310 msgid "Enable constructor/destructor feature."
11311 msgstr ""
11313 #: config/nds32/nds32.opt:429
11314 #, no-c-format
11315 msgid "Guide linker to relax instructions."
11316 msgstr ""
11318 #: config/nds32/nds32.opt:433
11319 #, no-c-format
11320 msgid "Generate floating-point multiply-accumulation instructions."
11321 msgstr "Створити інструкції накопичення множення для чисел із рухомою крапкою."
11323 #: config/nds32/nds32.opt:437
11324 #, no-c-format
11325 msgid "Generate single-precision floating-point instructions."
11326 msgstr "Створити інструкції одинарної точності для чисел із рухомою крапкою."
11328 #: config/nds32/nds32.opt:441
11329 #, no-c-format
11330 msgid "Generate double-precision floating-point instructions."
11331 msgstr "Створити інструкції подвійної точності для чисел із рухомою крапкою."
11333 #: config/nds32/nds32.opt:445
11334 #, no-c-format
11335 msgid "Force disable hardware loop, even use -mext-dsp."
11336 msgstr ""
11338 #: config/nds32/nds32.opt:449
11339 #, no-c-format
11340 msgid "Permit scheduling of a function's prologue and epilogue sequence."
11341 msgstr ""
11343 #: config/nds32/nds32.opt:453
11344 #, no-c-format
11345 msgid "Generate return instruction in naked function."
11346 msgstr ""
11348 #: config/nds32/nds32.opt:457
11349 #, no-c-format
11350 msgid "Always save $lp in the stack."
11351 msgstr ""
11353 #: config/nds32/nds32.opt:465
11354 #, no-c-format
11355 msgid "Allow use r15 for inline ASM."
11356 msgstr ""
11358 #: config/iq2000/iq2000.opt:31
11359 #, no-c-format
11360 msgid "Specify CPU for code generation purposes."
11361 msgstr ""
11363 #: config/iq2000/iq2000.opt:47
11364 #, no-c-format
11365 msgid "Specify CPU for scheduling purposes."
11366 msgstr ""
11368 #: config/iq2000/iq2000.opt:51
11369 #, no-c-format
11370 msgid "Known IQ2000 CPUs (for use with the -mcpu= option):"
11371 msgstr ""
11373 #: config/iq2000/iq2000.opt:61 config/mips/mips.opt:142
11374 #, no-c-format
11375 msgid "Use ROM instead of RAM."
11376 msgstr ""
11378 #: config/iq2000/iq2000.opt:70
11379 #, no-c-format
11380 msgid "No default crt0.o."
11381 msgstr ""
11383 #: config/iq2000/iq2000.opt:74 config/mips/mips.opt:413
11384 #, no-c-format
11385 msgid "Put uninitialized constants in ROM (needs -membedded-data)."
11386 msgstr ""
11388 #: config/csky/csky.opt:34
11389 #, no-c-format
11390 msgid "Specify the target architecture."
11391 msgstr ""
11393 #: config/csky/csky.opt:38
11394 #, no-c-format
11395 msgid "Specify the target processor."
11396 msgstr ""
11398 #: config/csky/csky.opt:90
11399 #, no-c-format
11400 msgid "Specify the target floating-point hardware/format."
11401 msgstr ""
11403 #: config/csky/csky.opt:94
11404 #, no-c-format
11405 msgid "Generate C-SKY FPU double float instructions (default for hard float)."
11406 msgstr ""
11408 #: config/csky/csky.opt:98
11409 #, no-c-format
11410 msgid "Generate frecipd/fsqrtd/fdivd instructions (default for hard float)."
11411 msgstr ""
11413 #: config/csky/csky.opt:106
11414 #, no-c-format
11415 msgid "Enable the extended LRW instruction (default for CK801)."
11416 msgstr ""
11418 #: config/csky/csky.opt:110
11419 #, no-c-format
11420 msgid "Enable interrupt stack instructions."
11421 msgstr ""
11423 #: config/csky/csky.opt:114
11424 #, no-c-format
11425 msgid "Enable multiprocessor instructions."
11426 msgstr "Увімкнути багатопроцесорні інструкції."
11428 #: config/csky/csky.opt:118
11429 #, no-c-format
11430 msgid "Enable coprocessor instructions."
11431 msgstr "Увімкнути інструкції для співпроцесорів."
11433 #: config/csky/csky.opt:122
11434 #, no-c-format
11435 msgid "Enable cache prefetch instructions."
11436 msgstr "Увімкнути інструкції попереднього отримання кешу."
11438 #: config/csky/csky.opt:126
11439 #, no-c-format
11440 msgid "Enable C-SKY SECURE instructions."
11441 msgstr ""
11443 #: config/csky/csky.opt:133
11444 #, no-c-format
11445 msgid "Enable C-SKY TRUST instructions."
11446 msgstr ""
11448 #: config/csky/csky.opt:137
11449 #, no-c-format
11450 msgid "Enable C-SKY DSP instructions."
11451 msgstr ""
11453 #: config/csky/csky.opt:141
11454 #, no-c-format
11455 msgid "Enable C-SKY Enhanced DSP instructions."
11456 msgstr ""
11458 #: config/csky/csky.opt:145
11459 #, no-c-format
11460 msgid "Enable C-SKY Vector DSP instructions."
11461 msgstr ""
11463 #: config/csky/csky.opt:151
11464 #, no-c-format
11465 msgid "Generate divide instructions."
11466 msgstr "Створити інструкції divide."
11468 #: config/csky/csky.opt:155
11469 #, no-c-format
11470 msgid "Generate code for Smart Mode."
11471 msgstr ""
11473 #: config/csky/csky.opt:159
11474 #, no-c-format
11475 msgid "Enable use of R16-R31 (default)."
11476 msgstr ""
11478 #: config/csky/csky.opt:163
11479 #, no-c-format
11480 msgid "Generate code using global anchor symbol addresses."
11481 msgstr ""
11483 #: config/csky/csky.opt:167
11484 #, no-c-format
11485 msgid "Generate push/pop instructions (default)."
11486 msgstr ""
11488 #: config/csky/csky.opt:171
11489 #, no-c-format
11490 msgid "Generate stm/ldm instructions (default)."
11491 msgstr ""
11493 #: config/csky/csky.opt:178
11494 #, no-c-format
11495 msgid "Generate constant pools in the compiler instead of assembler."
11496 msgstr ""
11498 #: config/csky/csky.opt:182
11499 #, no-c-format
11500 msgid "Emit .stack_size directives."
11501 msgstr ""
11503 #: config/csky/csky.opt:186
11504 #, no-c-format
11505 msgid "Generate code for C-SKY compiler runtime instead of libgcc."
11506 msgstr ""
11508 #: config/csky/csky.opt:190
11509 #, no-c-format
11510 msgid "Set the branch costs to roughly the specified number of instructions."
11511 msgstr ""
11513 #: config/csky/csky.opt:194
11514 #, no-c-format
11515 msgid "Permit scheduling of function prologue and epilogue sequences."
11516 msgstr ""
11518 #: config/csky/csky_tables.opt:24
11519 #, no-c-format
11520 msgid "Known CSKY CPUs (for use with the -mcpu= options):"
11521 msgstr ""
11523 #: config/csky/csky_tables.opt:205
11524 #, no-c-format
11525 msgid "Known CSKY architectures (for use with the -march= option):"
11526 msgstr ""
11528 #: config/csky/csky_tables.opt:227
11529 #, no-c-format
11530 msgid "Known CSKY FPUs (for use with the -mfpu= option):"
11531 msgstr ""
11533 #: config/c6x/c6x-tables.opt:24
11534 #, no-c-format
11535 msgid "Known C6X ISAs (for use with the -march= option):"
11536 msgstr ""
11538 #: config/c6x/c6x.opt:42
11539 #, no-c-format
11540 msgid "Select method for sdata handling."
11541 msgstr ""
11543 #: config/c6x/c6x.opt:46
11544 #, no-c-format
11545 msgid "Valid arguments for the -msdata= option:"
11546 msgstr "Коректні аргументи для параметра -msdata=:"
11548 #: config/c6x/c6x.opt:59
11549 #, no-c-format
11550 msgid "Compile for the DSBT shared library ABI."
11551 msgstr ""
11553 #: config/cris/cris.opt:45
11554 #, no-c-format
11555 msgid "Work around bug in multiplication instruction."
11556 msgstr ""
11558 #: config/cris/cris.opt:51
11559 #, no-c-format
11560 msgid "Compile for ETRAX 4 (CRIS v3)."
11561 msgstr ""
11563 #: config/cris/cris.opt:56
11564 #, no-c-format
11565 msgid "Compile for ETRAX 100 (CRIS v8)."
11566 msgstr ""
11568 #: config/cris/cris.opt:64
11569 #, no-c-format
11570 msgid "Emit verbose debug information in assembly code."
11571 msgstr ""
11573 #: config/cris/cris.opt:71
11574 #, no-c-format
11575 msgid "Do not use condition codes from normal instructions."
11576 msgstr ""
11578 #: config/cris/cris.opt:80
11579 #, no-c-format
11580 msgid "Do not emit addressing modes with side-effect assignment."
11581 msgstr ""
11583 #: config/cris/cris.opt:89
11584 #, no-c-format
11585 msgid "Do not tune stack alignment."
11586 msgstr ""
11588 #: config/cris/cris.opt:98
11589 #, no-c-format
11590 msgid "Do not tune writable data alignment."
11591 msgstr ""
11593 #: config/cris/cris.opt:107
11594 #, no-c-format
11595 msgid "Do not tune code and read-only data alignment."
11596 msgstr ""
11598 #: config/cris/cris.opt:116
11599 #, no-c-format
11600 msgid "Align code and data to 32 bits."
11601 msgstr ""
11603 #: config/cris/cris.opt:133
11604 #, no-c-format
11605 msgid "Don't align items in code or data."
11606 msgstr ""
11608 #: config/cris/cris.opt:142
11609 #, no-c-format
11610 msgid "Do not emit function prologue or epilogue."
11611 msgstr ""
11613 #: config/cris/cris.opt:149
11614 #, no-c-format
11615 msgid "Use the most feature-enabling options allowed by other options."
11616 msgstr ""
11618 #: config/cris/cris.opt:158
11619 #, no-c-format
11620 msgid "Override -mbest-lib-options."
11621 msgstr ""
11623 #: config/cris/cris.opt:165
11624 #, no-c-format
11625 msgid "-march=ARCH\tGenerate code for the specified chip or CPU version."
11626 msgstr ""
11628 #: config/cris/cris.opt:169
11629 #, no-c-format
11630 msgid "-mtune=ARCH\tTune alignment for the specified chip or CPU version."
11631 msgstr ""
11633 #: config/cris/cris.opt:173
11634 #, no-c-format
11635 msgid "-mmax-stackframe=SIZE\tWarn when a stackframe is larger than the specified size."
11636 msgstr ""
11638 #: config/cris/cris.opt:180
11639 #, no-c-format
11640 msgid "Emit traps as \"break 8\", default for CRIS v3 and up.  If disabled, calls to abort() are used."
11641 msgstr ""
11643 #: config/cris/cris.opt:184
11644 #, no-c-format
11645 msgid "Emit checks causing \"break 8\" instructions to execute when applying atomic builtins on misaligned memory."
11646 msgstr ""
11648 #: config/cris/cris.opt:188
11649 #, no-c-format
11650 msgid "Handle atomic builtins that may be applied to unaligned data by calling library functions. Overrides -mtrap-unaligned-atomic."
11651 msgstr ""
11653 #: config/sh/superh.opt:6
11654 #, no-c-format
11655 msgid "Board name [and memory region]."
11656 msgstr ""
11658 #: config/sh/superh.opt:10
11659 #, no-c-format
11660 msgid "Runtime name."
11661 msgstr ""
11663 #: config/sh/sh.opt:42
11664 #, no-c-format
11665 msgid "Generate SH1 code."
11666 msgstr ""
11668 #: config/sh/sh.opt:46
11669 #, no-c-format
11670 msgid "Generate SH2 code."
11671 msgstr ""
11673 #: config/sh/sh.opt:50
11674 #, no-c-format
11675 msgid "Generate default double-precision SH2a-FPU code."
11676 msgstr ""
11678 #: config/sh/sh.opt:54
11679 #, no-c-format
11680 msgid "Generate SH2a FPU-less code."
11681 msgstr ""
11683 #: config/sh/sh.opt:58
11684 #, no-c-format
11685 msgid "Generate default single-precision SH2a-FPU code."
11686 msgstr ""
11688 #: config/sh/sh.opt:62
11689 #, no-c-format
11690 msgid "Generate only single-precision SH2a-FPU code."
11691 msgstr ""
11693 #: config/sh/sh.opt:66
11694 #, no-c-format
11695 msgid "Generate SH2e code."
11696 msgstr ""
11698 #: config/sh/sh.opt:70
11699 #, no-c-format
11700 msgid "Generate SH3 code."
11701 msgstr ""
11703 #: config/sh/sh.opt:74
11704 #, no-c-format
11705 msgid "Generate SH3e code."
11706 msgstr ""
11708 #: config/sh/sh.opt:78
11709 #, no-c-format
11710 msgid "Generate SH4 code."
11711 msgstr ""
11713 #: config/sh/sh.opt:82
11714 #, no-c-format
11715 msgid "Generate SH4-100 code."
11716 msgstr ""
11718 #: config/sh/sh.opt:86
11719 #, no-c-format
11720 msgid "Generate SH4-200 code."
11721 msgstr ""
11723 #: config/sh/sh.opt:92
11724 #, no-c-format
11725 msgid "Generate SH4-300 code."
11726 msgstr ""
11728 #: config/sh/sh.opt:96
11729 #, no-c-format
11730 msgid "Generate SH4 FPU-less code."
11731 msgstr ""
11733 #: config/sh/sh.opt:100
11734 #, no-c-format
11735 msgid "Generate SH4-100 FPU-less code."
11736 msgstr ""
11738 #: config/sh/sh.opt:104
11739 #, no-c-format
11740 msgid "Generate SH4-200 FPU-less code."
11741 msgstr ""
11743 #: config/sh/sh.opt:108
11744 #, no-c-format
11745 msgid "Generate SH4-300 FPU-less code."
11746 msgstr ""
11748 #: config/sh/sh.opt:112
11749 #, no-c-format
11750 msgid "Generate code for SH4 340 series (MMU/FPU-less)."
11751 msgstr ""
11753 #: config/sh/sh.opt:117
11754 #, no-c-format
11755 msgid "Generate code for SH4 400 series (MMU/FPU-less)."
11756 msgstr ""
11758 #: config/sh/sh.opt:122
11759 #, no-c-format
11760 msgid "Generate code for SH4 500 series (FPU-less)."
11761 msgstr ""
11763 #: config/sh/sh.opt:127
11764 #, no-c-format
11765 msgid "Generate default single-precision SH4 code."
11766 msgstr ""
11768 #: config/sh/sh.opt:131
11769 #, no-c-format
11770 msgid "Generate default single-precision SH4-100 code."
11771 msgstr ""
11773 #: config/sh/sh.opt:135
11774 #, no-c-format
11775 msgid "Generate default single-precision SH4-200 code."
11776 msgstr ""
11778 #: config/sh/sh.opt:139
11779 #, no-c-format
11780 msgid "Generate default single-precision SH4-300 code."
11781 msgstr ""
11783 #: config/sh/sh.opt:143
11784 #, no-c-format
11785 msgid "Generate only single-precision SH4 code."
11786 msgstr ""
11788 #: config/sh/sh.opt:147
11789 #, no-c-format
11790 msgid "Generate only single-precision SH4-100 code."
11791 msgstr ""
11793 #: config/sh/sh.opt:151
11794 #, no-c-format
11795 msgid "Generate only single-precision SH4-200 code."
11796 msgstr ""
11798 #: config/sh/sh.opt:155
11799 #, no-c-format
11800 msgid "Generate only single-precision SH4-300 code."
11801 msgstr ""
11803 #: config/sh/sh.opt:159
11804 #, no-c-format
11805 msgid "Generate SH4a code."
11806 msgstr ""
11808 #: config/sh/sh.opt:163
11809 #, no-c-format
11810 msgid "Generate SH4a FPU-less code."
11811 msgstr ""
11813 #: config/sh/sh.opt:167
11814 #, no-c-format
11815 msgid "Generate default single-precision SH4a code."
11816 msgstr ""
11818 #: config/sh/sh.opt:171
11819 #, no-c-format
11820 msgid "Generate only single-precision SH4a code."
11821 msgstr ""
11823 #: config/sh/sh.opt:175
11824 #, no-c-format
11825 msgid "Generate SH4al-dsp code."
11826 msgstr ""
11828 #: config/sh/sh.opt:183
11829 #, no-c-format
11830 msgid "Generate code in big endian mode."
11831 msgstr ""
11833 #: config/sh/sh.opt:187
11834 #, no-c-format
11835 msgid "Generate 32-bit offsets in switch tables."
11836 msgstr ""
11838 #: config/sh/sh.opt:191
11839 #, no-c-format
11840 msgid "Generate bit instructions."
11841 msgstr ""
11843 #: config/sh/sh.opt:199
11844 #, no-c-format
11845 msgid "Assume that zero displacement conditional branches are fast."
11846 msgstr ""
11848 #: config/sh/sh.opt:203
11849 #, no-c-format
11850 msgid "Force the usage of delay slots for conditional branches."
11851 msgstr ""
11853 #: config/sh/sh.opt:207
11854 #, no-c-format
11855 msgid "Align doubles at 64-bit boundaries."
11856 msgstr ""
11858 #: config/sh/sh.opt:211
11859 #, no-c-format
11860 msgid "Division strategy, one of: call-div1, call-fp, call-table."
11861 msgstr ""
11863 #: config/sh/sh.opt:215
11864 #, no-c-format
11865 msgid "Specify name for 32 bit signed division function."
11866 msgstr ""
11868 #: config/sh/sh.opt:219
11869 #, no-c-format
11870 msgid "Generate ELF FDPIC code."
11871 msgstr ""
11873 #: config/sh/sh.opt:223
11874 #, no-c-format
11875 msgid "Enable the use of 64-bit floating point registers in fmov instructions.  See -mdalign if 64-bit alignment is required."
11876 msgstr ""
11878 #: config/sh/sh.opt:231 config/sh/sh.opt:269
11879 #, no-c-format
11880 msgid "Follow Renesas (formerly Hitachi) / SuperH calling conventions."
11881 msgstr ""
11883 #: config/sh/sh.opt:235
11884 #, no-c-format
11885 msgid "Increase the IEEE compliance for floating-point comparisons."
11886 msgstr ""
11888 #: config/sh/sh.opt:239
11889 #, no-c-format
11890 msgid "Inline code to invalidate instruction cache entries after setting up nested function trampolines."
11891 msgstr ""
11893 #: config/sh/sh.opt:243 config/arc/arc.opt:242
11894 #, no-c-format
11895 msgid "Annotate assembler instructions with estimated addresses."
11896 msgstr ""
11898 #: config/sh/sh.opt:247
11899 #, no-c-format
11900 msgid "Generate code in little endian mode."
11901 msgstr ""
11903 #: config/sh/sh.opt:251
11904 #, no-c-format
11905 msgid "Mark MAC register as call-clobbered."
11906 msgstr ""
11908 #: config/sh/sh.opt:257
11909 #, no-c-format
11910 msgid "Make structs a multiple of 4 bytes (warning: ABI altered)."
11911 msgstr ""
11913 #: config/sh/sh.opt:261
11914 #, no-c-format
11915 msgid "Emit function-calls using global offset table when generating PIC."
11916 msgstr ""
11918 #: config/sh/sh.opt:265
11919 #, no-c-format
11920 msgid "Shorten address references during linking."
11921 msgstr ""
11923 #: config/sh/sh.opt:273
11924 #, no-c-format
11925 msgid "Specify the model for atomic operations."
11926 msgstr ""
11928 #: config/sh/sh.opt:277
11929 #, no-c-format
11930 msgid "Use tas.b instruction for __atomic_test_and_set."
11931 msgstr ""
11933 #: config/sh/sh.opt:281
11934 #, no-c-format
11935 msgid "Cost to assume for a multiply insn."
11936 msgstr ""
11938 #: config/sh/sh.opt:285
11939 #, no-c-format
11940 msgid "Don't generate privileged-mode only code; implies -mno-inline-ic_invalidate if the inline code would not work in user mode."
11941 msgstr ""
11943 #: config/sh/sh.opt:291
11944 #, no-c-format
11945 msgid "Pretend a branch-around-a-move is a conditional move."
11946 msgstr ""
11948 #: config/sh/sh.opt:295
11949 #, no-c-format
11950 msgid "Enable the use of the fsca instruction."
11951 msgstr ""
11953 #: config/sh/sh.opt:299
11954 #, no-c-format
11955 msgid "Enable the use of the fsrra instruction."
11956 msgstr ""
11958 #: config/gcn/gcn.opt:26
11959 #, no-c-format
11960 msgid "GCN GPU type to use:"
11961 msgstr ""
11963 #: config/gcn/gcn.opt:45 config/gcn/gcn.opt:49
11964 #, no-c-format
11965 msgid "Specify the name of the target GPU."
11966 msgstr ""
11968 #: config/gcn/gcn.opt:53
11969 #, no-c-format
11970 msgid "Generate code for a 32-bit ABI."
11971 msgstr ""
11973 #: config/gcn/gcn.opt:57
11974 #, no-c-format
11975 msgid "Generate code for a 64-bit ABI."
11976 msgstr ""
11978 #: config/gcn/gcn.opt:61
11979 #, no-c-format
11980 msgid "Enable OpenMP GPU offloading."
11981 msgstr ""
11983 #: config/gcn/gcn.opt:72
11984 #, no-c-format
11985 msgid "Obsolete; use GCN_STACK_SIZE at runtime."
11986 msgstr ""
11988 #: config/gcn/gcn.opt:78
11989 #, no-c-format
11990 msgid "Amount of local data-share (LDS) memory to reserve for gang-private variables."
11991 msgstr ""
11993 #: config/gcn/gcn.opt:82
11994 #, no-c-format
11995 msgid "Warn about invalid OpenACC dimensions."
11996 msgstr "."
11998 #: config/gcn/gcn.opt:86
11999 #, no-c-format
12000 msgid "Compile for devices requiring XNACK enabled. Default off."
12001 msgstr ""
12003 #: config/gcn/gcn.opt:90
12004 #, no-c-format
12005 msgid "SRAM-ECC modes:"
12006 msgstr ""
12008 #: config/gcn/gcn.opt:103
12009 #, no-c-format
12010 msgid "Compile for devices with the SRAM ECC feature enabled, or not. Default \"any\"."
12011 msgstr ""
12013 #: config/fr30/fr30.opt:23
12014 #, no-c-format
12015 msgid "Assume small address space."
12016 msgstr ""
12018 #: config/bpf/bpf.opt:28
12019 #, no-c-format
12020 msgid "Generate eBPF for the given Linux kernel version."
12021 msgstr ""
12023 #: config/bpf/bpf.opt:115
12024 #, no-c-format
12025 msgid "Generate xBPF."
12026 msgstr ""
12028 #: config/bpf/bpf.opt:121
12029 #, no-c-format
12030 msgid "Generate big-endian eBPF."
12031 msgstr ""
12033 #: config/bpf/bpf.opt:125
12034 #, no-c-format
12035 msgid "Generate little-endian eBPF."
12036 msgstr ""
12038 #: config/bpf/bpf.opt:129
12039 #, no-c-format
12040 msgid "Set a hard limit for the size of each stack frame, in bytes."
12041 msgstr ""
12043 #: config/bpf/bpf.opt:133
12044 #, no-c-format
12045 msgid "Generate all necessary information for BPF Compile Once - Run Everywhere."
12046 msgstr ""
12048 #: config/bpf/bpf.opt:139
12049 #, no-c-format
12050 msgid "Enable extra conditional-branch instructions j(s)lt and j(s)le."
12051 msgstr ""
12053 #: config/bpf/bpf.opt:143
12054 #, no-c-format
12055 msgid "Enable 32-bit ALU instructions."
12056 msgstr "Увімкнути 32-бітові інструкції ALU."
12058 #: config/bpf/bpf.opt:147
12059 #, no-c-format
12060 msgid "Enable 32-bit jump instructions."
12061 msgstr "Увімкнути 32-бітові інструкції переходу."
12063 #: config/mips/mips.opt:32
12064 #, no-c-format
12065 msgid "-mabi=ABI\tGenerate code that conforms to the given ABI."
12066 msgstr ""
12068 #: config/mips/mips.opt:36
12069 #, no-c-format
12070 msgid "Known MIPS ABIs (for use with the -mabi= option):"
12071 msgstr ""
12073 #: config/mips/mips.opt:55
12074 #, no-c-format
12075 msgid "Generate code that can be used in SVR4-style dynamic objects."
12076 msgstr ""
12078 #: config/mips/mips.opt:59
12079 #, no-c-format
12080 msgid "Use PMC-style 'mad' instructions."
12081 msgstr ""
12083 #: config/mips/mips.opt:63
12084 #, no-c-format
12085 msgid "Use integer madd/msub instructions."
12086 msgstr ""
12088 #: config/mips/mips.opt:67
12089 #, no-c-format
12090 msgid "-march=ISA\tGenerate code for the given ISA."
12091 msgstr ""
12093 #: config/mips/mips.opt:75
12094 #, no-c-format
12095 msgid "Use Branch Likely instructions, overriding the architecture default."
12096 msgstr ""
12098 #: config/mips/mips.opt:79
12099 #, no-c-format
12100 msgid "Switch on/off MIPS16 ASE on alternating functions for compiler testing."
12101 msgstr ""
12103 #: config/mips/mips.opt:87
12104 #, no-c-format
12105 msgid "-mcode-readable=SETTING\tSpecify when instructions are allowed to access code."
12106 msgstr ""
12108 #: config/mips/mips.opt:91
12109 #, no-c-format
12110 msgid "Valid arguments to -mcode-readable=:"
12111 msgstr ""
12113 #: config/mips/mips.opt:104
12114 #, no-c-format
12115 msgid "Use branch-and-break sequences to check for integer divide by zero."
12116 msgstr ""
12118 #: config/mips/mips.opt:108
12119 #, no-c-format
12120 msgid "Use trap instructions to check for integer divide by zero."
12121 msgstr ""
12123 #: config/mips/mips.opt:112
12124 #, no-c-format
12125 msgid "Allow the use of MDMX instructions."
12126 msgstr ""
12128 #: config/mips/mips.opt:120
12129 #, no-c-format
12130 msgid "Use MIPS-DSP instructions."
12131 msgstr ""
12133 #: config/mips/mips.opt:124
12134 #, no-c-format
12135 msgid "Use MIPS-DSP REV 2 instructions."
12136 msgstr ""
12138 #: config/mips/mips.opt:146
12139 #, no-c-format
12140 msgid "Use Enhanced Virtual Addressing instructions."
12141 msgstr ""
12143 #: config/mips/mips.opt:150
12144 #, no-c-format
12145 msgid "Use NewABI-style %reloc() assembly operators."
12146 msgstr ""
12148 #: config/mips/mips.opt:154
12149 #, no-c-format
12150 msgid "Use -G for data that is not defined by the current object."
12151 msgstr ""
12153 #: config/mips/mips.opt:158
12154 #, no-c-format
12155 msgid "Work around certain 24K errata."
12156 msgstr ""
12158 #: config/mips/mips.opt:162
12159 #, no-c-format
12160 msgid "Work around certain R4000 errata."
12161 msgstr ""
12163 #: config/mips/mips.opt:166
12164 #, no-c-format
12165 msgid "Work around certain R4400 errata."
12166 msgstr ""
12168 #: config/mips/mips.opt:170
12169 #, no-c-format
12170 msgid "Work around the R5900 short loop erratum."
12171 msgstr ""
12173 #: config/mips/mips.opt:174
12174 #, no-c-format
12175 msgid "Work around certain RM7000 errata."
12176 msgstr ""
12178 #: config/mips/mips.opt:178
12179 #, no-c-format
12180 msgid "Work around certain R10000 errata."
12181 msgstr ""
12183 #: config/mips/mips.opt:182
12184 #, no-c-format
12185 msgid "Work around errata for early SB-1 revision 2 cores."
12186 msgstr ""
12188 #: config/mips/mips.opt:186
12189 #, no-c-format
12190 msgid "Work around certain VR4120 errata."
12191 msgstr ""
12193 #: config/mips/mips.opt:190
12194 #, no-c-format
12195 msgid "Work around VR4130 mflo/mfhi errata."
12196 msgstr ""
12198 #: config/mips/mips.opt:194
12199 #, no-c-format
12200 msgid "Work around an early 4300 hardware bug."
12201 msgstr ""
12203 #: config/mips/mips.opt:198
12204 #, no-c-format
12205 msgid "FP exceptions are enabled."
12206 msgstr ""
12208 #: config/mips/mips.opt:202
12209 #, no-c-format
12210 msgid "Use 32-bit floating-point registers."
12211 msgstr ""
12213 #: config/mips/mips.opt:206
12214 #, no-c-format
12215 msgid "Conform to the o32 FPXX ABI."
12216 msgstr ""
12218 #: config/mips/mips.opt:210
12219 #, no-c-format
12220 msgid "Use 64-bit floating-point registers."
12221 msgstr ""
12223 #: config/mips/mips.opt:214
12224 #, no-c-format
12225 msgid "-mflush-func=FUNC\tUse FUNC to flush the cache before calling stack trampolines."
12226 msgstr ""
12228 #: config/mips/mips.opt:218
12229 #, no-c-format
12230 msgid "-mabs=MODE\tSelect the IEEE 754 ABS/NEG instruction execution mode."
12231 msgstr ""
12233 #: config/mips/mips.opt:222
12234 #, no-c-format
12235 msgid "-mnan=ENCODING\tSelect the IEEE 754 NaN data encoding."
12236 msgstr ""
12238 #: config/mips/mips.opt:226
12239 #, no-c-format
12240 msgid "Known MIPS IEEE 754 settings (for use with the -mabs= and -mnan= options):"
12241 msgstr ""
12243 #: config/mips/mips.opt:236
12244 #, no-c-format
12245 msgid "Use 32-bit general registers."
12246 msgstr ""
12248 #: config/mips/mips.opt:240
12249 #, no-c-format
12250 msgid "Use 64-bit general registers."
12251 msgstr ""
12253 #: config/mips/mips.opt:244
12254 #, no-c-format
12255 msgid "Use GP-relative addressing to access small data."
12256 msgstr ""
12258 #: config/mips/mips.opt:248
12259 #, no-c-format
12260 msgid "When generating -mabicalls code, allow executables to use PLTs and copy relocations."
12261 msgstr ""
12263 #: config/mips/mips.opt:252
12264 #, no-c-format
12265 msgid "Allow the use of hardware floating-point ABI and instructions."
12266 msgstr ""
12268 #: config/mips/mips.opt:256
12269 #, no-c-format
12270 msgid "Generate code that is link-compatible with MIPS16 and microMIPS code."
12271 msgstr ""
12273 #: config/mips/mips.opt:260
12274 #, no-c-format
12275 msgid "An alias for minterlink-compressed provided for backward-compatibility."
12276 msgstr ""
12278 #: config/mips/mips.opt:264
12279 #, no-c-format
12280 msgid "-mipsN\tGenerate code for ISA level N."
12281 msgstr ""
12283 #: config/mips/mips.opt:268
12284 #, no-c-format
12285 msgid "Generate MIPS16 code."
12286 msgstr ""
12288 #: config/mips/mips.opt:272
12289 #, no-c-format
12290 msgid "Use MIPS-3D instructions."
12291 msgstr ""
12293 #: config/mips/mips.opt:276
12294 #, no-c-format
12295 msgid "Use ll, sc and sync instructions."
12296 msgstr ""
12298 #: config/mips/mips.opt:280
12299 #, no-c-format
12300 msgid "Use -G for object-local data."
12301 msgstr ""
12303 #: config/mips/mips.opt:284
12304 #, no-c-format
12305 msgid "Use indirect calls."
12306 msgstr ""
12308 #: config/mips/mips.opt:288
12309 #, no-c-format
12310 msgid "Use a 32-bit long type."
12311 msgstr ""
12313 #: config/mips/mips.opt:292
12314 #, no-c-format
12315 msgid "Use a 64-bit long type."
12316 msgstr ""
12318 #: config/mips/mips.opt:296
12319 #, no-c-format
12320 msgid "Pass the address of the ra save location to _mcount in $12."
12321 msgstr ""
12323 #: config/mips/mips.opt:300
12324 #, no-c-format
12325 msgid "Don't optimize block moves."
12326 msgstr ""
12328 #: config/mips/mips.opt:304
12329 #, no-c-format
12330 msgid "Use microMIPS instructions."
12331 msgstr ""
12333 #: config/mips/mips.opt:308
12334 #, no-c-format
12335 msgid "Use MIPS MSA Extension instructions."
12336 msgstr ""
12338 #: config/mips/mips.opt:312
12339 #, no-c-format
12340 msgid "Allow the use of MT instructions."
12341 msgstr ""
12343 #: config/mips/mips.opt:316
12344 #, no-c-format
12345 msgid "Prevent the use of all floating-point operations."
12346 msgstr ""
12348 #: config/mips/mips.opt:320
12349 #, no-c-format
12350 msgid "Use MCU instructions."
12351 msgstr ""
12353 #: config/mips/mips.opt:324
12354 #, no-c-format
12355 msgid "Do not use a cache-flushing function before calling stack trampolines."
12356 msgstr ""
12358 #: config/mips/mips.opt:328
12359 #, no-c-format
12360 msgid "Do not use MDMX instructions."
12361 msgstr ""
12363 #: config/mips/mips.opt:332
12364 #, no-c-format
12365 msgid "Generate normal-mode code."
12366 msgstr ""
12368 #: config/mips/mips.opt:336
12369 #, no-c-format
12370 msgid "Do not use MIPS-3D instructions."
12371 msgstr ""
12373 #: config/mips/mips.opt:340
12374 #, no-c-format
12375 msgid "Use paired-single floating-point instructions."
12376 msgstr ""
12378 #: config/mips/mips.opt:344
12379 #, no-c-format
12380 msgid "-mr10k-cache-barrier=SETTING\tSpecify when r10k cache barriers should be inserted."
12381 msgstr ""
12383 #: config/mips/mips.opt:348
12384 #, no-c-format
12385 msgid "Valid arguments to -mr10k-cache-barrier=:"
12386 msgstr ""
12388 #: config/mips/mips.opt:361
12389 #, no-c-format
12390 msgid "Try to allow the linker to turn PIC calls into direct calls."
12391 msgstr ""
12393 #: config/mips/mips.opt:365
12394 #, no-c-format
12395 msgid "When generating -mabicalls code, make the code suitable for use in shared libraries."
12396 msgstr ""
12398 #: config/mips/mips.opt:373
12399 #, no-c-format
12400 msgid "Use SmartMIPS instructions."
12401 msgstr ""
12403 #: config/mips/mips.opt:381
12404 #, no-c-format
12405 msgid "Optimize lui/addiu address loads."
12406 msgstr ""
12408 #: config/mips/mips.opt:385
12409 #, no-c-format
12410 msgid "Assume all symbols have 32-bit values."
12411 msgstr ""
12413 #: config/mips/mips.opt:389
12414 #, no-c-format
12415 msgid "Use synci instruction to invalidate i-cache."
12416 msgstr ""
12418 #: config/mips/mips.opt:397
12419 #, no-c-format
12420 msgid "Use lwxc1/swxc1/ldxc1/sdxc1 instructions where applicable."
12421 msgstr ""
12423 #: config/mips/mips.opt:401
12424 #, no-c-format
12425 msgid "Use 4-operand madd.s/madd.d and related instructions where applicable."
12426 msgstr ""
12428 #: config/mips/mips.opt:409
12429 #, no-c-format
12430 msgid "Generate code with unaligned load store, valid for MIPS R6."
12431 msgstr ""
12433 #: config/mips/mips.opt:417
12434 #, no-c-format
12435 msgid "Use Virtualization (VZ) instructions."
12436 msgstr ""
12438 #: config/mips/mips.opt:421
12439 #, no-c-format
12440 msgid "Use eXtended Physical Address (XPA) instructions."
12441 msgstr ""
12443 #: config/mips/mips.opt:425
12444 #, no-c-format
12445 msgid "Use Cyclic Redundancy Check (CRC) instructions."
12446 msgstr ""
12448 #: config/mips/mips.opt:429
12449 #, no-c-format
12450 msgid "Use Global INValidate (GINV) instructions."
12451 msgstr ""
12453 #: config/mips/mips.opt:433
12454 #, no-c-format
12455 msgid "Perform VR4130-specific alignment optimizations."
12456 msgstr ""
12458 #: config/mips/mips.opt:437
12459 #, no-c-format
12460 msgid "Lift restrictions on GOT size."
12461 msgstr ""
12463 #: config/mips/mips.opt:441
12464 #, no-c-format
12465 msgid "Enable use of odd-numbered single-precision registers."
12466 msgstr ""
12468 #: config/mips/mips.opt:445
12469 #, no-c-format
12470 msgid "Optimize frame header."
12471 msgstr ""
12473 #: config/mips/mips.opt:452
12474 #, no-c-format
12475 msgid "Enable load/store bonding."
12476 msgstr ""
12478 #: config/mips/mips.opt:456
12479 #, no-c-format
12480 msgid "Specify the compact branch usage policy."
12481 msgstr ""
12483 #: config/mips/mips.opt:460
12484 #, no-c-format
12485 msgid "Policies available for use with -mcompact-branches=:"
12486 msgstr ""
12488 #: config/mips/mips.opt:473
12489 #, no-c-format
12490 msgid "Use Loongson MultiMedia extensions Instructions (MMI) instructions."
12491 msgstr ""
12493 #: config/mips/mips.opt:477
12494 #, no-c-format
12495 msgid "Use Loongson EXTension (EXT) instructions."
12496 msgstr "."
12498 #: config/mips/mips.opt:481
12499 #, no-c-format
12500 msgid "Use Loongson EXTension R2 (EXT2) instructions."
12501 msgstr ""
12503 #: config/mips/mips-tables.opt:24
12504 #, no-c-format
12505 msgid "Known MIPS CPUs (for use with the -march= and -mtune= options):"
12506 msgstr ""
12508 #: config/mips/mips-tables.opt:28
12509 #, no-c-format
12510 msgid "Known MIPS ISA levels (for use with the -mips option):"
12511 msgstr ""
12513 #: config/arc/arc-tables.opt:25
12514 #, no-c-format
12515 msgid "Known ARC CPUs (for use with the -mcpu= option):"
12516 msgstr ""
12518 #: config/arc/arc.opt:26
12519 #, no-c-format
12520 msgid "Compile code for big endian mode."
12521 msgstr ""
12523 #: config/arc/arc.opt:30
12524 #, no-c-format
12525 msgid "Compile code for little endian mode.  This is the default."
12526 msgstr ""
12528 #: config/arc/arc.opt:34
12529 #, no-c-format
12530 msgid "Disable ARCompact specific pass to generate conditional execution instructions."
12531 msgstr ""
12533 #: config/arc/arc.opt:38
12534 #, no-c-format
12535 msgid "Generate ARCompact 32-bit code for ARC600 processor."
12536 msgstr ""
12538 #: config/arc/arc.opt:42
12539 #, no-c-format
12540 msgid "Same as -mA6."
12541 msgstr ""
12543 #: config/arc/arc.opt:46
12544 #, no-c-format
12545 msgid "Generate ARCompact 32-bit code for ARC601 processor."
12546 msgstr ""
12548 #: config/arc/arc.opt:50
12549 #, no-c-format
12550 msgid "Generate ARCompact 32-bit code for ARC700 processor."
12551 msgstr ""
12553 #: config/arc/arc.opt:54
12554 #, no-c-format
12555 msgid "Same as -mA7."
12556 msgstr ""
12558 #: config/arc/arc.opt:58
12559 #, no-c-format
12560 msgid "Force all calls to be made via a jli instruction."
12561 msgstr ""
12563 #: config/arc/arc.opt:62
12564 #, no-c-format
12565 msgid "-mmpy-option=MPY\tCompile ARCv2 code with a multiplier design option."
12566 msgstr ""
12568 #: config/arc/arc.opt:132
12569 #, no-c-format
12570 msgid "Enable DIV-REM instructions for ARCv2."
12571 msgstr ""
12573 #: config/arc/arc.opt:136
12574 #, no-c-format
12575 msgid "Enable code density instructions for ARCv2."
12576 msgstr ""
12578 #: config/arc/arc.opt:146
12579 #, no-c-format
12580 msgid "Use ordinarily cached memory accesses for volatile references."
12581 msgstr ""
12583 #: config/arc/arc.opt:150
12584 #, no-c-format
12585 msgid "Enable cache bypass for volatile references."
12586 msgstr ""
12588 #: config/arc/arc.opt:154
12589 #, no-c-format
12590 msgid "Generate instructions supported by barrel shifter."
12591 msgstr ""
12593 #: config/arc/arc.opt:158
12594 #, no-c-format
12595 msgid "Generate norm instruction."
12596 msgstr ""
12598 #: config/arc/arc.opt:162
12599 #, no-c-format
12600 msgid "Generate swap instruction."
12601 msgstr ""
12603 #: config/arc/arc.opt:166
12604 #, no-c-format
12605 msgid "Generate mul64 and mulu64 instructions."
12606 msgstr ""
12608 #: config/arc/arc.opt:170
12609 #, no-c-format
12610 msgid "Do not generate mpy instructions for ARC700."
12611 msgstr ""
12613 #: config/arc/arc.opt:174
12614 #, no-c-format
12615 msgid "Generate extended arithmetic instructions, only valid for ARC700."
12616 msgstr ""
12618 #: config/arc/arc.opt:178
12619 #, no-c-format
12620 msgid "Dummy flag. This is the default unless FPX switches are provided explicitly."
12621 msgstr ""
12623 #: config/arc/arc.opt:182
12624 #, no-c-format
12625 msgid "Generate call insns as register indirect calls."
12626 msgstr ""
12628 #: config/arc/arc.opt:186
12629 #, no-c-format
12630 msgid "Do no generate BRcc instructions in arc_reorg."
12631 msgstr ""
12633 #: config/arc/arc.opt:190
12634 #, no-c-format
12635 msgid "Generate sdata references.  This is the default, unless you compile for PIC."
12636 msgstr ""
12638 #: config/arc/arc.opt:194
12639 #, no-c-format
12640 msgid "Generate millicode thunks."
12641 msgstr ""
12643 #: config/arc/arc.opt:198 config/arc/arc.opt:202
12644 #, no-c-format
12645 msgid "FPX: Generate Single Precision FPX (compact) instructions."
12646 msgstr ""
12648 #: config/arc/arc.opt:206
12649 #, no-c-format
12650 msgid "FPX: Generate Single Precision FPX (fast) instructions."
12651 msgstr ""
12653 #: config/arc/arc.opt:210
12654 #, no-c-format
12655 msgid "FPX: Enable Argonaut ARC CPU Double Precision Floating Point extensions."
12656 msgstr ""
12658 #: config/arc/arc.opt:214 config/arc/arc.opt:218
12659 #, no-c-format
12660 msgid "FPX: Generate Double Precision FPX (compact) instructions."
12661 msgstr ""
12663 #: config/arc/arc.opt:222
12664 #, no-c-format
12665 msgid "FPX: Generate Double Precision FPX (fast) instructions."
12666 msgstr ""
12668 #: config/arc/arc.opt:226
12669 #, no-c-format
12670 msgid "Disable LR and SR instructions from using FPX extension aux registers."
12671 msgstr ""
12673 #: config/arc/arc.opt:230
12674 #, no-c-format
12675 msgid "Enable generation of ARC SIMD instructions via target-specific builtins."
12676 msgstr ""
12678 #: config/arc/arc.opt:234
12679 #, no-c-format
12680 msgid "-mcpu=CPU\tCompile code for ARC variant CPU."
12681 msgstr ""
12683 #: config/arc/arc.opt:238
12684 #, no-c-format
12685 msgid "Size optimization level: 0:none 1:opportunistic 2: regalloc 3:drop align, -Os."
12686 msgstr ""
12688 #: config/arc/arc.opt:246
12689 #, no-c-format
12690 msgid "Cost to assume for a multiply instruction, with 4 being equal to a normal insn."
12691 msgstr ""
12693 #: config/arc/arc.opt:250
12694 #, no-c-format
12695 msgid "-mtune=TUNE\tTune code for given ARC variant."
12696 msgstr ""
12698 #: config/arc/arc.opt:284
12699 #, no-c-format
12700 msgid "Enable the use of indexed loads."
12701 msgstr ""
12703 #: config/arc/arc.opt:288
12704 #, no-c-format
12705 msgid "Enable the use of pre/post modify with register displacement."
12706 msgstr ""
12708 #: config/arc/arc.opt:292
12709 #, no-c-format
12710 msgid "Generate 32x16 multiply and mac instructions."
12711 msgstr ""
12713 #: config/arc/arc.opt:300
12714 #, no-c-format
12715 msgid "Don't use less than 25 bit addressing range for calls."
12716 msgstr ""
12718 #: config/arc/arc.opt:304
12719 #, no-c-format
12720 msgid "Explain what alignment considerations lead to the decision to make an insn short or long."
12721 msgstr ""
12723 #: config/arc/arc.opt:322
12724 #, no-c-format
12725 msgid "Enable pre-reload use of cbranchsi pattern."
12726 msgstr ""
12728 #: config/arc/arc.opt:326
12729 #, no-c-format
12730 msgid "Enable bbit peephole2."
12731 msgstr ""
12733 #: config/arc/arc.opt:330
12734 #, no-c-format
12735 msgid "Use pc-relative switch case tables - this enables case table shortening."
12736 msgstr ""
12738 #: config/arc/arc.opt:334
12739 #, no-c-format
12740 msgid "Enable compact casesi pattern."
12741 msgstr ""
12743 #: config/arc/arc.opt:338
12744 #, no-c-format
12745 msgid "Enable 'q' instruction alternatives."
12746 msgstr ""
12748 #: config/arc/arc.opt:342
12749 #, no-c-format
12750 msgid "Expand adddi3 and subdi3 at rtl generation time into add.f / adc etc."
12751 msgstr ""
12753 #: config/arc/arc.opt:349
12754 #, no-c-format
12755 msgid "Enable variable polynomial CRC extension."
12756 msgstr ""
12758 #: config/arc/arc.opt:353
12759 #, no-c-format
12760 msgid "Enable DSP 3.1 Pack A extensions."
12761 msgstr ""
12763 #: config/arc/arc.opt:357
12764 #, no-c-format
12765 msgid "Enable dual viterbi butterfly extension."
12766 msgstr ""
12768 #: config/arc/arc.opt:367
12769 #, no-c-format
12770 msgid "Enable Dual and Single Operand Instructions for Telephony."
12771 msgstr ""
12773 #: config/arc/arc.opt:371
12774 #, no-c-format
12775 msgid "Enable XY Memory extension (DSP version 3)."
12776 msgstr ""
12778 #: config/arc/arc.opt:376
12779 #, no-c-format
12780 msgid "Enable Locked Load/Store Conditional extension."
12781 msgstr ""
12783 #: config/arc/arc.opt:380
12784 #, no-c-format
12785 msgid "Enable swap byte ordering extension instruction."
12786 msgstr ""
12788 #: config/arc/arc.opt:384
12789 #, no-c-format
12790 msgid "Enable 64-bit Time-Stamp Counter extension instruction."
12791 msgstr ""
12793 #: config/arc/arc.opt:388
12794 #, no-c-format
12795 msgid "Pass -EB option through to linker."
12796 msgstr ""
12798 #: config/arc/arc.opt:392
12799 #, no-c-format
12800 msgid "Pass -EL option through to linker."
12801 msgstr ""
12803 #: config/arc/arc.opt:396
12804 #, no-c-format
12805 msgid "Pass -marclinux option through to linker."
12806 msgstr ""
12808 #: config/arc/arc.opt:400
12809 #, no-c-format
12810 msgid "Pass -marclinux_prof option through to linker."
12811 msgstr ""
12813 #: config/arc/arc.opt:409
12814 #, no-c-format
12815 msgid "Don't indicate any priority with TARGET_REGISTER_PRIORITY."
12816 msgstr ""
12818 #: config/arc/arc.opt:413
12819 #, no-c-format
12820 msgid "Indicate priority for r0..r3 / r12..r15 with TARGET_REGISTER_PRIORITY."
12821 msgstr ""
12823 #: config/arc/arc.opt:417
12824 #, no-c-format
12825 msgid "Reduce priority for r0..r3 / r12..r15 with TARGET_REGISTER_PRIORITY."
12826 msgstr ""
12828 #: config/arc/arc.opt:429
12829 #, no-c-format
12830 msgid "Enable atomic instructions."
12831 msgstr ""
12833 #: config/arc/arc.opt:433
12834 #, no-c-format
12835 msgid "Enable double load/store instructions for ARC HS."
12836 msgstr ""
12838 #: config/arc/arc.opt:437
12839 #, no-c-format
12840 msgid "Specify the name of the target floating point configuration."
12841 msgstr ""
12843 #: config/arc/arc.opt:480
12844 #, no-c-format
12845 msgid "Specify thread pointer register number."
12846 msgstr ""
12848 #: config/arc/arc.opt:487
12849 #, no-c-format
12850 msgid "Enable use of NPS400 bit operations."
12851 msgstr ""
12853 #: config/arc/arc.opt:491
12854 #, no-c-format
12855 msgid "Enable use of NPS400 xld/xst extension."
12856 msgstr ""
12858 #: config/arc/arc.opt:499
12859 #, no-c-format
12860 msgid "Specifies the registers that the processor saves on an interrupt entry and exit."
12861 msgstr ""
12863 #: config/arc/arc.opt:503
12864 #, no-c-format
12865 msgid "Specifies the number of registers replicated in second register bank on entry to fast interrupt."
12866 msgstr ""
12868 #: config/arc/arc.opt:507
12869 #, no-c-format
12870 msgid "Sets LP_COUNT register width.  Possible values are 8, 16, 20, 24, 28, and 32."
12871 msgstr ""
12873 #: config/arc/arc.opt:532
12874 #, no-c-format
12875 msgid "Enable 16-entry register file."
12876 msgstr ""
12878 #: config/arc/arc.opt:536
12879 #, no-c-format
12880 msgid "Enable use of BI/BIH instructions when available."
12881 msgstr ""
12883 #: config/arc/arc.opt:540
12884 #, no-c-format
12885 msgid "Enable ENTER_S and LEAVE_S opcodes for ARCv2."
12886 msgstr ""
12888 #: lto/lang.opt:50
12889 #, no-c-format
12890 msgid "Set linker output type (used internally during LTO optimization)."
12891 msgstr ""
12893 #: lto/lang.opt:54
12894 #, no-c-format
12895 msgid "Run the link-time optimizer in local transformation (LTRANS) mode."
12896 msgstr ""
12898 #: lto/lang.opt:58
12899 #, no-c-format
12900 msgid "Specify a file to which a list of files output by LTRANS is written."
12901 msgstr ""
12903 #: lto/lang.opt:62
12904 #, no-c-format
12905 msgid "The resolution file."
12906 msgstr ""
12908 #: lto/lang.opt:66
12909 #, no-c-format
12910 msgid "Run the link-time optimizer in whole program analysis (WPA) mode."
12911 msgstr ""
12913 #: lto/lang.opt:70
12914 #, no-c-format
12915 msgid "Whole program analysis (WPA) mode with number of parallel jobs specified."
12916 msgstr ""
12918 #: lto/lang.opt:78
12919 #, no-c-format
12920 msgid "Call the dump function for variables and function in IL."
12921 msgstr ""
12923 #: lto/lang.opt:82
12924 #, no-c-format
12925 msgid "Dump the demangled output."
12926 msgstr ""
12928 #: lto/lang.opt:86
12929 #, no-c-format
12930 msgid "Dump only the defined symbols."
12931 msgstr ""
12933 #: lto/lang.opt:90
12934 #, no-c-format
12935 msgid "Print the initial values of the variables."
12936 msgstr ""
12938 #: lto/lang.opt:94
12939 #, no-c-format
12940 msgid "Sort the symbols alphabetically."
12941 msgstr ""
12943 #: lto/lang.opt:98
12944 #, no-c-format
12945 msgid "Sort the symbols according to size."
12946 msgstr ""
12948 #: lto/lang.opt:102
12949 #, no-c-format
12950 msgid "Display the symbols in reverse order."
12951 msgstr ""
12953 #: lto/lang.opt:109
12954 #, no-c-format
12955 msgid "Dump the details of LTO objects."
12956 msgstr ""
12958 #: lto/lang.opt:113
12959 #, no-c-format
12960 msgid "Dump the statistics of tree types."
12961 msgstr ""
12963 #: lto/lang.opt:117
12964 #, no-c-format
12965 msgid "Dump the statistics of trees."
12966 msgstr ""
12968 #: lto/lang.opt:121
12969 #, no-c-format
12970 msgid "Dump the statistics of gimple statements."
12971 msgstr ""
12973 #: lto/lang.opt:131
12974 #, no-c-format
12975 msgid "Dump the dump tool command line options."
12976 msgstr ""
12978 #: lto/lang.opt:135
12979 #, no-c-format
12980 msgid "Dump the symtab callgraph."
12981 msgstr ""
12983 #: common.opt:243
12984 #, no-c-format
12985 msgid "Provide bash completion for options starting with provided string."
12986 msgstr ""
12988 #: common.opt:295
12989 #, no-c-format
12990 msgid "Display this information."
12991 msgstr ""
12993 #: common.opt:299
12994 #, no-c-format
12995 msgid "--help=<class>\tDisplay descriptions of a specific class of options.  <class> is one or more of optimizers, target, warnings, undocumented, params."
12996 msgstr ""
12998 #: common.opt:420
12999 #, no-c-format
13000 msgid "Display target specific command line options (including assembler and linker options)."
13001 msgstr ""
13003 #: common.opt:466
13004 #, no-c-format
13005 msgid "-O<number>\tSet optimization level to <number>."
13006 msgstr ""
13008 #: common.opt:470
13009 #, no-c-format
13010 msgid "Optimize for space rather than speed."
13011 msgstr ""
13013 #: common.opt:474
13014 #, no-c-format
13015 msgid "Optimize for speed disregarding exact standards compliance."
13016 msgstr ""
13018 #: common.opt:478
13019 #, no-c-format
13020 msgid "Optimize for debugging experience rather than speed or size."
13021 msgstr ""
13023 #: common.opt:482
13024 #, no-c-format
13025 msgid "Optimize for space aggressively rather than speed."
13026 msgstr ""
13028 #: common.opt:522
13029 #, no-c-format
13030 msgid "This switch is deprecated; use -Wextra instead."
13031 msgstr ""
13033 #: common.opt:535
13034 #, no-c-format
13035 msgid "Warn about returning structures, unions or arrays."
13036 msgstr ""
13038 #: common.opt:539
13039 #, no-c-format
13040 msgid "Warn if a loop with constant number of iterations triggers undefined behavior."
13041 msgstr ""
13043 #: common.opt:546
13044 #, no-c-format
13045 msgid "Warn if an array is accessed out of bounds."
13046 msgstr ""
13048 #: common.opt:550 common.opt:554
13049 #, no-c-format
13050 msgid "Warn for uses of pointers to deallocated storage."
13051 msgstr ""
13053 #: common.opt:558
13054 #, no-c-format
13055 msgid "Warn about inappropriate attribute usage."
13056 msgstr ""
13058 #: common.opt:562
13059 #, no-c-format
13060 msgid "Do not warn about specified attributes."
13061 msgstr ""
13063 #: common.opt:566 common.opt:570
13064 #, no-c-format
13065 msgid "Warn about type safety and similar errors and mismatches in declarations with alias attributes."
13066 msgstr ""
13068 #: common.opt:574
13069 #, no-c-format
13070 msgid "Warn when profiling instrumentation was requested, but could not be applied to a certain function."
13071 msgstr ""
13073 #: common.opt:579 common.opt:583
13074 #, no-c-format
13075 msgid "Warn about pointer casts which increase alignment."
13076 msgstr ""
13078 #: common.opt:587
13079 #, no-c-format
13080 msgid "Warn when a #warning directive is encountered."
13081 msgstr ""
13083 #: common.opt:591
13084 #, no-c-format
13085 msgid "Warn about uses of __attribute__((warning)) declarations."
13086 msgstr "."
13088 #: common.opt:595
13089 #, no-c-format
13090 msgid "Warn if a deprecated compiler feature, class, method, or field is used."
13091 msgstr "Попереджати щодо використання застарілої можливості компілятора, застарілого класу, методу або поля."
13093 #: common.opt:599
13094 #, no-c-format
13095 msgid "Warn about uses of __attribute__((deprecated)) declarations."
13096 msgstr ""
13098 #: common.opt:603
13099 #, no-c-format
13100 msgid "Warn when an optimization pass is disabled."
13101 msgstr ""
13103 #: common.opt:607
13104 #, no-c-format
13105 msgid "Treat all warnings as errors."
13106 msgstr "Вважати усі попередження помилками."
13108 #: common.opt:611
13109 #, no-c-format
13110 msgid "Treat specified warning as error."
13111 msgstr ""
13113 #: common.opt:615
13114 #, no-c-format
13115 msgid "Print extra (possibly unwanted) warnings."
13116 msgstr ""
13118 #: common.opt:619
13119 #, no-c-format
13120 msgid "Exit on the first error occurred."
13121 msgstr ""
13123 #: common.opt:623
13124 #, no-c-format
13125 msgid "-Wframe-larger-than=<byte-size>\tWarn if a function's stack frame requires in excess of <byte-size>."
13126 msgstr ""
13128 #: common.opt:627
13129 #, no-c-format
13130 msgid "Disable -Wframe-larger-than= warning.  Equivalent to -Wframe-larger-than=<SIZE_MAX> or larger."
13131 msgstr ""
13133 #: common.opt:631
13134 #, no-c-format
13135 msgid "Warn when attempting to free a non-heap object."
13136 msgstr ""
13138 #: common.opt:642
13139 #, no-c-format
13140 msgid "Warn when a switch case falls through."
13141 msgstr ""
13143 #: common.opt:650
13144 #, no-c-format
13145 msgid "Warn when an inlined function cannot be inlined."
13146 msgstr ""
13148 #: common.opt:654
13149 #, no-c-format
13150 msgid "Warn when an atomic memory model parameter is known to be outside the valid range."
13151 msgstr ""
13153 #: common.opt:661
13154 #, no-c-format
13155 msgid "-Wlarger-than=<byte-size>\tWarn if an object's size exceeds <byte-size>."
13156 msgstr ""
13158 #: common.opt:665
13159 #, no-c-format
13160 msgid "Disable -Wlarger-than= warning.  Equivalent to -Wlarger-than=<SIZE_MAX> or larger."
13161 msgstr ""
13163 #: common.opt:669
13164 #, no-c-format
13165 msgid "Warn if comparing pointer parameter with nonnull attribute with NULL."
13166 msgstr ""
13168 #: common.opt:673
13169 #, no-c-format
13170 msgid "Warn if dereferencing a NULL pointer may lead to erroneous or undefined behavior."
13171 msgstr ""
13173 #: common.opt:684
13174 #, no-c-format
13175 msgid "Warn about some C++ One Definition Rule violations during link time optimization."
13176 msgstr ""
13178 #: common.opt:688
13179 #, no-c-format
13180 msgid "Warn about overflow in arithmetic expressions."
13181 msgstr ""
13183 #: common.opt:692
13184 #, no-c-format
13185 msgid "During link time optimization warn about mismatched types of global declarations."
13186 msgstr ""
13188 #: common.opt:696
13189 #, no-c-format
13190 msgid "Warn when the packed attribute has no effect on struct layout."
13191 msgstr ""
13193 #: common.opt:700
13194 #, no-c-format
13195 msgid "Warn when padding is required to align structure members."
13196 msgstr ""
13198 #: common.opt:704
13199 #, no-c-format
13200 msgid "Issue warnings needed for strict compliance to the standard."
13201 msgstr ""
13203 #: common.opt:708
13204 #, no-c-format
13205 msgid "Warn about returning a pointer/reference to a local or temporary variable."
13206 msgstr ""
13208 #: common.opt:712
13209 #, no-c-format
13210 msgid "Warn when one variable shadows another.  Same as -Wshadow=global."
13211 msgstr ""
13213 #: common.opt:716
13214 #, no-c-format
13215 msgid "Warn when one variable shadows another (globally)."
13216 msgstr ""
13218 #: common.opt:720
13219 #, no-c-format
13220 msgid "Warn when one local variable shadows another local variable or parameter."
13221 msgstr ""
13223 #: common.opt:727
13224 #, no-c-format
13225 msgid "Warn when one local variable shadows another local variable or parameter of compatible type."
13226 msgstr ""
13228 #: common.opt:734
13229 #, no-c-format
13230 msgid "Warn when not issuing stack smashing protection for some reason."
13231 msgstr ""
13233 #: common.opt:738
13234 #, no-c-format
13235 msgid "-Wstack-usage=<byte-size>\tWarn if stack usage might exceed <byte-size>."
13236 msgstr ""
13238 #: common.opt:742
13239 #, no-c-format
13240 msgid "Disable Wstack-usage= warning.  Equivalent to Wstack-usage=<SIZE_MAX> or larger."
13241 msgstr ""
13243 #: common.opt:746 common.opt:750
13244 #, no-c-format
13245 msgid "Warn about code which might break strict aliasing rules."
13246 msgstr ""
13248 #: common.opt:754 common.opt:758
13249 #, no-c-format
13250 msgid "Warn about optimizations that assume that signed overflow is undefined."
13251 msgstr ""
13253 #: common.opt:762
13254 #, no-c-format
13255 msgid "Warn about functions which might be candidates for __attribute__((cold))."
13256 msgstr ""
13258 #: common.opt:766
13259 #, no-c-format
13260 msgid "Warn about functions which might be candidates for __attribute__((const))."
13261 msgstr ""
13263 #: common.opt:770
13264 #, no-c-format
13265 msgid "Warn about functions which might be candidates for __attribute__((pure))."
13266 msgstr ""
13268 #: common.opt:774
13269 #, no-c-format
13270 msgid "Warn about functions which might be candidates for __attribute__((noreturn))."
13271 msgstr ""
13273 #: common.opt:778
13274 #, no-c-format
13275 msgid "Warn about functions which might be candidates for __attribute__((malloc))."
13276 msgstr ""
13278 #: common.opt:782
13279 #, no-c-format
13280 msgid "Warn about C++ polymorphic types where adding final keyword would improve code quality."
13281 msgstr ""
13283 #: common.opt:786
13284 #, no-c-format
13285 msgid "Warn about C++ virtual methods where adding final keyword would improve code quality."
13286 msgstr ""
13288 #: common.opt:790
13289 #, no-c-format
13290 msgid "Warn about statements between switch's controlling expression and the first case."
13291 msgstr ""
13293 #: common.opt:795
13294 #, no-c-format
13295 msgid "Do not suppress warnings from system headers."
13296 msgstr ""
13298 #: common.opt:799
13299 #, no-c-format
13300 msgid "Warn whenever a trampoline is generated."
13301 msgstr ""
13303 #: common.opt:803
13304 #, no-c-format
13305 msgid "Warn about cases where -ftrivial-auto-var-init cannot initialize an auto variable."
13306 msgstr ""
13308 #: common.opt:807
13309 #, no-c-format
13310 msgid "Warn if a comparison is always true or always false due to the limited range of the data type."
13311 msgstr ""
13313 #: common.opt:811
13314 #, no-c-format
13315 msgid "Warn about uninitialized automatic variables."
13316 msgstr ""
13318 #: common.opt:815
13319 #, no-c-format
13320 msgid "Warn about maybe uninitialized automatic variables."
13321 msgstr ""
13323 #: common.opt:823
13324 #, no-c-format
13325 msgid "Enable all -Wunused- warnings."
13326 msgstr ""
13328 #: common.opt:827
13329 #, no-c-format
13330 msgid "Warn when a function parameter is only set, otherwise unused."
13331 msgstr ""
13333 #: common.opt:831
13334 #, no-c-format
13335 msgid "Warn when a variable is only set, otherwise unused."
13336 msgstr ""
13338 #: common.opt:835
13339 #, no-c-format
13340 msgid "Warn when a function is unused."
13341 msgstr ""
13343 #: common.opt:839
13344 #, no-c-format
13345 msgid "Warn when a label is unused."
13346 msgstr ""
13348 #: common.opt:843
13349 #, no-c-format
13350 msgid "Warn when a function parameter is unused."
13351 msgstr ""
13353 #: common.opt:847
13354 #, no-c-format
13355 msgid "Warn when an expression value is unused."
13356 msgstr ""
13358 #: common.opt:851
13359 #, no-c-format
13360 msgid "Warn when a variable is unused."
13361 msgstr ""
13363 #: common.opt:855
13364 #, no-c-format
13365 msgid "Warn in case profiles in -fprofile-use do not match."
13366 msgstr ""
13368 #: common.opt:859
13369 #, no-c-format
13370 msgid "Warn in case a function ends earlier than it begins due to an invalid linenum macros."
13371 msgstr ""
13373 #: common.opt:863
13374 #, no-c-format
13375 msgid "Warn in case profiles in -fprofile-use do not exist."
13376 msgstr ""
13378 #: common.opt:867
13379 #, no-c-format
13380 msgid "Warn when a vector operation is compiled outside the SIMD."
13381 msgstr ""
13383 #: common.opt:871
13384 #, no-c-format
13385 msgid "Warn about unsupported features in ThreadSanitizer."
13386 msgstr ""
13388 #: common.opt:887
13389 #, no-c-format
13390 msgid "-aux-info <file>\tEmit declaration information into <file>."
13391 msgstr ""
13393 #: common.opt:900
13394 #, no-c-format
13395 msgid "-d<letters>\tEnable dumps from specific passes of the compiler."
13396 msgstr ""
13398 #: common.opt:904
13399 #, no-c-format
13400 msgid "-dumpbase <file>\tSet the file basename to be used for dumps."
13401 msgstr ""
13403 #: common.opt:908
13404 #, no-c-format
13405 msgid "-dumpbase-ext .<ext>    Drop a trailing .<ext> from the dump basename to name auxiliary output files."
13406 msgstr ""
13408 #: common.opt:912
13409 #, no-c-format
13410 msgid "-dumpdir <dir>\tSet the directory name to be used for dumps."
13411 msgstr ""
13413 #: common.opt:1013
13414 #, no-c-format
13415 msgid "The version of the C++ ABI in use."
13416 msgstr ""
13418 #: common.opt:1017
13419 #, no-c-format
13420 msgid "Aggressively optimize loops using language constraints."
13421 msgstr ""
13423 #: common.opt:1021
13424 #, no-c-format
13425 msgid "Align the start of functions."
13426 msgstr ""
13428 #: common.opt:1031
13429 #, no-c-format
13430 msgid "Align labels which are only reached by jumping."
13431 msgstr ""
13433 #: common.opt:1038
13434 #, no-c-format
13435 msgid "Align all labels."
13436 msgstr ""
13438 #: common.opt:1045
13439 #, no-c-format
13440 msgid "Align the start of loops."
13441 msgstr ""
13443 #: common.opt:1052
13444 #, no-c-format
13445 msgid "Allow the compiler to introduce new data races on stores."
13446 msgstr ""
13448 #: common.opt:1056
13449 #, no-c-format
13450 msgid "Enable static analysis pass."
13451 msgstr ""
13453 #: common.opt:1076
13454 #, no-c-format
13455 msgid "Select what to sanitize."
13456 msgstr ""
13458 #: common.opt:1080
13459 #, no-c-format
13460 msgid "Select type of coverage sanitization."
13461 msgstr ""
13463 #: common.opt:1093
13464 #, no-c-format
13465 msgid "-fasan-shadow-offset=<number>\tUse custom shadow memory offset."
13466 msgstr ""
13468 #: common.opt:1097
13469 #, no-c-format
13470 msgid "-fsanitize-sections=<sec1,sec2,...>\tSanitize global variables in user-defined sections."
13471 msgstr ""
13473 #: common.opt:1102
13474 #, no-c-format
13475 msgid "After diagnosing undefined behavior attempt to continue execution."
13476 msgstr ""
13478 #: common.opt:1106
13479 #, no-c-format
13480 msgid "This switch is deprecated; use -fsanitize-recover= instead."
13481 msgstr ""
13483 #: common.opt:1110
13484 #, no-c-format
13485 msgid "Use traps instead of diagnostics of undefined behavior sanitizers."
13486 msgstr ""
13488 #: common.opt:1120
13489 #, fuzzy, no-c-format
13490 #| msgid "This switch is deprecated; use -Werror=implicit-function-declaration instead."
13491 msgid "This switch is deprecated; use -fsanitize-trap= instead."
13492 msgstr "Цей перемикач вважається застарілим; скористайтеся замість нього перемикачем -Werror=implicit-function-declaration."
13494 #: common.opt:1124
13495 #, no-c-format
13496 msgid "Generate unwind tables that are exact at each instruction boundary."
13497 msgstr ""
13499 #: common.opt:1128
13500 #, no-c-format
13501 msgid "Generate auto-inc/dec instructions."
13502 msgstr ""
13504 #: common.opt:1132
13505 #, no-c-format
13506 msgid "Use sample profile information for call graph node weights. The default profile file is fbdata.afdo in 'pwd'."
13507 msgstr ""
13509 #: common.opt:1137
13510 #, no-c-format
13511 msgid "Use sample profile information for call graph node weights. The profile file is specified in the argument."
13512 msgstr ""
13514 #: common.opt:1146
13515 #, no-c-format
13516 msgid "Generate code to check bounds before indexing arrays."
13517 msgstr ""
13519 #: common.opt:1150
13520 #, no-c-format
13521 msgid "Replace add, compare, branch with branch on count register."
13522 msgstr ""
13524 #: common.opt:1154
13525 #, no-c-format
13526 msgid "Use profiling information for branch probabilities."
13527 msgstr ""
13529 #: common.opt:1170
13530 #, no-c-format
13531 msgid "Output callgraph information on a per-file basis."
13532 msgstr ""
13534 #: common.opt:1174
13535 #, no-c-format
13536 msgid "Output callgraph information on a per-file basis with decorations."
13537 msgstr ""
13539 #: common.opt:1178
13540 #, no-c-format
13541 msgid "-fcall-saved-<register>\tMark <register> as being preserved across functions."
13542 msgstr ""
13544 #: common.opt:1182
13545 #, no-c-format
13546 msgid "-fcall-used-<register>\tMark <register> as being corrupted by function calls."
13547 msgstr ""
13549 #: common.opt:1189
13550 #, no-c-format
13551 msgid "Save registers around function calls."
13552 msgstr ""
13554 #: common.opt:1193
13555 #, no-c-format
13556 msgid "This switch is deprecated; do not use."
13557 msgstr ""
13559 #: common.opt:1197
13560 #, no-c-format
13561 msgid "Check the return value of new in C++."
13562 msgstr "Перевіряти повернуте значення new у C++."
13564 #: common.opt:1201 common.opt:1205
13565 #, no-c-format
13566 msgid "Perform internal consistency checkings."
13567 msgstr "Виконувати внутрішні перевірки сумісності."
13569 #: common.opt:1209
13570 #, no-c-format
13571 msgid "Enable code hoisting."
13572 msgstr "Увімкнути підняття коду."
13574 #: common.opt:1213
13575 #, no-c-format
13576 msgid "Looks for opportunities to reduce stack adjustments and stack references."
13577 msgstr ""
13579 #: common.opt:1217
13580 #, no-c-format
13581 msgid "Put uninitialized globals in the common section."
13582 msgstr ""
13584 #: common.opt:1225
13585 #, no-c-format
13586 msgid "-fcompare-debug[=<opts>]\tCompile with and without e.g. -gtoggle, and compare the final-insns dump."
13587 msgstr ""
13589 #: common.opt:1229
13590 #, no-c-format
13591 msgid "Run only the second compilation of -fcompare-debug."
13592 msgstr ""
13594 #: common.opt:1233
13595 #, no-c-format
13596 msgid "Perform comparison elimination after register allocation has finished."
13597 msgstr ""
13599 #: common.opt:1237
13600 #, no-c-format
13601 msgid "Do not perform optimizations increasing noticeably stack usage."
13602 msgstr ""
13604 #: common.opt:1241
13605 #, no-c-format
13606 msgid "Perform a register copy-propagation optimization pass."
13607 msgstr ""
13609 #: common.opt:1245
13610 #, no-c-format
13611 msgid "Perform cross-jumping optimization."
13612 msgstr ""
13614 #: common.opt:1249
13615 #, no-c-format
13616 msgid "When running CSE, follow jumps to their targets."
13617 msgstr ""
13619 #: common.opt:1257
13620 #, no-c-format
13621 msgid "Omit range reduction step when performing complex division."
13622 msgstr ""
13624 #: common.opt:1261
13625 #, no-c-format
13626 msgid "Complex multiplication and division follow Fortran rules."
13627 msgstr ""
13629 #: common.opt:1265
13630 #, no-c-format
13631 msgid "Place data items into their own section."
13632 msgstr ""
13634 #: common.opt:1269
13635 #, no-c-format
13636 msgid "List all available debugging counters with their limits and counts."
13637 msgstr ""
13639 #: common.opt:1273
13640 #, no-c-format
13641 msgid "-fdbg-cnt=<counter>[:<lower_limit1>-]<upper_limit1>[:<lower_limit2>-<upper_limit2>:...][,<counter>:...]\tSet the debug counter limit."
13642 msgstr ""
13644 #: common.opt:1277
13645 #, no-c-format
13646 msgid "-fdebug-prefix-map=<old>=<new>\tMap one directory name to another in debug information."
13647 msgstr ""
13649 #: common.opt:1281
13650 #, no-c-format
13651 msgid "-ffile-prefix-map=<old>=<new>\tMap one directory name to another in compilation result."
13652 msgstr ""
13654 #: common.opt:1285
13655 #, no-c-format
13656 msgid "Output .debug_types section when using DWARF v4 debuginfo."
13657 msgstr ""
13659 #: common.opt:1291
13660 #, no-c-format
13661 msgid "Defer popping functions args from stack until later."
13662 msgstr ""
13664 #: common.opt:1295
13665 #, no-c-format
13666 msgid "Attempt to fill delay slots of branch instructions."
13667 msgstr ""
13669 #: common.opt:1299
13670 #, no-c-format
13671 msgid "Delete dead instructions that may throw exceptions."
13672 msgstr ""
13674 #: common.opt:1303
13675 #, no-c-format
13676 msgid "Delete useless null pointer checks."
13677 msgstr ""
13679 #: common.opt:1307
13680 #, no-c-format
13681 msgid "Stream extra data to support more aggressive devirtualization in LTO local transformation mode."
13682 msgstr ""
13684 #: common.opt:1311
13685 #, no-c-format
13686 msgid "Perform speculative devirtualization."
13687 msgstr ""
13689 #: common.opt:1315
13690 #, no-c-format
13691 msgid "Try to convert virtual calls to direct ones."
13692 msgstr ""
13694 #: common.opt:1319
13695 #, no-c-format
13696 msgid "-fdiagnostics-show-location=[once|every-line]\tHow often to emit source location at the beginning of line-wrapped diagnostics."
13697 msgstr ""
13699 #: common.opt:1336
13700 #, no-c-format
13701 msgid "Show the source line with a caret indicating the column."
13702 msgstr ""
13704 #: common.opt:1340
13705 #, no-c-format
13706 msgid "Show labels annotating ranges of source code when showing source."
13707 msgstr ""
13709 #: common.opt:1344
13710 #, no-c-format
13711 msgid "Show line numbers in the left margin when showing source."
13712 msgstr ""
13714 #: common.opt:1352
13715 #, no-c-format
13716 msgid "-fdiagnostics-color=[never|always|auto]\tColorize diagnostics."
13717 msgstr ""
13719 #: common.opt:1372
13720 #, no-c-format
13721 msgid "-fdiagnostics-urls=[never|always|auto]\tEmbed URLs in diagnostics."
13722 msgstr ""
13724 #: common.opt:1392
13725 #, no-c-format
13726 msgid "-fdiagnostics-column-unit=[display|byte]\tSelect whether column numbers are output as display columns (default) or raw bytes."
13727 msgstr ""
13729 #: common.opt:1396
13730 #, no-c-format
13731 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."
13732 msgstr ""
13734 #: common.opt:1400
13735 #, no-c-format
13736 msgid "-fdiagnostics-format=[text|sarif-stderr|sarif-file|json|json-stderr|json-file]\tSelect output format."
13737 msgstr ""
13739 #: common.opt:1404
13740 #, no-c-format
13741 msgid "-fdiagnostics-escape-format=[unicode|bytes]\tSelect how to escape non-printable-ASCII bytes in the source for diagnostics that suggest it."
13742 msgstr ""
13744 #: common.opt:1451
13745 #, no-c-format
13746 msgid "Print fix-it hints in machine-readable form."
13747 msgstr ""
13749 #: common.opt:1455
13750 #, no-c-format
13751 msgid "Print fix-it hints to stderr in unified diff format."
13752 msgstr ""
13754 #: common.opt:1459
13755 #, no-c-format
13756 msgid "Amend appropriate diagnostic messages with the command line option that controls them."
13757 msgstr ""
13759 #: common.opt:1463
13760 #, no-c-format
13761 msgid "Print CWE identifiers for diagnostic messages, where available."
13762 msgstr ""
13764 #: common.opt:1467
13765 #, no-c-format
13766 msgid "Print any rules associated with diagnostic messages."
13767 msgstr ""
13769 #: common.opt:1471
13770 #, no-c-format
13771 msgid "Specify how to print any control-flow path associated with a diagnostic."
13772 msgstr ""
13774 #: common.opt:1475
13775 #, no-c-format
13776 msgid "Turn off any diagnostics features that complicate the output, such as line numbers, color, and warning URLs."
13777 msgstr ""
13779 #: common.opt:1479
13780 #, no-c-format
13781 msgid "-ftabstop=<number>      Distance between tab stops for column reporting."
13782 msgstr ""
13784 #: common.opt:1495
13785 #, no-c-format
13786 msgid "Show stack depths of events in paths."
13787 msgstr ""
13789 #: common.opt:1499
13790 #, no-c-format
13791 msgid "Set minimum width of left margin of source code when showing source."
13792 msgstr ""
13794 #: common.opt:1503
13795 #, no-c-format
13796 msgid "-fdisable-[tree|rtl|ipa]-<pass>=range1+range2\tDisable an optimization pass."
13797 msgstr ""
13799 #: common.opt:1507
13800 #, no-c-format
13801 msgid "-fenable-[tree|rtl|ipa]-<pass>=range1+range2\tEnable an optimization pass."
13802 msgstr ""
13804 #: common.opt:1511
13805 #, no-c-format
13806 msgid "-fdump-<type>\tDump various compiler internals to a file."
13807 msgstr ""
13809 #: common.opt:1518
13810 #, no-c-format
13811 msgid "-fdump-final-insns=filename\tDump to filename the insns at the end of translation."
13812 msgstr ""
13814 #: common.opt:1522
13815 #, no-c-format
13816 msgid "-fdump-go-spec=filename\tWrite all declarations to file as Go code."
13817 msgstr ""
13819 #: common.opt:1526
13820 #, no-c-format
13821 msgid "Suppress output of addresses in debugging dumps."
13822 msgstr ""
13824 #: common.opt:1530
13825 #, no-c-format
13826 msgid "Collect and dump debug information into temporary file if ICE in C/C++ compiler occurred."
13827 msgstr ""
13829 #: common.opt:1535
13830 #, no-c-format
13831 msgid "Dump detailed information on GCC's internal representation of source code locations."
13832 msgstr ""
13834 #: common.opt:1539
13835 #, no-c-format
13836 msgid "Dump optimization passes."
13837 msgstr ""
13839 #: common.opt:1543
13840 #, no-c-format
13841 msgid "Suppress output of instruction numbers, line number notes and addresses in debugging dumps."
13842 msgstr ""
13844 #: common.opt:1547
13845 #, no-c-format
13846 msgid "Suppress output of previous and next insn numbers in debugging dumps."
13847 msgstr ""
13849 #: common.opt:1551
13850 #, no-c-format
13851 msgid "Enable CFI tables via GAS assembler directives."
13852 msgstr ""
13854 #: common.opt:1555
13855 #, no-c-format
13856 msgid "Perform early inlining."
13857 msgstr ""
13859 #: common.opt:1563
13860 #, no-c-format
13861 msgid "Perform interprocedural reduction of aggregates."
13862 msgstr ""
13864 #: common.opt:1567
13865 #, no-c-format
13866 msgid "Perform unused symbol elimination in debug info."
13867 msgstr ""
13869 #: common.opt:1571
13870 #, no-c-format
13871 msgid "Perform unused type elimination in debug info."
13872 msgstr ""
13874 #: common.opt:1575
13875 #, no-c-format
13876 msgid "Do not suppress C++ class debug information."
13877 msgstr ""
13879 #: common.opt:1579
13880 #, no-c-format
13881 msgid "Enable exception handling."
13882 msgstr ""
13884 #: common.opt:1583
13885 #, no-c-format
13886 msgid "Perform a number of minor, expensive optimizations."
13887 msgstr ""
13889 #: common.opt:1587
13890 #, no-c-format
13891 msgid "-fexcess-precision=[fast|standard|16]\tSpecify handling of excess floating-point precision."
13892 msgstr ""
13894 #: common.opt:1605
13895 #, no-c-format
13896 msgid "-fpermitted-flt-eval-methods=[c11|ts-18661]\tSpecify which values of FLT_EVAL_METHOD are permitted."
13897 msgstr ""
13899 #: common.opt:1621
13900 #, no-c-format
13901 msgid "Output lto objects containing both the intermediate language and binary output."
13902 msgstr ""
13904 #: common.opt:1625
13905 #, no-c-format
13906 msgid "Assume no NaNs or infinities are generated."
13907 msgstr ""
13909 #: common.opt:1629
13910 #, no-c-format
13911 msgid "Assume that loops with an exit will terminate and not loop indefinitely."
13912 msgstr ""
13914 #: common.opt:1633
13915 #, no-c-format
13916 msgid "-ffixed-<register>\tMark <register> as being unavailable to the compiler."
13917 msgstr ""
13919 #: common.opt:1637
13920 #, no-c-format
13921 msgid "Don't allocate floats and doubles in extended-precision registers."
13922 msgstr ""
13924 #: common.opt:1645
13925 #, no-c-format
13926 msgid "Perform a forward propagation pass on RTL."
13927 msgstr ""
13929 #: common.opt:1649
13930 #, no-c-format
13931 msgid "-ffp-contract=[off|on|fast]\tPerform floating-point expression contraction."
13932 msgstr ""
13934 #: common.opt:1666
13935 #, no-c-format
13936 msgid "Allow built-in functions ceil, floor, round, trunc to raise \"inexact\" exceptions."
13937 msgstr ""
13939 #: common.opt:1673
13940 #, no-c-format
13941 msgid "Allow function addresses to be held in registers."
13942 msgstr ""
13944 #: common.opt:1677
13945 #, no-c-format
13946 msgid "Place each function into its own section."
13947 msgstr ""
13949 #: common.opt:1681
13950 #, no-c-format
13951 msgid "Perform global common subexpression elimination."
13952 msgstr ""
13954 #: common.opt:1685
13955 #, no-c-format
13956 msgid "Perform enhanced load motion during global common subexpression elimination."
13957 msgstr ""
13959 #: common.opt:1689
13960 #, no-c-format
13961 msgid "Perform store motion after global common subexpression elimination."
13962 msgstr ""
13964 #: common.opt:1693
13965 #, no-c-format
13966 msgid "Perform redundant load after store elimination in global common subexpression elimination."
13967 msgstr ""
13969 #: common.opt:1698
13970 #, no-c-format
13971 msgid "Perform global common subexpression elimination after register allocation has finished."
13972 msgstr ""
13974 #: common.opt:1715
13975 #, no-c-format
13976 msgid "-fgnat-encodings=[all|gdb|minimal]\tSelect the balance between GNAT encodings and standard DWARF emitted in the debug information."
13977 msgstr ""
13979 #: common.opt:1720
13980 #, no-c-format
13981 msgid "Enable in and out of Graphite representation."
13982 msgstr ""
13984 #: common.opt:1724
13985 #, no-c-format
13986 msgid "Enable Graphite Identity transformation."
13987 msgstr ""
13989 #: common.opt:1728
13990 #, no-c-format
13991 msgid "Enable hoisting adjacent loads to encourage generating conditional move instructions."
13992 msgstr ""
13994 #: common.opt:1737
13995 #, no-c-format
13996 msgid "Improve GCC's ability to track column numbers in large source files, at the expense of slower compilation."
13997 msgstr ""
13999 #: common.opt:1742
14000 #, no-c-format
14001 msgid "Mark all loops as parallel."
14002 msgstr ""
14004 #: common.opt:1746 common.opt:1754 common.opt:2971
14005 #, no-c-format
14006 msgid "Enable loop nest transforms.  Same as -floop-nest-optimize."
14007 msgstr ""
14009 #: common.opt:1750
14010 #, no-c-format
14011 msgid "Enable loop interchange on trees."
14012 msgstr ""
14014 #: common.opt:1758
14015 #, no-c-format
14016 msgid "Perform unroll-and-jam on loops."
14017 msgstr ""
14019 #: common.opt:1762
14020 #, no-c-format
14021 msgid "Enable support for GNU transactional memory."
14022 msgstr ""
14024 #: common.opt:1766
14025 #, no-c-format
14026 msgid "Use STB_GNU_UNIQUE if supported by the assembler."
14027 msgstr ""
14029 #: common.opt:1774
14030 #, no-c-format
14031 msgid "Enable the loop nest optimizer."
14032 msgstr ""
14034 #: common.opt:1778
14035 #, no-c-format
14036 msgid "Force bitfield accesses to match their type width."
14037 msgstr ""
14039 #: common.opt:1782
14040 #, no-c-format
14041 msgid "Merge adjacent stores."
14042 msgstr ""
14044 #: common.opt:1786
14045 #, no-c-format
14046 msgid "Enable guessing of branch probabilities."
14047 msgstr ""
14049 #: common.opt:1790
14050 #, no-c-format
14051 msgid "Harden conditionals not used in branches, checking reversed conditions."
14052 msgstr ""
14054 #: common.opt:1794
14055 #, no-c-format
14056 msgid "Harden conditional branches by checking reversed conditions."
14057 msgstr ""
14059 #: common.opt:1802
14060 #, no-c-format
14061 msgid "Process #ident directives."
14062 msgstr ""
14064 #: common.opt:1806
14065 #, no-c-format
14066 msgid "Perform conversion of conditional jumps to branchless equivalents."
14067 msgstr ""
14069 #: common.opt:1810
14070 #, no-c-format
14071 msgid "Perform conversion of conditional jumps to conditional execution."
14072 msgstr ""
14074 #: common.opt:1814
14075 #, no-c-format
14076 msgid "-fstack-reuse=[all|named_vars|none]\tSet stack reuse level for local variables."
14077 msgstr ""
14079 #: common.opt:1830
14080 #, no-c-format
14081 msgid "Convert conditional jumps in innermost loops to branchless equivalents."
14082 msgstr ""
14084 #: common.opt:1842
14085 #, no-c-format
14086 msgid "Do not generate .size directives."
14087 msgstr ""
14089 #: common.opt:1846
14090 #, no-c-format
14091 msgid "Perform indirect inlining."
14092 msgstr ""
14094 #: common.opt:1852
14095 #, no-c-format
14096 msgid "Enable inlining of function declared \"inline\", disabling disables all inlining."
14097 msgstr ""
14099 #: common.opt:1856
14100 #, no-c-format
14101 msgid "Integrate functions into their callers when code size is known not to grow."
14102 msgstr ""
14104 #: common.opt:1860
14105 #, no-c-format
14106 msgid "Integrate functions not declared \"inline\" into their callers when profitable."
14107 msgstr ""
14109 #: common.opt:1864
14110 #, no-c-format
14111 msgid "Integrate functions only required by their single caller."
14112 msgstr ""
14114 #: common.opt:1871
14115 #, no-c-format
14116 msgid "-finline-limit=<number>\tLimit the size of inlined functions to <number>."
14117 msgstr ""
14119 #: common.opt:1875
14120 #, no-c-format
14121 msgid "Inline __atomic operations when a lock free instruction sequence is available."
14122 msgstr ""
14124 #: common.opt:1882
14125 #, no-c-format
14126 msgid "-fcf-protection=[full|branch|return|none|check]\tInstrument functions with checks to verify jump/call/return control-flow transfer instructions have valid targets."
14127 msgstr ""
14129 #: common.opt:1905
14130 #, no-c-format
14131 msgid "Instrument function entry and exit with profiling calls."
14132 msgstr ""
14134 #: common.opt:1909
14135 #, no-c-format
14136 msgid "Instrument function entry and exit with profiling calls invoked once."
14137 msgstr ""
14139 #: common.opt:1913
14140 #, no-c-format
14141 msgid "-finstrument-functions-exclude-function-list=name,...\tDo not instrument listed functions."
14142 msgstr ""
14144 #: common.opt:1917
14145 #, no-c-format
14146 msgid "-finstrument-functions-exclude-file-list=filename,...\tDo not instrument functions listed in files."
14147 msgstr ""
14149 #: common.opt:1921
14150 #, no-c-format
14151 msgid "Perform interprocedural constant propagation."
14152 msgstr ""
14154 #: common.opt:1925
14155 #, no-c-format
14156 msgid "Perform cloning to make Interprocedural constant propagation stronger."
14157 msgstr ""
14159 #: common.opt:1933
14160 #, no-c-format
14161 msgid "Perform interprocedural bitwise constant propagation."
14162 msgstr ""
14164 #: common.opt:1937
14165 #, no-c-format
14166 msgid "Perform interprocedural modref analysis."
14167 msgstr ""
14169 #: common.opt:1941
14170 #, no-c-format
14171 msgid "Perform interprocedural profile propagation."
14172 msgstr ""
14174 #: common.opt:1945
14175 #, no-c-format
14176 msgid "Perform interprocedural points-to analysis."
14177 msgstr ""
14179 #: common.opt:1949
14180 #, no-c-format
14181 msgid "Discover pure and const functions."
14182 msgstr ""
14184 #: common.opt:1953
14185 #, no-c-format
14186 msgid "Perform Identical Code Folding for functions and read-only variables."
14187 msgstr ""
14189 #: common.opt:1957
14190 #, no-c-format
14191 msgid "Perform Identical Code Folding for functions."
14192 msgstr ""
14194 #: common.opt:1961
14195 #, no-c-format
14196 msgid "Perform Identical Code Folding for variables."
14197 msgstr ""
14199 #: common.opt:1965
14200 #, no-c-format
14201 msgid "Discover read-only and non addressable static variables."
14202 msgstr ""
14204 #: common.opt:1969
14205 #, no-c-format
14206 msgid "Discover read-only, write-only and non-addressable static variables."
14207 msgstr ""
14209 #: common.opt:1973
14210 #, no-c-format
14211 msgid "Reduce stack alignment on call sites if possible."
14212 msgstr ""
14214 #: common.opt:1985
14215 #, no-c-format
14216 msgid "Perform IPA Value Range Propagation."
14217 msgstr ""
14219 #: common.opt:1989
14220 #, no-c-format
14221 msgid "-fira-algorithm=[CB|priority]\tSet the used IRA algorithm."
14222 msgstr ""
14224 #: common.opt:1993
14225 #, no-c-format
14226 msgid "Assume strict aliasing rules apply across (uninlined) function boundaries."
14227 msgstr ""
14229 #: common.opt:2006
14230 #, no-c-format
14231 msgid "-fira-region=[one|all|mixed]\tSet regions for IRA."
14232 msgstr ""
14234 #: common.opt:2022
14235 #, no-c-format
14236 msgid "Use IRA based register pressure calculation in RTL hoist optimizations."
14237 msgstr ""
14239 #: common.opt:2027
14240 #, no-c-format
14241 msgid "Use IRA based register pressure calculation in RTL loop optimizations."
14242 msgstr ""
14244 #: common.opt:2032
14245 #, no-c-format
14246 msgid "Share slots for saving different hard registers."
14247 msgstr ""
14249 #: common.opt:2036
14250 #, no-c-format
14251 msgid "Share stack slots for spilled pseudo-registers."
14252 msgstr ""
14254 #: common.opt:2040
14255 #, no-c-format
14256 msgid "-fira-verbose=<number>\tControl IRA's level of diagnostic messages."
14257 msgstr ""
14259 #: common.opt:2044
14260 #, no-c-format
14261 msgid "Optimize induction variables on trees."
14262 msgstr ""
14264 #: common.opt:2048
14265 #, no-c-format
14266 msgid "Use jump tables for sufficiently large switch statements."
14267 msgstr ""
14269 #: common.opt:2052
14270 #, no-c-format
14271 msgid "Use bit tests for sufficiently large switch statements."
14272 msgstr ""
14274 #: common.opt:2056
14275 #, no-c-format
14276 msgid "Generate code for functions even if they are fully inlined."
14277 msgstr ""
14279 #: common.opt:2060
14280 #, no-c-format
14281 msgid "Generate code for static functions even if they are never called."
14282 msgstr ""
14284 #: common.opt:2064
14285 #, no-c-format
14286 msgid "Emit static const variables even if they are not used."
14287 msgstr ""
14289 #: common.opt:2068
14290 #, no-c-format
14291 msgid "Give external symbols a leading underscore."
14292 msgstr ""
14294 #: common.opt:2076
14295 #, no-c-format
14296 msgid "Do CFG-sensitive rematerialization in LRA."
14297 msgstr ""
14299 #: common.opt:2080
14300 #, no-c-format
14301 msgid "Enable link-time optimization."
14302 msgstr ""
14304 #: common.opt:2084
14305 #, no-c-format
14306 msgid "Link-time optimization with number of parallel jobs or jobserver."
14307 msgstr ""
14309 #: common.opt:2106
14310 #, no-c-format
14311 msgid "Specify the algorithm to partition symbols and vars at linktime."
14312 msgstr ""
14314 #: common.opt:2111
14315 #, no-c-format
14316 msgid "Use zlib/zstd compression level <number> for IL."
14317 msgstr ""
14319 #: common.opt:2119
14320 #, no-c-format
14321 msgid "Report various link-time optimization statistics."
14322 msgstr ""
14324 #: common.opt:2123
14325 #, no-c-format
14326 msgid "Report various link-time optimization statistics for WPA only."
14327 msgstr ""
14329 #: common.opt:2127
14330 #, no-c-format
14331 msgid "Set errno after built-in math functions."
14332 msgstr ""
14334 #: common.opt:2131
14335 #, no-c-format
14336 msgid "-fmax-errors=<number>\tMaximum number of errors to report."
14337 msgstr ""
14339 #: common.opt:2135
14340 #, no-c-format
14341 msgid "Report on permanent memory allocation."
14342 msgstr ""
14344 #: common.opt:2139
14345 #, no-c-format
14346 msgid "Report on permanent memory allocation in WPA only."
14347 msgstr ""
14349 #: common.opt:2146
14350 #, no-c-format
14351 msgid "Attempt to merge identical constants and constant variables."
14352 msgstr ""
14354 #: common.opt:2150
14355 #, no-c-format
14356 msgid "Attempt to merge identical constants across compilation units."
14357 msgstr ""
14359 #: common.opt:2154
14360 #, no-c-format
14361 msgid "Attempt to merge identical debug strings across compilation units."
14362 msgstr ""
14364 #: common.opt:2158
14365 #, no-c-format
14366 msgid "-fmessage-length=<number>\tLimit diagnostics to <number> characters per line.  0 suppresses line-wrapping."
14367 msgstr ""
14369 #: common.opt:2162
14370 #, no-c-format
14371 msgid "Perform SMS based modulo scheduling before the first scheduling pass."
14372 msgstr ""
14374 #: common.opt:2166
14375 #, no-c-format
14376 msgid "Perform SMS based modulo scheduling with register moves allowed."
14377 msgstr ""
14379 #: common.opt:2170
14380 #, no-c-format
14381 msgid "Move loop invariant computations out of loops."
14382 msgstr ""
14384 #: common.opt:2174
14385 #, no-c-format
14386 msgid "Move stores out of loops."
14387 msgstr ""
14389 #: common.opt:2178
14390 #, no-c-format
14391 msgid "Building block for specs-based multilib-aware TFLAGS."
14392 msgstr ""
14394 #: common.opt:2182
14395 #, no-c-format
14396 msgid "Use the RTL dead code elimination pass."
14397 msgstr ""
14399 #: common.opt:2186
14400 #, no-c-format
14401 msgid "Use the RTL dead store elimination pass."
14402 msgstr ""
14404 #: common.opt:2190
14405 #, no-c-format
14406 msgid "Enable/Disable the traditional scheduling in loops that already passed modulo scheduling."
14407 msgstr ""
14409 #: common.opt:2194
14410 #, no-c-format
14411 msgid "Support synchronous non-call exceptions."
14412 msgstr ""
14414 #: common.opt:2201
14415 #, no-c-format
14416 msgid "-foffload-options=<targets>=<options>\tSpecify options for the offloading targets."
14417 msgstr ""
14419 #: common.opt:2205
14420 #, no-c-format
14421 msgid "-foffload-abi=[lp64|ilp32]\tSet the ABI to use in an offload compiler."
14422 msgstr ""
14424 #: common.opt:2218
14425 #, no-c-format
14426 msgid "When possible do not generate stack frames."
14427 msgstr ""
14429 #: common.opt:2225
14430 #, no-c-format
14431 msgid "Generate SIMD clones for functions with the OpenMP declare target directive."
14432 msgstr ""
14434 #: common.opt:2244
14435 #, no-c-format
14436 msgid "Enable all optimization info dumps on stderr."
14437 msgstr ""
14439 #: common.opt:2248
14440 #, no-c-format
14441 msgid "-fopt-info[-<type>=filename]\tDump compiler optimization details."
14442 msgstr ""
14444 #: common.opt:2252
14445 #, no-c-format
14446 msgid "Write a SRCFILE.opt-record.json file detailing what optimizations were performed."
14447 msgstr ""
14449 #: common.opt:2260
14450 #, no-c-format
14451 msgid "Optimize sibling and tail recursive calls."
14452 msgstr ""
14454 #: common.opt:2264
14455 #, no-c-format
14456 msgid "Perform partial inlining."
14457 msgstr ""
14459 #: common.opt:2268 common.opt:2272
14460 #, no-c-format
14461 msgid "Report on memory allocation before interprocedural optimization."
14462 msgstr ""
14464 #: common.opt:2276
14465 #, no-c-format
14466 msgid "Pack structure members together without holes."
14467 msgstr ""
14469 #: common.opt:2280
14470 #, no-c-format
14471 msgid "-fpack-struct=<number>\tSet initial maximum structure member alignment."
14472 msgstr ""
14474 #: common.opt:2284
14475 #, no-c-format
14476 msgid "Return small aggregates in memory, not registers."
14477 msgstr ""
14479 #: common.opt:2288
14480 #, no-c-format
14481 msgid "Perform loop peeling."
14482 msgstr ""
14484 #: common.opt:2292
14485 #, no-c-format
14486 msgid "Enable machine specific peephole optimizations."
14487 msgstr ""
14489 #: common.opt:2296
14490 #, no-c-format
14491 msgid "Enable an RTL peephole pass before sched2."
14492 msgstr ""
14494 #: common.opt:2300
14495 #, no-c-format
14496 msgid "Generate position-independent code if possible (large mode)."
14497 msgstr ""
14499 #: common.opt:2304
14500 #, no-c-format
14501 msgid "Generate position-independent code for executables if possible (large mode)."
14502 msgstr ""
14504 #: common.opt:2308
14505 #, no-c-format
14506 msgid "Generate position-independent code if possible (small mode)."
14507 msgstr "Створити виконуваний файл з незалежним позиціюванням, якщо можливо (малий режим)"
14509 #: common.opt:2312
14510 #, no-c-format
14511 msgid "Generate position-independent code for executables if possible (small mode)."
14512 msgstr ""
14514 #: common.opt:2316
14515 #, no-c-format
14516 msgid "Use PLT for PIC calls (-fno-plt: load the address from GOT at call site)."
14517 msgstr ""
14519 #: common.opt:2320
14520 #, no-c-format
14521 msgid "Specify a plugin to load."
14522 msgstr ""
14524 #: common.opt:2324
14525 #, no-c-format
14526 msgid "-fplugin-arg-<name>-<key>[=<value>]\tSpecify argument <key>=<value> for plugin <name>."
14527 msgstr ""
14529 #: common.opt:2328
14530 #, no-c-format
14531 msgid "Run predictive commoning optimization."
14532 msgstr ""
14534 #: common.opt:2332
14535 #, no-c-format
14536 msgid "Generate prefetch instructions, if available, for arrays in loops."
14537 msgstr ""
14539 #: common.opt:2336
14540 #, no-c-format
14541 msgid "Enable basic program profiling code."
14542 msgstr ""
14544 #: common.opt:2340
14545 #, no-c-format
14546 msgid "Generate absolute source path names for gcov."
14547 msgstr ""
14549 #: common.opt:2344
14550 #, no-c-format
14551 msgid "Insert arc-based program profiling code."
14552 msgstr ""
14554 #: common.opt:2348
14555 #, no-c-format
14556 msgid "Set the top-level directory for storing the profile data. The default is 'pwd'."
14557 msgstr ""
14559 #: common.opt:2353
14560 #, no-c-format
14561 msgid "Select the name for storing the profile note file."
14562 msgstr ""
14564 #: common.opt:2357
14565 #, no-c-format
14566 msgid "Enable correction of flow inconsistent profile data input."
14567 msgstr ""
14569 #: common.opt:2361
14570 #, no-c-format
14571 msgid "-fprofile-update=[single|atomic|prefer-atomic]\tSet the profile update method."
14572 msgstr ""
14574 #: common.opt:2365
14575 #, no-c-format
14576 msgid "Instrument only functions from files whose name matches any of the regular expressions (separated by semi-colons)."
14577 msgstr ""
14579 #: common.opt:2369
14580 #, no-c-format
14581 msgid "Instrument only functions from files whose name does not match any of the regular expressions (separated by semi-colons)."
14582 msgstr ""
14584 #: common.opt:2385
14585 #, no-c-format
14586 msgid "-fprofile-reproducible=[serial|parallel-runs|multithreaded]\tControl level of reproducibility of profile gathered by -fprofile-generate."
14587 msgstr ""
14589 #: common.opt:2401
14590 #, no-c-format
14591 msgid "Remove prefix from absolute path before mangling name for -fprofile-generate= and -fprofile-use=."
14592 msgstr ""
14594 #: common.opt:2405
14595 #, no-c-format
14596 msgid "-fprofile-prefix-map=<old>=<new>\tMap one directory name to another in GCOV coverage result."
14597 msgstr ""
14599 #: common.opt:2409
14600 #, no-c-format
14601 msgid "Enable common options for generating profile info for profile feedback directed optimizations."
14602 msgstr ""
14604 #: common.opt:2413
14605 #, no-c-format
14606 msgid "Enable common options for generating profile info for profile feedback directed optimizations, and set -fprofile-dir=."
14607 msgstr ""
14609 #: common.opt:2417
14610 #, no-c-format
14611 msgid "Register the profile information in the .gcov_info section instead of using a constructor/destructor."
14612 msgstr ""
14614 #: common.opt:2421
14615 #, no-c-format
14616 msgid "Register the profile information in the specified section instead of using a constructor/destructor."
14617 msgstr ""
14619 #: common.opt:2425
14620 #, no-c-format
14621 msgid "Do not assume that functions never executed during the train run are cold."
14622 msgstr ""
14624 #: common.opt:2429
14625 #, no-c-format
14626 msgid "Enable common options for performing profile feedback directed optimizations."
14627 msgstr ""
14629 #: common.opt:2433
14630 #, no-c-format
14631 msgid "Enable common options for performing profile feedback directed optimizations, and set -fprofile-dir=."
14632 msgstr ""
14634 #: common.opt:2437
14635 #, no-c-format
14636 msgid "Insert code to profile values of expressions."
14637 msgstr ""
14639 #: common.opt:2441
14640 #, no-c-format
14641 msgid "Report on consistency of profile."
14642 msgstr ""
14644 #: common.opt:2445
14645 #, no-c-format
14646 msgid "Enable function reordering that improves code placement."
14647 msgstr ""
14649 #: common.opt:2449
14650 #, no-c-format
14651 msgid "Insert NOP instructions at each function entry."
14652 msgstr ""
14654 #: common.opt:2456
14655 #, no-c-format
14656 msgid "-frandom-seed=<string>\tMake compile reproducible using <string>."
14657 msgstr ""
14659 #: common.opt:2466
14660 #, no-c-format
14661 msgid "Record gcc command line switches in the object file."
14662 msgstr ""
14664 #: common.opt:2470
14665 #, no-c-format
14666 msgid "Return small aggregates in registers."
14667 msgstr ""
14669 #: common.opt:2478
14670 #, no-c-format
14671 msgid "Tell DSE that the storage for a C++ object is dead when the constructor starts and when the destructor finishes."
14672 msgstr ""
14674 #: common.opt:2489
14675 #, no-c-format
14676 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."
14677 msgstr ""
14679 #: common.opt:2504
14680 #, no-c-format
14681 msgid "Tell DCE to remove unused C++ allocations."
14682 msgstr ""
14684 #: common.opt:2508
14685 #, no-c-format
14686 msgid "Relief of register pressure through live range shrinkage."
14687 msgstr ""
14689 #: common.opt:2512
14690 #, no-c-format
14691 msgid "Perform a register renaming optimization pass."
14692 msgstr ""
14694 #: common.opt:2516
14695 #, no-c-format
14696 msgid "Perform a target dependent instruction fusion optimization pass."
14697 msgstr ""
14699 #: common.opt:2520
14700 #, no-c-format
14701 msgid "Reorder basic blocks to improve code placement."
14702 msgstr ""
14704 #: common.opt:2524
14705 #, no-c-format
14706 msgid "-freorder-blocks-algorithm=[simple|stc]\tSet the used basic block reordering algorithm."
14707 msgstr ""
14709 #: common.opt:2537
14710 #, no-c-format
14711 msgid "Reorder basic blocks and partition into hot and cold sections."
14712 msgstr ""
14714 #: common.opt:2541
14715 #, no-c-format
14716 msgid "Reorder functions to improve code placement."
14717 msgstr ""
14719 #: common.opt:2545
14720 #, no-c-format
14721 msgid "Add a common subexpression elimination pass after loop optimizations."
14722 msgstr ""
14724 #: common.opt:2553
14725 #, no-c-format
14726 msgid "Disable optimizations that assume default FP rounding behavior."
14727 msgstr ""
14729 #: common.opt:2557
14730 #, no-c-format
14731 msgid "Enable scheduling across basic blocks."
14732 msgstr ""
14734 #: common.opt:2561
14735 #, no-c-format
14736 msgid "Enable register pressure sensitive insn scheduling."
14737 msgstr ""
14739 #: common.opt:2565
14740 #, no-c-format
14741 msgid "Allow speculative motion of non-loads."
14742 msgstr ""
14744 #: common.opt:2569
14745 #, no-c-format
14746 msgid "Allow speculative motion of some loads."
14747 msgstr ""
14749 #: common.opt:2573
14750 #, no-c-format
14751 msgid "Allow speculative motion of more loads."
14752 msgstr ""
14754 #: common.opt:2577
14755 #, no-c-format
14756 msgid "-fsched-verbose=<number>\tSet the verbosity level of the scheduler."
14757 msgstr ""
14759 #: common.opt:2581
14760 #, no-c-format
14761 msgid "If scheduling post reload, do superblock scheduling."
14762 msgstr ""
14764 #: common.opt:2589
14765 #, no-c-format
14766 msgid "Reschedule instructions before register allocation."
14767 msgstr ""
14769 #: common.opt:2593
14770 #, no-c-format
14771 msgid "Reschedule instructions after register allocation."
14772 msgstr ""
14774 #: common.opt:2600
14775 #, no-c-format
14776 msgid "Schedule instructions using selective scheduling algorithm."
14777 msgstr ""
14779 #: common.opt:2604
14780 #, no-c-format
14781 msgid "Run selective scheduling after reload."
14782 msgstr ""
14784 #: common.opt:2608
14785 #, no-c-format
14786 msgid "Run self-tests, using the given path to locate test files."
14787 msgstr ""
14789 #: common.opt:2612
14790 #, no-c-format
14791 msgid "Perform software pipelining of inner loops during selective scheduling."
14792 msgstr ""
14794 #: common.opt:2616
14795 #, no-c-format
14796 msgid "Perform software pipelining of outer loops during selective scheduling."
14797 msgstr ""
14799 #: common.opt:2620
14800 #, no-c-format
14801 msgid "Reschedule pipelined regions without pipelining."
14802 msgstr ""
14804 #: common.opt:2624
14805 #, no-c-format
14806 msgid "Allow interposing function (or variables) by ones with different semantics (or initializer) respectively by dynamic linker."
14807 msgstr ""
14809 #: common.opt:2630
14810 #, no-c-format
14811 msgid "Allow premature scheduling of queued insns."
14812 msgstr ""
14814 #: common.opt:2634
14815 #, no-c-format
14816 msgid "-fsched-stalled-insns=<number>\tSet number of queued insns that can be prematurely scheduled."
14817 msgstr ""
14819 #: common.opt:2642
14820 #, no-c-format
14821 msgid "Set dependence distance checking in premature scheduling of queued insns."
14822 msgstr ""
14824 #: common.opt:2646
14825 #, no-c-format
14826 msgid "-fsched-stalled-insns-dep=<number>\tSet dependence distance checking in premature scheduling of queued insns."
14827 msgstr ""
14829 #: common.opt:2650
14830 #, no-c-format
14831 msgid "Enable the group heuristic in the scheduler."
14832 msgstr ""
14834 #: common.opt:2654
14835 #, no-c-format
14836 msgid "Enable the critical path heuristic in the scheduler."
14837 msgstr ""
14839 #: common.opt:2658
14840 #, no-c-format
14841 msgid "Enable the speculative instruction heuristic in the scheduler."
14842 msgstr ""
14844 #: common.opt:2662
14845 #, no-c-format
14846 msgid "Enable the rank heuristic in the scheduler."
14847 msgstr ""
14849 #: common.opt:2666
14850 #, no-c-format
14851 msgid "Enable the last instruction heuristic in the scheduler."
14852 msgstr ""
14854 #: common.opt:2670
14855 #, no-c-format
14856 msgid "Enable the dependent count heuristic in the scheduler."
14857 msgstr ""
14859 #: common.opt:2674
14860 #, no-c-format
14861 msgid "Access data in the same section from shared anchor points."
14862 msgstr ""
14864 #: common.opt:2686
14865 #, no-c-format
14866 msgid "Turn on Redundant Extensions Elimination pass."
14867 msgstr ""
14869 #: common.opt:2690
14870 #, no-c-format
14871 msgid "Show column numbers in diagnostics, when available.  Default on."
14872 msgstr ""
14874 #: common.opt:2694
14875 #, no-c-format
14876 msgid "Emit function prologues only before parts of the function that need it, rather than at the top of the function."
14877 msgstr ""
14879 #: common.opt:2699
14880 #, no-c-format
14881 msgid "Shrink-wrap parts of the prologue and epilogue separately."
14882 msgstr ""
14884 #: common.opt:2703
14885 #, no-c-format
14886 msgid "Disable optimizations observable by IEEE signaling NaNs."
14887 msgstr ""
14889 #: common.opt:2707
14890 #, no-c-format
14891 msgid "Disable floating point optimizations that ignore the IEEE signedness of zero."
14892 msgstr ""
14894 #: common.opt:2711
14895 #, no-c-format
14896 msgid "Convert floating point constants to single precision constants."
14897 msgstr ""
14899 #: common.opt:2715
14900 #, no-c-format
14901 msgid "Split lifetimes of induction variables when loops are unrolled."
14902 msgstr ""
14904 #: common.opt:2719
14905 #, no-c-format
14906 msgid "Generate discontiguous stack frames."
14907 msgstr ""
14909 #: common.opt:2723
14910 #, no-c-format
14911 msgid "Split wide types into independent registers."
14912 msgstr ""
14914 #: common.opt:2727
14915 #, no-c-format
14916 msgid "Split wide types into independent registers earlier."
14917 msgstr ""
14919 #: common.opt:2731
14920 #, no-c-format
14921 msgid "Enable backward propagation of use properties at the SSA level."
14922 msgstr ""
14924 #: common.opt:2735
14925 #, no-c-format
14926 msgid "Optimize conditional patterns using SSA PHI nodes."
14927 msgstr ""
14929 #: common.opt:2739
14930 #, no-c-format
14931 msgid "Optimize amount of stdarg registers saved to stack at start of function."
14932 msgstr ""
14934 #: common.opt:2743
14935 #, no-c-format
14936 msgid "Apply variable expansion when loops are unrolled."
14937 msgstr ""
14939 #: common.opt:2747
14940 #, no-c-format
14941 msgid "-fstack-check=[no|generic|specific]\tInsert stack checking code into the program."
14942 msgstr ""
14944 #: common.opt:2751
14945 #, no-c-format
14946 msgid "Insert stack checking code into the program.  Same as -fstack-check=specific."
14947 msgstr ""
14949 #: common.opt:2755
14950 #, no-c-format
14951 msgid "Insert code to probe each page of stack space as it is allocated to protect from stack-clash style attacks."
14952 msgstr ""
14954 #: common.opt:2763
14955 #, no-c-format
14956 msgid "-fstack-limit-register=<register>\tTrap if the stack goes past <register>."
14957 msgstr ""
14959 #: common.opt:2767
14960 #, no-c-format
14961 msgid "-fstack-limit-symbol=<name>\tTrap if the stack goes past symbol <name>."
14962 msgstr ""
14964 #: common.opt:2771
14965 #, no-c-format
14966 msgid "Use propolice as a stack protection method."
14967 msgstr ""
14969 #: common.opt:2775
14970 #, no-c-format
14971 msgid "Use a stack protection method for every function."
14972 msgstr ""
14974 #: common.opt:2779
14975 #, no-c-format
14976 msgid "Use a smart stack protection method for certain functions."
14977 msgstr ""
14979 #: common.opt:2783
14980 #, no-c-format
14981 msgid "Use stack protection method only for functions with the stack_protect attribute."
14982 msgstr ""
14984 #: common.opt:2787
14985 #, no-c-format
14986 msgid "Output stack usage information on a per-function basis."
14987 msgstr ""
14989 #: common.opt:2799
14990 #, no-c-format
14991 msgid "Assume strict aliasing rules apply."
14992 msgstr ""
14994 #: common.opt:2803
14995 #, no-c-format
14996 msgid "Treat signed overflow as undefined.  Negated as -fwrapv -fwrapv-pointer."
14997 msgstr ""
14999 #: common.opt:2807
15000 #, no-c-format
15001 msgid "Implement __atomic operations via libcalls to legacy __sync functions."
15002 msgstr ""
15004 #: common.opt:2811
15005 #, no-c-format
15006 msgid "Check for syntax errors, then stop."
15007 msgstr ""
15009 #: common.opt:2815
15010 #, no-c-format
15011 msgid "Create data files needed by \"gcov\"."
15012 msgstr ""
15014 #: common.opt:2819
15015 #, no-c-format
15016 msgid "Perform jump threading optimizations."
15017 msgstr ""
15019 #: common.opt:2823
15020 #, no-c-format
15021 msgid "Report the time taken by each compiler pass."
15022 msgstr ""
15024 #: common.opt:2827
15025 #, no-c-format
15026 msgid "Record times taken by sub-phases separately."
15027 msgstr ""
15029 #: common.opt:2831
15030 #, no-c-format
15031 msgid "-ftls-model=[global-dynamic|local-dynamic|initial-exec|local-exec]\tSet the default thread-local storage code generation model."
15032 msgstr ""
15034 #: common.opt:2850
15035 #, no-c-format
15036 msgid "Reorder top level functions, variables, and asms."
15037 msgstr ""
15039 #: common.opt:2854
15040 #, no-c-format
15041 msgid "Perform superblock formation via tail duplication."
15042 msgstr ""
15044 #: common.opt:2858
15045 #, no-c-format
15046 msgid "For targets that normally need trampolines for nested functions, always generate them instead of using descriptors."
15047 msgstr ""
15049 #: common.opt:2866
15050 #, no-c-format
15051 msgid "Assume floating-point operations can trap."
15052 msgstr ""
15054 #: common.opt:2870
15055 #, no-c-format
15056 msgid "Trap for signed overflow in addition, subtraction and multiplication."
15057 msgstr ""
15059 #: common.opt:2874
15060 #, no-c-format
15061 msgid "Enable SSA-CCP optimization on trees."
15062 msgstr ""
15064 #: common.opt:2878
15065 #, no-c-format
15066 msgid "Enable SSA-BIT-CCP optimization on trees."
15067 msgstr ""
15069 #: common.opt:2886
15070 #, no-c-format
15071 msgid "Enable loop header copying on trees."
15072 msgstr ""
15074 #: common.opt:2894
15075 #, no-c-format
15076 msgid "Enable SSA coalescing of user variables."
15077 msgstr ""
15079 #: common.opt:2902
15080 #, no-c-format
15081 msgid "Enable copy propagation on trees."
15082 msgstr ""
15084 #: common.opt:2910
15085 #, no-c-format
15086 msgid "Transform condition stores into unconditional ones."
15087 msgstr ""
15089 #: common.opt:2914
15090 #, no-c-format
15091 msgid "Perform conversions of switch initializations."
15092 msgstr ""
15094 #: common.opt:2918
15095 #, no-c-format
15096 msgid "Enable SSA dead code elimination optimization on trees."
15097 msgstr ""
15099 #: common.opt:2922
15100 #, no-c-format
15101 msgid "Enable dominator optimizations."
15102 msgstr ""
15104 #: common.opt:2926
15105 #, no-c-format
15106 msgid "Enable tail merging on trees."
15107 msgstr ""
15109 #: common.opt:2930
15110 #, no-c-format
15111 msgid "Enable dead store elimination."
15112 msgstr ""
15114 #: common.opt:2934
15115 #, no-c-format
15116 msgid "Enable forward propagation on trees."
15117 msgstr ""
15119 #: common.opt:2938
15120 #, no-c-format
15121 msgid "Enable Full Redundancy Elimination (FRE) on trees."
15122 msgstr ""
15124 #: common.opt:2942
15125 #, no-c-format
15126 msgid "Enable string length optimizations on trees."
15127 msgstr ""
15129 #: common.opt:2946
15130 #, no-c-format
15131 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."
15132 msgstr ""
15134 #: common.opt:2952
15135 #, no-c-format
15136 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."
15137 msgstr ""
15139 #: common.opt:2959
15140 #, no-c-format
15141 msgid "Enable loop distribution on trees."
15142 msgstr ""
15144 #: common.opt:2963
15145 #, no-c-format
15146 msgid "Enable loop distribution for patterns transformed into a library call."
15147 msgstr ""
15149 #: common.opt:2967
15150 #, no-c-format
15151 msgid "Enable loop invariant motion on trees."
15152 msgstr ""
15154 #: common.opt:2975
15155 #, no-c-format
15156 msgid "Create canonical induction variables in loops."
15157 msgstr ""
15159 #: common.opt:2979
15160 #, no-c-format
15161 msgid "Enable loop optimizations on tree level."
15162 msgstr ""
15164 #: common.opt:2983
15165 #, no-c-format
15166 msgid "-ftree-parallelize-loops=<number>\tEnable automatic parallelization of loops."
15167 msgstr ""
15169 #: common.opt:2987
15170 #, no-c-format
15171 msgid "Enable hoisting loads from conditional pointers."
15172 msgstr ""
15174 #: common.opt:2991
15175 #, no-c-format
15176 msgid "Enable SSA-PRE optimization on trees."
15177 msgstr ""
15179 #: common.opt:2995
15180 #, no-c-format
15181 msgid "In SSA-PRE optimization on trees, enable partial-partial redundancy elimination."
15182 msgstr ""
15184 #: common.opt:2999
15185 #, no-c-format
15186 msgid "Perform function-local points-to analysis on trees."
15187 msgstr ""
15189 #: common.opt:3003
15190 #, no-c-format
15191 msgid "Enable reassociation on tree level."
15192 msgstr ""
15194 #: common.opt:3011
15195 #, no-c-format
15196 msgid "Enable SSA code sinking on trees."
15197 msgstr ""
15199 #: common.opt:3015
15200 #, no-c-format
15201 msgid "Perform straight-line strength reduction."
15202 msgstr ""
15204 #: common.opt:3019
15205 #, no-c-format
15206 msgid "Perform scalar replacement of aggregates."
15207 msgstr ""
15209 #: common.opt:3023
15210 #, no-c-format
15211 msgid "Replace temporary expressions in the SSA->normal pass."
15212 msgstr ""
15214 #: common.opt:3027
15215 #, no-c-format
15216 msgid "Perform live range splitting during the SSA->normal pass."
15217 msgstr ""
15219 #: common.opt:3031
15220 #, no-c-format
15221 msgid "Perform Value Range Propagation on trees."
15222 msgstr ""
15224 #: common.opt:3035
15225 #, no-c-format
15226 msgid "Split paths leading to loop backedges."
15227 msgstr ""
15229 #: common.opt:3039
15230 #, no-c-format
15231 msgid "Assume common declarations may be overridden with ones with a larger trailing array."
15232 msgstr ""
15234 #: common.opt:3044
15235 #, no-c-format
15236 msgid "Compile whole compilation unit at a time."
15237 msgstr ""
15239 #: common.opt:3048
15240 #, no-c-format
15241 msgid "Trap on __builtin_unreachable instead of using it for optimization."
15242 msgstr ""
15244 #: common.opt:3052
15245 #, no-c-format
15246 msgid "Perform loop unrolling when iteration count is known."
15247 msgstr ""
15249 #: common.opt:3056
15250 #, no-c-format
15251 msgid "Perform loop unrolling for all loops."
15252 msgstr ""
15254 #: common.opt:3071
15255 #, no-c-format
15256 msgid "Allow optimization for floating-point arithmetic which may change the result of the operation due to rounding."
15257 msgstr ""
15259 #: common.opt:3076
15260 #, no-c-format
15261 msgid "Same as -fassociative-math for expressions which include division."
15262 msgstr ""
15264 #: common.opt:3084
15265 #, no-c-format
15266 msgid "Allow math optimizations that may violate IEEE or ISO standards."
15267 msgstr ""
15269 #: common.opt:3088
15270 #, no-c-format
15271 msgid "Perform loop unswitching."
15272 msgstr ""
15274 #: common.opt:3092
15275 #, no-c-format
15276 msgid "Perform loop splitting."
15277 msgstr ""
15279 #: common.opt:3096
15280 #, no-c-format
15281 msgid "Version loops based on whether indices have a stride of one."
15282 msgstr ""
15284 #: common.opt:3100
15285 #, no-c-format
15286 msgid "Just generate unwind tables for exception handling."
15287 msgstr ""
15289 #: common.opt:3104
15290 #, no-c-format
15291 msgid "Use the bfd linker instead of the default linker."
15292 msgstr ""
15294 #: common.opt:3108
15295 #, no-c-format
15296 msgid "Use the gold linker instead of the default linker."
15297 msgstr ""
15299 #: common.opt:3112
15300 #, no-c-format
15301 msgid "Use the lld LLVM linker instead of the default linker."
15302 msgstr ""
15304 #: common.opt:3116
15305 #, no-c-format
15306 msgid "Use the Modern linker (MOLD) linker instead of the default linker."
15307 msgstr ""
15309 #: common.opt:3126
15310 #, no-c-format
15311 msgid "Perform variable tracking."
15312 msgstr ""
15314 #: common.opt:3133
15315 #, no-c-format
15316 msgid "Perform variable tracking by annotating assignments."
15317 msgstr ""
15319 #: common.opt:3139
15320 #, no-c-format
15321 msgid "Toggle -fvar-tracking-assignments."
15322 msgstr ""
15324 #: common.opt:3146
15325 #, no-c-format
15326 msgid "Perform variable tracking and also tag variables that are uninitialized."
15327 msgstr ""
15329 #: common.opt:3151
15330 #, no-c-format
15331 msgid "Enable vectorization on trees."
15332 msgstr ""
15334 #: common.opt:3159
15335 #, no-c-format
15336 msgid "Enable loop vectorization on trees."
15337 msgstr ""
15339 #: common.opt:3163
15340 #, no-c-format
15341 msgid "Enable basic block vectorization (SLP) on trees."
15342 msgstr ""
15344 #: common.opt:3167
15345 #, no-c-format
15346 msgid "-fvect-cost-model=[unlimited|dynamic|cheap|very-cheap]\tSpecifies the cost model for vectorization."
15347 msgstr ""
15349 #: common.opt:3171
15350 #, no-c-format
15351 msgid "-fsimd-cost-model=[unlimited|dynamic|cheap|very-cheap]\tSpecifies the vectorization cost model for code marked with a simd directive."
15352 msgstr ""
15354 #: common.opt:3190
15355 #, no-c-format
15356 msgid "Enables the dynamic vectorizer cost model.  Preserved for backward compatibility."
15357 msgstr ""
15359 #: common.opt:3198
15360 #, no-c-format
15361 msgid "Enable copy propagation of scalar-evolution information."
15362 msgstr ""
15364 #: common.opt:3202
15365 #, no-c-format
15366 msgid "-ftrivial-auto-var-init=[uninitialized|pattern|zero]\tAdd initializations to automatic variables."
15367 msgstr ""
15369 #: common.opt:3224
15370 #, no-c-format
15371 msgid "Add extra commentary to assembler output."
15372 msgstr ""
15374 #: common.opt:3228
15375 #, no-c-format
15376 msgid "-fvisibility=[default|internal|hidden|protected]\tSet the default symbol visibility."
15377 msgstr ""
15379 #: common.opt:3247
15380 #, no-c-format
15381 msgid "Validate vtable pointers before using them."
15382 msgstr ""
15384 #: common.opt:3263
15385 #, no-c-format
15386 msgid "Output vtable verification counters."
15387 msgstr ""
15389 #: common.opt:3267
15390 #, no-c-format
15391 msgid "Output vtable verification pointer sets information."
15392 msgstr ""
15394 #: common.opt:3271
15395 #, no-c-format
15396 msgid "Use expression value profiles in optimizations."
15397 msgstr ""
15399 #: common.opt:3275
15400 #, no-c-format
15401 msgid "Construct webs and split unrelated uses of single variable."
15402 msgstr ""
15404 #: common.opt:3279
15405 #, no-c-format
15406 msgid "Enable conditional dead code elimination for builtin calls."
15407 msgstr ""
15409 #: common.opt:3283
15410 #, no-c-format
15411 msgid "Perform whole program optimizations."
15412 msgstr ""
15414 #: common.opt:3287
15415 #, no-c-format
15416 msgid "Assume pointer overflow wraps around."
15417 msgstr ""
15419 #: common.opt:3291
15420 #, no-c-format
15421 msgid "Assume signed arithmetic overflow wraps around."
15422 msgstr ""
15424 #: common.opt:3295
15425 #, no-c-format
15426 msgid "Put zero initialized data in the bss section."
15427 msgstr "Розташувати ініціалізовані нулями дані у розділі bss."
15429 #: common.opt:3299
15430 #, no-c-format
15431 msgid "Clear call-used registers upon function return."
15432 msgstr ""
15434 #: common.opt:3303
15435 #, no-c-format
15436 msgid "Generate debug information in default format."
15437 msgstr "Створити діагностичні дані у типовому форматі."
15439 #: common.opt:3307
15440 #, no-c-format
15441 msgid "Assume assembler support for (DWARF2+) .loc directives."
15442 msgstr ""
15444 #: common.opt:3311
15445 #, no-c-format
15446 msgid "Assume assembler support for view in (DWARF2+) .loc directives."
15447 msgstr ""
15449 #: common.opt:3331
15450 #, no-c-format
15451 msgid "Record DW_AT_decl_column and DW_AT_call_column in DWARF."
15452 msgstr ""
15454 #: common.opt:3337
15455 #, no-c-format
15456 msgid "Generate CTF debug information at default level."
15457 msgstr ""
15459 #: common.opt:3341
15460 #, no-c-format
15461 msgid "Generate BTF debug information at default level."
15462 msgstr ""
15464 #: common.opt:3345
15465 #, no-c-format
15466 msgid "Generate debug information in default version of DWARF format."
15467 msgstr ""
15469 #: common.opt:3349
15470 #, no-c-format
15471 msgid "Generate debug information in DWARF v2 (or later) format."
15472 msgstr ""
15474 #: common.opt:3353
15475 #, no-c-format
15476 msgid "Use 32-bit DWARF format when emitting DWARF debug information."
15477 msgstr ""
15479 #: common.opt:3357
15480 #, no-c-format
15481 msgid "Use 64-bit DWARF format when emitting DWARF debug information."
15482 msgstr ""
15484 #: common.opt:3361
15485 #, no-c-format
15486 msgid "Generate debug information in default extended format."
15487 msgstr ""
15489 #: common.opt:3365
15490 #, no-c-format
15491 msgid "Generate extended entry point information for inlined functions."
15492 msgstr ""
15494 #: common.opt:3369
15495 #, no-c-format
15496 msgid "Compute locview reset points based on insn length estimates."
15497 msgstr ""
15499 #: common.opt:3377
15500 #, no-c-format
15501 msgid "Don't generate DWARF pubnames and pubtypes sections."
15502 msgstr ""
15504 #: common.opt:3381
15505 #, no-c-format
15506 msgid "Generate DWARF pubnames and pubtypes sections."
15507 msgstr ""
15509 #: common.opt:3385
15510 #, no-c-format
15511 msgid "Generate DWARF pubnames and pubtypes sections with GNU extensions."
15512 msgstr ""
15514 #: common.opt:3389
15515 #, no-c-format
15516 msgid "Record gcc command line switches in DWARF DW_AT_producer."
15517 msgstr ""
15519 #: common.opt:3393
15520 #, no-c-format
15521 msgid "Generate debug information in separate .dwo files."
15522 msgstr ""
15524 #: common.opt:3405
15525 #, no-c-format
15526 msgid "Emit progressive recommended breakpoint locations."
15527 msgstr ""
15529 #: common.opt:3409
15530 #, no-c-format
15531 msgid "Don't emit DWARF additions beyond selected version."
15532 msgstr ""
15534 #: common.opt:3413
15535 #, no-c-format
15536 msgid "Add description attributes to some DWARF DIEs that have no name attribute."
15537 msgstr ""
15539 #: common.opt:3417
15540 #, no-c-format
15541 msgid "Toggle debug information generation."
15542 msgstr ""
15544 #: common.opt:3421
15545 #, no-c-format
15546 msgid "Augment variable location lists with progressive views."
15547 msgstr ""
15549 #: common.opt:3428
15550 #, no-c-format
15551 msgid "Generate debug information in VMS format."
15552 msgstr ""
15554 #: common.opt:3457
15555 #, no-c-format
15556 msgid "Generate compressed debug sections."
15557 msgstr ""
15559 #: common.opt:3461
15560 #, no-c-format
15561 msgid "-gz=<format>\tGenerate compressed debug sections in format <format>."
15562 msgstr ""
15564 #: common.opt:3468
15565 #, no-c-format
15566 msgid "-iplugindir=<dir>\tSet <dir> to be the default plugin directory."
15567 msgstr ""
15569 #: common.opt:3472
15570 #, no-c-format
15571 msgid "-imultiarch <dir>\tSet <dir> to be the multiarch include subdirectory."
15572 msgstr ""
15574 #: common.opt:3500
15575 #, no-c-format
15576 msgid "-o <file>\tPlace output into <file>."
15577 msgstr ""
15579 #: common.opt:3504
15580 #, no-c-format
15581 msgid "Enable function profiling."
15582 msgstr ""
15584 #: common.opt:3514
15585 #, no-c-format
15586 msgid "Like -pedantic but issue them as errors."
15587 msgstr ""
15589 #: common.opt:3554
15590 #, no-c-format
15591 msgid "Do not display functions compiled or elapsed time."
15592 msgstr ""
15594 #: common.opt:3586
15595 #, no-c-format
15596 msgid "Enable verbose output."
15597 msgstr "Увімкнути докладне виведення."
15599 #: common.opt:3590
15600 #, no-c-format
15601 msgid "Display the compiler's version."
15602 msgstr ""
15604 #: common.opt:3594
15605 #, no-c-format
15606 msgid "Suppress warnings."
15607 msgstr "Придушити попередження."
15609 #: common.opt:3604
15610 #, no-c-format
15611 msgid "Create a shared library."
15612 msgstr "Створити бібліотеку спільного використання."
15614 #: common.opt:3664
15615 #, no-c-format
15616 msgid "Don't create a dynamically linked position independent executable."
15617 msgstr "Не створювати динамічно скомпонований виконуваний файл з незалежним позиціюванням."
15619 #: common.opt:3668
15620 #, no-c-format
15621 msgid "Create a dynamically linked position independent executable."
15622 msgstr "Створити динамічно скомпонований виконуваний файл з незалежним позиціюванням."
15624 #: common.opt:3672
15625 #, no-c-format
15626 msgid "Create a static position independent executable."
15627 msgstr "Створити статичний виконуваний файл з незалежним позиціюванням."
15629 #: common.opt:3679
15630 #, no-c-format
15631 msgid "Use caller save register across calls if possible."
15632 msgstr ""
15634 #: params.opt:27
15635 #, no-c-format
15636 msgid "Loops iterating at least selected number of iterations will get loop alignment."
15637 msgstr ""
15639 #: params.opt:31
15640 #, no-c-format
15641 msgid "Select fraction of the maximal frequency of executions of basic block in function given basic block get alignment."
15642 msgstr ""
15644 #: params.opt:35
15645 #, no-c-format
15646 msgid "Enable asan globals protection."
15647 msgstr ""
15649 #: params.opt:39
15650 #, no-c-format
15651 msgid "Enable asan allocas/VLAs protection."
15652 msgstr ""
15654 #: params.opt:43
15655 #, no-c-format
15656 msgid "Enable asan load operations protection."
15657 msgstr ""
15659 #: params.opt:47
15660 #, no-c-format
15661 msgid "Enable asan store operations protection."
15662 msgstr ""
15664 #: params.opt:51
15665 #, no-c-format
15666 msgid "Use callbacks instead of inline code if number of accesses in function becomes greater or equal to this number."
15667 msgstr ""
15669 #: params.opt:55
15670 #, no-c-format
15671 msgid "Enable asan builtin functions protection."
15672 msgstr ""
15674 #: params.opt:59
15675 #, no-c-format
15676 msgid "Enable asan stack protection."
15677 msgstr ""
15679 #: params.opt:63
15680 #, no-c-format
15681 msgid "Enable asan detection of use-after-return bugs."
15682 msgstr ""
15684 #: params.opt:67
15685 #, no-c-format
15686 msgid "Enable hwasan instrumentation of statically sized stack-allocated variables."
15687 msgstr ""
15689 #: params.opt:71
15690 #, no-c-format
15691 msgid "Use random base tag for each frame, as opposed to base always zero."
15692 msgstr ""
15694 #: params.opt:75
15695 #, no-c-format
15696 msgid "Enable hwasan instrumentation of allocas/VLAs."
15697 msgstr ""
15699 #: params.opt:79
15700 #, no-c-format
15701 msgid "Enable hwasan instrumentation of load operations."
15702 msgstr ""
15704 #: params.opt:83
15705 #, no-c-format
15706 msgid "Enable hwasan instrumentation of store operations."
15707 msgstr ""
15709 #: params.opt:87
15710 #, no-c-format
15711 msgid "Enable hwasan instrumentation of builtin functions."
15712 msgstr "Увімкнути укомплектування HWASAN для вбудованих функцій."
15714 #: params.opt:91
15715 #, no-c-format
15716 msgid "Average number of iterations of a loop."
15717 msgstr "Середня кількість ітерацій циклу."
15719 #: params.opt:95
15720 #, no-c-format
15721 msgid "Maximum number of bits for which we avoid creating FMAs."
15722 msgstr ""
15724 #: params.opt:99
15725 #, no-c-format
15726 msgid "Set the estimated probability in percentage for builtin expect. The default value is 90% probability."
15727 msgstr ""
15729 #: params.opt:103
15730 #, no-c-format
15731 msgid "The maximum length of a constant string for a builtin string cmp call eligible for inlining. The default value is 3."
15732 msgstr ""
15734 #: params.opt:107
15735 #, no-c-format
15736 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."
15737 msgstr ""
15739 #: params.opt:111
15740 #, no-c-format
15741 msgid "Probability that COMDAT function will be shared with different compilation unit."
15742 msgstr ""
15744 #: params.opt:115
15745 #, no-c-format
15746 msgid "Maximum number of namespaces to search for alternatives when name lookup fails."
15747 msgstr ""
15749 #: params.opt:119
15750 #, no-c-format
15751 msgid "Maximum number of queries into the alias oracle per store."
15752 msgstr ""
15754 #: params.opt:123
15755 #, no-c-format
15756 msgid "Maximum size (in bytes) of objects tracked bytewise by dead store elimination."
15757 msgstr ""
15759 #: params.opt:127
15760 #, no-c-format
15761 msgid "Maximal estimated growth of function body caused by early inlining of single call."
15762 msgstr ""
15764 #: params.opt:131
15765 #, no-c-format
15766 msgid "Maximum number of basic blocks before EVRP uses a sparse cache."
15767 msgstr ""
15769 #: params.opt:135
15770 #, no-c-format
15771 msgid "Maximum number of outgoing edges in a switch before EVRP will not process it."
15772 msgstr ""
15774 #: params.opt:139
15775 #, no-c-format
15776 msgid "Scale factor to apply to the number of statements in a threading path crossing a loop backedge when comparing to max-jump-thread-duplication-stmts."
15777 msgstr ""
15779 #: params.opt:143
15780 #, no-c-format
15781 msgid "The threshold ratio of critical edges execution count that permit performing redundancy elimination after reload."
15782 msgstr ""
15784 #: params.opt:147
15785 #, no-c-format
15786 msgid "The threshold ratio for performing partial redundancy elimination after reload."
15787 msgstr ""
15789 #: params.opt:151
15790 #, no-c-format
15791 msgid "Scaling factor in calculation of maximum distance an expression can be moved by GCSE optimizations."
15792 msgstr ""
15794 #: params.opt:155
15795 #, no-c-format
15796 msgid "Cost at which GCSE optimizations will not constraint the distance an expression can travel."
15797 msgstr ""
15799 #: params.opt:159
15800 #, no-c-format
15801 msgid "Minimum heap expansion to trigger garbage collection, as a percentage of the total size of the heap."
15802 msgstr ""
15804 #: params.opt:163
15805 #, no-c-format
15806 msgid "Minimum heap size before we start collecting garbage, in kilobytes."
15807 msgstr ""
15809 #: params.opt:167
15810 #, no-c-format
15811 msgid "The number of executions of a basic block which is considered hot. The parameter is used only in GIMPLE FE."
15812 msgstr ""
15814 #: params.opt:171
15815 #, no-c-format
15816 msgid "Whether codegen errors should be ICEs when -fchecking."
15817 msgstr ""
15819 #: params.opt:175
15820 #, no-c-format
15821 msgid "Maximum number of arrays per SCoP."
15822 msgstr ""
15824 #: params.opt:179
15825 #, no-c-format
15826 msgid "Maximum number of parameters in a SCoP."
15827 msgstr ""
15829 #: params.opt:183
15830 #, no-c-format
15831 msgid "The number of elements for which hash table verification is done for each searched element."
15832 msgstr ""
15834 #: params.opt:187
15835 #, no-c-format
15836 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)."
15837 msgstr ""
15839 #: params.opt:191
15840 #, no-c-format
15841 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)."
15842 msgstr ""
15844 #: params.opt:195
15845 #, no-c-format
15846 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."
15847 msgstr ""
15849 #: params.opt:199
15850 #, no-c-format
15851 msgid "The scale (in percents) applied to inline-insns-single and auto limits when heuristics hints that inlining is very profitable."
15852 msgstr ""
15854 #: params.opt:203
15855 #, no-c-format
15856 msgid "The minimal estimated speedup allowing inliner to ignore inline-insns-single and inline-insns-auto."
15857 msgstr ""
15859 #: params.opt:207
15860 #, no-c-format
15861 msgid "How much can given compilation unit grow because of the inlining (in percent)."
15862 msgstr ""
15864 #: params.opt:211
15865 #, no-c-format
15866 msgid "The upper bound for sharing integer constants."
15867 msgstr ""
15869 #: params.opt:215
15870 #, no-c-format
15871 msgid "Threshold ipa-cp opportunity evaluation that is still considered beneficial to clone."
15872 msgstr ""
15874 #: params.opt:219
15875 #, no-c-format
15876 msgid "Compile-time bonus IPA-CP assigns to candidates which make loop bounds or strides known."
15877 msgstr ""
15879 #: params.opt:223
15880 #, no-c-format
15881 msgid "Maximum depth of recursive cloning for self-recursive function."
15882 msgstr ""
15884 #: params.opt:227
15885 #, no-c-format
15886 msgid "Recursive cloning only when the probability of call being executed exceeds the parameter."
15887 msgstr ""
15889 #: params.opt:231
15890 #, no-c-format
15891 msgid "When propagating IPA-CP effect estimates, multiply frequencies of recursive edges that bring back an unchanged value by this factor."
15892 msgstr ""
15894 #: params.opt:235
15895 #, no-c-format
15896 msgid "Percentage penalty the recursive functions will receive when they are evaluated for cloning."
15897 msgstr ""
15899 #: params.opt:239
15900 #, no-c-format
15901 msgid "Percentage penalty functions containing a single call to another function will receive when they are evaluated for cloning."
15902 msgstr ""
15904 #: params.opt:243
15905 #, no-c-format
15906 msgid "How much can given compilation unit grow because of the interprocedural constant propagation (in percent)."
15907 msgstr ""
15909 #: params.opt:247
15910 #, no-c-format
15911 msgid "The size of translation unit that IPA-CP pass considers large."
15912 msgstr ""
15914 #: params.opt:251
15915 #, no-c-format
15916 msgid "Maximum size of a list of values associated with each parameter for interprocedural constant propagation."
15917 msgstr ""
15919 #: params.opt:255
15920 #, no-c-format
15921 msgid "When using profile feedback, use the edge at this percentage position in frequncy histogram as the bases for IPA-CP heuristics."
15922 msgstr ""
15924 #: params.opt:259
15925 #, no-c-format
15926 msgid "Maximum number of statements visited during jump function offset discovery."
15927 msgstr ""
15929 #: params.opt:263
15930 #, no-c-format
15931 msgid "Maximum number of statements that will be visited by IPA formal parameter analysis based on alias analysis in any given function."
15932 msgstr ""
15934 #: params.opt:267
15935 #, no-c-format
15936 msgid "Maximum number of aggregate content items for a parameter in jump functions and lattices."
15937 msgstr ""
15939 #: params.opt:271
15940 #, no-c-format
15941 msgid "Maximum number of operations in a parameter expression that can be handled by IPA analysis."
15942 msgstr ""
15944 #: params.opt:275
15945 #, no-c-format
15946 msgid "Maximum number of different predicates used to track properties of loops in IPA analysis."
15947 msgstr ""
15949 #: params.opt:279
15950 #, no-c-format
15951 msgid "Maximal number of boundary endpoints of case ranges of switch statement used during IPA function summary generation."
15952 msgstr ""
15954 #: params.opt:283
15955 #, no-c-format
15956 msgid "Minimum probability (in percent) of dereferencing of a function pointer parameter for it to be considered for replacement with simple values."
15957 msgstr ""
15959 #: params.opt:287
15960 #, no-c-format
15961 msgid "Maximum pieces that IPA-SRA tracks per formal parameter, as a consequence, also the maximum number of replacements of a formal parameter."
15962 msgstr ""
15964 #: params.opt:291
15965 #, no-c-format
15966 msgid "Maximum allowed growth of total size of new parameters that ipa-sra replaces a pointer to an aggregate with."
15967 msgstr ""
15969 #: params.opt:295
15970 #, no-c-format
15971 msgid "Additional maximum allowed growth of total size of new parameters that ipa-sra replaces a pointer to an aggregate with, if it points to a local variable that the caller only writes to and passes it as an argument to functions."
15972 msgstr ""
15974 #: params.opt:299
15975 #, no-c-format
15976 msgid "The number of registers in each class kept unused by loop invariant motion."
15977 msgstr ""
15979 #: params.opt:303
15980 #, no-c-format
15981 msgid "Max size of conflict table in MB."
15982 msgstr ""
15984 #: params.opt:307
15985 #, no-c-format
15986 msgid "Approximate function insn number in 1K units triggering simple local RA."
15987 msgstr ""
15989 #: params.opt:311
15990 #, no-c-format
15991 msgid "Max loops number for regional RA."
15992 msgstr ""
15994 #: params.opt:315
15995 #, no-c-format
15996 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."
15997 msgstr ""
15999 #: params.opt:319
16000 #, no-c-format
16001 msgid "If number of candidates in the set is smaller, we always try to remove unused ivs during its optimization."
16002 msgstr ""
16004 #: params.opt:323
16005 #, no-c-format
16006 msgid "Bound on number of candidates below that all candidates are considered in iv optimizations."
16007 msgstr ""
16009 #: params.opt:327
16010 #, no-c-format
16011 msgid "Bound on number of iv uses in loop optimized in iv optimizations."
16012 msgstr ""
16014 #: params.opt:331
16015 #, no-c-format
16016 msgid "The maximum code size growth ratio when expanding into a jump table (in percent).  The parameter is used when optimizing for size."
16017 msgstr ""
16019 #: params.opt:335
16020 #, no-c-format
16021 msgid "The maximum code size growth ratio when expanding into a jump table (in percent).  The parameter is used when optimizing for speed."
16022 msgstr ""
16024 #: params.opt:339
16025 #, no-c-format
16026 msgid "The size of L1 cache line."
16027 msgstr ""
16029 #: params.opt:343
16030 #, no-c-format
16031 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."
16032 msgstr ""
16034 #: params.opt:352
16035 #, no-c-format
16036 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."
16037 msgstr ""
16039 #: params.opt:359
16040 #, no-c-format
16041 msgid "The size of L1 cache."
16042 msgstr ""
16044 #: params.opt:363
16045 #, no-c-format
16046 msgid "The size of L2 cache."
16047 msgstr ""
16049 #: params.opt:367
16050 #, no-c-format
16051 msgid "Maximal growth due to inlining of large function (in percent)."
16052 msgstr ""
16054 #: params.opt:371
16055 #, no-c-format
16056 msgid "The size of function body to be considered large."
16057 msgstr ""
16059 #: params.opt:375
16060 #, no-c-format
16061 msgid "The size of stack frame to be considered large."
16062 msgstr ""
16064 #: params.opt:379
16065 #, no-c-format
16066 msgid "Maximal stack frame growth due to inlining (in percent)."
16067 msgstr ""
16069 #: params.opt:383
16070 #, no-c-format
16071 msgid "The size of translation unit to be considered large."
16072 msgstr ""
16074 #: params.opt:387
16075 #, no-c-format
16076 msgid "Maximum number of concurrently open C++ module files when lazy loading."
16077 msgstr ""
16079 #: params.opt:391
16080 #, no-c-format
16081 msgid "The minimum cost of an expensive expression in the loop invariant motion."
16082 msgstr ""
16084 #: params.opt:395
16085 #, no-c-format
16086 msgid "True if a non-short-circuit operation is optimal."
16087 msgstr ""
16089 #: params.opt:399
16090 #, no-c-format
16091 msgid "Size of tiles for loop blocking."
16092 msgstr ""
16094 #: params.opt:403
16095 #, no-c-format
16096 msgid "The maximum number of stmts in loop nest for loop interchange."
16097 msgstr ""
16099 #: params.opt:407
16100 #, no-c-format
16101 msgid "The minimum stride ratio for loop interchange to be profitable."
16102 msgstr ""
16104 #: params.opt:411
16105 #, no-c-format
16106 msgid "Max basic blocks number in loop for loop invariant motion."
16107 msgstr ""
16109 #: params.opt:415
16110 #, no-c-format
16111 msgid "Maximum number of datarefs in loop for building loop data dependencies."
16112 msgstr ""
16114 #: params.opt:419
16115 #, no-c-format
16116 msgid "The maximum number of instructions in an inner loop that is being considered for versioning."
16117 msgstr ""
16119 #: params.opt:423
16120 #, no-c-format
16121 msgid "The maximum number of instructions in an outer loop that is being considered for versioning, on top of the instructions in inner loops."
16122 msgstr ""
16124 #: params.opt:427
16125 #, no-c-format
16126 msgid "Minimal fall-through edge probability in percentage used to add BB to inheritance EBB in LRA."
16127 msgstr ""
16129 #: params.opt:431
16130 #, no-c-format
16131 msgid "The max number of reload pseudos which are considered during spilling a non-reload pseudo."
16132 msgstr ""
16134 #: params.opt:435
16135 #, no-c-format
16136 msgid "Maximal size of a partition for LTO (in estimated instructions)."
16137 msgstr ""
16139 #: params.opt:439
16140 #, no-c-format
16141 msgid "maximal number of LTO partitions streamed in parallel."
16142 msgstr ""
16144 #: params.opt:443
16145 #, no-c-format
16146 msgid "Minimal size of a partition for LTO (in estimated instructions)."
16147 msgstr ""
16149 #: params.opt:447
16150 #, no-c-format
16151 msgid "Number of partitions the program should be split to."
16152 msgstr ""
16154 #: params.opt:451
16155 #, no-c-format
16156 msgid "The maximum number of instructions to consider to unroll in a loop on average."
16157 msgstr ""
16159 #: params.opt:455
16160 #, no-c-format
16161 msgid "The maximum number of insns combine tries to combine."
16162 msgstr ""
16164 #: params.opt:459
16165 #, no-c-format
16166 msgid "The maximum depth of a loop nest we completely peel."
16167 msgstr ""
16169 #: params.opt:463
16170 #, no-c-format
16171 msgid "The maximum number of peelings of a single loop that is peeled completely."
16172 msgstr ""
16174 #: params.opt:467
16175 #, no-c-format
16176 msgid "The maximum number of insns of a completely peeled loop."
16177 msgstr ""
16179 #: params.opt:471
16180 #, no-c-format
16181 msgid "The maximum number of incoming edges to consider for crossjumping."
16182 msgstr ""
16184 #: params.opt:475
16185 #, no-c-format
16186 msgid "The maximum instructions CSE process before flushing."
16187 msgstr ""
16189 #: params.opt:479
16190 #, no-c-format
16191 msgid "The maximum length of path considered in cse."
16192 msgstr ""
16194 #: params.opt:483
16195 #, no-c-format
16196 msgid "The maximum memory locations recorded by cselib."
16197 msgstr ""
16199 #: params.opt:487
16200 #, no-c-format
16201 msgid "Max. count of debug markers to expand or inline."
16202 msgstr ""
16204 #: params.opt:491
16205 #, no-c-format
16206 msgid "The maximum number of instructions to consider to fill a delay slot."
16207 msgstr ""
16209 #: params.opt:495
16210 #, no-c-format
16211 msgid "The maximum number of instructions to consider to find accurate live register information."
16212 msgstr ""
16214 #: params.opt:499
16215 #, no-c-format
16216 msgid "Maximum number of active local stores in RTL dead store elimination."
16217 msgstr ""
16219 #: params.opt:503
16220 #, no-c-format
16221 msgid "The maximum number of nested indirect inlining performed by early inliner."
16222 msgstr ""
16224 #: params.opt:507
16225 #, no-c-format
16226 msgid "Maximum number of fields in a structure before pointer analysis treats the structure as a single variable."
16227 msgstr ""
16229 #: params.opt:511
16230 #, no-c-format
16231 msgid "Maximum number of instructions to copy when duplicating blocks on a finite state automaton jump thread path."
16232 msgstr ""
16234 #: params.opt:515
16235 #, no-c-format
16236 msgid "The maximum ratio of insertions to deletions of expressions in GCSE."
16237 msgstr ""
16239 #: params.opt:519
16240 #, no-c-format
16241 msgid "The maximum amount of memory to be allocated by GCSE, in kilobytes."
16242 msgstr ""
16244 #: params.opt:523
16245 #, no-c-format
16246 msgid "The maximum number of insns to duplicate when unfactoring computed gotos."
16247 msgstr ""
16249 #: params.opt:527
16250 #, no-c-format
16251 msgid "The maximum expansion factor when copying basic blocks."
16252 msgstr ""
16254 #: params.opt:531
16255 #, no-c-format
16256 msgid "Maximum depth of search in the dominator tree for expressions to hoist."
16257 msgstr ""
16259 #: params.opt:535
16260 #, no-c-format
16261 msgid "Maximum loop depth of a call which is considered for inlining functions called once."
16262 msgstr ""
16264 #: params.opt:539
16265 #, no-c-format
16266 msgid "Maximum combined size of caller and callee which is inlined if callee is called once."
16267 msgstr ""
16269 #: params.opt:543
16270 #, no-c-format
16271 msgid "The maximum number of instructions when automatically inlining."
16272 msgstr ""
16274 #: params.opt:547
16275 #, no-c-format
16276 msgid "The maximum number of instructions inline function can grow to via recursive inlining."
16277 msgstr ""
16279 #: params.opt:551
16280 #, no-c-format
16281 msgid "The maximum number of instructions non-inline function can grow to via recursive inlining."
16282 msgstr ""
16284 #: params.opt:555
16285 #, no-c-format
16286 msgid "The maximum number of instructions in a single function eligible for inlining."
16287 msgstr ""
16289 #: params.opt:559
16290 #, no-c-format
16291 msgid "The maximum number of instructions when inlining for size."
16292 msgstr ""
16294 #: params.opt:563
16295 #, no-c-format
16296 msgid "The maximum number of instructions when automatically inlining small functions."
16297 msgstr ""
16299 #: params.opt:567
16300 #, no-c-format
16301 msgid "The maximum depth of recursive inlining for inline functions."
16302 msgstr ""
16304 #: params.opt:571
16305 #, no-c-format
16306 msgid "The maximum depth of recursive inlining for non-inline functions."
16307 msgstr ""
16309 #: params.opt:575
16310 #, no-c-format
16311 msgid "Maximum number of isl operations, 0 means unlimited."
16312 msgstr ""
16314 #: params.opt:579
16315 #, no-c-format
16316 msgid "Bound on the cost of an expression to compute the number of iterations."
16317 msgstr ""
16319 #: params.opt:583
16320 #, no-c-format
16321 msgid "Bound on the number of iterations the brute force # of iterations analysis algorithm evaluates."
16322 msgstr ""
16324 #: params.opt:587
16325 #, no-c-format
16326 msgid "Maximum number of statements allowed in a block that needs to be duplicated when threading jumps."
16327 msgstr ""
16329 #: params.opt:591
16330 #, no-c-format
16331 msgid "Search space limit for the backwards jump threader."
16332 msgstr ""
16334 #: params.opt:595
16335 #, no-c-format
16336 msgid "The maximum number of RTL nodes that can be recorded as combiner's last value."
16337 msgstr ""
16339 #: params.opt:599
16340 #, no-c-format
16341 msgid "The maximum number of insns in loop header duplicated by the copy loop headers pass."
16342 msgstr ""
16344 #: params.opt:603
16345 #, no-c-format
16346 msgid "The maximum number of backtrack attempts the scheduler should make when modulo scheduling a loop."
16347 msgstr ""
16349 #: params.opt:607
16350 #, no-c-format
16351 msgid "Minimum page size for warning purposes."
16352 msgstr ""
16354 #: params.opt:611
16355 #, no-c-format
16356 msgid "Maximum length of partial antic set when performing tree pre optimization."
16357 msgstr ""
16359 #: params.opt:615
16360 #, no-c-format
16361 msgid "The maximum number of branches on the path through the peeled sequence."
16362 msgstr ""
16364 #: params.opt:619
16365 #, no-c-format
16366 msgid "The maximum number of peelings of a single loop."
16367 msgstr ""
16369 #: params.opt:623
16370 #, no-c-format
16371 msgid "The maximum number of insns of a peeled loop."
16372 msgstr ""
16374 #: params.opt:627
16375 #, no-c-format
16376 msgid "The maximum length of scheduling's pending operations list."
16377 msgstr ""
16379 #: params.opt:631 params.opt:675
16380 #, no-c-format
16381 msgid "The maximum number of blocks in a region to be considered for interblock scheduling."
16382 msgstr ""
16384 #: params.opt:635 params.opt:679
16385 #, no-c-format
16386 msgid "The maximum number of insns in a region to be considered for interblock scheduling."
16387 msgstr ""
16389 #: params.opt:639
16390 #, no-c-format
16391 msgid "Maximum depth of sqrt chains to use when synthesizing exponentiation by a real constant."
16392 msgstr ""
16394 #: params.opt:643
16395 #, no-c-format
16396 msgid "The maximum number of loop iterations we predict statically."
16397 msgstr ""
16399 #: params.opt:647
16400 #, no-c-format
16401 msgid "The maximum number of instructions to search backward when looking for equivalent reload."
16402 msgstr ""
16404 #: params.opt:651
16405 #, no-c-format
16406 msgid "Maximum number of insns in a basic block to consider for RTL if-conversion."
16407 msgstr ""
16409 #: params.opt:655
16410 #, no-c-format
16411 msgid "Maximum permissible cost for the sequence that would be generated by the RTL if-conversion pass for a branch that is considered predictable."
16412 msgstr ""
16414 #: params.opt:659
16415 #, no-c-format
16416 msgid "Maximum permissible cost for the sequence that would be generated by the RTL if-conversion pass for a branch that is considered unpredictable."
16417 msgstr ""
16419 #: params.opt:663
16420 #, no-c-format
16421 msgid "The maximum number of iterations through CFG to extend regions."
16422 msgstr ""
16424 #: params.opt:667
16425 #, no-c-format
16426 msgid "The maximum conflict delay for an insn to be considered for speculative motion."
16427 msgstr ""
16429 #: params.opt:671
16430 #, no-c-format
16431 msgid "The maximum number of instructions ready to be issued to be considered by the scheduler during the first scheduling pass."
16432 msgstr ""
16434 #: params.opt:683
16435 #, no-c-format
16436 msgid "Maximum length of candidate scans for straight-line strength reduction."
16437 msgstr ""
16439 #: params.opt:687
16440 #, no-c-format
16441 msgid "Maximum number of may-defs visited when devirtualizing speculatively."
16442 msgstr ""
16444 #: params.opt:691
16445 #, no-c-format
16446 msgid "Maximum recursion depth allowed when querying a property of an SSA name."
16447 msgstr ""
16449 #: params.opt:695
16450 #, no-c-format
16451 msgid "Maximum number of constant stores to merge in the store merging pass."
16452 msgstr ""
16454 #: params.opt:699
16455 #, no-c-format
16456 msgid "Maximum number of conditional store pairs that can be sunk."
16457 msgstr ""
16459 #: params.opt:703 params.opt:707
16460 #, no-c-format
16461 msgid "Maximum number of store chains to track at the same time in the store merging pass."
16462 msgstr ""
16464 #: params.opt:711
16465 #, no-c-format
16466 msgid "Maximum amount of similar bbs to compare a bb with."
16467 msgstr ""
16469 #: params.opt:715
16470 #, no-c-format
16471 msgid "Maximum amount of iterations of the pass over a function."
16472 msgstr ""
16474 #: params.opt:719
16475 #, no-c-format
16476 msgid "Maximum number of strings for which strlen optimization pass will track string lengths."
16477 msgstr ""
16479 #: params.opt:723
16480 #, no-c-format
16481 msgid "Maximum number of arguments in a PHI supported by TREE if-conversion unless the loop is marked with simd pragma."
16482 msgstr ""
16484 #: params.opt:727
16485 #, no-c-format
16486 msgid "The maximum number of unrollings of a single loop."
16487 msgstr ""
16489 #: params.opt:731
16490 #, no-c-format
16491 msgid "The maximum number of instructions to consider to unroll in a loop."
16492 msgstr ""
16494 #: params.opt:735
16495 #, no-c-format
16496 msgid "The maximum number of insns of an unswitched loop."
16497 msgstr ""
16499 #: params.opt:739
16500 #, no-c-format
16501 msgid "The maximum depth of a loop nest to be unswitched."
16502 msgstr ""
16504 #: params.opt:743
16505 #, no-c-format
16506 msgid "If -fvariable-expansion-in-unroller is used, the maximum number of times that an individual variable will be expanded during loop unrolling."
16507 msgstr ""
16509 #: params.opt:747
16510 #, no-c-format
16511 msgid "Max. recursion depth for expanding var tracking expressions."
16512 msgstr ""
16514 #: params.opt:751
16515 #, no-c-format
16516 msgid "Max. size of loc list for which reverse ops should be added."
16517 msgstr ""
16519 #: params.opt:755
16520 #, no-c-format
16521 msgid "Max. size of var tracking hash tables."
16522 msgstr ""
16524 #: params.opt:759
16525 #, no-c-format
16526 msgid "Maximum number of VALUEs handled during a single find_base_term call."
16527 msgstr ""
16529 #: params.opt:763
16530 #, no-c-format
16531 msgid "The minimum number of matching instructions to consider for crossjumping."
16532 msgstr ""
16534 #: params.opt:767
16535 #, no-c-format
16536 msgid "Inline recursively only when the probability of call being executed exceeds the parameter."
16537 msgstr ""
16539 #: params.opt:771
16540 #, no-c-format
16541 msgid "Min. ratio of insns to prefetches to enable prefetching for a loop with an unknown trip count."
16542 msgstr ""
16544 #: params.opt:775
16545 #, no-c-format
16546 msgid "The minimum threshold for probability of semi-invariant condition statement to trigger loop split."
16547 msgstr ""
16549 #: params.opt:779
16550 #, no-c-format
16551 msgid "The minimum UID to be used for a nondebug insn."
16552 msgstr ""
16554 #: params.opt:783
16555 #, no-c-format
16556 msgid "The minimum size of variables taking part in stack slot sharing when not optimizing."
16557 msgstr ""
16559 #: params.opt:787
16560 #, no-c-format
16561 msgid "The minimum probability of reaching a source block for interblock speculative scheduling."
16562 msgstr ""
16564 #: params.opt:791
16565 #, no-c-format
16566 msgid "If -ftree-vectorize is used, the minimal loop bound of a loop to be considered for vectorization."
16567 msgstr ""
16569 #: params.opt:795
16570 #, no-c-format
16571 msgid "--param=openacc-kernels=[decompose|parloops]\tSpecify mode of OpenACC 'kernels' constructs handling."
16572 msgstr ""
16574 #: params.opt:808
16575 #, no-c-format
16576 msgid "--param=openacc-privatization=[quiet|noisy]\tSpecify mode of OpenACC privatization diagnostics."
16577 msgstr ""
16579 #: params.opt:821
16580 #, no-c-format
16581 msgid "Chunk size of omp schedule for loops parallelized by parloops."
16582 msgstr ""
16584 #: params.opt:825
16585 #, no-c-format
16586 msgid "Minimum number of iterations per thread of an innermost parallelized loop."
16587 msgstr ""
16589 #: params.opt:829
16590 #, no-c-format
16591 msgid "--param=parloops-schedule=[static|dynamic|guided|auto|runtime]\tSchedule type of omp schedule for loops parallelized by parloops."
16592 msgstr ""
16594 #: params.opt:851
16595 #, no-c-format
16596 msgid "Maximum probability of the entry BB of split region (in percent relative to entry BB of the function) to make partial inlining happen."
16597 msgstr ""
16599 #: params.opt:855
16600 #, no-c-format
16601 msgid "Maximal estimated outcome of branch considered predictable."
16602 msgstr ""
16604 #: params.opt:859
16605 #, no-c-format
16606 msgid "Whether software prefetch hints should be issued for non-constant strides."
16607 msgstr ""
16609 #: params.opt:863
16610 #, no-c-format
16611 msgid "The number of insns executed before prefetch is completed."
16612 msgstr ""
16614 #: params.opt:867
16615 #, no-c-format
16616 msgid "Min. ratio of insns to mem ops to enable prefetching in a loop."
16617 msgstr ""
16619 #: params.opt:871
16620 #, no-c-format
16621 msgid "The minimum constant stride beyond which we should use prefetch hints for."
16622 msgstr ""
16624 #: params.opt:875
16625 #, no-c-format
16626 msgid "Use internal function id in profile lookup."
16627 msgstr ""
16629 #: params.opt:879
16630 #, no-c-format
16631 msgid "--param=ranger-debug=[none|trace|gori|cache|tracegori|all] Specifies the output mode for debugging ranger."
16632 msgstr ""
16634 #: params.opt:904
16635 #, no-c-format
16636 msgid "Maximum depth of logical expression evaluation ranger will look through when evaluating outgoing edge ranges."
16637 msgstr ""
16639 #: params.opt:909
16640 #, no-c-format
16641 msgid "Maximum number of relations the oracle will register in a basic block."
16642 msgstr ""
16644 #: params.opt:913
16645 #, no-c-format
16646 msgid "Maximum depth of a loop nest to fully value-number optimistically."
16647 msgstr ""
16649 #: params.opt:917
16650 #, no-c-format
16651 msgid "Maximum number of disambiguations to perform per memory access."
16652 msgstr ""
16654 #: params.opt:921
16655 #, no-c-format
16656 msgid "Bound on the complexity of the expressions in the scalar evolutions analyzer."
16657 msgstr ""
16659 #: params.opt:925
16660 #, no-c-format
16661 msgid "Bound on size of expressions used in the scalar evolutions analyzer."
16662 msgstr ""
16664 #: params.opt:929
16665 #, no-c-format
16666 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."
16667 msgstr ""
16669 #: params.opt:933
16670 #, no-c-format
16671 msgid "Minimal distance between possibly conflicting store and load."
16672 msgstr ""
16674 #: params.opt:937
16675 #, no-c-format
16676 msgid "Which -fsched-pressure algorithm to apply."
16677 msgstr ""
16679 #: params.opt:941
16680 #, no-c-format
16681 msgid "The minimal probability of speculation success (in percents), so that speculative insn will be scheduled."
16682 msgstr ""
16684 #: params.opt:945
16685 #, no-c-format
16686 msgid "The minimum probability an edge must have for the scheduler to save its state across it."
16687 msgstr ""
16689 #: params.opt:949
16690 #, no-c-format
16691 msgid "Maximum number of instructions in the ready list that are considered eligible for renaming."
16692 msgstr ""
16694 #: params.opt:953
16695 #, no-c-format
16696 msgid "The maximum size of the lookahead window of selective scheduling."
16697 msgstr ""
16699 #: params.opt:957
16700 #, no-c-format
16701 msgid "Maximum number of times that an insn could be scheduled."
16702 msgstr ""
16704 #: params.opt:961
16705 #, no-c-format
16706 msgid "The number of prefetches that can run at the same time."
16707 msgstr ""
16709 #: params.opt:965
16710 #, no-c-format
16711 msgid "Target block's relative execution frequency (as a percentage) required to sink a statement."
16712 msgstr ""
16714 #: params.opt:969
16715 #, no-c-format
16716 msgid "The number of cycles the swing modulo scheduler considers when checking conflicts using DFA."
16717 msgstr ""
16719 #: params.opt:973
16720 #, no-c-format
16721 msgid "A threshold on the average loop count considered by the swing modulo scheduler."
16722 msgstr ""
16724 #: params.opt:977
16725 #, no-c-format
16726 msgid "A factor for tuning the upper bound that swing modulo scheduler uses for scheduling a loop."
16727 msgstr ""
16729 #: params.opt:981
16730 #, no-c-format
16731 msgid "The minimum value of stage count that swing modulo scheduler will generate."
16732 msgstr ""
16734 #: params.opt:985
16735 #, no-c-format
16736 msgid "Maximum size, in storage units, of an aggregate which should be considered for scalarization when compiling for size."
16737 msgstr ""
16739 #: params.opt:989
16740 #, no-c-format
16741 msgid "Maximum size, in storage units, of an aggregate which should be considered for scalarization when compiling for speed."
16742 msgstr ""
16744 #: params.opt:993
16745 #, no-c-format
16746 msgid "Maximum number of artificial accesses to enable forward propagation that Scalar Replacement of Aggregates will keep for one local variable."
16747 msgstr ""
16749 #: params.opt:997
16750 #, no-c-format
16751 msgid "The maximum number of SSA_NAME assignments to follow in determining a value."
16752 msgstr ""
16754 #: params.opt:1001
16755 #, no-c-format
16756 msgid "The lower bound for a buffer to be considered for stack smashing protection."
16757 msgstr ""
16759 #: params.opt:1005
16760 #, no-c-format
16761 msgid "Size of the stack guard expressed as a power of two in bytes."
16762 msgstr ""
16764 #: params.opt:1009
16765 #, no-c-format
16766 msgid "Interval in which to probe the stack expressed as a power of two in bytes."
16767 msgstr ""
16769 #: params.opt:1013
16770 #, no-c-format
16771 msgid "Allow the store merging pass to introduce unaligned stores if it is legal to do so."
16772 msgstr ""
16774 #: params.opt:1017
16775 #, no-c-format
16776 msgid "Maximum size of a single store merging region in bytes."
16777 msgstr ""
16779 #: params.opt:1021
16780 #, no-c-format
16781 msgid "The maximum ratio between array size and switch branches for a switch conversion to take place."
16782 msgstr "Максимальне значення відношення розміру масиву до кількості відгалужень перемикання для перетворення на перемикання."
16784 #: params.opt:1025
16785 #, no-c-format
16786 msgid "Maximum number of bases stored in each modref tree."
16787 msgstr ""
16789 #: params.opt:1029
16790 #, no-c-format
16791 msgid "Maximum number of references stored in each modref base."
16792 msgstr ""
16794 #: params.opt:1033
16795 #, no-c-format
16796 msgid "Maximum number of accesses stored in each modref reference."
16797 msgstr ""
16799 #: params.opt:1037
16800 #, no-c-format
16801 msgid "Maximum number of tests performed by modref query."
16802 msgstr ""
16804 #: params.opt:1041
16805 #, no-c-format
16806 msgid "Maximum depth of DFS walk used by modref escape analysis."
16807 msgstr ""
16809 #: params.opt:1045
16810 #, no-c-format
16811 msgid "Maximum number of escape points tracked by modref per SSA-name."
16812 msgstr ""
16814 #: params.opt:1049
16815 #, no-c-format
16816 msgid "Maximum number of times a given range is adjusted during the dataflow."
16817 msgstr ""
16819 #: params.opt:1053
16820 #, no-c-format
16821 msgid "--param=threader-debug=[none|all] Enables verbose dumping of the threader solver."
16822 msgstr ""
16824 #: params.opt:1066
16825 #, no-c-format
16826 msgid "Size in bytes after which thread-local aggregates should be instrumented with the logging functions instead of save/restore pairs."
16827 msgstr ""
16829 #: params.opt:1070
16830 #, no-c-format
16831 msgid "The percentage of function, weighted by execution frequency, that must be covered by trace formation. Used when profile feedback is not available."
16832 msgstr ""
16834 #: params.opt:1074
16835 #, no-c-format
16836 msgid "The percentage of function, weighted by execution frequency, that must be covered by trace formation. Used when profile feedback is available."
16837 msgstr ""
16839 #: params.opt:1078
16840 #, no-c-format
16841 msgid "Maximal code growth caused by tail duplication (in percent)."
16842 msgstr ""
16844 #: params.opt:1082
16845 #, no-c-format
16846 msgid "Stop forward growth if the probability of best edge is less than this threshold (in percent). Used when profile feedback is not available."
16847 msgstr ""
16849 #: params.opt:1086
16850 #, no-c-format
16851 msgid "Stop forward growth if the probability of best edge is less than this threshold (in percent). Used when profile feedback is available."
16852 msgstr ""
16854 #: params.opt:1090
16855 #, no-c-format
16856 msgid "Stop reverse growth if the reverse probability of best edge is less than this threshold (in percent)."
16857 msgstr ""
16859 #: params.opt:1094
16860 #, no-c-format
16861 msgid "Set the maximum number of instructions executed in parallel in reassociated tree.  If 0, use the target dependent heuristic."
16862 msgstr ""
16864 #: params.opt:1098
16865 #, no-c-format
16866 msgid "Emit special instrumentation for accesses to volatiles."
16867 msgstr ""
16869 #: params.opt:1102
16870 #, no-c-format
16871 msgid "Emit instrumentation calls to __tsan_func_entry() and __tsan_func_exit()."
16872 msgstr ""
16874 #: params.opt:1106
16875 #, no-c-format
16876 msgid "Maximum number of nested calls to search for control dependencies during uninitialized variable analysis."
16877 msgstr ""
16879 #: params.opt:1110
16880 #, no-c-format
16881 msgid "Instruction accounted for function prologue, epilogue and other overhead."
16882 msgstr ""
16884 #: params.opt:1114
16885 #, no-c-format
16886 msgid "Time accounted for function prologue, epilogue and other overhead."
16887 msgstr ""
16889 #: params.opt:1118
16890 #, no-c-format
16891 msgid "Instruction accounted for function thunk overhead."
16892 msgstr ""
16894 #: params.opt:1122
16895 #, no-c-format
16896 msgid "Time accounted for function thunk overhead."
16897 msgstr ""
16899 #: params.opt:1126
16900 #, no-c-format
16901 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."
16902 msgstr ""
16904 #: params.opt:1130
16905 #, no-c-format
16906 msgid "Maximum unroll factor for the unroll-and-jam transformation."
16907 msgstr ""
16909 #: params.opt:1134
16910 #, no-c-format
16911 msgid "Minimum percentage of memrefs that must go away for unroll-and-jam to be considered profitable."
16912 msgstr ""
16914 #: params.opt:1138
16915 #, no-c-format
16916 msgid "Use direct poisoning/unpoisoning instructions for variables smaller or equal to this number."
16917 msgstr ""
16919 #: params.opt:1142
16920 #, no-c-format
16921 msgid "Whether to use canonical types."
16922 msgstr ""
16924 #: params.opt:1146
16925 #, no-c-format
16926 msgid "Enable loop epilogue vectorization using smaller vector size."
16927 msgstr ""
16929 #: params.opt:1150
16930 #, no-c-format
16931 msgid "Maximum number of possible vector layouts (such as permutations) to consider when optimizing to-be-vectorized code."
16932 msgstr ""
16934 #: params.opt:1154
16935 #, no-c-format
16936 msgid "Maximum number of loop peels to enhance alignment of data references in a loop."
16937 msgstr ""
16939 #: params.opt:1158
16940 #, no-c-format
16941 msgid "Bound on number of runtime checks inserted by the vectorizer's loop versioning for alias check."
16942 msgstr ""
16944 #: params.opt:1162
16945 #, no-c-format
16946 msgid "Bound on number of runtime checks inserted by the vectorizer's loop versioning for alignment check."
16947 msgstr ""
16949 #: params.opt:1166
16950 #, no-c-format
16951 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."
16952 msgstr ""
16954 #: params.opt:1170
16955 #, no-c-format
16956 msgid "The maximum factor which the loop vectorizer applies to the cost of statements in an inner loop relative to the loop being vectorized."
16957 msgstr ""
16959 #: params.opt:1174
16960 #, no-c-format
16961 msgid "Enable loop vectorization of floating point inductions."
16962 msgstr "Увімкнути векторизацію циклів для індукцій із рухомою крапкою."
16964 #: cfgrtl.cc:2797
16965 msgid "flow control insn inside a basic block"
16966 msgstr "інструкція з керування потоком у основному блоці"
16968 #: cfgrtl.cc:3086
16969 msgid "insn outside basic block"
16970 msgstr "інструкція поза основним блоком"
16972 #: cfgrtl.cc:3094
16973 msgid "return not followed by barrier"
16974 msgstr "за return немає barrier"
16976 #: collect-utils.cc:206
16977 #, c-format
16978 msgid "[cannot find %s]"
16979 msgstr "[не вдалося знайти %s]"
16981 #: collect2.cc:1557
16982 #, c-format
16983 msgid "collect2 version %s\n"
16984 msgstr "collect2 версії %s\n"
16986 #: collect2.cc:1662
16987 #, c-format
16988 msgid "%d constructor found\n"
16989 msgid_plural "%d constructors found\n"
16990 msgstr[0] "знайдено %d конструктор\n"
16991 msgstr[1] "знайдено %d конструктори\n"
16992 msgstr[2] "знайдено %d конструкторів\n"
16994 #: collect2.cc:1666
16995 #, c-format
16996 msgid "%d destructor found\n"
16997 msgid_plural "%d destructors found\n"
16998 msgstr[0] "знайдено %d деструктор\n"
16999 msgstr[1] "знайдено %d деструктори\n"
17000 msgstr[2] "знайдено %d деструкторів\n"
17002 #: collect2.cc:1670
17003 #, c-format
17004 msgid "%d frame table found\n"
17005 msgid_plural "%d frame tables found\n"
17006 msgstr[0] "знайдено %d таблицю кадрів\n"
17007 msgstr[1] "знайдено %d таблиці кадрів\n"
17008 msgstr[2] "знайдено %d таблиць кадрів\n"
17010 #: collect2.cc:1825
17011 #, c-format
17012 msgid "[Leaving %s]\n"
17013 msgstr "[Полишаємо %s]\n"
17015 #: collect2.cc:2055
17016 #, c-format
17017 msgid ""
17018 "\n"
17019 "write_c_file - output name is %s, prefix is %s\n"
17020 msgstr ""
17021 "\n"
17022 "write_c_file - назвою результату є %s, префіксом є %s\n"
17024 #: collect2.cc:2579
17025 #, c-format
17026 msgid ""
17027 "\n"
17028 "ldd output with constructors/destructors.\n"
17029 msgstr ""
17030 "\n"
17031 "Виведені ldd дані з конструкторами та деструкторами.\n"
17033 #: cprop.cc:1753
17034 msgid "const/copy propagation disabled"
17035 msgstr "передавання const/copy вимкнено"
17037 #: diagnostic-format-json.cc:317 diagnostic-format-sarif.cc:1530
17038 #, c-format
17039 msgid "error: unable to open '%s' for writing: %s\n"
17040 msgstr ""
17042 #: diagnostic.cc:160
17043 #, c-format
17044 msgid "%s: all warnings being treated as errors"
17045 msgstr "%s: усі попередження вважаються помилками"
17047 #: diagnostic.cc:165
17048 #, c-format
17049 msgid "%s: some warnings being treated as errors"
17050 msgstr "%s: деякі попередження вважаються помилками"
17052 #: diagnostic.cc:631
17053 #, c-format
17054 msgid "compilation terminated due to -fmax-errors=%u.\n"
17055 msgstr "компіляцію перервано через -fmax-errors=%u.\n"
17057 #: diagnostic.cc:659
17058 #, c-format
17059 msgid "compilation terminated due to -Wfatal-errors.\n"
17060 msgstr "компіляцію перервано через -Wfatal-errors.\n"
17062 #: diagnostic.cc:680
17063 #, c-format
17064 msgid "Please submit a full bug report, with preprocessed source.\n"
17065 msgstr "Будь ласка, надішліть повний звіт щодо вади із попередньо обробленим початковим кодом.\n"
17067 #: diagnostic.cc:683
17068 #, c-format
17069 msgid "Please submit a full bug report, with preprocessed source (by using -freport-bug).\n"
17070 msgstr "Будь ласка, надішліть повний звіт щодо вади із попередньо обробленим початковим кодом (за допомогою -freport-bug).\n"
17072 #: diagnostic.cc:687
17073 #, c-format
17074 msgid "Please include the complete backtrace with any bug report.\n"
17075 msgstr ""
17077 #: diagnostic.cc:689
17078 #, c-format
17079 msgid "See %s for instructions.\n"
17080 msgstr "Див. настанови у %s.\n"
17082 #: diagnostic.cc:698
17083 #, c-format
17084 msgid "compilation terminated.\n"
17085 msgstr "компіляцію перервано.\n"
17087 #: diagnostic.cc:792
17088 msgid "                 from"
17089 msgstr "                 з"
17091 #: diagnostic.cc:793
17092 msgid "In file included from"
17093 msgstr "У файлі, який включено у"
17095 #. 2
17096 #: diagnostic.cc:794
17097 msgid "        included from"
17098 msgstr "        включено у"
17100 #: diagnostic.cc:795
17101 msgid "In module"
17102 msgstr "У модулі"
17104 #. 4
17105 #: diagnostic.cc:796
17106 msgid "of module"
17107 msgstr "модуля"
17109 #: diagnostic.cc:797
17110 msgid "In module imported at"
17111 msgstr "У модулі, імпортованому у"
17113 #. 6
17114 #: diagnostic.cc:798
17115 msgid "imported at"
17116 msgstr "імпортовано у"
17118 #: diagnostic.cc:1557
17119 #, c-format
17120 msgid "%s:%d: confused by earlier errors, bailing out\n"
17121 msgstr "%s:%d: заплуталися із попередніми помилками, вимушено припиняємо обробку\n"
17123 #: diagnostic.cc:2192
17124 #, c-format
17125 msgid "internal compiler error: error reporting routines re-entered.\n"
17126 msgstr "внутрішня помилка компілятора: повторний вхід до процедур сповіщення про помилки.\n"
17128 #: diagnostic.cc:2223 diagnostic.cc:2242
17129 #, gcc-internal-format, gfc-internal-format
17130 msgid "in %s, at %s:%d"
17131 msgstr "у %s, %s:%d"
17133 #: final.cc:1096
17134 msgid "negative insn length"
17135 msgstr "від’ємна довжина інструкції"
17137 #: final.cc:2808
17138 msgid "could not split insn"
17139 msgstr "не вдалося розділити інструкцію"
17141 #: final.cc:3183
17142 msgid "invalid 'asm': "
17143 msgstr "некоректна asm: "
17145 #: final.cc:3316
17146 #, c-format
17147 msgid "nested assembly dialect alternatives"
17148 msgstr "вкладені варіанти діалектів асемблера"
17150 #: final.cc:3344 final.cc:3356
17151 #, c-format
17152 msgid "unterminated assembly dialect alternative"
17153 msgstr "незавершена вставка діалектом асемблера"
17155 #: final.cc:3498
17156 #, c-format
17157 msgid "operand number missing after %%-letter"
17158 msgstr "пропущено операнд після %%-літери"
17160 #: final.cc:3501 final.cc:3542
17161 #, c-format
17162 msgid "operand number out of range"
17163 msgstr "кількість операндів поза межами припустимого діапазону"
17165 #: final.cc:3559
17166 #, c-format
17167 msgid "invalid %%-code"
17168 msgstr "некоректний %%-код"
17170 #: final.cc:3593
17171 #, c-format
17172 msgid "'%%l' operand isn't a label"
17173 msgstr "операнд «%%l» не є міткою"
17175 #. We can't handle floating point constants;
17176 #. PRINT_OPERAND must handle them.
17177 #. We can't handle floating point constants;
17178 #. TARGET_PRINT_OPERAND must handle them.
17179 #: final.cc:3729 config/arc/arc.cc:6430 config/i386/i386.cc:12312
17180 #, c-format
17181 msgid "floating constant misused"
17182 msgstr "помилкове використання сталої із рухомою крапкою"
17184 #: final.cc:3787 config/arc/arc.cc:6527 config/i386/i386.cc:12403
17185 #: config/pdp11/pdp11.cc:1871
17186 #, c-format
17187 msgid "invalid expression as operand"
17188 msgstr "некоректний вираз операнда"
17190 #: gcc.cc:122
17191 #, c-format
17192 msgid "%s\n"
17193 msgstr "%s\n"
17195 #: gcc.cc:1840
17196 #, c-format
17197 msgid "Using built-in specs.\n"
17198 msgstr "Використовуємо вбудовані специфікації.\n"
17200 #: gcc.cc:2085
17201 #, c-format
17202 msgid ""
17203 "Setting spec %s to '%s'\n"
17204 "\n"
17205 msgstr ""
17206 "Встановлюємо специфікацію %s у значення «%s»\n"
17207 "\n"
17209 #: gcc.cc:2290
17210 #, c-format
17211 msgid "Reading specs from %s\n"
17212 msgstr "Читаємо специфікації з %s\n"
17214 #: gcc.cc:2422
17215 #, c-format
17216 msgid "could not find specs file %s\n"
17217 msgstr "не вдалося знайти файл специфікацій %s\n"
17219 #: gcc.cc:2497
17220 #, c-format
17221 msgid "rename spec %s to %s\n"
17222 msgstr "перейменувати специфікацію %s на %s\n"
17224 #: gcc.cc:2499
17225 #, c-format
17226 msgid ""
17227 "spec is '%s'\n"
17228 "\n"
17229 msgstr ""
17230 "специфікація — «%s»\n"
17231 "\n"
17233 #: gcc.cc:3360
17234 #, c-format
17235 msgid ""
17236 "\n"
17237 "Go ahead? (y or n) "
17238 msgstr ""
17239 "\n"
17240 "Продовжувати? (y — так або n — ні) "
17242 #: gcc.cc:3532
17243 #, c-format
17244 msgid "# %s %.2f %.2f\n"
17245 msgstr "# %s %.2f %.2f\n"
17247 #: gcc.cc:3712
17248 #, c-format
17249 msgid "Usage: %s [options] file...\n"
17250 msgstr "Використання: %s [параметри] файл…\n"
17252 #: gcc.cc:3713
17253 msgid "Options:\n"
17254 msgstr "Параметри:\n"
17256 #: gcc.cc:3715
17257 msgid "  -pass-exit-codes         Exit with highest error code from a phase.\n"
17258 msgstr "  -pass-exit-codes         Виходити із найбільшим кодом помилки у фазі.\n"
17260 #: gcc.cc:3716
17261 msgid "  --help                   Display this information.\n"
17262 msgstr "  --help                   Вивести цю довідкову інформацію.\n"
17264 #: gcc.cc:3717
17265 msgid "  --target-help            Display target specific command line options (including assembler and linker options).\n"
17266 msgstr "  --target-help            Вивести параметри командного рядка, специфічні для цілі (зокрема параметри асемблера та компонувальника).\n"
17268 #: gcc.cc:3719
17269 msgid "  --help={common|optimizers|params|target|warnings|[^]{joined|separate|undocumented}}[,...].\n"
17270 msgstr "  --help={common|optimizers|params|target|warnings|[^]{joined|separate|undocumented}}[,...].\n"
17272 #: gcc.cc:3720
17273 msgid "                           Display specific types of command line options.\n"
17274 msgstr "                           Вивести специфічні типи параметрів командного рядка.\n"
17276 #: gcc.cc:3722
17277 msgid "  (Use '-v --help' to display command line options of sub-processes).\n"
17278 msgstr "  (Скористайтеся параметрами «-v --help», щоб побачити параметри командного рядка підпроцесів).\n"
17280 #: gcc.cc:3723
17281 msgid "  --version                Display compiler version information.\n"
17282 msgstr "  --version                Вивести дані щодо версії компілятора.\n"
17284 #: gcc.cc:3724
17285 msgid "  -dumpspecs               Display all of the built in spec strings.\n"
17286 msgstr "  -dumpspecs               Вивести усе вбудоване у рядки специфікації.\n"
17288 #: gcc.cc:3725
17289 msgid "  -dumpversion             Display the version of the compiler.\n"
17290 msgstr "  -dumpversion             Вивести дані щодо версії компілятора.\n"
17292 #: gcc.cc:3726
17293 msgid "  -dumpmachine             Display the compiler's target processor.\n"
17294 msgstr "  -dumpmachine             Вивести дані щодо процесора призначення компілятора.\n"
17296 #: gcc.cc:3727
17297 msgid "  -foffload=<targets>      Specify offloading targets.\n"
17298 msgstr ""
17300 #: gcc.cc:3728
17301 msgid "  -print-search-dirs       Display the directories in the compiler's search path.\n"
17302 msgstr "  -print-search-dirs       Вивести список усіх каталогів у шляху пошуку компілятора.\n"
17304 #: gcc.cc:3729
17305 msgid "  -print-libgcc-file-name  Display the name of the compiler's companion library.\n"
17306 msgstr "  -print-libgcc-file-name  Вивести назву супутньої бібліотеки компілятора.\n"
17308 #: gcc.cc:3730
17309 msgid "  -print-file-name=<lib>   Display the full path to library <lib>.\n"
17310 msgstr "  -print-file-name=<біб>   Вивести шлях до вказаної бібліотеки повністю.\n"
17312 #: gcc.cc:3731
17313 msgid "  -print-prog-name=<prog>  Display the full path to compiler component <prog>.\n"
17314 msgstr "  -print-prog-name=<прог>  Вивести шлях до компонента компілятора <прог> повністю.\n"
17316 #: gcc.cc:3732
17317 msgid ""
17318 "  -print-multiarch         Display the target's normalized GNU triplet, used as\n"
17319 "                           a component in the library path.\n"
17320 msgstr ""
17321 "  -print-multiarch         Вивести нормалізований триплет GNU цілі, використовується\n"
17322 "                           як компонент у шляху до бібліотек.\n"
17324 #: gcc.cc:3735
17325 msgid "  -print-multi-directory   Display the root directory for versions of libgcc.\n"
17326 msgstr "  -print-multi-directory   Вивести кореневий каталог для версій libgcc.\n"
17328 #: gcc.cc:3736
17329 msgid ""
17330 "  -print-multi-lib         Display the mapping between command line options and\n"
17331 "                           multiple library search directories.\n"
17332 msgstr ""
17333 "  -print-multi-lib         Вивести прив'язку між параметрами командного рядка і\n"
17334 "                           і каталогами пошуку мультибібліотек.\n"
17336 #: gcc.cc:3739
17337 msgid "  -print-multi-os-directory Display the relative path to OS libraries.\n"
17338 msgstr "  -print-multi-os-directory Вивести відносний шлях до бібліотек операційної системи.\n"
17340 #: gcc.cc:3740
17341 msgid "  -print-sysroot           Display the target libraries directory.\n"
17342 msgstr "  -print-sysroot           Вивести каталог призначення бібліотек.\n"
17344 #: gcc.cc:3741
17345 msgid "  -print-sysroot-headers-suffix Display the sysroot suffix used to find headers.\n"
17346 msgstr "  -print-sysroot-headers-suffix Вивести суфікс sysroot, який використовується для пошуку заголовків.\n"
17348 #: gcc.cc:3742
17349 msgid "  -Wa,<options>            Pass comma-separated <options> on to the assembler.\n"
17350 msgstr "  -Wa,<параметри>          Передати асемблеру список відокремлених комами параметрів.\n"
17352 #: gcc.cc:3743
17353 msgid "  -Wp,<options>            Pass comma-separated <options> on to the preprocessor.\n"
17354 msgstr "  -Wp,<параметри>          Передати засобу попередньої обробки список відокремлених комами параметрів.\n"
17356 #: gcc.cc:3744
17357 msgid "  -Wl,<options>            Pass comma-separated <options> on to the linker.\n"
17358 msgstr "  -Wl,<параметри>          Передати компонувальнику список відокремлених комами параметрів.\n"
17360 #: gcc.cc:3745
17361 msgid "  -Xassembler <arg>        Pass <arg> on to the assembler.\n"
17362 msgstr "  -Xassembler <арг>        Передати аргумент <арг> асемблеру.\n"
17364 #: gcc.cc:3746
17365 msgid "  -Xpreprocessor <arg>     Pass <arg> on to the preprocessor.\n"
17366 msgstr "  -Xpreprocessor <арг>     Передати аргумент <арг> засобу попередньої обробки.\n"
17368 #: gcc.cc:3747
17369 msgid "  -Xlinker <arg>           Pass <arg> on to the linker.\n"
17370 msgstr "  -Xlinker <арг>           Передати аргумент <арг> компонувальнику.\n"
17372 #: gcc.cc:3748
17373 msgid "  -save-temps              Do not delete intermediate files.\n"
17374 msgstr "  -save-temps              Не вилучати проміжні файли.\n"
17376 #: gcc.cc:3749
17377 msgid "  -save-temps=<arg>        Do not delete intermediate files.\n"
17378 msgstr "  -save-temps=<арг>        Не вилучати проміжні файли.\n"
17380 #: gcc.cc:3750
17381 msgid ""
17382 "  -no-canonical-prefixes   Do not canonicalize paths when building relative\n"
17383 "                           prefixes to other gcc components.\n"
17384 msgstr ""
17385 "  -no-canonical-prefixes   Не перетворювати до канонічної форми шляхи під час\n"
17386 "                           побудови відносних префіксів до інших компонент gcc.\n"
17388 #: gcc.cc:3753
17389 msgid "  -pipe                    Use pipes rather than intermediate files.\n"
17390 msgstr "  -pipe                    Використовувати канали передавання даних замість проміжних файлів.\n"
17392 #: gcc.cc:3754
17393 msgid "  -time                    Time the execution of each subprocess.\n"
17394 msgstr "  -time                    Вимірювати час виконання кожного з підпроцесів.\n"
17396 #: gcc.cc:3755
17397 msgid "  -specs=<file>            Override built-in specs with the contents of <file>.\n"
17398 msgstr "  -specs=<файл>            Перевизначити вбудовані специфікації вмістом файла <файл>.\n"
17400 #: gcc.cc:3756
17401 msgid "  -std=<standard>          Assume that the input sources are for <standard>.\n"
17402 msgstr "  -std=<стандарт>          Припускати для вхідних кодів відповідність вказаному стандарту.\n"
17404 #: gcc.cc:3757
17405 msgid ""
17406 "  --sysroot=<directory>    Use <directory> as the root directory for headers\n"
17407 "                           and libraries.\n"
17408 msgstr ""
17409 "  --sysroot=<каталог>      Використовувати <каталог> як кореневий для заголовків\n"
17410 "                           і бібліотек.\n"
17412 #: gcc.cc:3760
17413 msgid "  -B <directory>           Add <directory> to the compiler's search paths.\n"
17414 msgstr "  -B <каталог>             Додати <каталог> до шляхів пошуку компілятора.\n"
17416 #: gcc.cc:3761
17417 msgid "  -v                       Display the programs invoked by the compiler.\n"
17418 msgstr "  -v                       Виводити назви програм, які викликаються компілятором.\n"
17420 #: gcc.cc:3762
17421 msgid "  -###                     Like -v but options quoted and commands not executed.\n"
17422 msgstr "  -###                     Подібне до -v, але із лапками для параметрів і без виконання команд.\n"
17424 #: gcc.cc:3763
17425 msgid "  -E                       Preprocess only; do not compile, assemble or link.\n"
17426 msgstr "  -E                       Лише попередньо обробити; не компілювати, не збирати і не компонувати.\n"
17428 #: gcc.cc:3764
17429 msgid "  -S                       Compile only; do not assemble or link.\n"
17430 msgstr "  -S                       Лише скомпілювати; не збирати і не компонувати.\n"
17432 #: gcc.cc:3765
17433 msgid "  -c                       Compile and assemble, but do not link.\n"
17434 msgstr "  -c                       Скомпілювати і зібрати, але не компонувати.\n"
17436 #: gcc.cc:3766
17437 msgid "  -o <file>                Place the output into <file>.\n"
17438 msgstr "  -o <файл>                Вивести результати до файла <файл>.\n"
17440 #: gcc.cc:3767
17441 msgid ""
17442 "  -pie                     Create a dynamically linked position independent\n"
17443 "                           executable.\n"
17444 msgstr ""
17445 "  -pie                     створити динамічно скомпонований виконуваний файл з\n"
17446 "                           незалежним позиціюванням\n"
17448 #: gcc.cc:3769
17449 msgid "  -shared                  Create a shared library.\n"
17450 msgstr "  -shared                  створити бібліотеку спільного використання\n"
17452 #: gcc.cc:3770
17453 msgid ""
17454 "  -x <language>            Specify the language of the following input files.\n"
17455 "                           Permissible languages include: c c++ assembler none\n"
17456 "                           'none' means revert to the default behavior of\n"
17457 "                           guessing the language based on the file's extension.\n"
17458 msgstr ""
17459 "  -x <мова>                Вказати мову для наступних файлів вхідних даних.\n"
17460 "                           Можливі варіанти мов: c c++ assembler none\n"
17461 "                           «none» означає «повернутися до типової поведінки\n"
17462 "                           із визначенням мови на основі суфікса назви файла».\n"
17464 #: gcc.cc:3777
17465 #, c-format
17466 msgid ""
17467 "\n"
17468 "Options starting with -g, -f, -m, -O, -W, or --param are automatically\n"
17469 " passed on to the various sub-processes invoked by %s.  In order to pass\n"
17470 " other options on to these processes the -W<letter> options must be used.\n"
17471 msgstr ""
17472 "\n"
17473 "Параметри, які починаються з -g, -f, -m, -O, -W або --param, буде автоматично\n"
17474 " передано до різноманітних підпроцесів, які запускаються %s. Щоб передати\n"
17475 " інші параметри до цих процесів, слід використовувати параметри -W<літера>.\n"
17477 #: gcc.cc:6762
17478 #, c-format
17479 msgid "Processing spec (%s), which is '%s'\n"
17480 msgstr "Обробляємо специфікацію (%s), назва якої — «%s»\n"
17482 #: gcc.cc:7523
17483 #, c-format
17484 msgid "Target: %s\n"
17485 msgstr "Ціль: %s\n"
17487 #: gcc.cc:7524
17488 #, c-format
17489 msgid "Configured with: %s\n"
17490 msgstr "Налаштування: %s\n"
17492 #: gcc.cc:7538
17493 #, c-format
17494 msgid "Thread model: %s\n"
17495 msgstr "Модель потоків: %s\n"
17497 #: gcc.cc:7539
17498 #, c-format
17499 msgid "Supported LTO compression algorithms: zlib"
17500 msgstr "Підтримувані алгоритми стискання LTO: zlib"
17502 #: gcc.cc:7541
17503 #, c-format
17504 msgid " zstd"
17505 msgstr " zstd"
17507 #: gcc.cc:7543 gcov.cc:1510 gcov.cc:1568 gcov.cc:1580 gcov.cc:2903
17508 #, c-format
17509 msgid "\n"
17510 msgstr "\n"
17512 #: gcc.cc:7554
17513 #, c-format
17514 msgid "gcc version %s %s\n"
17515 msgstr "Версія gcc %s %s\n"
17517 #: gcc.cc:7557
17518 #, c-format
17519 msgid "gcc driver version %s %sexecuting gcc version %s\n"
17520 msgstr "Версія драйвера gcc %s %sвиконуємо версію gcc %s\n"
17522 #: gcc.cc:7630 gcc.cc:7840
17523 #, c-format
17524 msgid "The bug is not reproducible, so it is likely a hardware or OS problem.\n"
17525 msgstr "Ваду не вдається відтворити. Ймовірно, її пов'язано із обладнанням або операційною системою.\n"
17527 #: gcc.cc:7764
17528 #, c-format
17529 msgid "Preprocessed source stored into %s file, please attach this to your bugreport.\n"
17530 msgstr "Попередньо оброблений код збережено до файла %s. Будь ласка, долучіть цей файл до вашого звіту щодо вади.\n"
17532 #: gcc.cc:8615
17533 #, c-format
17534 msgid "install: %s%s\n"
17535 msgstr "встановлення: %s%s\n"
17537 #: gcc.cc:8618
17538 #, c-format
17539 msgid "programs: %s\n"
17540 msgstr "програми: %s\n"
17542 #: gcc.cc:8620
17543 #, c-format
17544 msgid "libraries: %s\n"
17545 msgstr "бібліотеки: %s\n"
17547 #: gcc.cc:8737
17548 #, c-format
17549 msgid ""
17550 "\n"
17551 "For bug reporting instructions, please see:\n"
17552 msgstr ""
17553 "\n"
17554 "Настанови щодо звітування про вади наведено тут:\n"
17556 #: gcc.cc:8753 gcov-tool.cc:594
17557 #, c-format
17558 msgid "%s %s%s\n"
17559 msgstr "%s %s%s\n"
17561 #: gcc.cc:8756 gcov-tool.cc:596 gcov.cc:968 fortran/gfortranspec.cc:282
17562 msgid "(C)"
17563 msgstr "©"
17565 #: gcc.cc:8757 gcov-tool.cc:598 gcov.cc:970 fortran/gfortranspec.cc:283
17566 #, c-format
17567 msgid ""
17568 "This is free software; see the source for copying conditions.  There is NO\n"
17569 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
17570 "\n"
17571 msgstr ""
17572 "Це програмне забезпечення є вільним, умови копіювання викладено у його\n"
17573 "початкових кодах.\n"
17574 "Умовами ліцензування програми НЕ передбачено жодних гарантій, зокрема\n"
17575 "гарантій працездатності або придатності для певної мети.\n"
17576 "\n"
17578 #: gcc.cc:9100
17579 #, c-format
17580 msgid ""
17581 "\n"
17582 "Linker options\n"
17583 "==============\n"
17584 "\n"
17585 msgstr ""
17586 "\n"
17587 "Параметри компонувальника\n"
17588 "=========================\n"
17589 "\n"
17591 #: gcc.cc:9101
17592 #, c-format
17593 msgid ""
17594 "Use \"-Wl,OPTION\" to pass \"OPTION\" to the linker.\n"
17595 "\n"
17596 msgstr ""
17597 "Скористайтеся параметром «-Wl,ПАРАМЕТР», щоб передати «ПАРАМЕТР» компонувальнику.\n"
17598 "\n"
17600 #: gcc.cc:10502
17601 #, c-format
17602 msgid ""
17603 "Assembler options\n"
17604 "=================\n"
17605 "\n"
17606 msgstr ""
17607 "Параметри асемблера\n"
17608 "===================\n"
17609 "\n"
17611 #: gcc.cc:10503
17612 #, c-format
17613 msgid ""
17614 "Use \"-Wa,OPTION\" to pass \"OPTION\" to the assembler.\n"
17615 "\n"
17616 msgstr ""
17617 "Скористайтеся параметром «-Wa,ПАРАМЕТР», щоб передати «ПАРАМЕТР» асемблеру.\n"
17618 "\n"
17620 #: gcov-tool.cc:157 gcov-tool.cc:300
17621 #, c-format
17622 msgid "no profile files were merged\n"
17623 msgstr ""
17625 #: gcov-tool.cc:169
17626 #, c-format
17627 msgid "  merge [options] <dir1> <dir2>         Merge coverage file contents\n"
17628 msgstr "  merge [параметри] <кат1> <кат2>       об'єднати вміст файлів покриття\n"
17630 #: gcov-tool.cc:170 gcov-tool.cc:337
17631 #, c-format
17632 msgid "    -o, --output <dir>                  Output directory\n"
17633 msgstr "    -o, --output <кат>                  Каталог виведення даних\n"
17635 #: gcov-tool.cc:171 gcov-tool.cc:242 gcov-tool.cc:339 gcov-tool.cc:491
17636 #, c-format
17637 msgid "    -v, --verbose                       Verbose mode\n"
17638 msgstr "    -v, --verbose                       докладний режим\n"
17640 #: gcov-tool.cc:172 gcov-tool.cc:243
17641 #, c-format
17642 msgid "    -w, --weight <w1,w2>                Set weights (float point values)\n"
17643 msgstr "    -w, --weight <w1,w2>                встановити ваги (значення із рухомою крапкою)\n"
17645 #: gcov-tool.cc:188
17646 #, c-format
17647 msgid "Merge subcomand usage:"
17648 msgstr "Користування підкомандою merge:"
17650 #: gcov-tool.cc:240
17651 #, fuzzy, c-format
17652 #| msgid ""
17653 #| "  -l, --long-file-names           Use long output file names for included\n"
17654 #| "                                    source files\n"
17655 msgid ""
17656 "  merge-stream [options] [<file>]       Merge coverage stream file (or stdin)\n"
17657 "                                        and coverage file contents\n"
17658 msgstr ""
17659 "  -l, --long-file-names           використовувати довгі назви файлів виведення для\n"
17660 "                                    включених файлів початкового коду\n"
17662 #: gcov-tool.cc:258
17663 #, fuzzy, c-format
17664 #| msgid "Merge subcomand usage:"
17665 msgid "Merge-stream subcomand usage:"
17666 msgstr "Користування підкомандою merge:"
17668 #: gcov-tool.cc:335
17669 #, c-format
17670 msgid "  rewrite [options] <dir>               Rewrite coverage file contents\n"
17671 msgstr "  rewrite [параметри] <кат>             переписати вміст файла покриття\n"
17673 #: gcov-tool.cc:336
17674 #, c-format
17675 msgid "    -n, --normalize <int64_t>           Normalize the profile\n"
17676 msgstr "    -n, --normalize <int64_t>           Нормалізувати профіль\n"
17678 #: gcov-tool.cc:338
17679 #, c-format
17680 msgid "    -s, --scale <float or simple-frac>  Scale the profile counters\n"
17681 msgstr "    -s, --scale <float або simple-frac> масштабувати лічильники профілювання\n"
17683 #: gcov-tool.cc:356
17684 #, c-format
17685 msgid "Rewrite subcommand usage:"
17686 msgstr "Користування підкомандою rewrite:"
17688 #: gcov-tool.cc:395
17689 #, c-format
17690 msgid "scaling cannot co-exist with normalization, skipping\n"
17691 msgstr "масштабування не може співіснувати зі нормалізацією, пропускаємо\n"
17693 #: gcov-tool.cc:408 gcov-tool.cc:418
17694 #, c-format
17695 msgid "incorrect format in scaling, using 1/1\n"
17696 msgstr "помилковий формат у масштабуванні, використовуємо 1/1\n"
17698 #: gcov-tool.cc:428
17699 #, c-format
17700 msgid "normalization cannot co-exist with scaling\n"
17701 msgstr "нормалізація не може співіснувати із масштабуванням\n"
17703 #: gcov-tool.cc:485
17704 #, c-format
17705 msgid "  overlap [options] <dir1> <dir2>       Compute the overlap of two profiles\n"
17706 msgstr "  overlap [параметри] <каталог1> <каталог2> визначити перекриття двох провілів\n"
17708 #: gcov-tool.cc:486
17709 #, c-format
17710 msgid "    -f, --function                      Print function level info\n"
17711 msgstr "    -f, --function                      Вивести дані щодо рівня функції\n"
17713 #: gcov-tool.cc:487
17714 #, c-format
17715 msgid "    -F, --fullname                      Print full filename\n"
17716 msgstr "    -F, --fullname                      Вивести назву файла повністю\n"
17718 #: gcov-tool.cc:488
17719 #, c-format
17720 msgid "    -h, --hotonly                       Only print info for hot objects/functions\n"
17721 msgstr "    -h, --hotonly                       виводити дані лише для «гарячих» об'єктів або функцій\n"
17723 #: gcov-tool.cc:489
17724 #, c-format
17725 msgid "    -o, --object                        Print object level info\n"
17726 msgstr "    -o, --object                        Вивести дані щодо рівня об'єкта\n"
17728 #: gcov-tool.cc:490
17729 #, c-format
17730 msgid "    -t <float>, --hot_threshold <float> Set the threshold for hotness\n"
17731 msgstr "    -t <float>, --hot_threshold <float> встановити порогове значення «гарячості»\n"
17733 #: gcov-tool.cc:510
17734 #, c-format
17735 msgid "Overlap subcomand usage:"
17736 msgstr "Користування підкомандою overlap:"
17738 #: gcov-tool.cc:576
17739 #, c-format
17740 msgid ""
17741 "Usage: %s [OPTION]... SUB_COMMAND [OPTION]...\n"
17742 "\n"
17743 msgstr ""
17744 "Користування: %s [ПАРАМЕТР]... ПІДКОМАНДА [ПАРАМЕТР]...\n"
17745 "\n"
17747 #: gcov-tool.cc:577
17748 #, c-format
17749 msgid ""
17750 "Offline tool to handle gcda counts\n"
17751 "\n"
17752 msgstr ""
17753 "Автономний інструмент для обробки лічильників gcda\n"
17754 "\n"
17756 #: gcov-tool.cc:578
17757 #, c-format
17758 msgid "  -h, --help                            Print this help, then exit\n"
17759 msgstr "  -h, --help                            Вивести ці довідкові дані, далі вийти\n"
17761 #: gcov-tool.cc:579
17762 #, c-format
17763 msgid "  -v, --version                         Print version number, then exit\n"
17764 msgstr "  -v, --version                         Вивести дані щодо версії, далі вийти\n"
17766 #: gcov-tool.cc:584 gcov.cc:956
17767 #, c-format
17768 msgid ""
17769 "\n"
17770 "For bug reporting instructions, please see:\n"
17771 "%s.\n"
17772 msgstr ""
17773 "\n"
17774 "Настанови щодо звітування про вади наведено тут:\n"
17775 "%s.\n"
17777 #: gcov-tool.cc:595
17778 #, fuzzy, c-format
17779 #| msgid "Copyright %s 2022 Free Software Foundation, Inc.\n"
17780 msgid "Copyright %s 2023 Free Software Foundation, Inc.\n"
17781 msgstr "© %s Free Software Foundation, Inc., 2022\n"
17783 #: gcov.cc:925
17784 #, c-format
17785 msgid ""
17786 "Usage: gcov [OPTION...] SOURCE|OBJ...\n"
17787 "\n"
17788 msgstr ""
17789 "Користування: gcov [ПАРАМЕТР...] ПОЧАТКОВИЙ_КОД|OBJ...\n"
17790 "\n"
17792 #: gcov.cc:926
17793 #, c-format
17794 msgid ""
17795 "Print code coverage information.\n"
17796 "\n"
17797 msgstr ""
17798 "Виводить дані щодо покриття коду.\n"
17799 "\n"
17801 #: gcov.cc:927
17802 #, c-format
17803 msgid "  -a, --all-blocks                Show information for every basic block\n"
17804 msgstr "  -a, --all-blocks                Вивести дані щодо кожного базового блоку\n"
17806 #: gcov.cc:928
17807 #, c-format
17808 msgid "  -b, --branch-probabilities      Include branch probabilities in output\n"
17809 msgstr "  -b, --branch-probabilities      Включити ймовірності розгалужень до виведених даних\n"
17811 #: gcov.cc:929
17812 #, c-format
17813 msgid ""
17814 "  -c, --branch-counts             Output counts of branches taken\n"
17815 "                                    rather than percentages\n"
17816 msgstr ""
17817 "  -c, --branch-counts             Виводити кількість гілок,\n"
17818 "                                    а не частку\n"
17820 #: gcov.cc:931
17821 #, c-format
17822 msgid "  -d, --display-progress          Display progress information\n"
17823 msgstr "  -d, --display-progress          Виводити дані щодо поступу\n"
17825 #: gcov.cc:932
17826 #, c-format
17827 msgid "  -D, --debug\t\t\t    Display debugging dumps\n"
17828 msgstr "  -D, --debug\t\t\t    Виводити діагностичні дані\n"
17830 #: gcov.cc:933
17831 #, c-format
17832 msgid "  -f, --function-summaries        Output summaries for each function\n"
17833 msgstr "  -f, --function-summaries        Виводити резюме щодо кожної функції\n"
17835 #: gcov.cc:934
17836 #, c-format
17837 msgid "  -h, --help                      Print this help, then exit\n"
17838 msgstr "  -h, --help                      Вивести ці довідкові дані, потім вийти\n"
17840 #: gcov.cc:935
17841 #, c-format
17842 msgid ""
17843 "  -j, --json-format               Output JSON intermediate format\n"
17844 "                                    into .gcov.json.gz file\n"
17845 msgstr "  -j, --json-format               вивести дані у проміжному форматі JSON до файла .gcov.json.gz\n"
17847 #: gcov.cc:937
17848 #, c-format
17849 msgid "  -H, --human-readable            Output human readable numbers\n"
17850 msgstr "  -H, --human-readable            Виводити зручні для читання числа\n"
17852 #: gcov.cc:938
17853 #, c-format
17854 msgid "  -k, --use-colors                Emit colored output\n"
17855 msgstr "  -k, --use-colors                Розфарбувати виведені дані\n"
17857 #: gcov.cc:939
17858 #, c-format
17859 msgid ""
17860 "  -l, --long-file-names           Use long output file names for included\n"
17861 "                                    source files\n"
17862 msgstr ""
17863 "  -l, --long-file-names           використовувати довгі назви файлів виведення для\n"
17864 "                                    включених файлів початкового коду\n"
17866 #: gcov.cc:941
17867 #, c-format
17868 msgid "  -m, --demangled-names           Output demangled function names\n"
17869 msgstr "  -m, --demangled-names           виводити розшифровані назви функцій\n"
17871 #: gcov.cc:942
17872 #, c-format
17873 msgid "  -n, --no-output                 Do not create an output file\n"
17874 msgstr "  -n, --no-output                 не створювати файла виведених даних\n"
17876 #: gcov.cc:943
17877 #, c-format
17878 msgid "  -o, --object-directory DIR|FILE Search for object files in DIR or called FILE\n"
17879 msgstr "  -o, --object-directory КАТ|ФАЙЛ Шукати об'єктні файли у каталозі КАТ або із назвою ФАЙЛ\n"
17881 #: gcov.cc:944
17882 #, c-format
17883 msgid "  -p, --preserve-paths            Preserve all pathname components\n"
17884 msgstr "  -p, --preserve-paths            зберігати компоненти шляхів\n"
17886 #: gcov.cc:945
17887 #, c-format
17888 msgid "  -q, --use-hotness-colors        Emit perf-like colored output for hot lines\n"
17889 msgstr "  -q, --use-hotness-colors        виводити результати із розфарбовуванням подібним до perf для «гарячих» рядків\n"
17891 #: gcov.cc:946
17892 #, c-format
17893 msgid "  -r, --relative-only             Only show data for relative sources\n"
17894 msgstr "  -r, --relative-only             вивести дані лише для відносних джерел\n"
17896 #: gcov.cc:947
17897 #, c-format
17898 msgid "  -s, --source-prefix DIR         Source prefix to elide\n"
17899 msgstr "  -s, --source-prefix КАТ         префікс коду для пропускання\n"
17901 #: gcov.cc:948
17902 #, c-format
17903 msgid "  -t, --stdout                    Output to stdout instead of a file\n"
17904 msgstr "  -t, --stdout                    вивести дані до стандартного виведення, а не до файла\n"
17906 #: gcov.cc:949
17907 #, c-format
17908 msgid "  -u, --unconditional-branches    Show unconditional branch counts too\n"
17909 msgstr "  -u, --unconditional-branches    показувати і кількість безумовних гілок\n"
17911 #: gcov.cc:950
17912 #, c-format
17913 msgid "  -v, --version                   Print version number, then exit\n"
17914 msgstr "  -v, --version                   Вивести дані щодо версії, далі вийти\n"
17916 #: gcov.cc:951
17917 #, c-format
17918 msgid "  -w, --verbose                   Print verbose informations\n"
17919 msgstr "    -w, --verbose                 Режим докладних повідомлень\n"
17921 #: gcov.cc:952
17922 #, c-format
17923 msgid "  -x, --hash-filenames            Hash long pathnames\n"
17924 msgstr "  -x, --hash-filenames            хешувати довгі шляхи\n"
17926 #: gcov.cc:953
17927 #, c-format
17928 msgid ""
17929 "\n"
17930 "Obsolete options:\n"
17931 msgstr ""
17932 "\n"
17933 "Застарілі параметри:\n"
17935 #: gcov.cc:954
17936 #, c-format
17937 msgid "  -i, --json-format               Replaced with -j, --json-format\n"
17938 msgstr "  -i, --json-format               Замінено на -j, --json-format\n"
17940 #: gcov.cc:955
17941 #, c-format
17942 msgid "  -j, --human-readable            Replaced with -H, --human-readable\n"
17943 msgstr "  -j, --human-readable            Замінено на -H, --human-readable\n"
17945 #: gcov.cc:966
17946 #, c-format
17947 msgid "gcov %s%s\n"
17948 msgstr "gcov %s%s\n"
17950 #: gcov.cc:1354
17951 #, c-format
17952 msgid "'%s' file is already processed\n"
17953 msgstr "Файл «%s» вже оброблено\n"
17955 #: gcov.cc:1470 gcov.cc:1599
17956 #, c-format
17957 msgid "Creating '%s'\n"
17958 msgstr "Створюємо «%s»\n"
17960 #: gcov.cc:1474
17961 #, c-format
17962 msgid "Error writing output file '%s'\n"
17963 msgstr "Помилка під час спроби записати файл «%s»\n"
17965 #: gcov.cc:1482
17966 #, c-format
17967 msgid "Could not open output file '%s'\n"
17968 msgstr "Не вдалося відкрити файл результатів «%s»\n"
17970 #: gcov.cc:1489
17971 #, c-format
17972 msgid "Removing '%s'\n"
17973 msgstr "Вилучаємо «%s»\n"
17975 #: gcov.cc:1604
17976 #, c-format
17977 msgid "Cannot open JSON output file %s\n"
17978 msgstr "Не вдалося відкрити файл зі виведеними даними JSON %s\n"
17980 #: gcov.cc:1613
17981 #, c-format
17982 msgid "Error writing JSON output file %s\n"
17983 msgstr "Помилка під час спроби записати файл із виведеними даними JSON %s\n"
17985 #: gcov.cc:1778
17986 #, c-format
17987 msgid "%s:source file is newer than notes file '%s'\n"
17988 msgstr "%s:файл початкового коду є новішим за файл нотаток «%s»\n"
17990 #: gcov.cc:1783
17991 #, c-format
17992 msgid "(the message is displayed only once per source file)\n"
17993 msgstr "(повідомлення буде показано лише один раз на один файл з кодом)\n"
17995 #: gcov.cc:1803
17996 #, c-format
17997 msgid "%s:cannot open notes file\n"
17998 msgstr "%s:не вдалося відкрити файл нотаток\n"
18000 #: gcov.cc:1810
18001 #, c-format
18002 msgid "%s:not a gcov notes file\n"
18003 msgstr "%s:не є файлом нотаток gcov\n"
18005 #: gcov.cc:1824
18006 #, c-format
18007 msgid "%s:version '%.4s', prefer '%.4s'\n"
18008 msgstr ""
18010 #: gcov.cc:1877
18011 #, c-format
18012 msgid "%s:already seen blocks for '%s'\n"
18013 msgstr ""
18015 #: gcov.cc:1993 gcov.cc:2107
18016 #, c-format
18017 msgid "%s:corrupted\n"
18018 msgstr ""
18020 #: gcov.cc:2001
18021 #, c-format
18022 msgid "%s:no functions found\n"
18023 msgstr ""
18025 #: gcov.cc:2019
18026 #, c-format
18027 msgid "%s:cannot open data file, assuming not executed\n"
18028 msgstr ""
18030 #: gcov.cc:2026
18031 #, c-format
18032 msgid "%s:not a gcov data file\n"
18033 msgstr ""
18035 #: gcov.cc:2040
18036 #, c-format
18037 msgid "%s:version '%.4s', prefer version '%.4s'\n"
18038 msgstr ""
18040 #: gcov.cc:2047
18041 #, c-format
18042 msgid "%s:stamp mismatch with notes file\n"
18043 msgstr ""
18045 #: gcov.cc:2084
18046 #, c-format
18047 msgid "%s:profile mismatch for '%s'\n"
18048 msgstr "%s:невідповідність профілів для «%s»\n"
18050 #: gcov.cc:2106
18051 #, c-format
18052 msgid "%s:overflowed\n"
18053 msgstr "%s:переповнено\n"
18055 #: gcov.cc:2154
18056 #, c-format
18057 msgid "%s:'%s' lacks entry and/or exit blocks\n"
18058 msgstr ""
18060 #: gcov.cc:2159
18061 #, c-format
18062 msgid "%s:'%s' has arcs to entry block\n"
18063 msgstr ""
18065 #: gcov.cc:2167
18066 #, c-format
18067 msgid "%s:'%s' has arcs from exit block\n"
18068 msgstr ""
18070 #: gcov.cc:2376
18071 #, c-format
18072 msgid "%s:graph is unsolvable for '%s'\n"
18073 msgstr ""
18075 #: gcov.cc:2492
18076 #, c-format
18077 msgid "Lines executed:%s of %d\n"
18078 msgstr "Виконаних рядків:%s з %d\n"
18080 #: gcov.cc:2495
18081 #, c-format
18082 msgid "No executable lines\n"
18083 msgstr "Немає виконуваних рядків\n"
18085 #: gcov.cc:2503 gcov.cc:2512
18086 #, c-format
18087 msgid "%s '%s'\n"
18088 msgstr "%s «%s»\n"
18090 #: gcov.cc:2519
18091 #, c-format
18092 msgid "Branches executed:%s of %d\n"
18093 msgstr ""
18095 #: gcov.cc:2523
18096 #, c-format
18097 msgid "Taken at least once:%s of %d\n"
18098 msgstr ""
18100 #: gcov.cc:2529
18101 #, c-format
18102 msgid "No branches\n"
18103 msgstr "Немає відгалужень\n"
18105 #: gcov.cc:2531
18106 #, c-format
18107 msgid "Calls executed:%s of %d\n"
18108 msgstr "Виконано викликів:%s з %d\n"
18110 #: gcov.cc:2535
18111 #, c-format
18112 msgid "No calls\n"
18113 msgstr "Немає викликів\n"
18115 #: gcov.cc:2755
18116 #, c-format
18117 msgid "%s:no lines for '%s'\n"
18118 msgstr "%s: немає рядків з «%s»\n"
18120 #: gcov.cc:2881
18121 #, c-format
18122 msgid "call   %2d returned %s\n"
18123 msgstr ""
18125 #: gcov.cc:2886
18126 #, c-format
18127 msgid "call   %2d never executed\n"
18128 msgstr "виклик %2d ніколи не виконувався\n"
18130 #: gcov.cc:2891
18131 #, c-format
18132 msgid "branch %2d taken %s%s"
18133 msgstr ""
18135 #: gcov.cc:2896
18136 #, fuzzy, c-format
18137 #| msgid "branch %2d never executed"
18138 msgid "branch %2d never executed%s"
18139 msgstr "гілка %2d ніколи не виконувалася"
18141 #: gcov.cc:2901
18142 #, c-format
18143 msgid " (BB %d)"
18144 msgstr " (BB %d)"
18146 #: gcov.cc:2908
18147 #, c-format
18148 msgid "unconditional %2d taken %s\n"
18149 msgstr ""
18151 #: gcov.cc:2911
18152 #, c-format
18153 msgid "unconditional %2d never executed\n"
18154 msgstr ""
18156 #: gcov.cc:3163
18157 #, c-format
18158 msgid "Cannot open source file %s\n"
18159 msgstr "Не вдалося відкрити файл початкового коду %s\n"
18161 #: gcse.cc:2578
18162 msgid "PRE disabled"
18163 msgstr ""
18165 #: gcse.cc:3505
18166 msgid "GCSE disabled"
18167 msgstr ""
18169 #: incpath.cc:77
18170 #, c-format
18171 msgid "ignoring duplicate directory \"%s\"\n"
18172 msgstr ""
18174 #: incpath.cc:80
18175 #, c-format
18176 msgid "  as it is a non-system directory that duplicates a system directory\n"
18177 msgstr ""
18179 #: incpath.cc:84
18180 #, c-format
18181 msgid "ignoring nonexistent directory \"%s\"\n"
18182 msgstr ""
18184 #: incpath.cc:391
18185 #, c-format
18186 msgid "#include \"...\" search starts here:\n"
18187 msgstr ""
18189 #: incpath.cc:395
18190 #, c-format
18191 msgid "#include <...> search starts here:\n"
18192 msgstr ""
18194 #: incpath.cc:400
18195 #, c-format
18196 msgid "End of search list.\n"
18197 msgstr ""
18199 #: input.cc:35
18200 msgid "<built-in>"
18201 msgstr "<вбудоване>"
18203 #. Opening quotation mark.
18204 #: intl.cc:62
18205 msgid "`"
18206 msgstr ""
18208 #. Closing quotation mark.
18209 #: intl.cc:65
18210 msgid "'"
18211 msgstr ""
18213 #: langhooks.cc:384
18214 msgid "At top level:"
18215 msgstr "На верхньому рівні:"
18217 #: langhooks.cc:400
18218 #, c-format
18219 msgid "In member function %qs"
18220 msgstr "У функції-члені %qs"
18222 #: langhooks.cc:404
18223 #, c-format
18224 msgid "In function %qs"
18225 msgstr "У функції %qs"
18227 #: langhooks.cc:449
18228 msgid "    inlined from %qs at %r%s:%d:%d%R"
18229 msgstr ""
18231 #: langhooks.cc:454
18232 msgid "    inlined from %qs at %r%s:%d%R"
18233 msgstr ""
18235 #: langhooks.cc:460
18236 #, c-format
18237 msgid "    inlined from %qs"
18238 msgstr ""
18240 #: lra-assigns.cc:1871 reload1.cc:2073
18241 msgid "this is the insn:"
18242 msgstr "це інструкція:"
18244 #: lra-constraints.cc:3142
18245 msgid "unable to generate reloads for impossible constraints:"
18246 msgstr ""
18248 #: lra-constraints.cc:4168 reload.cc:3844
18249 msgid "unable to generate reloads for:"
18250 msgstr ""
18252 #. What to print when a switch has no documentation.
18253 #: opts.cc:321
18254 msgid "This option lacks documentation."
18255 msgstr "Цей перемикач не документовано."
18257 #: opts.cc:322
18258 msgid "Uses of this option are diagnosed."
18259 msgstr ""
18261 #: opts.cc:1647
18262 #, c-format
18263 msgid "Same as %s%s (or, in negated form, %s%s)."
18264 msgstr ""
18266 #: opts.cc:1652
18267 #, c-format
18268 msgid "Same as %s%s."
18269 msgstr ""
18271 #: opts.cc:1657
18272 #, c-format
18273 msgid "Same as %s."
18274 msgstr "Те саме, що і %s"
18276 #: opts.cc:1665
18277 #, c-format
18278 msgid "%s  Same as %s."
18279 msgstr ""
18281 #: opts.cc:1728
18282 msgid "[available in "
18283 msgstr "[доступний у "
18285 #: opts.cc:1760
18286 msgid "[default]"
18287 msgstr "[типовий]"
18289 #: opts.cc:1769
18290 #, c-format
18291 msgid "%llu bytes"
18292 msgstr ""
18294 #: opts.cc:1806
18295 msgid "[enabled]"
18296 msgstr "[увімкнено]"
18298 #: opts.cc:1808
18299 msgid "[disabled]"
18300 msgstr "[вимкнено]"
18302 #: opts.cc:1844
18303 #, c-format
18304 msgid " No options with the desired characteristics were found\n"
18305 msgstr ""
18307 #: opts.cc:1853
18308 #, c-format
18309 msgid " None found.  Use --help=%s to show *all* the options supported by the %s front-end.\n"
18310 msgstr ""
18312 #: opts.cc:1859
18313 #, c-format
18314 msgid " All options with the desired characteristics have already been displayed\n"
18315 msgstr ""
18317 #: opts.cc:1904
18318 #, c-format
18319 msgid ""
18320 "  Known valid arguments for %s option:\n"
18321 "   "
18322 msgstr ""
18323 "  Відомі коректні аргументи для параметра %s:\n"
18324 "   "
18326 #: opts.cc:1954
18327 msgid "The following options are target specific"
18328 msgstr ""
18330 #: opts.cc:1957
18331 msgid "The following options control compiler warning messages"
18332 msgstr ""
18334 #: opts.cc:1960
18335 msgid "The following options control optimizations"
18336 msgstr ""
18338 #: opts.cc:1963 opts.cc:2003
18339 msgid "The following options are language-independent"
18340 msgstr ""
18342 #: opts.cc:1966
18343 msgid "The following options control parameters"
18344 msgstr ""
18346 #: opts.cc:1972
18347 msgid "The following options are specific to just the language "
18348 msgstr ""
18350 #: opts.cc:1974
18351 msgid "The following options are supported by the language "
18352 msgstr ""
18354 #: opts.cc:1985
18355 msgid "The following options are not documented"
18356 msgstr ""
18358 #: opts.cc:1987
18359 msgid "The following options take separate arguments"
18360 msgstr ""
18362 #: opts.cc:1989
18363 msgid "The following options take joined arguments"
18364 msgstr ""
18366 #: opts.cc:2001
18367 msgid "The following options are language-related"
18368 msgstr ""
18370 #: passes.cc:1839
18371 #, c-format
18372 msgid "during %s pass: %s\n"
18373 msgstr ""
18375 #: passes.cc:1844
18376 #, c-format
18377 msgid "dump file: %s\n"
18378 msgstr ""
18380 #: plugin.cc:965
18381 msgid "Event"
18382 msgstr "Подія"
18384 #: plugin.cc:965
18385 msgid "Plugins"
18386 msgstr "Додатки"
18388 #: plugin.cc:997
18389 #, c-format
18390 msgid "*** WARNING *** there are active plugins, do not report this as a bug unless you can reproduce it without enabling any plugins.\n"
18391 msgstr ""
18393 #: postreload-gcse.cc:1355
18394 msgid "using simple load CSE after register allocation"
18395 msgstr ""
18397 #. It's the compiler's fault.
18398 #: reload1.cc:5994
18399 msgid "could not find a spill register"
18400 msgstr ""
18402 #. It's the compiler's fault.
18403 #: reload1.cc:7876
18404 msgid "VOIDmode on an output"
18405 msgstr ""
18407 #: reload1.cc:8609
18408 msgid "failure trying to reload:"
18409 msgstr ""
18411 #: rtl-error.cc:116
18412 msgid "unrecognizable insn:"
18413 msgstr ""
18415 #: rtl-error.cc:118
18416 msgid "insn does not satisfy its constraints:"
18417 msgstr ""
18419 #: targhooks.cc:2268
18420 #, c-format
18421 msgid "created and used with differing settings of '%s'"
18422 msgstr ""
18424 #: targhooks.cc:2283
18425 msgid "created and used with different settings of %<-fpic%>"
18426 msgstr ""
18428 #: targhooks.cc:2285
18429 msgid "created and used with different settings of %<-fpie%>"
18430 msgstr ""
18432 #: toplev.cc:310
18433 #, c-format
18434 msgid "unrecoverable error"
18435 msgstr "критична помилка"
18437 #: toplev.cc:603
18438 #, c-format
18439 msgid ""
18440 "%s%s%s %sversion %s (%s)\n"
18441 "%s\tcompiled by GNU C version %s, "
18442 msgstr ""
18444 #: toplev.cc:605
18445 #, c-format
18446 msgid "%s%s%s %sversion %s (%s) compiled by CC, "
18447 msgstr ""
18449 #: toplev.cc:609
18450 #, c-format
18451 msgid "GMP version %s, MPFR version %s, MPC version %s, isl version %s\n"
18452 msgstr ""
18454 #: toplev.cc:611
18455 #, c-format
18456 msgid "%s%swarning: %s header version %s differs from library version %s.\n"
18457 msgstr ""
18459 #: toplev.cc:613
18460 #, c-format
18461 msgid "%s%sGGC heuristics: --param ggc-min-expand=%d --param ggc-min-heapsize=%d\n"
18462 msgstr ""
18464 #: tree-diagnostic-path.cc:255 tree-diagnostic.cc:294 c/c-decl.cc:6346
18465 #: c/c-typeck.cc:8068 cp/error.cc:1181 c-family/c-pretty-print.cc:426
18466 #, gcc-internal-format
18467 msgid "<anonymous>"
18468 msgstr ""
18470 #: c-family/c-format.cc:432
18471 msgid "format"
18472 msgstr "формат"
18474 #: c-family/c-format.cc:433
18475 msgid "field width specifier"
18476 msgstr ""
18478 #: c-family/c-format.cc:434
18479 msgid "field precision specifier"
18480 msgstr ""
18482 #: c-family/c-format.cc:569 c-family/c-format.cc:593
18483 #: config/i386/msformat-c.cc:45
18484 msgid "' ' flag"
18485 msgstr "прапорець ' '"
18487 #: c-family/c-format.cc:569 c-family/c-format.cc:593
18488 #: config/i386/msformat-c.cc:45
18489 msgid "the ' ' printf flag"
18490 msgstr "прапорець printf ' '"
18492 #: c-family/c-format.cc:570 c-family/c-format.cc:594 c-family/c-format.cc:625
18493 #: c-family/c-format.cc:691 config/i386/msformat-c.cc:46
18494 msgid "'+' flag"
18495 msgstr "прапорець '+'"
18497 #: c-family/c-format.cc:570 c-family/c-format.cc:594 c-family/c-format.cc:625
18498 #: config/i386/msformat-c.cc:46
18499 msgid "the '+' printf flag"
18500 msgstr "прапорець printf «+»"
18502 #: c-family/c-format.cc:571 c-family/c-format.cc:595 c-family/c-format.cc:626
18503 #: c-family/c-format.cc:666 config/i386/msformat-c.cc:47
18504 #: config/i386/msformat-c.cc:82
18505 msgid "'#' flag"
18506 msgstr "прапорець '#'"
18508 #: c-family/c-format.cc:571 c-family/c-format.cc:595 c-family/c-format.cc:626
18509 #: config/i386/msformat-c.cc:47
18510 msgid "the '#' printf flag"
18511 msgstr "прапорець printf '#'"
18513 #: c-family/c-format.cc:572 c-family/c-format.cc:596 c-family/c-format.cc:664
18514 #: config/i386/msformat-c.cc:48
18515 msgid "'0' flag"
18516 msgstr "прапорець '0'"
18518 #: c-family/c-format.cc:572 c-family/c-format.cc:596
18519 #: config/i386/msformat-c.cc:48
18520 msgid "the '0' printf flag"
18521 msgstr "прапорець printf '0'"
18523 #: c-family/c-format.cc:573 c-family/c-format.cc:597 c-family/c-format.cc:663
18524 #: c-family/c-format.cc:694 config/i386/msformat-c.cc:49
18525 msgid "'-' flag"
18526 msgstr "прапорець '-'"
18528 #: c-family/c-format.cc:573 c-family/c-format.cc:597
18529 #: config/i386/msformat-c.cc:49
18530 msgid "the '-' printf flag"
18531 msgstr "прапорець printf «-»"
18533 #: c-family/c-format.cc:574 c-family/c-format.cc:646
18534 #: config/i386/msformat-c.cc:50 config/i386/msformat-c.cc:70
18535 msgid "''' flag"
18536 msgstr "прапорець '''"
18538 #: c-family/c-format.cc:574 config/i386/msformat-c.cc:50
18539 msgid "the ''' printf flag"
18540 msgstr "прапорець printf '''"
18542 #: c-family/c-format.cc:575 c-family/c-format.cc:647
18543 msgid "'I' flag"
18544 msgstr "прапорець 'I'"
18546 #: c-family/c-format.cc:575
18547 msgid "the 'I' printf flag"
18548 msgstr ""
18550 #: c-family/c-format.cc:576 c-family/c-format.cc:598 c-family/c-format.cc:644
18551 #: c-family/c-format.cc:667 c-family/c-format.cc:695 config/sol2-c.cc:43
18552 #: config/i386/msformat-c.cc:51 config/i386/msformat-c.cc:68
18553 msgid "field width"
18554 msgstr ""
18556 #: c-family/c-format.cc:576 c-family/c-format.cc:598 config/sol2-c.cc:43
18557 #: config/i386/msformat-c.cc:51
18558 msgid "field width in printf format"
18559 msgstr ""
18561 #: c-family/c-format.cc:577 c-family/c-format.cc:599 c-family/c-format.cc:628
18562 #: config/i386/msformat-c.cc:52
18563 msgid "precision"
18564 msgstr "точність"
18566 #: c-family/c-format.cc:577 c-family/c-format.cc:599 c-family/c-format.cc:628
18567 #: config/i386/msformat-c.cc:52
18568 msgid "precision in printf format"
18569 msgstr ""
18571 #: c-family/c-format.cc:578 c-family/c-format.cc:600 c-family/c-format.cc:629
18572 #: c-family/c-format.cc:645 c-family/c-format.cc:698 config/sol2-c.cc:44
18573 #: config/i386/msformat-c.cc:53 config/i386/msformat-c.cc:69
18574 msgid "length modifier"
18575 msgstr ""
18577 #: c-family/c-format.cc:578 c-family/c-format.cc:600 c-family/c-format.cc:629
18578 #: config/sol2-c.cc:44 config/i386/msformat-c.cc:53
18579 msgid "length modifier in printf format"
18580 msgstr ""
18582 #: c-family/c-format.cc:627
18583 msgid "'q' flag"
18584 msgstr ""
18586 #: c-family/c-format.cc:627
18587 msgid "the 'q' diagnostic flag"
18588 msgstr ""
18590 #: c-family/c-format.cc:641 config/i386/msformat-c.cc:66
18591 msgid "assignment suppression"
18592 msgstr ""
18594 #: c-family/c-format.cc:641 config/i386/msformat-c.cc:66
18595 msgid "the assignment suppression scanf feature"
18596 msgstr ""
18598 #: c-family/c-format.cc:642 config/i386/msformat-c.cc:67
18599 msgid "'a' flag"
18600 msgstr ""
18602 #: c-family/c-format.cc:642 config/i386/msformat-c.cc:67
18603 msgid "the 'a' scanf flag"
18604 msgstr ""
18606 #: c-family/c-format.cc:643
18607 msgid "'m' flag"
18608 msgstr ""
18610 #: c-family/c-format.cc:643
18611 msgid "the 'm' scanf flag"
18612 msgstr ""
18614 #: c-family/c-format.cc:644 config/i386/msformat-c.cc:68
18615 msgid "field width in scanf format"
18616 msgstr ""
18618 #: c-family/c-format.cc:645 config/i386/msformat-c.cc:69
18619 msgid "length modifier in scanf format"
18620 msgstr ""
18622 #: c-family/c-format.cc:646 config/i386/msformat-c.cc:70
18623 msgid "the ''' scanf flag"
18624 msgstr ""
18626 #: c-family/c-format.cc:647
18627 msgid "the 'I' scanf flag"
18628 msgstr ""
18630 #: c-family/c-format.cc:662
18631 msgid "'_' flag"
18632 msgstr "прапорець '_'"
18634 #: c-family/c-format.cc:662
18635 msgid "the '_' strftime flag"
18636 msgstr ""
18638 #: c-family/c-format.cc:663
18639 msgid "the '-' strftime flag"
18640 msgstr ""
18642 #: c-family/c-format.cc:664
18643 msgid "the '0' strftime flag"
18644 msgstr ""
18646 #: c-family/c-format.cc:665 c-family/c-format.cc:690
18647 msgid "'^' flag"
18648 msgstr "прапорець '^'"
18650 #: c-family/c-format.cc:665
18651 msgid "the '^' strftime flag"
18652 msgstr ""
18654 #: c-family/c-format.cc:666 config/i386/msformat-c.cc:82
18655 msgid "the '#' strftime flag"
18656 msgstr ""
18658 #: c-family/c-format.cc:667
18659 msgid "field width in strftime format"
18660 msgstr ""
18662 #: c-family/c-format.cc:668
18663 msgid "'E' modifier"
18664 msgstr ""
18666 #: c-family/c-format.cc:668
18667 msgid "the 'E' strftime modifier"
18668 msgstr ""
18670 #: c-family/c-format.cc:669
18671 msgid "'O' modifier"
18672 msgstr ""
18674 #: c-family/c-format.cc:669
18675 msgid "the 'O' strftime modifier"
18676 msgstr ""
18678 #: c-family/c-format.cc:670 c-family/c-format.cc:671
18679 msgid "the 'O' modifier"
18680 msgstr ""
18682 #: c-family/c-format.cc:689
18683 msgid "fill character"
18684 msgstr ""
18686 #: c-family/c-format.cc:689
18687 msgid "fill character in strfmon format"
18688 msgstr ""
18690 #: c-family/c-format.cc:690
18691 msgid "the '^' strfmon flag"
18692 msgstr "прапорець strfmon «^»"
18694 #: c-family/c-format.cc:691
18695 msgid "the '+' strfmon flag"
18696 msgstr "прапорець strfmon '+'"
18698 #: c-family/c-format.cc:692
18699 msgid "'(' flag"
18700 msgstr "прапорець '('"
18702 #: c-family/c-format.cc:692
18703 msgid "the '(' strfmon flag"
18704 msgstr "прапорець strfmon '('"
18706 #: c-family/c-format.cc:693
18707 msgid "'!' flag"
18708 msgstr "прапорець '!'"
18710 #: c-family/c-format.cc:693
18711 msgid "the '!' strfmon flag"
18712 msgstr "прапорець strfmon «!»"
18714 #: c-family/c-format.cc:694
18715 msgid "the '-' strfmon flag"
18716 msgstr "прапорець strfmon «-»"
18718 #: c-family/c-format.cc:695
18719 msgid "field width in strfmon format"
18720 msgstr ""
18722 #: c-family/c-format.cc:696
18723 msgid "left precision"
18724 msgstr ""
18726 #: c-family/c-format.cc:696
18727 msgid "left precision in strfmon format"
18728 msgstr ""
18730 #: c-family/c-format.cc:697
18731 msgid "right precision"
18732 msgstr ""
18734 #: c-family/c-format.cc:697
18735 msgid "right precision in strfmon format"
18736 msgstr ""
18738 #: c-family/c-format.cc:698
18739 msgid "length modifier in strfmon format"
18740 msgstr ""
18742 #. Handle deferred options from command-line.
18743 #: c-family/c-opts.cc:1504 fortran/cpp.cc:621
18744 msgid "<command-line>"
18745 msgstr ""
18747 #: config/aarch64/aarch64.cc:11858 config/loongarch/loongarch.cc:4992
18748 #, c-format
18749 msgid "unsupported operand for code '%c'"
18750 msgstr ""
18752 #: config/aarch64/aarch64.cc:11867 config/aarch64/aarch64.cc:11880
18753 #: config/aarch64/aarch64.cc:11892 config/aarch64/aarch64.cc:11903
18754 #: config/aarch64/aarch64.cc:11919 config/aarch64/aarch64.cc:11933
18755 #: config/aarch64/aarch64.cc:11953 config/aarch64/aarch64.cc:12030
18756 #: config/aarch64/aarch64.cc:12041 config/aarch64/aarch64.cc:12055
18757 #: config/aarch64/aarch64.cc:12277 config/aarch64/aarch64.cc:12297
18758 #: config/pru/pru.cc:1760 config/pru/pru.cc:1771 config/pru/pru.cc:1843
18759 #, c-format
18760 msgid "invalid operand for '%%%c'"
18761 msgstr "некоректний операнд для «%%%c»"
18763 #: config/aarch64/aarch64.cc:11971 config/aarch64/aarch64.cc:11982
18764 #: config/aarch64/aarch64.cc:12137 config/aarch64/aarch64.cc:12148
18765 #: config/riscv/riscv.cc:4236 config/riscv/riscv.cc:4242
18766 #: config/riscv/riscv.cc:4248 config/riscv/riscv.cc:4252
18767 #: config/riscv/riscv.cc:4299 config/riscv/riscv.cc:4318
18768 #, c-format
18769 msgid "invalid vector constant"
18770 msgstr "некоректна векторна константа"
18772 #: config/aarch64/aarch64.cc:11994 config/aarch64/aarch64.cc:12006
18773 #, c-format
18774 msgid "incompatible floating point / vector register operand for '%%%c'"
18775 msgstr ""
18777 #: config/aarch64/aarch64.cc:12023
18778 #, c-format
18779 msgid "incompatible register operand for '%%%c'"
18780 msgstr "несумісний операнд регістру для «%%%c»"
18782 #: config/aarch64/aarch64.cc:12089 config/arm/arm.cc:24708
18783 #, c-format
18784 msgid "missing operand"
18785 msgstr "пропущено операнд"
18787 #: config/aarch64/aarch64.cc:12174
18788 #, c-format
18789 msgid "invalid constant"
18790 msgstr "некоректна константа"
18792 #: config/aarch64/aarch64.cc:12177
18793 #, c-format
18794 msgid "invalid operand"
18795 msgstr "некоректний операнд"
18797 #: config/aarch64/aarch64.cc:12305 config/aarch64/aarch64.cc:12310
18798 #, c-format
18799 msgid "invalid operand prefix '%%%c'"
18800 msgstr "некоректний префікс операнда «%%%c»"
18802 #: config/aarch64/aarch64.cc:12330
18803 #, c-format
18804 msgid "invalid address mode"
18805 msgstr "некоректний режим адресування"
18807 #: config/aarch64/aarch64.cc:27088 config/arm/arm.cc:34257
18808 msgid "invalid conversion from type %<bfloat16_t%>"
18809 msgstr "некоректне перетворення з типу %<bfloat16_t%>"
18811 #: config/aarch64/aarch64.cc:27090 config/arm/arm.cc:34259
18812 msgid "invalid conversion to type %<bfloat16_t%>"
18813 msgstr "некоректне перетворення до типу %<bfloat16_t%>"
18815 #: config/aarch64/aarch64.cc:27105 config/aarch64/aarch64.cc:27121
18816 #: config/arm/arm.cc:34274 config/arm/arm.cc:34290
18817 msgid "operation not permitted on type %<bfloat16_t%>"
18818 msgstr ""
18820 #: config/aarch64/aarch64.cc:27129
18821 msgid "cannot combine GNU and SVE vectors in a binary operation"
18822 msgstr ""
18824 #: config/alpha/alpha.cc:5076 config/i386/i386.cc:13572
18825 #: config/rs6000/rs6000.cc:14388 config/sparc/sparc.cc:9370
18826 #, c-format
18827 msgid "'%%&' used without any local dynamic TLS references"
18828 msgstr "'%%&' використано без будь-яких локальних динамічних посилань TLS"
18830 #: config/alpha/alpha.cc:5134 config/bfin/bfin.cc:1428
18831 #, c-format
18832 msgid "invalid %%J value"
18833 msgstr "некоректне значення %%J"
18835 #: config/alpha/alpha.cc:5164 config/ia64/ia64.cc:5578
18836 #: config/or1k/or1k.cc:1249
18837 #, c-format
18838 msgid "invalid %%r value"
18839 msgstr "некоректне значення %%r"
18841 #: config/alpha/alpha.cc:5174 config/ia64/ia64.cc:5532
18842 #: config/rs6000/rs6000.cc:14083 config/xtensa/xtensa.cc:2971
18843 #, c-format
18844 msgid "invalid %%R value"
18845 msgstr "некоректне значення %%R"
18847 #: config/alpha/alpha.cc:5180 config/rs6000/rs6000.cc:14003
18848 #: config/xtensa/xtensa.cc:2944
18849 #, c-format
18850 msgid "invalid %%N value"
18851 msgstr "некоректне значення %%N"
18853 #: config/alpha/alpha.cc:5188 config/rs6000/rs6000.cc:14031
18854 #, c-format
18855 msgid "invalid %%P value"
18856 msgstr "некоректне значення %%P"
18858 #: config/alpha/alpha.cc:5196
18859 #, c-format
18860 msgid "invalid %%h value"
18861 msgstr "некоректне значення %%h"
18863 #: config/alpha/alpha.cc:5204 config/xtensa/xtensa.cc:2964
18864 #, c-format
18865 msgid "invalid %%L value"
18866 msgstr "некоректне значення %%L"
18868 #: config/alpha/alpha.cc:5223
18869 #, c-format
18870 msgid "invalid %%m value"
18871 msgstr "некоректне значення %%m"
18873 #: config/alpha/alpha.cc:5229
18874 #, c-format
18875 msgid "invalid %%M value"
18876 msgstr "некоректне значення %%M"
18878 #: config/alpha/alpha.cc:5266
18879 #, c-format
18880 msgid "invalid %%U value"
18881 msgstr "некоректне значення %%U"
18883 #: config/alpha/alpha.cc:5274 config/rs6000/rs6000.cc:14091
18884 #, c-format
18885 msgid "invalid %%s value"
18886 msgstr "некоректне значення %%s"
18888 #: config/alpha/alpha.cc:5285
18889 #, c-format
18890 msgid "invalid %%C value"
18891 msgstr "некоректне значення %%C"
18893 #: config/alpha/alpha.cc:5322 config/rs6000/rs6000.cc:13867
18894 #, c-format
18895 msgid "invalid %%E value"
18896 msgstr "некоректне значення %%E"
18898 #: config/alpha/alpha.cc:5347 config/alpha/alpha.cc:5397
18899 #, c-format
18900 msgid "unknown relocation unspec"
18901 msgstr ""
18903 #: config/alpha/alpha.cc:5356 config/gcn/gcn.cc:6731 config/gcn/gcn.cc:6740
18904 #: config/gcn/gcn.cc:6800 config/gcn/gcn.cc:6808 config/gcn/gcn.cc:6824
18905 #: config/gcn/gcn.cc:6842 config/gcn/gcn.cc:6893 config/gcn/gcn.cc:7012
18906 #: config/gcn/gcn.cc:7123 config/rs6000/rs6000.cc:14393
18907 #, c-format
18908 msgid "invalid %%xn code"
18909 msgstr ""
18911 #: config/alpha/alpha.cc:5462
18912 #, c-format
18913 msgid "invalid operand address"
18914 msgstr ""
18916 #: config/arc/arc.cc:4545
18917 #, c-format
18918 msgid "invalid operand to %%Z code"
18919 msgstr ""
18921 #: config/arc/arc.cc:4553
18922 #, c-format
18923 msgid "invalid operand to %%z code"
18924 msgstr ""
18926 #: config/arc/arc.cc:4561
18927 #, c-format
18928 msgid "invalid operands to %%c code"
18929 msgstr "некоректні операнди для коду %%c"
18931 #: config/arc/arc.cc:4569
18932 #, c-format
18933 msgid "invalid operand to %%M code"
18934 msgstr ""
18936 #: config/arc/arc.cc:4577 config/m32r/m32r.cc:2090
18937 #, c-format
18938 msgid "invalid operand to %%p code"
18939 msgstr ""
18941 #: config/arc/arc.cc:4588 config/m32r/m32r.cc:2083
18942 #, c-format
18943 msgid "invalid operand to %%s code"
18944 msgstr ""
18946 #: config/arc/arc.cc:4736 config/m32r/m32r.cc:2116
18947 #, c-format
18948 msgid "invalid operand to %%R code"
18949 msgstr ""
18951 #: config/arc/arc.cc:4812 config/m32r/m32r.cc:2139
18952 #, c-format
18953 msgid "invalid operand to %%H/%%L code"
18954 msgstr ""
18956 #: config/arc/arc.cc:4880 config/m32r/m32r.cc:2210
18957 #, c-format
18958 msgid "invalid operand to %%U code"
18959 msgstr ""
18961 #: config/arc/arc.cc:4892
18962 #, c-format
18963 msgid "invalid operand to %%V code"
18964 msgstr ""
18966 #: config/arc/arc.cc:4949
18967 #, c-format
18968 msgid "invalid operand to %%O code"
18969 msgstr ""
18971 #. Unknown flag.
18972 #. Undocumented flag.
18973 #: config/arc/arc.cc:4975 config/epiphany/epiphany.cc:1311
18974 #: config/m32r/m32r.cc:2237 config/nds32/nds32.cc:3520
18975 #: config/sparc/sparc.cc:9649
18976 #, c-format
18977 msgid "invalid operand output code"
18978 msgstr ""
18980 #: config/arc/arc.cc:6515
18981 #, c-format
18982 msgid "invalid UNSPEC as operand: %d"
18983 msgstr ""
18985 #: config/arc/arc.cc:6731
18986 msgid "unrecognized supposed constant"
18987 msgstr ""
18989 #: config/arm/arm.cc:20996 config/arm/arm.cc:21021 config/arm/arm.cc:21031
18990 #: config/arm/arm.cc:21040 config/arm/arm.cc:21049
18991 #, c-format
18992 msgid "invalid shift operand"
18993 msgstr ""
18995 #: config/arm/arm.cc:23958 config/arm/arm.cc:23976
18996 #, c-format
18997 msgid "predicated Thumb instruction"
18998 msgstr ""
19000 #: config/arm/arm.cc:23964
19001 #, c-format
19002 msgid "predicated instruction in conditional sequence"
19003 msgstr ""
19005 #: config/arm/arm.cc:24085 config/arm/arm.cc:24098 config/arm/arm.cc:24123
19006 #: config/nios2/nios2.cc:3084
19007 #, c-format
19008 msgid "Unsupported operand for code '%c'"
19009 msgstr ""
19011 #: config/arm/arm.cc:24200 config/arm/arm.cc:24222 config/arm/arm.cc:24232
19012 #: config/arm/arm.cc:24242 config/arm/arm.cc:24252 config/arm/arm.cc:24291
19013 #: config/arm/arm.cc:24309 config/arm/arm.cc:24327 config/arm/arm.cc:24354
19014 #: config/arm/arm.cc:24369 config/arm/arm.cc:24396 config/arm/arm.cc:24403
19015 #: config/arm/arm.cc:24421 config/arm/arm.cc:24428 config/arm/arm.cc:24436
19016 #: config/arm/arm.cc:24457 config/arm/arm.cc:24464 config/arm/arm.cc:24655
19017 #: config/arm/arm.cc:24662 config/arm/arm.cc:24689 config/arm/arm.cc:24696
19018 #: config/bfin/bfin.cc:1441 config/bfin/bfin.cc:1448 config/bfin/bfin.cc:1455
19019 #: config/bfin/bfin.cc:1462 config/bfin/bfin.cc:1471 config/bfin/bfin.cc:1478
19020 #: config/bfin/bfin.cc:1485 config/bfin/bfin.cc:1492
19021 #: config/nds32/nds32.cc:3546
19022 #, c-format
19023 msgid "invalid operand for code '%c'"
19024 msgstr ""
19026 #: config/arm/arm.cc:24304
19027 #, c-format
19028 msgid "instruction never executed"
19029 msgstr ""
19031 #. Former Maverick support, removed after GCC-4.7.
19032 #: config/arm/arm.cc:24345
19033 #, c-format
19034 msgid "obsolete Maverick format code '%c'"
19035 msgstr ""
19037 #: config/avr/avr.cc:2642
19038 #, c-format
19039 msgid "address operand requires constraint for X, Y, or Z register"
19040 msgstr ""
19042 #: config/avr/avr.cc:2825
19043 msgid "operands to %T/%t must be reg + const_int:"
19044 msgstr ""
19046 #: config/avr/avr.cc:2875 config/avr/avr.cc:2942
19047 msgid "bad address, not an I/O address:"
19048 msgstr ""
19050 #: config/avr/avr.cc:2884
19051 msgid "bad address, not a constant:"
19052 msgstr ""
19054 #: config/avr/avr.cc:2902 config/avr/avr.cc:2909
19055 msgid "bad address, not (reg+disp):"
19056 msgstr ""
19058 #: config/avr/avr.cc:2916
19059 msgid "bad address, not post_inc or pre_dec:"
19060 msgstr ""
19062 #: config/avr/avr.cc:2928
19063 msgid "internal compiler error.  Bad address:"
19064 msgstr ""
19066 #: config/avr/avr.cc:2961
19067 #, c-format
19068 msgid "Unsupported code '%c' for fixed-point:"
19069 msgstr ""
19071 #: config/avr/avr.cc:2969
19072 msgid "internal compiler error.  Unknown mode:"
19073 msgstr ""
19075 #: config/avr/avr.cc:3866 config/avr/avr.cc:4810 config/avr/avr.cc:5257
19076 msgid "invalid insn:"
19077 msgstr ""
19079 #: config/avr/avr.cc:3920 config/avr/avr.cc:4032 config/avr/avr.cc:4090
19080 #: config/avr/avr.cc:4142 config/avr/avr.cc:4161 config/avr/avr.cc:4353
19081 #: config/avr/avr.cc:4661 config/avr/avr.cc:4946 config/avr/avr.cc:5150
19082 #: config/avr/avr.cc:5314 config/avr/avr.cc:5407 config/avr/avr.cc:5606
19083 msgid "incorrect insn:"
19084 msgstr ""
19086 #: config/avr/avr.cc:4177 config/avr/avr.cc:4452 config/avr/avr.cc:4732
19087 #: config/avr/avr.cc:5018 config/avr/avr.cc:5196 config/avr/avr.cc:5463
19088 #: config/avr/avr.cc:5664
19089 msgid "unknown move insn:"
19090 msgstr ""
19092 #: config/avr/avr.cc:6131
19093 msgid "bad shift insn:"
19094 msgstr ""
19096 #: config/avr/avr.cc:6239 config/avr/avr.cc:6722 config/avr/avr.cc:7139
19097 msgid "internal compiler error.  Incorrect shift:"
19098 msgstr ""
19100 #: config/avr/avr.cc:8547
19101 msgid "unsupported fixed-point conversion"
19102 msgstr ""
19104 #: config/avr/avr.cc:9916
19105 msgid "variable"
19106 msgstr "змінна"
19108 #: config/avr/avr.cc:9921
19109 msgid "function parameter"
19110 msgstr "параметр функції"
19112 #: config/avr/avr.cc:9926
19113 msgid "structure field"
19114 msgstr "поле структури"
19116 #: config/avr/avr.cc:9932
19117 msgid "return type of function"
19118 msgstr "тип значення, яке повертає функція"
19120 #: config/avr/avr.cc:9937
19121 msgid "pointer"
19122 msgstr "вказівник"
19124 #: config/avr/driver-avr.cc:50
19125 #, c-format
19126 msgid ""
19127 "Running spec function '%s' with %d args\n"
19128 "\n"
19129 msgstr ""
19131 #: config/bfin/bfin.cc:1390
19132 #, c-format
19133 msgid "invalid %%j value"
19134 msgstr "некоректне значення %%j"
19136 #: config/bfin/bfin.cc:1583 config/c6x/c6x.cc:2279
19137 #, c-format
19138 msgid "invalid const_double operand"
19139 msgstr ""
19141 #: config/bpf/bpf.cc:953
19142 msgid "invalid address in operand"
19143 msgstr "некоректна адреса в операнді"
19145 #. Fallthrough.
19146 #: config/bpf/bpf.cc:960
19147 msgid "unsupported operand"
19148 msgstr "непідтримуваний операнд"
19150 #. Format punctuators via %s to avoid -Wformat-diag.
19151 #: config/cris/cris.cc:775 config/ft32/ft32.cc:110 config/moxie/moxie.cc:108
19152 #: final.cc:3188 final.cc:3190 fold-const.cc:277 gcc.cc:6114 gcc.cc:6128
19153 #: rtl-error.cc:101 toplev.cc:314 cp/logic.cc:312 cp/logic.cc:314
19154 #: cp/typeck.cc:7627 d/d-convert.cc:237 go/go-gcc-diagnostics.cc:28
19155 #: go/go-gcc-diagnostics.cc:37 go/go-gcc-diagnostics.cc:45
19156 #: go/go-gcc-diagnostics.cc:53 lto/lto-object.cc:180 lto/lto-object.cc:277
19157 #: lto/lto-object.cc:334 lto/lto-object.cc:358 m2/gm2-gcc/m2linemap.cc:180
19158 #: m2/gm2-gcc/m2linemap.cc:251 rust/rust-gcc-diagnostics.cc:31
19159 #: rust/rust-gcc-diagnostics.cc:40 rust/rust-gcc-diagnostics.cc:48
19160 #: rust/rust-gcc-diagnostics.cc:55 rust/rust-gcc-diagnostics.cc:62
19161 #: rust/rust-gcc-diagnostics.cc:70
19162 #, gcc-internal-format, gfc-internal-format
19163 msgid "%s"
19164 msgstr "%s"
19166 #: config/cris/cris.cc:826
19167 msgid "unexpected index-type in cris_print_index"
19168 msgstr ""
19170 #: config/cris/cris.cc:840
19171 msgid "unexpected base-type in cris_print_base"
19172 msgstr ""
19174 #: config/cris/cris.cc:895
19175 msgid "invalid operand for 'b' modifier"
19176 msgstr ""
19178 #: config/cris/cris.cc:912
19179 msgid "invalid operand for 'o' modifier"
19180 msgstr ""
19182 #: config/cris/cris.cc:931
19183 msgid "invalid operand for 'O' modifier"
19184 msgstr ""
19186 #: config/cris/cris.cc:964
19187 msgid "invalid operand for 'p' modifier"
19188 msgstr ""
19190 #: config/cris/cris.cc:1003
19191 msgid "invalid operand for 'z' modifier"
19192 msgstr ""
19194 #: config/cris/cris.cc:1050 config/cris/cris.cc:1084
19195 msgid "invalid operand for 'H' modifier"
19196 msgstr ""
19198 #: config/cris/cris.cc:1060
19199 msgid "bad register"
19200 msgstr "помилковий регістр"
19202 #: config/cris/cris.cc:1104
19203 msgid "invalid operand for 'e' modifier"
19204 msgstr ""
19206 #: config/cris/cris.cc:1121
19207 msgid "invalid operand for 'm' modifier"
19208 msgstr ""
19210 #: config/cris/cris.cc:1146
19211 msgid "invalid operand for 'A' modifier"
19212 msgstr ""
19214 #: config/cris/cris.cc:1201
19215 msgid "invalid operand for 'D' modifier"
19216 msgstr ""
19218 #: config/cris/cris.cc:1218 config/cris/cris.cc:1223
19219 msgid "invalid operand for 'T' modifier"
19220 msgstr ""
19222 #: config/cris/cris.cc:1234 config/ft32/ft32.cc:236 config/moxie/moxie.cc:178
19223 msgid "invalid operand modifier letter"
19224 msgstr ""
19226 #: config/cris/cris.cc:1286
19227 msgid "unexpected multiplicative operand"
19228 msgstr ""
19230 #: config/cris/cris.cc:1306 config/ft32/ft32.cc:259 config/moxie/moxie.cc:203
19231 msgid "unexpected operand"
19232 msgstr ""
19234 #: config/cris/cris.cc:1345 config/cris/cris.cc:1355
19235 msgid "unrecognized address"
19236 msgstr ""
19238 #: config/cris/cris.cc:2535 config/cris/cris.cc:2588
19239 msgid "unexpected side-effects in address"
19240 msgstr ""
19242 #: config/fr30/fr30.cc:513
19243 #, c-format
19244 msgid "fr30_print_operand_address: unhandled address"
19245 msgstr ""
19247 #: config/fr30/fr30.cc:537
19248 #, c-format
19249 msgid "fr30_print_operand: unrecognized %%p code"
19250 msgstr ""
19252 #: config/fr30/fr30.cc:557
19253 #, c-format
19254 msgid "fr30_print_operand: unrecognized %%b code"
19255 msgstr ""
19257 #: config/fr30/fr30.cc:578
19258 #, c-format
19259 msgid "fr30_print_operand: unrecognized %%B code"
19260 msgstr ""
19262 #: config/fr30/fr30.cc:586
19263 #, c-format
19264 msgid "fr30_print_operand: invalid operand to %%A code"
19265 msgstr ""
19267 #: config/fr30/fr30.cc:603
19268 #, c-format
19269 msgid "fr30_print_operand: invalid %%x code"
19270 msgstr ""
19272 #: config/fr30/fr30.cc:610
19273 #, c-format
19274 msgid "fr30_print_operand: invalid %%F code"
19275 msgstr ""
19277 #: config/fr30/fr30.cc:627
19278 #, c-format
19279 msgid "fr30_print_operand: unknown code"
19280 msgstr ""
19282 #: config/fr30/fr30.cc:655 config/fr30/fr30.cc:664 config/fr30/fr30.cc:675
19283 #: config/fr30/fr30.cc:688
19284 #, c-format
19285 msgid "fr30_print_operand: unhandled MEM"
19286 msgstr ""
19288 #: config/frv/frv.cc:2491
19289 msgid "bad insn to frv_print_operand_address:"
19290 msgstr ""
19292 #: config/frv/frv.cc:2502
19293 msgid "bad register to frv_print_operand_memory_reference_reg:"
19294 msgstr ""
19296 #: config/frv/frv.cc:2541 config/frv/frv.cc:2551 config/frv/frv.cc:2560
19297 #: config/frv/frv.cc:2581 config/frv/frv.cc:2586
19298 msgid "bad insn to frv_print_operand_memory_reference:"
19299 msgstr ""
19301 #: config/frv/frv.cc:2671
19302 #, c-format
19303 msgid "bad condition code"
19304 msgstr ""
19306 #: config/frv/frv.cc:2745
19307 msgid "bad insn in frv_print_operand, bad const_double"
19308 msgstr ""
19310 #: config/frv/frv.cc:2806
19311 msgid "bad insn to frv_print_operand, 'e' modifier:"
19312 msgstr ""
19314 #: config/frv/frv.cc:2814
19315 msgid "bad insn to frv_print_operand, 'F' modifier:"
19316 msgstr ""
19318 #: config/frv/frv.cc:2830
19319 msgid "bad insn to frv_print_operand, 'f' modifier:"
19320 msgstr ""
19322 #: config/frv/frv.cc:2844
19323 msgid "bad insn to frv_print_operand, 'g' modifier:"
19324 msgstr ""
19326 #: config/frv/frv.cc:2892
19327 msgid "bad insn to frv_print_operand, 'L' modifier:"
19328 msgstr ""
19330 #: config/frv/frv.cc:2905
19331 msgid "bad insn to frv_print_operand, 'M/N' modifier:"
19332 msgstr ""
19334 #: config/frv/frv.cc:2926
19335 msgid "bad insn to frv_print_operand, 'O' modifier:"
19336 msgstr ""
19338 #: config/frv/frv.cc:2944
19339 msgid "bad insn to frv_print_operand, P modifier:"
19340 msgstr ""
19342 #: config/frv/frv.cc:2964
19343 msgid "bad insn in frv_print_operand, z case"
19344 msgstr ""
19346 #: config/frv/frv.cc:2995
19347 msgid "bad insn in frv_print_operand, 0 case"
19348 msgstr ""
19350 #: config/frv/frv.cc:3000
19351 msgid "frv_print_operand: unknown code"
19352 msgstr ""
19354 #: config/frv/frv.cc:4374
19355 msgid "bad output_move_single operand"
19356 msgstr ""
19358 #: config/frv/frv.cc:4501
19359 msgid "bad output_move_double operand"
19360 msgstr "помилковий операнд output_move_double"
19362 #: config/frv/frv.cc:4643
19363 msgid "bad output_condmove_single operand"
19364 msgstr "помилковий операнд output_condmove_single"
19366 #: config/gcn/gcn.cc:6417 config/gcn/gcn.cc:6437 config/gcn/gcn.cc:6441
19367 #: config/gcn/gcn.cc:6773 config/gcn/gcn.cc:6784 config/gcn/gcn.cc:6787
19368 #, c-format
19369 msgid "bad ADDR_SPACE_GLOBAL address"
19370 msgstr "помилкова адреса ADDR_SPACE_GLOBAL"
19372 #: config/gcn/gcn.cc:6553 config/gcn/gcn.cc:6576 config/gcn/gcn.cc:6608
19373 #: config/gcn/gcn.cc:6624 config/gcn/gcn.cc:6639 config/gcn/gcn.cc:6658
19374 #: config/gcn/gcn.cc:6722 config/gcn/gcn.cc:6918 config/gcn/gcn.cc:7033
19375 #, c-format
19376 msgid "invalid operand %%xn code"
19377 msgstr "некоректний код операнда %%xn"
19379 #: config/gcn/gcn.cc:7021
19380 #, c-format
19381 msgid "operand %%xn code invalid for QImode"
19382 msgstr ""
19384 #: config/gcn/gcn.cc:7103
19385 #, c-format
19386 msgid "invalid fp constant"
19387 msgstr "некоректна константа з рухомою крапкою"
19389 #: config/h8300/h8300.cc:1628 config/h8300/h8300.cc:1636
19390 #: config/h8300/h8300.cc:1644 config/h8300/h8300.cc:1652
19391 #: config/h8300/h8300.cc:1660 config/h8300/h8300.cc:1668
19392 #, c-format
19393 msgid "Expected register or constant integer."
19394 msgstr "Мало бути використано регістр або стале ціле число."
19396 #: config/i386/i386.cc:12397
19397 #, c-format
19398 msgid "invalid UNSPEC as operand"
19399 msgstr ""
19401 #: config/i386/i386.cc:12936
19402 #, c-format
19403 msgid "invalid use of register '%s'"
19404 msgstr "некоректне використання регістру «%s»"
19406 #: config/i386/i386.cc:12941
19407 #, c-format
19408 msgid "invalid use of asm flag output"
19409 msgstr ""
19411 #: config/i386/i386.cc:13174
19412 #, c-format
19413 msgid "invalid operand size for operand code 'O'"
19414 msgstr ""
19416 #: config/i386/i386.cc:13209
19417 #, c-format
19418 msgid "invalid operand size for operand code 'z'"
19419 msgstr ""
19421 #: config/i386/i386.cc:13278
19422 #, c-format
19423 msgid "invalid operand type used with operand code 'Z'"
19424 msgstr ""
19426 #: config/i386/i386.cc:13283
19427 #, c-format
19428 msgid "invalid operand size for operand code 'Z'"
19429 msgstr ""
19431 #: config/i386/i386.cc:13360
19432 #, c-format
19433 msgid "operand is not a condition code, invalid operand code 'Y'"
19434 msgstr ""
19436 #: config/i386/i386.cc:13439
19437 #, c-format
19438 msgid "operand is not a condition code, invalid operand code 'D'"
19439 msgstr ""
19441 #: config/i386/i386.cc:13457
19442 #, c-format
19443 msgid "operand is not a condition code, invalid operand code '%c'"
19444 msgstr ""
19446 #: config/i386/i386.cc:13470
19447 #, c-format
19448 msgid "operand is not an offsettable memory reference, invalid operand code 'H'"
19449 msgstr ""
19451 #: config/i386/i386.cc:13485
19452 #, c-format
19453 msgid "operand is not an integer, invalid operand code 'K'"
19454 msgstr ""
19456 #: config/i386/i386.cc:13513
19457 #, c-format
19458 msgid "operand is not a specific integer, invalid operand code 'r'"
19459 msgstr ""
19461 #: config/i386/i386.cc:13531
19462 #, c-format
19463 msgid "operand is not an integer, invalid operand code 'R'"
19464 msgstr ""
19466 #: config/i386/i386.cc:13554
19467 #, c-format
19468 msgid "operand is not a specific integer, invalid operand code 'R'"
19469 msgstr ""
19471 #: config/i386/i386.cc:13658
19472 #, c-format
19473 msgid "invalid operand code '%c'"
19474 msgstr ""
19476 #: config/i386/i386.cc:13720 config/i386/i386.cc:14109
19477 #, c-format
19478 msgid "invalid constraints for operand"
19479 msgstr ""
19481 #: config/i386/i386.cc:13821
19482 #, c-format
19483 msgid "invalid vector immediate"
19484 msgstr "некоректна векторна константа"
19486 #: config/i386/i386.cc:16890
19487 msgid "unknown insn mode"
19488 msgstr ""
19490 #: config/ia64/ia64.cc:5460
19491 #, c-format
19492 msgid "invalid %%G mode"
19493 msgstr ""
19495 #: config/ia64/ia64.cc:5631
19496 #, c-format
19497 msgid "ia64_print_operand: unknown code"
19498 msgstr ""
19500 #: config/ia64/ia64.cc:11255
19501 msgid "invalid conversion from %<__fpreg%>"
19502 msgstr ""
19504 #: config/ia64/ia64.cc:11258
19505 msgid "invalid conversion to %<__fpreg%>"
19506 msgstr "некоректне перетворення до %<__fpreg%>"
19508 #: config/ia64/ia64.cc:11271 config/ia64/ia64.cc:11282
19509 msgid "invalid operation on %<__fpreg%>"
19510 msgstr ""
19512 #: config/iq2000/iq2000.cc:3126
19513 #, c-format
19514 msgid "invalid %%P operand"
19515 msgstr ""
19517 #: config/iq2000/iq2000.cc:3134 config/rs6000/rs6000.cc:14021
19518 #, c-format
19519 msgid "invalid %%p value"
19520 msgstr "некоректне значення %%p"
19522 #: config/iq2000/iq2000.cc:3193
19523 #, c-format
19524 msgid "invalid use of %%d, %%x, or %%X"
19525 msgstr ""
19527 #: config/lm32/lm32.cc:524
19528 #, c-format
19529 msgid "only 0.0 can be loaded as an immediate"
19530 msgstr ""
19532 #: config/lm32/lm32.cc:594
19533 msgid "bad operand"
19534 msgstr "помилковий операнд"
19536 #: config/lm32/lm32.cc:606
19537 msgid "can't use non gp relative absolute address"
19538 msgstr ""
19540 #: config/lm32/lm32.cc:610
19541 msgid "invalid addressing mode"
19542 msgstr "некоректний режим адресування"
19544 #: config/loongarch/loongarch.cc:4754 config/loongarch/loongarch.cc:4776
19545 #: config/loongarch/loongarch.cc:5120 config/mips/mips.cc:9065
19546 #: config/mips/mips.cc:9092 config/mips/mips.cc:9275
19547 #, c-format
19548 msgid "'%%%c' is not a valid operand prefix"
19549 msgstr ""
19551 #: config/loongarch/loongarch.cc:5004 config/loongarch/loongarch.cc:5042
19552 #: config/loongarch/loongarch.cc:5077 config/loongarch/loongarch.cc:5080
19553 #: config/loongarch/loongarch.cc:5092 config/loongarch/loongarch.cc:5099
19554 #: config/loongarch/loongarch.cc:5109 config/loongarch/loongarch.cc:5112
19555 #: config/loongarch/loongarch.cc:5136 config/loongarch/loongarch.cc:5151
19556 #: config/loongarch/loongarch.cc:5160 config/mips/mips.cc:9164
19557 #: config/mips/mips.cc:9171 config/mips/mips.cc:9178 config/mips/mips.cc:9185
19558 #: config/mips/mips.cc:9198 config/mips/mips.cc:9205 config/mips/mips.cc:9215
19559 #: config/mips/mips.cc:9218 config/mips/mips.cc:9230 config/mips/mips.cc:9233
19560 #: config/mips/mips.cc:9293 config/mips/mips.cc:9300 config/mips/mips.cc:9321
19561 #: config/mips/mips.cc:9336 config/mips/mips.cc:9355 config/mips/mips.cc:9364
19562 #: config/riscv/riscv.cc:4138 config/riscv/riscv.cc:4368
19563 #: config/riscv/riscv.cc:4374 config/riscv/riscv.cc:4383
19564 #, c-format
19565 msgid "invalid use of '%%%c'"
19566 msgstr ""
19568 #: config/m32r/m32r.cc:2148
19569 msgid "bad insn for 'A'"
19570 msgstr ""
19572 #: config/m32r/m32r.cc:2195
19573 #, c-format
19574 msgid "invalid operand to %%T/%%B code"
19575 msgstr ""
19577 #: config/m32r/m32r.cc:2218
19578 #, c-format
19579 msgid "invalid operand to %%N code"
19580 msgstr ""
19582 #: config/m32r/m32r.cc:2251
19583 msgid "pre-increment address is not a register"
19584 msgstr ""
19586 #: config/m32r/m32r.cc:2258
19587 msgid "pre-decrement address is not a register"
19588 msgstr ""
19590 #: config/m32r/m32r.cc:2265
19591 msgid "post-increment address is not a register"
19592 msgstr ""
19594 #: config/m32r/m32r.cc:2340 config/m32r/m32r.cc:2355
19595 #: config/rs6000/rs6000.cc:20735
19596 msgid "bad address"
19597 msgstr "помилкова адреса"
19599 #: config/m32r/m32r.cc:2360
19600 msgid "lo_sum not of register"
19601 msgstr ""
19603 #: config/microblaze/microblaze.cc:2299
19604 #, c-format
19605 msgid "unknown punctuation '%c'"
19606 msgstr ""
19608 #: config/microblaze/microblaze.cc:2308
19609 #, c-format
19610 msgid "null pointer"
19611 msgstr "нульовий вказівник"
19613 #: config/microblaze/microblaze.cc:2343
19614 #, c-format
19615 msgid "PRINT_OPERAND, invalid insn for %%C"
19616 msgstr ""
19618 #: config/microblaze/microblaze.cc:2372
19619 #, c-format
19620 msgid "PRINT_OPERAND, invalid insn for %%N"
19621 msgstr ""
19623 #: config/microblaze/microblaze.cc:2392 config/microblaze/microblaze.cc:2568
19624 msgid "insn contains an invalid address !"
19625 msgstr ""
19627 #: config/microblaze/microblaze.cc:2408 config/microblaze/microblaze.cc:2638
19628 #: config/xtensa/xtensa.cc:3068
19629 msgid "invalid address"
19630 msgstr "некоректна адреса"
19632 #: config/microblaze/microblaze.cc:2511
19633 #, c-format
19634 msgid "letter %c was found & insn was not CONST_INT"
19635 msgstr ""
19637 #: config/mmix/mmix.cc:1636 config/mmix/mmix.cc:1757
19638 msgid "MMIX Internal: Expected a CONST_INT, not this"
19639 msgstr ""
19641 #: config/mmix/mmix.cc:1715
19642 msgid "MMIX Internal: Bad value for 'm', not a CONST_INT"
19643 msgstr ""
19645 #: config/mmix/mmix.cc:1725
19646 msgid "MMIX Internal: Expected a register, not this"
19647 msgstr ""
19649 #: config/mmix/mmix.cc:1735
19650 msgid "MMIX Internal: Expected a constant, not this"
19651 msgstr ""
19653 #. We need the original here.
19654 #: config/mmix/mmix.cc:1819
19655 msgid "MMIX Internal: Cannot decode this operand"
19656 msgstr ""
19658 #: config/mmix/mmix.cc:1878
19659 msgid "MMIX Internal: This is not a recognized address"
19660 msgstr ""
19662 #: config/mmix/mmix.cc:2770
19663 msgid "MMIX Internal: Trying to output invalidly reversed condition:"
19664 msgstr ""
19666 #: config/mmix/mmix.cc:2777
19667 msgid "MMIX Internal: What's the CC of this?"
19668 msgstr ""
19670 #: config/mmix/mmix.cc:2781
19671 msgid "MMIX Internal: What is the CC of this?"
19672 msgstr ""
19674 #: config/mmix/mmix.cc:2823
19675 msgid "MMIX Internal: This is not a constant:"
19676 msgstr ""
19678 #: config/msp430/msp430.cc:4229
19679 #, c-format
19680 msgid "%%d, %%e, %%f, %%g operand modifiers are for memory references or constant values only"
19681 msgstr ""
19683 #: config/msp430/msp430.cc:4342
19684 #, c-format
19685 msgid "invalid operand prefix"
19686 msgstr ""
19688 #: config/msp430/msp430.cc:4376
19689 #, c-format
19690 msgid "invalid zero extract"
19691 msgstr ""
19693 #: config/or1k/or1k.cc:1154 config/or1k/or1k.cc:1162
19694 #, c-format
19695 msgid "invalid relocation"
19696 msgstr "некоректне пересування"
19698 #: config/or1k/or1k.cc:1256
19699 #, c-format
19700 msgid "invalid %%H value"
19701 msgstr "некоректне значення %%H"
19703 #: config/or1k/or1k.cc:1269 config/xtensa/xtensa.cc:2985
19704 #, c-format
19705 msgid "invalid %%d value"
19706 msgstr "некоректне значення %%d"
19708 #: config/or1k/or1k.cc:1317
19709 #, c-format
19710 msgid "unknown operand letter: '%c'"
19711 msgstr "невідома літера операнда: «%c»"
19713 #: config/pru/pru.cc:1711 config/pru/pru.cc:1722
19714 #, c-format
19715 msgid "I/O register operand for '%%%c'"
19716 msgstr ""
19718 #: config/pru/pru.cc:1728
19719 #, c-format
19720 msgid "non 32 bit register operand for '%%%c'"
19721 msgstr ""
19723 #: config/pru/pru.cc:1813
19724 #, c-format
19725 msgid "unsupported code '%c' for fixed-point:"
19726 msgstr ""
19728 #: config/pru/pru.cc:1827
19729 #, c-format
19730 msgid "double constants not supported"
19731 msgstr "підтримки сталих подвійної точності не передбачено"
19733 #: config/pru/pru.cc:1910
19734 #, c-format
19735 msgid "unsupported operand %s for code '%c'"
19736 msgstr ""
19738 #: config/pru/pru.cc:1920
19739 #, c-format
19740 msgid "unexpected text address:"
19741 msgstr "неочікувана текстова адреса:"
19743 #: config/pru/pru.cc:1939
19744 #, c-format
19745 msgid "unsupported constant address:"
19746 msgstr ""
19748 #: config/pru/pru.cc:2000
19749 #, c-format
19750 msgid "unsupported memory expression:"
19751 msgstr "непідтримуваний вираз пам'яті:"
19753 #: config/rl78/rl78.cc:1998 config/rl78/rl78.cc:2084
19754 #, c-format
19755 msgid "q/Q modifiers invalid for symbol references"
19756 msgstr ""
19758 #: config/rs6000/host-darwin.cc:96
19759 #, c-format
19760 msgid "Out of stack space.\n"
19761 msgstr ""
19763 #: config/rs6000/host-darwin.cc:117
19764 #, c-format
19765 msgid "Try running '%s' in the shell to raise its limit.\n"
19766 msgstr ""
19768 #: config/rs6000/rs6000.cc:3804
19769 msgid "%<-mvsx%> requires hardware floating point"
19770 msgstr ""
19772 #: config/rs6000/rs6000.cc:3812
19773 msgid "%<-mvsx%> needs indexed addressing"
19774 msgstr "%<-mvsx%> потребує індексованого адресування."
19776 #: config/rs6000/rs6000.cc:3817
19777 msgid "%<-mvsx%> and %<-mno-altivec%> are incompatible"
19778 msgstr ""
19780 #: config/rs6000/rs6000.cc:3819
19781 msgid "%<-mno-altivec%> disables vsx"
19782 msgstr ""
19784 #: config/rs6000/rs6000.cc:3968
19785 msgid "%<-mquad-memory%> requires 64-bit mode"
19786 msgstr ""
19788 #: config/rs6000/rs6000.cc:3971
19789 msgid "%<-mquad-memory-atomic%> requires 64-bit mode"
19790 msgstr ""
19792 #: config/rs6000/rs6000.cc:3983
19793 msgid "%<-mquad-memory%> is not available in little endian mode"
19794 msgstr ""
19796 #: config/rs6000/rs6000.cc:11074
19797 msgid "bad move"
19798 msgstr ""
19800 #: config/rs6000/rs6000.cc:13651
19801 msgid "Bad 128-bit move"
19802 msgstr "Помилкове 128-бітове пересування"
19804 #: config/rs6000/rs6000.cc:13831
19805 #, c-format
19806 msgid "invalid %%A value"
19807 msgstr "некоректне значення %%A"
19809 #: config/rs6000/rs6000.cc:13840 config/xtensa/xtensa.cc:2920
19810 #, c-format
19811 msgid "invalid %%D value"
19812 msgstr "некоректне значення %%D"
19814 #: config/rs6000/rs6000.cc:13855
19815 #, c-format
19816 msgid "invalid %%e value"
19817 msgstr "некоректне значення %%e"
19819 #: config/rs6000/rs6000.cc:13876
19820 #, c-format
19821 msgid "invalid %%f value"
19822 msgstr "некоректне значення %%f"
19824 #: config/rs6000/rs6000.cc:13885
19825 #, c-format
19826 msgid "invalid %%F value"
19827 msgstr "некоректне значення %%F"
19829 #: config/rs6000/rs6000.cc:13894
19830 #, c-format
19831 msgid "invalid %%G value"
19832 msgstr "некоректне значення %%G"
19834 #: config/rs6000/rs6000.cc:13929
19835 #, c-format
19836 msgid "invalid %%j code"
19837 msgstr ""
19839 #: config/rs6000/rs6000.cc:13939
19840 #, c-format
19841 msgid "invalid %%J code"
19842 msgstr ""
19844 #: config/rs6000/rs6000.cc:13949
19845 #, c-format
19846 msgid "invalid %%k value"
19847 msgstr ""
19849 #: config/rs6000/rs6000.cc:13964 config/xtensa/xtensa.cc:2957
19850 #, c-format
19851 msgid "invalid %%K value"
19852 msgstr ""
19854 #: config/rs6000/rs6000.cc:14011
19855 #, c-format
19856 msgid "invalid %%O value"
19857 msgstr ""
19859 #: config/rs6000/rs6000.cc:14058
19860 #, c-format
19861 msgid "invalid %%q value"
19862 msgstr ""
19864 #: config/rs6000/rs6000.cc:14100
19865 #, c-format
19866 msgid "invalid %%t value"
19867 msgstr "некоректне значення %%t"
19869 #: config/rs6000/rs6000.cc:14117
19870 #, c-format
19871 msgid "invalid %%T value"
19872 msgstr "некоректне значення %%T"
19874 #: config/rs6000/rs6000.cc:14129
19875 #, c-format
19876 msgid "invalid %%u value"
19877 msgstr "некоректне значення %%u"
19879 #: config/rs6000/rs6000.cc:14143 config/xtensa/xtensa.cc:2932
19880 #, c-format
19881 msgid "invalid %%v value"
19882 msgstr "некоректне значення %%v"
19884 #: config/rs6000/rs6000.cc:14193
19885 #, c-format
19886 msgid "invalid %%V value"
19887 msgstr "некоректне значення %%V"
19889 #: config/rs6000/rs6000.cc:14209 config/xtensa/xtensa.cc:2978
19890 #, c-format
19891 msgid "invalid %%x value"
19892 msgstr ""
19894 #: config/rs6000/rs6000.cc:14266
19895 #, c-format
19896 msgid "invalid %%z value"
19897 msgstr "некоректне значення %%z"
19899 #: config/rs6000/rs6000.cc:14335
19900 #, c-format
19901 msgid "invalid %%y value, try using the 'Z' constraint"
19902 msgstr ""
19904 #: config/rs6000/rs6000.cc:15265
19905 msgid "Invalid mixing of IEEE 128-bit and IBM 128-bit floating point types"
19906 msgstr ""
19908 #: config/rs6000/rs6000.cc:24132
19909 msgid "AltiVec argument passed to unprototyped function"
19910 msgstr ""
19912 #: config/rs6000/rs6000.cc:27754
19913 msgid "Could not generate addis value for fusion"
19914 msgstr ""
19916 #: config/rs6000/rs6000.cc:27823
19917 msgid "Unable to generate load/store offset for fusion"
19918 msgstr ""
19920 #: config/rs6000/rs6000.cc:27899
19921 msgid "Bad GPR fusion"
19922 msgstr ""
19924 #: config/rs6000/rs6000.cc:28438
19925 msgid "invalid conversion from type %<__vector_quad%>"
19926 msgstr "некоректне перетворення з типу %<__vector_quad%>"
19928 #: config/rs6000/rs6000.cc:28440
19929 msgid "invalid conversion to type %<__vector_quad%>"
19930 msgstr "некоректне перетворення до типу %<__vector_quad%>"
19932 #: config/rs6000/rs6000.cc:28442
19933 msgid "invalid conversion from type %<__vector_pair%>"
19934 msgstr "некоректне перетворення з типу %<__vector_pair%>"
19936 #: config/rs6000/rs6000.cc:28444
19937 msgid "invalid conversion to type %<__vector_pair%>"
19938 msgstr "некоректне перетворення до %<__vector_pair%>"
19940 #: config/s390/s390.cc:8072
19941 #, c-format
19942 msgid "symbolic memory references are only supported on z10 or later"
19943 msgstr ""
19945 #: config/s390/s390.cc:8083
19946 #, c-format
19947 msgid "cannot decompose address"
19948 msgstr ""
19950 #: config/s390/s390.cc:8165
19951 #, c-format
19952 msgid "invalid comparison operator for 'E' output modifier"
19953 msgstr ""
19955 #: config/s390/s390.cc:8188
19956 #, c-format
19957 msgid "invalid reference for 'J' output modifier"
19958 msgstr ""
19960 #: config/s390/s390.cc:8206
19961 #, c-format
19962 msgid "invalid address for 'O' output modifier"
19963 msgstr ""
19965 #: config/s390/s390.cc:8228
19966 #, c-format
19967 msgid "invalid address for 'R' output modifier"
19968 msgstr ""
19970 #: config/s390/s390.cc:8246
19971 #, c-format
19972 msgid "memory reference expected for 'S' output modifier"
19973 msgstr ""
19975 #: config/s390/s390.cc:8256
19976 #, c-format
19977 msgid "invalid address for 'S' output modifier"
19978 msgstr ""
19980 #: config/s390/s390.cc:8277
19981 #, c-format
19982 msgid "register or memory expression expected for 'N' output modifier"
19983 msgstr ""
19985 #: config/s390/s390.cc:8288
19986 #, c-format
19987 msgid "register or memory expression expected for 'M' output modifier"
19988 msgstr ""
19990 #: config/s390/s390.cc:8397 config/s390/s390.cc:8418
19991 #, c-format
19992 msgid "invalid constant for output modifier '%c'"
19993 msgstr ""
19995 #: config/s390/s390.cc:8415
19996 #, c-format
19997 msgid "invalid constant - try using an output modifier"
19998 msgstr ""
20000 #: config/s390/s390.cc:8452
20001 #, c-format
20002 msgid "invalid constant vector for output modifier '%c'"
20003 msgstr ""
20005 #: config/s390/s390.cc:8459
20006 #, c-format
20007 msgid "invalid expression - try using an output modifier"
20008 msgstr ""
20010 #: config/s390/s390.cc:8462
20011 #, c-format
20012 msgid "invalid expression for output modifier '%c'"
20013 msgstr "некоректний вираз для модифікатора виведення «%c»"
20015 #: config/s390/s390.cc:12310
20016 msgid "vector argument passed to unprototyped function"
20017 msgstr ""
20019 #: config/s390/s390.cc:16762
20020 msgid "types differ in signedness"
20021 msgstr ""
20023 #: config/s390/s390.cc:16772
20024 msgid "binary operator does not support two vector bool operands"
20025 msgstr ""
20027 #: config/s390/s390.cc:16775
20028 msgid "binary operator does not support vector bool operand"
20029 msgstr ""
20031 #: config/s390/s390.cc:16783
20032 msgid "binary operator does not support mixing vector bool with floating point vector operands"
20033 msgstr ""
20035 #: config/sh/sh.cc:1222
20036 #, c-format
20037 msgid "invalid operand to %%R"
20038 msgstr "некоректний операнд %%R"
20040 #: config/sh/sh.cc:1249
20041 #, c-format
20042 msgid "invalid operand to %%S"
20043 msgstr "некоректний операнд %%S"
20045 #: config/sh/sh.cc:8667
20046 msgid "created and used with different architectures / ABIs"
20047 msgstr ""
20049 #: config/sh/sh.cc:8669
20050 msgid "created and used with different ABIs"
20051 msgstr ""
20053 #: config/sh/sh.cc:8671
20054 msgid "created and used with different endianness"
20055 msgstr ""
20057 #: config/sparc/sparc.cc:9379 config/sparc/sparc.cc:9385
20058 #, c-format
20059 msgid "invalid %%Y operand"
20060 msgstr "некоректний операнд %%Y"
20062 #: config/sparc/sparc.cc:9472
20063 #, c-format
20064 msgid "invalid %%A operand"
20065 msgstr "некоректний операнд %%A"
20067 #: config/sparc/sparc.cc:9492
20068 #, c-format
20069 msgid "invalid %%B operand"
20070 msgstr "некоректний операнд %%B"
20072 #: config/sparc/sparc.cc:9572
20073 #, c-format
20074 msgid "invalid %%C operand"
20075 msgstr "некоректний операнд %%C"
20077 #: config/sparc/sparc.cc:9604
20078 #, c-format
20079 msgid "invalid %%D operand"
20080 msgstr "некоректний операнд %%D"
20082 #: config/sparc/sparc.cc:9623
20083 #, c-format
20084 msgid "invalid %%f operand"
20085 msgstr "некоректний операнд %%f"
20087 #: config/sparc/sparc.cc:9635
20088 #, c-format
20089 msgid "invalid %%s operand"
20090 msgstr "некоректний операнд %%s"
20092 #: config/sparc/sparc.cc:9680
20093 #, c-format
20094 msgid "floating-point constant not a valid immediate operand"
20095 msgstr ""
20097 #: config/stormy16/stormy16.cc:1751 config/stormy16/stormy16.cc:1822
20098 #, c-format
20099 msgid "'B' operand is not constant"
20100 msgstr "операнд «B» не є сталою"
20102 #: config/stormy16/stormy16.cc:1778
20103 #, c-format
20104 msgid "'B' operand has multiple bits set"
20105 msgstr ""
20107 #: config/stormy16/stormy16.cc:1804
20108 #, c-format
20109 msgid "'o' operand is not constant"
20110 msgstr "операнд «o» не є сталою"
20112 #: config/stormy16/stormy16.cc:1836
20113 #, c-format
20114 msgid "xstormy16_print_operand: unknown code"
20115 msgstr "xstormy16_print_operand: невідомий код"
20117 #: config/v850/v850.cc:271
20118 msgid "const_double_split got a bad insn:"
20119 msgstr ""
20121 #: config/v850/v850.cc:885
20122 msgid "output_move_single:"
20123 msgstr ""
20125 #: config/vax/vax.cc:481
20126 #, c-format
20127 msgid "symbol used with both base and indexed registers"
20128 msgstr ""
20130 #: config/vax/vax.cc:490
20131 #, c-format
20132 msgid "symbol with offset used in PIC mode"
20133 msgstr ""
20135 #: config/vax/vax.cc:578
20136 #, c-format
20137 msgid "symbol used as immediate operand"
20138 msgstr ""
20140 #: config/vax/vax.cc:1680
20141 msgid "illegal operand detected"
20142 msgstr "виявлено неприпустимий операнд"
20144 #: config/visium/visium.cc:3365
20145 msgid "illegal operand "
20146 msgstr "неприпустимий операнд "
20148 #: config/visium/visium.cc:3416
20149 msgid "illegal operand address (1)"
20150 msgstr "некоректна адреса операнда (1)"
20152 #: config/visium/visium.cc:3423
20153 msgid "illegal operand address (2)"
20154 msgstr "некоректна адреса операнда (2)"
20156 #: config/visium/visium.cc:3438
20157 msgid "illegal operand address (3)"
20158 msgstr "некоректна адреса операнда (3)"
20160 #: config/visium/visium.cc:3446
20161 msgid "illegal operand address (4)"
20162 msgstr "некоректна адреса операнда (4)"
20164 #: config/xtensa/xtensa.cc:830 config/xtensa/xtensa.cc:868
20165 msgid "bad test"
20166 msgstr "помилкова перевірка"
20168 #: config/xtensa/xtensa.cc:2952
20169 msgid "invalid mask"
20170 msgstr "некоректна маска"
20172 #: config/xtensa/xtensa.cc:3004 config/xtensa/xtensa.cc:3014
20173 #, c-format
20174 msgid "invalid %%t/%%b value"
20175 msgstr "некоректне значення %%t/%%b"
20177 #: config/xtensa/xtensa.cc:3093
20178 msgid "no register in address"
20179 msgstr "немає регістру у адресі"
20181 #: config/xtensa/xtensa.cc:3101
20182 msgid "address offset not a constant"
20183 msgstr "зсув адреси не є сталою величиною"
20185 #: c/c-objc-common.cc:193
20186 msgid "{erroneous}"
20187 msgstr "{помилковий}"
20189 #: c/c-objc-common.cc:234
20190 msgid "aka"
20191 msgstr "або"
20193 #: c/c-objc-common.cc:326
20194 msgid "({anonymous})"
20195 msgstr "({анонімний})"
20197 #. If we have
20198 #. declaration-specifiers declarator decl-specs
20199 #. then assume we have a missing semicolon, which would
20200 #. give us:
20201 #. declaration-specifiers declarator  decl-specs
20202 #. ^
20203 #. ;
20204 #. <~~~~~~~~~ declaration ~~~~~~~~~~>
20205 #. Use c_parser_require to get an error with a fix-it hint.
20206 #: c/c-parser.cc:2762 c/c-parser.cc:2884 c/c-parser.cc:2898 c/c-parser.cc:6161
20207 #: c/c-parser.cc:6784 c/c-parser.cc:7213 c/c-parser.cc:7392 c/c-parser.cc:7425
20208 #: c/c-parser.cc:7691 c/c-parser.cc:11762 c/c-parser.cc:11797
20209 #: c/c-parser.cc:11828 c/c-parser.cc:11875 c/c-parser.cc:12056
20210 #: c/c-parser.cc:12889 c/c-parser.cc:12964 c/c-parser.cc:13007
20211 #: c/c-parser.cc:19400 c/c-parser.cc:19480 c/c-parser.cc:19809
20212 #: c/c-parser.cc:19835 c/c-parser.cc:19858 c/c-parser.cc:20305
20213 #: c/c-parser.cc:20349 c/gimple-parser.cc:406 c/gimple-parser.cc:447
20214 #: c/gimple-parser.cc:456 c/gimple-parser.cc:665 c/gimple-parser.cc:2261
20215 #: c/gimple-parser.cc:2298 c/gimple-parser.cc:2377 c/gimple-parser.cc:2404
20216 #: c/c-parser.cc:3672 c/c-parser.cc:3862 c/c-parser.cc:3897
20217 #: c/c-parser.cc:12049 c/gimple-parser.cc:2069 c/gimple-parser.cc:2126
20218 #: cp/parser.cc:15337 cp/parser.cc:33066 cp/parser.cc:33700
20219 #, gcc-internal-format
20220 msgid "expected %<;%>"
20221 msgstr "мало бути %<;%>"
20223 #: c/c-parser.cc:3356 c/c-parser.cc:4461 c/c-parser.cc:4656 c/c-parser.cc:4714
20224 #: c/c-parser.cc:4772 c/c-parser.cc:5154 c/c-parser.cc:5177 c/c-parser.cc:5186
20225 #: c/c-parser.cc:5237 c/c-parser.cc:5246 c/c-parser.cc:9124 c/c-parser.cc:9192
20226 #: c/c-parser.cc:9702 c/c-parser.cc:9727 c/c-parser.cc:9761 c/c-parser.cc:9873
20227 #: c/c-parser.cc:10692 c/c-parser.cc:12163 c/c-parser.cc:14547
20228 #: c/c-parser.cc:15261 c/c-parser.cc:15320 c/c-parser.cc:15375
20229 #: c/c-parser.cc:17169 c/c-parser.cc:17289 c/c-parser.cc:18623
20230 #: c/c-parser.cc:19900 c/c-parser.cc:20313 c/c-parser.cc:23398
20231 #: c/c-parser.cc:23480 c/gimple-parser.cc:195 c/gimple-parser.cc:198
20232 #: c/gimple-parser.cc:541 c/gimple-parser.cc:575 c/gimple-parser.cc:580
20233 #: c/gimple-parser.cc:749 c/gimple-parser.cc:846 c/gimple-parser.cc:1048
20234 #: c/gimple-parser.cc:1074 c/gimple-parser.cc:1077 c/gimple-parser.cc:1208
20235 #: c/gimple-parser.cc:1335 c/gimple-parser.cc:1462 c/gimple-parser.cc:1478
20236 #: c/gimple-parser.cc:1494 c/gimple-parser.cc:1516 c/gimple-parser.cc:1546
20237 #: c/gimple-parser.cc:1572 c/gimple-parser.cc:1779 c/gimple-parser.cc:1991
20238 #: c/gimple-parser.cc:2011 c/gimple-parser.cc:2171 c/gimple-parser.cc:2334
20239 #: c/c-parser.cc:7643 cp/parser.cc:33748
20240 #, gcc-internal-format
20241 msgid "expected %<)%>"
20242 msgstr "мало бути %<)%>"
20244 #: c/c-parser.cc:4550 c/c-parser.cc:5297 c/c-parser.cc:5449 c/c-parser.cc:5475
20245 #: c/c-parser.cc:5476 c/c-parser.cc:5916 c/c-parser.cc:5960 c/c-parser.cc:7742
20246 #: c/c-parser.cc:9864 c/c-parser.cc:10833 c/c-parser.cc:11187
20247 #: c/c-parser.cc:13950 c/gimple-parser.cc:1755 cp/parser.cc:33712
20248 #, gcc-internal-format
20249 msgid "expected %<]%>"
20250 msgstr "мало бути %<]%>"
20252 #: c/c-parser.cc:4752
20253 msgid "expected %<;%>, %<,%> or %<)%>"
20254 msgstr "мало бути %<;%>, %<,%> або %<)%>"
20256 #. Look for the two `(' tokens.
20257 #: c/c-parser.cc:5206 c/c-parser.cc:5211 c/c-parser.cc:14530
20258 #: c/c-parser.cc:15350 c/c-parser.cc:22674 c/c-parser.cc:23206
20259 #: c/c-parser.cc:23423 c/gimple-parser.cc:180 c/gimple-parser.cc:488
20260 #: c/gimple-parser.cc:527 c/gimple-parser.cc:559 c/gimple-parser.cc:816
20261 #: c/gimple-parser.cc:1042 c/gimple-parser.cc:1068 c/gimple-parser.cc:1195
20262 #: c/gimple-parser.cc:1330 c/gimple-parser.cc:1452 c/gimple-parser.cc:1512
20263 #: c/gimple-parser.cc:1530 c/gimple-parser.cc:1565 c/gimple-parser.cc:1960
20264 #: c/gimple-parser.cc:1971 c/gimple-parser.cc:1977 c/gimple-parser.cc:2160
20265 #: c/gimple-parser.cc:2331 c/c-parser.cc:14352 cp/parser.cc:33703
20266 #, gcc-internal-format
20267 msgid "expected %<(%>"
20268 msgstr "мало бути %<(%>"
20270 #: c/c-parser.cc:5445 c/c-parser.cc:5447 c/c-parser.cc:13854
20271 #: cp/parser.cc:33715 cp/parser.cc:37465 go/gofrontend/embed.cc:439
20272 #, gcc-internal-format
20273 msgid "expected %<[%>"
20274 msgstr "мало бути %<[%>"
20276 #: c/c-parser.cc:6097 c/c-parser.cc:12392 c/c-parser.cc:19375
20277 #: c/c-parser.cc:19461 c/c-parser.cc:20119 c/c-parser.cc:20991
20278 #: c/c-parser.cc:24654 c/gimple-parser.cc:399 c/gimple-parser.cc:2337
20279 #: c/c-parser.cc:3659 c/c-parser.cc:3886 c/c-parser.cc:11944
20280 #: cp/parser.cc:21026 cp/parser.cc:33709 go/gofrontend/embed.cc:370
20281 #, gcc-internal-format
20282 msgid "expected %<{%>"
20283 msgstr "мало бути %<{%>"
20285 #: c/c-parser.cc:6392 c/c-parser.cc:6401 c/c-parser.cc:8189 c/c-parser.cc:9329
20286 #: c/c-parser.cc:12156 c/c-parser.cc:12553 c/c-parser.cc:12617
20287 #: c/c-parser.cc:13932 c/c-parser.cc:14952 c/c-parser.cc:15178
20288 #: c/c-parser.cc:15696 c/c-parser.cc:15797 c/c-parser.cc:16331
20289 #: c/c-parser.cc:16767 c/c-parser.cc:16843 c/c-parser.cc:16960
20290 #: c/c-parser.cc:17032 c/c-parser.cc:22536 c/c-parser.cc:23263
20291 #: c/c-parser.cc:23322 c/gimple-parser.cc:582 c/gimple-parser.cc:887
20292 #: c/gimple-parser.cc:2385 c/gimple-parser.cc:2412 c/c-parser.cc:7650
20293 #: c/c-parser.cc:14455 c/c-parser.cc:15802 cp/parser.cc:33742
20294 #: cp/parser.cc:35426 cp/parser.cc:38313 cp/parser.cc:39188
20295 #: go/gofrontend/embed.cc:403
20296 #, gcc-internal-format
20297 msgid "expected %<:%>"
20298 msgstr "мало бути %<:%>"
20300 #: c/c-parser.cc:7200 cp/parser.cc:33629
20301 #, gcc-internal-format
20302 msgid "expected %<while%>"
20303 msgstr "мало бути %<while%>"
20305 #: c/c-parser.cc:9087 c/c-parser.cc:9280 c/c-parser.cc:9751 c/c-parser.cc:9794
20306 #: c/c-parser.cc:9935 c/c-parser.cc:10682 c/c-parser.cc:15355
20307 #: c/c-parser.cc:16912 c/gimple-parser.cc:1045 c/gimple-parser.cc:1071
20308 #: c/gimple-parser.cc:1199 c/gimple-parser.cc:1202 c/gimple-parser.cc:1534
20309 #: c/gimple-parser.cc:1540 cp/parser.cc:33064 cp/parser.cc:33718
20310 #, gcc-internal-format
20311 msgid "expected %<,%>"
20312 msgstr "мало бути %<,%>"
20314 #: c/c-parser.cc:9648
20315 msgid "expected %<.%>"
20316 msgstr "мало бути %<.%>"
20318 #: c/c-parser.cc:11615 c/c-parser.cc:11647 c/c-parser.cc:11887
20319 #: cp/parser.cc:36000 cp/parser.cc:36021
20320 #, gcc-internal-format
20321 msgid "expected %<@end%>"
20322 msgstr "мало бути %<@end%>"
20324 #: c/c-parser.cc:12305 c/gimple-parser.cc:1370 cp/parser.cc:33727
20325 #, gcc-internal-format
20326 msgid "expected %<>%>"
20327 msgstr "мало бути %<>%>"
20329 #: c/c-parser.cc:15891 c/c-parser.cc:17307 cp/parser.cc:33751
20330 #, gcc-internal-format
20331 msgid "expected %<,%> or %<)%>"
20332 msgstr "мало бути %<,%> або %<)%>"
20334 #. All following cases are statements with LHS.
20335 #: c/c-parser.cc:16759 c/c-parser.cc:19268 c/c-parser.cc:19315
20336 #: c/c-parser.cc:19472 c/c-parser.cc:19819 c/c-parser.cc:20292
20337 #: c/c-parser.cc:22743 c/c-parser.cc:23464 c/gimple-parser.cc:740
20338 #: c/c-parser.cc:5983 c/c-parser.cc:19392 c/c-parser.cc:19615
20339 #: cp/parser.cc:33730 cp/parser.cc:42040 cp/parser.cc:42213
20340 #, gcc-internal-format
20341 msgid "expected %<=%>"
20342 msgstr "мало бути %<=%>"
20344 #: c/c-parser.cc:19403 c/c-parser.cc:19483 c/c-parser.cc:19836
20345 #: c/c-parser.cc:20170 c/gimple-parser.cc:1588 c/gimple-parser.cc:1620
20346 #: c/gimple-parser.cc:1630 c/gimple-parser.cc:2422 cp/parser.cc:33706
20347 #: cp/parser.cc:36210
20348 #, gcc-internal-format
20349 msgid "expected %<}%>"
20350 msgstr "мало бути %<}%>"
20352 #: c/c-parser.cc:19496 cp/parser.cc:42138
20353 #, gcc-internal-format
20354 msgid "expected %<else%>"
20355 msgstr "мало бути %<else%>"
20357 #: c/c-parser.cc:21036 c/c-parser.cc:21025 cp/parser.cc:44395
20358 #, gcc-internal-format
20359 msgid "expected %<#pragma omp section%> or %<}%>"
20360 msgstr "мало бути %<#pragma omp section%> або %<}%>"
20362 #: c/c-parser.cc:24024 cp/parser.cc:48240
20363 msgid "<message unknown at compile time>"
20364 msgstr ""
20366 #: c/c-typeck.cc:8865
20367 msgid "(anonymous)"
20368 msgstr "(анонімний)"
20370 #: c/gimple-parser.cc:1359 cp/parser.cc:18374 cp/parser.cc:33724
20371 #, gcc-internal-format
20372 msgid "expected %<<%>"
20373 msgstr "мало бути %<<%>"
20375 #: c/gimple-parser.cc:2381 c/gimple-parser.cc:2408 c/gimple-parser.cc:2247
20376 #: c/gimple-parser.cc:2284
20377 #, gcc-internal-format
20378 msgid "expected label"
20379 msgstr "мало бути вказано мітку"
20381 #: cp/call.cc:4056
20382 msgid "candidate:"
20383 msgstr "кандидат:"
20385 #: cp/call.cc:8190
20386 msgid "  after user-defined conversion:"
20387 msgstr ""
20389 #: cp/call.cc:8350 cp/pt.cc:2018 cp/pt.cc:25934
20390 msgid "candidate is:"
20391 msgid_plural "candidates are:"
20392 msgstr[0] ""
20393 msgstr[1] ""
20394 msgstr[2] ""
20396 #: cp/call.cc:12782 cp/call.cc:13174
20397 msgid "candidate 1:"
20398 msgstr "кандидат 1:"
20400 #: cp/call.cc:12784 cp/call.cc:13175
20401 msgid "candidate 2:"
20402 msgstr "кандидат 2:"
20404 #: cp/decl.cc:3587
20405 msgid "jump to label %qD"
20406 msgstr ""
20408 #: cp/decl.cc:3588
20409 msgid "jump to case label"
20410 msgstr ""
20412 #: cp/error.cc:462
20413 msgid "<missing>"
20414 msgstr "<пропущено>"
20416 #: cp/error.cc:564
20417 msgid "<brace-enclosed initializer list>"
20418 msgstr ""
20420 #: cp/error.cc:566
20421 msgid "<unresolved overloaded function type>"
20422 msgstr "<невизначений перевантажений тип функції>"
20424 #: cp/error.cc:733
20425 msgid "<type error>"
20426 msgstr "<помилка типу>"
20428 #. A lambda's "type" is essentially its signature.
20429 #: cp/error.cc:840
20430 msgid "<lambda"
20431 msgstr "<lambda"
20433 #: cp/error.cc:850 objc/objc-act.cc:6364 cp/cxx-pretty-print.cc:154
20434 #: cp/cxx-pretty-print.cc:2828
20435 #, gcc-internal-format
20436 msgid "<unnamed>"
20437 msgstr "<неназваний>"
20439 #: cp/error.cc:852
20440 #, c-format
20441 msgid "<unnamed %s>"
20442 msgstr "<неназваний %s>"
20444 #: cp/error.cc:990
20445 msgid "<typeprefixerror>"
20446 msgstr ""
20448 #: cp/error.cc:1131
20449 #, c-format
20450 msgid "(static initializers for %s)"
20451 msgstr ""
20453 #: cp/error.cc:1133
20454 #, c-format
20455 msgid "(static destructors for %s)"
20456 msgstr ""
20458 #: cp/error.cc:1179
20459 msgid "<structured bindings>"
20460 msgstr "<структуровані прив'язки>"
20462 #: cp/error.cc:1303
20463 msgid "vtable for "
20464 msgstr ""
20466 #: cp/error.cc:1327
20467 msgid "<return value> "
20468 msgstr ""
20470 #: cp/error.cc:1342
20471 msgid "{anonymous}"
20472 msgstr "{анонімний}"
20474 #: cp/error.cc:1344
20475 msgid "(anonymous namespace)"
20476 msgstr ""
20478 #: cp/error.cc:1444
20479 msgid "<template arguments error>"
20480 msgstr ""
20482 #: cp/error.cc:1469
20483 msgid "<enumerator>"
20484 msgstr ""
20486 #: cp/error.cc:1533
20487 msgid "<declaration error>"
20488 msgstr ""
20490 #: cp/error.cc:2099 cp/error.cc:2119
20491 msgid "<template parameter error>"
20492 msgstr ""
20494 #: cp/error.cc:2249
20495 msgid "<statement>"
20496 msgstr ""
20498 #: cp/error.cc:2279 cp/error.cc:3374 c-family/c-pretty-print.cc:2661
20499 #, gcc-internal-format
20500 msgid "<unknown>"
20501 msgstr ""
20503 #. While waiting for caret diagnostics, avoid printing
20504 #. __cxa_allocate_exception, __cxa_throw, and the like.
20505 #: cp/error.cc:2297
20506 msgid "<throw-expression>"
20507 msgstr ""
20509 #: cp/error.cc:2398
20510 msgid "<ubsan routine call>"
20511 msgstr ""
20513 #: cp/error.cc:2889
20514 msgid "<unparsed>"
20515 msgstr ""
20517 #: cp/error.cc:3046
20518 msgid "<lambda>"
20519 msgstr ""
20521 #: cp/error.cc:3085
20522 msgid "*this"
20523 msgstr "*this"
20525 #: cp/error.cc:3099
20526 msgid "<expression error>"
20527 msgstr ""
20529 #: cp/error.cc:3114
20530 msgid "<unknown operator>"
20531 msgstr "<невідомий оператор>"
20533 #: cp/error.cc:3589
20534 msgid "At global scope:"
20535 msgstr ""
20537 #: cp/error.cc:3648
20538 msgid "    inlined from %qD at %r%s:%d:%d%R"
20539 msgstr ""
20541 #: cp/error.cc:3653
20542 msgid "    inlined from %qD at %r%s:%d%R"
20543 msgstr ""
20545 #: cp/error.cc:3659
20546 #, fuzzy
20547 #| msgid "        included from"
20548 msgid "    inlined from %qD"
20549 msgstr "        включено у"
20551 #: cp/error.cc:3686
20552 #, fuzzy
20553 #| msgid "In static member function %qs"
20554 msgid "In static member function %qD"
20555 msgstr "У статичній функції-члені %qs"
20557 #: cp/error.cc:3688
20558 #, fuzzy
20559 #| msgid "no constructors"
20560 msgid "In copy constructor %qD"
20561 msgstr "немає конструкторів"
20563 #: cp/error.cc:3690
20564 #, fuzzy
20565 #| msgid "no constructors"
20566 msgid "In constructor %qD"
20567 msgstr "немає конструкторів"
20569 #: cp/error.cc:3692
20570 #, fuzzy
20571 #| msgid "no destructors"
20572 msgid "In destructor %qD"
20573 msgstr "немає деструкторів"
20575 #: cp/error.cc:3694
20576 msgid "In lambda function"
20577 msgstr "У лямбда-функції"
20579 #: cp/error.cc:3696
20580 #, fuzzy
20581 #| msgid "In member function %qs"
20582 msgid "In member function %qD"
20583 msgstr "У функції-члені %qs"
20585 #: cp/error.cc:3699
20586 #, fuzzy
20587 #| msgid "In function %qs"
20588 msgid "In function %qD"
20589 msgstr "У функції %qs"
20591 #: cp/error.cc:3722
20592 #, c-format
20593 msgid "%s: In substitution of %qS:\n"
20594 msgstr ""
20596 #: cp/error.cc:3723
20597 msgid "%s: In instantiation of %q#D:\n"
20598 msgstr ""
20600 #: cp/error.cc:3748 cp/error.cc:3902
20601 msgid "%r%s:%d:%d:%R   "
20602 msgstr ""
20604 #: cp/error.cc:3751 cp/error.cc:3905
20605 msgid "%r%s:%d:%R   "
20606 msgstr ""
20608 #: cp/error.cc:3759
20609 #, c-format
20610 msgid "recursively required by substitution of %qS\n"
20611 msgstr ""
20613 #: cp/error.cc:3760
20614 #, c-format
20615 msgid "required by substitution of %qS\n"
20616 msgstr ""
20618 #: cp/error.cc:3765
20619 msgid "recursively required from %q#D\n"
20620 msgstr ""
20622 #: cp/error.cc:3766
20623 msgid "required from %q#D\n"
20624 msgstr ""
20626 #: cp/error.cc:3773
20627 msgid "recursively required from here\n"
20628 msgstr ""
20630 #: cp/error.cc:3774
20631 msgid "required from here\n"
20632 msgstr "потрібен звідси\n"
20634 #: cp/error.cc:3826
20635 msgid "%r%s:%d:%d:%R   [ skipping %d instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]\n"
20636 msgstr ""
20638 #: cp/error.cc:3832
20639 msgid "%r%s:%d:%R   [ skipping %d instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]\n"
20640 msgstr ""
20642 #: cp/error.cc:3886
20643 msgid "%r%s:%d:%d:%R   in %<constexpr%> expansion of %qs"
20644 msgstr "%r%s:%d:%d:%R   у розгортанні %<constexpr%> %qs"
20646 #: cp/error.cc:3890
20647 msgid "%r%s:%d:%R   in %<constexpr%> expansion of %qs"
20648 msgstr ""
20650 #: cp/parser.cc:6140
20651 msgid "parameter %qD may not appear in this context"
20652 msgstr ""
20654 #: cp/parser.cc:6141
20655 msgid "local variable %qD may not appear in this context"
20656 msgstr ""
20658 #: cp/parser.cc:21870
20659 msgid "%<using enum%> only available with %<-std=c++20%> or %<-std=gnu++20%>"
20660 msgstr ""
20662 #: cp/parser.cc:21873
20663 msgid "%<using enum%> of dependent type %qT"
20664 msgstr ""
20666 #: cp/parser.cc:21875
20667 msgid "%<using enum%> of non-enumeration type %q#T"
20668 msgstr ""
20670 #: cp/parser.cc:21877
20671 msgid "%<using enum%> of incomplete type %qT"
20672 msgstr "%<using enum%> неповного типу %qT"
20674 #: cp/parser.cc:21879
20675 msgid "%<using enum%> of %qT before its enum-specifier"
20676 msgstr ""
20678 #: cp/pt.cc:2016 cp/semantics.cc:5984
20679 msgid "candidates are:"
20680 msgstr ""
20682 #: cp/rtti.cc:592
20683 msgid "target is not pointer or reference to class"
20684 msgstr ""
20686 #: cp/rtti.cc:597
20687 msgid "target is not pointer or reference to complete type"
20688 msgstr ""
20690 #: cp/rtti.cc:603
20691 msgid "target is not pointer or reference"
20692 msgstr ""
20694 #: cp/rtti.cc:619
20695 msgid "source is not a pointer"
20696 msgstr ""
20698 #: cp/rtti.cc:624
20699 msgid "source is not a pointer to class"
20700 msgstr ""
20702 #: cp/rtti.cc:629
20703 msgid "source is a pointer to incomplete type"
20704 msgstr ""
20706 #: cp/rtti.cc:642
20707 msgid "source is not of class type"
20708 msgstr ""
20710 #: cp/rtti.cc:647
20711 msgid "source is of incomplete class type"
20712 msgstr ""
20714 #: cp/rtti.cc:658
20715 msgid "conversion casts away constness"
20716 msgstr ""
20718 #: cp/rtti.cc:818
20719 msgid "source type is not polymorphic"
20720 msgstr ""
20722 #: cp/typeck.cc:7321 c/c-typeck.cc:4611
20723 #, gcc-internal-format
20724 msgid "wrong type argument to unary minus"
20725 msgstr ""
20727 #: cp/typeck.cc:7322 c/c-typeck.cc:4598
20728 #, gcc-internal-format
20729 msgid "wrong type argument to unary plus"
20730 msgstr ""
20732 #: cp/typeck.cc:7349 c/c-typeck.cc:4655
20733 #, gcc-internal-format
20734 msgid "wrong type argument to bit-complement"
20735 msgstr ""
20737 #: cp/typeck.cc:7366 c/c-typeck.cc:4663
20738 #, gcc-internal-format
20739 msgid "wrong type argument to abs"
20740 msgstr ""
20742 #: cp/typeck.cc:7378 c/c-typeck.cc:4685
20743 #, gcc-internal-format
20744 msgid "wrong type argument to conjugation"
20745 msgstr ""
20747 #: cp/typeck.cc:7400
20748 msgid "in argument to unary !"
20749 msgstr ""
20751 #: cp/typeck.cc:7449
20752 msgid "no pre-increment operator for type"
20753 msgstr ""
20755 #: cp/typeck.cc:7451
20756 msgid "no post-increment operator for type"
20757 msgstr ""
20759 #: cp/typeck.cc:7453
20760 msgid "no pre-decrement operator for type"
20761 msgstr ""
20763 #: cp/typeck.cc:7455
20764 msgid "no post-decrement operator for type"
20765 msgstr ""
20767 #: fortran/arith.cc:1487
20768 msgid "elemental binary operation"
20769 msgstr ""
20771 #: fortran/check.cc:70
20772 msgid " [see %<-fno-allow-invalid-boz%>]"
20773 msgstr " [див. %<-fno-allow-invalid-boz%>]"
20775 #: fortran/check.cc:3705
20776 #, c-format
20777 msgid "arguments 'a%d' and 'a%d' for intrinsic '%s'"
20778 msgstr ""
20780 #: fortran/check.cc:3914 fortran/check.cc:3996 fortran/check.cc:4061
20781 #, c-format
20782 msgid "arguments '%s' and '%s' for intrinsic %s"
20783 msgstr ""
20785 #: fortran/check.cc:4402 fortran/intrinsic.cc:4821
20786 #, c-format
20787 msgid "arguments '%s' and '%s' for intrinsic '%s'"
20788 msgstr ""
20790 #: fortran/dump-parse-tree.cc:3649
20791 #, c-format
20792 msgid ""
20793 "/* Prototypes for external procedures generated from %s\n"
20794 "   by GNU Fortran %s%s.\n"
20795 "\n"
20796 "   Use of this interface is discouraged, consider using the\n"
20797 "   BIND(C) feature of standard Fortran instead.  */\n"
20798 "\n"
20799 msgstr ""
20801 #: fortran/error.cc:977
20802 msgid "Fortran 2018 deleted feature:"
20803 msgstr "Вилучена можливість у Fortran 2018:"
20805 #: fortran/error.cc:979
20806 msgid "Fortran 2018 obsolescent feature:"
20807 msgstr "Застаріла можливість у Fortran 2018:"
20809 #: fortran/error.cc:981
20810 msgid "Fortran 2018:"
20811 msgstr "Fortran 2018:"
20813 #: fortran/error.cc:983
20814 msgid "Fortran 2008 obsolescent feature:"
20815 msgstr "Застаріла можливість у Fortran 2008:"
20817 #: fortran/error.cc:989
20818 msgid "GNU Extension:"
20819 msgstr "Розширення GNU:"
20821 #: fortran/error.cc:991
20822 msgid "Legacy Extension:"
20823 msgstr "Застаріле розширення:"
20825 #: fortran/error.cc:993
20826 msgid "Obsolescent feature:"
20827 msgstr "Застаріла можливість:"
20829 #: fortran/error.cc:995
20830 msgid "Deleted feature:"
20831 msgstr "Вилучена можливість:"
20833 #: fortran/expr.cc:3783
20834 msgid "array assignment"
20835 msgstr "призначення масиву"
20837 #: fortran/frontend-passes.cc:2387
20838 msgid "Index variable %qs redefined at %L in procedure %qs called from within DO loop at %L"
20839 msgstr ""
20841 #. Macros for unified error messages.
20842 #: fortran/frontend-passes.cc:4078
20843 #, c-format
20844 msgid "Incorrect extent in argument B in MATMUL intrinsic in dimension 1: is %ld, should be %ld"
20845 msgstr ""
20847 #: fortran/frontend-passes.cc:4081
20848 #, c-format
20849 msgid "Array bound mismatch for dimension 1 of array (%ld/%ld)"
20850 msgstr ""
20852 #: fortran/frontend-passes.cc:4084
20853 #, c-format
20854 msgid "Array bound mismatch for dimension 2 of array (%ld/%ld)"
20855 msgstr ""
20857 #: fortran/gfortranspec.cc:427 m2/gm2spec.cc:791
20858 #, c-format
20859 msgid "Driving:"
20860 msgstr "Керування:"
20862 #: fortran/interface.cc:3618 fortran/intrinsic.cc:4505
20863 msgid "actual argument to INTENT = OUT/INOUT"
20864 msgstr "справжній аргумент INTENT = OUT/INOUT"
20866 #: fortran/intrinsic.cc:4858
20867 msgid "available since Fortran 77"
20868 msgstr "доступний з Fortran 77"
20870 #: fortran/intrinsic.cc:4862
20871 msgid "obsolescent in Fortran 95"
20872 msgstr "визнано застарілим у Fortran 95"
20874 #: fortran/intrinsic.cc:4866
20875 msgid "deleted in Fortran 95"
20876 msgstr "вилучено у Fortran 95"
20878 #: fortran/intrinsic.cc:4870
20879 msgid "new in Fortran 95"
20880 msgstr "впроваджено у Fortran 95"
20882 #: fortran/intrinsic.cc:4874
20883 msgid "new in Fortran 2003"
20884 msgstr "впроваджено у Fortran 2003"
20886 #: fortran/intrinsic.cc:4878
20887 msgid "new in Fortran 2008"
20888 msgstr "впроваджено у Fortran 2008"
20890 #: fortran/intrinsic.cc:4882
20891 msgid "new in Fortran 2018"
20892 msgstr "впроваджено у Fortran 2018"
20894 #: fortran/intrinsic.cc:4886
20895 msgid "a GNU Fortran extension"
20896 msgstr "розширення GNU Fortran"
20898 #: fortran/intrinsic.cc:4890
20899 msgid "for backward compatibility"
20900 msgstr "для зворотної сумісності"
20902 #: fortran/io.cc:1873
20903 #, c-format
20904 msgid "%s tag"
20905 msgstr ""
20907 #: fortran/io.cc:3373
20908 msgid "internal unit in WRITE"
20909 msgstr ""
20911 #. For INQUIRE, all tags except FILE, ID and UNIT are variable definition
20912 #. contexts.  Thus, use an extended RESOLVE_TAG macro for that.
20913 #: fortran/io.cc:4734
20914 #, c-format
20915 msgid "%s tag with INQUIRE"
20916 msgstr ""
20918 #: fortran/matchexp.cc:28
20919 #, c-format
20920 msgid "Syntax error in expression at %C"
20921 msgstr "Синтаксична помилка у виразі у %C"
20923 #: fortran/module.cc:1254
20924 msgid "Unexpected EOF"
20925 msgstr "Неочікуваний символ кінця файла"
20927 #: fortran/module.cc:1379
20928 msgid "Name too long"
20929 msgstr "Назва є надто довгою"
20931 #: fortran/module.cc:1433 fortran/module.cc:1491 fortran/module.cc:1546
20932 #: fortran/module.cc:1604
20933 msgid "Bad name"
20934 msgstr "Помилкова назва"
20936 #: fortran/module.cc:1628
20937 msgid "Expected name"
20938 msgstr ""
20940 #: fortran/module.cc:1631
20941 msgid "Expected left parenthesis"
20942 msgstr ""
20944 #: fortran/module.cc:1634
20945 msgid "Expected right parenthesis"
20946 msgstr ""
20948 #: fortran/module.cc:1637
20949 msgid "Expected integer"
20950 msgstr "Мало бути ціле число"
20952 #: fortran/module.cc:1640 fortran/module.cc:2845
20953 msgid "Expected string"
20954 msgstr "Мало бути використано рядок"
20956 #: fortran/module.cc:1665
20957 msgid "find_enum(): Enum not found"
20958 msgstr ""
20960 #: fortran/module.cc:2235
20961 msgid "Unsupported: multiple OpenACC 'routine' levels of parallelism"
20962 msgstr ""
20964 #: fortran/module.cc:2475
20965 msgid "Expected attribute bit name"
20966 msgstr ""
20968 #: fortran/module.cc:3474
20969 msgid "Expected integer string"
20970 msgstr ""
20972 #: fortran/module.cc:3478
20973 msgid "Error converting integer"
20974 msgstr ""
20976 #: fortran/module.cc:3500
20977 msgid "Expected real string"
20978 msgstr ""
20980 #: fortran/module.cc:3725
20981 msgid "Expected expression type"
20982 msgstr ""
20984 #: fortran/module.cc:3805
20985 msgid "Bad operator"
20986 msgstr ""
20988 #: fortran/module.cc:3922
20989 msgid "Bad type in constant expression"
20990 msgstr ""
20992 #: fortran/module.cc:7380
20993 msgid "Unexpected end of module"
20994 msgstr ""
20996 #: fortran/parse.cc:1947
20997 msgid "arithmetic IF"
20998 msgstr ""
21000 #: fortran/parse.cc:1956
21001 msgid "attribute declaration"
21002 msgstr ""
21004 #: fortran/parse.cc:1992
21005 msgid "data declaration"
21006 msgstr ""
21008 #: fortran/parse.cc:2010
21009 msgid "derived type declaration"
21010 msgstr ""
21012 #: fortran/parse.cc:2137
21013 msgid "block IF"
21014 msgstr ""
21016 #: fortran/parse.cc:2146
21017 msgid "implied END DO"
21018 msgstr ""
21020 #: fortran/parse.cc:2240 fortran/resolve.cc:12129
21021 msgid "assignment"
21022 msgstr "присвоювання"
21024 #: fortran/parse.cc:2243 fortran/resolve.cc:12187 fortran/resolve.cc:12190
21025 msgid "pointer assignment"
21026 msgstr ""
21028 #: fortran/parse.cc:2267
21029 msgid "simple IF"
21030 msgstr ""
21032 #: fortran/resolve.cc:2394 fortran/resolve.cc:2589
21033 msgid "elemental procedure"
21034 msgstr ""
21036 #: fortran/resolve.cc:2492
21037 msgid "allocatable argument"
21038 msgstr ""
21040 #: fortran/resolve.cc:2497
21041 msgid "asynchronous argument"
21042 msgstr ""
21044 #: fortran/resolve.cc:2502
21045 msgid "optional argument"
21046 msgstr ""
21048 #: fortran/resolve.cc:2507
21049 msgid "pointer argument"
21050 msgstr ""
21052 #: fortran/resolve.cc:2512
21053 msgid "target argument"
21054 msgstr ""
21056 #: fortran/resolve.cc:2517
21057 msgid "value argument"
21058 msgstr ""
21060 #: fortran/resolve.cc:2522
21061 msgid "volatile argument"
21062 msgstr ""
21064 #: fortran/resolve.cc:2527
21065 msgid "assumed-shape argument"
21066 msgstr ""
21068 #: fortran/resolve.cc:2532
21069 msgid "assumed-rank argument"
21070 msgstr ""
21072 #: fortran/resolve.cc:2537
21073 msgid "coarray argument"
21074 msgstr ""
21076 #: fortran/resolve.cc:2542
21077 msgid "parametrized derived type argument"
21078 msgstr ""
21080 #: fortran/resolve.cc:2547
21081 msgid "polymorphic argument"
21082 msgstr ""
21084 #: fortran/resolve.cc:2552
21085 msgid "NO_ARG_CHECK attribute"
21086 msgstr ""
21088 #. As assumed-type is unlimited polymorphic (cf. above).
21089 #. See also TS 29113, Note 6.1.
21090 #: fortran/resolve.cc:2559
21091 msgid "assumed-type argument"
21092 msgstr ""
21094 #: fortran/resolve.cc:2570
21095 msgid "array result"
21096 msgstr ""
21098 #: fortran/resolve.cc:2575
21099 msgid "pointer or allocatable result"
21100 msgstr ""
21102 #: fortran/resolve.cc:2582
21103 msgid "result with non-constant character length"
21104 msgstr ""
21106 #: fortran/resolve.cc:2594
21107 msgid "bind(c) procedure"
21108 msgstr ""
21110 #: fortran/resolve.cc:4138
21111 #, c-format
21112 msgid "Invalid context for NULL() pointer at %%L"
21113 msgstr ""
21115 #: fortran/resolve.cc:4155
21116 #, c-format
21117 msgid "Operand of unary numeric operator %%<%s%%> at %%L is %s"
21118 msgstr ""
21120 #: fortran/resolve.cc:4172
21121 #, c-format
21122 msgid "Unexpected derived-type entities in binary intrinsic numeric operator %%<%s%%> at %%L"
21123 msgstr ""
21125 #: fortran/resolve.cc:4177
21126 #, c-format
21127 msgid "Operands of binary numeric operator %%<%s%%> at %%L are %s/%s"
21128 msgstr ""
21130 #: fortran/resolve.cc:4192
21131 #, c-format
21132 msgid "Operands of string concatenation operator at %%L are %s/%s"
21133 msgstr ""
21135 #: fortran/resolve.cc:4235
21136 #, c-format
21137 msgid "Operands of logical operator %%<%s%%> at %%L are %s/%s"
21138 msgstr ""
21140 #: fortran/resolve.cc:4258
21141 #, c-format
21142 msgid "Operand of .not. operator at %%L is %s"
21143 msgstr ""
21145 #: fortran/resolve.cc:4272
21146 msgid "COMPLEX quantities cannot be compared at %L"
21147 msgstr ""
21149 #: fortran/resolve.cc:4370
21150 #, c-format
21151 msgid "Logicals at %%L must be compared with %s instead of %s"
21152 msgstr ""
21154 #: fortran/resolve.cc:4376
21155 #, c-format
21156 msgid "Operands of comparison operator %%<%s%%> at %%L are %s/%s"
21157 msgstr ""
21159 #: fortran/resolve.cc:4390
21160 #, fuzzy, c-format
21161 #| msgid "Unknown operator %%<%s%%> at %%L; did you mean '%s'?"
21162 msgid "Unknown operator %%<%s%%> at %%L; did you mean %%<%s%%>?"
21163 msgstr "Невідомий оператор %%<%s%%> у %%L; хотіли написати «%s»?"
21165 #: fortran/resolve.cc:4393
21166 #, c-format
21167 msgid "Unknown operator %%<%s%%> at %%L"
21168 msgstr "Невідомий оператор %%<%s%%> у %%L"
21170 #: fortran/resolve.cc:4398
21171 #, c-format
21172 msgid "Operand of user operator %%<%s%%> at %%L is %s"
21173 msgstr ""
21175 #: fortran/resolve.cc:4403
21176 #, c-format
21177 msgid "Operands of user operator %%<%s%%> at %%L are %s/%s"
21178 msgstr ""
21180 #: fortran/resolve.cc:4489
21181 #, c-format
21182 msgid "Inconsistent ranks for operator at %%L and %%L"
21183 msgstr ""
21185 #: fortran/resolve.cc:7339
21186 msgid "Loop variable"
21187 msgstr ""
21189 #: fortran/resolve.cc:7343
21190 msgid "iterator variable"
21191 msgstr ""
21193 #: fortran/resolve.cc:7347
21194 msgid "Start expression in DO loop"
21195 msgstr ""
21197 #: fortran/resolve.cc:7351
21198 msgid "End expression in DO loop"
21199 msgstr ""
21201 #: fortran/resolve.cc:7355
21202 msgid "Step expression in DO loop"
21203 msgstr ""
21205 #: fortran/resolve.cc:7642 fortran/resolve.cc:7645
21206 msgid "DEALLOCATE object"
21207 msgstr ""
21209 #: fortran/resolve.cc:8023 fortran/resolve.cc:8026
21210 msgid "ALLOCATE object"
21211 msgstr ""
21213 #: fortran/resolve.cc:8260 fortran/resolve.cc:10236 fortran/resolve.cc:10357
21214 msgid "STAT variable"
21215 msgstr ""
21217 #: fortran/resolve.cc:8311 fortran/resolve.cc:10248 fortran/resolve.cc:10369
21218 msgid "ERRMSG variable"
21219 msgstr ""
21221 #: fortran/resolve.cc:10038
21222 msgid "item in READ"
21223 msgstr ""
21225 #: fortran/resolve.cc:10260
21226 msgid "ACQUIRED_LOCK variable"
21227 msgstr ""
21229 #: fortran/trans-array.cc:1918
21230 #, c-format
21231 msgid "Different CHARACTER lengths (%ld/%ld) in array constructor"
21232 msgstr ""
21234 #: fortran/trans-array.cc:6184
21235 msgid "Integer overflow when calculating the amount of memory to allocate"
21236 msgstr ""
21238 #: fortran/trans-array.cc:10117
21239 #, c-format
21240 msgid "The value of the PDT LEN parameter '%s' does not agree with that in the dummy declaration"
21241 msgstr ""
21243 #: fortran/trans-decl.cc:6168
21244 #, c-format
21245 msgid "Actual string length does not match the declared one for dummy argument '%s' (%ld/%ld)"
21246 msgstr ""
21248 #: fortran/trans-decl.cc:6176
21249 #, c-format
21250 msgid "Actual string length is shorter than the declared one for dummy argument '%s' (%ld/%ld)"
21251 msgstr ""
21253 #: fortran/trans-expr.cc:10343
21254 #, c-format
21255 msgid "Target of rank remapping is too small (%ld < %ld)"
21256 msgstr ""
21258 #: fortran/trans-expr.cc:11806
21259 msgid "Assignment of scalar to unallocated array"
21260 msgstr ""
21262 #: fortran/trans-intrinsic.cc:983
21263 #, c-format
21264 msgid "Unequal character lengths (%ld/%ld) in %s"
21265 msgstr ""
21267 #: fortran/trans-intrinsic.cc:6518
21268 #, c-format
21269 msgid "POS argument (%ld) out of range 0:%ld in intrinsic BTEST"
21270 msgstr ""
21272 #: fortran/trans-intrinsic.cc:6613
21273 #, c-format
21274 msgid "POS argument (%ld) out of range 0:%ld in intrinsic %s"
21275 msgstr ""
21277 #: fortran/trans-intrinsic.cc:6660
21278 #, c-format
21279 msgid "POS argument (%ld) out of range 0:%ld in intrinsic IBITS"
21280 msgstr ""
21282 #: fortran/trans-intrinsic.cc:6670
21283 #, c-format
21284 msgid "LEN argument (%ld) out of range 0:%ld in intrinsic IBITS"
21285 msgstr ""
21287 #: fortran/trans-intrinsic.cc:6677
21288 #, c-format
21289 msgid "POS(%ld)+LEN(%ld)>BIT_SIZE(%ld) in intrinsic IBITS"
21290 msgstr ""
21292 #: fortran/trans-intrinsic.cc:6750
21293 #, c-format
21294 msgid "SHIFT argument (%ld) out of range 0:%ld in intrinsic %s"
21295 msgstr ""
21297 #: fortran/trans-intrinsic.cc:6818
21298 #, c-format
21299 msgid "SHIFT argument (%ld) out of range -%ld:%ld in intrinsic ISHFT"
21300 msgstr ""
21302 #: fortran/trans-intrinsic.cc:6884
21303 #, c-format
21304 msgid "SIZE argument (%ld) out of range 1:%ld in intrinsic ISHFTC"
21305 msgstr ""
21307 #: fortran/trans-intrinsic.cc:6892 fortran/trans-intrinsic.cc:6937
21308 #, c-format
21309 msgid "SHIFT argument (%ld) out of range -%ld:%ld in intrinsic ISHFTC"
21310 msgstr ""
21312 #: fortran/trans-intrinsic.cc:9290
21313 #, c-format
21314 msgid "Argument NCOPIES of REPEAT intrinsic is negative (its value is %ld)"
21315 msgstr ""
21317 #: fortran/trans-intrinsic.cc:9322
21318 msgid "Argument NCOPIES of REPEAT intrinsic is too large"
21319 msgstr ""
21321 #: fortran/trans-intrinsic.cc:12280
21322 #, c-format
21323 msgid "FROMPOS argument (%ld) out of range 0:%d in intrinsic MVBITS"
21324 msgstr ""
21326 #: fortran/trans-intrinsic.cc:12292
21327 #, c-format
21328 msgid "LEN argument (%ld) out of range 0:%d in intrinsic MVBITS"
21329 msgstr ""
21331 #: fortran/trans-intrinsic.cc:12304
21332 #, c-format
21333 msgid "TOPOS argument (%ld) out of range 0:%d in intrinsic MVBITS"
21334 msgstr ""
21336 #: fortran/trans-intrinsic.cc:12316
21337 #, c-format
21338 msgid "FROMPOS(%ld)+LEN(%ld)>BIT_SIZE(%d) in intrinsic MVBITS"
21339 msgstr ""
21341 #: fortran/trans-intrinsic.cc:12324
21342 #, c-format
21343 msgid "TOPOS(%ld)+LEN(%ld)>BIT_SIZE(%d) in intrinsic MVBITS"
21344 msgstr ""
21346 #: fortran/trans-io.cc:587
21347 msgid "Unit number in I/O statement too small"
21348 msgstr ""
21350 #: fortran/trans-io.cc:596
21351 msgid "Unit number in I/O statement too large"
21352 msgstr ""
21354 #: fortran/trans-stmt.cc:156
21355 msgid "Assigned label is not a target label"
21356 msgstr ""
21358 #: fortran/trans-stmt.cc:1288
21359 #, c-format
21360 msgid "Invalid image number %d in SYNC IMAGES"
21361 msgstr ""
21363 #: fortran/trans-stmt.cc:2450
21364 msgid "Loop iterates infinitely"
21365 msgstr ""
21367 #: fortran/trans-stmt.cc:2470 fortran/trans-stmt.cc:2726
21368 msgid "Loop variable has been modified"
21369 msgstr ""
21371 #: fortran/trans-stmt.cc:2579
21372 msgid "DO step value is zero"
21373 msgstr ""
21375 #: fortran/trans.cc:47
21376 msgid "Array reference out of bounds"
21377 msgstr ""
21379 #: fortran/trans.cc:742 fortran/trans.cc:817
21380 #, c-format
21381 msgid "Error allocating %lu bytes"
21382 msgstr "Не вдалося розмістити у пам'яті %lu байтів"
21384 #: fortran/trans.cc:1026
21385 #, c-format
21386 msgid "Attempting to allocate already allocated variable '%s'"
21387 msgstr "Спроба розмістити у пам'яті вже розміщену змінну «%s»"
21389 #: fortran/trans.cc:1032
21390 msgid "Attempting to allocate already allocated variable"
21391 msgstr ""
21393 #: fortran/trans.cc:1482 fortran/trans.cc:1641
21394 #, c-format
21395 msgid "Attempt to DEALLOCATE unallocated '%s'"
21396 msgstr ""
21398 #: fortran/trans.cc:1799
21399 #, c-format
21400 msgid "Error reallocating to %lu bytes"
21401 msgstr ""
21403 #: go/go-backend.cc:166 rust/rust-object-export.cc:148
21404 msgid "lseek failed while reading export data"
21405 msgstr ""
21407 #: go/go-backend.cc:173 rust/rust-object-export.cc:155
21408 msgid "memory allocation failed while reading export data"
21409 msgstr ""
21411 #: go/go-backend.cc:181 rust/rust-object-export.cc:163
21412 msgid "read failed while reading export data"
21413 msgstr ""
21415 #: go/go-backend.cc:187 rust/rust-object-export.cc:169
21416 msgid "short read while reading export data"
21417 msgstr ""
21419 #: go/gofrontend/expressions.cc:183 c-family/c-warn.cc:683 cp/cvt.cc:1401
21420 #: rust/backend/rust-tree.cc:513
21421 #, gcc-internal-format
21422 msgid "value computed is not used"
21423 msgstr ""
21425 #: go/gofrontend/expressions.cc:930
21426 msgid "invalid use of type"
21427 msgstr ""
21429 #: go/gofrontend/expressions.cc:3549 go/gofrontend/expressions.cc:3565
21430 msgid "constant refers to itself"
21431 msgstr ""
21433 #: go/gofrontend/expressions.cc:4677 go/gofrontend/expressions.cc:5176
21434 msgid "expected pointer"
21435 msgstr ""
21437 #: go/gofrontend/expressions.cc:5147
21438 msgid "expected numeric type"
21439 msgstr ""
21441 #: go/gofrontend/expressions.cc:5152
21442 msgid "expected boolean type"
21443 msgstr ""
21445 #: go/gofrontend/expressions.cc:5157 c/c-parser.cc:16671 c/c-parser.cc:16678
21446 #: cp/parser.cc:39948 cp/parser.cc:39955
21447 #, gcc-internal-format
21448 msgid "expected integer"
21449 msgstr "мало бути ціле число"
21451 #: go/gofrontend/expressions.cc:6937
21452 msgid "invalid comparison of nil with nil"
21453 msgstr ""
21455 #: go/gofrontend/expressions.cc:6943 go/gofrontend/expressions.cc:6961
21456 msgid "incompatible types in binary expression"
21457 msgstr ""
21459 #: go/gofrontend/expressions.cc:6981
21460 msgid "integer division by zero"
21461 msgstr ""
21463 #: go/gofrontend/expressions.cc:6989
21464 msgid "shift of non-integer operand"
21465 msgstr ""
21467 #: go/gofrontend/expressions.cc:6992 go/gofrontend/expressions.cc:6995
21468 #: go/gofrontend/expressions.cc:7003
21469 msgid "shift count not integer"
21470 msgstr ""
21472 #: go/gofrontend/expressions.cc:7008
21473 msgid "negative shift count"
21474 msgstr ""
21476 #: go/gofrontend/expressions.cc:7892
21477 msgid "object is not a method"
21478 msgstr ""
21480 #: go/gofrontend/expressions.cc:7909
21481 msgid "method type does not match object type"
21482 msgstr ""
21484 #: go/gofrontend/expressions.cc:8323
21485 msgid "invalid use of %<...%> with builtin function"
21486 msgstr ""
21488 #: go/gofrontend/expressions.cc:8334
21489 msgid "invalid use of method value as argument of Offsetof"
21490 msgstr ""
21492 #: go/gofrontend/expressions.cc:8348
21493 msgid "argument of Offsetof implies indirection of an embedded field"
21494 msgstr ""
21496 #: go/gofrontend/expressions.cc:8373 go/gofrontend/expressions.cc:8409
21497 #: go/gofrontend/expressions.cc:8850 go/gofrontend/expressions.cc:10206
21498 #: go/gofrontend/expressions.cc:10351 go/gofrontend/expressions.cc:10397
21499 #: go/gofrontend/expressions.cc:10432 go/gofrontend/expressions.cc:10508
21500 #: go/gofrontend/expressions.cc:10533 go/gofrontend/expressions.cc:12686
21501 #: go/gofrontend/expressions.cc:12703 go/gofrontend/expressions.cc:12719
21502 msgid "not enough arguments"
21503 msgstr "недостатньо аргументів"
21505 #: go/gofrontend/expressions.cc:8375 go/gofrontend/expressions.cc:8411
21506 #: go/gofrontend/expressions.cc:10211 go/gofrontend/expressions.cc:10334
21507 #: go/gofrontend/expressions.cc:10356 go/gofrontend/expressions.cc:10437
21508 #: go/gofrontend/expressions.cc:10510 go/gofrontend/expressions.cc:10535
21509 #: go/gofrontend/expressions.cc:11415 go/gofrontend/expressions.cc:12691
21510 #: go/gofrontend/expressions.cc:12705 go/gofrontend/expressions.cc:12726
21511 #: cp/pt.cc:9197
21512 #, gcc-internal-format
21513 msgid "too many arguments"
21514 msgstr "забагато аргументів"
21516 #: go/gofrontend/expressions.cc:8413
21517 msgid "argument 1 must be a map"
21518 msgstr ""
21520 #: go/gofrontend/expressions.cc:8880
21521 msgid "invalid type for make function"
21522 msgstr ""
21524 #: go/gofrontend/expressions.cc:8893
21525 msgid "length required when allocating a slice"
21526 msgstr ""
21528 #: go/gofrontend/expressions.cc:8937
21529 msgid "len larger than cap"
21530 msgstr ""
21532 #: go/gofrontend/expressions.cc:8946
21533 msgid "too many arguments to make"
21534 msgstr ""
21536 #: go/gofrontend/expressions.cc:10255
21537 msgid "argument must be array or slice or channel"
21538 msgstr ""
21540 #: go/gofrontend/expressions.cc:10265
21541 msgid "argument must be string or array or slice or map or channel"
21542 msgstr ""
21544 #: go/gofrontend/expressions.cc:10302
21545 msgid "unsupported argument type to builtin function"
21546 msgstr ""
21548 #: go/gofrontend/expressions.cc:10313
21549 msgid "argument must be channel"
21550 msgstr ""
21552 #: go/gofrontend/expressions.cc:10315
21553 msgid "cannot close receive-only channel"
21554 msgstr ""
21556 #: go/gofrontend/expressions.cc:10326
21557 #, fuzzy
21558 #| msgid "invalid argument to built-in function %s"
21559 msgid "argument to builtin has void type"
21560 msgstr "некоректний аргумент вбудованої функції %s"
21562 #: go/gofrontend/expressions.cc:10342
21563 msgid "argument must be a field reference"
21564 msgstr ""
21566 #: go/gofrontend/expressions.cc:10372
21567 msgid "left argument must be a slice"
21568 msgstr ""
21570 #: go/gofrontend/expressions.cc:10380
21571 msgid "element types must be the same"
21572 msgstr ""
21574 #: go/gofrontend/expressions.cc:10385
21575 msgid "first argument must be []byte"
21576 msgstr ""
21578 #: go/gofrontend/expressions.cc:10388
21579 msgid "second argument must be slice or string"
21580 msgstr ""
21582 #: go/gofrontend/expressions.cc:10500
21583 msgid "argument must have complex type"
21584 msgstr ""
21586 #: go/gofrontend/expressions.cc:10519
21587 msgid "complex arguments must have identical types"
21588 msgstr ""
21590 #: go/gofrontend/expressions.cc:10521
21591 msgid "complex arguments must have floating-point type"
21592 msgstr ""
21594 #: go/gofrontend/expressions.cc:11181
21595 msgid "type conversion result count mismatch"
21596 msgstr ""
21598 #: go/gofrontend/expressions.cc:11195 go/gofrontend/expressions.cc:12632
21599 #: go/gofrontend/expressions.cc:13068
21600 msgid "expected function"
21601 msgstr ""
21603 #: go/gofrontend/expressions.cc:11223
21604 msgid "multiple-value argument in single-value context"
21605 msgstr ""
21607 #: go/gofrontend/expressions.cc:11419
21608 msgid "invalid use of %<...%> with non-slice"
21609 msgstr ""
21611 #: go/gofrontend/expressions.cc:12640
21612 msgid "function result count mismatch"
21613 msgstr ""
21615 #: go/gofrontend/expressions.cc:12658
21616 msgid "incompatible type for receiver"
21617 msgstr ""
21619 #: go/gofrontend/expressions.cc:12676
21620 msgid "invalid use of %<...%> calling non-variadic function"
21621 msgstr ""
21623 #: go/gofrontend/expressions.cc:13077 go/gofrontend/expressions.cc:13091
21624 msgid "number of results does not match number of values"
21625 msgstr ""
21627 #: go/gofrontend/expressions.cc:13383 go/gofrontend/expressions.cc:14054
21628 msgid "index must be integer"
21629 msgstr ""
21631 #: go/gofrontend/expressions.cc:13392 go/gofrontend/expressions.cc:14063
21632 msgid "slice end must be integer"
21633 msgstr ""
21635 #: go/gofrontend/expressions.cc:13401
21636 msgid "slice capacity must be integer"
21637 msgstr ""
21639 #: go/gofrontend/expressions.cc:13452 go/gofrontend/expressions.cc:14097
21640 msgid "inverted slice range"
21641 msgstr ""
21643 #: go/gofrontend/expressions.cc:13495
21644 msgid "slice of unaddressable value"
21645 msgstr ""
21647 #: go/gofrontend/expressions.cc:14353
21648 msgid "incompatible type for map index"
21649 msgstr ""
21651 #: go/gofrontend/expressions.cc:14791
21652 msgid "expected interface or pointer to interface"
21653 msgstr ""
21655 #: go/gofrontend/expressions.cc:15577
21656 msgid "too many expressions for struct"
21657 msgstr ""
21659 #: go/gofrontend/expressions.cc:15590
21660 msgid "too few expressions for struct"
21661 msgstr ""
21663 #: go/gofrontend/expressions.cc:17555 go/gofrontend/statements.cc:1921
21664 msgid "type assertion only valid for interface types"
21665 msgstr ""
21667 #: go/gofrontend/expressions.cc:17567
21668 msgid "impossible type assertion: type does not implement interface"
21669 msgstr ""
21671 #: go/gofrontend/expressions.cc:17766 go/gofrontend/expressions.cc:17786
21672 #: go/gofrontend/statements.cc:1768
21673 msgid "expected channel"
21674 msgstr ""
21676 #: go/gofrontend/expressions.cc:17791 go/gofrontend/statements.cc:1773
21677 msgid "invalid receive on send-only channel"
21678 msgstr ""
21680 #: go/gofrontend/parse.cc:3274
21681 msgid "parentheses required around this composite literal to avoid parsing ambiguity"
21682 msgstr ""
21684 #: go/gofrontend/parse.cc:4848
21685 msgid "cannot fallthrough final case in switch"
21686 msgstr ""
21688 #: go/gofrontend/statements.cc:1071
21689 msgid "invalid left hand side of assignment"
21690 msgstr ""
21692 #: go/gofrontend/statements.cc:1082 go/gofrontend/statements.cc:1437
21693 msgid "use of untyped nil"
21694 msgstr ""
21696 #: go/gofrontend/statements.cc:1559
21697 msgid "expected map index on right hand side"
21698 msgstr ""
21700 #: go/gofrontend/statements.cc:3196 go/gofrontend/statements.cc:3226
21701 msgid "not enough arguments to return"
21702 msgstr ""
21704 #: go/gofrontend/statements.cc:3204
21705 msgid "return with value in function with no return type"
21706 msgstr ""
21708 #: go/gofrontend/statements.cc:3232
21709 msgid "too many values in return statement"
21710 msgstr ""
21712 #: go/gofrontend/statements.cc:3785
21713 msgid "expected boolean expression"
21714 msgstr ""
21716 #: go/gofrontend/statements.cc:4982
21717 msgid "cannot type switch on non-interface value"
21718 msgstr ""
21720 #: go/gofrontend/statements.cc:5117
21721 msgid "incompatible types in send"
21722 msgstr ""
21724 #: go/gofrontend/statements.cc:5122
21725 msgid "invalid send on receive-only channel"
21726 msgstr ""
21728 #: go/gofrontend/statements.cc:6440
21729 msgid "too many variables for range clause with channel"
21730 msgstr ""
21732 #: go/gofrontend/statements.cc:6447
21733 msgid "range clause must have array, slice, string, map, or channel type"
21734 msgstr ""
21736 #: go/gofrontend/types.cc:542
21737 msgid "invalid comparison of non-ordered type"
21738 msgstr ""
21740 #: go/gofrontend/types.cc:558
21741 msgid "slice can only be compared to nil"
21742 msgstr ""
21744 #: go/gofrontend/types.cc:560
21745 msgid "map can only be compared to nil"
21746 msgstr ""
21748 #: go/gofrontend/types.cc:562
21749 msgid "func can only be compared to nil"
21750 msgstr ""
21752 #: go/gofrontend/types.cc:568
21753 #, c-format
21754 msgid "invalid operation (%s)"
21755 msgstr "некоректна операція (%s)"
21757 #: go/gofrontend/types.cc:591
21758 msgid "invalid comparison of non-comparable type"
21759 msgstr ""
21761 #: go/gofrontend/types.cc:604
21762 msgid "invalid comparison of generated struct"
21763 msgstr ""
21765 #: go/gofrontend/types.cc:615
21766 msgid "invalid comparison of non-comparable struct"
21767 msgstr ""
21769 #: go/gofrontend/types.cc:625
21770 msgid "invalid comparison of generated array"
21771 msgstr ""
21773 #: go/gofrontend/types.cc:632
21774 msgid "invalid comparison of non-comparable array"
21775 msgstr ""
21777 #: go/gofrontend/types.cc:660
21778 msgid "multiple-value function call in single-value context"
21779 msgstr ""
21781 #: go/gofrontend/types.cc:744
21782 msgid "need explicit conversion"
21783 msgstr ""
21785 #: go/gofrontend/types.cc:752
21786 #, c-format
21787 msgid "cannot use type %s as type %s"
21788 msgstr ""
21790 #: go/gofrontend/types.cc:788
21791 msgid "conversion from normal type to notinheap type"
21792 msgstr ""
21794 #: go/gofrontend/types.cc:4802
21795 msgid "different receiver types"
21796 msgstr ""
21798 #: go/gofrontend/types.cc:4825 go/gofrontend/types.cc:4838
21799 #: go/gofrontend/types.cc:4852
21800 msgid "different number of parameters"
21801 msgstr ""
21803 #: go/gofrontend/types.cc:4845
21804 msgid "different parameter types"
21805 msgstr ""
21807 #: go/gofrontend/types.cc:4860
21808 msgid "different varargs"
21809 msgstr ""
21811 #: go/gofrontend/types.cc:4873 go/gofrontend/types.cc:4886
21812 #: go/gofrontend/types.cc:4900
21813 msgid "different number of results"
21814 msgstr ""
21816 #: go/gofrontend/types.cc:4893
21817 msgid "different result types"
21818 msgstr ""
21820 #: go/gofrontend/types.cc:9294
21821 #, c-format
21822 msgid "need explicit conversion; missing method %s%s%s"
21823 msgstr ""
21825 #: go/gofrontend/types.cc:9312 go/gofrontend/types.cc:9459
21826 #, c-format
21827 msgid "incompatible type for method %s%s%s"
21828 msgstr ""
21830 #: go/gofrontend/types.cc:9316 go/gofrontend/types.cc:9463
21831 #, c-format
21832 msgid "incompatible type for method %s%s%s (%s)"
21833 msgstr ""
21835 #: go/gofrontend/types.cc:9399 go/gofrontend/types.cc:9412
21836 msgid "pointer to interface type has no methods"
21837 msgstr ""
21839 #: go/gofrontend/types.cc:9401 go/gofrontend/types.cc:9414
21840 msgid "type has no methods"
21841 msgstr ""
21843 #: go/gofrontend/types.cc:9435
21844 #, c-format
21845 msgid "ambiguous method %s%s%s"
21846 msgstr ""
21848 #: go/gofrontend/types.cc:9438
21849 #, c-format
21850 msgid "missing method %s%s%s"
21851 msgstr ""
21853 #: go/gofrontend/types.cc:9480
21854 #, c-format
21855 msgid "method %s%s%s requires a pointer receiver"
21856 msgstr ""
21858 #: go/gofrontend/types.cc:9498
21859 #, c-format
21860 msgid "method %s%s%s is marked go:nointerface"
21861 msgstr ""
21863 #: lto-streamer.h:1031
21864 #, gcc-internal-format, gfc-internal-format
21865 msgid "bytecode stream: expected tag %s instead of %s"
21866 msgstr ""
21868 #: lto-streamer.h:1041
21869 #, gcc-internal-format, gfc-internal-format
21870 msgid "bytecode stream: tag %s is not in the expected range [%s, %s]"
21871 msgstr ""
21873 #. Mach-O supports 'weak imports', and 'weak definitions' in coalesced
21874 #. sections.  machopic_select_section ensures that weak variables go in
21875 #. coalesced sections.  Weak aliases (or any other kind of aliases) are
21876 #. not supported.  Weak symbols that aren't visible outside the .s file
21877 #. are not supported.
21878 #: config/darwin.h:648
21879 #, gcc-internal-format
21880 msgid "alias definitions not supported in Mach-O; ignored"
21881 msgstr ""
21883 #. No profiling.
21884 #: config/vx-common.h:123
21885 #, gcc-internal-format
21886 msgid "profiler support for VxWorks"
21887 msgstr ""
21889 #: config/arm/freebsd.h:121
21890 #, gcc-internal-format
21891 msgid "target OS does not support unaligned accesses"
21892 msgstr ""
21894 #: config/c6x/c6x.h:346 config/nvptx/nvptx.h:181
21895 #, gcc-internal-format
21896 msgid "profiling is not yet implemented for this architecture"
21897 msgstr ""
21899 #. Definitions for GCC.  Part of the machine description for CRIS.
21900 #. Copyright (C) 1998-2023 Free Software Foundation, Inc.
21901 #. Contributed by Axis Communications.  Written by Hans-Peter Nilsson.
21903 #. This file is part of GCC.
21905 #. GCC is free software; you can redistribute it and/or modify
21906 #. it under the terms of the GNU General Public License as published by
21907 #. the Free Software Foundation; either version 3, or (at your option)
21908 #. any later version.
21910 #. GCC is distributed in the hope that it will be useful,
21911 #. but WITHOUT ANY WARRANTY; without even the implied warranty of
21912 #. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21913 #. GNU General Public License for more details.
21915 #. You should have received a copy of the GNU General Public License
21916 #. along with GCC; see the file COPYING3.  If not see
21917 #. <http://www.gnu.org/licenses/>.
21918 #. After the first "Node:" comment comes all preprocessor directives and
21919 #. attached declarations described in the info files, the "Using and
21920 #. Porting GCC" manual (uapgcc), in the same order as found in the "Target
21921 #. macros" section in the gcc-2.9x CVS edition of 2000-03-17.  FIXME: Not
21922 #. really, but needs an update anyway.
21924 #. There is no generic copy-of-uapgcc comment, you'll have to see uapgcc
21925 #. for that.  If applicable, there is a CRIS-specific comment.  The order
21926 #. of macro definitions follow the order in the manual.  Every section in
21927 #. the manual (node in the info pages) has an introductory `Node:
21928 #. <subchapter>' comment.  If no macros are defined for a section, only
21929 #. the section-comment is present.
21930 #. Note that other header files (e.g. config/elfos.h, config/linux.h,
21931 #. and config/cris/linux.h) are responsible for lots of settings not
21932 #. repeated below.  This file contains general CRIS definitions
21933 #. and definitions for the cris-*-elf subtarget.
21934 #. We don't want to use gcc_assert for everything, as that can be
21935 #. compiled out.
21936 #: config/cris/cris.h:42
21937 #, gcc-internal-format, gfc-internal-format
21938 msgid "CRIS-port assertion failed: %s"
21939 msgstr ""
21941 #. Node: Caller Saves
21942 #. (no definitions)
21943 #. Node: Function entry
21944 #. See cris.cc for TARGET_ASM_FUNCTION_PROLOGUE and
21945 #. TARGET_ASM_FUNCTION_EPILOGUE.
21946 #. Node: Profiling
21947 #: config/cris/cris.h:662
21948 #, gcc-internal-format
21949 msgid "no %<FUNCTION_PROFILER%> for CRIS"
21950 msgstr ""
21952 #. 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.
21953 #. 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.
21954 #: config/i386/xm-djgpp.h:85
21955 #, gcc-internal-format
21956 msgid "environment variable DJGPP not defined"
21957 msgstr ""
21959 #: config/i386/xm-djgpp.h:87
21960 #, gcc-internal-format
21961 msgid "environment variable DJGPP points to missing file %qs"
21962 msgstr ""
21964 #: config/i386/xm-djgpp.h:90
21965 #, gcc-internal-format
21966 msgid "environment variable DJGPP points to corrupt file %qs"
21967 msgstr ""
21969 #: config/pa/som.h:323
21970 #, gcc-internal-format
21971 msgid "weak aliases are not supported"
21972 msgstr "підтримки слабких альтернатив (aliases) не передбачено"
21974 #. SPDX-License-Identifier: GPL-3.0-or-later
21975 #. Definitions of target machine for GNU compiler,
21976 #. for IBM RS/6000 POWER running AIX V7.1.
21977 #. Copyright (C) 2002-2023 Free Software Foundation, Inc.
21978 #. Contributed by David Edelsohn (edelsohn@gnu.org).
21980 #. This file is part of GCC.
21982 #. GCC is free software; you can redistribute it and/or modify it
21983 #. under the terms of the GNU General Public License as published
21984 #. by the Free Software Foundation; either version 3, or (at your
21985 #. option) any later version.
21987 #. GCC is distributed in the hope that it will be useful, but WITHOUT
21988 #. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
21989 #. or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
21990 #. License for more details.
21992 #. You should have received a copy of the GNU General Public License
21993 #. along with GCC; see the file COPYING3.  If not see
21994 #. <http://www.gnu.org/licenses/>.
21995 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
21996 #. get control in TARGET_OPTION_OVERRIDE.
21997 #. SPDX-License-Identifier: GPL-3.0-or-later
21998 #. Definitions of target machine for GNU compiler,
21999 #. for IBM RS/6000 POWER running AIX V7.2.
22000 #. Copyright (C) 2002-2023 Free Software Foundation, Inc.
22001 #. Contributed by David Edelsohn (edelsohn@gnu.org).
22003 #. This file is part of GCC.
22005 #. GCC is free software; you can redistribute it and/or modify it
22006 #. under the terms of the GNU General Public License as published
22007 #. by the Free Software Foundation; either version 3, or (at your
22008 #. option) any later version.
22010 #. GCC is distributed in the hope that it will be useful, but WITHOUT
22011 #. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
22012 #. or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
22013 #. License for more details.
22015 #. You should have received a copy of the GNU General Public License
22016 #. along with GCC; see the file COPYING3.  If not see
22017 #. <http://www.gnu.org/licenses/>.
22018 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
22019 #. get control in TARGET_OPTION_OVERRIDE.
22020 #. SPDX-License-Identifier: GPL-3.0-or-later
22021 #. Definitions of target machine for GNU compiler,
22022 #. for IBM RS/6000 POWER running AIX V7.3.
22023 #. Copyright (C) 2002-2023 Free Software Foundation, Inc.
22024 #. Contributed by David Edelsohn (edelsohn@gnu.org).
22026 #. This file is part of GCC.
22028 #. GCC is free software; you can redistribute it and/or modify it
22029 #. under the terms of the GNU General Public License as published
22030 #. by the Free Software Foundation; either version 3, or (at your
22031 #. option) any later version.
22033 #. GCC is distributed in the hope that it will be useful, but WITHOUT
22034 #. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
22035 #. or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
22036 #. License for more details.
22038 #. You should have received a copy of the GNU General Public License
22039 #. along with GCC; see the file COPYING3.  If not see
22040 #. <http://www.gnu.org/licenses/>.
22041 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
22042 #. get control in TARGET_OPTION_OVERRIDE.
22043 #: config/rs6000/aix71.h:31 config/rs6000/aix72.h:31 config/rs6000/aix73.h:31
22044 #, gcc-internal-format
22045 msgid "%<-maix64%> requires PowerPC64 architecture remain enabled"
22046 msgstr ""
22048 #: config/rs6000/aix71.h:37 config/rs6000/aix72.h:37
22049 #, gcc-internal-format
22050 msgid "soft-float and long-double-128 are incompatible"
22051 msgstr ""
22053 #: config/rs6000/aix71.h:41 config/rs6000/aix72.h:41 config/rs6000/aix73.h:41
22054 #, gcc-internal-format
22055 msgid "%<-maix64%> required: 64-bit computation with 32-bit addressing not yet supported"
22056 msgstr ""
22058 #: config/rs6000/aix71.h:48 config/rs6000/aix72.h:48 config/rs6000/aix73.h:48
22059 #: config/rs6000/rtems.h:124 config/rs6000/rs6000.cc:3462
22060 #, gcc-internal-format
22061 msgid "%<-mcmodel%> incompatible with other toc options"
22062 msgstr ""
22064 #: config/rs6000/aix73.h:37
22065 #, gcc-internal-format
22066 msgid "%<soft-float%> and long-double-128 are incompatible"
22067 msgstr ""
22069 #: config/rs6000/rtems.h:117 config/rs6000/rs6000.cc:3454
22070 #, gcc-internal-format
22071 msgid "%<-m64%> requires a PowerPC64 cpu"
22072 msgstr ""
22074 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
22075 #. get control in TARGET_OPTION_OVERRIDE.
22076 #: config/rs6000/sysv4.h:116
22077 #, gcc-internal-format
22078 msgid "bad value for %<%s-%s%>"
22079 msgstr ""
22081 #: config/rs6000/sysv4.h:132
22082 #, gcc-internal-format
22083 msgid "bad value for %<%s=%s%>"
22084 msgstr ""
22086 #: config/rs6000/sysv4.h:149
22087 #, gcc-internal-format
22088 msgid "%qs and %<%s=%s%> are incompatible"
22089 msgstr ""
22091 #: config/rs6000/sysv4.h:158
22092 #, gcc-internal-format
22093 msgid "%<-f%s%> and %<%s=%s%> are incompatible"
22094 msgstr ""
22096 #: config/rs6000/sysv4.h:167
22097 #, gcc-internal-format
22098 msgid "%<%s=%s%> and %<%s-%s%> are incompatible"
22099 msgstr ""
22101 #: config/rs6000/sysv4.h:176 config/rs6000/sysv4.h:210
22102 #, gcc-internal-format
22103 msgid "%qs and %qs are incompatible"
22104 msgstr ""
22106 #: config/rs6000/sysv4.h:183 config/rs6000/sysv4.h:190
22107 #, gcc-internal-format
22108 msgid "%qs and %<%s-%s%> are incompatible"
22109 msgstr ""
22111 #: config/rs6000/sysv4.h:196 config/rs6000/sysv4.h:202
22112 #, gcc-internal-format
22113 msgid "%qs not supported by your assembler"
22114 msgstr ""
22116 #: config/rs6000/sysv4.h:244
22117 #, gcc-internal-format
22118 msgid "%<-m%s%> not supported in this configuration"
22119 msgstr ""
22121 #. 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.
22122 #: config/sh/vxworks.h:43
22123 #, gcc-internal-format
22124 msgid "%<-mrelax%> is only supported for RTP PIC"
22125 msgstr ""
22127 #. A general purpose syntax error.
22128 #: fortran/gfortran.h:3337 fortran/io.cc:3736 fortran/io.cc:4422
22129 #, gcc-internal-format, gfc-internal-format
22130 msgid "Syntax error in %s statement at %C"
22131 msgstr ""
22133 #: jit/docs/examples/tut05-bf.c:242
22134 #, gcc-internal-format
22135 msgid "too many open parens"
22136 msgstr ""
22138 #: jit/docs/examples/tut05-bf.c:275
22139 #, gcc-internal-format
22140 msgid "mismatching parens"
22141 msgstr ""
22143 #: jit/docs/examples/tut05-bf.c:310
22144 #, gcc-internal-format
22145 msgid "unable to open file"
22146 msgstr "не вдалося відкрити файл"
22148 #: m2/gm2-gcc/m2assert.h:36 m2/gm2-gcc/m2assert.h:59
22149 #, gcc-internal-format, gfc-internal-format
22150 msgid "%s:%d:condition %s failed"
22151 msgstr ""
22153 #: m2/gm2-gcc/m2assert.h:48
22154 #, gcc-internal-format, gfc-internal-format
22155 msgid "%s:%d:the value %s is not a BOOLEAN as the value is %d"
22156 msgstr ""
22158 #: fortran/lang.opt:428
22159 #, gcc-internal-format
22160 msgid "Unrecognized option to endianness value: %qs"
22161 msgstr ""
22163 #: fortran/lang.opt:650
22164 #, gcc-internal-format
22165 msgid "Unrecognized option to floating-point init value: %qs"
22166 msgstr ""
22168 #: fortran/lang.opt:784
22169 #, gcc-internal-format
22170 msgid "Unrecognized option: %qs"
22171 msgstr ""
22173 #: rust/lang.opt:82
22174 #, fuzzy, gcc-internal-format
22175 #| msgid "unknown tuning option (%s)"
22176 msgid "unknown rust mangling option %qs"
22177 msgstr "невідомий параметр регулювання (%s)"
22179 #: rust/lang.opt:99
22180 #, fuzzy, gcc-internal-format
22181 #| msgid "unknown IRA region %qs"
22182 msgid "unknown rust edition %qs"
22183 msgstr "невідома область IRA %qs"
22185 #: rust/lang.opt:126
22186 #, fuzzy, gcc-internal-format
22187 #| msgid "unknown vrp mode %qs"
22188 msgid "unknown rust compile-until %qs"
22189 msgstr "невідомий режим vrp %qs"
22191 #: c-family/c.opt:43 c-family/c.opt:46 c-family/c.opt:181
22192 #, gcc-internal-format
22193 msgid "assertion missing after %qs"
22194 msgstr ""
22196 #: c-family/c.opt:55 c-family/c.opt:58 c-family/c.opt:163 c-family/c.opt:166
22197 #: c-family/c.opt:193 c-family/c.opt:264
22198 #, gcc-internal-format
22199 msgid "macro name missing after %qs"
22200 msgstr ""
22202 #: c-family/c.opt:70 c-family/c.opt:73 c-family/c.opt:76 c-family/c.opt:79
22203 #: c-family/c.opt:175 c-family/c.opt:178 c-family/c.opt:220 c-family/c.opt:224
22204 #: c-family/c.opt:236 c-family/c.opt:2292 c-family/c.opt:2300
22205 #: config/darwin.opt:30 common.opt:329 common.opt:332 common.opt:3499
22206 #, gcc-internal-format
22207 msgid "missing filename after %qs"
22208 msgstr ""
22210 #: c-family/c.opt:85 c-family/c.opt:88 c-family/c.opt:91 c-family/c.opt:94
22211 #: c-family/c.opt:200 c-family/c.opt:212 c-family/c.opt:2288
22212 #: c-family/c.opt:2308 c-family/c.opt:2312 c-family/c.opt:2316
22213 #, gcc-internal-format
22214 msgid "missing path after %qs"
22215 msgstr ""
22217 #: c-family/c.opt:252 c-family/c.opt:256
22218 #, gcc-internal-format
22219 msgid "missing makefile target after %qs"
22220 msgstr ""
22222 #: c-family/c.opt:295
22223 #, gcc-internal-format
22224 msgid "argument %qs to %<-Waligned-new%> not recognized"
22225 msgstr ""
22227 #: c-family/c.opt:386
22228 #, gcc-internal-format
22229 msgid "argument %qs to %<-Wbidi-chars%> not recognized"
22230 msgstr ""
22232 #: c-family/c.opt:1106
22233 #, gcc-internal-format
22234 msgid "argument %qs to %<-Wnormalized%> not recognized"
22235 msgstr ""
22237 #: c-family/c.opt:1667
22238 #, gcc-internal-format
22239 msgid "no class name specified with %qs"
22240 msgstr ""
22242 #: c-family/c.opt:1695
22243 #, fuzzy, gcc-internal-format
22244 #| msgid "argument 3 must be in the range 0 to 12"
22245 msgid "argument %qs must be either %<on%> or %<off%>"
22246 msgstr "аргумент 3 має потрапляти до діапазону від 0 до 12"
22248 #: c-family/c.opt:1835
22249 #, gcc-internal-format
22250 msgid "%<-fhandle-exceptions%> has been renamed %<-fexceptions%> (and is now on by default)"
22251 msgstr ""
22253 #: c-family/c.opt:1906
22254 #, gcc-internal-format
22255 msgid "missing mapper"
22256 msgstr "пропущено засіб прив'язки"
22258 #: c-family/c.opt:1930
22259 #, gcc-internal-format
22260 msgid "missing header name"
22261 msgstr "пропущено назву заголовка"
22263 #: c-family/c.opt:1938
22264 #, gcc-internal-format
22265 msgid "missing module name"
22266 msgstr "пропущено назву модуля"
22268 #: c-family/c.opt:1985
22269 #, gcc-internal-format
22270 msgid "unrecognized ivar visibility value %qs"
22271 msgstr ""
22273 #: c-family/c.opt:2152
22274 #, gcc-internal-format
22275 msgid "unrecognized scalar storage order value %qs"
22276 msgstr ""
22278 #: d/lang.opt:193
22279 #, gcc-internal-format
22280 msgid "unknown array bounds setting %qs"
22281 msgstr ""
22283 #: d/lang.opt:235
22284 #, gcc-internal-format
22285 msgid "unknown checkaction setting %qs"
22286 msgstr ""
22288 #: d/lang.opt:291
22289 #, gcc-internal-format
22290 msgid "unknown C++ standard %qs"
22291 msgstr ""
22293 #: config/vms/vms.opt:42
22294 #, gcc-internal-format
22295 msgid "unknown pointer size model %qs"
22296 msgstr ""
22298 #: config/i386/i386.opt:325
22299 #, gcc-internal-format
22300 msgid "%<-mcpu=%> is deprecated; use %<-mtune=%> or %<-march=%> instead"
22301 msgstr "%<-mcpu=%> вважається застарілим; скористайтеся замість нього %<-mtune=%> або %<-march=%>"
22303 #: config/i386/i386.opt:385
22304 #, gcc-internal-format
22305 msgid "%<-mintel-syntax%> and %<-mno-intel-syntax%> are deprecated; use %<-masm=intel%> and %<-masm=att%> instead"
22306 msgstr ""
22308 #: config/i386/i386.opt:702
22309 #, gcc-internal-format
22310 msgid "%<-msse5%> was removed"
22311 msgstr ""
22313 #: config/i386/i386.opt:1263
22314 #, fuzzy, gcc-internal-format
22315 #| msgid "unknown attribute %qs"
22316 msgid "unknown lam type %qs"
22317 msgstr "невідомий атрибут %qs"
22319 #: config/avr/avr.opt:26
22320 #, gcc-internal-format
22321 msgid "missing device or architecture after %qs"
22322 msgstr "пропущено пристрій або архітектуру після %qs"
22324 #: config/rs6000/rs6000.opt:308
22325 #, gcc-internal-format
22326 msgid "%<-mvrsave=no%> is deprecated; use %<-mno-vrsave%> instead"
22327 msgstr "%<-mvrsave=no%> є застарілим, замість нього слід користуватися %<-mno-vrsave%>"
22329 #: config/rs6000/rs6000.opt:312
22330 #, gcc-internal-format
22331 msgid "%<-mvrsave=yes%> is deprecated; use %<-mvrsave%> instead"
22332 msgstr "%<-mvrsave=yes%> є застарілим, замість нього слід користуватися %<-mvrsave%>"
22334 #: config/rs6000/rs6000.opt:379
22335 #, gcc-internal-format
22336 msgid "using darwin64 ABI"
22337 msgstr "використовуємо двійковий інтерфейс darwin64"
22339 #: config/rs6000/rs6000.opt:382
22340 #, gcc-internal-format
22341 msgid "using old darwin ABI"
22342 msgstr "використовуємо старий двійковий інтерфейс darwin"
22344 #: config/fused-madd.opt:22
22345 #, gcc-internal-format
22346 msgid "%<-mfused-madd%> is deprecated; use %<-ffp-contract=%> instead"
22347 msgstr "%<-mfused-madd%> вважається застарілим; скористайтеся замість нього %<-ffp-contract=%>"
22349 #: config/microblaze/microblaze.opt:87
22350 #, gcc-internal-format
22351 msgid "%qs is deprecated; use -fstack-check"
22352 msgstr "%qs вважається застарілим; скористайтеся -fstack-check"
22354 #: config/microblaze/microblaze.opt:95
22355 #, gcc-internal-format
22356 msgid "%qs is deprecated; use -fno-zero-initialized-in-bss"
22357 msgstr ""
22359 #: config/arc/arc.opt:169 config/arc/arc.opt:333 config/arc/arc.opt:337
22360 #: config/arc/arc.opt:341 config/arc/arc.opt:348 config/arc/arc.opt:352
22361 #: config/arc/arc.opt:356 config/arc/arc.opt:360 config/arc/arc.opt:363
22362 #: config/arc/arc.opt:366 config/arc/arc.opt:383
22363 #, gcc-internal-format
22364 msgid "%qs is deprecated"
22365 msgstr "%qs вважається застарілим"
22367 #: lto/lang.opt:28
22368 #, gcc-internal-format
22369 msgid "unknown linker output %qs"
22370 msgstr ""
22372 #: common.opt:1590
22373 #, gcc-internal-format
22374 msgid "unknown excess precision style %qs"
22375 msgstr ""
22377 #: common.opt:1608
22378 #, gcc-internal-format
22379 msgid "unknown specification for the set of FLT_EVAL_METHOD values to permit %qs"
22380 msgstr ""
22382 #: common.opt:1652
22383 #, gcc-internal-format
22384 msgid "unknown floating point contraction style %qs"
22385 msgstr ""
22387 #: common.opt:1817
22388 #, gcc-internal-format
22389 msgid "unknown Stack Reuse Level %qs"
22390 msgstr ""
22392 #: common.opt:1886
22393 #, gcc-internal-format
22394 msgid "unknown Control-Flow Protection Level %qs"
22395 msgstr ""
22397 #: common.opt:1996
22398 #, gcc-internal-format
22399 msgid "unknown IRA algorithm %qs"
22400 msgstr ""
22402 #: common.opt:2009
22403 #, gcc-internal-format
22404 msgid "unknown IRA region %qs"
22405 msgstr "невідома область IRA %qs"
22407 #: common.opt:2087
22408 #, gcc-internal-format
22409 msgid "unknown LTO partitioning model %qs"
22410 msgstr "невідома модель поділу LTO %qs"
22412 #: common.opt:2197
22413 #, gcc-internal-format
22414 msgid "targets missing after %qs"
22415 msgstr "пропущено цілі після %qs"
22417 #: common.opt:2200
22418 #, gcc-internal-format
22419 msgid "options or targets=options missing after %qs"
22420 msgstr "пропущено параметри або targets=параметри після %qs"
22422 #: common.opt:2208
22423 #, gcc-internal-format
22424 msgid "unknown offload ABI %qs"
22425 msgstr ""
22427 #: common.opt:2372
22428 #, gcc-internal-format
22429 msgid "unknown profile reproducibility method %qs"
22430 msgstr ""
22432 #: common.opt:2388
22433 #, gcc-internal-format
22434 msgid "unknown profile update method %qs"
22435 msgstr "невідомий метод оновлення профілю %qs"
22437 #: common.opt:2494
22438 #, gcc-internal-format
22439 msgid "unknown Live-Patching Level %qs"
22440 msgstr "невідомий рівень інтерактивного латання, %qs"
22442 #: common.opt:2527
22443 #, gcc-internal-format
22444 msgid "unknown basic block reordering algorithm %qs"
22445 msgstr "невідомий алгоритм переупорядковування базових блоків %qs"
22447 #: common.opt:2834
22448 #, gcc-internal-format
22449 msgid "unknown TLS model %qs"
22450 msgstr "невідома модель TLS %qs"
22452 #: common.opt:3174
22453 #, gcc-internal-format
22454 msgid "unknown vectorizer cost model %qs"
22455 msgstr ""
22457 #: common.opt:3205
22458 #, gcc-internal-format
22459 msgid "unrecognized automatic variable initialization type %qs"
22460 msgstr ""
22462 #: common.opt:3231
22463 #, gcc-internal-format
22464 msgid "unrecognized visibility value %qs"
22465 msgstr "невідоме значення видимості %qs"
22467 #: common.opt:3250
22468 #, gcc-internal-format
22469 msgid "unknown vtable verify initialization priority %qs"
22470 msgstr ""
22472 #: params.opt:882
22473 #, gcc-internal-format
22474 msgid "unknown ranger debug mode %qs"
22475 msgstr ""
22477 #: params.opt:1056
22478 #, gcc-internal-format
22479 msgid "unknown threader debug mode %qs"
22480 msgstr ""
22482 #: attribs.cc:255 attribs.cc:278 attribs.cc:291
22483 #, gcc-internal-format
22484 msgid "wrong argument to ignored attributes"
22485 msgstr ""
22487 #: attribs.cc:256
22488 #, gcc-internal-format
22489 msgid "valid format is %<ns::attr%> or %<ns::%>"
22490 msgstr ""
22492 #: attribs.cc:541
22493 #, gcc-internal-format
22494 msgid "ignoring attribute %qE in declaration of a built-in function %qD because it conflicts with attribute %qs"
22495 msgstr ""
22497 #: attribs.cc:547
22498 #, gcc-internal-format
22499 msgid "ignoring attribute %qE because it conflicts with attribute %qs"
22500 msgstr ""
22502 #: attribs.cc:553 c-family/c-attribs.cc:937 c-family/c-attribs.cc:2439
22503 #: c-family/c-attribs.cc:2928 c-family/c-attribs.cc:4786
22504 #: c-family/c-attribs.cc:4879 cp/decl.cc:15925 cp/decl.cc:15975
22505 #: cp/friend.cc:318 cp/tree.cc:5261
22506 #, gcc-internal-format
22507 msgid "previous declaration here"
22508 msgstr ""
22510 #. Warn about and ignore all others for now, but store them.
22511 #: attribs.cc:720 c-family/c-attribs.cc:3956 objc/objc-act.cc:5133
22512 #: objc/objc-act.cc:7124 objc/objc-act.cc:8322 objc/objc-act.cc:8378
22513 #, gcc-internal-format
22514 msgid "%qE attribute directive ignored"
22515 msgstr ""
22517 #: attribs.cc:724
22518 #, gcc-internal-format
22519 msgid "%<%E::%E%> scoped attribute directive ignored"
22520 msgstr ""
22522 #: attribs.cc:737 c/c-parser.cc:1961 cp/cp-gimplify.cc:3201
22523 #, gcc-internal-format
22524 msgid "wrong number of arguments specified for %qE attribute"
22525 msgstr ""
22527 #: attribs.cc:740
22528 #, gcc-internal-format, gfc-internal-format
22529 msgid "expected %i or more, found %i"
22530 msgstr "мало бути %i або більше, маємо %i"
22532 #: attribs.cc:743 c/c-parser.cc:1964 cp/cp-gimplify.cc:3203
22533 #, fuzzy, gcc-internal-format, gfc-internal-format
22534 #| msgid "expected %i or more, found %i"
22535 msgid "expected %i, found %i"
22536 msgstr "мало бути %i або більше, маємо %i"
22538 #: attribs.cc:746
22539 #, gcc-internal-format, gfc-internal-format
22540 msgid "expected between %i and %i, found %i"
22541 msgstr ""
22543 #: attribs.cc:766 c-family/c-attribs.cc:4652
22544 #, gcc-internal-format
22545 msgid "%qE attribute does not apply to types"
22546 msgstr ""
22548 #: attribs.cc:815
22549 #, gcc-internal-format
22550 msgid "%qE attribute only applies to function types"
22551 msgstr ""
22553 #: attribs.cc:825
22554 #, gcc-internal-format
22555 msgid "type attributes ignored after type is already defined"
22556 msgstr ""
22558 #. The specifications of standard attributes in C mean
22559 #. this is a constraint violation.
22560 #. The specifications of standard attributes mean this is a
22561 #. constraint violation.
22562 #. An attribute with standard syntax and no namespace specified
22563 #. is a constraint violation if it is not one of the known
22564 #. standard attributes.  Diagnose it here with a pedwarn and
22565 #. then discard it to prevent a duplicate warning later.
22566 #: attribs.cc:899 attribs.cc:1878 attribs.cc:1888 attribs.cc:1898
22567 #: c-family/c-attribs.cc:965 c-family/c-attribs.cc:1027
22568 #: c-family/c-attribs.cc:1046 c-family/c-attribs.cc:1064
22569 #: c-family/c-attribs.cc:1094 c-family/c-attribs.cc:1115
22570 #: c-family/c-attribs.cc:1136 c-family/c-attribs.cc:1177
22571 #: c-family/c-attribs.cc:1208 c-family/c-attribs.cc:1224
22572 #: c-family/c-attribs.cc:1241 c-family/c-attribs.cc:1257
22573 #: c-family/c-attribs.cc:1274 c-family/c-attribs.cc:1299
22574 #: c-family/c-attribs.cc:1315 c-family/c-attribs.cc:1330
22575 #: c-family/c-attribs.cc:1358 c-family/c-attribs.cc:1375
22576 #: c-family/c-attribs.cc:1393 c-family/c-attribs.cc:1417
22577 #: c-family/c-attribs.cc:1455 c-family/c-attribs.cc:1478
22578 #: c-family/c-attribs.cc:1495 c-family/c-attribs.cc:1524
22579 #: c-family/c-attribs.cc:1545 c-family/c-attribs.cc:1566
22580 #: c-family/c-attribs.cc:1593 c-family/c-attribs.cc:1624
22581 #: c-family/c-attribs.cc:1653 c-family/c-attribs.cc:1707
22582 #: c-family/c-attribs.cc:1760 c-family/c-attribs.cc:1826
22583 #: c-family/c-attribs.cc:1884 c-family/c-attribs.cc:1973
22584 #: c-family/c-attribs.cc:2003 c-family/c-attribs.cc:2054
22585 #: c-family/c-attribs.cc:2582 c-family/c-attribs.cc:2781
22586 #: c-family/c-attribs.cc:2842 c-family/c-attribs.cc:3083
22587 #: c-family/c-attribs.cc:3163 c-family/c-attribs.cc:3315
22588 #: c-family/c-attribs.cc:3770 c-family/c-attribs.cc:3836
22589 #: c-family/c-attribs.cc:3872 c-family/c-attribs.cc:3927
22590 #: c-family/c-attribs.cc:4109 c-family/c-attribs.cc:4130
22591 #: c-family/c-attribs.cc:4219 c-family/c-attribs.cc:4251
22592 #: c-family/c-attribs.cc:4316 c-family/c-attribs.cc:4519
22593 #: c-family/c-attribs.cc:4654 c-family/c-attribs.cc:5395
22594 #: c-family/c-attribs.cc:5418 c-family/c-attribs.cc:5457
22595 #: c-family/c-attribs.cc:5539 c-family/c-attribs.cc:5612
22596 #: c-family/c-attribs.cc:5628 c-family/c-attribs.cc:5796
22597 #: c-family/c-attribs.cc:5808 c-family/c-common.cc:6041
22598 #: c-family/c-common.cc:6044 config/darwin.cc:2143 config/arm/arm.cc:7444
22599 #: config/arm/arm.cc:7472 config/arm/arm.cc:7489 config/avr/avr.cc:9568
22600 #: config/csky/csky.cc:6498 config/csky/csky.cc:6520
22601 #: config/h8300/h8300.cc:4968 config/h8300/h8300.cc:4992
22602 #: config/i386/i386-options.cc:3426 config/i386/i386-options.cc:3584
22603 #: config/i386/i386-options.cc:3816 config/i386/i386-options.cc:3846
22604 #: config/ia64/ia64.cc:785 config/loongarch/loongarch.cc:6539
22605 #: config/rs6000/rs6000.cc:20499 ada/gcc-interface/utils.cc:6588
22606 #: ada/gcc-interface/utils.cc:6604 ada/gcc-interface/utils.cc:6642
22607 #: ada/gcc-interface/utils.cc:6659 ada/gcc-interface/utils.cc:6676
22608 #: ada/gcc-interface/utils.cc:6691 ada/gcc-interface/utils.cc:6707
22609 #: ada/gcc-interface/utils.cc:6733 ada/gcc-interface/utils.cc:6802
22610 #: ada/gcc-interface/utils.cc:6829 ada/gcc-interface/utils.cc:6850
22611 #: ada/gcc-interface/utils.cc:6871 ada/gcc-interface/utils.cc:6919
22612 #: ada/gcc-interface/utils.cc:6935 ada/gcc-interface/utils.cc:6990
22613 #: c/c-decl.cc:4778 c/c-decl.cc:4781 c/c-decl.cc:4796 c/c-parser.cc:5434
22614 #: cp/tree.cc:5032 d/d-attribs.cc:480 d/d-attribs.cc:699 d/d-attribs.cc:720
22615 #: d/d-attribs.cc:736 d/d-attribs.cc:753 d/d-attribs.cc:785 d/d-attribs.cc:914
22616 #: d/d-attribs.cc:973 d/d-attribs.cc:989 d/d-attribs.cc:1005
22617 #: d/d-attribs.cc:1154 d/d-attribs.cc:1167 d/d-attribs.cc:1384
22618 #: d/d-attribs.cc:1402 d/d-attribs.cc:1449 d/d-attribs.cc:1487
22619 #: d/d-attribs.cc:1503 d/d-attribs.cc:1560 d/d-attribs.cc:1588
22620 #: jit/dummy-frontend.cc:185 lto/lto-lang.cc:288
22621 #, gcc-internal-format
22622 msgid "%qE attribute ignored"
22623 msgstr ""
22625 #: attribs.cc:1175
22626 #, gcc-internal-format
22627 msgid "missing %<target%> attribute for multi-versioned %qD"
22628 msgstr ""
22630 #: attribs.cc:1178 cp/decl.cc:1281 cp/decl.cc:2244 cp/decl.cc:2292
22631 #: cp/decl.cc:2308 cp/decl.cc:2988 cp/decl.cc:3434
22632 #, gcc-internal-format
22633 msgid "previous declaration of %qD"
22634 msgstr ""
22636 #: attribs.cc:1287
22637 #, gcc-internal-format
22638 msgid "ignoring attributes applied to %qT after definition"
22639 msgstr ""
22641 #: attribs.cc:1809
22642 #, gcc-internal-format
22643 msgid "%q+D already declared with dllexport attribute: dllimport ignored"
22644 msgstr ""
22646 #: attribs.cc:1821
22647 #, gcc-internal-format
22648 msgid "%q+D redeclared without dllimport attribute after being referenced with dll linkage"
22649 msgstr ""
22651 #: attribs.cc:1835
22652 #, gcc-internal-format
22653 msgid "%q+D redeclared without dllimport attribute: previous dllimport ignored"
22654 msgstr ""
22656 #: attribs.cc:1916
22657 #, gcc-internal-format
22658 msgid "inline function %q+D declared as dllimport: attribute ignored"
22659 msgstr ""
22661 #: attribs.cc:1924
22662 #, gcc-internal-format
22663 msgid "function %q+D definition is marked dllimport"
22664 msgstr ""
22666 #: attribs.cc:1932
22667 #, gcc-internal-format
22668 msgid "variable %q+D definition is marked dllimport"
22669 msgstr ""
22671 #: attribs.cc:1963
22672 #, gcc-internal-format
22673 msgid "external linkage required for symbol %q+D because of %qE attribute"
22674 msgstr ""
22676 #: attribs.cc:1977
22677 #, gcc-internal-format
22678 msgid "%qE implies default visibility, but %qD has already been declared with a different visibility"
22679 msgstr ""
22681 #: attribs.cc:2279
22682 #, gcc-internal-format
22683 msgid "%qD specifies more restrictive attribute than its target %qD: %s"
22684 msgid_plural "%qD specifies more restrictive attributes than its target %qD: %s"
22685 msgstr[0] ""
22686 msgstr[1] ""
22687 msgstr[2] ""
22689 #: attribs.cc:2285 attribs.cc:2305
22690 #, gcc-internal-format
22691 msgid "%qD target declared here"
22692 msgstr "Ціль %qD оголошено тут"
22694 #: attribs.cc:2299
22695 #, gcc-internal-format
22696 msgid "%qD specifies less restrictive attribute than its target %qD: %s"
22697 msgid_plural "%qD specifies less restrictive attributes than its target %qD: %s"
22698 msgstr[0] ""
22699 msgstr[1] ""
22700 msgstr[2] ""
22702 #: auto-profile.cc:365
22703 #, gcc-internal-format
22704 msgid "offset exceeds 16 bytes"
22705 msgstr ""
22707 #: auto-profile.cc:862
22708 #, gcc-internal-format
22709 msgid "Not expected TAG."
22710 msgstr ""
22712 #: auto-profile.cc:927
22713 #, gcc-internal-format, gfc-internal-format
22714 msgid "cannot open profile file %s"
22715 msgstr "не вдалося відкрити файл профілювання %s"
22717 #: auto-profile.cc:933
22718 #, gcc-internal-format
22719 msgid "AutoFDO profile magic number does not match"
22720 msgstr ""
22722 #: auto-profile.cc:941
22723 #, gcc-internal-format, gfc-internal-format
22724 msgid "AutoFDO profile version %u does not match %u"
22725 msgstr ""
22727 #: auto-profile.cc:953
22728 #, gcc-internal-format, gfc-internal-format
22729 msgid "cannot read string table from %s"
22730 msgstr "не вдалося прочитати таблицю рядків з %s"
22732 #: auto-profile.cc:961
22733 #, gcc-internal-format, gfc-internal-format
22734 msgid "cannot read function profile from %s"
22735 msgstr "не вдалося прочитати профіль функції з %s"
22737 #: builtins.cc:701
22738 #, gcc-internal-format
22739 msgid "offset %qwi outside bounds of constant string"
22740 msgstr ""
22742 #: builtins.cc:705 gimple-ssa-warn-access.cc:4596 cp/name-lookup.cc:6417
22743 #, gcc-internal-format
22744 msgid "%qE declared here"
22745 msgstr "%qE оголошено тут"
22747 #: builtins.cc:1313
22748 #, gcc-internal-format
22749 msgid "second argument to %<__builtin_prefetch%> must be a constant"
22750 msgstr ""
22752 #: builtins.cc:1320
22753 #, gcc-internal-format
22754 msgid "invalid second argument to %<__builtin_prefetch%>; using zero"
22755 msgstr ""
22757 #: builtins.cc:1328
22758 #, gcc-internal-format
22759 msgid "third argument to %<__builtin_prefetch%> must be a constant"
22760 msgstr ""
22762 #: builtins.cc:1335
22763 #, gcc-internal-format
22764 msgid "invalid third argument to %<__builtin_prefetch%>; using zero"
22765 msgstr ""
22767 #: builtins.cc:4030 gimple-fold.cc:2523 gimple-ssa-warn-access.cc:2546
22768 #: tree-ssa-strlen.cc:3188
22769 #, gcc-internal-format
22770 msgid "%qD specified bound %E equals destination size"
22771 msgstr ""
22773 #: builtins.cc:5135 gimplify.cc:3647
22774 #, gcc-internal-format
22775 msgid "too few arguments to function %<va_start%>"
22776 msgstr ""
22778 #: builtins.cc:5235
22779 #, gcc-internal-format
22780 msgid "invalid argument to %qD"
22781 msgstr "некоректний аргумент %qD"
22783 #: builtins.cc:5248
22784 #, gcc-internal-format
22785 msgid "unsupported argument to %qD"
22786 msgstr ""
22788 #. Warn since no effort is made to ensure that any frame
22789 #. beyond the current one exists or can be safely reached.
22790 #: builtins.cc:5256
22791 #, gcc-internal-format
22792 msgid "calling %qD with a nonzero argument is unsafe"
22793 msgstr ""
22795 #: builtins.cc:5608
22796 #, gcc-internal-format
22797 msgid "both arguments to %<__builtin___clear_cache%> must be pointers"
22798 msgstr ""
22800 #: builtins.cc:5698
22801 #, gcc-internal-format
22802 msgid "trampoline generated for nested function %qD"
22803 msgstr ""
22805 #: builtins.cc:6072 builtins.cc:6085
22806 #, gcc-internal-format
22807 msgid "%qD changed semantics in GCC 4.4"
22808 msgstr ""
22810 #: builtins.cc:6855
22811 #, gcc-internal-format
22812 msgid "non-constant argument 1 to %qs"
22813 msgstr "аргумент 1 %qs, який не є сталим"
22815 #: builtins.cc:6897
22816 #, gcc-internal-format
22817 msgid "non-integer argument 1 to %qs"
22818 msgstr "нецілий аргумент 1 %qs"
22820 #: builtins.cc:6961
22821 #, gcc-internal-format
22822 msgid "%<__builtin_thread_pointer%> is not supported on this target"
22823 msgstr "підтримки %<__builtin_thread_pointer%> для цього призначення не передбачено"
22825 #: builtins.cc:6981
22826 #, gcc-internal-format
22827 msgid "%<__builtin_set_thread_pointer%> is not supported on this target"
22828 msgstr "підтримки %<__builtin_set_thread_pointer%> для цього призначення не передбачено"
22830 #: builtins.cc:7040
22831 #, gcc-internal-format
22832 msgid "%qs only supported in OpenACC code"
22833 msgstr ""
22835 #: builtins.cc:7047
22836 #, gcc-internal-format
22837 msgid "non-constant argument 0 to %qs"
22838 msgstr "аргумент 0 %qs, який не є сталим"
22840 #: builtins.cc:7059
22841 #, gcc-internal-format
22842 msgid "illegal argument 0 to %qs"
22843 msgstr "некоректний аргумент 0 %qs"
22845 #. All valid uses of __builtin_va_arg_pack () are removed during
22846 #. inlining.
22847 #: builtins.cc:7544 expr.cc:11837
22848 #, gcc-internal-format
22849 msgid "invalid use of %<__builtin_va_arg_pack ()%>"
22850 msgstr "некоректне використання %<__builtin_va_arg_pack ()%>"
22852 #. All valid uses of __builtin_va_arg_pack_len () are removed during
22853 #. inlining.
22854 #: builtins.cc:7550
22855 #, gcc-internal-format
22856 msgid "invalid use of %<__builtin_va_arg_pack_len ()%>"
22857 msgstr "некоректне використання %<__builtin_va_arg_pack_len ()%>"
22859 #: builtins.cc:7818
22860 #, gcc-internal-format
22861 msgid "%<__builtin_longjmp%> second argument must be 1"
22862 msgstr ""
22864 #: builtins.cc:8714
22865 #, gcc-internal-format
22866 msgid "target format does not support infinity"
22867 msgstr ""
22869 #: builtins.cc:10360
22870 #, gcc-internal-format
22871 msgid "%<va_start%> used in function with fixed arguments"
22872 msgstr ""
22874 #: builtins.cc:10368
22875 #, gcc-internal-format
22876 msgid "wrong number of arguments to function %<va_start%>"
22877 msgstr ""
22879 #: builtins.cc:10383
22880 #, gcc-internal-format
22881 msgid "%<__builtin_next_arg%> called without an argument"
22882 msgstr ""
22884 #: builtins.cc:10388
22885 #, gcc-internal-format
22886 msgid "wrong number of arguments to function %<__builtin_next_arg%>"
22887 msgstr ""
22889 #: builtins.cc:10421
22890 #, gcc-internal-format
22891 msgid "second parameter of %<va_start%> not last named argument"
22892 msgstr ""
22894 #: builtins.cc:10434
22895 #, gcc-internal-format
22896 msgid "undefined behavior when second parameter of %<va_start%> is declared with %<register%> storage"
22897 msgstr ""
22899 #: builtins.cc:10463
22900 #, gcc-internal-format
22901 msgid "first argument of %qD must be a pointer, second integer constant"
22902 msgstr ""
22904 #: builtins.cc:10476
22905 #, gcc-internal-format
22906 msgid "last argument of %qD is not integer constant between 0 and 3"
22907 msgstr ""
22909 #: calls.cc:1245
22910 #, gcc-internal-format, gfc-internal-format
22911 msgid "cannot tail-call: %s"
22912 msgstr "хвостовий виклик неможливий: %s"
22914 #: calls.cc:2761
22915 #, gcc-internal-format
22916 msgid "function call has aggregate value"
22917 msgstr ""
22919 #: calls.cc:3490
22920 #, gcc-internal-format
22921 msgid "passing too large argument on stack"
22922 msgstr ""
22924 #: cfganal.cc:173
22925 #, gcc-internal-format
22926 msgid "%<verify_marked_backedges%> failed"
22927 msgstr "помилка %<verify_marked_backedges%>"
22929 #: cfgexpand.cc:1816
22930 #, gcc-internal-format
22931 msgid "total size of local objects is too large"
22932 msgstr ""
22934 #: cfgexpand.cc:1819 function.cc:1014 varasm.cc:2330
22935 #, gcc-internal-format
22936 msgid "size of variable %q+D is too large"
22937 msgstr ""
22939 #: cfgexpand.cc:1831
22940 #, gcc-internal-format
22941 msgid "cannot allocate stack for variable %q+D, naked function"
22942 msgstr ""
22944 #: cfgexpand.cc:2923
22945 #, gcc-internal-format
22946 msgid "too many alternatives in %<asm%>"
22947 msgstr ""
22949 #: cfgexpand.cc:2930
22950 #, gcc-internal-format
22951 msgid "operand constraints for %<asm%> differ in number of alternatives"
22952 msgstr ""
22954 #: cfgexpand.cc:2952
22955 #, gcc-internal-format
22956 msgid "%<asm%> specifier for variable %qE conflicts with %<asm%> clobber list"
22957 msgstr ""
22959 #. ??? Diagnose during gimplification?
22960 #: cfgexpand.cc:2983
22961 #, gcc-internal-format
22962 msgid "PIC register clobbered by %qs in %<asm%>"
22963 msgstr ""
22965 #. ??? Diagnose during gimplification?
22966 #: cfgexpand.cc:2990
22967 #, gcc-internal-format
22968 msgid "the register %qs cannot be clobbered in %<asm%> for the current target"
22969 msgstr ""
22971 #: cfgexpand.cc:3003
22972 #, gcc-internal-format
22973 msgid "listing the stack pointer register %qs in a clobber list is deprecated"
22974 msgstr ""
22976 #: cfgexpand.cc:3005
22977 #, gcc-internal-format
22978 msgid "the value of the stack pointer after an %<asm%> statement must be the same as it was before the statement"
22979 msgstr ""
22981 #: cfgexpand.cc:3075
22982 #, gcc-internal-format
22983 msgid "more than %d operands in %<asm%>"
22984 msgstr ""
22986 #. ??? Diagnose during gimplification?
22987 #: cfgexpand.cc:3128
22988 #, gcc-internal-format
22989 msgid "unknown register name %qs in %<asm%>"
22990 msgstr ""
22992 #: cfgexpand.cc:3194
22993 #, gcc-internal-format
22994 msgid "invalid hard register usage between output operands"
22995 msgstr ""
22997 #: cfgexpand.cc:3221
22998 #, gcc-internal-format
22999 msgid "invalid hard register usage between output operand and matching constraint operand"
23000 msgstr ""
23002 #: cfgexpand.cc:3229
23003 #, gcc-internal-format
23004 msgid "invalid hard register usage between earlyclobber operand and input operand"
23005 msgstr ""
23007 #: cfgexpand.cc:3314
23008 #, gcc-internal-format, gfc-internal-format
23009 msgid "output number %d not directly addressable"
23010 msgstr ""
23012 #: cfgexpand.cc:3410
23013 #, gcc-internal-format
23014 msgid "%<asm%> operand %d probably does not match constraints"
23015 msgstr ""
23017 #: cfgexpand.cc:3595
23018 #, gcc-internal-format
23019 msgid "%<asm%> clobber conflict with output operand"
23020 msgstr ""
23022 #: cfgexpand.cc:3600
23023 #, gcc-internal-format
23024 msgid "%<asm%> clobber conflict with input operand"
23025 msgstr ""
23027 #: cfgexpand.cc:6684
23028 #, gcc-internal-format
23029 msgid "stack protector not protecting local variables: variable length buffer"
23030 msgstr ""
23032 #: cfgexpand.cc:6688
23033 #, gcc-internal-format, gfc-internal-format
23034 msgid "stack protector not protecting function: all local arrays are less than %d bytes long"
23035 msgstr ""
23037 #: cfgexpand.cc:6977
23038 #, gcc-internal-format
23039 msgid "patchable function entry %wu exceeds size %wu"
23040 msgstr ""
23042 #: cfghooks.cc:120
23043 #, gcc-internal-format, gfc-internal-format
23044 msgid "bb %d on wrong place"
23045 msgstr ""
23047 #: cfghooks.cc:126
23048 #, gcc-internal-format, gfc-internal-format
23049 msgid "prev_bb of %d should be %d, not %d"
23050 msgstr ""
23052 #: cfghooks.cc:143
23053 #, gcc-internal-format, gfc-internal-format
23054 msgid "verify_flow_info: Block %i has loop_father, but there are no loops"
23055 msgstr ""
23057 #: cfghooks.cc:149
23058 #, gcc-internal-format, gfc-internal-format
23059 msgid "verify_flow_info: Block %i lacks loop_father"
23060 msgstr ""
23062 #: cfghooks.cc:155
23063 #, gcc-internal-format, gfc-internal-format
23064 msgid "verify_flow_info: Wrong count of block %i"
23065 msgstr ""
23067 #: cfghooks.cc:163
23068 #, gcc-internal-format, gfc-internal-format
23069 msgid "verify_flow_info: Missing count of block %i"
23070 msgstr ""
23072 #: cfghooks.cc:169
23073 #, gcc-internal-format, gfc-internal-format
23074 msgid "verify_flow_info: unallocated flag set on BB %d"
23075 msgstr ""
23077 #: cfghooks.cc:177
23078 #, gcc-internal-format, gfc-internal-format
23079 msgid "verify_flow_info: Duplicate edge %i->%i"
23080 msgstr ""
23082 #: cfghooks.cc:186
23083 #, gcc-internal-format, gfc-internal-format
23084 msgid "Uninitialized probability of edge %i->%i"
23085 msgstr ""
23087 #: cfghooks.cc:192
23088 #, gcc-internal-format, gfc-internal-format
23089 msgid "verify_flow_info: Wrong probability of edge %i->%i"
23090 msgstr ""
23092 #: cfghooks.cc:204
23093 #, gcc-internal-format, gfc-internal-format
23094 msgid "verify_flow_info: Basic block %d succ edge is corrupted"
23095 msgstr ""
23097 #: cfghooks.cc:216
23098 #, gcc-internal-format, gfc-internal-format
23099 msgid "verify_flow_info: unallocated edge flag set on %d -> %d"
23100 msgstr ""
23102 #: cfghooks.cc:225
23103 #, gcc-internal-format, gfc-internal-format
23104 msgid "wrong amount of branch edges after unconditional jump %i"
23105 msgstr ""
23107 #: cfghooks.cc:233 cfghooks.cc:244
23108 #, gcc-internal-format, gfc-internal-format
23109 msgid "basic block %d pred edge is corrupted"
23110 msgstr ""
23112 #: cfghooks.cc:245
23113 #, gcc-internal-format, gfc-internal-format
23114 msgid "its dest_idx should be %d, not %d"
23115 msgstr ""
23117 #: cfghooks.cc:274
23118 #, gcc-internal-format, gfc-internal-format
23119 msgid "basic block %i edge lists are corrupted"
23120 msgstr ""
23122 #: cfghooks.cc:285
23123 #, gcc-internal-format
23124 msgid "verify_flow_info failed"
23125 msgstr ""
23127 #: cfghooks.cc:343
23128 #, gcc-internal-format, gfc-internal-format
23129 msgid "%s does not support dump_bb_for_graph"
23130 msgstr ""
23132 #: cfghooks.cc:386
23133 #, gcc-internal-format, gfc-internal-format
23134 msgid "%s does not support redirect_edge_and_branch"
23135 msgstr ""
23137 #: cfghooks.cc:406
23138 #, gcc-internal-format, gfc-internal-format
23139 msgid "%s does not support can_remove_branch_p"
23140 msgstr ""
23142 #: cfghooks.cc:500
23143 #, gcc-internal-format, gfc-internal-format
23144 msgid "%s does not support redirect_edge_and_branch_force"
23145 msgstr ""
23147 #: cfghooks.cc:538
23148 #, gcc-internal-format, gfc-internal-format
23149 msgid "%s does not support split_block"
23150 msgstr ""
23152 #: cfghooks.cc:603
23153 #, gcc-internal-format, gfc-internal-format
23154 msgid "%s does not support move_block_after"
23155 msgstr ""
23157 #: cfghooks.cc:616
23158 #, gcc-internal-format, gfc-internal-format
23159 msgid "%s does not support delete_basic_block"
23160 msgstr ""
23162 #: cfghooks.cc:663
23163 #, gcc-internal-format, gfc-internal-format
23164 msgid "%s does not support split_edge"
23165 msgstr ""
23167 #: cfghooks.cc:741
23168 #, gcc-internal-format, gfc-internal-format
23169 msgid "%s does not support create_basic_block"
23170 msgstr ""
23172 #: cfghooks.cc:782
23173 #, gcc-internal-format, gfc-internal-format
23174 msgid "%s does not support can_merge_blocks_p"
23175 msgstr ""
23177 #: cfghooks.cc:793
23178 #, gcc-internal-format, gfc-internal-format
23179 msgid "%s does not support predict_edge"
23180 msgstr ""
23182 #: cfghooks.cc:802
23183 #, gcc-internal-format, gfc-internal-format
23184 msgid "%s does not support predicted_by_p"
23185 msgstr ""
23187 #: cfghooks.cc:816
23188 #, gcc-internal-format, gfc-internal-format
23189 msgid "%s does not support merge_blocks"
23190 msgstr ""
23192 #: cfghooks.cc:897
23193 #, gcc-internal-format, gfc-internal-format
23194 msgid "%s does not support make_forwarder_block"
23195 msgstr ""
23197 #: cfghooks.cc:1046
23198 #, gcc-internal-format, gfc-internal-format
23199 msgid "%s does not support force_nonfallthru"
23200 msgstr ""
23202 #: cfghooks.cc:1080
23203 #, gcc-internal-format, gfc-internal-format
23204 msgid "%s does not support can_duplicate_block_p"
23205 msgstr ""
23207 #: cfghooks.cc:1109
23208 #, gcc-internal-format, gfc-internal-format
23209 msgid "%s does not support duplicate_block"
23210 msgstr ""
23212 #: cfghooks.cc:1184
23213 #, gcc-internal-format, gfc-internal-format
23214 msgid "%s does not support block_ends_with_call_p"
23215 msgstr ""
23217 #: cfghooks.cc:1195
23218 #, gcc-internal-format, gfc-internal-format
23219 msgid "%s does not support block_ends_with_condjump_p"
23220 msgstr ""
23222 #: cfghooks.cc:1213
23223 #, gcc-internal-format, gfc-internal-format
23224 msgid "%s does not support flow_call_edges_add"
23225 msgstr ""
23227 #: cfgloop.cc:1411
23228 #, gcc-internal-format
23229 msgid "loop verification on loop tree that needs fixup"
23230 msgstr ""
23232 #: cfgloop.cc:1427
23233 #, gcc-internal-format
23234 msgid "corrupt loop tree root"
23235 msgstr ""
23237 #: cfgloop.cc:1437
23238 #, gcc-internal-format, gfc-internal-format
23239 msgid "loop with header %d marked for removal"
23240 msgstr ""
23242 #: cfgloop.cc:1442
23243 #, gcc-internal-format, gfc-internal-format
23244 msgid "loop with header %d not in loop tree"
23245 msgstr ""
23247 #: cfgloop.cc:1448
23248 #, gcc-internal-format, gfc-internal-format
23249 msgid "non-loop with header %d not marked for removal"
23250 msgstr ""
23252 #: cfgloop.cc:1462
23253 #, gcc-internal-format, gfc-internal-format
23254 msgid "removed loop %d in loop tree"
23255 msgstr ""
23257 #: cfgloop.cc:1470
23258 #, gcc-internal-format, gfc-internal-format
23259 msgid "size of loop %d should be %d, not %d"
23260 msgstr ""
23262 #: cfgloop.cc:1481
23263 #, gcc-internal-format, gfc-internal-format
23264 msgid "bb %d does not belong to loop %d"
23265 msgstr ""
23267 #: cfgloop.cc:1493
23268 #, gcc-internal-format, gfc-internal-format
23269 msgid "bb %d has father loop %d, should be loop %d"
23270 msgstr ""
23272 #: cfgloop.cc:1509
23273 #, gcc-internal-format
23274 msgid "loop %d%'s header is not a loop header"
23275 msgstr ""
23277 #: cfgloop.cc:1515
23278 #, gcc-internal-format
23279 msgid "loop %d%'s header does not have exactly 2 entries"
23280 msgstr ""
23282 #: cfgloop.cc:1522
23283 #, gcc-internal-format
23284 msgid "loop %d%'s latch does not have an edge to its header"
23285 msgstr ""
23287 #: cfgloop.cc:1527
23288 #, gcc-internal-format
23289 msgid "loop %d%'s latch is not dominated by its header"
23290 msgstr ""
23292 #: cfgloop.cc:1535
23293 #, gcc-internal-format
23294 msgid "loop %d%'s latch does not have exactly 1 successor"
23295 msgstr ""
23297 #: cfgloop.cc:1540
23298 #, gcc-internal-format
23299 msgid "loop %d%'s latch does not have header as successor"
23300 msgstr ""
23302 #: cfgloop.cc:1545
23303 #, gcc-internal-format
23304 msgid "loop %d%'s latch does not belong directly to it"
23305 msgstr ""
23307 #: cfgloop.cc:1551
23308 #, gcc-internal-format
23309 msgid "loop %d%'s header does not belong directly to it"
23310 msgstr ""
23312 #: cfgloop.cc:1561
23313 #, gcc-internal-format
23314 msgid "loop %d%'s latch is marked as part of irreducible region"
23315 msgstr ""
23317 #: cfgloop.cc:1573
23318 #, gcc-internal-format
23319 msgid "loop %d%'s number of iterations %qE references the released SSA name %qE"
23320 msgstr ""
23322 #: cfgloop.cc:1606
23323 #, gcc-internal-format, gfc-internal-format
23324 msgid "basic block %d should be marked irreducible"
23325 msgstr ""
23327 #: cfgloop.cc:1612
23328 #, gcc-internal-format, gfc-internal-format
23329 msgid "basic block %d should not be marked irreducible"
23330 msgstr ""
23332 #: cfgloop.cc:1621
23333 #, gcc-internal-format, gfc-internal-format
23334 msgid "edge from %d to %d should be marked irreducible"
23335 msgstr ""
23337 #: cfgloop.cc:1628
23338 #, gcc-internal-format, gfc-internal-format
23339 msgid "edge from %d to %d should not be marked irreducible"
23340 msgstr ""
23342 #: cfgloop.cc:1642
23343 #, gcc-internal-format, gfc-internal-format
23344 msgid "corrupted head of the exits list of loop %d"
23345 msgstr ""
23347 #: cfgloop.cc:1660
23348 #, gcc-internal-format, gfc-internal-format
23349 msgid "corrupted exits list of loop %d"
23350 msgstr ""
23352 #: cfgloop.cc:1669
23353 #, gcc-internal-format, gfc-internal-format
23354 msgid "nonempty exits list of loop %d, but exits are not recorded"
23355 msgstr ""
23357 #: cfgloop.cc:1696
23358 #, gcc-internal-format, gfc-internal-format
23359 msgid "exit %d->%d not recorded"
23360 msgstr ""
23362 #: cfgloop.cc:1719
23363 #, gcc-internal-format, gfc-internal-format
23364 msgid "wrong list of exited loops for edge %d->%d"
23365 msgstr ""
23367 #: cfgloop.cc:1728
23368 #, gcc-internal-format
23369 msgid "too many loop exits recorded"
23370 msgstr ""
23372 #: cfgloop.cc:1739
23373 #, gcc-internal-format, gfc-internal-format
23374 msgid "%d exits recorded for loop %d (having %d exits)"
23375 msgstr ""
23377 #: cfgrtl.cc:2401
23378 #, gcc-internal-format, gfc-internal-format
23379 msgid "non-cold basic block %d reachable only by paths crossing the cold partition"
23380 msgstr ""
23382 #: cfgrtl.cc:2521
23383 #, gcc-internal-format, gfc-internal-format
23384 msgid "multiple hot/cold transitions found (bb %i)"
23385 msgstr ""
23387 #: cfgrtl.cc:2529
23388 #, gcc-internal-format
23389 msgid "partition found but function partition flag not set"
23390 msgstr ""
23392 #: cfgrtl.cc:2568
23393 #, gcc-internal-format
23394 msgid "verify_flow_info: REG_BR_PROB is set but cfg probability is not"
23395 msgstr ""
23397 #: cfgrtl.cc:2577
23398 #, gcc-internal-format, gfc-internal-format
23399 msgid "verify_flow_info: REG_BR_PROB does not match cfg %i %i"
23400 msgstr ""
23402 #: cfgrtl.cc:2599
23403 #, gcc-internal-format
23404 msgid "EDGE_CROSSING incorrectly set across same section"
23405 msgstr ""
23407 #: cfgrtl.cc:2604
23408 #, gcc-internal-format, gfc-internal-format
23409 msgid "fallthru edge crosses section boundary in bb %i"
23410 msgstr ""
23412 #: cfgrtl.cc:2610
23413 #, gcc-internal-format, gfc-internal-format
23414 msgid "EH edge crosses section boundary in bb %i"
23415 msgstr ""
23417 #: cfgrtl.cc:2616
23418 #, gcc-internal-format, gfc-internal-format
23419 msgid "No region crossing jump at section boundary in bb %i"
23420 msgstr ""
23422 #: cfgrtl.cc:2623
23423 #, gcc-internal-format
23424 msgid "EDGE_CROSSING missing across section boundary"
23425 msgstr ""
23427 #: cfgrtl.cc:2653
23428 #, gcc-internal-format, gfc-internal-format
23429 msgid "Region crossing jump across same section in bb %i"
23430 msgstr ""
23432 #: cfgrtl.cc:2660
23433 #, gcc-internal-format, gfc-internal-format
23434 msgid "missing REG_EH_REGION note at the end of bb %i"
23435 msgstr ""
23437 #: cfgrtl.cc:2665
23438 #, gcc-internal-format, gfc-internal-format
23439 msgid "too many exception handling edges in bb %i"
23440 msgstr ""
23442 #: cfgrtl.cc:2673
23443 #, gcc-internal-format, gfc-internal-format
23444 msgid "too many outgoing branch edges from bb %i"
23445 msgstr ""
23447 #: cfgrtl.cc:2678
23448 #, gcc-internal-format, gfc-internal-format
23449 msgid "fallthru edge after unconditional jump in bb %i"
23450 msgstr ""
23452 #: cfgrtl.cc:2683
23453 #, gcc-internal-format, gfc-internal-format
23454 msgid "wrong number of branch edges after unconditional jump in bb %i"
23455 msgstr ""
23457 #: cfgrtl.cc:2690
23458 #, gcc-internal-format, gfc-internal-format
23459 msgid "wrong amount of branch edges after conditional jump in bb %i"
23460 msgstr ""
23462 #: cfgrtl.cc:2696
23463 #, gcc-internal-format, gfc-internal-format
23464 msgid "abnormal call edges for non-call insn in bb %i"
23465 msgstr ""
23467 #: cfgrtl.cc:2701
23468 #, gcc-internal-format, gfc-internal-format
23469 msgid "sibcall edges for non-call insn in bb %i"
23470 msgstr ""
23472 #: cfgrtl.cc:2711
23473 #, gcc-internal-format, gfc-internal-format
23474 msgid "abnormal edges for no purpose in bb %i"
23475 msgstr ""
23477 #: cfgrtl.cc:2722
23478 #, gcc-internal-format, gfc-internal-format
23479 msgid "EH incoming edge mixed with non-EH incoming edges in bb %i"
23480 msgstr ""
23482 #: cfgrtl.cc:2763 cfgrtl.cc:2773
23483 #, gcc-internal-format, gfc-internal-format
23484 msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d"
23485 msgstr ""
23487 #: cfgrtl.cc:2786
23488 #, gcc-internal-format, gfc-internal-format
23489 msgid "NOTE_INSN_BASIC_BLOCK %d in middle of basic block %d"
23490 msgstr ""
23492 #: cfgrtl.cc:2796
23493 #, gcc-internal-format, gfc-internal-format
23494 msgid "in basic block %d:"
23495 msgstr ""
23497 #: cfgrtl.cc:2822
23498 #, gcc-internal-format, gfc-internal-format
23499 msgid "BB_RTL flag not set for block %d"
23500 msgstr ""
23502 #: cfgrtl.cc:2829
23503 #, gcc-internal-format, gfc-internal-format
23504 msgid "insn %d basic block pointer is %d, should be %d"
23505 msgstr ""
23507 #: cfgrtl.cc:2840
23508 #, gcc-internal-format, gfc-internal-format
23509 msgid "insn %d in header of bb %d has non-NULL basic block"
23510 msgstr ""
23512 #: cfgrtl.cc:2848
23513 #, gcc-internal-format, gfc-internal-format
23514 msgid "insn %d in footer of bb %d has non-NULL basic block"
23515 msgstr ""
23517 #: cfgrtl.cc:2921 cfgrtl.cc:2969
23518 #, gcc-internal-format, gfc-internal-format
23519 msgid "insn %d outside of basic blocks has non-NULL bb field"
23520 msgstr ""
23522 #: cfgrtl.cc:2929
23523 #, gcc-internal-format, gfc-internal-format
23524 msgid "end insn %d for block %d not found in the insn stream"
23525 msgstr ""
23527 #: cfgrtl.cc:2942
23528 #, gcc-internal-format, gfc-internal-format
23529 msgid "insn %d is in multiple basic blocks (%d and %d)"
23530 msgstr ""
23532 #: cfgrtl.cc:2954
23533 #, gcc-internal-format, gfc-internal-format
23534 msgid "head insn %d for block %d not found in the insn stream"
23535 msgstr ""
23537 #: cfgrtl.cc:3002
23538 #, gcc-internal-format, gfc-internal-format
23539 msgid "missing barrier after block %i"
23540 msgstr ""
23542 #: cfgrtl.cc:3018
23543 #, gcc-internal-format, gfc-internal-format
23544 msgid "verify_flow_info: Incorrect blocks for fallthru %i->%i"
23545 msgstr ""
23547 #: cfgrtl.cc:3027
23548 #, gcc-internal-format, gfc-internal-format
23549 msgid "verify_flow_info: Incorrect fallthru %i->%i"
23550 msgstr ""
23552 #: cfgrtl.cc:3029
23553 #, gcc-internal-format
23554 msgid "wrong insn in the fallthru edge"
23555 msgstr "помилкова інструкція на краю fallthru"
23557 #: cfgrtl.cc:3063
23558 #, gcc-internal-format
23559 msgid "basic blocks not laid down consecutively"
23560 msgstr ""
23562 #: cfgrtl.cc:3102
23563 #, gcc-internal-format, gfc-internal-format
23564 msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)"
23565 msgstr ""
23567 #: cgraph.cc:3204
23568 #, gcc-internal-format
23569 msgid "caller edge count invalid"
23570 msgstr ""
23572 #: cgraph.cc:3302
23573 #, gcc-internal-format
23574 msgid "missing indirect call in speculative call sequence"
23575 msgstr ""
23577 #: cgraph.cc:3307
23578 #, gcc-internal-format
23579 msgid "indirect call in speculative call sequence has no speculative flag"
23580 msgstr ""
23582 #: cgraph.cc:3337
23583 #, gcc-internal-format
23584 msgid "speculative edges are not adjacent"
23585 msgstr ""
23587 #: cgraph.cc:3343
23588 #, gcc-internal-format, gfc-internal-format
23589 msgid "direct call to %s in speculative call sequence has no speculative flag"
23590 msgstr ""
23592 #: cgraph.cc:3349 cgraph.cc:3379
23593 #, gcc-internal-format, gfc-internal-format
23594 msgid "direct call to %s in speculative call sequence has speculative_id %i out of range"
23595 msgstr ""
23597 #: cgraph.cc:3356
23598 #, gcc-internal-format, gfc-internal-format
23599 msgid "duplicate direct call to %s in speculative call sequence with speculative_id %i"
23600 msgstr ""
23602 #: cgraph.cc:3367
23603 #, gcc-internal-format
23604 msgid "call stmt hash does not point to first direct edge of speculative call sequence"
23605 msgstr ""
23607 #: cgraph.cc:3386
23608 #, gcc-internal-format, gfc-internal-format
23609 msgid "duplicate reference %s in speculative call sequence with speculative_id %i"
23610 msgstr ""
23612 #: cgraph.cc:3399
23613 #, gcc-internal-format, gfc-internal-format
23614 msgid "missing direct call for speculation %i"
23615 msgstr ""
23617 #: cgraph.cc:3404
23618 #, gcc-internal-format, gfc-internal-format
23619 msgid "missing ref for speculation %i"
23620 msgstr ""
23622 #: cgraph.cc:3413
23623 #, gcc-internal-format, gfc-internal-format
23624 msgid "number of speculative targets %i mismatched with num_speculative_call_targets %i"
23625 msgstr ""
23627 #: cgraph.cc:3442
23628 #, gcc-internal-format, gfc-internal-format
23629 msgid "aux field set for edge %s->%s"
23630 msgstr ""
23632 #: cgraph.cc:3449
23633 #, gcc-internal-format
23634 msgid "cgraph count invalid"
23635 msgstr ""
23637 #: cgraph.cc:3454
23638 #, gcc-internal-format
23639 msgid "inline clone in same comdat group list"
23640 msgstr ""
23642 #: cgraph.cc:3459
23643 #, gcc-internal-format
23644 msgid "inline clone count is not compatible"
23645 msgstr ""
23647 #: cgraph.cc:3466
23648 #, gcc-internal-format
23649 msgid "tp_first_run must be non-negative"
23650 msgstr ""
23652 #: cgraph.cc:3471
23653 #, gcc-internal-format
23654 msgid "local symbols must be defined"
23655 msgstr ""
23657 #: cgraph.cc:3476
23658 #, gcc-internal-format
23659 msgid "externally visible inline clone"
23660 msgstr ""
23662 #: cgraph.cc:3481
23663 #, gcc-internal-format
23664 msgid "inline clone with address taken"
23665 msgstr ""
23667 #: cgraph.cc:3486
23668 #, gcc-internal-format
23669 msgid "inline clone is forced to output"
23670 msgstr ""
23672 #: cgraph.cc:3493
23673 #, gcc-internal-format
23674 msgid "calls_comdat_local is set outside of a comdat group"
23675 msgstr ""
23677 #: cgraph.cc:3498
23678 #, gcc-internal-format
23679 msgid "invalid calls_comdat_local flag"
23680 msgstr ""
23682 #: cgraph.cc:3505
23683 #, gcc-internal-format
23684 msgid "malloc attribute should be used for a function that returns a pointer"
23685 msgstr ""
23687 #: cgraph.cc:3517
23688 #, gcc-internal-format
23689 msgid "semantic interposition mismatch"
23690 msgstr ""
23692 #: cgraph.cc:3524
23693 #, gcc-internal-format, gfc-internal-format
23694 msgid "aux field set for indirect edge from %s"
23695 msgstr ""
23697 #: cgraph.cc:3530 cgraph.cc:3590
23698 #, gcc-internal-format
23699 msgid "edge count is not compatible with function count"
23700 msgstr ""
23702 #: cgraph.cc:3538
23703 #, gcc-internal-format, gfc-internal-format
23704 msgid "An indirect edge from %s is not marked as indirect or has associated indirect_info, the corresponding statement is: "
23705 msgstr ""
23707 #: cgraph.cc:3546 cgraph.cc:3617
23708 #, gcc-internal-format
23709 msgid "edge has both call_stmt and lto_stmt_uid set"
23710 msgstr ""
23712 #: cgraph.cc:3558
23713 #, gcc-internal-format, gfc-internal-format
23714 msgid "comdat-local function called by %s outside its comdat"
23715 msgstr ""
23717 #: cgraph.cc:3568
23718 #, gcc-internal-format
23719 msgid "inlined_to pointer is wrong"
23720 msgstr ""
23722 #: cgraph.cc:3573
23723 #, gcc-internal-format
23724 msgid "multiple inline callers"
23725 msgstr ""
23727 #: cgraph.cc:3580
23728 #, gcc-internal-format
23729 msgid "inlined_to pointer set for noninline callers"
23730 msgstr ""
23732 #: cgraph.cc:3607
23733 #, gcc-internal-format
23734 msgid "caller edge count does not match BB count"
23735 msgstr ""
23737 #: cgraph.cc:3638
23738 #, gcc-internal-format
23739 msgid "indirect call count does not match BB count"
23740 msgstr ""
23742 #: cgraph.cc:3655
23743 #, gcc-internal-format
23744 msgid "reference has both stmt and lto_stmt_uid set"
23745 msgstr ""
23747 #: cgraph.cc:3666
23748 #, gcc-internal-format
23749 msgid "inlined_to pointer is set but no predecessors found"
23750 msgstr "встановлено вказівник inlined_to, але не виявлено попередників"
23752 #: cgraph.cc:3671
23753 #, gcc-internal-format
23754 msgid "inlined_to pointer refers to itself"
23755 msgstr ""
23757 #: cgraph.cc:3682
23758 #, gcc-internal-format
23759 msgid "cgraph_node has wrong clone_of"
23760 msgstr ""
23762 #: cgraph.cc:3695
23763 #, gcc-internal-format
23764 msgid "cgraph_node has wrong clone list"
23765 msgstr ""
23767 #: cgraph.cc:3701
23768 #, gcc-internal-format
23769 msgid "cgraph_node is in clone list but it is not clone"
23770 msgstr ""
23772 #: cgraph.cc:3706
23773 #, gcc-internal-format
23774 msgid "cgraph_node has wrong prev_clone pointer"
23775 msgstr ""
23777 #: cgraph.cc:3711
23778 #, gcc-internal-format
23779 msgid "double linked list of clones corrupted"
23780 msgstr ""
23782 #: cgraph.cc:3723
23783 #, gcc-internal-format
23784 msgid "Alias has call edges"
23785 msgstr ""
23787 #: cgraph.cc:3729
23788 #, gcc-internal-format
23789 msgid "Alias has non-alias reference"
23790 msgstr ""
23792 #: cgraph.cc:3734
23793 #, gcc-internal-format
23794 msgid "Alias has more than one alias reference"
23795 msgstr ""
23797 #: cgraph.cc:3741
23798 #, gcc-internal-format
23799 msgid "Analyzed alias has no reference"
23800 msgstr ""
23802 #: cgraph.cc:3750
23803 #, gcc-internal-format
23804 msgid "No edge out of thunk node"
23805 msgstr ""
23807 #: cgraph.cc:3755
23808 #, gcc-internal-format
23809 msgid "More than one edge out of thunk node"
23810 msgstr ""
23812 #: cgraph.cc:3760
23813 #, gcc-internal-format
23814 msgid "Thunk is not supposed to have body"
23815 msgstr ""
23817 #: cgraph.cc:3796
23818 #, gcc-internal-format
23819 msgid "shared call_stmt:"
23820 msgstr ""
23822 #: cgraph.cc:3804
23823 #, gcc-internal-format
23824 msgid "edge points to wrong declaration:"
23825 msgstr ""
23827 #: cgraph.cc:3813
23828 #, gcc-internal-format
23829 msgid "an indirect edge with unknown callee corresponding to a call_stmt with a known declaration:"
23830 msgstr ""
23832 #: cgraph.cc:3823
23833 #, gcc-internal-format
23834 msgid "missing callgraph edge for call stmt:"
23835 msgstr ""
23837 #: cgraph.cc:3833
23838 #, gcc-internal-format
23839 msgid "reference to dead statement"
23840 msgstr ""
23842 #: cgraph.cc:3846
23843 #, gcc-internal-format, gfc-internal-format
23844 msgid "edge %s->%s has no corresponding call_stmt"
23845 msgstr ""
23847 #: cgraph.cc:3858
23848 #, gcc-internal-format, gfc-internal-format
23849 msgid "an indirect edge from %s has no corresponding call_stmt"
23850 msgstr ""
23852 #: cgraph.cc:3877 cgraph.cc:3890
23853 #, gcc-internal-format
23854 msgid "missing origin for a node in a nested list"
23855 msgstr ""
23857 #: cgraph.cc:3882
23858 #, gcc-internal-format
23859 msgid "origin points to a different parent"
23860 msgstr ""
23862 #: cgraph.cc:3898
23863 #, gcc-internal-format
23864 msgid "verify_cgraph_node failed"
23865 msgstr ""
23867 #: cgraph.cc:4020 varpool.cc:304
23868 #, gcc-internal-format, gfc-internal-format
23869 msgid "%s: section %s.%d is missing"
23870 msgstr ""
23872 #: cgraphunit.cc:744
23873 #, gcc-internal-format
23874 msgid "duplicate definition of a symbol version"
23875 msgstr "подвійне визначення версії символу"
23877 #: cgraphunit.cc:746
23878 #, gcc-internal-format
23879 msgid "same version was previously defined here"
23880 msgstr "ту саму версію було раніше визначено тут"
23882 #: cgraphunit.cc:752
23883 #, gcc-internal-format
23884 msgid "symbol needs to be defined to have a version"
23885 msgstr ""
23887 #: cgraphunit.cc:758
23888 #, gcc-internal-format
23889 msgid "common symbol cannot be versioned"
23890 msgstr ""
23892 #: cgraphunit.cc:764
23893 #, gcc-internal-format
23894 msgid "comdat symbol cannot be versioned"
23895 msgstr ""
23897 #: cgraphunit.cc:770
23898 #, gcc-internal-format
23899 msgid "%<weakref%> cannot be versioned"
23900 msgstr ""
23902 #: cgraphunit.cc:776
23903 #, gcc-internal-format
23904 msgid "versioned symbol must be public"
23905 msgstr ""
23907 #: cgraphunit.cc:782
23908 #, gcc-internal-format
23909 msgid "versioned symbol must have default visibility"
23910 msgstr ""
23912 #: cgraphunit.cc:815
23913 #, gcc-internal-format
23914 msgid "%<weakref%> attribute should be accompanied with an %<alias%> attribute"
23915 msgstr "Атрибут %<weakref%> слід супроводжувати атрибутом %<alias%>"
23917 #: cgraphunit.cc:870
23918 #, gcc-internal-format
23919 msgid "%<flatten%> attribute is ignored on aliases"
23920 msgstr "Атрибут %<flatten%> буде проігноровано, оскільки вказано aliases"
23922 #: cgraphunit.cc:878 cgraphunit.cc:929
23923 #, gcc-internal-format
23924 msgid "%<externally_visible%> attribute have effect only on public objects"
23925 msgstr ""
23927 #: cgraphunit.cc:889
23928 #, gcc-internal-format
23929 msgid "%<weakref%> attribute ignored because function is defined"
23930 msgstr ""
23932 #: cgraphunit.cc:904
23933 #, gcc-internal-format
23934 msgid "%<alias%> attribute ignored because function is defined"
23935 msgstr ""
23937 #: cgraphunit.cc:912
23938 #, gcc-internal-format
23939 msgid "%<always_inline%> function might not be inlinable"
23940 msgstr ""
23942 #: cgraphunit.cc:937
23943 #, gcc-internal-format
23944 msgid "%<weakref%> attribute ignored because variable is initialized"
23945 msgstr ""
23947 #. include_self=
23948 #. TODO: Add OPT_Wundefined-inline.
23949 #: cgraphunit.cc:1086 c/c-decl.cc:12855
23950 #, gcc-internal-format
23951 msgid "%q+F used but never defined"
23952 msgstr "%q+F використано, але ніколи не визначено"
23954 #: cgraphunit.cc:1088 c/c-decl.cc:12865
23955 #, gcc-internal-format
23956 msgid "%q+F declared %<static%> but never defined"
23957 msgstr ""
23959 #: cgraphunit.cc:1131
23960 #, gcc-internal-format
23961 msgid "%qD defined but not used"
23962 msgstr ""
23964 #: cgraphunit.cc:1466
23965 #, gcc-internal-format
23966 msgid "%<ifunc%> resolver for %qD must return %qT"
23967 msgstr ""
23969 #: cgraphunit.cc:1469 cgraphunit.cc:1492
23970 #, gcc-internal-format
23971 msgid "resolver indirect function declared here"
23972 msgstr ""
23974 #: cgraphunit.cc:1489
23975 #, gcc-internal-format
23976 msgid "%<ifunc%> resolver for %qD should return %qT"
23977 msgstr ""
23979 #: cgraphunit.cc:1499
23980 #, gcc-internal-format
23981 msgid "%qD alias between functions of incompatible types %qT and %qT"
23982 msgstr "%qD alias між функціями несумісних типів, %qT та %qT"
23984 #: cgraphunit.cc:1502 cgraphunit.cc:1584
23985 #, gcc-internal-format
23986 msgid "aliased declaration here"
23987 msgstr "оголошення aliased тут:"
23989 #: cgraphunit.cc:1540 c-family/c-pragma.cc:347
23990 #, gcc-internal-format
23991 msgid "%q+D aliased to undefined symbol %qE"
23992 msgstr ""
23994 #: cgraphunit.cc:1556
23995 #, gcc-internal-format
23996 msgid "%q+D aliased to external symbol %qE"
23997 msgstr ""
23999 #: cgraphunit.cc:1581
24000 #, gcc-internal-format
24001 msgid "%q+D alias between function and variable is not supported"
24002 msgstr ""
24004 #: cgraphunit.cc:1655
24005 #, gcc-internal-format
24006 msgid "failed to reclaim unneeded function"
24007 msgstr "не вдалося повернути пам'ять від непотрібної функції"
24009 #: cgraphunit.cc:1683
24010 #, gcc-internal-format
24011 msgid "failed to reclaim unneeded function in same comdat group"
24012 msgstr ""
24014 #: cgraphunit.cc:1859
24015 #, gcc-internal-format
24016 msgid "size of return value of %q+D is %u bytes"
24017 msgstr ""
24019 #: cgraphunit.cc:1863
24020 #, gcc-internal-format
24021 msgid "size of return value of %q+D is larger than %wu bytes"
24022 msgstr ""
24024 #: cgraphunit.cc:2425
24025 #, gcc-internal-format
24026 msgid "nodes with unreleased memory found"
24027 msgstr "виявлено вузли із незвільненою пам'яттю"
24029 #: collect-utils.cc:106
24030 #, gcc-internal-format
24031 msgid "cannot get program status: %m"
24032 msgstr "не вдалося отримати стан програми: %m"
24034 #: collect-utils.cc:120
24035 #, gcc-internal-format, gfc-internal-format
24036 msgid "%s terminated with signal %d [%s]%s"
24037 msgstr "%s перервано за допомогою сигналу %d [%s]%s"
24039 #: collect-utils.cc:136
24040 #, gcc-internal-format, gfc-internal-format
24041 msgid "%s returned %d exit status"
24042 msgstr "%s повернуто стан виходу %d"
24044 #: collect-utils.cc:175
24045 #, gcc-internal-format, gfc-internal-format
24046 msgid "could not open response file %s"
24047 msgstr "не вдалося відкрити файл відповіді %s"
24049 #: collect-utils.cc:181
24050 #, gcc-internal-format, gfc-internal-format
24051 msgid "could not write to response file %s"
24052 msgstr "не вдалося записати дані до файла відповіді %s"
24054 #: collect-utils.cc:187
24055 #, gcc-internal-format, gfc-internal-format
24056 msgid "could not close response file %s"
24057 msgstr "не вдалося закрити файл відповіді %s"
24059 #: collect-utils.cc:221
24060 #, gcc-internal-format
24061 msgid "cannot find %qs"
24062 msgstr "не вдалося знайти %qs"
24064 #: collect-utils.cc:225 collect2.cc:2385 collect2.cc:2555 gcc.cc:3405
24065 #: gcc.cc:7677
24066 #, gcc-internal-format
24067 msgid "%<pex_init%> failed: %m"
24068 msgstr ""
24070 #: collect-utils.cc:234 collect2.cc:2394 collect2.cc:2563 gcc.cc:2689
24071 #, gcc-internal-format
24072 msgid "%s: %m"
24073 msgstr "%s: %m"
24075 #: collect2.cc:613
24076 #, gcc-internal-format
24077 msgid "environment variable %<COLLECT_LTO_WRAPPER%> must be set"
24078 msgstr ""
24080 #: collect2.cc:756
24081 #, gcc-internal-format, gfc-internal-format
24082 msgid "ld returned %d exit status"
24083 msgstr ""
24085 #: collect2.cc:913 gcc.cc:8196 config/gcn/mkoffload.cc:827
24086 #: config/nvptx/mkoffload.cc:545
24087 #, gcc-internal-format
24088 msgid "atexit failed"
24089 msgstr ""
24091 #: collect2.cc:1043
24092 #, gcc-internal-format
24093 msgid "no arguments"
24094 msgstr "немає аргументів"
24096 #: collect2.cc:1283 opts.cc:1152
24097 #, gcc-internal-format
24098 msgid "LTO support has not been enabled in this configuration"
24099 msgstr ""
24101 #: collect2.cc:1324 graph.cc:55 lto-wrapper.cc:1710 lto-wrapper.cc:1766
24102 #: toplev.cc:1513 objc/objc-act.cc:461
24103 #, gcc-internal-format
24104 msgid "cannot open %s: %m"
24105 msgstr "не вдалося відкрити %s: %m"
24107 #: collect2.cc:1444
24108 #, gcc-internal-format
24109 msgid "unknown demangling style %qs"
24110 msgstr "невідомий стиль декодування %qs"
24112 #: collect2.cc:1546 collect2.cc:1724 collect2.cc:1764
24113 #, gcc-internal-format
24114 msgid "fopen %s: %m"
24115 msgstr "fopen %s: %m"
24117 #: collect2.cc:1549 collect2.cc:1729 collect2.cc:1767
24118 #, gcc-internal-format
24119 msgid "fclose %s: %m"
24120 msgstr "fclose %s: %m"
24122 #: collect2.cc:2319 lto-wrapper.cc:1215 lto-wrapper.cc:1230
24123 #: lto/lto-object.cc:148 lto/lto-object.cc:182 lto/lto-object.cc:279
24124 #: lto/lto-object.cc:336 lto/lto-object.cc:360
24125 #, gcc-internal-format, gfc-internal-format
24126 msgid "%s: %s"
24127 msgstr "%s: %s"
24129 #: collect2.cc:2359
24130 #, gcc-internal-format
24131 msgid "cannot find %<nm%>"
24132 msgstr "не вдалося знайти %<nm%>"
24134 #: collect2.cc:2407
24135 #, gcc-internal-format
24136 msgid "cannot open nm output: %m"
24137 msgstr "не вдалося відкрити виведені nm дані: %m"
24139 #: collect2.cc:2462
24140 #, gcc-internal-format, gfc-internal-format
24141 msgid "init function found in object %s"
24142 msgstr "знайдено функцію init у об'єкті %s"
24144 #: collect2.cc:2473
24145 #, gcc-internal-format, gfc-internal-format
24146 msgid "fini function found in object %s"
24147 msgstr "знайдено функцію fini в об'єкті %s"
24149 #: collect2.cc:2530
24150 #, gcc-internal-format
24151 msgid "cannot find %<ldd%>"
24152 msgstr "не вдалося знайти %<ldd%>"
24154 #: collect2.cc:2576
24155 #, gcc-internal-format
24156 msgid "cannot open ldd output: %m"
24157 msgstr "не вдалося відкрити виведені ldd дані: %m"
24159 #: collect2.cc:2594
24160 #, gcc-internal-format, gfc-internal-format
24161 msgid "dynamic dependency %s not found"
24162 msgstr "динамічної залежності %s не знайдено"
24164 #: collect2.cc:2606
24165 #, gcc-internal-format
24166 msgid "unable to open dynamic dependency %qs"
24167 msgstr "не вдалося відкрити динамічну залежність %qs"
24169 #: collect2.cc:2758
24170 #, gcc-internal-format, gfc-internal-format
24171 msgid "%s: not a COFF file"
24172 msgstr ""
24174 #: collect2.cc:2917
24175 #, gcc-internal-format, gfc-internal-format
24176 msgid "%s: cannot open as COFF file"
24177 msgstr ""
24179 #: collect2.cc:2976
24180 #, gcc-internal-format, gfc-internal-format
24181 msgid "library lib%s not found"
24182 msgstr ""
24184 #: convert.cc:97
24185 #, gcc-internal-format
24186 msgid "cannot convert to a pointer type"
24187 msgstr ""
24189 #: convert.cc:332
24190 #, gcc-internal-format
24191 msgid "pointer value used where a floating-point was expected"
24192 msgstr ""
24194 #: convert.cc:336
24195 #, gcc-internal-format
24196 msgid "aggregate value used where a floating-point was expected"
24197 msgstr ""
24199 #: convert.cc:479
24200 #, gcc-internal-format
24201 msgid "conversion to incomplete type"
24202 msgstr "перетворення до неповного типу"
24204 #: convert.cc:948
24205 #, gcc-internal-format
24206 msgid "cannot convert a vector of type %qT to type %qT which has different size"
24207 msgstr ""
24209 #: convert.cc:956
24210 #, gcc-internal-format
24211 msgid "aggregate value used where an integer was expected"
24212 msgstr ""
24214 #: convert.cc:1044
24215 #, gcc-internal-format
24216 msgid "pointer value used where a complex was expected"
24217 msgstr ""
24219 #: convert.cc:1048
24220 #, gcc-internal-format
24221 msgid "aggregate value used where a complex was expected"
24222 msgstr ""
24224 #: convert.cc:1085
24225 #, gcc-internal-format
24226 msgid "cannot convert a value of type %qT to vector type %qT which has different size"
24227 msgstr ""
24229 #: convert.cc:1093
24230 #, gcc-internal-format
24231 msgid "cannot convert value to a vector"
24232 msgstr "не вдалося перетворити значення на вектор"
24234 #: convert.cc:1132
24235 #, gcc-internal-format
24236 msgid "aggregate value used where a fixed-point was expected"
24237 msgstr ""
24239 #: coverage.cc:192
24240 #, gcc-internal-format
24241 msgid "%qs is not a gcov data file"
24242 msgstr ""
24244 #: coverage.cc:203
24245 #, gcc-internal-format
24246 msgid "%qs is version %q.*s, expected version %q.*s"
24247 msgstr ""
24249 #: coverage.cc:267
24250 #, gcc-internal-format, gfc-internal-format
24251 msgid "profile data for function %u is corrupted"
24252 msgstr ""
24254 #: coverage.cc:268
24255 #, gcc-internal-format
24256 msgid "checksum is (%x,%x) instead of (%x,%x)"
24257 msgstr ""
24259 #: coverage.cc:283
24260 #, gcc-internal-format
24261 msgid "%qs has overflowed"
24262 msgstr ""
24264 #: coverage.cc:284
24265 #, gcc-internal-format
24266 msgid "%qs is corrupted"
24267 msgstr ""
24269 #: coverage.cc:311
24270 #, gcc-internal-format
24271 msgid "%qs profile count data file not found"
24272 msgstr ""
24274 #: coverage.cc:340
24275 #, gcc-internal-format
24276 msgid "profile for function %qD not found in profile data"
24277 msgstr ""
24279 #: coverage.cc:360
24280 #, gcc-internal-format
24281 msgid "number of counters in profile data for function %qD does not match its profile data (counter %qs, expected %i and have %i)"
24282 msgstr ""
24284 #: coverage.cc:369
24285 #, gcc-internal-format
24286 msgid "the control flow of function %qD does not match its profile data (counter %qs)"
24287 msgstr ""
24289 #: coverage.cc:388
24290 #, gcc-internal-format
24291 msgid "execution counts estimated\n"
24292 msgstr ""
24294 #: coverage.cc:389
24295 #, gcc-internal-format
24296 msgid "execution counts assumed to be zero\n"
24297 msgstr ""
24299 #: coverage.cc:402
24300 #, gcc-internal-format
24301 msgid "source locations for function %qD have changed, the profile data may be out of date"
24302 msgstr ""
24304 #: coverage.cc:666
24305 #, gcc-internal-format
24306 msgid "function starts on a higher line number than it ends"
24307 msgstr ""
24309 #: coverage.cc:688
24310 #, gcc-internal-format
24311 msgid "error writing %qs"
24312 msgstr ""
24314 #: coverage.cc:1288
24315 #, gcc-internal-format
24316 msgid "filename %qs does not start with profile prefix %qs"
24317 msgstr "назва файла %qs не починається з префікса профілю %qs"
24319 #: coverage.cc:1333
24320 #, gcc-internal-format, gfc-internal-format
24321 msgid "cannot open %s"
24322 msgstr "не вдалося відкрити %s"
24324 #: data-streamer-in.cc:53
24325 #, gcc-internal-format
24326 msgid "bytecode stream: string too long for the string table"
24327 msgstr ""
24329 #: data-streamer-in.cc:84 data-streamer-in.cc:113
24330 #, gcc-internal-format
24331 msgid "bytecode stream: found non-null terminated string"
24332 msgstr ""
24334 #: dbgcnt.cc:140
24335 #, gcc-internal-format
24336 msgid "Interval overlap of %<-fdbg-cnt=%s%>: [%u, %u] and [%u, %u]"
24337 msgstr ""
24339 #: dbgcnt.cc:157
24340 #, gcc-internal-format
24341 msgid "%<-fdbg-cnt=%s:%d-%d%> has smaller upper limit than the lower"
24342 msgstr ""
24344 #: dbgcnt.cc:169
24345 #, gcc-internal-format
24346 msgid "cannot find a valid counter name %qs of %<-fdbg-cnt=%> option"
24347 msgstr ""
24349 #: dbgcnt.cc:238
24350 #, gcc-internal-format
24351 msgid "counter name"
24352 msgstr ""
24354 #: dbgcnt.cc:239
24355 #, gcc-internal-format
24356 msgid "counter value"
24357 msgstr ""
24359 #: dbgcnt.cc:239
24360 #, gcc-internal-format
24361 msgid "closed intervals"
24362 msgstr ""
24364 #: diagnostic.cc:2392
24365 #, gcc-internal-format
24366 msgid "debug path"
24367 msgstr "шлях для діагностики"
24369 #: dominance.cc:1180
24370 #, gcc-internal-format, gfc-internal-format
24371 msgid "dominator of %d status unknown"
24372 msgstr ""
24374 #: dominance.cc:1188
24375 #, gcc-internal-format, gfc-internal-format
24376 msgid "dominator of %d should be %d, not %d"
24377 msgstr ""
24379 #: dumpfile.cc:381
24380 #, gcc-internal-format
24381 msgid "could not open dump file %qs: %m"
24382 msgstr ""
24384 #: dumpfile.cc:1844
24385 #, gcc-internal-format
24386 msgid "ignoring unknown option %q.*s"
24387 msgstr "ігноруємо невідомий параметр %q.*s"
24389 #: dumpfile.cc:1926
24390 #, gcc-internal-format
24391 msgid "unrecognized command-line option %<-fdump-%s%>; did you mean %<-fdump-%s%>?"
24392 msgstr ""
24394 #: dumpfile.cc:1929
24395 #, gcc-internal-format
24396 msgid "unrecognized command-line option %<-fdump-%s%>"
24397 msgstr ""
24399 #: dumpfile.cc:2002
24400 #, gcc-internal-format
24401 msgid "unknown option %q.*s in %<-fopt-info-%s%>"
24402 msgstr ""
24404 #: dumpfile.cc:2034
24405 #, gcc-internal-format
24406 msgid "ignoring possibly conflicting option %<-fopt-info-%s%>"
24407 msgstr ""
24409 #: dwarf2out.cc:1140
24410 #, gcc-internal-format
24411 msgid "multiple EH personalities are supported only with assemblers supporting %<.cfi_personality%> directive"
24412 msgstr ""
24414 #: dwarf2out.cc:11164
24415 #, gcc-internal-format
24416 msgid "%<-gdwarf-6%> is output as version 5 with incompatibilities"
24417 msgstr ""
24419 #: dwarf2out.cc:15007
24420 #, gcc-internal-format, gfc-internal-format
24421 msgid "non-delegitimized UNSPEC %s (%d) found in variable location"
24422 msgstr ""
24424 #: emit-rtl.cc:2898
24425 #, gcc-internal-format
24426 msgid "invalid rtl sharing found in the insn"
24427 msgstr ""
24429 #: emit-rtl.cc:2900
24430 #, gcc-internal-format
24431 msgid "shared rtx"
24432 msgstr ""
24434 #: emit-rtl.cc:2902
24435 #, gcc-internal-format
24436 msgid "internal consistency failure"
24437 msgstr ""
24439 #: emit-rtl.cc:4004
24440 #, gcc-internal-format
24441 msgid "ICE: %<emit_insn%> used where %<emit_jump_insn%> needed:"
24442 msgstr ""
24444 #: errors.cc:133
24445 #, gcc-internal-format, gfc-internal-format
24446 msgid "abort in %s, at %s:%d"
24447 msgstr ""
24449 #: except.cc:2166
24450 #, gcc-internal-format
24451 msgid "argument of %<__builtin_eh_return_regno%> must be constant"
24452 msgstr ""
24454 #: except.cc:2301
24455 #, gcc-internal-format
24456 msgid "%<__builtin_eh_return%> not supported on this target"
24457 msgstr "підтримки %<__builtin_eh_return%> для цього призначення не передбачено"
24459 #: except.cc:3425 except.cc:3450
24460 #, gcc-internal-format
24461 msgid "%<region_array%> is corrupted for region %i"
24462 msgstr ""
24464 #: except.cc:3438 except.cc:3469
24465 #, gcc-internal-format
24466 msgid "%<lp_array%> is corrupted for lp %i"
24467 msgstr ""
24469 #: except.cc:3455
24470 #, gcc-internal-format, gfc-internal-format
24471 msgid "outer block of region %i is wrong"
24472 msgstr ""
24474 #: except.cc:3460
24475 #, gcc-internal-format, gfc-internal-format
24476 msgid "negative nesting depth of region %i"
24477 msgstr ""
24479 #: except.cc:3474
24480 #, gcc-internal-format, gfc-internal-format
24481 msgid "region of lp %i is wrong"
24482 msgstr ""
24484 #: except.cc:3501
24485 #, gcc-internal-format, gfc-internal-format
24486 msgid "tree list ends on depth %i"
24487 msgstr ""
24489 #: except.cc:3506
24490 #, gcc-internal-format
24491 msgid "%<region_array%> does not match %<region_tree%>"
24492 msgstr "%<region_array%> є несумісним з %<region_tree%>"
24494 #: except.cc:3511
24495 #, gcc-internal-format
24496 msgid "%<lp_array%> does not match %<region_tree%>"
24497 msgstr "%<lp_array%> є несумісним з %<region_tree%>"
24499 #: except.cc:3518 tree.cc:14301 value-prof.cc:529
24500 #, gcc-internal-format
24501 msgid "%qs failed"
24502 msgstr ""
24504 #: explow.cc:1551
24505 #, gcc-internal-format
24506 msgid "stack limits not supported on this target"
24507 msgstr ""
24509 #: expmed.cc:359
24510 #, gcc-internal-format
24511 msgid "reverse scalar storage order"
24512 msgstr ""
24514 #: expmed.cc:376
24515 #, gcc-internal-format
24516 msgid "reverse floating-point scalar storage order"
24517 msgstr ""
24519 #: expmed.cc:418
24520 #, gcc-internal-format, gfc-internal-format
24521 msgid "reverse storage order for %smode"
24522 msgstr ""
24524 #: expmed.cc:671
24525 #, gcc-internal-format
24526 msgid "write of %wu-bit data outside the bound of destination object, data truncated into %wu-bit"
24527 msgstr ""
24529 #: expr.cc:11849
24530 #, gcc-internal-format
24531 msgid "call to %qs declared with attribute error: %s"
24532 msgstr ""
24534 #: expr.cc:11863
24535 #, gcc-internal-format
24536 msgid "call to %qs declared with attribute warning: %s"
24537 msgstr ""
24539 #: expr.cc:12901
24540 #, gcc-internal-format
24541 msgid "assuming signed overflow does not occur when simplifying %<X - Y %s 0%> to %<X %s Y%>"
24542 msgstr ""
24544 #: file-prefix-map.cc:50
24545 #, gcc-internal-format
24546 msgid "invalid argument %qs to %qs"
24547 msgstr "некоректний аргумент %qs %qs"
24549 #: final.cc:1771
24550 #, gcc-internal-format
24551 msgid "the frame size of %wu bytes is larger than %wu bytes"
24552 msgstr ""
24554 #: final.cc:4392 toplev.cc:1393 tree-cfgcleanup.cc:1549
24555 #, gcc-internal-format
24556 msgid "could not open final insn dump file %qs: %m"
24557 msgstr ""
24559 #: final.cc:4461 tree-cfgcleanup.cc:1566
24560 #, gcc-internal-format
24561 msgid "could not close final insn dump file %qs: %m"
24562 msgstr ""
24564 #: fixed-value.cc:128
24565 #, gcc-internal-format
24566 msgid "large fixed-point constant implicitly truncated to fixed-point type"
24567 msgstr ""
24569 #: fold-const.cc:4691 fold-const.cc:4701
24570 #, gcc-internal-format, gfc-internal-format
24571 msgid "comparison is always %d due to width of bit-field"
24572 msgstr ""
24574 #: fold-const.cc:6079 tree-ssa-reassoc.cc:2859 tree-ssa-reassoc.cc:3941
24575 #, gcc-internal-format
24576 msgid "assuming signed overflow does not occur when simplifying range test"
24577 msgstr ""
24579 #: fold-const.cc:6543 fold-const.cc:6559
24580 #, gcc-internal-format, gfc-internal-format
24581 msgid "comparison is always %d"
24582 msgstr ""
24584 #: fold-const.cc:6707
24585 #, gcc-internal-format
24586 msgid "%<or%> of unmatched not-equal tests is always 1"
24587 msgstr ""
24589 #: fold-const.cc:6712
24590 #, gcc-internal-format
24591 msgid "%<and%> of mutually exclusive equal-tests is always 0"
24592 msgstr ""
24594 #: fold-const.cc:9941
24595 #, gcc-internal-format
24596 msgid "assuming signed overflow does not occur when reducing constant in comparison"
24597 msgstr ""
24599 #: fold-const.cc:10348
24600 #, gcc-internal-format
24601 msgid "assuming signed overflow does not occur when combining constants around a comparison"
24602 msgstr ""
24604 #: fold-const.cc:13558
24605 #, gcc-internal-format
24606 msgid "fold check: original tree changed by fold"
24607 msgstr ""
24609 #: function.cc:253
24610 #, gcc-internal-format
24611 msgid "total size of local objects %wu exceeds maximum %wu"
24612 msgstr ""
24614 #: function.cc:257
24615 #, gcc-internal-format
24616 msgid "total size of local objects exceeds maximum %wu"
24617 msgstr ""
24619 #: function.cc:1788 gimplify.cc:6667 gimplify.cc:6829
24620 #, gcc-internal-format
24621 msgid "impossible constraint in %<asm%>"
24622 msgstr ""
24624 #: function.cc:4313
24625 #, gcc-internal-format
24626 msgid "variable %q+D might be clobbered by %<longjmp%> or %<vfork%>"
24627 msgstr ""
24629 #: function.cc:4334
24630 #, gcc-internal-format
24631 msgid "argument %q+D might be clobbered by %<longjmp%> or %<vfork%>"
24632 msgstr ""
24634 #: function.cc:5001
24635 #, gcc-internal-format
24636 msgid "function returns an aggregate"
24637 msgstr ""
24639 #: gcc.cc:2193
24640 #, gcc-internal-format
24641 msgid "cannot open nested response file"
24642 msgstr ""
24644 #: gcc.cc:2230
24645 #, gcc-internal-format
24646 msgid "cannot close nonexistent response file"
24647 msgstr ""
24649 #: gcc.cc:2253
24650 #, gcc-internal-format, gfc-internal-format
24651 msgid "could not open temporary response file %s"
24652 msgstr ""
24654 #: gcc.cc:2260
24655 #, gcc-internal-format, gfc-internal-format
24656 msgid "could not write to temporary response file %s"
24657 msgstr ""
24659 #: gcc.cc:2266
24660 #, gcc-internal-format, gfc-internal-format
24661 msgid "could not close temporary response file %s"
24662 msgstr ""
24664 #. This leaves DESC open, but the OS will save us.
24665 #: gcc.cc:2298
24666 #, gcc-internal-format
24667 msgid "cannot read spec file %qs: %m"
24668 msgstr ""
24670 #: gcc.cc:2392 gcc.cc:2413
24671 #, gcc-internal-format, gfc-internal-format
24672 msgid "specs %%include syntax malformed after %ld characters"
24673 msgstr ""
24675 #: gcc.cc:2440 gcc.cc:2450 gcc.cc:2461 gcc.cc:2472
24676 #, gcc-internal-format, gfc-internal-format
24677 msgid "specs %%rename syntax malformed after %ld characters"
24678 msgstr ""
24680 #: gcc.cc:2483
24681 #, gcc-internal-format, gfc-internal-format
24682 msgid "specs %s spec was not found to be renamed"
24683 msgstr ""
24685 #: gcc.cc:2491
24686 #, gcc-internal-format
24687 msgid "%s: attempt to rename spec %qs to already defined spec %qs"
24688 msgstr ""
24690 #: gcc.cc:2513
24691 #, gcc-internal-format, gfc-internal-format
24692 msgid "specs unknown %% command after %ld characters"
24693 msgstr ""
24695 #: gcc.cc:2525 gcc.cc:2539
24696 #, gcc-internal-format, gfc-internal-format
24697 msgid "specs file malformed after %ld characters"
24698 msgstr ""
24700 #: gcc.cc:2594
24701 #, gcc-internal-format
24702 msgid "spec file has no spec for linking"
24703 msgstr ""
24705 #: gcc.cc:3158 gcc.cc:3195
24706 #, gcc-internal-format
24707 msgid "system path %qs is not absolute"
24708 msgstr ""
24710 #: gcc.cc:3284
24711 #, gcc-internal-format
24712 msgid "%<-pipe%> not supported"
24713 msgstr "Підтримки %<-pipe%> не передбачено"
24715 #: gcc.cc:3422 gcc.cc:7686
24716 #, gcc-internal-format
24717 msgid "cannot execute %qs: %s: %m"
24718 msgstr "не вдалося виконати %qs: %s: %m"
24720 #: gcc.cc:3423 gcc.cc:7687
24721 #, gcc-internal-format
24722 msgid "cannot execute %qs: %s"
24723 msgstr "не вдалося виконати %qs: %s"
24725 #: gcc.cc:3442
24726 #, gcc-internal-format
24727 msgid "failed to get exit status: %m"
24728 msgstr ""
24730 #: gcc.cc:3448
24731 #, gcc-internal-format
24732 msgid "failed to get process times: %m"
24733 msgstr ""
24735 #. The inferior failed to catch the signal.
24736 #: gcc.cc:3474 gcc.cc:3498
24737 #, gcc-internal-format, gfc-internal-format
24738 msgid "%s signal terminated program %s"
24739 msgstr ""
24741 #: gcc.cc:3942 opts-common.cc:1548 opts-common.cc:1580
24742 #, gcc-internal-format
24743 msgid "unrecognized command-line option %qs"
24744 msgstr ""
24746 #: gcc.cc:3984
24747 #, gcc-internal-format
24748 msgid "GCC is not configured to support %qs as %<-foffload=%> argument"
24749 msgstr ""
24751 #: gcc.cc:3991
24752 #, gcc-internal-format
24753 msgid "valid %<-foffload=%> arguments are: %s; did you mean %qs?"
24754 msgstr "коректними аргументами %<-foffload=%> є такі: %s; ви мали на увазі %qs?"
24756 #: gcc.cc:3994
24757 #, gcc-internal-format
24758 msgid "valid %<-foffload=%> arguments are: %s"
24759 msgstr "коректні аргументи %<-foffload=%>: %s"
24761 #: gcc.cc:4014
24762 #, gcc-internal-format
24763 msgid "%<=%>options missing after %<-foffload-options=%>target"
24764 msgstr ""
24766 #: gcc.cc:4401
24767 #, gcc-internal-format
24768 msgid "%qs is an unknown %<-save-temps%> option"
24769 msgstr ""
24771 #: gcc.cc:4928 toplev.cc:709
24772 #, gcc-internal-format
24773 msgid "input file %qs is the same as output file"
24774 msgstr ""
24776 #: gcc.cc:4933
24777 #, gcc-internal-format
24778 msgid "output filename may not be empty"
24779 msgstr ""
24781 #: gcc.cc:5318
24782 #, gcc-internal-format
24783 msgid "%<-pipe%> ignored because %<-save-temps%> specified"
24784 msgstr ""
24786 #: gcc.cc:5406
24787 #, gcc-internal-format
24788 msgid "%<-x %s%> after last input file has no effect"
24789 msgstr ""
24791 #: gcc.cc:5609
24792 #, gcc-internal-format
24793 msgid "unable to locate default linker script %qs in the library search paths"
24794 msgstr ""
24796 #: gcc.cc:5816
24797 #, gcc-internal-format
24798 msgid "switch %qs does not start with %<-%>"
24799 msgstr ""
24801 #: gcc.cc:5820
24802 #, gcc-internal-format
24803 msgid "spec-generated switch is just %<-%>"
24804 msgstr ""
24806 #: gcc.cc:6041
24807 #, gcc-internal-format
24808 msgid "spec %qs invalid"
24809 msgstr ""
24811 #: gcc.cc:6202
24812 #, gcc-internal-format
24813 msgid "spec %qs has invalid %<%%0%c%>"
24814 msgstr ""
24816 #: gcc.cc:6493
24817 #, gcc-internal-format
24818 msgid "spec %qs has invalid %<%%W%c%>"
24819 msgstr ""
24821 #: gcc.cc:6509
24822 #, gcc-internal-format
24823 msgid "spec %qs has invalid %<%%@%c%>"
24824 msgstr ""
24826 #: gcc.cc:6528
24827 #, gcc-internal-format
24828 msgid "spec %qs has invalid %<%%x%c%>"
24829 msgstr ""
24831 #. Catch the case where a spec string contains something like
24832 #. '%{foo:%*}'.  i.e. there is no * in the pattern on the left
24833 #. hand side of the :.
24834 #: gcc.cc:6739
24835 #, gcc-internal-format
24836 msgid "spec failure: %<%%*%> has not been initialized by pattern match"
24837 msgstr ""
24839 #: gcc.cc:6790
24840 #, gcc-internal-format
24841 msgid "spec failure: unrecognized spec option %qc"
24842 msgstr ""
24844 #: gcc.cc:6856
24845 #, gcc-internal-format
24846 msgid "unknown spec function %qs"
24847 msgstr ""
24849 #: gcc.cc:6886
24850 #, gcc-internal-format
24851 msgid "error in arguments to spec function %qs"
24852 msgstr ""
24854 #: gcc.cc:6945
24855 #, gcc-internal-format
24856 msgid "malformed spec function name"
24857 msgstr ""
24859 #. )
24860 #: gcc.cc:6948
24861 #, gcc-internal-format
24862 msgid "no arguments for spec function"
24863 msgstr ""
24865 #: gcc.cc:6967
24866 #, gcc-internal-format
24867 msgid "malformed spec function arguments"
24868 msgstr ""
24870 #: gcc.cc:7146
24871 #, gcc-internal-format
24872 msgid "braced spec %qs ends in escape"
24873 msgstr ""
24875 #: gcc.cc:7281
24876 #, gcc-internal-format
24877 msgid "braced spec %qs is invalid at %qc"
24878 msgstr ""
24880 #: gcc.cc:7376
24881 #, gcc-internal-format
24882 msgid "braced spec body %qs is invalid"
24883 msgstr ""
24885 #: gcc.cc:7985
24886 #, gcc-internal-format, gfc-internal-format
24887 msgid "%s: could not determine length of compare-debug file %s"
24888 msgstr ""
24890 #: gcc.cc:7996
24891 #, gcc-internal-format
24892 msgid "%s: %<-fcompare-debug%> failure (length)"
24893 msgstr ""
24895 #: gcc.cc:8006 gcc.cc:8047
24896 #, gcc-internal-format, gfc-internal-format
24897 msgid "%s: could not open compare-debug file %s"
24898 msgstr ""
24900 #: gcc.cc:8026 gcc.cc:8063
24901 #, gcc-internal-format
24902 msgid "%s: %<-fcompare-debug%> failure"
24903 msgstr ""
24905 #: gcc.cc:8366
24906 #, gcc-internal-format
24907 msgid "spec failure: more than one argument to %<SYSROOT_SUFFIX_SPEC%>"
24908 msgstr ""
24910 #: gcc.cc:8391
24911 #, gcc-internal-format
24912 msgid "spec failure: more than one argument to %<SYSROOT_HEADERS_SUFFIX_SPEC%>"
24913 msgstr ""
24915 #: gcc.cc:8598
24916 #, gcc-internal-format
24917 msgid "unrecognized command-line option %<-%s%>; did you mean %<-%s%>?"
24918 msgstr ""
24920 #: gcc.cc:8602
24921 #, gcc-internal-format
24922 msgid "unrecognized command-line option %<-%s%>"
24923 msgstr ""
24925 #: gcc.cc:8728
24926 #, gcc-internal-format
24927 msgid "not configured with sysroot headers suffix"
24928 msgstr ""
24930 #: gcc.cc:8789
24931 #, gcc-internal-format
24932 msgid "no input files"
24933 msgstr "немає вхідних даних"
24935 #: gcc.cc:8840
24936 #, gcc-internal-format
24937 msgid "cannot specify %<-o%> with %<-c%>, %<-S%> or %<-E%> with multiple files"
24938 msgstr ""
24940 #: gcc.cc:8882
24941 #, gcc-internal-format, gfc-internal-format
24942 msgid "%s: %s compiler not installed on this system"
24943 msgstr ""
24945 #: gcc.cc:8907
24946 #, gcc-internal-format
24947 msgid "recompiling with %<-fcompare-debug%>"
24948 msgstr ""
24950 #: gcc.cc:8923
24951 #, gcc-internal-format
24952 msgid "during %<-fcompare-debug%> recompilation"
24953 msgstr ""
24955 #: gcc.cc:8932
24956 #, gcc-internal-format
24957 msgid "comparing final insns dumps"
24958 msgstr ""
24960 #: gcc.cc:9085
24961 #, gcc-internal-format
24962 msgid "%<-fuse-linker-plugin%>, but %s not found"
24963 msgstr ""
24965 #: gcc.cc:9119
24966 #, gcc-internal-format, gfc-internal-format
24967 msgid "%s: linker input file unused because linking not done"
24968 msgstr ""
24970 #. This is can be an indication the user specifed an errorneous
24971 #. separated option value, (or used the wrong prefix for an
24972 #. option).
24973 #: gcc.cc:9125
24974 #, gcc-internal-format
24975 msgid "%s: linker input file not found: %m"
24976 msgstr ""
24978 #: gcc.cc:9192 c-family/c-opts.cc:791
24979 #, gcc-internal-format
24980 msgid "cannot use %<-%> as input filename for a precompiled header"
24981 msgstr ""
24983 #: gcc.cc:9198
24984 #, gcc-internal-format, gfc-internal-format
24985 msgid "language %s not recognized"
24986 msgstr ""
24988 #: gcc.cc:9441
24989 #, gcc-internal-format
24990 msgid "multilib spec %qs is invalid"
24991 msgstr ""
24993 #: gcc.cc:9643
24994 #, gcc-internal-format
24995 msgid "multilib exclusions %qs is invalid"
24996 msgstr ""
24998 #: gcc.cc:9707 common/config/riscv/riscv-common.cc:1637
24999 #, gcc-internal-format
25000 msgid "multilib select %qs %qs is invalid"
25001 msgstr ""
25003 #: gcc.cc:9881
25004 #, gcc-internal-format
25005 msgid "multilib select %qs is invalid"
25006 msgstr ""
25008 #: gcc.cc:9921
25009 #, gcc-internal-format
25010 msgid "multilib exclusion %qs is invalid"
25011 msgstr ""
25013 #: gcc.cc:10172
25014 #, gcc-internal-format
25015 msgid "environment variable %qs not defined"
25016 msgstr ""
25018 #: gcc.cc:10340 gcc.cc:10345
25019 #, gcc-internal-format
25020 msgid "invalid version number %qs"
25021 msgstr ""
25023 #: gcc.cc:10388
25024 #, gcc-internal-format, gfc-internal-format
25025 msgid "too few arguments to %%:version-compare"
25026 msgstr ""
25028 #: gcc.cc:10394
25029 #, gcc-internal-format, gfc-internal-format
25030 msgid "too many arguments to %%:version-compare"
25031 msgstr ""
25033 #: gcc.cc:10436
25034 #, gcc-internal-format
25035 msgid "unknown operator %qs in %%:version-compare"
25036 msgstr ""
25038 #: gcc.cc:10560
25039 #, gcc-internal-format, gfc-internal-format
25040 msgid "too many arguments to %%:compare-debug-dump-opt"
25041 msgstr ""
25043 #: gcc.cc:10628
25044 #, gcc-internal-format, gfc-internal-format
25045 msgid "too many arguments to %%:compare-debug-self-opt"
25046 msgstr ""
25048 #: gcc.cc:10715
25049 #, gcc-internal-format, gfc-internal-format
25050 msgid "too many arguments for %%:dumps"
25051 msgstr "забагато аргументів для %%:dumps"
25053 #: gcc.cc:10819
25054 #, gcc-internal-format, gfc-internal-format
25055 msgid "wrong number of arguments to %%:debug-level-gt"
25056 msgstr ""
25058 #: gcc.cc:10840
25059 #, gcc-internal-format, gfc-internal-format
25060 msgid "wrong number of arguments to %%:dwarf-version-gt"
25061 msgstr "помилкова кількість аргументів %%:dwarf-version-gt"
25063 #: gcov-tool.cc:75
25064 #, gcc-internal-format, gfc-internal-format
25065 msgid "error in removing %s"
25066 msgstr ""
25068 #: gcov-tool.cc:106
25069 #, gcc-internal-format, gfc-internal-format
25070 msgid "Cannot make directory %s"
25071 msgstr "Не вдалося створити каталог %s"
25073 #: gcov-tool.cc:114
25074 #, gcc-internal-format
25075 msgid "Cannot get current directory name"
25076 msgstr "Не вдалося визначити назву поточного каталогу"
25078 #: gcov-tool.cc:118 gcov-tool.cc:132
25079 #, gcc-internal-format, gfc-internal-format
25080 msgid "Cannot change directory to %s"
25081 msgstr "Не вдалося змінити каталог на %s"
25083 #: gcov-tool.cc:125
25084 #, gcc-internal-format, gfc-internal-format
25085 msgid "output file %s already exists in folder %s"
25086 msgstr ""
25088 #: gcov-tool.cc:217 gcov-tool.cc:285
25089 #, gcc-internal-format
25090 msgid "weights need to be non-negative"
25091 msgstr ""
25093 #: gcov-tool.cc:424
25094 #, gcc-internal-format
25095 msgid "scale needs to be non-negative"
25096 msgstr ""
25098 #: gcse.cc:3980
25099 #, gcc-internal-format, gfc-internal-format
25100 msgid "%s: %d basic blocks and %d edges/basic block"
25101 msgstr ""
25103 #: gcse.cc:3992
25104 #, gcc-internal-format
25105 msgid "%s: %d basic blocks and %d registers; increase %<--param max-gcse-memory%> above %wu"
25106 msgstr ""
25108 #: gencfn-macros.cc:195
25109 #, gcc-internal-format, gfc-internal-format
25110 msgid "DEF_INTERNAL_FLT_FN (%s) has no associated built-in functions"
25111 msgstr ""
25113 #: gencfn-macros.cc:202
25114 #, gcc-internal-format, gfc-internal-format
25115 msgid "DEF_INTERNAL_INT_FN (%s) has no associated built-in functions"
25116 msgstr ""
25118 #: gentarget-def.cc:126
25119 #, gcc-internal-format, gfc-internal-format
25120 msgid "invalid prototype for '%s'"
25121 msgstr "некоректний прототип «%s»"
25123 #: gentarget-def.cc:131
25124 #, gcc-internal-format, gfc-internal-format
25125 msgid "prototype for '%s' has required operands after optional operands"
25126 msgstr ""
25128 #: gentarget-def.cc:148
25129 #, gcc-internal-format, gfc-internal-format
25130 msgid "argument %d of '%s' did not have the expected name"
25131 msgstr ""
25133 #: gentarget-def.cc:168
25134 #, gcc-internal-format, gfc-internal-format
25135 msgid "'%s' must have %d operands (excluding match_dups)"
25136 msgstr ""
25138 #: gentarget-def.cc:172
25139 #, gcc-internal-format, gfc-internal-format
25140 msgid "'%s' must have at least %d operands (excluding match_dups)"
25141 msgstr ""
25143 #: gentarget-def.cc:176
25144 #, gcc-internal-format, gfc-internal-format
25145 msgid "'%s' must have no more than %d operands (excluding match_dups)"
25146 msgstr ""
25148 #: gentarget-def.cc:276
25149 #, gcc-internal-format, gfc-internal-format
25150 msgid "duplicate definition of '%s'"
25151 msgstr "повторне визначення «%s»"
25153 #: ggc-common.cc:418 ggc-common.cc:426 ggc-common.cc:554 ggc-common.cc:572
25154 #: ggc-common.cc:686 ggc-common.cc:697 ggc-common.cc:712 ggc-page.cc:2499
25155 #: ggc-page.cc:2530 ggc-page.cc:2537
25156 #, gcc-internal-format
25157 msgid "cannot write PCH file: %m"
25158 msgstr ""
25160 #: ggc-common.cc:536
25161 #, gcc-internal-format
25162 msgid "cannot write PCH file: required memory segment unavailable"
25163 msgstr ""
25165 #: ggc-common.cc:565 config/i386/host-cygwin.cc:57
25166 #, gcc-internal-format
25167 msgid "cannot get position in PCH file: %m"
25168 msgstr ""
25170 #: ggc-common.cc:575
25171 #, gcc-internal-format
25172 msgid "cannot write padding to PCH file: %m"
25173 msgstr ""
25175 #: ggc-common.cc:751 ggc-common.cc:767 ggc-common.cc:770 ggc-common.cc:793
25176 #: ggc-common.cc:796 ggc-common.cc:800 ggc-common.cc:835 ggc-common.cc:864
25177 #: ggc-common.cc:872 ggc-common.cc:882 ggc-common.cc:893 ggc-page.cc:2601
25178 #, gcc-internal-format
25179 msgid "cannot read PCH file: %m"
25180 msgstr ""
25182 #: ggc-common.cc:780
25183 #, gcc-internal-format
25184 msgid "PCH allocation failure"
25185 msgstr ""
25187 #: ggc-page.cc:1744
25188 #, gcc-internal-format
25189 msgid "open /dev/zero: %m"
25190 msgstr ""
25192 #: ggc-page.cc:2515 ggc-page.cc:2521
25193 #, gcc-internal-format
25194 msgid "cannot write PCH file"
25195 msgstr ""
25197 #: gimple-array-bounds.cc:279
25198 #, gcc-internal-format
25199 msgid "array subscript %E is outside array bounds of %qT"
25200 msgstr ""
25202 #: gimple-array-bounds.cc:298
25203 #, gcc-internal-format
25204 msgid "array subscript [%E, %E] is outside array bounds of %qT"
25205 msgstr ""
25207 #: gimple-array-bounds.cc:312
25208 #, gcc-internal-format
25209 msgid "array subscript %E is above array bounds of %qT"
25210 msgstr ""
25212 #: gimple-array-bounds.cc:321
25213 #, gcc-internal-format
25214 msgid "array subscript %E is below array bounds of %qT"
25215 msgstr ""
25217 #: gimple-array-bounds.cc:394
25218 #, gcc-internal-format
25219 msgid "array subscript %E is outside the bounds of an interior zero-length array %qT"
25220 msgstr ""
25222 #: gimple-array-bounds.cc:396
25223 #, gcc-internal-format
25224 msgid "array subscript %qE is outside the bounds of an interior zero-length array %qT"
25225 msgstr ""
25227 #: gimple-array-bounds.cc:417
25228 #, gcc-internal-format
25229 msgid "trailing array %qT should not be used as a flexible array member"
25230 msgstr ""
25232 #: gimple-array-bounds.cc:443 gimple-array-bounds.cc:710
25233 #, gcc-internal-format
25234 msgid "while referencing %qD"
25235 msgstr ""
25237 #: gimple-array-bounds.cc:445
25238 #, gcc-internal-format
25239 msgid "defined here %qD"
25240 msgstr "визначено тут %qD"
25242 #: gimple-array-bounds.cc:566
25243 #, gcc-internal-format
25244 msgid "array subscript %wi is outside array bounds of %qT"
25245 msgstr ""
25247 #: gimple-array-bounds.cc:571
25248 #, gcc-internal-format
25249 msgid "array subscript [%wi, %wi] is outside array bounds of %qT"
25250 msgstr ""
25252 #: gimple-array-bounds.cc:586
25253 #, gcc-internal-format
25254 msgid "array subscript %<%T[%wi]%> is partly outside array bounds of %qT"
25255 msgstr ""
25257 #: gimple-array-bounds.cc:609
25258 #, gcc-internal-format
25259 msgid "intermediate array offset %wi is outside array bounds of %qT"
25260 msgstr ""
25262 #: gimple-array-bounds.cc:688
25263 #, gcc-internal-format
25264 msgid "array subscript %wi is below array bounds of %qT"
25265 msgstr ""
25267 #: gimple-array-bounds.cc:702
25268 #, gcc-internal-format
25269 msgid "array subscript %wu is above array bounds of %qT"
25270 msgstr ""
25272 #: gimple-fold.cc:2079 gimple-fold.cc:3130 gimple-ssa-warn-restrict.cc:2078
25273 #, gcc-internal-format
25274 msgid "%qD source argument is the same as destination"
25275 msgstr ""
25277 #: gimple-fold.cc:2145
25278 #, gcc-internal-format
25279 msgid "%qD destination unchanged after copying no bytes from a string of length %E"
25280 msgstr ""
25282 #: gimple-fold.cc:2150
25283 #, gcc-internal-format
25284 msgid "%qD destination unchanged after copying no bytes"
25285 msgstr ""
25287 #: gimple-fold.cc:2525 gimple-ssa-warn-access.cc:859
25288 #, gcc-internal-format
25289 msgid "%qD specified bound %E exceeds destination size %E"
25290 msgstr ""
25292 #: gimple-fold.cc:2544
25293 #, gcc-internal-format
25294 msgid "%qD specified bound %E equals source length"
25295 msgstr ""
25297 #: gimple-fold.cc:4542 gimple-fold.cc:4746
25298 #, gcc-internal-format
25299 msgid "flexible array member %qD does not have well defined padding bits for %qs"
25300 msgstr ""
25302 #: gimple-fold.cc:4695 cp/constexpr.cc:4643
25303 #, gcc-internal-format
25304 msgid "PDP11 bit-field handling unsupported in %qs"
25305 msgstr ""
25307 #: gimple-fold.cc:4923
25308 #, gcc-internal-format, gfc-internal-format
25309 msgid "%s not supported for variable length aggregates"
25310 msgstr ""
25312 #: gimple-fold.cc:4929
25313 #, gcc-internal-format, gfc-internal-format
25314 msgid "%s not supported on this target"
25315 msgstr "підтримки %s для цього призначення не передбачено"
25317 #: gimple-ssa-isolate-paths.cc:290
25318 #, gcc-internal-format
25319 msgid "potential null pointer dereference"
25320 msgstr ""
25322 #: gimple-ssa-isolate-paths.cc:330
25323 #, gcc-internal-format
25324 msgid "null pointer dereference"
25325 msgstr "розіменування нульового вказівника"
25327 #: gimple-ssa-isolate-paths.cc:413
25328 #, gcc-internal-format
25329 msgid "function may return address of local variable"
25330 msgstr "функція може повертати адресу локальної змінної"
25332 #: gimple-ssa-isolate-paths.cc:414 c/c-typeck.cc:11407
25333 #, gcc-internal-format
25334 msgid "function returns address of local variable"
25335 msgstr ""
25337 #: gimple-ssa-isolate-paths.cc:417 gimple-ssa-warn-access.cc:2034
25338 #: gimple-ssa-warn-access.cc:3702 tree.cc:12382 tree.cc:12419 tree.cc:12460
25339 #: tree.cc:12493 c/c-typeck.cc:3102 c/c-typeck.cc:3197 c/c-typeck.cc:5779
25340 #: c/c-typeck.cc:11313 c/c-typeck.cc:11330 c/gimple-parser.cc:2484
25341 #: c/gimple-parser.cc:2492 cp/call.cc:8061 cp/call.cc:10206 cp/class.cc:9066
25342 #: cp/constexpr.cc:893 cp/constexpr.cc:4090 cp/cvt.cc:1079 cp/cvt.cc:1117
25343 #: cp/decl.cc:8847 cp/decl.cc:16122 cp/decl.cc:16489 cp/decl2.cc:5680
25344 #: cp/decl2.cc:5735 cp/parser.cc:21891 cp/pt.cc:9005 cp/semantics.cc:2192
25345 #: cp/semantics.cc:3543 cp/semantics.cc:4628 cp/typeck.cc:2143
25346 #: cp/typeck.cc:2363 cp/typeck.cc:4494 cp/typeck.cc:10576
25347 #: rust/backend/rust-constexpr.cc:4415 rust/backend/rust-tree.cc:622
25348 #: rust/backend/rust-tree.cc:3780
25349 #, gcc-internal-format
25350 msgid "declared here"
25351 msgstr "оголошено тут"
25353 #: gimple-ssa-nonnull-compare.cc:102
25354 #, gcc-internal-format
25355 msgid "%<nonnull%> argument %qD compared to NULL"
25356 msgstr ""
25358 #: gimple-ssa-sprintf.cc:2829 gimple-ssa-sprintf.cc:2949
25359 #, gcc-internal-format
25360 msgid "%qE output may be truncated before the last format character"
25361 msgstr ""
25363 #: gimple-ssa-sprintf.cc:2831 gimple-ssa-sprintf.cc:2951
25364 #, gcc-internal-format
25365 msgid "%qE output truncated before the last format character"
25366 msgstr "%qE виведення обрізано до останнього символу форматування"
25368 #: gimple-ssa-sprintf.cc:2834 gimple-ssa-sprintf.cc:2954
25369 #, gcc-internal-format
25370 msgid "%qE may write a terminating nul past the end of the destination"
25371 msgstr ""
25373 #: gimple-ssa-sprintf.cc:2836 gimple-ssa-sprintf.cc:2956
25374 #, gcc-internal-format
25375 msgid "%qE writing a terminating nul past the end of the destination"
25376 msgstr ""
25378 #: gimple-ssa-sprintf.cc:2846
25379 #, gcc-internal-format
25380 msgid "%<%.*s%> directive writing %wu byte into a region of size %wu"
25381 msgid_plural "%<%.*s%> directive writing %wu bytes into a region of size %wu"
25382 msgstr[0] ""
25383 msgstr[1] ""
25384 msgstr[2] ""
25386 #: gimple-ssa-sprintf.cc:2853
25387 #, gcc-internal-format
25388 msgid "%<%.*s%> directive output may be truncated writing %wu byte into a region of size %wu"
25389 msgid_plural "%<%.*s%> directive output may be truncated writing %wu bytes into a region of size %wu"
25390 msgstr[0] ""
25391 msgstr[1] ""
25392 msgstr[2] ""
25394 #: gimple-ssa-sprintf.cc:2860
25395 #, gcc-internal-format
25396 msgid "%<%.*s%> directive output truncated writing %wu byte into a region of size %wu"
25397 msgid_plural "%<%.*s%> directive output truncated writing %wu bytes into a region of size %wu"
25398 msgstr[0] ""
25399 msgstr[1] ""
25400 msgstr[2] ""
25402 #: gimple-ssa-sprintf.cc:2871
25403 #, gcc-internal-format
25404 msgid "%<%.*s%> directive output may be truncated writing up to %wu bytes into a region of size %wu"
25405 msgstr ""
25407 #: gimple-ssa-sprintf.cc:2874
25408 #, gcc-internal-format
25409 msgid "%<%.*s%> directive output truncated writing up to %wu bytes into a region of size %wu"
25410 msgstr ""
25412 #: gimple-ssa-sprintf.cc:2876
25413 #, gcc-internal-format
25414 msgid "%<%.*s%> directive writing up to %wu bytes into a region of size %wu"
25415 msgstr ""
25417 #: gimple-ssa-sprintf.cc:2888
25418 #, gcc-internal-format
25419 msgid "%<%.*s%> directive output may be truncated writing likely %wu or more bytes into a region of size %wu"
25420 msgstr ""
25422 #: gimple-ssa-sprintf.cc:2891
25423 #, gcc-internal-format
25424 msgid "%<%.*s%> directive output truncated writing likely %wu or more bytes into a region of size %wu"
25425 msgstr ""
25427 #: gimple-ssa-sprintf.cc:2894
25428 #, gcc-internal-format
25429 msgid "%<%.*s%> directive writing likely %wu or more bytes into a region of size %wu"
25430 msgstr ""
25432 #: gimple-ssa-sprintf.cc:2903
25433 #, gcc-internal-format
25434 msgid "%<%.*s%> directive output may be truncated writing between %wu and %wu bytes into a region of size %wu"
25435 msgstr ""
25437 #: gimple-ssa-sprintf.cc:2906
25438 #, gcc-internal-format
25439 msgid "%<%.*s%> directive output truncated writing between %wu and %wu bytes into a region of size %wu"
25440 msgstr ""
25442 #: gimple-ssa-sprintf.cc:2909
25443 #, gcc-internal-format
25444 msgid "%<%.*s%> directive writing between %wu and %wu bytes into a region of size %wu"
25445 msgstr ""
25447 #: gimple-ssa-sprintf.cc:2918
25448 #, gcc-internal-format
25449 msgid "%<%.*s%> directive output may be truncated writing %wu or more bytes into a region of size %wu"
25450 msgstr ""
25452 #: gimple-ssa-sprintf.cc:2921
25453 #, gcc-internal-format
25454 msgid "%<%.*s%> directive output truncated writing %wu or more bytes into a region of size %wu"
25455 msgstr ""
25457 #: gimple-ssa-sprintf.cc:2923
25458 #, gcc-internal-format
25459 msgid "%<%.*s%> directive writing %wu or more bytes into a region of size %wu"
25460 msgstr ""
25462 #: gimple-ssa-sprintf.cc:2965
25463 #, gcc-internal-format
25464 msgid "%<%.*s%> directive writing %wu byte into a region of size between %wu and %wu"
25465 msgid_plural "%<%.*s%> directive writing %wu bytes into a region of size between %wu and %wu"
25466 msgstr[0] ""
25467 msgstr[1] ""
25468 msgstr[2] ""
25470 #: gimple-ssa-sprintf.cc:2972
25471 #, gcc-internal-format
25472 msgid "%<%.*s%> directive output may be truncated writing %wu byte into a region of size between %wu and %wu"
25473 msgid_plural "%<%.*s%> directive output may be truncated writing %wu bytes into a region of size between %wu and %wu"
25474 msgstr[0] ""
25475 msgstr[1] ""
25476 msgstr[2] ""
25478 #: gimple-ssa-sprintf.cc:2980
25479 #, gcc-internal-format
25480 msgid "%<%.*s%> directive output truncated writing %wu byte into a region of size between %wu and %wu"
25481 msgid_plural "%<%.*s%> directive output truncated writing %wu bytes into a region of size between %wu and %wu"
25482 msgstr[0] ""
25483 msgstr[1] ""
25484 msgstr[2] ""
25486 #: gimple-ssa-sprintf.cc:2992
25487 #, gcc-internal-format
25488 msgid "%<%.*s%> directive output may be truncated writing up to %wu bytes into a region of size between %wu and %wu"
25489 msgstr ""
25491 #: gimple-ssa-sprintf.cc:2995
25492 #, gcc-internal-format
25493 msgid "%<%.*s%> directive output truncated writing up to %wu bytes into a region of size between %wu and %wu"
25494 msgstr ""
25496 #: gimple-ssa-sprintf.cc:2998
25497 #, gcc-internal-format
25498 msgid "%<%.*s%> directive writing up to %wu bytes into a region of size between %wu and %wu"
25499 msgstr ""
25501 #: gimple-ssa-sprintf.cc:3011
25502 #, gcc-internal-format
25503 msgid "%<%.*s%> directive output may be truncated writing likely %wu or more bytes into a region of size between %wu and %wu"
25504 msgstr ""
25506 #: gimple-ssa-sprintf.cc:3014
25507 #, gcc-internal-format
25508 msgid "%<%.*s%> directive output truncated writing likely %wu or more bytes into a region of size between %wu and %wu"
25509 msgstr ""
25511 #: gimple-ssa-sprintf.cc:3017
25512 #, gcc-internal-format
25513 msgid "%<%.*s%> directive writing likely %wu or more bytes into a region of size between %wu and %wu"
25514 msgstr ""
25516 #: gimple-ssa-sprintf.cc:3027
25517 #, gcc-internal-format
25518 msgid "%<%.*s%> directive output may be truncated writing between %wu and %wu bytes into a region of size between %wu and %wu"
25519 msgstr ""
25521 #: gimple-ssa-sprintf.cc:3030
25522 #, gcc-internal-format
25523 msgid "%<%.*s%> directive output truncated writing between %wu and %wu bytes into a region of size between %wu and %wu"
25524 msgstr ""
25526 #: gimple-ssa-sprintf.cc:3033
25527 #, gcc-internal-format
25528 msgid "%<%.*s%> directive writing between %wu and %wu bytes into a region of size between %wu and %wu"
25529 msgstr ""
25531 #: gimple-ssa-sprintf.cc:3042
25532 #, gcc-internal-format
25533 msgid "%<%.*s%> directive output may be truncated writing %wu or more bytes into a region of size between %wu and %wu"
25534 msgstr ""
25536 #: gimple-ssa-sprintf.cc:3045
25537 #, gcc-internal-format
25538 msgid "%<%.*s%> directive output truncated writing %wu or more bytes into a region of size between %wu and %wu"
25539 msgstr ""
25541 #: gimple-ssa-sprintf.cc:3048
25542 #, gcc-internal-format
25543 msgid "%<%.*s%> directive writing %wu or more bytes into a region of size between %wu and %wu"
25544 msgstr ""
25546 #: gimple-ssa-sprintf.cc:3170
25547 #, gcc-internal-format
25548 msgid "%<%.*s%> directive argument is null"
25549 msgstr ""
25551 #: gimple-ssa-sprintf.cc:3248
25552 #, gcc-internal-format
25553 msgid "%<%.*s%> directive output of %wu bytes exceeds minimum required size of 4095"
25554 msgstr ""
25556 #: gimple-ssa-sprintf.cc:3254
25557 #, gcc-internal-format
25558 msgid "%<%.*s%> directive output between %wu and %wu bytes exceeds minimum required size of 4095"
25559 msgstr ""
25561 #: gimple-ssa-sprintf.cc:3261
25562 #, gcc-internal-format
25563 msgid "%<%.*s%> directive output between %wu and %wu bytes may exceed minimum required size of 4095"
25564 msgstr ""
25566 #: gimple-ssa-sprintf.cc:3291
25567 #, gcc-internal-format
25568 msgid "%<%.*s%> directive output of %wu bytes exceeds %<INT_MAX%>"
25569 msgstr ""
25571 #: gimple-ssa-sprintf.cc:3297
25572 #, gcc-internal-format
25573 msgid "%<%.*s%> directive output between %wu and %wu bytes exceeds %<INT_MAX%>"
25574 msgstr ""
25576 #: gimple-ssa-sprintf.cc:3308
25577 #, gcc-internal-format
25578 msgid "%<%.*s%> directive output of %wu bytes causes result to exceed %<INT_MAX%>"
25579 msgstr ""
25581 #: gimple-ssa-sprintf.cc:3314
25582 #, gcc-internal-format
25583 msgid "%<%.*s%> directive output between %wu and %wu bytes causes result to exceed %<INT_MAX%>"
25584 msgstr ""
25586 #: gimple-ssa-sprintf.cc:3325
25587 #, gcc-internal-format
25588 msgid "%<%.*s%> directive output between %wu and %wu bytes may cause result to exceed %<INT_MAX%>"
25589 msgstr ""
25591 #: gimple-ssa-sprintf.cc:3335
25592 #, gcc-internal-format
25593 msgid "%<%.*s%> directive argument is not a nul-terminated string"
25594 msgstr ""
25596 #: gimple-ssa-sprintf.cc:3341 gimple-ssa-warn-access.cc:234
25597 #, gcc-internal-format
25598 msgid "referenced argument declared here"
25599 msgstr "аргумент посилання оголошено тут:"
25601 #: gimple-ssa-sprintf.cc:3348
25602 #, gcc-internal-format
25603 msgid "assuming directive output of %wu byte"
25604 msgid_plural "assuming directive output of %wu bytes"
25605 msgstr[0] ""
25606 msgstr[1] ""
25607 msgstr[2] ""
25609 #: gimple-ssa-sprintf.cc:3355
25610 #, gcc-internal-format
25611 msgid "directive argument %qE"
25612 msgstr "аргумент директиви %qE"
25614 #: gimple-ssa-sprintf.cc:3357
25615 #, gcc-internal-format
25616 msgid "directive argument in the range [%E, %E]"
25617 msgstr ""
25619 #: gimple-ssa-sprintf.cc:3361
25620 #, gcc-internal-format
25621 msgid "using the range [%E, %E] for directive argument"
25622 msgstr ""
25624 #: gimple-ssa-sprintf.cc:3381
25625 #, gcc-internal-format
25626 msgid "%qE output %wu byte into a destination of size %wu"
25627 msgid_plural "%qE output %wu bytes into a destination of size %wu"
25628 msgstr[0] ""
25629 msgstr[1] ""
25630 msgstr[2] ""
25632 #: gimple-ssa-sprintf.cc:3386
25633 #, gcc-internal-format
25634 msgid "%qE output between %wu and %wu bytes into a destination of size %wu"
25635 msgstr ""
25637 #: gimple-ssa-sprintf.cc:3391
25638 #, gcc-internal-format
25639 msgid "%qE output %wu or more bytes (assuming %wu) into a destination of size %wu"
25640 msgstr ""
25642 #: gimple-ssa-sprintf.cc:3396
25643 #, gcc-internal-format
25644 msgid "%qE output %wu or more bytes into a destination of size %wu"
25645 msgstr ""
25647 #: gimple-ssa-sprintf.cc:3407
25648 #, gcc-internal-format
25649 msgid "%qE output %wu byte"
25650 msgid_plural "%qE output %wu bytes"
25651 msgstr[0] ""
25652 msgstr[1] ""
25653 msgstr[2] ""
25655 #: gimple-ssa-sprintf.cc:3411
25656 #, gcc-internal-format
25657 msgid "%qE output between %wu and %wu bytes"
25658 msgstr ""
25660 #: gimple-ssa-sprintf.cc:3415
25661 #, gcc-internal-format
25662 msgid "%qE output %wu or more bytes (assuming %wu)"
25663 msgstr ""
25665 #: gimple-ssa-sprintf.cc:3419
25666 #, gcc-internal-format
25667 msgid "%qE output %wu or more bytes"
25668 msgstr ""
25670 #: gimple-ssa-sprintf.cc:3803
25671 #, gcc-internal-format
25672 msgid "%<%.*s%> directive width out of range"
25673 msgstr ""
25675 #: gimple-ssa-sprintf.cc:3837
25676 #, gcc-internal-format
25677 msgid "%<%.*s%> directive precision out of range"
25678 msgstr ""
25680 #: gimple-ssa-sprintf.cc:3970
25681 msgid "%qE arguments %Z and maybe %Z overlap destination object %qE"
25682 msgstr ""
25684 #: gimple-ssa-sprintf.cc:3982
25685 msgid "%qE argument %Z overlaps destination object %qE"
25686 msgid_plural "%qE arguments %Z overlap destination object %qE"
25687 msgstr[0] ""
25688 msgstr[1] ""
25689 msgstr[2] ""
25691 #: gimple-ssa-sprintf.cc:3993
25692 msgid "%qE argument %Z may overlap destination object %qE"
25693 msgid_plural "%qE arguments %Z may overlap destination object %qE"
25694 msgstr[0] ""
25695 msgstr[1] ""
25696 msgstr[2] ""
25698 #: gimple-ssa-sprintf.cc:4013
25699 #, gcc-internal-format
25700 msgid "destination object referenced by %<restrict%>-qualified argument 1 was declared here"
25701 msgstr ""
25703 #: gimple-ssa-sprintf.cc:4600
25704 #, gcc-internal-format
25705 msgid "specified bound %wu exceeds maximum object size %wu"
25706 msgstr ""
25708 #: gimple-ssa-sprintf.cc:4611
25709 #, gcc-internal-format
25710 msgid "specified bound %wu exceeds %<INT_MAX%>"
25711 msgstr ""
25713 #: gimple-ssa-sprintf.cc:4637
25714 #, gcc-internal-format
25715 msgid "specified bound range [%wu, %wu] exceeds %<INT_MAX%>"
25716 msgstr ""
25718 #: gimple-ssa-sprintf.cc:4681
25719 #, gcc-internal-format
25720 msgid "null destination pointer"
25721 msgstr ""
25723 #: gimple-ssa-sprintf.cc:4698
25724 #, gcc-internal-format
25725 msgid "specified bound %wu exceeds the size %wu of the destination object"
25726 msgstr ""
25728 #: gimple-ssa-sprintf.cc:4710
25729 #, gcc-internal-format
25730 msgid "null format string"
25731 msgstr ""
25733 #: gimple-ssa-warn-access.cc:174
25734 #, gcc-internal-format
25735 msgid "%qD specified bound %s exceeds maximum object size %E"
25736 msgstr ""
25738 #: gimple-ssa-warn-access.cc:182
25739 #, gcc-internal-format
25740 msgid "%qD specified bound %s exceeds the size %E of unterminated array"
25741 msgstr ""
25743 #: gimple-ssa-warn-access.cc:185
25744 #, gcc-internal-format
25745 msgid "%qD specified bound %s may exceed the size of at most %E of unterminated array"
25746 msgstr ""
25748 #: gimple-ssa-warn-access.cc:188
25749 #, gcc-internal-format
25750 msgid "%qD specified bound %s exceeds the size of at most %E of unterminated array"
25751 msgstr ""
25753 #: gimple-ssa-warn-access.cc:196
25754 #, gcc-internal-format
25755 msgid "%qD argument missing terminating nul"
25756 msgstr "у аргументі %qD пропущено завершальний nul"
25758 #: gimple-ssa-warn-access.cc:205
25759 #, gcc-internal-format
25760 msgid "%qs specified bound %s exceeds maximum object size %E"
25761 msgstr ""
25763 #: gimple-ssa-warn-access.cc:213
25764 #, gcc-internal-format
25765 msgid "%qs specified bound %s exceeds the size %E of unterminated array"
25766 msgstr ""
25768 #: gimple-ssa-warn-access.cc:216
25769 #, gcc-internal-format
25770 msgid "%qs specified bound %s may exceed the size of at most %E of unterminated array"
25771 msgstr ""
25773 #: gimple-ssa-warn-access.cc:219
25774 #, gcc-internal-format
25775 msgid "%qs specified bound %s exceeds the size of at most %E of unterminated array"
25776 msgstr ""
25778 #: gimple-ssa-warn-access.cc:227
25779 #, gcc-internal-format
25780 msgid "%qs argument missing terminating nul"
25781 msgstr "у аргументі %qs пропущено завершальний nul"
25783 #: gimple-ssa-warn-access.cc:490 gimple-ssa-warn-access.cc:732
25784 #, gcc-internal-format
25785 msgid "%qD specified bound %E exceeds maximum object size %E"
25786 msgstr ""
25788 #: gimple-ssa-warn-access.cc:495 gimple-ssa-warn-access.cc:748
25789 #, gcc-internal-format
25790 msgid "%qD specified bound [%E, %E] exceeds maximum object size %E"
25791 msgstr ""
25793 #: gimple-ssa-warn-access.cc:643
25794 #, gcc-internal-format
25795 msgid "%qD argument %i declared attribute %<nonstring%> is smaller than the specified bound %wu"
25796 msgstr ""
25798 #: gimple-ssa-warn-access.cc:649
25799 #, gcc-internal-format
25800 msgid "%qD argument %i declared attribute %<nonstring%> is smaller than the specified bound [%E, %E]"
25801 msgstr ""
25803 #: gimple-ssa-warn-access.cc:655
25804 #, gcc-internal-format
25805 msgid "%qD argument %i declared attribute %<nonstring%> may be smaller than the specified bound [%E, %E]"
25806 msgstr ""
25808 #: gimple-ssa-warn-access.cc:665
25809 #, gcc-internal-format
25810 msgid "%qD argument %i declared attribute %<nonstring%>"
25811 msgstr ""
25813 #: gimple-ssa-warn-access.cc:671
25814 #, gcc-internal-format
25815 msgid "argument %qD declared here"
25816 msgstr "аргумент %qD оголошено тут:"
25818 #: gimple-ssa-warn-access.cc:730
25819 #, gcc-internal-format
25820 msgid "%qD specified bound %E may exceed maximum object size %E"
25821 msgstr ""
25823 #: gimple-ssa-warn-access.cc:737
25824 #, gcc-internal-format
25825 msgid "specified bound %E may exceed maximum object size %E"
25826 msgstr ""
25828 #: gimple-ssa-warn-access.cc:739
25829 #, gcc-internal-format
25830 msgid "specified bound %E exceeds maximum object size %E"
25831 msgstr ""
25833 #: gimple-ssa-warn-access.cc:746
25834 #, gcc-internal-format
25835 msgid "%qD specified bound [%E, %E] may exceed maximum object size %E"
25836 msgstr ""
25838 #: gimple-ssa-warn-access.cc:754
25839 #, gcc-internal-format
25840 msgid "specified bound [%E, %E] may exceed maximum object size %E"
25841 msgstr ""
25843 #: gimple-ssa-warn-access.cc:756
25844 #, gcc-internal-format
25845 msgid "specified bound [%E, %E] exceeds maximum object size %E"
25846 msgstr ""
25848 #: gimple-ssa-warn-access.cc:766
25849 #, gcc-internal-format
25850 msgid "%qD specified bound %E may exceed source size %E"
25851 msgstr ""
25853 #: gimple-ssa-warn-access.cc:768
25854 #, gcc-internal-format
25855 msgid "%qD specified bound %E exceeds source size %E"
25856 msgstr ""
25858 #: gimple-ssa-warn-access.cc:773
25859 #, gcc-internal-format
25860 msgid "specified bound %E may exceed source size %E"
25861 msgstr ""
25863 #: gimple-ssa-warn-access.cc:775
25864 #, gcc-internal-format
25865 msgid "specified bound %E exceeds source size %E"
25866 msgstr ""
25868 #: gimple-ssa-warn-access.cc:782
25869 #, gcc-internal-format
25870 msgid "%qD specified bound [%E, %E] may exceed source size %E"
25871 msgstr ""
25873 #: gimple-ssa-warn-access.cc:784
25874 #, gcc-internal-format
25875 msgid "%qD specified bound [%E, %E] exceeds source size %E"
25876 msgstr ""
25878 #: gimple-ssa-warn-access.cc:789
25879 #, gcc-internal-format
25880 msgid "specified bound [%E, %E] may exceed source size %E"
25881 msgstr ""
25883 #: gimple-ssa-warn-access.cc:791
25884 #, gcc-internal-format
25885 msgid "specified bound [%E, %E] exceeds source size %E"
25886 msgstr ""
25888 #: gimple-ssa-warn-access.cc:799
25889 #, gcc-internal-format
25890 msgid "source object allocated here"
25891 msgstr ""
25893 #: gimple-ssa-warn-access.cc:822
25894 #, gcc-internal-format
25895 msgid "%qD specified size %E may exceed maximum object size %E"
25896 msgstr ""
25898 #: gimple-ssa-warn-access.cc:824
25899 #, gcc-internal-format
25900 msgid "%qD specified size %E exceeds maximum object size %E"
25901 msgstr ""
25903 #: gimple-ssa-warn-access.cc:829
25904 #, gcc-internal-format
25905 msgid "specified size %E may exceed maximum object size %E"
25906 msgstr ""
25908 #: gimple-ssa-warn-access.cc:831
25909 #, gcc-internal-format
25910 msgid "specified size %E exceeds maximum object size %E"
25911 msgstr ""
25913 #: gimple-ssa-warn-access.cc:838
25914 #, gcc-internal-format
25915 msgid "%qD specified size between %E and %E may exceed maximum object size %E"
25916 msgstr ""
25918 #: gimple-ssa-warn-access.cc:840
25919 #, gcc-internal-format
25920 msgid "%qD specified size between %E and %E exceeds maximum object size %E"
25921 msgstr ""
25923 #: gimple-ssa-warn-access.cc:845
25924 #, gcc-internal-format
25925 msgid "specified size between %E and %E may exceed maximum object size %E"
25926 msgstr ""
25928 #: gimple-ssa-warn-access.cc:847
25929 #, gcc-internal-format
25930 msgid "specified size between %E and %E exceeds maximum object size %E"
25931 msgstr ""
25933 #: gimple-ssa-warn-access.cc:857
25934 #, gcc-internal-format
25935 msgid "%qD specified bound %E may exceed destination size %E"
25936 msgstr ""
25938 #: gimple-ssa-warn-access.cc:864
25939 #, gcc-internal-format
25940 msgid "specified bound %E may exceed destination size %E"
25941 msgstr ""
25943 #: gimple-ssa-warn-access.cc:866
25944 #, gcc-internal-format
25945 msgid "specified bound %E exceeds destination size %E"
25946 msgstr ""
25948 #: gimple-ssa-warn-access.cc:873
25949 #, gcc-internal-format
25950 msgid "%qD specified bound [%E, %E] may exceed destination size %E"
25951 msgstr ""
25953 #: gimple-ssa-warn-access.cc:875
25954 #, gcc-internal-format
25955 msgid "%qD specified bound [%E, %E] exceeds destination size %E"
25956 msgstr ""
25958 #: gimple-ssa-warn-access.cc:880 gimple-ssa-warn-access.cc:882
25959 #, gcc-internal-format
25960 msgid "specified bound [%E, %E] exceeds destination size %E"
25961 msgstr ""
25963 #: gimple-ssa-warn-access.cc:891
25964 #, gcc-internal-format
25965 msgid "destination object allocated here"
25966 msgstr ""
25968 #: gimple-ssa-warn-access.cc:935
25969 #, gcc-internal-format
25970 msgid "%qD may access %E byte in a region of size %E"
25971 msgstr ""
25973 #: gimple-ssa-warn-access.cc:937
25974 #, gcc-internal-format
25975 msgid "%qD accessing %E byte in a region of size %E"
25976 msgstr ""
25978 #: gimple-ssa-warn-access.cc:940
25979 #, gcc-internal-format
25980 msgid "%qD may access %E bytes in a region of size %E"
25981 msgstr ""
25983 #: gimple-ssa-warn-access.cc:942
25984 #, gcc-internal-format
25985 msgid "%qD accessing %E bytes in a region of size %E"
25986 msgstr ""
25988 #: gimple-ssa-warn-access.cc:947
25989 #, gcc-internal-format
25990 msgid "may access %E byte in a region of size %E"
25991 msgstr ""
25993 #: gimple-ssa-warn-access.cc:949
25994 #, gcc-internal-format
25995 msgid "accessing %E byte in a region of size %E"
25996 msgstr ""
25998 #: gimple-ssa-warn-access.cc:952
25999 #, gcc-internal-format
26000 msgid "may access %E bytes in a region of size %E"
26001 msgstr ""
26003 #: gimple-ssa-warn-access.cc:954
26004 #, gcc-internal-format
26005 msgid "accessing %E bytes in a region of size %E"
26006 msgstr ""
26008 #: gimple-ssa-warn-access.cc:963
26009 #, gcc-internal-format
26010 msgid "%qD may access %E or more bytes in a region of size %E"
26011 msgstr ""
26013 #: gimple-ssa-warn-access.cc:965
26014 #, gcc-internal-format
26015 msgid "%qD accessing %E or more bytes in a region of size %E"
26016 msgstr ""
26018 #: gimple-ssa-warn-access.cc:970
26019 #, gcc-internal-format
26020 msgid "may access %E or more bytes in a region of size %E"
26021 msgstr ""
26023 #: gimple-ssa-warn-access.cc:972
26024 #, gcc-internal-format
26025 msgid "accessing %E or more bytes in a region of size %E"
26026 msgstr ""
26028 #: gimple-ssa-warn-access.cc:980
26029 #, gcc-internal-format
26030 msgid "%qD may access between %E and %E bytes in a region of size %E"
26031 msgstr ""
26033 #: gimple-ssa-warn-access.cc:982
26034 #, gcc-internal-format
26035 msgid "%qD accessing between %E and %E bytes in a region of size %E"
26036 msgstr ""
26038 #: gimple-ssa-warn-access.cc:987
26039 #, gcc-internal-format
26040 msgid "may access between %E and %E bytes in a region of size %E"
26041 msgstr ""
26043 #: gimple-ssa-warn-access.cc:989
26044 #, gcc-internal-format
26045 msgid "accessing between %E and %E bytes in a region of size %E"
26046 msgstr ""
26048 #: gimple-ssa-warn-access.cc:1001
26049 #, gcc-internal-format
26050 msgid "%qD may write %E byte into a region of size %E"
26051 msgstr ""
26053 #: gimple-ssa-warn-access.cc:1003
26054 #, gcc-internal-format
26055 msgid "%qD writing %E byte into a region of size %E overflows the destination"
26056 msgstr ""
26058 #: gimple-ssa-warn-access.cc:1006
26059 #, gcc-internal-format
26060 msgid "%qD may write %E bytes into a region of size %E"
26061 msgstr ""
26063 #: gimple-ssa-warn-access.cc:1008
26064 #, gcc-internal-format
26065 msgid "%qD writing %E bytes into a region of size %E overflows the destination"
26066 msgstr ""
26068 #: gimple-ssa-warn-access.cc:1013
26069 #, gcc-internal-format
26070 msgid "may write %E byte into a region of size %E"
26071 msgstr ""
26073 #: gimple-ssa-warn-access.cc:1015
26074 #, gcc-internal-format
26075 msgid "writing %E byte into a region of size %E overflows the destination"
26076 msgstr ""
26078 #: gimple-ssa-warn-access.cc:1018
26079 #, gcc-internal-format
26080 msgid "may write %E bytes into a region of size %E"
26081 msgstr ""
26083 #: gimple-ssa-warn-access.cc:1020
26084 #, gcc-internal-format
26085 msgid "writing %E bytes into a region of size %E overflows the destination"
26086 msgstr ""
26088 #: gimple-ssa-warn-access.cc:1029
26089 #, gcc-internal-format
26090 msgid "%qD may write %E or more bytes into a region of size %E"
26091 msgstr "%qD може записати %E байтів або більше до області розміру %E"
26093 #: gimple-ssa-warn-access.cc:1031 gimple-ssa-warn-access.cc:1403
26094 #, gcc-internal-format
26095 msgid "%qD writing %E or more bytes into a region of size %E overflows the destination"
26096 msgstr "запис %qD %E байтів або більше до області розміру %E призводить до переповнення призначення"
26098 #: gimple-ssa-warn-access.cc:1037
26099 #, gcc-internal-format
26100 msgid "may write %E or more bytes into a region of size %E"
26101 msgstr "може записати %E байтів або більше до області розміру %E"
26103 #: gimple-ssa-warn-access.cc:1039 gimple-ssa-warn-access.cc:1408
26104 #, gcc-internal-format
26105 msgid "writing %E or more bytes into a region of size %E overflows the destination"
26106 msgstr "запис %E байтів або більше до області розміру %E призводить до переповнення призначення"
26108 #: gimple-ssa-warn-access.cc:1048
26109 #, gcc-internal-format
26110 msgid "%qD may write between %E and %E bytes into a region of size %E"
26111 msgstr "%qD може записати від %E до %E байтів до області розміру %E"
26113 #: gimple-ssa-warn-access.cc:1050
26114 #, gcc-internal-format
26115 msgid "%qD writing between %E and %E bytes into a region of size %E overflows the destination"
26116 msgstr "запис %qD від %E до %E байтів до області розміру %E призводить до переповнення призначення"
26118 #: gimple-ssa-warn-access.cc:1056
26119 #, gcc-internal-format
26120 msgid "may write between %E and %E bytes into a region of size %E"
26121 msgstr "може записати від %E до %E байтів до області розміру %E"
26123 #: gimple-ssa-warn-access.cc:1058
26124 #, gcc-internal-format
26125 msgid "writing between %E and %E bytes into a region of size %E overflows the destination"
26126 msgstr "запис від %E до %E байтів до області розміру %E призводить до переповнення призначення"
26128 #: gimple-ssa-warn-access.cc:1072
26129 #, gcc-internal-format
26130 msgid "%qD may read %E byte from a region of size %E"
26131 msgstr ""
26133 #: gimple-ssa-warn-access.cc:1074
26134 #, gcc-internal-format
26135 msgid "%qD reading %E byte from a region of size %E"
26136 msgstr ""
26138 #: gimple-ssa-warn-access.cc:1077
26139 #, gcc-internal-format
26140 msgid "%qD may read %E bytes from a region of size %E"
26141 msgstr ""
26143 #: gimple-ssa-warn-access.cc:1079
26144 #, gcc-internal-format
26145 msgid "%qD reading %E bytes from a region of size %E"
26146 msgstr ""
26148 #: gimple-ssa-warn-access.cc:1085
26149 #, gcc-internal-format
26150 msgid "may read %E byte from a region of size %E"
26151 msgstr ""
26153 #: gimple-ssa-warn-access.cc:1087
26154 #, gcc-internal-format
26155 msgid "reading %E byte from a region of size %E"
26156 msgstr ""
26158 #: gimple-ssa-warn-access.cc:1090
26159 #, gcc-internal-format
26160 msgid "may read %E bytes from a region of size %E"
26161 msgstr ""
26163 #: gimple-ssa-warn-access.cc:1092
26164 #, gcc-internal-format
26165 msgid "reading %E bytes from a region of size %E"
26166 msgstr ""
26168 #: gimple-ssa-warn-access.cc:1101
26169 #, gcc-internal-format
26170 msgid "%qD may read %E or more bytes from a region of size %E"
26171 msgstr ""
26173 #: gimple-ssa-warn-access.cc:1103
26174 #, gcc-internal-format
26175 msgid "%qD reading %E or more bytes from a region of size %E"
26176 msgstr ""
26178 #: gimple-ssa-warn-access.cc:1108
26179 #, gcc-internal-format
26180 msgid "may read %E or more bytes from a region of size %E"
26181 msgstr ""
26183 #: gimple-ssa-warn-access.cc:1110
26184 #, gcc-internal-format
26185 msgid "reading %E or more bytes from a region of size %E"
26186 msgstr ""
26188 #: gimple-ssa-warn-access.cc:1118
26189 #, gcc-internal-format
26190 msgid "%qD may read between %E and %E bytes from a region of size %E"
26191 msgstr ""
26193 #: gimple-ssa-warn-access.cc:1120
26194 #, gcc-internal-format
26195 msgid "%qD reading between %E and %E bytes from a region of size %E"
26196 msgstr ""
26198 #: gimple-ssa-warn-access.cc:1125
26199 #, gcc-internal-format
26200 msgid "may read between %E and %E bytes from a region of size %E"
26201 msgstr ""
26203 #: gimple-ssa-warn-access.cc:1127
26204 #, gcc-internal-format
26205 msgid "reading between %E and %E bytes from a region of size %E"
26206 msgstr ""
26208 #: gimple-ssa-warn-access.cc:1142
26209 #, gcc-internal-format
26210 msgid "%qD expecting %E byte in a region of size %E"
26211 msgid_plural "%qD expecting %E bytes in a region of size %E"
26212 msgstr[0] ""
26213 msgstr[1] ""
26214 msgstr[2] ""
26216 #: gimple-ssa-warn-access.cc:1147
26217 #, gcc-internal-format
26218 msgid "expecting %E byte in a region of size %E"
26219 msgid_plural "expecting %E bytes in a region of size %E"
26220 msgstr[0] ""
26221 msgstr[1] ""
26222 msgstr[2] ""
26224 #: gimple-ssa-warn-access.cc:1155
26225 #, gcc-internal-format
26226 msgid "%qD expecting %E or more bytes in a region of size %E"
26227 msgstr ""
26229 #: gimple-ssa-warn-access.cc:1159
26230 #, gcc-internal-format
26231 msgid "expecting %E or more bytes in a region of size %E"
26232 msgstr ""
26234 #: gimple-ssa-warn-access.cc:1166
26235 #, gcc-internal-format
26236 msgid "%qD expecting between %E and %E bytes in a region of size %E"
26237 msgstr ""
26239 #: gimple-ssa-warn-access.cc:1170
26240 #, gcc-internal-format
26241 msgid "expecting between %E and %E bytes in a region of size %E"
26242 msgstr ""
26244 #: gimple-ssa-warn-access.cc:2029
26245 #, gcc-internal-format
26246 msgid "%qD called on pointer %qE with nonzero offset%s"
26247 msgstr ""
26249 #: gimple-ssa-warn-access.cc:2044 gimple-ssa-warn-access.cc:3779
26250 #, gcc-internal-format
26251 msgid "returned from %qD"
26252 msgstr "повернуто з %qD"
26254 #: gimple-ssa-warn-access.cc:2047
26255 #, gcc-internal-format
26256 msgid "returned from %qT"
26257 msgstr "повернуто з %qT"
26259 #: gimple-ssa-warn-access.cc:2049
26260 #, gcc-internal-format
26261 msgid "obtained here"
26262 msgstr "отримано тут:"
26264 #: gimple-ssa-warn-access.cc:2256
26265 #, gcc-internal-format
26266 msgid "argument %i value %qE is negative"
26267 msgstr ""
26269 #: gimple-ssa-warn-access.cc:2273
26270 #, gcc-internal-format, gfc-internal-format
26271 msgid "argument %i value is zero"
26272 msgstr ""
26274 #: gimple-ssa-warn-access.cc:2291
26275 #, gcc-internal-format
26276 msgid "argument %i value %qE exceeds maximum object size %E"
26277 msgstr ""
26279 #: gimple-ssa-warn-access.cc:2305
26280 #, gcc-internal-format
26281 msgid "argument %i range [%E, %E] is negative"
26282 msgstr ""
26284 #: gimple-ssa-warn-access.cc:2312
26285 #, gcc-internal-format
26286 msgid "argument %i range [%E, %E] exceeds maximum object size %E"
26287 msgstr ""
26289 #: gimple-ssa-warn-access.cc:2342
26290 #, gcc-internal-format
26291 msgid "product %<%E * %E%> of arguments %i and %i exceeds %<SIZE_MAX%>"
26292 msgstr ""
26294 #: gimple-ssa-warn-access.cc:2348
26295 #, gcc-internal-format
26296 msgid "product %<%E * %E%> of arguments %i and %i exceeds maximum object size %E"
26297 msgstr ""
26299 #: gimple-ssa-warn-access.cc:2359 gimple-ssa-warn-access.cc:2362
26300 #, gcc-internal-format
26301 msgid "argument %i in the range [%E, %E]"
26302 msgstr ""
26304 #: gimple-ssa-warn-access.cc:2373
26305 #, gcc-internal-format
26306 msgid "in a call to built-in allocation function %qD"
26307 msgstr "у виклику до вбудованої функції розподілу пам'яті %qD"
26309 #: gimple-ssa-warn-access.cc:2376
26310 #, gcc-internal-format
26311 msgid "in a call to allocation function %qD declared here"
26312 msgstr "у виклику до функції отримання області пам'яті %qD оголошено тут"
26314 #: gimple-ssa-warn-access.cc:2821
26315 #, gcc-internal-format
26316 msgid "unknown architecture specifier in memory model %wi for %qD"
26317 msgstr ""
26319 #: gimple-ssa-warn-access.cc:2913
26320 #, gcc-internal-format
26321 msgid "invalid memory model %qs for %qD"
26322 msgstr ""
26324 #: gimple-ssa-warn-access.cc:2917
26325 #, gcc-internal-format
26326 msgid "invalid memory model %wi for %qD"
26327 msgstr ""
26329 #: gimple-ssa-warn-access.cc:2932 gimple-ssa-warn-access.cc:2986
26330 #, gcc-internal-format, gfc-internal-format
26331 msgid "valid models are %s"
26332 msgstr ""
26334 #: gimple-ssa-warn-access.cc:2946
26335 #, gcc-internal-format
26336 msgid "invalid failure memory model %qs for %qD"
26337 msgstr ""
26339 #: gimple-ssa-warn-access.cc:2951
26340 #, gcc-internal-format
26341 msgid "valid failure models are %qs, %qs, %qs, %qs"
26342 msgstr ""
26344 #: gimple-ssa-warn-access.cc:2967
26345 #, gcc-internal-format
26346 msgid "failure memory model %qs cannot be stronger than success memory model %qs for %qD"
26347 msgstr ""
26349 #: gimple-ssa-warn-access.cc:2993
26350 #, gcc-internal-format
26351 msgid "failure memory model %wi cannot be stronger than success memory model %wi for %qD"
26352 msgstr ""
26354 #: gimple-ssa-warn-access.cc:3424
26355 #, gcc-internal-format, gfc-internal-format
26356 msgid "bound argument %i value %s is negative for a variable length array argument %i of type %s"
26357 msgstr ""
26359 #: gimple-ssa-warn-access.cc:3432
26360 #, gcc-internal-format, gfc-internal-format
26361 msgid "argument %i value %s is negative"
26362 msgstr ""
26364 #: gimple-ssa-warn-access.cc:3482
26365 #, gcc-internal-format, gfc-internal-format
26366 msgid "argument %i of variable length array %s is null but the corresponding bound argument %i value is %s"
26367 msgstr ""
26369 #: gimple-ssa-warn-access.cc:3491
26370 #, gcc-internal-format, gfc-internal-format
26371 msgid "argument %i is null but the corresponding size argument %i value is %s"
26372 msgstr ""
26374 #: gimple-ssa-warn-access.cc:3502
26375 #, gcc-internal-format
26376 msgid "argument %i to %<%T[static %E]%> is null where non-null expected"
26377 msgstr "%i-й аргумент %<%T[static %E]%> є порожнім там, де мало бути непорожнє значення"
26379 #: gimple-ssa-warn-access.cc:3565
26380 #, gcc-internal-format
26381 msgid "referencing argument %u of type %qT"
26382 msgstr ""
26384 #: gimple-ssa-warn-access.cc:3579
26385 #, gcc-internal-format
26386 msgid "in a call to function %qD declared with attribute %qs"
26387 msgstr ""
26389 #: gimple-ssa-warn-access.cc:3583
26390 #, gcc-internal-format
26391 msgid "in a call with type %qT and attribute %qs"
26392 msgstr ""
26394 #: gimple-ssa-warn-access.cc:3590
26395 #, gcc-internal-format
26396 msgid "in a call to function %qD"
26397 msgstr "у виклику функції %qD"
26399 #: gimple-ssa-warn-access.cc:3593
26400 #, gcc-internal-format
26401 msgid "in a call with type %qT"
26402 msgstr ""
26404 #: gimple-ssa-warn-access.cc:3699
26405 #, gcc-internal-format
26406 msgid "%qD called on unallocated object %qD"
26407 msgstr ""
26409 #: gimple-ssa-warn-access.cc:3718
26410 #, gcc-internal-format
26411 msgid "%qD called on a pointer to an unallocated object %qE"
26412 msgstr "%qD викликано на вказівнику на нерозміщений у пам'яті об'єкт %qE"
26414 #: gimple-ssa-warn-access.cc:3727
26415 #, gcc-internal-format
26416 msgid "assigned here"
26417 msgstr "призначено тут:"
26419 #: gimple-ssa-warn-access.cc:3760
26420 #, gcc-internal-format
26421 msgid "%qD called on pointer returned from a mismatched allocation function"
26422 msgstr ""
26424 #: gimple-ssa-warn-access.cc:3769
26425 #, gcc-internal-format
26426 msgid "%qD called on pointer to an unallocated object"
26427 msgstr "%qD викликано на вказівнику на нерозміщений у пам'яті об'єкт"
26429 #: gimple-ssa-warn-access.cc:3922
26430 #, gcc-internal-format
26431 msgid "pointer %qE may be used after %qD"
26432 msgstr ""
26434 #: gimple-ssa-warn-access.cc:3923
26435 #, gcc-internal-format
26436 msgid "pointer %qE used after %qD"
26437 msgstr ""
26439 #: gimple-ssa-warn-access.cc:3927
26440 #, gcc-internal-format
26441 msgid "pointer may be used after %qD"
26442 msgstr ""
26444 #: gimple-ssa-warn-access.cc:3928
26445 #, gcc-internal-format
26446 msgid "pointer used after %qD"
26447 msgstr ""
26449 #: gimple-ssa-warn-access.cc:3932
26450 #, gcc-internal-format
26451 msgid "call to %qD here"
26452 msgstr ""
26454 #: gimple-ssa-warn-access.cc:3949
26455 #, gcc-internal-format
26456 msgid "dangling pointer %qE to %qD may be used"
26457 msgstr ""
26459 #: gimple-ssa-warn-access.cc:3950
26460 #, gcc-internal-format
26461 msgid "using dangling pointer %qE to %qD"
26462 msgstr ""
26464 #: gimple-ssa-warn-access.cc:3955
26465 #, gcc-internal-format
26466 msgid "dangling pointer to %qD may be used"
26467 msgstr ""
26469 #: gimple-ssa-warn-access.cc:3956
26470 #, gcc-internal-format
26471 msgid "using a dangling pointer to %qD"
26472 msgstr ""
26474 #: gimple-ssa-warn-access.cc:3959 gimple-ssa-warn-access.cc:4588
26475 #: gimple-ssa-warn-restrict.cc:1828 tree-ssa-uninit.cc:897
26476 #: tree-ssa-uninit.cc:1096 c/c-decl.cc:3986 c/c-decl.cc:4267
26477 #: c/c-typeck.cc:9365 c/c-typeck.cc:12115 cp/class.cc:1492 cp/class.cc:3291
26478 #: cp/constexpr.cc:1066 cp/decl.cc:4438 cp/decl.cc:12565 cp/decl.cc:13065
26479 #: cp/decl.cc:13074 cp/decl.cc:14035 cp/friend.cc:406 cp/friend.cc:416
26480 #: cp/init.cc:2895 cp/parser.cc:3566 cp/parser.cc:3712 cp/parser.cc:3763
26481 #: cp/parser.cc:7005 cp/parser.cc:24443 cp/typeck.cc:4944
26482 #, gcc-internal-format
26483 msgid "%qD declared here"
26484 msgstr ""
26486 #: gimple-ssa-warn-access.cc:3967
26487 #, gcc-internal-format
26488 msgid "dangling pointer %qE to an unnamed temporary may be used"
26489 msgstr ""
26491 #: gimple-ssa-warn-access.cc:3969
26492 #, gcc-internal-format
26493 msgid "using dangling pointer %qE to an unnamed temporary"
26494 msgstr ""
26496 #: gimple-ssa-warn-access.cc:3975
26497 #, gcc-internal-format
26498 msgid "dangling pointer to an unnamed temporary may be used"
26499 msgstr ""
26501 #: gimple-ssa-warn-access.cc:3977
26502 #, gcc-internal-format
26503 msgid "using a dangling pointer to an unnamed temporary"
26504 msgstr ""
26506 #: gimple-ssa-warn-access.cc:3981
26507 #, gcc-internal-format
26508 msgid "unnamed temporary defined here"
26509 msgstr ""
26511 #: gimple-ssa-warn-access.cc:4071
26512 #, gcc-internal-format
26513 msgid "%qD called on pointer %qE passed to mismatched allocation function %qD"
26514 msgstr ""
26516 #: gimple-ssa-warn-access.cc:4076
26517 #, gcc-internal-format
26518 msgid "%qD called on a pointer passed to mismatched reallocation function %qD"
26519 msgstr ""
26521 #: gimple-ssa-warn-access.cc:4082
26522 #, gcc-internal-format
26523 msgid "call to %qD"
26524 msgstr ""
26526 #: gimple-ssa-warn-access.cc:4582
26527 #, gcc-internal-format
26528 msgid "storing the address of local variable %qD in %qE"
26529 msgstr ""
26531 #: gimple-ssa-warn-alloca.cc:286
26532 #, gcc-internal-format
26533 msgid "use of %<alloca%>"
26534 msgstr "використання %<alloca%>"
26536 #: gimple-ssa-warn-alloca.cc:325
26537 #, gcc-internal-format
26538 msgid "argument to variable-length array may be too large"
26539 msgstr ""
26541 #: gimple-ssa-warn-alloca.cc:327
26542 #, gcc-internal-format
26543 msgid "argument to %<alloca%> may be too large"
26544 msgstr ""
26546 #: gimple-ssa-warn-alloca.cc:332
26547 #, gcc-internal-format
26548 msgid "limit is %wu bytes, but argument may be as large as %s"
26549 msgstr ""
26551 #: gimple-ssa-warn-alloca.cc:344
26552 #, gcc-internal-format
26553 msgid "argument to variable-length array is too large"
26554 msgstr ""
26556 #: gimple-ssa-warn-alloca.cc:346
26557 #, gcc-internal-format
26558 msgid "argument to %<alloca%> is too large"
26559 msgstr "аргумент %<alloca%> є надто великим"
26561 #: gimple-ssa-warn-alloca.cc:350
26562 #, gcc-internal-format
26563 msgid "limit is %wu bytes, but argument is %s"
26564 msgstr ""
26566 #: gimple-ssa-warn-alloca.cc:362
26567 #, gcc-internal-format
26568 msgid "unbounded use of variable-length array"
26569 msgstr ""
26571 #: gimple-ssa-warn-alloca.cc:363
26572 #, gcc-internal-format
26573 msgid "unbounded use of %<alloca%>"
26574 msgstr "необмежене використання %<alloca%>"
26576 #: gimple-ssa-warn-alloca.cc:368
26577 #, gcc-internal-format
26578 msgid "use of %<alloca%> within a loop"
26579 msgstr "використання %<alloca%> у циклі"
26581 #: gimple-ssa-warn-alloca.cc:373
26582 #, gcc-internal-format
26583 msgid "argument to variable-length array is zero"
26584 msgstr ""
26586 #: gimple-ssa-warn-alloca.cc:375
26587 #, gcc-internal-format
26588 msgid "argument to %<alloca%> is zero"
26589 msgstr ""
26591 #: gimple-ssa-warn-restrict.cc:1496
26592 #, gcc-internal-format
26593 msgid "%qD accessing %wu byte at offsets %s and %s overlaps %wu byte at offset %s"
26594 msgstr ""
26596 #: gimple-ssa-warn-restrict.cc:1498
26597 #, gcc-internal-format
26598 msgid "%qD accessing %wu byte at offsets %s and %s overlaps %wu bytes at offset %s"
26599 msgstr ""
26601 #: gimple-ssa-warn-restrict.cc:1502
26602 #, gcc-internal-format
26603 msgid "%qD accessing %wu bytes at offsets %s and %s overlaps %wu byte at offset %s"
26604 msgstr ""
26606 #: gimple-ssa-warn-restrict.cc:1504
26607 #, gcc-internal-format
26608 msgid "%qD accessing %wu bytes at offsets %s and %s overlaps %wu bytes at offset %s"
26609 msgstr ""
26611 #: gimple-ssa-warn-restrict.cc:1511
26612 #, gcc-internal-format
26613 msgid "%qD accessing %wu byte at offsets %s and %s overlaps between %wu and %wu bytes at offset %s"
26614 msgid_plural "%qD accessing %wu bytes at offsets %s and %s overlaps between %wu and %wu bytes at offset %s"
26615 msgstr[0] ""
26616 msgstr[1] ""
26617 msgstr[2] ""
26619 #: gimple-ssa-warn-restrict.cc:1521
26620 #, gcc-internal-format
26621 msgid "%qD accessing %wu byte at offsets %s and %s overlaps %wu or more bytes at offset %s"
26622 msgid_plural "%qD accessing %wu bytes at offsets %s and %s overlaps %wu or more bytes at offset %s"
26623 msgstr[0] ""
26624 msgstr[1] ""
26625 msgstr[2] ""
26627 #: gimple-ssa-warn-restrict.cc:1534
26628 #, gcc-internal-format
26629 msgid "%qD accessing between %wu and %wu bytes at offsets %s and %s overlaps %wu byte at offset %s"
26630 msgid_plural "%qD accessing between %wu and %wu bytes at offsets %s and %s overlaps %wu bytes at offset %s"
26631 msgstr[0] ""
26632 msgstr[1] ""
26633 msgstr[2] ""
26635 #: gimple-ssa-warn-restrict.cc:1544
26636 #, gcc-internal-format
26637 msgid "%qD accessing between %wu and %wu bytes at offsets %s and %s overlaps between %wu and %wu bytes at offset %s"
26638 msgstr ""
26640 #: gimple-ssa-warn-restrict.cc:1552
26641 #, gcc-internal-format
26642 msgid "%qD accessing between %wu and %wu bytes at offsets %s and %s overlaps %wu or more bytes at offset %s"
26643 msgstr ""
26645 #: gimple-ssa-warn-restrict.cc:1565
26646 #, gcc-internal-format
26647 msgid "%qD accessing %wu or more bytes at offsets %s and %s overlaps %wu byte at offset %s"
26648 msgid_plural "%qD accessing %wu or more bytes at offsets %s and %s overlaps %wu bytes at offset %s"
26649 msgstr[0] ""
26650 msgstr[1] ""
26651 msgstr[2] ""
26653 #: gimple-ssa-warn-restrict.cc:1573
26654 #, gcc-internal-format
26655 msgid "%qD accessing %wu or more bytes at offsets %s and %s overlaps between %wu and %wu bytes at offset %s"
26656 msgstr ""
26658 #: gimple-ssa-warn-restrict.cc:1580
26659 #, gcc-internal-format
26660 msgid "%qD accessing %wu or more bytes at offsets %s and %s overlaps %wu or more bytes at offset %s"
26661 msgstr ""
26663 #: gimple-ssa-warn-restrict.cc:1608
26664 #, gcc-internal-format
26665 msgid "%qD accessing %wu byte may overlap %wu byte"
26666 msgid_plural "%qD accessing %wu bytes may overlap %wu byte"
26667 msgstr[0] ""
26668 msgstr[1] ""
26669 msgstr[2] ""
26671 #: gimple-ssa-warn-restrict.cc:1615
26672 #, gcc-internal-format
26673 msgid "%qD accessing %wu byte at offsets %s and %s may overlap %wu byte at offset %s"
26674 msgid_plural "%qD accessing %wu bytes at offsets %s and %s may overlap %wu byte at offset %s"
26675 msgstr[0] ""
26676 msgstr[1] ""
26677 msgstr[2] ""
26679 #: gimple-ssa-warn-restrict.cc:1626
26680 #, gcc-internal-format
26681 msgid "%qD accessing %wu byte may overlap up to %wu bytes"
26682 msgid_plural "%qD accessing %wu bytes may overlap up to %wu bytes"
26683 msgstr[0] ""
26684 msgstr[1] ""
26685 msgstr[2] ""
26687 #: gimple-ssa-warn-restrict.cc:1633
26688 #, gcc-internal-format
26689 msgid "%qD accessing %wu byte at offsets %s and %s may overlap up to %wu bytes at offset %s"
26690 msgid_plural "%qD accessing %wu bytes at offsets %s and %s may overlap up to %wu bytes at offset %s"
26691 msgstr[0] ""
26692 msgstr[1] ""
26693 msgstr[2] ""
26695 #: gimple-ssa-warn-restrict.cc:1646
26696 #, gcc-internal-format
26697 msgid "%qD accessing between %wu and %wu bytes may overlap %wu byte"
26698 msgid_plural "%qD accessing between %wu and %wu bytes may overlap up to %wu bytes"
26699 msgstr[0] ""
26700 msgstr[1] ""
26701 msgstr[2] ""
26703 #: gimple-ssa-warn-restrict.cc:1653
26704 #, gcc-internal-format
26705 msgid "%qD accessing between %wu and %wu bytes at offsets %s and %s may overlap %wu byte at offset %s"
26706 msgid_plural "%qD accessing between %wu and %wu bytes at offsets %s and %s may overlap up to %wu bytes at offset %s"
26707 msgstr[0] ""
26708 msgstr[1] ""
26709 msgstr[2] ""
26711 #: gimple-ssa-warn-restrict.cc:1665
26712 #, gcc-internal-format
26713 msgid "%qD accessing %wu or more bytes at offsets %s and %s may overlap %wu byte at offset %s"
26714 msgid_plural "%qD accessing %wu or more bytes at offsets %s and %s may overlap up to %wu bytes at offset %s"
26715 msgstr[0] ""
26716 msgstr[1] ""
26717 msgstr[2] ""
26719 #: gimple-ssa-warn-restrict.cc:1711
26720 #, gcc-internal-format
26721 msgid "%qD specified bound %wu exceeds maximum object size %wu"
26722 msgstr ""
26724 #: gimple-ssa-warn-restrict.cc:1717
26725 #, gcc-internal-format
26726 msgid "%qD specified bound between %wu and %wu exceeds maximum object size %wu"
26727 msgstr ""
26729 #: gimple-ssa-warn-restrict.cc:1778
26730 #, gcc-internal-format
26731 msgid "%qD pointer overflow between offset %s and size %s accessing array %qD with type %qT"
26732 msgstr ""
26734 #: gimple-ssa-warn-restrict.cc:1783 c-family/c-warn.cc:3767
26735 #, gcc-internal-format
26736 msgid "array %qD declared here"
26737 msgstr "масив %qD оголошено тут"
26739 #: gimple-ssa-warn-restrict.cc:1788 gimple-ssa-warn-restrict.cc:1794
26740 #, gcc-internal-format
26741 msgid "%qD pointer overflow between offset %s and size %s"
26742 msgstr ""
26744 #: gimple-ssa-warn-restrict.cc:1811
26745 #, gcc-internal-format
26746 msgid "%qD forming offset %s is out of the bounds [0, %wu] of object %qD with type %qT"
26747 msgstr ""
26749 #: gimple-ssa-warn-restrict.cc:1814
26750 #, gcc-internal-format
26751 msgid "%qD offset %s is out of the bounds [0, %wu] of object %qD with type %qT"
26752 msgstr ""
26754 #: gimple-ssa-warn-restrict.cc:1820
26755 #, gcc-internal-format
26756 msgid "%qD forming offset %s is out of the bounds of object %qD with type %qT"
26757 msgstr ""
26759 #: gimple-ssa-warn-restrict.cc:1822
26760 #, gcc-internal-format
26761 msgid "%qD offset %s is out of the bounds of object %qD with type %qT"
26762 msgstr ""
26764 #: gimple-ssa-warn-restrict.cc:1835
26765 #, gcc-internal-format
26766 msgid "%qD forming offset %s is out of the bounds [0, %wu]"
26767 msgstr ""
26769 #: gimple-ssa-warn-restrict.cc:1837
26770 #, gcc-internal-format
26771 msgid "%qD offset %s is out of the bounds [0, %wu]"
26772 msgstr ""
26774 #: gimple-ssa-warn-restrict.cc:1843
26775 #, gcc-internal-format
26776 msgid "%qD forming offset %s is out of bounds"
26777 msgstr ""
26779 #: gimple-ssa-warn-restrict.cc:1844
26780 #, gcc-internal-format
26781 msgid "%qD offset %s is out of bounds"
26782 msgstr ""
26784 #: gimple-ssa-warn-restrict.cc:1856
26785 #, gcc-internal-format
26786 msgid "%qD offset %s from the object at %qE is out of the bounds of %qT"
26787 msgstr ""
26789 #: gimple-ssa-warn-restrict.cc:1864 gimple-ssa-warn-restrict.cc:1885
26790 #, gcc-internal-format
26791 msgid "subobject %qD declared here"
26792 msgstr ""
26794 #: gimple-ssa-warn-restrict.cc:1874
26795 #, gcc-internal-format
26796 msgid "%qD offset %s from the object at %qE is out of the bounds of referenced subobject %qD with type %qT at offset %wi"
26797 msgstr ""
26799 #: gimple-streamer-in.cc:207
26800 #, gcc-internal-format, gfc-internal-format
26801 msgid "bytecode stream: unknown GIMPLE statement tag %s"
26802 msgstr ""
26804 #: gimple-warn-recursion.cc:195
26805 #, gcc-internal-format
26806 msgid "infinite recursion detected"
26807 msgstr ""
26809 #: gimple-warn-recursion.cc:202
26810 #, gcc-internal-format
26811 msgid "recursive call"
26812 msgstr ""
26814 #: gimple.cc:1318
26815 #, gcc-internal-format, gfc-internal-format
26816 msgid "gimple check: expected %s(%s), have %s(%s) in %s, at %s:%d"
26817 msgstr ""
26819 #: gimplify.cc:2068
26820 #, gcc-internal-format
26821 msgid "statement will never be executed"
26822 msgstr ""
26824 #: gimplify.cc:2132
26825 #, gcc-internal-format
26826 msgid "%qs cannot be initialized with%<-ftrivial-auto-var_init%>"
26827 msgstr ""
26829 #: gimplify.cc:2524 gimplify.cc:2532
26830 #, gcc-internal-format
26831 msgid "this statement may fall through"
26832 msgstr ""
26834 #: gimplify.cc:2534
26835 #, gcc-internal-format
26836 msgid "here"
26837 msgstr ""
26839 #. We've found [[fallthrough]]; at the end of a switch, which the C++
26840 #. standard says is ill-formed; see [dcl.attr.fallthrough].
26841 #: gimplify.cc:2646 gimplify.cc:2669
26842 #, gcc-internal-format
26843 msgid "attribute %<fallthrough%> not preceding a case label or default label"
26844 msgstr ""
26846 #: gimplify.cc:3817
26847 #, gcc-internal-format
26848 msgid "using result of function returning %<void%>"
26849 msgstr ""
26851 #: gimplify.cc:6668
26852 #, gcc-internal-format, gfc-internal-format
26853 msgid "non-memory output %d must stay in memory"
26854 msgstr ""
26856 #: gimplify.cc:6683
26857 #, gcc-internal-format
26858 msgid "invalid lvalue in %<asm%> output %d"
26859 msgstr ""
26861 #: gimplify.cc:6830
26862 #, gcc-internal-format, gfc-internal-format
26863 msgid "non-memory input %d must stay in memory"
26864 msgstr ""
26866 #: gimplify.cc:6870 gimplify.cc:6880
26867 #, gcc-internal-format, gfc-internal-format
26868 msgid "memory input %d is not directly addressable"
26869 msgstr ""
26871 #: gimplify.cc:7495
26872 #, gcc-internal-format
26873 msgid "threadprivate variable %qE used in a region with %<order(concurrent)%> clause"
26874 msgstr ""
26876 #: gimplify.cc:7497
26877 #, gcc-internal-format
26878 msgid "enclosing region"
26879 msgstr ""
26881 #: gimplify.cc:7501
26882 #, gcc-internal-format
26883 msgid "threadprivate variable %qE used in target region"
26884 msgstr ""
26886 #: gimplify.cc:7503
26887 #, gcc-internal-format
26888 msgid "enclosing target region"
26889 msgstr ""
26891 #: gimplify.cc:7516
26892 #, gcc-internal-format
26893 msgid "threadprivate variable %qE used in untied task"
26894 msgstr ""
26896 #: gimplify.cc:7518
26897 #, gcc-internal-format
26898 msgid "enclosing task"
26899 msgstr ""
26901 #: gimplify.cc:7615
26902 #, gcc-internal-format
26903 msgid "%qE not specified in enclosing %qs"
26904 msgstr "%qE не задано у замиканні %qs"
26906 #: gimplify.cc:7617
26907 #, gcc-internal-format
26908 msgid "enclosing %qs"
26909 msgstr ""
26911 #: gimplify.cc:7760
26912 #, gcc-internal-format
26913 msgid "%qE not specified in enclosing OpenACC %qs construct"
26914 msgstr ""
26916 #: gimplify.cc:7762
26917 #, gcc-internal-format
26918 msgid "enclosing OpenACC %qs construct"
26919 msgstr ""
26921 #: gimplify.cc:7823
26922 #, gcc-internal-format
26923 msgid "%qE with %<link%> clause used in %<routine%> function"
26924 msgstr ""
26926 #: gimplify.cc:7831
26927 #, gcc-internal-format
26928 msgid "%qE requires a %<declare%> directive for use in a %<routine%> function"
26929 msgstr ""
26931 #: gimplify.cc:7900
26932 #, gcc-internal-format
26933 msgid "%qE not specified in enclosing %<target%>"
26934 msgstr ""
26936 #: gimplify.cc:7902
26937 #, gcc-internal-format
26938 msgid "enclosing %<target%>"
26939 msgstr ""
26941 #: gimplify.cc:7932 gimplify.cc:11175
26942 #, gcc-internal-format
26943 msgid "variable %qE declared in enclosing %<host_data%> region"
26944 msgstr ""
26946 #: gimplify.cc:7953
26947 #, gcc-internal-format
26948 msgid "%qD referenced in target region does not have a mappable type"
26949 msgstr ""
26951 #: gimplify.cc:8084
26952 #, gcc-internal-format
26953 msgid "iteration variable %qE is predetermined linear"
26954 msgstr ""
26956 #: gimplify.cc:8087
26957 #, gcc-internal-format
26958 msgid "iteration variable %qE should be private"
26959 msgstr ""
26961 #: gimplify.cc:8101
26962 #, gcc-internal-format
26963 msgid "iteration variable %qE should not be firstprivate"
26964 msgstr ""
26966 #: gimplify.cc:8104
26967 #, gcc-internal-format
26968 msgid "iteration variable %qE should not be reduction"
26969 msgstr ""
26971 #: gimplify.cc:8107
26972 #, gcc-internal-format
26973 msgid "iteration variable %qE should not be linear"
26974 msgstr ""
26976 #: gimplify.cc:9093 gimplify.cc:9104 gimplify.cc:9116 gimplify.cc:9131
26977 #: gimplify.cc:9327 gimplify.cc:9330 gimplify.cc:9340 gimplify.cc:9358
26978 #, fuzzy, gcc-internal-format
26979 #| msgid "unexpected operand: %d"
26980 msgid "unexpected mapping node"
26981 msgstr "неочікуваний операнд: %d"
26983 #: gimplify.cc:9392
26984 #, fuzzy, gcc-internal-format
26985 #| msgid "unexpected operand: %d"
26986 msgid "unexpected pointer mapping node"
26987 msgstr "неочікуваний операнд: %d"
26989 #: gimplify.cc:9603
26990 #, gcc-internal-format
26991 msgid "base pointer cycle detected"
26992 msgstr ""
26994 #: gimplify.cc:9975
26995 #, gcc-internal-format
26996 msgid "data movement for component %qE is not compatible with movement for struct %qE"
26997 msgstr ""
26999 #: gimplify.cc:10020
27000 #, gcc-internal-format
27001 msgid "%qE appears more than once in map clauses"
27002 msgstr ""
27004 #: gimplify.cc:10626
27005 #, gcc-internal-format
27006 msgid "mapping field %qE of variable length structure"
27007 msgstr ""
27009 #: gimplify.cc:10836 gimplify.cc:10842
27010 #, gcc-internal-format
27011 msgid "conditional %<lastprivate%> clause on %qs construct"
27012 msgstr ""
27014 #: gimplify.cc:10859
27015 #, gcc-internal-format
27016 msgid "non-scalar variable %qD in conditional %<lastprivate%> clause"
27017 msgstr ""
27019 #: gimplify.cc:10881
27020 #, gcc-internal-format
27021 msgid "%<task%> reduction modifier on a construct with a %<nowait%> clause"
27022 msgstr ""
27024 #: gimplify.cc:10889
27025 #, gcc-internal-format
27026 msgid "invalid %<task%> reduction modifier on construct other than %<parallel%>, %qs, %<sections%> or %<scope%>"
27027 msgstr ""
27029 #: gimplify.cc:10900 gimplify.cc:10906 gimplify.cc:10912 gimplify.cc:10918
27030 #: gimplify.cc:10924 gimplify.cc:14904
27031 #, gcc-internal-format
27032 msgid "%<inscan%> %<reduction%> clause on %qs construct"
27033 msgstr ""
27035 #: gimplify.cc:11018
27036 #, gcc-internal-format
27037 msgid "%<linear%> clause for variable other than loop iterator specified on construct combined with %<distribute%>"
27038 msgstr ""
27040 #: gimplify.cc:11713
27041 #, gcc-internal-format
27042 msgid "copyprivate variable %qE is not threadprivate or private in outer context"
27043 msgstr ""
27045 #: gimplify.cc:11770
27046 #, gcc-internal-format
27047 msgid "%s variable %qE is private in outer context"
27048 msgstr ""
27050 #: gimplify.cc:11802
27051 #, gcc-internal-format
27052 msgid "expected %qs %<if%> clause modifier rather than %qs"
27053 msgstr ""
27055 #: gimplify.cc:11840
27056 #, gcc-internal-format
27057 msgid "%<device%> clause with %<ancestor%> is only allowed on %<target%> construct"
27058 msgstr ""
27060 #: gimplify.cc:11856
27061 #, gcc-internal-format
27062 msgid "with %<ancestor%>, only the %<device%>, %<firstprivate%>, %<private%>, %<defaultmap%>, and %<map%> clauses may appear on the construct"
27063 msgstr ""
27065 #: gimplify.cc:12068
27066 #, gcc-internal-format
27067 msgid "%qD specified in %qs clause but not in %<inscan%> %<reduction%> clause on the containing construct"
27068 msgstr ""
27070 #: gimplify.cc:12274
27071 #, gcc-internal-format
27072 msgid "%<_Atomic%> %qD in implicit %<map%> clause"
27073 msgstr ""
27075 #: gimplify.cc:12328
27076 #, gcc-internal-format
27077 msgid "%<_Atomic%> %qD in implicit %<firstprivate%> clause on %<target%> construct"
27078 msgstr ""
27080 #: gimplify.cc:12590
27081 #, gcc-internal-format
27082 msgid "%<_Atomic%> %qD in %<firstprivate%> clause on %<target%> construct"
27083 msgstr ""
27085 #: gimplify.cc:12663
27086 #, gcc-internal-format
27087 msgid "same variable used in %<firstprivate%> and %<lastprivate%> clauses on %<distribute%> construct"
27088 msgstr ""
27090 #: gimplify.cc:12777
27091 #, gcc-internal-format
27092 msgid "incompatible data clause with reduction on %qE; promoting to %<present_or_copy%>"
27093 msgstr ""
27095 #: gimplify.cc:12926
27096 #, gcc-internal-format
27097 msgid "%qD specified in %<inscan%> %<reduction%> clause but not in %<scan%> directive clause"
27098 msgstr ""
27100 #: gimplify.cc:12945
27101 #, gcc-internal-format
27102 msgid "invalid private reduction on %qE"
27103 msgstr "некоректне приватне спрощення %qE"
27105 #: gimplify.cc:13111
27106 #, gcc-internal-format
27107 msgid "%<inscan%> %<reduction%> clause used together with %<linear%> clause for a variable other than loop iterator"
27108 msgstr ""
27110 #: gimplify.cc:13450
27111 #, gcc-internal-format
27112 msgid "%<mutexinoutset%> kind in %<depend%> clause on a %<taskwait%> construct"
27113 msgstr ""
27115 #: gimplify.cc:13460
27116 #, gcc-internal-format
27117 msgid "%<taskwait%> construct with %<nowait%> clause but no %<depend%> clauses"
27118 msgstr ""
27120 #: gimplify.cc:13744 gimplify.cc:13748 gimplify.cc:13757 gimplify.cc:13769
27121 #: gimplify.cc:13774
27122 #, gcc-internal-format
27123 msgid "%qs clause may not appear on non-rectangular %qs"
27124 msgstr ""
27126 #: gimplify.cc:13936
27127 #, gcc-internal-format
27128 msgid "%<linear%> clause may not be specified together with %<ordered%> clause if stand-alone %<ordered%> construct is nested in it"
27129 msgstr ""
27131 #: gimplify.cc:14001
27132 #, gcc-internal-format
27133 msgid "threadprivate iteration variable %qD"
27134 msgstr ""
27136 #: gimplify.cc:14032 gimplify.cc:14140
27137 #, gcc-internal-format
27138 msgid "conditional %<lastprivate%> on loop iterator %qD ignored"
27139 msgstr ""
27141 #: gimplify.cc:14842
27142 #, gcc-internal-format
27143 msgid "%<bind%> clause not specified on a %<loop%> construct not nested inside another OpenMP construct"
27144 msgstr ""
27146 #: gimplify.cc:14866
27147 #, gcc-internal-format
27148 msgid "%<bind(parallel)%> on a %<loop%> construct nested inside %<simd%> construct"
27149 msgstr ""
27151 #: gimplify.cc:14886
27152 #, gcc-internal-format
27153 msgid "%<bind(teams)%> on a %<loop%> region not strictly nested inside of a %<teams%> region"
27154 msgstr ""
27156 #: gimplify.cc:14911
27157 #, gcc-internal-format
27158 msgid "invalid %<task%> reduction modifier on construct other than %<parallel%>, %qs or %<sections%>"
27159 msgstr ""
27161 #: gimplify.cc:14939
27162 #, gcc-internal-format
27163 msgid "%<lastprivate%> clause on a %<loop%> construct refers to a variable %qD which is not the loop iterator"
27164 msgstr ""
27166 #: gimplify.cc:16020
27167 #, gcc-internal-format
27168 msgid "%<ordered%> construct with %qs clause must be closely nested inside a loop with %<ordered%> clause"
27169 msgstr ""
27171 #: gimplify.cc:16041
27172 #, gcc-internal-format
27173 msgid "variable %qE is not an iteration of outermost loop %d, expected %qE"
27174 msgstr ""
27176 #: gimplify.cc:16054
27177 #, gcc-internal-format
27178 msgid "number of variables in %qs clause with %<sink%> modifier does not match number of iteration variables"
27179 msgstr ""
27181 #: gimplify.cc:16068
27182 #, gcc-internal-format
27183 msgid "more than one %qs clause with %<source%> modifier on an %<ordered%> construct"
27184 msgstr ""
27186 #: gimplify.cc:16081
27187 #, gcc-internal-format
27188 msgid "%qs clause with %<source%> modifier specified together with %qs clauses with %<sink%> modifier on the same construct"
27189 msgstr ""
27191 #: gimplify.cc:17390
27192 #, gcc-internal-format
27193 msgid "gimplification failed"
27194 msgstr ""
27196 #: gimplify.cc:17989
27197 #, gcc-internal-format
27198 msgid "%qT is promoted to %qT when passed through %<...%>"
27199 msgstr ""
27201 #: gimplify.cc:17994
27202 #, gcc-internal-format
27203 msgid "(so you should pass %qT not %qT to %<va_arg%>)"
27204 msgstr ""
27206 #: gimplify.cc:18001
27207 #, gcc-internal-format
27208 msgid "if this code is reached, the program will abort"
27209 msgstr ""
27211 #: godump.cc:1415
27212 #, gcc-internal-format
27213 msgid "could not close Go dump file: %m"
27214 msgstr ""
27216 #: godump.cc:1427
27217 #, gcc-internal-format
27218 msgid "could not open Go dump file %qs: %m"
27219 msgstr ""
27221 #: graphite.cc:527
27222 #, gcc-internal-format
27223 msgid "Graphite loop optimizations cannot be used (isl is not available)."
27224 msgstr ""
27226 #: input.cc:1493
27227 #, gcc-internal-format, gfc-internal-format
27228 msgid "expansion point is location %i"
27229 msgstr ""
27231 #: input.cc:1523
27232 #, gcc-internal-format
27233 msgid "token %u has %<x-location == y-location == %u%>"
27234 msgstr ""
27236 #: input.cc:1532
27237 #, gcc-internal-format
27238 msgid "token %u has %<x-location == %u%>"
27239 msgstr ""
27241 #: input.cc:1533
27242 #, gcc-internal-format
27243 msgid "token %u has %<y-location == %u%>"
27244 msgstr ""
27246 #: internal-fn.cc:723
27247 #, gcc-internal-format
27248 msgid "invalid use of attribute %<fallthrough%>"
27249 msgstr ""
27251 #: ipa-devirt.cc:677 ipa-devirt.cc:762 ipa-devirt.cc:791 ipa-devirt.cc:833
27252 #: ipa-devirt.cc:864
27253 #, gcc-internal-format
27254 msgid "virtual table of type %qD violates one definition rule"
27255 msgstr ""
27257 #: ipa-devirt.cc:680
27258 #, gcc-internal-format
27259 msgid "variable of same assembler name as the virtual table is defined in another translation unit"
27260 msgstr ""
27262 #: ipa-devirt.cc:721
27263 #, gcc-internal-format
27264 msgid "virtual table of type %qD contains RTTI information"
27265 msgstr ""
27267 #: ipa-devirt.cc:727
27268 #, gcc-internal-format
27269 msgid "but is prevailed by one without from other translation unit"
27270 msgstr ""
27272 #: ipa-devirt.cc:731
27273 #, gcc-internal-format
27274 msgid "RTTI will not work on this type"
27275 msgstr ""
27277 #: ipa-devirt.cc:768
27278 #, gcc-internal-format
27279 msgid "the conflicting type defined in another translation unit has virtual table of different size"
27280 msgstr ""
27282 #: ipa-devirt.cc:797
27283 #, gcc-internal-format
27284 msgid "the conflicting type defined in another translation unit with different RTTI information"
27285 msgstr ""
27287 #: ipa-devirt.cc:841 ipa-devirt.cc:872
27288 #, gcc-internal-format
27289 msgid "the conflicting type defined in another translation unit"
27290 msgstr ""
27292 #: ipa-devirt.cc:845
27293 #, gcc-internal-format
27294 msgid "contains additional virtual method %qD"
27295 msgstr ""
27297 #: ipa-devirt.cc:852
27298 #, gcc-internal-format
27299 msgid "the conflicting type defined in another translation unit has virtual table with more entries"
27300 msgstr ""
27302 #: ipa-devirt.cc:878
27303 #, gcc-internal-format
27304 msgid "virtual method %qD"
27305 msgstr ""
27307 #: ipa-devirt.cc:882
27308 #, gcc-internal-format
27309 msgid "ought to match virtual method %qD but does not"
27310 msgstr ""
27312 #: ipa-devirt.cc:888
27313 #, gcc-internal-format
27314 msgid "the conflicting type defined in another translation unit has virtual table with different contents"
27315 msgstr ""
27317 #: ipa-devirt.cc:922
27318 #, gcc-internal-format
27319 msgid "type %qT (typedef of %qT) violates the C++ One Definition Rule"
27320 msgstr ""
27322 #: ipa-devirt.cc:930
27323 #, gcc-internal-format
27324 msgid "type %qT violates the C++ One Definition Rule"
27325 msgstr ""
27327 #: ipa-devirt.cc:942 ipa-devirt.cc:957 ipa-devirt.cc:1232 ipa-devirt.cc:1277
27328 #: ipa-devirt.cc:1316 ipa-devirt.cc:1334
27329 #, gcc-internal-format
27330 msgid "a different type is defined in another translation unit"
27331 msgstr ""
27333 #: ipa-devirt.cc:949
27334 #, gcc-internal-format
27335 msgid "the first difference of corresponding definitions is field %qD"
27336 msgstr ""
27338 #: ipa-devirt.cc:959
27339 #, gcc-internal-format
27340 msgid "the first difference of corresponding definitions is method %qD"
27341 msgstr ""
27343 #: ipa-devirt.cc:1064
27344 #, gcc-internal-format
27345 msgid "type %qT defined in anonymous namespace cannot match type %qT across the translation unit boundary"
27346 msgstr ""
27348 #: ipa-devirt.cc:1069
27349 #, gcc-internal-format
27350 msgid "type %qT defined in anonymous namespace cannot match across the translation unit boundary"
27351 msgstr ""
27353 #: ipa-devirt.cc:1074
27354 #, gcc-internal-format
27355 msgid "the incompatible type defined in another translation unit"
27356 msgstr ""
27358 #: ipa-devirt.cc:1090
27359 #, gcc-internal-format
27360 msgid "type name %qs should match type name %qs"
27361 msgstr ""
27363 #: ipa-devirt.cc:1094 ipa-devirt.cc:1191
27364 #, gcc-internal-format
27365 msgid "the incompatible type is defined here"
27366 msgstr ""
27368 #: ipa-devirt.cc:1122
27369 #, gcc-internal-format
27370 msgid "array types have different bounds"
27371 msgstr ""
27373 #: ipa-devirt.cc:1137
27374 #, gcc-internal-format
27375 msgid "return value type mismatch"
27376 msgstr ""
27378 #: ipa-devirt.cc:1152
27379 #, gcc-internal-format
27380 msgid "implicit this pointer type mismatch"
27381 msgstr ""
27383 #: ipa-devirt.cc:1155
27384 #, gcc-internal-format, gfc-internal-format
27385 msgid "type mismatch in parameter %i"
27386 msgstr ""
27388 #: ipa-devirt.cc:1166
27389 #, gcc-internal-format
27390 msgid "types have different parameter counts"
27391 msgstr ""
27393 #: ipa-devirt.cc:1182
27394 #, gcc-internal-format
27395 msgid "type %qT itself violates the C++ One Definition Rule"
27396 msgstr ""
27398 #: ipa-devirt.cc:1188
27399 #, gcc-internal-format
27400 msgid "type %qT should match type %qT"
27401 msgstr ""
27403 #: ipa-devirt.cc:1260
27404 #, gcc-internal-format
27405 msgid "a type with different precision is defined in another translation unit"
27406 msgstr ""
27408 #: ipa-devirt.cc:1267
27409 #, gcc-internal-format
27410 msgid "a type with different signedness is defined in another translation unit"
27411 msgstr ""
27413 #: ipa-devirt.cc:1292
27414 #, gcc-internal-format
27415 msgid "it is defined as a pointer in different address space in another translation unit"
27416 msgstr ""
27418 #: ipa-devirt.cc:1301
27419 #, gcc-internal-format
27420 msgid "it is defined as a pointer to different type in another translation unit"
27421 msgstr ""
27423 #: ipa-devirt.cc:1361
27424 #, gcc-internal-format
27425 msgid "an array of different size is defined in another translation unit"
27426 msgstr ""
27428 #: ipa-devirt.cc:1376
27429 #, gcc-internal-format
27430 msgid "has different return value in another translation unit"
27431 msgstr ""
27433 #: ipa-devirt.cc:1399 ipa-devirt.cc:1411
27434 #, gcc-internal-format
27435 msgid "has different parameters in another translation unit"
27436 msgstr ""
27438 #: ipa-devirt.cc:1434
27439 #, gcc-internal-format
27440 msgid "a type defined in another translation unit is not polymorphic"
27441 msgstr ""
27443 #: ipa-devirt.cc:1438
27444 #, gcc-internal-format
27445 msgid "a type defined in another translation unit is polymorphic"
27446 msgstr ""
27448 #: ipa-devirt.cc:1456 ipa-devirt.cc:1520
27449 #, gcc-internal-format
27450 msgid "a type with different virtual table pointers is defined in another translation unit"
27451 msgstr ""
27453 #: ipa-devirt.cc:1463 ipa-devirt.cc:1525
27454 #, gcc-internal-format
27455 msgid "a type with different bases is defined in another translation unit"
27456 msgstr ""
27458 #: ipa-devirt.cc:1471
27459 #, gcc-internal-format
27460 msgid "a field with different name is defined in another translation unit"
27461 msgstr ""
27463 #: ipa-devirt.cc:1485
27464 #, gcc-internal-format
27465 msgid "a field of same name but different type is defined in another translation unit"
27466 msgstr ""
27468 #: ipa-devirt.cc:1498
27469 #, gcc-internal-format
27470 msgid "fields have different layout in another translation unit"
27471 msgstr ""
27473 #: ipa-devirt.cc:1505
27474 #, gcc-internal-format
27475 msgid "one field is a bitfield while the other is not"
27476 msgstr ""
27478 #: ipa-devirt.cc:1529
27479 #, gcc-internal-format
27480 msgid "a type with different number of fields is defined in another translation unit"
27481 msgstr ""
27483 #: ipa-devirt.cc:1552
27484 #, gcc-internal-format
27485 msgid "a type with different size is defined in another translation unit"
27486 msgstr ""
27488 #: ipa-devirt.cc:1561
27489 #, gcc-internal-format
27490 msgid "one type needs to be constructed while the other does not"
27491 msgstr ""
27493 #: ipa-devirt.cc:1574
27494 #, gcc-internal-format
27495 msgid "memory layout mismatch"
27496 msgstr ""
27498 #: ipa-devirt.cc:1693
27499 #, gcc-internal-format
27500 msgid "the extra base is defined here"
27501 msgstr ""
27503 #: ipa-devirt.cc:3869
27504 #, gcc-internal-format
27505 msgid "Declaring type %qD final would enable devirtualization of %i call"
27506 msgid_plural "Declaring type %qD final would enable devirtualization of %i calls"
27507 msgstr[0] ""
27508 msgstr[1] ""
27509 msgstr[2] ""
27511 #: ipa-devirt.cc:3878
27512 #, gcc-internal-format
27513 msgid "Declaring type %qD final would enable devirtualization of %i call executed %lli times"
27514 msgid_plural "Declaring type %qD final would enable devirtualization of %i calls executed %lli times"
27515 msgstr[0] ""
27516 msgstr[1] ""
27517 msgstr[2] ""
27519 #: ipa-devirt.cc:3908
27520 #, gcc-internal-format
27521 msgid "Declaring virtual destructor of %qD final would enable devirtualization of %i call"
27522 msgid_plural "Declaring virtual destructor of %qD final would enable devirtualization of %i calls"
27523 msgstr[0] ""
27524 msgstr[1] ""
27525 msgstr[2] ""
27527 #: ipa-devirt.cc:3916
27528 #, gcc-internal-format
27529 msgid "Declaring method %qD final would enable devirtualization of %i call"
27530 msgid_plural "Declaring method %qD final would enable devirtualization of %i calls"
27531 msgstr[0] ""
27532 msgstr[1] ""
27533 msgstr[2] ""
27535 #: ipa-devirt.cc:3924
27536 #, gcc-internal-format
27537 msgid "Declaring virtual destructor of %qD final would enable devirtualization of %i call executed %lli times"
27538 msgid_plural "Declaring virtual destructor of %qD final would enable devirtualization of %i calls executed %lli times"
27539 msgstr[0] ""
27540 msgstr[1] ""
27541 msgstr[2] ""
27543 #: ipa-devirt.cc:3935
27544 #, gcc-internal-format
27545 msgid "Declaring method %qD final would enable devirtualization of %i call executed %lli times"
27546 msgid_plural "Declaring method %qD final would enable devirtualization of %i calls executed %lli times"
27547 msgstr[0] ""
27548 msgstr[1] ""
27549 msgstr[2] ""
27551 #: ipa-devirt.cc:4248
27552 #, gcc-internal-format
27553 msgid "type %qs violates the C++ One Definition Rule"
27554 msgstr ""
27556 #: ipa-devirt.cc:4257
27557 #, gcc-internal-format
27558 msgid "an enum with different number of values is defined in another translation unit"
27559 msgstr ""
27561 #: ipa-devirt.cc:4261
27562 #, gcc-internal-format
27563 msgid "an enum with different value name is defined in another translation unit"
27564 msgstr ""
27566 #: ipa-devirt.cc:4265
27567 #, gcc-internal-format
27568 msgid "an enum with different values is defined in another translation unit"
27569 msgstr ""
27571 #: ipa-devirt.cc:4286
27572 #, gcc-internal-format
27573 msgid "name %qs differs from name %qs defined in another translation unit"
27574 msgstr ""
27576 #: ipa-devirt.cc:4292
27577 #, gcc-internal-format
27578 msgid "name %qs is defined as %u-bit while another translation unit defines it as %u-bit"
27579 msgstr ""
27581 #: ipa-devirt.cc:4301
27582 #, gcc-internal-format
27583 msgid "name %qs is defined to %wd while another translation unit defines it as %wd"
27584 msgstr ""
27586 #: ipa-devirt.cc:4307
27587 #, gcc-internal-format
27588 msgid "name %qs is defined to different value in another translation unit"
27589 msgstr ""
27591 #: ipa-devirt.cc:4312
27592 #, gcc-internal-format
27593 msgid "mismatching definition"
27594 msgstr "невідповідне визначення"
27596 #: ipa-fnsummary.cc:4553
27597 #, gcc-internal-format
27598 msgid "invalid fnsummary in LTO stream"
27599 msgstr ""
27601 #: ipa-fnsummary.cc:4654
27602 #, gcc-internal-format
27603 msgid "ipa inline summary is missing in input file"
27604 msgstr ""
27606 #: ipa-modref.cc:4015
27607 #, gcc-internal-format
27608 msgid "IPA modref summary is missing in input file"
27609 msgstr ""
27611 #: ipa-prop.cc:4709 ipa-prop.cc:4751 ipa-prop.cc:4837 ipa-prop.cc:4885
27612 #, gcc-internal-format
27613 msgid "invalid jump function in LTO stream"
27614 msgstr ""
27616 #: ipa-pure-const.cc:218
27617 #, gcc-internal-format
27618 msgid "function might be candidate for attribute %qs"
27619 msgstr ""
27621 #: ipa-pure-const.cc:219
27622 #, gcc-internal-format
27623 msgid "function might be candidate for attribute %qs if it is known to return normally"
27624 msgstr ""
27626 #: ipa-reference.cc:1264
27627 #, gcc-internal-format
27628 msgid "ipa reference summary is missing in ltrans unit"
27629 msgstr ""
27631 #: ipa-sra.cc:1566
27632 #, gcc-internal-format
27633 msgid "Access offset before parent offset"
27634 msgstr ""
27636 #: ipa-sra.cc:1571
27637 #, gcc-internal-format
27638 msgid "Access size greater or equal to its parent size"
27639 msgstr ""
27641 #: ipa-sra.cc:1576
27642 #, gcc-internal-format
27643 msgid "Access terminates outside of its parent"
27644 msgstr ""
27646 #: ipa-sra.cc:1588
27647 #, gcc-internal-format
27648 msgid "Access overlaps with its sibling"
27649 msgstr ""
27651 #: ipa-sra.cc:1607
27652 #, gcc-internal-format
27653 msgid "IPA-SRA access verification failed"
27654 msgstr ""
27656 #: ipa-sra.cc:2690
27657 #, gcc-internal-format
27658 msgid "function %qs, parameter %u, has IPA-SRA accesses which overlap"
27659 msgstr ""
27661 #: ipa-sra.cc:2693
27662 #, gcc-internal-format
27663 msgid "function %qs, parameter %u, is used but does not have any certain IPA-SRA access"
27664 msgstr ""
27666 #: ira.cc:2434 ira.cc:2456
27667 #, gcc-internal-format
27668 msgid "%s cannot be used in %<asm%> here"
27669 msgstr ""
27671 #: ira.cc:6046
27672 #, gcc-internal-format
27673 msgid "frame pointer required, but reserved"
27674 msgstr ""
27676 #: ira.cc:6047
27677 #, gcc-internal-format
27678 msgid "for %qD"
27679 msgstr ""
27681 #: ira.cc:6063
27682 #, gcc-internal-format
27683 msgid "frame size too large for reliable stack checking"
27684 msgstr ""
27686 #: lra-assigns.cc:1694
27687 #, gcc-internal-format, gfc-internal-format
27688 msgid "maximum number of LRA assignment passes is achieved (%d)"
27689 msgstr ""
27691 #: lra-assigns.cc:1855 reload1.cc:1242
27692 #, gcc-internal-format
27693 msgid "%<asm%> operand has impossible constraints"
27694 msgstr ""
27696 #: lra-assigns.cc:1870
27697 #, gcc-internal-format
27698 msgid "unable to find a register to spill"
27699 msgstr ""
27701 #: lra-constraints.cc:4170 reload.cc:3845 reload.cc:4100
27702 #, gcc-internal-format
27703 msgid "inconsistent operand constraints in an %<asm%>"
27704 msgstr ""
27706 #: lra-constraints.cc:5137
27707 #, gcc-internal-format, gfc-internal-format
27708 msgid "maximum number of generated reload insns per insn achieved (%d)"
27709 msgstr ""
27711 #: lto-cgraph.cc:1157
27712 #, gcc-internal-format
27713 msgid "function %qs has been referenced in offloaded code but hasn%'t been marked to be included in the offloaded code"
27714 msgstr ""
27716 #: lto-cgraph.cc:1163
27717 #, gcc-internal-format
27718 msgid "variable %qs has been referenced in offloaded code but hasn%'t been marked to be included in the offloaded code"
27719 msgstr ""
27721 #: lto-cgraph.cc:1332
27722 #, gcc-internal-format, gfc-internal-format
27723 msgid "bytecode stream: found multiple instances of cgraph node with uid %d"
27724 msgstr ""
27726 #: lto-cgraph.cc:1497
27727 #, gcc-internal-format
27728 msgid "bytecode stream: no caller found while reading edge"
27729 msgstr ""
27731 #: lto-cgraph.cc:1503
27732 #, gcc-internal-format
27733 msgid "bytecode stream: no callee found while reading edge"
27734 msgstr ""
27736 #: lto-cgraph.cc:1580
27737 #, gcc-internal-format
27738 msgid "bytecode stream: found empty cgraph node"
27739 msgstr ""
27741 #: lto-cgraph.cc:1699
27742 #, gcc-internal-format, gfc-internal-format
27743 msgid "At most %i profile runs is supported. Perhaps corrupted profile?"
27744 msgstr ""
27746 #: lto-cgraph.cc:1724
27747 #, gcc-internal-format, gfc-internal-format
27748 msgid "Profile information in %s corrupted"
27749 msgstr ""
27751 #: lto-cgraph.cc:1762
27752 #, gcc-internal-format, gfc-internal-format
27753 msgid "cannot find LTO cgraph in %s"
27754 msgstr ""
27756 #: lto-cgraph.cc:1772
27757 #, gcc-internal-format, gfc-internal-format
27758 msgid "cannot find LTO section refs in %s"
27759 msgstr ""
27761 #: lto-cgraph.cc:1917
27762 #, gcc-internal-format
27763 msgid "OpenMP %<requires%> directive with non-identical clauses in multiple compilation units: %qs vs. %qs"
27764 msgstr ""
27766 #: lto-cgraph.cc:1920 lto-cgraph.cc:1921 lto-cgraph.cc:1927
27767 #, fuzzy, gcc-internal-format
27768 #| msgid "%s %qs"
27769 msgid "%qs has %qs"
27770 msgstr "%s %qs"
27772 #: lto-cgraph.cc:1925
27773 #, gcc-internal-format
27774 msgid "OpenMP %<requires%> directive with %qs specified only in some compilation units"
27775 msgstr ""
27777 #: lto-cgraph.cc:1930
27778 #, gcc-internal-format
27779 msgid "but %qs has not"
27780 msgstr ""
27782 #: lto-cgraph.cc:1938
27783 #, gcc-internal-format, gfc-internal-format
27784 msgid "invalid offload table in %s"
27785 msgstr ""
27787 #: lto-cgraph.cc:1949
27788 #, gcc-internal-format
27789 msgid "GCC_OFFLOAD_OMP_REQUIRES_FILE unset"
27790 msgstr ""
27792 #: lto-cgraph.cc:1952
27793 #, fuzzy, gcc-internal-format
27794 #| msgid "Cannot open source file %s\n"
27795 msgid "Cannot open omp_requires file %qs"
27796 msgstr "Не вдалося відкрити файл початкового коду %s\n"
27798 #: lto-compress.cc:142 lto-compress.cc:269 lto-compress.cc:277
27799 #: lto-compress.cc:297 lto-compress.cc:363 lto-compress.cc:371
27800 #: lto-compress.cc:391
27801 #, gcc-internal-format, gfc-internal-format
27802 msgid "compressed stream: %s"
27803 msgstr ""
27805 #: lto-compress.cc:163
27806 #, gcc-internal-format
27807 msgid "original not compressed with zstd"
27808 msgstr ""
27810 #: lto-compress.cc:165
27811 #, gcc-internal-format
27812 msgid "original size unknown"
27813 msgstr ""
27815 #: lto-compress.cc:171
27816 #, gcc-internal-format, gfc-internal-format
27817 msgid "decompressed stream: %s"
27818 msgstr ""
27820 #: lto-compress.cc:411
27821 #, gcc-internal-format
27822 msgid "compiler does not support ZSTD LTO compression"
27823 msgstr ""
27825 #: lto-section-in.cc:460
27826 #, gcc-internal-format, gfc-internal-format
27827 msgid "bytecode stream: trying to read %d bytes after the end of the input buffer"
27828 msgstr ""
27830 #: lto-section-in.cc:471
27831 #, gcc-internal-format, gfc-internal-format
27832 msgid "%s out of range: Range is %i to %i, value is %i"
27833 msgstr ""
27835 #: lto-streamer-in.cc:125
27836 #, gcc-internal-format, gfc-internal-format
27837 msgid "bytecode stream: unexpected tag %s"
27838 msgstr ""
27840 #: lto-streamer-in.cc:1208 lto-streamer-in.cc:1219
27841 #, gcc-internal-format
27842 msgid "Cgraph edge statement index out of range"
27843 msgstr ""
27845 #: lto-streamer-in.cc:1213 lto-streamer-in.cc:1223
27846 #, gcc-internal-format
27847 msgid "Cgraph edge statement index not found"
27848 msgstr ""
27850 #: lto-streamer-in.cc:1230
27851 #, gcc-internal-format
27852 msgid "Reference statement index out of range"
27853 msgstr ""
27855 #: lto-streamer-in.cc:1234
27856 #, gcc-internal-format
27857 msgid "Reference statement index not found"
27858 msgstr ""
27860 #: lto-streamer-in.cc:1985
27861 #, gcc-internal-format, gfc-internal-format
27862 msgid "cannot read LTO mode table from %s"
27863 msgstr ""
27865 #: lto-streamer-in.cc:2087
27866 #, gcc-internal-format
27867 msgid "%s - %u-bit-precision floating-point numbers unsupported (mode %qs)"
27868 msgstr ""
27870 #: lto-streamer-in.cc:2092
27871 #, gcc-internal-format
27872 msgid "%s - %u-bit-precision decimal floating-point numbers unsupported (mode %qs)"
27873 msgstr ""
27875 #: lto-streamer-in.cc:2097
27876 #, gcc-internal-format
27877 msgid "%s - %u-bit-precision complex floating-point numbers unsupported (mode %qs)"
27878 msgstr ""
27880 #: lto-streamer-in.cc:2102
27881 #, gcc-internal-format
27882 msgid "%s - %u-bit integer numbers unsupported (mode %qs)"
27883 msgstr ""
27885 #: lto-streamer-in.cc:2105
27886 #, gcc-internal-format
27887 msgid "%s - unsupported mode %qs"
27888 msgstr ""
27890 #: lto-streamer-out.cc:561 lto-streamer-out.cc:913
27891 #, gcc-internal-format
27892 msgid "tree code %qs is not supported in LTO streams"
27893 msgstr ""
27895 #: lto-streamer.cc:129
27896 #, gcc-internal-format, gfc-internal-format
27897 msgid "bytecode stream: unexpected LTO section %s"
27898 msgstr ""
27900 #: lto-streamer.cc:261
27901 #, gcc-internal-format
27902 msgid "bytecode stream in file %qs generated with LTO version %d.%d instead of the expected %d.%d"
27903 msgstr ""
27905 #: lto-wrapper.cc:159
27906 #, gcc-internal-format
27907 msgid "deleting LTRANS file %s: %m"
27908 msgstr ""
27910 #: lto-wrapper.cc:355
27911 #, gcc-internal-format, gfc-internal-format
27912 msgid "option %s with different values"
27913 msgstr ""
27915 #: lto-wrapper.cc:371
27916 #, gcc-internal-format
27917 msgid "option %qs with mismatching values (%s, %s)"
27918 msgstr ""
27920 #: lto-wrapper.cc:486
27921 #, gcc-internal-format, gfc-internal-format
27922 msgid "option %s not used consistently in all LTO input files"
27923 msgstr ""
27925 #: lto-wrapper.cc:631 lto-wrapper.cc:639
27926 #, gcc-internal-format
27927 msgid "Extra option to %<-Xassembler%>: %s, dropping all %<-Xassembler%> and %<-Wa%> options."
27928 msgstr ""
27930 #: lto-wrapper.cc:647
27931 #, gcc-internal-format
27932 msgid "Options to %<-Xassembler%> do not match: %s, %s, dropping all %<-Xassembler%> and %<-Wa%> options."
27933 msgstr ""
27935 #: lto-wrapper.cc:957
27936 #, gcc-internal-format
27937 msgid "could not find %s in %s (consider using %<-B%>)"
27938 msgstr ""
27940 #: lto-wrapper.cc:1037
27941 #, gcc-internal-format, gfc-internal-format
27942 msgid "problem with building target image for %s"
27943 msgstr ""
27945 #: lto-wrapper.cc:1066
27946 #, gcc-internal-format
27947 msgid "reading input file"
27948 msgstr ""
27950 #: lto-wrapper.cc:1071
27951 #, gcc-internal-format
27952 msgid "writing output file"
27953 msgstr ""
27955 #: lto-wrapper.cc:1107
27956 #, gcc-internal-format
27957 msgid "installation error, cannot find %<crtoffloadtable.o%>"
27958 msgstr ""
27960 #: lto-wrapper.cc:1429
27961 #, gcc-internal-format
27962 msgid "environment variable %<COLLECT_GCC%> must be set"
27963 msgstr ""
27965 #: lto-wrapper.cc:1433
27966 #, gcc-internal-format
27967 msgid "environment variable %<COLLECT_GCC_OPTIONS%> must be set"
27968 msgstr ""
27970 #: lto-wrapper.cc:1713 lto-wrapper.cc:1773 c-family/c-pch.cc:213
27971 #: c-family/c-pch.cc:248 c-family/c-pch.cc:286
27972 #, gcc-internal-format
27973 msgid "cannot read %s: %m"
27974 msgstr "не вдалося прочитати %s: %m"
27976 #: lto-wrapper.cc:1740
27977 #, gcc-internal-format, gfc-internal-format
27978 msgid "invalid format of %s"
27979 msgstr "некоректний формат %s"
27981 #: lto-wrapper.cc:1906
27982 #, gcc-internal-format
27983 msgid "%<fopen%>: %s: %m"
27984 msgstr "%<fopen%>: %s: %m"
27986 #: lto-wrapper.cc:1923
27987 #, gcc-internal-format, gfc-internal-format
27988 msgid "corrupted ltrans output file %s"
27989 msgstr "пошкоджений файл виведення ltrans %s"
27991 #: lto-wrapper.cc:1966
27992 #, gcc-internal-format, gfc-internal-format
27993 msgid "using serial compilation of %d LTRANS jobs"
27994 msgstr ""
27996 #: lto-wrapper.cc:2142
27997 #, gcc-internal-format
27998 msgid "%<atexit%> failed"
27999 msgstr "помилка %<atexit%>"
28001 #: multiple_target.cc:76
28002 #, gcc-internal-format
28003 msgid "the call requires %<ifunc%>, which is not supported by this target"
28004 msgstr ""
28006 #: multiple_target.cc:83
28007 #, gcc-internal-format
28008 msgid "target does not support function version dispatcher"
28009 msgstr ""
28011 #: multiple_target.cc:91
28012 #, gcc-internal-format
28013 msgid "default %<target_clones%> attribute was not set"
28014 msgstr ""
28016 #: multiple_target.cc:326 c-family/c-attribs.cc:5603
28017 #, gcc-internal-format
28018 msgid "single %<target_clones%> attribute is ignored"
28019 msgstr "одинарний атрибут %<target_clones%> ігнорується"
28021 #: multiple_target.cc:335
28022 #, gcc-internal-format
28023 msgid "clones for %<target_clones%> attribute cannot be created"
28024 msgstr ""
28026 #: multiple_target.cc:338
28027 #, gcc-internal-format
28028 msgid "function %q+F can never be copied because it has %<noclone%> attribute"
28029 msgstr ""
28031 #: multiple_target.cc:359
28032 #, gcc-internal-format
28033 msgid "%<default%> target was not set"
28034 msgstr ""
28036 #: multiple_target.cc:363
28037 #, gcc-internal-format
28038 msgid "an empty string cannot be in %<target_clones%> attribute"
28039 msgstr ""
28041 #: multiple_target.cc:367
28042 #, gcc-internal-format
28043 msgid "multiple %<default%> targets were set"
28044 msgstr ""
28046 #: omp-expand.cc:3417
28047 #, gcc-internal-format
28048 msgid "%qs clause with %<sink%> modifier waiting for lexically later iteration"
28049 msgstr ""
28051 #: omp-expand.cc:3556
28052 #, gcc-internal-format
28053 msgid "%qs clause with %<sink%> modifier refers to iteration never in the iteration space"
28054 msgstr ""
28056 #: omp-expand.cc:8176
28057 #, gcc-internal-format
28058 msgid "invalid OpenMP non-rectangular loop step; %<(%E - %E) * %E%> is not a multiple of loop %d step %qE"
28059 msgstr ""
28061 #: omp-general.cc:1130
28062 #, gcc-internal-format
28063 msgid "selector set %qs specified more than once"
28064 msgstr ""
28066 #: omp-general.cc:1144 omp-general.cc:1157
28067 #, gcc-internal-format
28068 msgid "selector %qs specified more than once in set %qs"
28069 msgstr ""
28071 #: omp-general.cc:1198
28072 #, gcc-internal-format
28073 msgid "incorrect property %qs of %qs selector"
28074 msgstr ""
28076 #: omp-general.cc:1205
28077 #, gcc-internal-format
28078 msgid "unknown property %qs of %qs selector"
28079 msgstr ""
28081 #: omp-general.cc:1210
28082 #, gcc-internal-format
28083 msgid "unknown property %qE of %qs selector"
28084 msgstr ""
28086 #: omp-general.cc:1252
28087 #, gcc-internal-format
28088 msgid "%qD used as a variant with incompatible %<construct%> selector sets"
28089 msgstr ""
28091 #: omp-general.cc:2785
28092 #, gcc-internal-format
28093 msgid "%qs specifies a conflicting level of parallelism"
28094 msgstr ""
28096 #: omp-general.cc:2788
28097 #, gcc-internal-format
28098 msgid "... to the previous %qs clause here"
28099 msgstr ""
28101 #: omp-general.cc:2823
28102 #, gcc-internal-format
28103 msgid "cannot apply %<%s%> to %qD, which has also been marked with an OpenMP 'declare target' directive"
28104 msgstr ""
28106 #: omp-general.cc:2877
28107 #, gcc-internal-format
28108 msgid "incompatible %qs clause when applying %<%s%> to %qD, which has already been marked with an OpenACC 'routine' directive"
28109 msgstr ""
28111 #: omp-general.cc:2884
28112 #, gcc-internal-format
28113 msgid "missing %qs clause when applying %<%s%> to %qD, which has already been marked with an OpenACC 'routine' directive"
28114 msgstr ""
28116 #: omp-general.cc:2893
28117 #, gcc-internal-format
28118 msgid "... with %qs clause here"
28119 msgstr ""
28121 #: omp-general.cc:2901
28122 #, gcc-internal-format
28123 msgid "... without %qs clause near to here"
28124 msgstr ""
28126 #: omp-low.cc:1167
28127 #, gcc-internal-format
28128 msgid "%<allocate%> clause must specify an allocator here"
28129 msgstr ""
28131 #: omp-low.cc:2737 omp-offload.cc:1489
28132 #, gcc-internal-format
28133 msgid "%<seq%> overrides other OpenACC loop specifiers"
28134 msgstr ""
28136 #: omp-low.cc:2740 omp-offload.cc:1490
28137 #, gcc-internal-format
28138 msgid "%<auto%> conflicts with other OpenACC loop specifiers"
28139 msgstr ""
28141 #: omp-low.cc:2744 omp-offload.cc:1524
28142 #, gcc-internal-format
28143 msgid "inner loop uses same OpenACC parallelism as containing loop"
28144 msgstr ""
28146 #: omp-low.cc:2795
28147 #, gcc-internal-format
28148 msgid "argument not permitted on %qs clause"
28149 msgstr ""
28151 #: omp-low.cc:2799
28152 #, gcc-internal-format
28153 msgid "enclosing parent compute construct"
28154 msgstr ""
28156 #: omp-low.cc:2802
28157 #, gcc-internal-format
28158 msgid "enclosing routine"
28159 msgstr ""
28161 #: omp-low.cc:2843
28162 #, gcc-internal-format
28163 msgid "conflicting reduction operations for %qE"
28164 msgstr ""
28166 #: omp-low.cc:2846
28167 #, gcc-internal-format
28168 msgid "location of the previous reduction for %qE"
28169 msgstr ""
28171 #: omp-low.cc:2879
28172 #, gcc-internal-format
28173 msgid "nested loop in reduction needs reduction clause for %qE"
28174 msgstr ""
28176 #: omp-low.cc:3136
28177 #, gcc-internal-format
28178 msgid "%<target%> construct with nested %<teams%> construct contains directives outside of the %<teams%> construct"
28179 msgstr ""
28181 #: omp-low.cc:3194
28182 #, gcc-internal-format
28183 msgid "non-OpenACC construct inside of OpenACC routine"
28184 msgstr ""
28186 #: omp-low.cc:3203
28187 #, gcc-internal-format
28188 msgid "non-OpenACC construct inside of OpenACC region"
28189 msgstr ""
28191 #: omp-low.cc:3218
28192 #, gcc-internal-format
28193 msgid "OpenMP constructs are not allowed in target region with %<ancestor%>"
28194 msgstr ""
28196 #: omp-low.cc:3243 omp-low.cc:3310
28197 #, gcc-internal-format
28198 msgid "OpenMP constructs other than %<parallel%>, %<loop%> or %<simd%> may not be nested inside a region with the %<order(concurrent)%> clause"
28199 msgstr ""
28201 #: omp-low.cc:3262
28202 #, gcc-internal-format
28203 msgid "%<ordered simd threads%> must be closely nested inside of %<%s simd%> region"
28204 msgstr ""
28206 #: omp-low.cc:3278
28207 #, gcc-internal-format
28208 msgid "OpenMP constructs other than %<ordered simd%>, %<simd%>, %<loop%> or %<atomic%> may not be nested inside %<simd%> region"
28209 msgstr ""
28211 #: omp-low.cc:3292
28212 #, gcc-internal-format
28213 msgid "only %<distribute%>, %<parallel%> or %<loop%> regions are allowed to be strictly nested inside %<teams%> region"
28214 msgstr ""
28216 #: omp-low.cc:3306
28217 #, gcc-internal-format
28218 msgid "OpenMP constructs other than %<parallel%>, %<loop%> or %<simd%> may not be nested inside a %<loop%> region"
28219 msgstr ""
28221 #: omp-low.cc:3326
28222 #, gcc-internal-format
28223 msgid "%<distribute%> region must be strictly nested inside %<teams%> construct"
28224 msgstr ""
28226 #: omp-low.cc:3375
28227 #, gcc-internal-format
28228 msgid "OpenACC loop directive must be associated with an OpenACC compute region"
28229 msgstr ""
28231 #: omp-low.cc:3397
28232 #, gcc-internal-format
28233 msgid "orphaned %qs construct"
28234 msgstr ""
28236 #: omp-low.cc:3426
28237 #, gcc-internal-format
28238 msgid "%<cancel for%> inside %<nowait%> for construct"
28239 msgstr ""
28241 #: omp-low.cc:3431
28242 #, gcc-internal-format
28243 msgid "%<cancel for%> inside %<ordered%> for construct"
28244 msgstr ""
28246 #: omp-low.cc:3451 omp-low.cc:3464
28247 #, gcc-internal-format
28248 msgid "%<cancel sections%> inside %<nowait%> sections construct"
28249 msgstr ""
28251 #: omp-low.cc:3493
28252 #, gcc-internal-format
28253 msgid "%<%s taskgroup%> construct not closely nested inside of %<taskgroup%> region"
28254 msgstr ""
28256 #: omp-low.cc:3518
28257 #, gcc-internal-format
28258 msgid "invalid arguments"
28259 msgstr "некоректні аргументи"
28261 #: omp-low.cc:3524
28262 #, gcc-internal-format
28263 msgid "%<%s %s%> construct not closely nested inside of %qs"
28264 msgstr ""
28266 #: omp-low.cc:3553
28267 #, gcc-internal-format
28268 msgid "barrier region may not be closely nested inside of work-sharing, %<loop%>, %<critical%>, %<ordered%>, %<master%>, %<masked%>, explicit %<task%> or %<taskloop%> region"
28269 msgstr ""
28271 #: omp-low.cc:3560
28272 #, gcc-internal-format
28273 msgid "work-sharing region may not be closely nested inside of work-sharing, %<loop%>, %<critical%>, %<ordered%>, %<master%>, %<masked%>, explicit %<task%> or %<taskloop%> region"
28274 msgstr ""
28276 #: omp-low.cc:3591
28277 #, gcc-internal-format
28278 msgid "%qs region may not be closely nested inside of work-sharing, %<loop%>, explicit %<task%> or %<taskloop%> region"
28279 msgstr ""
28281 #: omp-low.cc:3626
28282 #, gcc-internal-format
28283 msgid "%<scope%> region may not be closely nested inside of work-sharing, %<loop%>, explicit %<task%>, %<taskloop%>, %<critical%>, %<ordered%>, %<master%>, or %<masked%> region"
28284 msgstr ""
28286 #: omp-low.cc:3649
28287 #, gcc-internal-format
28288 msgid "%<%s(%s)%> is only allowed in %<omp ordered%>"
28289 msgstr ""
28291 #: omp-low.cc:3664
28292 #, gcc-internal-format
28293 msgid "invalid depend kind in omp %<ordered%> %<depend%>"
28294 msgstr ""
28296 #: omp-low.cc:3681
28297 #, gcc-internal-format
28298 msgid "%<ordered%> construct with %<depend%> clause must be closely nested inside an %<ordered%> loop"
28299 msgstr ""
28301 #: omp-low.cc:3697
28302 #, gcc-internal-format
28303 msgid "%<ordered%> %<simd%> must be closely nested inside %<simd%> region"
28304 msgstr ""
28306 #: omp-low.cc:3710
28307 #, gcc-internal-format
28308 msgid "%<ordered%> region may not be closely nested inside of %<critical%>, %<ordered%>, explicit %<task%> or %<taskloop%> region"
28309 msgstr ""
28311 #: omp-low.cc:3723 omp-low.cc:3768
28312 #, gcc-internal-format
28313 msgid "%<ordered%> region must be closely nested inside a loop region with an %<ordered%> clause"
28314 msgstr ""
28316 #: omp-low.cc:3732
28317 #, gcc-internal-format
28318 msgid "%<ordered%> construct without %<doacross%> or %<depend%> clauses must not have the same binding region as %<ordered%> construct with those clauses"
28319 msgstr ""
28321 #: omp-low.cc:3751
28322 #, gcc-internal-format
28323 msgid "%<ordered%> construct without %<doacross%> or %<depend%> clauses binds to loop where %<collapse%> argument %wd is different from %<ordered%> argument %wd"
28324 msgstr ""
28326 #: omp-low.cc:3785
28327 #, gcc-internal-format
28328 msgid "%<critical%> region may not be nested inside a %<critical%> region with the same name"
28329 msgstr ""
28331 #: omp-low.cc:3803
28332 #, gcc-internal-format
28333 msgid "%<teams%> construct must be closely nested inside of %<target%> construct or not nested in any OpenMP construct"
28334 msgstr ""
28336 #: omp-low.cc:3815 c-family/c-omp.cc:721
28337 #, gcc-internal-format
28338 msgid "%<depend(%s)%> is only allowed in %<omp ordered%>"
28339 msgstr ""
28341 #: omp-low.cc:3823
28342 #, gcc-internal-format
28343 msgid "OpenACC region inside of OpenACC routine, nested parallelism not supported yet"
28344 msgstr ""
28346 #: omp-low.cc:3836
28347 #, gcc-internal-format
28348 msgid "OpenACC construct inside of non-OpenACC region"
28349 msgstr ""
28351 #: omp-low.cc:3897
28352 #, gcc-internal-format
28353 msgid "%s %qs construct inside of %s %qs region"
28354 msgstr ""
28356 #: omp-low.cc:3910 omp-low.cc:3927
28357 #, gcc-internal-format
28358 msgid "%qs construct inside of %qs region"
28359 msgstr ""
28361 #: omp-low.cc:4170
28362 #, gcc-internal-format
28363 msgid "setjmp/longjmp inside %<simd%> construct"
28364 msgstr ""
28366 #: omp-low.cc:4196
28367 #, gcc-internal-format
28368 msgid "OpenMP runtime API call %qD in a region with %<order(concurrent)%> clause"
28369 msgstr ""
28371 #: omp-low.cc:4212
28372 #, gcc-internal-format
28373 msgid "OpenMP runtime API call %qD strictly nested in a %<teams%> region"
28374 msgstr ""
28376 #: omp-low.cc:4224
28377 #, gcc-internal-format
28378 msgid "OpenMP runtime API call %qD in a region with %<device(ancestor)%> clause"
28379 msgstr ""
28381 #: omp-low.cc:9884
28382 #, gcc-internal-format
28383 msgid "ignoring sink clause with offset that is not a multiple of the loop step"
28384 msgstr ""
28386 #: omp-low.cc:9907
28387 #, gcc-internal-format
28388 msgid "first offset must be in opposite direction of loop iterations"
28389 msgstr ""
28391 #: omp-low.cc:14833
28392 #, gcc-internal-format, gfc-internal-format
28393 msgid "invalid exit from %s structured block"
28394 msgstr ""
28396 #: omp-low.cc:14835 omp-low.cc:14840
28397 #, gcc-internal-format, gfc-internal-format
28398 msgid "invalid entry to %s structured block"
28399 msgstr ""
28401 #. Otherwise, be vague and lazy, but efficient.
28402 #: omp-low.cc:14844
28403 #, gcc-internal-format, gfc-internal-format
28404 msgid "invalid branch to/from %s structured block"
28405 msgstr ""
28407 #. ..., but due to bugs (PR100400), we may actually come here.
28408 #. Reliably catch this, regardless of checking level.
28409 #: omp-oacc-kernels-decompose.cc:248
28410 #, gcc-internal-format
28411 msgid "PR100400"
28412 msgstr ""
28414 #: omp-oacc-kernels-decompose.cc:261
28415 #, gcc-internal-format
28416 msgid "conditionally executed loop in %<kernels%> region will be executed by a single gang; ignoring %<gang%> clause"
28417 msgstr ""
28419 #. No need to recurse into nested statements; no loop nested inside
28420 #. this loop can be gang-partitioned.
28421 #: omp-oacc-kernels-decompose.cc:277
28422 #, gcc-internal-format
28423 msgid "%<gang%> loop in %<gang-single%> region"
28424 msgstr ""
28426 #: omp-oacc-kernels-decompose.cc:487
28427 #, gcc-internal-format
28428 msgid "cannot honor conflicting %qs clause"
28429 msgstr ""
28431 #: omp-oacc-kernels-decompose.cc:490
28432 #, gcc-internal-format
28433 msgid "location of the previous clause in the same loop nest"
28434 msgstr ""
28436 #: omp-oacc-kernels-decompose.cc:569
28437 #, gcc-internal-format
28438 msgid "argument not permitted on %qs clause in OpenACC %<kernels%> region with a %qs clause"
28439 msgstr ""
28441 #: omp-oacc-kernels-decompose.cc:573
28442 #, gcc-internal-format
28443 msgid "location of OpenACC %<kernels%>"
28444 msgstr ""
28446 #: omp-oacc-kernels-decompose.cc:1295
28447 #, gcc-internal-format
28448 msgid "%qs not yet supported"
28449 msgstr "Підтримки %qs ще не передбачено"
28451 #: omp-oacc-neuter-broadcast.cc:1764
28452 #, gcc-internal-format
28453 msgid "shared-memory region overflow"
28454 msgstr ""
28456 #: omp-offload.cc:316
28457 #, gcc-internal-format
28458 msgid "%qD specified both in declare target %<link%> and implicitly in %<to%> clauses"
28459 msgstr ""
28461 #: omp-offload.cc:900
28462 #, gcc-internal-format
28463 msgid "%<-fopenacc-dim%> operand is malformed at %qs"
28464 msgstr ""
28466 #: omp-offload.cc:952
28467 #, gcc-internal-format, gfc-internal-format
28468 msgid "region contains %s partitioned code but is not %s partitioned"
28469 msgstr ""
28471 #: omp-offload.cc:958
28472 #, gcc-internal-format, gfc-internal-format
28473 msgid "region is %s partitioned but does not contain %s partitioned code"
28474 msgstr ""
28476 #: omp-offload.cc:1448
28477 #, gcc-internal-format
28478 msgid "gang reduction on an orphan loop"
28479 msgstr ""
28481 #: omp-offload.cc:1522
28482 #, gcc-internal-format
28483 msgid "routine call uses same OpenACC parallelism as containing loop"
28484 msgstr ""
28486 #: omp-offload.cc:1526 omp-offload.cc:1558
28487 #, gcc-internal-format
28488 msgid "containing loop here"
28489 msgstr ""
28491 #: omp-offload.cc:1531
28492 #, gcc-internal-format
28493 msgid "routine call uses OpenACC parallelism disallowed by containing routine"
28494 msgstr ""
28496 #: omp-offload.cc:1533
28497 #, gcc-internal-format
28498 msgid "loop uses OpenACC parallelism disallowed by containing routine"
28499 msgstr ""
28501 #: omp-offload.cc:1538
28502 #, gcc-internal-format
28503 msgid "routine %qD declared here"
28504 msgstr ""
28506 #: omp-offload.cc:1551
28507 #, gcc-internal-format
28508 msgid "incorrectly nested OpenACC loop parallelism"
28509 msgstr ""
28511 #: omp-offload.cc:1692
28512 #, gcc-internal-format
28513 msgid "insufficient partitioning available to parallelize element loop"
28514 msgstr ""
28516 #: omp-offload.cc:1700
28517 #, gcc-internal-format
28518 msgid "insufficient partitioning available to parallelize tile loop"
28519 msgstr ""
28521 #: omp-offload.cc:1702
28522 #, gcc-internal-format
28523 msgid "insufficient partitioning available to parallelize loop"
28524 msgstr ""
28526 #: omp-simd-clone.cc:401
28527 #, gcc-internal-format
28528 msgid "ignoring large linear step"
28529 msgstr ""
28531 #: omp-simd-clone.cc:407
28532 #, gcc-internal-format
28533 msgid "ignoring zero linear step"
28534 msgstr ""
28536 #: omp-simd-clone.cc:469
28537 #, gcc-internal-format
28538 msgid "ignoring %<#pragma omp declare simd%> on function with %<_Atomic%> qualified return type"
28539 msgstr ""
28541 #: omp-simd-clone.cc:479
28542 #, gcc-internal-format
28543 msgid "ignoring %<#pragma omp declare simd%> on function with %<_Atomic%> qualified non-%<uniform%> argument"
28544 msgstr ""
28546 #: optabs.cc:4937
28547 #, gcc-internal-format
28548 msgid "indirect jumps are not available on this target"
28549 msgstr ""
28551 #: optinfo-emit-json.cc:113
28552 #, gcc-internal-format
28553 msgid "cannot open file %qs for writing optimization records"
28554 msgstr ""
28556 #: optinfo-emit-json.cc:121
28557 #, gcc-internal-format
28558 msgid "error writing optimization records to %qs: %s"
28559 msgstr ""
28561 #: optinfo-emit-json.cc:130
28562 #, gcc-internal-format
28563 msgid "error closing optimization records %qs"
28564 msgstr ""
28566 #: opts-common.cc:1383
28567 #, gcc-internal-format
28568 msgid "command-line option %qs is not supported by this configuration"
28569 msgstr ""
28571 #: opts-common.cc:1393 opts.cc:2507
28572 #, gcc-internal-format
28573 msgid "missing argument to %qs"
28574 msgstr ""
28576 #: opts-common.cc:1400
28577 #, gcc-internal-format
28578 msgid "argument to %qs should be a non-negative integer optionally followed by a size unit"
28579 msgstr ""
28581 #: opts-common.cc:1404
28582 #, gcc-internal-format
28583 msgid "argument to %qs should be a non-negative integer"
28584 msgstr ""
28586 #: opts-common.cc:1411
28587 #, gcc-internal-format
28588 msgid "argument to %qs is not between %d and %d"
28589 msgstr ""
28591 #: opts-common.cc:1475
28592 #, gcc-internal-format
28593 msgid "invalid argument in option %qs"
28594 msgstr ""
28596 #: opts-common.cc:1477
28597 #, gcc-internal-format
28598 msgid "%qs specified multiple times in the same option"
28599 msgstr ""
28601 #: opts-common.cc:1480
28602 #, gcc-internal-format
28603 msgid "%qs is mutually exclusive with %qs and cannot be specified together"
28604 msgstr ""
28606 #: opts-common.cc:1502
28607 #, gcc-internal-format
28608 msgid "unrecognized argument in option %qs"
28609 msgstr ""
28611 #: opts-common.cc:1513 config/i386/i386-options.cc:1635
28612 #, gcc-internal-format
28613 msgid "valid arguments to %qs are: %s; did you mean %qs?"
28614 msgstr ""
28616 #: opts-common.cc:1516 config/i386/i386-options.cc:1638
28617 #, gcc-internal-format
28618 msgid "valid arguments to %qs are: %s"
28619 msgstr ""
28621 #: opts-common.cc:1559 c-family/c-opts.cc:448
28622 #, gcc-internal-format
28623 msgid "switch %qs is no longer supported"
28624 msgstr ""
28626 #: opts-common.cc:1619
28627 #, gcc-internal-format
28628 msgid "argument to %qs is bigger than %d"
28629 msgstr "аргумент %qs перевищує %d"
28631 #: opts-common.cc:1966
28632 #, gcc-internal-format
28633 msgid "malformed %<COLLECT_GCC_OPTIONS%>"
28634 msgstr ""
28636 #: opts-global.cc:104
28637 #, gcc-internal-format
28638 msgid "command-line option %qs is valid for the driver but not for %s"
28639 msgstr ""
28641 #. Eventually this should become a hard error IMO.
28642 #: opts-global.cc:110
28643 #, gcc-internal-format
28644 msgid "command-line option %qs is valid for %s but not for %s"
28645 msgstr ""
28647 #. Happens for -Werror=warning_name.
28648 #: opts-global.cc:114
28649 #, gcc-internal-format
28650 msgid "%<-Werror=%> argument %qs is not valid for %s"
28651 msgstr ""
28653 #: opts-global.cc:146
28654 #, gcc-internal-format
28655 msgid "unrecognized command-line option %qs may have been intended to silence earlier diagnostics"
28656 msgstr ""
28658 #: opts-global.cc:401
28659 #, gcc-internal-format
28660 msgid "unrecognized command-line option %<-fopt-info-%s%>"
28661 msgstr ""
28663 #: opts-global.cc:422 opts-global.cc:431 m2/gm2spec.cc:487
28664 #, gcc-internal-format
28665 msgid "plugin support is disabled; configure with %<--enable-plugin%>"
28666 msgstr ""
28668 #: opts-global.cc:456
28669 #, gcc-internal-format
28670 msgid "unrecognized register name %qs"
28671 msgstr ""
28673 #: opts-global.cc:474
28674 #, gcc-internal-format
28675 msgid "%<-fasan-shadow-offset%> should only be used with %<-fsanitize=kernel-address%>"
28676 msgstr ""
28678 #: opts-global.cc:477
28679 #, gcc-internal-format
28680 msgid "unrecognized shadow offset %qs"
28681 msgstr ""
28683 #: opts.cc:226
28684 #, gcc-internal-format
28685 msgid "argument %qs to %<-femit-struct-debug-detailed%> not recognized"
28686 msgstr ""
28688 #: opts.cc:262
28689 #, gcc-internal-format
28690 msgid "argument %qs to %<-femit-struct-debug-detailed%> unknown"
28691 msgstr ""
28693 #: opts.cc:269
28694 #, gcc-internal-format
28695 msgid "%<-femit-struct-debug-detailed=dir:...%> must allow at least as much as %<-femit-struct-debug-detailed=ind:...%>"
28696 msgstr ""
28698 #: opts.cc:735
28699 #, gcc-internal-format
28700 msgid "argument to %<-O%> should be a non-negative integer, %<g%>, %<s%>, %<z%> or %<fast%>"
28701 msgstr ""
28703 #: opts.cc:841 opts.cc:847 opts.cc:853 opts.cc:859 opts.cc:870 opts.cc:880
28704 #: opts.cc:886 opts.cc:892 opts.cc:898 opts.cc:904 opts.cc:910 opts.cc:916
28705 #: opts.cc:922 opts.cc:928 opts.cc:945 opts.cc:953 config/mips/mips.cc:20179
28706 #: config/mips/mips.cc:20181 config/mips/mips.cc:20194
28707 #, gcc-internal-format
28708 msgid "%qs is incompatible with %qs"
28709 msgstr ""
28711 #: opts.cc:935
28712 #, gcc-internal-format
28713 msgid "%<-fipa-modref%> is incompatible with %qs"
28714 msgstr ""
28716 #: opts.cc:1015
28717 #, gcc-internal-format
28718 msgid "%<-fsanitize=%s%> is incompatible with %<-fsanitize=%s%>"
28719 msgstr ""
28721 #: opts.cc:1053
28722 #, gcc-internal-format
28723 msgid "section anchors must be disabled when unit-at-a-time is disabled"
28724 msgstr ""
28726 #: opts.cc:1057
28727 #, gcc-internal-format
28728 msgid "toplevel reorder must be disabled when unit-at-a-time is disabled"
28729 msgstr ""
28731 #: opts.cc:1071
28732 #, gcc-internal-format
28733 msgid "transactional memory is not supported with non-call exceptions"
28734 msgstr ""
28736 #: opts.cc:1086
28737 #, gcc-internal-format
28738 msgid "section anchors must be disabled when toplevel reorder is disabled"
28739 msgstr ""
28741 #: opts.cc:1160
28742 #, gcc-internal-format
28743 msgid "%<-fno-fat-lto-objects%> are supported only with linker plugin"
28744 msgstr ""
28746 #: opts.cc:1168
28747 #, gcc-internal-format
28748 msgid "%<-gsplit-dwarf%> is not supported with LTO, disabling"
28749 msgstr ""
28751 #: opts.cc:1182
28752 #, gcc-internal-format
28753 msgid "%<-fsplit-stack%> is not supported by this compiler configuration"
28754 msgstr ""
28756 #: opts.cc:1209
28757 #, gcc-internal-format
28758 msgid "%<-fsanitize=pointer-compare%> must be combined with %<-fsanitize=address%> or %<-fsanitize=kernel-address%>"
28759 msgstr ""
28761 #: opts.cc:1213
28762 #, gcc-internal-format
28763 msgid "%<-fsanitize=pointer-subtract%> must be combined with %<-fsanitize=address%> or %<-fsanitize=kernel-address%>"
28764 msgstr ""
28766 #: opts.cc:1240
28767 #, gcc-internal-format
28768 msgid "%<-fsanitize-recover=%s%> is not supported"
28769 msgstr "підтримки %<-fsanitize-recover=%s%> не передбачено"
28771 #: opts.cc:1252 opts.cc:2243
28772 #, fuzzy, gcc-internal-format
28773 #| msgid "%<-fsanitize-recover=%s%> is not supported"
28774 msgid "%<-fsanitize-trap=%s%> is not supported"
28775 msgstr "підтримки %<-fsanitize-recover=%s%> не передбачено"
28777 #: opts.cc:1279
28778 #, gcc-internal-format
28779 msgid "%<-fsanitize-address-use-after-scope%> requires %<-fstack-reuse=none%> option"
28780 msgstr ""
28782 #: opts.cc:1286
28783 #, gcc-internal-format
28784 msgid "transactional memory is not supported with %<-fsanitize=address%>"
28785 msgstr ""
28787 #: opts.cc:1289
28788 #, gcc-internal-format
28789 msgid "transactional memory is not supported with %<-fsanitize=kernel-address%>"
28790 msgstr ""
28792 #: opts.cc:1294
28793 #, fuzzy, gcc-internal-format
28794 #| msgid "%qs is not supported with %qs"
28795 msgid "live patching (with %qs) is not supported with LTO"
28796 msgstr "підтримки %qs не передбачено із %qs"
28798 #: opts.cc:1299
28799 #, gcc-internal-format
28800 msgid "vtable verification is not supported with LTO"
28801 msgstr ""
28803 #: opts.cc:1374
28804 #, gcc-internal-format
28805 msgid "variable tracking requested, but useless unless producing debug info"
28806 msgstr ""
28808 #: opts.cc:1378
28809 #, gcc-internal-format
28810 msgid "variable tracking requested, but not supported by this debug format"
28811 msgstr ""
28813 #: opts.cc:1406
28814 #, gcc-internal-format
28815 msgid "var-tracking-assignments changes selective scheduling"
28816 msgstr ""
28818 #: opts.cc:1419
28819 #, gcc-internal-format
28820 msgid "%<-Wstrict-flex-arrays%> is ignored when %<-fstrict-flex-arrays%> is not present"
28821 msgstr ""
28823 #: opts.cc:1449 config/darwin.cc:3361
28824 #, gcc-internal-format
28825 msgid "%<-freorder-blocks-and-partition%> does not work with exceptions on this architecture"
28826 msgstr ""
28828 #: opts.cc:1465
28829 #, gcc-internal-format
28830 msgid "%<-freorder-blocks-and-partition%> does not support unwind info on this architecture"
28831 msgstr ""
28833 #: opts.cc:1483 config/pa/pa.cc:564
28834 #, gcc-internal-format
28835 msgid "%<-freorder-blocks-and-partition%> does not work on this architecture"
28836 msgstr ""
28838 #: opts.cc:1992
28839 #, gcc-internal-format
28840 msgid "unrecognized %<include_flags 0x%x%> passed to %<print_specific_help%>"
28841 msgstr ""
28843 #: opts.cc:2222
28844 #, gcc-internal-format
28845 msgid "%<-fsanitize=all%> option is not valid"
28846 msgstr ""
28848 #: opts.cc:2277
28849 #, gcc-internal-format
28850 msgid "unrecognized argument to %<-f%ssanitize%s=%> option: %q.*s; did you mean %qs?"
28851 msgstr ""
28853 #: opts.cc:2283
28854 #, gcc-internal-format
28855 msgid "unrecognized argument to %<-f%ssanitize%s=%> option: %q.*s"
28856 msgstr ""
28858 #: opts.cc:2318
28859 #, gcc-internal-format
28860 msgid "%qs attribute directive ignored"
28861 msgstr ""
28863 #: opts.cc:2342
28864 #, gcc-internal-format
28865 msgid "unrecognized argument to %<-fzero-call-used-regs=%>: %qs"
28866 msgstr ""
28868 #: opts.cc:2366
28869 #, gcc-internal-format
28870 msgid "invalid arguments for %<-falign-%s%> option: %qs"
28871 msgstr ""
28873 #: opts.cc:2381
28874 #, gcc-internal-format
28875 msgid "invalid number of arguments for %<-falign-%s%> option: %qs"
28876 msgstr "некоректна кількість аргументів параметра %<-falign-%s%>: %qs"
28878 #: opts.cc:2390
28879 #, gcc-internal-format
28880 msgid "%<-falign-%s%> is not between 0 and %d"
28881 msgstr ""
28883 #: opts.cc:2449
28884 #, gcc-internal-format
28885 msgid "invalid arguments for %<-fpatchable-function-entry%>"
28886 msgstr "некоректні аргументи %<-fpatchable-function-entry%>"
28888 #: opts.cc:2562
28889 #, gcc-internal-format
28890 msgid "%<--help%> argument %q.*s is ambiguous, please be more specific"
28891 msgstr ""
28893 #: opts.cc:2571
28894 #, gcc-internal-format
28895 msgid "unrecognized argument to %<--help=%> option: %q.*s"
28896 msgstr ""
28898 #: opts.cc:2751
28899 #, gcc-internal-format
28900 msgid "arguments ignored for %<-Wattributes=%>; use %<-Wno-attributes=%> instead"
28901 msgstr ""
28903 #: opts.cc:2757
28904 #, gcc-internal-format
28905 msgid "trailing %<,%> in arguments for %<-Wno-attributes=%>"
28906 msgstr ""
28908 #: opts.cc:2970
28909 #, gcc-internal-format
28910 msgid "%<-foffload-abi%> option can be specified only for offload compiler"
28911 msgstr ""
28913 #: opts.cc:2978
28914 #, gcc-internal-format
28915 msgid "structure alignment must be a small power of two, not %wu"
28916 msgstr ""
28918 #: opts.cc:3099
28919 #, gcc-internal-format
28920 msgid "unknown stack check parameter %qs"
28921 msgstr ""
28923 #: opts.cc:3145
28924 #, gcc-internal-format
28925 msgid "%<-gdwarf%s%> is ambiguous; use %<-gdwarf-%s%> for DWARF version or %<-gdwarf%> %<-g%s%> for debug level"
28926 msgstr ""
28928 #: opts.cc:3156
28929 #, gcc-internal-format
28930 msgid "dwarf version %wu is not supported"
28931 msgstr ""
28933 #: opts.cc:3193
28934 #, gcc-internal-format
28935 msgid "unrecognized argument to %<-flto=%> option: %qs"
28936 msgstr ""
28938 #: opts.cc:3393
28939 #, gcc-internal-format
28940 msgid "target system does not support debug output"
28941 msgstr ""
28943 #: opts.cc:3431
28944 #, gcc-internal-format
28945 msgid "debug format %qs conflicts with prior selection"
28946 msgstr ""
28948 #: opts.cc:3455
28949 #, gcc-internal-format
28950 msgid "unrecognized debug output level %qs"
28951 msgstr ""
28953 #: opts.cc:3457
28954 #, gcc-internal-format
28955 msgid "debug output level %qs is too high"
28956 msgstr ""
28958 #: opts.cc:3469
28959 #, gcc-internal-format
28960 msgid "unrecognized btf debug output level %qs"
28961 msgstr ""
28963 #: opts.cc:3486
28964 #, gcc-internal-format
28965 msgid "getting core file size maximum limit: %m"
28966 msgstr ""
28968 #: opts.cc:3490
28969 #, gcc-internal-format
28970 msgid "setting core file size limit to maximum: %m"
28971 msgstr ""
28973 #: opts.cc:3535
28974 #, gcc-internal-format, gfc-internal-format
28975 msgid "unrecognized gcc debugging option: %c"
28976 msgstr ""
28978 #: opts.cc:3564
28979 #, gcc-internal-format
28980 msgid "%<-W%serror=%s%>: no option %<-%s%>; did you mean %<-%s%>?"
28981 msgstr ""
28983 #: opts.cc:3568
28984 #, gcc-internal-format
28985 msgid "%<-W%serror=%s%>: no option %<-%s%>"
28986 msgstr "%<-W%serror=%s%>: немає параметра %<-%s%>"
28988 #: opts.cc:3572
28989 #, gcc-internal-format
28990 msgid "%<-Werror=%s%>: %<-%s%> is not an option that controls warnings"
28991 msgstr ""
28993 #: passes.cc:84
28994 #, gcc-internal-format, gfc-internal-format
28995 msgid "pass %s does not support cloning"
28996 msgstr ""
28998 #: passes.cc:90
28999 #, gcc-internal-format
29000 msgid "pass %s needs a %<set_pass_param%> implementation to handle the extra argument in %<NEXT_PASS%>"
29001 msgstr ""
29003 #: passes.cc:1079
29004 #, gcc-internal-format
29005 msgid "unrecognized option %<-fenable%>"
29006 msgstr "нерозпізнаний параметр %<-fenable%>"
29008 #: passes.cc:1081
29009 #, gcc-internal-format
29010 msgid "unrecognized option %<-fdisable%>"
29011 msgstr "нерозпізнаний параметр %<-fdisable%>"
29013 #: passes.cc:1089
29014 #, gcc-internal-format
29015 msgid "unknown pass %s specified in %<-fenable%>"
29016 msgstr ""
29018 #: passes.cc:1091
29019 #, gcc-internal-format
29020 msgid "unknown pass %s specified in %<-fdisable%>"
29021 msgstr ""
29023 #: passes.cc:1116 passes.cc:1205
29024 #, gcc-internal-format, gfc-internal-format
29025 msgid "enable pass %s for functions in the range of [%u, %u]"
29026 msgstr ""
29028 #: passes.cc:1119 passes.cc:1216
29029 #, gcc-internal-format, gfc-internal-format
29030 msgid "disable pass %s for functions in the range of [%u, %u]"
29031 msgstr ""
29033 #: passes.cc:1155 passes.cc:1183
29034 #, gcc-internal-format, gfc-internal-format
29035 msgid "Invalid range %s in option %s"
29036 msgstr ""
29038 #: passes.cc:1201
29039 #, gcc-internal-format, gfc-internal-format
29040 msgid "enable pass %s for function %s"
29041 msgstr ""
29043 #: passes.cc:1212
29044 #, gcc-internal-format, gfc-internal-format
29045 msgid "disable pass %s for function %s"
29046 msgstr ""
29048 #: passes.cc:1441
29049 #, gcc-internal-format
29050 msgid "invalid pass positioning operation"
29051 msgstr ""
29053 #: passes.cc:1502
29054 #, gcc-internal-format
29055 msgid "plugin cannot register a missing pass"
29056 msgstr ""
29058 #: passes.cc:1505
29059 #, gcc-internal-format
29060 msgid "plugin cannot register an unnamed pass"
29061 msgstr ""
29063 #: passes.cc:1510
29064 #, gcc-internal-format
29065 msgid "plugin cannot register pass %qs without reference pass name"
29066 msgstr ""
29068 #: passes.cc:1529
29069 #, gcc-internal-format
29070 msgid "pass %qs not found but is referenced by new pass %qs"
29071 msgstr ""
29073 #: plugin.cc:213
29074 #, gcc-internal-format
29075 msgid "inaccessible plugin file %s expanded from short plugin name %s: %m"
29076 msgstr ""
29078 #: plugin.cc:235
29079 #, gcc-internal-format
29080 msgid "plugin %qs was specified with different paths: %qs and %qs"
29081 msgstr ""
29083 #: plugin.cc:294
29084 #, gcc-internal-format
29085 msgid "malformed option %<-fplugin-arg-%s%>: missing %<-<key>[=<value>]%>"
29086 msgstr ""
29088 #: plugin.cc:358
29089 #, gcc-internal-format
29090 msgid "plugin %s should be specified before %<-fplugin-arg-%s%> in the command line"
29091 msgstr ""
29093 #: plugin.cc:377
29094 #, gcc-internal-format
29095 msgid "unable to register info for plugin %qs - plugin name not found"
29096 msgstr ""
29098 #: plugin.cc:473
29099 #, gcc-internal-format, gfc-internal-format
29100 msgid "unknown callback event registered by plugin %s"
29101 msgstr ""
29103 #: plugin.cc:506
29104 #, gcc-internal-format, gfc-internal-format
29105 msgid "plugin %s registered a null callback function for event %s"
29106 msgstr ""
29108 #: plugin.cc:640
29109 #, gcc-internal-format, gfc-internal-format
29110 msgid ""
29111 "cannot load plugin %s\n"
29112 "%s"
29113 msgstr ""
29115 #: plugin.cc:651
29116 #, gcc-internal-format, gfc-internal-format
29117 msgid ""
29118 "plugin %s is not licensed under a GPL-compatible license\n"
29119 "%s"
29120 msgstr ""
29122 #: plugin.cc:664
29123 #, gcc-internal-format, gfc-internal-format
29124 msgid ""
29125 "cannot find %s in plugin %s\n"
29126 "%s"
29127 msgstr ""
29129 #: plugin.cc:674
29130 #, gcc-internal-format, gfc-internal-format
29131 msgid "fail to initialize plugin %s"
29132 msgstr ""
29134 #: plugin.cc:707
29135 #, gcc-internal-format, gfc-internal-format
29136 msgid "cannot load plugin %s: %s"
29137 msgstr "не вдалося завантажити додаток %s: %s"
29139 #: plugin.cc:717
29140 #, gcc-internal-format, gfc-internal-format
29141 msgid "plugin %s is not licensed under a GPL-compatible license %s"
29142 msgstr ""
29144 #: plugin.cc:727
29145 #, gcc-internal-format, gfc-internal-format
29146 msgid "cannot find %s in plugin %s: %s"
29147 msgstr ""
29149 #: plugin.cc:736
29150 #, gcc-internal-format, gfc-internal-format
29151 msgid "failed to initialize plugin %s"
29152 msgstr ""
29154 #: plugin.cc:1048
29155 #, gcc-internal-format
29156 msgid "%<-iplugindir%> option not passed from the gcc driver"
29157 msgstr ""
29159 #: pointer-query.cc:1200
29160 #, fuzzy, gcc-internal-format
29161 #| msgid "destination object declared here"
29162 msgid "destination object is likely at address zero"
29163 msgstr "об'єкт призначення оголошено тут:"
29165 #: pointer-query.cc:1202
29166 #, fuzzy, gcc-internal-format
29167 #| msgid "source object declared here"
29168 msgid "source object is likely at address zero"
29169 msgstr "об'єкт джерела оголошено тут:"
29171 #: pointer-query.cc:1212
29172 #, gcc-internal-format
29173 msgid "at offset %s into destination object %qE of size %s"
29174 msgstr ""
29176 #: pointer-query.cc:1215
29177 #, gcc-internal-format
29178 msgid "destination object %qE of size %s"
29179 msgstr ""
29181 #: pointer-query.cc:1221
29182 #, gcc-internal-format
29183 msgid "at offset %s into destination object of size %s allocated by %qE"
29184 msgstr ""
29186 #: pointer-query.cc:1224
29187 #, gcc-internal-format
29188 msgid "destination object of size %s allocated by %qE"
29189 msgstr ""
29191 #: pointer-query.cc:1234
29192 #, gcc-internal-format
29193 msgid "at offset %s into source object %qE of size %s"
29194 msgstr ""
29196 #: pointer-query.cc:1237
29197 #, gcc-internal-format
29198 msgid "source object %qE of size %s"
29199 msgstr ""
29201 #: pointer-query.cc:1244
29202 #, gcc-internal-format
29203 msgid "at offset %s into source object of size %s allocated by %qE"
29204 msgstr ""
29206 #: pointer-query.cc:1247
29207 #, gcc-internal-format
29208 msgid "source object of size %s allocated by %qE"
29209 msgstr ""
29211 #: pointer-query.cc:1255
29212 #, gcc-internal-format
29213 msgid "at offset %s into object %qE of size %s"
29214 msgstr ""
29216 #: pointer-query.cc:1258
29217 #, gcc-internal-format
29218 msgid "object %qE of size %s"
29219 msgstr ""
29221 #: pointer-query.cc:1265
29222 #, gcc-internal-format
29223 msgid "at offset %s into object of size %s allocated by %qE"
29224 msgstr ""
29226 #: pointer-query.cc:1268
29227 #, gcc-internal-format
29228 msgid "object of size %s allocated by %qE"
29229 msgstr ""
29231 #: predict.cc:2534
29232 #, gcc-internal-format
29233 msgid "probability %qE must be constant floating-point expression"
29234 msgstr ""
29236 #: predict.cc:2547
29237 #, gcc-internal-format
29238 msgid "probability %qE is outside the range [0.0, 1.0]"
29239 msgstr ""
29241 #: predict.cc:3552
29242 #, gcc-internal-format, gfc-internal-format
29243 msgid "Missing counts for called function %s"
29244 msgstr "Пропущено лічильники для викликаної функції %s"
29246 #: profile.cc:616
29247 #, gcc-internal-format
29248 msgid "corrupted profile info: profile data is not flow-consistent"
29249 msgstr ""
29251 #: profile.cc:633
29252 #, gcc-internal-format, gfc-internal-format
29253 msgid "corrupted profile info: number of iterations for basic block %d thought to be %i"
29254 msgstr ""
29256 #: profile.cc:656
29257 #, gcc-internal-format, gfc-internal-format
29258 msgid "corrupted profile info: number of executions for edge %d-%d thought to be %i"
29259 msgstr ""
29261 #: profile.cc:965
29262 #, gcc-internal-format
29263 msgid "corrupted profile info: invalid time profile"
29264 msgstr ""
29266 #: read-rtl-function.cc:265
29267 #, gcc-internal-format, gfc-internal-format
29268 msgid "insn with UID %i not found for operand %i (`%s') of insn %i"
29269 msgstr ""
29271 #: read-rtl-function.cc:269
29272 #, gcc-internal-format, gfc-internal-format
29273 msgid "insn with UID %i not found for operand %i of insn %i"
29274 msgstr ""
29276 #: read-rtl-function.cc:412
29277 #, gcc-internal-format
29278 msgid "%<__RTL%> function cannot be compiled with %<-flto%>"
29279 msgstr ""
29281 #: read-rtl-function.cc:713
29282 #, gcc-internal-format
29283 msgid "unrecognized edge flag: %qs"
29284 msgstr ""
29286 #: read-rtl-function.cc:856
29287 #, gcc-internal-format
29288 msgid "more than one 'crtl' directive"
29289 msgstr ""
29291 #: read-rtl-function.cc:985
29292 #, gcc-internal-format
29293 msgid "unrecognized enum value: %qs"
29294 msgstr ""
29296 #: read-rtl-function.cc:1141 read-rtl-function.cc:1200
29297 #, gcc-internal-format, gfc-internal-format
29298 msgid "was expecting `%s'"
29299 msgstr ""
29301 #: read-rtl-function.cc:1594
29302 #, gcc-internal-format, gfc-internal-format
29303 msgid "duplicate insn UID: %i"
29304 msgstr "UID інструкції-дубліката: %i"
29306 #: read-rtl-function.cc:1655
29307 #, gcc-internal-format
29308 msgid "start/end of RTL fragment are in different files"
29309 msgstr ""
29311 #: read-rtl-function.cc:1661
29312 #, gcc-internal-format
29313 msgid "start of RTL fragment must be on an earlier line than end"
29314 msgstr ""
29316 #: read-rtl.cc:496
29317 #, gcc-internal-format, gfc-internal-format
29318 msgid "ambiguous attribute '%s'; could be '%s' (via '%s:%s') or '%s' (via '%s:%s')"
29319 msgstr ""
29321 #: reg-stack.cc:545
29322 #, gcc-internal-format, gfc-internal-format
29323 msgid "output constraint %d must specify a single register"
29324 msgstr ""
29326 #: reg-stack.cc:555
29327 #, gcc-internal-format
29328 msgid "output constraint %d cannot be specified together with %qs clobber"
29329 msgstr ""
29331 #: reg-stack.cc:579
29332 #, gcc-internal-format
29333 msgid "output registers must be grouped at top of stack"
29334 msgstr ""
29336 #: reg-stack.cc:619
29337 #, gcc-internal-format
29338 msgid "implicitly popped registers must be grouped at top of stack"
29339 msgstr ""
29341 #: reg-stack.cc:637
29342 #, gcc-internal-format
29343 msgid "explicitly used registers must be grouped at top of stack"
29344 msgstr ""
29346 #: reg-stack.cc:657
29347 #, gcc-internal-format
29348 msgid "output operand %d must use %<&%> constraint"
29349 msgstr ""
29351 #: regcprop.cc:1239
29352 #, gcc-internal-format
29353 msgid "%qs: [%u] bad %<next_regno%> for empty chain (%u)"
29354 msgstr ""
29356 #: regcprop.cc:1251
29357 #, gcc-internal-format
29358 msgid "%qs: loop in %<next_regno%> chain (%u)"
29359 msgstr ""
29361 #: regcprop.cc:1254
29362 #, gcc-internal-format
29363 msgid "%qs: [%u] bad %<oldest_regno%> (%u)"
29364 msgstr ""
29366 #: regcprop.cc:1266
29367 #, gcc-internal-format
29368 msgid "%qs: [%u] non-empty register in chain (%s %u %i)"
29369 msgstr ""
29371 #: reginfo.cc:674
29372 #, gcc-internal-format
29373 msgid "cannot use %qs as a call-saved register"
29374 msgstr ""
29376 #: reginfo.cc:678
29377 #, gcc-internal-format
29378 msgid "cannot use %qs as a call-used register"
29379 msgstr ""
29381 #: reginfo.cc:690
29382 #, gcc-internal-format
29383 msgid "cannot use %qs as a fixed register"
29384 msgstr ""
29386 #: reginfo.cc:717 config/arc/arc.cc:1184 config/arc/arc.cc:1226
29387 #: config/ia64/ia64.cc:6037 config/ia64/ia64.cc:6044 config/pa/pa.cc:465
29388 #: config/pa/pa.cc:472 config/sh/sh.cc:8278 config/sh/sh.cc:8285
29389 #, gcc-internal-format, gfc-internal-format
29390 msgid "unknown register name: %s"
29391 msgstr ""
29393 #: reginfo.cc:730
29394 #, gcc-internal-format
29395 msgid "stack register used for global register variable"
29396 msgstr ""
29398 #: reginfo.cc:736
29399 #, gcc-internal-format
29400 msgid "global register variable follows a function definition"
29401 msgstr ""
29403 #: reginfo.cc:742
29404 #, gcc-internal-format
29405 msgid "register of %qD used for multiple global register variables"
29406 msgstr ""
29408 #: reginfo.cc:745 config/rs6000/rs6000-logue.cc:5582
29409 #, gcc-internal-format
29410 msgid "conflicts with %qD"
29411 msgstr ""
29413 #: reginfo.cc:750
29414 #, gcc-internal-format
29415 msgid "call-clobbered register used for global register variable"
29416 msgstr ""
29418 #: reload.cc:1312
29419 #, gcc-internal-format
29420 msgid "cannot reload integer constant operand in %<asm%>"
29421 msgstr ""
29423 #: reload.cc:1326
29424 #, gcc-internal-format
29425 msgid "impossible register constraint in %<asm%>"
29426 msgstr ""
29428 #: reload.cc:2671
29429 #, gcc-internal-format
29430 msgid "the target does not support %<asm goto%> with outputs in %<asm%>"
29431 msgstr ""
29433 #: reload.cc:3702
29434 #, gcc-internal-format
29435 msgid "%<&%> constraint used with no register class"
29436 msgstr ""
29438 #: reload1.cc:2060
29439 #, gcc-internal-format
29440 msgid "cannot find a register in class %qs while reloading %<asm%>"
29441 msgstr ""
29443 #: reload1.cc:2065
29444 #, gcc-internal-format
29445 msgid "unable to find a register to spill in class %qs"
29446 msgstr ""
29448 #: reload1.cc:4582
29449 #, gcc-internal-format
29450 msgid "%<asm%> operand requires impossible reload"
29451 msgstr ""
29453 #: reload1.cc:5999
29454 #, gcc-internal-format
29455 msgid "%<asm%> operand constraint incompatible with operand size"
29456 msgstr ""
29458 #: reload1.cc:7877
29459 #, gcc-internal-format
29460 msgid "output operand is constant in %<asm%>"
29461 msgstr ""
29463 #: rtl.cc:887
29464 #, gcc-internal-format, gfc-internal-format
29465 msgid "RTL check: access of elt %d of '%s' with last elt %d in %s, at %s:%d"
29466 msgstr ""
29468 #: rtl.cc:897
29469 #, gcc-internal-format, gfc-internal-format
29470 msgid "RTL check: expected elt %d type '%c', have '%c' (rtx %s) in %s, at %s:%d"
29471 msgstr ""
29473 #: rtl.cc:907
29474 #, gcc-internal-format, gfc-internal-format
29475 msgid "RTL check: expected elt %d type '%c' or '%c', have '%c' (rtx %s) in %s, at %s:%d"
29476 msgstr ""
29478 #: rtl.cc:916
29479 #, gcc-internal-format, gfc-internal-format
29480 msgid "RTL check: expected code '%s', have '%s' in %s, at %s:%d"
29481 msgstr ""
29483 #: rtl.cc:926
29484 #, gcc-internal-format, gfc-internal-format
29485 msgid "RTL check: expected code '%s' or '%s', have '%s' in %s, at %s:%d"
29486 msgstr ""
29488 #: rtl.cc:937
29489 #, gcc-internal-format, gfc-internal-format
29490 msgid "RTL check: expected code '%s', '%s' or '%s', have '%s' in %s, at %s:%d"
29491 msgstr ""
29493 #: rtl.cc:968
29494 #, gcc-internal-format, gfc-internal-format
29495 msgid "RTL check: attempt to treat non-block symbol as a block symbol in %s, at %s:%d"
29496 msgstr ""
29498 #: rtl.cc:978
29499 #, gcc-internal-format, gfc-internal-format
29500 msgid "RTL check: access of hwi elt %d of vector with last elt %d in %s, at %s:%d"
29501 msgstr ""
29503 #: rtl.cc:988
29504 #, gcc-internal-format, gfc-internal-format
29505 msgid "RTL check: access of elt %d of vector with last elt %d in %s, at %s:%d"
29506 msgstr ""
29508 #: rtl.cc:999
29509 #, gcc-internal-format, gfc-internal-format
29510 msgid "RTL flag check: %s used with unexpected rtx code '%s' in %s, at %s:%d"
29511 msgstr ""
29513 #: stmt.cc:215
29514 #, gcc-internal-format
29515 msgid "output operand constraint lacks %<=%>"
29516 msgstr ""
29518 #: stmt.cc:230
29519 #, gcc-internal-format
29520 msgid "output constraint %qc for operand %d is not at the beginning"
29521 msgstr ""
29523 #: stmt.cc:254
29524 #, gcc-internal-format
29525 msgid "operand constraint contains incorrectly positioned %<+%> or %<=%>"
29526 msgstr ""
29528 #: stmt.cc:261 stmt.cc:350
29529 #, gcc-internal-format
29530 msgid "%<%%%> constraint used with last operand"
29531 msgstr ""
29533 #: stmt.cc:277
29534 #, gcc-internal-format
29535 msgid "matching constraint not valid in output operand"
29536 msgstr ""
29538 #: stmt.cc:341
29539 #, gcc-internal-format
29540 msgid "input operand constraint contains %qc"
29541 msgstr ""
29543 #: stmt.cc:380
29544 #, gcc-internal-format
29545 msgid "matching constraint references invalid operand number"
29546 msgstr ""
29548 #: stmt.cc:414
29549 #, gcc-internal-format
29550 msgid "invalid punctuation %qc in constraint"
29551 msgstr ""
29553 #: stmt.cc:431
29554 #, gcc-internal-format
29555 msgid "matching constraint does not allow a register"
29556 msgstr ""
29558 #: stmt.cc:525
29559 #, gcc-internal-format
29560 msgid "duplicate %<asm%> operand name %qs"
29561 msgstr ""
29563 #: stmt.cc:622
29564 #, gcc-internal-format
29565 msgid "missing close brace for named operand"
29566 msgstr ""
29568 #: stmt.cc:651
29569 #, gcc-internal-format
29570 msgid "undefined named operand %qs"
29571 msgstr ""
29573 #: stor-layout.cc:802
29574 #, gcc-internal-format
29575 msgid "size of %q+D %E bytes exceeds maximum object size %wu"
29576 msgstr ""
29578 #: stor-layout.cc:1183
29579 #, gcc-internal-format
29580 msgid "alignment %u of %qT is less than %u"
29581 msgstr ""
29583 #: stor-layout.cc:1190
29584 #, gcc-internal-format
29585 msgid "%q+D offset %E in %qT isn%'t aligned to %u"
29586 msgstr ""
29588 #: stor-layout.cc:1193
29589 #, gcc-internal-format
29590 msgid "%q+D offset %E in %qT may not be aligned to %u"
29591 msgstr ""
29593 #: stor-layout.cc:1325
29594 #, gcc-internal-format
29595 msgid "packed attribute causes inefficient alignment for %q+D"
29596 msgstr ""
29598 #: stor-layout.cc:1329
29599 #, gcc-internal-format
29600 msgid "packed attribute is unnecessary for %q+D"
29601 msgstr ""
29603 #: stor-layout.cc:1349
29604 #, gcc-internal-format
29605 msgid "padding struct to align %q+D"
29606 msgstr ""
29608 #: stor-layout.cc:1408
29609 #, gcc-internal-format
29610 msgid "offset of packed bit-field %qD has changed in GCC 4.4"
29611 msgstr ""
29613 #: stor-layout.cc:1788
29614 #, gcc-internal-format
29615 msgid "padding struct size to alignment boundary with %E bytes"
29616 msgstr ""
29618 #: stor-layout.cc:1817
29619 #, gcc-internal-format
29620 msgid "packed attribute causes inefficient alignment for %qE"
29621 msgstr ""
29623 #: stor-layout.cc:1821
29624 #, gcc-internal-format
29625 msgid "packed attribute is unnecessary for %qE"
29626 msgstr ""
29628 #: stor-layout.cc:1827
29629 #, gcc-internal-format
29630 msgid "packed attribute causes inefficient alignment"
29631 msgstr ""
29633 #: stor-layout.cc:1829
29634 #, gcc-internal-format
29635 msgid "packed attribute is unnecessary"
29636 msgstr ""
29638 #: stor-layout.cc:2614
29639 #, gcc-internal-format
29640 msgid "alignment of array elements is greater than element size"
29641 msgstr ""
29643 #: stor-layout.cc:2620
29644 #, gcc-internal-format
29645 msgid "size of array element is not a multiple of its alignment"
29646 msgstr ""
29648 #: substring-locations.cc:229
29649 #, gcc-internal-format
29650 msgid "format string is defined here"
29651 msgstr ""
29653 #: symtab-thunks.cc:400
29654 #, gcc-internal-format
29655 msgid "generic thunk code fails for method %qD which uses %<...%>"
29656 msgstr ""
29658 #: symtab.cc:303
29659 #, gcc-internal-format
29660 msgid "%qD renamed after being referenced in assembly"
29661 msgstr ""
29663 #: symtab.cc:1107
29664 #, gcc-internal-format
29665 msgid "function symbol is not function"
29666 msgstr ""
29668 #: symtab.cc:1114
29669 #, gcc-internal-format
29670 msgid "inconsistent %<ifunc%> attribute"
29671 msgstr ""
29673 #: symtab.cc:1122
29674 #, gcc-internal-format
29675 msgid "variable symbol is not variable"
29676 msgstr ""
29678 #: symtab.cc:1128
29679 #, gcc-internal-format
29680 msgid "node has unknown type"
29681 msgstr ""
29683 #: symtab.cc:1133
29684 #, gcc-internal-format, gfc-internal-format
29685 msgid "node has invalid order %i"
29686 msgstr ""
29688 #: symtab.cc:1142
29689 #, gcc-internal-format
29690 msgid "node not found node->decl->decl_with_vis.symtab_node"
29691 msgstr ""
29693 #: symtab.cc:1150
29694 #, gcc-internal-format
29695 msgid "node differs from node->decl->decl_with_vis.symtab_node"
29696 msgstr ""
29698 #: symtab.cc:1161 symtab.cc:1168
29699 #, gcc-internal-format
29700 msgid "assembler name hash list corrupted"
29701 msgstr ""
29703 #: symtab.cc:1177
29704 #, gcc-internal-format
29705 msgid "node not found in symtab assembler name hash"
29706 msgstr ""
29708 #: symtab.cc:1186
29709 #, gcc-internal-format
29710 msgid "double linked list of assembler names corrupted"
29711 msgstr ""
29713 #: symtab.cc:1191
29714 #, gcc-internal-format
29715 msgid "node has body_removed but is definition"
29716 msgstr ""
29718 #: symtab.cc:1196
29719 #, gcc-internal-format
29720 msgid "node is analyzed but it is not a definition"
29721 msgstr ""
29723 #: symtab.cc:1201
29724 #, gcc-internal-format
29725 msgid "node is alias but not implicit alias"
29726 msgstr ""
29728 #: symtab.cc:1206
29729 #, gcc-internal-format
29730 msgid "node is alias but not definition"
29731 msgstr ""
29733 #: symtab.cc:1211
29734 #, gcc-internal-format
29735 msgid "node is weakref but not an transparent_alias"
29736 msgstr ""
29738 #: symtab.cc:1216
29739 #, gcc-internal-format
29740 msgid "node is transparent_alias but not an alias"
29741 msgstr ""
29743 #: symtab.cc:1221
29744 #, gcc-internal-format
29745 msgid "node is symver but not alias"
29746 msgstr ""
29748 #: symtab.cc:1230
29749 #, gcc-internal-format
29750 msgid "symver target is not exported with default visibility"
29751 msgstr ""
29753 #: symtab.cc:1237
29754 #, gcc-internal-format
29755 msgid "symver is not exported with default visibility"
29756 msgstr ""
29758 #: symtab.cc:1246
29759 #, gcc-internal-format
29760 msgid "node is in same_comdat_group list but has no comdat_group"
29761 msgstr ""
29763 #: symtab.cc:1251
29764 #, gcc-internal-format
29765 msgid "same_comdat_group list across different groups"
29766 msgstr ""
29768 #: symtab.cc:1256
29769 #, gcc-internal-format
29770 msgid "mixing different types of symbol in same comdat groups is not supported"
29771 msgstr ""
29773 #: symtab.cc:1261
29774 #, gcc-internal-format
29775 msgid "node is alone in a comdat group"
29776 msgstr ""
29778 #: symtab.cc:1268
29779 #, gcc-internal-format
29780 msgid "same_comdat_group is not a circular list"
29781 msgstr ""
29783 #: symtab.cc:1283
29784 #, gcc-internal-format, gfc-internal-format
29785 msgid "comdat-local symbol referred to by %s outside its comdat"
29786 msgstr ""
29788 #: symtab.cc:1293
29789 #, gcc-internal-format
29790 msgid "implicit_section flag is set but section isn%'t"
29791 msgstr "встановлено прапорець implicit_section, але розділ не є"
29793 #: symtab.cc:1300
29794 #, gcc-internal-format
29795 msgid "Both section and comdat group is set"
29796 msgstr ""
29798 #: symtab.cc:1312
29799 #, gcc-internal-format
29800 msgid "Alias and target%'s section differs"
29801 msgstr ""
29803 #: symtab.cc:1319
29804 #, gcc-internal-format
29805 msgid "Alias and target%'s comdat groups differs"
29806 msgstr ""
29808 #: symtab.cc:1334
29809 #, gcc-internal-format
29810 msgid "Transparent alias and target%'s assembler names differs"
29811 msgstr ""
29813 #: symtab.cc:1342
29814 #, gcc-internal-format
29815 msgid "Chained transparent aliases"
29816 msgstr ""
29818 #: symtab.cc:1365 symtab.cc:1383 symtab.cc:1410
29819 #, gcc-internal-format
29820 msgid "symtab_node::verify failed"
29821 msgstr ""
29823 #: symtab.cc:1382
29824 #, gcc-internal-format, gfc-internal-format
29825 msgid "invalid order in asm node %i"
29826 msgstr "некоректний порядок у вузлі asm %i"
29828 #: symtab.cc:1406
29829 #, gcc-internal-format
29830 msgid "Two symbols with same comdat_group are not linked by the same_comdat_group list."
29831 msgstr ""
29833 #: symtab.cc:1844
29834 #, gcc-internal-format
29835 msgid "function %q+D part of alias cycle"
29836 msgstr ""
29838 #: symtab.cc:1846
29839 #, gcc-internal-format
29840 msgid "variable %q+D part of alias cycle"
29841 msgstr ""
29843 #: symtab.cc:1874
29844 #, gcc-internal-format
29845 msgid "section of alias %q+D must match section of its target"
29846 msgstr ""
29848 #: targhooks.cc:202
29849 #, gcc-internal-format
29850 msgid "%<__builtin_saveregs%> not supported by this target"
29851 msgstr "підтримки %<__builtin_saveregs%> для цього призначення не передбачено"
29853 #: targhooks.cc:1198
29854 #, fuzzy, gcc-internal-format
29855 #| msgid "%qs is not supported for this target"
29856 msgid "argument %qs is not supported for %qs on this target"
29857 msgstr "підтримки %qs для цієї цілі не передбачено"
29859 #: targhooks.cc:1240
29860 #, gcc-internal-format
29861 msgid "nested functions not supported on this target"
29862 msgstr ""
29864 #: targhooks.cc:1253
29865 #, gcc-internal-format
29866 msgid "nested function trampolines not supported on this target"
29867 msgstr ""
29869 #: targhooks.cc:1416
29870 #, gcc-internal-format
29871 msgid "global constructors not supported on this target"
29872 msgstr ""
29874 #: targhooks.cc:1425
29875 #, gcc-internal-format
29876 msgid "global destructors not supported on this target"
29877 msgstr ""
29879 #: targhooks.cc:1775
29880 #, gcc-internal-format
29881 msgid "target attribute is not supported on this machine"
29882 msgstr ""
29884 #: targhooks.cc:1789
29885 #, gcc-internal-format
29886 msgid "%<#pragma GCC target%> is not supported for this machine"
29887 msgstr ""
29889 #: toplev.cc:713
29890 #, gcc-internal-format
29891 msgid "cannot open %qs for writing: %m"
29892 msgstr ""
29894 #: toplev.cc:732
29895 #, gcc-internal-format
29896 msgid "%<-frecord-gcc-switches%> is not supported by the current target"
29897 msgstr "підтримки %<<-frecord-gcc-switches%> для поточного призначення не передбачено"
29899 #: toplev.cc:784
29900 #, gcc-internal-format
29901 msgid "stack usage computation not supported for this target"
29902 msgstr ""
29904 #: toplev.cc:842
29905 #, gcc-internal-format
29906 msgid "stack usage might be unbounded"
29907 msgstr ""
29909 #: toplev.cc:847
29910 #, gcc-internal-format
29911 msgid "stack usage might be %wu bytes"
29912 msgstr ""
29914 #: toplev.cc:850
29915 #, gcc-internal-format
29916 msgid "stack usage is %wu bytes"
29917 msgstr ""
29919 #: toplev.cc:967
29920 #, gcc-internal-format
29921 msgid "cannot open %s for writing: %m"
29922 msgstr ""
29924 #: toplev.cc:1245
29925 #, gcc-internal-format
29926 msgid "this target does not support %qs"
29927 msgstr ""
29929 #: toplev.cc:1279
29930 #, gcc-internal-format
29931 msgid "Graphite loop optimizations cannot be used (isl is not available) (%<-fgraphite%>, %<-fgraphite-identity%>, %<-floop-nest-optimize%>, %<-floop-parallelize-all%>)"
29932 msgstr ""
29934 #: toplev.cc:1290
29935 #, gcc-internal-format
29936 msgid "%<-fcf-protection=full%> is not supported for this target"
29937 msgstr "підтримки %<-fcf-protection=full%> для цього призначення не передбачено"
29939 #: toplev.cc:1297
29940 #, gcc-internal-format
29941 msgid "%<-fcf-protection=branch%> is not supported for this target"
29942 msgstr "підтримки %<-fcf-protection=branch%> для цього призначення не передбачено"
29944 #: toplev.cc:1304
29945 #, gcc-internal-format
29946 msgid "%<-fcf-protection=return%> is not supported for this target"
29947 msgstr "підтримки %<-fcf-protection=return%> для цього призначення не передбачено"
29949 #: toplev.cc:1319
29950 #, gcc-internal-format
29951 msgid "%<-fabi-version=1%> is no longer supported"
29952 msgstr ""
29954 #: toplev.cc:1335
29955 #, gcc-internal-format
29956 msgid "instruction scheduling not supported on this target machine"
29957 msgstr ""
29959 #: toplev.cc:1339
29960 #, gcc-internal-format
29961 msgid "this target machine does not have delayed branches"
29962 msgstr ""
29964 #: toplev.cc:1353
29965 #, gcc-internal-format
29966 msgid "%<-f%sleading-underscore%> not supported on this target machine"
29967 msgstr "підтримки %<-f%sleading-underscore%> для цього призначення не передбачено"
29969 #: toplev.cc:1382
29970 #, gcc-internal-format
29971 msgid "CTF debug info requested, but not supported for %qs frontend"
29972 msgstr ""
29974 #: toplev.cc:1400
29975 #, gcc-internal-format
29976 msgid "could not close zeroed insn dump file %qs: %m"
29977 msgstr ""
29979 #: toplev.cc:1438
29980 #, gcc-internal-format
29981 msgid "target system does not support the %qs debug format"
29982 msgstr ""
29984 #: toplev.cc:1466
29985 #, gcc-internal-format
29986 msgid "without %<-gdwarf-5%>, %<-gvariable-location-views=incompat5%> is equivalent to %<-gvariable-location-views%>"
29987 msgstr ""
29989 #: toplev.cc:1482
29990 #, gcc-internal-format
29991 msgid "%<-ginternal-reset-location-views%> is forced disabled without %<-gvariable-location-views%>"
29992 msgstr ""
29994 #: toplev.cc:1492
29995 #, gcc-internal-format
29996 msgid "%<-ginline-points%> is forced disabled without %<-gstatement-frontiers%>"
29997 msgstr ""
29999 #: toplev.cc:1521
30000 #, gcc-internal-format
30001 msgid "%<-ffunction-sections%> not supported for this target"
30002 msgstr "підтримки %<-ffunction-sections%> для цього призначення не передбачено"
30004 #: toplev.cc:1527
30005 #, gcc-internal-format
30006 msgid "%<-fdata-sections%> not supported for this target"
30007 msgstr "підтримки %<-fdata-sections%> для цього призначення не передбачено"
30009 #: toplev.cc:1535
30010 #, gcc-internal-format
30011 msgid "%<-fprefetch-loop-arrays%> not supported for this target"
30012 msgstr "підтримки %<-fprefetch-loop-arrays%> для цього призначення не передбачено"
30014 #: toplev.cc:1541
30015 #, gcc-internal-format
30016 msgid "%<-fprefetch-loop-arrays%> not supported for this target (try %<-march%> switches)"
30017 msgstr ""
30019 #: toplev.cc:1551
30020 #, gcc-internal-format
30021 msgid "%<-fprefetch-loop-arrays%> is not supported with %<-Os%>"
30022 msgstr ""
30024 #: toplev.cc:1563
30025 #, gcc-internal-format
30026 msgid "%<-fassociative-math%> disabled; other options take precedence"
30027 msgstr ""
30029 #: toplev.cc:1573
30030 #, gcc-internal-format
30031 msgid "%<-fstack-clash-protection%> is not supported on targets where the stack grows from lower to higher addresses"
30032 msgstr ""
30034 #: toplev.cc:1583
30035 #, gcc-internal-format
30036 msgid "%<-fstack-check=%> and %<-fstack-clash_protection%> are mutually exclusive; disabling %<-fstack-check=%>"
30037 msgstr ""
30039 #: toplev.cc:1593
30040 #, gcc-internal-format
30041 msgid "%<-fstack-protector%> not supported for this target"
30042 msgstr "підтримки %<-fstack-protector%> для цього призначення не передбачено"
30044 #: toplev.cc:1605
30045 #, gcc-internal-format
30046 msgid "%<-fsanitize=address%> and %<-fsanitize=kernel-address%> are not supported for this target"
30047 msgstr ""
30049 #: toplev.cc:1615
30050 #, gcc-internal-format
30051 msgid "%<-fsanitize=address%> not supported for this target"
30052 msgstr "підтримки %<-fsanitize=address%> для цього призначення не передбачено"
30054 #: toplev.cc:1624
30055 #, gcc-internal-format
30056 msgid "%<-fsanitize=kernel-address%> with stack protection is not supported without %<-fasan-shadow-offset=%> for this target"
30057 msgstr ""
30059 #: toplev.cc:1634
30060 #, gcc-internal-format
30061 msgid "%qs is not supported for this target"
30062 msgstr "підтримки %qs для цієї цілі не передбачено"
30064 #: toplev.cc:1642
30065 #, gcc-internal-format
30066 msgid "%<-fsanitize=shadow-call-stack%> not supported in current platform"
30067 msgstr "підтримки %<-fsanitize=shadow-call-stack%> на поточній платформі не передбачено"
30069 #: toplev.cc:1645
30070 #, gcc-internal-format
30071 msgid "%<-fsanitize=shadow-call-stack%> requires %<-fno-exceptions%>"
30072 msgstr ""
30074 #: toplev.cc:1983
30075 #, gcc-internal-format
30076 msgid "error writing to %s: %m"
30077 msgstr ""
30079 #: toplev.cc:1985
30080 #, gcc-internal-format
30081 msgid "error closing %s: %m"
30082 msgstr ""
30084 #: toplev.cc:2103
30085 #, gcc-internal-format
30086 msgid "mpfr not configured to handle all floating modes"
30087 msgstr ""
30089 #: toplev.cc:2189
30090 #, gcc-internal-format
30091 msgid "self-tests are not enabled in this build"
30092 msgstr ""
30094 #: toplev.cc:2282
30095 #, gcc-internal-format
30096 msgid "self-tests incompatible with %<-E%>"
30097 msgstr ""
30099 #: trans-mem.cc:610
30100 #, gcc-internal-format
30101 msgid "invalid use of volatile lvalue inside transaction"
30102 msgstr ""
30104 #: trans-mem.cc:613
30105 #, gcc-internal-format
30106 msgid "invalid use of volatile lvalue inside %<transaction_safe%> function"
30107 msgstr ""
30109 #: trans-mem.cc:645
30110 #, gcc-internal-format
30111 msgid "%<transaction_may_cancel_outer%> function call not within outer transaction or %<transaction_may_cancel_outer%>"
30112 msgstr ""
30114 #: trans-mem.cc:714 trans-mem.cc:4831
30115 #, gcc-internal-format
30116 msgid "unsafe function call %qD within atomic transaction"
30117 msgstr ""
30119 #: trans-mem.cc:721
30120 #, gcc-internal-format
30121 msgid "unsafe function call %qE within atomic transaction"
30122 msgstr ""
30124 #: trans-mem.cc:725
30125 #, gcc-internal-format
30126 msgid "unsafe indirect function call within atomic transaction"
30127 msgstr ""
30129 #: trans-mem.cc:733 trans-mem.cc:4763
30130 #, gcc-internal-format
30131 msgid "unsafe function call %qD within %<transaction_safe%> function"
30132 msgstr ""
30134 #: trans-mem.cc:740
30135 #, gcc-internal-format
30136 msgid "unsafe function call %qE within %<transaction_safe%> function"
30137 msgstr ""
30139 #: trans-mem.cc:744
30140 #, gcc-internal-format
30141 msgid "unsafe indirect function call within %<transaction_safe%> function"
30142 msgstr ""
30144 #: trans-mem.cc:759 trans-mem.cc:4803
30145 #, gcc-internal-format
30146 msgid "%<asm%> not allowed in atomic transaction"
30147 msgstr ""
30149 #: trans-mem.cc:762 trans-mem.cc:4429
30150 #, gcc-internal-format
30151 msgid "%<asm%> not allowed in %<transaction_safe%> function"
30152 msgstr ""
30154 #: trans-mem.cc:774
30155 #, gcc-internal-format
30156 msgid "relaxed transaction in atomic transaction"
30157 msgstr ""
30159 #: trans-mem.cc:777
30160 #, gcc-internal-format
30161 msgid "relaxed transaction in %<transaction_safe%> function"
30162 msgstr ""
30164 #: trans-mem.cc:784
30165 #, gcc-internal-format
30166 msgid "outer transaction in transaction"
30167 msgstr ""
30169 #: trans-mem.cc:787
30170 #, gcc-internal-format
30171 msgid "outer transaction in %<transaction_may_cancel_outer%> function"
30172 msgstr ""
30174 #: trans-mem.cc:791
30175 #, gcc-internal-format
30176 msgid "outer transaction in %<transaction_safe%> function"
30177 msgstr ""
30179 #: tree-cfg.cc:358
30180 #, gcc-internal-format
30181 msgid "ignoring loop annotation"
30182 msgstr ""
30184 #: tree-cfg.cc:3080
30185 #, gcc-internal-format
30186 msgid "constant not recomputed when %<ADDR_EXPR%> changed"
30187 msgstr ""
30189 #: tree-cfg.cc:3085
30190 #, gcc-internal-format
30191 msgid "side effects not recomputed when %<ADDR_EXPR%> changed"
30192 msgstr ""
30194 #: tree-cfg.cc:3100
30195 #, gcc-internal-format
30196 msgid "address taken but %<TREE_ADDRESSABLE%> bit not set"
30197 msgstr ""
30199 #: tree-cfg.cc:3124
30200 #, gcc-internal-format
30201 msgid "non-scalar %qs"
30202 msgstr ""
30204 #: tree-cfg.cc:3138
30205 #, gcc-internal-format
30206 msgid "invalid position or size operand to %qs"
30207 msgstr ""
30209 #: tree-cfg.cc:3144
30210 #, gcc-internal-format
30211 msgid "integral result type precision does not match field size of %qs"
30212 msgstr ""
30214 #: tree-cfg.cc:3153
30215 #, gcc-internal-format
30216 msgid "mode size of non-integral result does not match field size of %qs"
30217 msgstr ""
30219 #: tree-cfg.cc:3161
30220 #, gcc-internal-format
30221 msgid "%qs of non-mode-precision operand"
30222 msgstr ""
30224 #: tree-cfg.cc:3168
30225 #, gcc-internal-format
30226 msgid "position plus size exceeds size of referenced object in %qs"
30227 msgstr ""
30229 #: tree-cfg.cc:3179
30230 #, gcc-internal-format
30231 msgid "type mismatch in %qs reference"
30232 msgstr ""
30234 #: tree-cfg.cc:3195
30235 #, gcc-internal-format
30236 msgid "non-top-level %qs"
30237 msgstr ""
30239 #: tree-cfg.cc:3210
30240 #, gcc-internal-format
30241 msgid "invalid operands to %qs"
30242 msgstr "некоректні операнди %qs"
30244 #: tree-cfg.cc:3221 tree-cfg.cc:3230 tree-cfg.cc:3247 tree-cfg.cc:3943
30245 #: tree-cfg.cc:3972 tree-cfg.cc:3989 tree-cfg.cc:4010 tree-cfg.cc:4058
30246 #: tree-cfg.cc:4079 tree-cfg.cc:4133 tree-cfg.cc:4157 tree-cfg.cc:4193
30247 #: tree-cfg.cc:4214 tree-cfg.cc:4275 tree-cfg.cc:4350 tree-cfg.cc:4376
30248 #: tree-cfg.cc:4412 tree-cfg.cc:4461 tree-cfg.cc:4486 tree-cfg.cc:4561
30249 #: tree-cfg.cc:4647
30250 #, gcc-internal-format
30251 msgid "type mismatch in %qs"
30252 msgstr "невідповідність типів у %qs"
30254 #: tree-cfg.cc:3241
30255 #, gcc-internal-format
30256 msgid "invalid %qs offset operator"
30257 msgstr ""
30259 #: tree-cfg.cc:3265
30260 #, gcc-internal-format
30261 msgid "conversion of %qs on the left hand side of %qs"
30262 msgstr ""
30264 #: tree-cfg.cc:3273
30265 #, gcc-internal-format
30266 msgid "conversion of register to a different size in %qs"
30267 msgstr ""
30269 #: tree-cfg.cc:3293 tree-cfg.cc:3319
30270 #, gcc-internal-format
30271 msgid "invalid address operand in %qs"
30272 msgstr "некоректний операнд адреси у %qs"
30274 #: tree-cfg.cc:3300 tree-cfg.cc:3326
30275 #, gcc-internal-format
30276 msgid "invalid offset operand in %qs"
30277 msgstr "некоректний операнд зсуву у %qs"
30279 #: tree-cfg.cc:3307 tree-cfg.cc:3333
30280 #, gcc-internal-format
30281 msgid "invalid clique in %qs"
30282 msgstr ""
30284 #: tree-cfg.cc:3340 tree-cfg.cc:4659
30285 #, gcc-internal-format
30286 msgid "%qs in gimple IL"
30287 msgstr ""
30289 #: tree-cfg.cc:3355
30290 #, gcc-internal-format
30291 msgid "invalid expression for min lvalue"
30292 msgstr ""
30294 #: tree-cfg.cc:3406
30295 #, gcc-internal-format
30296 msgid "gimple call has two targets"
30297 msgstr ""
30299 #: tree-cfg.cc:3415
30300 #, gcc-internal-format
30301 msgid "gimple call has no target"
30302 msgstr ""
30304 #: tree-cfg.cc:3422
30305 #, gcc-internal-format
30306 msgid "invalid function in gimple call"
30307 msgstr ""
30309 #: tree-cfg.cc:3432
30310 #, gcc-internal-format
30311 msgid "non-function in gimple call"
30312 msgstr ""
30314 #: tree-cfg.cc:3443
30315 #, gcc-internal-format
30316 msgid "invalid pure const state for function"
30317 msgstr ""
30319 #: tree-cfg.cc:3455
30320 #, gcc-internal-format
30321 msgid "invalid LHS in gimple call"
30322 msgstr ""
30324 #: tree-cfg.cc:3463
30325 #, gcc-internal-format
30326 msgid "LHS in %<noreturn%> call"
30327 msgstr ""
30329 #: tree-cfg.cc:3477
30330 #, gcc-internal-format
30331 msgid "invalid conversion in gimple call"
30332 msgstr ""
30334 #: tree-cfg.cc:3486
30335 #, gcc-internal-format
30336 msgid "invalid static chain in gimple call"
30337 msgstr ""
30339 #: tree-cfg.cc:3497
30340 #, gcc-internal-format
30341 msgid "static chain with function that doesn%'t use one"
30342 msgstr ""
30344 #. Built-in unreachable with parameters might not be caught by
30345 #. undefined behavior sanitizer.  Front-ends do check users do not
30346 #. call them that way but we also produce calls to
30347 #. __builtin_unreachable internally, for example when IPA figures
30348 #. out a call cannot happen in a legal program.  In such cases,
30349 #. we must make sure arguments are stripped off.
30350 #: tree-cfg.cc:3516
30351 #, gcc-internal-format
30352 msgid "%<__builtin_unreachable%> or %<__builtin_trap%> call with arguments"
30353 msgstr ""
30355 #: tree-cfg.cc:3547
30356 #, gcc-internal-format
30357 msgid "%<DEFERRED_INIT%> calls should have same constant size for the first argument and LHS"
30358 msgstr ""
30360 #: tree-cfg.cc:3565
30361 #, gcc-internal-format
30362 msgid "invalid argument to gimple call"
30363 msgstr ""
30365 #: tree-cfg.cc:3592
30366 #, gcc-internal-format
30367 msgid "invalid operands in gimple comparison"
30368 msgstr ""
30370 #: tree-cfg.cc:3603
30371 #, gcc-internal-format
30372 msgid "mismatching comparison operand types"
30373 msgstr ""
30375 #: tree-cfg.cc:3620
30376 #, gcc-internal-format
30377 msgid "unsupported operation or type for vector comparison returning a boolean"
30378 msgstr ""
30380 #: tree-cfg.cc:3635
30381 #, gcc-internal-format
30382 msgid "non-vector operands in vector comparison"
30383 msgstr ""
30385 #: tree-cfg.cc:3644
30386 #, gcc-internal-format
30387 msgid "invalid vector comparison resulting type"
30388 msgstr ""
30390 #: tree-cfg.cc:3651
30391 #, gcc-internal-format
30392 msgid "bogus comparison result type"
30393 msgstr ""
30395 #: tree-cfg.cc:3673
30396 #, gcc-internal-format
30397 msgid "non-register as LHS of unary operation"
30398 msgstr ""
30400 #: tree-cfg.cc:3679
30401 #, gcc-internal-format
30402 msgid "invalid operand in unary operation"
30403 msgstr ""
30405 #: tree-cfg.cc:3702
30406 #, gcc-internal-format
30407 msgid "invalid vector types in nop conversion"
30408 msgstr ""
30410 #: tree-cfg.cc:3739
30411 #, gcc-internal-format
30412 msgid "invalid types in nop conversion"
30413 msgstr ""
30415 #: tree-cfg.cc:3754
30416 #, gcc-internal-format
30417 msgid "invalid types in address space conversion"
30418 msgstr "некоректні типи у перетворенні простору адрес"
30420 #: tree-cfg.cc:3768
30421 #, gcc-internal-format
30422 msgid "invalid types in fixed-point conversion"
30423 msgstr "некоректні типи у перетворенні із фіксованою крапкою"
30425 #: tree-cfg.cc:3783
30426 #, gcc-internal-format
30427 msgid "invalid types in conversion to floating-point"
30428 msgstr "некоректні типи у перетворенні до значення із рухомою крапкою"
30430 #: tree-cfg.cc:3798
30431 #, gcc-internal-format
30432 msgid "invalid types in conversion to integer"
30433 msgstr "некоректні типи у перетворенні до цілого значення"
30435 #: tree-cfg.cc:3838
30436 #, gcc-internal-format
30437 msgid "type mismatch in %qs expression"
30438 msgstr ""
30440 #: tree-cfg.cc:3855 tree-cfg.cc:3869 tree-cfg.cc:4241 tree-cfg.cc:4263
30441 #, gcc-internal-format
30442 msgid "invalid types for %qs"
30443 msgstr "некоректні типи для %qs"
30445 #: tree-cfg.cc:3880
30446 #, gcc-internal-format
30447 msgid "%qs should be from a scalar to a like vector"
30448 msgstr ""
30450 #: tree-cfg.cc:3894
30451 #, gcc-internal-format
30452 msgid "non-trivial conversion in unary operation"
30453 msgstr ""
30455 #: tree-cfg.cc:3919
30456 #, gcc-internal-format
30457 msgid "non-register as LHS of binary operation"
30458 msgstr ""
30460 #: tree-cfg.cc:3926
30461 #, gcc-internal-format
30462 msgid "invalid operands in binary operation"
30463 msgstr ""
30465 #: tree-cfg.cc:4033
30466 #, gcc-internal-format
30467 msgid "invalid non-vector operands to %qs"
30468 msgstr "некоректні невекторні операнди %qs"
30470 #: tree-cfg.cc:4044
30471 #, gcc-internal-format
30472 msgid "invalid (pointer) operands %qs"
30473 msgstr ""
30475 #: tree-cfg.cc:4283
30476 #, gcc-internal-format
30477 msgid "vector type expected in %qs"
30478 msgstr "у %qs мало бути використано векторний тип"
30480 #: tree-cfg.cc:4296
30481 #, gcc-internal-format
30482 msgid "type mismatch in binary expression"
30483 msgstr ""
30485 #: tree-cfg.cc:4324
30486 #, gcc-internal-format
30487 msgid "non-register as LHS of ternary operation"
30488 msgstr ""
30490 #: tree-cfg.cc:4332
30491 #, gcc-internal-format
30492 msgid "invalid operands in ternary operation"
30493 msgstr ""
30495 #: tree-cfg.cc:4364
30496 #, gcc-internal-format
30497 msgid "the first argument of a %qs must be of a boolean vector type of the same number of elements as the result"
30498 msgstr ""
30500 #: tree-cfg.cc:4396 tree-cfg.cc:4473
30501 #, gcc-internal-format
30502 msgid "vector types expected in %qs"
30503 msgstr "у %qs мало бути використано векторні типи"
30505 #: tree-cfg.cc:4429
30506 #, gcc-internal-format
30507 msgid "vectors with different element number found in %qs"
30508 msgstr ""
30510 #: tree-cfg.cc:4445
30511 #, gcc-internal-format
30512 msgid "invalid mask type in %qs"
30513 msgstr "некоректний тип маскування у %qs"
30515 #: tree-cfg.cc:4506
30516 #, gcc-internal-format
30517 msgid "not allowed type combination in %qs"
30518 msgstr ""
30520 #: tree-cfg.cc:4515
30521 #, gcc-internal-format
30522 msgid "invalid position or size in %qs"
30523 msgstr "некоректна позиція або розмір у %qs"
30525 #: tree-cfg.cc:4521
30526 #, gcc-internal-format
30527 msgid "%qs into non-mode-precision operand"
30528 msgstr ""
30530 #: tree-cfg.cc:4531
30531 #, gcc-internal-format
30532 msgid "insertion out of range in %qs"
30533 msgstr ""
30535 #: tree-cfg.cc:4541
30536 #, gcc-internal-format
30537 msgid "%qs not at element boundary"
30538 msgstr ""
30540 #: tree-cfg.cc:4597
30541 #, gcc-internal-format
30542 msgid "non-trivial conversion in %qs"
30543 msgstr ""
30545 #: tree-cfg.cc:4606
30546 #, gcc-internal-format
30547 msgid "%qs LHS in clobber statement"
30548 msgstr ""
30550 #: tree-cfg.cc:4614
30551 #, gcc-internal-format
30552 msgid "%qs LHS in assignment statement"
30553 msgstr ""
30555 #: tree-cfg.cc:4633
30556 #, gcc-internal-format
30557 msgid "invalid operand in %qs"
30558 msgstr "некоректний операнд у %qs"
30560 #: tree-cfg.cc:4674 tree-cfg.cc:4700
30561 #, gcc-internal-format
30562 msgid "invalid RHS for gimple memory store: %qs"
30563 msgstr ""
30565 #: tree-cfg.cc:4734 tree-cfg.cc:4752
30566 #, gcc-internal-format
30567 msgid "incorrect type of vector %qs elements"
30568 msgstr ""
30570 #: tree-cfg.cc:4743 tree-cfg.cc:4760
30571 #, gcc-internal-format
30572 msgid "incorrect number of vector %qs elements"
30573 msgstr ""
30575 #: tree-cfg.cc:4768
30576 #, gcc-internal-format
30577 msgid "incorrect type of vector CONSTRUCTOR elements"
30578 msgstr ""
30580 #: tree-cfg.cc:4777
30581 #, gcc-internal-format
30582 msgid "vector %qs with non-NULL element index"
30583 msgstr ""
30585 #: tree-cfg.cc:4784
30586 #, gcc-internal-format
30587 msgid "vector %qs element is not a GIMPLE value"
30588 msgstr ""
30590 #: tree-cfg.cc:4793
30591 #, gcc-internal-format
30592 msgid "non-vector %qs with elements"
30593 msgstr ""
30595 #: tree-cfg.cc:4800
30596 #, gcc-internal-format
30597 msgid "%qs RHS in assignment statement"
30598 msgstr ""
30600 #: tree-cfg.cc:4857
30601 #, gcc-internal-format
30602 msgid "invalid operand in return statement"
30603 msgstr ""
30605 #: tree-cfg.cc:4872 c/gimple-parser.cc:2490
30606 #, gcc-internal-format
30607 msgid "invalid conversion in return statement"
30608 msgstr ""
30610 #: tree-cfg.cc:4896
30611 #, gcc-internal-format
30612 msgid "goto destination is neither a label nor a pointer"
30613 msgstr ""
30615 #: tree-cfg.cc:4915
30616 #, gcc-internal-format
30617 msgid "invalid operand to switch statement"
30618 msgstr ""
30620 #: tree-cfg.cc:4923
30621 #, gcc-internal-format
30622 msgid "non-integral type switch statement"
30623 msgstr ""
30625 #: tree-cfg.cc:4933
30626 #, gcc-internal-format
30627 msgid "invalid default case label in switch statement"
30628 msgstr ""
30630 #: tree-cfg.cc:4945
30631 #, gcc-internal-format
30632 msgid "invalid %<CASE_CHAIN%>"
30633 msgstr "некоректний %<CASE_CHAIN%>"
30635 #: tree-cfg.cc:4951
30636 #, gcc-internal-format
30637 msgid "invalid case label in switch statement"
30638 msgstr ""
30640 #: tree-cfg.cc:4958
30641 #, gcc-internal-format
30642 msgid "invalid case range in switch statement"
30643 msgstr ""
30645 #: tree-cfg.cc:4968
30646 #, gcc-internal-format
30647 msgid "type precision mismatch in switch statement"
30648 msgstr ""
30650 #: tree-cfg.cc:4975
30651 #, gcc-internal-format
30652 msgid "type mismatch for case label in switch statement"
30653 msgstr ""
30655 #: tree-cfg.cc:4984
30656 #, gcc-internal-format
30657 msgid "case labels not sorted in switch statement"
30658 msgstr ""
30660 #: tree-cfg.cc:5027
30661 #, gcc-internal-format
30662 msgid "label context is not the current function declaration"
30663 msgstr ""
30665 #: tree-cfg.cc:5036
30666 #, gcc-internal-format
30667 msgid "incorrect entry in %<label_to_block_map%>"
30668 msgstr ""
30670 #: tree-cfg.cc:5046
30671 #, gcc-internal-format
30672 msgid "incorrect setting of landing pad number"
30673 msgstr ""
30675 #: tree-cfg.cc:5062
30676 #, gcc-internal-format
30677 msgid "invalid comparison code in gimple cond"
30678 msgstr ""
30680 #: tree-cfg.cc:5070
30681 #, gcc-internal-format
30682 msgid "invalid labels in gimple cond"
30683 msgstr ""
30685 #: tree-cfg.cc:5156 tree-cfg.cc:5165
30686 #, gcc-internal-format
30687 msgid "invalid %<PHI%> result"
30688 msgstr "некоректний результат %<PHI%>"
30690 #: tree-cfg.cc:5175
30691 #, gcc-internal-format
30692 msgid "missing %<PHI%> def"
30693 msgstr ""
30695 #: tree-cfg.cc:5189
30696 #, gcc-internal-format
30697 msgid "invalid %<PHI%> argument"
30698 msgstr "некоректний аргумент %<PHI%>"
30700 #: tree-cfg.cc:5196
30701 #, gcc-internal-format
30702 msgid "incompatible types in %<PHI%> argument %u"
30703 msgstr ""
30705 #: tree-cfg.cc:5299
30706 #, gcc-internal-format
30707 msgid "%<verify_gimple%> failed"
30708 msgstr "помилка %<verify_gimple%>"
30710 #: tree-cfg.cc:5357
30711 #, gcc-internal-format
30712 msgid "dead statement in EH table"
30713 msgstr ""
30715 #: tree-cfg.cc:5373
30716 #, gcc-internal-format
30717 msgid "location references block not in block tree"
30718 msgstr ""
30720 #: tree-cfg.cc:5422
30721 #, gcc-internal-format
30722 msgid "local declaration from a different function"
30723 msgstr "локальне оголошення з іншої функції"
30725 #: tree-cfg.cc:5525
30726 #, gcc-internal-format
30727 msgid "gimple_bb (phi) is set to a wrong basic block"
30728 msgstr ""
30730 #: tree-cfg.cc:5534
30731 #, gcc-internal-format
30732 msgid "PHI node with location"
30733 msgstr ""
30735 #: tree-cfg.cc:5545 tree-cfg.cc:5592
30736 #, gcc-internal-format
30737 msgid "incorrect sharing of tree nodes"
30738 msgstr ""
30740 #: tree-cfg.cc:5553
30741 #, gcc-internal-format
30742 msgid "virtual PHI with argument locations"
30743 msgstr ""
30745 #: tree-cfg.cc:5580
30746 #, gcc-internal-format
30747 msgid "gimple_bb (stmt) is set to a wrong basic block"
30748 msgstr ""
30750 #: tree-cfg.cc:5620
30751 #, gcc-internal-format
30752 msgid "statement marked for throw, but doesn%'t"
30753 msgstr ""
30755 #: tree-cfg.cc:5626
30756 #, gcc-internal-format
30757 msgid "statement marked for throw in middle of block"
30758 msgstr ""
30760 #: tree-cfg.cc:5648
30761 #, gcc-internal-format
30762 msgid "verify_gimple failed"
30763 msgstr ""
30765 #: tree-cfg.cc:5672
30766 #, gcc-internal-format
30767 msgid "ENTRY_BLOCK has IL associated with it"
30768 msgstr ""
30770 #: tree-cfg.cc:5679
30771 #, gcc-internal-format
30772 msgid "EXIT_BLOCK has IL associated with it"
30773 msgstr ""
30775 #: tree-cfg.cc:5686
30776 #, gcc-internal-format, gfc-internal-format
30777 msgid "fallthru to exit from bb %d"
30778 msgstr ""
30780 #: tree-cfg.cc:5710
30781 #, gcc-internal-format
30782 msgid "nonlocal label %qD is not first in a sequence of labels in bb %d"
30783 msgstr ""
30785 #: tree-cfg.cc:5717
30786 #, gcc-internal-format
30787 msgid "EH landing pad label %qD is not first in a sequence of labels in bb %d"
30788 msgstr ""
30790 #: tree-cfg.cc:5724
30791 #, gcc-internal-format
30792 msgid "label %qD to block does not match in bb %d"
30793 msgstr ""
30795 #: tree-cfg.cc:5731
30796 #, gcc-internal-format
30797 msgid "label %qD has incorrect context in bb %d"
30798 msgstr ""
30800 #: tree-cfg.cc:5745
30801 #, gcc-internal-format, gfc-internal-format
30802 msgid "control flow in the middle of basic block %d"
30803 msgstr ""
30805 #: tree-cfg.cc:5755
30806 #, gcc-internal-format
30807 msgid "label %qD in the middle of basic block %d"
30808 msgstr ""
30810 #: tree-cfg.cc:5783
30811 #, gcc-internal-format, gfc-internal-format
30812 msgid "returns_twice call is %s in basic block %d"
30813 msgstr ""
30815 #: tree-cfg.cc:5809
30816 #, gcc-internal-format, gfc-internal-format
30817 msgid "fallthru edge after a control statement in bb %d"
30818 msgstr ""
30820 #: tree-cfg.cc:5822
30821 #, gcc-internal-format, gfc-internal-format
30822 msgid "true/false edge after a non-GIMPLE_COND in bb %d"
30823 msgstr ""
30825 #: tree-cfg.cc:5845 tree-cfg.cc:5867 tree-cfg.cc:5884 tree-cfg.cc:5953
30826 #, gcc-internal-format, gfc-internal-format
30827 msgid "wrong outgoing edge flags at end of bb %d"
30828 msgstr ""
30830 #: tree-cfg.cc:5855
30831 #, gcc-internal-format, gfc-internal-format
30832 msgid "explicit goto at end of bb %d"
30833 msgstr ""
30835 #: tree-cfg.cc:5889
30836 #, gcc-internal-format, gfc-internal-format
30837 msgid "return edge does not point to exit in bb %d"
30838 msgstr ""
30840 #: tree-cfg.cc:5919
30841 #, gcc-internal-format
30842 msgid "found default case not at the start of case vector"
30843 msgstr ""
30845 #: tree-cfg.cc:5927
30846 #, gcc-internal-format
30847 msgid "case labels not sorted: "
30848 msgstr ""
30850 #: tree-cfg.cc:5944
30851 #, gcc-internal-format, gfc-internal-format
30852 msgid "extra outgoing edge %d->%d"
30853 msgstr ""
30855 #: tree-cfg.cc:5967
30856 #, gcc-internal-format, gfc-internal-format
30857 msgid "missing edge %i->%i"
30858 msgstr ""
30860 #: tree-cfg.cc:9644
30861 #, gcc-internal-format
30862 msgid "%<noreturn%> function does return"
30863 msgstr ""
30865 #: tree-cfg.cc:9665 tree-cfg.cc:9700
30866 #, gcc-internal-format
30867 msgid "control reaches end of non-void function"
30868 msgstr ""
30870 #: tree-cfg.cc:9766
30871 #, gcc-internal-format
30872 msgid "ignoring return value of %qD declared with attribute %<warn_unused_result%>"
30873 msgstr ""
30875 #: tree-cfg.cc:9771 cp/cvt.cc:1121
30876 #, gcc-internal-format
30877 msgid "ignoring return value of function declared with attribute %<warn_unused_result%>"
30878 msgstr ""
30880 #: tree-complex.cc:1639
30881 #, gcc-internal-format
30882 msgid "%<asm goto%> with complex typed outputs"
30883 msgstr ""
30885 #: tree-diagnostic-path.cc:473
30886 msgid "%@ %s (fndecl %qD, depth %i)"
30887 msgstr ""
30889 #: tree-diagnostic-path.cc:478
30890 msgid "%@ %s (depth %i)"
30891 msgstr ""
30893 #: tree-diagnostic-path.cc:484
30894 msgid "%@ %s"
30895 msgstr "%@ %s"
30897 #: tree-diagnostic.cc:207
30898 #, gcc-internal-format
30899 msgid "in definition of macro %qs"
30900 msgstr "у визначенні макросу %qs"
30902 #: tree-diagnostic.cc:224
30903 #, gcc-internal-format
30904 msgid "in expansion of macro %qs"
30905 msgstr "у розгортанні макросу %qs"
30907 #: tree-eh.cc:4931
30908 #, gcc-internal-format, gfc-internal-format
30909 msgid "BB %i has multiple EH edges"
30910 msgstr "BB %i має декілька країв EH"
30912 #: tree-eh.cc:4943
30913 #, gcc-internal-format, gfc-internal-format
30914 msgid "BB %i cannot throw but has an EH edge"
30915 msgstr ""
30917 #: tree-eh.cc:4951
30918 #, gcc-internal-format, gfc-internal-format
30919 msgid "BB %i last statement has incorrectly set lp"
30920 msgstr ""
30922 #: tree-eh.cc:4957
30923 #, gcc-internal-format, gfc-internal-format
30924 msgid "BB %i is missing an EH edge"
30925 msgstr ""
30927 #: tree-eh.cc:4963
30928 #, gcc-internal-format, gfc-internal-format
30929 msgid "Incorrect EH edge %i->%i"
30930 msgstr ""
30932 #: tree-eh.cc:4997 tree-eh.cc:5016
30933 #, gcc-internal-format, gfc-internal-format
30934 msgid "BB %i is missing an edge"
30935 msgstr ""
30937 #: tree-eh.cc:5033
30938 #, gcc-internal-format, gfc-internal-format
30939 msgid "BB %i too many fallthru edges"
30940 msgstr ""
30942 #: tree-eh.cc:5042
30943 #, gcc-internal-format, gfc-internal-format
30944 msgid "BB %i has incorrect edge"
30945 msgstr ""
30947 #: tree-eh.cc:5048
30948 #, gcc-internal-format, gfc-internal-format
30949 msgid "BB %i has incorrect fallthru edge"
30950 msgstr ""
30952 #: tree-inline.cc:3889
30953 #, gcc-internal-format
30954 msgid "function %q+F can never be copied because it receives a non-local goto"
30955 msgstr ""
30957 #: tree-inline.cc:3896
30958 #, gcc-internal-format
30959 msgid "function %q+F can never be copied because it saves address of local label in a static variable"
30960 msgstr ""
30962 #: tree-inline.cc:3936
30963 #, gcc-internal-format
30964 msgid "function %q+F can never be inlined because it uses alloca (override using the always_inline attribute)"
30965 msgstr ""
30967 #: tree-inline.cc:3950
30968 #, gcc-internal-format
30969 msgid "function %q+F can never be inlined because it uses setjmp"
30970 msgstr ""
30972 #: tree-inline.cc:3964
30973 #, gcc-internal-format
30974 msgid "function %q+F can never be inlined because it uses variable argument lists"
30975 msgstr ""
30977 #: tree-inline.cc:3976
30978 #, gcc-internal-format
30979 msgid "function %q+F can never be inlined because it uses setjmp-longjmp exception handling"
30980 msgstr ""
30982 #: tree-inline.cc:3984
30983 #, gcc-internal-format
30984 msgid "function %q+F can never be inlined because it uses non-local goto"
30985 msgstr ""
30987 #: tree-inline.cc:3996
30988 #, gcc-internal-format
30989 msgid "function %q+F can never be inlined because it uses %<__builtin_return%> or %<__builtin_apply_args%>"
30990 msgstr ""
30992 #: tree-inline.cc:4016
30993 #, gcc-internal-format
30994 msgid "function %q+F can never be inlined because it contains a computed goto"
30995 msgstr ""
30997 #: tree-inline.cc:4062
30998 #, gcc-internal-format
30999 msgid "function %q+F can never be inlined because it has a VLA argument"
31000 msgstr ""
31002 #: tree-inline.cc:4130
31003 #, gcc-internal-format
31004 msgid "function %q+F can never be inlined because it is suppressed using %<-fno-inline%>"
31005 msgstr ""
31007 #: tree-inline.cc:4138
31008 #, gcc-internal-format
31009 msgid "function %q+F can never be inlined because it uses attributes conflicting with inlining"
31010 msgstr ""
31012 #: tree-inline.cc:4824
31013 #, gcc-internal-format
31014 msgid "inlining failed in call to %<always_inline%> %q+F: %s"
31015 msgstr ""
31017 #: tree-inline.cc:4827 tree-inline.cc:4848
31018 #, gcc-internal-format
31019 msgid "called from here"
31020 msgstr ""
31022 #: tree-inline.cc:4830 tree-inline.cc:4851
31023 #, gcc-internal-format
31024 msgid "called from this function"
31025 msgstr ""
31027 #: tree-inline.cc:4844
31028 #, gcc-internal-format
31029 msgid "inlining failed in call to %q+F: %s"
31030 msgstr ""
31032 #: tree-into-ssa.cc:3433
31033 #, gcc-internal-format
31034 msgid "statement uses released SSA name"
31035 msgstr ""
31037 #: tree-into-ssa.cc:3445
31038 #, gcc-internal-format
31039 msgid "cannot update SSA form"
31040 msgstr ""
31042 #: tree-into-ssa.cc:3538 tree-outof-ssa.cc:902 tree-ssa-coalesce.cc:1003
31043 #, gcc-internal-format
31044 msgid "SSA corruption"
31045 msgstr ""
31047 #: tree-nested.cc:1164
31048 #, gcc-internal-format, gfc-internal-format
31049 msgid "%s from %s referenced in %s"
31050 msgstr ""
31052 #: tree-nested.cc:2958
31053 #, gcc-internal-format, gfc-internal-format
31054 msgid "%s from %s called in %s"
31055 msgstr ""
31057 #: tree-profile.cc:624
31058 #, gcc-internal-format
31059 msgid "invalid regular expression %qs in %qs"
31060 msgstr "некоректний формальний вираз %qs у %qs"
31062 #: tree-profile.cc:714
31063 #, gcc-internal-format
31064 msgid "target does not support atomic profile update, single mode is selected"
31065 msgstr ""
31067 #: tree-ssa-alias.cc:4042
31068 #, gcc-internal-format, gfc-internal-format
31069 msgid "invalid fn spec attribute \"%s\""
31070 msgstr "некоректний атрибути специфікації функції «%s»"
31072 #: tree-ssa-alias.cc:4081
31073 #, gcc-internal-format, gfc-internal-format
31074 msgid "invalid fn spec attribute \"%s\" arg %i"
31075 msgstr ""
31077 #: tree-ssa-ccp.cc:4684 c-family/c-common.cc:5815
31078 #, gcc-internal-format
31079 msgid "%qs pointer is null"
31080 msgstr ""
31082 #: tree-ssa-ccp.cc:4687 c-family/c-common.cc:5818
31083 #, gcc-internal-format
31084 msgid "in a call to non-static member function %qD"
31085 msgstr "у виклику нестатичної функції-члена %qD"
31087 #: tree-ssa-ccp.cc:4693 c-family/c-common.cc:5824
31088 #, gcc-internal-format, gfc-internal-format
31089 msgid "argument %u null where non-null expected"
31090 msgstr "порожній аргумент %u там, де мав бути непорожній аргумент"
31092 #: tree-ssa-ccp.cc:4699
31093 #, gcc-internal-format
31094 msgid "in a call to built-in function %qD"
31095 msgstr "у виклику вбудованої функції %qD"
31097 #: tree-ssa-ccp.cc:4703 c-family/c-common.cc:5828
31098 #, gcc-internal-format
31099 msgid "in a call to function %qD declared %qs"
31100 msgstr "у виклику функції %qD, оголошено %qs"
31102 #: tree-ssa-loop-niter.cc:3895
31103 #, gcc-internal-format, gfc-internal-format
31104 msgid "iteration %s invokes undefined behavior"
31105 msgstr "ітерація %s викликає невизначену поведінку"
31107 #: tree-ssa-loop-niter.cc:3896
31108 #, gcc-internal-format
31109 msgid "within this loop"
31110 msgstr "у цьому циклі"
31112 #: tree-ssa-loop-prefetch.cc:2100
31113 #, gcc-internal-format
31114 msgid "%<l1-cache-size%> parameter is not a power of two %d"
31115 msgstr "параметр %<l1-cache-size%> не є степенем двійки %d"
31117 #: tree-ssa-operands.cc:1033
31118 #, gcc-internal-format
31119 msgid "virtual definition of statement not up to date"
31120 msgstr "віртуальне визначення неактуальної інструкції"
31122 #: tree-ssa-operands.cc:1040
31123 #, gcc-internal-format
31124 msgid "virtual def operand missing for statement"
31125 msgstr ""
31127 #: tree-ssa-operands.cc:1050
31128 #, gcc-internal-format
31129 msgid "virtual use of statement not up to date"
31130 msgstr "віртуальне використання неактуальної інструкції"
31132 #: tree-ssa-operands.cc:1057
31133 #, gcc-internal-format
31134 msgid "virtual use operand missing for statement"
31135 msgstr ""
31137 #: tree-ssa-operands.cc:1074
31138 #, gcc-internal-format
31139 msgid "excess use operand for statement"
31140 msgstr ""
31142 #: tree-ssa-operands.cc:1084
31143 #, gcc-internal-format
31144 msgid "use operand missing for statement"
31145 msgstr ""
31147 #: tree-ssa-operands.cc:1091
31148 #, gcc-internal-format
31149 msgid "statement volatile flag not up to date"
31150 msgstr ""
31152 #: tree-ssa-strlen.cc:2140
31153 #, gcc-internal-format
31154 msgid "%qD writing one too many bytes into a region of a size that depends on %<strlen%>"
31155 msgstr ""
31157 #: tree-ssa-strlen.cc:2144
31158 #, gcc-internal-format
31159 msgid "writing one too many bytes into a region of a size that depends on %<strlen%>"
31160 msgstr ""
31162 #: tree-ssa-strlen.cc:2153
31163 #, gcc-internal-format
31164 msgid "%qD writing %wu byte into a region of size %wu"
31165 msgid_plural "%qD writing %wu bytes into a region of size %wu"
31166 msgstr[0] "запис %qD %wu байта до області розміру %wu"
31167 msgstr[1] "запис %qD %wu байтів до області розміру %wu"
31168 msgstr[2] "запис %qD %wu байтів до області розміру %wu"
31170 #: tree-ssa-strlen.cc:2161
31171 #, gcc-internal-format
31172 msgid "writing %wu byte into a region of size %wu"
31173 msgid_plural "writing %wu bytes into a region of size %wu"
31174 msgstr[0] "запис %wu байта до області розміру %wu"
31175 msgstr[1] "запис %wu байтів до області розміру %wu"
31176 msgstr[2] "запис %wu байтів до області розміру %wu"
31178 #: tree-ssa-strlen.cc:2171
31179 #, gcc-internal-format
31180 msgid "%qD writing %wu byte into a region of size between %wu and %wu"
31181 msgid_plural "%qD writing %wu bytes into a region of size between %wu and %wu"
31182 msgstr[0] ""
31183 msgstr[1] ""
31184 msgstr[2] ""
31186 #: tree-ssa-strlen.cc:2179
31187 #, gcc-internal-format
31188 msgid "writing %wu byte into a region of size between %wu and %wu"
31189 msgid_plural "writing %wu bytes into a region of size between %wu and %wu"
31190 msgstr[0] ""
31191 msgstr[1] ""
31192 msgstr[2] ""
31194 #: tree-ssa-strlen.cc:2189
31195 #, gcc-internal-format
31196 msgid "%qD writing between %wu and %wu bytes into a region of size %wu"
31197 msgstr ""
31199 #: tree-ssa-strlen.cc:2195
31200 #, gcc-internal-format
31201 msgid "writing between %wu and %wu bytes into a region of size %wu"
31202 msgstr ""
31204 #: tree-ssa-strlen.cc:2203
31205 #, gcc-internal-format
31206 msgid "%qD writing between %wu and %wu bytes into a region of size between %wu and %wu"
31207 msgstr ""
31209 #: tree-ssa-strlen.cc:2209
31210 #, gcc-internal-format
31211 msgid "writing between %wu and %wu bytes into a region of size between %wu and %wu"
31212 msgstr ""
31214 #: tree-ssa-strlen.cc:3101
31215 #, gcc-internal-format
31216 msgid "%qD output truncated before terminating nul copying %E byte from a string of the same length"
31217 msgid_plural "%qD output truncated before terminating nul copying %E bytes from a string of the same length"
31218 msgstr[0] "виведення %qD обрізано до завершального nul копіюванням %E байта з рядка тієї самої довжини"
31219 msgstr[1] "виведення %qD обрізано до завершального nul копіюванням %E байтів з рядка тієї самої довжини"
31220 msgstr[2] "виведення %qD обрізано до завершального nul копіюванням %E байтів з рядка тієї самої довжини"
31222 #: tree-ssa-strlen.cc:3117
31223 #, gcc-internal-format
31224 msgid "%qD output truncated copying %E byte from a string of length %wu"
31225 msgid_plural "%qD output truncated copying %E bytes from a string of length %wu"
31226 msgstr[0] ""
31227 msgstr[1] ""
31228 msgstr[2] ""
31230 #: tree-ssa-strlen.cc:3124
31231 #, gcc-internal-format
31232 msgid "%qD output truncated copying between %wu and %wu bytes from a string of length %wu"
31233 msgstr ""
31235 #: tree-ssa-strlen.cc:3136
31236 #, gcc-internal-format
31237 msgid "%qD output may be truncated copying %E byte from a string of length %wu"
31238 msgid_plural "%qD output may be truncated copying %E bytes from a string of length %wu"
31239 msgstr[0] ""
31240 msgstr[1] ""
31241 msgstr[2] ""
31243 #: tree-ssa-strlen.cc:3143 tree-ssa-strlen.cc:3159
31244 #, gcc-internal-format
31245 msgid "%qD output may be truncated copying between %wu and %wu bytes from a string of length %wu"
31246 msgstr ""
31248 #: tree-ssa-strlen.cc:3313
31249 #, gcc-internal-format
31250 msgid "%qD output truncated before terminating nul copying as many bytes from a string as its length"
31251 msgstr "виведення %qD обрізано до завершального nul копіюванням якомога більшої кількості байтів з рядка як його довжини"
31253 #: tree-ssa-strlen.cc:3326
31254 #, gcc-internal-format
31255 msgid "%qD specified bound depends on the length of the source argument"
31256 msgstr ""
31258 #: tree-ssa-strlen.cc:3334
31259 #, gcc-internal-format
31260 msgid "length computed here"
31261 msgstr "довжину обчислено тут:"
31263 #: tree-ssa-strlen.cc:4289
31264 #, gcc-internal-format
31265 msgid "%qD of a string of length %wu or more and an array of size %wu evaluates to nonzero"
31266 msgstr ""
31268 #: tree-ssa-strlen.cc:4291
31269 #, gcc-internal-format
31270 msgid "%qD of a string of length %wu and an array of size %wu evaluates to nonzero"
31271 msgstr ""
31273 #: tree-ssa-strlen.cc:4298
31274 #, gcc-internal-format
31275 msgid "%qD of strings of length %wu and %wu and bound of %wu evaluates to nonzero"
31276 msgstr ""
31278 #: tree-ssa-strlen.cc:4303
31279 #, gcc-internal-format
31280 msgid "%qD of a string of length %wu, an array of size %wu and bound of %wu evaluates to nonzero"
31281 msgstr ""
31283 #: tree-ssa-strlen.cc:4314
31284 #, gcc-internal-format
31285 msgid "in this expression"
31286 msgstr "у цьому виразі"
31288 #: tree-ssa-uninit.cc:282
31289 #, gcc-internal-format
31290 msgid "%qD is used uninitialized"
31291 msgstr "%qD використано без ініціалізації"
31293 #: tree-ssa-uninit.cc:284
31294 #, gcc-internal-format
31295 msgid "%qD may be used uninitialized"
31296 msgstr "%qD може бути використано без ініціалізації"
31298 #: tree-ssa-uninit.cc:291
31299 #, gcc-internal-format
31300 msgid "%qs is used uninitialized"
31301 msgstr "%qs використано без ініціалізації"
31303 #: tree-ssa-uninit.cc:294
31304 #, gcc-internal-format
31305 msgid "%qs may be used uninitialized"
31306 msgstr "%qs може бути використано без ініціалізації"
31308 #: tree-ssa-uninit.cc:313 varasm.cc:362 varasm.cc:7845
31309 #, gcc-internal-format
31310 msgid "%qD was declared here"
31311 msgstr "%qD було оголошено тут:"
31313 #: tree-ssa-uninit.cc:315
31314 #, gcc-internal-format
31315 msgid "%qs was declared here"
31316 msgstr "%qs було оголошено тут:"
31318 #: tree-ssa-uninit.cc:426 tree-ssa-uninit.cc:736
31319 #, gcc-internal-format
31320 msgid "%qE may be used uninitialized"
31321 msgstr "%qE може бути використано без ініціалізації"
31323 #: tree-ssa-uninit.cc:435
31324 #, gcc-internal-format
31325 msgid "accessing argument %u of a function declared with attribute %<%s%>"
31326 msgstr ""
31328 #: tree-ssa-uninit.cc:723
31329 #, gcc-internal-format
31330 msgid "%qE is used uninitialized"
31331 msgstr "%qE використано без ініціалізації"
31333 #: tree-ssa-uninit.cc:858
31334 #, gcc-internal-format
31335 msgid "in a call to %qD declared with attribute %<%s%> here"
31336 msgstr "у виклику %qD, оголошеної з атрибутом %<%s%> тут:"
31338 #: tree-ssa-uninit.cc:865
31339 #, gcc-internal-format
31340 msgid "in a call to %qT declared with attribute %<%s%>"
31341 msgstr "у виклику %qT, оголошеної з атрибутом %<%s%>"
31343 #: tree-ssa-uninit.cc:881
31344 #, gcc-internal-format
31345 msgid "by argument %u of type %s to %qD declared here"
31346 msgstr "аргументом %u типу %s до %qD, оголошеної тут:"
31348 #: tree-ssa-uninit.cc:889
31349 #, gcc-internal-format
31350 msgid "by argument %u of type %s to %qT"
31351 msgstr "аргументом %u типу %s до %qT"
31353 #: tree-ssa.cc:664
31354 #, gcc-internal-format, gfc-internal-format
31355 msgid "multiple virtual PHI nodes in BB %d"
31356 msgstr ""
31358 #: tree-ssa.cc:678 tree-ssa.cc:707
31359 #, gcc-internal-format
31360 msgid "virtual definition is not an SSA name"
31361 msgstr ""
31363 #: tree-ssa.cc:694
31364 #, gcc-internal-format
31365 msgid "stmt with wrong VUSE"
31366 msgstr "stmt із помилковим VUSE"
31368 #: tree-ssa.cc:724
31369 #, gcc-internal-format, gfc-internal-format
31370 msgid "PHI node with wrong VUSE on edge from BB %d"
31371 msgstr ""
31373 #: tree-ssa.cc:750
31374 #, gcc-internal-format
31375 msgid "expected an SSA_NAME object"
31376 msgstr "мало бути використано об'єкт SSA_NAME"
31378 #: tree-ssa.cc:756
31379 #, gcc-internal-format
31380 msgid "found an SSA_NAME that had been released into the free pool"
31381 msgstr "виявлено SSA_NAME, яку мало бути вивільнено до вільного буфера"
31383 #: tree-ssa.cc:763
31384 #, gcc-internal-format
31385 msgid "type mismatch between an SSA_NAME and its symbol"
31386 msgstr "невідповідність типів між SSA_NAME та її символом"
31388 #: tree-ssa.cc:769
31389 #, gcc-internal-format
31390 msgid "found a virtual definition for a GIMPLE register"
31391 msgstr "виявлено віртуальне визначення регістра GIMPLE"
31393 #: tree-ssa.cc:775
31394 #, gcc-internal-format
31395 msgid "virtual SSA name for non-VOP decl"
31396 msgstr "віртуальна назва SSA для оголошення, яке не належить до VOP"
31398 #: tree-ssa.cc:781
31399 #, gcc-internal-format
31400 msgid "found a real definition for a non-register"
31401 msgstr "виявлено реальне визначення для змінної, яка не є регістровою"
31403 #: tree-ssa.cc:788
31404 #, gcc-internal-format
31405 msgid "found a default name with a non-empty defining statement"
31406 msgstr "виявлено типову назву для непорожньої інструкції визначення"
31408 #: tree-ssa.cc:818
31409 #, gcc-internal-format
31410 msgid "RESULT_DECL should be read only when DECL_BY_REFERENCE is set"
31411 msgstr "RESULT_DECL має бути придатним лише для читання, якщо встановлено DECL_BY_REFERENCE"
31413 #: tree-ssa.cc:824
31414 #, gcc-internal-format, gfc-internal-format
31415 msgid "SSA_NAME created in two different blocks %i and %i"
31416 msgstr "SSA_NAME створено у двох різних блоках, %i і %i"
31418 #: tree-ssa.cc:833 tree-ssa.cc:1173
31419 #, gcc-internal-format
31420 msgid "SSA_NAME_DEF_STMT is wrong"
31421 msgstr "SSA_NAME_DEF_STMT є помилковим"
31423 #: tree-ssa.cc:885
31424 #, gcc-internal-format
31425 msgid "missing definition"
31426 msgstr "пропущено визначення"
31428 #: tree-ssa.cc:891
31429 #, gcc-internal-format, gfc-internal-format
31430 msgid "definition in block %i does not dominate use in block %i"
31431 msgstr ""
31433 #: tree-ssa.cc:899
31434 #, gcc-internal-format, gfc-internal-format
31435 msgid "definition in block %i follows the use"
31436 msgstr "визначення у блоці %i слідує за використанням"
31438 #: tree-ssa.cc:906
31439 #, gcc-internal-format
31440 msgid "SSA_NAME_OCCURS_IN_ABNORMAL_PHI should be set"
31441 msgstr "має бути встановлено SSA_NAME_OCCURS_IN_ABNORMAL_PHI"
31443 #: tree-ssa.cc:914
31444 #, gcc-internal-format
31445 msgid "no immediate_use list"
31446 msgstr ""
31448 #: tree-ssa.cc:926
31449 #, gcc-internal-format
31450 msgid "wrong immediate use list"
31451 msgstr ""
31453 #: tree-ssa.cc:960
31454 #, gcc-internal-format
31455 msgid "incoming edge count does not match number of PHI arguments"
31456 msgstr ""
31458 #: tree-ssa.cc:974
31459 #, gcc-internal-format, gfc-internal-format
31460 msgid "PHI argument is missing for edge %d->%d"
31461 msgstr ""
31463 #: tree-ssa.cc:983
31464 #, gcc-internal-format
31465 msgid "PHI argument is not SSA_NAME, or invariant"
31466 msgstr ""
31468 #: tree-ssa.cc:989
31469 #, gcc-internal-format
31470 msgid "PHI argument on abnormal edge is not SSA_NAME"
31471 msgstr ""
31473 #: tree-ssa.cc:1010
31474 #, gcc-internal-format
31475 msgid "address taken, but ADDRESSABLE bit not set"
31476 msgstr ""
31478 #: tree-ssa.cc:1017
31479 #, gcc-internal-format, gfc-internal-format
31480 msgid "wrong edge %d->%d for PHI argument"
31481 msgstr ""
31483 #: tree-ssa.cc:1092
31484 #, gcc-internal-format
31485 msgid "shared SSA name info"
31486 msgstr ""
31488 #: tree-ssa.cc:1119
31489 #, gcc-internal-format, gfc-internal-format
31490 msgid "AUX pointer initialized for edge %d->%d"
31491 msgstr ""
31493 #: tree-ssa.cc:1145
31494 #, gcc-internal-format
31495 msgid "stmt (%p) marked modified after optimization pass: "
31496 msgstr ""
31498 #: tree-ssa.cc:1211
31499 #, gcc-internal-format
31500 msgid "verify_ssa failed"
31501 msgstr ""
31503 #: tree-streamer-in.cc:358
31504 #, gcc-internal-format
31505 msgid "machine independent builtin code out of range"
31506 msgstr ""
31508 #: tree-streamer-in.cc:364
31509 #, gcc-internal-format
31510 msgid "target specific builtin not available"
31511 msgstr ""
31513 #: tree-vect-generic.cc:319 tree-vect-generic.cc:489 tree-vect-generic.cc:2053
31514 #, gcc-internal-format
31515 msgid "vector operation will be expanded piecewise"
31516 msgstr ""
31518 #: tree-vect-generic.cc:322
31519 #, gcc-internal-format
31520 msgid "vector operation will be expanded in parallel"
31521 msgstr ""
31523 #: tree-vect-generic.cc:379
31524 #, gcc-internal-format
31525 msgid "vector operation will be expanded with a single scalar operation"
31526 msgstr ""
31528 #: tree-vect-generic.cc:1101
31529 #, gcc-internal-format
31530 msgid "vector condition will be expanded piecewise"
31531 msgstr ""
31533 #: tree-vect-generic.cc:1613
31534 #, gcc-internal-format
31535 msgid "vector shuffling operation will be expanded piecewise"
31536 msgstr ""
31538 #: tree-vect-loop.cc:4495
31539 #, gcc-internal-format
31540 msgid "vectorization did not happen for a simd loop"
31541 msgstr ""
31543 #: tree.cc:2266
31544 #, gcc-internal-format
31545 msgid "non-constant element in constant CONSTRUCTOR"
31546 msgstr ""
31548 #: tree.cc:2268
31549 #, gcc-internal-format
31550 msgid "side-effects element in no-side-effects CONSTRUCTOR"
31551 msgstr ""
31553 #: tree.cc:7282 m2/gm2-gcc/m2type.cc:214
31554 #, gcc-internal-format
31555 msgid "arrays of functions are not meaningful"
31556 msgstr ""
31558 #: tree.cc:7449
31559 #, gcc-internal-format
31560 msgid "function return type cannot be function"
31561 msgstr ""
31563 #: tree.cc:8909 tree.cc:8994 tree.cc:9057
31564 #, gcc-internal-format, gfc-internal-format
31565 msgid "tree check: %s, have %s in %s, at %s:%d"
31566 msgstr ""
31568 #: tree.cc:8946
31569 #, gcc-internal-format, gfc-internal-format
31570 msgid "tree check: expected none of %s, have %s in %s, at %s:%d"
31571 msgstr ""
31573 #: tree.cc:8959
31574 #, gcc-internal-format
31575 msgid "tree check: expected class %qs, have %qs (%s) in %s, at %s:%d"
31576 msgstr ""
31578 #: tree.cc:9008
31579 #, gcc-internal-format
31580 msgid "tree check: did not expect class %qs, have %qs (%s) in %s, at %s:%d"
31581 msgstr ""
31583 #: tree.cc:9021
31584 #, gcc-internal-format
31585 msgid "tree check: expected %<omp_clause %s%>, have %qs in %s, at %s:%d"
31586 msgstr ""
31588 #: tree.cc:9083
31589 #, gcc-internal-format
31590 msgid "tree check: expected tree that contains %qs structure, have %qs in %s, at %s:%d"
31591 msgstr ""
31593 #: tree.cc:9097
31594 #, gcc-internal-format
31595 msgid "tree check: accessed elt %d of %<tree_int_cst%> with %d elts in %s, at %s:%d"
31596 msgstr ""
31598 #: tree.cc:9110
31599 #, gcc-internal-format
31600 msgid "tree check: accessed elt %d of %<tree_vec%> with %d elts in %s, at %s:%d"
31601 msgstr ""
31603 #: tree.cc:9123
31604 #, gcc-internal-format, gfc-internal-format
31605 msgid "tree check: accessed operand %d of %s with %d operands in %s, at %s:%d"
31606 msgstr ""
31608 #: tree.cc:9136
31609 #, gcc-internal-format
31610 msgid "tree check: accessed operand %d of %<omp_clause %s%> with %d operands in %s, at %s:%d"
31611 msgstr ""
31613 #: tree.cc:12377
31614 #, gcc-internal-format
31615 msgid "%qD is deprecated: %s"
31616 msgstr "%qD вважається застарілим: %s"
31618 #: tree.cc:12380
31619 #, gcc-internal-format
31620 msgid "%qD is deprecated"
31621 msgstr "%qD вважається застарілим"
31623 #: tree.cc:12403
31624 #, gcc-internal-format
31625 msgid "%qE is deprecated: %s"
31626 msgstr "%qE вважається застарілим: %s"
31628 #: tree.cc:12406
31629 #, gcc-internal-format
31630 msgid "%qE is deprecated"
31631 msgstr "%qE вважається застарілим"
31633 #: tree.cc:12412
31634 #, gcc-internal-format, gfc-internal-format
31635 msgid "type is deprecated: %s"
31636 msgstr "тип вважається застарілим: %s"
31638 #: tree.cc:12415
31639 #, gcc-internal-format
31640 msgid "type is deprecated"
31641 msgstr "тип вважається застарілим"
31643 #: tree.cc:12457
31644 #, gcc-internal-format
31645 msgid "%qD is unavailable: %s"
31646 msgstr "%qD є недоступною: %s"
31648 #: tree.cc:12459
31649 #, gcc-internal-format
31650 msgid "%qD is unavailable"
31651 msgstr "%qD є недоступним"
31653 #: tree.cc:12480
31654 #, gcc-internal-format
31655 msgid "%qE is unavailable: %s"
31656 msgstr "%qE є недоступним: %s"
31658 #: tree.cc:12482
31659 #, gcc-internal-format
31660 msgid "%qE is unavailable"
31661 msgstr "%qE є недоступним"
31663 #: tree.cc:12487
31664 #, gcc-internal-format, gfc-internal-format
31665 msgid "type is unavailable: %s"
31666 msgstr "тип є недоступним: %s"
31668 #: tree.cc:12489
31669 #, gcc-internal-format
31670 msgid "type is unavailable"
31671 msgstr "тип є недоступним"
31673 #. Type variant can differ by:
31675 #. - TYPE_QUALS: TYPE_READONLY, TYPE_VOLATILE, TYPE_ATOMIC, TYPE_RESTRICT,
31676 #. ENCODE_QUAL_ADDR_SPACE.
31677 #. - main variant may be TYPE_COMPLETE_P and variant types !TYPE_COMPLETE_P
31678 #. in this case some values may not be set in the variant types
31679 #. (see TYPE_COMPLETE_P checks).
31680 #. - it is possible to have TYPE_ARTIFICIAL variant of non-artifical type
31681 #. - by TYPE_NAME and attributes (i.e. when variant originate by typedef)
31682 #. - TYPE_CANONICAL (TYPE_ALIAS_SET is the same among variants)
31683 #. - by the alignment: TYPE_ALIGN and TYPE_USER_ALIGN
31684 #. - during LTO by TYPE_CONTEXT if type is TYPE_FILE_SCOPE_P
31685 #. this is necessary to make it possible to merge types form different TUs
31686 #. - arrays, pointers and references may have TREE_TYPE that is a variant
31687 #. of TREE_TYPE of their main variants.
31688 #. - aggregates may have new TYPE_FIELDS list that list variants of
31689 #. the main variant TYPE_FIELDS.
31690 #. - vector types may differ by TYPE_VECTOR_OPAQUE
31692 #. Convenience macro for matching individual fields.
31693 #: tree.cc:13386
31694 #, gcc-internal-format, gfc-internal-format
31695 msgid "type variant differs by %s"
31696 msgstr ""
31698 #: tree.cc:13431
31699 #, gcc-internal-format
31700 msgid "type variant has different %<TYPE_SIZE_UNIT%>"
31701 msgstr ""
31703 #: tree.cc:13433
31704 #, gcc-internal-format
31705 msgid "type variant%'s %<TYPE_SIZE_UNIT%>"
31706 msgstr ""
31708 #: tree.cc:13435
31709 #, gcc-internal-format
31710 msgid "type%'s %<TYPE_SIZE_UNIT%>"
31711 msgstr "тип%'s %<TYPE_SIZE_UNIT%>"
31713 #: tree.cc:13460
31714 #, gcc-internal-format
31715 msgid "type variant with %<TYPE_ALIAS_SET_KNOWN_P%>"
31716 msgstr ""
31718 #: tree.cc:13473
31719 #, gcc-internal-format
31720 msgid "type variant has different %<TYPE_VFIELD%>"
31721 msgstr ""
31723 #: tree.cc:13509
31724 #, gcc-internal-format
31725 msgid "type variant has different %<TYPE_BINFO%>"
31726 msgstr ""
31728 #: tree.cc:13511
31729 #, gcc-internal-format
31730 msgid "type variant%'s %<TYPE_BINFO%>"
31731 msgstr ""
31733 #: tree.cc:13513
31734 #, gcc-internal-format
31735 msgid "type%'s %<TYPE_BINFO%>"
31736 msgstr "тип%'s %<TYPE_BINFO%>"
31738 #: tree.cc:13552
31739 #, gcc-internal-format
31740 msgid "type variant has different %<TYPE_FIELDS%>"
31741 msgstr ""
31743 #: tree.cc:13554
31744 #, gcc-internal-format
31745 msgid "first mismatch is field"
31746 msgstr ""
31748 #: tree.cc:13556
31749 #, gcc-internal-format
31750 msgid "and field"
31751 msgstr ""
31753 #: tree.cc:13573
31754 #, gcc-internal-format
31755 msgid "type variant has different %<TREE_TYPE%>"
31756 msgstr ""
31758 #: tree.cc:13575 tree.cc:13586
31759 #, gcc-internal-format
31760 msgid "type variant%'s %<TREE_TYPE%>"
31761 msgstr ""
31763 #: tree.cc:13577 tree.cc:13588
31764 #, gcc-internal-format
31765 msgid "type%'s %<TREE_TYPE%>"
31766 msgstr "тип%'s %<TREE_TYPE%>"
31768 #: tree.cc:13584
31769 #, gcc-internal-format
31770 msgid "type is not compatible with its variant"
31771 msgstr ""
31773 #: tree.cc:13909
31774 #, fuzzy, gcc-internal-format, gfc-internal-format
31775 #| msgid "type %qs is not an expression"
31776 msgid "type %s is not an opaque type"
31777 msgstr "тип %qs не є виразом"
31779 #: tree.cc:13915
31780 #, fuzzy, gcc-internal-format, gfc-internal-format
31781 #| msgid "type %qs is not an expression"
31782 msgid "type %s is not with opaque mode"
31783 msgstr "тип %qs не є виразом"
31785 #: tree.cc:13921
31786 #, fuzzy, gcc-internal-format
31787 #| msgid "type%'s %<TYPE_BINFO%>"
31788 msgid "type %s differs by %<TYPE_MODE%>"
31789 msgstr "тип%'s %<TYPE_BINFO%>"
31791 #: tree.cc:13929
31792 #, fuzzy, gcc-internal-format
31793 #| msgid "type%'s %<TYPE_SIZE_UNIT%>"
31794 msgid "type %s differs by %<TYPE_SIZE%>"
31795 msgstr "тип%'s %<TYPE_SIZE_UNIT%>"
31797 #: tree.cc:13935
31798 #, fuzzy, gcc-internal-format
31799 #| msgid "type%'s %<TYPE_BINFO%>"
31800 msgid "type %s differs by %<TYPE_ALIGN%>"
31801 msgstr "тип%'s %<TYPE_BINFO%>"
31803 #: tree.cc:13941
31804 #, fuzzy, gcc-internal-format
31805 #| msgid "type%'s %<TYPE_SIZE_UNIT%>"
31806 msgid "type %s differs by %<TYPE_USER_ALIGN%>"
31807 msgstr "тип%'s %<TYPE_SIZE_UNIT%>"
31809 #: tree.cc:13971
31810 #, gcc-internal-format
31811 msgid "main variant is not defined"
31812 msgstr ""
31814 #: tree.cc:13976
31815 #, gcc-internal-format
31816 msgid "%<TYPE_MAIN_VARIANT%> has different %<TYPE_MAIN_VARIANT%>"
31817 msgstr ""
31819 #: tree.cc:13987
31820 #, gcc-internal-format
31821 msgid "%<TYPE_CANONICAL%> has different %<TYPE_CANONICAL%>"
31822 msgstr ""
31824 #: tree.cc:14006
31825 #, gcc-internal-format
31826 msgid "%<TYPE_CANONICAL%> is not compatible"
31827 msgstr ""
31829 #: tree.cc:14014
31830 #, gcc-internal-format
31831 msgid "%<TYPE_MODE%> of %<TYPE_CANONICAL%> is not compatible"
31832 msgstr ""
31834 #: tree.cc:14020
31835 #, gcc-internal-format
31836 msgid "%<TYPE_CANONICAL%> of main variant is not main variant"
31837 msgstr ""
31839 #: tree.cc:14036
31840 #, gcc-internal-format
31841 msgid "%<TYPE_VFIELD%> is not %<FIELD_DECL%> nor %<TREE_LIST%>"
31842 msgstr ""
31844 #: tree.cc:14046
31845 #, gcc-internal-format
31846 msgid "%<TYPE_NEXT_PTR_TO%> is not %<POINTER_TYPE%>"
31847 msgstr "%<TYPE_NEXT_PTR_TO%> не належить до типу %<POINTER_TYPE%>"
31849 #: tree.cc:14056
31850 #, gcc-internal-format
31851 msgid "%<TYPE_NEXT_REF_TO%> is not %<REFERENCE_TYPE%>"
31852 msgstr "%<TYPE_NEXT_REF_TO%> не належить до типу %<REFERENCE_TYPE%>"
31854 #: tree.cc:14077
31855 #, gcc-internal-format
31856 msgid "%<TYPE_BINFO%> is not %<TREE_BINFO%>"
31857 msgstr "%<TYPE_BINFO%> не належить до типу %<TREE_BINFO%>"
31859 #: tree.cc:14083
31860 #, gcc-internal-format
31861 msgid "%<TYPE_BINFO%> type is not %<TYPE_MAIN_VARIANT%>"
31862 msgstr ""
31864 #: tree.cc:14094
31865 #, gcc-internal-format
31866 msgid "%<TYPE_METHOD_BASETYPE%> is not record nor union"
31867 msgstr ""
31869 #: tree.cc:14105
31870 #, gcc-internal-format
31871 msgid "%<TYPE_OFFSET_BASETYPE%> is not record nor union"
31872 msgstr ""
31874 #: tree.cc:14123
31875 #, gcc-internal-format
31876 msgid "%<TYPE_ARRAY_MAX_SIZE%> not %<INTEGER_CST%>"
31877 msgstr "%<TYPE_ARRAY_MAX_SIZE%> не %<INTEGER_CST%>"
31879 #: tree.cc:14130
31880 #, gcc-internal-format
31881 msgid "%<TYPE_MAX_VALUE_RAW%> non-NULL"
31882 msgstr ""
31884 #: tree.cc:14137
31885 #, gcc-internal-format
31886 msgid "%<TYPE_LANG_SLOT_1 (binfo)%> field is non-NULL"
31887 msgstr ""
31889 #: tree.cc:14153
31890 #, gcc-internal-format
31891 msgid "enum value is not %<CONST_DECL%> or %<INTEGER_CST%>"
31892 msgstr ""
31894 #: tree.cc:14162
31895 #, gcc-internal-format
31896 msgid "enum value type is not %<INTEGER_TYPE%> nor convertible to the enum"
31897 msgstr ""
31899 #: tree.cc:14170
31900 #, gcc-internal-format
31901 msgid "enum value name is not %<IDENTIFIER_NODE%>"
31902 msgstr ""
31904 #: tree.cc:14180
31905 #, gcc-internal-format
31906 msgid "array %<TYPE_DOMAIN%> is not integer type"
31907 msgstr ""
31909 #: tree.cc:14189
31910 #, gcc-internal-format
31911 msgid "%<TYPE_FIELDS%> defined in incomplete type"
31912 msgstr ""
31914 #: tree.cc:14211
31915 #, gcc-internal-format
31916 msgid "wrong tree in %<TYPE_FIELDS%> list"
31917 msgstr ""
31919 #: tree.cc:14226
31920 #, gcc-internal-format
31921 msgid "%<TYPE_CACHED_VALUES_P%> is %i while %<TYPE_CACHED_VALUES%> is %p"
31922 msgstr ""
31924 #: tree.cc:14233
31925 #, gcc-internal-format
31926 msgid "%<TYPE_CACHED_VALUES%> is not %<TREE_VEC%>"
31927 msgstr "%<TYPE_CACHED_VALUES%> не належить до %<TREE_VEC%>"
31929 #: tree.cc:14246
31930 #, gcc-internal-format
31931 msgid "wrong %<TYPE_CACHED_VALUES%> entry"
31932 msgstr ""
31934 #: tree.cc:14259
31935 #, gcc-internal-format
31936 msgid "%<TREE_PURPOSE%> is non-NULL in %<TYPE_ARG_TYPES%> list"
31937 msgstr ""
31939 #: tree.cc:14265
31940 #, gcc-internal-format
31941 msgid "wrong entry in %<TYPE_ARG_TYPES%> list"
31942 msgstr ""
31944 #: tree.cc:14272
31945 #, gcc-internal-format
31946 msgid "%<TYPE_VALUES_RAW%> field is non-NULL"
31947 msgstr ""
31949 #: tree.cc:14284
31950 #, gcc-internal-format
31951 msgid "%<TYPE_CACHED_VALUES_P%> is set while it should not be"
31952 msgstr ""
31954 #: tree.cc:14294
31955 #, gcc-internal-format
31956 msgid "%<TYPE_METHOD_BASETYPE%> is not main variant"
31957 msgstr ""
31959 #: tsan.cc:506
31960 #, gcc-internal-format
31961 msgid "%qs is not supported with %qs"
31962 msgstr "підтримки %qs не передбачено із %qs"
31964 #: value-prof.cc:488
31965 #, gcc-internal-format
31966 msgid "dead histogram"
31967 msgstr ""
31969 #: value-prof.cc:517
31970 #, gcc-internal-format
31971 msgid "histogram value statement does not correspond to the statement it is associated with"
31972 msgstr ""
31974 #: value-prof.cc:586
31975 #, gcc-internal-format, gfc-internal-format
31976 msgid "corrupted value profile: %s profile counter (%d out of %d) inconsistent with basic-block count (%d)"
31977 msgstr ""
31979 #: var-tracking.cc:7209
31980 #, gcc-internal-format
31981 msgid "variable tracking size limit exceeded with %<-fvar-tracking-assignments%>, retrying without"
31982 msgstr ""
31984 #: var-tracking.cc:7213
31985 #, gcc-internal-format
31986 msgid "variable tracking size limit exceeded"
31987 msgstr ""
31989 #: varasm.cc:311
31990 #, gcc-internal-format
31991 msgid "section already exists: %qs"
31992 msgstr ""
31994 #: varasm.cc:357
31995 #, gcc-internal-format
31996 msgid "%+qD causes a section type conflict with %qD"
31997 msgstr ""
31999 #: varasm.cc:360
32000 #, gcc-internal-format
32001 msgid "section type conflict with %qD"
32002 msgstr ""
32004 #: varasm.cc:365
32005 #, gcc-internal-format
32006 msgid "%+qD causes a section type conflict"
32007 msgstr ""
32009 #: varasm.cc:367
32010 #, gcc-internal-format
32011 msgid "section type conflict"
32012 msgstr ""
32014 #: varasm.cc:1100
32015 #, gcc-internal-format
32016 msgid "alignment of %q+D is greater than maximum object file alignment %d"
32017 msgstr ""
32019 #: varasm.cc:1268
32020 #, gcc-internal-format
32021 msgid "only zero initializers are allowed in section %qs"
32022 msgstr ""
32024 #: varasm.cc:1498 varasm.cc:1507 d/d-attribs.cc:1460
32025 #, gcc-internal-format
32026 msgid "register name not specified for %q+D"
32027 msgstr ""
32029 #: varasm.cc:1509
32030 #, gcc-internal-format
32031 msgid "invalid register name for %q+D"
32032 msgstr ""
32034 #: varasm.cc:1511
32035 #, gcc-internal-format
32036 msgid "data type of %q+D isn%'t suitable for a register"
32037 msgstr ""
32039 #: varasm.cc:1514
32040 #, gcc-internal-format
32041 msgid "the register specified for %q+D cannot be accessed by the current target"
32042 msgstr ""
32044 #: varasm.cc:1517
32045 #, gcc-internal-format
32046 msgid "the register specified for %q+D is not general enough to be used as a register variable"
32047 msgstr ""
32049 #: varasm.cc:1520
32050 #, gcc-internal-format
32051 msgid "register specified for %q+D isn%'t suitable for data type"
32052 msgstr ""
32054 #: varasm.cc:1529
32055 #, gcc-internal-format
32056 msgid "register specified for %q+D is an internal GCC implementation detail"
32057 msgstr ""
32059 #: varasm.cc:1539
32060 #, gcc-internal-format
32061 msgid "global register variable has initial value"
32062 msgstr ""
32064 #: varasm.cc:1543
32065 #, gcc-internal-format
32066 msgid "optimization may eliminate reads and/or writes to register variables"
32067 msgstr ""
32069 #: varasm.cc:1589
32070 #, gcc-internal-format
32071 msgid "register name given for non-register variable %q+D"
32072 msgstr ""
32074 #: varasm.cc:2168
32075 #, gcc-internal-format
32076 msgid "thread-local COMMON data not implemented"
32077 msgstr ""
32079 #: varasm.cc:2201
32080 #, gcc-internal-format
32081 msgid "requested alignment for %q+D is greater than implemented alignment of %wu"
32082 msgstr ""
32084 #: varasm.cc:2304 c/c-decl.cc:5715 c/c-parser.cc:1789
32085 #: m2/gm2-gcc/m2type.cc:1259
32086 #, gcc-internal-format
32087 msgid "storage size of %q+D isn%'t known"
32088 msgstr ""
32090 #: varasm.cc:5254
32091 #, gcc-internal-format
32092 msgid "initializer for integer/fixed-point value is too complicated"
32093 msgstr ""
32095 #: varasm.cc:5259
32096 #, gcc-internal-format
32097 msgid "initializer for floating value is not a floating constant"
32098 msgstr ""
32100 #: varasm.cc:5604
32101 #, gcc-internal-format
32102 msgid "invalid initial value for member %qE"
32103 msgstr ""
32105 #: varasm.cc:5860
32106 #, gcc-internal-format
32107 msgid "%qD declared weak after being used"
32108 msgstr "%qD оголошено слабко після використання"
32110 #: varasm.cc:5912
32111 #, gcc-internal-format
32112 msgid "weak declaration of %q+D being applied to a already existing, static definition"
32113 msgstr ""
32115 #: varasm.cc:5953
32116 #, gcc-internal-format
32117 msgid "weak declaration of %q+D must be public"
32118 msgstr ""
32120 #: varasm.cc:5957
32121 #, gcc-internal-format
32122 msgid "weak declaration of %q+D not supported"
32123 msgstr ""
32125 #: varasm.cc:5986 varasm.cc:6306
32126 #, gcc-internal-format
32127 msgid "only weak aliases are supported in this configuration"
32128 msgstr ""
32130 #: varasm.cc:6181 varasm.cc:6303
32131 #, gcc-internal-format
32132 msgid "%qs is not supported in this configuration"
32133 msgstr "підтримки %qs на цій конфігурації не передбачено"
32135 #: varasm.cc:6209
32136 #, gcc-internal-format
32137 msgid "%qs is not supported on this target"
32138 msgstr ""
32140 #: varasm.cc:6265
32141 #, gcc-internal-format
32142 msgid "symver is only supported on ELF platforms"
32143 msgstr ""
32145 #: varasm.cc:6284
32146 #, gcc-internal-format
32147 msgid "%qs symbol %q+D ultimately targets itself"
32148 msgstr ""
32150 #: varasm.cc:6286
32151 #, gcc-internal-format
32152 msgid "%qs symbol %q+D must have static linkage"
32153 msgstr ""
32155 #: varasm.cc:6293 config/nvptx/nvptx.cc:7553
32156 #, gcc-internal-format
32157 msgid "alias definitions not supported in this configuration"
32158 msgstr ""
32160 #: varasm.cc:6521 config/sol2.cc:160 config/i386/winnt.cc:265
32161 #, gcc-internal-format
32162 msgid "visibility attribute not supported in this configuration; ignored"
32163 msgstr ""
32165 #: varasm.cc:7841
32166 #, gcc-internal-format
32167 msgid "%+qD without %<retain%> attribute and %qD with %<retain%> attribute are placed in a section with the same name"
32168 msgstr ""
32170 #: vec.cc:190
32171 #, gcc-internal-format, gfc-internal-format
32172 msgid "qsort comparator not anti-symmetric: %d, %d"
32173 msgstr ""
32175 #: vec.cc:195
32176 #, gcc-internal-format, gfc-internal-format
32177 msgid "qsort comparator non-negative on sorted output: %d"
32178 msgstr ""
32180 #: vec.cc:202
32181 #, gcc-internal-format, gfc-internal-format
32182 msgid "qsort comparator not transitive: %d, %d, %d"
32183 msgstr ""
32185 #: vec.cc:204
32186 #, gcc-internal-format
32187 msgid "qsort checking failed"
32188 msgstr ""
32190 #: vr-values.cc:1092
32191 #, gcc-internal-format
32192 msgid "assuming signed overflow does not occur when simplifying %</%> or %<%%%> to %<>>%> or %<&%>"
32193 msgstr ""
32195 #: vr-values.cc:1160
32196 #, gcc-internal-format
32197 msgid "assuming signed overflow does not occur when simplifying %<min/max (X,Y)%> to %<X%> or %<Y%>"
32198 msgstr ""
32200 #: vr-values.cc:1212
32201 #, gcc-internal-format
32202 msgid "assuming signed overflow does not occur when simplifying %<abs (X)%> to %<X%> or %<-X%>"
32203 msgstr ""
32205 #: c-family/c-ada-spec.cc:2943
32206 #, gcc-internal-format
32207 msgid "packed layout"
32208 msgstr ""
32210 #: c-family/c-attribs.cc:638 d/d-attribs.cc:1192
32211 #, gcc-internal-format
32212 msgid "%qE attribute argument is invalid"
32213 msgstr ""
32215 #: c-family/c-attribs.cc:641 d/d-attribs.cc:1195
32216 #, gcc-internal-format
32217 msgid "%qE attribute argument %i is invalid"
32218 msgstr ""
32220 #: c-family/c-attribs.cc:653 d/d-attribs.cc:1207
32221 #, gcc-internal-format
32222 msgid "%qE attribute argument has type %qT"
32223 msgstr ""
32225 #: c-family/c-attribs.cc:657 d/d-attribs.cc:1211
32226 #, gcc-internal-format
32227 msgid "%qE attribute argument %i has type %qT"
32228 msgstr ""
32230 #: c-family/c-attribs.cc:668 c-family/c-attribs.cc:4396
32231 #: c-family/c-attribs.cc:4400 d/d-attribs.cc:1222
32232 #, gcc-internal-format
32233 msgid "%qE attribute argument value %qE is not an integer constant"
32234 msgstr ""
32236 #: c-family/c-attribs.cc:673 d/d-attribs.cc:1227
32237 #, gcc-internal-format
32238 msgid "%qE attribute argument %i value %qE is not an integer constant"
32239 msgstr ""
32241 #: c-family/c-attribs.cc:689 d/d-attribs.cc:1241
32242 #, gcc-internal-format
32243 msgid "%qE attribute argument value %qE does not refer to a function parameter"
32244 msgstr ""
32246 #: c-family/c-attribs.cc:694 d/d-attribs.cc:1246
32247 #, gcc-internal-format
32248 msgid "%qE attribute argument %i value %qE does not refer to a function parameter"
32249 msgstr ""
32251 #: c-family/c-attribs.cc:722 d/d-attribs.cc:1269
32252 #, gcc-internal-format
32253 msgid "%qE attribute argument value %qE exceeds the number of function parameters %u"
32254 msgstr ""
32256 #: c-family/c-attribs.cc:727 d/d-attribs.cc:1274
32257 #, gcc-internal-format
32258 msgid "%qE attribute argument %i value %qE exceeds the number of function parameters %u"
32259 msgstr ""
32261 #: c-family/c-attribs.cc:749
32262 #, gcc-internal-format
32263 msgid "%qE attribute argument value %qE does not refer to a variable argument list"
32264 msgstr ""
32266 #: c-family/c-attribs.cc:753
32267 #, gcc-internal-format
32268 msgid "%qE attribute argument %i value %qE does not refer to a variable argument list"
32269 msgstr ""
32271 #: c-family/c-attribs.cc:780 c-family/c-attribs.cc:793 d/d-attribs.cc:1295
32272 #, gcc-internal-format
32273 msgid "%qE attribute argument value %qE refers to parameter type %qT"
32274 msgstr ""
32276 #: c-family/c-attribs.cc:784 c-family/c-attribs.cc:798 d/d-attribs.cc:1300
32277 #, gcc-internal-format
32278 msgid "%qE attribute argument %i value %qE refers to parameter type %qT"
32279 msgstr ""
32281 #: c-family/c-attribs.cc:808
32282 #, gcc-internal-format
32283 msgid "%qE attribute argument value %qE refers to a variadic function parameter of unknown type"
32284 msgstr ""
32286 #: c-family/c-attribs.cc:813
32287 #, gcc-internal-format
32288 msgid "%qE attribute argument %i value %qE refers to a variadic function parameter of unknown type"
32289 msgstr ""
32291 #: c-family/c-attribs.cc:933
32292 #, gcc-internal-format
32293 msgid "ignoring attribute %qs because it conflicts with previous %qs"
32294 msgstr ""
32296 #: c-family/c-attribs.cc:971
32297 #, gcc-internal-format
32298 msgid "%qE attribute only supported on boolean types"
32299 msgstr "підтримку атрибута %qE передбачено лише для булевих типів"
32301 #: c-family/c-attribs.cc:981
32302 #, gcc-internal-format
32303 msgid "%qE attribute with unsupported boolean precision"
32304 msgstr "атрибут %qE із непідтримуваною булевою точністю"
32306 #: c-family/c-attribs.cc:1004
32307 #, gcc-internal-format
32308 msgid "%qE attribute ignored for type %qT"
32309 msgstr "Атрибут %qE для типу %qT проігноровано"
32311 #: c-family/c-attribs.cc:1016
32312 #, gcc-internal-format
32313 msgid "%qE attribute ignored for field of type %qT"
32314 msgstr ""
32316 #: c-family/c-attribs.cc:1186 c-family/c-attribs.cc:3262
32317 #: c-family/c-attribs.cc:5732 ada/gcc-interface/utils.cc:7087
32318 #, gcc-internal-format
32319 msgid "%qE argument not a string"
32320 msgstr ""
32322 #: c-family/c-attribs.cc:1349 ada/gcc-interface/utils.cc:6633
32323 #, gcc-internal-format
32324 msgid "%qE attribute ignored due to conflict with attribute %qs"
32325 msgstr ""
32327 #: c-family/c-attribs.cc:1398
32328 #, gcc-internal-format
32329 msgid "%qE attribute ignored. Use %<-fcf-protection%> option to enable it"
32330 msgstr ""
32332 #: c-family/c-attribs.cc:1438 c-family/c-attribs.cc:1444
32333 #: c-family/c-attribs.cc:5544 c-family/c-attribs.cc:5590
32334 #: c-family/c-attribs.cc:5596 ada/gcc-interface/utils.cc:6940
32335 #: ada/gcc-interface/utils.cc:6974 ada/gcc-interface/utils.cc:6980
32336 #, gcc-internal-format
32337 msgid "%qE attribute ignored due to conflict with %qs attribute"
32338 msgstr ""
32340 #: c-family/c-attribs.cc:1500 jit/dummy-frontend.cc:190 lto/lto-lang.cc:293
32341 #, gcc-internal-format
32342 msgid "%qE attribute has no effect on unit local functions"
32343 msgstr ""
32345 #: c-family/c-attribs.cc:1670 c-family/c-attribs.cc:3245
32346 #, gcc-internal-format
32347 msgid "%qE attribute ignored because %qD is not a variable"
32348 msgstr ""
32350 #: c-family/c-attribs.cc:1676
32351 #, gcc-internal-format
32352 msgid "%qE attribute ignored because %qD is not a local variable"
32353 msgstr "атрибут %qE проігноровано, оскільки %qD не є локальною змінною"
32355 #: c-family/c-attribs.cc:1701 config/i386/i386-options.cc:3840
32356 #, gcc-internal-format
32357 msgid "%qE attribute have effect only on public objects"
32358 msgstr ""
32360 #: c-family/c-attribs.cc:1730
32361 #, gcc-internal-format
32362 msgid "%qE attribute only affects top level objects"
32363 msgstr ""
32365 #: c-family/c-attribs.cc:1769 c-family/c-attribs.cc:3919
32366 #, gcc-internal-format
32367 msgid "%qE attribute on function returning %<void%>"
32368 msgstr "атрибут %qE на функції, яка повертає %<void%>"
32370 #: c-family/c-attribs.cc:1792
32371 #, gcc-internal-format
32372 msgid "%qE attribute is not supported because endianness is not uniform"
32373 msgstr ""
32375 #: c-family/c-attribs.cc:1809
32376 #, gcc-internal-format
32377 msgid "attribute %qE argument must be one of %qs or %qs"
32378 msgstr ""
32380 #: c-family/c-attribs.cc:1905
32381 #, gcc-internal-format
32382 msgid "destructor priorities are not supported"
32383 msgstr ""
32385 #: c-family/c-attribs.cc:1907
32386 #, gcc-internal-format
32387 msgid "constructor priorities are not supported"
32388 msgstr ""
32390 #: c-family/c-attribs.cc:1929
32391 #, gcc-internal-format, gfc-internal-format
32392 msgid "destructor priorities from 0 to %d are reserved for the implementation"
32393 msgstr ""
32395 #: c-family/c-attribs.cc:1934
32396 #, gcc-internal-format, gfc-internal-format
32397 msgid "constructor priorities from 0 to %d are reserved for the implementation"
32398 msgstr ""
32400 #: c-family/c-attribs.cc:1942
32401 #, gcc-internal-format, gfc-internal-format
32402 msgid "destructor priorities must be integers from 0 to %d inclusive"
32403 msgstr ""
32405 #: c-family/c-attribs.cc:1945
32406 #, gcc-internal-format, gfc-internal-format
32407 msgid "constructor priorities must be integers from 0 to %d inclusive"
32408 msgstr ""
32410 #: c-family/c-attribs.cc:2098
32411 #, gcc-internal-format
32412 msgid "unknown machine mode %qE"
32413 msgstr ""
32415 #: c-family/c-attribs.cc:2132
32416 #, gcc-internal-format
32417 msgid "specifying vector types with %<__attribute__ ((mode))%> is deprecated"
32418 msgstr ""
32420 #: c-family/c-attribs.cc:2135
32421 #, gcc-internal-format
32422 msgid "use %<__attribute__ ((vector_size))%> instead"
32423 msgstr "скористайтеся краще %<__attribute__ ((vector_size))%>"
32425 #: c-family/c-attribs.cc:2144
32426 #, gcc-internal-format
32427 msgid "unable to emulate %qs"
32428 msgstr ""
32430 #: c-family/c-attribs.cc:2157
32431 #, gcc-internal-format
32432 msgid "invalid pointer mode %qs"
32433 msgstr ""
32435 #: c-family/c-attribs.cc:2174
32436 #, gcc-internal-format
32437 msgid "signedness of type and machine mode %qs don%'t match"
32438 msgstr ""
32440 #: c-family/c-attribs.cc:2185
32441 #, gcc-internal-format
32442 msgid "no data type for mode %qs"
32443 msgstr ""
32445 #: c-family/c-attribs.cc:2195
32446 #, gcc-internal-format
32447 msgid "cannot use mode %qs for enumerated types"
32448 msgstr ""
32450 #: c-family/c-attribs.cc:2223
32451 #, gcc-internal-format
32452 msgid "mode %qs applied to inappropriate type"
32453 msgstr ""
32455 #: c-family/c-attribs.cc:2252 c-family/c-attribs.cc:2609 d/d-attribs.cc:1021
32456 #, gcc-internal-format
32457 msgid "section attributes are not supported for this target"
32458 msgstr ""
32460 #: c-family/c-attribs.cc:2258 d/d-attribs.cc:1028
32461 #, gcc-internal-format
32462 msgid "section attribute not allowed for %q+D"
32463 msgstr ""
32465 #: c-family/c-attribs.cc:2264
32466 #, gcc-internal-format
32467 msgid "section attribute argument not a string constant"
32468 msgstr ""
32470 #: c-family/c-attribs.cc:2273 d/d-attribs.cc:1044
32471 #, gcc-internal-format
32472 msgid "section attribute cannot be specified for local variables"
32473 msgstr ""
32475 #: c-family/c-attribs.cc:2284 config/bfin/bfin.cc:4796
32476 #: config/bfin/bfin.cc:4847 config/bfin/bfin.cc:4873 config/bfin/bfin.cc:4886
32477 #: d/d-attribs.cc:1055
32478 #, gcc-internal-format
32479 msgid "section of %q+D conflicts with previous declaration"
32480 msgstr ""
32482 #: c-family/c-attribs.cc:2293 c-family/c-attribs.cc:2635 d/d-attribs.cc:1064
32483 #, gcc-internal-format
32484 msgid "section of %q+D cannot be overridden"
32485 msgstr ""
32487 #: c-family/c-attribs.cc:2409
32488 #, gcc-internal-format
32489 msgid "alignment may not be specified for %q+D"
32490 msgstr ""
32492 #: c-family/c-attribs.cc:2434
32493 #, gcc-internal-format
32494 msgid "ignoring attribute %<%E (%u)%> because it conflicts with attribute %<%E (%u)%>"
32495 msgstr ""
32497 #: c-family/c-attribs.cc:2479
32498 #, gcc-internal-format
32499 msgid "%<warn_if_not_aligned%> may not be specified for %q+D"
32500 msgstr ""
32502 #: c-family/c-attribs.cc:2530
32503 #, fuzzy, gcc-internal-format
32504 #| msgid "%qE attribute ignored for type %qT"
32505 msgid "%qE attribute may not be specified for %q+D"
32506 msgstr "Атрибут %qE для типу %qT проігноровано"
32508 #: c-family/c-attribs.cc:2537
32509 #, gcc-internal-format
32510 msgid "%qE attribute may not be specified for a non-array field"
32511 msgstr ""
32513 #: c-family/c-attribs.cc:2544
32514 #, fuzzy, gcc-internal-format
32515 #| msgid "%qE attribute argument %E is not an integer constant"
32516 msgid "%qE attribute argument not an integer"
32517 msgstr "аргумент атрибута %qE, %E, не є цілим сталим значенням"
32519 #: c-family/c-attribs.cc:2550 c-family/c-attribs.cc:5928
32520 #, gcc-internal-format
32521 msgid "%qE attribute argument %qE is not an integer constant between 0 and 3"
32522 msgstr "аргумент атрибута %qE, %qE, не є цілим сталим значенням від 0 до 3"
32524 #: c-family/c-attribs.cc:2570 d/d-attribs.cc:1143
32525 #, gcc-internal-format
32526 msgid "inline function %q+D declared weak"
32527 msgstr ""
32529 #: c-family/c-attribs.cc:2575
32530 #, gcc-internal-format
32531 msgid "indirect function %q+D cannot be declared weak"
32532 msgstr ""
32534 #: c-family/c-attribs.cc:2616
32535 #, gcc-internal-format
32536 msgid "ignoring %qE attribute not set on a variable"
32537 msgstr ""
32539 #: c-family/c-attribs.cc:2626 config/bfin/bfin.cc:4824
32540 #: config/loongarch/loongarch.cc:6489
32541 #, gcc-internal-format
32542 msgid "%qE attribute cannot be specified for local variables"
32543 msgstr ""
32545 #: c-family/c-attribs.cc:2641
32546 #, gcc-internal-format
32547 msgid "%qE attribute is specific to ELF targets"
32548 msgstr ""
32550 #: c-family/c-attribs.cc:2648
32551 #, gcc-internal-format
32552 msgid "ignoring %qE attribute set on const variable"
32553 msgstr ""
32555 #: c-family/c-attribs.cc:2659
32556 #, gcc-internal-format
32557 msgid "ignoring %qE attribute set on initialized variable"
32558 msgstr ""
32560 #: c-family/c-attribs.cc:2672
32561 #, gcc-internal-format
32562 msgid "ignoring %qE attribute set on uninitialized variable"
32563 msgstr ""
32565 #: c-family/c-attribs.cc:2705
32566 #, gcc-internal-format
32567 msgid "%qE attribute is only applicable on functions"
32568 msgstr ""
32570 #: c-family/c-attribs.cc:2724 d/d-attribs.cc:1091
32571 #, gcc-internal-format
32572 msgid "%<symver%> attribute only applies to functions and variables"
32573 msgstr ""
32575 #: c-family/c-attribs.cc:2732 d/d-attribs.cc:1099
32576 #, gcc-internal-format
32577 msgid "%<symver%> attribute is only applicable to symbols"
32578 msgstr ""
32580 #: c-family/c-attribs.cc:2742
32581 #, gcc-internal-format
32582 msgid "%<symver%> attribute argument not a string constant"
32583 msgstr ""
32585 #: c-family/c-attribs.cc:2756 d/d-attribs.cc:1123
32586 #, gcc-internal-format
32587 msgid "symver attribute argument must have format %<name@nodename%>"
32588 msgstr ""
32590 #: c-family/c-attribs.cc:2757 d/d-attribs.cc:1124
32591 #, gcc-internal-format
32592 msgid "%<symver%> attribute argument %qs must contain one or two %<@%>"
32593 msgstr ""
32595 #: c-family/c-attribs.cc:2792
32596 #, gcc-internal-format
32597 msgid "%q+D defined both normally and as %qE attribute"
32598 msgstr ""
32600 #: c-family/c-attribs.cc:2800
32601 #, gcc-internal-format
32602 msgid "weak %q+D cannot be defined %qE"
32603 msgstr ""
32605 #: c-family/c-attribs.cc:2817 c-family/c-attribs.cc:3810
32606 #: ada/gcc-interface/utils.cc:6893
32607 #, gcc-internal-format
32608 msgid "attribute %qE argument not a string"
32609 msgstr ""
32611 #: c-family/c-attribs.cc:2850
32612 #, gcc-internal-format
32613 msgid "%+qD declared %qs after being used"
32614 msgstr ""
32616 #: c-family/c-attribs.cc:2900
32617 #, gcc-internal-format
32618 msgid "%qE attribute argument cannot be a string"
32619 msgstr ""
32621 #: c-family/c-attribs.cc:2913
32622 #, gcc-internal-format
32623 msgid "%qE attribute argument cannot be a constant arithmetic expression"
32624 msgstr ""
32626 #: c-family/c-attribs.cc:2924
32627 #, gcc-internal-format
32628 msgid "%qE attribute ignored on a redeclaration of the referenced symbol"
32629 msgstr ""
32631 #: c-family/c-attribs.cc:2979
32632 #, gcc-internal-format
32633 msgid "%qE attribute ignored on a declaration of a different kind than referenced symbol"
32634 msgstr ""
32636 #: c-family/c-attribs.cc:2984
32637 #, gcc-internal-format
32638 msgid "symbol %qD referenced by %qD declared here"
32639 msgstr ""
32641 #: c-family/c-attribs.cc:3032
32642 #, gcc-internal-format
32643 msgid "%qE attribute must apply to a declaration"
32644 msgstr ""
32646 #: c-family/c-attribs.cc:3090
32647 #, gcc-internal-format
32648 msgid "indirect function %q+D cannot be declared %qE"
32649 msgstr ""
32651 #: c-family/c-attribs.cc:3113
32652 #, gcc-internal-format
32653 msgid "%qE attribute must appear before %qs attribute"
32654 msgstr ""
32656 #: c-family/c-attribs.cc:3126
32657 #, gcc-internal-format
32658 msgid "%+qD declared %qE after being used"
32659 msgstr ""
32661 #: c-family/c-attribs.cc:3150
32662 #, gcc-internal-format
32663 msgid "%qE attribute ignored on non-class types"
32664 msgstr ""
32666 #: c-family/c-attribs.cc:3156
32667 #, gcc-internal-format
32668 msgid "%qE attribute ignored because %qT is already defined"
32669 msgstr ""
32671 #: c-family/c-attribs.cc:3169
32672 #, gcc-internal-format
32673 msgid "visibility argument not a string"
32674 msgstr ""
32676 #: c-family/c-attribs.cc:3181 d/d-attribs.cc:1581
32677 #, gcc-internal-format
32678 msgid "%qE attribute ignored on types"
32679 msgstr ""
32681 #: c-family/c-attribs.cc:3197 d/d-attribs.cc:1610
32682 #, gcc-internal-format
32683 msgid "attribute %qE argument must be one of %qs, %qs, %qs, or %qs"
32684 msgstr ""
32686 #: c-family/c-attribs.cc:3209 d/d-attribs.cc:1621
32687 #, gcc-internal-format
32688 msgid "%qD redeclared with different visibility"
32689 msgstr ""
32691 #: c-family/c-attribs.cc:3212 c-family/c-attribs.cc:3216 d/d-attribs.cc:1624
32692 #: d/d-attribs.cc:1628
32693 #, gcc-internal-format
32694 msgid "%qD was declared %qs which implies default visibility"
32695 msgstr ""
32697 #: c-family/c-attribs.cc:3253
32698 #, gcc-internal-format
32699 msgid "%qE attribute ignored because %qD does not have thread storage duration"
32700 msgstr ""
32702 #: c-family/c-attribs.cc:3275
32703 #, gcc-internal-format
32704 msgid "%qE argument must be one of %qs, %qs, %qs, or %qs"
32705 msgstr ""
32707 #: c-family/c-attribs.cc:3297 c-family/c-attribs.cc:3893
32708 #: c-family/c-attribs.cc:5697 c-family/c-attribs.cc:5724
32709 #: config/m32c/m32c.cc:2939 ada/gcc-interface/utils.cc:7073
32710 #, gcc-internal-format
32711 msgid "%qE attribute applies only to functions"
32712 msgstr ""
32714 #: c-family/c-attribs.cc:3343
32715 #, gcc-internal-format
32716 msgid "%<%E (%E)%> attribute ignored on functions declared %qs"
32717 msgstr ""
32719 #: c-family/c-attribs.cc:3353
32720 #, gcc-internal-format
32721 msgid "%<%E (%E)%> attribute ignored with deallocation functions declared %qs"
32722 msgstr ""
32724 #: c-family/c-attribs.cc:3357
32725 #, gcc-internal-format
32726 msgid "deallocation function declared here"
32727 msgstr ""
32729 #: c-family/c-attribs.cc:3384
32730 #, gcc-internal-format
32731 msgid "%qE attribute ignored; valid only for functions"
32732 msgstr ""
32734 #: c-family/c-attribs.cc:3394
32735 #, gcc-internal-format
32736 msgid "%qE attribute ignored on functions returning %qT; valid only for pointer return types"
32737 msgstr ""
32739 #. Handle specially the common case of specifying one of a number
32740 #. of overloads, such as operator delete.
32741 #: c-family/c-attribs.cc:3440
32742 #, gcc-internal-format
32743 msgid "%qE attribute argument 1 is ambiguous"
32744 msgstr ""
32746 #: c-family/c-attribs.cc:3442
32747 #, gcc-internal-format
32748 msgid "use a cast to the expected type to disambiguate"
32749 msgstr ""
32751 #: c-family/c-attribs.cc:3447
32752 #, gcc-internal-format
32753 msgid "%qE attribute argument 1 does not name a function"
32754 msgstr ""
32756 #: c-family/c-attribs.cc:3450
32757 #, gcc-internal-format
32758 msgid "argument references a symbol declared here"
32759 msgstr "аргумент посилається на символ, який оголошено тут:"
32761 #. Reject functions without a prototype.
32762 #: c-family/c-attribs.cc:3466
32763 #, gcc-internal-format
32764 msgid "%qE attribute argument 1 must take a pointer type as its first argument"
32765 msgstr ""
32767 #: c-family/c-attribs.cc:3469 c-family/c-attribs.cc:3482
32768 #, gcc-internal-format
32769 msgid "referenced symbol declared here"
32770 msgstr ""
32772 #. Reject functions that don't take a pointer as their first
32773 #. argument.
32774 #: c-family/c-attribs.cc:3479
32775 #, gcc-internal-format
32776 msgid "%qE attribute argument 1 must take a pointer type as its first argument; have %qT"
32777 msgstr ""
32779 #: c-family/c-attribs.cc:3593 c-family/c-attribs.cc:3641
32780 #: c-family/c-attribs.cc:3668 d/d-attribs.cc:1326
32781 #, gcc-internal-format
32782 msgid "%qE attribute ignored on a function returning %qT"
32783 msgstr ""
32785 #: c-family/c-attribs.cc:3687
32786 #, gcc-internal-format
32787 msgid "%qE attribute argument %E is not an integer constant"
32788 msgstr "аргумент атрибута %qE, %E, не є цілим сталим значенням"
32790 #: c-family/c-attribs.cc:3695
32791 #, gcc-internal-format
32792 msgid "%qE attribute argument %E is not positive"
32793 msgstr ""
32795 #: c-family/c-attribs.cc:3706
32796 #, gcc-internal-format
32797 msgid "%qE attribute argument %E is not a power of 2"
32798 msgstr ""
32800 #: c-family/c-attribs.cc:3719
32801 #, gcc-internal-format
32802 msgid "%qE attribute argument %E is not in the range [0, %wu]"
32803 msgstr ""
32805 #: c-family/c-attribs.cc:3823 ada/gcc-interface/utils.cc:6906
32806 #, gcc-internal-format
32807 msgid "only %<inbranch%> and %<notinbranch%> flags are allowed for %<__simd__%> attribute"
32808 msgstr ""
32810 #: c-family/c-attribs.cc:3899 c-family/c-attribs.cc:5703
32811 #, gcc-internal-format
32812 msgid "cannot set %qE attribute after definition"
32813 msgstr ""
32815 #: c-family/c-attribs.cc:3966
32816 #, gcc-internal-format
32817 msgid "%qE attribute duplicated"
32818 msgstr ""
32820 #: c-family/c-attribs.cc:3968
32821 #, gcc-internal-format
32822 msgid "%qE attribute follows %qE"
32823 msgstr ""
32825 #: c-family/c-attribs.cc:4067
32826 #, gcc-internal-format
32827 msgid "type was previously declared %qE"
32828 msgstr ""
32830 #: c-family/c-attribs.cc:4080 cp/class.cc:4792
32831 #, gcc-internal-format
32832 msgid "%<transaction_safe_dynamic%> may only be specified for a virtual function"
32833 msgstr ""
32835 #: c-family/c-attribs.cc:4138
32836 #, gcc-internal-format
32837 msgid "%qE argument not an identifier"
32838 msgstr ""
32840 #: c-family/c-attribs.cc:4149
32841 #, gcc-internal-format
32842 msgid "%qD is not compatible with %qD"
32843 msgstr ""
32845 #: c-family/c-attribs.cc:4152
32846 #, gcc-internal-format
32847 msgid "%qE argument is not a function"
32848 msgstr ""
32850 #: c-family/c-attribs.cc:4200 cp/name-lookup.cc:6055
32851 #, gcc-internal-format
32852 msgid "deprecated message is not a string"
32853 msgstr ""
32855 #: c-family/c-attribs.cc:4249 c-family/c-attribs.cc:4314
32856 #, gcc-internal-format
32857 msgid "%qE attribute ignored for %qE"
32858 msgstr ""
32860 #: c-family/c-attribs.cc:4273
32861 #, gcc-internal-format
32862 msgid "the message attached to %<unavailable%> is not a string"
32863 msgstr ""
32865 #: c-family/c-attribs.cc:4372 c-family/c-attribs.cc:4374
32866 #, gcc-internal-format
32867 msgid "invalid vector type for attribute %qE"
32868 msgstr ""
32870 #: c-family/c-attribs.cc:4409 c-family/c-attribs.cc:4413
32871 #, gcc-internal-format
32872 msgid "%qE attribute argument value %qE is negative"
32873 msgstr "значення аргументу атрибута %qE, %qE, від'ємним"
32875 #: c-family/c-attribs.cc:4426 c-family/c-attribs.cc:4430
32876 #, gcc-internal-format
32877 msgid "%qE attribute argument value %qE exceeds %wu"
32878 msgstr "значення аргументу атрибута %qE, %qE, перевищує %wu"
32880 #: c-family/c-attribs.cc:4438 ada/gcc-interface/utils.cc:4158
32881 #, gcc-internal-format
32882 msgid "vector size not an integral multiple of component size"
32883 msgstr ""
32885 #: c-family/c-attribs.cc:4444 ada/gcc-interface/utils.cc:4165
32886 #, gcc-internal-format
32887 msgid "zero vector size"
32888 msgstr ""
32890 #: c-family/c-attribs.cc:4453 c-family/c-attribs.cc:4456
32891 #, gcc-internal-format
32892 msgid "number of vector components %wu not a power of two"
32893 msgstr ""
32895 #: c-family/c-attribs.cc:4463 c-family/c-attribs.cc:4467
32896 #, gcc-internal-format
32897 msgid "number of vector components %wu exceeds %d"
32898 msgstr ""
32900 #: c-family/c-attribs.cc:4527
32901 #, gcc-internal-format
32902 msgid "%qE attribute only supported on non-mask vector types"
32903 msgstr "підтримку атрибута %qE передбачено лише для немаскованих векторних типів"
32905 #: c-family/c-attribs.cc:4560 c-family/c-attribs.cc:4600
32906 #, gcc-internal-format
32907 msgid "%qE attribute without arguments on a non-prototype"
32908 msgstr ""
32910 #: c-family/c-attribs.cc:4641
32911 #, gcc-internal-format
32912 msgid "%qE attribute ignored on objects of type %qT"
32913 msgstr ""
32915 #: c-family/c-attribs.cc:4649
32916 #, gcc-internal-format
32917 msgid "%qE attribute does not apply to functions"
32918 msgstr ""
32920 #: c-family/c-attribs.cc:4783
32921 #, gcc-internal-format
32922 msgid "attribute %qs mismatch with mode %qs"
32923 msgstr ""
32925 #: c-family/c-attribs.cc:4832
32926 #, gcc-internal-format
32927 msgid "attribute %qs missing positional argument 2 provided in previous designation by argument %u"
32928 msgstr ""
32930 #: c-family/c-attribs.cc:4838
32931 #, gcc-internal-format
32932 msgid "attribute %qs positional argument 2 missing in previous designation"
32933 msgstr ""
32935 #: c-family/c-attribs.cc:4844
32936 #, gcc-internal-format
32937 msgid "attribute %qs positional argument 2 conflicts with previous designation by argument %u"
32938 msgstr ""
32940 #: c-family/c-attribs.cc:4852
32941 #, gcc-internal-format
32942 msgid "attribute %qs mismatched positional argument values %i and %i"
32943 msgstr ""
32945 #: c-family/c-attribs.cc:4874
32946 #, gcc-internal-format, gfc-internal-format
32947 msgid "designating the bound of variable length array argument %u"
32948 msgstr ""
32950 #: c-family/c-attribs.cc:4957
32951 #, gcc-internal-format
32952 msgid "attribute %qE without arguments on a non-prototype"
32953 msgstr ""
32955 #: c-family/c-attribs.cc:5007
32956 #, gcc-internal-format
32957 msgid "attribute %qE invalid mode"
32958 msgstr ""
32960 #: c-family/c-attribs.cc:5016
32961 #, gcc-internal-format
32962 msgid "attribute %qE mode %qE is not an identifier; expected one of %qs, %qs, %qs, or %qs"
32963 msgstr ""
32965 #: c-family/c-attribs.cc:5043
32966 #, gcc-internal-format
32967 msgid "attribute %qE invalid mode %qs; expected one of %qs, %qs, %qs, or %qs"
32968 msgstr ""
32970 #: c-family/c-attribs.cc:5054
32971 #, gcc-internal-format
32972 msgid "attribute %qE unexpected %<(%> after mode %qs; expected a positional argument or %<)%>"
32973 msgstr ""
32975 #. The first positional argument is required.  It may be worth
32976 #. dropping the requirement at some point and having read_only
32977 #. apply to all const-qualified pointers and read_write or
32978 #. write_only to the rest.
32979 #: c-family/c-attribs.cc:5067
32980 #, gcc-internal-format
32981 msgid "attribute %<%E(%s)%> missing an argument"
32982 msgstr ""
32984 #: c-family/c-attribs.cc:5108
32985 #, gcc-internal-format
32986 msgid "attribute %<%E(%s, %E, %E)%> invalid positional argument %i"
32987 msgstr ""
32989 #: c-family/c-attribs.cc:5111
32990 #, gcc-internal-format
32991 msgid "attribute %<%E(%s, %E)%> invalid positional argument %i"
32992 msgstr ""
32994 #: c-family/c-attribs.cc:5136
32995 #, gcc-internal-format
32996 msgid "attribute %qs positional argument %i invalid value %wi"
32997 msgstr ""
32999 #: c-family/c-attribs.cc:5140
33000 #, gcc-internal-format
33001 msgid "attribute %qs positional argument %i value %wi exceeds number of function arguments %u"
33002 msgstr ""
33004 #: c-family/c-attribs.cc:5147
33005 #, gcc-internal-format
33006 msgid "attribute %qs invalid positional argument"
33007 msgstr ""
33009 #. The first argument must have a pointer or reference type.
33010 #: c-family/c-attribs.cc:5155
33011 #, gcc-internal-format
33012 msgid "attribute %qs positional argument 1 references non-pointer argument type %qT"
33013 msgstr ""
33015 #: c-family/c-attribs.cc:5166
33016 #, gcc-internal-format
33017 msgid "attribute %qs positional argument 1 references argument of function type %qT"
33018 msgstr ""
33020 #: c-family/c-attribs.cc:5179
33021 #, gcc-internal-format
33022 msgid "attribute %qs positional argument 1 references %qs-qualified argument type %qT"
33023 msgstr ""
33025 #: c-family/c-attribs.cc:5197
33026 #, gcc-internal-format
33027 msgid "attribute %qs positional argument 2 references non-integer argument type %qT"
33028 msgstr ""
33030 #: c-family/c-attribs.cc:5429
33031 #, gcc-internal-format
33032 msgid "cleanup argument not an identifier"
33033 msgstr ""
33035 #: c-family/c-attribs.cc:5436
33036 #, gcc-internal-format
33037 msgid "cleanup argument not a function"
33038 msgstr ""
33040 #: c-family/c-attribs.cc:5473
33041 #, gcc-internal-format
33042 msgid "%qE attribute requires prototypes with named arguments"
33043 msgstr ""
33045 #: c-family/c-attribs.cc:5481
33046 #, gcc-internal-format
33047 msgid "%qE attribute only applies to variadic functions"
33048 msgstr ""
33050 #: c-family/c-attribs.cc:5497 ada/gcc-interface/utils.cc:6536
33051 #, gcc-internal-format
33052 msgid "requested position is not an integer constant"
33053 msgstr ""
33055 #: c-family/c-attribs.cc:5505 ada/gcc-interface/utils.cc:6543
33056 #, gcc-internal-format
33057 msgid "requested position is less than zero"
33058 msgstr ""
33060 #: c-family/c-attribs.cc:5560 ada/gcc-interface/utils.cc:6955
33061 #: d/d-attribs.cc:768
33062 #, gcc-internal-format
33063 msgid "empty string in attribute %<target%>"
33064 msgstr ""
33066 #. The argument must be a constant string.
33067 #: c-family/c-attribs.cc:5582 config/sh/sh.cc:8549 d/d-attribs.cc:1035
33068 #: d/d-attribs.cc:1109 d/d-attribs.cc:1412 d/d-attribs.cc:1454
33069 #: d/d-attribs.cc:1516 d/d-attribs.cc:1595
33070 #, gcc-internal-format
33071 msgid "%qE attribute argument not a string constant"
33072 msgstr ""
33074 #: c-family/c-attribs.cc:5749 ada/gcc-interface/utils.cc:7104
33075 #, gcc-internal-format
33076 msgid "unrecognized %qE attribute argument %qs"
33077 msgstr "нерозпізнаний аргумент атрибута %qE, %qs"
33079 #: c-family/c-attribs.cc:5767
33080 #, gcc-internal-format
33081 msgid "%qE attribute on a function not returning a pointer"
33082 msgstr ""
33084 #: c-family/c-attribs.cc:5782
33085 #, gcc-internal-format
33086 msgid "%qE attribute is only valid on %<struct%> type"
33087 msgstr ""
33089 #: c-family/c-attribs.cc:5830
33090 #, gcc-internal-format
33091 msgid "%qE attribute argument %qE is not an integer constant"
33092 msgstr "аргумент атрибута %qE, %qE, не є цілим сталим значенням"
33094 #: c-family/c-attribs.cc:5839
33095 #, gcc-internal-format
33096 msgid "%qE attribute argument %qE exceeds %u"
33097 msgstr "аргумент атрибуту %qE, %qE, перевищує %u"
33099 #: c-family/c-attribs.cc:5861
33100 #, gcc-internal-format
33101 msgid "%qE attribute may be put on a typedef only; attribute is ignored"
33102 msgstr ""
33104 #: c-family/c-attribs.cc:5873
33105 #, gcc-internal-format
33106 msgid "%qE attribute is for pointer types only"
33107 msgstr "атрибут %qE призначено лише для типів вказівників"
33109 #: c-family/c-attribs.cc:5892
33110 #, gcc-internal-format
33111 msgid "%qE is only applicable to Objective-C class interfaces, attribute ignored"
33112 msgstr ""
33114 #: c-family/c-attribs.cc:5915
33115 #, gcc-internal-format
33116 msgid "%qE cannot be applied to non-pointer type %qT"
33117 msgstr "%qE не може бути застосовано до типу %qT, який не є вказівниковим"
33119 #: c-family/c-attribs.cc:5940
33120 #, gcc-internal-format
33121 msgid "%qE attribute argument %qE is not recognised"
33122 msgstr "аргумент атрибута %qE, %qE, не розпізнано"
33124 #: c-family/c-attribs.cc:5955
33125 #, gcc-internal-format
33126 msgid "%qE attribute ignored; valid only for functions and function pointer fields"
33127 msgstr ""
33129 #: c-family/c-attribs.cc:5966
33130 #, gcc-internal-format
33131 msgid "%qE attribute ignored; field must be a function pointer"
33132 msgstr "атрибут %qE проігноровано; поле має бути вказівником на функцію"
33134 #: c-family/c-attribs.cc:5990
33135 #, gcc-internal-format
33136 msgid "unknown attribute %qE"
33137 msgstr "невідомий атрибут %qE"
33139 #: c-family/c-attribs.cc:6017
33140 #, gcc-internal-format
33141 msgid "invalid operand type %qT for %qs"
33142 msgstr "некоректний тип операнда %qT %qs"
33144 #: c-family/c-attribs.cc:6121
33145 #, gcc-internal-format
33146 msgid "%qs attribute not supported for %qT in %<__builtin_has_attribute%>"
33147 msgstr ""
33149 #: c-family/c-attribs.cc:6123
33150 #, gcc-internal-format
33151 msgid "%qs attribute not supported for %qE in %<__builtin_has_attribute%>"
33152 msgstr ""
33154 #: c-family/c-attribs.cc:6300
33155 #, gcc-internal-format
33156 msgid "%qs attribute not supported in %<__builtin_has_attribute%>"
33157 msgstr ""
33159 #: c-family/c-common.cc:739
33160 #, gcc-internal-format
33161 msgid "%qD is not defined outside of function scope"
33162 msgstr ""
33164 #: c-family/c-common.cc:784
33165 #, gcc-internal-format
33166 msgid "size of string literal is too large"
33167 msgstr ""
33169 #: c-family/c-common.cc:807
33170 #, gcc-internal-format
33171 msgid "string length %qd is greater than the length %qd ISO C%d compilers are required to support"
33172 msgstr ""
33174 #: c-family/c-common.cc:980
33175 #, gcc-internal-format
33176 msgid "use %<-flax-vector-conversions%> to permit conversions between vectors with differing element types or numbers of subparts"
33177 msgstr ""
33179 #: c-family/c-common.cc:1021
33180 #, gcc-internal-format
33181 msgid "%<__builtin_shuffle%> last argument must be an integer vector"
33182 msgstr ""
33184 #: c-family/c-common.cc:1030
33185 #, gcc-internal-format
33186 msgid "%<__builtin_shuffle%> arguments must be vectors"
33187 msgstr ""
33189 #: c-family/c-common.cc:1037
33190 #, gcc-internal-format
33191 msgid "%<__builtin_shuffle%> argument vectors must be of the same type"
33192 msgstr ""
33194 #: c-family/c-common.cc:1048
33195 #, gcc-internal-format
33196 msgid "%<__builtin_shuffle%> number of elements of the argument vector(s) and the mask vector should be the same"
33197 msgstr ""
33199 #: c-family/c-common.cc:1058
33200 #, gcc-internal-format
33201 msgid "%<__builtin_shuffle%> argument vector(s) inner type must have the same size as inner type of the mask"
33202 msgstr ""
33204 #: c-family/c-common.cc:1109
33205 #, gcc-internal-format
33206 msgid "%<__builtin_shufflevector%> arguments must be vectors"
33207 msgstr ""
33209 #: c-family/c-common.cc:1120
33210 #, gcc-internal-format
33211 msgid "%<__builtin_shufflevector%> arguments must be constant size vectors"
33212 msgstr ""
33214 #: c-family/c-common.cc:1129
33215 #, gcc-internal-format
33216 msgid "%<__builtin_shufflevector%> argument vectors must have the same element type"
33217 msgstr ""
33219 #: c-family/c-common.cc:1137
33220 #, gcc-internal-format
33221 msgid "%<__builtin_shufflevector%> must specify a result with a power of two number of elements"
33222 msgstr ""
33224 #: c-family/c-common.cc:1162 c-family/c-common.cc:1172
33225 #, gcc-internal-format
33226 msgid "invalid element index %qE to %<__builtin_shufflevector%>"
33227 msgstr "некоректний індекс елемента %qE до %<__builtin_shufflevector%>"
33229 #: c-family/c-common.cc:1250
33230 #, gcc-internal-format
33231 msgid "%<__builtin_convertvector%> first argument must be an integer or floating vector"
33232 msgstr ""
33234 #: c-family/c-common.cc:1259
33235 #, gcc-internal-format
33236 msgid "%<__builtin_convertvector%> second argument must be an integer or floating vector type"
33237 msgstr ""
33239 #: c-family/c-common.cc:1268
33240 #, gcc-internal-format
33241 msgid "%<__builtin_convertvector%> number of elements of the first argument vector and the second argument vector type should be the same"
33242 msgstr ""
33244 #: c-family/c-common.cc:1895
33245 #, gcc-internal-format
33246 msgid "operation on %qE may be undefined"
33247 msgstr ""
33249 #: c-family/c-common.cc:2247
33250 #, gcc-internal-format
33251 msgid "case label does not reduce to an integer constant"
33252 msgstr ""
33254 #: c-family/c-common.cc:2334
33255 #, gcc-internal-format
33256 msgid "GCC cannot support operators with integer types and fixed-point types that have too many integral and fractional bits together"
33257 msgstr ""
33259 #: c-family/c-common.cc:2879
33260 #, gcc-internal-format
33261 msgid "invalid operands to binary %s (have %qT and %qT)"
33262 msgstr ""
33264 #: c-family/c-common.cc:3128
33265 #, gcc-internal-format
33266 msgid "comparison is always false due to limited range of data type"
33267 msgstr ""
33269 #: c-family/c-common.cc:3131
33270 #, gcc-internal-format
33271 msgid "comparison is always true due to limited range of data type"
33272 msgstr ""
33274 #: c-family/c-common.cc:3233
33275 #, gcc-internal-format
33276 msgid "comparison of unsigned expression in %<>= 0%> is always true"
33277 msgstr ""
33279 #: c-family/c-common.cc:3241
33280 #, gcc-internal-format
33281 msgid "comparison of unsigned expression in %<< 0%> is always false"
33282 msgstr ""
33284 #: c-family/c-common.cc:3285
33285 #, gcc-internal-format
33286 msgid "pointer of type %<void *%> used in arithmetic"
33287 msgstr ""
33289 #: c-family/c-common.cc:3294
33290 #, gcc-internal-format
33291 msgid "pointer to a function used in arithmetic"
33292 msgstr ""
33294 #: c-family/c-common.cc:3511
33295 #, gcc-internal-format
33296 msgid "enum constant in boolean context"
33297 msgstr ""
33299 #: c-family/c-common.cc:3541 d/d-convert.cc:149
33300 #, gcc-internal-format
33301 msgid "the address of %qD will always evaluate as %<true%>"
33302 msgstr ""
33304 #: c-family/c-common.cc:3586
33305 #, gcc-internal-format
33306 msgid "%<*%> in boolean context, suggest %<&&%> instead"
33307 msgstr ""
33309 #: c-family/c-common.cc:3598
33310 #, gcc-internal-format
33311 msgid "%<<<%> in boolean context, did you mean %<<%>?"
33312 msgstr ""
33314 #: c-family/c-common.cc:3614
33315 #, gcc-internal-format
33316 msgid "%<?:%> using integer constants in boolean context, the expression will always evaluate to %<true%>"
33317 msgstr ""
33319 #: c-family/c-common.cc:3623
33320 #, gcc-internal-format
33321 msgid "%<?:%> using integer constants in boolean context"
33322 msgstr ""
33324 #: c-family/c-common.cc:3659
33325 #, gcc-internal-format
33326 msgid "the compiler can assume that the address of %qD will always evaluate to %<true%>"
33327 msgstr ""
33329 #: c-family/c-common.cc:3694 cp/semantics.cc:874 cp/typeck.cc:10358
33330 #, gcc-internal-format
33331 msgid "suggest parentheses around assignment used as truth value"
33332 msgstr ""
33334 #: c-family/c-common.cc:3781 c/c-decl.cc:4842 c/c-decl.cc:7424
33335 #: c/c-parser.cc:3524 c/c-typeck.cc:16346
33336 #, gcc-internal-format
33337 msgid "invalid use of %<restrict%>"
33338 msgstr "некоректне використання %<restrict%>"
33340 #: c-family/c-common.cc:3855
33341 #, gcc-internal-format
33342 msgid "invalid application of %<sizeof%> to a function type"
33343 msgstr ""
33345 #: c-family/c-common.cc:3865
33346 #, gcc-internal-format
33347 msgid "ISO C++ does not permit %<alignof%> applied to a function type"
33348 msgstr ""
33350 #: c-family/c-common.cc:3868
33351 #, gcc-internal-format
33352 msgid "ISO C does not permit %<_Alignof%> applied to a function type"
33353 msgstr ""
33355 #: c-family/c-common.cc:3879 cp/typeck.cc:2057
33356 #, gcc-internal-format
33357 msgid "invalid application of %qs to a void type"
33358 msgstr ""
33360 #: c-family/c-common.cc:3888
33361 #, gcc-internal-format
33362 msgid "invalid application of %qs to incomplete type %qT"
33363 msgstr ""
33365 #: c-family/c-common.cc:3896
33366 #, gcc-internal-format
33367 msgid "invalid application of %qs to array type %qT of incomplete element type"
33368 msgstr ""
33370 #: c-family/c-common.cc:3948
33371 #, gcc-internal-format
33372 msgid "%<__alignof%> applied to a bit-field"
33373 msgstr ""
33375 #: c-family/c-common.cc:4769
33376 #, gcc-internal-format
33377 msgid "first argument to %<va_arg%> not of type %<va_list%>"
33378 msgstr ""
33380 #: c-family/c-common.cc:4889
33381 #, gcc-internal-format
33382 msgid "cannot disable built-in function %qs"
33383 msgstr ""
33385 #: c-family/c-common.cc:5081
33386 #, gcc-internal-format
33387 msgid "pointers are not permitted as case values"
33388 msgstr "вказівники не можуть бути значеннями випадків"
33390 #: c-family/c-common.cc:5088
33391 #, gcc-internal-format
33392 msgid "range expressions in switch statements are non-standard"
33393 msgstr ""
33395 #: c-family/c-common.cc:5116
33396 #, gcc-internal-format
33397 msgid "empty range specified"
33398 msgstr ""
33400 #: c-family/c-common.cc:5168
33401 #, gcc-internal-format
33402 msgid "duplicate (or overlapping) case value"
33403 msgstr "дублювання (або перекривання) значення випадку"
33405 #: c-family/c-common.cc:5170
33406 #, gcc-internal-format
33407 msgid "this is the first entry overlapping that value"
33408 msgstr ""
33410 #: c-family/c-common.cc:5174
33411 #, gcc-internal-format
33412 msgid "duplicate case value"
33413 msgstr "дублювання значення випадку"
33415 #: c-family/c-common.cc:5175 c-family/c-warn.cc:2556
33416 #, gcc-internal-format
33417 msgid "previously used here"
33418 msgstr ""
33420 #: c-family/c-common.cc:5179
33421 #, gcc-internal-format
33422 msgid "multiple default labels in one switch"
33423 msgstr ""
33425 #: c-family/c-common.cc:5181
33426 #, gcc-internal-format
33427 msgid "this is the first default label"
33428 msgstr ""
33430 #: c-family/c-common.cc:5293
33431 #, gcc-internal-format
33432 msgid "taking the address of a label is non-standard"
33433 msgstr ""
33435 #: c-family/c-common.cc:5471
33436 #, gcc-internal-format
33437 msgid "requested alignment is not an integer constant"
33438 msgstr ""
33440 #: c-family/c-common.cc:5479 c-family/c-common.cc:5489
33441 #, gcc-internal-format
33442 msgid "requested alignment %qE is not a positive power of 2"
33443 msgstr ""
33445 #: c-family/c-common.cc:5499
33446 #, gcc-internal-format
33447 msgid "requested alignment %qE exceeds object file maximum %u"
33448 msgstr ""
33450 #: c-family/c-common.cc:5507
33451 #, gcc-internal-format
33452 msgid "requested alignment %qE exceeds maximum %u"
33453 msgstr ""
33455 #: c-family/c-common.cc:5682
33456 #, gcc-internal-format
33457 msgid "not enough variable arguments to fit a sentinel"
33458 msgstr ""
33460 #: c-family/c-common.cc:5696
33461 #, gcc-internal-format
33462 msgid "missing sentinel in function call"
33463 msgstr ""
33465 #: c-family/c-common.cc:5923 c-family/c-common.cc:5973 d/d-attribs.cc:834
33466 #: d/d-attribs.cc:884
33467 #, gcc-internal-format
33468 msgid "bad option %qs to attribute %<optimize%>"
33469 msgstr ""
33471 #: c-family/c-common.cc:5926 c-family/c-common.cc:5977
33472 #, gcc-internal-format
33473 msgid "bad option %qs to pragma %<optimize%>"
33474 msgstr ""
33476 #: c-family/c-common.cc:6025
33477 #, gcc-internal-format
33478 msgid "attribute %<fallthrough%> specified multiple times"
33479 msgstr ""
33481 #: c-family/c-common.cc:6029
33482 #, gcc-internal-format
33483 msgid "%<fallthrough%> attribute specified with a parameter"
33484 msgstr ""
33486 #: c-family/c-common.cc:6210 c-family/c-common.cc:7061
33487 #: c-family/c-common.cc:7108 c-family/c-common.cc:7183
33488 #: c-family/c-common.cc:7256 config/aarch64/aarch64-sve-builtins.cc:2125
33489 #: c/c-typeck.cc:3848
33490 #, gcc-internal-format
33491 msgid "too few arguments to function %qE"
33492 msgstr ""
33494 #: c-family/c-common.cc:6215 c-family/c-common.cc:7114
33495 #: c-family/c-common.cc:7282 config/aarch64/aarch64-sve-builtins.cc:2127
33496 #: c/c-typeck.cc:3709
33497 #, gcc-internal-format
33498 msgid "too many arguments to function %qE"
33499 msgstr ""
33501 #: c-family/c-common.cc:6257
33502 #, gcc-internal-format
33503 msgid "third argument to function %qE must be a constant integer"
33504 msgstr ""
33506 #: c-family/c-common.cc:6282
33507 #, gcc-internal-format
33508 msgid "second argument to function %qE must be a constant integer power of 2 between %qi and %qu bits"
33509 msgstr ""
33511 #: c-family/c-common.cc:6304 c-family/c-common.cc:6348
33512 #, gcc-internal-format
33513 msgid "non-floating-point argument in call to function %qE"
33514 msgstr ""
33516 #: c-family/c-common.cc:6327
33517 #, gcc-internal-format
33518 msgid "non-floating-point arguments in call to function %qE"
33519 msgstr ""
33521 #: c-family/c-common.cc:6341
33522 #, gcc-internal-format
33523 msgid "non-const integer argument %u in call to function %qE"
33524 msgstr ""
33526 #: c-family/c-common.cc:6361
33527 #, gcc-internal-format
33528 msgid "non-integer argument 3 in call to function %qE"
33529 msgstr ""
33531 #: c-family/c-common.cc:6378 c-family/c-common.cc:6428
33532 #, gcc-internal-format
33533 msgid "argument %u in call to function %qE does not have integral type"
33534 msgstr ""
33536 #: c-family/c-common.cc:6385
33537 #, gcc-internal-format
33538 msgid "argument 3 in call to function %qE does not have pointer to integral type"
33539 msgstr ""
33541 #: c-family/c-common.cc:6391
33542 #, gcc-internal-format
33543 msgid "argument 3 in call to function %qE has pointer to enumerated type"
33544 msgstr ""
33546 #: c-family/c-common.cc:6397
33547 #, gcc-internal-format
33548 msgid "argument 3 in call to function %qE has pointer to boolean type"
33549 msgstr ""
33551 #: c-family/c-common.cc:6403 c-family/c-common.cc:6410
33552 #: c-family/c-common.cc:6465 c-family/c-common.cc:6472
33553 #, gcc-internal-format
33554 msgid "argument %u in call to function %qE has pointer to %qs type (%qT)"
33555 msgstr ""
33557 #: c-family/c-common.cc:6434
33558 #, gcc-internal-format
33559 msgid "argument 3 in call to function %qE has enumerated type"
33560 msgstr ""
33562 #: c-family/c-common.cc:6440
33563 #, gcc-internal-format
33564 msgid "argument 3 in call to function %qE has boolean type"
33565 msgstr ""
33567 #: c-family/c-common.cc:6453
33568 #, gcc-internal-format
33569 msgid "argument %u in call to function %qE does not have pointer type"
33570 msgstr ""
33572 #: c-family/c-common.cc:6459
33573 #, gcc-internal-format
33574 msgid "argument %u in call to function %qE points to incomplete type"
33575 msgstr ""
33577 #: c-family/c-common.cc:6738 rust/backend/rust-tree.cc:3568
33578 #, gcc-internal-format
33579 msgid "cannot apply %<offsetof%> to static data member %qD"
33580 msgstr ""
33582 #: c-family/c-common.cc:6743 rust/backend/rust-tree.cc:3573
33583 #, gcc-internal-format
33584 msgid "cannot apply %<offsetof%> when %<operator[]%> is overloaded"
33585 msgstr ""
33587 #: c-family/c-common.cc:6750 rust/backend/rust-tree.cc:3580
33588 #, gcc-internal-format
33589 msgid "cannot apply %<offsetof%> to a non constant address"
33590 msgstr ""
33592 #: c-family/c-common.cc:6763 rust/backend/rust-tree.cc:3593
33593 #, gcc-internal-format
33594 msgid "attempt to take address of bit-field structure member %qD"
33595 msgstr ""
33597 #: c-family/c-common.cc:6816 rust/backend/rust-tree.cc:3645
33598 #, gcc-internal-format
33599 msgid "index %E denotes an offset greater than size of %qT"
33600 msgstr ""
33602 #: c-family/c-common.cc:6977
33603 #, gcc-internal-format
33604 msgid "size of array is too large"
33605 msgstr ""
33607 #: c-family/c-common.cc:7091 c-family/c-common.cc:7215
33608 #, gcc-internal-format
33609 msgid "operand type %qT is incompatible with argument %d of %qE"
33610 msgstr ""
33612 #: c-family/c-common.cc:7125
33613 #, gcc-internal-format
33614 msgid "expecting argument of type pointer or of type integer for argument 1"
33615 msgstr ""
33617 #: c-family/c-common.cc:7141
33618 #, gcc-internal-format
33619 msgid "both arguments must be compatible"
33620 msgstr "аргументи мають бути сумісними"
33622 #: c-family/c-common.cc:7357
33623 #, gcc-internal-format
33624 msgid "incorrect number of arguments to function %qE"
33625 msgstr ""
33627 #: c-family/c-common.cc:7371
33628 #, gcc-internal-format
33629 msgid "argument 1 of %qE must be a non-void pointer type"
33630 msgstr ""
33632 #: c-family/c-common.cc:7378
33633 #, gcc-internal-format
33634 msgid "argument 1 of %qE must be a pointer to a complete type"
33635 msgstr ""
33637 #: c-family/c-common.cc:7387
33638 #, gcc-internal-format
33639 msgid "argument 1 of %qE must be a pointer to a constant size type"
33640 msgstr ""
33642 #: c-family/c-common.cc:7398
33643 #, gcc-internal-format
33644 msgid "argument 1 of %qE must be a pointer to a nonzero size object"
33645 msgstr ""
33647 #: c-family/c-common.cc:7419
33648 #, gcc-internal-format
33649 msgid "argument %d of %qE must be a pointer type"
33650 msgstr ""
33652 #: c-family/c-common.cc:7427
33653 #, gcc-internal-format
33654 msgid "argument %d of %qE must be a pointer to a constant size type"
33655 msgstr ""
33657 #: c-family/c-common.cc:7433
33658 #, gcc-internal-format
33659 msgid "argument %d of %qE must not be a pointer to a function"
33660 msgstr ""
33662 #: c-family/c-common.cc:7441
33663 #, gcc-internal-format
33664 msgid "size mismatch in argument %d of %qE"
33665 msgstr ""
33667 #: c-family/c-common.cc:7454
33668 #, gcc-internal-format
33669 msgid "argument %d of %qE must not be a pointer to a %<const%> type"
33670 msgstr ""
33672 #: c-family/c-common.cc:7459
33673 #, gcc-internal-format
33674 msgid "argument %d of %qE discards %<const%> qualifier"
33675 msgstr ""
33677 #: c-family/c-common.cc:7468
33678 #, gcc-internal-format
33679 msgid "argument %d of %qE must not be a pointer to a %<volatile%> type"
33680 msgstr ""
33682 #: c-family/c-common.cc:7473
33683 #, gcc-internal-format
33684 msgid "argument %d of %qE discards %<volatile%> qualifier"
33685 msgstr ""
33687 #: c-family/c-common.cc:7486
33688 #, gcc-internal-format
33689 msgid "non-integer memory model argument %d of %qE"
33690 msgstr ""
33692 #: c-family/c-common.cc:7499
33693 #, gcc-internal-format
33694 msgid "invalid memory model argument %d of %qE"
33695 msgstr ""
33697 #: c-family/c-common.cc:7900
33698 #, gcc-internal-format
33699 msgid "this target does not define a speculation barrier; your program will still execute correctly, but incorrect speculation may not be restricted"
33700 msgstr ""
33702 #: c-family/c-common.cc:8538
33703 #, gcc-internal-format
33704 msgid "index value is out of bound"
33705 msgstr ""
33707 #: c-family/c-common.cc:8580 c-family/c-common.cc:8629
33708 #: c-family/c-common.cc:8645
33709 #, gcc-internal-format
33710 msgid "conversion of scalar %qT to vector %qT involves truncation"
33711 msgstr ""
33713 #. Reject arguments that are built-in functions with
33714 #. no library fallback.
33715 #: c-family/c-common.cc:8733 rust/backend/rust-tree.cc:3464
33716 #, gcc-internal-format
33717 msgid "built-in function %qE must be directly called"
33718 msgstr ""
33720 #: c-family/c-common.cc:8753
33721 #, gcc-internal-format
33722 msgid "size of array %qE is not a constant expression"
33723 msgstr "розмір масиву %qE не є сталим виразом"
33725 #: c-family/c-common.cc:8756
33726 #, gcc-internal-format
33727 msgid "size of array is not a constant expression"
33728 msgstr "розмір масиву не є сталим виразом"
33730 #: c-family/c-common.cc:8760
33731 #, gcc-internal-format
33732 msgid "size %qE of array %qE is negative"
33733 msgstr ""
33735 #: c-family/c-common.cc:8763
33736 #, gcc-internal-format
33737 msgid "size %qE of array is negative"
33738 msgstr ""
33740 #: c-family/c-common.cc:8768
33741 #, gcc-internal-format
33742 msgid "size %qE of array %qE exceeds maximum object size %qE"
33743 msgstr ""
33745 #: c-family/c-common.cc:8771
33746 #, gcc-internal-format
33747 msgid "size %qE of array exceeds maximum object size %qE"
33748 msgstr ""
33750 #: c-family/c-common.cc:8776
33751 #, gcc-internal-format
33752 msgid "size of array %qE exceeds maximum object size %qE"
33753 msgstr ""
33755 #: c-family/c-common.cc:8779
33756 #, gcc-internal-format
33757 msgid "size of array exceeds maximum object size %qE"
33758 msgstr ""
33760 #: c-family/c-common.cc:8850
33761 #, gcc-internal-format
33762 msgid "environment variable %qs must expand to a non-negative integer less than or equal to %wd"
33763 msgstr ""
33765 #: c-family/c-format.cc:197
33766 #, gcc-internal-format
33767 msgid "function does not return string type"
33768 msgstr ""
33770 #: c-family/c-format.cc:231
33771 #, gcc-internal-format
33772 msgid "format string argument is not a string type"
33773 msgstr ""
33775 #: c-family/c-format.cc:257
33776 #, gcc-internal-format
33777 msgid "found a %qs reference but the format argument should be a string"
33778 msgstr ""
33780 #: c-family/c-format.cc:260
33781 #, gcc-internal-format
33782 msgid "found a %qT but the format argument should be a string"
33783 msgstr ""
33785 #: c-family/c-format.cc:270
33786 #, gcc-internal-format
33787 msgid "format argument should be a %qs reference but a string was found"
33788 msgstr ""
33790 #: c-family/c-format.cc:292
33791 #, gcc-internal-format
33792 msgid "format argument should be a %qs reference"
33793 msgstr ""
33795 #: c-family/c-format.cc:346
33796 #, gcc-internal-format
33797 msgid "unrecognized format specifier"
33798 msgstr ""
33800 #: c-family/c-format.cc:359
33801 #, gcc-internal-format
33802 msgid "%qE is only allowed in Objective-C dialects"
33803 msgstr ""
33805 #: c-family/c-format.cc:368
33806 #, gcc-internal-format
33807 msgid "%qE is an unrecognized format function type"
33808 msgstr ""
33810 #: c-family/c-format.cc:386
33811 #, gcc-internal-format
33812 msgid "format string argument follows the arguments to be formatted"
33813 msgstr ""
33815 #: c-family/c-format.cc:1240
33816 #, gcc-internal-format
33817 msgid "function %qD might be a candidate for %qs format attribute"
33818 msgstr ""
33820 #: c-family/c-format.cc:1331 c-family/c-format.cc:1352
33821 #: c-family/c-format.cc:2787
33822 #, gcc-internal-format
33823 msgid "missing $ operand number in format"
33824 msgstr ""
33826 #: c-family/c-format.cc:1361
33827 #, gcc-internal-format, gfc-internal-format
33828 msgid "%s does not support %%n$ operand number formats"
33829 msgstr ""
33831 #: c-family/c-format.cc:1368
33832 #, gcc-internal-format
33833 msgid "operand number out of range in format"
33834 msgstr ""
33836 #: c-family/c-format.cc:1391
33837 #, gcc-internal-format, gfc-internal-format
33838 msgid "format argument %d used more than once in %s format"
33839 msgstr ""
33841 #: c-family/c-format.cc:1424
33842 #, gcc-internal-format
33843 msgid "%<$%>operand number used after format without operand number"
33844 msgstr ""
33846 #: c-family/c-format.cc:1455
33847 #, gcc-internal-format
33848 msgid "format argument %d unused before used argument %d in %<$%>-style format"
33849 msgstr ""
33851 #: c-family/c-format.cc:1558
33852 #, gcc-internal-format
33853 msgid "format not a string literal, format string not checked"
33854 msgstr ""
33856 #: c-family/c-format.cc:1573 c-family/c-format.cc:1576
33857 #, gcc-internal-format
33858 msgid "format not a string literal and no format arguments"
33859 msgstr ""
33861 #: c-family/c-format.cc:1579
33862 #, gcc-internal-format
33863 msgid "format not a string literal, argument types not checked"
33864 msgstr ""
33866 #: c-family/c-format.cc:1596
33867 #, gcc-internal-format
33868 msgid "too many arguments for format"
33869 msgstr ""
33871 #: c-family/c-format.cc:1601
33872 #, gcc-internal-format
33873 msgid "unused arguments in %<$%>-style format"
33874 msgstr ""
33876 #: c-family/c-format.cc:1604
33877 #, gcc-internal-format, gfc-internal-format
33878 msgid "zero-length %s format string"
33879 msgstr ""
33881 #: c-family/c-format.cc:1608
33882 #, gcc-internal-format
33883 msgid "format is a wide character string"
33884 msgstr ""
33886 #: c-family/c-format.cc:1612
33887 #, gcc-internal-format
33888 msgid "format string is not an array of type %qs"
33889 msgstr ""
33891 #: c-family/c-format.cc:1615
33892 #, gcc-internal-format
33893 msgid "unterminated format string"
33894 msgstr ""
33896 #: c-family/c-format.cc:2030
33897 #, gcc-internal-format
33898 msgid "%s used with %<%%%c%> %s format"
33899 msgstr ""
33901 #: c-family/c-format.cc:2040
33902 #, gcc-internal-format, gfc-internal-format
33903 msgid "%s does not support %s"
33904 msgstr ""
33906 #: c-family/c-format.cc:2050
33907 #, gcc-internal-format
33908 msgid "%s does not support %s with the %<%%%c%> %s format"
33909 msgstr ""
33911 #: c-family/c-format.cc:2064
33912 #, gcc-internal-format, gfc-internal-format
33913 msgid "%s used within a quoted sequence"
33914 msgstr ""
33916 #: c-family/c-format.cc:2077
33917 #, gcc-internal-format
33918 msgid "%qc conversion used unquoted"
33919 msgstr ""
33921 #: c-family/c-format.cc:2195 c-family/c-format.cc:2526
33922 #, gcc-internal-format, gfc-internal-format
33923 msgid "repeated %s in format"
33924 msgstr ""
33926 #: c-family/c-format.cc:2206
33927 #, gcc-internal-format
33928 msgid "missing fill character at end of strfmon format"
33929 msgstr ""
33931 #: c-family/c-format.cc:2308
33932 #, gcc-internal-format, gfc-internal-format
33933 msgid "zero width in %s format"
33934 msgstr ""
33936 #: c-family/c-format.cc:2331
33937 #, gcc-internal-format, gfc-internal-format
33938 msgid "empty left precision in %s format"
33939 msgstr ""
33941 #: c-family/c-format.cc:2422
33942 #, gcc-internal-format, gfc-internal-format
33943 msgid "empty precision in %s format"
33944 msgstr ""
33946 #: c-family/c-format.cc:2500
33947 #, gcc-internal-format
33948 msgid "%s does not support the %qs %s length modifier"
33949 msgstr ""
33951 #: c-family/c-format.cc:2556
33952 #, gcc-internal-format
33953 msgid "unknown conversion type character %qc in format"
33954 msgstr ""
33956 #: c-family/c-format.cc:2568
33957 #, gcc-internal-format
33958 msgid "%s does not support the %<%%%c%> %s format"
33959 msgstr ""
33961 #: c-family/c-format.cc:2600
33962 #, gcc-internal-format
33963 msgid "%s ignored with %s and %<%%%c%> %s format"
33964 msgstr ""
33966 #: c-family/c-format.cc:2605
33967 #, gcc-internal-format, gfc-internal-format
33968 msgid "%s ignored with %s in %s format"
33969 msgstr ""
33971 #: c-family/c-format.cc:2612
33972 #, gcc-internal-format
33973 msgid "use of %s and %s together with %<%%%c%> %s format"
33974 msgstr ""
33976 #: c-family/c-format.cc:2617
33977 #, gcc-internal-format, gfc-internal-format
33978 msgid "use of %s and %s together in %s format"
33979 msgstr ""
33981 #: c-family/c-format.cc:2644
33982 #, gcc-internal-format
33983 msgid "%<%%%c%> yields only last 2 digits of year in some locales"
33984 msgstr ""
33986 #: c-family/c-format.cc:2648
33987 #, gcc-internal-format
33988 msgid "%<%%%c%> yields only last 2 digits of year"
33989 msgstr ""
33991 #: c-family/c-format.cc:2675
33992 #, gcc-internal-format
33993 msgid "no closing %<]%> for %<%%[%> format"
33994 msgstr ""
33996 #: c-family/c-format.cc:2704
33997 #, gcc-internal-format
33998 msgid "use of %qs length modifier with %qc type character has either no effect or undefined behavior"
33999 msgstr ""
34001 #: c-family/c-format.cc:2726
34002 #, gcc-internal-format
34003 msgid "%s does not support the %<%%%s%c%> %s format"
34004 msgstr ""
34006 #: c-family/c-format.cc:2764
34007 #, gcc-internal-format
34008 msgid "operand number specified with suppressed assignment"
34009 msgstr ""
34011 #: c-family/c-format.cc:2768
34012 #, gcc-internal-format
34013 msgid "operand number specified for format taking no argument"
34014 msgstr ""
34016 #: c-family/c-format.cc:3118
34017 #, gcc-internal-format
34018 msgid "unquoted type name %<%.*s%> in format"
34019 msgstr ""
34021 #: c-family/c-format.cc:3120
34022 #, gcc-internal-format
34023 msgid "unquoted operator %<%.*s%> in format"
34024 msgstr ""
34026 #: c-family/c-format.cc:3121
34027 #, gcc-internal-format
34028 msgid "unquoted keyword %<%.*s%> in format"
34029 msgstr ""
34031 #: c-family/c-format.cc:3124
34032 #, gcc-internal-format
34033 msgid "use %qs instead"
34034 msgstr ""
34036 #: c-family/c-format.cc:3176
34037 #, gcc-internal-format
34038 msgid "unquoted attribute in format"
34039 msgstr ""
34041 #: c-family/c-format.cc:3189
34042 #, gcc-internal-format
34043 msgid "unquoted name of built-in function %<%.*s%> in format"
34044 msgstr ""
34046 #: c-family/c-format.cc:3203
34047 #, gcc-internal-format
34048 msgid "unquoted identifier or keyword %<%.*s%> in format"
34049 msgstr ""
34051 #: c-family/c-format.cc:3237
34052 #, gcc-internal-format
34053 msgid "misspelled term %<%.*s%> in format; use %<%s%s%> instead"
34054 msgstr ""
34056 #: c-family/c-format.cc:3281
34057 #, gcc-internal-format
34058 msgid "quoted %qs directive in format; use %qs instead"
34059 msgstr ""
34061 #: c-family/c-format.cc:3288 c-family/c-format.cc:3559
34062 #, gcc-internal-format
34063 msgid "contraction %<%.*s%> in format; use %qs instead"
34064 msgstr ""
34066 #: c-family/c-format.cc:3328
34067 #, gcc-internal-format
34068 msgid "unquoted whitespace character %qc in format"
34069 msgstr ""
34071 #: c-family/c-format.cc:3341
34072 #, gcc-internal-format
34073 msgid "spurious trailing space in format"
34074 msgstr ""
34076 #: c-family/c-format.cc:3362
34077 #, gcc-internal-format
34078 msgid "inconsistent capitalization in format"
34079 msgstr ""
34081 #: c-family/c-format.cc:3369
34082 #, gcc-internal-format, gfc-internal-format
34083 msgid "unquoted sequence of %i consecutive space characters in format"
34084 msgstr ""
34086 #: c-family/c-format.cc:3389
34087 #, gcc-internal-format
34088 msgid "unquoted control characters in format"
34089 msgstr ""
34091 #: c-family/c-format.cc:3396
34092 #, gcc-internal-format
34093 msgid "unquoted control character %qc in format"
34094 msgstr ""
34096 #: c-family/c-format.cc:3454
34097 #, gcc-internal-format
34098 msgid "unquoted option name %<%.*s%> in format"
34099 msgstr ""
34101 #: c-family/c-format.cc:3514
34102 #, gcc-internal-format
34103 msgid "unbalanced punctuation character %qc in format"
34104 msgstr ""
34106 #: c-family/c-format.cc:3533
34107 #, gcc-internal-format
34108 msgid "unquoted preprocessing directive %<%.*s%> in format"
34109 msgstr ""
34111 #: c-family/c-format.cc:3569
34112 #, gcc-internal-format
34113 msgid "bare apostrophe %<'%> in format"
34114 msgstr ""
34116 #: c-family/c-format.cc:3571
34117 #, gcc-internal-format
34118 msgid "if avoiding the apostrophe is not feasible, enclose it in a pair of %qs and %qs directives instead"
34119 msgstr ""
34121 #: c-family/c-format.cc:3583
34122 #, gcc-internal-format
34123 msgid "grave accent %<`%> in format"
34124 msgstr ""
34126 #: c-family/c-format.cc:3585
34127 #, gcc-internal-format
34128 msgid "use the apostrophe directive %qs instead"
34129 msgstr ""
34131 #: c-family/c-format.cc:3597
34132 #, gcc-internal-format
34133 msgid "space followed by punctuation character %<%c%>"
34134 msgstr ""
34136 #: c-family/c-format.cc:3608
34137 #, gcc-internal-format
34138 msgid "quoted %qs directive in format"
34139 msgstr ""
34141 #: c-family/c-format.cc:3610
34142 #, gcc-internal-format
34143 msgid "if using %qs is not feasible, use %qs instead"
34144 msgstr ""
34146 #: c-family/c-format.cc:3639
34147 #, gcc-internal-format
34148 msgid "spurious leading punctuation sequence %<%.*s%> in format"
34149 msgstr ""
34151 #: c-family/c-format.cc:3679
34152 #, gcc-internal-format
34153 msgid "spurious trailing punctuation sequence %<%.*s%> in format"
34154 msgstr ""
34156 #: c-family/c-format.cc:3696
34157 #, gcc-internal-format
34158 msgid "unquoted sequence of %i consecutive punctuation characters %q.*s in format"
34159 msgstr ""
34161 #: c-family/c-format.cc:3716
34162 #, gcc-internal-format
34163 msgid "unquoted non-graph characters in format"
34164 msgstr ""
34166 #: c-family/c-format.cc:3723
34167 #, gcc-internal-format
34168 msgid "unquoted non-graph character %qc in format"
34169 msgstr ""
34171 #: c-family/c-format.cc:3755
34172 #, gcc-internal-format
34173 msgid "unbalanced punctuation character %<%c%> in format"
34174 msgstr ""
34176 #: c-family/c-format.cc:3762
34177 #, gcc-internal-format
34178 msgid "unterminated quoting directive"
34179 msgstr ""
34181 #: c-family/c-format.cc:3771
34182 #, gcc-internal-format
34183 msgid "unterminated quote character %<%c%> in format"
34184 msgstr ""
34186 #: c-family/c-format.cc:3841
34187 #, gcc-internal-format
34188 msgid "spurious trailing %<%%%> in format"
34189 msgstr ""
34191 #: c-family/c-format.cc:3901
34192 #, gcc-internal-format
34193 msgid "conversion lacks type at end of format"
34194 msgstr ""
34196 #: c-family/c-format.cc:3930
34197 #, gcc-internal-format
34198 msgid "nested quoting directive"
34199 msgstr ""
34201 #: c-family/c-format.cc:3941
34202 #, gcc-internal-format
34203 msgid "unmatched quoting directive"
34204 msgstr ""
34206 #: c-family/c-format.cc:3956
34207 #, gcc-internal-format
34208 msgid "%qc directive redundant after prior occurence of the same"
34209 msgstr ""
34211 #: c-family/c-format.cc:3962
34212 #, gcc-internal-format
34213 msgid "unmatched color reset directive"
34214 msgstr ""
34216 #: c-family/c-format.cc:3974
34217 #, gcc-internal-format
34218 msgid "%qc conversion used within a quoted sequence"
34219 msgstr ""
34221 #: c-family/c-format.cc:4014
34222 #, gcc-internal-format
34223 msgid "embedded %<\\0%> in format"
34224 msgstr ""
34226 #: c-family/c-format.cc:4030
34227 #, gcc-internal-format
34228 msgid "unterminated color directive"
34229 msgstr ""
34231 #: c-family/c-format.cc:4152
34232 #, gcc-internal-format, gfc-internal-format
34233 msgid "writing through null pointer (argument %d)"
34234 msgstr ""
34236 #: c-family/c-format.cc:4163
34237 #, gcc-internal-format, gfc-internal-format
34238 msgid "reading through null pointer (argument %d)"
34239 msgstr ""
34241 #: c-family/c-format.cc:4183
34242 #, gcc-internal-format, gfc-internal-format
34243 msgid "writing into constant object (argument %d)"
34244 msgstr ""
34246 #: c-family/c-format.cc:4195
34247 #, gcc-internal-format, gfc-internal-format
34248 msgid "extra type qualifiers in format argument (argument %d)"
34249 msgstr ""
34251 #: c-family/c-format.cc:4736
34252 #, gcc-internal-format
34253 msgid "%s %<%s%.*s%> expects argument of type %<%s%s%>, but argument %d has type %qT"
34254 msgstr ""
34256 #: c-family/c-format.cc:4745
34257 #, gcc-internal-format
34258 msgid "%s %<%s%.*s%> expects a matching %<%s%s%> argument"
34259 msgstr ""
34261 #: c-family/c-format.cc:4755
34262 #, gcc-internal-format
34263 msgid "%s %<%s%.*s%> expects argument of type %<%T%s%>, but argument %d has type %qT"
34264 msgstr ""
34266 #: c-family/c-format.cc:4764
34267 #, gcc-internal-format
34268 msgid "%s %<%s%.*s%> expects a matching %<%T%s%> argument"
34269 msgstr ""
34271 #: c-family/c-format.cc:4826 c-family/c-format.cc:4832
34272 #: c-family/c-format.cc:4886
34273 #, gcc-internal-format
34274 msgid "%<__gcc_host_wide_int__%> is not defined as a type"
34275 msgstr "%<__gcc_host_wide_int__%> не визначено як тип"
34277 #: c-family/c-format.cc:4839 c-family/c-format.cc:4896
34278 #, gcc-internal-format
34279 msgid "%<__gcc_host_wide_int__%> is not defined as %<long%> or %<long long%>"
34280 msgstr ""
34282 #: c-family/c-format.cc:4948
34283 #, gcc-internal-format
34284 msgid "%<locus%> is not defined as a type"
34285 msgstr "%<locus%> не визначено як тип"
34287 #: c-family/c-format.cc:4992
34288 #, gcc-internal-format
34289 msgid "%qs is not defined as a type"
34290 msgstr "%qs не визначено як тип"
34292 #: c-family/c-format.cc:5018
34293 #, gcc-internal-format
34294 msgid "%<location_t%> is not defined as a type"
34295 msgstr "%<location_t%> не визначено як тип"
34297 #: c-family/c-format.cc:5035
34298 #, gcc-internal-format
34299 msgid "%<tree%> is not defined as a type"
34300 msgstr "%<tree%> не визначено як тип"
34302 #: c-family/c-format.cc:5041
34303 #, gcc-internal-format
34304 msgid "%<tree%> is not defined as a pointer type"
34305 msgstr ""
34307 #: c-family/c-format.cc:5221
34308 #, gcc-internal-format
34309 msgid "argument to be formatted is not %<...%>"
34310 msgstr ""
34312 #: c-family/c-format.cc:5233
34313 #, gcc-internal-format
34314 msgid "strftime formats cannot format arguments"
34315 msgstr ""
34317 #: c-family/c-indentation.cc:318
34318 #, gcc-internal-format
34319 msgid "%<-Wmisleading-indentation%> is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers"
34320 msgstr ""
34322 #: c-family/c-indentation.cc:323
34323 #, gcc-internal-format
34324 msgid "adding %<-flarge-source-files%> will allow for more column-tracking support, at the expense of compilation time and memory"
34325 msgstr ""
34327 #: c-family/c-indentation.cc:651
34328 #, gcc-internal-format
34329 msgid "this %qs clause does not guard..."
34330 msgstr ""
34332 #: c-family/c-indentation.cc:654
34333 #, gcc-internal-format
34334 msgid "...this statement, but the latter is misleadingly indented as if it were guarded by the %qs"
34335 msgstr ""
34337 #: c-family/c-lex.cc:226
34338 #, gcc-internal-format
34339 msgid "badly nested C headers from preprocessor"
34340 msgstr ""
34342 #: c-family/c-lex.cc:261
34343 #, gcc-internal-format
34344 msgid "ignoring %<#pragma %s %s%>"
34345 msgstr ""
34347 #. ... or not.
34348 #: c-family/c-lex.cc:610 c-family/c-lex.cc:1367
34349 #, gcc-internal-format
34350 msgid "stray %<@%> in program"
34351 msgstr ""
34353 #: c-family/c-lex.cc:625
34354 #, gcc-internal-format
34355 msgid "stray %qs in program"
34356 msgstr ""
34358 #: c-family/c-lex.cc:635
34359 #, gcc-internal-format, gfc-internal-format
34360 msgid "missing terminating %c character"
34361 msgstr "відсутній завершальний символ %c"
34363 #: c-family/c-lex.cc:637
34364 #, gcc-internal-format
34365 msgid "stray %qc in program"
34366 msgstr ""
34368 #: c-family/c-lex.cc:642
34369 #, gcc-internal-format
34370 msgid "stray %<\\%o%> in program"
34371 msgstr ""
34373 #: c-family/c-lex.cc:860
34374 #, gcc-internal-format
34375 msgid "this decimal constant is unsigned only in ISO C90"
34376 msgstr ""
34378 #: c-family/c-lex.cc:864
34379 #, gcc-internal-format
34380 msgid "this decimal constant would be unsigned in ISO C90"
34381 msgstr ""
34383 #: c-family/c-lex.cc:892
34384 #, gcc-internal-format
34385 msgid "integer constant is too large for %<unsigned long%> type"
34386 msgstr ""
34388 #: c-family/c-lex.cc:932
34389 #, gcc-internal-format
34390 msgid "unsuffixed floating constant"
34391 msgstr ""
34393 #: c-family/c-lex.cc:946
34394 #, gcc-internal-format
34395 msgid "decimal floating-point not supported for this target"
34396 msgstr ""
34398 #: c-family/c-lex.cc:969 c-family/c-lex.cc:997 c-family/c-lex.cc:1017
34399 #, gcc-internal-format
34400 msgid "unsupported non-standard suffix on floating constant"
34401 msgstr ""
34403 #: c-family/c-lex.cc:974 c-family/c-lex.cc:1010 c-family/c-lex.cc:1022
34404 #, gcc-internal-format
34405 msgid "non-standard suffix on floating constant"
34406 msgstr ""
34408 #: c-family/c-lex.cc:1004
34409 #, gcc-internal-format
34410 msgid "%<f%d%> or %<F%d%> suffix on floating constant only available with %<-std=c++2b%> or %<-std=gnu++2b%>"
34411 msgstr ""
34413 #: c-family/c-lex.cc:1025
34414 #, gcc-internal-format
34415 msgid "%<bf16%> or %<BF16%> suffix on floating constant only available with %<-std=c++2b%> or %<-std=gnu++2b%>"
34416 msgstr ""
34418 #: c-family/c-lex.cc:1105 c-family/c-lex.cc:1108
34419 #, gcc-internal-format
34420 msgid "floating constant exceeds range of %qT"
34421 msgstr ""
34423 #: c-family/c-lex.cc:1123
34424 #, gcc-internal-format
34425 msgid "floating constant truncated to zero"
34426 msgstr ""
34428 #: c-family/c-lex.cc:1324
34429 #, gcc-internal-format
34430 msgid "repeated %<@%> before Objective-C string"
34431 msgstr ""
34433 #: c-family/c-lex.cc:1343 c/c-parser.cc:7909
34434 #, gcc-internal-format
34435 msgid "unsupported non-standard concatenation of string literals"
34436 msgstr ""
34438 #: c-family/c-lex.cc:1379 c/c-parser.cc:7930
34439 #, gcc-internal-format
34440 msgid "traditional C rejects string constant concatenation"
34441 msgstr ""
34443 #: c-family/c-omp.cc:130 cp/pt.cc:19447
34444 #, gcc-internal-format
34445 msgid "%<#pragma omp critical%> with %<hint%> clause requires a name, except when %<omp_sync_hint_none%> is used"
34446 msgstr ""
34448 #: c-family/c-omp.cc:240
34449 #, gcc-internal-format
34450 msgid "invalid expression type for %<#pragma omp atomic%>"
34451 msgstr ""
34453 #: c-family/c-omp.cc:245
34454 #, gcc-internal-format
34455 msgid "%<_Atomic%> expression in %<#pragma omp atomic%>"
34456 msgstr ""
34458 #: c-family/c-omp.cc:250
34459 #, gcc-internal-format
34460 msgid "%<#pragma omp atomic compare capture%> with non-integral comparison result"
34461 msgstr ""
34463 #: c-family/c-omp.cc:539
34464 #, gcc-internal-format
34465 msgid "%<#pragma omp atomic update%> uses two different variables for memory"
34466 msgstr ""
34468 #: c-family/c-omp.cc:542 c-family/c-omp.cc:580
34469 #, gcc-internal-format
34470 msgid "%<#pragma omp atomic capture%> uses two different variables for memory"
34471 msgstr ""
34473 #: c-family/c-omp.cc:699
34474 #, gcc-internal-format
34475 msgid "type of %<depobj%> expression is not %<omp_depend_t%>"
34476 msgstr ""
34478 #: c-family/c-omp.cc:705
34479 #, gcc-internal-format
34480 msgid "%<const%> qualified %<depobj%> expression"
34481 msgstr ""
34483 #: c-family/c-omp.cc:730
34484 #, gcc-internal-format
34485 msgid "more than one locator in %<depend%> clause on %<depobj%> construct"
34486 msgstr ""
34488 #: c-family/c-omp.cc:736
34489 #, gcc-internal-format
34490 msgid "%<depobj%> dependence type specified in %<depend%> clause on %<depobj%> construct"
34491 msgstr ""
34493 #: c-family/c-omp.cc:752
34494 #, gcc-internal-format
34495 msgid "%<iterator%> modifier may not be specified on %<depobj%> construct"
34496 msgstr ""
34498 #: c-family/c-omp.cc:969 cp/semantics.cc:10604
34499 #, gcc-internal-format
34500 msgid "invalid type for iteration variable %qE"
34501 msgstr ""
34503 #: c-family/c-omp.cc:974
34504 #, gcc-internal-format
34505 msgid "%<_Atomic%> iteration variable %qE"
34506 msgstr ""
34508 #: c-family/c-omp.cc:990
34509 #, gcc-internal-format
34510 msgid "%qE is not initialized"
34511 msgstr ""
34513 #: c-family/c-omp.cc:1011 cp/semantics.cc:10493
34514 #, gcc-internal-format
34515 msgid "missing controlling predicate"
34516 msgstr ""
34518 #: c-family/c-omp.cc:1117 cp/semantics.cc:10109
34519 #, gcc-internal-format
34520 msgid "invalid controlling predicate"
34521 msgstr ""
34523 #: c-family/c-omp.cc:1124 cp/semantics.cc:10499
34524 #, gcc-internal-format
34525 msgid "missing increment expression"
34526 msgstr ""
34528 #: c-family/c-omp.cc:1224 c-family/c-omp.cc:1242
34529 #, gcc-internal-format
34530 msgid "increment is not constant 1 or -1 for %<!=%> condition"
34531 msgstr ""
34533 #: c-family/c-omp.cc:1255 cp/semantics.cc:10226
34534 #, gcc-internal-format
34535 msgid "invalid increment expression"
34536 msgstr ""
34538 #: c-family/c-omp.cc:1353
34539 #, gcc-internal-format
34540 msgid "initializer expression refers to iteration variable %qD"
34541 msgstr ""
34543 #: c-family/c-omp.cc:1357
34544 #, gcc-internal-format
34545 msgid "condition expression refers to iteration variable %qD"
34546 msgstr ""
34548 #: c-family/c-omp.cc:1361
34549 #, gcc-internal-format
34550 msgid "increment expression refers to iteration variable %qD"
34551 msgstr ""
34553 #: c-family/c-omp.cc:1539
34554 #, gcc-internal-format
34555 msgid "outer iteration variable %qD used in initializer expression has type other than %qT"
34556 msgstr ""
34558 #: c-family/c-omp.cc:1543
34559 #, gcc-internal-format
34560 msgid "outer iteration variable %qD used in condition expression has type other than %qT"
34561 msgstr ""
34563 #: c-family/c-omp.cc:1550
34564 #, gcc-internal-format
34565 msgid "outer iteration variable %qD multiplier expression %qE is not integral"
34566 msgstr ""
34568 #: c-family/c-omp.cc:1556
34569 #, gcc-internal-format
34570 msgid "outer iteration variable %qD addend expression %qE is not integral"
34571 msgstr ""
34573 #: c-family/c-omp.cc:1621 c-family/c-omp.cc:1706
34574 #, gcc-internal-format
34575 msgid "the same loop iteration variables %qD used in multiple associated loops"
34576 msgstr ""
34578 #: c-family/c-omp.cc:1656
34579 #, gcc-internal-format
34580 msgid "two different outer iteration variables %qD and %qD used in a single loop"
34581 msgstr ""
34583 #: c-family/c-omp.cc:2259
34584 #, gcc-internal-format
34585 msgid "invalid %<task%> reduction modifier on construct combined with %<simd%> or %<loop%>"
34586 msgstr ""
34588 #: c-family/c-omp.cc:2270
34589 #, gcc-internal-format
34590 msgid "invalid %<task%> reduction modifier on construct not combined with %<parallel%>, %<for%> or %<sections%>"
34591 msgstr ""
34593 #: c-family/c-omp.cc:2283
34594 #, gcc-internal-format
34595 msgid "%<inscan%> %<reduction%> clause on construct other than %<for%>, %<simd%>, %<for simd%>, %<parallel for%>, %<parallel for simd%>"
34596 msgstr ""
34598 #: c-family/c-omp.cc:2756 c/c-typeck.cc:16159 cp/semantics.cc:9221
34599 #, gcc-internal-format
34600 msgid "%qD specified in %<allocate%> clause but not in an explicit privatization clause"
34601 msgstr ""
34603 #: c-family/c-omp.cc:2848 c-family/c-omp.cc:2863
34604 #, gcc-internal-format
34605 msgid "%qD is not a function argument"
34606 msgstr "%qD не є аргументом функції"
34608 #: c-family/c-opts.cc:338
34609 #, gcc-internal-format
34610 msgid "%<-I-%> specified twice"
34611 msgstr "%<-I-%> вказано двічі"
34613 #: c-family/c-opts.cc:341
34614 #, gcc-internal-format
34615 msgid "obsolete option %<-I-%> used, please use %<-iquote%> instead"
34616 msgstr ""
34618 #: c-family/c-opts.cc:432
34619 #, gcc-internal-format
34620 msgid "%<-Wabi=1%> is not supported, using =2"
34621 msgstr "Підтримки %<-Wabi=1%> не передбачено, використовуємо =2"
34623 #: c-family/c-opts.cc:619 fortran/cpp.cc:370
34624 #, gcc-internal-format
34625 msgid "output filename specified twice"
34626 msgstr ""
34628 #: c-family/c-opts.cc:852
34629 #, gcc-internal-format
34630 msgid "%<-fno-gnu89-inline%> is only supported in GNU99 or C99 mode"
34631 msgstr ""
34633 #: c-family/c-opts.cc:898
34634 #, gcc-internal-format
34635 msgid "%<-Wformat-y2k%> ignored without %<-Wformat%>"
34636 msgstr ""
34638 #: c-family/c-opts.cc:900
34639 #, gcc-internal-format
34640 msgid "%<-Wformat-extra-args%> ignored without %<-Wformat%>"
34641 msgstr ""
34643 #: c-family/c-opts.cc:902
34644 #, gcc-internal-format
34645 msgid "%<-Wformat-zero-length%> ignored without %<-Wformat%>"
34646 msgstr ""
34648 #: c-family/c-opts.cc:904
34649 #, gcc-internal-format
34650 msgid "%<-Wformat-nonliteral%> ignored without %<-Wformat%>"
34651 msgstr ""
34653 #: c-family/c-opts.cc:906
34654 #, gcc-internal-format
34655 msgid "%<-Wformat-contains-nul%> ignored without %<-Wformat%>"
34656 msgstr ""
34658 #: c-family/c-opts.cc:908
34659 #, gcc-internal-format
34660 msgid "%<-Wformat-security%> ignored without %<-Wformat%>"
34661 msgstr ""
34663 #: c-family/c-opts.cc:964
34664 #, gcc-internal-format
34665 msgid "%<-fabi-compat-version=1%> is not supported, using =2"
34666 msgstr "Підтримки %<-fabi-compat-version=1%> не передбачено, використовуємо =2"
34668 #: c-family/c-opts.cc:991
34669 #, gcc-internal-format
34670 msgid "%<-Wabi%> won%'t warn about anything"
34671 msgstr ""
34673 #: c-family/c-opts.cc:993
34674 #, gcc-internal-format
34675 msgid "%<-Wabi%> warns about differences from the most up-to-date ABI, which is also used by default"
34676 msgstr ""
34678 #: c-family/c-opts.cc:996
34679 #, gcc-internal-format
34680 msgid "use e.g. %<-Wabi=11%> to warn about changes from GCC 7"
34681 msgstr ""
34683 #: c-family/c-opts.cc:1078
34684 #, gcc-internal-format
34685 msgid "external TLS initialization functions not supported on this target"
34686 msgstr ""
34688 #: c-family/c-opts.cc:1099
34689 #, gcc-internal-format
34690 msgid "too many filenames given; type %<%s %s%> for usage"
34691 msgstr ""
34693 #: c-family/c-opts.cc:1113
34694 #, gcc-internal-format
34695 msgid "opening output file %s: %m"
34696 msgstr ""
34698 #: c-family/c-opts.cc:1131
34699 #, gcc-internal-format
34700 msgid "the %qs debug info cannot be used with pre-compiled headers"
34701 msgstr ""
34703 #: c-family/c-opts.cc:1292 d/d-lang.cc:1285
34704 #, gcc-internal-format
34705 msgid "opening dependency file %s: %m"
34706 msgstr ""
34708 #: c-family/c-opts.cc:1309 d/d-lang.cc:1298
34709 #, gcc-internal-format
34710 msgid "closing dependency file %s: %m"
34711 msgstr ""
34713 #: c-family/c-opts.cc:1312
34714 #, gcc-internal-format
34715 msgid "when writing output to %s: %m"
34716 msgstr ""
34718 #: c-family/c-opts.cc:1388
34719 #, gcc-internal-format
34720 msgid "to generate dependencies you must specify either %<-M%> or %<-MM%>"
34721 msgstr ""
34723 #: c-family/c-opts.cc:1412
34724 #, gcc-internal-format
34725 msgid "%<-MG%> may only be used with %<-M%> or %<-MM%>"
34726 msgstr ""
34728 #: c-family/c-opts.cc:1445
34729 #, gcc-internal-format
34730 msgid "%<-fdirectives-only%> is incompatible with %<-Wunused-macros%>"
34731 msgstr ""
34733 #: c-family/c-opts.cc:1448
34734 #, gcc-internal-format
34735 msgid "%<-fdirectives-only%> is incompatible with %<-traditional%>"
34736 msgstr ""
34738 #: c-family/c-opts.cc:1646
34739 #, gcc-internal-format
34740 msgid "too late for # directive to set debug directory"
34741 msgstr ""
34743 #: c-family/c-pch.cc:105
34744 #, gcc-internal-format
34745 msgid "cannot create precompiled header %s: %m"
34746 msgstr ""
34748 #: c-family/c-pch.cc:125
34749 #, gcc-internal-format
34750 msgid "cannot write to %s: %m"
34751 msgstr "неможливо записати дані до %s: %m"
34753 #: c-family/c-pch.cc:183
34754 #, gcc-internal-format
34755 msgid "cannot write %s: %m"
34756 msgstr "неможливо записати дані до %s: %m"
34758 #: c-family/c-pch.cc:392
34759 #, gcc-internal-format
34760 msgid "%<pch_preprocess%> pragma should only be used with %<-fpreprocessed%>"
34761 msgstr ""
34763 #: c-family/c-pch.cc:394
34764 #, gcc-internal-format
34765 msgid "use %<#include%> instead"
34766 msgstr "скористайтеся краще %<#include%>"
34768 #: c-family/c-pch.cc:400
34769 #, gcc-internal-format
34770 msgid "%s: couldn%'t open PCH file: %m"
34771 msgstr ""
34773 #: c-family/c-pch.cc:405
34774 #, gcc-internal-format
34775 msgid "use %<-Winvalid-pch%> for more information"
34776 msgstr "докладніша інформація виводиться, якщо вказати %<-Winvalid-pch%>"
34778 #: c-family/c-pch.cc:406
34779 #, gcc-internal-format, gfc-internal-format
34780 msgid "%s: PCH file was invalid"
34781 msgstr ""
34783 #: c-family/c-pragma.cc:98
34784 #, gcc-internal-format
34785 msgid "%<#pragma pack (pop)%> encountered without matching %<#pragma pack (push)%>"
34786 msgstr ""
34788 #: c-family/c-pragma.cc:113
34789 #, gcc-internal-format
34790 msgid "%<#pragma pack(pop, %E)%> encountered without matching %<#pragma pack(push, %E)%>"
34791 msgstr ""
34793 #: c-family/c-pragma.cc:144
34794 #, gcc-internal-format
34795 msgid "missing %<(%> after %<#pragma pack%> - ignored"
34796 msgstr ""
34798 #: c-family/c-pragma.cc:155 c-family/c-pragma.cc:189
34799 #, gcc-internal-format
34800 msgid "invalid constant in %<#pragma pack%> - ignored"
34801 msgstr ""
34803 #: c-family/c-pragma.cc:159 c-family/c-pragma.cc:203
34804 #, gcc-internal-format
34805 msgid "malformed %<#pragma pack%> - ignored"
34806 msgstr ""
34808 #: c-family/c-pragma.cc:164
34809 #, gcc-internal-format
34810 msgid "malformed %<#pragma pack(push[, id][, <n>])%> - ignored"
34811 msgstr ""
34813 #: c-family/c-pragma.cc:166
34814 #, gcc-internal-format
34815 msgid "malformed %<#pragma pack(pop[, id])%> - ignored"
34816 msgstr ""
34818 #: c-family/c-pragma.cc:175
34819 #, gcc-internal-format
34820 msgid "unknown action %qE for %<#pragma pack%> - ignored"
34821 msgstr ""
34823 #: c-family/c-pragma.cc:206
34824 #, gcc-internal-format
34825 msgid "junk at end of %<#pragma pack%>"
34826 msgstr ""
34828 #: c-family/c-pragma.cc:209
34829 #, gcc-internal-format
34830 msgid "%<#pragma pack%> has no effect with %<-fpack-struct%> - ignored"
34831 msgstr ""
34833 #: c-family/c-pragma.cc:230
34834 #, gcc-internal-format, gfc-internal-format
34835 msgid "alignment must be a small power of two, not %d"
34836 msgstr ""
34838 #: c-family/c-pragma.cc:269
34839 #, gcc-internal-format
34840 msgid "applying %<#pragma weak %+D%> after first use results in unspecified behavior"
34841 msgstr ""
34843 #: c-family/c-pragma.cc:366 c-family/c-pragma.cc:371
34844 #, gcc-internal-format
34845 msgid "malformed %<#pragma weak%>, ignored"
34846 msgstr ""
34848 #: c-family/c-pragma.cc:375
34849 #, gcc-internal-format
34850 msgid "junk at end of %<#pragma weak%>"
34851 msgstr ""
34853 #: c-family/c-pragma.cc:381
34854 #, gcc-internal-format
34855 msgid "%<#pragma weak%> declaration of %q+D not allowed, ignored"
34856 msgstr ""
34858 #: c-family/c-pragma.cc:429
34859 #, gcc-internal-format
34860 msgid "%<scalar_storage_order%> is not supported because endianness is not uniform"
34861 msgstr ""
34863 #: c-family/c-pragma.cc:438
34864 #, gcc-internal-format
34865 msgid "%<#pragma scalar_storage_order%> is not supported for C++"
34866 msgstr ""
34868 #: c-family/c-pragma.cc:444
34869 #, gcc-internal-format
34870 msgid "missing %<big-endian%>, %<little-endian%>, or %<default%> after %<#pragma scalar_storage_order%>"
34871 msgstr ""
34873 #: c-family/c-pragma.cc:454
34874 #, gcc-internal-format
34875 msgid "expected %<big-endian%>, %<little-endian%>, or %<default%> after %<#pragma scalar_storage_order%>"
34876 msgstr ""
34878 #: c-family/c-pragma.cc:509 c-family/c-pragma.cc:511
34879 #, gcc-internal-format
34880 msgid "malformed %<#pragma redefine_extname%>, ignored"
34881 msgstr ""
34883 #: c-family/c-pragma.cc:514
34884 #, gcc-internal-format
34885 msgid "junk at end of %<#pragma redefine_extname%>"
34886 msgstr ""
34888 #: c-family/c-pragma.cc:542 c-family/c-pragma.cc:615
34889 #, gcc-internal-format
34890 msgid "%<#pragma redefine_extname%> ignored due to conflict with previous rename"
34891 msgstr ""
34893 #: c-family/c-pragma.cc:570
34894 #, gcc-internal-format
34895 msgid "%<#pragma redefine_extname%> ignored due to conflict with previous %<#pragma redefine_extname%>"
34896 msgstr ""
34898 #: c-family/c-pragma.cc:606
34899 #, gcc-internal-format
34900 msgid "%<asm%> declaration ignored due to conflict with previous rename"
34901 msgstr ""
34903 #: c-family/c-pragma.cc:637
34904 #, gcc-internal-format
34905 msgid "%<#pragma redefine_extname%> ignored due to conflict with %<asm%> declaration"
34906 msgstr ""
34908 #: c-family/c-pragma.cc:698
34909 #, gcc-internal-format
34910 msgid "%<#pragma GCC visibility push()%> must specify %<default%>, %<internal%>, %<hidden%> or %<protected%>"
34911 msgstr ""
34913 #: c-family/c-pragma.cc:741
34914 #, gcc-internal-format
34915 msgid "%<#pragma GCC visibility%> must be followed by %<push%> or %<pop%>"
34916 msgstr ""
34918 #: c-family/c-pragma.cc:748
34919 #, gcc-internal-format
34920 msgid "no matching push for %<#pragma GCC visibility pop%>"
34921 msgstr ""
34923 #: c-family/c-pragma.cc:753 c-family/c-pragma.cc:760
34924 #, gcc-internal-format
34925 msgid "missing %<(%> after %<#pragma GCC visibility push%> - ignored"
34926 msgstr ""
34928 #: c-family/c-pragma.cc:756
34929 #, gcc-internal-format
34930 msgid "malformed %<#pragma GCC visibility push%>"
34931 msgstr ""
34933 #: c-family/c-pragma.cc:764
34934 #, gcc-internal-format
34935 msgid "junk at end of %<#pragma GCC visibility%>"
34936 msgstr ""
34938 #: c-family/c-pragma.cc:928
34939 #, gcc-internal-format
34940 msgid "missing %<error%>, %<warning%>, %<ignored%>, %<push%>, %<pop%>, or %<ignored_attributes%> after %<#pragma GCC diagnostic%>"
34941 msgstr ""
34943 #: c-family/c-pragma.cc:952
34944 #, gcc-internal-format
34945 msgid "missing attribute name after %<#pragma GCC diagnostic ignored_attributes%>"
34946 msgstr ""
34948 #: c-family/c-pragma.cc:961
34949 #, gcc-internal-format
34950 msgid "missing argument to %<#pragma GCC diagnostic ignored_attributes%>"
34951 msgstr ""
34953 #: c-family/c-pragma.cc:969
34954 #, gcc-internal-format
34955 msgid "trailing %<,%> in arguments for %<#pragma GCC diagnostic ignored_attributes%>"
34956 msgstr ""
34958 #: c-family/c-pragma.cc:987
34959 #, gcc-internal-format
34960 msgid "missing option after %<#pragma GCC diagnostic%> kind"
34961 msgstr ""
34963 #: c-family/c-pragma.cc:995
34964 #, gcc-internal-format
34965 msgid "expected %<error%>, %<warning%>, %<ignored%>, %<push%>, %<pop%>, %<ignored_attributes%> after %<#pragma GCC diagnostic%>"
34966 msgstr "мало бути %<error%>, %<warning%>, %<ignored%>, %<push%>, %<pop%>, %<ignored_attributes%> після %<#pragma GCC diagnostic%>"
34968 #: c-family/c-pragma.cc:1018
34969 #, gcc-internal-format
34970 msgid "unknown option after %<#pragma GCC diagnostic%> kind"
34971 msgstr ""
34973 #: c-family/c-pragma.cc:1023
34974 #, gcc-internal-format
34975 msgid "did you mean %<-%s%>?"
34976 msgstr ""
34978 #: c-family/c-pragma.cc:1032
34979 #, gcc-internal-format
34980 msgid "%qs is not an option that controls warnings"
34981 msgstr ""
34983 #: c-family/c-pragma.cc:1043
34984 #, gcc-internal-format
34985 msgid "option %qs is valid for %s but not for %s"
34986 msgstr ""
34988 #: c-family/c-pragma.cc:1096
34989 #, gcc-internal-format
34990 msgid "%<#pragma GCC option%> is not allowed inside functions"
34991 msgstr ""
34993 #: c-family/c-pragma.cc:1108
34994 #, gcc-internal-format
34995 msgid "%<#pragma GCC option%> is not a string"
34996 msgstr ""
34998 #: c-family/c-pragma.cc:1133
34999 #, gcc-internal-format
35000 msgid "%<#pragma GCC target (string [,string]...)%> does not have a final %<)%>"
35001 msgstr ""
35003 #: c-family/c-pragma.cc:1139
35004 #, gcc-internal-format
35005 msgid "%<#pragma GCC target%> string is badly formed"
35006 msgstr ""
35008 #: c-family/c-pragma.cc:1168
35009 #, gcc-internal-format
35010 msgid "%<#pragma GCC optimize%> is not allowed inside functions"
35011 msgstr ""
35013 #: c-family/c-pragma.cc:1180
35014 #, gcc-internal-format
35015 msgid "%<#pragma GCC optimize%> is not a string or number"
35016 msgstr ""
35018 #: c-family/c-pragma.cc:1204
35019 #, gcc-internal-format
35020 msgid "%<#pragma GCC optimize (string [,string]...)%> does not have a final %<)%>"
35021 msgstr ""
35023 #: c-family/c-pragma.cc:1210
35024 #, gcc-internal-format
35025 msgid "%<#pragma GCC optimize%> string is badly formed"
35026 msgstr ""
35028 #: c-family/c-pragma.cc:1253
35029 #, gcc-internal-format
35030 msgid "junk at end of %<#pragma push_options%>"
35031 msgstr ""
35033 #: c-family/c-pragma.cc:1290
35034 #, gcc-internal-format
35035 msgid "junk at end of %<#pragma pop_options%>"
35036 msgstr ""
35038 #: c-family/c-pragma.cc:1297
35039 #, gcc-internal-format
35040 msgid "%<#pragma GCC pop_options%> without a corresponding %<#pragma GCC push_options%>"
35041 msgstr ""
35043 #: c-family/c-pragma.cc:1348
35044 #, gcc-internal-format
35045 msgid "junk at end of %<#pragma reset_options%>"
35046 msgstr ""
35048 #: c-family/c-pragma.cc:1387 c-family/c-pragma.cc:1397
35049 #, gcc-internal-format
35050 msgid "expected a string after %<#pragma message%>"
35051 msgstr ""
35053 #: c-family/c-pragma.cc:1389
35054 #, gcc-internal-format
35055 msgid "malformed %<#pragma message%>, ignored"
35056 msgstr ""
35058 #: c-family/c-pragma.cc:1394 cp/parser.cc:4452 cp/parser.cc:4548
35059 #, gcc-internal-format
35060 msgid "string literal with user-defined suffix is invalid in this context"
35061 msgstr ""
35063 #: c-family/c-pragma.cc:1402
35064 #, gcc-internal-format
35065 msgid "junk at end of %<#pragma message%>"
35066 msgstr ""
35068 #: c-family/c-pragma.cc:1405
35069 #, gcc-internal-format
35070 msgid "%<#pragma message: %s%>"
35071 msgstr ""
35073 #: c-family/c-pragma.cc:1449
35074 #, gcc-internal-format
35075 msgid "invalid location for %<pragma %s%>, ignored"
35076 msgstr ""
35078 #: c-family/c-pragma.cc:1456 c-family/c-pragma.cc:1470
35079 #, gcc-internal-format
35080 msgid "malformed %<#pragma %s%>, ignored"
35081 msgstr ""
35083 #: c-family/c-pragma.cc:1476 cp/lex.cc:603
35084 #, gcc-internal-format
35085 msgid "junk at end of %<#pragma %s%>"
35086 msgstr ""
35088 #: c-family/c-pragma.cc:1494
35089 #, gcc-internal-format
35090 msgid "%<#pragma STDC FLOAT_CONST_DECIMAL64%> is not supported for C++"
35091 msgstr ""
35093 #: c-family/c-pragma.cc:1503
35094 #, gcc-internal-format
35095 msgid "%<#pragma STDC FLOAT_CONST_DECIMAL64%> is not supported on this target"
35096 msgstr "підтримки %<#pragma STDC FLOAT_CONST_DECIMAL64%> для цього призначення не передбачено"
35098 #: c-family/c-pragma.cc:1509
35099 #, gcc-internal-format
35100 msgid "ISO C does not support %<#pragma STDC FLOAT_CONST_DECIMAL64%>"
35101 msgstr "У ISO C не передбачено підтримки %<#pragma STDC FLOAT_CONST_DECIMAL64%>"
35103 #: c-family/c-pretty-print.cc:341
35104 #, gcc-internal-format
35105 msgid "<type-error>"
35106 msgstr ""
35108 #: c-family/c-pretty-print.cc:384
35109 #, gcc-internal-format
35110 msgid "<unnamed-unsigned:"
35111 msgstr ""
35113 #: c-family/c-pretty-print.cc:388
35114 #, gcc-internal-format
35115 msgid "<unnamed-float:"
35116 msgstr ""
35118 #: c-family/c-pretty-print.cc:391
35119 #, gcc-internal-format
35120 msgid "<unnamed-fixed:"
35121 msgstr ""
35123 #: c-family/c-pretty-print.cc:406
35124 #, gcc-internal-format
35125 msgid "<typedef-error>"
35126 msgstr ""
35128 #: c-family/c-pretty-print.cc:421
35129 #, gcc-internal-format
35130 msgid "<tag-error>"
35131 msgstr ""
35133 #: c-family/c-pretty-print.cc:1327
35134 #, gcc-internal-format
35135 msgid "<erroneous-expression>"
35136 msgstr ""
35138 #: c-family/c-pretty-print.cc:1331 cp/cxx-pretty-print.cc:133
35139 #, gcc-internal-format
35140 msgid "<return-value>"
35141 msgstr ""
35143 #: c-family/c-semantics.cc:197
35144 #, gcc-internal-format, gfc-internal-format
35145 msgid "wrong type argument to %s"
35146 msgstr ""
35148 #: c-family/c-warn.cc:58 c-family/c-warn.cc:71 cp/constexpr.cc:3382
35149 #: cp/constexpr.cc:6958 m2/gm2-gcc/m2expr.cc:934
35150 #: rust/backend/rust-constexpr.cc:1907 rust/backend/rust-constexpr.cc:4339
35151 #, gcc-internal-format
35152 msgid "overflow in constant expression"
35153 msgstr ""
35155 #: c-family/c-warn.cc:98
35156 #, gcc-internal-format
35157 msgid "integer overflow in expression %qE of type %qT results in %qE"
35158 msgstr ""
35160 #: c-family/c-warn.cc:100
35161 #, gcc-internal-format
35162 msgid "integer overflow in expression of type %qT results in %qE"
35163 msgstr ""
35165 #: c-family/c-warn.cc:106
35166 #, gcc-internal-format
35167 msgid "floating point overflow in expression %qE of type %qT results in %qE"
35168 msgstr ""
35170 #: c-family/c-warn.cc:108
35171 #, gcc-internal-format
35172 msgid "floating point overflow in expression of type %qT results in %qE"
35173 msgstr ""
35175 #: c-family/c-warn.cc:114
35176 #, gcc-internal-format
35177 msgid "fixed-point overflow in expression %qE of type %qT results in %qE"
35178 msgstr ""
35180 #: c-family/c-warn.cc:116
35181 #, gcc-internal-format
35182 msgid "fixed-point overflow in expression of type %qT results in %qE"
35183 msgstr ""
35185 #: c-family/c-warn.cc:122
35186 #, gcc-internal-format
35187 msgid "vector overflow in expression %qE of type %qT results in %qE"
35188 msgstr ""
35190 #: c-family/c-warn.cc:124
35191 #, gcc-internal-format
35192 msgid "vector overflow in expression of type %qT results in %qE"
35193 msgstr ""
35195 #: c-family/c-warn.cc:131
35196 #, gcc-internal-format
35197 msgid "complex integer overflow in expression %qE of type %qT results in %qE"
35198 msgstr ""
35200 #: c-family/c-warn.cc:133
35201 #, gcc-internal-format
35202 msgid "complex integer overflow in expression of type %qT results in %qE"
35203 msgstr ""
35205 #: c-family/c-warn.cc:137
35206 #, gcc-internal-format
35207 msgid "complex floating point overflow in expression %qE of type %qT results in %qE"
35208 msgstr ""
35210 #: c-family/c-warn.cc:139
35211 #, gcc-internal-format
35212 msgid "complex floating point overflow in expression of type %qT results in %qE"
35213 msgstr ""
35215 #: c-family/c-warn.cc:231
35216 #, gcc-internal-format
35217 msgid "logical %<or%> applied to non-boolean constant"
35218 msgstr ""
35220 #: c-family/c-warn.cc:235
35221 #, gcc-internal-format
35222 msgid "logical %<and%> applied to non-boolean constant"
35223 msgstr ""
35225 #: c-family/c-warn.cc:305
35226 #, gcc-internal-format
35227 msgid "logical %<or%> of collectively exhaustive tests is always true"
35228 msgstr ""
35230 #: c-family/c-warn.cc:309
35231 #, gcc-internal-format
35232 msgid "logical %<and%> of mutually exclusive tests is always false"
35233 msgstr ""
35235 #: c-family/c-warn.cc:319
35236 #, gcc-internal-format
35237 msgid "logical %<or%> of equal expressions"
35238 msgstr ""
35240 #: c-family/c-warn.cc:322
35241 #, gcc-internal-format
35242 msgid "logical %<and%> of equal expressions"
35243 msgstr ""
35245 #: c-family/c-warn.cc:408
35246 #, gcc-internal-format
35247 msgid "bitwise comparison always evaluates to false"
35248 msgstr ""
35250 #: c-family/c-warn.cc:411
35251 #, gcc-internal-format
35252 msgid "bitwise comparison always evaluates to true"
35253 msgstr ""
35255 #: c-family/c-warn.cc:516
35256 #, gcc-internal-format
35257 msgid "self-comparison always evaluates to true"
35258 msgstr ""
35260 #: c-family/c-warn.cc:519
35261 #, gcc-internal-format
35262 msgid "self-comparison always evaluates to false"
35263 msgstr ""
35265 #: c-family/c-warn.cc:570
35266 #, gcc-internal-format
35267 msgid "logical not is only applied to the left hand side of comparison"
35268 msgstr ""
35270 #: c-family/c-warn.cc:578
35271 #, gcc-internal-format
35272 msgid "add parentheses around left hand side expression to silence this warning"
35273 msgstr ""
35275 #: c-family/c-warn.cc:721
35276 #, gcc-internal-format
35277 msgid "type-punning to incomplete type might break strict-aliasing rules"
35278 msgstr ""
35280 #: c-family/c-warn.cc:739
35281 #, gcc-internal-format
35282 msgid "dereferencing type-punned pointer will break strict-aliasing rules"
35283 msgstr "розіменовування вказівника із каламбуром типізації порушить правила строгого злиття"
35285 #: c-family/c-warn.cc:747 c-family/c-warn.cc:765
35286 #, gcc-internal-format
35287 msgid "dereferencing type-punned pointer might break strict-aliasing rules"
35288 msgstr "розіменовування вказівника із каламбуром типізації може порушити правила строгого злиття"
35290 #: c-family/c-warn.cc:912
35291 #, gcc-internal-format
35292 msgid "argument to %<sizeof%> in %qD call is the same expression as the source; did you mean to use the size of the destination?"
35293 msgstr ""
35295 #: c-family/c-warn.cc:943
35296 #, gcc-internal-format
35297 msgid "argument to %<sizeof%> in %qD call is the same expression as the destination; did you mean to remove the addressof?"
35298 msgstr ""
35300 #: c-family/c-warn.cc:950
35301 #, gcc-internal-format
35302 msgid "argument to %<sizeof%> in %qD call is the same expression as the destination; did you mean to provide an explicit length?"
35303 msgstr ""
35305 #: c-family/c-warn.cc:955
35306 #, gcc-internal-format
35307 msgid "argument to %<sizeof%> in %qD call is the same expression as the destination; did you mean to dereference it?"
35308 msgstr ""
35310 #: c-family/c-warn.cc:967
35311 #, gcc-internal-format
35312 msgid "argument to %<sizeof%> in %qD call is the same pointer type %qT as the destination; expected %qT or an explicit length"
35313 msgstr ""
35315 #: c-family/c-warn.cc:983
35316 #, gcc-internal-format
35317 msgid "argument to %<sizeof%> in %qD call is the same expression as the source; did you mean to remove the addressof?"
35318 msgstr ""
35320 #: c-family/c-warn.cc:990
35321 #, gcc-internal-format
35322 msgid "argument to %<sizeof%> in %qD call is the same expression as the source; did you mean to provide an explicit length?"
35323 msgstr ""
35325 #: c-family/c-warn.cc:995
35326 #, gcc-internal-format
35327 msgid "argument to %<sizeof%> in %qD call is the same expression as the source; did you mean to dereference it?"
35328 msgstr ""
35330 #: c-family/c-warn.cc:1007
35331 #, gcc-internal-format
35332 msgid "argument to %<sizeof%> in %qD call is the same pointer type %qT as the source; expected %qT or an explicit length"
35333 msgstr ""
35335 #: c-family/c-warn.cc:1023
35336 #, gcc-internal-format
35337 msgid "argument to %<sizeof%> in %qD call is the same expression as the first source; did you mean to remove the addressof?"
35338 msgstr ""
35340 #: c-family/c-warn.cc:1030
35341 #, gcc-internal-format
35342 msgid "argument to %<sizeof%> in %qD call is the same expression as the first source; did you mean to provide an explicit length?"
35343 msgstr ""
35345 #: c-family/c-warn.cc:1035
35346 #, gcc-internal-format
35347 msgid "argument to %<sizeof%> in %qD call is the same expression as the first source; did you mean to dereference it?"
35348 msgstr ""
35350 #: c-family/c-warn.cc:1047
35351 #, gcc-internal-format
35352 msgid "argument to %<sizeof%> in %qD call is the same pointer type %qT as the first source; expected %qT or an explicit length"
35353 msgstr ""
35355 #: c-family/c-warn.cc:1063
35356 #, gcc-internal-format
35357 msgid "argument to %<sizeof%> in %qD call is the same expression as the second source; did you mean to remove the addressof?"
35358 msgstr ""
35360 #: c-family/c-warn.cc:1070
35361 #, gcc-internal-format
35362 msgid "argument to %<sizeof%> in %qD call is the same expression as the second source; did you mean to provide an explicit length?"
35363 msgstr ""
35365 #: c-family/c-warn.cc:1075
35366 #, gcc-internal-format
35367 msgid "argument to %<sizeof%> in %qD call is the same expression as the second source; did you mean to dereference it?"
35368 msgstr ""
35370 #: c-family/c-warn.cc:1087
35371 #, gcc-internal-format
35372 msgid "argument to %<sizeof%> in %qD call is the same pointer type %qT as the second source; expected %qT or an explicit length"
35373 msgstr ""
35375 #: c-family/c-warn.cc:1116 c-family/c-warn.cc:1123
35376 #, gcc-internal-format
35377 msgid "%<_Atomic%>-qualified parameter type %qT of %q+D"
35378 msgstr ""
35380 #: c-family/c-warn.cc:1133
35381 #, gcc-internal-format
35382 msgid "first argument of %q+D should be %<int%>"
35383 msgstr ""
35385 #: c-family/c-warn.cc:1142
35386 #, gcc-internal-format
35387 msgid "second argument of %q+D should be %<char **%>"
35388 msgstr ""
35390 #: c-family/c-warn.cc:1151
35391 #, gcc-internal-format
35392 msgid "third argument of %q+D should probably be %<char **%>"
35393 msgstr ""
35395 #: c-family/c-warn.cc:1162
35396 #, gcc-internal-format
35397 msgid "%q+D takes only zero or two arguments"
35398 msgstr ""
35400 #: c-family/c-warn.cc:1166
35401 #, gcc-internal-format
35402 msgid "%q+D declared as variadic function"
35403 msgstr ""
35405 #: c-family/c-warn.cc:1209 m2/gm2-gcc/m2convert.cc:191
35406 #, gcc-internal-format
35407 msgid "conversion to %qT from boolean expression"
35408 msgstr "перетворення до %qT з булевого виразу"
35410 #: c-family/c-warn.cc:1234 c-family/c-warn.cc:1438
35411 #, gcc-internal-format
35412 msgid "unsigned conversion from %qT to %qT changes value from %qE to %qE"
35413 msgstr ""
35415 #: c-family/c-warn.cc:1239 c-family/c-warn.cc:1446
35416 #, gcc-internal-format
35417 msgid "unsigned conversion from %qT to %qT changes the value of %qE"
35418 msgstr ""
35420 #: c-family/c-warn.cc:1247
35421 #, gcc-internal-format
35422 msgid "signed conversion from %qT to %qT changes value from %qE to %qE"
35423 msgstr ""
35425 #: c-family/c-warn.cc:1252
35426 #, gcc-internal-format
35427 msgid "signed conversion from %qT to %qT changes the value of %qE"
35428 msgstr ""
35430 #: c-family/c-warn.cc:1259 c-family/c-warn.cc:1436
35431 #, gcc-internal-format
35432 msgid "conversion from %qT to %qT changes value from %qE to %qE"
35433 msgstr ""
35435 #: c-family/c-warn.cc:1263 c-family/c-warn.cc:1444
35436 #, gcc-internal-format
35437 msgid "conversion from %qT to %qT changes the value of %qE"
35438 msgstr ""
35440 #: c-family/c-warn.cc:1374
35441 #, gcc-internal-format
35442 msgid "conversion to %qT from %qT may change the sign of the result"
35443 msgstr "перетворення з %qT до %qT може змінити знак результату"
35445 #: c-family/c-warn.cc:1379
35446 #, gcc-internal-format
35447 msgid "conversion from %qT to %qT discards imaginary component"
35448 msgstr ""
35450 #: c-family/c-warn.cc:1383
35451 #, gcc-internal-format
35452 msgid "conversion from %qT to %qT may change value"
35453 msgstr ""
35455 #: c-family/c-warn.cc:1457 c-family/c-warn.cc:1474 c-family/c-warn.cc:1491
35456 #, gcc-internal-format
35457 msgid "overflow in conversion from %qT to %qT changes value from %qE to %qE"
35458 msgstr ""
35460 #: c-family/c-warn.cc:1462 c-family/c-warn.cc:1479 c-family/c-warn.cc:1496
35461 #, gcc-internal-format
35462 msgid "overflow in conversion from %qT to %qT changes the value of %qE"
35463 msgstr ""
35465 #: c-family/c-warn.cc:1526
35466 #, gcc-internal-format
35467 msgid "case value %qs not in enumerated type"
35468 msgstr "значення випадку %qs не належить до перераховного типу"
35470 #: c-family/c-warn.cc:1531
35471 #, gcc-internal-format
35472 msgid "case value %qs not in enumerated type %qT"
35473 msgstr "значення випадку %qs не належить до перераховного типу %qT"
35475 #: c-family/c-warn.cc:1611
35476 #, gcc-internal-format
35477 msgid "lower value in case label range less than minimum value for type"
35478 msgstr ""
35480 #: c-family/c-warn.cc:1625
35481 #, gcc-internal-format
35482 msgid "case label value is less than minimum value for type"
35483 msgstr ""
35485 #: c-family/c-warn.cc:1642
35486 #, gcc-internal-format
35487 msgid "upper value in case label range exceeds maximum value for type"
35488 msgstr ""
35490 #: c-family/c-warn.cc:1655
35491 #, gcc-internal-format
35492 msgid "case label value exceeds maximum value for type"
35493 msgstr ""
35495 #: c-family/c-warn.cc:1668
35496 #, gcc-internal-format
35497 msgid "switch missing default case"
35498 msgstr ""
35500 #: c-family/c-warn.cc:1713
35501 #, gcc-internal-format
35502 msgid "switch condition has boolean value"
35503 msgstr ""
35505 #: c-family/c-warn.cc:1802
35506 #, gcc-internal-format
35507 msgid "enumeration value %qE not handled in switch"
35508 msgstr ""
35510 #: c-family/c-warn.cc:1830
35511 #, gcc-internal-format
35512 msgid "the omitted middle operand in %<?:%> will always be %<true%>, suggest explicit middle operand"
35513 msgstr ""
35515 #: c-family/c-warn.cc:1852
35516 #, gcc-internal-format
35517 msgid "assignment of member %qD in read-only object"
35518 msgstr ""
35520 #: c-family/c-warn.cc:1854
35521 #, gcc-internal-format
35522 msgid "increment of member %qD in read-only object"
35523 msgstr ""
35525 #: c-family/c-warn.cc:1856
35526 #, gcc-internal-format
35527 msgid "decrement of member %qD in read-only object"
35528 msgstr ""
35530 #: c-family/c-warn.cc:1858
35531 #, gcc-internal-format
35532 msgid "member %qD in read-only object used as %<asm%> output"
35533 msgstr ""
35535 #: c-family/c-warn.cc:1862
35536 #, gcc-internal-format
35537 msgid "assignment of read-only member %qD"
35538 msgstr ""
35540 #: c-family/c-warn.cc:1863
35541 #, gcc-internal-format
35542 msgid "increment of read-only member %qD"
35543 msgstr ""
35545 #: c-family/c-warn.cc:1864
35546 #, gcc-internal-format
35547 msgid "decrement of read-only member %qD"
35548 msgstr ""
35550 #: c-family/c-warn.cc:1865
35551 #, gcc-internal-format
35552 msgid "read-only member %qD used as %<asm%> output"
35553 msgstr ""
35555 #: c-family/c-warn.cc:1869
35556 #, gcc-internal-format
35557 msgid "assignment of read-only variable %qD"
35558 msgstr ""
35560 #: c-family/c-warn.cc:1870
35561 #, gcc-internal-format
35562 msgid "increment of read-only variable %qD"
35563 msgstr ""
35565 #: c-family/c-warn.cc:1871
35566 #, gcc-internal-format
35567 msgid "decrement of read-only variable %qD"
35568 msgstr ""
35570 #: c-family/c-warn.cc:1872
35571 #, gcc-internal-format
35572 msgid "read-only variable %qD used as %<asm%> output"
35573 msgstr ""
35575 #: c-family/c-warn.cc:1875
35576 #, gcc-internal-format
35577 msgid "assignment of read-only parameter %qD"
35578 msgstr ""
35580 #: c-family/c-warn.cc:1876
35581 #, gcc-internal-format
35582 msgid "increment of read-only parameter %qD"
35583 msgstr ""
35585 #: c-family/c-warn.cc:1877
35586 #, gcc-internal-format
35587 msgid "decrement of read-only parameter %qD"
35588 msgstr ""
35590 #: c-family/c-warn.cc:1878
35591 #, gcc-internal-format
35592 msgid "read-only parameter %qD use as %<asm%> output"
35593 msgstr ""
35595 #: c-family/c-warn.cc:1883
35596 #, gcc-internal-format
35597 msgid "assignment of read-only named return value %qD"
35598 msgstr ""
35600 #: c-family/c-warn.cc:1885
35601 #, gcc-internal-format
35602 msgid "increment of read-only named return value %qD"
35603 msgstr ""
35605 #: c-family/c-warn.cc:1887
35606 #, gcc-internal-format
35607 msgid "decrement of read-only named return value %qD"
35608 msgstr ""
35610 #: c-family/c-warn.cc:1889
35611 #, gcc-internal-format
35612 msgid "read-only named return value %qD used as %<asm%>output"
35613 msgstr ""
35615 #: c-family/c-warn.cc:1894
35616 #, gcc-internal-format
35617 msgid "assignment of function %qD"
35618 msgstr ""
35620 #: c-family/c-warn.cc:1895
35621 #, gcc-internal-format
35622 msgid "increment of function %qD"
35623 msgstr ""
35625 #: c-family/c-warn.cc:1896
35626 #, gcc-internal-format
35627 msgid "decrement of function %qD"
35628 msgstr ""
35630 #: c-family/c-warn.cc:1897
35631 #, gcc-internal-format
35632 msgid "function %qD used as %<asm%> output"
35633 msgstr ""
35635 #: c-family/c-warn.cc:1900 c/c-typeck.cc:5139
35636 #, gcc-internal-format
35637 msgid "assignment of read-only location %qE"
35638 msgstr ""
35640 #: c-family/c-warn.cc:1901 c/c-typeck.cc:5142
35641 #, gcc-internal-format
35642 msgid "increment of read-only location %qE"
35643 msgstr ""
35645 #: c-family/c-warn.cc:1902 c/c-typeck.cc:5145
35646 #, gcc-internal-format
35647 msgid "decrement of read-only location %qE"
35648 msgstr ""
35650 #: c-family/c-warn.cc:1903
35651 #, gcc-internal-format
35652 msgid "read-only location %qE used as %<asm%> output"
35653 msgstr ""
35655 #: c-family/c-warn.cc:1917 rust/backend/rust-tree.cc:5954
35656 #, gcc-internal-format
35657 msgid "lvalue required as left operand of assignment"
35658 msgstr ""
35660 #: c-family/c-warn.cc:1920 rust/backend/rust-tree.cc:5957
35661 #, gcc-internal-format
35662 msgid "lvalue required as increment operand"
35663 msgstr ""
35665 #: c-family/c-warn.cc:1923 rust/backend/rust-tree.cc:5960
35666 #, gcc-internal-format
35667 msgid "lvalue required as decrement operand"
35668 msgstr ""
35670 #: c-family/c-warn.cc:1926 rust/backend/rust-tree.cc:5963
35671 #, gcc-internal-format
35672 msgid "lvalue required as unary %<&%> operand"
35673 msgstr ""
35675 #: c-family/c-warn.cc:1929 rust/backend/rust-tree.cc:5966
35676 #, gcc-internal-format
35677 msgid "lvalue required in %<asm%> statement"
35678 msgstr ""
35680 #: c-family/c-warn.cc:1946
35681 #, gcc-internal-format
35682 msgid "invalid type argument (have %qT)"
35683 msgstr ""
35685 #: c-family/c-warn.cc:1950
35686 #, gcc-internal-format
35687 msgid "invalid type argument of array indexing (have %qT)"
35688 msgstr ""
35690 #: c-family/c-warn.cc:1955
35691 #, gcc-internal-format
35692 msgid "invalid type argument of unary %<*%> (have %qT)"
35693 msgstr ""
35695 #: c-family/c-warn.cc:1960
35696 #, gcc-internal-format
35697 msgid "invalid type argument of %<->%> (have %qT)"
35698 msgstr ""
35700 #: c-family/c-warn.cc:1965
35701 #, gcc-internal-format
35702 msgid "invalid type argument of %<->*%> (have %qT)"
35703 msgstr ""
35705 #: c-family/c-warn.cc:1970
35706 #, gcc-internal-format
35707 msgid "invalid type argument of implicit conversion (have %qT)"
35708 msgstr ""
35710 #: c-family/c-warn.cc:1997
35711 #, gcc-internal-format
35712 msgid "array subscript has type %<char%>"
35713 msgstr ""
35715 #: c-family/c-warn.cc:2033 c-family/c-warn.cc:2036
35716 #, gcc-internal-format
35717 msgid "suggest parentheses around %<+%> inside %<<<%>"
35718 msgstr ""
35720 #: c-family/c-warn.cc:2039 c-family/c-warn.cc:2042
35721 #, gcc-internal-format
35722 msgid "suggest parentheses around %<-%> inside %<<<%>"
35723 msgstr ""
35725 #: c-family/c-warn.cc:2048 c-family/c-warn.cc:2051
35726 #, gcc-internal-format
35727 msgid "suggest parentheses around %<+%> inside %<>>%>"
35728 msgstr ""
35730 #: c-family/c-warn.cc:2054 c-family/c-warn.cc:2057
35731 #, gcc-internal-format
35732 msgid "suggest parentheses around %<-%> inside %<>>%>"
35733 msgstr ""
35735 #: c-family/c-warn.cc:2063 c-family/c-warn.cc:2066
35736 #, gcc-internal-format
35737 msgid "suggest parentheses around %<&&%> within %<||%>"
35738 msgstr ""
35740 #: c-family/c-warn.cc:2073 c-family/c-warn.cc:2077
35741 #, gcc-internal-format
35742 msgid "suggest parentheses around arithmetic in operand of %<|%>"
35743 msgstr ""
35745 #: c-family/c-warn.cc:2081 c-family/c-warn.cc:2084
35746 #, gcc-internal-format
35747 msgid "suggest parentheses around comparison in operand of %<|%>"
35748 msgstr ""
35750 #: c-family/c-warn.cc:2089
35751 #, gcc-internal-format
35752 msgid "suggest parentheses around operand of %<!%> or change %<|%> to %<||%> or %<!%> to %<~%>"
35753 msgstr ""
35755 #: c-family/c-warn.cc:2097 c-family/c-warn.cc:2101
35756 #, gcc-internal-format
35757 msgid "suggest parentheses around arithmetic in operand of %<^%>"
35758 msgstr ""
35760 #: c-family/c-warn.cc:2105 c-family/c-warn.cc:2108
35761 #, gcc-internal-format
35762 msgid "suggest parentheses around comparison in operand of %<^%>"
35763 msgstr ""
35765 #: c-family/c-warn.cc:2114 c-family/c-warn.cc:2117
35766 #, gcc-internal-format
35767 msgid "suggest parentheses around %<+%> in operand of %<&%>"
35768 msgstr ""
35770 #: c-family/c-warn.cc:2120 c-family/c-warn.cc:2123
35771 #, gcc-internal-format
35772 msgid "suggest parentheses around %<-%> in operand of %<&%>"
35773 msgstr ""
35775 #: c-family/c-warn.cc:2127 c-family/c-warn.cc:2130
35776 #, gcc-internal-format
35777 msgid "suggest parentheses around comparison in operand of %<&%>"
35778 msgstr ""
35780 #: c-family/c-warn.cc:2135
35781 #, gcc-internal-format
35782 msgid "suggest parentheses around operand of %<!%> or change %<&%> to %<&&%> or %<!%> to %<~%>"
35783 msgstr ""
35785 #: c-family/c-warn.cc:2142 c-family/c-warn.cc:2145
35786 #, gcc-internal-format
35787 msgid "suggest parentheses around comparison in operand of %<==%>"
35788 msgstr ""
35790 #: c-family/c-warn.cc:2150 c-family/c-warn.cc:2153
35791 #, gcc-internal-format
35792 msgid "suggest parentheses around comparison in operand of %<!=%>"
35793 msgstr ""
35795 #: c-family/c-warn.cc:2163 c-family/c-warn.cc:2169
35796 #, gcc-internal-format
35797 msgid "comparisons like %<X<=Y<=Z%> do not have their mathematical meaning"
35798 msgstr ""
35800 #: c-family/c-warn.cc:2185
35801 #, gcc-internal-format
35802 msgid "label %q+D defined but not used"
35803 msgstr ""
35805 #: c-family/c-warn.cc:2187
35806 #, gcc-internal-format
35807 msgid "label %q+D declared but not defined"
35808 msgstr ""
35810 #: c-family/c-warn.cc:2210
35811 #, gcc-internal-format
35812 msgid "division by zero"
35813 msgstr "ділення на нуль"
35815 #: c-family/c-warn.cc:2230
35816 #, gcc-internal-format
35817 msgid "%<memset%> used with constant zero length parameter; this could be due to transposed parameters"
35818 msgstr ""
35820 #: c-family/c-warn.cc:2254
35821 #, gcc-internal-format
35822 msgid "%<memset%> used with length equal to number of elements without multiplication by element size"
35823 msgstr ""
35825 #: c-family/c-warn.cc:2334
35826 #, gcc-internal-format
35827 msgid "comparison of integer expressions of different signedness: %qT and %qT"
35828 msgstr "порівняння цілочисельних виразів невід'ємного і різнознакового діапазонів: %qT і %qT"
35830 #: c-family/c-warn.cc:2387
35831 #, gcc-internal-format
35832 msgid "promoted bitwise complement of an unsigned value is always nonzero"
35833 msgstr ""
35835 #: c-family/c-warn.cc:2391
35836 #, gcc-internal-format
35837 msgid "comparison of promoted bitwise complement of an unsigned value with constant"
35838 msgstr ""
35840 #: c-family/c-warn.cc:2402
35841 #, gcc-internal-format
35842 msgid "comparison of promoted bitwise complement of an unsigned value with unsigned"
35843 msgstr ""
35845 #: c-family/c-warn.cc:2457
35846 #, gcc-internal-format
35847 msgid "unused parameter %qD"
35848 msgstr "невикористаний параметр %qD"
35850 #: c-family/c-warn.cc:2519
35851 #, gcc-internal-format
35852 msgid "typedef %qD locally defined but not used"
35853 msgstr ""
35855 #: c-family/c-warn.cc:2555
35856 #, gcc-internal-format
35857 msgid "duplicated %<if%> condition"
35858 msgstr "дублювання умови %<if%>"
35860 #: c-family/c-warn.cc:2584
35861 #, gcc-internal-format
35862 msgid "optimization attribute on %qD follows definition but the attribute doesn%'t match"
35863 msgstr ""
35865 #: c-family/c-warn.cc:2592
35866 #, gcc-internal-format
35867 msgid "inline declaration of %qD follows declaration with attribute %<noinline%>"
35868 msgstr ""
35870 #: c-family/c-warn.cc:2597
35871 #, gcc-internal-format
35872 msgid "declaration of %q+D with attribute %<noinline%> follows inline declaration"
35873 msgstr ""
35875 #: c-family/c-warn.cc:2646
35876 #, gcc-internal-format
35877 msgid "result of %qE requires %u bits to represent, but %qT only has %u bits"
35878 msgstr ""
35880 #: c-family/c-warn.cc:2684 c-family/c-warn.cc:2708
35881 #, gcc-internal-format
35882 msgid "comparison of constant %qE with boolean expression is always false"
35883 msgstr ""
35885 #: c-family/c-warn.cc:2687 c-family/c-warn.cc:2705
35886 #, gcc-internal-format
35887 msgid "comparison of constant %qE with boolean expression is always true"
35888 msgstr ""
35890 #: c-family/c-warn.cc:2755
35891 msgid "passing argument %i to %qs-qualified parameter aliases with argument %Z"
35892 msgid_plural "passing argument %i to %qs-qualified parameter aliases with arguments %Z"
35893 msgstr[0] ""
35894 msgstr[1] ""
35895 msgstr[2] ""
35897 #: c-family/c-warn.cc:2821 c/c-typeck.cc:5733 cp/call.cc:6281
35898 #, gcc-internal-format
35899 msgid "this condition has identical branches"
35900 msgstr "ця умова має однакові гілки"
35902 #: c-family/c-warn.cc:2928
35903 #, gcc-internal-format
35904 msgid "macro expands to multiple statements"
35905 msgstr "макрос розгортається до декількох інструкцій"
35907 #: c-family/c-warn.cc:2929
35908 #, gcc-internal-format
35909 msgid "some parts of macro expansion are not guarded by this %qs clause"
35910 msgstr ""
35912 #: c-family/c-warn.cc:3022
35913 #, gcc-internal-format
35914 msgid "converting a packed %qT pointer (alignment %d) to a %qT pointer (alignment %d) may result in an unaligned pointer value"
35915 msgstr ""
35917 #: c-family/c-warn.cc:3029 c-family/c-warn.cc:3032 cp/init.cc:654
35918 #, gcc-internal-format
35919 msgid "defined here"
35920 msgstr "визначено тут:"
35922 #: c-family/c-warn.cc:3119
35923 #, gcc-internal-format
35924 msgid "taking address of packed member of %qT may result in an unaligned pointer value"
35925 msgstr ""
35927 #: c-family/c-warn.cc:3347
35928 msgid "mismatch in bound %Z of argument %u declared as %s"
35929 msgid_plural "mismatch in bounds %Z of argument %u declared as %s"
35930 msgstr[0] ""
35931 msgstr[1] ""
35932 msgstr[2] ""
35934 #: c-family/c-warn.cc:3350 c-family/c-warn.cc:3721
35935 #, gcc-internal-format, gfc-internal-format
35936 msgid "previously declared as %s"
35937 msgstr "раніше оголошено як %s"
35939 #: c-family/c-warn.cc:3484
35940 #, gcc-internal-format, gfc-internal-format
35941 msgid "argument %u of type %s declared as a variable length array"
35942 msgstr "аргумент %u типу %s оголошено як масив змінної довжини"
35944 #: c-family/c-warn.cc:3489
35945 #, gcc-internal-format, gfc-internal-format
35946 msgid "previously declared as a pointer %s"
35947 msgstr "раніше оголошено як вказівник %s"
35949 #: c-family/c-warn.cc:3490
35950 #, gcc-internal-format, gfc-internal-format
35951 msgid "previously declared as an ordinary array %s"
35952 msgstr "раніше оголошено як звичайний масив %s"
35954 #: c-family/c-warn.cc:3503 c-family/c-warn.cc:3517
35955 #, gcc-internal-format, gfc-internal-format
35956 msgid "argument %u of type %s declared as a pointer"
35957 msgstr "аргумент %u типу %s оголошено як вказівник"
35959 #: c-family/c-warn.cc:3507 c-family/c-warn.cc:3533
35960 #, gcc-internal-format, gfc-internal-format
35961 msgid "previously declared as a variable length array %s"
35962 msgstr "раніше оголошено як масив змінної довжини %s"
35964 #: c-family/c-warn.cc:3520
35965 #, gcc-internal-format, gfc-internal-format
35966 msgid "previously declared as an array %s"
35967 msgstr "раніше оголошено як масив %s"
35969 #: c-family/c-warn.cc:3529
35970 #, gcc-internal-format, gfc-internal-format
35971 msgid "argument %u of type %s declared as an ordinary array"
35972 msgstr ""
35974 #: c-family/c-warn.cc:3557
35975 #, gcc-internal-format, gfc-internal-format
35976 msgid "argument %u of type %s declared with %u variable bound"
35977 msgid_plural "argument %u of type %s declared with %u variable bounds"
35978 msgstr[0] ""
35979 msgstr[1] ""
35980 msgstr[2] ""
35982 #: c-family/c-warn.cc:3564
35983 #, gcc-internal-format, gfc-internal-format
35984 msgid "previously declared as %s with %u variable bound"
35985 msgid_plural "previously declared as %s with %u variable bounds"
35986 msgstr[0] ""
35987 msgstr[1] ""
35988 msgstr[2] ""
35990 #: c-family/c-warn.cc:3588
35991 #, gcc-internal-format, gfc-internal-format
35992 msgid "argument %u of type %s declared with %u unspecified variable bound"
35993 msgid_plural "argument %u of type %s declared with %u unspecified variable bounds"
35994 msgstr[0] ""
35995 msgstr[1] ""
35996 msgstr[2] ""
35998 #: c-family/c-warn.cc:3596
35999 #, gcc-internal-format, gfc-internal-format
36000 msgid "previously declared as %s with %u unspecified variable bound"
36001 msgid_plural "previously declared as %s with %u unspecified variable bounds"
36002 msgstr[0] ""
36003 msgstr[1] ""
36004 msgstr[2] ""
36006 #: c-family/c-warn.cc:3603
36007 #, gcc-internal-format, gfc-internal-format
36008 msgid "subsequently declared as %s with %u unspecified variable bound"
36009 msgid_plural "subsequently declared as %s with %u unspecified variable bounds"
36010 msgstr[0] ""
36011 msgstr[1] ""
36012 msgstr[2] ""
36014 #: c-family/c-warn.cc:3656
36015 #, gcc-internal-format
36016 msgid "argument %u of type %s declared with mismatched bound argument %E"
36017 msgstr ""
36019 #: c-family/c-warn.cc:3663 c-family/c-warn.cc:3697
36020 #, gcc-internal-format
36021 msgid "argument %u of type %s declared with mismatched bound %<%s%>"
36022 msgstr ""
36024 #: c-family/c-warn.cc:3675
36025 #, gcc-internal-format
36026 msgid "previously declared as %s with bound argument %E"
36027 msgstr ""
36029 #: c-family/c-warn.cc:3680
36030 #, gcc-internal-format
36031 msgid "previously declared as %s with bound %<%s%>"
36032 msgstr "раніше оголошено як %s із межами %<%s%>"
36034 #: c-family/c-warn.cc:3700
36035 #, gcc-internal-format
36036 msgid "previously declared as %s with bound %qs"
36037 msgstr "раніше оголошено як %s із обмеженням %qs"
36039 #: c-family/c-warn.cc:3719
36040 #, gcc-internal-format, gfc-internal-format
36041 msgid "argument %u of type %s with mismatched bound"
36042 msgstr "аргумент %u типу %s із невідповідним обмеженням"
36044 #: c-family/c-warn.cc:3750
36045 #, gcc-internal-format
36046 msgid "expression does not compute the number of elements in this array; element type is %qT, not %qT"
36047 msgstr ""
36049 #: c-family/c-warn.cc:3760
36050 #, gcc-internal-format
36051 msgid "add parentheses around %qE to silence this warning"
36052 msgstr ""
36054 #: c-family/c-warn.cc:3764
36055 #, gcc-internal-format
36056 msgid "add parentheses around the second %<sizeof%> to silence this warning"
36057 msgstr ""
36059 #: c-family/c-warn.cc:3790
36060 #, gcc-internal-format
36061 msgid "comparison between two arrays is deprecated in C++20"
36062 msgstr ""
36064 #: c-family/c-warn.cc:3791
36065 #, gcc-internal-format
36066 msgid "comparison between two arrays"
36067 msgstr ""
36069 #: c-family/c-warn.cc:3795
36070 #, gcc-internal-format
36071 msgid "use unary %<+%> which decays operands to pointers or %<&%D[0] %s &%D[0]%> to compare the addresses"
36072 msgstr ""
36074 #: c-family/c-warn.cc:3799
36075 #, gcc-internal-format
36076 msgid "use %<&%D[0] %s &%D[0]%> to compare the addresses"
36077 msgstr ""
36079 #: c-family/c-warn.cc:3844
36080 #, gcc-internal-format
36081 msgid "result of %<%wu^%wu%> is %wu; did you mean %<1 << %wu%> (%wu)?"
36082 msgstr ""
36084 #: c-family/c-warn.cc:3854
36085 #, gcc-internal-format
36086 msgid "result of %<%wu^%wu%> is %wu; did you mean %<1LL << %wu%>?"
36087 msgstr ""
36089 #: c-family/c-warn.cc:3861
36090 #, gcc-internal-format
36091 msgid "result of %<%wu^%wu%> is %wu; did you mean exponentiation?"
36092 msgstr ""
36094 #: c-family/c-warn.cc:3872
36095 #, gcc-internal-format
36096 msgid "result of %<%wu^%wu%> is %wu; did you mean %<1e%wu%>?"
36097 msgstr ""
36099 #: c-family/c-warn.cc:3889
36100 #, gcc-internal-format
36101 msgid "you can silence this warning by using a hexadecimal constant (%wx rather than %wd)"
36102 msgstr ""
36104 #: c-family/cppspec.cc:94
36105 #, gcc-internal-format
36106 msgid "%qs is not a valid option to the preprocessor"
36107 msgstr ""
36109 #: c-family/cppspec.cc:113
36110 #, gcc-internal-format
36111 msgid "too many input files"
36112 msgstr "надто багато вхідних файлів"
36114 #: c-family/known-headers.cc:322
36115 #, gcc-internal-format
36116 msgid "%qs is defined in header %qs; did you forget to %<#include %s%>?"
36117 msgstr ""
36119 #: common/config/aarch64/aarch64-common.cc:400 config/aarch64/aarch64.cc:18044
36120 #, gcc-internal-format
36121 msgid "unknown value %qs for %<-mcpu%>"
36122 msgstr ""
36124 #: common/config/alpha/alpha-common.cc:75
36125 #, gcc-internal-format
36126 msgid "bad value %qs for %<-mtls-size%> switch"
36127 msgstr "помилкове значення %qs для перемикача %<-mtls-size%>"
36129 #: common/config/arc/arc-common.cc:82
36130 #, gcc-internal-format
36131 msgid "multiple %<-mcpu=%> options specified"
36132 msgstr ""
36134 #: common/config/arc/arc-common.cc:88
36135 #, gcc-internal-format
36136 msgid "Unsupported value for mmpy-option"
36137 msgstr ""
36139 #: common/config/arm/arm-common.cc:289
36140 #, gcc-internal-format
36141 msgid "%%:%<target_mode_check%> takes an even number of parameters"
36142 msgstr ""
36144 #: common/config/arm/arm-common.cc:298
36145 #, gcc-internal-format
36146 msgid "unrecognized option passed to %%:%<target_mode_check%>"
36147 msgstr "%%:%<target_mode_check%> передано нерозпізнаний параметр"
36149 #: common/config/arm/arm-common.cc:378 common/config/arm/arm-common.cc:442
36150 #: common/config/arm/arm-common.cc:489 config/aarch64/aarch64.cc:17976
36151 #: config/aarch64/aarch64.cc:18014
36152 #, gcc-internal-format
36153 msgid "valid arguments are: %s; did you mean %qs?"
36154 msgstr "коректними аргументами є такі: %s; ви мали на увазі %qs?"
36156 #: common/config/arm/arm-common.cc:381 common/config/arm/arm-common.cc:445
36157 #: common/config/arm/arm-common.cc:492 config/aarch64/aarch64.cc:17979
36158 #: config/aarch64/aarch64.cc:18017
36159 #, gcc-internal-format, gfc-internal-format
36160 msgid "valid arguments are: %s"
36161 msgstr "коректні аргументи: %s"
36163 #: common/config/arm/arm-common.cc:418 common/config/arm/arm-common.cc:472
36164 #, gcc-internal-format, gfc-internal-format
36165 msgid "unrecognized %s target: %s"
36166 msgstr ""
36168 #: common/config/arm/arm-common.cc:508
36169 #, gcc-internal-format
36170 msgid "unrecognized %<-mfpu%> target: %s"
36171 msgstr ""
36173 #: common/config/arm/arm-common.cc:536
36174 #, gcc-internal-format
36175 msgid "%qs does not support feature %qs"
36176 msgstr "у %qs не передбачено підтримки можливості %qs"
36178 #: common/config/arm/arm-common.cc:547
36179 #, gcc-internal-format
36180 msgid "valid feature names are: %s; did you mean %qs?"
36181 msgstr "коректними назвами можливостей є такі: %s; ви мали на увазі %qs?"
36183 #: common/config/arm/arm-common.cc:550
36184 #, gcc-internal-format, gfc-internal-format
36185 msgid "valid feature names are: %s"
36186 msgstr "коректні назви можливостей: %s"
36188 #: common/config/arm/arm-common.cc:568
36189 #, gcc-internal-format, gfc-internal-format
36190 msgid "%s does not take any feature options"
36191 msgstr ""
36193 #: common/config/arm/arm-common.cc:665
36194 #, gcc-internal-format
36195 msgid "%%:%<canon_for_mlib%> takes 1 or more pairs of parameters"
36196 msgstr ""
36198 #: common/config/arm/arm-common.cc:679
36199 #, gcc-internal-format
36200 msgid "unrecognized operand to %%:%<canon_for_mlib%>"
36201 msgstr "нерозпізнаний операнд %%:%<canon_for_mlib%>"
36203 #: common/config/arm/arm-common.cc:1038
36204 #, gcc-internal-format
36205 msgid "unrecognized operand to %%:%<asm_auto_mfpu%>"
36206 msgstr "нерозпізнаний операнд %%:%<asm_auto_mfpu%>"
36208 #: common/config/avr/avr-common.cc:91
36209 #, gcc-internal-format
36210 msgid "option %<-mdouble=64%> is only available if configured %<--with-double={64|64,32|32,64}%>"
36211 msgstr ""
36213 #: common/config/avr/avr-common.cc:99
36214 #, gcc-internal-format
36215 msgid "option %<-mdouble=32%> is only available if configured %<--with-double={32|32,64|64,32}%>"
36216 msgstr ""
36218 #: common/config/avr/avr-common.cc:115
36219 #, gcc-internal-format
36220 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}%>"
36221 msgstr ""
36223 #: common/config/avr/avr-common.cc:124
36224 #, gcc-internal-format
36225 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}%>"
36226 msgstr ""
36228 #: common/config/bfin/bfin-common.cc:304 common/config/m68k/m68k-common.cc:60
36229 #, gcc-internal-format
36230 msgid "%<-mshared-library-id=%s%> is not between 0 and %d"
36231 msgstr ""
36233 #: common/config/bfin/bfin-common.cc:323
36234 #, gcc-internal-format
36235 msgid "%<-mcpu=%s%> is not valid"
36236 msgstr "%<-mcpu=%s%> є некоректним"
36238 #: common/config/bfin/bfin-common.cc:359
36239 #, gcc-internal-format
36240 msgid "%<-mcpu=%s%> has invalid silicon revision"
36241 msgstr ""
36243 #: common/config/i386/i386-common.cc:1759
36244 #, gcc-internal-format
36245 msgid "%<-malign-loops%> is obsolete, use %<-falign-loops%>"
36246 msgstr ""
36248 #: common/config/i386/i386-common.cc:1762
36249 #, gcc-internal-format
36250 msgid "%<-malign-loops=%d%> is not between 0 and %d"
36251 msgstr ""
36253 #: common/config/i386/i386-common.cc:1769
36254 #, gcc-internal-format
36255 msgid "%<-malign-jumps%> is obsolete, use %<-falign-jumps%>"
36256 msgstr ""
36258 #: common/config/i386/i386-common.cc:1772
36259 #, gcc-internal-format
36260 msgid "%<-malign-jumps=%d%> is not between 0 and %d"
36261 msgstr ""
36263 #: common/config/i386/i386-common.cc:1780
36264 #, gcc-internal-format
36265 msgid "%<-malign-functions%> is obsolete, use %<-falign-functions%>"
36266 msgstr ""
36268 #: common/config/i386/i386-common.cc:1783
36269 #, gcc-internal-format
36270 msgid "%<-malign-functions=%d%> is not between 0 and %d"
36271 msgstr ""
36273 #: common/config/i386/i386-common.cc:1792
36274 #, gcc-internal-format
36275 msgid "%<-mbranch-cost=%d%> is not between 0 and 5"
36276 msgstr ""
36278 #: common/config/i386/i386-common.cc:1856
36279 #: common/config/s390/s390-common.cc:137
36280 #, gcc-internal-format
36281 msgid "%<-fsplit-stack%> currently only supported on GNU/Linux"
36282 msgstr ""
36284 #: common/config/i386/i386-common.cc:1866
36285 #, gcc-internal-format
36286 msgid "%<-fsplit-stack%> requires assembler support for CFI directives"
36287 msgstr ""
36289 #: common/config/ia64/ia64-common.cc:65
36290 #, gcc-internal-format
36291 msgid "bad value %<%s%> for %<-mtls-size=%> switch"
36292 msgstr ""
36294 #: common/config/nds32/nds32-common.cc:49
36295 #, gcc-internal-format
36296 msgid "%<-misr-vector-size=%d%> argument must be 4 or 16"
36297 msgstr ""
36299 #: common/config/nds32/nds32-common.cc:59
36300 #, gcc-internal-format
36301 msgid "%<-misr-secure=%d%> argument not in between 0 and 3"
36302 msgstr ""
36304 #: common/config/nds32/nds32-common.cc:69
36305 #, gcc-internal-format
36306 msgid "for the option %<-mcache-block-size=X%>, the valid X must be: 4, 8, 16, 32, 64, 128, 256, or 512"
36307 msgstr ""
36309 #: common/config/riscv/riscv-common.cc:486
36310 #, gcc-internal-format
36311 msgid "%<-march=%s%>: extension %qs appear more than one time"
36312 msgstr "%<-march=%s%>: розширення %qs вказано декілька разів"
36314 #: common/config/riscv/riscv-common.cc:734
36315 #, gcc-internal-format
36316 msgid "%<-march=%s%>: expect number after %<%dp%>"
36317 msgstr "%<-march=%s%>: після %<%dp%> мало бути число"
36319 #: common/config/riscv/riscv-common.cc:740
36320 #, gcc-internal-format
36321 msgid "%<-march=%s%>: for %<%s%dp%dp?%>, version number with more than 2 level is not supported"
36322 msgstr ""
36324 #: common/config/riscv/riscv-common.cc:810
36325 #, gcc-internal-format
36326 msgid "%<-march=%s%>: rv%de is not a valid base ISA"
36327 msgstr "%<-march=%s%>: rv%de не є коректною основою ISA"
36329 #: common/config/riscv/riscv-common.cc:822
36330 #, gcc-internal-format
36331 msgid "version of %<g%> will be omitted, please specify version for individual extension"
36332 msgstr ""
36334 #: common/config/riscv/riscv-common.cc:841
36335 #, gcc-internal-format
36336 msgid "%<-march=%s%>: first ISA subset must be %<e%>, %<i%> or %<g%>"
36337 msgstr ""
36339 #: common/config/riscv/riscv-common.cc:868
36340 #, gcc-internal-format
36341 msgid "%<-march=%s%>: unsupported ISA subset %<%c%>"
36342 msgstr "%<-march=%s%>: непідтримувана підмножина ISA %<%c%>"
36344 #: common/config/riscv/riscv-common.cc:872
36345 #, gcc-internal-format
36346 msgid "%<-march=%s%>: ISA string is not in canonical order. %<%c%>"
36347 msgstr "%<-march=%s%>: рядок ISA записано у неканонічному вигляді. %<%c%>"
36349 #: common/config/riscv/riscv-common.cc:1059
36350 #, gcc-internal-format
36351 msgid "%<-march=%s%>: name of %s must be more than 1 letter"
36352 msgstr "%<-march=%s%>: назва %s має складатися з понад 1 літери"
36354 #: common/config/riscv/riscv-common.cc:1071
36355 #, gcc-internal-format
36356 msgid "%<-march=%s%>: %s must separate with %<_%>"
36357 msgstr "%<-march=%s%>: %s має відокремлюватися %<_%>"
36359 #: common/config/riscv/riscv-common.cc:1100
36360 #, gcc-internal-format
36361 msgid "%<-march=%s%>: ISA string must begin with rv32 or rv64"
36362 msgstr "%<-march=%s%>: рядок ISA має починатися з rv32 або rv64"
36364 #: common/config/riscv/riscv-common.cc:1131
36365 #, gcc-internal-format
36366 msgid "%<-march=%s%>: unexpected ISA string at end: %qs"
36367 msgstr "%<-march=%s%>: неочікуваний рядок ISA наприкінці: %qs"
36369 #: common/config/riscv/riscv-common.cc:1327
36370 #, gcc-internal-format
36371 msgid "%<-mcpu=%s%>: unknown CPU"
36372 msgstr "%<-mcpu=%s%>: невідомий процесор"
36374 #: common/config/riscv/riscv-common.cc:1406
36375 #, gcc-internal-format
36376 msgid "Cannot find suitable multilib set for %<-march=%s%>/%<-mabi=%s%>"
36377 msgstr ""
36379 #: common/config/rs6000/rs6000-common.cc:173 config/sparc/sparc.cc:1816
36380 #, gcc-internal-format
36381 msgid "unknown %<-mdebug-%s%> switch"
36382 msgstr ""
36384 #: common/config/rs6000/rs6000-common.cc:212
36385 #, gcc-internal-format
36386 msgid "unknown switch %<-mlong-double-%s%>"
36387 msgstr ""
36389 #: common/config/rs6000/rs6000-common.cc:223
36390 #, gcc-internal-format
36391 msgid "option %<%s%> requires %<-mlong-double-128%>"
36392 msgstr ""
36394 #: common/config/rs6000/rs6000-common.cc:257
36395 #, gcc-internal-format
36396 msgid "%<-fsplit-stack%> currently only supported on PowerPC64 GNU/Linux with glibc-2.18 or later"
36397 msgstr ""
36399 #: common/config/rx/rx-common.cc:61
36400 #, gcc-internal-format
36401 msgid "the RX200 cpu does not have FPU hardware"
36402 msgstr ""
36404 #: common/config/rx/rx-common.cc:63
36405 #, gcc-internal-format
36406 msgid "the RX100 cpu does not have FPU hardware"
36407 msgstr ""
36409 #: common/config/s390/s390-common.cc:109
36410 #, gcc-internal-format
36411 msgid "stack guard value must be an exact power of 2"
36412 msgstr ""
36414 #: common/config/s390/s390-common.cc:114
36415 #, gcc-internal-format
36416 msgid "stack size must be an exact power of 2"
36417 msgstr ""
36419 #: common/config/v850/v850-common.cc:47
36420 #, gcc-internal-format
36421 msgid "value passed in %qs is too large"
36422 msgstr ""
36424 #: config/darwin-c.cc:81
36425 #, gcc-internal-format
36426 msgid "too many %<#pragma options align=reset%>"
36427 msgstr "забагато %<#pragma options align=reset%>"
36429 #: config/darwin-c.cc:101 config/darwin-c.cc:104 config/darwin-c.cc:106
36430 #: config/darwin-c.cc:108
36431 #, gcc-internal-format
36432 msgid "malformed %<#pragma options%>, ignoring"
36433 msgstr "помилкове форматування %<#pragma options%>, ігноруємо"
36435 #: config/darwin-c.cc:111
36436 #, gcc-internal-format
36437 msgid "junk at end of %<#pragma options%>"
36438 msgstr ""
36440 #: config/darwin-c.cc:121
36441 #, gcc-internal-format
36442 msgid "malformed %<#pragma options align={mac68k|power|reset}%>, ignoring"
36443 msgstr "помилкове форматування %<#pragma options align=mac68k|power|reset}%>, ігноруємо"
36445 #: config/darwin-c.cc:133
36446 #, gcc-internal-format
36447 msgid "missing %<(%> after %<#pragma unused%>, ignoring"
36448 msgstr ""
36450 #: config/darwin-c.cc:154
36451 #, gcc-internal-format
36452 msgid "missing %<)%> after %<#pragma unused%>, ignoring"
36453 msgstr ""
36455 #: config/darwin-c.cc:157
36456 #, gcc-internal-format
36457 msgid "junk at end of %<#pragma unused%>"
36458 msgstr ""
36460 #: config/darwin-c.cc:168
36461 #, gcc-internal-format
36462 msgid "malformed %<#pragma ms_struct%>, ignoring"
36463 msgstr "помилкове форматування %<#pragma ms_struct%>, ігноруємо"
36465 #: config/darwin-c.cc:176
36466 #, gcc-internal-format
36467 msgid "malformed %<#pragma ms_struct {on|off|reset}%>, ignoring"
36468 msgstr "помилкове форматування %<#pragma ms_struct on|off|reset}%>, ігноруємо"
36470 #: config/darwin-c.cc:179
36471 #, gcc-internal-format
36472 msgid "junk at end of %<#pragma ms_struct%>"
36473 msgstr ""
36475 #: config/darwin-c.cc:405
36476 #, gcc-internal-format, gfc-internal-format
36477 msgid "subframework include %s conflicts with framework include"
36478 msgstr ""
36480 #: config/darwin-c.cc:709
36481 #, gcc-internal-format
36482 msgid "unknown value %qs of %<-mmacosx-version-min%>"
36483 msgstr ""
36485 #: config/darwin-driver.cc:147
36486 #, gcc-internal-format
36487 msgid "%<sysctl%> for %<kern.osversion%> failed: %m"
36488 msgstr ""
36490 #: config/darwin-driver.cc:186
36491 #, gcc-internal-format
36492 msgid "could not understand %<kern.osversion%> %q.*s"
36493 msgstr "не вдалося зрозуміти версію %<kern.osversion%> %q.*s"
36495 #: config/darwin-driver.cc:226
36496 #, gcc-internal-format
36497 msgid "could not understand version %qs"
36498 msgstr "не вдалося зрозуміти версію %qs"
36500 #: config/darwin-driver.cc:300
36501 #, gcc-internal-format
36502 msgid "this compiler does not support %qs"
36503 msgstr "у цьому компіляторі не передбачено підтримки %qs"
36505 #: config/darwin-driver.cc:326
36506 #, gcc-internal-format
36507 msgid "%qs is not valid for %<-mmacosx-version-min%>"
36508 msgstr ""
36510 #: config/darwin-driver.cc:367
36511 #, gcc-internal-format
36512 msgid "this compiler does not support PowerPC (%<-arch%> option ignored)"
36513 msgstr ""
36515 #: config/darwin-driver.cc:374
36516 #, gcc-internal-format
36517 msgid "%qs conflicts with %<-arch i386%> (%qs ignored)"
36518 msgstr "%qs конфліктує з %<-arch i386%> (%qs проігноровано)"
36520 #: config/darwin-driver.cc:383
36521 #, gcc-internal-format
36522 msgid "%<-m32%> conflicts with %<-arch x86_64%> (%<-m32%> ignored)"
36523 msgstr "%<-m32%> конфліктує з %<-arch x86_64%> (%<-m32%> проігноровано)"
36525 #: config/darwin-driver.cc:390
36526 #, gcc-internal-format
36527 msgid "this compiler does not support x86 (%<-arch%> option ignored)"
36528 msgstr ""
36530 #: config/darwin-driver.cc:397
36531 #, gcc-internal-format
36532 msgid "%qs conflicts with %<-arch ppc%> (%qs ignored)"
36533 msgstr "%qs конфліктує з %<-arch ppc%> (%qs проігноровано)"
36535 #: config/darwin-driver.cc:406
36536 #, gcc-internal-format
36537 msgid "%<-m32%> conflicts with %<-arch ppc64%> (%<-m32%> ignored)"
36538 msgstr "%<-m32%> конфліктує з %<-arch ppc64%> (%<-m32%> проігноровано)"
36540 #: config/darwin.cc:2024
36541 #, gcc-internal-format, gfc-internal-format
36542 msgid "failed to open temporary file %s for LTO output"
36543 msgstr ""
36545 #: config/darwin.cc:2116
36546 #, gcc-internal-format
36547 msgid "%qE 2.95 vtable-compatibility attribute applies only when compiling a kext"
36548 msgstr ""
36550 #: config/darwin.cc:2123
36551 #, gcc-internal-format
36552 msgid "%qE 2.95 vtable-compatibility attribute applies only to C++ classes"
36553 msgstr ""
36555 #: config/darwin.cc:2715 config/darwin.cc:2779
36556 #, gcc-internal-format
36557 msgid "common variables must have an alignment of 32678 or less"
36558 msgstr ""
36560 #: config/darwin.cc:2869
36561 #, gcc-internal-format
36562 msgid "protected visibility attribute not supported in this configuration; ignored"
36563 msgstr ""
36565 #: config/darwin.cc:3084
36566 #, gcc-internal-format, gfc-internal-format
36567 msgid "failed to open temporary file %s with LTO output"
36568 msgstr ""
36570 #: config/darwin.cc:3310
36571 #, gcc-internal-format
36572 msgid "%<-fobjc-abi-version%> 2 must be used for 64 bit targets with %<-fnext-runtime%>"
36573 msgstr ""
36575 #: config/darwin.cc:3315
36576 #, gcc-internal-format
36577 msgid "%<-fobjc-abi-version%> %d is not supported for 32 bit targets with %<-fnext-runtime%>"
36578 msgstr ""
36580 #: config/darwin.cc:3330
36581 #, gcc-internal-format
36582 msgid "%<-gsplit-dwarf%> is not supported on this platform, ignored"
36583 msgstr ""
36585 #: config/darwin.cc:3409
36586 #, gcc-internal-format
36587 msgid "%<-mdynamic-no-pic%> overrides %<-fpic%>, %<-fPIC%>, %<-fpie%> or %<-fPIE%>"
36588 msgstr ""
36590 #: config/darwin.cc:3452
36591 #, gcc-internal-format
36592 msgid "%<-mpic-symbol-stubs%> is not required for 64-bit code (ignored)"
36593 msgstr ""
36595 #: config/darwin.cc:3632
36596 #, gcc-internal-format
36597 msgid "built-in function %qD requires the %<-mconstant-cfstrings%> flag"
36598 msgstr ""
36600 #: config/darwin.cc:3639
36601 #, gcc-internal-format
36602 msgid "built-in function %qD takes one argument only"
36603 msgstr ""
36605 #: config/darwin.cc:3706
36606 #, gcc-internal-format
36607 msgid "CFString literal is missing"
36608 msgstr ""
36610 #: config/darwin.cc:3717
36611 #, gcc-internal-format
36612 msgid "CFString literal expression is not a string constant"
36613 msgstr ""
36615 #: config/darwin.cc:3741
36616 #, gcc-internal-format
36617 msgid "non-ASCII character in CFString literal"
36618 msgstr ""
36620 #: config/darwin.cc:3742
36621 #, gcc-internal-format
36622 msgid "embedded NUL in CFString literal"
36623 msgstr ""
36625 #: config/host-darwin.cc:107
36626 #, gcc-internal-format
36627 msgid "PCH memory is not available: %m"
36628 msgstr "Пам'ять PCH є недоступною: %m"
36630 #: config/sol2-c.cc:91 config/sol2-c.cc:107
36631 #, gcc-internal-format
36632 msgid "malformed %<#pragma align%>, ignoring"
36633 msgstr "помилкове форматування %<#pragma align%>, ігноруємо"
36635 #: config/sol2-c.cc:100
36636 #, gcc-internal-format
36637 msgid "invalid alignment for %<#pragma align%>, ignoring"
36638 msgstr ""
36640 #: config/sol2-c.cc:115
36641 #, gcc-internal-format
36642 msgid "%<#pragma align%> must appear before the declaration of %qD, ignoring"
36643 msgstr "%<#pragma align%> мало бути вказано до оголошення %qD, ігноруємо"
36645 #: config/sol2-c.cc:127 config/sol2-c.cc:139
36646 #, gcc-internal-format
36647 msgid "malformed %<#pragma align%>"
36648 msgstr ""
36650 #: config/sol2-c.cc:134
36651 #, gcc-internal-format
36652 msgid "junk at end of %<#pragma align%>"
36653 msgstr ""
36655 #: config/sol2-c.cc:155 config/sol2-c.cc:162
36656 #, gcc-internal-format
36657 msgid "malformed %<#pragma init%>, ignoring"
36658 msgstr "помилкове форматування %<#pragma init%>, ігноруємо"
36660 #: config/sol2-c.cc:186 config/sol2-c.cc:198
36661 #, gcc-internal-format
36662 msgid "malformed %<#pragma init%>"
36663 msgstr ""
36665 #: config/sol2-c.cc:193
36666 #, gcc-internal-format
36667 msgid "junk at end of %<#pragma init%>"
36668 msgstr ""
36670 #: config/sol2-c.cc:214 config/sol2-c.cc:221
36671 #, gcc-internal-format
36672 msgid "malformed %<#pragma fini%>, ignoring"
36673 msgstr "помилкове форматування %<#pragma fini%>, ігноруємо"
36675 #: config/sol2-c.cc:245 config/sol2-c.cc:257
36676 #, gcc-internal-format
36677 msgid "malformed %<#pragma fini%>"
36678 msgstr ""
36680 #: config/sol2-c.cc:252
36681 #, gcc-internal-format
36682 msgid "junk at end of %<#pragma fini%>"
36683 msgstr ""
36685 #: config/sol2.cc:58
36686 #, gcc-internal-format
36687 msgid "ignoring %<#pragma align%> for explicitly aligned %q+D"
36688 msgstr ""
36690 #: config/vxworks.cc:165
36691 #, gcc-internal-format
36692 msgid "PIC is only supported for RTPs"
36693 msgstr ""
36695 #: config/aarch64/aarch64-builtins.cc:2148
36696 #: config/aarch64/aarch64-builtins.cc:2382 config/arm/arm-builtins.cc:3112
36697 #, gcc-internal-format, gfc-internal-format
36698 msgid "argument %d must be a constant immediate"
36699 msgstr "аргумент %d має бути сталою величиною зі швидким доступом"
36701 #: config/aarch64/aarch64-builtins.cc:2220 config/arm/arm-builtins.cc:3467
36702 #, gcc-internal-format
36703 msgid "lane index must be a constant immediate"
36704 msgstr ""
36706 #: config/aarch64/aarch64-builtins.cc:2224
36707 #, gcc-internal-format
36708 msgid "total size and element size must be a nonzero constant immediate"
36709 msgstr ""
36711 #: config/aarch64/aarch64-builtins.cc:2472
36712 #, gcc-internal-format
36713 msgid "argument must be a 16-bit constant immediate"
36714 msgstr ""
36716 #: config/aarch64/aarch64-builtins.cc:2578
36717 #, gcc-internal-format
36718 msgid "Memory Tagging Extension does not support %<-mabi=ilp32%>"
36719 msgstr ""
36721 #: config/aarch64/aarch64-builtins.cc:2613
36722 #, gcc-internal-format, gfc-internal-format
36723 msgid "argument %d must be a constant immediate in range [0,15]"
36724 msgstr ""
36726 #: config/aarch64/aarch64-builtins.cc:3369
36727 #: config/aarch64/aarch64-builtins.cc:3389
36728 #, gcc-internal-format, gfc-internal-format
36729 msgid "expected 64-bit address but argument 1 is %d-bit"
36730 msgstr ""
36732 #: config/aarch64/aarch64-builtins.cc:3373
36733 #, gcc-internal-format, gfc-internal-format
36734 msgid "expected 64-bit address but argument 2 is %d-bit"
36735 msgstr ""
36737 #: config/aarch64/aarch64-c.cc:286
36738 #, gcc-internal-format
36739 msgid "%<#pragma GCC aarch64%> requires a string parameter"
36740 msgstr ""
36742 #: config/aarch64/aarch64-c.cc:298
36743 #, gcc-internal-format
36744 msgid "unknown %<#pragma GCC aarch64%> option %qs"
36745 msgstr ""
36747 #: config/aarch64/aarch64-sve-builtins.cc:661
36748 #, gcc-internal-format
36749 msgid "ACLE function %qD requires ISA extension %qs"
36750 msgstr ""
36752 #: config/aarch64/aarch64-sve-builtins.cc:663
36753 #, gcc-internal-format
36754 msgid "you can enable %qs using the command-line option %<-march%>, or by using the %<target%> attribute or pragma"
36755 msgstr ""
36757 #: config/aarch64/aarch64-sve-builtins.cc:683
36758 #, gcc-internal-format
36759 msgid "ACLE function %qD is incompatible with the use of %qs"
36760 msgstr ""
36762 #: config/aarch64/aarch64-sve-builtins.cc:726
36763 #, gcc-internal-format
36764 msgid "argument %d of %qE must be an integer constant expression"
36765 msgstr ""
36767 #: config/aarch64/aarch64-sve-builtins.cc:738
36768 #, gcc-internal-format
36769 msgid "passing %wd to argument %d of %qE, which expects a value in the range [%wd, %wd]"
36770 msgstr ""
36772 #: config/aarch64/aarch64-sve-builtins.cc:751
36773 #, gcc-internal-format
36774 msgid "passing %wd to argument %d of %qE, which expects either %wd or %wd"
36775 msgstr ""
36777 #: config/aarch64/aarch64-sve-builtins.cc:764
36778 #, gcc-internal-format
36779 msgid "passing %wd to argument %d of %qE, which expects %wd, %wd, %wd or %wd"
36780 msgstr ""
36782 #: config/aarch64/aarch64-sve-builtins.cc:776
36783 #, gcc-internal-format
36784 msgid "passing %wd to argument %d of %qE, which expects a valid %qT value"
36785 msgstr ""
36787 #: config/aarch64/aarch64-sve-builtins.cc:1210
36788 #, gcc-internal-format
36789 msgid "%qE has no form that takes %qT arguments"
36790 msgstr ""
36792 #: config/aarch64/aarch64-sve-builtins.cc:1276
36793 #, gcc-internal-format
36794 msgid "passing %qT to argument %d of %qE, which expects a 32-bit or 64-bit integer type"
36795 msgstr ""
36797 #: config/aarch64/aarch64-sve-builtins.cc:1296
36798 #, gcc-internal-format
36799 msgid "passing %qT to argument %d of %qE, which expects a pointer type"
36800 msgstr ""
36802 #: config/aarch64/aarch64-sve-builtins.cc:1299
36803 #, gcc-internal-format
36804 msgid "an explicit type suffix is needed when using a vector of base addresses"
36805 msgstr ""
36807 #: config/aarch64/aarch64-sve-builtins.cc:1308
36808 #, gcc-internal-format
36809 msgid "passing %qT to argument %d of %qE, but %qT is not a valid SVE element type"
36810 msgstr ""
36812 #: config/aarch64/aarch64-sve-builtins.cc:1316
36813 #, gcc-internal-format
36814 msgid "passing %qT to argument %d of %qE, which expects a pointer to 32-bit or 64-bit elements"
36815 msgstr ""
36817 #: config/aarch64/aarch64-sve-builtins.cc:1350
36818 #, gcc-internal-format
36819 msgid "passing %qT to argument %d of %qE, which expects a single SVE vector rather than a tuple"
36820 msgstr ""
36822 #. num_vectors is always != 1, so the singular isn't needed.
36823 #: config/aarch64/aarch64-sve-builtins.cc:1355
36824 #: config/aarch64/aarch64-sve-builtins.cc:1361
36825 #, gcc-internal-format
36826 msgid "%qT%d%qE%d"
36827 msgid_plural "passing single vector %qT to argument %d of %qE, which expects a tuple of %d vectors"
36828 msgstr[0] ""
36829 msgstr[1] ""
36830 msgstr[2] ""
36832 #: config/aarch64/aarch64-sve-builtins.cc:1370
36833 #, gcc-internal-format
36834 msgid "passing %qT to argument %d of %qE, which expects an SVE vector type"
36835 msgstr ""
36837 #: config/aarch64/aarch64-sve-builtins.cc:1373
36838 #, gcc-internal-format
36839 msgid "passing %qT to argument %d of %qE, which expects an SVE tuple type"
36840 msgstr ""
36842 #: config/aarch64/aarch64-sve-builtins.cc:1397
36843 #, gcc-internal-format
36844 msgid "passing %qT to argument %d of %qE, which expects a vector of integers"
36845 msgstr ""
36847 #: config/aarch64/aarch64-sve-builtins.cc:1417
36848 #: config/aarch64/aarch64-sve-builtins.cc:1624
36849 #, gcc-internal-format
36850 msgid "passing %qT to argument %d of %qE, which expects a vector of unsigned integers"
36851 msgstr ""
36853 #: config/aarch64/aarch64-sve-builtins.cc:1438
36854 #, gcc-internal-format
36855 msgid "passing %qT to argument %d of %qE, which expects a vector of 32-bit or 64-bit elements"
36856 msgstr ""
36858 #: config/aarch64/aarch64-sve-builtins.cc:1469
36859 #, gcc-internal-format
36860 msgid "passing %qT to argument %d of %qE, which expects a vector or scalar type"
36861 msgstr ""
36863 #: config/aarch64/aarch64-sve-builtins.cc:1491
36864 #: config/aarch64/aarch64-sve-builtins.cc:2057
36865 #, gcc-internal-format
36866 msgid "passing %qT to argument %d of %qE, which expects %qT"
36867 msgstr ""
36869 #: config/aarch64/aarch64-sve-builtins.cc:1511
36870 #, gcc-internal-format
36871 msgid "passing %qT to argument %d of %qE, but previous arguments had type %qT"
36872 msgstr ""
36874 #: config/aarch64/aarch64-sve-builtins.cc:1605
36875 #, gcc-internal-format
36876 msgid "passing %qT to argument %d of %qE, which expects a vector of %d-bit elements"
36877 msgstr ""
36879 #: config/aarch64/aarch64-sve-builtins.cc:1617
36880 #, gcc-internal-format
36881 msgid "passing %qT to argument %d of %qE, which expects a vector of signed integers"
36882 msgstr ""
36884 #: config/aarch64/aarch64-sve-builtins.cc:1644
36885 #, gcc-internal-format
36886 msgid "arguments %d and %d of %qE must have the same element size, but the values passed here have type %qT and %qT respectively"
36887 msgstr ""
36889 #: config/aarch64/aarch64-sve-builtins.cc:1665
36890 #, gcc-internal-format
36891 msgid "arguments %d and %d of %qE must have the same signedness, but the values passed here have type %qT and %qT respectively"
36892 msgstr ""
36894 #: config/aarch64/aarch64-sve-builtins.cc:1676
36895 #, gcc-internal-format
36896 msgid "passing %qT instead of the expected %qT to argument %d of %qE, after passing %qT to argument %d"
36897 msgstr ""
36899 #: config/aarch64/aarch64-sve-builtins.cc:1697
36900 #, gcc-internal-format
36901 msgid "passing %qT to argument %d of %qE, but argument %d had type %qT"
36902 msgstr ""
36904 #: config/aarch64/aarch64-sve-builtins.cc:1715
36905 #, gcc-internal-format
36906 msgid "passing %qT to argument %d of %qE, which expects %qs"
36907 msgstr ""
36909 #: config/aarch64/aarch64-sve-builtins.cc:1731
36910 #, gcc-internal-format
36911 msgid "passing %qT to argument %d of %qE, which expects a scalar pointer"
36912 msgstr ""
36914 #: config/aarch64/aarch64-sve-builtins.cc:1754
36915 #, gcc-internal-format
36916 msgid "call to %qE is ambiguous; argument %d has type %qs but argument %d has type %qs"
36917 msgstr ""
36919 #. It doesn't really matter whether the element is expected to be
36920 #. the same size as type suffix 0.
36921 #: config/aarch64/aarch64-sve-builtins.cc:1799
36922 #, gcc-internal-format
36923 msgid "passing %qT to argument %d of %qE, which expects a scalar element"
36924 msgstr ""
36926 #. It doesn't seem useful to distinguish between signed and unsigned
36927 #. scalars here.
36928 #: config/aarch64/aarch64-sve-builtins.cc:1805
36929 #, gcc-internal-format
36930 msgid "passing %qT to argument %d of %qE, which expects a scalar integer"
36931 msgstr ""
36933 #: config/aarch64/aarch64-sve-builtins.cc:1841
36934 #, gcc-internal-format
36935 msgid "passing %qT to argument %d of %qE, which expects %qs or %qs"
36936 msgstr ""
36938 #: config/aarch64/aarch64-sve-builtins.cc:1861
36939 #, gcc-internal-format
36940 msgid "passing %qT to argument %d of %qE, which expects a vector of 32-bit or 64-bit integers"
36941 msgstr ""
36943 #: config/aarch64/aarch64-sve-builtins.cc:1911
36944 #, gcc-internal-format
36945 msgid "when storing %qT, %qE requires a vector base and a scalar index"
36946 msgstr ""
36948 #: config/aarch64/aarch64-sve-builtins.cc:1916
36949 #, gcc-internal-format
36950 msgid "%qE requires a vector base and a scalar index"
36951 msgstr ""
36953 #: config/aarch64/aarch64-sve-builtins.cc:1920
36954 #, gcc-internal-format
36955 msgid "%qE does not support 32-bit vector type %qT"
36956 msgstr ""
36958 #: config/aarch64/aarch64-sve-builtins.cc:1948
36959 #, gcc-internal-format
36960 msgid "%qE does not support 32-bit sign-extended offsets"
36961 msgstr ""
36963 #: config/aarch64/aarch64-sve-builtins.cc:1951
36964 #, gcc-internal-format
36965 msgid "%qE does not support sign-extended offsets"
36966 msgstr ""
36968 #: config/aarch64/aarch64-sve-builtins.cc:1964
36969 #, gcc-internal-format
36970 msgid "passing %qT to argument %d of %qE, which when loading %qT expects a vector of %d-bit integers"
36971 msgstr ""
36973 #: config/aarch64/aarch64-sve-builtins.cc:1969
36974 #, gcc-internal-format
36975 msgid "passing %qT to argument %d of %qE, which when storing %qT expects a vector of %d-bit integers"
36976 msgstr ""
36978 #. TYPE is part of the function name.
36979 #: config/aarch64/aarch64-sve-builtins.cc:1976
36980 #, gcc-internal-format
36981 msgid "passing %qT to argument %d of %qE, which expects a vector of %d-bit integers"
36982 msgstr ""
36984 #: config/aarch64/aarch64-sve-builtins.cc:2024
36985 #, gcc-internal-format
36986 msgid "passing %qT to argument %d of %qE, which expects a vector or pointer base address"
36987 msgstr ""
36989 #: config/aarch64/aarch64-sve-builtins.cc:2108
36990 #, gcc-internal-format
36991 msgid "cannot combine a base of type %qT with an offset of type %qT"
36992 msgstr ""
36994 #: config/aarch64/aarch64-sve-builtins.cc:2112
36995 #, gcc-internal-format
36996 msgid "cannot combine a base of type %qT with an index of type %qT"
36997 msgstr ""
36999 #: config/aarch64/aarch64-sve-builtins.cc:2200
37000 #, gcc-internal-format
37001 msgid "passing %qT to argument %d of %qE, but its %qT form does not accept scalars"
37002 msgstr ""
37004 #: config/aarch64/aarch64-sve-builtins.cc:3536
37005 #: config/arm/arm-mve-builtins.cc:173
37006 #: config/riscv/riscv-vector-builtins.cc:1473
37007 #, gcc-internal-format
37008 msgid "duplicate definition of %qs"
37009 msgstr "подвійне визначення %qs"
37011 #: config/aarch64/aarch64-sve-builtins.cc:3712
37012 #, gcc-internal-format
37013 msgid "%qs applied to non-SVE type %qT"
37014 msgstr ""
37016 #: config/aarch64/aarch64-sve-builtins.cc:3718
37017 #, gcc-internal-format
37018 msgid "%qs applied to non-vector type %qT"
37019 msgstr "%qs застосовано до типу, який не є векторним %qT"
37021 #: config/aarch64/aarch64-sve-builtins.cc:3725
37022 #, gcc-internal-format
37023 msgid "%qs applied to type %qT, which already has a size"
37024 msgstr ""
37026 #: config/aarch64/aarch64-sve-builtins.cc:3733
37027 #, gcc-internal-format
37028 msgid "%qs requires an integer constant expression"
37029 msgstr "%qs потребує сталого цілочисельного виразу"
37031 #: config/aarch64/aarch64-sve-builtins.cc:3741
37032 #, gcc-internal-format
37033 msgid "unsupported SVE vector size"
37034 msgstr "непідтримуваний розмір вектора SVE"
37036 #: config/aarch64/aarch64-sve-builtins.cc:3855
37037 #, gcc-internal-format
37038 msgid "SVE type %qT does not have a fixed size"
37039 msgstr ""
37041 #: config/aarch64/aarch64-sve-builtins.cc:3860
37042 #, gcc-internal-format
37043 msgid "SVE type %qT does not have a defined alignment"
37044 msgstr ""
37046 #: config/aarch64/aarch64-sve-builtins.cc:3865
37047 #: config/riscv/riscv-vector-builtins.cc:1411
37048 #, gcc-internal-format
37049 msgid "variables of type %qT cannot have thread-local storage duration"
37050 msgstr ""
37052 #: config/aarch64/aarch64-sve-builtins.cc:3871
37053 #, gcc-internal-format
37054 msgid "arithmetic on pointer to SVE type %qT"
37055 msgstr ""
37057 #: config/aarch64/aarch64-sve-builtins.cc:3878
37058 #, gcc-internal-format
37059 msgid "member variables cannot have SVE type %qT"
37060 msgstr ""
37062 #: config/aarch64/aarch64-sve-builtins.cc:3880
37063 #, gcc-internal-format
37064 msgid "fields cannot have SVE type %qT"
37065 msgstr "поля не можуть належати до типу SVE %qT"
37067 #: config/aarch64/aarch64-sve-builtins.cc:3885
37068 #, gcc-internal-format
37069 msgid "array elements cannot have SVE type %qT"
37070 msgstr ""
37072 #: config/aarch64/aarch64-sve-builtins.cc:3890
37073 #, gcc-internal-format
37074 msgid "cannot allocate objects with SVE type %qT"
37075 msgstr ""
37077 #: config/aarch64/aarch64-sve-builtins.cc:3895
37078 #, gcc-internal-format
37079 msgid "cannot delete objects with SVE type %qT"
37080 msgstr "не можна вилучати об'єкти із типом SVE %qT"
37082 #: config/aarch64/aarch64-sve-builtins.cc:3900
37083 #, gcc-internal-format
37084 msgid "cannot throw or catch SVE type %qT"
37085 msgstr ""
37087 #: config/aarch64/aarch64-sve-builtins.cc:3905
37088 #, gcc-internal-format
37089 msgid "capture by copy of SVE type %qT"
37090 msgstr ""
37092 #: config/aarch64/aarch64.cc:2781
37093 #, gcc-internal-format
37094 msgid "the %qE attribute cannot be applied to an SVE function type"
37095 msgstr ""
37097 #: config/aarch64/aarch64.cc:3219
37098 #, gcc-internal-format
37099 msgid "%qs is incompatible with the use of floating-point types"
37100 msgstr ""
37102 #: config/aarch64/aarch64.cc:3222
37103 #, gcc-internal-format
37104 msgid "%qs is incompatible with the use of vector types"
37105 msgstr ""
37107 #: config/aarch64/aarch64.cc:3226
37108 #, gcc-internal-format
37109 msgid "%qs feature modifier is incompatible with the use of floating-point types"
37110 msgstr ""
37112 #: config/aarch64/aarch64.cc:3229
37113 #, gcc-internal-format
37114 msgid "%qs feature modifier is incompatible with the use of vector types"
37115 msgstr ""
37117 #: config/aarch64/aarch64.cc:3245
37118 #, gcc-internal-format
37119 msgid "this operation requires the SVE ISA extension"
37120 msgstr ""
37122 #: config/aarch64/aarch64.cc:3246
37123 #, gcc-internal-format
37124 msgid "you can enable SVE using the command-line option %<-march%>, or by using the %<target%> attribute or pragma"
37125 msgstr ""
37127 #. We can't gracefully recover at this point, so make this a
37128 #. fatal error.
37129 #: config/aarch64/aarch64.cc:7212
37130 #, gcc-internal-format
37131 msgid "arguments of type %qT require the SVE ISA extension"
37132 msgstr ""
37134 #: config/aarch64/aarch64.cc:7630
37135 #, gcc-internal-format
37136 msgid "SVE type %qT cannot be passed to an unprototyped function"
37137 msgstr ""
37139 #: config/aarch64/aarch64.cc:7767 config/aarch64/aarch64.cc:7838
37140 #: config/aarch64/aarch64.cc:19715
37141 #, gcc-internal-format
37142 msgid "parameter passing for argument of type %qT changed in GCC 13.1"
37143 msgstr ""
37145 #: config/aarch64/aarch64.cc:7777 config/aarch64/aarch64.cc:7847
37146 #: config/aarch64/aarch64.cc:19721 config/arm/arm.cc:7266
37147 #: config/arm/arm.cc:7296 config/arm/arm.cc:29325
37148 #, gcc-internal-format
37149 msgid "parameter passing for argument of type %qT changed in GCC 9.1"
37150 msgstr ""
37152 #: config/aarch64/aarch64.cc:7915
37153 #, gcc-internal-format
37154 msgid "%qE requires the SVE ISA extension"
37155 msgstr ""
37157 #: config/aarch64/aarch64.cc:7918
37158 #, gcc-internal-format
37159 msgid "calls to functions of type %qT require the SVE ISA extension"
37160 msgstr ""
37162 #: config/aarch64/aarch64.cc:8091
37163 #, gcc-internal-format
37164 msgid "stack probes for SVE frames"
37165 msgstr ""
37167 #: config/aarch64/aarch64.cc:17461
37168 #, gcc-internal-format
37169 msgid "unknown flag passed in %<-moverride=%s%> (%s)"
37170 msgstr ""
37172 #: config/aarch64/aarch64.cc:17505
37173 #, gcc-internal-format
37174 msgid "%qs string ill-formed"
37175 msgstr ""
37177 #: config/aarch64/aarch64.cc:17561
37178 #, gcc-internal-format
37179 msgid "invalid format for %<sve_width%>"
37180 msgstr "некоректний формат для %<sve_width%>"
37182 #: config/aarch64/aarch64.cc:17573
37183 #, gcc-internal-format
37184 msgid "invalid %<sve_width%> value: %d"
37185 msgstr "некоректне значення %<sve_width%>: %d"
37187 #: config/aarch64/aarch64.cc:17593
37188 #, gcc-internal-format, gfc-internal-format
37189 msgid "tuning string missing in option (%s)"
37190 msgstr ""
37192 #: config/aarch64/aarch64.cc:17611
37193 #, gcc-internal-format, gfc-internal-format
37194 msgid "unknown tuning option (%s)"
37195 msgstr "невідомий параметр регулювання (%s)"
37197 #: config/aarch64/aarch64.cc:17799 config/arm/arm.cc:3193
37198 #: config/riscv/riscv.cc:6120
37199 #, gcc-internal-format
37200 msgid "incompatible options %<-mstack-protector-guard=global%> and %<-mstack-protector-guard-offset=%s%>"
37201 msgstr ""
37203 #: config/aarch64/aarch64.cc:17808 config/riscv/riscv.cc:6129
37204 #, gcc-internal-format
37205 msgid "both %<-mstack-protector-guard-offset%> and %<-mstack-protector-guard-reg%> must be used with %<-mstack-protector-guard=sysreg%>"
37206 msgstr ""
37208 #: config/aarch64/aarch64.cc:17816
37209 #, gcc-internal-format
37210 msgid "specify a system register with a small string length"
37211 msgstr ""
37213 #: config/aarch64/aarch64.cc:17826 config/arm/arm.cc:3205
37214 #: config/riscv/riscv.cc:6158 config/rs6000/rs6000.cc:4528
37215 #, gcc-internal-format
37216 msgid "%qs is not a valid offset in %qs"
37217 msgstr "%qs не є коректним зсувом у %qs"
37219 #: config/aarch64/aarch64.cc:17833
37220 #, gcc-internal-format
37221 msgid "%<-fsanitize=shadow-call-stack%> requires %<-ffixed-x18%>"
37222 msgstr ""
37224 #: config/aarch64/aarch64.cc:17923
37225 #, gcc-internal-format
37226 msgid "only values 12 (4 KB) and 16 (64 KB) are supported for guard size.  Given value %d (%llu KB) is out of range"
37227 msgstr ""
37229 #: config/aarch64/aarch64.cc:17939
37230 #, gcc-internal-format
37231 msgid "stack clash guard size %<%d%> must be equal to probing interval %<%d%>"
37232 msgstr ""
37234 #: config/aarch64/aarch64.cc:18041
37235 #, gcc-internal-format
37236 msgid "missing cpu name in %<-mcpu=%s%>"
37237 msgstr ""
37239 #: config/aarch64/aarch64.cc:18048
37240 #, gcc-internal-format
37241 msgid "invalid feature modifier %qs in %<-mcpu=%s%>"
37242 msgstr "некоректний модифікатор можливості %qs у %<-mcpu=%s%>"
37244 #: config/aarch64/aarch64.cc:18107
37245 #, gcc-internal-format
37246 msgid "invalid argument given to %<-mharden-sls=%>"
37247 msgstr "некоректний аргумент %<-mharden-sls=%>"
37249 #: config/aarch64/aarch64.cc:18118
37250 #, gcc-internal-format
37251 msgid "%qs must be by itself for %<-mharden-sls=%>"
37252 msgstr "%qs має бути від себе самого для %<-mharden-sls=%>"
37254 #: config/aarch64/aarch64.cc:18123
37255 #, gcc-internal-format
37256 msgid "invalid argument %<%s%> for %<-mharden-sls=%>"
37257 msgstr "некоректний аргумент %<%s%> %<-mharden-sls=%>"
37259 #: config/aarch64/aarch64.cc:18151
37260 #, gcc-internal-format
37261 msgid "missing arch name in %<-march=%s%>"
37262 msgstr ""
37264 #: config/aarch64/aarch64.cc:18154
37265 #, gcc-internal-format
37266 msgid "unknown value %qs for %<-march%>"
37267 msgstr ""
37269 #: config/aarch64/aarch64.cc:18160
37270 #, fuzzy, gcc-internal-format
37271 #| msgid "invalid feature modifier %qs in %<-mcpu=%s%>"
37272 msgid "did you mean %<-mcpu=%s%>?"
37273 msgstr "некоректний модифікатор можливості %qs у %<-mcpu=%s%>"
37275 #: config/aarch64/aarch64.cc:18163
37276 #, gcc-internal-format
37277 msgid "invalid feature modifier %qs in %<-march=%s%>"
37278 msgstr "некоректний модифікатор можливості %qs у %<-march=%s%>"
37280 #: config/aarch64/aarch64.cc:18191
37281 #, gcc-internal-format
37282 msgid "missing cpu name in %<-mtune=%s%>"
37283 msgstr ""
37285 #: config/aarch64/aarch64.cc:18194
37286 #, gcc-internal-format
37287 msgid "unknown value %qs for %<-mtune%>"
37288 msgstr ""
37290 #: config/aarch64/aarch64.cc:18279
37291 #, gcc-internal-format
37292 msgid "switch %<-mcpu=%s%> conflicts with %<-march=%s%> switch"
37293 msgstr "перемикач <-mcpu=%s%> конфліктує з перемикачем %<-march=%s%>"
37295 #: config/aarch64/aarch64.cc:18333
37296 #, gcc-internal-format
37297 msgid "assembler does not support %<-mabi=ilp32%>"
37298 msgstr ""
37300 #: config/aarch64/aarch64.cc:18340
37301 #, gcc-internal-format
37302 msgid "return address signing is only supported for %<-mabi=lp64%>"
37303 msgstr ""
37305 #: config/aarch64/aarch64.cc:18413
37306 #, gcc-internal-format
37307 msgid "code model %qs with %<-f%s%>"
37308 msgstr ""
37310 #: config/aarch64/aarch64.cc:18416
37311 #, gcc-internal-format
37312 msgid "code model %qs not supported in ilp32 mode"
37313 msgstr "підтримки моделі коду %qs у режимі ilp32 не передбачено"
37315 #: config/aarch64/aarch64.cc:18568
37316 #, gcc-internal-format
37317 msgid "missing name in %<target(\"arch=\")%> pragma or attribute"
37318 msgstr ""
37320 #: config/aarch64/aarch64.cc:18571
37321 #, gcc-internal-format
37322 msgid "invalid name %qs in %<target(\"arch=\")%> pragma or attribute"
37323 msgstr ""
37325 #: config/aarch64/aarch64.cc:18575
37326 #, gcc-internal-format
37327 msgid "invalid feature modifier %s of value %qs in %<target()%> pragma or attribute"
37328 msgstr ""
37330 #: config/aarch64/aarch64.cc:18609
37331 #, gcc-internal-format
37332 msgid "missing name in %<target(\"cpu=\")%> pragma or attribute"
37333 msgstr ""
37335 #: config/aarch64/aarch64.cc:18612
37336 #, gcc-internal-format
37337 msgid "invalid name %qs in %<target(\"cpu=\")%> pragma or attribute"
37338 msgstr ""
37340 #: config/aarch64/aarch64.cc:18616 config/aarch64/aarch64.cc:18722
37341 #, gcc-internal-format
37342 msgid "invalid feature modifier %qs of value %qs in %<target()%> pragma or attribute"
37343 msgstr ""
37345 #: config/aarch64/aarch64.cc:18639
37346 #, gcc-internal-format
37347 msgid "missing argument to %<target(\"branch-protection=\")%> pragma or attribute"
37348 msgstr ""
37350 #: config/aarch64/aarch64.cc:18643
37351 #, gcc-internal-format
37352 msgid "invalid protection type %qs in %<target(\"branch-protection=\")%> pragma or attribute"
37353 msgstr ""
37355 #: config/aarch64/aarch64.cc:18677
37356 #, gcc-internal-format
37357 msgid "invalid name %qs in %<target(\"tune=\")%> pragma or attribute"
37358 msgstr ""
37360 #: config/aarch64/aarch64.cc:18718
37361 #, gcc-internal-format
37362 msgid "missing value in %<target()%> pragma or attribute"
37363 msgstr ""
37365 #: config/aarch64/aarch64.cc:18776 config/aarch64/aarch64.cc:18949
37366 #, gcc-internal-format
37367 msgid "malformed %<target()%> pragma or attribute"
37368 msgstr "помилкове форматування вказівки транслятору або атрибута %<target()%>"
37370 #: config/aarch64/aarch64.cc:18820
37371 #, gcc-internal-format
37372 msgid "pragma or attribute %<target(\"%s\")%> does not accept an argument"
37373 msgstr ""
37375 #: config/aarch64/aarch64.cc:18828 config/i386/i386-options.cc:1254
37376 #, gcc-internal-format
37377 msgid "pragma or attribute %<target(\"%s\")%> does not allow a negated form"
37378 msgstr ""
37380 #: config/aarch64/aarch64.cc:18882
37381 #, gcc-internal-format
37382 msgid "pragma or attribute %<target(\"%s=%s\")%> is not valid"
37383 msgstr ""
37385 #: config/aarch64/aarch64.cc:18939 config/arm/arm.cc:33526
37386 #: config/rs6000/rs6000.cc:24441 config/s390/s390.cc:16073
37387 #, gcc-internal-format
37388 msgid "attribute %<target%> argument not a string"
37389 msgstr ""
37391 #: config/aarch64/aarch64.cc:18974
37392 #, gcc-internal-format
37393 msgid "arch extension %<%s%> should be prefixed by %<+%>"
37394 msgstr ""
37396 #: config/aarch64/aarch64.cc:18977
37397 #, gcc-internal-format
37398 msgid "pragma or attribute %<target(\"%s\")%> is not valid"
37399 msgstr ""
37401 #: config/aarch64/aarch64.cc:18986
37402 #, gcc-internal-format
37403 msgid "malformed %<target(\"%s\")%> pragma or attribute"
37404 msgstr "помилкове форматування вказівки транслятору або атрибута %<target(\"%s\")%>"
37406 #: config/aarch64/aarch64.cc:20466 config/arm/arm.cc:6614
37407 #: config/rs6000/rs6000-call.cc:366 config/s390/s390.cc:12424
37408 msgid "parameter passing for argument of type %qT with %<[[no_unique_address]]%> members changed %{in GCC 10.1%}"
37409 msgstr ""
37411 #: config/aarch64/aarch64.cc:20471 config/arm/arm.cc:6619
37412 #: config/rs6000/rs6000-call.cc:361 config/s390/s390.cc:12419
37413 msgid "parameter passing for argument of type %qT when C++17 is enabled changed to match C++14 %{in GCC 10.1%}"
37414 msgstr ""
37416 #: config/aarch64/aarch64.cc:20476 config/arm/arm.cc:6624
37417 msgid "parameter passing for argument of type %qT changed %{in GCC 12.1%}"
37418 msgstr ""
37420 #: config/aarch64/aarch64.cc:21630 config/aarch64/aarch64.cc:21633
37421 #, gcc-internal-format
37422 msgid "lane %wd out of range %wd - %wd"
37423 msgstr ""
37425 #: config/aarch64/aarch64.cc:26920 config/i386/i386.cc:23665
37426 #: config/i386/i386.cc:23796
37427 #, gcc-internal-format
37428 msgid "unsupported simdlen %wd"
37429 msgstr "непідтримуване simdlen %wd"
37431 #: config/aarch64/aarch64.cc:26932 config/aarch64/aarch64.cc:26961
37432 #, gcc-internal-format
37433 msgid "GCC does not currently support mixed size types for %<simd%> functions"
37434 msgstr ""
37436 #: config/aarch64/aarch64.cc:26936
37437 #, gcc-internal-format
37438 msgid "GCC does not currently support return type %qT for %<simd%> functions"
37439 msgstr ""
37441 #: config/aarch64/aarch64.cc:26940
37442 #, gcc-internal-format
37443 msgid "unsupported return type %qT for %<simd%> functions"
37444 msgstr ""
37446 #: config/aarch64/aarch64.cc:26965
37447 #, gcc-internal-format
37448 msgid "GCC does not currently support argument type %qT for %<simd%> functions"
37449 msgstr ""
37451 #: config/aarch64/aarch64.cc:26991
37452 #, gcc-internal-format
37453 msgid "GCC does not currently support simdlen %wd for type %qT"
37454 msgstr ""
37456 #: config/alpha/alpha.cc:420
37457 #, gcc-internal-format
37458 msgid "bad value %qs for %<-mtrap-precision%> switch"
37459 msgstr "помилкове значення %qs для перемикача %<-mtrap-precision%>"
37461 #: config/alpha/alpha.cc:435
37462 #, gcc-internal-format
37463 msgid "bad value %qs for %<-mfp-rounding-mode%> switch"
37464 msgstr "помилкове значення %qs для перемикача %<-mfp-rounding-mode%>"
37466 #: config/alpha/alpha.cc:450
37467 #, gcc-internal-format
37468 msgid "bad value %qs for %<-mfp-trap-mode%> switch"
37469 msgstr "помилкове значення %qs для перемикача %<-mfp-trap-mode%>"
37471 #: config/alpha/alpha.cc:468
37472 #, gcc-internal-format
37473 msgid "bad value %qs for %<-mcpu%> switch"
37474 msgstr "помилкове значення %qs для перемикача %<-mcpu%>"
37476 #: config/alpha/alpha.cc:483
37477 #, gcc-internal-format
37478 msgid "bad value %qs for %<-mtune%> switch"
37479 msgstr "помилкове значення %qs для перемикача %<-mtune%>"
37481 #: config/alpha/alpha.cc:501
37482 #, gcc-internal-format
37483 msgid "fp software completion requires %<-mtrap-precision=i%>"
37484 msgstr ""
37486 #: config/alpha/alpha.cc:517
37487 #, gcc-internal-format
37488 msgid "rounding mode not supported for VAX floats"
37489 msgstr ""
37491 #: config/alpha/alpha.cc:522
37492 #, gcc-internal-format
37493 msgid "trap mode not supported for VAX floats"
37494 msgstr ""
37496 #: config/alpha/alpha.cc:526
37497 #, gcc-internal-format
37498 msgid "128-bit %<long double%> not supported for VAX floats"
37499 msgstr ""
37501 #: config/alpha/alpha.cc:554
37502 #, gcc-internal-format, gfc-internal-format
37503 msgid "L%d cache latency unknown for %s"
37504 msgstr ""
37506 #: config/alpha/alpha.cc:569
37507 #, gcc-internal-format
37508 msgid "bad value %qs for %<-mmemory-latency%>"
37509 msgstr ""
37511 #: config/alpha/alpha.cc:6652 config/alpha/alpha.cc:6655
37512 #: config/arc/arc.cc:7099 config/arc/arc.cc:7373 config/s390/s390.cc:949
37513 #, gcc-internal-format
37514 msgid "bad builtin fcode"
37515 msgstr ""
37517 #: config/arc/arc.cc:1098
37518 #, gcc-internal-format
37519 msgid "%<-mno-mpy%> supported only for ARC700 or ARCv2"
37520 msgstr ""
37522 #: config/arc/arc.cc:1101
37523 #, gcc-internal-format
37524 msgid "%<-mno-dpfp-lrsr%> supported only with %<-mdpfp%>"
37525 msgstr ""
37527 #: config/arc/arc.cc:1106
37528 #, gcc-internal-format
37529 msgid "FPX fast and compact options cannot be specified together"
37530 msgstr ""
37532 #: config/arc/arc.cc:1110
37533 #, gcc-internal-format
37534 msgid "%<-mspfp_fast%> not available on ARC600 or ARC601"
37535 msgstr ""
37537 #: config/arc/arc.cc:1115
37538 #, gcc-internal-format
37539 msgid "no FPX/FPU mixing allowed"
37540 msgstr ""
37542 #: config/arc/arc.cc:1120
37543 #, gcc-internal-format
37544 msgid "PIC is not supported for %qs"
37545 msgstr "Підтримки PIC для %qs не передбачено"
37547 #: config/arc/arc.cc:1159
37548 #, gcc-internal-format
37549 msgid "missing dash"
37550 msgstr "пропущено дефіс"
37552 #: config/arc/arc.cc:1171
37553 #, gcc-internal-format
37554 msgid "first register must be R0"
37555 msgstr "першим регістром має бути R0"
37557 #: config/arc/arc.cc:1191
37558 #, gcc-internal-format, gfc-internal-format
37559 msgid "last register name %s must be an odd register"
37560 msgstr ""
37562 #: config/arc/arc.cc:1200 config/ia64/ia64.cc:6052 config/pa/pa.cc:480
37563 #: config/sh/sh.cc:8293
37564 #, gcc-internal-format, gfc-internal-format
37565 msgid "%s-%s is an empty range"
37566 msgstr ""
37568 #: config/arc/arc.cc:1250
37569 #, gcc-internal-format
37570 msgid "invalid number in %<-mrgf-banked-regs=%s%> valid values are 0, 4, 8, 16, or 32"
37571 msgstr ""
37573 #: config/arc/arc.cc:1312
37574 #, gcc-internal-format
37575 msgid "option %<-mirq-ctrl-saved%> valid only for ARC v2 processors"
37576 msgstr ""
37578 #: config/arc/arc.cc:1321
37579 #, gcc-internal-format
37580 msgid "option %<-mrgf-banked-regs%> valid only for ARC v2 processors"
37581 msgstr ""
37583 #. Check options against architecture options.  Throw an error if
37584 #. option is not allowed.  Extra, check options against default
37585 #. architecture/cpu flags and throw an warning if we find a
37586 #. mismatch.
37587 #. TRANSLATORS: the DOC/DOC0/DOC1 are strings which shouldn't be
37588 #. translated.  They are like keywords which one can relate with the
37589 #. architectural choices taken for an ARC CPU implementation.
37590 #: config/arc/arc.cc:1365
37591 #, gcc-internal-format
37592 msgid "option %<%s=%s%> is not available for %qs CPU"
37593 msgstr ""
37595 #: config/arc/arc.cc:1370
37596 #, gcc-internal-format
37597 msgid "option %qs is ignored, the default value %qs is considered for %qs CPU"
37598 msgstr ""
37600 #: config/arc/arc.cc:1378
37601 #, gcc-internal-format
37602 msgid "option %qs is not available for %qs CPU"
37603 msgstr ""
37605 #: config/arc/arc.cc:1383
37606 #, gcc-internal-format
37607 msgid "unset option %qs is ignored, it is always enabled for %qs CPU"
37608 msgstr ""
37610 #: config/arc/arc.cc:1955
37611 #, gcc-internal-format, gfc-internal-format
37612 msgid "multiply option implies r%d is fixed"
37613 msgstr ""
37615 #: config/arc/arc.cc:2103 config/epiphany/epiphany.cc:508
37616 #: config/epiphany/epiphany.cc:550
37617 #, gcc-internal-format
37618 msgid "argument of %qE attribute is not a string constant"
37619 msgstr ""
37621 #: config/arc/arc.cc:2112
37622 #, gcc-internal-format
37623 msgid "argument of %qE attribute is not \"ilink1\" or \"ilink2\""
37624 msgstr ""
37626 #: config/arc/arc.cc:2121
37627 #, gcc-internal-format
37628 msgid "argument of %qE attribute is not \"ilink\" or \"firq\""
37629 msgstr ""
37631 #: config/arc/arc.cc:2135 config/arm/arm.cc:7407 config/arm/arm.cc:7425
37632 #: config/arm/arm.cc:7606 config/avr/avr.cc:9588 config/avr/avr.cc:9604
37633 #: config/bfin/bfin.cc:4694 config/bfin/bfin.cc:4755 config/bfin/bfin.cc:4785
37634 #: config/bpf/bpf.cc:99 config/csky/csky.cc:6458 config/csky/csky.cc:6486
37635 #: config/epiphany/epiphany.cc:491 config/gcn/gcn.cc:332
37636 #: config/h8300/h8300.cc:4944 config/i386/i386-options.cc:3381
37637 #: config/i386/i386-options.cc:3558 config/i386/i386-options.cc:3614
37638 #: config/i386/i386-options.cc:3665 config/i386/i386-options.cc:3702
37639 #: config/m68k/m68k.cc:792 config/mcore/mcore.cc:3067
37640 #: config/nvptx/nvptx.cc:5800 config/riscv/riscv.cc:3854
37641 #: config/rl78/rl78.cc:820 config/rl78/rl78.cc:889
37642 #: config/rs6000/rs6000.cc:20395 config/rx/rx.cc:2727 config/rx/rx.cc:2753
37643 #: config/s390/s390.cc:1164 config/s390/s390.cc:1251 config/sh/sh.cc:8429
37644 #: config/sh/sh.cc:8447 config/sh/sh.cc:8471 config/sh/sh.cc:8542
37645 #: config/sh/sh.cc:8565 config/stormy16/stormy16.cc:2229
37646 #: config/v850/v850.cc:2010 config/visium/visium.cc:724
37647 #, gcc-internal-format
37648 msgid "%qE attribute only applies to functions"
37649 msgstr ""
37651 #: config/arc/arc.cc:6998
37652 #, gcc-internal-format
37653 msgid "%<__builtin_arc_aligned%> with non-constant alignment"
37654 msgstr ""
37656 #: config/arc/arc.cc:7006
37657 #, gcc-internal-format
37658 msgid "invalid alignment value for %<__builtin_arc_aligned%>"
37659 msgstr ""
37661 #: config/arc/arc.cc:7169
37662 #, gcc-internal-format
37663 msgid "operand 1 should be an unsigned 3-bit immediate"
37664 msgstr ""
37666 #: config/arc/arc.cc:7210 config/arc/arc.cc:7307
37667 #, gcc-internal-format
37668 msgid "operand 2 should be an unsigned 3-bit value (I0-I7)"
37669 msgstr ""
37671 #: config/arc/arc.cc:7243 config/arc/arc.cc:7275
37672 #, gcc-internal-format
37673 msgid "operand 1 should be an unsigned 3-bit value (I0-I7)"
37674 msgstr ""
37676 #: config/arc/arc.cc:7247 config/arc/arc.cc:7279
37677 #, gcc-internal-format
37678 msgid "operand 2 should be an unsigned 8-bit value"
37679 msgstr ""
37681 #: config/arc/arc.cc:7311
37682 #, gcc-internal-format
37683 msgid "operand 3 should be an unsigned 8-bit value"
37684 msgstr ""
37686 #: config/arc/arc.cc:7344
37687 #, gcc-internal-format
37688 msgid "operand 4 should be an unsigned 8-bit value (0-255)"
37689 msgstr ""
37691 #: config/arc/arc.cc:7348
37692 #, gcc-internal-format
37693 msgid "operand 3 should be an unsigned 3-bit value (I0-I7)"
37694 msgstr ""
37696 #: config/arc/arc.cc:7355
37697 #, gcc-internal-format
37698 msgid "operand 2 should be an unsigned 3-bit value (subreg 0-7)"
37699 msgstr ""
37701 #: config/arc/arc.cc:7358
37702 #, gcc-internal-format
37703 msgid "operand 2 should be an even 3-bit value (subreg 0,2,4,6)"
37704 msgstr ""
37706 #: config/arc/arc.cc:7405
37707 #, gcc-internal-format, gfc-internal-format
37708 msgid "builtin requires an immediate for operand %d"
37709 msgstr ""
37711 #: config/arc/arc.cc:7410
37712 #, gcc-internal-format, gfc-internal-format
37713 msgid "operand %d should be a 6 bit unsigned immediate"
37714 msgstr ""
37716 #: config/arc/arc.cc:7414
37717 #, gcc-internal-format, gfc-internal-format
37718 msgid "operand %d should be a 8 bit unsigned immediate"
37719 msgstr ""
37721 #: config/arc/arc.cc:7418
37722 #, gcc-internal-format, gfc-internal-format
37723 msgid "operand %d should be a 3 bit unsigned immediate"
37724 msgstr ""
37726 #: config/arc/arc.cc:7421
37727 #, gcc-internal-format, gfc-internal-format
37728 msgid "unknown builtin immediate operand type for operand %d"
37729 msgstr ""
37731 #: config/arc/arc.cc:7472
37732 #, gcc-internal-format
37733 msgid "register number must be a compile-time constant.  Try giving higher optimization levels"
37734 msgstr ""
37736 #: config/arc/arc.cc:8569
37737 #, gcc-internal-format
37738 msgid "insn addresses not set after shorten branches"
37739 msgstr ""
37741 #: config/arc/arc.cc:8784
37742 #, gcc-internal-format
37743 msgid "insn addresses not freed"
37744 msgstr ""
37746 #: config/arc/arc.cc:11125
37747 #, gcc-internal-format
37748 msgid "%qE attribute only valid for ARCv2 architecture"
37749 msgstr ""
37751 #: config/arc/arc.cc:11133 config/arc/arc.cc:11172
37752 #, gcc-internal-format
37753 msgid "argument of %qE attribute is missing"
37754 msgstr ""
37756 #: config/arc/arc.cc:11144 config/arc/arc.cc:11183 config/arc/arc.cc:11309
37757 #: config/avr/avr.cc:9660
37758 #, gcc-internal-format
37759 msgid "%qE attribute allows only an integer constant argument"
37760 msgstr ""
37762 #: config/arc/arc.cc:11164
37763 #, gcc-internal-format
37764 msgid "%qE attribute only valid for ARC EM architecture"
37765 msgstr ""
37767 #: config/arc/arc.cc:11219
37768 #, gcc-internal-format
37769 msgid "%qE attribute only applies to types"
37770 msgstr ""
37772 #: config/arc/arc.cc:11225
37773 #, gcc-internal-format
37774 msgid "argument of %qE attribute ignored"
37775 msgstr "аргумент атрибута %qE проігноровано"
37777 #: config/arc/arc.cc:11299 config/avr/avr.cc:9647 config/bfin/bfin.cc:4817
37778 #: config/i386/winnt.cc:63 config/nvptx/nvptx.cc:5823
37779 #, gcc-internal-format
37780 msgid "%qE attribute only applies to variables"
37781 msgstr ""
37783 #: config/arm/aarch-common.cc:551 config/i386/i386.cc:22520
37784 #, gcc-internal-format
37785 msgid "alternatives not allowed in %<asm%> flag output"
37786 msgstr ""
37788 #: config/arm/aarch-common.cc:612 config/i386/i386.cc:22584
37789 #, gcc-internal-format
37790 msgid "unknown %<asm%> flag output %qs"
37791 msgstr ""
37793 #: config/arm/aarch-common.cc:622 config/i386/i386.cc:22613
37794 #, gcc-internal-format
37795 msgid "invalid type for %<asm%> flag output"
37796 msgstr ""
37798 #: config/arm/aarch-common.cc:672 config/arm/aarch-common.cc:686
37799 #, gcc-internal-format
37800 msgid "unexpected %<%s%> after %<%s%>"
37801 msgstr "неочікуване %<%s%> після %<%s%>"
37803 #: config/arm/aarch-common.cc:838
37804 #, gcc-internal-format
37805 msgid "invalid argument %<%s%> for %<-mbranch-protection=%>"
37806 msgstr "некоректний аргумент %<%s%> %<-mbranch-protection=%>"
37808 #: config/arm/aarch-common.cc:840
37809 #, gcc-internal-format
37810 msgid "missing argument for %<-mbranch-protection=%>"
37811 msgstr ""
37813 #: config/arm/arm-builtins.cc:3091
37814 #, gcc-internal-format, gfc-internal-format
37815 msgid "coprocessor %d is not enabled with +cdecp%d"
37816 msgstr ""
37818 #: config/arm/arm-builtins.cc:3095
37819 #, gcc-internal-format
37820 msgid "coproc must be a constant immediate in range [0-%d] enabled with %<+cdecp<N>%>"
37821 msgstr ""
37823 #: config/arm/arm-builtins.cc:3104
37824 #, gcc-internal-format
37825 msgid "argument %d to %qE must be a constant immediate in range [0-%d]"
37826 msgstr "аргумент %d %qE має бути сталим значенням у діапазоні [0-%d]"
37828 #: config/arm/arm-builtins.cc:3223
37829 #, gcc-internal-format
37830 msgid "this builtin is not supported for this target"
37831 msgstr ""
37833 #: config/arm/arm-builtins.cc:3338
37834 #, gcc-internal-format
37835 msgid "saturation bit range must be in the range [%wd, %wd]"
37836 msgstr ""
37838 #: config/arm/arm-builtins.cc:3343
37839 #, gcc-internal-format
37840 msgid "saturation bit range must be a constant immediate"
37841 msgstr ""
37843 #: config/arm/arm-builtins.cc:3366
37844 #, gcc-internal-format
37845 msgid "You must enable MVE instructions to use these intrinsics"
37846 msgstr ""
37848 #: config/arm/arm-builtins.cc:3388
37849 #, gcc-internal-format
37850 msgid "You must enable NEON instructions (e.g. %<-mfloat-abi=softfp%> %<-mfpu=neon%>) to use these intrinsics."
37851 msgstr ""
37853 #: config/arm/arm-builtins.cc:3410
37854 #, gcc-internal-format
37855 msgid "You must enable VFP instructions to use these intrinsics."
37856 msgstr ""
37858 #: config/arm/arm-builtins.cc:3489
37859 #, gcc-internal-format
37860 msgid "You must enable crypto instructions (e.g. include %<-mfloat-abi=softfp%> %<-mfpu=crypto-neon%>) to use these intrinsics."
37861 msgstr ""
37863 #. @@@ better error message
37864 #: config/arm/arm-builtins.cc:3567 config/arm/arm-builtins.cc:3671
37865 #, gcc-internal-format
37866 msgid "selector must be an immediate"
37867 msgstr ""
37869 #: config/arm/arm-builtins.cc:3575 config/arm/arm-builtins.cc:3620
37870 #: config/arm/arm-builtins.cc:3678 config/arm/arm-builtins.cc:3687
37871 #, gcc-internal-format
37872 msgid "the range of selector should be in 0 to 7"
37873 msgstr ""
37875 #: config/arm/arm-builtins.cc:3580 config/arm/arm-builtins.cc:3689
37876 #, gcc-internal-format
37877 msgid "the range of selector should be in 0 to 3"
37878 msgstr ""
37880 #: config/arm/arm-builtins.cc:3585 config/arm/arm-builtins.cc:3691
37881 #, gcc-internal-format
37882 msgid "the range of selector should be in 0 to 1"
37883 msgstr ""
37885 #: config/arm/arm-builtins.cc:3757
37886 #, gcc-internal-format
37887 msgid "mask must be an immediate"
37888 msgstr ""
37890 #: config/arm/arm-builtins.cc:3762
37891 #, gcc-internal-format
37892 msgid "the range of mask should be in 0 to 255"
37893 msgstr ""
37895 #: config/arm/arm-builtins.cc:3950
37896 #, gcc-internal-format
37897 msgid "the range of count should be in 0 to 32; please check the intrinsic %qs in code"
37898 msgstr ""
37900 #: config/arm/arm-builtins.cc:3958
37901 #, gcc-internal-format
37902 msgid "the range of count should be in 0 to 16; please check the intrinsic %qs in code"
37903 msgstr ""
37905 #: config/arm/arm-builtins.cc:3966
37906 #, gcc-internal-format
37907 msgid "the range of count should be in 0 to 64; please check the intrinsic %qs in code"
37908 msgstr ""
37910 #: config/arm/arm-builtins.cc:4029
37911 #, gcc-internal-format
37912 msgid "the count should be no less than 0; please check the intrinsic %qs in code"
37913 msgstr ""
37915 #: config/arm/arm-c.cc:108
37916 #, gcc-internal-format
37917 msgid "argument %u to function %qE is of type %qT which is not known to be 128 bits wide"
37918 msgstr ""
37920 #: config/arm/arm-c.cc:140
37921 #, gcc-internal-format
37922 msgid "%<#pragma GCC arm%> requires a string parameter"
37923 msgstr ""
37925 #: config/arm/arm-c.cc:148
37926 #, gcc-internal-format
37927 msgid "unknown %<#pragma GCC arm%> option %qs"
37928 msgstr ""
37930 #: config/arm/arm-mve-builtins.cc:179
37931 #, gcc-internal-format
37932 msgid "this definition requires the MVE ISA extension"
37933 msgstr ""
37935 #: config/arm/arm.cc:2946
37936 #, gcc-internal-format
37937 msgid "iWMMXt and NEON are incompatible"
37938 msgstr ""
37940 #: config/arm/arm.cc:2952
37941 #, gcc-internal-format
37942 msgid "target CPU does not support ARM mode"
37943 msgstr ""
37945 #: config/arm/arm.cc:2956
37946 #, gcc-internal-format
37947 msgid "enabling backtrace support is only meaningful when compiling for the Thumb"
37948 msgstr ""
37950 #: config/arm/arm.cc:2959
37951 #, gcc-internal-format
37952 msgid "enabling callee interworking support is only meaningful when compiling for the Thumb"
37953 msgstr ""
37955 #: config/arm/arm.cc:2967
37956 #, gcc-internal-format
37957 msgid "%<-g%> with %<-mno-apcs-frame%> may not give sensible debugging"
37958 msgstr ""
37960 #: config/arm/arm.cc:2972
37961 #, gcc-internal-format
37962 msgid "iWMMXt unsupported under Thumb mode"
37963 msgstr ""
37965 #: config/arm/arm.cc:2975
37966 #, gcc-internal-format
37967 msgid "cannot use %<-mtp=cp15%> with 16-bit Thumb"
37968 msgstr ""
37970 #: config/arm/arm.cc:2979
37971 #, gcc-internal-format
37972 msgid "RTP PIC is incompatible with Thumb"
37973 msgstr ""
37975 #: config/arm/arm.cc:2992
37976 #, gcc-internal-format, gfc-internal-format
37977 msgid "%s only supports non-pic code on M-profile targets with the MOVT instruction"
37978 msgstr ""
37980 #: config/arm/arm.cc:2997
37981 #, gcc-internal-format, gfc-internal-format
37982 msgid "%s only supports non-pic code on M-profile targets"
37983 msgstr ""
37985 #: config/arm/arm.cc:3002
37986 #, gcc-internal-format
37987 msgid "%s incompatible with %<-mword-relocations%>"
37988 msgstr ""
37990 #: config/arm/arm.cc:3104
37991 #, gcc-internal-format
37992 msgid "target CPU does not support THUMB instructions"
37993 msgstr ""
37995 #: config/arm/arm.cc:3154
37996 #, gcc-internal-format
37997 msgid "target CPU does not support unaligned accesses"
37998 msgstr ""
38000 #: config/arm/arm.cc:3213 config/arm/arm.cc:33199
38001 #, fuzzy, gcc-internal-format
38002 #| msgid "don%'t support performance extension instructions"
38003 msgid "This architecture does not support branch protection instructions"
38004 msgstr "не підтримувати інструкції розширеної швидкодії"
38006 #: config/arm/arm.cc:3216
38007 #, gcc-internal-format
38008 msgid "Return address signing is not supported with %<-mtpcs-frame%>."
38009 msgstr ""
38011 #: config/arm/arm.cc:3279
38012 #, fuzzy, gcc-internal-format
38013 #| msgid "invalid argument %<%s%> for %<-mbranch-protection=%>"
38014 msgid "invalid key type for %<-mbranch-protection=%>"
38015 msgstr "некоректний аргумент %<%s%> %<-mbranch-protection=%>"
38017 #: config/arm/arm.cc:3312
38018 #, gcc-internal-format
38019 msgid "switch %<-mcpu=%s%> conflicts with switch %<-march=%s%>"
38020 msgstr "перемикач %<-mcpu=%s%> конфліктує з перемикачем %<-march=%s%>"
38022 #: config/arm/arm.cc:3567
38023 #, gcc-internal-format
38024 msgid "%<-mapcs-stack-check%> incompatible with %<-mno-apcs-frame%>"
38025 msgstr "%<-mapcs-stack-check%> є несумісним із %<-mno-apcs-frame%>"
38027 #: config/arm/arm.cc:3576
38028 #, gcc-internal-format
38029 msgid "%<-fpic%> and %<-mapcs-reent%> are incompatible"
38030 msgstr ""
38032 #: config/arm/arm.cc:3579
38033 #, gcc-internal-format
38034 msgid "APCS reentrant code not supported.  Ignored"
38035 msgstr ""
38037 #: config/arm/arm.cc:3602
38038 #, gcc-internal-format
38039 msgid "option %<-mstructure-size-boundary%> is deprecated"
38040 msgstr ""
38042 #: config/arm/arm.cc:3610
38043 #, gcc-internal-format
38044 msgid "structure size boundary can only be set to 8, 32 or 64"
38045 msgstr ""
38047 #: config/arm/arm.cc:3612
38048 #, gcc-internal-format
38049 msgid "structure size boundary can only be set to 8 or 32"
38050 msgstr ""
38052 #: config/arm/arm.cc:3637
38053 #, gcc-internal-format
38054 msgid "RTP PIC is incompatible with %<-msingle-pic-base%>"
38055 msgstr ""
38057 #: config/arm/arm.cc:3649 config/arm/arm.cc:33540
38058 #, gcc-internal-format
38059 msgid "FDPIC mode is not supported in Thumb-1 mode"
38060 msgstr ""
38062 #: config/arm/arm.cc:3657
38063 #, gcc-internal-format
38064 msgid "%<-mpic-register=%> is useless without %<-fpic%>"
38065 msgstr ""
38067 #: config/arm/arm.cc:3666
38068 #, gcc-internal-format
38069 msgid "unable to use %qs for PIC register"
38070 msgstr "не можна використовувати %qs для регістру PIC"
38072 #: config/arm/arm.cc:3706 config/pru/pru.cc:612
38073 #, gcc-internal-format
38074 msgid "%<-freorder-blocks-and-partition%> not supported on this architecture"
38075 msgstr ""
38077 #: config/arm/arm.cc:3874
38078 #, gcc-internal-format
38079 msgid "selected fp16 options are incompatible"
38080 msgstr ""
38082 #: config/arm/arm.cc:3909
38083 #, gcc-internal-format
38084 msgid "%<-mstack-protector-guard=tls%> needs a hardware TLS register"
38085 msgstr ""
38087 #: config/arm/arm.cc:3929
38088 #, gcc-internal-format
38089 msgid "iwmmxt requires an AAPCS compatible ABI for proper operation"
38090 msgstr ""
38092 #: config/arm/arm.cc:3932
38093 #, gcc-internal-format
38094 msgid "iwmmxt abi requires an iwmmxt capable cpu"
38095 msgstr ""
38097 #: config/arm/arm.cc:3940
38098 #, gcc-internal-format
38099 msgid "target CPU does not support interworking"
38100 msgstr ""
38102 #: config/arm/arm.cc:3953
38103 #, gcc-internal-format
38104 msgid "AAPCS does not support %<-mcaller-super-interworking%>"
38105 msgstr ""
38107 #: config/arm/arm.cc:3956
38108 #, gcc-internal-format
38109 msgid "AAPCS does not support %<-mcallee-super-interworking%>"
38110 msgstr ""
38112 #: config/arm/arm.cc:3961
38113 #, gcc-internal-format
38114 msgid "%<__fp16%> and no ldrh"
38115 msgstr ""
38117 #: config/arm/arm.cc:3964
38118 #, gcc-internal-format
38119 msgid "target CPU does not support ARMv8-M Security Extensions"
38120 msgstr ""
38122 #: config/arm/arm.cc:3969
38123 #, gcc-internal-format
38124 msgid "ARMv8-M Security Extensions incompatible with selected FPU"
38125 msgstr ""
38127 #: config/arm/arm.cc:3981
38128 #, gcc-internal-format
38129 msgid "%<-mfloat-abi=hard%>: selected architecture lacks an FPU"
38130 msgstr ""
38132 #: config/arm/arm.cc:3989
38133 #, gcc-internal-format
38134 msgid "%<-mfloat-abi=hard%> and VFP"
38135 msgstr ""
38137 #: config/arm/arm.cc:6254
38138 #, gcc-internal-format
38139 msgid "non-AAPCS derived PCS variant"
38140 msgstr ""
38142 #: config/arm/arm.cc:6256
38143 #, gcc-internal-format
38144 msgid "variadic functions must use the base AAPCS variant"
38145 msgstr ""
38147 #: config/arm/arm.cc:6285
38148 #, gcc-internal-format
38149 msgid "PCS variant"
38150 msgstr ""
38152 #: config/arm/arm.cc:6560
38153 #, gcc-internal-format
38154 msgid "Thumb-1 %<hard-float%> VFP ABI"
38155 msgstr ""
38157 #: config/arm/arm.cc:6655
38158 #, gcc-internal-format
38159 msgid "argument of type %qT not permitted with %<-mgeneral-regs-only%>"
38160 msgstr ""
38162 #: config/arm/arm.cc:7039 config/arm/arm.cc:7260 config/arm/arm.cc:7293
38163 #: config/arm/arm.cc:29318
38164 #, gcc-internal-format
38165 msgid "parameter passing for argument of type %qT changed in GCC 7.1"
38166 msgstr ""
38168 #: config/arm/arm.cc:7431
38169 #, gcc-internal-format
38170 msgid "FP registers might be clobbered despite %qE attribute: compile with %<-mgeneral-regs-only%>"
38171 msgstr ""
38173 #: config/arm/arm.cc:7555
38174 #, gcc-internal-format
38175 msgid "%qE attribute not available to functions with arguments passed on the stack"
38176 msgstr ""
38178 #: config/arm/arm.cc:7567
38179 #, gcc-internal-format
38180 msgid "%qE attribute not available to functions with variable number of arguments"
38181 msgstr ""
38183 #: config/arm/arm.cc:7576
38184 #, gcc-internal-format
38185 msgid "%qE attribute not available to functions that return value on the stack"
38186 msgstr ""
38188 #: config/arm/arm.cc:7598 config/arm/arm.cc:7650
38189 #, gcc-internal-format
38190 msgid "%qE attribute ignored without %<-mcmse%> option"
38191 msgstr ""
38193 #: config/arm/arm.cc:7617
38194 #, gcc-internal-format
38195 msgid "%qE attribute has no effect on functions with static linkage"
38196 msgstr ""
38198 #: config/arm/arm.cc:7670
38199 #, gcc-internal-format
38200 msgid "%qE attribute only applies to base type of a function pointer"
38201 msgstr ""
38203 #: config/arm/arm.cc:9662
38204 #, gcc-internal-format
38205 msgid "accessing thread-local storage is not currently supported with %<-mpure-code%> or %<-mslow-flash-data%>"
38206 msgstr ""
38208 #: config/arm/arm.cc:13513 config/arm/arm.cc:13515
38209 #, gcc-internal-format
38210 msgid "%s %wd out of range %wd - %wd"
38211 msgstr ""
38213 #: config/arm/arm.cc:25907
38214 #, gcc-internal-format
38215 msgid "unable to compute real location of stacked parameter"
38216 msgstr ""
38218 #: config/arm/arm.cc:26570
38219 #, gcc-internal-format
38220 msgid "Unexpected thumb1 far jump"
38221 msgstr ""
38223 #: config/arm/arm.cc:26829
38224 #, gcc-internal-format
38225 msgid "no low registers available for popping high registers"
38226 msgstr ""
38228 #: config/arm/arm.cc:27082
38229 #, gcc-internal-format
38230 msgid "Interrupt Service Routines cannot be coded in Thumb-1 mode"
38231 msgstr ""
38233 #: config/arm/arm.cc:27328
38234 #, gcc-internal-format
38235 msgid "%<-fstack-check=specific%> for Thumb-1"
38236 msgstr ""
38238 #: config/arm/arm.cc:33555
38239 #, gcc-internal-format
38240 msgid "invalid fpu for target attribute or pragma %qs"
38241 msgstr ""
38243 #. This doesn't really make sense until we support
38244 #. general dynamic selection of the architecture and all
38245 #. sub-features.
38246 #: config/arm/arm.cc:33563
38247 #, gcc-internal-format
38248 msgid "auto fpu selection not currently permitted here"
38249 msgstr ""
38251 #: config/arm/arm.cc:33576
38252 #, gcc-internal-format
38253 msgid "invalid architecture for target attribute or pragma %qs"
38254 msgstr ""
38256 #: config/arm/arm.cc:33590
38257 #, gcc-internal-format
38258 msgid "unknown target attribute or pragma %qs"
38259 msgstr ""
38261 #: config/arm/arm.cc:34552
38262 #, gcc-internal-format
38263 msgid "%<asm%> flags not supported in thumb1 mode"
38264 msgstr ""
38266 #: config/avr/avr-c.cc:65 config/avr/avr-c.cc:190
38267 #, gcc-internal-format
38268 msgid "%qs expects 1 argument but %d given"
38269 msgstr ""
38271 #: config/avr/avr-c.cc:76
38272 #, gcc-internal-format
38273 msgid "%qs expects a fixed-point value as argument"
38274 msgstr ""
38276 #: config/avr/avr-c.cc:102
38277 #, gcc-internal-format
38278 msgid "using %qs with unsigned type has no effect"
38279 msgstr ""
38281 #: config/avr/avr-c.cc:107 config/avr/avr-c.cc:173 config/avr/avr-c.cc:230
38282 #, gcc-internal-format
38283 msgid "no matching fixed-point overload found for %qs"
38284 msgstr ""
38286 #: config/avr/avr-c.cc:124
38287 #, gcc-internal-format
38288 msgid "%qs expects 2 arguments but %d given"
38289 msgstr ""
38291 #: config/avr/avr-c.cc:136 config/avr/avr-c.cc:201
38292 #, gcc-internal-format
38293 msgid "%qs expects a fixed-point value as first argument"
38294 msgstr ""
38296 #: config/avr/avr-c.cc:144
38297 #, gcc-internal-format
38298 msgid "%qs expects an integer value as second argument"
38299 msgstr ""
38301 #: config/avr/avr-devices.cc:152
38302 #, gcc-internal-format, gfc-internal-format
38303 msgid "supported core architectures:%s"
38304 msgstr ""
38306 #. Reached the end of `avr_mcu_types'.  This should actually never
38307 #. happen as options are provided by device-specs.  It could be a
38308 #. typo in a device-specs or calling the compiler proper directly
38309 #. with -mmcu=<device>.
38310 #: config/avr/avr.cc:711
38311 #, gcc-internal-format
38312 msgid "unknown core architecture %qs specified with %qs"
38313 msgstr ""
38315 #: config/avr/avr.cc:760 config/pru/pru.cc:601 config/visium/visium.cc:422
38316 #, gcc-internal-format
38317 msgid "%<-fpic%> is not supported"
38318 msgstr "підтримки %<-fpic%> не передбачено"
38320 #: config/avr/avr.cc:762 config/pru/pru.cc:603 config/visium/visium.cc:424
38321 #, gcc-internal-format
38322 msgid "%<-fPIC%> is not supported"
38323 msgstr "Підтримки %<-fPIC%> не передбачено"
38325 #: config/avr/avr.cc:764 config/pru/pru.cc:605
38326 #, gcc-internal-format
38327 msgid "%<-fpie%> is not supported"
38328 msgstr "підтримки %<-fpie%> не передбачено"
38330 #: config/avr/avr.cc:766 config/pru/pru.cc:607
38331 #, gcc-internal-format
38332 msgid "%<-fPIE%> is not supported"
38333 msgstr "підтримки %<-fPIE%> не передбачено"
38335 #: config/avr/avr.cc:1050 config/avr/avr.cc:1055 config/riscv/riscv.cc:6428
38336 #, gcc-internal-format
38337 msgid "function attributes %qs and %qs are mutually exclusive"
38338 msgstr ""
38340 #: config/avr/avr.cc:1076 config/riscv/riscv.cc:6440
38341 #, gcc-internal-format
38342 msgid "%qs function cannot have arguments"
38343 msgstr ""
38345 #: config/avr/avr.cc:1079 config/riscv/riscv.cc:6437
38346 #, gcc-internal-format
38347 msgid "%qs function cannot return a value"
38348 msgstr ""
38350 #: config/avr/avr.cc:1093
38351 #, gcc-internal-format
38352 msgid "%qs appears to be a misspelled %qs handler, missing %<__vector%> prefix"
38353 msgstr ""
38355 #: config/avr/avr.cc:1106
38356 #, gcc-internal-format
38357 msgid "%qs is a reserved identifier in AVR-LibC.  Consider %<#include <avr/interrupt.h>%> before using the %qs macro"
38358 msgstr ""
38360 #: config/avr/avr.cc:1323
38361 #, gcc-internal-format
38362 msgid "%<builtin_return_address%> contains only 2 bytes of address"
38363 msgstr ""
38365 #: config/avr/avr.cc:2748
38366 #, gcc-internal-format
38367 msgid "pointer offset from symbol maybe incorrect"
38368 msgstr ""
38370 #: config/avr/avr.cc:2887
38371 #, gcc-internal-format
38372 msgid "accessing data memory with program memory address"
38373 msgstr ""
38375 #: config/avr/avr.cc:2948
38376 #, gcc-internal-format
38377 msgid "accessing program memory with data memory address"
38378 msgstr ""
38380 #: config/avr/avr.cc:3304
38381 #, gcc-internal-format, gfc-internal-format
38382 msgid "fixed register %s used to pass parameter to function"
38383 msgstr ""
38385 #: config/avr/avr.cc:3569
38386 #, gcc-internal-format
38387 msgid "writing to address space %qs not supported"
38388 msgstr ""
38390 #: config/avr/avr.cc:9623
38391 #, gcc-internal-format
38392 msgid "%qE attribute only applies to variables in static storage"
38393 msgstr ""
38395 #: config/avr/avr.cc:9630
38396 #, gcc-internal-format
38397 msgid "%qE attribute only supported for reduced Tiny cores"
38398 msgstr ""
38400 #: config/avr/avr.cc:9670
38401 #, gcc-internal-format
38402 msgid "%qE attribute address out of range"
38403 msgstr ""
38405 #: config/avr/avr.cc:9684
38406 #, gcc-internal-format
38407 msgid "both %s and %qE attribute provide address"
38408 msgstr ""
38410 #: config/avr/avr.cc:9694
38411 #, gcc-internal-format
38412 msgid "%qE attribute on non-volatile variable"
38413 msgstr ""
38415 #: config/avr/avr.cc:9766
38416 #, gcc-internal-format
38417 msgid "address spaces are not supported for reduced Tiny devices"
38418 msgstr ""
38420 #: config/avr/avr.cc:9773
38421 #, gcc-internal-format
38422 msgid "address space %qs not supported for devices with flash size up to %d KiB"
38423 msgstr ""
38425 #: config/avr/avr.cc:9944
38426 #, gcc-internal-format
38427 msgid "pointer targeting address space %qs must be const in %qT"
38428 msgstr ""
38430 #: config/avr/avr.cc:9947
38431 #, gcc-internal-format
38432 msgid "pointer targeting address space %qs must be const in %s %q+D"
38433 msgstr ""
38435 #: config/avr/avr.cc:10009
38436 #, gcc-internal-format
38437 msgid "variable %q+D must be const in order to be put into read-only section by means of %qs"
38438 msgstr ""
38440 #: config/avr/avr.cc:10048
38441 #, gcc-internal-format
38442 msgid "static IO declaration for %q+D needs an address"
38443 msgstr ""
38445 #: config/avr/avr.cc:10080
38446 #, gcc-internal-format
38447 msgid "IO definition for %q+D needs an address"
38448 msgstr ""
38450 #: config/avr/avr.cc:10197
38451 #, gcc-internal-format
38452 msgid "only uninitialized variables can be placed in the %<.noinit%> section"
38453 msgstr ""
38455 #. This might happen with C++ if stuff needs constructing.
38456 #: config/avr/avr.cc:10273
38457 #, gcc-internal-format
38458 msgid "variable %q+D with dynamic initialization put into program memory area"
38459 msgstr ""
38461 #: config/avr/avr.cc:10284
38462 #, gcc-internal-format
38463 msgid "uninitialized variable %q+D put into program memory area"
38464 msgstr ""
38466 #: config/avr/avr.cc:10370
38467 #, gcc-internal-format
38468 msgid "%q+D has incompatible attributes %qs and %qs"
38469 msgstr ""
38471 #: config/avr/avr.cc:10433
38472 #, gcc-internal-format
38473 msgid "architecture %qs supported for assembler only"
38474 msgstr ""
38476 #: config/avr/avr.cc:13082
38477 #, gcc-internal-format
38478 msgid "conversion from address space %qs to address space %qs"
38479 msgstr ""
38481 #: config/avr/avr.cc:14172 config/avr/avr.cc:14185
38482 #, gcc-internal-format, gfc-internal-format
38483 msgid "%s expects a compile time integer constant"
38484 msgstr ""
38486 #: config/avr/avr.cc:14199
38487 #, gcc-internal-format, gfc-internal-format
38488 msgid "%s expects a compile time long integer constant as first argument"
38489 msgstr ""
38491 #: config/avr/avr.cc:14227
38492 #, gcc-internal-format, gfc-internal-format
38493 msgid "rounding to %d bits has no effect for fixed-point value with %d fractional bits"
38494 msgstr ""
38496 #: config/avr/avr.cc:14236
38497 #, gcc-internal-format
38498 msgid "rounding result will always be 0"
38499 msgstr ""
38501 #: config/avr/driver-avr.cc:58
38502 #, gcc-internal-format
38503 msgid "bad usage of spec function %qs"
38504 msgstr ""
38506 #: config/avr/driver-avr.cc:86
38507 #, gcc-internal-format
38508 msgid "specified option %qs more than once"
38509 msgstr ""
38511 #: config/avr/driver-avr.cc:100
38512 #, gcc-internal-format
38513 msgid "strange device name %qs after %qs: bad character %qc"
38514 msgstr ""
38516 #: config/bfin/bfin.cc:2368
38517 #, gcc-internal-format
38518 msgid "%<-mfdpic%> is not supported, please use a bfin-linux-uclibc target"
38519 msgstr ""
38521 #: config/bfin/bfin.cc:2374
38522 #, gcc-internal-format
38523 msgid "%<-mshared-library-id=%> specified without %<-mid-shared-library%>"
38524 msgstr "%<-mshared-library-id=%> вказано без %<-mid-shared-library%>"
38526 #: config/bfin/bfin.cc:2379
38527 #, gcc-internal-format
38528 msgid "%<-fstack-limit-%> options are ignored with %<-mfdpic%>; use %<-mstack-check-l1%>"
38529 msgstr "параметри %<-fstack-limit-%> буде проігноровано з %<-mfdpic%>; скористайтеся %<-mstack-check-l1%>"
38531 #: config/bfin/bfin.cc:2385
38532 #, gcc-internal-format
38533 msgid "cannot use multiple stack checking methods together"
38534 msgstr ""
38536 #: config/bfin/bfin.cc:2388
38537 #, gcc-internal-format
38538 msgid "ID shared libraries and FD-PIC mode cannot be used together"
38539 msgstr ""
38541 #: config/bfin/bfin.cc:2393 config/m68k/m68k.cc:590
38542 #, gcc-internal-format
38543 msgid "cannot specify both %<-msep-data%> and %<-mid-shared-library%>"
38544 msgstr "не можна одночасно вказувати %<-msep-data%> і %<-mid-shared-library%>"
38546 #: config/bfin/bfin.cc:2413
38547 #, gcc-internal-format
38548 msgid "%<-mmulticore%> can only be used with BF561"
38549 msgstr "%<-mmulticore%> можна використовувати лише з BF561"
38551 #: config/bfin/bfin.cc:2416
38552 #, gcc-internal-format
38553 msgid "%<-mcorea%> should be used with %<-mmulticore%>"
38554 msgstr ""
38556 #: config/bfin/bfin.cc:2419
38557 #, gcc-internal-format
38558 msgid "%<-mcoreb%> should be used with %<-mmulticore%>"
38559 msgstr ""
38561 #: config/bfin/bfin.cc:2422
38562 #, gcc-internal-format
38563 msgid "%<-mcorea%> and %<-mcoreb%> cannot be used together"
38564 msgstr ""
38566 #: config/bfin/bfin.cc:4699
38567 #, gcc-internal-format
38568 msgid "multiple function type attributes specified"
38569 msgstr ""
38571 #: config/bfin/bfin.cc:4766
38572 #, gcc-internal-format
38573 msgid "cannot apply both %<longcall%> and %<shortcall%> attributes to the same function"
38574 msgstr ""
38576 #: config/bpf/bpf.cc:111
38577 #, gcc-internal-format
38578 msgid "%qE attribute requires an integer argument"
38579 msgstr "атрибут %qE потребує цілочисельного аргументу"
38581 #: config/bpf/bpf.cc:118
38582 #, gcc-internal-format
38583 msgid "%qE requires an argument"
38584 msgstr "%qE потребує аргументу"
38586 #: config/bpf/bpf.cc:139
38587 #, gcc-internal-format
38588 msgid "%qE attribute only applies to structure, union and class types"
38589 msgstr ""
38591 #: config/bpf/bpf.cc:216
38592 #, gcc-internal-format
38593 msgid "BPF CO-RE requires BTF debugging information, use %<-gbtf%>"
38594 msgstr ""
38596 #: config/bpf/bpf.cc:236
38597 #, gcc-internal-format
38598 msgid "BPF CO-RE does not support LTO"
38599 msgstr ""
38601 #: config/bpf/bpf.cc:260
38602 #, fuzzy, gcc-internal-format
38603 #| msgid "%<-fstack-protector%> not supported for this target"
38604 msgid "%<-fstack-protector%> does not work  on this architecture"
38605 msgstr "підтримки %<-fstack-protector%> для цього призначення не передбачено"
38607 #: config/bpf/bpf.cc:425
38608 #, gcc-internal-format
38609 msgid "eBPF stack limit exceeded"
38610 msgstr ""
38612 #: config/bpf/bpf.cc:777
38613 #, gcc-internal-format
38614 msgid "too many function arguments for eBPF"
38615 msgstr ""
38617 #: config/bpf/bpf.cc:795 config/bpf/bpf.cc:797
38618 #, gcc-internal-format
38619 msgid "no constructors"
38620 msgstr "немає конструкторів"
38622 #: config/bpf/bpf.cc:813 config/bpf/bpf.cc:815
38623 #, gcc-internal-format
38624 msgid "no destructors"
38625 msgstr "немає деструкторів"
38627 #: config/bpf/bpf.cc:867
38628 #, gcc-internal-format
38629 msgid "indirect call in function, which are not supported by eBPF"
38630 msgstr ""
38632 #: config/bpf/bpf.cc:1106 config/bpf/bpf.cc:1162
38633 #, fuzzy, gcc-internal-format
38634 #| msgid "unsupported simdlen %wd"
38635 msgid "unsupported variable field offset"
38636 msgstr "непідтримуване simdlen %wd"
38638 #: config/bpf/bpf.cc:1121 config/bpf/bpf.cc:1157
38639 #, gcc-internal-format
38640 msgid "unsupported variable size field access"
38641 msgstr ""
38643 #: config/bpf/bpf.cc:1133
38644 #, fuzzy, gcc-internal-format
38645 #| msgid "unsupported memory expression:"
38646 msgid "unsupported field expression"
38647 msgstr "непідтримуваний вираз пам'яті:"
38649 #: config/bpf/bpf.cc:1170 config/bpf/bpf.cc:1179
38650 #, fuzzy, gcc-internal-format
38651 #| msgid "size is too large"
38652 msgid "field size too large"
38653 msgstr "розмір є надто великим"
38655 #: config/bpf/bpf.cc:1196
38656 #, fuzzy, gcc-internal-format
38657 #| msgid "invalid argument to built-in function %s"
38658 msgid "invalid second argument to built-in function"
38659 msgstr "некоректний аргумент вбудованої функції %s"
38661 #: config/bpf/bpf.cc:1247 config/bpf/bpf.cc:1292
38662 #: config/loongarch/loongarch-builtins.cc:313 config/mips/mips.cc:17186
38663 #: config/nios2/nios2.cc:3600 config/riscv/riscv-builtins.cc:277
38664 #: config/riscv/riscv-vector-builtins.cc:1341
38665 #, gcc-internal-format
38666 msgid "invalid argument to built-in function"
38667 msgstr ""
38669 #: config/bpf/bpf.cc:1640
38670 #, fuzzy, gcc-internal-format
38671 #| msgid "wrong type of argument %s"
38672 msgid "wrong number of arguments"
38673 msgstr "помилковий тип аргументу %s"
38675 #: config/bpf/bpf.cc:1657
38676 #, fuzzy, gcc-internal-format
38677 #| msgid "%qs is not a field, but a %qs"
38678 msgid "argument is not a field access"
38679 msgstr "%qs не є полем, а %qs"
38681 #: config/c6x/c6x.cc:245
38682 #, gcc-internal-format
38683 msgid "%<-fpic%> and %<-fPIC%> not supported without %<-mdsbt%> on this target"
38684 msgstr ""
38686 #. This function is for retrieving a part of an instruction name for
38687 #. an operator, for immediate output.  If that ever happens for
38688 #. MULT, we need to apply TARGET_MUL_BUG in the caller.  Make sure
38689 #. we notice.
38690 #: config/cris/cris.cc:728
38691 #, gcc-internal-format
38692 msgid "MULT case in %<cris_op_str%>"
38693 msgstr ""
38695 #: config/cris/cris.cc:1245 config/moxie/moxie.cc:186 config/or1k/or1k.cc:1291
38696 #, gcc-internal-format, gfc-internal-format
38697 msgid "internal error: bad register: %d"
38698 msgstr ""
38700 #. If we get here, the caller got its initial tests wrong.
38701 #: config/cris/cris.cc:2216
38702 #, gcc-internal-format
38703 msgid "internal error: %<cris_side_effect_mode_ok%> with bad operands"
38704 msgstr ""
38706 #: config/cris/cris.cc:2269
38707 #, gcc-internal-format
38708 msgid "%<-max-stackframe=%d%> is not usable, not between 0 and %d"
38709 msgstr ""
38711 #: config/cris/cris.cc:2298
38712 #, gcc-internal-format
38713 msgid "unknown CRIS version specification in %<-march=%> or %<-mcpu=%>: %s"
38714 msgstr ""
38716 #: config/cris/cris.cc:2334
38717 #, gcc-internal-format
38718 msgid "unknown CRIS cpu version specification in %<-mtune=%>: %s"
38719 msgstr "невідома специфікація версії процесора CRIS у %<-mtune=%>: %s"
38721 #. Use error rather than warning, so invalid use is easily
38722 #. detectable.  Still change to the values we expect, to avoid
38723 #. further errors.
38724 #: config/cris/cris.cc:2350
38725 #, gcc-internal-format
38726 msgid "%<-fPIC%> and %<-fpic%> are not supported on this target"
38727 msgstr "підтримки %<-fPIC%> і %<-fpic%> для цієї цілі не передбачено"
38729 #: config/cris/cris.cc:2551
38730 #, gcc-internal-format
38731 msgid "unknown src"
38732 msgstr ""
38734 #: config/cris/cris.cc:2601
38735 #, gcc-internal-format
38736 msgid "unknown dest"
38737 msgstr ""
38739 #: config/cris/cris.cc:2902
38740 #, gcc-internal-format, gfc-internal-format
38741 msgid "stackframe too big: %d bytes"
38742 msgstr ""
38744 #: config/csky/csky.cc:2544
38745 #, gcc-internal-format, gfc-internal-format
38746 msgid "cpu %s is not based on arch %s, ignoring the arch"
38747 msgstr ""
38749 #: config/csky/csky.cc:2610 config/csky/csky.cc:2648 config/csky/csky.cc:2713
38750 #: config/csky/csky.cc:2736 config/csky/csky.cc:2753
38751 #, gcc-internal-format
38752 msgid "%qs is not supported by arch %s"
38753 msgstr "%qs є непідтримуваним на архітектурі %s"
38755 #: config/csky/csky.cc:2651
38756 #, gcc-internal-format
38757 msgid "%<-mhard-float%> is not supported by the selected CPU"
38758 msgstr ""
38760 #: config/csky/csky.cc:2667
38761 #, gcc-internal-format
38762 msgid "%<-mdouble-float%> ignored without %<-mhard-float%>"
38763 msgstr ""
38765 #: config/csky/csky.cc:2670
38766 #, gcc-internal-format
38767 msgid "%<-mfdivdu%> ignored without %<-mhard-float%>"
38768 msgstr ""
38770 #: config/csky/csky.cc:2725
38771 #, gcc-internal-format
38772 msgid "%<-msmart%> is incompatible with %<-mhigh-registers%>"
38773 msgstr ""
38775 #. It's hard to provide general support for trampolines on this
38776 #. core.  We need a register other than the one holding the
38777 #. static chain (r13) to hold the function pointer for the
38778 #. indirect jump to it.  But ck801 has such a limited register set
38779 #. there is no other call-clobbered scratch register available -- in
38780 #. particular, this core does not have r12, which we use for the
38781 #. ck802 case below.  If we use a callee-saved register like r4,
38782 #. saving the old value on the stack screws up the stack frame
38783 #. if there are overflow arguments pushed on the stack
38784 #. by the caller.  In theory we could test for that and handle
38785 #. limited cases with parameters that all fit in r0-r3 with no
38786 #. stack overflow, but punt for now.
38787 #: config/csky/csky.cc:6280
38788 #, gcc-internal-format
38789 msgid "Nested function trampolines not supported on CK801."
38790 msgstr ""
38792 #: config/csky/csky.cc:6476
38793 #, gcc-internal-format
38794 msgid "%qE attribute ignored without %<-mistack%>"
38795 msgstr ""
38797 #: config/epiphany/epiphany.cc:499
38798 #, gcc-internal-format
38799 msgid "interrupt handlers cannot have arguments"
38800 msgstr ""
38802 #: config/epiphany/epiphany.cc:523
38803 #, gcc-internal-format
38804 msgid "argument of %qE attribute is not %qs, %qs %qs, %qs, %qs, %qs, %qs, %qs, %qs or %qs"
38805 msgstr ""
38807 #: config/epiphany/epiphany.cc:1545
38808 #, gcc-internal-format
38809 msgid "%<stack_offset%> must be at least 4"
38810 msgstr "%<stack_offset%> має бути принаймні 4"
38812 #: config/epiphany/epiphany.cc:1547
38813 #, gcc-internal-format
38814 msgid "%<stack_offset%> must be a multiple of 4"
38815 msgstr ""
38817 #: config/frv/frv.cc:8478
38818 #, gcc-internal-format
38819 msgid "accumulator is not a constant integer"
38820 msgstr ""
38822 #: config/frv/frv.cc:8483
38823 #, gcc-internal-format
38824 msgid "accumulator number is out of bounds"
38825 msgstr ""
38827 #: config/frv/frv.cc:8494
38828 #, gcc-internal-format
38829 msgid "inappropriate accumulator for %qs"
38830 msgstr ""
38832 #: config/frv/frv.cc:8570
38833 #, gcc-internal-format
38834 msgid "invalid IACC argument"
38835 msgstr ""
38837 #: config/frv/frv.cc:8593 config/sparc/sparc.cc:11019
38838 #, gcc-internal-format
38839 msgid "%qs expects a constant argument"
38840 msgstr ""
38842 #: config/frv/frv.cc:8598 config/sparc/sparc.cc:11025
38843 #, gcc-internal-format
38844 msgid "constant argument out of range for %qs"
38845 msgstr ""
38847 #: config/frv/frv.cc:9079
38848 #, gcc-internal-format
38849 msgid "media functions are not available unless %<-mmedia%> is used"
38850 msgstr ""
38852 #: config/frv/frv.cc:9091
38853 #, gcc-internal-format
38854 msgid "this media function is only available on the fr500"
38855 msgstr ""
38857 #: config/frv/frv.cc:9119
38858 #, gcc-internal-format
38859 msgid "this media function is only available on the fr400 and fr550"
38860 msgstr ""
38862 #: config/frv/frv.cc:9138
38863 #, gcc-internal-format
38864 msgid "this built-in function is only available on the fr405 and fr450"
38865 msgstr ""
38867 #: config/frv/frv.cc:9147
38868 #, gcc-internal-format
38869 msgid "this built-in function is only available on the fr500 and fr550"
38870 msgstr ""
38872 #: config/frv/frv.cc:9159
38873 #, gcc-internal-format
38874 msgid "this built-in function is only available on the fr450"
38875 msgstr ""
38877 #: config/ft32/ft32.cc:181
38878 #, gcc-internal-format
38879 msgid "%<h%> applied to non-register operand"
38880 msgstr ""
38882 #: config/ft32/ft32.cc:206
38883 #, gcc-internal-format, gfc-internal-format
38884 msgid "bad alignment: %d"
38885 msgstr ""
38887 #: config/ft32/ft32.cc:502
38888 #, gcc-internal-format
38889 msgid "stack frame must be smaller than 64K"
38890 msgstr ""
38892 #: config/gcn/gcn.cc:161
38893 #, gcc-internal-format
38894 msgid "XNACK support"
38895 msgstr ""
38897 #: config/gcn/gcn.cc:245
38898 #, gcc-internal-format
38899 msgid "%<amdgpu_hsa_kernel%> attribute requires string constant arguments"
38900 msgstr ""
38902 #: config/gcn/gcn.cc:258
38903 #, gcc-internal-format
38904 msgid "unknown specifier %qs in %<amdgpu_hsa_kernel%> attribute"
38905 msgstr ""
38907 #: config/gcn/gcn.cc:265
38908 #, gcc-internal-format
38909 msgid "duplicated parameter specifier %qs in %<amdgpu_hsa_kernel%> attribute"
38910 msgstr ""
38912 #: config/gcn/gcn.cc:317
38913 #, gcc-internal-format
38914 msgid "too many arguments passed in sgpr registers"
38915 msgstr ""
38917 #: config/gcn/gcn.cc:2483
38918 #, gcc-internal-format
38919 msgid "A non-default set of initial values has been requested, which violates the ABI"
38920 msgstr ""
38922 #: config/gcn/gcn.cc:2726
38923 #, gcc-internal-format, gfc-internal-format
38924 msgid "wrong type of argument %s"
38925 msgstr "помилковий тип аргументу %s"
38927 #: config/gcn/gcn.cc:3720
38928 #, gcc-internal-format
38929 msgid "nested function trampolines not supported on GCN5 due to non-executable stacks"
38930 msgstr ""
38932 #: config/gcn/gcn.cc:3831
38933 #, gcc-internal-format
38934 msgid "TLS is not implemented for GCN."
38935 msgstr ""
38937 #: config/gcn/gcn.cc:4695
38938 #, gcc-internal-format
38939 msgid "Builtin not implemented"
38940 msgstr ""
38942 #: config/gcn/gcn.cc:5205
38943 #, fuzzy, gcc-internal-format
38944 #| msgid "unsupported simdlen %wd"
38945 msgid "unsupported simdlen %wd (amdgcn)"
38946 msgstr "непідтримуване simdlen %wd"
38948 #: config/gcn/gcn.cc:5778
38949 #, gcc-internal-format
38950 msgid "using %<vector_length (64)%>, ignoring %d"
38951 msgstr ""
38953 #: config/gcn/gcn.cc:5779
38954 #, gcc-internal-format
38955 msgid "using %<vector_length (64)%>, ignoring runtime setting"
38956 msgstr ""
38958 #: config/gcn/gcn.cc:5791 config/nvptx/nvptx.cc:6568
38959 #, gcc-internal-format
38960 msgid "using %<num_workers (%d)%>, ignoring %d"
38961 msgstr ""
38963 #: config/gcn/gcn.cc:5818 config/gcn/gcn.cc:5847
38964 #, gcc-internal-format, gfc-internal-format
38965 msgid "offload dimension out of range (%d)"
38966 msgstr ""
38968 #: config/gcn/gcn.cc:6296
38969 #, gcc-internal-format
38970 msgid "%d bytes of gang-private data-share memory exhausted (increase with %<-mgang-private-size=%d%>, for example)"
38971 msgstr ""
38973 #: config/gcn/mkoffload.cc:147 config/nvptx/mkoffload.cc:92
38974 #, gcc-internal-format
38975 msgid "deleting file %s: %m"
38976 msgstr ""
38978 #: config/gcn/mkoffload.cc:772 config/nvptx/mkoffload.cc:492
38979 #, gcc-internal-format
38980 msgid "environment variable COLLECT_GCC_OPTIONS must be set"
38981 msgstr ""
38983 #: config/gcn/mkoffload.cc:831 config/nvptx/mkoffload.cc:549
38984 #, gcc-internal-format
38985 msgid "COLLECT_GCC must be set."
38986 msgstr ""
38988 #: config/gcn/mkoffload.cc:877
38989 #, gcc-internal-format, gfc-internal-format
38990 msgid "offload compiler %s not found"
38991 msgstr ""
38993 #: config/gcn/mkoffload.cc:899 config/nvptx/mkoffload.cc:620
38994 #, gcc-internal-format
38995 msgid "unrecognizable argument of option "
38996 msgstr ""
38998 #: config/gcn/mkoffload.cc:944
38999 #, gcc-internal-format
39000 msgid "either -fopenacc or -fopenmp must be set"
39001 msgstr ""
39003 #: config/gcn/mkoffload.cc:996 config/gcn/mkoffload.cc:1140
39004 #: config/nvptx/mkoffload.cc:684
39005 #, gcc-internal-format, gfc-internal-format
39006 msgid "cannot open '%s'"
39007 msgstr "не вдалося відкрити «%s»"
39009 #: config/gcn/mkoffload.cc:1126 config/nvptx/mkoffload.cc:730
39010 #, fuzzy, gcc-internal-format
39011 #| msgid "cannot open profile file %s"
39012 msgid "cannot open omp_requires file %qs"
39013 msgstr "не вдалося відкрити файл профілювання %s"
39015 #: config/gcn/mkoffload.cc:1130 config/nvptx/mkoffload.cc:734
39016 #, fuzzy, gcc-internal-format
39017 #| msgid "cannot open profile file %s"
39018 msgid "cannot read omp_requires file %qs"
39019 msgstr "не вдалося відкрити файл профілювання %s"
39021 #: config/gcn/mkoffload.cc:1136
39022 #, gcc-internal-format
39023 msgid "cannot open intermediate gcn asm file"
39024 msgstr ""
39026 #: config/gcn/mkoffload.cc:1153
39027 #, gcc-internal-format
39028 msgid "cannot open intermediate gcn obj file"
39029 msgstr ""
39031 #: config/h8300/h8300.cc:298
39032 #, gcc-internal-format
39033 msgid "%<-ms2600%> is used without %<-ms%>"
39034 msgstr ""
39036 #: config/h8300/h8300.cc:304
39037 #, gcc-internal-format
39038 msgid "%<-mexr%> is used without %<-ms%>"
39039 msgstr ""
39041 #: config/h8300/h8300.cc:310
39042 #, gcc-internal-format
39043 msgid "%<-mexr%> is used without %<-ms%> or %<-msx%>"
39044 msgstr ""
39046 #: config/h8300/h8300.cc:316
39047 #, gcc-internal-format
39048 msgid "%<-mno-exr%> is valid only with %<-ms%> or %<-msx%> - option ignored"
39049 msgstr ""
39051 #: config/h8300/h8300.cc:323
39052 #, gcc-internal-format
39053 msgid "%<-mn%> is not supported for linux targets"
39054 msgstr ""
39056 #: config/i386/host-cygwin.cc:64
39057 #, gcc-internal-format
39058 msgid "cannot extend PCH file: %m"
39059 msgstr "не вдалося розширити файл PCH: %m"
39061 #: config/i386/host-cygwin.cc:75
39062 #, gcc-internal-format
39063 msgid "cannot set position in PCH file: %m"
39064 msgstr "не вдалося встановити позицію у файлі PCH: %m"
39066 #: config/i386/i386-builtins.cc:1916
39067 #, gcc-internal-format
39068 msgid "no dispatcher found for the versioning attributes"
39069 msgstr ""
39071 #: config/i386/i386-builtins.cc:1966
39072 #, gcc-internal-format
39073 msgid "ISA %qs is not supported in %<target%> attribute, use %<arch=%> syntax"
39074 msgstr ""
39076 #: config/i386/i386-builtins.cc:1977
39077 #, gcc-internal-format, gfc-internal-format
39078 msgid "no dispatcher found for the versioning attributes: %s"
39079 msgstr ""
39081 #: config/i386/i386-builtins.cc:2087
39082 #, gcc-internal-format
39083 msgid "parameter to builtin must be a string constant or literal"
39084 msgstr ""
39086 #: config/i386/i386-builtins.cc:2111 config/i386/i386-builtins.cc:2160
39087 #, gcc-internal-format, gfc-internal-format
39088 msgid "parameter to builtin not valid: %s"
39089 msgstr ""
39091 #: config/i386/i386-expand.cc:9359
39092 #, gcc-internal-format
39093 msgid "interrupt service routine cannot be called directly"
39094 msgstr ""
39096 #: config/i386/i386-expand.cc:9794 config/i386/i386-expand.cc:11366
39097 #, gcc-internal-format
39098 msgid "the last argument must be a 2-bit immediate"
39099 msgstr ""
39101 #: config/i386/i386-expand.cc:10256
39102 #, gcc-internal-format
39103 msgid "the fifth argument must be an 8-bit immediate"
39104 msgstr ""
39106 #: config/i386/i386-expand.cc:10351
39107 #, gcc-internal-format
39108 msgid "the third argument must be an 8-bit immediate"
39109 msgstr ""
39111 #: config/i386/i386-expand.cc:11295
39112 #, gcc-internal-format
39113 msgid "the last argument must be an 1-bit immediate"
39114 msgstr ""
39116 #: config/i386/i386-expand.cc:11310
39117 #, gcc-internal-format
39118 msgid "the last argument must be a 3-bit immediate"
39119 msgstr ""
39121 #: config/i386/i386-expand.cc:11345
39122 #, gcc-internal-format
39123 msgid "the last argument must be a 4-bit immediate"
39124 msgstr ""
39126 #: config/i386/i386-expand.cc:11385
39127 #, gcc-internal-format
39128 msgid "the last argument must be a 1-bit immediate"
39129 msgstr ""
39131 #: config/i386/i386-expand.cc:11401
39132 #, gcc-internal-format
39133 msgid "the last argument must be a 5-bit immediate"
39134 msgstr ""
39136 #: config/i386/i386-expand.cc:11411
39137 #, gcc-internal-format
39138 msgid "the next to last argument must be an 8-bit immediate"
39139 msgstr ""
39141 #: config/i386/i386-expand.cc:11416
39142 #, gcc-internal-format
39143 msgid "the last argument must be an 8-bit immediate"
39144 msgstr ""
39146 #: config/i386/i386-expand.cc:11553
39147 #, gcc-internal-format
39148 msgid "the third argument must be comparison constant"
39149 msgstr ""
39151 #: config/i386/i386-expand.cc:11558
39152 #, gcc-internal-format
39153 msgid "incorrect comparison mode"
39154 msgstr ""
39156 #: config/i386/i386-expand.cc:11564 config/i386/i386-expand.cc:11888
39157 #, gcc-internal-format
39158 msgid "incorrect rounding operand"
39159 msgstr ""
39161 #: config/i386/i386-expand.cc:11868
39162 #, gcc-internal-format
39163 msgid "the immediate argument must be a 4-bit immediate"
39164 msgstr ""
39166 #: config/i386/i386-expand.cc:11876
39167 #, gcc-internal-format
39168 msgid "the immediate argument must be a 5-bit immediate"
39169 msgstr ""
39171 #: config/i386/i386-expand.cc:11879
39172 #, gcc-internal-format
39173 msgid "the immediate argument must be an 8-bit immediate"
39174 msgstr ""
39176 #: config/i386/i386-expand.cc:12355
39177 #, fuzzy, gcc-internal-format
39178 #| msgid "both arguments must be compatible"
39179 msgid "the fourth argument must be one of enum %qs"
39180 msgstr "аргументи мають бути сумісними"
39182 #: config/i386/i386-expand.cc:12425 config/rs6000/rs6000-builtin.cc:2374
39183 #, gcc-internal-format
39184 msgid "selector must be an integer constant in the range [0, %wi]"
39185 msgstr ""
39187 #: config/i386/i386-expand.cc:12682
39188 #, gcc-internal-format
39189 msgid "%qE needs unknown isa option"
39190 msgstr ""
39192 #: config/i386/i386-expand.cc:12686
39193 #, gcc-internal-format
39194 msgid "%qE needs isa option %s"
39195 msgstr ""
39197 #: config/i386/i386-expand.cc:13174
39198 #, gcc-internal-format
39199 msgid "second, third and fourth argument must be a const"
39200 msgstr ""
39202 #: config/i386/i386-expand.cc:13182
39203 #, fuzzy, gcc-internal-format
39204 #| msgid "invalid arguments"
39205 msgid "invalid third argument"
39206 msgstr "некоректні аргументи"
39208 #. Ignore the hint.
39209 #: config/i386/i386-expand.cc:13191 config/i386/i386-expand.cc:13246
39210 #, gcc-internal-format
39211 msgid "instruction prefetch applies when in 64-bit mode with RIP-relative addressing and option %<-mprefetchi%>; they stay NOPs otherwise"
39212 msgstr ""
39214 #: config/i386/i386-expand.cc:13208
39215 #, fuzzy, gcc-internal-format
39216 #| msgid "non-pointer argument to %<__builtin_launder%>"
39217 msgid "invalid third argument to %<__builtin_ia32_prefetch%>; using zero"
39218 msgstr "аргумент, який не є вказівником, у %<__builtin_launder%>"
39220 #: config/i386/i386-expand.cc:13234
39221 #, fuzzy, gcc-internal-format
39222 #| msgid "argument 1 of %qs must be a constant"
39223 msgid "second argument must be a const"
39224 msgstr "аргумент 1 %qs має бути сталою"
39226 #: config/i386/i386-expand.cc:13726
39227 #, gcc-internal-format
39228 msgid "the last argument must be a 32-bit immediate"
39229 msgstr ""
39231 #: config/i386/i386-expand.cc:13759
39232 #, gcc-internal-format
39233 msgid "last argument must be an immediate"
39234 msgstr ""
39236 #: config/i386/i386-expand.cc:14523 config/i386/i386-expand.cc:14735
39237 #, gcc-internal-format
39238 msgid "the last argument must be scale 1, 2, 4, 8"
39239 msgstr ""
39241 #: config/i386/i386-expand.cc:14788
39242 #, gcc-internal-format
39243 msgid "the forth argument must be scale 1, 2, 4, 8"
39244 msgstr ""
39246 #: config/i386/i386-expand.cc:14794
39247 #, gcc-internal-format
39248 msgid "incorrect hint operand"
39249 msgstr ""
39251 #: config/i386/i386-expand.cc:14813
39252 #, gcc-internal-format
39253 msgid "the argument to %<xabort%> intrinsic must be an 8-bit immediate"
39254 msgstr ""
39256 #: config/i386/i386-features.cc:3231
39257 #, gcc-internal-format
39258 msgid "function versions cannot be marked as %<gnu_inline%>, bodies have to be generated"
39259 msgstr ""
39261 #: config/i386/i386-features.cc:3236 config/i386/i386-features.cc:3505
39262 #, gcc-internal-format
39263 msgid "virtual function multiversioning not supported"
39264 msgstr ""
39266 #: config/i386/i386-features.cc:3369 config/rs6000/rs6000.cc:25139
39267 #, gcc-internal-format
39268 msgid "multiversioning needs %<ifunc%> which is not supported on this target"
39269 msgstr ""
39271 #: config/i386/i386-options.cc:887 config/i386/i386-options.cc:2123
39272 #: config/i386/i386-options.cc:2132
39273 #, gcc-internal-format, gfc-internal-format
39274 msgid "code model %s does not support PIC mode"
39275 msgstr ""
39277 #: config/i386/i386-options.cc:1159
39278 #, gcc-internal-format
39279 msgid "attribute %qs argument is not a string"
39280 msgstr ""
39282 #: config/i386/i386-options.cc:1223
39283 #, gcc-internal-format
39284 msgid "attribute %qs argument %qs is unknown"
39285 msgstr ""
39287 #: config/i386/i386-options.cc:1286
39288 #, gcc-internal-format
39289 msgid "attribute value %qs was already specified in %qs attribute"
39290 msgstr ""
39292 #: config/i386/i386-options.cc:1324
39293 #, gcc-internal-format
39294 msgid "attribute value %qs is unknown in %qs attribute"
39295 msgstr ""
39297 #: config/i386/i386-options.cc:1606
39298 #, gcc-internal-format
39299 msgid "wrong argument %qs to option %qs"
39300 msgstr "помилковий аргумент %qs параметра %qs"
39302 #: config/i386/i386-options.cc:1612
39303 #, gcc-internal-format
39304 msgid "size ranges of option %qs should be increasing"
39305 msgstr ""
39307 #: config/i386/i386-options.cc:1622
39308 #, gcc-internal-format
39309 msgid "wrong strategy name %qs specified for option %qs"
39310 msgstr ""
39312 #. rep; movq isn't available in 32-bit code.
39313 #: config/i386/i386-options.cc:1648
39314 #, gcc-internal-format
39315 msgid "strategy name %qs specified for option %qs not supported for 32-bit code"
39316 msgstr ""
39318 #: config/i386/i386-options.cc:1661
39319 #, gcc-internal-format
39320 msgid "unknown alignment %qs specified for option %qs"
39321 msgstr ""
39323 #: config/i386/i386-options.cc:1671
39324 #, gcc-internal-format
39325 msgid "the max value for the last size range should be -1 for option %qs"
39326 msgstr ""
39328 #: config/i386/i386-options.cc:1678
39329 #, gcc-internal-format
39330 msgid "too many size ranges specified in option %qs"
39331 msgstr ""
39333 #: config/i386/i386-options.cc:1731
39334 #, gcc-internal-format
39335 msgid "unknown parameter to option %<-mtune-ctrl%>: %s"
39336 msgstr "невідомий параметр параметра %<-mtune-ctrl%>: %s"
39338 #: config/i386/i386-options.cc:1945
39339 #, gcc-internal-format
39340 msgid "Intel MCU psABI isn%'t supported in %s mode"
39341 msgstr ""
39343 #: config/i386/i386-options.cc:1999
39344 #, gcc-internal-format
39345 msgid "%<-mtune=x86-64%> is deprecated; use %<-mtune=k8%> or %<-mtune=generic%> instead as appropriate"
39346 msgstr "%<-mtune=x86-64%> вважається застарілим; скористайтеся одним із відповідників: %<-mtune=k8%> або %<-mtune=generic%>"
39348 #: config/i386/i386-options.cc:2001
39349 #, gcc-internal-format
39350 msgid "%<target(\"tune=x86-64\")%> is deprecated; use %<target(\"tune=k8\")%> or %<target(\"tune=generic\")%> instead as appropriate"
39351 msgstr "%<target(\"tune=x86-64\")%> вважається застарілим; скористайтеся одним із відповідників: %<target(\"tune=k8\")%> або %<target(\"tune=generic\")%>"
39353 #. rep; movq isn't available in 32-bit code.
39354 #: config/i386/i386-options.cc:2029
39355 #, gcc-internal-format
39356 msgid "%<-mstringop-strategy=rep_8byte%> not supported for 32-bit code"
39357 msgstr "підтримки %<-mstringop-strategy=rep_8byte%> для 32-бітового коду не передбачено"
39359 #: config/i386/i386-options.cc:2034
39360 #, gcc-internal-format
39361 msgid "%<-muintr%> not supported for 32-bit code"
39362 msgstr "підтримки %<-muintr%> для 32-бітового коду не передбачено"
39364 #: config/i386/i386-options.cc:2037
39365 #, fuzzy, gcc-internal-format
39366 #| msgid "%<-muintr%> not supported for 32-bit code"
39367 msgid "%<-mlam=%> option: [u48|u57] not supported for 32-bit code"
39368 msgstr "підтримки %<-muintr%> для 32-бітового коду не передбачено"
39370 #: config/i386/i386-options.cc:2052
39371 #, gcc-internal-format
39372 msgid "address mode %qs not supported in the %s bit mode"
39373 msgstr ""
39375 #: config/i386/i386-options.cc:2063
39376 #, gcc-internal-format
39377 msgid "%<-mabi=ms%> not supported with X32 ABI"
39378 msgstr "підтримки %<-mabi=ms%> для ABI X32 не передбачено"
39380 #: config/i386/i386-options.cc:2069
39381 #, gcc-internal-format
39382 msgid "%<-mabi=%s%> not supported with %<-fsanitize=address%>"
39383 msgstr ""
39385 #: config/i386/i386-options.cc:2072
39386 #, gcc-internal-format
39387 msgid "%<-mabi=%s%> not supported with %<-fsanitize=kernel-address%>"
39388 msgstr ""
39390 #: config/i386/i386-options.cc:2076
39391 #, gcc-internal-format
39392 msgid "%<-mabi=%s%> not supported with %<-fsanitize=thread%>"
39393 msgstr ""
39395 #: config/i386/i386-options.cc:2093 config/i386/i386-options.cc:2102
39396 #: config/i386/i386-options.cc:2114 config/i386/i386-options.cc:2125
39397 #: config/i386/i386-options.cc:2136
39398 #, gcc-internal-format
39399 msgid "code model %qs not supported in the %s bit mode"
39400 msgstr ""
39402 #: config/i386/i386-options.cc:2105 config/i386/i386-options.cc:2117
39403 #, gcc-internal-format
39404 msgid "code model %qs not supported in x32 mode"
39405 msgstr ""
39407 #: config/i386/i386-options.cc:2160
39408 #, gcc-internal-format
39409 msgid "%<-masm=intel%> not supported in this configuration"
39410 msgstr ""
39412 #: config/i386/i386-options.cc:2165
39413 #, gcc-internal-format, gfc-internal-format
39414 msgid "%i-bit mode not compiled in"
39415 msgstr ""
39417 #: config/i386/i386-options.cc:2177
39418 #, gcc-internal-format
39419 msgid "%<generic%> CPU can be used only for %<-mtune=%> switch"
39420 msgstr ""
39422 #: config/i386/i386-options.cc:2179
39423 #, gcc-internal-format
39424 msgid "%<generic%> CPU can be used only for %<target(\"tune=\")%> attribute"
39425 msgstr ""
39427 #: config/i386/i386-options.cc:2186
39428 #, gcc-internal-format
39429 msgid "%<intel%> CPU can be used only for %<-mtune=%> switch"
39430 msgstr ""
39432 #: config/i386/i386-options.cc:2188
39433 #, gcc-internal-format
39434 msgid "%<intel%> CPU can be used only for %<target(\"tune=\")%> attribute"
39435 msgstr ""
39437 #: config/i386/i386-options.cc:2196 config/i386/i386-options.cc:2328
39438 #, gcc-internal-format
39439 msgid "CPU you selected does not support x86-64 instruction set"
39440 msgstr ""
39442 #: config/i386/i386-options.cc:2267
39443 #, gcc-internal-format
39444 msgid "bad value %qs for %<-march=%> switch"
39445 msgstr "помилкове значення %qs для перемикача %<-march=%>"
39447 #: config/i386/i386-options.cc:2268
39448 #, gcc-internal-format
39449 msgid "bad value %qs for %<target(\"arch=\")%> attribute"
39450 msgstr "помилкове значення %qs атрибуту %<target(\"arch=\")%>"
39452 #: config/i386/i386-options.cc:2290
39453 #, gcc-internal-format
39454 msgid "valid arguments to %<-march=%> switch are: %s; did you mean %qs?"
39455 msgstr ""
39457 #: config/i386/i386-options.cc:2292
39458 #, gcc-internal-format
39459 msgid "valid arguments to %<target(\"arch=\")%> attribute are: %s; did you mean %qs?"
39460 msgstr ""
39462 #: config/i386/i386-options.cc:2297
39463 #, gcc-internal-format
39464 msgid "valid arguments to %<-march=%> switch are: %s"
39465 msgstr "коректними аргументами перемикача %<-march=%> є такі: %s"
39467 #: config/i386/i386-options.cc:2298
39468 #, gcc-internal-format
39469 msgid "valid arguments to %<target(\"arch=\")%> attribute are: %s"
39470 msgstr ""
39472 #: config/i386/i386-options.cc:2347
39473 #, gcc-internal-format
39474 msgid "bad value %qs for %<-mtune=%> switch"
39475 msgstr "помилкове значення %qs перемикача %<-mtune=%>"
39477 #: config/i386/i386-options.cc:2348
39478 #, gcc-internal-format
39479 msgid "bad value %qs for %<target(\"tune=\")%> attribute"
39480 msgstr "помилкове значення %qs атрибуту %<target(\"tune=\")%>"
39482 #: config/i386/i386-options.cc:2369
39483 #, gcc-internal-format
39484 msgid "valid arguments to %<-mtune=%> switch are: %s; did you mean %qs?"
39485 msgstr ""
39487 #: config/i386/i386-options.cc:2371
39488 #, gcc-internal-format
39489 msgid "valid arguments to %<target(\"tune=\")%> attribute are: %s; did you mean %qs?"
39490 msgstr ""
39492 #: config/i386/i386-options.cc:2376
39493 #, gcc-internal-format
39494 msgid "valid arguments to %<-mtune=%> switch are: %s"
39495 msgstr "коректними аргументами перемикача %<-mtune=%> є такі: %s"
39497 #: config/i386/i386-options.cc:2377
39498 #, gcc-internal-format
39499 msgid "valid arguments to %<target(\"tune=\")%> attribute are: %s"
39500 msgstr ""
39502 #: config/i386/i386-options.cc:2401
39503 #, gcc-internal-format
39504 msgid "%<-mregparm%> is ignored in 64-bit mode"
39505 msgstr ""
39507 #: config/i386/i386-options.cc:2403
39508 #, gcc-internal-format
39509 msgid "%<-mregparm%> is ignored for Intel MCU psABI"
39510 msgstr ""
39512 #: config/i386/i386-options.cc:2406
39513 #, gcc-internal-format
39514 msgid "%<-mregparm=%d%> is not between 0 and %d"
39515 msgstr ""
39517 #: config/i386/i386-options.cc:2429
39518 #, gcc-internal-format
39519 msgid "%<-m96bit-long-double%> is not compatible with this target"
39520 msgstr "%<-m96bit-long-double%> є несумісним із цією ціллю"
39522 #: config/i386/i386-options.cc:2434
39523 #, gcc-internal-format
39524 msgid "%<-mrtd%> is ignored in 64bit mode"
39525 msgstr ""
39527 #: config/i386/i386-options.cc:2435
39528 #, gcc-internal-format
39529 msgid "%<target(\"rtd\")%> is ignored in 64bit mode"
39530 msgstr ""
39532 #: config/i386/i386-options.cc:2524
39533 #, gcc-internal-format
39534 msgid "%<-mpreferred-stack-boundary%> is not supported for this target"
39535 msgstr "підтримки %<-mpreferred-stack-boundary%> для цього призначення не передбачено"
39537 #: config/i386/i386-options.cc:2527
39538 #, gcc-internal-format
39539 msgid "%<-mpreferred-stack-boundary=%d%> is not between %d and %d"
39540 msgstr ""
39542 #: config/i386/i386-options.cc:2550
39543 #, gcc-internal-format
39544 msgid "%<-mincoming-stack-boundary=%d%> is not between %d and 12"
39545 msgstr ""
39547 #: config/i386/i386-options.cc:2563
39548 #, gcc-internal-format
39549 msgid "%<-mnop-mcount%> is not compatible with this target"
39550 msgstr "%<-mnop-mcount%> є несумісним із цим призначенням"
39552 #: config/i386/i386-options.cc:2566
39553 #, gcc-internal-format
39554 msgid "%<-mnop-mcount%> is not implemented for %<-fPIC%>"
39555 msgstr ""
39557 #: config/i386/i386-options.cc:2572
39558 #, gcc-internal-format
39559 msgid "%<-msseregparm%> used without SSE enabled"
39560 msgstr ""
39562 #: config/i386/i386-options.cc:2573
39563 #, gcc-internal-format
39564 msgid "%<target(\"sseregparm\")%> used without SSE enabled"
39565 msgstr ""
39567 #: config/i386/i386-options.cc:2583
39568 #, gcc-internal-format
39569 msgid "SSE instruction set disabled, using 387 arithmetics"
39570 msgstr ""
39572 #: config/i386/i386-options.cc:2590
39573 #, gcc-internal-format
39574 msgid "387 instruction set disabled, using SSE arithmetics"
39575 msgstr ""
39577 #: config/i386/i386-options.cc:2640
39578 #, gcc-internal-format
39579 msgid "stack probing requires %<-maccumulate-outgoing-args%> for correctness"
39580 msgstr ""
39582 #: config/i386/i386-options.cc:2642
39583 #, gcc-internal-format
39584 msgid "stack probing requires %<target(\"accumulate-outgoing-args\")%> for correctness"
39585 msgstr ""
39587 #: config/i386/i386-options.cc:2656
39588 #, gcc-internal-format
39589 msgid "fixed ebp register requires %<-maccumulate-outgoing-args%>"
39590 msgstr ""
39592 #: config/i386/i386-options.cc:2658
39593 #, gcc-internal-format
39594 msgid "fixed ebp register requires %<target(\"accumulate-outgoing-args\")%>"
39595 msgstr ""
39597 #: config/i386/i386-options.cc:2718
39598 #, gcc-internal-format
39599 msgid "%<-mfentry%> isn%'t supported for 32-bit in combination with %<-fpic%>"
39600 msgstr ""
39602 #: config/i386/i386-options.cc:2721
39603 #, gcc-internal-format
39604 msgid "%<-mno-fentry%> isn%'t compatible with SEH"
39605 msgstr ""
39607 #: config/i386/i386-options.cc:2725
39608 #, gcc-internal-format
39609 msgid "%<-mcall-ms2sysv-xlogues%> isn%'t currently supported with SEH"
39610 msgstr ""
39612 #: config/i386/i386-options.cc:2839
39613 #, gcc-internal-format
39614 msgid "unknown option for %<-mrecip=%s%>"
39615 msgstr "невідомий параметр для %<-mrecip=%s%>"
39617 #: config/i386/i386-options.cc:2898
39618 #, gcc-internal-format
39619 msgid "%qs is not a valid number in %<-mstack-protector-guard-offset=%>"
39620 msgstr ""
39622 #: config/i386/i386-options.cc:2903
39623 #, gcc-internal-format
39624 msgid "%qs is not a valid offset in %<-mstack-protector-guard-offset=%>"
39625 msgstr ""
39627 #: config/i386/i386-options.cc:2931
39628 #, gcc-internal-format
39629 msgid "%qs is not a valid base register in %<-mstack-protector-guard-reg=%>"
39630 msgstr ""
39632 #: config/i386/i386-options.cc:2979
39633 #, gcc-internal-format
39634 msgid "%<-fcf-protection%> is not compatible with this target"
39635 msgstr "%<-fcf-protection%> є несумісним із цією ціллю"
39637 #: config/i386/i386-options.cc:3115
39638 #, gcc-internal-format
39639 msgid "interrupt and naked attributes are not compatible"
39640 msgstr ""
39642 #: config/i386/i386-options.cc:3130
39643 #, gcc-internal-format
39644 msgid "only DWARF debug format is supported for interrupt service routine"
39645 msgstr ""
39647 #: config/i386/i386-options.cc:3179
39648 #, gcc-internal-format
39649 msgid "%<-mindirect-branch=%s%> and %<-mcmodel=large%> are not compatible"
39650 msgstr ""
39652 #: config/i386/i386-options.cc:3189
39653 #, gcc-internal-format
39654 msgid "%<-mindirect-branch%> and %<-fcf-protection%> are not compatible"
39655 msgstr ""
39657 #: config/i386/i386-options.cc:3224
39658 #, gcc-internal-format
39659 msgid "%<-mfunction-return=%s%> and %<-mcmodel=large%> are not compatible"
39660 msgstr ""
39662 #: config/i386/i386-options.cc:3234
39663 #, gcc-internal-format
39664 msgid "%<-mfunction-return%> and %<-fcf-protection%> are not compatible"
39665 msgstr ""
39667 #: config/i386/i386-options.cc:3341
39668 #, gcc-internal-format
39669 msgid "%s instructions aren%'t allowed in an exception service routine"
39670 msgstr ""
39672 #: config/i386/i386-options.cc:3343
39673 #, gcc-internal-format
39674 msgid "%s instructions aren%'t allowed in an interrupt service routine"
39675 msgstr ""
39677 #: config/i386/i386-options.cc:3347
39678 #, gcc-internal-format
39679 msgid "%s instructions aren%'t allowed in a function with the %<no_caller_saved_registers%> attribute"
39680 msgstr ""
39682 #: config/i386/i386-options.cc:3394 config/i386/i386-options.cc:3445
39683 #, gcc-internal-format
39684 msgid "fastcall and regparm attributes are not compatible"
39685 msgstr ""
39687 #: config/i386/i386-options.cc:3399
39688 #, gcc-internal-format
39689 msgid "regparam and thiscall attributes are not compatible"
39690 msgstr ""
39692 #: config/i386/i386-options.cc:3406 config/i386/i386-options.cc:3634
39693 #, gcc-internal-format
39694 msgid "%qE attribute requires an integer constant argument"
39695 msgstr ""
39697 #: config/i386/i386-options.cc:3412
39698 #, gcc-internal-format
39699 msgid "argument to %qE attribute larger than %d"
39700 msgstr ""
39702 #: config/i386/i386-options.cc:3437 config/i386/i386-options.cc:3480
39703 #, gcc-internal-format
39704 msgid "fastcall and cdecl attributes are not compatible"
39705 msgstr ""
39707 #: config/i386/i386-options.cc:3441
39708 #, gcc-internal-format
39709 msgid "fastcall and stdcall attributes are not compatible"
39710 msgstr ""
39712 #: config/i386/i386-options.cc:3449 config/i386/i386-options.cc:3498
39713 #, gcc-internal-format
39714 msgid "fastcall and thiscall attributes are not compatible"
39715 msgstr ""
39717 #: config/i386/i386-options.cc:3459 config/i386/i386-options.cc:3476
39718 #, gcc-internal-format
39719 msgid "stdcall and cdecl attributes are not compatible"
39720 msgstr ""
39722 #: config/i386/i386-options.cc:3463
39723 #, gcc-internal-format
39724 msgid "stdcall and fastcall attributes are not compatible"
39725 msgstr ""
39727 #: config/i386/i386-options.cc:3467 config/i386/i386-options.cc:3494
39728 #, gcc-internal-format
39729 msgid "stdcall and thiscall attributes are not compatible"
39730 msgstr ""
39732 #: config/i386/i386-options.cc:3484 config/i386/i386-options.cc:3502
39733 #, gcc-internal-format
39734 msgid "cdecl and thiscall attributes are not compatible"
39735 msgstr ""
39737 #: config/i386/i386-options.cc:3490
39738 #, gcc-internal-format
39739 msgid "%qE attribute is used for non-class method"
39740 msgstr ""
39742 #: config/i386/i386-options.cc:3594 config/rs6000/rs6000.cc:20508
39743 #, gcc-internal-format
39744 msgid "%qE incompatible attribute ignored"
39745 msgstr ""
39747 #: config/i386/i386-options.cc:3621
39748 #, gcc-internal-format
39749 msgid "%qE attribute only available for 32-bit"
39750 msgstr ""
39752 #: config/i386/i386-options.cc:3642
39753 #, gcc-internal-format
39754 msgid "argument to %qE attribute is neither zero, nor one"
39755 msgstr ""
39757 #: config/i386/i386-options.cc:3676 config/i386/i386-options.cc:3686
39758 #, gcc-internal-format
39759 msgid "%qs and %qs attributes are not compatible"
39760 msgstr ""
39762 #: config/i386/i386-options.cc:3713 config/i386/i386-options.cc:3735
39763 #: config/ia64/ia64.cc:812 config/s390/s390.cc:1261
39764 #, gcc-internal-format
39765 msgid "%qE attribute requires a string constant argument"
39766 msgstr ""
39768 #: config/i386/i386-options.cc:3723 config/i386/i386-options.cc:3745
39769 #: config/s390/s390.cc:1290
39770 #, gcc-internal-format
39771 msgid "argument to %qE attribute is not (keep|thunk|thunk-inline|thunk-extern)"
39772 msgstr ""
39774 #: config/i386/i386-options.cc:3777
39775 #, gcc-internal-format
39776 msgid "interrupt service routine should have a pointer as the first argument"
39777 msgstr ""
39779 #: config/i386/i386-options.cc:3784
39780 #, gcc-internal-format
39781 msgid "interrupt service routine should have %qs as the second argument"
39782 msgstr ""
39784 #: config/i386/i386-options.cc:3795
39785 #, gcc-internal-format
39786 msgid "interrupt service routine can only have a pointer argument and an optional integer argument"
39787 msgstr ""
39789 #: config/i386/i386-options.cc:3798
39790 #, gcc-internal-format
39791 msgid "interrupt service routine must return %<void%>"
39792 msgstr ""
39794 #: config/i386/i386.cc:1231
39795 #, gcc-internal-format
39796 msgid "calling %qD with attribute sseregparm without SSE/SSE2 enabled"
39797 msgstr ""
39799 #: config/i386/i386.cc:1234
39800 #, gcc-internal-format
39801 msgid "calling %qT with attribute sseregparm without SSE/SSE2 enabled"
39802 msgstr ""
39804 #: config/i386/i386.cc:1538
39805 #, gcc-internal-format
39806 msgid "X32 does not support %<ms_abi%> attribute"
39807 msgstr ""
39809 #: config/i386/i386.cc:1572
39810 #, gcc-internal-format
39811 msgid "%<ms_hook_prologue%> attribute is not compatible with nested function"
39812 msgstr ""
39814 #: config/i386/i386.cc:1923
39815 #, gcc-internal-format
39816 msgid "AVX512F vector argument without AVX512F enabled changes the ABI"
39817 msgstr ""
39819 #: config/i386/i386.cc:1929
39820 #, gcc-internal-format
39821 msgid "AVX512F vector return without AVX512F enabled changes the ABI"
39822 msgstr ""
39824 #: config/i386/i386.cc:1943
39825 #, gcc-internal-format
39826 msgid "AVX vector argument without AVX enabled changes the ABI"
39827 msgstr ""
39829 #: config/i386/i386.cc:1949
39830 #, gcc-internal-format
39831 msgid "AVX vector return without AVX enabled changes the ABI"
39832 msgstr ""
39834 #: config/i386/i386.cc:1965
39835 #, gcc-internal-format
39836 msgid "SSE vector argument without SSE enabled changes the ABI"
39837 msgstr ""
39839 #: config/i386/i386.cc:1971
39840 #, gcc-internal-format
39841 msgid "SSE vector return without SSE enabled changes the ABI"
39842 msgstr ""
39844 #: config/i386/i386.cc:1987
39845 #, gcc-internal-format
39846 msgid "MMX vector argument without MMX enabled changes the ABI"
39847 msgstr ""
39849 #: config/i386/i386.cc:1993
39850 #, gcc-internal-format
39851 msgid "MMX vector return without MMX enabled changes the ABI"
39852 msgstr ""
39854 #: config/i386/i386.cc:2191
39855 #, gcc-internal-format
39856 msgid "the ABI of passing struct with a flexible array member has changed in GCC 4.4"
39857 msgstr ""
39859 #: config/i386/i386.cc:2312
39860 #, gcc-internal-format
39861 msgid "the ABI of passing union with %<long double%> has changed in GCC 4.4"
39862 msgstr ""
39864 #: config/i386/i386.cc:2447
39865 #, gcc-internal-format
39866 msgid "the ABI of passing structure with %<complex float%> member has changed in GCC 4.4"
39867 msgstr ""
39869 #: config/i386/i386.cc:2568
39870 msgid "the ABI of passing C structures with zero-width bit-fields has changed in GCC %{12.1%}"
39871 msgstr ""
39873 #: config/i386/i386.cc:2663
39874 #, gcc-internal-format
39875 msgid "SSE register return with SSE disabled"
39876 msgstr ""
39878 #: config/i386/i386.cc:2669
39879 #, gcc-internal-format
39880 msgid "SSE register argument with SSE disabled"
39881 msgstr ""
39883 #: config/i386/i386.cc:2689
39884 #, gcc-internal-format
39885 msgid "x87 register return with x87 disabled"
39886 msgstr ""
39888 #: config/i386/i386.cc:3017 config/i386/i386.cc:3262 config/i386/i386.cc:4042
39889 #, gcc-internal-format
39890 msgid "calling %qD with SSE calling convention without SSE/SSE2 enabled"
39891 msgstr ""
39893 #: config/i386/i386.cc:3019 config/i386/i386.cc:3264 config/i386/i386.cc:4044
39894 #, gcc-internal-format
39895 msgid "this is a GCC bug that can be worked around by adding attribute used to function called"
39896 msgstr ""
39898 #: config/i386/i386.cc:3667
39899 #, gcc-internal-format, gfc-internal-format
39900 msgid "the ABI for passing parameters with %d-byte alignment has changed in GCC 4.6"
39901 msgstr ""
39903 #: config/i386/i386.cc:6564
39904 #, gcc-internal-format
39905 msgid "%<-mcall-ms2sysv-xlogues%> is not compatible with %s"
39906 msgstr ""
39908 #: config/i386/i386.cc:8468
39909 #, gcc-internal-format
39910 msgid "%<ms_hook_prologue%> attribute is not compatible with %<-mfentry%> for 32-bit"
39911 msgstr ""
39913 #: config/i386/i386.cc:8558
39914 #, gcc-internal-format
39915 msgid "Dynamic Realign Argument Pointer (DRAP) not supported in interrupt service routine.  This may be worked around by avoiding functions with aggregate return."
39916 msgstr ""
39918 #: config/i386/i386.cc:9490
39919 #, gcc-internal-format
39920 msgid "Stack realignment not supported with %<__builtin_eh_return%>"
39921 msgstr ""
39923 #: config/i386/i386.cc:9495
39924 #, gcc-internal-format
39925 msgid "regparm nested function not supported with %<__builtin_eh_return%>"
39926 msgstr ""
39928 #: config/i386/i386.cc:9881
39929 #, gcc-internal-format
39930 msgid "%<-fsplit-stack%> does not support fastcall with nested function"
39931 msgstr ""
39933 #: config/i386/i386.cc:9901
39934 #, gcc-internal-format
39935 msgid "%<-fsplit-stack%> does not support 2 register parameters for a nested function"
39936 msgstr ""
39938 #. FIXME: We could make this work by pushing a register
39939 #. around the addition and comparison.
39940 #: config/i386/i386.cc:9912
39941 #, gcc-internal-format
39942 msgid "%<-fsplit-stack%> does not support 3 register parameters"
39943 msgstr ""
39945 #: config/i386/i386.cc:12950
39946 #, gcc-internal-format
39947 msgid "%<V%> modifier on non-integer register"
39948 msgstr ""
39950 #: config/i386/i386.cc:12961 config/i386/i386.cc:12975
39951 #, gcc-internal-format
39952 msgid "unsupported size for integer register"
39953 msgstr ""
39955 #: config/i386/i386.cc:13007
39956 #, gcc-internal-format
39957 msgid "extended registers have no high halves"
39958 msgstr ""
39960 #: config/i386/i386.cc:13022
39961 #, gcc-internal-format
39962 msgid "unsupported operand size for extended register"
39963 msgstr ""
39965 #: config/i386/i386.cc:13216
39966 #, gcc-internal-format
39967 msgid "non-integer operand used with operand code %<z%>"
39968 msgstr ""
39970 #: config/i386/i386.cc:17317
39971 #, gcc-internal-format
39972 msgid "empty class %qT parameter passing ABI changes in %<-fabi-version=12%> (GCC 8)"
39973 msgstr "двійковий інтерфейс передавання порожнього параметра %qT класу змінено у %<-fabi-version=12%> (GCC 8)"
39975 #: config/i386/i386.cc:21712
39976 msgid "the alignment of %<_Atomic %T%> fields changed in %{GCC 11.1%}"
39977 msgstr "вирівнювання полів %<_Atomic %T%> змінено у %{GCC 11.1%}"
39979 #: config/i386/i386.cc:21808
39980 #, gcc-internal-format
39981 msgid "profiling %<-mcmodel=large%> with PIC is not supported"
39982 msgstr "підтримки профілювання %<-mcmodel=large%> із PIC не передбачено"
39984 #: config/i386/i386.cc:23624
39985 #, gcc-internal-format
39986 msgid "unknown architecture specific memory model"
39987 msgstr ""
39989 #: config/i386/i386.cc:23631
39990 #, gcc-internal-format
39991 msgid "%<HLE_ACQUIRE%> not used with %<ACQUIRE%> or stronger memory model"
39992 msgstr ""
39994 #: config/i386/i386.cc:23638
39995 #, gcc-internal-format
39996 msgid "%<HLE_RELEASE%> not used with %<RELEASE%> or stronger memory model"
39997 msgstr ""
39999 #: config/i386/i386.cc:23687
40000 #, gcc-internal-format
40001 msgid "unsupported return type %qT for simd"
40002 msgstr ""
40004 #: config/i386/i386.cc:23718
40005 #, gcc-internal-format
40006 msgid "unsupported argument type %qT for simd"
40007 msgstr ""
40009 #: config/i386/i386.cc:24273
40010 #, gcc-internal-format
40011 msgid "%<-fexcess-precision=16%> is not compatible with %<-mfpmath=387%>"
40012 msgstr "%<-fexcess-precision=16%> є несумісним із %<-mfpmath=387%>"
40014 #: config/i386/winnt.cc:83
40015 #, gcc-internal-format
40016 msgid "%qE attribute applies only to initialized variables with external linkage"
40017 msgstr ""
40019 #: config/i386/winnt.cc:156
40020 #, gcc-internal-format
40021 msgid "definition of static data member %q+D of dllimport%'d class"
40022 msgstr ""
40024 #: config/ia64/ia64-c.cc:50
40025 #, gcc-internal-format
40026 msgid "malformed %<#pragma builtin%>"
40027 msgstr "помилкове форматування %<#pragma builtin%>"
40029 #: config/ia64/ia64.cc:751 config/loongarch/loongarch.cc:6514
40030 #: config/loongarch/loongarch.cc:6524
40031 #, gcc-internal-format
40032 msgid "invalid argument of %qE attribute"
40033 msgstr ""
40035 #: config/ia64/ia64.cc:764
40036 #, gcc-internal-format
40037 msgid "an address area attribute cannot be specified for local variables"
40038 msgstr ""
40040 #: config/ia64/ia64.cc:771
40041 #, gcc-internal-format
40042 msgid "address area of %q+D conflicts with previous declaration"
40043 msgstr ""
40045 #: config/ia64/ia64.cc:779
40046 #, gcc-internal-format
40047 msgid "address area attribute cannot be specified for functions"
40048 msgstr ""
40050 #: config/ia64/ia64.cc:6025 config/pa/pa.cc:453 config/sh/sh.cc:8267
40051 #, gcc-internal-format
40052 msgid "value of %<-mfixed-range%> must have form REG1-REG2"
40053 msgstr ""
40055 #: config/ia64/ia64.cc:11302
40056 #, gcc-internal-format
40057 msgid "version attribute is not a string"
40058 msgstr ""
40060 #: config/iq2000/iq2000.cc:1867
40061 #, gcc-internal-format
40062 msgid "%<gp_offset%> (%ld) or %<end_offset%> (%ld) is less than zero"
40063 msgstr ""
40065 #: config/iq2000/iq2000.cc:2590
40066 #, gcc-internal-format
40067 msgid "argument %qd is not a constant"
40068 msgstr ""
40070 #: config/iq2000/iq2000.cc:2893 config/xtensa/xtensa.cc:3063
40071 #, gcc-internal-format
40072 msgid "%<PRINT_OPERAND_ADDRESS%>, null pointer"
40073 msgstr "%<PRINT_OPERAND_ADDRESS%>, нульовий вказівник"
40075 #: config/iq2000/iq2000.cc:3048
40076 #, gcc-internal-format
40077 msgid "%<PRINT_OPERAND%>: Unknown punctuation %<%c%>"
40078 msgstr ""
40080 #: config/iq2000/iq2000.cc:3057 config/xtensa/xtensa.cc:2912
40081 #, gcc-internal-format
40082 msgid "%<PRINT_OPERAND%> null pointer"
40083 msgstr "%<PRINT_OPERAND%> нульовий вказівник"
40085 #: config/loongarch/loongarch-cpu.cc:111
40086 #, gcc-internal-format
40087 msgid "unknown base architecture %<0x%x%>, %qs failed"
40088 msgstr ""
40090 #: config/loongarch/loongarch-cpu.cc:138
40091 #, gcc-internal-format
40092 msgid "unknown FPU type %<0x%x%>, %qs failed"
40093 msgstr ""
40095 #: config/loongarch/loongarch-cpu.cc:189
40096 #, gcc-internal-format
40097 msgid "unknown processor ID %<0x%x%>, some tuning parameters will fall back to default"
40098 msgstr ""
40100 #: config/loongarch/loongarch-opts.cc:196
40101 #, gcc-internal-format
40102 msgid "%<-m%s%> overrides %<-m%s=%s%>, adjusting ABI to %qs"
40103 msgstr ""
40105 #: config/loongarch/loongarch-opts.cc:211
40106 #, gcc-internal-format
40107 msgid "ABI changed (%qs to %qs) while multilib is disabled"
40108 msgstr ""
40110 #: config/loongarch/loongarch-opts.cc:233
40111 #: config/loongarch/loongarch-opts.cc:238
40112 #, gcc-internal-format
40113 msgid "%qs does not work on a cross compiler"
40114 msgstr "%qs не працює при крос-компіляції"
40116 #: config/loongarch/loongarch-opts.cc:278
40117 #, gcc-internal-format
40118 msgid "your native CPU architecture (%qs) does not support %qs ABI, falling back to %<-m%s=%s%>"
40119 msgstr ""
40121 #: config/loongarch/loongarch-opts.cc:283
40122 #, gcc-internal-format
40123 msgid "default CPU architecture (%qs) does not support %qs ABI, falling back to %<-m%s=%s%>"
40124 msgstr ""
40126 #: config/loongarch/loongarch-opts.cc:314
40127 #, gcc-internal-format
40128 msgid "unable to implement ABI %qs with instruction set %qs"
40129 msgstr ""
40131 #: config/loongarch/loongarch-opts.cc:336
40132 #, gcc-internal-format
40133 msgid "ABI %qs cannot be implemented due to limited instruction set %qs, falling back to %qs"
40134 msgstr ""
40136 #: config/loongarch/loongarch-opts.cc:347
40137 #, gcc-internal-format
40138 msgid "instruction set %qs cannot implement default ABI %qs, falling back to %qs"
40139 msgstr ""
40141 #: config/loongarch/loongarch-opts.cc:352
40142 #, gcc-internal-format
40143 msgid "no multilib-enabled ABI (%qs) can be implemented with instruction set %qs, falling back to %qs"
40144 msgstr ""
40146 #: config/loongarch/loongarch-opts.cc:368
40147 #, gcc-internal-format
40148 msgid "ABI %qs is not enabled at configure-time, the linker might report an error"
40149 msgstr ""
40151 #: config/loongarch/loongarch-opts.cc:371
40152 #, gcc-internal-format, gfc-internal-format
40153 msgid "ABI with startfiles: %s"
40154 msgstr ""
40156 #: config/loongarch/loongarch-opts.cc:385
40157 #, fuzzy, gcc-internal-format
40158 #| msgid "%qs is not supported with %qs"
40159 msgid "%qs is not supported, now cmodel is set to %qs"
40160 msgstr "підтримки %qs не передбачено із %qs"
40162 #: config/loongarch/loongarch.cc:6189
40163 #, fuzzy, gcc-internal-format
40164 #| msgid "%qs cannot be used in a destructor"
40165 msgid "%qs cannot be used for compiling a shared library"
40166 msgstr "%qs не може бути використано у деструкторі"
40168 #: config/loongarch/loongarch.cc:6196
40169 #, gcc-internal-format
40170 msgid "code model %qs needs %s"
40171 msgstr ""
40173 #: config/loongarch/loongarch.cc:6202
40174 #, fuzzy, gcc-internal-format
40175 #| msgid "  %qT is not layout compatible with %qT"
40176 msgid "code model %qs is not compatible with %s"
40177 msgstr "  %qT не є сумісним за компонування з %qT"
40179 #: config/loongarch/loongarch.cc:6479
40180 #, fuzzy, gcc-internal-format
40181 #| msgid "%qE attribute ignored because %qD is not a local variable"
40182 msgid "%qE attribute cannot be specified for thread-local variables"
40183 msgstr "атрибут %qE проігноровано, оскільки %qD не є локальною змінною"
40185 #: config/loongarch/loongarch.cc:6497
40186 #, fuzzy, gcc-internal-format
40187 #| msgid "%qE attribute ignored because %qD is not a local variable"
40188 msgid "%qE attribute cannot be specified for register variables"
40189 msgstr "атрибут %qE проігноровано, оскільки %qD не є локальною змінною"
40191 #: config/loongarch/loongarch.cc:6505
40192 #, fuzzy, gcc-internal-format
40193 #| msgid "%<omp::%E%> attribute requires argument"
40194 msgid "%qE attribute requires %s"
40195 msgstr "атрибут %<omp::%E%> потребує аргументу"
40197 #: config/loongarch/loongarch.cc:6532
40198 #, fuzzy, gcc-internal-format
40199 #| msgid "duplicate %qE attribute"
40200 msgid "multiple %qE attribute"
40201 msgstr "дублювання атрибута %qE"
40203 #: config/m32c/m32c-pragma.cc:54
40204 #, gcc-internal-format
40205 msgid "junk at end of %<#pragma GCC memregs%> [0-16]"
40206 msgstr ""
40208 #: config/m32c/m32c-pragma.cc:61
40209 #, gcc-internal-format
40210 msgid "%<#pragma GCC memregs%> must precede any function declarations"
40211 msgstr ""
40213 #: config/m32c/m32c-pragma.cc:69 config/m32c/m32c-pragma.cc:76
40214 #, gcc-internal-format
40215 msgid "%<#pragma GCC memregs%> takes a number [0-16]"
40216 msgstr ""
40218 #: config/m32c/m32c-pragma.cc:104
40219 #, gcc-internal-format
40220 msgid "junk at end of %<#pragma ADDRESS%>"
40221 msgstr ""
40223 #: config/m32c/m32c-pragma.cc:109
40224 #, gcc-internal-format
40225 msgid "malformed %<#pragma ADDRESS%> variable address"
40226 msgstr ""
40228 #: config/m32c/m32c.cc:419
40229 #, gcc-internal-format
40230 msgid "invalid target memregs value %<%d%>"
40231 msgstr "некоректне значення memregs призначення %<%d%>"
40233 #: config/m32c/m32c.cc:2931
40234 #, gcc-internal-format
40235 msgid "%qE attribute is not supported for R8C target"
40236 msgstr ""
40238 #. The argument must be a constant integer.
40239 #: config/m32c/m32c.cc:2947 config/sh/sh.cc:8479 config/sh/sh.cc:8574
40240 #, gcc-internal-format
40241 msgid "%qE attribute argument not an integer constant"
40242 msgstr ""
40244 #: config/m32c/m32c.cc:2956
40245 #, gcc-internal-format
40246 msgid "%qE attribute argument should be between 18 to 255"
40247 msgstr ""
40249 #: config/m32c/m32c.cc:4080
40250 #, gcc-internal-format
40251 msgid "%<bank_switch%> has no effect on non-interrupt functions"
40252 msgstr ""
40254 #: config/m32c/m32c.cc:4187
40255 #, gcc-internal-format
40256 msgid "%<fast_interrupt%> attribute directive ignored"
40257 msgstr ""
40259 #: config/m32r/m32r.cc:415
40260 #, gcc-internal-format
40261 msgid "invalid argument of %qs attribute"
40262 msgstr ""
40264 #: config/m68k/m68k.cc:531
40265 #, gcc-internal-format
40266 msgid "%<-mcpu=%s%> conflicts with %<-march=%s%>"
40267 msgstr "%<-mcpu=%s%> конфліктує з %<-march=%s%>"
40269 #: config/m68k/m68k.cc:602
40270 #, gcc-internal-format
40271 msgid "%<-mpcrel%> %<-fPIC%> is not currently supported on selected cpu"
40272 msgstr ""
40274 #: config/m68k/m68k.cc:666
40275 #, gcc-internal-format
40276 msgid "%<-falign-labels=%d%> is not supported"
40277 msgstr "підтримки %<-falign-labels=%d%> не передбачено"
40279 #: config/m68k/m68k.cc:673
40280 #, gcc-internal-format
40281 msgid "%<-falign-loops=%d%> is not supported"
40282 msgstr "підтримки %<-falign-loops=%d%> не передбачено"
40284 #: config/m68k/m68k.cc:681
40285 #, gcc-internal-format
40286 msgid "%<-fstack-limit-%> options are not supported on this cpu"
40287 msgstr ""
40289 #: config/m68k/m68k.cc:799
40290 #, gcc-internal-format
40291 msgid "multiple interrupt attributes not allowed"
40292 msgstr ""
40294 #: config/m68k/m68k.cc:806
40295 #, gcc-internal-format
40296 msgid "%<interrupt_thread%> is available only on fido"
40297 msgstr ""
40299 #: config/m68k/m68k.cc:1140 config/rs6000/rs6000-logue.cc:1752
40300 #, gcc-internal-format
40301 msgid "stack limit expression is not supported"
40302 msgstr ""
40304 #: config/m68k/m68k.cc:7119 config/s390/s390.cc:16829
40305 #, gcc-internal-format
40306 msgid "%<-fexcess-precision=16%> is not supported on this target"
40307 msgstr "підтримки %<-fexcess-precision=16%> для цього призначення не передбачено"
40309 #: config/mcore/mcore.cc:2960
40310 #, gcc-internal-format
40311 msgid "initialized variable %q+D is marked dllimport"
40312 msgstr ""
40314 #: config/microblaze/microblaze.cc:1760
40315 #, gcc-internal-format
40316 msgid "%<-fPIC%>/%<-fpic%> not supported for this target"
40317 msgstr "підтримки %<-fPIC%>/%<-fpic%> для цього призначення не передбачено"
40319 #: config/microblaze/microblaze.cc:1772
40320 #, gcc-internal-format
40321 msgid "%qs is an invalid argument to %<-mcpu=%>"
40322 msgstr ""
40324 #: config/microblaze/microblaze.cc:1821
40325 #, gcc-internal-format
40326 msgid "%<-mxl-multiply-high%> can be used only with %<-mcpu=v6.00.a%> or greater"
40327 msgstr ""
40329 #: config/microblaze/microblaze.cc:1838
40330 #, gcc-internal-format
40331 msgid "%<-mxl-reorder%> can be used only with %<-mcpu=v8.30.a%> or greater"
40332 msgstr ""
40334 #: config/microblaze/microblaze.cc:1845
40335 #, gcc-internal-format
40336 msgid "%<-mxl-reorder%> requires %<-mxl-pattern-compare%> for %<-mcpu=v8.30.a%>"
40337 msgstr ""
40339 #: config/microblaze/microblaze.cc:1851
40340 #, gcc-internal-format
40341 msgid "%<-mxl-multiply-high%> requires %<-mno-xl-soft-mul%>"
40342 msgstr ""
40344 #: config/mips/mips.cc:1425 config/mips/mips.cc:1429
40345 #, gcc-internal-format
40346 msgid "%qs attribute only applies to functions"
40347 msgstr ""
40349 #: config/mips/mips.cc:1439 config/mips/mips.cc:1445
40350 #, gcc-internal-format
40351 msgid "%qE cannot have both %qs and %qs attributes"
40352 msgstr ""
40354 #: config/mips/mips.cc:1474 config/mips/mips.cc:1480
40355 #: config/nios2/nios2.cc:4487
40356 #, gcc-internal-format
40357 msgid "%qE redeclared with conflicting %qs attributes"
40358 msgstr ""
40360 #: config/mips/mips.cc:1512 config/mips/mips.cc:1566
40361 #: config/riscv/riscv.cc:3882
40362 #, gcc-internal-format
40363 msgid "%qE attribute requires a string argument"
40364 msgstr ""
40366 #: config/mips/mips.cc:1520
40367 #, gcc-internal-format
40368 msgid "argument to %qE attribute is neither eic, nor %<vector=<line>%>"
40369 msgstr ""
40371 #: config/mips/mips.cc:1536
40372 #, gcc-internal-format
40373 msgid "interrupt vector to %qE attribute is not %<vector=(sw0|sw1|hw0|hw1|hw2|hw3|hw4|hw5)%>"
40374 msgstr ""
40376 #: config/mips/mips.cc:1573
40377 #, gcc-internal-format
40378 msgid "argument to %qE attribute is not intstack"
40379 msgstr ""
40381 #: config/mips/mips.cc:6089
40382 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%}"
40383 msgstr ""
40385 #: config/mips/mips.cc:6517
40386 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%}"
40387 msgstr ""
40389 #: config/mips/mips.cc:6541
40390 msgid "the ABI for returning a value with C++17 empty bases but otherwise an aggregate with only one or two floating-point fields was changed in GCC %{12.1%}"
40391 msgstr ""
40393 #: config/mips/mips.cc:7880
40394 #, gcc-internal-format
40395 msgid "cannot handle inconsistent calls to %qs"
40396 msgstr ""
40398 #: config/mips/mips.cc:11120
40399 #, gcc-internal-format
40400 msgid "the %<interrupt%> attribute requires a MIPS32r2 processor or greater"
40401 msgstr ""
40403 #: config/mips/mips.cc:11122
40404 #, gcc-internal-format
40405 msgid "interrupt handlers cannot be MIPS16 functions"
40406 msgstr ""
40408 #: config/mips/mips.cc:12112
40409 #, gcc-internal-format
40410 msgid "%<-fstack-check=specific%> not implemented for MIPS16"
40411 msgstr ""
40413 #: config/mips/mips.cc:17180
40414 #, gcc-internal-format, gfc-internal-format
40415 msgid "argument %d to the built-in must be a constant in range %d to %d"
40416 msgstr ""
40418 #: config/mips/mips.cc:17300
40419 #, gcc-internal-format
40420 msgid "failed to expand built-in function"
40421 msgstr ""
40423 #: config/mips/mips.cc:17431
40424 #, gcc-internal-format
40425 msgid "built-in function %qE not supported for MIPS16"
40426 msgstr ""
40428 #: config/mips/mips.cc:18039
40429 #, gcc-internal-format
40430 msgid "%qs does not support MIPS16 code"
40431 msgstr ""
40433 #: config/mips/mips.cc:19846
40434 #, gcc-internal-format
40435 msgid "MIPS16 PIC for ABIs other than o32 and o64"
40436 msgstr ""
40438 #: config/mips/mips.cc:19849
40439 #, gcc-internal-format
40440 msgid "MIPS16 %<-mxgot%> code"
40441 msgstr ""
40443 #: config/mips/mips.cc:19852
40444 #, gcc-internal-format
40445 msgid "%<hard-float%> MIPS16 code for ABIs other than o32 and o64"
40446 msgstr ""
40448 #: config/mips/mips.cc:19855
40449 #, gcc-internal-format
40450 msgid "MSA MIPS16 code"
40451 msgstr ""
40453 #: config/mips/mips.cc:20033 config/mips/mips.cc:20038
40454 #: config/mips/mips.cc:20127 config/mips/mips.cc:20129
40455 #: config/mips/mips.cc:20159 config/mips/mips.cc:20169
40456 #: config/mips/mips.cc:20275 config/mips/mips.cc:20299
40457 #, gcc-internal-format, gfc-internal-format
40458 msgid "unsupported combination: %s"
40459 msgstr ""
40461 #: config/mips/mips.cc:20072
40462 #, gcc-internal-format
40463 msgid "%<-%s%> conflicts with the other architecture options, which specify a %s processor"
40464 msgstr ""
40466 #: config/mips/mips.cc:20082
40467 #, gcc-internal-format
40468 msgid "%<-march=%s%> is not compatible with the selected ABI"
40469 msgstr ""
40471 #: config/mips/mips.cc:20097
40472 #, gcc-internal-format
40473 msgid "%<-mgp64%> used with a 32-bit processor"
40474 msgstr ""
40476 #: config/mips/mips.cc:20099
40477 #, gcc-internal-format
40478 msgid "%<-mgp32%> used with a 64-bit ABI"
40479 msgstr ""
40481 #: config/mips/mips.cc:20101
40482 #, gcc-internal-format
40483 msgid "%<-mgp64%> used with a 32-bit ABI"
40484 msgstr ""
40486 #: config/mips/mips.cc:20124
40487 #, gcc-internal-format
40488 msgid "the %qs architecture does not support %<-mfp32%>"
40489 msgstr ""
40491 #: config/mips/mips.cc:20133
40492 #, gcc-internal-format
40493 msgid "%<-mgp32%> and %<-mfp64%> can only be combined if the target supports the mfhc1 and mthc1 instructions"
40494 msgstr ""
40496 #: config/mips/mips.cc:20136
40497 #, gcc-internal-format
40498 msgid "%<-mgp32%> and %<-mfp64%> can only be combined when using the o32 ABI"
40499 msgstr ""
40501 #: config/mips/mips.cc:20157
40502 #, gcc-internal-format
40503 msgid "%<-mfpxx%> can only be used with the o32 ABI"
40504 msgstr ""
40506 #: config/mips/mips.cc:20161
40507 #, gcc-internal-format
40508 msgid "%<-march=%s%> requires %<-mfp32%>"
40509 msgstr "%<-march=%s%> потребує %<-mfp32%>"
40511 #: config/mips/mips.cc:20163
40512 #, gcc-internal-format
40513 msgid "%<-mfpxx%> requires %<-mlra%>"
40514 msgstr "%<-mfpxx%> потребує %<-mlra%>"
40516 #. We have traditionally allowed non-abicalls code to use
40517 #. an LP64 form of o64.  However, it would take a bit more
40518 #. effort to support the combination of 32-bit GOT entries
40519 #. and 64-bit pointers, so we treat the abicalls case as
40520 #. an error.
40521 #: config/mips/mips.cc:20188
40522 #, gcc-internal-format
40523 msgid "the combination of %qs and %qs is incompatible with %qs"
40524 msgstr ""
40526 #: config/mips/mips.cc:20241
40527 #, gcc-internal-format
40528 msgid "the %qs architecture does not support branch-likely instructions"
40529 msgstr ""
40531 #: config/mips/mips.cc:20256
40532 #, gcc-internal-format
40533 msgid "the %qs architecture does not support madd or msub instructions"
40534 msgstr ""
40536 #: config/mips/mips.cc:20270
40537 #, gcc-internal-format
40538 msgid "the %qs architecture does not support odd single-precision registers"
40539 msgstr ""
40541 #: config/mips/mips.cc:20283
40542 #, gcc-internal-format
40543 msgid "unsupported combination: %qs%s %s"
40544 msgstr ""
40546 #: config/mips/mips.cc:20292
40547 #, gcc-internal-format
40548 msgid "unsupported combination: %qs %s"
40549 msgstr ""
40551 #: config/mips/mips.cc:20307
40552 #, gcc-internal-format
40553 msgid "cannot generate position-independent code for %qs"
40554 msgstr ""
40556 #: config/mips/mips.cc:20310
40557 #, gcc-internal-format
40558 msgid "position-independent code requires %qs"
40559 msgstr ""
40561 #: config/mips/mips.cc:20343
40562 #, gcc-internal-format
40563 msgid "%<-mno-gpopt%> needs %<-mexplicit-relocs%>"
40564 msgstr ""
40566 #: config/mips/mips.cc:20351 config/mips/mips.cc:20354
40567 #, gcc-internal-format
40568 msgid "cannot use small-data accesses for %qs"
40569 msgstr ""
40571 #: config/mips/mips.cc:20369
40572 #, gcc-internal-format
40573 msgid "the %qs architecture does not support %<-m%s=legacy%>"
40574 msgstr ""
40576 #: config/mips/mips.cc:20376
40577 #, gcc-internal-format
40578 msgid "the %qs architecture does not support %<-m%s=2008%>"
40579 msgstr ""
40581 #: config/mips/mips.cc:20394
40582 #, gcc-internal-format
40583 msgid "%<-mips3d%> requires %<-mpaired-single%>"
40584 msgstr "%<-mips3d%> потребує %<-mpaired-single%>"
40586 #: config/mips/mips.cc:20404
40587 #, gcc-internal-format
40588 msgid "%qs must be used with %qs"
40589 msgstr ""
40591 #: config/mips/mips.cc:20414
40592 #, gcc-internal-format
40593 msgid "%<-mmsa%> must be used with %<-mfp64%> and %<-mhard-float%>"
40594 msgstr ""
40596 #: config/mips/mips.cc:20421
40597 #, gcc-internal-format
40598 msgid "the %qs architecture does not support paired-single instructions"
40599 msgstr ""
40601 #: config/mips/mips.cc:20430
40602 #, gcc-internal-format
40603 msgid "%qs requires a target that provides the %qs instruction"
40604 msgstr ""
40606 #: config/mips/mips.cc:20441
40607 #, gcc-internal-format
40608 msgid "the %qs architecture does not support DSP instructions"
40609 msgstr ""
40611 #: config/mips/mips.cc:20451
40612 #, gcc-internal-format
40613 msgid "%<-mloongson-mmi%> must be used with %<-mhard-float%>"
40614 msgstr ""
40616 #: config/mips/mips.cc:20461
40617 #, gcc-internal-format
40618 msgid "%<-mloongson-ext2%> must be used with %<-mloongson-ext%>"
40619 msgstr ""
40621 #: config/mips/mips.cc:20556
40622 #, gcc-internal-format
40623 msgid "%qs requires branch-likely instructions"
40624 msgstr ""
40626 #: config/mips/mips.cc:20560
40627 #, gcc-internal-format
40628 msgid "the %qs architecture does not support the synci instruction"
40629 msgstr ""
40631 #: config/mips/mips.cc:21396
40632 #, gcc-internal-format
40633 msgid "mips16 function profiling"
40634 msgstr ""
40636 #: config/mmix/mmix.cc:320
40637 #, gcc-internal-format
40638 msgid "%<-f%s%> not supported: ignored"
40639 msgstr ""
40641 #: config/mmix/mmix.cc:785
40642 #, gcc-internal-format
40643 msgid "support for mode %qs"
40644 msgstr ""
40646 #: config/mmix/mmix.cc:799
40647 #, gcc-internal-format, gfc-internal-format
40648 msgid "too large function value type, needs %d registers, have only %d registers for this"
40649 msgstr ""
40651 #: config/mmix/mmix.cc:980
40652 #, gcc-internal-format
40653 msgid "%<function_profiler%> support for MMIX"
40654 msgstr ""
40656 #: config/mmix/mmix.cc:1004
40657 #, gcc-internal-format
40658 msgid "MMIX Internal: Last named vararg would not fit in a register"
40659 msgstr ""
40661 #: config/mmix/mmix.cc:1644 config/mmix/mmix.cc:1668 config/mmix/mmix.cc:1775
40662 #, gcc-internal-format, gfc-internal-format
40663 msgid "MMIX Internal: Bad register: %d"
40664 msgstr ""
40666 #. Presumably there's a missing case above if we get here.
40667 #: config/mmix/mmix.cc:1767
40668 #, gcc-internal-format
40669 msgid "MMIX Internal: Missing %qc case in %<mmix_print_operand%>"
40670 msgstr ""
40672 #: config/mmix/mmix.cc:2056
40673 #, gcc-internal-format
40674 msgid "stack frame not a multiple of 8 bytes: %wd"
40675 msgstr ""
40677 #: config/mmix/mmix.cc:2309
40678 #, gcc-internal-format
40679 msgid "stack frame not a multiple of octabyte: %wd"
40680 msgstr ""
40682 #: config/mmix/mmix.cc:2595 config/mmix/mmix.cc:2654
40683 #, gcc-internal-format, gfc-internal-format
40684 msgid "MMIX Internal: %s is not a shiftable integer"
40685 msgstr ""
40687 #: config/mn10300/mn10300.cc:107
40688 #, gcc-internal-format
40689 msgid "%<-mtune=%> expects mn10300, am33, am33-2, or am34"
40690 msgstr ""
40692 #: config/msp430/driver-msp430.cc:38
40693 #, gcc-internal-format
40694 msgid "expected an argument to %<msp430_select_cpu%>"
40695 msgstr ""
40697 #: config/msp430/driver-msp430.cc:69
40698 #, gcc-internal-format
40699 msgid "%<msp430_set_driver_var%> expects 2 arguments"
40700 msgstr ""
40702 #: config/msp430/driver-msp430.cc:75
40703 #, gcc-internal-format
40704 msgid "unhandled arguments %qs and %qs to %<msp430_set_driver_var%>"
40705 msgstr ""
40707 #: config/msp430/driver-msp430.cc:92
40708 #, gcc-internal-format
40709 msgid "unexpected argument to %<msp430_select_hwmult_lib%>: %s"
40710 msgstr ""
40712 #: config/msp430/driver-msp430.cc:141
40713 #, gcc-internal-format
40714 msgid "unexpected first argument to %<msp430_select_hwmult_lib%>: %s"
40715 msgstr ""
40717 #: config/msp430/driver-msp430.cc:146
40718 #, gcc-internal-format
40719 msgid "%<msp430_select_hwmult_lib%> needs one or more arguments"
40720 msgstr ""
40722 #: config/msp430/msp430-devices.cc:258
40723 #, gcc-internal-format
40724 msgid "unexpected error opening %<devices.csv%>"
40725 msgstr ""
40727 #: config/msp430/msp430-devices.cc:297
40728 #, gcc-internal-format
40729 msgid "%<CPU_TYPE%> column heading is missing from %<devices.csv%>"
40730 msgstr ""
40732 #: config/msp430/msp430-devices.cc:300
40733 #, gcc-internal-format
40734 msgid "%<MPY_TYPE%> column heading is missing from %<devices.csv%>"
40735 msgstr ""
40737 #: config/msp430/msp430-devices.cc:303
40738 #, gcc-internal-format
40739 msgid "%<CPU_TYPE%> and %<MPY_TYPE%> column headings are missing from %<devices.csv%>"
40740 msgstr ""
40742 #: config/msp430/msp430-devices.cc:315
40743 #, gcc-internal-format
40744 msgid "format of column headings in %<devices.csv%> is incorrect"
40745 msgstr ""
40747 #: config/msp430/msp430-devices.cc:348
40748 #, gcc-internal-format
40749 msgid "invalid %<CPU_TYPE%> value of %qs read from %<devices.csv%> for %qs"
40750 msgstr ""
40752 #: config/msp430/msp430-devices.cc:368
40753 #, gcc-internal-format
40754 msgid "invalid %<MPY_TYPE%> value of %qs read from %<devices.csv%> for %qs"
40755 msgstr ""
40757 #: config/msp430/msp430-devices.cc:384
40758 #, gcc-internal-format
40759 msgid "unknown error reading %s from %<devices.csv%>"
40760 msgstr ""
40762 #: config/msp430/msp430-devices.cc:471
40763 #, gcc-internal-format
40764 msgid "unrecognized %<hwmpy%> field in %<hard_msp430_mcu_data[%d]%>: %qd"
40765 msgstr ""
40767 #: config/msp430/msp430-devices.cc:482
40768 #, gcc-internal-format
40769 msgid "unrecognized %<revision%> field in %<hard_msp430_mcu_data[%d]%>: %qd"
40770 msgstr ""
40772 #: config/msp430/msp430-devices.cc:488
40773 #, gcc-internal-format
40774 msgid "could not locate MCU data file %<devices.csv%>"
40775 msgstr ""
40777 #: config/msp430/msp430.cc:181
40778 #, gcc-internal-format
40779 msgid "MCU %qs supports %s ISA but %<-mcpu%> option is set to %s"
40780 msgstr ""
40782 #: config/msp430/msp430.cc:189
40783 #, gcc-internal-format
40784 msgid "MCU %qs does not have hardware multiply support, but %<-mhwmult%> is set to %s"
40785 msgstr ""
40787 #: config/msp430/msp430.cc:198
40788 #, gcc-internal-format
40789 msgid "MCU %qs supports %s hardware multiply, but %<-mhwmult%> is set to 16-bit"
40790 msgstr ""
40792 #: config/msp430/msp430.cc:203
40793 #, gcc-internal-format
40794 msgid "MCU %qs supports %s hardware multiply, but %<-mhwmult%> is set to 32-bit"
40795 msgstr ""
40797 #: config/msp430/msp430.cc:208
40798 #, gcc-internal-format
40799 msgid "MCU %qs supports %s hardware multiply, but %<-mhwmult%> is set to f5series"
40800 msgstr ""
40802 #: config/msp430/msp430.cc:225
40803 #, gcc-internal-format
40804 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"
40805 msgstr ""
40807 #: config/msp430/msp430.cc:232
40808 #, gcc-internal-format
40809 msgid "unrecognized MCU name %qs, assuming that it has no hardware multiply; use the %<-mhwmult%> option to set this explicitly"
40810 msgstr ""
40812 #: config/msp430/msp430.cc:244
40813 #, gcc-internal-format
40814 msgid "unrecognized MCU name %qs, assuming that it just supports the MSP430X ISA; use the %<-mcpu%> option to set the ISA explicitly"
40815 msgstr ""
40817 #: config/msp430/msp430.cc:250
40818 #, gcc-internal-format
40819 msgid "Unrecognized MCU name %qs."
40820 msgstr ""
40822 #: config/msp430/msp430.cc:255
40823 #, gcc-internal-format
40824 msgid "%<-mlarge%> requires a 430X-compatible %<-mmcu=%>"
40825 msgstr ""
40827 #: config/msp430/msp430.cc:258
40828 #, gcc-internal-format
40829 msgid "%<-mcode-region=either%> requires the large memory model (%<-mlarge%>)"
40830 msgstr ""
40832 #: config/msp430/msp430.cc:261
40833 #, gcc-internal-format
40834 msgid "%<-mcode-region=upper%> requires the large memory model (%<-mlarge%>)"
40835 msgstr ""
40837 #: config/msp430/msp430.cc:265
40838 #, gcc-internal-format
40839 msgid "%<-mdata-region=either%> requires the large memory model (%<-mlarge%>)"
40840 msgstr ""
40842 #: config/msp430/msp430.cc:268
40843 #, gcc-internal-format
40844 msgid "%<-mdata-region=upper%> requires the large memory model (%<-mlarge%>)"
40845 msgstr ""
40847 #: config/msp430/msp430.cc:291
40848 #, gcc-internal-format
40849 msgid "%<-fuse-cxa-atexit%> is not supported for msp430-elf"
40850 msgstr ""
40852 #: config/msp430/msp430.cc:296
40853 #, gcc-internal-format
40854 msgid "GCC must be configured with %<--enable-newlib-nano-formatted-io%> to use %<-mtiny-printf%>"
40855 msgstr ""
40857 #: config/msp430/msp430.cc:1895
40858 #, gcc-internal-format
40859 msgid "unrecognized interrupt vector argument of %qE attribute"
40860 msgstr ""
40862 #: config/msp430/msp430.cc:1904
40863 #, gcc-internal-format
40864 msgid "numeric argument of %qE attribute must be in range [0-63]"
40865 msgstr ""
40867 #: config/msp430/msp430.cc:1910
40868 #, gcc-internal-format
40869 msgid "argument of %qE attribute is not a string constant or number"
40870 msgstr ""
40872 #: config/msp430/msp430.cc:1939
40873 #, gcc-internal-format
40874 msgid "critical attribute has no effect on interrupt functions"
40875 msgstr ""
40877 #: config/msp430/msp430.cc:1975
40878 #, gcc-internal-format
40879 msgid "ignoring attribute %qE because it conflicts with attribute %<noinit%>"
40880 msgstr ""
40882 #: config/msp430/msp430.cc:1978
40883 #, gcc-internal-format
40884 msgid "ignoring attribute %qE because it conflicts with attribute %<section%>"
40885 msgstr ""
40887 #: config/msp430/msp430.cc:1981
40888 #, gcc-internal-format
40889 msgid "ignoring attribute %qE because it conflicts with attribute %<persistent%>"
40890 msgstr ""
40892 #: config/msp430/msp430.cc:1991
40893 #, gcc-internal-format
40894 msgid "%qE attribute ignored.  Large memory model (%<-mlarge%>) is required."
40895 msgstr ""
40897 #: config/msp430/msp430.cc:2101
40898 #, gcc-internal-format
40899 msgid "ignoring attribute %qE because it conflicts with attribute %<lower%>"
40900 msgstr ""
40902 #: config/msp430/msp430.cc:2104
40903 #, gcc-internal-format
40904 msgid "ignoring attribute %qE because it conflicts with attribute %<upper%>"
40905 msgstr ""
40907 #: config/msp430/msp430.cc:2107
40908 #, gcc-internal-format
40909 msgid "ignoring attribute %qE because it conflicts with attribute %<either%>"
40910 msgstr ""
40912 #: config/msp430/msp430.cc:2267
40913 #, gcc-internal-format
40914 msgid "argument to interrupt attribute is unsupported for weak functions"
40915 msgstr ""
40917 #: config/msp430/msp430.cc:2747 config/pru/pru.cc:2955
40918 #, gcc-internal-format
40919 msgid "%<__delay_cycles%> only takes constant arguments"
40920 msgstr ""
40922 #: config/msp430/msp430.cc:2757 config/pru/pru.cc:2964
40923 #, gcc-internal-format
40924 msgid "%<__delay_cycles%> only takes non-negative cycle counts"
40925 msgstr ""
40927 #: config/msp430/msp430.cc:2778 config/pru/pru.cc:2977
40928 #, gcc-internal-format
40929 msgid "%<__delay_cycles%> is limited to 32-bit loop counts"
40930 msgstr ""
40932 #: config/msp430/msp430.cc:2849
40933 #, gcc-internal-format
40934 msgid "MSP430 built-in functions only work inside interrupt handlers"
40935 msgstr ""
40937 #: config/msp430/msp430.cc:2861 config/pru/pru.cc:3048 config/rx/rx.cc:2666
40938 #: config/xtensa/xtensa.cc:4034 config/xtensa/xtensa.cc:4060
40939 #, gcc-internal-format
40940 msgid "bad builtin code"
40941 msgstr "помилковий вбудований код"
40943 #: config/nds32/nds32-intrinsic.cc:126 config/nios2/nios2.cc:3838
40944 #, gcc-internal-format, gfc-internal-format
40945 msgid "invalid argument to built-in function %s"
40946 msgstr "некоректний аргумент вбудованої функції %s"
40948 #: config/nds32/nds32-intrinsic.cc:131
40949 #, gcc-internal-format, gfc-internal-format
40950 msgid "constant argument out of range for %s"
40951 msgstr "сталий аргумент поза припустимим діапазоном для %s"
40953 #: config/nds32/nds32-intrinsic.cc:1003
40954 #, gcc-internal-format
40955 msgid "don%'t support DSP extension instructions"
40956 msgstr ""
40958 #: config/nds32/nds32-intrinsic.cc:1016
40959 #, gcc-internal-format
40960 msgid "this built-in function is only available on the v3s or v3f toolchain"
40961 msgstr ""
40963 #: config/nds32/nds32-intrinsic.cc:1028
40964 #, gcc-internal-format
40965 msgid "this built-in function is only available on the v3f toolchain"
40966 msgstr ""
40968 #: config/nds32/nds32-intrinsic.cc:1043
40969 #, gcc-internal-format
40970 msgid "this built-in function not support on the v3m toolchain"
40971 msgstr ""
40973 #: config/nds32/nds32-intrinsic.cc:1062
40974 #, gcc-internal-format
40975 msgid "don%'t support performance extension instructions"
40976 msgstr "не підтримувати інструкції розширеної швидкодії"
40978 #: config/nds32/nds32-intrinsic.cc:1074
40979 #, gcc-internal-format
40980 msgid "don%'t support performance extension version 2 instructions"
40981 msgstr "не підтримувати інструкції розширеної швидкодії версії 2"
40983 #: config/nds32/nds32-intrinsic.cc:1086
40984 #, gcc-internal-format
40985 msgid "don%'t support string extension instructions"
40986 msgstr "не підтримувати інструкції розширення рядків"
40988 #: config/nds32/nds32-isr.cc:116 config/nds32/nds32-isr.cc:207
40989 #, gcc-internal-format
40990 msgid "require id argument in the string"
40991 msgstr ""
40993 #: config/nds32/nds32-isr.cc:131
40994 #, gcc-internal-format
40995 msgid "invalid id value for interrupt attribute"
40996 msgstr ""
40998 #: config/nds32/nds32-isr.cc:221
40999 #, gcc-internal-format
41000 msgid "invalid id value for exception attribute"
41001 msgstr ""
41003 #: config/nds32/nds32-isr.cc:617
41004 #, gcc-internal-format
41005 msgid "multiple save register attributes to function %qD"
41006 msgstr ""
41008 #: config/nds32/nds32-isr.cc:630
41009 #, gcc-internal-format
41010 msgid "multiple nested types attributes to function %qD"
41011 msgstr ""
41013 #: config/nds32/nds32-isr.cc:642
41014 #, gcc-internal-format
41015 msgid "multiple interrupt attributes to function %qD"
41016 msgstr ""
41018 #: config/nds32/nds32-isr.cc:646
41019 #, gcc-internal-format
41020 msgid "cannot use interrupt attributes to function %qD under linux toolchain"
41021 msgstr ""
41023 #: config/nds32/nds32-isr.cc:649
41024 #, gcc-internal-format
41025 msgid "cannot use exception attributes to function %qD under linux toolchain"
41026 msgstr ""
41028 #: config/nds32/nds32-isr.cc:652
41029 #, gcc-internal-format
41030 msgid "cannot use reset attributes to function %qD under linux toolchain"
41031 msgstr ""
41033 #. Trampoline is not supported on reduced-set registers yet.
41034 #: config/nds32/nds32.cc:2410 config/nds32/nds32.cc:2464
41035 #: config/nds32/nds32.cc:3575 config/nds32/nds32.cc:3672
41036 #: config/nds32/nds32.cc:3687 config/nds32/nds32.cc:3693
41037 #: config/nds32/nds32.cc:3769 config/nds32/nds32.cc:3775
41038 #: config/nds32/nds32.cc:3807
41039 #, gcc-internal-format
41040 msgid "a nested function is not supported for reduced registers"
41041 msgstr ""
41043 #. The enum index value for array size is out of range.
41044 #: config/nds32/nds32.cc:3466
41045 #, gcc-internal-format
41046 msgid "intrinsic register index is out of range"
41047 msgstr ""
41049 #: config/nds32/nds32.cc:3482 config/nds32/nds32.cc:3489
41050 #: config/nds32/nds32.cc:3496 config/nds32/nds32.cc:3503
41051 #: config/nds32/nds32.cc:3510
41052 #, gcc-internal-format
41053 msgid "CCTL intrinsic function subtype out of range"
41054 msgstr ""
41056 #: config/nds32/nds32.cc:3947
41057 #, gcc-internal-format
41058 msgid "cannot use %<indirect_call%> attribute under linux toolchain"
41059 msgstr ""
41061 #: config/nds32/nds32.cc:3955
41062 #, gcc-internal-format
41063 msgid "%<indirect_call%> attribute cannot apply for static function"
41064 msgstr ""
41066 #: config/nds32/nds32.cc:4044
41067 #, gcc-internal-format
41068 msgid "invalid id value for interrupt/exception attribute"
41069 msgstr ""
41071 #: config/nds32/nds32.cc:4072
41072 #, gcc-internal-format
41073 msgid "invalid id value for reset attribute"
41074 msgstr ""
41076 #: config/nds32/nds32.cc:4088
41077 #, gcc-internal-format
41078 msgid "invalid nmi function for reset attribute"
41079 msgstr ""
41081 #: config/nds32/nds32.cc:4101
41082 #, gcc-internal-format
41083 msgid "invalid warm function for reset attribute"
41084 msgstr ""
41086 #: config/nds32/nds32.cc:4152
41087 #, gcc-internal-format
41088 msgid "not support %<-fpic%> option for v3m toolchain"
41089 msgstr ""
41091 #: config/nds32/nds32.cc:4185
41092 #, gcc-internal-format
41093 msgid "Disable FPU ISA, the ABI option must be enable %<-mfloat-abi=soft%>"
41094 msgstr ""
41096 #: config/nds32/nds32.cc:4188
41097 #, gcc-internal-format
41098 msgid "%<-mabi=2fp+%> option only support when FPU available, must be enable %<-mext-fpu-sp%> or %<-mext-fpu-dp%>"
41099 msgstr ""
41101 #: config/nios2/nios2.cc:574
41102 #, gcc-internal-format
41103 msgid "Unknown form for stack limit expression"
41104 msgstr "Невідома форма виразу обмеження стека"
41106 #: config/nios2/nios2.cc:1183
41107 #, gcc-internal-format
41108 msgid "switch %<-mcustom-%s%> is required for double-precision floating-point"
41109 msgstr ""
41111 #: config/nios2/nios2.cc:1192
41112 #, gcc-internal-format
41113 msgid "conflicting use of %<-mcustom%> switches, target attributes, and/or %<__builtin_custom_%> functions"
41114 msgstr ""
41116 #: config/nios2/nios2.cc:1316
41117 #, gcc-internal-format
41118 msgid "ignoring unrecognized switch %<-mcustom-fpu-cfg%> value %<%s%>"
41119 msgstr ""
41121 #: config/nios2/nios2.cc:1335
41122 #, gcc-internal-format
41123 msgid "switch %<-mcustom-%s%> value %d must be between 0 and 255"
41124 msgstr ""
41126 #: config/nios2/nios2.cc:1358
41127 #, gcc-internal-format
41128 msgid "position-independent code requires the Linux ABI"
41129 msgstr ""
41131 #: config/nios2/nios2.cc:1361
41132 #, gcc-internal-format
41133 msgid "PIC support for %<-fstack-limit-symbol%>"
41134 msgstr "підтримка PIC для %<-fstack-limit-symbol%>"
41136 #: config/nios2/nios2.cc:1383
41137 #, gcc-internal-format
41138 msgid "%<-mgpopt%> not supported with PIC"
41139 msgstr "підтримки %<-mgpopt%> не передбачено із PIC"
41141 #: config/nios2/nios2.cc:1385
41142 #, gcc-internal-format
41143 msgid "%<-mgprel-sec=%> not supported with PIC"
41144 msgstr "підтримки %<-mgprel-sec=%> із PIC не передбачено"
41146 #: config/nios2/nios2.cc:1387
41147 #, gcc-internal-format
41148 msgid "%<-mr0rel-sec=%> not supported with PIC"
41149 msgstr "підтримки %<-mr0rel-sec=%> із PIC не передбачено"
41151 #: config/nios2/nios2.cc:1395
41152 #, gcc-internal-format
41153 msgid "%<-mgprel-sec=%> argument is not a valid regular expression"
41154 msgstr "аргумент %<-mgprel-sec=%> не є коректним формальним виразом"
41156 #: config/nios2/nios2.cc:1401
41157 #, gcc-internal-format
41158 msgid "%<-mr0rel-sec=%> argument is not a valid regular expression"
41159 msgstr "аргумент %<-mr0rel-sec=%> не є коректним формальним виразом"
41161 #: config/nios2/nios2.cc:1412
41162 #, gcc-internal-format
41163 msgid "BMX instructions are only supported with R2 architecture"
41164 msgstr ""
41166 #: config/nios2/nios2.cc:1414
41167 #, gcc-internal-format
41168 msgid "CDX instructions are only supported with R2 architecture"
41169 msgstr ""
41171 #: config/nios2/nios2.cc:1419
41172 #, gcc-internal-format
41173 msgid "R2 architecture is little-endian only"
41174 msgstr ""
41176 #: config/nios2/nios2.cc:3583
41177 #, gcc-internal-format
41178 msgid "cannot call %<__builtin_custom_%s%> without specifying switch %<-mcustom-%s%>"
41179 msgstr ""
41181 #: config/nios2/nios2.cc:3692
41182 #, gcc-internal-format
41183 msgid "custom instruction opcode must be a compile-time constant in the range 0-255 for %<__builtin_custom_%s%>"
41184 msgstr ""
41186 #: config/nios2/nios2.cc:3897
41187 #, gcc-internal-format, gfc-internal-format
41188 msgid "control register number must be in range 0-31 for %s"
41189 msgstr ""
41191 #: config/nios2/nios2.cc:3925
41192 #, gcc-internal-format, gfc-internal-format
41193 msgid "register number must be in range 0-31 for %s"
41194 msgstr ""
41196 #: config/nios2/nios2.cc:3932
41197 #, gcc-internal-format, gfc-internal-format
41198 msgid "immediate value must fit into a %d-bit integer for %s"
41199 msgstr ""
41201 #: config/nios2/nios2.cc:3982
41202 #, gcc-internal-format
41203 msgid "the ENI instruction operand must be either 0 or 1"
41204 msgstr ""
41206 #: config/nios2/nios2.cc:4010
41207 #, gcc-internal-format, gfc-internal-format
41208 msgid "built-in function %s requires Nios II R%d"
41209 msgstr ""
41211 #: config/nios2/nios2.cc:4090
41212 #, gcc-internal-format
41213 msgid "switch %<-mcustom-%s%> conflicts with switch %<-mcustom-%s%>"
41214 msgstr "перемикач %<-mcustom-%s%> конфліктує з перемикачем %<-mcustom-%s%>"
41216 #: config/nios2/nios2.cc:4097 config/nios2/nios2.cc:4108
41217 #, gcc-internal-format
41218 msgid "call to %<__builtin_custom_%s%> conflicts with switch %<-mcustom-%s%>"
41219 msgstr ""
41221 #: config/nios2/nios2.cc:4251
41222 #, gcc-internal-format
41223 msgid "%<custom-fpu-cfg%> option does not support %<no-%>"
41224 msgstr ""
41226 #: config/nios2/nios2.cc:4256
41227 #, gcc-internal-format
41228 msgid "%<custom-fpu-cfg%> option requires configuration argument"
41229 msgstr ""
41231 #: config/nios2/nios2.cc:4284
41232 #, gcc-internal-format
41233 msgid "%<no-custom-%s%> does not accept arguments"
41234 msgstr ""
41236 #: config/nios2/nios2.cc:4299
41237 #, gcc-internal-format
41238 msgid "%<custom-%s=%> requires argument"
41239 msgstr ""
41241 #: config/nios2/nios2.cc:4309
41242 #, gcc-internal-format
41243 msgid "%<custom-%s=%> argument should be a non-negative integer"
41244 msgstr ""
41246 #: config/nios2/nios2.cc:4321
41247 #, gcc-internal-format
41248 msgid "%<custom-%s=%> is not recognized as FPU instruction"
41249 msgstr "%<custom-%s=%> не розпізнано як інструкцію FPU"
41251 #: config/nios2/nios2.cc:4328
41252 #, gcc-internal-format
41253 msgid "invalid custom instruction option %qs"
41254 msgstr "некоректний параметр нетипової інструкції %qs"
41256 #: config/nvptx/mkoffload.cc:117
41257 #, gcc-internal-format
41258 msgid "malformed ptx file"
41259 msgstr ""
41261 #: config/nvptx/mkoffload.cc:329
41262 #, gcc-internal-format
41263 msgid "%<omp requires reverse_offload%> requires at least %<sm_35%> for %<-foffload-options=nvptx-none=-march=%> - disabling offload-code generation for this device type"
41264 msgstr ""
41266 #: config/nvptx/mkoffload.cc:399
41267 #, fuzzy, gcc-internal-format
41268 #| msgid "Warn about implicit function declarations."
41269 msgid "Cannot find function declaration for %qs"
41270 msgstr "Попереджати про неявні оголошення функцій."
41272 #: config/nvptx/mkoffload.cc:597
41273 #, gcc-internal-format
41274 msgid "offload compiler %s not found (consider using %<-B%>)"
41275 msgstr ""
41277 #: config/nvptx/mkoffload.cc:640
41278 #, gcc-internal-format
41279 msgid "either %<-fopenacc%> or %<-fopenmp%> must be set"
41280 msgstr ""
41282 #: config/nvptx/mkoffload.cc:740
41283 #, gcc-internal-format
41284 msgid "cannot open intermediate ptx file"
41285 msgstr ""
41287 #: config/nvptx/nvptx.cc:206
41288 #, gcc-internal-format
41289 msgid "option %s is not supported together with %<-fopenacc%>"
41290 msgstr ""
41292 #: config/nvptx/nvptx.cc:325
41293 #, gcc-internal-format
41294 msgid "PTX version (%<-mptx%>) needs to be at least %s to support selected %<-misa%> (sm_%s)"
41295 msgstr ""
41297 #: config/nvptx/nvptx.cc:362
41298 #, gcc-internal-format
41299 msgid "not generating patch area, nops not supported"
41300 msgstr ""
41302 #: config/nvptx/nvptx.cc:461
41303 #, gcc-internal-format
41304 msgid "static initialization of variable %q+D in %<.shared%> memory is not supported"
41305 msgstr ""
41307 #: config/nvptx/nvptx.cc:2339
41308 #, gcc-internal-format
41309 msgid "cannot emit unaligned pointers in ptx assembly"
41310 msgstr ""
41312 #: config/nvptx/nvptx.cc:2564
41313 #, gcc-internal-format
41314 msgid "PTX does not support weak declarations (only weak definitions)"
41315 msgstr ""
41317 #: config/nvptx/nvptx.cc:5805
41318 #, gcc-internal-format
41319 msgid "%qE attribute requires a void return type"
41320 msgstr ""
41322 #: config/nvptx/nvptx.cc:5828
41323 #, gcc-internal-format
41324 msgid "%qE attribute not allowed with auto storage class"
41325 msgstr ""
41327 #: config/nvptx/nvptx.cc:6196
41328 #, gcc-internal-format
41329 msgid "barrier value must be within [0,15]"
41330 msgstr ""
41332 #: config/nvptx/nvptx.cc:6209
41333 #, fuzzy, gcc-internal-format
41334 #| msgid "both arguments must be compatible"
41335 msgid "complement argument must be constant"
41336 msgstr "аргументи мають бути сумісними"
41338 #: config/nvptx/nvptx.cc:6541
41339 #, gcc-internal-format
41340 msgid "using %<vector_length (%d)%> due to call to vector-partitionable routine, ignoring %d"
41341 msgstr ""
41343 #: config/nvptx/nvptx.cc:6549
41344 #, gcc-internal-format
41345 msgid "using %<vector_length (%d)%>, ignoring runtime setting"
41346 msgstr ""
41348 #: config/nvptx/nvptx.cc:6563
41349 #, gcc-internal-format
41350 msgid "using %<vector_length (%d)%>, ignoring %d"
41351 msgstr ""
41353 #: config/nvptx/nvptx.cc:7449
41354 #, gcc-internal-format
41355 msgid "variable %qD adjusted for OpenACC privatization level: %qs"
41356 msgstr ""
41358 #: config/nvptx/nvptx.cc:7563
41359 #, gcc-internal-format
41360 msgid "weak alias definitions not supported in this configuration"
41361 msgstr ""
41363 #: config/nvptx/nvptx.cc:7576
41364 #, gcc-internal-format
41365 msgid "non-function alias definitions not supported in this configuration"
41366 msgstr ""
41368 #: config/or1k/or1k.cc:1311
41369 #, gcc-internal-format, gfc-internal-format
41370 msgid "unexpected operand: %d"
41371 msgstr "неочікуваний операнд: %d"
41373 #: config/pa/pa.cc:529
41374 #, gcc-internal-format
41375 msgid "PIC code generation is not supported in the portable runtime model"
41376 msgstr ""
41378 #: config/pa/pa.cc:534
41379 #, gcc-internal-format
41380 msgid "PIC code generation is not compatible with fast indirect calls"
41381 msgstr ""
41383 #: config/pa/pa.cc:539
41384 #, gcc-internal-format
41385 msgid "%<-g%> is only supported when using GAS on this processor"
41386 msgstr ""
41388 #: config/pa/pa.cc:540
41389 #, gcc-internal-format
41390 msgid "%<-g%> option disabled"
41391 msgstr ""
41393 #: config/pru/pru-passes.cc:111
41394 #, gcc-internal-format
41395 msgid "large return values not supported with %<-mabi=ti%> option"
41396 msgstr ""
41398 #: config/pru/pru-passes.cc:119 config/pru/pru-passes.cc:163
41399 #: config/pru/pru-passes.cc:176
41400 #, gcc-internal-format
41401 msgid "function pointers not supported with %<-mabi=ti%> option"
41402 msgstr ""
41404 #: config/pru/pru-pragma.cc:59
41405 #, gcc-internal-format
41406 msgid "junk at end of %<#pragma CTABLE_ENTRY%>"
41407 msgstr ""
41409 #: config/pru/pru-pragma.cc:61
41410 msgid "%<CTABLE_ENTRY%> index %"
41411 msgstr "%<CTABLE_ENTRY%> індекс %"
41413 #: config/pru/pru-pragma.cc:64
41414 msgid "redefinition of %<CTABLE_ENTRY %"
41415 msgstr "перевизначення %<CTABLE_ENTRY %"
41417 #: config/pru/pru-pragma.cc:69
41418 #, gcc-internal-format
41419 msgid "%<CTABLE_ENTRY%> base address is not a multiple of 256"
41420 msgstr ""
41422 #: config/pru/pru-pragma.cc:77
41423 #, gcc-internal-format
41424 msgid "malformed %<#pragma CTABLE_ENTRY%> variable address"
41425 msgstr ""
41427 #: config/pru/pru.cc:2134
41428 #, gcc-internal-format
41429 msgid "aggregate types are prohibited in %<__regio_symbol%> address space"
41430 msgstr ""
41432 #: config/pru/pru.cc:2141
41433 #, gcc-internal-format
41434 msgid "variables in %<__regio_symbol%> address space cannot have initial value"
41435 msgstr ""
41437 #: config/pru/pru.cc:2144
41438 #, gcc-internal-format
41439 msgid "variables in %<__regio_symbol%> address space cannot be declared %<register%>"
41440 msgstr ""
41442 #: config/pru/pru.cc:2147
41443 #, gcc-internal-format
41444 msgid "variables in %<__regio_symbol%> address space must be declared %<volatile%>"
41445 msgstr ""
41447 #: config/pru/pru.cc:2150
41448 #, gcc-internal-format
41449 msgid "variables in %<__regio_symbol%> address space must be declared %<extern%>"
41450 msgstr ""
41452 #: config/pru/pru.cc:2153
41453 #, gcc-internal-format
41454 msgid "only 32-bit access is supported for %<__regio_symbol%> address space"
41455 msgstr ""
41457 #: config/pru/pru.cc:2156
41458 #, gcc-internal-format
41459 msgid "register name %<%s%> not recognized in %<__regio_symbol%> address space"
41460 msgstr ""
41462 #: config/pru/pru.cc:2181
41463 #, gcc-internal-format
41464 msgid "pointers to %<__regio_symbol%> address space are prohibited"
41465 msgstr ""
41467 #: config/riscv/riscv-c.cc:166
41468 #, gcc-internal-format
41469 msgid "%<#pragma riscv intrinsic%> requires a string parameter"
41470 msgstr ""
41472 #: config/riscv/riscv-c.cc:176
41473 #, gcc-internal-format
41474 msgid "%<#pragma riscv intrinsic%> option %qs needs 'V' extension enabled"
41475 msgstr ""
41477 #: config/riscv/riscv-c.cc:184
41478 #, fuzzy, gcc-internal-format
41479 #| msgid "unknown %<#pragma member_alignment%> name %s"
41480 msgid "unknown %<#pragma riscv intrinsic%> option %qs"
41481 msgstr "невідома назва %<#pragma member_alignment%> %s"
41483 #: config/riscv/riscv-vector-builtins.cc:1398
41484 #, gcc-internal-format
41485 msgid "RVV type %qT does not have a fixed size"
41486 msgstr ""
41488 #: config/riscv/riscv-vector-builtins.cc:1404
41489 #, gcc-internal-format
41490 msgid "RVV type %qT does not have a defined alignment"
41491 msgstr ""
41493 #: config/riscv/riscv-vector-builtins.cc:1419
41494 #, gcc-internal-format
41495 msgid "arithmetic on pointer to RVV type %qT"
41496 msgstr ""
41498 #: config/riscv/riscv-vector-builtins.cc:1427
41499 #, fuzzy, gcc-internal-format
41500 #| msgid "fields cannot have SVE type %qT"
41501 msgid "member variables cannot have RVV type %qT"
41502 msgstr "поля не можуть належати до типу SVE %qT"
41504 #: config/riscv/riscv-vector-builtins.cc:1429
41505 #, fuzzy, gcc-internal-format
41506 #| msgid "fields cannot have SVE type %qT"
41507 msgid "fields cannot have RVV type %qT"
41508 msgstr "поля не можуть належати до типу SVE %qT"
41510 #: config/riscv/riscv-vector-builtins.cc:1435
41511 #, fuzzy, gcc-internal-format
41512 #| msgid "fields cannot have SVE type %qT"
41513 msgid "array elements cannot have RVV type %qT"
41514 msgstr "поля не можуть належати до типу SVE %qT"
41516 #: config/riscv/riscv-vector-builtins.cc:1441
41517 #, fuzzy, gcc-internal-format
41518 #| msgid "cannot delete objects with SVE type %qT"
41519 msgid "cannot allocate objects with RVV type %qT"
41520 msgstr "не можна вилучати об'єкти із типом SVE %qT"
41522 #: config/riscv/riscv-vector-builtins.cc:1447
41523 #, fuzzy, gcc-internal-format
41524 #| msgid "cannot delete objects with SVE type %qT"
41525 msgid "cannot delete objects with RVV type %qT"
41526 msgstr "не можна вилучати об'єкти із типом SVE %qT"
41528 #: config/riscv/riscv-vector-builtins.cc:1453
41529 #, fuzzy, gcc-internal-format
41530 #| msgid "cannot delete objects with SVE type %qT"
41531 msgid "cannot throw or catch RVV type %qT"
41532 msgstr "не можна вилучати об'єкти із типом SVE %qT"
41534 #: config/riscv/riscv-vector-builtins.cc:1459
41535 #, gcc-internal-format
41536 msgid "capture by copy of RVV type %qT"
41537 msgstr ""
41539 #: config/riscv/riscv.cc:450
41540 #, gcc-internal-format
41541 msgid "unknown cpu %qs for %<-mtune%>"
41542 msgstr ""
41544 #: config/riscv/riscv.cc:1766
41545 #, gcc-internal-format
41546 msgid "this operation requires the RVV ISA extension"
41547 msgstr ""
41549 #: config/riscv/riscv.cc:1767
41550 #, gcc-internal-format
41551 msgid "you can enable RVV using the command-line option %<-march%>, or by using the %<target%> attribute or pragma"
41552 msgstr ""
41554 #: config/riscv/riscv.cc:3501 config/riscv/riscv.cc:3543
41555 #, gcc-internal-format
41556 msgid "ABI for flattened struct with zero-length bit-fields changed in GCC 10"
41557 msgstr ""
41559 #: config/riscv/riscv.cc:3893
41560 #, gcc-internal-format
41561 msgid "argument to %qE attribute is not %<\"user\"%>, %<\"supervisor\"%>, or %<\"machine\"%>"
41562 msgstr ""
41564 #: config/riscv/riscv.cc:6034
41565 #, gcc-internal-format
41566 msgid "%<-mdiv%> requires %<-march%> to subsume the %<M%> extension"
41567 msgstr ""
41569 #: config/riscv/riscv.cc:6077
41570 #, gcc-internal-format
41571 msgid "requested ABI requires %<-march%> to subsume the %qc extension"
41572 msgstr ""
41574 #: config/riscv/riscv.cc:6081
41575 #, gcc-internal-format
41576 msgid "rv32e requires ilp32e ABI"
41577 msgstr ""
41579 #: config/riscv/riscv.cc:6086
41580 #, gcc-internal-format
41581 msgid "z*inx requires ABI ilp32, ilp32e or lp64"
41582 msgstr ""
41584 #: config/riscv/riscv.cc:6090
41585 #, gcc-internal-format
41586 msgid "ABI requires %<-march=rv%d%>"
41587 msgstr ""
41589 #: config/riscv/riscv.cc:6100
41590 #, gcc-internal-format
41591 msgid "%<-mpreferred-stack-boundary=%d%> must be between %d and %d"
41592 msgstr ""
41594 #: config/riscv/riscv.cc:6113
41595 #, gcc-internal-format
41596 msgid "%<-mriscv-attribute%> RISC-V ELF attribute requires GNU as 2.32 [%<-mriscv-attribute%>]"
41597 msgstr ""
41599 #: config/riscv/riscv.cc:6140 config/rs6000/rs6000.cc:4540
41600 #, gcc-internal-format
41601 msgid "%qs is not a valid base register in %qs"
41602 msgstr ""
41604 #: config/riscv/riscv.cc:6154 config/rs6000/rs6000.cc:4523
41605 #, gcc-internal-format
41606 msgid "%qs is not a valid number in %qs"
41607 msgstr ""
41609 #: config/riscv/riscv.cc:6466
41610 #, gcc-internal-format
41611 msgid "%qs function cannot have different interrupt type"
41612 msgstr ""
41614 #. Address spaces are currently only supported by C.
41615 #: config/rl78/rl78.cc:375
41616 #, gcc-internal-format
41617 msgid "%<-mes0%> can only be used with C"
41618 msgstr ""
41620 #: config/rl78/rl78.cc:378
41621 #, gcc-internal-format
41622 msgid "mduc registers only saved for G13 target"
41623 msgstr ""
41625 #: config/rl78/rl78.cc:393
41626 #, gcc-internal-format
41627 msgid "%<-mmul=g13%> cannot be used with %<-mcpu=g10%>"
41628 msgstr ""
41630 #: config/rl78/rl78.cc:395
41631 #, gcc-internal-format
41632 msgid "%<-mmul=g14%> cannot be used with %<-mcpu=g10%>"
41633 msgstr ""
41635 #. The S2 core does not have mul/div instructions.
41636 #: config/rl78/rl78.cc:407
41637 #, gcc-internal-format
41638 msgid "%<-mmul=g14%> cannot be used with %<-mcpu=g13%>"
41639 msgstr ""
41641 #. The G14 core does not have the hardware multiply peripheral used by the
41642 #. G13 core, hence you cannot use G13 multipliy routines on G14 hardware.
41643 #: config/rl78/rl78.cc:420
41644 #, gcc-internal-format
41645 msgid "%<-mmul=g13%> cannot be used with %<-mcpu=g14%>"
41646 msgstr ""
41648 #: config/rl78/rl78.cc:843
41649 #, gcc-internal-format
41650 msgid "naked attribute only applies to functions"
41651 msgstr ""
41653 #: config/rl78/rl78.cc:867
41654 #, gcc-internal-format
41655 msgid "%qE attribute doesn%'t apply to functions"
41656 msgstr ""
41658 #. This is unpredictable, as we're truncating off usable address
41659 #. bits.
41660 #: config/rl78/rl78.cc:1233
41661 #, gcc-internal-format
41662 msgid "converting far pointer to near pointer"
41663 msgstr ""
41665 #: config/rs6000/driver-rs6000.cc:266
41666 #, gcc-internal-format
41667 msgid "unsupported cpu name returned from kernel for %<-mcpu=native%>: %s"
41668 msgstr ""
41670 #: config/rs6000/driver-rs6000.cc:268
41671 #, gcc-internal-format, gfc-internal-format
41672 msgid "please use an explicit cpu name; valid cpu names are: %s"
41673 msgstr ""
41675 #: config/rs6000/host-darwin.cc:61
41676 #, gcc-internal-format
41677 msgid "segmentation fault (code)"
41678 msgstr "помилка адресування (код)"
41680 #: config/rs6000/host-darwin.cc:131
41681 #, gcc-internal-format
41682 msgid "segmentation fault"
41683 msgstr "помилка адресування"
41685 #: config/rs6000/host-darwin.cc:145
41686 #, gcc-internal-format
41687 msgid "While setting up signal stack: %m"
41688 msgstr ""
41690 #: config/rs6000/host-darwin.cc:151
41691 #, gcc-internal-format
41692 msgid "While setting up signal handler: %m"
41693 msgstr ""
41695 #: config/rs6000/rs6000-builtin.cc:77 config/rs6000/rs6000-builtin.cc:80
41696 #: config/rs6000/rs6000-builtin.cc:87 config/rs6000/rs6000-builtin.cc:90
41697 #: config/rs6000/rs6000-builtin.cc:93 config/rs6000/rs6000-builtin.cc:96
41698 #: config/rs6000/rs6000-builtin.cc:103 config/rs6000/rs6000-builtin.cc:110
41699 #: config/rs6000/rs6000-builtin.cc:124 config/rs6000/rs6000-builtin.cc:127
41700 #: config/rs6000/rs6000-builtin.cc:130 config/rs6000/rs6000-builtin.cc:133
41701 #: config/rs6000/rs6000-builtin.cc:140
41702 #, gcc-internal-format
41703 msgid "%qs requires the %qs option"
41704 msgstr ""
41706 #: config/rs6000/rs6000-builtin.cc:83 config/rs6000/rs6000-builtin.cc:99
41707 #: config/rs6000/rs6000-builtin.cc:113 config/rs6000/rs6000-builtin.cc:136
41708 #, gcc-internal-format
41709 msgid "%qs requires the %qs option and either the %qs or %qs option"
41710 msgstr ""
41712 #: config/rs6000/rs6000-builtin.cc:106 config/rs6000/rs6000-builtin.cc:117
41713 #, gcc-internal-format
41714 msgid "%qs requires the %qs and %qs options"
41715 msgstr ""
41717 #: config/rs6000/rs6000-builtin.cc:121
41718 #, gcc-internal-format
41719 msgid "%qs requires quad-precision floating-point arithmetic"
41720 msgstr ""
41722 #: config/rs6000/rs6000-builtin.cc:2260
41723 #, gcc-internal-format
41724 msgid "argument 1 of %qs must be a constant"
41725 msgstr "аргумент 1 %qs має бути сталою"
41727 #: config/rs6000/rs6000-builtin.cc:2318
41728 #, gcc-internal-format
41729 msgid "argument 1 of %qs is out of range"
41730 msgstr "аргумент 1 %qs лежить поза припустимим діапазоном"
41732 #: config/rs6000/rs6000-builtin.cc:2590
41733 #, gcc-internal-format
41734 msgid "builtin %qs only accepts a string argument"
41735 msgstr ""
41737 #. Invalid CPU argument.
41738 #: config/rs6000/rs6000-builtin.cc:2609
41739 #, gcc-internal-format
41740 msgid "cpu %qs is an invalid argument to builtin %qs"
41741 msgstr ""
41743 #. Invalid HWCAP argument.
41744 #: config/rs6000/rs6000-builtin.cc:2637
41745 #, gcc-internal-format
41746 msgid "%s %qs is an invalid argument to builtin %qs"
41747 msgstr ""
41749 #: config/rs6000/rs6000-builtin.cc:2666
41750 #, gcc-internal-format
41751 msgid "builtin %qs needs GLIBC (2.23 and newer) that exports hardware capability bits"
41752 msgstr ""
41754 #: config/rs6000/rs6000-builtin.cc:3013 config/rs6000/rs6000-builtin.cc:3167
41755 #, gcc-internal-format, gfc-internal-format
41756 msgid "argument %d must be an unsigned literal"
41757 msgstr ""
41759 #: config/rs6000/rs6000-builtin.cc:3015 config/rs6000/rs6000-builtin.cc:3169
41760 #, gcc-internal-format, gfc-internal-format
41761 msgid "argument %d is an unsigned literal that is out of range"
41762 msgstr ""
41764 #: config/rs6000/rs6000-builtin.cc:3120
41765 #, gcc-internal-format
41766 msgid "builtin %qs is only valid in 64-bit mode"
41767 msgstr ""
41769 #: config/rs6000/rs6000-builtin.cc:3283
41770 #, fuzzy, gcc-internal-format
41771 #| msgid "<unresolved overloaded function type>"
41772 msgid "unresolved overload for builtin %qF"
41773 msgstr "<невизначений перевантажений тип функції>"
41775 #: config/rs6000/rs6000-builtin.cc:3377
41776 #, gcc-internal-format
41777 msgid "%qs not supported with %<-msoft-float%>"
41778 msgstr ""
41780 #: config/rs6000/rs6000-builtin.cc:3384
41781 #, gcc-internal-format
41782 msgid "%qs is not supported in 32-bit mode"
41783 msgstr ""
41785 #: config/rs6000/rs6000-builtin.cc:3390
41786 #, gcc-internal-format
41787 msgid "%qs requires %<long double%> to be IBM 128-bit format"
41788 msgstr ""
41790 #: config/rs6000/rs6000-builtin.cc:3397
41791 #, gcc-internal-format
41792 msgid "%qs requires %<__ibm128%> type support"
41793 msgstr ""
41795 #: config/rs6000/rs6000-builtin.cc:3552
41796 #, gcc-internal-format, gfc-internal-format
41797 msgid "argument %d must be a literal between 0 and %d, inclusive"
41798 msgstr ""
41800 #: config/rs6000/rs6000-builtin.cc:3568
41801 #, gcc-internal-format, gfc-internal-format
41802 msgid "argument %d must be a literal between %d and %d, inclusive"
41803 msgstr ""
41805 #: config/rs6000/rs6000-builtin.cc:3585
41806 #, gcc-internal-format, gfc-internal-format
41807 msgid "argument %d must be a variable or a literal between %d and %d, inclusive"
41808 msgstr ""
41810 #: config/rs6000/rs6000-builtin.cc:3601
41811 #, gcc-internal-format, gfc-internal-format
41812 msgid "argument %d must be either a literal %d or a literal %d"
41813 msgstr ""
41815 #: config/rs6000/rs6000-c.cc:55
41816 #, gcc-internal-format
41817 msgid "ignoring malformed %<#pragma longcall%>"
41818 msgstr "ігноруємо %<#pragma longcall%> з помилками у форматуванні"
41820 #: config/rs6000/rs6000-c.cc:67
41821 #, gcc-internal-format
41822 msgid "missing open paren"
41823 msgstr ""
41825 #: config/rs6000/rs6000-c.cc:69
41826 #, gcc-internal-format
41827 msgid "missing number"
41828 msgstr "не вказано числа"
41830 #: config/rs6000/rs6000-c.cc:71
41831 #, gcc-internal-format
41832 msgid "missing close paren"
41833 msgstr ""
41835 #: config/rs6000/rs6000-c.cc:74
41836 #, gcc-internal-format
41837 msgid "number must be 0 or 1"
41838 msgstr ""
41840 #: config/rs6000/rs6000-c.cc:77
41841 #, gcc-internal-format
41842 msgid "junk at end of %<#pragma longcall%>"
41843 msgstr ""
41845 #: config/rs6000/rs6000-c.cc:1244 config/rs6000/rs6000-c.cc:1645
41846 #, gcc-internal-format
41847 msgid "builtin %qs only accepts 1 argument"
41848 msgstr ""
41850 #: config/rs6000/rs6000-c.cc:1251 config/rs6000/rs6000-c.cc:1337
41851 #, gcc-internal-format
41852 msgid "builtin %qs only accepts 2 arguments"
41853 msgstr ""
41855 #: config/rs6000/rs6000-c.cc:1515
41856 #, gcc-internal-format
41857 msgid "builtin %qs only accepts 3 arguments"
41858 msgstr ""
41860 #: config/rs6000/rs6000-c.cc:1730
41861 #, gcc-internal-format
41862 msgid "%<vec_lvsl%> is deprecated for little endian; use assignment for unaligned loads and stores"
41863 msgstr ""
41865 #: config/rs6000/rs6000-c.cc:1734
41866 #, gcc-internal-format
41867 msgid "%<vec_lvsr%> is deprecated for little endian; use assignment for unaligned loads and stores"
41868 msgstr ""
41870 #: config/rs6000/rs6000-c.cc:1820
41871 #, gcc-internal-format
41872 msgid "passing argument %d of %qE discards %qs qualifier from pointer target type"
41873 msgstr ""
41875 #: config/rs6000/rs6000-c.cc:1876 config/rs6000/rs6000-c.cc:2032
41876 #, gcc-internal-format
41877 msgid "invalid parameter combination for AltiVec intrinsic %qs"
41878 msgstr ""
41880 #: config/rs6000/rs6000-c.cc:2021
41881 #, gcc-internal-format
41882 msgid "overloaded builtin %qs is implemented by builtin %qs"
41883 msgstr ""
41885 #: config/rs6000/rs6000-c.cc:2025
41886 #, gcc-internal-format
41887 msgid "%qs is not supported in this compiler configuration"
41888 msgstr ""
41890 #: config/rs6000/rs6000-call.cc:379
41891 #, gcc-internal-format
41892 msgid "ELFv2 parameter passing for an argument containing zero-width bit fields but that is otherwise a homogeneous aggregate was corrected in GCC 12"
41893 msgstr ""
41895 #: config/rs6000/rs6000-call.cc:447
41896 #, gcc-internal-format
41897 msgid "invalid use of MMA type %qs as a function return value"
41898 msgstr ""
41900 #: config/rs6000/rs6000-call.cc:499
41901 #, gcc-internal-format
41902 msgid "GCC vector returned by reference: non-standard ABI extension with no compatibility guarantee"
41903 msgstr ""
41905 #: config/rs6000/rs6000-call.cc:683
41906 #, gcc-internal-format
41907 msgid "cannot return value in vector register because altivec instructions are disabled, use %qs to enable them"
41908 msgstr ""
41910 #: config/rs6000/rs6000-call.cc:1113
41911 #, gcc-internal-format
41912 msgid "cannot pass argument in vector register because altivec instructions are disabled, use %qs to enable them"
41913 msgstr ""
41915 #: config/rs6000/rs6000-call.cc:1639
41916 #, gcc-internal-format
41917 msgid "invalid use of MMA operand of type %qs as a function parameter"
41918 msgstr ""
41920 #: config/rs6000/rs6000-call.cc:2028
41921 #, gcc-internal-format
41922 msgid "GCC vector passed by reference: non-standard ABI extension with no compatibility guarantee"
41923 msgstr ""
41925 #. We can't check this in rs6000_option_override_internal since
41926 #. DEFAULT_ABI isn't established yet.
41927 #: config/rs6000/rs6000-logue.cc:728
41928 #, gcc-internal-format
41929 msgid "%qs requires the ELFv2 ABI"
41930 msgstr ""
41932 #: config/rs6000/rs6000-logue.cc:1715
41933 #, gcc-internal-format
41934 msgid "stack frame too large"
41935 msgstr ""
41937 #: config/rs6000/rs6000-logue.cc:4032
41938 #, gcc-internal-format, gfc-internal-format
41939 msgid "unsupported number of nops before function entry (%u)"
41940 msgstr ""
41942 #: config/rs6000/rs6000-logue.cc:5580
41943 #, gcc-internal-format
41944 msgid "%qs uses register r29"
41945 msgstr "%qs використовує регістр r29"
41947 #: config/rs6000/rs6000-logue.cc:5588
41948 #, gcc-internal-format
41949 msgid "Stack frame larger than 2G is not supported for %<-fsplit-stack%>"
41950 msgstr ""
41952 #: config/rs6000/rs6000.cc:3212 config/rs6000/rs6000.cc:3215
41953 #: config/rs6000/rs6000.cc:3218
41954 #, gcc-internal-format
41955 msgid "%qs requires %qs or %qs"
41956 msgstr "%qs потребує %qs або %qs"
41958 #: config/rs6000/rs6000.cc:3319
41959 #, gcc-internal-format
41960 msgid "%qs requires PowerPC64 architecture, enabling"
41961 msgstr "%qs потребує архітектури PowerPC64, вмикаємо"
41963 #: config/rs6000/rs6000.cc:3434
41964 #, gcc-internal-format
41965 msgid "%<-mcall-aixdesc%> incompatible with %<-mabi=elfv2%>"
41966 msgstr "%<-mcall-aixdesc%> є несумісним із %<-mabi=elfv2%>"
41968 #: config/rs6000/rs6000.cc:3483
41969 #, gcc-internal-format
41970 msgid "%qs unsupported for this ABI"
41971 msgstr ""
41973 #: config/rs6000/rs6000.cc:3611
41974 #, gcc-internal-format
41975 msgid "%qs is not supported for 64-bit Darwin; it is incompatible with the installed C and C++ libraries"
41976 msgstr ""
41978 #: config/rs6000/rs6000.cc:3769
41979 #, gcc-internal-format
41980 msgid "AltiVec not supported in this target"
41981 msgstr ""
41983 #: config/rs6000/rs6000.cc:3786
41984 #, gcc-internal-format
41985 msgid "%qs is not supported on little endian systems"
41986 msgstr ""
41988 #: config/rs6000/rs6000.cc:3868
41989 #, gcc-internal-format
41990 msgid "power9 target option is incompatible with %<%s=<xxx>%> for <xxx> less than power9"
41991 msgstr ""
41993 #. Enforce that none of the ISA_3_0_MASKS_SERVER flags
41994 #. were explicitly cleared.
41995 #: config/rs6000/rs6000.cc:3876
41996 #, gcc-internal-format
41997 msgid "%qs incompatible with explicitly disabled options"
41998 msgstr ""
42000 #. TARGET_VSX = 1 implies Power 7 and newer
42001 #: config/rs6000/rs6000.cc:3910 config/rs6000/rs6000.cc:3918
42002 #: config/rs6000/rs6000.cc:3925 config/rs6000/rs6000.cc:3932
42003 #: config/rs6000/rs6000.cc:3940 config/rs6000/rs6000.cc:3959
42004 #: config/rs6000/rs6000.cc:4021 config/rs6000/rs6000.cc:4048
42005 #: config/rs6000/rs6000.cc:4075 config/rs6000/rs6000.cc:4090
42006 #: config/rs6000/rs6000.cc:4098 config/rs6000/rs6000.cc:4222
42007 #: config/rs6000/rs6000.cc:4235 config/rs6000/rs6000.cc:4244
42008 #: config/rs6000/rs6000.cc:4382 config/rs6000/rs6000.cc:4395
42009 #: config/rs6000/rs6000.cc:4416
42010 #, gcc-internal-format
42011 msgid "%qs requires %qs"
42012 msgstr "%qs потребує %qs"
42014 #: config/rs6000/rs6000.cc:4126
42015 #, gcc-internal-format
42016 msgid "target attribute or pragma changes %<long double%> size"
42017 msgstr ""
42019 #: config/rs6000/rs6000.cc:4147
42020 #, gcc-internal-format
42021 msgid "%qs requires full ISA 2.06 support"
42022 msgstr ""
42024 #: config/rs6000/rs6000.cc:4160
42025 #, gcc-internal-format
42026 msgid "Using IEEE extended precision %<long double%>"
42027 msgstr ""
42029 #: config/rs6000/rs6000.cc:4163
42030 #, gcc-internal-format
42031 msgid "Using IBM extended precision %<long double%>"
42032 msgstr ""
42034 #: config/rs6000/rs6000.cc:4182
42035 #, gcc-internal-format
42036 msgid "%qs requires VSX support"
42037 msgstr ""
42039 #: config/rs6000/rs6000.cc:4191
42040 #, gcc-internal-format
42041 msgid "The %<-mfloat128%> option may not be fully supported"
42042 msgstr ""
42044 #: config/rs6000/rs6000.cc:4214
42045 #, gcc-internal-format
42046 msgid "%qs requires full ISA 3.0 support"
42047 msgstr ""
42049 #: config/rs6000/rs6000.cc:4301
42050 #, gcc-internal-format
42051 msgid "unknown vectorization library ABI type in %<-mveclibabi=%s%>"
42052 msgstr ""
42054 #: config/rs6000/rs6000.cc:4314 config/rs6000/rs6000.cc:4329
42055 #, gcc-internal-format
42056 msgid "target attribute or pragma changes AltiVec ABI"
42057 msgstr ""
42059 #: config/rs6000/rs6000.cc:4342
42060 #, gcc-internal-format
42061 msgid "target attribute or pragma changes darwin64 ABI"
42062 msgstr ""
42064 #: config/rs6000/rs6000.cc:4548
42065 #, gcc-internal-format
42066 msgid "%qs needs a valid base register"
42067 msgstr ""
42069 #: config/rs6000/rs6000.cc:4845
42070 #, gcc-internal-format
42071 msgid "unknown option for %<%s=%s%>"
42072 msgstr "невідомий параметр для %<%s=%s%>"
42074 #: config/rs6000/rs6000.cc:4874
42075 #, gcc-internal-format
42076 msgid "%qs is deprecated and not recommended in any circumstances"
42077 msgstr ""
42079 #: config/rs6000/rs6000.cc:10904
42080 #, gcc-internal-format
42081 msgid "%qs is an opaque type, and you cannot set it to other values"
42082 msgstr ""
42084 #: config/rs6000/rs6000.cc:17774
42085 #, gcc-internal-format
42086 msgid "no profiling of 64-bit code for this ABI"
42087 msgstr ""
42089 #: config/rs6000/rs6000.cc:20170
42090 #, gcc-internal-format
42091 msgid "you cannot take the address of a nested function if you use the %qs option"
42092 msgstr ""
42094 #: config/rs6000/rs6000.cc:20252
42095 #, gcc-internal-format
42096 msgid "use of %<long double%> in AltiVec types is invalid"
42097 msgstr ""
42099 #: config/rs6000/rs6000.cc:20254
42100 #, gcc-internal-format
42101 msgid "use of boolean types in AltiVec types is invalid"
42102 msgstr ""
42104 #: config/rs6000/rs6000.cc:20256
42105 #, gcc-internal-format
42106 msgid "use of %<complex%> in AltiVec types is invalid"
42107 msgstr ""
42109 #: config/rs6000/rs6000.cc:20258
42110 #, gcc-internal-format
42111 msgid "use of decimal floating-point types in AltiVec types is invalid"
42112 msgstr ""
42114 #: config/rs6000/rs6000.cc:20264
42115 #, gcc-internal-format
42116 msgid "use of %<long%> in AltiVec types is invalid for 64-bit code without %qs"
42117 msgstr ""
42119 #: config/rs6000/rs6000.cc:20267
42120 #, gcc-internal-format
42121 msgid "use of %<long%> in AltiVec types is deprecated; use %<int%>"
42122 msgstr ""
42124 #: config/rs6000/rs6000.cc:20272
42125 #, gcc-internal-format
42126 msgid "use of %<long long%> in AltiVec types is invalid without %qs"
42127 msgstr ""
42129 #: config/rs6000/rs6000.cc:20275
42130 #, gcc-internal-format
42131 msgid "use of %<double%> in AltiVec types is invalid without %qs"
42132 msgstr ""
42134 #: config/rs6000/rs6000.cc:24413
42135 #, gcc-internal-format
42136 msgid "invalid cpu %qs for %s%qs%s"
42137 msgstr "некоректний процесор %qs для %s%qs%s"
42139 #: config/rs6000/rs6000.cc:24416
42140 #, gcc-internal-format
42141 msgid "%s%qs%s is not allowed"
42142 msgstr ""
42144 #: config/rs6000/rs6000.cc:24418
42145 #, gcc-internal-format
42146 msgid "%s%qs%s is invalid"
42147 msgstr ""
42149 #: config/rs6000/rs6000.cc:24947
42150 #, gcc-internal-format
42151 msgid "%<-mno-%s%> turns off %<-m%s%>"
42152 msgstr "%<-mno-%s%> вимикає %<-m%s%>"
42154 #: config/rs6000/rs6000.cc:25106
42155 #, gcc-internal-format
42156 msgid "%<target_clones%> attribute needs GLIBC (2.23 and newer) that exports hardware capability bits"
42157 msgstr ""
42159 #: config/rs6000/rs6000.cc:25395
42160 #, gcc-internal-format
42161 msgid "Virtual function multiversioning not supported"
42162 msgstr ""
42164 #: config/rs6000/rs6000.cc:28469
42165 #, gcc-internal-format
42166 msgid "the result for the xxspltidp instruction is undefined for subnormal input values"
42167 msgstr ""
42169 #: config/rs6000/rs6000.cc:28948
42170 #, gcc-internal-format
42171 msgid "type %<__vector_quad%> requires the %qs option"
42172 msgstr ""
42174 #: config/rs6000/rs6000.cc:28953
42175 #, gcc-internal-format
42176 msgid "type %<__vector_pair%> requires the %qs option"
42177 msgstr ""
42179 #: config/rx/rx.cc:651
42180 #, gcc-internal-format
42181 msgid "unrecognized control register number: %d - using %<psw%>"
42182 msgstr ""
42184 #: config/rx/rx.cc:1384
42185 #, gcc-internal-format
42186 msgid "multiple fast interrupt routines seen: %qE and %qE"
42187 msgstr ""
42189 #: config/rx/rx.cc:2480
42190 #, gcc-internal-format
42191 msgid "invalid control register %d for mvtc; using %<psw%>"
42192 msgstr ""
42194 #: config/rx/rx.cc:2602
42195 #, gcc-internal-format
42196 msgid "%<__builtin_rx_%s%> takes %<C%>, %<Z%>, %<S%>, %<O%>, %<I%>, or %<U%>"
42197 msgstr ""
42199 #: config/rx/rx.cc:2605
42200 #, gcc-internal-format
42201 msgid "use %<__builtin_rx_mvtc (0, ... )%> to write arbitrary values to PSW"
42202 msgstr ""
42204 #: config/rx/rx.cc:2652
42205 #, gcc-internal-format
42206 msgid "%<-mno-allow-string-insns%> forbids the generation of the RMPA instruction"
42207 msgstr ""
42209 #: config/rx/rx.cc:2800
42210 #, gcc-internal-format
42211 msgid "RX FPU instructions do not support NaNs and infinities"
42212 msgstr ""
42214 #: config/s390/s390-c.cc:487
42215 #, gcc-internal-format
42216 msgid "builtin %qs can only be used on vector types"
42217 msgstr ""
42219 #: config/s390/s390-c.cc:717 config/s390/s390.cc:989
42220 #, gcc-internal-format
42221 msgid "constant value required for builtin %qF argument %d"
42222 msgstr ""
42224 #: config/s390/s390-c.cc:732
42225 #, gcc-internal-format
42226 msgid "valid values for builtin %qF argument %d are 64, 128, 256, 512, 1024, 2048, and 4096"
42227 msgstr ""
42229 #: config/s390/s390-c.cc:909
42230 #, gcc-internal-format
42231 msgid "builtin %qF is for GCC internal use only"
42232 msgstr ""
42234 #: config/s390/s390-c.cc:917
42235 #, gcc-internal-format
42236 msgid "builtin %qF is deprecated"
42237 msgstr "вбудований %qF вважається застарілим"
42239 #: config/s390/s390-c.cc:921
42240 #, gcc-internal-format
42241 msgid "%qF requires %<-mvx%>"
42242 msgstr ""
42244 #: config/s390/s390-c.cc:927
42245 #, gcc-internal-format
42246 msgid "%qF requires z14 or higher"
42247 msgstr "%qF потребує z14 або вищого"
42249 #: config/s390/s390-c.cc:933
42250 #, gcc-internal-format
42251 msgid "%qF requires z15 or higher"
42252 msgstr "%qF потребує z15 або вищого"
42254 #: config/s390/s390-c.cc:947
42255 #, gcc-internal-format
42256 msgid "mismatch in number of arguments for builtin %qF. Expected: %d got %d"
42257 msgstr ""
42259 #: config/s390/s390-c.cc:996
42260 #, gcc-internal-format
42261 msgid "invalid parameter combination for intrinsic %qs"
42262 msgstr ""
42264 #: config/s390/s390-c.cc:1002
42265 #, gcc-internal-format
42266 msgid "ambiguous overload for intrinsic %qs"
42267 msgstr ""
42269 #: config/s390/s390-c.cc:1010
42270 #, gcc-internal-format
42271 msgid "%qs matching variant requires z14 or higher"
42272 msgstr ""
42274 #: config/s390/s390-c.cc:1019
42275 #, gcc-internal-format
42276 msgid "%qs matching variant requires z15 or higher"
42277 msgstr ""
42279 #: config/s390/s390-c.cc:1025
42280 #, gcc-internal-format
42281 msgid "%qs matching variant is deprecated"
42282 msgstr ""
42284 #: config/s390/s390-c.cc:1065
42285 #, gcc-internal-format
42286 msgid "constant argument %d for builtin %qF is out of range for target type"
42287 msgstr ""
42289 #: config/s390/s390.cc:838
42290 #, gcc-internal-format
42291 msgid "constant argument %d for builtin %qF is invalid (%s)"
42292 msgstr ""
42294 #: config/s390/s390.cc:842
42295 #, gcc-internal-format
42296 msgid "constant argument %d for builtin %qF is out of range (0-%wu)"
42297 msgstr ""
42299 #: config/s390/s390.cc:858
42300 #, gcc-internal-format
42301 msgid "constant argument %d for builtin %qF is out of range (%wd-%wd)"
42302 msgstr ""
42304 #: config/s390/s390.cc:907
42305 #, gcc-internal-format
42306 msgid "builtin %qF is not supported without %<-mhtm%> (default with %<-march=zEC12%> and higher)"
42307 msgstr ""
42309 #: config/s390/s390.cc:913
42310 #, gcc-internal-format
42311 msgid "builtin %qF requires %<-mvx%> (default with %<-march=z13%> and higher)"
42312 msgstr ""
42314 #: config/s390/s390.cc:920
42315 #, gcc-internal-format
42316 msgid "Builtin %qF requires z14 or higher"
42317 msgstr ""
42319 #: config/s390/s390.cc:926
42320 #, gcc-internal-format
42321 msgid "Builtin %qF requires z15 or higher"
42322 msgstr ""
42324 #: config/s390/s390.cc:945
42325 #, gcc-internal-format
42326 msgid "unresolved overloaded builtin"
42327 msgstr ""
42329 #: config/s390/s390.cc:952
42330 #, gcc-internal-format
42331 msgid "bad builtin icode"
42332 msgstr ""
42334 #: config/s390/s390.cc:1086
42335 #, gcc-internal-format
42336 msgid "invalid argument %d for builtin %qF"
42337 msgstr "некоректний аргумент %d для вбудованої %qF"
42339 #: config/s390/s390.cc:1187
42340 #, gcc-internal-format
42341 msgid "requested %qE attribute is not a comma separated pair of non-negative integer constants or too large (max. %d)"
42342 msgstr ""
42344 #: config/s390/s390.cc:1277
42345 #, gcc-internal-format
42346 msgid "argument to %qE attribute is not (keep|thunk|thunk-extern)"
42347 msgstr ""
42349 #: config/s390/s390.cc:10240
42350 #, gcc-internal-format
42351 msgid "total size of local variables exceeds architecture limit"
42352 msgstr ""
42354 #: config/s390/s390.cc:11647
42355 #, gcc-internal-format
42356 msgid "frame size of function %qs is %wd bytes exceeding user provided stack limit of %d bytes; an unconditional trap is added"
42357 msgstr ""
42359 #: config/s390/s390.cc:11663
42360 #, gcc-internal-format
42361 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"
42362 msgstr ""
42364 #: config/s390/s390.cc:11691
42365 #, gcc-internal-format
42366 msgid "frame size of %qs is %wd bytes"
42367 msgstr ""
42369 #: config/s390/s390.cc:11695
42370 #, gcc-internal-format
42371 msgid "%qs uses dynamic stack allocation"
42372 msgstr ""
42374 #: config/s390/s390.cc:12441
42375 #, gcc-internal-format
42376 msgid "parameter passing for argument of type %qT with zero-width bit fields members changed in GCC 12"
42377 msgstr ""
42379 #: config/s390/s390.cc:13400
42380 #, gcc-internal-format
42381 msgid "nested functions cannot be profiled with %<-mfentry%> on s390"
42382 msgstr ""
42384 #: config/s390/s390.cc:15716
42385 #, gcc-internal-format
42386 msgid "64-bit ABI not supported in ESA/390 mode"
42387 msgstr ""
42389 #: config/s390/s390.cc:15723
42390 #, gcc-internal-format
42391 msgid "thunk-inline is only supported with %<-mindirect-branch-jump%>"
42392 msgstr ""
42394 #: config/s390/s390.cc:15758
42395 #, gcc-internal-format, gfc-internal-format
42396 msgid "hardware vector support not available on %s"
42397 msgstr ""
42399 #: config/s390/s390.cc:15761
42400 #, gcc-internal-format
42401 msgid "hardware vector support not available with %<-msoft-float%>"
42402 msgstr ""
42404 #: config/s390/s390.cc:15790
42405 #, gcc-internal-format, gfc-internal-format
42406 msgid "hardware decimal floating-point instructions not available on %s"
42407 msgstr ""
42409 #: config/s390/s390.cc:15794
42410 #, gcc-internal-format
42411 msgid "hardware decimal floating-point instructions not available in ESA/390 mode"
42412 msgstr ""
42414 #: config/s390/s390.cc:15806
42415 #, gcc-internal-format
42416 msgid "%<-mhard-dfp%> cannot be used in conjunction with %<-msoft-float%>"
42417 msgstr ""
42419 #: config/s390/s390.cc:15815
42420 #, gcc-internal-format
42421 msgid "%<-mbackchain%> %<-mpacked-stack%> %<-mhard-float%> are not supported in combination"
42422 msgstr ""
42424 #: config/s390/s390.cc:15821
42425 #, gcc-internal-format
42426 msgid "stack size must be greater than the stack guard value"
42427 msgstr ""
42429 #: config/s390/s390.cc:15823
42430 #, gcc-internal-format
42431 msgid "stack size must not be greater than 64k"
42432 msgstr ""
42434 #: config/s390/s390.cc:15826
42435 #, gcc-internal-format
42436 msgid "%<-mstack-guard%> implies use of %<-mstack-size%>"
42437 msgstr ""
42439 #: config/s390/s390.cc:15839
42440 #, gcc-internal-format
42441 msgid "%<-mtpf-trace-hook-prologue-check%> requires integer in range 0-4095"
42442 msgstr ""
42444 #: config/s390/s390.cc:15842
42445 #, gcc-internal-format
42446 msgid "%<-mtpf-trace-hook-prologue-target%> requires integer in range 0-4095"
42447 msgstr ""
42449 #: config/s390/s390.cc:15845
42450 #, gcc-internal-format
42451 msgid "%<-mtpf-trace-hook-epilogue-check%> requires integer in range 0-4095"
42452 msgstr ""
42454 #: config/s390/s390.cc:15848
42455 #, gcc-internal-format
42456 msgid "%<-mtpf-trace-hook-epilogue-target%> requires integer in range 0-4095"
42457 msgstr ""
42459 #: config/s390/s390.cc:15904
42460 #, gcc-internal-format
42461 msgid "%<-mfentry%> is supported only for 64-bit CPUs"
42462 msgstr ""
42464 #. argument is not a plain number
42465 #: config/s390/s390.cc:15940
42466 #, gcc-internal-format
42467 msgid "arguments to %qs should be non-negative integers"
42468 msgstr ""
42470 #: config/s390/s390.cc:15947
42471 #, gcc-internal-format
42472 msgid "argument to %qs is too large (max. %d)"
42473 msgstr ""
42475 #: config/s390/s390.cc:15978
42476 #, gcc-internal-format
42477 msgid "%<-mno-pic-data-is-text-relative%> cannot be used without %<-fpic%>/%<-fPIC%>"
42478 msgstr ""
42480 #: config/s390/s390.cc:16139 config/s390/s390.cc:16189
42481 #: config/s390/s390.cc:16206
42482 #, gcc-internal-format
42483 msgid "attribute %<target%> argument %qs is unknown"
42484 msgstr ""
42486 #. Value is not allowed for the target attribute.
42487 #: config/s390/s390.cc:16145
42488 #, gcc-internal-format
42489 msgid "value %qs is not supported by attribute %<target%>"
42490 msgstr ""
42492 #: config/sh/sh.cc:936
42493 #, gcc-internal-format
42494 msgid "ignoring %<-fschedule-insns%> because of exception handling bug"
42495 msgstr ""
42497 #: config/sh/sh.cc:953
42498 #, gcc-internal-format
42499 msgid "unwind tables currently require either a frame pointer or %<-maccumulate-outgoing-args%> for correctness"
42500 msgstr ""
42502 #: config/sh/sh.cc:7416
42503 #, gcc-internal-format
42504 msgid "%<__builtin_saveregs%> not supported by this subtarget"
42505 msgstr ""
42507 #: config/sh/sh.cc:8353
42508 #, gcc-internal-format
42509 msgid "%qE attribute only applies to interrupt functions"
42510 msgstr ""
42512 #: config/sh/sh.cc:8423
42513 #, gcc-internal-format
42514 msgid "%qE attribute is supported only for SH2A"
42515 msgstr ""
42517 #: config/sh/sh.cc:8465
42518 #, gcc-internal-format
42519 msgid "%qE attribute only applies to SH2A"
42520 msgstr ""
42522 #: config/sh/sh.cc:8487
42523 #, gcc-internal-format
42524 msgid "%qE attribute argument should be between 0 to 255"
42525 msgstr ""
42527 #: config/sh/sh.cc:10832
42528 #, gcc-internal-format
42529 msgid "r0 needs to be available as a call-clobbered register"
42530 msgstr ""
42532 #: config/sparc/sparc.cc:1843
42533 #, gcc-internal-format, gfc-internal-format
42534 msgid "%s is not supported by this configuration"
42535 msgstr ""
42537 #: config/sparc/sparc.cc:1850
42538 #, gcc-internal-format
42539 msgid "%<-mlong-double-64%> not allowed with %<-m64%>"
42540 msgstr ""
42542 #: config/sparc/sparc.cc:1858
42543 #, gcc-internal-format
42544 msgid "%<-fcall-saved-REG%> is not supported for out registers"
42545 msgstr ""
42547 #: config/sparc/sparc.cc:1982
42548 #, gcc-internal-format
42549 msgid "%<-mcmodel=%> is not supported in 32-bit mode"
42550 msgstr "підтримки %<-mcmodel=%> у 32-бітовому режимі не передбачено"
42552 #: config/stormy16/stormy16.cc:1058
42553 #, gcc-internal-format
42554 msgid "local variable memory requirements exceed capacity"
42555 msgstr ""
42557 #: config/stormy16/stormy16.cc:1215
42558 #, gcc-internal-format
42559 msgid "%<function_profiler%> support"
42560 msgstr ""
42562 #: config/stormy16/stormy16.cc:1309
42563 #, gcc-internal-format
42564 msgid "cannot use %<va_start%> in interrupt function"
42565 msgstr ""
42567 #: config/stormy16/stormy16.cc:1880
42568 #, gcc-internal-format, gfc-internal-format
42569 msgid "switch statement of size %lu entries too large"
42570 msgstr ""
42572 #: config/stormy16/stormy16.cc:2252
42573 #, gcc-internal-format
42574 msgid "%<__BELOW100__%> attribute only applies to variables"
42575 msgstr ""
42577 #: config/stormy16/stormy16.cc:2259
42578 #, gcc-internal-format
42579 msgid "%<__BELOW100__%> attribute not allowed with auto storage class"
42580 msgstr ""
42582 #: config/v850/v850-c.cc:67
42583 #, gcc-internal-format
42584 msgid "%<#pragma%> GHS endXXX found without previous startXXX"
42585 msgstr ""
42587 #: config/v850/v850-c.cc:70
42588 #, gcc-internal-format
42589 msgid "%<#pragma%> GHS endXXX does not match previous startXXX"
42590 msgstr ""
42592 #: config/v850/v850-c.cc:96
42593 #, gcc-internal-format
42594 msgid "cannot set interrupt attribute: no current function"
42595 msgstr ""
42597 #: config/v850/v850-c.cc:104
42598 #, gcc-internal-format
42599 msgid "cannot set interrupt attribute: no such identifier"
42600 msgstr ""
42602 #: config/v850/v850-c.cc:153
42603 #, gcc-internal-format
42604 msgid "junk at end of %<#pragma%> ghs section"
42605 msgstr ""
42607 #: config/v850/v850-c.cc:170
42608 #, gcc-internal-format
42609 msgid "unrecognized section name %qE"
42610 msgstr ""
42612 #: config/v850/v850-c.cc:184
42613 #, gcc-internal-format
42614 msgid "malformed %<#pragma%> ghs section"
42615 msgstr ""
42617 #: config/v850/v850-c.cc:203
42618 #, gcc-internal-format
42619 msgid "junk at end of %<#pragma%> ghs interrupt"
42620 msgstr ""
42622 #: config/v850/v850-c.cc:214
42623 #, gcc-internal-format
42624 msgid "junk at end of %<#pragma%> ghs starttda"
42625 msgstr ""
42627 #: config/v850/v850-c.cc:225
42628 #, gcc-internal-format
42629 msgid "junk at end of %<#pragma%> ghs startsda"
42630 msgstr ""
42632 #: config/v850/v850-c.cc:236
42633 #, gcc-internal-format
42634 msgid "junk at end of %<#pragma%> ghs startzda"
42635 msgstr ""
42637 #: config/v850/v850-c.cc:247
42638 #, gcc-internal-format
42639 msgid "junk at end of %<#pragma%> ghs endtda"
42640 msgstr ""
42642 #: config/v850/v850-c.cc:258
42643 #, gcc-internal-format
42644 msgid "junk at end of %<#pragma%> ghs endsda"
42645 msgstr ""
42647 #: config/v850/v850-c.cc:269
42648 #, gcc-internal-format
42649 msgid "junk at end of %<#pragma%> ghs endzda"
42650 msgstr ""
42652 #: config/v850/v850.cc:2046
42653 #, gcc-internal-format
42654 msgid "data area attributes cannot be specified for local variables"
42655 msgstr ""
42657 #: config/v850/v850.cc:2057
42658 #, gcc-internal-format
42659 msgid "data area of %q+D conflicts with previous declaration"
42660 msgstr ""
42662 #: config/v850/v850.cc:2188
42663 #, gcc-internal-format, gfc-internal-format
42664 msgid "bogus JR construction: %d"
42665 msgstr ""
42667 #: config/v850/v850.cc:2206 config/v850/v850.cc:2313
42668 #, gcc-internal-format, gfc-internal-format
42669 msgid "bad amount of stack space removal: %d"
42670 msgstr ""
42672 #: config/v850/v850.cc:2293
42673 #, gcc-internal-format, gfc-internal-format
42674 msgid "bogus JARL construction: %d"
42675 msgstr ""
42677 #: config/v850/v850.cc:2591
42678 #, gcc-internal-format, gfc-internal-format
42679 msgid "bogus DISPOSE construction: %d"
42680 msgstr ""
42682 #: config/v850/v850.cc:2610
42683 #, gcc-internal-format, gfc-internal-format
42684 msgid "too much stack space to dispose of: %d"
42685 msgstr ""
42687 #: config/v850/v850.cc:2712
42688 #, gcc-internal-format, gfc-internal-format
42689 msgid "bogus PREPEARE construction: %d"
42690 msgstr ""
42692 #: config/v850/v850.cc:2729
42693 #, gcc-internal-format, gfc-internal-format
42694 msgid "too much stack space to prepare: %d"
42695 msgstr ""
42697 #: config/visium/visium.cc:730
42698 #, gcc-internal-format
42699 msgid "an interrupt handler cannot be compiled with %<-muser-mode%>"
42700 msgstr ""
42702 #: config/vms/vms-c.cc:44
42703 #, gcc-internal-format
42704 msgid "junk at end of %<#pragma __nostandard%>"
42705 msgstr ""
42707 #: config/vms/vms-c.cc:55
42708 #, gcc-internal-format
42709 msgid "junk at end of %<#pragma __standard%>"
42710 msgstr ""
42712 #: config/vms/vms-c.cc:81
42713 #, gcc-internal-format
42714 msgid "malformed %<#pragma member_alignment%>, ignoring"
42715 msgstr "помилкове форматування %<#pragma member_alignment%>, ігноруємо"
42717 #: config/vms/vms-c.cc:96
42718 #, gcc-internal-format
42719 msgid "unknown %<#pragma member_alignment%> name %s"
42720 msgstr "невідома назва %<#pragma member_alignment%> %s"
42722 #: config/vms/vms-c.cc:101
42723 #, gcc-internal-format
42724 msgid "malformed %<#pragma member_alignment%>"
42725 msgstr ""
42727 #: config/vms/vms-c.cc:135
42728 #, gcc-internal-format
42729 msgid "unhandled alignment for %<#pragma nomember_alignment%>"
42730 msgstr ""
42732 #: config/vms/vms-c.cc:148
42733 #, gcc-internal-format
42734 msgid "garbage at end of %<#pragma nomember_alignment%>"
42735 msgstr ""
42737 #: config/vms/vms-c.cc:203
42738 #, gcc-internal-format
42739 msgid "malformed %<#pragma extern_model%>, ignoring"
42740 msgstr "помилкове форматування %<#pragma extern_model%>, ігноруємо"
42742 #: config/vms/vms-c.cc:224
42743 #, gcc-internal-format
42744 msgid "extern model globalvalue"
42745 msgstr ""
42747 #: config/vms/vms-c.cc:229
42748 #, gcc-internal-format
42749 msgid "unknown %<#pragma extern_model%> model %qs"
42750 msgstr ""
42752 #: config/vms/vms-c.cc:235
42753 #, gcc-internal-format
42754 msgid "junk at end of '#pragma extern_model'"
42755 msgstr ""
42757 #: config/vms/vms-c.cc:249
42758 #, gcc-internal-format
42759 msgid "vms '#pragma __message' is ignored"
42760 msgstr ""
42762 #: config/vms/vms-c.cc:274 config/vms/vms-c.cc:280
42763 #, gcc-internal-format
42764 msgid "malformed %<#pragma __extern_prefix%>, ignoring"
42765 msgstr "помилкове форматування %<#pragma __extern_prefix%>, ігноруємо"
42767 #: config/vms/vms-c.cc:313 config/vms/vms-c.cc:333
42768 #, gcc-internal-format
42769 msgid "malformed %<#pragma %s%>, ignoring"
42770 msgstr "помилкове форматування %<#pragma %s%>, ігноруємо"
42772 #: config/vms/vms-c.cc:329
42773 #, gcc-internal-format
42774 msgid "invalid constant in %<#pragma %s%>"
42775 msgstr ""
42777 #: config/xtensa/xtensa.cc:2769
42778 #, gcc-internal-format
42779 msgid "boolean registers required for the floating-point option"
42780 msgstr ""
42782 #: config/xtensa/xtensa.cc:2804
42783 #, gcc-internal-format
42784 msgid "%<-f%s%> is not supported with CONST16 instructions"
42785 msgstr ""
42787 #: config/xtensa/xtensa.cc:2811
42788 #, gcc-internal-format
42789 msgid "PIC is required but not supported with CONST16 instructions"
42790 msgstr ""
42792 #: config/xtensa/xtensa.cc:4169
42793 #, gcc-internal-format
42794 msgid "only uninitialized variables can be placed in a %<.bss%> section"
42795 msgstr ""
42797 #: ada/gcc-interface/misc.cc:155
42798 #, gcc-internal-format
42799 msgid "%<-gnat%> misspelled as %<-gant%>"
42800 msgstr ""
42802 #: ada/gcc-interface/misc.cc:258
42803 #, gcc-internal-format
42804 msgid "%<-fexcess-precision=standard%> for Ada"
42805 msgstr ""
42807 #: ada/gcc-interface/misc.cc:260
42808 #, gcc-internal-format
42809 msgid "%<-fexcess-precision=16%> for Ada"
42810 msgstr ""
42812 #: ada/gcc-interface/trans.cc:332
42813 #, gcc-internal-format, gfc-internal-format
42814 msgid "%s contains too many lines"
42815 msgstr ""
42817 #: ada/gcc-interface/trans.cc:1614
42818 #, gcc-internal-format
42819 msgid "subprogram %q+F not marked %<Inline_Always%>"
42820 msgstr ""
42822 #: ada/gcc-interface/trans.cc:1616 ada/gcc-interface/trans.cc:1622
42823 #, gcc-internal-format
42824 msgid "parent subprogram cannot be inlined"
42825 msgstr ""
42827 #: ada/gcc-interface/trans.cc:1620
42828 #, gcc-internal-format
42829 msgid "subprogram %q+F not marked %<Inline%>"
42830 msgstr ""
42832 #: ada/gcc-interface/utils.cc:4149
42833 #, gcc-internal-format
42834 msgid "invalid element type for attribute %qs"
42835 msgstr ""
42837 #: ada/gcc-interface/utils.cc:4173
42838 #, gcc-internal-format
42839 msgid "number of components of vector not a power of two"
42840 msgstr ""
42842 #: ada/gcc-interface/utils.cc:6393 ada/gcc-interface/utils.cc:6571
42843 #: ada/gcc-interface/utils.cc:6752
42844 #, gcc-internal-format
42845 msgid "%qs attribute ignored"
42846 msgstr ""
42848 #: ada/gcc-interface/utils.cc:6448
42849 #, gcc-internal-format
42850 msgid "%qs attribute without arguments on a non-prototype"
42851 msgstr ""
42853 #: ada/gcc-interface/utils.cc:6463
42854 #, gcc-internal-format
42855 msgid "%qs argument has invalid operand number (argument %lu)"
42856 msgstr ""
42858 #: ada/gcc-interface/utils.cc:6485
42859 #, gcc-internal-format
42860 msgid "%qs argument with out-of-range operand number (argument %lu, operand %lu)"
42861 msgstr ""
42863 #: ada/gcc-interface/utils.cc:6494
42864 #, gcc-internal-format
42865 msgid "%qs argument references non-pointer operand (argument %lu, operand %lu)"
42866 msgstr ""
42868 #: ada/gcc-interface/utils.cc:6515
42869 #, gcc-internal-format
42870 msgid "%qs attribute requires prototypes with named arguments"
42871 msgstr ""
42873 #: ada/gcc-interface/utils.cc:6524
42874 #, gcc-internal-format
42875 msgid "%qs attribute only applies to variadic functions"
42876 msgstr ""
42878 #: ada/gcc-interface/utils.cc:6712 d/d-attribs.cc:359 d/d-attribs.cc:485
42879 #, gcc-internal-format
42880 msgid "%qE attribute has no effect"
42881 msgstr ""
42883 #: ada/gcc-interface/utils.cc:7044
42884 #, gcc-internal-format
42885 msgid "attribute %qs applies to array types only"
42886 msgstr ""
42888 #: c/c-convert.cc:104 c/c-typeck.cc:2352 c/c-typeck.cc:13364 cp/typeck.cc:2497
42889 #: cp/typeck.cc:9386 cp/typeck.cc:10183 d/d-convert.cc:262
42890 #, gcc-internal-format
42891 msgid "void value not ignored as it ought to be"
42892 msgstr ""
42894 #: c/c-convert.cc:221
42895 #, fuzzy, gcc-internal-format
42896 #| msgid "invalid conversion from %qH to %qI"
42897 msgid "conversion from %qT to %qT"
42898 msgstr "некоректне перетворення з %qH на %qI"
42900 #: c/c-convert.cc:223
42901 #, gcc-internal-format
42902 msgid "only %qT or a null pointer constant can be converted to %qT"
42903 msgstr ""
42905 #: c/c-convert.cc:227 d/d-convert.cc:323
42906 #, gcc-internal-format
42907 msgid "conversion to non-scalar type requested"
42908 msgstr "запит на перетворення до нечислового типу"
42910 #: c/c-decl.cc:842
42911 #, gcc-internal-format
42912 msgid "array %q+D assumed to have one element"
42913 msgstr ""
42915 #: c/c-decl.cc:883
42916 #, gcc-internal-format
42917 msgid "%qD is static but used in inline function %qD which is not static"
42918 msgstr ""
42920 #: c/c-decl.cc:888
42921 #, gcc-internal-format
42922 msgid "%q+D is static but declared in inline function %qD which is not static"
42923 msgstr ""
42925 #: c/c-decl.cc:1084
42926 #, gcc-internal-format, gfc-internal-format
42927 msgid "GCC supports only %u nested scopes"
42928 msgstr ""
42930 #: c/c-decl.cc:1236 cp/decl.cc:367
42931 #, gcc-internal-format
42932 msgid "label %q+D used but not defined"
42933 msgstr ""
42935 #: c/c-decl.cc:1282
42936 #, gcc-internal-format
42937 msgid "nested function %q+D declared but never defined"
42938 msgstr ""
42940 #: c/c-decl.cc:1296
42941 #, gcc-internal-format
42942 msgid "inline function %q+D declared but never defined"
42943 msgstr ""
42945 #: c/c-decl.cc:1313
42946 #, gcc-internal-format
42947 msgid "unused variable %q+D"
42948 msgstr "невикористана змінна %q+D"
42950 #: c/c-decl.cc:1317 cp/decl.cc:709
42951 #, gcc-internal-format
42952 msgid "variable %qD set but not used"
42953 msgstr "змінній %qD надано значення, але цю змінну ніде не використано"
42955 #: c/c-decl.cc:1322
42956 #, gcc-internal-format
42957 msgid "type of array %q+D completed incompatibly with implicit initialization"
42958 msgstr ""
42960 #: c/c-decl.cc:1502
42961 #, gcc-internal-format
42962 msgid "underspecified declaration of %qE, which is already declared in this scope"
42963 msgstr ""
42965 #: c/c-decl.cc:1673 c/c-decl.cc:7697 c/c-decl.cc:8644 c/c-decl.cc:9592
42966 #, gcc-internal-format
42967 msgid "originally defined here"
42968 msgstr ""
42970 #: c/c-decl.cc:1896
42971 #, gcc-internal-format
42972 msgid "a parameter list with an ellipsis cannot match an empty parameter name list declaration"
42973 msgstr ""
42975 #: c/c-decl.cc:1903
42976 #, gcc-internal-format
42977 msgid "an argument type that has a default promotion cannot match an empty parameter name list declaration"
42978 msgstr ""
42980 #: c/c-decl.cc:1951
42981 #, gcc-internal-format
42982 msgid "prototype for %q+D declares more arguments than previous old-style definition"
42983 msgstr ""
42985 #: c/c-decl.cc:1957
42986 #, gcc-internal-format
42987 msgid "prototype for %q+D declares fewer arguments than previous old-style definition"
42988 msgstr ""
42990 #: c/c-decl.cc:1966
42991 #, gcc-internal-format
42992 msgid "prototype for %q+D declares argument %d with incompatible type"
42993 msgstr ""
42995 #. If we get here, no errors were found, but do issue a warning
42996 #. for this poor-style construct.
42997 #: c/c-decl.cc:1979
42998 #, gcc-internal-format
42999 msgid "prototype for %q+D follows non-prototype definition"
43000 msgstr ""
43002 #: c/c-decl.cc:1997
43003 #, gcc-internal-format
43004 msgid "previous definition of %q+D with type %qT"
43005 msgstr ""
43007 #: c/c-decl.cc:2001
43008 #, gcc-internal-format
43009 msgid "previous implicit declaration of %q+D with type %qT"
43010 msgstr ""
43012 #: c/c-decl.cc:2005
43013 #, gcc-internal-format
43014 msgid "previous declaration of %q+D with type %qT"
43015 msgstr ""
43017 #: c/c-decl.cc:2045
43018 #, gcc-internal-format
43019 msgid "%q+D redeclared as different kind of symbol"
43020 msgstr ""
43022 #: c/c-decl.cc:2050
43023 #, gcc-internal-format
43024 msgid "built-in function %q+D declared as non-function"
43025 msgstr ""
43027 #: c/c-decl.cc:2053 c/c-decl.cc:3159
43028 #, gcc-internal-format
43029 msgid "declaration of %q+D shadows a built-in function"
43030 msgstr ""
43032 #: c/c-decl.cc:2063
43033 #, gcc-internal-format
43034 msgid "redeclaration of enumerator %q+D"
43035 msgstr ""
43037 #: c/c-decl.cc:2102
43038 #, gcc-internal-format
43039 msgid "conflicting types for built-in function %q+D; expected %qT"
43040 msgstr ""
43042 #: c/c-decl.cc:2112 c/c-decl.cc:2137
43043 #, gcc-internal-format
43044 msgid "%qD is declared in header %qs"
43045 msgstr "%qD оголошено у файлі заголовків %qs"
43047 #: c/c-decl.cc:2123
43048 #, gcc-internal-format
43049 msgid "mismatch in argument %u type of built-in function %qD; expected %qT"
43050 msgstr ""
43052 #: c/c-decl.cc:2128
43053 #, gcc-internal-format
43054 msgid "mismatch in return type of built-in function %qD; expected %qT"
43055 msgstr ""
43057 #: c/c-decl.cc:2161
43058 #, gcc-internal-format
43059 msgid "conflicting types for %q+D"
43060 msgstr ""
43062 #: c/c-decl.cc:2174 c/c-decl.cc:2211
43063 #, gcc-internal-format
43064 msgid "conflicting types for %q+D; have %qT"
43065 msgstr ""
43067 #: c/c-decl.cc:2191
43068 #, gcc-internal-format
43069 msgid "conflicting named address spaces (generic vs %s) for %q+D"
43070 msgstr ""
43072 #: c/c-decl.cc:2195
43073 #, gcc-internal-format
43074 msgid "conflicting named address spaces (%s vs generic) for %q+D"
43075 msgstr ""
43077 #: c/c-decl.cc:2199
43078 #, gcc-internal-format
43079 msgid "conflicting named address spaces (%s vs %s) for %q+D"
43080 msgstr ""
43082 #: c/c-decl.cc:2208
43083 #, gcc-internal-format
43084 msgid "conflicting type qualifiers for %q+D"
43085 msgstr ""
43087 #: c/c-decl.cc:2222
43088 #, gcc-internal-format
43089 msgid "conflicting types for %q+D due to enum/integer mismatch; have %qT"
43090 msgstr ""
43092 #: c/c-decl.cc:2239
43093 #, gcc-internal-format
43094 msgid "redefinition of typedef %q+D with different type"
43095 msgstr ""
43097 #: c/c-decl.cc:2252
43098 #, gcc-internal-format
43099 msgid "redefinition of typedef %q+D with variably modified type"
43100 msgstr ""
43102 #: c/c-decl.cc:2257
43103 #, gcc-internal-format
43104 msgid "redefinition of typedef %q+D"
43105 msgstr ""
43107 #: c/c-decl.cc:2285
43108 #, gcc-internal-format
43109 msgid "declaration of %qD shadows a built-in function"
43110 msgstr "оголошення %qD затінює вбудовану функцію"
43112 #: c/c-decl.cc:2301
43113 #, gcc-internal-format
43114 msgid "declaration of built-in function %qD without a prototype; expected %qT"
43115 msgstr ""
43117 #: c/c-decl.cc:2328 c/c-decl.cc:2439
43118 #, gcc-internal-format
43119 msgid "redefinition of %q+D"
43120 msgstr ""
43122 #: c/c-decl.cc:2367 c/c-decl.cc:2479
43123 #, gcc-internal-format
43124 msgid "static declaration of %q+D follows non-static declaration"
43125 msgstr ""
43127 #: c/c-decl.cc:2378 c/c-decl.cc:2386 c/c-decl.cc:2468 c/c-decl.cc:2476
43128 #, gcc-internal-format
43129 msgid "non-static declaration of %q+D follows static declaration"
43130 msgstr ""
43132 #: c/c-decl.cc:2403
43133 #, gcc-internal-format
43134 msgid "%<gnu_inline%> attribute present on %q+D"
43135 msgstr ""
43137 #: c/c-decl.cc:2406
43138 #, gcc-internal-format
43139 msgid "but not here"
43140 msgstr ""
43142 #: c/c-decl.cc:2425
43143 #, gcc-internal-format
43144 msgid "thread-local declaration of %q+D follows non-thread-local declaration"
43145 msgstr ""
43147 #: c/c-decl.cc:2428
43148 #, gcc-internal-format
43149 msgid "non-thread-local declaration of %q+D follows thread-local declaration"
43150 msgstr ""
43152 #: c/c-decl.cc:2460
43153 #, gcc-internal-format
43154 msgid "extern declaration of %q+D follows declaration with no linkage"
43155 msgstr ""
43157 #: c/c-decl.cc:2498
43158 #, gcc-internal-format
43159 msgid "declaration of %q+D with no linkage follows extern declaration"
43160 msgstr ""
43162 #: c/c-decl.cc:2505
43163 #, gcc-internal-format
43164 msgid "redeclaration of %q+D with no linkage"
43165 msgstr ""
43167 #: c/c-decl.cc:2531
43168 #, gcc-internal-format
43169 msgid "redeclaration of %q+D with different visibility (old visibility preserved)"
43170 msgstr ""
43172 #: c/c-decl.cc:2552
43173 #, gcc-internal-format
43174 msgid "redefinition of parameter %q+D"
43175 msgstr ""
43177 #: c/c-decl.cc:2579
43178 #, gcc-internal-format
43179 msgid "redundant redeclaration of %q+D"
43180 msgstr ""
43182 #: c/c-decl.cc:3117
43183 #, gcc-internal-format
43184 msgid "declaration of %q+D shadows previous non-variable"
43185 msgstr ""
43187 #: c/c-decl.cc:3139
43188 #, gcc-internal-format
43189 msgid "declaration of %qD shadows a parameter"
43190 msgstr ""
43192 #: c/c-decl.cc:3152 cp/name-lookup.cc:3321
43193 #, gcc-internal-format
43194 msgid "declaration of %qD shadows a global declaration"
43195 msgstr ""
43197 #: c/c-decl.cc:3178
43198 #, gcc-internal-format
43199 msgid "declaration of %qD shadows a previous local"
43200 msgstr ""
43202 #: c/c-decl.cc:3184 cp/name-lookup.cc:3085
43203 #, gcc-internal-format
43204 msgid "shadowed declaration is here"
43205 msgstr ""
43207 #: c/c-decl.cc:3314
43208 #, gcc-internal-format
43209 msgid "nested extern declaration of %qD"
43210 msgstr ""
43212 #: c/c-decl.cc:3477 c/c-decl.cc:3491
43213 #, gcc-internal-format
43214 msgid "implicit declaration of function %qE; did you mean %qs?"
43215 msgstr "неявне оголошення функції %qE; ви мали на увазі %qs?"
43217 #: c/c-decl.cc:3483 c/c-decl.cc:3496
43218 #, gcc-internal-format
43219 msgid "implicit declaration of function %qE"
43220 msgstr "неявне оголошення функції %qE"
43222 #: c/c-decl.cc:3515
43223 #, gcc-internal-format
43224 msgid "include %qs or provide a declaration of %qE"
43225 msgstr ""
43227 #: c/c-decl.cc:3786
43228 #, gcc-internal-format
43229 msgid "incompatible implicit declaration of built-in function %qD"
43230 msgstr "несумісне неявне оголошення вбудованої функції %qD"
43232 #: c/c-decl.cc:3796
43233 #, gcc-internal-format
43234 msgid "include %qs or provide a declaration of %qD"
43235 msgstr ""
43237 #: c/c-decl.cc:3807
43238 #, gcc-internal-format
43239 msgid "incompatible implicit declaration of function %qD"
43240 msgstr "несумісне неявне оголошення функції %qD"
43242 #: c/c-decl.cc:3868
43243 #, gcc-internal-format
43244 msgid "%qE undeclared here (not in a function); did you mean %qs?"
43245 msgstr ""
43247 #: c/c-decl.cc:3873
43248 #, gcc-internal-format
43249 msgid "%qE undeclared here (not in a function)"
43250 msgstr ""
43252 #: c/c-decl.cc:3886
43253 #, gcc-internal-format
43254 msgid "%qE undeclared (first use in this function); did you mean %qs?"
43255 msgstr ""
43257 #: c/c-decl.cc:3891
43258 #, gcc-internal-format
43259 msgid "%qE undeclared (first use in this function)"
43260 msgstr ""
43262 #: c/c-decl.cc:3895
43263 #, gcc-internal-format
43264 msgid "each undeclared identifier is reported only once for each function it appears in"
43265 msgstr ""
43267 #: c/c-decl.cc:3943 cp/decl.cc:3480
43268 #, gcc-internal-format
43269 msgid "label %qE referenced outside of any function"
43270 msgstr ""
43272 #: c/c-decl.cc:3980
43273 #, gcc-internal-format
43274 msgid "jump into scope of identifier with variably modified type"
43275 msgstr ""
43277 #: c/c-decl.cc:3983
43278 #, gcc-internal-format
43279 msgid "jump skips variable initialization"
43280 msgstr ""
43282 #: c/c-decl.cc:3985 c/c-decl.cc:4041 c/c-decl.cc:4132
43283 #, gcc-internal-format
43284 msgid "label %qD defined here"
43285 msgstr ""
43287 #: c/c-decl.cc:4040 c/c-decl.cc:4131
43288 #, gcc-internal-format
43289 msgid "jump into statement expression"
43290 msgstr ""
43292 #: c/c-decl.cc:4063
43293 #, gcc-internal-format
43294 msgid "duplicate label declaration %qE"
43295 msgstr ""
43297 #: c/c-decl.cc:4163 cp/decl.cc:3898
43298 #, gcc-internal-format
43299 msgid "duplicate label %qD"
43300 msgstr ""
43302 #: c/c-decl.cc:4194
43303 #, gcc-internal-format
43304 msgid "traditional C lacks a separate namespace for labels, identifier %qE conflicts"
43305 msgstr ""
43307 #: c/c-decl.cc:4263
43308 #, gcc-internal-format
43309 msgid "switch jumps over variable initialization"
43310 msgstr ""
43312 #: c/c-decl.cc:4266 c/c-decl.cc:4279
43313 #, gcc-internal-format
43314 msgid "switch starts here"
43315 msgstr ""
43317 #: c/c-decl.cc:4278
43318 #, gcc-internal-format
43319 msgid "switch jumps into statement expression"
43320 msgstr ""
43322 #: c/c-decl.cc:4361
43323 #, gcc-internal-format
43324 msgid "%qE defined as wrong kind of tag"
43325 msgstr ""
43327 #: c/c-decl.cc:4547 cp/tree.cc:5055
43328 #, gcc-internal-format
43329 msgid "%qE attribute applied to %qD with void return type"
43330 msgstr ""
43332 #: c/c-decl.cc:4556
43333 #, gcc-internal-format
43334 msgid "%qE attribute can only be applied to functions or to structure, union or enumeration types"
43335 msgstr ""
43337 #: c/c-decl.cc:4576
43338 #, gcc-internal-format
43339 msgid "standard %qE attribute can only be applied to functions"
43340 msgstr ""
43342 #. This can only occur with extensions such as statement
43343 #. expressions, but is still appropriate as an error to
43344 #. avoid types declared in such a context escaping to
43345 #. the type of an auto variable.
43346 #: c/c-decl.cc:4852 c/c-decl.cc:8591
43347 #, gcc-internal-format
43348 msgid "%qT declared in underspecified object initializer"
43349 msgstr ""
43351 #: c/c-decl.cc:4863
43352 #, gcc-internal-format
43353 msgid "unnamed struct/union that defines no instances"
43354 msgstr ""
43356 #: c/c-decl.cc:4874
43357 #, gcc-internal-format
43358 msgid "empty declaration with storage class specifier does not redeclare tag"
43359 msgstr ""
43361 #: c/c-decl.cc:4890
43362 #, gcc-internal-format
43363 msgid "empty declaration with type qualifier does not redeclare tag"
43364 msgstr ""
43366 #: c/c-decl.cc:4902
43367 #, gcc-internal-format
43368 msgid "empty declaration with %<_Alignas%> does not redeclare tag"
43369 msgstr ""
43371 #: c/c-decl.cc:4916
43372 #, gcc-internal-format
43373 msgid "empty declaration of %<enum%> type does not redeclare tag"
43374 msgstr ""
43376 #: c/c-decl.cc:4939 c/c-decl.cc:4947
43377 #, gcc-internal-format
43378 msgid "useless type name in empty declaration"
43379 msgstr ""
43381 #: c/c-decl.cc:4955
43382 #, gcc-internal-format
43383 msgid "%<inline%> in empty declaration"
43384 msgstr ""
43386 #: c/c-decl.cc:4961
43387 #, gcc-internal-format
43388 msgid "%<_Noreturn%> in empty declaration"
43389 msgstr ""
43391 #: c/c-decl.cc:4967
43392 #, fuzzy, gcc-internal-format
43393 #| msgid "conflicting exporting declaration %qD"
43394 msgid "%<constexpr%> in empty declaration"
43395 msgstr "конфлікт оголошення експортування %qD"
43397 #: c/c-decl.cc:4973
43398 #, gcc-internal-format
43399 msgid "%<auto%> in file-scope empty declaration"
43400 msgstr ""
43402 #: c/c-decl.cc:4979
43403 #, gcc-internal-format
43404 msgid "%<register%> in file-scope empty declaration"
43405 msgstr ""
43407 #: c/c-decl.cc:4987
43408 #, gcc-internal-format
43409 msgid "storage class specifier in empty declaration with %<enum%> underlying type"
43410 msgstr ""
43412 #: c/c-decl.cc:4993
43413 #, gcc-internal-format
43414 msgid "%qs in empty declaration with %<enum%> underlying type"
43415 msgstr ""
43417 #: c/c-decl.cc:5003
43418 #, gcc-internal-format
43419 msgid "type qualifier in empty declaration with %<enum%> underlying type"
43420 msgstr ""
43422 #: c/c-decl.cc:5009
43423 #, gcc-internal-format
43424 msgid "%<alignas%> in empty declaration with %<enum%> underlying type"
43425 msgstr ""
43427 #: c/c-decl.cc:5018
43428 #, gcc-internal-format
43429 msgid "useless storage class specifier in empty declaration"
43430 msgstr ""
43432 #: c/c-decl.cc:5024
43433 #, gcc-internal-format
43434 msgid "useless %qs in empty declaration"
43435 msgstr ""
43437 #: c/c-decl.cc:5037
43438 #, gcc-internal-format
43439 msgid "useless type qualifier in empty declaration"
43440 msgstr ""
43442 #: c/c-decl.cc:5044
43443 #, gcc-internal-format
43444 msgid "useless %<_Alignas%> in empty declaration"
43445 msgstr ""
43447 #: c/c-decl.cc:5062
43448 #, gcc-internal-format
43449 msgid "invalid use of attributes in empty declaration"
43450 msgstr ""
43452 #: c/c-decl.cc:5076 c/c-parser.cc:2264
43453 #, gcc-internal-format
43454 msgid "empty declaration"
43455 msgstr ""
43457 #: c/c-decl.cc:5148
43458 #, gcc-internal-format
43459 msgid "ISO C90 does not support %<static%> or type qualifiers in parameter array declarators"
43460 msgstr ""
43462 #: c/c-decl.cc:5152
43463 #, gcc-internal-format
43464 msgid "ISO C90 does not support %<[*]%> array declarators"
43465 msgstr ""
43467 #. C99 6.7.5.2p4
43468 #. A function definition isn't function prototype scope C99 6.2.1p4.
43469 #. C99 6.7.5.2p4
43470 #: c/c-decl.cc:5158 c/c-decl.cc:8189 c/c-decl.cc:10413
43471 #, gcc-internal-format
43472 msgid "%<[*]%> not allowed in other than function prototype scope"
43473 msgstr ""
43475 #: c/c-decl.cc:5376
43476 #, gcc-internal-format
43477 msgid "%q+D is usually a function"
43478 msgstr ""
43480 #: c/c-decl.cc:5385
43481 #, gcc-internal-format
43482 msgid "typedef %qD is initialized (use %<__typeof__%> instead)"
43483 msgstr ""
43485 #: c/c-decl.cc:5390
43486 #, gcc-internal-format
43487 msgid "function %qD is initialized like a variable"
43488 msgstr ""
43490 #. DECL_INITIAL in a PARM_DECL is really DECL_ARG_TYPE.
43491 #: c/c-decl.cc:5396
43492 #, gcc-internal-format
43493 msgid "parameter %qD is initialized"
43494 msgstr ""
43496 #: c/c-decl.cc:5416
43497 #, gcc-internal-format
43498 msgid "variable %qD has initializer but incomplete type"
43499 msgstr ""
43501 #: c/c-decl.cc:5496
43502 #, gcc-internal-format
43503 msgid "inline function %q+D given attribute %qs"
43504 msgstr ""
43506 #: c/c-decl.cc:5552
43507 #, gcc-internal-format
43508 msgid "uninitialized const member in %qT is invalid in C++"
43509 msgstr ""
43511 #: c/c-decl.cc:5554
43512 #, gcc-internal-format
43513 msgid "%qD should be initialized"
43514 msgstr "%qD має бути ініціалізовано"
43516 #: c/c-decl.cc:5635
43517 #, gcc-internal-format
43518 msgid "initializer fails to determine size of %q+D"
43519 msgstr ""
43521 #: c/c-decl.cc:5640
43522 #, gcc-internal-format
43523 msgid "array size missing in %q+D"
43524 msgstr ""
43526 #: c/c-decl.cc:5644
43527 #, gcc-internal-format
43528 msgid "zero or negative size array %q+D"
43529 msgstr ""
43531 #: c/c-decl.cc:5733 m2/gm2-gcc/m2type.cc:1269
43532 #, gcc-internal-format
43533 msgid "storage size of %q+D isn%'t constant"
43534 msgstr ""
43536 #: c/c-decl.cc:5783
43537 #, gcc-internal-format
43538 msgid "ignoring %<asm%> specifier for non-static local variable %q+D"
43539 msgstr ""
43541 #: c/c-decl.cc:5821
43542 #, gcc-internal-format
43543 msgid "cannot put object with volatile field into register"
43544 msgstr ""
43546 #: c/c-decl.cc:5907
43547 #, gcc-internal-format
43548 msgid "uninitialized %<const %D%> is invalid in C++"
43549 msgstr ""
43551 #: c/c-decl.cc:5922 cp/decl.cc:8786
43552 #, gcc-internal-format
43553 msgid "%q+D in declare target directive does not have mappable type"
43554 msgstr ""
43556 #: c/c-decl.cc:6185
43557 #, gcc-internal-format
43558 msgid "ISO C forbids forward parameter declarations"
43559 msgstr ""
43561 #: c/c-decl.cc:6225
43562 #, gcc-internal-format
43563 msgid "file-scope compound literal specifies %<register%>"
43564 msgstr ""
43566 #: c/c-decl.cc:6231
43567 #, gcc-internal-format
43568 msgid "compound literal implicitly auto and declared %qs"
43569 msgstr ""
43571 #: c/c-decl.cc:6331
43572 #, gcc-internal-format
43573 msgid "defining a type in a compound literal is invalid in C++"
43574 msgstr ""
43576 #: c/c-decl.cc:6352 c/c-decl.cc:6367
43577 #, gcc-internal-format
43578 msgid "bit-field %qs width not an integer constant"
43579 msgstr ""
43581 #: c/c-decl.cc:6362
43582 #, gcc-internal-format
43583 msgid "bit-field %qs width not an integer constant expression"
43584 msgstr ""
43586 #: c/c-decl.cc:6373
43587 #, gcc-internal-format
43588 msgid "negative width in bit-field %qs"
43589 msgstr ""
43591 #: c/c-decl.cc:6378
43592 #, gcc-internal-format
43593 msgid "zero width for bit-field %qs"
43594 msgstr ""
43596 #: c/c-decl.cc:6388
43597 #, gcc-internal-format
43598 msgid "bit-field %qs has invalid type"
43599 msgstr ""
43601 #: c/c-decl.cc:6394
43602 #, gcc-internal-format
43603 msgid "cannot declare bit-field %qs with %<warn_if_not_aligned%> type"
43604 msgstr ""
43606 #: c/c-decl.cc:6405
43607 #, gcc-internal-format
43608 msgid "type of bit-field %qs is a GCC extension"
43609 msgstr ""
43611 #: c/c-decl.cc:6411
43612 #, gcc-internal-format
43613 msgid "width of %qs exceeds its type"
43614 msgstr ""
43616 #: c/c-decl.cc:6424
43617 #, gcc-internal-format
43618 msgid "%qs is narrower than values of its type"
43619 msgstr ""
43621 #: c/c-decl.cc:6439
43622 #, gcc-internal-format
43623 msgid "ISO C90 forbids array %qE whose size cannot be evaluated"
43624 msgstr ""
43626 #: c/c-decl.cc:6442
43627 #, gcc-internal-format
43628 msgid "ISO C90 forbids array whose size cannot be evaluated"
43629 msgstr ""
43631 #: c/c-decl.cc:6449
43632 #, gcc-internal-format
43633 msgid "ISO C90 forbids variable length array %qE"
43634 msgstr ""
43636 #: c/c-decl.cc:6451
43637 #, gcc-internal-format
43638 msgid "ISO C90 forbids variable length array"
43639 msgstr ""
43641 #: c/c-decl.cc:6660
43642 #, gcc-internal-format
43643 msgid "%<enum%> underlying type may not be specified here"
43644 msgstr ""
43646 #: c/c-decl.cc:6688 c/c-decl.cc:7095 c/c-decl.cc:7105
43647 #, gcc-internal-format
43648 msgid "variably modified %qE at file scope"
43649 msgstr ""
43651 #: c/c-decl.cc:6690
43652 #, gcc-internal-format
43653 msgid "variably modified field at file scope"
43654 msgstr ""
43656 #: c/c-decl.cc:6710
43657 #, gcc-internal-format
43658 msgid "type defaults to %<int%> in declaration of %qE"
43659 msgstr ""
43661 #: c/c-decl.cc:6714
43662 #, gcc-internal-format
43663 msgid "type defaults to %<int%> in type name"
43664 msgstr ""
43666 #: c/c-decl.cc:6746
43667 #, gcc-internal-format
43668 msgid "duplicate %<const%>"
43669 msgstr "дублювання %<const%>"
43671 #: c/c-decl.cc:6748
43672 #, gcc-internal-format
43673 msgid "duplicate %<restrict%>"
43674 msgstr "дублювання %<restrict%>"
43676 #: c/c-decl.cc:6750
43677 #, gcc-internal-format
43678 msgid "duplicate %<volatile%>"
43679 msgstr "дублювання %<volatile%>"
43681 #: c/c-decl.cc:6752
43682 #, gcc-internal-format
43683 msgid "duplicate %<_Atomic%>"
43684 msgstr "дублювання %<_Atomic%>"
43686 #: c/c-decl.cc:6755
43687 #, gcc-internal-format, gfc-internal-format
43688 msgid "conflicting named address spaces (%s vs %s)"
43689 msgstr ""
43691 #: c/c-decl.cc:6778 c/c-parser.cc:3360
43692 #, gcc-internal-format
43693 msgid "%<_Atomic%>-qualified array type"
43694 msgstr ""
43696 #: c/c-decl.cc:6793
43697 #, gcc-internal-format
43698 msgid "function definition declared %<auto%>"
43699 msgstr ""
43701 #: c/c-decl.cc:6795
43702 #, gcc-internal-format
43703 msgid "function definition declared %<register%>"
43704 msgstr ""
43706 #: c/c-decl.cc:6797
43707 #, gcc-internal-format
43708 msgid "function definition declared %<typedef%>"
43709 msgstr ""
43711 #: c/c-decl.cc:6799
43712 #, gcc-internal-format
43713 msgid "function definition declared %qs"
43714 msgstr ""
43716 #: c/c-decl.cc:6826
43717 #, gcc-internal-format
43718 msgid "storage class specified for structure field %qE"
43719 msgstr ""
43721 #: c/c-decl.cc:6829
43722 #, gcc-internal-format
43723 msgid "storage class specified for structure field"
43724 msgstr ""
43726 #: c/c-decl.cc:6833
43727 #, gcc-internal-format
43728 msgid "storage class specified for parameter %qE"
43729 msgstr ""
43731 #: c/c-decl.cc:6836
43732 #, gcc-internal-format
43733 msgid "storage class specified for unnamed parameter"
43734 msgstr ""
43736 #: c/c-decl.cc:6839 cp/decl.cc:12806
43737 #, gcc-internal-format
43738 msgid "storage class specified for typename"
43739 msgstr ""
43741 #: c/c-decl.cc:6857
43742 #, gcc-internal-format
43743 msgid "%qE initialized and declared %<extern%>"
43744 msgstr ""
43746 #: c/c-decl.cc:6861
43747 #, gcc-internal-format
43748 msgid "%qE has both %<extern%> and initializer"
43749 msgstr ""
43751 #: c/c-decl.cc:6866
43752 #, gcc-internal-format
43753 msgid "file-scope declaration of %qE specifies %<auto%>"
43754 msgstr ""
43756 #: c/c-decl.cc:6870
43757 #, gcc-internal-format
43758 msgid "file-scope declaration of %qE specifies %<register%>"
43759 msgstr ""
43761 #: c/c-decl.cc:6875
43762 #, gcc-internal-format
43763 msgid "nested function %qE declared %<extern%>"
43764 msgstr ""
43766 #: c/c-decl.cc:6878
43767 #, gcc-internal-format
43768 msgid "function-scope %qE implicitly auto and declared %qs"
43769 msgstr ""
43771 #. Only the innermost declarator (making a parameter be of
43772 #. array type which is converted to pointer type)
43773 #. may have static or type qualifiers.
43774 #: c/c-decl.cc:6925 c/c-decl.cc:7320
43775 #, gcc-internal-format
43776 msgid "static or type qualifiers in non-parameter array declarator"
43777 msgstr ""
43779 #: c/c-decl.cc:6986
43780 #, gcc-internal-format
43781 msgid "declaration of %qE as array of voids"
43782 msgstr ""
43784 #: c/c-decl.cc:6988
43785 #, gcc-internal-format
43786 msgid "declaration of type name as array of voids"
43787 msgstr ""
43789 #: c/c-decl.cc:6995
43790 #, gcc-internal-format
43791 msgid "declaration of %qE as array of functions"
43792 msgstr ""
43794 #: c/c-decl.cc:6998
43795 #, gcc-internal-format
43796 msgid "declaration of type name as array of functions"
43797 msgstr ""
43799 #: c/c-decl.cc:7006 c/c-decl.cc:9275
43800 #, gcc-internal-format
43801 msgid "invalid use of structure with flexible array member"
43802 msgstr ""
43804 #: c/c-decl.cc:7038
43805 #, gcc-internal-format
43806 msgid "size of array %qE has non-integer type"
43807 msgstr ""
43809 #: c/c-decl.cc:7042
43810 #, gcc-internal-format
43811 msgid "size of unnamed array has non-integer type"
43812 msgstr ""
43814 #: c/c-decl.cc:7050
43815 #, gcc-internal-format
43816 msgid "size of array %qE has incomplete type"
43817 msgstr ""
43819 #: c/c-decl.cc:7053
43820 #, gcc-internal-format
43821 msgid "size of unnamed array has incomplete type"
43822 msgstr ""
43824 #: c/c-decl.cc:7065
43825 #, gcc-internal-format
43826 msgid "ISO C forbids zero-size array %qE"
43827 msgstr ""
43829 #: c/c-decl.cc:7068
43830 #, gcc-internal-format
43831 msgid "ISO C forbids zero-size array"
43832 msgstr ""
43834 #: c/c-decl.cc:7077
43835 #, gcc-internal-format
43836 msgid "size of array %qE is negative"
43837 msgstr ""
43839 #: c/c-decl.cc:7079
43840 #, gcc-internal-format
43841 msgid "size of unnamed array is negative"
43842 msgstr ""
43844 #: c/c-decl.cc:7165
43845 #, gcc-internal-format
43846 msgid "size of array %qE is too large"
43847 msgstr ""
43849 #: c/c-decl.cc:7168
43850 #, gcc-internal-format
43851 msgid "size of unnamed array is too large"
43852 msgstr ""
43854 #: c/c-decl.cc:7207 c/c-decl.cc:7867
43855 #, gcc-internal-format
43856 msgid "ISO C90 does not support flexible array members"
43857 msgstr ""
43859 #. C99 6.7.5.2p4
43860 #: c/c-decl.cc:7229
43861 #, gcc-internal-format
43862 msgid "%<[*]%> not in a declaration"
43863 msgstr ""
43865 #: c/c-decl.cc:7243
43866 #, gcc-internal-format
43867 msgid "array type has incomplete element type %qT"
43868 msgstr ""
43870 #: c/c-decl.cc:7249
43871 #, gcc-internal-format
43872 msgid "declaration of %qE as multidimensional array must have bounds for all dimensions except the first"
43873 msgstr ""
43875 #: c/c-decl.cc:7253
43876 #, gcc-internal-format
43877 msgid "declaration of multidimensional array must have bounds for all dimensions except the first"
43878 msgstr ""
43880 #: c/c-decl.cc:7356
43881 #, gcc-internal-format
43882 msgid "%qE declared as function returning a function"
43883 msgstr ""
43885 #: c/c-decl.cc:7359
43886 #, gcc-internal-format
43887 msgid "type name declared as function returning a function"
43888 msgstr ""
43890 #: c/c-decl.cc:7366
43891 #, gcc-internal-format
43892 msgid "%qE declared as function returning an array"
43893 msgstr ""
43895 #: c/c-decl.cc:7369
43896 #, gcc-internal-format
43897 msgid "type name declared as function returning an array"
43898 msgstr ""
43900 #: c/c-decl.cc:7410
43901 #, gcc-internal-format
43902 msgid "function definition has qualified void return type"
43903 msgstr ""
43905 #: c/c-decl.cc:7414 cp/decl.cc:13127
43906 #, gcc-internal-format
43907 msgid "type qualifiers ignored on function return type"
43908 msgstr ""
43910 #: c/c-decl.cc:7453 c/c-decl.cc:7663 c/c-decl.cc:7717 c/c-decl.cc:7801
43911 #: c/c-decl.cc:7923 c/c-parser.cc:3362
43912 #, gcc-internal-format
43913 msgid "%<_Atomic%>-qualified function type"
43914 msgstr ""
43916 #: c/c-decl.cc:7459 c/c-decl.cc:7669 c/c-decl.cc:7806 c/c-decl.cc:7928
43917 #, gcc-internal-format
43918 msgid "ISO C forbids qualified function types"
43919 msgstr ""
43921 #: c/c-decl.cc:7554
43922 #, gcc-internal-format
43923 msgid "%qs combined with %<auto%> qualifier for %qE"
43924 msgstr ""
43926 #: c/c-decl.cc:7558
43927 #, gcc-internal-format
43928 msgid "%qs combined with %<register%> qualifier for %qE"
43929 msgstr ""
43931 #: c/c-decl.cc:7564
43932 #, gcc-internal-format
43933 msgid "%qs specified for auto variable %qE"
43934 msgstr ""
43936 #: c/c-decl.cc:7580
43937 #, gcc-internal-format
43938 msgid "%qs specified for parameter %qE"
43939 msgstr ""
43941 #: c/c-decl.cc:7583
43942 #, gcc-internal-format
43943 msgid "%qs specified for unnamed parameter"
43944 msgstr ""
43946 #: c/c-decl.cc:7589
43947 #, gcc-internal-format
43948 msgid "%qs specified for structure field %qE"
43949 msgstr ""
43951 #: c/c-decl.cc:7592
43952 #, gcc-internal-format
43953 msgid "%qs specified for structure field"
43954 msgstr ""
43956 #: c/c-decl.cc:7607
43957 #, gcc-internal-format
43958 msgid "bit-field %qE has atomic type"
43959 msgstr ""
43961 #: c/c-decl.cc:7609
43962 #, gcc-internal-format
43963 msgid "bit-field has atomic type"
43964 msgstr ""
43966 #: c/c-decl.cc:7618
43967 #, gcc-internal-format
43968 msgid "alignment specified for typedef %qE"
43969 msgstr ""
43971 #: c/c-decl.cc:7620
43972 #, gcc-internal-format
43973 msgid "alignment specified for %<register%> object %qE"
43974 msgstr ""
43976 #: c/c-decl.cc:7625
43977 #, gcc-internal-format
43978 msgid "alignment specified for parameter %qE"
43979 msgstr ""
43981 #: c/c-decl.cc:7627
43982 #, gcc-internal-format
43983 msgid "alignment specified for unnamed parameter"
43984 msgstr ""
43986 #: c/c-decl.cc:7632
43987 #, gcc-internal-format
43988 msgid "alignment specified for bit-field %qE"
43989 msgstr ""
43991 #: c/c-decl.cc:7634
43992 #, gcc-internal-format
43993 msgid "alignment specified for unnamed bit-field"
43994 msgstr ""
43996 #: c/c-decl.cc:7637
43997 #, gcc-internal-format
43998 msgid "alignment specified for function %qE"
43999 msgstr ""
44001 #: c/c-decl.cc:7644
44002 #, gcc-internal-format
44003 msgid "%<_Alignas%> specifiers cannot reduce alignment of %qE"
44004 msgstr ""
44006 #: c/c-decl.cc:7647
44007 #, gcc-internal-format
44008 msgid "%<_Alignas%> specifiers cannot reduce alignment of unnamed field"
44009 msgstr ""
44011 #: c/c-decl.cc:7678
44012 #, gcc-internal-format
44013 msgid "typedef %q+D declared %<inline%>"
44014 msgstr ""
44016 #: c/c-decl.cc:7680
44017 #, gcc-internal-format
44018 msgid "typedef %q+D declared %<_Noreturn%>"
44019 msgstr ""
44021 #: c/c-decl.cc:7723
44022 #, gcc-internal-format
44023 msgid "ISO C forbids const or volatile function types"
44024 msgstr ""
44026 #. C99 6.7.2.1p8
44027 #: c/c-decl.cc:7734
44028 #, gcc-internal-format
44029 msgid "a member of a structure or union cannot have a variably modified type"
44030 msgstr ""
44032 #: c/c-decl.cc:7751 cp/decl.cc:11691
44033 #, gcc-internal-format
44034 msgid "variable or field %qE declared void"
44035 msgstr ""
44037 #: c/c-decl.cc:7791
44038 #, gcc-internal-format
44039 msgid "attributes in parameter array declarator ignored"
44040 msgstr ""
44042 #: c/c-decl.cc:7833
44043 #, gcc-internal-format
44044 msgid "parameter %q+D declared %<inline%>"
44045 msgstr ""
44047 #: c/c-decl.cc:7835
44048 #, gcc-internal-format
44049 msgid "parameter %q+D declared %<_Noreturn%>"
44050 msgstr ""
44052 #: c/c-decl.cc:7848
44053 #, gcc-internal-format
44054 msgid "field %qE declared as a function"
44055 msgstr ""
44057 #: c/c-decl.cc:7855
44058 #, gcc-internal-format
44059 msgid "field %qE has incomplete type"
44060 msgstr ""
44062 #: c/c-decl.cc:7857
44063 #, gcc-internal-format
44064 msgid "unnamed field has incomplete type"
44065 msgstr ""
44067 #: c/c-decl.cc:7894 c/c-decl.cc:7905 c/c-decl.cc:7908
44068 #, gcc-internal-format
44069 msgid "invalid storage class for function %qE"
44070 msgstr ""
44072 #: c/c-decl.cc:7965
44073 #, gcc-internal-format
44074 msgid "cannot inline function %<main%>"
44075 msgstr ""
44077 #: c/c-decl.cc:7967
44078 #, gcc-internal-format
44079 msgid "%<main%> declared %<_Noreturn%>"
44080 msgstr ""
44082 #: c/c-decl.cc:7978
44083 #, gcc-internal-format
44084 msgid "ISO C99 does not support %<_Noreturn%>"
44085 msgstr "У ISO C99 не передбачено підтримки %<_Noreturn%>"
44087 #: c/c-decl.cc:7981
44088 #, gcc-internal-format
44089 msgid "ISO C90 does not support %<_Noreturn%>"
44090 msgstr "У ISO C90 не передбачено підтримки %<_Noreturn%>"
44092 #: c/c-decl.cc:8000
44093 #, fuzzy, gcc-internal-format
44094 #| msgid "%qT is a variably modified type"
44095 msgid "%<constexpr%> object has variably modified type"
44096 msgstr "%qT є змінним за змінними типом"
44098 #: c/c-decl.cc:8004 c/c-parser.cc:10931
44099 #, gcc-internal-format
44100 msgid "invalid qualifiers for %<constexpr%> object"
44101 msgstr ""
44103 #: c/c-decl.cc:8010 c/c-parser.cc:10934
44104 #, gcc-internal-format
44105 msgid "invalid qualifiers for field of %<constexpr%> object"
44106 msgstr ""
44108 #: c/c-decl.cc:8036
44109 #, gcc-internal-format
44110 msgid "variable previously declared %<static%> redeclared %<extern%>"
44111 msgstr ""
44113 #: c/c-decl.cc:8048
44114 #, gcc-internal-format
44115 msgid "variable %q+D declared %<inline%>"
44116 msgstr ""
44118 #: c/c-decl.cc:8050
44119 #, gcc-internal-format
44120 msgid "variable %q+D declared %<_Noreturn%>"
44121 msgstr ""
44123 #: c/c-decl.cc:8085
44124 #, gcc-internal-format
44125 msgid "non-nested function with variably modified type"
44126 msgstr ""
44128 #: c/c-decl.cc:8087
44129 #, gcc-internal-format
44130 msgid "object with variably modified type must have no linkage"
44131 msgstr ""
44133 #: c/c-decl.cc:8195 c/c-decl.cc:10218
44134 #, gcc-internal-format
44135 msgid "function declaration isn%'t a prototype"
44136 msgstr ""
44138 #: c/c-decl.cc:8205
44139 #, gcc-internal-format
44140 msgid "parameter names (without types) in function declaration"
44141 msgstr ""
44143 #: c/c-decl.cc:8250
44144 #, gcc-internal-format
44145 msgid "parameter %u (%q+D) has incomplete type"
44146 msgstr ""
44148 #: c/c-decl.cc:8254
44149 #, gcc-internal-format, gfc-internal-format
44150 msgid "parameter %u has incomplete type"
44151 msgstr ""
44153 #: c/c-decl.cc:8265
44154 #, gcc-internal-format
44155 msgid "parameter %u (%q+D) has void type"
44156 msgstr ""
44158 #: c/c-decl.cc:8269
44159 #, gcc-internal-format, gfc-internal-format
44160 msgid "parameter %u has void type"
44161 msgstr ""
44163 #: c/c-decl.cc:8344
44164 #, gcc-internal-format
44165 msgid "%<void%> as only parameter may not be qualified"
44166 msgstr ""
44168 #: c/c-decl.cc:8348 c/c-decl.cc:8384
44169 #, gcc-internal-format
44170 msgid "%<void%> must be the only parameter"
44171 msgstr ""
44173 #: c/c-decl.cc:8378
44174 #, gcc-internal-format
44175 msgid "parameter %q+D has just a forward declaration"
44176 msgstr ""
44178 #: c/c-decl.cc:8424
44179 #, gcc-internal-format
44180 msgid "%<%s %E%> declared inside parameter list will not be visible outside of this definition or declaration"
44181 msgstr ""
44183 #: c/c-decl.cc:8430
44184 #, gcc-internal-format, gfc-internal-format
44185 msgid "anonymous %s declared inside parameter list will not be visible outside of this definition or declaration"
44186 msgstr ""
44188 #: c/c-decl.cc:8545
44189 #, gcc-internal-format
44190 msgid "enum type defined here"
44191 msgstr ""
44193 #: c/c-decl.cc:8551
44194 #, gcc-internal-format
44195 msgid "struct defined here"
44196 msgstr ""
44198 #: c/c-decl.cc:8557
44199 #, gcc-internal-format
44200 msgid "union defined here"
44201 msgstr ""
44203 #: c/c-decl.cc:8640
44204 #, gcc-internal-format
44205 msgid "redefinition of %<union %E%>"
44206 msgstr ""
44208 #: c/c-decl.cc:8642
44209 #, gcc-internal-format
44210 msgid "redefinition of %<struct %E%>"
44211 msgstr ""
44213 #: c/c-decl.cc:8651
44214 #, gcc-internal-format
44215 msgid "nested redefinition of %<union %E%>"
44216 msgstr ""
44218 #: c/c-decl.cc:8653
44219 #, gcc-internal-format
44220 msgid "nested redefinition of %<struct %E%>"
44221 msgstr ""
44223 #: c/c-decl.cc:8683 c/c-decl.cc:9617
44224 #, gcc-internal-format
44225 msgid "defining type in %qs expression is invalid in C++"
44226 msgstr ""
44228 #: c/c-decl.cc:8689 c/c-decl.cc:9623
44229 #, gcc-internal-format
44230 msgid "%qT defined in underspecified object initializer"
44231 msgstr ""
44233 #: c/c-decl.cc:8753 cp/decl.cc:5467
44234 #, gcc-internal-format
44235 msgid "declaration does not declare anything"
44236 msgstr ""
44238 #: c/c-decl.cc:8758
44239 #, gcc-internal-format
44240 msgid "ISO C99 doesn%'t support unnamed structs/unions"
44241 msgstr ""
44243 #: c/c-decl.cc:8761
44244 #, gcc-internal-format
44245 msgid "ISO C90 doesn%'t support unnamed structs/unions"
44246 msgstr ""
44248 #: c/c-decl.cc:8854 c/c-decl.cc:8872 c/c-decl.cc:8933
44249 #, gcc-internal-format
44250 msgid "duplicate member %q+D"
44251 msgstr ""
44253 #: c/c-decl.cc:8959
44254 #, gcc-internal-format
44255 msgid "empty struct has size 0 in C, size 1 in C++"
44256 msgstr ""
44258 #: c/c-decl.cc:8962
44259 #, gcc-internal-format
44260 msgid "empty union has size 0 in C, size 1 in C++"
44261 msgstr ""
44263 #: c/c-decl.cc:9171
44264 #, gcc-internal-format
44265 msgid "union has no named members"
44266 msgstr ""
44268 #: c/c-decl.cc:9173
44269 #, gcc-internal-format
44270 msgid "union has no members"
44271 msgstr ""
44273 #: c/c-decl.cc:9178
44274 #, gcc-internal-format
44275 msgid "struct has no named members"
44276 msgstr ""
44278 #: c/c-decl.cc:9180
44279 #, gcc-internal-format
44280 msgid "struct has no members"
44281 msgstr ""
44283 #: c/c-decl.cc:9254 cp/decl.cc:14110
44284 #, gcc-internal-format
44285 msgid "flexible array member in union"
44286 msgstr ""
44288 #: c/c-decl.cc:9260
44289 #, gcc-internal-format
44290 msgid "flexible array member not at end of struct"
44291 msgstr ""
44293 #: c/c-decl.cc:9266
44294 #, gcc-internal-format
44295 msgid "flexible array member in a struct with no named members"
44296 msgstr ""
44298 #: c/c-decl.cc:9300
44299 #, gcc-internal-format
44300 msgid "type %qT is too large"
44301 msgstr ""
44303 #: c/c-decl.cc:9354
44304 #, gcc-internal-format
44305 msgid "type punning toggles scalar storage order"
44306 msgstr ""
44308 #: c/c-decl.cc:9421
44309 #, gcc-internal-format
44310 msgid "union cannot be made transparent"
44311 msgstr ""
44313 #: c/c-decl.cc:9582
44314 #, gcc-internal-format
44315 msgid "nested redefinition of %<enum %E%>"
44316 msgstr ""
44318 #: c/c-decl.cc:9590
44319 #, gcc-internal-format
44320 msgid "redeclaration of %<enum %E%>"
44321 msgstr ""
44323 #: c/c-decl.cc:9601
44324 #, gcc-internal-format
44325 msgid "%<enum%> declared with but defined without fixed underlying type"
44326 msgstr ""
44328 #: c/c-decl.cc:9686 cp/decl.cc:16686 m2/gm2-gcc/m2type.cc:2060
44329 #, gcc-internal-format
44330 msgid "specified mode too small for enumerated values"
44331 msgstr ""
44333 #: c/c-decl.cc:9705
44334 #, gcc-internal-format
44335 msgid "enumeration values exceed range of largest integer"
44336 msgstr ""
44338 #: c/c-decl.cc:9714
44339 #, gcc-internal-format
44340 msgid "enumeration values exceed range of %qs"
44341 msgstr ""
44343 #: c/c-decl.cc:9841 c/c-decl.cc:9857
44344 #, gcc-internal-format
44345 msgid "enumerator value for %qE is not an integer constant"
44346 msgstr ""
44348 #: c/c-decl.cc:9852
44349 #, gcc-internal-format
44350 msgid "enumerator value for %qE is not an integer constant expression"
44351 msgstr ""
44353 #: c/c-decl.cc:9876
44354 #, gcc-internal-format
44355 msgid "overflow in enumeration values"
44356 msgstr ""
44358 #: c/c-decl.cc:9883
44359 #, gcc-internal-format
44360 msgid "enumerator value outside the range of underlying type"
44361 msgstr ""
44363 #: c/c-decl.cc:9911
44364 #, gcc-internal-format
44365 msgid "enumerator value outside the range of %qs"
44366 msgstr ""
44368 #: c/c-decl.cc:9917
44369 #, gcc-internal-format
44370 msgid "ISO C restricts enumerator values to range of %<int%> before C2X"
44371 msgstr ""
44373 #: c/c-decl.cc:10111 cp/decl.cc:5787 cp/decl.cc:17265
44374 #, gcc-internal-format
44375 msgid "inline function %qD given attribute %qs"
44376 msgstr ""
44378 #: c/c-decl.cc:10129
44379 #, gcc-internal-format
44380 msgid "return type is an incomplete type"
44381 msgstr ""
44383 #: c/c-decl.cc:10141
44384 #, gcc-internal-format
44385 msgid "return type defaults to %<int%>"
44386 msgstr ""
44388 #: c/c-decl.cc:10169
44389 #, gcc-internal-format
44390 msgid "%q+D defined as variadic function without prototype"
44391 msgstr ""
44393 #: c/c-decl.cc:10227
44394 #, gcc-internal-format
44395 msgid "no previous prototype for %qD"
44396 msgstr ""
44398 #: c/c-decl.cc:10236
44399 #, gcc-internal-format
44400 msgid "%qD was used with no prototype before its definition"
44401 msgstr ""
44403 #: c/c-decl.cc:10244 cp/decl.cc:17408
44404 #, gcc-internal-format
44405 msgid "no previous declaration for %qD"
44406 msgstr ""
44408 #: c/c-decl.cc:10254
44409 #, gcc-internal-format
44410 msgid "%qD was used with no declaration before its definition"
44411 msgstr ""
44413 #: c/c-decl.cc:10273
44414 #, gcc-internal-format
44415 msgid "return type of %qD is not %<int%>"
44416 msgstr ""
44418 #: c/c-decl.cc:10275
44419 #, gcc-internal-format
44420 msgid "%<_Atomic%>-qualified return type of %qD"
44421 msgstr ""
44423 #: c/c-decl.cc:10282
44424 #, gcc-internal-format
44425 msgid "%qD is normally a non-static function"
44426 msgstr ""
44428 #: c/c-decl.cc:10333
44429 #, gcc-internal-format
44430 msgid "old-style parameter declarations in prototyped function definition"
44431 msgstr ""
44433 #: c/c-decl.cc:10348
44434 #, gcc-internal-format
44435 msgid "traditional C rejects ISO C style function definitions"
44436 msgstr ""
44438 #: c/c-decl.cc:10365
44439 #, gcc-internal-format
44440 msgid "ISO C does not support omitting parameter names in function definitions before C2X"
44441 msgstr ""
44443 #: c/c-decl.cc:10405 c/c-decl.cc:10409
44444 #, gcc-internal-format
44445 msgid "old-style function definition"
44446 msgstr ""
44448 #: c/c-decl.cc:10422
44449 #, gcc-internal-format
44450 msgid "parameter name missing from parameter list"
44451 msgstr ""
44453 #: c/c-decl.cc:10438
44454 #, gcc-internal-format
44455 msgid "%qD declared as a non-parameter"
44456 msgstr ""
44458 #: c/c-decl.cc:10446
44459 #, gcc-internal-format
44460 msgid "multiple parameters named %qD"
44461 msgstr ""
44463 #: c/c-decl.cc:10455
44464 #, gcc-internal-format
44465 msgid "parameter %qD declared with void type"
44466 msgstr ""
44468 #: c/c-decl.cc:10484 c/c-decl.cc:10489
44469 #, gcc-internal-format
44470 msgid "type of %qD defaults to %<int%>"
44471 msgstr ""
44473 #: c/c-decl.cc:10509
44474 #, gcc-internal-format
44475 msgid "parameter %qD has incomplete type"
44476 msgstr ""
44478 #: c/c-decl.cc:10516
44479 #, gcc-internal-format
44480 msgid "declaration for parameter %qD but no such parameter"
44481 msgstr ""
44483 #: c/c-decl.cc:10569
44484 #, gcc-internal-format
44485 msgid "number of arguments doesn%'t match built-in prototype"
44486 msgstr ""
44488 #: c/c-decl.cc:10580
44489 #, gcc-internal-format
44490 msgid "number of arguments doesn%'t match prototype"
44491 msgstr ""
44493 #: c/c-decl.cc:10583 c/c-decl.cc:10630 c/c-decl.cc:10644
44494 #, gcc-internal-format
44495 msgid "prototype declaration"
44496 msgstr ""
44498 #: c/c-decl.cc:10622
44499 #, gcc-internal-format
44500 msgid "promoted argument %qD doesn%'t match built-in prototype"
44501 msgstr ""
44503 #: c/c-decl.cc:10627
44504 #, gcc-internal-format
44505 msgid "promoted argument %qD doesn%'t match prototype"
44506 msgstr ""
44508 #: c/c-decl.cc:10637
44509 #, gcc-internal-format
44510 msgid "argument %qD doesn%'t match built-in prototype"
44511 msgstr ""
44513 #: c/c-decl.cc:10642
44514 #, gcc-internal-format
44515 msgid "argument %qD doesn%'t match prototype"
44516 msgstr ""
44518 #: c/c-decl.cc:10900 cp/decl.cc:18189
44519 #, gcc-internal-format
44520 msgid "no return statement in function returning non-void"
44521 msgstr ""
44523 #: c/c-decl.cc:10919 cp/decl.cc:18273
44524 #, gcc-internal-format
44525 msgid "parameter %qD set but not used"
44526 msgstr "встановлено значення параметра %qD, але сам параметр ніде не використано"
44528 #: c/c-decl.cc:11016
44529 #, gcc-internal-format
44530 msgid "%<for%> loop initial declarations are only allowed in C99 or C11 mode"
44531 msgstr ""
44533 #: c/c-decl.cc:11021
44534 #, gcc-internal-format
44535 msgid "use option %<-std=c99%>, %<-std=gnu99%>, %<-std=c11%> or %<-std=gnu11%> to compile your code"
44536 msgstr ""
44538 #: c/c-decl.cc:11028
44539 #, gcc-internal-format
44540 msgid "ISO C90 does not support %<for%> loop initial declarations"
44541 msgstr ""
44543 #: c/c-decl.cc:11060
44544 #, gcc-internal-format
44545 msgid "declaration of static variable %qD in %<for%> loop initial declaration"
44546 msgstr ""
44548 #: c/c-decl.cc:11064
44549 #, gcc-internal-format
44550 msgid "declaration of %<extern%> variable %qD in %<for%> loop initial declaration"
44551 msgstr ""
44553 #: c/c-decl.cc:11071
44554 #, gcc-internal-format
44555 msgid "%<struct %E%> declared in %<for%> loop initial declaration"
44556 msgstr ""
44558 #: c/c-decl.cc:11076
44559 #, gcc-internal-format
44560 msgid "%<union %E%> declared in %<for%> loop initial declaration"
44561 msgstr ""
44563 #: c/c-decl.cc:11080
44564 #, gcc-internal-format
44565 msgid "%<enum %E%> declared in %<for%> loop initial declaration"
44566 msgstr ""
44568 #: c/c-decl.cc:11084
44569 #, gcc-internal-format
44570 msgid "declaration of non-variable %qD in %<for%> loop initial declaration"
44571 msgstr ""
44573 #: c/c-decl.cc:11370
44574 #, gcc-internal-format
44575 msgid "incompatible address space qualifiers %qs and %qs"
44576 msgstr ""
44578 #: c/c-decl.cc:11429 c/c-decl.cc:11436
44579 #, gcc-internal-format
44580 msgid "duplicate %qE declaration specifier"
44581 msgstr ""
44583 #: c/c-decl.cc:11464 c/c-decl.cc:12465
44584 #, gcc-internal-format
44585 msgid "multiple storage classes in declaration specifiers"
44586 msgstr ""
44588 #: c/c-decl.cc:11466
44589 #, fuzzy, gcc-internal-format
44590 #| msgid "%qs specified with %<typeof%>"
44591 msgid "%qs used with %<auto%>"
44592 msgstr "%qs визначено з %<typeof%>"
44594 #. auto may only be used with another storage class specifier,
44595 #. such as constexpr, if the type is inferred.
44596 #: c/c-decl.cc:11471
44597 #, fuzzy, gcc-internal-format
44598 #| msgid "%qs cannot be used in a %<constexpr%> function"
44599 msgid "%<auto%> used with %<constexpr%>"
44600 msgstr "%qs не може бути використано у функції %<constexpr%>"
44602 #: c/c-decl.cc:11484 c/c-decl.cc:11868 c/c-decl.cc:12263
44603 #, gcc-internal-format
44604 msgid "two or more data types in declaration specifiers"
44605 msgstr ""
44607 #: c/c-decl.cc:11496 cp/parser.cc:33520
44608 #, gcc-internal-format
44609 msgid "%<long long long%> is too long for GCC"
44610 msgstr ""
44612 #: c/c-decl.cc:11509
44613 #, gcc-internal-format
44614 msgid "ISO C90 does not support %<long long%>"
44615 msgstr "У ISO C90 не передбачено підтримки %<long long%>"
44617 #: c/c-decl.cc:11738 c/c-parser.cc:10585
44618 #, gcc-internal-format
44619 msgid "ISO C90 does not support complex types"
44620 msgstr ""
44622 #: c/c-decl.cc:11784
44623 #, gcc-internal-format
44624 msgid "ISO C does not support saturating types"
44625 msgstr ""
44627 #: c/c-decl.cc:11855 c/c-decl.cc:12400 c/c-decl.cc:12459
44628 #, gcc-internal-format
44629 msgid "duplicate %qE"
44630 msgstr ""
44632 #: c/c-decl.cc:11915
44633 #, gcc-internal-format
44634 msgid "ISO C does not support %<__int%d%> types"
44635 msgstr ""
44637 #: c/c-decl.cc:11937
44638 #, gcc-internal-format
44639 msgid "%<__int%d%> is not supported on this target"
44640 msgstr "підтримки %<__int%d%> для цього призначення не передбачено"
44642 #: c/c-decl.cc:11980
44643 #, gcc-internal-format
44644 msgid "ISO C90 does not support boolean types"
44645 msgstr ""
44647 #: c/c-decl.cc:12099
44648 #, gcc-internal-format
44649 msgid "ISO C does not support the %<_Float%d%s%> type"
44650 msgstr "У ISO C не передбачено підтримки типу %<_Float%d%s%>"
44652 #: c/c-decl.cc:12149 cp/parser.cc:19715
44653 #, gcc-internal-format
44654 msgid "%<_Float%d%s%> is not supported on this target"
44655 msgstr "підтримки %<_Float%d%s%> для цього призначення не передбачено"
44657 #: c/c-decl.cc:12220
44658 #, gcc-internal-format
44659 msgid "ISO C does not support decimal floating-point before C2X"
44660 msgstr ""
44662 #: c/c-decl.cc:12244 c/c-decl.cc:12561 c/c-parser.cc:9595
44663 #, gcc-internal-format
44664 msgid "fixed-point types not supported for this target"
44665 msgstr ""
44667 #: c/c-decl.cc:12246
44668 #, gcc-internal-format
44669 msgid "ISO C does not support fixed-point types"
44670 msgstr ""
44672 #: c/c-decl.cc:12279
44673 #, gcc-internal-format
44674 msgid "C++ lookup of %qD would return a field, not a type"
44675 msgstr ""
44677 #: c/c-decl.cc:12292
44678 #, gcc-internal-format
44679 msgid "%qE fails to be a typedef or built in type"
44680 msgstr ""
44682 #: c/c-decl.cc:12344
44683 #, gcc-internal-format
44684 msgid "%qE is not at beginning of declaration"
44685 msgstr ""
44687 #. auto may only be used with another storage class specifier,
44688 #. such as constexpr, if the type is inferred.
44689 #: c/c-decl.cc:12365 c/c-decl.cc:12442
44690 #, gcc-internal-format
44691 msgid "%qE used with %<auto%>"
44692 msgstr ""
44694 #: c/c-decl.cc:12367
44695 #, gcc-internal-format
44696 msgid "%qE used with %<register%>"
44697 msgstr ""
44699 #: c/c-decl.cc:12369 c/c-decl.cc:12438
44700 #, gcc-internal-format
44701 msgid "%qE used with %<typedef%>"
44702 msgstr ""
44704 #: c/c-decl.cc:12371 c/c-decl.cc:12408
44705 #, fuzzy, gcc-internal-format
44706 #| msgid "%qs specified with %<decltype%>"
44707 msgid "%qE used with %<constexpr%>"
44708 msgstr "%qs визначено з %<decltype%>"
44710 #: c/c-decl.cc:12385 c/c-parser.cc:2925 c/c-parser.cc:4209 c/c-parser.cc:8939
44711 #, gcc-internal-format
44712 msgid "ISO C99 does not support %qE"
44713 msgstr ""
44715 #: c/c-decl.cc:12388 c/c-parser.cc:2928 c/c-parser.cc:4212 c/c-parser.cc:8942
44716 #, gcc-internal-format
44717 msgid "ISO C90 does not support %qE"
44718 msgstr ""
44720 #: c/c-decl.cc:12414
44721 #, gcc-internal-format
44722 msgid "%<__thread%> before %<extern%>"
44723 msgstr "%<__thread%> до %<extern%>"
44725 #: c/c-decl.cc:12423
44726 #, gcc-internal-format
44727 msgid "%<__thread%> before %<static%>"
44728 msgstr "%<__thread%> до %<static%>"
44730 #: c/c-decl.cc:12429
44731 #, fuzzy, gcc-internal-format
44732 #| msgid "%qs specified with %<typeof%>"
44733 msgid "%<typedef%> used with %<auto%>"
44734 msgstr "%qs визначено з %<typeof%>"
44736 #: c/c-decl.cc:12436
44737 #, fuzzy, gcc-internal-format
44738 #| msgid "%qs specified with %<decltype%>"
44739 msgid "%qE used with %<extern%>"
44740 msgstr "%qs визначено з %<decltype%>"
44742 #: c/c-decl.cc:12444
44743 #, fuzzy, gcc-internal-format
44744 #| msgid "%qs specified with %qT"
44745 msgid "%qE used with %qs"
44746 msgstr "%qs визначено з %qT"
44748 #: c/c-decl.cc:12457
44749 #, gcc-internal-format
44750 msgid "duplicate %<_Thread_local%> or %<__thread%>"
44751 msgstr ""
44753 #: c/c-decl.cc:12473
44754 #, gcc-internal-format
44755 msgid "%qs used with %qE"
44756 msgstr ""
44758 #: c/c-decl.cc:12481
44759 #, gcc-internal-format
44760 msgid "%<constexpr%> used with %qE"
44761 msgstr ""
44763 #: c/c-decl.cc:12558
44764 #, gcc-internal-format
44765 msgid "%<_Sat%> is used without %<_Fract%> or %<_Accum%>"
44766 msgstr ""
44768 #: c/c-decl.cc:12573
44769 #, gcc-internal-format
44770 msgid "ISO C does not support plain %<complex%> meaning %<double complex%>"
44771 msgstr ""
44773 #: c/c-decl.cc:12584
44774 #, fuzzy, gcc-internal-format
44775 #| msgid "ISO C does not support the %<_Float%d%s%> type"
44776 msgid "ISO C does not support %<auto%> type deduction before C2X"
44777 msgstr "У ISO C не передбачено підтримки типу %<_Float%d%s%>"
44779 #: c/c-decl.cc:12613
44780 #, gcc-internal-format
44781 msgid "%<__auto_type%> followed by %<[[]]%> attributes"
44782 msgstr ""
44784 #: c/c-decl.cc:12639 c/c-decl.cc:12655 c/c-decl.cc:12681
44785 #, gcc-internal-format
44786 msgid "ISO C does not support complex integer types"
44787 msgstr ""
44789 #: c/c-decl.cc:13109 cp/semantics.cc:6063
44790 #, gcc-internal-format
44791 msgid "%<#pragma omp declare reduction%> combiner refers to variable %qD which is not %<omp_out%> nor %<omp_in%>"
44792 msgstr ""
44794 #: c/c-decl.cc:13113 cp/semantics.cc:6067
44795 #, gcc-internal-format
44796 msgid "%<#pragma omp declare reduction%> initializer refers to variable %qD which is not %<omp_priv%> nor %<omp_orig%>"
44797 msgstr ""
44799 #: c/c-fold.cc:388 c/c-typeck.cc:12642 cp/typeck.cc:5636
44800 #, gcc-internal-format
44801 msgid "left shift of negative value"
44802 msgstr ""
44804 #: c/c-fold.cc:398 c/c-typeck.cc:12651 cp/typeck.cc:5644
44805 #, gcc-internal-format
44806 msgid "left shift count is negative"
44807 msgstr ""
44809 #: c/c-fold.cc:399 c/c-typeck.cc:12579 cp/typeck.cc:5583
44810 #, gcc-internal-format
44811 msgid "right shift count is negative"
44812 msgstr ""
44814 #: c/c-fold.cc:407 c/c-typeck.cc:12670 cp/typeck.cc:5652
44815 #, gcc-internal-format
44816 msgid "left shift count >= width of type"
44817 msgstr ""
44819 #: c/c-fold.cc:408 c/c-typeck.cc:12603 cp/typeck.cc:5594
44820 #, gcc-internal-format
44821 msgid "right shift count >= width of type"
44822 msgstr ""
44824 #: c/c-fold.cc:415 c/c-typeck.cc:12662
44825 #, gcc-internal-format
44826 msgid "left shift count >= width of vector element"
44827 msgstr ""
44829 #: c/c-fold.cc:416 c/c-typeck.cc:12590
44830 #, gcc-internal-format
44831 msgid "right shift count >= width of vector element"
44832 msgstr ""
44834 #: c/c-parser.cc:336
44835 #, gcc-internal-format
44836 msgid "identifier %qE conflicts with C++ keyword"
44837 msgstr ""
44839 #: c/c-parser.cc:1017 cp/parser.cc:3113
44840 #, gcc-internal-format
44841 msgid "version control conflict marker in file"
44842 msgstr ""
44844 #: c/c-parser.cc:1238 cp/parser.cc:3194
44845 #, gcc-internal-format
44846 msgid "to match this %qs"
44847 msgstr "для відповідності цьому %qs"
44849 #: c/c-parser.cc:1367 cp/parser.cc:33754
44850 #, gcc-internal-format
44851 msgid "expected end of line"
44852 msgstr ""
44854 #: c/c-parser.cc:1770
44855 #, gcc-internal-format
44856 msgid "ISO C forbids an empty translation unit"
44857 msgstr ""
44859 #: c/c-parser.cc:1796 c/c-parser.cc:1805 c/c-parser.cc:23169
44860 #: cp/parser.cc:47419 cp/semantics.cc:3399 cp/semantics.cc:3408
44861 #, gcc-internal-format
44862 msgid "%qs without corresponding %qs"
44863 msgstr ""
44865 #: c/c-parser.cc:1901 c/c-parser.cc:11991
44866 #, gcc-internal-format
44867 msgid "ISO C does not allow extra %<;%> outside of a function"
44868 msgstr ""
44870 #: c/c-parser.cc:1982
44871 #, gcc-internal-format
44872 msgid "%<assume%> attribute at top level"
44873 msgstr ""
44875 #: c/c-parser.cc:2132
44876 #, gcc-internal-format
44877 msgid "unknown type name %qE; use %<struct%> keyword to refer to the type"
44878 msgstr ""
44880 #: c/c-parser.cc:2140
44881 #, gcc-internal-format
44882 msgid "unknown type name %qE; use %<union%> keyword to refer to the type"
44883 msgstr ""
44885 #: c/c-parser.cc:2148
44886 #, gcc-internal-format
44887 msgid "unknown type name %qE; use %<enum%> keyword to refer to the type"
44888 msgstr ""
44890 #: c/c-parser.cc:2161 c/c-parser.cc:4816
44891 #, gcc-internal-format
44892 msgid "unknown type name %qE; did you mean %qs?"
44893 msgstr ""
44895 #: c/c-parser.cc:2165 c/c-parser.cc:3183 c/c-parser.cc:4820
44896 #, gcc-internal-format
44897 msgid "unknown type name %qE"
44898 msgstr ""
44900 #: c/c-parser.cc:2192 c/c-parser.cc:13313 c/c-parser.cc:20919
44901 #: c/c-parser.cc:21514 c/c-parser.cc:22068 cp/parser.cc:44882
44902 #: cp/parser.cc:49481
44903 #, gcc-internal-format
44904 msgid "expected declaration specifiers"
44905 msgstr ""
44907 #: c/c-parser.cc:2216
44908 #, gcc-internal-format
44909 msgid "%qT declared in underspecified object declaration"
44910 msgstr ""
44912 #: c/c-parser.cc:2221
44913 #, gcc-internal-format
44914 msgid "%qT defined in underspecified object declaration"
44915 msgstr ""
44917 #: c/c-parser.cc:2240
44918 #, fuzzy, gcc-internal-format
44919 #| msgid "invalid property declaration"
44920 msgid "%qs in empty declaration"
44921 msgstr "некоректне оголошення властивості"
44923 #: c/c-parser.cc:2254
44924 #, gcc-internal-format
44925 msgid "%<fallthrough%> attribute at top level"
44926 msgstr ""
44928 #: c/c-parser.cc:2279 c/c-parser.cc:4013
44929 #, gcc-internal-format
44930 msgid "expected %<;%>, identifier or %<(%>"
44931 msgstr ""
44933 #: c/c-parser.cc:2297 cp/parser.cc:35989 cp/parser.cc:36061
44934 #, gcc-internal-format
44935 msgid "prefix attributes are ignored for methods"
44936 msgstr ""
44938 #: c/c-parser.cc:2332
44939 #, gcc-internal-format
44940 msgid "prefix attributes are ignored for implementations"
44941 msgstr ""
44943 #: c/c-parser.cc:2353
44944 #, gcc-internal-format
44945 msgid "unexpected attribute"
44946 msgstr ""
44948 #: c/c-parser.cc:2363 c/c-parser.cc:6748 cp/parser.cc:12603 cp/parser.cc:12825
44949 #, gcc-internal-format
44950 msgid "%<fallthrough%> attribute not followed by %<;%>"
44951 msgstr ""
44953 #: c/c-parser.cc:2366 c/c-parser.cc:6731 cp/cp-gimplify.cc:3191
44954 #, gcc-internal-format
44955 msgid "%<assume%> attribute not followed by %<;%>"
44956 msgstr ""
44958 #: c/c-parser.cc:2399
44959 #, gcc-internal-format
44960 msgid "%<__auto_type%> requires a plain identifier as declarator"
44961 msgstr ""
44963 #: c/c-parser.cc:2412
44964 #, gcc-internal-format
44965 msgid "%<auto%> requires a plain identifier, possibly with attributes, as declarator"
44966 msgstr ""
44968 #: c/c-parser.cc:2438
44969 #, gcc-internal-format
44970 msgid "data definition has no type or storage class"
44971 msgstr ""
44973 #. This means there is an attribute specifier after
44974 #. the declarator in a function definition.  Provide
44975 #. some more information for the user.
44976 #: c/c-parser.cc:2453
44977 #, gcc-internal-format
44978 msgid "attributes should be specified before the declarator in a function definition"
44979 msgstr ""
44981 #: c/c-parser.cc:2492
44982 #, gcc-internal-format
44983 msgid "%<__auto_type%> used with a bit-field initializer"
44984 msgstr ""
44986 #: c/c-parser.cc:2592 c/c-parser.cc:2722
44987 #, fuzzy, gcc-internal-format
44988 #| msgid "%qs requires an integer constant expression"
44989 msgid "%qs requires an initialized data declaration"
44990 msgstr "%qs потребує сталого цілочисельного виразу"
44992 #: c/c-parser.cc:2685
44993 #, fuzzy, gcc-internal-format
44994 #| msgid "can only apply to a single declaration"
44995 msgid "%qs may only be used with a single declarator"
44996 msgstr "може застосовуватися лише до одинарного оголошення"
44998 #: c/c-parser.cc:2714 cp/parser.cc:15497
44999 #, gcc-internal-format
45000 msgid "expected %<,%> or %<;%>"
45001 msgstr "мало бути %<,%> або %<;%>"
45003 #. This can appear in many cases looking nothing like a
45004 #. function definition, so we don't give a more specific
45005 #. error suggesting there was one.
45006 #: c/c-parser.cc:2729 c/c-parser.cc:2770
45007 #, gcc-internal-format
45008 msgid "expected %<=%>, %<,%>, %<;%>, %<asm%> or %<__attribute__%>"
45009 msgstr "мало бути %<=%>, %<,%>, %<;%>, %<asm%> або %<__attribute__%>"
45011 #: c/c-parser.cc:2737
45012 #, gcc-internal-format
45013 msgid "ISO C forbids nested functions"
45014 msgstr "У стандарті ISO C заборонено вкладеність функцій"
45016 #: c/c-parser.cc:2951 c/c-parser.cc:7870 c/c-parser.cc:13374
45017 #, gcc-internal-format
45018 msgid "expected string literal"
45019 msgstr ""
45021 #: c/c-parser.cc:2960
45022 #, fuzzy, gcc-internal-format
45023 #| msgid "ISO C90 does not support %<long long%>"
45024 msgid "ISO C11 does not support omitting the string in %qE"
45025 msgstr "У ISO C90 не передбачено підтримки %<long long%>"
45027 #: c/c-parser.cc:2966
45028 #, gcc-internal-format
45029 msgid "expression in static assertion is not an integer"
45030 msgstr ""
45032 #: c/c-parser.cc:2975
45033 #, gcc-internal-format
45034 msgid "expression in static assertion is not an integer constant expression"
45035 msgstr ""
45037 #: c/c-parser.cc:2980
45038 #, gcc-internal-format
45039 msgid "expression in static assertion is not constant"
45040 msgstr ""
45042 #: c/c-parser.cc:2987
45043 #, gcc-internal-format
45044 msgid "static assertion failed: %E"
45045 msgstr ""
45047 #: c/c-parser.cc:2989 cp/semantics.cc:11287
45048 #, gcc-internal-format
45049 msgid "static assertion failed"
45050 msgstr ""
45052 #: c/c-parser.cc:3330
45053 #, gcc-internal-format
45054 msgid "%<_Atomic%> in Objective-C"
45055 msgstr ""
45057 #: c/c-parser.cc:3333
45058 #, gcc-internal-format
45059 msgid "ISO C99 does not support the %<_Atomic%> qualifier"
45060 msgstr ""
45062 #: c/c-parser.cc:3336
45063 #, gcc-internal-format
45064 msgid "ISO C90 does not support the %<_Atomic%> qualifier"
45065 msgstr ""
45067 #: c/c-parser.cc:3364
45068 #, gcc-internal-format
45069 msgid "%<_Atomic%> applied to a qualified type"
45070 msgstr ""
45072 #: c/c-parser.cc:3394
45073 #, gcc-internal-format
45074 msgid "%<__GIMPLE%> only valid with %<-fgimple%>"
45075 msgstr ""
45077 #: c/c-parser.cc:3485
45078 #, gcc-internal-format
45079 msgid "ISO C does not support specifying %<enum%> underlying types before C2X"
45080 msgstr ""
45082 #: c/c-parser.cc:3494
45083 #, gcc-internal-format
45084 msgid "%<enum%> declared both with and without fixed underlying type"
45085 msgstr ""
45087 #: c/c-parser.cc:3516
45088 #, gcc-internal-format
45089 msgid "no %<enum%> underlying type specified"
45090 msgstr ""
45092 #: c/c-parser.cc:3520
45093 #, fuzzy, gcc-internal-format
45094 #| msgid "invalid %<PHI%> argument"
45095 msgid "invalid %<enum%> underlying type"
45096 msgstr "некоректний аргумент %<PHI%>"
45098 #: c/c-parser.cc:3550
45099 #, gcc-internal-format
45100 msgid "%<enum%> underlying type incompatible with previous declaration"
45101 msgstr ""
45103 #: c/c-parser.cc:3585
45104 #, gcc-internal-format
45105 msgid "empty enum is invalid"
45106 msgstr ""
45108 #: c/c-parser.cc:3589 c/c-parser.cc:4641 c/c-parser.cc:5362 c/c-parser.cc:5374
45109 #: c/c-parser.cc:5836 c/c-parser.cc:6148 c/c-parser.cc:7737 c/c-parser.cc:7820
45110 #: c/c-parser.cc:8796 c/c-parser.cc:9113 c/c-parser.cc:9122 c/c-parser.cc:9655
45111 #: c/c-parser.cc:9842 c/c-parser.cc:9870 c/c-parser.cc:10752
45112 #: c/c-parser.cc:11270 c/c-parser.cc:11308 c/c-parser.cc:11573
45113 #: c/c-parser.cc:11624 c/c-parser.cc:11784 c/c-parser.cc:11814
45114 #: c/c-parser.cc:11822 c/c-parser.cc:11851 c/c-parser.cc:11864
45115 #: c/c-parser.cc:12170 c/c-parser.cc:12294 c/c-parser.cc:12879
45116 #: c/c-parser.cc:12932 c/c-parser.cc:12948 c/c-parser.cc:12994
45117 #: c/c-parser.cc:13839 c/c-parser.cc:13885 c/c-parser.cc:16615
45118 #: c/c-parser.cc:16752 c/c-parser.cc:17467 c/c-parser.cc:19903
45119 #: c/c-parser.cc:22596 c/c-parser.cc:22787 c/gimple-parser.cc:1806
45120 #: c/gimple-parser.cc:1853 cp/parser.cc:9276 cp/parser.cc:33757
45121 #: cp/parser.cc:36966 cp/parser.cc:39892 cp/parser.cc:40084 cp/parser.cc:46465
45122 #: cp/parser.cc:48764
45123 #, gcc-internal-format
45124 msgid "expected identifier"
45125 msgstr ""
45127 #: c/c-parser.cc:3634 cp/parser.cc:21252
45128 #, gcc-internal-format
45129 msgid "comma at end of enumerator list"
45130 msgstr ""
45132 #: c/c-parser.cc:3640 go/gofrontend/embed.cc:423
45133 #, gcc-internal-format
45134 msgid "expected %<,%> or %<}%>"
45135 msgstr "мало бути %<,%> або %<}%>"
45137 #: c/c-parser.cc:3683
45138 #, gcc-internal-format
45139 msgid "ISO C forbids forward references to %<enum%> types"
45140 msgstr ""
45142 #: c/c-parser.cc:3807
45143 #, gcc-internal-format
45144 msgid "expected class name"
45145 msgstr ""
45147 #: c/c-parser.cc:3829
45148 #, gcc-internal-format
45149 msgid "extra semicolon in struct or union specified"
45150 msgstr ""
45152 #: c/c-parser.cc:3858
45153 #, gcc-internal-format
45154 msgid "no semicolon at end of struct or union"
45155 msgstr ""
45157 #: c/c-parser.cc:3975 c/c-parser.cc:5608
45158 #, gcc-internal-format
45159 msgid "expected specifier-qualifier-list"
45160 msgstr ""
45162 #: c/c-parser.cc:3986
45163 #, gcc-internal-format
45164 msgid "ISO C forbids member declarations with no members"
45165 msgstr ""
45167 #: c/c-parser.cc:4080
45168 #, gcc-internal-format
45169 msgid "expected %<,%>, %<;%> or %<}%>"
45170 msgstr "мало бути %<,%>, %<;%> або %<}%>"
45172 #: c/c-parser.cc:4087
45173 #, gcc-internal-format
45174 msgid "expected %<:%>, %<,%>, %<;%>, %<}%> or %<__attribute__%>"
45175 msgstr "мало бути %<:%>, %<,%>, %<;%>, %<}%> або %<__attribute__%>"
45177 #: c/c-parser.cc:4158
45178 #, gcc-internal-format
45179 msgid "%<typeof%> applied to a bit-field"
45180 msgstr ""
45182 #: c/c-parser.cc:4469
45183 #, gcc-internal-format
45184 msgid "expected identifier or %<(%>"
45185 msgstr ""
45187 #: c/c-parser.cc:4702
45188 #, gcc-internal-format
45189 msgid "ISO C requires a named argument before %<...%> before C2X"
45190 msgstr ""
45192 #: c/c-parser.cc:4827
45193 #, gcc-internal-format
45194 msgid "expected declaration specifiers or %<...%>"
45195 msgstr ""
45197 #: c/c-parser.cc:5055
45198 #, gcc-internal-format
45199 msgid "parentheses must be omitted if attribute argument list is empty"
45200 msgstr ""
45202 #: c/c-parser.cc:5399 cp/parser.cc:29380
45203 #, gcc-internal-format
45204 msgid "%qE attribute does not take any arguments"
45205 msgstr ""
45207 #: c/c-parser.cc:5454
45208 #, gcc-internal-format
45209 msgid "ISO C does not support %<[[]]%> attributes before C2X"
45210 msgstr ""
45212 #: c/c-parser.cc:5683 c/c-parser.cc:5743 c/c-typeck.cc:8648
45213 #, fuzzy, gcc-internal-format
45214 #| msgid "variable-sized object may not be initialized"
45215 msgid "variable-sized object may not be initialized except with an empty initializer"
45216 msgstr "об'єкт розмірності змінної може бути не ініціалізовано"
45218 #: c/c-parser.cc:5737
45219 #, fuzzy, gcc-internal-format
45220 #| msgid "ISO C++ forbids empty unnamed enum"
45221 msgid "ISO C forbids empty initializer braces before C2X"
45222 msgstr "У ISO C++ заборонено порожні enum без назви"
45224 #: c/c-parser.cc:5800
45225 #, gcc-internal-format
45226 msgid "obsolete use of designated initializer with %<:%>"
45227 msgstr ""
45229 #: c/c-parser.cc:5956
45230 #, gcc-internal-format
45231 msgid "ISO C forbids specifying range of elements to initialize"
45232 msgstr ""
45234 #: c/c-parser.cc:5968
45235 #, gcc-internal-format
45236 msgid "ISO C90 forbids specifying subobject to initialize"
45237 msgstr ""
45239 #: c/c-parser.cc:5976
45240 #, gcc-internal-format
45241 msgid "obsolete use of designated initializer without %<=%>"
45242 msgstr ""
45244 #: c/c-parser.cc:6163
45245 #, gcc-internal-format
45246 msgid "ISO C forbids label declarations"
45247 msgstr ""
45249 #: c/c-parser.cc:6169 c/c-parser.cc:6258 c/c-parser.cc:6272
45250 #: c/gimple-parser.cc:419
45251 #, gcc-internal-format
45252 msgid "expected declaration or statement"
45253 msgstr ""
45255 #: c/c-parser.cc:6204
45256 #, gcc-internal-format
45257 msgid "a label can only be part of a statement and a declaration is not a statement"
45258 msgstr ""
45260 #: c/c-parser.cc:6216 c/c-parser.cc:6249
45261 #, gcc-internal-format
45262 msgid "ISO C90 forbids mixed declarations and code"
45263 msgstr ""
45265 #: c/c-parser.cc:6280
45266 #, gcc-internal-format
45267 msgid "expected %<}%> before %<else%>"
45268 msgstr ""
45270 #: c/c-parser.cc:6285 cp/parser.cc:12950
45271 #, gcc-internal-format
45272 msgid "%<else%> without a previous %<if%>"
45273 msgstr ""
45275 #: c/c-parser.cc:6303
45276 #, gcc-internal-format
45277 msgid "label at end of compound statement"
45278 msgstr ""
45280 #. Avoid infinite loop in error recovery:
45281 #. c_parser_skip_until_found stops at a closing nesting
45282 #. delimiter without consuming it, but here we need to consume
45283 #. it to proceed further.
45284 #: c/c-parser.cc:6324 c/c-parser.cc:6337 c/c-parser.cc:6773
45285 #: c/gimple-parser.cc:2344 cp/parser.cc:12509
45286 #, gcc-internal-format
45287 msgid "expected statement"
45288 msgstr ""
45290 #: c/c-parser.cc:6396
45291 #, gcc-internal-format
45292 msgid "expected %<:%> or %<...%>"
45293 msgstr "мало бути %<:%> або %<...%>"
45295 #: c/c-parser.cc:6424
45296 #, gcc-internal-format
45297 msgid "GNU-style attribute between label and declaration appertains to the label"
45298 msgstr ""
45300 #: c/c-parser.cc:6655
45301 #, gcc-internal-format
45302 msgid "expected identifier or %<*%>"
45303 msgstr ""
45305 #: c/c-parser.cc:6756
45306 #, gcc-internal-format
45307 msgid "only attribute %<fallthrough%> or %<assume%> can be applied to a null statement"
45308 msgstr ""
45310 #: c/c-parser.cc:6881 cp/parser.cc:14519
45311 #, gcc-internal-format
45312 msgid "suggest braces around empty body in an %<if%> statement"
45313 msgstr ""
45315 #: c/c-parser.cc:6923 cp/parser.cc:14522
45316 #, gcc-internal-format
45317 msgid "suggest braces around empty body in an %<else%> statement"
45318 msgstr ""
45320 #: c/c-parser.cc:7054 cp/parser.cc:13319
45321 #, gcc-internal-format
45322 msgid "suggest explicit braces to avoid ambiguous %<else%>"
45323 msgstr ""
45325 #: c/c-parser.cc:7194
45326 #, gcc-internal-format
45327 msgid "suggest braces around empty body in %<do%> statement"
45328 msgstr ""
45330 #: c/c-parser.cc:7326 c/c-parser.cc:7358
45331 #, gcc-internal-format
45332 msgid "multiple iterating variables in fast enumeration"
45333 msgstr ""
45335 #: c/c-parser.cc:7381
45336 #, gcc-internal-format
45337 msgid "invalid iterating variable in fast enumeration"
45338 msgstr ""
45340 #: c/c-parser.cc:7405 cp/parser.cc:13606
45341 #, gcc-internal-format
45342 msgid "missing loop condition in loop with %<GCC ivdep%> pragma"
45343 msgstr ""
45345 #: c/c-parser.cc:7411 cp/parser.cc:13612
45346 #, gcc-internal-format
45347 msgid "missing loop condition in loop with %<GCC unroll%> pragma"
45348 msgstr ""
45350 #: c/c-parser.cc:7447
45351 #, gcc-internal-format
45352 msgid "missing collection in fast enumeration"
45353 msgstr ""
45355 #: c/c-parser.cc:7569 c/c-parser.cc:7580 c/c-parser.cc:7591
45356 #, gcc-internal-format
45357 msgid "duplicate %<asm%> qualifier %qE"
45358 msgstr ""
45360 #: c/c-parser.cc:7570 c/c-parser.cc:7581 c/c-parser.cc:7592 cp/parser.cc:22159
45361 #: cp/parser.cc:22176 cp/parser.cc:22190
45362 #, gcc-internal-format
45363 msgid "first seen here"
45364 msgstr ""
45366 #: c/c-parser.cc:7601
45367 #, gcc-internal-format
45368 msgid "%qE is not a valid %<asm%> qualifier"
45369 msgstr ""
45371 #: c/c-parser.cc:7651
45372 #, gcc-internal-format
45373 msgid "expected %<:%> or %<)%>"
45374 msgstr "мало бути %<:%> або %<)%>"
45376 #: c/c-parser.cc:7950 cp/parser.cc:4575
45377 #, gcc-internal-format
45378 msgid "a wide string is invalid in this context"
45379 msgstr ""
45381 #: c/c-parser.cc:8156
45382 #, gcc-internal-format
45383 msgid "ISO C forbids omitting the middle term of a %<?:%> expression"
45384 msgstr ""
45386 #. Location of the binary operator.
45387 #. Quiet warning.
45388 #: c/c-parser.cc:8378 cp/typeck.cc:5417
45389 #, gcc-internal-format
45390 msgid "division %<sizeof (%T) / sizeof (%T)%> does not compute the number of array elements"
45391 msgstr ""
45393 #: c/c-parser.cc:8384 cp/typeck.cc:5422
45394 #, gcc-internal-format
45395 msgid "first %<sizeof%> operand was declared here"
45396 msgstr "перший операнд %<sizeof%> було оголошено тут:"
45398 #: c/c-parser.cc:8655
45399 #, gcc-internal-format
45400 msgid "storage class specifier in cast"
45401 msgstr ""
45403 #: c/c-parser.cc:8658
45404 #, gcc-internal-format
45405 msgid "alignment specified for type name in cast"
45406 msgstr ""
45408 #: c/c-parser.cc:8759
45409 #, gcc-internal-format
45410 msgid "traditional C rejects the unary plus operator"
45411 msgstr "у традиційній мові C не допускається унарний оператор плюс"
45413 #: c/c-parser.cc:8891
45414 #, fuzzy, gcc-internal-format
45415 #| msgid "%qs specified with %<typeof%>"
45416 msgid "storage class specifier in %<sizeof%>"
45417 msgstr "%qs визначено з %<typeof%>"
45419 #: c/c-parser.cc:8894
45420 #, gcc-internal-format
45421 msgid "alignment specified for type name in %<sizeof%>"
45422 msgstr ""
45424 #: c/c-parser.cc:8910
45425 #, gcc-internal-format
45426 msgid "%<sizeof%> applied to a bit-field"
45427 msgstr ""
45429 #: c/c-parser.cc:8983
45430 #, gcc-internal-format
45431 msgid "storage class specifier in %qE"
45432 msgstr ""
45434 #: c/c-parser.cc:8986
45435 #, gcc-internal-format
45436 msgid "alignment specified for type name in %qE"
45437 msgstr ""
45439 #: c/c-parser.cc:9010
45440 #, gcc-internal-format
45441 msgid "ISO C does not allow %<%E (expression)%>"
45442 msgstr ""
45444 #: c/c-parser.cc:9163
45445 #, gcc-internal-format
45446 msgid "cannot take address of %qs"
45447 msgstr ""
45449 #: c/c-parser.cc:9246
45450 #, gcc-internal-format
45451 msgid "ISO C99 does not support %<_Generic%>"
45452 msgstr "У ISO C99 не передбачено підтримки %<_Generic%>"
45454 #: c/c-parser.cc:9249
45455 #, gcc-internal-format
45456 msgid "ISO C90 does not support %<_Generic%>"
45457 msgstr "У ISO C90 не передбачено підтримки %<_Generic%>"
45459 #: c/c-parser.cc:9318
45460 #, gcc-internal-format
45461 msgid "%<_Generic%> association has function type"
45462 msgstr ""
45464 #: c/c-parser.cc:9321
45465 #, gcc-internal-format
45466 msgid "%<_Generic%> association has incomplete type"
45467 msgstr ""
45469 #: c/c-parser.cc:9325
45470 #, gcc-internal-format
45471 msgid "%<_Generic%> association has variable length type"
45472 msgstr ""
45474 #: c/c-parser.cc:9349
45475 #, gcc-internal-format
45476 msgid "duplicate %<default%> case in %<_Generic%>"
45477 msgstr ""
45479 #: c/c-parser.cc:9350
45480 #, gcc-internal-format
45481 msgid "original %<default%> is here"
45482 msgstr ""
45484 #: c/c-parser.cc:9358
45485 #, gcc-internal-format
45486 msgid "%<_Generic%> specifies two compatible types"
45487 msgstr ""
45489 #: c/c-parser.cc:9359
45490 #, gcc-internal-format
45491 msgid "compatible type is here"
45492 msgstr ""
45494 #: c/c-parser.cc:9382
45495 #, gcc-internal-format
45496 msgid "%<_Generic%> selector matches multiple associations"
45497 msgstr ""
45499 #: c/c-parser.cc:9384
45500 #, gcc-internal-format
45501 msgid "other match is here"
45502 msgstr ""
45504 #: c/c-parser.cc:9409
45505 #, gcc-internal-format
45506 msgid "%<_Generic%> selector of type %qT is not compatible with any association"
45507 msgstr ""
45509 #: c/c-parser.cc:9430
45510 #, gcc-internal-format
45511 msgid "argument %u of %<__builtin_tgmath%> is not a function pointer"
45512 msgstr ""
45514 #: c/c-parser.cc:9438
45515 #, gcc-internal-format
45516 msgid "argument %u of %<__builtin_tgmath%> is unprototyped"
45517 msgstr ""
45519 #: c/c-parser.cc:9444
45520 #, gcc-internal-format
45521 msgid "argument %u of %<__builtin_tgmath%> has variable arguments"
45522 msgstr ""
45524 #: c/c-parser.cc:9460
45525 #, gcc-internal-format
45526 msgid "argument %u of %<__builtin_tgmath%> has no arguments"
45527 msgstr ""
45529 #: c/c-parser.cc:9483 c/c-parser.cc:9487
45530 #, gcc-internal-format
45531 msgid "ISO C does not support %qs predefined identifier"
45532 msgstr ""
45534 #: c/c-parser.cc:9491
45535 #, gcc-internal-format
45536 msgid "ISO C90 does not support %<__func__%> predefined identifier"
45537 msgstr ""
45539 #: c/c-parser.cc:9669 c/c-parser.cc:10819 c/c-parser.cc:10841
45540 #: c/c-parser.cc:19320 c/gimple-parser.cc:1722 c/gimple-parser.cc:2361
45541 #: cp/parser.cc:41978
45542 #, gcc-internal-format
45543 msgid "expected expression"
45544 msgstr "мало бути вказано вираз"
45546 #: c/c-parser.cc:9690
45547 #, gcc-internal-format
45548 msgid "braced-group within expression allowed only inside a function"
45549 msgstr ""
45551 #: c/c-parser.cc:9704
45552 #, gcc-internal-format
45553 msgid "ISO C forbids braced-groups within expressions"
45554 msgstr ""
45556 #: c/c-parser.cc:9897
45557 #, gcc-internal-format
45558 msgid "wrong number of arguments to %<__builtin_choose_expr%>"
45559 msgstr "помилкова кількість аргументів %<__builtin_choose_expr%>"
45561 #: c/c-parser.cc:9913
45562 #, gcc-internal-format
45563 msgid "first argument to %<__builtin_choose_expr%> not a constant"
45564 msgstr ""
45566 #: c/c-parser.cc:9983 c/c-parser.cc:10000 c/c-parser.cc:10007
45567 #, gcc-internal-format
45568 msgid "too few arguments to %<__builtin_tgmath%>"
45569 msgstr "замало аргументів для %<__builtin_tgmath%>"
45571 #: c/c-parser.cc:10028
45572 #, gcc-internal-format
45573 msgid "argument %u of %<__builtin_tgmath%> has wrong number of arguments"
45574 msgstr ""
45576 #: c/c-parser.cc:10072 c/c-parser.cc:10082
45577 #, gcc-internal-format
45578 msgid "invalid type-generic return type for argument %u of %<__builtin_tgmath%>"
45579 msgstr ""
45581 #: c/c-parser.cc:10104 c/c-parser.cc:10114
45582 #, gcc-internal-format
45583 msgid "invalid type-generic type for argument %u of argument %u of %<__builtin_tgmath%>"
45584 msgstr ""
45586 #: c/c-parser.cc:10147
45587 #, gcc-internal-format
45588 msgid "function arguments of %<__builtin_tgmath%> all have the same type"
45589 msgstr ""
45591 #: c/c-parser.cc:10166
45592 #, gcc-internal-format
45593 msgid "function arguments of %<__builtin_tgmath%> lack type-generic parameter"
45594 msgstr ""
45596 #: c/c-parser.cc:10214
45597 #, gcc-internal-format
45598 msgid "duplicate type-generic parameter type for function argument %u of %<__builtin_tgmath%>"
45599 msgstr ""
45601 #: c/c-parser.cc:10237
45602 #, gcc-internal-format
45603 msgid "bad return type for function argument %u of %<__builtin_tgmath%>"
45604 msgstr ""
45606 #: c/c-parser.cc:10254
45607 #, gcc-internal-format
45608 msgid "bad type for argument %u of function argument %u of %<__builtin_tgmath%>"
45609 msgstr ""
45611 #: c/c-parser.cc:10293
45612 #, gcc-internal-format, gfc-internal-format
45613 msgid "invalid type of argument %u of type-generic function"
45614 msgstr ""
45616 #: c/c-parser.cc:10304
45617 #, gcc-internal-format, gfc-internal-format
45618 msgid "decimal floating-point argument %u to complex-only type-generic function"
45619 msgstr ""
45621 #: c/c-parser.cc:10312
45622 #, gcc-internal-format, gfc-internal-format
45623 msgid "decimal floating-point argument %u to binary-only type-generic function"
45624 msgstr ""
45626 #: c/c-parser.cc:10320 c/c-parser.cc:10350
45627 #, gcc-internal-format
45628 msgid "both complex and decimal floating-point arguments to type-generic function"
45629 msgstr ""
45631 #: c/c-parser.cc:10328 c/c-parser.cc:10370
45632 #, gcc-internal-format
45633 msgid "both binary and decimal floating-point arguments to type-generic function"
45634 msgstr ""
45636 #: c/c-parser.cc:10342
45637 #, gcc-internal-format, gfc-internal-format
45638 msgid "complex argument %u to decimal-only type-generic function"
45639 msgstr ""
45641 #: c/c-parser.cc:10362
45642 #, gcc-internal-format, gfc-internal-format
45643 msgid "binary argument %u to decimal-only type-generic function"
45644 msgstr ""
45646 #: c/c-parser.cc:10465
45647 #, gcc-internal-format
45648 msgid "no matching function for type-generic call"
45649 msgstr ""
45651 #: c/c-parser.cc:10506
45652 #, gcc-internal-format
45653 msgid "wrong number of arguments to %<__builtin_call_with_static_chain%>"
45654 msgstr "помилкова кількість аргументів %<__builtin_call_with_static_chain%>"
45656 #: c/c-parser.cc:10519
45657 #, gcc-internal-format
45658 msgid "first argument to %<__builtin_call_with_static_chain%> must be a call expression"
45659 msgstr ""
45661 #: c/c-parser.cc:10523
45662 #, gcc-internal-format
45663 msgid "second argument to %<__builtin_call_with_static_chain%> must be a pointer type"
45664 msgstr ""
45666 #: c/c-parser.cc:10549
45667 #, gcc-internal-format
45668 msgid "wrong number of arguments to %<__builtin_complex%>"
45669 msgstr "помилкова кількість аргументів %<__builtin_complex%>"
45671 #: c/c-parser.cc:10571
45672 #, gcc-internal-format
45673 msgid "%<__builtin_complex%> operand not of real binary floating-point type"
45674 msgstr ""
45676 #: c/c-parser.cc:10580
45677 #, gcc-internal-format
45678 msgid "%<__builtin_complex%> operands of different types"
45679 msgstr ""
45681 #: c/c-parser.cc:10625 c/c-parser.cc:10654 cp/parser.cc:7603
45682 #, gcc-internal-format
45683 msgid "wrong number of arguments to %<__builtin_shuffle%>"
45684 msgstr "помилкова кількість аргументів %<__builtin_shuffle%>"
45686 #: c/c-parser.cc:10796 cp/parser.cc:5983
45687 #, gcc-internal-format
45688 msgid "%<omp_all_memory%> may only be used in OpenMP %<depend%> clause"
45689 msgstr ""
45691 #: c/c-parser.cc:10806
45692 #, fuzzy, gcc-internal-format
45693 #| msgid "ISO C99 does not support %<_Noreturn%>"
45694 msgid "ISO C does not support %qs before C2X"
45695 msgstr "У ISO C99 не передбачено підтримки %<_Noreturn%>"
45697 #: c/c-parser.cc:10894
45698 #, fuzzy, gcc-internal-format
45699 #| msgid "%qs cannot be used in a %<constexpr%> function"
45700 msgid "%qT declared in %<constexpr%> compound literal"
45701 msgstr "%qs не може бути використано у функції %<constexpr%>"
45703 #: c/c-parser.cc:10899
45704 #, gcc-internal-format
45705 msgid "%qT defined in %<constexpr%> compound literal"
45706 msgstr ""
45708 #: c/c-parser.cc:10914
45709 #, gcc-internal-format
45710 msgid "compound literal has variable size"
45711 msgstr ""
45713 #: c/c-parser.cc:10919
45714 #, fuzzy, gcc-internal-format
45715 #| msgid "<unresolved overloaded function type>"
45716 msgid "compound literal has function type"
45717 msgstr "<невизначений перевантажений тип функції>"
45719 #: c/c-parser.cc:10950
45720 #, gcc-internal-format
45721 msgid "compound literal qualified by address-space qualifier"
45722 msgstr ""
45724 #: c/c-parser.cc:10955
45725 #, gcc-internal-format
45726 msgid "ISO C90 forbids compound literals"
45727 msgstr ""
45729 #: c/c-parser.cc:10957
45730 #, gcc-internal-format
45731 msgid "ISO C forbids storage class specifiers in compound literals before C2X"
45732 msgstr ""
45734 #: c/c-parser.cc:10971
45735 #, gcc-internal-format
45736 msgid "%<_Alignas%> specifiers cannot reduce alignment of compound literal"
45737 msgstr ""
45739 #: c/c-parser.cc:11046
45740 #, gcc-internal-format
45741 msgid "using integer absolute value function %qD when argument is of floating-point type %qT"
45742 msgstr ""
45744 #: c/c-parser.cc:11051
45745 #, gcc-internal-format
45746 msgid "using integer absolute value function %qD when argument is of complex type %qT"
45747 msgstr ""
45749 #: c/c-parser.cc:11059
45750 #, gcc-internal-format
45751 msgid "taking the absolute value of unsigned type %qT has no effect"
45752 msgstr ""
45754 #: c/c-parser.cc:11070
45755 #, gcc-internal-format
45756 msgid "using floating-point absolute value function %qD when argument is of integer type %qT"
45757 msgstr ""
45759 #: c/c-parser.cc:11074
45760 #, gcc-internal-format
45761 msgid "using floating-point absolute value function %qD when argument is of decimal floating-point type %qT"
45762 msgstr ""
45764 #: c/c-parser.cc:11079
45765 #, gcc-internal-format
45766 msgid "using floating-point absolute value function %qD when argument is of complex type %qT"
45767 msgstr ""
45769 #: c/c-parser.cc:11092
45770 #, gcc-internal-format
45771 msgid "using complex absolute value function %qD when argument is of integer type %qT"
45772 msgstr ""
45774 #: c/c-parser.cc:11096
45775 #, gcc-internal-format
45776 msgid "using complex absolute value function %qD when argument is of floating-point type %qT"
45777 msgstr ""
45779 #: c/c-parser.cc:11113
45780 #, gcc-internal-format
45781 msgid "using decimal floating-point absolute value function %qD when argument is of integer type %qT"
45782 msgstr ""
45784 #: c/c-parser.cc:11118
45785 #, gcc-internal-format
45786 msgid "using decimal floating-point absolute value function %qD when argument is of floating-point type %qT"
45787 msgstr ""
45789 #: c/c-parser.cc:11123
45790 #, gcc-internal-format
45791 msgid "using decimal floating-point absolute value function %qD when argument is of complex type %qT"
45792 msgstr ""
45794 #: c/c-parser.cc:11149
45795 #, gcc-internal-format
45796 msgid "absolute value function %qD given an argument of type %qT but has parameter of type %qT which may cause truncation of value"
45797 msgstr ""
45799 #: c/c-parser.cc:11595
45800 #, gcc-internal-format
45801 msgid "expected identifier or %<)%>"
45802 msgstr ""
45804 #: c/c-parser.cc:11691
45805 #, gcc-internal-format
45806 msgid "extra semicolon"
45807 msgstr ""
45809 #: c/c-parser.cc:11939
45810 #, gcc-internal-format
45811 msgid "extra semicolon in method definition specified"
45812 msgstr ""
45814 #: c/c-parser.cc:12071
45815 #, gcc-internal-format
45816 msgid "method attributes must be specified at the end only"
45817 msgstr ""
45819 #: c/c-parser.cc:12091
45820 #, gcc-internal-format
45821 msgid "expected %<;%> or %<{%> after method attribute definition"
45822 msgstr ""
45824 #: c/c-parser.cc:12213
45825 #, gcc-internal-format
45826 msgid "objective-c method declaration is expected"
45827 msgstr ""
45829 #: c/c-parser.cc:12665
45830 #, gcc-internal-format
45831 msgid "no type or storage class may be specified here,"
45832 msgstr ""
45834 #: c/c-parser.cc:12733 cp/parser.cc:36823
45835 #, gcc-internal-format
45836 msgid "empty property attribute list"
45837 msgstr ""
45839 #: c/c-parser.cc:12747 cp/parser.cc:36836
45840 #, gcc-internal-format
45841 msgid "missing property attribute"
45842 msgstr "пропущено атрибут властивості"
45844 #: c/c-parser.cc:12786
45845 #, gcc-internal-format
45846 msgid "unknown property attribute %<%s%s%>"
45847 msgstr "невідомий атрибут властивості %<%s%s%>"
45849 #: c/c-parser.cc:12789 cp/parser.cc:36873
45850 #, gcc-internal-format
45851 msgid "unknown property attribute"
45852 msgstr "невідомий атрибут властивості"
45854 #: c/c-parser.cc:12798 cp/parser.cc:36882
45855 #, gcc-internal-format
45856 msgid "expected %<=%> after Objective-C %qE"
45857 msgstr "очікувалося %<=%> після %qE Objective-C"
45859 #: c/c-parser.cc:12809 cp/parser.cc:36896
45860 #, gcc-internal-format
45861 msgid "expected %qE selector name"
45862 msgstr ""
45864 #: c/c-parser.cc:12825 cp/parser.cc:36915
45865 #, gcc-internal-format
45866 msgid "setter method names must terminate with %<:%>"
45867 msgstr ""
45869 #: c/c-parser.cc:13039 cp/parser.cc:49091
45870 #, gcc-internal-format
45871 msgid "%<#pragma GCC unroll%> requires an assignment-expression that evaluates to a non-negative integral constant less than %u"
45872 msgstr ""
45874 #: c/c-parser.cc:13084 c/c-parser.cc:21511 c/c-parser.cc:21812
45875 #: c/c-parser.cc:21875 c/c-parser.cc:21973 cp/parser.cc:44879
45876 #: cp/parser.cc:45219 cp/parser.cc:45322 cp/parser.cc:45408 cp/parser.cc:49138
45877 #: cp/parser.cc:49154 cp/parser.cc:49170 cp/parser.cc:49187 cp/parser.cc:49204
45878 #: cp/parser.cc:49221 cp/parser.cc:49248 cp/parser.cc:49262 cp/parser.cc:49287
45879 #: cp/parser.cc:49301
45880 #, gcc-internal-format
45881 msgid "%<#pragma %s%> may only be used in compound statements"
45882 msgstr ""
45884 #: c/c-parser.cc:13107 cp/parser.cc:49276
45885 #, gcc-internal-format
45886 msgid "%<#pragma acc routine%> must be at file scope"
45887 msgstr "%<#pragma acc routine%> має перебувати у області видимості файла"
45889 #: c/c-parser.cc:13197 cp/parser.cc:49400
45890 #, gcc-internal-format
45891 msgid "%<#pragma omp scan%> may only be used in a loop construct with %<inscan%> %<reduction%> clause"
45892 msgstr ""
45894 #: c/c-parser.cc:13204 cp/parser.cc:49406
45895 #, gcc-internal-format
45896 msgid "%<#pragma omp section%> may only be used in %<#pragma omp sections%> construct"
45897 msgstr ""
45899 #: c/c-parser.cc:13216 c/c-parser.cc:13228
45900 #, fuzzy, gcc-internal-format
45901 #| msgid "%<#pragma omp requires%> may only be used at file scope"
45902 msgid "%<#pragma %s%> may only be used at file scope"
45903 msgstr "%<#pragma omp requires%> можна використовувати лише на рівні файла"
45905 #: c/c-parser.cc:13258 c/c-parser.cc:13282 cp/parser.cc:49435
45906 #: cp/parser.cc:49468
45907 #, gcc-internal-format
45908 msgid "for, while or do statement expected"
45909 msgstr ""
45911 #: c/c-parser.cc:13295 cp/parser.cc:49128
45912 #, gcc-internal-format
45913 msgid "%<#pragma GCC pch_preprocess%> must be first"
45914 msgstr ""
45916 #: c/c-parser.cc:13648 c/c-parser.cc:17312 c/c-parser.cc:18857
45917 #: c/c-parser.cc:18876 c/c-parser.cc:19080 c/c-parser.cc:19138
45918 #: c/c-parser.cc:19145 c/c-parser.cc:19152 c/c-parser.cc:23695
45919 #: c/c-parser.cc:23703 c/c-parser.cc:23973 c/c-parser.cc:23983
45920 #: c/c-parser.cc:24077 c/c-parser.cc:24084 c/c-parser.cc:24091
45921 #: cp/parser.cc:37344 cp/parser.cc:40661 cp/parser.cc:41526 cp/parser.cc:41563
45922 #: cp/parser.cc:41752 cp/parser.cc:41815 cp/parser.cc:41822 cp/parser.cc:41829
45923 #: cp/parser.cc:46686 cp/parser.cc:46693 cp/parser.cc:46700 cp/parser.cc:48025
45924 #: cp/parser.cc:48033 cp/parser.cc:48185 cp/parser.cc:48195
45925 #, gcc-internal-format
45926 msgid "too many %qs clauses"
45927 msgstr ""
45929 #: c/c-parser.cc:13675
45930 #, gcc-internal-format
45931 msgid "expression must be integral"
45932 msgstr "вираз має бути інтегральним"
45934 #: c/c-parser.cc:13990 c/c-parser.cc:14002
45935 #, gcc-internal-format
45936 msgid "expected %<)%> or %<,%>"
45937 msgstr "мало бути %<)%> або %<,%>"
45939 #: c/c-parser.cc:14153 c/c-parser.cc:24382
45940 #, gcc-internal-format
45941 msgid "%qD is not a variable"
45942 msgstr ""
45944 #: c/c-parser.cc:14157 cp/semantics.cc:8307
45945 #, gcc-internal-format
45946 msgid "%qD is not a pointer variable"
45947 msgstr ""
45949 #: c/c-parser.cc:14199 cp/parser.cc:38084
45950 #, gcc-internal-format
45951 msgid "collapse argument needs positive constant integer expression"
45952 msgstr ""
45954 #: c/c-parser.cc:14294 cp/parser.cc:38162
45955 #, gcc-internal-format
45956 msgid "expected %<none%> or %<present%>"
45957 msgstr "мало бути %<none%> або %<present%>"
45959 #: c/c-parser.cc:14296 cp/parser.cc:38164
45960 #, gcc-internal-format
45961 msgid "expected %<none%>, %<shared%>, %<private%> or %<firstprivate%>"
45962 msgstr "мало бути %<none%>, %<shared%>, %<private%> або %<firstprivate%>"
45964 #: c/c-parser.cc:14417 cp/parser.cc:38276
45965 #, gcc-internal-format
45966 msgid "expected %<data%>, %<update%>, %<enter%> or %<exit%>"
45967 msgstr "мало бути %<data%>, %<update%>, %<enter%> або %<exit%>"
45969 #: c/c-parser.cc:14437 c/c-parser.cc:21868 c/c-parser.cc:21966
45970 #: cp/parser.cc:38294 cp/parser.cc:45211 cp/parser.cc:45314
45971 #, gcc-internal-format
45972 msgid "expected %<data%>"
45973 msgstr "мало бути %<data%>"
45975 #: c/c-parser.cc:14490 cp/parser.cc:38349
45976 #, gcc-internal-format
45977 msgid "too many %<if%> clauses with %qs modifier"
45978 msgstr ""
45980 #: c/c-parser.cc:14497 cp/parser.cc:38356
45981 #, gcc-internal-format
45982 msgid "too many %<if%> clauses"
45983 msgstr ""
45985 #: c/c-parser.cc:14499 cp/parser.cc:38358
45986 #, gcc-internal-format
45987 msgid "too many %<if%> clauses without modifier"
45988 msgstr ""
45990 #: c/c-parser.cc:14505 cp/parser.cc:38364
45991 #, gcc-internal-format
45992 msgid "if any %<if%> clause has modifier, then all %<if%> clauses have to use modifier"
45993 msgstr ""
45995 #: c/c-parser.cc:14610 c/c-parser.cc:14670 c/c-parser.cc:14731
45996 #: c/c-parser.cc:14778 c/c-parser.cc:14857 c/c-parser.cc:15236
45997 #: c/c-parser.cc:15318 c/c-parser.cc:15885 c/c-parser.cc:16030
45998 #: c/c-parser.cc:16095 c/c-parser.cc:17249
45999 #, gcc-internal-format
46000 msgid "expected integer expression"
46001 msgstr ""
46003 #: c/c-parser.cc:14621
46004 #, gcc-internal-format
46005 msgid "%<num_threads%> value must be positive"
46006 msgstr "значення %<num_threads%> має бути додатним"
46008 #: c/c-parser.cc:14681
46009 #, gcc-internal-format
46010 msgid "%<num_tasks%> value must be positive"
46011 msgstr "значення %<num_tasks%> має бути додатним"
46013 #: c/c-parser.cc:14742 cp/semantics.cc:8534
46014 #, gcc-internal-format
46015 msgid "%<grainsize%> value must be positive"
46016 msgstr "значення %<grainsize%> має бути додатним"
46018 #: c/c-parser.cc:14790 cp/semantics.cc:8564
46019 #, gcc-internal-format
46020 msgid "%<priority%> value must be non-negative"
46021 msgstr "значення %<priority%> має бути невід’ємним"
46023 #: c/c-parser.cc:14824 cp/parser.cc:38590
46024 #, gcc-internal-format
46025 msgid "expected constant integer expression with valid sync-hint value"
46026 msgstr "мало бути використано сталий цілочисельний вираз із коректним значенням підказки щодо синхронізації"
46028 #: c/c-parser.cc:14896 cp/parser.cc:38660
46029 #, gcc-internal-format
46030 msgid "expected %<alloc%>, %<to%>, %<from%>, %<tofrom%>, %<firstprivate%>, %<none%> or %<default%>"
46031 msgstr "мало бути %<alloc%>, %<to%>, %<from%>, %<tofrom%>, %<firstprivate%>, %<none%> або %<default%>"
46033 #: c/c-parser.cc:14957 cp/parser.cc:38725
46034 #, gcc-internal-format
46035 msgid "expected %<scalar%>, %<aggregate%> or %<pointer%>"
46036 msgstr "мало бути %<scalar%>, %<aggregate%> або %<pointer%>"
46038 #: c/c-parser.cc:15023 cp/parser.cc:38794
46039 #, gcc-internal-format
46040 msgid "too many %<defaultmap%> clauses with %qs category"
46041 msgstr ""
46043 #: c/c-parser.cc:15026 cp/parser.cc:38797
46044 #, gcc-internal-format
46045 msgid "too many %<defaultmap%> clauses with unspecified category"
46046 msgstr ""
46048 #: c/c-parser.cc:15110 cp/semantics.cc:7356 cp/semantics.cc:7409
46049 #, gcc-internal-format
46050 msgid "%qs expression must be integral"
46051 msgstr ""
46053 #: c/c-parser.cc:15122 c/c-parser.cc:15245 cp/semantics.cc:7388
46054 #: cp/semantics.cc:7423
46055 #, gcc-internal-format
46056 msgid "%qs value must be positive"
46057 msgstr "значення %qs має бути додатним"
46059 #: c/c-parser.cc:15184 cp/parser.cc:37856
46060 #, gcc-internal-format
46061 msgid "too many %<static%> arguments"
46062 msgstr "забагато аргументів %<static%>"
46064 #: c/c-parser.cc:15218 cp/parser.cc:37889
46065 #, gcc-internal-format
46066 msgid "unexpected argument"
46067 msgstr "несподіваний аргумент"
46069 #: c/c-parser.cc:15385 cp/semantics.cc:8750
46070 #, gcc-internal-format
46071 msgid "%<tile%> argument needs positive integral constant"
46072 msgstr ""
46074 #: c/c-parser.cc:15460 cp/parser.cc:38847
46075 #, gcc-internal-format
46076 msgid "expected %<reproducible%> or %<unconstrained%>"
46077 msgstr "мало бути %<reproducible%> або %<unconstrained%>"
46079 #: c/c-parser.cc:15469 c/c-parser.cc:15475 cp/parser.cc:38856
46080 #: cp/parser.cc:38866
46081 #, gcc-internal-format
46082 msgid "expected %<concurrent%>"
46083 msgstr "мало бути %<concurrent%>"
46085 #: c/c-parser.cc:15511 cp/parser.cc:38906
46086 #, gcc-internal-format
46087 msgid "expected %<teams%>, %<parallel%> or %<thread%>"
46088 msgstr "мало бути %<teams%>, %<parallel%> або %<thread%>"
46090 #: c/c-parser.cc:15564 cp/parser.cc:38974
46091 #, gcc-internal-format
46092 msgid "ordered argument needs positive constant integer expression"
46093 msgstr ""
46095 #: c/c-parser.cc:15689 c/c-parser.cc:23252 cp/parser.cc:47672
46096 #, gcc-internal-format
46097 msgid "expected %<+%>, %<*%>, %<-%>, %<&%>, %<^%>, %<|%>, %<&&%>, %<||%> or identifier"
46098 msgstr ""
46100 #: c/c-parser.cc:15809 cp/parser.cc:39232
46101 #, gcc-internal-format
46102 msgid "both %<monotonic%> and %<nonmonotonic%> modifiers specified"
46103 msgstr ""
46105 #: c/c-parser.cc:15863 cp/parser.cc:39248
46106 #, gcc-internal-format
46107 msgid "schedule %<runtime%> does not take a %<chunk_size%> parameter"
46108 msgstr ""
46110 #: c/c-parser.cc:15867 cp/parser.cc:39251
46111 #, gcc-internal-format
46112 msgid "schedule %<auto%> does not take a %<chunk_size%> parameter"
46113 msgstr ""
46115 #: c/c-parser.cc:15879 cp/semantics.cc:7470
46116 #, gcc-internal-format
46117 msgid "chunk size value must be positive"
46118 msgstr "значення розміру фрагмента має бути додатним"
46120 #: c/c-parser.cc:15902 cp/parser.cc:39271
46121 #, gcc-internal-format
46122 msgid "invalid schedule kind"
46123 msgstr ""
46125 #: c/c-parser.cc:16040 c/c-parser.cc:16050
46126 #, gcc-internal-format
46127 msgid "%<num_teams%> value must be positive"
46128 msgstr "значення %<num_teams%> має бути додатним"
46130 #: c/c-parser.cc:16057 cp/semantics.cc:7437
46131 #, gcc-internal-format
46132 msgid "%<num_teams%> lower bound %qE bigger than upper bound %qE"
46133 msgstr ""
46135 #: c/c-parser.cc:16105 cp/semantics.cc:7566
46136 #, gcc-internal-format
46137 msgid "%<thread_limit%> value must be positive"
46138 msgstr "значення %<thread_limit%> має бути додатним"
46140 #: c/c-parser.cc:16150 cp/semantics.cc:7694
46141 #, gcc-internal-format
46142 msgid "%<aligned%> clause alignment expression must be positive constant integer expression"
46143 msgstr ""
46145 #: c/c-parser.cc:16260 c/c-parser.cc:18846 cp/parser.cc:41518
46146 #, gcc-internal-format
46147 msgid "expected %<allocator%> or %<align%>"
46148 msgstr "мало бути %<allocator%> або %<align%>"
46150 #: c/c-parser.cc:16267
46151 #, gcc-internal-format
46152 msgid "duplicate %qs modifier"
46153 msgstr "дублювання модифікатора %qs"
46155 #: c/c-parser.cc:16315 cp/semantics.cc:7829
46156 #, gcc-internal-format
46157 msgid "%<allocate%> clause allocator expression has type %qT rather than %<omp_allocator_handle_t%>"
46158 msgstr ""
46160 #: c/c-parser.cc:16326 cp/semantics.cc:7784 cp/semantics.cc:7800
46161 #, gcc-internal-format
46162 msgid "%<allocate%> clause %<align%> modifier argument needs to be positive constant power of two integer expression"
46163 msgstr ""
46165 #: c/c-parser.cc:16445 cp/parser.cc:39718
46166 #, gcc-internal-format
46167 msgid "multiple linear modifiers"
46168 msgstr ""
46170 #: c/c-parser.cc:16457 cp/parser.cc:39731
46171 #, fuzzy, gcc-internal-format
46172 #| msgid "too many %<close%> modifiers"
46173 msgid "multiple %<step%> modifiers"
46174 msgstr "забагато модифікаторів %<close%>"
46176 #: c/c-parser.cc:16465 c/c-parser.cc:16493
46177 #, gcc-internal-format
46178 msgid "%<linear%> clause step expression must be integral"
46179 msgstr ""
46181 #: c/c-parser.cc:16545
46182 #, gcc-internal-format
46183 msgid "%<safelen%> clause expression must be positive constant integer expression"
46184 msgstr ""
46186 #: c/c-parser.cc:16584
46187 #, gcc-internal-format
46188 msgid "%<simdlen%> clause expression must be positive constant integer expression"
46189 msgstr ""
46191 #: c/c-parser.cc:16944 cp/parser.cc:40278
46192 #, gcc-internal-format
46193 msgid "%<iterator%> modifier incompatible with %qs"
46194 msgstr ""
46196 #: c/c-parser.cc:16992 cp/parser.cc:40333 cp/parser.cc:40722
46197 #: cp/parser.cc:40772
46198 #, gcc-internal-format
46199 msgid "invalid depend kind"
46200 msgstr ""
46202 #: c/c-parser.cc:17053 cp/parser.cc:40363
46203 #, fuzzy, gcc-internal-format
46204 #| msgid "invalid block index"
46205 msgid "invalid doacross kind"
46206 msgstr "некоректний індекс блоку"
46208 #: c/c-parser.cc:17121 cp/parser.cc:40470
46209 #, gcc-internal-format
46210 msgid "too many %<always%> modifiers"
46211 msgstr "забагато модифікаторів %<always%>"
46213 #: c/c-parser.cc:17131 cp/parser.cc:40483
46214 #, gcc-internal-format
46215 msgid "too many %<close%> modifiers"
46216 msgstr "забагато модифікаторів %<close%>"
46218 #: c/c-parser.cc:17139 cp/parser.cc:40494
46219 #, gcc-internal-format
46220 msgid "%<#pragma omp target%> with modifier other than %<always%> or %<close%> on %<map%> clause"
46221 msgstr ""
46223 #: c/c-parser.cc:17167 cp/parser.cc:40525
46224 #, gcc-internal-format
46225 msgid "invalid map kind"
46226 msgstr ""
46228 #: c/c-parser.cc:17219 cp/parser.cc:40584
46229 #, gcc-internal-format
46230 msgid "%<ancestor%> device modifier not preceded by %<requires%> directive with %<reverse_offload%> clause"
46231 msgstr ""
46233 #: c/c-parser.cc:17231 cp/parser.cc:40595
46234 #, gcc-internal-format
46235 msgid "expected %<ancestor%> or %<device_num%>"
46236 msgstr "мало бути %<ancestor%> або %<device_num%>"
46238 #: c/c-parser.cc:17254 cp/semantics.cc:7591
46239 #, gcc-internal-format
46240 msgid "the %<device%> clause expression must evaluate to %<1%>"
46241 msgstr ""
46243 #: c/c-parser.cc:17287 cp/parser.cc:40666
46244 #, gcc-internal-format
46245 msgid "invalid dist_schedule kind"
46246 msgstr ""
46248 #: c/c-parser.cc:17366
46249 #, gcc-internal-format
46250 msgid "invalid proc_bind kind"
46251 msgstr ""
46253 #: c/c-parser.cc:17410
46254 #, gcc-internal-format
46255 msgid "expected %<host%>, %<nohost%> or %<any%>"
46256 msgstr "мало бути %<host%>, %<nohost%> або %<any%>"
46258 #: c/c-parser.cc:17487 cp/semantics.cc:8010
46259 #, gcc-internal-format
46260 msgid "%<detach%> clause event handle has type %qT rather than %<omp_event_handle_t%>"
46261 msgstr ""
46263 #: c/c-parser.cc:17689 cp/parser.cc:41011
46264 #, gcc-internal-format
46265 msgid "expected %<#pragma acc%> clause"
46266 msgstr ""
46268 #: c/c-parser.cc:17700 c/c-parser.cc:18058 cp/parser.cc:41022
46269 #: cp/parser.cc:41424
46270 #, gcc-internal-format
46271 msgid "%qs is not valid for %qs"
46272 msgstr ""
46274 #: c/c-parser.cc:17744 cp/parser.cc:41069
46275 #, gcc-internal-format
46276 msgid "clauses in %<simd%> trait should be separated by %<,%>"
46277 msgstr ""
46279 #: c/c-parser.cc:17893 cp/parser.cc:41257
46280 #, gcc-internal-format
46281 msgid "%qs must be the first clause of %qs"
46282 msgstr ""
46284 #: c/c-parser.cc:18047 cp/parser.cc:41413
46285 #, gcc-internal-format
46286 msgid "expected %<#pragma omp%> clause"
46287 msgstr ""
46289 #: c/c-parser.cc:18180 cp/parser.cc:45739
46290 #, gcc-internal-format
46291 msgid "no valid clauses specified in %<#pragma acc declare%>"
46292 msgstr ""
46294 #: c/c-parser.cc:18190 cp/parser.cc:45749
46295 #, gcc-internal-format
46296 msgid "array section in %<#pragma acc declare%>"
46297 msgstr ""
46299 #: c/c-parser.cc:18210 cp/parser.cc:45769
46300 #, gcc-internal-format
46301 msgid "%qD must be a global variable in %<#pragma acc declare link%>"
46302 msgstr ""
46304 #: c/c-parser.cc:18221 cp/parser.cc:45780
46305 #, gcc-internal-format
46306 msgid "invalid OpenACC clause at file scope"
46307 msgstr ""
46309 #: c/c-parser.cc:18228 cp/parser.cc:45787
46310 #, gcc-internal-format
46311 msgid "invalid use of %<extern%> variable %qD in %<#pragma acc declare%>"
46312 msgstr ""
46314 #: c/c-parser.cc:18236 cp/parser.cc:45795
46315 #, gcc-internal-format
46316 msgid "invalid use of %<global%> variable %qD in %<#pragma acc declare%>"
46317 msgstr ""
46319 #: c/c-parser.cc:18247 cp/parser.cc:45817
46320 #, gcc-internal-format
46321 msgid "%qD must be a variable declared in the same scope as %<#pragma acc declare%>"
46322 msgstr ""
46324 #: c/c-parser.cc:18257 cp/parser.cc:45827
46325 #, gcc-internal-format
46326 msgid "variable %qD used more than once with %<#pragma acc declare%>"
46327 msgstr ""
46329 #: c/c-parser.cc:18350 cp/parser.cc:45925
46330 #, gcc-internal-format
46331 msgid "expected %<data%> after %<#pragma acc %s%>"
46332 msgstr "мало бути %<data%> після %<#pragma acc %s%>"
46334 #: c/c-parser.cc:18366 cp/parser.cc:45942
46335 #, gcc-internal-format
46336 msgid "%<#pragma acc %s data%> has no data movement clause"
46337 msgstr ""
46339 #: c/c-parser.cc:18616 cp/parser.cc:3241
46340 #, gcc-internal-format
46341 msgid "%qE has not been declared"
46342 msgstr ""
46344 #: c/c-parser.cc:18620
46345 #, gcc-internal-format
46346 msgid "expected function name"
46347 msgstr "мало бути вказано назву функції"
46349 #: c/c-parser.cc:18638 cp/parser.cc:48452
46350 #, gcc-internal-format
46351 msgid "%qD does not refer to a function"
46352 msgstr ""
46354 #: c/c-parser.cc:18661 c/c-parser.cc:18709 cp/parser.cc:1586
46355 #, gcc-internal-format
46356 msgid "%<#pragma acc routine%> not immediately followed by function declaration or definition"
46357 msgstr ""
46359 #: c/c-parser.cc:18701 cp/parser.cc:48503 cp/parser.cc:48550
46360 #, gcc-internal-format
46361 msgid "%<#pragma acc routine%> not immediately followed by a single function declaration or definition"
46362 msgstr ""
46364 #: c/c-parser.cc:18732 cp/parser.cc:48578
46365 #, gcc-internal-format
46366 msgid "%<#pragma acc routine%> must be applied before use"
46367 msgstr "%<#pragma acc routine%> має бути застосовано до використання"
46369 #: c/c-parser.cc:18733 cp/parser.cc:48580
46370 #, gcc-internal-format
46371 msgid "%<#pragma acc routine%> must be applied before definition"
46372 msgstr "%<#pragma acc routine%> має бути застосовано до визначення"
46374 #: c/c-parser.cc:18777 cp/parser.cc:46143
46375 #, gcc-internal-format
46376 msgid "%<#pragma acc update%> must contain at least one %<device%> or %<host%> or %<self%> clause"
46377 msgstr ""
46379 #: c/c-parser.cc:18868 cp/parser.cc:41538 cp/parser.cc:41553
46380 #, fuzzy, gcc-internal-format
46381 #| msgid "%<hint%> expression must be constant integer expression"
46382 msgid "%<align%> clause argument needs to be positive constant power of two integer expression"
46383 msgstr "Вираз %<hint%> має бути сталим цілочисельним виразом"
46385 #: c/c-parser.cc:18891
46386 #, gcc-internal-format
46387 msgid "%<allocator%> clause allocator expression has type %qT rather than %<omp_allocator_handle_t%>"
46388 msgstr ""
46390 #. FIXME: When implementing properly, delete the align/allocate expr error
46391 #. check above and add one in semantics.cc (to properly handle templates).
46392 #. Base this on the allocator/align modifiers check for the 'allocate' clause
46393 #. in semantics.cc's finish_omp_clauses.
46394 #: c/c-parser.cc:18908 cp/parser.cc:41586
46395 #, gcc-internal-format
46396 msgid "%<#pragma omp allocate%> not yet supported"
46397 msgstr "підтримки %<#pragma omp allocate%> ще не передбачено"
46399 #: c/c-parser.cc:19046 cp/parser.cc:41718
46400 #, gcc-internal-format
46401 msgid "expected %<read%>, %<write%>, %<update%>, or %<capture%> clause"
46402 msgstr "мала бути команда %<read%>, %<write%>, %<update%> або %<capture%>"
46404 #: c/c-parser.cc:19085 cp/parser.cc:41757
46405 #, gcc-internal-format
46406 msgid "expected %<seq_cst%>, %<acquire%> or %<relaxed%>"
46407 msgstr "мало бути %<seq_cst%>, %<acquire%> або %<relaxed%>"
46409 #: c/c-parser.cc:19109 cp/parser.cc:41786
46410 #, gcc-internal-format
46411 msgid "expected %<read%>, %<write%>, %<update%>, %<capture%>, %<compare%>, %<weak%>, %<fail%>, %<seq_cst%>, %<acq_rel%>, %<release%>, %<relaxed%> or %<hint%> clause"
46412 msgstr "мала бути команда %<read%>, %<write%>, %<update%>, %<capture%>, %<compare%>, %<weak%>, %<fail%>, %<seq_cst%>, %<acq_rel%>, %<release%>, %<relaxed%> або %<hint%>"
46414 #: c/c-parser.cc:19124 cp/parser.cc:41801
46415 #, gcc-internal-format
46416 msgid "too many atomic clauses"
46417 msgstr "забагато атомарних команд"
46419 #: c/c-parser.cc:19131 cp/parser.cc:41808
46420 #, gcc-internal-format
46421 msgid "too many memory order clauses"
46422 msgstr ""
46424 #: c/c-parser.cc:19169 c/c-parser.cc:19176 cp/parser.cc:41846
46425 #: cp/parser.cc:41853
46426 #, gcc-internal-format
46427 msgid "%qs clause is incompatible with %<read%> or %<write%> clauses"
46428 msgstr ""
46430 #: c/c-parser.cc:19182 c/c-parser.cc:19187 cp/parser.cc:41859
46431 #: cp/parser.cc:41864
46432 #, gcc-internal-format
46433 msgid "%qs clause requires %qs clause"
46434 msgstr ""
46436 #: c/c-parser.cc:19231 cp/parser.cc:41908
46437 #, gcc-internal-format
46438 msgid "%<#pragma omp atomic read%> incompatible with %<release%> clause"
46439 msgstr ""
46441 #: c/c-parser.cc:19241 cp/parser.cc:41918
46442 #, gcc-internal-format
46443 msgid "%<#pragma omp atomic write%> incompatible with %<acquire%> clause"
46444 msgstr ""
46446 #: c/c-parser.cc:19364 cp/parser.cc:42018
46447 #, gcc-internal-format
46448 msgid "expected %<==%> comparison in %<if%> condition"
46449 msgstr ""
46451 #: c/c-parser.cc:19371 cp/parser.cc:42025
46452 #, gcc-internal-format
46453 msgid "expected %<==%>, %<<%> or %<>%> comparison in %<if%> condition"
46454 msgstr ""
46456 #: c/c-parser.cc:19444 cp/parser.cc:42090 cp/parser.cc:42373
46457 #: cp/parser.cc:42467 cp/parser.cc:42485
46458 #, gcc-internal-format
46459 msgid "invalid form of %<#pragma omp atomic compare%>"
46460 msgstr ""
46462 #: c/c-parser.cc:19455 cp/parser.cc:42101
46463 #, gcc-internal-format
46464 msgid "unexpected %<else%>"
46465 msgstr "неочікуване %<else%>"
46467 #: c/c-parser.cc:19515 cp/parser.cc:42540
46468 #, gcc-internal-format
46469 msgid "invalid form of %<pragma omp atomic compare%>"
46470 msgstr ""
46472 #: c/c-parser.cc:19786 cp/parser.cc:42394 cp/parser.cc:42420
46473 #, gcc-internal-format
46474 msgid "invalid form of %<#pragma omp atomic%>"
46475 msgstr ""
46477 #: c/c-parser.cc:19790 cp/parser.cc:42460 cp/parser.cc:42494
46478 #, gcc-internal-format
46479 msgid "invalid operator for %<#pragma omp atomic%>"
46480 msgstr ""
46482 #: c/c-parser.cc:19841 cp/parser.cc:42529
46483 #, gcc-internal-format
46484 msgid "%<weak%> clause requires atomic equality comparison"
46485 msgstr ""
46487 #: c/c-parser.cc:19847 cp/semantics.cc:10902 cp/semantics.cc:10912
46488 #, gcc-internal-format
46489 msgid "%<#pragma omp atomic capture%> uses two different expressions for memory"
46490 msgstr ""
46492 #: c/c-parser.cc:19947 cp/semantics.cc:10989
46493 #, gcc-internal-format
46494 msgid "%<depobj%> expression is not lvalue expression"
46495 msgstr ""
46497 #: c/c-parser.cc:20008 cp/parser.cc:42695
46498 #, fuzzy, gcc-internal-format
46499 #| msgid "expected %<in%>, %<out%>, %<inout%> or %<mutexinoutset%>"
46500 msgid "expected %<in%>, %<out%>, %<inout%>, %<mutexinoutset%> or %<inoutset%>"
46501 msgstr "мало бути %<in%>, %<out%>, %<inout%> або %<mutexinoutset%>"
46503 #: c/c-parser.cc:20020 cp/parser.cc:42711
46504 #, gcc-internal-format
46505 msgid "expected %<depend%>, %<destroy%> or %<update%> clause"
46506 msgstr "мала бути команда %<depend%>, %<destroy%> або %<update%>"
46508 #: c/c-parser.cc:20061 cp/parser.cc:42749
46509 #, gcc-internal-format
46510 msgid "expected %<seq_cst%>, %<acq_rel%>, %<release%> or %<acquire%>"
46511 msgstr "мало бути %<seq_cst%>, %<acq_rel%>, %<release%> або %<acquire%>"
46513 #: c/c-parser.cc:20069 cp/parser.cc:42757
46514 #, gcc-internal-format
46515 msgid "%<flush%> list specified together with memory order clause"
46516 msgstr ""
46518 #: c/c-parser.cc:20074
46519 #, gcc-internal-format
46520 msgid "expected %<(%> or end of line"
46521 msgstr ""
46523 #: c/c-parser.cc:20156 cp/parser.cc:43516
46524 #, gcc-internal-format
46525 msgid "expected %<inclusive%> or %<exclusive%> clause"
46526 msgstr "мала бути команда %<inclusive%> або %<exclusive%>"
46528 #: c/c-parser.cc:20161 cp/parser.cc:43522
46529 #, gcc-internal-format
46530 msgid "expected %<#pragma omp scan%>"
46531 msgstr "мало бути %<#pragma omp scan%>"
46533 #: c/c-parser.cc:20217 cp/parser.cc:43573
46534 #, gcc-internal-format
46535 msgid "%<ordered%> clause parameter is less than %<collapse%>"
46536 msgstr ""
46538 #: c/c-parser.cc:20233 cp/parser.cc:43599
46539 #, gcc-internal-format
46540 msgid "for statement expected"
46541 msgstr ""
46543 #: c/c-parser.cc:20311 cp/semantics.cc:10480 cp/semantics.cc:10571
46544 #, gcc-internal-format
46545 msgid "expected iteration declaration or initialization"
46546 msgstr ""
46548 #: c/c-parser.cc:20397
46549 #, gcc-internal-format
46550 msgid "not enough perfectly nested loops"
46551 msgstr ""
46553 #: c/c-parser.cc:20445 cp/parser.cc:43913
46554 #, gcc-internal-format
46555 msgid "collapsed loops not perfectly nested"
46556 msgstr ""
46558 #: c/c-parser.cc:20528 cp/parser.cc:43709 cp/parser.cc:43751 cp/pt.cc:18441
46559 #, gcc-internal-format
46560 msgid "iteration variable %qD should not be firstprivate"
46561 msgstr ""
46563 #: c/c-parser.cc:20943 cp/parser.cc:44317
46564 #, fuzzy, gcc-internal-format
46565 #| msgid "%<#pragma omp requires%> may only be used at file scope"
46566 msgid "%<#pragma omp ordered%> with %qs clause may only be used in compound statements"
46567 msgstr "%<#pragma omp requires%> можна використовувати лише на рівні файла"
46569 #: c/c-parser.cc:21157 cp/parser.cc:44523
46570 #, gcc-internal-format
46571 msgid "expected %<for%> after %qs"
46572 msgstr "мало бути %<for%> після %qs"
46574 #: c/c-parser.cc:21502 cp/parser.cc:44870
46575 #, gcc-internal-format
46576 msgid "expected %<point%>"
46577 msgstr "мало бути %<point%>"
46579 #: c/c-parser.cc:21761 cp/parser.cc:45149
46580 #, gcc-internal-format
46581 msgid "%<#pragma omp target data%> with map-type other than %<to%>, %<from%>, %<tofrom%> or %<alloc%> on %<map%> clause"
46582 msgstr ""
46584 #: c/c-parser.cc:21777 cp/parser.cc:45165
46585 #, gcc-internal-format
46586 msgid "%<#pragma omp target data%> must contain at least one %<map%>, %<use_device_ptr%> or %<use_device_addr%> clause"
46587 msgstr ""
46589 #: c/c-parser.cc:21825 cp/parser.cc:45421
46590 #, gcc-internal-format
46591 msgid "%<#pragma omp target update%> must contain at least one %<from%> or %<to%> clauses"
46592 msgstr ""
46594 #: c/c-parser.cc:21915 cp/parser.cc:45260
46595 #, gcc-internal-format
46596 msgid "%<#pragma omp target enter data%> with map-type other than %<to%>, %<tofrom%> or %<alloc%> on %<map%> clause"
46597 msgstr ""
46599 #: c/c-parser.cc:21927 cp/parser.cc:45272
46600 #, gcc-internal-format
46601 msgid "%<#pragma omp target enter data%> must contain at least one %<map%> clause"
46602 msgstr ""
46604 #: c/c-parser.cc:22014 cp/parser.cc:45364
46605 #, gcc-internal-format
46606 msgid "%<#pragma omp target exit data%> with map-type other than %<from%>, %<tofrom%>, %<release%> or %<delete%> on %<map%> clause"
46607 msgstr ""
46609 #: c/c-parser.cc:22027 cp/parser.cc:45377
46610 #, gcc-internal-format
46611 msgid "%<#pragma omp target exit data%> must contain at least one %<map%> clause"
46612 msgstr ""
46614 #: c/c-parser.cc:22263 cp/semantics.cc:10011
46615 #, gcc-internal-format
46616 msgid "%<#pragma omp target%> with map-type other than %<to%>, %<from%>, %<tofrom%> or %<alloc%> on %<map%> clause"
46617 msgstr ""
46619 #: c/c-parser.cc:22320
46620 #, gcc-internal-format
46621 msgid "%<#pragma omp declare %s%> must be followed by function declaration or definition or another %<#pragma omp declare %s%>"
46622 msgstr ""
46624 #: c/c-parser.cc:22371 c/c-parser.cc:22399
46625 #, gcc-internal-format
46626 msgid "%<#pragma omp declare %s%> must be followed by function declaration or definition"
46627 msgstr ""
46629 #: c/c-parser.cc:22438 cp/parser.cc:46293
46630 #, gcc-internal-format
46631 msgid "expected trait selector name"
46632 msgstr ""
46634 #: c/c-parser.cc:22491 cp/parser.cc:46345
46635 #, gcc-internal-format
46636 msgid "selector %qs not allowed for context selector set %qs"
46637 msgstr ""
46639 #: c/c-parser.cc:22516 cp/parser.cc:46369
46640 #, gcc-internal-format
46641 msgid "selector %qs does not accept any properties"
46642 msgstr ""
46644 #: c/c-parser.cc:22543 cp/parser.cc:46408 cp/pt.cc:11762
46645 #, gcc-internal-format
46646 msgid "score argument must be constant integer expression"
46647 msgstr ""
46649 #: c/c-parser.cc:22546 cp/parser.cc:46411 cp/pt.cc:11779
46650 #, gcc-internal-format
46651 msgid "score argument must be non-negative"
46652 msgstr ""
46654 #: c/c-parser.cc:22570 cp/parser.cc:46439 cp/pt.cc:11765
46655 #, gcc-internal-format
46656 msgid "property must be constant integer expression or string literal"
46657 msgstr ""
46659 #: c/c-parser.cc:22615 cp/parser.cc:46485
46660 #, gcc-internal-format
46661 msgid "expected identifier or string literal"
46662 msgstr ""
46664 #: c/c-parser.cc:22637 cp/parser.cc:46507 cp/pt.cc:11769
46665 #, gcc-internal-format
46666 msgid "property must be constant integer expression"
46667 msgstr ""
46669 #: c/c-parser.cc:22648 cp/parser.cc:46518
46670 #, gcc-internal-format
46671 msgid "properties for %<simd%> selector may not be specified in %<metadirective%>"
46672 msgstr ""
46674 #: c/c-parser.cc:22735 cp/parser.cc:46604
46675 #, gcc-internal-format
46676 msgid "expected %<construct%>, %<device%>, %<implementation%> or %<user%>"
46677 msgstr "мало бути %<construct%>, %<device%>, %<implementation%> або %<user%>"
46679 #: c/c-parser.cc:22814 cp/parser.cc:46921
46680 #, gcc-internal-format
46681 msgid "expected %<match%>"
46682 msgstr "мало бути %<match%>"
46684 #: c/c-parser.cc:22834
46685 #, gcc-internal-format
46686 msgid "variant %qD is not a function"
46687 msgstr ""
46689 #: c/c-parser.cc:22840 cp/decl.cc:8100
46690 #, gcc-internal-format
46691 msgid "variant %qD and base %qD have incompatible types"
46692 msgstr ""
46694 #: c/c-parser.cc:22852 cp/decl.cc:8109
46695 #, gcc-internal-format
46696 msgid "variant %qD is a built-in"
46697 msgstr ""
46699 #: c/c-parser.cc:22897
46700 #, gcc-internal-format
46701 msgid "%<#pragma omp declare %s%> not immediately followed by a function declaration or definition"
46702 msgstr ""
46704 #: c/c-parser.cc:22905 cp/parser.cc:46966
46705 #, gcc-internal-format
46706 msgid "%<#pragma omp declare %s%> not immediately followed by a single function declaration or definition"
46707 msgstr ""
46709 #: c/c-parser.cc:23019 cp/parser.cc:47170
46710 #, gcc-internal-format
46711 msgid "%qD specified both in declare target %<link%> and %qs clauses"
46712 msgstr ""
46714 #: c/c-parser.cc:23023 cp/parser.cc:47174
46715 #, gcc-internal-format
46716 msgid "%qD specified both in declare target %<link%> and %<to%> or %<enter%> clauses"
46717 msgstr ""
46719 #: c/c-parser.cc:23072 cp/parser.cc:47285
46720 #, gcc-internal-format
46721 msgid "directive with only %<device_type%> clause"
46722 msgstr ""
46724 #: c/c-parser.cc:23112 c/c-parser.cc:23152 cp/parser.cc:47333
46725 #: cp/parser.cc:47380
46726 #, gcc-internal-format
46727 msgid "expected %<target%>"
46728 msgstr "мало бути %<target%>"
46730 #: c/c-parser.cc:23124 cp/parser.cc:47346
46731 #, fuzzy, gcc-internal-format
46732 #| msgid "expected %<directive%> or %<sequence%>"
46733 msgid "expected %<declare target%> or %<assumes%>"
46734 msgstr "мало бути %<directive%> або %<sequence%>"
46736 #: c/c-parser.cc:23158 cp/parser.cc:47387
46737 #, gcc-internal-format
46738 msgid "%<#pragma omp end declare target%> without corresponding %<#pragma omp declare target%> or %<#pragma omp begin declare target%>"
46739 msgstr ""
46741 #: c/c-parser.cc:23176 cp/parser.cc:47442
46742 #, fuzzy, gcc-internal-format
46743 #| msgid "expected %<class%> or %<typename%>"
46744 msgid "expected %<declare%> or %<assumes%>"
46745 msgstr "мало бути %<class%> або %<typename%>"
46747 #: c/c-parser.cc:23202
46748 #, gcc-internal-format
46749 msgid "%<#pragma omp declare reduction%> not at file or block scope"
46750 msgstr ""
46752 #: c/c-parser.cc:23279
46753 #, gcc-internal-format
46754 msgid "predeclared arithmetic type in %<#pragma omp declare reduction%>"
46755 msgstr ""
46757 #: c/c-parser.cc:23283
46758 #, gcc-internal-format
46759 msgid "function or array type in %<#pragma omp declare reduction%>"
46760 msgstr ""
46762 #: c/c-parser.cc:23286
46763 #, gcc-internal-format
46764 msgid "%<_Atomic%> qualified type in %<#pragma omp declare reduction%>"
46765 msgstr "тип класу %<_Atomic%> у %<#pragma omp declare reduction%>"
46767 #: c/c-parser.cc:23289
46768 #, gcc-internal-format
46769 msgid "const, volatile or restrict qualified type in %<#pragma omp declare reduction%>"
46770 msgstr ""
46772 #: c/c-parser.cc:23297
46773 #, gcc-internal-format
46774 msgid "redeclaration of %qs %<#pragma omp declare reduction%> for type %qT"
46775 msgstr ""
46777 #: c/c-parser.cc:23306
46778 #, gcc-internal-format
46779 msgid "previous %<#pragma omp declare reduction%>"
46780 msgstr "попереднє %<#pragma omp declare reduction%>"
46782 #: c/c-parser.cc:23427
46783 #, gcc-internal-format
46784 msgid "expected %<omp_priv%> or function-name"
46785 msgstr ""
46787 #: c/c-parser.cc:23438
46788 #, gcc-internal-format
46789 msgid "expected function-name %<(%>"
46790 msgstr "мало бути вказано назву функції %<(%>"
46792 #: c/c-parser.cc:23457
46793 #, gcc-internal-format
46794 msgid "one of the initializer call arguments should be %<&omp_priv%>"
46795 msgstr ""
46797 #: c/c-parser.cc:23588 cp/parser.cc:47914
46798 #, gcc-internal-format
46799 msgid "expected %<simd%>, %<reduction%>, %<target%> or %<variant%>"
46800 msgstr "мало бути %<simd%>, %<reduction%>, %<target%> або %<variant%>"
46802 #: c/c-parser.cc:23651 cp/parser.cc:47975
46803 #, gcc-internal-format
46804 msgid "expected %<seq_cst%>, %<relaxed%> or %<acq_rel%>"
46805 msgstr "мало бути %<seq_cst%>, %<relaxed%> або %<acq_rel%>"
46807 #: c/c-parser.cc:23680 cp/parser.cc:48010
46808 #, gcc-internal-format
46809 msgid "expected %<unified_address%>, %<unified_shared_memory%>, %<dynamic_allocators%>, %<reverse_offload%> or %<atomic_default_mem_order%> clause"
46810 msgstr "мала бути команда %<unified_address%>, %<unified_shared_memory%>, %<dynamic_allocators%>, %<reverse_offload%> або %<atomic_default_mem_order%>"
46812 #: c/c-parser.cc:23698 cp/parser.cc:48028
46813 #, gcc-internal-format
46814 msgid "%qs clause used lexically after first target construct or offloading API"
46815 msgstr ""
46817 #: c/c-parser.cc:23710 cp/parser.cc:48040
46818 #, gcc-internal-format
46819 msgid "more than one %<atomic_default_mem_order%> clause in a single compilation unit"
46820 msgstr ""
46822 #: c/c-parser.cc:23719 cp/parser.cc:48049
46823 #, gcc-internal-format
46824 msgid "%<atomic_default_mem_order%> clause used lexically after first %<atomic%> construct without memory order clause"
46825 msgstr ""
46827 #: c/c-parser.cc:23733 cp/parser.cc:48063
46828 #, gcc-internal-format
46829 msgid "%<pragma omp requires%> requires at least one clause"
46830 msgstr ""
46832 #: c/c-parser.cc:23752
46833 #, gcc-internal-format
46834 msgid "zero sized type %qT in %<reduction%> clause"
46835 msgstr ""
46837 #: c/c-parser.cc:23758
46838 #, gcc-internal-format
46839 msgid "variable sized type %qT in %<reduction%> clause"
46840 msgstr ""
46842 #: c/c-parser.cc:23915 cp/parser.cc:48120
46843 #, gcc-internal-format
46844 msgid "expected %<at%>, %<severity%> or %<message%> clause"
46845 msgstr "мала бути команда %<at%>, %<severity%> або %<message%>"
46847 #: c/c-parser.cc:23948 cp/parser.cc:48155
46848 #, gcc-internal-format
46849 msgid "expected %qs or %qs"
46850 msgstr "мало бути %qs або %qs"
46852 #: c/c-parser.cc:24005 cp/parser.cc:48217
46853 #, gcc-internal-format
46854 msgid "%<#pragma omp error%> with %<at(execution)%> clause may only be used in compound statements"
46855 msgstr ""
46857 #: c/c-parser.cc:24028 cp/parser.cc:48244
46858 #, gcc-internal-format
46859 msgid "%<pragma omp error%> encountered: %s"
46860 msgstr ""
46862 #: c/c-parser.cc:24031 cp/parser.cc:48247
46863 #, gcc-internal-format
46864 msgid "%<pragma omp error%> encountered"
46865 msgstr ""
46867 #: c/c-parser.cc:24058 cp/parser.cc:46667
46868 #, gcc-internal-format
46869 msgid "expected at least one assumption clause"
46870 msgstr ""
46872 #: c/c-parser.cc:24144 cp/parser.cc:46753
46873 #, fuzzy, gcc-internal-format
46874 #| msgid "expected function name"
46875 msgid "expected directive name"
46876 msgstr "мало бути вказано назву функції"
46878 #: c/c-parser.cc:24157 cp/parser.cc:46766
46879 #, gcc-internal-format
46880 msgid "unknown OpenMP directive name in %qs clause argument"
46881 msgstr ""
46883 #: c/c-parser.cc:24164 cp/parser.cc:46773
46884 #, gcc-internal-format
46885 msgid "%<%s%s%s%s%s%> directive mentioned in both %<absent%> and %<contains%> clauses"
46886 msgstr ""
46888 #: c/c-parser.cc:24175 cp/parser.cc:46784
46889 #, gcc-internal-format
46890 msgid "%<%s%s%s%s%s%> directive mentioned multiple times in %qs clauses"
46891 msgstr ""
46893 #: c/c-parser.cc:24198 cp/parser.cc:46811
46894 #, fuzzy, gcc-internal-format
46895 #| msgid "unknown attribute %qs"
46896 msgid "unknown assumption clause %qs"
46897 msgstr "невідомий атрибут %qs"
46899 #: c/c-parser.cc:24211 cp/parser.cc:46821
46900 #, fuzzy, gcc-internal-format
46901 #| msgid "expected function name"
46902 msgid "expected assumption clause"
46903 msgstr "мало бути вказано назву функції"
46905 #: c/c-parser.cc:24384 cp/semantics.cc:9385
46906 #, gcc-internal-format
46907 msgid "%qE declared %<threadprivate%> after first use"
46908 msgstr ""
46910 #: c/c-parser.cc:24386 cp/semantics.cc:9387
46911 #, gcc-internal-format
46912 msgid "automatic variable %qE cannot be %<threadprivate%>"
46913 msgstr ""
46915 #: c/c-parser.cc:24390 cp/semantics.cc:9389
46916 #, gcc-internal-format
46917 msgid "%<threadprivate%> %qE has incomplete type"
46918 msgstr ""
46920 #: c/c-parser.cc:24570 cp/parser.cc:48986
46921 #, gcc-internal-format
46922 msgid "%<__transaction_cancel%> without transactional memory support enabled"
46923 msgstr ""
46925 #: c/c-parser.cc:24576 cp/parser.cc:48992
46926 #, gcc-internal-format
46927 msgid "%<__transaction_cancel%> within a %<__transaction_relaxed%>"
46928 msgstr ""
46930 #: c/c-parser.cc:24585
46931 #, gcc-internal-format
46932 msgid "outer %<__transaction_cancel%> not within outer %<__transaction_atomic%> or a %<transaction_may_cancel_outer%> function"
46933 msgstr ""
46935 #: c/c-parser.cc:24593 cp/parser.cc:49010
46936 #, gcc-internal-format
46937 msgid "%<__transaction_cancel%> not within %<__transaction_atomic%>"
46938 msgstr ""
46940 #: c/c-parser.cc:24677
46941 #, gcc-internal-format
46942 msgid "no closing brace"
46943 msgstr ""
46945 #: c/c-typeck.cc:237
46946 #, gcc-internal-format
46947 msgid "%qD has an incomplete type %qT"
46948 msgstr ""
46950 #: c/c-typeck.cc:251 c/c-typeck.cc:11152 c/c-typeck.cc:11194 cp/call.cc:4853
46951 #, gcc-internal-format
46952 msgid "invalid use of void expression"
46953 msgstr ""
46955 #: c/c-typeck.cc:259
46956 #, gcc-internal-format
46957 msgid "invalid use of flexible array member"
46958 msgstr ""
46960 #: c/c-typeck.cc:265 cp/typeck2.cc:350 rust/backend/rust-tree.cc:3886
46961 #, gcc-internal-format
46962 msgid "invalid use of array with unspecified bounds"
46963 msgstr ""
46965 #: c/c-typeck.cc:273
46966 #, gcc-internal-format
46967 msgid "invalid use of undefined type %qT"
46968 msgstr ""
46970 #. If this type has a typedef-name, the TYPE_NAME is a TYPE_DECL.
46971 #: c/c-typeck.cc:276
46972 #, gcc-internal-format
46973 msgid "invalid use of incomplete typedef %qT"
46974 msgstr ""
46976 #: c/c-typeck.cc:349
46977 #, gcc-internal-format
46978 msgid "%qT and %qT are in disjoint named address spaces"
46979 msgstr ""
46981 #: c/c-typeck.cc:384
46982 #, gcc-internal-format
46983 msgid "%qs attribute cannot be applied to a function that does not take variable arguments"
46984 msgstr ""
46986 #: c/c-typeck.cc:615 c/c-typeck.cc:640
46987 #, gcc-internal-format
46988 msgid "function types not truly compatible in ISO C"
46989 msgstr ""
46991 #: c/c-typeck.cc:790
46992 #, gcc-internal-format
46993 msgid "cannot mix operands of decimal floating and vector types"
46994 msgstr ""
46996 #: c/c-typeck.cc:795
46997 #, gcc-internal-format
46998 msgid "cannot mix operands of decimal floating and complex types"
46999 msgstr ""
47001 #: c/c-typeck.cc:800
47002 #, gcc-internal-format
47003 msgid "cannot mix operands of decimal floating and other floating types"
47004 msgstr ""
47006 #: c/c-typeck.cc:1345
47007 #, gcc-internal-format
47008 msgid "invalid use of pointers to arrays with different qualifiers in ISO C before C2X"
47009 msgstr ""
47011 #: c/c-typeck.cc:1349
47012 #, gcc-internal-format
47013 msgid "types are not quite compatible"
47014 msgstr ""
47016 #: c/c-typeck.cc:1353
47017 #, gcc-internal-format
47018 msgid "pointer target types incompatible in C++"
47019 msgstr ""
47021 #: c/c-typeck.cc:1686
47022 #, gcc-internal-format
47023 msgid "function return types not compatible due to %<volatile%>"
47024 msgstr ""
47026 #: c/c-typeck.cc:1947
47027 #, gcc-internal-format
47028 msgid "converting an array compound literal to a pointer is ill-formed in C++"
47029 msgstr ""
47031 #: c/c-typeck.cc:2600 c/c-typeck.cc:9673
47032 #, gcc-internal-format
47033 msgid "%qT has no member named %qE; did you mean %qE?"
47034 msgstr ""
47036 #: c/c-typeck.cc:2604 c/c-typeck.cc:9677
47037 #, gcc-internal-format
47038 msgid "%qT has no member named %qE"
47039 msgstr ""
47041 #: c/c-typeck.cc:2613
47042 #, gcc-internal-format
47043 msgid "accessing a member %qE of an atomic structure %qE"
47044 msgstr ""
47046 #: c/c-typeck.cc:2616
47047 #, gcc-internal-format
47048 msgid "accessing a member %qE of an atomic union %qE"
47049 msgstr ""
47051 #: c/c-typeck.cc:2680
47052 #, gcc-internal-format
47053 msgid "%qE is a pointer to pointer; did you mean to dereference it before applying %<->%> to it?"
47054 msgstr ""
47056 #: c/c-typeck.cc:2689
47057 #, gcc-internal-format
47058 msgid "%qE is a pointer; did you mean to use %<->%>?"
47059 msgstr ""
47061 #: c/c-typeck.cc:2696
47062 #, gcc-internal-format
47063 msgid "request for member %qE in something not a structure or union"
47064 msgstr ""
47066 #: c/c-typeck.cc:2744
47067 #, gcc-internal-format
47068 msgid "dereferencing %<void *%> pointer"
47069 msgstr ""
47071 #: c/c-typeck.cc:2799
47072 #, gcc-internal-format
47073 msgid "subscripted value is neither array nor pointer nor vector"
47074 msgstr ""
47076 #: c/c-typeck.cc:2809 cp/typeck.cc:3991 cp/typeck.cc:4084
47077 #, gcc-internal-format
47078 msgid "array subscript is not an integer"
47079 msgstr ""
47081 #: c/c-typeck.cc:2815
47082 #, gcc-internal-format
47083 msgid "subscripted value is pointer to function"
47084 msgstr ""
47086 #: c/c-typeck.cc:2869
47087 #, gcc-internal-format
47088 msgid "ISO C forbids subscripting %<register%> array"
47089 msgstr ""
47091 #: c/c-typeck.cc:2872
47092 #, gcc-internal-format
47093 msgid "ISO C90 forbids subscripting non-lvalue array"
47094 msgstr ""
47096 #: c/c-typeck.cc:2940
47097 #, gcc-internal-format
47098 msgid "underspecified %qD referenced in its initializer"
47099 msgstr ""
47101 #: c/c-typeck.cc:2991
47102 #, gcc-internal-format
47103 msgid "enum constant defined here"
47104 msgstr ""
47106 #: c/c-typeck.cc:3099 cp/typeck.cc:2141
47107 #, gcc-internal-format
47108 msgid "%<sizeof%> on array function parameter %qE will return size of %qT"
47109 msgstr ""
47111 #: c/c-typeck.cc:3260
47112 #, gcc-internal-format
47113 msgid "called object %qE is not a function or function pointer"
47114 msgstr ""
47116 #: c/c-typeck.cc:3265
47117 #, gcc-internal-format
47118 msgid "called object %qD is not a function or function pointer"
47119 msgstr ""
47121 #: c/c-typeck.cc:3271
47122 #, gcc-internal-format
47123 msgid "called object is not a function or function pointer"
47124 msgstr ""
47126 #. This situation leads to run-time undefined behavior.  We can't,
47127 #. therefore, simply error unless we can prove that all possible
47128 #. executions of the program must execute the code.
47129 #: c/c-typeck.cc:3300
47130 #, gcc-internal-format
47131 msgid "function called through a non-compatible type"
47132 msgstr ""
47134 #: c/c-typeck.cc:3305 c/c-typeck.cc:3360
47135 #, gcc-internal-format
47136 msgid "function with qualified void return type called"
47137 msgstr ""
47139 #: c/c-typeck.cc:3415
47140 #, gcc-internal-format, gfc-internal-format
47141 msgid "type of formal parameter %d is incomplete"
47142 msgstr ""
47144 #: c/c-typeck.cc:3429
47145 #, gcc-internal-format
47146 msgid "passing argument %d of %qE as integer rather than floating due to prototype"
47147 msgstr ""
47149 #: c/c-typeck.cc:3435
47150 #, gcc-internal-format
47151 msgid "passing argument %d of %qE as integer rather than complex due to prototype"
47152 msgstr ""
47154 #: c/c-typeck.cc:3441
47155 #, gcc-internal-format
47156 msgid "passing argument %d of %qE as complex rather than floating due to prototype"
47157 msgstr ""
47159 #: c/c-typeck.cc:3447
47160 #, gcc-internal-format
47161 msgid "passing argument %d of %qE as floating rather than integer due to prototype"
47162 msgstr ""
47164 #: c/c-typeck.cc:3453
47165 #, gcc-internal-format
47166 msgid "passing argument %d of %qE as complex rather than integer due to prototype"
47167 msgstr ""
47169 #: c/c-typeck.cc:3459
47170 #, gcc-internal-format
47171 msgid "passing argument %d of %qE as floating rather than complex due to prototype"
47172 msgstr ""
47174 #: c/c-typeck.cc:3473
47175 #, gcc-internal-format
47176 msgid "passing argument %d of %qE as %<float%> rather than %<double%> due to prototype"
47177 msgstr ""
47179 #: c/c-typeck.cc:3499
47180 #, gcc-internal-format
47181 msgid "passing argument %d of %qE as %qT rather than %qT due to prototype"
47182 msgstr ""
47184 #: c/c-typeck.cc:3524
47185 #, gcc-internal-format
47186 msgid "passing argument %d of %qE with different width due to prototype"
47187 msgstr ""
47189 #: c/c-typeck.cc:3548
47190 #, gcc-internal-format
47191 msgid "passing argument %d of %qE as unsigned due to prototype"
47192 msgstr ""
47194 #: c/c-typeck.cc:3553
47195 #, gcc-internal-format
47196 msgid "passing argument %d of %qE as signed due to prototype"
47197 msgstr ""
47199 #: c/c-typeck.cc:3707
47200 #, gcc-internal-format
47201 msgid "too many arguments to method %qE"
47202 msgstr ""
47204 #: c/c-typeck.cc:3717
47205 #, gcc-internal-format
47206 msgid "too many arguments to built-in function %qE expecting %d"
47207 msgstr "забагато аргументів для вбудованої функції %qE; мало бути %d"
47209 #: c/c-typeck.cc:3792
47210 #, gcc-internal-format
47211 msgid "implicit conversion from %qT to %qT when passing argument to function"
47212 msgstr ""
47214 #: c/c-typeck.cc:3860
47215 #, gcc-internal-format
47216 msgid "too few arguments to built-in function %qE expecting %u"
47217 msgstr "замало аргументів для вбудованої функції %qE; мало бути %u"
47219 #: c/c-typeck.cc:4038 c/c-typeck.cc:4066 cp/typeck.cc:5682 cp/typeck.cc:5958
47220 #, gcc-internal-format
47221 msgid "comparison with string literal results in unspecified behavior"
47222 msgstr ""
47224 #: c/c-typeck.cc:4046 c/c-typeck.cc:4057 cp/typeck.cc:5714 cp/typeck.cc:5738
47225 #, gcc-internal-format
47226 msgid "comparison between pointer and zero character constant"
47227 msgstr ""
47229 #: c/c-typeck.cc:4049 c/c-typeck.cc:4060 cp/typeck.cc:5717 cp/typeck.cc:5741
47230 #, gcc-internal-format
47231 msgid "did you mean to dereference the pointer?"
47232 msgstr ""
47234 #: c/c-typeck.cc:4087
47235 #, gcc-internal-format
47236 msgid "comparison between %qT and %qT"
47237 msgstr ""
47239 #: c/c-typeck.cc:4146
47240 #, gcc-internal-format
47241 msgid "pointer of type %<void *%> used in subtraction"
47242 msgstr ""
47244 #: c/c-typeck.cc:4149
47245 #, gcc-internal-format
47246 msgid "pointer to a function used in subtraction"
47247 msgstr ""
47249 #: c/c-typeck.cc:4183
47250 #, gcc-internal-format
47251 msgid "arithmetic on pointer to an incomplete type"
47252 msgstr ""
47254 #: c/c-typeck.cc:4192 cp/typeck.cc:6762
47255 #, gcc-internal-format
47256 msgid "arithmetic on pointer to an empty aggregate"
47257 msgstr ""
47259 #: c/c-typeck.cc:4635
47260 #, gcc-internal-format
47261 msgid "%<~%> on a boolean expression"
47262 msgstr "%<~%> над булевим виразом"
47264 #: c/c-typeck.cc:4639
47265 #, gcc-internal-format
47266 msgid "did you mean to use logical not?"
47267 msgstr ""
47269 #: c/c-typeck.cc:4649
47270 #, gcc-internal-format
47271 msgid "ISO C does not support %<~%> for complex conjugation"
47272 msgstr ""
47274 #: c/c-typeck.cc:4673
47275 #, gcc-internal-format
47276 msgid "wrong type argument to absu"
47277 msgstr "помилковий тип аргументу absu"
47279 #: c/c-typeck.cc:4698
47280 #, gcc-internal-format
47281 msgid "wrong type argument to unary exclamation mark"
47282 msgstr ""
47284 #: c/c-typeck.cc:4756
47285 #, gcc-internal-format
47286 msgid "increment of enumeration value is invalid in C++"
47287 msgstr ""
47289 #: c/c-typeck.cc:4759
47290 #, gcc-internal-format
47291 msgid "decrement of enumeration value is invalid in C++"
47292 msgstr ""
47294 #: c/c-typeck.cc:4766
47295 #, gcc-internal-format
47296 msgid "increment of a boolean expression"
47297 msgstr ""
47299 #: c/c-typeck.cc:4769
47300 #, gcc-internal-format
47301 msgid "decrement of a boolean expression"
47302 msgstr ""
47304 #: c/c-typeck.cc:4785
47305 #, gcc-internal-format
47306 msgid "ISO C does not support %<++%> and %<--%> on complex types"
47307 msgstr ""
47309 #: c/c-typeck.cc:4811 c/c-typeck.cc:4845
47310 #, gcc-internal-format
47311 msgid "wrong type argument to increment"
47312 msgstr ""
47314 #: c/c-typeck.cc:4813 c/c-typeck.cc:4848
47315 #, gcc-internal-format
47316 msgid "wrong type argument to decrement"
47317 msgstr ""
47319 #: c/c-typeck.cc:4833
47320 #, gcc-internal-format
47321 msgid "increment of pointer to an incomplete type %qT"
47322 msgstr ""
47324 #: c/c-typeck.cc:4837
47325 #, gcc-internal-format
47326 msgid "decrement of pointer to an incomplete type %qT"
47327 msgstr ""
47329 #: c/c-typeck.cc:4945
47330 #, gcc-internal-format
47331 msgid "taking address of expression of type %<void%>"
47332 msgstr ""
47334 #: c/c-typeck.cc:5004 c/c-typeck.cc:5197
47335 #, gcc-internal-format
47336 msgid "cannot take address of bit-field %qD"
47337 msgstr ""
47339 #: c/c-typeck.cc:5018
47340 #, gcc-internal-format
47341 msgid "cannot take address of scalar with reverse storage order"
47342 msgstr ""
47344 #: c/c-typeck.cc:5026
47345 #, gcc-internal-format
47346 msgid "address of array with reverse scalar storage order requested"
47347 msgstr ""
47349 #: c/c-typeck.cc:5212
47350 #, gcc-internal-format
47351 msgid "address of register compound literal requested"
47352 msgstr ""
47354 #: c/c-typeck.cc:5233
47355 #, gcc-internal-format
47356 msgid "global register variable %qD used in nested function"
47357 msgstr ""
47359 #: c/c-typeck.cc:5236
47360 #, gcc-internal-format
47361 msgid "register variable %qD used in nested function"
47362 msgstr ""
47364 #: c/c-typeck.cc:5241
47365 #, gcc-internal-format
47366 msgid "address of global register variable %qD requested"
47367 msgstr ""
47369 #: c/c-typeck.cc:5243 d/d-codegen.cc:721
47370 #, gcc-internal-format
47371 msgid "address of register variable %qD requested"
47372 msgstr ""
47374 #: c/c-typeck.cc:5382
47375 #, gcc-internal-format
47376 msgid "non-lvalue array in conditional expression"
47377 msgstr ""
47379 #: c/c-typeck.cc:5464
47380 #, gcc-internal-format
47381 msgid "implicit conversion from %qT to %qT to match other result of conditional"
47382 msgstr ""
47384 #: c/c-typeck.cc:5523 c/c-typeck.cc:5529
47385 #, gcc-internal-format
47386 msgid "operand of %<?:%> changes signedness from %qT to %qT due to unsignedness of other operand"
47387 msgstr ""
47389 #: c/c-typeck.cc:5546
47390 #, gcc-internal-format
47391 msgid "ISO C forbids conditional expr with only one void side"
47392 msgstr ""
47394 #: c/c-typeck.cc:5563
47395 #, gcc-internal-format
47396 msgid "pointers to disjoint address spaces used in conditional expression"
47397 msgstr ""
47399 #: c/c-typeck.cc:5587
47400 #, gcc-internal-format
47401 msgid "pointer to array loses qualifier in conditional expression"
47402 msgstr ""
47404 #: c/c-typeck.cc:5591
47405 #, gcc-internal-format
47406 msgid "pointer to array loses qualifier in conditional expression in ISO C before C2X"
47407 msgstr ""
47409 #: c/c-typeck.cc:5596
47410 #, gcc-internal-format
47411 msgid "ISO C forbids conditional expr between %<void *%> and function pointer"
47412 msgstr ""
47414 #: c/c-typeck.cc:5611
47415 #, gcc-internal-format
47416 msgid "pointer type mismatch between %qT and %qT of %qD and %qD in conditional expression"
47417 msgstr ""
47419 #: c/c-typeck.cc:5616
47420 #, gcc-internal-format
47421 msgid "pointer type mismatch in conditional expression"
47422 msgstr ""
47424 #: c/c-typeck.cc:5625 c/c-typeck.cc:5636
47425 #, gcc-internal-format
47426 msgid "pointer/integer type mismatch in conditional expression"
47427 msgstr ""
47429 #: c/c-typeck.cc:5657
47430 #, gcc-internal-format
47431 msgid "type mismatch in conditional expression"
47432 msgstr ""
47434 #: c/c-typeck.cc:5772
47435 #, gcc-internal-format
47436 msgid "ignoring return value of %qD, declared with attribute %<nodiscard%>: %E"
47437 msgstr ""
47439 #: c/c-typeck.cc:5776
47440 #, gcc-internal-format
47441 msgid "ignoring return value of %qD, declared with attribute %<nodiscard%>"
47442 msgstr ""
47444 #: c/c-typeck.cc:5794
47445 #, gcc-internal-format
47446 msgid "ignoring return value of type %qT, declared with attribute %<nodiscard%>: %E"
47447 msgstr ""
47449 #: c/c-typeck.cc:5799
47450 #, gcc-internal-format
47451 msgid "ignoring return value of type %qT, declared with attribute %<nodiscard%>"
47452 msgstr ""
47454 #: c/c-typeck.cc:5808 cp/cvt.cc:1100 rust/backend/rust-tree.cc:641
47455 #, gcc-internal-format
47456 msgid "in call to %qD, declared here"
47457 msgstr "у виклику %qD, оголошено тут"
47459 #: c/c-typeck.cc:5857
47460 #, gcc-internal-format
47461 msgid "left-hand operand of comma expression has no effect"
47462 msgstr ""
47464 #: c/c-typeck.cc:5875 c/c-typeck.cc:11727
47465 #, gcc-internal-format
47466 msgid "right-hand operand of comma expression has no effect"
47467 msgstr ""
47469 #: c/c-typeck.cc:5946
47470 msgid "cast adds %q#v qualifier to function type"
47471 msgstr ""
47473 #: c/c-typeck.cc:5952
47474 msgid "cast discards %qv qualifier from pointer target type"
47475 msgstr ""
47477 #: c/c-typeck.cc:5987
47478 #, gcc-internal-format
47479 msgid "to be safe all intermediate pointers in cast from %qT to %qT must be %<const%> qualified"
47480 msgstr ""
47482 #: c/c-typeck.cc:6081
47483 #, gcc-internal-format
47484 msgid "cast specifies array type"
47485 msgstr ""
47487 #: c/c-typeck.cc:6087
47488 #, gcc-internal-format
47489 msgid "cast specifies function type"
47490 msgstr ""
47492 #: c/c-typeck.cc:6102
47493 #, gcc-internal-format
47494 msgid "ISO C forbids casting nonscalar to the same type"
47495 msgstr ""
47497 #: c/c-typeck.cc:6122
47498 #, gcc-internal-format
47499 msgid "ISO C forbids casts to union type"
47500 msgstr ""
47502 #: c/c-typeck.cc:6132
47503 #, gcc-internal-format
47504 msgid "cast to union type from type not present in union"
47505 msgstr ""
47507 #: c/c-typeck.cc:6167
47508 #, gcc-internal-format
47509 msgid "cast to %qs address space pointer from disjoint generic address space pointer"
47510 msgstr ""
47512 #: c/c-typeck.cc:6172
47513 #, gcc-internal-format
47514 msgid "cast to generic address space pointer from disjoint %qs address space pointer"
47515 msgstr ""
47517 #: c/c-typeck.cc:6177
47518 #, gcc-internal-format
47519 msgid "cast to %qs address space pointer from disjoint %qs address space pointer"
47520 msgstr ""
47522 #: c/c-typeck.cc:6197
47523 #, gcc-internal-format
47524 msgid "cast increases required alignment of target type"
47525 msgstr ""
47527 #: c/c-typeck.cc:6208
47528 #, gcc-internal-format
47529 msgid "cast from pointer to integer of different size"
47530 msgstr ""
47532 #: c/c-typeck.cc:6213
47533 #, gcc-internal-format
47534 msgid "cast from function call of type %qT to non-matching type %qT"
47535 msgstr ""
47537 #: c/c-typeck.cc:6222 cp/typeck.cc:9172
47538 #, gcc-internal-format
47539 msgid "cast to pointer from integer of different size"
47540 msgstr ""
47542 #: c/c-typeck.cc:6236
47543 #, gcc-internal-format
47544 msgid "ISO C forbids conversion of function pointer to object pointer type"
47545 msgstr ""
47547 #: c/c-typeck.cc:6245
47548 #, gcc-internal-format
47549 msgid "ISO C forbids conversion of object pointer to function pointer type"
47550 msgstr ""
47552 #: c/c-typeck.cc:6255
47553 #, gcc-internal-format
47554 msgid "cast between incompatible function types from %qT to %qT"
47555 msgstr ""
47557 #: c/c-typeck.cc:6351
47558 #, gcc-internal-format
47559 msgid "defining a type in a cast is invalid in C++"
47560 msgstr ""
47562 #: c/c-typeck.cc:6392
47563 #, gcc-internal-format
47564 msgid "assignment to expression with array type"
47565 msgstr ""
47567 #: c/c-typeck.cc:6518
47568 #, gcc-internal-format
47569 msgid "enum conversion in assignment is invalid in C++"
47570 msgstr ""
47572 #: c/c-typeck.cc:6720 c/c-typeck.cc:6742 c/c-typeck.cc:6768
47573 #, gcc-internal-format
47574 msgid "(near initialization for %qs)"
47575 msgstr ""
47577 #: c/c-typeck.cc:6783
47578 #, gcc-internal-format
47579 msgid "array initialized from parenthesized string constant"
47580 msgstr ""
47582 #: c/c-typeck.cc:6826 c/c-typeck.cc:7067
47583 #, gcc-internal-format
47584 msgid "expected %qT but argument is of type %qT"
47585 msgstr ""
47587 #: c/c-typeck.cc:6860
47588 #, gcc-internal-format
47589 msgid "%qD argument %d type is %qT where %qT is expected in a call to built-in function declared without prototype"
47590 msgstr ""
47592 #: c/c-typeck.cc:6863
47593 #, gcc-internal-format
47594 msgid "%qD argument %d promotes to %qT where %qT is expected in a call to built-in function declared without prototype"
47595 msgstr ""
47597 #: c/c-typeck.cc:6868
47598 #, gcc-internal-format
47599 msgid "built-in %qD declared here"
47600 msgstr "вбудований %qD оголошено тут"
47602 #: c/c-typeck.cc:7062
47603 #, gcc-internal-format
47604 msgid "enum conversion when passing argument %d of %qE is invalid in C++"
47605 msgstr ""
47607 #: c/c-typeck.cc:7071
47608 #, gcc-internal-format
47609 msgid "enum conversion from %qT to %qT in assignment is invalid in C++"
47610 msgstr ""
47612 #: c/c-typeck.cc:7076
47613 #, gcc-internal-format
47614 msgid "enum conversion from %qT to %qT in initialization is invalid in C++"
47615 msgstr ""
47617 #: c/c-typeck.cc:7081
47618 #, gcc-internal-format
47619 msgid "enum conversion from %qT to %qT in return is invalid in C++"
47620 msgstr ""
47622 #: c/c-typeck.cc:7099
47623 #, gcc-internal-format
47624 msgid "implicit conversion from %qT to %qT"
47625 msgstr ""
47627 #: c/c-typeck.cc:7278 c/c-typeck.cc:7663
47628 msgid "passing argument %d of %qE makes %q#v qualified function pointer from unqualified"
47629 msgstr ""
47631 #: c/c-typeck.cc:7281 c/c-typeck.cc:7666
47632 msgid "assignment makes %q#v qualified function pointer from unqualified"
47633 msgstr ""
47635 #: c/c-typeck.cc:7284 c/c-typeck.cc:7668
47636 msgid "initialization makes %q#v qualified function pointer from unqualified"
47637 msgstr ""
47639 #: c/c-typeck.cc:7287 c/c-typeck.cc:7670
47640 msgid "return makes %q#v qualified function pointer from unqualified"
47641 msgstr ""
47643 #: c/c-typeck.cc:7295 c/c-typeck.cc:7554 c/c-typeck.cc:7597
47644 msgid "passing argument %d of %qE discards %qv qualifier from pointer target type"
47645 msgstr ""
47647 #: c/c-typeck.cc:7297 c/c-typeck.cc:7556 c/c-typeck.cc:7599
47648 msgid "assignment discards %qv qualifier from pointer target type"
47649 msgstr ""
47651 #: c/c-typeck.cc:7299 c/c-typeck.cc:7558 c/c-typeck.cc:7601
47652 msgid "initialization discards %qv qualifier from pointer target type"
47653 msgstr "ініціалізація відкидає кваліфікатор %qv з типу призначення вказівника"
47655 #: c/c-typeck.cc:7301 c/c-typeck.cc:7560 c/c-typeck.cc:7603
47656 msgid "return discards %qv qualifier from pointer target type"
47657 msgstr "return відкидає кваліфікатор %qv з типу призначення вказівника"
47659 #: c/c-typeck.cc:7310
47660 #, gcc-internal-format
47661 msgid "ISO C prohibits argument conversion to union type"
47662 msgstr "У ISO C заборонено перетворення аргументу до типу об'єднання"
47664 #: c/c-typeck.cc:7378
47665 #, gcc-internal-format
47666 msgid "request for implicit conversion from %qT to %qT not permitted in C++"
47667 msgstr ""
47669 #: c/c-typeck.cc:7393
47670 #, gcc-internal-format
47671 msgid "passing argument %d of %qE from pointer to non-enclosed address space"
47672 msgstr ""
47674 #: c/c-typeck.cc:7404
47675 #, gcc-internal-format
47676 msgid "assignment from pointer to non-enclosed address space"
47677 msgstr ""
47679 #: c/c-typeck.cc:7415
47680 #, gcc-internal-format
47681 msgid "initialization from pointer to non-enclosed address space"
47682 msgstr ""
47684 #: c/c-typeck.cc:7425
47685 #, gcc-internal-format
47686 msgid "return from pointer to non-enclosed address space"
47687 msgstr ""
47689 #: c/c-typeck.cc:7441
47690 #, fuzzy, gcc-internal-format
47691 #| msgid "  expected %qD but got %qD"
47692 msgid "expected %qT but pointer is of type %qT"
47693 msgstr "  мало бути %qD, втім, маємо %qD"
47695 #: c/c-typeck.cc:7456
47696 #, gcc-internal-format
47697 msgid "argument %d of %qE might be a candidate for a format attribute"
47698 msgstr ""
47700 #: c/c-typeck.cc:7462
47701 #, gcc-internal-format
47702 msgid "assignment left-hand side might be a candidate for a format attribute"
47703 msgstr "ліва частина інструкції призначення може бути кандидатом на атрибут форматування"
47705 #: c/c-typeck.cc:7468
47706 #, gcc-internal-format
47707 msgid "initialization left-hand side might be a candidate for a format attribute"
47708 msgstr ""
47710 #: c/c-typeck.cc:7473 cp/typeck.cc:10336
47711 #, gcc-internal-format
47712 msgid "return type might be a candidate for a format attribute"
47713 msgstr ""
47715 #: c/c-typeck.cc:7496
47716 #, gcc-internal-format
47717 msgid "passing argument %d of %qE from incompatible scalar storage order"
47718 msgstr ""
47720 #: c/c-typeck.cc:7506
47721 #, gcc-internal-format
47722 msgid "assignment to %qT from pointer type %qT with incompatible scalar storage order"
47723 msgstr ""
47725 #: c/c-typeck.cc:7516
47726 #, gcc-internal-format
47727 msgid "initialization of %qT from pointer type %qT with incompatible scalar storage order"
47728 msgstr ""
47730 #: c/c-typeck.cc:7521
47731 #, gcc-internal-format
47732 msgid "returning %qT from pointer type with incompatible scalar storage order %qT"
47733 msgstr ""
47735 #: c/c-typeck.cc:7571
47736 #, gcc-internal-format
47737 msgid "ISO C forbids passing argument %d of %qE between function pointer and %<void *%>"
47738 msgstr ""
47740 #: c/c-typeck.cc:7574
47741 #, gcc-internal-format
47742 msgid "ISO C forbids assignment between function pointer and %<void *%>"
47743 msgstr ""
47745 #: c/c-typeck.cc:7576
47746 #, gcc-internal-format
47747 msgid "ISO C forbids initialization between function pointer and %<void *%>"
47748 msgstr ""
47750 #: c/c-typeck.cc:7578
47751 #, gcc-internal-format
47752 msgid "ISO C forbids return between function pointer and %<void *%>"
47753 msgstr ""
47755 #: c/c-typeck.cc:7608
47756 #, gcc-internal-format
47757 msgid "array with qualifier on the element is not qualified before C2X"
47758 msgstr ""
47760 #: c/c-typeck.cc:7625
47761 #, gcc-internal-format
47762 msgid "pointer targets in passing argument %d of %qE differ in signedness"
47763 msgstr ""
47765 #: c/c-typeck.cc:7633
47766 #, gcc-internal-format
47767 msgid "pointer targets in assignment from %qT to %qT differ in signedness"
47768 msgstr ""
47770 #: c/c-typeck.cc:7639
47771 #, gcc-internal-format
47772 msgid "pointer targets in initialization of %qT from %qT differ in signedness"
47773 msgstr ""
47775 #: c/c-typeck.cc:7644
47776 #, gcc-internal-format
47777 msgid "pointer targets in returning %qT from a function with return type %qT differ in signedness"
47778 msgstr ""
47780 #: c/c-typeck.cc:7686
47781 #, gcc-internal-format
47782 msgid "passing argument %d of %qE from incompatible pointer type"
47783 msgstr ""
47785 #: c/c-typeck.cc:7694
47786 #, gcc-internal-format
47787 msgid "assignment to %qT from pointer to %qD with incompatible type %qT"
47788 msgstr ""
47790 #: c/c-typeck.cc:7699
47791 #, gcc-internal-format
47792 msgid "assignment to %qT from incompatible pointer type %qT"
47793 msgstr ""
47795 #: c/c-typeck.cc:7706
47796 #, gcc-internal-format
47797 msgid "initialization of %qT from pointer to %qD with incompatible type %qT"
47798 msgstr ""
47800 #: c/c-typeck.cc:7711
47801 #, gcc-internal-format
47802 msgid "initialization of %qT from incompatible pointer type %qT"
47803 msgstr ""
47805 #: c/c-typeck.cc:7718
47806 #, gcc-internal-format
47807 msgid "returning pointer to %qD of type %qT from a function with incompatible type %qT"
47808 msgstr ""
47810 #: c/c-typeck.cc:7723
47811 #, gcc-internal-format
47812 msgid "returning %qT from a function with incompatible return type %qT"
47813 msgstr "повертає %qT з функції із несумісним типом повернення %qT"
47815 #: c/c-typeck.cc:7763
47816 #, gcc-internal-format
47817 msgid "passing argument %d of %qE makes pointer from integer without a cast"
47818 msgstr ""
47820 #: c/c-typeck.cc:7770
47821 #, gcc-internal-format
47822 msgid "assignment to %qT from %qT makes pointer from integer without a cast"
47823 msgstr ""
47825 #: c/c-typeck.cc:7776
47826 #, gcc-internal-format
47827 msgid "initialization of %qT from %qT makes pointer from integer without a cast"
47828 msgstr ""
47830 #: c/c-typeck.cc:7780
47831 #, gcc-internal-format
47832 msgid "returning %qT from a function with return type %qT makes pointer from integer without a cast"
47833 msgstr ""
47835 #: c/c-typeck.cc:7800
47836 #, gcc-internal-format
47837 msgid "passing argument %d of %qE makes integer from pointer without a cast"
47838 msgstr ""
47840 #: c/c-typeck.cc:7807
47841 #, gcc-internal-format
47842 msgid "assignment to %qT from %qT makes integer from pointer without a cast"
47843 msgstr ""
47845 #: c/c-typeck.cc:7813
47846 #, gcc-internal-format
47847 msgid "initialization of %qT from %qT makes integer from pointer without a cast"
47848 msgstr ""
47850 #: c/c-typeck.cc:7817
47851 #, gcc-internal-format
47852 msgid "returning %qT from a function with return type %qT makes integer from pointer without a cast"
47853 msgstr ""
47855 #: c/c-typeck.cc:7849
47856 #, gcc-internal-format
47857 msgid "incompatible type for argument %d of %qE"
47858 msgstr ""
47860 #: c/c-typeck.cc:7860
47861 #, gcc-internal-format
47862 msgid "incompatible types when assigning to type %qT from type %qT"
47863 msgstr ""
47865 #: c/c-typeck.cc:7871
47866 #, gcc-internal-format
47867 msgid "incompatible types when initializing type %qT using type %qT"
47868 msgstr "несумісні типи при ініціалізації типу %qT за допомогою %qT"
47870 #: c/c-typeck.cc:7881
47871 #, gcc-internal-format
47872 msgid "incompatible types when returning type %qT but %qT was expected"
47873 msgstr ""
47875 #: c/c-typeck.cc:7961
47876 #, gcc-internal-format
47877 msgid "traditional C rejects automatic aggregate initialization"
47878 msgstr ""
47880 #: c/c-typeck.cc:8203
47881 #, gcc-internal-format
47882 msgid "%<constexpr%> pointer initializer is not null"
47883 msgstr ""
47885 #: c/c-typeck.cc:8211
47886 #, fuzzy, gcc-internal-format
47887 #| msgid "%<std::tuple_size<%T>::value%> is not an integral constant expression"
47888 msgid "%<constexpr%> integer initializer is not an integer constant expression"
47889 msgstr "%<std::tuple_size<%T>::value%> не є інтегральним сталим виразом"
47891 #: c/c-typeck.cc:8214 c/c-typeck.cc:8276 c/c-typeck.cc:8413
47892 #, gcc-internal-format
47893 msgid "%<constexpr%> initializer not representable in type of object"
47894 msgstr ""
47896 #: c/c-typeck.cc:8224
47897 #, fuzzy, gcc-internal-format
47898 #| msgid "%<goto%> is not a constant expression"
47899 msgid "%<constexpr%> initializer is not an arithmetic constant expression"
47900 msgstr "%<goto%> не є сталим виразом"
47902 #: c/c-typeck.cc:8241
47903 #, gcc-internal-format
47904 msgid "%<constexpr%> initializer for a real type is of complex type"
47905 msgstr ""
47907 #: c/c-typeck.cc:8250
47908 #, gcc-internal-format
47909 msgid "%<constexpr%> initializer for a binary floating-point type is of decimal type"
47910 msgstr ""
47912 #: c/c-typeck.cc:8378 c/c-typeck.cc:9304 cp/typeck2.cc:1199
47913 #, gcc-internal-format
47914 msgid "initialization of a flexible array member"
47915 msgstr ""
47917 #: c/c-typeck.cc:8394 cp/typeck2.cc:1216
47918 #, gcc-internal-format
47919 msgid "cannot initialize array of %qT from a string literal with type array of %qT"
47920 msgstr ""
47922 #: c/c-typeck.cc:8453
47923 #, gcc-internal-format
47924 msgid "array of inappropriate type initialized from string constant"
47925 msgstr ""
47927 #: c/c-typeck.cc:8521 cp/typeck.cc:2533
47928 #, gcc-internal-format
47929 msgid "invalid use of non-lvalue array"
47930 msgstr ""
47932 #: c/c-typeck.cc:8540 c/c-typeck.cc:8564 c/c-typeck.cc:8567 c/c-typeck.cc:8575
47933 #: c/c-typeck.cc:8622 c/c-typeck.cc:10163 c/c-typeck.cc:10242
47934 #, gcc-internal-format
47935 msgid "initializer element is not constant"
47936 msgstr ""
47938 #: c/c-typeck.cc:8549
47939 #, gcc-internal-format
47940 msgid "array initialized from non-constant array expression"
47941 msgstr ""
47943 #: c/c-typeck.cc:8580 c/c-typeck.cc:8635 c/c-typeck.cc:10252
47944 #, gcc-internal-format
47945 msgid "initializer element is not a constant expression"
47946 msgstr ""
47948 #: c/c-typeck.cc:8629 c/c-typeck.cc:10247
47949 #, gcc-internal-format
47950 msgid "initializer element is not computable at load time"
47951 msgstr ""
47953 #: c/c-typeck.cc:8653
47954 #, gcc-internal-format
47955 msgid "invalid initializer"
47956 msgstr ""
47958 #: c/c-typeck.cc:8931 cp/decl.cc:7478
47959 #, gcc-internal-format
47960 msgid "opaque vector types cannot be initialized"
47961 msgstr "непрозорі типи векторів не може бути ініціалізовано"
47963 #: c/c-typeck.cc:9151
47964 #, gcc-internal-format
47965 msgid "extra brace group at end of initializer"
47966 msgstr ""
47968 #: c/c-typeck.cc:9234
47969 #, gcc-internal-format
47970 msgid "braces around scalar initializer"
47971 msgstr ""
47973 #: c/c-typeck.cc:9301 c/c-typeck.cc:10780 cp/typeck2.cc:1226
47974 #: cp/typeck2.cc:1584
47975 #, gcc-internal-format
47976 msgid "initialization of flexible array member in a nested context"
47977 msgstr ""
47979 #: c/c-typeck.cc:9338
47980 #, gcc-internal-format
47981 msgid "missing braces around initializer"
47982 msgstr ""
47984 #: c/c-typeck.cc:9361
47985 #, gcc-internal-format
47986 msgid "missing initializer for field %qD of %qT"
47987 msgstr "пропущено ініціалізатор для поля %qD %qT"
47989 #: c/c-typeck.cc:9396
47990 #, gcc-internal-format
47991 msgid "extra elements in scalar initializer"
47992 msgstr ""
47994 #: c/c-typeck.cc:9515 c/c-typeck.cc:9597
47995 #, gcc-internal-format
47996 msgid "array index in non-array initializer"
47997 msgstr ""
47999 #: c/c-typeck.cc:9520 c/c-typeck.cc:9659
48000 #, gcc-internal-format
48001 msgid "field name not in record or union initializer"
48002 msgstr ""
48004 #: c/c-typeck.cc:9570
48005 #, gcc-internal-format
48006 msgid "array index in initializer not of integer type"
48007 msgstr ""
48009 #: c/c-typeck.cc:9579 c/c-typeck.cc:9588
48010 #, gcc-internal-format
48011 msgid "array index in initializer is not an integer constant expression"
48012 msgstr ""
48014 #: c/c-typeck.cc:9593 c/c-typeck.cc:9595
48015 #, gcc-internal-format
48016 msgid "nonconstant array index in initializer"
48017 msgstr ""
48019 #: c/c-typeck.cc:9599 c/c-typeck.cc:9602
48020 #, gcc-internal-format
48021 msgid "array index in initializer exceeds array bounds"
48022 msgstr ""
48024 #: c/c-typeck.cc:9621
48025 #, gcc-internal-format
48026 msgid "empty index range in initializer"
48027 msgstr ""
48029 #: c/c-typeck.cc:9630
48030 #, gcc-internal-format
48031 msgid "array index range in initializer exceeds array bounds"
48032 msgstr ""
48034 #: c/c-typeck.cc:9732 c/c-typeck.cc:9762 c/c-typeck.cc:10340
48035 #, gcc-internal-format
48036 msgid "initialized field with side-effects overwritten"
48037 msgstr ""
48039 #: c/c-typeck.cc:9736 c/c-typeck.cc:9766 c/c-typeck.cc:10343
48040 #, gcc-internal-format
48041 msgid "initialized field overwritten"
48042 msgstr ""
48044 #: c/c-typeck.cc:10274
48045 #, gcc-internal-format
48046 msgid "enum conversion in initialization is invalid in C++"
48047 msgstr ""
48049 #: c/c-typeck.cc:10655
48050 #, gcc-internal-format
48051 msgid "excess elements in %<char%> array initializer"
48052 msgstr ""
48054 #: c/c-typeck.cc:10662 c/c-typeck.cc:10739
48055 #, gcc-internal-format
48056 msgid "excess elements in struct initializer"
48057 msgstr ""
48059 #: c/c-typeck.cc:10683
48060 #, gcc-internal-format
48061 msgid "positional initialization of field in %<struct%> declared with %<designated_init%> attribute"
48062 msgstr ""
48064 #: c/c-typeck.cc:10754 cp/typeck2.cc:1203
48065 #, gcc-internal-format
48066 msgid "non-static initialization of a flexible array member"
48067 msgstr ""
48069 #: c/c-typeck.cc:10849
48070 #, gcc-internal-format
48071 msgid "excess elements in union initializer"
48072 msgstr ""
48074 #: c/c-typeck.cc:10871
48075 #, gcc-internal-format
48076 msgid "traditional C rejects initialization of unions"
48077 msgstr ""
48079 #: c/c-typeck.cc:10933
48080 #, gcc-internal-format
48081 msgid "excess elements in array initializer"
48082 msgstr ""
48084 #: c/c-typeck.cc:10967
48085 #, gcc-internal-format
48086 msgid "excess elements in vector initializer"
48087 msgstr ""
48089 #: c/c-typeck.cc:10999
48090 #, gcc-internal-format
48091 msgid "excess elements in scalar initializer"
48092 msgstr ""
48094 #: c/c-typeck.cc:11242
48095 #, gcc-internal-format
48096 msgid "ISO C forbids %<goto *expr;%>"
48097 msgstr ""
48099 #: c/c-typeck.cc:11248
48100 #, gcc-internal-format
48101 msgid "computed goto must be pointer type"
48102 msgstr ""
48104 #: c/c-typeck.cc:11277 c/gimple-parser.cc:2472 cp/typeck.cc:10926
48105 #, gcc-internal-format
48106 msgid "function declared %<noreturn%> has a %<return%> statement"
48107 msgstr ""
48109 #: c/c-typeck.cc:11305 c/c-typeck.cc:11309
48110 #, gcc-internal-format
48111 msgid "%<return%> with no value, in function returning non-void"
48112 msgstr ""
48114 #: c/c-typeck.cc:11323 c/gimple-parser.cc:2482
48115 #, gcc-internal-format
48116 msgid "%<return%> with a value, in function returning void"
48117 msgstr ""
48119 #: c/c-typeck.cc:11326
48120 #, gcc-internal-format
48121 msgid "ISO C forbids %<return%> with expression, in function returning void"
48122 msgstr ""
48124 #: c/c-typeck.cc:11403
48125 #, gcc-internal-format
48126 msgid "function returns address of label"
48127 msgstr ""
48129 #: c/c-typeck.cc:11494 cp/semantics.cc:1524
48130 #, gcc-internal-format
48131 msgid "switch quantity not an integer"
48132 msgstr ""
48134 #: c/c-typeck.cc:11519
48135 #, gcc-internal-format
48136 msgid "%<long%> switch expression not converted to %<int%> in ISO C"
48137 msgstr ""
48139 #: c/c-typeck.cc:11557 c/c-typeck.cc:11565
48140 #, gcc-internal-format
48141 msgid "case label is not an integer constant expression"
48142 msgstr ""
48144 #: c/c-typeck.cc:11571 cp/parser.cc:12737
48145 #, gcc-internal-format
48146 msgid "case label not within a switch statement"
48147 msgstr ""
48149 #: c/c-typeck.cc:11573
48150 #, gcc-internal-format
48151 msgid "%<default%> label not within a switch statement"
48152 msgstr ""
48154 #: c/c-typeck.cc:11649 cp/parser.cc:14353
48155 #, gcc-internal-format
48156 msgid "break statement not within loop or switch"
48157 msgstr ""
48159 #: c/c-typeck.cc:11652 c/c-typeck.cc:11672 cp/decl.cc:3870 cp/parser.cc:14363
48160 #: cp/parser.cc:14384
48161 #, gcc-internal-format
48162 msgid "invalid exit from OpenMP structured block"
48163 msgstr ""
48165 #: c/c-typeck.cc:11655 cp/parser.cc:14366
48166 #, gcc-internal-format
48167 msgid "break statement used with OpenMP for loop"
48168 msgstr ""
48170 #: c/c-typeck.cc:11669 cp/parser.cc:14376
48171 #, gcc-internal-format
48172 msgid "continue statement not within a loop"
48173 msgstr ""
48175 #: c/c-typeck.cc:11709 cp/cp-gimplify.cc:229
48176 #, gcc-internal-format
48177 msgid "statement with no effect"
48178 msgstr ""
48180 #: c/c-typeck.cc:11753
48181 #, gcc-internal-format
48182 msgid "expression statement has incomplete type"
48183 msgstr ""
48185 #: c/c-typeck.cc:12044
48186 #, gcc-internal-format
48187 msgid "the comparison will always evaluate as %<false%> for the pointer operand in %qE must not be NULL"
48188 msgstr ""
48190 #: c/c-typeck.cc:12049
48191 #, gcc-internal-format
48192 msgid "the comparison will always evaluate as %<true%> for the pointer operand in %qE must not be NULL"
48193 msgstr ""
48195 #: c/c-typeck.cc:12067 c/c-typeck.cc:12105
48196 #, gcc-internal-format
48197 msgid "the comparison will always evaluate as %<false%> for the address of %qE will never be NULL"
48198 msgstr ""
48200 #: c/c-typeck.cc:12072 c/c-typeck.cc:12110
48201 #, gcc-internal-format
48202 msgid "the comparison will always evaluate as %<true%> for the address of %qE will never be NULL"
48203 msgstr ""
48205 #: c/c-typeck.cc:12692 c/c-typeck.cc:12853 cp/typeck.cc:5980
48206 #, gcc-internal-format
48207 msgid "comparing vectors with different element types"
48208 msgstr ""
48210 #: c/c-typeck.cc:12700 c/c-typeck.cc:12861 cp/typeck.cc:5993
48211 #, gcc-internal-format
48212 msgid "comparing vectors with different number of elements"
48213 msgstr ""
48215 #: c/c-typeck.cc:12715 c/c-typeck.cc:12876 cp/typeck.cc:6011
48216 #, gcc-internal-format
48217 msgid "comparison between types %qT and %qT"
48218 msgstr ""
48220 #: c/c-typeck.cc:12725 c/c-typeck.cc:12886 cp/typeck.cc:6028
48221 #, gcc-internal-format
48222 msgid "could not find an integer type of the same size as %qT"
48223 msgstr ""
48225 #: c/c-typeck.cc:12739 cp/typeck.cc:5671
48226 #, gcc-internal-format
48227 msgid "comparing floating-point with %<==%> or %<!=%> is unsafe"
48228 msgstr ""
48230 #: c/c-typeck.cc:12777 c/c-typeck.cc:12927
48231 #, gcc-internal-format
48232 msgid "comparison of pointers to disjoint address spaces"
48233 msgstr ""
48235 #: c/c-typeck.cc:12784 c/c-typeck.cc:12790
48236 #, gcc-internal-format
48237 msgid "ISO C forbids comparison of %<void *%> with function pointer"
48238 msgstr ""
48240 #: c/c-typeck.cc:12797 c/c-typeck.cc:12937
48241 #, gcc-internal-format
48242 msgid "comparison of distinct pointer types lacks a cast"
48243 msgstr ""
48245 #: c/c-typeck.cc:12809 c/c-typeck.cc:12814 c/c-typeck.cc:12963
48246 #: c/c-typeck.cc:12968
48247 #, gcc-internal-format
48248 msgid "comparison between pointer and integer"
48249 msgstr ""
48251 #: c/c-typeck.cc:12915
48252 #, gcc-internal-format
48253 msgid "comparison of complete and incomplete pointers"
48254 msgstr ""
48256 #: c/c-typeck.cc:12917
48257 #, gcc-internal-format
48258 msgid "ISO C forbids ordered comparisons of pointers to functions"
48259 msgstr ""
48261 #: c/c-typeck.cc:12922
48262 #, gcc-internal-format
48263 msgid "ordered comparison of pointer with null pointer"
48264 msgstr ""
48266 #: c/c-typeck.cc:12945 c/c-typeck.cc:12948 c/c-typeck.cc:12955
48267 #: c/c-typeck.cc:12958
48268 #, gcc-internal-format
48269 msgid "ordered comparison of pointer with integer zero"
48270 msgstr ""
48272 #: c/c-typeck.cc:13034
48273 #, gcc-internal-format
48274 msgid "implicit conversion from %qT to %qT to match other operand of binary expression"
48275 msgstr ""
48277 #: c/c-typeck.cc:13352
48278 #, gcc-internal-format
48279 msgid "used array that cannot be converted to pointer where scalar is required"
48280 msgstr ""
48282 #: c/c-typeck.cc:13356
48283 #, gcc-internal-format
48284 msgid "used struct type value where scalar is required"
48285 msgstr ""
48287 #: c/c-typeck.cc:13360
48288 #, gcc-internal-format
48289 msgid "used union type value where scalar is required"
48290 msgstr ""
48292 #: c/c-typeck.cc:13376
48293 #, gcc-internal-format
48294 msgid "used vector type where scalar is required"
48295 msgstr ""
48297 #: c/c-typeck.cc:13566 cp/semantics.cc:11062
48298 #, gcc-internal-format
48299 msgid "%<#pragma omp cancel%> must specify one of %<parallel%>, %<for%>, %<sections%> or %<taskgroup%> clauses"
48300 msgstr ""
48302 #: c/c-typeck.cc:13577 c/c-typeck.cc:13587 cp/semantics.cc:11073
48303 #: cp/semantics.cc:11083
48304 #, gcc-internal-format
48305 msgid "expected %<cancel%> %<if%> clause modifier"
48306 msgstr ""
48308 #: c/c-typeck.cc:13622 cp/semantics.cc:11118
48309 #, gcc-internal-format
48310 msgid "%<#pragma omp cancellation point%> must specify one of %<parallel%>, %<for%>, %<sections%> or %<taskgroup%> clauses"
48311 msgstr ""
48313 #: c/c-typeck.cc:13667 c/c-typeck.cc:15392 c/c-typeck.cc:15528
48314 #: c/c-typeck.cc:15611
48315 #, gcc-internal-format
48316 msgid "%<_Atomic%> %qE in %qs clause"
48317 msgstr ""
48319 #: c/c-typeck.cc:13691 c/c-typeck.cc:15307 c/c-typeck.cc:15514
48320 #: cp/semantics.cc:5157 cp/semantics.cc:7925 cp/semantics.cc:8185
48321 #, gcc-internal-format
48322 msgid "bit-field %qE in %qs clause"
48323 msgstr ""
48325 #: c/c-typeck.cc:13700 c/c-typeck.cc:15538 cp/semantics.cc:5167
48326 #: cp/semantics.cc:8206
48327 #, gcc-internal-format
48328 msgid "%qE is a member of a union"
48329 msgstr ""
48331 #: c/c-typeck.cc:13717 c/c-typeck.cc:15547 cp/semantics.cc:8215
48332 #, gcc-internal-format
48333 msgid "cannot dereference %qE in %qs clause"
48334 msgstr ""
48336 #: c/c-typeck.cc:13728 cp/semantics.cc:5192 cp/semantics.cc:8260
48337 #, gcc-internal-format
48338 msgid "%qD is not a variable in %qs clause"
48339 msgstr ""
48341 #: c/c-typeck.cc:13732 c/c-typeck.cc:15575 cp/semantics.cc:5196
48342 #: cp/semantics.cc:8264
48343 #, gcc-internal-format
48344 msgid "%qE is not a variable in %qs clause"
48345 msgstr ""
48347 #: c/c-typeck.cc:13740
48348 #, gcc-internal-format
48349 msgid "%<_Atomic%> %qD in %qs clause"
48350 msgstr ""
48352 #: c/c-typeck.cc:13750 c/c-typeck.cc:15582 c/c-typeck.cc:15712
48353 #: cp/semantics.cc:5205 cp/semantics.cc:8271 cp/semantics.cc:8467
48354 #, gcc-internal-format
48355 msgid "%qD is threadprivate variable in %qs clause"
48356 msgstr ""
48358 #: c/c-typeck.cc:13787 cp/semantics.cc:5239
48359 #, gcc-internal-format
48360 msgid "low bound %qE of array section does not have integral type"
48361 msgstr ""
48363 #: c/c-typeck.cc:13794 cp/semantics.cc:5246
48364 #, gcc-internal-format
48365 msgid "length %qE of array section does not have integral type"
48366 msgstr ""
48368 #: c/c-typeck.cc:13817 cp/semantics.cc:5279
48369 #, gcc-internal-format
48370 msgid "expected single pointer in %qs clause"
48371 msgstr ""
48373 #: c/c-typeck.cc:13835 c/c-typeck.cc:13902 c/c-typeck.cc:14194
48374 #: cp/semantics.cc:5297 cp/semantics.cc:5364
48375 #, gcc-internal-format
48376 msgid "zero length array section in %qs clause"
48377 msgstr ""
48379 #: c/c-typeck.cc:13854 cp/semantics.cc:5316
48380 #, gcc-internal-format
48381 msgid "for unknown bound array type length expression must be specified"
48382 msgstr ""
48384 #: c/c-typeck.cc:13862 cp/semantics.cc:5324
48385 #, gcc-internal-format
48386 msgid "negative low bound in array section in %qs clause"
48387 msgstr ""
48389 #: c/c-typeck.cc:13871 c/c-typeck.cc:13995 cp/semantics.cc:5333
48390 #: cp/semantics.cc:5457
48391 #, gcc-internal-format
48392 msgid "negative length in array section in %qs clause"
48393 msgstr ""
48395 #: c/c-typeck.cc:13888 cp/semantics.cc:5350
48396 #, gcc-internal-format
48397 msgid "low bound %qE above array section size in %qs clause"
48398 msgstr ""
48400 #: c/c-typeck.cc:13931 cp/semantics.cc:5393
48401 #, gcc-internal-format
48402 msgid "length %qE above array section size in %qs clause"
48403 msgstr ""
48405 #: c/c-typeck.cc:13946 cp/semantics.cc:5408
48406 #, gcc-internal-format
48407 msgid "high bound %qE above array section size in %qs clause"
48408 msgstr ""
48410 #: c/c-typeck.cc:13983 cp/semantics.cc:5445
48411 #, gcc-internal-format
48412 msgid "for array function parameter length expression must be specified"
48413 msgstr ""
48415 #: c/c-typeck.cc:13987 cp/semantics.cc:5449
48416 #, gcc-internal-format
48417 msgid "for pointer type length expression must be specified"
48418 msgstr ""
48420 #: c/c-typeck.cc:14014 c/c-typeck.cc:14133 cp/semantics.cc:5476
48421 #: cp/semantics.cc:5610
48422 #, gcc-internal-format
48423 msgid "array section is not contiguous in %qs clause"
48424 msgstr ""
48426 #: c/c-typeck.cc:14024 cp/semantics.cc:5486
48427 #, gcc-internal-format
48428 msgid "%qE does not have pointer or array type"
48429 msgstr ""
48431 #: c/c-typeck.cc:14411 cp/semantics.cc:6584
48432 #, gcc-internal-format
48433 msgid "iterator %qD has neither integral nor pointer type"
48434 msgstr ""
48436 #: c/c-typeck.cc:14418
48437 #, gcc-internal-format
48438 msgid "iterator %qD has %<_Atomic%> qualified type"
48439 msgstr ""
48441 #: c/c-typeck.cc:14424 cp/semantics.cc:6591
48442 #, gcc-internal-format
48443 msgid "iterator %qD has const qualified type"
48444 msgstr ""
48446 #: c/c-typeck.cc:14437 cp/semantics.cc:6607
48447 #, gcc-internal-format
48448 msgid "iterator step with non-integral type"
48449 msgstr ""
48451 #: c/c-typeck.cc:14457 cp/semantics.cc:6643
48452 #, gcc-internal-format
48453 msgid "iterator %qD has zero step"
48454 msgstr ""
48456 #: c/c-typeck.cc:14484
48457 #, gcc-internal-format
48458 msgid "type of iterator %qD refers to outer iterator %qD"
48459 msgstr ""
48461 #: c/c-typeck.cc:14491 cp/semantics.cc:6677
48462 #, gcc-internal-format
48463 msgid "begin expression refers to outer iterator %qD"
48464 msgstr ""
48466 #: c/c-typeck.cc:14497 cp/semantics.cc:6683
48467 #, gcc-internal-format
48468 msgid "end expression refers to outer iterator %qD"
48469 msgstr ""
48471 #: c/c-typeck.cc:14503 cp/semantics.cc:6689
48472 #, gcc-internal-format
48473 msgid "step expression refers to outer iterator %qD"
48474 msgstr ""
48476 #: c/c-typeck.cc:14540 cp/semantics.cc:6737
48477 #, gcc-internal-format
48478 msgid "expected pointer in %qs clause"
48479 msgstr ""
48481 #: c/c-typeck.cc:14635 cp/semantics.cc:6825
48482 #, gcc-internal-format
48483 msgid "%<inscan%> and non-%<inscan%> %<reduction%> clauses on the same construct"
48484 msgstr ""
48486 #: c/c-typeck.cc:14657 cp/semantics.cc:6845
48487 #, gcc-internal-format
48488 msgid "%<inscan%> %<reduction%> clause with array section"
48489 msgstr ""
48491 #: c/c-typeck.cc:14683 c/c-typeck.cc:14693
48492 #, gcc-internal-format
48493 msgid "%qD in %<reduction%> clause is a zero size array"
48494 msgstr ""
48496 #: c/c-typeck.cc:14713
48497 #, gcc-internal-format
48498 msgid "%<_Atomic%> %qE in %<reduction%> clause"
48499 msgstr ""
48501 #: c/c-typeck.cc:14725
48502 #, gcc-internal-format
48503 msgid "zero sized type %qT in %qs clause"
48504 msgstr ""
48506 #: c/c-typeck.cc:14733
48507 #, gcc-internal-format
48508 msgid "variable sized type %qT in %qs clause"
48509 msgstr ""
48511 #: c/c-typeck.cc:14777
48512 #, gcc-internal-format
48513 msgid "%qE has invalid type for %<reduction(%s)%>"
48514 msgstr ""
48516 #: c/c-typeck.cc:14786 cp/semantics.cc:6476
48517 #, gcc-internal-format
48518 msgid "user defined reduction not found for %qE"
48519 msgstr ""
48521 #: c/c-typeck.cc:14874
48522 #, gcc-internal-format
48523 msgid "variable length element type in array %<reduction%> clause"
48524 msgstr ""
48526 #: c/c-typeck.cc:14892 c/c-typeck.cc:15806 cp/semantics.cc:9002
48527 #, gcc-internal-format
48528 msgid "%<nowait%> clause must not be used together with %<copyprivate%>"
48529 msgstr ""
48531 #: c/c-typeck.cc:14904 cp/semantics.cc:9070
48532 #, gcc-internal-format
48533 msgid "%qE must be %<threadprivate%> for %<copyin%>"
48534 msgstr ""
48536 #: c/c-typeck.cc:14919 cp/semantics.cc:6888
48537 #, gcc-internal-format
48538 msgid "modifier should not be specified in %<linear%> clause on %<simd%> or %<for%> constructs when not using OpenMP 5.2 modifiers"
48539 msgstr ""
48541 #: c/c-typeck.cc:14928
48542 #, gcc-internal-format
48543 msgid "linear clause applied to non-integral non-pointer variable with type %qT"
48544 msgstr ""
48546 #: c/c-typeck.cc:14936
48547 #, gcc-internal-format
48548 msgid "%<_Atomic%> %qD in %<linear%> clause"
48549 msgstr ""
48551 #: c/c-typeck.cc:14955 cp/semantics.cc:6972
48552 #, gcc-internal-format
48553 msgid "%<linear%> clause step %qE is neither constant nor a parameter"
48554 msgstr ""
48556 #: c/c-typeck.cc:14985 c/c-typeck.cc:15706 c/c-typeck.cc:15951
48557 #: cp/semantics.cc:7059 cp/semantics.cc:8461 cp/semantics.cc:8811
48558 #, gcc-internal-format
48559 msgid "%qE is not a variable in clause %qs"
48560 msgstr ""
48562 #: c/c-typeck.cc:15003 cp/semantics.cc:7077
48563 #, gcc-internal-format
48564 msgid "%qD appears more than once in data-sharing clauses"
48565 msgstr ""
48567 #: c/c-typeck.cc:15014 cp/semantics.cc:7088
48568 #, gcc-internal-format
48569 msgid "%qD appears more than once in reduction clauses"
48570 msgstr ""
48572 #: c/c-typeck.cc:15028 c/c-typeck.cc:15098 c/c-typeck.cc:15132
48573 #, gcc-internal-format
48574 msgid "%qE appears more than once in data clauses"
48575 msgstr ""
48577 #: c/c-typeck.cc:15038 c/c-typeck.cc:15105 c/c-typeck.cc:15436
48578 #: c/c-typeck.cc:15629 c/c-typeck.cc:15637 c/c-typeck.cc:15654
48579 #: c/c-typeck.cc:15664 c/c-typeck.cc:15672 cp/semantics.cc:7102
48580 #: cp/semantics.cc:7112 cp/semantics.cc:7205 cp/semantics.cc:7212
48581 #: cp/semantics.cc:7259 cp/semantics.cc:8094 cp/semantics.cc:8325
48582 #: cp/semantics.cc:8333 cp/semantics.cc:8350 cp/semantics.cc:8360
48583 #: cp/semantics.cc:8368
48584 #, gcc-internal-format
48585 msgid "%qD appears more than once in data clauses"
48586 msgstr ""
48588 #: c/c-typeck.cc:15041 c/c-typeck.cc:15111 c/c-typeck.cc:15640
48589 #: c/c-typeck.cc:15675 cp/semantics.cc:7115 cp/semantics.cc:7218
48590 #: cp/semantics.cc:8336 cp/semantics.cc:8371
48591 #, gcc-internal-format
48592 msgid "%qD appears both in data and map clauses"
48593 msgstr ""
48595 #: c/c-typeck.cc:15086 cp/semantics.cc:7192
48596 #, gcc-internal-format
48597 msgid "%qE is not a variable in clause %<firstprivate%>"
48598 msgstr ""
48600 #: c/c-typeck.cc:15125 cp/semantics.cc:7251
48601 #, gcc-internal-format
48602 msgid "%qE is not a variable in clause %<lastprivate%>"
48603 msgstr ""
48605 #: c/c-typeck.cc:15144 cp/semantics.cc:7646
48606 #, gcc-internal-format
48607 msgid "%qE is not a variable in %<aligned%> clause"
48608 msgstr ""
48610 #: c/c-typeck.cc:15151
48611 #, gcc-internal-format
48612 msgid "%qE in %<aligned%> clause is neither a pointer nor an array"
48613 msgstr ""
48615 #: c/c-typeck.cc:15158
48616 #, gcc-internal-format
48617 msgid "%<_Atomic%> %qD in %<aligned%> clause"
48618 msgstr ""
48620 #: c/c-typeck.cc:15165
48621 #, gcc-internal-format
48622 msgid "%qE appears more than once in %<aligned%> clauses"
48623 msgstr ""
48625 #: c/c-typeck.cc:15178 cp/semantics.cc:7717
48626 #, gcc-internal-format
48627 msgid "%qE is not a variable in %<nontemporal%> clause"
48628 msgstr ""
48630 #: c/c-typeck.cc:15184
48631 #, gcc-internal-format
48632 msgid "%qE appears more than once in %<nontemporal%> clauses"
48633 msgstr ""
48635 #: c/c-typeck.cc:15197 cp/semantics.cc:7756
48636 #, gcc-internal-format
48637 msgid "%qE is not a variable in %<allocate%> clause"
48638 msgstr ""
48640 #: c/c-typeck.cc:15203
48641 #, gcc-internal-format
48642 msgid "%qE appears more than once in %<allocate%> clauses"
48643 msgstr ""
48645 #: c/c-typeck.cc:15273 cp/semantics.cc:7882
48646 #, gcc-internal-format
48647 msgid "%<depend%> clause with %<depobj%> dependence type on array section"
48648 msgstr ""
48650 #: c/c-typeck.cc:15288 cp/semantics.cc:7897
48651 #, gcc-internal-format
48652 msgid "%<omp_all_memory%> used with %<depend%> kind other than %<out%> or %<inout%>"
48653 msgstr ""
48655 #: c/c-typeck.cc:15296 cp/semantics.cc:7915
48656 #, gcc-internal-format
48657 msgid "%qE is not lvalue expression nor array section in %qs clause"
48658 msgstr ""
48660 #: c/c-typeck.cc:15317 cp/semantics.cc:7937
48661 #, gcc-internal-format
48662 msgid "%qE does not have %<omp_depend_t%> type in %<depend%> clause with %<depobj%> dependence type"
48663 msgstr ""
48665 #: c/c-typeck.cc:15327 cp/semantics.cc:7949
48666 #, gcc-internal-format
48667 msgid "%qE should not have %<omp_depend_t%> type in %<depend%> clause with dependence type other than %<depobj%>"
48668 msgstr ""
48670 #: c/c-typeck.cc:15384 cp/semantics.cc:8044
48671 #, gcc-internal-format
48672 msgid "array section does not have mappable type in %qs clause"
48673 msgstr ""
48675 #: c/c-typeck.cc:15432 c/c-typeck.cc:15651 cp/semantics.cc:8090
48676 #: cp/semantics.cc:8347
48677 #, gcc-internal-format
48678 msgid "%qD appears more than once in motion clauses"
48679 msgstr ""
48681 #: c/c-typeck.cc:15440 c/c-typeck.cc:15657 cp/semantics.cc:8098
48682 #: cp/semantics.cc:8353
48683 #, gcc-internal-format
48684 msgid "%qD appears more than once in map clauses"
48685 msgstr ""
48687 #: c/c-typeck.cc:15521 cp/semantics.cc:8192
48688 #, gcc-internal-format
48689 msgid "%qE does not have a mappable type in %qs clause"
48690 msgstr ""
48692 #: c/c-typeck.cc:15602 c/c-typeck.cc:15719 cp/semantics.cc:8294
48693 #: cp/semantics.cc:8474
48694 #, gcc-internal-format
48695 msgid "%qD does not have a mappable type in %qs clause"
48696 msgstr ""
48698 #: c/c-typeck.cc:15702 cp/semantics.cc:8456
48699 #, gcc-internal-format
48700 msgid "%qE is neither a variable nor a function name in clause %qs"
48701 msgstr ""
48703 #: c/c-typeck.cc:15728 cp/semantics.cc:8486
48704 #, gcc-internal-format
48705 msgid "%qE appears more than once on the same %<declare target%> directive"
48706 msgstr ""
48708 #: c/c-typeck.cc:15742 cp/semantics.cc:8502
48709 #, gcc-internal-format
48710 msgid "%qD is not an argument in %<uniform%> clause"
48711 msgstr ""
48713 #: c/c-typeck.cc:15745 cp/semantics.cc:8505
48714 #, gcc-internal-format
48715 msgid "%qE is not an argument in %<uniform%> clause"
48716 msgstr ""
48718 #: c/c-typeck.cc:15764
48719 #, gcc-internal-format
48720 msgid "%qs variable is not a pointer"
48721 msgstr ""
48723 #: c/c-typeck.cc:15771
48724 #, gcc-internal-format
48725 msgid "%qs variable is neither a pointer nor an array"
48726 msgstr ""
48728 #: c/c-typeck.cc:15819 c/c-typeck.cc:15912 cp/semantics.cc:8964
48729 #, gcc-internal-format
48730 msgid "%<order%> clause must not be used together with %<ordered%>"
48731 msgstr ""
48733 #: c/c-typeck.cc:15839 cp/semantics.cc:7989
48734 #, gcc-internal-format
48735 msgid "too many %qs clauses on a task construct"
48736 msgstr ""
48738 #: c/c-typeck.cc:15934 cp/semantics.cc:8779
48739 #, gcc-internal-format
48740 msgid "%<inbranch%> clause is incompatible with %<notinbranch%>"
48741 msgstr ""
48743 #: c/c-typeck.cc:16001 cp/semantics.cc:9141
48744 #, gcc-internal-format
48745 msgid "%qE is predetermined %qs for %qs"
48746 msgstr ""
48748 #: c/c-typeck.cc:16011
48749 #, gcc-internal-format
48750 msgid "%<const%> qualified %qE may appear only in %<shared%> or %<firstprivate%> clauses"
48751 msgstr ""
48753 #: c/c-typeck.cc:16042 cp/semantics.cc:8916
48754 #, gcc-internal-format
48755 msgid "%<simdlen%> clause value is bigger than %<safelen%> clause value"
48756 msgstr ""
48758 #: c/c-typeck.cc:16054 cp/semantics.cc:8929
48759 #, gcc-internal-format
48760 msgid "%<nonmonotonic%> schedule modifier specified together with %<ordered%> clause"
48761 msgstr ""
48763 #: c/c-typeck.cc:16065 c/c-typeck.cc:16073 cp/semantics.cc:8938
48764 #: cp/semantics.cc:8956
48765 #, gcc-internal-format
48766 msgid "%qs clause specified together with %<inscan%> %<reduction%> clause"
48767 msgstr ""
48769 #: c/c-typeck.cc:16121 cp/semantics.cc:8896
48770 #, gcc-internal-format
48771 msgid "%<linear%> clause step is a parameter %qD not specified in %<uniform%> clause"
48772 msgstr ""
48774 #: c/c-typeck.cc:16172 cp/semantics.cc:8946
48775 #, gcc-internal-format
48776 msgid "%<nogroup%> clause must not be used together with %<reduction%> clause"
48777 msgstr ""
48779 #: c/c-typeck.cc:16182 cp/semantics.cc:8975
48780 #, gcc-internal-format
48781 msgid "%<detach%> clause must not be used together with %<mergeable%> clause"
48782 msgstr ""
48784 #: c/c-typeck.cc:16200 cp/semantics.cc:9166
48785 #, gcc-internal-format
48786 msgid "the event handle of a %<detach%> clause should not be in a data-sharing clause"
48787 msgstr ""
48789 #: c/c-typeck.cc:16374
48790 #, gcc-internal-format
48791 msgid "cannot use %<va_arg%> with reverse storage order"
48792 msgstr ""
48794 #: c/c-typeck.cc:16379
48795 #, gcc-internal-format
48796 msgid "second argument to %<va_arg%> is of incomplete type %qT"
48797 msgstr ""
48799 #: c/c-typeck.cc:16385
48800 #, gcc-internal-format
48801 msgid "second argument to %<va_arg%> is a function type %qT"
48802 msgstr "другим аргументом %<va_arg%> є функція типу %qT"
48804 #: c/c-typeck.cc:16391
48805 #, gcc-internal-format
48806 msgid "C++ requires promoted type, not enum type, in %<va_arg%>"
48807 msgstr ""
48809 #: c/gimple-parser.cc:166
48810 #, gcc-internal-format
48811 msgid "expected frequency quality"
48812 msgstr ""
48814 #: c/gimple-parser.cc:175
48815 #, gcc-internal-format
48816 msgid "unknown profile quality"
48817 msgstr ""
48819 #: c/gimple-parser.cc:187
48820 #, gcc-internal-format
48821 msgid "expected frequency value"
48822 msgstr ""
48824 #: c/gimple-parser.cc:326
48825 #, gcc-internal-format
48826 msgid "edge not found"
48827 msgstr ""
48829 #: c/gimple-parser.cc:342
48830 #, gcc-internal-format
48831 msgid "SSA name %qE with version %d has no definition"
48832 msgstr ""
48834 #: c/gimple-parser.cc:492 c/gimple-parser.cc:498
48835 #, gcc-internal-format
48836 msgid "expected block index"
48837 msgstr "мало бути вказано індекс блоку"
48839 #: c/gimple-parser.cc:506
48840 #, gcc-internal-format
48841 msgid "invalid block index"
48842 msgstr "некоректний індекс блоку"
48844 #: c/gimple-parser.cc:517
48845 #, gcc-internal-format
48846 msgid "expected block specifier"
48847 msgstr "мало бути вказано специфікатор блоку"
48849 #: c/gimple-parser.cc:535
48850 #, gcc-internal-format
48851 msgid "expected loop number"
48852 msgstr ""
48854 #: c/gimple-parser.cc:553
48855 #, gcc-internal-format
48856 msgid "unknown block specifier"
48857 msgstr "невідомий специфікатор блоку"
48859 #: c/gimple-parser.cc:566 c/gimple-parser.cc:1984
48860 #, gcc-internal-format
48861 msgid "expected count value"
48862 msgstr ""
48864 #: c/gimple-parser.cc:589 c/gimple-parser.cc:676
48865 #, gcc-internal-format
48866 msgid "stmts without block"
48867 msgstr ""
48869 #: c/gimple-parser.cc:626
48870 #, gcc-internal-format
48871 msgid "duplicate loop header"
48872 msgstr ""
48874 #: c/gimple-parser.cc:833
48875 #, gcc-internal-format
48876 msgid "invalid source block specification"
48877 msgstr ""
48879 #: c/gimple-parser.cc:900
48880 #, gcc-internal-format
48881 msgid "unexpected RHS for assignment"
48882 msgstr "неочікувана права частина рівності"
48884 #: c/gimple-parser.cc:1004
48885 #, gcc-internal-format
48886 msgid "%<&&%> not valid in GIMPLE"
48887 msgstr ""
48889 #: c/gimple-parser.cc:1007
48890 #, gcc-internal-format
48891 msgid "%<||%> not valid in GIMPLE"
48892 msgstr ""
48894 #: c/gimple-parser.cc:1121
48895 #, gcc-internal-format
48896 msgid "expected pointer as argument of unary %<*%>"
48897 msgstr ""
48899 #: c/gimple-parser.cc:1147
48900 #, gcc-internal-format
48901 msgid "%<!%> not valid in GIMPLE"
48902 msgstr ""
48904 #: c/gimple-parser.cc:1206 c/gimple-parser.cc:1544
48905 #, gcc-internal-format
48906 msgid "expected constant offset"
48907 msgstr ""
48909 #: c/gimple-parser.cc:1267
48910 #, gcc-internal-format
48911 msgid "SSA name undeclared"
48912 msgstr ""
48914 #: c/gimple-parser.cc:1289
48915 #, gcc-internal-format
48916 msgid "base variable or SSA name undeclared"
48917 msgstr ""
48919 #: c/gimple-parser.cc:1296
48920 #, gcc-internal-format
48921 msgid "invalid base %qE for SSA name"
48922 msgstr ""
48924 #: c/gimple-parser.cc:1324
48925 #, gcc-internal-format
48926 msgid "expecting internal function name"
48927 msgstr "мало бути вказано назву внутрішньої функції"
48929 #: c/gimple-parser.cc:1337
48930 #, gcc-internal-format
48931 msgid "unknown internal function %qE"
48932 msgstr "невідома внутрішня функція %qE"
48934 #: c/gimple-parser.cc:1476
48935 #, gcc-internal-format
48936 msgid "invalid type of %<__MEM%> operand"
48937 msgstr "некоректний тип операнда %<__MEM%>"
48939 #: c/gimple-parser.cc:1538
48940 #, gcc-internal-format
48941 msgid "expected constant size"
48942 msgstr "очікуваний сталий розмір"
48944 #: c/gimple-parser.cc:1576 c/gimple-parser.cc:1606 c/gimple-parser.cc:1646
48945 #: c/gimple-parser.cc:1654 c/gimple-parser.cc:1663
48946 #, gcc-internal-format
48947 msgid "invalid _Literal"
48948 msgstr "некоректне _Literal"
48950 #: c/gimple-parser.cc:1585
48951 #, gcc-internal-format
48952 msgid "invalid type for _Literal with constructor"
48953 msgstr "некоректний тип для _Literal із конструктором"
48955 #: c/gimple-parser.cc:1698
48956 #, gcc-internal-format
48957 msgid "anonymous SSA name cannot have default definition"
48958 msgstr "анонімна назва SSA не може мати типового визначення"
48960 #: c/gimple-parser.cc:1782
48961 #, gcc-internal-format
48962 msgid "invalid call to non-function"
48963 msgstr "некоректний виклик нефункції"
48965 #: c/gimple-parser.cc:1838
48966 #, gcc-internal-format
48967 msgid "dereference of non-pointer"
48968 msgstr "розіменування невказівника"
48970 #: c/gimple-parser.cc:1965
48971 #, gcc-internal-format
48972 msgid "expected pass name"
48973 msgstr ""
48975 #: c/gimple-parser.cc:2004
48976 #, gcc-internal-format
48977 msgid "invalid operation"
48978 msgstr "некоректна дія"
48980 #: c/gimple-parser.cc:2168
48981 #, gcc-internal-format
48982 msgid "comparison required"
48983 msgstr "потрібне порівняння"
48985 #: c/gimple-parser.cc:2220
48986 #, gcc-internal-format
48987 msgid "%<catch%> is not supported"
48988 msgstr "підтримки %<catch%> не передбачено"
48990 #: c/gimple-parser.cc:2222
48991 #, gcc-internal-format
48992 msgid "expected %<finally%> or %<catch%>"
48993 msgstr "мало бути %<finally%> або %<catch%>"
48995 #: c/gimple-parser.cc:2266 c/gimple-parser.cc:2303
48996 #, gcc-internal-format
48997 msgid "expected goto expression"
48998 msgstr "мало бути вказано вираз goto"
49000 #: c/gimple-parser.cc:2274
49001 #, gcc-internal-format
49002 msgid "expected else statement"
49003 msgstr "мало бути використано інструкцію else"
49005 #: c/gimple-parser.cc:2417
49006 #, gcc-internal-format
49007 msgid "expected case label"
49008 msgstr "мало бути вказано мітку випадку"
49010 #. A bad conversion for 'this' must be discarding cv-quals.
49011 #: cp/call.cc:3834
49012 #, gcc-internal-format
49013 msgid "  passing %qT as %<this%> argument discards qualifiers"
49014 msgstr ""
49016 #: cp/call.cc:3838
49017 msgid "  no known conversion for implicit %<this%> parameter from %qH to %qI"
49018 msgstr ""
49020 #: cp/call.cc:3845
49021 #, gcc-internal-format, gfc-internal-format
49022 msgid "  conversion of argument %d would be ill-formed:"
49023 msgstr ""
49025 #. Conversion of conversion function return value failed.
49026 #: cp/call.cc:3852
49027 msgid "  no known conversion from %qH to %qI"
49028 msgstr ""
49030 #: cp/call.cc:3858
49031 msgid "  no known conversion for argument %d from %qH to %qI"
49032 msgstr ""
49034 #: cp/call.cc:3872 cp/pt.cc:6988
49035 #, gcc-internal-format, gfc-internal-format
49036 msgid "  candidate expects at least %d argument, %d provided"
49037 msgid_plural "  candidate expects at least %d arguments, %d provided"
49038 msgstr[0] ""
49039 msgstr[1] ""
49040 msgstr[2] ""
49042 #: cp/call.cc:3877 cp/pt.cc:6993
49043 #, gcc-internal-format, gfc-internal-format
49044 msgid "  candidate expects %d argument, %d provided"
49045 msgid_plural "  candidate expects %d arguments, %d provided"
49046 msgstr[0] ""
49047 msgstr[1] ""
49048 msgstr[2] ""
49050 #: cp/call.cc:3905
49051 #, gcc-internal-format
49052 msgid "%s%<%D(%T, %T, %T)%> (built-in)"
49053 msgstr "%s%<%D(%T, %T, %T)%> (вбудований)"
49055 #: cp/call.cc:3910
49056 #, gcc-internal-format
49057 msgid "%s%<%D(%T, %T)%> (built-in)"
49058 msgstr "%s%<%D(%T, %T)%> (вбудований)"
49060 #: cp/call.cc:3914
49061 #, gcc-internal-format
49062 msgid "%s%<%D(%T)%> (built-in)"
49063 msgstr "%s%<%D(%T)%> (вбудований)"
49065 #: cp/call.cc:3918
49066 #, gcc-internal-format
49067 msgid "%s%qT (conversion)"
49068 msgstr "%s%qT (перетворення)"
49070 #: cp/call.cc:3920
49071 #, gcc-internal-format
49072 msgid "%s%#qD (near match)"
49073 msgstr "%s%#qD (близький відповідник)"
49075 #: cp/call.cc:3922
49076 #, gcc-internal-format
49077 msgid "%s%#qD (deleted)"
49078 msgstr "%s%#qD (вилучено)"
49080 #: cp/call.cc:3924
49081 #, gcc-internal-format
49082 msgid "%s%#qD (reversed)"
49083 msgstr ""
49085 #: cp/call.cc:3926
49086 #, gcc-internal-format
49087 msgid "%s%#qD (rewritten)"
49088 msgstr ""
49090 #: cp/call.cc:3928
49091 #, gcc-internal-format
49092 msgid "%s%#qD"
49093 msgstr "%s%#qD"
49095 #: cp/call.cc:3932
49096 #, gcc-internal-format
49097 msgid "  inherited here"
49098 msgstr ""
49100 #: cp/call.cc:3953
49101 #, gcc-internal-format
49102 msgid "  return type %qT of explicit conversion function cannot be converted to %qT with a qualification conversion"
49103 msgstr ""
49105 #: cp/call.cc:3959
49106 #, gcc-internal-format
49107 msgid "  conversion from return type %qT of template conversion function specialization to %qT is not an exact match"
49108 msgstr ""
49110 #: cp/call.cc:3970
49111 #, gcc-internal-format
49112 msgid "  substitution of deduced template arguments resulted in errors seen above"
49113 msgstr ""
49115 #. Re-run template unification with diagnostics.
49116 #: cp/call.cc:3975
49117 #, gcc-internal-format
49118 msgid "  template argument deduction/substitution failed:"
49119 msgstr ""
49121 #: cp/call.cc:3989
49122 #, gcc-internal-format
49123 msgid "  a constructor taking a single argument of its own class type is invalid"
49124 msgstr ""
49126 #: cp/call.cc:3996
49127 #, gcc-internal-format
49128 msgid "  an inherited constructor is not a candidate for initialization from an expression of the same or derived type"
49129 msgstr ""
49131 #: cp/call.cc:4143 cp/call.cc:4664
49132 #, gcc-internal-format
49133 msgid "designated initializers cannot be used with a non-aggregate type %qT"
49134 msgstr ""
49136 #: cp/call.cc:4561
49137 msgid "conversion from %qH to %qI is ambiguous"
49138 msgstr ""
49140 #: cp/call.cc:4670 cp/cvt.cc:864
49141 msgid "could not convert %qE from %qH to %qI"
49142 msgstr ""
49144 #: cp/call.cc:4737
49145 msgid "initializing %qH with %qI in converted constant expression does not bind directly"
49146 msgstr ""
49148 #: cp/call.cc:4758
49149 msgid "conversion from %qH to %qI in a converted constant expression"
49150 msgstr ""
49152 #: cp/call.cc:4946
49153 #, gcc-internal-format
49154 msgid "no matching function for call to %<%D(%A)%>"
49155 msgstr ""
49157 #: cp/call.cc:4949
49158 #, gcc-internal-format
49159 msgid "call of overloaded %<%D(%A)%> is ambiguous"
49160 msgstr ""
49162 #. It's no good looking for an overloaded operator() on a
49163 #. pointer-to-member-function.
49164 #: cp/call.cc:5236
49165 #, gcc-internal-format
49166 msgid "pointer-to-member function %qE cannot be called without an object; consider using %<.*%> or %<->*%>"
49167 msgstr ""
49169 #: cp/call.cc:5306
49170 #, gcc-internal-format
49171 msgid "no match for call to %<(%T) (%A)%>"
49172 msgstr ""
49174 #: cp/call.cc:5320
49175 #, gcc-internal-format
49176 msgid "call of %<(%T) (%A)%> is ambiguous"
49177 msgstr ""
49179 #: cp/call.cc:5366
49180 #, gcc-internal-format
49181 msgid "ambiguous overload for "
49182 msgstr ""
49184 #: cp/call.cc:5367
49185 #, gcc-internal-format
49186 msgid "no match for "
49187 msgstr "немає відповідників "
49189 #: cp/call.cc:5370
49190 #, gcc-internal-format
49191 msgid " (operand types are %qT, %qT, and %qT)"
49192 msgstr ""
49194 #: cp/call.cc:5372
49195 #, gcc-internal-format
49196 msgid " (operand types are %qT and %qT)"
49197 msgstr ""
49199 #: cp/call.cc:5374
49200 #, gcc-internal-format
49201 msgid " (operand type is %qT)"
49202 msgstr ""
49204 #: cp/call.cc:5391
49205 #, gcc-internal-format
49206 msgid "ternary %<operator?:%>"
49207 msgstr ""
49209 #: cp/call.cc:5395
49210 #, gcc-internal-format
49211 msgid "ternary %<operator?:%> in %<%E ? %E : %E%>"
49212 msgstr ""
49214 #: cp/call.cc:5404 cp/call.cc:5448 cp/call.cc:5458
49215 #, gcc-internal-format
49216 msgid "%<operator%s%>"
49217 msgstr ""
49219 #: cp/call.cc:5407
49220 #, gcc-internal-format
49221 msgid "%<operator%s%> in %<%E%s%>"
49222 msgstr "%<operator%s%> у %<%E%s%>"
49224 #: cp/call.cc:5414
49225 #, gcc-internal-format
49226 msgid "%<operator[]%>"
49227 msgstr ""
49229 #: cp/call.cc:5417
49230 #, gcc-internal-format
49231 msgid "%<operator[]%> in %<%E[%E]%>"
49232 msgstr "%<operator[]%> у %<%E[%E]%>"
49234 #: cp/call.cc:5425
49235 #, gcc-internal-format
49236 msgid "%qs"
49237 msgstr "%qs"
49239 #: cp/call.cc:5428
49240 #, gcc-internal-format
49241 msgid "%qs in %<%s %E%>"
49242 msgstr "%qs у %<%s %E%>"
49244 #: cp/call.cc:5434
49245 #, gcc-internal-format
49246 msgid "%<operator %s%>"
49247 msgstr "%<operator %s%>"
49249 #: cp/call.cc:5437
49250 #, gcc-internal-format
49251 msgid "%<operator %s%> in %<%s%E%>"
49252 msgstr "%<operator %s%> у %<%s%E%>"
49254 #: cp/call.cc:5452
49255 #, gcc-internal-format
49256 msgid "%<operator%s%> in %<%E %s %E%>"
49257 msgstr "%<operator%s%> у %<%E %s %E%>"
49259 #: cp/call.cc:5461
49260 #, gcc-internal-format
49261 msgid "%<operator%s%> in %<%s%E%>"
49262 msgstr "%<operator%s%> у %<%s%E%>"
49264 #: cp/call.cc:5574
49265 #, gcc-internal-format
49266 msgid "ISO C++ forbids omitting the middle term of a %<?:%> expression"
49267 msgstr ""
49269 #: cp/call.cc:5649
49270 #, gcc-internal-format
49271 msgid "inferred scalar type %qT is not an integer or floating-point type of the same size as %qT"
49272 msgstr ""
49274 #: cp/call.cc:5666 cp/call.cc:5673
49275 msgid "conversion of scalar %qH to vector %qI involves truncation"
49276 msgstr ""
49278 #: cp/call.cc:5729
49279 #, gcc-internal-format
49280 msgid "incompatible vector types in conditional expression: %qT, %qT and %qT"
49281 msgstr ""
49283 #: cp/call.cc:5781 cp/call.cc:6133 cp/call.cc:6153
49284 #, gcc-internal-format
49285 msgid "operands to %<?:%> of types %qT and %qT have unordered conversion rank"
49286 msgstr ""
49288 #: cp/call.cc:5853
49289 #, gcc-internal-format
49290 msgid "second operand to the conditional operator is of type %<void%>, but the third operand is neither a throw-expression nor of type %<void%>"
49291 msgstr ""
49293 #: cp/call.cc:5858
49294 #, gcc-internal-format
49295 msgid "third operand to the conditional operator is of type %<void%>, but the second operand is neither a throw-expression nor of type %<void%>"
49296 msgstr ""
49298 #: cp/call.cc:5907 cp/call.cc:6022 cp/call.cc:6256
49299 #, gcc-internal-format
49300 msgid "operands to %<?:%> have different types %qT and %qT"
49301 msgstr ""
49303 #: cp/call.cc:5911
49304 #, gcc-internal-format
49305 msgid "  and each type can be converted to the other"
49306 msgstr ""
49308 #: cp/call.cc:6161
49309 msgid "implicit conversion from %qH to %qI to match other result of conditional"
49310 msgstr ""
49312 #: cp/call.cc:6177
49313 #, gcc-internal-format
49314 msgid "enumerated mismatch in conditional expression: %qT vs %qT"
49315 msgstr ""
49317 #: cp/call.cc:6190
49318 #, gcc-internal-format
49319 msgid "conditional expression between enumeration type %qT and floating-point type %qT is deprecated"
49320 msgstr ""
49322 #: cp/call.cc:6195
49323 #, gcc-internal-format
49324 msgid "conditional expression between floating-point type %qT and enumeration type %qT is deprecated"
49325 msgstr ""
49327 #: cp/call.cc:6211
49328 #, gcc-internal-format
49329 msgid "enumerated and non-enumerated type in conditional expression"
49330 msgstr ""
49332 #: cp/call.cc:7062
49333 #, gcc-internal-format
49334 msgid "no %<%D(int)%> declared for postfix %qs, trying prefix operator instead"
49335 msgstr ""
49337 #: cp/call.cc:7064
49338 #, gcc-internal-format
49339 msgid "no %<%D(int)%> declared for postfix %qs"
49340 msgstr ""
49342 #: cp/call.cc:7144
49343 #, gcc-internal-format
49344 msgid "in C++20 this comparison calls the current function recursively with reversed arguments"
49345 msgstr ""
49347 #: cp/call.cc:7197
49348 #, gcc-internal-format
49349 msgid "return type of %qD is not %qs"
49350 msgstr ""
49352 #: cp/call.cc:7199
49353 #, gcc-internal-format
49354 msgid "used as rewritten candidate for comparison of %qT and %qT"
49355 msgstr ""
49357 #: cp/call.cc:7276
49358 #, gcc-internal-format
49359 msgid "comparison between %q#T and %q#T"
49360 msgstr ""
49362 #: cp/call.cc:7469
49363 #, gcc-internal-format
49364 msgid "no match for call to %<%T::operator[] (%A)%>"
49365 msgstr ""
49367 #: cp/call.cc:7483
49368 #, gcc-internal-format
49369 msgid "call of %<%T::operator[] (%A)%> is ambiguous"
49370 msgstr ""
49372 #: cp/call.cc:7764
49373 #, gcc-internal-format
49374 msgid "exception cleanup for this placement new selects non-placement %<operator delete%>"
49375 msgstr ""
49377 #: cp/call.cc:7767
49378 #, gcc-internal-format
49379 msgid "%qD is a usual (non-placement) deallocation function in C++14 (or with %<-fsized-deallocation%>)"
49380 msgstr ""
49382 #: cp/call.cc:7804
49383 #, gcc-internal-format
49384 msgid "%qD is a usual (non-placement) deallocation function"
49385 msgstr ""
49387 #: cp/call.cc:7998
49388 #, gcc-internal-format
49389 msgid "no corresponding deallocation function for %qD"
49390 msgstr ""
49392 #: cp/call.cc:8001
49393 #, gcc-internal-format
49394 msgid "destroying delete %qD cannot be used to release the allocated memory if the initialization throws because the object is not constructed yet"
49395 msgstr ""
49397 #: cp/call.cc:8010
49398 #, gcc-internal-format
49399 msgid "no suitable %<operator %s%> for %qT"
49400 msgstr ""
49402 #: cp/call.cc:8046
49403 #, gcc-internal-format
49404 msgid "%q#D is private within this context"
49405 msgstr ""
49407 #: cp/call.cc:8047 cp/decl.cc:8856
49408 #, gcc-internal-format
49409 msgid "declared private here"
49410 msgstr ""
49412 #: cp/call.cc:8052
49413 #, gcc-internal-format
49414 msgid "%q#D is protected within this context"
49415 msgstr ""
49417 #: cp/call.cc:8053 cp/decl.cc:8857
49418 #, gcc-internal-format
49419 msgid "declared protected here"
49420 msgstr ""
49422 #: cp/call.cc:8060
49423 #, gcc-internal-format
49424 msgid "%q#D is inaccessible within this context"
49425 msgstr ""
49427 #: cp/call.cc:8141
49428 #, gcc-internal-format
49429 msgid "passing NULL to non-pointer argument %P of %qD"
49430 msgstr ""
49432 #: cp/call.cc:8144 cp/call.cc:8163 cp/decl.cc:10528 cp/decl.cc:10536
49433 #: cp/typeck.cc:4591
49434 #, gcc-internal-format
49435 msgid "  declared here"
49436 msgstr "  оголошено тут"
49438 #: cp/call.cc:8148
49439 #, gcc-internal-format
49440 msgid "converting to non-pointer type %qT from NULL"
49441 msgstr ""
49443 #: cp/call.cc:8160
49444 #, gcc-internal-format
49445 msgid "converting %<false%> to pointer type for argument %P of %qD"
49446 msgstr ""
49448 #: cp/call.cc:8167
49449 #, gcc-internal-format
49450 msgid "converting %<false%> to pointer type %qT"
49451 msgstr ""
49453 #: cp/call.cc:8234
49454 #, gcc-internal-format
49455 msgid "  initializing argument %P of %qD"
49456 msgstr ""
49458 #: cp/call.cc:8255
49459 #, gcc-internal-format
49460 msgid "conversions to arrays of unknown bound are only available with %<-std=c++20%> or %<-std=gnu++20%>"
49461 msgstr ""
49463 #: cp/call.cc:8305
49464 #, gcc-internal-format
49465 msgid "too many braces around initializer for %qT"
49466 msgstr ""
49468 #: cp/call.cc:8316
49469 msgid "converting to %qH from %qI requires direct-initialization"
49470 msgstr ""
49472 #: cp/call.cc:8328
49473 #, fuzzy
49474 #| msgid "conversion to %qT from boolean expression"
49475 msgid "converting to %qH from %qI with greater conversion rank"
49476 msgstr "перетворення до %qT з булевого виразу"
49478 #: cp/call.cc:8333
49479 msgid "converting to %qH from %qI with unordered conversion ranks"
49480 msgstr ""
49482 #: cp/call.cc:8346
49483 msgid "invalid user-defined conversion from %qH to %qI"
49484 msgstr ""
49486 #: cp/call.cc:8386 cp/cvt.cc:227
49487 msgid "invalid conversion from %qH to %qI"
49488 msgstr "некоректне перетворення з %qH на %qI"
49490 #: cp/call.cc:8428 cp/call.cc:8435
49491 #, gcc-internal-format
49492 msgid "converting to %qT from initializer list would use explicit constructor %qD"
49493 msgstr ""
49495 #: cp/call.cc:8431
49496 #, gcc-internal-format
49497 msgid "in C++11 and above a default constructor can be explicit"
49498 msgstr ""
49500 #: cp/call.cc:8701
49501 msgid "cannot bind rvalue reference of type %qH to lvalue of type %qI"
49502 msgstr ""
49504 #: cp/call.cc:8710
49505 msgid "cannot bind non-const lvalue reference of type %qH to a value of type %qI"
49506 msgstr ""
49508 #: cp/call.cc:8715
49509 msgid "cannot bind non-const lvalue reference of type %qH to an rvalue of type %qI"
49510 msgstr ""
49512 #. extype is volatile
49513 #: cp/call.cc:8718
49514 msgid "cannot bind lvalue reference of type %qH to an rvalue of type %qI"
49515 msgstr ""
49517 #: cp/call.cc:8731
49518 msgid "cannot bind reference of type %qH to %qI due to different array bounds"
49519 msgstr ""
49521 #: cp/call.cc:8734
49522 msgid "binding reference of type %qH to %qI discards qualifiers"
49523 msgstr ""
49525 #: cp/call.cc:8773
49526 #, gcc-internal-format
49527 msgid "cannot bind bit-field %qE to %qT"
49528 msgstr ""
49530 #: cp/call.cc:8776 cp/call.cc:8794
49531 #, gcc-internal-format
49532 msgid "cannot bind packed field %qE to %qT"
49533 msgstr ""
49535 #: cp/call.cc:8779
49536 #, gcc-internal-format
49537 msgid "cannot bind rvalue %qE to %qT"
49538 msgstr ""
49540 #: cp/call.cc:8980
49541 msgid "implicit conversion from %qH to %qI when passing argument to function"
49542 msgstr ""
49544 #: cp/call.cc:9009 cp/cvt.cc:1992
49545 #, gcc-internal-format
49546 msgid "scoped enum %qT passed through %<...%> as %qT before %<-fabi-version=6%>, %qT after"
49547 msgstr ""
49549 #: cp/call.cc:9053
49550 #, gcc-internal-format
49551 msgid "passing objects of non-trivially-copyable type %q#T through %<...%> is conditionally supported"
49552 msgstr ""
49554 #: cp/call.cc:9089
49555 #, gcc-internal-format
49556 msgid "cannot receive reference type %qT through %<...%>"
49557 msgstr ""
49559 #: cp/call.cc:9099
49560 #, gcc-internal-format
49561 msgid "receiving objects of non-trivially-copyable type %q#T through %<...%> is conditionally-supported"
49562 msgstr ""
49564 #: cp/call.cc:9167
49565 #, gcc-internal-format
49566 msgid "recursive evaluation of default argument for %q#D"
49567 msgstr ""
49569 #: cp/call.cc:9176
49570 #, gcc-internal-format
49571 msgid "call to %qD uses the default argument for parameter %P, which is not yet defined"
49572 msgstr ""
49574 #: cp/call.cc:9276
49575 #, gcc-internal-format
49576 msgid "argument of function call might be a candidate for a format attribute"
49577 msgstr ""
49579 #: cp/call.cc:9346
49580 #, gcc-internal-format
49581 msgid "use of multiversioned function without a default"
49582 msgstr ""
49584 #: cp/call.cc:9971
49585 #, gcc-internal-format
49586 msgid "passing %qT as %<this%> argument discards qualifiers"
49587 msgstr ""
49589 #: cp/call.cc:9974 cp/call.cc:12754
49590 #, gcc-internal-format
49591 msgid "  in call to %qD"
49592 msgstr ""
49594 #: cp/call.cc:9999
49595 #, gcc-internal-format
49596 msgid "%qT is not an accessible base of %qT"
49597 msgstr ""
49599 #: cp/call.cc:10204
49600 #, gcc-internal-format
49601 msgid "passing arguments to ellipsis of inherited constructor %qD"
49602 msgstr ""
49604 #: cp/call.cc:10339
49605 #, gcc-internal-format
49606 msgid "assignment from temporary %<initializer_list%> does not extend the lifetime of the underlying array"
49607 msgstr ""
49609 #: cp/call.cc:10735
49610 #, gcc-internal-format
49611 msgid "%qD writing to an object of type %#qT with no trivial copy-assignment"
49612 msgstr ""
49614 #: cp/call.cc:10738
49615 #, gcc-internal-format
49616 msgid "%qD writing to an object of non-trivial type %#qT%s"
49617 msgstr ""
49619 #: cp/call.cc:10743
49620 #, gcc-internal-format
49621 msgid "%qD writing to an object of type %#qT with %qs member %qD"
49622 msgstr ""
49624 #: cp/call.cc:10748
49625 #, gcc-internal-format
49626 msgid "%qD writing to an object of type %#qT containing a pointer to data member%s"
49627 msgstr ""
49629 #: cp/call.cc:10763
49630 #, gcc-internal-format
49631 msgid "; use assignment or value-initialization instead"
49632 msgstr ""
49634 #: cp/call.cc:10765
49635 #, gcc-internal-format
49636 msgid "; use assignment instead"
49637 msgstr ""
49639 #: cp/call.cc:10767
49640 #, gcc-internal-format
49641 msgid "; use value-initialization instead"
49642 msgstr ""
49644 #: cp/call.cc:10770
49645 #, gcc-internal-format
49646 msgid "%qD clearing an object of type %#qT with no trivial copy-assignment%s"
49647 msgstr ""
49649 #: cp/call.cc:10773
49650 #, gcc-internal-format
49651 msgid "%qD clearing an object of non-trivial type %#qT%s"
49652 msgstr ""
49654 #: cp/call.cc:10775
49655 #, gcc-internal-format
49656 msgid "%qD clearing an object of type %#qT containing a pointer-to-member%s"
49657 msgstr ""
49659 #: cp/call.cc:10796
49660 #, gcc-internal-format
49661 msgid "; use copy-assignment or copy-initialization instead"
49662 msgstr ""
49664 #: cp/call.cc:10798
49665 #, gcc-internal-format
49666 msgid "; use copy-assignment instead"
49667 msgstr ""
49669 #: cp/call.cc:10800
49670 #, gcc-internal-format
49671 msgid "; use copy-initialization instead"
49672 msgstr ""
49674 #: cp/call.cc:10803
49675 #, gcc-internal-format
49676 msgid "%qD writing to an object of type %#qT with no trivial copy-assignment%s"
49677 msgstr ""
49679 #: cp/call.cc:10806
49680 #, gcc-internal-format
49681 msgid "%qD writing to an object of non-trivially copyable type %#qT%s"
49682 msgstr ""
49684 #: cp/call.cc:10809
49685 #, gcc-internal-format
49686 msgid "%qD writing to an object with a deleted copy constructor"
49687 msgstr ""
49689 #: cp/call.cc:10820
49690 #, gcc-internal-format
49691 msgid "%qD copying an object of non-trivial type %#qT from an array of %#qT"
49692 msgstr ""
49694 #: cp/call.cc:10832
49695 #, gcc-internal-format
49696 msgid "%qD copying an object of type %#qT with %qs member %qD from an array of %#qT; use assignment or copy-initialization instead"
49697 msgstr ""
49699 #: cp/call.cc:10851
49700 #, gcc-internal-format
49701 msgid "%qD writing to an object of a non-trivial type %#qT leaves %wu bytes unchanged"
49702 msgstr ""
49704 #: cp/call.cc:10854
49705 #, gcc-internal-format
49706 msgid "%qD writing to an object of a non-trivial type %#qT leaves %wu byte unchanged"
49707 msgstr ""
49709 #: cp/call.cc:10864
49710 #, gcc-internal-format
49711 msgid "%qD moving an object of non-trivially copyable type %#qT; use %<new%> and %<delete%> instead"
49712 msgstr ""
49714 #: cp/call.cc:10867
49715 #, gcc-internal-format
49716 msgid "%qD moving an object of type %#qT with deleted copy constructor; use %<new%> and %<delete%> instead"
49717 msgstr ""
49719 #: cp/call.cc:10870
49720 #, gcc-internal-format
49721 msgid "%qD moving an object of type %#qT with deleted destructor"
49722 msgstr ""
49724 #: cp/call.cc:10879
49725 #, gcc-internal-format
49726 msgid "%qD moving an object of non-trivial type %#qT and size %E into a region of size %E"
49727 msgstr ""
49729 #: cp/call.cc:10901
49730 #, gcc-internal-format
49731 msgid "%#qT declared here"
49732 msgstr "%#qT оголошено тут:"
49734 #: cp/call.cc:10955
49735 #, gcc-internal-format
49736 msgid "argument %u in call to function %qE has pointer to a non-trivially-copyable type (%qT)"
49737 msgstr ""
49739 #: cp/call.cc:11022
49740 #, gcc-internal-format
49741 msgid "constructor delegates to itself"
49742 msgstr ""
49744 #: cp/call.cc:11297 cp/typeck.cc:10271
49745 msgid "cannot convert %qH to %qI"
49746 msgstr "не вдалося перетворити %qH на %qI"
49748 #: cp/call.cc:11319
49749 #, gcc-internal-format
49750 msgid "no matching function for call to %<%T::operator %T(%A)%#V%>"
49751 msgstr ""
49753 #: cp/call.cc:11351
49754 #, gcc-internal-format
49755 msgid "no matching function for call to %<%T::%s%E(%A)%#V%>"
49756 msgstr ""
49758 #: cp/call.cc:11400
49759 #, gcc-internal-format
49760 msgid "call to non-function %qD"
49761 msgstr ""
49763 #: cp/call.cc:11438 cp/pt.cc:16771 cp/typeck.cc:3492
49764 #, gcc-internal-format
49765 msgid "cannot call constructor %<%T::%D%> directly"
49766 msgstr ""
49768 #: cp/call.cc:11440
49769 #, gcc-internal-format
49770 msgid "for a function-style cast, remove the redundant %<::%D%>"
49771 msgstr ""
49773 #: cp/call.cc:11628
49774 #, gcc-internal-format
49775 msgid "no matching function for call to %<%s(%A)%>"
49776 msgstr ""
49778 #: cp/call.cc:11631
49779 #, gcc-internal-format
49780 msgid "call of overloaded %<%s(%A)%> is ambiguous"
49781 msgstr ""
49783 #: cp/call.cc:11654
49784 #, gcc-internal-format
49785 msgid "pure virtual %q#D called from non-static data member initializer"
49786 msgstr ""
49788 #: cp/call.cc:11659
49789 #, gcc-internal-format
49790 msgid "pure virtual %q#D called from constructor"
49791 msgstr ""
49793 #: cp/call.cc:11660
49794 #, gcc-internal-format
49795 msgid "pure virtual %q#D called from destructor"
49796 msgstr ""
49798 #: cp/call.cc:11683
49799 #, gcc-internal-format
49800 msgid "cannot call member function %qD without object"
49801 msgstr ""
49803 #: cp/call.cc:12752
49804 #, gcc-internal-format
49805 msgid "passing %qT chooses %qT over %qT"
49806 msgstr ""
49808 #: cp/call.cc:12778
49809 #, gcc-internal-format
49810 msgid "C++20 says that these are ambiguous, even though the second is reversed:"
49811 msgstr ""
49813 #: cp/call.cc:12801
49814 #, fuzzy, gcc-internal-format
49815 #| msgid "%qD must be a non-static member function"
49816 msgid "try making the operator a %<const%> member function"
49817 msgstr "%qD має бути нестатичною функцією-членом"
49819 #: cp/call.cc:12864
49820 #, gcc-internal-format
49821 msgid "choosing %qD over %qD"
49822 msgstr ""
49824 #: cp/call.cc:12865
49825 msgid "  for conversion from %qH to %qI"
49826 msgstr ""
49828 #: cp/call.cc:12868
49829 #, gcc-internal-format
49830 msgid "  because conversion sequence for the argument is better"
49831 msgstr ""
49833 #: cp/call.cc:13118
49834 #, gcc-internal-format
49835 msgid "default argument mismatch in overload resolution"
49836 msgstr ""
49838 #: cp/call.cc:13122
49839 #, gcc-internal-format
49840 msgid " candidate 1: %q#F"
49841 msgstr " кандидат 1: %q#F"
49843 #: cp/call.cc:13124
49844 #, gcc-internal-format
49845 msgid " candidate 2: %q#F"
49846 msgstr " кандидат 2: %q#F"
49848 #: cp/call.cc:13170
49849 #, gcc-internal-format
49850 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:"
49851 msgstr ""
49853 #: cp/call.cc:13571
49854 #, gcc-internal-format
49855 msgid "a temporary bound to %qD only persists until the constructor exits"
49856 msgstr ""
49858 #: cp/call.cc:13726
49859 msgid "invalid initialization of non-const reference of type %qH from an rvalue of type %qI"
49860 msgstr ""
49862 #: cp/call.cc:13730
49863 msgid "invalid initialization of reference of type %qH from expression of type %qI"
49864 msgstr ""
49866 #: cp/call.cc:13924
49867 #, gcc-internal-format
49868 msgid "possibly dangling reference to a temporary"
49869 msgstr ""
49871 #: cp/call.cc:13925
49872 #, gcc-internal-format
49873 msgid "the temporary was destroyed at the end of the full expression %qE"
49874 msgstr ""
49876 #: cp/class.cc:321
49877 #, gcc-internal-format
49878 msgid "cannot convert from pointer to base class %qT to pointer to derived class %qT because the base is virtual"
49879 msgstr ""
49881 #: cp/class.cc:325
49882 #, gcc-internal-format
49883 msgid "cannot convert from base class %qT to derived class %qT because the base is virtual"
49884 msgstr ""
49886 #: cp/class.cc:332
49887 #, gcc-internal-format
49888 msgid "cannot convert from pointer to base class %qT to pointer to derived class %qT via virtual base %qT"
49889 msgstr ""
49891 #: cp/class.cc:337
49892 #, gcc-internal-format
49893 msgid "cannot convert from base class %qT to derived class %qT via virtual base %qT"
49894 msgstr ""
49896 #: cp/class.cc:390
49897 #, gcc-internal-format
49898 msgid "cannot convert from %qT to base class %qT because %qT is incomplete"
49899 msgstr ""
49901 #: cp/class.cc:1209
49902 #, gcc-internal-format
49903 msgid "%q#D conflicts with version inherited from %qT"
49904 msgstr "%q#D конфліктує зі версією, успадкованою від %qT"
49906 #: cp/class.cc:1212
49907 #, gcc-internal-format
49908 msgid "version inherited from %qT declared here"
49909 msgstr "версію, успадковану від %qT, оголошено тут:"
49911 #: cp/class.cc:1231
49912 #, gcc-internal-format
49913 msgid "%q#D cannot be overloaded with %q#D"
49914 msgstr ""
49916 #: cp/class.cc:1233 cp/decl.cc:1869 cp/decl.cc:1881 cp/decl.cc:1906
49917 #: cp/decl.cc:1929 cp/name-lookup.cc:2720 cp/name-lookup.cc:3034
49918 #, gcc-internal-format
49919 msgid "previous declaration %q#D"
49920 msgstr ""
49922 #: cp/class.cc:1275
49923 #, gcc-internal-format
49924 msgid "conflicting access specifications for method %q+D, ignored"
49925 msgstr ""
49927 #: cp/class.cc:1278
49928 #, gcc-internal-format
49929 msgid "conflicting access specifications for field %qE, ignored"
49930 msgstr ""
49932 #: cp/class.cc:1381
49933 #, gcc-internal-format
49934 msgid "%qD invalid in %q#T because of local method %q#D with same name"
49935 msgstr ""
49937 #: cp/class.cc:1385
49938 #, gcc-internal-format
49939 msgid "local method %q#D declared here"
49940 msgstr "локальний метод %q#D оголошено тут:"
49942 #: cp/class.cc:1390
49943 #, gcc-internal-format
49944 msgid "%qD invalid in %q#T because of local member %q#D with same name"
49945 msgstr ""
49947 #: cp/class.cc:1394
49948 #, gcc-internal-format
49949 msgid "local member %q#D declared here"
49950 msgstr "локальний член %q#D оголошено тут"
49952 #: cp/class.cc:1465
49953 #, gcc-internal-format
49954 msgid "%qD inherits the %E ABI tag that %qT (used in its return type) has"
49955 msgstr ""
49957 #: cp/class.cc:1468 cp/class.cc:1475 cp/class.cc:1482 cp/class.cc:1494
49958 #: cp/cvt.cc:1102 rust/backend/rust-tree.cc:644
49959 #, gcc-internal-format
49960 msgid "%qT declared here"
49961 msgstr "%qT оголошено тут:"
49963 #: cp/class.cc:1473
49964 #, gcc-internal-format
49965 msgid "%qD inherits the %E ABI tag that %qT (used in its type) has"
49966 msgstr ""
49968 #: cp/class.cc:1480
49969 #, gcc-internal-format
49970 msgid "%qT does not have the %E ABI tag that base %qT has"
49971 msgstr ""
49973 #: cp/class.cc:1488
49974 #, gcc-internal-format
49975 msgid "%qT does not have the %E ABI tag that %qT (used in the type of %qD) has"
49976 msgstr ""
49978 #: cp/class.cc:1799
49979 #, gcc-internal-format
49980 msgid "cannot derive from %<final%> base %qT in derived type %qT"
49981 msgstr ""
49983 #: cp/class.cc:2273
49984 #, gcc-internal-format
49985 msgid "all member functions in class %qT are private"
49986 msgstr ""
49988 #: cp/class.cc:2285
49989 #, gcc-internal-format
49990 msgid "%q#T only defines a private destructor and has no friends"
49991 msgstr ""
49993 #: cp/class.cc:2328
49994 #, gcc-internal-format
49995 msgid "%q#T only defines private constructors and has no friends"
49996 msgstr ""
49998 #: cp/class.cc:2332
49999 #, gcc-internal-format
50000 msgid "%q#D is public, but requires an existing %q#T object"
50001 msgstr ""
50003 #: cp/class.cc:2622
50004 #, gcc-internal-format
50005 msgid "no unique final overrider for %qD in %qT"
50006 msgstr ""
50008 #: cp/class.cc:2982
50009 #, gcc-internal-format
50010 msgid "%qD can be marked override"
50011 msgstr ""
50013 #: cp/class.cc:2985
50014 #, gcc-internal-format
50015 msgid "%q+#D marked %<override%>, but does not override"
50016 msgstr ""
50018 #: cp/class.cc:3000
50019 #, gcc-internal-format
50020 msgid "%q+#D marked %<final%>, but is not virtual"
50021 msgstr ""
50023 #: cp/class.cc:3077
50024 #, gcc-internal-format
50025 msgid "%qD was hidden"
50026 msgstr ""
50028 #: cp/class.cc:3078
50029 #, gcc-internal-format
50030 msgid "  by %qD"
50031 msgstr ""
50033 #: cp/class.cc:3290
50034 #, gcc-internal-format
50035 msgid "the ellipsis in %qD is not inherited"
50036 msgstr ""
50038 #: cp/class.cc:3482
50039 #, gcc-internal-format
50040 msgid "bit-field %q#D with non-integral type %qT"
50041 msgstr ""
50043 #: cp/class.cc:3498
50044 #, gcc-internal-format
50045 msgid "bit-field %q+D width not an integer constant"
50046 msgstr ""
50048 #: cp/class.cc:3503
50049 #, gcc-internal-format
50050 msgid "negative width in bit-field %q+D"
50051 msgstr ""
50053 #: cp/class.cc:3508
50054 #, gcc-internal-format
50055 msgid "zero width for bit-field %q+D"
50056 msgstr ""
50058 #: cp/class.cc:3518
50059 #, gcc-internal-format
50060 msgid "width of %qD exceeds its type"
50061 msgstr ""
50063 #: cp/class.cc:3524
50064 #, gcc-internal-format
50065 msgid "%qD is too small to hold all values of %q#T"
50066 msgstr ""
50068 #: cp/class.cc:3585
50069 #, gcc-internal-format
50070 msgid "member %q+#D with constructor not allowed in union"
50071 msgstr ""
50073 #: cp/class.cc:3588
50074 #, gcc-internal-format
50075 msgid "member %q+#D with destructor not allowed in union"
50076 msgstr ""
50078 #: cp/class.cc:3590
50079 #, gcc-internal-format
50080 msgid "member %q+#D with copy assignment operator not allowed in union"
50081 msgstr ""
50083 #: cp/class.cc:3594
50084 #, gcc-internal-format
50085 msgid "unrestricted unions only available with %<-std=c++11%> or %<-std=gnu++11%>"
50086 msgstr ""
50088 #: cp/class.cc:3710
50089 #, gcc-internal-format
50090 msgid "in C++98 %q+D may not be static because it is a member of a union"
50091 msgstr ""
50093 #: cp/class.cc:3723
50094 #, gcc-internal-format
50095 msgid "non-static data member %q+D in a union may not have reference type %qT"
50096 msgstr ""
50098 #: cp/class.cc:3736
50099 #, gcc-internal-format
50100 msgid "data member %q+D invalidly declared function type"
50101 msgstr ""
50103 #: cp/class.cc:3742
50104 #, gcc-internal-format
50105 msgid "data member %q+D invalidly declared method type"
50106 msgstr ""
50108 #: cp/class.cc:3813
50109 #, gcc-internal-format
50110 msgid "ignoring packed attribute because of unpacked non-POD field %q#D"
50111 msgstr ""
50113 #: cp/class.cc:3865
50114 #, gcc-internal-format
50115 msgid "member %q+D cannot be declared as a %<mutable%> reference"
50116 msgstr ""
50118 #: cp/class.cc:3868
50119 #, gcc-internal-format
50120 msgid "member %q+D cannot be declared both %<const%> and %<mutable%>"
50121 msgstr ""
50123 #: cp/class.cc:3899
50124 #, gcc-internal-format
50125 msgid "multiple fields in union %qT initialized"
50126 msgstr ""
50128 #: cp/class.cc:3901
50129 #, gcc-internal-format
50130 msgid "initialized member %q+D declared here"
50131 msgstr ""
50133 #: cp/class.cc:3949
50134 #, gcc-internal-format
50135 msgid "field %q#D with same name as class"
50136 msgstr ""
50138 #: cp/class.cc:3977
50139 #, gcc-internal-format
50140 msgid "%q#T has pointer data members"
50141 msgstr ""
50143 #: cp/class.cc:3982
50144 #, gcc-internal-format
50145 msgid "  but does not declare %<%T(const %T&)%>"
50146 msgstr "  але не оголошує %<%T(const %T&)%>"
50148 #: cp/class.cc:3984
50149 #, gcc-internal-format
50150 msgid "  or %<operator=(const %T&)%>"
50151 msgstr "  або %<operator=(const %T&)%>"
50153 #: cp/class.cc:3988
50154 #, gcc-internal-format
50155 msgid "  but does not declare %<operator=(const %T&)%>"
50156 msgstr "  але не оголошує %<operator=(const %T&)%>"
50158 #: cp/class.cc:3990
50159 #, gcc-internal-format
50160 msgid "pointer member %q+D declared here"
50161 msgstr ""
50163 #: cp/class.cc:4447
50164 #, gcc-internal-format
50165 msgid "alignment of %qD increased in %<-fabi-version=9%> (GCC 5.2)"
50166 msgstr ""
50168 #: cp/class.cc:4450
50169 #, gcc-internal-format
50170 msgid "alignment of %qD will increase in %<-fabi-version=9%>"
50171 msgstr ""
50173 #: cp/class.cc:4778
50174 #, gcc-internal-format
50175 msgid "initializer specified for non-virtual method %q+D"
50176 msgstr ""
50178 #: cp/class.cc:4819
50179 #, fuzzy, gcc-internal-format
50180 #| msgid "%q#D hides constructor for %q#D"
50181 msgid "no viable destructor for %qT"
50182 msgstr "%q#D приховує конструктор для %q#D"
50184 #: cp/class.cc:4821
50185 #, gcc-internal-format
50186 msgid "destructor for %qT is ambiguous"
50187 msgstr ""
50189 #: cp/class.cc:5287
50190 #, gcc-internal-format
50191 msgid "method overrides both %<transaction_pure%> and %qE methods"
50192 msgstr ""
50194 #: cp/class.cc:5308
50195 #, gcc-internal-format
50196 msgid "method declared %qE overriding %qE method"
50197 msgstr ""
50199 #: cp/class.cc:5932 cp/constexpr.cc:301
50200 #, gcc-internal-format
50201 msgid "enclosing class of %<constexpr%> non-static member function %q+#D is not a literal type"
50202 msgstr ""
50204 #: cp/class.cc:5958 rust/backend/rust-tree.cc:6047
50205 #, gcc-internal-format
50206 msgid "%q+T is not literal because:"
50207 msgstr ""
50209 #: cp/class.cc:5961 rust/backend/rust-tree.cc:6050
50210 #, gcc-internal-format
50211 msgid "  %qT is a closure type, which is only literal in C++17 and later"
50212 msgstr ""
50214 #: cp/class.cc:5964 rust/backend/rust-tree.cc:6058
50215 #, gcc-internal-format
50216 msgid "  %q+T has a non-trivial destructor"
50217 msgstr ""
50219 #: cp/class.cc:5967 rust/backend/rust-tree.cc:6055
50220 #, gcc-internal-format
50221 msgid "  %q+T does not have %<constexpr%> destructor"
50222 msgstr ""
50224 #: cp/class.cc:5975 rust/backend/rust-tree.cc:6063
50225 #, gcc-internal-format
50226 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"
50227 msgstr ""
50229 #: cp/class.cc:6008 rust/backend/rust-tree.cc:6095
50230 #, gcc-internal-format
50231 msgid "  base class %qT of %q+T is non-literal"
50232 msgstr ""
50234 #: cp/class.cc:6023 rust/backend/rust-tree.cc:6109
50235 #, gcc-internal-format
50236 msgid "  non-static data member %qD has non-literal type"
50237 msgstr ""
50239 #: cp/class.cc:6030 rust/backend/rust-tree.cc:6116
50240 #, gcc-internal-format
50241 msgid "  non-static data member %qD has volatile type"
50242 msgstr ""
50244 #: cp/class.cc:6163
50245 #, gcc-internal-format
50246 msgid "base class %q#T has accessible non-virtual destructor"
50247 msgstr ""
50249 #: cp/class.cc:6192
50250 #, gcc-internal-format
50251 msgid "non-static reference %q#D in class without a constructor"
50252 msgstr ""
50254 #: cp/class.cc:6198
50255 #, gcc-internal-format
50256 msgid "non-static const member %q#D in class without a constructor"
50257 msgstr ""
50259 #: cp/class.cc:6530
50260 #, gcc-internal-format
50261 msgid "offset of %qT base class for %<-std=c++14%> and up changes in %<-fabi-version=17%> (GCC 12)"
50262 msgstr ""
50264 #: cp/class.cc:6534
50265 #, gcc-internal-format
50266 msgid "offset of %qD for %<-std=c++14%> and up changes in %<-fabi-version=17%> (GCC 12)"
50267 msgstr ""
50269 #: cp/class.cc:6574
50270 #, gcc-internal-format
50271 msgid "direct base %qT inaccessible in %qT due to ambiguity"
50272 msgstr ""
50274 #: cp/class.cc:6586
50275 #, gcc-internal-format
50276 msgid "virtual base %qT inaccessible in %qT due to ambiguity"
50277 msgstr ""
50279 #: cp/class.cc:6828
50280 #, gcc-internal-format
50281 msgid "offset of %qD is not ABI-compliant and may change in a future version of GCC"
50282 msgstr ""
50284 #: cp/class.cc:7023
50285 #, gcc-internal-format
50286 msgid "size of type %qT is too large (%qE bytes)"
50287 msgstr ""
50289 #: cp/class.cc:7309
50290 #, gcc-internal-format
50291 msgid "invalid use of %q#T with a zero-size array in %q#D"
50292 msgstr ""
50294 #: cp/class.cc:7311
50295 #, gcc-internal-format
50296 msgid "invalid use of %q#T with a flexible array member in %q#T"
50297 msgstr ""
50299 #: cp/class.cc:7316
50300 #, gcc-internal-format
50301 msgid "array member %q#D declared here"
50302 msgstr "член масиву %q#D оголошено тут"
50304 #: cp/class.cc:7344
50305 #, gcc-internal-format
50306 msgid "zero-size array member %qD not at end of %q#T"
50307 msgstr ""
50309 #: cp/class.cc:7346
50310 #, gcc-internal-format
50311 msgid "zero-size array member %qD in an otherwise empty %q#T"
50312 msgstr ""
50314 #: cp/class.cc:7355 cp/class.cc:7386
50315 #, gcc-internal-format
50316 msgid "in the definition of %q#T"
50317 msgstr "у оголошенні %q#T"
50319 #: cp/class.cc:7363
50320 #, gcc-internal-format
50321 msgid "flexible array member %qD not at end of %q#T"
50322 msgstr ""
50324 #: cp/class.cc:7365
50325 #, gcc-internal-format
50326 msgid "flexible array member %qD in an otherwise empty %q#T"
50327 msgstr ""
50329 #: cp/class.cc:7384
50330 #, gcc-internal-format
50331 msgid "next member %q#D declared here"
50332 msgstr ""
50334 #: cp/class.cc:7498 cp/decl.cc:17108 cp/parser.cc:26952
50335 #, gcc-internal-format
50336 msgid "redefinition of %q#T"
50337 msgstr ""
50339 #: cp/class.cc:7642
50340 #, gcc-internal-format
50341 msgid "%q#T has virtual functions and accessible non-virtual destructor"
50342 msgstr ""
50344 #: cp/class.cc:7670
50345 #, gcc-internal-format
50346 msgid "type transparent %q#T does not have any fields"
50347 msgstr ""
50349 #: cp/class.cc:7676
50350 #, gcc-internal-format
50351 msgid "type transparent class %qT has base classes"
50352 msgstr ""
50354 #: cp/class.cc:7680
50355 #, gcc-internal-format
50356 msgid "type transparent class %qT has virtual functions"
50357 msgstr ""
50359 #: cp/class.cc:7686
50360 #, gcc-internal-format
50361 msgid "type transparent %q#T cannot be made transparent because the type of the first field has a different ABI from the class overall"
50362 msgstr ""
50364 #: cp/class.cc:7835
50365 #, gcc-internal-format
50366 msgid "definition of %qD does not match %<#include <initializer_list>%>"
50367 msgstr "визначення %qD є невідповідним %<#include <initializer_list>%>"
50369 #: cp/class.cc:7846
50370 #, gcc-internal-format
50371 msgid "trying to finish struct, but kicked out due to previous parse errors"
50372 msgstr ""
50374 #: cp/class.cc:8353
50375 #, gcc-internal-format
50376 msgid "language string %<\"%E\"%> not recognized"
50377 msgstr ""
50379 #: cp/class.cc:8443
50380 #, gcc-internal-format
50381 msgid "cannot resolve overloaded function %qD based on conversion to type %qT"
50382 msgstr ""
50384 #: cp/class.cc:8601
50385 #, gcc-internal-format
50386 msgid "no matches converting function %qD to type %q#T"
50387 msgstr ""
50389 #: cp/class.cc:8628
50390 #, gcc-internal-format
50391 msgid "converting overloaded function %qD to type %q#T is ambiguous"
50392 msgstr ""
50394 #: cp/class.cc:8655
50395 #, gcc-internal-format
50396 msgid "assuming pointer to member %qD"
50397 msgstr ""
50399 #: cp/class.cc:8658
50400 #, gcc-internal-format
50401 msgid "(a pointer to member can only be formed with %<&%E%>)"
50402 msgstr ""
50404 #: cp/class.cc:8734 cp/class.cc:8776
50405 #, gcc-internal-format
50406 msgid "not enough type information"
50407 msgstr ""
50409 #: cp/class.cc:8754
50410 #, gcc-internal-format
50411 msgid "cannot convert %qE from type %qT to type %qT"
50412 msgstr ""
50414 #: cp/class.cc:9062
50415 #, gcc-internal-format
50416 msgid "declaration of %q#D changes meaning of %qD"
50417 msgstr "оголошення %q#D змінює сенс %qD"
50419 #: cp/class.cc:9065
50420 #, fuzzy, gcc-internal-format
50421 #| msgid "redeclared here as %q#D"
50422 msgid "used here to mean %q#D"
50423 msgstr "повторно оголошено тут як %q#D"
50425 #: cp/constexpr.cc:111
50426 #, gcc-internal-format
50427 msgid "the type %qT of %<constexpr%> variable %qD is not literal"
50428 msgstr ""
50430 #: cp/constexpr.cc:122
50431 #, gcc-internal-format
50432 msgid "variable %qD of non-literal type %qT in %<constexpr%> function only available with %<-std=c++2b%> or %<-std=gnu++2b%>"
50433 msgstr ""
50435 #: cp/constexpr.cc:135
50436 #, gcc-internal-format
50437 msgid "%<constexpr%> variable %qD has variably-modified type %qT"
50438 msgstr ""
50440 #: cp/constexpr.cc:235
50441 #, gcc-internal-format
50442 msgid "inherited constructor %qD is not %<constexpr%>"
50443 msgstr ""
50445 #. constexpr_fundef_p
50446 #: cp/constexpr.cc:249
50447 #, gcc-internal-format
50448 msgid "invalid type for parameter %d of %<constexpr%> function %q+#D"
50449 msgstr ""
50451 #: cp/constexpr.cc:262
50452 #, gcc-internal-format
50453 msgid "lambdas are implicitly %<constexpr%> only in C++17 and later"
50454 msgstr ""
50456 #: cp/constexpr.cc:271 cp/decl.cc:14212
50457 #, gcc-internal-format
50458 msgid "%<constexpr%> destructors only available with %<-std=c++20%> or %<-std=gnu++20%>"
50459 msgstr ""
50461 #. constexpr_fundef_p
50462 #: cp/constexpr.cc:285
50463 #, gcc-internal-format
50464 msgid "invalid return type %qT of %<constexpr%> function %q+D"
50465 msgstr ""
50467 #: cp/constexpr.cc:312
50468 #, gcc-internal-format
50469 msgid "%q#T has virtual base classes"
50470 msgstr ""
50472 #: cp/constexpr.cc:570
50473 #, gcc-internal-format
50474 msgid "%<constexpr%> constructor does not have empty body"
50475 msgstr ""
50477 #: cp/constexpr.cc:830
50478 #, gcc-internal-format
50479 msgid "%<constexpr%> constructor for union %qT must initialize exactly one non-static data member"
50480 msgstr ""
50482 #: cp/constexpr.cc:891
50483 #, gcc-internal-format
50484 msgid "member %qD must be initialized by mem-initializer in %<constexpr%> constructor"
50485 msgstr "член %qD має бути ініціалізовано ініціалізатором mem у конструкторі %<constexpr%>"
50487 #: cp/constexpr.cc:954
50488 #, gcc-internal-format
50489 msgid "body of %<constexpr%> function %qD not a return-statement"
50490 msgstr ""
50492 #: cp/constexpr.cc:1082
50493 #, gcc-internal-format
50494 msgid "%qD is not usable as a %<constexpr%> function because:"
50495 msgstr ""
50497 #: cp/constexpr.cc:1534 cp/constexpr.cc:3154
50498 #: rust/backend/rust-constexpr.cc:3326 rust/backend/rust-constexpr.cc:3588
50499 #, gcc-internal-format
50500 msgid "%<constexpr%> call flows off the end of the function"
50501 msgstr ""
50503 #: cp/constexpr.cc:1536 cp/constexpr.cc:1635 cp/constexpr.cc:1644
50504 #: cp/constexpr.cc:3375 rust/backend/rust-constexpr.cc:3331
50505 #: rust/backend/rust-constexpr.cc:3341 rust/backend/rust-constexpr.cc:4332
50506 #, gcc-internal-format
50507 msgid "%q+E is not a constant expression"
50508 msgstr ""
50510 #: cp/constexpr.cc:1986
50511 #, gcc-internal-format
50512 msgid "the comparison reduces to %qE"
50513 msgstr ""
50515 #: cp/constexpr.cc:1989
50516 #, gcc-internal-format
50517 msgid "%qE evaluates to false"
50518 msgstr ""
50520 #: cp/constexpr.cc:2068
50521 #, gcc-internal-format
50522 msgid "failed %<assume%> attribute assumption"
50523 msgstr ""
50525 #: cp/constexpr.cc:2103 cp/constexpr.cc:9075
50526 #: rust/backend/rust-constexpr.cc:5766
50527 #, gcc-internal-format
50528 msgid "call to internal function %qE"
50529 msgstr "виклик внутрішньої функції %qE"
50531 #: cp/constexpr.cc:2157 rust/backend/rust-constexpr.cc:2615
50532 #, gcc-internal-format
50533 msgid "modifying a const object %qE is not allowed in a constant expression"
50534 msgstr ""
50536 #: cp/constexpr.cc:2159 rust/backend/rust-constexpr.cc:2618
50537 #, gcc-internal-format
50538 msgid "originally declared %<const%> here"
50539 msgstr "спочатку оголошено %<const%> тут"
50541 #: cp/constexpr.cc:2384 cp/constexpr.cc:2439 cp/constexpr.cc:2471
50542 #: cp/constexpr.cc:2492
50543 #, gcc-internal-format
50544 msgid "reference %<dynamic_cast%> failed"
50545 msgstr ""
50547 #: cp/constexpr.cc:2385
50548 #, gcc-internal-format
50549 msgid "dynamic type %qT of its operand does not have a base class of type %qT"
50550 msgstr ""
50552 #: cp/constexpr.cc:2409
50553 #, gcc-internal-format
50554 msgid "virtual table pointer is used uninitialized"
50555 msgstr ""
50557 #: cp/constexpr.cc:2440 cp/constexpr.cc:2472
50558 #, gcc-internal-format
50559 msgid "static type %qT of its operand is a non-public base class of dynamic type %qT"
50560 msgstr ""
50562 #: cp/constexpr.cc:2494
50563 #, gcc-internal-format
50564 msgid "%qT is an ambiguous base class of dynamic type %qT of its operand"
50565 msgstr ""
50567 #: cp/constexpr.cc:2497
50568 #, gcc-internal-format
50569 msgid "dynamic type %qT of its operand does not have an unambiguous public base class %qT"
50570 msgstr ""
50572 #: cp/constexpr.cc:2574 cp/constexpr.cc:2848 cp/constexpr.cc:9107
50573 #: rust/backend/rust-constexpr.cc:5797
50574 #, gcc-internal-format
50575 msgid "call to non-%<constexpr%> function %qD"
50576 msgstr ""
50578 #. virtual_offset is only set for virtual bases, which make the
50579 #. class non-literal, so we don't need to handle it here.
50580 #: cp/constexpr.cc:2580
50581 #, gcc-internal-format
50582 msgid "calling constexpr member function %qD through virtual base subobject"
50583 msgstr ""
50585 #: cp/constexpr.cc:2696 rust/backend/rust-constexpr.cc:3386
50586 #, gcc-internal-format
50587 msgid "expression %qE does not designate a %<constexpr%> function"
50588 msgstr ""
50590 #: cp/constexpr.cc:2769
50591 #, gcc-internal-format
50592 msgid "array deallocation of object allocated with non-array allocation"
50593 msgstr ""
50595 #: cp/constexpr.cc:2773 cp/constexpr.cc:2795
50596 #, gcc-internal-format
50597 msgid "allocation performed here"
50598 msgstr ""
50600 #: cp/constexpr.cc:2791
50601 #, gcc-internal-format
50602 msgid "non-array deallocation of object allocated with array allocation"
50603 msgstr ""
50605 #: cp/constexpr.cc:2808
50606 #, gcc-internal-format
50607 msgid "deallocation of already deallocated storage"
50608 msgstr ""
50610 #: cp/constexpr.cc:2815
50611 #, gcc-internal-format
50612 msgid "deallocation of storage that was not previously allocated"
50613 msgstr ""
50615 #: cp/constexpr.cc:2944 rust/backend/rust-constexpr.cc:3441
50616 #, gcc-internal-format
50617 msgid "%qD called in a constant expression before its definition is complete"
50618 msgstr ""
50620 #: cp/constexpr.cc:2951
50621 #, gcc-internal-format
50622 msgid "%qD called in a constant expression"
50623 msgstr ""
50625 #: cp/constexpr.cc:2955 rust/backend/rust-constexpr.cc:3455
50626 #, gcc-internal-format
50627 msgid "%qD used before its definition"
50628 msgstr ""
50630 #: cp/constexpr.cc:3027 rust/backend/rust-constexpr.cc:3497
50631 #, gcc-internal-format
50632 msgid "call has circular dependency"
50633 msgstr ""
50635 #: cp/constexpr.cc:3038 rust/backend/rust-constexpr.cc:3508
50636 #, gcc-internal-format
50637 msgid "%<constexpr%> evaluation depth exceeds maximum of %d (use %<-fconstexpr-depth=%> to increase the maximum)"
50638 msgstr ""
50640 #: cp/constexpr.cc:3415
50641 #, gcc-internal-format
50642 msgid "right operand of shift expression %q+E is negative"
50643 msgstr ""
50645 #: cp/constexpr.cc:3422
50646 #, gcc-internal-format
50647 msgid "right operand of shift expression %q+E is greater than or equal to the precision %wu of the left operand"
50648 msgstr ""
50650 #: cp/constexpr.cc:3445
50651 #, gcc-internal-format
50652 msgid "left operand of shift expression %q+E is negative"
50653 msgstr ""
50655 #: cp/constexpr.cc:3464
50656 #, gcc-internal-format
50657 msgid "shift expression %q+E overflows"
50658 msgstr ""
50660 #: cp/constexpr.cc:3663
50661 #, gcc-internal-format
50662 msgid "arithmetic involving a null pointer in %qE"
50663 msgstr ""
50665 #: cp/constexpr.cc:4085 rust/backend/rust-constexpr.cc:4407
50666 #, gcc-internal-format
50667 msgid "array subscript value %qE is outside the bounds of array %qD of type %qT"
50668 msgstr ""
50670 #: cp/constexpr.cc:4088 rust/backend/rust-constexpr.cc:4412
50671 #, gcc-internal-format
50672 msgid "nonzero array subscript %qE is used with array %qD of type %qT with unknown bounds"
50673 msgstr ""
50675 #: cp/constexpr.cc:4093 rust/backend/rust-constexpr.cc:4419
50676 #, gcc-internal-format
50677 msgid "array subscript value %qE is outside the bounds of array type %qT"
50678 msgstr ""
50680 #: cp/constexpr.cc:4096 rust/backend/rust-constexpr.cc:4424
50681 #, gcc-internal-format
50682 msgid "nonzero array subscript %qE is used with array of type %qT with unknown bounds"
50683 msgstr ""
50685 #: cp/constexpr.cc:4281 rust/backend/rust-constexpr.cc:1666
50686 #, gcc-internal-format
50687 msgid "accessing uninitialized array element"
50688 msgstr ""
50690 #: cp/constexpr.cc:4336 rust/backend/rust-constexpr.cc:1723
50691 #, gcc-internal-format
50692 msgid "dereferencing a null pointer in %qE"
50693 msgstr ""
50695 #: cp/constexpr.cc:4355 cp/constexpr.cc:4455 cp/constexpr.cc:4467
50696 #: cp/constexpr.cc:7010 cp/constexpr.cc:7108 cp/constexpr.cc:9025
50697 #: rust/backend/rust-constexpr.cc:1737 rust/backend/rust-constexpr.cc:1982
50698 #: rust/backend/rust-constexpr.cc:2224 rust/backend/rust-constexpr.cc:4751
50699 #: rust/backend/rust-constexpr.cc:5720
50700 #, gcc-internal-format
50701 msgid "%qE is not a constant expression"
50702 msgstr ""
50704 #: cp/constexpr.cc:4363 rust/backend/rust-constexpr.cc:1743
50705 #, gcc-internal-format
50706 msgid "mutable %qD is not usable in a constant expression"
50707 msgstr ""
50709 #: cp/constexpr.cc:4393 cp/constexpr.cc:4415
50710 #: rust/backend/rust-constexpr.cc:1773 rust/backend/rust-constexpr.cc:1796
50711 #, gcc-internal-format
50712 msgid "accessing uninitialized member %qD"
50713 msgstr ""
50715 #: cp/constexpr.cc:4395 rust/backend/rust-constexpr.cc:1775
50716 #, gcc-internal-format
50717 msgid "accessing %qD member instead of initialized %qD member in constant expression"
50718 msgstr ""
50720 #: cp/constexpr.cc:4533
50721 #, gcc-internal-format
50722 msgid "%qs is not a constant expression because %qT is a union type"
50723 msgstr ""
50725 #: cp/constexpr.cc:4536
50726 #, gcc-internal-format
50727 msgid "%qs is not a constant expression because %qT contains a union type"
50728 msgstr ""
50730 #: cp/constexpr.cc:4547
50731 #, gcc-internal-format
50732 msgid "%qs is not a constant expression because %qT is a pointer type"
50733 msgstr ""
50735 #: cp/constexpr.cc:4550
50736 #, gcc-internal-format
50737 msgid "%qs is not a constant expression because %qT contains a pointer type"
50738 msgstr ""
50740 #: cp/constexpr.cc:4561
50741 #, gcc-internal-format
50742 msgid "%qs is not a constant expression because %qT is a reference type"
50743 msgstr ""
50745 #: cp/constexpr.cc:4564
50746 #, gcc-internal-format
50747 msgid "%qs is not a constant expression because %qT contains a reference type"
50748 msgstr ""
50750 #: cp/constexpr.cc:4575
50751 #, gcc-internal-format
50752 msgid "%qs is not a constant expression because %qT is a pointer to member type"
50753 msgstr ""
50755 #: cp/constexpr.cc:4579
50756 #, gcc-internal-format
50757 msgid "%qs is not a constant expression because %qT contains a pointer to member type"
50758 msgstr ""
50760 #: cp/constexpr.cc:4590
50761 #, gcc-internal-format
50762 msgid "%qs is not a constant expression because %qT is volatile"
50763 msgstr ""
50765 #: cp/constexpr.cc:4593
50766 #, gcc-internal-format
50767 msgid "%qs is not a constant expression because %qT contains a volatile subobject"
50768 msgstr ""
50770 #: cp/constexpr.cc:4746
50771 #, gcc-internal-format
50772 msgid "%qs cannot be constant evaluated on the target"
50773 msgstr ""
50775 #: cp/constexpr.cc:4755 cp/constexpr.cc:4765
50776 #, gcc-internal-format
50777 msgid "%qs cannot be constant evaluated because the type is too large"
50778 msgstr ""
50780 #: cp/constexpr.cc:4785
50781 #, gcc-internal-format
50782 msgid "%qs cannot be constant evaluated because the argument cannot be encoded"
50783 msgstr ""
50785 #: cp/constexpr.cc:4824
50786 #, gcc-internal-format
50787 msgid "%qs accessing uninitialized byte at offset %d"
50788 msgstr ""
50790 #: cp/constexpr.cc:4836
50791 #, gcc-internal-format
50792 msgid "%qs cannot be constant evaluated because the argument cannot be interpreted"
50793 msgstr ""
50795 #: cp/constexpr.cc:5646 cp/constexpr.cc:7700
50796 #: rust/backend/rust-constexpr.cc:874 rust/backend/rust-constexpr.cc:2494
50797 #, gcc-internal-format
50798 msgid "dereferencing a null pointer"
50799 msgstr "розіменування нульового вказівника"
50801 #: cp/constexpr.cc:5666 rust/backend/rust-constexpr.cc:894
50802 #, gcc-internal-format
50803 msgid "accessing value of %qE through a %qT glvalue in a constant expression"
50804 msgstr ""
50806 #: cp/constexpr.cc:5712
50807 #, gcc-internal-format
50808 msgid "the content of uninitialized storage is not usable in a constant expression"
50809 msgstr ""
50811 #: cp/constexpr.cc:5714 cp/constexpr.cc:5721
50812 #, gcc-internal-format
50813 msgid "allocated here"
50814 msgstr ""
50816 #: cp/constexpr.cc:5719
50817 #, gcc-internal-format
50818 msgid "use of allocated storage after deallocation in a constant expression"
50819 msgstr ""
50821 #: cp/constexpr.cc:5724 rust/backend/rust-constexpr.cc:4038
50822 #, gcc-internal-format
50823 msgid "the value of %qD is not usable in a constant expression"
50824 msgstr ""
50826 #: cp/constexpr.cc:5732
50827 #, gcc-internal-format
50828 msgid "%qD used in its own initializer"
50829 msgstr ""
50831 #: cp/constexpr.cc:5737
50832 #, gcc-internal-format
50833 msgid "%q#D is not const"
50834 msgstr ""
50836 #: cp/constexpr.cc:5740
50837 #, gcc-internal-format
50838 msgid "%q#D is volatile"
50839 msgstr ""
50841 #: cp/constexpr.cc:5745 cp/constexpr.cc:5752
50842 #, gcc-internal-format
50843 msgid "%qD was not initialized with a constant expression"
50844 msgstr ""
50846 #: cp/constexpr.cc:5758
50847 #, gcc-internal-format
50848 msgid "%qD was not declared %<constexpr%>"
50849 msgstr ""
50851 #: cp/constexpr.cc:5761
50852 #, gcc-internal-format
50853 msgid "%qD does not have integral or enumeration type"
50854 msgstr ""
50856 #: cp/constexpr.cc:6030 rust/backend/rust-constexpr.cc:2753
50857 #, gcc-internal-format
50858 msgid "modification of %qE is not a constant expression"
50859 msgstr "зміна %qE не є сталим виразом"
50861 #: cp/constexpr.cc:6128
50862 #, gcc-internal-format
50863 msgid "change of the active member of a union from %qD to %qD"
50864 msgstr ""
50866 #: cp/constexpr.cc:6141 rust/backend/rust-constexpr.cc:2822
50867 #, gcc-internal-format
50868 msgid "change of the active member of a union from %qD to %qD during initialization"
50869 msgstr ""
50871 #: cp/constexpr.cc:6587 cp/constexpr.cc:8041 cp/constexpr.cc:8053
50872 #: rust/backend/rust-constexpr.cc:4676
50873 #, gcc-internal-format
50874 msgid "statement is not a constant expression"
50875 msgstr "інструкція не є сталим виразом"
50877 #: cp/constexpr.cc:6691 rust/backend/rust-constexpr.cc:4941
50878 #, gcc-internal-format
50879 msgid "%<constexpr%> loop iteration count exceeds limit of %d (use %<-fconstexpr-loop-limit=%> to increase the limit)"
50880 msgstr ""
50882 #: cp/constexpr.cc:6792 rust/backend/rust-constexpr.cc:998
50883 #, gcc-internal-format
50884 msgid "inline assembly is not a constant expression"
50885 msgstr ""
50887 #: cp/constexpr.cc:6794 rust/backend/rust-constexpr.cc:999
50888 #, gcc-internal-format
50889 msgid "only unevaluated inline assembly is allowed in a %<constexpr%> function in C++20"
50890 msgstr ""
50892 #: cp/constexpr.cc:6812
50893 #, gcc-internal-format
50894 msgid "use of %qD"
50895 msgstr ""
50897 #: cp/constexpr.cc:6816
50898 #, gcc-internal-format
50899 msgid "its value can vary between compiler versions or with different %<-mtune%> or %<-mcpu%> flags"
50900 msgstr ""
50902 #: cp/constexpr.cc:6818
50903 #, gcc-internal-format
50904 msgid "if this use is part of a public ABI, change it to instead use a constant variable you define"
50905 msgstr ""
50907 #: cp/constexpr.cc:6820
50908 #, gcc-internal-format, gfc-internal-format
50909 msgid "the default value for the current CPU tuning is %d bytes"
50910 msgstr ""
50912 #: cp/constexpr.cc:6822
50913 #, gcc-internal-format
50914 msgid "you can stabilize this value with %<--param hardware_destructive_interference_size=%d%>, or disable this warning with %<-Wno-interference-size%>"
50915 msgstr ""
50917 #: cp/constexpr.cc:6972
50918 #, gcc-internal-format
50919 msgid "value %qE of type %qT is not a constant expression"
50920 msgstr "значення %qE типу %qT не є сталим виразом"
50922 #: cp/constexpr.cc:6985
50923 #, gcc-internal-format
50924 msgid "%<constexpr%> evaluation operation count exceeds limit of %wd (use %<-fconstexpr-ops-limit=%> to increase the limit)"
50925 msgstr ""
50927 #: cp/constexpr.cc:7138
50928 #, gcc-internal-format
50929 msgid "control passes through definition of %qD with thread storage duration"
50930 msgstr ""
50932 #: cp/constexpr.cc:7141
50933 #, gcc-internal-format
50934 msgid "control passes through definition of %qD with static storage duration"
50935 msgstr ""
50937 #: cp/constexpr.cc:7188 cp/constexpr.cc:9733
50938 #: rust/backend/rust-constexpr.cc:2055 rust/backend/rust-constexpr.cc:6215
50939 #, gcc-internal-format
50940 msgid "temporary of non-literal type %qT in a constant expression"
50941 msgstr ""
50943 #: cp/constexpr.cc:7619 cp/constexpr.cc:9236
50944 #, gcc-internal-format
50945 msgid "%<reinterpret_cast%> is not a constant expression"
50946 msgstr "%<reinterpret_cast%> не є сталим виразом"
50948 #: cp/constexpr.cc:7647 rust/backend/rust-constexpr.cc:2461
50949 #, gcc-internal-format
50950 msgid "conversion from pointer type %qT to arithmetic type %qT in a constant expression"
50951 msgstr ""
50953 #: cp/constexpr.cc:7675 rust/backend/rust-constexpr.cc:2480
50954 #, gcc-internal-format
50955 msgid "cast from %qT is not allowed"
50956 msgstr ""
50958 #: cp/constexpr.cc:7711 rust/backend/rust-constexpr.cc:2506
50959 #, gcc-internal-format
50960 msgid "%<reinterpret_cast<%T>(%E)%> is not a constant expression"
50961 msgstr "%<reinterpret_cast<%T>(%E)%> не є сталим виразом"
50963 #: cp/constexpr.cc:7842 cp/constexpr.cc:9546 cp/constexpr.cc:9956
50964 #: rust/backend/rust-constexpr.cc:6108 rust/backend/rust-constexpr.cc:6424
50965 #, gcc-internal-format
50966 msgid "expression %qE is not a constant expression"
50967 msgstr "вираз %qE не є сталим виразом"
50969 #: cp/constexpr.cc:7887 cp/constexpr.cc:9997
50970 #, gcc-internal-format
50971 msgid "%<goto%> is not a constant expression"
50972 msgstr "%<goto%> не є сталим виразом"
50974 #: cp/constexpr.cc:7945
50975 #, fuzzy, gcc-internal-format
50976 #| msgid "%<reinterpret_cast%> is not a constant expression"
50977 msgid "contract predicate is false in constant expression"
50978 msgstr "%<reinterpret_cast%> не є сталим виразом"
50980 #: cp/constexpr.cc:7961
50981 #, gcc-internal-format
50982 msgid "unexpected template-id %qE"
50983 msgstr ""
50985 #: cp/constexpr.cc:7967 cp/constraint.cc:178 cp/constraint.cc:753
50986 #, gcc-internal-format
50987 msgid "function concept must be called"
50988 msgstr ""
50990 #: cp/constexpr.cc:7992
50991 #, gcc-internal-format
50992 msgid "address of a call to %qs is not a constant expression"
50993 msgstr ""
50995 #: cp/constexpr.cc:8056
50996 #, gcc-internal-format
50997 msgid "unexpected expression %qE of kind %s"
50998 msgstr ""
51000 #: cp/constexpr.cc:8314 rust/backend/rust-constexpr.cc:5166
51001 #, gcc-internal-format
51002 msgid "%qE is not a constant expression because it refers to mutable subobjects of %qT"
51003 msgstr ""
51005 #: cp/constexpr.cc:8322 rust/backend/rust-constexpr.cc:5175
51006 #, gcc-internal-format
51007 msgid "%qE is not a constant expression because it refers to an incompletely initialized variable"
51008 msgstr ""
51010 #: cp/constexpr.cc:8337 rust/backend/rust-constexpr.cc:5191
51011 #, gcc-internal-format
51012 msgid "%qE is not a constant expression because it refers to a result of %<operator new%>"
51013 msgstr ""
51015 #: cp/constexpr.cc:8348 rust/backend/rust-constexpr.cc:5203
51016 #, gcc-internal-format
51017 msgid "%qE is not a constant expression because allocated storage has not been deallocated"
51018 msgstr ""
51020 #: cp/constexpr.cc:8366 rust/backend/rust-constexpr.cc:5221
51021 #, gcc-internal-format
51022 msgid "immediate evaluation returns address of immediate function %qD"
51023 msgstr ""
51025 #: cp/constexpr.cc:8963 rust/backend/rust-constexpr.cc:5675
51026 #, gcc-internal-format
51027 msgid "lvalue-to-rvalue conversion of a volatile lvalue %qE with type %qT"
51028 msgstr ""
51030 #: cp/constexpr.cc:9201
51031 #, gcc-internal-format
51032 msgid "lambda capture of %qE is not a constant expression"
51033 msgstr ""
51035 #: cp/constexpr.cc:9204
51036 #, gcc-internal-format
51037 msgid "because it is used as a glvalue"
51038 msgstr ""
51040 #: cp/constexpr.cc:9260 rust/backend/rust-constexpr.cc:5901
51041 #, gcc-internal-format
51042 msgid "%<reinterpret_cast%> from integer to pointer"
51043 msgstr ""
51045 #: cp/constexpr.cc:9294 rust/backend/rust-constexpr.cc:5929
51046 #, gcc-internal-format
51047 msgid "address-of an object %qE with thread local or automatic storage is not a constant expression"
51048 msgstr ""
51050 #: cp/constexpr.cc:9333
51051 #, gcc-internal-format
51052 msgid "use of %<this%> in a constant expression"
51053 msgstr ""
51055 #: cp/constexpr.cc:9482
51056 #, gcc-internal-format
51057 msgid "lambda-expression is not a constant expression before C++17"
51058 msgstr ""
51060 #: cp/constexpr.cc:9494
51061 #, fuzzy, gcc-internal-format
51062 #| msgid "expression %qE is not a constant expression"
51063 msgid "new-expression is not a constant expression before C++20"
51064 msgstr "вираз %qE не є сталим виразом"
51066 #: cp/constexpr.cc:9560
51067 #, gcc-internal-format
51068 msgid "virtual functions cannot be %<constexpr%> before C++20"
51069 msgstr ""
51071 #: cp/constexpr.cc:9576
51072 #, gcc-internal-format
51073 msgid "%<typeid%> is not a constant expression because %qE is of polymorphic type"
51074 msgstr ""
51076 #: cp/constexpr.cc:9639
51077 #, gcc-internal-format
51078 msgid "cast to non-integral type %qT in a constant expression"
51079 msgstr ""
51081 #: cp/constexpr.cc:9700
51082 #, gcc-internal-format
51083 msgid "%qD defined %<thread_local%> in %<constexpr%> context"
51084 msgstr ""
51086 #: cp/constexpr.cc:9708
51087 #, gcc-internal-format
51088 msgid "%qD defined %<static%> in %<constexpr%> context"
51089 msgstr ""
51091 #: cp/constexpr.cc:9783 rust/backend/rust-constexpr.cc:6260
51092 #, gcc-internal-format
51093 msgid "division by zero is not a constant expression"
51094 msgstr "ділення на нуль не є сталим виразом"
51096 #: cp/constexpr.cc:9884 rust/backend/rust-constexpr.cc:6358
51097 #, gcc-internal-format
51098 msgid "%<delete[]%> is not a constant expression"
51099 msgstr "%<delete[]%> не є сталим виразом"
51101 #: cp/constexpr.cc:9953
51102 #, gcc-internal-format
51103 msgid "neither branch of %<if%> is a constant expression"
51104 msgstr ""
51106 #: cp/constexpr.cc:9966
51107 #, gcc-internal-format
51108 msgid "non-constant array initialization"
51109 msgstr ""
51111 #: cp/constexpr.cc:10014 rust/backend/rust-constexpr.cc:6436
51112 #, gcc-internal-format
51113 msgid "label definition in %<constexpr%> function only available with %<-std=c++2b%> or %<-std=gnu++2b%>"
51114 msgstr ""
51116 #: cp/constexpr.cc:10045 rust/backend/rust-constexpr.cc:6447
51117 #, gcc-internal-format, gfc-internal-format
51118 msgid "unexpected AST of kind %s"
51119 msgstr ""
51121 #: cp/constraint.cc:166
51122 #, gcc-internal-format
51123 msgid "constraint expression does not have type %<bool%>"
51124 msgstr ""
51126 #: cp/constraint.cc:373
51127 #, gcc-internal-format
51128 msgid "function call of variable concept %qE"
51129 msgstr ""
51131 #: cp/constraint.cc:545
51132 #, gcc-internal-format
51133 msgid "MAP %qD TO %qT"
51134 msgstr ""
51136 #: cp/constraint.cc:547
51137 #, gcc-internal-format
51138 msgid "MAP %qD TO %qE"
51139 msgstr ""
51141 #: cp/constraint.cc:560
51142 #, gcc-internal-format
51143 msgid "argument %qT"
51144 msgstr "аргумент %qT"
51146 #: cp/constraint.cc:562
51147 #, gcc-internal-format
51148 msgid "argument %qE"
51149 msgstr "аргумент %qE"
51151 #: cp/constraint.cc:1225
51152 #, gcc-internal-format
51153 msgid "%qT does not match original declaration"
51154 msgstr "%qT не відповідає початковому оголошенню"
51156 #: cp/constraint.cc:1228
51157 #, gcc-internal-format
51158 msgid "original template declaration here"
51159 msgstr "початкове оголошення шаблона тут:"
51161 #: cp/constraint.cc:1428
51162 #, gcc-internal-format
51163 msgid "no matching concepts for %qE"
51164 msgstr ""
51166 #: cp/constraint.cc:1731
51167 #, gcc-internal-format
51168 msgid "%qE cannot be introduced with an ellipsis %<...%>"
51169 msgstr ""
51171 #: cp/constraint.cc:1732
51172 #, gcc-internal-format
51173 msgid "prototype declared here"
51174 msgstr "прототип оголошено тут:"
51176 #: cp/constraint.cc:1819
51177 #, gcc-internal-format
51178 msgid "all template parameters of %qD must be introduced"
51179 msgstr ""
51181 #: cp/constraint.cc:1847
51182 #, gcc-internal-format
51183 msgid "cannot deduce template parameters from introduction list"
51184 msgstr ""
51186 #: cp/constraint.cc:2011
51187 #, gcc-internal-format
51188 msgid "the required expression %qE is invalid, because"
51189 msgstr ""
51191 #: cp/constraint.cc:2018
51192 #, gcc-internal-format
51193 msgid "the required expression %qE is invalid"
51194 msgstr ""
51196 #. Replay the substitution error.
51197 #: cp/constraint.cc:2057
51198 #, gcc-internal-format
51199 msgid "the required type %qT is invalid, because"
51200 msgstr ""
51202 #: cp/constraint.cc:2061
51203 #, gcc-internal-format
51204 msgid "the required type %qT is invalid"
51205 msgstr ""
51207 #: cp/constraint.cc:2114 cp/constraint.cc:2187
51208 #, gcc-internal-format
51209 msgid "cannot convert %qE to %qT"
51210 msgstr "не вдалося перетворити %qE на %qT"
51212 #: cp/constraint.cc:2140
51213 #, gcc-internal-format
51214 msgid "%qE is not %<noexcept%>"
51215 msgstr ""
51217 #: cp/constraint.cc:2164
51218 #, gcc-internal-format
51219 msgid "%qE does not satisfy return-type-requirement, because"
51220 msgstr ""
51222 #: cp/constraint.cc:2171
51223 #, gcc-internal-format
51224 msgid "%qE does not satisfy return-type-requirement"
51225 msgstr ""
51227 #: cp/constraint.cc:2182
51228 #, gcc-internal-format
51229 msgid "cannot convert %qE to %qT because"
51230 msgstr ""
51232 #. Replay the substitution error.
51233 #: cp/constraint.cc:2214
51234 #, gcc-internal-format
51235 msgid "nested requirement %qE is not satisfied, because"
51236 msgstr ""
51238 #: cp/constraint.cc:2218
51239 #, gcc-internal-format
51240 msgid "nested requirement %qE is not satisfied"
51241 msgstr ""
51243 #: cp/constraint.cc:2711
51244 #, gcc-internal-format
51245 msgid "satisfaction of atomic constraint %qE depends on itself"
51246 msgstr ""
51248 #: cp/constraint.cc:2757
51249 #, gcc-internal-format
51250 msgid "satisfaction value of atomic constraint %qE changed from %qE to %qE"
51251 msgstr ""
51253 #: cp/constraint.cc:2760
51254 #, gcc-internal-format
51255 msgid "satisfaction value first evaluated to %qE from here"
51256 msgstr ""
51258 #: cp/constraint.cc:2877
51259 #, gcc-internal-format
51260 msgid "no operand of the disjunction is satisfied"
51261 msgstr ""
51263 #: cp/constraint.cc:2890
51264 #, gcc-internal-format
51265 msgid "the operand %qE is unsatisfied because"
51266 msgstr "операнд %qE є незадовільним, оскільки"
51268 #: cp/constraint.cc:3533
51269 #, gcc-internal-format
51270 msgid "definition of concept %qD is empty"
51271 msgstr "визначення концепції %qD є порожнім"
51273 #: cp/constraint.cc:3536
51274 #, gcc-internal-format
51275 msgid "definition of concept %qD has multiple statements"
51276 msgstr "визначення концепції %qD містить декілька інструкцій"
51278 #: cp/constraint.cc:3682
51279 #, fuzzy, gcc-internal-format
51280 #| msgid "  %qT is not trivially copyable"
51281 msgid "  %qT is not nothrow copy assignable"
51282 msgstr "  %qT не є придатним для тривіального копіювання"
51284 #: cp/constraint.cc:3685 cp/constraint.cc:3780
51285 #, fuzzy, gcc-internal-format
51286 #| msgid "  %qT is not trivially copyable"
51287 msgid "  %qT is not nothrow default constructible"
51288 msgstr "  %qT не є придатним для тривіального копіювання"
51290 #: cp/constraint.cc:3688
51291 #, fuzzy, gcc-internal-format
51292 #| msgid "  %qT is not trivially copyable"
51293 msgid "  %qT is not nothrow copy constructible"
51294 msgstr "  %qT не є придатним для тривіального копіювання"
51296 #: cp/constraint.cc:3691
51297 #, gcc-internal-format
51298 msgid "  %qT is not trivially copy assignable"
51299 msgstr ""
51301 #: cp/constraint.cc:3694 cp/constraint.cc:3774
51302 #, gcc-internal-format
51303 msgid "  %qT is not trivially default constructible"
51304 msgstr ""
51306 #: cp/constraint.cc:3697
51307 #, gcc-internal-format
51308 msgid "  %qT is not trivially copy constructible"
51309 msgstr ""
51311 #: cp/constraint.cc:3700
51312 #, gcc-internal-format
51313 msgid "  %qT is not trivially destructible"
51314 msgstr ""
51316 #: cp/constraint.cc:3703
51317 #, gcc-internal-format
51318 msgid "  %qT does not have a virtual destructor"
51319 msgstr ""
51321 #: cp/constraint.cc:3706
51322 #, gcc-internal-format
51323 msgid "  %qT is not an abstract class"
51324 msgstr "  %qT не є абстрактним класом"
51326 #: cp/constraint.cc:3709
51327 #, gcc-internal-format
51328 msgid "  %qT is not a base of %qT"
51329 msgstr "  %qT не є основою %qT"
51331 #: cp/constraint.cc:3712
51332 #, gcc-internal-format
51333 msgid "  %qT is not a class"
51334 msgstr "  %qT не є класом"
51336 #: cp/constraint.cc:3715
51337 #, gcc-internal-format
51338 msgid "  %qT is not an empty class"
51339 msgstr "  %qT не є порожнім класом"
51341 #: cp/constraint.cc:3718
51342 #, gcc-internal-format
51343 msgid "  %qT is not an enum"
51344 msgstr "  %qT не є переліком"
51346 #: cp/constraint.cc:3721
51347 #, gcc-internal-format
51348 msgid "  %qT is not a final class"
51349 msgstr "  %qT не є остаточним класом"
51351 #: cp/constraint.cc:3724
51352 #, gcc-internal-format
51353 msgid "  %qT is not layout compatible with %qT"
51354 msgstr "  %qT не є сумісним за компонування з %qT"
51356 #: cp/constraint.cc:3727
51357 #, gcc-internal-format
51358 msgid "  %qT is not a literal type"
51359 msgstr "  %qT не є буквальним типом"
51361 #: cp/constraint.cc:3730
51362 #, gcc-internal-format
51363 msgid "  %qT is not pointer-interconvertible base of %qT"
51364 msgstr ""
51366 #: cp/constraint.cc:3734
51367 #, gcc-internal-format
51368 msgid "  %qT is not a POD type"
51369 msgstr "  %qT не є типом POD"
51371 #: cp/constraint.cc:3737
51372 #, gcc-internal-format
51373 msgid "  %qT is not a polymorphic type"
51374 msgstr "  %qT не є поліморфічним типом"
51376 #: cp/constraint.cc:3740
51377 #, gcc-internal-format
51378 msgid "  %qT is not the same as %qT"
51379 msgstr "  %qT не є тим самим, що і %qT"
51381 #: cp/constraint.cc:3743
51382 #, gcc-internal-format
51383 msgid "  %qT is not an standard layout type"
51384 msgstr "  %qT не є стандартним типом компонування"
51386 #: cp/constraint.cc:3746
51387 #, gcc-internal-format
51388 msgid "  %qT is not a trivial type"
51389 msgstr "  %qT не є тривіальним типом"
51391 #: cp/constraint.cc:3749
51392 #, gcc-internal-format
51393 msgid "  %qT is not a union"
51394 msgstr "  %qT не є об'єднанням"
51396 #: cp/constraint.cc:3752
51397 #, gcc-internal-format
51398 msgid "  %qT is not an aggregate"
51399 msgstr "  %qT не є агрегатом"
51401 #: cp/constraint.cc:3755
51402 #, gcc-internal-format
51403 msgid "  %qT is not trivially copyable"
51404 msgstr "  %qT не є придатним для тривіального копіювання"
51406 #: cp/constraint.cc:3758
51407 #, gcc-internal-format
51408 msgid "  %qT is not assignable from %qT"
51409 msgstr ""
51411 #: cp/constraint.cc:3761
51412 #, gcc-internal-format
51413 msgid "  %qT is not trivially assignable from %qT"
51414 msgstr ""
51416 #: cp/constraint.cc:3764
51417 #, fuzzy, gcc-internal-format
51418 #| msgid "  %qT is not the same as %qT"
51419 msgid "  %qT is not nothrow assignable from %qT"
51420 msgstr "  %qT не є тим самим, що і %qT"
51422 #: cp/constraint.cc:3768
51423 #, gcc-internal-format
51424 msgid "  %qT is not default constructible"
51425 msgstr ""
51427 #: cp/constraint.cc:3770
51428 #, gcc-internal-format
51429 msgid "  %qT is not constructible from %qE"
51430 msgstr ""
51432 #: cp/constraint.cc:3776
51433 #, gcc-internal-format
51434 msgid "  %qT is not trivially constructible from %qE"
51435 msgstr ""
51437 #: cp/constraint.cc:3782
51438 #, fuzzy, gcc-internal-format
51439 #| msgid "  %qT is not layout compatible with %qT"
51440 msgid "  %qT is not nothrow constructible from %qE"
51441 msgstr "  %qT не є сумісним за компонування з %qT"
51443 #: cp/constraint.cc:3785
51444 #, gcc-internal-format
51445 msgid "  %qT does not have unique object representations"
51446 msgstr ""
51448 #: cp/constraint.cc:3788
51449 #, fuzzy, gcc-internal-format
51450 #| msgid "  %qT is not a base of %qT"
51451 msgid "  %qT is not convertible from %qE"
51452 msgstr "  %qT не є основою %qT"
51454 #: cp/constraint.cc:3791
51455 #, fuzzy, gcc-internal-format
51456 #| msgid "  %qT is not layout compatible with %qT"
51457 msgid "  %qT is not nothrow convertible from %qE"
51458 msgstr "  %qT не є сумісним за компонування з %qT"
51460 #: cp/constraint.cc:3794
51461 #, gcc-internal-format
51462 msgid "  %qT is not a reference that binds to a temporary object of type %qT (direct-initialization)"
51463 msgstr ""
51465 #: cp/constraint.cc:3798
51466 #, gcc-internal-format
51467 msgid "  %qT is not a reference that binds to a temporary object of type %qT (copy-initialization)"
51468 msgstr ""
51470 #: cp/constraint.cc:3826
51471 #, gcc-internal-format
51472 msgid "invalid constraints"
51473 msgstr "некоректні обмеження"
51475 #: cp/constraint.cc:3851
51476 #, gcc-internal-format
51477 msgid "constraint %qE has type %qT, not %<bool%>"
51478 msgstr "обмеження %qE належить до типу %qT, а не %<bool%>"
51480 #: cp/constraint.cc:3854
51481 #, gcc-internal-format
51482 msgid "the expression %qE evaluated to %<false%>"
51483 msgstr "результатом обчислення %qE є %<false%>"
51485 #: cp/constraint.cc:3905
51486 #, gcc-internal-format
51487 msgid "constraints not satisfied"
51488 msgstr "обмеження не задоволено"
51490 #: cp/constraint.cc:3920
51491 #, gcc-internal-format
51492 msgid "set %qs to at least %d for more detail"
51493 msgstr ""
51495 #: cp/contracts.cc:182
51496 #, gcc-internal-format
51497 msgid "axiom contract semantic must be %<assume%> or %<ignore%>"
51498 msgstr ""
51500 #: cp/contracts.cc:185
51501 #, gcc-internal-format
51502 msgid "the %<audit%> semantic should be at least as strong as the %<default%> semantic"
51503 msgstr ""
51505 #: cp/contracts.cc:203
51506 #, fuzzy, gcc-internal-format, gfc-internal-format
51507 #| msgid "%qs is not a valid offset in %qs"
51508 msgid "'%s' is not a valid explicit concrete semantic"
51509 msgstr "%qs не є коректним зсувом у %qs"
51511 #: cp/contracts.cc:343
51512 #, gcc-internal-format
51513 msgid "%<-fcontract-build-level=%> cannot be mixed with p1332/p1429"
51514 msgstr ""
51516 #: cp/contracts.cc:356
51517 #, gcc-internal-format
51518 msgid "%<-fcontract-build-level=%> must be off|default|audit"
51519 msgstr ""
51521 #: cp/contracts.cc:366
51522 #, gcc-internal-format
51523 msgid "%<-fcontract-assumption-mode=%> cannot be mixed with p1332/p1429"
51524 msgstr ""
51526 #: cp/contracts.cc:377
51527 #, gcc-internal-format
51528 msgid "%<-fcontract-assumption-mode=%> must be %<on%> or %<off%>"
51529 msgstr ""
51531 #: cp/contracts.cc:387
51532 #, gcc-internal-format
51533 msgid "%<-fcontract-continuation-mode=%> cannot be mixed with p1332/p1429"
51534 msgstr ""
51536 #: cp/contracts.cc:398
51537 #, gcc-internal-format
51538 msgid "%<-fcontract-continuation-mode=%> must be %<on%> or %<off%>"
51539 msgstr ""
51541 #: cp/contracts.cc:410
51542 #, gcc-internal-format
51543 msgid "%<-fcontract-role=%> must be in the form role:semantics"
51544 msgstr ""
51546 #: cp/contracts.cc:421 cp/contracts.cc:430
51547 #, gcc-internal-format
51548 msgid "%<-fcontract-role=%> semantics must include default,audit,axiom values"
51549 msgstr ""
51551 #: cp/contracts.cc:449
51552 #, gcc-internal-format
51553 msgid "%<-fcontract-role=%> cannot be mixed with std/p1429 contract flags"
51554 msgstr ""
51556 #. TODO: not enough space?
51557 #: cp/contracts.cc:463
51558 #, gcc-internal-format
51559 msgid "%<-fcontract-level=%> too many custom roles"
51560 msgstr ""
51562 #: cp/contracts.cc:475
51563 #, gcc-internal-format
51564 msgid "%<-fcontract-semantic=%> must be in the form level:semantic"
51565 msgstr ""
51567 #: cp/contracts.cc:481
51568 #, gcc-internal-format
51569 msgid "%<-fcontract-semantic=%> cannot be mixed with std/p1332 contract flags"
51570 msgstr ""
51572 #: cp/contracts.cc:489
51573 #, gcc-internal-format
51574 msgid "%<-fcontract-semantic=%> cannot find default role"
51575 msgstr ""
51577 #: cp/contracts.cc:505
51578 #, gcc-internal-format
51579 msgid "%<-fcontract-semantic=%> level must be default, audit, or axiom"
51580 msgstr ""
51582 #: cp/contracts.cc:647
51583 #, fuzzy, gcc-internal-format, gfc-internal-format
51584 #| msgid "%qs does not support feature %qs"
51585 msgid "%s does not return a value to test"
51586 msgstr "у %qs не передбачено підтримки можливості %qs"
51588 #: cp/contracts.cc:1145
51589 #, gcc-internal-format
51590 msgid "mismatched contract attribute in declaration"
51591 msgstr ""
51593 #: cp/contracts.cc:1147 cp/contracts.cc:1178
51594 #, fuzzy, gcc-internal-format
51595 #| msgid "previously declared here"
51596 msgid "previous contract here"
51597 msgstr "раніше оголошено тут:"
51599 #: cp/contracts.cc:1175
51600 #, fuzzy, gcc-internal-format
51601 #| msgid "mismatched declarations during linktime optimization"
51602 msgid "mismatched contract condition in declaration"
51603 msgstr "невідповідність оголошень під час оптимізації під час компонування"
51605 #: cp/contracts.cc:1218
51606 #, fuzzy, gcc-internal-format
51607 #| msgid "declaration of %qF has a different exception specifier"
51608 msgid "declaration has a different number of contracts than previously declared"
51609 msgstr "оголошення %qF містить інше визначення виключення"
51611 #: cp/contracts.cc:1224
51612 #, fuzzy, gcc-internal-format
51613 #| msgid "originally declared %<const%> here"
51614 msgid "original declaration with fewer contracts here"
51615 msgstr "спочатку оголошено %<const%> тут"
51617 #: cp/contracts.cc:1961
51618 #, gcc-internal-format
51619 msgid "contracts must appertain to a function type"
51620 msgstr ""
51622 #: cp/contracts.cc:2174
51623 #, gcc-internal-format
51624 msgid "cannot add contracts after definition"
51625 msgstr ""
51627 #: cp/contracts.cc:2175
51628 #, fuzzy, gcc-internal-format
51629 #| msgid "reachable %s definition here"
51630 msgid "original definition here"
51631 msgstr "доступне визначення %s тут:"
51633 #: cp/contracts.cc:2183
51634 #, fuzzy, gcc-internal-format
51635 #| msgid "%qs cannot be used in a varargs function"
51636 msgid "cannot add contracts to a virtual function"
51637 msgstr "%qs не можна використовувати у функції varargs"
51639 #: cp/contracts.cc:2184
51640 #, fuzzy, gcc-internal-format
51641 #| msgid "original template declaration here"
51642 msgid "original declaration here"
51643 msgstr "початкове оголошення шаблона тут:"
51645 #: cp/contracts.cc:2194
51646 #, fuzzy, gcc-internal-format
51647 #| msgid "no declaration matches %q#D"
51648 msgid "declaration adds contracts to %q#D"
51649 msgstr "немає оголошень, які відповідають %q#D"
51651 #: cp/coroutines.cc:303
51652 #, gcc-internal-format
51653 msgid "coroutines require a traits template; cannot find %<%E::%E%>"
51654 msgstr ""
51656 #: cp/coroutines.cc:305
51657 #, gcc-internal-format
51658 msgid "perhaps %<#include <coroutine>%> is missing"
51659 msgstr ""
51661 #: cp/coroutines.cc:360
51662 #, gcc-internal-format
51663 msgid "cannot instantiate %<coroutine traits%>"
51664 msgstr ""
51666 #: cp/coroutines.cc:382
51667 #, gcc-internal-format
51668 msgid "coroutines require a handle class template; cannot find %<%E::%E%>"
51669 msgstr ""
51671 #: cp/coroutines.cc:407
51672 #, gcc-internal-format
51673 msgid "cannot instantiate a %<coroutine handle%> for promise type %qT"
51674 msgstr ""
51676 #: cp/coroutines.cc:492
51677 #, gcc-internal-format
51678 msgid "unable to find the promise type for this coroutine"
51679 msgstr ""
51681 #: cp/coroutines.cc:511
51682 #, gcc-internal-format
51683 msgid "the coroutine promise type %qT declares both %<return_value%> and %<return_void%>"
51684 msgstr ""
51686 #: cp/coroutines.cc:515
51687 #, gcc-internal-format
51688 msgid "%<return_void%> declared here"
51689 msgstr "%<return_void%> оголошено тут:"
51691 #: cp/coroutines.cc:648 cp/coroutines.cc:726 cp/coroutines.cc:4303
51692 #, gcc-internal-format
51693 msgid "no member named %qE in %qT"
51694 msgstr "немає члена із назвою %qE у %qT"
51696 #: cp/coroutines.cc:741
51697 #, gcc-internal-format
51698 msgid "%qs cannot be used outside a function"
51699 msgstr "%qs не може бути використано поза функцією"
51701 #. [basic.start.main] 3. The function main shall not be a coroutine.
51702 #: cp/coroutines.cc:749
51703 #, gcc-internal-format
51704 msgid "%qs cannot be used in the %<main%> function"
51705 msgstr "%qs не можна використовувати у функції %<main%>"
51707 #. [dcl.constexpr] 3.3 it shall not be a coroutine.
51708 #: cp/coroutines.cc:760
51709 #, gcc-internal-format
51710 msgid "%qs cannot be used in a %<constexpr%> function"
51711 msgstr "%qs не може бути використано у функції %<constexpr%>"
51713 #: cp/coroutines.cc:771
51714 #, gcc-internal-format
51715 msgid "%qs cannot be used in a function with a deduced return type"
51716 msgstr ""
51718 #: cp/coroutines.cc:782
51719 #, gcc-internal-format
51720 msgid "%qs cannot be used in a varargs function"
51721 msgstr "%qs не можна використовувати у функції varargs"
51723 #. [class.ctor] 7. a constructor shall not be a coroutine.
51724 #: cp/coroutines.cc:789
51725 #, gcc-internal-format
51726 msgid "%qs cannot be used in a constructor"
51727 msgstr ""
51729 #. [class.dtor] 21. a destructor shall not be a coroutine.
51730 #: cp/coroutines.cc:796
51731 #, gcc-internal-format
51732 msgid "%qs cannot be used in a destructor"
51733 msgstr "%qs не може бути використано у деструкторі"
51735 #. TODO: record or extract positions of returns (and the first coro
51736 #. keyword) so that we can add notes to the diagnostic about where
51737 #. the bad keyword is and what made the function into a coro.
51738 #: cp/coroutines.cc:827
51739 #, gcc-internal-format
51740 msgid "a %<return%> statement is not allowed in coroutine; did you mean %<co_return%>?"
51741 msgstr ""
51743 #: cp/coroutines.cc:875
51744 #, gcc-internal-format
51745 msgid "the expression %qE is required to be non-throwing"
51746 msgstr ""
51748 #: cp/coroutines.cc:877
51749 #, gcc-internal-format
51750 msgid "must be declared with %<noexcept(true)%>"
51751 msgstr ""
51753 #: cp/coroutines.cc:962
51754 #, gcc-internal-format
51755 msgid "awaitable type %qT is not a structure"
51756 msgstr ""
51758 #: cp/coroutines.cc:1073
51759 #, gcc-internal-format
51760 msgid "%<await_suspend%> must return %<void%>, %<bool%> or a coroutine handle"
51761 msgstr ""
51763 #: cp/coroutines.cc:1384
51764 #, gcc-internal-format
51765 msgid "function declared %<noreturn%> has a %<co_return%> statement"
51766 msgstr ""
51768 #: cp/coroutines.cc:1422
51769 #, gcc-internal-format
51770 msgid "the align argument to %<__builtin_coro_promise%> must be a constant"
51771 msgstr ""
51773 #: cp/coroutines.cc:1432
51774 #, gcc-internal-format
51775 msgid "the direction argument to %<__builtin_coro_promise%> must be a constant"
51776 msgstr ""
51778 #: cp/coroutines.cc:1915
51779 #, gcc-internal-format
51780 msgid "no suspend point info for %qD"
51781 msgstr ""
51783 #: cp/coroutines.cc:2113 cp/coroutines.cc:4677
51784 #, gcc-internal-format
51785 msgid "%qE is provided by %qT but is not usable with the function signature %qD"
51786 msgstr ""
51788 #: cp/coroutines.cc:2563
51789 #, gcc-internal-format
51790 msgid "duplicate info for %qE"
51791 msgstr "дублювання відомостей для %qE"
51793 #: cp/coroutines.cc:3715
51794 #, gcc-internal-format
51795 msgid "await expressions are not permitted in handlers"
51796 msgstr ""
51798 #: cp/coroutines.cc:3947
51799 #, gcc-internal-format
51800 msgid "variable length arrays are not yet supported in coroutines"
51801 msgstr ""
51803 #: cp/coroutines.cc:4682
51804 #, gcc-internal-format
51805 msgid "%qE is provided by %qT but %qE is not marked %<throw()%> or %<noexcept%>"
51806 msgstr ""
51808 #: cp/coroutines.cc:4685
51809 #, gcc-internal-format
51810 msgid "%qE is marked %<throw()%> or %<noexcept%> but no usable %<get_return_object_on_allocation_failure%> is provided by %qT"
51811 msgstr ""
51813 #: cp/coroutines.cc:4714
51814 #, gcc-internal-format
51815 msgid "%qE is provided by %qT but %<std::nothrow%> cannot be found"
51816 msgstr ""
51818 #. We can't initialize a non-class return value from void.
51819 #: cp/coroutines.cc:5111
51820 #, gcc-internal-format
51821 msgid "cannot initialize a return object of type %qT with an rvalue of type %<void%>"
51822 msgstr ""
51824 #: cp/cp-gimplify.cc:155
51825 #, gcc-internal-format
51826 msgid "both branches of %<if%> statement marked as %qs"
51827 msgstr ""
51829 #: cp/cp-gimplify.cc:1035 cp/cp-gimplify.cc:1047
51830 #, gcc-internal-format
51831 msgid "taking address of an immediate function %qD"
51832 msgstr ""
51834 #: cp/cp-gimplify.cc:1633
51835 #, gcc-internal-format
51836 msgid "%<throw%> will always call %<terminate%>"
51837 msgstr ""
51839 #: cp/cp-gimplify.cc:1636
51840 #, gcc-internal-format
51841 msgid "in C++11 destructors default to %<noexcept%>"
51842 msgstr ""
51844 #: cp/cp-gimplify.cc:1648
51845 #, gcc-internal-format
51846 msgid "in C++11 this %<throw%> will call %<terminate%> because destructors default to %<noexcept%>"
51847 msgstr ""
51849 #: cp/cp-gimplify.cc:3158
51850 #, gcc-internal-format
51851 msgid "ignoring attribute %qE after earlier %qE"
51852 msgstr ""
51854 #: cp/cp-gimplify.cc:3232 cp/cp-gimplify.cc:3244 cp/decl.cc:4274
51855 #: cp/method.cc:978
51856 #, gcc-internal-format
51857 msgid "%qD is not a type"
51858 msgstr ""
51860 #: cp/cp-gimplify.cc:3250
51861 #, gcc-internal-format
51862 msgid "%qD is not a class type"
51863 msgstr "%qD не є типом класів"
51865 #: cp/cp-gimplify.cc:3267
51866 #, gcc-internal-format
51867 msgid "%qD does not have %<const char *%> type"
51868 msgstr ""
51870 #: cp/cp-gimplify.cc:3277
51871 #, gcc-internal-format
51872 msgid "%qD does not have integral type"
51873 msgstr ""
51875 #: cp/cp-gimplify.cc:3289
51876 #, gcc-internal-format
51877 msgid "%<std::source_location::__impl%> does not contain only non-static data members %<_M_file_name%>, %<_M_function_name%>, %<_M_line%> and %<_M_column%>"
51878 msgstr ""
51880 #: cp/cvt.cc:92
51881 msgid "cannot convert from incomplete type %qH to %qI"
51882 msgstr ""
51884 #: cp/cvt.cc:102
51885 msgid "conversion of %qE from %qH to %qI is ambiguous"
51886 msgstr ""
51888 #: cp/cvt.cc:174 cp/cvt.cc:201 cp/cvt.cc:255
51889 msgid "cannot convert %qE from type %qH to type %qI"
51890 msgstr ""
51892 #: cp/cvt.cc:391
51893 #, gcc-internal-format
51894 msgid "initialization of volatile reference type %q#T from rvalue of type %qT"
51895 msgstr ""
51897 #: cp/cvt.cc:394
51898 #, gcc-internal-format
51899 msgid "conversion to volatile reference type %q#T from rvalue of type %qT"
51900 msgstr ""
51902 #: cp/cvt.cc:397
51903 #, gcc-internal-format
51904 msgid "initialization of non-const reference type %q#T from rvalue of type %qT"
51905 msgstr ""
51907 #: cp/cvt.cc:400
51908 #, gcc-internal-format
51909 msgid "conversion to non-const reference type %q#T from rvalue of type %qT"
51910 msgstr ""
51912 #: cp/cvt.cc:476
51913 msgid "conversion from %qH to %qI discards qualifiers"
51914 msgstr ""
51916 #: cp/cvt.cc:498 cp/typeck.cc:8703
51917 #, gcc-internal-format
51918 msgid "casting %qT to %qT does not dereference pointer"
51919 msgstr ""
51921 #: cp/cvt.cc:526
51922 msgid "cannot convert type %qH to type %qI"
51923 msgstr "не вдалося перетворити тип %qH на тип %qI"
51925 #: cp/cvt.cc:818
51926 #, gcc-internal-format
51927 msgid "conversion from %q#T to %q#T"
51928 msgstr ""
51930 #: cp/cvt.cc:836
51931 #, gcc-internal-format
51932 msgid "the result of the conversion is unspecified because %qE is outside the range of type %qT"
51933 msgstr ""
51935 #: cp/cvt.cc:847 cp/cvt.cc:902
51936 #, gcc-internal-format
51937 msgid "%q#T used where a %qT was expected"
51938 msgstr ""
51940 #: cp/cvt.cc:856
51941 #, gcc-internal-format
51942 msgid "could not convert %qE from %<void%> to %<bool%>"
51943 msgstr ""
51945 #: cp/cvt.cc:918
51946 #, gcc-internal-format
51947 msgid "%q#T used where a floating-point value was expected"
51948 msgstr ""
51950 #: cp/cvt.cc:976
51951 msgid "conversion from %qH to non-scalar type %qI requested"
51952 msgstr ""
51954 #: cp/cvt.cc:1072
51955 #, gcc-internal-format
51956 msgid "ignoring return value of %qD, declared with attribute %<nodiscard%>: %<%s%>"
51957 msgstr ""
51959 #: cp/cvt.cc:1074
51960 #, gcc-internal-format
51961 msgid "ignoring return value of %qD, declared with attribute %<nodiscard%>%s"
51962 msgstr ""
51964 #: cp/cvt.cc:1090
51965 #, gcc-internal-format
51966 msgid "ignoring returned value of type %qT, declared with attribute %<nodiscard%>: %<%s%>"
51967 msgstr ""
51969 #: cp/cvt.cc:1092
51970 #, gcc-internal-format
51971 msgid "ignoring returned value of type %qT, declared with attribute %<nodiscard%>%s"
51972 msgstr ""
51974 #: cp/cvt.cc:1114
51975 #, gcc-internal-format
51976 msgid "ignoring return value of %qD, declared with attribute %<warn_unused_result%>"
51977 msgstr ""
51979 #: cp/cvt.cc:1168
51980 #, gcc-internal-format
51981 msgid "pseudo-destructor is not called"
51982 msgstr ""
51984 #: cp/cvt.cc:1264 rust/backend/rust-tree.cc:340
51985 #, gcc-internal-format
51986 msgid "conversion to void will not access object of incomplete type %qT"
51987 msgstr ""
51989 #: cp/cvt.cc:1268 rust/backend/rust-tree.cc:346
51990 #, gcc-internal-format
51991 msgid "indirection will not access object of incomplete type %qT in second operand of conditional expression"
51992 msgstr ""
51994 #: cp/cvt.cc:1273 rust/backend/rust-tree.cc:353
51995 #, gcc-internal-format
51996 msgid "indirection will not access object of incomplete type %qT in third operand of conditional expression"
51997 msgstr ""
51999 #: cp/cvt.cc:1278 rust/backend/rust-tree.cc:360
52000 #, gcc-internal-format
52001 msgid "indirection will not access object of incomplete type %qT in right operand of comma operator"
52002 msgstr ""
52004 #: cp/cvt.cc:1283 rust/backend/rust-tree.cc:367
52005 #, gcc-internal-format
52006 msgid "indirection will not access object of incomplete type %qT in left operand of comma operator"
52007 msgstr ""
52009 #: cp/cvt.cc:1288 rust/backend/rust-tree.cc:374
52010 #, gcc-internal-format
52011 msgid "indirection will not access object of incomplete type %qT in statement"
52012 msgstr ""
52014 #: cp/cvt.cc:1292 rust/backend/rust-tree.cc:380
52015 #, gcc-internal-format
52016 msgid "indirection will not access object of incomplete type %qT in for increment expression"
52017 msgstr ""
52019 #: cp/cvt.cc:1308 rust/backend/rust-tree.cc:397
52020 #, gcc-internal-format
52021 msgid "conversion to void will not access object of type %qT"
52022 msgstr ""
52024 #: cp/cvt.cc:1312 rust/backend/rust-tree.cc:403
52025 #, gcc-internal-format
52026 msgid "implicit dereference will not access object of type %qT in second operand of conditional expression"
52027 msgstr ""
52029 #: cp/cvt.cc:1317 rust/backend/rust-tree.cc:410
52030 #, gcc-internal-format
52031 msgid "implicit dereference will not access object of type %qT in third operand of conditional expression"
52032 msgstr ""
52034 #: cp/cvt.cc:1322 rust/backend/rust-tree.cc:417
52035 #, gcc-internal-format
52036 msgid "implicit dereference will not access object of type %qT in right operand of comma operator"
52037 msgstr ""
52039 #: cp/cvt.cc:1327 rust/backend/rust-tree.cc:424
52040 #, gcc-internal-format
52041 msgid "implicit dereference will not access object of type %qT in left operand of comma operator"
52042 msgstr ""
52044 #: cp/cvt.cc:1332 rust/backend/rust-tree.cc:431
52045 #, gcc-internal-format
52046 msgid "implicit dereference will not access object of type %qT in statement"
52047 msgstr ""
52049 #: cp/cvt.cc:1336 rust/backend/rust-tree.cc:437
52050 #, gcc-internal-format
52051 msgid "implicit dereference will not access object of type %qT in for increment expression"
52052 msgstr ""
52054 #: cp/cvt.cc:1350 rust/backend/rust-tree.cc:451
52055 #, gcc-internal-format
52056 msgid "conversion to void will not access object of non-trivially-copyable type %qT"
52057 msgstr ""
52059 #: cp/cvt.cc:1355 rust/backend/rust-tree.cc:457
52060 #, gcc-internal-format
52061 msgid "indirection will not access object of non-trivially-copyable type %qT in second operand of conditional expression"
52062 msgstr ""
52064 #: cp/cvt.cc:1360 rust/backend/rust-tree.cc:464
52065 #, gcc-internal-format
52066 msgid "indirection will not access object of non-trivially-copyable type %qT in third operand of conditional expression"
52067 msgstr ""
52069 #: cp/cvt.cc:1365 rust/backend/rust-tree.cc:471
52070 #, gcc-internal-format
52071 msgid "indirection will not access object of non-trivially-copyable type %qT in right operand of comma operator"
52072 msgstr ""
52074 #: cp/cvt.cc:1370 rust/backend/rust-tree.cc:478
52075 #, gcc-internal-format
52076 msgid "indirection will not access object of non-trivially-copyable type %qT in left operand of comma operator"
52077 msgstr ""
52079 #: cp/cvt.cc:1375 rust/backend/rust-tree.cc:485
52080 #, gcc-internal-format
52081 msgid "indirection will not access object of non-trivially-copyable type %qT in statement"
52082 msgstr ""
52084 #: cp/cvt.cc:1380 rust/backend/rust-tree.cc:491
52085 #, gcc-internal-format
52086 msgid "indirection will not access object of non-trivially-copyable type %qT in for increment expression"
52087 msgstr ""
52089 #: cp/cvt.cc:1421 rust/backend/rust-tree.cc:532
52090 #, gcc-internal-format
52091 msgid "conversion to void will not access object %qE of incomplete type %qT"
52092 msgstr ""
52094 #: cp/cvt.cc:1425 rust/backend/rust-tree.cc:538
52095 #, gcc-internal-format
52096 msgid "variable %qE of incomplete type %qT will not be accessed in second operand of conditional expression"
52097 msgstr ""
52099 #: cp/cvt.cc:1430 rust/backend/rust-tree.cc:545
52100 #, gcc-internal-format
52101 msgid "variable %qE of incomplete type %qT will not be accessed in third operand of conditional expression"
52102 msgstr ""
52104 #: cp/cvt.cc:1435 rust/backend/rust-tree.cc:552
52105 #, gcc-internal-format
52106 msgid "variable %qE of incomplete type %qT will not be accessed in right operand of comma operator"
52107 msgstr ""
52109 #: cp/cvt.cc:1440 rust/backend/rust-tree.cc:558
52110 #, gcc-internal-format
52111 msgid "variable %qE of incomplete type %qT will not be accessed in left operand of comma operator"
52112 msgstr ""
52114 #: cp/cvt.cc:1445 rust/backend/rust-tree.cc:564
52115 #, gcc-internal-format
52116 msgid "variable %qE of incomplete type %qT will not be accessed in statement"
52117 msgstr ""
52119 #: cp/cvt.cc:1449 rust/backend/rust-tree.cc:570
52120 #, gcc-internal-format
52121 msgid "variable %qE of incomplete type %qT will not be accessed in for increment expression"
52122 msgstr ""
52124 #: cp/cvt.cc:1505
52125 #, gcc-internal-format
52126 msgid "conversion to void cannot resolve address of overloaded function"
52127 msgstr ""
52129 #: cp/cvt.cc:1509
52130 #, gcc-internal-format
52131 msgid "second operand of conditional expression cannot resolve address of overloaded function"
52132 msgstr ""
52134 #: cp/cvt.cc:1513
52135 #, gcc-internal-format
52136 msgid "third operand of conditional expression cannot resolve address of overloaded function"
52137 msgstr ""
52139 #: cp/cvt.cc:1517
52140 #, gcc-internal-format
52141 msgid "right operand of comma operator cannot resolve address of overloaded function"
52142 msgstr ""
52144 #: cp/cvt.cc:1521
52145 #, gcc-internal-format
52146 msgid "left operand of comma operator cannot resolve address of overloaded function"
52147 msgstr ""
52149 #: cp/cvt.cc:1525
52150 #, gcc-internal-format
52151 msgid "statement cannot resolve address of overloaded function"
52152 msgstr ""
52154 #: cp/cvt.cc:1529
52155 #, gcc-internal-format
52156 msgid "for increment expression cannot resolve address of overloaded function"
52157 msgstr ""
52159 #: cp/cvt.cc:1545
52160 #, gcc-internal-format
52161 msgid "second operand of conditional expression is a reference, not call, to function %qE"
52162 msgstr ""
52164 #: cp/cvt.cc:1550
52165 #, gcc-internal-format
52166 msgid "third operand of conditional expression is a reference, not call, to function %qE"
52167 msgstr ""
52169 #: cp/cvt.cc:1555
52170 #, gcc-internal-format
52171 msgid "right operand of comma operator is a reference, not call, to function %qE"
52172 msgstr ""
52174 #: cp/cvt.cc:1560
52175 #, gcc-internal-format
52176 msgid "left operand of comma operator is a reference, not call, to function %qE"
52177 msgstr ""
52179 #: cp/cvt.cc:1565
52180 #, gcc-internal-format
52181 msgid "statement is a reference, not call, to function %qE"
52182 msgstr ""
52184 #: cp/cvt.cc:1570
52185 #, gcc-internal-format
52186 msgid "for increment expression is a reference, not call, to function %qE"
52187 msgstr ""
52189 #: cp/cvt.cc:1599
52190 #, gcc-internal-format
52191 msgid "second operand of conditional expression has no effect"
52192 msgstr ""
52194 #: cp/cvt.cc:1604
52195 #, gcc-internal-format
52196 msgid "third operand of conditional expression has no effect"
52197 msgstr ""
52199 #: cp/cvt.cc:1609
52200 #, gcc-internal-format
52201 msgid "right operand of comma operator has no effect"
52202 msgstr ""
52204 #: cp/cvt.cc:1613
52205 #, gcc-internal-format
52206 msgid "left operand of comma operator has no effect"
52207 msgstr ""
52209 #: cp/cvt.cc:1617
52210 #, gcc-internal-format
52211 msgid "statement has no effect"
52212 msgstr ""
52214 #: cp/cvt.cc:1621
52215 #, gcc-internal-format
52216 msgid "for increment expression has no effect"
52217 msgstr ""
52219 #: cp/cvt.cc:1774
52220 #, gcc-internal-format
52221 msgid "converting NULL to non-pointer type"
52222 msgstr ""
52224 #: cp/cvt.cc:1892
52225 #, gcc-internal-format
52226 msgid "default type conversion cannot deduce template argument for %qD"
52227 msgstr ""
52229 #: cp/cvt.cc:1907
52230 #, gcc-internal-format
52231 msgid "ambiguous default type conversion from %qT"
52232 msgstr ""
52234 #: cp/cvt.cc:1910
52235 #, gcc-internal-format
52236 msgid "  candidate conversions include %qD and %qD"
52237 msgstr ""
52239 #: cp/cxx-pretty-print.cc:2295
52240 #, gcc-internal-format
52241 msgid "template-parameter-"
52242 msgstr ""
52244 #: cp/cxx-pretty-print.cc:2309
52245 #, gcc-internal-format
52246 msgid "requires"
52247 msgstr "потребує"
52249 #: cp/cxx-pretty-print.cc:2815 cp/error.cc:397
52250 #, gcc-internal-format
52251 msgid "with"
52252 msgstr "з"
52254 #: cp/decl.cc:692
52255 #, gcc-internal-format
52256 msgid "unused structured binding declaration"
52257 msgstr ""
52259 #: cp/decl.cc:695
52260 #, gcc-internal-format
52261 msgid "unused variable %qD"
52262 msgstr "невикористана змінна %qD"
52264 #: cp/decl.cc:704
52265 #, gcc-internal-format
52266 msgid "structured binding declaration set but not used"
52267 msgstr ""
52269 #: cp/decl.cc:859
52270 #, gcc-internal-format
52271 msgid "%qF declared %<static%> but never defined"
52272 msgstr ""
52274 #: cp/decl.cc:866
52275 #, gcc-internal-format
52276 msgid "odr-used inline variable %qD is not defined"
52277 msgstr ""
52279 #: cp/decl.cc:1279
52280 #, gcc-internal-format
52281 msgid "%qD was declared %<extern%> and later %<static%>"
52282 msgstr ""
52284 #: cp/decl.cc:1319
52285 #, gcc-internal-format
52286 msgid "declaration of %qF has a different exception specifier"
52287 msgstr "оголошення %qF містить інше визначення виключення"
52289 #: cp/decl.cc:1333
52290 #, gcc-internal-format
52291 msgid "from previous declaration %qF"
52292 msgstr "з попереднього оголошення %qF"
52294 #: cp/decl.cc:1386
52295 #, gcc-internal-format
52296 msgid "redeclaration %qD differs in %qs from previous declaration"
52297 msgstr ""
52299 #: cp/decl.cc:1390 cp/decl.cc:16111
52300 #, gcc-internal-format
52301 msgid "previous declaration %qD"
52302 msgstr "попереднє оголошення %qD"
52304 #: cp/decl.cc:1419
52305 #, gcc-internal-format
52306 msgid "cannot specialize concept %q#D"
52307 msgstr ""
52309 #: cp/decl.cc:1441
52310 #, gcc-internal-format
52311 msgid "redeclaration of %q#D may not have default arguments"
52312 msgstr ""
52314 #: cp/decl.cc:1470
52315 #, gcc-internal-format
52316 msgid "friend declaration of %q#D specifies default arguments and isn%'t the only declaration"
52317 msgstr ""
52319 #: cp/decl.cc:1473
52320 #, gcc-internal-format
52321 msgid "previous declaration of %q#D"
52322 msgstr "попереднє оголошення %q#D"
52324 #: cp/decl.cc:1522
52325 #, gcc-internal-format
52326 msgid "ambiguating new declaration %q+#D"
52327 msgstr "неоднозначне нове оголошення %q+#D"
52329 #: cp/decl.cc:1524 cp/decl.cc:1945
52330 #, gcc-internal-format
52331 msgid "old declaration %q#D"
52332 msgstr ""
52334 #: cp/decl.cc:1564
52335 #, gcc-internal-format
52336 msgid "redefinition of default argument for %q+#D"
52337 msgstr ""
52339 #: cp/decl.cc:1566
52340 #, gcc-internal-format
52341 msgid "original definition appeared here"
52342 msgstr ""
52344 #: cp/decl.cc:1632
52345 #, gcc-internal-format
52346 msgid "built-in function %qD declared as non-function"
52347 msgstr ""
52349 #: cp/decl.cc:1645 cp/decl.cc:1771
52350 #, gcc-internal-format
52351 msgid "shadowing built-in function %q#D"
52352 msgstr ""
52354 #: cp/decl.cc:1646 cp/decl.cc:1772
52355 #, gcc-internal-format
52356 msgid "shadowing library function %q#D"
52357 msgstr ""
52359 #: cp/decl.cc:1654
52360 #, gcc-internal-format
52361 msgid "library function %q#D redeclared as non-function %q#D"
52362 msgstr ""
52364 #: cp/decl.cc:1658 cp/decl.cc:1719
52365 #, gcc-internal-format
52366 msgid "declaration of %q#D conflicts with built-in declaration %q#D"
52367 msgstr ""
52369 #: cp/decl.cc:1746
52370 #, gcc-internal-format
52371 msgid "definition of %q#D ambiguates built-in declaration %q#D"
52372 msgstr "визначення %q#D робить неоднозначним вбудоване оголошення %q#D"
52374 #: cp/decl.cc:1752 cp/decl.cc:1766
52375 #, gcc-internal-format
52376 msgid "new declaration %q#D ambiguates built-in declaration %q#D"
52377 msgstr ""
52379 #: cp/decl.cc:1756
52380 #, gcc-internal-format
52381 msgid "ignoring the %q#D declaration"
52382 msgstr ""
52384 #: cp/decl.cc:1860
52385 #, gcc-internal-format
52386 msgid "literal operator %q#D conflicts with raw literal operator"
52387 msgstr ""
52389 #: cp/decl.cc:1864
52390 #, gcc-internal-format
52391 msgid "raw literal operator %q#D conflicts with literal operator template"
52392 msgstr ""
52394 #: cp/decl.cc:1880
52395 #, gcc-internal-format
52396 msgid "%q#D redeclared as different kind of entity"
52397 msgstr ""
52399 #: cp/decl.cc:1904
52400 #, gcc-internal-format
52401 msgid "conflicting declaration of template %q#D"
52402 msgstr "конфлікт оголошень шаблона %q#D"
52404 #: cp/decl.cc:1926
52405 #, gcc-internal-format
52406 msgid "conflicting declaration of C function %q#D"
52407 msgstr "конфлікт оголошень функції C %q#D"
52409 #: cp/decl.cc:1943
52410 #, gcc-internal-format
52411 msgid "ambiguating new declaration of %q#D"
52412 msgstr "неоднозначне нове оголошення %q#D"
52414 #: cp/decl.cc:1953
52415 #, gcc-internal-format
52416 msgid "conflicting declaration %q#D"
52417 msgstr "конфлікт оголошень %q#D"
52419 #: cp/decl.cc:1955
52420 #, gcc-internal-format
52421 msgid "previous declaration as %q#D"
52422 msgstr ""
52424 #: cp/decl.cc:1965
52425 #, gcc-internal-format
52426 msgid "redeclaration of %<pragma omp declare reduction%>"
52427 msgstr ""
52429 #: cp/decl.cc:1967
52430 #, gcc-internal-format
52431 msgid "previous %<pragma omp declare reduction%> declaration"
52432 msgstr "попереднє оголошення %<pragma omp declare reduction%>"
52434 #: cp/decl.cc:2025
52435 #, gcc-internal-format
52436 msgid "%q#D previously defined here"
52437 msgstr ""
52439 #: cp/decl.cc:2026 cp/name-lookup.cc:3160 cp/name-lookup.cc:3189
52440 #: cp/name-lookup.cc:3213
52441 #, gcc-internal-format
52442 msgid "%q#D previously declared here"
52443 msgstr "%q#D раніше оголошено тут:"
52445 #: cp/decl.cc:2037
52446 #, gcc-internal-format
52447 msgid "prototype specified for %q#D"
52448 msgstr ""
52450 #: cp/decl.cc:2039
52451 #, gcc-internal-format
52452 msgid "previous non-prototype definition here"
52453 msgstr ""
52455 #: cp/decl.cc:2079
52456 #, gcc-internal-format
52457 msgid "conflicting declaration of %q#D with %qL linkage"
52458 msgstr ""
52460 #: cp/decl.cc:2082
52461 #, gcc-internal-format
52462 msgid "previous declaration with %qL linkage"
52463 msgstr ""
52465 #: cp/decl.cc:2131 cp/decl.cc:2141
52466 #, gcc-internal-format
52467 msgid "default argument given for parameter %d of %q#D"
52468 msgstr ""
52470 #: cp/decl.cc:2134 cp/decl.cc:2144
52471 #, gcc-internal-format
52472 msgid "previous specification in %q#D here"
52473 msgstr ""
52475 #: cp/decl.cc:2184
52476 #, gcc-internal-format
52477 msgid "declaration %qD conflicts with builtin"
52478 msgstr "оголошення %qD конфліктує із вбудованим значенням"
52480 #: cp/decl.cc:2187
52481 #, gcc-internal-format
52482 msgid "declaration %qD conflicts with import"
52483 msgstr ""
52485 #: cp/decl.cc:2188
52486 #, gcc-internal-format
52487 msgid "import declared %q#D here"
52488 msgstr "імпортуванням оголошено %q#D тут:"
52490 #: cp/decl.cc:2200
52491 #, gcc-internal-format
52492 msgid "conflicting exporting declaration %qD"
52493 msgstr "конфлікт оголошення експортування %qD"
52495 #: cp/decl.cc:2201
52496 #, gcc-internal-format
52497 msgid "previous declaration %q#D here"
52498 msgstr "попереднє оголошення %q#D тут:"
52500 #: cp/decl.cc:2228
52501 #, gcc-internal-format
52502 msgid "previous definition of %qD here"
52503 msgstr "попереднє визначення %qD було тут"
52505 #: cp/decl.cc:2229
52506 #, gcc-internal-format
52507 msgid "previous declaration of %qD here"
52508 msgstr "попереднє оголошення %qD було тут"
52510 #: cp/decl.cc:2242
52511 #, gcc-internal-format
52512 msgid "function %qD declared %<[[noreturn]]%> but its first declaration was not"
52513 msgstr ""
52515 #: cp/decl.cc:2289
52516 #, gcc-internal-format
52517 msgid "redundant redeclaration of %qD in same scope"
52518 msgstr ""
52520 #: cp/decl.cc:2305
52521 #, gcc-internal-format
52522 msgid "deleted definition of %qD is not first declaration"
52523 msgstr "вилучене оголошення %qD не є першим оголошенням"
52525 #. From [temp.expl.spec]:
52527 #. If a template, a member template or the member of a class
52528 #. template is explicitly specialized then that
52529 #. specialization shall be declared before the first use of
52530 #. that specialization that would cause an implicit
52531 #. instantiation to take place, in every translation unit in
52532 #. which such a use occurs.
52533 #: cp/decl.cc:2803
52534 #, gcc-internal-format
52535 msgid "explicit specialization of %qD after first use"
52536 msgstr ""
52538 #: cp/decl.cc:2985
52539 #, gcc-internal-format
52540 msgid "%qD: visibility attribute ignored because it conflicts with previous declaration"
52541 msgstr ""
52543 #. Reject two definitions.
52544 #: cp/decl.cc:3249 cp/decl.cc:3278 cp/decl.cc:3320 cp/decl.cc:3337
52545 #: cp/decl.cc:3440
52546 #, gcc-internal-format
52547 msgid "redefinition of %q#D"
52548 msgstr ""
52550 #: cp/decl.cc:3265
52551 #, gcc-internal-format
52552 msgid "%qD conflicts with used function"
52553 msgstr ""
52555 #: cp/decl.cc:3275
52556 #, gcc-internal-format
52557 msgid "%q#D not declared in class"
52558 msgstr ""
52560 #: cp/decl.cc:3289 cp/decl.cc:3347
52561 #, gcc-internal-format
52562 msgid "%q+D redeclared inline with %<gnu_inline%> attribute"
52563 msgstr ""
52565 #: cp/decl.cc:3292 cp/decl.cc:3350
52566 #, gcc-internal-format
52567 msgid "%q+D redeclared inline without %<gnu_inline%> attribute"
52568 msgstr ""
52570 #: cp/decl.cc:3299 cp/decl.cc:3357
52571 #, gcc-internal-format
52572 msgid "deduction guide %q+D redeclared"
52573 msgstr ""
52575 #: cp/decl.cc:3306
52576 #, gcc-internal-format
52577 msgid "comparison operator %q+D defaulted after its first declaration"
52578 msgstr ""
52580 #. is_primary=
52581 #. is_partial=
52582 #. is_friend_decl=
52583 #: cp/decl.cc:3371
52584 #, gcc-internal-format
52585 msgid "redeclaration of friend %q#D may not have default template arguments"
52586 msgstr ""
52588 #: cp/decl.cc:3386
52589 #, gcc-internal-format
52590 msgid "thread-local declaration of %q#D follows non-thread-local declaration"
52591 msgstr ""
52593 #: cp/decl.cc:3389
52594 #, gcc-internal-format
52595 msgid "non-thread-local declaration of %q#D follows thread-local declaration"
52596 msgstr ""
52598 #: cp/decl.cc:3404 cp/decl.cc:3448 cp/name-lookup.cc:2715
52599 #: cp/name-lookup.cc:3187 cp/name-lookup.cc:3211
52600 #, gcc-internal-format
52601 msgid "redeclaration of %q#D"
52602 msgstr ""
52604 #: cp/decl.cc:3431
52605 #, gcc-internal-format
52606 msgid "redundant redeclaration of %<constexpr%> static data member %qD"
52607 msgstr ""
52609 #: cp/decl.cc:3499
52610 #, gcc-internal-format
52611 msgid "local label %qE conflicts with existing label"
52612 msgstr ""
52614 #: cp/decl.cc:3500
52615 #, gcc-internal-format
52616 msgid "previous label"
52617 msgstr "попередня мітка"
52619 #: cp/decl.cc:3590
52620 #, gcc-internal-format
52621 msgid "  from here"
52622 msgstr "  звідси"
52624 #: cp/decl.cc:3614 cp/decl.cc:3855
52625 #, gcc-internal-format
52626 msgid "  exits OpenMP structured block"
52627 msgstr ""
52629 #: cp/decl.cc:3642
52630 #, gcc-internal-format
52631 msgid "  crosses initialization of %q#D"
52632 msgstr ""
52634 #: cp/decl.cc:3645
52635 #, gcc-internal-format
52636 msgid "  enters scope of %q#D, which has non-trivial destructor"
52637 msgstr ""
52639 #: cp/decl.cc:3659 cp/decl.cc:3822
52640 #, gcc-internal-format
52641 msgid "  enters %<try%> block"
52642 msgstr "  входить до блоку %<try%>"
52644 #: cp/decl.cc:3665 cp/decl.cc:3804 cp/decl.cc:3824
52645 #, gcc-internal-format
52646 msgid "  enters %<catch%> block"
52647 msgstr "  входить до блоку %<catch%>"
52649 #: cp/decl.cc:3671 cp/decl.cc:3838
52650 #, gcc-internal-format
52651 msgid "  enters OpenMP structured block"
52652 msgstr ""
52654 #: cp/decl.cc:3677 cp/decl.cc:3826
52655 #, gcc-internal-format
52656 msgid "  enters synchronized or atomic statement"
52657 msgstr ""
52659 #: cp/decl.cc:3683 cp/decl.cc:3832
52660 #, fuzzy, gcc-internal-format
52661 #| msgid "%qs is not an expression"
52662 msgid "  enters statement expression"
52663 msgstr "%qs не є виразом"
52665 #: cp/decl.cc:3690 cp/decl.cc:3828
52666 #, gcc-internal-format
52667 msgid "  enters %<constexpr if%> statement"
52668 msgstr ""
52670 #: cp/decl.cc:3696 cp/decl.cc:3830
52671 #, gcc-internal-format
52672 msgid "  enters %<consteval if%> statement"
52673 msgstr ""
52675 #: cp/decl.cc:3811
52676 #, gcc-internal-format
52677 msgid "  skips initialization of %q#D"
52678 msgstr ""
52680 #: cp/decl.cc:3814
52681 #, gcc-internal-format
52682 msgid "  enters scope of %q#D which has non-trivial destructor"
52683 msgstr ""
52685 #: cp/decl.cc:4281 cp/parser.cc:7044
52686 #, gcc-internal-format
52687 msgid "%qD used without template arguments"
52688 msgstr "%qD використано без аргументів шаблона"
52690 #: cp/decl.cc:4287
52691 #, gcc-internal-format
52692 msgid "%qD is a function, not a type"
52693 msgstr "%qD є функцією, а не типом"
52695 #: cp/decl.cc:4298
52696 #, gcc-internal-format
52697 msgid "%q#T is not a class"
52698 msgstr ""
52700 #: cp/decl.cc:4326 cp/decl.cc:4427
52701 #, gcc-internal-format
52702 msgid "no class template named %q#T in %q#T"
52703 msgstr ""
52705 #: cp/decl.cc:4327
52706 #, gcc-internal-format
52707 msgid "no type named %q#T in %q#T"
52708 msgstr ""
52710 #: cp/decl.cc:4340
52711 #, gcc-internal-format
52712 msgid "lookup of %qT in %qT is ambiguous"
52713 msgstr ""
52715 #: cp/decl.cc:4349
52716 #, gcc-internal-format
52717 msgid "%<typename %T::%D%> names %q#T, which is not a class template"
52718 msgstr ""
52720 #: cp/decl.cc:4362
52721 #, gcc-internal-format
52722 msgid "%<typename %T::%D%> names %q#T, which is not a type"
52723 msgstr ""
52725 #: cp/decl.cc:4436
52726 #, gcc-internal-format
52727 msgid "template parameters do not match template %qD"
52728 msgstr ""
52730 #: cp/decl.cc:4793
52731 #, gcc-internal-format
52732 msgid "%<-faligned-new=%d%> is not a power of two"
52733 msgstr ""
52735 #: cp/decl.cc:4967
52736 #, gcc-internal-format
52737 msgid "%<--param destructive-interference-size=%d%> is less than %d"
52738 msgstr ""
52740 #: cp/decl.cc:4971
52741 #, gcc-internal-format
52742 msgid "%<--param destructive-interference-size=%d%> is less than %<--param l1-cache-line-size=%d%>"
52743 msgstr "%<--param destructive-interference-size=%d%> є меншим за %<--param l1-cache-line-size=%d%>"
52745 #: cp/decl.cc:4984
52746 #, gcc-internal-format
52747 msgid "%<--param constructive-interference-size=%d%> is less than %d"
52748 msgstr ""
52750 #: cp/decl.cc:4989
52751 #, gcc-internal-format
52752 msgid "%<--param constructive-interference-size=%d%> is greater than %<--param l1-cache-line-size=%d%>"
52753 msgstr "%<--param constructive-interference-size=%d%> є більшим за %<--param l1-cache-line-size=%d%>"
52755 #: cp/decl.cc:5315
52756 #, gcc-internal-format
52757 msgid "%q#D invalid; an anonymous union may only have public non-static data members"
52758 msgstr ""
52760 #: cp/decl.cc:5325 cp/parser.cc:23007
52761 #, gcc-internal-format
52762 msgid "this flexibility is deprecated and will be removed"
52763 msgstr ""
52765 #: cp/decl.cc:5354
52766 #, gcc-internal-format
52767 msgid "anonymous struct with base classes"
52768 msgstr ""
52770 #: cp/decl.cc:5366
52771 #, gcc-internal-format
52772 msgid "member %q+#D with constructor not allowed in anonymous aggregate"
52773 msgstr ""
52775 #: cp/decl.cc:5369
52776 #, gcc-internal-format
52777 msgid "member %q+#D with destructor not allowed in anonymous aggregate"
52778 msgstr ""
52780 #: cp/decl.cc:5372
52781 #, gcc-internal-format
52782 msgid "member %q+#D with copy assignment operator not allowed in anonymous aggregate"
52783 msgstr ""
52785 #: cp/decl.cc:5391
52786 #, gcc-internal-format
52787 msgid "attribute ignored in declaration of %q#T"
52788 msgstr ""
52790 #: cp/decl.cc:5394
52791 #, gcc-internal-format
52792 msgid "attribute for %q#T must follow the %qs keyword"
52793 msgstr ""
52795 #: cp/decl.cc:5436
52796 #, gcc-internal-format
52797 msgid "multiple types in one declaration"
52798 msgstr ""
52800 #: cp/decl.cc:5441
52801 #, gcc-internal-format
52802 msgid "redeclaration of C++ built-in type %qT"
52803 msgstr ""
52805 #: cp/decl.cc:5458
52806 #, gcc-internal-format
52807 msgid "%<auto%> can only be specified for variables or function declarations"
52808 msgstr ""
52810 #: cp/decl.cc:5491
52811 #, gcc-internal-format
52812 msgid "missing type-name in typedef-declaration"
52813 msgstr ""
52815 #: cp/decl.cc:5499
52816 #, gcc-internal-format
52817 msgid "ISO C++ prohibits anonymous structs"
52818 msgstr ""
52820 #: cp/decl.cc:5506
52821 #, gcc-internal-format
52822 msgid "%<inline%> can only be specified for functions"
52823 msgstr ""
52825 #: cp/decl.cc:5509
52826 #, gcc-internal-format
52827 msgid "%<virtual%> can only be specified for functions"
52828 msgstr ""
52830 #: cp/decl.cc:5514
52831 #, gcc-internal-format
52832 msgid "%<friend%> can only be specified inside a class"
52833 msgstr ""
52835 #: cp/decl.cc:5517
52836 #, gcc-internal-format
52837 msgid "%<explicit%> can only be specified for constructors"
52838 msgstr ""
52840 #: cp/decl.cc:5520
52841 #, gcc-internal-format
52842 msgid "a storage class can only be specified for objects and functions"
52843 msgstr ""
52845 #: cp/decl.cc:5524
52846 #, gcc-internal-format
52847 msgid "%<const%> can only be specified for objects and functions"
52848 msgstr ""
52850 #: cp/decl.cc:5528
52851 #, gcc-internal-format
52852 msgid "%<volatile%> can only be specified for objects and functions"
52853 msgstr ""
52855 #: cp/decl.cc:5532
52856 #, gcc-internal-format
52857 msgid "%<__restrict%> can only be specified for objects and functions"
52858 msgstr ""
52860 #: cp/decl.cc:5536
52861 #, gcc-internal-format
52862 msgid "%<__thread%> can only be specified for objects and functions"
52863 msgstr ""
52865 #: cp/decl.cc:5540
52866 #, gcc-internal-format
52867 msgid "%<typedef%> was ignored in this declaration"
52868 msgstr ""
52870 #: cp/decl.cc:5543 cp/decl.cc:5546 cp/decl.cc:5549
52871 #, gcc-internal-format
52872 msgid "%qs cannot be used for type declarations"
52873 msgstr ""
52875 #: cp/decl.cc:5571
52876 #, gcc-internal-format
52877 msgid "attribute ignored in explicit instantiation %q#T"
52878 msgstr ""
52880 #: cp/decl.cc:5574
52881 #, gcc-internal-format
52882 msgid "no attribute can be applied to an explicit instantiation"
52883 msgstr ""
52885 #: cp/decl.cc:5653
52886 #, gcc-internal-format
52887 msgid "ignoring attributes applied to class type %qT outside of definition"
52888 msgstr ""
52890 #. A template type parameter or other dependent type.
52891 #: cp/decl.cc:5657
52892 #, gcc-internal-format
52893 msgid "ignoring attributes applied to dependent type %qT without an associated declaration"
52894 msgstr ""
52896 #: cp/decl.cc:5723 cp/decl2.cc:1000
52897 #, gcc-internal-format
52898 msgid "typedef %qD is initialized (use %qs instead)"
52899 msgstr ""
52901 #: cp/decl.cc:5736
52902 #, gcc-internal-format
52903 msgid "declaration of %q#D has %<extern%> and is initialized"
52904 msgstr ""
52906 #: cp/decl.cc:5774
52907 #, gcc-internal-format
52908 msgid "definition of %q#D is marked %<dllimport%>"
52909 msgstr ""
52911 #: cp/decl.cc:5798
52912 #, gcc-internal-format
52913 msgid "%q+#D is not a static data member of %q#T"
52914 msgstr ""
52916 #: cp/decl.cc:5806
52917 #, gcc-internal-format
52918 msgid "non-member-template declaration of %qD"
52919 msgstr ""
52921 #: cp/decl.cc:5807
52922 #, gcc-internal-format
52923 msgid "does not match member template declaration here"
52924 msgstr ""
52926 #: cp/decl.cc:5819
52927 #, gcc-internal-format
52928 msgid "ISO C++ does not permit %<%T::%D%> to be defined as %<%T::%D%>"
52929 msgstr ""
52931 #: cp/decl.cc:5831
52932 #, gcc-internal-format
52933 msgid "duplicate initialization of %qD"
52934 msgstr ""
52936 #: cp/decl.cc:5881 cp/decl.cc:5885
52937 #, gcc-internal-format
52938 msgid "declaration of %q#D outside of class is not definition"
52939 msgstr ""
52941 #: cp/decl.cc:5903
52942 #, gcc-internal-format
52943 msgid "block-scope extern declaration %q#D not permitted in module purview"
52944 msgstr ""
52946 #: cp/decl.cc:5939
52947 #, gcc-internal-format
52948 msgid "%qD defined %<thread_local%> in %qs function only available with %<-std=c++2b%> or %<-std=gnu++2b%>"
52949 msgstr ""
52951 #: cp/decl.cc:5945
52952 #, gcc-internal-format
52953 msgid "%qD defined %<static%> in %qs function only available with %<-std=c++2b%> or %<-std=gnu++2b%>"
52954 msgstr ""
52956 #: cp/decl.cc:6010
52957 #, gcc-internal-format
52958 msgid "variable %q#D has initializer but incomplete type"
52959 msgstr ""
52961 #: cp/decl.cc:6016 cp/decl.cc:7335
52962 #, gcc-internal-format
52963 msgid "elements of array %q#D have incomplete type"
52964 msgstr ""
52966 #: cp/decl.cc:6026
52967 #, gcc-internal-format
52968 msgid "aggregate %q#D has incomplete type and cannot be defined"
52969 msgstr ""
52971 #: cp/decl.cc:6093
52972 #, gcc-internal-format
52973 msgid "%qD declared as reference but not initialized"
52974 msgstr ""
52976 #: cp/decl.cc:6176
52977 #, gcc-internal-format
52978 msgid "name used in a GNU-style designated initializer for an array"
52979 msgstr ""
52981 #: cp/decl.cc:6182
52982 #, gcc-internal-format
52983 msgid "name %qD used in a GNU-style designated initializer for an array"
52984 msgstr ""
52986 #: cp/decl.cc:6201
52987 #, gcc-internal-format
52988 msgid "non-trivial designated initializers not supported"
52989 msgstr ""
52991 #: cp/decl.cc:6205
52992 #, gcc-internal-format
52993 msgid "C99 designator %qE is not an integral constant-expression"
52994 msgstr ""
52996 #: cp/decl.cc:6266
52997 #, gcc-internal-format
52998 msgid "initializer fails to determine size of %qD"
52999 msgstr ""
53001 #: cp/decl.cc:6273
53002 #, gcc-internal-format
53003 msgid "array size missing in %qD"
53004 msgstr ""
53006 #: cp/decl.cc:6285
53007 #, gcc-internal-format
53008 msgid "zero-size array %qD"
53009 msgstr ""
53011 #: cp/decl.cc:6325
53012 #, gcc-internal-format
53013 msgid "storage size of %qD isn%'t known"
53014 msgstr ""
53016 #: cp/decl.cc:6350
53017 #, gcc-internal-format
53018 msgid "storage size of %qD isn%'t constant"
53019 msgstr ""
53021 #: cp/decl.cc:6433
53022 #, gcc-internal-format
53023 msgid "sorry: semantics of inline variable %q#D are wrong (you%'ll wind up with multiple copies)"
53024 msgstr ""
53026 #: cp/decl.cc:6437
53027 #, gcc-internal-format
53028 msgid "sorry: semantics of inline function static data %q#D are wrong (you%'ll wind up with multiple copies)"
53029 msgstr ""
53031 #: cp/decl.cc:6443
53032 #, gcc-internal-format
53033 msgid "you can work around this by removing the initializer"
53034 msgstr ""
53036 #: cp/decl.cc:6485 rust/backend/rust-tree.cc:3233
53037 #, gcc-internal-format
53038 msgid "uninitialized %<const %D%>"
53039 msgstr "не ініціалізовано %<const %D%>"
53041 #: cp/decl.cc:6492 rust/backend/rust-tree.cc:3240
53042 #, gcc-internal-format
53043 msgid "uninitialized variable %qD in %<constexpr%> function"
53044 msgstr ""
53046 #: cp/decl.cc:6501 rust/backend/rust-tree.cc:3249
53047 #, gcc-internal-format
53048 msgid "uninitialized variable %qD in %<constexpr%> context"
53049 msgstr ""
53051 #: cp/decl.cc:6509
53052 #, gcc-internal-format
53053 msgid "%q#T has no user-provided default constructor"
53054 msgstr ""
53056 #: cp/decl.cc:6513
53057 #, gcc-internal-format
53058 msgid "constructor is not user-provided because it is explicitly defaulted in the class body"
53059 msgstr ""
53061 #: cp/decl.cc:6516
53062 #, gcc-internal-format
53063 msgid "and the implicitly-defined constructor does not initialize %q#D"
53064 msgstr ""
53066 #: cp/decl.cc:6708
53067 #, gcc-internal-format
53068 msgid "invalid type %qT as initializer for a vector of type %qT"
53069 msgstr ""
53071 #: cp/decl.cc:6780
53072 #, gcc-internal-format
53073 msgid "initializer for %qT must be brace-enclosed"
53074 msgstr ""
53076 #: cp/decl.cc:6824
53077 #, gcc-internal-format
53078 msgid "%<[%E] =%> used in a GNU-style designated initializer for class %qT"
53079 msgstr ""
53081 #: cp/decl.cc:6837
53082 #, gcc-internal-format
53083 msgid "%qT has no non-static data member named %qD"
53084 msgstr ""
53086 #: cp/decl.cc:6861
53087 #, gcc-internal-format
53088 msgid "%qD is not a direct member of %qT"
53089 msgstr "%qD не є безпосереднім членом %qT"
53091 #: cp/decl.cc:6916
53092 #, gcc-internal-format
53093 msgid "invalid initializer for %q#D"
53094 msgstr ""
53096 #: cp/decl.cc:6966
53097 #, gcc-internal-format
53098 msgid "C99 designator %qE outside aggregate initializer"
53099 msgstr ""
53101 #: cp/decl.cc:7005 cp/decl.cc:7293 cp/typeck2.cc:1597 cp/typeck2.cc:1927
53102 #: cp/typeck2.cc:1975 cp/typeck2.cc:2022
53103 #, gcc-internal-format
53104 msgid "too many initializers for %qT"
53105 msgstr ""
53107 #: cp/decl.cc:7047
53108 #, gcc-internal-format
53109 msgid "braces around scalar initializer for type %qT"
53110 msgstr ""
53112 #: cp/decl.cc:7057
53113 #, gcc-internal-format
53114 msgid "too many braces around scalar initializer for type %qT"
53115 msgstr ""
53117 #: cp/decl.cc:7190
53118 #, gcc-internal-format
53119 msgid "missing braces around initializer for %qT"
53120 msgstr ""
53122 #: cp/decl.cc:7323
53123 #, gcc-internal-format
53124 msgid "structured binding has incomplete type %qT"
53125 msgstr "тип структурованої прив'язки є неповним, %qT"
53127 #: cp/decl.cc:7337
53128 #, gcc-internal-format
53129 msgid "elements of array %q#T have incomplete type"
53130 msgstr ""
53132 #: cp/decl.cc:7350
53133 #, gcc-internal-format
53134 msgid "variable-sized compound literal"
53135 msgstr ""
53137 #: cp/decl.cc:7406
53138 #, gcc-internal-format
53139 msgid "%q#D has incomplete type"
53140 msgstr ""
53142 #: cp/decl.cc:7427
53143 #, gcc-internal-format
53144 msgid "scalar object %qD requires one element in initializer"
53145 msgstr ""
53147 #: cp/decl.cc:7472
53148 #, gcc-internal-format
53149 msgid "in C++98 %qD must be initialized by constructor, not by %<{...}%>"
53150 msgstr "у C++98 %qD має бути ініціалізовано конструктором, а не за допомогою %<{...}%>"
53152 #: cp/decl.cc:7615
53153 #, gcc-internal-format
53154 msgid "array %qD initialized by parenthesized string literal %qE"
53155 msgstr ""
53157 #: cp/decl.cc:7654
53158 #, gcc-internal-format
53159 msgid "initializer invalid for static member with constructor"
53160 msgstr ""
53162 #: cp/decl.cc:7656
53163 #, gcc-internal-format
53164 msgid "non-constant in-class initialization invalid for static member %qD"
53165 msgstr ""
53167 #: cp/decl.cc:7659
53168 #, gcc-internal-format
53169 msgid "non-constant in-class initialization invalid for non-inline static member %qD"
53170 msgstr ""
53172 #: cp/decl.cc:7664
53173 #, gcc-internal-format
53174 msgid "(an out of class initialization is required)"
53175 msgstr ""
53177 #: cp/decl.cc:7866
53178 #, gcc-internal-format
53179 msgid "reference %qD is initialized with itself"
53180 msgstr ""
53182 #: cp/decl.cc:8123
53183 #, gcc-internal-format
53184 msgid "could not find variant declaration"
53185 msgstr ""
53187 #: cp/decl.cc:8147
53188 #, gcc-internal-format
53189 msgid "%<declare variant%> on constructor %qD"
53190 msgstr ""
53192 #: cp/decl.cc:8152
53193 #, gcc-internal-format
53194 msgid "%<declare variant%> on destructor %qD"
53195 msgstr ""
53197 #: cp/decl.cc:8157
53198 #, gcc-internal-format
53199 msgid "%<declare variant%> on defaulted %qD"
53200 msgstr ""
53202 #: cp/decl.cc:8162
53203 #, gcc-internal-format
53204 msgid "%<declare variant%> on deleted %qD"
53205 msgstr ""
53207 #: cp/decl.cc:8167
53208 #, gcc-internal-format
53209 msgid "%<declare variant%> on virtual %qD"
53210 msgstr ""
53212 #: cp/decl.cc:8217
53213 #, gcc-internal-format
53214 msgid "assignment (not initialization) in declaration"
53215 msgstr ""
53217 #: cp/decl.cc:8238 cp/decl.cc:14754
53218 #, gcc-internal-format
53219 msgid "ISO C++17 does not allow %<register%> storage class specifier"
53220 msgstr ""
53222 #: cp/decl.cc:8242 cp/decl.cc:14758
53223 #, gcc-internal-format
53224 msgid "%<register%> storage class specifier used"
53225 msgstr ""
53227 #: cp/decl.cc:8310
53228 #, gcc-internal-format
53229 msgid "initializer for %<decltype(auto) %D%> has function type; did you forget the %<()%>?"
53230 msgstr ""
53232 #: cp/decl.cc:8321
53233 #, gcc-internal-format
53234 msgid "deduced type %qT for %qD is incomplete"
53235 msgstr ""
53237 #: cp/decl.cc:8451
53238 #, gcc-internal-format
53239 msgid "variable concept has no initializer"
53240 msgstr ""
53242 #: cp/decl.cc:8510
53243 #, gcc-internal-format
53244 msgid "shadowing previous type declaration of %q#D"
53245 msgstr ""
53247 #: cp/decl.cc:8553
53248 #, gcc-internal-format
53249 msgid "%<constinit%> can only be applied to a variable with static or thread storage duration"
53250 msgstr ""
53252 #: cp/decl.cc:8731
53253 #, gcc-internal-format
53254 msgid "function %q#D is initialized like a variable"
53255 msgstr ""
53257 #: cp/decl.cc:8842
53258 #, gcc-internal-format
53259 msgid "cannot decompose class type %qT because it has an anonymous struct member"
53260 msgstr ""
53262 #: cp/decl.cc:8845
53263 #, gcc-internal-format
53264 msgid "cannot decompose class type %qT because it has an anonymous union member"
53265 msgstr ""
53267 #: cp/decl.cc:8852
53268 #, gcc-internal-format
53269 msgid "cannot decompose inaccessible member %qD of %qT"
53270 msgstr "неможливо розкласти недоступний член %qD %qT"
53272 #: cp/decl.cc:8878
53273 #, gcc-internal-format
53274 msgid "cannot decompose class type %qT: both it and its base class %qT have non-static data members"
53275 msgstr ""
53277 #: cp/decl.cc:8887
53278 #, gcc-internal-format
53279 msgid "cannot decompose class type %qT: its base classes %qT and %qT have non-static data members"
53280 msgstr ""
53282 #: cp/decl.cc:9097
53283 #, gcc-internal-format
53284 msgid "structured binding refers to incomplete type %qT"
53285 msgstr ""
53287 #: cp/decl.cc:9113
53288 #, gcc-internal-format
53289 msgid "cannot decompose variable length array %qT"
53290 msgstr ""
53292 #: cp/decl.cc:9122 cp/decl.cc:9201
53293 #, gcc-internal-format, gfc-internal-format
53294 msgid "%u name provided for structured binding"
53295 msgid_plural "%u names provided for structured binding"
53296 msgstr[0] ""
53297 msgstr[1] ""
53298 msgstr[2] ""
53300 #: cp/decl.cc:9126
53301 #, gcc-internal-format, gfc-internal-format
53302 msgid "only %u name provided for structured binding"
53303 msgid_plural "only %u names provided for structured binding"
53304 msgstr[0] ""
53305 msgstr[1] ""
53306 msgstr[2] ""
53308 #: cp/decl.cc:9129
53309 #, gcc-internal-format
53310 msgid "while %qT decomposes into %wu element"
53311 msgid_plural "while %qT decomposes into %wu elements"
53312 msgstr[0] ""
53313 msgstr[1] ""
53314 msgstr[2] ""
53316 #: cp/decl.cc:9170
53317 #, gcc-internal-format
53318 msgid "cannot decompose variable length vector %qT"
53319 msgstr ""
53321 #: cp/decl.cc:9194
53322 #, gcc-internal-format
53323 msgid "%<std::tuple_size<%T>::value%> is not an integral constant expression"
53324 msgstr "%<std::tuple_size<%T>::value%> не є інтегральним сталим виразом"
53326 #: cp/decl.cc:9203
53327 #, gcc-internal-format
53328 msgid "while %qT decomposes into %E elements"
53329 msgstr ""
53331 #: cp/decl.cc:9224
53332 #, gcc-internal-format
53333 msgid "%<std::tuple_element<%u, %T>::type%> is %<void%>"
53334 msgstr ""
53336 #: cp/decl.cc:9230
53337 #, gcc-internal-format
53338 msgid "in initialization of structured binding variable %qD"
53339 msgstr ""
53341 #: cp/decl.cc:9259
53342 #, gcc-internal-format
53343 msgid "cannot decompose union type %qT"
53344 msgstr "не вдалося розкласти тип об'єднання %qT"
53346 #: cp/decl.cc:9264
53347 #, gcc-internal-format
53348 msgid "cannot decompose non-array non-class type %qT"
53349 msgstr ""
53351 #: cp/decl.cc:9269
53352 #, gcc-internal-format
53353 msgid "cannot decompose lambda closure type %qT"
53354 msgstr ""
53356 #: cp/decl.cc:9275
53357 #, gcc-internal-format
53358 msgid "structured binding refers to incomplete class type %qT"
53359 msgstr ""
53361 #: cp/decl.cc:9284
53362 #, gcc-internal-format
53363 msgid "cannot decompose class type %qT without non-static data members"
53364 msgstr ""
53366 #: cp/decl.cc:9751
53367 #, gcc-internal-format
53368 msgid "non-local variable %qD declared %<__thread%> needs dynamic initialization"
53369 msgstr ""
53371 #: cp/decl.cc:9754
53372 #, gcc-internal-format
53373 msgid "non-local variable %qD declared %<__thread%> has a non-trivial destructor"
53374 msgstr ""
53376 #: cp/decl.cc:9759
53377 #, gcc-internal-format
53378 msgid "C++11 %<thread_local%> allows dynamic initialization and destruction"
53379 msgstr ""
53381 #: cp/decl.cc:9978
53382 #, gcc-internal-format
53383 msgid "initializer fails to determine size of %qT"
53384 msgstr ""
53386 #: cp/decl.cc:9982
53387 #, gcc-internal-format
53388 msgid "array size missing in %qT"
53389 msgstr ""
53391 #: cp/decl.cc:9985
53392 #, gcc-internal-format
53393 msgid "zero-size array %qT"
53394 msgstr ""
53396 #: cp/decl.cc:10001
53397 #, gcc-internal-format
53398 msgid "destructor for alien class %qT cannot be a member"
53399 msgstr ""
53401 #: cp/decl.cc:10003
53402 #, gcc-internal-format
53403 msgid "constructor for alien class %qT cannot be a member"
53404 msgstr ""
53406 #: cp/decl.cc:10029
53407 #, gcc-internal-format
53408 msgid "%qD declared as a %<virtual%> variable"
53409 msgstr ""
53411 #: cp/decl.cc:10031
53412 #, gcc-internal-format
53413 msgid "%<const%> and %<volatile%> function specifiers on %qD invalid in variable declaration"
53414 msgstr ""
53416 #: cp/decl.cc:10037
53417 #, gcc-internal-format
53418 msgid "%qD declared as a %<virtual%> parameter"
53419 msgstr ""
53421 #: cp/decl.cc:10040
53422 #, gcc-internal-format
53423 msgid "%qD declared as an %<inline%> parameter"
53424 msgstr ""
53426 #: cp/decl.cc:10042
53427 #, gcc-internal-format
53428 msgid "%<const%> and %<volatile%> function specifiers on %qD invalid in parameter declaration"
53429 msgstr ""
53431 #: cp/decl.cc:10048
53432 #, gcc-internal-format
53433 msgid "%qD declared as a %<virtual%> type"
53434 msgstr ""
53436 #: cp/decl.cc:10051
53437 #, gcc-internal-format
53438 msgid "%qD declared as an %<inline%> type"
53439 msgstr ""
53441 #: cp/decl.cc:10053
53442 #, gcc-internal-format
53443 msgid "%<const%> and %<volatile%> function specifiers on %qD invalid in type declaration"
53444 msgstr ""
53446 #: cp/decl.cc:10059
53447 #, gcc-internal-format
53448 msgid "%qD declared as a %<virtual%> field"
53449 msgstr ""
53451 #: cp/decl.cc:10062
53452 #, gcc-internal-format
53453 msgid "%qD declared as an %<inline%> field"
53454 msgstr ""
53456 #: cp/decl.cc:10064
53457 #, gcc-internal-format
53458 msgid "%<const%> and %<volatile%> function specifiers on %qD invalid in field declaration"
53459 msgstr ""
53461 #: cp/decl.cc:10071
53462 #, gcc-internal-format
53463 msgid "%q+D declared as a friend"
53464 msgstr ""
53466 #: cp/decl.cc:10078
53467 #, gcc-internal-format
53468 msgid "%q+D declared with an exception specification"
53469 msgstr ""
53471 #: cp/decl.cc:10110
53472 #, gcc-internal-format
53473 msgid "definition of %qD is not in namespace enclosing %qT"
53474 msgstr ""
53476 #: cp/decl.cc:10150
53477 #, gcc-internal-format
53478 msgid "static member function %q#D declared with type qualifiers"
53479 msgstr ""
53481 #: cp/decl.cc:10161
53482 #, gcc-internal-format
53483 msgid "concept %q#D declared with function parameters"
53484 msgstr ""
53486 #: cp/decl.cc:10168
53487 #, gcc-internal-format
53488 msgid "concept %q#D declared with a deduced return type"
53489 msgstr ""
53491 #: cp/decl.cc:10171
53492 #, gcc-internal-format
53493 msgid "concept %q#D with non-%<bool%> return type %qT"
53494 msgstr ""
53496 #: cp/decl.cc:10247
53497 #, gcc-internal-format
53498 msgid "concept %qD has no definition"
53499 msgstr ""
53501 #: cp/decl.cc:10276
53502 #, gcc-internal-format
53503 msgid "a function concept cannot be constrained"
53504 msgstr ""
53506 #: cp/decl.cc:10286
53507 #, gcc-internal-format
53508 msgid "constraints on a non-templated function"
53509 msgstr ""
53511 #: cp/decl.cc:10331
53512 #, gcc-internal-format
53513 msgid "defining explicit specialization %qD in friend declaration"
53514 msgstr ""
53516 #: cp/decl.cc:10342
53517 #, gcc-internal-format
53518 msgid "invalid use of template-id %qD in declaration of primary template"
53519 msgstr ""
53521 #: cp/decl.cc:10360
53522 #, gcc-internal-format
53523 msgid "default arguments are not allowed in declaration of friend template specialization %qD"
53524 msgstr ""
53526 #: cp/decl.cc:10369
53527 #, gcc-internal-format
53528 msgid "%<inline%> is not allowed in declaration of friend template specialization %qD"
53529 msgstr ""
53531 #: cp/decl.cc:10386
53532 #, gcc-internal-format
53533 msgid "friend declaration of %qD specifies default arguments and isn%'t a definition"
53534 msgstr ""
53536 #: cp/decl.cc:10431
53537 #, gcc-internal-format
53538 msgid "cannot declare %<::main%> to be a template"
53539 msgstr ""
53541 #: cp/decl.cc:10434
53542 #, gcc-internal-format
53543 msgid "cannot declare %<::main%> to be inline"
53544 msgstr ""
53546 #: cp/decl.cc:10437 cp/decl.cc:10440
53547 #, gcc-internal-format
53548 msgid "cannot declare %<::main%> to be %qs"
53549 msgstr ""
53551 #: cp/decl.cc:10442
53552 #, gcc-internal-format
53553 msgid "cannot declare %<::main%> to be static"
53554 msgstr ""
53556 #: cp/decl.cc:10504
53557 #, gcc-internal-format
53558 msgid "static member function %qD cannot have cv-qualifier"
53559 msgstr ""
53561 #: cp/decl.cc:10505
53562 #, gcc-internal-format
53563 msgid "non-member function %qD cannot have cv-qualifier"
53564 msgstr ""
53566 #: cp/decl.cc:10513
53567 #, gcc-internal-format
53568 msgid "static member function %qD cannot have ref-qualifier"
53569 msgstr ""
53571 #: cp/decl.cc:10514
53572 #, gcc-internal-format
53573 msgid "non-member function %qD cannot have ref-qualifier"
53574 msgstr ""
53576 #: cp/decl.cc:10526
53577 #, gcc-internal-format
53578 msgid "deduction guide %qD must be declared in the same scope as %qT"
53579 msgstr ""
53581 #: cp/decl.cc:10534
53582 #, gcc-internal-format
53583 msgid "deduction guide %qD must have the same access as %qT"
53584 msgstr ""
53586 #: cp/decl.cc:10540
53587 #, gcc-internal-format
53588 msgid "deduction guide %qD must not have a function body"
53589 msgstr ""
53591 #: cp/decl.cc:10553
53592 #, gcc-internal-format
53593 msgid "literal operator with C linkage"
53594 msgstr ""
53596 #: cp/decl.cc:10563
53597 #, gcc-internal-format
53598 msgid "%qD has invalid argument list"
53599 msgstr ""
53601 #: cp/decl.cc:10571
53602 #, gcc-internal-format
53603 msgid "integer suffix %qs shadowed by implementation"
53604 msgstr ""
53606 #: cp/decl.cc:10577
53607 #, gcc-internal-format
53608 msgid "floating-point suffix %qs shadowed by implementation"
53609 msgstr ""
53611 #: cp/decl.cc:10584
53612 #, gcc-internal-format
53613 msgid "literal operator suffixes not preceded by %<_%> are reserved for future standardization"
53614 msgstr ""
53616 #: cp/decl.cc:10589
53617 #, gcc-internal-format
53618 msgid "%qD must be a non-member function"
53619 msgstr ""
53621 #: cp/decl.cc:10675
53622 #, gcc-internal-format
53623 msgid "%<::main%> must return %<int%>"
53624 msgstr ""
53626 #: cp/decl.cc:10715
53627 #, gcc-internal-format
53628 msgid "definition of implicitly-declared %qD"
53629 msgstr ""
53631 #: cp/decl.cc:10720
53632 #, gcc-internal-format
53633 msgid "definition of explicitly-defaulted %q+D"
53634 msgstr ""
53636 #: cp/decl.cc:10722
53637 #, gcc-internal-format
53638 msgid "%q#D explicitly defaulted here"
53639 msgstr "%q#D явним чином типово визначено тут"
53641 #: cp/decl.cc:10739
53642 #, gcc-internal-format
53643 msgid "no %q#D member function declared in class %qT"
53644 msgstr ""
53646 #: cp/decl.cc:10932
53647 #, gcc-internal-format
53648 msgid "cannot declare %<::main%> to be a global variable"
53649 msgstr ""
53651 #: cp/decl.cc:10941
53652 #, gcc-internal-format
53653 msgid "a non-template variable cannot be %<concept%>"
53654 msgstr ""
53656 #: cp/decl.cc:10947
53657 #, gcc-internal-format
53658 msgid "concept must be defined at namespace scope"
53659 msgstr ""
53661 #: cp/decl.cc:10954
53662 #, gcc-internal-format
53663 msgid "concept must have type %<bool%>"
53664 msgstr ""
53666 #: cp/decl.cc:10957
53667 #, gcc-internal-format
53668 msgid "a variable concept cannot be constrained"
53669 msgstr ""
53671 #: cp/decl.cc:11079
53672 #, gcc-internal-format
53673 msgid "in-class initialization of static data member %q#D of incomplete type"
53674 msgstr ""
53676 #: cp/decl.cc:11083
53677 #, gcc-internal-format
53678 msgid "%<constexpr%> needed for in-class initialization of static data member %q#D of non-integral type"
53679 msgstr ""
53681 #: cp/decl.cc:11087
53682 #, gcc-internal-format
53683 msgid "in-class initialization of static data member %q#D of non-literal type"
53684 msgstr ""
53686 #: cp/decl.cc:11098
53687 #, gcc-internal-format
53688 msgid "invalid in-class initialization of static data member of non-integral type %qT"
53689 msgstr ""
53691 #: cp/decl.cc:11103
53692 #, gcc-internal-format
53693 msgid "ISO C++ forbids in-class initialization of non-const static member %qD"
53694 msgstr ""
53696 #: cp/decl.cc:11108
53697 #, gcc-internal-format
53698 msgid "ISO C++ forbids initialization of member constant %qD of non-integral type %qT"
53699 msgstr ""
53701 #: cp/decl.cc:11219
53702 #, gcc-internal-format
53703 msgid "size of array %qD has non-integral type %qT"
53704 msgstr ""
53706 #: cp/decl.cc:11222
53707 #, gcc-internal-format
53708 msgid "size of array has non-integral type %qT"
53709 msgstr ""
53711 #: cp/decl.cc:11253 cp/decl.cc:11325
53712 #, gcc-internal-format
53713 msgid "size of array %qD is not an integral constant-expression"
53714 msgstr ""
53716 #: cp/decl.cc:11257 cp/decl.cc:11328
53717 #, gcc-internal-format
53718 msgid "size of array is not an integral constant-expression"
53719 msgstr ""
53721 #: cp/decl.cc:11308
53722 #, gcc-internal-format
53723 msgid "ISO C++ forbids zero-size array %qD"
53724 msgstr ""
53726 #: cp/decl.cc:11311
53727 #, gcc-internal-format
53728 msgid "ISO C++ forbids zero-size array"
53729 msgstr ""
53731 #: cp/decl.cc:11335
53732 #, gcc-internal-format
53733 msgid "ISO C++ forbids variable length array %qD"
53734 msgstr ""
53736 #: cp/decl.cc:11338
53737 #, gcc-internal-format
53738 msgid "ISO C++ forbids variable length array"
53739 msgstr ""
53741 #: cp/decl.cc:11344
53742 #, gcc-internal-format
53743 msgid "variable length array %qD is used"
53744 msgstr ""
53746 #: cp/decl.cc:11347
53747 #, gcc-internal-format
53748 msgid "variable length array is used"
53749 msgstr ""
53751 #: cp/decl.cc:11399
53752 #, gcc-internal-format
53753 msgid "overflow in array dimension"
53754 msgstr ""
53756 #: cp/decl.cc:11459
53757 #, gcc-internal-format
53758 msgid "%qD declared as array of template placeholder type %qT"
53759 msgstr ""
53761 #: cp/decl.cc:11462
53762 #, gcc-internal-format
53763 msgid "creating array of template placeholder type %qT"
53764 msgstr ""
53766 #: cp/decl.cc:11472
53767 #, gcc-internal-format
53768 msgid "declaration of %qD as array of void"
53769 msgstr ""
53771 #: cp/decl.cc:11474
53772 #, gcc-internal-format
53773 msgid "creating array of void"
53774 msgstr ""
53776 #: cp/decl.cc:11479
53777 #, gcc-internal-format
53778 msgid "declaration of %qD as array of functions"
53779 msgstr ""
53781 #: cp/decl.cc:11481
53782 #, gcc-internal-format
53783 msgid "creating array of functions"
53784 msgstr ""
53786 #: cp/decl.cc:11486
53787 #, gcc-internal-format
53788 msgid "declaration of %qD as array of references"
53789 msgstr ""
53791 #: cp/decl.cc:11488
53792 #, gcc-internal-format
53793 msgid "creating array of references"
53794 msgstr ""
53796 #: cp/decl.cc:11493
53797 #, gcc-internal-format
53798 msgid "declaration of %qD as array of function members"
53799 msgstr ""
53801 #: cp/decl.cc:11496
53802 #, gcc-internal-format
53803 msgid "creating array of function members"
53804 msgstr ""
53806 #: cp/decl.cc:11514
53807 #, gcc-internal-format
53808 msgid "declaration of %qD as multidimensional array must have bounds for all dimensions except the first"
53809 msgstr ""
53811 #: cp/decl.cc:11518
53812 #, gcc-internal-format
53813 msgid "multidimensional array must have bounds for all dimensions except the first"
53814 msgstr ""
53816 #: cp/decl.cc:11532
53817 #, gcc-internal-format
53818 msgid "variable-length array of %<auto%>"
53819 msgstr "масив змінної довжини %<auto%>"
53821 #: cp/decl.cc:11608
53822 #, gcc-internal-format
53823 msgid "return type specification for constructor invalid"
53824 msgstr ""
53826 #: cp/decl.cc:11611
53827 #, gcc-internal-format
53828 msgid "qualifiers are not allowed on constructor declaration"
53829 msgstr ""
53831 #: cp/decl.cc:11622
53832 #, gcc-internal-format
53833 msgid "return type specification for destructor invalid"
53834 msgstr ""
53836 #: cp/decl.cc:11625
53837 #, gcc-internal-format
53838 msgid "qualifiers are not allowed on destructor declaration"
53839 msgstr ""
53841 #: cp/decl.cc:11638
53842 #, gcc-internal-format
53843 msgid "return type specified for %<operator %T%>"
53844 msgstr ""
53846 #: cp/decl.cc:11641
53847 #, gcc-internal-format
53848 msgid "qualifiers are not allowed on declaration of %<operator %T%>"
53849 msgstr ""
53851 #: cp/decl.cc:11650
53852 #, gcc-internal-format
53853 msgid "return type specified for deduction guide"
53854 msgstr ""
53856 #: cp/decl.cc:11653
53857 #, gcc-internal-format
53858 msgid "qualifiers are not allowed on declaration of deduction guide"
53859 msgstr ""
53861 #: cp/decl.cc:11657
53862 #, gcc-internal-format
53863 msgid "template template parameter %qT in declaration of deduction guide"
53864 msgstr ""
53866 #: cp/decl.cc:11666
53867 #, gcc-internal-format
53868 msgid "%<decl-specifier%> in declaration of deduction guide"
53869 msgstr ""
53871 #: cp/decl.cc:11687
53872 #, gcc-internal-format
53873 msgid "unnamed variable or field declared void"
53874 msgstr ""
53876 #: cp/decl.cc:11695
53877 #, gcc-internal-format
53878 msgid "variable or field declared void"
53879 msgstr ""
53881 #: cp/decl.cc:11710
53882 #, gcc-internal-format
53883 msgid "%<inline%> specifier invalid for variable %qD declared at block scope"
53884 msgstr ""
53886 #: cp/decl.cc:11715
53887 #, gcc-internal-format
53888 msgid "inline variables are only available with %<-std=c++17%> or %<-std=gnu++17%>"
53889 msgstr ""
53891 #: cp/decl.cc:11771
53892 #, gcc-internal-format
53893 msgid "%qT as type rather than plain %<decltype(auto)%>"
53894 msgstr ""
53896 #: cp/decl.cc:11777
53897 #, gcc-internal-format
53898 msgid "%<decltype(auto)%> cannot be cv-qualified"
53899 msgstr ""
53901 #: cp/decl.cc:11993
53902 #, gcc-internal-format
53903 msgid "invalid use of qualified-name %<::%D%>"
53904 msgstr ""
53906 #: cp/decl.cc:11996 cp/decl.cc:12018
53907 #, gcc-internal-format
53908 msgid "invalid use of qualified-name %<%T::%D%>"
53909 msgstr ""
53911 #: cp/decl.cc:11999
53912 #, gcc-internal-format
53913 msgid "invalid use of qualified-name %<%D::%D%>"
53914 msgstr ""
53916 #: cp/decl.cc:12009
53917 #, gcc-internal-format
53918 msgid "%q#T is not a class or namespace"
53919 msgstr "%q#T не є класом або простором назв"
53921 #: cp/decl.cc:12033
53922 #, gcc-internal-format
53923 msgid "declaration of %qE as non-function"
53924 msgstr ""
53926 #: cp/decl.cc:12040
53927 #, gcc-internal-format
53928 msgid "declaration of %qE as non-member"
53929 msgstr ""
53931 #: cp/decl.cc:12068
53932 #, gcc-internal-format
53933 msgid "declarator-id missing; using reserved word %qD"
53934 msgstr ""
53936 #: cp/decl.cc:12119
53937 #, gcc-internal-format
53938 msgid "function definition does not declare parameters"
53939 msgstr ""
53941 #: cp/decl.cc:12127 cp/decl.cc:12136 cp/decl.cc:13989
53942 #, gcc-internal-format
53943 msgid "declaration of %qD as non-function"
53944 msgstr ""
53946 #: cp/decl.cc:12144
53947 #, gcc-internal-format
53948 msgid "declaration of %qD as %<typedef%>"
53949 msgstr ""
53951 #: cp/decl.cc:12149
53952 #, gcc-internal-format
53953 msgid "declaration of %qD as parameter"
53954 msgstr ""
53956 #: cp/decl.cc:12184
53957 #, gcc-internal-format
53958 msgid "both %qs and %qs specified"
53959 msgstr ""
53961 #: cp/decl.cc:12191 cp/decl.cc:12198 cp/decl.cc:12205 cp/decl.cc:12212
53962 #, gcc-internal-format
53963 msgid "%qs cannot appear in a typedef declaration"
53964 msgstr ""
53966 #: cp/decl.cc:12223
53967 #, gcc-internal-format
53968 msgid "can use at most one of the %<constinit%> and %<constexpr%> specifiers"
53969 msgstr ""
53971 #: cp/decl.cc:12233
53972 #, gcc-internal-format
53973 msgid "two or more data types in declaration of %qs"
53974 msgstr ""
53976 #: cp/decl.cc:12287
53977 #, gcc-internal-format
53978 msgid "ISO C++ does not support plain %<complex%> meaning %<double complex%>"
53979 msgstr ""
53981 #: cp/decl.cc:12336 cp/decl.cc:12340 cp/decl.cc:12343
53982 #, gcc-internal-format
53983 msgid "ISO C++ forbids declaration of %qs with no type"
53984 msgstr ""
53986 #: cp/decl.cc:12360
53987 #, gcc-internal-format
53988 msgid "%<__int%d%> is not supported by this target"
53989 msgstr ""
53991 #: cp/decl.cc:12368
53992 #, gcc-internal-format
53993 msgid "ISO C++ does not support %<__int%d%> for %qs"
53994 msgstr ""
53996 #: cp/decl.cc:12422
53997 #, gcc-internal-format
53998 msgid "%<signed%> and %<unsigned%> specified together"
53999 msgstr ""
54001 #: cp/decl.cc:12428
54002 #, gcc-internal-format
54003 msgid "%<long%> and %<short%> specified together"
54004 msgstr ""
54006 #: cp/decl.cc:12436 cp/decl.cc:12442
54007 #, gcc-internal-format
54008 msgid "%qs specified with %qT"
54009 msgstr "%qs визначено з %qT"
54011 #: cp/decl.cc:12449
54012 #, gcc-internal-format
54013 msgid "%qs specified with %<decltype%>"
54014 msgstr "%qs визначено з %<decltype%>"
54016 #: cp/decl.cc:12451
54017 #, gcc-internal-format
54018 msgid "%qs specified with %<typeof%>"
54019 msgstr "%qs визначено з %<typeof%>"
54021 #: cp/decl.cc:12518
54022 #, gcc-internal-format
54023 msgid "complex invalid for %qs"
54024 msgstr ""
54026 #: cp/decl.cc:12562
54027 #, gcc-internal-format
54028 msgid "missing template argument list after %qE; for deduction, template placeholder must be followed by a simple declarator-id"
54029 msgstr ""
54031 #: cp/decl.cc:12588
54032 #, gcc-internal-format
54033 msgid "member %qD cannot be declared both %<virtual%> and %<static%>"
54034 msgstr ""
54036 #: cp/decl.cc:12597
54037 #, gcc-internal-format
54038 msgid "member %qD can be declared both %<virtual%> and %<constexpr%> only in %<-std=c++20%> or %<-std=gnu++20%>"
54039 msgstr ""
54041 #: cp/decl.cc:12610
54042 #, gcc-internal-format
54043 msgid "typedef declaration invalid in parameter declaration"
54044 msgstr ""
54046 #: cp/decl.cc:12617
54047 #, gcc-internal-format
54048 msgid "storage class specified for template parameter %qs"
54049 msgstr ""
54051 #: cp/decl.cc:12627 cp/decl.cc:12804
54052 #, gcc-internal-format
54053 msgid "storage class specified for parameter %qs"
54054 msgstr ""
54056 #: cp/decl.cc:12635 cp/decl.cc:12644 cp/decl.cc:12650 cp/decl.cc:12656
54057 #, gcc-internal-format
54058 msgid "a parameter cannot be declared %qs"
54059 msgstr ""
54061 #: cp/decl.cc:12666
54062 #, gcc-internal-format
54063 msgid "%<virtual%> outside class declaration"
54064 msgstr ""
54066 #: cp/decl.cc:12676 cp/decl.cc:12679 cp/decl.cc:12681 cp/decl.cc:12684
54067 #: cp/decl.cc:12694 cp/decl.cc:12704 cp/decl.cc:12714 cp/decl.cc:12718
54068 #, gcc-internal-format
54069 msgid "structured binding declaration cannot be %qs"
54070 msgstr ""
54072 #: cp/decl.cc:12688 cp/decl.cc:12710
54073 #, gcc-internal-format
54074 msgid "structured binding declaration can be %qs only in %<-std=c++20%> or %<-std=gnu++20%>"
54075 msgstr ""
54077 #: cp/decl.cc:12698
54078 #, gcc-internal-format
54079 msgid "%<volatile%>-qualified structured binding is deprecated"
54080 msgstr ""
54082 #: cp/decl.cc:12722
54083 #, gcc-internal-format
54084 msgid "structured binding declaration cannot be C++98 %<auto%>"
54085 msgstr ""
54087 #: cp/decl.cc:12734
54088 #, gcc-internal-format
54089 msgid "structured binding declaration cannot have type %qT"
54090 msgstr ""
54092 #: cp/decl.cc:12737
54093 #, gcc-internal-format
54094 msgid "type must be cv-qualified %<auto%> or reference to cv-qualified %<auto%>"
54095 msgstr ""
54097 #: cp/decl.cc:12745
54098 #, fuzzy, gcc-internal-format
54099 #| msgid "structured binding has incomplete type %qT"
54100 msgid "structured binding declaration cannot have constrained %<auto%> type %qT"
54101 msgstr "тип структурованої прив'язки є неповним, %qT"
54103 #: cp/decl.cc:12776
54104 #, gcc-internal-format
54105 msgid "multiple storage classes in declaration of %qs"
54106 msgstr ""
54108 #: cp/decl.cc:12802
54109 #, gcc-internal-format
54110 msgid "storage class specified for %qs"
54111 msgstr ""
54113 #: cp/decl.cc:12816
54114 #, gcc-internal-format
54115 msgid "nested function %qs declared %<extern%>"
54116 msgstr ""
54118 #: cp/decl.cc:12821
54119 #, gcc-internal-format
54120 msgid "top-level declaration of %qs specifies %<auto%>"
54121 msgstr ""
54123 #: cp/decl.cc:12829
54124 #, gcc-internal-format
54125 msgid "function-scope %qs implicitly auto and declared %<__thread%>"
54126 msgstr ""
54128 #: cp/decl.cc:12843
54129 #, gcc-internal-format
54130 msgid "storage class specifiers invalid in friend function declarations"
54131 msgstr ""
54133 #: cp/decl.cc:12875 cp/decl.cc:14367 cp/parser.cc:14937 cp/parser.cc:20800
54134 #: cp/parser.cc:27371
54135 #, gcc-internal-format
54136 msgid "attribute ignored"
54137 msgstr ""
54139 #: cp/decl.cc:12876
54140 #, gcc-internal-format
54141 msgid "an attribute that appertains to a type-specifier is ignored"
54142 msgstr ""
54144 #: cp/decl.cc:12944
54145 #, gcc-internal-format
54146 msgid "unnecessary parentheses in declaration of %qs"
54147 msgstr ""
54149 #: cp/decl.cc:12950
54150 #, gcc-internal-format
54151 msgid "remove parentheses"
54152 msgstr ""
54154 #: cp/decl.cc:12999
54155 #, gcc-internal-format
54156 msgid "requires-clause on return type"
54157 msgstr ""
54159 #: cp/decl.cc:13019
54160 #, gcc-internal-format
54161 msgid "%qs function uses %<auto%> type specifier without trailing return type"
54162 msgstr ""
54164 #: cp/decl.cc:13023
54165 #, gcc-internal-format
54166 msgid "deduced return type only available with %<-std=c++14%> or %<-std=gnu++14%>"
54167 msgstr ""
54169 #: cp/decl.cc:13028
54170 #, gcc-internal-format
54171 msgid "virtual function cannot have deduced return type"
54172 msgstr ""
54174 #: cp/decl.cc:13035
54175 #, gcc-internal-format
54176 msgid "%qs function with trailing return type has %qT as its type rather than plain %<auto%>"
54177 msgstr ""
54179 #: cp/decl.cc:13044
54180 #, gcc-internal-format
54181 msgid "%qs function with trailing return type has %<decltype(auto)%> as its type rather than plain %<auto%>"
54182 msgstr ""
54184 #: cp/decl.cc:13049
54185 #, gcc-internal-format
54186 msgid "invalid use of %<decltype(auto)%>"
54187 msgstr "некоректне використання %<decltype(auto)%>"
54189 #: cp/decl.cc:13061
54190 #, gcc-internal-format
54191 msgid "deduced class type %qD in function return type"
54192 msgstr ""
54194 #: cp/decl.cc:13070
54195 #, gcc-internal-format
54196 msgid "deduction guide for %qT must have trailing return type"
54197 msgstr ""
54199 #: cp/decl.cc:13083
54200 #, gcc-internal-format
54201 msgid "trailing return type %qT of deduction guide is not a specialization of %qT"
54202 msgstr ""
54204 #: cp/decl.cc:13097
54205 #, gcc-internal-format
54206 msgid "trailing return type only available with %<-std=c++11%> or %<-std=gnu++11%>"
54207 msgstr ""
54209 #: cp/decl.cc:13100
54210 #, gcc-internal-format
54211 msgid "%qs function with trailing return type not declared with %<auto%> type specifier"
54212 msgstr ""
54214 #: cp/decl.cc:13107
54215 #, gcc-internal-format
54216 msgid "a conversion function cannot have a trailing return type"
54217 msgstr ""
54219 #: cp/decl.cc:13133
54220 #, gcc-internal-format
54221 msgid "%<volatile%>-qualified return type is deprecated"
54222 msgstr ""
54224 #: cp/decl.cc:13145
54225 #, gcc-internal-format
54226 msgid "%qs declared as function returning a function"
54227 msgstr ""
54229 #: cp/decl.cc:13151
54230 #, gcc-internal-format
54231 msgid "%qs declared as function returning an array"
54232 msgstr ""
54234 #: cp/decl.cc:13158
54235 #, gcc-internal-format
54236 msgid "%<constinit%> on function return type is not allowed"
54237 msgstr ""
54239 #: cp/decl.cc:13191
54240 #, gcc-internal-format
54241 msgid "destructor cannot be static member function"
54242 msgstr ""
54244 #: cp/decl.cc:13193
54245 #, gcc-internal-format
54246 msgid "constructor cannot be static member function"
54247 msgstr ""
54249 #: cp/decl.cc:13198
54250 #, gcc-internal-format
54251 msgid "destructors may not be cv-qualified"
54252 msgstr ""
54254 #: cp/decl.cc:13199
54255 #, gcc-internal-format
54256 msgid "constructors may not be cv-qualified"
54257 msgstr ""
54259 #: cp/decl.cc:13207
54260 #, gcc-internal-format
54261 msgid "destructors may not be ref-qualified"
54262 msgstr ""
54264 #: cp/decl.cc:13208
54265 #, gcc-internal-format
54266 msgid "constructors may not be ref-qualified"
54267 msgstr ""
54269 #: cp/decl.cc:13226
54270 #, gcc-internal-format
54271 msgid "constructors cannot be declared %<virtual%>"
54272 msgstr ""
54274 #: cp/decl.cc:13243
54275 #, gcc-internal-format
54276 msgid "virtual functions cannot be friends"
54277 msgstr ""
54279 #: cp/decl.cc:13248
54280 #, gcc-internal-format
54281 msgid "friend declaration not in class definition"
54282 msgstr ""
54284 #: cp/decl.cc:13252
54285 #, gcc-internal-format
54286 msgid "cannot define friend function %qs in a local class definition"
54287 msgstr ""
54289 #: cp/decl.cc:13262
54290 #, gcc-internal-format
54291 msgid "friend function definition %qs cannot have a name qualified with %<::%>"
54292 msgstr ""
54294 #: cp/decl.cc:13266
54295 #, gcc-internal-format
54296 msgid "friend function definition %qs cannot have a name qualified with %<%D::%>"
54297 msgstr ""
54299 #: cp/decl.cc:13304
54300 #, gcc-internal-format
54301 msgid "destructors may not have parameters"
54302 msgstr ""
54304 #: cp/decl.cc:13361
54305 #, gcc-internal-format
54306 msgid "cannot declare pointer to %q#T"
54307 msgstr ""
54309 #: cp/decl.cc:13374 cp/decl.cc:13381
54310 #, gcc-internal-format
54311 msgid "cannot declare reference to %q#T"
54312 msgstr ""
54314 #: cp/decl.cc:13383
54315 #, gcc-internal-format
54316 msgid "cannot declare pointer to %q#T member"
54317 msgstr ""
54319 #: cp/decl.cc:13412
54320 #, gcc-internal-format
54321 msgid "cannot declare reference to qualified function type %qT"
54322 msgstr ""
54324 #: cp/decl.cc:13413
54325 #, gcc-internal-format
54326 msgid "cannot declare pointer to qualified function type %qT"
54327 msgstr ""
54329 #: cp/decl.cc:13486
54330 #, gcc-internal-format
54331 msgid "cannot declare reference to %q#T, which is not a typedef or a template type argument"
54332 msgstr ""
54334 #: cp/decl.cc:13566
54335 #, gcc-internal-format
54336 msgid "template-id %qD used as a declarator"
54337 msgstr ""
54339 #: cp/decl.cc:13592
54340 #, gcc-internal-format
54341 msgid "member functions are implicitly friends of their class"
54342 msgstr ""
54344 #: cp/decl.cc:13597
54345 #, gcc-internal-format
54346 msgid "extra qualification %<%T::%> on member %qs"
54347 msgstr ""
54349 #: cp/decl.cc:13627
54350 #, gcc-internal-format
54351 msgid "cannot define member function %<%T::%s%> within %qT"
54352 msgstr ""
54354 #: cp/decl.cc:13629
54355 #, gcc-internal-format
54356 msgid "cannot declare member function %<%T::%s%> within %qT"
54357 msgstr ""
54359 #: cp/decl.cc:13637
54360 #, gcc-internal-format
54361 msgid "cannot declare member %<%T::%s%> within %qT"
54362 msgstr ""
54364 #: cp/decl.cc:13677
54365 #, gcc-internal-format
54366 msgid "non-parameter %qs cannot be a parameter pack"
54367 msgstr ""
54369 #: cp/decl.cc:13686
54370 #, gcc-internal-format
54371 msgid "data member may not have variably modified type %qT"
54372 msgstr ""
54374 #: cp/decl.cc:13689
54375 #, gcc-internal-format
54376 msgid "parameter may not have variably modified type %qT"
54377 msgstr ""
54379 #: cp/decl.cc:13700
54380 #, gcc-internal-format
54381 msgid "%<explicit%> outside class declaration"
54382 msgstr ""
54384 #: cp/decl.cc:13703
54385 #, gcc-internal-format
54386 msgid "%<explicit%> in friend declaration"
54387 msgstr ""
54389 #: cp/decl.cc:13706
54390 #, gcc-internal-format
54391 msgid "only declarations of constructors and conversion operators can be %<explicit%>"
54392 msgstr ""
54394 #: cp/decl.cc:13716
54395 #, gcc-internal-format
54396 msgid "non-member %qs cannot be declared %<mutable%>"
54397 msgstr ""
54399 #: cp/decl.cc:13723
54400 #, gcc-internal-format
54401 msgid "non-object member %qs cannot be declared %<mutable%>"
54402 msgstr ""
54404 #: cp/decl.cc:13729
54405 #, gcc-internal-format
54406 msgid "function %qs cannot be declared %<mutable%>"
54407 msgstr ""
54409 #: cp/decl.cc:13735
54410 #, gcc-internal-format
54411 msgid "%<static%> %qs cannot be declared %<mutable%>"
54412 msgstr ""
54414 #: cp/decl.cc:13741
54415 #, gcc-internal-format
54416 msgid "%<const%> %qs cannot be declared %<mutable%>"
54417 msgstr ""
54419 #: cp/decl.cc:13747
54420 #, gcc-internal-format
54421 msgid "reference %qs cannot be declared %<mutable%>"
54422 msgstr ""
54424 #: cp/decl.cc:13763
54425 #, gcc-internal-format
54426 msgid "typedef may not be a function definition"
54427 msgstr ""
54429 #: cp/decl.cc:13766
54430 #, gcc-internal-format
54431 msgid "typedef may not be a member function definition"
54432 msgstr ""
54434 #: cp/decl.cc:13792
54435 #, gcc-internal-format
54436 msgid "%<auto%> not allowed in alias declaration"
54437 msgstr ""
54439 #: cp/decl.cc:13795
54440 #, gcc-internal-format
54441 msgid "typedef declared %<auto%>"
54442 msgstr ""
54444 #: cp/decl.cc:13800
54445 #, gcc-internal-format
54446 msgid "requires-clause on typedef"
54447 msgstr ""
54449 #: cp/decl.cc:13804
54450 #, gcc-internal-format
54451 msgid "typedef name may not be a nested-name-specifier"
54452 msgstr ""
54454 #: cp/decl.cc:13830
54455 #, gcc-internal-format
54456 msgid "ISO C++ forbids nested type %qD with same name as enclosing class"
54457 msgstr ""
54459 #: cp/decl.cc:13919
54460 #, gcc-internal-format
54461 msgid "%<inline%> specified for friend class declaration"
54462 msgstr ""
54464 #: cp/decl.cc:13927
54465 #, gcc-internal-format
54466 msgid "template parameters cannot be friends"
54467 msgstr ""
54469 #: cp/decl.cc:13929
54470 #, gcc-internal-format
54471 msgid "friend declaration requires class-key, i.e. %<friend class %T::%D%>"
54472 msgstr ""
54474 #: cp/decl.cc:13933
54475 #, gcc-internal-format
54476 msgid "friend declaration requires class-key, i.e. %<friend %#T%>"
54477 msgstr ""
54479 #: cp/decl.cc:13946
54480 #, gcc-internal-format
54481 msgid "trying to make class %qT a friend of global scope"
54482 msgstr ""
54484 #: cp/decl.cc:13966
54485 #, gcc-internal-format
54486 msgid "invalid qualifiers on non-member function type"
54487 msgstr ""
54489 #: cp/decl.cc:13970
54490 #, gcc-internal-format
54491 msgid "requires-clause on type-id"
54492 msgstr ""
54494 #: cp/decl.cc:13980
54495 #, gcc-internal-format
54496 msgid "abstract declarator %qT used as declaration"
54497 msgstr ""
54499 #: cp/decl.cc:13995
54500 #, gcc-internal-format
54501 msgid "requires-clause on declaration of non-function type %qT"
54502 msgstr ""
54504 #: cp/decl.cc:14014
54505 #, gcc-internal-format
54506 msgid "cannot use %<::%> in parameter declaration"
54507 msgstr ""
54509 #: cp/decl.cc:14023 cp/parser.cc:20234
54510 #, gcc-internal-format
54511 msgid "cannot declare a parameter with %<decltype(auto)%>"
54512 msgstr ""
54514 #: cp/decl.cc:14030
54515 #, gcc-internal-format
54516 msgid "missing template argument list after %qE; template placeholder not permitted in parameter"
54517 msgstr ""
54519 #: cp/decl.cc:14033
54520 #, gcc-internal-format
54521 msgid "or use %<auto%> for an abbreviated function template"
54522 msgstr ""
54524 #: cp/decl.cc:14039
54525 #, gcc-internal-format
54526 msgid "%<auto%> parameter not permitted in this context"
54527 msgstr ""
54529 #: cp/decl.cc:14042
54530 #, gcc-internal-format
54531 msgid "parameter declared %<auto%>"
54532 msgstr ""
54534 #: cp/decl.cc:14093 cp/parser.cc:3561
54535 #, gcc-internal-format
54536 msgid "invalid use of template-name %qE without an argument list"
54537 msgstr ""
54539 #: cp/decl.cc:14097
54540 #, gcc-internal-format
54541 msgid "non-static data member declared with placeholder %qT"
54542 msgstr ""
54544 #: cp/decl.cc:14118
54545 #, gcc-internal-format
54546 msgid "ISO C++ forbids flexible array member %qs"
54547 msgstr ""
54549 #: cp/decl.cc:14121
54550 #, gcc-internal-format
54551 msgid "ISO C++ forbids flexible array members"
54552 msgstr ""
54554 #. Something like struct S { int N::j; };
54555 #: cp/decl.cc:14137
54556 #, gcc-internal-format
54557 msgid "invalid use of %<::%>"
54558 msgstr "некоректне використання %<::%>"
54560 #: cp/decl.cc:14158
54561 #, gcc-internal-format
54562 msgid "declaration of function %qD in invalid context"
54563 msgstr ""
54565 #: cp/decl.cc:14168
54566 #, gcc-internal-format
54567 msgid "function %qD declared %<virtual%> inside a union"
54568 msgstr ""
54570 #: cp/decl.cc:14178
54571 #, gcc-internal-format
54572 msgid "%qD cannot be declared %<virtual%>, since it is always static"
54573 msgstr ""
54575 #: cp/decl.cc:14192
54576 #, gcc-internal-format
54577 msgid "expected qualified name in friend declaration for destructor %qD"
54578 msgstr ""
54580 #: cp/decl.cc:14199
54581 #, gcc-internal-format
54582 msgid "declaration of %qD as member of %qT"
54583 msgstr ""
54585 #: cp/decl.cc:14206 cp/decl.cc:14219
54586 #, gcc-internal-format
54587 msgid "a destructor cannot be %qs"
54588 msgstr ""
54590 #: cp/decl.cc:14225
54591 #, gcc-internal-format
54592 msgid "expected qualified name in friend declaration for constructor %qD"
54593 msgstr ""
54595 #: cp/decl.cc:14234
54596 #, gcc-internal-format
54597 msgid "a constructor cannot be %<concept%>"
54598 msgstr ""
54600 #: cp/decl.cc:14240
54601 #, gcc-internal-format
54602 msgid "a concept cannot be a member function"
54603 msgstr ""
54605 #: cp/decl.cc:14248 cp/decl.cc:14589
54606 #, gcc-internal-format
54607 msgid "%qD cannot be %qs"
54608 msgstr "%qD не може бути %qs"
54610 #: cp/decl.cc:14257
54611 #, gcc-internal-format
54612 msgid "specialization of variable template %qD declared as function"
54613 msgstr ""
54615 #: cp/decl.cc:14260
54616 #, gcc-internal-format
54617 msgid "variable template declared here"
54618 msgstr "шаблон змінної оголошено тут:"
54620 #: cp/decl.cc:14322
54621 #, gcc-internal-format
54622 msgid "field %qD has incomplete type %qT"
54623 msgstr ""
54625 #: cp/decl.cc:14327
54626 #, gcc-internal-format
54627 msgid "name %qT has incomplete type"
54628 msgstr ""
54630 #: cp/decl.cc:14347
54631 #, gcc-internal-format
54632 msgid "%qE is neither function nor member function; cannot be declared friend"
54633 msgstr ""
54635 #: cp/decl.cc:14350
54636 #, gcc-internal-format
54637 msgid "unnamed field is neither function nor member function; cannot be declared friend"
54638 msgstr ""
54640 #: cp/decl.cc:14368 cp/parser.cc:20801 cp/parser.cc:27372
54641 #, gcc-internal-format
54642 msgid "an attribute that appertains to a friend declaration that is not a definition is ignored"
54643 msgstr ""
54645 #: cp/decl.cc:14408 cp/decl.cc:14419
54646 #, gcc-internal-format
54647 msgid "static data member %qE declared %qs"
54648 msgstr ""
54650 #: cp/decl.cc:14413
54651 #, gcc-internal-format
54652 msgid "%<constexpr%> static data member %qD must have an initializer"
54653 msgstr ""
54655 #: cp/decl.cc:14456 cp/decl.cc:14464 cp/decl.cc:14471 cp/decl.cc:14478
54656 #, gcc-internal-format
54657 msgid "non-static data member %qE declared %qs"
54658 msgstr ""
54660 #: cp/decl.cc:14530
54661 #, gcc-internal-format
54662 msgid "storage class %<auto%> invalid for function %qs"
54663 msgstr ""
54665 #: cp/decl.cc:14533
54666 #, gcc-internal-format
54667 msgid "storage class %<register%> invalid for function %qs"
54668 msgstr ""
54670 #: cp/decl.cc:14539
54671 #, gcc-internal-format
54672 msgid "storage class %<__thread%> invalid for function %qs"
54673 msgstr ""
54675 #: cp/decl.cc:14543
54676 #, gcc-internal-format
54677 msgid "storage class %<thread_local%> invalid for function %qs"
54678 msgstr ""
54680 #: cp/decl.cc:14548
54681 #, gcc-internal-format
54682 msgid "virt-specifiers in %qs not allowed outside a class definition"
54683 msgstr ""
54685 #: cp/decl.cc:14560
54686 #, gcc-internal-format
54687 msgid "%<static%> specifier invalid for function %qs declared out of global scope"
54688 msgstr ""
54690 #: cp/decl.cc:14564
54691 #, gcc-internal-format
54692 msgid "%<inline%> specifier invalid for function %qs declared out of global scope"
54693 msgstr ""
54695 #: cp/decl.cc:14572
54696 #, gcc-internal-format
54697 msgid "virtual non-class function %qs"
54698 msgstr ""
54700 #: cp/decl.cc:14579
54701 #, gcc-internal-format
54702 msgid "%qs defined in a non-class scope"
54703 msgstr ""
54705 #: cp/decl.cc:14580
54706 #, gcc-internal-format
54707 msgid "%qs declared in a non-class scope"
54708 msgstr ""
54710 #: cp/decl.cc:14623
54711 #, gcc-internal-format
54712 msgid "cannot declare member function %qD to have static linkage"
54713 msgstr ""
54715 #: cp/decl.cc:14632
54716 #, gcc-internal-format
54717 msgid "cannot declare static function inside another function"
54718 msgstr ""
54720 #: cp/decl.cc:14673
54721 #, gcc-internal-format
54722 msgid "%<static%> may not be used when defining (as opposed to declaring) a static data member"
54723 msgstr ""
54725 #: cp/decl.cc:14680
54726 #, gcc-internal-format
54727 msgid "static member %qD declared %<register%>"
54728 msgstr ""
54730 #: cp/decl.cc:14686
54731 #, gcc-internal-format
54732 msgid "cannot explicitly declare member %q#D to have extern linkage"
54733 msgstr ""
54735 #: cp/decl.cc:14694
54736 #, gcc-internal-format
54737 msgid "declaration of %<constexpr%> variable %qD is not a definition"
54738 msgstr ""
54740 #: cp/decl.cc:14701
54741 #, gcc-internal-format
54742 msgid "a variable cannot be declared %<consteval%>"
54743 msgstr ""
54745 #: cp/decl.cc:14721
54746 #, gcc-internal-format
54747 msgid "declaration of %q#D has no initializer"
54748 msgstr ""
54750 #: cp/decl.cc:14733
54751 #, gcc-internal-format
54752 msgid "%qs initialized and declared %<extern%>"
54753 msgstr ""
54755 #: cp/decl.cc:14738
54756 #, gcc-internal-format
54757 msgid "%qs has both %<extern%> and initializer"
54758 msgstr ""
54760 #: cp/decl.cc:14935
54761 #, gcc-internal-format
54762 msgid "default argument %qE uses %qD"
54763 msgstr ""
54765 #: cp/decl.cc:14938
54766 #, gcc-internal-format
54767 msgid "default argument %qE uses local variable %qD"
54768 msgstr ""
54770 #: cp/decl.cc:15065
54771 #, gcc-internal-format
54772 msgid "invalid use of cv-qualified type %qT in parameter declaration"
54773 msgstr ""
54775 #: cp/decl.cc:15069
54776 #, gcc-internal-format
54777 msgid "invalid use of type %<void%> in parameter declaration"
54778 msgstr ""
54780 #: cp/decl.cc:15098
54781 #, gcc-internal-format
54782 msgid "%<volatile%>-qualified parameter is deprecated"
54783 msgstr ""
54785 #: cp/decl.cc:15106
54786 #, gcc-internal-format
54787 msgid "parameter %qD invalidly declared method type"
54788 msgstr ""
54790 #: cp/decl.cc:15131
54791 #, gcc-internal-format
54792 msgid "parameter %qD includes pointer to array of unknown bound %qT"
54793 msgstr ""
54795 #: cp/decl.cc:15133
54796 #, gcc-internal-format
54797 msgid "parameter %qD includes reference to array of unknown bound %qT"
54798 msgstr ""
54800 #: cp/decl.cc:15392
54801 #, gcc-internal-format
54802 msgid "invalid constructor; you probably meant %<%T (const %T&)%>"
54803 msgstr ""
54805 #: cp/decl.cc:15471
54806 #, gcc-internal-format
54807 msgid "%qD may not be declared within a namespace"
54808 msgstr ""
54810 #: cp/decl.cc:15478
54811 #, gcc-internal-format
54812 msgid "%qD may not be declared as static"
54813 msgstr ""
54815 #: cp/decl.cc:15506
54816 #, gcc-internal-format
54817 msgid "%qD must be a non-static member function"
54818 msgstr "%qD має бути нестатичною функцією-членом"
54820 #: cp/decl.cc:15514
54821 #, fuzzy, gcc-internal-format
54822 #| msgid "%qD must be a non-static member function"
54823 msgid "%qD must be a member function"
54824 msgstr "%qD має бути нестатичною функцією-членом"
54826 #: cp/decl.cc:15522
54827 #, gcc-internal-format
54828 msgid "%qD may be a static member function only with %<-std=c++23%> or %<-std=gnu++23%>"
54829 msgstr ""
54831 #: cp/decl.cc:15532
54832 #, gcc-internal-format
54833 msgid "%qD must be either a non-static member function or a non-member function"
54834 msgstr ""
54836 #: cp/decl.cc:15542
54837 #, gcc-internal-format
54838 msgid "%qD must have an argument of class or enumerated type"
54839 msgstr ""
54841 #. 13.4.0.3
54842 #: cp/decl.cc:15573
54843 #, gcc-internal-format
54844 msgid "ISO C++ prohibits overloading %<operator ?:%>"
54845 msgstr ""
54847 #: cp/decl.cc:15583
54848 #, gcc-internal-format
54849 msgid "%qD must not have variable number of arguments"
54850 msgstr ""
54852 #: cp/decl.cc:15609
54853 #, gcc-internal-format
54854 msgid "%qD must have either zero or one argument"
54855 msgstr ""
54857 #: cp/decl.cc:15610
54858 #, gcc-internal-format
54859 msgid "%qD must have either one or two arguments"
54860 msgstr ""
54862 #: cp/decl.cc:15622
54863 #, gcc-internal-format
54864 msgid "postfix %qD must have %<int%> as its argument"
54865 msgstr ""
54867 #: cp/decl.cc:15623
54868 #, gcc-internal-format
54869 msgid "postfix %qD must have %<int%> as its second argument"
54870 msgstr ""
54872 #: cp/decl.cc:15634
54873 #, gcc-internal-format
54874 msgid "%qD must have no arguments"
54875 msgstr "%qD не приймає аргументів"
54877 #: cp/decl.cc:15635 cp/decl.cc:15645
54878 #, gcc-internal-format
54879 msgid "%qD must have exactly one argument"
54880 msgstr ""
54882 #: cp/decl.cc:15646
54883 #, gcc-internal-format
54884 msgid "%qD must have exactly two arguments"
54885 msgstr ""
54887 #: cp/decl.cc:15661
54888 #, gcc-internal-format
54889 msgid "%qD cannot have default arguments"
54890 msgstr ""
54892 #: cp/decl.cc:15685
54893 #, gcc-internal-format
54894 msgid "converting %qT to %<void%> will never use a type conversion operator"
54895 msgstr ""
54897 #: cp/decl.cc:15692
54898 #, gcc-internal-format
54899 msgid "converting %qT to a reference to the same type will never use a type conversion operator"
54900 msgstr ""
54902 #: cp/decl.cc:15694
54903 #, gcc-internal-format
54904 msgid "converting %qT to the same type will never use a type conversion operator"
54905 msgstr ""
54907 #: cp/decl.cc:15703
54908 #, gcc-internal-format
54909 msgid "converting %qT to a reference to a base class %qT will never use a type conversion operator"
54910 msgstr ""
54912 #: cp/decl.cc:15705
54913 #, gcc-internal-format
54914 msgid "converting %qT to a base class %qT will never use a type conversion operator"
54915 msgstr ""
54917 #: cp/decl.cc:15721
54918 #, gcc-internal-format
54919 msgid "user-defined %qD always evaluates both arguments"
54920 msgstr ""
54922 #: cp/decl.cc:15740
54923 #, gcc-internal-format
54924 msgid "prefix %qD should return %qT"
54925 msgstr ""
54927 #: cp/decl.cc:15747
54928 #, gcc-internal-format
54929 msgid "postfix %qD should return %qT"
54930 msgstr ""
54932 #: cp/decl.cc:15759
54933 #, gcc-internal-format
54934 msgid "%qD should return by value"
54935 msgstr ""
54937 #: cp/decl.cc:15814
54938 #, gcc-internal-format
54939 msgid "using template type parameter %qT after %qs"
54940 msgstr ""
54942 #: cp/decl.cc:15837
54943 #, gcc-internal-format
54944 msgid "using alias template specialization %qT after %qs"
54945 msgstr ""
54947 #: cp/decl.cc:15840
54948 #, gcc-internal-format
54949 msgid "using typedef-name %qD after %qs"
54950 msgstr ""
54952 #: cp/decl.cc:15842
54953 #, gcc-internal-format
54954 msgid "%qD has a previous declaration here"
54955 msgstr ""
54957 #: cp/decl.cc:15850
54958 #, gcc-internal-format
54959 msgid "%qT referred to as %qs"
54960 msgstr ""
54962 #: cp/decl.cc:15851 cp/decl.cc:15858
54963 #, gcc-internal-format
54964 msgid "%qT has a previous declaration here"
54965 msgstr "%qT має попереднє оголошення тут"
54967 #: cp/decl.cc:15857
54968 #, gcc-internal-format
54969 msgid "%qT referred to as enum"
54970 msgstr ""
54972 #. If a class template appears as elaborated type specifier
54973 #. without a template header such as:
54975 #. template <class T> class C {};
54976 #. void f(class C);             // No template header here
54978 #. then the required template argument is missing.
54979 #: cp/decl.cc:15872
54980 #, gcc-internal-format
54981 msgid "template argument required for %<%s %T%>"
54982 msgstr ""
54984 #: cp/decl.cc:15915 cp/name-lookup.cc:5719 cp/name-lookup.cc:5851
54985 #: cp/parser.cc:7054 cp/parser.cc:31389
54986 #, gcc-internal-format
54987 msgid "reference to %qD is ambiguous"
54988 msgstr ""
54990 #: cp/decl.cc:15924
54991 #, gcc-internal-format
54992 msgid "class template %qD redeclared as non-template"
54993 msgstr ""
54995 #: cp/decl.cc:15946 cp/name-lookup.cc:5409
54996 #, gcc-internal-format
54997 msgid "%qD has the same name as the class in which it is declared"
54998 msgstr ""
55000 #: cp/decl.cc:15974 cp/friend.cc:317 cp/parser.cc:3386 cp/parser.cc:6759
55001 #: cp/pt.cc:9815
55002 #, gcc-internal-format
55003 msgid "%qT is not a template"
55004 msgstr ""
55006 #: cp/decl.cc:15979
55007 #, gcc-internal-format
55008 msgid "perhaps you want to explicitly add %<%T::%>"
55009 msgstr ""
55011 #: cp/decl.cc:16084
55012 #, gcc-internal-format
55013 msgid "use of enum %q#D without previous declaration"
55014 msgstr "використання переліку %q#D без попереднього оголошення"
55016 #: cp/decl.cc:16110
55017 #, gcc-internal-format
55018 msgid "redeclaration of %qT as a non-template"
55019 msgstr "повторне оголошення %qT не як шаблона"
55021 #: cp/decl.cc:16121 cp/semantics.cc:3542
55022 #, gcc-internal-format
55023 msgid "cannot declare %qD in a different module"
55024 msgstr "не можна оголошувати %qD в іншому модулі"
55026 #: cp/decl.cc:16237
55027 #, gcc-internal-format
55028 msgid "derived union %qT invalid"
55029 msgstr ""
55031 #: cp/decl.cc:16244
55032 #, gcc-internal-format
55033 msgid "%qT defined with multiple direct bases"
55034 msgstr ""
55036 #: cp/decl.cc:16255
55037 #, gcc-internal-format
55038 msgid "%qT defined with direct virtual base"
55039 msgstr ""
55041 #: cp/decl.cc:16280
55042 #, gcc-internal-format
55043 msgid "base type %qT fails to be a struct or class type"
55044 msgstr ""
55046 #: cp/decl.cc:16310
55047 #, gcc-internal-format
55048 msgid "recursive type %qT undefined"
55049 msgstr ""
55051 #: cp/decl.cc:16312
55052 #, gcc-internal-format
55053 msgid "duplicate base type %qT invalid"
55054 msgstr ""
55056 #: cp/decl.cc:16457
55057 #, gcc-internal-format
55058 msgid "scoped/unscoped mismatch in enum %q#T"
55059 msgstr ""
55061 #: cp/decl.cc:16460 cp/decl.cc:16468 cp/decl.cc:16478 cp/decl.cc:17077
55062 #: cp/parser.cc:21150
55063 #, gcc-internal-format
55064 msgid "previous definition here"
55065 msgstr ""
55067 #: cp/decl.cc:16465
55068 #, gcc-internal-format
55069 msgid "underlying type mismatch in enum %q#T"
55070 msgstr ""
55072 #: cp/decl.cc:16475
55073 #, gcc-internal-format
55074 msgid "different underlying type in enum %q#T"
55075 msgstr ""
55077 #: cp/decl.cc:16486
55078 #, gcc-internal-format
55079 msgid "cannot define %qD in different module"
55080 msgstr ""
55082 #: cp/decl.cc:16561
55083 #, gcc-internal-format
55084 msgid "underlying type %qT of %qT must be an integral type"
55085 msgstr ""
55087 #. DR 377
55089 #. IF no integral type can represent all the enumerator values, the
55090 #. enumeration is ill-formed.
55091 #: cp/decl.cc:16710
55092 #, gcc-internal-format
55093 msgid "no integral type can represent all of the enumerator values for %qT"
55094 msgstr ""
55096 #: cp/decl.cc:16885
55097 #, gcc-internal-format
55098 msgid "enumerator value for %qD must have integral or unscoped enumeration type"
55099 msgstr ""
55101 #: cp/decl.cc:16895
55102 #, gcc-internal-format
55103 msgid "enumerator value for %qD is not an integer constant"
55104 msgstr ""
55106 #: cp/decl.cc:16944
55107 #, gcc-internal-format
55108 msgid "incremented enumerator value is too large for %<unsigned long%>"
55109 msgstr ""
55111 #: cp/decl.cc:16945
55112 #, gcc-internal-format
55113 msgid "incremented enumerator value is too large for %<long%>"
55114 msgstr ""
55116 #: cp/decl.cc:16956
55117 #, gcc-internal-format
55118 msgid "overflow in enumeration values at %qD"
55119 msgstr ""
55121 #: cp/decl.cc:16976
55122 #, gcc-internal-format
55123 msgid "enumerator value %qE is outside the range of underlying type %qT"
55124 msgstr ""
55126 #: cp/decl.cc:17075 cp/parser.cc:21148
55127 #, gcc-internal-format
55128 msgid "multiple definition of %q#T"
55129 msgstr ""
55131 #: cp/decl.cc:17149
55132 #, gcc-internal-format
55133 msgid "return type %q#T is incomplete"
55134 msgstr ""
55136 #: cp/decl.cc:17309 cp/typeck.cc:11108
55137 #, gcc-internal-format
55138 msgid "%<operator=%> should return a reference to %<*this%>"
55139 msgstr ""
55141 #: cp/decl.cc:18122
55142 #, gcc-internal-format
55143 msgid "no return statements in function returning %qT"
55144 msgstr ""
55146 #: cp/decl.cc:18124 cp/typeck.cc:10988
55147 #, gcc-internal-format
55148 msgid "only plain %<auto%> return type can be deduced to %<void%>"
55149 msgstr ""
55151 #: cp/decl.cc:18186
55152 #, gcc-internal-format
55153 msgid "no return statement in %<constexpr%> function returning non-void"
55154 msgstr ""
55156 #: cp/decl.cc:18379
55157 #, gcc-internal-format
55158 msgid "%qD is already defined in class %qT"
55159 msgstr ""
55161 #: cp/decl.cc:18767
55162 #, fuzzy, gcc-internal-format
55163 #| msgid "evaluating %qs"
55164 msgid "using %qs"
55165 msgstr "обчислюємо %qs"
55167 #: cp/decl.cc:18779
55168 #, gcc-internal-format
55169 msgid "use of %qD before deduction of %<auto%>"
55170 msgstr ""
55172 #: cp/decl2.cc:384
55173 #, gcc-internal-format
55174 msgid "name missing for member function"
55175 msgstr ""
55177 #: cp/decl2.cc:480 cp/decl2.cc:513
55178 #, gcc-internal-format
55179 msgid "top-level comma expression in array subscript changed meaning in C++23"
55180 msgstr ""
55182 #: cp/decl2.cc:503
55183 #, gcc-internal-format
55184 msgid "built-in subscript operator without expression list"
55185 msgstr ""
55187 #: cp/decl2.cc:517
55188 #, gcc-internal-format
55189 msgid "built-in subscript operator with more than one expression in expression list"
55190 msgstr ""
55192 #: cp/decl2.cc:535 cp/decl2.cc:549
55193 #, gcc-internal-format
55194 msgid "ambiguous conversion for array subscript"
55195 msgstr ""
55197 #: cp/decl2.cc:543
55198 #, gcc-internal-format
55199 msgid "invalid types %<%T[%T]%> for array subscript"
55200 msgstr ""
55202 #: cp/decl2.cc:625
55203 #, gcc-internal-format
55204 msgid "deleting array %q#E"
55205 msgstr ""
55207 #: cp/decl2.cc:633
55208 #, gcc-internal-format
55209 msgid "type %q#T argument given to %<delete%>, expected pointer"
55210 msgstr ""
55212 #: cp/decl2.cc:647
55213 #, gcc-internal-format
55214 msgid "cannot delete a function.  Only pointer-to-objects are valid arguments to %<delete%>"
55215 msgstr ""
55217 #: cp/decl2.cc:657
55218 #, gcc-internal-format
55219 msgid "deleting %qT is undefined"
55220 msgstr ""
55222 #: cp/decl2.cc:705 cp/pt.cc:5913
55223 #, gcc-internal-format
55224 msgid "template declaration of %q#D"
55225 msgstr ""
55227 #: cp/decl2.cc:745
55228 #, gcc-internal-format
55229 msgid "template parameter lists provided don%'t match the template parameters of %qD"
55230 msgstr ""
55232 #: cp/decl2.cc:760 cp/pt.cc:5881
55233 #, gcc-internal-format
55234 msgid "destructor %qD declared as member template"
55235 msgstr ""
55237 #: cp/decl2.cc:851
55238 #, gcc-internal-format
55239 msgid "no declaration matches %q#D"
55240 msgstr "немає оголошень, які відповідають %q#D"
55242 #: cp/decl2.cc:856
55243 #, gcc-internal-format
55244 msgid "no conversion operators declared"
55245 msgstr ""
55247 #: cp/decl2.cc:859
55248 #, gcc-internal-format
55249 msgid "no functions named %qD"
55250 msgstr "немає функцій із назвою %qD"
55252 #: cp/decl2.cc:861
55253 #, gcc-internal-format
55254 msgid "%#qT defined here"
55255 msgstr "%#qT визначено тут:"
55257 #: cp/decl2.cc:921
55258 #, gcc-internal-format
55259 msgid "local class %q#T shall not have static data member %q#D"
55260 msgstr ""
55262 #: cp/decl2.cc:930
55263 #, gcc-internal-format
55264 msgid "static data member %qD in unnamed class"
55265 msgstr ""
55267 #: cp/decl2.cc:932
55268 #, gcc-internal-format
55269 msgid "unnamed class defined here"
55270 msgstr ""
55272 #: cp/decl2.cc:1013
55273 #, gcc-internal-format
55274 msgid "explicit template argument list not allowed"
55275 msgstr ""
55277 #: cp/decl2.cc:1055
55278 #, gcc-internal-format
55279 msgid "%qD is already defined in %qT"
55280 msgstr ""
55282 #: cp/decl2.cc:1084 cp/decl2.cc:1092
55283 #, gcc-internal-format
55284 msgid "invalid initializer for member function %qD"
55285 msgstr ""
55287 #: cp/decl2.cc:1101
55288 #, gcc-internal-format
55289 msgid "initializer specified for friend function %qD"
55290 msgstr ""
55292 #: cp/decl2.cc:1104
55293 #, gcc-internal-format
55294 msgid "initializer specified for static member function %qD"
55295 msgstr ""
55297 #: cp/decl2.cc:1152
55298 #, gcc-internal-format
55299 msgid "%<asm%> specifiers are not permitted on non-static data members"
55300 msgstr ""
55302 #: cp/decl2.cc:1209
55303 #, gcc-internal-format
55304 msgid "bit-field %qD with non-integral type %qT"
55305 msgstr ""
55307 #: cp/decl2.cc:1217
55308 #, gcc-internal-format
55309 msgid "cannot declare %qD to be a bit-field type"
55310 msgstr ""
55312 #: cp/decl2.cc:1228
55313 #, gcc-internal-format
55314 msgid "cannot declare bit-field %qD with function type"
55315 msgstr ""
55317 #: cp/decl2.cc:1234
55318 #, gcc-internal-format
55319 msgid "cannot declare bit-field %qD with %<warn_if_not_aligned%> type"
55320 msgstr ""
55322 #: cp/decl2.cc:1241
55323 #, gcc-internal-format
55324 msgid "%qD is already defined in the class %qT"
55325 msgstr ""
55327 #: cp/decl2.cc:1249
55328 #, gcc-internal-format
55329 msgid "static member %qD cannot be a bit-field"
55330 msgstr ""
55332 #: cp/decl2.cc:1263
55333 #, gcc-internal-format
55334 msgid "width of bit-field %qD has non-integral type %qT"
55335 msgstr ""
55337 #: cp/decl2.cc:1656
55338 #, gcc-internal-format
55339 msgid "%q+D static data member inside of declare target directive"
55340 msgstr ""
55342 #: cp/decl2.cc:1718 cp/name-lookup.cc:8336
55343 #, gcc-internal-format
55344 msgid "%<omp::%E%> not allowed to be specified in this context"
55345 msgstr ""
55347 #: cp/decl2.cc:1787
55348 #, gcc-internal-format
55349 msgid "anonymous struct not inside named type"
55350 msgstr ""
55352 #: cp/decl2.cc:1803
55353 #, gcc-internal-format
55354 msgid "%q#D invalid; an anonymous union can only have non-static data members"
55355 msgstr ""
55357 #: cp/decl2.cc:1810
55358 #, gcc-internal-format
55359 msgid "private member %q#D in anonymous union"
55360 msgstr ""
55362 #: cp/decl2.cc:1813
55363 #, gcc-internal-format
55364 msgid "protected member %q#D in anonymous union"
55365 msgstr ""
55367 #: cp/decl2.cc:1878
55368 #, gcc-internal-format
55369 msgid "namespace-scope anonymous aggregates must be static"
55370 msgstr ""
55372 #: cp/decl2.cc:1887
55373 #, gcc-internal-format
55374 msgid "anonymous union with no members"
55375 msgstr ""
55377 #: cp/decl2.cc:1924
55378 #, gcc-internal-format
55379 msgid "%<operator new%> must return type %qT"
55380 msgstr ""
55382 #. [basic.stc.dynamic.allocation]
55384 #. The first parameter shall not have an associated default
55385 #. argument.
55386 #: cp/decl2.cc:1936
55387 #, gcc-internal-format
55388 msgid "the first parameter of %<operator new%> cannot have a default argument"
55389 msgstr ""
55391 #: cp/decl2.cc:1952
55392 #, gcc-internal-format
55393 msgid "%<operator new%> takes type %<size_t%> (%qT) as first parameter"
55394 msgstr ""
55396 #: cp/decl2.cc:1982
55397 #, gcc-internal-format
55398 msgid "%<operator delete%> must return type %qT"
55399 msgstr ""
55401 #: cp/decl2.cc:1997
55402 #, gcc-internal-format
55403 msgid "destroying %<operator delete%> must be a member function"
55404 msgstr ""
55406 #: cp/decl2.cc:2000
55407 #, gcc-internal-format
55408 msgid "%<operator delete[]%> cannot be a destroying delete"
55409 msgstr ""
55411 #: cp/decl2.cc:2002
55412 #, gcc-internal-format
55413 msgid "destroying %<operator delete%> must be a usual deallocation function"
55414 msgstr ""
55416 #: cp/decl2.cc:2012
55417 #, gcc-internal-format
55418 msgid "%<operator delete%> takes type %qT as first parameter"
55419 msgstr ""
55421 #: cp/decl2.cc:3003
55422 #, gcc-internal-format
55423 msgid "%qT has a field %q#D whose type has no linkage"
55424 msgstr ""
55426 #: cp/decl2.cc:3007
55427 #, gcc-internal-format
55428 msgid "%qT has a field %qD whose type depends on the type %qT which has no linkage"
55429 msgstr ""
55431 #: cp/decl2.cc:3013
55432 #, fuzzy, gcc-internal-format
55433 #| msgid "%q#D does not have external linkage"
55434 msgid "%qT has a field %q#D whose type has internal linkage"
55435 msgstr "%q#D не має зовнішньої прив'язки"
55437 #. In C++98 this can only happen with unnamed namespaces.
55438 #: cp/decl2.cc:3017
55439 #, gcc-internal-format
55440 msgid "%qT has a field %q#D whose type uses the anonymous namespace"
55441 msgstr ""
55443 #: cp/decl2.cc:3025
55444 #, gcc-internal-format
55445 msgid "%qT declared with greater visibility than the type of its field %qD"
55446 msgstr ""
55448 #: cp/decl2.cc:3044
55449 #, gcc-internal-format
55450 msgid "%qT has a base %qT which has no linkage"
55451 msgstr ""
55453 #: cp/decl2.cc:3048
55454 #, gcc-internal-format
55455 msgid "%qT has a base %qT which depends on the type %qT which has no linkage"
55456 msgstr ""
55458 #: cp/decl2.cc:3054
55459 #, gcc-internal-format
55460 msgid "%qT has a base %qT which has internal linkage"
55461 msgstr ""
55463 #. In C++98 this can only happen with unnamed namespaces.
55464 #: cp/decl2.cc:3058
55465 #, gcc-internal-format
55466 msgid "%qT has a base %qT which uses the anonymous namespace"
55467 msgstr ""
55469 #: cp/decl2.cc:3065
55470 #, gcc-internal-format
55471 msgid "%qT declared with greater visibility than its base %qT"
55472 msgstr ""
55474 #: cp/decl2.cc:4540
55475 #, gcc-internal-format
55476 msgid "%q#D, declared using unnamed type, is used but never defined"
55477 msgstr ""
55479 #. DRs 132, 319 and 389 seem to indicate types with
55480 #. no linkage can only be used to declare extern "C"
55481 #. entities.  Since it's not always an error in the
55482 #. ISO C++ 90 Standard, we only issue a warning.
55483 #: cp/decl2.cc:4549
55484 #, gcc-internal-format
55485 msgid "unnamed type with no linkage used to declare variable %q#D with linkage"
55486 msgstr ""
55488 #: cp/decl2.cc:4553
55489 #, gcc-internal-format
55490 msgid "unnamed type with no linkage used to declare function %q#D with linkage"
55491 msgstr ""
55493 #: cp/decl2.cc:4557
55494 #, gcc-internal-format
55495 msgid "%q#D does not refer to the unqualified type, so it is not used for linkage"
55496 msgstr ""
55498 #: cp/decl2.cc:4565
55499 #, gcc-internal-format
55500 msgid "%q#D, declared using local type %qT, is used but never defined"
55501 msgstr ""
55503 #: cp/decl2.cc:4569
55504 #, gcc-internal-format
55505 msgid "type %qT with no linkage used to declare variable %q#D with linkage"
55506 msgstr ""
55508 #: cp/decl2.cc:4572
55509 #, gcc-internal-format
55510 msgid "type %qT with no linkage used to declare function %q#D with linkage"
55511 msgstr ""
55513 #: cp/decl2.cc:4760
55514 #, gcc-internal-format
55515 msgid "mangling of %q#D as %qE conflicts with a previous mangle"
55516 msgstr ""
55518 #: cp/decl2.cc:4763
55519 #, gcc-internal-format
55520 msgid "previous mangling %q#D"
55521 msgstr ""
55523 #: cp/decl2.cc:4765
55524 #, gcc-internal-format
55525 msgid "a later %<-fabi-version=%> (or =0) avoids this error with a change in mangling"
55526 msgstr ""
55528 #: cp/decl2.cc:4837 cp/decl2.cc:4840
55529 #, gcc-internal-format
55530 msgid "the program should also define %qD"
55531 msgstr ""
55533 #: cp/decl2.cc:5174
55534 #, gcc-internal-format
55535 msgid "inline function %qD used but never defined"
55536 msgstr ""
55538 #: cp/decl2.cc:5401
55539 #, gcc-internal-format
55540 msgid "default argument missing for parameter %P of %q#D"
55541 msgstr "не вистачає типового аргументу для параметра %P %q#D"
55543 #: cp/decl2.cc:5406
55544 #, gcc-internal-format
55545 msgid "...following parameter %P which has a default argument"
55546 msgstr "...з наступним параметром %P, який має типовий аргумент"
55548 #: cp/decl2.cc:5530
55549 #, gcc-internal-format
55550 msgid "implicitly-declared %qD is deprecated"
55551 msgstr "неявно оголошена %qD вважається застарілою"
55553 #: cp/decl2.cc:5534
55554 #, gcc-internal-format
55555 msgid "because %qT has user-provided %qD"
55556 msgstr ""
55558 #. We mark a lambda conversion op as deleted if we can't
55559 #. generate it properly; see maybe_add_lambda_conv_op.
55560 #: cp/decl2.cc:5675
55561 #, gcc-internal-format
55562 msgid "converting lambda that uses %<...%> to function pointer"
55563 msgstr ""
55565 #: cp/decl2.cc:5678
55566 #, gcc-internal-format
55567 msgid "use of deleted function %qD"
55568 msgstr ""
55570 #: cp/decl2.cc:5732
55571 #, gcc-internal-format
55572 msgid "use of function %qD with unsatisfied constraints"
55573 msgstr ""
55575 #: cp/decl2.cc:5762
55576 #, gcc-internal-format
55577 msgid "use of built-in parameter pack %qD outside of a template"
55578 msgstr ""
55580 #: cp/error.cc:4092
55581 #, gcc-internal-format
55582 msgid "(no argument)"
55583 msgstr "(немає аргументів)"
55585 #: cp/error.cc:4184
55586 #, gcc-internal-format
55587 msgid "[...]"
55588 msgstr ""
55590 #: cp/error.cc:4531
55591 #, gcc-internal-format
55592 msgid "extended initializer lists only available with %<-std=c++11%> or %<-std=gnu++11%>"
55593 msgstr ""
55595 #: cp/error.cc:4536
55596 #, gcc-internal-format
55597 msgid "explicit conversion operators only available with %<-std=c++11%> or %<-std=gnu++11%>"
55598 msgstr ""
55600 #: cp/error.cc:4541
55601 #, gcc-internal-format
55602 msgid "variadic templates only available with %<-std=c++11%> or %<-std=gnu++11%>"
55603 msgstr ""
55605 #: cp/error.cc:4546
55606 #, gcc-internal-format
55607 msgid "lambda expressions only available with %<-std=c++11%> or %<-std=gnu++11%>"
55608 msgstr ""
55610 #: cp/error.cc:4551
55611 #, gcc-internal-format
55612 msgid "C++11 auto only available with %<-std=c++11%> or %<-std=gnu++11%>"
55613 msgstr ""
55615 #: cp/error.cc:4556
55616 #, gcc-internal-format
55617 msgid "scoped enums only available with %<-std=c++11%> or %<-std=gnu++11%>"
55618 msgstr ""
55620 #: cp/error.cc:4561
55621 #, gcc-internal-format
55622 msgid "defaulted and deleted functions only available with %<-std=c++11%> or %<-std=gnu++11%>"
55623 msgstr ""
55625 #: cp/error.cc:4567
55626 #, gcc-internal-format
55627 msgid "inline namespaces only available with %<-std=c++11%> or %<-std=gnu++11%>"
55628 msgstr ""
55630 #: cp/error.cc:4572
55631 #, gcc-internal-format
55632 msgid "override controls (override/final) only available with %<-std=c++11%> or %<-std=gnu++11%>"
55633 msgstr ""
55635 #: cp/error.cc:4577
55636 #, gcc-internal-format
55637 msgid "non-static data member initializers only available with %<-std=c++11%> or %<-std=gnu++11%>"
55638 msgstr ""
55640 #: cp/error.cc:4582
55641 #, gcc-internal-format
55642 msgid "user-defined literals only available with %<-std=c++11%> or %<-std=gnu++11%>"
55643 msgstr ""
55645 #: cp/error.cc:4587
55646 #, gcc-internal-format
55647 msgid "delegating constructors only available with %<-std=c++11%> or %<-std=gnu++11%>"
55648 msgstr ""
55650 #: cp/error.cc:4592
55651 #, gcc-internal-format
55652 msgid "inheriting constructors only available with %<-std=c++11%> or %<-std=gnu++11%>"
55653 msgstr ""
55655 #: cp/error.cc:4597
55656 #, gcc-internal-format
55657 msgid "C++11 attributes only available with %<-std=c++11%> or %<-std=gnu++11%>"
55658 msgstr ""
55660 #: cp/error.cc:4602
55661 #, gcc-internal-format
55662 msgid "ref-qualifiers only available with %<-std=c++11%> or %<-std=gnu++11%>"
55663 msgstr ""
55665 #: cp/error.cc:4652
55666 #, gcc-internal-format
55667 msgid "incomplete type %qT used in nested name specifier"
55668 msgstr ""
55670 #: cp/error.cc:4656
55671 #, gcc-internal-format
55672 msgid "reference to %<%T::%D%> is ambiguous"
55673 msgstr ""
55675 #: cp/error.cc:4670
55676 #, gcc-internal-format
55677 msgid "%qD is not a member of %qT; did you mean %qs?"
55678 msgstr ""
55680 #: cp/error.cc:4674 cp/typeck.cc:2883
55681 #, gcc-internal-format
55682 msgid "%qD is not a member of %qT"
55683 msgstr ""
55685 #: cp/error.cc:4696
55686 #, gcc-internal-format
55687 msgid "%qD is not a member of %qD; did you mean %qs?"
55688 msgstr ""
55690 #: cp/error.cc:4700 cp/typeck.cc:3476
55691 #, gcc-internal-format
55692 msgid "%qD is not a member of %qD"
55693 msgstr ""
55695 #: cp/error.cc:4711
55696 #, gcc-internal-format
55697 msgid "%<::%D%> has not been declared; did you mean %qs?"
55698 msgstr ""
55700 #: cp/error.cc:4715
55701 #, gcc-internal-format
55702 msgid "%<::%D%> has not been declared"
55703 msgstr ""
55705 #: cp/except.cc:377
55706 #, gcc-internal-format
55707 msgid "exception handling disabled, use %<-fexceptions%> to enable"
55708 msgstr ""
55710 #: cp/except.cc:623
55711 #, gcc-internal-format
55712 msgid "throwing NULL, which has integral, not pointer type"
55713 msgstr ""
55715 #: cp/except.cc:734
55716 #, gcc-internal-format
55717 msgid "  in thrown expression"
55718 msgstr ""
55720 #: cp/except.cc:875
55721 #, gcc-internal-format
55722 msgid "cannot declare %<catch%> parameter to be of rvalue reference type %qT"
55723 msgstr ""
55725 #: cp/except.cc:883
55726 #, gcc-internal-format
55727 msgid "cannot throw expression of type %qT because it involves types of variable size"
55728 msgstr ""
55730 #: cp/except.cc:886
55731 #, gcc-internal-format
55732 msgid "cannot catch type %qT because it involves types of variable size"
55733 msgstr ""
55735 #: cp/except.cc:986
55736 #, gcc-internal-format
55737 msgid "exception of type %qT will be caught by earlier handler"
55738 msgstr ""
55740 #: cp/except.cc:988
55741 #, gcc-internal-format
55742 msgid "for type %qT"
55743 msgstr ""
55745 #: cp/except.cc:1017
55746 #, gcc-internal-format
55747 msgid "%<...%> handler must be the last handler for its try block"
55748 msgstr ""
55750 #: cp/except.cc:1113
55751 #, gcc-internal-format
55752 msgid "noexcept-expression evaluates to %<false%> because of a call to %qD"
55753 msgstr ""
55755 #: cp/except.cc:1116
55756 #, gcc-internal-format
55757 msgid "but %qD does not throw; perhaps it should be declared %<noexcept%>"
55758 msgstr ""
55760 #: cp/expr.cc:233
55761 #, gcc-internal-format
55762 msgid "using value of assignment with %<volatile%>-qualified left operand is deprecated"
55763 msgstr ""
55765 #: cp/friend.cc:194
55766 #, gcc-internal-format
55767 msgid "%qD is already a friend of class %qT"
55768 msgstr ""
55770 #: cp/friend.cc:291
55771 #, gcc-internal-format
55772 msgid "invalid type %qT declared %<friend%>"
55773 msgstr ""
55775 #. template <class U> friend class T::X<U>;
55776 #. [temp.friend]
55777 #. Friend declarations shall not declare partial
55778 #. specializations.
55779 #: cp/friend.cc:308 cp/friend.cc:356
55780 #, gcc-internal-format
55781 msgid "partial specialization %qT declared %<friend%>"
55782 msgstr ""
55784 #: cp/friend.cc:322
55785 #, gcc-internal-format
55786 msgid "perhaps you need explicit template arguments in your nested-name-specifier"
55787 msgstr ""
55789 #: cp/friend.cc:334
55790 #, gcc-internal-format
55791 msgid "class %qT is implicitly friends with itself"
55792 msgstr ""
55794 #: cp/friend.cc:397
55795 #, gcc-internal-format
55796 msgid "%qT is not a member of %qT"
55797 msgstr ""
55799 #: cp/friend.cc:403
55800 #, gcc-internal-format
55801 msgid "%qT is not a member class template of %qT"
55802 msgstr ""
55804 #: cp/friend.cc:413
55805 #, gcc-internal-format
55806 msgid "%qT is not a nested class of %qT"
55807 msgstr ""
55809 #. template <class T> friend class T;
55810 #: cp/friend.cc:427
55811 #, gcc-internal-format
55812 msgid "template parameter type %qT declared %<friend%>"
55813 msgstr ""
55815 #. template <class T> friend class A; where A is not a template
55816 #: cp/friend.cc:435
55817 #, gcc-internal-format
55818 msgid "%q#T is not a template"
55819 msgstr ""
55821 #: cp/friend.cc:458
55822 #, gcc-internal-format
55823 msgid "%qD is already a friend of %qT"
55824 msgstr ""
55826 #: cp/friend.cc:468
55827 #, gcc-internal-format
55828 msgid "%qT is already a friend of %qT"
55829 msgstr ""
55831 #: cp/friend.cc:508
55832 #, gcc-internal-format
55833 msgid "friend declaration %qD may not have virt-specifiers"
55834 msgstr ""
55836 #: cp/friend.cc:586
55837 #, gcc-internal-format
55838 msgid "member %qD declared as friend before type %qT defined"
55839 msgstr ""
55841 #: cp/friend.cc:634
55842 #, gcc-internal-format
55843 msgid "friend declaration %q#D declares a non-template function"
55844 msgstr ""
55846 #: cp/friend.cc:638
55847 #, gcc-internal-format
55848 msgid "(if this is not what you intended, make sure the function template has already been declared and add %<<>%> after the function name here)"
55849 msgstr ""
55851 #: cp/init.cc:391
55852 #, gcc-internal-format
55853 msgid "value-initialization of incomplete type %qT"
55854 msgstr ""
55856 #: cp/init.cc:474
55857 #, gcc-internal-format
55858 msgid "cannot value-initialize array of unknown bound %qT"
55859 msgstr ""
55861 #: cp/init.cc:513
55862 #, gcc-internal-format
55863 msgid "value-initialization of function type %qT"
55864 msgstr ""
55866 #: cp/init.cc:519
55867 #, gcc-internal-format
55868 msgid "value-initialization of reference type %qT"
55869 msgstr ""
55871 #: cp/init.cc:588
55872 #, gcc-internal-format
55873 msgid "recursive instantiation of default member initializer for %qD"
55874 msgstr ""
55876 #: cp/init.cc:652
55877 #, gcc-internal-format
55878 msgid "default member initializer for %qD required before the end of its enclosing class"
55879 msgstr ""
55881 #: cp/init.cc:722
55882 #, gcc-internal-format
55883 msgid "initializer for flexible array member %q#D"
55884 msgstr ""
55886 #: cp/init.cc:787
55887 #, gcc-internal-format
55888 msgid "initializing %qD from %qE does not extend the lifetime of the underlying array"
55889 msgstr ""
55891 #: cp/init.cc:891 cp/init.cc:972
55892 #, gcc-internal-format
55893 msgid "%qD is initialized with itself"
55894 msgstr ""
55896 #: cp/init.cc:897
55897 #, gcc-internal-format
55898 msgid "reference %qD is not yet bound to a value when used here"
55899 msgstr ""
55901 #: cp/init.cc:901
55902 #, gcc-internal-format
55903 msgid "member %qD is used uninitialized"
55904 msgstr "член %qD використано неініціалізованим"
55906 #: cp/init.cc:949
55907 #, gcc-internal-format
55908 msgid "%qD should be initialized in the member initialization list"
55909 msgstr "%qD має бути ініціалізовано у списку ініціалізації членів"
55911 #: cp/init.cc:1093
55912 #, gcc-internal-format
55913 msgid "invalid initializer for array member %q#D"
55914 msgstr ""
55916 #: cp/init.cc:1108 cp/init.cc:1134 cp/init.cc:2729 cp/method.cc:2450
55917 #, gcc-internal-format
55918 msgid "uninitialized const member in %q#T"
55919 msgstr ""
55921 #: cp/init.cc:1110 cp/init.cc:1128 cp/init.cc:1136 cp/init.cc:2714
55922 #: cp/init.cc:2742 cp/method.cc:2453 cp/method.cc:2464
55923 #, gcc-internal-format
55924 msgid "%q#D should be initialized"
55925 msgstr "%q#D має бути ініціалізовано"
55927 #: cp/init.cc:1126 cp/init.cc:2701 cp/method.cc:2461
55928 #, gcc-internal-format
55929 msgid "uninitialized reference member in %q#T"
55930 msgstr ""
55932 #: cp/init.cc:1311
55933 #, gcc-internal-format
55934 msgid "%qD will be initialized after"
55935 msgstr "%qD буде ініціалізовано після"
55937 #: cp/init.cc:1314
55938 #, gcc-internal-format
55939 msgid "base %qT will be initialized after"
55940 msgstr "базове %qT буде ініціалізовано після"
55942 #: cp/init.cc:1318
55943 #, gcc-internal-format
55944 msgid "  %q#D"
55945 msgstr "  %q#D"
55947 #: cp/init.cc:1320
55948 #, gcc-internal-format
55949 msgid "  base %qT"
55950 msgstr ""
55952 #: cp/init.cc:1322
55953 #, gcc-internal-format
55954 msgid "  when initialized here"
55955 msgstr "  коли ініціалізовано тут"
55957 #: cp/init.cc:1339
55958 #, gcc-internal-format
55959 msgid "multiple initializations given for %qD"
55960 msgstr ""
55962 #: cp/init.cc:1343
55963 #, gcc-internal-format
55964 msgid "multiple initializations given for base %qT"
55965 msgstr ""
55967 #: cp/init.cc:1430
55968 #, gcc-internal-format
55969 msgid "initializations for multiple members of %qT"
55970 msgstr ""
55972 #: cp/init.cc:1539
55973 #, gcc-internal-format
55974 msgid "base class %q#T should be explicitly initialized in the copy constructor"
55975 msgstr ""
55977 #: cp/init.cc:1775 cp/init.cc:1794
55978 #, gcc-internal-format
55979 msgid "class %qT does not have any field named %qD"
55980 msgstr ""
55982 #: cp/init.cc:1781
55983 #, gcc-internal-format
55984 msgid "%q#D is a static data member; it can only be initialized at its definition"
55985 msgstr ""
55987 #: cp/init.cc:1788
55988 #, gcc-internal-format
55989 msgid "%q#D is not a non-static data member of %qT"
55990 msgstr ""
55992 #: cp/init.cc:1827
55993 #, gcc-internal-format
55994 msgid "unnamed initializer for %qT, which has no base classes"
55995 msgstr ""
55997 #: cp/init.cc:1835
55998 #, gcc-internal-format
55999 msgid "unnamed initializer for %qT, which uses multiple inheritance"
56000 msgstr ""
56002 #: cp/init.cc:1882
56003 #, gcc-internal-format
56004 msgid "%qD is both a direct base and an indirect virtual base"
56005 msgstr ""
56007 #: cp/init.cc:1890
56008 #, gcc-internal-format
56009 msgid "type %qT is not a direct or virtual base of %qT"
56010 msgstr ""
56012 #: cp/init.cc:1893
56013 #, gcc-internal-format
56014 msgid "type %qT is not a direct base of %qT"
56015 msgstr ""
56017 #: cp/init.cc:2005 cp/init.cc:4857 cp/typeck2.cc:1359
56018 #, gcc-internal-format
56019 msgid "array must be initialized with a brace-enclosed initializer"
56020 msgstr "масив має бути ініціалізовано за допомогою взятого у фігурні дужки ініціалізатора"
56022 #: cp/init.cc:2326 cp/semantics.cc:3819 rust/backend/rust-tree.cc:4143
56023 #, gcc-internal-format
56024 msgid "%qT is not a class type"
56025 msgstr ""
56027 #: cp/init.cc:2384
56028 #, gcc-internal-format
56029 msgid "incomplete type %qT does not have member %qD"
56030 msgstr ""
56032 #: cp/init.cc:2398
56033 #, gcc-internal-format
56034 msgid "invalid pointer to bit-field %qD"
56035 msgstr ""
56037 #: cp/init.cc:2484 cp/typeck.cc:2361 rust/backend/rust-tree.cc:3778
56038 #, gcc-internal-format
56039 msgid "invalid use of non-static member function %qD"
56040 msgstr ""
56042 #: cp/init.cc:2491 cp/semantics.cc:2191
56043 #, gcc-internal-format
56044 msgid "invalid use of non-static data member %qD"
56045 msgstr ""
56047 #: cp/init.cc:2698
56048 #, gcc-internal-format
56049 msgid "uninitialized reference member in %q#T using %<new%> without new-initializer"
56050 msgstr ""
56052 #: cp/init.cc:2706
56053 #, gcc-internal-format
56054 msgid "uninitialized reference member in base %q#T of %q#T using %<new%> without new-initializer"
56055 msgstr ""
56057 #: cp/init.cc:2710
56058 #, gcc-internal-format
56059 msgid "uninitialized reference member in base %q#T of %q#T"
56060 msgstr ""
56062 #: cp/init.cc:2726
56063 #, gcc-internal-format
56064 msgid "uninitialized const member in %q#T using %<new%> without new-initializer"
56065 msgstr ""
56067 #: cp/init.cc:2734
56068 #, gcc-internal-format
56069 msgid "uninitialized const member in base %q#T of %q#T using %<new%> without new-initializer"
56070 msgstr ""
56072 #: cp/init.cc:2738
56073 #, gcc-internal-format
56074 msgid "uninitialized const member in base %q#T of %q#T"
56075 msgstr ""
56077 #: cp/init.cc:2853
56078 #, gcc-internal-format
56079 msgid "placement new constructing an object of type %<%T [%wu]%> and size %qwu in a region of type %qT and size %qwi"
56080 msgstr ""
56082 #: cp/init.cc:2856
56083 #, gcc-internal-format
56084 msgid "placement new constructing an object of type %<%T [%wu]%> and size %qwu in a region of type %qT and size at most %qwu"
56085 msgstr ""
56087 #: cp/init.cc:2866
56088 #, gcc-internal-format
56089 msgid "placement new constructing an array of objects of type %qT and size %qwu in a region of type %qT and size %qwi"
56090 msgstr ""
56092 #: cp/init.cc:2869
56093 #, gcc-internal-format
56094 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"
56095 msgstr ""
56097 #: cp/init.cc:2878
56098 #, gcc-internal-format
56099 msgid "placement new constructing an object of type %qT and size %qwu in a region of type %qT and size %qwi"
56100 msgstr ""
56102 #: cp/init.cc:2881
56103 #, gcc-internal-format
56104 msgid "placement new constructing an object of type %qT and size %qwu in a region of type %qT and size at most %qwu"
56105 msgstr ""
56107 #: cp/init.cc:2898
56108 #, gcc-internal-format
56109 msgid "at offset %wi from %qD declared here"
56110 msgstr "зі зсувом %wi з %qD оголошено тут"
56112 #: cp/init.cc:2902
56113 #, gcc-internal-format
56114 msgid "at offset [%wi, %wi] from %qD declared here"
56115 msgstr "зі зсувом [%wi, %wi] з %qD оголошено тут:"
56117 #: cp/init.cc:3100
56118 #, gcc-internal-format
56119 msgid "integer overflow in array size"
56120 msgstr ""
56122 #: cp/init.cc:3110
56123 #, gcc-internal-format
56124 msgid "array size in new-expression must be constant"
56125 msgstr ""
56127 #: cp/init.cc:3128
56128 #, gcc-internal-format
56129 msgid "variably modified type not allowed in new-expression"
56130 msgstr ""
56132 #: cp/init.cc:3144
56133 #, gcc-internal-format
56134 msgid "non-constant array new length must be specified directly, not by %<typedef%>"
56135 msgstr ""
56137 #: cp/init.cc:3146
56138 #, gcc-internal-format
56139 msgid "non-constant array new length must be specified without parentheses around the type-id"
56140 msgstr ""
56142 #: cp/init.cc:3156
56143 #, gcc-internal-format
56144 msgid "invalid type %<void%> for %<new%>"
56145 msgstr "некоректний тип %<void%> для %<new%>"
56147 #: cp/init.cc:3162
56148 #, gcc-internal-format
56149 msgid "%<new%> of %<initializer_list%> does not extend the lifetime of the underlying array"
56150 msgstr ""
56152 #: cp/init.cc:3204
56153 #, gcc-internal-format
56154 msgid "uninitialized const in %<new%> of %q#T"
56155 msgstr ""
56157 #: cp/init.cc:3360
56158 #, gcc-internal-format
56159 msgid "no suitable %qD found in class %qT"
56160 msgstr ""
56162 #: cp/init.cc:3367 cp/search.cc:1177
56163 #, gcc-internal-format
56164 msgid "request for member %qD is ambiguous"
56165 msgstr ""
56167 #: cp/init.cc:3448
56168 #, gcc-internal-format
56169 msgid "%<new%> of type %qT with extended alignment %d"
56170 msgstr ""
56172 #: cp/init.cc:3451
56173 #, gcc-internal-format
56174 msgid "uses %qD, which does not have an alignment parameter"
56175 msgstr ""
56177 #: cp/init.cc:3454
56178 #, gcc-internal-format
56179 msgid "use %<-faligned-new%> to enable C++17 over-aligned new support"
56180 msgstr ""
56182 #: cp/init.cc:3650
56183 #, gcc-internal-format
56184 msgid "parenthesized initializer in array new"
56185 msgstr ""
56187 #: cp/init.cc:3926
56188 #, gcc-internal-format
56189 msgid "size in array new must have integral type"
56190 msgstr ""
56192 #: cp/init.cc:3955
56193 #, gcc-internal-format
56194 msgid "new cannot be applied to a reference type"
56195 msgstr ""
56197 #: cp/init.cc:3964
56198 #, gcc-internal-format
56199 msgid "new cannot be applied to a function type"
56200 msgstr ""
56202 #: cp/init.cc:4084
56203 #, gcc-internal-format
56204 msgid "possible problem detected in invocation of operator %<delete []%>"
56205 msgstr ""
56207 #: cp/init.cc:4088
56208 #, gcc-internal-format
56209 msgid "neither the destructor nor the class-specific operator %<delete []%> will be called, even if they are declared when the class is defined"
56210 msgstr ""
56212 #: cp/init.cc:4761
56213 #, gcc-internal-format
56214 msgid "initializer ends prematurely"
56215 msgstr ""
56217 #: cp/init.cc:5057
56218 #, gcc-internal-format
56219 msgid "unknown array size in delete"
56220 msgstr ""
56222 #: cp/init.cc:5091
56223 #, gcc-internal-format
56224 msgid "possible problem detected in invocation of %<operator delete%>"
56225 msgstr ""
56227 #: cp/init.cc:5096
56228 #, gcc-internal-format
56229 msgid "neither the destructor nor the class-specific %<operator delete%> will be called, even if they are declared when the class is defined"
56230 msgstr ""
56232 #: cp/init.cc:5111
56233 #, gcc-internal-format
56234 msgid "deleting object of abstract class type %qT which has non-virtual destructor will cause undefined behavior"
56235 msgstr ""
56237 #: cp/init.cc:5116
56238 #, gcc-internal-format
56239 msgid "deleting object of polymorphic class type %qT which has non-virtual destructor might cause undefined behavior"
56240 msgstr ""
56242 #: cp/init.cc:5423
56243 #, gcc-internal-format
56244 msgid "type to vector delete is neither pointer or array type"
56245 msgstr ""
56247 #: cp/lambda.cc:546
56248 #, gcc-internal-format
56249 msgid "array of runtime bound cannot be captured by copy, only by reference"
56250 msgstr ""
56252 #: cp/lambda.cc:561
56253 #, gcc-internal-format
56254 msgid "capture of variably-modified type %qT that is not an N3639 array of runtime bound"
56255 msgstr ""
56257 #: cp/lambda.cc:565
56258 #, gcc-internal-format
56259 msgid "because the array element type %qT has variable size"
56260 msgstr ""
56262 #: cp/lambda.cc:589
56263 #, gcc-internal-format
56264 msgid "cannot capture %qE by reference"
56265 msgstr ""
56267 #: cp/lambda.cc:599
56268 #, gcc-internal-format
56269 msgid "capture by copy of incomplete type %qT"
56270 msgstr ""
56272 #: cp/lambda.cc:654
56273 #, gcc-internal-format
56274 msgid "trying to capture %qD in instantiation of generic lambda"
56275 msgstr ""
56277 #: cp/lambda.cc:730
56278 #, gcc-internal-format
56279 msgid "implicit capture of %qE via %<[=]%> is deprecated in C++20"
56280 msgstr ""
56282 #: cp/lambda.cc:732
56283 #, gcc-internal-format
56284 msgid "add explicit %<this%> or %<*this%> capture"
56285 msgstr ""
56287 #: cp/lambda.cc:852
56288 #, gcc-internal-format
56289 msgid "%<this%> was not captured for this lambda function"
56290 msgstr ""
56292 #: cp/lex.cc:610
56293 #, gcc-internal-format
56294 msgid "invalid %<#pragma %s%>"
56295 msgstr "некоректне %<#pragma %s%>"
56297 #: cp/lex.cc:618
56298 #, gcc-internal-format
56299 msgid "%<#pragma vtable%> no longer supported"
56300 msgstr "підтримку %<#pragma vtable%> припинено"
56302 #: cp/lex.cc:690
56303 #, gcc-internal-format
56304 msgid "%<#pragma implementation%> for %qs appears after file is included"
56305 msgstr ""
56307 #: cp/lex.cc:718
56308 #, gcc-internal-format
56309 msgid "%qD not defined"
56310 msgstr ""
56312 #: cp/lex.cc:730
56313 #, gcc-internal-format
56314 msgid "%qD was not declared in this scope; did you mean %qs?"
56315 msgstr ""
56317 #: cp/lex.cc:734
56318 #, gcc-internal-format
56319 msgid "%qD was not declared in this scope"
56320 msgstr ""
56322 #. In a template, it is invalid to write "f()" or "f(3)" if no
56323 #. declaration of "f" is available.  Historically, G++ and most
56324 #. other compilers accepted that usage since they deferred all name
56325 #. lookup until instantiation time rather than doing unqualified
56326 #. name lookup at template definition time; explain to the user what
56327 #. is going wrong.
56329 #. Note that we have the exact wording of the following message in
56330 #. the manual (trouble.texi, node "Name lookup"), so they need to
56331 #. be kept in synch.
56332 #: cp/lex.cc:776
56333 #, gcc-internal-format
56334 msgid "there are no arguments to %qD that depend on a template parameter, so a declaration of %qD must be available"
56335 msgstr ""
56337 #: cp/lex.cc:785
56338 #, gcc-internal-format
56339 msgid "(if you use %<-fpermissive%>, G++ will accept your code, but allowing the use of an undeclared name is deprecated)"
56340 msgstr ""
56342 #: cp/logic.cc:303
56343 #, gcc-internal-format
56344 msgid "  # %E"
56345 msgstr "  # %E"
56347 #: cp/mangle.cc:2478
56348 #, gcc-internal-format
56349 msgid "mangling %<typeof%>, use %<decltype%> instead"
56350 msgstr ""
56352 #: cp/mangle.cc:2482
56353 #, gcc-internal-format
56354 msgid "use of built-in trait %qT in function signature; use library traits instead"
56355 msgstr ""
56357 #: cp/mangle.cc:3533
56358 #, gcc-internal-format
56359 msgid "use of built-in trait %qE in function signature; use library traits instead"
56360 msgstr ""
56362 #: cp/mangle.cc:3538
56363 #, gcc-internal-format, gfc-internal-format
56364 msgid "mangling %C"
56365 msgstr ""
56367 #: cp/mangle.cc:3614
56368 #, gcc-internal-format
56369 msgid "omitted middle operand to %<?:%> operand cannot be mangled"
56370 msgstr ""
56372 #: cp/mangle.cc:4182
56373 #, gcc-internal-format
56374 msgid "mangled name for %qD will change in C++17 because the exception specification is part of a function type"
56375 msgstr ""
56377 #: cp/mangle.cc:4228
56378 #, gcc-internal-format
56379 msgid "the mangled name of %qD changed between %<%s=%d%> (%qD) and %<%s=%d%> (%qD)"
56380 msgstr ""
56382 #: cp/mangle.cc:4234
56383 #, gcc-internal-format
56384 msgid "the mangled name of %qD changes between %<%s=%d%> (%qD) and %<%s=%d%> (%qD)"
56385 msgstr ""
56387 #: cp/mangle.cc:4506
56388 #, gcc-internal-format
56389 msgid "the mangled name of a thunk for %qD changes between %<-fabi-version=%d%> and %<-fabi-version=%d%>"
56390 msgstr ""
56392 #: cp/mangle.cc:4511
56393 #, gcc-internal-format
56394 msgid "the mangled name of %qD changes between %<-fabi-version=%d%> and %<-fabi-version=%d%>"
56395 msgstr ""
56397 #: cp/mangle.cc:4516
56398 #, gcc-internal-format
56399 msgid "the mangled name of the initialization guard variable for %qD changes between %<-fabi-version=%d%> and %<-fabi-version=%d%>"
56400 msgstr ""
56402 #: cp/mapper-client.cc:312
56403 #, gcc-internal-format
56404 msgid "failed %s mapper %qs line %u"
56405 msgstr ""
56407 #: cp/mapper-client.cc:313
56408 #, gcc-internal-format
56409 msgid "failed %s mapper %qs"
56410 msgstr ""
56412 #: cp/mapper-client.cc:325
56413 #, gcc-internal-format, gfc-internal-format
56414 msgid "failed mapper handshake %s"
56415 msgstr ""
56417 #: cp/mapper-client.cc:359
56418 #, gcc-internal-format, gfc-internal-format
56419 msgid "mapper died by signal %s"
56420 msgstr ""
56422 #: cp/mapper-client.cc:362
56423 #, gcc-internal-format, gfc-internal-format
56424 msgid "mapper exit status %d"
56425 msgstr ""
56427 #: cp/method.cc:855 cp/method.cc:2403
56428 #, gcc-internal-format
56429 msgid "non-static const member %q#D, cannot use default assignment operator"
56430 msgstr ""
56432 #: cp/method.cc:861 cp/method.cc:2409
56433 #, gcc-internal-format
56434 msgid "non-static reference member %q#D, cannot use default assignment operator"
56435 msgstr ""
56437 #: cp/method.cc:951
56438 #, gcc-internal-format
56439 msgid "%qD is not a static data member"
56440 msgstr ""
56442 #: cp/method.cc:952
56443 #, gcc-internal-format
56444 msgid "determining value of %qs"
56445 msgstr ""
56447 #: cp/method.cc:979
56448 #, gcc-internal-format
56449 msgid "forming type of %qs"
56450 msgstr ""
56452 #: cp/method.cc:1170
56453 #, gcc-internal-format
56454 msgid "defaulted %qD only available with %<-std=c++20%> or %<-std=gnu++20%>"
56455 msgstr ""
56457 #: cp/method.cc:1185
56458 #, gcc-internal-format
56459 msgid "defaulted %qD must return %<bool%>"
56460 msgstr ""
56462 #: cp/method.cc:1193
56463 #, gcc-internal-format
56464 msgid "defaulted %qD must be %<const%>"
56465 msgstr ""
56467 #: cp/method.cc:1198
56468 #, gcc-internal-format
56469 msgid "defaulted %qD must not have %<&&%> ref-qualifier"
56470 msgstr ""
56472 #: cp/method.cc:1225
56473 #, gcc-internal-format
56474 msgid "defaulted %qD is not a friend of %qT"
56475 msgstr ""
56477 #: cp/method.cc:1234
56478 #, gcc-internal-format
56479 msgid "defaulted member %qD must have parameter type %<const %T&%>"
56480 msgstr ""
56482 #: cp/method.cc:1237
56483 #, gcc-internal-format
56484 msgid "defaulted %qD must have parameters of either type %<const %T&%> or %qT"
56485 msgstr ""
56487 #: cp/method.cc:1240
56488 #, gcc-internal-format
56489 msgid "defaulted %qD must have parameters of either type %<const %T&%> or %qT, not both"
56490 msgstr ""
56492 #. Return type is auto, suggest changing it.
56493 #: cp/method.cc:1397
56494 #, gcc-internal-format
56495 msgid "changing the return type from %qs to a comparison category type will allow the comparison to use %qs and %qs"
56496 msgstr ""
56498 #: cp/method.cc:1417
56499 #, gcc-internal-format
56500 msgid "three-way comparison of %qD has type %qT, not a comparison category type"
56501 msgstr ""
56503 #: cp/method.cc:1426
56504 #, gcc-internal-format
56505 msgid "three-way comparison of %qD has type %qT, which does not convert to %qT"
56506 msgstr ""
56508 #: cp/method.cc:1471
56509 #, gcc-internal-format
56510 msgid "cannot default compare union %qT"
56511 msgstr ""
56513 #: cp/method.cc:1539
56514 #, gcc-internal-format
56515 msgid "cannot default compare reference member %qD"
56516 msgstr ""
56518 #: cp/method.cc:1548
56519 #, gcc-internal-format
56520 msgid "cannot default compare anonymous union member"
56521 msgstr ""
56523 #: cp/method.cc:1566
56524 #, gcc-internal-format
56525 msgid "cannot default compare flexible array member"
56526 msgstr ""
56528 #: cp/method.cc:1853
56529 #, gcc-internal-format
56530 msgid "synthesized method %qD first required here"
56531 msgstr ""
56533 #: cp/method.cc:2326
56534 #, gcc-internal-format
56535 msgid "union member %q+D with non-trivial %qD"
56536 msgstr ""
56538 #: cp/method.cc:2337
56539 #, gcc-internal-format
56540 msgid "defaulted destructor calls non-%<constexpr%> %qD"
56541 msgstr ""
56543 #: cp/method.cc:2338
56544 #, gcc-internal-format
56545 msgid "defaulted constructor calls non-%<constexpr%> %qD"
56546 msgstr ""
56548 #: cp/method.cc:2426
56549 #, gcc-internal-format
56550 msgid "initializer for %q#D is invalid"
56551 msgstr ""
56553 #: cp/method.cc:2483
56554 #, gcc-internal-format
56555 msgid "defaulted default constructor does not initialize %q#D"
56556 msgstr ""
56558 #: cp/method.cc:2494
56559 #, gcc-internal-format
56560 msgid "copying non-static data member %q#D of rvalue reference type"
56561 msgstr ""
56563 #. A trivial constructor doesn't have any NSDMI.
56564 #: cp/method.cc:2712
56565 #, gcc-internal-format
56566 msgid "defaulted default constructor does not initialize any non-static data member"
56567 msgstr ""
56569 #: cp/method.cc:2755
56570 #, gcc-internal-format
56571 msgid "defaulted move assignment for %qT calls a non-trivial move assignment operator for virtual base %qT"
56572 msgstr ""
56574 #: cp/method.cc:2886
56575 #, gcc-internal-format
56576 msgid "a lambda closure type has a deleted default constructor"
56577 msgstr ""
56579 #: cp/method.cc:2889
56580 #, gcc-internal-format
56581 msgid "a lambda closure type has a deleted copy assignment operator"
56582 msgstr ""
56584 #: cp/method.cc:2898
56585 #, gcc-internal-format
56586 msgid "%q#D is implicitly declared as deleted because %qT declares a move constructor or move assignment operator"
56587 msgstr ""
56589 #: cp/method.cc:2909
56590 #, gcc-internal-format
56591 msgid "%q#D inherits from multiple base subobjects"
56592 msgstr ""
56594 #: cp/method.cc:2917 cp/method.cc:2941
56595 #, gcc-internal-format
56596 msgid "%q#D is implicitly deleted because the default definition would be ill-formed:"
56597 msgstr ""
56599 #: cp/method.cc:2950
56600 msgid "%q#F is implicitly deleted because its exception-specification does not match the implicit exception-specification %qX"
56601 msgstr ""
56603 #: cp/method.cc:3353
56604 #, gcc-internal-format
56605 msgid "defaulted declaration %q+D does not match the expected signature"
56606 msgstr ""
56608 #: cp/method.cc:3356
56609 #, gcc-internal-format
56610 msgid "expected signature: %qD"
56611 msgstr "очікуваний підпис: %qD"
56613 #: cp/method.cc:3388
56614 #, gcc-internal-format
56615 msgid "explicitly defaulted function %q+D cannot be declared %qs because the implicit declaration is not %qs:"
56616 msgstr ""
56618 #: cp/method.cc:3408
56619 #, gcc-internal-format
56620 msgid "a template cannot be defaulted"
56621 msgstr ""
56623 #: cp/method.cc:3443
56624 #, gcc-internal-format
56625 msgid "%qD cannot be defaulted"
56626 msgstr ""
56628 #: cp/method.cc:3452
56629 #, gcc-internal-format
56630 msgid "defaulted function %q+D with default argument"
56631 msgstr ""
56633 #: cp/module.cc:1551
56634 #, gcc-internal-format
56635 msgid "section %qs is missing or corrupted"
56636 msgstr "розділ %qs пропущено або розділ є пошкодженим"
56638 #: cp/module.cc:1553
56639 #, gcc-internal-format, gfc-internal-format
56640 msgid "section #%u is missing or corrupted"
56641 msgstr "розділ %u пропущено або розділ є пошкодженим"
56643 #: cp/module.cc:1775
56644 #, gcc-internal-format
56645 msgid "not Encapsulated Lazy Records of Named Declarations"
56646 msgstr ""
56648 #: cp/module.cc:1790
56649 #, gcc-internal-format
56650 msgid "unexpected encapsulation format or type"
56651 msgstr "неочікуваний формат або тип інкапсуляції"
56653 #: cp/module.cc:1799
56654 #, gcc-internal-format
56655 msgid "encapsulation is malformed"
56656 msgstr "інкапсуляція має помилкове форматування"
56658 #: cp/module.cc:11308
56659 #, gcc-internal-format
56660 msgid "conflicting global module declaration %#qD"
56661 msgstr "конфлікт загального оголошення модуля %#qD"
56663 #: cp/module.cc:11310
56664 #, gcc-internal-format
56665 msgid "existing declaration %#qD"
56666 msgstr "наявне оголошення %#qD"
56668 #: cp/module.cc:12327
56669 #, gcc-internal-format
56670 msgid "definition of %qD does not match"
56671 msgstr "визначення %qD є невідповідним"
56673 #: cp/module.cc:12329
56674 #, gcc-internal-format
56675 msgid "existing definition %qD"
56676 msgstr "наявне визначення %qD"
56678 #: cp/module.cc:12341
56679 #, gcc-internal-format
56680 msgid "... this enumerator %qD"
56681 msgstr ""
56683 #: cp/module.cc:12343
56684 #, gcc-internal-format
56685 msgid "enumerator %qD does not match ..."
56686 msgstr ""
56688 #: cp/module.cc:12349
56689 #, gcc-internal-format
56690 msgid "additional enumerators beginning with %qD"
56691 msgstr ""
56693 #: cp/module.cc:12353
56694 #, gcc-internal-format
56695 msgid "enumeration range differs"
56696 msgstr ""
56698 #: cp/module.cc:13482
56699 #, gcc-internal-format
56700 msgid "%q#D references internal linkage entity %q#D"
56701 msgstr ""
56703 #: cp/module.cc:14059
56704 #, gcc-internal-format
56705 msgid "recursive lazy load"
56706 msgstr ""
56708 #. Cannot import the current module.
56709 #: cp/module.cc:14078
56710 #, gcc-internal-format
56711 msgid "cannot import module in its own purview"
56712 msgstr ""
56714 #: cp/module.cc:14079 cp/module.cc:19271
56715 #, gcc-internal-format
56716 msgid "module %qs declared here"
56717 msgstr "модуль %qs оголошено тут:"
56719 #: cp/module.cc:14423
56720 #, gcc-internal-format
56721 msgid "indirect import %qs is not already loaded"
56722 msgstr ""
56724 #: cp/module.cc:14429
56725 #, gcc-internal-format
56726 msgid "import %qs has CRC mismatch"
56727 msgstr ""
56729 #: cp/module.cc:16226
56730 #, gcc-internal-format
56731 msgid "unable to represent further imported source locations"
56732 msgstr ""
56734 #: cp/module.cc:17099
56735 #, gcc-internal-format
56736 msgid "not exporting %<#define %E%> as it is a keyword"
56737 msgstr ""
56739 #: cp/module.cc:17339
56740 #, gcc-internal-format
56741 msgid "macro definitions of %qE corrupted"
56742 msgstr "визначення макроса %qE пошкоджено"
56744 #: cp/module.cc:17363 cp/module.cc:17366
56745 #, gcc-internal-format
56746 msgid "inconsistent imported macro definition %qE"
56747 msgstr ""
56749 #: cp/module.cc:17372
56750 #, gcc-internal-format
56751 msgid "%<#undef %E%>"
56752 msgstr ""
56754 #: cp/module.cc:17374
56755 #, gcc-internal-format
56756 msgid "%<#define %s%>"
56757 msgstr ""
56759 #: cp/module.cc:17606
56760 #, gcc-internal-format
56761 msgid "compiled module file is %qs"
56762 msgstr "компільованим файлом модуля є %qs"
56764 #: cp/module.cc:17643 cp/module.cc:17648
56765 #, gcc-internal-format, gfc-internal-format
56766 msgid "compiled module is %sversion %s"
56767 msgstr ""
56769 #: cp/module.cc:17654
56770 #, gcc-internal-format, gfc-internal-format
56771 msgid "compiler is %sversion %s%s%s"
56772 msgstr ""
56774 #: cp/module.cc:17684
56775 #, gcc-internal-format
56776 msgid "module %qs found"
56777 msgstr ""
56779 #: cp/module.cc:17686
56780 #, gcc-internal-format
56781 msgid "header module expected, module %qs found"
56782 msgstr ""
56784 #: cp/module.cc:17687
56785 #, gcc-internal-format
56786 msgid "module %qs expected, header module found"
56787 msgstr ""
56789 #: cp/module.cc:17702
56790 #, gcc-internal-format
56791 msgid "module %qs CRC mismatch"
56792 msgstr ""
56794 #: cp/module.cc:17716
56795 #, gcc-internal-format
56796 msgid "target & host is %qs:%qs, expected %qs:%qs"
56797 msgstr ""
56799 #: cp/module.cc:17728
56800 #, gcc-internal-format
56801 msgid "language dialect differs %qs, expected %qs"
56802 msgstr ""
56804 #: cp/module.cc:17744
56805 #, gcc-internal-format
56806 msgid "module contains OpenMP, use %<-fopenmp%> to enable"
56807 msgstr ""
56809 #: cp/module.cc:17761
56810 #, gcc-internal-format
56811 msgid "fixed tree mismatch"
56812 msgstr ""
56814 #: cp/module.cc:17852
56815 #, gcc-internal-format
56816 msgid "interface partition is not exported"
56817 msgstr ""
56819 #: cp/module.cc:18409
56820 #, gcc-internal-format, gfc-internal-format
56821 msgid "failed to read compiled module cluster %u: %s"
56822 msgstr ""
56824 #: cp/module.cc:18447
56825 #, gcc-internal-format, gfc-internal-format
56826 msgid "failed to read compiled module: %s"
56827 msgstr ""
56829 #: cp/module.cc:18457
56830 #, gcc-internal-format
56831 msgid "consider using %<-fno-module-lazy%>, increasing %<-param-lazy-modules=%u%> value, or increasing the per-process file descriptor limit"
56832 msgstr ""
56834 #: cp/module.cc:18462
56835 #, gcc-internal-format
56836 msgid "imports must be built before being imported"
56837 msgstr ""
56839 #: cp/module.cc:18465
56840 #, gcc-internal-format
56841 msgid "returning to the gate for a mechanical issue"
56842 msgstr ""
56844 #: cp/module.cc:18968
56845 #, gcc-internal-format
56846 msgid "reading CMI %qs"
56847 msgstr ""
56849 #: cp/module.cc:19116
56850 #, gcc-internal-format
56851 msgid "failed to load binding %<%E%s%E%>"
56852 msgstr ""
56854 #: cp/module.cc:19117
56855 #, gcc-internal-format
56856 msgid "failed to load binding %<%E%s%E@%s%>"
56857 msgstr ""
56859 #: cp/module.cc:19124
56860 #, gcc-internal-format
56861 msgid "during load of binding %<%E%s%E%>"
56862 msgstr ""
56864 #: cp/module.cc:19125
56865 #, gcc-internal-format
56866 msgid "during load of binding %<%E%s%E@%s%>"
56867 msgstr ""
56869 #: cp/module.cc:19187
56870 #, gcc-internal-format
56871 msgid "failed to load pendings for %<%E%s%E%>"
56872 msgstr ""
56874 #: cp/module.cc:19191
56875 #, gcc-internal-format
56876 msgid "during load of pendings for %<%E%s%E%>"
56877 msgstr ""
56879 #. Only header units should appear inside language
56880 #. specifications.  The std doesn't specify this, but I think
56881 #. that's an error in resolving US 033, because language linkage
56882 #. is also our escape clause to getting things into the global
56883 #. module, so we don't want to confuse things by having to think
56884 #. about whether 'extern "C++" { import foo; }' puts foo's
56885 #. contents into the global module all of a sudden.
56886 #: cp/module.cc:19236
56887 #, gcc-internal-format
56888 msgid "import of named module %qs inside language-linkage block"
56889 msgstr ""
56891 #: cp/module.cc:19266
56892 #, gcc-internal-format
56893 msgid "module already declared"
56894 msgstr "модуль вже оголошено"
56896 #: cp/module.cc:19267
56897 #, gcc-internal-format
56898 msgid "module already imported"
56899 msgstr "модуль вже імпортовано"
56901 #: cp/module.cc:19272
56902 #, gcc-internal-format
56903 msgid "module %qs imported here"
56904 msgstr "модуль %qs імпортовано тут:"
56906 #: cp/module.cc:19479
56907 #, gcc-internal-format, gfc-internal-format
56908 msgid "unknown Compiled Module Interface: %s"
56909 msgstr ""
56911 #: cp/module.cc:19522
56912 #, gcc-internal-format
56913 msgid "cannot determine %<#include%> translation of %s: %s"
56914 msgstr ""
56916 #: cp/module.cc:19540
56917 #, gcc-internal-format
56918 msgid "include %qs translated to import"
56919 msgstr ""
56921 #: cp/module.cc:19541
56922 #, gcc-internal-format
56923 msgid "include %qs processed textually"
56924 msgstr ""
56926 #: cp/module.cc:19899
56927 #, gcc-internal-format
56928 msgid "C++ modules are incompatible with precompiled headers"
56929 msgstr ""
56931 #: cp/module.cc:19903
56932 #, gcc-internal-format
56933 msgid "C++ modules are incompatible with traditional preprocessing"
56934 msgstr ""
56936 #: cp/module.cc:19913
56937 #, gcc-internal-format
56938 msgid "macro debug output may be incomplete with modules"
56939 msgstr ""
56941 #: cp/module.cc:19914
56942 #, gcc-internal-format
56943 msgid "module dependencies require preprocessing"
56944 msgstr ""
56946 #: cp/module.cc:19916
56947 #, gcc-internal-format
56948 msgid "you should use the %<-%s%> option"
56949 msgstr ""
56951 #: cp/module.cc:19951 cp/module.cc:19980
56952 #, gcc-internal-format
56953 msgid "invalid header name %qs"
56954 msgstr "некоректна назва заголовка %qs"
56956 #: cp/module.cc:19990
56957 #, gcc-internal-format
56958 msgid "invalid module name %qs"
56959 msgstr "некоректна назва модуля %qs"
56961 #: cp/module.cc:20180
56962 #, gcc-internal-format
56963 msgid "%<-fmodule-only%> used for non-interface"
56964 msgstr ""
56966 #: cp/module.cc:20220
56967 #, gcc-internal-format
56968 msgid "writing CMI %qs"
56969 msgstr ""
56971 #: cp/module.cc:20227
56972 #, gcc-internal-format
56973 msgid "not writing module %qs due to errors"
56974 msgstr ""
56976 #: cp/module.cc:20292
56977 #, gcc-internal-format, gfc-internal-format
56978 msgid "failed to write compiled module: %s"
56979 msgstr ""
56981 #: cp/module.cc:20389
56982 #, gcc-internal-format
56983 msgid "unknown header kind %qs"
56984 msgstr "невідомий тип заголовка %qs"
56986 #: cp/name-lookup.cc:2712
56987 #, gcc-internal-format
56988 msgid "redeclaration of %q#D with different template parameters"
56989 msgstr ""
56991 #: cp/name-lookup.cc:2718
56992 #, gcc-internal-format
56993 msgid "%q#D conflicts with a previous declaration"
56994 msgstr ""
56996 #: cp/name-lookup.cc:2883
56997 #, gcc-internal-format
56998 msgid "%q#D hides constructor for %q#D"
56999 msgstr "%q#D приховує конструктор для %q#D"
57001 #: cp/name-lookup.cc:3032
57002 #, gcc-internal-format
57003 msgid "conflicting C language linkage declaration %q#D"
57004 msgstr "конфліктує із оголошенням компонування мови C %q#D"
57006 #: cp/name-lookup.cc:3037
57007 #, gcc-internal-format
57008 msgid "due to different exception specifications"
57009 msgstr "через різні специфікації виключення"
57011 #: cp/name-lookup.cc:3135
57012 #, gcc-internal-format
57013 msgid "lambda parameter %qD previously declared as a capture"
57014 msgstr ""
57016 #: cp/name-lookup.cc:3158
57017 #, gcc-internal-format
57018 msgid "declaration of %q#D shadows a parameter"
57019 msgstr ""
57021 #: cp/name-lookup.cc:3297
57022 #, gcc-internal-format
57023 msgid "declaration of %qD shadows a member of %qT"
57024 msgstr "оголошення %qD затінює член %qT"
57026 #: cp/name-lookup.cc:3760
57027 #, gcc-internal-format
57028 msgid "friend declaration %qD in local class without prior local declaration"
57029 msgstr ""
57031 #: cp/name-lookup.cc:4228
57032 #, gcc-internal-format
57033 msgid "%s %<%s(%E)%> %p %d"
57034 msgstr "%s %<%s(%E)%> %p %d"
57036 #: cp/name-lookup.cc:4231
57037 #, gcc-internal-format
57038 msgid "%s %s %p %d"
57039 msgstr "%s %s %p %d"
57041 #: cp/name-lookup.cc:4842
57042 #, gcc-internal-format
57043 msgid "%q#D does not have external linkage"
57044 msgstr "%q#D не має зовнішньої прив'язки"
57046 #: cp/name-lookup.cc:4844 cp/parser.cc:11411 cp/parser.cc:11421
57047 #: cp/semantics.cc:4005 cp/semantics.cc:4020
57048 #, gcc-internal-format
57049 msgid "%q#D declared here"
57050 msgstr "%q#D оголошено тут:"
57052 #: cp/name-lookup.cc:5556
57053 #, gcc-internal-format
57054 msgid "%<%T%s%D%> names destructor"
57055 msgstr "%<%T%s%D%> є назвою деструктора"
57057 #: cp/name-lookup.cc:5572
57058 #, gcc-internal-format
57059 msgid "using-declaration for non-member at class scope"
57060 msgstr ""
57062 #: cp/name-lookup.cc:5580
57063 #, gcc-internal-format
57064 msgid "%<using%> with enumeration scope %q#T only available with %<-std=c++20%> or %<-std=gnu++20%>"
57065 msgstr ""
57067 #: cp/name-lookup.cc:5596 cp/pt.cc:18800
57068 #, gcc-internal-format
57069 msgid "%qT is not a class, namespace, or enumeration"
57070 msgstr "%qT не є класом, простором назв або переліком"
57072 #: cp/name-lookup.cc:5606
57073 #, gcc-internal-format
57074 msgid "non-member using-declaration names constructor of %qT"
57075 msgstr ""
57077 #: cp/name-lookup.cc:5617 cp/name-lookup.cc:5690
57078 #, gcc-internal-format
57079 msgid "using-declaration for member at non-class scope"
57080 msgstr ""
57082 #: cp/name-lookup.cc:5640
57083 #, gcc-internal-format
57084 msgid "%qT is not a direct base of %qT"
57085 msgstr "%qT не є безпосередньою основою %qT"
57087 #: cp/name-lookup.cc:5700
57088 #, gcc-internal-format
57089 msgid "did you mean %<using enum %T::%D%>?"
57090 msgstr ""
57092 #: cp/name-lookup.cc:5712
57093 #, gcc-internal-format
57094 msgid "%qD has not been declared in %qD"
57095 msgstr "%qD не було оголошено у %qD"
57097 #: cp/name-lookup.cc:5726
57098 #, gcc-internal-format
57099 msgid "using-declaration may not name namespace %qD"
57100 msgstr ""
57102 #: cp/name-lookup.cc:5737
57103 #, gcc-internal-format
57104 msgid "%<%T::%D%> names constructor in %qT"
57105 msgstr ""
57107 #: cp/name-lookup.cc:5830
57108 #, gcc-internal-format
57109 msgid "declaration of %qD not in a namespace surrounding %qD"
57110 msgstr ""
57112 #: cp/name-lookup.cc:5871
57113 #, gcc-internal-format
57114 msgid "explicit qualification in declaration of %qD"
57115 msgstr ""
57117 #: cp/name-lookup.cc:5881
57118 #, gcc-internal-format
57119 msgid "%qD should have been declared inside %qD"
57120 msgstr ""
57122 #: cp/name-lookup.cc:5949
57123 #, gcc-internal-format
57124 msgid "%qD has not been declared within %qD"
57125 msgstr ""
57127 #: cp/name-lookup.cc:5951
57128 #, gcc-internal-format
57129 msgid "only here as a %<friend%>"
57130 msgstr ""
57132 #: cp/name-lookup.cc:6005
57133 #, gcc-internal-format
57134 msgid "%qD attribute requires a single NTBS argument"
57135 msgstr ""
57137 #: cp/name-lookup.cc:6012
57138 #, gcc-internal-format
57139 msgid "%qD attribute is meaningless since members of the anonymous namespace get local symbols"
57140 msgstr ""
57142 #: cp/name-lookup.cc:6022 cp/name-lookup.cc:6049
57143 #, gcc-internal-format
57144 msgid "ignoring %qD attribute on anonymous namespace"
57145 msgstr ""
57147 #: cp/name-lookup.cc:6028
57148 #, gcc-internal-format
57149 msgid "ignoring %qD attribute on non-inline namespace"
57150 msgstr ""
57152 #: cp/name-lookup.cc:6065 cp/name-lookup.cc:8341
57153 #, gcc-internal-format
57154 msgid "%qD attribute directive ignored"
57155 msgstr ""
57157 #: cp/name-lookup.cc:6391
57158 #, gcc-internal-format
57159 msgid "maximum limit of %d namespaces searched for %qE"
57160 msgstr ""
57162 #: cp/name-lookup.cc:6443
57163 #, gcc-internal-format
57164 msgid "suggested alternative:"
57165 msgid_plural "suggested alternatives:"
57166 msgstr[0] ""
57167 msgstr[1] ""
57168 msgstr[2] ""
57170 #: cp/name-lookup.cc:6449
57171 #, gcc-internal-format
57172 msgid "  %qE"
57173 msgstr "  %qE"
57175 #: cp/name-lookup.cc:6761
57176 #, gcc-internal-format
57177 msgid "%<std::%s%> is defined in header %qs; did you forget to %<#include %s%>?"
57178 msgstr ""
57180 #: cp/name-lookup.cc:6767
57181 #, gcc-internal-format
57182 msgid "%<std::%s%> is only available from %s onwards"
57183 msgstr ""
57185 #: cp/name-lookup.cc:7203
57186 #, gcc-internal-format
57187 msgid "the macro %qs had not yet been defined"
57188 msgstr ""
57190 #: cp/name-lookup.cc:7206
57191 #, gcc-internal-format
57192 msgid "it was later defined here"
57193 msgstr ""
57195 #: cp/name-lookup.cc:7969
57196 #, gcc-internal-format
57197 msgid "declaration of %<std::initializer_list%> does not match %<#include <initializer_list>%>, isn%'t a template"
57198 msgstr ""
57200 #: cp/name-lookup.cc:8325
57201 #, gcc-internal-format
57202 msgid "%<strong%> using directive no longer supported"
57203 msgstr ""
57205 #: cp/name-lookup.cc:8328
57206 #, gcc-internal-format
57207 msgid "you can use an inline namespace instead"
57208 msgstr ""
57210 #. We only allow depth 255.
57211 #: cp/name-lookup.cc:8427
57212 #, gcc-internal-format, gfc-internal-format
57213 msgid "cannot nest more than %d namespaces"
57214 msgstr ""
57216 #: cp/name-lookup.cc:8524
57217 #, gcc-internal-format
57218 msgid "%<namespace %E%> is ambiguous"
57219 msgstr ""
57221 #: cp/name-lookup.cc:8540
57222 #, gcc-internal-format
57223 msgid "namespace alias %qD not allowed here, assuming %qD"
57224 msgstr ""
57226 #: cp/name-lookup.cc:8627
57227 #, gcc-internal-format
57228 msgid "inline namespace must be specified at initial definition"
57229 msgstr ""
57231 #: cp/name-lookup.cc:8628
57232 #, gcc-internal-format
57233 msgid "%qD defined here"
57234 msgstr "%qD визначено тут"
57236 #: cp/name-lookup.cc:8677
57237 #, gcc-internal-format
57238 msgid "%s namespace %qD conflicts with reachable definition"
57239 msgstr ""
57241 #: cp/name-lookup.cc:8679
57242 #, gcc-internal-format, gfc-internal-format
57243 msgid "reachable %s definition here"
57244 msgstr "доступне визначення %s тут:"
57246 #: cp/name-lookup.cc:8722
57247 #, gcc-internal-format
57248 msgid "XXX entering %<pop_everything ()%>"
57249 msgstr ""
57251 #: cp/name-lookup.cc:8731
57252 #, gcc-internal-format
57253 msgid "XXX leaving %<pop_everything ()%>"
57254 msgstr ""
57256 #: cp/optimize.cc:605
57257 #, gcc-internal-format
57258 msgid "making multiple clones of %qD"
57259 msgstr ""
57261 #: cp/parser.cc:980
57262 #, gcc-internal-format
57263 msgid "identifier %qE is a keyword in C++11"
57264 msgstr ""
57266 #: cp/parser.cc:994
57267 #, gcc-internal-format
57268 msgid "identifier %qE is a keyword in C++20"
57269 msgstr ""
57271 #: cp/parser.cc:1493 cp/parser.cc:1506
57272 #, gcc-internal-format
57273 msgid "%<LEXER_DEBUGGING_ENABLED_P%> is not set to true"
57274 msgstr ""
57276 #: cp/parser.cc:1531 cp/parser.cc:46255
57277 #, gcc-internal-format
57278 msgid "%<#pragma omp declare %s%> not immediately followed by function declaration or definition"
57279 msgstr ""
57281 #: cp/parser.cc:1571
57282 #, gcc-internal-format
57283 msgid "%<declare %s%> directive not immediately followed by function declaration or definition"
57284 msgstr ""
57286 #: cp/parser.cc:3100
57287 #, gcc-internal-format
57288 msgid "%<#pragma%> is not allowed here"
57289 msgstr ""
57291 #: cp/parser.cc:3229
57292 #, gcc-internal-format
57293 msgid "%<%E::%E%> has not been declared"
57294 msgstr ""
57296 #: cp/parser.cc:3232
57297 #, gcc-internal-format
57298 msgid "%<::%E%> has not been declared"
57299 msgstr ""
57301 #: cp/parser.cc:3235
57302 #, gcc-internal-format
57303 msgid "request for member %qE in non-class type %qT"
57304 msgstr ""
57306 #: cp/parser.cc:3238 cp/parser.cc:21087
57307 #, gcc-internal-format
57308 msgid "%<%T::%E%> has not been declared"
57309 msgstr ""
57311 #: cp/parser.cc:3248
57312 #, gcc-internal-format
57313 msgid "%<%E::%E%> is not a type"
57314 msgstr "%<%E::%E%> не є типом"
57316 #: cp/parser.cc:3252
57317 #, gcc-internal-format
57318 msgid "%<%E::%E%> is not a class or namespace"
57319 msgstr ""
57321 #: cp/parser.cc:3257
57322 #, gcc-internal-format
57323 msgid "%<%E::%E%> is not a class, namespace, or enumeration"
57324 msgstr ""
57326 #: cp/parser.cc:3270
57327 #, gcc-internal-format
57328 msgid "%<::%E%> is not a type"
57329 msgstr "%<::%E%> не є типом"
57331 #: cp/parser.cc:3273
57332 #, gcc-internal-format
57333 msgid "%<::%E%> is not a class or namespace"
57334 msgstr ""
57336 #: cp/parser.cc:3277
57337 #, gcc-internal-format
57338 msgid "%<::%E%> is not a class, namespace, or enumeration"
57339 msgstr ""
57341 #: cp/parser.cc:3289
57342 #, gcc-internal-format
57343 msgid "%qE is not a type"
57344 msgstr ""
57346 #: cp/parser.cc:3292
57347 #, gcc-internal-format
57348 msgid "%qE is not a class or namespace"
57349 msgstr ""
57351 #: cp/parser.cc:3296
57352 #, gcc-internal-format
57353 msgid "%qE is not a class, namespace, or enumeration"
57354 msgstr ""
57356 #: cp/parser.cc:3360
57357 #, gcc-internal-format
57358 msgid "new types may not be defined in a return type"
57359 msgstr ""
57361 #: cp/parser.cc:3362
57362 #, gcc-internal-format
57363 msgid "(perhaps a semicolon is missing after the definition of %qT)"
57364 msgstr ""
57366 #: cp/parser.cc:3390
57367 #, gcc-internal-format
57368 msgid "%qE is not a class template"
57369 msgstr ""
57371 #: cp/parser.cc:3392
57372 #, gcc-internal-format
57373 msgid "%qE is not a template"
57374 msgstr ""
57376 #: cp/parser.cc:3395
57377 #, gcc-internal-format
57378 msgid "invalid template-id"
57379 msgstr ""
57381 #: cp/parser.cc:3429
57382 #, gcc-internal-format
57383 msgid "ISO C++ forbids using a floating-point literal in a constant-expression"
57384 msgstr ""
57386 #: cp/parser.cc:3433
57387 #, gcc-internal-format
57388 msgid "a cast to a type other than an integral or enumeration type cannot appear in a constant-expression"
57389 msgstr ""
57391 #: cp/parser.cc:3438
57392 #, gcc-internal-format
57393 msgid "%<typeid%> operator cannot appear in a constant-expression"
57394 msgstr ""
57396 #: cp/parser.cc:3442
57397 #, gcc-internal-format
57398 msgid "non-constant compound literals cannot appear in a constant-expression"
57399 msgstr ""
57401 #: cp/parser.cc:3446
57402 #, gcc-internal-format
57403 msgid "a function call cannot appear in a constant-expression"
57404 msgstr ""
57406 #: cp/parser.cc:3450
57407 #, gcc-internal-format
57408 msgid "an increment cannot appear in a constant-expression"
57409 msgstr ""
57411 #: cp/parser.cc:3454
57412 #, gcc-internal-format
57413 msgid "an decrement cannot appear in a constant-expression"
57414 msgstr ""
57416 #: cp/parser.cc:3458
57417 #, gcc-internal-format
57418 msgid "an array reference cannot appear in a constant-expression"
57419 msgstr ""
57421 #: cp/parser.cc:3462
57422 #, gcc-internal-format
57423 msgid "the address of a label cannot appear in a constant-expression"
57424 msgstr ""
57426 #: cp/parser.cc:3466
57427 #, gcc-internal-format
57428 msgid "calls to overloaded operators cannot appear in a constant-expression"
57429 msgstr ""
57431 #: cp/parser.cc:3470
57432 #, gcc-internal-format
57433 msgid "an assignment cannot appear in a constant-expression"
57434 msgstr ""
57436 #: cp/parser.cc:3473
57437 #, gcc-internal-format
57438 msgid "a comma operator cannot appear in a constant-expression"
57439 msgstr ""
57441 #: cp/parser.cc:3477
57442 #, gcc-internal-format
57443 msgid "a call to a constructor cannot appear in a constant-expression"
57444 msgstr ""
57446 #: cp/parser.cc:3481
57447 #, gcc-internal-format
57448 msgid "a transaction expression cannot appear in a constant-expression"
57449 msgstr ""
57451 #: cp/parser.cc:3527
57452 #, gcc-internal-format
57453 msgid "%qs cannot appear in a constant-expression"
57454 msgstr ""
57456 #: cp/parser.cc:3564
57457 #, gcc-internal-format
57458 msgid "class template argument deduction is only available with %<-std=c++17%> or %<-std=gnu++17%>"
57459 msgstr ""
57461 #: cp/parser.cc:3569
57462 #, gcc-internal-format
57463 msgid "invalid use of destructor %qD as a type"
57464 msgstr ""
57466 #. Something like 'unsigned A a;'
57467 #: cp/parser.cc:3572
57468 #, gcc-internal-format
57469 msgid "invalid combination of multiple type-specifiers"
57470 msgstr ""
57472 #: cp/parser.cc:3585
57473 #, gcc-internal-format
57474 msgid "%qE does not name a type; did you mean %qs?"
57475 msgstr ""
57477 #: cp/parser.cc:3589
57478 #, gcc-internal-format
57479 msgid "%qE does not name a type"
57480 msgstr ""
57482 #: cp/parser.cc:3598
57483 #, gcc-internal-format
57484 msgid "C++11 %<constexpr%> only available with %<-std=c++11%> or %<-std=gnu++11%>"
57485 msgstr ""
57487 #: cp/parser.cc:3601
57488 #, gcc-internal-format
57489 msgid "C++11 %<noexcept%> only available with %<-std=c++11%> or %<-std=gnu++11%>"
57490 msgstr ""
57492 #: cp/parser.cc:3607
57493 #, gcc-internal-format
57494 msgid "%qE is not recognized as a module control-line"
57495 msgstr ""
57497 #: cp/parser.cc:3610
57498 #, gcc-internal-format
57499 msgid "C++20 %qE only available with %<-fmodules-ts%>"
57500 msgstr ""
57502 #: cp/parser.cc:3613
57503 #, gcc-internal-format
57504 msgid "C++20 %qE only available with %<-fmodules-ts%>, which is not yet enabled with %<-std=c++20%>"
57505 msgstr ""
57507 #: cp/parser.cc:3619
57508 #, gcc-internal-format
57509 msgid "C++11 %<thread_local%> only available with %<-std=c++11%> or %<-std=gnu++11%>"
57510 msgstr ""
57512 #: cp/parser.cc:3622
57513 #, gcc-internal-format
57514 msgid "C++20 %<constinit%> only available with %<-std=c++20%> or %<-std=gnu++20%>"
57515 msgstr ""
57517 #: cp/parser.cc:3625
57518 #, gcc-internal-format
57519 msgid "%<concept%> only available with %<-std=c++20%> or %<-fconcepts%>"
57520 msgstr ""
57522 #: cp/parser.cc:3628 cp/parser.cc:30632
57523 #, gcc-internal-format
57524 msgid "%<requires%> only available with %<-std=c++20%> or %<-fconcepts%>"
57525 msgstr ""
57527 #: cp/parser.cc:3650
57528 #, gcc-internal-format
57529 msgid "(perhaps %<typename %T::%E%> was intended)"
57530 msgstr ""
57532 #: cp/parser.cc:3678 cp/parser.cc:3690
57533 #, gcc-internal-format
57534 msgid "%qE in namespace %qE does not name a template type; did you mean %qs?"
57535 msgstr ""
57537 #: cp/parser.cc:3683 cp/parser.cc:3695
57538 #, gcc-internal-format
57539 msgid "%qE in namespace %qE does not name a template type"
57540 msgstr ""
57542 #: cp/parser.cc:3703
57543 #, gcc-internal-format
57544 msgid "%qE in namespace %qE does not name a type; did you mean %qs?"
57545 msgstr ""
57547 #: cp/parser.cc:3708
57548 #, gcc-internal-format
57549 msgid "%qE in namespace %qE does not name a type"
57550 msgstr ""
57552 #: cp/parser.cc:3719
57553 #, gcc-internal-format
57554 msgid "%<%T::%E%> names the constructor, not the type"
57555 msgstr ""
57557 #: cp/parser.cc:3722
57558 #, gcc-internal-format
57559 msgid "and %qT has no template constructors"
57560 msgstr ""
57562 #: cp/parser.cc:3732
57563 #, gcc-internal-format
57564 msgid "need %<typename%> before %<%T::%D::%E%> because %<%T::%D%> is a dependent scope"
57565 msgstr ""
57567 #: cp/parser.cc:3740
57568 #, gcc-internal-format
57569 msgid "need %<typename%> before %<%T::%E%> because %qT is a dependent scope"
57570 msgstr ""
57572 #: cp/parser.cc:3752 cp/parser.cc:3756
57573 #, gcc-internal-format
57574 msgid "%qE in %q#T does not name a template type"
57575 msgstr ""
57577 #: cp/parser.cc:3760
57578 #, gcc-internal-format
57579 msgid "%qE in %q#T does not name a type"
57580 msgstr ""
57582 #: cp/parser.cc:4442
57583 #, gcc-internal-format
57584 msgid "expected string-literal"
57585 msgstr ""
57587 #: cp/parser.cc:4514
57588 #, gcc-internal-format
57589 msgid "inconsistent user-defined literal suffixes %qD and %qD in string literal"
57590 msgstr ""
57592 #: cp/parser.cc:4533
57593 #, gcc-internal-format
57594 msgid "concatenation of string literals with conflicting encoding prefixes"
57595 msgstr ""
57597 #: cp/parser.cc:4737
57598 #, gcc-internal-format
57599 msgid "unable to find character literal operator %qD with %qT argument"
57600 msgstr ""
57602 #: cp/parser.cc:4843
57603 #, gcc-internal-format
57604 msgid "integer literal exceeds range of %qT type"
57605 msgstr ""
57607 #: cp/parser.cc:4850
57608 #, gcc-internal-format
57609 msgid "floating literal exceeds range of %qT type"
57610 msgstr ""
57612 #: cp/parser.cc:4854
57613 #, gcc-internal-format
57614 msgid "floating literal truncated to zero"
57615 msgstr ""
57617 #: cp/parser.cc:4883
57618 #, gcc-internal-format
57619 msgid "failed to translate literal to execution character set %qT"
57620 msgstr ""
57622 #: cp/parser.cc:4917
57623 #, gcc-internal-format
57624 msgid "unable to find numeric literal operator %qD"
57625 msgstr ""
57627 #: cp/parser.cc:4923
57628 #, gcc-internal-format
57629 msgid "add %<using namespace std::complex_literals%> (from %<<complex>%>) to enable the C++14 user-defined literal suffixes"
57630 msgstr ""
57632 #: cp/parser.cc:4927
57633 #, gcc-internal-format
57634 msgid "or use %<j%> instead of %<i%> for the GNU built-in suffix"
57635 msgstr ""
57637 #: cp/parser.cc:4931
57638 #, gcc-internal-format
57639 msgid "use %<-fext-numeric-literals%> to enable more built-in suffixes"
57640 msgstr ""
57642 #: cp/parser.cc:5015
57643 #, gcc-internal-format
57644 msgid "unable to find string literal operator %qD with %qT, %qT arguments"
57645 msgstr ""
57647 #: cp/parser.cc:5109
57648 #, gcc-internal-format
57649 msgid "global module fragment contents must be from preprocessor inclusion"
57650 msgstr ""
57652 #: cp/parser.cc:5124 cp/parser.cc:15282
57653 #, gcc-internal-format
57654 msgid "expected declaration"
57655 msgstr ""
57657 #: cp/parser.cc:5485 cp/parser.cc:5500
57658 #, gcc-internal-format
57659 msgid "expected binary operator"
57660 msgstr "мав бути бінарний оператор"
57662 #: cp/parser.cc:5506
57663 #, gcc-internal-format
57664 msgid "expected ..."
57665 msgstr "мало бути ..."
57667 #: cp/parser.cc:5518
57668 #, gcc-internal-format
57669 msgid "binary expression in operand of fold-expression"
57670 msgstr ""
57672 #: cp/parser.cc:5523
57673 #, gcc-internal-format
57674 msgid "conditional expression in operand of fold-expression"
57675 msgstr ""
57677 #: cp/parser.cc:5531
57678 #, gcc-internal-format
57679 msgid "mismatched operator in fold-expression"
57680 msgstr ""
57682 #: cp/parser.cc:5635
57683 #, gcc-internal-format
57684 msgid "fixed-point types not supported in C++"
57685 msgstr ""
57687 #: cp/parser.cc:5725
57688 #, gcc-internal-format
57689 msgid "ISO C++ forbids braced-groups within expressions"
57690 msgstr ""
57692 #: cp/parser.cc:5737
57693 #, gcc-internal-format
57694 msgid "statement-expressions are not allowed outside functions nor in template-argument lists"
57695 msgstr ""
57697 #: cp/parser.cc:5777
57698 #, gcc-internal-format
57699 msgid "fold-expressions only available with %<-std=c++17%> or %<-std=gnu++17%>"
57700 msgstr ""
57702 #: cp/parser.cc:5838 cp/parser.cc:5999 cp/parser.cc:6180 cp/semantics.cc:4163
57703 #, gcc-internal-format
57704 msgid "expected primary-expression"
57705 msgstr ""
57707 #: cp/parser.cc:5868
57708 #, gcc-internal-format
57709 msgid "%<this%> may not be used in this context"
57710 msgstr ""
57712 #: cp/parser.cc:5993
57713 #, gcc-internal-format
57714 msgid "a template declaration cannot appear at block scope"
57715 msgstr ""
57717 #: cp/parser.cc:6208
57718 #, gcc-internal-format
57719 msgid "expected %qs keyword before dependent template name"
57720 msgstr ""
57722 #: cp/parser.cc:6351
57723 #, gcc-internal-format
57724 msgid "expected id-expression"
57725 msgstr ""
57727 #: cp/parser.cc:6514
57728 #, gcc-internal-format
57729 msgid "scope %qT before %<~%> is not a class-name"
57730 msgstr ""
57732 #: cp/parser.cc:6524
57733 #, gcc-internal-format
57734 msgid "%<template%> keyword not permitted in destructor name"
57735 msgstr ""
57737 #: cp/parser.cc:6561 cp/parser.cc:8665
57738 #, gcc-internal-format
57739 msgid "%<~auto%> only available with %<-std=c++14%> or %<-std=gnu++14%>"
57740 msgstr ""
57742 #: cp/parser.cc:6573
57743 #, gcc-internal-format
57744 msgid "template-id not allowed for destructor"
57745 msgstr ""
57747 #: cp/parser.cc:6682
57748 #, gcc-internal-format
57749 msgid "declaration of %<~%T%> as member of %qT"
57750 msgstr ""
57752 #: cp/parser.cc:6697
57753 #, gcc-internal-format
57754 msgid "typedef-name %qD used as destructor declarator"
57755 msgstr ""
57757 #: cp/parser.cc:6733 cp/parser.cc:23593
57758 #, gcc-internal-format
57759 msgid "expected unqualified-id"
57760 msgstr ""
57762 #: cp/parser.cc:6760 cp/typeck.cc:3173 cp/typeck.cc:3176 cp/typeck.cc:3193
57763 #, gcc-internal-format
57764 msgid "%qD is not a template"
57765 msgstr ""
57767 #: cp/parser.cc:6874
57768 #, gcc-internal-format
57769 msgid "found %<:%> in nested-name-specifier, expected %<::%>"
57770 msgstr ""
57772 #: cp/parser.cc:6955
57773 #, gcc-internal-format
57774 msgid "%<decltype%> evaluates to %qT, which is not a class or enumeration type"
57775 msgstr ""
57777 #: cp/parser.cc:6982 cp/parser.cc:6993
57778 #, gcc-internal-format
57779 msgid "concept-id %qD in nested-name-specifier"
57780 msgstr ""
57782 #: cp/parser.cc:6985
57783 #, gcc-internal-format
57784 msgid "function template-id %qD in nested-name-specifier"
57785 msgstr ""
57787 #: cp/parser.cc:6999
57788 #, gcc-internal-format
57789 msgid "variable template-id %qD in nested-name-specifier"
57790 msgstr ""
57792 #: cp/parser.cc:7173
57793 #, gcc-internal-format
57794 msgid "expected nested-name-specifier"
57795 msgstr ""
57797 #: cp/parser.cc:7380 cp/parser.cc:9910
57798 #, gcc-internal-format
57799 msgid "types may not be defined in casts"
57800 msgstr ""
57802 #: cp/parser.cc:7469
57803 #, gcc-internal-format
57804 msgid "types may not be defined in a %<typeid%> expression"
57805 msgstr ""
57807 #: cp/parser.cc:7561
57808 #, gcc-internal-format
57809 msgid "wrong number of arguments to %<__builtin_addressof%>"
57810 msgstr "помилкова кількість аргументів %<__builtin_addressof%>"
57812 #: cp/parser.cc:7573 cp/pt.cc:21116
57813 #, gcc-internal-format
57814 msgid "wrong number of arguments to %<__builtin_launder%>"
57815 msgstr "помилкова кількість аргументів %<__builtin_launder%>"
57817 #: cp/parser.cc:7586
57818 #, gcc-internal-format
57819 msgid "wrong number of arguments to %<__builtin_assoc_barrier%>"
57820 msgstr "помилкова кількість аргументів %<__builtin_assoc_barrier%>"
57822 #: cp/parser.cc:7612
57823 #, gcc-internal-format
57824 msgid "wrong number of arguments to %<__builtin_shufflevector%>"
57825 msgstr "помилкова кількість аргументів %<__builtin_shufflevector%>"
57827 #: cp/parser.cc:7750
57828 #, gcc-internal-format
57829 msgid "ISO C++ forbids compound-literals"
57830 msgstr ""
57832 #: cp/parser.cc:7809
57833 #, gcc-internal-format
57834 msgid "two consecutive %<[%> shall only introduce an attribute"
57835 msgstr ""
57837 #: cp/parser.cc:8449 cp/typeck.cc:3061
57838 #, gcc-internal-format
57839 msgid "invalid use of %qD"
57840 msgstr ""
57842 #: cp/parser.cc:8458
57843 #, gcc-internal-format
57844 msgid "%<%D::%D%> is not a class member"
57845 msgstr ""
57847 #: cp/parser.cc:8717
57848 #, gcc-internal-format
57849 msgid "non-scalar type"
57850 msgstr ""
57852 #: cp/parser.cc:8827
57853 #, gcc-internal-format
57854 msgid "ISO C++ does not allow %<alignof%> with a non-type"
57855 msgstr ""
57857 #: cp/parser.cc:8922
57858 #, gcc-internal-format
57859 msgid "types may not be defined in %<noexcept%> expressions"
57860 msgstr ""
57862 #: cp/parser.cc:9196 cp/parser.cc:33253
57863 #, gcc-internal-format
57864 msgid "types may not be defined in %qs expressions"
57865 msgstr "у виразах %qs не можна визначати типи"
57867 #: cp/parser.cc:9261
57868 #, gcc-internal-format
57869 msgid "%<__builtin_has_attribute%> with dependent argument not supported yet"
57870 msgstr ""
57872 #: cp/parser.cc:9347
57873 #, gcc-internal-format
57874 msgid "types may not be defined in a new-expression"
57875 msgstr ""
57877 #: cp/parser.cc:9363
57878 #, gcc-internal-format
57879 msgid "array bound forbidden after parenthesized type-id"
57880 msgstr ""
57882 #: cp/parser.cc:9365
57883 #, gcc-internal-format
57884 msgid "try removing the parentheses around the type-id"
57885 msgstr ""
57887 #: cp/parser.cc:9397
57888 #, gcc-internal-format
57889 msgid "initialization of new-expression for type %<auto%> requires exactly one element"
57890 msgstr ""
57892 #: cp/parser.cc:9442
57893 #, gcc-internal-format
57894 msgid "expected expression-list or type-id"
57895 msgstr ""
57897 #: cp/parser.cc:9471
57898 #, gcc-internal-format
57899 msgid "types may not be defined in a new-type-id"
57900 msgstr ""
57902 #: cp/parser.cc:9606
57903 #, gcc-internal-format
57904 msgid "expression in new-declarator must have integral or enumeration type"
57905 msgstr ""
57907 #: cp/parser.cc:10015
57908 #, gcc-internal-format
57909 msgid "use of old-style cast to %q#T"
57910 msgstr ""
57912 #: cp/parser.cc:10164
57913 #, gcc-internal-format
57914 msgid "%<>>%> operator is treated as two right angle brackets in C++11"
57915 msgstr ""
57917 #: cp/parser.cc:10167
57918 #, gcc-internal-format
57919 msgid "suggest parentheses around %<>>%> expression"
57920 msgstr ""
57922 #: cp/parser.cc:10392
57923 #, gcc-internal-format
57924 msgid "ISO C++ does not allow %<?:%> with omitted middle operand"
57925 msgstr ""
57927 #: cp/parser.cc:10703
57928 #, gcc-internal-format
57929 msgid "top-level comma expression in array subscript is deprecated"
57930 msgstr ""
57932 #: cp/parser.cc:10852
57933 #, gcc-internal-format
57934 msgid "types may not be defined within %<__builtin_offsetof%>"
57935 msgstr ""
57937 #: cp/parser.cc:11057
57938 #, gcc-internal-format
57939 msgid "lambda-expression in template parameter type"
57940 msgstr "лямбда-вираз у типі параметра шаблона"
57942 #: cp/parser.cc:11067
57943 #, gcc-internal-format
57944 msgid "lambda-expression in unevaluated context only available with %<-std=c++20%> or %<-std=gnu++20%>"
57945 msgstr ""
57947 #: cp/parser.cc:11077
57948 #, gcc-internal-format
57949 msgid "lambda-expression in template-argument only available with %<-std=c++20%> or %<-std=gnu++20%>"
57950 msgstr ""
57952 #: cp/parser.cc:11234
57953 #, gcc-internal-format
57954 msgid "non-local lambda expression cannot have a capture-default"
57955 msgstr ""
57957 #: cp/parser.cc:11256
57958 #, gcc-internal-format
57959 msgid "expected end of capture-list"
57960 msgstr ""
57962 #: cp/parser.cc:11272
57963 #, gcc-internal-format
57964 msgid "explicit by-copy capture of %<this%> with by-copy capture default only available with %<-std=c++20%> or %<-std=gnu++20%>"
57965 msgstr ""
57967 #: cp/parser.cc:11278 cp/parser.cc:11300 cp/parser.cc:11493
57968 #, gcc-internal-format
57969 msgid "already captured %qD in lambda expression"
57970 msgstr "вже захоплене %qD у лямбда-виразі"
57972 #: cp/parser.cc:11294
57973 #, gcc-internal-format
57974 msgid "%<*this%> capture only available with %<-std=c++17%> or %<-std=gnu++17%>"
57975 msgstr ""
57977 #: cp/parser.cc:11314
57978 #, gcc-internal-format
57979 msgid "%<this%> cannot be captured by reference"
57980 msgstr ""
57982 #: cp/parser.cc:11334
57983 #, gcc-internal-format
57984 msgid "pack init-capture only available with %<-std=c++20%> or %<-std=gnu++20%>"
57985 msgstr ""
57987 #: cp/parser.cc:11345
57988 #, gcc-internal-format
57989 msgid "%<&%> should come before %<...%>"
57990 msgstr ""
57992 #: cp/parser.cc:11376
57993 #, gcc-internal-format
57994 msgid "lambda capture initializers only available with %<-std=c++14%> or %<-std=gnu++14%>"
57995 msgstr ""
57997 #: cp/parser.cc:11383
57998 #, gcc-internal-format
57999 msgid "empty initializer for lambda init-capture"
58000 msgstr ""
58002 #: cp/parser.cc:11407
58003 #, gcc-internal-format
58004 msgid "capture of non-variable %qE"
58005 msgstr ""
58007 #: cp/parser.cc:11417
58008 #, gcc-internal-format
58009 msgid "capture of variable %qD with non-automatic storage duration"
58010 msgstr ""
58012 #: cp/parser.cc:11455
58013 #, gcc-internal-format
58014 msgid "too many %<...%> in lambda capture"
58015 msgstr "забагато %<...%> у лямбда-захопленні"
58017 #: cp/parser.cc:11466
58018 #, gcc-internal-format
58019 msgid "explicit by-copy capture of %qD redundant with by-copy capture default"
58020 msgstr ""
58022 #: cp/parser.cc:11471
58023 #, gcc-internal-format
58024 msgid "explicit by-reference capture of %qD redundant with by-reference capture default"
58025 msgstr ""
58027 #: cp/parser.cc:11550
58028 #, gcc-internal-format
58029 msgid "lambda templates are only available with %<-std=c++14%> or %<-std=gnu++14%>"
58030 msgstr ""
58032 #: cp/parser.cc:11554
58033 #, gcc-internal-format
58034 msgid "lambda templates are only available with %<-std=c++20%> or %<-std=gnu++20%>"
58035 msgstr ""
58037 #: cp/parser.cc:11603
58038 #, gcc-internal-format
58039 msgid "default argument specified for lambda parameter"
58040 msgstr "визначено типовий аргумент для лямбда-параметра"
58042 #: cp/parser.cc:11622
58043 #, gcc-internal-format
58044 msgid "parameter declaration before lambda declaration specifiers only optional with %<-std=c++2b%> or %<-std=gnu++2b%>"
58045 msgstr ""
58047 #: cp/parser.cc:11638
58048 #, gcc-internal-format
58049 msgid "%<static%> lambda specifier with lambda capture"
58050 msgstr ""
58052 #: cp/parser.cc:11650
58053 #, gcc-internal-format
58054 msgid "parameter declaration before lambda transaction qualifier only optional with %<-std=c++2b%> or %<-std=gnu++2b%>"
58055 msgstr ""
58057 #: cp/parser.cc:11663
58058 #, gcc-internal-format
58059 msgid "parameter declaration before lambda exception specification only optional with %<-std=c++2b%> or %<-std=gnu++2b%>"
58060 msgstr ""
58062 #: cp/parser.cc:11681
58063 #, gcc-internal-format
58064 msgid "parameter declaration before lambda trailing return type only optional with %<-std=c++2b%> or %<-std=gnu++2b%>"
58065 msgstr ""
58067 #: cp/parser.cc:11723
58068 #, gcc-internal-format
58069 msgid "%<constexpr%> lambda only available with %<-std=c++17%> or %<-std=gnu++17%>"
58070 msgstr ""
58072 #: cp/parser.cc:11891 cp/parser.cc:12034 cp/parser.cc:47061
58073 #, gcc-internal-format
58074 msgid "mixing OpenMP directives with attribute and pragma syntax on the same statement"
58075 msgstr ""
58077 #: cp/parser.cc:11917 cp/parser.cc:47043
58078 #, gcc-internal-format
58079 msgid "unknown OpenMP directive name in %<omp::directive%> attribute argument"
58080 msgstr ""
58082 #: cp/parser.cc:12003
58083 #, gcc-internal-format
58084 msgid "OpenMP construct among %<omp::directive%> attributes requires all %<omp::directive%> attributes on the same statement to be in the same %<omp::sequence%>"
58085 msgstr ""
58087 #: cp/parser.cc:12011
58088 #, gcc-internal-format
58089 msgid "multiple OpenMP standalone directives among %<omp::directive%> attributes must be all within the same %<omp::sequence%>"
58090 msgstr ""
58092 #: cp/parser.cc:12023
58093 #, gcc-internal-format
58094 msgid "standalone OpenMP directives in %<omp::directive%> attribute can only appear on an empty statement"
58095 msgstr ""
58097 #: cp/parser.cc:12153
58098 #, gcc-internal-format
58099 msgid "mixing OpenMP directives with attribute and pragma syntax on the same declaration"
58100 msgstr ""
58102 #: cp/parser.cc:12280
58103 #, gcc-internal-format
58104 msgid "preconditions cannot be statements"
58105 msgstr ""
58107 #: cp/parser.cc:12283
58108 #, gcc-internal-format
58109 msgid "postconditions cannot be statements"
58110 msgstr ""
58112 #: cp/parser.cc:12288
58113 #, gcc-internal-format
58114 msgid "assertions must be followed by %<;%>"
58115 msgstr ""
58117 #: cp/parser.cc:12452
58118 #, gcc-internal-format
58119 msgid "label at end of compound statement only available with %<-std=c++2b%> or %<-std=gnu++2b%>"
58120 msgstr ""
58122 #: cp/parser.cc:12625 cp/parser.cc:12832
58123 #, gcc-internal-format
58124 msgid "attributes at the beginning of statement are ignored"
58125 msgstr ""
58127 #: cp/parser.cc:12669
58128 #, gcc-internal-format
58129 msgid "expected labeled-statement"
58130 msgstr ""
58132 #: cp/parser.cc:12718
58133 #, gcc-internal-format
58134 msgid "case label %qE not within a switch statement"
58135 msgstr ""
58137 #: cp/parser.cc:12839
58138 #, gcc-internal-format
58139 msgid "need %<typename%> before %qE because %qT is a dependent scope"
58140 msgstr ""
58142 #: cp/parser.cc:12848
58143 #, gcc-internal-format
58144 msgid "%<%T::%D%> names the constructor, not the type"
58145 msgstr ""
58147 #: cp/parser.cc:12900
58148 #, gcc-internal-format
58149 msgid "compound-statement in %<constexpr%> function"
58150 msgstr ""
58152 #: cp/parser.cc:13064
58153 #, gcc-internal-format
58154 msgid "%<if constexpr%> only available with %<-std=c++17%> or %<-std=gnu++17%>"
58155 msgstr ""
58157 #: cp/parser.cc:13086
58158 #, gcc-internal-format
58159 msgid "%<if consteval%> only available with %<-std=c++2b%> or %<-std=gnu++2b%>"
58160 msgstr ""
58162 #: cp/parser.cc:13111 cp/parser.cc:13146
58163 #, gcc-internal-format
58164 msgid "%<if consteval%> requires compound statement"
58165 msgstr ""
58167 #: cp/parser.cc:13188
58168 #, gcc-internal-format
58169 msgid "init-statement in selection statements only available with %<-std=c++17%> or %<-std=gnu++17%>"
58170 msgstr ""
58172 #: cp/parser.cc:13356 cp/parser.cc:33760
58173 #, gcc-internal-format
58174 msgid "expected selection-statement"
58175 msgstr ""
58177 #: cp/parser.cc:13397
58178 #, gcc-internal-format
58179 msgid "condition declares an array"
58180 msgstr ""
58182 #: cp/parser.cc:13399
58183 #, gcc-internal-format
58184 msgid "condition declares a function"
58185 msgstr "умова оголошує функцію"
58187 #: cp/parser.cc:13439
58188 #, gcc-internal-format
58189 msgid "types may not be defined in conditions"
58190 msgstr ""
58192 #. Anything else is an error.
58193 #: cp/parser.cc:13521 cp/parser.cc:22877 cp/parser.cc:25441
58194 #, gcc-internal-format
58195 msgid "expected initializer"
58196 msgstr ""
58198 #: cp/parser.cc:13571
58199 #, gcc-internal-format
58200 msgid "range-based %<for%> loops with initializer only available with %<-std=c++20%> or %<-std=gnu++20%>"
58201 msgstr ""
58203 #: cp/parser.cc:13827
58204 #, gcc-internal-format
58205 msgid "loop variable %qD of type %qT binds to a temporary constructed from type %qT"
58206 msgstr ""
58208 #. rval
58209 #: cp/parser.cc:13834
58210 #, gcc-internal-format
58211 msgid "use non-reference type %qT to make the copy explicit or %qT to prevent copying"
58212 msgstr ""
58214 #: cp/parser.cc:13858
58215 #, gcc-internal-format
58216 msgid "loop variable %qD creates a copy from type %qT"
58217 msgstr ""
58219 #: cp/parser.cc:13863
58220 #, gcc-internal-format
58221 msgid "use reference type to prevent copying"
58222 msgstr ""
58224 #: cp/parser.cc:14007
58225 #, gcc-internal-format
58226 msgid "range-based %<for%> expression of type %qT has incomplete type"
58227 msgstr ""
58229 #: cp/parser.cc:14091
58230 #, gcc-internal-format
58231 msgid "inconsistent begin/end types in range-based %<for%> statement: %qT and %qT"
58232 msgstr ""
58234 #: cp/parser.cc:14234 cp/parser.cc:33763
58235 #, gcc-internal-format
58236 msgid "expected iteration-statement"
58237 msgstr ""
58239 #: cp/parser.cc:14279
58240 #, gcc-internal-format
58241 msgid "alias-declaration in init-statement only available with %<-std=c++23%> or %<-std=gnu++23%>"
58242 msgstr ""
58244 #: cp/parser.cc:14296
58245 #, gcc-internal-format
58246 msgid "range-based %<for%> loops only available with %<-std=c++11%> or %<-std=gnu++11%>"
58247 msgstr ""
58249 #: cp/parser.cc:14428
58250 #, gcc-internal-format
58251 msgid "%<goto%> in %<constexpr%> function only available with %<-std=c++2b%> or %<-std=gnu++2b%>"
58252 msgstr ""
58254 #. Issue a warning about this use of a GNU extension.
58255 #: cp/parser.cc:14437
58256 #, gcc-internal-format
58257 msgid "ISO C++ forbids computed gotos"
58258 msgstr ""
58260 #: cp/parser.cc:14450 cp/parser.cc:33766
58261 #, gcc-internal-format
58262 msgid "expected jump-statement"
58263 msgstr ""
58265 #: cp/parser.cc:14627
58266 #, gcc-internal-format
58267 msgid "expected module-name"
58268 msgstr "мало бути вказано module-name"
58270 #: cp/parser.cc:14662
58271 #, gcc-internal-format
58272 msgid "module-declaration not permitted in header-unit"
58273 msgstr ""
58275 #: cp/parser.cc:14688
58276 #, gcc-internal-format
58277 msgid "private module fragment"
58278 msgstr ""
58280 #: cp/parser.cc:14692
58281 #, gcc-internal-format
58282 msgid "private module fragment only permitted in purview of module interface or partition"
58283 msgstr ""
58285 #. Neither the first declaration, nor in a GMF.
58286 #: cp/parser.cc:14698
58287 #, gcc-internal-format
58288 msgid "module-declaration only permitted as first declaration, or ending a global module fragment"
58289 msgstr ""
58291 #: cp/parser.cc:14732
58292 #, gcc-internal-format
58293 msgid "post-module-declaration imports must be contiguous"
58294 msgstr ""
58296 #: cp/parser.cc:14735
58297 #, gcc-internal-format
58298 msgid "perhaps insert a line break, or other disambiguation, to prevent this being considered a module control-line"
58299 msgstr ""
58301 #: cp/parser.cc:14743
58302 #, gcc-internal-format
58303 msgid "import-declaration must be at global scope"
58304 msgstr ""
58306 #: cp/parser.cc:14756
58307 #, gcc-internal-format
58308 msgid "import cannot appear directly in a linkage-specification"
58309 msgstr ""
58311 #: cp/parser.cc:14766
58312 #, gcc-internal-format
58313 msgid "post-module-declaration imports must not be include-translated"
58314 msgstr ""
58316 #: cp/parser.cc:14769
58317 #, gcc-internal-format
58318 msgid "post-module-declaration imports must not be from header inclusion"
58319 msgstr ""
58321 #: cp/parser.cc:14790
58322 #, gcc-internal-format
58323 msgid "%qE may only occur after a module interface declaration"
58324 msgstr ""
58326 #: cp/parser.cc:14798
58327 #, gcc-internal-format
58328 msgid "%qE may only occur once in an export declaration"
58329 msgstr ""
58331 #: cp/parser.cc:14819
58332 #, gcc-internal-format
58333 msgid "%<export%> not part of following module-directive"
58334 msgstr ""
58336 #: cp/parser.cc:14906 cp/parser.cc:27328
58337 #, gcc-internal-format
58338 msgid "extra %<;%>"
58339 msgstr "зайве %<;%>"
58341 #: cp/parser.cc:14964
58342 #, gcc-internal-format
58343 msgid "attributes are not permitted in this position"
58344 msgstr "не можна використовувати атрибути у цій позиції"
58346 #: cp/parser.cc:14968
58347 #, gcc-internal-format
58348 msgid "attributes may be inserted here"
58349 msgstr ""
58351 #: cp/parser.cc:15187
58352 #, gcc-internal-format
58353 msgid "%<__label__%> not at the beginning of a block"
58354 msgstr ""
58356 #: cp/parser.cc:15420
58357 #, gcc-internal-format
58358 msgid "non-variable %qD in declaration with more than one declarator with placeholder type"
58359 msgstr ""
58361 #: cp/parser.cc:15440
58362 #, gcc-internal-format
58363 msgid "inconsistent deduction for %qT: %qT and then %qT"
58364 msgstr ""
58366 #: cp/parser.cc:15461
58367 #, gcc-internal-format
58368 msgid "mixing declarations and function-definitions is forbidden"
58369 msgstr ""
58371 #: cp/parser.cc:15486
58372 #, gcc-internal-format
58373 msgid "types may not be defined in a for-range-declaration"
58374 msgstr ""
58376 #: cp/parser.cc:15541
58377 #, gcc-internal-format
58378 msgid "initializer in range-based %<for%> loop"
58379 msgstr ""
58381 #: cp/parser.cc:15544
58382 #, gcc-internal-format
58383 msgid "multiple declarations in range-based %<for%> loop"
58384 msgstr ""
58386 #: cp/parser.cc:15597
58387 #, gcc-internal-format
58388 msgid "structured bindings only available with %<-std=c++17%> or %<-std=gnu++17%>"
58389 msgstr ""
58391 #: cp/parser.cc:15649
58392 #, gcc-internal-format
58393 msgid "empty structured binding declaration"
58394 msgstr ""
58396 #: cp/parser.cc:15667
58397 #, gcc-internal-format
58398 msgid "invalid initializer for structured binding declaration"
58399 msgstr ""
58401 #: cp/parser.cc:15848
58402 #, gcc-internal-format
58403 msgid "%<friend%> used outside of class"
58404 msgstr ""
58406 #: cp/parser.cc:15887
58407 #, gcc-internal-format
58408 msgid "the %<bool%> keyword is not allowed in a C++20 concept definition"
58409 msgstr ""
58411 #: cp/parser.cc:15890
58412 #, gcc-internal-format
58413 msgid "C++20 concept definition syntax is %<concept <name> = <expr>%>"
58414 msgstr ""
58416 #: cp/parser.cc:15941
58417 #, gcc-internal-format
58418 msgid "%<typedef%> specifier conflicts with %qs"
58419 msgstr ""
58421 #: cp/parser.cc:15967
58422 #, gcc-internal-format
58423 msgid "%<auto%> changes meaning in C++11; please remove it"
58424 msgstr "значення %<auto%> змінено у C++11; будь ласка, вилучіть його"
58426 #: cp/parser.cc:16003
58427 #, gcc-internal-format
58428 msgid "%qD invalid in condition"
58429 msgstr "%qD є некоректним в умові"
58431 #: cp/parser.cc:16012
58432 #, gcc-internal-format
58433 msgid "%qD invalid in lambda"
58434 msgstr "%qD є некоректним у лямбді"
58436 #: cp/parser.cc:16016
58437 #, gcc-internal-format
58438 msgid "%qD only valid in lambda with %<-std=c++23%> or %<-std=gnu++23%>"
58439 msgstr ""
58441 #: cp/parser.cc:16098
58442 #, gcc-internal-format
58443 msgid "type-specifier invalid in lambda"
58444 msgstr "специфікатор типу є некоректним у лямбді"
58446 #: cp/parser.cc:16110
58447 #, gcc-internal-format
58448 msgid "standard attributes in middle of decl-specifiers"
58449 msgstr ""
58451 #: cp/parser.cc:16112
58452 #, gcc-internal-format
58453 msgid "standard attributes must precede the decl-specifiers to apply to the declaration, or follow them to apply to the type"
58454 msgstr ""
58456 #: cp/parser.cc:16127
58457 #, gcc-internal-format
58458 msgid "class definition may not be declared a friend"
58459 msgstr ""
58461 #: cp/parser.cc:16200 cp/parser.cc:27873
58462 #, gcc-internal-format
58463 msgid "templates may not be %<virtual%>"
58464 msgstr ""
58466 #: cp/parser.cc:16219
58467 #, gcc-internal-format
58468 msgid "types may not be defined in explicit-specifier"
58469 msgstr ""
58471 #: cp/parser.cc:16223
58472 #, gcc-internal-format
58473 msgid "%<explicit(bool)%> only available with %<-std=c++20%> or %<-std=gnu++20%>"
58474 msgstr ""
58476 #: cp/parser.cc:16287
58477 #, gcc-internal-format
58478 msgid "invalid linkage-specification"
58479 msgstr ""
58481 #: cp/parser.cc:16394
58482 #, gcc-internal-format
58483 msgid "%<static_assert%> without a message only available with %<-std=c++17%> or %<-std=gnu++17%>"
58484 msgstr ""
58486 #: cp/parser.cc:16595
58487 #, gcc-internal-format
58488 msgid "%<decltype(auto)%> type specifier only available with %<-std=c++14%> or %<-std=gnu++14%>"
58489 msgstr ""
58491 #: cp/parser.cc:16608
58492 #, gcc-internal-format
58493 msgid "types may not be defined in %<decltype%> expressions"
58494 msgstr ""
58496 #: cp/parser.cc:16781
58497 #, gcc-internal-format
58498 msgid "types may not be defined in a conversion-type-id"
58499 msgstr ""
58501 #: cp/parser.cc:16810
58502 #, gcc-internal-format
58503 msgid "invalid use of %<auto%> in conversion operator"
58504 msgstr ""
58506 #: cp/parser.cc:16814
58507 #, gcc-internal-format
58508 msgid "use of %<auto%> in member template conversion operator can never be deduced"
58509 msgstr ""
58511 #: cp/parser.cc:16898
58512 #, gcc-internal-format
58513 msgid "only constructors take member initializers"
58514 msgstr ""
58516 #: cp/parser.cc:16925
58517 #, gcc-internal-format
58518 msgid "cannot expand initializer for member %qD"
58519 msgstr ""
58521 #: cp/parser.cc:16937 cp/pt.cc:27250
58522 #, gcc-internal-format
58523 msgid "mem-initializer for %qD follows constructor delegation"
58524 msgstr ""
58526 #: cp/parser.cc:16949 cp/pt.cc:27262
58527 #, gcc-internal-format
58528 msgid "constructor delegation follows mem-initializer for %qD"
58529 msgstr ""
58531 #: cp/parser.cc:17001
58532 #, gcc-internal-format
58533 msgid "anachronistic old-style base class initializer"
58534 msgstr ""
58536 #: cp/parser.cc:17086
58537 #, gcc-internal-format
58538 msgid "keyword %<typename%> not allowed in this context (a qualified member initializer is implicitly a type)"
58539 msgstr ""
58541 #: cp/parser.cc:17486
58542 #, gcc-internal-format
58543 msgid "unexpected keyword; remove space between quotes and suffix identifier"
58544 msgstr ""
58546 #: cp/parser.cc:17492
58547 #, gcc-internal-format
58548 msgid "expected suffix identifier"
58549 msgstr ""
58551 #: cp/parser.cc:17501
58552 #, gcc-internal-format
58553 msgid "expected empty string after %<operator%> keyword"
58554 msgstr ""
58556 #: cp/parser.cc:17507
58557 #, gcc-internal-format
58558 msgid "invalid encoding prefix in literal operator"
58559 msgstr "некоректний префікс кодування у буквальному операторі"
58561 #: cp/parser.cc:17541
58562 #, gcc-internal-format
58563 msgid "expected operator"
58564 msgstr "мало бути вказано оператор"
58566 #: cp/parser.cc:17588
58567 #, gcc-internal-format
58568 msgid "keyword %<export%> not implemented, and will be ignored"
58569 msgstr ""
58571 #: cp/parser.cc:17590
58572 #, gcc-internal-format
58573 msgid "keyword %<export%> is deprecated, and is ignored"
58574 msgstr ""
58576 #: cp/parser.cc:17592
58577 #, gcc-internal-format
58578 msgid "keyword %<export%> is enabled with %<-fmodules-ts%>"
58579 msgstr ""
58581 #: cp/parser.cc:17771
58582 #, gcc-internal-format
58583 msgid "invalid constrained type parameter"
58584 msgstr "некоректний параметр обмеженого типу"
58586 #: cp/parser.cc:17779
58587 #, gcc-internal-format
58588 msgid "cv-qualified type parameter"
58589 msgstr ""
58591 #: cp/parser.cc:17926
58592 #, gcc-internal-format
58593 msgid "invalid use of %<auto%> in default template argument"
58594 msgstr ""
58596 #: cp/parser.cc:18162 cp/parser.cc:18248 cp/parser.cc:25208
58597 #, gcc-internal-format
58598 msgid "template parameter pack %qD cannot have a default argument"
58599 msgstr ""
58601 #: cp/parser.cc:18166 cp/parser.cc:18252
58602 #, gcc-internal-format
58603 msgid "template parameter packs cannot have default arguments"
58604 msgstr ""
58606 #: cp/parser.cc:18319
58607 #, gcc-internal-format
58608 msgid "expected template-id"
58609 msgstr ""
58611 #: cp/parser.cc:18381
58612 #, gcc-internal-format
58613 msgid "%<<::%> cannot begin a template-argument list"
58614 msgstr ""
58616 #: cp/parser.cc:18385
58617 #, gcc-internal-format
58618 msgid "%<<:%> is an alternate spelling for %<[%>. Insert whitespace between %<<%> and %<::%>"
58619 msgstr ""
58621 #: cp/parser.cc:18389
58622 #, gcc-internal-format
58623 msgid "(if you use %<-fpermissive%> or %<-std=c++11%>, or %<-std=gnu++11%> G++ will accept your code)"
58624 msgstr ""
58626 #: cp/parser.cc:18419
58627 #, gcc-internal-format
58628 msgid "invalid template-argument-list"
58629 msgstr ""
58631 #: cp/parser.cc:18420
58632 #, gcc-internal-format
58633 msgid "function name as the left hand operand of %<<%> is ill-formed in C++20; wrap the function name in %<()%>"
58634 msgstr ""
58636 #: cp/parser.cc:18427
58637 #, gcc-internal-format
58638 msgid "expected %<(%> after template-argument-list"
58639 msgstr ""
58641 #: cp/parser.cc:18541
58642 #, gcc-internal-format
58643 msgid "parse error in template argument list"
58644 msgstr "помилка обробки у списку аргументів шаблона"
58646 #. The name does not name a template.
58647 #: cp/parser.cc:18626 cp/parser.cc:18817 cp/parser.cc:19015
58648 #, gcc-internal-format
58649 msgid "expected template-name"
58650 msgstr ""
58652 #. Explain what went wrong.
58653 #: cp/parser.cc:18672
58654 #, gcc-internal-format
58655 msgid "non-template %qD used as template"
58656 msgstr ""
58658 #: cp/parser.cc:18674
58659 #, gcc-internal-format
58660 msgid "use %<%T::template %D%> to indicate that it is a template"
58661 msgstr ""
58663 #: cp/parser.cc:18879
58664 #, gcc-internal-format
58665 msgid "expected parameter pack before %<...%>"
58666 msgstr ""
58668 #: cp/parser.cc:18980 cp/parser.cc:18998 cp/parser.cc:19171
58669 #, gcc-internal-format
58670 msgid "expected template-argument"
58671 msgstr ""
58673 #: cp/parser.cc:19138
58674 #, gcc-internal-format
58675 msgid "invalid non-type template argument"
58676 msgstr ""
58678 #: cp/parser.cc:19280
58679 #, gcc-internal-format
58680 msgid "explicit instantiation shall not use %<inline%> specifier"
58681 msgstr ""
58683 #: cp/parser.cc:19284
58684 #, gcc-internal-format
58685 msgid "explicit instantiation shall not use %<constexpr%> specifier"
58686 msgstr ""
58688 #: cp/parser.cc:19288
58689 #, gcc-internal-format
58690 msgid "explicit instantiation shall not use %<consteval%> specifier"
58691 msgstr ""
58693 #: cp/parser.cc:19348
58694 #, gcc-internal-format
58695 msgid "template specialization with C linkage"
58696 msgstr "спеціалізація шаблона із C-компонуванням"
58698 #: cp/parser.cc:19577
58699 #, gcc-internal-format
58700 msgid "expected type specifier"
58701 msgstr "мало бути вказано специфікатор типу"
58703 #: cp/parser.cc:19777
58704 #, gcc-internal-format
58705 msgid "use of %<auto%> in lambda parameter declaration only available with %<-std=c++14%> or %<-std=gnu++14%>"
58706 msgstr ""
58708 #: cp/parser.cc:19783
58709 #, gcc-internal-format
58710 msgid "use of %<auto%> in parameter declaration only available with %<-std=c++14%> or %<-std=gnu++14%>"
58711 msgstr ""
58713 #: cp/parser.cc:19788
58714 #, gcc-internal-format
58715 msgid "use of %<auto%> in parameter declaration only available with %<-std=c++20%> or %<-fconcepts%>"
58716 msgstr ""
58718 #: cp/parser.cc:19940
58719 #, gcc-internal-format
58720 msgid "expected template-id for type"
58721 msgstr ""
58723 #: cp/parser.cc:20070
58724 #, gcc-internal-format
58725 msgid "expected type-name"
58726 msgstr "мало бути вказано тип-назву"
58728 #: cp/parser.cc:20182
58729 #, gcc-internal-format
58730 msgid "%qE does not constrain a type"
58731 msgstr "%qE не обмежує тип"
58733 #: cp/parser.cc:20183
58734 #, gcc-internal-format
58735 msgid "concept defined here"
58736 msgstr ""
58738 #: cp/parser.cc:20215
58739 #, gcc-internal-format
58740 msgid "expected %<auto%> or %<decltype(auto)%> after %qE"
58741 msgstr ""
58743 #: cp/parser.cc:20222
58744 #, gcc-internal-format
58745 msgid "unexpected placeholder in constrained result type"
58746 msgstr ""
58748 #: cp/parser.cc:20465
58749 #, gcc-internal-format
58750 msgid "elaborated-type-specifier for a scoped enum must not use the %qD keyword"
58751 msgstr ""
58753 #: cp/parser.cc:20541
58754 #, gcc-internal-format
58755 msgid "%<template%> must follow a nested-name-specifier"
58756 msgstr ""
58758 #: cp/parser.cc:20703
58759 #, gcc-internal-format
58760 msgid "declaration %qD does not declare anything"
58761 msgstr ""
58763 #: cp/parser.cc:20791
58764 #, gcc-internal-format
58765 msgid "attributes ignored on uninstantiated type"
58766 msgstr ""
58768 #: cp/parser.cc:20797
58769 #, gcc-internal-format
58770 msgid "attributes ignored on template instantiation"
58771 msgstr ""
58773 #: cp/parser.cc:20808
58774 #, gcc-internal-format
58775 msgid "attributes ignored on elaborated-type-specifier that is not a forward declaration"
58776 msgstr ""
58778 #: cp/parser.cc:20949
58779 #, gcc-internal-format
58780 msgid "%qD is an enumeration template"
58781 msgstr ""
58783 #: cp/parser.cc:20960
58784 #, gcc-internal-format
58785 msgid "%qD does not name an enumeration in %qT"
58786 msgstr ""
58788 #: cp/parser.cc:20975
58789 #, gcc-internal-format
58790 msgid "unnamed scoped enum is not allowed"
58791 msgstr ""
58793 #: cp/parser.cc:20991
58794 #, gcc-internal-format
58795 msgid "types may not be defined in enum-base"
58796 msgstr ""
58798 #: cp/parser.cc:21036
58799 #, gcc-internal-format
58800 msgid "expected %<;%> or %<{%>"
58801 msgstr "мало бути %<;%> або %<{%>"
58803 #: cp/parser.cc:21081
58804 #, gcc-internal-format
58805 msgid "cannot add an enumerator list to a template instantiation"
58806 msgstr ""
58808 #: cp/parser.cc:21095
58809 #, gcc-internal-format
58810 msgid "nested name specifier %qT for enum declaration does not name a class or namespace"
58811 msgstr ""
58813 #: cp/parser.cc:21107 cp/parser.cc:26785
58814 #, gcc-internal-format
58815 msgid "declaration of %qD in namespace %qD which does not enclose %qD"
58816 msgstr ""
58818 #: cp/parser.cc:21112 cp/parser.cc:26790
58819 #, gcc-internal-format
58820 msgid "declaration of %qD in %qD which does not enclose %qD"
58821 msgstr ""
58823 #: cp/parser.cc:21124 cp/parser.cc:26803
58824 #, gcc-internal-format
58825 msgid "extra qualification not allowed"
58826 msgstr ""
58828 #: cp/parser.cc:21163
58829 #, gcc-internal-format
58830 msgid "ISO C++ forbids empty unnamed enum"
58831 msgstr "У ISO C++ заборонено порожні enum без назви"
58833 #: cp/parser.cc:21187
58834 #, gcc-internal-format
58835 msgid "opaque-enum-specifier without name"
58836 msgstr ""
58838 #: cp/parser.cc:21190
58839 #, gcc-internal-format
58840 msgid "opaque-enum-specifier must use a simple identifier"
58841 msgstr ""
58843 #: cp/parser.cc:21311
58844 #, gcc-internal-format
58845 msgid "unexpanded parameter pack in enumerator in lambda"
58846 msgstr ""
58848 #: cp/parser.cc:21386
58849 #, gcc-internal-format
58850 msgid "%qD is not a namespace-name; did you mean %qs?"
58851 msgstr ""
58853 #: cp/parser.cc:21390
58854 #, gcc-internal-format
58855 msgid "%qD is not a namespace-name"
58856 msgstr ""
58858 #: cp/parser.cc:21394
58859 #, gcc-internal-format
58860 msgid "expected namespace-name"
58861 msgstr ""
58863 #: cp/parser.cc:21455
58864 #, gcc-internal-format
58865 msgid "nested inline namespace definitions only available with %<-std=c++20%> or %<-std=gnu++20%>"
58866 msgstr ""
58868 #: cp/parser.cc:21467
58869 #, gcc-internal-format
58870 msgid "standard attributes on namespaces must precede the namespace name"
58871 msgstr ""
58873 #: cp/parser.cc:21486
58874 #, gcc-internal-format
58875 msgid "nested namespace definitions only available with %<-std=c++17%> or %<-std=gnu++17%>"
58876 msgstr ""
58878 #: cp/parser.cc:21496
58879 #, gcc-internal-format
58880 msgid "nested namespace name required"
58881 msgstr ""
58883 #: cp/parser.cc:21501
58884 #, gcc-internal-format
58885 msgid "namespace name required"
58886 msgstr ""
58888 #: cp/parser.cc:21505
58889 #, gcc-internal-format
58890 msgid "a nested namespace definition cannot have attributes"
58891 msgstr ""
58893 #: cp/parser.cc:21508
58894 #, gcc-internal-format
58895 msgid "a nested namespace definition cannot be inline"
58896 msgstr ""
58898 #: cp/parser.cc:21515
58899 #, gcc-internal-format
58900 msgid "namespace %qD entered"
58901 msgstr ""
58903 #: cp/parser.cc:21570
58904 #, gcc-internal-format
58905 msgid "%<namespace%> definition is not allowed here"
58906 msgstr ""
58908 #: cp/parser.cc:21752
58909 #, gcc-internal-format
58910 msgid "pack expansion in using-declaration only available with %<-std=c++17%> or %<-std=gnu++17%>"
58911 msgstr ""
58913 #: cp/parser.cc:21796
58914 #, gcc-internal-format
58915 msgid "a template-id may not appear in a using-declaration"
58916 msgstr ""
58918 #: cp/parser.cc:21814
58919 #, gcc-internal-format
58920 msgid "comma-separated list in using-declaration only available with %<-std=c++17%> or %<-std=gnu++17%>"
58921 msgstr ""
58923 #: cp/parser.cc:21824
58924 #, gcc-internal-format
58925 msgid "access declarations are deprecated in favour of using-declarations; suggestion: add the %<using%> keyword"
58926 msgstr ""
58928 #: cp/parser.cc:21889
58929 #, gcc-internal-format
58930 msgid "opaque-enum-declaration here"
58931 msgstr "тут opaque-enum-declaration"
58933 #: cp/parser.cc:21959
58934 #, gcc-internal-format
58935 msgid "types may not be defined in alias template declarations"
58936 msgstr ""
58938 #: cp/parser.cc:22137
58939 #, gcc-internal-format
58940 msgid "%<asm%> in %<constexpr%> function only available with %<-std=c++20%> or %<-std=gnu++20%>"
58941 msgstr ""
58943 #: cp/parser.cc:22157 cp/parser.cc:22174 cp/parser.cc:22188
58944 #, gcc-internal-format
58945 msgid "duplicate %<asm%> qualifier %qT"
58946 msgstr ""
58948 #: cp/parser.cc:22164
58949 #, gcc-internal-format
58950 msgid "%<asm%> qualifier %qT ignored outside of function body"
58951 msgstr ""
58953 #: cp/parser.cc:22201
58954 #, gcc-internal-format
58955 msgid "%qT is not an %<asm%> qualifier"
58956 msgstr ""
58958 #: cp/parser.cc:22217
58959 #, gcc-internal-format
58960 msgid "%<asm%> qualifier outside of function body"
58961 msgstr ""
58963 #: cp/parser.cc:22446
58964 #, gcc-internal-format
58965 msgid "empty parentheses were disambiguated as a function declaration"
58966 msgstr ""
58968 #: cp/parser.cc:22457
58969 #, gcc-internal-format
58970 msgid "remove parentheses to default-initialize a variable"
58971 msgstr ""
58973 #: cp/parser.cc:22462
58974 #, gcc-internal-format
58975 msgid "or replace parentheses with braces to aggregate-initialize a variable"
58976 msgstr ""
58978 #: cp/parser.cc:22465
58979 #, gcc-internal-format
58980 msgid "or replace parentheses with braces to value-initialize a variable"
58981 msgstr ""
58983 #: cp/parser.cc:22482 cp/parser.cc:22507
58984 #, gcc-internal-format
58985 msgid "parentheses were disambiguated as a function declaration"
58986 msgstr ""
58988 #: cp/parser.cc:22494 cp/parser.cc:22515
58989 #, gcc-internal-format
58990 msgid "replace parentheses with braces to declare a variable"
58991 msgstr ""
58993 #: cp/parser.cc:22501
58994 #, gcc-internal-format
58995 msgid "add parentheses to declare a variable"
58996 msgstr ""
58998 #: cp/parser.cc:22748
58999 #, gcc-internal-format
59000 msgid "a function-definition is not allowed here"
59001 msgstr ""
59003 #: cp/parser.cc:22759
59004 #, gcc-internal-format
59005 msgid "an %<asm%> specification is not allowed on a function-definition"
59006 msgstr ""
59008 #: cp/parser.cc:22763
59009 #, gcc-internal-format
59010 msgid "attributes are not allowed on a function-definition"
59011 msgstr ""
59013 #: cp/parser.cc:22814
59014 #, gcc-internal-format
59015 msgid "expected constructor, destructor, or type conversion"
59016 msgstr ""
59018 #: cp/parser.cc:22958
59019 #, gcc-internal-format
59020 msgid "initializer provided for function"
59021 msgstr ""
59023 #: cp/parser.cc:23000
59024 #, gcc-internal-format
59025 msgid "attributes after parenthesized initializer ignored"
59026 msgstr ""
59028 #: cp/parser.cc:23014
59029 #, gcc-internal-format
59030 msgid "non-function %qD declared as implicit template"
59031 msgstr ""
59033 #: cp/parser.cc:23513
59034 #, gcc-internal-format
59035 msgid "array bound is not an integer constant"
59036 msgstr ""
59038 #: cp/parser.cc:23639
59039 #, gcc-internal-format
59040 msgid "cannot define member of dependent typedef %qT"
59041 msgstr ""
59043 #: cp/parser.cc:23643
59044 #, gcc-internal-format
59045 msgid "%<%T::%E%> is not a type"
59046 msgstr "%<%T::%E%> не є типом"
59048 #. We do not attempt to print the declarator
59049 #. here because we do not have enough
59050 #. information about its original syntactic
59051 #. form.
59052 #: cp/parser.cc:23672
59053 #, gcc-internal-format
59054 msgid "invalid declarator"
59055 msgstr ""
59057 #: cp/parser.cc:23680
59058 #, gcc-internal-format
59059 msgid "invalid use of constructor as a template"
59060 msgstr ""
59062 #: cp/parser.cc:23682
59063 #, gcc-internal-format
59064 msgid "use %<%T::%D%> instead of %<%T::%D%> to name the constructor in a qualified name"
59065 msgstr ""
59067 #. But declarations with qualified-ids can't appear in a
59068 #. function.
59069 #: cp/parser.cc:23797
59070 #, gcc-internal-format
59071 msgid "qualified-id in declaration"
59072 msgstr ""
59074 #: cp/parser.cc:23822
59075 #, gcc-internal-format
59076 msgid "expected declarator"
59077 msgstr ""
59079 #: cp/parser.cc:23943
59080 #, gcc-internal-format
59081 msgid "%qD is a namespace"
59082 msgstr ""
59084 #: cp/parser.cc:23945
59085 #, gcc-internal-format
59086 msgid "cannot form pointer to member of non-class %q#T"
59087 msgstr ""
59089 #: cp/parser.cc:23966
59090 #, gcc-internal-format
59091 msgid "expected ptr-operator"
59092 msgstr ""
59094 #: cp/parser.cc:24027
59095 #, gcc-internal-format
59096 msgid "duplicate cv-qualifier"
59097 msgstr ""
59099 #: cp/parser.cc:24081
59100 #, gcc-internal-format
59101 msgid "multiple ref-qualifiers"
59102 msgstr ""
59104 #: cp/parser.cc:24118
59105 #, gcc-internal-format
59106 msgid "%qE requires %<-fgnu-tm%>"
59107 msgstr "%qE потребує %<-fgnu-tm%>"
59109 #: cp/parser.cc:24176
59110 #, gcc-internal-format
59111 msgid "duplicate virt-specifier"
59112 msgstr ""
59114 #: cp/parser.cc:24441
59115 #, fuzzy, gcc-internal-format
59116 #| msgid "missing template arguments"
59117 msgid "missing template arguments after %qE"
59118 msgstr "пропущено аргументи шаблона"
59120 #: cp/parser.cc:24447
59121 #, gcc-internal-format
59122 msgid "%qT not permitted in template argument"
59123 msgstr "%qT не можна використовувати у аргументі шаблона"
59125 #: cp/parser.cc:24450 cp/typeck2.cc:340 cp/typeck2.cc:387 cp/typeck2.cc:2474
59126 #: rust/backend/rust-tree.cc:3876
59127 #, gcc-internal-format
59128 msgid "invalid use of %qT"
59129 msgstr ""
59131 #: cp/parser.cc:24477
59132 #, gcc-internal-format
59133 msgid "types may not be defined in template arguments"
59134 msgstr ""
59136 #: cp/parser.cc:24482
59137 #, gcc-internal-format
59138 msgid "invalid use of %<auto%> in template argument"
59139 msgstr ""
59141 #: cp/parser.cc:24588
59142 #, gcc-internal-format
59143 msgid "expected type-specifier"
59144 msgstr "мало бути вказано специфікатор типу"
59146 #: cp/parser.cc:24915
59147 #, gcc-internal-format
59148 msgid "expected %<,%> or %<...%>"
59149 msgstr "мало бути %<,%> або %<...%>"
59151 #: cp/parser.cc:24993
59152 #, gcc-internal-format
59153 msgid "types may not be defined in parameter types"
59154 msgstr ""
59156 #: cp/parser.cc:25192
59157 #, gcc-internal-format
59158 msgid "default arguments are only permitted for function parameters"
59159 msgstr ""
59161 #: cp/parser.cc:25210
59162 #, gcc-internal-format
59163 msgid "parameter pack %qD cannot have a default argument"
59164 msgstr ""
59166 #: cp/parser.cc:25216
59167 #, gcc-internal-format
59168 msgid "template parameter pack cannot have a default argument"
59169 msgstr ""
59171 #: cp/parser.cc:25218
59172 #, gcc-internal-format
59173 msgid "parameter pack cannot have a default argument"
59174 msgstr ""
59176 #: cp/parser.cc:25348
59177 #, gcc-internal-format
59178 msgid "function-try-block body of %<constexpr%> constructor only available with %<-std=c++20%> or %<-std=gnu++20%>"
59179 msgstr ""
59181 #: cp/parser.cc:25352
59182 #, gcc-internal-format
59183 msgid "function-try-block body of %<constexpr%> function only available with %<-std=c++20%> or %<-std=gnu++20%>"
59184 msgstr ""
59186 #: cp/parser.cc:25687
59187 #, gcc-internal-format
59188 msgid "C++ designated initializers only available with %<-std=c++20%> or %<-std=gnu++20%>"
59189 msgstr ""
59191 #: cp/parser.cc:25707
59192 #, gcc-internal-format
59193 msgid "ISO C++ does not allow GNU designated initializers"
59194 msgstr ""
59196 #: cp/parser.cc:25745
59197 #, gcc-internal-format
59198 msgid "ISO C++ does not allow C99 designated initializers"
59199 msgstr ""
59201 #: cp/parser.cc:25759
59202 #, gcc-internal-format
59203 msgid "either all initializer clauses should be designated or none of them should be"
59204 msgstr ""
59206 #: cp/parser.cc:25784
59207 #, gcc-internal-format
59208 msgid "%<...%> not allowed in designated initializer list"
59209 msgstr ""
59211 #: cp/parser.cc:25835
59212 #, gcc-internal-format
59213 msgid "%<.%s%> designator used multiple times in the same initializer list"
59214 msgstr ""
59216 #: cp/parser.cc:25891 cp/parser.cc:26028
59217 #, gcc-internal-format
59218 msgid "expected class-name"
59219 msgstr ""
59221 #: cp/parser.cc:26270
59222 #, gcc-internal-format
59223 msgid "expected %<;%> after class definition"
59224 msgstr ""
59226 #: cp/parser.cc:26273
59227 #, gcc-internal-format
59228 msgid "expected %<;%> after struct definition"
59229 msgstr ""
59231 #: cp/parser.cc:26276
59232 #, gcc-internal-format
59233 msgid "expected %<;%> after union definition"
59234 msgstr ""
59236 #: cp/parser.cc:26727
59237 #, gcc-internal-format
59238 msgid "expected %<{%> or %<:%>"
59239 msgstr "мало бути %<{%> або %<:%>"
59241 #: cp/parser.cc:26738
59242 #, gcc-internal-format
59243 msgid "cannot specify %<override%> for a class"
59244 msgstr ""
59246 #: cp/parser.cc:26746
59247 #, gcc-internal-format
59248 msgid "global qualification of class name is invalid"
59249 msgstr ""
59251 #: cp/parser.cc:26753
59252 #, gcc-internal-format
59253 msgid "qualified name does not name a class"
59254 msgstr ""
59256 #: cp/parser.cc:26765
59257 #, gcc-internal-format
59258 msgid "keyword %<template%> not allowed in class-head-name"
59259 msgstr ""
59261 #: cp/parser.cc:26771
59262 #, gcc-internal-format
59263 msgid "invalid class name in declaration of %qD"
59264 msgstr ""
59266 #: cp/parser.cc:26825
59267 #, gcc-internal-format
59268 msgid "an explicit specialization must be preceded by %<template <>%>"
59269 msgstr ""
59271 #: cp/parser.cc:26857
59272 #, gcc-internal-format
59273 msgid "function template %qD redeclared as a class template"
59274 msgstr ""
59276 #: cp/parser.cc:26890
59277 #, gcc-internal-format
59278 msgid "could not resolve typename type"
59279 msgstr "не вдалося визначити тип typename"
59281 #: cp/parser.cc:26954
59282 #, gcc-internal-format
59283 msgid "previous definition of %q#T"
59284 msgstr "попереднє визначення %q#T"
59286 #. In a lambda this should work, but doesn't currently.
59287 #. We're in a lambda, but it isn't the innermost class.
59288 #. This should work, but currently doesn't.
59289 #: cp/parser.cc:26968 cp/pt.cc:4299
59290 #, gcc-internal-format
59291 msgid "unexpanded parameter pack in local class in lambda"
59292 msgstr ""
59294 #: cp/parser.cc:27068 cp/parser.cc:33769
59295 #, gcc-internal-format
59296 msgid "expected class-key"
59297 msgstr ""
59299 #: cp/parser.cc:27093
59300 #, gcc-internal-format
59301 msgid "ISO C++ forbids typename key in template template parameter; use %<-std=c++17%> or %<-std=gnu++17%>"
59302 msgstr ""
59304 #: cp/parser.cc:27097
59305 #, gcc-internal-format
59306 msgid "expected %<class%> or %<typename%>"
59307 msgstr "мало бути %<class%> або %<typename%>"
59309 #: cp/parser.cc:27347
59310 #, gcc-internal-format
59311 msgid "in C++03 a class-key must be used when declaring a friend"
59312 msgstr ""
59314 #: cp/parser.cc:27378
59315 #, gcc-internal-format
59316 msgid "friend declaration does not name a class or function"
59317 msgstr ""
59319 #: cp/parser.cc:27396
59320 #, gcc-internal-format
59321 msgid "a storage class on an anonymous aggregate in class scope is not allowed"
59322 msgstr ""
59324 #: cp/parser.cc:27498
59325 #, gcc-internal-format
59326 msgid "default member initializers for bit-fields only available with %<-std=c++20%> or %<-std=gnu++20%>"
59327 msgstr ""
59329 #: cp/parser.cc:27505
59330 #, gcc-internal-format
59331 msgid "default member initializer for unnamed bit-field"
59332 msgstr ""
59334 #: cp/parser.cc:27518
59335 #, gcc-internal-format
59336 msgid "ISO C++ allows bit-field attributes only before the %<:%> token"
59337 msgstr ""
59339 #: cp/parser.cc:27680
59340 #, gcc-internal-format
59341 msgid "bit-field %qD has non-integral type %qT"
59342 msgstr ""
59344 #: cp/parser.cc:27708
59345 #, gcc-internal-format
59346 msgid "pure-specifier on function-definition"
59347 msgstr ""
59349 #: cp/parser.cc:27729
59350 #, gcc-internal-format
59351 msgid "extra %<;%> after in-class function definition"
59352 msgstr ""
59354 #: cp/parser.cc:27778
59355 #, gcc-internal-format
59356 msgid "stray %<,%> at end of member declaration"
59357 msgstr ""
59359 #: cp/parser.cc:27792
59360 #, gcc-internal-format
59361 msgid "expected %<;%> at end of member declaration"
59362 msgstr ""
59364 #: cp/parser.cc:27867
59365 #, gcc-internal-format
59366 msgid "invalid pure specifier (only %<= 0%> is allowed)"
59367 msgstr ""
59369 #: cp/parser.cc:27902
59370 #, gcc-internal-format
59371 msgid "a brace-enclosed initializer is not allowed here"
59372 msgstr ""
59374 #: cp/parser.cc:28032
59375 #, gcc-internal-format
59376 msgid "%<virtual%> specified more than once in base-specifier"
59377 msgstr ""
59379 #: cp/parser.cc:28052
59380 #, gcc-internal-format
59381 msgid "more than one access specifier in base-specifier"
59382 msgstr ""
59384 #: cp/parser.cc:28076
59385 #, gcc-internal-format
59386 msgid "keyword %<typename%> not allowed outside of templates"
59387 msgstr ""
59389 #: cp/parser.cc:28079
59390 #, gcc-internal-format
59391 msgid "keyword %<typename%> not allowed in this context (the base class is implicitly a type)"
59392 msgstr ""
59394 #: cp/parser.cc:28279 cp/parser.cc:28373
59395 #, gcc-internal-format
59396 msgid "types may not be defined in an exception-specification"
59397 msgstr ""
59399 #: cp/parser.cc:28381
59400 #, gcc-internal-format
59401 msgid "ISO C++17 does not allow dynamic exception specifications"
59402 msgstr "У ISO C++17 не можна визначати динамічні специфікації виключень"
59404 #: cp/parser.cc:28387
59405 #, gcc-internal-format
59406 msgid "dynamic exception specifications are deprecated in C++11"
59407 msgstr ""
59409 #: cp/parser.cc:28431
59410 #, gcc-internal-format
59411 msgid "invalid use of %<auto%> in exception-specification"
59412 msgstr ""
59414 #: cp/parser.cc:28472
59415 #, gcc-internal-format
59416 msgid "%<try%> in %<constexpr%> function only available with %<-std=c++20%> or %<-std=gnu++20%>"
59417 msgstr ""
59419 #: cp/parser.cc:28584
59420 #, gcc-internal-format
59421 msgid "types may not be defined in exception-declarations"
59422 msgstr ""
59424 #: cp/parser.cc:29142
59425 #, gcc-internal-format
59426 msgid "expected OpenMP directive name"
59427 msgstr ""
59429 #: cp/parser.cc:29151
59430 #, gcc-internal-format
59431 msgid "expected attribute argument as balanced token sequence"
59432 msgstr ""
59434 #: cp/parser.cc:29196
59435 #, gcc-internal-format
59436 msgid "expected %<directive%> or %<sequence%>"
59437 msgstr "мало бути %<directive%> або %<sequence%>"
59439 #: cp/parser.cc:29295
59440 #, gcc-internal-format
59441 msgid "attribute using prefix used together with scoped attribute token"
59442 msgstr ""
59444 #: cp/parser.cc:29309
59445 #, gcc-internal-format
59446 msgid "expected an identifier for the attribute name"
59447 msgstr ""
59449 #: cp/parser.cc:29364
59450 #, gcc-internal-format
59451 msgid "%<omp::%E%> attribute requires argument"
59452 msgstr "атрибут %<omp::%E%> потребує аргументу"
59454 #. e.g. [[attr()]].
59455 #: cp/parser.cc:29436
59456 #, gcc-internal-format
59457 msgid "parentheses must be omitted if %qE attribute argument list is empty"
59458 msgstr ""
59460 #: cp/parser.cc:29471
59461 #, gcc-internal-format
59462 msgid "attribute %qs specified multiple times"
59463 msgstr ""
59465 #: cp/parser.cc:29513
59466 #, gcc-internal-format
59467 msgid "expected attribute before %<...%>"
59468 msgstr "мав бути атрибут перед %<...%>"
59470 #: cp/parser.cc:29556
59471 #, fuzzy, gcc-internal-format
59472 #| msgid "expected constant size"
59473 msgid "expected contract-role"
59474 msgstr "очікуваний сталий розмір"
59476 #. We got some other token other than a ':'.
59477 #: cp/parser.cc:29637
59478 #, fuzzy, gcc-internal-format
59479 #| msgid "expected constant size"
59480 msgid "expected contract semantic or level"
59481 msgstr "очікуваний сталий розмір"
59483 #: cp/parser.cc:29647
59484 #, fuzzy, gcc-internal-format
59485 #| msgid "expected %<data%>, %<update%>, %<enter%> or %<exit%>"
59486 msgid "expected contract level: %<default%>, %<audit%>, or %<axiom%>"
59487 msgstr "мало бути %<data%>, %<update%>, %<enter%> або %<exit%>"
59489 #: cp/parser.cc:29657
59490 #, gcc-internal-format
59491 msgid "invalid use of contract role for explicit semantic"
59492 msgstr ""
59494 #: cp/parser.cc:29794
59495 #, gcc-internal-format
59496 msgid "contracts are only available with %<-fcontracts%>"
59497 msgstr ""
59499 #: cp/parser.cc:29949
59500 #, gcc-internal-format
59501 msgid "attribute using prefix only available with %<-std=c++17%> or %<-std=gnu++17%>"
59502 msgstr ""
59504 #: cp/parser.cc:30294 cp/parser.cc:30303
59505 #, gcc-internal-format
59506 msgid "expression must be enclosed in parentheses"
59507 msgstr ""
59509 #: cp/parser.cc:30649
59510 #, gcc-internal-format
59511 msgid "missing additional %<requires%> to start a requires-expression"
59512 msgstr ""
59514 #: cp/parser.cc:30892
59515 #, gcc-internal-format
59516 msgid "testing if a concept-id is a valid expression; add %<requires%> to check satisfaction"
59517 msgstr ""
59519 #: cp/parser.cc:31030
59520 #, gcc-internal-format
59521 msgid "result type is not a plain type-constraint"
59522 msgstr ""
59524 #: cp/parser.cc:31038
59525 #, gcc-internal-format
59526 msgid "return-type-requirement is not a type-constraint"
59527 msgstr ""
59529 #: cp/parser.cc:31550
59530 #, gcc-internal-format
59531 msgid "specializing member %<%T::%E%> requires %<template<>%> syntax"
59532 msgstr ""
59534 #: cp/parser.cc:31555
59535 #, gcc-internal-format
59536 msgid "invalid declaration of %<%T::%E%>"
59537 msgstr ""
59539 #: cp/parser.cc:31559
59540 #, gcc-internal-format
59541 msgid "too few template-parameter-lists"
59542 msgstr ""
59544 #. Otherwise, there are too many template parameter lists.  We have
59545 #. something like:
59547 #. template <class T> template <class U> void S::f();
59548 #: cp/parser.cc:31566
59549 #, gcc-internal-format
59550 msgid "too many template-parameter-lists"
59551 msgstr ""
59553 #: cp/parser.cc:31959
59554 #, gcc-internal-format
59555 msgid "named return values are no longer supported"
59556 msgstr ""
59558 #: cp/parser.cc:32132
59559 #, gcc-internal-format
59560 msgid "ISO C++ did not adopt string literal operator templates taking an argument pack of characters"
59561 msgstr ""
59563 #: cp/parser.cc:32141
59564 #, gcc-internal-format
59565 msgid "literal operator template %qD has invalid parameter list; expected non-type template parameter pack %<<char...>%> or single non-type parameter of class type"
59566 msgstr ""
59568 #: cp/parser.cc:32147
59569 #, gcc-internal-format
59570 msgid "literal operator template %qD has invalid parameter list; expected non-type template parameter pack %<<char...>%>"
59571 msgstr ""
59573 #: cp/parser.cc:32254
59574 #, gcc-internal-format
59575 msgid "template-introductions are not part of C++20 concepts; use %qs to enable"
59576 msgstr ""
59578 #: cp/parser.cc:32264
59579 #, gcc-internal-format
59580 msgid "no matching concept for template-introduction"
59581 msgstr ""
59583 #: cp/parser.cc:32287
59584 #, gcc-internal-format
59585 msgid "invalid declaration of member template in local class"
59586 msgstr ""
59588 #: cp/parser.cc:32296
59589 #, gcc-internal-format
59590 msgid "template with C linkage"
59591 msgstr ""
59593 #: cp/parser.cc:32316
59594 #, gcc-internal-format
59595 msgid "invalid explicit specialization"
59596 msgstr ""
59598 #: cp/parser.cc:32428
59599 #, gcc-internal-format
59600 msgid "template declaration of %<typedef%>"
59601 msgstr ""
59603 #: cp/parser.cc:32479
59604 #, gcc-internal-format
59605 msgid "a class template declaration must not declare anything else"
59606 msgstr ""
59608 #: cp/parser.cc:32531
59609 #, gcc-internal-format
59610 msgid "explicit template specialization cannot have a storage class"
59611 msgstr ""
59613 #: cp/parser.cc:32838
59614 #, gcc-internal-format
59615 msgid "%<>>%> should be %<> >%> within a nested template argument list"
59616 msgstr ""
59618 #: cp/parser.cc:32851
59619 #, gcc-internal-format
59620 msgid "spurious %<>>%>, use %<>%> to terminate a template argument list"
59621 msgstr ""
59623 #: cp/parser.cc:32882
59624 #, fuzzy, gcc-internal-format
59625 #| msgid "%qT not permitted in template argument"
59626 msgid "%qs should be %qs to terminate a template argument list"
59627 msgstr "%qT не можна використовувати у аргументі шаблона"
59629 #: cp/parser.cc:33200
59630 #, gcc-internal-format
59631 msgid "%<sizeof...%> argument must be surrounded by parentheses"
59632 msgstr ""
59634 #: cp/parser.cc:33377
59635 #, gcc-internal-format
59636 msgid "invalid use of %qD in linkage specification"
59637 msgstr ""
59639 #: cp/parser.cc:33388
59640 #, fuzzy, gcc-internal-format
59641 #| msgid "duplicate %qs modifier"
59642 msgid "duplicate %qD specifier"
59643 msgstr "дублювання модифікатора %qs"
59645 #: cp/parser.cc:33391
59646 #, fuzzy, gcc-internal-format
59647 #| msgid "%qs specified with %qT"
59648 msgid "%qD specifier conflicts with %qs"
59649 msgstr "%qs визначено з %qT"
59651 #: cp/parser.cc:33403
59652 #, gcc-internal-format
59653 msgid "%<__thread%> before %qD"
59654 msgstr ""
59656 #: cp/parser.cc:33419
59657 #, fuzzy, gcc-internal-format
59658 #| msgid "%qs specified with %<typeof%>"
59659 msgid "%qD specifier conflicts with %<typedef%>"
59660 msgstr "%qs визначено з %<typeof%>"
59662 #: cp/parser.cc:33526
59663 #, gcc-internal-format
59664 msgid "ISO C++ 1998 does not support %<long long%>"
59665 msgstr "У ISO C++ 1998 не передбачено підтримки %<long long%>"
59667 #: cp/parser.cc:33537
59668 #, gcc-internal-format
59669 msgid "both %<__thread%> and %<thread_local%> specified"
59670 msgstr "вказано одразу %<__thread%> і %<thread_local%>"
59672 #: cp/parser.cc:33542
59673 #, gcc-internal-format
59674 msgid "duplicate %qD"
59675 msgstr "дублювання %qD"
59677 #: cp/parser.cc:33568
59678 #, gcc-internal-format
59679 msgid "duplicate %qs"
59680 msgstr "дублювання %qs"
59682 #: cp/parser.cc:33620
59683 #, gcc-internal-format
59684 msgid "expected %<new%>"
59685 msgstr "мало бути %<new%>"
59687 #: cp/parser.cc:33623
59688 #, gcc-internal-format
59689 msgid "expected %<delete%>"
59690 msgstr "мало бути %<delete%>"
59692 #: cp/parser.cc:33626
59693 #, gcc-internal-format
59694 msgid "expected %<return%>"
59695 msgstr "мало бути %<return%>"
59697 #: cp/parser.cc:33632
59698 #, gcc-internal-format
59699 msgid "expected %<extern%>"
59700 msgstr "мало бути %<extern%>"
59702 #: cp/parser.cc:33635
59703 #, gcc-internal-format
59704 msgid "expected %<static_assert%>"
59705 msgstr "мало бути %<static_assert%>"
59707 #: cp/parser.cc:33638
59708 #, gcc-internal-format
59709 msgid "expected %<decltype%>"
59710 msgstr "мало бути %<decltype%>"
59712 #: cp/parser.cc:33641
59713 #, gcc-internal-format
59714 msgid "expected %<operator%>"
59715 msgstr "мало бути %<operator%>"
59717 #: cp/parser.cc:33644
59718 #, gcc-internal-format
59719 msgid "expected %<class%>"
59720 msgstr "мало бути %<class%>"
59722 #: cp/parser.cc:33647
59723 #, gcc-internal-format
59724 msgid "expected %<template%>"
59725 msgstr "мало бути %<template%>"
59727 #: cp/parser.cc:33650
59728 #, gcc-internal-format
59729 msgid "expected %<namespace%>"
59730 msgstr "мало бути %<namespace%>"
59732 #: cp/parser.cc:33653
59733 #, gcc-internal-format
59734 msgid "expected %<using%>"
59735 msgstr "мало бути %<using%>"
59737 #: cp/parser.cc:33656
59738 #, gcc-internal-format
59739 msgid "expected %<asm%>"
59740 msgstr "мало бути %<asm%>"
59742 #: cp/parser.cc:33659
59743 #, gcc-internal-format
59744 msgid "expected %<try%>"
59745 msgstr "мало бути %<try%>"
59747 #: cp/parser.cc:33662
59748 #, gcc-internal-format
59749 msgid "expected %<catch%>"
59750 msgstr "мало бути %<catch%>"
59752 #: cp/parser.cc:33665
59753 #, gcc-internal-format
59754 msgid "expected %<throw%>"
59755 msgstr "мало бути %<throw%>"
59757 #: cp/parser.cc:33668
59758 #, gcc-internal-format
59759 msgid "expected %<auto%>"
59760 msgstr "мало бути %<auto%>"
59762 #: cp/parser.cc:33671
59763 #, gcc-internal-format
59764 msgid "expected %<__label__%>"
59765 msgstr "мало бути %<__label__%>"
59767 #: cp/parser.cc:33674
59768 #, gcc-internal-format
59769 msgid "expected %<@try%>"
59770 msgstr "мало бути %<@try%>"
59772 #: cp/parser.cc:33677
59773 #, gcc-internal-format
59774 msgid "expected %<@synchronized%>"
59775 msgstr "мало бути %<@synchronized%>"
59777 #: cp/parser.cc:33680
59778 #, gcc-internal-format
59779 msgid "expected %<@throw%>"
59780 msgstr "мало бути %<@throw%>"
59782 #: cp/parser.cc:33683
59783 #, gcc-internal-format
59784 msgid "expected %<__transaction_atomic%>"
59785 msgstr "мало бути %<__transaction_atomic%>"
59787 #: cp/parser.cc:33686
59788 #, gcc-internal-format
59789 msgid "expected %<__transaction_relaxed%>"
59790 msgstr "мало бути %<__transaction_relaxed%>"
59792 #: cp/parser.cc:33689
59793 #, gcc-internal-format
59794 msgid "expected %<co_yield%>"
59795 msgstr "мало бути %<co_yield%>"
59797 #: cp/parser.cc:33721
59798 #, gcc-internal-format
59799 msgid "expected %<::%>"
59800 msgstr "мало бути %<::%>"
59802 #: cp/parser.cc:33733
59803 #, gcc-internal-format
59804 msgid "expected %<...%>"
59805 msgstr "мало бути %<...%>"
59807 #: cp/parser.cc:33736
59808 #, gcc-internal-format
59809 msgid "expected %<*%>"
59810 msgstr "мало бути %<*%>"
59812 #: cp/parser.cc:33739
59813 #, gcc-internal-format
59814 msgid "expected %<~%>"
59815 msgstr "мало бути %<~%>"
59817 #: cp/parser.cc:33745
59818 #, gcc-internal-format
59819 msgid "expected %<:%> or %<::%>"
59820 msgstr "мало бути %<:%> або %<::%>"
59822 #: cp/parser.cc:33772
59823 #, gcc-internal-format
59824 msgid "expected %<class%>, %<typename%>, or %<template%>"
59825 msgstr "мало бути %<class%>, %<typename%> або %<template%>"
59827 #: cp/parser.cc:34107
59828 #, gcc-internal-format
59829 msgid "redundant enum-key %<enum%s%> in reference to %q#T"
59830 msgstr ""
59832 #: cp/parser.cc:34258
59833 #, gcc-internal-format
59834 msgid "%qs tag used in naming %q#T"
59835 msgstr "теґ %qs використано у назві %q#T"
59837 #: cp/parser.cc:34263
59838 #, gcc-internal-format
59839 msgid "%q#T was previously declared here"
59840 msgstr "%q#T було раніше оголошено тут:"
59842 #: cp/parser.cc:34384
59843 #, gcc-internal-format
59844 msgid "redundant class-key %qs in reference to %q#T"
59845 msgstr ""
59847 #: cp/parser.cc:34524 cp/parser.cc:34558
59848 #, gcc-internal-format
59849 msgid "%qT declared with a mismatched class-key %qs"
59850 msgstr ""
59852 #: cp/parser.cc:34531 cp/parser.cc:34564
59853 #, gcc-internal-format
59854 msgid "remove the class-key or replace it with %qs"
59855 msgstr ""
59857 #: cp/parser.cc:34532 cp/parser.cc:34565
59858 #, gcc-internal-format
59859 msgid "replace the class-key with %qs"
59860 msgstr ""
59862 #: cp/parser.cc:34539
59863 #, gcc-internal-format
59864 msgid "%qT defined as %qs here"
59865 msgstr ""
59867 #: cp/parser.cc:34540
59868 #, gcc-internal-format
59869 msgid "%qT first declared as %qs here"
59870 msgstr ""
59872 #: cp/parser.cc:34622
59873 #, gcc-internal-format
59874 msgid "%qD redeclared with different access"
59875 msgstr ""
59877 #: cp/parser.cc:34643
59878 #, gcc-internal-format
59879 msgid "in C++98 %<template%> (as a disambiguator) is only allowed within templates"
59880 msgstr ""
59882 #: cp/parser.cc:34893
59883 #, gcc-internal-format
59884 msgid "file ends in default argument"
59885 msgstr ""
59887 #: cp/parser.cc:35134 cp/parser.cc:36442 cp/parser.cc:36631
59888 #, gcc-internal-format
59889 msgid "misplaced %<@%D%> Objective-C++ construct"
59890 msgstr ""
59892 #: cp/parser.cc:35205
59893 #, gcc-internal-format
59894 msgid "objective-c++ message receiver expected"
59895 msgstr ""
59897 #: cp/parser.cc:35275
59898 #, gcc-internal-format
59899 msgid "objective-c++ message argument(s) are expected"
59900 msgstr ""
59902 #: cp/parser.cc:35306
59903 #, gcc-internal-format
59904 msgid "%<@encode%> must specify a type as an argument"
59905 msgstr ""
59907 #: cp/parser.cc:35710
59908 #, gcc-internal-format
59909 msgid "invalid Objective-C++ selector name"
59910 msgstr ""
59912 #: cp/parser.cc:35785 cp/parser.cc:35803
59913 #, gcc-internal-format
59914 msgid "objective-c++ method declaration is expected"
59915 msgstr ""
59917 #: cp/parser.cc:35797 cp/parser.cc:35863
59918 #, gcc-internal-format
59919 msgid "method attributes must be specified at the end"
59920 msgstr ""
59922 #: cp/parser.cc:35906
59923 #, gcc-internal-format
59924 msgid "stray %qs between Objective-C++ methods"
59925 msgstr ""
59927 #: cp/parser.cc:36103 cp/parser.cc:36110 cp/parser.cc:36117
59928 #, gcc-internal-format
59929 msgid "invalid type for instance variable"
59930 msgstr ""
59932 #: cp/parser.cc:36234
59933 #, gcc-internal-format
59934 msgid "identifier expected after %<@protocol%>"
59935 msgstr ""
59937 #: cp/parser.cc:36407
59938 #, gcc-internal-format
59939 msgid "attributes may not be specified before the %<@%D%> Objective-C++ keyword"
59940 msgstr ""
59942 #: cp/parser.cc:36414
59943 #, gcc-internal-format
59944 msgid "prefix attributes are ignored before %<@%D%>"
59945 msgstr ""
59947 #: cp/parser.cc:36694 cp/parser.cc:36701 cp/parser.cc:36708
59948 #, gcc-internal-format
59949 msgid "invalid type for property"
59950 msgstr ""
59952 #: cp/parser.cc:36870
59953 #, gcc-internal-format
59954 msgid "unknown property attribute %qE"
59955 msgstr "невідомий атрибут властивості %qE"
59957 #: cp/parser.cc:37999
59958 #, gcc-internal-format
59959 msgid "expected integer expression list"
59960 msgstr "мало бути використано список цілих значень"
59962 #: cp/parser.cc:38016
59963 #, gcc-internal-format
59964 msgid "%<wait%> expression must be integral"
59965 msgstr "вираз %<wait%> має бути інтегральним"
59967 #: cp/parser.cc:39105
59968 #, gcc-internal-format
59969 msgid "invalid reduction-identifier"
59970 msgstr ""
59972 #: cp/parser.cc:40074
59973 #, gcc-internal-format
59974 msgid "types may not be defined in iterator type"
59975 msgstr "типи не можна визначати у типі ітератора"
59977 #: cp/parser.cc:42980
59978 #, gcc-internal-format
59979 msgid "parenthesized initialization is not allowed in OpenMP %<for%> loop"
59980 msgstr ""
59982 #: cp/parser.cc:43425
59983 #, gcc-internal-format
59984 msgid "%<[[omp::directive(%s)]]%> must be the only specified attribute on a statement"
59985 msgstr ""
59987 #: cp/parser.cc:43670
59988 #, gcc-internal-format
59989 msgid "%<ordered%> clause with parameter on range-based %<for%> loop"
59990 msgstr ""
59992 #: cp/parser.cc:43757 cp/pt.cc:18448
59993 #, gcc-internal-format
59994 msgid "iteration variable %qD should not be reduction"
59995 msgstr ""
59997 #: cp/parser.cc:43850
59998 #, gcc-internal-format
59999 msgid "not enough for loops to collapse"
60000 msgstr ""
60002 #: cp/parser.cc:46217
60003 #, gcc-internal-format
60004 msgid "%<#pragma omp declare %s%> followed by %<#pragma omp declare %s%>"
60005 msgstr ""
60007 #: cp/parser.cc:47052
60008 #, gcc-internal-format
60009 msgid "OpenMP directive other than %<declare simd%> or %<declare variant%> appertains to a declaration"
60010 msgstr ""
60012 #: cp/parser.cc:47398 cp/parser.cc:47429
60013 #, gcc-internal-format
60014 msgid "%qs in attribute syntax terminated with %qs in pragma syntax"
60015 msgstr ""
60017 #: cp/parser.cc:47405 cp/parser.cc:47434
60018 #, gcc-internal-format
60019 msgid "%qs in pragma syntax terminated with %qs in attribute syntax"
60020 msgstr ""
60022 #: cp/parser.cc:47546
60023 #, gcc-internal-format
60024 msgid "invalid initializer clause"
60025 msgstr ""
60027 #: cp/parser.cc:47576
60028 #, gcc-internal-format
60029 msgid "expected id-expression (arguments)"
60030 msgstr ""
60032 #: cp/parser.cc:47588
60033 #, gcc-internal-format
60034 msgid "one of the initializer call arguments should be %<omp_priv%> or %<&omp_priv%>"
60035 msgstr ""
60037 #: cp/parser.cc:47691
60038 #, gcc-internal-format
60039 msgid "types may not be defined in declare reduction type list"
60040 msgstr ""
60042 #: cp/parser.cc:47711 cp/semantics.cc:6120
60043 #, gcc-internal-format
60044 msgid "predeclared arithmetic type %qT in %<#pragma omp declare reduction%>"
60045 msgstr ""
60047 #: cp/parser.cc:47715 cp/semantics.cc:6128
60048 #, gcc-internal-format
60049 msgid "function or array type %qT in %<#pragma omp declare reduction%>"
60050 msgstr ""
60052 #: cp/parser.cc:47718 cp/pt.cc:14373 cp/semantics.cc:6134
60053 #, gcc-internal-format
60054 msgid "reference type %qT in %<#pragma omp declare reduction%>"
60055 msgstr ""
60057 #: cp/parser.cc:47721 cp/semantics.cc:6140
60058 #, gcc-internal-format
60059 msgid "%<const%>, %<volatile%> or %<__restrict%>-qualified type %qT in %<#pragma omp declare reduction%>"
60060 msgstr ""
60062 #: cp/parser.cc:48435
60063 #, gcc-internal-format
60064 msgid "%<#pragma acc routine%> names a set of overloads"
60065 msgstr ""
60067 #: cp/parser.cc:48445
60068 #, gcc-internal-format
60069 msgid "%qD does not refer to a namespace scope function"
60070 msgstr ""
60072 #. cancel-and-throw is unimplemented.
60073 #: cp/parser.cc:48806
60074 #, gcc-internal-format
60075 msgid "%<atomic_cancel%>"
60076 msgstr ""
60078 #: cp/parser.cc:48853 cp/semantics.cc:11147
60079 #, gcc-internal-format
60080 msgid "%<__transaction_relaxed%> without transactional memory support enabled"
60081 msgstr ""
60083 #: cp/parser.cc:48855 cp/semantics.cc:11149
60084 #, gcc-internal-format
60085 msgid "%<__transaction_atomic%> without transactional memory support enabled"
60086 msgstr ""
60088 #: cp/parser.cc:49001
60089 #, gcc-internal-format
60090 msgid "outer %<__transaction_cancel%> not within outer %<__transaction_atomic%>"
60091 msgstr ""
60093 #: cp/parser.cc:49004
60094 #, gcc-internal-format
60095 msgid "  or a %<transaction_may_cancel_outer%> function"
60096 msgstr ""
60098 #: cp/parser.cc:49051
60099 #, gcc-internal-format
60100 msgid "malformed %<#pragma GCC pch_preprocess%>"
60101 msgstr "помилкове форматування %<#pragma GCC pch_preprocess%>"
60103 #: cp/parser.cc:49349
60104 #, gcc-internal-format
60105 msgid "%<#pragma omp requires%> may only be used at file or namespace scope"
60106 msgstr "%<#pragma omp requires%> можна використовувати лише на рівні файлів або просторів назв"
60108 #: cp/parser.cc:49360
60109 #, fuzzy, gcc-internal-format
60110 #| msgid "%<#pragma omp requires%> may only be used at file or namespace scope"
60111 msgid "%<#pragma omp assumes%> may only be used at file or namespace scope"
60112 msgstr "%<#pragma omp requires%> можна використовувати лише на рівні файлів або просторів назв"
60114 #: cp/parser.cc:49415
60115 #, gcc-internal-format
60116 msgid "%<#pragma GCC ivdep%> must be inside a function"
60117 msgstr "%<#pragma GCC ivdep%> має перебувати всередині функції"
60119 #: cp/parser.cc:49447
60120 #, gcc-internal-format
60121 msgid "%<#pragma GCC unroll%> must be inside a function"
60122 msgstr "%<#pragma GCC unroll%> має перебувати всередині функції"
60124 #: cp/parser.cc:49528
60125 #, gcc-internal-format
60126 msgid "multi-source compilation not implemented for C++"
60127 msgstr ""
60129 #: cp/parser.cc:49565
60130 #, gcc-internal-format
60131 msgid "placeholder type not allowed in this context"
60132 msgstr ""
60134 #: cp/parser.cc:49774
60135 #, gcc-internal-format
60136 msgid "implicit templates may not be %<virtual%>"
60137 msgstr ""
60139 #: cp/parser.cc:49830
60140 #, gcc-internal-format
60141 msgid "%<extern \"C\"%> linkage started here"
60142 msgstr ""
60144 #: cp/pt.cc:306
60145 #, gcc-internal-format
60146 msgid "data member %qD cannot be a member template"
60147 msgstr ""
60149 #: cp/pt.cc:319
60150 #, gcc-internal-format
60151 msgid "invalid member template declaration %qD"
60152 msgstr ""
60154 #: cp/pt.cc:745
60155 #, gcc-internal-format
60156 msgid "explicit specialization in non-namespace scope %qD"
60157 msgstr ""
60159 #: cp/pt.cc:759
60160 #, gcc-internal-format
60161 msgid "enclosing class templates are not explicitly specialized"
60162 msgstr ""
60164 #: cp/pt.cc:843
60165 #, gcc-internal-format
60166 msgid "specialization of %qD must appear at namespace scope"
60167 msgstr ""
60169 #: cp/pt.cc:854 cp/pt.cc:1095
60170 #, gcc-internal-format
60171 msgid "specialization of %qD in different namespace"
60172 msgstr ""
60174 #: cp/pt.cc:856
60175 #, gcc-internal-format
60176 msgid "  from definition of %q#D"
60177 msgstr "  із оголошення %q#D"
60179 #: cp/pt.cc:873
60180 #, gcc-internal-format
60181 msgid "explicit instantiation of %qD in namespace %qD (which does not enclose namespace %qD)"
60182 msgstr ""
60184 #: cp/pt.cc:1007
60185 #, gcc-internal-format
60186 msgid "name of class shadows template template parameter %qD"
60187 msgstr ""
60189 #: cp/pt.cc:1019
60190 #, gcc-internal-format
60191 msgid "specialization of alias template %qD"
60192 msgstr ""
60194 #: cp/pt.cc:1022 cp/pt.cc:1161
60195 #, gcc-internal-format
60196 msgid "explicit specialization of non-template %qT"
60197 msgstr ""
60199 #: cp/pt.cc:1054
60200 #, gcc-internal-format
60201 msgid "specialization of %qT after instantiation"
60202 msgstr ""
60204 #: cp/pt.cc:1098
60205 #, gcc-internal-format
60206 msgid "from definition of %q#D"
60207 msgstr "із оголошення %q#D"
60209 #. But if we've had an implicit instantiation, that's a
60210 #. problem ([temp.expl.spec]/6).
60211 #: cp/pt.cc:1139
60212 #, gcc-internal-format
60213 msgid "specialization %qT after instantiation %qT"
60214 msgstr ""
60216 #: cp/pt.cc:1157
60217 #, gcc-internal-format
60218 msgid "template specialization of %qD not allowed by ISO C++"
60219 msgstr ""
60221 #: cp/pt.cc:1548
60222 #, gcc-internal-format
60223 msgid "specialization of %qD after instantiation"
60224 msgstr ""
60226 #: cp/pt.cc:2021 cp/semantics.cc:5990
60227 #, gcc-internal-format
60228 msgid "%s %#qD"
60229 msgstr "%s %#qD"
60231 #: cp/pt.cc:2157
60232 #, gcc-internal-format
60233 msgid "%qD is not a function template"
60234 msgstr ""
60236 #: cp/pt.cc:2162
60237 #, gcc-internal-format
60238 msgid "%qD is not a variable template"
60239 msgstr ""
60241 #: cp/pt.cc:2445
60242 #, gcc-internal-format
60243 msgid "template-id %qD for %q+D does not match any template declaration"
60244 msgstr ""
60246 #: cp/pt.cc:2449
60247 #, gcc-internal-format
60248 msgid "saw %d %<template<>%>, need %d for specializing a member function template"
60249 msgstr ""
60251 #: cp/pt.cc:2459
60252 #, gcc-internal-format
60253 msgid "ambiguous template specialization %qD for %q+D"
60254 msgstr ""
60256 #: cp/pt.cc:2663
60257 #, gcc-internal-format
60258 msgid "variable templates only available with %<-std=c++14%> or %<-std=gnu++14%>"
60259 msgstr ""
60261 #: cp/pt.cc:2673
60262 #, gcc-internal-format
60263 msgid "too many template headers for %qD (should be %d)"
60264 msgstr ""
60266 #: cp/pt.cc:2679
60267 #, gcc-internal-format
60268 msgid "members of an explicitly specialized class are defined without a template header"
60269 msgstr ""
60271 #: cp/pt.cc:2703
60272 #, gcc-internal-format
60273 msgid "explicit specialization of %qD outside its namespace must use a nested-name-specifier"
60274 msgstr ""
60276 #. This was allowed in C++98, so only pedwarn.
60277 #: cp/pt.cc:2708
60278 #, gcc-internal-format
60279 msgid "explicit instantiation of %qD outside its namespace must use a nested-name-specifier"
60280 msgstr ""
60282 #: cp/pt.cc:2744
60283 #, gcc-internal-format
60284 msgid "explicit specialization %q#D may be missing attributes"
60285 msgstr ""
60287 #: cp/pt.cc:2748
60288 #, gcc-internal-format, gfc-internal-format
60289 msgid "missing primary template attributes %s"
60290 msgstr "пропущено атрибути основного шаблона %s"
60292 #: cp/pt.cc:2749
60293 #, gcc-internal-format, gfc-internal-format
60294 msgid "missing primary template attribute %s"
60295 msgstr "пропущено атрибут основного шаблона %s"
60297 #: cp/pt.cc:2841 cp/pt.cc:2901
60298 #, gcc-internal-format
60299 msgid "template-id %qE in declaration of primary template"
60300 msgstr ""
60302 #: cp/pt.cc:2854
60303 #, gcc-internal-format
60304 msgid "template parameter list used in explicit instantiation"
60305 msgstr ""
60307 #: cp/pt.cc:2860
60308 #, gcc-internal-format
60309 msgid "definition provided for explicit instantiation"
60310 msgstr ""
60312 #: cp/pt.cc:2868
60313 #, gcc-internal-format
60314 msgid "too many template parameter lists in declaration of %qD"
60315 msgstr ""
60317 #: cp/pt.cc:2871
60318 #, gcc-internal-format
60319 msgid "too few template parameter lists in declaration of %qD"
60320 msgstr ""
60322 #: cp/pt.cc:2873
60323 #, gcc-internal-format
60324 msgid "explicit specialization of %qD must be introduced by %<template <>%>"
60325 msgstr ""
60327 #: cp/pt.cc:2879
60328 #, gcc-internal-format
60329 msgid "explicit specialization declared %<concept%>"
60330 msgstr ""
60332 #: cp/pt.cc:2912
60333 #, gcc-internal-format
60334 msgid "non-type partial specialization %qE is not allowed"
60335 msgstr ""
60337 #: cp/pt.cc:2916
60338 #, gcc-internal-format
60339 msgid "non-class, non-variable partial specialization %qE is not allowed"
60340 msgstr ""
60342 #: cp/pt.cc:2948
60343 #, gcc-internal-format
60344 msgid "default argument specified in explicit specialization"
60345 msgstr ""
60347 #: cp/pt.cc:2991
60348 #, gcc-internal-format
60349 msgid "%qD is not a template function"
60350 msgstr ""
60352 #. From [temp.expl.spec]:
60354 #. If such an explicit specialization for the member
60355 #. of a class template names an implicitly-declared
60356 #. special member function (clause _special_), the
60357 #. program is ill-formed.
60359 #. Similar language is found in [temp.explicit].
60360 #: cp/pt.cc:3053
60361 #, gcc-internal-format
60362 msgid "specialization of implicitly-declared special member function"
60363 msgstr ""
60365 #: cp/pt.cc:3069
60366 #, gcc-internal-format
60367 msgid "no member function %qD declared in %qT"
60368 msgstr ""
60370 #: cp/pt.cc:3100
60371 #, gcc-internal-format
60372 msgid "friend declaration %qD is not visible to explicit specialization"
60373 msgstr ""
60375 #: cp/pt.cc:3103
60376 #, gcc-internal-format
60377 msgid "friend declaration here"
60378 msgstr "оголошення friend тут:"
60380 #: cp/pt.cc:3214
60381 #, gcc-internal-format
60382 msgid "explicit specialization of function concept %qD"
60383 msgstr ""
60385 #: cp/pt.cc:3815
60386 #, gcc-internal-format
60387 msgid "argument to %<__integer_pack%> must be between 0 and %d"
60388 msgstr ""
60390 #: cp/pt.cc:4162
60391 #, gcc-internal-format
60392 msgid "base initializer expansion %qT contains no parameter packs"
60393 msgstr ""
60395 #: cp/pt.cc:4230
60396 #, gcc-internal-format
60397 msgid "expansion pattern %qT contains no parameter packs"
60398 msgstr ""
60400 #: cp/pt.cc:4232
60401 #, gcc-internal-format
60402 msgid "expansion pattern %qE contains no parameter packs"
60403 msgstr ""
60405 #: cp/pt.cc:4316
60406 #, gcc-internal-format
60407 msgid "parameter packs not expanded with %<...%>:"
60408 msgstr ""
60410 #: cp/pt.cc:4333 cp/pt.cc:5203
60411 #, gcc-internal-format
60412 msgid "        %qD"
60413 msgstr "        %qD"
60415 #: cp/pt.cc:4335
60416 #, gcc-internal-format, gfc-internal-format
60417 msgid "        %s"
60418 msgstr "        %s"
60420 #: cp/pt.cc:4461
60421 #, gcc-internal-format
60422 msgid "declaration of template parameter %q+D shadows template parameter"
60423 msgstr ""
60425 #: cp/pt.cc:4464
60426 #, gcc-internal-format
60427 msgid "declaration of %q+#D shadows template parameter"
60428 msgstr ""
60430 #: cp/pt.cc:4466
60431 #, gcc-internal-format
60432 msgid "template parameter %qD declared here"
60433 msgstr "параметр шаблона %qD оголошено тут:"
60435 #: cp/pt.cc:5139
60436 #, gcc-internal-format
60437 msgid "specialization of variable concept %q#D"
60438 msgstr ""
60440 #: cp/pt.cc:5198
60441 #, gcc-internal-format
60442 msgid "template parameters not deducible in partial specialization:"
60443 msgstr ""
60445 #: cp/pt.cc:5221
60446 #, gcc-internal-format
60447 msgid "partial specialization %q+D does not specialize any template arguments; to define the primary template, remove the template argument list"
60448 msgstr ""
60450 #: cp/pt.cc:5225
60451 #, gcc-internal-format
60452 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"
60453 msgstr ""
60455 #: cp/pt.cc:5229 cp/pt.cc:5240 cp/pt.cc:5248
60456 #, gcc-internal-format
60457 msgid "primary template here"
60458 msgstr ""
60460 #: cp/pt.cc:5237
60461 #, gcc-internal-format
60462 msgid "partial specialization is not more specialized than the primary template because it replaces multiple parameters with a pack expansion"
60463 msgstr ""
60465 #: cp/pt.cc:5247
60466 #, gcc-internal-format
60467 msgid "too many arguments for partial specialization %qT"
60468 msgstr ""
60470 #: cp/pt.cc:5262
60471 #, gcc-internal-format
60472 msgid "partial specialization %qD is not more specialized than"
60473 msgstr ""
60475 #: cp/pt.cc:5264
60476 #, gcc-internal-format
60477 msgid "primary template %qD"
60478 msgstr ""
60480 #: cp/pt.cc:5306
60481 #, gcc-internal-format
60482 msgid "parameter pack argument %qE must be at the end of the template argument list"
60483 msgstr ""
60485 #: cp/pt.cc:5309
60486 #, gcc-internal-format
60487 msgid "parameter pack argument %qT must be at the end of the template argument list"
60488 msgstr ""
60490 #: cp/pt.cc:5371
60491 #, gcc-internal-format
60492 msgid "type %qT of template argument %qE depends on a template parameter"
60493 msgid_plural "type %qT of template argument %qE depends on template parameters"
60494 msgstr[0] ""
60495 msgstr[1] ""
60496 msgstr[2] ""
60498 #: cp/pt.cc:5430
60499 #, gcc-internal-format
60500 msgid "declaration of %qD ambiguates earlier template instantiation for %qD"
60501 msgstr ""
60503 #: cp/pt.cc:5434
60504 #, gcc-internal-format
60505 msgid "partial specialization of %qD after instantiation of %qD"
60506 msgstr ""
60508 #: cp/pt.cc:5617
60509 #, gcc-internal-format
60510 msgid "no default argument for %qD"
60511 msgstr ""
60513 #. A primary class template, primary variable template
60514 #. (DR 2032), or alias template can only have one
60515 #. parameter pack, at the end of the template
60516 #. parameter list.
60517 #: cp/pt.cc:5640
60518 #, gcc-internal-format
60519 msgid "parameter pack %q+D must be at the end of the template parameter list"
60520 msgstr ""
60522 #: cp/pt.cc:5676
60523 #, gcc-internal-format
60524 msgid "default template arguments may not be used in function template friend re-declaration"
60525 msgstr ""
60527 #: cp/pt.cc:5679
60528 #, gcc-internal-format
60529 msgid "default template arguments may not be used in template friend declarations"
60530 msgstr ""
60532 #: cp/pt.cc:5682
60533 #, gcc-internal-format
60534 msgid "default template arguments may not be used in function templates without %<-std=c++11%> or %<-std=gnu++11%>"
60535 msgstr ""
60537 #: cp/pt.cc:5685
60538 #, gcc-internal-format
60539 msgid "default template arguments may not be used in partial specializations"
60540 msgstr ""
60542 #: cp/pt.cc:5688 cp/pt.cc:5746
60543 #, gcc-internal-format
60544 msgid "default argument for template parameter for class enclosing %qD"
60545 msgstr ""
60547 #: cp/pt.cc:5857
60548 #, gcc-internal-format
60549 msgid "template %qD declared"
60550 msgstr "оголошено шаблон %qD"
60552 #: cp/pt.cc:5865
60553 #, gcc-internal-format
60554 msgid "template class without a name"
60555 msgstr ""
60557 #: cp/pt.cc:5873
60558 #, gcc-internal-format
60559 msgid "member template %qD may not have virt-specifiers"
60560 msgstr ""
60562 #. [basic.stc.dynamic.allocation]
60564 #. An allocation function can be a function
60565 #. template. ... Template allocation functions shall
60566 #. have two or more parameters.
60567 #: cp/pt.cc:5896
60568 #, gcc-internal-format
60569 msgid "invalid template declaration of %qD"
60570 msgstr ""
60572 #: cp/pt.cc:6048
60573 #, gcc-internal-format
60574 msgid "template definition of non-template %q#D"
60575 msgstr ""
60577 #: cp/pt.cc:6087
60578 #, gcc-internal-format
60579 msgid "expected %d levels of template parms for %q#D, got %d"
60580 msgstr ""
60582 #: cp/pt.cc:6101
60583 #, gcc-internal-format
60584 msgid "got %d template parameters for %q#D"
60585 msgstr ""
60587 #: cp/pt.cc:6104
60588 #, gcc-internal-format
60589 msgid "got %d template parameters for %q#T"
60590 msgstr ""
60592 #: cp/pt.cc:6106
60593 #, gcc-internal-format, gfc-internal-format
60594 msgid "  but %d required"
60595 msgstr ""
60597 #: cp/pt.cc:6127
60598 #, gcc-internal-format
60599 msgid "template arguments to %qD do not match original template %qD"
60600 msgstr ""
60602 #: cp/pt.cc:6130
60603 #, gcc-internal-format
60604 msgid "use %<template<>%> for an explicit specialization"
60605 msgstr ""
60607 #: cp/pt.cc:6275
60608 #, gcc-internal-format
60609 msgid "%qT is not a template type"
60610 msgstr ""
60612 #: cp/pt.cc:6288
60613 #, gcc-internal-format
60614 msgid "template specifiers not specified in declaration of %qD"
60615 msgstr ""
60617 #: cp/pt.cc:6299
60618 #, gcc-internal-format, gfc-internal-format
60619 msgid "redeclared with %d template parameter"
60620 msgid_plural "redeclared with %d template parameters"
60621 msgstr[0] ""
60622 msgstr[1] ""
60623 msgstr[2] ""
60625 #: cp/pt.cc:6303
60626 #, gcc-internal-format
60627 msgid "previous declaration %qD used %d template parameter"
60628 msgid_plural "previous declaration %qD used %d template parameters"
60629 msgstr[0] ""
60630 msgstr[1] ""
60631 msgstr[2] ""
60633 #: cp/pt.cc:6337
60634 #, gcc-internal-format
60635 msgid "template parameter %q+#D"
60636 msgstr ""
60638 #: cp/pt.cc:6339
60639 #, gcc-internal-format
60640 msgid "redeclared here as %q#D"
60641 msgstr "повторно оголошено тут як %q#D"
60643 #: cp/pt.cc:6341
60644 #, fuzzy, gcc-internal-format
60645 #| msgid "declared here"
60646 msgid "redeclared here"
60647 msgstr "оголошено тут"
60649 #: cp/pt.cc:6352
60650 #, gcc-internal-format
60651 msgid "declaration of template parameter %q+#D with different constraints"
60652 msgstr ""
60654 #: cp/pt.cc:6355 cp/pt.cc:6382
60655 #, gcc-internal-format
60656 msgid "original declaration appeared here"
60657 msgstr ""
60659 #: cp/pt.cc:6379
60660 #, gcc-internal-format
60661 msgid "redeclaration %q#D with different constraints"
60662 msgstr ""
60664 #: cp/pt.cc:6738 cp/pt.cc:6807
60665 #, gcc-internal-format
60666 msgid "%qE is not a valid template argument for type %qT"
60667 msgstr ""
60669 #: cp/pt.cc:6741
60670 #, gcc-internal-format
60671 msgid "it must be the address of a function with external linkage"
60672 msgstr ""
60674 #: cp/pt.cc:6744
60675 #, gcc-internal-format
60676 msgid "it must be the name of a function with external linkage"
60677 msgstr ""
60679 #: cp/pt.cc:6757
60680 #, gcc-internal-format
60681 msgid "%qE is not a valid template argument for type %qT because %qD has no linkage"
60682 msgstr ""
60684 #: cp/pt.cc:6761
60685 #, gcc-internal-format
60686 msgid "%qE is not a valid template argument for type %qT because %qD does not have external linkage"
60687 msgstr ""
60689 #: cp/pt.cc:6810
60690 #, gcc-internal-format
60691 msgid "it must be a pointer-to-member of the form %<&X::Y%>"
60692 msgstr ""
60694 #: cp/pt.cc:6812
60695 #, gcc-internal-format
60696 msgid "because it is a member of %qT"
60697 msgstr ""
60699 #: cp/pt.cc:6881
60700 #, gcc-internal-format
60701 msgid "  couldn%'t deduce template parameter %qD"
60702 msgstr ""
60704 #: cp/pt.cc:6890
60705 #, gcc-internal-format
60706 msgid "  types %qT and %qT have incompatible cv-qualifiers"
60707 msgstr ""
60709 #: cp/pt.cc:6899
60710 #, gcc-internal-format
60711 msgid "  mismatched types %qT and %qT"
60712 msgstr ""
60714 #: cp/pt.cc:6908
60715 #, gcc-internal-format
60716 msgid "  template parameter %qD is not a parameter pack, but argument %qD is"
60717 msgstr ""
60719 #: cp/pt.cc:6919
60720 #, gcc-internal-format
60721 msgid "  template argument %qE does not match pointer-to-member constant %qE"
60722 msgstr ""
60724 #: cp/pt.cc:6929
60725 #, gcc-internal-format
60726 msgid "  %qE is not equivalent to %qE"
60727 msgstr ""
60729 #: cp/pt.cc:6938
60730 #, gcc-internal-format
60731 msgid "  inconsistent parameter pack deduction with %qT and %qT"
60732 msgstr ""
60734 #: cp/pt.cc:6950
60735 #, gcc-internal-format
60736 msgid "  deduced conflicting types for parameter %qT (%qT and %qT)"
60737 msgstr ""
60739 #: cp/pt.cc:6954
60740 #, gcc-internal-format
60741 msgid "  deduced conflicting values for non-type parameter %qE (%qE and %qE)"
60742 msgstr ""
60744 #: cp/pt.cc:6965
60745 #, gcc-internal-format
60746 msgid "  variable-sized array type %qT is not a valid template argument"
60747 msgstr ""
60749 #: cp/pt.cc:6976
60750 #, gcc-internal-format
60751 msgid "  member function type %qT is not a valid template argument"
60752 msgstr ""
60754 #: cp/pt.cc:7019
60755 #, gcc-internal-format
60756 msgid "  cannot convert %qE (type %qT) to type %qT"
60757 msgstr ""
60759 #: cp/pt.cc:7032
60760 #, gcc-internal-format
60761 msgid "  %qT is an ambiguous base class of %qT"
60762 msgstr ""
60764 #: cp/pt.cc:7036
60765 #, gcc-internal-format
60766 msgid "  %qT is not derived from %qT"
60767 msgstr ""
60769 #: cp/pt.cc:7047
60770 #, gcc-internal-format
60771 msgid "  template parameters of a template template argument are inconsistent with other deduced template arguments"
60772 msgstr ""
60774 #: cp/pt.cc:7057
60775 #, gcc-internal-format
60776 msgid "  cannot deduce a template for %qT from non-template type %qT"
60777 msgstr ""
60779 #: cp/pt.cc:7067
60780 #, gcc-internal-format
60781 msgid "  template argument %qE does not match %qE"
60782 msgstr ""
60784 #: cp/pt.cc:7118
60785 #, gcc-internal-format
60786 msgid "%qE is not a valid template argument of type %qT because %qE is not a variable"
60787 msgstr ""
60789 #: cp/pt.cc:7126
60790 #, gcc-internal-format
60791 msgid "%qE is not a valid template argument of type %qT in C++98 because %qD does not have external linkage"
60792 msgstr ""
60794 #: cp/pt.cc:7136
60795 #, gcc-internal-format
60796 msgid "%qE is not a valid template argument of type %qT because %qD has no linkage"
60797 msgstr ""
60799 #: cp/pt.cc:7151
60800 #, gcc-internal-format
60801 msgid "the address of %qD is not a valid template argument"
60802 msgstr ""
60804 #: cp/pt.cc:7161
60805 #, gcc-internal-format
60806 msgid "the address of the %qT subobject of %qD is not a valid template argument"
60807 msgstr ""
60809 #: cp/pt.cc:7168
60810 #, gcc-internal-format
60811 msgid "the address of %qD is not a valid template argument because it does not have static storage duration"
60812 msgstr ""
60814 #: cp/pt.cc:7186
60815 #, gcc-internal-format
60816 msgid "%qD is not a valid template argument because %qD is a variable, not the address of a variable"
60817 msgstr ""
60819 #: cp/pt.cc:7194
60820 #, gcc-internal-format
60821 msgid "%qE is not a valid template argument for %qT because it is not the address of a variable"
60822 msgstr ""
60824 #: cp/pt.cc:7315
60825 #, gcc-internal-format
60826 msgid "%qE is not a valid template argument for type %qT because string literals can never be used in this context"
60827 msgstr ""
60829 #: cp/pt.cc:7482
60830 #, gcc-internal-format
60831 msgid "in template argument for type %qT"
60832 msgstr "в аргументі шаблона для типу %qT"
60834 #: cp/pt.cc:7496
60835 #, gcc-internal-format
60836 msgid "template argument %qE for type %qT not a compile-time constant"
60837 msgstr ""
60839 #: cp/pt.cc:7582
60840 #, gcc-internal-format
60841 msgid "%qE is not a valid template argument for type %qT because of conflicts in cv-qualification"
60842 msgstr ""
60844 #: cp/pt.cc:7590
60845 #, gcc-internal-format
60846 msgid "%qE is not a valid template argument for type %qT because it is not an lvalue"
60847 msgstr ""
60849 #: cp/pt.cc:7608
60850 #, gcc-internal-format
60851 msgid "%q#D is not a valid template argument for type %qT because a reference variable does not have a constant address"
60852 msgstr ""
60854 #: cp/pt.cc:7667
60855 #, gcc-internal-format
60856 msgid "%qE is not a valid template argument for type %qT because it is a pointer"
60857 msgstr ""
60859 #: cp/pt.cc:7669
60860 #, gcc-internal-format
60861 msgid "try using %qE instead"
60862 msgstr ""
60864 #: cp/pt.cc:7723
60865 #, gcc-internal-format
60866 msgid "%qE is not a valid template argument for type %qT because it is of type %qT"
60867 msgstr ""
60869 #: cp/pt.cc:8287
60870 #, gcc-internal-format
60871 msgid "ignoring attributes on template argument %qT"
60872 msgstr ""
60874 #: cp/pt.cc:8303
60875 #, gcc-internal-format
60876 msgid "ignoring attributes in template argument %qE"
60877 msgstr ""
60879 #: cp/pt.cc:8439
60880 #, gcc-internal-format
60881 msgid "injected-class-name %qD used as template template argument"
60882 msgstr ""
60884 #: cp/pt.cc:8468
60885 #, gcc-internal-format
60886 msgid "invalid use of destructor %qE as a type"
60887 msgstr ""
60889 #: cp/pt.cc:8473
60890 #, gcc-internal-format
60891 msgid "to refer to a type member of a template parameter, use %<typename %E%>"
60892 msgstr ""
60894 #: cp/pt.cc:8489 cp/pt.cc:8523 cp/pt.cc:8577
60895 #, gcc-internal-format
60896 msgid "type/value mismatch at argument %d in template parameter list for %qD"
60897 msgstr ""
60899 #: cp/pt.cc:8497
60900 #, gcc-internal-format
60901 msgid "  expected a constant of type %qT, got %qT"
60902 msgstr ""
60904 #: cp/pt.cc:8505
60905 #, gcc-internal-format
60906 msgid "  ambiguous template argument for non-type template parameter is treated as function type"
60907 msgstr ""
60909 #: cp/pt.cc:8511
60910 #, gcc-internal-format
60911 msgid "  expected a class template, got %qE"
60912 msgstr ""
60914 #: cp/pt.cc:8514
60915 #, gcc-internal-format
60916 msgid "  expected a type, got %qE"
60917 msgstr ""
60919 #: cp/pt.cc:8528
60920 #, gcc-internal-format
60921 msgid "  expected a type, got %qT"
60922 msgstr ""
60924 #: cp/pt.cc:8531
60925 #, gcc-internal-format
60926 msgid "  expected a class template, got %qT"
60927 msgstr ""
60929 #: cp/pt.cc:8581
60930 #, gcc-internal-format
60931 msgid "  expected a template of type %qD, got %qT"
60932 msgstr ""
60934 #: cp/pt.cc:8595
60935 #, gcc-internal-format
60936 msgid "constraint mismatch at argument %d in template parameter list for %qD"
60937 msgstr ""
60939 #: cp/pt.cc:8598
60940 #, gcc-internal-format
60941 msgid "  expected %qD but got %qD"
60942 msgstr "  мало бути %qD, втім, маємо %qD"
60944 #: cp/pt.cc:8671
60945 #, gcc-internal-format
60946 msgid "could not convert template argument %qE from %qT to %qT"
60947 msgstr ""
60949 #: cp/pt.cc:8809 cp/pt.cc:9135
60950 #, gcc-internal-format, gfc-internal-format
60951 msgid "template argument %d is invalid"
60952 msgstr ""
60954 #: cp/pt.cc:8824 cp/pt.cc:8969
60955 #, gcc-internal-format, gfc-internal-format
60956 msgid "wrong number of template arguments (%d, should be %d)"
60957 msgstr ""
60959 #: cp/pt.cc:8965
60960 #, gcc-internal-format, gfc-internal-format
60961 msgid "wrong number of template arguments (%d, should be at least %d)"
60962 msgstr ""
60964 #: cp/pt.cc:8974
60965 #, gcc-internal-format
60966 msgid "provided for %qD"
60967 msgstr ""
60969 #: cp/pt.cc:8999
60970 #, gcc-internal-format
60971 msgid "pack expansion argument for non-pack parameter %qD of alias template %qD"
60972 msgstr ""
60974 #: cp/pt.cc:9003
60975 #, gcc-internal-format
60976 msgid "pack expansion argument for non-pack parameter %qD of concept %qD"
60977 msgstr ""
60979 #: cp/pt.cc:9101
60980 #, gcc-internal-format
60981 msgid "so any instantiation with a non-empty parameter pack would be ill-formed"
60982 msgstr ""
60984 #: cp/pt.cc:9664
60985 #, gcc-internal-format
60986 msgid "%q#D is not a function template"
60987 msgstr ""
60989 #: cp/pt.cc:9827
60990 #, gcc-internal-format
60991 msgid "non-template type %qT used as a template"
60992 msgstr ""
60994 #: cp/pt.cc:9829
60995 #, gcc-internal-format
60996 msgid "for template declaration %q+D"
60997 msgstr ""
60999 #: cp/pt.cc:9962 cp/pt.cc:22022
61000 #, gcc-internal-format
61001 msgid "template constraint failure for %qD"
61002 msgstr ""
61004 #: cp/pt.cc:10340
61005 #, gcc-internal-format
61006 msgid "use of invalid variable template %qE"
61007 msgstr ""
61009 #: cp/pt.cc:11013
61010 #, gcc-internal-format
61011 msgid "template instantiation depth exceeds maximum of %d (use %<-ftemplate-depth=%> to increase the maximum)"
61012 msgstr ""
61014 #: cp/pt.cc:12339
61015 #, gcc-internal-format
61016 msgid "flexible array member %qD in union"
61017 msgstr ""
61019 #: cp/pt.cc:12829
61020 #, gcc-internal-format
61021 msgid "fold of empty expansion over %O"
61022 msgstr ""
61024 #: cp/pt.cc:13275
61025 #, gcc-internal-format
61026 msgid "%qE is not the entire pattern of the pack expansion"
61027 msgstr ""
61029 #: cp/pt.cc:13363
61030 #, gcc-internal-format
61031 msgid "mismatched argument pack lengths while expanding %qT"
61032 msgstr ""
61034 #: cp/pt.cc:13366
61035 #, gcc-internal-format
61036 msgid "mismatched argument pack lengths while expanding %qE"
61037 msgstr ""
61039 #: cp/pt.cc:14050
61040 #, gcc-internal-format
61041 msgid "  when instantiating default argument for call to %qD"
61042 msgstr ""
61044 #: cp/pt.cc:14146
61045 #, gcc-internal-format
61046 msgid "creating pointer to member function of non-class type %qT"
61047 msgstr ""
61049 #: cp/pt.cc:15038
61050 #, gcc-internal-format, gfc-internal-format
61051 msgid "mismatched argument pack lengths (%d vs %d)"
61052 msgstr ""
61054 #. It may seem that this case cannot occur, since:
61056 #. typedef void f();
61057 #. void g() { f x; }
61059 #. declares a function, not a variable.  However:
61061 #. typedef void f();
61062 #. template <typename T> void g() { T t; }
61063 #. template void g<f>();
61065 #. is an attempt to declare a variable with function
61066 #. type.
61067 #: cp/pt.cc:15231
61068 #, gcc-internal-format
61069 msgid "variable %qD has function type"
61070 msgstr ""
61072 #: cp/pt.cc:15430
61073 #, gcc-internal-format
61074 msgid "invalid parameter type %qT"
61075 msgstr ""
61077 #: cp/pt.cc:15432
61078 #, gcc-internal-format
61079 msgid "in declaration %q+D"
61080 msgstr ""
61082 #: cp/pt.cc:15559
61083 #, gcc-internal-format
61084 msgid "function returning an array"
61085 msgstr ""
61087 #: cp/pt.cc:15561
61088 #, gcc-internal-format
61089 msgid "function returning a function"
61090 msgstr ""
61092 #: cp/pt.cc:16257
61093 #, gcc-internal-format
61094 msgid "forming reference to void"
61095 msgstr ""
61097 #: cp/pt.cc:16259
61098 #, gcc-internal-format
61099 msgid "forming pointer to reference type %qT"
61100 msgstr ""
61102 #: cp/pt.cc:16261
61103 #, gcc-internal-format
61104 msgid "forming reference to reference type %qT"
61105 msgstr ""
61107 #: cp/pt.cc:16274
61108 #, gcc-internal-format
61109 msgid "forming pointer to qualified function type %qT"
61110 msgstr ""
61112 #: cp/pt.cc:16277
61113 #, gcc-internal-format
61114 msgid "forming reference to qualified function type %qT"
61115 msgstr ""
61117 #: cp/pt.cc:16325
61118 #, gcc-internal-format
61119 msgid "creating pointer to member of non-class type %qT"
61120 msgstr ""
61122 #: cp/pt.cc:16331
61123 #, gcc-internal-format
61124 msgid "creating pointer to member reference type %qT"
61125 msgstr ""
61127 #: cp/pt.cc:16337
61128 #, gcc-internal-format
61129 msgid "creating pointer to member of type void"
61130 msgstr ""
61132 #: cp/pt.cc:16403
61133 #, gcc-internal-format
61134 msgid "creating array of %qT"
61135 msgstr ""
61137 #: cp/pt.cc:16438
61138 #, gcc-internal-format
61139 msgid "%qD is instantiated for an empty pack"
61140 msgstr ""
61142 #: cp/pt.cc:16458
61143 #, gcc-internal-format
61144 msgid "%qT is not a class, struct, or union type"
61145 msgstr ""
61147 #: cp/pt.cc:16492
61148 #, gcc-internal-format
61149 msgid "%qT resolves to %qT, which is not an enumeration type"
61150 msgstr ""
61152 #: cp/pt.cc:16500
61153 #, gcc-internal-format
61154 msgid "%qT resolves to %qT, which is not a class type"
61155 msgstr ""
61157 #: cp/pt.cc:16613
61158 #, gcc-internal-format
61159 msgid "use of %qs in template"
61160 msgstr ""
61162 #: cp/pt.cc:16913
61163 #, gcc-internal-format
61164 msgid "qualifying type %qT does not match destructor name ~%qT"
61165 msgstr ""
61167 #: cp/pt.cc:16928
61168 #, gcc-internal-format
61169 msgid "dependent-name %qE is parsed as a non-type, but instantiation yields a type"
61170 msgstr ""
61172 #: cp/pt.cc:16930
61173 #, gcc-internal-format
61174 msgid "say %<typename %E%> if a type is meant"
61175 msgstr ""
61177 #: cp/pt.cc:17023
61178 #, gcc-internal-format
61179 msgid "initializer for %q#D expands to an empty list of expressions"
61180 msgstr ""
61182 #: cp/pt.cc:17211
61183 #, gcc-internal-format
61184 msgid "using invalid field %qD"
61185 msgstr ""
61187 #: cp/pt.cc:17761 cp/pt.cc:19739
61188 #, gcc-internal-format
61189 msgid "invalid use of pack expansion expression"
61190 msgstr ""
61192 #: cp/pt.cc:17765 cp/pt.cc:19743
61193 #, gcc-internal-format
61194 msgid "use %<...%> to expand argument pack"
61195 msgstr ""
61197 #: cp/pt.cc:19879
61198 #, gcc-internal-format
61199 msgid "empty initializer in lambda init-capture"
61200 msgstr "порожній ініціалізатор у захопленні під час ініціалізації лямбди"
61202 #: cp/pt.cc:21019
61203 #, gcc-internal-format
61204 msgid "%qD was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation"
61205 msgstr ""
61207 #: cp/pt.cc:21054
61208 #, gcc-internal-format
61209 msgid "declarations in dependent base %qT are not found by unqualified lookup"
61210 msgstr ""
61212 #: cp/pt.cc:21059
61213 #, gcc-internal-format
61214 msgid "use %<this->%D%> instead"
61215 msgstr "скористайтеся краще %<this->%D%>"
61217 #: cp/pt.cc:21062
61218 #, gcc-internal-format
61219 msgid "use %<%T::%D%> instead"
61220 msgstr "скористайтеся краще %<%T::%D%>"
61222 #: cp/pt.cc:21067
61223 #, gcc-internal-format
61224 msgid "%qD declared here, later in the translation unit"
61225 msgstr "%qD оголошено тут, пізніше у модулі трансляції"
61227 #: cp/pt.cc:21130
61228 #, gcc-internal-format
61229 msgid "wrong number of arguments to %<__builtin_convertvector%>"
61230 msgstr "помилкова кількість аргументів %<__builtin_convertvector%>"
61232 #: cp/pt.cc:21157
61233 #, fuzzy, gcc-internal-format
61234 #| msgid "wrong number of arguments to %<__builtin_complex%>"
61235 msgid "wrong number of arguments to %<assume%> attribute"
61236 msgstr "помилкова кількість аргументів %<__builtin_complex%>"
61238 #: cp/pt.cc:21393
61239 #, gcc-internal-format
61240 msgid "%qT is not a class or namespace"
61241 msgstr "%qT не є класом або простором назв"
61243 #: cp/pt.cc:21396
61244 #, gcc-internal-format
61245 msgid "%qD is not a class or namespace"
61246 msgstr "%qD не є класом або простором назв"
61248 #: cp/pt.cc:21746
61249 #, gcc-internal-format
61250 msgid "%qT is/uses unnamed type"
61251 msgstr ""
61253 #: cp/pt.cc:21748
61254 #, gcc-internal-format
61255 msgid "template argument for %qD uses local type %qT"
61256 msgstr ""
61258 #: cp/pt.cc:21758
61259 #, gcc-internal-format
61260 msgid "%qT is a variably modified type"
61261 msgstr "%qT є змінним за змінними типом"
61263 #: cp/pt.cc:21773
61264 #, gcc-internal-format
61265 msgid "integral expression %qE is not constant"
61266 msgstr "інтегральний вираз %qE не є сталою"
61268 #: cp/pt.cc:21791
61269 #, gcc-internal-format
61270 msgid "  trying to instantiate %qD"
61271 msgstr ""
61273 #: cp/pt.cc:25931
61274 #, gcc-internal-format
61275 msgid "ambiguous template instantiation for %q#T"
61276 msgstr ""
61278 #: cp/pt.cc:25933
61279 #, gcc-internal-format
61280 msgid "ambiguous template instantiation for %q#D"
61281 msgstr ""
61283 #: cp/pt.cc:25939
61284 msgid "%s %#qS"
61285 msgstr "%s %#qS"
61287 #: cp/pt.cc:25963 cp/pt.cc:26058
61288 #, gcc-internal-format
61289 msgid "explicit instantiation of non-template %q#D"
61290 msgstr ""
61292 #: cp/pt.cc:25969
61293 #, gcc-internal-format
61294 msgid "explicit instantiation of variable concept %q#D"
61295 msgstr ""
61297 #: cp/pt.cc:25971
61298 #, gcc-internal-format
61299 msgid "explicit instantiation of function concept %q#D"
61300 msgstr ""
61302 #: cp/pt.cc:25990
61303 #, gcc-internal-format
61304 msgid "%qD is not a static data member of a class template"
61305 msgstr ""
61307 #: cp/pt.cc:25996 cp/pt.cc:26053
61308 #, gcc-internal-format
61309 msgid "no matching template for %qD found"
61310 msgstr ""
61312 #: cp/pt.cc:26001
61313 #, gcc-internal-format
61314 msgid "type %qT for explicit instantiation %qD does not match declared type %qT"
61315 msgstr ""
61317 #: cp/pt.cc:26009
61318 #, gcc-internal-format
61319 msgid "explicit instantiation of %q#D"
61320 msgstr ""
61322 #: cp/pt.cc:26045
61323 #, gcc-internal-format
61324 msgid "duplicate explicit instantiation of %q#D"
61325 msgstr ""
61327 #: cp/pt.cc:26068 cp/pt.cc:26135
61328 #, gcc-internal-format
61329 msgid "ISO C++ 1998 forbids the use of %<extern%> on explicit instantiations"
61330 msgstr ""
61332 #: cp/pt.cc:26073 cp/pt.cc:26150
61333 #, gcc-internal-format
61334 msgid "storage class %qD applied to template instantiation"
61335 msgstr ""
61337 #: cp/pt.cc:26107
61338 #, gcc-internal-format
61339 msgid "explicit instantiation of non-class template %qD"
61340 msgstr ""
61342 #: cp/pt.cc:26110
61343 #, gcc-internal-format
61344 msgid "explicit instantiation of non-template type %qT"
61345 msgstr ""
61347 #: cp/pt.cc:26119
61348 #, gcc-internal-format
61349 msgid "explicit instantiation of %q#T before definition of template"
61350 msgstr ""
61352 #: cp/pt.cc:26140
61353 #, gcc-internal-format
61354 msgid "ISO C++ forbids the use of %qE on explicit instantiations"
61355 msgstr ""
61357 #: cp/pt.cc:26180
61358 #, gcc-internal-format
61359 msgid "duplicate explicit instantiation of %q#T"
61360 msgstr "дублювання явного створення екземпляра %q#T"
61362 #: cp/pt.cc:26490
61363 #, gcc-internal-format
61364 msgid "exception specification of %qD depends on itself"
61365 msgstr "специфікація виключення %qD залежить від самої себе"
61367 #. [temp.explicit]
61369 #. The definition of a non-exported function template, a
61370 #. non-exported member function template, or a non-exported
61371 #. member function or static data member of a class template
61372 #. shall be present in every translation unit in which it is
61373 #. explicitly instantiated.
61374 #: cp/pt.cc:26980
61375 #, gcc-internal-format
61376 msgid "explicit instantiation of %qD but no definition available"
61377 msgstr ""
61379 #: cp/pt.cc:27027
61380 #, gcc-internal-format
61381 msgid "template instantiation depth exceeds maximum of %d instantiating %q+D, possibly from virtual table generation (use %<-ftemplate-depth=%> to increase the maximum)"
61382 msgstr ""
61384 #: cp/pt.cc:27397
61385 #, gcc-internal-format
61386 msgid "non-type template parameters of deduced class type only available with %<-std=c++20%> or %<-std=gnu++20%>"
61387 msgstr ""
61389 #: cp/pt.cc:27427
61390 #, gcc-internal-format
61391 msgid "%qT is not a valid type for a template non-type parameter because it is not structural"
61392 msgstr ""
61394 #: cp/pt.cc:27436
61395 #, gcc-internal-format
61396 msgid "non-type template parameters of class type only available with %<-std=c++20%> or %<-std=gnu++20%>"
61397 msgstr ""
61399 #: cp/pt.cc:27444
61400 #, gcc-internal-format
61401 msgid "invalid template non-type parameter"
61402 msgstr "некоректний шаблон нетипізованого параметра"
61404 #: cp/pt.cc:27446
61405 #, gcc-internal-format
61406 msgid "%q#T is not a valid type for a template non-type parameter"
61407 msgstr ""
61409 #: cp/pt.cc:28874
61410 #, gcc-internal-format
61411 msgid "keyword %<template%> not allowed in declarator-id"
61412 msgstr ""
61414 #: cp/pt.cc:29164
61415 #, gcc-internal-format
61416 msgid "a concept cannot be constrained"
61417 msgstr "концепцію не може бути обмежено"
61419 #: cp/pt.cc:29173
61420 #, gcc-internal-format
61421 msgid "concept %qE not in namespace scope"
61422 msgstr ""
61424 #: cp/pt.cc:29179
61425 #, gcc-internal-format
61426 msgid "concept %qE has multiple template parameter lists"
61427 msgstr ""
61429 #: cp/pt.cc:29210
61430 #, gcc-internal-format
61431 msgid "deducing from brace-enclosed initializer list requires %<#include <initializer_list>%>"
61432 msgstr ""
61434 #: cp/pt.cc:30265
61435 #, gcc-internal-format
61436 msgid "non-deducible template %qT used without template arguments"
61437 msgstr ""
61439 #: cp/pt.cc:30277
61440 #, gcc-internal-format
61441 msgid "alias template deduction only available with %<-std=c++20%> or %<-std=gnu++20%>"
61442 msgstr ""
61444 #: cp/pt.cc:30283
61445 #, gcc-internal-format
61446 msgid "use %qD directly instead"
61447 msgstr "скористатися, замість цього, безпосередньо %qD"
61449 #: cp/pt.cc:30394
61450 #, gcc-internal-format
61451 msgid "cannot deduce template arguments for copy-initialization of %qT, as it has no non-explicit deduction guides or user-declared constructors"
61452 msgstr ""
61454 #: cp/pt.cc:30401
61455 #, gcc-internal-format
61456 msgid "cannot deduce template arguments of %qT, as it has no viable deduction guides"
61457 msgstr ""
61459 #: cp/pt.cc:30413
61460 #, gcc-internal-format
61461 msgid "class template argument deduction failed:"
61462 msgstr ""
61464 #: cp/pt.cc:30416
61465 #, gcc-internal-format
61466 msgid "explicit deduction guides not considered for copy-initialization"
61467 msgstr ""
61469 #. TODO: Pass down location from cp_finish_decl.
61470 #: cp/pt.cc:30430
61471 #, gcc-internal-format
61472 msgid "class template argument deduction for %qT failed: explicit deduction guide selected in copy-list-initialization"
61473 msgstr ""
61475 #: cp/pt.cc:30434
61476 #, gcc-internal-format
61477 msgid "explicit deduction guide declared here"
61478 msgstr ""
61480 #: cp/pt.cc:30448
61481 #, gcc-internal-format
61482 msgid "%qT may not intend to support class template argument deduction"
61483 msgstr ""
61485 #: cp/pt.cc:30450
61486 #, gcc-internal-format
61487 msgid "add a deduction guide to suppress this warning"
61488 msgstr ""
61490 #: cp/pt.cc:30554
61491 #, gcc-internal-format
61492 msgid "direct-list-initialization of %<auto%> requires exactly one element"
61493 msgstr ""
61495 #: cp/pt.cc:30557
61496 #, gcc-internal-format
61497 msgid "for deduction to %<std::initializer_list%>, use copy-list-initialization (i.e. add %<=%> before the %<{%>)"
61498 msgstr ""
61500 #: cp/pt.cc:30636
61501 #, gcc-internal-format
61502 msgid "unable to deduce lambda return type from %qE"
61503 msgstr ""
61505 #: cp/pt.cc:30639
61506 #, gcc-internal-format
61507 msgid "unable to deduce %qT from %qE"
61508 msgstr "не вдалося вивести %qT з %qE"
61510 #: cp/pt.cc:30711
61511 #, gcc-internal-format
61512 msgid "placeholder constraints not satisfied"
61513 msgstr ""
61515 #: cp/pt.cc:30715
61516 #, gcc-internal-format
61517 msgid "deduced initializer does not satisfy placeholder constraints"
61518 msgstr ""
61520 #: cp/pt.cc:30719
61521 #, gcc-internal-format
61522 msgid "deduced return type does not satisfy placeholder constraints"
61523 msgstr ""
61525 #: cp/pt.cc:30723
61526 #, gcc-internal-format
61527 msgid "deduced expression type does not satisfy placeholder constraints"
61528 msgstr ""
61530 #: cp/pt.cc:30863
61531 #, gcc-internal-format
61532 msgid "invalid use of %qT in template argument"
61533 msgstr "некоректне використання %qT в аргументі шаблона"
61535 #: cp/rtti.cc:310
61536 #, gcc-internal-format
61537 msgid "cannot use %<typeid%> with %<-fno-rtti%>"
61538 msgstr ""
61540 #: cp/rtti.cc:323
61541 #, gcc-internal-format
61542 msgid "must %<#include <typeinfo>%> before using %<typeid%>"
61543 msgstr "слід використовувати %<#include <typeinfo>%> до використання %<typeid%>"
61545 #: cp/rtti.cc:424
61546 #, gcc-internal-format
61547 msgid "cannot create type information for type %qT because it involves types of variable size"
61548 msgstr "не вдалося створити дані щодо типу для типу %qT, оскільки до нього включено типи змінного розміру"
61550 #: cp/rtti.cc:524
61551 #, gcc-internal-format
61552 msgid "%<typeid%> of qualified function type %qT"
61553 msgstr ""
61555 #: cp/rtti.cc:714 cp/rtti.cc:730
61556 #, gcc-internal-format
61557 msgid "%<dynamic_cast<%#T>(%#D)%> can never succeed"
61558 msgstr ""
61560 #: cp/rtti.cc:742
61561 #, gcc-internal-format
61562 msgid "%<dynamic_cast%> not permitted with %<-fno-rtti%>"
61563 msgstr ""
61565 #: cp/rtti.cc:822
61566 #, gcc-internal-format
61567 msgid "cannot %<dynamic_cast%> %qE (of type %q#T) to type %q#T (%s)"
61568 msgstr ""
61570 #: cp/search.cc:279
61571 #, gcc-internal-format
61572 msgid "%qT is an ambiguous base of %qT"
61573 msgstr ""
61575 #: cp/search.cc:295
61576 #, gcc-internal-format
61577 msgid "%qT is an inaccessible base of %qT"
61578 msgstr ""
61580 #: cp/search.cc:1911
61581 #, gcc-internal-format
61582 msgid "looser exception specification on overriding virtual function %q+#F"
61583 msgstr ""
61585 #: cp/search.cc:1914
61586 #, gcc-internal-format
61587 msgid "overridden function is %q#F"
61588 msgstr ""
61590 #: cp/search.cc:1989
61591 #, gcc-internal-format
61592 msgid "invalid covariant return type for %q#D"
61593 msgstr ""
61595 #: cp/search.cc:1991 cp/search.cc:2008 cp/search.cc:2025
61596 #, gcc-internal-format
61597 msgid "overridden function is %q#D"
61598 msgstr "перевизначеною функцією є %q#D"
61600 #: cp/search.cc:2004
61601 #, gcc-internal-format
61602 msgid "invalid covariant return type for %q+#D"
61603 msgstr ""
61605 #: cp/search.cc:2006
61606 #, gcc-internal-format
61607 msgid "conflicting return type specified for %q+#D"
61608 msgstr ""
61610 #: cp/search.cc:2023
61611 #, gcc-internal-format
61612 msgid "conflicting type attributes specified for %q+#D"
61613 msgstr ""
61615 #: cp/search.cc:2038
61616 #, gcc-internal-format
61617 msgid "%<consteval%> function %q+D overriding non-%<consteval%> function"
61618 msgstr ""
61620 #: cp/search.cc:2041
61621 #, gcc-internal-format
61622 msgid "non-%<consteval%> function %q+D overriding %<consteval%> function"
61623 msgstr ""
61625 #: cp/search.cc:2044 cp/search.cc:2073 cp/search.cc:2082 cp/search.cc:2093
61626 #: cp/search.cc:2118
61627 #, gcc-internal-format
61628 msgid "overridden function is %qD"
61629 msgstr "перевизначеною функцією є %qD"
61631 #: cp/search.cc:2060
61632 #, gcc-internal-format
61633 msgid "%qD declared %<transaction_safe_dynamic%>"
61634 msgstr "%qD оголошено як %<transaction_safe_dynamic%>"
61636 #: cp/search.cc:2062
61637 #, gcc-internal-format
61638 msgid "overriding %qD declared %<transaction_safe%>"
61639 msgstr "перевизначаємо %qD, оголошене як %<transaction_safe%>"
61641 #: cp/search.cc:2070
61642 #, gcc-internal-format
61643 msgid "deleted function %q+D overriding non-deleted function"
61644 msgstr ""
61646 #: cp/search.cc:2079
61647 #, gcc-internal-format
61648 msgid "non-deleted function %q+D overriding deleted function"
61649 msgstr ""
61651 #: cp/search.cc:2090
61652 #, gcc-internal-format
61653 msgid "function with contracts %q+D overriding contractless function"
61654 msgstr ""
61656 #: cp/search.cc:2116
61657 #, gcc-internal-format
61658 msgid "virtual function %q+D overriding final function"
61659 msgstr ""
61661 #: cp/search.cc:2201
61662 #, gcc-internal-format
61663 msgid "%q+#D cannot be declared"
61664 msgstr ""
61666 #: cp/search.cc:2202
61667 #, gcc-internal-format
61668 msgid "  since %q+#D declared in base class"
61669 msgstr ""
61671 #: cp/semantics.cc:1015
61672 #, gcc-internal-format
61673 msgid "%<std::is_constant_evaluated%> always evaluates to true in %<if constexpr%>"
61674 msgstr ""
61676 #: cp/semantics.cc:1019
61677 #, gcc-internal-format
61678 msgid "%<std::is_constant_evaluated%> always evaluates to false in a non-%<constexpr%> function"
61679 msgstr ""
61681 #: cp/semantics.cc:1023
61682 #, gcc-internal-format
61683 msgid "%<std::is_constant_evaluated%> always evaluates to true in a %<consteval%> function"
61684 msgstr ""
61686 #: cp/semantics.cc:1194
61687 #, gcc-internal-format
61688 msgid "suggest explicit braces around empty body in %<do%> statement"
61689 msgstr ""
61691 #: cp/semantics.cc:1707
61692 #, gcc-internal-format
61693 msgid "catching polymorphic type %q#T by value"
61694 msgstr ""
61696 #: cp/semantics.cc:1712
61697 #, gcc-internal-format
61698 msgid "catching type %q#T by value"
61699 msgstr ""
61701 #: cp/semantics.cc:1717
61702 #, gcc-internal-format
61703 msgid "catching non-reference type %q#T"
61704 msgstr ""
61706 #: cp/semantics.cc:1929
61707 #, gcc-internal-format
61708 msgid "type of %<asm%> operand %qE could not be determined"
61709 msgstr ""
61711 #: cp/semantics.cc:2011
61712 #, gcc-internal-format
61713 msgid "%<__label__%> declarations are only allowed in function scopes"
61714 msgstr ""
61716 #: cp/semantics.cc:2181
61717 #, gcc-internal-format
61718 msgid "invalid use of member %qD in static member function"
61719 msgstr ""
61721 #: cp/semantics.cc:2185
61722 #, gcc-internal-format
61723 msgid "invalid use of member %qD in constructor %<pre%> contract"
61724 msgstr ""
61726 #: cp/semantics.cc:2189
61727 #, gcc-internal-format
61728 msgid "invalid use of member %qD in destructor %<post%> contract"
61729 msgstr ""
61731 #: cp/semantics.cc:2441
61732 #, gcc-internal-format
61733 msgid "%qE missing template arguments"
61734 msgstr "у %qE пропущено аргументи шаблона"
61736 #: cp/semantics.cc:2501
61737 #, gcc-internal-format
61738 msgid "a statement expression is an insufficient context for overload resolution"
61739 msgstr ""
61741 #: cp/semantics.cc:2861
61742 #, gcc-internal-format
61743 msgid "cannot call a concept as a function"
61744 msgstr ""
61746 #: cp/semantics.cc:2929
61747 #, gcc-internal-format
61748 msgid "arguments to destructor are not allowed"
61749 msgstr ""
61751 #: cp/semantics.cc:3031
61752 #, gcc-internal-format
61753 msgid "%<this%> is unavailable for static member functions"
61754 msgstr ""
61756 #: cp/semantics.cc:3033
61757 #, fuzzy, gcc-internal-format
61758 #| msgid "invalid use of %<:%> modifier"
61759 msgid "invalid use of %<this%> before it is valid"
61760 msgstr "некоректне використання модифікатора %<:%>"
61762 #: cp/semantics.cc:3035
61763 #, fuzzy, gcc-internal-format
61764 #| msgid "invalid use of %<:%> modifier"
61765 msgid "invalid use of %<this%> after it is valid"
61766 msgstr "некоректне використання модифікатора %<:%>"
61768 #: cp/semantics.cc:3037
61769 #, gcc-internal-format
61770 msgid "invalid use of %<this%> in non-member function"
61771 msgstr ""
61773 #: cp/semantics.cc:3039
61774 #, gcc-internal-format
61775 msgid "invalid use of %<this%> at top level"
61776 msgstr ""
61778 #: cp/semantics.cc:3061
61779 #, gcc-internal-format
61780 msgid "invalid qualifying scope in pseudo-destructor name"
61781 msgstr ""
61783 #: cp/semantics.cc:3069 cp/typeck.cc:3093
61784 #, gcc-internal-format
61785 msgid "qualified type %qT does not match destructor name ~%qT"
61786 msgstr ""
61788 #: cp/semantics.cc:3091
61789 #, gcc-internal-format
61790 msgid "%qE is not of type %qT"
61791 msgstr ""
61793 #: cp/semantics.cc:3205
61794 #, gcc-internal-format
61795 msgid "compound literal of non-object type %qT"
61796 msgstr ""
61798 #: cp/semantics.cc:3225
61799 #, gcc-internal-format
61800 msgid "%<auto{x}%> cannot be constrained"
61801 msgstr ""
61803 #: cp/semantics.cc:3230
61804 #, gcc-internal-format
61805 msgid "%<auto{x}%> only available with %<-std=c++2b%> or %<-std=gnu++2b%>"
61806 msgstr ""
61808 #: cp/semantics.cc:3422
61809 #, gcc-internal-format
61810 msgid "template type parameters must use the keyword %<class%> or %<typename%>"
61811 msgstr ""
61813 #: cp/semantics.cc:3471
61814 #, gcc-internal-format
61815 msgid "invalid use of type %qT as a default value for a template template-parameter"
61816 msgstr ""
61818 #: cp/semantics.cc:3474
61819 #, gcc-internal-format
61820 msgid "invalid default argument for a template template parameter"
61821 msgstr ""
61823 #: cp/semantics.cc:3491
61824 #, gcc-internal-format
61825 msgid "definition of %q#T inside template parameter list"
61826 msgstr "визначення %q#T всередині списку шаблонних параметрів"
61828 #: cp/semantics.cc:3522
61829 #, gcc-internal-format
61830 msgid "invalid definition of qualified type %qT"
61831 msgstr ""
61833 #: cp/semantics.cc:3814
61834 #, gcc-internal-format
61835 msgid "invalid base-class specification"
61836 msgstr ""
61838 #: cp/semantics.cc:3979
61839 #, gcc-internal-format
61840 msgid "cannot capture member %qD of anonymous union"
61841 msgstr ""
61843 #: cp/semantics.cc:3996 cp/semantics.cc:12372
61844 #, gcc-internal-format
61845 msgid "%qD is not captured"
61846 msgstr ""
61848 #: cp/semantics.cc:4000
61849 #, gcc-internal-format
61850 msgid "the lambda has no capture-default"
61851 msgstr ""
61853 #: cp/semantics.cc:4002
61854 #, gcc-internal-format
61855 msgid "lambda in local class %q+T cannot capture variables from the enclosing context"
61856 msgstr ""
61858 #: cp/semantics.cc:4017
61859 #, gcc-internal-format
61860 msgid "use of local variable with automatic storage from containing function"
61861 msgstr ""
61863 #: cp/semantics.cc:4019
61864 #, gcc-internal-format
61865 msgid "use of parameter from containing function"
61866 msgstr ""
61868 #: cp/semantics.cc:4147
61869 #, gcc-internal-format
61870 msgid "use of parameter outside function body"
61871 msgstr ""
61873 #: cp/semantics.cc:4157
61874 #, gcc-internal-format
61875 msgid "missing template arguments"
61876 msgstr "пропущено аргументи шаблона"
61878 #: cp/semantics.cc:4193
61879 #, gcc-internal-format
61880 msgid "template parameter %qD of type %qT is not allowed in an integral constant expression because it is not of integral or enumeration type"
61881 msgstr ""
61883 #: cp/semantics.cc:4233
61884 #, gcc-internal-format
61885 msgid "use of class template %qT as expression"
61886 msgstr ""
61888 #. Ambiguous reference to base members.
61889 #: cp/semantics.cc:4240
61890 #, gcc-internal-format
61891 msgid "request for member %qD is ambiguous in multiple inheritance lattice"
61892 msgstr ""
61894 #: cp/semantics.cc:4268
61895 #, gcc-internal-format
61896 msgid "%qD cannot appear in a constant-expression"
61897 msgstr ""
61899 #: cp/semantics.cc:4430
61900 #, gcc-internal-format
61901 msgid "type of %qE is unknown"
61902 msgstr ""
61904 #: cp/semantics.cc:4448 rust/backend/rust-tree.cc:5482
61905 #, gcc-internal-format
61906 msgid "%qT is not an enumeration type"
61907 msgstr ""
61909 #. Parameter packs can only be used in templates
61910 #: cp/semantics.cc:4582
61911 #, gcc-internal-format
61912 msgid "parameter pack %<__bases%> only valid in template declaration"
61913 msgstr ""
61915 #: cp/semantics.cc:4614
61916 #, gcc-internal-format
61917 msgid "cannot apply %<offsetof%> to destructor %<~%T%>"
61918 msgstr ""
61920 #: cp/semantics.cc:4627
61921 #, gcc-internal-format
61922 msgid "cannot apply %<offsetof%> to member function %qD"
61923 msgstr ""
61925 #: cp/semantics.cc:4631
61926 #, gcc-internal-format
61927 msgid "cannot apply %<offsetof%> to member function"
61928 msgstr ""
61930 #: cp/semantics.cc:4636
61931 #, gcc-internal-format
61932 msgid "cannot apply %<offsetof%> to an enumerator %qD"
61933 msgstr ""
61935 #: cp/semantics.cc:4647
61936 #, gcc-internal-format
61937 msgid "%<offsetof%> within non-standard-layout type %qT is conditionally-supported"
61938 msgstr ""
61940 #: cp/semantics.cc:5987
61941 #, gcc-internal-format
61942 msgid "user defined reduction lookup is ambiguous"
61943 msgstr ""
61945 #: cp/semantics.cc:6260
61946 #, gcc-internal-format
61947 msgid "%qE in %<reduction%> clause is a zero size array"
61948 msgstr ""
61950 #: cp/semantics.cc:6306
61951 #, gcc-internal-format
61952 msgid "%qE has const type for %<reduction%>"
61953 msgstr ""
61955 #: cp/semantics.cc:6425
61956 #, gcc-internal-format
61957 msgid "user defined reduction with constructor initializer for base class %qT"
61958 msgstr ""
61960 #: cp/semantics.cc:6896
61961 #, gcc-internal-format
61962 msgid "modifier other than %<val%> specified in %<linear%> clause on %<simd%> or %<for%> constructs when using OpenMP 5.2 modifiers"
61963 msgstr ""
61965 #: cp/semantics.cc:6911
61966 #, gcc-internal-format
61967 msgid "linear clause with %qs modifier applied to non-reference variable with %qT type"
61968 msgstr ""
61970 #: cp/semantics.cc:6926
61971 #, gcc-internal-format
61972 msgid "linear clause applied to non-integral non-pointer variable with %qT type"
61973 msgstr ""
61975 #: cp/semantics.cc:6950
61976 #, gcc-internal-format
61977 msgid "linear step expression must be integral"
61978 msgstr ""
61980 #: cp/semantics.cc:7043 cp/semantics.cc:7175 cp/semantics.cc:7234
61981 #: cp/semantics.cc:7632 cp/semantics.cc:8794
61982 #, gcc-internal-format
61983 msgid "%<this%> allowed in OpenMP only in %<declare simd%> clauses"
61984 msgstr ""
61986 #: cp/semantics.cc:7055 cp/semantics.cc:8807
61987 #, gcc-internal-format
61988 msgid "%qD is not a variable in clause %qs"
61989 msgstr ""
61991 #: cp/semantics.cc:7188
61992 #, gcc-internal-format
61993 msgid "%qD is not a variable in clause %<firstprivate%>"
61994 msgstr ""
61996 #: cp/semantics.cc:7247
61997 #, gcc-internal-format
61998 msgid "%qD is not a variable in clause %<lastprivate%>"
61999 msgstr ""
62001 #: cp/semantics.cc:7297
62002 #, gcc-internal-format
62003 msgid "%<gang%> static expression must be integral"
62004 msgstr ""
62006 #: cp/semantics.cc:7311
62007 #, gcc-internal-format
62008 msgid "%<gang%> static value must be positive"
62009 msgstr "статичне значення %<gang%> має бути додатним"
62011 #: cp/semantics.cc:7345
62012 #, gcc-internal-format
62013 msgid "%<gang%> num expression must be integral"
62014 msgstr ""
62016 #: cp/semantics.cc:7348
62017 #, gcc-internal-format
62018 msgid "%<vector%> length expression must be integral"
62019 msgstr ""
62021 #: cp/semantics.cc:7352
62022 #, gcc-internal-format
62023 msgid "%<worker%> num expression must be integral"
62024 msgstr ""
62026 #: cp/semantics.cc:7374
62027 #, gcc-internal-format
62028 msgid "%<gang%> num value must be positive"
62029 msgstr "значення num %<gang%> має бути додатним"
62031 #: cp/semantics.cc:7378
62032 #, gcc-internal-format
62033 msgid "%<vector%> length value must be positive"
62034 msgstr "значення довжини %<vector%> має бути додатним"
62036 #: cp/semantics.cc:7383
62037 #, gcc-internal-format
62038 msgid "%<worker%> num value must be positive"
62039 msgstr "значення num %<worker%> має бути додатним"
62041 #: cp/semantics.cc:7457
62042 #, gcc-internal-format
62043 msgid "schedule chunk size expression must be integral"
62044 msgstr ""
62046 #: cp/semantics.cc:7490
62047 #, gcc-internal-format
62048 msgid "%qs length expression must be integral"
62049 msgstr ""
62051 #: cp/semantics.cc:7504
62052 #, gcc-internal-format
62053 msgid "%qs length expression must be positive constant integer expression"
62054 msgstr ""
62056 #: cp/semantics.cc:7524
62057 #, gcc-internal-format
62058 msgid "%<async%> expression must be integral"
62059 msgstr "вираз %<async%> має бути інтегральним"
62061 #: cp/semantics.cc:7553
62062 #, gcc-internal-format
62063 msgid "%<thread_limit%> expression must be integral"
62064 msgstr "вираз %<thread_limit%> має бути інтегральним"
62066 #: cp/semantics.cc:7583
62067 #, gcc-internal-format
62068 msgid "%<device%> id must be integral"
62069 msgstr ""
62071 #: cp/semantics.cc:7614
62072 #, gcc-internal-format
62073 msgid "%<dist_schedule%> chunk size expression must be integral"
62074 msgstr ""
62076 #: cp/semantics.cc:7643
62077 #, gcc-internal-format
62078 msgid "%qD is not a variable in %<aligned%> clause"
62079 msgstr ""
62081 #: cp/semantics.cc:7658
62082 #, gcc-internal-format
62083 msgid "%qE in %<aligned%> clause is neither a pointer nor an array nor a reference to pointer or array"
62084 msgstr ""
62086 #: cp/semantics.cc:7665
62087 #, gcc-internal-format
62088 msgid "%qD appears more than once in %<aligned%> clauses"
62089 msgstr ""
62091 #: cp/semantics.cc:7680
62092 #, gcc-internal-format
62093 msgid "%<aligned%> clause alignment expression must be integral"
62094 msgstr ""
62096 #: cp/semantics.cc:7713
62097 #, gcc-internal-format
62098 msgid "%qD is not a variable in %<nontemporal%> clause"
62099 msgstr ""
62101 #: cp/semantics.cc:7724
62102 #, gcc-internal-format
62103 msgid "%qD appears more than once in %<nontemporal%> clauses"
62104 msgstr ""
62106 #: cp/semantics.cc:7741
62107 #, gcc-internal-format
62108 msgid "%<this%> not allowed in %<allocate%> clause"
62109 msgstr ""
62111 #: cp/semantics.cc:7753
62112 #, gcc-internal-format
62113 msgid "%qD is not a variable in %<allocate%> clause"
62114 msgstr ""
62116 #: cp/semantics.cc:7762
62117 #, gcc-internal-format
62118 msgid "%qD appears more than once in %<allocate%> clauses"
62119 msgstr ""
62121 #: cp/semantics.cc:7910
62122 #, gcc-internal-format
62123 msgid "%qD is not lvalue expression nor array section in %qs clause"
62124 msgstr ""
62126 #: cp/semantics.cc:8449
62127 #, gcc-internal-format
62128 msgid "template %qE in clause %qs"
62129 msgstr ""
62131 #: cp/semantics.cc:8452
62132 #, gcc-internal-format
62133 msgid "overloaded function name %qE in clause %qs"
62134 msgstr ""
62136 #: cp/semantics.cc:8521
62137 #, gcc-internal-format
62138 msgid "%<grainsize%> expression must be integral"
62139 msgstr "вираз %<grainsize%> має бути інтегральним"
62141 #: cp/semantics.cc:8551
62142 #, gcc-internal-format
62143 msgid "%<priority%> expression must be integral"
62144 msgstr "вираз %<priority%> має бути інтегральним"
62146 #: cp/semantics.cc:8581
62147 #, gcc-internal-format
62148 msgid "%<hint%> expression must be integral"
62149 msgstr "вираз %<hint%> має бути інтегральним"
62151 #: cp/semantics.cc:8594
62152 #, gcc-internal-format
62153 msgid "%<hint%> expression must be constant integer expression"
62154 msgstr "Вираз %<hint%> має бути сталим цілочисельним виразом"
62156 #: cp/semantics.cc:8611
62157 #, gcc-internal-format
62158 msgid "%<filter%> expression must be integral"
62159 msgstr "вираз %<filter%> має бути інтегральним"
62161 #: cp/semantics.cc:8642
62162 #, gcc-internal-format
62163 msgid "%qs variable is neither a pointer nor reference to pointer"
62164 msgstr ""
62166 #: cp/semantics.cc:8652
62167 #, gcc-internal-format
62168 msgid "%qs variable is neither a pointer, nor an array nor reference to pointer or array"
62169 msgstr ""
62171 #: cp/semantics.cc:8735
62172 #, gcc-internal-format
62173 msgid "%<tile%> argument needs integral type"
62174 msgstr ""
62176 #: cp/semantics.cc:9151
62177 #, gcc-internal-format
62178 msgid "%<const%> qualified %qE without %<mutable%> member may appear only in %<shared%> or %<firstprivate%> clauses"
62179 msgstr ""
62181 #: cp/semantics.cc:9378
62182 #, gcc-internal-format
62183 msgid "%<threadprivate%> %qD is not file, namespace or block scope variable"
62184 msgstr ""
62186 #: cp/semantics.cc:9392
62187 #, gcc-internal-format
62188 msgid "%<threadprivate%> %qE directive not in %qT definition"
62189 msgstr ""
62191 #: cp/semantics.cc:10121
62192 #, gcc-internal-format
62193 msgid "difference between %qE and %qD does not have integer type"
62194 msgstr ""
62196 #: cp/semantics.cc:10589
62197 #, gcc-internal-format
62198 msgid "%<#pragma omp simd%> used with class iteration variable %qE"
62199 msgstr ""
62201 #: cp/semantics.cc:10899 cp/semantics.cc:10909
62202 #, gcc-internal-format
62203 msgid "%<#pragma omp atomic update%> uses two different expressions for memory"
62204 msgstr ""
62206 #: cp/semantics.cc:11289
62207 #, gcc-internal-format, gfc-internal-format
62208 msgid "static assertion failed: %s"
62209 msgstr ""
62211 #: cp/semantics.cc:11296
62212 #, gcc-internal-format
62213 msgid "non-constant condition for static assertion"
62214 msgstr ""
62216 #: cp/semantics.cc:11325
62217 #, gcc-internal-format
62218 msgid "argument to %<decltype%> must be an expression"
62219 msgstr ""
62221 #: cp/semantics.cc:11370
62222 #, gcc-internal-format
62223 msgid "%<decltype%> cannot resolve address of overloaded function"
62224 msgstr ""
62226 #: cp/semantics.cc:11605 rust/backend/rust-tree.cc:5196
62227 #, gcc-internal-format
62228 msgid "%<__builtin_is_pointer_interconvertible_with_class%> needs a single argument"
62229 msgstr ""
62231 #: cp/semantics.cc:11614 rust/backend/rust-tree.cc:5205
62232 #, gcc-internal-format
62233 msgid "%<__builtin_is_pointer_interconvertible_with_class%> argument is not pointer to member"
62234 msgstr ""
62236 #: cp/semantics.cc:11785 rust/backend/rust-tree.cc:5809
62237 #, gcc-internal-format
62238 msgid "%<__builtin_is_corresponding_member%> not well defined for anonymous unions"
62239 msgstr ""
62241 #: cp/semantics.cc:11809 rust/backend/rust-tree.cc:5853
62242 #, gcc-internal-format
62243 msgid "%<__builtin_is_corresponding_member%> needs two arguments"
62244 msgstr ""
62246 #: cp/semantics.cc:11820 rust/backend/rust-tree.cc:5863
62247 #, gcc-internal-format
62248 msgid "%<__builtin_is_corresponding_member%> argument is not pointer to member"
62249 msgstr ""
62251 #: cp/semantics.cc:12411
62252 #, gcc-internal-format
62253 msgid "operand of fold expression has no unexpanded parameter packs"
62254 msgstr ""
62256 #: cp/semantics.cc:12470
62257 #, gcc-internal-format
62258 msgid "both arguments in binary fold have unexpanded parameter packs"
62259 msgstr ""
62261 #: cp/semantics.cc:12472
62262 #, gcc-internal-format
62263 msgid "no unexpanded parameter packs in binary fold"
62264 msgstr ""
62266 #: cp/semantics.cc:12490
62267 #, gcc-internal-format
62268 msgid "non-pointer argument to %<__builtin_launder%>"
62269 msgstr "аргумент, який не є вказівником, у %<__builtin_launder%>"
62271 #. std::bit_cast for destination ARRAY_TYPE is not possible,
62272 #. as functions may not return an array, so don't bother trying
62273 #. to support this (and then deal with VLAs etc.).
62274 #: cp/semantics.cc:12539
62275 #, gcc-internal-format
62276 msgid "%<__builtin_bit_cast%> destination type %qT is an array type"
62277 msgstr ""
62279 #: cp/semantics.cc:12545
62280 #, gcc-internal-format
62281 msgid "%<__builtin_bit_cast%> destination type %qT is not trivially copyable"
62282 msgstr ""
62284 #: cp/semantics.cc:12572
62285 #, gcc-internal-format
62286 msgid "%<__builtin_bit_cast%> source type %qT is not trivially copyable"
62287 msgstr ""
62289 #: cp/semantics.cc:12580
62290 #, gcc-internal-format
62291 msgid "%<__builtin_bit_cast%> source size %qE not equal to destination type size %qE"
62292 msgstr ""
62294 #: cp/tree.cc:1485 rust/backend/rust-tree.cc:2564
62295 #, gcc-internal-format
62296 msgid "%qV qualifiers cannot be applied to %qT"
62297 msgstr ""
62299 #: cp/tree.cc:2028
62300 #, gcc-internal-format
62301 msgid "statement-expression in a constant expression"
62302 msgstr "інструкція-вираз не є сталим виразом"
62304 #: cp/tree.cc:4543
62305 #, gcc-internal-format
62306 msgid "%<-fabi-version=13%> (GCC 8.2) fixes the calling convention for %qT, which was accidentally changed in 8.1"
62307 msgstr ""
62309 #: cp/tree.cc:4547
62310 #, gcc-internal-format
62311 msgid "%<-fabi-version=12%> (GCC 8.1) accidentally changes the calling convention for %qT"
62312 msgstr ""
62314 #: cp/tree.cc:4551
62315 #, gcc-internal-format
62316 msgid " declared here"
62317 msgstr " оголошено тут:"
62319 #: cp/tree.cc:4556
62320 #, gcc-internal-format
62321 msgid "the calling convention for %qT changes in %<-fabi-version=13%> (GCC 8.2)"
62322 msgstr ""
62324 #: cp/tree.cc:4558
62325 #, gcc-internal-format
62326 msgid " because all of its copy and move constructors are deleted"
62327 msgstr ""
62329 #: cp/tree.cc:4985
62330 #, gcc-internal-format
62331 msgid "base class %qT is not public"
62332 msgstr ""
62334 #: cp/tree.cc:4988
62335 #, gcc-internal-format
62336 msgid "%qD is not public"
62337 msgstr ""
62339 #: cp/tree.cc:4995
62340 #, gcc-internal-format
62341 msgid "%qD is mutable"
62342 msgstr ""
62344 #: cp/tree.cc:5003
62345 #, gcc-internal-format
62346 msgid "%qD has a non-structural type"
62347 msgstr ""
62349 #: cp/tree.cc:5026
62350 #, fuzzy, gcc-internal-format
62351 #| msgid "%qE attribute only supported on non-mask vector types"
62352 msgid "%qE attribute can only be applied to functions or parameters"
62353 msgstr "підтримку атрибута %qE передбачено лише для немаскованих векторних типів"
62355 #: cp/tree.cc:5047
62356 #, gcc-internal-format
62357 msgid "%qE attribute argument must be a string constant"
62358 msgstr ""
62360 #: cp/tree.cc:5062
62361 #, gcc-internal-format
62362 msgid "%qE attribute can only be applied to functions or to class or enumeration types"
62363 msgstr ""
62365 #: cp/tree.cc:5080
62366 #, gcc-internal-format
62367 msgid "%qE attribute can only be applied to non-static data members"
62368 msgstr ""
62370 #: cp/tree.cc:5086
62371 #, gcc-internal-format
62372 msgid "%qE attribute cannot be applied to a bit-field"
62373 msgstr ""
62375 #: cp/tree.cc:5106
62376 #, gcc-internal-format
62377 msgid "%qE attribute takes no arguments"
62378 msgstr "Атрибут %qE не приймає аргументів"
62380 #: cp/tree.cc:5110
62381 #, gcc-internal-format
62382 msgid "ISO C++ %qE attribute does not apply to functions; treating as %<[[gnu::%E]]%>"
62383 msgstr ""
62385 #: cp/tree.cc:5184
62386 #, gcc-internal-format
62387 msgid "requested %<init_priority%> is not an integer constant"
62388 msgstr ""
62390 #: cp/tree.cc:5206
62391 #, gcc-internal-format
62392 msgid "can only use %qE attribute on file-scope definitions of objects of class type"
62393 msgstr ""
62395 #: cp/tree.cc:5214
62396 #, gcc-internal-format
62397 msgid "requested %<init_priority%> %i is out of range [0, %i]"
62398 msgstr ""
62400 #: cp/tree.cc:5225
62401 #, gcc-internal-format
62402 msgid "requested %<init_priority%> %i is reserved for internal use"
62403 msgstr ""
62405 #: cp/tree.cc:5255
62406 #, gcc-internal-format
62407 msgid "redeclaration of %qD adds abi tag %qE"
62408 msgstr "повторне оголошення %qD додає мітку abi %qE"
62410 #: cp/tree.cc:5275
62411 #, gcc-internal-format
62412 msgid "the %qE attribute requires arguments"
62413 msgstr ""
62415 #: cp/tree.cc:5286
62416 #, gcc-internal-format
62417 msgid "arguments to the %qE attribute must be narrow string literals"
62418 msgstr ""
62420 #: cp/tree.cc:5299 cp/tree.cc:5312
62421 #, gcc-internal-format
62422 msgid "arguments to the %qE attribute must contain valid identifiers"
62423 msgstr ""
62425 #: cp/tree.cc:5301
62426 #, gcc-internal-format
62427 msgid "%<%c%> is not a valid first character for an identifier"
62428 msgstr ""
62430 #: cp/tree.cc:5314
62431 #, gcc-internal-format
62432 msgid "%<%c%> is not a valid character in an identifier"
62433 msgstr ""
62435 #: cp/tree.cc:5338
62436 #, gcc-internal-format
62437 msgid "%qE attribute applied to non-class, non-enum type %qT"
62438 msgstr ""
62440 #: cp/tree.cc:5344
62441 #, gcc-internal-format
62442 msgid "%qE attribute applied to %qT after its definition"
62443 msgstr ""
62445 #: cp/tree.cc:5351
62446 #, gcc-internal-format
62447 msgid "ignoring %qE attribute applied to template instantiation %qT"
62448 msgstr ""
62450 #: cp/tree.cc:5358
62451 #, gcc-internal-format
62452 msgid "ignoring %qE attribute applied to template specialization %qT"
62453 msgstr ""
62455 #: cp/tree.cc:5380
62456 #, gcc-internal-format
62457 msgid "%qE attribute applied to non-function, non-variable %qD"
62458 msgstr ""
62460 #: cp/tree.cc:5386
62461 #, gcc-internal-format
62462 msgid "%qE attribute applied to extern \"C\" declaration %qD"
62463 msgstr ""
62465 #: cp/tree.cc:6285
62466 #, gcc-internal-format
62467 msgid "zero as null pointer constant"
62468 msgstr ""
62470 #: cp/tree.cc:6326 rust/backend/rust-tree.cc:3144
62471 #, gcc-internal-format
62472 msgid "%<lang_*%> check: failed in %s, at %s:%d"
62473 msgstr ""
62475 #: cp/typeck.cc:625
62476 #, gcc-internal-format
62477 msgid "comparison between distinct pointer types %qT and %qT lacks a cast"
62478 msgstr ""
62480 #: cp/typeck.cc:631
62481 #, gcc-internal-format
62482 msgid "conversion between distinct pointer types %qT and %qT lacks a cast"
62483 msgstr ""
62485 #: cp/typeck.cc:637
62486 #, gcc-internal-format
62487 msgid "conditional expression between distinct pointer types %qT and %qT lacks a cast"
62488 msgstr ""
62490 #: cp/typeck.cc:785
62491 #, gcc-internal-format
62492 msgid "ISO C++ forbids comparison between pointer of type %<void *%> and pointer-to-function"
62493 msgstr ""
62495 #: cp/typeck.cc:790
62496 #, gcc-internal-format
62497 msgid "ISO C++ forbids conversion between pointer of type %<void *%> and pointer-to-function"
62498 msgstr ""
62500 #: cp/typeck.cc:795
62501 #, gcc-internal-format
62502 msgid "ISO C++ forbids conditional expression between pointer of type %<void *%> and pointer-to-function"
62503 msgstr ""
62505 #: cp/typeck.cc:874
62506 #, gcc-internal-format
62507 msgid "comparison between distinct pointer-to-member types %qT and %qT lacks a cast"
62508 msgstr ""
62510 #: cp/typeck.cc:879
62511 #, gcc-internal-format
62512 msgid "conversion between distinct pointer-to-member types %qT and %qT lacks a cast"
62513 msgstr ""
62515 #: cp/typeck.cc:884
62516 #, gcc-internal-format
62517 msgid "conditional expression between distinct pointer-to-member types %qT and %qT lacks a cast"
62518 msgstr ""
62520 #: cp/typeck.cc:1710
62521 #, gcc-internal-format
62522 msgid "canonical types differ for identical types %qT and %qT"
62523 msgstr ""
62525 #: cp/typeck.cc:1717
62526 #, gcc-internal-format
62527 msgid "same canonical type node for different types %qT and %qT"
62528 msgstr ""
62530 #: cp/typeck.cc:2047
62531 #, gcc-internal-format
62532 msgid "invalid application of %qs to a member function"
62533 msgstr ""
62535 #: cp/typeck.cc:2152
62536 #, gcc-internal-format
62537 msgid "invalid application of %<sizeof%> to a bit-field"
62538 msgstr ""
62540 #: cp/typeck.cc:2160
62541 #, gcc-internal-format
62542 msgid "ISO C++ forbids applying %<sizeof%> to an expression of function type"
62543 msgstr ""
62545 #: cp/typeck.cc:2225
62546 #, gcc-internal-format
62547 msgid "invalid application of %<__alignof%> to a bit-field"
62548 msgstr ""
62550 #: cp/typeck.cc:2236
62551 #, gcc-internal-format
62552 msgid "ISO C++ forbids applying %<__alignof%> to an expression of function type"
62553 msgstr ""
62555 #: cp/typeck.cc:2320
62556 #, gcc-internal-format
62557 msgid "%<alignas%> argument has non-integral type %qT"
62558 msgstr ""
62560 #: cp/typeck.cc:2366 rust/backend/rust-tree.cc:3784
62561 #, gcc-internal-format
62562 msgid "invalid use of non-static member function of type %qT"
62563 msgstr ""
62565 #: cp/typeck.cc:2542
62566 #, gcc-internal-format
62567 msgid "taking address of temporary array"
62568 msgstr ""
62570 #: cp/typeck.cc:2724
62571 #, gcc-internal-format
62572 msgid "ISO C++ forbids converting a string constant to %qT"
62573 msgstr ""
62575 #: cp/typeck.cc:2728
62576 #, gcc-internal-format
62577 msgid "deprecated conversion from string constant to %qT"
62578 msgstr ""
62580 #: cp/typeck.cc:2843 cp/typeck.cc:3408
62581 #, gcc-internal-format
62582 msgid "request for member %qD in %qE, which is of pointer type %qT (maybe you meant to use %<->%> ?)"
62583 msgstr ""
62585 #: cp/typeck.cc:2847 cp/typeck.cc:3412
62586 #, gcc-internal-format
62587 msgid "request for member %qD in %qE, which is of non-class type %qT"
62588 msgstr ""
62590 #: cp/typeck.cc:2881
62591 #, gcc-internal-format
62592 msgid "invalid use of non-static data member %qE"
62593 msgstr "некоректне використання нестатичного члена даних %qE"
62595 #: cp/typeck.cc:2958
62596 #, gcc-internal-format
62597 msgid "invalid access to non-static data member %qD in virtual base of NULL object"
62598 msgstr ""
62600 #: cp/typeck.cc:3108
62601 #, gcc-internal-format
62602 msgid "object type %qT does not match destructor name ~%qT"
62603 msgstr ""
62605 #: cp/typeck.cc:3117
62606 #, gcc-internal-format
62607 msgid "the type being destroyed is %qT, but the destructor refers to %qT"
62608 msgstr ""
62610 #: cp/typeck.cc:3259
62611 #, gcc-internal-format
62612 msgid "field %q#D can be accessed via %q#D"
62613 msgstr ""
62615 #. No hint.
62616 #: cp/typeck.cc:3278
62617 #, gcc-internal-format
62618 msgid "%q#T has no member named %qE"
62619 msgstr ""
62621 #: cp/typeck.cc:3301
62622 #, gcc-internal-format
62623 msgid "%q#T has no member named %qE; did you mean %q#D? (accessible via %q#D)"
62624 msgstr ""
62626 #: cp/typeck.cc:3312
62627 #, gcc-internal-format
62628 msgid "%q#T has no member named %qE; did you mean %q#D? (not accessible from this context)"
62629 msgstr ""
62631 #: cp/typeck.cc:3327
62632 #, gcc-internal-format
62633 msgid "%q#T has no member named %qE; did you mean %qE?"
62634 msgstr ""
62636 #: cp/typeck.cc:3442 cp/typeck.cc:3468
62637 #, gcc-internal-format
62638 msgid "%<%D::%D%> is not a member of %qT"
62639 msgstr ""
62641 #: cp/typeck.cc:3507
62642 #, gcc-internal-format
62643 msgid "%qT is not a base of %qT"
62644 msgstr ""
62646 #: cp/typeck.cc:3570
62647 #, gcc-internal-format
62648 msgid "%qD is not a member template function"
62649 msgstr ""
62651 #: cp/typeck.cc:3836
62652 #, gcc-internal-format
62653 msgid "%qT is not a pointer-to-object type"
62654 msgstr ""
62656 #: cp/typeck.cc:3868
62657 #, gcc-internal-format
62658 msgid "invalid use of array indexing on pointer to member"
62659 msgstr ""
62661 #: cp/typeck.cc:3871
62662 #, gcc-internal-format
62663 msgid "invalid use of unary %<*%> on pointer to member"
62664 msgstr ""
62666 #: cp/typeck.cc:3874
62667 #, gcc-internal-format
62668 msgid "invalid use of implicit conversion on pointer to member"
62669 msgstr ""
62671 #: cp/typeck.cc:3878
62672 #, gcc-internal-format
62673 msgid "left hand operand of %<->*%> must be a pointer to class, but is a pointer to member of type %qT"
62674 msgstr ""
62676 #: cp/typeck.cc:3943
62677 #, gcc-internal-format
62678 msgid "subscript missing in array reference"
62679 msgstr ""
62681 #: cp/typeck.cc:4040
62682 #, gcc-internal-format
62683 msgid "subscripting array declared %<register%>"
62684 msgstr ""
62686 #: cp/typeck.cc:4078
62687 #, gcc-internal-format
62688 msgid "subscripted value is neither array nor pointer"
62689 msgstr ""
62691 #: cp/typeck.cc:4150
62692 #, gcc-internal-format
62693 msgid "object missing in use of %qE"
62694 msgstr ""
62696 #: cp/typeck.cc:4375
62697 #, gcc-internal-format
62698 msgid "ISO C++ forbids calling %<::main%> from within program"
62699 msgstr ""
62701 #: cp/typeck.cc:4396
62702 #, gcc-internal-format
62703 msgid "must use %<.*%> or %<->*%> to call pointer-to-member function in %<%E (...)%>, e.g. %<(... ->* %E) (...)%>"
62704 msgstr ""
62706 #: cp/typeck.cc:4413
62707 #, gcc-internal-format
62708 msgid "%qE cannot be used as a function"
62709 msgstr ""
62711 #: cp/typeck.cc:4416
62712 #, gcc-internal-format
62713 msgid "%qD cannot be used as a function"
62714 msgstr ""
62716 #: cp/typeck.cc:4419
62717 #, gcc-internal-format
62718 msgid "expression cannot be used as a function"
62719 msgstr ""
62721 #: cp/typeck.cc:4477
62722 #, gcc-internal-format
62723 msgid "too many arguments to constructor %q#D"
62724 msgstr ""
62726 #: cp/typeck.cc:4478
62727 #, gcc-internal-format
62728 msgid "too few arguments to constructor %q#D"
62729 msgstr ""
62731 #: cp/typeck.cc:4483
62732 #, gcc-internal-format
62733 msgid "too many arguments to member function %q#D"
62734 msgstr ""
62736 #: cp/typeck.cc:4484
62737 #, gcc-internal-format
62738 msgid "too few arguments to member function %q#D"
62739 msgstr ""
62741 #: cp/typeck.cc:4490
62742 #, gcc-internal-format
62743 msgid "too many arguments to function %q#D"
62744 msgstr ""
62746 #: cp/typeck.cc:4491
62747 #, gcc-internal-format
62748 msgid "too few arguments to function %q#D"
62749 msgstr ""
62751 #: cp/typeck.cc:4501
62752 #, gcc-internal-format
62753 msgid "too many arguments to method %q#D"
62754 msgstr ""
62756 #: cp/typeck.cc:4502
62757 #, gcc-internal-format
62758 msgid "too few arguments to method %q#D"
62759 msgstr ""
62761 #: cp/typeck.cc:4505
62762 #, gcc-internal-format
62763 msgid "too many arguments to function"
62764 msgstr ""
62766 #: cp/typeck.cc:4506
62767 #, gcc-internal-format
62768 msgid "too few arguments to function"
62769 msgstr ""
62771 #: cp/typeck.cc:4588
62772 #, gcc-internal-format
62773 msgid "parameter %P of %qD has incomplete type %qT"
62774 msgstr ""
62776 #: cp/typeck.cc:4594
62777 #, gcc-internal-format
62778 msgid "parameter %P has incomplete type %qT"
62779 msgstr ""
62781 #: cp/typeck.cc:4860
62782 #, gcc-internal-format
62783 msgid "the address %qE will never be NULL"
62784 msgstr ""
62786 #: cp/typeck.cc:4906
62787 #, gcc-internal-format
62788 msgid "the address of %qD will never be NULL"
62789 msgstr ""
62791 #: cp/typeck.cc:4921
62792 #, gcc-internal-format
62793 msgid "the compiler can assume that the address of %qE will never be NULL"
62794 msgstr ""
62796 #: cp/typeck.cc:4924
62797 #, gcc-internal-format
62798 msgid "comparing the result of pointer addition %qE and NULL"
62799 msgstr ""
62801 #: cp/typeck.cc:4939
62802 #, gcc-internal-format
62803 msgid "the compiler can assume that the address of %qD will never be NULL"
62804 msgstr ""
62806 #: cp/typeck.cc:4988
62807 #, gcc-internal-format
62808 msgid "bitwise operation between different enumeration types %qT and %qT is deprecated"
62809 msgstr ""
62811 #: cp/typeck.cc:4993
62812 #, gcc-internal-format
62813 msgid "arithmetic between different enumeration types %qT and %qT is deprecated"
62814 msgstr ""
62816 #: cp/typeck.cc:5023
62817 #, gcc-internal-format
62818 msgid "comparison of enumeration type %qT with floating-point type %qT is deprecated"
62819 msgstr ""
62821 #: cp/typeck.cc:5027
62822 #, gcc-internal-format
62823 msgid "comparison of floating-point type %qT with enumeration type %qT is deprecated"
62824 msgstr ""
62826 #: cp/typeck.cc:5036
62827 #, gcc-internal-format
62828 msgid "arithmetic between enumeration type %qT and floating-point type %qT is deprecated"
62829 msgstr ""
62831 #: cp/typeck.cc:5040
62832 #, gcc-internal-format
62833 msgid "arithmetic between floating-point type %qT and enumeration type %qT is deprecated"
62834 msgstr ""
62836 #: cp/typeck.cc:5174 cp/typeck.cc:5186
62837 #, gcc-internal-format
62838 msgid "assuming cast to type %qT from overloaded function"
62839 msgstr ""
62841 #: cp/typeck.cc:5300
62842 #, gcc-internal-format
62843 msgid "NULL used in arithmetic"
62844 msgstr ""
62846 #: cp/typeck.cc:5757 cp/typeck.cc:5766 cp/typeck.cc:6060 cp/typeck.cc:6069
62847 #, gcc-internal-format
62848 msgid "ISO C++ forbids comparison between pointer and integer"
62849 msgstr ""
62851 #: cp/typeck.cc:5982 cp/typeck.cc:5995
62852 #, gcc-internal-format
62853 msgid "operand types are %qT and %qT"
62854 msgstr ""
62856 #: cp/typeck.cc:6018
62857 #, gcc-internal-format
62858 msgid "three-way comparison of vectors"
62859 msgstr ""
62861 #: cp/typeck.cc:6052
62862 #, gcc-internal-format
62863 msgid "ordered comparison of pointer with integer zero (%qT and %qT)"
62864 msgstr ""
62866 #: cp/typeck.cc:6099
62867 #, gcc-internal-format
62868 msgid "unordered comparison on non-floating-point argument"
62869 msgstr ""
62871 #: cp/typeck.cc:6166
62872 msgid "implicit conversion from %qH to %qI to match other operand of binary expression"
62873 msgstr ""
62875 #: cp/typeck.cc:6276
62876 #, gcc-internal-format
62877 msgid "invalid operands of types %qT and %qT to binary %qO"
62878 msgstr ""
62880 #: cp/typeck.cc:6684
62881 #, gcc-internal-format
62882 msgid "ISO C++ forbids using pointer of type %<void *%> in subtraction"
62883 msgstr ""
62885 #: cp/typeck.cc:6692
62886 #, gcc-internal-format
62887 msgid "ISO C++ forbids using pointer to a function in subtraction"
62888 msgstr ""
62890 #: cp/typeck.cc:6700
62891 #, gcc-internal-format
62892 msgid "ISO C++ forbids using pointer to a method in subtraction"
62893 msgstr ""
62895 #: cp/typeck.cc:6753
62896 #, gcc-internal-format
62897 msgid "invalid use of a pointer to an incomplete type in pointer arithmetic"
62898 msgstr ""
62900 #: cp/typeck.cc:6832
62901 #, gcc-internal-format
62902 msgid "taking address of constructor %qD"
62903 msgstr ""
62905 #: cp/typeck.cc:6833
62906 #, gcc-internal-format
62907 msgid "taking address of destructor %qD"
62908 msgstr ""
62910 #: cp/typeck.cc:6849
62911 #, gcc-internal-format
62912 msgid "invalid use of %qE to form a pointer-to-member-function"
62913 msgstr ""
62915 #: cp/typeck.cc:6852
62916 #, gcc-internal-format
62917 msgid "  a qualified-id is required"
62918 msgstr ""
62920 #: cp/typeck.cc:6859
62921 #, gcc-internal-format
62922 msgid "parentheses around %qE cannot be used to form a pointer-to-member-function"
62923 msgstr ""
62925 #: cp/typeck.cc:7050
62926 #, gcc-internal-format
62927 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%>"
62928 msgstr ""
62930 #: cp/typeck.cc:7056
62931 #, gcc-internal-format
62932 msgid "ISO C++ forbids taking the address of a bound member function to form a pointer to member function.  Say %<&%T::%D%>"
62933 msgstr ""
62935 #. Make this a permerror because we used to accept it.
62936 #: cp/typeck.cc:7091
62937 #, gcc-internal-format
62938 msgid "taking address of rvalue"
62939 msgstr ""
62941 #: cp/typeck.cc:7108
62942 #, gcc-internal-format
62943 msgid "ISO C++ forbids taking address of function %<::main%>"
62944 msgstr ""
62946 #: cp/typeck.cc:7166
62947 #, gcc-internal-format
62948 msgid "cannot create pointer to reference member %qD"
62949 msgstr ""
62951 #: cp/typeck.cc:7192 cp/typeck.cc:7767 rust/backend/rust-tree.cc:4685
62952 #, gcc-internal-format
62953 msgid "attempt to take address of bit-field"
62954 msgstr ""
62956 #: cp/typeck.cc:7356
62957 #, gcc-internal-format
62958 msgid "%<~%> on an expression of type %<bool%>"
62959 msgstr ""
62961 #: cp/typeck.cc:7357
62962 #, gcc-internal-format
62963 msgid "did you mean to use logical not (%<!%>)?"
62964 msgstr ""
62966 #: cp/typeck.cc:7487
62967 #, gcc-internal-format
62968 msgid "ISO C++ forbids incrementing an enum"
62969 msgstr ""
62971 #: cp/typeck.cc:7488
62972 #, gcc-internal-format
62973 msgid "ISO C++ forbids decrementing an enum"
62974 msgstr ""
62976 #: cp/typeck.cc:7504
62977 #, gcc-internal-format
62978 msgid "cannot increment a pointer to incomplete type %qT"
62979 msgstr ""
62981 #: cp/typeck.cc:7506
62982 #, gcc-internal-format
62983 msgid "cannot decrement a pointer to incomplete type %qT"
62984 msgstr ""
62986 #: cp/typeck.cc:7518
62987 #, gcc-internal-format
62988 msgid "ISO C++ forbids incrementing a pointer of type %qT"
62989 msgstr ""
62991 #: cp/typeck.cc:7520
62992 #, gcc-internal-format
62993 msgid "ISO C++ forbids decrementing a pointer of type %qT"
62994 msgstr ""
62996 #: cp/typeck.cc:7559
62997 #, gcc-internal-format
62998 msgid "%qs expression of %<volatile%>-qualified type is deprecated"
62999 msgstr ""
63001 #: cp/typeck.cc:7572
63002 #, gcc-internal-format
63003 msgid "use of an operand of type %qT in %<operator--%> is forbidden"
63004 msgstr ""
63006 #: cp/typeck.cc:7582
63007 #, gcc-internal-format
63008 msgid "use of an operand of type %qT in %<operator++%> is forbidden in C++17"
63009 msgstr ""
63011 #: cp/typeck.cc:7590
63012 #, gcc-internal-format
63013 msgid "use of an operand of type %qT in %<operator++%> is deprecated"
63014 msgstr ""
63016 #: cp/typeck.cc:7779 rust/backend/rust-tree.cc:4697
63017 #, gcc-internal-format
63018 msgid "cannot take the address of %<this%>, which is an rvalue expression"
63019 msgstr ""
63021 #: cp/typeck.cc:7801 d/d-codegen.cc:719 rust/backend/rust-tree.cc:4716
63022 #, gcc-internal-format
63023 msgid "address of explicit register variable %qD requested"
63024 msgstr ""
63026 #: cp/typeck.cc:7806 rust/backend/rust-tree.cc:4723
63027 #, gcc-internal-format
63028 msgid "address requested for %qD, which is declared %<register%>"
63029 msgstr ""
63031 #: cp/typeck.cc:7881
63032 #, gcc-internal-format
63033 msgid "list-initializer for non-class type must not be parenthesized"
63034 msgstr ""
63036 #: cp/typeck.cc:7893
63037 #, gcc-internal-format
63038 msgid "expression list treated as compound expression in initializer"
63039 msgstr ""
63041 #: cp/typeck.cc:7897
63042 #, gcc-internal-format
63043 msgid "expression list treated as compound expression in mem-initializer"
63044 msgstr ""
63046 #: cp/typeck.cc:7901
63047 #, gcc-internal-format
63048 msgid "expression list treated as compound expression in functional cast"
63049 msgstr ""
63051 #: cp/typeck.cc:7939
63052 #, gcc-internal-format, gfc-internal-format
63053 msgid "%s expression list treated as compound expression"
63054 msgstr ""
63056 #: cp/typeck.cc:8042
63057 #, gcc-internal-format
63058 msgid "no context to resolve type of %qE"
63059 msgstr ""
63061 #: cp/typeck.cc:8079
63062 #, gcc-internal-format
63063 msgid "cast from type %qT to type %qT casts away qualifiers"
63064 msgstr ""
63066 #: cp/typeck.cc:8085
63067 #, gcc-internal-format
63068 msgid "%<static_cast%> from type %qT to type %qT casts away qualifiers"
63069 msgstr ""
63071 #: cp/typeck.cc:8092
63072 #, gcc-internal-format
63073 msgid "%<reinterpret_cast%> from type %qT to type %qT casts away qualifiers"
63074 msgstr ""
63076 #: cp/typeck.cc:8118
63077 #, gcc-internal-format
63078 msgid "useless cast to type %q#T"
63079 msgstr ""
63081 #: cp/typeck.cc:8132
63082 #, gcc-internal-format
63083 msgid "type qualifiers ignored on cast result type"
63084 msgstr ""
63086 #: cp/typeck.cc:8575
63087 #, gcc-internal-format
63088 msgid "invalid %<static_cast%> from type %qT to type %qT"
63089 msgstr ""
63091 #: cp/typeck.cc:8581 cp/typeck.cc:8587 cp/typeck.cc:10299
63092 #, gcc-internal-format
63093 msgid "class type %qT is incomplete"
63094 msgstr ""
63096 #: cp/typeck.cc:8615
63097 msgid "converting from %qH to %qI"
63098 msgstr ""
63100 #: cp/typeck.cc:8690
63101 #, gcc-internal-format
63102 msgid "invalid cast of a prvalue expression of type %qT to type %qT"
63103 msgstr ""
63105 #: cp/typeck.cc:8760
63106 msgid "cast from %qH to %qI loses precision"
63107 msgstr ""
63109 #: cp/typeck.cc:8785
63110 msgid "cast between incompatible function types from %qH to %qI"
63111 msgstr ""
63113 #: cp/typeck.cc:8796
63114 msgid "cast between incompatible pointer to member types from %qH to %qI"
63115 msgstr ""
63117 #: cp/typeck.cc:8817 cp/typeck.cc:9007
63118 msgid "cast from %qH to %qI increases required alignment of target type"
63119 msgstr ""
63121 #: cp/typeck.cc:8834
63122 #, gcc-internal-format
63123 msgid "casting between pointer-to-function and pointer-to-object is conditionally-supported"
63124 msgstr ""
63126 #: cp/typeck.cc:8848
63127 #, gcc-internal-format
63128 msgid "invalid cast from type %qT to type %qT"
63129 msgstr ""
63131 #: cp/typeck.cc:8921
63132 #, gcc-internal-format
63133 msgid "invalid use of %<const_cast%> with type %qT, which is not a pointer, reference, nor a pointer-to-data-member type"
63134 msgstr ""
63136 #: cp/typeck.cc:8930
63137 #, gcc-internal-format
63138 msgid "invalid use of %<const_cast%> with type %qT, which is a pointer or reference to a function type"
63139 msgstr ""
63141 #: cp/typeck.cc:8972
63142 #, gcc-internal-format
63143 msgid "invalid %<const_cast%> of an rvalue of type %qT to type %qT"
63144 msgstr ""
63146 #: cp/typeck.cc:9042
63147 #, gcc-internal-format
63148 msgid "invalid %<const_cast%> from type %qT to type %qT"
63149 msgstr ""
63151 #: cp/typeck.cc:9143 cp/typeck.cc:9152
63152 #, gcc-internal-format
63153 msgid "ISO C++ forbids casting to an array type %qT"
63154 msgstr ""
63156 #: cp/typeck.cc:9161
63157 #, gcc-internal-format
63158 msgid "invalid cast to function type %qT"
63159 msgstr ""
63161 #: cp/typeck.cc:9272
63162 #, gcc-internal-format
63163 msgid "moving %qE of type %qT to itself"
63164 msgstr ""
63166 #: cp/typeck.cc:9273 cp/typeck.cc:10819 cp/typeck.cc:10835 cp/typeck.cc:10860
63167 #: cp/typeck.cc:10897
63168 #, gcc-internal-format
63169 msgid "remove %<std::move%> call"
63170 msgstr ""
63172 #: cp/typeck.cc:9533
63173 #, gcc-internal-format
63174 msgid "  in evaluation of %<%Q(%#T, %#T)%>"
63175 msgstr ""
63177 #: cp/typeck.cc:9593
63178 #, gcc-internal-format
63179 msgid "assigning to an array from an initializer list"
63180 msgstr ""
63182 #: cp/typeck.cc:9620
63183 #, gcc-internal-format
63184 msgid "incompatible types in assignment of %qT to %qT"
63185 msgstr ""
63187 #: cp/typeck.cc:9634
63188 #, gcc-internal-format
63189 msgid "array used as initializer"
63190 msgstr ""
63192 #: cp/typeck.cc:9636
63193 #, gcc-internal-format
63194 msgid "invalid array assignment"
63195 msgstr ""
63197 #: cp/typeck.cc:9780
63198 #, gcc-internal-format
63199 msgid "   in pointer to member function conversion"
63200 msgstr ""
63202 #: cp/typeck.cc:9794
63203 #, gcc-internal-format
63204 msgid "pointer to member conversion via virtual base %qT"
63205 msgstr ""
63207 #: cp/typeck.cc:9841 cp/typeck.cc:9860
63208 #, gcc-internal-format
63209 msgid "   in pointer to member conversion"
63210 msgstr ""
63212 #: cp/typeck.cc:9941
63213 #, gcc-internal-format
63214 msgid "invalid conversion to type %qT from type %qT"
63215 msgstr "некоректне перетворення з типу %qT до типу %qT"
63217 #: cp/typeck.cc:10262
63218 msgid "cannot convert %qH to %qI in default argument"
63219 msgstr ""
63221 #: cp/typeck.cc:10267
63222 msgid "cannot convert %qH to %qI in argument passing"
63223 msgstr ""
63225 #: cp/typeck.cc:10276
63226 msgid "cannot convert %qH to %qI in initialization"
63227 msgstr ""
63229 #: cp/typeck.cc:10280
63230 msgid "cannot convert %qH to %qI in return"
63231 msgstr ""
63233 #: cp/typeck.cc:10285
63234 msgid "cannot convert %qH to %qI in assignment"
63235 msgstr ""
63237 #: cp/typeck.cc:10317
63238 #, gcc-internal-format
63239 msgid "parameter %qP of %qD might be a candidate for a format attribute"
63240 msgstr ""
63242 #: cp/typeck.cc:10321
63243 #, gcc-internal-format
63244 msgid "parameter might be a candidate for a format attribute"
63245 msgstr ""
63247 #: cp/typeck.cc:10326
63248 #, gcc-internal-format
63249 msgid "target of conversion might be a candidate for a format attribute"
63250 msgstr ""
63252 #: cp/typeck.cc:10331
63253 #, gcc-internal-format
63254 msgid "target of initialization might be a candidate for a format attribute"
63255 msgstr ""
63257 #: cp/typeck.cc:10341
63258 #, gcc-internal-format
63259 msgid "left-hand side of assignment might be a candidate for a format attribute"
63260 msgstr ""
63262 #: cp/typeck.cc:10437
63263 #, gcc-internal-format
63264 msgid "in passing argument %P of %qD"
63265 msgstr ""
63267 #: cp/typeck.cc:10519
63268 #, gcc-internal-format
63269 msgid "returning reference to temporary"
63270 msgstr ""
63272 #: cp/typeck.cc:10522
63273 #, gcc-internal-format
63274 msgid "returning temporary %<initializer_list%> does not extend the lifetime of the underlying array"
63275 msgstr ""
63277 #: cp/typeck.cc:10558
63278 #, gcc-internal-format
63279 msgid "reference to local variable %qD returned"
63280 msgstr ""
63282 #: cp/typeck.cc:10562
63283 #, gcc-internal-format
63284 msgid "returning local %<initializer_list%> variable %qD does not extend the lifetime of the underlying array"
63285 msgstr ""
63287 #: cp/typeck.cc:10568
63288 #, gcc-internal-format
63289 msgid "address of label %qD returned"
63290 msgstr ""
63292 #: cp/typeck.cc:10572
63293 #, gcc-internal-format
63294 msgid "address of local variable %qD returned"
63295 msgstr ""
63297 #: cp/typeck.cc:10818
63298 #, gcc-internal-format
63299 msgid "moving a temporary object prevents copy elision"
63300 msgstr ""
63302 #: cp/typeck.cc:10833
63303 #, gcc-internal-format
63304 msgid "moving a local object in a return statement prevents copy elision"
63305 msgstr ""
63307 #: cp/typeck.cc:10859 cp/typeck.cc:10894
63308 #, gcc-internal-format
63309 msgid "redundant move in return statement"
63310 msgstr ""
63312 #: cp/typeck.cc:10896
63313 #, fuzzy, gcc-internal-format
63314 #| msgid "<During initialization>\n"
63315 msgid "redundant move in initialization"
63316 msgstr "<Під час ініціалізації>\n"
63318 #: cp/typeck.cc:10932
63319 #, gcc-internal-format
63320 msgid "returning a value from a destructor"
63321 msgstr ""
63323 #. If a return statement appears in a handler of the
63324 #. function-try-block of a constructor, the program is ill-formed.
63325 #: cp/typeck.cc:10944
63326 #, gcc-internal-format
63327 msgid "cannot return from a handler of a function-try-block of a constructor"
63328 msgstr ""
63330 #. You can't return a value from a constructor.
63331 #: cp/typeck.cc:10947
63332 #, gcc-internal-format
63333 msgid "returning a value from a constructor"
63334 msgstr ""
63336 #. Give a helpful error message.
63337 #: cp/typeck.cc:10986 cp/typeck.cc:11032
63338 #, gcc-internal-format
63339 msgid "return-statement with no value, in function returning %qT"
63340 msgstr ""
63342 #: cp/typeck.cc:10994
63343 #, gcc-internal-format
63344 msgid "returning initializer list"
63345 msgstr ""
63347 #: cp/typeck.cc:11013
63348 #, gcc-internal-format
63349 msgid "inconsistent types %qT and %qT deduced for lambda return type"
63350 msgstr ""
63352 #: cp/typeck.cc:11016
63353 #, gcc-internal-format
63354 msgid "inconsistent deduction for auto return type: %qT and then %qT"
63355 msgstr ""
63357 #: cp/typeck.cc:11051
63358 #, gcc-internal-format
63359 msgid "return-statement with a value, in function returning %qT"
63360 msgstr ""
63362 #: cp/typeck.cc:11080
63363 #, gcc-internal-format
63364 msgid "%<operator new%> must not return NULL unless it is declared %<throw()%> (or %<-fcheck-new%> is in effect)"
63365 msgstr ""
63367 #: cp/typeck.cc:11739
63368 #, gcc-internal-format
63369 msgid "using rvalue as lvalue"
63370 msgstr ""
63372 #: cp/typeck2.cc:51
63373 #, gcc-internal-format
63374 msgid "type %qT is not a base type for type %qT"
63375 msgstr ""
63377 #: cp/typeck2.cc:107
63378 #, gcc-internal-format
63379 msgid "assignment of constant field %qD"
63380 msgstr ""
63382 #: cp/typeck2.cc:108
63383 #, gcc-internal-format
63384 msgid "constant field %qD used as %<asm%> output"
63385 msgstr ""
63387 #: cp/typeck2.cc:109
63388 #, gcc-internal-format
63389 msgid "increment of constant field %qD"
63390 msgstr ""
63392 #: cp/typeck2.cc:110
63393 #, gcc-internal-format
63394 msgid "decrement of constant field %qD"
63395 msgstr ""
63397 #: cp/typeck2.cc:117
63398 #, gcc-internal-format
63399 msgid "assignment of read-only reference %qD"
63400 msgstr ""
63402 #: cp/typeck2.cc:118
63403 #, gcc-internal-format
63404 msgid "read-only reference %qD used as %<asm%> output"
63405 msgstr ""
63407 #: cp/typeck2.cc:119
63408 #, gcc-internal-format
63409 msgid "increment of read-only reference %qD"
63410 msgstr ""
63412 #: cp/typeck2.cc:120
63413 #, gcc-internal-format
63414 msgid "decrement of read-only reference %qD"
63415 msgstr ""
63417 #: cp/typeck2.cc:175
63418 #, gcc-internal-format
63419 msgid "cannot declare variable %q+D to be of abstract type %qT"
63420 msgstr ""
63422 #: cp/typeck2.cc:180
63423 #, gcc-internal-format
63424 msgid "cannot declare parameter %q+D to be of abstract type %qT"
63425 msgstr ""
63427 #: cp/typeck2.cc:183
63428 #, gcc-internal-format
63429 msgid "cannot declare parameter to be of abstract type %qT"
63430 msgstr ""
63432 #: cp/typeck2.cc:187
63433 #, gcc-internal-format
63434 msgid "cannot declare field %q+D to be of abstract type %qT"
63435 msgstr ""
63437 #: cp/typeck2.cc:191
63438 #, gcc-internal-format
63439 msgid "invalid abstract return type for member function %q+#D"
63440 msgstr ""
63442 #: cp/typeck2.cc:193
63443 #, gcc-internal-format
63444 msgid "invalid abstract return type for function %q+#D"
63445 msgstr ""
63447 #. Here we do not have location information.
63448 #: cp/typeck2.cc:196
63449 #, gcc-internal-format
63450 msgid "invalid abstract type %qT for %qE"
63451 msgstr ""
63453 #: cp/typeck2.cc:198
63454 #, gcc-internal-format
63455 msgid "invalid abstract type for %q+D"
63456 msgstr ""
63458 #: cp/typeck2.cc:203
63459 #, gcc-internal-format
63460 msgid "creating array of %qT, which is an abstract class type"
63461 msgstr ""
63463 #: cp/typeck2.cc:206
63464 #, gcc-internal-format
63465 msgid "invalid cast to abstract class type %qT"
63466 msgstr ""
63468 #: cp/typeck2.cc:209
63469 #, gcc-internal-format
63470 msgid "invalid new-expression of abstract class type %qT"
63471 msgstr ""
63473 #: cp/typeck2.cc:212
63474 #, gcc-internal-format
63475 msgid "invalid abstract return type %qT"
63476 msgstr ""
63478 #: cp/typeck2.cc:215
63479 #, gcc-internal-format
63480 msgid "invalid abstract parameter type %qT"
63481 msgstr ""
63483 #: cp/typeck2.cc:218
63484 #, gcc-internal-format
63485 msgid "expression of abstract class type %qT cannot be used in throw-expression"
63486 msgstr ""
63488 #: cp/typeck2.cc:222
63489 #, gcc-internal-format
63490 msgid "cannot declare %<catch%> parameter to be of abstract class type %qT"
63491 msgstr ""
63493 #: cp/typeck2.cc:226
63494 #, gcc-internal-format
63495 msgid "cannot allocate an object of abstract type %qT"
63496 msgstr ""
63498 #: cp/typeck2.cc:236
63499 #, gcc-internal-format
63500 msgid "  because the following virtual functions are pure within %qT:"
63501 msgstr ""
63503 #: cp/typeck2.cc:242
63504 #, gcc-internal-format
63505 msgid "    %#qD"
63506 msgstr "    %#qD"
63508 #: cp/typeck2.cc:282
63509 #, gcc-internal-format
63510 msgid "definition of %q#T is not complete until the closing brace"
63511 msgstr ""
63513 #: cp/typeck2.cc:285
63514 #, gcc-internal-format
63515 msgid "forward declaration of %q#T"
63516 msgstr ""
63518 #: cp/typeck2.cc:287
63519 #, gcc-internal-format
63520 msgid "declaration of %q#T"
63521 msgstr ""
63523 #: cp/typeck2.cc:318
63524 #, gcc-internal-format
63525 msgid "%qD has incomplete type"
63526 msgstr ""
63528 #: cp/typeck2.cc:332
63529 #, gcc-internal-format
63530 msgid "invalid use of incomplete type %q#T"
63531 msgstr ""
63533 #: cp/typeck2.cc:369 rust/backend/rust-tree.cc:3903
63534 #, gcc-internal-format
63535 msgid "invalid use of member function %qD (did you forget the %<()%> ?)"
63536 msgstr ""
63538 #: cp/typeck2.cc:374 rust/backend/rust-tree.cc:3909
63539 #, gcc-internal-format
63540 msgid "invalid use of member %qD (did you forget the %<&%> ?)"
63541 msgstr ""
63543 #: cp/typeck2.cc:384
63544 #, gcc-internal-format
63545 msgid "invalid use of placeholder %qT"
63546 msgstr ""
63548 #: cp/typeck2.cc:391
63549 #, gcc-internal-format
63550 msgid "invalid use of template type parameter %qT"
63551 msgstr ""
63553 #: cp/typeck2.cc:396
63554 #, gcc-internal-format
63555 msgid "invalid use of template template parameter %qT"
63556 msgstr ""
63558 #: cp/typeck2.cc:402
63559 #, gcc-internal-format
63560 msgid "invalid use of pack expansion %qT"
63561 msgstr "некоректне використання розгортання пакета %qT"
63563 #: cp/typeck2.cc:408
63564 #, gcc-internal-format
63565 msgid "invalid use of dependent type %qT"
63566 msgstr ""
63568 #: cp/typeck2.cc:415 rust/backend/rust-tree.cc:3919
63569 #, gcc-internal-format
63570 msgid "invalid use of brace-enclosed initializer list"
63571 msgstr ""
63573 #: cp/typeck2.cc:423 rust/backend/rust-tree.cc:3927
63574 #, gcc-internal-format
63575 msgid "address of overloaded function with no contextual type information"
63576 msgstr ""
63578 #: cp/typeck2.cc:427 rust/backend/rust-tree.cc:3932
63579 #, gcc-internal-format
63580 msgid "overloaded function with no contextual type information"
63581 msgstr ""
63583 #: cp/typeck2.cc:430 rust/backend/rust-tree.cc:3936
63584 #, gcc-internal-format
63585 msgid "insufficient contextual information to determine type"
63586 msgstr ""
63588 #: cp/typeck2.cc:814
63589 #, gcc-internal-format
63590 msgid "constructor syntax used, but no constructor declared for type %qT"
63591 msgstr ""
63593 #: cp/typeck2.cc:887
63594 #, gcc-internal-format
63595 msgid "%<constinit%> variable %qD does not have a constant initializer"
63596 msgstr ""
63598 #: cp/typeck2.cc:1066
63599 msgid "narrowing conversion of %qE from %qH to %qI is ill-formed in C++11"
63600 msgstr ""
63602 #: cp/typeck2.cc:1078 cp/typeck2.cc:1092
63603 msgid "narrowing conversion of %qE from %qH to %qI"
63604 msgstr ""
63606 #: cp/typeck2.cc:1081
63607 #, gcc-internal-format
63608 msgid " the expression has a constant value but is not a C++ constant-expression"
63609 msgstr ""
63611 #: cp/typeck2.cc:1256
63612 #, gcc-internal-format
63613 msgid "initializer-string for %qT is too long"
63614 msgstr ""
63616 #: cp/typeck2.cc:1319
63617 #, gcc-internal-format
63618 msgid "initializing a base class of type %qT results in object slicing"
63619 msgstr ""
63621 #: cp/typeck2.cc:1321
63622 #, gcc-internal-format
63623 msgid "remove %<{ }%> around initializer"
63624 msgstr ""
63626 #: cp/typeck2.cc:1341
63627 #, gcc-internal-format
63628 msgid "cannot initialize aggregate of type %qT with a compound literal"
63629 msgstr ""
63631 #: cp/typeck2.cc:1825 cp/typeck2.cc:1855
63632 #, gcc-internal-format
63633 msgid "missing initializer for member %qD"
63634 msgstr "пропущено ініціалізатор для члена %qD"
63636 #: cp/typeck2.cc:1832
63637 #, gcc-internal-format
63638 msgid "member %qD is uninitialized reference"
63639 msgstr ""
63641 #: cp/typeck2.cc:1839
63642 #, gcc-internal-format
63643 msgid "member %qD with uninitialized reference fields"
63644 msgstr ""
63646 #: cp/typeck2.cc:1924
63647 #, gcc-internal-format
63648 msgid "designator order for field %qD does not match declaration order in %qT"
63649 msgstr ""
63651 #: cp/typeck2.cc:1997
63652 #, gcc-internal-format
63653 msgid "no field %qD found in union being initialized"
63654 msgstr ""
63656 #: cp/typeck2.cc:2008
63657 #, gcc-internal-format
63658 msgid "index value instead of field name in union initializer"
63659 msgstr ""
63661 #: cp/typeck2.cc:2224
63662 #, gcc-internal-format
63663 msgid "circular pointer delegation detected"
63664 msgstr ""
63666 #: cp/typeck2.cc:2238
63667 #, gcc-internal-format
63668 msgid "base operand of %<->%> has non-pointer type %qT"
63669 msgstr ""
63671 #: cp/typeck2.cc:2268
63672 #, gcc-internal-format
63673 msgid "result of %<operator->()%> yields non-pointer result"
63674 msgstr ""
63676 #: cp/typeck2.cc:2270
63677 #, gcc-internal-format
63678 msgid "base operand of %<->%> is not a pointer"
63679 msgstr ""
63681 #: cp/typeck2.cc:2297
63682 #, gcc-internal-format
63683 msgid "%qE cannot be used as a member pointer, since it is of type %qT"
63684 msgstr ""
63686 #: cp/typeck2.cc:2306
63687 #, gcc-internal-format
63688 msgid "cannot apply member pointer %qE to %qE, which is of non-class type %qT"
63689 msgstr ""
63691 #: cp/typeck2.cc:2328
63692 #, gcc-internal-format
63693 msgid "pointer to member type %qT incompatible with object type %qT"
63694 msgstr ""
63696 #: cp/typeck2.cc:2386
63697 #, gcc-internal-format
63698 msgid "pointer-to-member-function type %qT requires an rvalue"
63699 msgstr ""
63701 #: cp/typeck2.cc:2397
63702 #, gcc-internal-format
63703 msgid "pointer-to-member-function type %qT requires an lvalue"
63704 msgstr ""
63706 #: cp/typeck2.cc:2405
63707 #, gcc-internal-format
63708 msgid "pointer-to-member-function type %qT requires an lvalue before C++20"
63709 msgstr ""
63711 #: cp/typeck2.cc:2446
63712 #, gcc-internal-format
63713 msgid "functional cast to array type %qT"
63714 msgstr ""
63716 #: cp/typeck2.cc:2463
63717 #, gcc-internal-format
63718 msgid "%<auto(x)%> cannot be constrained"
63719 msgstr ""
63721 #: cp/typeck2.cc:2468
63722 #, gcc-internal-format
63723 msgid "%<auto(x)%> only available with %<-std=c++2b%> or %<-std=gnu++2b%>"
63724 msgstr ""
63726 #: cp/typeck2.cc:2493
63727 #, gcc-internal-format
63728 msgid "invalid value-initialization of reference type"
63729 msgstr ""
63731 #: cp/typeck2.cc:2734
63732 #, gcc-internal-format
63733 msgid "call to function %qD which throws incomplete type %q#T"
63734 msgstr ""
63736 #: cp/typeck2.cc:2737
63737 #, gcc-internal-format
63738 msgid "call to function which throws incomplete type %q#T"
63739 msgstr ""
63741 #: cp/vtable-class-hierarchy.cc:706
63742 #, gcc-internal-format
63743 msgid "unable to open log file %<vtv_class_set_sizes.log%>: %m"
63744 msgstr ""
63746 #: cp/vtable-class-hierarchy.cc:846
63747 #, gcc-internal-format
63748 msgid "unable to open log file %<vtv_set_ptr_data.log%>: %m"
63749 msgstr ""
63751 #: cp/vtable-class-hierarchy.cc:1095
63752 #, gcc-internal-format
63753 msgid "unable to open log file %<vtv_count_data.log%>: %m"
63754 msgstr ""
63756 #: d/d-attribs.cc:372 d/d-attribs.cc:389
63757 #, gcc-internal-format
63758 msgid "unknown attribute %qs"
63759 msgstr "невідомий атрибут %qs"
63761 #: d/d-attribs.cc:1150
63762 #, gcc-internal-format
63763 msgid "%q+D declared weak after being used"
63764 msgstr ""
63766 #: d/d-attribs.cc:1529
63767 #, gcc-internal-format
63768 msgid "only %<inbranch%> and %<notinbranch%> flags are allowed for %<simd%> attribute"
63769 msgstr ""
63771 #: d/d-builtins.cc:816
63772 #, fuzzy, gcc-internal-format
63773 #| msgid "too few arguments to built-in function %qE expecting %u"
63774 msgid "conflicting types for built-in function %qs; expected %qs"
63775 msgstr "замало аргументів для вбудованої функції %qE; мало бути %u"
63777 #: d/d-codegen.cc:331
63778 #, gcc-internal-format
63779 msgid "cannot determine the length of a %qs"
63780 msgstr ""
63782 #: d/d-codegen.cc:1241
63783 #, gcc-internal-format
63784 msgid "overlapping initializer for field %qT.%qD"
63785 msgstr ""
63787 #: d/d-codegen.cc:1436
63788 #, gcc-internal-format
63789 msgid "the address of %qD will never be %<null%>"
63790 msgstr ""
63792 #: d/d-codegen.cc:2165
63793 #, gcc-internal-format
63794 msgid "need %<this%> to access member %qE"
63795 msgstr ""
63797 #: d/d-codegen.cc:2327
63798 #, gcc-internal-format
63799 msgid "tried to perform floating-point modulo division on %qT"
63800 msgstr ""
63802 #: d/d-codegen.cc:2378
63803 #, gcc-internal-format
63804 msgid "cannot get frame pointer to %qs"
63805 msgstr ""
63807 #. Should instead error on line that references `fd'.
63808 #: d/d-codegen.cc:2404
63809 #, gcc-internal-format
63810 msgid "nested function missing body"
63811 msgstr "у вкладеної функції немає вмісту"
63813 #: d/d-codegen.cc:2446
63814 #, gcc-internal-format
63815 msgid "%qs is a nested function and cannot be accessed from %qs"
63816 msgstr ""
63818 #: d/d-codegen.cc:2750
63819 #, gcc-internal-format
63820 msgid "variable %qs has scoped destruction, cannot build closure"
63821 msgstr ""
63823 #: d/d-codegen.cc:2758
63824 #, fuzzy, gcc-internal-format
63825 #| msgid "%qs cannot be used in a %<constexpr%> function"
63826 msgid "explicit register variable %qs cannot be used in nested function"
63827 msgstr "%qs не може бути використано у функції %<constexpr%>"
63829 #: d/d-codegen.cc:2983
63830 #, gcc-internal-format
63831 msgid "forward reference to frame of %qs"
63832 msgstr ""
63834 #: d/d-convert.cc:379
63835 #, gcc-internal-format
63836 msgid "cannot convert a delegate expression to %qs"
63837 msgstr ""
63839 #: d/d-convert.cc:395
63840 #, gcc-internal-format
63841 msgid "cannot convert struct %qs to %qs"
63842 msgstr ""
63844 #. Casting from a C++ interface to a class/non-C++ interface
63845 #. always results in null as there is no run-time information,
63846 #. and no way one can derive from the other.
63847 #: d/d-convert.cc:442
63848 #, gcc-internal-format
63849 msgid "cast to %qs will produce null result"
63850 msgstr ""
63852 #: d/d-convert.cc:482
63853 #, gcc-internal-format
63854 msgid "cannot cast %qs to %qs since sizes do not line up"
63855 msgstr ""
63857 #: d/d-convert.cc:516
63858 #, gcc-internal-format
63859 msgid "cannot cast expression of type %qs to type %qs"
63860 msgstr ""
63862 #: d/d-convert.cc:563
63863 #, gcc-internal-format
63864 msgid "cannot cast expression of type %qs to %qs"
63865 msgstr ""
63867 #: d/d-convert.cc:610
63868 #, gcc-internal-format
63869 msgid "cast from %qs to %qs will produce zero result"
63870 msgstr ""
63872 #: d/d-lang.cc:467
63873 #, gcc-internal-format
63874 msgid "bad argument for %<-fdebug%>: %qs"
63875 msgstr "помилковий аргумент %<-fdebug%>: %qs"
63877 #: d/d-lang.cc:521
63878 #, gcc-internal-format
63879 msgid "bad argument for %<-fextern-std%>: %qs"
63880 msgstr "помилковий аргумент %<-fextern-std%>: %qs"
63882 #: d/d-lang.cc:540
63883 #, gcc-internal-format
63884 msgid "bad argument for %<-fmodule-file%>: %qs"
63885 msgstr "помилковий аргумент %<-fmodule-file%>: %qs"
63887 #: d/d-lang.cc:714
63888 #, gcc-internal-format
63889 msgid "bad argument for %<-fversion%>: %qs"
63890 msgstr "помилковий аргумент %<-fversion%>: %qs"
63892 #: d/d-lang.cc:1022
63893 #, gcc-internal-format
63894 msgid "%<-fonly=%> argument is different from first input file name"
63895 msgstr "аргумент %<-fonly=%> не збігається від назви першого файла вхідних даних"
63897 #: d/d-lang.cc:1202
63898 #, gcc-internal-format
63899 msgid "unable to resolve forward reference in definition"
63900 msgstr ""
63902 #: d/d-lang.cc:1322
63903 #, gcc-internal-format
63904 msgid "opening json file %s: %m"
63905 msgstr "відкриваємо файл json %s: %m"
63907 #: d/d-lang.cc:1333
63908 #, gcc-internal-format
63909 msgid "closing json file %s: %m"
63910 msgstr "закриваємо файл json %s: %m"
63912 #: d/d-lang.cc:1404
63913 #, gcc-internal-format
63914 msgid "closing mixin file %s: %m"
63915 msgstr ""
63917 #: d/d-lang.cc:1409
63918 #, gcc-internal-format
63919 msgid "opening mixin file %s: %m"
63920 msgstr ""
63922 #: d/d-target.cc:156
63923 #, gcc-internal-format
63924 msgid "D does not support pointers on this target."
63925 msgstr "У D не передбачено підтримки вказівників на цій цілі."
63927 #: d/d-target.cc:252
63928 #, gcc-internal-format
63929 msgid "cannot represent built-in %<va_list%> type in D"
63930 msgstr ""
63932 #: d/decl.cc:268
63933 #, gcc-internal-format, gfc-internal-format
63934 msgid "pragma(%s) not implemented"
63935 msgstr "pragma(%s) не реалізовано"
63937 #: d/decl.cc:375 d/decl.cc:490 d/decl.cc:564 d/decl.cc:607 d/decl.cc:646
63938 #, gcc-internal-format
63939 msgid "had semantic errors when compiling"
63940 msgstr ""
63942 #: d/decl.cc:462
63943 #, gcc-internal-format
63944 msgid "use of %qs"
63945 msgstr "використання %qs"
63947 #: d/decl.cc:464
63948 #, gcc-internal-format
63949 msgid "is hidden by %qs"
63950 msgstr ""
63952 #: d/decl.cc:467
63953 #, gcc-internal-format
63954 msgid "use %<alias %s = %s.%s;%> to introduce base class overload set"
63955 msgstr ""
63957 #: d/decl.cc:704
63958 #, gcc-internal-format
63959 msgid "size is too large"
63960 msgstr "розмір є надто великим"
63962 #: d/decl.cc:1327
63963 #, gcc-internal-format
63964 msgid "function requires a dual-context, which is not yet supported by GDC"
63965 msgstr ""
63967 #: d/decl.cc:1498
63968 #, fuzzy, gcc-internal-format
63969 #| msgid "Unused variable %qs declared at %L"
63970 msgid "explicit register variable %qs declared %<extern%>"
63971 msgstr "Невикористану змінну %qs оголошено у рядку %L"
63973 #: d/decl.cc:1501
63974 #, fuzzy, gcc-internal-format
63975 #| msgid "Unused variable %qs declared at %L"
63976 msgid "explicit register variable %qs declared thread local"
63977 msgstr "Невикористану змінну %qs оголошено у рядку %L"
63979 #: d/decl.cc:1714
63980 #, gcc-internal-format
63981 msgid "mismatch between declaration %qE size (%wd) and its initializer size (%wd)"
63982 msgstr ""
63984 #: d/expr.cc:528
63985 #, gcc-internal-format
63986 msgid "cannot handle comparison of type %<%s == %s%>"
63987 msgstr "не вдалося обробити порівняння типу %<%s == %s%>"
63989 #. Static arrays have already been handled by the front-end.
63990 #: d/expr.cc:1281
63991 #, gcc-internal-format
63992 msgid "unexpected type for array length: %qs"
63993 msgstr "неочікуваний тип довжини масиву: %qs"
63995 #: d/expr.cc:1416
63996 #, gcc-internal-format
63997 msgid "don%'t know how to delete %qs"
63998 msgstr ""
64000 #: d/expr.cc:1440
64001 #, gcc-internal-format
64002 msgid "%qs is not an associative array"
64003 msgstr "%qs не є асоціативним масивом"
64005 #: d/expr.cc:1724 d/expr.cc:2100
64006 #, gcc-internal-format
64007 msgid "need %<this%> to access member %qs"
64008 msgstr ""
64010 #: d/expr.cc:1800
64011 #, gcc-internal-format
64012 msgid "delegates are only for non-static functions"
64013 msgstr ""
64015 #: d/expr.cc:1872
64016 #, gcc-internal-format
64017 msgid "%qs is not a field, but a %qs"
64018 msgstr "%qs не є полем, а %qs"
64020 #: d/expr.cc:2136
64021 #, gcc-internal-format
64022 msgid "recursive reference %qs"
64023 msgstr ""
64025 #: d/expr.cc:2155 d/expr.cc:3051
64026 #, gcc-internal-format
64027 msgid "non-constant expression %qs"
64028 msgstr "несталий вираз %qs"
64030 #: d/expr.cc:3018
64031 #, gcc-internal-format
64032 msgid "%qs is not an expression"
64033 msgstr "%qs не є виразом"
64035 #: d/expr.cc:3025
64036 #, gcc-internal-format
64037 msgid "type %qs is not an expression"
64038 msgstr "тип %qs не є виразом"
64040 #: d/intrinsics.cc:218
64041 #, gcc-internal-format
64042 msgid "mismatch in return type of intrinsic function %qD (%qT, should be %qs)"
64043 msgstr ""
64045 #: d/intrinsics.cc:232
64046 #, gcc-internal-format
64047 msgid "mismatch in argument %u type of intrinsic function %qD (%qT, should be %qs)"
64048 msgstr ""
64050 #: d/intrinsics.cc:244 d/intrinsics.cc:249
64051 #, gcc-internal-format
64052 msgid "mismatch in argument %u type of intrinsic function %qD (%qT, should be %qT)"
64053 msgstr ""
64055 #: d/intrinsics.cc:434
64056 #, fuzzy, gcc-internal-format
64057 #| msgid "Namelist %qs cannot be an argument at %L"
64058 msgid "argument %qE cannot be read at compile time"
64059 msgstr "Список назв %qs не може бути аргументом у %L"
64061 #: d/intrinsics.cc:443
64062 #, gcc-internal-format
64063 msgid "element index %qE is out of bounds %<[0 .. %E]%>"
64064 msgstr ""
64066 #: d/intrinsics.cc:490
64067 #, fuzzy, gcc-internal-format
64068 #| msgid "in a call to built-in function %qD"
64069 msgid "mismatch in call of intrinsic function %qD"
64070 msgstr "у виклику вбудованої функції %qD"
64072 #: d/modules.cc:415
64073 #, gcc-internal-format
64074 msgid "%<-fmoduleinfo%> is not supported on this target"
64075 msgstr "підтримки %<-fmoduleinfo%> для цього призначення не передбачено"
64077 #: d/toir.cc:387 d/toir.cc:412
64078 #, gcc-internal-format
64079 msgid "cannot %<goto%> into %<try%> block"
64080 msgstr "не можна виконати %<goto%> до блоку %<try%>"
64082 #: d/toir.cc:390 d/toir.cc:414
64083 #, gcc-internal-format
64084 msgid "cannot %<goto%> into %<catch%> block"
64085 msgstr "не можна виконати %<goto%> до блоку %<catch%>"
64087 #: d/toir.cc:429
64088 #, gcc-internal-format, gfc-internal-format
64089 msgid "label %s referenced outside of any function"
64090 msgstr ""
64092 #: d/toir.cc:803
64093 #, gcc-internal-format, gfc-internal-format
64094 msgid "cannot handle switch condition of type %s"
64095 msgstr ""
64097 #: d/toir.cc:1180
64098 #, gcc-internal-format
64099 msgid "exception handling disabled; use %<-fexceptions%> to enable"
64100 msgstr ""
64102 #: d/toir.cc:1187
64103 #, gcc-internal-format
64104 msgid "cannot throw C++ classes"
64105 msgstr ""
64107 #: d/toir.cc:1189
64108 #, gcc-internal-format
64109 msgid "cannot throw COM objects"
64110 msgstr ""
64112 #: d/toir.cc:1322
64113 #, gcc-internal-format
64114 msgid "D inline assembler statements are not supported in GDC."
64115 msgstr ""
64117 #: d/typeinfo.cc:1408
64118 #, gcc-internal-format
64119 msgid "expression %qs requires %<object.TypeInfo%> and cannot be used with %<-fno-rtti%>"
64120 msgstr ""
64122 #: d/typeinfo.cc:1412
64123 #, gcc-internal-format
64124 msgid "%<object.TypeInfo%> cannot be used with %<-fno-rtti%>"
64125 msgstr ""
64127 #: d/typeinfo.cc:1427
64128 #, gcc-internal-format
64129 msgid "%<object.TypeInfo%> could not be found, but is implicitly used"
64130 msgstr ""
64132 #: d/types.cc:161
64133 #, gcc-internal-format
64134 msgid "missing or corrupt object.d"
64135 msgstr ""
64137 #: d/types.cc:871
64138 #, gcc-internal-format, gfc-internal-format
64139 msgid "invalid expression for static array dimension: %s"
64140 msgstr ""
64142 #: fortran/arith.cc:47
64143 #, gcc-internal-format, gfc-internal-format
64144 msgid "Conversion of an Infinity or Not-a-Number at %L to INTEGER"
64145 msgstr ""
64147 #: fortran/arith.cc:97
64148 #, gcc-internal-format, gfc-internal-format
64149 msgid "Arithmetic OK at %L"
64150 msgstr ""
64152 #: fortran/arith.cc:100
64153 #, gcc-internal-format, gfc-internal-format
64154 msgid "Arithmetic overflow at %L"
64155 msgstr ""
64157 #: fortran/arith.cc:103
64158 #, gcc-internal-format, gfc-internal-format
64159 msgid "Arithmetic underflow at %L"
64160 msgstr ""
64162 #: fortran/arith.cc:106
64163 #, gcc-internal-format, gfc-internal-format
64164 msgid "Arithmetic NaN at %L"
64165 msgstr ""
64167 #: fortran/arith.cc:109
64168 #, gcc-internal-format, gfc-internal-format
64169 msgid "Division by zero at %L"
64170 msgstr ""
64172 #: fortran/arith.cc:112
64173 #, gcc-internal-format, gfc-internal-format
64174 msgid "Array operands are incommensurate at %L"
64175 msgstr ""
64177 #: fortran/arith.cc:115
64178 #, gcc-internal-format, gfc-internal-format
64179 msgid "Integer outside symmetric range implied by Standard Fortran at %L"
64180 msgstr ""
64182 #: fortran/arith.cc:119
64183 #, gcc-internal-format, gfc-internal-format
64184 msgid "Illegal type in character concatenation at %L"
64185 msgstr ""
64187 #: fortran/arith.cc:122
64188 #, fuzzy, gcc-internal-format, gfc-internal-format
64189 #| msgid "invalid types in address space conversion"
64190 msgid "Invalid type in arithmetic operation at %L"
64191 msgstr "некоректні типи у перетворенні простору адрес"
64193 #: fortran/arith.cc:126 fortran/arith.cc:2060
64194 #, gcc-internal-format
64195 msgid "gfc_arith_error(): Bad error code"
64196 msgstr ""
64198 #: fortran/arith.cc:159
64199 #, gcc-internal-format
64200 msgid "Fix min_int calculation"
64201 msgstr ""
64203 #: fortran/arith.cc:554
64204 #, gcc-internal-format
64205 msgid "gfc_range_check(): Bad type"
64206 msgstr ""
64208 #: fortran/arith.cc:627
64209 #, gcc-internal-format
64210 msgid "gfc_arith_uminus(): Bad basic type"
64211 msgstr ""
64213 #: fortran/arith.cc:664
64214 #, gcc-internal-format
64215 msgid "gfc_arith_plus(): Bad basic type"
64216 msgstr ""
64218 #: fortran/arith.cc:701
64219 #, gcc-internal-format
64220 msgid "gfc_arith_minus(): Bad basic type"
64221 msgstr ""
64223 #: fortran/arith.cc:739
64224 #, gcc-internal-format
64225 msgid "gfc_arith_times(): Bad basic type"
64226 msgstr ""
64228 #: fortran/arith.cc:781
64229 #, gcc-internal-format
64230 msgid "Integer division truncated to constant %qs at %L"
64231 msgstr ""
64233 #: fortran/arith.cc:827
64234 #, gcc-internal-format
64235 msgid "gfc_arith_divide(): Bad basic type"
64236 msgstr ""
64238 #: fortran/arith.cc:883
64239 #, gcc-internal-format
64240 msgid "arith_power(): Bad base"
64241 msgstr ""
64243 #: fortran/arith.cc:922
64244 #, gcc-internal-format, gfc-internal-format
64245 msgid "Negative exponent of integer has zero result at %L"
64246 msgstr ""
64248 #: fortran/arith.cc:942
64249 #, gcc-internal-format, gfc-internal-format
64250 msgid "Result of exponentiation at %L exceeds the range of %s"
64251 msgstr ""
64253 #: fortran/arith.cc:979 fortran/arith.cc:1004
64254 #, gcc-internal-format, gfc-internal-format
64255 msgid "Noninteger exponent in an initialization expression at %L"
64256 msgstr ""
64258 #: fortran/arith.cc:990
64259 #, gcc-internal-format, gfc-internal-format
64260 msgid "Raising a negative REAL at %L to a REAL power is prohibited"
64261 msgstr ""
64263 #: fortran/arith.cc:1018
64264 #, gcc-internal-format
64265 msgid "arith_power(): unknown type"
64266 msgstr ""
64268 #: fortran/arith.cc:1089
64269 #, gcc-internal-format
64270 msgid "compare_real(): Bad operator"
64271 msgstr ""
64273 #: fortran/arith.cc:1124
64274 #, gcc-internal-format
64275 msgid "gfc_compare_expr(): Bad basic type"
64276 msgstr ""
64278 #: fortran/arith.cc:1707
64279 #, gcc-internal-format
64280 msgid "eval_intrinsic(): Bad operator"
64281 msgstr ""
64283 #: fortran/arith.cc:1766
64284 #, gcc-internal-format
64285 msgid "eval_type_intrinsic0(): op NULL"
64286 msgstr ""
64288 #: fortran/arith.cc:2028
64289 #, gcc-internal-format, gfc-internal-format
64290 msgid "Arithmetic OK converting %s to %s at %L"
64291 msgstr ""
64293 #: fortran/arith.cc:2032
64294 #, gcc-internal-format
64295 msgid "Arithmetic overflow converting %s to %s at %L. This check can be disabled with the option %<-fno-range-check%>"
64296 msgstr ""
64298 #: fortran/arith.cc:2037
64299 #, gcc-internal-format
64300 msgid "Arithmetic underflow converting %s to %s at %L. This check can be disabled with the option %<-fno-range-check%>"
64301 msgstr ""
64303 #: fortran/arith.cc:2042
64304 #, gcc-internal-format
64305 msgid "Arithmetic NaN converting %s to %s at %L. This check can be disabled with the option %<-fno-range-check%>"
64306 msgstr ""
64308 #: fortran/arith.cc:2047
64309 #, gcc-internal-format, gfc-internal-format
64310 msgid "Division by zero converting %s to %s at %L"
64311 msgstr ""
64313 #: fortran/arith.cc:2051
64314 #, gcc-internal-format, gfc-internal-format
64315 msgid "Array operands are incommensurate converting %s to %s at %L"
64316 msgstr ""
64318 #: fortran/arith.cc:2055
64319 #, gcc-internal-format, gfc-internal-format
64320 msgid "Integer outside symmetric range implied by Standard Fortran converting %s to %s at %L"
64321 msgstr ""
64323 #: fortran/arith.cc:2145 fortran/arith.cc:2263 fortran/arith.cc:2326
64324 #: fortran/arith.cc:2381 fortran/arith.cc:2444 fortran/arith.cc:2516
64325 #: fortran/arith.cc:2586
64326 #, gcc-internal-format
64327 msgid "Conversion from %qs to %qs at %L"
64328 msgstr ""
64330 #: fortran/arith.cc:2177 fortran/arith.cc:2213 fortran/arith.cc:2255
64331 #: fortran/arith.cc:2316 fortran/arith.cc:2371 fortran/arith.cc:2434
64332 #: fortran/arith.cc:2506 fortran/arith.cc:2578
64333 #, gcc-internal-format
64334 msgid "Change of value in conversion from %qs to %qs at %L"
64335 msgstr ""
64337 #: fortran/arith.cc:2420 fortran/arith.cc:2492
64338 #, gcc-internal-format
64339 msgid "Non-zero imaginary part discarded in conversion from %qs to %qs at %L"
64340 msgstr ""
64342 #: fortran/arith.cc:2671
64343 #, gcc-internal-format
64344 msgid "The Hollerith constant at %L is truncated in conversion to %qs"
64345 msgstr ""
64347 #: fortran/arith.cc:2700
64348 #, gcc-internal-format, gfc-internal-format
64349 msgid "The character constant at %L is truncated in conversion to %s"
64350 msgstr ""
64352 #: fortran/array.cc:98 fortran/array.cc:130 fortran/array.cc:158
64353 #, gcc-internal-format, gfc-internal-format
64354 msgid "Invalid BOZ literal constant used in subscript at %C"
64355 msgstr ""
64357 #: fortran/array.cc:103
64358 #, gcc-internal-format, gfc-internal-format
64359 msgid "Expected array subscript at %C"
64360 msgstr ""
64362 #: fortran/array.cc:112
64363 #, gcc-internal-format
64364 msgid "Unexpected %<*%> in coarray subscript at %C"
64365 msgstr ""
64367 #: fortran/array.cc:139
64368 #, gcc-internal-format, gfc-internal-format
64369 msgid "Missing lower bound in assumed size coarray specification at %C"
64370 msgstr ""
64372 #: fortran/array.cc:149
64373 #, gcc-internal-format, gfc-internal-format
64374 msgid "Strides not allowed in coarray subscript at %C"
64375 msgstr ""
64377 #: fortran/array.cc:163
64378 #, gcc-internal-format, gfc-internal-format
64379 msgid "Expected array subscript stride at %C"
64380 msgstr ""
64382 #: fortran/array.cc:223
64383 #, gcc-internal-format, gfc-internal-format
64384 msgid "Invalid form of array reference at %C"
64385 msgstr ""
64387 #: fortran/array.cc:230
64388 #, gcc-internal-format, gfc-internal-format
64389 msgid "Array reference at %C has more than 7 dimensions"
64390 msgstr ""
64392 #: fortran/array.cc:233 fortran/array.cc:334
64393 #, gcc-internal-format, gfc-internal-format
64394 msgid "Array reference at %C cannot have more than %d dimensions"
64395 msgstr ""
64397 #: fortran/array.cc:248 fortran/array.cc:716 fortran/check.cc:3418
64398 #: fortran/check.cc:5941 fortran/check.cc:5986 fortran/check.cc:6028
64399 #: fortran/check.cc:6055 fortran/check.cc:6318 fortran/match.cc:1852
64400 #: fortran/match.cc:3314 fortran/match.cc:3656 fortran/match.cc:3852
64401 #: fortran/simplify.cc:3012 fortran/simplify.cc:3042 fortran/simplify.cc:6364
64402 #: fortran/simplify.cc:8385
64403 #, gcc-internal-format
64404 msgid "Coarrays disabled at %C, use %<-fcoarray=%> to enable"
64405 msgstr ""
64407 #: fortran/array.cc:254
64408 #, gcc-internal-format, gfc-internal-format
64409 msgid "Unexpected coarray designator at %C"
64410 msgstr ""
64412 #: fortran/array.cc:276
64413 #, gcc-internal-format, gfc-internal-format
64414 msgid "TEAM= attribute in %C misplaced"
64415 msgstr ""
64417 #: fortran/array.cc:288
64418 #, gcc-internal-format, gfc-internal-format
64419 msgid "STAT= attribute in %C misplaced"
64420 msgstr ""
64422 #: fortran/array.cc:297
64423 #, gcc-internal-format, gfc-internal-format
64424 msgid "Too few codimensions at %C, expected %d not %d"
64425 msgstr ""
64427 #: fortran/array.cc:303
64428 #, gcc-internal-format, gfc-internal-format
64429 msgid "Too many codimensions at %C, expected %d not %d"
64430 msgstr ""
64432 #: fortran/array.cc:313 fortran/array.cc:321
64433 #, gcc-internal-format
64434 msgid "Unexpected %<*%> for codimension %d of %d at %C"
64435 msgstr ""
64437 #: fortran/array.cc:316
64438 #, gcc-internal-format, gfc-internal-format
64439 msgid "Invalid form of coarray reference at %C"
64440 msgstr ""
64442 #: fortran/array.cc:328
64443 #, gcc-internal-format, gfc-internal-format
64444 msgid "Invalid codimension %d at %C, only %d codimensions exist"
64445 msgstr ""
64447 #: fortran/array.cc:392
64448 #, gcc-internal-format
64449 msgid "Variable %qs at %L in this context must be constant"
64450 msgstr ""
64452 #: fortran/array.cc:395
64453 #, gcc-internal-format, gfc-internal-format
64454 msgid "Expression at %L in this context must be constant"
64455 msgstr ""
64457 #. F2018:R821: "assumed-implied-spec  is  [ lower-bound : ] *".
64458 #: fortran/array.cc:497
64459 #, gcc-internal-format, gfc-internal-format
64460 msgid "A lower bound must precede colon in assumed-size array specification at %L"
64461 msgstr ""
64463 #: fortran/array.cc:509
64464 #, gcc-internal-format, gfc-internal-format
64465 msgid "Expected expression in array specification at %C"
64466 msgstr ""
64468 #: fortran/array.cc:522 fortran/array.cc:554
64469 #, gcc-internal-format, gfc-internal-format
64470 msgid "Expecting a scalar INTEGER expression at %C, found %s"
64471 msgstr ""
64473 #: fortran/array.cc:591
64474 #, gcc-internal-format, gfc-internal-format
64475 msgid "Assumed-rank array at %C"
64476 msgstr ""
64478 #: fortran/array.cc:625
64479 #, gcc-internal-format, gfc-internal-format
64480 msgid "Bad array specification for implied-shape array at %C"
64481 msgstr ""
64483 #: fortran/array.cc:641 fortran/array.cc:754
64484 #, gcc-internal-format, gfc-internal-format
64485 msgid "Bad array specification for an explicitly shaped array at %C"
64486 msgstr ""
64488 #: fortran/array.cc:651 fortran/array.cc:764
64489 #, gcc-internal-format, gfc-internal-format
64490 msgid "Bad array specification for assumed shape array at %C"
64491 msgstr ""
64493 #: fortran/array.cc:665 fortran/array.cc:778
64494 #, gcc-internal-format, gfc-internal-format
64495 msgid "Bad specification for deferred shape array at %C"
64496 msgstr ""
64498 #: fortran/array.cc:675 fortran/array.cc:782
64499 #, gcc-internal-format, gfc-internal-format
64500 msgid "Bad specification for assumed size array at %C"
64501 msgstr ""
64503 #: fortran/array.cc:687 fortran/array.cc:794
64504 #, gcc-internal-format, gfc-internal-format
64505 msgid "Expected another dimension in array declaration at %C"
64506 msgstr ""
64508 #: fortran/array.cc:693 fortran/array.cc:722 fortran/array.cc:800
64509 #, gcc-internal-format, gfc-internal-format
64510 msgid "Array specification at %C has more than %d dimensions"
64511 msgstr ""
64513 #: fortran/array.cc:699
64514 #, gcc-internal-format, gfc-internal-format
64515 msgid "Array specification at %C with more than 7 dimensions"
64516 msgstr ""
64518 #: fortran/array.cc:711
64519 #, gcc-internal-format, gfc-internal-format
64520 msgid "Coarray declaration at %C"
64521 msgstr ""
64523 #: fortran/array.cc:808
64524 #, gcc-internal-format
64525 msgid "Upper bound of last coarray dimension must be %<*%> at %C"
64526 msgstr ""
64528 #: fortran/array.cc:882
64529 #, gcc-internal-format
64530 msgid "The assumed-rank array %qs at %L shall not have a codimension"
64531 msgstr ""
64533 #: fortran/array.cc:938
64534 #, gcc-internal-format
64535 msgid "rank + corank of %qs exceeds %d at %C"
64536 msgstr ""
64538 #: fortran/array.cc:1061
64539 #, gcc-internal-format
64540 msgid "DO-iterator %qs at %L is inside iterator of the same name"
64541 msgstr ""
64543 #: fortran/array.cc:1153 fortran/array.cc:1381
64544 #, gcc-internal-format, gfc-internal-format
64545 msgid "Syntax error in array constructor at %C"
64546 msgstr ""
64548 #: fortran/array.cc:1183
64549 #, gcc-internal-format, gfc-internal-format
64550 msgid "BOZ literal constant at %L cannot appear in an array constructor"
64551 msgstr ""
64553 #: fortran/array.cc:1192
64554 #, gcc-internal-format, gfc-internal-format
64555 msgid "NULL() at %C cannot appear in an array constructor"
64556 msgstr ""
64558 #: fortran/array.cc:1254
64559 #, gcc-internal-format, gfc-internal-format
64560 msgid "[...] style array constructors at %C"
64561 msgstr ""
64563 #: fortran/array.cc:1274
64564 #, gcc-internal-format, gfc-internal-format
64565 msgid "Array constructor including type specification at %C"
64566 msgstr ""
64568 #: fortran/array.cc:1280 fortran/match.cc:4288
64569 #, gcc-internal-format, gfc-internal-format
64570 msgid "Type-spec at %L cannot contain a deferred type parameter"
64571 msgstr ""
64573 #: fortran/array.cc:1288
64574 #, gcc-internal-format, gfc-internal-format
64575 msgid "Type-spec at %L cannot contain an asterisk for a type parameter"
64576 msgstr ""
64578 #: fortran/array.cc:1306
64579 #, gcc-internal-format, gfc-internal-format
64580 msgid "Empty array constructor at %C is not allowed"
64581 msgstr ""
64583 #: fortran/array.cc:1343 fortran/array.cc:1353
64584 #, gcc-internal-format, gfc-internal-format
64585 msgid "Incompatible typespec for array element at %L"
64586 msgstr ""
64588 #: fortran/array.cc:1428
64589 #, gcc-internal-format, gfc-internal-format
64590 msgid "Element in %s array constructor at %L is %s"
64591 msgstr ""
64593 #: fortran/array.cc:1759
64594 #, gcc-internal-format, gfc-internal-format
64595 msgid "Iterator step at %L cannot be zero"
64596 msgstr ""
64598 #: fortran/array.cc:1918
64599 #, gcc-internal-format
64600 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"
64601 msgstr ""
64603 #: fortran/array.cc:2097
64604 #, gcc-internal-format, gfc-internal-format
64605 msgid "AC-IMPLIED-DO initial expression references control variable at %L"
64606 msgstr ""
64608 #: fortran/array.cc:2104
64609 #, gcc-internal-format, gfc-internal-format
64610 msgid "AC-IMPLIED-DO final expression references control variable at %L"
64611 msgstr ""
64613 #: fortran/array.cc:2111
64614 #, gcc-internal-format, gfc-internal-format
64615 msgid "AC-IMPLIED-DO step expression references control variable at %L"
64616 msgstr ""
64618 #: fortran/array.cc:2123
64619 #, gcc-internal-format, gfc-internal-format
64620 msgid "Array constructor value at %L shall not be unlimited polymorphic [F2008: C4106]"
64621 msgstr ""
64623 #: fortran/array.cc:2215
64624 #, gcc-internal-format, gfc-internal-format
64625 msgid "Different CHARACTER lengths (%ld/%ld) in array constructor at %L"
64626 msgstr ""
64628 #: fortran/array.cc:2336
64629 #, gcc-internal-format
64630 msgid "spec_dimen_size(): Bad dimension"
64631 msgstr ""
64633 #: fortran/array.cc:2402
64634 #, gcc-internal-format
64635 msgid "gfc_ref_dimen_size(): Bad dimension"
64636 msgstr ""
64638 #: fortran/array.cc:2406
64639 #, gcc-internal-format, gfc-internal-format
64640 msgid "Bad array dimension at %L"
64641 msgstr ""
64643 #: fortran/array.cc:2544
64644 #, gcc-internal-format
64645 msgid "gfc_ref_dimen_size(): Bad dimen_type"
64646 msgstr ""
64648 #: fortran/array.cc:2595
64649 #, gcc-internal-format
64650 msgid "gfc_array_dimen_size(): Bad dimension"
64651 msgstr ""
64653 #: fortran/array.cc:2640
64654 #, gcc-internal-format
64655 msgid "gfc_array_dimen_size(): Bad EXPR_ARRAY expr"
64656 msgstr ""
64658 #: fortran/array.cc:2788
64659 #, gcc-internal-format
64660 msgid "gfc_find_array_ref(): No ref found"
64661 msgstr ""
64663 #. if (c == 0)
64664 #: fortran/bbt.cc:119
64665 #, gcc-internal-format
64666 msgid "insert_bbt(): Duplicate key found"
64667 msgstr ""
64669 #: fortran/check.cc:87
64670 #, gcc-internal-format
64671 msgid "BOZ literal constant at %L cannot be an actual argument to %qs"
64672 msgstr ""
64674 #: fortran/check.cc:103
64675 #, gcc-internal-format
64676 msgid "Arguments of %qs at %L and %L cannot both be BOZ literal constants"
64677 msgstr ""
64679 #: fortran/check.cc:123 fortran/resolve.cc:11074
64680 #, gcc-internal-format, gfc-internal-format
64681 msgid "Invalid use of BOZ literal constant at %L"
64682 msgstr ""
64684 #: fortran/check.cc:371
64685 #, gcc-internal-format, gfc-internal-format
64686 msgid "Failure in conversion of BOZ to REAL at %L"
64687 msgstr ""
64689 #: fortran/check.cc:477
64690 #, gcc-internal-format
64691 msgid "%qs argument of %qs intrinsic at %L must be a scalar"
64692 msgstr ""
64694 #: fortran/check.cc:493
64695 #, gcc-internal-format
64696 msgid "%qs argument of %qs intrinsic at %L must be %s"
64697 msgstr ""
64699 #: fortran/check.cc:527
64700 #, gcc-internal-format
64701 msgid "%qs argument of %qs intrinsic at %L must have a numeric type"
64702 msgstr ""
64704 #: fortran/check.cc:542 fortran/check.cc:572
64705 #, gcc-internal-format
64706 msgid "%qs argument of %qs intrinsic at %L must be INTEGER or REAL"
64707 msgstr ""
64709 #: fortran/check.cc:560
64710 #, gcc-internal-format
64711 msgid "Fortran 2003: Character for %qs argument of %qs intrinsic at %L"
64712 msgstr ""
64714 #: fortran/check.cc:567
64715 #, gcc-internal-format
64716 msgid "%qs argument of %qs intrinsic at %L must be INTEGER or REAL or CHARACTER"
64717 msgstr ""
64719 #: fortran/check.cc:590 fortran/check.cc:3373
64720 #, gcc-internal-format
64721 msgid "%qs argument of %qs intrinsic at %L must be of intrinsic type"
64722 msgstr ""
64724 #: fortran/check.cc:605
64725 #, gcc-internal-format
64726 msgid "%qs argument of %qs intrinsic at %L must be REAL or COMPLEX"
64727 msgstr ""
64729 #: fortran/check.cc:622
64730 #, gcc-internal-format
64731 msgid "%qs argument of %qs intrinsic at %L must be INTEGER or PROCEDURE"
64732 msgstr ""
64734 #: fortran/check.cc:651 fortran/check.cc:7526
64735 #, gcc-internal-format
64736 msgid "%qs argument of %qs intrinsic at %L must be a constant"
64737 msgstr ""
64739 #: fortran/check.cc:660
64740 #, gcc-internal-format, gfc-internal-format
64741 msgid "Invalid kind for %s at %L"
64742 msgstr ""
64744 #: fortran/check.cc:679
64745 #, gcc-internal-format
64746 msgid "%qs argument of %qs intrinsic at %L must be double precision"
64747 msgstr ""
64749 #: fortran/check.cc:702
64750 #, gcc-internal-format
64751 msgid "Expected coarray variable as %qs argument to the %s intrinsic at %L"
64752 msgstr ""
64754 #: fortran/check.cc:719
64755 #, gcc-internal-format
64756 msgid "%qs argument of %qs intrinsic at %L must be a logical array"
64757 msgstr ""
64759 #: fortran/check.cc:744
64760 #, gcc-internal-format
64761 msgid "%qs argument of %qs intrinsic at %L must be an array"
64762 msgstr ""
64764 #: fortran/check.cc:765
64765 #, gcc-internal-format
64766 msgid "%qs at %L must be nonnegative"
64767 msgstr ""
64769 #: fortran/check.cc:786
64770 #, gcc-internal-format
64771 msgid "%qs argument of %qs intrinsic at %L must be positive"
64772 msgstr "аргумент %qs внутрішньої частини %qs у %L має бути додатним"
64774 #: fortran/check.cc:819
64775 #, gcc-internal-format
64776 msgid "The absolute value of SHIFT at %L must be less than or equal to BIT_SIZE(%qs)"
64777 msgstr ""
64779 #: fortran/check.cc:830
64780 #, gcc-internal-format
64781 msgid "%qs at %L must be less than or equal to BIT_SIZE(%qs)"
64782 msgstr ""
64784 #: fortran/check.cc:840
64785 #, gcc-internal-format
64786 msgid "%qs at %L must be less than BIT_SIZE(%qs)"
64787 msgstr ""
64789 #: fortran/check.cc:867
64790 #, gcc-internal-format
64791 msgid "%qs at %L must be less than or equal to the BIT_SIZE of INTEGER(KIND=%d)"
64792 msgstr ""
64794 #: fortran/check.cc:893
64795 #, gcc-internal-format
64796 msgid "%<%s + %s%> at %L must be less than or equal to BIT_SIZE(%qs)"
64797 msgstr ""
64799 #: fortran/check.cc:926
64800 #, gcc-internal-format
64801 msgid "%qs argument of %qs intrinsic at %L must be the same type and kind as %qs"
64802 msgstr ""
64804 #: fortran/check.cc:943
64805 #, gcc-internal-format
64806 msgid "%qs argument of %qs intrinsic at %L must be of rank %d"
64807 msgstr ""
64809 #: fortran/check.cc:958
64810 #, gcc-internal-format
64811 msgid "%qs argument of %qs intrinsic at %L must not be OPTIONAL"
64812 msgstr ""
64814 #: fortran/check.cc:980
64815 #, gcc-internal-format
64816 msgid "%qs argument of %qs intrinsic at %L must be ALLOCATABLE"
64817 msgstr ""
64819 #: fortran/check.cc:998
64820 #, gcc-internal-format
64821 msgid "%qs argument of %qs intrinsic at %L must be of kind %d"
64822 msgstr ""
64824 #: fortran/check.cc:1017
64825 #, gcc-internal-format
64826 msgid "%qs argument of %qs intrinsic at %L cannot be INTENT(IN)"
64827 msgstr ""
64829 #: fortran/check.cc:1044
64830 #, gcc-internal-format
64831 msgid "%qs argument of %qs intrinsic at %L must be a variable"
64832 msgstr ""
64834 #: fortran/check.cc:1093
64835 #, gcc-internal-format
64836 msgid "%<dim%> argument of %qs intrinsic at %L is not a valid codimension index"
64837 msgstr ""
64839 #: fortran/check.cc:1145
64840 #, gcc-internal-format
64841 msgid "%<dim%> argument of %qs intrinsic at %L is not a valid dimension index"
64842 msgstr ""
64844 #: fortran/check.cc:1248
64845 #, gcc-internal-format, gfc-internal-format
64846 msgid "Unequal character lengths (%ld/%ld) in %s at %L"
64847 msgstr ""
64849 #: fortran/check.cc:1305
64850 #, gcc-internal-format, gfc-internal-format
64851 msgid "BOZ literal constant at %L cannot appear in ACHAR intrinsic subprogram"
64852 msgstr ""
64854 #: fortran/check.cc:1396
64855 #, gcc-internal-format
64856 msgid "%qs and %qs arguments of %qs intrinsic at %L must have the same type"
64857 msgstr ""
64859 #: fortran/check.cc:1405 fortran/check.cc:3690
64860 #, gcc-internal-format, gfc-internal-format
64861 msgid "Different type kinds at %L"
64862 msgstr ""
64864 #: fortran/check.cc:1428
64865 #, gcc-internal-format
64866 msgid "NULL at %L is not permitted as actual argument to %qs intrinsic function"
64867 msgstr ""
64869 #: fortran/check.cc:1450
64870 #, gcc-internal-format
64871 msgid "%qs argument of %qs intrinsic at %L must be a POINTER"
64872 msgstr ""
64874 #: fortran/check.cc:1459 fortran/check.cc:1494 fortran/check.cc:4382
64875 #, gcc-internal-format
64876 msgid "%qs argument of %qs intrinsic at %L shall not be coindexed"
64877 msgstr ""
64879 #: fortran/check.cc:1476
64880 #, gcc-internal-format
64881 msgid "%qs argument of %qs intrinsic at %L must be a pointer or target VARIABLE or FUNCTION"
64882 msgstr ""
64884 #: fortran/check.cc:1485
64885 #, gcc-internal-format
64886 msgid "%qs argument of %qs intrinsic at %L must be a POINTER or a TARGET"
64887 msgstr ""
64889 #: fortran/check.cc:1512
64890 #, gcc-internal-format, gfc-internal-format
64891 msgid "Array section with a vector subscript at %L shall not be the target of a pointer"
64892 msgstr ""
64894 #: fortran/check.cc:1559
64895 #, gcc-internal-format, gfc-internal-format
64896 msgid "ATOM argument at %L to intrinsic function %s shall be an integer of ATOMIC_INT_KIND or a logical of ATOMIC_LOGICAL_KIND"
64897 msgstr ""
64899 #: fortran/check.cc:1567
64900 #, gcc-internal-format, gfc-internal-format
64901 msgid "ATOM argument at %L of the %s intrinsic function shall be a coarray or coindexed"
64902 msgstr ""
64904 #: fortran/check.cc:1574
64905 #, gcc-internal-format
64906 msgid "%qs argument of %qs intrinsic at %L shall have the same type as %qs at %L"
64907 msgstr ""
64909 #: fortran/check.cc:1592 fortran/check.cc:1805
64910 #, gcc-internal-format, gfc-internal-format
64911 msgid "STAT= argument to %s at %L"
64912 msgstr ""
64914 #: fortran/check.cc:1611 fortran/check.cc:1745 fortran/check.cc:1842
64915 #, gcc-internal-format, gfc-internal-format
64916 msgid "ATOM argument of the %s intrinsic function at %L shall be definable"
64917 msgstr ""
64919 #: fortran/check.cc:1625 fortran/check.cc:1825
64920 #, gcc-internal-format, gfc-internal-format
64921 msgid "ATOM argument at %L to intrinsic function %s shall be an integer of ATOMIC_INT_KIND"
64922 msgstr ""
64924 #: fortran/check.cc:1645
64925 #, gcc-internal-format, gfc-internal-format
64926 msgid "VALUE argument of the %s intrinsic function at %L shall be definable"
64927 msgstr ""
64929 #: fortran/check.cc:1664 fortran/check.cc:1678 fortran/check.cc:1713
64930 #, gcc-internal-format
64931 msgid "%qs argument of %qs intrinsic at %L not yet supported"
64932 msgstr ""
64934 #: fortran/check.cc:1698
64935 #, gcc-internal-format
64936 msgid "%qs argument of %qs intrinsic at %L shall specify a valid integer kind"
64937 msgstr ""
64939 #: fortran/check.cc:1752 fortran/check.cc:1849
64940 #, gcc-internal-format, gfc-internal-format
64941 msgid "OLD argument of the %s intrinsic function at %L shall be definable"
64942 msgstr ""
64944 #: fortran/check.cc:1767
64945 #, gcc-internal-format, gfc-internal-format
64946 msgid "EVENT argument at %L to the intrinsic EVENT_QUERY shall be of type EVENT_TYPE"
64947 msgstr ""
64949 #: fortran/check.cc:1777
64950 #, gcc-internal-format, gfc-internal-format
64951 msgid "COUNT argument of the EVENT_QUERY intrinsic function at %L shall be definable"
64952 msgstr ""
64954 #: fortran/check.cc:1790
64955 #, gcc-internal-format, gfc-internal-format
64956 msgid "COUNT argument of the EVENT_QUERY intrinsic function at %L shall have at least the range of the default integer"
64957 msgstr ""
64959 #: fortran/check.cc:1869
64960 #, gcc-internal-format, gfc-internal-format
64961 msgid "Negative argument N at %L"
64962 msgstr ""
64964 #: fortran/check.cc:1967
64965 #, gcc-internal-format, gfc-internal-format
64966 msgid "BOZ literal constant at %L cannot appear in CHAR intrinsic subprogram"
64967 msgstr ""
64969 #: fortran/check.cc:2091 fortran/check.cc:2581
64970 #, gcc-internal-format
64971 msgid "%qs argument of %qs intrinsic at %L must not be present if %<x%> is COMPLEX"
64972 msgstr ""
64974 #: fortran/check.cc:2100 fortran/check.cc:2590
64975 #, gcc-internal-format
64976 msgid "%qs argument of %qs intrinsic at %L must have a type of either REAL or INTEGER"
64977 msgstr ""
64979 #: fortran/check.cc:2110 fortran/check.cc:2116
64980 #, gcc-internal-format, gfc-internal-format
64981 msgid "Conversion from %s to default-kind COMPLEX(%d) at %L might lose precision, consider using the KIND argument"
64982 msgstr ""
64984 #: fortran/check.cc:2138
64985 #, gcc-internal-format
64986 msgid "Argument %<A%> with INTENT(INOUT) at %L of the intrinsic subroutine %s shall not have a vector subscript"
64987 msgstr ""
64989 #: fortran/check.cc:2146
64990 #, gcc-internal-format, gfc-internal-format
64991 msgid "The A argument at %L to the intrinsic %s shall not be coindexed"
64992 msgstr ""
64994 #: fortran/check.cc:2169
64995 #, gcc-internal-format, gfc-internal-format
64996 msgid "The stat= argument at %L must be a kind=4 integer variable"
64997 msgstr ""
64999 #: fortran/check.cc:2185
65000 #, gcc-internal-format, gfc-internal-format
65001 msgid "The errmsg= argument at %L must be a default-kind character variable"
65002 msgstr ""
65004 #: fortran/check.cc:2193
65005 #, gcc-internal-format
65006 msgid "Coarrays disabled at %L, use %<-fcoarray=%> to enable"
65007 msgstr ""
65009 #: fortran/check.cc:2208
65010 #, gcc-internal-format, gfc-internal-format
65011 msgid "Support for the A argument at %L which is polymorphic A argument or has allocatable components is not yet implemented"
65012 msgstr ""
65014 #: fortran/check.cc:2227
65015 #, gcc-internal-format, gfc-internal-format
65016 msgid "The A argument at %L of CO_REDUCE shall not be polymorphic"
65017 msgstr ""
65019 #: fortran/check.cc:2234
65020 #, gcc-internal-format, gfc-internal-format
65021 msgid "Support for the A argument at %L with allocatable components is not yet implemented"
65022 msgstr ""
65024 #: fortran/check.cc:2248
65025 #, gcc-internal-format, gfc-internal-format
65026 msgid "OPERATION argument at %L must be a PURE function"
65027 msgstr ""
65029 #. None of the intrinsics fulfills the criteria of taking two arguments,
65030 #. returning the same type and kind as the arguments and being permitted
65031 #. as actual argument.
65032 #: fortran/check.cc:2258
65033 #, gcc-internal-format, gfc-internal-format
65034 msgid "Intrinsic function %s at %L is not permitted for CO_REDUCE"
65035 msgstr ""
65037 #: fortran/check.cc:2275
65038 #, gcc-internal-format, gfc-internal-format
65039 msgid "The function passed as OPERATION at %L shall have two arguments"
65040 msgstr ""
65042 #: fortran/check.cc:2285
65043 #, gcc-internal-format, gfc-internal-format
65044 msgid "The A argument at %L has type %s but the function passed as OPERATION at %L returns %s"
65045 msgstr ""
65047 #: fortran/check.cc:2294
65048 #, gcc-internal-format, gfc-internal-format
65049 msgid "The function passed as OPERATION at %L has arguments of type %s and %s but shall have type %s"
65050 msgstr ""
65052 #: fortran/check.cc:2305
65053 #, gcc-internal-format, gfc-internal-format
65054 msgid "The function passed as OPERATION at %L shall have scalar nonallocatable nonpointer arguments and return a nonallocatable nonpointer scalar"
65055 msgstr ""
65057 #: fortran/check.cc:2313
65058 #, gcc-internal-format, gfc-internal-format
65059 msgid "The function passed as OPERATION at %L shall have the VALUE attribute either for none or both arguments"
65060 msgstr ""
65062 #: fortran/check.cc:2320
65063 #, gcc-internal-format, gfc-internal-format
65064 msgid "The function passed as OPERATION at %L shall have the TARGET attribute either for none or both arguments"
65065 msgstr ""
65067 #: fortran/check.cc:2327
65068 #, gcc-internal-format, gfc-internal-format
65069 msgid "The function passed as OPERATION at %L shall have the ASYNCHRONOUS attribute either for none or both arguments"
65070 msgstr ""
65072 #: fortran/check.cc:2335
65073 #, gcc-internal-format, gfc-internal-format
65074 msgid "The function passed as OPERATION at %L shall not have the OPTIONAL attribute for either of the arguments"
65075 msgstr ""
65077 #: fortran/check.cc:2365
65078 #, gcc-internal-format, gfc-internal-format
65079 msgid "The character length of the A argument at %L and of the arguments of the OPERATION at %L shall be the same"
65080 msgstr ""
65082 #: fortran/check.cc:2372
65083 #, gcc-internal-format, gfc-internal-format
65084 msgid "The character length of the A argument at %L and of the function result of the OPERATION at %L shall be the same"
65085 msgstr ""
65087 #: fortran/check.cc:2390
65088 #, gcc-internal-format
65089 msgid "%qs argument of %qs intrinsic at %L shall be of type integer, real or character"
65090 msgstr ""
65092 #: fortran/check.cc:2418 fortran/check.cc:2432
65093 #, gcc-internal-format, gfc-internal-format
65094 msgid "BOZ constant at %L cannot appear in the COMPLEX intrinsic subprogram"
65095 msgstr ""
65097 #: fortran/check.cc:2469 fortran/check.cc:3099 fortran/check.cc:3182
65098 #: fortran/check.cc:3404 fortran/check.cc:3452 fortran/check.cc:4927
65099 #: fortran/check.cc:5052 fortran/check.cc:5122 fortran/check.cc:6304
65100 #: fortran/check.cc:6435
65101 #, gcc-internal-format
65102 msgid "%qs intrinsic with KIND argument at %L"
65103 msgstr ""
65105 #: fortran/check.cc:2516 fortran/check.cc:2785 fortran/check.cc:2845
65106 #, gcc-internal-format
65107 msgid "%qs argument of %qs intrinsic at %L has invalid shape in dimension %d (%ld/%ld)"
65108 msgstr ""
65110 #: fortran/check.cc:2531 fortran/check.cc:2800 fortran/check.cc:2860
65111 #, gcc-internal-format
65112 msgid "%qs argument of intrinsic %qs at %L of must have rank %d or be a scalar"
65113 msgstr ""
65115 #: fortran/check.cc:2643 fortran/check.cc:3784 fortran/check.cc:3792
65116 #, gcc-internal-format
65117 msgid "%qs argument of %qs intrinsic at %L must be numeric or LOGICAL"
65118 msgstr ""
65120 #: fortran/check.cc:2657
65121 #, gcc-internal-format
65122 msgid "Different shape for arguments %qs and %qs at %L for intrinsic %<dot_product%>"
65123 msgstr ""
65125 #: fortran/check.cc:2677 fortran/check.cc:2685
65126 #, gcc-internal-format
65127 msgid "%qs argument of %qs intrinsic at %L must be default real"
65128 msgstr ""
65130 #: fortran/check.cc:2821
65131 #, gcc-internal-format
65132 msgid "%qs must be of same type and kind as %qs at %L in %qs"
65133 msgstr ""
65135 #: fortran/check.cc:2879
65136 #, gcc-internal-format
65137 msgid "Missing %qs argument to %qs intrinsic at %L for %qs of type %qs"
65138 msgstr ""
65140 #: fortran/check.cc:2897
65141 #, gcc-internal-format, gfc-internal-format
65142 msgid "BOZ literal constant at %L cannot appear in the FLOAT intrinsic subprogram"
65143 msgstr ""
65145 #: fortran/check.cc:2911
65146 #, gcc-internal-format, gfc-internal-format
65147 msgid "non-default INTEGER kind argument to %s intrinsic at %L"
65148 msgstr ""
65150 #: fortran/check.cc:2972
65151 #, gcc-internal-format
65152 msgid "COMPLEX argument %qs of %qs intrinsic at %L"
65153 msgstr ""
65155 #: fortran/check.cc:3054
65156 #, gcc-internal-format
65157 msgid "Arguments of %qs have different kind type parameters at %L"
65158 msgstr ""
65160 #: fortran/check.cc:3150
65161 #, gcc-internal-format, gfc-internal-format
65162 msgid "Argument of %s at %L must be of length one"
65163 msgstr ""
65165 #: fortran/check.cc:3189
65166 #, gcc-internal-format
65167 msgid "%qs argument of %qs intrinsic at %L must be the same kind as %qs"
65168 msgstr ""
65170 #: fortran/check.cc:3223
65171 #, gcc-internal-format
65172 msgid "%qs intrinsic subprogram at %L has been removed.  Use INT intrinsic subprogram."
65173 msgstr ""
65175 #: fortran/check.cc:3275
65176 #, gcc-internal-format, gfc-internal-format
65177 msgid "SIZE at %L must be positive"
65178 msgstr ""
65180 #: fortran/check.cc:3287
65181 #, gcc-internal-format, gfc-internal-format
65182 msgid "The absolute value of SHIFT at %L must be less than or equal to SIZE at %L"
65183 msgstr ""
65185 #: fortran/check.cc:3346
65186 #, gcc-internal-format, gfc-internal-format
65187 msgid "STATUS at %L shall be an INTENT(OUT) variable"
65188 msgstr ""
65190 #: fortran/check.cc:3355
65191 #, gcc-internal-format
65192 msgid "%qs at %L shall be an INTENT(OUT) variable"
65193 msgstr ""
65195 #: fortran/check.cc:3380
65196 #, gcc-internal-format
65197 msgid "%qs argument of %qs intrinsic at %L must be a data entity"
65198 msgstr ""
65200 #: fortran/check.cc:3594
65201 #, gcc-internal-format
65202 msgid "Intrinsic %qs at %L must have at least two arguments"
65203 msgstr ""
65205 #: fortran/check.cc:3642
65206 #, gcc-internal-format
65207 msgid "Missing %qs argument to the %s intrinsic at %L"
65208 msgstr ""
65210 #: fortran/check.cc:3657
65211 #, gcc-internal-format
65212 msgid "Duplicate argument %qs at %L to intrinsic %s"
65213 msgstr ""
65215 #: fortran/check.cc:3662
65216 #, gcc-internal-format
65217 msgid "Unknown argument %qs at %L to intrinsic %s"
65218 msgstr ""
65220 #: fortran/check.cc:3687
65221 #, gcc-internal-format, gfc-internal-format
65222 msgid "Different character kinds at %L"
65223 msgstr ""
65225 #: fortran/check.cc:3696
65226 #, gcc-internal-format
65227 msgid "%<a%d%> argument of %qs intrinsic at %L must be %s(%d)"
65228 msgstr ""
65230 #: fortran/check.cc:3727
65231 #, gcc-internal-format
65232 msgid "%qs intrinsic with CHARACTER argument at %L"
65233 msgstr ""
65235 #: fortran/check.cc:3734
65236 #, gcc-internal-format
65237 msgid "%<a1%> argument of %qs intrinsic at %L must be INTEGER, REAL or CHARACTER"
65238 msgstr ""
65240 #: fortran/check.cc:3801
65241 #, gcc-internal-format
65242 msgid "Argument types of %qs intrinsic at %L must match (%s/%s)"
65243 msgstr ""
65245 #: fortran/check.cc:3815
65246 #, gcc-internal-format
65247 msgid "Different shape on dimension 1 for arguments %qs and %qs at %L for intrinsic matmul"
65248 msgstr ""
65250 #: fortran/check.cc:3834
65251 #, gcc-internal-format
65252 msgid "Different shape on dimension 2 for argument %qs and dimension 1 for argument %qs at %L for intrinsic matmul"
65253 msgstr ""
65255 #: fortran/check.cc:3843
65256 #, gcc-internal-format
65257 msgid "%qs argument of %qs intrinsic at %L must be of rank 1 or 2"
65258 msgstr ""
65260 #: fortran/check.cc:4008
65261 #, gcc-internal-format
65262 msgid "Argument %qs of %qs intrinsic at %L must be in type conformance to argument %qs at %L"
65263 msgstr ""
65265 #: fortran/check.cc:4126 fortran/check.cc:7446 fortran/check.cc:7461
65266 #, gcc-internal-format
65267 msgid "%qs argument of %qs intrinsic at %L must be INTEGER"
65268 msgstr ""
65270 #: fortran/check.cc:4209
65271 #, gcc-internal-format, gfc-internal-format
65272 msgid "The FROM argument to MOVE_ALLOC at %L shall not be coindexed"
65273 msgstr ""
65275 #: fortran/check.cc:4220
65276 #, gcc-internal-format, gfc-internal-format
65277 msgid "The TO argument to MOVE_ALLOC at %L shall not be coindexed"
65278 msgstr ""
65280 #: fortran/check.cc:4227
65281 #, gcc-internal-format, gfc-internal-format
65282 msgid "The TO arguments in MOVE_ALLOC at %L must be polymorphic if FROM is polymorphic"
65283 msgstr ""
65285 #: fortran/check.cc:4238
65286 #, gcc-internal-format, gfc-internal-format
65287 msgid "The FROM and TO arguments of the MOVE_ALLOC intrinsic at %L must have the same rank %d/%d"
65288 msgstr ""
65290 #: fortran/check.cc:4247
65291 #, gcc-internal-format, gfc-internal-format
65292 msgid "The FROM and TO arguments of the MOVE_ALLOC intrinsic at %L must have the same corank %d/%d"
65293 msgstr ""
65295 #: fortran/check.cc:4287
65296 #, gcc-internal-format, gfc-internal-format
65297 msgid "The FROM and TO arguments at %L violate aliasing restrictions (F2003 12.4.1.7)"
65298 msgstr ""
65300 #: fortran/check.cc:4314
65301 #, gcc-internal-format
65302 msgid "Argument %<S%> of NEAREST at %L shall not be zero"
65303 msgstr ""
65305 #: fortran/check.cc:4367
65306 #, gcc-internal-format
65307 msgid "%qs argument of %qs intrinsic at %L must be a POINTER, ALLOCATABLE or procedure pointer"
65308 msgstr ""
65310 #: fortran/check.cc:4375
65311 #, gcc-internal-format, gfc-internal-format
65312 msgid "NULL intrinsic with allocatable MOLD at %L"
65313 msgstr ""
65315 #: fortran/check.cc:4454 fortran/check.cc:6382
65316 #, gcc-internal-format
65317 msgid "%qs argument of %qs intrinsic at %L must provide at least as many elements as there are .TRUE. values in %qs (%ld/%d)"
65318 msgstr ""
65320 #: fortran/check.cc:4515
65321 #, gcc-internal-format
65322 msgid "%qs argument of %qs intrinsic at %L must be of a dummy variable"
65323 msgstr ""
65325 #: fortran/check.cc:4525
65326 #, gcc-internal-format
65327 msgid "%qs argument of %qs intrinsic at %L must be of an OPTIONAL dummy variable"
65328 msgstr ""
65330 #: fortran/check.cc:4544
65331 #, gcc-internal-format
65332 msgid "%qs argument of %qs intrinsic at %L must not be a subobject of %qs"
65333 msgstr ""
65335 #: fortran/check.cc:4595
65336 #, gcc-internal-format, gfc-internal-format
65337 msgid "The argument of the RANK intrinsic at %L must be a data object"
65338 msgstr ""
65340 #: fortran/check.cc:4703
65341 #, gcc-internal-format
65342 msgid "%<shape%> argument of %<reshape%> intrinsic at %L must be an array of constant size"
65343 msgstr ""
65345 #: fortran/check.cc:4713
65346 #, gcc-internal-format
65347 msgid "%qs argument of %qs intrinsic at %L is empty"
65348 msgstr ""
65350 #: fortran/check.cc:4720
65351 #, gcc-internal-format
65352 msgid "%<shape%> argument of %<reshape%> intrinsic at %L has more than %d elements"
65353 msgstr ""
65355 #: fortran/check.cc:4741
65356 #, gcc-internal-format
65357 msgid "%qs argument of %qs intrinsic at %L has negative element (%d)"
65358 msgstr ""
65360 #: fortran/check.cc:4781
65361 #, gcc-internal-format
65362 msgid "%qs argument of %qs intrinsic at %L has wrong number of elements (%d/%d)"
65363 msgstr ""
65365 #: fortran/check.cc:4799
65366 #, gcc-internal-format
65367 msgid "%qs argument of %qs intrinsic at %L has out-of-range dimension (%d)"
65368 msgstr ""
65370 #: fortran/check.cc:4808
65371 #, gcc-internal-format
65372 msgid "%qs argument of %qs intrinsic at %L has invalid permutation of dimensions (dimension %qd duplicated)"
65373 msgstr ""
65375 #: fortran/check.cc:4843
65376 #, gcc-internal-format, gfc-internal-format
65377 msgid "Without padding, there are not enough elements in the intrinsic RESHAPE source at %L to match the shape"
65378 msgstr ""
65380 #: fortran/check.cc:4860 fortran/check.cc:4879
65381 #, gcc-internal-format
65382 msgid "%qs argument of %qs intrinsic at %L cannot be of type %s"
65383 msgstr ""
65385 #: fortran/check.cc:4870 fortran/check.cc:4889
65386 #, gcc-internal-format
65387 msgid "%qs argument of %qs intrinsic at %L must be of an extensible type"
65388 msgstr ""
65390 #: fortran/check.cc:4988
65391 #, gcc-internal-format
65392 msgid "SELECTED_REAL_KIND with neither %<P%> nor %<R%> argument at %L"
65393 msgstr ""
65395 #: fortran/check.cc:5019
65396 #, gcc-internal-format
65397 msgid "%qs intrinsic with RADIX argument at %L"
65398 msgstr ""
65400 #: fortran/check.cc:5067
65401 #, gcc-internal-format
65402 msgid "%<source%> argument of %<shape%> intrinsic at %L must not be an assumed size array"
65403 msgstr ""
65405 #: fortran/check.cc:5140 fortran/check.cc:7506
65406 #, gcc-internal-format
65407 msgid "%qs argument of %qs intrinsic at %L shall not be a procedure"
65408 msgstr ""
65410 #: fortran/check.cc:5156 fortran/check.cc:5307 fortran/check.cc:7498
65411 #, gcc-internal-format
65412 msgid "%qs argument of %qs intrinsic at %L shall not be TYPE(*)"
65413 msgstr ""
65415 #: fortran/check.cc:5167 fortran/check.cc:5319
65416 #, gcc-internal-format
65417 msgid "%qs argument of %qs intrinsic at %L shall not be an assumed-size array"
65418 msgstr ""
65420 #: fortran/check.cc:5249
65421 #, gcc-internal-format
65422 msgid "is_c_interoperable(): gfc_simplify_expr failed"
65423 msgstr ""
65425 #: fortran/check.cc:5298
65426 #, gcc-internal-format
65427 msgid "%qs argument of %qs intrinsic at %L must be an interoperable data entity: %s"
65428 msgstr ""
65430 #: fortran/check.cc:5337
65431 #, gcc-internal-format, gfc-internal-format
65432 msgid "Argument C_PTR_1 at %L to C_ASSOCIATED shall have the type TYPE(C_PTR) or TYPE(C_FUNPTR)"
65433 msgstr ""
65435 #: fortran/check.cc:5351
65436 #, gcc-internal-format, gfc-internal-format
65437 msgid "Argument C_PTR_2 at %L to C_ASSOCIATED shall have the same type as C_PTR_1: %s instead of %s"
65438 msgstr ""
65440 #: fortran/check.cc:5375
65441 #, gcc-internal-format, gfc-internal-format
65442 msgid "Argument CPTR at %L to C_F_POINTER shall have the type TYPE(C_PTR)"
65443 msgstr ""
65445 #: fortran/check.cc:5387
65446 #, gcc-internal-format, gfc-internal-format
65447 msgid "Argument FPTR at %L to C_F_POINTER must be a pointer"
65448 msgstr ""
65450 #: fortran/check.cc:5394
65451 #, gcc-internal-format, gfc-internal-format
65452 msgid "FPTR argument at %L to C_F_POINTER shall not be polymorphic"
65453 msgstr ""
65455 #: fortran/check.cc:5401
65456 #, gcc-internal-format, gfc-internal-format
65457 msgid "Argument FPTR at %L to C_F_POINTER shall not be coindexed"
65458 msgstr ""
65460 #: fortran/check.cc:5408
65461 #, gcc-internal-format, gfc-internal-format
65462 msgid "Unexpected SHAPE argument at %L to C_F_POINTER with scalar FPTR"
65463 msgstr ""
65465 #: fortran/check.cc:5414
65466 #, gcc-internal-format, gfc-internal-format
65467 msgid "Expected SHAPE argument to C_F_POINTER with array FPTR at %L"
65468 msgstr ""
65470 #: fortran/check.cc:5433
65471 #, gcc-internal-format, gfc-internal-format
65472 msgid "SHAPE argument at %L to C_F_POINTER must have the same size as the RANK of FPTR"
65473 msgstr ""
65475 #: fortran/check.cc:5443
65476 #, gcc-internal-format, gfc-internal-format
65477 msgid "Polymorphic FPTR at %L to C_F_POINTER"
65478 msgstr ""
65480 #: fortran/check.cc:5448
65481 #, gcc-internal-format, gfc-internal-format
65482 msgid "Noninteroperable array FPTR at %L to C_F_POINTER: %s"
65483 msgstr ""
65485 #: fortran/check.cc:5464
65486 #, gcc-internal-format, gfc-internal-format
65487 msgid "Argument CPTR at %L to C_F_PROCPOINTER shall have the type TYPE(C_FUNPTR)"
65488 msgstr ""
65490 #: fortran/check.cc:5476
65491 #, gcc-internal-format, gfc-internal-format
65492 msgid "Argument FPTR at %L to C_F_PROCPOINTER shall be a procedure pointer"
65493 msgstr ""
65495 #: fortran/check.cc:5483
65496 #, gcc-internal-format, gfc-internal-format
65497 msgid "Argument FPTR at %L to C_F_PROCPOINTER shall not be coindexed"
65498 msgstr ""
65500 #: fortran/check.cc:5489
65501 #, gcc-internal-format, gfc-internal-format
65502 msgid "Noninteroperable procedure pointer at %L to C_F_PROCPOINTER"
65503 msgstr ""
65505 #: fortran/check.cc:5503
65506 #, gcc-internal-format, gfc-internal-format
65507 msgid "Argument X at %L to C_FUNLOC shall not be coindexed"
65508 msgstr ""
65510 #: fortran/check.cc:5515
65511 #, gcc-internal-format
65512 msgid "Function result %qs at %L is invalid as X argument to C_FUNLOC"
65513 msgstr ""
65515 #: fortran/check.cc:5522
65516 #, gcc-internal-format, gfc-internal-format
65517 msgid "Argument X at %L to C_FUNLOC shall be a procedure or a procedure pointer"
65518 msgstr ""
65520 #: fortran/check.cc:5528
65521 #, gcc-internal-format, gfc-internal-format
65522 msgid "Noninteroperable procedure at %L to C_FUNLOC"
65523 msgstr ""
65525 #: fortran/check.cc:5542
65526 #, gcc-internal-format, gfc-internal-format
65527 msgid "Argument X at %L to C_LOC shall not be coindexed"
65528 msgstr ""
65530 #: fortran/check.cc:5548
65531 #, gcc-internal-format, gfc-internal-format
65532 msgid "X argument at %L to C_LOC shall not be polymorphic"
65533 msgstr ""
65535 #: fortran/check.cc:5559
65536 #, gcc-internal-format, gfc-internal-format
65537 msgid "Argument X at %L to C_LOC shall have either the POINTER or the TARGET attribute"
65538 msgstr ""
65540 #: fortran/check.cc:5567
65541 #, gcc-internal-format, gfc-internal-format
65542 msgid "Argument X at %L to C_LOC shall be not be a zero-sized string"
65543 msgstr ""
65545 #: fortran/check.cc:5576
65546 #, gcc-internal-format, gfc-internal-format
65547 msgid "Argument at %L to C_LOC shall not be polymorphic"
65548 msgstr ""
65550 #: fortran/check.cc:5583
65551 #, gcc-internal-format, gfc-internal-format
65552 msgid "Noninteroperable array at %L as argument to C_LOC: %s"
65553 msgstr ""
65555 #: fortran/check.cc:5594
65556 #, gcc-internal-format, gfc-internal-format
65557 msgid "Array of interoperable type at %L to C_LOC which is nonallocatable and neither assumed size nor explicit size"
65558 msgstr ""
65560 #: fortran/check.cc:5599
65561 #, gcc-internal-format, gfc-internal-format
65562 msgid "Array section at %L to C_LOC"
65563 msgstr ""
65565 #: fortran/check.cc:5627
65566 #, gcc-internal-format, gfc-internal-format
65567 msgid "non double precision REAL argument to %s intrinsic at %L"
65568 msgstr ""
65570 #: fortran/check.cc:5643
65571 #, gcc-internal-format
65572 msgid "%qs argument of %qs intrinsic at %L must be less than rank %d"
65573 msgstr ""
65575 #: fortran/check.cc:5662
65576 #, gcc-internal-format
65577 msgid "%qs argument of %qs intrinsic at %L is not a valid dimension index"
65578 msgstr ""
65580 #: fortran/check.cc:5686
65581 #, gcc-internal-format
65582 msgid "%qs argument of %qs intrinsic at %L must have length at least 1"
65583 msgstr ""
65585 #: fortran/check.cc:5950
65586 #, gcc-internal-format, gfc-internal-format
65587 msgid "%s argument to IMAGE_INDEX must be a rank one array at %L"
65588 msgstr ""
65590 #: fortran/check.cc:5957
65591 #, gcc-internal-format, gfc-internal-format
65592 msgid "Type of %s argument of IMAGE_INDEX at %L shall be INTEGER"
65593 msgstr ""
65595 #: fortran/check.cc:5968
65596 #, gcc-internal-format, gfc-internal-format
65597 msgid "The number of array elements of the SUB argument to IMAGE_INDEX at %L shall be %d (corank) not %d"
65598 msgstr ""
65600 #: fortran/check.cc:6001
65601 #, gcc-internal-format, gfc-internal-format
65602 msgid "DISTANCE= argument to NUM_IMAGES at %L"
65603 msgstr ""
65605 #: fortran/check.cc:6014
65606 #, gcc-internal-format, gfc-internal-format
65607 msgid "FAILED= argument to NUM_IMAGES at %L"
65608 msgstr ""
65610 #: fortran/check.cc:6038
65611 #, gcc-internal-format, gfc-internal-format
65612 msgid "TEAM argument at %L to the intrinsic TEAM_NUMBER shall be of type TEAM_TYPE"
65613 msgstr ""
65615 #: fortran/check.cc:6064
65616 #, gcc-internal-format, gfc-internal-format
65617 msgid "DIM argument without COARRAY argument not allowed for THIS_IMAGE intrinsic at %L"
65618 msgstr ""
65620 #: fortran/check.cc:6071
65621 #, gcc-internal-format, gfc-internal-format
65622 msgid "The DISTANCE argument may not be specified together with the COARRAY or DIM argument in intrinsic at %L"
65623 msgstr ""
65625 #: fortran/check.cc:6082
65626 #, gcc-internal-format, gfc-internal-format
65627 msgid "Unexpected DIM argument with noncoarray argument at %L"
65628 msgstr ""
65630 #: fortran/check.cc:6100
65631 #, gcc-internal-format, gfc-internal-format
65632 msgid "DISTANCE= argument to THIS_IMAGE at %L"
65633 msgstr ""
65635 #: fortran/check.cc:6158
65636 #, gcc-internal-format
65637 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"
65638 msgstr ""
65640 #: fortran/check.cc:6210
65641 #, gcc-internal-format
65642 msgid "%<SOURCE%> argument of %<TRANSFER%> intrinsic at %L must not be a %s"
65643 msgstr "аргумент %<SOURCE%> %<TRANSFER%> всередині у %L не може бути %s"
65645 #: fortran/check.cc:6229
65646 #, gcc-internal-format
65647 msgid "%<MOLD%> argument of %<TRANSFER%> intrinsic at %L must not be a %s"
65648 msgstr "аргумент %<MOLD%> %<TRANSFER%> всередині у %L не може бути %s"
65650 #: fortran/check.cc:6237
65651 #, gcc-internal-format
65652 msgid "%<MOLD%> argument of %<TRANSFER%> intrinsic at %L must not be %s"
65653 msgstr ""
65655 #: fortran/check.cc:6272
65656 #, gcc-internal-format, gfc-internal-format
65657 msgid "Intrinsic TRANSFER at %L has partly undefined result: source size %ld < result size %ld"
65658 msgstr ""
65660 #: fortran/check.cc:6396
65661 #, gcc-internal-format
65662 msgid "%qs argument of %qs intrinsic at %L must have the same rank as %qs or be a scalar"
65663 msgstr ""
65665 #: fortran/check.cc:6409
65666 #, gcc-internal-format
65667 msgid "%qs and %qs arguments of %qs intrinsic at %L must have identical shape."
65668 msgstr ""
65670 #: fortran/check.cc:6675 fortran/check.cc:6707
65671 #, gcc-internal-format
65672 msgid "Size of %qs argument of %qs intrinsic at %L too small (%i/%i)"
65673 msgstr ""
65675 #: fortran/check.cc:6715
65676 #, gcc-internal-format, gfc-internal-format
65677 msgid "Too many arguments to %s at %L"
65678 msgstr ""
65680 #: fortran/check.cc:6733
65681 #, gcc-internal-format
65682 msgid "fe_runtime_error string must be null terminated"
65683 msgstr ""
65685 #: fortran/check.cc:6745
65686 #, gcc-internal-format, gfc-internal-format
65687 msgid "fe_runtime_error: Wrong number of arguments (%d instead of %d)"
65688 msgstr ""
65690 #: fortran/check.cc:6785
65691 #, gcc-internal-format, gfc-internal-format
65692 msgid "COUNT argument to SYSTEM_CLOCK at %L has non-default kind"
65693 msgstr ""
65695 #: fortran/check.cc:6804
65696 #, gcc-internal-format, gfc-internal-format
65697 msgid "Real COUNT_RATE argument to SYSTEM_CLOCK at %L"
65698 msgstr ""
65700 #: fortran/check.cc:6814
65701 #, gcc-internal-format, gfc-internal-format
65702 msgid "COUNT_RATE argument to SYSTEM_CLOCK at %L has non-default kind"
65703 msgstr ""
65705 #: fortran/check.cc:6831
65706 #, gcc-internal-format, gfc-internal-format
65707 msgid "COUNT_MAX argument to SYSTEM_CLOCK at %L has non-default kind"
65708 msgstr ""
65710 #: fortran/check.cc:7048
65711 #, gcc-internal-format
65712 msgid "%qs argument of %qs intrinsic at %L must be of a kind not wider than the default kind (%d)"
65713 msgstr ""
65715 #: fortran/check.cc:7230
65716 #, gcc-internal-format
65717 msgid "Actual argument at %L of %qs intrinsic shall be an associated pointer"
65718 msgstr ""
65720 #: fortran/check.cc:7419 fortran/check.cc:7430
65721 #, gcc-internal-format
65722 msgid "%qs argument of %qs intrinsic at %L must be INTEGER, LOGICAL, or a BOZ literal constant"
65723 msgstr ""
65725 #: fortran/check.cc:7490
65726 #, gcc-internal-format, gfc-internal-format
65727 msgid "Intrinsic function NULL at %L cannot be an actual argument to STORAGE_SIZE, because it returns a disassociated pointer"
65728 msgstr ""
65730 #. Since the extension field is 8 bit wide, we can only have
65731 #. up to 255 extension levels.
65732 #: fortran/class.cc:782 fortran/decl.cc:4055 fortran/decl.cc:10735
65733 #, gcc-internal-format
65734 msgid "Maximum extension level reached with type %qs at %L"
65735 msgstr ""
65737 #: fortran/class.cc:2965 fortran/class.cc:3039
65738 #, gcc-internal-format
65739 msgid "%qs of %qs is PRIVATE at %L"
65740 msgstr ""
65742 #: fortran/cpp.cc:501
65743 #, gcc-internal-format
65744 msgid "To enable preprocessing, use %<-cpp%>"
65745 msgstr ""
65747 #: fortran/cpp.cc:580 fortran/cpp.cc:591 fortran/cpp.cc:719
65748 #, gcc-internal-format
65749 msgid "opening output file %qs: %s"
65750 msgstr ""
65752 #: fortran/data.cc:65
65753 #, gcc-internal-format, gfc-internal-format
65754 msgid "non-constant array in DATA statement %L"
65755 msgstr ""
65757 #: fortran/data.cc:140
65758 #, gcc-internal-format, gfc-internal-format
65759 msgid "failure to simplify substring reference in DATA statement at %L"
65760 msgstr ""
65762 #: fortran/data.cc:173
65763 #, gcc-internal-format, gfc-internal-format
65764 msgid "Unused initialization string at %L because variable has zero length"
65765 msgstr ""
65767 #: fortran/data.cc:179
65768 #, gcc-internal-format, gfc-internal-format
65769 msgid "Initialization string at %L was truncated to fit the variable (%ld/%ld)"
65770 msgstr ""
65772 #: fortran/data.cc:188 fortran/resolve.cc:5199
65773 #, gcc-internal-format, gfc-internal-format
65774 msgid "Substring start index at %L is less than one"
65775 msgstr ""
65777 #: fortran/data.cc:194 fortran/resolve.cc:5229
65778 #, gcc-internal-format, gfc-internal-format
65779 msgid "Substring end index at %L exceeds the string length"
65780 msgstr ""
65782 #: fortran/data.cc:284
65783 #, gcc-internal-format
65784 msgid "%qs at %L already is initialized at %L"
65785 msgstr ""
65787 #: fortran/data.cc:308
65788 #, gcc-internal-format, gfc-internal-format
65789 msgid "Data element below array lower bound at %L"
65790 msgstr ""
65792 #: fortran/data.cc:325 fortran/data.cc:414
65793 #, gcc-internal-format, gfc-internal-format
65794 msgid "Data element above array upper bound at %L"
65795 msgstr ""
65797 #: fortran/data.cc:355 fortran/data.cc:580
65798 #, gcc-internal-format
65799 msgid "re-initialization of %qs at %L"
65800 msgstr ""
65802 #: fortran/data.cc:525
65803 #, gcc-internal-format, gfc-internal-format
65804 msgid "LEN or KIND inquiry ref in DATA statement at %L"
65805 msgstr ""
65807 #: fortran/data.cc:603
65808 #, gcc-internal-format
65809 msgid "Nonpointer object %qs with default initialization shall not appear in a DATA statement at %L"
65810 msgstr ""
65812 #: fortran/data.cc:655 fortran/data.cc:674 fortran/data.cc:688
65813 #: fortran/data.cc:817
65814 #, gcc-internal-format
65815 msgid "Simplification error"
65816 msgstr ""
65818 #: fortran/data.cc:830
65819 #, gcc-internal-format
65820 msgid "TODO: Vector sections in data statements"
65821 msgstr ""
65823 #: fortran/decl.cc:293
65824 #, gcc-internal-format, gfc-internal-format
65825 msgid "Inquiry parameter cannot appear in a data-stmt-object-list at %C"
65826 msgstr ""
65828 #: fortran/decl.cc:307
65829 #, gcc-internal-format
65830 msgid "Host associated variable %qs may not be in the DATA statement at %C"
65831 msgstr ""
65833 #: fortran/decl.cc:314
65834 #, gcc-internal-format
65835 msgid "initialization of common block variable %qs in DATA statement at %C"
65836 msgstr ""
65838 #: fortran/decl.cc:449
65839 #, gcc-internal-format
65840 msgid "Symbol %qs must be a PARAMETER in DATA statement at %C"
65841 msgstr ""
65843 #: fortran/decl.cc:475
65844 #, gcc-internal-format, gfc-internal-format
65845 msgid "Invalid initializer %s in Data statement at %C"
65846 msgstr ""
65848 #: fortran/decl.cc:580
65849 #, gcc-internal-format, gfc-internal-format
65850 msgid "BOZ at %L cannot appear in an old-style initialization"
65851 msgstr ""
65853 #: fortran/decl.cc:588
65854 #, gcc-internal-format
65855 msgid "BOZ literal constant near %L cannot be assigned to a %qs variable in an old-style initialization"
65856 msgstr ""
65858 #: fortran/decl.cc:598
65859 #, gcc-internal-format, gfc-internal-format
65860 msgid "Initialization at %C is not allowed in a PURE procedure"
65861 msgstr ""
65863 #: fortran/decl.cc:645
65864 #, gcc-internal-format, gfc-internal-format
65865 msgid "DATA statement at %C cannot appear within an INTERFACE"
65866 msgstr ""
65868 #: fortran/decl.cc:669
65869 #, gcc-internal-format, gfc-internal-format
65870 msgid "Invalid substring in data-implied-do at %L in DATA statement"
65871 msgstr ""
65873 #: fortran/decl.cc:692
65874 #, gcc-internal-format, gfc-internal-format
65875 msgid "Allocatable component or deferred-shaped array near %C in DATA statement"
65876 msgstr ""
65878 #: fortran/decl.cc:734
65879 #, gcc-internal-format, gfc-internal-format
65880 msgid "BOZ literal constant at %L cannot appear in a structure constructor"
65881 msgstr ""
65883 #: fortran/decl.cc:750
65884 #, gcc-internal-format, gfc-internal-format
65885 msgid "DATA statement at %C is not allowed in a PURE procedure"
65886 msgstr ""
65888 #: fortran/decl.cc:759
65889 #, gcc-internal-format, gfc-internal-format
65890 msgid "part-ref with pointer attribute near %L is not rightmost part-ref of data-stmt-object"
65891 msgstr ""
65893 #: fortran/decl.cc:798
65894 #, gcc-internal-format, gfc-internal-format
65895 msgid "Empty old style initializer list at %C"
65896 msgstr ""
65898 #: fortran/decl.cc:807
65899 #, gcc-internal-format, gfc-internal-format
65900 msgid "Array in initializer list at %L must have an explicit shape"
65901 msgstr ""
65903 #: fortran/decl.cc:830
65904 #, gcc-internal-format, gfc-internal-format
65905 msgid "Repeat spec invalid in scalar initializer at %C"
65906 msgstr ""
65908 #: fortran/decl.cc:835
65909 #, gcc-internal-format, gfc-internal-format
65910 msgid "Repeat spec must be an integer at %C"
65911 msgstr ""
65913 #: fortran/decl.cc:846
65914 #, gcc-internal-format, gfc-internal-format
65915 msgid "Expected data constant after repeat spec at %C"
65916 msgstr ""
65918 #: fortran/decl.cc:878
65919 #, gcc-internal-format, gfc-internal-format
65920 msgid "End of scalar initializer expected at %C"
65921 msgstr ""
65923 #: fortran/decl.cc:906
65924 #, gcc-internal-format, gfc-internal-format
65925 msgid "Not enough elements in array initializer at %C"
65926 msgstr ""
65928 #: fortran/decl.cc:908
65929 #, gcc-internal-format, gfc-internal-format
65930 msgid "Too many elements in array initializer at %C"
65931 msgstr ""
65933 #: fortran/decl.cc:934
65934 #, gcc-internal-format, gfc-internal-format
65935 msgid "Syntax error in old style initializer list at %C"
65936 msgstr "Синтаксична помилка у списку ініціалізатора у старому стилі у %C"
65938 #: fortran/decl.cc:958
65939 #, gcc-internal-format, gfc-internal-format
65940 msgid "The assumed-rank array at %C shall not have a codimension"
65941 msgstr ""
65943 #: fortran/decl.cc:1023
65944 #, gcc-internal-format, gfc-internal-format
65945 msgid "Sum of array rank %d and corank %d at %C exceeds maximum allowed dimensions of %d"
65946 msgstr ""
65948 #: fortran/decl.cc:1047
65949 #, gcc-internal-format, gfc-internal-format
65950 msgid "Bad INTENT specification at %C"
65951 msgstr ""
65953 #: fortran/decl.cc:1068
65954 #, gcc-internal-format, gfc-internal-format
65955 msgid "deferred type parameter at %C"
65956 msgstr ""
65958 #: fortran/decl.cc:1159 fortran/resolve.cc:12680
65959 #, gcc-internal-format, gfc-internal-format
65960 msgid "Scalar INTEGER expression expected at %L"
65961 msgstr ""
65963 #: fortran/decl.cc:1185
65964 #, gcc-internal-format, gfc-internal-format
65965 msgid "Old-style character length at %C"
65966 msgstr ""
65968 #: fortran/decl.cc:1216
65969 #, gcc-internal-format, gfc-internal-format
65970 msgid "Syntax error in character length specification at %C"
65971 msgstr ""
65973 #: fortran/decl.cc:1368 fortran/decl.cc:1375 fortran/decl.cc:1439
65974 #, gcc-internal-format
65975 msgid "Procedure %qs at %C is already defined at %L"
65976 msgstr ""
65978 #: fortran/decl.cc:1383
65979 #, gcc-internal-format
65980 msgid "Contained procedure %qs at %C clashes with procedure defined at %L"
65981 msgstr ""
65983 #: fortran/decl.cc:1395
65984 #, gcc-internal-format
65985 msgid "Name %qs at %C is already defined as a generic interface at %L"
65986 msgstr ""
65988 #: fortran/decl.cc:1411
65989 #, gcc-internal-format
65990 msgid "Procedure %qs at %C has an explicit interface from a previous declaration"
65991 msgstr "Процедура %qs у %C є явним інтерфейсом з попереднього оголошення"
65993 #: fortran/decl.cc:1427
65994 #, gcc-internal-format
65995 msgid "Procedure %qs defined in interface body at %L clashes with internal procedure defined at %C"
65996 msgstr ""
65998 #: fortran/decl.cc:1510
65999 #, gcc-internal-format
66000 msgid "Procedure %qs at %L must have the BIND(C) attribute to be C interoperable"
66001 msgstr ""
66003 #: fortran/decl.cc:1537
66004 #, gcc-internal-format
66005 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"
66006 msgstr ""
66008 #: fortran/decl.cc:1544
66009 #, gcc-internal-format
66010 msgid "Variable %qs at %L is a dummy argument to the BIND(C) procedure %qs but is not C interoperable because it is polymorphic"
66011 msgstr ""
66013 #: fortran/decl.cc:1551
66014 #, gcc-internal-format
66015 msgid "Variable %qs at %L is a dummy argument of the BIND(C) procedure %qs but may not be C interoperable"
66016 msgstr ""
66018 #: fortran/decl.cc:1560
66019 #, gcc-internal-format
66020 msgid "Dummy argument %qs at %L may not be a pointer with CONTIGUOUS attribute as procedure %qs is BIND(C)"
66021 msgstr ""
66023 #: fortran/decl.cc:1570
66024 #, gcc-internal-format
66025 msgid "Default-initialized %s dummy argument %qs at %L is not permitted in BIND(C) procedure %qs"
66026 msgstr ""
66028 #: fortran/decl.cc:1591
66029 #, gcc-internal-format
66030 msgid "Allocatable character dummy argument %qs at %L must have deferred length as procedure %qs is BIND(C)"
66031 msgstr ""
66033 #: fortran/decl.cc:1596
66034 #, gcc-internal-format
66035 msgid "Pointer character dummy argument %qs at %L must have deferred length as procedure %qs is BIND(C)"
66036 msgstr ""
66038 #: fortran/decl.cc:1603
66039 #, gcc-internal-format
66040 msgid "Deferred-length character dummy argument %qs at %L of procedure %qs with BIND(C) attribute"
66041 msgstr ""
66043 #: fortran/decl.cc:1615
66044 #, gcc-internal-format
66045 msgid "Character dummy argument %qs at %L must be of length 1 as it has the VALUE attribute"
66046 msgstr ""
66048 #: fortran/decl.cc:1626
66049 #, gcc-internal-format
66050 msgid "Assumed-length character dummy argument %qs at %L of procedure %qs with BIND(C) attribute"
66051 msgstr ""
66053 #: fortran/decl.cc:1640
66054 #, gcc-internal-format
66055 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"
66056 msgstr ""
66058 #: fortran/decl.cc:1658
66059 #, gcc-internal-format
66060 msgid "Variable %qs at %L with ALLOCATABLE attribute in procedure %qs with BIND(C)"
66061 msgstr ""
66063 #: fortran/decl.cc:1666
66064 #, gcc-internal-format
66065 msgid "Variable %qs at %L with POINTER attribute in procedure %qs with BIND(C)"
66066 msgstr ""
66068 #: fortran/decl.cc:1675
66069 #, gcc-internal-format
66070 msgid "Variable %qs at %L cannot have both the OPTIONAL and the VALUE attribute because procedure %qs is BIND(C)"
66071 msgstr ""
66073 #: fortran/decl.cc:1682
66074 #, gcc-internal-format
66075 msgid "Variable %qs at %L with OPTIONAL attribute in procedure %qs which is BIND(C)"
66076 msgstr ""
66078 #: fortran/decl.cc:1693
66079 #, gcc-internal-format
66080 msgid "Assumed-shape array %qs at %L as dummy argument to the BIND(C) procedure %qs at %L"
66081 msgstr ""
66083 #: fortran/decl.cc:1761
66084 #, gcc-internal-format
66085 msgid "Symbol %qs at %C also declared as a type at %L"
66086 msgstr ""
66088 #: fortran/decl.cc:1820
66089 #, gcc-internal-format
66090 msgid "Variable %qs in common block %qs at %C must be declared with a C interoperable kind since common block %qs is BIND(C)"
66091 msgstr ""
66093 #: fortran/decl.cc:1860
66094 #, gcc-internal-format, gfc-internal-format
66095 msgid "CHARACTER length must be a constant at %L"
66096 msgstr ""
66098 #: fortran/decl.cc:1875
66099 #, gcc-internal-format, gfc-internal-format
66100 msgid "CHARACTER expression at %L is being truncated (%ld/%ld)"
66101 msgstr ""
66103 #: fortran/decl.cc:1883
66104 #, gcc-internal-format, gfc-internal-format
66105 msgid "The CHARACTER elements of the array constructor at %L must have the same length (%ld/%ld)"
66106 msgstr ""
66108 #: fortran/decl.cc:1982
66109 #, gcc-internal-format
66110 msgid "Initializer not allowed for PARAMETER %qs at %C"
66111 msgstr ""
66113 #: fortran/decl.cc:1995
66114 #, gcc-internal-format, gfc-internal-format
66115 msgid "PARAMETER at %L is missing an initializer"
66116 msgstr ""
66118 #: fortran/decl.cc:2005
66119 #, gcc-internal-format
66120 msgid "Variable %qs at %C with an initializer already appears in a DATA statement"
66121 msgstr ""
66123 #: fortran/decl.cc:2048
66124 #, gcc-internal-format, gfc-internal-format
66125 msgid "Cannot initialize parameter array at %L with variable length elements"
66126 msgstr ""
66128 #: fortran/decl.cc:2112
66129 #, gcc-internal-format, gfc-internal-format
66130 msgid "Rank mismatch of array at %L and its initializer (%d/%d)"
66131 msgstr ""
66133 #: fortran/decl.cc:2125
66134 #, gcc-internal-format, gfc-internal-format
66135 msgid "Cannot initialize implied-shape array at %L with scalar"
66136 msgstr ""
66138 #: fortran/decl.cc:2135
66139 #, gcc-internal-format, gfc-internal-format
66140 msgid "Bad shape of initializer at %L"
66141 msgstr ""
66143 #: fortran/decl.cc:2142
66144 #, gcc-internal-format, gfc-internal-format
66145 msgid "Cannot determine shape of initializer at %L"
66146 msgstr ""
66148 #: fortran/decl.cc:2177
66149 #, gcc-internal-format, gfc-internal-format
66150 msgid "Non-constant lower bound in implied-shape declaration at %L"
66151 msgstr ""
66153 #: fortran/decl.cc:2227
66154 #, gcc-internal-format
66155 msgid "Entity %qs at %L is incompatible with a BOZ literal constant"
66156 msgstr ""
66158 #: fortran/decl.cc:2293 fortran/decl.cc:2300
66159 #, gcc-internal-format, gfc-internal-format
66160 msgid "Component at %C must have the POINTER attribute"
66161 msgstr ""
66163 #: fortran/decl.cc:2309
66164 #, gcc-internal-format
66165 msgid "Component %qs with CLASS at %C must be allocatable or pointer"
66166 msgstr ""
66168 #: fortran/decl.cc:2318
66169 #, gcc-internal-format, gfc-internal-format
66170 msgid "Array component of structure at %C must have explicit or deferred shape"
66171 msgstr ""
66173 #: fortran/decl.cc:2342 fortran/symbol.cc:2270
66174 #, gcc-internal-format
66175 msgid "Component %qs at %C already declared at %L"
66176 msgstr ""
66178 #: fortran/decl.cc:2390
66179 #, gcc-internal-format, gfc-internal-format
66180 msgid "Pointer array component of structure at %C must have a deferred shape"
66181 msgstr ""
66183 #: fortran/decl.cc:2399
66184 #, gcc-internal-format, gfc-internal-format
66185 msgid "Allocatable component of structure at %C must have a deferred shape"
66186 msgstr ""
66188 #: fortran/decl.cc:2408
66189 #, gcc-internal-format, gfc-internal-format
66190 msgid "Array component of structure at %C must have an explicit shape"
66191 msgstr ""
66193 #: fortran/decl.cc:2425
66194 #, gcc-internal-format
66195 msgid "Type parameter %qs at %C has no corresponding entry in the type parameter name list at %L"
66196 msgstr ""
66198 #: fortran/decl.cc:2482
66199 #, gcc-internal-format, gfc-internal-format
66200 msgid "NULL() initialization at %C is ambiguous"
66201 msgstr ""
66203 #: fortran/decl.cc:2499
66204 #, gcc-internal-format, gfc-internal-format
66205 msgid "NULL() initialization at %C may not have MOLD"
66206 msgstr ""
66208 #: fortran/decl.cc:2516
66209 #, gcc-internal-format, gfc-internal-format
66210 msgid "Initialization of pointer at %C is not allowed in a PURE procedure"
66211 msgstr ""
66213 #: fortran/decl.cc:2537
66214 #, gcc-internal-format, gfc-internal-format
66215 msgid "Error in pointer initialization at %C"
66216 msgstr ""
66218 #: fortran/decl.cc:2544
66219 #, gcc-internal-format, gfc-internal-format
66220 msgid "non-NULL pointer initialization at %C"
66221 msgstr ""
66223 #: fortran/decl.cc:2567
66224 #, gcc-internal-format
66225 msgid "RESULT variable %qs at %L prohibits FUNCTION name %qs at %C from appearing in a specification statement"
66226 msgstr ""
66228 #: fortran/decl.cc:2621
66229 #, gcc-internal-format
66230 msgid "%qs not allowed outside STRUCTURE at %C"
66231 msgstr ""
66233 #: fortran/decl.cc:2623
66234 #, gcc-internal-format
66235 msgid "%qs at %C is a DEC extension, enable with %<-fdec-structure%>"
66236 msgstr ""
66238 #: fortran/decl.cc:2631
66239 #, gcc-internal-format
66240 msgid "%qs entity cannot have attributes at %C"
66241 msgstr ""
66243 #: fortran/decl.cc:2641
66244 #, gcc-internal-format
66245 msgid "Invalid character %qc in variable name at %C"
66246 msgstr ""
66248 #: fortran/decl.cc:2683
66249 #, gcc-internal-format
66250 msgid "Non-PARAMETER symbol %qs at %L cannot be implied-shape"
66251 msgstr ""
66253 #: fortran/decl.cc:2693
66254 #, gcc-internal-format, gfc-internal-format
66255 msgid "Implied-shape array at %L"
66256 msgstr ""
66258 #: fortran/decl.cc:2750
66259 #, gcc-internal-format, gfc-internal-format
66260 msgid "Explicit array shape at %C must be constant of INTEGER type and not %s type"
66261 msgstr ""
66263 #: fortran/decl.cc:2758
66264 #, gcc-internal-format, gfc-internal-format
66265 msgid "Explicit shaped array with nonconstant bounds at %C"
66266 msgstr ""
66268 #: fortran/decl.cc:2859
66269 #, gcc-internal-format
66270 msgid "%qs at %C is a redefinition of the declaration in the corresponding interface for MODULE PROCEDURE %qs"
66271 msgstr ""
66273 #: fortran/decl.cc:2870
66274 #, gcc-internal-format
66275 msgid "%qs entity cannot have an initializer at %C"
66276 msgstr ""
66278 #: fortran/decl.cc:2895 fortran/decl.cc:8966
66279 #, gcc-internal-format, gfc-internal-format
66280 msgid "Duplicate array spec for Cray pointee at %C"
66281 msgstr ""
66283 #: fortran/decl.cc:2903
66284 #, gcc-internal-format
66285 msgid "Cannot set pointee array spec."
66286 msgstr ""
66288 #: fortran/decl.cc:2966
66289 #, gcc-internal-format, gfc-internal-format
66290 msgid "Old-style initialization at %C"
66291 msgstr ""
66293 #: fortran/decl.cc:2974
66294 #, gcc-internal-format, gfc-internal-format
66295 msgid "Invalid old style initialization for derived type component at %C"
66296 msgstr ""
66298 #: fortran/decl.cc:2987
66299 #, gcc-internal-format, gfc-internal-format
66300 msgid "Syntax error in old style initialization of %s at %C"
66301 msgstr "Синтаксична помилка у ініціалізації у старому стилі %s, адреса — %C"
66303 #: fortran/decl.cc:3007 fortran/decl.cc:7177
66304 #, gcc-internal-format, gfc-internal-format
66305 msgid "Initialization at %C isn't for a pointer variable"
66306 msgstr ""
66308 #: fortran/decl.cc:3030
66309 #, gcc-internal-format
66310 msgid "Pointer initialization at %C requires %<=>%>, not %<=%>"
66311 msgstr ""
66313 #: fortran/decl.cc:3039 fortran/decl.cc:10909
66314 #, gcc-internal-format, gfc-internal-format
66315 msgid "Expected an initialization expression at %C"
66316 msgstr ""
66318 #: fortran/decl.cc:3046
66319 #, gcc-internal-format, gfc-internal-format
66320 msgid "Initialization of variable at %C is not allowed in a PURE procedure"
66321 msgstr ""
66323 #: fortran/decl.cc:3063
66324 #, gcc-internal-format, gfc-internal-format
66325 msgid "Initialization of allocatable component at %C is not allowed"
66326 msgstr ""
66328 #: fortran/decl.cc:3072
66329 #, gcc-internal-format, gfc-internal-format
66330 msgid "Initialization of structure component with a HOLLERITH constant at %L is not allowed"
66331 msgstr ""
66333 #: fortran/decl.cc:3086
66334 #, gcc-internal-format, gfc-internal-format
66335 msgid "The component with KIND or LEN attribute at %C does not not appear in the type parameter list at %L"
66336 msgstr ""
66338 #: fortran/decl.cc:3094
66339 #, gcc-internal-format, gfc-internal-format
66340 msgid "The component at %C that appears in the type parameter list at %L has neither the KIND nor LEN attribute"
66341 msgstr ""
66343 #: fortran/decl.cc:3102
66344 #, gcc-internal-format, gfc-internal-format
66345 msgid "The component at %C which is a type parameter must be a scalar"
66346 msgstr ""
66348 #: fortran/decl.cc:3111
66349 #, gcc-internal-format, gfc-internal-format
66350 msgid "BOZ literal constant at %L cannot appear as an initializer"
66351 msgstr ""
66353 #: fortran/decl.cc:3128
66354 #, gcc-internal-format
66355 msgid "Incompatible initialization between a derived type entity and an entity with %qs type at %C"
66356 msgstr ""
66358 #: fortran/decl.cc:3191 fortran/decl.cc:3226
66359 #, gcc-internal-format, gfc-internal-format
66360 msgid "Old-style type declaration %s*%d not supported at %C"
66361 msgstr ""
66363 #: fortran/decl.cc:3232
66364 #, gcc-internal-format, gfc-internal-format
66365 msgid "Nonstandard type declaration %s*%d at %C"
66366 msgstr ""
66368 #: fortran/decl.cc:3291 fortran/decl.cc:3368
66369 #, gcc-internal-format, gfc-internal-format
66370 msgid "Missing right parenthesis at %C"
66371 msgstr ""
66373 #: fortran/decl.cc:3304 fortran/decl.cc:3438
66374 #, gcc-internal-format, gfc-internal-format
66375 msgid "Expected initialization expression at %C"
66376 msgstr ""
66378 #: fortran/decl.cc:3312 fortran/decl.cc:3444
66379 #, gcc-internal-format, gfc-internal-format
66380 msgid "Expected scalar initialization expression at %C"
66381 msgstr ""
66383 #: fortran/decl.cc:3342 fortran/decl.cc:4076
66384 #, gcc-internal-format, gfc-internal-format
66385 msgid "Kind %d not supported for type %s at %C"
66386 msgstr ""
66388 #: fortran/decl.cc:3355
66389 #, gcc-internal-format, gfc-internal-format
66390 msgid "C kind type parameter is for type %s but type at %L is %s"
66391 msgstr ""
66393 #: fortran/decl.cc:3366
66394 #, gcc-internal-format, gfc-internal-format
66395 msgid "Missing right parenthesis or comma at %C"
66396 msgstr ""
66398 #: fortran/decl.cc:3470
66399 #, gcc-internal-format, gfc-internal-format
66400 msgid "Kind %d is not supported for CHARACTER at %C"
66401 msgstr ""
66403 #: fortran/decl.cc:3602
66404 #, gcc-internal-format, gfc-internal-format
66405 msgid "Syntax error in CHARACTER declaration at %C"
66406 msgstr ""
66408 #: fortran/decl.cc:3703
66409 #, gcc-internal-format
66410 msgid "RECORD at %C is an extension, enable it with %<-fdec-structure%>"
66411 msgstr ""
66413 #: fortran/decl.cc:3716
66414 #, gcc-internal-format, gfc-internal-format
66415 msgid "Structure name expected after RECORD at %C"
66416 msgstr ""
66418 #: fortran/decl.cc:3829
66419 #, gcc-internal-format, gfc-internal-format
66420 msgid "The type parameter spec list at %C cannot contain both ASSUMED and DEFERRED parameters"
66421 msgstr ""
66423 #: fortran/decl.cc:3853
66424 #, gcc-internal-format, gfc-internal-format
66425 msgid "The type parameter spec list at %C does not contain enough parameter expressions"
66426 msgstr ""
66428 #: fortran/decl.cc:3877
66429 #, gcc-internal-format
66430 msgid "The derived parameter %qs at %C does not have a default value"
66431 msgstr ""
66433 #: fortran/decl.cc:3910
66434 #, gcc-internal-format, gfc-internal-format
66435 msgid "The parameter expression at %C must be of INTEGER type and not %s type"
66436 msgstr ""
66438 #: fortran/decl.cc:3917
66439 #, gcc-internal-format, gfc-internal-format
66440 msgid "The parameter expression at %C does not simplify to an INTEGER constant"
66441 msgstr ""
66443 #: fortran/decl.cc:3944
66444 #, gcc-internal-format
66445 msgid "The KIND parameter %qs at %C cannot either be ASSUMED or DEFERRED"
66446 msgstr ""
66448 #: fortran/decl.cc:3951
66449 #, gcc-internal-format
66450 msgid "The value for the KIND parameter %qs at %C does not reduce to a constant expression"
66451 msgstr "Значення параметра KIND %qs у %C не спрощується до сталого виразу"
66453 #: fortran/decl.cc:3966
66454 #, gcc-internal-format, gfc-internal-format
66455 msgid "The type parameter spec list at %C contains too many parameter expressions"
66456 msgstr ""
66458 #: fortran/decl.cc:3975
66459 #, gcc-internal-format, gfc-internal-format
66460 msgid "Parameterized derived type at %C is ambiguous"
66461 msgstr ""
66463 #: fortran/decl.cc:4211
66464 #, gcc-internal-format, gfc-internal-format
66465 msgid "BYTE type at %C"
66466 msgstr ""
66468 #: fortran/decl.cc:4223
66469 #, gcc-internal-format, gfc-internal-format
66470 msgid "BYTE type used at %C is not available on the target machine"
66471 msgstr ""
66473 #: fortran/decl.cc:4285
66474 #, gcc-internal-format, gfc-internal-format
66475 msgid "Assumed type at %C is not allowed for components"
66476 msgstr ""
66478 #: fortran/decl.cc:4288
66479 #, gcc-internal-format, gfc-internal-format
66480 msgid "Assumed type at %C"
66481 msgstr ""
66483 #: fortran/decl.cc:4310 fortran/decl.cc:4344 fortran/decl.cc:4377
66484 #: fortran/decl.cc:4676
66485 #, gcc-internal-format, gfc-internal-format
66486 msgid "TYPE with intrinsic-type-spec at %C"
66487 msgstr ""
66489 #: fortran/decl.cc:4322 fortran/decl.cc:4350 fortran/decl.cc:4383
66490 #: fortran/decl.cc:4409 fortran/decl.cc:4701 fortran/decl.cc:4716
66491 #, gcc-internal-format, gfc-internal-format
66492 msgid "Malformed type-spec at %C"
66493 msgstr ""
66495 #: fortran/decl.cc:4373
66496 #, gcc-internal-format, gfc-internal-format
66497 msgid "DOUBLE COMPLEX at %C"
66498 msgstr ""
66500 #: fortran/decl.cc:4425 fortran/decl.cc:4567 fortran/decl.cc:4579
66501 #: fortran/decl.cc:4593 fortran/decl.cc:5075 fortran/decl.cc:5083
66502 #, gcc-internal-format
66503 msgid "Type name %qs at %C is ambiguous"
66504 msgstr ""
66506 #: fortran/decl.cc:4526
66507 #, gcc-internal-format, gfc-internal-format
66508 msgid "CLASS statement at %C"
66509 msgstr ""
66511 #: fortran/decl.cc:4608
66512 #, gcc-internal-format
66513 msgid "Type name %qs at %C conflicts with previously declared entity at %L, which has the same name"
66514 msgstr ""
66516 #: fortran/decl.cc:4751
66517 #, gcc-internal-format, gfc-internal-format
66518 msgid "Duplicate IMPLICIT NONE statement at %C"
66519 msgstr ""
66521 #: fortran/decl.cc:4760
66522 #, gcc-internal-format, gfc-internal-format
66523 msgid "IMPLICIT NONE with spec list at %C"
66524 msgstr ""
66526 #: fortran/decl.cc:4819
66527 #, gcc-internal-format, gfc-internal-format
66528 msgid "Missing character range in IMPLICIT at %C"
66529 msgstr ""
66531 #: fortran/decl.cc:4865
66532 #, gcc-internal-format, gfc-internal-format
66533 msgid "Letters must be in alphabetic order in IMPLICIT statement at %C"
66534 msgstr ""
66536 #: fortran/decl.cc:4918
66537 #, gcc-internal-format, gfc-internal-format
66538 msgid "IMPLICIT statement at %C following an IMPLICIT NONE (type) statement"
66539 msgstr ""
66541 #: fortran/decl.cc:4928
66542 #, gcc-internal-format, gfc-internal-format
66543 msgid "Empty IMPLICIT statement at %C"
66544 msgstr ""
66546 #: fortran/decl.cc:5034
66547 #, gcc-internal-format, gfc-internal-format
66548 msgid "IMPORT statement at %C only permitted in an INTERFACE body"
66549 msgstr ""
66551 #: fortran/decl.cc:5041
66552 #, gcc-internal-format, gfc-internal-format
66553 msgid "F2008: C1210 IMPORT statement at %C is not permitted in a module procedure interface body"
66554 msgstr ""
66556 #: fortran/decl.cc:5046
66557 #, gcc-internal-format, gfc-internal-format
66558 msgid "IMPORT statement at %C"
66559 msgstr ""
66561 #: fortran/decl.cc:5060
66562 #, gcc-internal-format, gfc-internal-format
66563 msgid "Expecting list of named entities at %C"
66564 msgstr ""
66566 #: fortran/decl.cc:5089
66567 #, gcc-internal-format
66568 msgid "Cannot IMPORT %qs from host scoping unit at %C - does not exist."
66569 msgstr ""
66571 #: fortran/decl.cc:5096
66572 #, gcc-internal-format
66573 msgid "%qs is already IMPORTed from host scoping unit at %C"
66574 msgstr ""
66576 #: fortran/decl.cc:5137
66577 #, gcc-internal-format, gfc-internal-format
66578 msgid "Syntax error in IMPORT statement at %C"
66579 msgstr ""
66581 #: fortran/decl.cc:5477
66582 #, gcc-internal-format, gfc-internal-format
66583 msgid "Missing codimension specification at %C"
66584 msgstr ""
66586 #: fortran/decl.cc:5479
66587 #, gcc-internal-format, gfc-internal-format
66588 msgid "Missing dimension specification at %C"
66589 msgstr ""
66591 #: fortran/decl.cc:5574
66592 #, gcc-internal-format, gfc-internal-format
66593 msgid "Duplicate %s attribute at %L"
66594 msgstr ""
66596 #: fortran/decl.cc:5591
66597 #, gcc-internal-format
66598 msgid "%s at %L is a DEC extension, enable with %<-fdec-static%>"
66599 msgstr ""
66601 #: fortran/decl.cc:5610
66602 #, gcc-internal-format, gfc-internal-format
66603 msgid "ALLOCATABLE attribute at %C in a TYPE definition"
66604 msgstr ""
66606 #: fortran/decl.cc:5612
66607 #, gcc-internal-format, gfc-internal-format
66608 msgid "ALLOCATABLE attribute at %C in a STRUCTURE definition"
66609 msgstr ""
66611 #: fortran/decl.cc:5622
66612 #, gcc-internal-format, gfc-internal-format
66613 msgid "KIND attribute at %C in a TYPE definition"
66614 msgstr ""
66616 #: fortran/decl.cc:5624
66617 #, gcc-internal-format, gfc-internal-format
66618 msgid "KIND attribute at %C in a STRUCTURE definition"
66619 msgstr ""
66621 #: fortran/decl.cc:5632
66622 #, gcc-internal-format, gfc-internal-format
66623 msgid "Component with KIND attribute at %C must be INTEGER"
66624 msgstr ""
66626 #: fortran/decl.cc:5641
66627 #, gcc-internal-format, gfc-internal-format
66628 msgid "LEN attribute at %C in a TYPE definition"
66629 msgstr ""
66631 #: fortran/decl.cc:5643
66632 #, gcc-internal-format, gfc-internal-format
66633 msgid "LEN attribute at %C in a STRUCTURE definition"
66634 msgstr ""
66636 #: fortran/decl.cc:5651
66637 #, gcc-internal-format, gfc-internal-format
66638 msgid "Component with LEN attribute at %C must be INTEGER"
66639 msgstr ""
66641 #: fortran/decl.cc:5659
66642 #, gcc-internal-format, gfc-internal-format
66643 msgid "Attribute at %L is not allowed in a TYPE definition"
66644 msgstr ""
66646 #: fortran/decl.cc:5661
66647 #, gcc-internal-format, gfc-internal-format
66648 msgid "Attribute at %L is not allowed in a STRUCTURE definition"
66649 msgstr ""
66651 #: fortran/decl.cc:5679
66652 #, gcc-internal-format, gfc-internal-format
66653 msgid "Attribute %s at %L in a TYPE definition"
66654 msgstr ""
66656 #: fortran/decl.cc:5689
66657 #, gcc-internal-format, gfc-internal-format
66658 msgid "%s attribute at %L is not allowed outside of the specification part of a module"
66659 msgstr ""
66661 #: fortran/decl.cc:5699
66662 #, gcc-internal-format, gfc-internal-format
66663 msgid "Attribute at %L is not allowed outside a TYPE definition"
66664 msgstr ""
66666 #: fortran/decl.cc:5712
66667 #, gcc-internal-format, gfc-internal-format
66668 msgid "ASYNCHRONOUS attribute at %C"
66669 msgstr ""
66671 #: fortran/decl.cc:5723
66672 #, gcc-internal-format, gfc-internal-format
66673 msgid "CONTIGUOUS attribute at %C"
66674 msgstr ""
66676 #: fortran/decl.cc:5778 fortran/decl.cc:9268
66677 #, gcc-internal-format, gfc-internal-format
66678 msgid "PROTECTED at %C only allowed in specification part of a module"
66679 msgstr ""
66681 #: fortran/decl.cc:5784
66682 #, gcc-internal-format, gfc-internal-format
66683 msgid "PROTECTED attribute at %C"
66684 msgstr ""
66686 #: fortran/decl.cc:5818
66687 #, gcc-internal-format, gfc-internal-format
66688 msgid "VALUE attribute at %C"
66689 msgstr ""
66691 #: fortran/decl.cc:5825
66692 #, gcc-internal-format, gfc-internal-format
66693 msgid "VOLATILE attribute at %C"
66694 msgstr ""
66696 #: fortran/decl.cc:5832
66697 #, gcc-internal-format
66698 msgid "match_attr_spec(): Bad attribute"
66699 msgstr ""
66701 #: fortran/decl.cc:5873
66702 #, gcc-internal-format, gfc-internal-format
66703 msgid "Multiple identifiers provided with single NAME= specifier at %C"
66704 msgstr ""
66706 #: fortran/decl.cc:5971
66707 #, gcc-internal-format
66708 msgid "Implicitly declared BIND(C) function %qs at %L may not be C interoperable"
66709 msgstr ""
66711 #: fortran/decl.cc:5993
66712 #, gcc-internal-format
66713 msgid "Variable %qs in common block %qs at %L may not be a C interoperable kind though common block %qs is BIND(C)"
66714 msgstr ""
66716 #: fortran/decl.cc:6004
66717 #, gcc-internal-format
66718 msgid "Type declaration %qs at %L is not C interoperable but it is BIND(C)"
66719 msgstr ""
66721 #: fortran/decl.cc:6010
66722 #, gcc-internal-format
66723 msgid "Variable %qs at %L may not be a C interoperable kind but it is BIND(C)"
66724 msgstr ""
66726 #: fortran/decl.cc:6022
66727 #, gcc-internal-format
66728 msgid "Variable %qs in common block %qs at %L cannot be declared with BIND(C) since it is not a global"
66729 msgstr ""
66731 #: fortran/decl.cc:6036
66732 #, gcc-internal-format
66733 msgid "Variable %qs at %L cannot have both the POINTER and BIND(C) attributes"
66734 msgstr ""
66736 #: fortran/decl.cc:6044
66737 #, gcc-internal-format
66738 msgid "Variable %qs at %L cannot have both the ALLOCATABLE and BIND(C) attributes"
66739 msgstr ""
66741 #: fortran/decl.cc:6056
66742 #, gcc-internal-format
66743 msgid "Return type of BIND(C) function %qs at %L cannot be an array"
66744 msgstr ""
66746 #: fortran/decl.cc:6064
66747 #, gcc-internal-format
66748 msgid "Return type of BIND(C) function %qs of character type at %L must have length 1"
66749 msgstr ""
66751 #. Use gfc_warning_now because we won't say that the symbol fails
66752 #. just because of this.
66753 #: fortran/decl.cc:6075
66754 #, gcc-internal-format
66755 msgid "Symbol %qs at %L is marked PRIVATE but has been given the binding label %qs"
66756 msgstr ""
66758 #: fortran/decl.cc:6149
66759 #, gcc-internal-format, gfc-internal-format
66760 msgid "Need either entity or common block name for attribute specification statement at %C"
66761 msgstr ""
66763 #: fortran/decl.cc:6194
66764 #, gcc-internal-format, gfc-internal-format
66765 msgid "Missing entity or common block name for attribute specification statement at %C"
66766 msgstr ""
66768 #: fortran/decl.cc:6201
66769 #, gcc-internal-format
66770 msgid "Missing symbol"
66771 msgstr ""
66773 #: fortran/decl.cc:6230
66774 #, gcc-internal-format, gfc-internal-format
66775 msgid "BIND(C) statement at %C"
66776 msgstr ""
66778 #: fortran/decl.cc:6292
66779 #, gcc-internal-format, gfc-internal-format
66780 msgid "CLASS entity at %C cannot have the PARAMETER attribute"
66781 msgstr ""
66783 #: fortran/decl.cc:6324
66784 #, gcc-internal-format, gfc-internal-format
66785 msgid "Derived type at %C has not been previously defined and so cannot appear in a derived type definition"
66786 msgstr ""
66788 #: fortran/decl.cc:6366
66789 #, gcc-internal-format, gfc-internal-format
66790 msgid "Syntax error in anonymous structure declaration at %C"
66791 msgstr "Синтаксична помилка у оголошенні анонімної структури у %C"
66793 #: fortran/decl.cc:6375
66794 #, gcc-internal-format, gfc-internal-format
66795 msgid "Syntax error in data declaration at %C"
66796 msgstr ""
66798 #: fortran/decl.cc:6447
66799 #, gcc-internal-format, gfc-internal-format
66800 msgid "MODULE prefix at %C"
66801 msgstr ""
66803 #: fortran/decl.cc:6452
66804 #, gcc-internal-format, gfc-internal-format
66805 msgid "MODULE prefix at %C found outside of a module, submodule, or interface"
66806 msgstr ""
66808 #: fortran/decl.cc:6503
66809 #, gcc-internal-format, gfc-internal-format
66810 msgid "IMPURE procedure at %C"
66811 msgstr ""
66813 #: fortran/decl.cc:6515
66814 #, gcc-internal-format, gfc-internal-format
66815 msgid "PURE and IMPURE must not appear both at %C"
66816 msgstr ""
66818 #: fortran/decl.cc:6561
66819 #, gcc-internal-format, gfc-internal-format
66820 msgid "ELEMENTAL prefix in MODULE PROCEDURE interface is missing at %L"
66821 msgstr ""
66823 #: fortran/decl.cc:6568
66824 #, gcc-internal-format, gfc-internal-format
66825 msgid "PURE prefix in MODULE PROCEDURE interface is missing at %L"
66826 msgstr ""
66828 #: fortran/decl.cc:6575
66829 #, gcc-internal-format, gfc-internal-format
66830 msgid "RECURSIVE prefix in MODULE PROCEDURE interface is missing at %L"
66831 msgstr ""
66833 #: fortran/decl.cc:6636
66834 #, gcc-internal-format, gfc-internal-format
66835 msgid "A type parameter list is required at %C"
66836 msgstr ""
66838 #: fortran/decl.cc:6650 fortran/primary.cc:1885
66839 #, gcc-internal-format, gfc-internal-format
66840 msgid "Alternate-return argument at %C"
66841 msgstr ""
66843 #: fortran/decl.cc:6656 fortran/decl.cc:6664
66844 #, gcc-internal-format, gfc-internal-format
66845 msgid "A parameter name is required at %C"
66846 msgstr "Потрібна назва параметра у %C"
66848 #: fortran/decl.cc:6704
66849 #, gcc-internal-format
66850 msgid "Name %qs at %C is the name of the procedure"
66851 msgstr ""
66853 #: fortran/decl.cc:6717
66854 #, gcc-internal-format, gfc-internal-format
66855 msgid "Expected parameter list in type declaration at %C"
66856 msgstr "У оголошенні типу у %C мав бути список параметрів"
66858 #: fortran/decl.cc:6720
66859 #, gcc-internal-format, gfc-internal-format
66860 msgid "Unexpected junk in formal argument list at %C"
66861 msgstr ""
66863 #: fortran/decl.cc:6738
66864 #, gcc-internal-format
66865 msgid "Duplicate name %qs in parameter list at %C"
66866 msgstr ""
66868 #: fortran/decl.cc:6741
66869 #, gcc-internal-format
66870 msgid "Duplicate symbol %qs in formal argument list at %C"
66871 msgstr ""
66873 #: fortran/decl.cc:6780
66874 #, gcc-internal-format, gfc-internal-format
66875 msgid "Mismatch in MODULE PROCEDURE formal argument names (%s/%s) at %C"
66876 msgstr ""
66878 #: fortran/decl.cc:6786
66879 #, gcc-internal-format, gfc-internal-format
66880 msgid "Mismatch in number of MODULE PROCEDURE formal arguments at %C"
66881 msgstr ""
66883 #: fortran/decl.cc:6825
66884 #, gcc-internal-format, gfc-internal-format
66885 msgid "RESULT variable at %C must be different than function name"
66886 msgstr ""
66888 #: fortran/decl.cc:6902
66889 #, gcc-internal-format, gfc-internal-format
66890 msgid "Unexpected junk after function declaration at %C"
66891 msgstr ""
66893 #: fortran/decl.cc:6912 fortran/decl.cc:8050
66894 #, gcc-internal-format, gfc-internal-format
66895 msgid "BIND(C) attribute at %L may not be specified for an internal procedure"
66896 msgstr ""
66898 #: fortran/decl.cc:7116
66899 #, gcc-internal-format, gfc-internal-format
66900 msgid "BIND(C) attribute at %C requires an interface with BIND(C)"
66901 msgstr ""
66903 #: fortran/decl.cc:7123
66904 #, gcc-internal-format, gfc-internal-format
66905 msgid "BIND(C) procedure with NAME may not have POINTER attribute at %C"
66906 msgstr ""
66908 #: fortran/decl.cc:7129
66909 #, gcc-internal-format, gfc-internal-format
66910 msgid "Dummy procedure at %C may not have BIND(C) attribute with NAME"
66911 msgstr ""
66913 #: fortran/decl.cc:7152
66914 #, gcc-internal-format
66915 msgid "Procedure %qs at %L already has basic type of %s"
66916 msgstr ""
66918 #: fortran/decl.cc:7198 fortran/decl.cc:7386 fortran/decl.cc:11393
66919 #, gcc-internal-format, gfc-internal-format
66920 msgid "Syntax error in PROCEDURE statement at %C"
66921 msgstr ""
66923 #: fortran/decl.cc:7247 fortran/decl.cc:11293
66924 #, gcc-internal-format
66925 msgid "Expected %<::%> after binding-attributes at %C"
66926 msgstr ""
66928 #: fortran/decl.cc:7254
66929 #, gcc-internal-format, gfc-internal-format
66930 msgid "NOPASS or explicit interface required at %C"
66931 msgstr ""
66933 #: fortran/decl.cc:7258
66934 #, gcc-internal-format, gfc-internal-format
66935 msgid "Procedure pointer component at %C"
66936 msgstr ""
66938 #: fortran/decl.cc:7330
66939 #, gcc-internal-format, gfc-internal-format
66940 msgid "Syntax error in procedure pointer component at %C"
66941 msgstr ""
66943 #: fortran/decl.cc:7348
66944 #, gcc-internal-format, gfc-internal-format
66945 msgid "PROCEDURE at %C must be in a generic interface"
66946 msgstr ""
66948 #: fortran/decl.cc:7357 fortran/decl.cc:10033
66949 #, gcc-internal-format, gfc-internal-format
66950 msgid "double colon in MODULE PROCEDURE statement at %L"
66951 msgstr ""
66953 #: fortran/decl.cc:7427
66954 #, gcc-internal-format, gfc-internal-format
66955 msgid "PROCEDURE statement at %C"
66956 msgstr ""
66958 #: fortran/decl.cc:7499
66959 #, gcc-internal-format, gfc-internal-format
66960 msgid "Expected formal argument list in function definition at %C"
66961 msgstr ""
66963 #: fortran/decl.cc:7529 fortran/decl.cc:7808 fortran/decl.cc:8017
66964 #: fortran/symbol.cc:1910
66965 #, gcc-internal-format, gfc-internal-format
66966 msgid "BIND(C) attribute at %L can only be used for variables or common blocks"
66967 msgstr ""
66969 #: fortran/decl.cc:7559 fortran/decl.cc:8075
66970 #, gcc-internal-format
66971 msgid "Mismatch in BIND(C) names (%qs/%qs) at %C"
66972 msgstr ""
66974 #: fortran/decl.cc:7702
66975 #, gcc-internal-format, gfc-internal-format
66976 msgid "ENTRY statement at %C"
66977 msgstr ""
66979 #: fortran/decl.cc:7711
66980 #, gcc-internal-format, gfc-internal-format
66981 msgid "ENTRY statement at %C cannot appear within a PROGRAM"
66982 msgstr ""
66984 #: fortran/decl.cc:7714
66985 #, gcc-internal-format, gfc-internal-format
66986 msgid "ENTRY statement at %C cannot appear within a MODULE"
66987 msgstr ""
66989 #: fortran/decl.cc:7717
66990 #, gcc-internal-format, gfc-internal-format
66991 msgid "ENTRY statement at %C cannot appear within a SUBMODULE"
66992 msgstr ""
66994 #: fortran/decl.cc:7720
66995 #, gcc-internal-format, gfc-internal-format
66996 msgid "ENTRY statement at %C cannot appear within a BLOCK DATA"
66997 msgstr ""
66999 #: fortran/decl.cc:7724 fortran/decl.cc:7769
67000 #, gcc-internal-format, gfc-internal-format
67001 msgid "ENTRY statement at %C cannot appear within an INTERFACE"
67002 msgstr ""
67004 #: fortran/decl.cc:7728
67005 #, gcc-internal-format, gfc-internal-format
67006 msgid "ENTRY statement at %C cannot appear within a STRUCTURE block"
67007 msgstr ""
67009 #: fortran/decl.cc:7732
67010 #, gcc-internal-format, gfc-internal-format
67011 msgid "ENTRY statement at %C cannot appear within a DERIVED TYPE block"
67012 msgstr ""
67014 #: fortran/decl.cc:7736
67015 #, gcc-internal-format, gfc-internal-format
67016 msgid "ENTRY statement at %C cannot appear within an IF-THEN block"
67017 msgstr ""
67019 #: fortran/decl.cc:7741
67020 #, gcc-internal-format, gfc-internal-format
67021 msgid "ENTRY statement at %C cannot appear within a DO block"
67022 msgstr ""
67024 #: fortran/decl.cc:7745
67025 #, gcc-internal-format, gfc-internal-format
67026 msgid "ENTRY statement at %C cannot appear within a SELECT block"
67027 msgstr ""
67029 #: fortran/decl.cc:7749
67030 #, gcc-internal-format, gfc-internal-format
67031 msgid "ENTRY statement at %C cannot appear within a FORALL block"
67032 msgstr ""
67034 #: fortran/decl.cc:7753
67035 #, gcc-internal-format, gfc-internal-format
67036 msgid "ENTRY statement at %C cannot appear within a WHERE block"
67037 msgstr ""
67039 #: fortran/decl.cc:7757
67040 #, gcc-internal-format, gfc-internal-format
67041 msgid "ENTRY statement at %C cannot appear within a contained subprogram"
67042 msgstr ""
67044 #: fortran/decl.cc:7761
67045 #, gcc-internal-format, gfc-internal-format
67046 msgid "Unexpected ENTRY statement at %C"
67047 msgstr ""
67049 #: fortran/decl.cc:7782
67050 #, gcc-internal-format, gfc-internal-format
67051 msgid "ENTRY statement at %C cannot appear in a contained procedure"
67052 msgstr ""
67054 #: fortran/decl.cc:7833 fortran/decl.cc:8057
67055 #, gcc-internal-format, gfc-internal-format
67056 msgid "Missing required parentheses before BIND(C) at %C"
67057 msgstr ""
67059 #: fortran/decl.cc:7927
67060 #, gcc-internal-format, gfc-internal-format
67061 msgid "ENTRY statement at %L with BIND(C) prohibited in an elemental procedure"
67062 msgstr ""
67064 #: fortran/decl.cc:8084
67065 #, gcc-internal-format, gfc-internal-format
67066 msgid "Alternate return dummy argument cannot appear in a SUBROUTINE with the BIND(C) attribute at %L"
67067 msgstr ""
67069 #: fortran/decl.cc:8147 fortran/decl.cc:8154
67070 #, gcc-internal-format, gfc-internal-format
67071 msgid "Invalid C identifier in NAME= specifier at %C"
67072 msgstr ""
67074 #: fortran/decl.cc:8194
67075 #, gcc-internal-format, gfc-internal-format
67076 msgid "Syntax error in NAME= specifier for binding label at %C"
67077 msgstr ""
67079 #: fortran/decl.cc:8210
67080 #, gcc-internal-format, gfc-internal-format
67081 msgid "NAME= specifier at %C should be a constant expression"
67082 msgstr ""
67084 #: fortran/decl.cc:8218
67085 #, gcc-internal-format, gfc-internal-format
67086 msgid "NAME= specifier at %C should be a scalar of default character kind"
67087 msgstr ""
67089 #: fortran/decl.cc:8237
67090 #, gcc-internal-format, gfc-internal-format
67091 msgid "Missing closing paren for binding label at %C"
67092 msgstr ""
67094 #: fortran/decl.cc:8243
67095 #, gcc-internal-format, gfc-internal-format
67096 msgid "No binding name is allowed in BIND(C) at %C"
67097 msgstr ""
67099 #: fortran/decl.cc:8249
67100 #, gcc-internal-format, gfc-internal-format
67101 msgid "For dummy procedure %s, no binding name is allowed in BIND(C) at %C"
67102 msgstr ""
67104 #: fortran/decl.cc:8278
67105 #, gcc-internal-format, gfc-internal-format
67106 msgid "NAME not allowed on BIND(C) for ABSTRACT INTERFACE at %C"
67107 msgstr ""
67109 #: fortran/decl.cc:8525
67110 #, gcc-internal-format, gfc-internal-format
67111 msgid "Unexpected END statement at %C"
67112 msgstr ""
67114 #: fortran/decl.cc:8534
67115 #, gcc-internal-format, gfc-internal-format
67116 msgid "END statement instead of %s statement at %L"
67117 msgstr ""
67119 #. We would have required END [something].
67120 #: fortran/decl.cc:8543
67121 #, gcc-internal-format, gfc-internal-format
67122 msgid "%s statement expected at %L"
67123 msgstr ""
67125 #: fortran/decl.cc:8554
67126 #, gcc-internal-format, gfc-internal-format
67127 msgid "Expecting %s statement at %L"
67128 msgstr ""
67130 #: fortran/decl.cc:8574
67131 #, gcc-internal-format
67132 msgid "Expected block name of %qs in %s statement at %L"
67133 msgstr ""
67135 #: fortran/decl.cc:8591
67136 #, gcc-internal-format, gfc-internal-format
67137 msgid "Expected terminating name at %C"
67138 msgstr ""
67140 #: fortran/decl.cc:8605 fortran/decl.cc:8613
67141 #, gcc-internal-format
67142 msgid "Expected label %qs for %s statement at %C"
67143 msgstr ""
67145 #: fortran/decl.cc:8712
67146 #, gcc-internal-format, gfc-internal-format
67147 msgid "Missing array specification at %L in DIMENSION statement"
67148 msgstr ""
67150 #: fortran/decl.cc:8720
67151 #, gcc-internal-format, gfc-internal-format
67152 msgid "Dimensions specified for %s at %L after its initialization"
67153 msgstr ""
67155 #: fortran/decl.cc:8728
67156 #, gcc-internal-format, gfc-internal-format
67157 msgid "Missing array specification at %L in CODIMENSION statement"
67158 msgstr ""
67160 #: fortran/decl.cc:8737
67161 #, gcc-internal-format, gfc-internal-format
67162 msgid "Array specification must be deferred at %L"
67163 msgstr ""
67165 #: fortran/decl.cc:8754
67166 #, gcc-internal-format, gfc-internal-format
67167 msgid "Duplicate DIMENSION attribute at %C"
67168 msgstr ""
67170 #: fortran/decl.cc:8846
67171 #, gcc-internal-format, gfc-internal-format
67172 msgid "Unexpected character in variable list at %C"
67173 msgstr ""
67175 #: fortran/decl.cc:8883
67176 #, gcc-internal-format
67177 msgid "Expected %<(%> at %C"
67178 msgstr "Мала бути %<(%> у %C"
67180 #: fortran/decl.cc:8897 fortran/decl.cc:8937
67181 #, gcc-internal-format, gfc-internal-format
67182 msgid "Expected variable name at %C"
67183 msgstr ""
67185 #: fortran/decl.cc:8913
67186 #, gcc-internal-format, gfc-internal-format
67187 msgid "Cray pointer at %C must be an integer"
67188 msgstr ""
67190 #: fortran/decl.cc:8917
67191 #, gcc-internal-format, gfc-internal-format
67192 msgid "Cray pointer at %C has %d bytes of precision; memory addresses require %d bytes"
67193 msgstr ""
67195 #: fortran/decl.cc:8923
67196 #, gcc-internal-format, gfc-internal-format
67197 msgid "Expected \",\" at %C"
67198 msgstr "Мала бути «,» у %C"
67200 #: fortran/decl.cc:8962
67201 #, gcc-internal-format
67202 msgid "Cannot set Cray pointee array spec."
67203 msgstr ""
67205 #: fortran/decl.cc:8986
67206 #, gcc-internal-format, gfc-internal-format
67207 msgid "Expected \")\" at %C"
67208 msgstr "Мала бути «)» у %C"
67210 #: fortran/decl.cc:8998
67211 #, gcc-internal-format
67212 msgid "Expected %<,%> or end of statement at %C"
67213 msgstr ""
67215 #: fortran/decl.cc:9024
67216 #, gcc-internal-format, gfc-internal-format
67217 msgid "INTENT is not allowed inside of BLOCK at %C"
67218 msgstr ""
67220 #: fortran/decl.cc:9056
67221 #, gcc-internal-format, gfc-internal-format
67222 msgid "OPTIONAL is not allowed inside of BLOCK at %C"
67223 msgstr ""
67225 #: fortran/decl.cc:9075
67226 #, gcc-internal-format
67227 msgid "Cray pointer declaration at %C requires %<-fcray-pointer%> flag"
67228 msgstr ""
67230 #: fortran/decl.cc:9114
67231 #, gcc-internal-format, gfc-internal-format
67232 msgid "CONTIGUOUS statement at %C"
67233 msgstr ""
67235 #: fortran/decl.cc:9212
67236 #, gcc-internal-format, gfc-internal-format
67237 msgid "Access specification of the %s operator at %C has already been specified"
67238 msgstr ""
67240 #: fortran/decl.cc:9228
67241 #, gcc-internal-format, gfc-internal-format
67242 msgid "Access specification of the .%s. operator at %C has already been specified"
67243 msgstr ""
67245 #: fortran/decl.cc:9276
67246 #, gcc-internal-format, gfc-internal-format
67247 msgid "PROTECTED statement at %C"
67248 msgstr ""
67250 #: fortran/decl.cc:9310
67251 #, gcc-internal-format, gfc-internal-format
67252 msgid "Syntax error in PROTECTED statement at %C"
67253 msgstr ""
67255 #: fortran/decl.cc:9337 fortran/decl.cc:9362
67256 #, gcc-internal-format, gfc-internal-format
67257 msgid "PRIVATE statement at %C is only allowed in the specification part of a module"
67258 msgstr ""
67260 #: fortran/decl.cc:9383 fortran/decl.cc:9403
67261 #, gcc-internal-format, gfc-internal-format
67262 msgid "PUBLIC statement at %C is only allowed in the specification part of a module"
67263 msgstr ""
67265 #: fortran/decl.cc:9425
67266 #, gcc-internal-format, gfc-internal-format
67267 msgid "Expected variable name at %C in PARAMETER statement"
67268 msgstr ""
67270 #: fortran/decl.cc:9432
67271 #, gcc-internal-format, gfc-internal-format
67272 msgid "Expected = sign in PARAMETER statement at %C"
67273 msgstr ""
67275 #: fortran/decl.cc:9438
67276 #, gcc-internal-format, gfc-internal-format
67277 msgid "Expected expression at %C in PARAMETER statement"
67278 msgstr ""
67280 #: fortran/decl.cc:9458
67281 #, gcc-internal-format, gfc-internal-format
67282 msgid "Initializing already initialized variable at %C"
67283 msgstr ""
67285 #. With legacy PARAMETER statements, don't expect a terminating ')'.
67286 #: fortran/decl.cc:9483
67287 #, gcc-internal-format, gfc-internal-format
67288 msgid "PARAMETER without '()' at %C"
67289 msgstr ""
67291 #: fortran/decl.cc:9499
67292 #, gcc-internal-format, gfc-internal-format
67293 msgid "Unexpected characters in PARAMETER statement at %C"
67294 msgstr ""
67296 #: fortran/decl.cc:9518 fortran/decl.cc:9574
67297 #, gcc-internal-format
67298 msgid "%s at %C is a DEC extension, enable with %<-fdec-static%>"
67299 msgstr ""
67301 #: fortran/decl.cc:9553
67302 #, gcc-internal-format, gfc-internal-format
67303 msgid "Expected entity-list in AUTOMATIC statement at %C"
67304 msgstr ""
67306 #: fortran/decl.cc:9560
67307 #, gcc-internal-format, gfc-internal-format
67308 msgid "Syntax error in AUTOMATIC statement at %C"
67309 msgstr "Синтаксична помилка у інструкції AUTOMATIC у %C"
67311 #: fortran/decl.cc:9609
67312 #, gcc-internal-format, gfc-internal-format
67313 msgid "Expected entity-list in STATIC statement at %C"
67314 msgstr ""
67316 #: fortran/decl.cc:9616
67317 #, gcc-internal-format, gfc-internal-format
67318 msgid "Syntax error in STATIC statement at %C"
67319 msgstr "Синтаксична помилка у інструкції STATIC у %C"
67321 #: fortran/decl.cc:9635
67322 #, gcc-internal-format, gfc-internal-format
67323 msgid "Blanket SAVE statement at %C follows previous SAVE statement"
67324 msgstr ""
67326 #: fortran/decl.cc:9646
67327 #, gcc-internal-format, gfc-internal-format
67328 msgid "SAVE statement at %C follows blanket SAVE statement"
67329 msgstr ""
67331 #: fortran/decl.cc:9694
67332 #, gcc-internal-format, gfc-internal-format
67333 msgid "Syntax error in SAVE statement at %C"
67334 msgstr ""
67336 #: fortran/decl.cc:9711
67337 #, gcc-internal-format, gfc-internal-format
67338 msgid "VALUE is not allowed inside of BLOCK at %C"
67339 msgstr ""
67341 #: fortran/decl.cc:9715
67342 #, gcc-internal-format, gfc-internal-format
67343 msgid "VALUE statement at %C"
67344 msgstr ""
67346 #: fortran/decl.cc:9753
67347 #, gcc-internal-format, gfc-internal-format
67348 msgid "Syntax error in VALUE statement at %C"
67349 msgstr ""
67351 #: fortran/decl.cc:9765
67352 #, gcc-internal-format, gfc-internal-format
67353 msgid "VOLATILE statement at %C"
67354 msgstr ""
67356 #: fortran/decl.cc:9792
67357 #, gcc-internal-format
67358 msgid "Specifying VOLATILE for coarray variable %qs at %C, which is use-/host-associated"
67359 msgstr ""
67361 #: fortran/decl.cc:9817
67362 #, gcc-internal-format, gfc-internal-format
67363 msgid "Syntax error in VOLATILE statement at %C"
67364 msgstr ""
67366 #: fortran/decl.cc:9829
67367 #, gcc-internal-format, gfc-internal-format
67368 msgid "ASYNCHRONOUS statement at %C"
67369 msgstr ""
67371 #: fortran/decl.cc:9873
67372 #, gcc-internal-format, gfc-internal-format
67373 msgid "Syntax error in ASYNCHRONOUS statement at %C"
67374 msgstr ""
67376 #: fortran/decl.cc:9898
67377 #, gcc-internal-format, gfc-internal-format
67378 msgid "MODULE PROCEDURE declaration at %C"
67379 msgstr ""
67381 #: fortran/decl.cc:10008
67382 #, gcc-internal-format, gfc-internal-format
67383 msgid "MODULE PROCEDURE at %C must be in a generic module interface"
67384 msgstr ""
67386 #: fortran/decl.cc:10066
67387 #, gcc-internal-format, gfc-internal-format
67388 msgid "Intrinsic procedure at %L cannot be a MODULE PROCEDURE"
67389 msgstr ""
67391 #: fortran/decl.cc:10115
67392 #, gcc-internal-format, gfc-internal-format
67393 msgid "Ambiguous symbol in TYPE definition at %C"
67394 msgstr ""
67396 #: fortran/decl.cc:10124
67397 #, gcc-internal-format
67398 msgid "Symbol %qs at %C has not been previously defined"
67399 msgstr ""
67401 #: fortran/decl.cc:10130
67402 #, gcc-internal-format
67403 msgid "%qs in EXTENDS expression at %C is not a derived type"
67404 msgstr ""
67406 #: fortran/decl.cc:10137
67407 #, gcc-internal-format
67408 msgid "%qs cannot be extended at %C because it is BIND(C)"
67409 msgstr ""
67411 #: fortran/decl.cc:10144
67412 #, gcc-internal-format
67413 msgid "%qs cannot be extended at %C because it is a SEQUENCE type"
67414 msgstr ""
67416 #: fortran/decl.cc:10167
67417 #, gcc-internal-format, gfc-internal-format
67418 msgid "Derived type at %C can only be PRIVATE in the specification part of a module"
67419 msgstr ""
67421 #: fortran/decl.cc:10179
67422 #, gcc-internal-format, gfc-internal-format
67423 msgid "Derived type at %C can only be PUBLIC in the specification part of a module"
67424 msgstr ""
67426 #: fortran/decl.cc:10200
67427 #, gcc-internal-format, gfc-internal-format
67428 msgid "ABSTRACT type at %C"
67429 msgstr ""
67431 #: fortran/decl.cc:10246
67432 #, gcc-internal-format, gfc-internal-format
67433 msgid "Failed to create structure type '%s' at %C"
67434 msgstr ""
67436 #: fortran/decl.cc:10252
67437 #, gcc-internal-format
67438 msgid "Type definition of %qs at %C was already defined at %L"
67439 msgstr ""
67441 #: fortran/decl.cc:10299
67442 #, gcc-internal-format, gfc-internal-format
67443 msgid "Junk after MAP statement at %C"
67444 msgstr "Зайві команди після інструкції MAP у %C"
67446 #: fortran/decl.cc:10332
67447 #, gcc-internal-format, gfc-internal-format
67448 msgid "Junk after UNION statement at %C"
67449 msgstr "Зайві команди після інструкції UNION у %C"
67451 #: fortran/decl.cc:10367
67452 #, gcc-internal-format
67453 msgid "%s at %C is a DEC extension, enable with %<-fdec-structure%>"
67454 msgstr ""
67456 #: fortran/decl.cc:10381
67457 #, gcc-internal-format, gfc-internal-format
67458 msgid "Structure name expected in non-nested structure declaration at %C"
67459 msgstr ""
67461 #: fortran/decl.cc:10399
67462 #, gcc-internal-format, gfc-internal-format
67463 msgid "Junk after non-nested STRUCTURE statement at %C"
67464 msgstr "Зайві команди після невкладеної інструкції STRUCTURE у %C"
67466 #: fortran/decl.cc:10406
67467 #, gcc-internal-format
67468 msgid "Structure name %qs at %C cannot be the same as an intrinsic type"
67469 msgstr ""
67471 #: fortran/decl.cc:10569
67472 #, gcc-internal-format, gfc-internal-format
67473 msgid "Expected :: in TYPE definition at %C"
67474 msgstr ""
67476 #: fortran/decl.cc:10582
67477 #, gcc-internal-format, gfc-internal-format
67478 msgid "Mangled derived type definition at %C"
67479 msgstr ""
67481 #: fortran/decl.cc:10611
67482 #, gcc-internal-format
67483 msgid "Type name %qs at %C cannot be the same as an intrinsic type"
67484 msgstr ""
67486 #: fortran/decl.cc:10622
67487 #, gcc-internal-format
67488 msgid "Derived type name %qs at %C already has a basic type of %s"
67489 msgstr ""
67491 #: fortran/decl.cc:10625
67492 #, gcc-internal-format
67493 msgid "Derived type name %qs at %C already has a basic type"
67494 msgstr "Похідна назва типу %qs у %C вже має базовий тип"
67496 #: fortran/decl.cc:10640
67497 #, gcc-internal-format
67498 msgid "Dummy argument %qs at %L cannot be a derived type at %C"
67499 msgstr ""
67501 #: fortran/decl.cc:10649
67502 #, gcc-internal-format
67503 msgid "Derived type definition of %qs at %C has already been defined"
67504 msgstr ""
67506 #: fortran/decl.cc:10712
67507 #, gcc-internal-format, gfc-internal-format
67508 msgid "Garbage after PARAMETERIZED TYPE declaration at %C"
67509 msgstr ""
67511 #: fortran/decl.cc:10795
67512 #, gcc-internal-format, gfc-internal-format
67513 msgid "Cray Pointee at %C cannot be assumed shape array"
67514 msgstr ""
67516 #: fortran/decl.cc:10815
67517 #, gcc-internal-format, gfc-internal-format
67518 msgid "ENUM and ENUMERATOR at %C"
67519 msgstr ""
67521 #: fortran/decl.cc:10847
67522 #, gcc-internal-format, gfc-internal-format
67523 msgid "Enumerator exceeds the C integer type at %C"
67524 msgstr ""
67526 #: fortran/decl.cc:10926
67527 #, gcc-internal-format, gfc-internal-format
67528 msgid "ENUMERATOR %L not initialized with integer expression"
67529 msgstr ""
67531 #: fortran/decl.cc:10974
67532 #, gcc-internal-format, gfc-internal-format
67533 msgid "ENUM definition statement expected before %C"
67534 msgstr ""
67536 #: fortran/decl.cc:11010
67537 #, gcc-internal-format, gfc-internal-format
67538 msgid "Syntax error in ENUMERATOR definition at %C"
67539 msgstr ""
67541 #: fortran/decl.cc:11057 fortran/decl.cc:11072
67542 #, gcc-internal-format, gfc-internal-format
67543 msgid "Duplicate access-specifier at %C"
67544 msgstr ""
67546 #: fortran/decl.cc:11092
67547 #, gcc-internal-format, gfc-internal-format
67548 msgid "Binding attributes already specify passing, illegal NOPASS at %C"
67549 msgstr ""
67551 #: fortran/decl.cc:11112
67552 #, gcc-internal-format, gfc-internal-format
67553 msgid "Binding attributes already specify passing, illegal PASS at %C"
67554 msgstr ""
67556 #: fortran/decl.cc:11139
67557 #, gcc-internal-format, gfc-internal-format
67558 msgid "Duplicate POINTER attribute at %C"
67559 msgstr ""
67561 #: fortran/decl.cc:11157
67562 #, gcc-internal-format, gfc-internal-format
67563 msgid "Duplicate NON_OVERRIDABLE at %C"
67564 msgstr ""
67566 #: fortran/decl.cc:11173
67567 #, gcc-internal-format, gfc-internal-format
67568 msgid "Duplicate DEFERRED at %C"
67569 msgstr ""
67571 #: fortran/decl.cc:11186
67572 #, gcc-internal-format, gfc-internal-format
67573 msgid "Expected access-specifier at %C"
67574 msgstr ""
67576 #: fortran/decl.cc:11188
67577 #, gcc-internal-format, gfc-internal-format
67578 msgid "Expected binding attribute at %C"
67579 msgstr ""
67581 #: fortran/decl.cc:11196
67582 #, gcc-internal-format, gfc-internal-format
67583 msgid "NON_OVERRIDABLE and DEFERRED cannot both appear at %C"
67584 msgstr ""
67586 #: fortran/decl.cc:11209
67587 #, gcc-internal-format, gfc-internal-format
67588 msgid "POINTER attribute is required for procedure pointer component at %C"
67589 msgstr ""
67591 #: fortran/decl.cc:11251
67592 #, gcc-internal-format
67593 msgid "Interface-name expected after %<(%> at %C"
67594 msgstr ""
67596 #: fortran/decl.cc:11257
67597 #, gcc-internal-format
67598 msgid "%<)%> expected at %C"
67599 msgstr " Мала бути %<)%> у %C"
67601 #: fortran/decl.cc:11277
67602 #, gcc-internal-format, gfc-internal-format
67603 msgid "Interface must be specified for DEFERRED binding at %C"
67604 msgstr ""
67606 #: fortran/decl.cc:11282
67607 #, gcc-internal-format, gfc-internal-format
67608 msgid "PROCEDURE(interface) at %C should be declared DEFERRED"
67609 msgstr ""
67611 #: fortran/decl.cc:11305
67612 #, gcc-internal-format, gfc-internal-format
67613 msgid "Expected binding name at %C"
67614 msgstr ""
67616 #: fortran/decl.cc:11309
67617 #, gcc-internal-format, gfc-internal-format
67618 msgid "PROCEDURE list at %C"
67619 msgstr ""
67621 #: fortran/decl.cc:11321
67622 #, gcc-internal-format
67623 msgid "%<=> target%> is invalid for DEFERRED binding at %C"
67624 msgstr ""
67626 #: fortran/decl.cc:11327
67627 #, gcc-internal-format
67628 msgid "%<::%> needed in PROCEDURE binding with explicit target at %C"
67629 msgstr ""
67631 #: fortran/decl.cc:11337
67632 #, gcc-internal-format
67633 msgid "Expected binding target after %<=>%> at %C"
67634 msgstr ""
67636 #: fortran/decl.cc:11354
67637 #, gcc-internal-format
67638 msgid "Type %qs containing DEFERRED binding at %C is not ABSTRACT"
67639 msgstr ""
67641 #: fortran/decl.cc:11365
67642 #, gcc-internal-format
67643 msgid "There is already a procedure with binding name %qs for the derived type %qs at %C"
67644 msgstr ""
67646 #: fortran/decl.cc:11416
67647 #, gcc-internal-format, gfc-internal-format
67648 msgid "GENERIC at %C must be inside a derived-type CONTAINS"
67649 msgstr ""
67651 #: fortran/decl.cc:11436
67652 #, gcc-internal-format
67653 msgid "Expected %<::%> at %C"
67654 msgstr "Мала бути %<::%> у %C"
67656 #: fortran/decl.cc:11448
67657 #, gcc-internal-format, gfc-internal-format
67658 msgid "Expected generic name or operator descriptor at %C"
67659 msgstr ""
67661 #: fortran/decl.cc:11469
67662 #, gcc-internal-format, gfc-internal-format
67663 msgid "Malformed GENERIC statement at %C"
67664 msgstr ""
67666 #: fortran/decl.cc:11480
67667 #, gcc-internal-format
67668 msgid "Expected %<=>%> at %C"
67669 msgstr "Мала бути %<=>%> у %C"
67671 #: fortran/decl.cc:11516
67672 #, gcc-internal-format
67673 msgid "There's already a non-generic procedure with binding name %qs for the derived type %qs at %C"
67674 msgstr ""
67676 #: fortran/decl.cc:11524
67677 #, gcc-internal-format
67678 msgid "Binding at %C must have the same access as already defined binding %qs"
67679 msgstr ""
67681 #: fortran/decl.cc:11572
67682 #, gcc-internal-format, gfc-internal-format
67683 msgid "Expected specific binding name at %C"
67684 msgstr ""
67686 #: fortran/decl.cc:11582
67687 #, gcc-internal-format
67688 msgid "%qs already defined as specific binding for the generic %qs at %C"
67689 msgstr ""
67691 #: fortran/decl.cc:11600
67692 #, gcc-internal-format, gfc-internal-format
67693 msgid "Junk after GENERIC binding at %C"
67694 msgstr ""
67696 #: fortran/decl.cc:11635
67697 #, gcc-internal-format, gfc-internal-format
67698 msgid "FINAL declaration at %C must be inside a derived type CONTAINS section"
67699 msgstr ""
67701 #: fortran/decl.cc:11646
67702 #, gcc-internal-format, gfc-internal-format
67703 msgid "Derived type declaration with FINAL at %C must be in the specification part of a MODULE"
67704 msgstr ""
67706 #: fortran/decl.cc:11668
67707 #, gcc-internal-format, gfc-internal-format
67708 msgid "Empty FINAL at %C"
67709 msgstr ""
67711 #: fortran/decl.cc:11675
67712 #, gcc-internal-format, gfc-internal-format
67713 msgid "Expected module procedure name at %C"
67714 msgstr ""
67716 #: fortran/decl.cc:11685
67717 #, gcc-internal-format
67718 msgid "Expected %<,%> at %C"
67719 msgstr "Мала бути %<,%> у %C"
67721 #: fortran/decl.cc:11691
67722 #, gcc-internal-format
67723 msgid "Unknown procedure name %qs at %C"
67724 msgstr ""
67726 #: fortran/decl.cc:11704
67727 #, gcc-internal-format
67728 msgid "%qs at %C is already defined as FINAL procedure"
67729 msgstr ""
67731 #: fortran/decl.cc:11775
67732 #, gcc-internal-format, gfc-internal-format
67733 msgid "Unknown attribute in !GCC$ ATTRIBUTES statement at %C"
67734 msgstr ""
67736 #: fortran/decl.cc:11821
67737 #, gcc-internal-format, gfc-internal-format
67738 msgid "Syntax error in !GCC$ ATTRIBUTES statement at %C"
67739 msgstr ""
67741 #: fortran/decl.cc:11842
67742 #, gcc-internal-format
67743 msgid "%<GCC unroll%> directive requires a non-negative integral constant less than or equal to %u at %C"
67744 msgstr ""
67746 #: fortran/decl.cc:11856
67747 #, gcc-internal-format, gfc-internal-format
67748 msgid "Syntax error in !GCC$ UNROLL directive at %C"
67749 msgstr ""
67751 #: fortran/decl.cc:11920
67752 #, gcc-internal-format, gfc-internal-format
67753 msgid "Syntax error in !GCC$ IVDEP directive at %C"
67754 msgstr ""
67756 #: fortran/decl.cc:11937
67757 #, gcc-internal-format, gfc-internal-format
67758 msgid "Syntax error in !GCC$ VECTOR directive at %C"
67759 msgstr ""
67761 #: fortran/decl.cc:11954
67762 #, gcc-internal-format, gfc-internal-format
67763 msgid "Syntax error in !GCC$ NOVECTOR directive at %C"
67764 msgstr ""
67766 #: fortran/dependency.cc:106
67767 #, gcc-internal-format
67768 msgid "identical_array_ref(): inconsistent dimensions"
67769 msgstr ""
67771 #: fortran/dependency.cc:199
67772 #, gcc-internal-format
67773 msgid "are_identical_variables: Bad type"
67774 msgstr ""
67776 #: fortran/dependency.cc:989
67777 #, gcc-internal-format, gfc-internal-format
67778 msgid "INTENT(%s) actual argument at %L might interfere with actual argument at %L."
67779 msgstr ""
67781 #: fortran/dependency.cc:1293
67782 #, gcc-internal-format
67783 msgid "gfc_check_dependency: expecting an EXPR_VARIABLE"
67784 msgstr ""
67786 #: fortran/dump-parse-tree.cc:282
67787 #, gcc-internal-format
67788 msgid "show_array_spec(): Unhandled array shape type."
67789 msgstr ""
67791 #: fortran/dump-parse-tree.cc:361
67792 #, gcc-internal-format
67793 msgid "show_array_ref(): Unknown array reference"
67794 msgstr ""
67796 #: fortran/dump-parse-tree.cc:435
67797 #, gcc-internal-format
67798 msgid "show_ref(): Bad component code"
67799 msgstr ""
67801 #: fortran/dump-parse-tree.cc:708
67802 #, gcc-internal-format
67803 msgid "show_expr(): Bad intrinsic in expression"
67804 msgstr ""
67806 #: fortran/dump-parse-tree.cc:751
67807 #, gcc-internal-format
67808 msgid "show_expr(): Don't know how to show expr"
67809 msgstr ""
67811 #: fortran/dump-parse-tree.cc:3485
67812 #, gcc-internal-format
67813 msgid "show_code_node(): Bad statement code"
67814 msgstr ""
67816 #: fortran/dump-parse-tree.cc:3816 fortran/dump-parse-tree.cc:3921
67817 #, gcc-internal-format
67818 msgid "Cannot convert %qs to interoperable type at %L"
67819 msgstr ""
67821 #: fortran/error.cc:381
67822 #, gcc-internal-format, gfc-internal-format
67823 msgid "    Included at %s:%d:"
67824 msgstr ""
67826 #: fortran/error.cc:467
67827 #, gcc-internal-format
67828 msgid "<During initialization>\n"
67829 msgstr "<Під час ініціалізації>\n"
67831 #: fortran/expr.cc:149
67832 #, gcc-internal-format
67833 msgid "gfc_get_constant_expr(): locus %<where%> cannot be NULL"
67834 msgstr ""
67836 #: fortran/expr.cc:357
67837 #, gcc-internal-format
67838 msgid "gfc_copy_expr(): Bad expr node"
67839 msgstr ""
67841 #: fortran/expr.cc:510
67842 #, gcc-internal-format
67843 msgid "free_expr0(): Bad expr type"
67844 msgstr ""
67846 #: fortran/expr.cc:658 fortran/expr.cc:660 fortran/expr.cc:711
67847 #: fortran/expr.cc:713
67848 #, gcc-internal-format, gfc-internal-format
67849 msgid "Constant expression required at %C"
67850 msgstr ""
67852 #: fortran/expr.cc:667 fortran/expr.cc:669 fortran/expr.cc:720
67853 #: fortran/expr.cc:722
67854 #, gcc-internal-format, gfc-internal-format
67855 msgid "Integer expression required at %C"
67856 msgstr ""
67858 #: fortran/expr.cc:677 fortran/expr.cc:679 fortran/expr.cc:733
67859 #: fortran/expr.cc:735
67860 #, gcc-internal-format, gfc-internal-format
67861 msgid "Integer value too large in expression at %C"
67862 msgstr ""
67864 #: fortran/expr.cc:1098
67865 #, gcc-internal-format
67866 msgid "gfc_is_constant_expr(): Unknown expression type"
67867 msgstr ""
67869 #: fortran/expr.cc:1293
67870 #, gcc-internal-format
67871 msgid "simplify_intrinsic_op(): Bad operator"
67872 msgstr ""
67874 #: fortran/expr.cc:1398
67875 #, gcc-internal-format, gfc-internal-format
67876 msgid "Index in dimension %d is out of bounds at %L"
67877 msgstr ""
67879 #: fortran/expr.cc:1596 fortran/expr.cc:1647
67880 #, gcc-internal-format, gfc-internal-format
67881 msgid "index in dimension %d is out of bounds at %L"
67882 msgstr ""
67884 #: fortran/expr.cc:1723
67885 #, gcc-internal-format
67886 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"
67887 msgstr ""
67889 #: fortran/expr.cc:1733
67890 #, gcc-internal-format, gfc-internal-format
67891 msgid "Error in array constructor referenced at %L"
67892 msgstr ""
67894 #: fortran/expr.cc:1837 fortran/primary.cc:2292 fortran/primary.cc:2436
67895 #, gcc-internal-format, gfc-internal-format
67896 msgid "LEN part_ref at %C"
67897 msgstr ""
67899 #: fortran/expr.cc:1855 fortran/primary.cc:2287 fortran/primary.cc:2451
67900 #, gcc-internal-format, gfc-internal-format
67901 msgid "KIND part_ref at %C"
67902 msgstr ""
67904 #: fortran/expr.cc:1866
67905 #, gcc-internal-format, gfc-internal-format
67906 msgid "RE part_ref at %C"
67907 msgstr ""
67909 #: fortran/expr.cc:1878
67910 #, gcc-internal-format, gfc-internal-format
67911 msgid "IM part_ref at %C"
67912 msgstr ""
67914 #: fortran/expr.cc:2526
67915 #, gcc-internal-format, gfc-internal-format
67916 msgid "elemental function arguments at %C are not compliant"
67917 msgstr ""
67919 #: fortran/expr.cc:2570
67920 #, gcc-internal-format, gfc-internal-format
67921 msgid "Numeric or CHARACTER operands are required in expression at %L"
67922 msgstr ""
67924 #: fortran/expr.cc:2595
67925 #, gcc-internal-format, gfc-internal-format
67926 msgid "Concatenation operator in expression at %L must have two CHARACTER operands"
67927 msgstr ""
67929 #: fortran/expr.cc:2602
67930 #, gcc-internal-format, gfc-internal-format
67931 msgid "Concat operator at %L must concatenate strings of the same kind"
67932 msgstr ""
67934 #: fortran/expr.cc:2612
67935 #, gcc-internal-format, gfc-internal-format
67936 msgid ".NOT. operator in expression at %L must have a LOGICAL operand"
67937 msgstr ""
67939 #: fortran/expr.cc:2628
67940 #, gcc-internal-format, gfc-internal-format
67941 msgid "LOGICAL operands are required in expression at %L"
67942 msgstr ""
67944 #: fortran/expr.cc:2639
67945 #, gcc-internal-format, gfc-internal-format
67946 msgid "Only intrinsic operators can be used in expression at %L"
67947 msgstr ""
67949 #: fortran/expr.cc:2647
67950 #, gcc-internal-format, gfc-internal-format
67951 msgid "Numeric operands are required in expression at %L"
67952 msgstr ""
67954 #: fortran/expr.cc:2670
67955 #, gcc-internal-format
67956 msgid "Invalid initialization expression for ALLOCATABLE component %qs in structure constructor at %L"
67957 msgstr ""
67959 #: fortran/expr.cc:2807
67960 #, gcc-internal-format
67961 msgid "Assumed or deferred character length variable %qs in constant expression at %L"
67962 msgstr ""
67964 #: fortran/expr.cc:2882
67965 #, gcc-internal-format
67966 msgid "transformational intrinsic %qs at %L is not permitted in an initialization expression"
67967 msgstr ""
67969 #: fortran/expr.cc:2913
67970 #, gcc-internal-format, gfc-internal-format
67971 msgid "Evaluation of nonstandard initialization expression at %L"
67972 msgstr ""
67974 #: fortran/expr.cc:2990 fortran/resolve.cc:2814
67975 #, gcc-internal-format
67976 msgid "Function %qs in initialization expression at %L must be an intrinsic function"
67977 msgstr ""
67979 #: fortran/expr.cc:3002
67980 #, gcc-internal-format
67981 msgid "Intrinsic function %qs at %L is not permitted in an initialization expression"
67982 msgstr ""
67984 #: fortran/expr.cc:3041
67985 #, gcc-internal-format
67986 msgid "PARAMETER %qs is used at %L before its definition is complete"
67987 msgstr ""
67989 #: fortran/expr.cc:3061
67990 #, gcc-internal-format
67991 msgid "Assumed size array %qs at %L is not permitted in an initialization expression"
67992 msgstr ""
67994 #: fortran/expr.cc:3067
67995 #, gcc-internal-format
67996 msgid "Assumed shape array %qs at %L is not permitted in an initialization expression"
67997 msgstr ""
67999 #: fortran/expr.cc:3076
68000 #, gcc-internal-format
68001 msgid "Assumed-shape array %qs at %L is not permitted in an initialization expression"
68002 msgstr ""
68004 #: fortran/expr.cc:3080
68005 #, gcc-internal-format
68006 msgid "Deferred array %qs at %L is not permitted in an initialization expression"
68007 msgstr ""
68009 #: fortran/expr.cc:3086
68010 #, gcc-internal-format
68011 msgid "Array %qs at %L is a variable, which does not reduce to a constant expression"
68012 msgstr ""
68014 #: fortran/expr.cc:3092
68015 #, gcc-internal-format
68016 msgid "Assumed-rank array %qs at %L is not permitted in an initialization expression"
68017 msgstr ""
68019 #: fortran/expr.cc:3102
68020 #, gcc-internal-format
68021 msgid "Parameter %qs at %L has not been declared or is a variable, which does not reduce to a constant expression"
68022 msgstr ""
68024 #: fortran/expr.cc:3156
68025 #, gcc-internal-format
68026 msgid "check_init_expr(): Unknown expression type"
68027 msgstr ""
68029 #: fortran/expr.cc:3291
68030 #, gcc-internal-format
68031 msgid "Specification function %qs at %L cannot be a statement function"
68032 msgstr ""
68034 #: fortran/expr.cc:3298
68035 #, gcc-internal-format
68036 msgid "Specification function %qs at %L cannot be an internal function"
68037 msgstr ""
68039 #: fortran/expr.cc:3305
68040 #, gcc-internal-format
68041 msgid "Specification function %qs at %L must be PURE"
68042 msgstr ""
68044 #: fortran/expr.cc:3313
68045 #, gcc-internal-format
68046 msgid "Specification function %qs at %L cannot be RECURSIVE"
68047 msgstr ""
68049 #: fortran/expr.cc:3460
68050 #, gcc-internal-format
68051 msgid "Dummy argument %qs not allowed in expression at %L"
68052 msgstr ""
68054 #: fortran/expr.cc:3468
68055 #, gcc-internal-format
68056 msgid "Dummy argument %qs at %L cannot be OPTIONAL"
68057 msgstr ""
68059 #: fortran/expr.cc:3475
68060 #, gcc-internal-format
68061 msgid "Dummy argument %qs at %L cannot be INTENT(OUT)"
68062 msgstr ""
68064 #: fortran/expr.cc:3504
68065 #, gcc-internal-format
68066 msgid "Variable %qs cannot appear in the expression at %L"
68067 msgstr ""
68069 #: fortran/expr.cc:3535
68070 #, gcc-internal-format
68071 msgid "check_restricted(): Unknown expression type"
68072 msgstr ""
68074 #: fortran/expr.cc:3555
68075 #, gcc-internal-format, gfc-internal-format
68076 msgid "Expression at %L must be of INTEGER type, found %s"
68077 msgstr ""
68079 #: fortran/expr.cc:3567
68080 #, gcc-internal-format
68081 msgid "Function %qs at %L must be PURE"
68082 msgstr ""
68084 #: fortran/expr.cc:3576
68085 #, gcc-internal-format, gfc-internal-format
68086 msgid "Expression at %L must be scalar"
68087 msgstr ""
68089 #. Reject truncation.
68090 #: fortran/expr.cc:3608
68091 #, gcc-internal-format, gfc-internal-format
68092 msgid "optype_msgid overflow: %d"
68093 msgstr ""
68095 #: fortran/expr.cc:3612
68096 #, gcc-internal-format, gfc-internal-format
68097 msgid "Incompatible ranks in %s (%d and %d) at %L"
68098 msgstr ""
68100 #: fortran/expr.cc:3626
68101 #, gcc-internal-format, gfc-internal-format
68102 msgid "Different shape for %s at %L on dimension %d (%d and %d)"
68103 msgstr ""
68105 #: fortran/expr.cc:3674
68106 #, gcc-internal-format, gfc-internal-format
68107 msgid "Assignment to a LEN or KIND part_ref at %L is not allowed"
68108 msgstr ""
68110 #: fortran/expr.cc:3730
68111 #, gcc-internal-format
68112 msgid "%qs at %L is not a VALUE"
68113 msgstr ""
68115 #: fortran/expr.cc:3741
68116 #, gcc-internal-format, gfc-internal-format
68117 msgid "Illegal assignment to external procedure at %L"
68118 msgstr ""
68120 #: fortran/expr.cc:3749
68121 #, gcc-internal-format, gfc-internal-format
68122 msgid "Incompatible ranks %d and %d in assignment at %L"
68123 msgstr ""
68125 #: fortran/expr.cc:3756
68126 #, gcc-internal-format, gfc-internal-format
68127 msgid "Variable type is UNKNOWN in assignment at %L"
68128 msgstr ""
68130 #: fortran/expr.cc:3768
68131 #, gcc-internal-format, gfc-internal-format
68132 msgid "NULL appears on right-hand side in assignment at %L"
68133 msgstr ""
68135 #: fortran/expr.cc:3778
68136 #, gcc-internal-format, gfc-internal-format
68137 msgid "POINTER-valued function appears on right-hand side of assignment at %L"
68138 msgstr ""
68140 #: fortran/expr.cc:3821
68141 #, gcc-internal-format
68142 msgid "BOZ literal constant near %L cannot be assigned to a %qs variable"
68143 msgstr ""
68145 #: fortran/expr.cc:3828
68146 #, gcc-internal-format, gfc-internal-format
68147 msgid "The assignment to a KIND or LEN component of a parameterized type at %L is not allowed"
68148 msgstr ""
68150 #: fortran/expr.cc:3858
68151 #, gcc-internal-format, gfc-internal-format
68152 msgid "Incompatible types in DATA statement at %L; attempted conversion of %s to %s"
68153 msgstr ""
68155 #: fortran/expr.cc:3902
68156 #, gcc-internal-format, gfc-internal-format
68157 msgid "Pointer assignment target is not a POINTER at %L"
68158 msgstr ""
68160 #: fortran/expr.cc:3910
68161 #, gcc-internal-format
68162 msgid "%qs in the pointer assignment at %L cannot be an l-value since it is a procedure"
68163 msgstr ""
68165 #: fortran/expr.cc:3934
68166 #, gcc-internal-format
68167 msgid "Expected bounds specification for %qs at %L"
68168 msgstr ""
68170 #: fortran/expr.cc:3939
68171 #, gcc-internal-format
68172 msgid "Bounds specification for %qs in pointer assignment at %L"
68173 msgstr ""
68175 #: fortran/expr.cc:3968
68176 #, gcc-internal-format, gfc-internal-format
68177 msgid "Stride must not be present at %L"
68178 msgstr ""
68180 #: fortran/expr.cc:3974 fortran/expr.cc:3994
68181 #, gcc-internal-format
68182 msgid "Rank remapping requires a list of %<lower-bound : upper-bound%> specifications at %L"
68183 msgstr ""
68185 #: fortran/expr.cc:3982 fortran/expr.cc:4001
68186 #, gcc-internal-format
68187 msgid "Expected list of %<lower-bound :%> or list of %<lower-bound : upper-bound%> specifications at %L"
68188 msgstr ""
68190 #: fortran/expr.cc:4028
68191 #, gcc-internal-format, gfc-internal-format
68192 msgid "Pointer object at %L shall not have a coindex"
68193 msgstr ""
68195 #: fortran/expr.cc:4049
68196 #, gcc-internal-format, gfc-internal-format
68197 msgid "Invalid procedure pointer assignment at %L"
68198 msgstr ""
68200 #: fortran/expr.cc:4074
68201 #, gcc-internal-format
68202 msgid "Function result %qs is invalid as proc-target in procedure pointer assignment at %L"
68203 msgstr ""
68205 #: fortran/expr.cc:4083
68206 #, gcc-internal-format
68207 msgid "Abstract interface %qs is invalid in procedure pointer assignment at %L"
68208 msgstr ""
68210 #: fortran/expr.cc:4093
68211 #, gcc-internal-format
68212 msgid "Statement function %qs is invalid in procedure pointer assignment at %L"
68213 msgstr ""
68215 #: fortran/expr.cc:4099
68216 #, gcc-internal-format
68217 msgid "Internal procedure %qs is invalid in procedure pointer assignment at %L"
68218 msgstr ""
68220 #: fortran/expr.cc:4106
68221 #, gcc-internal-format
68222 msgid "Intrinsic %qs at %L is invalid in procedure pointer assignment"
68223 msgstr ""
68225 #: fortran/expr.cc:4114
68226 #, gcc-internal-format
68227 msgid "Nonintrinsic elemental procedure %qs is invalid in procedure pointer assignment at %L"
68228 msgstr ""
68230 #: fortran/expr.cc:4137
68231 #, gcc-internal-format, gfc-internal-format
68232 msgid "Mismatch in the procedure pointer assignment at %L: mismatch in the calling convention"
68233 msgstr ""
68235 #: fortran/expr.cc:4190
68236 #, gcc-internal-format
68237 msgid "Interface mismatch in procedure pointer assignment at %L: %qs is not a subroutine"
68238 msgstr ""
68240 #: fortran/expr.cc:4200 fortran/expr.cc:4215
68241 #, gcc-internal-format
68242 msgid "Explicit interface required for component %qs at %L: %s"
68243 msgstr ""
68245 #: fortran/expr.cc:4206 fortran/expr.cc:4221 fortran/resolve.cc:2694
68246 #, gcc-internal-format
68247 msgid "Explicit interface required for %qs at %L: %s"
68248 msgstr ""
68250 #: fortran/expr.cc:4233
68251 #, gcc-internal-format, gfc-internal-format
68252 msgid "Interface mismatch in procedure pointer assignment at %L: %s"
68253 msgstr ""
68255 #: fortran/expr.cc:4242
68256 #, gcc-internal-format
68257 msgid "Procedure pointer target %qs at %L must be either an intrinsic, host or use associated, referenced or have the EXTERNAL attribute"
68258 msgstr ""
68260 #: fortran/expr.cc:4255
68261 #, gcc-internal-format, gfc-internal-format
68262 msgid "Pointer assignment target cannot be a constant at %L"
68263 msgstr ""
68265 #: fortran/expr.cc:4269
68266 #, gcc-internal-format, gfc-internal-format
68267 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"
68268 msgstr ""
68270 #: fortran/expr.cc:4274
68271 #, gcc-internal-format, gfc-internal-format
68272 msgid "Different types in pointer assignment at %L; attempted assignment of %s to %s"
68273 msgstr ""
68275 #: fortran/expr.cc:4282
68276 #, gcc-internal-format, gfc-internal-format
68277 msgid "Different kind type parameters in pointer assignment at %L"
68278 msgstr ""
68280 #: fortran/expr.cc:4289
68281 #, gcc-internal-format, gfc-internal-format
68282 msgid "Different ranks in pointer assignment at %L"
68283 msgstr ""
68285 #: fortran/expr.cc:4308
68286 #, gcc-internal-format, gfc-internal-format
68287 msgid "Rank remapping target is smaller than size of the pointer (%ld < %ld) at %L"
68288 msgstr ""
68290 #: fortran/expr.cc:4321
68291 #, gcc-internal-format, gfc-internal-format
68292 msgid "Rank remapping target must be rank 1 or simply contiguous at %L"
68293 msgstr ""
68295 #: fortran/expr.cc:4325
68296 #, gcc-internal-format, gfc-internal-format
68297 msgid "Rank remapping target is not rank 1 at %L"
68298 msgstr ""
68300 #. The test above might need to be extend when F08, Note 5.4 has to be
68301 #. interpreted in the way that target and pointer with the same coindex
68302 #. are allowed.
68303 #: fortran/expr.cc:4350 fortran/expr.cc:4476
68304 #, gcc-internal-format, gfc-internal-format
68305 msgid "Data target at %L shall not have a coindex"
68306 msgstr ""
68308 #: fortran/expr.cc:4353
68309 #, gcc-internal-format, gfc-internal-format
68310 msgid "Target expression in pointer assignment at %L must deliver a pointer result"
68311 msgstr ""
68313 #: fortran/expr.cc:4367
68314 #, gcc-internal-format, gfc-internal-format
68315 msgid "Zero-sized array detected at %L where an entity with the TARGET attribute is expected"
68316 msgstr ""
68318 #: fortran/expr.cc:4373 fortran/expr.cc:4388
68319 #, gcc-internal-format, gfc-internal-format
68320 msgid "Pointer assignment target in initialization expression does not have the TARGET attribute at %L"
68321 msgstr ""
68323 #: fortran/expr.cc:4404
68324 #, gcc-internal-format, gfc-internal-format
68325 msgid "Every subscript of target specification at %L must be a constant expression"
68326 msgstr ""
68328 #: fortran/expr.cc:4415
68329 #, gcc-internal-format, gfc-internal-format
68330 msgid "Substring starting and ending points of target specification at %L must be constant expressions"
68331 msgstr ""
68333 #: fortran/expr.cc:4431
68334 #, gcc-internal-format, gfc-internal-format
68335 msgid "Pointer assignment target is neither TARGET nor POINTER at %L"
68336 msgstr ""
68338 #: fortran/expr.cc:4446
68339 #, gcc-internal-format, gfc-internal-format
68340 msgid "Bad target in pointer assignment in PURE procedure at %L"
68341 msgstr ""
68343 #: fortran/expr.cc:4455
68344 #, gcc-internal-format, gfc-internal-format
68345 msgid "Pointer assignment with vector subscript on rhs at %L"
68346 msgstr ""
68348 #: fortran/expr.cc:4463
68349 #, gcc-internal-format, gfc-internal-format
68350 msgid "Pointer assignment target has PROTECTED attribute at %L"
68351 msgstr ""
68353 #: fortran/expr.cc:4491 fortran/expr.cc:4496
68354 #, gcc-internal-format, gfc-internal-format
68355 msgid "Assignment to contiguous pointer from non-contiguous target at %L"
68356 msgstr ""
68358 #: fortran/expr.cc:4536
68359 #, gcc-internal-format, gfc-internal-format
68360 msgid "Pointer at %L in pointer assignment might outlive the pointer target"
68361 msgstr ""
68363 #: fortran/expr.cc:4612 fortran/resolve.cc:1535
68364 #, gcc-internal-format, gfc-internal-format
68365 msgid "Pointer initialization target at %L must not be ALLOCATABLE"
68366 msgstr ""
68368 #: fortran/expr.cc:4618
68369 #, gcc-internal-format, gfc-internal-format
68370 msgid "Pointer initialization target at %L must have the TARGET attribute"
68371 msgstr ""
68373 #: fortran/expr.cc:4633 fortran/resolve.cc:1541
68374 #, gcc-internal-format, gfc-internal-format
68375 msgid "Pointer initialization target at %L must have the SAVE attribute"
68376 msgstr ""
68378 #: fortran/expr.cc:4645
68379 #, gcc-internal-format, gfc-internal-format
68380 msgid "Procedure pointer initialization target at %L may not be a procedure pointer"
68381 msgstr ""
68383 #: fortran/expr.cc:4651
68384 #, gcc-internal-format
68385 msgid "Internal procedure %qs is invalid in procedure pointer initialization at %L"
68386 msgstr ""
68388 #: fortran/expr.cc:4658
68389 #, gcc-internal-format
68390 msgid "Dummy procedure %qs is invalid in procedure pointer initialization at %L"
68391 msgstr ""
68393 #: fortran/expr.cc:5126
68394 #, gcc-internal-format
68395 msgid "generate_isocbinding_initializer(): bad iso_c_binding type, expected %<c_ptr%> or %<c_funptr%>"
68396 msgstr ""
68398 #: fortran/expr.cc:6226
68399 #, gcc-internal-format, gfc-internal-format
68400 msgid "Fortran 2008: Pointer functions in variable definition context (%s) at %L"
68401 msgstr ""
68403 #: fortran/expr.cc:6234
68404 #, gcc-internal-format, gfc-internal-format
68405 msgid "Non-variable expression in variable definition context (%s) at %L"
68406 msgstr ""
68408 #: fortran/expr.cc:6242
68409 #, gcc-internal-format
68410 msgid "Named constant %qs in variable definition context (%s) at %L"
68411 msgstr ""
68413 #: fortran/expr.cc:6253
68414 #, gcc-internal-format
68415 msgid "%qs in variable definition context (%s) at %L is not a variable"
68416 msgstr ""
68418 #: fortran/expr.cc:6264
68419 #, gcc-internal-format, gfc-internal-format
68420 msgid "Non-POINTER in pointer association context (%s) at %L"
68421 msgstr ""
68423 #: fortran/expr.cc:6273
68424 #, gcc-internal-format, gfc-internal-format
68425 msgid "Type inaccessible in variable definition context (%s) at %L"
68426 msgstr ""
68428 #: fortran/expr.cc:6286
68429 #, gcc-internal-format, gfc-internal-format
68430 msgid "LOCK_TYPE in variable definition context (%s) at %L"
68431 msgstr ""
68433 #: fortran/expr.cc:6299
68434 #, gcc-internal-format, gfc-internal-format
68435 msgid "LOCK_EVENT in variable definition context (%s) at %L"
68436 msgstr ""
68438 #: fortran/expr.cc:6330
68439 #, gcc-internal-format
68440 msgid "%qs parameter inquiry for %qs in variable definition context (%s) at %L"
68441 msgstr ""
68443 #: fortran/expr.cc:6347
68444 #, gcc-internal-format
68445 msgid "Dummy argument %qs with INTENT(IN) in pointer association context (%s) at %L"
68446 msgstr ""
68448 #: fortran/expr.cc:6357
68449 #, gcc-internal-format
68450 msgid "Dummy argument %qs with INTENT(IN) in variable definition context (%s) at %L"
68451 msgstr ""
68453 #: fortran/expr.cc:6370
68454 #, gcc-internal-format
68455 msgid "Variable %qs is PROTECTED and cannot appear in a pointer association context (%s) at %L"
68456 msgstr ""
68458 #: fortran/expr.cc:6378
68459 #, gcc-internal-format
68460 msgid "Variable %qs is PROTECTED and cannot appear in a variable definition context (%s) at %L"
68461 msgstr ""
68463 #: fortran/expr.cc:6393
68464 #, gcc-internal-format
68465 msgid "Variable %qs cannot appear in a variable definition context (%s) at %L in PURE procedure"
68466 msgstr ""
68468 #: fortran/expr.cc:6452
68469 #, gcc-internal-format
68470 msgid "%qs at %L associated to vector-indexed target cannot be used in a variable definition context (%s)"
68471 msgstr ""
68473 #: fortran/expr.cc:6457
68474 #, gcc-internal-format
68475 msgid "%qs at %L associated to expression cannot be used in a variable definition context (%s)"
68476 msgstr ""
68478 #: fortran/expr.cc:6469
68479 #, gcc-internal-format
68480 msgid "Associate-name %qs cannot appear in a variable definition context (%s) at %L because its target at %L cannot, either"
68481 msgstr ""
68483 #: fortran/expr.cc:6511
68484 #, gcc-internal-format, gfc-internal-format
68485 msgid "Elements with the same value at %L and %L in vector subscript in a variable definition context (%s)"
68486 msgstr ""
68488 #: fortran/frontend-passes.cc:195
68489 #, gcc-internal-format
68490 msgid "Inconsistent internal state: No location in statement"
68491 msgstr ""
68493 #: fortran/frontend-passes.cc:211
68494 #, gcc-internal-format, gfc-internal-format
68495 msgid "Inconsistent internal state: No location in expression near %L"
68496 msgstr ""
68498 #: fortran/frontend-passes.cc:419
68499 #, gcc-internal-format
68500 msgid "Illegal id in copy_walk_reduction_arg"
68501 msgstr ""
68503 #: fortran/frontend-passes.cc:870 fortran/trans-array.cc:1496
68504 #: fortran/trans-array.cc:6890 fortran/trans-array.cc:8513
68505 #: fortran/trans-intrinsic.cc:8453
68506 #, gcc-internal-format, gfc-internal-format
68507 msgid "Creating array temporary at %L"
68508 msgstr ""
68510 #: fortran/frontend-passes.cc:897
68511 #, gcc-internal-format
68512 msgid "Removing call to impure function %qs at %L"
68513 msgstr ""
68515 #: fortran/frontend-passes.cc:901
68516 #, gcc-internal-format, gfc-internal-format
68517 msgid "Removing call to impure function at %L"
68518 msgstr ""
68520 #: fortran/frontend-passes.cc:1356 fortran/frontend-passes.cc:1395
68521 #, gcc-internal-format
68522 msgid "bad expression"
68523 msgstr "помилковий вираз"
68525 #: fortran/frontend-passes.cc:1391
68526 #, gcc-internal-format
68527 msgid "bad op"
68528 msgstr "помилковий оператор"
68530 #: fortran/frontend-passes.cc:2175
68531 #, gcc-internal-format
68532 msgid "illegal OP in optimize_comparison"
68533 msgstr ""
68535 #: fortran/frontend-passes.cc:2352
68536 #, gcc-internal-format
68537 msgid "Index variable %qs set to undefined as INTENT(OUT) argument at %L in procedure %qs called from within DO loop at %L"
68538 msgstr ""
68540 #: fortran/frontend-passes.cc:2361
68541 #, gcc-internal-format
68542 msgid "Index variable %qs not definable as INTENT(INOUT) argument at %L in procedure %qs called from within DO loop at %L"
68543 msgstr ""
68545 #: fortran/frontend-passes.cc:2499
68546 #, gcc-internal-format
68547 msgid "Index variable %qs set to undefined as INTENT(OUT) argument at %L in subroutine %qs called from within DO loop at %L"
68548 msgstr ""
68550 #: fortran/frontend-passes.cc:2508
68551 #, gcc-internal-format
68552 msgid "Index variable %qs not definable as INTENT(INOUT) argument at %L in subroutine %qs called from within DO loop at %L"
68553 msgstr ""
68555 #: fortran/frontend-passes.cc:2661
68556 #, gcc-internal-format
68557 msgid "Variable %qs at %L set to undefined value inside loop beginning at %L as INTENT(OUT) argument to subroutine %qs"
68558 msgstr ""
68560 #: fortran/frontend-passes.cc:2668
68561 #, gcc-internal-format
68562 msgid "Variable %qs at %L not definable inside loop beginning at %L as INTENT(INOUT) argument to subroutine %qs"
68563 msgstr ""
68565 #: fortran/frontend-passes.cc:2928 fortran/frontend-passes.cc:2954
68566 #, gcc-internal-format, gfc-internal-format
68567 msgid "Array reference at %L out of bounds (%ld < %ld) in loop beginning at %L"
68568 msgstr ""
68570 #: fortran/frontend-passes.cc:2938 fortran/frontend-passes.cc:2964
68571 #, gcc-internal-format, gfc-internal-format
68572 msgid "Array reference at %L out of bounds (%ld > %ld) in loop beginning at %L"
68573 msgstr ""
68575 #: fortran/frontend-passes.cc:3055
68576 #, gcc-internal-format
68577 msgid "Variable %qs at %L set to undefined value inside loop beginning at %L as INTENT(OUT) argument to function %qs"
68578 msgstr ""
68580 #: fortran/frontend-passes.cc:3061
68581 #, gcc-internal-format
68582 msgid "Variable %qs at %L not definable inside loop beginning at %L as INTENT(INOUT) argument to function %qs"
68583 msgstr ""
68585 #: fortran/frontend-passes.cc:3477 fortran/trans-expr.cc:1880
68586 #, gcc-internal-format, gfc-internal-format
68587 msgid "Code for reallocating the allocatable array at %L will be added"
68588 msgstr ""
68590 #: fortran/frontend-passes.cc:4002
68591 #, gcc-internal-format
68592 msgid "Scalarization using DIMEN_RANGE unimplemented"
68593 msgstr ""
68595 #: fortran/frontend-passes.cc:5211
68596 #, gcc-internal-format, gfc-internal-format
68597 msgid "Interchanging loops at %L"
68598 msgstr ""
68600 #: fortran/frontend-passes.cc:5848
68601 #, gcc-internal-format, gfc-internal-format
68602 msgid "%s between %L and %L"
68603 msgstr ""
68605 #: fortran/gfortranspec.cc:146 m2/gm2spec.cc:213
68606 #, gcc-internal-format
68607 msgid "overflowed output argument list for %qs"
68608 msgstr ""
68610 #: fortran/gfortranspec.cc:301
68611 #, gcc-internal-format
68612 msgid "no input files; unwilling to write output files"
68613 msgstr ""
68615 #: fortran/interface.cc:225
68616 #, gcc-internal-format, gfc-internal-format
68617 msgid "Syntax error in generic specification at %C"
68618 msgstr ""
68620 #: fortran/interface.cc:252
68621 #, gcc-internal-format, gfc-internal-format
68622 msgid "Syntax error: Trailing garbage in INTERFACE statement at %C"
68623 msgstr ""
68625 #: fortran/interface.cc:272
68626 #, gcc-internal-format
68627 msgid "Dummy procedure %qs at %C cannot have a generic interface"
68628 msgstr ""
68630 #: fortran/interface.cc:305
68631 #, gcc-internal-format, gfc-internal-format
68632 msgid "ABSTRACT INTERFACE at %C"
68633 msgstr ""
68635 #: fortran/interface.cc:312
68636 #, gcc-internal-format, gfc-internal-format
68637 msgid "Syntax error in ABSTRACT INTERFACE statement at %C"
68638 msgstr ""
68640 #: fortran/interface.cc:343
68641 #, gcc-internal-format, gfc-internal-format
68642 msgid "Syntax error: Trailing garbage in END INTERFACE statement at %C"
68643 msgstr ""
68645 #: fortran/interface.cc:356
68646 #, gcc-internal-format, gfc-internal-format
68647 msgid "Expected a nameless interface at %C"
68648 msgstr ""
68650 #: fortran/interface.cc:369
68651 #, gcc-internal-format
68652 msgid "Expected %<END INTERFACE ASSIGNMENT (=)%> at %C"
68653 msgstr ""
68655 #: fortran/interface.cc:400
68656 #, gcc-internal-format
68657 msgid "Expecting %<END INTERFACE OPERATOR (%s)%> at %C"
68658 msgstr ""
68660 #: fortran/interface.cc:403
68661 #, gcc-internal-format
68662 msgid "Expecting %<END INTERFACE OPERATOR (%s)%> at %C, but got %qs"
68663 msgstr ""
68665 #: fortran/interface.cc:417
68666 #, gcc-internal-format
68667 msgid "Expecting %<END INTERFACE OPERATOR (.%s.)%> at %C"
68668 msgstr ""
68670 #: fortran/interface.cc:429
68671 #, gcc-internal-format
68672 msgid "Expecting %<END INTERFACE %s%> at %C"
68673 msgstr ""
68675 #: fortran/interface.cc:619
68676 #, gcc-internal-format
68677 msgid "gfc_compare_derived_types: invalid derived type"
68678 msgstr ""
68680 #: fortran/interface.cc:899
68681 #, gcc-internal-format, gfc-internal-format
68682 msgid "Alternate return cannot appear in operator interface at %L"
68683 msgstr ""
68685 #: fortran/interface.cc:928
68686 #, gcc-internal-format, gfc-internal-format
68687 msgid "Assignment operator interface at %L must have two arguments"
68688 msgstr ""
68690 #: fortran/interface.cc:931
68691 #, gcc-internal-format, gfc-internal-format
68692 msgid "Operator interface at %L has the wrong number of arguments"
68693 msgstr ""
68695 #: fortran/interface.cc:944
68696 #, gcc-internal-format, gfc-internal-format
68697 msgid "Assignment operator interface at %L must be a SUBROUTINE"
68698 msgstr ""
68700 #: fortran/interface.cc:962
68701 #, gcc-internal-format, gfc-internal-format
68702 msgid "Assignment operator interface at %L must not redefine an INTRINSIC type assignment"
68703 msgstr ""
68705 #: fortran/interface.cc:971
68706 #, gcc-internal-format, gfc-internal-format
68707 msgid "Intrinsic operator interface at %L must be a FUNCTION"
68708 msgstr ""
68710 #: fortran/interface.cc:982
68711 #, gcc-internal-format, gfc-internal-format
68712 msgid "First argument of defined assignment at %L must be INTENT(OUT) or INTENT(INOUT)"
68713 msgstr ""
68715 #: fortran/interface.cc:989
68716 #, gcc-internal-format, gfc-internal-format
68717 msgid "Second argument of defined assignment at %L must be INTENT(IN)"
68718 msgstr ""
68720 #: fortran/interface.cc:998 fortran/resolve.cc:17450
68721 #, gcc-internal-format, gfc-internal-format
68722 msgid "First argument of operator interface at %L must be INTENT(IN)"
68723 msgstr ""
68725 #: fortran/interface.cc:1005 fortran/resolve.cc:17468
68726 #, gcc-internal-format, gfc-internal-format
68727 msgid "Second argument of operator interface at %L must be INTENT(IN)"
68728 msgstr ""
68730 #: fortran/interface.cc:1110
68731 #, gcc-internal-format, gfc-internal-format
68732 msgid "Operator interface at %L conflicts with intrinsic interface"
68733 msgstr ""
68735 #: fortran/interface.cc:1474 fortran/interface.cc:1546
68736 #, gcc-internal-format, gfc-internal-format
68737 msgid "check_dummy_characteristics: Unexpected result %i of gfc_dep_compare_expr"
68738 msgstr ""
68740 #: fortran/interface.cc:1659
68741 #, gcc-internal-format, gfc-internal-format
68742 msgid "check_result_characteristics (1): Unexpected result %i of gfc_dep_compare_expr"
68743 msgstr ""
68745 #: fortran/interface.cc:1706
68746 #, gcc-internal-format, gfc-internal-format
68747 msgid "check_result_characteristics (2): Unexpected result %i of gfc_dep_compare_expr"
68748 msgstr ""
68750 #: fortran/interface.cc:1895
68751 #, gcc-internal-format
68752 msgid "Procedure %qs in %s at %L has no explicit interface; did you mean %qs?"
68753 msgstr ""
68755 #: fortran/interface.cc:1900
68756 #, gcc-internal-format
68757 msgid "Procedure %qs in %s at %L has no explicit interface"
68758 msgstr ""
68760 #: fortran/interface.cc:1904
68761 #, gcc-internal-format
68762 msgid "Procedure %qs in %s at %L is neither function nor subroutine; did you mean %qs?"
68763 msgstr ""
68765 #: fortran/interface.cc:1908
68766 #, gcc-internal-format
68767 msgid "Procedure %qs in %s at %L is neither function nor subroutine"
68768 msgstr ""
68770 #: fortran/interface.cc:1920
68771 #, gcc-internal-format, gfc-internal-format
68772 msgid "In %s at %L procedures must be either all SUBROUTINEs or all FUNCTIONs"
68773 msgstr ""
68775 #: fortran/interface.cc:1924
68776 #, gcc-internal-format, gfc-internal-format
68777 msgid "In %s at %L procedures must be all FUNCTIONs as the generic name is also the name of a derived type"
68778 msgstr ""
68780 #: fortran/interface.cc:1932
68781 #, gcc-internal-format
68782 msgid "Internal procedure %qs in %s at %L"
68783 msgstr ""
68785 #: fortran/interface.cc:1989 fortran/interface.cc:1994
68786 #, gcc-internal-format
68787 msgid "Ambiguous interfaces in %s for %qs at %L and %qs at %L"
68788 msgstr ""
68790 #: fortran/interface.cc:1999
68791 #, gcc-internal-format
68792 msgid "Although not referenced, %qs has ambiguous interfaces at %L"
68793 msgstr ""
68795 #: fortran/interface.cc:2037
68796 #, gcc-internal-format
68797 msgid "%qs at %L is not a module procedure"
68798 msgstr "%qs у %L не є процедурою модуля"
68800 #: fortran/interface.cc:2242
68801 #, gcc-internal-format
68802 msgid "The assumed-rank array at %L requires that the dummy argument %qs has assumed-rank"
68803 msgstr ""
68805 #: fortran/interface.cc:2245
68806 #, gcc-internal-format
68807 msgid "Rank mismatch in argument %qs at %L (scalar and rank-%d)"
68808 msgstr ""
68810 #: fortran/interface.cc:2248
68811 #, gcc-internal-format
68812 msgid "Rank mismatch in argument %qs at %L (rank-%d and scalar)"
68813 msgstr ""
68815 #: fortran/interface.cc:2251
68816 #, gcc-internal-format
68817 msgid "Rank mismatch in argument %qs at %L (rank-%d and rank-%d)"
68818 msgstr ""
68820 #: fortran/interface.cc:2263
68821 #, gcc-internal-format, gfc-internal-format
68822 msgid "Rank mismatch between actual argument at %L and actual argument at %L (scalar and rank-%d)"
68823 msgstr ""
68825 #: fortran/interface.cc:2267
68826 #, gcc-internal-format, gfc-internal-format
68827 msgid "Rank mismatch between actual argument at %L and actual argument at %L (rank-%d and scalar)"
68828 msgstr ""
68830 #: fortran/interface.cc:2271
68831 #, gcc-internal-format, gfc-internal-format
68832 msgid "Rank mismatch between actual argument at %L and actual argument at %L (rank-%d and rank-%d)"
68833 msgstr ""
68835 #: fortran/interface.cc:2377
68836 #, gcc-internal-format, gfc-internal-format
68837 msgid "Invalid procedure argument at %L"
68838 msgstr "Некоректний аргумент процедури у %L"
68840 #: fortran/interface.cc:2385 fortran/interface.cc:2412
68841 #, gcc-internal-format
68842 msgid "Interface mismatch in dummy procedure %qs at %L: %s"
68843 msgstr ""
68845 #: fortran/interface.cc:2423
68846 #, gcc-internal-format
68847 msgid "Actual argument to contiguous pointer dummy %qs at %L must be simply contiguous"
68848 msgstr ""
68850 #: fortran/interface.cc:2446
68851 #, gcc-internal-format, gfc-internal-format
68852 msgid "Type mismatch between actual argument at %L and actual argument at %L (%s/%s)."
68853 msgstr ""
68855 #: fortran/interface.cc:2456
68856 #, gcc-internal-format
68857 msgid "Type mismatch in argument %qs at %L; passed %s to %s"
68858 msgstr ""
68860 #: fortran/interface.cc:2466
68861 #, gcc-internal-format
68862 msgid "Assumed-type actual argument at %L requires that dummy argument %qs is of assumed type"
68863 msgstr ""
68865 #: fortran/interface.cc:2480
68866 #, gcc-internal-format
68867 msgid "Assumed-type actual argument at %L corresponding to assumed-rank dummy argument %qs must be assumed-shape or assumed-rank"
68868 msgstr ""
68870 #: fortran/interface.cc:2497
68871 #, gcc-internal-format
68872 msgid "Actual argument to %qs at %L must be polymorphic"
68873 msgstr ""
68875 #: fortran/interface.cc:2507
68876 #, gcc-internal-format
68877 msgid "Actual argument to %qs at %L must have the same declared type"
68878 msgstr ""
68880 #: fortran/interface.cc:2522
68881 #, gcc-internal-format
68882 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]"
68883 msgstr ""
68885 #: fortran/interface.cc:2538
68886 #, gcc-internal-format
68887 msgid "Actual argument to %qs at %L must be a coarray"
68888 msgstr ""
68890 #: fortran/interface.cc:2557
68891 #, gcc-internal-format
68892 msgid "Corank mismatch in argument %qs at %L (%d and %d)"
68893 msgstr ""
68895 #: fortran/interface.cc:2575
68896 #, gcc-internal-format
68897 msgid "Actual argument to %qs at %L must be simply contiguous or an element of such an array"
68898 msgstr ""
68900 #: fortran/interface.cc:2590
68901 #, gcc-internal-format
68902 msgid "Actual argument to non-INTENT(INOUT) dummy %qs at %L, which is LOCK_TYPE or has a LOCK_TYPE component"
68903 msgstr ""
68905 #: fortran/interface.cc:2605
68906 #, gcc-internal-format
68907 msgid "Actual argument to non-INTENT(INOUT) dummy %qs at %L, which is EVENT_TYPE or has a EVENT_TYPE component"
68908 msgstr ""
68910 #: fortran/interface.cc:2624
68911 #, gcc-internal-format
68912 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"
68913 msgstr ""
68915 #: fortran/interface.cc:2637
68916 #, gcc-internal-format
68917 msgid "Passing coarray at %L to allocatable, noncoarray, INTENT(OUT) dummy argument %qs"
68918 msgstr ""
68920 #: fortran/interface.cc:2644
68921 #, gcc-internal-format
68922 msgid "Passing coarray at %L to allocatable, noncoarray dummy argument %qs, which is invalid if the allocation status is modified"
68923 msgstr ""
68925 #: fortran/interface.cc:2721
68926 #, gcc-internal-format
68927 msgid "Polymorphic scalar passed to array dummy argument %qs at %L"
68928 msgstr ""
68930 #: fortran/interface.cc:2732
68931 #, gcc-internal-format, gfc-internal-format
68932 msgid "Element of assumed-shape or pointer array as actual argument at %L cannot correspond to actual argument at %L"
68933 msgstr ""
68935 #: fortran/interface.cc:2737
68936 #, gcc-internal-format
68937 msgid "Element of assumed-shape or pointer array passed to array dummy argument %qs at %L"
68938 msgstr ""
68940 #: fortran/interface.cc:2750
68941 #, gcc-internal-format
68942 msgid "Extension: Scalar non-default-kind, non-C_CHAR-kind CHARACTER actual argument with array dummy argument %qs at %L"
68943 msgstr ""
68945 #: fortran/interface.cc:2758
68946 #, gcc-internal-format
68947 msgid "Fortran 2003: Scalar CHARACTER actual argument with array dummy argument %qs at %L"
68948 msgstr ""
68950 #: fortran/interface.cc:3146
68951 #, gcc-internal-format
68952 msgid "Keyword argument %qs at %L is invalid in a statement function"
68953 msgstr ""
68955 #: fortran/interface.cc:3169
68956 #, gcc-internal-format
68957 msgid "Keyword argument %qs at %L is not in the procedure; did you mean %qs?"
68958 msgstr ""
68960 #: fortran/interface.cc:3173
68961 #, gcc-internal-format
68962 msgid "Keyword argument %qs at %L is not in the procedure"
68963 msgstr ""
68965 #: fortran/interface.cc:3182
68966 #, gcc-internal-format
68967 msgid "Keyword argument %qs at %L is already associated with another actual argument"
68968 msgstr ""
68970 #: fortran/interface.cc:3192
68971 #, gcc-internal-format, gfc-internal-format
68972 msgid "More actual than formal arguments in procedure call at %L"
68973 msgstr ""
68975 #: fortran/interface.cc:3205
68976 #, gcc-internal-format, gfc-internal-format
68977 msgid "Missing alternate return specifier in subroutine call at %L"
68978 msgstr ""
68980 #: fortran/interface.cc:3219
68981 #, gcc-internal-format, gfc-internal-format
68982 msgid "Unexpected alternate return specifier in subroutine call at %L"
68983 msgstr "Неочікуваний специфікатор повернення з альтернативи у виклику підпрограми у %L"
68985 #: fortran/interface.cc:3248
68986 #, gcc-internal-format
68987 msgid "Unexpected NULL() intrinsic at %L to dummy %qs"
68988 msgstr "Неочікуване NULL() всередині у %L до фіктивного %qs"
68990 #: fortran/interface.cc:3251
68991 #, gcc-internal-format
68992 msgid "Fortran 2008: Null pointer at %L to non-pointer dummy %qs"
68993 msgstr ""
68995 #: fortran/interface.cc:3277
68996 #, gcc-internal-format, gfc-internal-format
68997 msgid "Actual argument at %L to assumed-type dummy has type parameters or is of derived type with type-bound or FINAL procedures"
68998 msgstr ""
69000 #: fortran/interface.cc:3303
69001 #, gcc-internal-format
69002 msgid "Character length mismatch (%ld/%ld) between actual argument and pointer or allocatable dummy argument %qs at %L"
69003 msgstr ""
69005 #: fortran/interface.cc:3310
69006 #, gcc-internal-format
69007 msgid "Character length mismatch (%ld/%ld) between actual argument and assumed-shape dummy argument %qs at %L"
69008 msgstr ""
69010 #: fortran/interface.cc:3325
69011 #, gcc-internal-format
69012 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"
69013 msgstr ""
69015 #: fortran/interface.cc:3344
69016 #, gcc-internal-format
69017 msgid "Character length of actual argument shorter than of dummy argument %qs (%lu/%lu) at %L"
69018 msgstr ""
69020 #: fortran/interface.cc:3354 fortran/interface.cc:3359
69021 #, gcc-internal-format
69022 msgid "Actual argument contains too few elements for dummy argument %qs (%lu/%lu) at %L"
69023 msgstr ""
69025 #: fortran/interface.cc:3380
69026 #, gcc-internal-format
69027 msgid "Expected a procedure pointer for argument %qs at %L"
69028 msgstr ""
69030 #: fortran/interface.cc:3397
69031 #, gcc-internal-format
69032 msgid "Expected a procedure for argument %qs at %L"
69033 msgstr ""
69035 #: fortran/interface.cc:3462
69036 #, gcc-internal-format
69037 msgid "Actual argument for %qs cannot be an assumed-size array at %L"
69038 msgstr ""
69040 #: fortran/interface.cc:3491
69041 #, gcc-internal-format
69042 msgid "Actual argument to assumed-rank INTENT(OUT) dummy %qs at %L cannot be of unknown size"
69043 msgstr ""
69045 #: fortran/interface.cc:3506
69046 #, fuzzy, gcc-internal-format
69047 #| msgid "%qs argument of %qs intrinsic at %L must be positive"
69048 msgid "Actual argument for %qs at %L must be a pointer"
69049 msgstr "аргумент %qs внутрішньої частини %qs у %L має бути додатним"
69051 #: fortran/interface.cc:3515
69052 #, gcc-internal-format
69053 msgid "Fortran 2008: Non-pointer actual argument at %L to pointer dummy %qs"
69054 msgstr ""
69056 #: fortran/interface.cc:3524
69057 #, gcc-internal-format
69058 msgid "Actual argument for %qs at %L must be a pointer or a valid target for the dummy pointer in a pointer assignment statement"
69059 msgstr ""
69061 #: fortran/interface.cc:3538
69062 #, gcc-internal-format
69063 msgid "Coindexed actual argument at %L to pointer dummy %qs"
69064 msgstr ""
69066 #: fortran/interface.cc:3552
69067 #, gcc-internal-format
69068 msgid "Coindexed actual argument at %L to allocatable dummy %qs requires INTENT(IN)"
69069 msgstr ""
69071 #: fortran/interface.cc:3567
69072 #, gcc-internal-format
69073 msgid "Coindexed ASYNCHRONOUS or VOLATILE actual argument at %L requires that dummy %qs has neither ASYNCHRONOUS nor VOLATILE"
69074 msgstr ""
69076 #: fortran/interface.cc:3582
69077 #, gcc-internal-format
69078 msgid "Coindexed actual argument at %L with allocatable ultimate component to dummy %qs requires either VALUE or INTENT(IN)"
69079 msgstr ""
69081 #: fortran/interface.cc:3595
69082 #, gcc-internal-format
69083 msgid "Actual CLASS array argument for %qs must be a full array at %L"
69084 msgstr ""
69086 #: fortran/interface.cc:3606
69087 #, gcc-internal-format
69088 msgid "Actual argument for %qs must be ALLOCATABLE at %L"
69089 msgstr ""
69091 #: fortran/interface.cc:3643
69092 #, gcc-internal-format
69093 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"
69094 msgstr ""
69096 #: fortran/interface.cc:3663
69097 #, gcc-internal-format
69098 msgid "Assumed-shape actual argument at %L is incompatible with the non-assumed-shape dummy argument %qs due to VOLATILE attribute"
69099 msgstr ""
69101 #: fortran/interface.cc:3681
69102 #, gcc-internal-format
69103 msgid "Array-section actual argument at %L is incompatible with the non-assumed-shape dummy argument %qs due to VOLATILE attribute"
69104 msgstr ""
69106 #: fortran/interface.cc:3702
69107 #, gcc-internal-format
69108 msgid "Pointer-array actual argument at %L requires an assumed-shape or pointer-array dummy argument %qs due to VOLATILE attribute"
69109 msgstr ""
69111 #: fortran/interface.cc:3730
69112 #, gcc-internal-format, gfc-internal-format
69113 msgid "Missing alternate return spec in subroutine call at %L"
69114 msgstr ""
69116 #: fortran/interface.cc:3743
69117 #, gcc-internal-format
69118 msgid "Missing actual argument for argument %qs at %L"
69119 msgstr ""
69121 #: fortran/interface.cc:3871
69122 #, gcc-internal-format
69123 msgid "compare_actual_expr(): Bad component code"
69124 msgstr ""
69126 #: fortran/interface.cc:3900
69127 #, gcc-internal-format
69128 msgid "check_some_aliasing(): List mismatch"
69129 msgstr ""
69131 #: fortran/interface.cc:3926
69132 #, gcc-internal-format
69133 msgid "check_some_aliasing(): corrupted data"
69134 msgstr ""
69136 #: fortran/interface.cc:3936
69137 #, gcc-internal-format
69138 msgid "Same actual argument associated with INTENT(%s) argument %qs and INTENT(%s) argument %qs at %L"
69139 msgstr ""
69141 #: fortran/interface.cc:3966
69142 #, gcc-internal-format
69143 msgid "check_intents(): List mismatch"
69144 msgstr ""
69146 #: fortran/interface.cc:3986
69147 #, gcc-internal-format, gfc-internal-format
69148 msgid "Procedure argument at %L is local to a PURE procedure and has the POINTER attribute"
69149 msgstr ""
69151 #: fortran/interface.cc:3998
69152 #, gcc-internal-format, gfc-internal-format
69153 msgid "Coindexed actual argument at %L in PURE procedure is passed to an INTENT(%s) argument"
69154 msgstr ""
69156 #: fortran/interface.cc:4008
69157 #, gcc-internal-format, gfc-internal-format
69158 msgid "Coindexed actual argument at %L in PURE procedure is passed to a POINTER dummy argument"
69159 msgstr ""
69161 #: fortran/interface.cc:4019
69162 #, gcc-internal-format
69163 msgid "Coindexed polymorphic actual argument at %L is passed polymorphic dummy argument %qs"
69164 msgstr ""
69166 #: fortran/interface.cc:4061
69167 #, gcc-internal-format
69168 msgid "Procedure %qs called at %L is not explicitly declared; did you mean %qs?"
69169 msgstr ""
69171 #: fortran/interface.cc:4065 fortran/interface.cc:4075
69172 #, gcc-internal-format
69173 msgid "Procedure %qs called at %L is not explicitly declared"
69174 msgstr ""
69176 #: fortran/interface.cc:4071
69177 #, gcc-internal-format
69178 msgid "Procedure %qs called with an implicit interface at %L"
69179 msgstr ""
69181 #: fortran/interface.cc:4084
69182 #, gcc-internal-format
69183 msgid "The pointer object %qs at %L must have an explicit function interface or be declared as array"
69184 msgstr ""
69186 #: fortran/interface.cc:4092
69187 #, gcc-internal-format
69188 msgid "The allocatable object %qs at %L must have an explicit function interface or be declared as array"
69189 msgstr ""
69191 #: fortran/interface.cc:4100
69192 #, gcc-internal-format
69193 msgid "Allocatable function %qs at %L must have an explicit function interface"
69194 msgstr ""
69196 #: fortran/interface.cc:4117
69197 #, gcc-internal-format, gfc-internal-format
69198 msgid "Explicit interface required for polymorphic argument at %L"
69199 msgstr ""
69201 #: fortran/interface.cc:4126
69202 #, gcc-internal-format
69203 msgid "Keyword argument requires explicit interface for procedure %qs at %L"
69204 msgstr ""
69206 #: fortran/interface.cc:4135
69207 #, gcc-internal-format, gfc-internal-format
69208 msgid "Assumed-type argument %s at %L requires an explicit interface"
69209 msgstr ""
69211 #: fortran/interface.cc:4150
69212 #, gcc-internal-format
69213 msgid "Actual argument of LOCK_TYPE or with LOCK_TYPE component at %L requires an explicit interface for procedure %qs"
69214 msgstr ""
69216 #: fortran/interface.cc:4165
69217 #, gcc-internal-format
69218 msgid "Actual argument of EVENT_TYPE or with EVENT_TYPE component at %L requires an explicit interface for procedure %qs"
69219 msgstr ""
69221 #: fortran/interface.cc:4175
69222 #, gcc-internal-format, gfc-internal-format
69223 msgid "MOLD argument to NULL required at %L"
69224 msgstr ""
69226 #: fortran/interface.cc:4183
69227 #, gcc-internal-format, gfc-internal-format
69228 msgid "Passing intrinsic NULL as actual argument at %L requires an explicit interface"
69229 msgstr ""
69231 #: fortran/interface.cc:4193
69232 #, gcc-internal-format, gfc-internal-format
69233 msgid "Assumed-rank argument requires an explicit interface at %L"
69234 msgstr ""
69236 #: fortran/interface.cc:4235
69237 #, gcc-internal-format
69238 msgid "Procedure pointer component %qs called with an implicit interface at %L"
69239 msgstr ""
69241 #: fortran/interface.cc:4246
69242 #, gcc-internal-format
69243 msgid "Keyword argument requires explicit interface for procedure pointer component %qs at %L"
69244 msgstr ""
69246 #: fortran/interface.cc:4331
69247 #, gcc-internal-format, gfc-internal-format
69248 msgid "MOLD= required in NULL() argument at %L: Ambiguity between specific functions %s and %s"
69249 msgstr ""
69251 #: fortran/interface.cc:4401
69252 #, gcc-internal-format
69253 msgid "Unable to find symbol %qs"
69254 msgstr ""
69256 #: fortran/interface.cc:4774
69257 #, gcc-internal-format
69258 msgid "Entity %qs at %L is already present in the interface"
69259 msgstr ""
69261 #: fortran/interface.cc:4891
69262 #, gcc-internal-format
69263 msgid "gfc_add_interface(): Bad interface type"
69264 msgstr ""
69266 #: fortran/interface.cc:4985
69267 #, gcc-internal-format
69268 msgid "Cannot overwrite GENERIC %qs at %L"
69269 msgstr ""
69271 #: fortran/interface.cc:4997
69272 #, gcc-internal-format
69273 msgid "%qs at %L overrides a procedure binding declared NON_OVERRIDABLE"
69274 msgstr ""
69276 #: fortran/interface.cc:5005
69277 #, gcc-internal-format
69278 msgid "%qs at %L must not be DEFERRED as it overrides a non-DEFERRED binding"
69279 msgstr ""
69281 #: fortran/interface.cc:5013
69282 #, gcc-internal-format
69283 msgid "%qs at %L overrides a PURE procedure and must also be PURE"
69284 msgstr ""
69286 #: fortran/interface.cc:5022
69287 #, gcc-internal-format
69288 msgid "%qs at %L overrides an ELEMENTAL procedure and must also be ELEMENTAL"
69289 msgstr ""
69291 #: fortran/interface.cc:5028
69292 #, gcc-internal-format
69293 msgid "%qs at %L overrides a non-ELEMENTAL procedure and must not be ELEMENTAL, either"
69294 msgstr ""
69296 #: fortran/interface.cc:5037
69297 #, gcc-internal-format
69298 msgid "%qs at %L overrides a SUBROUTINE and must also be a SUBROUTINE"
69299 msgstr ""
69301 #: fortran/interface.cc:5048
69302 #, gcc-internal-format
69303 msgid "%qs at %L overrides a FUNCTION and must also be a FUNCTION"
69304 msgstr ""
69306 #: fortran/interface.cc:5056
69307 #, gcc-internal-format
69308 msgid "Result mismatch for the overriding procedure %qs at %L: %s"
69309 msgstr ""
69311 #: fortran/interface.cc:5067
69312 #, gcc-internal-format
69313 msgid "%qs at %L overrides a PUBLIC procedure and must not be PRIVATE"
69314 msgstr ""
69316 #: fortran/interface.cc:5097
69317 #, gcc-internal-format
69318 msgid "Dummy argument %qs of %qs at %L should be named %qs as to match the corresponding argument of the overridden procedure"
69319 msgstr ""
69321 #: fortran/interface.cc:5108
69322 #, gcc-internal-format
69323 msgid "Argument mismatch for the overriding procedure %qs at %L: %s"
69324 msgstr ""
69326 #: fortran/interface.cc:5117
69327 #, gcc-internal-format
69328 msgid "%qs at %L must have the same number of formal arguments as the overridden procedure"
69329 msgstr ""
69331 #: fortran/interface.cc:5126
69332 #, gcc-internal-format
69333 msgid "%qs at %L overrides a NOPASS binding and must also be NOPASS"
69334 msgstr ""
69336 #: fortran/interface.cc:5137
69337 #, gcc-internal-format
69338 msgid "%qs at %L overrides a binding with PASS and must also be PASS"
69339 msgstr ""
69341 #: fortran/interface.cc:5144
69342 #, gcc-internal-format
69343 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"
69344 msgstr ""
69346 #: fortran/interface.cc:5165
69347 #, gcc-internal-format, gfc-internal-format
69348 msgid "DTIO dummy argument at %L must be of type %s"
69349 msgstr ""
69351 #: fortran/interface.cc:5172
69352 #, gcc-internal-format, gfc-internal-format
69353 msgid "DTIO dummy argument at %L must be of KIND = %d"
69354 msgstr ""
69356 #: fortran/interface.cc:5179
69357 #, gcc-internal-format, gfc-internal-format
69358 msgid "DTIO dummy argument at %L must be a scalar"
69359 msgstr ""
69361 #: fortran/interface.cc:5183
69362 #, gcc-internal-format, gfc-internal-format
69363 msgid "DTIO dummy argument at %L must be an ASSUMED SHAPE ARRAY"
69364 msgstr ""
69366 #: fortran/interface.cc:5187
69367 #, gcc-internal-format, gfc-internal-format
69368 msgid "DTIO character argument at %L must have assumed length"
69369 msgstr ""
69371 #: fortran/interface.cc:5191
69372 #, gcc-internal-format, gfc-internal-format
69373 msgid "DTIO dummy argument at %L must have INTENT %s"
69374 msgstr ""
69376 #: fortran/interface.cc:5249 fortran/interface.cc:5295
69377 #, gcc-internal-format, gfc-internal-format
69378 msgid "Alternate return at %L is not permitted in a DTIO procedure"
69379 msgstr ""
69381 #: fortran/interface.cc:5261
69382 #, gcc-internal-format
69383 msgid "DTIO procedure %qs at %L must be a subroutine"
69384 msgstr ""
69386 #: fortran/interface.cc:5273
69387 #, gcc-internal-format
69388 msgid "Too few dummy arguments in DTIO procedure %qs at %L"
69389 msgstr ""
69391 #: fortran/interface.cc:5280
69392 #, gcc-internal-format
69393 msgid "Too many dummy arguments in DTIO procedure %qs at %L"
69394 msgstr ""
69396 #: fortran/intrinsic.cc:260
69397 #, gcc-internal-format, gfc-internal-format
69398 msgid "Variable with NO_ARG_CHECK attribute at %L is only permitted as argument to the intrinsic functions C_LOC and PRESENT"
69399 msgstr ""
69401 #: fortran/intrinsic.cc:276
69402 #, gcc-internal-format, gfc-internal-format
69403 msgid "Assumed-type argument at %L is not permitted as actual argument to the intrinsic %s"
69404 msgstr ""
69406 #: fortran/intrinsic.cc:283
69407 #, gcc-internal-format, gfc-internal-format
69408 msgid "Assumed-type argument at %L is only permitted as first actual argument to the intrinsic %s"
69409 msgstr ""
69411 #: fortran/intrinsic.cc:290
69412 #, gcc-internal-format, gfc-internal-format
69413 msgid "Assumed-rank argument at %L is only permitted as actual argument to intrinsic inquiry functions"
69414 msgstr ""
69416 #: fortran/intrinsic.cc:297
69417 #, gcc-internal-format, gfc-internal-format
69418 msgid "Assumed-rank argument at %L is only permitted as first actual argument to the intrinsic inquiry function %s"
69419 msgstr ""
69421 #: fortran/intrinsic.cc:345
69422 #, gcc-internal-format
69423 msgid "do_check(): too many args"
69424 msgstr ""
69426 #: fortran/intrinsic.cc:425
69427 #, gcc-internal-format
69428 msgid "add_sym(): Bad sizing mode"
69429 msgstr ""
69431 #: fortran/intrinsic.cc:1185
69432 #, gcc-internal-format
69433 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."
69434 msgstr ""
69436 #: fortran/intrinsic.cc:1220
69437 #, gcc-internal-format
69438 msgid "make_generic(): Cannot find generic symbol %qs"
69439 msgstr ""
69441 #: fortran/intrinsic.cc:4312
69442 #, gcc-internal-format, gfc-internal-format
69443 msgid "ALLOCATED intrinsic at %L requires an array or scalar allocatable entity"
69444 msgstr ""
69446 #: fortran/intrinsic.cc:4325
69447 #, gcc-internal-format, gfc-internal-format
69448 msgid "Scalar entity required at %L"
69449 msgstr ""
69451 #: fortran/intrinsic.cc:4336
69452 #, gcc-internal-format, gfc-internal-format
69453 msgid "Array entity required at %L"
69454 msgstr ""
69456 #: fortran/intrinsic.cc:4343
69457 #, gcc-internal-format
69458 msgid "Invalid keyword %qs in %qs intrinsic function at %L"
69459 msgstr ""
69461 #: fortran/intrinsic.cc:4370
69462 #, gcc-internal-format
69463 msgid "Too many arguments in call to %qs at %L"
69464 msgstr ""
69466 #: fortran/intrinsic.cc:4386
69467 #, gcc-internal-format, gfc-internal-format
69468 msgid "The argument list functions %%VAL, %%LOC or %%REF are not allowed in this context at %L"
69469 msgstr ""
69471 #: fortran/intrinsic.cc:4389
69472 #, gcc-internal-format
69473 msgid "Cannot find keyword named %qs in call to %qs at %L"
69474 msgstr ""
69476 #: fortran/intrinsic.cc:4396
69477 #, gcc-internal-format
69478 msgid "Argument %qs appears twice in call to %qs at %L"
69479 msgstr ""
69481 #: fortran/intrinsic.cc:4410
69482 #, gcc-internal-format
69483 msgid "Missing actual argument %qs in call to %qs at %L"
69484 msgstr ""
69486 #: fortran/intrinsic.cc:4426
69487 #, gcc-internal-format, gfc-internal-format
69488 msgid "ALTERNATE RETURN not permitted at %L"
69489 msgstr ""
69491 #: fortran/intrinsic.cc:4480
69492 #, gcc-internal-format
69493 msgid "In call to %qs at %L, type mismatch in argument %qs; pass %qs to %qs"
69494 msgstr ""
69496 #: fortran/intrinsic.cc:4608
69497 #, gcc-internal-format
69498 msgid "resolve_intrinsic(): Too many args for intrinsic"
69499 msgstr ""
69501 #: fortran/intrinsic.cc:4702
69502 #, gcc-internal-format
69503 msgid "do_simplify(): Too many args for intrinsic"
69504 msgstr ""
69506 #: fortran/intrinsic.cc:4742
69507 #, gcc-internal-format
69508 msgid "init_arglist(): too many arguments"
69509 msgstr ""
69511 #: fortran/intrinsic.cc:4894
69512 #, gcc-internal-format
69513 msgid "Invalid standard code on intrinsic %qs (%d)"
69514 msgstr ""
69516 #: fortran/intrinsic.cc:4903
69517 #, gcc-internal-format
69518 msgid "Intrinsic %qs (%s) used at %L"
69519 msgstr ""
69521 #: fortran/intrinsic.cc:4975
69522 #, gcc-internal-format
69523 msgid "Function %qs as initialization expression at %L"
69524 msgstr ""
69526 #: fortran/intrinsic.cc:4993
69527 #, gcc-internal-format
69528 msgid "Transformational function %qs at %L is invalid in an initialization expression"
69529 msgstr ""
69531 #: fortran/intrinsic.cc:5069
69532 #, gcc-internal-format, gfc-internal-format
69533 msgid "Elemental function as initialization expression with non-integer/non-character arguments at %L"
69534 msgstr ""
69536 #: fortran/intrinsic.cc:5160
69537 #, gcc-internal-format
69538 msgid "Subroutine call to intrinsic %qs in DO CONCURRENT block at %L is not PURE"
69539 msgstr ""
69541 #: fortran/intrinsic.cc:5167
69542 #, gcc-internal-format
69543 msgid "Subroutine call to intrinsic %qs at %L is not PURE"
69544 msgstr ""
69546 #: fortran/intrinsic.cc:5270
69547 #, gcc-internal-format, gfc-internal-format
69548 msgid "Extension: Conversion from %s to %s at %L"
69549 msgstr ""
69551 #: fortran/intrinsic.cc:5291
69552 #, gcc-internal-format, gfc-internal-format
69553 msgid "Nonstandard conversion from %s to %s at %L"
69554 msgstr ""
69556 #: fortran/intrinsic.cc:5308 fortran/intrinsic.cc:5325
69557 #, gcc-internal-format, gfc-internal-format
69558 msgid "Possible change of value in conversion from %s to %s at %L"
69559 msgstr ""
69561 #. If HOLLERITH is involved, all bets are off.
69562 #: fortran/intrinsic.cc:5313 fortran/intrinsic.cc:5333
69563 #, gcc-internal-format, gfc-internal-format
69564 msgid "Conversion from %s to %s at %L"
69565 msgstr ""
69567 #. Use of -fdec-char-conversions allows assignment of character data
69568 #. to non-character variables.  This not permited for nonconstant
69569 #. strings.
69570 #: fortran/intrinsic.cc:5399 fortran/resolve.cc:11049
69571 #, gcc-internal-format, gfc-internal-format
69572 msgid "Cannot convert %s to %s at %L"
69573 msgstr ""
69575 #: fortran/intrinsic.cc:5404
69576 #, gcc-internal-format
69577 msgid "Cannot convert %qs to %qs at %L"
69578 msgstr ""
69580 #: fortran/intrinsic.cc:5496
69581 #, gcc-internal-format
69582 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."
69583 msgstr ""
69585 #: fortran/intrinsic.cc:5502
69586 #, gcc-internal-format
69587 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."
69588 msgstr ""
69590 #: fortran/io.cc:176 fortran/primary.cc:940
69591 #, gcc-internal-format, gfc-internal-format
69592 msgid "Extension: backslash character at %C"
69593 msgstr ""
69595 #: fortran/io.cc:210
69596 #, gcc-internal-format, gfc-internal-format
69597 msgid "Nonconforming tab character in format at %C"
69598 msgstr ""
69600 #: fortran/io.cc:453
69601 #, gcc-internal-format, gfc-internal-format
69602 msgid "DP format specifier not allowed at %C"
69603 msgstr ""
69605 #: fortran/io.cc:460
69606 #, gcc-internal-format, gfc-internal-format
69607 msgid "DC format specifier not allowed at %C"
69608 msgstr ""
69610 #: fortran/io.cc:467
69611 #, gcc-internal-format, gfc-internal-format
69612 msgid "Fortran 2003: DT format specifier not allowed at %C"
69613 msgstr ""
69615 #: fortran/io.cc:596
69616 #, gcc-internal-format, gfc-internal-format
69617 msgid "Positive width required in format string at %L"
69618 msgstr ""
69620 #: fortran/io.cc:598
69621 #, gcc-internal-format, gfc-internal-format
69622 msgid "Nonnegative width required in format string at %L"
69623 msgstr ""
69625 #: fortran/io.cc:600
69626 #, gcc-internal-format
69627 msgid "Unexpected element %qc in format string at %L"
69628 msgstr ""
69630 #: fortran/io.cc:602
69631 #, gcc-internal-format, gfc-internal-format
69632 msgid "Unexpected end of format string in format string at %L"
69633 msgstr ""
69635 #: fortran/io.cc:604
69636 #, gcc-internal-format, gfc-internal-format
69637 msgid "Zero width in format descriptor in format string at %L"
69638 msgstr ""
69640 #: fortran/io.cc:624
69641 #, gcc-internal-format, gfc-internal-format
69642 msgid "Missing leading left parenthesis in format string at %L"
69643 msgstr ""
69645 #: fortran/io.cc:653
69646 #, gcc-internal-format
69647 msgid "Left parenthesis required after %<*%> in format string at %L"
69648 msgstr ""
69650 #: fortran/io.cc:685
69651 #, gcc-internal-format, gfc-internal-format
69652 msgid "Expected P edit descriptor in format string at %L"
69653 msgstr ""
69655 #. P requires a prior number.
69656 #: fortran/io.cc:693
69657 #, gcc-internal-format, gfc-internal-format
69658 msgid "P descriptor requires leading scale factor in format string at %L"
69659 msgstr ""
69661 #: fortran/io.cc:701
69662 #, gcc-internal-format, gfc-internal-format
69663 msgid "X descriptor requires leading space count at %L"
69664 msgstr ""
69666 #: fortran/io.cc:730
69667 #, gcc-internal-format, gfc-internal-format
69668 msgid "$ descriptor at %L"
69669 msgstr ""
69671 #: fortran/io.cc:734
69672 #, gcc-internal-format, gfc-internal-format
69673 msgid "$ should be the last specifier in format at %L"
69674 msgstr ""
69676 #: fortran/io.cc:766
69677 #, gcc-internal-format, gfc-internal-format
69678 msgid "Missing item in format string at %L"
69679 msgstr ""
69681 #: fortran/io.cc:797 fortran/io.cc:812
69682 #, gcc-internal-format, gfc-internal-format
69683 msgid "Comma required after P descriptor in format string at %L"
69684 msgstr ""
69686 #: fortran/io.cc:827
69687 #, gcc-internal-format, gfc-internal-format
69688 msgid "Positive width required with T descriptor in format string at %L"
69689 msgstr ""
69691 #: fortran/io.cc:846 fortran/io.cc:850
69692 #, gcc-internal-format, gfc-internal-format
69693 msgid "Extension: Zero width after L descriptor at %L"
69694 msgstr ""
69696 #: fortran/io.cc:862
69697 #, gcc-internal-format, gfc-internal-format
69698 msgid "Missing positive width after L descriptor at %L"
69699 msgstr ""
69701 #: fortran/io.cc:893
69702 #, gcc-internal-format
69703 msgid "%<G0%> in format at %L"
69704 msgstr ""
69706 #: fortran/io.cc:911
69707 #, gcc-internal-format, gfc-internal-format
69708 msgid "E specifier not allowed with g0 descriptor in format string at %L"
69709 msgstr ""
69711 #: fortran/io.cc:931
69712 #, gcc-internal-format, gfc-internal-format
69713 msgid "Positive width required in format specifier %s at %L"
69714 msgstr ""
69716 #: fortran/io.cc:941
69717 #, gcc-internal-format, gfc-internal-format
69718 msgid "positive width required at %L"
69719 msgstr ""
69721 #: fortran/io.cc:964 fortran/io.cc:971
69722 #, gcc-internal-format, gfc-internal-format
69723 msgid "Period required in format specifier %s at %L"
69724 msgstr ""
69726 #: fortran/io.cc:1009 fortran/io.cc:1018
69727 #, gcc-internal-format, gfc-internal-format
69728 msgid "Positive exponent width required in format string at %L"
69729 msgstr ""
69731 #: fortran/io.cc:1066
69732 #, gcc-internal-format, gfc-internal-format
69733 msgid "Right parenthesis expected at %C in format string at %L"
69734 msgstr ""
69736 #: fortran/io.cc:1108
69737 #, gcc-internal-format, gfc-internal-format
69738 msgid "Period required in format specifier in format string at %L"
69739 msgstr ""
69741 #: fortran/io.cc:1114
69742 #, gcc-internal-format, gfc-internal-format
69743 msgid "Period required in format specifier at %L"
69744 msgstr ""
69746 #: fortran/io.cc:1136
69747 #, gcc-internal-format, gfc-internal-format
69748 msgid "The H format specifier at %L is a Fortran 95 deleted feature"
69749 msgstr ""
69751 #: fortran/io.cc:1231 fortran/io.cc:1293
69752 #, gcc-internal-format, gfc-internal-format
69753 msgid "Missing comma at %L"
69754 msgstr ""
69756 #: fortran/io.cc:1349
69757 #, gcc-internal-format, gfc-internal-format
69758 msgid "Extraneous characters in format at %L"
69759 msgstr ""
69761 #: fortran/io.cc:1371
69762 #, gcc-internal-format, gfc-internal-format
69763 msgid "Format statement in module main block at %C"
69764 msgstr ""
69766 #: fortran/io.cc:1380
69767 #, gcc-internal-format, gfc-internal-format
69768 msgid "FORMAT statement at %C cannot appear within an INTERFACE"
69769 msgstr ""
69771 #: fortran/io.cc:1386
69772 #, gcc-internal-format, gfc-internal-format
69773 msgid "Missing format label at %C"
69774 msgstr ""
69776 #: fortran/io.cc:1441 fortran/io.cc:1472 fortran/io.cc:1552
69777 #, gcc-internal-format, gfc-internal-format
69778 msgid "Invalid value for %s specification at %C"
69779 msgstr ""
69781 #: fortran/io.cc:1447 fortran/io.cc:1478 fortran/io.cc:1634 fortran/io.cc:1647
69782 #, gcc-internal-format, gfc-internal-format
69783 msgid "Duplicate %s specification at %C"
69784 msgstr ""
69786 #: fortran/io.cc:1489
69787 #, gcc-internal-format, gfc-internal-format
69788 msgid "Variable %s cannot be INTENT(IN) at %C"
69789 msgstr ""
69791 #: fortran/io.cc:1497
69792 #, gcc-internal-format, gfc-internal-format
69793 msgid "Variable %s cannot be assigned in PURE procedure at %C"
69794 msgstr ""
69796 #: fortran/io.cc:1527
69797 #, gcc-internal-format, gfc-internal-format
69798 msgid "Expecting a variable at %L"
69799 msgstr ""
69801 #: fortran/io.cc:1558
69802 #, gcc-internal-format, gfc-internal-format
69803 msgid "Duplicate %s label specification at %C"
69804 msgstr ""
69806 #: fortran/io.cc:1578 fortran/io.cc:1595 fortran/io.cc:1616
69807 #, gcc-internal-format
69808 msgid "%s at %C is a DEC extension, enable with %<-fdec%>"
69809 msgstr ""
69811 #: fortran/io.cc:1669
69812 #, gcc-internal-format, gfc-internal-format
69813 msgid "Constant expression in FORMAT tag at %L must be of type default CHARACTER"
69814 msgstr ""
69816 #: fortran/io.cc:1694
69817 #, gcc-internal-format, gfc-internal-format
69818 msgid "FORMAT tag at %L cannot be a zero-sized array"
69819 msgstr ""
69821 #: fortran/io.cc:1735
69822 #, gcc-internal-format, gfc-internal-format
69823 msgid "FORMAT tag at %L must be of type default-kind CHARACTER or of INTEGER"
69824 msgstr ""
69826 #: fortran/io.cc:1741
69827 #, gcc-internal-format, gfc-internal-format
69828 msgid "ASSIGNED variable in FORMAT tag at %L"
69829 msgstr ""
69831 #: fortran/io.cc:1746
69832 #, gcc-internal-format
69833 msgid "Variable %qs at %L has not been assigned a format label"
69834 msgstr ""
69836 #: fortran/io.cc:1753
69837 #, gcc-internal-format
69838 msgid "Scalar %qs in FORMAT tag at %L is not an ASSIGNED variable"
69839 msgstr ""
69841 #: fortran/io.cc:1768
69842 #, gcc-internal-format, gfc-internal-format
69843 msgid "Non-character non-Hollerith in FORMAT tag at %L"
69844 msgstr ""
69846 #: fortran/io.cc:1772
69847 #, gcc-internal-format, gfc-internal-format
69848 msgid "Non-character in FORMAT tag at %L"
69849 msgstr ""
69851 #: fortran/io.cc:1778
69852 #, gcc-internal-format, gfc-internal-format
69853 msgid "Non-character assumed shape array element in FORMAT tag at %L"
69854 msgstr ""
69856 #: fortran/io.cc:1785
69857 #, gcc-internal-format, gfc-internal-format
69858 msgid "Non-character assumed size array element in FORMAT tag at %L"
69859 msgstr ""
69861 #: fortran/io.cc:1792
69862 #, gcc-internal-format, gfc-internal-format
69863 msgid "Non-character pointer array element in FORMAT tag at %L"
69864 msgstr ""
69866 #: fortran/io.cc:1818
69867 #, gcc-internal-format, gfc-internal-format
69868 msgid "%s tag at %L must be of type %s"
69869 msgstr ""
69871 #: fortran/io.cc:1825
69872 #, gcc-internal-format, gfc-internal-format
69873 msgid "%s tag at %L must be a character string of default kind"
69874 msgstr ""
69876 #: fortran/io.cc:1832
69877 #, gcc-internal-format, gfc-internal-format
69878 msgid "%s tag at %L must be scalar"
69879 msgstr ""
69881 #: fortran/io.cc:1838
69882 #, gcc-internal-format, gfc-internal-format
69883 msgid "IOMSG tag at %L"
69884 msgstr ""
69886 #: fortran/io.cc:1846
69887 #, gcc-internal-format, gfc-internal-format
69888 msgid "Fortran 95 requires default INTEGER in %s tag at %L"
69889 msgstr ""
69891 #: fortran/io.cc:1855
69892 #, gcc-internal-format, gfc-internal-format
69893 msgid "Non-default LOGICAL kind in %s tag at %L"
69894 msgstr ""
69896 #: fortran/io.cc:1862
69897 #, gcc-internal-format, gfc-internal-format
69898 msgid "NEWUNIT specifier at %L"
69899 msgstr ""
69901 #: fortran/io.cc:1880
69902 #, gcc-internal-format, gfc-internal-format
69903 msgid "CONVERT tag at %L"
69904 msgstr ""
69906 #: fortran/io.cc:2105
69907 #, gcc-internal-format
69908 msgid "Fortran 2003: %s specifier in %s statement at %L has value %qs"
69909 msgstr ""
69911 #: fortran/io.cc:2113 fortran/io.cc:2140
69912 #, gcc-internal-format
69913 msgid "%s specifier in %s statement at %L has value %qs"
69914 msgstr ""
69916 #: fortran/io.cc:2132
69917 #, gcc-internal-format
69918 msgid "Extension: %s specifier in %s statement at %L has value %qs"
69919 msgstr ""
69921 #: fortran/io.cc:2154 fortran/io.cc:2162
69922 #, gcc-internal-format
69923 msgid "%s specifier in %s statement at %L has invalid value %qs"
69924 msgstr ""
69926 #: fortran/io.cc:2219
69927 #, gcc-internal-format, gfc-internal-format
69928 msgid "ACTION type conflicts with READONLY specifier at %L"
69929 msgstr ""
69931 #: fortran/io.cc:2235
69932 #, gcc-internal-format, gfc-internal-format
69933 msgid "ASYNCHRONOUS= at %L not allowed in Fortran 95"
69934 msgstr ""
69936 #: fortran/io.cc:2254 fortran/io.cc:3928
69937 #, gcc-internal-format, gfc-internal-format
69938 msgid "BLANK= at %L not allowed in Fortran 95"
69939 msgstr ""
69941 #: fortran/io.cc:2282 fortran/io.cc:3906
69942 #, gcc-internal-format, gfc-internal-format
69943 msgid "DECIMAL= at %L not allowed in Fortran 95"
69944 msgstr ""
69946 #: fortran/io.cc:2314
69947 #, gcc-internal-format, gfc-internal-format
69948 msgid "ENCODING= at %L not allowed in Fortran 95"
69949 msgstr ""
69951 #: fortran/io.cc:2365 fortran/io.cc:3973
69952 #, gcc-internal-format, gfc-internal-format
69953 msgid "ROUND= at %L not allowed in Fortran 95"
69954 msgstr ""
69956 #: fortran/io.cc:2395
69957 #, gcc-internal-format, gfc-internal-format
69958 msgid "SIGN= at %L not allowed in Fortran 95"
69959 msgstr ""
69961 #: fortran/io.cc:2416
69962 #, gcc-internal-format, gfc-internal-format
69963 msgid "RECL in OPEN statement at %L must be positive"
69964 msgstr ""
69966 #: fortran/io.cc:2441
69967 #, gcc-internal-format
69968 msgid "The STATUS specified in OPEN statement at %L is %qs and no FILE specifier is present"
69969 msgstr ""
69971 #: fortran/io.cc:2452
69972 #, gcc-internal-format, gfc-internal-format
69973 msgid "The STATUS specified in OPEN statement at %L cannot have the value SCRATCH if a FILE specifier is present"
69974 msgstr ""
69976 #: fortran/io.cc:2463
69977 #, gcc-internal-format, gfc-internal-format
69978 msgid "UNIT specifier not allowed with NEWUNIT at %L"
69979 msgstr ""
69981 #: fortran/io.cc:2474
69982 #, gcc-internal-format, gfc-internal-format
69983 msgid "NEWUNIT specifier must have FILE= or STATUS='scratch' at %L"
69984 msgstr ""
69986 #: fortran/io.cc:2481
69987 #, gcc-internal-format, gfc-internal-format
69988 msgid "OPEN statement at %L must have UNIT or NEWUNIT specified"
69989 msgstr ""
69991 #: fortran/io.cc:2516
69992 #, gcc-internal-format, gfc-internal-format
69993 msgid "%sspecifier at %L not allowed in OPEN statement for unformatted I/O"
69994 msgstr ""
69996 #: fortran/io.cc:2524
69997 #, gcc-internal-format, gfc-internal-format
69998 msgid "RECL specifier not allowed in OPEN statement at %L for stream I/O"
69999 msgstr ""
70001 #: fortran/io.cc:2537
70002 #, gcc-internal-format, gfc-internal-format
70003 msgid "POSITION specifier in OPEN statement at %L only allowed for stream or sequential ACCESS"
70004 msgstr ""
70006 #: fortran/io.cc:2590
70007 #, gcc-internal-format, gfc-internal-format
70008 msgid "OPEN statement not allowed in PURE procedure at %C"
70009 msgstr ""
70011 #: fortran/io.cc:2698
70012 #, gcc-internal-format, gfc-internal-format
70013 msgid "CLOSE statement not allowed in PURE procedure at %C"
70014 msgstr ""
70016 #: fortran/io.cc:2724
70017 #, gcc-internal-format, gfc-internal-format
70018 msgid "CLOSE statement at %L requires a UNIT number"
70019 msgstr ""
70021 #: fortran/io.cc:2732
70022 #, gcc-internal-format, gfc-internal-format
70023 msgid "UNIT number in CLOSE statement at %L must be non-negative"
70024 msgstr ""
70026 #: fortran/io.cc:2855 fortran/match.cc:3129
70027 #, gcc-internal-format, gfc-internal-format
70028 msgid "%s statement not allowed in PURE procedure at %C"
70029 msgstr ""
70031 #: fortran/io.cc:2885
70032 #, gcc-internal-format, gfc-internal-format
70033 msgid "UNIT number missing in statement at %L"
70034 msgstr ""
70036 #: fortran/io.cc:2896 fortran/io.cc:3386
70037 #, gcc-internal-format, gfc-internal-format
70038 msgid "UNIT number in statement at %L must be non-negative"
70039 msgstr ""
70041 #: fortran/io.cc:2929
70042 #, gcc-internal-format, gfc-internal-format
70043 msgid "FLUSH statement at %C"
70044 msgstr ""
70046 #: fortran/io.cc:2970
70047 #, gcc-internal-format, gfc-internal-format
70048 msgid "Missing format with default unit at %C"
70049 msgstr ""
70051 #: fortran/io.cc:2990
70052 #, gcc-internal-format, gfc-internal-format
70053 msgid "Duplicate UNIT specification at %C"
70054 msgstr ""
70056 #: fortran/io.cc:3064
70057 #, gcc-internal-format, gfc-internal-format
70058 msgid "Duplicate format specification at %C"
70059 msgstr ""
70061 #: fortran/io.cc:3105
70062 #, gcc-internal-format
70063 msgid "Symbol %qs in namelist %qs is INTENT(IN) at %C"
70064 msgstr ""
70066 #: fortran/io.cc:3141
70067 #, gcc-internal-format, gfc-internal-format
70068 msgid "Duplicate NML specification at %C"
70069 msgstr ""
70071 #: fortran/io.cc:3150
70072 #, gcc-internal-format
70073 msgid "Symbol %qs at %C must be a NAMELIST group name"
70074 msgstr ""
70076 #: fortran/io.cc:3216
70077 #, gcc-internal-format, gfc-internal-format
70078 msgid "END tag at %C not allowed in output statement"
70079 msgstr ""
70081 #: fortran/io.cc:3312
70082 #, gcc-internal-format, gfc-internal-format
70083 msgid "UNIT not specified at %L"
70084 msgstr ""
70086 #: fortran/io.cc:3319
70087 #, gcc-internal-format, gfc-internal-format
70088 msgid "UNIT specification at %L must not be a character PARAMETER"
70089 msgstr ""
70091 #: fortran/io.cc:3332
70092 #, gcc-internal-format, gfc-internal-format
70093 msgid "UNIT specification at %L must be an INTEGER expression or a CHARACTER variable"
70094 msgstr ""
70096 #: fortran/io.cc:3354
70097 #, gcc-internal-format, gfc-internal-format
70098 msgid "Invalid form of WRITE statement at %L, UNIT required"
70099 msgstr ""
70101 #: fortran/io.cc:3365
70102 #, gcc-internal-format, gfc-internal-format
70103 msgid "Internal unit with vector subscript at %L"
70104 msgstr ""
70106 #: fortran/io.cc:3379
70107 #, gcc-internal-format, gfc-internal-format
70108 msgid "External IO UNIT cannot be an array at %L"
70109 msgstr ""
70111 #: fortran/io.cc:3409
70112 #, gcc-internal-format
70113 msgid "NAMELIST %qs in READ statement at %L contains the symbol %qs which may not appear in a variable definition context"
70114 msgstr ""
70116 #: fortran/io.cc:3421
70117 #, gcc-internal-format
70118 msgid "NAMELIST object %qs in namelist %qs at %L is polymorphic and requires a defined input/output procedure"
70119 msgstr ""
70121 #: fortran/io.cc:3431 fortran/resolve.cc:15309
70122 #, gcc-internal-format
70123 msgid "NAMELIST object %qs in namelist %qs at %L with ALLOCATABLE or POINTER components"
70124 msgstr ""
70126 #: fortran/io.cc:3439
70127 #, gcc-internal-format
70128 msgid "NAMELIST object %qs in namelist %qs at %L has ALLOCATABLE or POINTER components and thus requires a defined input/output procedure"
70129 msgstr ""
70131 #: fortran/io.cc:3450
70132 #, gcc-internal-format, gfc-internal-format
70133 msgid "Comma before i/o item list at %L"
70134 msgstr ""
70136 #: fortran/io.cc:3460
70137 #, gcc-internal-format, gfc-internal-format
70138 msgid "ERR tag label %d at %L not defined"
70139 msgstr ""
70141 #: fortran/io.cc:3472
70142 #, gcc-internal-format, gfc-internal-format
70143 msgid "END tag label %d at %L not defined"
70144 msgstr ""
70146 #: fortran/io.cc:3484
70147 #, gcc-internal-format, gfc-internal-format
70148 msgid "EOR tag label %d at %L not defined"
70149 msgstr ""
70151 #: fortran/io.cc:3494
70152 #, gcc-internal-format, gfc-internal-format
70153 msgid "FORMAT label %d at %L not defined"
70154 msgstr ""
70156 #: fortran/io.cc:3525
70157 #, gcc-internal-format
70158 msgid "io_kind_name(): bad I/O-kind"
70159 msgstr ""
70161 #: fortran/io.cc:3614
70162 #, gcc-internal-format, gfc-internal-format
70163 msgid "Syntax error in I/O iterator at %C"
70164 msgstr ""
70166 #: fortran/io.cc:3646
70167 #, gcc-internal-format, gfc-internal-format
70168 msgid "Expecting variable in READ statement at %C"
70169 msgstr ""
70171 #: fortran/io.cc:3652
70172 #, gcc-internal-format, gfc-internal-format
70173 msgid "Expecting variable or io-implied-do in READ statement at %L"
70174 msgstr ""
70176 #: fortran/io.cc:3661
70177 #, gcc-internal-format, gfc-internal-format
70178 msgid "Expecting variable or io-implied-do at %L"
70179 msgstr ""
70181 #: fortran/io.cc:3670
70182 #, gcc-internal-format, gfc-internal-format
70183 msgid "Expected expression in %s statement at %C"
70184 msgstr ""
70186 #: fortran/io.cc:3675
70187 #, gcc-internal-format, gfc-internal-format
70188 msgid "BOZ literal constant at %L cannot appear in an output IO list"
70189 msgstr ""
70191 #: fortran/io.cc:3823
70192 #, gcc-internal-format, gfc-internal-format
70193 msgid "Internal file at %L with namelist"
70194 msgstr ""
70196 #: fortran/io.cc:3838
70197 #, gcc-internal-format, gfc-internal-format
70198 msgid "IO UNIT in %s statement at %L must be an internal file in a PURE procedure"
70199 msgstr ""
70201 #: fortran/io.cc:3951
70202 #, gcc-internal-format, gfc-internal-format
70203 msgid "PAD= at %L not allowed in Fortran 95"
70204 msgstr ""
70206 #: fortran/io.cc:4020
70207 #, gcc-internal-format, gfc-internal-format
70208 msgid "DELIM= at %L not allowed in Fortran 95"
70209 msgstr ""
70211 #: fortran/io.cc:4194
70212 #, gcc-internal-format, gfc-internal-format
70213 msgid "PRINT namelist at %C is an extension"
70214 msgstr ""
70216 #: fortran/io.cc:4216
70217 #, gcc-internal-format, gfc-internal-format
70218 msgid "Comma after * at %C not allowed without I/O list"
70219 msgstr ""
70221 #: fortran/io.cc:4389
70222 #, gcc-internal-format, gfc-internal-format
70223 msgid "Expected comma in I/O list at %C"
70224 msgstr ""
70226 #: fortran/io.cc:4456
70227 #, gcc-internal-format, gfc-internal-format
70228 msgid "PRINT statement at %C not allowed within PURE procedure"
70229 msgstr ""
70231 #: fortran/io.cc:4618
70232 #, gcc-internal-format, gfc-internal-format
70233 msgid "NULL() near %L cannot appear in INQUIRE statement"
70234 msgstr ""
70236 #: fortran/io.cc:4630 fortran/io.cc:4692
70237 #, gcc-internal-format, gfc-internal-format
70238 msgid "INQUIRE statement not allowed in PURE procedure at %C"
70239 msgstr ""
70241 #: fortran/io.cc:4658
70242 #, gcc-internal-format, gfc-internal-format
70243 msgid "IOLENGTH tag invalid in INQUIRE statement at %C"
70244 msgstr ""
70246 #: fortran/io.cc:4668 fortran/trans-io.cc:1358
70247 #, gcc-internal-format, gfc-internal-format
70248 msgid "INQUIRE statement at %L cannot contain both FILE and UNIT specifiers"
70249 msgstr ""
70251 #: fortran/io.cc:4675
70252 #, gcc-internal-format, gfc-internal-format
70253 msgid "INQUIRE statement at %L requires either FILE or UNIT specifier"
70254 msgstr ""
70256 #: fortran/io.cc:4685
70257 #, gcc-internal-format, gfc-internal-format
70258 msgid "UNIT number in INQUIRE statement at %L cannot be %d"
70259 msgstr ""
70261 #: fortran/io.cc:4700
70262 #, gcc-internal-format, gfc-internal-format
70263 msgid "INQUIRE statement at %L requires a PENDING= specifier with the ID= specifier"
70264 msgstr ""
70266 #: fortran/io.cc:4876
70267 #, gcc-internal-format, gfc-internal-format
70268 msgid "WAIT at %C not allowed in Fortran 95"
70269 msgstr ""
70271 #: fortran/io.cc:4882
70272 #, gcc-internal-format, gfc-internal-format
70273 msgid "WAIT statement not allowed in PURE procedure at %C"
70274 msgstr ""
70276 #. Reject truncation.
70277 #: fortran/iresolve.cc:70
70278 #, gcc-internal-format, gfc-internal-format
70279 msgid "identifier overflow: %d"
70280 msgstr "переповнення ідентифікатора: %d"
70282 #: fortran/iresolve.cc:102
70283 #, gcc-internal-format
70284 msgid "check_charlen_present(): length not set"
70285 msgstr ""
70287 #: fortran/match.cc:118
70288 #, gcc-internal-format
70289 msgid "gfc_op2string(): Bad code"
70290 msgstr ""
70292 #: fortran/match.cc:195
70293 #, fuzzy, gcc-internal-format
70294 #| msgid "Expected structure component name at %C"
70295 msgid "Expected structure component or operator name after %<.%> at %C"
70296 msgstr "У %C мало бути вказано назву компонента структури"
70298 #: fortran/match.cc:227
70299 #, gcc-internal-format
70300 msgid "%qs is neither a defined operator nor a structure component in dotted string at %C"
70301 msgstr ""
70303 #: fortran/match.cc:298
70304 #, gcc-internal-format
70305 msgid "Missing %qs in statement at or before %L"
70306 msgstr ""
70308 #: fortran/match.cc:498
70309 #, gcc-internal-format, gfc-internal-format
70310 msgid "Integer too large at %C"
70311 msgstr ""
70313 #: fortran/match.cc:553 fortran/parse.cc:1308
70314 #, gcc-internal-format, gfc-internal-format
70315 msgid "Too many digits in statement label at %C"
70316 msgstr ""
70318 #: fortran/match.cc:559
70319 #, gcc-internal-format, gfc-internal-format
70320 msgid "Statement label at %C is zero"
70321 msgstr ""
70323 #: fortran/match.cc:592
70324 #, gcc-internal-format
70325 msgid "Label name %qs at %C is ambiguous"
70326 msgstr ""
70328 #: fortran/match.cc:598
70329 #, gcc-internal-format
70330 msgid "Duplicate construct label %qs at %C"
70331 msgstr ""
70333 #: fortran/match.cc:634
70334 #, gcc-internal-format, gfc-internal-format
70335 msgid "Invalid character in name at %C"
70336 msgstr ""
70338 #: fortran/match.cc:647
70339 #, gcc-internal-format, gfc-internal-format
70340 msgid "Name at %C is too long"
70341 msgstr ""
70343 #: fortran/match.cc:658
70344 #, gcc-internal-format
70345 msgid "Invalid character %<$%> at %L. Use %<-fdollar-ok%> to allow it as an extension"
70346 msgstr ""
70348 #: fortran/match.cc:934
70349 #, gcc-internal-format, gfc-internal-format
70350 msgid ".XOR. operator at %C"
70351 msgstr ""
70353 #: fortran/match.cc:989
70354 #, gcc-internal-format, gfc-internal-format
70355 msgid "Loop variable at %C cannot be an array"
70356 msgstr ""
70358 #: fortran/match.cc:996
70359 #, gcc-internal-format, gfc-internal-format
70360 msgid "Loop variable at %C cannot be a coarray"
70361 msgstr ""
70363 #: fortran/match.cc:1002
70364 #, gcc-internal-format, gfc-internal-format
70365 msgid "Loop variable at %C cannot be a sub-component"
70366 msgstr ""
70368 #: fortran/match.cc:1036
70369 #, gcc-internal-format, gfc-internal-format
70370 msgid "Expected a step value in iterator at %C"
70371 msgstr ""
70373 #: fortran/match.cc:1048
70374 #, gcc-internal-format, gfc-internal-format
70375 msgid "Syntax error in iterator at %C"
70376 msgstr ""
70378 #: fortran/match.cc:1219
70379 #, gcc-internal-format, gfc-internal-format
70380 msgid "gfc_match(): Bad match code %c"
70381 msgstr ""
70383 #: fortran/match.cc:1293
70384 #, gcc-internal-format, gfc-internal-format
70385 msgid "Invalid form of PROGRAM statement at %C"
70386 msgstr ""
70388 #: fortran/match.cc:1337
70389 #, gcc-internal-format, gfc-internal-format
70390 msgid "BOZ literal constant at %L is neither a DATA statement value nor an actual argument of INT/REAL/DBLE/CMPLX intrinsic subprogram"
70391 msgstr ""
70393 #: fortran/match.cc:1346
70394 #, gcc-internal-format, gfc-internal-format
70395 msgid "Assignment to a constant expression at %C"
70396 msgstr "Надання значення сталому виразу у %C"
70398 #: fortran/match.cc:1450 fortran/match.cc:1541
70399 #, gcc-internal-format, gfc-internal-format
70400 msgid "Arithmetic IF statement at %C"
70401 msgstr ""
70403 #: fortran/match.cc:1497
70404 #, gcc-internal-format
70405 msgid "Missing %<(%> in IF-expression at %C"
70406 msgstr ""
70408 #: fortran/match.cc:1515
70409 #, gcc-internal-format, gfc-internal-format
70410 msgid "Syntax error in IF-expression at %C"
70411 msgstr ""
70413 #: fortran/match.cc:1526
70414 #, gcc-internal-format, gfc-internal-format
70415 msgid "Block label not appropriate for arithmetic IF statement at %C"
70416 msgstr ""
70418 #: fortran/match.cc:1564
70419 #, gcc-internal-format, gfc-internal-format
70420 msgid "Block label is not appropriate for IF statement at %C"
70421 msgstr ""
70423 #: fortran/match.cc:1657 fortran/match.cc:1664
70424 #, gcc-internal-format, gfc-internal-format
70425 msgid "Syntax error in IF-clause after %C"
70426 msgstr ""
70428 #: fortran/match.cc:1707
70429 #, gcc-internal-format, gfc-internal-format
70430 msgid "Invalid character(s) in ELSE statement after %C"
70431 msgstr ""
70433 #: fortran/match.cc:1713
70434 #, gcc-internal-format
70435 msgid "Label %qs at %C doesn't match IF label %qs"
70436 msgstr ""
70438 #: fortran/match.cc:1734
70439 #, gcc-internal-format
70440 msgid "Missing %<(%> in ELSE IF expression at %C"
70441 msgstr ""
70443 #: fortran/match.cc:1744
70444 #, gcc-internal-format
70445 msgid "Missing %<)%> in ELSE IF expression at %C"
70446 msgstr ""
70448 #: fortran/match.cc:1759
70449 #, gcc-internal-format, gfc-internal-format
70450 msgid "Missing THEN in ELSE IF statement after %L"
70451 msgstr ""
70453 #: fortran/match.cc:1767
70454 #, gcc-internal-format, gfc-internal-format
70455 msgid "Syntax error in ELSE IF statement after %L"
70456 msgstr ""
70458 #: fortran/match.cc:1773
70459 #, gcc-internal-format
70460 msgid "Label %qs after %L doesn't match IF label %qs"
70461 msgstr ""
70463 #: fortran/match.cc:1834
70464 #, gcc-internal-format, gfc-internal-format
70465 msgid "Image control statement CRITICAL at %C in PURE procedure"
70466 msgstr ""
70468 #: fortran/match.cc:1840
70469 #, gcc-internal-format, gfc-internal-format
70470 msgid "Image control statement CRITICAL at %C in DO CONCURRENT block"
70471 msgstr ""
70473 #: fortran/match.cc:1847
70474 #, gcc-internal-format, gfc-internal-format
70475 msgid "CRITICAL statement at %C"
70476 msgstr ""
70478 #: fortran/match.cc:1859
70479 #, gcc-internal-format, gfc-internal-format
70480 msgid "Nested CRITICAL block at %C"
70481 msgstr ""
70483 #: fortran/match.cc:1911
70484 #, gcc-internal-format, gfc-internal-format
70485 msgid "Expected association list at %C"
70486 msgstr ""
70488 #: fortran/match.cc:1923
70489 #, gcc-internal-format, gfc-internal-format
70490 msgid "Expected association at %C"
70491 msgstr ""
70493 #: fortran/match.cc:1933
70494 #, gcc-internal-format, gfc-internal-format
70495 msgid "Invalid association target at %C"
70496 msgstr ""
70498 #: fortran/match.cc:1944
70499 #, gcc-internal-format
70500 msgid "Duplicate name %qs in association at %C"
70501 msgstr ""
70503 #: fortran/match.cc:1952
70504 #, gcc-internal-format, gfc-internal-format
70505 msgid "Association target at %C must not be coindexed"
70506 msgstr ""
70508 #: fortran/match.cc:1959
70509 #, gcc-internal-format, gfc-internal-format
70510 msgid "Association target at %L cannot be a BOZ literal constant"
70511 msgstr ""
70513 #: fortran/match.cc:1978
70514 #, gcc-internal-format
70515 msgid "Expected %<)%> or %<,%> at %C"
70516 msgstr ""
70518 #: fortran/match.cc:1996
70519 #, gcc-internal-format, gfc-internal-format
70520 msgid "Junk after ASSOCIATE statement at %C"
70521 msgstr ""
70523 #: fortran/match.cc:2118
70524 #, gcc-internal-format
70525 msgid "Derived type %qs at %L may not be ABSTRACT"
70526 msgstr ""
70528 #: fortran/match.cc:2190 fortran/match.cc:2262 fortran/match.cc:2285
70529 #, gcc-internal-format, gfc-internal-format
70530 msgid "Invalid type-spec at %C"
70531 msgstr ""
70533 #: fortran/match.cc:2380
70534 #, gcc-internal-format, gfc-internal-format
70535 msgid "Syntax error in FORALL iterator at %C"
70536 msgstr ""
70538 #: fortran/match.cc:2645
70539 #, gcc-internal-format, gfc-internal-format
70540 msgid "DO CONCURRENT construct at %C"
70541 msgstr ""
70543 #: fortran/match.cc:2770
70544 #, gcc-internal-format
70545 msgid "Name %qs in %s statement at %C is unknown"
70546 msgstr ""
70548 #: fortran/match.cc:2778
70549 #, gcc-internal-format
70550 msgid "Name %qs in %s statement at %C is not a construct name"
70551 msgstr ""
70553 #: fortran/match.cc:2790
70554 #, gcc-internal-format, gfc-internal-format
70555 msgid "%s statement at %C leaves CRITICAL construct"
70556 msgstr ""
70558 #. F2008, C821 & C845.
70559 #: fortran/match.cc:2798
70560 #, gcc-internal-format, gfc-internal-format
70561 msgid "%s statement at %C leaves DO CONCURRENT construct"
70562 msgstr ""
70564 #: fortran/match.cc:2810
70565 #, gcc-internal-format, gfc-internal-format
70566 msgid "%s statement at %C is not within a construct"
70567 msgstr ""
70569 #: fortran/match.cc:2813
70570 #, gcc-internal-format
70571 msgid "%s statement at %C is not within construct %qs"
70572 msgstr ""
70574 #: fortran/match.cc:2839
70575 #, gcc-internal-format
70576 msgid "CYCLE statement at %C is not applicable to non-loop construct %qs"
70577 msgstr ""
70579 #: fortran/match.cc:2844
70580 #, gcc-internal-format, gfc-internal-format
70581 msgid "EXIT statement with no do-construct-name at %C"
70582 msgstr ""
70584 #: fortran/match.cc:2850
70585 #, gcc-internal-format
70586 msgid "%s statement at %C is not applicable to construct %qs"
70587 msgstr ""
70589 #: fortran/match.cc:2858
70590 #, gcc-internal-format, gfc-internal-format
70591 msgid "%s statement at %C leaving OpenACC structured block"
70592 msgstr ""
70594 #: fortran/match.cc:2859
70595 #, gcc-internal-format, gfc-internal-format
70596 msgid "%s statement at %C leaving OpenMP structured block"
70597 msgstr ""
70599 #: fortran/match.cc:2899
70600 #, gcc-internal-format, gfc-internal-format
70601 msgid "EXIT statement at %C terminating !$ACC LOOP loop"
70602 msgstr ""
70604 #: fortran/match.cc:2905
70605 #, gcc-internal-format, gfc-internal-format
70606 msgid "CYCLE statement at %C to non-innermost tiled !$ACC LOOP loop"
70607 msgstr ""
70609 #: fortran/match.cc:2907
70610 #, gcc-internal-format, gfc-internal-format
70611 msgid "CYCLE statement at %C to non-innermost collapsed !$ACC LOOP loop"
70612 msgstr ""
70614 #: fortran/match.cc:2954
70615 #, gcc-internal-format, gfc-internal-format
70616 msgid "EXIT statement at %C terminating !$OMP DO loop"
70617 msgstr ""
70619 #: fortran/match.cc:2959
70620 #, gcc-internal-format, gfc-internal-format
70621 msgid "CYCLE statement at %C to non-innermost collapsed !$OMP DO loop"
70622 msgstr ""
70624 #: fortran/match.cc:3064
70625 #, gcc-internal-format, gfc-internal-format
70626 msgid "Blank required in %s statement near %C"
70627 msgstr "Потрібен пробіл у інструкції %s поряд із %C"
70629 #: fortran/match.cc:3087
70630 #, gcc-internal-format, gfc-internal-format
70631 msgid "STOP code at %C cannot be negative"
70632 msgstr ""
70634 #: fortran/match.cc:3093
70635 #, gcc-internal-format, gfc-internal-format
70636 msgid "STOP code at %C contains too many digits"
70637 msgstr ""
70639 #: fortran/match.cc:3109
70640 #, gcc-internal-format, gfc-internal-format
70641 msgid "QUIET= specifier for %s at %L"
70642 msgstr ""
70644 #: fortran/match.cc:3123
70645 #, gcc-internal-format, gfc-internal-format
70646 msgid "%s statement at %C in PURE procedure"
70647 msgstr ""
70649 #: fortran/match.cc:3139
70650 #, gcc-internal-format, gfc-internal-format
70651 msgid "Image control statement STOP at %C in CRITICAL block"
70652 msgstr ""
70654 #: fortran/match.cc:3144
70655 #, gcc-internal-format, gfc-internal-format
70656 msgid "Image control statement STOP at %C in DO CONCURRENT block"
70657 msgstr ""
70659 #: fortran/match.cc:3156
70660 #, gcc-internal-format, gfc-internal-format
70661 msgid "STOP code at %L must be a scalar CHARACTER constant or digit[digit[digit[digit[digit]]]]"
70662 msgstr ""
70664 #: fortran/match.cc:3168
70665 #, gcc-internal-format, gfc-internal-format
70666 msgid "STOP code at %L must be a scalar default CHARACTER or INTEGER constant expression"
70667 msgstr ""
70669 #: fortran/match.cc:3175
70670 #, gcc-internal-format, gfc-internal-format
70671 msgid "STOP code at %L must be either INTEGER or CHARACTER type"
70672 msgstr ""
70674 #: fortran/match.cc:3182
70675 #, gcc-internal-format, gfc-internal-format
70676 msgid "STOP code at %L must be scalar"
70677 msgstr ""
70679 #: fortran/match.cc:3189
70680 #, gcc-internal-format, gfc-internal-format
70681 msgid "STOP code at %L must be default character KIND=%d"
70682 msgstr ""
70684 #: fortran/match.cc:3196
70685 #, gcc-internal-format, gfc-internal-format
70686 msgid "STOP code at %L must be default integer KIND=%d"
70687 msgstr ""
70689 #: fortran/match.cc:3208 fortran/resolve.cc:12014
70690 #, gcc-internal-format, gfc-internal-format
70691 msgid "QUIET specifier at %L must be a scalar LOGICAL"
70692 msgstr ""
70694 #: fortran/match.cc:3258
70695 #, gcc-internal-format, gfc-internal-format
70696 msgid "PAUSE statement at %C"
70697 msgstr ""
70699 #: fortran/match.cc:3279
70700 #, gcc-internal-format, gfc-internal-format
70701 msgid "ERROR STOP statement at %C"
70702 msgstr ""
70704 #: fortran/match.cc:3305
70705 #, gcc-internal-format, gfc-internal-format
70706 msgid "Image control statement EVENT %s at %C in PURE procedure"
70707 msgstr ""
70709 #: fortran/match.cc:3320
70710 #, gcc-internal-format, gfc-internal-format
70711 msgid "Image control statement EVENT %s at %C in CRITICAL block"
70712 msgstr ""
70714 #: fortran/match.cc:3327
70715 #, gcc-internal-format, gfc-internal-format
70716 msgid "Image control statement EVENT %s at %C in DO CONCURRENT block"
70717 msgstr ""
70719 #: fortran/match.cc:3357 fortran/match.cc:3699 fortran/match.cc:3911
70720 #: fortran/match.cc:4463 fortran/match.cc:4834
70721 #, gcc-internal-format, gfc-internal-format
70722 msgid "Redundant STAT tag found at %L"
70723 msgstr ""
70725 #: fortran/match.cc:3378 fortran/match.cc:3720 fortran/match.cc:3931
70726 #: fortran/match.cc:4495 fortran/match.cc:4859
70727 #, gcc-internal-format, gfc-internal-format
70728 msgid "Redundant ERRMSG tag found at %L"
70729 msgstr ""
70731 #: fortran/match.cc:3399
70732 #, gcc-internal-format, gfc-internal-format
70733 msgid "Redundant UNTIL_COUNT tag found at %L"
70734 msgstr ""
70736 #: fortran/match.cc:3465
70737 #, gcc-internal-format, gfc-internal-format
70738 msgid "EVENT POST statement at %C"
70739 msgstr ""
70741 #: fortran/match.cc:3475
70742 #, gcc-internal-format, gfc-internal-format
70743 msgid "EVENT WAIT statement at %C"
70744 msgstr ""
70746 #: fortran/match.cc:3487
70747 #, gcc-internal-format, gfc-internal-format
70748 msgid "FAIL IMAGE statement at %C"
70749 msgstr "Інструкція FAIL IMAGE у %C"
70751 #: fortran/match.cc:3511
70752 #, gcc-internal-format, gfc-internal-format
70753 msgid "FORM TEAM statement at %C"
70754 msgstr ""
70756 #: fortran/match.cc:3550
70757 #, gcc-internal-format, gfc-internal-format
70758 msgid "CHANGE TEAM statement at %C"
70759 msgstr ""
70761 #: fortran/match.cc:3580
70762 #, gcc-internal-format, gfc-internal-format
70763 msgid "END TEAM statement at %C"
70764 msgstr ""
70766 #: fortran/match.cc:3604
70767 #, gcc-internal-format, gfc-internal-format
70768 msgid "SYNC TEAM statement at %C"
70769 msgstr ""
70771 #: fortran/match.cc:3647
70772 #, gcc-internal-format, gfc-internal-format
70773 msgid "Image control statement %s at %C in PURE procedure"
70774 msgstr ""
70776 #: fortran/match.cc:3662
70777 #, gcc-internal-format, gfc-internal-format
70778 msgid "Image control statement %s at %C in CRITICAL block"
70779 msgstr ""
70781 #: fortran/match.cc:3669
70782 #, gcc-internal-format, gfc-internal-format
70783 msgid "Image control statement %s at %C in DO CONCURRENT block"
70784 msgstr ""
70786 #: fortran/match.cc:3741
70787 #, gcc-internal-format, gfc-internal-format
70788 msgid "Redundant ACQUIRED_LOCK tag found at %L"
70789 msgstr ""
70791 #: fortran/match.cc:3806
70792 #, gcc-internal-format, gfc-internal-format
70793 msgid "LOCK statement at %C"
70794 msgstr ""
70796 #: fortran/match.cc:3816
70797 #, gcc-internal-format, gfc-internal-format
70798 msgid "UNLOCK statement at %C"
70799 msgstr ""
70801 #: fortran/match.cc:3841
70802 #, gcc-internal-format, gfc-internal-format
70803 msgid "Image control statement SYNC at %C in PURE procedure"
70804 msgstr ""
70806 #: fortran/match.cc:3847
70807 #, gcc-internal-format, gfc-internal-format
70808 msgid "SYNC statement at %C"
70809 msgstr ""
70811 #: fortran/match.cc:3859
70812 #, gcc-internal-format, gfc-internal-format
70813 msgid "Image control statement SYNC at %C in CRITICAL block"
70814 msgstr ""
70816 #: fortran/match.cc:3865
70817 #, gcc-internal-format, gfc-internal-format
70818 msgid "Image control statement SYNC at %C in DO CONCURRENT block"
70819 msgstr ""
70821 #: fortran/match.cc:4045
70822 #, gcc-internal-format, gfc-internal-format
70823 msgid "ASSIGN statement at %C"
70824 msgstr ""
70826 #: fortran/match.cc:4089
70827 #, gcc-internal-format, gfc-internal-format
70828 msgid "Assigned GOTO statement at %C"
70829 msgstr ""
70831 #: fortran/match.cc:4133 fortran/match.cc:4184
70832 #, gcc-internal-format, gfc-internal-format
70833 msgid "Statement label list in GOTO at %C cannot be empty"
70834 msgstr ""
70836 #: fortran/match.cc:4194
70837 #, gcc-internal-format, gfc-internal-format
70838 msgid "Computed GOTO at %C"
70839 msgstr ""
70841 #: fortran/match.cc:4269
70842 #, gcc-internal-format, gfc-internal-format
70843 msgid "Error in type-spec at %L"
70844 msgstr ""
70846 #: fortran/match.cc:4282
70847 #, gcc-internal-format, gfc-internal-format
70848 msgid "typespec in ALLOCATE at %L"
70849 msgstr ""
70851 #: fortran/match.cc:4305
70852 #, gcc-internal-format, gfc-internal-format
70853 msgid "The type parameter spec list in the type-spec at %L cannot contain DEFERRED parameters"
70854 msgstr ""
70856 #: fortran/match.cc:4335 fortran/match.cc:4772
70857 #, gcc-internal-format, gfc-internal-format
70858 msgid "Unexpected constant at %C"
70859 msgstr "Неочікувана стала у %C"
70861 #: fortran/match.cc:4345
70862 #, gcc-internal-format, gfc-internal-format
70863 msgid "Bad allocate-object at %C for a PURE procedure"
70864 msgstr ""
70866 #: fortran/match.cc:4360
70867 #, gcc-internal-format, gfc-internal-format
70868 msgid "Incompatible allocate-object at %C for CHARACTER type-spec at %L"
70869 msgstr ""
70871 #: fortran/match.cc:4382
70872 #, gcc-internal-format, gfc-internal-format
70873 msgid "ALLOCATE of coarray at %C in DO CONCURRENT block"
70874 msgstr ""
70876 #: fortran/match.cc:4387
70877 #, gcc-internal-format, gfc-internal-format
70878 msgid "ALLOCATE of coarray at %C in CRITICAL block"
70879 msgstr ""
70881 #: fortran/match.cc:4409
70882 #, gcc-internal-format, gfc-internal-format
70883 msgid "Allocate-object at %L is neither a data pointer nor an allocatable variable"
70884 msgstr ""
70886 #: fortran/match.cc:4421
70887 #, gcc-internal-format, gfc-internal-format
70888 msgid "Type of entity at %L is type incompatible with typespec"
70889 msgstr ""
70891 #: fortran/match.cc:4429
70892 #, gcc-internal-format, gfc-internal-format
70893 msgid "Kind type parameter for entity at %L differs from the kind type parameter of the typespec"
70894 msgstr ""
70896 #: fortran/match.cc:4446
70897 #, gcc-internal-format, gfc-internal-format
70898 msgid "Shape specification for allocatable scalar at %C"
70899 msgstr ""
70901 #: fortran/match.cc:4473
70902 #, gcc-internal-format, gfc-internal-format
70903 msgid "STAT tag at %L cannot be a constant"
70904 msgstr ""
70906 #: fortran/match.cc:4489
70907 #, gcc-internal-format, gfc-internal-format
70908 msgid "ERRMSG tag at %L"
70909 msgstr ""
70911 #: fortran/match.cc:4512
70912 #, gcc-internal-format, gfc-internal-format
70913 msgid "SOURCE tag at %L"
70914 msgstr ""
70916 #: fortran/match.cc:4518
70917 #, gcc-internal-format, gfc-internal-format
70918 msgid "Redundant SOURCE tag found at %L"
70919 msgstr ""
70921 #: fortran/match.cc:4525
70922 #, gcc-internal-format, gfc-internal-format
70923 msgid "SOURCE tag at %L conflicts with the typespec at %L"
70924 msgstr ""
70926 #: fortran/match.cc:4531
70927 #, gcc-internal-format, gfc-internal-format
70928 msgid "SOURCE tag at %L with more than a single allocate object"
70929 msgstr ""
70931 #: fortran/match.cc:4549
70932 #, gcc-internal-format, gfc-internal-format
70933 msgid "MOLD tag at %L"
70934 msgstr ""
70936 #: fortran/match.cc:4555
70937 #, gcc-internal-format, gfc-internal-format
70938 msgid "Redundant MOLD tag found at %L"
70939 msgstr ""
70941 #: fortran/match.cc:4562
70942 #, gcc-internal-format, gfc-internal-format
70943 msgid "MOLD tag at %L conflicts with the typespec at %L"
70944 msgstr ""
70946 #: fortran/match.cc:4588
70947 #, gcc-internal-format, gfc-internal-format
70948 msgid "MOLD tag at %L conflicts with SOURCE tag at %L"
70949 msgstr ""
70951 #: fortran/match.cc:4596
70952 #, gcc-internal-format, gfc-internal-format
70953 msgid "Allocate-object at %L with a deferred type parameter requires either a type-spec or SOURCE tag or a MOLD tag"
70954 msgstr ""
70956 #: fortran/match.cc:4608
70957 #, gcc-internal-format, gfc-internal-format
70958 msgid "Unlimited polymorphic allocate-object at %L requires either a type-spec or SOURCE tag or a MOLD tag"
70959 msgstr ""
70961 #: fortran/match.cc:4675
70962 #, gcc-internal-format, gfc-internal-format
70963 msgid "Pointer object at %C shall not be coindexed"
70964 msgstr ""
70966 #: fortran/match.cc:4690
70967 #, gcc-internal-format, gfc-internal-format
70968 msgid "NULLIFY does not allow bounds remapping for pointer object at %C"
70969 msgstr ""
70971 #: fortran/match.cc:4784
70972 #, gcc-internal-format, gfc-internal-format
70973 msgid "Illegal allocate-object at %C for a PURE procedure"
70974 msgstr ""
70976 #: fortran/match.cc:4794
70977 #, gcc-internal-format, gfc-internal-format
70978 msgid "DEALLOCATE of coarray at %C in DO CONCURRENT block"
70979 msgstr ""
70981 #: fortran/match.cc:4801
70982 #, gcc-internal-format, gfc-internal-format
70983 msgid "DEALLOCATE of coarray at %C in CRITICAL block"
70984 msgstr ""
70986 #: fortran/match.cc:4817
70987 #, gcc-internal-format, gfc-internal-format
70988 msgid "Allocate-object at %C is not a nonprocedure pointer nor an allocatable variable"
70989 msgstr ""
70991 #: fortran/match.cc:4854
70992 #, gcc-internal-format, gfc-internal-format
70993 msgid "ERRMSG at %L"
70994 msgstr ""
70996 #: fortran/match.cc:4911
70997 #, gcc-internal-format, gfc-internal-format
70998 msgid "Image control statement RETURN at %C in CRITICAL block"
70999 msgstr ""
71001 #: fortran/match.cc:4917
71002 #, gcc-internal-format, gfc-internal-format
71003 msgid "Image control statement RETURN at %C in DO CONCURRENT block"
71004 msgstr ""
71006 #: fortran/match.cc:4926
71007 #, gcc-internal-format, gfc-internal-format
71008 msgid "Alternate RETURN statement at %C is only allowed within a SUBROUTINE"
71009 msgstr ""
71011 #: fortran/match.cc:4957
71012 #, gcc-internal-format, gfc-internal-format
71013 msgid "RETURN statement in main program at %C"
71014 msgstr ""
71016 #: fortran/match.cc:4985
71017 #, gcc-internal-format, gfc-internal-format
71018 msgid "Expected component reference at %C"
71019 msgstr ""
71021 #: fortran/match.cc:4994
71022 #, gcc-internal-format, gfc-internal-format
71023 msgid "Junk after CALL at %C"
71024 msgstr ""
71026 #: fortran/match.cc:5005
71027 #, gcc-internal-format, gfc-internal-format
71028 msgid "Expected type-bound procedure or procedure pointer component at %C"
71029 msgstr ""
71031 #: fortran/match.cc:5102
71032 #, gcc-internal-format, gfc-internal-format
71033 msgid "A BOZ literal constant at %L cannot appear as an actual argument in a subroutine reference"
71034 msgstr ""
71036 #: fortran/match.cc:5243
71037 #, gcc-internal-format, gfc-internal-format
71038 msgid "Syntax error in common block name at %C"
71039 msgstr ""
71041 #. If we find an error, just print it and continue,
71042 #. cause it's just semantic, and we can see if there
71043 #. are more errors.
71044 #: fortran/match.cc:5318
71045 #, gcc-internal-format
71046 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)"
71047 msgstr ""
71049 #: fortran/match.cc:5327
71050 #, gcc-internal-format
71051 msgid "Variable %qs in common block %qs at %C cannot be bind(c) since it is not global"
71052 msgstr ""
71054 #: fortran/match.cc:5334
71055 #, gcc-internal-format
71056 msgid "Symbol %qs at %C is already in a COMMON block"
71057 msgstr ""
71059 #: fortran/match.cc:5342
71060 #, gcc-internal-format
71061 msgid "Initialized symbol %qs at %C can only be COMMON in BLOCK DATA"
71062 msgstr ""
71064 #: fortran/match.cc:5353
71065 #, gcc-internal-format
71066 msgid "Symbol %qs at %C is USE associated from module %qs and cannot occur in COMMON"
71067 msgstr ""
71069 #: fortran/match.cc:5368
71070 #, gcc-internal-format
71071 msgid "Array specification for symbol %qs in COMMON at %C must be explicit"
71072 msgstr ""
71074 #: fortran/match.cc:5375
71075 #, gcc-internal-format
71076 msgid "Symbol %qs in COMMON at %C cannot be a coarray"
71077 msgstr ""
71079 #: fortran/match.cc:5385
71080 #, gcc-internal-format
71081 msgid "Symbol %qs in COMMON at %C cannot be a POINTER array"
71082 msgstr ""
71084 #: fortran/match.cc:5431
71085 #, gcc-internal-format
71086 msgid "Symbol %qs, in COMMON block %qs at %C is being indirectly equivalenced to another COMMON block %qs"
71087 msgstr ""
71089 #: fortran/match.cc:5493
71090 #, gcc-internal-format, gfc-internal-format
71091 msgid "BLOCK DATA construct at %L"
71092 msgstr ""
71094 #: fortran/match.cc:5581
71095 #, gcc-internal-format
71096 msgid "Namelist group name %qs at %C already has a basic type of %s"
71097 msgstr ""
71099 #: fortran/match.cc:5589
71100 #, gcc-internal-format
71101 msgid "Namelist group name %qs at %C already is USE associated and cannot be respecified."
71102 msgstr ""
71104 #. It is required that members of a namelist be declared
71105 #. before the namelist.  We check this by checking if the
71106 #. symbol has a defined type for IMPLICIT NONE.
71107 #: fortran/match.cc:5614
71108 #, gcc-internal-format
71109 msgid "Symbol %qs in namelist %qs at %C must be declared before the namelist is declared."
71110 msgstr ""
71112 #: fortran/match.cc:5633
71113 #, gcc-internal-format
71114 msgid "Assumed size array %qs in namelist %qs at %C is not allowed"
71115 msgstr ""
71117 #: fortran/match.cc:5776
71118 #, gcc-internal-format, gfc-internal-format
71119 msgid "Derived type component %C is not a permitted EQUIVALENCE member"
71120 msgstr ""
71122 #: fortran/match.cc:5784
71123 #, gcc-internal-format, gfc-internal-format
71124 msgid "Array reference in EQUIVALENCE at %C cannot be an array section"
71125 msgstr ""
71127 #: fortran/match.cc:5817
71128 #, gcc-internal-format, gfc-internal-format
71129 msgid "EQUIVALENCE at %C requires two or more objects"
71130 msgstr ""
71132 #: fortran/match.cc:5831
71133 #, gcc-internal-format, gfc-internal-format
71134 msgid "Attempt to indirectly overlap COMMON blocks %s and %s by EQUIVALENCE at %C"
71135 msgstr ""
71137 #: fortran/match.cc:5844
71138 #, gcc-internal-format, gfc-internal-format
71139 msgid "Expecting a comma in EQUIVALENCE at %C"
71140 msgstr ""
71142 #: fortran/match.cc:5849
71143 #, gcc-internal-format, gfc-internal-format
71144 msgid "EQUIVALENCE statement at %C"
71145 msgstr ""
71147 #: fortran/match.cc:5942
71148 #, fuzzy, gcc-internal-format, gfc-internal-format
71149 #| msgid "virtual use of statement not up to date"
71150 msgid "Invalid use of statement function argument at %L"
71151 msgstr "віртуальне використання неактуальної інструкції"
71153 #: fortran/match.cc:6009
71154 #, gcc-internal-format, gfc-internal-format
71155 msgid "Statement function at %L is recursive"
71156 msgstr ""
71158 #: fortran/match.cc:6015
71159 #, gcc-internal-format
71160 msgid "Statement function %qs at %L conflicts with function name"
71161 msgstr ""
71163 #: fortran/match.cc:6029
71164 #, gcc-internal-format, gfc-internal-format
71165 msgid "Statement function at %L cannot appear within an INTERFACE"
71166 msgstr ""
71168 #: fortran/match.cc:6034
71169 #, gcc-internal-format, gfc-internal-format
71170 msgid "Statement function at %C"
71171 msgstr ""
71173 #: fortran/match.cc:6159 fortran/match.cc:6175 fortran/match.cc:6194
71174 #, gcc-internal-format, gfc-internal-format
71175 msgid "Expression in CASE selector at %L cannot be %s"
71176 msgstr ""
71178 #: fortran/match.cc:6204 fortran/match.cc:6210
71179 #, gcc-internal-format, gfc-internal-format
71180 msgid "Expression in CASE selector at %L must be scalar"
71181 msgstr ""
71183 #: fortran/match.cc:6219
71184 #, gcc-internal-format, gfc-internal-format
71185 msgid "Expected initialization expression in CASE at %C"
71186 msgstr ""
71188 #: fortran/match.cc:6251
71189 #, gcc-internal-format
71190 msgid "Expected block name %qs of SELECT construct at %C"
71191 msgstr ""
71193 #: fortran/match.cc:6546
71194 #, gcc-internal-format, gfc-internal-format
71195 msgid "SELECT TYPE at %C cannot appear in this scope"
71196 msgstr ""
71198 #: fortran/match.cc:6587
71199 #, gcc-internal-format, gfc-internal-format
71200 msgid "parse error in SELECT TYPE statement at %C"
71201 msgstr ""
71203 #: fortran/match.cc:6612
71204 #, gcc-internal-format, gfc-internal-format
71205 msgid "Selector in SELECT TYPE at %C is not a named variable; use associate-name=>"
71206 msgstr ""
71208 #: fortran/match.cc:6768
71209 #, gcc-internal-format, gfc-internal-format
71210 msgid "SELECT RANK statement at %C"
71211 msgstr ""
71213 #: fortran/match.cc:6797 fortran/match.cc:6851
71214 #, gcc-internal-format, gfc-internal-format
71215 msgid "The SELECT RANK selector at %C must be an assumed rank variable"
71216 msgstr ""
71218 #: fortran/match.cc:6861
71219 #, gcc-internal-format, gfc-internal-format
71220 msgid "parse error in SELECT RANK statement at %C"
71221 msgstr ""
71223 #: fortran/match.cc:6897
71224 #, gcc-internal-format, gfc-internal-format
71225 msgid "Unexpected CASE statement at %C"
71226 msgstr ""
71228 #: fortran/match.cc:6949
71229 #, gcc-internal-format, gfc-internal-format
71230 msgid "Syntax error in CASE specification at %C"
71231 msgstr ""
71233 #: fortran/match.cc:6967
71234 #, gcc-internal-format, gfc-internal-format
71235 msgid "Unexpected TYPE IS statement at %C"
71236 msgstr ""
71238 #: fortran/match.cc:6999
71239 #, gcc-internal-format, gfc-internal-format
71240 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]"
71241 msgstr ""
71243 #: fortran/match.cc:7010
71244 #, gcc-internal-format, gfc-internal-format
71245 msgid "All the LEN type parameters in the TYPE IS statement at %C must be ASSUMED"
71246 msgstr ""
71248 #: fortran/match.cc:7021
71249 #, gcc-internal-format, gfc-internal-format
71250 msgid "Syntax error in TYPE IS specification at %C"
71251 msgstr ""
71253 #: fortran/match.cc:7097
71254 #, gcc-internal-format, gfc-internal-format
71255 msgid "Syntax error in CLASS IS specification at %C"
71256 msgstr ""
71258 #: fortran/match.cc:7117
71259 #, gcc-internal-format, gfc-internal-format
71260 msgid "Unexpected RANK statement at %C"
71261 msgstr ""
71263 #: fortran/match.cc:7163
71264 #, gcc-internal-format, gfc-internal-format
71265 msgid "The SELECT RANK CASE expression at %C must be a scalar, integer constant"
71266 msgstr ""
71268 #: fortran/match.cc:7172
71269 #, gcc-internal-format, gfc-internal-format
71270 msgid "The value of the SELECT RANK CASE expression at %C must not be less than zero or greater than %d"
71271 msgstr ""
71273 #: fortran/match.cc:7199
71274 #, gcc-internal-format, gfc-internal-format
71275 msgid "Syntax error in RANK specification at %C"
71276 msgstr ""
71278 #: fortran/match.cc:7321
71279 #, gcc-internal-format, gfc-internal-format
71280 msgid "ELSEWHERE statement at %C not enclosed in WHERE block"
71281 msgstr ""
71283 #: fortran/match.cc:7359
71284 #, gcc-internal-format
71285 msgid "Label %qs at %C doesn't match WHERE label %qs"
71286 msgstr ""
71288 #: fortran/matchexp.cc:72
71289 #, gcc-internal-format
71290 msgid "Bad character %qc in OPERATOR name at %C"
71291 msgstr ""
71293 #: fortran/matchexp.cc:80
71294 #, gcc-internal-format
71295 msgid "The name %qs cannot be used as a defined operator at %C"
71296 msgstr ""
71298 #: fortran/matchexp.cc:173
71299 #, gcc-internal-format, gfc-internal-format
71300 msgid "Expected a right parenthesis in expression at %C"
71301 msgstr ""
71303 #: fortran/matchexp.cc:281
71304 #, gcc-internal-format, gfc-internal-format
71305 msgid "Expected exponent in expression at %C"
71306 msgstr ""
71308 #: fortran/matchexp.cc:319 fortran/matchexp.cc:324 fortran/matchexp.cc:428
71309 #: fortran/matchexp.cc:433
71310 #, gcc-internal-format, gfc-internal-format
71311 msgid "Extension: Unary operator following arithmetic operator (use parentheses) at %C"
71312 msgstr ""
71314 #: fortran/matchexp.cc:665
71315 #, gcc-internal-format
71316 msgid "match_level_4(): Bad operator"
71317 msgstr ""
71319 #: fortran/misc.cc:113
71320 #, gcc-internal-format
71321 msgid "gfc_basic_typename(): Undefined type"
71322 msgstr ""
71324 #: fortran/misc.cc:207
71325 #, gcc-internal-format
71326 msgid "gfc_typename(): Undefined type"
71327 msgstr ""
71329 #: fortran/misc.cc:311
71330 #, gcc-internal-format
71331 msgid "gfc_code2string(): Bad code"
71332 msgstr ""
71334 #: fortran/module.cc:238
71335 #, gcc-internal-format
71336 msgid "free_pi_tree(): Unresolved fixup"
71337 msgstr ""
71339 #: fortran/module.cc:455
71340 #, gcc-internal-format
71341 msgid "associate_integer_pointer(): Already associated"
71342 msgstr ""
71344 #: fortran/module.cc:539
71345 #, gcc-internal-format, gfc-internal-format
71346 msgid "module nature in USE statement at %C"
71347 msgstr ""
71349 #: fortran/module.cc:551
71350 #, gcc-internal-format, gfc-internal-format
71351 msgid "Module nature in USE statement at %C shall be either INTRINSIC or NON_INTRINSIC"
71352 msgstr ""
71354 #: fortran/module.cc:564
71355 #, gcc-internal-format, gfc-internal-format
71356 msgid "\"::\" was expected after module nature at %C but was not found"
71357 msgstr ""
71359 #: fortran/module.cc:574
71360 #, gcc-internal-format, gfc-internal-format
71361 msgid "\"USE :: module\" at %C"
71362 msgstr ""
71364 #: fortran/module.cc:633
71365 #, gcc-internal-format, gfc-internal-format
71366 msgid "Missing generic specification in USE statement at %C"
71367 msgstr ""
71369 #: fortran/module.cc:644
71370 #, gcc-internal-format, gfc-internal-format
71371 msgid "Renaming operators in USE statements at %C"
71372 msgstr ""
71374 #: fortran/module.cc:688
71375 #, gcc-internal-format
71376 msgid "Symbol %qs at %L conflicts with the rename symbol at %L"
71377 msgstr ""
71379 #: fortran/module.cc:691
71380 #, gcc-internal-format
71381 msgid "Symbol %qs at %L conflicts with the symbol at %L"
71382 msgstr ""
71384 #: fortran/module.cc:699
71385 #, gcc-internal-format
71386 msgid "The name %qs at %C has already been used as an external module name"
71387 msgstr ""
71389 #: fortran/module.cc:762
71390 #, gcc-internal-format, gfc-internal-format
71391 msgid "SUBMODULE declaration at %C"
71392 msgstr ""
71394 #: fortran/module.cc:767
71395 #, gcc-internal-format, gfc-internal-format
71396 msgid "SUBMODULE declaration at %C cannot appear within another scoping unit"
71397 msgstr ""
71399 #: fortran/module.cc:842
71400 #, gcc-internal-format, gfc-internal-format
71401 msgid "Syntax error in SUBMODULE statement at %C"
71402 msgstr "Синтаксична помилка у інструкції SUBMODULE у %C"
71404 #: fortran/module.cc:1202
71405 #, gcc-internal-format
71406 msgid "Reading module %qs at line %d column %d: %s"
71407 msgstr ""
71409 #: fortran/module.cc:1206
71410 #, gcc-internal-format
71411 msgid "Writing module %qs at line %d column %d: %s"
71412 msgstr ""
71414 #: fortran/module.cc:1210
71415 #, gcc-internal-format
71416 msgid "Module %qs at line %d column %d: %s"
71417 msgstr ""
71419 #: fortran/module.cc:1643
71420 #, gcc-internal-format
71421 msgid "require_atom(): bad atom type required"
71422 msgstr ""
71424 #: fortran/module.cc:1692
71425 #, gcc-internal-format, gfc-internal-format
71426 msgid "Error writing modules file: %s"
71427 msgstr ""
71429 #: fortran/module.cc:1742
71430 #, gcc-internal-format
71431 msgid "write_atom(): Trying to write dab atom"
71432 msgstr ""
71434 #: fortran/module.cc:1963
71435 #, gcc-internal-format
71436 msgid "unquote_string(): got bad string"
71437 msgstr ""
71439 #: fortran/module.cc:2960
71440 #, gcc-internal-format
71441 msgid "mio_array_ref(): Unknown array ref"
71442 msgstr ""
71444 #: fortran/module.cc:5095
71445 #, gcc-internal-format, gfc-internal-format
71446 msgid "Ambiguous !$OMP DECLARE REDUCTION from module %s at %L"
71447 msgstr ""
71449 #: fortran/module.cc:5098
71450 #, gcc-internal-format, gfc-internal-format
71451 msgid "Previous !$OMP DECLARE REDUCTION from module %s at %L"
71452 msgstr ""
71454 #: fortran/module.cc:5292
71455 #, gcc-internal-format
71456 msgid "%qs of module %qs, imported at %C, is also the name of the current program unit"
71457 msgstr ""
71459 #: fortran/module.cc:5429
71460 #, gcc-internal-format
71461 msgid "Mismatch in components of derived type %qs from %qs at %C: expecting %qs, but got %qs"
71462 msgstr ""
71464 #: fortran/module.cc:5708
71465 #, gcc-internal-format
71466 msgid "Symbol %qs referenced at %L not found in module %qs"
71467 msgstr ""
71469 #: fortran/module.cc:5715
71470 #, gcc-internal-format
71471 msgid "User operator %qs referenced at %L not found in module %qs"
71472 msgstr ""
71474 #: fortran/module.cc:5720
71475 #, gcc-internal-format
71476 msgid "Intrinsic operator %qs referenced at %L not found in module %qs"
71477 msgstr ""
71479 #: fortran/module.cc:5956
71480 #, gcc-internal-format
71481 msgid "write_symbol(): bad module symbol %qs"
71482 msgstr ""
71484 #: fortran/module.cc:6300
71485 #, gcc-internal-format
71486 msgid "write_symtree(): Symbol not written"
71487 msgstr ""
71489 #: fortran/module.cc:6490
71490 #, gcc-internal-format
71491 msgid "Cannot open module file %qs for writing at %C: %s"
71492 msgstr ""
71494 #: fortran/module.cc:6511
71495 #, gcc-internal-format
71496 msgid "Error writing module file %qs for writing: %s"
71497 msgstr ""
71499 #: fortran/module.cc:6522
71500 #, gcc-internal-format
71501 msgid "Cannot delete module file %qs: %s"
71502 msgstr "Не вдалося вилучити файл модуля %qs: %s"
71504 #: fortran/module.cc:6525
71505 #, gcc-internal-format
71506 msgid "Cannot rename module file %qs to %qs: %s"
71507 msgstr "Не вдалося перейменувати файл модуля %qs на %qs: %s"
71509 #: fortran/module.cc:6531
71510 #, gcc-internal-format
71511 msgid "Cannot delete temporary module file %qs: %s"
71512 msgstr ""
71514 #: fortran/module.cc:6588
71515 #, gcc-internal-format
71516 msgid "Symbol %qs at %C already declared"
71517 msgstr ""
71519 #: fortran/module.cc:6659
71520 #, gcc-internal-format, gfc-internal-format
71521 msgid "import_iso_c_binding_module(): Unable to create symbol for %s"
71522 msgstr "import_iso_c_binding_module(): не вдалося створити символ для %s"
71524 #: fortran/module.cc:6767 fortran/module.cc:7111
71525 #, gcc-internal-format
71526 msgid "The symbol %qs, referenced at %L, is not in the selected standard"
71527 msgstr ""
71529 #: fortran/module.cc:6895
71530 #, gcc-internal-format
71531 msgid "Symbol %qs referenced at %L not found in intrinsic module ISO_C_BINDING"
71532 msgstr ""
71534 #: fortran/module.cc:6916 fortran/module.cc:6949 fortran/module.cc:6991
71535 #, gcc-internal-format
71536 msgid "Symbol %qs already declared"
71537 msgstr "Символ %qs вже оголошено"
71539 #: fortran/module.cc:7096
71540 #, gcc-internal-format
71541 msgid "Use of intrinsic module %qs at %C conflicts with non-intrinsic module name used previously"
71542 msgstr ""
71544 #: fortran/module.cc:7118
71545 #, gcc-internal-format
71546 msgid "Use of the NUMERIC_STORAGE_SIZE named constant from intrinsic module ISO_FORTRAN_ENV at %L is incompatible with option %qs"
71547 msgstr ""
71549 #: fortran/module.cc:7186
71550 #, gcc-internal-format, gfc-internal-format
71551 msgid "Use of the NUMERIC_STORAGE_SIZE named constant from intrinsic module ISO_FORTRAN_ENV at %C is incompatible with option %s"
71552 msgstr ""
71554 #: fortran/module.cc:7240
71555 #, gcc-internal-format
71556 msgid "Symbol %qs referenced at %L not found in intrinsic module ISO_FORTRAN_ENV"
71557 msgstr ""
71559 #: fortran/module.cc:7266
71560 #, gcc-internal-format, gfc-internal-format
71561 msgid "USE statement at %C has no ONLY qualifier"
71562 msgstr ""
71564 #: fortran/module.cc:7295
71565 #, gcc-internal-format, gfc-internal-format
71566 msgid "ISO_FORTRAN_ENV intrinsic module at %C"
71567 msgstr "внутрішній модуль ISO_FORTRAN_ENV у %C"
71569 #: fortran/module.cc:7307
71570 #, gcc-internal-format, gfc-internal-format
71571 msgid "ISO_C_BINDING module at %C"
71572 msgstr "модуль ISO_C_BINDING у %C"
71574 #: fortran/module.cc:7320
71575 #, gcc-internal-format
71576 msgid "Cannot find an intrinsic module named %qs at %C"
71577 msgstr ""
71579 #: fortran/module.cc:7326
71580 #, gcc-internal-format, gfc-internal-format
71581 msgid "IEEE_FEATURES module at %C"
71582 msgstr "модуль IEEE_FEATURES у %C"
71584 #: fortran/module.cc:7332
71585 #, gcc-internal-format, gfc-internal-format
71586 msgid "IEEE_EXCEPTIONS module at %C"
71587 msgstr "модуль IEEE_EXCEPTIONS у %C"
71589 #: fortran/module.cc:7338
71590 #, gcc-internal-format, gfc-internal-format
71591 msgid "IEEE_ARITHMETIC module at %C"
71592 msgstr "модуль IEEE_ARITHMETIC у %C"
71594 #: fortran/module.cc:7348
71595 #, gcc-internal-format
71596 msgid "Cannot open module file %qs for reading at %C: %s"
71597 msgstr "Не вдалося відкрити файл модуля %qs для читання у %C: %s"
71599 #: fortran/module.cc:7351
71600 #, gcc-internal-format
71601 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."
71602 msgstr ""
71604 #: fortran/module.cc:7362
71605 #, gcc-internal-format
71606 msgid "Use of non-intrinsic module %qs at %C conflicts with intrinsic module name used previously"
71607 msgstr ""
71609 #: fortran/module.cc:7385
71610 #, gcc-internal-format
71611 msgid "File %qs opened at %C is not a GNU Fortran module file"
71612 msgstr ""
71614 #: fortran/module.cc:7393
71615 #, gcc-internal-format
71616 msgid "Cannot read module file %qs opened at %C, because it was created by a different version of GNU Fortran"
71617 msgstr ""
71619 #: fortran/module.cc:7410
71620 #, gcc-internal-format
71621 msgid "Cannot USE a submodule that is currently built"
71622 msgstr ""
71624 #: fortran/module.cc:7412
71625 #, gcc-internal-format
71626 msgid "Cannot USE a module that is currently built"
71627 msgstr ""
71629 #: fortran/openmp.cc:148 fortran/openmp.cc:6667
71630 #, gcc-internal-format, gfc-internal-format
71631 msgid "Unexpected junk at %C"
71632 msgstr ""
71634 #: fortran/openmp.cc:424
71635 #, gcc-internal-format
71636 msgid "%<omp_all_memory%> at %C not permitted in this clause"
71637 msgstr ""
71639 #: fortran/openmp.cc:469
71640 #, gcc-internal-format, gfc-internal-format
71641 msgid "List item shall not be coindexed at %C"
71642 msgstr ""
71644 #: fortran/openmp.cc:504 fortran/openmp.cc:605 fortran/openmp.cc:935
71645 #: fortran/openmp.cc:5752
71646 #, gcc-internal-format, gfc-internal-format
71647 msgid "COMMON block /%s/ not found at %C"
71648 msgstr ""
71650 #: fortran/openmp.cc:543 fortran/openmp.cc:633
71651 #, gcc-internal-format, gfc-internal-format
71652 msgid "Syntax error in OpenMP variable list at %C"
71653 msgstr "Синтаксична помилка у списку змінних OpenMP у %C"
71655 #: fortran/openmp.cc:660
71656 #, gcc-internal-format, gfc-internal-format
71657 msgid "Syntax error in OpenMP detach clause at %C"
71658 msgstr "Синтаксична помилка у команді від'єднання OpenMP у %C"
71660 #: fortran/openmp.cc:689
71661 #, gcc-internal-format
71662 msgid "%<omp_all_memory%> used with dependence-type other than OUT or INOUT at %C"
71663 msgstr ""
71665 #: fortran/openmp.cc:742
71666 #, fuzzy, gcc-internal-format, gfc-internal-format
71667 #| msgid "Syntax error in OpenMP DEPEND SINK list at %C"
71668 msgid "Syntax error in OpenMP SINK dependence-type list at %C"
71669 msgstr "Синтаксична помилка у списку OpenMP DEPEND SINK у %C"
71671 #: fortran/openmp.cc:804
71672 #, gcc-internal-format, gfc-internal-format
71673 msgid "Syntax error in OpenACC expression list at %C"
71674 msgstr "Синтаксична помилка у списку виразів OpenACC у %C"
71676 #: fortran/openmp.cc:871
71677 #, gcc-internal-format
71678 msgid "Unexpected OpenACC parallelism."
71679 msgstr ""
71681 #: fortran/openmp.cc:903
71682 #, gcc-internal-format, gfc-internal-format
71683 msgid "Variable at %C is an element of a COMMON block"
71684 msgstr ""
71686 #: fortran/openmp.cc:963
71687 #, gcc-internal-format, gfc-internal-format
71688 msgid "Unexpected junk after !$ACC DECLARE at %C"
71689 msgstr ""
71691 #: fortran/openmp.cc:973
71692 #, gcc-internal-format, gfc-internal-format
71693 msgid "Syntax error in !$ACC DECLARE list at %C"
71694 msgstr "Синтаксична помилка у списку !$ACC DECLARE у %C"
71696 #: fortran/openmp.cc:1225
71697 #, gcc-internal-format, gfc-internal-format
71698 msgid "Expected INTEGER type at %L"
71699 msgstr ""
71701 #: fortran/openmp.cc:1239
71702 #, gcc-internal-format, gfc-internal-format
71703 msgid "Expected identifier at %C"
71704 msgstr "Мав бути ідентифікатор у %C"
71706 #: fortran/openmp.cc:1244
71707 #, gcc-internal-format
71708 msgid "Same identifier %qs specified again at %C"
71709 msgstr ""
71711 #: fortran/openmp.cc:1271
71712 #, gcc-internal-format, gfc-internal-format
71713 msgid "Expected range-specification at %C"
71714 msgstr ""
71716 #: fortran/openmp.cc:1357
71717 #, gcc-internal-format, gfc-internal-format
71718 msgid "Comma expected at %C"
71719 msgstr "Мало бути використано кому у %C"
71721 #: fortran/openmp.cc:1469
71722 #, gcc-internal-format, gfc-internal-format
71723 msgid "!$OMP DECLARE REDUCTION %s not found at %L"
71724 msgstr ""
71726 #: fortran/openmp.cc:1529
71727 #, fuzzy, gcc-internal-format, gfc-internal-format
71728 #| msgid "directive argument %qE"
71729 msgid "Unknown directive at %L"
71730 msgstr "аргумент директиви %qE"
71732 #: fortran/openmp.cc:1531
71733 #, gcc-internal-format, gfc-internal-format
71734 msgid "Invalid combined or composit directive at %L"
71735 msgstr ""
71737 #: fortran/openmp.cc:1539
71738 #, gcc-internal-format
71739 msgid "Invalid %qs directive at %L in %s clause: declarative, informational and meta directives not permitted"
71740 msgstr ""
71742 #: fortran/openmp.cc:1571
71743 #, fuzzy, gcc-internal-format
71744 #| msgid "expected %<,%> or %<)%>"
71745 msgid "Expected %<,%> or %<)%> at %C"
71746 msgstr "мало бути %<,%> або %<)%>"
71748 #: fortran/openmp.cc:1597 fortran/openmp.cc:1607
71749 #, gcc-internal-format
71750 msgid "%qs directive mentioned multiple times in %s clause in %s directive at %L"
71751 msgstr ""
71753 #: fortran/openmp.cc:1615
71754 #, gcc-internal-format
71755 msgid "%qs directive mentioned both times in ABSENT and CONTAINS clauses in %s directive at %L"
71756 msgstr ""
71758 #: fortran/openmp.cc:1686
71759 #, gcc-internal-format
71760 msgid "Duplicated %qs clause at %L"
71761 msgstr ""
71763 #: fortran/openmp.cc:1693
71764 #, gcc-internal-format
71765 msgid "Expected %<(%> after %qs at %C"
71766 msgstr ""
71768 #: fortran/openmp.cc:1700
71769 #, gcc-internal-format
71770 msgid "Invalid expression after %<%s(%> at %C"
71771 msgstr "Некоректний вираз після %<%s(%> у %C"
71773 #: fortran/openmp.cc:1762
71774 #, gcc-internal-format, gfc-internal-format
71775 msgid "Clause expected at %C after trailing comma"
71776 msgstr ""
71778 #: fortran/openmp.cc:1832 fortran/openmp.cc:1868 fortran/openmp.cc:2257
71779 #: fortran/openmp.cc:2282
71780 #, gcc-internal-format
71781 msgid "Expected %<:%> at %C"
71782 msgstr "Мала бути %<:%> у %C"
71784 #: fortran/openmp.cc:1892
71785 #, gcc-internal-format, gfc-internal-format
71786 msgid "Expected variable list at %C"
71787 msgstr "Мав бути список змінних у %C"
71789 #: fortran/openmp.cc:1917
71790 #, gcc-internal-format, gfc-internal-format
71791 msgid "Expected COMPILATION or EXECUTION in AT clause at %C"
71792 msgstr ""
71794 #: fortran/openmp.cc:1978
71795 #, gcc-internal-format, gfc-internal-format
71796 msgid "Expected TEAMS, PARALLEL or THREAD as binding in BIND at %C"
71797 msgstr ""
71799 #: fortran/openmp.cc:2009
71800 #, gcc-internal-format, gfc-internal-format
71801 msgid "COLLAPSE clause argument not constant positive integer at %C"
71802 msgstr ""
71804 #: fortran/openmp.cc:2096
71805 #, gcc-internal-format, gfc-internal-format
71806 msgid "Expected ALLOC, TO, FROM, TOFROM, FIRSTPRIVATE, NONE or DEFAULT at %C"
71807 msgstr ""
71809 #: fortran/openmp.cc:2116
71810 #, gcc-internal-format, gfc-internal-format
71811 msgid "Expected SCALAR, AGGREGATE, ALLOCATABLE or POINTER at %C"
71812 msgstr ""
71814 #: fortran/openmp.cc:2145
71815 #, gcc-internal-format, gfc-internal-format
71816 msgid "DEFAULTMAP at %C but prior DEFAULTMAP with unspecified category"
71817 msgstr ""
71819 #: fortran/openmp.cc:2148
71820 #, gcc-internal-format, gfc-internal-format
71821 msgid "DEFAULTMAP at %C but prior DEFAULTMAP for category %s"
71822 msgstr ""
71824 #: fortran/openmp.cc:2184
71825 #, gcc-internal-format, gfc-internal-format
71826 msgid "Expected NONE or PRESENT in DEFAULT clause at %C"
71827 msgstr ""
71829 #: fortran/openmp.cc:2187
71830 #, gcc-internal-format, gfc-internal-format
71831 msgid "Expected NONE, FIRSTPRIVATE, PRIVATE or SHARED in DEFAULT clause at %C"
71832 msgstr ""
71834 #: fortran/openmp.cc:2237
71835 #, gcc-internal-format, gfc-internal-format
71836 msgid "ITERATOR may not be combined with SOURCE at %C"
71837 msgstr ""
71839 #: fortran/openmp.cc:2243
71840 #, gcc-internal-format, gfc-internal-format
71841 msgid "SOURCE at %C not permitted as dependence-type for this directive"
71842 msgstr ""
71844 #: fortran/openmp.cc:2249
71845 #, gcc-internal-format, gfc-internal-format
71846 msgid "Duplicated clause with SOURCE dependence-type at %C"
71847 msgstr ""
71849 #: fortran/openmp.cc:2264
71850 #, fuzzy, gcc-internal-format
71851 #| msgid "expected %<none%> or %<present%>"
71852 msgid "Expected %<)%> or %<omp_cur_iteration)%> at %C"
71853 msgstr "мало бути %<none%> або %<present%>"
71855 #: fortran/openmp.cc:2276
71856 #, gcc-internal-format, gfc-internal-format
71857 msgid "SINK at %C not permitted as dependence-type for this directive"
71858 msgstr ""
71860 #: fortran/openmp.cc:2287
71861 #, gcc-internal-format, gfc-internal-format
71862 msgid "ITERATOR may not be combined with SINK at %C"
71863 msgstr ""
71865 #: fortran/openmp.cc:2301
71866 #, fuzzy, gcc-internal-format, gfc-internal-format
71867 #| msgid "Expected identifier at %C"
71868 msgid "Expected dependence-type SINK or SOURCE at %C"
71869 msgstr "Мав бути ідентифікатор у %C"
71871 #: fortran/openmp.cc:2318
71872 #, gcc-internal-format
71873 msgid "%<omp_all_memory%> used with DEPEND kind other than OUT or INOUT at %C"
71874 msgstr ""
71876 #: fortran/openmp.cc:2356 fortran/openmp.cc:2391
71877 #, gcc-internal-format, gfc-internal-format
71878 msgid "Expected integer expression at %C"
71879 msgstr "Мав бути цілочисельний вираз у %C"
71881 #: fortran/openmp.cc:2372
71882 #, gcc-internal-format
71883 msgid "%<ancestor%> device modifier not preceded by %<requires%> directive with %<reverse_offload%> clause at %C"
71884 msgstr ""
71886 #: fortran/openmp.cc:2384
71887 #, gcc-internal-format
71888 msgid "the %<device%> clause expression must evaluate to %<1%> at %C"
71889 msgstr ""
71891 #: fortran/openmp.cc:2397
71892 #, gcc-internal-format
71893 msgid "Expected integer expression or a single device-modifier %<device_num%> or %<ancestor%> at %C"
71894 msgstr ""
71896 #: fortran/openmp.cc:2427
71897 #, gcc-internal-format, gfc-internal-format
71898 msgid "Expected HOST, NOHOST or ANY at %C"
71899 msgstr ""
71901 #: fortran/openmp.cc:2482
71902 #, gcc-internal-format, gfc-internal-format
71903 msgid "Expected SEQ_CST, ACQUIRE or RELAXED at %C"
71904 msgstr ""
71906 #: fortran/openmp.cc:2833
71907 #, gcc-internal-format
71908 msgid "Multiple %qs modifiers specified at %C"
71909 msgstr ""
71911 #: fortran/openmp.cc:2923
71912 #, gcc-internal-format
71913 msgid "too many %<always%> modifiers at %L"
71914 msgstr ""
71916 #: fortran/openmp.cc:2929
71917 #, gcc-internal-format
71918 msgid "too many %<close%> modifiers at %L"
71919 msgstr ""
71921 #: fortran/openmp.cc:3120
71922 #, gcc-internal-format
71923 msgid "Expected ORDER(CONCURRENT) at %C with optional %<reproducible%> or %<unconstrained%> modifier"
71924 msgstr ""
71926 #: fortran/openmp.cc:3145
71927 #, gcc-internal-format, gfc-internal-format
71928 msgid "ORDERED clause argument not constant positive integer at %C"
71929 msgstr ""
71931 #: fortran/openmp.cc:3413
71932 #, gcc-internal-format, gfc-internal-format
71933 msgid "Expected FATAL or WARNING in SEVERITY clause at %C"
71934 msgstr ""
71936 #: fortran/openmp.cc:3601
71937 #, gcc-internal-format, gfc-internal-format
71938 msgid "Failed to match clause at %C"
71939 msgstr ""
71941 #: fortran/openmp.cc:3779
71942 #, gcc-internal-format, gfc-internal-format
71943 msgid "Invalid clause in module with !$ACC DECLARE at %L"
71944 msgstr ""
71946 #: fortran/openmp.cc:3789
71947 #, gcc-internal-format, gfc-internal-format
71948 msgid "Variable is USE-associated with !$ACC DECLARE at %L"
71949 msgstr ""
71951 #: fortran/openmp.cc:3798
71952 #, gcc-internal-format
71953 msgid "Variable %qs shall be declared in the same scoping unit as !$ACC DECLARE at %L"
71954 msgstr ""
71956 #: fortran/openmp.cc:3806
71957 #, gcc-internal-format, gfc-internal-format
71958 msgid "Assumed-size dummy array with !$ACC DECLARE at %L"
71959 msgstr ""
71961 #: fortran/openmp.cc:3855
71962 #, gcc-internal-format
71963 msgid "%<acc update%> must contain at least one %<device%> or %<host%> or %<self%> clause at %L"
71964 msgstr ""
71966 #: fortran/openmp.cc:3903
71967 #, gcc-internal-format, gfc-internal-format
71968 msgid "Invalid argument to !$ACC WAIT at %C"
71969 msgstr "Некоректний аргумент !$ACC WAIT у %C"
71971 #: fortran/openmp.cc:3910
71972 #, gcc-internal-format, gfc-internal-format
71973 msgid "WAIT clause at %L requires a scalar INTEGER expression"
71974 msgstr ""
71976 #: fortran/openmp.cc:3943
71977 #, gcc-internal-format, gfc-internal-format
71978 msgid "ACC CACHE directive must be inside of loop %C"
71979 msgstr ""
71981 #: fortran/openmp.cc:4012
71982 #, gcc-internal-format, gfc-internal-format
71983 msgid "Only the !$ACC ROUTINE form without list is allowed in interface block at %C"
71984 msgstr ""
71986 #: fortran/openmp.cc:4046
71987 #, gcc-internal-format
71988 msgid "Invalid NAME %qs in !$ACC ROUTINE ( NAME ) at %C"
71989 msgstr ""
71991 #: fortran/openmp.cc:4054
71992 #, gcc-internal-format, gfc-internal-format
71993 msgid "Syntax error in !$ACC ROUTINE ( NAME ) at %C"
71994 msgstr ""
71996 #: fortran/openmp.cc:4061
71997 #, gcc-internal-format
71998 msgid "Syntax error in !$ACC ROUTINE ( NAME ) at %C, expecting %<)%> after NAME"
71999 msgstr ""
72001 #: fortran/openmp.cc:4076
72002 #, gcc-internal-format, gfc-internal-format
72003 msgid "Multiple loop axes specified for routine at %C"
72004 msgstr ""
72006 #: fortran/openmp.cc:4087
72007 #, gcc-internal-format, gfc-internal-format
72008 msgid "Intrinsic symbol specified in !$ACC ROUTINE ( NAME ) at %C marked with incompatible GANG, WORKER, or VECTOR clause"
72009 msgstr ""
72011 #: fortran/openmp.cc:4095
72012 #, gcc-internal-format, gfc-internal-format
72013 msgid "Intrinsic symbol specified in !$ACC ROUTINE ( NAME ) at %C marked with incompatible NOHOST clause"
72014 msgstr ""
72016 #: fortran/openmp.cc:4116 fortran/openmp.cc:4144
72017 #, gcc-internal-format, gfc-internal-format
72018 msgid "!$ACC ROUTINE already applied at %C"
72019 msgstr ""
72021 #: fortran/openmp.cc:4161
72022 #, gcc-internal-format, gfc-internal-format
72023 msgid "!$ACC ROUTINE with GANG, WORKER, or VECTOR clause is not permitted in PURE procedure at %C"
72024 msgstr ""
72026 #: fortran/openmp.cc:4314
72027 #, gcc-internal-format, gfc-internal-format
72028 msgid "!$OMP ASSUMES at %C must be in the specification part of a subprogram or module"
72029 msgstr ""
72031 #: fortran/openmp.cc:4381
72032 #, gcc-internal-format, gfc-internal-format
72033 msgid "Unexpected junk after $OMP CRITICAL statement at %C"
72034 msgstr ""
72036 #: fortran/openmp.cc:4403
72037 #, gcc-internal-format
72038 msgid "Expected %<( depobj )%> at %C"
72039 msgstr "Мала бути %<( depobj )%> у %C"
72041 #: fortran/openmp.cc:4421
72042 #, gcc-internal-format
72043 msgid "Expected IN, OUT, INOUT, INOUTSET or MUTEXINOUTSET followed by %<)%> at %C"
72044 msgstr ""
72046 #: fortran/openmp.cc:4439
72047 #, gcc-internal-format, gfc-internal-format
72048 msgid "Expected DEPEND, UPDATE, or DESTROY clause at %C"
72049 msgstr ""
72051 #: fortran/openmp.cc:4444
72052 #, gcc-internal-format, gfc-internal-format
72053 msgid "DEPEND clause at %L of OMP DEPOBJ construct shall not have dependence-type DEPOBJ"
72054 msgstr ""
72056 #: fortran/openmp.cc:4452
72057 #, gcc-internal-format, gfc-internal-format
72058 msgid "DEPEND clause at %L of OMP DEPOBJ construct shall have only a single locator"
72059 msgstr ""
72061 #: fortran/openmp.cc:4578 fortran/openmp.cc:8355
72062 #, gcc-internal-format, gfc-internal-format
72063 msgid "MESSAGE clause at %L requires a scalar default-kind CHARACTER expression"
72064 msgstr ""
72066 #: fortran/openmp.cc:4585
72067 #, gcc-internal-format, gfc-internal-format
72068 msgid "Constant character expression required in MESSAGE clause at %L"
72069 msgstr ""
72071 #: fortran/openmp.cc:4591
72072 #, gcc-internal-format, gfc-internal-format
72073 msgid "$OMP ERROR encountered at %L: %s"
72074 msgstr ""
72076 #: fortran/openmp.cc:4610
72077 #, gcc-internal-format, gfc-internal-format
72078 msgid "$OMP ERROR encountered at %L"
72079 msgstr ""
72081 #: fortran/openmp.cc:4638
72082 #, gcc-internal-format, gfc-internal-format
72083 msgid "Expected SEQ_CST, AQC_REL, RELEASE, or ACQUIRE at %C"
72084 msgstr ""
72086 #: fortran/openmp.cc:4647
72087 #, gcc-internal-format, gfc-internal-format
72088 msgid "List specified together with memory order clause in FLUSH directive at %C"
72089 msgstr ""
72091 #: fortran/openmp.cc:4655
72092 #, gcc-internal-format, gfc-internal-format
72093 msgid "Unexpected junk after $OMP FLUSH statement at %C"
72094 msgstr ""
72096 #: fortran/openmp.cc:5055 fortran/openmp.cc:10297
72097 #, gcc-internal-format, gfc-internal-format
72098 msgid "Redefinition of predefined %s !$OMP DECLARE REDUCTION at %L"
72099 msgstr ""
72101 #: fortran/openmp.cc:5059 fortran/openmp.cc:10301
72102 #, gcc-internal-format, gfc-internal-format
72103 msgid "Redefinition of predefined !$OMP DECLARE REDUCTION at %L"
72104 msgstr ""
72106 #: fortran/openmp.cc:5064
72107 #, gcc-internal-format, gfc-internal-format
72108 msgid "Redefinition of !$OMP DECLARE REDUCTION at %L"
72109 msgstr ""
72111 #: fortran/openmp.cc:5066
72112 #, gcc-internal-format, gfc-internal-format
72113 msgid "Previous !$OMP DECLARE REDUCTION at %L"
72114 msgstr ""
72116 #: fortran/openmp.cc:5086
72117 #, gcc-internal-format, gfc-internal-format
72118 msgid "Unexpected junk after !$OMP DECLARE REDUCTION at %C"
72119 msgstr ""
72121 #: fortran/openmp.cc:5123
72122 #, gcc-internal-format, gfc-internal-format
72123 msgid "Only the !$OMP DECLARE TARGET form without clauses is allowed in interface block at %C"
72124 msgstr ""
72126 #: fortran/openmp.cc:5138
72127 #, gcc-internal-format, gfc-internal-format
72128 msgid "Unexpected junk after !$OMP DECLARE TARGET at %C"
72129 msgstr ""
72131 #: fortran/openmp.cc:5163
72132 #, gcc-internal-format, gfc-internal-format
72133 msgid "OMP DECLARE TARGET variable at %L is an element of a COMMON block"
72134 msgstr ""
72136 #: fortran/openmp.cc:5166
72137 #, gcc-internal-format, gfc-internal-format
72138 msgid "Variable at %L mentioned multiple times in clauses of the same OMP DECLARE TARGET directive"
72139 msgstr ""
72141 #: fortran/openmp.cc:5172
72142 #, gcc-internal-format, gfc-internal-format
72143 msgid "OMP DECLARE TARGET variable at %L previously mentioned in LINK clause and later in %s clause"
72144 msgstr ""
72146 #: fortran/openmp.cc:5178
72147 #, gcc-internal-format, gfc-internal-format
72148 msgid "OMP DECLARE TARGET variable at %L previously mentioned in TO or ENTER clause and later in LINK clause"
72149 msgstr ""
72151 #: fortran/openmp.cc:5192 fortran/openmp.cc:5238
72152 #, gcc-internal-format
72153 msgid "List item %qs at %L set in previous OMP DECLARE TARGET directive to a different DEVICE_TYPE"
72154 msgstr ""
72156 #: fortran/openmp.cc:5202
72157 #, gcc-internal-format, gfc-internal-format
72158 msgid "OMP DECLARE TARGET COMMON at %L previously mentioned in LINK clause and later in %s clause"
72159 msgstr ""
72161 #: fortran/openmp.cc:5208
72162 #, gcc-internal-format, gfc-internal-format
72163 msgid "OMP DECLARE TARGET COMMON at %L previously mentioned in TO or ENTER clause and later in LINK clause"
72164 msgstr ""
72166 #: fortran/openmp.cc:5212
72167 #, gcc-internal-format, gfc-internal-format
72168 msgid "COMMON at %L mentioned multiple times in clauses of the same OMP DECLARE TARGET directive"
72169 msgstr ""
72171 #: fortran/openmp.cc:5221
72172 #, gcc-internal-format, gfc-internal-format
72173 msgid "COMMON at %L set in previous OMP DECLARE TARGET directive to a different DEVICE_TYPE"
72174 msgstr ""
72176 #: fortran/openmp.cc:5248
72177 #, gcc-internal-format, gfc-internal-format
72178 msgid "OMP DECLARE TARGET directive at %L with only DEVICE_TYPE clause is ignored"
72179 msgstr ""
72181 #: fortran/openmp.cc:5258
72182 #, gcc-internal-format, gfc-internal-format
72183 msgid "Syntax error in !$OMP DECLARE TARGET list at %C"
72184 msgstr ""
72186 #: fortran/openmp.cc:5296
72187 #, gcc-internal-format, gfc-internal-format
72188 msgid "expected trait selector name at %C"
72189 msgstr ""
72191 #: fortran/openmp.cc:5351
72192 #, gcc-internal-format
72193 msgid "selector %qs not allowed for context selector set %qs at %C"
72194 msgstr ""
72196 #: fortran/openmp.cc:5371
72197 #, gcc-internal-format
72198 msgid "selector %qs does not accept any properties at %C"
72199 msgstr ""
72201 #: fortran/openmp.cc:5380 fortran/openmp.cc:5525 fortran/openmp.cc:5623
72202 #: fortran/openmp.cc:5690
72203 #, fuzzy, gcc-internal-format
72204 #| msgid "Expected %<(%> at %C"
72205 msgid "expected %<(%> at %C"
72206 msgstr "Мала бути %<(%> у %C"
72208 #: fortran/openmp.cc:5388
72209 #, gcc-internal-format, gfc-internal-format
72210 msgid "score argument must be constant integer expression at %C"
72211 msgstr ""
72213 #: fortran/openmp.cc:5396
72214 #, gcc-internal-format, gfc-internal-format
72215 msgid "score argument must be non-negative at %C"
72216 msgstr ""
72218 #: fortran/openmp.cc:5402 fortran/openmp.cc:5515 fortran/openmp.cc:5671
72219 #: fortran/openmp.cc:5699
72220 #, fuzzy, gcc-internal-format
72221 #| msgid "Expected %<(%> at %C"
72222 msgid "expected %<)%> at %C"
72223 msgstr "Мала бути %<(%> у %C"
72225 #: fortran/openmp.cc:5408
72226 #, gcc-internal-format, gfc-internal-format
72227 msgid "expected : at %C"
72228 msgstr "мала бути : у %C"
72230 #: fortran/openmp.cc:5425
72231 #, gcc-internal-format, gfc-internal-format
72232 msgid "property must be constant integer expression or string literal at %C"
72233 msgstr ""
72235 #: fortran/openmp.cc:5445
72236 #, gcc-internal-format, gfc-internal-format
72237 msgid "expected identifier at %C"
72238 msgstr "мав бути ідентифікатор у %C"
72240 #: fortran/openmp.cc:5464
72241 #, gcc-internal-format, gfc-internal-format
72242 msgid "expected identifier or string literal at %C"
72243 msgstr ""
72245 #: fortran/openmp.cc:5484
72246 #, gcc-internal-format, gfc-internal-format
72247 msgid "expected expression at %C"
72248 msgstr ""
72250 #: fortran/openmp.cc:5492
72251 #, gcc-internal-format, gfc-internal-format
72252 msgid "property must be constant integer or logical expression at %C"
72253 msgstr ""
72255 #: fortran/openmp.cc:5504
72256 #, gcc-internal-format, gfc-internal-format
72257 msgid "expected simd clause at %C"
72258 msgstr ""
72260 #: fortran/openmp.cc:5571
72261 #, fuzzy, gcc-internal-format
72262 #| msgid "expected %<construct%>, %<device%>, %<implementation%> or %<user%>"
72263 msgid "expected %<construct%>, %<device%>, %<implementation%> or %<user%> at %C"
72264 msgstr "мало бути %<construct%>, %<device%>, %<implementation%> або %<user%>"
72266 #: fortran/openmp.cc:5579
72267 #, fuzzy, gcc-internal-format
72268 #| msgid "Expected %<=>%> at %C"
72269 msgid "expected %<=%> at %C"
72270 msgstr "Мала бути %<=>%> у %C"
72272 #: fortran/openmp.cc:5586
72273 #, fuzzy, gcc-internal-format
72274 #| msgid "Expected %<(%> at %C"
72275 msgid "expected %<{%> at %C"
72276 msgstr "Мала бути %<(%> у %C"
72278 #: fortran/openmp.cc:5601
72279 #, fuzzy, gcc-internal-format
72280 #| msgid "Expected %<(%> at %C"
72281 msgid "expected %<}%> at %C"
72282 msgstr "Мала бути %<(%> у %C"
72284 #: fortran/openmp.cc:5630
72285 #, gcc-internal-format, gfc-internal-format
72286 msgid "expected name at %C"
72287 msgstr ""
72289 #: fortran/openmp.cc:5641
72290 #, gcc-internal-format, gfc-internal-format
72291 msgid "expected variant name at %C"
72292 msgstr ""
72294 #: fortran/openmp.cc:5681
72295 #, fuzzy, gcc-internal-format
72296 #| msgid "expected %<match%>"
72297 msgid "expected %<match%> at %C"
72298 msgstr "мало бути %<match%>"
72300 #: fortran/openmp.cc:5732
72301 #, gcc-internal-format, gfc-internal-format
72302 msgid "Threadprivate variable at %C is an element of a COMMON block"
72303 msgstr ""
72305 #: fortran/openmp.cc:5769
72306 #, gcc-internal-format, gfc-internal-format
72307 msgid "Unexpected junk after OMP THREADPRIVATE at %C"
72308 msgstr ""
72310 #: fortran/openmp.cc:5776
72311 #, gcc-internal-format, gfc-internal-format
72312 msgid "Syntax error in !$OMP THREADPRIVATE list at %C"
72313 msgstr ""
72315 #: fortran/openmp.cc:5882
72316 #, gcc-internal-format, gfc-internal-format
72317 msgid "Program unit at %L has OpenMP device constructs/routines but does not set !$OMP REQUIRES REVERSE_OFFLOAD but other program units do"
72318 msgstr ""
72320 #: fortran/openmp.cc:5887
72321 #, gcc-internal-format, gfc-internal-format
72322 msgid "Program unit at %L has OpenMP device constructs/routines but does not set !$OMP REQUIRES UNIFIED_ADDRESS but other program units do"
72323 msgstr ""
72325 #: fortran/openmp.cc:5892
72326 #, gcc-internal-format, gfc-internal-format
72327 msgid "Program unit at %L has OpenMP device constructs/routines but does not set !$OMP REQUIRES UNIFIED_SHARED_MEMORY but other program units do"
72328 msgstr ""
72330 #: fortran/openmp.cc:5918
72331 #, gcc-internal-format
72332 msgid "!$OMP REQUIRES clause %qs specified via module %qs use at %L comes after using a device construct/routine"
72333 msgstr ""
72335 #: fortran/openmp.cc:5922
72336 #, gcc-internal-format
72337 msgid "!$OMP REQUIRES clause %qs specified at %L comes after using a device construct/routine"
72338 msgstr ""
72340 #: fortran/openmp.cc:5944
72341 #, gcc-internal-format
72342 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)"
72343 msgstr ""
72345 #: fortran/openmp.cc:5949
72346 #, gcc-internal-format
72347 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)"
72348 msgstr ""
72350 #: fortran/openmp.cc:5960
72351 #, gcc-internal-format
72352 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"
72353 msgstr ""
72355 #: fortran/openmp.cc:5965
72356 #, gcc-internal-format
72357 msgid "!$OMP REQUIRES clause %qs specified via module %qs use at %L but same clause is not specified for the program unit"
72358 msgstr ""
72360 #: fortran/openmp.cc:5994
72361 #, gcc-internal-format, gfc-internal-format
72362 msgid "!$OMP REQUIRES at %C must appear in the specification part of a program unit"
72363 msgstr ""
72365 #: fortran/openmp.cc:6062
72366 #, gcc-internal-format, gfc-internal-format
72367 msgid "Expected SEQ_CST, ACQ_REL or RELAXED for ATOMIC_DEFAULT_MEM_ORDER clause at %C"
72368 msgstr ""
72370 #: fortran/openmp.cc:6078
72371 #, gcc-internal-format, gfc-internal-format
72372 msgid "Clause expected at %C"
72373 msgstr "Мало бути використано команду у %C"
72375 #: fortran/openmp.cc:6084
72376 #, gcc-internal-format
72377 msgid "%qs clause at %L specified more than once"
72378 msgstr ""
72380 #: fortran/openmp.cc:6087
72381 #, gcc-internal-format, gfc-internal-format
72382 msgid "Expected UNIFIED_ADDRESS, UNIFIED_SHARED_MEMORY, DYNAMIC_ALLOCATORS, REVERSE_OFFLOAD, or ATOMIC_DEFAULT_MEM_ORDER clause at %L"
72383 msgstr ""
72385 #: fortran/openmp.cc:6113
72386 #, gcc-internal-format, gfc-internal-format
72387 msgid "Expected INCLUSIVE or EXCLUSIVE clause at %C"
72388 msgstr ""
72390 #: fortran/openmp.cc:6119
72391 #, gcc-internal-format, gfc-internal-format
72392 msgid "Unexpected junk after !$OMP SCAN at %C"
72393 msgstr ""
72395 #: fortran/openmp.cc:6318
72396 #, gcc-internal-format, gfc-internal-format
72397 msgid "Unexpected junk after TASKYIELD clause at %C"
72398 msgstr ""
72400 #: fortran/openmp.cc:6406
72401 #, gcc-internal-format, gfc-internal-format
72402 msgid "Unexpected junk after $OMP MASTER statement at %C"
72403 msgstr ""
72405 #: fortran/openmp.cc:6438
72406 #, gcc-internal-format, gfc-internal-format
72407 msgid "Unexpected junk after $OMP NOTHING statement at %C"
72408 msgstr ""
72410 #: fortran/openmp.cc:6473 fortran/openmp.cc:6476 fortran/openmp.cc:6479
72411 #, gcc-internal-format, gfc-internal-format
72412 msgid "!$OMP ATOMIC at %L with %s clause is incompatible with READ or WRITE"
72413 msgstr ""
72415 #: fortran/openmp.cc:6483
72416 #, gcc-internal-format, gfc-internal-format
72417 msgid "!$OMP ATOMIC at %L with %s clause requires %s clause"
72418 msgstr ""
72420 #: fortran/openmp.cc:6520
72421 #, gcc-internal-format, gfc-internal-format
72422 msgid "!$OMP ATOMIC READ at %L incompatible with RELEASE clause"
72423 msgstr ""
72425 #: fortran/openmp.cc:6530
72426 #, gcc-internal-format, gfc-internal-format
72427 msgid "!$OMP ATOMIC WRITE at %L incompatible with ACQUIRE clause"
72428 msgstr ""
72430 #: fortran/openmp.cc:6567
72431 #, gcc-internal-format, gfc-internal-format
72432 msgid "Unexpected junk after !$ACC ATOMIC statement at %C"
72433 msgstr "Неочікувані зайві дані після інструкції !$ACC ATOMIC у %C"
72435 #: fortran/openmp.cc:6582
72436 #, gcc-internal-format, gfc-internal-format
72437 msgid "Unexpected junk after $OMP BARRIER statement at %C"
72438 msgstr ""
72440 #: fortran/openmp.cc:6638
72441 #, gcc-internal-format, gfc-internal-format
72442 msgid "Expected construct-type PARALLEL, SECTIONS, DO or TASKGROUP in $OMP CANCELLATION POINT statement at %C"
72443 msgstr ""
72445 #: fortran/openmp.cc:6644
72446 #, gcc-internal-format, gfc-internal-format
72447 msgid "Unexpected junk after $OMP CANCELLATION POINT statement at %C"
72448 msgstr ""
72450 #: fortran/openmp.cc:6665
72451 #, gcc-internal-format, gfc-internal-format
72452 msgid "Unexpected junk after NOWAIT clause at %C"
72453 msgstr ""
72455 #: fortran/openmp.cc:6704
72456 #, gcc-internal-format, gfc-internal-format
72457 msgid "%s clause at %L requires a scalar INTEGER expression"
72458 msgstr ""
72460 #: fortran/openmp.cc:6715
72461 #, gcc-internal-format, gfc-internal-format
72462 msgid "INTEGER expression of %s clause at %L must be positive"
72463 msgstr ""
72465 #: fortran/openmp.cc:6726
72466 #, gcc-internal-format, gfc-internal-format
72467 msgid "INTEGER expression of %s clause at %L must be non-negative"
72468 msgstr "Вираз INTEGER пункту %s у %L має бути невід'ємним"
72470 #: fortran/openmp.cc:6737
72471 #, gcc-internal-format
72472 msgid "Cray pointer object %qs of derived type in %s clause at %L"
72473 msgstr ""
72475 #: fortran/openmp.cc:6740
72476 #, gcc-internal-format
72477 msgid "Cray pointee object %qs of derived type in %s clause at %L"
72478 msgstr ""
72480 #: fortran/openmp.cc:6746 fortran/openmp.cc:8223
72481 #, gcc-internal-format
72482 msgid "POINTER object %qs of polymorphic type in %s clause at %L"
72483 msgstr ""
72485 #: fortran/openmp.cc:6751
72486 #, gcc-internal-format
72487 msgid "Cray pointer object %qs of polymorphic type in %s clause at %L"
72488 msgstr ""
72490 #: fortran/openmp.cc:6756
72491 #, gcc-internal-format
72492 msgid "Cray pointee object %qs of polymorphic type in %s clause at %L"
72493 msgstr ""
72495 #: fortran/openmp.cc:6766 fortran/openmp.cc:7790 fortran/openmp.cc:7985
72496 #, gcc-internal-format
72497 msgid "Assumed size array %qs in %s clause at %L"
72498 msgstr ""
72500 #: fortran/openmp.cc:6769
72501 #, gcc-internal-format
72502 msgid "Assumed rank array %qs in %s clause at %L"
72503 msgstr ""
72505 #: fortran/openmp.cc:6785 fortran/openmp.cc:7972
72506 #, gcc-internal-format
72507 msgid "POINTER object %qs in %s clause at %L"
72508 msgstr ""
72510 #: fortran/openmp.cc:6790 fortran/openmp.cc:8227
72511 #, gcc-internal-format
72512 msgid "Cray pointer object %qs in %s clause at %L"
72513 msgstr ""
72515 #: fortran/openmp.cc:6795 fortran/openmp.cc:8230
72516 #, gcc-internal-format
72517 msgid "Cray pointee object %qs in %s clause at %L"
72518 msgstr ""
72520 #: fortran/openmp.cc:6800 fortran/openmp.cc:8218
72521 #, gcc-internal-format
72522 msgid "ALLOCATABLE object %qs in %s clause at %L"
72523 msgstr ""
72525 #: fortran/openmp.cc:6803
72526 #, gcc-internal-format
72527 msgid "VALUE object %qs in %s clause at %L"
72528 msgstr ""
72530 #: fortran/openmp.cc:6846
72531 #, gcc-internal-format, gfc-internal-format
72532 msgid "Implicitly declared function %s used in !$OMP DECLARE REDUCTION at %L"
72533 msgstr ""
72535 #: fortran/openmp.cc:6895
72536 #, gcc-internal-format, gfc-internal-format
72537 msgid "Implicitly declared subroutine %s used in !$OMP DECLARE REDUCTION at %L"
72538 msgstr ""
72540 #: fortran/openmp.cc:6917
72541 #, fuzzy, gcc-internal-format, gfc-internal-format
72542 #| msgid "expression %qE is not a constant expression"
72543 msgid "HOLDS expression at %L must be a scalar logical expression"
72544 msgstr "вираз %qE не є сталим виразом"
72546 #: fortran/openmp.cc:6949
72547 #, gcc-internal-format, gfc-internal-format
72548 msgid "ORDERED clause parameter is less than COLLAPSE at %L"
72549 msgstr ""
72551 #: fortran/openmp.cc:6952
72552 #, gcc-internal-format, gfc-internal-format
72553 msgid "ORDER clause must not be used together ORDERED at %L"
72554 msgstr ""
72556 #: fortran/openmp.cc:6959 fortran/openmp.cc:6970 fortran/resolve.cc:10860
72557 #: fortran/resolve.cc:12234
72558 #, gcc-internal-format, gfc-internal-format
72559 msgid "IF clause at %L requires a scalar LOGICAL expression"
72560 msgstr ""
72562 #: fortran/openmp.cc:6974
72563 #, gcc-internal-format, gfc-internal-format
72564 msgid "IF clause without modifier at %L used together with IF clauses with modifiers"
72565 msgstr ""
72567 #: fortran/openmp.cc:7099
72568 #, gcc-internal-format, gfc-internal-format
72569 msgid "IF clause modifier %s at %L not appropriate for the current OpenMP construct"
72570 msgstr ""
72572 #: fortran/openmp.cc:7109
72573 #, gcc-internal-format, gfc-internal-format
72574 msgid "FINAL clause at %L requires a scalar LOGICAL expression"
72575 msgstr ""
72577 #: fortran/openmp.cc:7119
72578 #, gcc-internal-format, gfc-internal-format
72579 msgid "SCHEDULE clause's chunk_size at %L requires a scalar INTEGER expression"
72580 msgstr ""
72582 #: fortran/openmp.cc:7124
72583 #, gcc-internal-format, gfc-internal-format
72584 msgid "INTEGER expression of SCHEDULE clause's chunk_size at %L must be positive"
72585 msgstr ""
72587 #: fortran/openmp.cc:7131
72588 #, gcc-internal-format, gfc-internal-format
72589 msgid "Both MONOTONIC and NONMONOTONIC schedule modifiers specified at %L"
72590 msgstr ""
72592 #: fortran/openmp.cc:7134
72593 #, gcc-internal-format, gfc-internal-format
72594 msgid "NONMONOTONIC schedule modifier specified with ORDERED clause at %L"
72595 msgstr ""
72597 #: fortran/openmp.cc:7143
72598 #, gcc-internal-format, gfc-internal-format
72599 msgid "DEPOBJ in DEPOBJ construct at %L shall be a scalar integer of OMP_DEPEND_KIND kind"
72600 msgstr ""
72602 #: fortran/openmp.cc:7164
72603 #, gcc-internal-format
72604 msgid "Variable %qs is not a dummy argument at %L"
72605 msgstr ""
72607 #: fortran/openmp.cc:7200
72608 #, gcc-internal-format
72609 msgid "Object %qs is not a variable at %L; parameters cannot be and need not be copied"
72610 msgstr ""
72612 #: fortran/openmp.cc:7204
72613 #, gcc-internal-format
72614 msgid "Object %qs is not a variable at %L; parameters cannot be and need not be mapped"
72615 msgstr ""
72617 #: fortran/openmp.cc:7209 fortran/openmp.cc:10001
72618 #, gcc-internal-format
72619 msgid "Object %qs is not a variable at %L"
72620 msgstr ""
72622 #: fortran/openmp.cc:7218
72623 #, gcc-internal-format
72624 msgid "%<inscan%> REDUCTION clause on construct other than DO, SIMD, DO SIMD, PARALLEL DO, PARALLEL DO SIMD at %L"
72625 msgstr ""
72627 #: fortran/openmp.cc:7249 fortran/openmp.cc:7261 fortran/openmp.cc:7282
72628 #: fortran/openmp.cc:7294 fortran/openmp.cc:7317 fortran/openmp.cc:7325
72629 #: fortran/openmp.cc:7346 fortran/openmp.cc:7357 fortran/openmp.cc:7369
72630 #: fortran/openmp.cc:7474 fortran/openmp.cc:10025
72631 #, gcc-internal-format
72632 msgid "Symbol %qs present on multiple clauses at %L"
72633 msgstr ""
72635 #: fortran/openmp.cc:7290
72636 #, gcc-internal-format
72637 msgid "Symbol %qs has mixed component and non-component accesses at %L"
72638 msgstr ""
72640 #: fortran/openmp.cc:7340
72641 #, gcc-internal-format
72642 msgid "Symbol %qs present on both data and map clauses at %L"
72643 msgstr ""
72645 #: fortran/openmp.cc:7383
72646 #, gcc-internal-format
72647 msgid "Expected integer expression of the %<omp_allocator_handle_kind%> kind at %L"
72648 msgstr ""
72650 #: fortran/openmp.cc:7398
72651 #, gcc-internal-format, gfc-internal-format
72652 msgid "ALIGN modifier requires at %L a scalar positive constant integer alignment expression that is a power of two"
72653 msgstr ""
72655 #: fortran/openmp.cc:7417
72656 #, gcc-internal-format
72657 msgid "%qs appears more than once in %<allocate%> clauses at %L"
72658 msgstr ""
72660 #: fortran/openmp.cc:7459
72661 #, gcc-internal-format
72662 msgid "%qs specified in %<allocate%> clause at %L but not in an explicit privatization clause"
72663 msgstr ""
72665 #: fortran/openmp.cc:7481
72666 #, gcc-internal-format
72667 msgid "Array %qs is not permitted in reduction at %L"
72668 msgstr ""
72670 #: fortran/openmp.cc:7494
72671 #, gcc-internal-format
72672 msgid "Symbol %qs present on both FROM and TO clauses at %L"
72673 msgstr ""
72675 #: fortran/openmp.cc:7512
72676 #, gcc-internal-format
72677 msgid "Non-THREADPRIVATE object %qs in COPYIN clause at %L"
72678 msgstr ""
72680 #: fortran/openmp.cc:7518
72681 #, gcc-internal-format, gfc-internal-format
72682 msgid "NOWAIT clause must not be used with COPYPRIVATE clause at %L"
72683 msgstr ""
72685 #: fortran/openmp.cc:7523
72686 #, gcc-internal-format
72687 msgid "Assumed size array %qs in COPYPRIVATE clause at %L"
72688 msgstr ""
72690 #: fortran/openmp.cc:7526
72691 #, gcc-internal-format
72692 msgid "INTENT(IN) POINTER %qs in COPYPRIVATE clause at %L"
72693 msgstr ""
72695 #: fortran/openmp.cc:7534
72696 #, gcc-internal-format
72697 msgid "THREADPRIVATE object %qs in SHARED clause at %L"
72698 msgstr ""
72700 #: fortran/openmp.cc:7537
72701 #, gcc-internal-format
72702 msgid "Cray pointee %qs in SHARED clause at %L"
72703 msgstr ""
72705 #: fortran/openmp.cc:7540
72706 #, gcc-internal-format
72707 msgid "Associate name %qs in SHARED clause at %L"
72708 msgstr ""
72710 #: fortran/openmp.cc:7546
72711 #, gcc-internal-format
72712 msgid "DETACH event handle %qs in SHARED clause at %L"
72713 msgstr ""
72715 #: fortran/openmp.cc:7561
72716 #, gcc-internal-format
72717 msgid "%qs in ALIGNED clause must be POINTER, ALLOCATABLE, Cray pointer or C_PTR at %L"
72718 msgstr ""
72720 #: fortran/openmp.cc:7573
72721 #, gcc-internal-format
72722 msgid "%qs in ALIGNED clause at %L requires a scalar positive constant integer alignment expression"
72723 msgstr ""
72725 #: fortran/openmp.cc:7599
72726 #, gcc-internal-format, gfc-internal-format
72727 msgid "Scalar integer expression for range begin expected at %L"
72728 msgstr ""
72730 #: fortran/openmp.cc:7605
72731 #, gcc-internal-format, gfc-internal-format
72732 msgid "Scalar integer expression for range end expected at %L"
72733 msgstr ""
72735 #: fortran/openmp.cc:7611
72736 #, gcc-internal-format, gfc-internal-format
72737 msgid "Scalar integer expression for range step expected at %L"
72738 msgstr ""
72740 #: fortran/openmp.cc:7616
72741 #, gcc-internal-format, gfc-internal-format
72742 msgid "Nonzero range step expected at %L"
72743 msgstr ""
72745 #: fortran/openmp.cc:7629
72746 #, gcc-internal-format, gfc-internal-format
72747 msgid "Dependence-type SINK used together with SOURCE on the same construct at %L"
72748 msgstr ""
72750 #: fortran/openmp.cc:7639
72751 #, gcc-internal-format, gfc-internal-format
72752 msgid "SINK addend not a constant integer at %L"
72753 msgstr ""
72755 #: fortran/openmp.cc:7645
72756 #, gcc-internal-format
72757 msgid "omp_cur_iteration at %L requires %<-1%> as logical offset"
72758 msgstr ""
72760 #: fortran/openmp.cc:7655
72761 #, gcc-internal-format
72762 msgid "Locator %qs at %L in DEPEND clause of depobj type shall be a scalar integer of OMP_DEPEND_KIND kind"
72763 msgstr ""
72765 #: fortran/openmp.cc:7666
72766 #, gcc-internal-format, gfc-internal-format
72767 msgid "Locator at %L in DEPEND clause of depobj type shall be a scalar integer of OMP_DEPEND_KIND kind"
72768 msgstr ""
72770 #: fortran/openmp.cc:7710
72771 #, gcc-internal-format, gfc-internal-format
72772 msgid "Array is not contiguous at %L"
72773 msgstr ""
72775 #: fortran/openmp.cc:7721
72776 #, gcc-internal-format, gfc-internal-format
72777 msgid "Unexpected substring reference in %s clause at %L"
72778 msgstr ""
72780 #: fortran/openmp.cc:7729
72781 #, gcc-internal-format, gfc-internal-format
72782 msgid "Unexpected complex-parts designator reference in %s clause at %L"
72783 msgstr ""
72785 #: fortran/openmp.cc:7738 fortran/openmp.cc:7756
72786 #, gcc-internal-format
72787 msgid "%qs in %s clause at %L is not a proper array section"
72788 msgstr ""
72790 #: fortran/openmp.cc:7748
72791 #, gcc-internal-format, gfc-internal-format
72792 msgid "Stride should not be specified for array section in %s clause at %L"
72793 msgstr ""
72795 #: fortran/openmp.cc:7770
72796 #, gcc-internal-format
72797 msgid "%qs in %s clause at %L is a zero size array section"
72798 msgstr ""
72800 #: fortran/openmp.cc:7796
72801 #, gcc-internal-format
72802 msgid "List item %qs with allocatable components is not permitted in map clause at %L"
72803 msgstr ""
72805 #: fortran/openmp.cc:7815
72806 #, gcc-internal-format, gfc-internal-format
72807 msgid "TARGET%s with map-type other than TO, FROM, TOFROM, or ALLOC on MAP clause at %L"
72808 msgstr ""
72810 #: fortran/openmp.cc:7837
72811 #, gcc-internal-format, gfc-internal-format
72812 msgid "TARGET ENTER DATA with map-type other than TO, TOFROM or ALLOC on MAP clause at %L"
72813 msgstr ""
72815 #: fortran/openmp.cc:7858
72816 #, gcc-internal-format, gfc-internal-format
72817 msgid "TARGET EXIT DATA with map-type other than FROM, TOFROM, RELEASE, or DELETE on MAP clause at %L"
72818 msgstr ""
72820 #: fortran/openmp.cc:7874 fortran/openmp.cc:7956
72821 #, gcc-internal-format
72822 msgid "THREADPRIVATE object %qs in %s clause at %L"
72823 msgstr ""
72825 #: fortran/openmp.cc:7877 fortran/openmp.cc:7959
72826 #, gcc-internal-format
72827 msgid "Cray pointee %qs in %s clause at %L"
72828 msgstr ""
72830 #. Non-TARGET (i.e. DISPATCH) requires a C_PTR.
72831 #: fortran/openmp.cc:7889
72832 #, gcc-internal-format
72833 msgid "List item %qs in %s clause at %L must be of TYPE(C_PTR)"
72834 msgstr ""
72836 #: fortran/openmp.cc:7950
72837 #, gcc-internal-format
72838 msgid "%<inscan%> and non-%<inscan%> %<reduction%> clauses on the same construct at %L"
72839 msgstr ""
72841 #: fortran/openmp.cc:7962
72842 #, gcc-internal-format
72843 msgid "Associate name %qs in %s clause at %L"
72844 msgstr ""
72846 #: fortran/openmp.cc:7969
72847 #, gcc-internal-format
72848 msgid "Procedure pointer %qs in %s clause at %L"
72849 msgstr ""
72851 #: fortran/openmp.cc:7975
72852 #, gcc-internal-format
72853 msgid "Cray pointer %qs in %s clause at %L"
72854 msgstr ""
72856 #: fortran/openmp.cc:7988
72857 #, gcc-internal-format
72858 msgid "Variable %qs in %s clause is used in NAMELIST statement at %L"
72859 msgstr ""
72861 #. case OMP_LIST_REDUCTION:
72862 #: fortran/openmp.cc:7998
72863 #, gcc-internal-format
72864 msgid "INTENT(IN) POINTER %qs in %s clause at %L"
72865 msgstr ""
72867 #: fortran/openmp.cc:8009
72868 #, gcc-internal-format
72869 msgid "DETACH event handle %qs in %s clause at %L"
72870 msgstr ""
72872 #: fortran/openmp.cc:8033
72873 #, gcc-internal-format, gfc-internal-format
72874 msgid "Only DEFAULT permitted as reduction-modifier in REDUCTION clause at %L"
72875 msgstr ""
72877 #: fortran/openmp.cc:8126
72878 #, gcc-internal-format, gfc-internal-format
72879 msgid "!$OMP DECLARE REDUCTION %s not found for type %s at %L"
72880 msgstr ""
72882 #: fortran/openmp.cc:8154
72883 #, gcc-internal-format, gfc-internal-format
72884 msgid "LINEAR clause modifier used on DO or SIMD construct at %L"
72885 msgstr ""
72887 #: fortran/openmp.cc:8160
72888 #, gcc-internal-format, gfc-internal-format
72889 msgid "LINEAR clause modifier other than VAL used on DO or SIMD construct at %L"
72890 msgstr ""
72892 #: fortran/openmp.cc:8168
72893 #, gcc-internal-format
72894 msgid "LINEAR variable %qs must be INTEGER at %L"
72895 msgstr ""
72897 #: fortran/openmp.cc:8173
72898 #, gcc-internal-format
72899 msgid "LINEAR dummy argument %qs with VALUE attribute with %s modifier at %L"
72900 msgstr ""
72902 #: fortran/openmp.cc:8184
72903 #, gcc-internal-format
72904 msgid "%qs in LINEAR clause at %L requires a scalar integer linear-step expression"
72905 msgstr ""
72907 #: fortran/openmp.cc:8201
72908 #, gcc-internal-format
72909 msgid "%qs in LINEAR clause at %L requires a constant integer linear-step expression or dummy argument specified in UNIFORM clause"
72910 msgstr ""
72912 #: fortran/openmp.cc:8235
72913 #, gcc-internal-format
72914 msgid "%s clause variable %qs at %L is neither a POINTER nor an array"
72915 msgstr ""
72917 #: fortran/openmp.cc:8295
72918 #, gcc-internal-format, gfc-internal-format
72919 msgid "NUM_TEAMS lower bound at %L larger than upper bound at %L"
72920 msgstr ""
72922 #: fortran/openmp.cc:8308
72923 #, gcc-internal-format, gfc-internal-format
72924 msgid "Value of HINT clause at %L shall be a valid constant hint expression"
72925 msgstr ""
72927 #: fortran/openmp.cc:8318
72928 #, gcc-internal-format, gfc-internal-format
72929 msgid "DIST_SCHEDULE clause's chunk_size at %L requires a scalar INTEGER expression"
72930 msgstr ""
72932 #: fortran/openmp.cc:8348
72933 #, gcc-internal-format, gfc-internal-format
72934 msgid "Incompatible use of TILE and COLLAPSE at %L"
72935 msgstr ""
72937 #: fortran/openmp.cc:8372
72938 #, gcc-internal-format, gfc-internal-format
72939 msgid "TARGET DATA must contain at least one MAP, USE_DEVICE_PTR, or USE_DEVICE_ADDR clause at %L"
72940 msgstr ""
72942 #: fortran/openmp.cc:8375
72943 #, gcc-internal-format, gfc-internal-format
72944 msgid "%s must contain at least one MAP clause at %L"
72945 msgstr ""
72947 #: fortran/openmp.cc:8385
72948 #, gcc-internal-format
72949 msgid "%qs at %L should be a scalar of type integer(kind=omp_event_handle_kind)"
72950 msgstr ""
72952 #: fortran/openmp.cc:8390
72953 #, gcc-internal-format, gfc-internal-format
72954 msgid "The event handle at %L must not be an array element"
72955 msgstr ""
72957 #: fortran/openmp.cc:8394
72958 #, gcc-internal-format, gfc-internal-format
72959 msgid "The event handle at %L must not be part of a derived type or class"
72960 msgstr ""
72962 #: fortran/openmp.cc:8398
72963 #, gcc-internal-format
72964 msgid "%<DETACH%> clause at %L must not be used together with %<MERGEABLE%> clause"
72965 msgstr ""
72967 #: fortran/openmp.cc:8553
72968 #, gcc-internal-format, gfc-internal-format
72969 msgid "Expected IF at %L in atomic compare capture"
72970 msgstr ""
72972 #: fortran/openmp.cc:8561
72973 #, gcc-internal-format, gfc-internal-format
72974 msgid "Expected ELSE at %L in atomic compare capture"
72975 msgstr ""
72977 #: fortran/openmp.cc:8673
72978 #, gcc-internal-format
72979 msgid "Expected %<==%>, %<.EQ.%> or %<.EQV.%> atomic comparison expression at %L"
72980 msgstr ""
72982 #: fortran/openmp.cc:8679
72983 #, gcc-internal-format, gfc-internal-format
72984 msgid "Expected scalar intrinsic variable at %L in atomic comparison"
72985 msgstr ""
72987 #: fortran/openmp.cc:8687
72988 #, gcc-internal-format, gfc-internal-format
72989 msgid "Expected scalar intrinsic expression at %L in atomic comparison"
72990 msgstr ""
72992 #: fortran/openmp.cc:8695
72993 #, gcc-internal-format, gfc-internal-format
72994 msgid "!$OMP ATOMIC statement must set a scalar variable of intrinsic type at %L"
72995 msgstr ""
72997 #: fortran/openmp.cc:8704
72998 #, gcc-internal-format, gfc-internal-format
72999 msgid "!$OMP ATOMIC statement must assign an expression of intrinsic type at %L"
73000 msgstr ""
73002 #: fortran/openmp.cc:8711
73003 #, gcc-internal-format, gfc-internal-format
73004 msgid "!$OMP ATOMIC with ALLOCATABLE variable at %L"
73005 msgstr ""
73007 #: fortran/openmp.cc:8728
73008 #, gcc-internal-format, gfc-internal-format
73009 msgid "!$OMP ATOMIC READ statement must read from a scalar variable of intrinsic type at %L"
73010 msgstr ""
73012 #: fortran/openmp.cc:8733
73013 #, gcc-internal-format, gfc-internal-format
73014 msgid "expr in !$OMP ATOMIC WRITE assignment var = expr must be scalar and cannot reference var at %L"
73015 msgstr ""
73017 #: fortran/openmp.cc:8745
73018 #, gcc-internal-format, gfc-internal-format
73019 msgid "!$OMP ATOMIC capture-statement must set a scalar variable of intrinsic type at %L"
73020 msgstr ""
73022 #: fortran/openmp.cc:8753
73023 #, gcc-internal-format, gfc-internal-format
73024 msgid "!$OMP ATOMIC capture-statement requires a scalar variable of intrinsic type at %L"
73025 msgstr ""
73027 #: fortran/openmp.cc:8763
73028 #, gcc-internal-format, gfc-internal-format
73029 msgid "!$OMP ATOMIC CAPTURE capture statement reads from different variable than update statement writes into at %L"
73030 msgstr ""
73032 #: fortran/openmp.cc:8779
73033 #, gcc-internal-format
73034 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"
73035 msgstr ""
73037 #: fortran/openmp.cc:8787
73038 #, gcc-internal-format, gfc-internal-format
73039 msgid "expr in !$OMP ATOMIC COMPARE assignment var = expr must be scalar and cannot reference var at %L"
73040 msgstr ""
73042 #: fortran/openmp.cc:8805
73043 #, gcc-internal-format, gfc-internal-format
73044 msgid "!$OMP ATOMIC UPDATE at %L with FAIL clause requiries either the COMPARE clause or using the intrinsic MIN/MAX procedure"
73045 msgstr ""
73047 #: fortran/openmp.cc:8832
73048 #, gcc-internal-format, gfc-internal-format
73049 msgid "!$OMP ATOMIC assignment operator must be binary +, *, -, /, .AND., .OR., .EQV. or .NEQV. at %L"
73050 msgstr ""
73052 #: fortran/openmp.cc:8880
73053 #, gcc-internal-format, gfc-internal-format
73054 msgid "!$OMP ATOMIC assignment must be var = var op expr or var = expr op var at %L"
73055 msgstr ""
73057 #: fortran/openmp.cc:8894
73058 #, gcc-internal-format, gfc-internal-format
73059 msgid "!$OMP ATOMIC var = var op expr not mathematically equivalent to var = var op (expr) at %L"
73060 msgstr ""
73062 #: fortran/openmp.cc:8927
73063 #, gcc-internal-format, gfc-internal-format
73064 msgid "expr in !$OMP ATOMIC assignment var = var op expr must be scalar and cannot reference var at %L"
73065 msgstr ""
73067 #: fortran/openmp.cc:8951
73068 #, gcc-internal-format, gfc-internal-format
73069 msgid "!$OMP ATOMIC assignment intrinsic IAND, IOR or IEOR must have two arguments at %L"
73070 msgstr ""
73072 #: fortran/openmp.cc:8958
73073 #, gcc-internal-format, gfc-internal-format
73074 msgid "!$OMP ATOMIC assignment intrinsic must be MIN, MAX, IAND, IOR or IEOR at %L"
73075 msgstr ""
73077 #: fortran/openmp.cc:8981
73078 #, gcc-internal-format
73079 msgid "!$OMP ATOMIC intrinsic arguments except one must not reference %qs at %L"
73080 msgstr ""
73082 #: fortran/openmp.cc:8988
73083 #, gcc-internal-format, gfc-internal-format
73084 msgid "!$OMP ATOMIC intrinsic arguments must be scalar at %L"
73085 msgstr ""
73087 #: fortran/openmp.cc:8996
73088 #, gcc-internal-format
73089 msgid "First or last !$OMP ATOMIC intrinsic argument must be %qs at %L"
73090 msgstr ""
73092 #: fortran/openmp.cc:9014
73093 #, gcc-internal-format, gfc-internal-format
73094 msgid "!$OMP ATOMIC assignment must have an operator or intrinsic on right hand side at %L"
73095 msgstr ""
73097 #: fortran/openmp.cc:9019
73098 #, gcc-internal-format, gfc-internal-format
73099 msgid "unexpected !$OMP ATOMIC expression at %L"
73100 msgstr "неочікуваний вираз !$OMP ATOMIC у %L"
73102 #: fortran/openmp.cc:9065
73103 #, gcc-internal-format
73104 msgid "ORDERED clause specified together with %<inscan%> REDUCTION clause at %L"
73105 msgstr ""
73107 #: fortran/openmp.cc:9068
73108 #, gcc-internal-format
73109 msgid "SCHEDULE clause specified together with %<inscan%> REDUCTION clause at %L"
73110 msgstr ""
73112 #: fortran/openmp.cc:9076
73113 #, gcc-internal-format, gfc-internal-format
73114 msgid "With INSCAN at %L, expected loop body with !$OMP SCAN between two structured-block-sequences"
73115 msgstr ""
73117 #: fortran/openmp.cc:9478
73118 #, gcc-internal-format, gfc-internal-format
73119 msgid "%s cannot be a DO WHILE or DO without loop control at %L"
73120 msgstr ""
73122 #: fortran/openmp.cc:9484
73123 #, gcc-internal-format, gfc-internal-format
73124 msgid "%s cannot be a DO CONCURRENT loop at %L"
73125 msgstr ""
73127 #: fortran/openmp.cc:9490
73128 #, gcc-internal-format, gfc-internal-format
73129 msgid "%s iteration variable must be of type integer at %L"
73130 msgstr ""
73132 #: fortran/openmp.cc:9494
73133 #, gcc-internal-format, gfc-internal-format
73134 msgid "%s iteration variable must not be THREADPRIVATE at %L"
73135 msgstr ""
73137 #: fortran/openmp.cc:9507
73138 #, gcc-internal-format, gfc-internal-format
73139 msgid "%s iteration variable present on clause other than PRIVATE, LASTPRIVATE or ALLOCATE at %L"
73140 msgstr ""
73142 #: fortran/openmp.cc:9511
73143 #, gcc-internal-format, gfc-internal-format
73144 msgid "%s iteration variable present on clause other than PRIVATE, LASTPRIVATE, ALLOCATE or LINEAR at %L"
73145 msgstr ""
73147 #: fortran/openmp.cc:9518
73148 #, gcc-internal-format, gfc-internal-format
73149 msgid "%s iteration variable used in more than one loop at %L"
73150 msgstr ""
73152 #: fortran/openmp.cc:9526
73153 #, gcc-internal-format, gfc-internal-format
73154 msgid "%s loop start expression not in canonical form at %L"
73155 msgstr ""
73157 #: fortran/openmp.cc:9534
73158 #, gcc-internal-format, gfc-internal-format
73159 msgid "%s loop end expression not in canonical form at %L"
73160 msgstr ""
73162 #: fortran/openmp.cc:9540
73163 #, gcc-internal-format, gfc-internal-format
73164 msgid "%s loop bounds reference different iteration variables at %L"
73165 msgstr ""
73167 #: fortran/openmp.cc:9546
73168 #, gcc-internal-format, gfc-internal-format
73169 msgid "%s loop increment not in canonical form at %L"
73170 msgstr ""
73172 #: fortran/openmp.cc:9556
73173 #, gcc-internal-format, gfc-internal-format
73174 msgid "collapsed %s loops not perfectly nested at %L"
73175 msgstr ""
73177 #: fortran/openmp.cc:9565 fortran/openmp.cc:9573
73178 #, gcc-internal-format, gfc-internal-format
73179 msgid "not enough DO loops for collapsed %s at %L"
73180 msgstr ""
73182 #: fortran/openmp.cc:9780 fortran/openmp.cc:9793
73183 #, gcc-internal-format, gfc-internal-format
73184 msgid "The %s directive cannot be specified within a %s region at %L"
73185 msgstr ""
73187 #: fortran/openmp.cc:9812
73188 #, gcc-internal-format, gfc-internal-format
73189 msgid "!$ACC LOOP cannot be a DO WHILE or DO without loop control at %L"
73190 msgstr ""
73192 #: fortran/openmp.cc:9818
73193 #, gcc-internal-format, gfc-internal-format
73194 msgid "!$ACC LOOP cannot be a DO CONCURRENT loop at %L"
73195 msgstr ""
73197 #: fortran/openmp.cc:9824
73198 #, gcc-internal-format, gfc-internal-format
73199 msgid "!$ACC LOOP iteration variable must be of type integer at %L"
73200 msgstr ""
73202 #: fortran/openmp.cc:9840
73203 #, gcc-internal-format, gfc-internal-format
73204 msgid "!$ACC LOOP %s loops don't form rectangular iteration space at %L"
73205 msgstr ""
73207 #: fortran/openmp.cc:9852
73208 #, gcc-internal-format, gfc-internal-format
73209 msgid "%s !$ACC LOOP loops not perfectly nested at %L"
73210 msgstr ""
73212 #: fortran/openmp.cc:9862 fortran/openmp.cc:9871
73213 #, gcc-internal-format, gfc-internal-format
73214 msgid "not enough DO loops for %s !$ACC LOOP at %L"
73215 msgstr ""
73217 #: fortran/openmp.cc:9887
73218 #, gcc-internal-format, gfc-internal-format
73219 msgid "Tiled loop cannot be parallelized across gangs, workers and vectors at the same time at %L"
73220 msgstr ""
73222 #: fortran/openmp.cc:9908
73223 #, gcc-internal-format, gfc-internal-format
73224 msgid "TILE requires constant expression at %L"
73225 msgstr ""
73227 #: fortran/openmp.cc:10008
73228 #, gcc-internal-format
73229 msgid "Array sections: %qs not allowed in !$ACC DECLARE at %L"
73230 msgstr ""
73232 #: fortran/openmp.cc:10055
73233 #, gcc-internal-format
73234 msgid "NAME %qs does not refer to a subroutine or function in !$ACC ROUTINE ( NAME ) at %L"
73235 msgstr ""
73237 #: fortran/openmp.cc:10061
73238 #, gcc-internal-format
73239 msgid "NAME %qs invalid in !$ACC ROUTINE ( NAME ) at %L"
73240 msgstr ""
73242 #: fortran/openmp.cc:10186
73243 #, gcc-internal-format, gfc-internal-format
73244 msgid "OMP TARGET UPDATE at %L requires at least one TO or FROM clause"
73245 msgstr ""
73247 #: fortran/openmp.cc:10200
73248 #, gcc-internal-format, gfc-internal-format
73249 msgid "OMP CRITICAL at %L with HINT clause requires a NAME, except when omp_sync_hint_none is used"
73250 msgstr ""
73252 #: fortran/openmp.cc:10206
73253 #, gcc-internal-format
73254 msgid "Unexpected !$OMP SCAN at %L outside loop construct with %<inscan%> REDUCTION clause"
73255 msgstr ""
73257 #: fortran/openmp.cc:10227
73258 #, gcc-internal-format
73259 msgid "!$OMP DECLARE SIMD should refer to containing procedure %qs at %L"
73260 msgstr ""
73262 #: fortran/openmp.cc:10251
73263 #, gcc-internal-format, gfc-internal-format
73264 msgid "Variable other than OMP_PRIV or OMP_ORIG used in INITIALIZER clause of !$OMP DECLARE REDUCTION at %L"
73265 msgstr ""
73267 #: fortran/openmp.cc:10259
73268 #, gcc-internal-format, gfc-internal-format
73269 msgid "Variable other than OMP_OUT or OMP_IN used in combiner of !$OMP DECLARE REDUCTION at %L"
73270 msgstr ""
73272 #: fortran/openmp.cc:10288
73273 #, gcc-internal-format, gfc-internal-format
73274 msgid "Invalid operator for !$OMP DECLARE REDUCTION %s at %L"
73275 msgstr ""
73277 #: fortran/openmp.cc:10310
73278 #, gcc-internal-format, gfc-internal-format
73279 msgid "CHARACTER length in !$OMP DECLARE REDUCTION %s not constant at %L"
73280 msgstr ""
73282 #: fortran/openmp.cc:10326
73283 #, gcc-internal-format, gfc-internal-format
73284 msgid "Subroutine call with alternate returns in combiner of !$OMP DECLARE REDUCTION at %L"
73285 msgstr ""
73287 #: fortran/openmp.cc:10341
73288 #, gcc-internal-format, gfc-internal-format
73289 msgid "Subroutine call with alternate returns in INITIALIZER clause of !$OMP DECLARE REDUCTION at %L"
73290 msgstr ""
73292 #: fortran/openmp.cc:10351
73293 #, gcc-internal-format, gfc-internal-format
73294 msgid "One of actual subroutine arguments in INITIALIZER clause of !$OMP DECLARE REDUCTION must be OMP_PRIV at %L"
73295 msgstr ""
73297 #: fortran/openmp.cc:10359
73298 #, gcc-internal-format, gfc-internal-format
73299 msgid "Missing INITIALIZER clause for !$OMP DECLARE REDUCTION of derived type without default initializer at %L"
73300 msgstr ""
73302 #: fortran/options.cc:275
73303 #, gcc-internal-format
73304 msgid "%<-fexcess-precision=standard%> for Fortran"
73305 msgstr ""
73307 #: fortran/options.cc:277
73308 #, gcc-internal-format
73309 msgid "%<-fexcess-precision=16%> for Fortran"
73310 msgstr ""
73312 #: fortran/options.cc:371
73313 #, gcc-internal-format
73314 msgid "Reading file %qs as free form"
73315 msgstr ""
73317 #: fortran/options.cc:381
73318 #, gcc-internal-format
73319 msgid "%<-fd-lines-as-comments%> has no effect in free form"
73320 msgstr ""
73322 #: fortran/options.cc:384
73323 #, gcc-internal-format
73324 msgid "%<-fd-lines-as-code%> has no effect in free form"
73325 msgstr ""
73327 #: fortran/options.cc:422
73328 #, gcc-internal-format
73329 msgid "Flag %<-fno-automatic%> overwrites %<-fmax-stack-var-size=%d%>"
73330 msgstr ""
73332 #: fortran/options.cc:425
73333 #, gcc-internal-format
73334 msgid "Flag %<-fno-automatic%> overwrites %<-frecursive%>"
73335 msgstr ""
73337 #: fortran/options.cc:428
73338 #, gcc-internal-format
73339 msgid "Flag %<-fno-automatic%> overwrites %<-frecursive%> implied by %qs"
73340 msgstr ""
73342 #: fortran/options.cc:431
73343 #, gcc-internal-format
73344 msgid "Flag %<-frecursive%> overwrites %<-fmax-stack-var-size=%d%>"
73345 msgstr ""
73347 #: fortran/options.cc:434
73348 #, gcc-internal-format
73349 msgid "Flag %<-fmax-stack-var-size=%d%> overwrites %<-frecursive%> implied by %qs"
73350 msgstr ""
73352 #: fortran/options.cc:493
73353 #, gcc-internal-format
73354 msgid "Fixed line length must be at least seven"
73355 msgstr ""
73357 #: fortran/options.cc:496
73358 #, gcc-internal-format
73359 msgid "Free line length must be at least three"
73360 msgstr ""
73362 #: fortran/options.cc:499
73363 #, gcc-internal-format, gfc-internal-format
73364 msgid "Maximum subrecord length cannot exceed %d"
73365 msgstr ""
73367 #: fortran/options.cc:518
73368 #, gcc-internal-format
73369 msgid "gfortran: Only one %<-J%> option allowed"
73370 msgstr ""
73372 #: fortran/options.cc:590
73373 #, gcc-internal-format
73374 msgid "Argument to %<-ffpe-trap%> is not valid: %s"
73375 msgstr ""
73377 #: fortran/options.cc:592
73378 #, gcc-internal-format
73379 msgid "Argument to %<-ffpe-summary%> is not valid: %s"
73380 msgstr ""
73382 #: fortran/options.cc:641
73383 #, gcc-internal-format
73384 msgid "Argument to %<-fcheck%> is not valid: %s"
73385 msgstr ""
73387 #: fortran/options.cc:706
73388 #, gcc-internal-format, gfc-internal-format
73389 msgid "Maximum supported identifier length is %d"
73390 msgstr ""
73392 #: fortran/options.cc:721
73393 #, gcc-internal-format
73394 msgid "Unrecognized option to %<-finit-logical%>: %s"
73395 msgstr ""
73397 #: fortran/options.cc:737
73398 #, gcc-internal-format
73399 msgid "The value of n in %<-finit-character=n%> must be between 0 and 127"
73400 msgstr ""
73402 #: fortran/parse.cc:602
73403 #, gcc-internal-format, gfc-internal-format
73404 msgid "Unclassifiable statement at %C"
73405 msgstr ""
73407 #: fortran/parse.cc:666
73408 #, gcc-internal-format, gfc-internal-format
73409 msgid "OpenACC directives other than ROUTINE may not appear in PURE procedures at %C"
73410 msgstr ""
73412 #: fortran/parse.cc:732
73413 #, gcc-internal-format, gfc-internal-format
73414 msgid "Unclassifiable OpenACC directive at %C"
73415 msgstr ""
73417 #: fortran/parse.cc:876 fortran/parse.cc:1170
73418 #, gcc-internal-format, gfc-internal-format
73419 msgid "OpenMP directives other than SIMD or DECLARE TARGET at %C may not appear in PURE procedures"
73420 msgstr ""
73422 #: fortran/parse.cc:1154
73423 #, gcc-internal-format, gfc-internal-format
73424 msgid "Unclassifiable OpenMP directive at %C"
73425 msgstr ""
73427 #: fortran/parse.cc:1249
73428 #, gcc-internal-format, gfc-internal-format
73429 msgid "Unclassifiable GCC directive at %C"
73430 msgstr ""
73432 #: fortran/parse.cc:1251
73433 #, gcc-internal-format, gfc-internal-format
73434 msgid "Unclassifiable GCC directive at %C, ignored"
73435 msgstr ""
73437 #: fortran/parse.cc:1311 fortran/parse.cc:1538
73438 #, gcc-internal-format, gfc-internal-format
73439 msgid "Zero is not a valid statement label at %C"
73440 msgstr ""
73442 #: fortran/parse.cc:1318 fortran/parse.cc:1530
73443 #, gcc-internal-format, gfc-internal-format
73444 msgid "Non-numeric character in statement label at %C"
73445 msgstr ""
73447 #: fortran/parse.cc:1330 fortran/parse.cc:1579
73448 #, gcc-internal-format, gfc-internal-format
73449 msgid "Semicolon at %C needs to be preceded by statement"
73450 msgstr ""
73452 #: fortran/parse.cc:1337 fortran/parse.cc:1594
73453 #, gcc-internal-format, gfc-internal-format
73454 msgid "Statement label without statement at %L"
73455 msgstr ""
73457 #: fortran/parse.cc:1400 fortran/parse.cc:1581
73458 #, gcc-internal-format, gfc-internal-format
73459 msgid "Fortran 2008: Semicolon at %C without preceding statement"
73460 msgstr ""
73462 #: fortran/parse.cc:1423 fortran/parse.cc:1557
73463 #, gcc-internal-format, gfc-internal-format
73464 msgid "Bad continuation line at %C"
73465 msgstr ""
73467 #: fortran/parse.cc:1868
73468 #, gcc-internal-format, gfc-internal-format
73469 msgid "FORMAT statement at %L does not have a statement label"
73470 msgstr ""
73472 #: fortran/parse.cc:2773
73473 #, gcc-internal-format
73474 msgid "gfc_ascii_statement(): Bad statement code"
73475 msgstr ""
73477 #: fortran/parse.cc:2917
73478 #, gcc-internal-format, gfc-internal-format
73479 msgid "Unexpected %s statement at %C"
73480 msgstr ""
73482 #: fortran/parse.cc:3072
73483 #, gcc-internal-format, gfc-internal-format
73484 msgid "%s statement at %C cannot follow %s statement at %L"
73485 msgstr ""
73487 #: fortran/parse.cc:3089
73488 #, gcc-internal-format
73489 msgid "Unexpected end of file in %qs"
73490 msgstr ""
73492 #: fortran/parse.cc:3124
73493 #, gcc-internal-format
73494 msgid "Derived-type %qs with SEQUENCE must not have a CONTAINS section at %C"
73495 msgstr ""
73497 #: fortran/parse.cc:3127
73498 #, gcc-internal-format
73499 msgid "Derived-type %qs with BIND(C) must not have a CONTAINS section at %C"
73500 msgstr ""
73502 #: fortran/parse.cc:3147
73503 #, gcc-internal-format, gfc-internal-format
73504 msgid "Components in TYPE at %C must precede CONTAINS"
73505 msgstr ""
73507 #: fortran/parse.cc:3151
73508 #, gcc-internal-format, gfc-internal-format
73509 msgid "Type-bound procedure at %C"
73510 msgstr ""
73512 #: fortran/parse.cc:3159
73513 #, gcc-internal-format, gfc-internal-format
73514 msgid "GENERIC binding at %C"
73515 msgstr ""
73517 #: fortran/parse.cc:3167
73518 #, gcc-internal-format, gfc-internal-format
73519 msgid "FINAL procedure declaration at %C"
73520 msgstr ""
73522 #: fortran/parse.cc:3179
73523 #, gcc-internal-format, gfc-internal-format
73524 msgid "Derived type definition at %C with empty CONTAINS section"
73525 msgstr ""
73527 #: fortran/parse.cc:3189 fortran/parse.cc:3644
73528 #, gcc-internal-format, gfc-internal-format
73529 msgid "PRIVATE statement in TYPE at %C must be inside a MODULE"
73530 msgstr ""
73532 #: fortran/parse.cc:3196
73533 #, gcc-internal-format, gfc-internal-format
73534 msgid "PRIVATE statement at %C must precede procedure bindings"
73535 msgstr ""
73537 #: fortran/parse.cc:3203 fortran/parse.cc:3657
73538 #, gcc-internal-format, gfc-internal-format
73539 msgid "Duplicate PRIVATE statement at %C"
73540 msgstr ""
73542 #: fortran/parse.cc:3213
73543 #, gcc-internal-format, gfc-internal-format
73544 msgid "SEQUENCE statement at %C must precede CONTAINS"
73545 msgstr ""
73547 #: fortran/parse.cc:3217
73548 #, gcc-internal-format, gfc-internal-format
73549 msgid "Already inside a CONTAINS block at %C"
73550 msgstr ""
73552 #: fortran/parse.cc:3336
73553 #, gcc-internal-format, gfc-internal-format
73554 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"
73555 msgstr ""
73557 #: fortran/parse.cc:3342
73558 #, gcc-internal-format, gfc-internal-format
73559 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"
73560 msgstr ""
73562 #: fortran/parse.cc:3347
73563 #, gcc-internal-format, gfc-internal-format
73564 msgid "Allocatable component %s at %L of type LOCK_TYPE must have a codimension"
73565 msgstr ""
73567 #: fortran/parse.cc:3351
73568 #, gcc-internal-format, gfc-internal-format
73569 msgid "Allocatable component %s at %L must have a codimension as it has a noncoarray subcomponent of type LOCK_TYPE"
73570 msgstr ""
73572 #: fortran/parse.cc:3356
73573 #, gcc-internal-format, gfc-internal-format
73574 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)"
73575 msgstr ""
73577 #: fortran/parse.cc:3363
73578 #, gcc-internal-format, gfc-internal-format
73579 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)"
73580 msgstr ""
73582 #: fortran/parse.cc:3373
73583 #, gcc-internal-format, gfc-internal-format
73584 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"
73585 msgstr ""
73587 #: fortran/parse.cc:3379
73588 #, gcc-internal-format, gfc-internal-format
73589 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"
73590 msgstr ""
73592 #: fortran/parse.cc:3384
73593 #, gcc-internal-format, gfc-internal-format
73594 msgid "Allocatable component %s at %L of type EVENT_TYPE must have a codimension"
73595 msgstr ""
73597 #: fortran/parse.cc:3388
73598 #, gcc-internal-format, gfc-internal-format
73599 msgid "Allocatable component %s at %L must have a codimension as it has a noncoarray subcomponent of type EVENT_TYPE"
73600 msgstr ""
73602 #: fortran/parse.cc:3393
73603 #, gcc-internal-format, gfc-internal-format
73604 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)"
73605 msgstr ""
73607 #: fortran/parse.cc:3400
73608 #, gcc-internal-format, gfc-internal-format
73609 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)"
73610 msgstr ""
73612 #: fortran/parse.cc:3452
73613 #, gcc-internal-format, gfc-internal-format
73614 msgid "failed to create map component '%s'"
73615 msgstr ""
73617 #: fortran/parse.cc:3485
73618 #, gcc-internal-format, gfc-internal-format
73619 msgid "failed to create union component '%s'"
73620 msgstr ""
73622 #: fortran/parse.cc:3540
73623 #, gcc-internal-format, gfc-internal-format
73624 msgid "Syntax error in nested structure declaration at %C"
73625 msgstr "Синтаксична помилка у оголошенні вкладеної структури у %C"
73627 #: fortran/parse.cc:3627
73628 #, gcc-internal-format, gfc-internal-format
73629 msgid "FINAL declaration at %C must be inside CONTAINS"
73630 msgstr ""
73632 #: fortran/parse.cc:3635
73633 #, gcc-internal-format, gfc-internal-format
73634 msgid "Derived type definition at %C without components"
73635 msgstr ""
73637 #: fortran/parse.cc:3651
73638 #, gcc-internal-format, gfc-internal-format
73639 msgid "PRIVATE statement at %C must precede structure components"
73640 msgstr ""
73642 #: fortran/parse.cc:3668
73643 #, gcc-internal-format, gfc-internal-format
73644 msgid "SEQUENCE statement at %C must precede structure components"
73645 msgstr ""
73647 #: fortran/parse.cc:3674
73648 #, gcc-internal-format, gfc-internal-format
73649 msgid "SEQUENCE attribute at %C already specified in TYPE statement"
73650 msgstr ""
73652 #: fortran/parse.cc:3679
73653 #, gcc-internal-format, gfc-internal-format
73654 msgid "Duplicate SEQUENCE statement at %C"
73655 msgstr ""
73657 #: fortran/parse.cc:3689
73658 #, gcc-internal-format, gfc-internal-format
73659 msgid "CONTAINS block in derived type definition at %C"
73660 msgstr ""
73662 #: fortran/parse.cc:3747
73663 #, gcc-internal-format, gfc-internal-format
73664 msgid "ENUM declaration at %C has no ENUMERATORS"
73665 msgstr ""
73667 #: fortran/parse.cc:3834
73668 #, gcc-internal-format, gfc-internal-format
73669 msgid "Unexpected %s statement in INTERFACE block at %C"
73670 msgstr ""
73672 #: fortran/parse.cc:3858
73673 #, gcc-internal-format
73674 msgid "Name %qs of ABSTRACT INTERFACE at %C cannot be the same as an intrinsic type"
73675 msgstr ""
73677 #: fortran/parse.cc:3892
73678 #, gcc-internal-format, gfc-internal-format
73679 msgid "Unexpected %s statement at %C in INTERFACE body"
73680 msgstr ""
73682 #: fortran/parse.cc:3910
73683 #, gcc-internal-format
73684 msgid "INTERFACE procedure %qs at %L has the same name as the enclosing procedure"
73685 msgstr ""
73687 #: fortran/parse.cc:4040
73688 #, gcc-internal-format, gfc-internal-format
73689 msgid "%s statement is not allowed inside of BLOCK at %C"
73690 msgstr ""
73692 #: fortran/parse.cc:4072
73693 #, gcc-internal-format, gfc-internal-format
73694 msgid "%s statement is not allowed inside of BLOCK DATA at %C"
73695 msgstr ""
73697 #: fortran/parse.cc:4162
73698 #, gcc-internal-format, gfc-internal-format
73699 msgid "%s statement must appear in a MODULE"
73700 msgstr ""
73702 #: fortran/parse.cc:4170
73703 #, gcc-internal-format, gfc-internal-format
73704 msgid "%s statement at %C follows another accessibility specification"
73705 msgstr ""
73707 #: fortran/parse.cc:4222
73708 #, gcc-internal-format
73709 msgid "Bad kind expression for function %qs at %L"
73710 msgstr ""
73712 #: fortran/parse.cc:4226
73713 #, gcc-internal-format
73714 msgid "The type for function %qs at %L is not accessible"
73715 msgstr ""
73717 #: fortran/parse.cc:4286
73718 #, gcc-internal-format, gfc-internal-format
73719 msgid "ELSEWHERE statement at %C follows previous unmasked ELSEWHERE"
73720 msgstr ""
73722 #: fortran/parse.cc:4308
73723 #, gcc-internal-format, gfc-internal-format
73724 msgid "Unexpected %s statement in WHERE block at %C"
73725 msgstr ""
73727 #: fortran/parse.cc:4367
73728 #, gcc-internal-format, gfc-internal-format
73729 msgid "Unexpected %s statement in FORALL block at %C"
73730 msgstr ""
73732 #: fortran/parse.cc:4418
73733 #, gcc-internal-format, gfc-internal-format
73734 msgid "ELSE IF statement at %C cannot follow ELSE statement at %L"
73735 msgstr ""
73737 #: fortran/parse.cc:4436
73738 #, gcc-internal-format, gfc-internal-format
73739 msgid "Duplicate ELSE statements at %L and %C"
73740 msgstr ""
73742 #: fortran/parse.cc:4497
73743 #, gcc-internal-format, gfc-internal-format
73744 msgid "Expected a CASE or END SELECT statement following SELECT CASE at %C"
73745 msgstr ""
73747 #: fortran/parse.cc:4581
73748 #, gcc-internal-format, gfc-internal-format
73749 msgid "Expected TYPE IS, CLASS IS or END SELECT statement following SELECT TYPE at %C"
73750 msgstr ""
73752 #: fortran/parse.cc:4657
73753 #, gcc-internal-format, gfc-internal-format
73754 msgid "Expected RANK or RANK DEFAULT following SELECT RANK at %C"
73755 msgstr ""
73757 #: fortran/parse.cc:4721
73758 #, gcc-internal-format
73759 msgid "Variable %qs at %C cannot be redefined inside loop beginning at %L"
73760 msgstr ""
73762 #: fortran/parse.cc:4754
73763 #, gcc-internal-format, gfc-internal-format
73764 msgid "End of nonblock DO statement at %C is within another block"
73765 msgstr ""
73767 #: fortran/parse.cc:4764
73768 #, gcc-internal-format, gfc-internal-format
73769 msgid "End of nonblock DO statement at %C is interwoven with another DO loop"
73770 msgstr ""
73772 #: fortran/parse.cc:4790
73773 #, gcc-internal-format, gfc-internal-format
73774 msgid "CRITICAL block inside of OpenACC region at %C"
73775 msgstr ""
73777 #: fortran/parse.cc:4791
73778 #, gcc-internal-format, gfc-internal-format
73779 msgid "CRITICAL block inside of OpenMP region at %C"
73780 msgstr ""
73782 #: fortran/parse.cc:4817
73783 #, gcc-internal-format, gfc-internal-format
73784 msgid "Statement label in END CRITICAL at %C does not match CRITICAL label"
73785 msgstr ""
73787 #: fortran/parse.cc:4886 fortran/parse.cc:5637
73788 #, gcc-internal-format, gfc-internal-format
73789 msgid "BLOCK construct at %C"
73790 msgstr ""
73792 #: fortran/parse.cc:4920
73793 #, gcc-internal-format, gfc-internal-format
73794 msgid "ASSOCIATE construct at %C"
73795 msgstr ""
73797 #: fortran/parse.cc:5141
73798 #, gcc-internal-format, gfc-internal-format
73799 msgid "Statement label in ENDDO at %C doesn't match DO label"
73800 msgstr ""
73802 #: fortran/parse.cc:5157
73803 #, gcc-internal-format, gfc-internal-format
73804 msgid "Named block DO at %L requires matching ENDDO name"
73805 msgstr ""
73807 #: fortran/parse.cc:5314 fortran/parse.cc:5759 fortran/parse.cc:5777
73808 #, gcc-internal-format, gfc-internal-format
73809 msgid "Duplicated NOWAIT clause on %s and %s at %C"
73810 msgstr ""
73812 #: fortran/parse.cc:5415 fortran/parse.cc:5477
73813 #, gcc-internal-format, gfc-internal-format
73814 msgid "OpenACC directive inside of CRITICAL block at %C"
73815 msgstr ""
73817 #: fortran/parse.cc:5452
73818 #, gcc-internal-format, gfc-internal-format
73819 msgid "Expecting %s at %C"
73820 msgstr ""
73822 #: fortran/parse.cc:5496
73823 #, gcc-internal-format, gfc-internal-format
73824 msgid "Expected DO loop at %C"
73825 msgstr ""
73827 #: fortran/parse.cc:5516
73828 #, gcc-internal-format, gfc-internal-format
73829 msgid "Redundant !$ACC END LOOP at %C"
73830 msgstr ""
73832 #: fortran/parse.cc:5770
73833 #, gcc-internal-format, gfc-internal-format
73834 msgid "Name after !$omp critical and !$omp end critical does not match at %C"
73835 msgstr ""
73837 #: fortran/parse.cc:5844
73838 #, gcc-internal-format, gfc-internal-format
73839 msgid "%s statement at %C cannot terminate a non-block DO loop"
73840 msgstr ""
73842 #: fortran/parse.cc:5858
73843 #, gcc-internal-format, gfc-internal-format
73844 msgid "DATA statement at %C after the first executable statement"
73845 msgstr ""
73847 #: fortran/parse.cc:6009
73848 #, gcc-internal-format
73849 msgid "%<GCC unroll%> directive not at the start of a loop at %C"
73850 msgstr ""
73852 #: fortran/parse.cc:6012
73853 #, gcc-internal-format
73854 msgid "%<GCC ivdep%> directive not at the start of a loop at %C"
73855 msgstr ""
73857 #: fortran/parse.cc:6015
73858 #, gcc-internal-format
73859 msgid "%<GCC vector%> directive not at the start of a loop at %C"
73860 msgstr ""
73862 #: fortran/parse.cc:6018
73863 #, gcc-internal-format
73864 msgid "%<GCC novector%> directive not at the start of a loop at %C"
73865 msgstr ""
73867 #: fortran/parse.cc:6134
73868 #, gcc-internal-format
73869 msgid "Contained procedure %qs at %C is already ambiguous"
73870 msgstr ""
73872 #: fortran/parse.cc:6191
73873 #, gcc-internal-format, gfc-internal-format
73874 msgid "Unexpected %s statement in CONTAINS section at %C"
73875 msgstr ""
73877 #: fortran/parse.cc:6216
73878 #, gcc-internal-format, gfc-internal-format
73879 msgid "CONTAINS statement without FUNCTION or SUBROUTINE statement at %L"
73880 msgstr ""
73882 #: fortran/parse.cc:6330
73883 #, gcc-internal-format, gfc-internal-format
73884 msgid "CONTAINS statement at %C is already in a contained program unit"
73885 msgstr ""
73887 #: fortran/parse.cc:6382
73888 #, gcc-internal-format
73889 msgid "Global binding name %qs at %L is already being used as a %s at %L"
73890 msgstr ""
73892 #: fortran/parse.cc:6386
73893 #, gcc-internal-format
73894 msgid "Global name %qs at %L is already being used as a %s at %L"
73895 msgstr ""
73897 #: fortran/parse.cc:6392
73898 #, gcc-internal-format
73899 msgid "Global binding name %qs at %L is already being used at %L"
73900 msgstr ""
73902 #: fortran/parse.cc:6395
73903 #, gcc-internal-format
73904 msgid "Global name %qs at %L is already being used at %L"
73905 msgstr ""
73907 #: fortran/parse.cc:6417
73908 #, gcc-internal-format, gfc-internal-format
73909 msgid "Blank BLOCK DATA at %C conflicts with prior BLOCK DATA at %L"
73910 msgstr ""
73912 #: fortran/parse.cc:6443
73913 #, gcc-internal-format, gfc-internal-format
73914 msgid "Unexpected %s statement in BLOCK DATA at %C"
73915 msgstr ""
73917 #: fortran/parse.cc:6546
73918 #, gcc-internal-format, gfc-internal-format
73919 msgid "Unexpected %s statement in MODULE at %C"
73920 msgstr ""
73922 #. If we see a duplicate main program, shut down.  If the second
73923 #. instance is an implied main program, i.e. data decls or executable
73924 #. statements, we're in for lots of errors.
73925 #: fortran/parse.cc:7039
73926 #, gcc-internal-format, gfc-internal-format
73927 msgid "Two main PROGRAMs at %L and %C"
73928 msgstr ""
73930 #: fortran/primary.cc:103
73931 #, gcc-internal-format, gfc-internal-format
73932 msgid "Missing kind-parameter at %C"
73933 msgstr ""
73935 #: fortran/primary.cc:136
73936 #, gcc-internal-format
73937 msgid "gfc_check_digit(): bad radix"
73938 msgstr ""
73940 #: fortran/primary.cc:279
73941 #, gcc-internal-format, gfc-internal-format
73942 msgid "Integer kind %d at %C not available"
73943 msgstr ""
73945 #: fortran/primary.cc:288
73946 #, gcc-internal-format
73947 msgid "Integer too big for its kind at %C. This check can be disabled with the option %<-fno-range-check%>"
73948 msgstr ""
73950 #: fortran/primary.cc:316
73951 #, gcc-internal-format, gfc-internal-format
73952 msgid "Hollerith constant at %C"
73953 msgstr ""
73955 #: fortran/primary.cc:323
73956 #, gcc-internal-format, gfc-internal-format
73957 msgid "Invalid Hollerith constant: %L must contain at least one character"
73958 msgstr ""
73960 #: fortran/primary.cc:329
73961 #, gcc-internal-format, gfc-internal-format
73962 msgid "Invalid Hollerith constant: Integer kind at %L should be default"
73963 msgstr ""
73965 #: fortran/primary.cc:349
73966 #, gcc-internal-format, gfc-internal-format
73967 msgid "Invalid Hollerith constant at %L contains a wide character"
73968 msgstr ""
73970 #: fortran/primary.cc:435
73971 #, gcc-internal-format, gfc-internal-format
73972 msgid "Hexadecimal constant at %L uses nonstandard X instead of Z"
73973 msgstr ""
73975 #: fortran/primary.cc:444
73976 #, gcc-internal-format, gfc-internal-format
73977 msgid "Empty set of digits in BOZ constant at %C"
73978 msgstr ""
73980 #: fortran/primary.cc:450
73981 #, gcc-internal-format, gfc-internal-format
73982 msgid "Illegal character in BOZ constant at %C"
73983 msgstr ""
73985 #: fortran/primary.cc:473
73986 #, gcc-internal-format, gfc-internal-format
73987 msgid "BOZ constant at %C uses nonstandard postfix syntax"
73988 msgstr ""
73990 #: fortran/primary.cc:498
73991 #, gcc-internal-format, gfc-internal-format
73992 msgid "BOZ used outside a DATA statement at %L"
73993 msgstr ""
73995 #: fortran/primary.cc:589
73996 #, gcc-internal-format
73997 msgid "exponent-letter %<q%> in real-literal-constant at %C"
73998 msgstr ""
74000 #: fortran/primary.cc:594
74001 #, gcc-internal-format
74002 msgid "Extension: exponent-letter %<q%> in real-literal-constant at %C"
74003 msgstr ""
74005 #: fortran/primary.cc:615
74006 #, gcc-internal-format, gfc-internal-format
74007 msgid "Missing exponent in real number at %C"
74008 msgstr ""
74010 #: fortran/primary.cc:693
74011 #, gcc-internal-format
74012 msgid "Real number at %C has a %<d%> exponent and an explicit kind"
74013 msgstr ""
74015 #: fortran/primary.cc:703
74016 #, gcc-internal-format
74017 msgid "Real number at %C has a %<q%> exponent and an explicit kind"
74018 msgstr ""
74020 #: fortran/primary.cc:717
74021 #, gcc-internal-format
74022 msgid "Invalid exponent-letter %<q%> in real-literal-constant at %C"
74023 msgstr ""
74025 #: fortran/primary.cc:730
74026 #, gcc-internal-format, gfc-internal-format
74027 msgid "Invalid real kind %d at %C"
74028 msgstr ""
74030 #: fortran/primary.cc:745
74031 #, gcc-internal-format, gfc-internal-format
74032 msgid "Real constant overflows its kind at %C"
74033 msgstr ""
74035 #: fortran/primary.cc:750
74036 #, gcc-internal-format, gfc-internal-format
74037 msgid "Real constant underflows its kind at %C"
74038 msgstr ""
74040 #: fortran/primary.cc:755
74041 #, gcc-internal-format
74042 msgid "gfc_range_check() returned bad value"
74043 msgstr "gfc_range_check() повернуто помилкове значення"
74045 #: fortran/primary.cc:803
74046 #, gcc-internal-format
74047 msgid "Non-significant digits in %qs number at %C, maybe incorrect KIND"
74048 msgstr ""
74050 #: fortran/primary.cc:895
74051 #, gcc-internal-format, gfc-internal-format
74052 msgid "Syntax error in SUBSTRING specification at %C"
74053 msgstr ""
74055 #: fortran/primary.cc:1095
74056 #, gcc-internal-format, gfc-internal-format
74057 msgid "Invalid kind %d for CHARACTER constant at %C"
74058 msgstr ""
74060 #: fortran/primary.cc:1116
74061 #, gcc-internal-format, gfc-internal-format
74062 msgid "Unterminated character constant beginning at %C"
74063 msgstr ""
74065 #: fortran/primary.cc:1146
74066 #, gcc-internal-format
74067 msgid "Character %qs in string at %C is not representable in character kind %d"
74068 msgstr ""
74070 #: fortran/primary.cc:1159
74071 #, gcc-internal-format
74072 msgid "match_string_constant(): Delimiter not found"
74073 msgstr ""
74075 #: fortran/primary.cc:1193
74076 #, gcc-internal-format, gfc-internal-format
74077 msgid "Substring start index (%ld) at %L below 1"
74078 msgstr ""
74080 #: fortran/primary.cc:1199
74081 #, gcc-internal-format, gfc-internal-format
74082 msgid "Substring end index (%ld) at %L exceeds string length"
74083 msgstr ""
74085 #: fortran/primary.cc:1284
74086 #, gcc-internal-format, gfc-internal-format
74087 msgid "Bad kind for logical constant at %C"
74088 msgstr ""
74090 #: fortran/primary.cc:1328
74091 #, gcc-internal-format, gfc-internal-format
74092 msgid "Expected PARAMETER symbol in complex constant at %C"
74093 msgstr ""
74095 #: fortran/primary.cc:1339
74096 #, gcc-internal-format, gfc-internal-format
74097 msgid "Numeric PARAMETER required in complex constant at %C"
74098 msgstr ""
74100 #: fortran/primary.cc:1345
74101 #, gcc-internal-format, gfc-internal-format
74102 msgid "Scalar PARAMETER required in complex constant at %C"
74103 msgstr ""
74105 #: fortran/primary.cc:1349
74106 #, gcc-internal-format, gfc-internal-format
74107 msgid "PARAMETER symbol in complex constant at %C"
74108 msgstr ""
74110 #: fortran/primary.cc:1372
74111 #, gcc-internal-format
74112 msgid "gfc_match_sym_complex_part(): Bad type"
74113 msgstr "gfc_match_sym_complex_part(): помилковий тип"
74115 #: fortran/primary.cc:1379
74116 #, gcc-internal-format, gfc-internal-format
74117 msgid "Error converting PARAMETER constant in complex constant at %C"
74118 msgstr ""
74120 #: fortran/primary.cc:1511
74121 #, gcc-internal-format, gfc-internal-format
74122 msgid "Syntax error in COMPLEX constant at %C"
74123 msgstr "Синтаксична помилка у сталій COMPLEX, %C"
74125 #: fortran/primary.cc:1638
74126 #, gcc-internal-format
74127 msgid "Namelist %qs cannot be an argument at %L"
74128 msgstr "Список назв %qs не може бути аргументом у %L"
74130 #: fortran/primary.cc:1740
74131 #, gcc-internal-format
74132 msgid "Keyword %qs at %C has already appeared in the current argument list"
74133 msgstr ""
74135 #: fortran/primary.cc:1807
74136 #, gcc-internal-format, gfc-internal-format
74137 msgid "argument list function at %C"
74138 msgstr "функція списку аргументів, %C"
74140 #: fortran/primary.cc:1881
74141 #, gcc-internal-format, gfc-internal-format
74142 msgid "Expected alternate return label at %C"
74143 msgstr ""
74145 #: fortran/primary.cc:1928
74146 #, gcc-internal-format, gfc-internal-format
74147 msgid "Missing keyword name in actual argument list at %C"
74148 msgstr "Пропущено назву ключового слова у справжньому списку аргументів, %C"
74150 #: fortran/primary.cc:1974
74151 #, gcc-internal-format, gfc-internal-format
74152 msgid "Syntax error in argument list at %C"
74153 msgstr "Синтаксична помилку у списку аргументів, %C"
74155 #: fortran/primary.cc:1995
74156 #, gcc-internal-format
74157 msgid "extend_ref(): Bad tail"
74158 msgstr ""
74160 #: fortran/primary.cc:2073
74161 #, gcc-internal-format
74162 msgid "Array section designator, e.g. %<(:)%>, is required besides the coarray designator %<[...]%> at %C"
74163 msgstr ""
74165 #: fortran/primary.cc:2081
74166 #, gcc-internal-format
74167 msgid "Coarray designator at %C but %qs is not a coarray"
74168 msgstr ""
74170 #: fortran/primary.cc:2233
74171 #, gcc-internal-format
74172 msgid "Symbol %qs at %C has no IMPLICIT type"
74173 msgstr ""
74175 #: fortran/primary.cc:2240
74176 #, gcc-internal-format
74177 msgid "Unexpected %<%c%> for nonderived-type variable %qs at %C"
74178 msgstr ""
74180 #: fortran/primary.cc:2261
74181 #, gcc-internal-format, gfc-internal-format
74182 msgid "Expected structure component name at %C"
74183 msgstr "У %C мало бути вказано назву компонента структури"
74185 #: fortran/primary.cc:2281 fortran/primary.cc:2423
74186 #, gcc-internal-format, gfc-internal-format
74187 msgid "RE or IM part_ref at %C"
74188 msgstr ""
74190 #: fortran/primary.cc:2300 fortran/primary.cc:2428
74191 #, gcc-internal-format, gfc-internal-format
74192 msgid "The RE or IM part_ref at %C must be applied to a COMPLEX expression"
74193 msgstr ""
74195 #: fortran/primary.cc:2307 fortran/primary.cc:2441
74196 #, gcc-internal-format, gfc-internal-format
74197 msgid "The LEN part_ref at %C must be applied to a CHARACTER expression"
74198 msgstr ""
74200 #: fortran/primary.cc:2366
74201 #, gcc-internal-format, gfc-internal-format
74202 msgid "Expected argument list at %C"
74203 msgstr "У %C мало бути вказано список аргументів"
74205 #: fortran/primary.cc:2384
74206 #, gcc-internal-format
74207 msgid "%qs at %C is not an inquiry reference to an intrinsic type component %qs"
74208 msgstr ""
74210 #: fortran/primary.cc:2387
74211 #, gcc-internal-format
74212 msgid "%qs at %C is not an inquiry reference to an intrinsic type component"
74213 msgstr ""
74215 #: fortran/primary.cc:2457
74216 #, gcc-internal-format, gfc-internal-format
74217 msgid "The KIND part_ref at %C must be applied to an expression of intrinsic type"
74218 msgstr ""
74220 #: fortran/primary.cc:2485
74221 #, gcc-internal-format
74222 msgid "Procedure pointer component %qs requires an argument list at %C"
74223 msgstr ""
74225 #: fortran/primary.cc:2588
74226 #, gcc-internal-format, gfc-internal-format
74227 msgid "Nonpolymorphic reference to abstract type at %C"
74228 msgstr ""
74230 #: fortran/primary.cc:2595
74231 #, gcc-internal-format, gfc-internal-format
74232 msgid "Coindexed procedure-pointer component at %C"
74233 msgstr ""
74235 #: fortran/primary.cc:2631
74236 #, gcc-internal-format
74237 msgid "gfc_variable_attr(): Expression isn't a variable"
74238 msgstr "gfc_variable_attr(): вираз не є змінною"
74240 #: fortran/primary.cc:2822
74241 #, gcc-internal-format
74242 msgid "gfc_caf_attr(): Expression isn't a variable"
74243 msgstr "gfc_caf_attr(): вираз не є змінною"
74245 #: fortran/primary.cc:2879
74246 #, gcc-internal-format
74247 msgid "gfc_caf_attr(): Bad array reference"
74248 msgstr "gfc_caf_attr(): помилкове посилання на масив"
74250 #: fortran/primary.cc:3058
74251 #, gcc-internal-format
74252 msgid "No initializer for allocatable component %qs given in the structure constructor at %C"
74253 msgstr ""
74255 #: fortran/primary.cc:3069
74256 #, gcc-internal-format, gfc-internal-format
74257 msgid "Structure constructor with missing optional arguments at %C"
74258 msgstr ""
74260 #: fortran/primary.cc:3078
74261 #, gcc-internal-format
74262 msgid "No initializer for component %qs given in the structure constructor at %C"
74263 msgstr ""
74265 #: fortran/primary.cc:3126
74266 #, gcc-internal-format
74267 msgid "Cannot construct ABSTRACT type %qs at %L"
74268 msgstr ""
74270 #: fortran/primary.cc:3146
74271 #, gcc-internal-format, gfc-internal-format
74272 msgid "Structure constructor with named arguments at %C"
74273 msgstr ""
74275 #: fortran/primary.cc:3161
74276 #, gcc-internal-format, gfc-internal-format
74277 msgid "Component initializer without name after component named %s at %L"
74278 msgstr ""
74280 #: fortran/primary.cc:3166
74281 #, gcc-internal-format, gfc-internal-format
74282 msgid "Too many components in structure constructor at %L"
74283 msgstr "Забагато компонентів у конструкторі структури, %L"
74285 #: fortran/primary.cc:3224
74286 #, gcc-internal-format, gfc-internal-format
74287 msgid "CHARACTER expression will be truncated in constructor (%ld/%ld) at %L"
74288 msgstr ""
74290 #: fortran/primary.cc:3242
74291 #, gcc-internal-format
74292 msgid "Component %qs is initialized twice in the structure constructor at %L"
74293 msgstr ""
74295 #: fortran/primary.cc:3254
74296 #, gcc-internal-format
74297 msgid "Coindexed expression to pointer component %qs in structure constructor at %L"
74298 msgstr ""
74300 #: fortran/primary.cc:3308
74301 #, gcc-internal-format
74302 msgid "component %qs at %L has already been set by a parent derived type constructor"
74303 msgstr ""
74305 #: fortran/primary.cc:3473
74306 #, gcc-internal-format, gfc-internal-format
74307 msgid "%%LOC() as an rvalue at %C"
74308 msgstr ""
74310 #: fortran/primary.cc:3532
74311 #, gcc-internal-format
74312 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)"
74313 msgstr ""
74315 #: fortran/primary.cc:3563 fortran/primary.cc:3965
74316 #, gcc-internal-format, gfc-internal-format
74317 msgid "Symbol at %C is not appropriate for an expression"
74318 msgstr "Символ у %C є відповідним для виразу"
74320 #: fortran/primary.cc:3668
74321 #, gcc-internal-format
74322 msgid "Unexpected use of subroutine name %qs at %C"
74323 msgstr "Неочікуване використання назви підпрограми %qs, %C"
74325 #: fortran/primary.cc:3700
74326 #, gcc-internal-format
74327 msgid "Statement function %qs requires argument list at %C"
74328 msgstr ""
74330 #: fortran/primary.cc:3703
74331 #, gcc-internal-format
74332 msgid "Function %qs requires an argument list at %C"
74333 msgstr "Функція %qs потребує списку аргументів, %C"
74335 #: fortran/primary.cc:3753
74336 #, gcc-internal-format
74337 msgid "Missing argument to %qs at %C"
74338 msgstr "Пропущено аргумент %qs, %C"
74340 #: fortran/primary.cc:3766
74341 #, gcc-internal-format, gfc-internal-format
74342 msgid "The leftmost part-ref in a data-ref cannot be a function reference at %C"
74343 msgstr ""
74345 #: fortran/primary.cc:3921
74346 #, gcc-internal-format
74347 msgid "Missing argument list in function %qs at %C"
74348 msgstr "Пропущено список аргументів у функції %qs, %C"
74350 #: fortran/primary.cc:4035
74351 #, gcc-internal-format
74352 msgid "Derived type %qs cannot be used as a variable at %C"
74353 msgstr "Похідний тип %qs не можна використовувати як змінну у %C"
74355 #: fortran/primary.cc:4076
74356 #, gcc-internal-format, gfc-internal-format
74357 msgid "Named constant at %C in an EQUIVALENCE"
74358 msgstr "Іменована стала у %C в EQUIVALENCE"
74360 #: fortran/primary.cc:4081
74361 #, gcc-internal-format
74362 msgid "PARAMETER %qs shall not appear in a DATA statement at %C"
74363 msgstr ""
74365 #: fortran/primary.cc:4117
74366 #, gcc-internal-format
74367 msgid "%qs at %C is not a variable"
74368 msgstr "%qs у %C не є змінною"
74370 #: fortran/resolve.cc:123
74371 #, gcc-internal-format
74372 msgid "%qs at %L is of the ABSTRACT type %qs"
74373 msgstr ""
74375 #: fortran/resolve.cc:126
74376 #, gcc-internal-format
74377 msgid "ABSTRACT type %qs used at %L"
74378 msgstr ""
74380 #: fortran/resolve.cc:143
74381 #, gcc-internal-format
74382 msgid "Interface %qs at %L is declared in a later PROCEDURE statement"
74383 msgstr ""
74385 #: fortran/resolve.cc:156
74386 #, gcc-internal-format
74387 msgid "Interface %qs at %L may not be generic"
74388 msgstr ""
74390 #: fortran/resolve.cc:163
74391 #, gcc-internal-format
74392 msgid "Interface %qs at %L may not be a statement function"
74393 msgstr ""
74395 #: fortran/resolve.cc:172
74396 #, gcc-internal-format
74397 msgid "Intrinsic procedure %qs not allowed in PROCEDURE statement at %L"
74398 msgstr ""
74400 #: fortran/resolve.cc:178
74401 #, gcc-internal-format
74402 msgid "Interface %qs at %L must be explicit"
74403 msgstr ""
74405 #: fortran/resolve.cc:200
74406 #, gcc-internal-format
74407 msgid "PROCEDURE %qs at %L may not be used as its own interface"
74408 msgstr ""
74410 #: fortran/resolve.cc:300
74411 #, gcc-internal-format
74412 msgid "Alternate return specifier in elemental subroutine %qs at %L is not allowed"
74413 msgstr ""
74415 #: fortran/resolve.cc:304
74416 #, gcc-internal-format
74417 msgid "Alternate return specifier in function %qs at %L is not allowed"
74418 msgstr ""
74420 #: fortran/resolve.cc:315
74421 #, gcc-internal-format
74422 msgid "Self-referential argument %qs at %L is not allowed"
74423 msgstr "Не можна використовувати аргумент, який посилається на себе, %qs у %L"
74425 #: fortran/resolve.cc:387
74426 #, gcc-internal-format
74427 msgid "Dummy procedure %qs of PURE procedure at %L must also be PURE"
74428 msgstr ""
74430 #: fortran/resolve.cc:397
74431 #, gcc-internal-format
74432 msgid "Argument %qs of pure function %qs at %L with VALUE attribute but without INTENT(IN)"
74433 msgstr ""
74435 #: fortran/resolve.cc:402
74436 #, gcc-internal-format
74437 msgid "Argument %qs of pure function %qs at %L must be INTENT(IN) or VALUE"
74438 msgstr ""
74440 #: fortran/resolve.cc:410
74441 #, gcc-internal-format
74442 msgid "Argument %qs of pure subroutine %qs at %L with VALUE attribute but without INTENT"
74443 msgstr ""
74445 #: fortran/resolve.cc:415
74446 #, gcc-internal-format
74447 msgid "Argument %qs of pure subroutine %qs at %L must have its INTENT specified or have the VALUE attribute"
74448 msgstr ""
74450 #: fortran/resolve.cc:425
74451 #, gcc-internal-format
74452 msgid "INTENT(OUT) argument %qs of pure procedure %qs at %L may not be polymorphic"
74453 msgstr ""
74455 #: fortran/resolve.cc:458
74456 #, gcc-internal-format
74457 msgid "Coarray dummy argument %qs at %L to elemental procedure"
74458 msgstr ""
74460 #: fortran/resolve.cc:466
74461 #, gcc-internal-format
74462 msgid "Argument %qs of elemental procedure at %L must be scalar"
74463 msgstr ""
74465 #: fortran/resolve.cc:475
74466 #, gcc-internal-format
74467 msgid "Argument %qs of elemental procedure at %L cannot have the ALLOCATABLE attribute"
74468 msgstr ""
74470 #: fortran/resolve.cc:485
74471 #, gcc-internal-format
74472 msgid "Argument %qs of elemental procedure at %L cannot have the POINTER attribute"
74473 msgstr ""
74475 #: fortran/resolve.cc:493
74476 #, gcc-internal-format
74477 msgid "Dummy procedure %qs not allowed in elemental procedure %qs at %L"
74478 msgstr ""
74480 #: fortran/resolve.cc:502
74481 #, gcc-internal-format
74482 msgid "Argument %qs of elemental procedure %qs at %L must have its INTENT specified or have the VALUE attribute"
74483 msgstr ""
74485 #. F03:C1263 (R1238) The function-name and each dummy-arg-name
74486 #. shall be specified, explicitly or implicitly, to be scalar.
74487 #: fortran/resolve.cc:517
74488 #, fuzzy, gcc-internal-format
74489 #| msgid "Argument '%s' of statement function '%s' at %L must be scalar"
74490 msgid "Argument %qs of statement function %qs at %L must be scalar"
74491 msgstr "Аргумент «%s» функції інструкції «%s» у %L має бути скаляром"
74493 #: fortran/resolve.cc:528
74494 #, gcc-internal-format
74495 msgid "Character-valued argument %qs of statement function at %L must have constant length"
74496 msgstr ""
74498 #: fortran/resolve.cc:577
74499 #, gcc-internal-format
74500 msgid "Contained procedure %qs at %L has the same name as its encompassing procedure"
74501 msgstr ""
74503 #: fortran/resolve.cc:597
74504 #, gcc-internal-format
74505 msgid "Contained function %qs at %L has no IMPLICIT type"
74506 msgstr ""
74508 #: fortran/resolve.cc:600
74509 #, gcc-internal-format
74510 msgid "Result %qs of contained function %qs at %L has no IMPLICIT type"
74511 msgstr ""
74513 #: fortran/resolve.cc:626
74514 #, gcc-internal-format
74515 msgid "Character-valued module procedure %qs at %L must not be assumed length"
74516 msgstr ""
74518 #: fortran/resolve.cc:628
74519 #, gcc-internal-format
74520 msgid "Character-valued internal function %qs at %L must not be assumed length"
74521 msgstr ""
74523 #: fortran/resolve.cc:800
74524 #, gcc-internal-format, gfc-internal-format
74525 msgid "Function %s at %L has entries with mismatched array specifications"
74526 msgstr ""
74528 #: fortran/resolve.cc:811
74529 #, gcc-internal-format, gfc-internal-format
74530 msgid "Function %s at %L has entry %s with mismatched characteristics"
74531 msgstr ""
74533 #: fortran/resolve.cc:826
74534 #, gcc-internal-format, gfc-internal-format
74535 msgid "Function %s at %L with entries returning variables of different string lengths"
74536 msgstr ""
74538 #: fortran/resolve.cc:853
74539 #, gcc-internal-format, gfc-internal-format
74540 msgid "FUNCTION result %s cannot be an array in FUNCTION %s at %L"
74541 msgstr ""
74543 #: fortran/resolve.cc:857
74544 #, gcc-internal-format, gfc-internal-format
74545 msgid "ENTRY result %s cannot be an array in FUNCTION %s at %L"
74546 msgstr ""
74548 #: fortran/resolve.cc:864
74549 #, gcc-internal-format, gfc-internal-format
74550 msgid "FUNCTION result %s cannot be a POINTER in FUNCTION %s at %L"
74551 msgstr ""
74553 #: fortran/resolve.cc:868
74554 #, gcc-internal-format, gfc-internal-format
74555 msgid "ENTRY result %s cannot be a POINTER in FUNCTION %s at %L"
74556 msgstr ""
74558 #: fortran/resolve.cc:906
74559 #, gcc-internal-format, gfc-internal-format
74560 msgid "FUNCTION result %s cannot be of type %s in FUNCTION %s at %L"
74561 msgstr ""
74563 #: fortran/resolve.cc:911
74564 #, gcc-internal-format, gfc-internal-format
74565 msgid "ENTRY result %s cannot be of type %s in FUNCTION %s at %L"
74566 msgstr ""
74568 #: fortran/resolve.cc:958
74569 #, gcc-internal-format
74570 msgid "Global entity %qs at %L cannot appear in a COMMON block at %L"
74571 msgstr ""
74573 #: fortran/resolve.cc:962
74574 #, gcc-internal-format
74575 msgid "Global entity %qs at %L cannot appear in a COMMON block"
74576 msgstr ""
74578 #: fortran/resolve.cc:972
74579 #, gcc-internal-format, gfc-internal-format
74580 msgid "COMMON block at %L"
74581 msgstr ""
74583 #: fortran/resolve.cc:979
74584 #, gcc-internal-format
74585 msgid "Variable %qs at %L is in COMMON but only in BLOCK DATA initialization is allowed"
74586 msgstr ""
74588 #: fortran/resolve.cc:983
74589 #, gcc-internal-format
74590 msgid "Initialized variable %qs at %L is in a blank COMMON but initialization is only allowed in named common blocks"
74591 msgstr ""
74593 #: fortran/resolve.cc:990
74594 #, gcc-internal-format
74595 msgid "%qs at %L cannot appear in COMMON [F2008:C5100]"
74596 msgstr ""
74598 #: fortran/resolve.cc:998
74599 #, gcc-internal-format
74600 msgid "Derived type variable %qs in COMMON at %L has neither the SEQUENCE nor the BIND(C) attribute"
74601 msgstr ""
74603 #: fortran/resolve.cc:1002
74604 #, gcc-internal-format
74605 msgid "Derived type variable %qs in COMMON at %L has an ultimate component that is allocatable"
74606 msgstr ""
74608 #: fortran/resolve.cc:1006
74609 #, gcc-internal-format
74610 msgid "Derived type variable %qs in COMMON at %L may not have default initializer"
74611 msgstr ""
74613 #: fortran/resolve.cc:1050
74614 #, gcc-internal-format
74615 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"
74616 msgstr ""
74618 #: fortran/resolve.cc:1064
74619 #, gcc-internal-format
74620 msgid "COMMON block %qs at %L uses the same global identifier as entity at %L"
74621 msgstr ""
74623 #: fortran/resolve.cc:1072
74624 #, gcc-internal-format
74625 msgid "Fortran 2008: COMMON block %qs with binding label at %L sharing the identifier with global non-COMMON-block entity at %L"
74626 msgstr ""
74628 #: fortran/resolve.cc:1094
74629 #, gcc-internal-format
74630 msgid "COMMON block at %L with binding label %qs uses the same global identifier as entity at %L"
74631 msgstr ""
74633 #: fortran/resolve.cc:1115
74634 #, gcc-internal-format
74635 msgid "COMMON block %qs at %L is used as PARAMETER at %L"
74636 msgstr ""
74638 #: fortran/resolve.cc:1119
74639 #, gcc-internal-format
74640 msgid "COMMON block %qs at %L cannot have the EXTERNAL attribute"
74641 msgstr ""
74643 #: fortran/resolve.cc:1123
74644 #, gcc-internal-format
74645 msgid "COMMON block %qs at %L is also an intrinsic procedure"
74646 msgstr ""
74648 #: fortran/resolve.cc:1127
74649 #, gcc-internal-format
74650 msgid "COMMON block %qs at %L that is also a function result"
74651 msgstr ""
74653 #: fortran/resolve.cc:1132
74654 #, gcc-internal-format
74655 msgid "COMMON block %qs at %L that is also a global procedure"
74656 msgstr ""
74658 #: fortran/resolve.cc:1199
74659 #, gcc-internal-format
74660 msgid "The KIND parameter %qs in the PDT constructor at %C has no value"
74661 msgstr ""
74663 #: fortran/resolve.cc:1339
74664 #, gcc-internal-format, gfc-internal-format
74665 msgid "The rank of the element in the structure constructor at %L does not match that of the component (%d/%d)"
74666 msgstr ""
74668 #: fortran/resolve.cc:1360
74669 #, gcc-internal-format
74670 msgid "The element in the structure constructor at %L, for pointer component %qs, is %s but should be %s"
74671 msgstr ""
74673 #: fortran/resolve.cc:1392
74674 #, gcc-internal-format
74675 msgid "Unequal character lengths (%wd/%wd) for pointer component %qs in constructor at %L"
74676 msgstr ""
74678 #: fortran/resolve.cc:1437
74679 #, gcc-internal-format
74680 msgid "The NULL in the structure constructor at %L is being applied to component %qs, which is neither a POINTER nor ALLOCATABLE"
74681 msgstr ""
74683 #: fortran/resolve.cc:1471
74684 #, gcc-internal-format
74685 msgid "Interface mismatch for procedure-pointer component %qs in structure constructor at %L: %s"
74686 msgstr ""
74688 #: fortran/resolve.cc:1490
74689 #, gcc-internal-format
74690 msgid "Bad array spec of component %qs referenced in structure constructor at %L"
74691 msgstr ""
74693 #: fortran/resolve.cc:1503
74694 #, gcc-internal-format
74695 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)"
74696 msgstr ""
74698 #: fortran/resolve.cc:1524
74699 #, gcc-internal-format
74700 msgid "The element in the structure constructor at %L, for pointer component %qs should be a POINTER or a TARGET"
74701 msgstr ""
74703 #: fortran/resolve.cc:1553
74704 #, gcc-internal-format
74705 msgid "Invalid expression in the structure constructor for pointer component %qs at %L in PURE procedure"
74706 msgstr ""
74708 #: fortran/resolve.cc:1677
74709 #, gcc-internal-format
74710 msgid "The upper bound in the last dimension must appear in the reference to the assumed size array %qs at %L"
74711 msgstr ""
74713 #: fortran/resolve.cc:1739
74714 #, gcc-internal-format
74715 msgid "%qs at %L is ambiguous"
74716 msgstr ""
74718 #: fortran/resolve.cc:1743
74719 #, gcc-internal-format
74720 msgid "GENERIC procedure %qs is not allowed as an actual argument at %L"
74721 msgstr ""
74723 #: fortran/resolve.cc:1864
74724 #, gcc-internal-format
74725 msgid "Type specified for intrinsic function %qs at %L is ignored"
74726 msgstr ""
74728 #: fortran/resolve.cc:1877
74729 #, gcc-internal-format
74730 msgid "Intrinsic subroutine %qs at %L shall not have a type specifier"
74731 msgstr ""
74733 #: fortran/resolve.cc:1888
74734 #, gcc-internal-format
74735 msgid "%qs declared INTRINSIC at %L does not exist"
74736 msgstr ""
74738 #: fortran/resolve.cc:1901
74739 #, gcc-internal-format
74740 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."
74741 msgstr ""
74743 #: fortran/resolve.cc:1937
74744 #, gcc-internal-format
74745 msgid "Non-RECURSIVE procedure %qs at %L is possibly calling itself recursively.  Declare it RECURSIVE or use %<-frecursive%>"
74746 msgstr ""
74748 #: fortran/resolve.cc:1995 fortran/resolve.cc:10389 fortran/resolve.cc:12161
74749 #, gcc-internal-format, gfc-internal-format
74750 msgid "Label %d referenced at %L is never defined"
74751 msgstr ""
74753 #: fortran/resolve.cc:2027
74754 #, gcc-internal-format
74755 msgid "Derived type %qs is used as an actual argument at %L"
74756 msgstr ""
74758 #: fortran/resolve.cc:2045
74759 #, gcc-internal-format
74760 msgid "Statement function %qs at %L is not allowed as an actual argument"
74761 msgstr ""
74763 #: fortran/resolve.cc:2053
74764 #, gcc-internal-format
74765 msgid "Intrinsic %qs at %L is not allowed as an actual argument"
74766 msgstr ""
74768 #: fortran/resolve.cc:2060
74769 #, gcc-internal-format
74770 msgid "Internal procedure %qs is used as actual argument at %L"
74771 msgstr ""
74773 #: fortran/resolve.cc:2068
74774 #, gcc-internal-format
74775 msgid "ELEMENTAL non-INTRINSIC procedure %qs is not allowed as an actual argument at %L"
74776 msgstr ""
74778 #: fortran/resolve.cc:2095
74779 #, gcc-internal-format
74780 msgid "Unable to find a specific INTRINSIC procedure for the reference %qs at %L"
74781 msgstr ""
74783 #: fortran/resolve.cc:2117
74784 #, gcc-internal-format
74785 msgid "Symbol %qs at %L is ambiguous"
74786 msgstr ""
74788 #: fortran/resolve.cc:2172
74789 #, gcc-internal-format, gfc-internal-format
74790 msgid "By-value argument at %L is not of numeric type"
74791 msgstr ""
74793 #: fortran/resolve.cc:2179
74794 #, gcc-internal-format, gfc-internal-format
74795 msgid "By-value argument at %L cannot be an array or an array section"
74796 msgstr ""
74798 #: fortran/resolve.cc:2193
74799 #, gcc-internal-format, gfc-internal-format
74800 msgid "By-value argument at %L is not allowed in this context"
74801 msgstr ""
74803 #: fortran/resolve.cc:2205
74804 #, gcc-internal-format, gfc-internal-format
74805 msgid "Passing internal procedure at %L by location not allowed"
74806 msgstr ""
74808 #: fortran/resolve.cc:2216
74809 #, gcc-internal-format
74810 msgid "ELEMENTAL procedure pointer component %qs is not allowed as an actual argument at %L"
74811 msgstr ""
74813 #: fortran/resolve.cc:2225
74814 #, gcc-internal-format, gfc-internal-format
74815 msgid "Coindexed actual argument at %L with ultimate pointer component"
74816 msgstr ""
74818 #: fortran/resolve.cc:2372
74819 #, gcc-internal-format
74820 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)"
74821 msgstr ""
74823 #: fortran/resolve.cc:2411
74824 #, gcc-internal-format
74825 msgid "Actual argument at %L for INTENT(%s) dummy %qs of ELEMENTAL subroutine %qs is a scalar, but another actual argument is an array"
74826 msgstr ""
74828 #: fortran/resolve.cc:2685
74829 #, gcc-internal-format
74830 msgid "Return type mismatch of function %qs at %L (%s/%s)"
74831 msgstr ""
74833 #: fortran/resolve.cc:2712
74834 #, gcc-internal-format
74835 msgid "Interface mismatch in global procedure %qs at %L: %s"
74836 msgstr ""
74838 #: fortran/resolve.cc:2818
74839 #, gcc-internal-format
74840 msgid "There is no specific function for the generic %qs at %L"
74841 msgstr ""
74843 #: fortran/resolve.cc:2838
74844 #, gcc-internal-format
74845 msgid "Generic function %qs at %L is not consistent with a specific intrinsic interface"
74846 msgstr ""
74848 #: fortran/resolve.cc:2876
74849 #, gcc-internal-format
74850 msgid "Function %qs at %L is INTRINSIC but is not compatible with an intrinsic"
74851 msgstr ""
74853 #: fortran/resolve.cc:2931
74854 #, gcc-internal-format
74855 msgid "Unable to resolve the specific function %qs at %L"
74856 msgstr ""
74858 #: fortran/resolve.cc:3008
74859 #, gcc-internal-format
74860 msgid "Missing explicit declaration with EXTERNAL attribute for symbol %qs at %L"
74861 msgstr ""
74863 #: fortran/resolve.cc:3040
74864 #, gcc-internal-format
74865 msgid "Function %qs at %L has no IMPLICIT type; did you mean %qs?"
74866 msgstr ""
74868 #: fortran/resolve.cc:3044 fortran/resolve.cc:17382
74869 #, gcc-internal-format
74870 msgid "Function %qs at %L has no IMPLICIT type"
74871 msgstr ""
74873 #: fortran/resolve.cc:3168
74874 #, gcc-internal-format
74875 msgid "Reference to impure function %qs at %L inside a FORALL %s"
74876 msgstr ""
74878 #: fortran/resolve.cc:3175
74879 #, gcc-internal-format
74880 msgid "Reference to impure function %qs at %L inside a DO CONCURRENT %s"
74881 msgstr ""
74883 #: fortran/resolve.cc:3182
74884 #, gcc-internal-format
74885 msgid "Reference to impure function %qs at %L within a PURE procedure"
74886 msgstr ""
74888 #: fortran/resolve.cc:3249
74889 #, gcc-internal-format
74890 msgid "Unexpected junk after %qs at %L"
74891 msgstr ""
74893 #: fortran/resolve.cc:3260
74894 #, gcc-internal-format
74895 msgid "%qs at %L is not a function"
74896 msgstr ""
74898 #: fortran/resolve.cc:3268 fortran/resolve.cc:3765
74899 #, gcc-internal-format
74900 msgid "ABSTRACT INTERFACE %qs must not be referenced at %L"
74901 msgstr ""
74903 #: fortran/resolve.cc:3280
74904 #, gcc-internal-format
74905 msgid "ABSTRACT INTERFACE %qs at %L must not have an assumed character length result (F2008: C418)"
74906 msgstr ""
74908 #. Internal procedures are taken care of in resolve_contained_fntype.
74909 #: fortran/resolve.cc:3323
74910 #, gcc-internal-format
74911 msgid "Function %qs is declared CHARACTER(*) and cannot be used at %L since it is not a dummy argument"
74912 msgstr ""
74914 #: fortran/resolve.cc:3357
74915 #, gcc-internal-format
74916 msgid "resolve_function(): bad function type"
74917 msgstr ""
74919 #: fortran/resolve.cc:3371
74920 #, gcc-internal-format, gfc-internal-format
74921 msgid "A BOZ literal constant at %L cannot appear as an actual argument in a function reference"
74922 msgstr ""
74924 #: fortran/resolve.cc:3387
74925 #, gcc-internal-format
74926 msgid "User defined non-ELEMENTAL function %qs at %L not allowed in WORKSHARE construct"
74927 msgstr ""
74929 #: fortran/resolve.cc:3449
74930 #, gcc-internal-format
74931 msgid "ENTRY %qs at %L cannot be called recursively, as function %qs is not RECURSIVE"
74932 msgstr ""
74934 #: fortran/resolve.cc:3453
74935 #, gcc-internal-format
74936 msgid "Function %qs at %L cannot be called recursively, as it is not RECURSIVE"
74937 msgstr ""
74939 #: fortran/resolve.cc:3493
74940 #, gcc-internal-format
74941 msgid "Using function %qs at %L is deprecated"
74942 msgstr "Використання функції %qs у %L вважається застарілим"
74944 #: fortran/resolve.cc:3509
74945 #, gcc-internal-format
74946 msgid "Subroutine call to %qs in FORALL block at %L is not PURE"
74947 msgstr ""
74949 #: fortran/resolve.cc:3515
74950 #, gcc-internal-format
74951 msgid "Subroutine call to %qs in DO CONCURRENT block at %L is not PURE"
74952 msgstr ""
74954 #: fortran/resolve.cc:3521
74955 #, gcc-internal-format
74956 msgid "Subroutine call to %qs at %L is not PURE"
74957 msgstr ""
74959 #: fortran/resolve.cc:3589
74960 #, gcc-internal-format
74961 msgid "There is no specific subroutine for the generic %qs at %L"
74962 msgstr ""
74964 #: fortran/resolve.cc:3598
74965 #, gcc-internal-format
74966 msgid "Generic subroutine %qs at %L is not consistent with an intrinsic subroutine interface"
74967 msgstr ""
74969 #: fortran/resolve.cc:3633
74970 #, gcc-internal-format
74971 msgid "Subroutine %qs at %L is INTRINSIC but is not compatible with an intrinsic"
74972 msgstr ""
74974 #: fortran/resolve.cc:3678
74975 #, gcc-internal-format
74976 msgid "Unable to resolve the specific subroutine %qs at %L"
74977 msgstr ""
74979 #: fortran/resolve.cc:3736
74980 #, gcc-internal-format
74981 msgid "%qs at %L has a type, which is not consistent with the CALL at %L"
74982 msgstr ""
74984 #: fortran/resolve.cc:3775
74985 #, gcc-internal-format
74986 msgid "ENTRY %qs at %L cannot be called recursively, as subroutine %qs is not RECURSIVE"
74987 msgstr ""
74989 #: fortran/resolve.cc:3779
74990 #, gcc-internal-format
74991 msgid "SUBROUTINE %qs at %L cannot be called recursively, as it is not RECURSIVE"
74992 msgstr ""
74994 #: fortran/resolve.cc:3824
74995 #, gcc-internal-format
74996 msgid "resolve_subroutine(): bad function type"
74997 msgstr ""
74999 #: fortran/resolve.cc:3841
75000 #, gcc-internal-format
75001 msgid "Using subroutine %qs at %L is deprecated"
75002 msgstr "Використання підпрограми %qs у %L вважається застарілим"
75004 #: fortran/resolve.cc:3868
75005 #, gcc-internal-format, gfc-internal-format
75006 msgid "Shapes for operands at %L and %L are not conformable"
75007 msgstr ""
75009 #: fortran/resolve.cc:3920
75010 #, gcc-internal-format
75011 msgid "logical_to_bitwise(): Bad intrinsic"
75012 msgstr ""
75014 #: fortran/resolve.cc:4023
75015 #, gcc-internal-format
75016 msgid "Impure function %qs at %L might not be evaluated"
75017 msgstr ""
75019 #: fortran/resolve.cc:4027
75020 #, gcc-internal-format, gfc-internal-format
75021 msgid "Impure function at %L might not be evaluated"
75022 msgstr ""
75024 #: fortran/resolve.cc:4104
75025 #, gcc-internal-format
75026 msgid "BOZ literal constant at %L cannot be an operand of unary operator %qs"
75027 msgstr ""
75029 #: fortran/resolve.cc:4128
75030 #, gcc-internal-format
75031 msgid "Operands at %L and %L cannot appear as operands of binary operator %qs"
75032 msgstr ""
75034 #: fortran/resolve.cc:4302 fortran/resolve.cc:4317
75035 #, gcc-internal-format, gfc-internal-format
75036 msgid "BOZ literal constant near %L cannot appear as an operand of a relational operator"
75037 msgstr ""
75039 #: fortran/resolve.cc:4356
75040 #, gcc-internal-format, gfc-internal-format
75041 msgid "Equality comparison for %s at %L"
75042 msgstr ""
75044 #: fortran/resolve.cc:4358
75045 #, gcc-internal-format, gfc-internal-format
75046 msgid "Inequality comparison for %s at %L"
75047 msgstr ""
75049 #: fortran/resolve.cc:4418
75050 #, gcc-internal-format
75051 msgid "resolve_operator(): Bad intrinsic"
75052 msgstr ""
75054 #: fortran/resolve.cc:4704
75055 #, gcc-internal-format, gfc-internal-format
75056 msgid "Array reference at %L is out of bounds (%ld < %ld) in dimension %d"
75057 msgstr ""
75059 #: fortran/resolve.cc:4709
75060 #, gcc-internal-format, gfc-internal-format
75061 msgid "Array reference at %L is out of bounds (%ld < %ld) in codimension %d"
75062 msgstr ""
75064 #: fortran/resolve.cc:4719
75065 #, gcc-internal-format, gfc-internal-format
75066 msgid "Array reference at %L is out of bounds (%ld > %ld) in dimension %d"
75067 msgstr ""
75069 #: fortran/resolve.cc:4724
75070 #, gcc-internal-format, gfc-internal-format
75071 msgid "Array reference at %L is out of bounds (%ld > %ld) in codimension %d"
75072 msgstr ""
75074 #: fortran/resolve.cc:4745
75075 #, gcc-internal-format, gfc-internal-format
75076 msgid "Illegal stride of zero at %L"
75077 msgstr ""
75079 #: fortran/resolve.cc:4762
75080 #, gcc-internal-format, gfc-internal-format
75081 msgid "Lower array reference at %L is out of bounds (%ld < %ld) in dimension %d"
75082 msgstr ""
75084 #: fortran/resolve.cc:4770
75085 #, gcc-internal-format, gfc-internal-format
75086 msgid "Lower array reference at %L is out of bounds (%ld > %ld) in dimension %d"
75087 msgstr ""
75089 #: fortran/resolve.cc:4786
75090 #, gcc-internal-format, gfc-internal-format
75091 msgid "Upper array reference at %L is out of bounds (%ld < %ld) in dimension %d"
75092 msgstr ""
75094 #: fortran/resolve.cc:4795
75095 #, gcc-internal-format, gfc-internal-format
75096 msgid "Upper array reference at %L is out of bounds (%ld > %ld) in dimension %d"
75097 msgstr ""
75099 #: fortran/resolve.cc:4811
75100 #, gcc-internal-format
75101 msgid "check_dimension(): Bad array reference"
75102 msgstr ""
75104 #: fortran/resolve.cc:4834
75105 #, gcc-internal-format, gfc-internal-format
75106 msgid "Rightmost upper bound of assumed size array section not specified at %L"
75107 msgstr ""
75109 #: fortran/resolve.cc:4844
75110 #, gcc-internal-format, gfc-internal-format
75111 msgid "Rank mismatch in array reference at %L (%d/%d)"
75112 msgstr ""
75114 #: fortran/resolve.cc:4852
75115 #, gcc-internal-format, gfc-internal-format
75116 msgid "Coindex rank mismatch in array reference at %L (%d/%d)"
75117 msgstr ""
75119 #: fortran/resolve.cc:4868
75120 #, gcc-internal-format, gfc-internal-format
75121 msgid "Coindex of codimension %d must be a scalar at %L"
75122 msgstr ""
75124 #: fortran/resolve.cc:4896
75125 #, gcc-internal-format, gfc-internal-format
75126 msgid "Array index at %L must be scalar"
75127 msgstr ""
75129 #: fortran/resolve.cc:4902
75130 #, gcc-internal-format, gfc-internal-format
75131 msgid "Array index at %L must be of INTEGER type, found %s"
75132 msgstr ""
75134 #: fortran/resolve.cc:4908
75135 #, gcc-internal-format, gfc-internal-format
75136 msgid "REAL array index at %L"
75137 msgstr ""
75139 #: fortran/resolve.cc:4947
75140 #, gcc-internal-format, gfc-internal-format
75141 msgid "Argument dim at %L must be scalar"
75142 msgstr ""
75144 #: fortran/resolve.cc:4954
75145 #, gcc-internal-format, gfc-internal-format
75146 msgid "Argument dim at %L must be of INTEGER type"
75147 msgstr ""
75149 #: fortran/resolve.cc:5014
75150 #, gcc-internal-format, gfc-internal-format
75151 msgid "Invalid array reference of a non-array entity at %L"
75152 msgstr ""
75154 #: fortran/resolve.cc:5028
75155 #, gcc-internal-format
75156 msgid "find_array_spec(): unused as(1)"
75157 msgstr ""
75159 #: fortran/resolve.cc:5040
75160 #, gcc-internal-format
75161 msgid "find_array_spec(): unused as(2)"
75162 msgstr ""
75164 #: fortran/resolve.cc:5085
75165 #, gcc-internal-format, gfc-internal-format
75166 msgid "Array index at %L is an array of rank %d"
75167 msgstr ""
75169 #: fortran/resolve.cc:5183
75170 #, gcc-internal-format, gfc-internal-format
75171 msgid "Substring start index at %L must be of type INTEGER"
75172 msgstr ""
75174 #: fortran/resolve.cc:5190
75175 #, gcc-internal-format, gfc-internal-format
75176 msgid "Substring start index at %L must be scalar"
75177 msgstr ""
75179 #: fortran/resolve.cc:5212
75180 #, gcc-internal-format, gfc-internal-format
75181 msgid "Substring end index at %L must be of type INTEGER"
75182 msgstr ""
75184 #: fortran/resolve.cc:5219
75185 #, gcc-internal-format, gfc-internal-format
75186 msgid "Substring end index at %L must be scalar"
75187 msgstr ""
75189 #: fortran/resolve.cc:5239
75190 #, gcc-internal-format, gfc-internal-format
75191 msgid "Substring end index at %L is too large"
75192 msgstr ""
75194 #: fortran/resolve.cc:5430
75195 #, gcc-internal-format
75196 msgid "resolve_ref(): Bad array reference"
75197 msgstr ""
75199 #: fortran/resolve.cc:5444
75200 #, gcc-internal-format, gfc-internal-format
75201 msgid "Component to the right of a part reference with nonzero rank must not have the POINTER attribute at %L"
75202 msgstr ""
75204 #: fortran/resolve.cc:5454
75205 #, gcc-internal-format, gfc-internal-format
75206 msgid "Component to the right of a part reference with nonzero rank must not have the ALLOCATABLE attribute at %L"
75207 msgstr ""
75209 #: fortran/resolve.cc:5500
75210 #, gcc-internal-format, gfc-internal-format
75211 msgid "Two or more part references with nonzero rank must not be specified at %L"
75212 msgstr ""
75214 #: fortran/resolve.cc:5592
75215 #, gcc-internal-format
75216 msgid "gfc_expression_rank(): Two array specs"
75217 msgstr ""
75219 #: fortran/resolve.cc:5674
75220 #, gcc-internal-format, gfc-internal-format
75221 msgid "Variable %s at %L with NO_ARG_CHECK attribute may only be used as actual argument"
75222 msgstr ""
75224 #: fortran/resolve.cc:5684
75225 #, gcc-internal-format, gfc-internal-format
75226 msgid "Assumed-type variable %s at %L may only be used as actual argument"
75227 msgstr ""
75229 #. FIXME: It doesn't work reliably as inquiry_argument is not set
75230 #. for all inquiry functions in resolve_function; the reason is
75231 #. that the function-name resolution happens too late in that
75232 #. function.
75233 #: fortran/resolve.cc:5694
75234 #, gcc-internal-format, gfc-internal-format
75235 msgid "Assumed-type variable %s at %L as actual argument to an inquiry function shall be the first argument"
75236 msgstr ""
75238 #: fortran/resolve.cc:5713
75239 #, gcc-internal-format, gfc-internal-format
75240 msgid "Assumed-rank variable %s at %L may only be used as actual argument"
75241 msgstr ""
75243 #. FIXME: It doesn't work reliably as inquiry_argument is not set
75244 #. for all inquiry functions in resolve_function; the reason is
75245 #. that the function-name resolution happens too late in that
75246 #. function.
75247 #: fortran/resolve.cc:5723
75248 #, gcc-internal-format, gfc-internal-format
75249 msgid "Assumed-rank variable %s at %L as actual argument to an inquiry function shall be the first argument"
75250 msgstr ""
75252 #: fortran/resolve.cc:5734
75253 #, gcc-internal-format, gfc-internal-format
75254 msgid "Variable %s at %L with NO_ARG_CHECK attribute shall not have a subobject reference"
75255 msgstr ""
75257 #: fortran/resolve.cc:5743
75258 #, gcc-internal-format, gfc-internal-format
75259 msgid "Assumed-type variable %s at %L shall not have a subobject reference"
75260 msgstr ""
75262 #: fortran/resolve.cc:5759
75263 #, gcc-internal-format, gfc-internal-format
75264 msgid "Assumed-rank variable %s at %L shall not have a subobject reference"
75265 msgstr ""
75267 #: fortran/resolve.cc:5941
75268 #, gcc-internal-format
75269 msgid "Variable %qs, used in a specification expression, is referenced at %L before the ENTRY statement in which it is a parameter"
75270 msgstr ""
75272 #: fortran/resolve.cc:5946
75273 #, gcc-internal-format
75274 msgid "Variable %qs is used at %L before the ENTRY statement in which it is a parameter"
75275 msgstr ""
75277 #: fortran/resolve.cc:6016
75278 #, gcc-internal-format, gfc-internal-format
75279 msgid "Polymorphic subobject of coindexed object at %L"
75280 msgstr ""
75282 #: fortran/resolve.cc:6029
75283 #, gcc-internal-format, gfc-internal-format
75284 msgid "Coindexed object with polymorphic allocatable subcomponent at %L"
75285 msgstr ""
75287 #: fortran/resolve.cc:6045
75288 #, gcc-internal-format
75289 msgid "Using variable %qs at %L is deprecated"
75290 msgstr "Використання змінної %qs у %L вважається застарілим"
75292 #: fortran/resolve.cc:6132
75293 #, gcc-internal-format
75294 msgid "%qs at %L is host associated at %L into a contained procedure with an internal procedure of the same name"
75295 msgstr ""
75297 #: fortran/resolve.cc:6289 fortran/resolve.cc:6441
75298 #, gcc-internal-format, gfc-internal-format
75299 msgid "Error in typebound call at %L"
75300 msgstr ""
75302 #: fortran/resolve.cc:6405
75303 #, gcc-internal-format, gfc-internal-format
75304 msgid "Passed-object at %L must be scalar"
75305 msgstr ""
75307 #: fortran/resolve.cc:6412
75308 #, gcc-internal-format
75309 msgid "Base object for procedure-pointer component call at %L is of ABSTRACT type %qs"
75310 msgstr ""
75312 #: fortran/resolve.cc:6451
75313 #, gcc-internal-format
75314 msgid "Base object for type-bound procedure call at %L is of ABSTRACT type %qs"
75315 msgstr ""
75317 #: fortran/resolve.cc:6460
75318 #, gcc-internal-format, gfc-internal-format
75319 msgid "Base object for NOPASS type-bound procedure call at %L must be scalar"
75320 msgstr ""
75322 #. Nothing matching found!
75323 #: fortran/resolve.cc:6648
75324 #, gcc-internal-format
75325 msgid "Found no matching specific binding for the call to the GENERIC %qs at %L"
75326 msgstr ""
75328 #: fortran/resolve.cc:6682
75329 #, gcc-internal-format
75330 msgid "%qs at %L should be a SUBROUTINE"
75331 msgstr ""
75333 #: fortran/resolve.cc:6734
75334 #, gcc-internal-format
75335 msgid "%qs at %L should be a FUNCTION"
75336 msgstr ""
75338 #: fortran/resolve.cc:7269
75339 #, gcc-internal-format
75340 msgid "gfc_resolve_expr(): Bad expression type"
75341 msgstr ""
75343 #: fortran/resolve.cc:7302
75344 #, gcc-internal-format, gfc-internal-format
75345 msgid "%s at %L must be a scalar"
75346 msgstr ""
75348 #: fortran/resolve.cc:7312
75349 #, gcc-internal-format, gfc-internal-format
75350 msgid "%s at %L must be integer"
75351 msgstr ""
75353 #: fortran/resolve.cc:7316 fortran/resolve.cc:7323
75354 #, gcc-internal-format, gfc-internal-format
75355 msgid "%s at %L must be INTEGER"
75356 msgstr ""
75358 #: fortran/resolve.cc:7378
75359 #, gcc-internal-format, gfc-internal-format
75360 msgid "Step expression in DO loop at %L cannot be zero"
75361 msgstr ""
75363 #: fortran/resolve.cc:7401
75364 #, gcc-internal-format, gfc-internal-format
75365 msgid "DO loop at %L will be executed zero times"
75366 msgstr ""
75368 #: fortran/resolve.cc:7418
75369 #, gcc-internal-format, gfc-internal-format
75370 msgid "DO loop at %L is undefined as it overflows"
75371 msgstr ""
75373 #: fortran/resolve.cc:7424
75374 #, gcc-internal-format, gfc-internal-format
75375 msgid "DO loop at %L is undefined as it underflows"
75376 msgstr ""
75378 #: fortran/resolve.cc:7485
75379 #, gcc-internal-format, gfc-internal-format
75380 msgid "FORALL index-name at %L must be a scalar INTEGER"
75381 msgstr ""
75383 #: fortran/resolve.cc:7490
75384 #, gcc-internal-format, gfc-internal-format
75385 msgid "FORALL start expression at %L must be a scalar INTEGER"
75386 msgstr ""
75388 #: fortran/resolve.cc:7497
75389 #, gcc-internal-format, gfc-internal-format
75390 msgid "FORALL end expression at %L must be a scalar INTEGER"
75391 msgstr ""
75393 #: fortran/resolve.cc:7505
75394 #, gcc-internal-format, gfc-internal-format
75395 msgid "FORALL stride expression at %L must be a scalar %s"
75396 msgstr ""
75398 #: fortran/resolve.cc:7510
75399 #, gcc-internal-format, gfc-internal-format
75400 msgid "FORALL stride expression at %L cannot be zero"
75401 msgstr ""
75403 #: fortran/resolve.cc:7523
75404 #, gcc-internal-format
75405 msgid "FORALL index %qs may not appear in triplet specification at %L"
75406 msgstr ""
75408 #: fortran/resolve.cc:7628 fortran/resolve.cc:7926
75409 #, gcc-internal-format, gfc-internal-format
75410 msgid "Allocate-object at %L must be ALLOCATABLE or a POINTER"
75411 msgstr ""
75413 #: fortran/resolve.cc:7636 fortran/resolve.cc:7889
75414 #, gcc-internal-format, gfc-internal-format
75415 msgid "Coindexed allocatable object at %L"
75416 msgstr ""
75418 #: fortran/resolve.cc:7746
75419 #, gcc-internal-format, gfc-internal-format
75420 msgid "Source-expr at %L must be scalar or have the same rank as the allocate-object at %L"
75421 msgstr ""
75423 #: fortran/resolve.cc:7777
75424 #, gcc-internal-format, gfc-internal-format
75425 msgid "Source-expr at %L and allocate-object at %L must have the same shape"
75426 msgstr ""
75428 #: fortran/resolve.cc:7937
75429 #, gcc-internal-format, gfc-internal-format
75430 msgid "Type of entity at %L is type incompatible with source-expr at %L"
75431 msgstr ""
75433 #: fortran/resolve.cc:7949
75434 #, gcc-internal-format, gfc-internal-format
75435 msgid "The allocate-object at %L and the source-expr at %L shall have the same kind type parameter"
75436 msgstr ""
75438 #: fortran/resolve.cc:7963
75439 #, gcc-internal-format, gfc-internal-format
75440 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"
75441 msgstr ""
75443 #: fortran/resolve.cc:7978
75444 #, gcc-internal-format, gfc-internal-format
75445 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"
75446 msgstr ""
75448 #: fortran/resolve.cc:7991
75449 #, gcc-internal-format, gfc-internal-format
75450 msgid "Allocating %s of ABSTRACT base type at %L requires a type-spec or source-expr"
75451 msgstr ""
75453 #: fortran/resolve.cc:8009
75454 #, gcc-internal-format, gfc-internal-format
75455 msgid "Allocating %s at %L with type-spec requires the same character-length parameter as in the declaration"
75456 msgstr ""
75458 #: fortran/resolve.cc:8090 fortran/resolve.cc:8105
75459 #, gcc-internal-format, gfc-internal-format
75460 msgid "Array specification required in ALLOCATE statement at %L"
75461 msgstr ""
75463 #: fortran/resolve.cc:8097
75464 #, gcc-internal-format, gfc-internal-format
75465 msgid "Array specification or array-valued SOURCE= expression required in ALLOCATE statement at %L"
75466 msgstr ""
75468 #: fortran/resolve.cc:8122
75469 #, gcc-internal-format, gfc-internal-format
75470 msgid "Coarray specification required in ALLOCATE statement at %L"
75471 msgstr ""
75473 #: fortran/resolve.cc:8132 fortran/resolve.cc:8234
75474 #, gcc-internal-format, gfc-internal-format
75475 msgid "Bad coarray specification in ALLOCATE statement at %L"
75476 msgstr ""
75478 #: fortran/resolve.cc:8138
75479 #, gcc-internal-format, gfc-internal-format
75480 msgid "Upper cobound is less than lower cobound at %L"
75481 msgstr ""
75483 #: fortran/resolve.cc:8150
75484 #, gcc-internal-format, gfc-internal-format
75485 msgid "Upper cobound is less than lower cobound of 1 at %L"
75486 msgstr ""
75488 #: fortran/resolve.cc:8161 fortran/resolve.cc:8189
75489 #, gcc-internal-format, gfc-internal-format
75490 msgid "Bad array specification in ALLOCATE statement at %L"
75491 msgstr ""
75493 #: fortran/resolve.cc:8208
75494 #, gcc-internal-format
75495 msgid "%qs must not appear in the array specification at %L in the same ALLOCATE statement where it is itself allocated"
75496 msgstr ""
75498 #: fortran/resolve.cc:8223
75499 #, gcc-internal-format
75500 msgid "Expected %<*%> in coindex specification in ALLOCATE statement at %L"
75501 msgstr ""
75503 #: fortran/resolve.cc:8265
75504 #, gcc-internal-format, gfc-internal-format
75505 msgid "Stat-variable at %L must be a scalar INTEGER variable"
75506 msgstr ""
75508 #: fortran/resolve.cc:8294
75509 #, gcc-internal-format, gfc-internal-format
75510 msgid "Stat-variable at %L shall not be %sd within the same %s statement"
75511 msgstr ""
75513 #: fortran/resolve.cc:8307
75514 #, gcc-internal-format, gfc-internal-format
75515 msgid "ERRMSG at %L is useless without a STAT tag"
75516 msgstr ""
75518 #: fortran/resolve.cc:8321
75519 #, gcc-internal-format, gfc-internal-format
75520 msgid "ERRMSG variable at %L shall be a scalar default CHARACTER variable"
75521 msgstr ""
75523 #: fortran/resolve.cc:8350
75524 #, gcc-internal-format, gfc-internal-format
75525 msgid "Errmsg-variable at %L shall not be %sd within the same %s statement"
75526 msgstr ""
75528 #: fortran/resolve.cc:8382
75529 #, gcc-internal-format, gfc-internal-format
75530 msgid "Allocate-object at %L also appears at %L"
75531 msgstr ""
75533 #: fortran/resolve.cc:8388 fortran/resolve.cc:8394
75534 #, gcc-internal-format, gfc-internal-format
75535 msgid "Allocate-object at %L is subobject of object at %L"
75536 msgstr ""
75538 #. The cases overlap, or they are the same
75539 #. element in the list.  Either way, we must
75540 #. issue an error and get the next case from P.
75541 #. FIXME: Sort P and Q by line number.
75542 #: fortran/resolve.cc:8622
75543 #, gcc-internal-format, gfc-internal-format
75544 msgid "CASE label at %L overlaps with CASE label at %L"
75545 msgstr ""
75547 #: fortran/resolve.cc:8673
75548 #, gcc-internal-format, gfc-internal-format
75549 msgid "Expression in CASE statement at %L must be of type %s"
75550 msgstr ""
75552 #: fortran/resolve.cc:8684
75553 #, gcc-internal-format, gfc-internal-format
75554 msgid "Expression in CASE statement at %L must be of kind %d"
75555 msgstr ""
75557 #: fortran/resolve.cc:8697
75558 #, gcc-internal-format, gfc-internal-format
75559 msgid "Expression in CASE statement at %L must be scalar"
75560 msgstr ""
75562 #: fortran/resolve.cc:8743
75563 #, gcc-internal-format, gfc-internal-format
75564 msgid "Selection expression in computed GOTO statement at %L must be a scalar integer expression"
75565 msgstr ""
75567 #: fortran/resolve.cc:8762
75568 #, gcc-internal-format, gfc-internal-format
75569 msgid "Argument of SELECT statement at %L cannot be %s"
75570 msgstr ""
75572 #: fortran/resolve.cc:8772
75573 #, gcc-internal-format, gfc-internal-format
75574 msgid "Argument of SELECT statement at %L must be a scalar expression"
75575 msgstr ""
75577 #: fortran/resolve.cc:8790 fortran/resolve.cc:8798
75578 #, gcc-internal-format, gfc-internal-format
75579 msgid "Expression in CASE statement at %L is not in the range of %s"
75580 msgstr ""
75582 #: fortran/resolve.cc:8860 fortran/resolve.cc:9517
75583 #, gcc-internal-format, gfc-internal-format
75584 msgid "The DEFAULT CASE at %L cannot be followed by a second DEFAULT CASE at %L"
75585 msgstr ""
75587 #: fortran/resolve.cc:8886
75588 #, gcc-internal-format, gfc-internal-format
75589 msgid "Logical range in CASE statement at %L is not allowed"
75590 msgstr ""
75592 #: fortran/resolve.cc:8899
75593 #, gcc-internal-format, gfc-internal-format
75594 msgid "Constant logical value in CASE statement is repeated at %L"
75595 msgstr ""
75597 #: fortran/resolve.cc:8914
75598 #, gcc-internal-format, gfc-internal-format
75599 msgid "Range specification at %L can never be matched"
75600 msgstr ""
75602 #: fortran/resolve.cc:9017
75603 #, gcc-internal-format, gfc-internal-format
75604 msgid "Logical SELECT CASE block at %L has more that two cases"
75605 msgstr ""
75607 #: fortran/resolve.cc:9068
75608 #, gcc-internal-format
75609 msgid "Associating entity %qs at %L is a procedure pointer"
75610 msgstr ""
75612 #: fortran/resolve.cc:9077
75613 #, gcc-internal-format
75614 msgid "Derived type %qs cannot be used as a variable at %L"
75615 msgstr "Похідний тип %qs не можна використовувати як змінну у %L"
75617 #: fortran/resolve.cc:9094
75618 #, gcc-internal-format
75619 msgid "Associating entity %qs at %L is a procedure name"
75620 msgstr ""
75622 #: fortran/resolve.cc:9110
75623 #, gcc-internal-format, gfc-internal-format
75624 msgid "Associating selector-expression at %L yields a procedure"
75625 msgstr ""
75627 #: fortran/resolve.cc:9117
75628 #, gcc-internal-format, gfc-internal-format
75629 msgid "Selector at %L cannot be NULL()"
75630 msgstr ""
75632 #: fortran/resolve.cc:9122
75633 #, gcc-internal-format, gfc-internal-format
75634 msgid "Selector at %L has no type"
75635 msgstr ""
75637 #: fortran/resolve.cc:9144
75638 #, gcc-internal-format
75639 msgid "Associate-name %qs at %L is used as array"
75640 msgstr ""
75642 #: fortran/resolve.cc:9155
75643 #, gcc-internal-format, gfc-internal-format
75644 msgid "CLASS selector at %L needs a temporary which is not yet implemented"
75645 msgstr ""
75647 #: fortran/resolve.cc:9387
75648 #, gcc-internal-format, gfc-internal-format
75649 msgid "Selector shall be polymorphic in SELECT TYPE statement at %L"
75650 msgstr ""
75652 #: fortran/resolve.cc:9425 fortran/resolve.cc:9437
75653 #, gcc-internal-format, gfc-internal-format
75654 msgid "Selector at %L must not be coindexed"
75655 msgstr ""
75657 #: fortran/resolve.cc:9466
75658 #, gcc-internal-format, gfc-internal-format
75659 msgid "TYPE IS at %L overlaps with TYPE IS at %L"
75660 msgstr ""
75662 #: fortran/resolve.cc:9479
75663 #, gcc-internal-format
75664 msgid "Derived type %qs at %L must be extensible"
75665 msgstr ""
75667 #: fortran/resolve.cc:9492
75668 #, gcc-internal-format
75669 msgid "Derived type %qs at %L must be an extension of %qs"
75670 msgstr ""
75672 #: fortran/resolve.cc:9495
75673 #, gcc-internal-format
75674 msgid "Unexpected intrinsic type %qs at %L"
75675 msgstr ""
75677 #: fortran/resolve.cc:9505
75678 #, gcc-internal-format, gfc-internal-format
75679 msgid "The type-spec at %L shall specify that each length type parameter is assumed"
75680 msgstr ""
75682 #: fortran/resolve.cc:9752
75683 #, gcc-internal-format, gfc-internal-format
75684 msgid "Double CLASS IS block in SELECT TYPE statement at %L"
75685 msgstr ""
75687 #: fortran/resolve.cc:9886
75688 #, gcc-internal-format, gfc-internal-format
75689 msgid "RANK DEFAULT at %L is repeated at %L"
75690 msgstr ""
75692 #: fortran/resolve.cc:9895
75693 #, gcc-internal-format, gfc-internal-format
75694 msgid "RANK (*) at %L is repeated at %L"
75695 msgstr ""
75697 #: fortran/resolve.cc:9898
75698 #, gcc-internal-format, gfc-internal-format
75699 msgid "RANK (%i) at %L is repeated at %L"
75700 msgstr ""
75702 #: fortran/resolve.cc:9908 fortran/resolve.cc:9913
75703 #, gcc-internal-format, gfc-internal-format
75704 msgid "RANK (*) at %L cannot be used with the pointer or allocatable selector at %L"
75705 msgstr ""
75707 #: fortran/resolve.cc:10022
75708 #, gcc-internal-format, gfc-internal-format
75709 msgid "Invalid context for NULL () intrinsic at %L"
75710 msgstr ""
75712 #: fortran/resolve.cc:10076
75713 #, gcc-internal-format, gfc-internal-format
75714 msgid "DTIO %s procedure at %L must be recursive"
75715 msgstr ""
75717 #: fortran/resolve.cc:10086
75718 #, gcc-internal-format, gfc-internal-format
75719 msgid "Data transfer element at %L cannot be polymorphic unless it is processed by a defined input/output procedure"
75720 msgstr ""
75722 #: fortran/resolve.cc:10099
75723 #, gcc-internal-format, gfc-internal-format
75724 msgid "Data transfer element at %L cannot have POINTER components unless it is processed by a defined input/output procedure"
75725 msgstr ""
75727 #: fortran/resolve.cc:10108
75728 #, gcc-internal-format, gfc-internal-format
75729 msgid "Data transfer element at %L cannot have procedure pointer components"
75730 msgstr ""
75732 #: fortran/resolve.cc:10115
75733 #, gcc-internal-format, gfc-internal-format
75734 msgid "Data transfer element at %L cannot have ALLOCATABLE components unless it is processed by a defined input/output procedure"
75735 msgstr ""
75737 #: fortran/resolve.cc:10126
75738 #, gcc-internal-format, gfc-internal-format
75739 msgid "Data transfer element at %L cannot have PRIVATE components"
75740 msgstr ""
75742 #: fortran/resolve.cc:10132
75743 #, gcc-internal-format, gfc-internal-format
75744 msgid "Data transfer element at %L cannot have PRIVATE components unless it is processed by a defined input/output procedure"
75745 msgstr ""
75747 #: fortran/resolve.cc:10150
75748 #, gcc-internal-format, gfc-internal-format
75749 msgid "Data transfer element at %L cannot be a full reference to an assumed-size array"
75750 msgstr ""
75752 #: fortran/resolve.cc:10207
75753 #, gcc-internal-format, gfc-internal-format
75754 msgid "Lock variable at %L must be a scalar of type LOCK_TYPE"
75755 msgstr ""
75757 #: fortran/resolve.cc:10217
75758 #, gcc-internal-format, gfc-internal-format
75759 msgid "Event variable at %L must be a scalar of type EVENT_TYPE"
75760 msgstr ""
75762 #: fortran/resolve.cc:10221
75763 #, gcc-internal-format, gfc-internal-format
75764 msgid "Event variable argument at %L must be a coarray or coindexed"
75765 msgstr ""
75767 #: fortran/resolve.cc:10224
75768 #, gcc-internal-format, gfc-internal-format
75769 msgid "Event variable argument at %L must be a coarray but not coindexed"
75770 msgstr ""
75772 #: fortran/resolve.cc:10231 fortran/resolve.cc:10353
75773 #, gcc-internal-format, gfc-internal-format
75774 msgid "STAT= argument at %L must be a scalar INTEGER variable"
75775 msgstr ""
75777 #: fortran/resolve.cc:10243 fortran/resolve.cc:10365
75778 #, gcc-internal-format, gfc-internal-format
75779 msgid "ERRMSG= argument at %L must be a scalar CHARACTER variable"
75780 msgstr ""
75782 #: fortran/resolve.cc:10255
75783 #, gcc-internal-format, gfc-internal-format
75784 msgid "ACQUIRED_LOCK= argument at %L must be a scalar LOGICAL variable"
75785 msgstr ""
75787 #: fortran/resolve.cc:10268
75788 #, gcc-internal-format, gfc-internal-format
75789 msgid "UNTIL_COUNT= argument at %L must be a scalar INTEGER expression"
75790 msgstr ""
75792 #: fortran/resolve.cc:10329
75793 #, gcc-internal-format, gfc-internal-format
75794 msgid "Imageset argument at %L must be a scalar or rank-1 INTEGER expression"
75795 msgstr ""
75797 #: fortran/resolve.cc:10333 fortran/resolve.cc:10343
75798 #, gcc-internal-format, gfc-internal-format
75799 msgid "Imageset argument at %L must between 1 and num_images()"
75800 msgstr ""
75802 #: fortran/resolve.cc:10396
75803 #, gcc-internal-format, gfc-internal-format
75804 msgid "Statement at %L is not a valid branch target statement for the branch statement at %L"
75805 msgstr ""
75807 #: fortran/resolve.cc:10406
75808 #, gcc-internal-format, gfc-internal-format
75809 msgid "Branch at %L may result in an infinite loop"
75810 msgstr ""
75812 #. Note: A label at END CRITICAL does not leave the CRITICAL
75813 #. construct as END CRITICAL is still part of it.
75814 #: fortran/resolve.cc:10423 fortran/resolve.cc:10446
75815 #, gcc-internal-format, gfc-internal-format
75816 msgid "GOTO statement at %L leaves CRITICAL construct for label at %L"
75817 msgstr ""
75819 #: fortran/resolve.cc:10427 fortran/resolve.cc:10452
75820 #, gcc-internal-format, gfc-internal-format
75821 msgid "GOTO statement at %L leaves DO CONCURRENT construct for label at %L"
75822 msgstr ""
75824 #. The label is not in an enclosing block, so illegal.  This was
75825 #. allowed in Fortran 66, so we allow it as extension.  No
75826 #. further checks are necessary in this case.
75827 #: fortran/resolve.cc:10467
75828 #, gcc-internal-format, gfc-internal-format
75829 msgid "Label at %L is not in the same block as the GOTO statement at %L"
75830 msgstr ""
75832 #: fortran/resolve.cc:10539
75833 #, gcc-internal-format, gfc-internal-format
75834 msgid "WHERE mask at %L has inconsistent shape"
75835 msgstr ""
75837 #: fortran/resolve.cc:10555
75838 #, gcc-internal-format, gfc-internal-format
75839 msgid "WHERE assignment target at %L has inconsistent shape"
75840 msgstr ""
75842 #: fortran/resolve.cc:10563 fortran/resolve.cc:10650
75843 #, gcc-internal-format, gfc-internal-format
75844 msgid "Non-ELEMENTAL user-defined assignment in WHERE at %L"
75845 msgstr ""
75847 #: fortran/resolve.cc:10573 fortran/resolve.cc:10660
75848 #, gcc-internal-format, gfc-internal-format
75849 msgid "Unsupported statement inside WHERE at %L"
75850 msgstr ""
75852 #: fortran/resolve.cc:10604
75853 #, gcc-internal-format, gfc-internal-format
75854 msgid "Assignment to a FORALL index variable at %L"
75855 msgstr ""
75857 #: fortran/resolve.cc:10613
75858 #, gcc-internal-format
75859 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"
75860 msgstr ""
75862 #: fortran/resolve.cc:10760
75863 #, gcc-internal-format, gfc-internal-format
75864 msgid "FORALL construct at %L"
75865 msgstr ""
75867 #: fortran/resolve.cc:10781
75868 #, gcc-internal-format, gfc-internal-format
75869 msgid "FORALL index-name at %L must be a scalar variable of type integer"
75870 msgstr ""
75872 #: fortran/resolve.cc:10791
75873 #, gcc-internal-format, gfc-internal-format
75874 msgid "An outer FORALL construct already has an index with this name %L"
75875 msgstr ""
75877 #: fortran/resolve.cc:10868
75878 #, gcc-internal-format, gfc-internal-format
75879 msgid "WHERE/ELSEWHERE clause at %L requires a LOGICAL array"
75880 msgstr ""
75882 #: fortran/resolve.cc:10984
75883 #, gcc-internal-format
75884 msgid "gfc_resolve_blocks(): Bad block type"
75885 msgstr ""
75887 #: fortran/resolve.cc:11097
75888 #, gcc-internal-format, gfc-internal-format
75889 msgid "CHARACTER expression will be truncated in assignment (%ld/%ld) at %L"
75890 msgstr ""
75892 #: fortran/resolve.cc:11129
75893 #, gcc-internal-format, gfc-internal-format
75894 msgid "Coindexed expression at %L is assigned to a derived type variable with a POINTER component in a PURE procedure"
75895 msgstr ""
75897 #. F2008, C1283 (4).
75898 #: fortran/resolve.cc:11135
75899 #, gcc-internal-format, gfc-internal-format
75900 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."
75901 msgstr ""
75903 #: fortran/resolve.cc:11147
75904 #, gcc-internal-format, gfc-internal-format
75905 msgid "Assignment to coindexed variable at %L in a PURE procedure"
75906 msgstr ""
75908 #: fortran/resolve.cc:11179
75909 #, gcc-internal-format, gfc-internal-format
75910 msgid "Assignment to polymorphic coarray at %L is not permitted"
75911 msgstr ""
75913 #: fortran/resolve.cc:11183
75914 #, gcc-internal-format, gfc-internal-format
75915 msgid "Assignment to an allocatable polymorphic variable at %L"
75916 msgstr ""
75918 #: fortran/resolve.cc:11188
75919 #, gcc-internal-format
75920 msgid "Assignment to an allocatable polymorphic variable at %L requires %<-frealloc-lhs%>"
75921 msgstr ""
75923 #: fortran/resolve.cc:11195
75924 #, gcc-internal-format
75925 msgid "Nonallocatable variable must not be polymorphic in intrinsic assignment at %L - check that there is a matching specific subroutine for %<=%> operator"
75926 msgstr ""
75928 #: fortran/resolve.cc:11206
75929 #, gcc-internal-format, gfc-internal-format
75930 msgid "Coindexed variable must not have an allocatable ultimate component in assignment at %L"
75931 msgstr ""
75933 #: fortran/resolve.cc:11526
75934 #, gcc-internal-format, gfc-internal-format
75935 msgid "TODO: type-bound defined assignment(s) at %L not done because multiple part array references would occur in intermediate expressions."
75936 msgstr ""
75938 #. Even if standard does not support this feature, continue to build
75939 #. the two statements to avoid upsetting frontend_passes.c.
75940 #: fortran/resolve.cc:11768
75941 #, gcc-internal-format, gfc-internal-format
75942 msgid "Pointer procedure assignment at %L"
75943 msgstr ""
75945 #: fortran/resolve.cc:11780
75946 #, gcc-internal-format, gfc-internal-format
75947 msgid "The function result on the lhs of the assignment at %L must have the pointer attribute."
75948 msgstr ""
75950 #: fortran/resolve.cc:11865
75951 #, gcc-internal-format
75952 msgid "TEAM argument to %qs at %L must be a scalar expression of type TEAM_TYPE"
75953 msgstr ""
75955 #: fortran/resolve.cc:12047
75956 #, gcc-internal-format, gfc-internal-format
75957 msgid "TEAM NUMBER argument to FORM TEAM at %L must be a scalar INTEGER"
75958 msgstr ""
75960 #: fortran/resolve.cc:12083
75961 #, gcc-internal-format, gfc-internal-format
75962 msgid "ASSIGNED GOTO statement at %L requires a scalar INTEGER variable"
75963 msgstr ""
75965 #: fortran/resolve.cc:12087
75966 #, gcc-internal-format
75967 msgid "Variable %qs has not been assigned a target label at %L"
75968 msgstr ""
75970 #: fortran/resolve.cc:12098
75971 #, gcc-internal-format, gfc-internal-format
75972 msgid "Alternate RETURN statement at %L requires a SCALAR-INTEGER return specifier"
75973 msgstr ""
75975 #: fortran/resolve.cc:12136
75976 #, gcc-internal-format, gfc-internal-format
75977 msgid "Expected intrinsic assignment in OMP WORKSHARE at %L"
75978 msgstr ""
75980 #: fortran/resolve.cc:12170
75981 #, gcc-internal-format, gfc-internal-format
75982 msgid "ASSIGN statement at %L requires a scalar default INTEGER variable"
75983 msgstr ""
75985 #: fortran/resolve.cc:12217
75986 #, gcc-internal-format, gfc-internal-format
75987 msgid "Invalid NULL at %L"
75988 msgstr ""
75990 #: fortran/resolve.cc:12221
75991 #, gcc-internal-format, gfc-internal-format
75992 msgid "Arithmetic IF statement at %L requires a scalar REAL or INTEGER expression"
75993 msgstr ""
75995 #: fortran/resolve.cc:12282
75996 #, gcc-internal-format
75997 msgid "gfc_resolve_code(): No expression on DO WHILE"
75998 msgstr ""
76000 #: fortran/resolve.cc:12287
76001 #, gcc-internal-format, gfc-internal-format
76002 msgid "Exit condition of DO WHILE loop at %L must be a scalar LOGICAL expression"
76003 msgstr ""
76005 #: fortran/resolve.cc:12371
76006 #, gcc-internal-format, gfc-internal-format
76007 msgid "FORALL mask clause at %L requires a scalar LOGICAL expression"
76008 msgstr ""
76010 #: fortran/resolve.cc:12473
76011 #, gcc-internal-format
76012 msgid "gfc_resolve_code(): Bad statement code"
76013 msgstr ""
76015 #: fortran/resolve.cc:12494
76016 #, gcc-internal-format
76017 msgid "Using parameter %qs declared at %L is deprecated"
76018 msgstr ""
76020 #: fortran/resolve.cc:12588
76021 #, gcc-internal-format
76022 msgid "Variable %qs with binding label %qs at %L uses the same global identifier as entity at %L"
76023 msgstr ""
76025 #. This can only happen if the variable is defined in a module - if it
76026 #. isn't the same module, reject it.
76027 #: fortran/resolve.cc:12602
76028 #, gcc-internal-format
76029 msgid "Variable %qs from module %qs with binding label %qs at %L uses the same global identifier as entity at %L from module %qs"
76030 msgstr ""
76032 #. Print an error if the procedure is defined multiple times; we have to
76033 #. exclude references to the same procedure via module association or
76034 #. multiple checks for the same procedure.
76035 #: fortran/resolve.cc:12621
76036 #, gcc-internal-format
76037 msgid "Procedure %qs with binding label %qs at %L uses the same global identifier as entity at %L"
76038 msgstr ""
76040 #: fortran/resolve.cc:12707
76041 #, gcc-internal-format, gfc-internal-format
76042 msgid "String length at %L is too large"
76043 msgstr ""
76045 #: fortran/resolve.cc:12942
76046 #, gcc-internal-format
76047 msgid "Allocatable array %qs at %L must have a deferred shape or assumed rank"
76048 msgstr ""
76050 #: fortran/resolve.cc:12946
76051 #, gcc-internal-format
76052 msgid "Scalar object %qs at %L may not be ALLOCATABLE"
76053 msgstr ""
76055 #: fortran/resolve.cc:12954
76056 #, gcc-internal-format
76057 msgid "Array pointer %qs at %L must have a deferred shape or assumed rank"
76058 msgstr ""
76060 #: fortran/resolve.cc:12965
76061 #, gcc-internal-format
76062 msgid "Array %qs at %L cannot have a deferred shape"
76063 msgstr ""
76065 #: fortran/resolve.cc:12982
76066 #, gcc-internal-format
76067 msgid "Type %qs of CLASS variable %qs at %L is not extensible"
76068 msgstr ""
76070 #: fortran/resolve.cc:12994
76071 #, gcc-internal-format
76072 msgid "CLASS variable %qs at %L must be dummy, allocatable or pointer"
76073 msgstr ""
76075 #: fortran/resolve.cc:13027
76076 #, gcc-internal-format
76077 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"
76078 msgstr ""
76080 #: fortran/resolve.cc:13049
76081 #, gcc-internal-format
76082 msgid "Implied SAVE for module variable %qs at %L, needed due to the default initialization"
76083 msgstr ""
76085 #: fortran/resolve.cc:13082
76086 #, gcc-internal-format
76087 msgid "Entity %qs at %L has a deferred type parameter and requires either the POINTER or ALLOCATABLE attribute"
76088 msgstr ""
76090 #. F08:C541. The shape of an array defined in a main program or module
76091 #. * needs to be constant.
76092 #: fortran/resolve.cc:13118
76093 #, gcc-internal-format
76094 msgid "The module or main program array %qs at %L must have constant shape"
76095 msgstr ""
76097 #: fortran/resolve.cc:13143
76098 #, gcc-internal-format, gfc-internal-format
76099 msgid "Entity with assumed character length at %L must be a dummy argument or a PARAMETER"
76100 msgstr ""
76102 #: fortran/resolve.cc:13164
76103 #, gcc-internal-format
76104 msgid "%qs at %L must have constant character length in this context"
76105 msgstr ""
76107 #: fortran/resolve.cc:13171
76108 #, gcc-internal-format
76109 msgid "COMMON variable %qs at %L must have constant character length"
76110 msgstr ""
76112 #: fortran/resolve.cc:13218
76113 #, gcc-internal-format
76114 msgid "Allocatable %qs at %L cannot have an initializer"
76115 msgstr ""
76117 #: fortran/resolve.cc:13221
76118 #, gcc-internal-format
76119 msgid "External %qs at %L cannot have an initializer"
76120 msgstr ""
76122 #: fortran/resolve.cc:13224
76123 #, gcc-internal-format
76124 msgid "Dummy %qs at %L cannot have an initializer"
76125 msgstr ""
76127 #: fortran/resolve.cc:13227
76128 #, gcc-internal-format
76129 msgid "Intrinsic %qs at %L cannot have an initializer"
76130 msgstr ""
76132 #: fortran/resolve.cc:13230
76133 #, gcc-internal-format
76134 msgid "Function result %qs at %L cannot have an initializer"
76135 msgstr ""
76137 #: fortran/resolve.cc:13233
76138 #, gcc-internal-format
76139 msgid "Automatic array %qs at %L cannot have an initializer"
76140 msgstr ""
76142 #: fortran/resolve.cc:13275
76143 #, gcc-internal-format, gfc-internal-format
76144 msgid "%s at %L"
76145 msgstr ""
76147 #: fortran/resolve.cc:13307
76148 #, gcc-internal-format
76149 msgid "Character-valued statement function %qs at %L must have constant length"
76150 msgstr ""
76152 #: fortran/resolve.cc:13330
76153 #, gcc-internal-format
76154 msgid "%qs is of a PRIVATE type and cannot be a dummy argument of %qs, which is PUBLIC at %L"
76155 msgstr ""
76157 #: fortran/resolve.cc:13352
76158 #, gcc-internal-format
76159 msgid "Procedure %qs in PUBLIC interface %qs at %L takes dummy arguments of %qs which is PRIVATE"
76160 msgstr ""
76162 #: fortran/resolve.cc:13370
76163 #, gcc-internal-format
76164 msgid "Function %qs at %L cannot have an initializer"
76165 msgstr ""
76167 #: fortran/resolve.cc:13382
76168 #, gcc-internal-format
76169 msgid "External object %qs at %L may not have an initializer"
76170 msgstr ""
76172 #: fortran/resolve.cc:13392
76173 #, gcc-internal-format
76174 msgid "ELEMENTAL function %qs at %L must have a scalar result"
76175 msgstr ""
76177 #: fortran/resolve.cc:13402
76178 #, gcc-internal-format
76179 msgid "Statement function %qs at %L may not have pointer or allocatable attribute"
76180 msgstr ""
76182 #: fortran/resolve.cc:13421
76183 #, gcc-internal-format
76184 msgid "CHARACTER(*) function %qs at %L cannot be array-valued"
76185 msgstr ""
76187 #: fortran/resolve.cc:13425
76188 #, gcc-internal-format
76189 msgid "CHARACTER(*) function %qs at %L cannot be pointer-valued"
76190 msgstr ""
76192 #: fortran/resolve.cc:13429
76193 #, gcc-internal-format
76194 msgid "CHARACTER(*) function %qs at %L cannot be pure"
76195 msgstr ""
76197 #: fortran/resolve.cc:13433
76198 #, gcc-internal-format
76199 msgid "CHARACTER(*) function %qs at %L cannot be recursive"
76200 msgstr ""
76202 #: fortran/resolve.cc:13446
76203 #, gcc-internal-format
76204 msgid "CHARACTER(*) function %qs at %L"
76205 msgstr ""
76207 #: fortran/resolve.cc:13457
76208 #, gcc-internal-format
76209 msgid "Procedure pointer %qs at %L shall not be elemental"
76210 msgstr ""
76212 #: fortran/resolve.cc:13463
76213 #, gcc-internal-format
76214 msgid "Dummy procedure %qs at %L shall not be elemental"
76215 msgstr ""
76217 #: fortran/resolve.cc:13483
76218 #, gcc-internal-format
76219 msgid "Function result variable %qs at %L of elemental function %qs shall not have an ALLOCATABLE or POINTER attribute"
76220 msgstr ""
76222 #: fortran/resolve.cc:13540
76223 #, gcc-internal-format
76224 msgid "PROCEDURE attribute conflicts with SAVE attribute in %qs at %L"
76225 msgstr ""
76227 #: fortran/resolve.cc:13546
76228 #, gcc-internal-format
76229 msgid "PROCEDURE attribute conflicts with INTENT attribute in %qs at %L"
76230 msgstr ""
76232 #: fortran/resolve.cc:13552
76233 #, gcc-internal-format
76234 msgid "PROCEDURE attribute conflicts with RESULT attribute in %qs at %L"
76235 msgstr ""
76237 #: fortran/resolve.cc:13560
76238 #, gcc-internal-format
76239 msgid "EXTERNAL attribute conflicts with FUNCTION attribute in %qs at %L"
76240 msgstr ""
76242 #: fortran/resolve.cc:13566
76243 #, gcc-internal-format
76244 msgid "Procedure pointer result %qs at %L is missing the pointer attribute"
76245 msgstr ""
76247 #: fortran/resolve.cc:13609
76248 #, gcc-internal-format, gfc-internal-format
76249 msgid "Mismatch in ELEMENTAL attribute between MODULE PROCEDURE at %L and its interface in %s"
76250 msgstr ""
76252 #: fortran/resolve.cc:13617
76253 #, gcc-internal-format, gfc-internal-format
76254 msgid "Mismatch in PURE attribute between MODULE PROCEDURE at %L and its interface in %s"
76255 msgstr ""
76257 #: fortran/resolve.cc:13625
76258 #, gcc-internal-format, gfc-internal-format
76259 msgid "Mismatch in RECURSIVE attribute between MODULE PROCEDURE at %L and its interface in %s"
76260 msgstr ""
76262 #: fortran/resolve.cc:13634
76263 #, gcc-internal-format
76264 msgid "%s between the MODULE PROCEDURE declaration in MODULE %qs and the declaration at %L in (SUB)MODULE %qs"
76265 msgstr ""
76267 #: fortran/resolve.cc:13718
76268 #, gcc-internal-format
76269 msgid "FINAL procedure %qs at %L is not a SUBROUTINE"
76270 msgstr ""
76272 #: fortran/resolve.cc:13727
76273 #, gcc-internal-format, gfc-internal-format
76274 msgid "FINAL procedure at %L must have exactly one argument"
76275 msgstr ""
76277 #: fortran/resolve.cc:13736
76278 #, gcc-internal-format
76279 msgid "Argument of FINAL procedure at %L must be of type %qs"
76280 msgstr ""
76282 #: fortran/resolve.cc:13744
76283 #, gcc-internal-format, gfc-internal-format
76284 msgid "Argument of FINAL procedure at %L must not be a POINTER"
76285 msgstr ""
76287 #: fortran/resolve.cc:13750
76288 #, gcc-internal-format, gfc-internal-format
76289 msgid "Argument of FINAL procedure at %L must not be ALLOCATABLE"
76290 msgstr ""
76292 #: fortran/resolve.cc:13756
76293 #, gcc-internal-format, gfc-internal-format
76294 msgid "Argument of FINAL procedure at %L must not be OPTIONAL"
76295 msgstr ""
76297 #: fortran/resolve.cc:13764
76298 #, gcc-internal-format, gfc-internal-format
76299 msgid "Argument of FINAL procedure at %L must not be INTENT(OUT)"
76300 msgstr ""
76302 #: fortran/resolve.cc:13773
76303 #, gcc-internal-format, gfc-internal-format
76304 msgid "Non-scalar FINAL procedure at %L should have assumed shape argument"
76305 msgstr ""
76307 #: fortran/resolve.cc:13795
76308 #, gcc-internal-format
76309 msgid "FINAL procedure %qs declared at %L has the same rank (%d) as %qs"
76310 msgstr ""
76312 #: fortran/resolve.cc:13832
76313 #, gcc-internal-format
76314 msgid "Only array FINAL procedures declared for derived type %qs defined at %L, suggest also scalar one"
76315 msgstr ""
76317 #: fortran/resolve.cc:13872
76318 #, gcc-internal-format
76319 msgid "%qs and %qs cannot be mixed FUNCTION/SUBROUTINE for GENERIC %qs at %L"
76320 msgstr ""
76322 #: fortran/resolve.cc:13908
76323 #, gcc-internal-format
76324 msgid "%qs and %qs for GENERIC %qs at %L are ambiguous"
76325 msgstr ""
76327 #: fortran/resolve.cc:13967
76328 #, gcc-internal-format
76329 msgid "Undefined specific binding %qs as target of GENERIC %qs at %L"
76330 msgstr ""
76332 #: fortran/resolve.cc:13979
76333 #, gcc-internal-format
76334 msgid "GENERIC %qs at %L must target a specific binding, %qs is GENERIC, too"
76335 msgstr ""
76337 #: fortran/resolve.cc:14007
76338 #, gcc-internal-format
76339 msgid "GENERIC %qs at %L cannot overwrite specific binding with the same name"
76340 msgstr ""
76342 #: fortran/resolve.cc:14063
76343 #, gcc-internal-format, gfc-internal-format
76344 msgid "Type-bound operator at %L cannot be NOPASS"
76345 msgstr ""
76347 #: fortran/resolve.cc:14275
76348 #, gcc-internal-format
76349 msgid "%qs must be a module procedure or an external procedure with an explicit interface at %L"
76350 msgstr ""
76352 #: fortran/resolve.cc:14318
76353 #, gcc-internal-format
76354 msgid "Procedure %qs with PASS(%s) at %L has no argument %qs"
76355 msgstr ""
76357 #: fortran/resolve.cc:14332
76358 #, gcc-internal-format
76359 msgid "Procedure %qs with PASS at %L must have at least one argument"
76360 msgstr ""
76362 #: fortran/resolve.cc:14346 fortran/resolve.cc:14832
76363 #, gcc-internal-format
76364 msgid "Non-polymorphic passed-object dummy argument of %qs at %L"
76365 msgstr ""
76367 #: fortran/resolve.cc:14354
76368 #, gcc-internal-format
76369 msgid "Argument %qs of %qs with PASS(%s) at %L must be of the derived-type %qs"
76370 msgstr ""
76372 #: fortran/resolve.cc:14363
76373 #, gcc-internal-format
76374 msgid "Passed-object dummy argument of %qs at %L must be scalar"
76375 msgstr ""
76377 #: fortran/resolve.cc:14369
76378 #, gcc-internal-format
76379 msgid "Passed-object dummy argument of %qs at %L must not be ALLOCATABLE"
76380 msgstr ""
76382 #: fortran/resolve.cc:14375
76383 #, gcc-internal-format
76384 msgid "Passed-object dummy argument of %qs at %L must not be POINTER"
76385 msgstr ""
76387 #: fortran/resolve.cc:14404
76388 #, gcc-internal-format
76389 msgid "Procedure %qs at %L has the same name as a component of %qs"
76390 msgstr ""
76392 #: fortran/resolve.cc:14414
76393 #, gcc-internal-format
76394 msgid "Procedure %qs at %L has the same name as an inherited component of %qs"
76395 msgstr ""
76397 #: fortran/resolve.cc:14509
76398 #, gcc-internal-format
76399 msgid "Derived-type %qs declared at %L must be ABSTRACT because %qs is DEFERRED and not overridden"
76400 msgstr ""
76402 #: fortran/resolve.cc:14612
76403 #, gcc-internal-format
76404 msgid "Coarray component %qs at %L must be allocatable with deferred shape"
76405 msgstr ""
76407 #: fortran/resolve.cc:14621
76408 #, gcc-internal-format
76409 msgid "Component %qs at %L of TYPE(C_PTR) or TYPE(C_FUNPTR) shall not be a coarray"
76410 msgstr ""
76412 #: fortran/resolve.cc:14631
76413 #, gcc-internal-format
76414 msgid "Component %qs at %L with coarray component shall be a nonpointer, nonallocatable scalar"
76415 msgstr ""
76417 #: fortran/resolve.cc:14656
76418 #, gcc-internal-format
76419 msgid "Component %qs at %L has the CONTIGUOUS attribute but is not an array pointer"
76420 msgstr ""
76422 #: fortran/resolve.cc:14667
76423 #, gcc-internal-format
76424 msgid "Component %qs of BIND(C) type at %L must have length one"
76425 msgstr ""
76427 #: fortran/resolve.cc:14765
76428 #, gcc-internal-format
76429 msgid "Procedure pointer component %qs with PASS(%s) at %L has no argument %qs"
76430 msgstr ""
76432 #: fortran/resolve.cc:14779
76433 #, gcc-internal-format
76434 msgid "Procedure pointer component %qs with PASS at %L must have at least one argument"
76435 msgstr ""
76437 #: fortran/resolve.cc:14795
76438 #, gcc-internal-format
76439 msgid "Argument %qs of %qs with PASS(%s) at %L must be of the derived type %qs"
76440 msgstr ""
76442 #: fortran/resolve.cc:14805
76443 #, gcc-internal-format
76444 msgid "Argument %qs of %qs with PASS(%s) at %L must be scalar"
76445 msgstr ""
76447 #: fortran/resolve.cc:14814
76448 #, gcc-internal-format
76449 msgid "Argument %qs of %qs with PASS(%s) at %L may not have the POINTER attribute"
76450 msgstr ""
76452 #: fortran/resolve.cc:14823
76453 #, gcc-internal-format
76454 msgid "Argument %qs of %qs with PASS(%s) at %L may not be ALLOCATABLE"
76455 msgstr ""
76457 #: fortran/resolve.cc:14865
76458 #, gcc-internal-format
76459 msgid "Component %qs of %qs at %L has the same name as an inherited type-bound procedure"
76460 msgstr ""
76462 #: fortran/resolve.cc:14878
76463 #, gcc-internal-format
76464 msgid "Character length of component %qs needs to be a constant specification expression at %L"
76465 msgstr ""
76467 #: fortran/resolve.cc:14889
76468 #, gcc-internal-format
76469 msgid "Character component %qs of %qs at %L with deferred length must be a POINTER or ALLOCATABLE"
76470 msgstr ""
76472 #: fortran/resolve.cc:14922
76473 #, gcc-internal-format
76474 msgid "the component %qs is a PRIVATE type and cannot be a component of %qs, which is PUBLIC at %L"
76475 msgstr ""
76477 #: fortran/resolve.cc:14930
76478 #, gcc-internal-format, gfc-internal-format
76479 msgid "Polymorphic component %s at %L in SEQUENCE or BIND(C) type %s"
76480 msgstr ""
76482 #: fortran/resolve.cc:14939
76483 #, gcc-internal-format, gfc-internal-format
76484 msgid "Component %s of SEQUENCE type declared at %L does not have the SEQUENCE attribute"
76485 msgstr ""
76487 #: fortran/resolve.cc:15025
76488 #, gcc-internal-format, gfc-internal-format
76489 msgid "Conflicting initializers in union at %L and %L"
76490 msgstr ""
76492 #: fortran/resolve.cc:15070
76493 #, gcc-internal-format
76494 msgid "As extending type %qs at %L has a coarray component, parent type %qs shall also have one"
76495 msgstr ""
76497 #: fortran/resolve.cc:15083
76498 #, gcc-internal-format
76499 msgid "Non-extensible derived-type %qs at %L must not be ABSTRACT"
76500 msgstr ""
76502 #: fortran/resolve.cc:15147
76503 #, gcc-internal-format
76504 msgid "Parameterized type %qs does not have a component corresponding to parameter %qs at %L"
76505 msgstr ""
76507 #: fortran/resolve.cc:15180
76508 #, gcc-internal-format
76509 msgid "Generic name %qs of function %qs at %L being the same name as derived type at %L"
76510 msgstr ""
76512 #: fortran/resolve.cc:15194
76513 #, gcc-internal-format
76514 msgid "Derived type %qs at %L has not been declared"
76515 msgstr ""
76517 #: fortran/resolve.cc:15262
76518 #, gcc-internal-format
76519 msgid "Assumed size array %qs in namelist %qs at %L is not allowed"
76520 msgstr ""
76522 #: fortran/resolve.cc:15268
76523 #, gcc-internal-format
76524 msgid "NAMELIST array object %qs with assumed shape in namelist %qs at %L"
76525 msgstr ""
76527 #: fortran/resolve.cc:15274
76528 #, gcc-internal-format
76529 msgid "NAMELIST array object %qs with nonconstant shape in namelist %qs at %L"
76530 msgstr ""
76532 #: fortran/resolve.cc:15282
76533 #, gcc-internal-format
76534 msgid "NAMELIST object %qs with nonconstant character length in namelist %qs at %L"
76535 msgstr ""
76537 #: fortran/resolve.cc:15299
76538 #, gcc-internal-format
76539 msgid "NAMELIST object %qs was declared PRIVATE and cannot be member of PUBLIC namelist %qs at %L"
76540 msgstr ""
76542 #: fortran/resolve.cc:15321
76543 #, gcc-internal-format
76544 msgid "NAMELIST object %qs has use-associated PRIVATE components and cannot be member of namelist %qs at %L"
76545 msgstr ""
76547 #: fortran/resolve.cc:15332
76548 #, gcc-internal-format
76549 msgid "NAMELIST object %qs has PRIVATE components and cannot be a member of PUBLIC namelist %qs at %L"
76550 msgstr ""
76552 #: fortran/resolve.cc:15359
76553 #, gcc-internal-format
76554 msgid "PROCEDURE attribute conflicts with NAMELIST attribute in %qs at %L"
76555 msgstr ""
76557 #: fortran/resolve.cc:15378
76558 #, gcc-internal-format
76559 msgid "Parameter array %qs at %L cannot be automatic or of deferred shape"
76560 msgstr ""
76562 #: fortran/resolve.cc:15394
76563 #, gcc-internal-format
76564 msgid "Implicitly typed PARAMETER %qs at %L doesn't match a later IMPLICIT type"
76565 msgstr ""
76567 #: fortran/resolve.cc:15405
76568 #, gcc-internal-format, gfc-internal-format
76569 msgid "Incompatible derived type in PARAMETER at %L"
76570 msgstr ""
76572 #: fortran/resolve.cc:15413
76573 #, gcc-internal-format
76574 msgid "CLASS variable %qs at %L cannot have the PARAMETER attribute"
76575 msgstr ""
76577 #: fortran/resolve.cc:15464
76578 #, gcc-internal-format
76579 msgid "The object %qs at %L has a deferred LEN parameter %qs and is neither allocatable nor a pointer"
76580 msgstr ""
76582 #: fortran/resolve.cc:15475
76583 #, gcc-internal-format
76584 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)"
76585 msgstr ""
76587 #: fortran/resolve.cc:15482
76588 #, gcc-internal-format
76589 msgid "The object %qs at %L with ASSUMED type parameters must be a dummy or a SELECT TYPE selector(F08/4.2)"
76590 msgstr ""
76592 #: fortran/resolve.cc:15522
76593 #, gcc-internal-format, gfc-internal-format
76594 msgid "Sorry, allocatable/pointer components in polymorphic (CLASS) type coarrays at %L are unsupported"
76595 msgstr ""
76597 #: fortran/resolve.cc:15535
76598 #, gcc-internal-format
76599 msgid "%<omp_all_memory%>, declared at %L, may only be used in the OpenMP DEPEND clause"
76600 msgstr ""
76602 #: fortran/resolve.cc:15593
76603 #, gcc-internal-format, gfc-internal-format
76604 msgid "PROTECTED attribute conflicts with EXTERNAL attribute at %L"
76605 msgstr ""
76607 #: fortran/resolve.cc:15596
76608 #, gcc-internal-format, gfc-internal-format
76609 msgid "PROCEDURE attribute conflicts with PROTECTED attribute at %L"
76610 msgstr ""
76612 #: fortran/resolve.cc:15696
76613 #, gcc-internal-format
76614 msgid "%qs at %L has the CONTIGUOUS attribute but is not an array pointer or an assumed-shape or assumed-rank array"
76615 msgstr ""
76617 #: fortran/resolve.cc:15717
76618 #, gcc-internal-format, gfc-internal-format
76619 msgid "Bad specification for assumed size array at %L"
76620 msgstr ""
76622 #: fortran/resolve.cc:15730
76623 #, gcc-internal-format, gfc-internal-format
76624 msgid "Assumed size array at %L must be a dummy argument"
76625 msgstr ""
76627 #: fortran/resolve.cc:15733
76628 #, gcc-internal-format, gfc-internal-format
76629 msgid "Assumed shape array at %L must be a dummy argument"
76630 msgstr ""
76632 #: fortran/resolve.cc:15743
76633 #, gcc-internal-format, gfc-internal-format
76634 msgid "Assumed-rank array at %L must be a dummy argument"
76635 msgstr ""
76637 #: fortran/resolve.cc:15750
76638 #, gcc-internal-format, gfc-internal-format
76639 msgid "Assumed-rank array at %L may not have the VALUE or CODIMENSION attribute"
76640 msgstr ""
76642 #: fortran/resolve.cc:15763
76643 #, gcc-internal-format, gfc-internal-format
76644 msgid "Symbol at %L is not a DUMMY variable"
76645 msgstr ""
76647 #: fortran/resolve.cc:15769
76648 #, gcc-internal-format
76649 msgid "%qs at %L cannot have the VALUE attribute because it is not a dummy argument"
76650 msgstr ""
76652 #: fortran/resolve.cc:15779
76653 #, gcc-internal-format
76654 msgid "Character dummy variable %qs at %L with VALUE attribute must have constant length"
76655 msgstr ""
76657 #: fortran/resolve.cc:15788
76658 #, gcc-internal-format
76659 msgid "C interoperable character dummy variable %qs at %L with VALUE attribute must have length one"
76660 msgstr ""
76662 #: fortran/resolve.cc:15801 fortran/resolve.cc:15978
76663 #, gcc-internal-format
76664 msgid "The derived type %qs at %L is of type %qs, which has not been defined"
76665 msgstr ""
76667 #: fortran/resolve.cc:15815
76668 #, gcc-internal-format, gfc-internal-format
76669 msgid "Variable %s at %L with NO_ARG_CHECK attribute shall be a dummy argument"
76670 msgstr ""
76672 #: fortran/resolve.cc:15824
76673 #, gcc-internal-format, gfc-internal-format
76674 msgid "Variable %s at %L with NO_ARG_CHECK attribute shall be of type TYPE(*) or of an numeric intrinsic type"
76675 msgstr ""
76677 #: fortran/resolve.cc:15833
76678 #, gcc-internal-format, gfc-internal-format
76679 msgid "Variable %s at %L with NO_ARG_CHECK attribute may not have the ALLOCATABLE, CODIMENSION, POINTER or VALUE attribute"
76680 msgstr ""
76682 #: fortran/resolve.cc:15841
76683 #, gcc-internal-format, gfc-internal-format
76684 msgid "Variable %s at %L with NO_ARG_CHECK attribute may not have the INTENT(OUT) attribute"
76685 msgstr ""
76687 #: fortran/resolve.cc:15848
76688 #, gcc-internal-format, gfc-internal-format
76689 msgid "Variable %s at %L with NO_ARG_CHECK attribute shall either be a scalar or an assumed-size array"
76690 msgstr ""
76692 #: fortran/resolve.cc:15868
76693 #, gcc-internal-format, gfc-internal-format
76694 msgid "Assumed type of variable %s at %L is only permitted for dummy variables"
76695 msgstr ""
76697 #: fortran/resolve.cc:15875
76698 #, gcc-internal-format, gfc-internal-format
76699 msgid "Assumed-type variable %s at %L may not have the ALLOCATABLE, CODIMENSION, POINTER or VALUE attribute"
76700 msgstr ""
76702 #: fortran/resolve.cc:15882
76703 #, gcc-internal-format, gfc-internal-format
76704 msgid "Assumed-type variable %s at %L may not have the INTENT(OUT) attribute"
76705 msgstr ""
76707 #: fortran/resolve.cc:15889
76708 #, gcc-internal-format, gfc-internal-format
76709 msgid "Assumed-type variable %s at %L shall not be an explicit-shape array"
76710 msgstr ""
76712 #: fortran/resolve.cc:15915
76713 #, gcc-internal-format
76714 msgid "Variable %qs at %L cannot be BIND(C) because it is neither a COMMON block nor declared at the module level scope"
76715 msgstr ""
76717 #: fortran/resolve.cc:15925
76718 #, gcc-internal-format
76719 msgid "BIND(C) Variable %qs at %L must have length one"
76720 msgstr ""
76722 #: fortran/resolve.cc:16004
76723 #, gcc-internal-format
76724 msgid "PUBLIC %s %qs at %L of PRIVATE derived type %qs"
76725 msgstr ""
76727 #: fortran/resolve.cc:16019
76728 #, gcc-internal-format, gfc-internal-format
76729 msgid "Variable %s at %L of type LOCK_TYPE or with subcomponent of type LOCK_TYPE must be a coarray"
76730 msgstr ""
76732 #: fortran/resolve.cc:16032
76733 #, gcc-internal-format, gfc-internal-format
76734 msgid "Variable %s at %L of type EVENT_TYPE or with subcomponent of type EVENT_TYPE must be a coarray"
76735 msgstr ""
76737 #: fortran/resolve.cc:16050
76738 #, gcc-internal-format
76739 msgid "The INTENT(OUT) dummy argument %qs at %L is ASSUMED SIZE and so cannot have a default initializer"
76740 msgstr ""
76742 #: fortran/resolve.cc:16062
76743 #, gcc-internal-format
76744 msgid "Dummy argument %qs at %L of LOCK_TYPE shall not be INTENT(OUT)"
76745 msgstr ""
76747 #: fortran/resolve.cc:16071
76748 #, gcc-internal-format
76749 msgid "Dummy argument %qs at %L of EVENT_TYPE shall not be INTENT(OUT)"
76750 msgstr ""
76752 #: fortran/resolve.cc:16084
76753 #, gcc-internal-format
76754 msgid "Function result %qs at %L shall not be a coarray or have a coarray component"
76755 msgstr ""
76757 #: fortran/resolve.cc:16093
76758 #, gcc-internal-format
76759 msgid "Variable %qs at %L of TYPE(C_PTR) or TYPE(C_FUNPTR) shall not be a coarray"
76760 msgstr ""
76762 #: fortran/resolve.cc:16106
76763 #, gcc-internal-format
76764 msgid "Variable %qs at %L with coarray component shall be a nonpointer, nonallocatable scalar, which is not a coarray"
76765 msgstr ""
76767 #: fortran/resolve.cc:16122
76768 #, gcc-internal-format
76769 msgid "Variable %qs at %L is a coarray and is not ALLOCATABLE, SAVE nor a dummy argument"
76770 msgstr ""
76772 #: fortran/resolve.cc:16130
76773 #, gcc-internal-format
76774 msgid "Coarray variable %qs at %L shall not have codimensions with deferred shape"
76775 msgstr ""
76777 #: fortran/resolve.cc:16137
76778 #, gcc-internal-format
76779 msgid "Allocatable coarray variable %qs at %L must have deferred shape"
76780 msgstr ""
76782 #: fortran/resolve.cc:16150
76783 #, gcc-internal-format
76784 msgid "Variable %qs at %L is INTENT(OUT) and can thus not be an allocatable coarray or have coarray components"
76785 msgstr ""
76787 #: fortran/resolve.cc:16159
76788 #, gcc-internal-format
76789 msgid "Coarray dummy variable %qs at %L not allowed in BIND(C) procedure %qs"
76790 msgstr ""
76792 #: fortran/resolve.cc:16175
76793 #, gcc-internal-format
76794 msgid "LOGICAL dummy argument %qs at %L with non-C_Bool kind in BIND(C) procedure %qs"
76795 msgstr ""
76797 #: fortran/resolve.cc:16181
76798 #, gcc-internal-format
76799 msgid "LOGICAL result variable %qs at %L with non-C_Bool kind in BIND(C) procedure %qs"
76800 msgstr ""
76802 #: fortran/resolve.cc:16206
76803 #, gcc-internal-format
76804 msgid "Namelist %qs cannot be an argument to subroutine or function at %L"
76805 msgstr ""
76807 #: fortran/resolve.cc:16277
76808 #, gcc-internal-format, gfc-internal-format
76809 msgid "Threadprivate at %L isn't SAVEd"
76810 msgstr ""
76812 #: fortran/resolve.cc:16289
76813 #, gcc-internal-format
76814 msgid "!$OMP DECLARE TARGET variable %qs at %L isn't SAVEd"
76815 msgstr ""
76817 #: fortran/resolve.cc:16396
76818 #, gcc-internal-format, gfc-internal-format
76819 msgid "Expecting definable entity near %L"
76820 msgstr ""
76822 #: fortran/resolve.cc:16404
76823 #, gcc-internal-format
76824 msgid "BLOCK DATA element %qs at %L must be in COMMON"
76825 msgstr ""
76827 #: fortran/resolve.cc:16411
76828 #, gcc-internal-format
76829 msgid "DATA array %qs at %L must be specified in a previous declaration"
76830 msgstr ""
76832 #: fortran/resolve.cc:16418
76833 #, gcc-internal-format
76834 msgid "DATA element %qs at %L cannot have a coindex"
76835 msgstr ""
76837 #: fortran/resolve.cc:16434
76838 #, gcc-internal-format
76839 msgid "DATA element %qs at %L is a pointer and so must be a full array"
76840 msgstr ""
76842 #: fortran/resolve.cc:16441
76843 #, gcc-internal-format, gfc-internal-format
76844 msgid "DATA object near %L has the pointer attribute and the corresponding DATA value is not a valid initial-data-target"
76845 msgstr ""
76847 #: fortran/resolve.cc:16450
76848 #, gcc-internal-format
76849 msgid "DATA element %qs at %L cannot have the ALLOCATABLE attribute"
76850 msgstr ""
76852 #: fortran/resolve.cc:16496
76853 #, gcc-internal-format, gfc-internal-format
76854 msgid "Nonconstant array section at %L in DATA statement"
76855 msgstr ""
76857 #: fortran/resolve.cc:16509
76858 #, gcc-internal-format, gfc-internal-format
76859 msgid "DATA statement at %L has more variables than values"
76860 msgstr ""
76862 #: fortran/resolve.cc:16608
76863 #, gcc-internal-format, gfc-internal-format
76864 msgid "start of implied-do loop at %L could not be simplified to a constant value"
76865 msgstr ""
76867 #: fortran/resolve.cc:16616
76868 #, gcc-internal-format, gfc-internal-format
76869 msgid "end of implied-do loop at %L could not be simplified to a constant value"
76870 msgstr ""
76872 #: fortran/resolve.cc:16624
76873 #, gcc-internal-format, gfc-internal-format
76874 msgid "step of implied-do loop at %L could not be simplified to a constant value"
76875 msgstr ""
76877 #: fortran/resolve.cc:16631
76878 #, gcc-internal-format, gfc-internal-format
76879 msgid "step of implied-do loop at %L shall not be zero"
76880 msgstr ""
76882 #: fortran/resolve.cc:16756
76883 #, gcc-internal-format, gfc-internal-format
76884 msgid "DATA statement at %L has more values than variables"
76885 msgstr ""
76887 #: fortran/resolve.cc:16922
76888 #, gcc-internal-format, gfc-internal-format
76889 msgid "Label %d at %L defined but not used"
76890 msgstr ""
76892 #: fortran/resolve.cc:16928
76893 #, gcc-internal-format, gfc-internal-format
76894 msgid "Label %d at %L defined but cannot be used"
76895 msgstr ""
76897 #: fortran/resolve.cc:17012
76898 #, gcc-internal-format
76899 msgid "Derived type variable %qs at %L must have SEQUENCE attribute to be an EQUIVALENCE object"
76900 msgstr ""
76902 #: fortran/resolve.cc:17021
76903 #, gcc-internal-format
76904 msgid "Derived type variable %qs at %L cannot have ALLOCATABLE components to be an EQUIVALENCE object"
76905 msgstr ""
76907 #: fortran/resolve.cc:17029
76908 #, gcc-internal-format
76909 msgid "Derived type variable %qs at %L with default initialization cannot be in EQUIVALENCE with a variable in COMMON"
76910 msgstr ""
76912 #: fortran/resolve.cc:17045
76913 #, gcc-internal-format
76914 msgid "Derived type variable %qs at %L with pointer component(s) cannot be an EQUIVALENCE object"
76915 msgstr ""
76917 #: fortran/resolve.cc:17148
76918 #, gcc-internal-format, gfc-internal-format
76919 msgid "Syntax error in EQUIVALENCE statement at %L"
76920 msgstr ""
76922 #: fortran/resolve.cc:17163
76923 #, gcc-internal-format, gfc-internal-format
76924 msgid "Either all or none of the objects in the EQUIVALENCE set at %L shall have the PROTECTED attribute"
76925 msgstr ""
76927 #: fortran/resolve.cc:17188
76928 #, gcc-internal-format
76929 msgid "COMMON block member %qs at %L cannot be an EQUIVALENCE object in the pure procedure %qs"
76930 msgstr ""
76932 #: fortran/resolve.cc:17197
76933 #, gcc-internal-format
76934 msgid "Named constant %qs at %L cannot be an EQUIVALENCE object"
76935 msgstr ""
76937 #: fortran/resolve.cc:17272
76938 #, gcc-internal-format
76939 msgid "Array %qs at %L with non-constant bounds cannot be an EQUIVALENCE object"
76940 msgstr ""
76942 #: fortran/resolve.cc:17283
76943 #, gcc-internal-format
76944 msgid "Structure component %qs at %L cannot be an EQUIVALENCE object"
76945 msgstr ""
76947 #: fortran/resolve.cc:17294
76948 #, gcc-internal-format, gfc-internal-format
76949 msgid "Substring at %L has length zero"
76950 msgstr ""
76952 #: fortran/resolve.cc:17325
76953 #, gcc-internal-format
76954 msgid "Self reference in character length expression for %qs at %L"
76955 msgstr ""
76957 #: fortran/resolve.cc:17392
76958 #, gcc-internal-format
76959 msgid "PUBLIC function %qs at %L of PRIVATE type %qs"
76960 msgstr ""
76962 #: fortran/resolve.cc:17405
76963 #, gcc-internal-format
76964 msgid "ENTRY %qs at %L has no IMPLICIT type"
76965 msgstr ""
76967 #: fortran/resolve.cc:17425
76968 #, gcc-internal-format
76969 msgid "User operator procedure %qs at %L must be a FUNCTION"
76970 msgstr ""
76972 #: fortran/resolve.cc:17435
76973 #, gcc-internal-format
76974 msgid "User operator procedure %qs at %L cannot be assumed character length"
76975 msgstr ""
76977 #: fortran/resolve.cc:17443
76978 #, gcc-internal-format
76979 msgid "User operator procedure %qs at %L must have at least one argument"
76980 msgstr ""
76982 #: fortran/resolve.cc:17457
76983 #, gcc-internal-format, gfc-internal-format
76984 msgid "First argument of operator interface at %L cannot be optional"
76985 msgstr ""
76987 #: fortran/resolve.cc:17475
76988 #, gcc-internal-format, gfc-internal-format
76989 msgid "Second argument of operator interface at %L cannot be optional"
76990 msgstr ""
76992 #: fortran/resolve.cc:17482
76993 #, gcc-internal-format, gfc-internal-format
76994 msgid "Operator interface at %L must have, at most, two arguments"
76995 msgstr ""
76997 #: fortran/resolve.cc:17561
76998 #, gcc-internal-format
76999 msgid "Contained procedure %qs at %L of a PURE procedure must also be PURE"
77000 msgstr ""
77002 #: fortran/scanner.cc:309
77003 #, gcc-internal-format
77004 msgid "Include directory %qs: %s"
77005 msgstr ""
77007 #: fortran/scanner.cc:313
77008 #, gcc-internal-format
77009 msgid "Nonexistent include directory %qs"
77010 msgstr ""
77012 #: fortran/scanner.cc:318
77013 #, gcc-internal-format
77014 msgid "%qs is not a directory"
77015 msgstr ""
77017 #: fortran/scanner.cc:792
77018 #, gcc-internal-format, gfc-internal-format
77019 msgid "!$ACC at %C starts a commented line as it neither is followed by a space nor is a continuation line"
77020 msgstr ""
77022 #: fortran/scanner.cc:832
77023 #, gcc-internal-format, gfc-internal-format
77024 msgid "!$OMP at %C starts a commented line as it neither is followed by a space nor is a continuation line"
77025 msgstr ""
77027 #: fortran/scanner.cc:1011
77028 #, gcc-internal-format, gfc-internal-format
77029 msgid "Ignoring '!$omx' vendor-extension sentinel at %C"
77030 msgstr ""
77032 #: fortran/scanner.cc:1323 fortran/scanner.cc:1526
77033 #, gcc-internal-format, gfc-internal-format
77034 msgid "Line truncated at %L"
77035 msgstr ""
77037 #: fortran/scanner.cc:1387 fortran/scanner.cc:1616
77038 #, gcc-internal-format, gfc-internal-format
77039 msgid "Limit of %d continuations exceeded in statement at %C"
77040 msgstr ""
77042 #: fortran/scanner.cc:1466 fortran/scanner.cc:1575
77043 #, gcc-internal-format, gfc-internal-format
77044 msgid "Wrong OpenACC continuation at %C: expected !$ACC, got !$OMP"
77045 msgstr ""
77047 #: fortran/scanner.cc:1468 fortran/scanner.cc:1577
77048 #, gcc-internal-format, gfc-internal-format
77049 msgid "Wrong OpenMP continuation at %C: expected !$OMP, got !$ACC"
77050 msgstr ""
77052 #: fortran/scanner.cc:1481
77053 #, gcc-internal-format
77054 msgid "Missing %<&%> in continued character constant at %C"
77055 msgstr ""
77057 #: fortran/scanner.cc:1767
77058 #, gcc-internal-format, gfc-internal-format
77059 msgid "Nonconforming tab character at %C"
77060 msgstr ""
77062 #: fortran/scanner.cc:1778
77063 #, gcc-internal-format, gfc-internal-format
77064 msgid "Invalid character 0x%s at %C"
77065 msgstr ""
77067 #: fortran/scanner.cc:1867 fortran/scanner.cc:1870
77068 #, gcc-internal-format
77069 msgid "%<&%> not allowed by itself in line %d"
77070 msgstr ""
77072 #: fortran/scanner.cc:1960
77073 #, gcc-internal-format, gfc-internal-format
77074 msgid "Nonconforming tab character in column %d of line %d"
77075 msgstr ""
77077 #: fortran/scanner.cc:2189
77078 #, gcc-internal-format
77079 msgid "file %qs left but not entered"
77080 msgstr ""
77082 #: fortran/scanner.cc:2231
77083 #, gcc-internal-format
77084 msgid "Illegal preprocessor directive"
77085 msgstr ""
77087 #: fortran/scanner.cc:2554
77088 #, gcc-internal-format
77089 msgid "File %qs is being included recursively"
77090 msgstr ""
77092 #: fortran/scanner.cc:2566
77093 #, gcc-internal-format
77094 msgid "Cannot open file %qs"
77095 msgstr "Не вдалося відкрити файл %qs"
77097 #: fortran/scanner.cc:2576
77098 #, gcc-internal-format
77099 msgid "Cannot open included file %qs"
77100 msgstr "Не вдалося відкрити включений файл %qs"
77102 #: fortran/scanner.cc:2578
77103 #, gcc-internal-format
77104 msgid "Cannot open pre-included file %qs"
77105 msgstr "Не вдалося відкрити попередньо включений файл %qs"
77107 #: fortran/scanner.cc:2586 fortran/scanner.cc:2588
77108 #, gcc-internal-format
77109 msgid "Included file %qs is not a regular file"
77110 msgstr ""
77112 #: fortran/simplify.cc:92
77113 #, gcc-internal-format, gfc-internal-format
77114 msgid "Result of %s overflows its kind at %L"
77115 msgstr ""
77117 #: fortran/simplify.cc:97
77118 #, gcc-internal-format, gfc-internal-format
77119 msgid "Result of %s underflows its kind at %L"
77120 msgstr ""
77122 #: fortran/simplify.cc:102
77123 #, gcc-internal-format, gfc-internal-format
77124 msgid "Result of %s is NaN at %L"
77125 msgstr ""
77127 #: fortran/simplify.cc:106
77128 #, gcc-internal-format, gfc-internal-format
77129 msgid "Result of %s gives range error for its kind at %L"
77130 msgstr ""
77132 #: fortran/simplify.cc:129
77133 #, gcc-internal-format, gfc-internal-format
77134 msgid "KIND parameter of %s at %L must be an initialization expression"
77135 msgstr ""
77137 #: fortran/simplify.cc:137
77138 #, gcc-internal-format, gfc-internal-format
77139 msgid "Invalid KIND parameter of %s at %L"
77140 msgstr ""
77142 #: fortran/simplify.cc:774
77143 #, gcc-internal-format
77144 msgid "gfc_simplify_abs(): Bad type"
77145 msgstr ""
77147 #: fortran/simplify.cc:795
77148 #, gcc-internal-format, gfc-internal-format
77149 msgid "Argument of %s function at %L is negative"
77150 msgstr ""
77152 #: fortran/simplify.cc:802
77153 #, gcc-internal-format, gfc-internal-format
77154 msgid "Argument of %s function at %L outside of range [0,127]"
77155 msgstr ""
77157 #: fortran/simplify.cc:820
77158 #, gcc-internal-format, gfc-internal-format
77159 msgid "Argument of %s function at %L is too large for the collating sequence of kind %d"
77160 msgstr ""
77162 #: fortran/simplify.cc:857
77163 #, gcc-internal-format, gfc-internal-format
77164 msgid "Argument of ACOS at %L must be between -1 and 1"
77165 msgstr ""
77167 #: fortran/simplify.cc:871
77168 #, gcc-internal-format
77169 msgid "in gfc_simplify_acos(): Bad type"
77170 msgstr ""
77172 #: fortran/simplify.cc:890
77173 #, gcc-internal-format, gfc-internal-format
77174 msgid "Argument of ACOSH at %L must not be less than 1"
77175 msgstr ""
77177 #: fortran/simplify.cc:905
77178 #, gcc-internal-format
77179 msgid "in gfc_simplify_acosh(): Bad type"
77180 msgstr ""
77182 #: fortran/simplify.cc:1134
77183 #, gcc-internal-format, gfc-internal-format
77184 msgid "Argument of ASIN at %L must be between -1 and 1"
77185 msgstr ""
77187 #: fortran/simplify.cc:1148
77188 #, gcc-internal-format
77189 msgid "in gfc_simplify_asin(): Bad type"
77190 msgstr ""
77192 #: fortran/simplify.cc:1183
77193 #, gcc-internal-format, gfc-internal-format
77194 msgid "Argument of ACOSD at %L must be between -1 and 1"
77195 msgstr "Аргументом ACOSD у %L має бути значення від -1 до 1"
77197 #: fortran/simplify.cc:1209
77198 #, gcc-internal-format, gfc-internal-format
77199 msgid "Argument of ASIND at %L must be between -1 and 1"
77200 msgstr "Аргументом ASIND у %L має бути значення від -1 до 1"
77202 #: fortran/simplify.cc:1261
77203 #, gcc-internal-format
77204 msgid "in gfc_simplify_asinh(): Bad type"
77205 msgstr "у gfc_simplify_asinh(): помилковий тип"
77207 #: fortran/simplify.cc:1289
77208 #, gcc-internal-format
77209 msgid "in gfc_simplify_atan(): Bad type"
77210 msgstr "у gfc_simplify_atan(): помилковий тип"
77212 #: fortran/simplify.cc:1310
77213 #, gcc-internal-format, gfc-internal-format
77214 msgid "Argument of ATANH at %L must be inside the range -1 to 1"
77215 msgstr "Аргументом ATANH у %L має бути число у діапазоні від -1 до 1"
77217 #: fortran/simplify.cc:1324
77218 #, gcc-internal-format
77219 msgid "in gfc_simplify_atanh(): Bad type"
77220 msgstr "у gfc_simplify_atanh(): помилковий тип"
77222 #: fortran/simplify.cc:1341
77223 #, gcc-internal-format, gfc-internal-format
77224 msgid "If first argument of ATAN2 at %L is zero, then the second argument must not be zero"
77225 msgstr "Якщо першим аргументом ATAN2 у %L є нуль, другим аргументом має бути ненульове значення"
77227 #: fortran/simplify.cc:1433
77228 #, gcc-internal-format, gfc-internal-format
77229 msgid "Result of BESSEL_YN is -INF at %L"
77230 msgstr "Результатом BESSEL_YN є -INF у %L"
77232 #: fortran/simplify.cc:1799
77233 #, gcc-internal-format
77234 msgid "gfc_simplify_dcmplx(): Bad type (x)"
77235 msgstr "gfc_simplify_dcmplx(): помилковий тип (x)"
77237 #: fortran/simplify.cc:1818
77238 #, gcc-internal-format
77239 msgid "gfc_simplify_dcmplx(): Bad type (y)"
77240 msgstr "gfc_simplify_dcmplx(): помилковий тип (y)"
77242 #: fortran/simplify.cc:1885
77243 #, gcc-internal-format, gfc-internal-format
77244 msgid "If first argument of ATAN2D at %L is zero, then the second argument must not be zero"
77245 msgstr "Якщо першим аргументом ATAN2D у %L є нуль, другим аргументом має бути ненульове значення"
77247 #: fortran/simplify.cc:1920
77248 #, gcc-internal-format
77249 msgid "in gfc_simplify_cos(): Bad type"
77250 msgstr "у gfc_simplify_cos(): помилковий тип"
77252 #: fortran/simplify.cc:2388
77253 #, gcc-internal-format
77254 msgid "gfc_simplify_dim(): Bad type"
77255 msgstr "gfc_simplify_dim(): помилковий тип"
77257 #: fortran/simplify.cc:2962
77258 #, gcc-internal-format
77259 msgid "in gfc_simplify_exp(): Bad type"
77260 msgstr "у gfc_simplify_exp(): помилковий тип"
77262 #: fortran/simplify.cc:3180
77263 #, gcc-internal-format
77264 msgid "gfc_simplify_floor(): Bad kind"
77265 msgstr "gfc_simplify_floor(): помилковий тип"
77267 #: fortran/simplify.cc:3293
77268 #, gcc-internal-format, gfc-internal-format
77269 msgid "Argument of IACHAR at %L must be of length one"
77270 msgstr "Аргумент IACHAR у %L повинен мати одинарну довжину"
77272 #: fortran/simplify.cc:3301
77273 #, gcc-internal-format, gfc-internal-format
77274 msgid "Argument of IACHAR function at %L outside of range 0..127"
77275 msgstr "Аргумент функції IACHAR у %L перебуває у діапазоні 0..127"
77277 #: fortran/simplify.cc:3429
77278 #, gcc-internal-format, gfc-internal-format
77279 msgid "Sum of second and third arguments of IBITS exceeds bit size at %L"
77280 msgstr "Сума другого і третього аргументів IBITS перевищує бітовий розмір у %L"
77282 #: fortran/simplify.cc:3453
77283 #, gcc-internal-format
77284 msgid "IBITS: Bad bit"
77285 msgstr "IBITS: помилковий біт"
77287 #: fortran/simplify.cc:3514
77288 #, gcc-internal-format, gfc-internal-format
77289 msgid "Argument of ICHAR at %L must be of length one"
77290 msgstr "Аргумент ICHAR у %L повинен мати одинарну довжину"
77292 #. Left shift, as in SHIFTL.
77293 #: fortran/simplify.cc:3826 fortran/simplify.cc:3834
77294 #, gcc-internal-format, gfc-internal-format
77295 msgid "Second argument of %s is negative at %L"
77296 msgstr "Другий аргумент %s є від'ємним у %L"
77298 #: fortran/simplify.cc:3846
77299 #, gcc-internal-format, gfc-internal-format
77300 msgid "Magnitude of second argument of %s exceeds bit size at %L"
77301 msgstr ""
77303 #: fortran/simplify.cc:3974
77304 #, gcc-internal-format, gfc-internal-format
77305 msgid "Magnitude of second argument of ISHFTC exceeds BIT_SIZE of first argument at %C"
77306 msgstr ""
77308 #: fortran/simplify.cc:3977
77309 #, gcc-internal-format, gfc-internal-format
77310 msgid "Absolute value of SHIFT shall be less than or equal to SIZE at %C"
77311 msgstr "Абсолютне значення SHIFT має бути меншим або рівним за SIZE у %C"
77313 #: fortran/simplify.cc:4324 fortran/simplify.cc:4457
77314 #, gcc-internal-format, gfc-internal-format
77315 msgid "DIM argument at %L is out of bounds"
77316 msgstr "Аргумент DIM у %L лежить поза межами припустимого діапазону"
77318 #: fortran/simplify.cc:4684
77319 #, gcc-internal-format, gfc-internal-format
77320 msgid "Argument of LOG at %L cannot be less than or equal to zero"
77321 msgstr "Аргументом LOG у %L не може бути число, яке є меншим або рівним нулеві"
77323 #: fortran/simplify.cc:4697
77324 #, gcc-internal-format, gfc-internal-format
77325 msgid "Complex argument of LOG at %L cannot be zero"
77326 msgstr "Комплексний аргумент LOG у %L не може бути нульовим"
77328 #: fortran/simplify.cc:4708
77329 #, gcc-internal-format
77330 msgid "gfc_simplify_log: bad type"
77331 msgstr "gfc_simplify_log: помилковий тип"
77333 #: fortran/simplify.cc:4725
77334 #, gcc-internal-format, gfc-internal-format
77335 msgid "Argument of LOG10 at %L cannot be less than or equal to zero"
77336 msgstr "Аргументом LOG10 у %L не може бути число, яке є меншим або рівним нулеві"
77338 #: fortran/simplify.cc:5078
77339 #, gcc-internal-format
77340 msgid "simplify_min_max(): Bad type in arglist"
77341 msgstr "simplify_min_max(): помилковий тип у списку аргументів"
77343 #: fortran/simplify.cc:6000 fortran/simplify.cc:6008
77344 #, gcc-internal-format
77345 msgid "Argument %qs of MOD at %L shall not be zero"
77346 msgstr ""
77348 #: fortran/simplify.cc:6014
77349 #, gcc-internal-format
77350 msgid "gfc_simplify_mod(): Bad arguments"
77351 msgstr "gfc_simplify_mod(): помилкові аргументи"
77353 #: fortran/simplify.cc:6052 fortran/simplify.cc:6060
77354 #, gcc-internal-format
77355 msgid "Argument %qs of MODULO at %L shall not be zero"
77356 msgstr "Аргументом %qs MODULO у %L має бути ненульове число"
77358 #: fortran/simplify.cc:6066
77359 #, gcc-internal-format
77360 msgid "gfc_simplify_modulo(): Bad arguments"
77361 msgstr "gfc_simplify_modulo(): помилкові аргументи"
77363 #: fortran/simplify.cc:6138
77364 #, gcc-internal-format, gfc-internal-format
77365 msgid "Result of NEAREST is NaN at %L"
77366 msgstr "Результатом обчислення NEAREST у %L є NaN"
77368 #: fortran/simplify.cc:6715
77369 #, gcc-internal-format, gfc-internal-format
77370 msgid "Argument NCOPIES of REPEAT intrinsic is negative at %L"
77371 msgstr ""
77373 #: fortran/simplify.cc:6771
77374 #, gcc-internal-format, gfc-internal-format
77375 msgid "Argument NCOPIES of REPEAT intrinsic is too large at %L"
77376 msgstr ""
77378 #: fortran/simplify.cc:6808
77379 #, gcc-internal-format, gfc-internal-format
77380 msgid "Evaluation of string longer than 2**28 at %L deferred to runtime, expect bugs"
77381 msgstr ""
77383 #: fortran/simplify.cc:6866
77384 #, gcc-internal-format, gfc-internal-format
77385 msgid "The SHAPE array for the RESHAPE intrinsic at %L has a negative value %d for dimension %d"
77386 msgstr ""
77388 #: fortran/simplify.cc:6890
77389 #, gcc-internal-format, gfc-internal-format
77390 msgid "Shapes of ORDER at %L and SHAPE at %L are different"
77391 msgstr ""
77393 #: fortran/simplify.cc:6903
77394 #, gcc-internal-format, gfc-internal-format
77395 msgid "Sizes of ORDER at %L and SHAPE at %L are different"
77396 msgstr ""
77398 #: fortran/simplify.cc:6917
77399 #, gcc-internal-format, gfc-internal-format
77400 msgid "Element with a value of %d in ORDER at %L must be in the range [1, ..., %d] for the RESHAPE intrinsic near %L"
77401 msgstr ""
77403 #: fortran/simplify.cc:6927
77404 #, gcc-internal-format, gfc-internal-format
77405 msgid "ORDER at %L is not a permutation of the size of SHAPE at %L"
77406 msgstr ""
77408 #: fortran/simplify.cc:6988
77409 #, gcc-internal-format, gfc-internal-format
77410 msgid "Reshaped array too large at %C"
77411 msgstr ""
77413 #: fortran/simplify.cc:7104
77414 #, gcc-internal-format, gfc-internal-format
77415 msgid "Result of SCALE overflows its kind at %L"
77416 msgstr ""
77418 #: fortran/simplify.cc:7694
77419 #, gcc-internal-format
77420 msgid "Bad type in gfc_simplify_sign"
77421 msgstr "Помилковий тип у gfc_simplify_sign"
77423 #: fortran/simplify.cc:7723
77424 #, gcc-internal-format
77425 msgid "in gfc_simplify_sin(): Bad type"
77426 msgstr "у gfc_simplify_sin(): помилковий тип"
77428 #: fortran/simplify.cc:7861 fortran/simplify.cc:8144
77429 #, gcc-internal-format
77430 msgid "Failure getting length of a constant array."
77431 msgstr "Помилка під час отримання довжини сталого масиву."
77433 #: fortran/simplify.cc:7871
77434 #, gcc-internal-format
77435 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."
77436 msgstr ""
77438 #: fortran/simplify.cc:7938
77439 #, gcc-internal-format, gfc-internal-format
77440 msgid "Simplification of SPREAD at %C not yet implemented"
77441 msgstr "Спрощення SPREAD у %C ще не реалізовано"
77443 #: fortran/simplify.cc:7962
77444 #, gcc-internal-format, gfc-internal-format
77445 msgid "Argument of SQRT at %L has a negative value"
77446 msgstr "Аргумент SQRT у %L є від'ємним числом"
77448 #: fortran/simplify.cc:7978
77449 #, gcc-internal-format, gfc-internal-format
77450 msgid "invalid argument of SQRT at %L"
77451 msgstr "некоректний аргумент SQRT у %L"
77453 #: fortran/simplify.cc:8325
77454 #, gcc-internal-format, gfc-internal-format
77455 msgid "Out of bounds in IMAGE_INDEX at %L for dimension %d, SUB has %ld and COARRAY lower bound is %ld)"
77456 msgstr ""
77458 #: fortran/simplify.cc:8348
77459 #, gcc-internal-format, gfc-internal-format
77460 msgid "Out of bounds in IMAGE_INDEX at %L for dimension %d, SUB has %ld and COARRAY upper bound is %ld)"
77461 msgstr ""
77463 #: fortran/simplify.cc:8848
77464 #, gcc-internal-format
77465 msgid "Character %qs in string at %L cannot be converted into character kind %d"
77466 msgstr ""
77468 #: fortran/st.cc:301
77469 #, gcc-internal-format
77470 msgid "gfc_free_statement(): Bad statement"
77471 msgstr "gfc_free_statement(): помилкова інструкція"
77473 #: fortran/symbol.cc:141
77474 #, gcc-internal-format, gfc-internal-format
77475 msgid "IMPLICIT NONE (type) statement at %L following an IMPLICIT statement"
77476 msgstr ""
77478 #: fortran/symbol.cc:178
77479 #, gcc-internal-format
77480 msgid "Letter %qc already set in IMPLICIT statement at %C"
77481 msgstr ""
77483 #: fortran/symbol.cc:200
77484 #, gcc-internal-format, gfc-internal-format
77485 msgid "Cannot specify IMPLICIT at %C after IMPLICIT NONE"
77486 msgstr ""
77488 #: fortran/symbol.cc:210
77489 #, gcc-internal-format
77490 msgid "Letter %qc already has an IMPLICIT type at %C"
77491 msgstr ""
77493 #: fortran/symbol.cc:234
77494 #, gcc-internal-format
77495 msgid "Option %<-fallow-leading-underscore%> is for use only by gfortran developers, and should not be used for implicitly typed variables"
77496 msgstr ""
77498 #: fortran/symbol.cc:239
77499 #, gcc-internal-format
77500 msgid "gfc_get_default_type(): Bad symbol %qs"
77501 msgstr "gfc_get_default_type(): помилковий символ %qs"
77503 #: fortran/symbol.cc:296
77504 #, gcc-internal-format
77505 msgid "gfc_set_default_type(): symbol already has a type"
77506 msgstr "gfc_set_default_type(): символ вже має тип"
77508 #: fortran/symbol.cc:306
77509 #, gcc-internal-format
77510 msgid "Symbol %qs at %L has no IMPLICIT type; did you mean %qs?"
77511 msgstr ""
77513 #: fortran/symbol.cc:310
77514 #, gcc-internal-format
77515 msgid "Symbol %qs at %L has no IMPLICIT type"
77516 msgstr ""
77518 #. BIND(C) variables should not be implicitly declared.
77519 #: fortran/symbol.cc:330
77520 #, gcc-internal-format
77521 msgid "Implicitly declared BIND(C) variable %qs at %L may not be C interoperable"
77522 msgstr ""
77524 #. Dummy args to a BIND(C) routine may not be interoperable if
77525 #. they are implicitly typed.
77526 #: fortran/symbol.cc:346
77527 #, gcc-internal-format
77528 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"
77529 msgstr ""
77531 #: fortran/symbol.cc:387
77532 #, gcc-internal-format
77533 msgid "Function result %qs at %L has no IMPLICIT type"
77534 msgstr ""
77536 #: fortran/symbol.cc:488
77537 #, gcc-internal-format, gfc-internal-format
77538 msgid "%s attribute not allowed in BLOCK DATA program unit at %L"
77539 msgstr ""
77541 #: fortran/symbol.cc:513
77542 #, gcc-internal-format, gfc-internal-format
77543 msgid "Namelist group name at %L cannot have the SAVE attribute"
77544 msgstr ""
77546 #: fortran/symbol.cc:532
77547 #, gcc-internal-format
77548 msgid "internal procedure %qs at %L conflicts with DUMMY argument"
77549 msgstr ""
77551 #: fortran/symbol.cc:565
77552 #, gcc-internal-format, gfc-internal-format
77553 msgid "Procedure pointer at %C"
77554 msgstr ""
77556 #: fortran/symbol.cc:777
77557 #, gcc-internal-format, gfc-internal-format
77558 msgid "%s attribute applied to %s %s at %L"
77559 msgstr ""
77561 #: fortran/symbol.cc:784
77562 #, gcc-internal-format, gfc-internal-format
77563 msgid "BIND(C) applied to %s %s at %L"
77564 msgstr ""
77566 #: fortran/symbol.cc:905 fortran/symbol.cc:916 fortran/symbol.cc:1796
77567 #, gcc-internal-format, gfc-internal-format
77568 msgid "%s attribute conflicts with %s attribute at %L"
77569 msgstr ""
77571 #: fortran/symbol.cc:908 fortran/symbol.cc:922
77572 #, gcc-internal-format
77573 msgid "%s attribute conflicts with %s attribute in %qs at %L"
77574 msgstr ""
77576 #: fortran/symbol.cc:966
77577 #, gcc-internal-format, gfc-internal-format
77578 msgid "Cannot change attributes of USE-associated symbol at %L"
77579 msgstr ""
77581 #: fortran/symbol.cc:969
77582 #, gcc-internal-format, gfc-internal-format
77583 msgid "Cannot change attributes of USE-associated symbol %s at %L"
77584 msgstr ""
77586 #: fortran/symbol.cc:985
77587 #, gcc-internal-format, gfc-internal-format
77588 msgid "Duplicate %s attribute specified at %L"
77589 msgstr ""
77591 #: fortran/symbol.cc:1027
77592 #, gcc-internal-format, gfc-internal-format
77593 msgid "ALLOCATABLE specified outside of INTERFACE body at %L"
77594 msgstr ""
77596 #: fortran/symbol.cc:1044
77597 #, gcc-internal-format, gfc-internal-format
77598 msgid "Duplicate AUTOMATIC attribute specified at %L"
77599 msgstr ""
77601 #: fortran/symbol.cc:1068
77602 #, gcc-internal-format
77603 msgid "CODIMENSION specified for %qs outside its INTERFACE body at %L"
77604 msgstr ""
77606 #: fortran/symbol.cc:1094
77607 #, gcc-internal-format
77608 msgid "DIMENSION specified for %qs outside its INTERFACE body at %L"
77609 msgstr ""
77611 #: fortran/symbol.cc:1257
77612 #, gcc-internal-format, gfc-internal-format
77613 msgid "Cray Pointee at %L appears in multiple pointer() statements"
77614 msgstr ""
77616 #: fortran/symbol.cc:1276
77617 #, gcc-internal-format, gfc-internal-format
77618 msgid "Duplicate PROTECTED attribute specified at %L"
77619 msgstr ""
77621 #: fortran/symbol.cc:1309
77622 #, gcc-internal-format, gfc-internal-format
77623 msgid "SAVE attribute at %L cannot be specified in a PURE procedure"
77624 msgstr ""
77626 #: fortran/symbol.cc:1321
77627 #, gcc-internal-format, gfc-internal-format
77628 msgid "Duplicate SAVE attribute specified at %L"
77629 msgstr ""
77631 #: fortran/symbol.cc:1341
77632 #, gcc-internal-format, gfc-internal-format
77633 msgid "Duplicate VALUE attribute specified at %L"
77634 msgstr ""
77636 #: fortran/symbol.cc:1360
77637 #, gcc-internal-format, gfc-internal-format
77638 msgid "Duplicate VOLATILE attribute specified at %L"
77639 msgstr ""
77641 #: fortran/symbol.cc:1372
77642 #, gcc-internal-format, gfc-internal-format
77643 msgid "VOLATILE attribute at %L cannot be specified in a PURE procedure"
77644 msgstr ""
77646 #: fortran/symbol.cc:1393
77647 #, gcc-internal-format, gfc-internal-format
77648 msgid "Duplicate ASYNCHRONOUS attribute specified at %L"
77649 msgstr ""
77651 #: fortran/symbol.cc:1792
77652 #, gcc-internal-format
77653 msgid "%s attribute of %qs conflicts with %s attribute at %L"
77654 msgstr ""
77656 #: fortran/symbol.cc:1829
77657 #, gcc-internal-format, gfc-internal-format
77658 msgid ""
77659 "%s procedure at %L is already declared as %s procedure. \n"
77660 "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"
77661 msgstr ""
77663 #: fortran/symbol.cc:1837
77664 #, gcc-internal-format, gfc-internal-format
77665 msgid "%s procedure at %L is already declared as %s procedure"
77666 msgstr ""
77668 #: fortran/symbol.cc:1872
77669 #, gcc-internal-format, gfc-internal-format
77670 msgid "INTENT (%s) conflicts with INTENT(%s) at %L"
77671 msgstr ""
77673 #: fortran/symbol.cc:1896
77674 #, gcc-internal-format, gfc-internal-format
77675 msgid "ACCESS specification at %L was already specified"
77676 msgstr ""
77678 #: fortran/symbol.cc:1913
77679 #, gcc-internal-format, gfc-internal-format
77680 msgid "Duplicate BIND attribute specified at %L"
77681 msgstr ""
77683 #: fortran/symbol.cc:1920
77684 #, gcc-internal-format, gfc-internal-format
77685 msgid "BIND(C) at %L"
77686 msgstr "BIND(C) у %L"
77688 #: fortran/symbol.cc:1936
77689 #, gcc-internal-format, gfc-internal-format
77690 msgid "Duplicate EXTENDS attribute specified at %L"
77691 msgstr ""
77693 #: fortran/symbol.cc:1940
77694 #, gcc-internal-format, gfc-internal-format
77695 msgid "EXTENDS at %L"
77696 msgstr "EXTENDS у %L"
77698 #: fortran/symbol.cc:1966
77699 #, gcc-internal-format
77700 msgid "Symbol %qs at %L already has an explicit interface"
77701 msgstr ""
77703 #: fortran/symbol.cc:1973
77704 #, gcc-internal-format
77705 msgid "%qs at %L has attributes specified outside its INTERFACE body"
77706 msgstr ""
77708 #: fortran/symbol.cc:2011
77709 #, gcc-internal-format
77710 msgid "Symbol %qs at %L conflicts with symbol from module %qs, use-associated at %L"
77711 msgstr ""
77713 #: fortran/symbol.cc:2015 fortran/symbol.cc:2018
77714 #, gcc-internal-format
77715 msgid "Symbol %qs at %L already has basic type of %s"
77716 msgstr ""
77718 #: fortran/symbol.cc:2025
77719 #, gcc-internal-format
77720 msgid "Procedure %qs at %L may not have basic type of %s"
77721 msgstr ""
77723 #: fortran/symbol.cc:2037
77724 #, gcc-internal-format
77725 msgid "Symbol %qs at %L cannot have a type"
77726 msgstr ""
77728 #: fortran/symbol.cc:2282
77729 #, gcc-internal-format
77730 msgid "Component %qs at %C already in the parent type at %L"
77731 msgstr ""
77733 #: fortran/symbol.cc:2367
77734 #, gcc-internal-format
77735 msgid "Symbol %qs at %C is ambiguous"
77736 msgstr ""
77738 #: fortran/symbol.cc:2399
77739 #, gcc-internal-format
77740 msgid "Derived type %qs at %C is being used before it is defined"
77741 msgstr ""
77743 #: fortran/symbol.cc:2548
77744 #, gcc-internal-format
77745 msgid "Component %qs at %C is a PRIVATE component of %qs"
77746 msgstr ""
77748 #: fortran/symbol.cc:2569
77749 #, gcc-internal-format
77750 msgid "%qs at %C is not a member of the %qs structure; did you mean %qs?"
77751 msgstr ""
77753 #: fortran/symbol.cc:2573
77754 #, gcc-internal-format
77755 msgid "%qs at %C is not a member of the %qs structure"
77756 msgstr ""
77758 #: fortran/symbol.cc:2737
77759 #, gcc-internal-format, gfc-internal-format
77760 msgid "Duplicate statement label %d at %L and %L"
77761 msgstr ""
77763 #: fortran/symbol.cc:2748
77764 #, gcc-internal-format, gfc-internal-format
77765 msgid "Label %d at %C already referenced as branch target"
77766 msgstr ""
77768 #: fortran/symbol.cc:2758
77769 #, gcc-internal-format, gfc-internal-format
77770 msgid "Label %d at %C already referenced as a format label"
77771 msgstr ""
77773 #: fortran/symbol.cc:2765
77774 #, gcc-internal-format, gfc-internal-format
77775 msgid "DO termination statement which is not END DO or CONTINUE with label %d at %C"
77776 msgstr ""
77778 #: fortran/symbol.cc:2806
77779 #, gcc-internal-format, gfc-internal-format
77780 msgid "Label %d at %C previously used as a FORMAT label"
77781 msgstr ""
77783 #: fortran/symbol.cc:2815
77784 #, gcc-internal-format, gfc-internal-format
77785 msgid "Label %d at %C previously used as branch target"
77786 msgstr ""
77788 #: fortran/symbol.cc:2822
77789 #, gcc-internal-format, gfc-internal-format
77790 msgid "Shared DO termination label %d at %C"
77791 msgstr ""
77793 #: fortran/symbol.cc:2826
77794 #, gcc-internal-format, gfc-internal-format
77795 msgid "Labeled DO statement at %L"
77796 msgstr ""
77798 #: fortran/symbol.cc:3167
77799 #, gcc-internal-format
77800 msgid "Name %qs at %C is an ambiguous reference to %qs from module %qs"
77801 msgstr ""
77803 #: fortran/symbol.cc:3170
77804 #, gcc-internal-format
77805 msgid "Name %qs at %C is an ambiguous reference to %qs from current program unit"
77806 msgstr ""
77808 #. Symbol is from another namespace.
77809 #: fortran/symbol.cc:3415
77810 #, gcc-internal-format
77811 msgid "Symbol %qs at %C has already been host associated"
77812 msgstr ""
77814 #: fortran/symbol.cc:4434
77815 #, gcc-internal-format
77816 msgid "verify_bind_c_derived_type(): Given symbol is unexpectedly NULL"
77817 msgstr "verify_bind_c_derived_type(): наданий символ неочікувано виявився рівним NULL"
77819 #: fortran/symbol.cc:4447
77820 #, gcc-internal-format
77821 msgid "Derived type %qs declared at %L must have the BIND attribute to be C interoperable"
77822 msgstr ""
77824 #: fortran/symbol.cc:4465
77825 #, gcc-internal-format
77826 msgid "Derived type %qs with BIND(C) attribute at %L is empty, and may be inaccessible by the C companion processor"
77827 msgstr ""
77829 #: fortran/symbol.cc:4486
77830 #, gcc-internal-format
77831 msgid "Component %qs at %L cannot have the POINTER attribute because it is a member of the BIND(C) derived type %qs at %L"
77832 msgstr ""
77834 #: fortran/symbol.cc:4496
77835 #, gcc-internal-format
77836 msgid "Procedure pointer component %qs at %L cannot be a member of the BIND(C) derived type %qs at %L"
77837 msgstr ""
77839 #: fortran/symbol.cc:4507
77840 #, gcc-internal-format
77841 msgid "Component %qs at %L cannot have the ALLOCATABLE attribute because it is a member of the BIND(C) derived type %qs at %L"
77842 msgstr ""
77844 #: fortran/symbol.cc:4546
77845 #, gcc-internal-format
77846 msgid "Component %qs in derived type %qs at %L may not be C interoperable, even though derived type %qs is BIND(C)"
77847 msgstr ""
77849 #: fortran/symbol.cc:4556
77850 #, gcc-internal-format
77851 msgid "Component %qs in derived type %qs at %L may not be C interoperable"
77852 msgstr ""
77854 #: fortran/symbol.cc:4568
77855 #, gcc-internal-format
77856 msgid "Derived type %qs at %L cannot have the SEQUENCE attribute because it is BIND(C)"
77857 msgstr ""
77859 #: fortran/symbol.cc:5065 fortran/symbol.cc:5070
77860 #, gcc-internal-format
77861 msgid "Symbol %qs is used before it is typed at %L"
77862 msgstr ""
77864 #: fortran/target-memory.cc:137
77865 #, gcc-internal-format
77866 msgid "Invalid expression in gfc_element_size."
77867 msgstr "Некоректний вираз у gfc_element_size."
77869 #: fortran/target-memory.cc:361
77870 #, gcc-internal-format
77871 msgid "Invalid expression in gfc_target_encode_expr."
77872 msgstr "Некоректний вираз у gfc_target_encode_expr."
77874 #: fortran/target-memory.cc:634
77875 #, gcc-internal-format
77876 msgid "Invalid expression in gfc_target_interpret_expr."
77877 msgstr "Некоректний вираз у gfc_target_interpret_expr."
77879 #: fortran/target-memory.cc:707
77880 #, gcc-internal-format, gfc-internal-format
77881 msgid "Overlapping unequal initializers in EQUIVALENCE at %L"
77882 msgstr ""
77884 #: fortran/target-memory.cc:710
77885 #, gcc-internal-format, gfc-internal-format
77886 msgid "Overlapping unequal initializers in EQUIVALENCE at %C"
77887 msgstr ""
77889 #. Problems occur when we get something like
77890 #. integer :: a(lots) = (/(i, i=1, lots)/)
77891 #: fortran/trans-array.cc:6339
77892 #, gcc-internal-format
77893 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"
77894 msgstr ""
77896 #: fortran/trans-array.cc:8509
77897 #, gcc-internal-format
77898 msgid "Creating array temporary at %L for argument %qs"
77899 msgstr ""
77901 #: fortran/trans-array.cc:11773
77902 #, gcc-internal-format, gfc-internal-format
77903 msgid "bad expression type during walk (%d)"
77904 msgstr ""
77906 #: fortran/trans-common.cc:411
77907 #, gcc-internal-format
77908 msgid "Named COMMON block %qs at %L shall be of the same size as elsewhere (%lu vs %lu bytes)"
77909 msgstr ""
77911 #: fortran/trans-common.cc:819
77912 #, gcc-internal-format
77913 msgid "get_mpz(): Not an integer constant"
77914 msgstr "get_mpz(): не є сталим цілим значенням"
77916 #: fortran/trans-common.cc:847
77917 #, gcc-internal-format
77918 msgid "element_number(): Bad dimension type"
77919 msgstr "element_number(): помилковий тип розмірності"
77921 #: fortran/trans-common.cc:917
77922 #, gcc-internal-format, gfc-internal-format
77923 msgid "Bad array reference at %L"
77924 msgstr ""
77926 #: fortran/trans-common.cc:925
77927 #, gcc-internal-format, gfc-internal-format
77928 msgid "Illegal reference type at %L as EQUIVALENCE object"
77929 msgstr ""
77931 #: fortran/trans-common.cc:965
77932 #, gcc-internal-format
77933 msgid "Inconsistent equivalence rules involving %qs at %L and %qs at %L"
77934 msgstr ""
77936 #. Aligning this field would misalign a previous field.
77937 #: fortran/trans-common.cc:1154
77938 #, gcc-internal-format
77939 msgid "The equivalence set for variable %qs declared at %L violates alignment requirements"
77940 msgstr ""
77942 #: fortran/trans-common.cc:1219
77943 #, gcc-internal-format
77944 msgid "Equivalence for %qs does not match ordering of COMMON %qs at %L"
77945 msgstr ""
77947 #: fortran/trans-common.cc:1234
77948 #, gcc-internal-format
77949 msgid "The equivalence set for %qs cause an invalid extension to COMMON %qs at %L"
77950 msgstr ""
77952 #: fortran/trans-common.cc:1250
77953 #, gcc-internal-format
77954 msgid "Padding of %d bytes required before %qs in COMMON %qs at %L; reorder elements or use %<-fno-align-commons%>"
77955 msgstr ""
77957 #: fortran/trans-common.cc:1256
77958 #, gcc-internal-format
77959 msgid "Padding of %d bytes required before %qs in COMMON at %L; reorder elements or use %<-fno-align-commons%>"
77960 msgstr ""
77962 #: fortran/trans-common.cc:1277
77963 #, gcc-internal-format
77964 msgid "COMMON %qs at %L does not exist"
77965 msgstr ""
77967 #: fortran/trans-common.cc:1286
77968 #, gcc-internal-format
77969 msgid "COMMON %qs at %L requires %d bytes of padding; reorder elements or use %<-fno-align-commons%>"
77970 msgstr ""
77972 #: fortran/trans-common.cc:1291
77973 #, gcc-internal-format
77974 msgid "COMMON at %L requires %d bytes of padding; reorder elements or use %<-fno-align-commons%>"
77975 msgstr ""
77977 #: fortran/trans-const.cc:336
77978 #, gcc-internal-format, gfc-internal-format
77979 msgid "Assigning value other than 0 or 1 to LOGICAL has undefined result at %L"
77980 msgstr ""
77982 #: fortran/trans-const.cc:402
77983 #, gcc-internal-format, gfc-internal-format
77984 msgid "non-constant initialization expression at %L"
77985 msgstr ""
77987 #: fortran/trans-decl.cc:762
77988 #, gcc-internal-format
77989 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."
77990 msgstr ""
77992 #: fortran/trans-decl.cc:1791
77993 #, gcc-internal-format
77994 msgid "intrinsic variable which isn't a procedure"
77995 msgstr ""
77997 #: fortran/trans-decl.cc:4520 fortran/trans-decl.cc:7757
77998 #, gcc-internal-format
77999 msgid "Return value of function %qs at %L not set"
78000 msgstr ""
78002 #: fortran/trans-decl.cc:5012
78003 #, gcc-internal-format
78004 msgid "Deferred type parameter not yet supported"
78005 msgstr ""
78007 #: fortran/trans-decl.cc:5245
78008 #, gcc-internal-format
78009 msgid "backend decl for module variable %qs already exists"
78010 msgstr ""
78012 #: fortran/trans-decl.cc:5258
78013 #, gcc-internal-format
78014 msgid "Unused PRIVATE module variable %qs declared at %L"
78015 msgstr ""
78017 #: fortran/trans-decl.cc:5888
78018 #, gcc-internal-format
78019 msgid "Dummy argument %qs at %L was declared INTENT(OUT) but was not set"
78020 msgstr ""
78022 #: fortran/trans-decl.cc:5894
78023 #, gcc-internal-format
78024 msgid "Derived-type dummy argument %qs at %L was declared INTENT(OUT) but was not set and does not have a default initializer"
78025 msgstr ""
78027 #: fortran/trans-decl.cc:5905 fortran/trans-decl.cc:6056
78028 #, gcc-internal-format
78029 msgid "Unused dummy argument %qs at %L"
78030 msgstr ""
78032 #: fortran/trans-decl.cc:5921
78033 #, gcc-internal-format
78034 msgid "Unused module variable %qs which has been explicitly imported at %L"
78035 msgstr ""
78037 #: fortran/trans-decl.cc:5940
78038 #, gcc-internal-format
78039 msgid "Unused variable %qs declared at %L"
78040 msgstr "Невикористану змінну %qs оголошено у рядку %L"
78042 #: fortran/trans-decl.cc:5989
78043 #, gcc-internal-format
78044 msgid "Unused parameter %qs declared at %L"
78045 msgstr "Невикористаний параметр %qs, оголошено у %L"
78047 #: fortran/trans-decl.cc:5993
78048 #, gcc-internal-format
78049 msgid "Unused parameter %qs which has been explicitly imported at %L"
78050 msgstr "Невикористаний параметр %qs, який було явно імпортовано у %L"
78052 #: fortran/trans-decl.cc:6023
78053 #, gcc-internal-format
78054 msgid "Return value %qs of function %qs declared at %L not set"
78055 msgstr ""
78057 #: fortran/trans-decl.cc:6620
78058 #, gcc-internal-format, gfc-internal-format
78059 msgid "Sorry, !$ACC DECLARE at %L is not allowed in BLOCK construct"
78060 msgstr ""
78062 #: fortran/trans-expr.cc:1109
78063 #, gcc-internal-format, gfc-internal-format
78064 msgid "Cannot compute the length of the char array at %L."
78065 msgstr ""
78067 #: fortran/trans-expr.cc:1884
78068 #, gcc-internal-format, gfc-internal-format
78069 msgid "Code for reallocating the allocatable variable at %L will be added"
78070 msgstr ""
78072 #: fortran/trans-expr.cc:2200
78073 #, gcc-internal-format, gfc-internal-format
78074 msgid "Sorry, coindexed access to an unlimited polymorphic object at %L is not supported"
78075 msgstr ""
78077 #: fortran/trans-expr.cc:2209
78078 #, gcc-internal-format, gfc-internal-format
78079 msgid "Sorry, coindexed access to an unlimited polymorphic component at %L is not supported"
78080 msgstr ""
78082 #: fortran/trans-expr.cc:3885
78083 #, gcc-internal-format
78084 msgid "Unknown intrinsic op"
78085 msgstr ""
78087 #: fortran/trans-expr.cc:5403
78088 #, gcc-internal-format, gfc-internal-format
78089 msgid "Unknown argument list function at %L"
78090 msgstr ""
78092 #: fortran/trans-expr.cc:10044
78093 #, gcc-internal-format, gfc-internal-format
78094 msgid "If bounds remapping is specified at %L, the pointer target shall not be NULL"
78095 msgstr ""
78097 #: fortran/trans-intrinsic.cc:944
78098 #, gcc-internal-format
78099 msgid "Intrinsic function %qs (%d) not recognized"
78100 msgstr ""
78102 #: fortran/trans-intrinsic.cc:2449 fortran/trans-intrinsic.cc:2998
78103 #: fortran/trans-intrinsic.cc:3199
78104 #, gcc-internal-format
78105 msgid "%<dim%> argument of %s intrinsic at %L is not a valid dimension index"
78106 msgstr ""
78108 #: fortran/trans-intrinsic.cc:12107 fortran/trans-stmt.cc:1101
78109 #, gcc-internal-format, gfc-internal-format
78110 msgid "Sorry, the event component of derived type at %L is not yet supported"
78111 msgstr ""
78113 #: fortran/trans-intrinsic.cc:12114
78114 #, gcc-internal-format, gfc-internal-format
78115 msgid "The event variable at %L shall not be coindexed"
78116 msgstr ""
78118 #: fortran/trans-io.cc:1991
78119 #, gcc-internal-format
78120 msgid "build_dt: format with namelist"
78121 msgstr ""
78123 #: fortran/trans-io.cc:2532
78124 #, gcc-internal-format, gfc-internal-format
78125 msgid "Bad IO basetype (%d)"
78126 msgstr ""
78128 #: fortran/trans-openmp.cc:871 fortran/trans-openmp.cc:1388
78129 #, gcc-internal-format
78130 msgid "Sorry, polymorphic arrays not yet supported for firstprivate"
78131 msgstr ""
78133 #: fortran/trans-openmp.cc:1542
78134 #, gcc-internal-format
78135 msgid "implicit mapping of assumed size array %qD"
78136 msgstr ""
78138 #: fortran/trans-openmp.cc:3137
78139 #, gcc-internal-format
78140 msgid "optional class parameter"
78141 msgstr "необов'язковий параметр класу"
78143 #: fortran/trans-openmp.cc:3447
78144 #, gcc-internal-format
78145 msgid "unhandled expression type"
78146 msgstr "непридатний до обробки тип виразів"
78148 #: fortran/trans-openmp.cc:3601
78149 #, gcc-internal-format
78150 msgid "unhandled expression"
78151 msgstr "непридатний до обробки вираз"
78153 #: fortran/trans-openmp.cc:5152 fortran/trans-openmp.cc:5172
78154 #, gcc-internal-format
78155 msgid "non-rectangular loop nest with step other than constant 1 or -1 for %qs"
78156 msgstr ""
78158 #: fortran/trans-openmp.cc:5174
78159 #, fuzzy, gcc-internal-format
78160 #| msgid "assigned here"
78161 msgid "Used here"
78162 msgstr "призначено тут:"
78164 #: fortran/trans-openmp.cc:6691
78165 #, gcc-internal-format
78166 msgid "%qs specified in 'allocate' clause at %L but not in an explicit privatization clause"
78167 msgstr ""
78169 #: fortran/trans-openmp.cc:7588
78170 #, gcc-internal-format
78171 msgid "gfc_trans_omp_workshare(): Bad statement code"
78172 msgstr ""
78174 #: fortran/trans-openmp.cc:7888
78175 #, gcc-internal-format, gfc-internal-format
78176 msgid "The base name for 'declare variant' must be specified at %L "
78177 msgstr ""
78179 #: fortran/trans-openmp.cc:7898
78180 #, gcc-internal-format, gfc-internal-format
78181 msgid "The base name at %L does not match the name of the current procedure"
78182 msgstr ""
78184 #: fortran/trans-openmp.cc:7901
78185 #, gcc-internal-format, gfc-internal-format
78186 msgid "The base name at %L must not be an entry name"
78187 msgstr ""
78189 #: fortran/trans-openmp.cc:7904
78190 #, gcc-internal-format, gfc-internal-format
78191 msgid "The base name at %L must not be a generic name"
78192 msgstr ""
78194 #: fortran/trans-openmp.cc:7907
78195 #, gcc-internal-format, gfc-internal-format
78196 msgid "The base name at %L must not be a procedure pointer"
78197 msgstr ""
78199 #: fortran/trans-openmp.cc:7910
78200 #, gcc-internal-format, gfc-internal-format
78201 msgid "The base procedure at %L must have an explicit interface"
78202 msgstr ""
78204 #: fortran/trans-openmp.cc:8007
78205 #, gcc-internal-format
78206 msgid "Cannot find symbol %qs"
78207 msgstr "Не вдалося знайти символ %qs"
78209 #: fortran/trans-openmp.cc:8018
78210 #, gcc-internal-format
78211 msgid "variant %qs at %L is not a function or subroutine"
78212 msgstr ""
78214 #: fortran/trans-openmp.cc:8030
78215 #, gcc-internal-format
78216 msgid "variant %qs and base %qs at %L have incompatible types: %s"
78217 msgstr ""
78219 #: fortran/trans-stmt.cc:573
78220 #, gcc-internal-format, gfc-internal-format
78221 msgid "An alternate return at %L without a * dummy argument"
78222 msgstr ""
78224 #: fortran/trans-stmt.cc:905
78225 #, gcc-internal-format, gfc-internal-format
78226 msgid "Sorry, the lock component of derived type at %L is not yet supported"
78227 msgstr ""
78229 #: fortran/trans-stmt.cc:1364
78230 #, gcc-internal-format, gfc-internal-format
78231 msgid "Sorry, only support for integer kind %d implemented for image-set at %L"
78232 msgstr ""
78234 #: fortran/trans-stmt.cc:3632
78235 #, gcc-internal-format
78236 msgid "gfc_trans_select(): Bad type for case expr."
78237 msgstr ""
78239 #: fortran/trans-types.cc:537
78240 #, gcc-internal-format
78241 msgid "%<-fconvert=r16_ieee%> or %<-fconvert=r16_ibm%> not supported on this architecture"
78242 msgstr ""
78244 #: fortran/trans-types.cc:550
78245 #, gcc-internal-format
78246 msgid "INTEGER(KIND=8) is not available for %<-fdefault-integer-8%> option"
78247 msgstr ""
78249 #: fortran/trans-types.cc:559
78250 #, gcc-internal-format
78251 msgid "INTEGER(KIND=8) is not available for %<-finteger-4-integer-8%> option"
78252 msgstr ""
78254 #: fortran/trans-types.cc:578
78255 #, gcc-internal-format
78256 msgid "REAL(KIND=8) is not available for %<-fdefault-real-8%> option"
78257 msgstr ""
78259 #: fortran/trans-types.cc:586
78260 #, gcc-internal-format
78261 msgid "REAL(KIND=10) is not available for %<-fdefault-real-10%> option"
78262 msgstr ""
78264 #: fortran/trans-types.cc:594
78265 #, gcc-internal-format
78266 msgid "REAL(KIND=16) is not available for %<-fdefault-real-16%> option"
78267 msgstr ""
78269 #: fortran/trans-types.cc:602
78270 #, gcc-internal-format
78271 msgid "REAL(KIND=8) is not available for %<-freal-4-real-8%> option"
78272 msgstr ""
78274 #: fortran/trans-types.cc:610
78275 #, gcc-internal-format
78276 msgid "REAL(KIND=10) is not available for %<-freal-4-real-10%> option"
78277 msgstr ""
78279 #: fortran/trans-types.cc:618
78280 #, gcc-internal-format
78281 msgid "REAL(KIND=16) is not available for %<-freal-4-real-16%> option"
78282 msgstr ""
78284 #: fortran/trans-types.cc:649
78285 #, gcc-internal-format
78286 msgid "REAL(KIND=4) is not available for %<-freal-8-real-4%> option"
78287 msgstr ""
78289 #: fortran/trans-types.cc:657
78290 #, gcc-internal-format
78291 msgid "REAL(KIND=10) is not available for %<-freal-8-real-10%> option"
78292 msgstr ""
78294 #: fortran/trans-types.cc:665
78295 #, gcc-internal-format
78296 msgid "REAL(KIND=10) is not available for %<-freal-8-real-16%> option"
78297 msgstr ""
78299 #: fortran/trans-types.cc:807
78300 #, gcc-internal-format
78301 msgid "gfc_validate_kind(): Got bad type"
78302 msgstr ""
78304 #: fortran/trans-types.cc:811
78305 #, gcc-internal-format
78306 msgid "gfc_validate_kind(): Got bad kind"
78307 msgstr ""
78309 #: fortran/trans.cc:2268
78310 #, gcc-internal-format
78311 msgid "gfc_trans_code(): Bad statement code"
78312 msgstr ""
78314 #: go/gofrontend/embed.cc:278
78315 #, gcc-internal-format
78316 msgid "invalid embedcfg: not a JSON object"
78317 msgstr ""
78319 #: go/gofrontend/embed.cc:285
78320 #, gcc-internal-format
78321 msgid "invalid embedcfg: missing Patterns"
78322 msgstr ""
78324 #: go/gofrontend/embed.cc:290
78325 #, gcc-internal-format
78326 msgid "invalid embedcfg: Patterns is not a JSON object"
78327 msgstr ""
78329 #: go/gofrontend/embed.cc:297
78330 #, gcc-internal-format
78331 msgid "invalid embedcfg: missing Files"
78332 msgstr ""
78334 #: go/gofrontend/embed.cc:302
78335 #, gcc-internal-format
78336 msgid "invalid embedcfg: Files is not a JSON object"
78337 msgstr ""
78339 #: go/gofrontend/embed.cc:312
78340 #, gcc-internal-format
78341 msgid "invalid embedcfg: Patterns entry is not an array"
78342 msgstr ""
78344 #: go/gofrontend/embed.cc:324
78345 #, gcc-internal-format
78346 msgid "invalid embedcfg: duplicate Patterns entry"
78347 msgstr ""
78349 #: go/gofrontend/embed.cc:336
78350 #, gcc-internal-format
78351 msgid "invalid embedcfg: Files entry is not a string"
78352 msgstr ""
78354 #: go/gofrontend/embed.cc:353
78355 #, gcc-internal-format
78356 msgid "empty file"
78357 msgstr "порожній файл"
78359 #: go/gofrontend/embed.cc:391 go/gofrontend/embed.cc:520
78360 #, gcc-internal-format
78361 msgid "expected %<\"%>"
78362 msgstr "мало бути %<\"%>"
78364 #: go/gofrontend/embed.cc:474
78365 #, gcc-internal-format
78366 msgid "expected %<,%> or %<]%>"
78367 msgstr "мало бути %<,%> або %<]%>"
78369 #: go/gofrontend/embed.cc:506
78370 #, gcc-internal-format
78371 msgid "invalid JSON syntax"
78372 msgstr "некоректний синтаксис JSON"
78374 #: go/gofrontend/embed.cc:538 go/gofrontend/embed.cc:581
78375 #: go/gofrontend/embed.cc:615
78376 #, gcc-internal-format
78377 msgid "unterminated string"
78378 msgstr "незавершений рядок"
78380 #: go/gofrontend/embed.cc:595
78381 #, gcc-internal-format
78382 msgid "invalid hex digit"
78383 msgstr "некоректна шістнадцяткова цифра"
78385 #: go/gofrontend/embed.cc:604
78386 #, gcc-internal-format
78387 msgid "unrecognized string escape"
78388 msgstr ""
78390 #: go/gofrontend/embed.cc:625
78391 #, gcc-internal-format
78392 msgid "extraneous data at end of file"
78393 msgstr ""
78395 #: go/gofrontend/embed.cc:645
78396 #, gcc-internal-format
78397 msgid "unexpected EOF"
78398 msgstr "неочікуваний символ кінця файла"
78400 #: jit/dummy-frontend.cc:207 lto/lto-lang.cc:310
78401 #, gcc-internal-format
78402 msgid "%s:%s: %E: %E"
78403 msgstr ""
78405 #: lto/lto-common.cc:2023
78406 #, gcc-internal-format
78407 msgid "bytecode stream: garbage at the end of symbols section"
78408 msgstr ""
78410 #: lto/lto-common.cc:2050
78411 #, gcc-internal-format
78412 msgid "could not parse hex number"
78413 msgstr ""
78415 #: lto/lto-common.cc:2082
78416 #, gcc-internal-format, gfc-internal-format
78417 msgid "unexpected file name %s in linker resolution file. Expected %s"
78418 msgstr ""
78420 #: lto/lto-common.cc:2091
78421 #, gcc-internal-format
78422 msgid "could not parse file offset"
78423 msgstr ""
78425 #: lto/lto-common.cc:2094
78426 #, gcc-internal-format
78427 msgid "unexpected offset"
78428 msgstr ""
78430 #: lto/lto-common.cc:2115
78431 #, gcc-internal-format
78432 msgid "invalid line in the resolution file"
78433 msgstr ""
78435 #: lto/lto-common.cc:2137
78436 #, gcc-internal-format
78437 msgid "invalid resolution in the resolution file"
78438 msgstr ""
78440 #: lto/lto-common.cc:2143
78441 #, gcc-internal-format
78442 msgid "resolution sub id %wx not in object file"
78443 msgstr ""
78445 #: lto/lto-common.cc:2260
78446 #, gcc-internal-format
78447 msgid "bytecode stream in file %qs generated with GCC compiler older than 10.0"
78448 msgstr ""
78450 #: lto/lto-common.cc:2279
78451 #, gcc-internal-format
78452 msgid "cannot read %<LTO_section_decls%> from %s"
78453 msgstr "не вдалося прочитати %<LTO_section_decls%> з %s"
78455 #: lto/lto-common.cc:2400
78456 #, gcc-internal-format, gfc-internal-format
78457 msgid "Cannot open %s"
78458 msgstr "Не вдалося відкрити %s"
78460 #: lto/lto-common.cc:2421
78461 #, gcc-internal-format, gfc-internal-format
78462 msgid "Cannot map %s"
78463 msgstr ""
78465 #: lto/lto-common.cc:2432
78466 #, gcc-internal-format, gfc-internal-format
78467 msgid "Cannot read %s"
78468 msgstr "Не вдалося прочитати %s"
78470 #: lto/lto-common.cc:2749
78471 #, gcc-internal-format
78472 msgid "could not open symbol resolution file: %m"
78473 msgstr ""
78475 #: lto/lto-common.cc:2874
78476 #, gcc-internal-format, gfc-internal-format
78477 msgid "missing resolution data for %s"
78478 msgstr ""
78480 #: lto/lto-common.cc:2911
78481 #, gcc-internal-format
78482 msgid "errors during merging of translation units"
78483 msgstr ""
78485 #: lto/lto-dump.cc:256
78486 #, gcc-internal-format
78487 msgid "Level not found, use none, slim, blocks, vops."
78488 msgstr ""
78490 #: lto/lto-dump.cc:270
78491 #, gcc-internal-format
78492 msgid "Function not found."
78493 msgstr ""
78495 #: lto/lto-dump.cc:349 lto/lto-dump.cc:359
78496 #, gcc-internal-format
78497 msgid "Not configured with %<--enable-gather-detailed-mem-stats%>."
78498 msgstr ""
78500 #: lto/lto-lang.cc:865
78501 #, gcc-internal-format
78502 msgid "%<-fwpa%> and %<-fltrans%> are mutually exclusive"
78503 msgstr ""
78505 #: lto/lto-lang.cc:899
78506 #, gcc-internal-format
78507 msgid "%<-flinker-output=rel%> and %<-fltrans%> are mutually exclusive"
78508 msgstr ""
78510 #: lto/lto-object.cc:106
78511 #, gcc-internal-format, gfc-internal-format
78512 msgid "open %s failed: %s"
78513 msgstr "не вдалося відкрити %s: %s"
78515 #: lto/lto-object.cc:150
78516 #, gcc-internal-format, gfc-internal-format
78517 msgid "%s: %s: %s"
78518 msgstr "%s: %s: %s"
78520 #: lto/lto-object.cc:191
78521 #, gcc-internal-format, gfc-internal-format
78522 msgid "close: %s"
78523 msgstr "закрити: %s"
78525 #: lto/lto-object.cc:247
78526 #, gcc-internal-format, gfc-internal-format
78527 msgid "two or more sections for %s"
78528 msgstr ""
78530 #: lto/lto-partition.cc:534
78531 #, gcc-internal-format
78532 msgid "min partition size cannot be greater than max partition size"
78533 msgstr ""
78535 #: lto/lto-symtab.cc:169
78536 #, gcc-internal-format
78537 msgid "%qD is defined with tls model %s"
78538 msgstr ""
78540 #: lto/lto-symtab.cc:171
78541 #, gcc-internal-format, gfc-internal-format
78542 msgid "previously defined here as %s"
78543 msgstr ""
78545 #: lto/lto-symtab.cc:474
78546 #, gcc-internal-format
78547 msgid "multiple prevailing defs for %qE"
78548 msgstr ""
78550 #: lto/lto-symtab.cc:492
78551 #, gcc-internal-format
78552 msgid "%qD has already been defined"
78553 msgstr ""
78555 #: lto/lto-symtab.cc:494
78556 #, gcc-internal-format
78557 msgid "previously defined here"
78558 msgstr ""
78560 #: lto/lto-symtab.cc:720
78561 #, gcc-internal-format
78562 msgid "%qD violates the C++ One Definition Rule"
78563 msgstr ""
78565 #: lto/lto-symtab.cc:726
78566 #, gcc-internal-format
78567 msgid "type of %qD does not match original declaration"
78568 msgstr ""
78570 #: lto/lto-symtab.cc:746
78571 #, gcc-internal-format
78572 msgid "alignment of %qD is bigger than original declaration"
78573 msgstr ""
78575 #: lto/lto-symtab.cc:752
78576 #, gcc-internal-format
78577 msgid "size of %qD differ from the size of original declaration"
78578 msgstr ""
78580 #: lto/lto-symtab.cc:757
78581 #, gcc-internal-format
78582 msgid "%qD was previously declared here"
78583 msgstr "%qD було раніше оголошено тут:"
78585 #: lto/lto-symtab.cc:760
78586 #, gcc-internal-format
78587 msgid "code may be misoptimized unless %<-fno-strict-aliasing%> is used"
78588 msgstr ""
78590 #: lto/lto-symtab.cc:846
78591 #, gcc-internal-format
78592 msgid "variable %qD redeclared as function"
78593 msgstr ""
78595 #: lto/lto-symtab.cc:853
78596 #, gcc-internal-format
78597 msgid "function %qD redeclared as variable"
78598 msgstr "функцію %qD повторно оголошено як змінну"
78600 #: lto/lto-symtab.cc:865
78601 #, gcc-internal-format
78602 msgid "previously declared here"
78603 msgstr "раніше оголошено тут:"
78605 #: lto/lto.cc:172
78606 #, gcc-internal-format
78607 msgid "%<lto_obj_file_open()%> failed"
78608 msgstr "помилка %<lto_obj_file_open()%>"
78610 #: lto/lto.cc:204
78611 #, gcc-internal-format
78612 msgid "waitpid failed"
78613 msgstr "помилка waitpid"
78615 #: lto/lto.cc:207
78616 #, gcc-internal-format
78617 msgid "streaming subprocess failed"
78618 msgstr ""
78620 #: lto/lto.cc:210
78621 #, gcc-internal-format
78622 msgid "streaming subprocess was killed by signal"
78623 msgstr ""
78625 #: lto/lto.cc:317
78626 #, gcc-internal-format
78627 msgid "no LTRANS output list filename provided"
78628 msgstr ""
78630 #: lto/lto.cc:425
78631 #, gcc-internal-format
78632 msgid "opening LTRANS output list %s: %m"
78633 msgstr ""
78635 #: lto/lto.cc:432
78636 #, gcc-internal-format
78637 msgid "writing to LTRANS output list %s: %m"
78638 msgstr ""
78640 #: lto/lto.cc:442
78641 #, gcc-internal-format
78642 msgid "closing LTRANS output list %s: %m"
78643 msgstr ""
78645 #: m2/gm2-lang.cc:994
78646 #, gcc-internal-format
78647 msgid "cannot convert expression, only base types can be converted"
78648 msgstr ""
78650 #. Not found, probably a user typo.
78651 #: m2/gm2spec.cc:309
78652 #, gcc-internal-format
78653 msgid "%qs is not a valid Modula-2 system library name or abbreviation"
78654 msgstr ""
78656 #: m2/gm2spec.cc:627 m2/gm2spec.cc:635
78657 #, gcc-internal-format
78658 msgid "%qs and %qs cannot both be enabled"
78659 msgstr ""
78661 #: m2/gm2-gcc/m2assert.cc:40
78662 #, gcc-internal-format
78663 msgid "the location value is corrupt"
78664 msgstr ""
78666 #: m2/gm2-gcc/m2builtins.cc:43
78667 #, gcc-internal-format, gfc-internal-format
78668 msgid "%s:%d:assertion of condition `%s' failed"
78669 msgstr ""
78671 #: m2/gm2-gcc/m2builtins.cc:49
78672 #, gcc-internal-format, gfc-internal-format
78673 msgid "%s:%d:%s"
78674 msgstr ""
78676 #: m2/gm2-gcc/m2convert.cc:111
78677 #, gcc-internal-format
78678 msgid "negative integer implicitly converted to unsigned type"
78679 msgstr ""
78681 #: m2/gm2-gcc/m2convert.cc:118
78682 #, gcc-internal-format
78683 msgid "conversion of unsigned constant value to negative integer"
78684 msgstr ""
78686 #: m2/gm2-gcc/m2convert.cc:199 m2/gm2-gcc/m2convert.cc:203
78687 #, fuzzy, gcc-internal-format
78688 #| msgid "conversion of %qT null pointer to %qT is not a constant expression"
78689 msgid "conversion to %qT alters %qT constant value"
78690 msgstr "перетворення нульового вказівника %qT на %qT не є сталим виразом"
78692 #: m2/gm2-gcc/m2convert.cc:224 m2/gm2-gcc/m2convert.cc:228
78693 #, fuzzy, gcc-internal-format
78694 #| msgid "conversion to %qT from %qT may change the sign of the result"
78695 msgid "conversion to %qT from %qT may alter its value"
78696 msgstr "перетворення з %qT до %qT може змінити знак результату"
78698 #: m2/gm2-gcc/m2convert.cc:260
78699 #, gcc-internal-format
78700 msgid "large integer implicitly truncated to unsigned type"
78701 msgstr ""
78703 #: m2/gm2-gcc/m2convert.cc:266 m2/gm2-gcc/m2convert.cc:272
78704 #: m2/gm2-gcc/m2convert.cc:281
78705 #, gcc-internal-format
78706 msgid "overflow in implicit constant conversion"
78707 msgstr ""
78709 #: m2/gm2-gcc/m2decl.cc:121
78710 #, gcc-internal-format
78711 msgid "storage size of %qD has not been resolved"
78712 msgstr ""
78714 #: m2/gm2-gcc/m2decl.cc:124
78715 #, fuzzy, gcc-internal-format
78716 #| msgid "non-constant argument 1 to %qs"
78717 msgid "inconsistant because %qs"
78718 msgstr "аргумент 1 %qs, який не є сталим"
78720 #: m2/gm2-gcc/m2decl.cc:300 m2/gm2-gcc/m2decl.cc:333
78721 #, fuzzy, gcc-internal-format
78722 #| msgid "size is too large"
78723 msgid "constant %qs is too large"
78724 msgstr "розмір є надто великим"
78726 #: m2/gm2-gcc/m2expr.cc:2587
78727 #, fuzzy, gcc-internal-format
78728 #| msgid "expected binary operator"
78729 msgid "not expecting different types to binary operator"
78730 msgstr "мав бути бінарний оператор"
78732 #: m2/gm2-gcc/m2expr.cc:2848
78733 #, gcc-internal-format
78734 msgid "cannot take the address of this expression"
78735 msgstr ""
78737 #: m2/gm2-gcc/m2expr.cc:3615
78738 #, gcc-internal-format
78739 msgid "argument to CAP is not a constant or variable of type CHAR"
78740 msgstr ""
78742 #: m2/gm2-gcc/m2expr.cc:3833 m2/gm2-gcc/m2statement.cc:539
78743 #, gcc-internal-format
78744 msgid "internal error: not expecting operand1 to be a constant set"
78745 msgstr ""
78747 #: m2/gm2-gcc/m2expr.cc:3884 m2/gm2-gcc/m2expr.cc:4007
78748 #, gcc-internal-format
78749 msgid "internal error: not expecting this base value for a constant"
78750 msgstr ""
78752 #: m2/gm2-gcc/m2expr.cc:4128
78753 #, fuzzy, gcc-internal-format
78754 #| msgid "%qs applied to non-vector type %qT"
78755 msgid "%qs applied to a void type"
78756 msgstr "%qs застосовано до типу, який не є векторним %qT"
78758 #: m2/gm2-gcc/m2expr.cc:4149 m2/gm2-gcc/m2expr.cc:4193
78759 #, fuzzy, gcc-internal-format
78760 #| msgid "%qs applied to non-vector type %qT"
78761 msgid "%qs applied to an incomplete type"
78762 msgstr "%qs застосовано до типу, який не є векторним %qT"
78764 #: m2/gm2-gcc/m2statement.cc:933
78765 #, gcc-internal-format
78766 msgid "expecting one and only one label to be declared"
78767 msgstr ""
78769 #: m2/gm2-gcc/m2treelib.cc:290
78770 #, fuzzy, gcc-internal-format
78771 #| msgid "duplicate definition of %qs"
78772 msgid "field number exceeds definition of set"
78773 msgstr "подвійне визначення %qs"
78775 #: m2/gm2-gcc/m2treelib.cc:295
78776 #, gcc-internal-format
78777 msgid "field number out of range trying to access set element"
78778 msgstr ""
78780 #: m2/gm2-gcc/m2type.cc:223
78781 #, gcc-internal-format
78782 msgid "array declaration canonicalization has failed"
78783 msgstr ""
78785 #: m2/gm2-gcc/m2type.cc:314
78786 #, gcc-internal-format
78787 msgid "low bound for the array is outside the ztype limits"
78788 msgstr ""
78790 #: m2/gm2-gcc/m2type.cc:316
78791 #, gcc-internal-format
78792 msgid "high bound for the array is outside the ztype limits"
78793 msgstr ""
78795 #: m2/gm2-gcc/m2type.cc:923
78796 #, gcc-internal-format
78797 msgid "set base type must be an ordinal type"
78798 msgstr ""
78800 #: m2/gm2-gcc/m2type.cc:953
78801 #, fuzzy, gcc-internal-format
78802 #| msgid "vector type expected in %qs"
78803 msgid "ordinal type expected"
78804 msgstr "у %qs мало бути використано векторний тип"
78806 #: m2/gm2-gcc/m2type.cc:962
78807 #, gcc-internal-format
78808 msgid "range limits are not of the same type"
78809 msgstr ""
78811 #. This enum is a named one that has been declared already.
78812 #: m2/gm2-gcc/m2type.cc:1976
78813 #, fuzzy, gcc-internal-format
78814 #| msgid "previous declaration of %q#D"
78815 msgid "redeclaration of enum %qs"
78816 msgstr "попереднє оголошення %q#D"
78818 #: m2/gm2-gcc/m2type.cc:2042
78819 #, gcc-internal-format
78820 msgid "enumeration values exceed range of integer"
78821 msgstr ""
78823 #: m2/gm2-gcc/m2type.cc:2276
78824 #, fuzzy, gcc-internal-format
78825 #| msgid "opaque vector types cannot be initialized"
78826 msgid "set type cannot be initialized with a %qs"
78827 msgstr "непрозорі типи векторів не може бути ініціалізовано"
78829 #: m2/gm2-gcc/m2type.cc:2283
78830 #, gcc-internal-format
78831 msgid "set type does not take another integer value"
78832 msgstr ""
78834 #: m2/gm2-gcc/m2type.cc:2408
78835 #, fuzzy, gcc-internal-format
78836 #| msgid "array must be initialized with a brace-enclosed initializer"
78837 msgid "array cannot be initialized with a %qs"
78838 msgstr "масив має бути ініціалізовано за допомогою взятого у фігурні дужки ініціалізатора"
78840 #: m2/gm2-gcc/m2type.cc:2414
78841 #, fuzzy, gcc-internal-format
78842 #| msgid "%qD may be used uninitialized"
78843 msgid "array type must be initialized"
78844 msgstr "%qD може бути використано без ініціалізації"
78846 #: m2/gm2-gcc/m2type.cc:2421
78847 #, gcc-internal-format
78848 msgid "array element value must be the same type as its declaration"
78849 msgstr ""
78851 #: m2/gm2-gcc/m2type.cc:2484
78852 #, gcc-internal-format
78853 msgid "low bound for the subrange has overflowed"
78854 msgstr ""
78856 #: m2/gm2-gcc/m2type.cc:2486
78857 #, gcc-internal-format
78858 msgid "high bound for the subrange has overflowed"
78859 msgstr ""
78861 #: m2/gm2-gcc/m2type.cc:2783
78862 #, fuzzy, gcc-internal-format
78863 #| msgid "statement is not a constant expression"
78864 msgid "requested alignment is not a constant"
78865 msgstr "інструкція не є сталим виразом"
78867 #: m2/gm2-gcc/m2type.cc:2785
78868 #, gcc-internal-format
78869 msgid "requested alignment is not a power of 2"
78870 msgstr ""
78872 #: m2/gm2-gcc/m2type.cc:2787
78873 #, fuzzy, gcc-internal-format
78874 #| msgid "size is too large"
78875 msgid "requested alignment is too large"
78876 msgstr "розмір є надто великим"
78878 #: m2/gm2-gcc/m2type.cc:2814
78879 #, gcc-internal-format
78880 msgid "alignment may not be specified for %qD"
78881 msgstr ""
78883 #: objc/objc-act.cc:425 objc/objc-act.cc:6964
78884 #, gcc-internal-format
78885 msgid "%<@end%> missing in implementation context"
78886 msgstr ""
78888 #: objc/objc-act.cc:578
78889 #, gcc-internal-format
78890 msgid "class attributes are not available in Objective-C 1.0"
78891 msgstr ""
78893 #: objc/objc-act.cc:593
78894 #, gcc-internal-format
78895 msgid "category attributes are not available in Objective-C 1.0"
78896 msgstr ""
78898 #: objc/objc-act.cc:596
78899 #, gcc-internal-format
78900 msgid "category attributes are not available in this version of the compiler, (ignored)"
78901 msgstr ""
78903 #: objc/objc-act.cc:602
78904 #, gcc-internal-format
78905 msgid "class extensions are not available in Objective-C 1.0"
78906 msgstr ""
78908 #: objc/objc-act.cc:616
78909 #, gcc-internal-format
78910 msgid "class extension for class %qE declared after its %<@implementation%>"
78911 msgstr ""
78913 #: objc/objc-act.cc:631
78914 #, gcc-internal-format
78915 msgid "protocol attributes are not available in Objective-C 1.0"
78916 msgstr ""
78918 #: objc/objc-act.cc:696
78919 #, gcc-internal-format
78920 msgid "%<@end%> must appear in an @implementation context"
78921 msgstr ""
78923 #: objc/objc-act.cc:705
78924 #, gcc-internal-format
78925 msgid "%<@package%> is not available in Objective-C 1.0"
78926 msgstr ""
78928 #: objc/objc-act.cc:707
78929 #, gcc-internal-format
78930 msgid "%<@package%> presently has the same effect as %<@public%>"
78931 msgstr ""
78933 #: objc/objc-act.cc:718
78934 #, gcc-internal-format
78935 msgid "%<@optional%> is not available in Objective-C 1.0"
78936 msgstr ""
78938 #: objc/objc-act.cc:720
78939 #, gcc-internal-format
78940 msgid "%<@required%> is not available in Objective-C 1.0"
78941 msgstr ""
78943 #: objc/objc-act.cc:728
78944 #, gcc-internal-format
78945 msgid "%<@optional%> is allowed in @protocol context only"
78946 msgstr ""
78948 #: objc/objc-act.cc:730
78949 #, gcc-internal-format
78950 msgid "%<@required%> is allowed in @protocol context only"
78951 msgstr ""
78953 #. FIXME: we probably ought to bail out at this point.
78954 #: objc/objc-act.cc:853
78955 #, gcc-internal-format
78956 msgid "%<@property%> is not available in Objective-C 1.0"
78957 msgstr ""
78959 #: objc/objc-act.cc:858
78960 #, gcc-internal-format
78961 msgid "property declaration not in %<@interface%>, %<@protocol%> or %<category%> context"
78962 msgstr ""
78964 #: objc/objc-act.cc:869
78965 #, gcc-internal-format
78966 msgid "properties must be named"
78967 msgstr ""
78969 #: objc/objc-act.cc:877
78970 #, gcc-internal-format
78971 msgid "property cannot be an array"
78972 msgstr ""
78974 #. A @property is not an actual variable, but it is a way to
78975 #. describe a pair of accessor methods, so its type (which is
78976 #. the type of the return value of the getter and the first
78977 #. argument of the setter) can't be a bitfield (as return values
78978 #. and arguments of functions cannot be bitfields).  The
78979 #. underlying instance variable could be a bitfield, but that is
78980 #. a different matter.
78981 #: objc/objc-act.cc:890
78982 #, gcc-internal-format
78983 msgid "property cannot be a bit-field"
78984 msgstr ""
78986 #: objc/objc-act.cc:914
78987 #, gcc-internal-format
78988 msgid "multiple property %qE methods specified, the latest one will be used"
78989 msgstr ""
78991 #: objc/objc-act.cc:916
78992 #, gcc-internal-format
78993 msgid "previous specification"
78994 msgstr "попередня специфікація"
78996 #: objc/objc-act.cc:931
78997 #, gcc-internal-format
78998 msgid "%qE attribute conflicts with %qE attribute"
78999 msgstr ""
79001 #: objc/objc-act.cc:933
79002 #, gcc-internal-format
79003 msgid "%qE specified here"
79004 msgstr "%qE вказано тут:"
79006 #: objc/objc-act.cc:939
79007 #, gcc-internal-format
79008 msgid "duplicate %qE attribute"
79009 msgstr "дублювання атрибута %qE"
79011 #: objc/objc-act.cc:940
79012 #, gcc-internal-format
79013 msgid "first specified here"
79014 msgstr "вперше визначено тут"
79016 #: objc/objc-act.cc:967
79017 #, gcc-internal-format
79018 msgid "%<readonly%> attribute conflicts with %<setter%> attribute"
79019 msgstr ""
79021 #: objc/objc-act.cc:970
79022 #, gcc-internal-format
79023 msgid "%<setter%> specified here"
79024 msgstr "%<setter%> вказано тут:"
79026 #: objc/objc-act.cc:1049
79027 #, gcc-internal-format
79028 msgid "object property %qD has no %<assign%>, %<retain%> or %<copy%> attribute; assuming %<assign%>"
79029 msgstr ""
79031 #: objc/objc-act.cc:1052
79032 #, gcc-internal-format
79033 msgid "%<assign%> can be unsafe for Objective-C objects; please state explicitly if you need it"
79034 msgstr ""
79036 #: objc/objc-act.cc:1069
79037 #, gcc-internal-format
79038 msgid "%qE attribute is only valid for Objective-C objects"
79039 msgstr ""
79041 #: objc/objc-act.cc:1127
79042 #, gcc-internal-format
79043 msgid "redeclaration of property %qD"
79044 msgstr ""
79046 #: objc/objc-act.cc:1130 objc/objc-act.cc:1196 objc/objc-act.cc:1207
79047 #: objc/objc-act.cc:1221 objc/objc-act.cc:1232 objc/objc-act.cc:1244
79048 #: objc/objc-act.cc:1281 objc/objc-act.cc:7751 objc/objc-act.cc:7814
79049 #: objc/objc-act.cc:7837 objc/objc-act.cc:7851 objc/objc-act.cc:7869
79050 #: objc/objc-act.cc:7968
79051 #, gcc-internal-format
79052 msgid "originally specified here"
79053 msgstr ""
79055 #: objc/objc-act.cc:1192
79056 #, gcc-internal-format
79057 msgid "%<nonatomic%> attribute of property %qD conflicts with previous declaration"
79058 msgstr ""
79060 #: objc/objc-act.cc:1203
79061 #, gcc-internal-format
79062 msgid "%<getter%> attribute of property %qD conflicts with previous declaration"
79063 msgstr ""
79065 #: objc/objc-act.cc:1217
79066 #, gcc-internal-format
79067 msgid "%<setter%> attribute of property %qD conflicts with previous declaration"
79068 msgstr ""
79070 #: objc/objc-act.cc:1229
79071 #, gcc-internal-format
79072 msgid "assign semantics attributes of property %qD conflict with previous declaration"
79073 msgstr ""
79075 #: objc/objc-act.cc:1240
79076 #, gcc-internal-format
79077 msgid "%<readonly%> attribute of property %qD conflicts with previous declaration"
79078 msgstr ""
79080 #: objc/objc-act.cc:1279
79081 #, gcc-internal-format
79082 msgid "type of property %qD conflicts with previous declaration"
79083 msgstr ""
79085 #: objc/objc-act.cc:1322
79086 #, gcc-internal-format
79087 msgid "nullability specifier %qE cannot be applied to non-pointer type %qT"
79088 msgstr ""
79090 #: objc/objc-act.cc:1327
79091 #, gcc-internal-format
79092 msgid "nullability specifier %qE cannot be applied to multi-level pointer type %qT"
79093 msgstr ""
79095 #: objc/objc-act.cc:1780
79096 #, gcc-internal-format
79097 msgid "the dot syntax is not available in Objective-C 1.0"
79098 msgstr ""
79100 #. We know that 'class_name' is an Objective-C class name as the
79101 #. parser won't call this function if it is not.  This is only a
79102 #. double-check for safety.
79103 #: objc/objc-act.cc:1796
79104 #, gcc-internal-format
79105 msgid "could not find class %qE"
79106 msgstr ""
79108 #. Again, this should never happen, but we do check.
79109 #: objc/objc-act.cc:1804
79110 #, gcc-internal-format
79111 msgid "could not find interface for class %qE"
79112 msgstr ""
79114 #: objc/objc-act.cc:1810 objc/objc-act.cc:7146
79115 #, gcc-internal-format
79116 msgid "class %qE is unavailable"
79117 msgstr "клас %qE є недоступним"
79119 #: objc/objc-act.cc:1812 objc/objc-act.cc:7003 objc/objc-act.cc:7148
79120 #, gcc-internal-format
79121 msgid "class %qE is deprecated"
79122 msgstr "клас %qE вважається застарілим"
79124 #: objc/objc-act.cc:1841
79125 #, gcc-internal-format
79126 msgid "could not find setter/getter for %qE in class %qE"
79127 msgstr ""
79129 #: objc/objc-act.cc:1891
79130 #, gcc-internal-format
79131 msgid "%qs property cannot be set"
79132 msgstr ""
79134 #: objc/objc-act.cc:2159
79135 #, gcc-internal-format
79136 msgid "method declaration not in @interface context"
79137 msgstr ""
79139 #: objc/objc-act.cc:2163
79140 #, gcc-internal-format
79141 msgid "method attributes are not available in Objective-C 1.0"
79142 msgstr ""
79144 #: objc/objc-act.cc:2183
79145 #, gcc-internal-format
79146 msgid "method definition not in @implementation context"
79147 msgstr ""
79149 #: objc/objc-act.cc:2196
79150 #, gcc-internal-format
79151 msgid "method attributes cannot be specified in @implementation context"
79152 msgstr ""
79154 #: objc/objc-act.cc:2426
79155 #, gcc-internal-format
79156 msgid "class %qs does not implement the %qE protocol"
79157 msgstr ""
79159 #: objc/objc-act.cc:2429
79160 #, gcc-internal-format
79161 msgid "type %qs does not conform to the %qE protocol"
79162 msgstr ""
79164 #: objc/objc-act.cc:2724
79165 #, gcc-internal-format
79166 msgid "comparison of distinct Objective-C types lacks a cast"
79167 msgstr ""
79169 #: objc/objc-act.cc:2728
79170 #, gcc-internal-format
79171 msgid "initialization from distinct Objective-C type"
79172 msgstr ""
79174 #: objc/objc-act.cc:2732
79175 #, gcc-internal-format
79176 msgid "assignment from distinct Objective-C type"
79177 msgstr ""
79179 #: objc/objc-act.cc:2736
79180 #, gcc-internal-format
79181 msgid "distinct Objective-C type in return"
79182 msgstr ""
79184 #: objc/objc-act.cc:2740
79185 #, gcc-internal-format
79186 msgid "passing argument %d of %qE from distinct Objective-C type"
79187 msgstr ""
79189 #: objc/objc-act.cc:2883
79190 #, gcc-internal-format
79191 msgid "statically allocated instance of Objective-C class %qE"
79192 msgstr ""
79194 #: objc/objc-act.cc:2892
79195 #, gcc-internal-format
79196 msgid "redeclaration of Objective-C class %qs"
79197 msgstr ""
79199 #. This case happens when we are given an 'interface' which
79200 #. is not a valid class name.  For example if a typedef was
79201 #. used, and 'interface' really is the identifier of the
79202 #. typedef, but when you resolve it you don't get an
79203 #. Objective-C class, but something else, such as 'int'.
79204 #. This is an error; protocols make no sense unless you use
79205 #. them with Objective-C objects.
79206 #: objc/objc-act.cc:2934
79207 #, gcc-internal-format
79208 msgid "only Objective-C object types can be qualified with a protocol"
79209 msgstr ""
79211 #: objc/objc-act.cc:2998
79212 #, gcc-internal-format
79213 msgid "protocol %qE has circular dependency"
79214 msgstr ""
79216 #: objc/objc-act.cc:3031 objc/objc-act.cc:5865
79217 #, gcc-internal-format
79218 msgid "cannot find protocol declaration for %qE"
79219 msgstr ""
79221 #: objc/objc-act.cc:3341 objc/objc-act.cc:3996 objc/objc-act.cc:6577
79222 #: objc/objc-act.cc:7054 objc/objc-act.cc:7139 objc/objc-act.cc:7194
79223 #, gcc-internal-format
79224 msgid "cannot find interface declaration for %qE"
79225 msgstr ""
79227 #: objc/objc-act.cc:3345
79228 #, gcc-internal-format
79229 msgid "interface %qE does not have valid constant string layout"
79230 msgstr ""
79232 #: objc/objc-act.cc:3350
79233 #, gcc-internal-format
79234 msgid "cannot find reference tag for class %qE"
79235 msgstr ""
79237 #: objc/objc-act.cc:3495
79238 #, gcc-internal-format
79239 msgid "%qE is not an Objective-C class name or alias"
79240 msgstr ""
79242 #: objc/objc-act.cc:3510 objc/objc-act.cc:3541 objc/objc-act.cc:6958
79243 #: objc/objc-act.cc:8304 objc/objc-act.cc:8360
79244 #, gcc-internal-format
79245 msgid "Objective-C declarations may only appear in global scope"
79246 msgstr ""
79248 #: objc/objc-act.cc:3515
79249 #, gcc-internal-format
79250 msgid "cannot find class %qE"
79251 msgstr ""
79253 #: objc/objc-act.cc:3517
79254 #, gcc-internal-format
79255 msgid "class %qE already exists"
79256 msgstr ""
79258 #: objc/objc-act.cc:3559 objc/objc-act.cc:7019
79259 #, gcc-internal-format
79260 msgid "%qE redeclared as different kind of symbol"
79261 msgstr ""
79263 #: objc/objc-act.cc:3561 objc/objc-act.cc:4147 objc/objc-act.cc:4175
79264 #: objc/objc-act.cc:4230 objc/objc-act.cc:7021
79265 #, gcc-internal-format
79266 msgid "previous declaration of %q+D"
79267 msgstr "попереднє оголошення %q+D"
79269 #: objc/objc-act.cc:3850
79270 #, gcc-internal-format
79271 msgid "strong-cast assignment has been intercepted"
79272 msgstr ""
79274 #: objc/objc-act.cc:3892
79275 #, gcc-internal-format
79276 msgid "strong-cast may possibly be needed"
79277 msgstr ""
79279 #: objc/objc-act.cc:3902
79280 #, gcc-internal-format
79281 msgid "instance variable assignment has been intercepted"
79282 msgstr ""
79284 #: objc/objc-act.cc:3921
79285 #, gcc-internal-format
79286 msgid "pointer arithmetic for garbage-collected objects not allowed"
79287 msgstr ""
79289 #: objc/objc-act.cc:3927
79290 #, gcc-internal-format
79291 msgid "global/static variable assignment has been intercepted"
79292 msgstr ""
79294 #: objc/objc-act.cc:4144 objc/objc-act.cc:4172 objc/objc-act.cc:4227
79295 #, gcc-internal-format
79296 msgid "duplicate instance variable %q+D"
79297 msgstr ""
79299 #: objc/objc-act.cc:4287
79300 #, gcc-internal-format
79301 msgid "%<-fobjc-exceptions%> is required to enable Objective-C exception syntax"
79302 msgstr ""
79304 #: objc/objc-act.cc:4371
79305 #, gcc-internal-format
79306 msgid "%<@catch%> parameter is not a known Objective-C class type"
79307 msgstr ""
79309 #: objc/objc-act.cc:4377
79310 #, gcc-internal-format
79311 msgid "%<@catch%> parameter cannot be protocol-qualified"
79312 msgstr ""
79314 #: objc/objc-act.cc:4422
79315 #, gcc-internal-format
79316 msgid "exception of type %<%T%> will be caught"
79317 msgstr ""
79319 #: objc/objc-act.cc:4424
79320 #, gcc-internal-format
79321 msgid "   by earlier handler for %<%T%>"
79322 msgstr ""
79324 #: objc/objc-act.cc:4471
79325 #, gcc-internal-format
79326 msgid "%<@try%> without %<@catch%> or %<@finally%>"
79327 msgstr ""
79329 #: objc/objc-act.cc:4500
79330 #, gcc-internal-format
79331 msgid "%<@throw%> (rethrow) used outside of a %<@catch%> block"
79332 msgstr ""
79334 #: objc/objc-act.cc:4513
79335 #, gcc-internal-format
79336 msgid "%<@throw%> argument is not an object"
79337 msgstr ""
79339 #: objc/objc-act.cc:4534
79340 #, gcc-internal-format
79341 msgid "%<@synchronized%> argument is not an object"
79342 msgstr ""
79344 #: objc/objc-act.cc:4744
79345 #, gcc-internal-format
79346 msgid "%s %qs"
79347 msgstr "%s %qs"
79349 #: objc/objc-act.cc:4767 objc/objc-act.cc:4792
79350 #, gcc-internal-format
79351 msgid "inconsistent instance variable specification"
79352 msgstr ""
79354 #: objc/objc-act.cc:4847
79355 #, gcc-internal-format
79356 msgid "cannot use an object as parameter to a method"
79357 msgstr ""
79359 #: objc/objc-act.cc:4891
79360 #, gcc-internal-format
79361 msgid "method argument attributes are not available in Objective-C 1.0"
79362 msgstr ""
79364 #: objc/objc-act.cc:5266
79365 #, gcc-internal-format
79366 msgid "multiple methods named %<%c%E%> found"
79367 msgstr ""
79369 #: objc/objc-act.cc:5269
79370 #, gcc-internal-format
79371 msgid "using %<%c%s%>"
79372 msgstr "використовуємо %<%c%s%>"
79374 #: objc/objc-act.cc:5278
79375 #, gcc-internal-format
79376 msgid "multiple selectors named %<%c%E%> found"
79377 msgstr ""
79379 #: objc/objc-act.cc:5281
79380 #, gcc-internal-format
79381 msgid "found %<%c%s%>"
79382 msgstr "знайдено %<%c%s%>"
79384 #: objc/objc-act.cc:5290
79385 #, gcc-internal-format
79386 msgid "also found %<%c%s%>"
79387 msgstr ""
79389 #. If 'rtype' is NULL_TREE at this point it means that
79390 #. we have seen no @interface corresponding to that
79391 #. class name, only a @class declaration (alternatively,
79392 #. this was a call such as [objc_getClass("SomeClass")
79393 #. alloc], where we've never seen the @interface of
79394 #. SomeClass).  So, we have a class name (class_tree)
79395 #. but no actual details of the class methods.  We won't
79396 #. be able to check that the class responds to the
79397 #. method, and we will have to guess the method
79398 #. prototype.  Emit a warning, then keep going (this
79399 #. will use any method with a matching name, as if the
79400 #. receiver was of type 'Class').
79401 #. We could not find an @interface declaration, and
79402 #. there are no protocols attached to the receiver,
79403 #. so we can't complete the check that the receiver
79404 #. responds to the method, and we can't retrieve the
79405 #. method prototype.  But, because the receiver has
79406 #. a well-specified class, the programmer did want
79407 #. this check to be performed.  Emit a warning, then
79408 #. keep going as if it was an 'id'.  To remove the
79409 #. warning, either include an @interface for the
79410 #. class, or cast the receiver to 'id'.  Note that
79411 #. rtype is an IDENTIFIER_NODE at this point.
79412 #: objc/objc-act.cc:5578 objc/objc-act.cc:5713
79413 #, gcc-internal-format
79414 msgid "%<@interface%> of class %qE not found"
79415 msgstr ""
79417 #: objc/objc-act.cc:5587
79418 #, gcc-internal-format
79419 msgid "no super class declared in @interface for %qE"
79420 msgstr ""
79422 #: objc/objc-act.cc:5638
79423 #, gcc-internal-format
79424 msgid "found %<-%E%> instead of %<+%E%> in protocol(s)"
79425 msgstr ""
79427 #. We have a type, but it's not an Objective-C type (!).
79428 #: objc/objc-act.cc:5750
79429 #, gcc-internal-format
79430 msgid "invalid receiver type %qs"
79431 msgstr ""
79433 #: objc/objc-act.cc:5767
79434 #, gcc-internal-format
79435 msgid "%<%c%E%> not found in protocol(s)"
79436 msgstr ""
79438 #: objc/objc-act.cc:5781
79439 #, gcc-internal-format
79440 msgid "%qE may not respond to %<%c%E%>"
79441 msgstr ""
79443 #: objc/objc-act.cc:5789
79444 #, gcc-internal-format
79445 msgid "no %<%c%E%> method found"
79446 msgstr ""
79448 #: objc/objc-act.cc:5796
79449 #, gcc-internal-format
79450 msgid "(messages without a matching method signature will be assumed to return %<id%> and accept %<...%> as arguments)"
79451 msgstr ""
79453 #: objc/objc-act.cc:5914
79454 #, gcc-internal-format
79455 msgid "undeclared selector %qE"
79456 msgstr ""
79458 #. Historically, a class method that produced objects (factory
79459 #. method) would assign `self' to the instance that it
79460 #. allocated.  This would effectively turn the class method into
79461 #. an instance method.  Following this assignment, the instance
79462 #. variables could be accessed.  That practice, while safe,
79463 #. violates the simple rule that a class method should not refer
79464 #. to an instance variable.  It's better to catch the cases
79465 #. where this is done unknowingly than to support the above
79466 #. paradigm.
79467 #: objc/objc-act.cc:5938
79468 #, gcc-internal-format
79469 msgid "instance variable %qE accessed in class method"
79470 msgstr ""
79472 #: objc/objc-act.cc:6168 objc/objc-act.cc:6188
79473 #, gcc-internal-format
79474 msgid "method %<%c%E%> declared %<@optional%> and %<@required%> at the same time"
79475 msgstr ""
79477 #: objc/objc-act.cc:6172
79478 #, gcc-internal-format
79479 msgid "previous declaration of %<%c%E%> as %<@required%>"
79480 msgstr "попереднє оголошення %<%c%E%> як %<@required%>"
79482 #: objc/objc-act.cc:6192
79483 #, gcc-internal-format
79484 msgid "previous declaration of %<%c%E%> as %<@optional%>"
79485 msgstr "попереднє оголошення %<%c%E%> як %<@optional%>"
79487 #: objc/objc-act.cc:6252
79488 #, gcc-internal-format
79489 msgid "duplicate declaration of method %<%c%E%> with conflicting types"
79490 msgstr "повторне оголошення методу %<%c%E%> із конфліктними типами"
79492 #: objc/objc-act.cc:6256
79493 #, gcc-internal-format
79494 msgid "previous declaration of %<%c%E%>"
79495 msgstr "попереднє оголошення %<%c%E%>"
79497 #: objc/objc-act.cc:6293
79498 #, gcc-internal-format
79499 msgid "duplicate interface declaration for category %<%E(%E)%>"
79500 msgstr "повторне оголошення інтерфейсу для категорії %<%E(%E)%>"
79502 #: objc/objc-act.cc:6381
79503 #, gcc-internal-format
79504 msgid "illegal reference type specified for instance variable %qs"
79505 msgstr ""
79507 #: objc/objc-act.cc:6392
79508 #, gcc-internal-format
79509 msgid "instance variable %qs has unknown size"
79510 msgstr ""
79512 #: objc/objc-act.cc:6413
79513 #, gcc-internal-format
79514 msgid "instance variable %qs uses flexible array member"
79515 msgstr ""
79517 #: objc/objc-act.cc:6440
79518 #, gcc-internal-format
79519 msgid "type %qE has no default constructor to call"
79520 msgstr ""
79522 #: objc/objc-act.cc:6446
79523 #, gcc-internal-format
79524 msgid "destructor for %qE shall not be run either"
79525 msgstr ""
79527 #. Vtable pointers are Real Bad(tm), since Obj-C cannot
79528 #. initialize them.
79529 #: objc/objc-act.cc:6458
79530 #, gcc-internal-format
79531 msgid "type %qE has virtual member functions"
79532 msgstr "тип %qE має віртуальні функції-члени"
79534 #: objc/objc-act.cc:6459
79535 #, gcc-internal-format
79536 msgid "illegal aggregate type %qE specified for instance variable %qs"
79537 msgstr ""
79539 #: objc/objc-act.cc:6469
79540 #, gcc-internal-format
79541 msgid "type %qE has a user-defined constructor"
79542 msgstr ""
79544 #: objc/objc-act.cc:6471
79545 #, gcc-internal-format
79546 msgid "type %qE has a user-defined destructor"
79547 msgstr ""
79549 #: objc/objc-act.cc:6475
79550 #, gcc-internal-format
79551 msgid "C++ constructors and destructors will not be invoked for Objective-C fields"
79552 msgstr ""
79554 #: objc/objc-act.cc:6606
79555 #, gcc-internal-format
79556 msgid "instance variable %qE is declared private"
79557 msgstr ""
79559 #: objc/objc-act.cc:6617
79560 #, gcc-internal-format
79561 msgid "instance variable %qE is %s; this will be a hard error in the future"
79562 msgstr ""
79564 #: objc/objc-act.cc:6624
79565 #, gcc-internal-format
79566 msgid "instance variable %qE is declared %s"
79567 msgstr ""
79569 #: objc/objc-act.cc:6735 objc/objc-act.cc:6850
79570 #, gcc-internal-format
79571 msgid "incomplete implementation of class %qE"
79572 msgstr ""
79574 #: objc/objc-act.cc:6739 objc/objc-act.cc:6854
79575 #, gcc-internal-format
79576 msgid "incomplete implementation of category %qE"
79577 msgstr ""
79579 #: objc/objc-act.cc:6748 objc/objc-act.cc:6862
79580 #, gcc-internal-format
79581 msgid "method definition for %<%c%E%> not found"
79582 msgstr ""
79584 #: objc/objc-act.cc:6903
79585 #, gcc-internal-format
79586 msgid "%s %qE does not fully implement the %qE protocol"
79587 msgstr ""
79589 #: objc/objc-act.cc:6993
79590 #, gcc-internal-format
79591 msgid "cannot find interface declaration for %qE, superclass of %qE"
79592 msgstr ""
79594 #: objc/objc-act.cc:7001
79595 #, gcc-internal-format
79596 msgid "class %qE is not available"
79597 msgstr "клас %qE є недоступним"
79599 #: objc/objc-act.cc:7034
79600 #, gcc-internal-format
79601 msgid "reimplementation of class %qE"
79602 msgstr ""
79604 #: objc/objc-act.cc:7067
79605 #, gcc-internal-format
79606 msgid "conflicting super class name %qE"
79607 msgstr ""
79609 #: objc/objc-act.cc:7070
79610 #, gcc-internal-format
79611 msgid "previous declaration of %qE"
79612 msgstr ""
79614 #: objc/objc-act.cc:7072
79615 #, gcc-internal-format
79616 msgid "previous declaration"
79617 msgstr "попереднє оголошення"
79619 #: objc/objc-act.cc:7084
79620 #, gcc-internal-format
79621 msgid "class %qE defined without specifying a base class"
79622 msgstr ""
79624 #: objc/objc-act.cc:7091 objc/objc-act.cc:7093
79625 #, gcc-internal-format
79626 msgid "duplicate interface declaration for class %qE"
79627 msgstr ""
79629 #: objc/objc-act.cc:7418 objc/objc-act.cc:7614
79630 #, gcc-internal-format
79631 msgid "cannot find instance variable associated with property"
79632 msgstr ""
79634 #. TODO: This should be caught much earlier than this.
79635 #: objc/objc-act.cc:7580
79636 #, gcc-internal-format
79637 msgid "invalid setter, it must have one argument"
79638 msgstr ""
79640 #: objc/objc-act.cc:7744 objc/objc-act.cc:7961
79641 #, gcc-internal-format
79642 msgid "property %qs already specified in %<@dynamic%>"
79643 msgstr ""
79645 #: objc/objc-act.cc:7747 objc/objc-act.cc:7964
79646 #, gcc-internal-format
79647 msgid "property %qs already specified in %<@synthesize%>"
79648 msgstr ""
79650 #: objc/objc-act.cc:7761 objc/objc-act.cc:7978
79651 #, gcc-internal-format
79652 msgid "no declaration of property %qs found in the interface"
79653 msgstr ""
79655 #: objc/objc-act.cc:7788
79656 #, gcc-internal-format
79657 msgid "ivar %qs used by %<@synthesize%> declaration must be an existing ivar"
79658 msgstr ""
79660 #: objc/objc-act.cc:7809
79661 #, gcc-internal-format
79662 msgid "property %qs is using instance variable %qs of incompatible type"
79663 msgstr ""
79665 #: objc/objc-act.cc:7831
79666 #, gcc-internal-format
79667 msgid "%<assign%> property %qs is using bit-field instance variable %qs"
79668 msgstr ""
79670 #: objc/objc-act.cc:7845
79671 #, gcc-internal-format
79672 msgid "%<atomic%> property %qs is using bit-field instance variable %qs"
79673 msgstr ""
79675 #: objc/objc-act.cc:7864
79676 #, gcc-internal-format
79677 msgid "property %qs is using the same instance variable as property %qs"
79678 msgstr ""
79680 #: objc/objc-act.cc:7905
79681 #, gcc-internal-format
79682 msgid "%<@synthesize%> is not available in Objective-C 1.0"
79683 msgstr ""
79685 #. We can get here only in Objective-C; the Objective-C++ parser
79686 #. detects the problem while parsing, outputs the error
79687 #. "misplaced '@synthesize' Objective-C++ construct" and skips
79688 #. the declaration.
79689 #: objc/objc-act.cc:7916
79690 #, gcc-internal-format
79691 msgid "%<@synthesize%> not in @implementation context"
79692 msgstr ""
79694 #: objc/objc-act.cc:7922
79695 #, gcc-internal-format
79696 msgid "%<@synthesize%> cannot be used in categories"
79697 msgstr ""
79699 #: objc/objc-act.cc:7931
79700 #, gcc-internal-format
79701 msgid "%<@synthesize%> requires the @interface of the class to be available"
79702 msgstr ""
79704 #: objc/objc-act.cc:8014
79705 #, gcc-internal-format
79706 msgid "%<@dynamic%> is not available in Objective-C 1.0"
79707 msgstr ""
79709 #. We can get here only in Objective-C; the Objective-C++ parser
79710 #. detects the problem while parsing, outputs the error
79711 #. "misplaced '@dynamic' Objective-C++ construct" and skips the
79712 #. declaration.
79713 #: objc/objc-act.cc:8025
79714 #, gcc-internal-format
79715 msgid "%<@dynamic%> not in @implementation context"
79716 msgstr ""
79718 #: objc/objc-act.cc:8047
79719 #, gcc-internal-format
79720 msgid "%<@dynamic%> requires the @interface of the class to be available"
79721 msgstr ""
79723 #: objc/objc-act.cc:8247
79724 #, gcc-internal-format
79725 msgid "definition of protocol %qE not found"
79726 msgstr ""
79728 #: objc/objc-act.cc:8274
79729 #, gcc-internal-format
79730 msgid "protocol %qE is unavailable"
79731 msgstr "протокол %qE є недоступним"
79733 #. It would be nice to use warn_deprecated_use() here, but
79734 #. we are using TREE_CHAIN (which is supposed to be the
79735 #. TYPE_STUB_DECL for a TYPE) for something different.
79736 #: objc/objc-act.cc:8280
79737 #, gcc-internal-format
79738 msgid "protocol %qE is deprecated"
79739 msgstr "протокол %qE вважається застарілим"
79741 #: objc/objc-act.cc:8407
79742 #, gcc-internal-format
79743 msgid "duplicate declaration for protocol %qE"
79744 msgstr "дублювання оголошення для протоколу %qE"
79746 #: objc/objc-act.cc:8931
79747 #, gcc-internal-format
79748 msgid "conflicting types for %<%c%s%>"
79749 msgstr "конфлікт типів у %<%c%s%>"
79751 #: objc/objc-act.cc:8935
79752 #, gcc-internal-format
79753 msgid "previous declaration of %<%c%s%>"
79754 msgstr "попереднє оголошення %<%c%s%>"
79756 #: objc/objc-act.cc:9037
79757 #, gcc-internal-format
79758 msgid "no super class declared in interface for %qE"
79759 msgstr ""
79761 #: objc/objc-act.cc:9064
79762 #, gcc-internal-format
79763 msgid "%<[super ...]%> must appear in a method context"
79764 msgstr "%<[super ...]%> має з'явитися у контексті методу"
79766 #: objc/objc-act.cc:9104
79767 #, gcc-internal-format
79768 msgid "method possibly missing a [super dealloc] call"
79769 msgstr ""
79771 #: objc/objc-act.cc:9572
79772 #, gcc-internal-format
79773 msgid "instance variable %qs is declared private"
79774 msgstr ""
79776 #: objc/objc-act.cc:9625
79777 #, gcc-internal-format
79778 msgid "local declaration of %qE hides instance variable"
79779 msgstr ""
79781 #. This can happen if DECL_ARTIFICIAL (*expr_p), but
79782 #. should be impossible for real properties, which always
79783 #. have a getter.
79784 #: objc/objc-act.cc:9669
79785 #, gcc-internal-format
79786 msgid "no %qs getter found"
79787 msgstr ""
79789 #: objc/objc-act.cc:9916
79790 #, gcc-internal-format
79791 msgid "fast enumeration is not available in Objective-C 1.0"
79792 msgstr ""
79794 #: objc/objc-act.cc:9926
79795 #, gcc-internal-format
79796 msgid "iterating variable in fast enumeration is not an object"
79797 msgstr ""
79799 #: objc/objc-act.cc:9932
79800 #, gcc-internal-format
79801 msgid "collection in fast enumeration is not an object"
79802 msgstr ""
79804 #: objc/objc-encoding.cc:130
79805 #, gcc-internal-format
79806 msgid "type %qT does not have a known size"
79807 msgstr ""
79809 #: objc/objc-encoding.cc:721
79810 #, gcc-internal-format
79811 msgid "unknown type %<%T%> found during Objective-C encoding"
79812 msgstr ""
79814 #. Do not do any encoding, produce an error and keep going.
79815 #: objc/objc-encoding.cc:804
79816 #, gcc-internal-format
79817 msgid "trying to encode non-integer type as a bit-field"
79818 msgstr ""
79820 #: objc/objc-gnu-runtime-abi-01.cc:134
79821 #, gcc-internal-format
79822 msgid "%<-fobjc-gc%> is ignored for %<-fgnu-runtime%>"
79823 msgstr ""
79825 #: objc/objc-gnu-runtime-abi-01.cc:142
79826 #, gcc-internal-format
79827 msgid "%<-fobjc-sjlj-exceptions%> is ignored for %<-fgnu-runtime%>"
79828 msgstr ""
79830 #: objc/objc-gnu-runtime-abi-01.cc:2159 objc/objc-next-runtime-abi-01.cc:2819
79831 #: objc/objc-next-runtime-abi-02.cc:3822
79832 #, gcc-internal-format
79833 msgid "non-objective-c type %qT cannot be caught"
79834 msgstr ""
79836 #: objc/objc-next-runtime-abi-01.cc:146
79837 #, gcc-internal-format
79838 msgid "%<-fobjc-sjlj-exceptions%> is the only supported exceptions system for %<-fnext-runtime%> with %<-fobjc-abi-version%> argument less than 2"
79839 msgstr ""
79841 #: objc/objc-next-runtime-abi-02.cc:245
79842 #, gcc-internal-format
79843 msgid "%<-fobjc-sjlj-exceptions%> is ignored for %<-fnext-runtime%> when %<-fobjc-abi-version%> greater than 1"
79844 msgstr ""
79846 #: objc/objc-runtime-shared-support.cc:423
79847 #, gcc-internal-format
79848 msgid "creating selector for nonexistent method %qE"
79849 msgstr ""
79851 #: rust/rust-gcc-diagnostics.cc:33
79852 #, gcc-internal-format, gfc-internal-format
79853 msgid "at %s, %s"
79854 msgstr ""
79856 #: rust/rust-lang.cc:104
79857 #, gcc-internal-format
79858 msgid "TODO"
79859 msgstr ""
79861 #: rust/backend/rust-constexpr.cc:1675
79862 #, gcc-internal-format
79863 msgid "array size expression is not supported yet"
79864 msgstr ""
79866 #: rust/backend/rust-constexpr.cc:1802
79867 #, fuzzy, gcc-internal-format
79868 #| msgid "%qs is not supported for this target"
79869 msgid "constant folding not supported for this tree code"
79870 msgstr "підтримки %qs для цієї цілі не передбачено"
79872 #: rust/backend/rust-constexpr.cc:6181
79873 #, fuzzy, gcc-internal-format
79874 #| msgid "%qs cannot be used in a %<constexpr%> function"
79875 msgid "%qD declared %<thread_local%> in %<constexpr%> context"
79876 msgstr "%qs не може бути використано у функції %<constexpr%>"
79878 #: rust/backend/rust-constexpr.cc:6190
79879 #, fuzzy, gcc-internal-format
79880 #| msgid "%qs cannot be used in a %<constexpr%> function"
79881 msgid "%qD declared %<static%> in %<constexpr%> context"
79882 msgstr "%qs не може бути використано у функції %<constexpr%>"
79884 #: rust/backend/rust-tree.cc:617
79885 #, gcc-internal-format
79886 msgid "ignoring return value of %qD, that must be used: %<%s%>"
79887 msgstr ""
79889 #: rust/backend/rust-tree.cc:618
79890 #, gcc-internal-format
79891 msgid "ignoring return value of %qD, that must be used"
79892 msgstr ""
79894 #: rust/backend/rust-tree.cc:634
79895 #, gcc-internal-format
79896 msgid "ignoring returned value of type %qT, that must be used: %<%s%>"
79897 msgstr ""
79899 #: rust/backend/rust-tree.cc:635
79900 #, gcc-internal-format
79901 msgid "ignoring returned value of type %qT, that must be used"
79902 msgstr ""
79904 #: rust/checks/lints/rust-lint-unused-var.cc:51
79905 #, fuzzy, gcc-internal-format
79906 #| msgid "unused parameter %qD"
79907 msgid "unused name %qE"
79908 msgstr "невикористаний параметр %qD"
79910 #~ msgid "-gz=zlib is not supported in this configuration"
79911 #~ msgstr "підтримки -gz=zlib на цій конфігурації не передбачено"
79913 #~ msgid "invalid conversion from type %<* __vector_quad%>"
79914 #~ msgstr "некоректне перетворення з типу %<* __vector_quad%>"
79916 #~ msgid "invalid conversion to type %<* __vector_quad%>"
79917 #~ msgstr "некоректне перетворення до типу %<* __vector_quad%>"
79919 #~ msgid "invalid conversion from type %<* __vector_pair%>"
79920 #~ msgstr "некоректне перетворення з типу %<* __vector_pair%>"
79922 #~ msgid "invalid conversion to type %<* __vector_pair%>"
79923 #~ msgstr "некоректне перетворення до %<* __vector_pair%>"
79925 #~ msgid "invalid %%c operand"
79926 #~ msgstr "некоректний операнд %%c"
79928 #~ msgid "invalid %%d operand"
79929 #~ msgstr "некоректний операнд %%d"
79931 #~ msgid "invalid %%H specifier"
79932 #~ msgstr "некоректний специфікатор %%H"
79934 #~ msgid "invalid %%h operand"
79935 #~ msgstr "некоректний операнд %%h"
79937 #~ msgid "invalid %%I operand"
79938 #~ msgstr "некоректний операнд %%I"
79940 #~ msgid "invalid %%i operand"
79941 #~ msgstr "некоректний операнд %%i"
79943 #~ msgid "invalid %%j operand"
79944 #~ msgstr "некоректний операнд %%j"
79946 #~ msgid "invalid %%%c operand"
79947 #~ msgstr "некоректний операнд %%%c"
79949 #~ msgid "invalid %%N operand"
79950 #~ msgstr "некоректний операнд %%N"
79952 #~ msgid "invalid operand for 'r' specifier"
79953 #~ msgstr "некоректний операнд для специфікатора «r»"
79955 #~ msgid "invalid %%H operand"
79956 #~ msgstr "некоректний операнд %%H"
79958 #~ msgid "invalid %%L operand"
79959 #~ msgstr "некоректний операнд %%L"
79961 #~ msgid "invalid %%M operand"
79962 #~ msgstr "некоректний операнд %%M"
79964 #~ msgid "invalid %%t operand"
79965 #~ msgstr "некоректний операнд %%t"
79967 #~ msgid "invalid %%r operand"
79968 #~ msgstr "некоректний операнд %%r"
79970 #~ msgid "unknown evrp mode %qs"
79971 #~ msgstr "невідомий режим evrp %qs"
79973 #~ msgid "%<ancestor%> not yet supported"
79974 #~ msgstr "Підтримки %<ancestor%> ще не передбачено"
79976 #~ msgid "%qs not supported on this target"
79977 #~ msgstr "підтримки %qs для цього призначення не передбачено"
79979 #~ msgid "expected exactly 1 argument"
79980 #~ msgstr "мало бути вказано точно 1 аргумент"
79982 #~ msgid "ISO C99 does not support %<_Static_assert%>"
79983 #~ msgstr "У ISO C99 не передбачено підтримки %<_Static_assert%>"
79985 #~ msgid "ISO C90 does not support %<_Static_assert%>"
79986 #~ msgstr "У ISO C90 не передбачено підтримки %<_Static_assert%>"
79988 #~ msgid "ISO C99 does not support %<_Alignas%>"
79989 #~ msgstr "У ISO C99 не передбачено підтримки %<_Alignas%>"
79991 #~ msgid "ISO C90 does not support %<_Alignas%>"
79992 #~ msgstr "У ISO C90 не передбачено підтримки %<_Alignas%>"
79994 #~ msgid "expected %<allocator%>"
79995 #~ msgstr "мало бути %<allocator%>"
79997 #~ msgid "expected %<declare%>"
79998 #~ msgstr "мало бути %<declare%>"
80000 #~ msgid "%qD declared here as %q#D"
80001 #~ msgstr "%qD оголошено тут як %q#D"
80003 #~ msgid "duplicate %<mutable%>"
80004 #~ msgstr "дублювання %<mutable%>"
80006 #~ msgid "expected '(' at %C"
80007 #~ msgstr "мала бути «(» у %C"
80009 #~ msgid "expected ')' at %C"
80010 #~ msgstr "мала бути «)» у %C"
80012 #~ msgid "expected '=' at %C"
80013 #~ msgstr "мало бути «=» у %C"
80015 #~ msgid "expected '{' at %C"
80016 #~ msgstr "мала бути «{» у %C"
80018 #~ msgid "expected '}' at %C"
80019 #~ msgstr "мала бути «}» у %C"
80021 #~ msgid "%<return_value%> declared here"
80022 #~ msgstr "%<return_value%> оголошено тут"
80024 #~ msgid "label "
80025 #~ msgstr "мітка "
80027 #~ msgid "%Gargument %u null where non-null expected"
80028 #~ msgstr "%Gпорожній аргумент %u там, де мав бути непорожній аргумент"
80030 #~ msgid "%qD may be used uninitialized in this function"
80031 #~ msgstr "%qD може бути використано без ініціалізації у цій функції"
80033 #~ msgid "valid arguments are: %s;"
80034 #~ msgstr "коректні аргументи: %s;"
80036 #~ msgid "builtin %qs requires 4 arguments"
80037 #~ msgstr "вбудована %qs потребує 4 аргументів"
80039 #~ msgid "%<__builtin_set_fpscr_drn%> is not supported in 32-bit mode"
80040 #~ msgstr "підтримки %<__builtin_set_fpscr_drn%> у 32-бітовому режимі не передбачено"
80042 #~ msgid "argument 4 must be an 8-bit unsigned literal"
80043 #~ msgstr "аргумент 4 має бути 8-бітовим літералом без знаку"
80045 #~ msgid "argument 3 must be a constant in the range 0 to 7"
80046 #~ msgstr "аргумент 3 має бути сталою у діапазоні від 0 до 7"
80048 #~ msgid "third argument to %qs must be [0, 12]"
80049 #~ msgstr "третій аргумент %qs має потрапляти до діапазону [0, 12]"
80051 #~ msgid "no definition of struct `%s`"
80052 #~ msgstr "немає визначення структури «%s»"
80054 #~ msgid "cannot be %s"
80055 #~ msgstr "не може бути %s"
80057 #~ msgid "function name expected for start address"
80058 #~ msgstr "для початкової адреси мало бути вказано назву функцію"
80060 #~ msgid "takes no argument"
80061 #~ msgstr "не приймає аргументів"
80063 #~ msgid "cannot override final function %s"
80064 #~ msgstr "не може перевизначати остаточну функцію %s"
80066 #~ msgid "incompatible covariant types %s and %s"
80067 #~ msgstr "несумісні коваріантні типи %s і %s"
80069 #~ msgid "cannot override final function %s.%s"
80070 #~ msgstr "не може перевизначати остаточну функцію %s.%s"
80072 #~ msgid "one argument of type void* expected, not %s"
80073 #~ msgstr "мало бути вказано один аргумент типу void*, а не %s"
80075 #~ msgid "cannot resolve"
80076 #~ msgstr "не вдалося виконати визначення"
80078 #~ msgid "\"%.*s\""
80079 #~ msgstr "\"%.*s\""
80081 #~ msgid "cannot be %s members"
80082 #~ msgstr "не можуть бути членами %s"
80084 #~ msgid "missing initializer for %s field %s"
80085 #~ msgstr "пропущено ініціалізатор для %s, поле %s"
80087 #~ msgid ""
80088 #~ "This is free software; see the source for copying conditions.\n"
80089 #~ "There is NO warranty; not even for MERCHANTABILITY or \n"
80090 #~ "FITNESS FOR A PARTICULAR PURPOSE.\n"
80091 #~ "\n"
80092 #~ msgstr ""
80093 #~ "Це програмне забезпечення є вільним, умови копіювання викладено у його\n"
80094 #~ "початкових кодах.\n"
80095 #~ "Умовами ліцензування програми НЕ передбачено жодних гарантій, зокрема\n"
80096 #~ "гарантій працездатності або придатності для певної мети.\n"
80097 #~ "\n"
80099 #~ msgid "%qD is used uninitialized in this function"
80100 #~ msgstr "%qD використовується без ініціалізації у цій функції"
80102 #~ msgid "%qs declared incorrectly"
80103 #~ msgstr "%qs оголошено із помилками"
80105 #~ msgid "local external declaration %q#D"
80106 #~ msgstr "локальне зовнішнє оголошення %q#D"