Update gcc de.po.
[gcc.git] / gcc / po / uk.po
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.
4 #
5 # Yuri Chornoivan <yurchor@ukr.net>, 2015, 2016, 2017, 2018, 2019.
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: gcc 9.1.0\n"
9 "Report-Msgid-Bugs-To: https://gcc.gnu.org/bugs/\n"
10 "POT-Creation-Date: 2020-02-07 22:33+0000\n"
11 "PO-Revision-Date: 2019-07-04 20:43+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 19.07.70\n"
21
22 #: cfgrtl.c:2738
23 msgid "flow control insn inside a basic block"
24 msgstr "інструкція з керування потоком у основному блоці"
25
26 #: cfgrtl.c:2970
27 msgid "wrong insn in the fallthru edge"
28 msgstr "помилкова інструкція на краю fallthru"
29
30 #: cfgrtl.c:3026
31 msgid "insn outside basic block"
32 msgstr "інструкція поза основним блоком"
33
34 #: cfgrtl.c:3034
35 msgid "return not followed by barrier"
36 msgstr "за return немає barrier"
37
38 #: collect-utils.c:164
39 #, c-format
40 msgid "[cannot find %s]"
41 msgstr "[не вдалося знайти %s]"
42
43 #: collect2.c:1657
44 #, c-format
45 msgid "collect2 version %s\n"
46 msgstr "collect2 версії %s\n"
47
48 #: collect2.c:1762
49 #, c-format
50 msgid "%d constructor found\n"
51 msgid_plural "%d constructors found\n"
52 msgstr[0] "знайдено %d конструктор\n"
53 msgstr[1] "знайдено %d конструктори\n"
54 msgstr[2] "знайдено %d конструкторів\n"
55
56 #: collect2.c:1766
57 #, c-format
58 msgid "%d destructor found\n"
59 msgid_plural "%d destructors found\n"
60 msgstr[0] "знайдено %d деструктор\n"
61 msgstr[1] "знайдено %d деструктори\n"
62 msgstr[2] "знайдено %d деструкторів\n"
63
64 #: collect2.c:1770
65 #, c-format
66 msgid "%d frame table found\n"
67 msgid_plural "%d frame tables found\n"
68 msgstr[0] "знайдено %d таблицю кадрів\n"
69 msgstr[1] "знайдено %d таблиці кадрів\n"
70 msgstr[2] "знайдено %d таблиць кадрів\n"
71
72 #: collect2.c:1935
73 #, c-format
74 msgid "[Leaving %s]\n"
75 msgstr "[Полишаємо %s]\n"
76
77 #: collect2.c:2165
78 #, c-format
79 msgid ""
80 "\n"
81 "write_c_file - output name is %s, prefix is %s\n"
82 msgstr ""
83 "\n"
84 "write_c_file - назвою результату є %s, префіксом є %s\n"
85
86 #: collect2.c:2670
87 #, c-format
88 msgid ""
89 "\n"
90 "ldd output with constructors/destructors.\n"
91 msgstr ""
92 "\n"
93 "Виведені ldd дані з конструкторами та деструкторами.\n"
94
95 #: cprop.c:1755
96 msgid "const/copy propagation disabled"
97 msgstr "передавання const/copy вимкнено"
98
99 #: diagnostic.c:158
100 #, c-format
101 msgid "%s: all warnings being treated as errors"
102 msgstr "%s: усі попередження вважаються помилками"
103
104 #: diagnostic.c:163
105 #, c-format
106 msgid "%s: some warnings being treated as errors"
107 msgstr "%s: деякі попередження вважаються помилками"
108
109 #: diagnostic.c:371 input.c:225 input.c:1874 c-family/c-opts.c:1427
110 #: fortran/cpp.c:577 fortran/error.c:1049 fortran/error.c:1069
111 msgid "<built-in>"
112 msgstr "<вбудоване>"
113
114 #: diagnostic.c:524
115 #, c-format
116 msgid "compilation terminated due to -fmax-errors=%u.\n"
117 msgstr "компіляцію перервано через -fmax-errors=%u.\n"
118
119 #: diagnostic.c:552
120 #, c-format
121 msgid "compilation terminated due to -Wfatal-errors.\n"
122 msgstr "компіляцію перервано через -Wfatal-errors.\n"
123
124 #: diagnostic.c:572
125 #, c-format
126 msgid ""
127 "Please submit a full bug report,\n"
128 "with preprocessed source if appropriate.\n"
129 msgstr ""
130 "Будь ласка, надішліть повний звіт щодо вади,\n"
131 "якщо потрібно, із попередньо обробленим початковим кодом.\n"
132
133 #: diagnostic.c:578
134 #, c-format
135 msgid "See %s for instructions.\n"
136 msgstr "Див. настанови у %s.\n"
137
138 #: diagnostic.c:587
139 #, c-format
140 msgid "compilation terminated.\n"
141 msgstr "компіляцію перервано.\n"
142
143 #: diagnostic.c:648
144 msgid "In file included from"
145 msgstr "У файлі, який включено у"
146
147 #: diagnostic.c:649
148 msgid " from"
149 msgstr " з"
150
151 #: diagnostic.c:1115
152 #, c-format
153 msgid "%s:%d: confused by earlier errors, bailing out\n"
154 msgstr "%s:%d: заплуталися із попередніми помилками, вимушено припиняємо обробку\n"
155
156 #: diagnostic.c:1740
157 #, c-format
158 msgid "Internal compiler error: Error reporting routines re-entered.\n"
159 msgstr "Внутрішня помилка компілятора: повторний вхід до процедур сповіщення про помилки.\n"
160
161 #: final.c:1126
162 msgid "negative insn length"
163 msgstr "від’ємна довжина інструкції"
164
165 #: final.c:3073
166 msgid "could not split insn"
167 msgstr "не вдалося розділити інструкцію"
168
169 #: final.c:3602
170 msgid "invalid 'asm': "
171 msgstr "некоректна asm: "
172
173 #: final.c:3735
174 #, c-format
175 msgid "nested assembly dialect alternatives"
176 msgstr "вкладені варіанти діалектів асемблера"
177
178 #: final.c:3763 final.c:3775
179 #, c-format
180 msgid "unterminated assembly dialect alternative"
181 msgstr "незавершена вставка діалектом асемблера"
182
183 #: final.c:3917
184 #, c-format
185 msgid "operand number missing after %%-letter"
186 msgstr "пропущено операнд після %%-літери"
187
188 #: final.c:3920 final.c:3961
189 #, c-format
190 msgid "operand number out of range"
191 msgstr "кількість операндів поза межами припустимого діапазону"
192
193 #: final.c:3978
194 #, c-format
195 msgid "invalid %%-code"
196 msgstr "некоректний %%-код"
197
198 #: final.c:4012
199 #, c-format
200 msgid "'%%l' operand isn't a label"
201 msgstr "операнд «%%l» не є міткою"
202
203 #. We can't handle floating point constants;
204 #. PRINT_OPERAND must handle them.
205 #. We can't handle floating point constants;
206 #. TARGET_PRINT_OPERAND must handle them.
207 #: final.c:4148 config/arc/arc.c:6392 config/i386/i386.c:11497
208 #, c-format
209 msgid "floating constant misused"
210 msgstr "помилкове використання сталої із рухомою крапкою"
211
212 #: final.c:4206 config/arc/arc.c:6489 config/i386/i386.c:11588
213 #: config/pdp11/pdp11.c:1873
214 #, c-format
215 msgid "invalid expression as operand"
216 msgstr "некоректний вираз операнда"
217
218 #: gcc.c:119
219 #, c-format
220 msgid "%s\n"
221 msgstr "%s\n"
222
223 #: gcc.c:1720
224 #, c-format
225 msgid "Using built-in specs.\n"
226 msgstr "Використовуємо вбудовані специфікації.\n"
227
228 #: gcc.c:1920
229 #, c-format
230 msgid ""
231 "Setting spec %s to '%s'\n"
232 "\n"
233 msgstr ""
234 "Встановлюємо специфікацію %s у значення «%s»\n"
235 "\n"
236
237 #: gcc.c:2099
238 #, c-format
239 msgid "Reading specs from %s\n"
240 msgstr "Читаємо специфікації з %s\n"
241
242 #: gcc.c:2231
243 #, c-format
244 msgid "could not find specs file %s\n"
245 msgstr "не вдалося знайти файл специфікацій %s\n"
246
247 #: gcc.c:2306
248 #, c-format
249 msgid "rename spec %s to %s\n"
250 msgstr "перейменувати специфікацію %s на %s\n"
251
252 #: gcc.c:2308
253 #, c-format
254 msgid ""
255 "spec is '%s'\n"
256 "\n"
257 msgstr ""
258 "специфікація — «%s»\n"
259 "\n"
260
261 #: gcc.c:3155
262 #, c-format
263 msgid ""
264 "\n"
265 "Go ahead? (y or n) "
266 msgstr ""
267 "\n"
268 "Продовжувати? (y — так або n — ні) "
269
270 #: gcc.c:3327
271 #, c-format
272 msgid "# %s %.2f %.2f\n"
273 msgstr "# %s %.2f %.2f\n"
274
275 #: gcc.c:3543
276 #, c-format
277 msgid "Usage: %s [options] file...\n"
278 msgstr "Використання: %s [параметри] файл…\n"
279
280 #: gcc.c:3544
281 msgid "Options:\n"
282 msgstr "Параметри:\n"
283
284 #: gcc.c:3546
285 msgid " -pass-exit-codes Exit with highest error code from a phase.\n"
286 msgstr " -pass-exit-codes Виходити із найбільшим кодом помилки у фазі.\n"
287
288 #: gcc.c:3547
289 msgid " --help Display this information.\n"
290 msgstr " --help Вивести цю довідкову інформацію.\n"
291
292 #: gcc.c:3548
293 msgid " --target-help Display target specific command line options.\n"
294 msgstr " --target-help Вивести параметри командного рядка, специфічні для цілі.\n"
295
296 #: gcc.c:3549
297 msgid " --help={common|optimizers|params|target|warnings|[^]{joined|separate|undocumented}}[,...].\n"
298 msgstr " --help={common|optimizers|params|target|warnings|[^]{joined|separate|undocumented}}[,...].\n"
299
300 #: gcc.c:3550
301 msgid " Display specific types of command line options.\n"
302 msgstr " Вивести специфічні типи параметрів командного рядка.\n"
303
304 #: gcc.c:3552
305 msgid " (Use '-v --help' to display command line options of sub-processes).\n"
306 msgstr " (Скористайтеся параметрами «-v --help», щоб побачити параметри командного рядка підпроцесів).\n"
307
308 #: gcc.c:3553
309 msgid " --version Display compiler version information.\n"
310 msgstr " --version Вивести дані щодо версії компілятора.\n"
311
312 #: gcc.c:3554
313 msgid " -dumpspecs Display all of the built in spec strings.\n"
314 msgstr " -dumpspecs Вивести усе вбудоване у рядки специфікації.\n"
315
316 #: gcc.c:3555
317 msgid " -dumpversion Display the version of the compiler.\n"
318 msgstr " -dumpversion Вивести дані щодо версії компілятора.\n"
319
320 #: gcc.c:3556
321 msgid " -dumpmachine Display the compiler's target processor.\n"
322 msgstr " -dumpmachine Вивести дані щодо процесора призначення компілятора.\n"
323
324 #: gcc.c:3557
325 msgid " -print-search-dirs Display the directories in the compiler's search path.\n"
326 msgstr " -print-search-dirs Вивести список усіх каталогів у шляху пошуку компілятора.\n"
327
328 #: gcc.c:3558
329 msgid " -print-libgcc-file-name Display the name of the compiler's companion library.\n"
330 msgstr " -print-libgcc-file-name Вивести назву супутньої бібліотеки компілятора.\n"
331
332 #: gcc.c:3559
333 msgid " -print-file-name=<lib> Display the full path to library <lib>.\n"
334 msgstr " -print-file-name=<біб> Вивести шлях до вказаної бібліотеки повністю.\n"
335
336 #: gcc.c:3560
337 msgid " -print-prog-name=<prog> Display the full path to compiler component <prog>.\n"
338 msgstr " -print-prog-name=<прог> Вивести шлях до компонента компілятора <прог> повністю.\n"
339
340 #: gcc.c:3561
341 msgid ""
342 " -print-multiarch Display the target's normalized GNU triplet, used as\n"
343 " a component in the library path.\n"
344 msgstr ""
345 " -print-multiarch Вивести нормалізований триплет GNU цілі, використовується\n"
346 " як компонент у шляху до бібліотек.\n"
347
348 #: gcc.c:3564
349 msgid " -print-multi-directory Display the root directory for versions of libgcc.\n"
350 msgstr " -print-multi-directory Вивести кореневий каталог для версій libgcc.\n"
351
352 #: gcc.c:3565
353 msgid ""
354 " -print-multi-lib Display the mapping between command line options and\n"
355 " multiple library search directories.\n"
356 msgstr ""
357 " -print-multi-lib Вивести прив'язку між параметрами командного рядка і\n"
358 " і каталогами пошуку мультибібліотек.\n"
359
360 #: gcc.c:3568
361 msgid " -print-multi-os-directory Display the relative path to OS libraries.\n"
362 msgstr " -print-multi-os-directory Вивести відносний шлях до бібліотек операційної системи.\n"
363
364 #: gcc.c:3569
365 msgid " -print-sysroot Display the target libraries directory.\n"
366 msgstr " -print-sysroot Вивести каталог призначення бібліотек.\n"
367
368 #: gcc.c:3570
369 msgid " -print-sysroot-headers-suffix Display the sysroot suffix used to find headers.\n"
370 msgstr " -print-sysroot-headers-suffix Вивести суфікс sysroot, який використовується для пошуку заголовків.\n"
371
372 #: gcc.c:3571
373 msgid " -Wa,<options> Pass comma-separated <options> on to the assembler.\n"
374 msgstr " -Wa,<параметри> Передати асемблеру список відокремлених комами параметрів.\n"
375
376 #: gcc.c:3572
377 msgid " -Wp,<options> Pass comma-separated <options> on to the preprocessor.\n"
378 msgstr " -Wp,<параметри> Передати засобу попередньої обробки список відокремлених комами параметрів.\n"
379
380 #: gcc.c:3573
381 msgid " -Wl,<options> Pass comma-separated <options> on to the linker.\n"
382 msgstr " -Wl,<параметри> Передати компонувальнику список відокремлених комами параметрів.\n"
383
384 #: gcc.c:3574
385 msgid " -Xassembler <arg> Pass <arg> on to the assembler.\n"
386 msgstr " -Xassembler <арг> Передати аргумент <арг> асемблеру.\n"
387
388 #: gcc.c:3575
389 msgid " -Xpreprocessor <arg> Pass <arg> on to the preprocessor.\n"
390 msgstr " -Xpreprocessor <арг> Передати аргумент <арг> засобу попередньої обробки.\n"
391
392 #: gcc.c:3576
393 msgid " -Xlinker <arg> Pass <arg> on to the linker.\n"
394 msgstr " -Xlinker <арг> Передати аргумент <арг> компонувальнику.\n"
395
396 #: gcc.c:3577
397 msgid " -save-temps Do not delete intermediate files.\n"
398 msgstr " -save-temps Не вилучати проміжні файли.\n"
399
400 #: gcc.c:3578
401 msgid " -save-temps=<arg> Do not delete intermediate files.\n"
402 msgstr " -save-temps=<арг> Не вилучати проміжні файли.\n"
403
404 #: gcc.c:3579
405 msgid ""
406 " -no-canonical-prefixes Do not canonicalize paths when building relative\n"
407 " prefixes to other gcc components.\n"
408 msgstr ""
409 " -no-canonical-prefixes Не перетворювати до канонічної форми шляхи під час\n"
410 " побудови відносних префіксів до інших компонент gcc.\n"
411
412 #: gcc.c:3582
413 msgid " -pipe Use pipes rather than intermediate files.\n"
414 msgstr " -pipe Використовувати канали передавання даних замість проміжних файлів.\n"
415
416 #: gcc.c:3583
417 msgid " -time Time the execution of each subprocess.\n"
418 msgstr " -time Вимірювати час виконання кожного з підпроцесів.\n"
419
420 #: gcc.c:3584
421 msgid " -specs=<file> Override built-in specs with the contents of <file>.\n"
422 msgstr " -specs=<файл> Перевизначити вбудовані специфікації вмістом файла <файл>.\n"
423
424 #: gcc.c:3585
425 msgid " -std=<standard> Assume that the input sources are for <standard>.\n"
426 msgstr " -std=<стандарт> Припускати для вхідних кодів відповідність вказаному стандарту.\n"
427
428 #: gcc.c:3586
429 msgid ""
430 " --sysroot=<directory> Use <directory> as the root directory for headers\n"
431 " and libraries.\n"
432 msgstr ""
433 " --sysroot=<каталог> Використовувати <каталог> як кореневий для заголовків\n"
434 " і бібліотек.\n"
435
436 #: gcc.c:3589
437 msgid " -B <directory> Add <directory> to the compiler's search paths.\n"
438 msgstr " -B <каталог> Додати <каталог> до шляхів пошуку компілятора.\n"
439
440 #: gcc.c:3590
441 msgid " -v Display the programs invoked by the compiler.\n"
442 msgstr " -v Виводити назви програм, які викликаються компілятором.\n"
443
444 #: gcc.c:3591
445 msgid " -### Like -v but options quoted and commands not executed.\n"
446 msgstr " -### Подібне до -v, але із лапками для параметрів і без виконання команд.\n"
447
448 #: gcc.c:3592
449 msgid " -E Preprocess only; do not compile, assemble or link.\n"
450 msgstr " -E Лише попередньо обробити; не компілювати, не збирати і не компонувати.\n"
451
452 #: gcc.c:3593
453 msgid " -S Compile only; do not assemble or link.\n"
454 msgstr " -S Лише скомпілювати; не збирати і не компонувати.\n"
455
456 #: gcc.c:3594
457 msgid " -c Compile and assemble, but do not link.\n"
458 msgstr " -c Скомпілювати і зібрати, але не компонувати.\n"
459
460 #: gcc.c:3595
461 msgid " -o <file> Place the output into <file>.\n"
462 msgstr " -o <файл> Вивести результати до файла <файл>.\n"
463
464 #: gcc.c:3596
465 msgid ""
466 " -pie Create a dynamically linked position independent\n"
467 " executable.\n"
468 msgstr ""
469 " -pie створити динамічно скомпонований виконуваний файл з\n"
470 " незалежним позиціюванням\n"
471
472 #: gcc.c:3598
473 msgid " -shared Create a shared library.\n"
474 msgstr " -shared створити бібліотеку спільного використання\n"
475
476 #: gcc.c:3599
477 msgid ""
478 " -x <language> Specify the language of the following input files.\n"
479 " Permissible languages include: c c++ assembler none\n"
480 " 'none' means revert to the default behavior of\n"
481 " guessing the language based on the file's extension.\n"
482 msgstr ""
483 " -x <мова> Вказати мову для наступних файлів вхідних даних.\n"
484 " Можливі варіанти мов: c c++ assembler none\n"
485 " «none» означає «повернутися до типової поведінки\n"
486 " із визначенням мови на основі суфікса назви файла».\n"
487
488 #: gcc.c:3606
489 #, c-format
490 msgid ""
491 "\n"
492 "Options starting with -g, -f, -m, -O, -W, or --param are automatically\n"
493 " passed on to the various sub-processes invoked by %s. In order to pass\n"
494 " other options on to these processes the -W<letter> options must be used.\n"
495 msgstr ""
496
497 #: gcc.c:6031
498 #, c-format
499 msgid "Processing spec (%s), which is '%s'\n"
500 msgstr "Обробляємо специфікацію (%s), назва якої — «%s»\n"
501
502 #: gcc.c:6781
503 #, c-format
504 msgid "Target: %s\n"
505 msgstr "Ціль: %s\n"
506
507 #: gcc.c:6782
508 #, c-format
509 msgid "Configured with: %s\n"
510 msgstr "Налаштування: %s\n"
511
512 #: gcc.c:6796
513 #, c-format
514 msgid "Thread model: %s\n"
515 msgstr "Модель потоків: %s\n"
516
517 #: gcc.c:6797
518 #, c-format
519 msgid "Supported LTO compression algorithms: zlib"
520 msgstr ""
521
522 #: gcc.c:6799
523 #, c-format
524 msgid " zstd"
525 msgstr ""
526
527 #: gcc.c:6801 gcov.c:1408 gcov.c:1476 gcov.c:2813
528 #, c-format
529 msgid "\n"
530 msgstr "\n"
531
532 #: gcc.c:6812
533 #, c-format
534 msgid "gcc version %s %s\n"
535 msgstr "Версія gcc %s %s\n"
536
537 #: gcc.c:6815
538 #, c-format
539 msgid "gcc driver version %s %sexecuting gcc version %s\n"
540 msgstr "Версія драйвера gcc %s %sвиконуємо версію gcc %s\n"
541
542 #: gcc.c:6888 gcc.c:7098
543 #, c-format
544 msgid "The bug is not reproducible, so it is likely a hardware or OS problem.\n"
545 msgstr "Ваду не вдається відтворити. Ймовірно, її пов'язано із обладнанням або операційною системою.\n"
546
547 #: gcc.c:7022
548 #, c-format
549 msgid "Preprocessed source stored into %s file, please attach this to your bugreport.\n"
550 msgstr "Попередньо оброблений код збережено до файла %s. Будь ласка, долучіть цей файл до вашого звіту щодо вади.\n"
551
552 #: gcc.c:7871
553 #, c-format
554 msgid "install: %s%s\n"
555 msgstr "встановлення: %s%s\n"
556
557 #: gcc.c:7874
558 #, c-format
559 msgid "programs: %s\n"
560 msgstr "програми: %s\n"
561
562 #: gcc.c:7876
563 #, c-format
564 msgid "libraries: %s\n"
565 msgstr "бібліотеки: %s\n"
566
567 #: gcc.c:7993
568 #, c-format
569 msgid ""
570 "\n"
571 "For bug reporting instructions, please see:\n"
572 msgstr ""
573 "\n"
574 "Настанови щодо звітування про вади наведено тут:\n"
575
576 #: gcc.c:8009 gcov-tool.c:527
577 #, c-format
578 msgid "%s %s%s\n"
579 msgstr "%s %s%s\n"
580
581 #: gcc.c:8012 gcov-tool.c:529 gcov.c:927 fortran/gfortranspec.c:282
582 msgid "(C)"
583 msgstr "©"
584
585 #: gcc.c:8013 fortran/gfortranspec.c:283
586 msgid ""
587 "This is free software; see the source for copying conditions. There is NO\n"
588 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
589 "\n"
590 msgstr ""
591 "Це програмне забезпечення є вільним, умови копіювання викладено у його\n"
592 "початкових кодах.\n"
593 "Умовами ліцензування програми НЕ передбачено жодних гарантій, зокрема\n"
594 "гарантій працездатності або придатності для певної мети.\n"
595 "\n"
596
597 #: gcc.c:8322
598 #, c-format
599 msgid ""
600 "\n"
601 "Linker options\n"
602 "==============\n"
603 "\n"
604 msgstr ""
605 "\n"
606 "Параметри компонувальника\n"
607 "=========================\n"
608 "\n"
609
610 #: gcc.c:8323
611 #, c-format
612 msgid ""
613 "Use \"-Wl,OPTION\" to pass \"OPTION\" to the linker.\n"
614 "\n"
615 msgstr ""
616
617 #: gcc.c:9671
618 #, c-format
619 msgid ""
620 "Assembler options\n"
621 "=================\n"
622 "\n"
623 msgstr ""
624 "Параметри асемблера\n"
625 "===================\n"
626 "\n"
627
628 #: gcc.c:9672
629 #, c-format
630 msgid ""
631 "Use \"-Wa,OPTION\" to pass \"OPTION\" to the assembler.\n"
632 "\n"
633 msgstr ""
634
635 #: gcov-tool.c:175
636 #, c-format
637 msgid " merge [options] <dir1> <dir2> Merge coverage file contents\n"
638 msgstr ""
639
640 #: gcov-tool.c:176 gcov-tool.c:271
641 #, c-format
642 msgid " -o, --output <dir> Output directory\n"
643 msgstr " -o, --output <кат> Каталог виведення даних\n"
644
645 #: gcov-tool.c:177 gcov-tool.c:273 gcov-tool.c:425
646 #, c-format
647 msgid " -v, --verbose Verbose mode\n"
648 msgstr " -v, --verbose докладний режим\n"
649
650 #: gcov-tool.c:178
651 #, c-format
652 msgid " -w, --weight <w1,w2> Set weights (float point values)\n"
653 msgstr ""
654
655 #: gcov-tool.c:194
656 #, c-format
657 msgid "Merge subcomand usage:"
658 msgstr "Користування підкомандою merge:"
659
660 #: gcov-tool.c:269
661 #, c-format
662 msgid " rewrite [options] <dir> Rewrite coverage file contents\n"
663 msgstr ""
664
665 #: gcov-tool.c:270
666 #, c-format
667 msgid " -n, --normalize <int64_t> Normalize the profile\n"
668 msgstr " -n, --normalize <int64_t> Нормалізувати профіль\n"
669
670 #: gcov-tool.c:272
671 #, c-format
672 msgid " -s, --scale <float or simple-frac> Scale the profile counters\n"
673 msgstr ""
674
675 #: gcov-tool.c:290
676 #, c-format
677 msgid "Rewrite subcommand usage:"
678 msgstr "Користування підкомандою rewrite:"
679
680 #: gcov-tool.c:329
681 #, c-format
682 msgid "scaling cannot co-exist with normalization, skipping\n"
683 msgstr ""
684
685 #: gcov-tool.c:342 gcov-tool.c:352
686 #, c-format
687 msgid "incorrect format in scaling, using 1/1\n"
688 msgstr "помилковий формат у масштабуванні, використовуємо 1/1\n"
689
690 #: gcov-tool.c:362
691 #, c-format
692 msgid "normalization cannot co-exist with scaling\n"
693 msgstr "нормалізація не може співіснувати із масштабуванням\n"
694
695 #: gcov-tool.c:419
696 #, c-format
697 msgid " overlap [options] <dir1> <dir2> Compute the overlap of two profiles\n"
698 msgstr " overlap [параметри] <каталог1> <каталог2> визначити перекриття двох провілів\n"
699
700 #: gcov-tool.c:420
701 #, c-format
702 msgid " -f, --function Print function level info\n"
703 msgstr " -f, --function Вивести дані щодо рівня функції\n"
704
705 #: gcov-tool.c:421
706 #, c-format
707 msgid " -F, --fullname Print full filename\n"
708 msgstr " -F, --fullname Вивести назву файла повністю\n"
709
710 #: gcov-tool.c:422
711 #, c-format
712 msgid " -h, --hotonly Only print info for hot objects/functions\n"
713 msgstr ""
714
715 #: gcov-tool.c:423
716 #, c-format
717 msgid " -o, --object Print object level info\n"
718 msgstr " -o, --object Вивести дані щодо рівня об'єкта\n"
719
720 #: gcov-tool.c:424
721 #, c-format
722 msgid " -t <float>, --hot_threshold <float> Set the threshold for hotness\n"
723 msgstr ""
724
725 #: gcov-tool.c:444
726 #, c-format
727 msgid "Overlap subcomand usage:"
728 msgstr "Користування підкомандою overlap:"
729
730 #: gcov-tool.c:510
731 #, c-format
732 msgid ""
733 "Usage: %s [OPTION]... SUB_COMMAND [OPTION]...\n"
734 "\n"
735 msgstr ""
736 "Користування: %s [ПАРАМЕТР]... ПІДКОМАНДА [ПАРАМЕТР]...\n"
737 "\n"
738
739 #: gcov-tool.c:511
740 #, c-format
741 msgid ""
742 "Offline tool to handle gcda counts\n"
743 "\n"
744 msgstr ""
745
746 #: gcov-tool.c:512
747 #, c-format
748 msgid " -h, --help Print this help, then exit\n"
749 msgstr " -h, --help Вивести ці довідкові дані, далі вийти\n"
750
751 #: gcov-tool.c:513
752 #, c-format
753 msgid " -v, --version Print version number, then exit\n"
754 msgstr " -v, --version Вивести дані щодо версії, далі вийти\n"
755
756 #: gcov-tool.c:517 gcov.c:915
757 #, c-format
758 msgid ""
759 "\n"
760 "For bug reporting instructions, please see:\n"
761 "%s.\n"
762 msgstr ""
763 "\n"
764 "Настанови щодо звітування про вади наведено тут:\n"
765 "%s.\n"
766
767 #: gcov-tool.c:528
768 #, fuzzy, c-format
769 #| msgid "Copyright %s 2019 Free Software Foundation, Inc.\n"
770 msgid "Copyright %s 2020 Free Software Foundation, Inc.\n"
771 msgstr "© %s Free Software Foundation, Inc., 2019\n"
772
773 #: gcov-tool.c:531 gcov.c:929
774 #, c-format
775 msgid ""
776 "This is free software; see the source for copying conditions.\n"
777 "There is NO warranty; not even for MERCHANTABILITY or \n"
778 "FITNESS FOR A PARTICULAR PURPOSE.\n"
779 "\n"
780 msgstr ""
781 "Це програмне забезпечення є вільним, умови копіювання викладено у його\n"
782 "початкових кодах.\n"
783 "Умовами ліцензування програми НЕ передбачено жодних гарантій, зокрема\n"
784 "гарантій працездатності або придатності для певної мети.\n"
785 "\n"
786
787 #: gcov.c:889
788 #, c-format
789 msgid ""
790 "Usage: gcov [OPTION...] SOURCE|OBJ...\n"
791 "\n"
792 msgstr ""
793 "Користування: gcov [ПАРАМЕТР...] ПОЧАТКОВИЙ_КОД|OBJ...\n"
794 "\n"
795
796 #: gcov.c:890
797 #, c-format
798 msgid ""
799 "Print code coverage information.\n"
800 "\n"
801 msgstr ""
802 "Виводить дані щодо покриття коду.\n"
803 "\n"
804
805 #: gcov.c:891
806 #, c-format
807 msgid " -a, --all-blocks Show information for every basic block\n"
808 msgstr " -a, --all-blocks Вивести дані щодо кожного базового блоку\n"
809
810 #: gcov.c:892
811 #, c-format
812 msgid " -b, --branch-probabilities Include branch probabilities in output\n"
813 msgstr " -b, --branch-probabilities Включити ймовірності розгалужень до виведених даних\n"
814
815 #: gcov.c:893
816 #, c-format
817 msgid ""
818 " -c, --branch-counts Output counts of branches taken\n"
819 " rather than percentages\n"
820 msgstr ""
821
822 #: gcov.c:895
823 #, c-format
824 msgid " -d, --display-progress Display progress information\n"
825 msgstr " -d, --display-progress Виводити дані щодо поступу\n"
826
827 #: gcov.c:896
828 #, c-format
829 msgid " -f, --function-summaries Output summaries for each function\n"
830 msgstr " -f, --function-summaries Виводити резюме щодо кожної функції\n"
831
832 #: gcov.c:897
833 #, c-format
834 msgid " -h, --help Print this help, then exit\n"
835 msgstr " -h, --help Вивести ці довідкові дані, потім вийти\n"
836
837 #: gcov.c:898
838 #, c-format
839 msgid " -i, --json-format Output JSON intermediate format into .gcov.json.gz file\n"
840 msgstr " -i, --json-format вивести дані у проміжному форматі JSON до файла .gcov.json.gz\n"
841
842 #: gcov.c:899
843 #, c-format
844 msgid " -j, --human-readable Output human readable numbers\n"
845 msgstr " -j, --human-readable Виводити зручні для читання числа\n"
846
847 #: gcov.c:900
848 #, c-format
849 msgid " -k, --use-colors Emit colored output\n"
850 msgstr " -k, --use-colors Розфарбувати виведені дані\n"
851
852 #: gcov.c:901
853 #, c-format
854 msgid ""
855 " -l, --long-file-names Use long output file names for included\n"
856 " source files\n"
857 msgstr ""
858 " -l, --long-file-names використовувати довгі назви файлів виведення для\n"
859 " включених файлів початкового коду\n"
860
861 #: gcov.c:903
862 #, c-format
863 msgid " -m, --demangled-names Output demangled function names\n"
864 msgstr " -m, --demangled-names виводити розшифровані назви функцій\n"
865
866 #: gcov.c:904
867 #, c-format
868 msgid " -n, --no-output Do not create an output file\n"
869 msgstr " -n, --no-output не створювати файла виведених даних\n"
870
871 #: gcov.c:905
872 #, c-format
873 msgid " -o, --object-directory DIR|FILE Search for object files in DIR or called FILE\n"
874 msgstr ""
875
876 #: gcov.c:906
877 #, c-format
878 msgid " -p, --preserve-paths Preserve all pathname components\n"
879 msgstr " -p, --preserve-paths зберігати компоненти шляхів\n"
880
881 #: gcov.c:907
882 #, c-format
883 msgid " -q, --use-hotness-colors Emit perf-like colored output for hot lines\n"
884 msgstr ""
885
886 #: gcov.c:908
887 #, c-format
888 msgid " -r, --relative-only Only show data for relative sources\n"
889 msgstr " -r, --relative-only вивести дані лише для відносних джерел\n"
890
891 #: gcov.c:909
892 #, c-format
893 msgid " -s, --source-prefix DIR Source prefix to elide\n"
894 msgstr ""
895
896 #: gcov.c:910
897 #, c-format
898 msgid " -t, --stdout Output to stdout instead of a file\n"
899 msgstr " -t, --stdout вивести дані до стандартного виведення, а не до файла\n"
900
901 #: gcov.c:911
902 #, c-format
903 msgid " -u, --unconditional-branches Show unconditional branch counts too\n"
904 msgstr ""
905
906 #: gcov.c:912
907 #, c-format
908 msgid " -v, --version Print version number, then exit\n"
909 msgstr " -v, --version Вивести дані щодо версії, далі вийти\n"
910
911 #: gcov.c:913
912 #, c-format
913 msgid " -w, --verbose Print verbose informations\n"
914 msgstr " -w, --verbose Режим докладних повідомлень\n"
915
916 #: gcov.c:914
917 #, c-format
918 msgid " -x, --hash-filenames Hash long pathnames\n"
919 msgstr " -x, --hash-filenames хешувати довгі шляхи\n"
920
921 #: gcov.c:925
922 #, c-format
923 msgid "gcov %s%s\n"
924 msgstr "gcov %s%s\n"
925
926 #: gcov.c:1259
927 #, c-format
928 msgid "'%s' file is already processed\n"
929 msgstr "Файл «%s» вже оброблено\n"
930
931 #: gcov.c:1373
932 #, c-format
933 msgid "Creating '%s'\n"
934 msgstr "Створюємо «%s»\n"
935
936 #: gcov.c:1376
937 #, c-format
938 msgid "Error writing output file '%s'\n"
939 msgstr "Помилка під час спроби записати файл «%s»\n"
940
941 #: gcov.c:1381
942 #, c-format
943 msgid "Could not open output file '%s'\n"
944 msgstr ""
945
946 #: gcov.c:1386
947 #, c-format
948 msgid "Removing '%s'\n"
949 msgstr "Вилучаємо «%s»\n"
950
951 #: gcov.c:1498
952 #, c-format
953 msgid "Cannot open JSON output file %s\n"
954 msgstr "Не вдалося відкрити файл зі виведеними даними JSON %s\n"
955
956 #: gcov.c:1506
957 #, c-format
958 msgid "Error writing JSON output file %s\n"
959 msgstr "Помилка під час спроби записати файл із виведеними даними JSON %s\n"
960
961 #: gcov.c:1673
962 #, c-format
963 msgid "%s:source file is newer than notes file '%s'\n"
964 msgstr ""
965
966 #: gcov.c:1678
967 #, c-format
968 msgid "(the message is displayed only once per source file)\n"
969 msgstr ""
970
971 #: gcov.c:1698
972 #, c-format
973 msgid "%s:cannot open notes file\n"
974 msgstr ""
975
976 #: gcov.c:1704
977 #, c-format
978 msgid "%s:not a gcov notes file\n"
979 msgstr ""
980
981 #: gcov.c:1717
982 #, c-format
983 msgid "%s:version '%.4s', prefer '%.4s'\n"
984 msgstr ""
985
986 #: gcov.c:1767
987 #, c-format
988 msgid "%s:already seen blocks for '%s'\n"
989 msgstr ""
990
991 #: gcov.c:1881 gcov.c:1983
992 #, c-format
993 msgid "%s:corrupted\n"
994 msgstr ""
995
996 #: gcov.c:1888
997 #, c-format
998 msgid "%s:no functions found\n"
999 msgstr ""
1000
1001 #: gcov.c:1906
1002 #, c-format
1003 msgid "%s:cannot open data file, assuming not executed\n"
1004 msgstr ""
1005
1006 #: gcov.c:1913
1007 #, c-format
1008 msgid "%s:not a gcov data file\n"
1009 msgstr ""
1010
1011 #: gcov.c:1926
1012 #, c-format
1013 msgid "%s:version '%.4s', prefer version '%.4s'\n"
1014 msgstr ""
1015
1016 #: gcov.c:1932
1017 #, c-format
1018 msgid "%s:stamp mismatch with notes file\n"
1019 msgstr ""
1020
1021 #: gcov.c:1964
1022 #, c-format
1023 msgid "%s:profile mismatch for '%s'\n"
1024 msgstr "%s:невідповідність профілів для «%s»\n"
1025
1026 #: gcov.c:1982
1027 #, c-format
1028 msgid "%s:overflowed\n"
1029 msgstr "%s:переповнено\n"
1030
1031 #: gcov.c:2029
1032 #, c-format
1033 msgid "%s:'%s' lacks entry and/or exit blocks\n"
1034 msgstr ""
1035
1036 #: gcov.c:2034
1037 #, c-format
1038 msgid "%s:'%s' has arcs to entry block\n"
1039 msgstr ""
1040
1041 #: gcov.c:2042
1042 #, c-format
1043 msgid "%s:'%s' has arcs from exit block\n"
1044 msgstr ""
1045
1046 #: gcov.c:2251
1047 #, c-format
1048 msgid "%s:graph is unsolvable for '%s'\n"
1049 msgstr ""
1050
1051 #: gcov.c:2367
1052 #, c-format
1053 msgid "Lines executed:%s of %d\n"
1054 msgstr "Виконаних рядків:%s з %d\n"
1055
1056 #: gcov.c:2370
1057 #, c-format
1058 msgid "No executable lines\n"
1059 msgstr "Немає виконуваних рядків\n"
1060
1061 #: gcov.c:2378 gcov.c:2387
1062 #, c-format
1063 msgid "%s '%s'\n"
1064 msgstr "%s «%s»\n"
1065
1066 #: gcov.c:2394
1067 #, c-format
1068 msgid "Branches executed:%s of %d\n"
1069 msgstr ""
1070
1071 #: gcov.c:2398
1072 #, c-format
1073 msgid "Taken at least once:%s of %d\n"
1074 msgstr ""
1075
1076 #: gcov.c:2404
1077 #, c-format
1078 msgid "No branches\n"
1079 msgstr "Немає відгалужень\n"
1080
1081 #: gcov.c:2406
1082 #, c-format
1083 msgid "Calls executed:%s of %d\n"
1084 msgstr "Виконано викликів:%s з %d\n"
1085
1086 #: gcov.c:2410
1087 #, c-format
1088 msgid "No calls\n"
1089 msgstr "Немає викликів\n"
1090
1091 #: gcov.c:2667
1092 #, c-format
1093 msgid "%s:no lines for '%s'\n"
1094 msgstr "%s: немає рядків з «%s»\n"
1095
1096 #: gcov.c:2793
1097 #, c-format
1098 msgid "call %2d returned %s\n"
1099 msgstr ""
1100
1101 #: gcov.c:2798
1102 #, c-format
1103 msgid "call %2d never executed\n"
1104 msgstr "виклик %2d ніколи не виконувався\n"
1105
1106 #: gcov.c:2803
1107 #, c-format
1108 msgid "branch %2d taken %s%s"
1109 msgstr ""
1110
1111 #: gcov.c:2808
1112 #, c-format
1113 msgid "branch %2d never executed"
1114 msgstr "гілка %2d ніколи не виконувалася"
1115
1116 #: gcov.c:2811
1117 #, c-format
1118 msgid " (BB %d)"
1119 msgstr " (BB %d)"
1120
1121 #: gcov.c:2818
1122 #, c-format
1123 msgid "unconditional %2d taken %s\n"
1124 msgstr ""
1125
1126 #: gcov.c:2821
1127 #, c-format
1128 msgid "unconditional %2d never executed\n"
1129 msgstr ""
1130
1131 #: gcov.c:3074
1132 #, c-format
1133 msgid "Cannot open source file %s\n"
1134 msgstr "Не вдалося відкрити файл початкового коду %s\n"
1135
1136 #: gcse.c:2596
1137 msgid "PRE disabled"
1138 msgstr ""
1139
1140 #: gcse.c:3526
1141 msgid "GCSE disabled"
1142 msgstr ""
1143
1144 #: incpath.c:73
1145 #, c-format
1146 msgid "ignoring duplicate directory \"%s\"\n"
1147 msgstr ""
1148
1149 #: incpath.c:76
1150 #, c-format
1151 msgid " as it is a non-system directory that duplicates a system directory\n"
1152 msgstr ""
1153
1154 #: incpath.c:80
1155 #, c-format
1156 msgid "ignoring nonexistent directory \"%s\"\n"
1157 msgstr ""
1158
1159 #: incpath.c:385
1160 #, c-format
1161 msgid "#include \"...\" search starts here:\n"
1162 msgstr ""
1163
1164 #: incpath.c:389
1165 #, c-format
1166 msgid "#include <...> search starts here:\n"
1167 msgstr ""
1168
1169 #: incpath.c:394
1170 #, c-format
1171 msgid "End of search list.\n"
1172 msgstr ""
1173
1174 #. Opening quotation mark.
1175 #: intl.c:62
1176 msgid "`"
1177 msgstr ""
1178
1179 #. Closing quotation mark.
1180 #: intl.c:65
1181 msgid "'"
1182 msgstr ""
1183
1184 #: langhooks.c:381
1185 msgid "At top level:"
1186 msgstr "На верхньому рівні:"
1187
1188 #: langhooks.c:397 cp/error.c:3480
1189 #, c-format
1190 msgid "In member function %qs"
1191 msgstr "У функції-члені %qs"
1192
1193 #: langhooks.c:401 cp/error.c:3483
1194 #, c-format
1195 msgid "In function %qs"
1196 msgstr "У функції %qs"
1197
1198 #: langhooks.c:446 cp/error.c:3433
1199 msgid " inlined from %qs at %r%s:%d:%d%R"
1200 msgstr ""
1201
1202 #: langhooks.c:451 cp/error.c:3438
1203 msgid " inlined from %qs at %r%s:%d%R"
1204 msgstr ""
1205
1206 #: langhooks.c:457 cp/error.c:3444
1207 #, c-format
1208 msgid " inlined from %qs"
1209 msgstr ""
1210
1211 #: lra-assigns.c:1841 reload1.c:2074
1212 msgid "this is the insn:"
1213 msgstr "це інструкція:"
1214
1215 #: lra-constraints.c:3015
1216 msgid "unable to generate reloads for impossible constraints:"
1217 msgstr ""
1218
1219 #: lra-constraints.c:4006 reload.c:3814
1220 msgid "unable to generate reloads for:"
1221 msgstr ""
1222
1223 #. What to print when a switch has no documentation.
1224 #: opts.c:186
1225 msgid "This option lacks documentation."
1226 msgstr "Цей перемикач не документовано."
1227
1228 #: opts.c:187
1229 msgid "Uses of this option are diagnosed."
1230 msgstr ""
1231
1232 #: opts.c:1321
1233 #, c-format
1234 msgid "Same as %s. Use the latter option instead."
1235 msgstr ""
1236
1237 #: opts.c:1329
1238 #, c-format
1239 msgid "%s Same as %s."
1240 msgstr ""
1241
1242 #: opts.c:1395
1243 #, fuzzy
1244 #| msgid "variable"
1245 msgid "[available in "
1246 msgstr "змінна"
1247
1248 #: opts.c:1427
1249 msgid "[default]"
1250 msgstr "[типовий]"
1251
1252 #: opts.c:1436
1253 #, c-format
1254 msgid "%llu bytes"
1255 msgstr ""
1256
1257 #: opts.c:1473
1258 msgid "[enabled]"
1259 msgstr "[увімкнено]"
1260
1261 #: opts.c:1475
1262 msgid "[disabled]"
1263 msgstr "[вимкнено]"
1264
1265 #: opts.c:1511
1266 #, c-format
1267 msgid " No options with the desired characteristics were found\n"
1268 msgstr ""
1269
1270 #: opts.c:1520
1271 #, c-format
1272 msgid " None found. Use --help=%s to show *all* the options supported by the %s front-end.\n"
1273 msgstr ""
1274
1275 #: opts.c:1526
1276 #, c-format
1277 msgid " All options with the desired characteristics have already been displayed\n"
1278 msgstr ""
1279
1280 #: opts.c:1571
1281 #, c-format
1282 msgid ""
1283 " Known valid arguments for %s option:\n"
1284 " "
1285 msgstr ""
1286 " Відомі коректні аргументи для параметра %s:\n"
1287 " "
1288
1289 #: opts.c:1621
1290 msgid "The following options are target specific"
1291 msgstr ""
1292
1293 #: opts.c:1624
1294 msgid "The following options control compiler warning messages"
1295 msgstr ""
1296
1297 #: opts.c:1627
1298 msgid "The following options control optimizations"
1299 msgstr ""
1300
1301 #: opts.c:1630 opts.c:1670
1302 msgid "The following options are language-independent"
1303 msgstr ""
1304
1305 #: opts.c:1633
1306 msgid "The following options control parameters"
1307 msgstr ""
1308
1309 #: opts.c:1639
1310 msgid "The following options are specific to just the language "
1311 msgstr ""
1312
1313 #: opts.c:1641
1314 msgid "The following options are supported by the language "
1315 msgstr ""
1316
1317 #: opts.c:1652
1318 msgid "The following options are not documented"
1319 msgstr ""
1320
1321 #: opts.c:1654
1322 msgid "The following options take separate arguments"
1323 msgstr ""
1324
1325 #: opts.c:1656
1326 msgid "The following options take joined arguments"
1327 msgstr ""
1328
1329 #: opts.c:1668
1330 msgid "The following options are language-related"
1331 msgstr ""
1332
1333 #: passes.c:1783
1334 #, c-format
1335 msgid "during %s pass: %s\n"
1336 msgstr ""
1337
1338 #: passes.c:1788
1339 #, c-format
1340 msgid "dump file: %s\n"
1341 msgstr ""
1342
1343 #: plugin.c:924
1344 msgid "Event"
1345 msgstr "Подія"
1346
1347 #: plugin.c:924
1348 msgid "Plugins"
1349 msgstr "Додатки"
1350
1351 #: plugin.c:956
1352 #, c-format
1353 msgid "*** WARNING *** there are active plugins, do not report this as a bug unless you can reproduce it without enabling any plugins.\n"
1354 msgstr ""
1355
1356 #: postreload-gcse.c:1354
1357 msgid "using simple load CSE after register allocation"
1358 msgstr ""
1359
1360 #. It's the compiler's fault.
1361 #: reload1.c:5997
1362 msgid "could not find a spill register"
1363 msgstr ""
1364
1365 #. It's the compiler's fault.
1366 #: reload1.c:7879
1367 msgid "VOIDmode on an output"
1368 msgstr ""
1369
1370 #: reload1.c:8612
1371 msgid "failure trying to reload:"
1372 msgstr ""
1373
1374 #: rtl-error.c:116
1375 msgid "unrecognizable insn:"
1376 msgstr ""
1377
1378 #: rtl-error.c:118
1379 msgid "insn does not satisfy its constraints:"
1380 msgstr ""
1381
1382 #: targhooks.c:2018
1383 #, c-format
1384 msgid "created and used with differing settings of '%s'"
1385 msgstr ""
1386
1387 #: targhooks.c:2033
1388 msgid "created and used with different settings of %<-fpic%>"
1389 msgstr ""
1390
1391 #: targhooks.c:2035
1392 msgid "created and used with different settings of %<-fpie%>"
1393 msgstr ""
1394
1395 #: toplev.c:324
1396 #, c-format
1397 msgid "unrecoverable error"
1398 msgstr "критична помилка"
1399
1400 #: toplev.c:613
1401 #, c-format
1402 msgid ""
1403 "%s%s%s %sversion %s (%s)\n"
1404 "%s\tcompiled by GNU C version %s, "
1405 msgstr ""
1406
1407 #: toplev.c:615
1408 #, c-format
1409 msgid "%s%s%s %sversion %s (%s) compiled by CC, "
1410 msgstr ""
1411
1412 #: toplev.c:619
1413 #, c-format
1414 msgid "GMP version %s, MPFR version %s, MPC version %s, isl version %s\n"
1415 msgstr ""
1416
1417 #: toplev.c:621
1418 #, c-format
1419 msgid "%s%swarning: %s header version %s differs from library version %s.\n"
1420 msgstr ""
1421
1422 #: toplev.c:623
1423 #, c-format
1424 msgid "%s%sGGC heuristics: --param ggc-min-expand=%d --param ggc-min-heapsize=%d\n"
1425 msgstr ""
1426
1427 #: toplev.c:790
1428 msgid "options passed: "
1429 msgstr ""
1430
1431 #: toplev.c:818
1432 msgid "options enabled: "
1433 msgstr ""
1434
1435 #: tree-diagnostic.c:299 c/c-decl.c:5724 c/c-typeck.c:7637 cp/error.c:1074
1436 #: tree-diagnostic-path.cc:261 c-family/c-pretty-print.c:413
1437 #, gcc-internal-format
1438 msgid "<anonymous>"
1439 msgstr ""
1440
1441 #: cif-code.def:39
1442 msgid "function not considered for inlining"
1443 msgstr ""
1444
1445 #: cif-code.def:43
1446 msgid "caller is not optimized"
1447 msgstr ""
1448
1449 #: cif-code.def:47
1450 msgid "function body not available"
1451 msgstr ""
1452
1453 #: cif-code.def:51
1454 msgid "redefined extern inline functions are not considered for inlining"
1455 msgstr ""
1456
1457 #: cif-code.def:56
1458 msgid "function not inlinable"
1459 msgstr ""
1460
1461 #: cif-code.def:60
1462 msgid "function body can be overwritten at link time"
1463 msgstr ""
1464
1465 #: cif-code.def:64
1466 msgid "function not inline candidate"
1467 msgstr ""
1468
1469 #: cif-code.def:68
1470 msgid "--param large-function-growth limit reached"
1471 msgstr ""
1472
1473 #: cif-code.def:70
1474 msgid "--param large-stack-frame-growth limit reached"
1475 msgstr ""
1476
1477 #: cif-code.def:72
1478 msgid "--param max-inline-insns-single limit reached"
1479 msgstr ""
1480
1481 #: cif-code.def:74
1482 msgid "--param max-inline-insns-auto limit reached"
1483 msgstr ""
1484
1485 #: cif-code.def:76
1486 msgid "--param inline-unit-growth limit reached"
1487 msgstr ""
1488
1489 #: cif-code.def:80
1490 msgid "recursive inlining"
1491 msgstr ""
1492
1493 #: cif-code.def:84
1494 msgid "call is unlikely and code size would grow"
1495 msgstr ""
1496
1497 #: cif-code.def:88
1498 msgid "call is considered never executed and code size would grow"
1499 msgstr ""
1500
1501 #: cif-code.def:92
1502 msgid "function not declared inline and code size would grow"
1503 msgstr ""
1504
1505 #: cif-code.def:96
1506 msgid "mismatched declarations during linktime optimization"
1507 msgstr ""
1508
1509 #: cif-code.def:100
1510 msgid "variadic thunk call"
1511 msgstr ""
1512
1513 #: cif-code.def:104
1514 msgid "originally indirect function call not considered for inlining"
1515 msgstr ""
1516
1517 #: cif-code.def:108
1518 msgid "indirect function call with a yet undetermined callee"
1519 msgstr ""
1520
1521 #: cif-code.def:112
1522 msgid "exception handling personality mismatch"
1523 msgstr ""
1524
1525 #: cif-code.def:117
1526 msgid "non-call exception handling mismatch"
1527 msgstr ""
1528
1529 #: cif-code.def:121
1530 msgid "target specific option mismatch"
1531 msgstr ""
1532
1533 #: cif-code.def:125
1534 msgid "optimization level attribute mismatch"
1535 msgstr ""
1536
1537 #: cif-code.def:129
1538 msgid "callee refers to comdat-local symbols"
1539 msgstr ""
1540
1541 #: cif-code.def:133
1542 msgid "function attribute mismatch"
1543 msgstr "невідповідність атрибутів функції"
1544
1545 #: cif-code.def:138
1546 msgid "function has external linkage when the user requests only inlining static for live patching"
1547 msgstr ""
1548
1549 #: cif-code.def:143
1550 msgid "unreachable"
1551 msgstr "недоступний"
1552
1553 #. The remainder are real diagnostic types.
1554 #: diagnostic.def:33
1555 msgid "fatal error: "
1556 msgstr "критична помилка: "
1557
1558 #. This is like DK_ICE, but backtrace is not printed. Used in the driver
1559 #. when reporting fatal signal in the compiler.
1560 #: diagnostic.def:34 diagnostic.def:55
1561 msgid "internal compiler error: "
1562 msgstr "внутрішня помилка компілятора: "
1563
1564 #. This one is just for counting DK_WARNING promoted to DK_ERROR
1565 #. due to -Werror and -Werror=warning.
1566 #: diagnostic.def:35 diagnostic.def:52
1567 msgid "error: "
1568 msgstr "помилка: "
1569
1570 #: diagnostic.def:36
1571 msgid "sorry, unimplemented: "
1572 msgstr "вибачте, не реалізовано: "
1573
1574 #: diagnostic.def:37
1575 msgid "warning: "
1576 msgstr "попередження: "
1577
1578 #: diagnostic.def:38
1579 msgid "anachronism: "
1580 msgstr "анахронізм: "
1581
1582 #: diagnostic.def:39
1583 msgid "note: "
1584 msgstr "зауваження: "
1585
1586 #: diagnostic.def:40
1587 msgid "debug: "
1588 msgstr "діагностика: "
1589
1590 #. For use when using the diagnostic_show_locus machinery to show
1591 #. a range of events within a path.
1592 #: diagnostic.def:44
1593 msgid "path: "
1594 msgstr ""
1595
1596 #. These two would be re-classified as DK_WARNING or DK_ERROR, so the
1597 #. prefix does not matter.
1598 #: diagnostic.def:48
1599 msgid "pedwarn: "
1600 msgstr "педантичне попередження: "
1601
1602 #: diagnostic.def:49
1603 msgid "permerror: "
1604 msgstr "постійна помилка: "
1605
1606 #: c-family/c-format.c:439
1607 msgid "format"
1608 msgstr "формат"
1609
1610 #: c-family/c-format.c:440
1611 msgid "field width specifier"
1612 msgstr ""
1613
1614 #: c-family/c-format.c:441
1615 msgid "field precision specifier"
1616 msgstr ""
1617
1618 #: c-family/c-format.c:559 c-family/c-format.c:583 config/i386/msformat-c.c:44
1619 msgid "' ' flag"
1620 msgstr "прапорець ' '"
1621
1622 #: c-family/c-format.c:559 c-family/c-format.c:583 config/i386/msformat-c.c:44
1623 msgid "the ' ' printf flag"
1624 msgstr "прапорець printf ' '"
1625
1626 #: c-family/c-format.c:560 c-family/c-format.c:584 c-family/c-format.c:615
1627 #: c-family/c-format.c:681 config/i386/msformat-c.c:45
1628 msgid "'+' flag"
1629 msgstr "прапорець '+'"
1630
1631 #: c-family/c-format.c:560 c-family/c-format.c:584 c-family/c-format.c:615
1632 #: config/i386/msformat-c.c:45
1633 msgid "the '+' printf flag"
1634 msgstr "прапорець printf «+»"
1635
1636 #: c-family/c-format.c:561 c-family/c-format.c:585 c-family/c-format.c:616
1637 #: c-family/c-format.c:656 config/i386/msformat-c.c:46
1638 #: config/i386/msformat-c.c:81
1639 msgid "'#' flag"
1640 msgstr "прапорець '#'"
1641
1642 #: c-family/c-format.c:561 c-family/c-format.c:585 c-family/c-format.c:616
1643 #: config/i386/msformat-c.c:46
1644 msgid "the '#' printf flag"
1645 msgstr "прапорець printf '#'"
1646
1647 #: c-family/c-format.c:562 c-family/c-format.c:586 c-family/c-format.c:654
1648 #: config/i386/msformat-c.c:47
1649 msgid "'0' flag"
1650 msgstr "прапорець '0'"
1651
1652 #: c-family/c-format.c:562 c-family/c-format.c:586 config/i386/msformat-c.c:47
1653 msgid "the '0' printf flag"
1654 msgstr "прапорець printf '0'"
1655
1656 #: c-family/c-format.c:563 c-family/c-format.c:587 c-family/c-format.c:653
1657 #: c-family/c-format.c:684 config/i386/msformat-c.c:48
1658 msgid "'-' flag"
1659 msgstr "прапорець '-'"
1660
1661 #: c-family/c-format.c:563 c-family/c-format.c:587 config/i386/msformat-c.c:48
1662 msgid "the '-' printf flag"
1663 msgstr "прапорець printf «-»"
1664
1665 #: c-family/c-format.c:564 c-family/c-format.c:636 config/i386/msformat-c.c:49
1666 #: config/i386/msformat-c.c:69
1667 msgid "''' flag"
1668 msgstr "прапорець '''"
1669
1670 #: c-family/c-format.c:564 config/i386/msformat-c.c:49
1671 msgid "the ''' printf flag"
1672 msgstr "прапорець printf '''"
1673
1674 #: c-family/c-format.c:565 c-family/c-format.c:637
1675 msgid "'I' flag"
1676 msgstr "прапорець 'I'"
1677
1678 #: c-family/c-format.c:565
1679 msgid "the 'I' printf flag"
1680 msgstr ""
1681
1682 #: c-family/c-format.c:566 c-family/c-format.c:588 c-family/c-format.c:634
1683 #: c-family/c-format.c:657 c-family/c-format.c:685 config/sol2-c.c:43
1684 #: config/i386/msformat-c.c:50 config/i386/msformat-c.c:67
1685 msgid "field width"
1686 msgstr ""
1687
1688 #: c-family/c-format.c:566 c-family/c-format.c:588 config/sol2-c.c:43
1689 #: config/i386/msformat-c.c:50
1690 msgid "field width in printf format"
1691 msgstr ""
1692
1693 #: c-family/c-format.c:567 c-family/c-format.c:589 c-family/c-format.c:618
1694 #: config/i386/msformat-c.c:51
1695 msgid "precision"
1696 msgstr "точність"
1697
1698 #: c-family/c-format.c:567 c-family/c-format.c:589 c-family/c-format.c:618
1699 #: config/i386/msformat-c.c:51
1700 msgid "precision in printf format"
1701 msgstr ""
1702
1703 #: c-family/c-format.c:568 c-family/c-format.c:590 c-family/c-format.c:619
1704 #: c-family/c-format.c:635 c-family/c-format.c:688 config/sol2-c.c:44
1705 #: config/i386/msformat-c.c:52 config/i386/msformat-c.c:68
1706 msgid "length modifier"
1707 msgstr ""
1708
1709 #: c-family/c-format.c:568 c-family/c-format.c:590 c-family/c-format.c:619
1710 #: config/sol2-c.c:44 config/i386/msformat-c.c:52
1711 msgid "length modifier in printf format"
1712 msgstr ""
1713
1714 #: c-family/c-format.c:617
1715 msgid "'q' flag"
1716 msgstr ""
1717
1718 #: c-family/c-format.c:617
1719 msgid "the 'q' diagnostic flag"
1720 msgstr ""
1721
1722 #: c-family/c-format.c:631 config/i386/msformat-c.c:65
1723 msgid "assignment suppression"
1724 msgstr ""
1725
1726 #: c-family/c-format.c:631 config/i386/msformat-c.c:65
1727 msgid "the assignment suppression scanf feature"
1728 msgstr ""
1729
1730 #: c-family/c-format.c:632 config/i386/msformat-c.c:66
1731 msgid "'a' flag"
1732 msgstr ""
1733
1734 #: c-family/c-format.c:632 config/i386/msformat-c.c:66
1735 msgid "the 'a' scanf flag"
1736 msgstr ""
1737
1738 #: c-family/c-format.c:633
1739 msgid "'m' flag"
1740 msgstr ""
1741
1742 #: c-family/c-format.c:633
1743 msgid "the 'm' scanf flag"
1744 msgstr ""
1745
1746 #: c-family/c-format.c:634 config/i386/msformat-c.c:67
1747 msgid "field width in scanf format"
1748 msgstr ""
1749
1750 #: c-family/c-format.c:635 config/i386/msformat-c.c:68
1751 msgid "length modifier in scanf format"
1752 msgstr ""
1753
1754 #: c-family/c-format.c:636 config/i386/msformat-c.c:69
1755 msgid "the ''' scanf flag"
1756 msgstr ""
1757
1758 #: c-family/c-format.c:637
1759 msgid "the 'I' scanf flag"
1760 msgstr ""
1761
1762 #: c-family/c-format.c:652
1763 msgid "'_' flag"
1764 msgstr "прапорець '_'"
1765
1766 #: c-family/c-format.c:652
1767 msgid "the '_' strftime flag"
1768 msgstr ""
1769
1770 #: c-family/c-format.c:653
1771 msgid "the '-' strftime flag"
1772 msgstr ""
1773
1774 #: c-family/c-format.c:654
1775 msgid "the '0' strftime flag"
1776 msgstr ""
1777
1778 #: c-family/c-format.c:655 c-family/c-format.c:680
1779 msgid "'^' flag"
1780 msgstr "прапорець '^'"
1781
1782 #: c-family/c-format.c:655
1783 msgid "the '^' strftime flag"
1784 msgstr ""
1785
1786 #: c-family/c-format.c:656 config/i386/msformat-c.c:81
1787 msgid "the '#' strftime flag"
1788 msgstr ""
1789
1790 #: c-family/c-format.c:657
1791 msgid "field width in strftime format"
1792 msgstr ""
1793
1794 #: c-family/c-format.c:658
1795 msgid "'E' modifier"
1796 msgstr ""
1797
1798 #: c-family/c-format.c:658
1799 msgid "the 'E' strftime modifier"
1800 msgstr ""
1801
1802 #: c-family/c-format.c:659
1803 msgid "'O' modifier"
1804 msgstr ""
1805
1806 #: c-family/c-format.c:659
1807 msgid "the 'O' strftime modifier"
1808 msgstr ""
1809
1810 #: c-family/c-format.c:660 c-family/c-format.c:661
1811 msgid "the 'O' modifier"
1812 msgstr ""
1813
1814 #: c-family/c-format.c:679
1815 msgid "fill character"
1816 msgstr ""
1817
1818 #: c-family/c-format.c:679
1819 msgid "fill character in strfmon format"
1820 msgstr ""
1821
1822 #: c-family/c-format.c:680
1823 msgid "the '^' strfmon flag"
1824 msgstr "прапорець strfmon «^»"
1825
1826 #: c-family/c-format.c:681
1827 msgid "the '+' strfmon flag"
1828 msgstr "прапорець strfmon '+'"
1829
1830 #: c-family/c-format.c:682
1831 msgid "'(' flag"
1832 msgstr "прапорець '('"
1833
1834 #: c-family/c-format.c:682
1835 msgid "the '(' strfmon flag"
1836 msgstr "прапорець strfmon '('"
1837
1838 #: c-family/c-format.c:683
1839 msgid "'!' flag"
1840 msgstr "прапорець '!'"
1841
1842 #: c-family/c-format.c:683
1843 msgid "the '!' strfmon flag"
1844 msgstr "прапорець strfmon «!»"
1845
1846 #: c-family/c-format.c:684
1847 msgid "the '-' strfmon flag"
1848 msgstr "прапорець strfmon «-»"
1849
1850 #: c-family/c-format.c:685
1851 msgid "field width in strfmon format"
1852 msgstr ""
1853
1854 #: c-family/c-format.c:686
1855 msgid "left precision"
1856 msgstr ""
1857
1858 #: c-family/c-format.c:686
1859 msgid "left precision in strfmon format"
1860 msgstr ""
1861
1862 #: c-family/c-format.c:687
1863 msgid "right precision"
1864 msgstr ""
1865
1866 #: c-family/c-format.c:687
1867 msgid "right precision in strfmon format"
1868 msgstr ""
1869
1870 #: c-family/c-format.c:688
1871 msgid "length modifier in strfmon format"
1872 msgstr ""
1873
1874 #. Handle deferred options from command-line.
1875 #: c-family/c-opts.c:1450 fortran/cpp.c:590
1876 msgid "<command-line>"
1877 msgstr ""
1878
1879 #: config/aarch64/aarch64.c:9428
1880 #, c-format
1881 msgid "unsupported operand for code '%c'"
1882 msgstr ""
1883
1884 #: config/aarch64/aarch64.c:9437 config/aarch64/aarch64.c:9450
1885 #: config/aarch64/aarch64.c:9462 config/aarch64/aarch64.c:9473
1886 #: config/aarch64/aarch64.c:9489 config/aarch64/aarch64.c:9503
1887 #: config/aarch64/aarch64.c:9523 config/aarch64/aarch64.c:9597
1888 #: config/aarch64/aarch64.c:9608 config/aarch64/aarch64.c:9622
1889 #: config/aarch64/aarch64.c:9844 config/aarch64/aarch64.c:9862
1890 #: config/pru/pru.c:1700 config/pru/pru.c:1710 config/pru/pru.c:1741
1891 #: config/pru/pru.c:1752 config/pru/pru.c:1824
1892 #, c-format
1893 msgid "invalid operand for '%%%c'"
1894 msgstr ""
1895
1896 #: config/aarch64/aarch64.c:9541 config/aarch64/aarch64.c:9552
1897 #: config/aarch64/aarch64.c:9704 config/aarch64/aarch64.c:9715
1898 #, c-format
1899 msgid "invalid vector constant"
1900 msgstr "некоректна векторна константа"
1901
1902 #: config/aarch64/aarch64.c:9564 config/aarch64/aarch64.c:9576
1903 #, c-format
1904 msgid "incompatible floating point / vector register operand for '%%%c'"
1905 msgstr ""
1906
1907 #: config/aarch64/aarch64.c:9590
1908 #, c-format
1909 msgid "incompatible register operand for '%%%c'"
1910 msgstr ""
1911
1912 #: config/aarch64/aarch64.c:9656 config/arm/arm.c:23933
1913 #, c-format
1914 msgid "missing operand"
1915 msgstr "пропущено операнд"
1916
1917 #: config/aarch64/aarch64.c:9741
1918 #, c-format
1919 msgid "invalid constant"
1920 msgstr "некоректна константа"
1921
1922 #: config/aarch64/aarch64.c:9744
1923 #, c-format
1924 msgid "invalid operand"
1925 msgstr "некоректний операнд"
1926
1927 #: config/aarch64/aarch64.c:9870 config/aarch64/aarch64.c:9875
1928 #, c-format
1929 msgid "invalid operand prefix '%%%c'"
1930 msgstr ""
1931
1932 #: config/aarch64/aarch64.c:9895
1933 #, c-format
1934 msgid "invalid address mode"
1935 msgstr "некоректний режим адресування"
1936
1937 #: config/aarch64/aarch64.c:21877 config/arm/arm.c:32832
1938 #, fuzzy
1939 #| msgid "invalid conversion to type %qT from type %qT"
1940 msgid "invalid conversion from type %<bfloat16_t%>"
1941 msgstr "некоректне перетворення з типу %qT до типу %qT"
1942
1943 #: config/aarch64/aarch64.c:21879 config/arm/arm.c:32834
1944 #, fuzzy
1945 #| msgid "invalid conversion to type %qT from type %qT"
1946 msgid "invalid conversion to type %<bfloat16_t%>"
1947 msgstr "некоректне перетворення з типу %qT до типу %qT"
1948
1949 #: config/aarch64/aarch64.c:21894 config/aarch64/aarch64.c:21910
1950 #: config/arm/arm.c:32849 config/arm/arm.c:32865
1951 msgid "operation not permitted on type %<bfloat16_t%>"
1952 msgstr ""
1953
1954 #: config/alpha/alpha.c:5076 config/i386/i386.c:12789
1955 #: config/rs6000/rs6000.c:13261 config/sparc/sparc.c:9354
1956 #, c-format
1957 msgid "'%%&' used without any local dynamic TLS references"
1958 msgstr "'%%&' використано без будь-яких локальних динамічних посилань TLS"
1959
1960 #: config/alpha/alpha.c:5134 config/bfin/bfin.c:1427
1961 #, c-format
1962 msgid "invalid %%J value"
1963 msgstr "некоректне значення %%J"
1964
1965 #: config/alpha/alpha.c:5164 config/ia64/ia64.c:5577 config/or1k/or1k.c:1211
1966 #, c-format
1967 msgid "invalid %%r value"
1968 msgstr "некоректне значення %%r"
1969
1970 #: config/alpha/alpha.c:5174 config/ia64/ia64.c:5531
1971 #: config/rs6000/rs6000.c:12955 config/xtensa/xtensa.c:2428
1972 #, c-format
1973 msgid "invalid %%R value"
1974 msgstr "некоректне значення %%R"
1975
1976 #: config/alpha/alpha.c:5180 config/rs6000/rs6000.c:12875
1977 #: config/xtensa/xtensa.c:2395
1978 #, c-format
1979 msgid "invalid %%N value"
1980 msgstr "некоректне значення %%N"
1981
1982 #: config/alpha/alpha.c:5188 config/rs6000/rs6000.c:12903
1983 #, c-format
1984 msgid "invalid %%P value"
1985 msgstr "некоректне значення %%P"
1986
1987 #: config/alpha/alpha.c:5196
1988 #, c-format
1989 msgid "invalid %%h value"
1990 msgstr "некоректне значення %%h"
1991
1992 #: config/alpha/alpha.c:5204 config/xtensa/xtensa.c:2421
1993 #, c-format
1994 msgid "invalid %%L value"
1995 msgstr "некоректне значення %%L"
1996
1997 #: config/alpha/alpha.c:5223
1998 #, c-format
1999 msgid "invalid %%m value"
2000 msgstr "некоректне значення %%m"
2001
2002 #: config/alpha/alpha.c:5229
2003 #, c-format
2004 msgid "invalid %%M value"
2005 msgstr "некоректне значення %%M"
2006
2007 #: config/alpha/alpha.c:5266
2008 #, c-format
2009 msgid "invalid %%U value"
2010 msgstr "некоректне значення %%U"
2011
2012 #: config/alpha/alpha.c:5274 config/rs6000/rs6000.c:12963
2013 #, c-format
2014 msgid "invalid %%s value"
2015 msgstr "некоректне значення %%s"
2016
2017 #: config/alpha/alpha.c:5285
2018 #, c-format
2019 msgid "invalid %%C value"
2020 msgstr "некоректне значення %%C"
2021
2022 #: config/alpha/alpha.c:5322 config/rs6000/rs6000.c:12739
2023 #, c-format
2024 msgid "invalid %%E value"
2025 msgstr "некоректне значення %%E"
2026
2027 #: config/alpha/alpha.c:5347 config/alpha/alpha.c:5397
2028 #, c-format
2029 msgid "unknown relocation unspec"
2030 msgstr ""
2031
2032 #: config/alpha/alpha.c:5356 config/cr16/cr16.c:1570 config/gcn/gcn.c:5678
2033 #: config/gcn/gcn.c:5687 config/gcn/gcn.c:5747 config/gcn/gcn.c:5755
2034 #: config/gcn/gcn.c:5771 config/gcn/gcn.c:5789 config/gcn/gcn.c:5840
2035 #: config/gcn/gcn.c:5944 config/gcn/gcn.c:6055 config/rs6000/rs6000.c:13266
2036 #, c-format
2037 msgid "invalid %%xn code"
2038 msgstr ""
2039
2040 #: config/alpha/alpha.c:5462
2041 #, c-format
2042 msgid "invalid operand address"
2043 msgstr ""
2044
2045 #: config/arc/arc.c:4507
2046 #, c-format
2047 msgid "invalid operand to %%Z code"
2048 msgstr ""
2049
2050 #: config/arc/arc.c:4515
2051 #, c-format
2052 msgid "invalid operand to %%z code"
2053 msgstr ""
2054
2055 #: config/arc/arc.c:4523
2056 #, c-format
2057 msgid "invalid operands to %%c code"
2058 msgstr "некоректні операнди для коду %%c"
2059
2060 #: config/arc/arc.c:4531
2061 #, c-format
2062 msgid "invalid operand to %%M code"
2063 msgstr ""
2064
2065 #: config/arc/arc.c:4539 config/m32r/m32r.c:2085
2066 #, c-format
2067 msgid "invalid operand to %%p code"
2068 msgstr ""
2069
2070 #: config/arc/arc.c:4550 config/m32r/m32r.c:2078
2071 #, c-format
2072 msgid "invalid operand to %%s code"
2073 msgstr ""
2074
2075 #: config/arc/arc.c:4698 config/m32r/m32r.c:2111
2076 #, c-format
2077 msgid "invalid operand to %%R code"
2078 msgstr ""
2079
2080 #: config/arc/arc.c:4774 config/m32r/m32r.c:2134
2081 #, c-format
2082 msgid "invalid operand to %%H/%%L code"
2083 msgstr ""
2084
2085 #: config/arc/arc.c:4842 config/m32r/m32r.c:2205
2086 #, c-format
2087 msgid "invalid operand to %%U code"
2088 msgstr ""
2089
2090 #: config/arc/arc.c:4854
2091 #, c-format
2092 msgid "invalid operand to %%V code"
2093 msgstr ""
2094
2095 #: config/arc/arc.c:4911
2096 #, c-format
2097 msgid "invalid operand to %%O code"
2098 msgstr ""
2099
2100 #. Unknown flag.
2101 #. Undocumented flag.
2102 #: config/arc/arc.c:4937 config/epiphany/epiphany.c:1307
2103 #: config/m32r/m32r.c:2232 config/nds32/nds32.c:3517 config/sparc/sparc.c:9633
2104 #, c-format
2105 msgid "invalid operand output code"
2106 msgstr ""
2107
2108 #: config/arc/arc.c:6477
2109 #, c-format
2110 msgid "invalid UNSPEC as operand: %d"
2111 msgstr ""
2112
2113 #: config/arc/arc.c:6693 config/cris/cris.c:2571
2114 msgid "unrecognized supposed constant"
2115 msgstr ""
2116
2117 #: config/arm/arm.c:20348 config/arm/arm.c:20373 config/arm/arm.c:20383
2118 #: config/arm/arm.c:20392 config/arm/arm.c:20401
2119 #, c-format
2120 msgid "invalid shift operand"
2121 msgstr ""
2122
2123 #: config/arm/arm.c:23264 config/arm/arm.c:23282
2124 #, c-format
2125 msgid "predicated Thumb instruction"
2126 msgstr ""
2127
2128 #: config/arm/arm.c:23270
2129 #, c-format
2130 msgid "predicated instruction in conditional sequence"
2131 msgstr ""
2132
2133 #: config/arm/arm.c:23388 config/arm/arm.c:23401 config/arm/arm.c:23426
2134 #: config/nios2/nios2.c:3086
2135 #, c-format
2136 msgid "Unsupported operand for code '%c'"
2137 msgstr ""
2138
2139 #: config/arm/arm.c:23503 config/arm/arm.c:23525 config/arm/arm.c:23535
2140 #: config/arm/arm.c:23545 config/arm/arm.c:23555 config/arm/arm.c:23594
2141 #: config/arm/arm.c:23612 config/arm/arm.c:23637 config/arm/arm.c:23652
2142 #: config/arm/arm.c:23679 config/arm/arm.c:23686 config/arm/arm.c:23704
2143 #: config/arm/arm.c:23711 config/arm/arm.c:23719 config/arm/arm.c:23740
2144 #: config/arm/arm.c:23747 config/arm/arm.c:23880 config/arm/arm.c:23887
2145 #: config/arm/arm.c:23914 config/arm/arm.c:23921 config/bfin/bfin.c:1440
2146 #: config/bfin/bfin.c:1447 config/bfin/bfin.c:1454 config/bfin/bfin.c:1461
2147 #: config/bfin/bfin.c:1470 config/bfin/bfin.c:1477 config/bfin/bfin.c:1484
2148 #: config/bfin/bfin.c:1491 config/nds32/nds32.c:3543
2149 #, c-format
2150 msgid "invalid operand for code '%c'"
2151 msgstr ""
2152
2153 #: config/arm/arm.c:23607
2154 #, c-format
2155 msgid "instruction never executed"
2156 msgstr ""
2157
2158 #. Former Maverick support, removed after GCC-4.7.
2159 #: config/arm/arm.c:23628
2160 #, c-format
2161 msgid "obsolete Maverick format code '%c'"
2162 msgstr ""
2163
2164 #: config/avr/avr.c:2632
2165 #, c-format
2166 msgid "address operand requires constraint for X, Y, or Z register"
2167 msgstr ""
2168
2169 #: config/avr/avr.c:2813
2170 msgid "operands to %T/%t must be reg + const_int:"
2171 msgstr ""
2172
2173 #: config/avr/avr.c:2863 config/avr/avr.c:2930
2174 msgid "bad address, not an I/O address:"
2175 msgstr ""
2176
2177 #: config/avr/avr.c:2872
2178 msgid "bad address, not a constant:"
2179 msgstr ""
2180
2181 #: config/avr/avr.c:2890 config/avr/avr.c:2897
2182 msgid "bad address, not (reg+disp):"
2183 msgstr ""
2184
2185 #: config/avr/avr.c:2904
2186 msgid "bad address, not post_inc or pre_dec:"
2187 msgstr ""
2188
2189 #: config/avr/avr.c:2916
2190 msgid "internal compiler error. Bad address:"
2191 msgstr ""
2192
2193 #: config/avr/avr.c:2949
2194 #, c-format
2195 msgid "Unsupported code '%c' for fixed-point:"
2196 msgstr ""
2197
2198 #: config/avr/avr.c:2957
2199 msgid "internal compiler error. Unknown mode:"
2200 msgstr ""
2201
2202 #: config/avr/avr.c:3999 config/avr/avr.c:4943 config/avr/avr.c:5390
2203 msgid "invalid insn:"
2204 msgstr ""
2205
2206 #: config/avr/avr.c:4053 config/avr/avr.c:4165 config/avr/avr.c:4223
2207 #: config/avr/avr.c:4275 config/avr/avr.c:4294 config/avr/avr.c:4486
2208 #: config/avr/avr.c:4794 config/avr/avr.c:5079 config/avr/avr.c:5283
2209 #: config/avr/avr.c:5447 config/avr/avr.c:5540 config/avr/avr.c:5739
2210 msgid "incorrect insn:"
2211 msgstr ""
2212
2213 #: config/avr/avr.c:4310 config/avr/avr.c:4585 config/avr/avr.c:4865
2214 #: config/avr/avr.c:5151 config/avr/avr.c:5329 config/avr/avr.c:5596
2215 #: config/avr/avr.c:5797
2216 msgid "unknown move insn:"
2217 msgstr ""
2218
2219 #: config/avr/avr.c:6256
2220 msgid "bad shift insn:"
2221 msgstr ""
2222
2223 #: config/avr/avr.c:6364 config/avr/avr.c:6845 config/avr/avr.c:7260
2224 msgid "internal compiler error. Incorrect shift:"
2225 msgstr ""
2226
2227 #: config/avr/avr.c:8666
2228 msgid "unsupported fixed-point conversion"
2229 msgstr ""
2230
2231 #: config/avr/avr.c:10023
2232 msgid "variable"
2233 msgstr "змінна"
2234
2235 #: config/avr/avr.c:10028
2236 msgid "function parameter"
2237 msgstr "параметр функції"
2238
2239 #: config/avr/avr.c:10033
2240 msgid "structure field"
2241 msgstr "поле структури"
2242
2243 #: config/avr/avr.c:10039
2244 msgid "return type of function"
2245 msgstr "тип значення, яке повертає функція"
2246
2247 #: config/avr/avr.c:10044
2248 msgid "pointer"
2249 msgstr "вказівник"
2250
2251 #: config/avr/driver-avr.c:50
2252 #, c-format
2253 msgid ""
2254 "Running spec function '%s' with %d args\n"
2255 "\n"
2256 msgstr ""
2257
2258 #: config/bfin/bfin.c:1389
2259 #, c-format
2260 msgid "invalid %%j value"
2261 msgstr "некоректне значення %%j"
2262
2263 #: config/bfin/bfin.c:1582 config/c6x/c6x.c:2277
2264 #, c-format
2265 msgid "invalid const_double operand"
2266 msgstr ""
2267
2268 #: config/bpf/bpf.c:743
2269 #, fuzzy
2270 #| msgid "invalid addressing mode"
2271 msgid "invalid address in operand"
2272 msgstr "некоректний режим адресування"
2273
2274 #. Fallthrough.
2275 #: config/bpf/bpf.c:750
2276 #, fuzzy
2277 #| msgid "unexpected operand: %d"
2278 msgid "unsupported operand"
2279 msgstr "неочікуваний операнд: %d"
2280
2281 #: config/cris/cris.c:625 config/ft32/ft32.c:110 config/moxie/moxie.c:108
2282 #: final.c:3607 final.c:3609 fold-const.c:266 gcc.c:5395 gcc.c:5409
2283 #: rtl-error.c:101 toplev.c:328 vr-values.c:2486 cp/typeck.c:6739
2284 #: lto/lto-object.c:184 lto/lto-object.c:281 lto/lto-object.c:338
2285 #: lto/lto-object.c:362
2286 #, gcc-internal-format, gfc-internal-format
2287 msgid "%s"
2288 msgstr "%s"
2289
2290 #: config/cris/cris.c:676
2291 msgid "unexpected index-type in cris_print_index"
2292 msgstr ""
2293
2294 #: config/cris/cris.c:693
2295 msgid "unexpected base-type in cris_print_base"
2296 msgstr ""
2297
2298 #: config/cris/cris.c:757
2299 msgid "invalid operand for 'b' modifier"
2300 msgstr ""
2301
2302 #: config/cris/cris.c:774
2303 msgid "invalid operand for 'o' modifier"
2304 msgstr ""
2305
2306 #: config/cris/cris.c:793
2307 msgid "invalid operand for 'O' modifier"
2308 msgstr ""
2309
2310 #: config/cris/cris.c:826
2311 msgid "invalid operand for 'p' modifier"
2312 msgstr ""
2313
2314 #: config/cris/cris.c:865
2315 msgid "invalid operand for 'z' modifier"
2316 msgstr ""
2317
2318 #: config/cris/cris.c:929 config/cris/cris.c:963
2319 msgid "invalid operand for 'H' modifier"
2320 msgstr ""
2321
2322 #: config/cris/cris.c:939
2323 msgid "bad register"
2324 msgstr "помилковий регістр"
2325
2326 #: config/cris/cris.c:983
2327 msgid "invalid operand for 'e' modifier"
2328 msgstr ""
2329
2330 #: config/cris/cris.c:1000
2331 msgid "invalid operand for 'm' modifier"
2332 msgstr ""
2333
2334 #: config/cris/cris.c:1025
2335 msgid "invalid operand for 'A' modifier"
2336 msgstr ""
2337
2338 #: config/cris/cris.c:1095
2339 msgid "invalid operand for 'D' modifier"
2340 msgstr ""
2341
2342 #: config/cris/cris.c:1109
2343 msgid "invalid operand for 'T' modifier"
2344 msgstr ""
2345
2346 #: config/cris/cris.c:1129 config/ft32/ft32.c:236 config/moxie/moxie.c:178
2347 msgid "invalid operand modifier letter"
2348 msgstr ""
2349
2350 #: config/cris/cris.c:1183
2351 msgid "unexpected multiplicative operand"
2352 msgstr ""
2353
2354 #: config/cris/cris.c:1203 config/ft32/ft32.c:259 config/moxie/moxie.c:203
2355 msgid "unexpected operand"
2356 msgstr ""
2357
2358 #: config/cris/cris.c:1242 config/cris/cris.c:1252
2359 msgid "unrecognized address"
2360 msgstr ""
2361
2362 #: config/cris/cris.c:2976 config/cris/cris.c:3034
2363 msgid "unexpected side-effects in address"
2364 msgstr ""
2365
2366 #. Can't possibly get anything else for a function-call, right?
2367 #: config/cris/cris.c:3862
2368 msgid "unidentifiable call op"
2369 msgstr ""
2370
2371 #: config/cris/cris.c:3924
2372 #, c-format
2373 msgid "PIC register isn't set up"
2374 msgstr ""
2375
2376 #: config/fr30/fr30.c:510
2377 #, c-format
2378 msgid "fr30_print_operand_address: unhandled address"
2379 msgstr ""
2380
2381 #: config/fr30/fr30.c:534
2382 #, c-format
2383 msgid "fr30_print_operand: unrecognized %%p code"
2384 msgstr ""
2385
2386 #: config/fr30/fr30.c:554
2387 #, c-format
2388 msgid "fr30_print_operand: unrecognized %%b code"
2389 msgstr ""
2390
2391 #: config/fr30/fr30.c:575
2392 #, c-format
2393 msgid "fr30_print_operand: unrecognized %%B code"
2394 msgstr ""
2395
2396 #: config/fr30/fr30.c:583
2397 #, c-format
2398 msgid "fr30_print_operand: invalid operand to %%A code"
2399 msgstr ""
2400
2401 #: config/fr30/fr30.c:600
2402 #, c-format
2403 msgid "fr30_print_operand: invalid %%x code"
2404 msgstr ""
2405
2406 #: config/fr30/fr30.c:607
2407 #, c-format
2408 msgid "fr30_print_operand: invalid %%F code"
2409 msgstr ""
2410
2411 #: config/fr30/fr30.c:624
2412 #, c-format
2413 msgid "fr30_print_operand: unknown code"
2414 msgstr ""
2415
2416 #: config/fr30/fr30.c:652 config/fr30/fr30.c:661 config/fr30/fr30.c:672
2417 #: config/fr30/fr30.c:685
2418 #, c-format
2419 msgid "fr30_print_operand: unhandled MEM"
2420 msgstr ""
2421
2422 #: config/frv/frv.c:2501
2423 msgid "bad insn to frv_print_operand_address:"
2424 msgstr ""
2425
2426 #: config/frv/frv.c:2512
2427 msgid "bad register to frv_print_operand_memory_reference_reg:"
2428 msgstr ""
2429
2430 #: config/frv/frv.c:2551 config/frv/frv.c:2561 config/frv/frv.c:2570
2431 #: config/frv/frv.c:2591 config/frv/frv.c:2596
2432 msgid "bad insn to frv_print_operand_memory_reference:"
2433 msgstr ""
2434
2435 #: config/frv/frv.c:2681
2436 #, c-format
2437 msgid "bad condition code"
2438 msgstr ""
2439
2440 #: config/frv/frv.c:2755
2441 msgid "bad insn in frv_print_operand, bad const_double"
2442 msgstr ""
2443
2444 #: config/frv/frv.c:2816
2445 msgid "bad insn to frv_print_operand, 'e' modifier:"
2446 msgstr ""
2447
2448 #: config/frv/frv.c:2824
2449 msgid "bad insn to frv_print_operand, 'F' modifier:"
2450 msgstr ""
2451
2452 #: config/frv/frv.c:2840
2453 msgid "bad insn to frv_print_operand, 'f' modifier:"
2454 msgstr ""
2455
2456 #: config/frv/frv.c:2854
2457 msgid "bad insn to frv_print_operand, 'g' modifier:"
2458 msgstr ""
2459
2460 #: config/frv/frv.c:2902
2461 msgid "bad insn to frv_print_operand, 'L' modifier:"
2462 msgstr ""
2463
2464 #: config/frv/frv.c:2915
2465 msgid "bad insn to frv_print_operand, 'M/N' modifier:"
2466 msgstr ""
2467
2468 #: config/frv/frv.c:2936
2469 msgid "bad insn to frv_print_operand, 'O' modifier:"
2470 msgstr ""
2471
2472 #: config/frv/frv.c:2954
2473 msgid "bad insn to frv_print_operand, P modifier:"
2474 msgstr ""
2475
2476 #: config/frv/frv.c:2974
2477 msgid "bad insn in frv_print_operand, z case"
2478 msgstr ""
2479
2480 #: config/frv/frv.c:3005
2481 msgid "bad insn in frv_print_operand, 0 case"
2482 msgstr ""
2483
2484 #: config/frv/frv.c:3010
2485 msgid "frv_print_operand: unknown code"
2486 msgstr ""
2487
2488 #: config/frv/frv.c:4384
2489 msgid "bad output_move_single operand"
2490 msgstr ""
2491
2492 #: config/frv/frv.c:4511
2493 msgid "bad output_move_double operand"
2494 msgstr "помилковий операнд output_move_double"
2495
2496 #: config/frv/frv.c:4653
2497 msgid "bad output_condmove_single operand"
2498 msgstr "помилковий операнд output_condmove_single"
2499
2500 #: config/gcn/gcn.c:5368 config/gcn/gcn.c:5392 config/gcn/gcn.c:5396
2501 #: config/gcn/gcn.c:5720 config/gcn/gcn.c:5731 config/gcn/gcn.c:5734
2502 #, c-format
2503 msgid "bad ADDR_SPACE_GLOBAL address"
2504 msgstr "помилкова адреса ADDR_SPACE_GLOBAL"
2505
2506 #: config/gcn/gcn.c:5506 config/gcn/gcn.c:5529 config/gcn/gcn.c:5558
2507 #: config/gcn/gcn.c:5574 config/gcn/gcn.c:5593 config/gcn/gcn.c:5669
2508 #: config/gcn/gcn.c:5865 config/gcn/gcn.c:5965
2509 #, c-format
2510 msgid "invalid operand %%xn code"
2511 msgstr "некоректний код операнда %%xn"
2512
2513 #: config/gcn/gcn.c:5953
2514 #, c-format
2515 msgid "operand %%xn code invalid for QImode"
2516 msgstr ""
2517
2518 #: config/gcn/gcn.c:6035
2519 #, c-format
2520 msgid "invalid fp constant"
2521 msgstr "некоректна константа з рухомою крапкою"
2522
2523 #: config/h8300/h8300.c:1653 config/h8300/h8300.c:1661
2524 #: config/h8300/h8300.c:1670 config/h8300/h8300.c:1679
2525 #: config/h8300/h8300.c:1687 config/h8300/h8300.c:1695
2526 #, fuzzy, c-format
2527 #| msgid "expected constant integer expression"
2528 msgid "Expected register or constant integer."
2529 msgstr "мало бути використано сталий цілочисельний вираз"
2530
2531 #: config/i386/i386.c:11582
2532 #, c-format
2533 msgid "invalid UNSPEC as operand"
2534 msgstr ""
2535
2536 #: config/i386/i386.c:12121
2537 #, c-format
2538 msgid "invalid use of register '%s'"
2539 msgstr "некоректне використання регістру «%s»"
2540
2541 #: config/i386/i386.c:12126
2542 #, c-format
2543 msgid "invalid use of asm flag output"
2544 msgstr ""
2545
2546 #: config/i386/i386.c:12357
2547 #, c-format
2548 msgid "invalid operand size for operand code 'O'"
2549 msgstr ""
2550
2551 #: config/i386/i386.c:12392
2552 #, c-format
2553 msgid "invalid operand size for operand code 'z'"
2554 msgstr ""
2555
2556 #: config/i386/i386.c:12461
2557 #, c-format
2558 msgid "invalid operand type used with operand code 'Z'"
2559 msgstr ""
2560
2561 #: config/i386/i386.c:12466
2562 #, c-format
2563 msgid "invalid operand size for operand code 'Z'"
2564 msgstr ""
2565
2566 #: config/i386/i386.c:12521
2567 #, c-format
2568 msgid "operand is not a condition code, invalid operand code 'I'"
2569 msgstr ""
2570
2571 #: config/i386/i386.c:12577
2572 #, c-format
2573 msgid "operand is not a condition code, invalid operand code 'Y'"
2574 msgstr ""
2575
2576 #: config/i386/i386.c:12656
2577 #, c-format
2578 msgid "operand is not a condition code, invalid operand code 'D'"
2579 msgstr ""
2580
2581 #: config/i386/i386.c:12674
2582 #, c-format
2583 msgid "operand is not a condition code, invalid operand code '%c'"
2584 msgstr ""
2585
2586 #: config/i386/i386.c:12687
2587 #, c-format
2588 msgid "operand is not an offsettable memory reference, invalid operand code 'H'"
2589 msgstr ""
2590
2591 #: config/i386/i386.c:12702
2592 #, c-format
2593 msgid "operand is not an integer, invalid operand code 'K'"
2594 msgstr ""
2595
2596 #: config/i386/i386.c:12730
2597 #, c-format
2598 msgid "operand is not a specific integer, invalid operand code 'r'"
2599 msgstr ""
2600
2601 #: config/i386/i386.c:12748
2602 #, c-format
2603 msgid "operand is not an integer, invalid operand code 'R'"
2604 msgstr ""
2605
2606 #: config/i386/i386.c:12771
2607 #, c-format
2608 msgid "operand is not a specific integer, invalid operand code 'R'"
2609 msgstr ""
2610
2611 #: config/i386/i386.c:12875
2612 #, c-format
2613 msgid "invalid operand code '%c'"
2614 msgstr ""
2615
2616 #: config/i386/i386.c:12937
2617 #, c-format
2618 msgid "invalid constraints for operand"
2619 msgstr ""
2620
2621 #: config/i386/i386.c:12987
2622 #, c-format
2623 msgid "invalid vector immediate"
2624 msgstr "некоректна векторна константа"
2625
2626 #: config/i386/i386.c:15915
2627 msgid "unknown insn mode"
2628 msgstr ""
2629
2630 #: config/i386/djgpp.h:143
2631 #, c-format
2632 msgid "-f%s ignored (not supported for DJGPP)\n"
2633 msgstr ""
2634
2635 #: config/ia64/ia64.c:5459
2636 #, c-format
2637 msgid "invalid %%G mode"
2638 msgstr ""
2639
2640 #: config/ia64/ia64.c:5630
2641 #, c-format
2642 msgid "ia64_print_operand: unknown code"
2643 msgstr ""
2644
2645 #: config/ia64/ia64.c:11243
2646 msgid "invalid conversion from %<__fpreg%>"
2647 msgstr ""
2648
2649 #: config/ia64/ia64.c:11246
2650 msgid "invalid conversion to %<__fpreg%>"
2651 msgstr "некоректне перетворення до %<__fpreg%>"
2652
2653 #: config/ia64/ia64.c:11259 config/ia64/ia64.c:11270
2654 msgid "invalid operation on %<__fpreg%>"
2655 msgstr ""
2656
2657 #: config/iq2000/iq2000.c:3126 config/tilegx/tilegx.c:5303
2658 #: config/tilepro/tilepro.c:4692
2659 #, c-format
2660 msgid "invalid %%P operand"
2661 msgstr ""
2662
2663 #: config/iq2000/iq2000.c:3134 config/rs6000/rs6000.c:12893
2664 #, c-format
2665 msgid "invalid %%p value"
2666 msgstr "некоректне значення %%p"
2667
2668 #: config/iq2000/iq2000.c:3193
2669 #, c-format
2670 msgid "invalid use of %%d, %%x, or %%X"
2671 msgstr ""
2672
2673 #: config/lm32/lm32.c:524
2674 #, c-format
2675 msgid "only 0.0 can be loaded as an immediate"
2676 msgstr ""
2677
2678 #: config/lm32/lm32.c:594
2679 msgid "bad operand"
2680 msgstr "помилковий операнд"
2681
2682 #: config/lm32/lm32.c:606
2683 msgid "can't use non gp relative absolute address"
2684 msgstr ""
2685
2686 #: config/lm32/lm32.c:610
2687 msgid "invalid addressing mode"
2688 msgstr "некоректний режим адресування"
2689
2690 #: config/m32r/m32r.c:2143
2691 msgid "bad insn for 'A'"
2692 msgstr ""
2693
2694 #: config/m32r/m32r.c:2190
2695 #, c-format
2696 msgid "invalid operand to %%T/%%B code"
2697 msgstr ""
2698
2699 #: config/m32r/m32r.c:2213
2700 #, c-format
2701 msgid "invalid operand to %%N code"
2702 msgstr ""
2703
2704 #: config/m32r/m32r.c:2246
2705 msgid "pre-increment address is not a register"
2706 msgstr ""
2707
2708 #: config/m32r/m32r.c:2253
2709 msgid "pre-decrement address is not a register"
2710 msgstr ""
2711
2712 #: config/m32r/m32r.c:2260
2713 msgid "post-increment address is not a register"
2714 msgstr ""
2715
2716 #: config/m32r/m32r.c:2335 config/m32r/m32r.c:2350
2717 #: config/rs6000/rs6000.c:19557
2718 msgid "bad address"
2719 msgstr "помилкова адреса"
2720
2721 #: config/m32r/m32r.c:2355
2722 msgid "lo_sum not of register"
2723 msgstr ""
2724
2725 #: config/microblaze/microblaze.c:2293
2726 #, c-format
2727 msgid "unknown punctuation '%c'"
2728 msgstr ""
2729
2730 #: config/microblaze/microblaze.c:2302
2731 #, c-format
2732 msgid "null pointer"
2733 msgstr "нульовий вказівник"
2734
2735 #: config/microblaze/microblaze.c:2337
2736 #, c-format
2737 msgid "PRINT_OPERAND, invalid insn for %%C"
2738 msgstr ""
2739
2740 #: config/microblaze/microblaze.c:2366
2741 #, c-format
2742 msgid "PRINT_OPERAND, invalid insn for %%N"
2743 msgstr ""
2744
2745 #: config/microblaze/microblaze.c:2386 config/microblaze/microblaze.c:2562
2746 msgid "insn contains an invalid address !"
2747 msgstr ""
2748
2749 #: config/microblaze/microblaze.c:2402 config/microblaze/microblaze.c:2632
2750 #: config/xtensa/xtensa.c:2525
2751 msgid "invalid address"
2752 msgstr "некоректна адреса"
2753
2754 #: config/microblaze/microblaze.c:2505
2755 #, c-format
2756 msgid "letter %c was found & insn was not CONST_INT"
2757 msgstr ""
2758
2759 #: config/mips/mips.c:8934 config/mips/mips.c:8961 config/mips/mips.c:9144
2760 #, c-format
2761 msgid "'%%%c' is not a valid operand prefix"
2762 msgstr ""
2763
2764 #: config/mips/mips.c:9033 config/mips/mips.c:9040 config/mips/mips.c:9047
2765 #: config/mips/mips.c:9054 config/mips/mips.c:9067 config/mips/mips.c:9074
2766 #: config/mips/mips.c:9084 config/mips/mips.c:9087 config/mips/mips.c:9099
2767 #: config/mips/mips.c:9102 config/mips/mips.c:9162 config/mips/mips.c:9169
2768 #: config/mips/mips.c:9190 config/mips/mips.c:9205 config/mips/mips.c:9224
2769 #: config/mips/mips.c:9233 config/riscv/riscv.c:3197 config/riscv/riscv.c:3312
2770 #: config/riscv/riscv.c:3318 config/riscv/riscv.c:3327
2771 #, c-format
2772 msgid "invalid use of '%%%c'"
2773 msgstr ""
2774
2775 #: config/mmix/mmix.c:1592 config/mmix/mmix.c:1722
2776 msgid "MMIX Internal: Expected a CONST_INT, not this"
2777 msgstr ""
2778
2779 #: config/mmix/mmix.c:1671
2780 msgid "MMIX Internal: Bad value for 'm', not a CONST_INT"
2781 msgstr ""
2782
2783 #: config/mmix/mmix.c:1690
2784 msgid "MMIX Internal: Expected a register, not this"
2785 msgstr ""
2786
2787 #: config/mmix/mmix.c:1700
2788 msgid "MMIX Internal: Expected a constant, not this"
2789 msgstr ""
2790
2791 #. We need the original here.
2792 #: config/mmix/mmix.c:1784
2793 msgid "MMIX Internal: Cannot decode this operand"
2794 msgstr ""
2795
2796 #: config/mmix/mmix.c:1840
2797 msgid "MMIX Internal: This is not a recognized address"
2798 msgstr ""
2799
2800 #: config/mmix/mmix.c:2716
2801 msgid "MMIX Internal: Trying to output invalidly reversed condition:"
2802 msgstr ""
2803
2804 #: config/mmix/mmix.c:2723
2805 msgid "MMIX Internal: What's the CC of this?"
2806 msgstr ""
2807
2808 #: config/mmix/mmix.c:2727
2809 msgid "MMIX Internal: What is the CC of this?"
2810 msgstr ""
2811
2812 #: config/mmix/mmix.c:2769
2813 msgid "MMIX Internal: This is not a constant:"
2814 msgstr ""
2815
2816 #: config/msp430/msp430.c:3571
2817 #, c-format
2818 msgid "invalid operand prefix"
2819 msgstr ""
2820
2821 #: config/msp430/msp430.c:3605
2822 #, c-format
2823 msgid "invalid zero extract"
2824 msgstr ""
2825
2826 #: config/or1k/or1k.c:1116 config/or1k/or1k.c:1124
2827 #, c-format
2828 msgid "invalid relocation"
2829 msgstr "некоректне пересування"
2830
2831 #: config/or1k/or1k.c:1218
2832 #, c-format
2833 msgid "invalid %%H value"
2834 msgstr "некоректне значення %%H"
2835
2836 #: config/or1k/or1k.c:1231 config/xtensa/xtensa.c:2442
2837 #, c-format
2838 msgid "invalid %%d value"
2839 msgstr "некоректне значення %%d"
2840
2841 #: config/or1k/or1k.c:1279
2842 #, c-format
2843 msgid "unknown operand letter: '%c'"
2844 msgstr "невідома літера операнда: «%c»"
2845
2846 #: config/pru/pru.c:1672 config/pru/pru.c:1683
2847 #, c-format
2848 msgid "I/O register operand for '%%%c'"
2849 msgstr ""
2850
2851 #: config/pru/pru.c:1689
2852 #, c-format
2853 msgid "non 32 bit register operand for '%%%c'"
2854 msgstr ""
2855
2856 #: config/pru/pru.c:1794
2857 #, c-format
2858 msgid "unsupported code '%c' for fixed-point:"
2859 msgstr ""
2860
2861 #: config/pru/pru.c:1808
2862 #, fuzzy, c-format
2863 #| msgid "rdynamic is not supported"
2864 msgid "double constants not supported"
2865 msgstr "підтримки rdynamic не передбачено"
2866
2867 #: config/pru/pru.c:1891
2868 #, c-format
2869 msgid "unsupported operand %s for code '%c'"
2870 msgstr ""
2871
2872 #: config/pru/pru.c:1901
2873 #, fuzzy, c-format
2874 #| msgid "expected expression"
2875 msgid "unexpected text address:"
2876 msgstr "мало бути вказано вираз"
2877
2878 #: config/pru/pru.c:1920
2879 #, c-format
2880 msgid "unsupported constant address:"
2881 msgstr ""
2882
2883 #: config/pru/pru.c:1981
2884 #, fuzzy, c-format
2885 #| msgid "expected goto expression"
2886 msgid "unsupported memory expression:"
2887 msgstr "мало бути вказано вираз goto"
2888
2889 #: config/rl78/rl78.c:1998 config/rl78/rl78.c:2084
2890 #, c-format
2891 msgid "q/Q modifiers invalid for symbol references"
2892 msgstr ""
2893
2894 #: config/rs6000/host-darwin.c:96
2895 #, c-format
2896 msgid "Out of stack space.\n"
2897 msgstr ""
2898
2899 #: config/rs6000/host-darwin.c:117
2900 #, c-format
2901 msgid "Try running '%s' in the shell to raise its limit.\n"
2902 msgstr ""
2903
2904 #: config/rs6000/rs6000.c:3623
2905 msgid "%<-mvsx%> requires hardware floating point"
2906 msgstr ""
2907
2908 #: config/rs6000/rs6000.c:3631
2909 msgid "%<-mvsx%> needs indexed addressing"
2910 msgstr "%<-mvsx%> потребує індексованого адресування."
2911
2912 #: config/rs6000/rs6000.c:3636
2913 msgid "%<-mvsx%> and %<-mno-altivec%> are incompatible"
2914 msgstr ""
2915
2916 #: config/rs6000/rs6000.c:3638
2917 msgid "%<-mno-altivec%> disables vsx"
2918 msgstr ""
2919
2920 #: config/rs6000/rs6000.c:3764
2921 msgid "%<-mquad-memory%> requires 64-bit mode"
2922 msgstr ""
2923
2924 #: config/rs6000/rs6000.c:3767
2925 msgid "%<-mquad-memory-atomic%> requires 64-bit mode"
2926 msgstr ""
2927
2928 #: config/rs6000/rs6000.c:3779
2929 msgid "%<-mquad-memory%> is not available in little endian mode"
2930 msgstr ""
2931
2932 #: config/rs6000/rs6000.c:9988
2933 msgid "bad move"
2934 msgstr ""
2935
2936 #: config/rs6000/rs6000.c:12531
2937 msgid "Bad 128-bit move"
2938 msgstr "Помилкове 128-бітове пересування"
2939
2940 #: config/rs6000/rs6000.c:12712 config/xtensa/xtensa.c:2371
2941 #, c-format
2942 msgid "invalid %%D value"
2943 msgstr "некоректне значення %%D"
2944
2945 #: config/rs6000/rs6000.c:12727
2946 #, c-format
2947 msgid "invalid %%e value"
2948 msgstr "некоректне значення %%e"
2949
2950 #: config/rs6000/rs6000.c:12748
2951 #, c-format
2952 msgid "invalid %%f value"
2953 msgstr "некоректне значення %%f"
2954
2955 #: config/rs6000/rs6000.c:12757
2956 #, c-format
2957 msgid "invalid %%F value"
2958 msgstr "некоректне значення %%F"
2959
2960 #: config/rs6000/rs6000.c:12766
2961 #, c-format
2962 msgid "invalid %%G value"
2963 msgstr "некоректне значення %%G"
2964
2965 #: config/rs6000/rs6000.c:12801
2966 #, c-format
2967 msgid "invalid %%j code"
2968 msgstr ""
2969
2970 #: config/rs6000/rs6000.c:12811
2971 #, c-format
2972 msgid "invalid %%J code"
2973 msgstr ""
2974
2975 #: config/rs6000/rs6000.c:12821
2976 #, c-format
2977 msgid "invalid %%k value"
2978 msgstr ""
2979
2980 #: config/rs6000/rs6000.c:12836 config/xtensa/xtensa.c:2414
2981 #, c-format
2982 msgid "invalid %%K value"
2983 msgstr ""
2984
2985 #: config/rs6000/rs6000.c:12883
2986 #, c-format
2987 msgid "invalid %%O value"
2988 msgstr ""
2989
2990 #: config/rs6000/rs6000.c:12930
2991 #, c-format
2992 msgid "invalid %%q value"
2993 msgstr ""
2994
2995 #: config/rs6000/rs6000.c:12972
2996 #, c-format
2997 msgid "invalid %%t value"
2998 msgstr "некоректне значення %%t"
2999
3000 #: config/rs6000/rs6000.c:12989
3001 #, c-format
3002 msgid "invalid %%T value"
3003 msgstr ""
3004
3005 #: config/rs6000/rs6000.c:13001
3006 #, c-format
3007 msgid "invalid %%u value"
3008 msgstr "некоректне значення %%u"
3009
3010 #: config/rs6000/rs6000.c:13015 config/xtensa/xtensa.c:2383
3011 #, c-format
3012 msgid "invalid %%v value"
3013 msgstr ""
3014
3015 #: config/rs6000/rs6000.c:13065
3016 #, c-format
3017 msgid "invalid %%V value"
3018 msgstr "некоректне значення %%V"
3019
3020 #: config/rs6000/rs6000.c:13082 config/xtensa/xtensa.c:2435
3021 #, c-format
3022 msgid "invalid %%x value"
3023 msgstr ""
3024
3025 #: config/rs6000/rs6000.c:13139
3026 #, c-format
3027 msgid "invalid %%z value"
3028 msgstr "некоректне значення %%z"
3029
3030 #: config/rs6000/rs6000.c:13208
3031 #, c-format
3032 msgid "invalid %%y value, try using the 'Z' constraint"
3033 msgstr ""
3034
3035 #: config/rs6000/rs6000.c:14052
3036 msgid "__float128 and __ibm128 cannot be used in the same expression"
3037 msgstr ""
3038
3039 #: config/rs6000/rs6000.c:14058
3040 msgid "__ibm128 and long double cannot be used in the same expression"
3041 msgstr ""
3042
3043 #: config/rs6000/rs6000.c:14064
3044 msgid "__float128 and long double cannot be used in the same expression"
3045 msgstr ""
3046
3047 #: config/rs6000/rs6000.c:22816
3048 msgid "AltiVec argument passed to unprototyped function"
3049 msgstr ""
3050
3051 #: config/rs6000/rs6000.c:25739
3052 msgid "Could not generate addis value for fusion"
3053 msgstr ""
3054
3055 #: config/rs6000/rs6000.c:25808
3056 msgid "Unable to generate load/store offset for fusion"
3057 msgstr ""
3058
3059 #: config/rs6000/rs6000.c:25884
3060 msgid "Bad GPR fusion"
3061 msgstr ""
3062
3063 #: config/s390/s390.c:7786
3064 #, c-format
3065 msgid "symbolic memory references are only supported on z10 or later"
3066 msgstr ""
3067
3068 #: config/s390/s390.c:7797
3069 #, c-format
3070 msgid "cannot decompose address"
3071 msgstr ""
3072
3073 #: config/s390/s390.c:7879
3074 #, c-format
3075 msgid "invalid comparison operator for 'E' output modifier"
3076 msgstr ""
3077
3078 #: config/s390/s390.c:7902
3079 #, c-format
3080 msgid "invalid reference for 'J' output modifier"
3081 msgstr ""
3082
3083 #: config/s390/s390.c:7920
3084 #, c-format
3085 msgid "invalid address for 'O' output modifier"
3086 msgstr ""
3087
3088 #: config/s390/s390.c:7942
3089 #, c-format
3090 msgid "invalid address for 'R' output modifier"
3091 msgstr ""
3092
3093 #: config/s390/s390.c:7960
3094 #, c-format
3095 msgid "memory reference expected for 'S' output modifier"
3096 msgstr ""
3097
3098 #: config/s390/s390.c:7970
3099 #, c-format
3100 msgid "invalid address for 'S' output modifier"
3101 msgstr ""
3102
3103 #: config/s390/s390.c:7991
3104 #, c-format
3105 msgid "register or memory expression expected for 'N' output modifier"
3106 msgstr ""
3107
3108 #: config/s390/s390.c:8002
3109 #, c-format
3110 msgid "register or memory expression expected for 'M' output modifier"
3111 msgstr ""
3112
3113 #: config/s390/s390.c:8088 config/s390/s390.c:8109
3114 #, c-format
3115 msgid "invalid constant for output modifier '%c'"
3116 msgstr ""
3117
3118 #: config/s390/s390.c:8106
3119 #, c-format
3120 msgid "invalid constant - try using an output modifier"
3121 msgstr ""
3122
3123 #: config/s390/s390.c:8143
3124 #, c-format
3125 msgid "invalid constant vector for output modifier '%c'"
3126 msgstr ""
3127
3128 #: config/s390/s390.c:8150
3129 #, c-format
3130 msgid "invalid expression - try using an output modifier"
3131 msgstr ""
3132
3133 #: config/s390/s390.c:8153
3134 #, c-format
3135 msgid "invalid expression for output modifier '%c'"
3136 msgstr "некоректний вираз для модифікатора виведення «%c»"
3137
3138 #: config/s390/s390.c:11865
3139 msgid "vector argument passed to unprototyped function"
3140 msgstr ""
3141
3142 #: config/s390/s390.c:16142
3143 msgid "types differ in signedness"
3144 msgstr ""
3145
3146 #: config/s390/s390.c:16152
3147 msgid "binary operator does not support two vector bool operands"
3148 msgstr ""
3149
3150 #: config/s390/s390.c:16155
3151 msgid "binary operator does not support vector bool operand"
3152 msgstr ""
3153
3154 #: config/s390/s390.c:16163
3155 msgid "binary operator does not support mixing vector bool with floating point vector operands"
3156 msgstr ""
3157
3158 #: config/sh/sh.c:1222
3159 #, c-format
3160 msgid "invalid operand to %%R"
3161 msgstr "некоректний операнд %%R"
3162
3163 #: config/sh/sh.c:1249
3164 #, c-format
3165 msgid "invalid operand to %%S"
3166 msgstr "некоректний операнд %%S"
3167
3168 #: config/sh/sh.c:8666
3169 msgid "created and used with different architectures / ABIs"
3170 msgstr ""
3171
3172 #: config/sh/sh.c:8668
3173 msgid "created and used with different ABIs"
3174 msgstr ""
3175
3176 #: config/sh/sh.c:8670
3177 msgid "created and used with different endianness"
3178 msgstr ""
3179
3180 #: config/sparc/sparc.c:9363 config/sparc/sparc.c:9369
3181 #, c-format
3182 msgid "invalid %%Y operand"
3183 msgstr "некоректний операнд %%Y"
3184
3185 #: config/sparc/sparc.c:9456
3186 #, c-format
3187 msgid "invalid %%A operand"
3188 msgstr "некоректний операнд %%A"
3189
3190 #: config/sparc/sparc.c:9476
3191 #, c-format
3192 msgid "invalid %%B operand"
3193 msgstr "некоректний операнд %%B"
3194
3195 #: config/sparc/sparc.c:9556 config/tilegx/tilegx.c:5090
3196 #: config/tilepro/tilepro.c:4499
3197 #, c-format
3198 msgid "invalid %%C operand"
3199 msgstr "некоректний операнд %%C"
3200
3201 #: config/sparc/sparc.c:9588 config/tilegx/tilegx.c:5123
3202 #, c-format
3203 msgid "invalid %%D operand"
3204 msgstr "некоректний операнд %%D"
3205
3206 #: config/sparc/sparc.c:9607
3207 #, c-format
3208 msgid "invalid %%f operand"
3209 msgstr "некоректний операнд %%f"
3210
3211 #: config/sparc/sparc.c:9619
3212 #, c-format
3213 msgid "invalid %%s operand"
3214 msgstr "некоректний операнд %%s"
3215
3216 #: config/sparc/sparc.c:9664
3217 #, c-format
3218 msgid "floating-point constant not a valid immediate operand"
3219 msgstr ""
3220
3221 #: config/stormy16/stormy16.c:1741 config/stormy16/stormy16.c:1812
3222 #, c-format
3223 msgid "'B' operand is not constant"
3224 msgstr "операнд «B» не є сталою"
3225
3226 #: config/stormy16/stormy16.c:1768
3227 #, c-format
3228 msgid "'B' operand has multiple bits set"
3229 msgstr ""
3230
3231 #: config/stormy16/stormy16.c:1794
3232 #, c-format
3233 msgid "'o' operand is not constant"
3234 msgstr "операнд «o» не є сталою"
3235
3236 #: config/stormy16/stormy16.c:1826
3237 #, c-format
3238 msgid "xstormy16_print_operand: unknown code"
3239 msgstr "xstormy16_print_operand: невідомий код"
3240
3241 #: config/tilegx/tilegx.c:5075 config/tilepro/tilepro.c:4484
3242 #, c-format
3243 msgid "invalid %%c operand"
3244 msgstr "некоректний операнд %%c"
3245
3246 #: config/tilegx/tilegx.c:5106
3247 #, c-format
3248 msgid "invalid %%d operand"
3249 msgstr "некоректний операнд %%d"
3250
3251 #: config/tilegx/tilegx.c:5203
3252 #, c-format
3253 msgid "invalid %%H specifier"
3254 msgstr "некоректний специфікатор %%H"
3255
3256 #: config/tilegx/tilegx.c:5245 config/tilepro/tilepro.c:4513
3257 #, c-format
3258 msgid "invalid %%h operand"
3259 msgstr "некоректний операнд %%h"
3260
3261 #: config/tilegx/tilegx.c:5257 config/tilepro/tilepro.c:4577
3262 #, c-format
3263 msgid "invalid %%I operand"
3264 msgstr "некоректний операнд %%I"
3265
3266 #: config/tilegx/tilegx.c:5269 config/tilepro/tilepro.c:4589
3267 #, c-format
3268 msgid "invalid %%i operand"
3269 msgstr "некоректний операнд %%i"
3270
3271 #: config/tilegx/tilegx.c:5290 config/tilepro/tilepro.c:4610
3272 #, c-format
3273 msgid "invalid %%j operand"
3274 msgstr "некоректний операнд %%j"
3275
3276 #: config/tilegx/tilegx.c:5321
3277 #, c-format
3278 msgid "invalid %%%c operand"
3279 msgstr "некоректний операнд %%%c"
3280
3281 #: config/tilegx/tilegx.c:5336 config/tilepro/tilepro.c:4724
3282 #, c-format
3283 msgid "invalid %%N operand"
3284 msgstr "некоректний операнд %%N"
3285
3286 #: config/tilegx/tilegx.c:5380
3287 #, c-format
3288 msgid "invalid operand for 'r' specifier"
3289 msgstr "некоректний операнд для специфікатора «r»"
3290
3291 #: config/tilegx/tilegx.c:5404 config/tilepro/tilepro.c:4804
3292 #, c-format
3293 msgid "unable to print out operand yet; code == %d (%c)"
3294 msgstr ""
3295
3296 #: config/tilepro/tilepro.c:4549
3297 #, c-format
3298 msgid "invalid %%H operand"
3299 msgstr "некоректний операнд %%H"
3300
3301 #: config/tilepro/tilepro.c:4649
3302 #, c-format
3303 msgid "invalid %%L operand"
3304 msgstr "некоректний операнд %%L"
3305
3306 #: config/tilepro/tilepro.c:4709
3307 #, c-format
3308 msgid "invalid %%M operand"
3309 msgstr "некоректний операнд %%M"
3310
3311 #: config/tilepro/tilepro.c:4752 config/tilepro/tilepro.c:4759
3312 #, c-format
3313 msgid "invalid %%t operand"
3314 msgstr "некоректний операнд %%t"
3315
3316 #: config/tilepro/tilepro.c:4779
3317 #, c-format
3318 msgid "invalid %%r operand"
3319 msgstr "некоректний операнд %%r"
3320
3321 #: config/v850/v850.c:271
3322 msgid "const_double_split got a bad insn:"
3323 msgstr ""
3324
3325 #: config/v850/v850.c:885
3326 msgid "output_move_single:"
3327 msgstr ""
3328
3329 #: config/vax/vax.c:463
3330 #, c-format
3331 msgid "symbol used with both base and indexed registers"
3332 msgstr ""
3333
3334 #: config/vax/vax.c:472
3335 #, c-format
3336 msgid "symbol with offset used in PIC mode"
3337 msgstr ""
3338
3339 #: config/vax/vax.c:560
3340 #, c-format
3341 msgid "symbol used as immediate operand"
3342 msgstr ""
3343
3344 #: config/vax/vax.c:1587
3345 msgid "illegal operand detected"
3346 msgstr "виявлено неприпустимий операнд"
3347
3348 #: config/visium/visium.c:3362
3349 msgid "illegal operand "
3350 msgstr "неприпустимий операнд "
3351
3352 #: config/visium/visium.c:3413
3353 msgid "illegal operand address (1)"
3354 msgstr "некоректна адреса операнда (1)"
3355
3356 #: config/visium/visium.c:3420
3357 msgid "illegal operand address (2)"
3358 msgstr "некоректна адреса операнда (2)"
3359
3360 #: config/visium/visium.c:3435
3361 msgid "illegal operand address (3)"
3362 msgstr "некоректна адреса операнда (3)"
3363
3364 #: config/visium/visium.c:3443
3365 msgid "illegal operand address (4)"
3366 msgstr "некоректна адреса операнда (4)"
3367
3368 #: config/xtensa/xtensa.c:804 config/xtensa/xtensa.c:836
3369 #: config/xtensa/xtensa.c:845
3370 msgid "bad test"
3371 msgstr "помилкова перевірка"
3372
3373 #: config/xtensa/xtensa.c:2409
3374 msgid "invalid mask"
3375 msgstr "некоректна маска"
3376
3377 #: config/xtensa/xtensa.c:2461 config/xtensa/xtensa.c:2471
3378 #, c-format
3379 msgid "invalid %%t/%%b value"
3380 msgstr "некоректне значення %%t/%%b"
3381
3382 #: config/xtensa/xtensa.c:2550
3383 msgid "no register in address"
3384 msgstr "немає регістру у адресі"
3385
3386 #: config/xtensa/xtensa.c:2558
3387 msgid "address offset not a constant"
3388 msgstr "зсув адреси не є сталою величиною"
3389
3390 #: c/c-objc-common.c:225
3391 msgid "aka"
3392 msgstr "або"
3393
3394 #: c/c-objc-common.c:332
3395 msgid "({anonymous})"
3396 msgstr "({анонімний})"
3397
3398 #. If we have
3399 #. declaration-specifiers declarator decl-specs
3400 #. then assume we have a missing semicolon, which would
3401 #. give us:
3402 #. declaration-specifiers declarator decl-specs
3403 #. ^
3404 #. ;
3405 #. <~~~~~~~~~ declaration ~~~~~~~~~~>
3406 #. Use c_parser_require to get an error with a fix-it hint.
3407 #: c/c-parser.c:2429 c/c-parser.c:2546 c/c-parser.c:2560 c/c-parser.c:5668
3408 #: c/c-parser.c:6296 c/c-parser.c:6746 c/c-parser.c:6925 c/c-parser.c:6959
3409 #: c/c-parser.c:7216 c/c-parser.c:11002 c/c-parser.c:11037 c/c-parser.c:11068
3410 #: c/c-parser.c:11115 c/c-parser.c:11296 c/c-parser.c:12082 c/c-parser.c:12152
3411 #: c/c-parser.c:12195 c/c-parser.c:17629 c/c-parser.c:17653 c/c-parser.c:17671
3412 #: c/c-parser.c:18093 c/c-parser.c:18143 c/gimple-parser.c:391
3413 #: c/gimple-parser.c:432 c/gimple-parser.c:441 c/gimple-parser.c:649
3414 #: c/gimple-parser.c:2192 c/gimple-parser.c:2229 c/gimple-parser.c:2308
3415 #: c/gimple-parser.c:2335 c/c-parser.c:3239 c/c-parser.c:3426
3416 #: c/c-parser.c:3459 c/c-parser.c:11289 c/gimple-parser.c:2026
3417 #: c/gimple-parser.c:2065 cp/parser.c:29886 cp/parser.c:30479
3418 #, gcc-internal-format
3419 msgid "expected %<;%>"
3420 msgstr "мало бути %<;%>"
3421
3422 #: c/c-parser.c:3009 c/c-parser.c:3984 c/c-parser.c:4179 c/c-parser.c:4244
3423 #: c/c-parser.c:4302 c/c-parser.c:4664 c/c-parser.c:4685 c/c-parser.c:4694
3424 #: c/c-parser.c:4745 c/c-parser.c:4754 c/c-parser.c:8544 c/c-parser.c:8610
3425 #: c/c-parser.c:9109 c/c-parser.c:9131 c/c-parser.c:9165 c/c-parser.c:9274
3426 #: c/c-parser.c:10057 c/c-parser.c:10468 c/c-parser.c:11403 c/c-parser.c:13599
3427 #: c/c-parser.c:14242 c/c-parser.c:14301 c/c-parser.c:14356 c/c-parser.c:15615
3428 #: c/c-parser.c:15713 c/c-parser.c:16946 c/c-parser.c:17713 c/c-parser.c:18101
3429 #: c/c-parser.c:20875 c/c-parser.c:20953 c/gimple-parser.c:194
3430 #: c/gimple-parser.c:197 c/gimple-parser.c:526 c/gimple-parser.c:560
3431 #: c/gimple-parser.c:565 c/gimple-parser.c:733 c/gimple-parser.c:830
3432 #: c/gimple-parser.c:1023 c/gimple-parser.c:1049 c/gimple-parser.c:1052
3433 #: c/gimple-parser.c:1183 c/gimple-parser.c:1313 c/gimple-parser.c:1439
3434 #: c/gimple-parser.c:1455 c/gimple-parser.c:1471 c/gimple-parser.c:1493
3435 #: c/gimple-parser.c:1523 c/gimple-parser.c:1549 c/gimple-parser.c:1755
3436 #: c/gimple-parser.c:1948 c/gimple-parser.c:1968 c/gimple-parser.c:2102
3437 #: c/gimple-parser.c:2265 c/c-parser.c:7165 cp/parser.c:30527
3438 #, gcc-internal-format
3439 msgid "expected %<)%>"
3440 msgstr "мало бути %<)%>"
3441
3442 #: c/c-parser.c:4073 c/c-parser.c:4805 c/c-parser.c:4949 c/c-parser.c:5022
3443 #: c/c-parser.c:5023 c/c-parser.c:5437 c/c-parser.c:5473 c/c-parser.c:7267
3444 #: c/c-parser.c:9265 c/c-parser.c:10155 c/c-parser.c:10444 c/c-parser.c:13046
3445 #: c/gimple-parser.c:1732 cp/parser.c:30491
3446 #, gcc-internal-format
3447 msgid "expected %<]%>"
3448 msgstr "мало бути %<]%>"
3449
3450 #: c/c-parser.c:4282
3451 msgid "expected %<;%>, %<,%> or %<)%>"
3452 msgstr "мало бути %<;%>, %<,%> або %<)%>"
3453
3454 #. Look for the two `(' tokens.
3455 #: c/c-parser.c:4714 c/c-parser.c:4719 c/c-parser.c:13582 c/c-parser.c:14331
3456 #: c/c-parser.c:20236 c/c-parser.c:20683 c/c-parser.c:20896
3457 #: c/gimple-parser.c:179 c/gimple-parser.c:473 c/gimple-parser.c:512
3458 #: c/gimple-parser.c:544 c/gimple-parser.c:800 c/gimple-parser.c:1017
3459 #: c/gimple-parser.c:1043 c/gimple-parser.c:1170 c/gimple-parser.c:1308
3460 #: c/gimple-parser.c:1429 c/gimple-parser.c:1489 c/gimple-parser.c:1507
3461 #: c/gimple-parser.c:1542 c/gimple-parser.c:1917 c/gimple-parser.c:1928
3462 #: c/gimple-parser.c:1934 c/gimple-parser.c:2099 c/gimple-parser.c:2262
3463 #: c/c-parser.c:13404 cp/parser.c:30482
3464 #, gcc-internal-format
3465 msgid "expected %<(%>"
3466 msgstr "мало бути %<(%>"
3467
3468 #: c/c-parser.c:4945 c/c-parser.c:4947 c/c-parser.c:12974 cp/parser.c:30494
3469 #: cp/parser.c:34026
3470 #, gcc-internal-format
3471 msgid "expected %<[%>"
3472 msgstr "мало бути %<[%>"
3473
3474 #: c/c-parser.c:5607 c/c-parser.c:11632 c/c-parser.c:17906 c/c-parser.c:18689
3475 #: c/c-parser.c:21731 c/gimple-parser.c:384 c/gimple-parser.c:2268
3476 #: c/c-parser.c:3227 c/c-parser.c:3449 c/c-parser.c:11184 cp/parser.c:19135
3477 #: cp/parser.c:30488
3478 #, gcc-internal-format
3479 msgid "expected %<{%>"
3480 msgstr "мало бути %<{%>"
3481
3482 #: c/c-parser.c:5879 c/c-parser.c:5888 c/c-parser.c:7695 c/c-parser.c:8746
3483 #: c/c-parser.c:11396 c/c-parser.c:11782 c/c-parser.c:11843 c/c-parser.c:13028
3484 #: c/c-parser.c:13943 c/c-parser.c:14159 c/c-parser.c:14649 c/c-parser.c:14745
3485 #: c/c-parser.c:15367 c/c-parser.c:15494 c/c-parser.c:20098 c/c-parser.c:20740
3486 #: c/c-parser.c:20799 c/gimple-parser.c:567 c/gimple-parser.c:870
3487 #: c/gimple-parser.c:2316 c/gimple-parser.c:2343 c/c-parser.c:7172
3488 #: c/c-parser.c:13507 cp/parser.c:30521 cp/parser.c:32041 cp/parser.c:34817
3489 #, gcc-internal-format
3490 msgid "expected %<:%>"
3491 msgstr "мало бути %<:%>"
3492
3493 #: c/c-parser.c:6729 cp/parser.c:30408
3494 #, gcc-internal-format
3495 msgid "expected %<while%>"
3496 msgstr "мало бути %<while%>"
3497
3498 #: c/c-parser.c:8508 c/c-parser.c:8697 c/c-parser.c:9155 c/c-parser.c:9198
3499 #: c/c-parser.c:9336 c/c-parser.c:10047 c/c-parser.c:14336 c/c-parser.c:15450
3500 #: c/gimple-parser.c:1020 c/gimple-parser.c:1046 c/gimple-parser.c:1174
3501 #: c/gimple-parser.c:1177 c/gimple-parser.c:1511 c/gimple-parser.c:1517
3502 #: cp/parser.c:29884 cp/parser.c:30497
3503 #, gcc-internal-format
3504 msgid "expected %<,%>"
3505 msgstr "мало бути %<,%>"
3506
3507 #: c/c-parser.c:9055
3508 msgid "expected %<.%>"
3509 msgstr "мало бути %<.%>"
3510
3511 #: c/c-parser.c:10855 c/c-parser.c:10887 c/c-parser.c:11127 cp/parser.c:32615
3512 #: cp/parser.c:32689
3513 #, gcc-internal-format
3514 msgid "expected %<@end%>"
3515 msgstr "мало бути %<@end%>"
3516
3517 #: c/c-parser.c:11545 c/gimple-parser.c:1347 cp/parser.c:30506
3518 #, gcc-internal-format
3519 msgid "expected %<>%>"
3520 msgstr "мало бути %<>%>"
3521
3522 #: c/c-parser.c:14837 c/c-parser.c:15731 cp/parser.c:30530
3523 #, gcc-internal-format
3524 msgid "expected %<,%> or %<)%>"
3525 msgstr "мало бути %<,%> або %<)%>"
3526
3527 #. All following cases are statements with LHS.
3528 #: c/c-parser.c:15359 c/c-parser.c:17362 c/c-parser.c:17406 c/c-parser.c:17638
3529 #: c/c-parser.c:18082 c/c-parser.c:20305 c/c-parser.c:20937
3530 #: c/gimple-parser.c:724 c/c-parser.c:5496 cp/parser.c:30509
3531 #, gcc-internal-format
3532 msgid "expected %<=%>"
3533 msgstr "мало бути %<=%>"
3534
3535 #: c/c-parser.c:17654 c/c-parser.c:17954 c/gimple-parser.c:1565
3536 #: c/gimple-parser.c:1597 c/gimple-parser.c:1607 c/gimple-parser.c:2353
3537 #: cp/parser.c:30485 cp/parser.c:32834
3538 #, gcc-internal-format
3539 msgid "expected %<}%>"
3540 msgstr "мало бути %<}%>"
3541
3542 #: c/c-parser.c:18732 c/c-parser.c:18722 cp/parser.c:39443
3543 #, gcc-internal-format
3544 msgid "expected %<#pragma omp section%> or %<}%>"
3545 msgstr "мало бути %<#pragma omp section%> або %<}%>"
3546
3547 #: c/c-typeck.c:8224
3548 msgid "(anonymous)"
3549 msgstr "(анонімний)"
3550
3551 #: c/gimple-parser.c:1336 cp/parser.c:16583 cp/parser.c:30503
3552 #, gcc-internal-format
3553 msgid "expected %<<%>"
3554 msgstr "мало бути %<<%>"
3555
3556 #: c/gimple-parser.c:2312 c/gimple-parser.c:2339 c/gimple-parser.c:2178
3557 #: c/gimple-parser.c:2215
3558 #, gcc-internal-format
3559 msgid "expected label"
3560 msgstr "мало бути вказано мітку"
3561
3562 #: cp/call.c:3847
3563 #, fuzzy
3564 #| msgid "candidate 1:"
3565 msgid "candidate:"
3566 msgstr "кандидат 1:"
3567
3568 #: cp/call.c:7193
3569 msgid " after user-defined conversion:"
3570 msgstr ""
3571
3572 #: cp/call.c:7327 cp/pt.c:2004 cp/pt.c:24476
3573 msgid "candidate is:"
3574 msgid_plural "candidates are:"
3575 msgstr[0] ""
3576 msgstr[1] ""
3577 msgstr[2] ""
3578
3579 #: cp/call.c:11626
3580 msgid "candidate 1:"
3581 msgstr "кандидат 1:"
3582
3583 #: cp/call.c:11627
3584 msgid "candidate 2:"
3585 msgstr "кандидат 2:"
3586
3587 #: cp/decl.c:3247
3588 msgid "jump to label %qD"
3589 msgstr ""
3590
3591 #: cp/decl.c:3248
3592 msgid "jump to case label"
3593 msgstr ""
3594
3595 #: cp/error.c:382
3596 msgid "<missing>"
3597 msgstr "<пропущено>"
3598
3599 #: cp/error.c:484
3600 msgid "<brace-enclosed initializer list>"
3601 msgstr ""
3602
3603 #: cp/error.c:486
3604 msgid "<unresolved overloaded function type>"
3605 msgstr "<невизначений перевантажений тип функції>"
3606
3607 #: cp/error.c:655
3608 msgid "<type error>"
3609 msgstr "<помилка типу>"
3610
3611 #. A lambda's "type" is essentially its signature.
3612 #: cp/error.c:756
3613 msgid "<lambda"
3614 msgstr "<lambda"
3615
3616 #: cp/error.c:766 objc/objc-act.c:6202 cp/cxx-pretty-print.c:154
3617 #, gcc-internal-format
3618 msgid "<unnamed>"
3619 msgstr "<неназваний>"
3620
3621 #: cp/error.c:768
3622 #, c-format
3623 msgid "<unnamed %s>"
3624 msgstr "<неназваний %s>"
3625
3626 #: cp/error.c:894
3627 msgid "<typeprefixerror>"
3628 msgstr ""
3629
3630 #: cp/error.c:1023
3631 #, c-format
3632 msgid "(static initializers for %s)"
3633 msgstr ""
3634
3635 #: cp/error.c:1025
3636 #, c-format
3637 msgid "(static destructors for %s)"
3638 msgstr ""
3639
3640 #: cp/error.c:1072
3641 msgid "<structured bindings>"
3642 msgstr "<структуровані прив'язки>"
3643
3644 #: cp/error.c:1175
3645 msgid "vtable for "
3646 msgstr ""
3647
3648 #: cp/error.c:1199
3649 msgid "<return value> "
3650 msgstr ""
3651
3652 #: cp/error.c:1214
3653 msgid "{anonymous}"
3654 msgstr "{анонімний}"
3655
3656 #: cp/error.c:1216
3657 msgid "(anonymous namespace)"
3658 msgstr ""
3659
3660 #: cp/error.c:1317
3661 msgid "<template arguments error>"
3662 msgstr ""
3663
3664 #: cp/error.c:1339
3665 msgid "<enumerator>"
3666 msgstr ""
3667
3668 #: cp/error.c:1390
3669 msgid "<declaration error>"
3670 msgstr ""
3671
3672 #: cp/error.c:1939 cp/error.c:1959
3673 msgid "<template parameter error>"
3674 msgstr ""
3675
3676 #: cp/error.c:2089
3677 msgid "<statement>"
3678 msgstr ""
3679
3680 #: cp/error.c:2118 cp/error.c:3161 c-family/c-pretty-print.c:2196
3681 #, gcc-internal-format
3682 msgid "<unknown>"
3683 msgstr ""
3684
3685 #. While waiting for caret diagnostics, avoid printing
3686 #. __cxa_allocate_exception, __cxa_throw, and the like.
3687 #: cp/error.c:2136
3688 msgid "<throw-expression>"
3689 msgstr ""
3690
3691 #: cp/error.c:2237
3692 msgid "<ubsan routine call>"
3693 msgstr ""
3694
3695 #: cp/error.c:2686
3696 msgid "<unparsed>"
3697 msgstr ""
3698
3699 #: cp/error.c:2842
3700 msgid "<lambda>"
3701 msgstr ""
3702
3703 #: cp/error.c:2881
3704 msgid "*this"
3705 msgstr "*this"
3706
3707 #: cp/error.c:2895
3708 msgid "<expression error>"
3709 msgstr ""
3710
3711 #: cp/error.c:2910
3712 msgid "<unknown operator>"
3713 msgstr "<невідомий оператор>"
3714
3715 #: cp/error.c:3374
3716 msgid "At global scope:"
3717 msgstr ""
3718
3719 #: cp/error.c:3470
3720 #, c-format
3721 msgid "In static member function %qs"
3722 msgstr "У статичній функції-члені %qs"
3723
3724 #: cp/error.c:3472
3725 #, c-format
3726 msgid "In copy constructor %qs"
3727 msgstr ""
3728
3729 #: cp/error.c:3474
3730 #, c-format
3731 msgid "In constructor %qs"
3732 msgstr ""
3733
3734 #: cp/error.c:3476
3735 #, c-format
3736 msgid "In destructor %qs"
3737 msgstr ""
3738
3739 #: cp/error.c:3478
3740 msgid "In lambda function"
3741 msgstr "У лямбда-функції"
3742
3743 #: cp/error.c:3498
3744 #, c-format
3745 msgid "%s: In substitution of %qS:\n"
3746 msgstr ""
3747
3748 #: cp/error.c:3499
3749 msgid "%s: In instantiation of %q#D:\n"
3750 msgstr ""
3751
3752 #: cp/error.c:3524 cp/error.c:3678
3753 msgid "%r%s:%d:%d:%R "
3754 msgstr ""
3755
3756 #: cp/error.c:3527 cp/error.c:3681
3757 msgid "%r%s:%d:%R "
3758 msgstr ""
3759
3760 #: cp/error.c:3535
3761 #, c-format
3762 msgid "recursively required by substitution of %qS\n"
3763 msgstr ""
3764
3765 #: cp/error.c:3536
3766 #, c-format
3767 msgid "required by substitution of %qS\n"
3768 msgstr ""
3769
3770 #: cp/error.c:3541
3771 msgid "recursively required from %q#D\n"
3772 msgstr ""
3773
3774 #: cp/error.c:3542
3775 msgid "required from %q#D\n"
3776 msgstr ""
3777
3778 #: cp/error.c:3549
3779 msgid "recursively required from here\n"
3780 msgstr ""
3781
3782 #: cp/error.c:3550
3783 msgid "required from here\n"
3784 msgstr "потрібен звідси\n"
3785
3786 #: cp/error.c:3602
3787 msgid "%r%s:%d:%d:%R [ skipping %d instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]\n"
3788 msgstr ""
3789
3790 #: cp/error.c:3608
3791 msgid "%r%s:%d:%R [ skipping %d instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]\n"
3792 msgstr ""
3793
3794 #: cp/error.c:3662
3795 msgid "%r%s:%d:%d:%R in %<constexpr%> expansion of %qs"
3796 msgstr "%r%s:%d:%d:%R у розгортанні %<constexpr%> %qs"
3797
3798 #: cp/error.c:3666
3799 msgid "%r%s:%d:%R in %<constexpr%> expansion of %qs"
3800 msgstr ""
3801
3802 #: cp/pt.c:2002 cp/semantics.c:5543
3803 msgid "candidates are:"
3804 msgstr ""
3805
3806 #: cp/rtti.c:574
3807 msgid "target is not pointer or reference to class"
3808 msgstr ""
3809
3810 #: cp/rtti.c:579
3811 msgid "target is not pointer or reference to complete type"
3812 msgstr ""
3813
3814 #: cp/rtti.c:585
3815 msgid "target is not pointer or reference"
3816 msgstr ""
3817
3818 #: cp/rtti.c:601
3819 msgid "source is not a pointer"
3820 msgstr ""
3821
3822 #: cp/rtti.c:606
3823 msgid "source is not a pointer to class"
3824 msgstr ""
3825
3826 #: cp/rtti.c:611
3827 msgid "source is a pointer to incomplete type"
3828 msgstr ""
3829
3830 #: cp/rtti.c:624
3831 msgid "source is not of class type"
3832 msgstr ""
3833
3834 #: cp/rtti.c:629
3835 msgid "source is of incomplete class type"
3836 msgstr ""
3837
3838 #: cp/rtti.c:640
3839 msgid "conversion casts away constness"
3840 msgstr ""
3841
3842 #: cp/rtti.c:800
3843 msgid "source type is not polymorphic"
3844 msgstr ""
3845
3846 #: cp/typeck.c:6444 c/c-typeck.c:4375
3847 #, gcc-internal-format
3848 msgid "wrong type argument to unary minus"
3849 msgstr ""
3850
3851 #: cp/typeck.c:6445 c/c-typeck.c:4362
3852 #, gcc-internal-format
3853 msgid "wrong type argument to unary plus"
3854 msgstr ""
3855
3856 #: cp/typeck.c:6472 c/c-typeck.c:4419
3857 #, gcc-internal-format
3858 msgid "wrong type argument to bit-complement"
3859 msgstr ""
3860
3861 #: cp/typeck.c:6489 c/c-typeck.c:4427
3862 #, gcc-internal-format
3863 msgid "wrong type argument to abs"
3864 msgstr ""
3865
3866 #: cp/typeck.c:6501 c/c-typeck.c:4449
3867 #, gcc-internal-format
3868 msgid "wrong type argument to conjugation"
3869 msgstr ""
3870
3871 #: cp/typeck.c:6519
3872 msgid "in argument to unary !"
3873 msgstr ""
3874
3875 #: cp/typeck.c:6565
3876 msgid "no pre-increment operator for type"
3877 msgstr ""
3878
3879 #: cp/typeck.c:6567
3880 msgid "no post-increment operator for type"
3881 msgstr ""
3882
3883 #: cp/typeck.c:6569
3884 msgid "no pre-decrement operator for type"
3885 msgstr ""
3886
3887 #: cp/typeck.c:6571
3888 msgid "no post-decrement operator for type"
3889 msgstr ""
3890
3891 #: fortran/arith.c:97
3892 msgid "Arithmetic OK at %L"
3893 msgstr ""
3894
3895 #: fortran/arith.c:100
3896 msgid "Arithmetic overflow at %L"
3897 msgstr ""
3898
3899 #: fortran/arith.c:103
3900 msgid "Arithmetic underflow at %L"
3901 msgstr ""
3902
3903 #: fortran/arith.c:106
3904 msgid "Arithmetic NaN at %L"
3905 msgstr ""
3906
3907 #: fortran/arith.c:109
3908 msgid "Division by zero at %L"
3909 msgstr ""
3910
3911 #: fortran/arith.c:112
3912 msgid "Array operands are incommensurate at %L"
3913 msgstr ""
3914
3915 #: fortran/arith.c:116
3916 msgid "Integer outside symmetric range implied by Standard Fortran at %L"
3917 msgstr ""
3918
3919 #: fortran/arith.c:120
3920 msgid "Illegal type in character concatenation at %L"
3921 msgstr ""
3922
3923 #: fortran/arith.c:1391
3924 msgid "elemental binary operation"
3925 msgstr ""
3926
3927 #: fortran/check.c:3702
3928 #, c-format
3929 msgid "arguments 'a%d' and 'a%d' for intrinsic '%s'"
3930 msgstr ""
3931
3932 #: fortran/check.c:3910 fortran/check.c:3987 fortran/check.c:4052
3933 #, c-format
3934 msgid "arguments '%s' and '%s' for intrinsic %s"
3935 msgstr ""
3936
3937 #: fortran/check.c:4384 fortran/intrinsic.c:4761
3938 #, c-format
3939 msgid "arguments '%s' and '%s' for intrinsic '%s'"
3940 msgstr ""
3941
3942 #: fortran/dump-parse-tree.c:3144
3943 #, c-format
3944 msgid ""
3945 "/* Prototypes for external procedures generated from %s\n"
3946 " by GNU Fortran %s%s.\n"
3947 "\n"
3948 " Use of this interface is discouraged, consider using the\n"
3949 " BIND(C) feature of standard Fortran instead. */\n"
3950 "\n"
3951 msgstr ""
3952
3953 #: fortran/error.c:876
3954 msgid "Fortran 2018 deleted feature:"
3955 msgstr ""
3956
3957 #: fortran/error.c:878
3958 msgid "Fortran 2018 obsolescent feature:"
3959 msgstr ""
3960
3961 #: fortran/error.c:880
3962 msgid "Fortran 2018:"
3963 msgstr "Fortran 2018:"
3964
3965 #: fortran/error.c:882
3966 msgid "Fortran 2008 obsolescent feature:"
3967 msgstr ""
3968
3969 #: fortran/error.c:888
3970 msgid "GNU Extension:"
3971 msgstr ""
3972
3973 #: fortran/error.c:890
3974 msgid "Legacy Extension:"
3975 msgstr ""
3976
3977 #: fortran/error.c:892
3978 msgid "Obsolescent feature:"
3979 msgstr ""
3980
3981 #: fortran/error.c:894
3982 msgid "Deleted feature:"
3983 msgstr ""
3984
3985 #: fortran/expr.c:3676
3986 msgid "array assignment"
3987 msgstr ""
3988
3989 #. Macros for unified error messages.
3990 #: fortran/frontend-passes.c:3785
3991 #, c-format
3992 msgid "Incorrect extent in argument B in MATMUL intrinsic in dimension 1: is %ld, should be %ld"
3993 msgstr ""
3994
3995 #: fortran/frontend-passes.c:3788
3996 #, c-format
3997 msgid "Array bound mismatch for dimension 1 of array (%ld/%ld)"
3998 msgstr ""
3999
4000 #: fortran/frontend-passes.c:3791
4001 #, c-format
4002 msgid "Array bound mismatch for dimension 2 of array (%ld/%ld)"
4003 msgstr ""
4004
4005 #: fortran/gfortranspec.c:427
4006 #, c-format
4007 msgid "Driving:"
4008 msgstr ""
4009
4010 #: fortran/interface.c:3393 fortran/intrinsic.c:4435
4011 msgid "actual argument to INTENT = OUT/INOUT"
4012 msgstr ""
4013
4014 #: fortran/io.c:1899
4015 #, c-format
4016 msgid "%s tag"
4017 msgstr ""
4018
4019 #: fortran/io.c:3434
4020 msgid "internal unit in WRITE"
4021 msgstr ""
4022
4023 #. For INQUIRE, all tags except FILE, ID and UNIT are variable definition
4024 #. contexts. Thus, use an extended RESOLVE_TAG macro for that.
4025 #: fortran/io.c:4821
4026 #, c-format
4027 msgid "%s tag with INQUIRE"
4028 msgstr ""
4029
4030 #: fortran/matchexp.c:28
4031 #, c-format
4032 msgid "Syntax error in expression at %C"
4033 msgstr "Синтаксична помилка у виразі у %C"
4034
4035 #: fortran/module.c:1244
4036 msgid "Unexpected EOF"
4037 msgstr "Неочікуваний символ кінця файла"
4038
4039 #: fortran/module.c:1356
4040 msgid "Name too long"
4041 msgstr "Назва є надто довгою"
4042
4043 #: fortran/module.c:1458 fortran/module.c:1561
4044 msgid "Bad name"
4045 msgstr "Помилкова назва"
4046
4047 #: fortran/module.c:1585
4048 msgid "Expected name"
4049 msgstr ""
4050
4051 #: fortran/module.c:1588
4052 msgid "Expected left parenthesis"
4053 msgstr ""
4054
4055 #: fortran/module.c:1591
4056 msgid "Expected right parenthesis"
4057 msgstr ""
4058
4059 #: fortran/module.c:1594
4060 msgid "Expected integer"
4061 msgstr "Мало бути ціле число"
4062
4063 #: fortran/module.c:1597 fortran/module.c:2697
4064 msgid "Expected string"
4065 msgstr ""
4066
4067 #: fortran/module.c:1622
4068 msgid "find_enum(): Enum not found"
4069 msgstr ""
4070
4071 #: fortran/module.c:2175
4072 msgid "Unsupported: multiple OpenACC 'routine' levels of parallelism"
4073 msgstr ""
4074
4075 #: fortran/module.c:2378
4076 msgid "Expected attribute bit name"
4077 msgstr ""
4078
4079 #: fortran/module.c:3326
4080 msgid "Expected integer string"
4081 msgstr ""
4082
4083 #: fortran/module.c:3330
4084 msgid "Error converting integer"
4085 msgstr ""
4086
4087 #: fortran/module.c:3352
4088 msgid "Expected real string"
4089 msgstr ""
4090
4091 #: fortran/module.c:3577
4092 msgid "Expected expression type"
4093 msgstr ""
4094
4095 #: fortran/module.c:3657
4096 msgid "Bad operator"
4097 msgstr ""
4098
4099 #: fortran/module.c:3774
4100 msgid "Bad type in constant expression"
4101 msgstr ""
4102
4103 #: fortran/module.c:7154
4104 msgid "Unexpected end of module"
4105 msgstr ""
4106
4107 #: fortran/parse.c:1807
4108 msgid "arithmetic IF"
4109 msgstr ""
4110
4111 #: fortran/parse.c:1816
4112 msgid "attribute declaration"
4113 msgstr ""
4114
4115 #: fortran/parse.c:1852
4116 msgid "data declaration"
4117 msgstr ""
4118
4119 #: fortran/parse.c:1870
4120 msgid "derived type declaration"
4121 msgstr ""
4122
4123 #: fortran/parse.c:1997
4124 msgid "block IF"
4125 msgstr ""
4126
4127 #: fortran/parse.c:2006
4128 msgid "implied END DO"
4129 msgstr ""
4130
4131 #: fortran/parse.c:2100 fortran/resolve.c:11792
4132 msgid "assignment"
4133 msgstr "присвоювання"
4134
4135 #: fortran/parse.c:2103 fortran/resolve.c:11843 fortran/resolve.c:11846
4136 msgid "pointer assignment"
4137 msgstr ""
4138
4139 #: fortran/parse.c:2127
4140 msgid "simple IF"
4141 msgstr ""
4142
4143 #: fortran/resolve.c:2300 fortran/resolve.c:2494
4144 msgid "elemental procedure"
4145 msgstr ""
4146
4147 #: fortran/resolve.c:2397
4148 msgid "allocatable argument"
4149 msgstr ""
4150
4151 #: fortran/resolve.c:2402
4152 msgid "asynchronous argument"
4153 msgstr ""
4154
4155 #: fortran/resolve.c:2407
4156 msgid "optional argument"
4157 msgstr ""
4158
4159 #: fortran/resolve.c:2412
4160 msgid "pointer argument"
4161 msgstr ""
4162
4163 #: fortran/resolve.c:2417
4164 msgid "target argument"
4165 msgstr ""
4166
4167 #: fortran/resolve.c:2422
4168 msgid "value argument"
4169 msgstr ""
4170
4171 #: fortran/resolve.c:2427
4172 msgid "volatile argument"
4173 msgstr ""
4174
4175 #: fortran/resolve.c:2432
4176 msgid "assumed-shape argument"
4177 msgstr ""
4178
4179 #: fortran/resolve.c:2437
4180 msgid "assumed-rank argument"
4181 msgstr ""
4182
4183 #: fortran/resolve.c:2442
4184 msgid "coarray argument"
4185 msgstr ""
4186
4187 #: fortran/resolve.c:2447
4188 msgid "parametrized derived type argument"
4189 msgstr ""
4190
4191 #: fortran/resolve.c:2452
4192 msgid "polymorphic argument"
4193 msgstr ""
4194
4195 #: fortran/resolve.c:2457
4196 msgid "NO_ARG_CHECK attribute"
4197 msgstr ""
4198
4199 #. As assumed-type is unlimited polymorphic (cf. above).
4200 #. See also TS 29113, Note 6.1.
4201 #: fortran/resolve.c:2464
4202 msgid "assumed-type argument"
4203 msgstr ""
4204
4205 #: fortran/resolve.c:2475
4206 msgid "array result"
4207 msgstr ""
4208
4209 #: fortran/resolve.c:2480
4210 msgid "pointer or allocatable result"
4211 msgstr ""
4212
4213 #: fortran/resolve.c:2487
4214 msgid "result with non-constant character length"
4215 msgstr ""
4216
4217 #: fortran/resolve.c:2499
4218 msgid "bind(c) procedure"
4219 msgstr ""
4220
4221 #: fortran/resolve.c:4004
4222 #, c-format
4223 msgid "Invalid context for NULL() pointer at %%L"
4224 msgstr ""
4225
4226 #: fortran/resolve.c:4020
4227 #, c-format
4228 msgid "Operand of unary numeric operator %%<%s%%> at %%L is %s"
4229 msgstr ""
4230
4231 #: fortran/resolve.c:4037
4232 #, c-format
4233 msgid "Unexpected derived-type entities in binary intrinsic numeric operator %%<%s%%> at %%L"
4234 msgstr ""
4235
4236 #: fortran/resolve.c:4042
4237 #, c-format
4238 msgid "Operands of binary numeric operator %%<%s%%> at %%L are %s/%s"
4239 msgstr ""
4240
4241 #: fortran/resolve.c:4057
4242 #, c-format
4243 msgid "Operands of string concatenation operator at %%L are %s/%s"
4244 msgstr ""
4245
4246 #: fortran/resolve.c:4099
4247 #, c-format
4248 msgid "Operands of logical operator %%<%s%%> at %%L are %s/%s"
4249 msgstr ""
4250
4251 #: fortran/resolve.c:4122
4252 #, c-format
4253 msgid "Operand of .not. operator at %%L is %s"
4254 msgstr ""
4255
4256 #: fortran/resolve.c:4136
4257 msgid "COMPLEX quantities cannot be compared at %L"
4258 msgstr ""
4259
4260 #: fortran/resolve.c:4234
4261 #, c-format
4262 msgid "Logicals at %%L must be compared with %s instead of %s"
4263 msgstr ""
4264
4265 #: fortran/resolve.c:4240
4266 #, c-format
4267 msgid "Operands of comparison operator %%<%s%%> at %%L are %s/%s"
4268 msgstr ""
4269
4270 #: fortran/resolve.c:4253
4271 #, c-format
4272 msgid "Unknown operator %%<%s%%> at %%L; did you mean '%s'?"
4273 msgstr "Невідомий оператор %%<%s%%> у %%L; хотіли написати «%s»?"
4274
4275 #: fortran/resolve.c:4256
4276 #, c-format
4277 msgid "Unknown operator %%<%s%%> at %%L"
4278 msgstr "Невідомий оператор %%<%s%%> у %%L"
4279
4280 #: fortran/resolve.c:4259
4281 #, c-format
4282 msgid "Operand of user operator %%<%s%%> at %%L is %s"
4283 msgstr ""
4284
4285 #: fortran/resolve.c:4263
4286 #, c-format
4287 msgid "Operands of user operator %%<%s%%> at %%L are %s/%s"
4288 msgstr ""
4289
4290 #: fortran/resolve.c:4349
4291 #, c-format
4292 msgid "Inconsistent ranks for operator at %%L and %%L"
4293 msgstr ""
4294
4295 #: fortran/resolve.c:7137
4296 msgid "Loop variable"
4297 msgstr ""
4298
4299 #: fortran/resolve.c:7141
4300 msgid "iterator variable"
4301 msgstr ""
4302
4303 #: fortran/resolve.c:7145
4304 msgid "Start expression in DO loop"
4305 msgstr ""
4306
4307 #: fortran/resolve.c:7149
4308 msgid "End expression in DO loop"
4309 msgstr ""
4310
4311 #: fortran/resolve.c:7153
4312 msgid "Step expression in DO loop"
4313 msgstr ""
4314
4315 #: fortran/resolve.c:7439 fortran/resolve.c:7442
4316 msgid "DEALLOCATE object"
4317 msgstr ""
4318
4319 #: fortran/resolve.c:7819 fortran/resolve.c:7822
4320 msgid "ALLOCATE object"
4321 msgstr ""
4322
4323 #: fortran/resolve.c:8055 fortran/resolve.c:9982
4324 msgid "STAT variable"
4325 msgstr ""
4326
4327 #: fortran/resolve.c:8099 fortran/resolve.c:9994
4328 msgid "ERRMSG variable"
4329 msgstr ""
4330
4331 #: fortran/resolve.c:9785
4332 msgid "item in READ"
4333 msgstr ""
4334
4335 #: fortran/resolve.c:10006
4336 msgid "ACQUIRED_LOCK variable"
4337 msgstr ""
4338
4339 #: fortran/trans-array.c:1676
4340 #, c-format
4341 msgid "Different CHARACTER lengths (%ld/%ld) in array constructor"
4342 msgstr ""
4343
4344 #: fortran/trans-array.c:5922
4345 msgid "Integer overflow when calculating the amount of memory to allocate"
4346 msgstr ""
4347
4348 #: fortran/trans-array.c:9697
4349 #, c-format
4350 msgid "The value of the PDT LEN parameter '%s' does not agree with that in the dummy declaration"
4351 msgstr ""
4352
4353 #: fortran/trans-decl.c:6191
4354 #, c-format
4355 msgid "Actual string length does not match the declared one for dummy argument '%s' (%ld/%ld)"
4356 msgstr ""
4357
4358 #: fortran/trans-decl.c:6199
4359 #, c-format
4360 msgid "Actual string length is shorter than the declared one for dummy argument '%s' (%ld/%ld)"
4361 msgstr ""
4362
4363 #: fortran/trans-expr.c:9516
4364 #, c-format
4365 msgid "Target of rank remapping is too small (%ld < %ld)"
4366 msgstr ""
4367
4368 #: fortran/trans-expr.c:10926
4369 msgid "Assignment of scalar to unallocated array"
4370 msgstr ""
4371
4372 #: fortran/trans-intrinsic.c:965
4373 #, c-format
4374 msgid "Unequal character lengths (%ld/%ld) in %s"
4375 msgstr ""
4376
4377 #: fortran/trans-intrinsic.c:6181
4378 #, c-format
4379 msgid "POS argument (%ld) out of range 0:%ld in intrinsic BTEST"
4380 msgstr ""
4381
4382 #: fortran/trans-intrinsic.c:6276
4383 #, fuzzy, c-format
4384 #| msgid "constant argument out of range for %s"
4385 msgid "POS argument (%ld) out of range 0:%ld in intrinsic %s"
4386 msgstr "сталий аргумент поза припустимим діапазоном для %s"
4387
4388 #: fortran/trans-intrinsic.c:6323
4389 #, c-format
4390 msgid "POS argument (%ld) out of range 0:%ld in intrinsic IBITS"
4391 msgstr ""
4392
4393 #: fortran/trans-intrinsic.c:6333
4394 #, c-format
4395 msgid "LEN argument (%ld) out of range 0:%ld in intrinsic IBITS"
4396 msgstr ""
4397
4398 #: fortran/trans-intrinsic.c:6340
4399 #, c-format
4400 msgid "POS(%ld)+LEN(%ld)>BIT_SIZE(%ld) in intrinsic IBITS"
4401 msgstr ""
4402
4403 #: fortran/trans-intrinsic.c:6484
4404 #, c-format
4405 msgid "SHIFT argument (%ld) out of range 0:%ld in intrinsic %s"
4406 msgstr ""
4407
4408 #: fortran/trans-intrinsic.c:6552
4409 #, c-format
4410 msgid "SHIFT argument (%ld) out of range -%ld:%ld in intrinsic ISHFT"
4411 msgstr ""
4412
4413 #: fortran/trans-intrinsic.c:6618
4414 #, c-format
4415 msgid "SIZE argument (%ld) out of range 1:%ld in intrinsic ISHFTC"
4416 msgstr ""
4417
4418 #: fortran/trans-intrinsic.c:6626 fortran/trans-intrinsic.c:6671
4419 #, c-format
4420 msgid "SHIFT argument (%ld) out of range -%ld:%ld in intrinsic ISHFTC"
4421 msgstr ""
4422
4423 #: fortran/trans-intrinsic.c:8943
4424 #, c-format
4425 msgid "Argument NCOPIES of REPEAT intrinsic is negative (its value is %ld)"
4426 msgstr ""
4427
4428 #: fortran/trans-intrinsic.c:8975
4429 msgid "Argument NCOPIES of REPEAT intrinsic is too large"
4430 msgstr ""
4431
4432 #: fortran/trans-io.c:587
4433 msgid "Unit number in I/O statement too small"
4434 msgstr ""
4435
4436 #: fortran/trans-io.c:596
4437 msgid "Unit number in I/O statement too large"
4438 msgstr ""
4439
4440 #: fortran/trans-stmt.c:156
4441 msgid "Assigned label is not a target label"
4442 msgstr ""
4443
4444 #: fortran/trans-stmt.c:1250
4445 #, c-format
4446 msgid "Invalid image number %d in SYNC IMAGES"
4447 msgstr ""
4448
4449 #: fortran/trans-stmt.c:2411
4450 msgid "Loop iterates infinitely"
4451 msgstr ""
4452
4453 #: fortran/trans-stmt.c:2431 fortran/trans-stmt.c:2687
4454 msgid "Loop variable has been modified"
4455 msgstr ""
4456
4457 #: fortran/trans-stmt.c:2540
4458 msgid "DO step value is zero"
4459 msgstr ""
4460
4461 #: fortran/trans.c:47
4462 msgid "Array reference out of bounds"
4463 msgstr ""
4464
4465 #: fortran/trans.c:48
4466 msgid "Incorrect function return value"
4467 msgstr ""
4468
4469 #: fortran/trans.c:659 fortran/trans.c:734
4470 #, fuzzy, c-format
4471 #| msgid "Memory allocation failed"
4472 msgid "Error allocating %lu bytes"
4473 msgstr "Не вдалося отримати місце у пам'яті"
4474
4475 #: fortran/trans.c:943
4476 #, c-format
4477 msgid "Attempting to allocate already allocated variable '%s'"
4478 msgstr "Спроба розмістити у пам'яті вже розміщену змінну «%s»"
4479
4480 #: fortran/trans.c:949
4481 msgid "Attempting to allocate already allocated variable"
4482 msgstr ""
4483
4484 #: fortran/trans.c:1399 fortran/trans.c:1558
4485 #, c-format
4486 msgid "Attempt to DEALLOCATE unallocated '%s'"
4487 msgstr ""
4488
4489 #: fortran/trans.c:1716
4490 #, c-format
4491 msgid "Error reallocating to %lu bytes"
4492 msgstr ""
4493
4494 #. The remainder are real diagnostic types.
4495 #: fortran/gfc-diagnostic.def:33
4496 msgid "Fatal Error"
4497 msgstr "Критична помилка"
4498
4499 #. This is like DK_ICE, but backtrace is not printed. Used in the driver
4500 #. when reporting fatal signal in the compiler.
4501 #: fortran/gfc-diagnostic.def:34 fortran/gfc-diagnostic.def:50
4502 msgid "internal compiler error"
4503 msgstr "внутрішня помилка компілятора"
4504
4505 #: fortran/gfc-diagnostic.def:35
4506 msgid "Error"
4507 msgstr "Помилка"
4508
4509 #: fortran/gfc-diagnostic.def:36
4510 msgid "sorry, unimplemented"
4511 msgstr "вибачте, не реалізовано"
4512
4513 #: fortran/gfc-diagnostic.def:37
4514 msgid "Warning"
4515 msgstr "Попередження"
4516
4517 #: fortran/gfc-diagnostic.def:38
4518 msgid "anachronism"
4519 msgstr "анахронізм"
4520
4521 #: fortran/gfc-diagnostic.def:39
4522 msgid "note"
4523 msgstr "зауваження"
4524
4525 #: fortran/gfc-diagnostic.def:40
4526 msgid "debug"
4527 msgstr "діагностика"
4528
4529 #. These two would be re-classified as DK_WARNING or DK_ERROR, so the
4530 #. prefix does not matter.
4531 #: fortran/gfc-diagnostic.def:43
4532 msgid "pedwarn"
4533 msgstr "педантичне попередження"
4534
4535 #: fortran/gfc-diagnostic.def:44
4536 msgid "permerror"
4537 msgstr "постійна помилка"
4538
4539 #. This one is just for counting DK_WARNING promoted to DK_ERROR
4540 #. due to -Werror and -Werror=warning.
4541 #: fortran/gfc-diagnostic.def:47
4542 msgid "error"
4543 msgstr "помилка"
4544
4545 #: go/go-backend.c:166
4546 msgid "lseek failed while reading export data"
4547 msgstr ""
4548
4549 #: go/go-backend.c:173
4550 msgid "memory allocation failed while reading export data"
4551 msgstr ""
4552
4553 #: go/go-backend.c:181
4554 msgid "read failed while reading export data"
4555 msgstr ""
4556
4557 #: go/go-backend.c:187
4558 msgid "short read while reading export data"
4559 msgstr ""
4560
4561 #: gcc.c:762 gcc.c:766 gcc.c:821
4562 msgid "-gz is not supported in this configuration"
4563 msgstr ""
4564
4565 #: gcc.c:772 gcc.c:832
4566 msgid "-gz=zlib is not supported in this configuration"
4567 msgstr ""
4568
4569 #: gcc.c:977
4570 msgid "-fuse-linker-plugin is not supported in this configuration"
4571 msgstr ""
4572
4573 #: gcc.c:992
4574 msgid "cannot specify -static with -fsanitize=address"
4575 msgstr ""
4576
4577 #: gcc.c:994
4578 msgid "cannot specify -static with -fsanitize=thread"
4579 msgstr ""
4580
4581 #: gcc.c:1016
4582 msgid "-fvtable-verify=std is not supported in this configuration"
4583 msgstr ""
4584
4585 #: gcc.c:1018
4586 msgid "-fvtable-verify=preinit is not supported in this configuration"
4587 msgstr ""
4588
4589 #: gcc.c:1146 ada/gcc-interface/lang-specs.h:33
4590 msgid "-pg and -fomit-frame-pointer are incompatible"
4591 msgstr ""
4592
4593 #: gcc.c:1317
4594 msgid "GNU C no longer supports -traditional without -E"
4595 msgstr ""
4596
4597 #: gcc.c:1326
4598 msgid "-E or -x required when input is from standard input"
4599 msgstr ""
4600
4601 #: config/darwin.h:132 config/darwin.h:480
4602 msgid "gsplit-dwarf is not supported on this platform"
4603 msgstr "підтримки gsplit-dwarf на цій платформі не передбачено"
4604
4605 #: config/darwin.h:136 config/rs6000/darwin.h:123
4606 msgid " conflicting code gen style switches are used"
4607 msgstr ""
4608
4609 #: config/darwin.h:137
4610 msgid "the y option is obsolete and ignored"
4611 msgstr ""
4612
4613 #: config/darwin.h:143
4614 msgid "rdynamic is not supported"
4615 msgstr "підтримки rdynamic не передбачено"
4616
4617 #: config/darwin.h:300
4618 msgid "-current_version only allowed with -dynamiclib"
4619 msgstr ""
4620
4621 #: config/darwin.h:302
4622 msgid "-install_name only allowed with -dynamiclib"
4623 msgstr ""
4624
4625 #: config/darwin.h:307
4626 msgid "-bundle not allowed with -dynamiclib"
4627 msgstr ""
4628
4629 #: config/darwin.h:308
4630 msgid "-bundle_loader not allowed with -dynamiclib"
4631 msgstr ""
4632
4633 #: config/darwin.h:309
4634 msgid "-client_name not allowed with -dynamiclib"
4635 msgstr ""
4636
4637 #: config/darwin.h:314
4638 msgid "-force_flat_namespace not allowed with -dynamiclib"
4639 msgstr ""
4640
4641 #: config/darwin.h:316
4642 msgid "-keep_private_externs not allowed with -dynamiclib"
4643 msgstr ""
4644
4645 #: config/darwin.h:317
4646 msgid "-private_bundle not allowed with -dynamiclib"
4647 msgstr ""
4648
4649 #: config/dragonfly.h:76 config/i386/freebsd.h:82 config/i386/freebsd64.h:35
4650 #: config/ia64/freebsd.h:26 config/rs6000/sysv4.h:759
4651 #: config/sparc/freebsd.h:45
4652 msgid "consider using '-pg' instead of '-p' with gprof(1)"
4653 msgstr ""
4654
4655 #: config/lynx.h:69
4656 msgid "cannot use mthreads and mlegacy-threads together"
4657 msgstr ""
4658
4659 #: config/lynx.h:94
4660 msgid "cannot use mshared and static together"
4661 msgstr ""
4662
4663 #: config/sol2.h:350 config/sol2.h:355
4664 msgid "does not support multilib"
4665 msgstr ""
4666
4667 #: config/sol2.h:452
4668 msgid "-pie is not supported in this configuration"
4669 msgstr ""
4670
4671 #: config/vxworks.h:139
4672 msgid "-Xbind-now and -Xbind-lazy are incompatible"
4673 msgstr ""
4674
4675 #: config/aarch64/aarch64-freebsd.h:37 config/arm/freebsd.h:49
4676 #: config/riscv/freebsd.h:44
4677 msgid "consider using `-pg' instead of `-p' with gprof (1)"
4678 msgstr ""
4679
4680 #: config/arc/arc.h:68 config/mips/mips.h:1452
4681 msgid "may not use both -EB and -EL"
4682 msgstr ""
4683
4684 #: config/arm/arm.h:93
4685 msgid "-mfloat-abi=soft and -mfloat-abi=hard may not be used together"
4686 msgstr ""
4687
4688 #: config/arm/arm.h:95 config/tilegx/tilegx.h:520 config/tilegx/tilegx.h:525
4689 msgid "-mbig-endian and -mlittle-endian may not be used together"
4690 msgstr ""
4691
4692 #: config/avr/specs.h:71 config/pru/pru.h:58
4693 msgid "shared is not supported"
4694 msgstr ""
4695
4696 #: config/bfin/elf.h:55
4697 msgid "no processor type specified for linking"
4698 msgstr ""
4699
4700 #: config/cris/cris.h:184
4701 msgid "do not specify both -march=... and -mcpu=..."
4702 msgstr ""
4703
4704 #: config/i386/cygwin-w64.h:64 config/i386/cygwin.h:129
4705 #: config/i386/mingw-w64.h:95 config/i386/mingw32.h:141
4706 msgid "shared and mdll are not compatible"
4707 msgstr ""
4708
4709 #: config/i386/darwin.h:134
4710 msgid "Darwin is not an mx32 platform"
4711 msgstr ""
4712
4713 #: config/i386/darwin.h:135
4714 msgid "Darwin does not support -mfentry or associated options"
4715 msgstr ""
4716
4717 #: config/i386/sol2.h:59
4718 #, fuzzy
4719 #| msgid "PIC is not supported for %qs"
4720 msgid "-mx32 is not supported on Solaris"
4721 msgstr "Підтримки PIC для %qs не передбачено"
4722
4723 #: config/mcore/mcore.h:53
4724 msgid "the m210 does not have little endian support"
4725 msgstr ""
4726
4727 #: config/mips/r3900.h:37
4728 msgid "-mhard-float not supported"
4729 msgstr ""
4730
4731 #: config/mips/r3900.h:39
4732 msgid "-msingle-float and -msoft-float cannot both be specified"
4733 msgstr ""
4734
4735 #: config/moxie/moxiebox.h:43
4736 msgid "this target is little-endian"
4737 msgstr ""
4738
4739 #: config/msp430/msp430.h:92
4740 msgid "-mcode-region requires the large memory model (-mlarge)"
4741 msgstr ""
4742
4743 #: config/msp430/msp430.h:94
4744 msgid "-mdata-region requires the large memory model (-mlarge)"
4745 msgstr ""
4746
4747 #: config/nios2/elf.h:44
4748 msgid "You need a C startup file for -msys-crt0="
4749 msgstr ""
4750
4751 #: config/pa/pa-hpux10.h:102 config/pa/pa-hpux10.h:105
4752 #: config/pa/pa-hpux10.h:113 config/pa/pa-hpux10.h:116
4753 #: config/pa/pa-hpux11.h:134 config/pa/pa-hpux11.h:137
4754 #: config/pa/pa64-hpux.h:29 config/pa/pa64-hpux.h:32 config/pa/pa64-hpux.h:41
4755 #: config/pa/pa64-hpux.h:44
4756 msgid "warning: consider linking with '-static' as system libraries with"
4757 msgstr ""
4758
4759 #: config/pa/pa-hpux10.h:103 config/pa/pa-hpux10.h:106
4760 #: config/pa/pa-hpux10.h:114 config/pa/pa-hpux10.h:117
4761 #: config/pa/pa-hpux11.h:135 config/pa/pa-hpux11.h:138
4762 #: config/pa/pa64-hpux.h:30 config/pa/pa64-hpux.h:33 config/pa/pa64-hpux.h:42
4763 #: config/pa/pa64-hpux.h:45
4764 msgid " profiling support are only provided in archive format"
4765 msgstr ""
4766
4767 #: config/rs6000/freebsd64.h:173
4768 msgid "consider using `-pg' instead of `-p' with gprof(1)"
4769 msgstr ""
4770
4771 #: config/rs6000/rs6000.h:167
4772 msgid "Missing -mcpu option in ASM_CPU_SPEC?"
4773 msgstr ""
4774
4775 #: config/rx/linux.h:53 config/rx/rx.h:82
4776 msgid "rx200 cpu does not have FPU hardware"
4777 msgstr ""
4778
4779 #: config/rx/rx.h:80
4780 msgid "-mas100-syntax is incompatible with -gdwarf"
4781 msgstr ""
4782
4783 #: config/rx/rx.h:81
4784 msgid "rx100 cpu does not have FPU hardware"
4785 msgstr ""
4786
4787 #: config/s390/tpf.h:119
4788 msgid "static is not supported on TPF-OS"
4789 msgstr ""
4790
4791 #: config/sh/sh.h:299 config/sh/sh.h:302
4792 msgid "SH2a does not support little-endian"
4793 msgstr ""
4794
4795 #: config/sparc/linux64.h:148
4796 msgid "-fsanitize=address is not supported in this configuration"
4797 msgstr "підтримки -fsanitize=адреса на цій конфігурації не передбачено"
4798
4799 #: config/sparc/linux64.h:162 config/sparc/linux64.h:168
4800 #: config/sparc/netbsd-elf.h:108 config/sparc/netbsd-elf.h:117
4801 #: config/sparc/sol2.h:237 config/sparc/sol2.h:243
4802 msgid "may not use both -m32 and -m64"
4803 msgstr ""
4804
4805 #: config/vax/netbsd-elf.h:51
4806 msgid "the -shared option is not currently supported for VAX ELF"
4807 msgstr ""
4808
4809 #: config/vax/vax.h:46 config/vax/vax.h:47
4810 msgid "profiling not supported with -mg"
4811 msgstr ""
4812
4813 #: ada/gcc-interface/lang-specs.h:34
4814 msgid "-c or -S required for Ada"
4815 msgstr ""
4816
4817 #: ada/gcc-interface/lang-specs.h:53
4818 msgid "-c required for gnat2why"
4819 msgstr ""
4820
4821 #: ada/gcc-interface/lang-specs.h:66
4822 msgid "-c required for gnat2scil"
4823 msgstr ""
4824
4825 #: fortran/lang-specs.h:60 fortran/lang-specs.h:74
4826 msgid "gfortran does not support -E without -cpp"
4827 msgstr ""
4828
4829 #: objc/lang-specs.h:30 objc/lang-specs.h:41
4830 msgid "GNU Objective C no longer supports traditional compilation"
4831 msgstr ""
4832
4833 #: objc/lang-specs.h:55
4834 msgid "objc-cpp-output is deprecated; please use objective-c-cpp-output instead"
4835 msgstr "objc-cpp-output вважається застарілим; будь ласка, скористайтеся замість нього objective-c-cpp-output"
4836
4837 #: objcp/lang-specs.h:58
4838 msgid "objc++-cpp-output is deprecated; please use objective-c++-cpp-output instead"
4839 msgstr "objc++-cpp-output вважається застарілим; будь ласка, скористайтеся замість нього objective-c++-cpp-output"
4840
4841 #: fortran/lang.opt:146
4842 msgid "-J<directory>\tPut MODULE files in 'directory'."
4843 msgstr ""
4844
4845 #: fortran/lang.opt:198
4846 msgid "Warn about possible aliasing of dummy arguments."
4847 msgstr ""
4848
4849 #: fortran/lang.opt:202
4850 msgid "Warn about alignment of COMMON blocks."
4851 msgstr ""
4852
4853 #: fortran/lang.opt:206
4854 msgid "Warn about missing ampersand in continued character constants."
4855 msgstr ""
4856
4857 #: fortran/lang.opt:210
4858 msgid "Warn about creation of array temporaries."
4859 msgstr "Попереджати щодо створення тимчасових масивів."
4860
4861 #: fortran/lang.opt:214 fortran/lang.opt:518 config/alpha/alpha.opt:31
4862 #: common.opt:644 common.opt:778 common.opt:998 common.opt:1002
4863 #: common.opt:1006 common.opt:1010 common.opt:1630 common.opt:1686
4864 #: common.opt:1818 common.opt:1822 common.opt:2056 common.opt:2242
4865 #: common.opt:2951
4866 msgid "Does nothing. Preserved for backward compatibility."
4867 msgstr ""
4868
4869 #: fortran/lang.opt:218
4870 msgid "Warn if the type of a variable might be not interoperable with C."
4871 msgstr ""
4872
4873 #: fortran/lang.opt:226
4874 msgid "Warn about truncated character expressions."
4875 msgstr ""
4876
4877 #: fortran/lang.opt:230
4878 msgid "Warn about equality comparisons involving REAL or COMPLEX expressions."
4879 msgstr ""
4880
4881 #: fortran/lang.opt:238
4882 msgid "Warn about most implicit conversions."
4883 msgstr ""
4884
4885 #: fortran/lang.opt:242
4886 msgid "Warn about possibly incorrect subscripts in do loops."
4887 msgstr ""
4888
4889 #: fortran/lang.opt:250
4890 msgid "Warn if loops have been interchanged."
4891 msgstr ""
4892
4893 #: fortran/lang.opt:254
4894 msgid "Warn about function call elimination."
4895 msgstr ""
4896
4897 #: fortran/lang.opt:258
4898 msgid "Warn about calls with implicit interface."
4899 msgstr ""
4900
4901 #: fortran/lang.opt:262
4902 msgid "Warn about called procedures not explicitly declared."
4903 msgstr ""
4904
4905 #: fortran/lang.opt:266
4906 msgid "Warn about constant integer divisions with truncated results."
4907 msgstr ""
4908
4909 #: fortran/lang.opt:270
4910 msgid "Warn about truncated source lines."
4911 msgstr ""
4912
4913 #: fortran/lang.opt:274
4914 msgid "Warn on intrinsics not part of the selected standard."
4915 msgstr ""
4916
4917 #: fortran/lang.opt:286
4918 msgid "Warn about USE statements that have no ONLY qualifier."
4919 msgstr ""
4920
4921 #: fortran/lang.opt:294
4922 msgid "Warn that -fno-automatic may break recursion."
4923 msgstr ""
4924
4925 #: fortran/lang.opt:302
4926 msgid "Warn about real-literal-constants with 'q' exponent-letter."
4927 msgstr ""
4928
4929 #: fortran/lang.opt:306
4930 msgid "Warn when a left-hand-side array variable is reallocated."
4931 msgstr ""
4932
4933 #: fortran/lang.opt:310
4934 msgid "Warn when a left-hand-side variable is reallocated."
4935 msgstr ""
4936
4937 #: fortran/lang.opt:314
4938 msgid "Warn if the pointer in a pointer assignment might outlive its target."
4939 msgstr ""
4940
4941 #: fortran/lang.opt:322
4942 msgid "Warn about \"suspicious\" constructs."
4943 msgstr ""
4944
4945 #: fortran/lang.opt:326
4946 msgid "Permit nonconforming uses of the tab character."
4947 msgstr ""
4948
4949 #: fortran/lang.opt:330
4950 msgid "Warn about an invalid DO loop."
4951 msgstr ""
4952
4953 #: fortran/lang.opt:334
4954 msgid "Warn about underflow of numerical constant expressions."
4955 msgstr ""
4956
4957 #: fortran/lang.opt:342
4958 msgid "Warn if a user-procedure has the same name as an intrinsic."
4959 msgstr ""
4960
4961 #: fortran/lang.opt:350
4962 msgid "Warn about unused dummy arguments."
4963 msgstr ""
4964
4965 #: fortran/lang.opt:354
4966 msgid "Warn about zero-trip DO loops."
4967 msgstr ""
4968
4969 #: fortran/lang.opt:358
4970 msgid "Enable preprocessing."
4971 msgstr ""
4972
4973 #: fortran/lang.opt:366
4974 msgid "Disable preprocessing."
4975 msgstr ""
4976
4977 #: fortran/lang.opt:374
4978 msgid "Accept argument mismatches in procedure calls."
4979 msgstr ""
4980
4981 #: fortran/lang.opt:378
4982 msgid "Eliminate multiple function invocations also for impure functions."
4983 msgstr ""
4984
4985 #: fortran/lang.opt:382
4986 msgid "Enable alignment of COMMON blocks."
4987 msgstr ""
4988
4989 #: fortran/lang.opt:386
4990 msgid "All intrinsics procedures are available regardless of selected standard."
4991 msgstr ""
4992
4993 #: fortran/lang.opt:390
4994 msgid "Allow a BOZ literal constant to appear in an invalid context and with X instead of Z."
4995 msgstr ""
4996
4997 #: fortran/lang.opt:398
4998 msgid "Do not treat local variables and COMMON blocks as if they were named in SAVE statements."
4999 msgstr ""
5000
5001 #: fortran/lang.opt:402
5002 msgid "Specify that backslash in string introduces an escape character."
5003 msgstr ""
5004
5005 #: fortran/lang.opt:406
5006 msgid "Produce a backtrace when a runtime error is encountered."
5007 msgstr ""
5008
5009 #: fortran/lang.opt:410
5010 msgid "-fblas-matmul-limit=<n>\tSize of the smallest matrix for which matmul will use BLAS."
5011 msgstr ""
5012
5013 #: fortran/lang.opt:414
5014 msgid "Produce a warning at runtime if a array temporary has been created for a procedure argument."
5015 msgstr ""
5016
5017 #: fortran/lang.opt:418
5018 msgid "-fconvert=<big-endian|little-endian|native|swap> The endianness used for unformatted files."
5019 msgstr ""
5020
5021 #: fortran/lang.opt:437
5022 msgid "Use the Cray Pointer extension."
5023 msgstr ""
5024
5025 #: fortran/lang.opt:441
5026 msgid "Generate C prototypes from BIND(C) declarations."
5027 msgstr ""
5028
5029 #: fortran/lang.opt:445
5030 msgid "Generate C prototypes from non-BIND(C) external procedure definitions."
5031 msgstr ""
5032
5033 #: fortran/lang.opt:449
5034 msgid "Ignore 'D' in column one in fixed form."
5035 msgstr ""
5036
5037 #: fortran/lang.opt:453
5038 msgid "Treat lines with 'D' in column one as comments."
5039 msgstr ""
5040
5041 #: fortran/lang.opt:457
5042 msgid "Enable all DEC language extensions."
5043 msgstr ""
5044
5045 #: fortran/lang.opt:461
5046 msgid "Enable the use of blank format items in format strings."
5047 msgstr ""
5048
5049 #: fortran/lang.opt:465
5050 msgid "Enable the use of character literals in assignments and data statements for non-character variables."
5051 msgstr ""
5052
5053 #: fortran/lang.opt:470
5054 msgid "Enable legacy parsing of INCLUDE as statement."
5055 msgstr ""
5056
5057 #: fortran/lang.opt:474
5058 msgid "Enable default widths for i, f and g format specifiers."
5059 msgstr ""
5060
5061 #: fortran/lang.opt:478
5062 msgid "Enable kind-specific variants of integer intrinsic functions."
5063 msgstr ""
5064
5065 #: fortran/lang.opt:482
5066 msgid "Enable legacy math intrinsics for compatibility."
5067 msgstr ""
5068
5069 #: fortran/lang.opt:486
5070 msgid "Enable support for DEC STRUCTURE/RECORD."
5071 msgstr ""
5072
5073 #: fortran/lang.opt:490
5074 msgid "Enable DEC-style STATIC and AUTOMATIC attributes."
5075 msgstr ""
5076
5077 #: fortran/lang.opt:494
5078 msgid "Set the default double precision kind to an 8 byte wide type."
5079 msgstr ""
5080
5081 #: fortran/lang.opt:498
5082 msgid "Set the default integer kind to an 8 byte wide type."
5083 msgstr ""
5084
5085 #: fortran/lang.opt:502
5086 msgid "Set the default real kind to an 8 byte wide type."
5087 msgstr ""
5088
5089 #: fortran/lang.opt:506
5090 msgid "Set the default real kind to an 10 byte wide type."
5091 msgstr ""
5092
5093 #: fortran/lang.opt:510
5094 msgid "Set the default real kind to an 16 byte wide type."
5095 msgstr ""
5096
5097 #: fortran/lang.opt:514
5098 msgid "Allow dollar signs in entity names."
5099 msgstr ""
5100
5101 #: fortran/lang.opt:522
5102 msgid "Display the code tree after parsing."
5103 msgstr ""
5104
5105 #: fortran/lang.opt:526
5106 msgid "Display the code tree after front end optimization."
5107 msgstr ""
5108
5109 #: fortran/lang.opt:530
5110 msgid "Display the global symbol table after parsing."
5111 msgstr ""
5112
5113 #: fortran/lang.opt:534
5114 msgid "Display the code tree after parsing; deprecated option."
5115 msgstr ""
5116
5117 #: fortran/lang.opt:538
5118 msgid "Specify that an external BLAS library should be used for matmul calls on large-size arrays."
5119 msgstr ""
5120
5121 #: fortran/lang.opt:542
5122 msgid "Use f2c calling convention."
5123 msgstr ""
5124
5125 #: fortran/lang.opt:546
5126 msgid "Assume that the source file is fixed form."
5127 msgstr ""
5128
5129 #: fortran/lang.opt:550
5130 msgid "Force creation of temporary to test infrequently-executed forall code."
5131 msgstr ""
5132
5133 #: fortran/lang.opt:554
5134 msgid "Interpret any INTEGER(4) as an INTEGER(8)."
5135 msgstr ""
5136
5137 #: fortran/lang.opt:558 fortran/lang.opt:562
5138 msgid "Specify where to find the compiled intrinsic modules."
5139 msgstr ""
5140
5141 #: fortran/lang.opt:566
5142 msgid "Allow arbitrary character line width in fixed mode."
5143 msgstr ""
5144
5145 #: fortran/lang.opt:570
5146 msgid "-ffixed-line-length-<n>\tUse n as character line width in fixed mode."
5147 msgstr ""
5148
5149 #: fortran/lang.opt:574
5150 msgid "Pad shorter fixed form lines to line width with spaces."
5151 msgstr ""
5152
5153 #: fortran/lang.opt:578
5154 msgid "-ffpe-trap=[...]\tStop on following floating point exceptions."
5155 msgstr ""
5156
5157 #: fortran/lang.opt:582
5158 msgid "-ffpe-summary=[...]\tPrint summary of floating point exceptions."
5159 msgstr ""
5160
5161 #: fortran/lang.opt:586
5162 msgid "Assume that the source file is free form."
5163 msgstr ""
5164
5165 #: fortran/lang.opt:590
5166 msgid "Allow arbitrary character line width in free mode."
5167 msgstr ""
5168
5169 #: fortran/lang.opt:594
5170 msgid "-ffree-line-length-<n>\tUse n as character line width in free mode."
5171 msgstr ""
5172
5173 #: fortran/lang.opt:598
5174 msgid "Try to interchange loops if profitable."
5175 msgstr ""
5176
5177 #: fortran/lang.opt:602
5178 msgid "Enable front end optimization."
5179 msgstr ""
5180
5181 #: fortran/lang.opt:606
5182 msgid "Specify that no implicit typing is allowed, unless overridden by explicit IMPLICIT statements."
5183 msgstr ""
5184
5185 #: fortran/lang.opt:610
5186 msgid "-finit-character=<n>\tInitialize local character variables to ASCII value n."
5187 msgstr ""
5188
5189 #: fortran/lang.opt:614
5190 msgid "Initialize components of derived type variables according to other init flags."
5191 msgstr ""
5192
5193 #: fortran/lang.opt:618
5194 msgid "-finit-integer=<n>\tInitialize local integer variables to n."
5195 msgstr ""
5196
5197 #: fortran/lang.opt:622
5198 msgid "Initialize local variables to zero (from g77)."
5199 msgstr ""
5200
5201 #: fortran/lang.opt:626
5202 msgid "-finit-logical=<true|false>\tInitialize local logical variables."
5203 msgstr ""
5204
5205 #: fortran/lang.opt:630
5206 msgid "-finit-real=<zero|snan|nan|inf|-inf>\tInitialize local real variables."
5207 msgstr ""
5208
5209 #: fortran/lang.opt:652
5210 msgid "-finline-arg-packing\tPerform argument packing inline."
5211 msgstr ""
5212
5213 #: fortran/lang.opt:656
5214 msgid "-finline-matmul-limit=<n>\tSpecify the size of the largest matrix for which matmul will be inlined."
5215 msgstr ""
5216
5217 #: fortran/lang.opt:660
5218 msgid "-fmax-array-constructor=<n>\tMaximum number of objects in an array constructor."
5219 msgstr ""
5220
5221 #: fortran/lang.opt:664
5222 msgid "-fmax-identifier-length=<n>\tMaximum identifier length."
5223 msgstr ""
5224
5225 #: fortran/lang.opt:668
5226 msgid "-fmax-subrecord-length=<n>\tMaximum length for subrecords."
5227 msgstr ""
5228
5229 #: fortran/lang.opt:672
5230 msgid "-fmax-stack-var-size=<n>\tSize in bytes of the largest array that will be put on the stack."
5231 msgstr ""
5232
5233 #: fortran/lang.opt:676
5234 msgid "Put all local arrays on stack."
5235 msgstr ""
5236
5237 #: fortran/lang.opt:680
5238 msgid "Set default accessibility of module entities to PRIVATE."
5239 msgstr ""
5240
5241 #: fortran/lang.opt:700
5242 msgid "Try to lay out derived types as compactly as possible."
5243 msgstr ""
5244
5245 #: fortran/lang.opt:708
5246 msgid "Protect parentheses in expressions."
5247 msgstr ""
5248
5249 #: fortran/lang.opt:712
5250 msgid "Path to header file that should be pre-included before each compilation unit."
5251 msgstr ""
5252
5253 #: fortran/lang.opt:716
5254 msgid "Enable range checking during compilation."
5255 msgstr ""
5256
5257 #: fortran/lang.opt:720
5258 msgid "Interpret any REAL(4) as a REAL(8)."
5259 msgstr ""
5260
5261 #: fortran/lang.opt:724
5262 msgid "Interpret any REAL(4) as a REAL(10)."
5263 msgstr ""
5264
5265 #: fortran/lang.opt:728
5266 msgid "Interpret any REAL(4) as a REAL(16)."
5267 msgstr ""
5268
5269 #: fortran/lang.opt:732
5270 msgid "Interpret any REAL(8) as a REAL(4)."
5271 msgstr ""
5272
5273 #: fortran/lang.opt:736
5274 msgid "Interpret any REAL(8) as a REAL(10)."
5275 msgstr ""
5276
5277 #: fortran/lang.opt:740
5278 msgid "Interpret any REAL(8) as a REAL(16)."
5279 msgstr ""
5280
5281 #: fortran/lang.opt:744
5282 msgid "Reallocate the LHS in assignments."
5283 msgstr ""
5284
5285 #: fortran/lang.opt:748
5286 msgid "Use a 4-byte record marker for unformatted files."
5287 msgstr ""
5288
5289 #: fortran/lang.opt:752
5290 msgid "Use an 8-byte record marker for unformatted files."
5291 msgstr ""
5292
5293 #: fortran/lang.opt:756
5294 msgid "Allocate local variables on the stack to allow indirect recursion."
5295 msgstr ""
5296
5297 #: fortran/lang.opt:760
5298 msgid "Copy array sections into a contiguous block on procedure entry."
5299 msgstr ""
5300
5301 #: fortran/lang.opt:764
5302 msgid "-fcoarray=<none|single|lib>\tSpecify which coarray parallelization should be used."
5303 msgstr ""
5304
5305 #: fortran/lang.opt:780
5306 msgid "-fcheck=[...]\tSpecify which runtime checks are to be performed."
5307 msgstr ""
5308
5309 #: fortran/lang.opt:784
5310 msgid "Append a second underscore if the name already contains an underscore."
5311 msgstr ""
5312
5313 #: fortran/lang.opt:792
5314 msgid "Apply negative sign to zero values."
5315 msgstr ""
5316
5317 #: fortran/lang.opt:799
5318 msgid "Disallow tail call optimization when a calling routine may have omitted character lengths."
5319 msgstr ""
5320
5321 #: fortran/lang.opt:803
5322 msgid "Append underscores to externally visible names."
5323 msgstr ""
5324
5325 #: fortran/lang.opt:807 c-family/c.opt:1462 c-family/c.opt:1494
5326 #: c-family/c.opt:1502 c-family/c.opt:1754 config/pa/pa.opt:42
5327 #: config/pa/pa.opt:74 common.opt:1080 common.opt:1084 common.opt:1088
5328 #: common.opt:1175 common.opt:1427 common.opt:1506 common.opt:1774
5329 #: common.opt:1905 common.opt:1948 common.opt:2317 common.opt:2353
5330 #: common.opt:2446 common.opt:2450 common.opt:2559 common.opt:2650
5331 #: common.opt:2658 common.opt:2666 common.opt:2674 common.opt:2775
5332 #: common.opt:2827 common.opt:2915 common.opt:3052 common.opt:3056
5333 #: common.opt:3060 common.opt:3064
5334 msgid "Does nothing. Preserved for backward compatibility."
5335 msgstr ""
5336
5337 #: fortran/lang.opt:847
5338 msgid "Statically link the GNU Fortran helper library (libgfortran)."
5339 msgstr ""
5340
5341 #: fortran/lang.opt:851
5342 msgid "Conform to the ISO Fortran 2003 standard."
5343 msgstr ""
5344
5345 #: fortran/lang.opt:855
5346 msgid "Conform to the ISO Fortran 2008 standard."
5347 msgstr ""
5348
5349 #: fortran/lang.opt:859
5350 msgid "Conform to the ISO Fortran 2008 standard including TS 29113."
5351 msgstr ""
5352
5353 #: fortran/lang.opt:863
5354 msgid "Conform to the ISO Fortran 2018 standard."
5355 msgstr ""
5356
5357 #: fortran/lang.opt:867
5358 msgid "Conform to the ISO Fortran 95 standard."
5359 msgstr ""
5360
5361 #: fortran/lang.opt:871
5362 msgid "Conform to nothing in particular."
5363 msgstr ""
5364
5365 #: fortran/lang.opt:875
5366 msgid "Accept extensions to support legacy code."
5367 msgstr ""
5368
5369 #: c-family/c.opt:182
5370 msgid "-A<question>=<answer>\tAssert the <answer> to <question>. Putting '-' before <question> disables the <answer> to <question>."
5371 msgstr ""
5372
5373 #: c-family/c.opt:186
5374 msgid "Do not discard comments."
5375 msgstr ""
5376
5377 #: c-family/c.opt:190
5378 msgid "Do not discard comments in macro expansions."
5379 msgstr ""
5380
5381 #: c-family/c.opt:194
5382 msgid "-D<macro>[=<val>]\tDefine a <macro> with <val> as its value. If just <macro> is given, <val> is taken to be 1."
5383 msgstr ""
5384
5385 #: c-family/c.opt:201
5386 msgid "-F <dir>\tAdd <dir> to the end of the main framework include path."
5387 msgstr ""
5388
5389 #: c-family/c.opt:205
5390 msgid "Enable parsing GIMPLE."
5391 msgstr ""
5392
5393 #: c-family/c.opt:209
5394 msgid "Print the name of header files as they are used."
5395 msgstr ""
5396
5397 #: c-family/c.opt:213
5398 msgid "-I <dir>\tAdd <dir> to the end of the main include path."
5399 msgstr ""
5400
5401 #: c-family/c.opt:217
5402 msgid "Generate make dependencies."
5403 msgstr ""
5404
5405 #: c-family/c.opt:221
5406 msgid "Generate make dependencies and compile."
5407 msgstr ""
5408
5409 #: c-family/c.opt:225
5410 msgid "-MF <file>\tWrite dependency output to the given file."
5411 msgstr ""
5412
5413 #: c-family/c.opt:229
5414 msgid "Treat missing header files as generated files."
5415 msgstr ""
5416
5417 #: c-family/c.opt:233
5418 msgid "Like -M but ignore system header files."
5419 msgstr ""
5420
5421 #: c-family/c.opt:237
5422 msgid "Like -MD but ignore system header files."
5423 msgstr ""
5424
5425 #: c-family/c.opt:241
5426 msgid "Generate phony targets for all headers."
5427 msgstr ""
5428
5429 #: c-family/c.opt:245
5430 msgid "-MQ <target>\tAdd a MAKE-quoted target."
5431 msgstr ""
5432
5433 #: c-family/c.opt:249
5434 msgid "-MT <target>\tAdd an unquoted target."
5435 msgstr ""
5436
5437 #: c-family/c.opt:253
5438 msgid "Do not generate #line directives."
5439 msgstr ""
5440
5441 #: c-family/c.opt:257
5442 msgid "-U<macro>\tUndefine <macro>."
5443 msgstr ""
5444
5445 #: c-family/c.opt:261
5446 msgid "Warn about things that will change when compiling with an ABI-compliant compiler."
5447 msgstr ""
5448
5449 #: c-family/c.opt:265
5450 msgid "Warn about things that change between the current -fabi-version and the specified version."
5451 msgstr ""
5452
5453 #: c-family/c.opt:269
5454 msgid "Warn if a subobject has an abi_tag attribute that the complete object type does not have."
5455 msgstr ""
5456
5457 #: c-family/c.opt:276
5458 msgid "Warn on suspicious calls of standard functions computing absolute values."
5459 msgstr ""
5460
5461 #: c-family/c.opt:280
5462 msgid "Warn about suspicious uses of memory addresses."
5463 msgstr ""
5464
5465 #: c-family/c.opt:296
5466 msgid "Warn about 'new' of type with extended alignment without -faligned-new."
5467 msgstr ""
5468
5469 #: c-family/c.opt:300
5470 msgid "-Waligned-new=[none|global|all]\tWarn even if 'new' uses a class member allocation function."
5471 msgstr ""
5472
5473 #: c-family/c.opt:304 ada/gcc-interface/lang.opt:57
5474 msgid "Enable most warning messages."
5475 msgstr "Увімкнути якнайбільше повідомлень із попередженнями."
5476
5477 #: c-family/c.opt:308
5478 msgid "Warn on any use of alloca."
5479 msgstr "Попереджати про усі використання alloca."
5480
5481 #: c-family/c.opt:312
5482 msgid "-Walloc-size-larger-than=<bytes> Warn for calls to allocation functions that attempt to allocate objects larger than the specified number of bytes."
5483 msgstr ""
5484
5485 #: c-family/c.opt:317
5486 msgid "-Wno-alloc-size-larger-than Disable Walloc-size-larger-than= warning. Equivalent to Walloc-size-larger-than=<SIZE_MAX> or larger."
5487 msgstr ""
5488
5489 #: c-family/c.opt:321
5490 msgid "-Walloc-zero Warn for calls to allocation functions that specify zero bytes."
5491 msgstr ""
5492
5493 #: c-family/c.opt:325
5494 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."
5495 msgstr ""
5496
5497 #: c-family/c.opt:331
5498 msgid "-Wno-alloca-larger-than Disable Walloca-larger-than= warning. Equivalent to Walloca-larger-than=<SIZE_MAX> or larger."
5499 msgstr ""
5500
5501 #: c-family/c.opt:343
5502 #, fuzzy
5503 #| msgid "Warn about zero-length formats."
5504 msgid "Warn about accesses to interior zero-length array members."
5505 msgstr "Попереджати про формати нульової довжини."
5506
5507 #: c-family/c.opt:347
5508 msgid "Warn whenever an Objective-C assignment is being intercepted by the garbage collector."
5509 msgstr ""
5510
5511 #: c-family/c.opt:351
5512 msgid "Warn about casting functions to incompatible types."
5513 msgstr "Попереджати про виклик функцій із несумісними типами параметрів."
5514
5515 #: c-family/c.opt:355
5516 msgid "Warn about boolean expression compared with an integer value different from true/false."
5517 msgstr ""
5518
5519 #: c-family/c.opt:359
5520 msgid "Warn about certain operations on boolean expressions."
5521 msgstr "Попереджати щодо певних дій із булевими виразами."
5522
5523 #: c-family/c.opt:363
5524 msgid "Warn when __builtin_frame_address or __builtin_return_address is used unsafely."
5525 msgstr ""
5526
5527 #: c-family/c.opt:367
5528 msgid "Warn when a built-in function is declared with the wrong signature."
5529 msgstr ""
5530
5531 #: c-family/c.opt:371
5532 msgid "Warn when a built-in preprocessor macro is undefined or redefined."
5533 msgstr ""
5534
5535 #: c-family/c.opt:375
5536 msgid "Warn about features not present in ISO C11, but present in ISO C2X."
5537 msgstr ""
5538
5539 #: c-family/c.opt:379
5540 msgid "Warn about features not present in ISO C90, but present in ISO C99."
5541 msgstr ""
5542
5543 #: c-family/c.opt:383
5544 msgid "Warn about features not present in ISO C99, but present in ISO C11."
5545 msgstr ""
5546
5547 #: c-family/c.opt:387
5548 msgid "Warn about C constructs that are not in the common subset of C and C++."
5549 msgstr ""
5550
5551 #: c-family/c.opt:394
5552 msgid "Warn about C++ constructs whose meaning differs between ISO C++ 1998 and ISO C++ 2011."
5553 msgstr ""
5554
5555 #: c-family/c.opt:398
5556 msgid "Warn about C++ constructs whose meaning differs between ISO C++ 2011 and ISO C++ 2014."
5557 msgstr ""
5558
5559 #: c-family/c.opt:405
5560 msgid "Warn about C++ constructs whose meaning differs between ISO C++ 2014 and ISO C++ 2017."
5561 msgstr ""
5562
5563 #: c-family/c.opt:412
5564 msgid "Warn about C++ constructs whose meaning differs between ISO C++ 2017 and ISO C++ 2020."
5565 msgstr ""
5566
5567 #: c-family/c.opt:416
5568 msgid "Warn about casts between incompatible function types."
5569 msgstr "Попереджати про варіанти виклику функцій несумісних типів."
5570
5571 #: c-family/c.opt:420
5572 msgid "Warn about casts which discard qualifiers."
5573 msgstr ""
5574
5575 #: c-family/c.opt:424 c-family/c.opt:428
5576 msgid "Warn about catch handlers of non-reference type."
5577 msgstr "Попереджати про обробники catch нееталонного типу."
5578
5579 #: c-family/c.opt:432
5580 msgid "Warn about subscripts whose type is \"char\"."
5581 msgstr ""
5582
5583 #: c-family/c.opt:436 c-family/c.opt:1363 c-family/c.opt:1367
5584 #: c-family/c.opt:1371 c-family/c.opt:1375 c-family/c.opt:1379
5585 #: c-family/c.opt:1383 c-family/c.opt:1387 c-family/c.opt:1394
5586 #: c-family/c.opt:1398 c-family/c.opt:1402 c-family/c.opt:1406
5587 #: c-family/c.opt:1410 c-family/c.opt:1414 c-family/c.opt:1418
5588 #: c-family/c.opt:1422 c-family/c.opt:1426 c-family/c.opt:1430
5589 #: c-family/c.opt:1434 c-family/c.opt:1438 c-family/c.opt:1442
5590 #: config/i386/i386.opt:965
5591 msgid "Removed in GCC 9. This switch has no effect."
5592 msgstr ""
5593
5594 #: c-family/c.opt:440
5595 msgid "Warn about variables that might be changed by \"longjmp\" or \"vfork\"."
5596 msgstr ""
5597
5598 #: c-family/c.opt:444
5599 #, fuzzy
5600 #| msgid "Warn about certain operations on boolean expressions."
5601 msgid "Warn about uses of a comma operator within a subscripting expression."
5602 msgstr "Попереджати щодо певних дій із булевими виразами."
5603
5604 #: c-family/c.opt:448
5605 msgid "Warn about possibly nested block comments, and C++ comments spanning more than one physical line."
5606 msgstr ""
5607
5608 #: c-family/c.opt:452
5609 msgid "Synonym for -Wcomment."
5610 msgstr "Синонім -Wcomment."
5611
5612 #: c-family/c.opt:456
5613 msgid "Warn for conditionally-supported constructs."
5614 msgstr ""
5615
5616 #: c-family/c.opt:460
5617 msgid "Warn for implicit type conversions that may change a value."
5618 msgstr "Попереджати про неявні перетворення типів, які можуть призвести до зміни значення."
5619
5620 #: c-family/c.opt:464
5621 msgid "Warn for converting NULL from/to a non-pointer type."
5622 msgstr ""
5623
5624 #: c-family/c.opt:472
5625 msgid "Warn when all constructors and destructors are private."
5626 msgstr "Попереджати, якщо усі конструктори і деструктори є закритими (private)."
5627
5628 #: c-family/c.opt:476
5629 msgid "Warn about dangling else."
5630 msgstr ""
5631
5632 #: c-family/c.opt:480
5633 msgid "Warn about __TIME__, __DATE__ and __TIMESTAMP__ usage."
5634 msgstr ""
5635
5636 #: c-family/c.opt:484
5637 msgid "Warn when a declaration is found after a statement."
5638 msgstr "Попереджати, якщо оголошення виявлено після інструкції."
5639
5640 #: c-family/c.opt:488
5641 msgid "Warn when deleting a pointer to incomplete type."
5642 msgstr "Попереджати щодо вилучення вказівника на неповний тип."
5643
5644 #: c-family/c.opt:492
5645 msgid "Warn about deleting polymorphic objects with non-virtual destructors."
5646 msgstr ""
5647
5648 #: c-family/c.opt:500
5649 msgid "Mark implicitly-declared copy operations as deprecated if the class has a user-provided copy operation."
5650 msgstr ""
5651
5652 #: c-family/c.opt:505
5653 msgid "Mark implicitly-declared copy operations as deprecated if the class has a user-provided copy operation or destructor."
5654 msgstr ""
5655
5656 #: c-family/c.opt:510
5657 msgid "Warn about positional initialization of structs requiring designated initializers."
5658 msgstr ""
5659
5660 #: c-family/c.opt:514
5661 msgid "Warn if qualifiers on arrays which are pointer targets are discarded."
5662 msgstr ""
5663
5664 #: c-family/c.opt:518
5665 msgid "Warn if type qualifiers on pointers are discarded."
5666 msgstr ""
5667
5668 #: c-family/c.opt:522
5669 msgid "Warn about compile-time integer division by zero."
5670 msgstr ""
5671
5672 #: c-family/c.opt:526
5673 msgid "Warn about duplicated branches in if-else statements."
5674 msgstr "Попереджати про дублювання гілок у інструкціях if-else."
5675
5676 #: c-family/c.opt:530
5677 msgid "Warn about duplicated conditions in an if-else-if chain."
5678 msgstr "Попереджати про дублювання умов у ланцюжку if-else-if."
5679
5680 #: c-family/c.opt:534
5681 msgid "Warn about violations of Effective C++ style rules."
5682 msgstr "Попереджати про порушення правил стилю Effective C++."
5683
5684 #: c-family/c.opt:538
5685 msgid "Warn about an empty body in an if or else statement."
5686 msgstr "Попереджати щодо порожнього комплекту інструкцій у if або else."
5687
5688 #: c-family/c.opt:542
5689 msgid "Warn about stray tokens after #else and #endif."
5690 msgstr ""
5691
5692 #: c-family/c.opt:546
5693 msgid "Warn about comparison of different enum types."
5694 msgstr "Попереджати про порівняння різних типів числових даних."
5695
5696 #: c-family/c.opt:550
5697 #, fuzzy
5698 #| msgid "Warn about implicit conversions from \"float\" to \"double\"."
5699 msgid "Warn about implicit conversion of enum types."
5700 msgstr "Попереджати про неявні перетворення з float на double."
5701
5702 #: c-family/c.opt:558
5703 msgid "This switch is deprecated; use -Werror=implicit-function-declaration instead."
5704 msgstr "Цей перемикач вважається застарілим; скористайтеся замість нього перемикачем -Werror=implicit-function-declaration."
5705
5706 #: c-family/c.opt:566
5707 msgid "Warn about semicolon after in-class function definition."
5708 msgstr "Попереджати про крапку з комою після визначення функції у класі."
5709
5710 #: c-family/c.opt:570
5711 msgid "Warn for implicit type conversions that cause loss of floating point precision."
5712 msgstr ""
5713
5714 #: c-family/c.opt:574
5715 msgid "Warn if testing floating point numbers for equality."
5716 msgstr "Попереджати про перевірки на рівність чисел із рухомою крапкою."
5717
5718 #: c-family/c.opt:578 c-family/c.opt:624
5719 msgid "Warn about printf/scanf/strftime/strfmon format string anomalies."
5720 msgstr "Попереджати про некоректності у рядках форматування printf/scanf/strftime/strfmon."
5721
5722 #: c-family/c.opt:582
5723 msgid "Warn about format strings that contain NUL bytes."
5724 msgstr "Попереджати щодо рядків форматування, які містять байти NUL."
5725
5726 #: c-family/c.opt:586
5727 #, fuzzy
5728 #| msgid "Warn about format strings that are not literals."
5729 msgid "Warn about GCC format strings with strings unsuitable for diagnostics."
5730 msgstr "Попереджати, якщо рядки форматування не є літералами."
5731
5732 #: c-family/c.opt:590
5733 msgid "Warn if passing too many arguments to a function for its format string."
5734 msgstr ""
5735
5736 #: c-family/c.opt:594
5737 msgid "Warn about format strings that are not literals."
5738 msgstr "Попереджати, якщо рядки форматування не є літералами."
5739
5740 #: c-family/c.opt:598
5741 msgid "Warn about function calls with format strings that write past the end of the destination region. Same as -Wformat-overflow=1."
5742 msgstr ""
5743
5744 #: c-family/c.opt:603
5745 msgid "Warn about possible security problems with format functions."
5746 msgstr ""
5747
5748 #: c-family/c.opt:607
5749 msgid "Warn about sign differences with format functions."
5750 msgstr "Попереджати про відмінності у знаку у функціях форматування."
5751
5752 #: c-family/c.opt:611
5753 msgid "Warn about calls to snprintf and similar functions that truncate output. Same as -Wformat-truncation=1."
5754 msgstr ""
5755
5756 #: c-family/c.opt:616
5757 msgid "Warn about strftime formats yielding 2-digit years."
5758 msgstr ""
5759
5760 #: c-family/c.opt:620
5761 msgid "Warn about zero-length formats."
5762 msgstr "Попереджати про формати нульової довжини."
5763
5764 #: c-family/c.opt:628
5765 msgid "Warn about function calls with format strings that write past the end of the destination region."
5766 msgstr ""
5767
5768 #: c-family/c.opt:633
5769 msgid "Warn about calls to snprintf and similar functions that truncate output."
5770 msgstr ""
5771
5772 #: c-family/c.opt:637
5773 msgid "Warn when the field in a struct is not aligned."
5774 msgstr "Попереджати про невирівняне поле у структурі."
5775
5776 #: c-family/c.opt:641
5777 msgid "Warn whenever type qualifiers are ignored."
5778 msgstr ""
5779
5780 #: c-family/c.opt:645
5781 msgid "Warn whenever attributes are ignored."
5782 msgstr "Попереджати про ігнорування атрибутів."
5783
5784 #: c-family/c.opt:649
5785 msgid "Warn when a base is inaccessible in derived due to ambiguity."
5786 msgstr ""
5787
5788 #: c-family/c.opt:653
5789 msgid "Warn when there is a conversion between pointers that have incompatible types."
5790 msgstr ""
5791
5792 #: c-family/c.opt:657
5793 msgid "Warn when the address of packed member of struct or union is taken."
5794 msgstr ""
5795
5796 #: c-family/c.opt:661
5797 msgid "Warn about variables which are initialized to themselves."
5798 msgstr "Попереджати про самоініціалізацію змінних."
5799
5800 #: c-family/c.opt:665
5801 msgid "Warn about uses of std::initializer_list that can result in dangling pointers."
5802 msgstr ""
5803
5804 #: c-family/c.opt:669
5805 msgid "Warn about implicit declarations."
5806 msgstr "Попереджати про неявні оголошення."
5807
5808 #: c-family/c.opt:677
5809 msgid "Warn about implicit conversions from \"float\" to \"double\"."
5810 msgstr "Попереджати про неявні перетворення з float на double."
5811
5812 #: c-family/c.opt:681
5813 msgid "Warn if \"defined\" is used outside #if."
5814 msgstr "Попереджати, якщо defined використано поза #if."
5815
5816 #: c-family/c.opt:685
5817 msgid "Warn about implicit function declarations."
5818 msgstr "Попереджати про неявні оголошення функцій."
5819
5820 #: c-family/c.opt:689
5821 msgid "Warn when a declaration does not specify a type."
5822 msgstr "Попереджати, якщо оголошення не визначає типу."
5823
5824 #: c-family/c.opt:696
5825 msgid "Warn about C++11 inheriting constructors when the base has a variadic constructor."
5826 msgstr ""
5827
5828 #: c-family/c.opt:700
5829 msgid "Warn about incompatible integer to pointer and pointer to integer conversions."
5830 msgstr ""
5831
5832 #: c-family/c.opt:704
5833 msgid "Warn for suspicious integer expressions in boolean context."
5834 msgstr ""
5835
5836 #: c-family/c.opt:708
5837 msgid "Warn when there is a cast to a pointer from an integer of a different size."
5838 msgstr ""
5839
5840 #: c-family/c.opt:712
5841 msgid "Warn about invalid uses of the \"offsetof\" macro."
5842 msgstr ""
5843
5844 #: c-family/c.opt:716
5845 msgid "Warn about PCH files that are found but not used."
5846 msgstr ""
5847
5848 #: c-family/c.opt:720
5849 msgid "Warn when a jump misses a variable initialization."
5850 msgstr ""
5851
5852 #: c-family/c.opt:724
5853 msgid "Warn when a string or character literal is followed by a ud-suffix which does not begin with an underscore."
5854 msgstr ""
5855
5856 #: c-family/c.opt:728
5857 msgid "Warn when a logical operator is suspiciously always evaluating to true or false."
5858 msgstr ""
5859
5860 #: c-family/c.opt:732
5861 msgid "Warn when logical not is used on the left hand side operand of a comparison."
5862 msgstr ""
5863
5864 #: c-family/c.opt:736
5865 msgid "Do not warn about using \"long long\" when -pedantic."
5866 msgstr ""
5867
5868 #: c-family/c.opt:740
5869 msgid "Warn about suspicious declarations of \"main\"."
5870 msgstr ""
5871
5872 #: c-family/c.opt:748
5873 msgid "Warn about suspicious calls to memset where the third argument is constant literal zero and the second is not."
5874 msgstr ""
5875
5876 #: c-family/c.opt:752
5877 msgid "Warn about suspicious calls to memset where the third argument contains the number of elements not multiplied by the element size."
5878 msgstr ""
5879
5880 #: c-family/c.opt:756
5881 msgid "Warn when the indentation of the code does not reflect the block structure."
5882 msgstr ""
5883
5884 #: c-family/c.opt:760
5885 msgid "Warn when a class is redeclared or referenced using a mismatched class-key."
5886 msgstr ""
5887
5888 #: c-family/c.opt:764
5889 msgid "Warn about possibly missing braces around initializers."
5890 msgstr ""
5891
5892 #: c-family/c.opt:768
5893 msgid "Warn about global functions without previous declarations."
5894 msgstr ""
5895
5896 #: c-family/c.opt:772
5897 msgid "Warn about missing fields in struct initializers."
5898 msgstr ""
5899
5900 #: c-family/c.opt:776
5901 msgid "Warn about unsafe macros expanding to multiple statements used as a body of a clause such as if, else, while, switch, or for."
5902 msgstr ""
5903
5904 #: c-family/c.opt:780
5905 msgid "Warn on direct multiple inheritance."
5906 msgstr ""
5907
5908 #: c-family/c.opt:784
5909 msgid "Warn on namespace definition."
5910 msgstr ""
5911
5912 #: c-family/c.opt:788
5913 msgid "Warn when fields in a struct with the packed attribute are misaligned."
5914 msgstr ""
5915
5916 #: c-family/c.opt:792
5917 msgid "Warn when a class or enumerated type is referenced using a redundant class-key."
5918 msgstr ""
5919
5920 #: c-family/c.opt:796
5921 msgid "Warn about missing sized deallocation functions."
5922 msgstr ""
5923
5924 #: c-family/c.opt:800
5925 msgid "Warn about suspicious divisions of two sizeof expressions that don't work correctly with pointers."
5926 msgstr ""
5927
5928 #: c-family/c.opt:804
5929 msgid "Warn about suspicious length parameters to certain string functions if the argument uses sizeof."
5930 msgstr ""
5931
5932 #: c-family/c.opt:808
5933 msgid "Warn when sizeof is applied on a parameter declared as an array."
5934 msgstr ""
5935
5936 #: c-family/c.opt:812
5937 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."
5938 msgstr ""
5939
5940 #: c-family/c.opt:818
5941 msgid "Warn about buffer overflow in string manipulation functions like memcpy and strcpy."
5942 msgstr ""
5943
5944 #: c-family/c.opt:823
5945 msgid "Under the control of Object Size type, warn about buffer overflow in string manipulation functions like memcpy and strcpy."
5946 msgstr ""
5947
5948 #: c-family/c.opt:828
5949 msgid "Warn about truncation in string manipulation functions like strncat and strncpy."
5950 msgstr ""
5951
5952 #: c-family/c.opt:832
5953 msgid "Warn about functions which might be candidates for format attributes."
5954 msgstr ""
5955
5956 #: c-family/c.opt:836
5957 msgid "Suggest that the override keyword be used when the declaration of a virtual function overrides another."
5958 msgstr ""
5959
5960 #: c-family/c.opt:841
5961 msgid "Warn about enumerated switches, with no default, missing a case."
5962 msgstr ""
5963
5964 #: c-family/c.opt:845
5965 msgid "Warn about enumerated switches missing a \"default:\" statement."
5966 msgstr ""
5967
5968 #: c-family/c.opt:849
5969 msgid "Warn about all enumerated switches missing a specific case."
5970 msgstr ""
5971
5972 #: c-family/c.opt:853
5973 msgid "Warn about switches with boolean controlling expression."
5974 msgstr ""
5975
5976 #: c-family/c.opt:857
5977 msgid "Warn about switch values that are outside of the switch's type range."
5978 msgstr ""
5979
5980 #: c-family/c.opt:861
5981 msgid "Warn on primary template declaration."
5982 msgstr ""
5983
5984 #: c-family/c.opt:865
5985 msgid "Warn about declarations of entities that may be missing attributes that related entities have been declared with."
5986 msgstr ""
5987
5988 #: c-family/c.opt:874
5989 msgid "Warn about user-specified include directories that do not exist."
5990 msgstr ""
5991
5992 #: c-family/c.opt:878
5993 msgid "Warn about function parameters declared without a type specifier in K&R-style functions."
5994 msgstr ""
5995
5996 #: c-family/c.opt:882
5997 msgid "Warn about global functions without prototypes."
5998 msgstr ""
5999
6000 #: c-family/c.opt:889
6001 msgid "Warn about use of multi-character character constants."
6002 msgstr ""
6003
6004 #: c-family/c.opt:893
6005 msgid "Warn about narrowing conversions within { } that are ill-formed in C++11."
6006 msgstr ""
6007
6008 #: c-family/c.opt:897
6009 msgid "Warn about \"extern\" declarations not at file scope."
6010 msgstr ""
6011
6012 #: c-family/c.opt:901
6013 msgid "Warn when a noexcept expression evaluates to false even though the expression can't actually throw."
6014 msgstr ""
6015
6016 #: c-family/c.opt:905
6017 msgid "Warn if C++17 noexcept function type will change the mangled name of a symbol."
6018 msgstr ""
6019
6020 #: c-family/c.opt:909
6021 msgid "Warn when non-templatized friend functions are declared within a template."
6022 msgstr ""
6023
6024 #: c-family/c.opt:913
6025 msgid "Warn when a conversion function will never be called due to the type it converts to."
6026 msgstr ""
6027
6028 #: c-family/c.opt:917
6029 msgid "Warn for unsafe raw memory writes to objects of class types."
6030 msgstr ""
6031
6032 #: c-family/c.opt:921
6033 msgid "Warn about non-virtual destructors."
6034 msgstr ""
6035
6036 #: c-family/c.opt:925
6037 msgid "Warn about NULL being passed to argument slots marked as requiring non-NULL."
6038 msgstr ""
6039
6040 #: c-family/c.opt:941
6041 msgid "-Wnormalized=[none|id|nfc|nfkc]\tWarn about non-normalized Unicode strings."
6042 msgstr ""
6043
6044 #: c-family/c.opt:964
6045 msgid "Warn if a C-style cast is used in a program."
6046 msgstr ""
6047
6048 #: c-family/c.opt:968
6049 msgid "Warn for obsolescent usage in a declaration."
6050 msgstr ""
6051
6052 #: c-family/c.opt:972
6053 msgid "Warn if an old-style parameter definition is used."
6054 msgstr ""
6055
6056 #: c-family/c.opt:976
6057 msgid "Warn if a simd directive is overridden by the vectorizer cost model."
6058 msgstr ""
6059
6060 #: c-family/c.opt:980
6061 msgid "Warn if a string is longer than the maximum portable length specified by the standard."
6062 msgstr ""
6063
6064 #: c-family/c.opt:984
6065 msgid "Warn about overloaded virtual function names."
6066 msgstr ""
6067
6068 #: c-family/c.opt:988
6069 msgid "Warn about overriding initializers without side effects."
6070 msgstr ""
6071
6072 #: c-family/c.opt:992
6073 msgid "Warn about overriding initializers with side effects."
6074 msgstr ""
6075
6076 #: c-family/c.opt:996
6077 msgid "Warn about packed bit-fields whose offset changed in GCC 4.4."
6078 msgstr ""
6079
6080 #: c-family/c.opt:1000
6081 msgid "Warn about possibly missing parentheses."
6082 msgstr ""
6083
6084 #: c-family/c.opt:1008
6085 msgid "Warn about calling std::move on a local object in a return statement preventing copy elision."
6086 msgstr ""
6087
6088 #: c-family/c.opt:1012
6089 msgid "Warn when converting the type of pointers to member functions."
6090 msgstr ""
6091
6092 #: c-family/c.opt:1016
6093 msgid "Warn about function pointer arithmetic."
6094 msgstr ""
6095
6096 #: c-family/c.opt:1020
6097 msgid "Warn when a pointer differs in signedness in an assignment."
6098 msgstr ""
6099
6100 #: c-family/c.opt:1024
6101 msgid "Warn when a pointer is compared with a zero character constant."
6102 msgstr ""
6103
6104 #: c-family/c.opt:1028
6105 msgid "Warn when a pointer is cast to an integer of a different size."
6106 msgstr ""
6107
6108 #: c-family/c.opt:1032
6109 msgid "Warn about misuses of pragmas."
6110 msgstr ""
6111
6112 #: c-family/c.opt:1036
6113 msgid "Warn if constructor or destructors with priorities from 0 to 100 are used."
6114 msgstr ""
6115
6116 #: c-family/c.opt:1040
6117 msgid "Warn if a property for an Objective-C object has no assign semantics specified."
6118 msgstr ""
6119
6120 #: c-family/c.opt:1044
6121 msgid "Warn if inherited methods are unimplemented."
6122 msgstr ""
6123
6124 #: c-family/c.opt:1048 c-family/c.opt:1052
6125 msgid "Warn for placement new expressions with undefined behavior."
6126 msgstr ""
6127
6128 #: c-family/c.opt:1056
6129 msgid "Warn about multiple declarations of the same object."
6130 msgstr ""
6131
6132 #: c-family/c.opt:1060
6133 msgid "Warn about redundant calls to std::move."
6134 msgstr ""
6135
6136 #: c-family/c.opt:1064
6137 msgid "Warn about uses of register storage specifier."
6138 msgstr ""
6139
6140 #: c-family/c.opt:1068
6141 msgid "Warn when the compiler reorders code."
6142 msgstr ""
6143
6144 #: c-family/c.opt:1072
6145 msgid "Warn whenever a function's return type defaults to \"int\" (C), or about inconsistent return types (C++)."
6146 msgstr ""
6147
6148 #: c-family/c.opt:1076
6149 msgid "Warn on suspicious constructs involving reverse scalar storage order."
6150 msgstr ""
6151
6152 #: c-family/c.opt:1080
6153 msgid "Warn if a selector has multiple methods."
6154 msgstr ""
6155
6156 #: c-family/c.opt:1084
6157 msgid "Warn about possible violations of sequence point rules."
6158 msgstr ""
6159
6160 #: c-family/c.opt:1088
6161 msgid "Warn if a local declaration hides an instance variable."
6162 msgstr ""
6163
6164 #: c-family/c.opt:1092 c-family/c.opt:1096
6165 msgid "Warn if left shift of a signed value overflows."
6166 msgstr ""
6167
6168 #: c-family/c.opt:1100
6169 msgid "Warn if shift count is negative."
6170 msgstr ""
6171
6172 #: c-family/c.opt:1104
6173 msgid "Warn if shift count >= width of type."
6174 msgstr ""
6175
6176 #: c-family/c.opt:1108
6177 msgid "Warn if left shifting a negative value."
6178 msgstr ""
6179
6180 #: c-family/c.opt:1112
6181 msgid "Warn if conversion of the result of arithmetic might change the value even though converting the operands cannot."
6182 msgstr ""
6183
6184 #: c-family/c.opt:1116
6185 msgid "Warn about signed-unsigned comparisons."
6186 msgstr ""
6187
6188 #: c-family/c.opt:1124
6189 msgid "Warn for implicit type conversions between signed and unsigned integers."
6190 msgstr ""
6191
6192 #: c-family/c.opt:1128
6193 msgid "Warn when overload promotes from unsigned to signed."
6194 msgstr ""
6195
6196 #: c-family/c.opt:1132
6197 msgid "Warn about uncasted NULL used as sentinel."
6198 msgstr ""
6199
6200 #: c-family/c.opt:1136
6201 msgid "Warn about unprototyped function declarations."
6202 msgstr ""
6203
6204 #: c-family/c.opt:1148
6205 msgid "Warn if type signatures of candidate methods do not match exactly."
6206 msgstr ""
6207
6208 #: c-family/c.opt:1152
6209 msgid "Warn when __sync_fetch_and_nand and __sync_nand_and_fetch built-in functions are used."
6210 msgstr ""
6211
6212 #: c-family/c.opt:1156
6213 msgid "Deprecated. This switch has no effect."
6214 msgstr ""
6215
6216 #: c-family/c.opt:1164
6217 msgid "Warn if a comparison always evaluates to true or false."
6218 msgstr ""
6219
6220 #: c-family/c.opt:1168
6221 msgid "Warn if a throw expression will always result in a call to terminate()."
6222 msgstr ""
6223
6224 #: c-family/c.opt:1172
6225 msgid "Warn about features not present in traditional C."
6226 msgstr ""
6227
6228 #: c-family/c.opt:1176
6229 msgid "Warn of prototypes causing type conversions different from what would happen in the absence of prototype."
6230 msgstr ""
6231
6232 #: c-family/c.opt:1180
6233 msgid "Warn if trigraphs are encountered that might affect the meaning of the program."
6234 msgstr ""
6235
6236 #: c-family/c.opt:1184
6237 msgid "Warn about @selector()s without previously declared methods."
6238 msgstr ""
6239
6240 #: c-family/c.opt:1188
6241 msgid "Warn if an undefined macro is used in an #if directive."
6242 msgstr ""
6243
6244 #: c-family/c.opt:1200
6245 msgid "Warn about unrecognized pragmas."
6246 msgstr ""
6247
6248 #: c-family/c.opt:1204
6249 msgid "Warn about unsuffixed float constants."
6250 msgstr ""
6251
6252 #: c-family/c.opt:1212
6253 msgid "Warn when typedefs locally defined in a function are not used."
6254 msgstr ""
6255
6256 #: c-family/c.opt:1216
6257 msgid "Warn about macros defined in the main file that are not used."
6258 msgstr ""
6259
6260 #: c-family/c.opt:1220
6261 msgid "Warn if a caller of a function, marked with attribute warn_unused_result, does not use its return value."
6262 msgstr ""
6263
6264 #: c-family/c.opt:1228 c-family/c.opt:1232
6265 msgid "Warn when a const variable is unused."
6266 msgstr ""
6267
6268 #: c-family/c.opt:1236
6269 msgid "Warn about using variadic macros."
6270 msgstr ""
6271
6272 #: c-family/c.opt:1240
6273 msgid "Warn about questionable usage of the macros used to retrieve variable arguments."
6274 msgstr ""
6275
6276 #: c-family/c.opt:1244
6277 msgid "Warn if a variable length array is used."
6278 msgstr ""
6279
6280 #: c-family/c.opt:1248
6281 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. <number> bytes."
6282 msgstr ""
6283
6284 #: c-family/c.opt:1255
6285 msgid "-Wno-vla-larger-than Disable Wvla-larger-than= warning. Equivalent to Wvla-larger-than=<SIZE_MAX> or larger."
6286 msgstr ""
6287
6288 #: c-family/c.opt:1259
6289 msgid "Warn about deprecated uses of volatile qualifier."
6290 msgstr ""
6291
6292 #: c-family/c.opt:1263
6293 msgid "Warn when a register variable is declared volatile."
6294 msgstr ""
6295
6296 #: c-family/c.opt:1267
6297 msgid "Warn on direct virtual inheritance."
6298 msgstr ""
6299
6300 #: c-family/c.opt:1271
6301 msgid "Warn if a virtual base has a non-trivial move assignment operator."
6302 msgstr ""
6303
6304 #: c-family/c.opt:1275
6305 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."
6306 msgstr ""
6307
6308 #: c-family/c.opt:1279
6309 msgid "Warn when a literal '0' is used as null pointer."
6310 msgstr ""
6311
6312 #: c-family/c.opt:1283
6313 msgid "Warn about useless casts."
6314 msgstr ""
6315
6316 #: c-family/c.opt:1287
6317 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."
6318 msgstr ""
6319
6320 #: c-family/c.opt:1291
6321 msgid "Warn when a declaration has duplicate const, volatile, restrict or _Atomic specifier."
6322 msgstr ""
6323
6324 #: c-family/c.opt:1295
6325 msgid "Warn when an argument passed to a restrict-qualified parameter aliases with another argument."
6326 msgstr ""
6327
6328 #: c-family/c.opt:1300
6329 msgid "A synonym for -std=c89 (for C) or -std=c++98 (for C++)."
6330 msgstr ""
6331
6332 #: c-family/c.opt:1308
6333 msgid "The version of the C++ ABI used for -Wabi warnings and link compatibility aliases."
6334 msgstr ""
6335
6336 #: c-family/c.opt:1312
6337 msgid "Enforce class member access control semantics."
6338 msgstr ""
6339
6340 #: c-family/c.opt:1316
6341 msgid "-fada-spec-parent=unit Dump Ada specs as child units of given parent."
6342 msgstr ""
6343
6344 #: c-family/c.opt:1320
6345 msgid "Support C++17 allocation of over-aligned types."
6346 msgstr ""
6347
6348 #: c-family/c.opt:1324
6349 msgid "-faligned-new=<N> Use C++17 over-aligned type allocation for alignments greater than N."
6350 msgstr ""
6351
6352 #: c-family/c.opt:1331
6353 msgid "Allow variadic functions without named parameter."
6354 msgstr ""
6355
6356 #: c-family/c.opt:1335 c-family/c.opt:1595 c-family/c.opt:1923
6357 #: c-family/c.opt:1927 c-family/c.opt:1943
6358 msgid "No longer supported."
6359 msgstr "Більше не підтримується."
6360
6361 #: c-family/c.opt:1339
6362 msgid "Recognize the \"asm\" keyword."
6363 msgstr ""
6364
6365 #: c-family/c.opt:1347
6366 msgid "Recognize built-in functions."
6367 msgstr ""
6368
6369 #: c-family/c.opt:1354
6370 msgid "Where shorter, use canonicalized paths to systems headers."
6371 msgstr ""
6372
6373 #: c-family/c.opt:1358
6374 msgid "Enable the char8_t fundamental type and use it as the type for UTF-8 string and character literals."
6375 msgstr ""
6376
6377 #: c-family/c.opt:1446
6378 msgid "Removed in GCC 8. This switch has no effect."
6379 msgstr ""
6380
6381 #: c-family/c.opt:1450
6382 msgid "Enable support for C++ concepts."
6383 msgstr ""
6384
6385 #: c-family/c.opt:1454
6386 msgid "Enable certain features present in the Concepts TS."
6387 msgstr ""
6388
6389 #: c-family/c.opt:1458
6390 msgid "Allow the arguments of the '?' operator to have different types."
6391 msgstr ""
6392
6393 #: c-family/c.opt:1466
6394 msgid "-fconst-string-class=<name>\tUse class <name> for constant strings."
6395 msgstr ""
6396
6397 #: c-family/c.opt:1470
6398 msgid "-fconstexpr-depth=<number>\tSpecify maximum constexpr recursion depth."
6399 msgstr ""
6400
6401 #: c-family/c.opt:1474
6402 msgid "-fconstexpr-cache-depth=<number>\tSpecify maximum constexpr recursion cache depth."
6403 msgstr ""
6404
6405 #: c-family/c.opt:1478
6406 msgid "-fconstexpr-loop-limit=<number>\tSpecify maximum constexpr loop iteration count."
6407 msgstr ""
6408
6409 #: c-family/c.opt:1482
6410 msgid "-fconstexpr-ops-limit=<number>\tSpecify maximum number of constexpr operations during a single constexpr evaluation."
6411 msgstr ""
6412
6413 #: c-family/c.opt:1486
6414 msgid "Enable C++ coroutines (experimental)."
6415 msgstr ""
6416
6417 #: c-family/c.opt:1490
6418 msgid "Emit debug annotations during preprocessing."
6419 msgstr ""
6420
6421 #: c-family/c.opt:1498
6422 msgid "Factor complex constructors and destructors to favor space over speed."
6423 msgstr ""
6424
6425 #: c-family/c.opt:1506
6426 msgid "Print hierarchical comparisons when template types are mismatched."
6427 msgstr ""
6428
6429 #: c-family/c.opt:1510
6430 msgid "Preprocess directives only."
6431 msgstr ""
6432
6433 #: c-family/c.opt:1514
6434 msgid "Permit '$' as an identifier character."
6435 msgstr ""
6436
6437 #: c-family/c.opt:1518
6438 msgid "-fmacro-prefix-map=<old>=<new> Map one directory name to another in __FILE__, __BASE_FILE__, and __builtin_FILE()."
6439 msgstr ""
6440
6441 #: c-family/c.opt:1522
6442 msgid "Write all declarations as Ada code transitively."
6443 msgstr ""
6444
6445 #: c-family/c.opt:1526
6446 msgid "Write all declarations as Ada code for the given file only."
6447 msgstr ""
6448
6449 #: c-family/c.opt:1533
6450 msgid "-fno-elide-type Do not elide common elements in template comparisons."
6451 msgstr ""
6452
6453 #: c-family/c.opt:1537
6454 msgid "Generate code to check exception specifications."
6455 msgstr ""
6456
6457 #: c-family/c.opt:1544
6458 msgid "-fexec-charset=<cset>\tConvert all strings and character constants to character set <cset>."
6459 msgstr ""
6460
6461 #: c-family/c.opt:1548
6462 msgid "Permit universal character names (\\u and \\U) in identifiers."
6463 msgstr ""
6464
6465 #: c-family/c.opt:1552
6466 msgid "-finput-charset=<cset>\tSpecify the default character set for source files."
6467 msgstr ""
6468
6469 #: c-family/c.opt:1556
6470 msgid "Support dynamic initialization of thread-local variables in a different translation unit."
6471 msgstr ""
6472
6473 #: c-family/c.opt:1566
6474 msgid "Do not assume that standard C libraries and \"main\" exist."
6475 msgstr ""
6476
6477 #: c-family/c.opt:1570
6478 msgid "Recognize GNU-defined keywords."
6479 msgstr ""
6480
6481 #: c-family/c.opt:1574
6482 msgid "Generate code for GNU runtime environment."
6483 msgstr ""
6484
6485 #: c-family/c.opt:1578
6486 msgid "Use traditional GNU semantics for inline functions."
6487 msgstr ""
6488
6489 #: c-family/c.opt:1591
6490 msgid "Assume normal C execution environment."
6491 msgstr ""
6492
6493 #: c-family/c.opt:1599
6494 msgid "Export functions even if they can be inlined."
6495 msgstr ""
6496
6497 #: c-family/c.opt:1603
6498 msgid "Emit implicit instantiations of inline templates."
6499 msgstr ""
6500
6501 #: c-family/c.opt:1607
6502 msgid "Emit implicit instantiations of templates."
6503 msgstr ""
6504
6505 #: c-family/c.opt:1611
6506 msgid "Implement C++17 inheriting constructor semantics."
6507 msgstr ""
6508
6509 #: c-family/c.opt:1618
6510 msgid "Don't emit dllexported inline functions unless needed."
6511 msgstr ""
6512
6513 #: c-family/c.opt:1625
6514 msgid "Allow implicit conversions between vectors with differing numbers of subparts and/or differing element types."
6515 msgstr ""
6516
6517 #: c-family/c.opt:1629
6518 msgid "fmax-include-depth=<number> Set the maximum depth of the nested #include."
6519 msgstr ""
6520
6521 #: c-family/c.opt:1633
6522 msgid "Don't warn about uses of Microsoft extensions."
6523 msgstr ""
6524
6525 #: c-family/c.opt:1652
6526 msgid "Implement resolution of DR 150 for matching of template template arguments."
6527 msgstr ""
6528
6529 #: c-family/c.opt:1656
6530 msgid "Generate code for NeXT (Apple Mac OS X) runtime environment."
6531 msgstr ""
6532
6533 #: c-family/c.opt:1660
6534 msgid "Assume that receivers of Objective-C messages may be nil."
6535 msgstr ""
6536
6537 #: c-family/c.opt:1664
6538 msgid "Allow access to instance variables as if they were local declarations within instance method implementations."
6539 msgstr ""
6540
6541 #: c-family/c.opt:1668
6542 msgid "-fvisibility=[private|protected|public|package]\tSet the default symbol visibility."
6543 msgstr ""
6544
6545 #: c-family/c.opt:1693
6546 msgid "Treat a throw() exception specification as noexcept to improve code size."
6547 msgstr ""
6548
6549 #: c-family/c.opt:1697
6550 msgid "Specify which ABI to use for Objective-C family code and meta-data generation."
6551 msgstr ""
6552
6553 #: c-family/c.opt:1703
6554 msgid "Generate special Objective-C methods to initialize/destroy non-POD C++ ivars, if needed."
6555 msgstr ""
6556
6557 #: c-family/c.opt:1707
6558 msgid "Allow fast jumps to the message dispatcher."
6559 msgstr ""
6560
6561 #: c-family/c.opt:1713
6562 msgid "Enable Objective-C exception and synchronization syntax."
6563 msgstr ""
6564
6565 #: c-family/c.opt:1717
6566 msgid "Enable garbage collection (GC) in Objective-C/Objective-C++ programs."
6567 msgstr ""
6568
6569 #: c-family/c.opt:1721
6570 msgid "Enable inline checks for nil receivers with the NeXT runtime and ABI version 2."
6571 msgstr ""
6572
6573 #: c-family/c.opt:1726
6574 msgid "Enable Objective-C setjmp exception handling runtime."
6575 msgstr ""
6576
6577 #: c-family/c.opt:1730
6578 msgid "Conform to the Objective-C 1.0 language as implemented in GCC 4.0."
6579 msgstr ""
6580
6581 #: c-family/c.opt:1734
6582 msgid "Enable OpenACC."
6583 msgstr ""
6584
6585 #: c-family/c.opt:1738
6586 msgid "Specify default OpenACC compute dimensions."
6587 msgstr ""
6588
6589 #: c-family/c.opt:1742
6590 msgid "Enable OpenMP (implies -frecursive in Fortran)."
6591 msgstr ""
6592
6593 #: c-family/c.opt:1746
6594 msgid "Enable OpenMP's SIMD directives."
6595 msgstr ""
6596
6597 #: c-family/c.opt:1750
6598 msgid "Recognize C++ keywords like \"compl\" and \"xor\"."
6599 msgstr ""
6600
6601 #: c-family/c.opt:1761
6602 msgid "Look for and use PCH files even when preprocessing."
6603 msgstr ""
6604
6605 #: c-family/c.opt:1765
6606 msgid "Downgrade conformance errors to warnings."
6607 msgstr ""
6608
6609 #: c-family/c.opt:1769
6610 msgid "Enable Plan 9 language extensions."
6611 msgstr ""
6612
6613 #: c-family/c.opt:1773
6614 msgid "Treat the input file as already preprocessed."
6615 msgstr ""
6616
6617 #: c-family/c.opt:1781
6618 msgid "-ftrack-macro-expansion=<0|1|2> Track locations of tokens coming from macro expansion and display them in error messages."
6619 msgstr ""
6620
6621 #: c-family/c.opt:1785
6622 msgid "-fno-pretty-templates Do not pretty-print template specializations as the template signature followed by the arguments."
6623 msgstr ""
6624
6625 #: c-family/c.opt:1789
6626 msgid "Treat known sprintf return values as constants."
6627 msgstr ""
6628
6629 #: c-family/c.opt:1793
6630 msgid "Used in Fix-and-Continue mode to indicate that object files may be swapped in at runtime."
6631 msgstr ""
6632
6633 #: c-family/c.opt:1797
6634 msgid "Removed in GCC 10. This switch has no effect."
6635 msgstr ""
6636
6637 #: c-family/c.opt:1801
6638 msgid "Generate run time type descriptor information."
6639 msgstr ""
6640
6641 #: c-family/c.opt:1805 ada/gcc-interface/lang.opt:81
6642 msgid "Use the narrowest integer type possible for enumeration types."
6643 msgstr ""
6644
6645 #: c-family/c.opt:1809
6646 msgid "Force the underlying type for \"wchar_t\" to be \"unsigned short\"."
6647 msgstr ""
6648
6649 #: c-family/c.opt:1813
6650 msgid "When \"signed\" or \"unsigned\" is not given make the bitfield signed."
6651 msgstr ""
6652
6653 #: c-family/c.opt:1817 ada/gcc-interface/lang.opt:85
6654 msgid "Make \"char\" signed by default."
6655 msgstr ""
6656
6657 #: c-family/c.opt:1821
6658 msgid "Enable C++14 sized deallocation support."
6659 msgstr ""
6660
6661 #: c-family/c.opt:1828
6662 msgid "-fsso-struct=[big-endian|little-endian|native]\tSet the default scalar storage order."
6663 msgstr ""
6664
6665 #: c-family/c.opt:1844
6666 msgid "Display statistics accumulated during compilation."
6667 msgstr ""
6668
6669 #: c-family/c.opt:1848
6670 msgid "Assume that values of enumeration type are always within the minimum range of that type."
6671 msgstr ""
6672
6673 #: c-family/c.opt:1855 c-family/c.opt:1860
6674 msgid "Follow the C++17 evaluation order requirements for assignment expressions, shift, member function calls, etc."
6675 msgstr ""
6676
6677 #: c-family/c.opt:1877
6678 msgid "-ftabstop=<number>\tDistance between tab stops for column reporting."
6679 msgstr ""
6680
6681 #: c-family/c.opt:1881
6682 msgid "Set the maximum number of template instantiation notes for a single warning or error."
6683 msgstr ""
6684
6685 #: c-family/c.opt:1888
6686 msgid "-ftemplate-depth=<number>\tSpecify maximum template instantiation depth."
6687 msgstr ""
6688
6689 #: c-family/c.opt:1895
6690 msgid "-fno-threadsafe-statics\tDo not generate thread-safe code for initializing local statics."
6691 msgstr ""
6692
6693 #: c-family/c.opt:1899
6694 msgid "When \"signed\" or \"unsigned\" is not given make the bitfield unsigned."
6695 msgstr ""
6696
6697 #: c-family/c.opt:1903 ada/gcc-interface/lang.opt:89
6698 msgid "Make \"char\" unsigned by default."
6699 msgstr ""
6700
6701 #: c-family/c.opt:1907
6702 msgid "Use __cxa_atexit to register destructors."
6703 msgstr ""
6704
6705 #: c-family/c.opt:1911
6706 msgid "Use __cxa_get_exception_ptr in exception handling."
6707 msgstr ""
6708
6709 #: c-family/c.opt:1915
6710 msgid "Marks all inlined functions and methods as having hidden visibility."
6711 msgstr ""
6712
6713 #: c-family/c.opt:1919
6714 msgid "Changes visibility to match Microsoft Visual Studio by default."
6715 msgstr ""
6716
6717 #: c-family/c.opt:1931 d/lang.opt:330
6718 msgid "Emit common-like symbols as weak symbols."
6719 msgstr ""
6720
6721 #: c-family/c.opt:1935
6722 msgid "-fwide-exec-charset=<cset>\tConvert all wide strings and character constants to character set <cset>."
6723 msgstr ""
6724
6725 #: c-family/c.opt:1939
6726 msgid "Generate a #line directive pointing at the current working directory."
6727 msgstr ""
6728
6729 #: c-family/c.opt:1947
6730 msgid "Generate lazy class lookup (via objc_getClass()) for use in Zero-Link mode."
6731 msgstr ""
6732
6733 #: c-family/c.opt:1951
6734 msgid "Dump declarations to a .decl file."
6735 msgstr ""
6736
6737 #: c-family/c.opt:1955
6738 msgid "-femit-struct-debug-baseonly\tAggressive reduced debug info for structs."
6739 msgstr ""
6740
6741 #: c-family/c.opt:1959
6742 msgid "-femit-struct-debug-reduced\tConservative reduced debug info for structs."
6743 msgstr ""
6744
6745 #: c-family/c.opt:1963
6746 msgid "-femit-struct-debug-detailed=<spec-list>\tDetailed reduced debug info for structs."
6747 msgstr ""
6748
6749 #: c-family/c.opt:1967
6750 msgid "Interpret imaginary, fixed-point, or other gnu number suffix as the corresponding number literal rather than a user-defined number literal."
6751 msgstr ""
6752
6753 #: c-family/c.opt:1972
6754 msgid "-idirafter <dir>\tAdd <dir> to the end of the system include path."
6755 msgstr ""
6756
6757 #: c-family/c.opt:1976
6758 msgid "-imacros <file>\tAccept definition of macros in <file>."
6759 msgstr ""
6760
6761 #: c-family/c.opt:1980
6762 msgid "-imultilib <dir>\tSet <dir> to be the multilib include subdirectory."
6763 msgstr ""
6764
6765 #: c-family/c.opt:1984
6766 msgid "-include <file>\tInclude the contents of <file> before other files."
6767 msgstr ""
6768
6769 #: c-family/c.opt:1988
6770 msgid "-iprefix <path>\tSpecify <path> as a prefix for next two options."
6771 msgstr ""
6772
6773 #: c-family/c.opt:1992
6774 msgid "-isysroot <dir>\tSet <dir> to be the system root directory."
6775 msgstr ""
6776
6777 #: c-family/c.opt:1996
6778 msgid "-isystem <dir>\tAdd <dir> to the start of the system include path."
6779 msgstr ""
6780
6781 #: c-family/c.opt:2000
6782 msgid "-iquote <dir>\tAdd <dir> to the end of the quote include path."
6783 msgstr ""
6784
6785 #: c-family/c.opt:2004
6786 msgid "-iwithprefix <dir>\tAdd <dir> to the end of the system include path."
6787 msgstr ""
6788
6789 #: c-family/c.opt:2008
6790 msgid "-iwithprefixbefore <dir>\tAdd <dir> to the end of the main include path."
6791 msgstr ""
6792
6793 #: c-family/c.opt:2018
6794 msgid "Do not search standard system include directories (those specified with -isystem will still be used)."
6795 msgstr ""
6796
6797 #: c-family/c.opt:2022
6798 msgid "Do not search standard system include directories for C++."
6799 msgstr ""
6800
6801 #: c-family/c.opt:2034
6802 msgid "Generate C header of platform-specific features."
6803 msgstr ""
6804
6805 #: c-family/c.opt:2038
6806 msgid "Remap file names when including files."
6807 msgstr ""
6808
6809 #: c-family/c.opt:2042 c-family/c.opt:2046
6810 msgid "Conform to the ISO 1998 C++ standard revised by the 2003 technical corrigendum."
6811 msgstr ""
6812
6813 #: c-family/c.opt:2050
6814 msgid "Conform to the ISO 2011 C++ standard."
6815 msgstr ""
6816
6817 #: c-family/c.opt:2054
6818 msgid "Deprecated in favor of -std=c++11."
6819 msgstr ""
6820
6821 #: c-family/c.opt:2058
6822 msgid "Deprecated in favor of -std=c++14."
6823 msgstr ""
6824
6825 #: c-family/c.opt:2062
6826 msgid "Conform to the ISO 2014 C++ standard."
6827 msgstr ""
6828
6829 #: c-family/c.opt:2066
6830 msgid "Deprecated in favor of -std=c++17."
6831 msgstr ""
6832
6833 #: c-family/c.opt:2070
6834 msgid "Conform to the ISO 2017 C++ standard."
6835 msgstr ""
6836
6837 #: c-family/c.opt:2074
6838 msgid "Conform to the ISO 2020(?) C++ draft standard (experimental and incomplete support)."
6839 msgstr ""
6840
6841 #: c-family/c.opt:2078 c-family/c.opt:2204
6842 msgid "Conform to the ISO 2011 C standard."
6843 msgstr ""
6844
6845 #: c-family/c.opt:2082
6846 msgid "Deprecated in favor of -std=c11."
6847 msgstr ""
6848
6849 #: c-family/c.opt:2086 c-family/c.opt:2090 c-family/c.opt:2208
6850 #: c-family/c.opt:2212
6851 msgid "Conform to the ISO 2017 C standard (published in 2018)."
6852 msgstr ""
6853
6854 #: c-family/c.opt:2094
6855 msgid "Conform to the ISO 202X C standard draft (experimental and incomplete support)."
6856 msgstr ""
6857
6858 #: c-family/c.opt:2098 c-family/c.opt:2102 c-family/c.opt:2188
6859 msgid "Conform to the ISO 1990 C standard."
6860 msgstr ""
6861
6862 #: c-family/c.opt:2106 c-family/c.opt:2196
6863 msgid "Conform to the ISO 1999 C standard."
6864 msgstr ""
6865
6866 #: c-family/c.opt:2110
6867 msgid "Deprecated in favor of -std=c99."
6868 msgstr ""
6869
6870 #: c-family/c.opt:2114 c-family/c.opt:2119
6871 msgid "Conform to the ISO 1998 C++ standard revised by the 2003 technical corrigendum with GNU extensions."
6872 msgstr ""
6873
6874 #: c-family/c.opt:2124
6875 msgid "Conform to the ISO 2011 C++ standard with GNU extensions."
6876 msgstr ""
6877
6878 #: c-family/c.opt:2128
6879 msgid "Deprecated in favor of -std=gnu++11."
6880 msgstr ""
6881
6882 #: c-family/c.opt:2132
6883 msgid "Deprecated in favor of -std=gnu++14."
6884 msgstr ""
6885
6886 #: c-family/c.opt:2136
6887 msgid "Conform to the ISO 2014 C++ standard with GNU extensions."
6888 msgstr ""
6889
6890 #: c-family/c.opt:2140
6891 msgid "Deprecated in favor of -std=gnu++17."
6892 msgstr ""
6893
6894 #: c-family/c.opt:2144
6895 msgid "Conform to the ISO 2017 C++ standard with GNU extensions."
6896 msgstr ""
6897
6898 #: c-family/c.opt:2148
6899 msgid "Conform to the ISO 2020(?) C++ draft standard with GNU extensions (experimental and incomplete support)."
6900 msgstr ""
6901
6902 #: c-family/c.opt:2152
6903 msgid "Conform to the ISO 2011 C standard with GNU extensions."
6904 msgstr ""
6905
6906 #: c-family/c.opt:2156
6907 msgid "Deprecated in favor of -std=gnu11."
6908 msgstr ""
6909
6910 #: c-family/c.opt:2160 c-family/c.opt:2164
6911 msgid "Conform to the ISO 2017 C standard (published in 2018) with GNU extensions."
6912 msgstr ""
6913
6914 #: c-family/c.opt:2168
6915 msgid "Conform to the ISO 202X C standard draft with GNU extensions (experimental and incomplete support)."
6916 msgstr ""
6917
6918 #: c-family/c.opt:2172 c-family/c.opt:2176
6919 msgid "Conform to the ISO 1990 C standard with GNU extensions."
6920 msgstr ""
6921
6922 #: c-family/c.opt:2180
6923 msgid "Conform to the ISO 1999 C standard with GNU extensions."
6924 msgstr ""
6925
6926 #: c-family/c.opt:2184
6927 msgid "Deprecated in favor of -std=gnu99."
6928 msgstr ""
6929
6930 #: c-family/c.opt:2192
6931 msgid "Conform to the ISO 1990 C standard as amended in 1994."
6932 msgstr ""
6933
6934 #: c-family/c.opt:2200
6935 msgid "Deprecated in favor of -std=iso9899:1999."
6936 msgstr ""
6937
6938 #: c-family/c.opt:2219
6939 msgid "Enable traditional preprocessing."
6940 msgstr ""
6941
6942 #: c-family/c.opt:2223
6943 msgid "-trigraphs\tSupport ISO C trigraphs."
6944 msgstr ""
6945
6946 #: c-family/c.opt:2227
6947 msgid "Do not predefine system-specific and GCC-specific macros."
6948 msgstr ""
6949
6950 #: brig/lang.opt:36
6951 msgid "Assume we are finalizing for phsa and its libhsail-rt. Enables additional phsa-specific optimizations (default)."
6952 msgstr ""
6953
6954 #: ada/gcc-interface/lang.opt:61
6955 msgid "Dump Source Coverage Obligations."
6956 msgstr ""
6957
6958 #: ada/gcc-interface/lang.opt:65
6959 msgid "Synonym of -gnatk8."
6960 msgstr ""
6961
6962 #: ada/gcc-interface/lang.opt:73
6963 msgid "Do not look for object files in standard path."
6964 msgstr ""
6965
6966 #: ada/gcc-interface/lang.opt:77
6967 msgid "Select the runtime."
6968 msgstr ""
6969
6970 #: ada/gcc-interface/lang.opt:93
6971 msgid "Catch typos."
6972 msgstr ""
6973
6974 #: ada/gcc-interface/lang.opt:97
6975 msgid "Set name of output ALI file (internal switch)."
6976 msgstr ""
6977
6978 #: ada/gcc-interface/lang.opt:101
6979 msgid "-gnat<options>\tSpecify options to GNAT."
6980 msgstr ""
6981
6982 #: ada/gcc-interface/lang.opt:105
6983 msgid "Ignored."
6984 msgstr "Проігноровано."
6985
6986 #: d/lang.opt:51
6987 msgid "-Hd <dir>\tWrite D interface files to directory <dir>."
6988 msgstr ""
6989
6990 #: d/lang.opt:55
6991 msgid "-Hf <file>\tWrite D interface to <file>."
6992 msgstr ""
6993
6994 #: d/lang.opt:123
6995 msgid "Warn about casts that will produce a null result."
6996 msgstr ""
6997
6998 #: d/lang.opt:139
6999 msgid "Warn from speculative compiles such as __traits(compiles)."
7000 msgstr ""
7001
7002 #: d/lang.opt:151
7003 msgid "Generate JSON file."
7004 msgstr ""
7005
7006 #: d/lang.opt:155
7007 msgid "-Xf <file>\tWrite JSON output to the given <file>."
7008 msgstr ""
7009
7010 #: d/lang.opt:159
7011 msgid "Debug library to use instead of phobos."
7012 msgstr ""
7013
7014 #: d/lang.opt:163
7015 msgid "Default library to use instead of phobos."
7016 msgstr ""
7017
7018 #: d/lang.opt:167
7019 msgid "Do link the standard D startup files in the compilation."
7020 msgstr ""
7021
7022 #: d/lang.opt:174
7023 msgid "Generate code for all template instantiations."
7024 msgstr ""
7025
7026 #: d/lang.opt:178
7027 msgid "Generate code for assert contracts."
7028 msgstr ""
7029
7030 #: d/lang.opt:186
7031 msgid "-fbounds-check=[on|safeonly|off]\tTurn array bounds checks on, in @safe code only, or off."
7032 msgstr ""
7033
7034 #: d/lang.opt:210
7035 msgid "Compile in debug code."
7036 msgstr ""
7037
7038 #: d/lang.opt:214
7039 msgid "-fdebug=<level|ident>\tCompile in debug code, code <= <level>, or code identified by <ident>."
7040 msgstr ""
7041
7042 #: d/lang.opt:218
7043 msgid "Generate documentation."
7044 msgstr "Створити документацію."
7045
7046 #: d/lang.opt:222
7047 msgid "-fdoc-dir=<dir>\tWrite documentation file to directory <dir>."
7048 msgstr ""
7049
7050 #: d/lang.opt:226
7051 msgid "-fdoc-file=<file>\tWrite documentation to <file>."
7052 msgstr ""
7053
7054 #: d/lang.opt:230
7055 msgid "-fdoc-inc=<file>\tInclude a Ddoc macro <file>."
7056 msgstr ""
7057
7058 #: d/lang.opt:234
7059 msgid "Assume that standard D runtime libraries and \"D main\" exist."
7060 msgstr ""
7061
7062 #: d/lang.opt:238
7063 msgid "Display the frontend AST after parsing and semantic passes."
7064 msgstr ""
7065
7066 #: d/lang.opt:242
7067 msgid "Ignore unsupported pragmas."
7068 msgstr ""
7069
7070 #: d/lang.opt:246
7071 msgid "Generate code for class invariant contracts."
7072 msgstr ""
7073
7074 #: d/lang.opt:250
7075 msgid "Generate a default D main() function when compiling."
7076 msgstr ""
7077
7078 #: d/lang.opt:254
7079 msgid "-fmodule-file=<package.module>=<filespec>\tuse <filespec> as source file for <package.module>."
7080 msgstr ""
7081
7082 #: d/lang.opt:258
7083 msgid "Generate ModuleInfo struct for output module."
7084 msgstr ""
7085
7086 #: d/lang.opt:262
7087 msgid "Process all modules specified on the command line, but only generate code for the module specified by the argument."
7088 msgstr ""
7089
7090 #: d/lang.opt:266
7091 msgid "Generate code for postcondition contracts."
7092 msgstr ""
7093
7094 #: d/lang.opt:270
7095 msgid "Generate code for precondition contracts."
7096 msgstr ""
7097
7098 #: d/lang.opt:274
7099 msgid "Compile release version."
7100 msgstr ""
7101
7102 #: d/lang.opt:282
7103 msgid "Generate code for switches without a default case."
7104 msgstr ""
7105
7106 #: d/lang.opt:286
7107 msgid "List information on all language changes."
7108 msgstr ""
7109
7110 #: d/lang.opt:290
7111 msgid "Give deprecation messages about -ftransition=import anomalies."
7112 msgstr ""
7113
7114 #: d/lang.opt:294
7115 msgid "List all usages of complex or imaginary types."
7116 msgstr ""
7117
7118 #: d/lang.opt:298
7119 msgid "Implement DIP1000: Scoped pointers (experimental)."
7120 msgstr ""
7121
7122 #: d/lang.opt:302
7123 msgid "Implement DIP25: Sealed references (experimental)."
7124 msgstr ""
7125
7126 #: d/lang.opt:306
7127 msgid "List all non-mutable fields which occupy an object instance."
7128 msgstr ""
7129
7130 #: d/lang.opt:310
7131 msgid "Revert to single phase name lookup."
7132 msgstr ""
7133
7134 #: d/lang.opt:314
7135 msgid "List all hidden GC allocations."
7136 msgstr ""
7137
7138 #: d/lang.opt:318
7139 msgid "List all variables going into thread local storage."
7140 msgstr ""
7141
7142 #: d/lang.opt:322
7143 msgid "Compile in unittest code."
7144 msgstr ""
7145
7146 #: d/lang.opt:326
7147 msgid "-fversion=<level|ident>\tCompile in version code >= <level> or identified by <ident>."
7148 msgstr ""
7149
7150 #: d/lang.opt:350
7151 msgid "Do not link the standard D library in the compilation."
7152 msgstr ""
7153
7154 #: d/lang.opt:358
7155 msgid "Link the standard D library statically in the compilation."
7156 msgstr ""
7157
7158 #: d/lang.opt:362
7159 msgid "Link the standard D library dynamically in the compilation."
7160 msgstr ""
7161
7162 #: go/lang.opt:42
7163 msgid "-fgo-c-header=<file>\tWrite Go struct definitions to file as C code."
7164 msgstr ""
7165
7166 #: go/lang.opt:46
7167 msgid "Add explicit checks for division by zero."
7168 msgstr ""
7169
7170 #: go/lang.opt:50
7171 msgid "Add explicit checks for division overflow in INT_MIN / -1."
7172 msgstr ""
7173
7174 #: go/lang.opt:54
7175 msgid "Apply special rules for compiling runtime package."
7176 msgstr ""
7177
7178 #: go/lang.opt:58
7179 msgid "-fgo-dump-<type>\tDump Go frontend internal information."
7180 msgstr ""
7181
7182 #: go/lang.opt:62
7183 msgid "-fgo-optimize-<type>\tTurn on optimization passes in the frontend."
7184 msgstr ""
7185
7186 #: go/lang.opt:66
7187 msgid "-fgo-pkgpath=<string>\tSet Go package path."
7188 msgstr ""
7189
7190 #: go/lang.opt:70
7191 msgid "-fgo-prefix=<string>\tSet package-specific prefix for exported Go names."
7192 msgstr ""
7193
7194 #: go/lang.opt:74
7195 msgid "-fgo-relative-import-path=<path>\tTreat a relative import as relative to path."
7196 msgstr ""
7197
7198 #: go/lang.opt:78
7199 msgid "Functions which return values must end with return statements."
7200 msgstr ""
7201
7202 #: go/lang.opt:82
7203 msgid "Emit debugging information related to the escape analysis pass when run with -fgo-optimize-allocs."
7204 msgstr ""
7205
7206 #: go/lang.opt:86
7207 msgid "-fgo-debug-escape-hash=<string>\tHash value to debug escape analysis."
7208 msgstr ""
7209
7210 #: go/lang.opt:90
7211 msgid "Emit optimization diagnostics."
7212 msgstr ""
7213
7214 #: analyzer/analyzer.opt:27
7215 msgid "The maximum number of 'after supernode' exploded nodes within the analyzer per supernode, before terminating analysis."
7216 msgstr ""
7217
7218 #: analyzer/analyzer.opt:31
7219 msgid "The maximum number of exploded nodes per program point within the analyzer, before terminating analysis of that point."
7220 msgstr ""
7221
7222 #: analyzer/analyzer.opt:35
7223 msgid "The maximum number of times a callsite can appear in a call stack within the analyzer, before terminating analysis of a call tha would recurse deeper."
7224 msgstr ""
7225
7226 #: analyzer/analyzer.opt:39
7227 msgid "The minimum number of supernodes within a function for the analyzer to consider summarizing its effects at call sites."
7228 msgstr ""
7229
7230 #: analyzer/analyzer.opt:43
7231 msgid "Warn about code paths in which a stdio FILE can be closed more than once."
7232 msgstr ""
7233
7234 #: analyzer/analyzer.opt:47
7235 msgid "Warn about code paths in which a pointer can be freed more than once."
7236 msgstr ""
7237
7238 #: analyzer/analyzer.opt:51
7239 msgid "Warn about code paths in which sensitive data is written to a file."
7240 msgstr ""
7241
7242 #: analyzer/analyzer.opt:55
7243 msgid "Warn about code paths in which a stdio FILE is not closed."
7244 msgstr ""
7245
7246 #: analyzer/analyzer.opt:59
7247 msgid "Warn about code paths in which a non-heap pointer is freed."
7248 msgstr ""
7249
7250 #: analyzer/analyzer.opt:63
7251 msgid "Warn about code paths in which a heap-allocated pointer leaks."
7252 msgstr ""
7253
7254 #: analyzer/analyzer.opt:67
7255 msgid "Warn about code paths in which a possibly-NULL value is passed to a must-not-be-NULL function argument."
7256 msgstr ""
7257
7258 #: analyzer/analyzer.opt:71
7259 msgid "Warn about code paths in which a possibly-NULL pointer is dereferenced."
7260 msgstr ""
7261
7262 #: analyzer/analyzer.opt:75
7263 msgid "Warn about code paths in which an async-signal-unsafe function is called from a signal handler."
7264 msgstr ""
7265
7266 #: analyzer/analyzer.opt:79
7267 msgid "Warn about code paths in which NULL is passed to a must-not-be-NULL function argument."
7268 msgstr ""
7269
7270 #: analyzer/analyzer.opt:83
7271 #, fuzzy
7272 #| msgid "Warn about catch handlers of non-reference type."
7273 msgid "Warn about code paths in which a NULL pointer is dereferenced."
7274 msgstr "Попереджати про обробники catch нееталонного типу."
7275
7276 #: analyzer/analyzer.opt:87
7277 msgid "Warn about code paths in which a longjmp rewinds to a jmp_buf saved in a stack frame that has returned."
7278 msgstr ""
7279
7280 #: analyzer/analyzer.opt:91
7281 msgid "Warn about code paths in which an unsanitized value is used as an array index."
7282 msgstr ""
7283
7284 #: analyzer/analyzer.opt:95
7285 msgid "Warn about code paths in which a freed value is used."
7286 msgstr ""
7287
7288 #: analyzer/analyzer.opt:99
7289 msgid "Warn about code paths in which a pointer to a stale stack frame is used."
7290 msgstr ""
7291
7292 #: analyzer/analyzer.opt:103
7293 #, fuzzy
7294 #| msgid "Warn about variables which are initialized to themselves."
7295 msgid "Warn about code paths in which an initialized value is used."
7296 msgstr "Попереджати про самоініціалізацію змінних."
7297
7298 #: analyzer/analyzer.opt:107
7299 msgid "Warn if the code is too complicated for the analyzer to fully explore."
7300 msgstr ""
7301
7302 #: analyzer/analyzer.opt:111
7303 msgid "Restrict the analyzer to run just the named checker."
7304 msgstr ""
7305
7306 #: analyzer/analyzer.opt:115
7307 msgid "Avoid combining multiple statements into one exploded edge."
7308 msgstr ""
7309
7310 #: analyzer/analyzer.opt:119
7311 msgid "Purge unneeded state during analysis."
7312 msgstr ""
7313
7314 #: analyzer/analyzer.opt:123
7315 msgid "Merge similar-enough states during analysis."
7316 msgstr ""
7317
7318 #: analyzer/analyzer.opt:127
7319 msgid "Enable transitivity of constraints during analysis."
7320 msgstr ""
7321
7322 #: analyzer/analyzer.opt:131
7323 msgid "Approximate the effect of function calls to simplify analysis."
7324 msgstr ""
7325
7326 #: analyzer/analyzer.opt:135
7327 msgid "Emit more verbose descriptions of control flow in diagnostics."
7328 msgstr ""
7329
7330 #: analyzer/analyzer.opt:139
7331 msgid "Emit more verbose descriptions of state changes in diagnostics."
7332 msgstr ""
7333
7334 #: analyzer/analyzer.opt:143
7335 msgid "Control which events are displayed in diagnostic paths."
7336 msgstr ""
7337
7338 #: analyzer/analyzer.opt:147
7339 msgid "Dump internal details about what the analyzer is doing to SRCFILE.analyzer.txt."
7340 msgstr ""
7341
7342 #: analyzer/analyzer.opt:151
7343 msgid "Dump internal details about what the analyzer is doing to stderr."
7344 msgstr ""
7345
7346 #: analyzer/analyzer.opt:155
7347 msgid "Dump the analyzer supergraph to a SRCFILE.callgraph.dot file."
7348 msgstr ""
7349
7350 #: analyzer/analyzer.opt:159
7351 msgid "Dump the analyzer exploded graph to a SRCFILE.eg.dot file."
7352 msgstr ""
7353
7354 #: analyzer/analyzer.opt:163
7355 msgid "Emit diagnostics showing the location of nodes in the exploded graph."
7356 msgstr ""
7357
7358 #: analyzer/analyzer.opt:167
7359 msgid "Dump a textual representation of the exploded graph to SRCFILE.eg.txt."
7360 msgstr ""
7361
7362 #: analyzer/analyzer.opt:171
7363 msgid "Dump a textual representation of the exploded graph to SRCFILE.eg-ID.txt."
7364 msgstr ""
7365
7366 #: analyzer/analyzer.opt:175
7367 msgid "Dump state-purging information to a SRCFILE.state-purge.dot file."
7368 msgstr ""
7369
7370 #: analyzer/analyzer.opt:179
7371 msgid "Dump the analyzer supergraph to a SRCFILE.supergraph.dot file."
7372 msgstr ""
7373
7374 #: config/vms/vms.opt:27
7375 msgid "Malloc data into P2 space."
7376 msgstr ""
7377
7378 #: config/vms/vms.opt:31
7379 msgid "Set name of main routine for the debugger."
7380 msgstr ""
7381
7382 #: config/vms/vms.opt:35
7383 msgid "Use VMS exit codes instead of posix ones."
7384 msgstr ""
7385
7386 #: config/vms/vms.opt:39
7387 msgid "-mpointer-size=[no,32,short,64,long]\tSet the default pointer size."
7388 msgstr ""
7389
7390 #: config/mcore/mcore.opt:23
7391 msgid "Generate code for the M*Core M210."
7392 msgstr ""
7393
7394 #: config/mcore/mcore.opt:27
7395 msgid "Generate code for the M*Core M340."
7396 msgstr ""
7397
7398 #: config/mcore/mcore.opt:31
7399 msgid "Force functions to be aligned to a 4 byte boundary."
7400 msgstr ""
7401
7402 #: config/mcore/mcore.opt:35 config/moxie/moxie.opt:23 config/csky/csky.opt:44
7403 msgid "Generate big-endian code."
7404 msgstr ""
7405
7406 #: config/mcore/mcore.opt:39
7407 msgid "Emit call graph information."
7408 msgstr ""
7409
7410 #: config/mcore/mcore.opt:43
7411 msgid "Use the divide instruction."
7412 msgstr ""
7413
7414 #: config/mcore/mcore.opt:47
7415 msgid "Inline constants if it can be done in 2 insns or less."
7416 msgstr ""
7417
7418 #: config/mcore/mcore.opt:51 config/moxie/moxie.opt:27 config/csky/csky.opt:51
7419 msgid "Generate little-endian code."
7420 msgstr ""
7421
7422 #: config/mcore/mcore.opt:56 config/fr30/fr30.opt:27
7423 msgid "Assume that run-time support has been provided, so omit -lsim from the linker command line."
7424 msgstr ""
7425
7426 #: config/mcore/mcore.opt:60
7427 msgid "Use arbitrary sized immediates in bit operations."
7428 msgstr ""
7429
7430 #: config/mcore/mcore.opt:64
7431 msgid "Prefer word accesses over byte accesses."
7432 msgstr ""
7433
7434 #: config/mcore/mcore.opt:71
7435 msgid "Set the maximum amount for a single stack increment operation."
7436 msgstr ""
7437
7438 #: config/mcore/mcore.opt:75
7439 msgid "Always treat bitfields as int-sized."
7440 msgstr ""
7441
7442 #: config/linux-android.opt:23
7443 msgid "Generate code for the Android platform."
7444 msgstr ""
7445
7446 #: config/mmix/mmix.opt:24
7447 msgid "For intrinsics library: pass all parameters in registers."
7448 msgstr ""
7449
7450 #: config/mmix/mmix.opt:28
7451 msgid "Use register stack for parameters and return value."
7452 msgstr ""
7453
7454 #: config/mmix/mmix.opt:32
7455 msgid "Use call-clobbered registers for parameters and return value."
7456 msgstr ""
7457
7458 #: config/mmix/mmix.opt:37
7459 msgid "Use epsilon-respecting floating point compare instructions."
7460 msgstr ""
7461
7462 #: config/mmix/mmix.opt:41
7463 msgid "Use zero-extending memory loads, not sign-extending ones."
7464 msgstr ""
7465
7466 #: config/mmix/mmix.opt:45
7467 msgid "Generate divide results with reminder having the same sign as the divisor (not the dividend)."
7468 msgstr ""
7469
7470 #: config/mmix/mmix.opt:49
7471 msgid "Prepend global symbols with \":\" (for use with PREFIX)."
7472 msgstr ""
7473
7474 #: config/mmix/mmix.opt:53
7475 msgid "Do not provide a default start-address 0x100 of the program."
7476 msgstr ""
7477
7478 #: config/mmix/mmix.opt:57
7479 msgid "Link to emit program in ELF format (rather than mmo)."
7480 msgstr ""
7481
7482 #: config/mmix/mmix.opt:61
7483 msgid "Use P-mnemonics for branches statically predicted as taken."
7484 msgstr ""
7485
7486 #: config/mmix/mmix.opt:65
7487 msgid "Don't use P-mnemonics for branches."
7488 msgstr ""
7489
7490 #: config/mmix/mmix.opt:79
7491 msgid "Use addresses that allocate global registers."
7492 msgstr ""
7493
7494 #: config/mmix/mmix.opt:83
7495 msgid "Do not use addresses that allocate global registers."
7496 msgstr ""
7497
7498 #: config/mmix/mmix.opt:87
7499 msgid "Generate a single exit point for each function."
7500 msgstr ""
7501
7502 #: config/mmix/mmix.opt:91
7503 msgid "Do not generate a single exit point for each function."
7504 msgstr ""
7505
7506 #: config/mmix/mmix.opt:95
7507 msgid "Set start-address of the program."
7508 msgstr ""
7509
7510 #: config/mmix/mmix.opt:99
7511 msgid "Set start-address of data."
7512 msgstr ""
7513
7514 #: config/darwin.opt:34
7515 msgid "Generate code for darwin loadable kernel extensions."
7516 msgstr ""
7517
7518 #: config/darwin.opt:38
7519 msgid "-iframework <dir>\tAdd <dir> to the end of the system framework include path."
7520 msgstr ""
7521
7522 #: config/darwin.opt:42
7523 msgid "Generate compile-time CFString objects."
7524 msgstr ""
7525
7526 #: config/darwin.opt:46
7527 msgid "Warn if constant CFString objects contain non-portable characters."
7528 msgstr ""
7529
7530 #: config/darwin.opt:51
7531 msgid "Generate AT&T-style stubs for Mach-O."
7532 msgstr ""
7533
7534 #: config/darwin.opt:55
7535 msgid "Generate code suitable for executables (NOT shared libs)."
7536 msgstr ""
7537
7538 #: config/darwin.opt:59
7539 msgid "Generate code suitable for fast turn around debugging."
7540 msgstr ""
7541
7542 #: config/darwin.opt:63
7543 msgid "Generate code for the kernel or loadable kernel extensions."
7544 msgstr ""
7545
7546 #: config/darwin.opt:71
7547 msgid "The earliest MacOS X version on which this program will run."
7548 msgstr ""
7549
7550 #: config/darwin.opt:76
7551 msgid "Set sizeof(bool) to 1."
7552 msgstr ""
7553
7554 #: config/darwin.opt:80
7555 msgid "Force generation of external symbol indirection stubs."
7556 msgstr ""
7557
7558 #: config/darwin.opt:88
7559 msgid "The version of ld64 in use for this toolchain."
7560 msgstr ""
7561
7562 #: config/darwin.opt:94
7563 msgid "Loads all members of archive libraries"
7564 msgstr ""
7565
7566 #: config/darwin.opt:98
7567 msgid "-allowable_client <name>\tThe output dylib is private to the client(s) named"
7568 msgstr ""
7569
7570 #: config/darwin.opt:102
7571 msgid "-arch <name>\tSpecify that the output file should be generated for architecture \"name\""
7572 msgstr ""
7573
7574 #: config/darwin.opt:106
7575 msgid "Mismatches between file architecture and the \"-arch\" are errors instead of warnings"
7576 msgstr ""
7577
7578 #: config/darwin.opt:110
7579 msgid "The earliest MacOS X version on which this program will run (formatted for the assembler)"
7580 msgstr ""
7581
7582 #: config/darwin.opt:114
7583 msgid "Produce an output file that will bind symbols on load, rather than lazily."
7584 msgstr ""
7585
7586 #: config/darwin.opt:118
7587 msgid "Produce a Mach-O bundle (file type MH_BUNDLE)"
7588 msgstr ""
7589
7590 #: config/darwin.opt:122
7591 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"
7592 msgstr ""
7593
7594 #: config/darwin.opt:126
7595 msgid "-client_name <name>\tEnable the executable being built to link against a private dylib (using allowable_client)"
7596 msgstr ""
7597
7598 #: config/darwin.opt:130
7599 msgid "-compatibility_version <number>\tSet the minimum version for the client interface. Clients must record a greater number than this or the binding will fail at runtime"
7600 msgstr ""
7601
7602 #: config/darwin.opt:134
7603 msgid "-current_version <number>\tSet the current version for the library."
7604 msgstr ""
7605
7606 #: config/darwin.opt:138
7607 msgid "Remove code and data that is unreachable from any exported symbol (including the entry point)"
7608 msgstr ""
7609
7610 #: config/darwin.opt:145
7611 msgid "Produce a Mach-O dylinker (file type MH_DYLINKER), only used for building dyld."
7612 msgstr ""
7613
7614 #: config/darwin.opt:149
7615 msgid "-dylinker_install_name <path>\tOnly used for building dyld."
7616 msgstr ""
7617
7618 #: config/darwin.opt:153
7619 msgid "The default (and opposite of -static), implied by user mode executables, shared libraries and bundles."
7620 msgstr ""
7621
7622 #: config/darwin.opt:157
7623 msgid "Produce a Mach-O shared library (file type MH_DYLIB), synonym for -shared"
7624 msgstr ""
7625
7626 #: config/darwin.opt:161
7627 msgid "-exported_symbols_list <filename>\tGlobal symbols in \"filename\" will be exported from the linked output file, any symbols not mentioned will be treated as hidden."
7628 msgstr ""
7629
7630 #: config/darwin.opt:165
7631 msgid "Supply a list of objects to be linked from a file, rather than the command line"
7632 msgstr ""
7633
7634 #: config/darwin.opt:169 config/darwin.opt:189
7635 msgid "Used for generating code for some older kernel revisions."
7636 msgstr ""
7637
7638 #: config/darwin.opt:173
7639 msgid "Ignore the normal two-level namespace; resolve symbols in command line order and do not record which library provided the resolved symbol."
7640 msgstr ""
7641
7642 #: config/darwin.opt:177
7643 msgid "For the assembler (and linker) permit any architecture sub-variant to be used without error."
7644 msgstr ""
7645
7646 #: config/darwin.opt:181
7647 msgid "Set the output object such that, on loading, dyld will ignore any two-level information and resolve symbols in the discovery order for loaded libs."
7648 msgstr ""
7649
7650 #: config/darwin.opt:185
7651 msgid "-framework <name>\tThe linker should search for the named framework in the framework search path."
7652 msgstr ""
7653
7654 #: config/darwin.opt:193
7655 msgid "Abbreviation for \"-g -fno-eliminate-unused-debug-symbols\""
7656 msgstr ""
7657
7658 #: config/darwin.opt:197
7659 msgid "Abbreviation for \"-g -feliminate-unused-debug-symbols\""
7660 msgstr ""
7661
7662 #: config/darwin.opt:201
7663 msgid "Automatically adds space for longer path names in load commands (up to MAXPATHLEN)"
7664 msgstr ""
7665
7666 #: config/darwin.opt:205
7667 msgid "-image_base <address>\tChoose a base address for a dylib or bundle."
7668 msgstr ""
7669
7670 #: config/darwin.opt:209
7671 msgid "-init <symbol_name>\tThe symbol \"symbol_name\" will be used as the first initialiser for a dylib."
7672 msgstr ""
7673
7674 #: config/darwin.opt:213
7675 msgid "-install_name <name>\tSet the install name for a dylib."
7676 msgstr ""
7677
7678 #: config/darwin.opt:217
7679 msgid "Usually \"private extern\" (hidden) symbols are made local when linking, this command suppresses that such that they remain exported."
7680 msgstr ""
7681
7682 #: config/darwin.opt:221
7683 msgid "(Obsolete after 10.4) Multi modules are ignored at runtime since MacOS 10.4"
7684 msgstr ""
7685
7686 #: config/darwin.opt:225
7687 msgid "(Obsolete after 10.4) -multiply_defined <treatment> Provided a mechanism for warning about symbols defined in multiple dylibs."
7688 msgstr ""
7689
7690 #: config/darwin.opt:229
7691 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."
7692 msgstr ""
7693
7694 #: config/darwin.opt:233
7695 msgid "(Obsolete) The linker never dead strips these items, so the option is not needed."
7696 msgstr ""
7697
7698 #: config/darwin.opt:237
7699 msgid "(Obsolete after 10.3.9) Set MH_NOPREFIXBINDING, in an exectuable."
7700 msgstr ""
7701
7702 #: config/darwin.opt:241
7703 msgid "(Obsolete after 10.4)\tSet MH_NOMULTIDEFS in an umbrella framework."
7704 msgstr ""
7705
7706 #: config/darwin.opt:245 config/darwin.opt:260 config/darwin.opt:264
7707 #, fuzzy
7708 #| msgid "switch %qs no longer supported"
7709 msgid "(Obsolete) LD_PREBIND is no longer supported."
7710 msgstr "підтримку перемикача %qs припинено"
7711
7712 #: config/darwin.opt:249
7713 msgid "(Obsolete) This is the default."
7714 msgstr ""
7715
7716 #: config/darwin.opt:256
7717 msgid "-pagezero_size size\tAllows setting the page 0 size to 4kb for certain special cases."
7718 msgstr ""
7719
7720 #: config/darwin.opt:268
7721 msgid "Produces a Mach-O file suitable for embedded/ROM use."
7722 msgstr ""
7723
7724 #: config/darwin.opt:272
7725 msgid "(Obsolete) Allowed linking to proceed with \"-flat_namespace\" when a linked bundle contained a symbol also exported from the main executable."
7726 msgstr ""
7727
7728 #: config/darwin.opt:279
7729 msgid "Synonym for \"-export-dynamic\" for linker versions that support it."
7730 msgstr ""
7731
7732 #: config/darwin.opt:283
7733 msgid "-read_only_relocs <treatment>\tThis will allow relocs in read-only pages (not advisable)."
7734 msgstr ""
7735
7736 #: config/darwin.opt:287
7737 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."
7738 msgstr ""
7739
7740 #: config/darwin.opt:291
7741 msgid "-sectcreate <segname> <sectname> <file>\tCreate section \"sectname\" in segment \"segname\" from the contents of \"file\"."
7742 msgstr ""
7743
7744 #: config/darwin.opt:295
7745 msgid "(Obsolete) -sectobjectsymbols <segname> <sectname>\tSetting a local symbol at the start of a section is no longer supported."
7746 msgstr ""
7747
7748 #: config/darwin.opt:299
7749 msgid "(Obsolete) -sectorder <segname> <sectname> orderfile\tReplaced by a more general option \"-order_file\"."
7750 msgstr ""
7751
7752 #: config/darwin.opt:303
7753 msgid "-seg_addr_table <file>\tSpecify the base addresses for dynamic libraries, \"file\" contains a line for each library."
7754 msgstr ""
7755
7756 #: config/darwin.opt:308
7757 msgid "(Obsolete, ld_classic only) -seg_addr_table_filename <path>"
7758 msgstr ""
7759
7760 #: config/darwin.opt:312
7761 #, fuzzy
7762 #| msgid "Synonym for -Wcomment."
7763 msgid "Synonym for \"image_base\""
7764 msgstr "Синонім -Wcomment."
7765
7766 #: config/darwin.opt:316
7767 msgid "-segaddr <name> <address>\tSet the base address of segment \"name\" to \"address\" which must be aligned to a page boundary (currently 4kb)."
7768 msgstr ""
7769
7770 #: config/darwin.opt:321
7771 msgid "(Obsolete, ld_classic only) -sectcreate segname sectname file"
7772 msgstr ""
7773
7774 #: config/darwin.opt:325
7775 msgid "(Obsolete) Object files with LINKEDIT sections are no longer supported."
7776 msgstr ""
7777
7778 #: config/darwin.opt:329
7779 msgid "-segprot <segname> max_prot init_prot\tThe protection values are \"r\", \"w\", \"x\" or \"-\" the latter meaning \"no access\"."
7780 msgstr ""
7781
7782 #: config/darwin.opt:333
7783 msgid "-segs_read_only_addr address \tAllows specifying the address of the read only portion of a dylib."
7784 msgstr ""
7785
7786 #: config/darwin.opt:337
7787 msgid "-segs_read_write_addr address \tAllows specifying the address of the read/write portion of a dylib."
7788 msgstr ""
7789
7790 #: config/darwin.opt:341
7791 msgid "(Obsolete)\tThis is the default."
7792 msgstr ""
7793
7794 #: config/darwin.opt:345
7795 msgid "-sub_library <name>\tLibrary named \"name\" will be re-exported (only useful for dylibs)."
7796 msgstr ""
7797
7798 #: config/darwin.opt:349
7799 msgid "-sub_umbrella <name>\tFramework named \"name\" will be re-exported (only useful for dylibs)."
7800 msgstr ""
7801
7802 #: config/darwin.opt:353
7803 #, fuzzy
7804 #| msgid "this is the insn:"
7805 msgid "This is the default"
7806 msgstr "це інструкція:"
7807
7808 #: config/darwin.opt:357
7809 msgid "Specifies content that can speed up dynamic loading when the binaries are unchanged."
7810 msgstr ""
7811
7812 #: config/darwin.opt:361
7813 msgid "-umbrella <framework>\tThe specified framework will be re-exported."
7814 msgstr ""
7815
7816 #: config/darwin.opt:365
7817 msgid "-undefined <treatment>\tSpecify the handling for undefined symbols (default is error)."
7818 msgstr ""
7819
7820 #: config/darwin.opt:369
7821 msgid "-unexported_symbols_list <filename>\tDon't export global symbols listed in filename."
7822 msgstr ""
7823
7824 #: config/darwin.opt:373
7825 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."
7826 msgstr ""
7827
7828 #: config/darwin.opt:377
7829 msgid "Logs the object files the linker loads"
7830 msgstr ""
7831
7832 #: config/darwin.opt:381
7833 msgid "Logs which symbol(s) caused an object to be loaded."
7834 msgstr ""
7835
7836 #: config/darwin.opt:389
7837 msgid "(Obsolete, ignored)\tOld support similar to whyload."
7838 msgstr ""
7839
7840 #: config/darwin.opt:393
7841 msgid "(Obsolete and unhandled by ld64, ignored)\tld should produce an executable (only handled by ld_classic)."
7842 msgstr ""
7843
7844 #: config/bfin/bfin.opt:40 config/msp430/msp430.opt:3 config/c6x/c6x.opt:38
7845 msgid "Use simulator runtime."
7846 msgstr ""
7847
7848 #: config/bfin/bfin.opt:44 config/arm/arm.opt:111
7849 msgid "Specify the name of the target CPU."
7850 msgstr ""
7851
7852 #: config/bfin/bfin.opt:48
7853 msgid "Omit frame pointer for leaf functions."
7854 msgstr ""
7855
7856 #: config/bfin/bfin.opt:52
7857 msgid "Program is entirely located in low 64k of memory."
7858 msgstr ""
7859
7860 #: config/bfin/bfin.opt:56
7861 msgid "Work around a hardware anomaly by adding a number of NOPs before a CSYNC or SSYNC instruction."
7862 msgstr ""
7863
7864 #: config/bfin/bfin.opt:61
7865 msgid "Avoid speculative loads to work around a hardware anomaly."
7866 msgstr ""
7867
7868 #: config/bfin/bfin.opt:65
7869 msgid "Enabled ID based shared library."
7870 msgstr "Увімкнено засновану на ідентифікаторах бібліотеку спільного використання."
7871
7872 #: config/bfin/bfin.opt:69
7873 msgid "Generate code that won't be linked against any other ID shared libraries, but may be used as a shared library."
7874 msgstr ""
7875
7876 #: config/bfin/bfin.opt:74 config/m68k/m68k.opt:175
7877 msgid "ID of shared library to build."
7878 msgstr "Ідентифікатор бібліотеки спільного використання для збирання."
7879
7880 #: config/bfin/bfin.opt:78 config/m68k/m68k.opt:171
7881 msgid "Enable separate data segment."
7882 msgstr ""
7883
7884 #: config/bfin/bfin.opt:82 config/c6x/c6x.opt:63
7885 msgid "Avoid generating pc-relative calls; use indirection."
7886 msgstr ""
7887
7888 #: config/bfin/bfin.opt:86
7889 msgid "Link with the fast floating-point library."
7890 msgstr ""
7891
7892 #: config/bfin/bfin.opt:90 config/arm/arm.opt:312 config/frv/frv.opt:130
7893 msgid "Enable Function Descriptor PIC mode."
7894 msgstr ""
7895
7896 #: config/bfin/bfin.opt:94 config/frv/frv.opt:162
7897 msgid "Enable inlining of PLT in function calls."
7898 msgstr ""
7899
7900 #: config/bfin/bfin.opt:98
7901 msgid "Do stack checking using bounds in L1 scratch memory."
7902 msgstr ""
7903
7904 #: config/bfin/bfin.opt:102
7905 msgid "Enable multicore support."
7906 msgstr ""
7907
7908 #: config/bfin/bfin.opt:106
7909 msgid "Build for Core A."
7910 msgstr ""
7911
7912 #: config/bfin/bfin.opt:110
7913 msgid "Build for Core B."
7914 msgstr ""
7915
7916 #: config/bfin/bfin.opt:114
7917 msgid "Build for SDRAM."
7918 msgstr ""
7919
7920 #: config/bfin/bfin.opt:118
7921 msgid "Assume ICPLBs are enabled at runtime."
7922 msgstr ""
7923
7924 #: config/m68k/m68k-tables.opt:25
7925 msgid "Known M68K CPUs (for use with the -mcpu= option):"
7926 msgstr ""
7927
7928 #: config/m68k/m68k-tables.opt:365
7929 msgid "Known M68K microarchitectures (for use with the -mtune= option):"
7930 msgstr ""
7931
7932 #: config/m68k/m68k-tables.opt:411
7933 msgid "Known M68K ISAs (for use with the -march= option):"
7934 msgstr ""
7935
7936 #: config/m68k/ieee.opt:24 config/i386/i386.opt:364
7937 msgid "Use IEEE math for fp comparisons."
7938 msgstr ""
7939
7940 #: config/m68k/m68k.opt:30
7941 msgid "Generate code for a 520X."
7942 msgstr ""
7943
7944 #: config/m68k/m68k.opt:34
7945 msgid "Generate code for a 5206e."
7946 msgstr ""
7947
7948 #: config/m68k/m68k.opt:38
7949 msgid "Generate code for a 528x."
7950 msgstr ""
7951
7952 #: config/m68k/m68k.opt:42
7953 msgid "Generate code for a 5307."
7954 msgstr ""
7955
7956 #: config/m68k/m68k.opt:46
7957 msgid "Generate code for a 5407."
7958 msgstr ""
7959
7960 #: config/m68k/m68k.opt:50 config/m68k/m68k.opt:111
7961 msgid "Generate code for a 68000."
7962 msgstr ""
7963
7964 #: config/m68k/m68k.opt:54
7965 msgid "Generate code for a 68010."
7966 msgstr ""
7967
7968 #: config/m68k/m68k.opt:58 config/m68k/m68k.opt:115
7969 msgid "Generate code for a 68020."
7970 msgstr ""
7971
7972 #: config/m68k/m68k.opt:62
7973 msgid "Generate code for a 68040, without any new instructions."
7974 msgstr ""
7975
7976 #: config/m68k/m68k.opt:66
7977 msgid "Generate code for a 68060, without any new instructions."
7978 msgstr ""
7979
7980 #: config/m68k/m68k.opt:70
7981 msgid "Generate code for a 68030."
7982 msgstr ""
7983
7984 #: config/m68k/m68k.opt:74
7985 msgid "Generate code for a 68040."
7986 msgstr ""
7987
7988 #: config/m68k/m68k.opt:78
7989 msgid "Generate code for a 68060."
7990 msgstr ""
7991
7992 #: config/m68k/m68k.opt:82
7993 msgid "Generate code for a 68302."
7994 msgstr ""
7995
7996 #: config/m68k/m68k.opt:86
7997 msgid "Generate code for a 68332."
7998 msgstr ""
7999
8000 #: config/m68k/m68k.opt:91
8001 msgid "Generate code for a 68851."
8002 msgstr ""
8003
8004 #: config/m68k/m68k.opt:95
8005 msgid "Generate code that uses 68881 floating-point instructions."
8006 msgstr ""
8007
8008 #: config/m68k/m68k.opt:99
8009 msgid "Align variables on a 32-bit boundary."
8010 msgstr ""
8011
8012 #: config/m68k/m68k.opt:103 config/arm/arm.opt:86 config/nios2/nios2.opt:570
8013 #: config/nds32/nds32.opt:171 config/c6x/c6x.opt:67
8014 msgid "Specify the name of the target architecture."
8015 msgstr ""
8016
8017 #: config/m68k/m68k.opt:107
8018 msgid "Use the bit-field instructions."
8019 msgstr ""
8020
8021 #: config/m68k/m68k.opt:119
8022 msgid "Generate code for a ColdFire v4e."
8023 msgstr ""
8024
8025 #: config/m68k/m68k.opt:123
8026 msgid "Specify the target CPU."
8027 msgstr ""
8028
8029 #: config/m68k/m68k.opt:127
8030 msgid "Generate code for a cpu32."
8031 msgstr ""
8032
8033 #: config/m68k/m68k.opt:131
8034 msgid "Use hardware division instructions on ColdFire."
8035 msgstr ""
8036
8037 #: config/m68k/m68k.opt:135
8038 msgid "Generate code for a Fido A."
8039 msgstr ""
8040
8041 #: config/m68k/m68k.opt:139
8042 msgid "Generate code which uses hardware floating point instructions."
8043 msgstr ""
8044
8045 #: config/m68k/m68k.opt:143
8046 msgid "Enable ID based shared library."
8047 msgstr "Увімкнути засновану на ідентифікаторах бібліотеку спільного використання."
8048
8049 #: config/m68k/m68k.opt:147
8050 msgid "Use 32-bit offsets in jump tables rather than 16-bit offsets."
8051 msgstr ""
8052
8053 #: config/m68k/m68k.opt:151
8054 msgid "Do not use the bit-field instructions."
8055 msgstr ""
8056
8057 #: config/m68k/m68k.opt:155
8058 msgid "Use normal calling convention."
8059 msgstr ""
8060
8061 #: config/m68k/m68k.opt:159
8062 msgid "Consider type 'int' to be 32 bits wide."
8063 msgstr ""
8064
8065 #: config/m68k/m68k.opt:163
8066 msgid "Generate pc-relative code."
8067 msgstr ""
8068
8069 #: config/m68k/m68k.opt:167
8070 msgid "Use different calling convention using 'rtd'."
8071 msgstr ""
8072
8073 #: config/m68k/m68k.opt:179
8074 msgid "Consider type 'int' to be 16 bits wide."
8075 msgstr ""
8076
8077 #: config/m68k/m68k.opt:183
8078 msgid "Generate code with library calls for floating point."
8079 msgstr ""
8080
8081 #: config/m68k/m68k.opt:187
8082 msgid "Do not use unaligned memory references."
8083 msgstr ""
8084
8085 #: config/m68k/m68k.opt:191
8086 msgid "Tune for the specified target CPU or architecture."
8087 msgstr ""
8088
8089 #: config/m68k/m68k.opt:195
8090 msgid "Support more than 8192 GOT entries on ColdFire."
8091 msgstr ""
8092
8093 #: config/m68k/m68k.opt:199
8094 msgid "Support TLS segment larger than 64K."
8095 msgstr ""
8096
8097 #: config/riscv/riscv.opt:26
8098 msgid "-mbranch-cost=N\tSet the cost of branches to roughly N instructions."
8099 msgstr ""
8100
8101 #: config/riscv/riscv.opt:30
8102 msgid "When generating -fpic code, allow the use of PLTs. Ignored for fno-pic."
8103 msgstr ""
8104
8105 #: config/riscv/riscv.opt:34
8106 msgid "Specify integer and floating-point calling convention."
8107 msgstr ""
8108
8109 #: config/riscv/riscv.opt:38 config/i386/i386.opt:411
8110 msgid "Attempt to keep stack aligned to this power of 2."
8111 msgstr ""
8112
8113 #: config/riscv/riscv.opt:42
8114 msgid "Supported ABIs (for use with the -mabi= option):"
8115 msgstr ""
8116
8117 #: config/riscv/riscv.opt:67
8118 msgid "Use hardware floating-point divide and square root instructions."
8119 msgstr ""
8120
8121 #: config/riscv/riscv.opt:71
8122 msgid "Use hardware instructions for integer division."
8123 msgstr ""
8124
8125 #: config/riscv/riscv.opt:75
8126 msgid "-march=\tGenerate code for given RISC-V ISA (e.g. RV64IM). ISA strings must be lower-case."
8127 msgstr ""
8128
8129 #: config/riscv/riscv.opt:80 config/mips/mips.opt:405
8130 msgid "-mtune=PROCESSOR\tOptimize the output for PROCESSOR."
8131 msgstr ""
8132
8133 #: config/riscv/riscv.opt:84
8134 msgid "-msmall-data-limit=N\tPut global and static data smaller than <number> bytes into a special section (on some targets)."
8135 msgstr ""
8136
8137 #: config/riscv/riscv.opt:88
8138 msgid "Use smaller but slower prologue and epilogue code."
8139 msgstr ""
8140
8141 #: config/riscv/riscv.opt:92 config/aarch64/aarch64.opt:88
8142 msgid "Specify the code model."
8143 msgstr ""
8144
8145 #: config/riscv/riscv.opt:96
8146 msgid "Do not generate unaligned memory accesses."
8147 msgstr ""
8148
8149 #: config/riscv/riscv.opt:100 config/i386/i386.opt:283
8150 #: config/rs6000/aix64.opt:36 config/rs6000/linux64.opt:32
8151 #: config/tilegx/tilegx.opt:57
8152 msgid "Known code models (for use with the -mcmodel= option):"
8153 msgstr ""
8154
8155 #: config/riscv/riscv.opt:110
8156 msgid "Use %reloc() operators, rather than assembly macros, to load addresses."
8157 msgstr ""
8158
8159 #: config/riscv/riscv.opt:114
8160 msgid "Take advantage of linker relaxations to reduce the number of instructions required to materialize symbol addresses."
8161 msgstr ""
8162
8163 #: config/riscv/riscv.opt:133
8164 msgid "Emit RISC-V ELF attribute."
8165 msgstr ""
8166
8167 #: config/riscv/riscv.opt:137 config/i386/i386.opt:236
8168 msgid "Use the given data alignment."
8169 msgstr ""
8170
8171 #: config/riscv/riscv.opt:141 config/i386/i386.opt:240
8172 msgid "Known data alignment choices (for use with the -malign-data= option):"
8173 msgstr ""
8174
8175 #: config/m32c/m32c.opt:23
8176 msgid "-msim\tUse simulator runtime."
8177 msgstr ""
8178
8179 #: config/m32c/m32c.opt:27
8180 msgid "-mcpu=r8c\tCompile code for R8C variants."
8181 msgstr ""
8182
8183 #: config/m32c/m32c.opt:31
8184 msgid "-mcpu=m16c\tCompile code for M16C variants."
8185 msgstr ""
8186
8187 #: config/m32c/m32c.opt:35
8188 msgid "-mcpu=m32cm\tCompile code for M32CM variants."
8189 msgstr ""
8190
8191 #: config/m32c/m32c.opt:39
8192 msgid "-mcpu=m32c\tCompile code for M32C variants."
8193 msgstr ""
8194
8195 #: config/m32c/m32c.opt:43
8196 msgid "-memregs=\tNumber of memreg bytes (default: 16, range: 0..16)."
8197 msgstr ""
8198
8199 #: config/msp430/msp430.opt:7
8200 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."
8201 msgstr ""
8202
8203 #: config/msp430/msp430.opt:11
8204 msgid "Force assembly output to always use hex constants."
8205 msgstr ""
8206
8207 #: config/msp430/msp430.opt:15
8208 msgid "Specify the MCU to build for."
8209 msgstr ""
8210
8211 #: config/msp430/msp430.opt:19
8212 msgid "Warn if an MCU name is unrecognized or conflicts with other options (default: on)."
8213 msgstr ""
8214
8215 #: config/msp430/msp430.opt:23
8216 msgid "Warn if devices.csv is not found or there are problem parsing it (default: on)."
8217 msgstr ""
8218
8219 #: config/msp430/msp430.opt:27
8220 msgid "Specify the ISA to build for: msp430, msp430x, msp430xv2."
8221 msgstr ""
8222
8223 #: config/msp430/msp430.opt:31
8224 msgid "Select large model - 20-bit addresses/pointers."
8225 msgstr ""
8226
8227 #: config/msp430/msp430.opt:35
8228 msgid "Select small model - 16-bit addresses/pointers (default)."
8229 msgstr ""
8230
8231 #: config/msp430/msp430.opt:39
8232 msgid "Optimize opcode sizes at link time."
8233 msgstr ""
8234
8235 #: config/msp430/msp430.opt:46 config/pru/pru.opt:26
8236 msgid "Use a minimum runtime (no static initializers or ctors) for memory-constrained devices."
8237 msgstr ""
8238
8239 #: config/msp430/msp430.opt:53
8240 msgid "Specify the type of hardware multiply to support."
8241 msgstr ""
8242
8243 #: config/msp430/msp430.opt:75
8244 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)."
8245 msgstr ""
8246
8247 #: config/msp430/msp430.opt:79
8248 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)."
8249 msgstr ""
8250
8251 #: config/msp430/msp430.opt:83
8252 msgid "Add the .lower prefix to section names when compiling with -m{code,data}-region=lower (disabled by default)."
8253 msgstr ""
8254
8255 #: config/msp430/msp430.opt:102
8256 msgid "Passes on a request to the assembler to enable fixes for various silicon errata."
8257 msgstr ""
8258
8259 #: config/msp430/msp430.opt:106
8260 msgid "Passes on a request to the assembler to warn about various silicon errata."
8261 msgstr ""
8262
8263 #: config/msp430/msp430.opt:110
8264 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."
8265 msgstr ""
8266
8267 #: config/aarch64/aarch64.opt:43
8268 msgid "The possible TLS dialects:"
8269 msgstr ""
8270
8271 #: config/aarch64/aarch64.opt:55
8272 msgid "The code model option names for -mcmodel:"
8273 msgstr ""
8274
8275 #: config/aarch64/aarch64.opt:68 config/arm/arm.opt:99
8276 #: config/microblaze/microblaze.opt:60
8277 msgid "Assume target CPU is configured as big endian."
8278 msgstr ""
8279
8280 #: config/aarch64/aarch64.opt:72 config/i386/i386.opt:1016
8281 msgid "Generate code which uses only the general registers."
8282 msgstr ""
8283
8284 #: config/aarch64/aarch64.opt:76
8285 msgid "Workaround for ARM Cortex-A53 Erratum number 835769."
8286 msgstr ""
8287
8288 #: config/aarch64/aarch64.opt:80
8289 msgid "Workaround for ARM Cortex-A53 Erratum number 843419."
8290 msgstr ""
8291
8292 #: config/aarch64/aarch64.opt:84 config/arm/arm.opt:164
8293 #: config/microblaze/microblaze.opt:64
8294 msgid "Assume target CPU is configured as little endian."
8295 msgstr ""
8296
8297 #: config/aarch64/aarch64.opt:92
8298 msgid "Don't assume that unaligned accesses are handled by the system."
8299 msgstr ""
8300
8301 #: config/aarch64/aarch64.opt:96 config/i386/i386.opt:395
8302 msgid "Omit the frame pointer in leaf functions."
8303 msgstr ""
8304
8305 #: config/aarch64/aarch64.opt:100
8306 msgid "Specify TLS dialect."
8307 msgstr ""
8308
8309 #: config/aarch64/aarch64.opt:104
8310 msgid "Specifies bit size of immediate TLS offsets. Valid values are 12, 24, 32, 48."
8311 msgstr ""
8312
8313 #: config/aarch64/aarch64.opt:123
8314 msgid "Use features of architecture ARCH."
8315 msgstr ""
8316
8317 #: config/aarch64/aarch64.opt:127
8318 msgid "Use features of and optimize for CPU."
8319 msgstr ""
8320
8321 #: config/aarch64/aarch64.opt:131
8322 msgid "Optimize for CPU."
8323 msgstr ""
8324
8325 #: config/aarch64/aarch64.opt:135
8326 msgid "Generate code that conforms to the specified ABI."
8327 msgstr ""
8328
8329 #: config/aarch64/aarch64.opt:139
8330 msgid "-moverride=<string>\tPower users only! Override CPU optimization parameters."
8331 msgstr ""
8332
8333 #: config/aarch64/aarch64.opt:143
8334 msgid "Known AArch64 ABIs (for use with the -mabi= option):"
8335 msgstr ""
8336
8337 #: config/aarch64/aarch64.opt:153
8338 msgid "PC relative literal loads."
8339 msgstr ""
8340
8341 #: config/aarch64/aarch64.opt:157
8342 msgid "Use branch-protection features."
8343 msgstr ""
8344
8345 #: config/aarch64/aarch64.opt:161
8346 msgid "Select return address signing scope."
8347 msgstr ""
8348
8349 #: config/aarch64/aarch64.opt:165
8350 msgid "Supported AArch64 return address signing scope (for use with -msign-return-address= option):"
8351 msgstr ""
8352
8353 #: config/aarch64/aarch64.opt:178
8354 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."
8355 msgstr ""
8356
8357 #: config/aarch64/aarch64.opt:184
8358 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."
8359 msgstr ""
8360
8361 #: config/aarch64/aarch64.opt:191
8362 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."
8363 msgstr ""
8364
8365 #: config/aarch64/aarch64.opt:197
8366 msgid "The possible SVE vector lengths:"
8367 msgstr ""
8368
8369 #: config/aarch64/aarch64.opt:219
8370 msgid "-msve-vector-bits=<number>\tSet the number of bits in an SVE vector register."
8371 msgstr ""
8372
8373 #: config/aarch64/aarch64.opt:223
8374 msgid "Enables verbose cost model dumping in the debug dump files."
8375 msgstr ""
8376
8377 #: config/aarch64/aarch64.opt:227
8378 msgid "Generate code to track when the CPU might be speculating incorrectly."
8379 msgstr ""
8380
8381 #: config/aarch64/aarch64.opt:231 config/i386/i386.opt:981
8382 #: config/rs6000/rs6000.opt:538
8383 msgid "Use given stack-protector guard."
8384 msgstr ""
8385
8386 #: config/aarch64/aarch64.opt:235 config/rs6000/rs6000.opt:542
8387 msgid "Valid arguments to -mstack-protector-guard=:"
8388 msgstr ""
8389
8390 #: config/aarch64/aarch64.opt:245
8391 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."
8392 msgstr ""
8393
8394 #: config/aarch64/aarch64.opt:251
8395 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."
8396 msgstr ""
8397
8398 #: config/aarch64/aarch64.opt:260
8399 msgid "Generate local calls to out-of-line atomic operations."
8400 msgstr ""
8401
8402 #: config/aarch64/aarch64.opt:264
8403 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."
8404 msgstr ""
8405
8406 #: config/linux.opt:24
8407 msgid "Use Bionic C library."
8408 msgstr ""
8409
8410 #: config/linux.opt:28
8411 msgid "Use GNU C library."
8412 msgstr ""
8413
8414 #: config/linux.opt:32
8415 msgid "Use uClibc C library."
8416 msgstr ""
8417
8418 #: config/linux.opt:36
8419 msgid "Use musl C library."
8420 msgstr ""
8421
8422 #: config/ia64/ilp32.opt:3
8423 msgid "Generate ILP32 code."
8424 msgstr ""
8425
8426 #: config/ia64/ilp32.opt:7
8427 msgid "Generate LP64 code."
8428 msgstr ""
8429
8430 #: config/ia64/ia64.opt:28
8431 msgid "Generate big endian code."
8432 msgstr ""
8433
8434 #: config/ia64/ia64.opt:32
8435 msgid "Generate little endian code."
8436 msgstr ""
8437
8438 #: config/ia64/ia64.opt:36
8439 msgid "Generate code for GNU as."
8440 msgstr ""
8441
8442 #: config/ia64/ia64.opt:40
8443 msgid "Generate code for GNU ld."
8444 msgstr ""
8445
8446 #: config/ia64/ia64.opt:44
8447 msgid "Emit stop bits before and after volatile extended asms."
8448 msgstr ""
8449
8450 #: config/ia64/ia64.opt:48
8451 msgid "Use in/loc/out register names."
8452 msgstr "Використовувати назви регістрів in/loc/out."
8453
8454 #: config/ia64/ia64.opt:55
8455 msgid "Enable use of sdata/scommon/sbss."
8456 msgstr ""
8457
8458 #: config/ia64/ia64.opt:59
8459 msgid "Generate code without GP reg."
8460 msgstr ""
8461
8462 #: config/ia64/ia64.opt:63
8463 msgid "gp is constant (but save/restore gp on indirect calls)."
8464 msgstr ""
8465
8466 #: config/ia64/ia64.opt:67
8467 msgid "Generate self-relocatable code."
8468 msgstr ""
8469
8470 #: config/ia64/ia64.opt:71
8471 msgid "Generate inline floating point division, optimize for latency."
8472 msgstr ""
8473
8474 #: config/ia64/ia64.opt:75
8475 msgid "Generate inline floating point division, optimize for throughput."
8476 msgstr ""
8477
8478 #: config/ia64/ia64.opt:82
8479 msgid "Generate inline integer division, optimize for latency."
8480 msgstr ""
8481
8482 #: config/ia64/ia64.opt:86
8483 msgid "Generate inline integer division, optimize for throughput."
8484 msgstr ""
8485
8486 #: config/ia64/ia64.opt:90
8487 msgid "Do not inline integer division."
8488 msgstr ""
8489
8490 #: config/ia64/ia64.opt:94
8491 msgid "Generate inline square root, optimize for latency."
8492 msgstr ""
8493
8494 #: config/ia64/ia64.opt:98
8495 msgid "Generate inline square root, optimize for throughput."
8496 msgstr ""
8497
8498 #: config/ia64/ia64.opt:102
8499 msgid "Do not inline square root."
8500 msgstr ""
8501
8502 #: config/ia64/ia64.opt:106
8503 msgid "Enable DWARF line debug info via GNU as."
8504 msgstr ""
8505
8506 #: config/ia64/ia64.opt:110
8507 msgid "Enable earlier placing stop bits for better scheduling."
8508 msgstr ""
8509
8510 #: config/ia64/ia64.opt:114 config/pa/pa.opt:66 config/sh/sh.opt:227
8511 msgid "Specify range of registers to make fixed."
8512 msgstr ""
8513
8514 #: config/ia64/ia64.opt:118 config/alpha/alpha.opt:130
8515 msgid "Specify bit size of immediate TLS offsets."
8516 msgstr ""
8517
8518 #: config/ia64/ia64.opt:122 config/i386/i386.opt:509 config/s390/s390.opt:197
8519 #: config/sparc/sparc.opt:146 config/visium/visium.opt:49
8520 msgid "Schedule code for given CPU."
8521 msgstr ""
8522
8523 #: config/ia64/ia64.opt:126
8524 msgid "Known Itanium CPUs (for use with the -mtune= option):"
8525 msgstr ""
8526
8527 #: config/ia64/ia64.opt:136
8528 msgid "Use data speculation before reload."
8529 msgstr ""
8530
8531 #: config/ia64/ia64.opt:140
8532 msgid "Use data speculation after reload."
8533 msgstr ""
8534
8535 #: config/ia64/ia64.opt:144
8536 msgid "Use control speculation."
8537 msgstr ""
8538
8539 #: config/ia64/ia64.opt:148
8540 msgid "Use in block data speculation before reload."
8541 msgstr ""
8542
8543 #: config/ia64/ia64.opt:152
8544 msgid "Use in block data speculation after reload."
8545 msgstr ""
8546
8547 #: config/ia64/ia64.opt:156
8548 msgid "Use in block control speculation."
8549 msgstr ""
8550
8551 #: config/ia64/ia64.opt:160
8552 msgid "Use simple data speculation check."
8553 msgstr ""
8554
8555 #: config/ia64/ia64.opt:164
8556 msgid "Use simple data speculation check for control speculation."
8557 msgstr ""
8558
8559 #: config/ia64/ia64.opt:174
8560 msgid "Count speculative dependencies while calculating priority of instructions."
8561 msgstr ""
8562
8563 #: config/ia64/ia64.opt:178
8564 msgid "Place a stop bit after every cycle when scheduling."
8565 msgstr ""
8566
8567 #: config/ia64/ia64.opt:182
8568 msgid "Assume that floating-point stores and loads are not likely to cause conflict when placed into one instruction group."
8569 msgstr ""
8570
8571 #: config/ia64/ia64.opt:186
8572 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."
8573 msgstr ""
8574
8575 #: config/ia64/ia64.opt:190
8576 msgid "Disallow more than 'msched-max-memory-insns' in instruction group. Otherwise, limit is 'soft' (prefer non-memory operations when limit is reached)."
8577 msgstr ""
8578
8579 #: config/ia64/ia64.opt:194
8580 msgid "Don't generate checks for control speculation in selective scheduling."
8581 msgstr ""
8582
8583 #: config/epiphany/epiphany.opt:24
8584 msgid "Don't use any of r32..r63."
8585 msgstr ""
8586
8587 #: config/epiphany/epiphany.opt:28
8588 msgid "Preferentially allocate registers that allow short instruction generation."
8589 msgstr ""
8590
8591 #: config/epiphany/epiphany.opt:32
8592 msgid "Set branch cost."
8593 msgstr ""
8594
8595 #: config/epiphany/epiphany.opt:36
8596 msgid "Enable conditional move instruction usage."
8597 msgstr "Увімкнути використання інструкцій із умовного пересування."
8598
8599 #: config/epiphany/epiphany.opt:40
8600 msgid "Set number of nops to emit before each insn pattern."
8601 msgstr ""
8602
8603 #: config/epiphany/epiphany.opt:52
8604 msgid "Use software floating point comparisons."
8605 msgstr ""
8606
8607 #: config/epiphany/epiphany.opt:56
8608 msgid "Enable split of 32 bit immediate loads into low / high part."
8609 msgstr ""
8610
8611 #: config/epiphany/epiphany.opt:60
8612 msgid "Enable use of POST_INC / POST_DEC."
8613 msgstr ""
8614
8615 #: config/epiphany/epiphany.opt:64
8616 msgid "Enable use of POST_MODIFY."
8617 msgstr ""
8618
8619 #: config/epiphany/epiphany.opt:68
8620 msgid "Set number of bytes on the stack preallocated for use by the callee."
8621 msgstr ""
8622
8623 #: config/epiphany/epiphany.opt:72
8624 msgid "Assume round to nearest is selected for purposes of scheduling."
8625 msgstr ""
8626
8627 #: config/epiphany/epiphany.opt:76
8628 msgid "Generate call insns as indirect calls."
8629 msgstr ""
8630
8631 #: config/epiphany/epiphany.opt:80
8632 msgid "Generate call insns as direct calls."
8633 msgstr ""
8634
8635 #: config/epiphany/epiphany.opt:84
8636 msgid "Assume labels and symbols can be addressed using 16 bit absolute addresses."
8637 msgstr ""
8638
8639 #: config/epiphany/epiphany.opt:108
8640 msgid "A floatig point to integer truncation may be replaced with rounding to save mode switching."
8641 msgstr ""
8642
8643 #: config/epiphany/epiphany.opt:112
8644 msgid "Vectorize for double-word operations."
8645 msgstr ""
8646
8647 #: config/epiphany/epiphany.opt:128
8648 msgid "Split unaligned 8 byte vector moves before post-modify address generation."
8649 msgstr ""
8650
8651 #: config/epiphany/epiphany.opt:132
8652 msgid "Use the floating point unit for integer add/subtract."
8653 msgstr ""
8654
8655 #: config/epiphany/epiphany.opt:136
8656 msgid "Set register to hold -1."
8657 msgstr ""
8658
8659 #: config/ft32/ft32.opt:23
8660 msgid "Target the software simulator."
8661 msgstr ""
8662
8663 #: config/ft32/ft32.opt:27 config/s390/s390.opt:228 config/mips/mips.opt:393
8664 #: config/arc/arc.opt:406
8665 msgid "Use LRA instead of reload."
8666 msgstr ""
8667
8668 #: config/ft32/ft32.opt:31
8669 msgid "Avoid use of the DIV and MOD instructions."
8670 msgstr ""
8671
8672 #: config/ft32/ft32.opt:35
8673 msgid "Target the FT32B architecture."
8674 msgstr ""
8675
8676 #: config/ft32/ft32.opt:39
8677 msgid "Enable FT32B code compression."
8678 msgstr "Увімкнути стискання коду FT32B."
8679
8680 #: config/ft32/ft32.opt:43
8681 msgid "Avoid placing any readable data in program memory."
8682 msgstr ""
8683
8684 #: config/h8300/h8300.opt:23
8685 msgid "Generate H8S code."
8686 msgstr ""
8687
8688 #: config/h8300/h8300.opt:27
8689 msgid "Generate H8SX code."
8690 msgstr ""
8691
8692 #: config/h8300/h8300.opt:31
8693 msgid "Generate H8S/2600 code."
8694 msgstr ""
8695
8696 #: config/h8300/h8300.opt:35
8697 msgid "Make integers 32 bits wide."
8698 msgstr ""
8699
8700 #: config/h8300/h8300.opt:42
8701 msgid "Use registers for argument passing."
8702 msgstr ""
8703
8704 #: config/h8300/h8300.opt:46
8705 msgid "Consider access to byte sized memory slow."
8706 msgstr ""
8707
8708 #: config/h8300/h8300.opt:50
8709 msgid "Enable linker relaxing."
8710 msgstr ""
8711
8712 #: config/h8300/h8300.opt:54
8713 msgid "Generate H8/300H code."
8714 msgstr ""
8715
8716 #: config/h8300/h8300.opt:58
8717 msgid "Enable the normal mode."
8718 msgstr ""
8719
8720 #: config/h8300/h8300.opt:62
8721 msgid "Use H8/300 alignment rules."
8722 msgstr ""
8723
8724 #: config/h8300/h8300.opt:66
8725 msgid "Push extended registers on stack in monitor functions."
8726 msgstr ""
8727
8728 #: config/h8300/h8300.opt:70
8729 msgid "Do not push extended registers on stack in monitor functions."
8730 msgstr ""
8731
8732 #: config/pru/pru.opt:31
8733 msgid "-mmcu=MCU\tSelect the target System-On-Chip variant that embeds this PRU."
8734 msgstr ""
8735
8736 #: config/pru/pru.opt:35
8737 msgid "Make GCC pass the --no-relax command-line option to the linker instead of the --relax option."
8738 msgstr ""
8739
8740 #: config/pru/pru.opt:40
8741 msgid "Allow (or do not allow) gcc to use the LOOP instruction."
8742 msgstr ""
8743
8744 #: config/pru/pru.opt:44
8745 msgid "Select target ABI variant."
8746 msgstr ""
8747
8748 #: config/pru/pru.opt:48
8749 msgid "ABI variant code generation (for use with -mabi= option):"
8750 msgstr ""
8751
8752 #: config/pdp11/pdp11.opt:23
8753 msgid "Generate code for an 11/10."
8754 msgstr ""
8755
8756 #: config/pdp11/pdp11.opt:27
8757 msgid "Generate code for an 11/40."
8758 msgstr ""
8759
8760 #: config/pdp11/pdp11.opt:31
8761 msgid "Generate code for an 11/45."
8762 msgstr ""
8763
8764 #: config/pdp11/pdp11.opt:35
8765 msgid "Return floating-point results in ac0 (fr0 in Unix assembler syntax)."
8766 msgstr ""
8767
8768 #: config/pdp11/pdp11.opt:39
8769 msgid "Use the DEC assembler syntax."
8770 msgstr ""
8771
8772 #: config/pdp11/pdp11.opt:43
8773 msgid "Use the GNU assembler syntax."
8774 msgstr ""
8775
8776 #: config/pdp11/pdp11.opt:47 config/rs6000/rs6000.opt:191
8777 #: config/frv/frv.opt:158
8778 msgid "Use hardware floating point."
8779 msgstr ""
8780
8781 #: config/pdp11/pdp11.opt:51
8782 msgid "Use 16 bit int."
8783 msgstr ""
8784
8785 #: config/pdp11/pdp11.opt:55
8786 msgid "Use 32 bit int."
8787 msgstr ""
8788
8789 #: config/pdp11/pdp11.opt:59 config/rs6000/rs6000.opt:187
8790 msgid "Do not use hardware floating point."
8791 msgstr ""
8792
8793 #: config/pdp11/pdp11.opt:63
8794 msgid "Target has split I&D."
8795 msgstr ""
8796
8797 #: config/pdp11/pdp11.opt:67
8798 msgid "Use UNIX assembler syntax."
8799 msgstr ""
8800
8801 #: config/pdp11/pdp11.opt:71
8802 msgid "Use LRA register allocator."
8803 msgstr ""
8804
8805 #: config/xtensa/xtensa.opt:23
8806 msgid "Use CONST16 instruction to load constants."
8807 msgstr ""
8808
8809 #: config/xtensa/xtensa.opt:27
8810 msgid "Disable position-independent code (PIC) for use in OS kernel code."
8811 msgstr ""
8812
8813 #: config/xtensa/xtensa.opt:31
8814 msgid "Use indirect CALLXn instructions for large programs."
8815 msgstr ""
8816
8817 #: config/xtensa/xtensa.opt:35
8818 msgid "Automatically align branch targets to reduce branch penalties."
8819 msgstr ""
8820
8821 #: config/xtensa/xtensa.opt:39
8822 msgid "Intersperse literal pools with code in the text section."
8823 msgstr ""
8824
8825 #: config/xtensa/xtensa.opt:43
8826 msgid "Relax literals in assembler and place them automatically in the text section."
8827 msgstr ""
8828
8829 #: config/xtensa/xtensa.opt:47
8830 msgid "-mno-serialize-volatile\tDo not serialize volatile memory references with MEMW instructions."
8831 msgstr ""
8832
8833 #: config/i386/cygming.opt:23
8834 msgid "Create console application."
8835 msgstr ""
8836
8837 #: config/i386/cygming.opt:27
8838 msgid "Generate code for a DLL."
8839 msgstr ""
8840
8841 #: config/i386/cygming.opt:31
8842 msgid "Ignore dllimport for functions."
8843 msgstr ""
8844
8845 #: config/i386/cygming.opt:35
8846 msgid "Use Mingw-specific thread support."
8847 msgstr ""
8848
8849 #: config/i386/cygming.opt:39
8850 msgid "Set Windows defines."
8851 msgstr ""
8852
8853 #: config/i386/cygming.opt:43
8854 msgid "Create GUI application."
8855 msgstr ""
8856
8857 #: config/i386/cygming.opt:47
8858 msgid "Use the GNU extension to the PE format for aligned common data."
8859 msgstr ""
8860
8861 #: config/i386/cygming.opt:51
8862 msgid "Compile code that relies on Cygwin DLL wrappers to support C++ operator new/delete replacement."
8863 msgstr ""
8864
8865 #: config/i386/cygming.opt:55
8866 msgid "For nested functions on stack executable permission is set."
8867 msgstr ""
8868
8869 #: config/i386/cygming.opt:62
8870 msgid "Put relocated read-only data into .data section."
8871 msgstr ""
8872
8873 #: config/i386/mingw.opt:29
8874 msgid "Warn about none ISO msvcrt scanf/printf width extensions."
8875 msgstr ""
8876
8877 #: config/i386/mingw-w64.opt:23
8878 msgid "Use unicode startup and define UNICODE macro."
8879 msgstr ""
8880
8881 #: config/i386/i386.opt:188
8882 msgid "sizeof(long double) is 16."
8883 msgstr ""
8884
8885 #: config/i386/i386.opt:192 config/i386/i386.opt:360
8886 msgid "Use hardware fp."
8887 msgstr ""
8888
8889 #: config/i386/i386.opt:196
8890 msgid "sizeof(long double) is 12."
8891 msgstr ""
8892
8893 #: config/i386/i386.opt:200
8894 msgid "Use 80-bit long double."
8895 msgstr ""
8896
8897 #: config/i386/i386.opt:204 config/s390/s390.opt:157
8898 #: config/sparc/long-double-switch.opt:27 config/alpha/alpha.opt:102
8899 msgid "Use 64-bit long double."
8900 msgstr ""
8901
8902 #: config/i386/i386.opt:208 config/s390/s390.opt:153
8903 #: config/sparc/long-double-switch.opt:23 config/alpha/alpha.opt:98
8904 msgid "Use 128-bit long double."
8905 msgstr ""
8906
8907 #: config/i386/i386.opt:212 config/sh/sh.opt:179
8908 msgid "Reserve space for outgoing arguments in the function prologue."
8909 msgstr ""
8910
8911 #: config/i386/i386.opt:216
8912 msgid "Align some doubles on dword boundary."
8913 msgstr ""
8914
8915 #: config/i386/i386.opt:220
8916 msgid "Function starts are aligned to this power of 2."
8917 msgstr ""
8918
8919 #: config/i386/i386.opt:224
8920 msgid "Jump targets are aligned to this power of 2."
8921 msgstr ""
8922
8923 #: config/i386/i386.opt:228
8924 msgid "Loop code aligned to this power of 2."
8925 msgstr ""
8926
8927 #: config/i386/i386.opt:232
8928 msgid "Align destination of the string operations."
8929 msgstr ""
8930
8931 #: config/i386/i386.opt:253 config/s390/s390.opt:56
8932 msgid "Generate code for given CPU."
8933 msgstr ""
8934
8935 #: config/i386/i386.opt:257
8936 msgid "Use given assembler dialect."
8937 msgstr ""
8938
8939 #: config/i386/i386.opt:261
8940 msgid "Known assembler dialects (for use with the -masm= option):"
8941 msgstr ""
8942
8943 #: config/i386/i386.opt:271
8944 msgid "Branches are this expensive (arbitrary units)."
8945 msgstr ""
8946
8947 #: config/i386/i386.opt:275
8948 msgid "-mlarge-data-threshold=<number>\tData greater than given threshold will go into .ldata section in x86-64 medium model."
8949 msgstr ""
8950
8951 #: config/i386/i386.opt:279
8952 msgid "Use given x86-64 code model."
8953 msgstr ""
8954
8955 #: config/i386/i386.opt:302
8956 msgid "Use given address mode."
8957 msgstr "Використовувати вказаний режим адресування."
8958
8959 #: config/i386/i386.opt:306
8960 msgid "Known address mode (for use with the -maddress-mode= option):"
8961 msgstr ""
8962
8963 #: config/i386/i386.opt:319
8964 msgid "Generate sin, cos, sqrt for FPU."
8965 msgstr ""
8966
8967 #: config/i386/i386.opt:323
8968 msgid "Always use Dynamic Realigned Argument Pointer (DRAP) to realign stack."
8969 msgstr ""
8970
8971 #: config/i386/i386.opt:327
8972 msgid "Return values of functions in FPU registers."
8973 msgstr ""
8974
8975 #: config/i386/i386.opt:331
8976 msgid "Generate floating point mathematics using given instruction set."
8977 msgstr ""
8978
8979 #: config/i386/i386.opt:335
8980 msgid "Valid arguments to -mfpmath=:"
8981 msgstr ""
8982
8983 #: config/i386/i386.opt:368
8984 msgid "Inline all known string operations."
8985 msgstr ""
8986
8987 #: config/i386/i386.opt:372
8988 msgid "Inline memset/memcpy string operations, but perform inline version only for small blocks."
8989 msgstr ""
8990
8991 #: config/i386/i386.opt:379
8992 msgid "Use native (MS) bitfield layout."
8993 msgstr ""
8994
8995 #: config/i386/i386.opt:399
8996 msgid "Set 80387 floating-point precision to 32-bit."
8997 msgstr ""
8998
8999 #: config/i386/i386.opt:403
9000 msgid "Set 80387 floating-point precision to 64-bit."
9001 msgstr ""
9002
9003 #: config/i386/i386.opt:407
9004 msgid "Set 80387 floating-point precision to 80-bit."
9005 msgstr ""
9006
9007 #: config/i386/i386.opt:415
9008 msgid "Assume incoming stack aligned to this power of 2."
9009 msgstr ""
9010
9011 #: config/i386/i386.opt:419
9012 msgid "Use push instructions to save outgoing arguments."
9013 msgstr ""
9014
9015 #: config/i386/i386.opt:423
9016 msgid "Use red-zone in the x86-64 code."
9017 msgstr ""
9018
9019 #: config/i386/i386.opt:427
9020 msgid "Number of registers used to pass integer arguments."
9021 msgstr ""
9022
9023 #: config/i386/i386.opt:431
9024 msgid "Alternate calling convention."
9025 msgstr ""
9026
9027 #: config/i386/i386.opt:435 config/alpha/alpha.opt:23
9028 msgid "Do not use hardware fp."
9029 msgstr ""
9030
9031 #: config/i386/i386.opt:439
9032 msgid "Use SSE register passing conventions for SF and DF mode."
9033 msgstr ""
9034
9035 #: config/i386/i386.opt:443
9036 msgid "Realign stack in prologue."
9037 msgstr ""
9038
9039 #: config/i386/i386.opt:447
9040 msgid "Enable stack probing."
9041 msgstr ""
9042
9043 #: config/i386/i386.opt:451
9044 msgid "Specify memcpy expansion strategy when expected size is known."
9045 msgstr ""
9046
9047 #: config/i386/i386.opt:455
9048 msgid "Specify memset expansion strategy when expected size is known."
9049 msgstr ""
9050
9051 #: config/i386/i386.opt:459
9052 msgid "Chose strategy to generate stringop using."
9053 msgstr ""
9054
9055 #: config/i386/i386.opt:463
9056 msgid "Valid arguments to -mstringop-strategy=:"
9057 msgstr ""
9058
9059 #: config/i386/i386.opt:491
9060 msgid "Use given thread-local storage dialect."
9061 msgstr ""
9062
9063 #: config/i386/i386.opt:495
9064 msgid "Known TLS dialects (for use with the -mtls-dialect= option):"
9065 msgstr ""
9066
9067 #: config/i386/i386.opt:505
9068 #, c-format
9069 msgid "Use direct references against %gs when accessing tls data."
9070 msgstr ""
9071
9072 #: config/i386/i386.opt:513
9073 msgid "Fine grain control of tune features."
9074 msgstr ""
9075
9076 #: config/i386/i386.opt:517
9077 msgid "Clear all tune features."
9078 msgstr ""
9079
9080 #: config/i386/i386.opt:524
9081 msgid "Generate code that conforms to Intel MCU psABI."
9082 msgstr ""
9083
9084 #: config/i386/i386.opt:528
9085 msgid "Generate code that conforms to the given ABI."
9086 msgstr ""
9087
9088 #: config/i386/i386.opt:532 config/nds32/nds32.opt:51
9089 msgid "Known ABIs (for use with the -mabi= option):"
9090 msgstr ""
9091
9092 #: config/i386/i386.opt:542
9093 msgid "Use libgcc stubs to save and restore registers clobbered by 64-bit Microsoft to System V ABI calls."
9094 msgstr ""
9095
9096 #: config/i386/i386.opt:546 config/rs6000/rs6000.opt:203
9097 msgid "Vector library ABI to use."
9098 msgstr ""
9099
9100 #: config/i386/i386.opt:550
9101 msgid "Known vectorization library ABIs (for use with the -mveclibabi= option):"
9102 msgstr ""
9103
9104 #: config/i386/i386.opt:560
9105 msgid "Return 8-byte vectors in memory."
9106 msgstr ""
9107
9108 #: config/i386/i386.opt:564
9109 msgid "Generate reciprocals instead of divss and sqrtss."
9110 msgstr ""
9111
9112 #: config/i386/i386.opt:568
9113 msgid "Control generation of reciprocal estimates."
9114 msgstr ""
9115
9116 #: config/i386/i386.opt:572
9117 msgid "Generate cld instruction in the function prologue."
9118 msgstr ""
9119
9120 #: config/i386/i386.opt:576
9121 msgid "Generate vzeroupper instruction before a transfer of control flow out of the function."
9122 msgstr ""
9123
9124 #: config/i386/i386.opt:581
9125 msgid "Disable Scalar to Vector optimization pass transforming 64-bit integer computations into a vector ones."
9126 msgstr ""
9127
9128 #: config/i386/i386.opt:586
9129 msgid "Do dispatch scheduling if processor is bdver1, bdver2, bdver3, bdver4 or znver1 and Haifa scheduling is selected."
9130 msgstr ""
9131
9132 #: config/i386/i386.opt:591
9133 msgid "Use 128-bit AVX instructions instead of 256-bit AVX instructions in the auto-vectorizer."
9134 msgstr ""
9135
9136 #: config/i386/i386.opt:595
9137 msgid "Use given register vector width instructions instead of maximum register width in the auto-vectorizer."
9138 msgstr ""
9139
9140 #: config/i386/i386.opt:599
9141 msgid "Known preferred register vector length (to use with the -mprefer-vector-width= option):"
9142 msgstr ""
9143
9144 #: config/i386/i386.opt:617
9145 msgid "Generate 32bit i386 code."
9146 msgstr ""
9147
9148 #: config/i386/i386.opt:621
9149 msgid "Generate 64bit x86-64 code."
9150 msgstr ""
9151
9152 #: config/i386/i386.opt:625
9153 msgid "Generate 32bit x86-64 code."
9154 msgstr ""
9155
9156 #: config/i386/i386.opt:629
9157 msgid "Generate 16bit i386 code."
9158 msgstr ""
9159
9160 #: config/i386/i386.opt:633
9161 msgid "Support MMX built-in functions."
9162 msgstr ""
9163
9164 #: config/i386/i386.opt:637
9165 msgid "Support 3DNow! built-in functions."
9166 msgstr ""
9167
9168 #: config/i386/i386.opt:641
9169 msgid "Support Athlon 3Dnow! built-in functions."
9170 msgstr ""
9171
9172 #: config/i386/i386.opt:645
9173 msgid "Support MMX and SSE built-in functions and code generation."
9174 msgstr ""
9175
9176 #: config/i386/i386.opt:649
9177 msgid "Support MMX, SSE and SSE2 built-in functions and code generation."
9178 msgstr ""
9179
9180 #: config/i386/i386.opt:653
9181 msgid "Support MMX, SSE, SSE2 and SSE3 built-in functions and code generation."
9182 msgstr ""
9183
9184 #: config/i386/i386.opt:657
9185 msgid "Support MMX, SSE, SSE2, SSE3 and SSSE3 built-in functions and code generation."
9186 msgstr ""
9187
9188 #: config/i386/i386.opt:661
9189 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3 and SSE4.1 built-in functions and code generation."
9190 msgstr ""
9191
9192 #: config/i386/i386.opt:665 config/i386/i386.opt:669
9193 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1 and SSE4.2 built-in functions and code generation."
9194 msgstr ""
9195
9196 #: config/i386/i386.opt:673
9197 msgid "Do not support SSE4.1 and SSE4.2 built-in functions and code generation."
9198 msgstr ""
9199
9200 #: config/i386/i386.opt:681
9201 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2 and AVX built-in functions and code generation."
9202 msgstr ""
9203
9204 #: config/i386/i386.opt:685
9205 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX and AVX2 built-in functions and code generation."
9206 msgstr ""
9207
9208 #: config/i386/i386.opt:689
9209 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F built-in functions and code generation."
9210 msgstr ""
9211
9212 #: config/i386/i386.opt:693
9213 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512PF built-in functions and code generation."
9214 msgstr ""
9215
9216 #: config/i386/i386.opt:697
9217 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512ER built-in functions and code generation."
9218 msgstr ""
9219
9220 #: config/i386/i386.opt:701
9221 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512CD built-in functions and code generation."
9222 msgstr ""
9223
9224 #: config/i386/i386.opt:705
9225 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512DQ built-in functions and code generation."
9226 msgstr ""
9227
9228 #: config/i386/i386.opt:709
9229 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512BW built-in functions and code generation."
9230 msgstr ""
9231
9232 #: config/i386/i386.opt:713
9233 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512VL built-in functions and code generation."
9234 msgstr ""
9235
9236 #: config/i386/i386.opt:717
9237 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512IFMA built-in functions and code generation."
9238 msgstr ""
9239
9240 #: config/i386/i386.opt:721
9241 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512VBMI built-in functions and code generation."
9242 msgstr ""
9243
9244 #: config/i386/i386.opt:725
9245 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512F and AVX5124FMAPS built-in functions and code generation."
9246 msgstr ""
9247
9248 #: config/i386/i386.opt:729
9249 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512F and AVX5124VNNIW built-in functions and code generation."
9250 msgstr ""
9251
9252 #: config/i386/i386.opt:733
9253 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512F and AVX512VPOPCNTDQ built-in functions and code generation."
9254 msgstr ""
9255
9256 #: config/i386/i386.opt:737
9257 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512F and AVX512VBMI2 built-in functions and code generation."
9258 msgstr ""
9259
9260 #: config/i386/i386.opt:741
9261 msgid "Support AVX512VNNI built-in functions and code generation."
9262 msgstr ""
9263
9264 #: config/i386/i386.opt:745
9265 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512F and AVX512BITALG built-in functions and code generation."
9266 msgstr ""
9267
9268 #: config/i386/i386.opt:749
9269 msgid "Support AVX512VP2INTERSECT built-in functions and code generation."
9270 msgstr ""
9271
9272 #: config/i386/i386.opt:753
9273 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX and FMA built-in functions and code generation."
9274 msgstr ""
9275
9276 #: config/i386/i386.opt:757
9277 msgid "Support MMX, SSE, SSE2, SSE3 and SSE4A built-in functions and code generation."
9278 msgstr ""
9279
9280 #: config/i386/i386.opt:761
9281 msgid "Support FMA4 built-in functions and code generation."
9282 msgstr ""
9283
9284 #: config/i386/i386.opt:765
9285 msgid "Support XOP built-in functions and code generation."
9286 msgstr ""
9287
9288 #: config/i386/i386.opt:769
9289 msgid "Support LWP built-in functions and code generation."
9290 msgstr ""
9291
9292 #: config/i386/i386.opt:773
9293 msgid "Support code generation of Advanced Bit Manipulation (ABM) instructions."
9294 msgstr ""
9295
9296 #: config/i386/i386.opt:777
9297 msgid "Support code generation of popcnt instruction."
9298 msgstr ""
9299
9300 #: config/i386/i386.opt:781
9301 msgid "Support PCONFIG built-in functions and code generation."
9302 msgstr ""
9303
9304 #: config/i386/i386.opt:785
9305 msgid "Support WBNOINVD built-in functions and code generation."
9306 msgstr ""
9307
9308 #: config/i386/i386.opt:789
9309 msgid "Support PTWRITE built-in functions and code generation."
9310 msgstr ""
9311
9312 #: config/i386/i386.opt:793
9313 msgid "Support SGX built-in functions and code generation."
9314 msgstr ""
9315
9316 #: config/i386/i386.opt:797
9317 msgid "Support RDPID built-in functions and code generation."
9318 msgstr ""
9319
9320 #: config/i386/i386.opt:801
9321 msgid "Support GFNI built-in functions and code generation."
9322 msgstr ""
9323
9324 #: config/i386/i386.opt:805
9325 msgid "Support VAES built-in functions and code generation."
9326 msgstr ""
9327
9328 #: config/i386/i386.opt:809
9329 msgid "Support VPCLMULQDQ built-in functions and code generation."
9330 msgstr ""
9331
9332 #: config/i386/i386.opt:813
9333 msgid "Support BMI built-in functions and code generation."
9334 msgstr ""
9335
9336 #: config/i386/i386.opt:817
9337 msgid "Support BMI2 built-in functions and code generation."
9338 msgstr ""
9339
9340 #: config/i386/i386.opt:821
9341 msgid "Support LZCNT built-in function and code generation."
9342 msgstr ""
9343
9344 #: config/i386/i386.opt:825
9345 msgid "Support Hardware Lock Elision prefixes."
9346 msgstr ""
9347
9348 #: config/i386/i386.opt:829
9349 msgid "Support RDSEED instruction."
9350 msgstr ""
9351
9352 #: config/i386/i386.opt:833
9353 msgid "Support PREFETCHW instruction."
9354 msgstr ""
9355
9356 #: config/i386/i386.opt:837
9357 msgid "Support flag-preserving add-carry instructions."
9358 msgstr ""
9359
9360 #: config/i386/i386.opt:841
9361 msgid "Support CLFLUSHOPT instructions."
9362 msgstr ""
9363
9364 #: config/i386/i386.opt:845
9365 msgid "Support CLWB instruction."
9366 msgstr ""
9367
9368 #: config/i386/i386.opt:852
9369 msgid "Support FXSAVE and FXRSTOR instructions."
9370 msgstr ""
9371
9372 #: config/i386/i386.opt:856
9373 msgid "Support XSAVE and XRSTOR instructions."
9374 msgstr ""
9375
9376 #: config/i386/i386.opt:860
9377 msgid "Support XSAVEOPT instruction."
9378 msgstr ""
9379
9380 #: config/i386/i386.opt:864
9381 msgid "Support XSAVEC instructions."
9382 msgstr ""
9383
9384 #: config/i386/i386.opt:868
9385 msgid "Support XSAVES and XRSTORS instructions."
9386 msgstr ""
9387
9388 #: config/i386/i386.opt:872
9389 msgid "Support TBM built-in functions and code generation."
9390 msgstr ""
9391
9392 #: config/i386/i386.opt:876
9393 msgid "Support code generation of cmpxchg16b instruction."
9394 msgstr ""
9395
9396 #: config/i386/i386.opt:880
9397 msgid "Support code generation of sahf instruction in 64bit x86-64 code."
9398 msgstr ""
9399
9400 #: config/i386/i386.opt:884
9401 msgid "Support code generation of movbe instruction."
9402 msgstr ""
9403
9404 #: config/i386/i386.opt:888
9405 msgid "Support code generation of crc32 instruction."
9406 msgstr ""
9407
9408 #: config/i386/i386.opt:892
9409 msgid "Support AES built-in functions and code generation."
9410 msgstr ""
9411
9412 #: config/i386/i386.opt:896
9413 msgid "Support SHA1 and SHA256 built-in functions and code generation."
9414 msgstr ""
9415
9416 #: config/i386/i386.opt:900
9417 msgid "Support PCLMUL built-in functions and code generation."
9418 msgstr ""
9419
9420 #: config/i386/i386.opt:904
9421 msgid "Encode SSE instructions with VEX prefix."
9422 msgstr ""
9423
9424 #: config/i386/i386.opt:908
9425 msgid "Support FSGSBASE built-in functions and code generation."
9426 msgstr ""
9427
9428 #: config/i386/i386.opt:912
9429 msgid "Support RDRND built-in functions and code generation."
9430 msgstr ""
9431
9432 #: config/i386/i386.opt:916
9433 msgid "Support F16C built-in functions and code generation."
9434 msgstr ""
9435
9436 #: config/i386/i386.opt:920
9437 msgid "Support PREFETCHWT1 built-in functions and code generation."
9438 msgstr ""
9439
9440 #: config/i386/i386.opt:924
9441 msgid "Emit profiling counter call at function entry before prologue."
9442 msgstr ""
9443
9444 #: config/i386/i386.opt:928
9445 msgid "Generate __mcount_loc section with all mcount or __fentry__ calls."
9446 msgstr ""
9447
9448 #: config/i386/i386.opt:932 config/s390/s390.opt:305
9449 msgid "Generate mcount/__fentry__ calls as nops. To activate they need to be patched in."
9450 msgstr ""
9451
9452 #: config/i386/i386.opt:937
9453 msgid "Set name of __fentry__ symbol called at function entry."
9454 msgstr ""
9455
9456 #: config/i386/i386.opt:941
9457 msgid "Set name of section to record mrecord-mcount calls."
9458 msgstr ""
9459
9460 #: config/i386/i386.opt:945
9461 msgid "Skip setting up RAX register when passing variable arguments."
9462 msgstr ""
9463
9464 #: config/i386/i386.opt:949
9465 msgid "Expand 32bit/64bit integer divide into 8bit unsigned integer divide with run-time check."
9466 msgstr ""
9467
9468 #: config/i386/i386.opt:953
9469 msgid "Split 32-byte AVX unaligned load."
9470 msgstr ""
9471
9472 #: config/i386/i386.opt:957
9473 msgid "Split 32-byte AVX unaligned store."
9474 msgstr ""
9475
9476 #: config/i386/i386.opt:961
9477 msgid "Support RTM built-in functions and code generation."
9478 msgstr ""
9479
9480 #: config/i386/i386.opt:969
9481 msgid "Support MWAITX and MONITORX built-in functions and code generation."
9482 msgstr ""
9483
9484 #: config/i386/i386.opt:973
9485 msgid "Support CLZERO built-in functions and code generation."
9486 msgstr ""
9487
9488 #: config/i386/i386.opt:977
9489 msgid "Support PKU built-in functions and code generation."
9490 msgstr ""
9491
9492 #: config/i386/i386.opt:985
9493 msgid "Known stack protector guard (for use with the -mstack-protector-guard= option):"
9494 msgstr ""
9495
9496 #: config/i386/i386.opt:995 config/rs6000/rs6000.opt:552
9497 msgid "Use the given base register for addressing the stack-protector guard."
9498 msgstr ""
9499
9500 #: config/i386/i386.opt:1002 config/rs6000/rs6000.opt:559
9501 msgid "Use the given offset for addressing the stack-protector guard."
9502 msgstr ""
9503
9504 #: config/i386/i386.opt:1009
9505 msgid "Use the given symbol for addressing the stack-protector guard."
9506 msgstr ""
9507
9508 #: config/i386/i386.opt:1020
9509 msgid "Enable shadow stack built-in functions from Control-flow Enforcement Technology (CET)."
9510 msgstr ""
9511
9512 #: config/i386/i386.opt:1025
9513 msgid "Turn on CET instrumentation for switch statements that use a jump table and an indirect jump."
9514 msgstr ""
9515
9516 #: config/i386/i386.opt:1030
9517 msgid "Insert ENDBR instruction at function entry only via cf_check attribute for CET instrumentation."
9518 msgstr ""
9519
9520 #: config/i386/i386.opt:1035
9521 msgid "Make all function calls indirect."
9522 msgstr ""
9523
9524 #: config/i386/i386.opt:1039
9525 msgid "Convert indirect call and jump to call and return thunks."
9526 msgstr ""
9527
9528 #: config/i386/i386.opt:1043
9529 msgid "Convert function return to call and return thunk."
9530 msgstr ""
9531
9532 #: config/i386/i386.opt:1047 config/s390/s390.opt:271
9533 msgid "Known indirect branch choices (for use with the -mindirect-branch=/-mfunction-return= options):"
9534 msgstr ""
9535
9536 #: config/i386/i386.opt:1063
9537 msgid "Force indirect call and jump via register."
9538 msgstr ""
9539
9540 #: config/i386/i386.opt:1067
9541 msgid "Support MOVDIRI built-in functions and code generation."
9542 msgstr ""
9543
9544 #: config/i386/i386.opt:1071
9545 msgid "Support MOVDIR64B built-in functions and code generation."
9546 msgstr ""
9547
9548 #: config/i386/i386.opt:1075
9549 msgid "Support WAITPKG built-in functions and code generation."
9550 msgstr ""
9551
9552 #: config/i386/i386.opt:1079
9553 msgid "Support CLDEMOTE built-in functions and code generation."
9554 msgstr ""
9555
9556 #: config/i386/i386.opt:1083
9557 msgid "Instrument function exit in instrumented functions with __fentry__."
9558 msgstr ""
9559
9560 #: config/i386/i386.opt:1087
9561 msgid "Known choices for return instrumentation with -minstrument-return=:"
9562 msgstr ""
9563
9564 #: config/i386/i386.opt:1100
9565 msgid "Generate a __return_loc section pointing to all return instrumentation code."
9566 msgstr ""
9567
9568 #: config/i386/i386.opt:1104
9569 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512F and AVX512BF16 built-in functions and code generation."
9570 msgstr ""
9571
9572 #: config/i386/i386.opt:1109
9573 msgid "Support ENQCMD built-in functions and code generation."
9574 msgstr ""
9575
9576 #: config/pa/pa64-hpux.opt:23
9577 msgid "Assume code will be linked by GNU ld."
9578 msgstr ""
9579
9580 #: config/pa/pa64-hpux.opt:27
9581 msgid "Assume code will be linked by HP ld."
9582 msgstr ""
9583
9584 #: config/pa/pa-hpux1010.opt:23 config/pa/pa-hpux.opt:31
9585 #: config/pa/pa-hpux1131.opt:23 config/pa/pa-hpux1111.opt:23
9586 msgid "Specify UNIX standard for predefines and linking."
9587 msgstr ""
9588
9589 #: config/pa/pa-hpux.opt:27
9590 msgid "Generate cpp defines for server IO."
9591 msgstr ""
9592
9593 #: config/pa/pa-hpux.opt:35
9594 msgid "Generate cpp defines for workstation IO."
9595 msgstr ""
9596
9597 #: config/pa/pa.opt:30 config/pa/pa.opt:91 config/pa/pa.opt:103
9598 msgid "Generate PA1.0 code."
9599 msgstr ""
9600
9601 #: config/pa/pa.opt:34 config/pa/pa.opt:107 config/pa/pa.opt:148
9602 msgid "Generate PA1.1 code."
9603 msgstr ""
9604
9605 #: config/pa/pa.opt:38 config/pa/pa.opt:111
9606 msgid "Generate PA2.0 code (requires binutils 2.10 or later)."
9607 msgstr ""
9608
9609 #: config/pa/pa.opt:46
9610 msgid "Caller copies function arguments passed by hidden reference."
9611 msgstr ""
9612
9613 #: config/pa/pa.opt:50
9614 msgid "Use ldcw/ldcd coherent cache-control hint."
9615 msgstr ""
9616
9617 #: config/pa/pa.opt:54
9618 msgid "Disable FP regs."
9619 msgstr ""
9620
9621 #: config/pa/pa.opt:58
9622 msgid "Disable indexed addressing."
9623 msgstr "Вимкнути індексоване адресування."
9624
9625 #: config/pa/pa.opt:62
9626 msgid "Generate fast indirect calls."
9627 msgstr ""
9628
9629 #: config/pa/pa.opt:70
9630 msgid "Assume code will be assembled by GAS."
9631 msgstr ""
9632
9633 #: config/pa/pa.opt:79
9634 msgid "Enable linker optimizations."
9635 msgstr ""
9636
9637 #: config/pa/pa.opt:83
9638 msgid "Always generate long calls."
9639 msgstr ""
9640
9641 #: config/pa/pa.opt:87
9642 msgid "Emit long load/store sequences."
9643 msgstr ""
9644
9645 #: config/pa/pa.opt:95
9646 msgid "Disable space regs."
9647 msgstr ""
9648
9649 #: config/pa/pa.opt:99
9650 msgid "Assume memory references are ordered and barriers are not needed."
9651 msgstr ""
9652
9653 #: config/pa/pa.opt:115
9654 msgid "Use portable calling conventions."
9655 msgstr ""
9656
9657 #: config/pa/pa.opt:119
9658 msgid "Specify CPU for scheduling purposes. Valid arguments are 700, 7100, 7100LC, 7200, 7300, and 8000."
9659 msgstr ""
9660
9661 #: config/pa/pa.opt:144 config/frv/frv.opt:215
9662 msgid "Use software floating point."
9663 msgstr ""
9664
9665 #: config/pa/pa.opt:152
9666 msgid "Do not disable space regs."
9667 msgstr ""
9668
9669 #: config/v850/v850.opt:29
9670 msgid "Use registers r2 and r5."
9671 msgstr "Використовувати регістри r2 і r5."
9672
9673 #: config/v850/v850.opt:33
9674 msgid "Use 4 byte entries in switch tables."
9675 msgstr ""
9676
9677 #: config/v850/v850.opt:37
9678 msgid "Enable backend debugging."
9679 msgstr ""
9680
9681 #: config/v850/v850.opt:41
9682 msgid "Do not use the callt instruction (default)."
9683 msgstr ""
9684
9685 #: config/v850/v850.opt:45
9686 msgid "Reuse r30 on a per function basis."
9687 msgstr ""
9688
9689 #: config/v850/v850.opt:52
9690 msgid "Prohibit PC relative function calls."
9691 msgstr ""
9692
9693 #: config/v850/v850.opt:56
9694 msgid "Use stubs for function prologues."
9695 msgstr ""
9696
9697 #: config/v850/v850.opt:60
9698 msgid "Set the max size of data eligible for the SDA area."
9699 msgstr ""
9700
9701 #: config/v850/v850.opt:67
9702 msgid "Enable the use of the short load instructions."
9703 msgstr ""
9704
9705 #: config/v850/v850.opt:71
9706 msgid "Same as: -mep -mprolog-function."
9707 msgstr ""
9708
9709 #: config/v850/v850.opt:75
9710 msgid "Set the max size of data eligible for the TDA area."
9711 msgstr ""
9712
9713 #: config/v850/v850.opt:82
9714 msgid "Do not enforce strict alignment."
9715 msgstr ""
9716
9717 #: config/v850/v850.opt:86
9718 msgid "Put jump tables for switch statements into the .data section rather than the .code section."
9719 msgstr ""
9720
9721 #: config/v850/v850.opt:93
9722 msgid "Compile for the v850 processor."
9723 msgstr ""
9724
9725 #: config/v850/v850.opt:97
9726 msgid "Compile for the v850e processor."
9727 msgstr ""
9728
9729 #: config/v850/v850.opt:101
9730 msgid "Compile for the v850e1 processor."
9731 msgstr ""
9732
9733 #: config/v850/v850.opt:105
9734 msgid "Compile for the v850es variant of the v850e1."
9735 msgstr ""
9736
9737 #: config/v850/v850.opt:109
9738 msgid "Compile for the v850e2 processor."
9739 msgstr ""
9740
9741 #: config/v850/v850.opt:113
9742 msgid "Compile for the v850e2v3 processor."
9743 msgstr ""
9744
9745 #: config/v850/v850.opt:117
9746 msgid "Compile for the v850e3v5 processor."
9747 msgstr ""
9748
9749 #: config/v850/v850.opt:124
9750 msgid "Enable v850e3v5 loop instructions."
9751 msgstr ""
9752
9753 #: config/v850/v850.opt:128
9754 msgid "Set the max size of data eligible for the ZDA area."
9755 msgstr ""
9756
9757 #: config/v850/v850.opt:135
9758 msgid "Enable relaxing in the assembler."
9759 msgstr ""
9760
9761 #: config/v850/v850.opt:139
9762 msgid "Prohibit PC relative jumps."
9763 msgstr ""
9764
9765 #: config/v850/v850.opt:143
9766 msgid "Inhibit the use of hardware floating point instructions."
9767 msgstr ""
9768
9769 #: config/v850/v850.opt:147
9770 msgid "Allow the use of hardware floating point instructions for V850E2V3 and up."
9771 msgstr ""
9772
9773 #: config/v850/v850.opt:151
9774 msgid "Enable support for the RH850 ABI. This is the default."
9775 msgstr ""
9776
9777 #: config/v850/v850.opt:155
9778 msgid "Enable support for the old GCC ABI."
9779 msgstr ""
9780
9781 #: config/v850/v850.opt:159
9782 msgid "Support alignments of up to 64-bits."
9783 msgstr ""
9784
9785 #: config/g.opt:27
9786 msgid "-G<number>\tPut global and static data smaller than <number> bytes into a special section (on some targets)."
9787 msgstr ""
9788
9789 #: config/lynx.opt:23
9790 msgid "Support legacy multi-threading."
9791 msgstr ""
9792
9793 #: config/lynx.opt:27
9794 msgid "Use shared libraries."
9795 msgstr "Використовувати бібліотеки спільного використання."
9796
9797 #: config/lynx.opt:31
9798 msgid "Support multi-threading."
9799 msgstr ""
9800
9801 #: config/nvptx/nvptx.opt:22 config/gcn/gcn.opt:47
9802 msgid "Generate code for a 32-bit ABI."
9803 msgstr ""
9804
9805 #: config/nvptx/nvptx.opt:26 config/gcn/gcn.opt:51
9806 msgid "Generate code for a 64-bit ABI."
9807 msgstr ""
9808
9809 #: config/nvptx/nvptx.opt:30
9810 msgid "Link in code for a __main kernel."
9811 msgstr ""
9812
9813 #: config/nvptx/nvptx.opt:34
9814 msgid "Optimize partition neutering."
9815 msgstr ""
9816
9817 #: config/nvptx/nvptx.opt:38
9818 msgid "Use custom stacks instead of local memory for automatic storage."
9819 msgstr ""
9820
9821 #: config/nvptx/nvptx.opt:42
9822 msgid "Specify size of .local memory used for stack when the exact amount is not known."
9823 msgstr ""
9824
9825 #: config/nvptx/nvptx.opt:46
9826 msgid "Generate code that can keep local state uniform across all lanes."
9827 msgstr ""
9828
9829 #: config/nvptx/nvptx.opt:50
9830 msgid "Generate code for OpenMP offloading: enables -msoft-stack and -muniform-simt."
9831 msgstr ""
9832
9833 #: config/nvptx/nvptx.opt:54
9834 msgid "Known PTX ISA versions (for use with the -misa= option):"
9835 msgstr ""
9836
9837 #: config/nvptx/nvptx.opt:64
9838 msgid "Specify the version of the ptx ISA to use."
9839 msgstr ""
9840
9841 #: config/vxworks.opt:36
9842 msgid "Assume the VxWorks RTP environment."
9843 msgstr ""
9844
9845 #: config/vxworks.opt:43
9846 msgid "Assume the VxWorks vThreads environment."
9847 msgstr ""
9848
9849 #: config/cr16/cr16.opt:23
9850 msgid "-msim Use simulator runtime."
9851 msgstr ""
9852
9853 #: config/cr16/cr16.opt:27
9854 msgid "Generate SBIT, CBIT instructions."
9855 msgstr ""
9856
9857 #: config/cr16/cr16.opt:31
9858 msgid "Support multiply accumulate instructions."
9859 msgstr ""
9860
9861 #: config/cr16/cr16.opt:38
9862 msgid "Treat data references as near, far or medium. medium is default."
9863 msgstr ""
9864
9865 #: config/cr16/cr16.opt:42
9866 msgid "Generate code for CR16C architecture."
9867 msgstr ""
9868
9869 #: config/cr16/cr16.opt:46
9870 msgid "Generate code for CR16C+ architecture (Default)."
9871 msgstr ""
9872
9873 #: config/cr16/cr16.opt:50
9874 msgid "Treat integers as 32-bit."
9875 msgstr ""
9876
9877 #: config/avr/avr.opt:23
9878 msgid "Use subroutines for function prologues and epilogues."
9879 msgstr ""
9880
9881 #: config/avr/avr.opt:27
9882 msgid "-mmcu=MCU\tSelect the target MCU."
9883 msgstr ""
9884
9885 #: config/avr/avr.opt:31
9886 msgid "Allow usage of __gcc_isr pseudo instructions in ISR prologues and epilogues."
9887 msgstr ""
9888
9889 #: config/avr/avr.opt:35
9890 msgid "Set the number of 64 KiB flash segments."
9891 msgstr ""
9892
9893 #: config/avr/avr.opt:39
9894 msgid "Indicate presence of a processor erratum."
9895 msgstr ""
9896
9897 #: config/avr/avr.opt:43
9898 msgid "Enable Read-Modify-Write (RMW) instructions support/use."
9899 msgstr ""
9900
9901 #: config/avr/avr.opt:53
9902 msgid "Use RJMP / RCALL even though CALL / JMP are available."
9903 msgstr ""
9904
9905 #: config/avr/avr.opt:57
9906 msgid "Use an 8-bit 'int' type."
9907 msgstr ""
9908
9909 #: config/avr/avr.opt:61
9910 msgid "Change the stack pointer without disabling interrupts."
9911 msgstr ""
9912
9913 #: config/avr/avr.opt:65
9914 msgid "Set the branch costs for conditional branch instructions. Reasonable values are small, non-negative integers. The default branch cost is 0."
9915 msgstr ""
9916
9917 #: config/avr/avr.opt:69
9918 msgid "Treat main as if it had attribute OS_task."
9919 msgstr ""
9920
9921 #: config/avr/avr.opt:79
9922 msgid "Change only the low 8 bits of the stack pointer."
9923 msgstr ""
9924
9925 #: config/avr/avr.opt:83
9926 msgid "Relax branches."
9927 msgstr ""
9928
9929 #: config/avr/avr.opt:87
9930 msgid "Make the linker relaxation machine assume that a program counter wrap-around occurs."
9931 msgstr ""
9932
9933 #: config/avr/avr.opt:91
9934 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."
9935 msgstr ""
9936
9937 #: config/avr/avr.opt:95
9938 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."
9939 msgstr ""
9940
9941 #: config/avr/avr.opt:100
9942 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."
9943 msgstr ""
9944
9945 #: config/avr/avr.opt:104
9946 msgid "Warn if the address space of an address is changed."
9947 msgstr ""
9948
9949 #: config/avr/avr.opt:108
9950 msgid "Warn if the ISR is misspelled, i.e. without __vector prefix. Enabled by default."
9951 msgstr ""
9952
9953 #: config/avr/avr.opt:112
9954 msgid "Allow to use truncation instead of rounding towards zero for fractional fixed-point types."
9955 msgstr ""
9956
9957 #: config/avr/avr.opt:116
9958 msgid "Assume that all data in static storage can be accessed by LDS / STS. This option is only useful for reduced Tiny devices."
9959 msgstr ""
9960
9961 #: config/avr/avr.opt:120
9962 msgid "-mdouble=<BITS>\tUse <BITS> bits wide double type."
9963 msgstr ""
9964
9965 #: config/avr/avr.opt:124
9966 msgid "-mlong-double=<BITS>\tUse <BITS> bits wide long double type."
9967 msgstr ""
9968
9969 #: config/avr/avr.opt:128
9970 msgid "Do not link against the device-specific library lib<MCU>.a."
9971 msgstr ""
9972
9973 #: config/avr/avr.opt:132
9974 msgid "Do not use the device-specific specs file device-specs/specs-<MCU>."
9975 msgstr ""
9976
9977 #: config/avr/avr.opt:136
9978 msgid "Available BITS selections:"
9979 msgstr ""
9980
9981 #: config/m32r/m32r.opt:34
9982 msgid "Compile for the m32rx."
9983 msgstr ""
9984
9985 #: config/m32r/m32r.opt:38
9986 msgid "Compile for the m32r2."
9987 msgstr ""
9988
9989 #: config/m32r/m32r.opt:42
9990 msgid "Compile for the m32r."
9991 msgstr ""
9992
9993 #: config/m32r/m32r.opt:46
9994 msgid "Align all loops to 32 byte boundary."
9995 msgstr ""
9996
9997 #: config/m32r/m32r.opt:50
9998 msgid "Prefer branches over conditional execution."
9999 msgstr ""
10000
10001 #: config/m32r/m32r.opt:54
10002 msgid "Give branches their default cost."
10003 msgstr ""
10004
10005 #: config/m32r/m32r.opt:58
10006 msgid "Display compile time statistics."
10007 msgstr ""
10008
10009 #: config/m32r/m32r.opt:62
10010 msgid "Specify cache flush function."
10011 msgstr ""
10012
10013 #: config/m32r/m32r.opt:66
10014 msgid "Specify cache flush trap number."
10015 msgstr ""
10016
10017 #: config/m32r/m32r.opt:70
10018 msgid "Only issue one instruction per cycle."
10019 msgstr ""
10020
10021 #: config/m32r/m32r.opt:74
10022 msgid "Allow two instructions to be issued per cycle."
10023 msgstr ""
10024
10025 #: config/m32r/m32r.opt:78
10026 msgid "Code size: small, medium or large."
10027 msgstr ""
10028
10029 #: config/m32r/m32r.opt:94
10030 msgid "Don't call any cache flush functions."
10031 msgstr ""
10032
10033 #: config/m32r/m32r.opt:98
10034 msgid "Don't call any cache flush trap."
10035 msgstr ""
10036
10037 #: config/m32r/m32r.opt:105
10038 msgid "Small data area: none, sdata, use."
10039 msgstr ""
10040
10041 #: config/s390/tpf.opt:23
10042 msgid "Enable TPF-OS tracing code."
10043 msgstr ""
10044
10045 #: config/s390/tpf.opt:27
10046 msgid "Specify main object for TPF-OS."
10047 msgstr ""
10048
10049 #: config/s390/s390.opt:48
10050 msgid "31 bit ABI."
10051 msgstr ""
10052
10053 #: config/s390/s390.opt:52
10054 msgid "64 bit ABI."
10055 msgstr ""
10056
10057 #: config/s390/s390.opt:123
10058 msgid "Maintain backchain pointer."
10059 msgstr ""
10060
10061 #: config/s390/s390.opt:127
10062 msgid "Additional debug prints."
10063 msgstr ""
10064
10065 #: config/s390/s390.opt:131
10066 msgid "ESA/390 architecture."
10067 msgstr ""
10068
10069 #: config/s390/s390.opt:135
10070 msgid "Enable decimal floating point hardware support."
10071 msgstr ""
10072
10073 #: config/s390/s390.opt:139
10074 msgid "Enable hardware floating point."
10075 msgstr ""
10076
10077 #: config/s390/s390.opt:143
10078 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."
10079 msgstr ""
10080
10081 #: config/s390/s390.opt:161
10082 msgid "Use hardware transactional execution instructions."
10083 msgstr ""
10084
10085 #: config/s390/s390.opt:165
10086 msgid "Use hardware vector facility instructions and enable the vector ABI."
10087 msgstr ""
10088
10089 #: config/s390/s390.opt:169
10090 msgid "Use packed stack layout."
10091 msgstr ""
10092
10093 #: config/s390/s390.opt:173
10094 msgid "Use bras for executable < 64k."
10095 msgstr ""
10096
10097 #: config/s390/s390.opt:177
10098 msgid "Disable hardware floating point."
10099 msgstr ""
10100
10101 #: config/s390/s390.opt:181
10102 msgid "Set the max. number of bytes which has to be left to stack size before a trap instruction is triggered."
10103 msgstr ""
10104
10105 #: config/s390/s390.opt:185
10106 msgid "Switches off the -mstack-guard= option."
10107 msgstr ""
10108
10109 #: config/s390/s390.opt:189
10110 msgid "Emit extra code in the function prologue in order to trap if the stack size exceeds the given limit."
10111 msgstr ""
10112
10113 #: config/s390/s390.opt:193
10114 msgid "Switches off the -mstack-size= option."
10115 msgstr ""
10116
10117 #: config/s390/s390.opt:201
10118 msgid "Use the mvcle instruction for block moves."
10119 msgstr ""
10120
10121 #: config/s390/s390.opt:205
10122 msgid "Enable the z vector language extension providing the context-sensitive vector macro and enable the Altivec-style builtins in vecintrin.h."
10123 msgstr ""
10124
10125 #: config/s390/s390.opt:210
10126 msgid "Warn if a function uses alloca or creates an array with dynamic size."
10127 msgstr ""
10128
10129 #: config/s390/s390.opt:214
10130 msgid "Warn if a single function's framesize exceeds the given framesize."
10131 msgstr ""
10132
10133 #: config/s390/s390.opt:218
10134 msgid "z/Architecture."
10135 msgstr ""
10136
10137 #: config/s390/s390.opt:222
10138 msgid "Set the branch costs for conditional branch instructions. Reasonable values are small, non-negative integers. The default branch cost is 1."
10139 msgstr ""
10140
10141 #: config/s390/s390.opt:232 config/arm/arm.opt:172
10142 msgid "Assume data segments are relative to text segment."
10143 msgstr ""
10144
10145 #: config/s390/s390.opt:237
10146 msgid "Wrap all indirect branches into execute in order to disable branch prediction."
10147 msgstr ""
10148
10149 #: config/s390/s390.opt:242
10150 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."
10151 msgstr ""
10152
10153 #: config/s390/s390.opt:250
10154 msgid "Wrap all indirect calls into execute in order to disable branch prediction."
10155 msgstr ""
10156
10157 #: config/s390/s390.opt:254
10158 msgid "Wrap all indirect return branches into execute in order to disable branch prediction."
10159 msgstr ""
10160
10161 #: config/s390/s390.opt:259
10162 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."
10163 msgstr ""
10164
10165 #: config/s390/s390.opt:265
10166 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."
10167 msgstr ""
10168
10169 #: config/s390/s390.opt:287
10170 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."
10171 msgstr ""
10172
10173 #: config/s390/s390.opt:296
10174 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."
10175 msgstr ""
10176
10177 #: config/s390/s390.opt:301
10178 msgid "Generate __mcount_loc section with all _mcount and __fentry__ calls."
10179 msgstr ""
10180
10181 #: config/rl78/rl78.opt:27 config/rx/elf.opt:26
10182 msgid "Use the simulator runtime."
10183 msgstr ""
10184
10185 #: config/rl78/rl78.opt:31
10186 msgid "Selects the type of hardware multiplication and division to use (none/g13/g14)."
10187 msgstr ""
10188
10189 #: config/rl78/rl78.opt:50
10190 msgid "Use all registers, reserving none for interrupt handlers."
10191 msgstr ""
10192
10193 #: config/rl78/rl78.opt:54
10194 msgid "Enable assembler and linker relaxation. Enabled by default at -Os."
10195 msgstr ""
10196
10197 #: config/rl78/rl78.opt:58
10198 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."
10199 msgstr ""
10200
10201 #: config/rl78/rl78.opt:77
10202 msgid "Alias for -mcpu=g10."
10203 msgstr ""
10204
10205 #: config/rl78/rl78.opt:81
10206 msgid "Alias for -mcpu=g13."
10207 msgstr ""
10208
10209 #: config/rl78/rl78.opt:85 config/rl78/rl78.opt:89
10210 msgid "Alias for -mcpu=g14."
10211 msgstr ""
10212
10213 #: config/rl78/rl78.opt:93
10214 msgid "Assume ES is zero throughout program execution, use ES: for read-only data."
10215 msgstr ""
10216
10217 #: config/rl78/rl78.opt:97
10218 msgid "Stores the MDUC registers in interrupt handlers for G13 target."
10219 msgstr ""
10220
10221 #: config/stormy16/stormy16.opt:24
10222 msgid "Provide libraries for the simulator."
10223 msgstr ""
10224
10225 #: config/arm/arm-tables.opt:25
10226 msgid "Known ARM CPUs (for use with the -mcpu= and -mtune= options):"
10227 msgstr ""
10228
10229 #: config/arm/arm-tables.opt:266
10230 msgid "Known ARM architectures (for use with the -march= option):"
10231 msgstr ""
10232
10233 #: config/arm/arm-tables.opt:369
10234 msgid "Known ARM FPUs (for use with the -mfpu= option):"
10235 msgstr ""
10236
10237 #: config/arm/arm.opt:35
10238 msgid "TLS dialect to use:"
10239 msgstr ""
10240
10241 #: config/arm/arm.opt:45
10242 msgid "Specify an ABI."
10243 msgstr ""
10244
10245 #: config/arm/arm.opt:49
10246 msgid "Known ARM ABIs (for use with the -mabi= option):"
10247 msgstr ""
10248
10249 #: config/arm/arm.opt:68
10250 msgid "Generate a call to abort if a noreturn function returns."
10251 msgstr ""
10252
10253 #: config/arm/arm.opt:75
10254 msgid "Generate APCS conformant stack frames."
10255 msgstr ""
10256
10257 #: config/arm/arm.opt:79
10258 msgid "Generate re-entrant, PIC code."
10259 msgstr ""
10260
10261 #: config/arm/arm.opt:95
10262 msgid "Generate code in 32 bit ARM state."
10263 msgstr ""
10264
10265 #: config/arm/arm.opt:103
10266 msgid "Thumb: Assume non-static functions may be called from ARM code."
10267 msgstr ""
10268
10269 #: config/arm/arm.opt:107
10270 msgid "Thumb: Assume function pointers may go to non-Thumb aware code."
10271 msgstr ""
10272
10273 #: config/arm/arm.opt:115
10274 msgid "Specify if floating point hardware should be used."
10275 msgstr ""
10276
10277 #: config/arm/arm.opt:119
10278 msgid "Specify that the compiler should target secure code as per ARMv8-M Security Extensions."
10279 msgstr ""
10280
10281 #: config/arm/arm.opt:123
10282 msgid "Known floating-point ABIs (for use with the -mfloat-abi= option):"
10283 msgstr ""
10284
10285 #: config/arm/arm.opt:136
10286 msgid "Switch ARM/Thumb modes on alternating functions for compiler testing."
10287 msgstr ""
10288
10289 #: config/arm/arm.opt:140
10290 msgid "Specify the __fp16 floating-point format."
10291 msgstr ""
10292
10293 #: config/arm/arm.opt:144
10294 msgid "Known __fp16 formats (for use with the -mfp16-format= option):"
10295 msgstr ""
10296
10297 #: config/arm/arm.opt:157
10298 msgid "Specify the name of the target floating point hardware/format."
10299 msgstr ""
10300
10301 #: config/arm/arm.opt:168
10302 msgid "Generate call insns as indirect calls, if necessary."
10303 msgstr ""
10304
10305 #: config/arm/arm.opt:176
10306 msgid "Specify the register to be used for PIC addressing."
10307 msgstr ""
10308
10309 #: config/arm/arm.opt:180
10310 msgid "Store function names in object code."
10311 msgstr ""
10312
10313 #: config/arm/arm.opt:184
10314 msgid "Permit scheduling of a function's prologue sequence."
10315 msgstr ""
10316
10317 #: config/arm/arm.opt:188 config/rs6000/rs6000.opt:243
10318 msgid "Do not load the PIC register in function prologues."
10319 msgstr ""
10320
10321 #: config/arm/arm.opt:195
10322 msgid "Specify the minimum bit alignment of structures. (Deprecated)."
10323 msgstr ""
10324
10325 #: config/arm/arm.opt:199
10326 msgid "Generate code for Thumb state."
10327 msgstr ""
10328
10329 #: config/arm/arm.opt:203
10330 msgid "Support calls between Thumb and ARM instruction sets."
10331 msgstr ""
10332
10333 #: config/arm/arm.opt:207
10334 msgid "Specify thread local storage scheme."
10335 msgstr ""
10336
10337 #: config/arm/arm.opt:211
10338 msgid "Specify how to access the thread pointer."
10339 msgstr ""
10340
10341 #: config/arm/arm.opt:215
10342 msgid "Valid arguments to -mtp=:"
10343 msgstr ""
10344
10345 #: config/arm/arm.opt:228
10346 msgid "Thumb: Generate (non-leaf) stack frames even if not needed."
10347 msgstr ""
10348
10349 #: config/arm/arm.opt:232
10350 msgid "Thumb: Generate (leaf) stack frames even if not needed."
10351 msgstr ""
10352
10353 #: config/arm/arm.opt:236 config/mn10300/mn10300.opt:42
10354 msgid "Tune code for the given processor."
10355 msgstr ""
10356
10357 #: config/arm/arm.opt:240
10358 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."
10359 msgstr ""
10360
10361 #: config/arm/arm.opt:251
10362 msgid "Use Neon quad-word (rather than double-word) registers for vectorization."
10363 msgstr ""
10364
10365 #: config/arm/arm.opt:255
10366 msgid "Use Neon double-word (rather than quad-word) registers for vectorization."
10367 msgstr ""
10368
10369 #: config/arm/arm.opt:259
10370 msgid "Enable more verbose RTX cost dumps during debug. For GCC developers use only."
10371 msgstr ""
10372
10373 #: config/arm/arm.opt:263
10374 msgid "Only generate absolute relocations on word sized values."
10375 msgstr ""
10376
10377 #: config/arm/arm.opt:267
10378 msgid "Generate IT blocks appropriate for ARMv8."
10379 msgstr ""
10380
10381 #: config/arm/arm.opt:271
10382 msgid "Avoid overlapping destination and address registers on LDRD instructions that may trigger Cortex-M3 errata."
10383 msgstr ""
10384
10385 #: config/arm/arm.opt:276 config/nds32/nds32.opt:461 config/arc/arc.opt:496
10386 msgid "Enable unaligned word and halfword accesses to packed data."
10387 msgstr ""
10388
10389 #: config/arm/arm.opt:280
10390 msgid "This option is deprecated and has no effect."
10391 msgstr ""
10392
10393 #: config/arm/arm.opt:284
10394 msgid "Assume loading data from flash is slower than fetching instructions."
10395 msgstr ""
10396
10397 #: config/arm/arm.opt:288
10398 msgid "Assume unified syntax for inline assembly code."
10399 msgstr ""
10400
10401 #: config/arm/arm.opt:292
10402 msgid "Do not allow constant data to be placed in code sections."
10403 msgstr ""
10404
10405 #: config/arm/arm.opt:296
10406 msgid "When linking for big-endian targets, generate a BE8 format image."
10407 msgstr ""
10408
10409 #: config/arm/arm.opt:300
10410 msgid "When linking for big-endian targets, generate a legacy BE32 format image."
10411 msgstr ""
10412
10413 #: config/arm/arm.opt:304 config/sh/sh.opt:195
10414 msgid "Cost to assume for a branch insn."
10415 msgstr ""
10416
10417 #: config/arm/arm.opt:308
10418 msgid "Generate code which uses the core registers only (r0-r14)."
10419 msgstr ""
10420
10421 #: config/sparc/sparc.opt:30 config/sparc/sparc.opt:34
10422 #: config/visium/visium.opt:37
10423 msgid "Use hardware FP."
10424 msgstr ""
10425
10426 #: config/sparc/sparc.opt:38 config/visium/visium.opt:41
10427 msgid "Do not use hardware FP."
10428 msgstr ""
10429
10430 #: config/sparc/sparc.opt:42
10431 msgid "Use flat register window model."
10432 msgstr ""
10433
10434 #: config/sparc/sparc.opt:46
10435 msgid "Assume possible double misalignment."
10436 msgstr ""
10437
10438 #: config/sparc/sparc.opt:50
10439 msgid "Use ABI reserved registers."
10440 msgstr ""
10441
10442 #: config/sparc/sparc.opt:54
10443 msgid "Use hardware quad FP instructions."
10444 msgstr ""
10445
10446 #: config/sparc/sparc.opt:58
10447 msgid "Do not use hardware quad fp instructions."
10448 msgstr ""
10449
10450 #: config/sparc/sparc.opt:62
10451 msgid "Enable Local Register Allocation."
10452 msgstr ""
10453
10454 #: config/sparc/sparc.opt:66
10455 msgid "Compile for V8+ ABI."
10456 msgstr ""
10457
10458 #: config/sparc/sparc.opt:70
10459 msgid "Use UltraSPARC Visual Instruction Set version 1.0 extensions."
10460 msgstr ""
10461
10462 #: config/sparc/sparc.opt:74
10463 msgid "Use UltraSPARC Visual Instruction Set version 2.0 extensions."
10464 msgstr ""
10465
10466 #: config/sparc/sparc.opt:78
10467 msgid "Use UltraSPARC Visual Instruction Set version 3.0 extensions."
10468 msgstr ""
10469
10470 #: config/sparc/sparc.opt:82
10471 msgid "Use UltraSPARC Visual Instruction Set version 4.0 extensions."
10472 msgstr ""
10473
10474 #: config/sparc/sparc.opt:86
10475 msgid "Use additional VIS instructions introduced in OSA2017."
10476 msgstr ""
10477
10478 #: config/sparc/sparc.opt:90
10479 msgid "Use UltraSPARC Compare-and-Branch extensions."
10480 msgstr ""
10481
10482 #: config/sparc/sparc.opt:94
10483 msgid "Use UltraSPARC Fused Multiply-Add extensions."
10484 msgstr ""
10485
10486 #: config/sparc/sparc.opt:98
10487 msgid "Use Floating-point Multiply Single to Double (FsMULd) instruction."
10488 msgstr ""
10489
10490 #: config/sparc/sparc.opt:102
10491 msgid "Use UltraSPARC Population-Count instruction."
10492 msgstr ""
10493
10494 #: config/sparc/sparc.opt:106
10495 msgid "Use UltraSPARC Subtract-Extended-with-Carry instruction."
10496 msgstr ""
10497
10498 #: config/sparc/sparc.opt:110
10499 msgid "Pointers are 64-bit."
10500 msgstr ""
10501
10502 #: config/sparc/sparc.opt:114
10503 msgid "Pointers are 32-bit."
10504 msgstr ""
10505
10506 #: config/sparc/sparc.opt:118
10507 msgid "Use 64-bit ABI."
10508 msgstr ""
10509
10510 #: config/sparc/sparc.opt:122
10511 msgid "Use 32-bit ABI."
10512 msgstr ""
10513
10514 #: config/sparc/sparc.opt:126
10515 msgid "Use stack bias."
10516 msgstr ""
10517
10518 #: config/sparc/sparc.opt:130
10519 msgid "Use structs on stronger alignment for double-word copies."
10520 msgstr ""
10521
10522 #: config/sparc/sparc.opt:134
10523 msgid "Optimize tail call instructions in assembler and linker."
10524 msgstr ""
10525
10526 #: config/sparc/sparc.opt:138
10527 msgid "Do not generate code that can only run in supervisor mode (default)."
10528 msgstr ""
10529
10530 #: config/sparc/sparc.opt:142
10531 msgid "Use instructions of and schedule code for given CPU."
10532 msgstr ""
10533
10534 #: config/sparc/sparc.opt:225
10535 msgid "Use given SPARC-V9 code model."
10536 msgstr ""
10537
10538 #: config/sparc/sparc.opt:247
10539 msgid "Enable debug output."
10540 msgstr "Увімкнути виведення діагностичних даних."
10541
10542 #: config/sparc/sparc.opt:251
10543 msgid "Enable strict 32-bit psABI struct return checking."
10544 msgstr ""
10545
10546 #: config/sparc/sparc.opt:255
10547 msgid "Enable workaround for single erratum of AT697F processor (corresponding to erratum #13 of AT697E processor)."
10548 msgstr ""
10549
10550 #: config/sparc/sparc.opt:260
10551 msgid "Enable workarounds for the errata of the UT699 processor."
10552 msgstr ""
10553
10554 #: config/sparc/sparc.opt:264
10555 msgid "Enable workarounds for the errata of the UT699E/UT700 processor."
10556 msgstr ""
10557
10558 #: config/sparc/sparc.opt:268
10559 msgid "Enable workarounds for the errata of the GR712RC processor."
10560 msgstr ""
10561
10562 #: config/sparc/sparc.opt:305
10563 msgid "Specify the memory model in effect for the program."
10564 msgstr ""
10565
10566 #: config/rs6000/darwin.opt:38 config/rs6000/sysv4.opt:145
10567 msgid "Generate 64-bit code."
10568 msgstr ""
10569
10570 #: config/rs6000/darwin.opt:42 config/rs6000/sysv4.opt:149
10571 msgid "Generate 32-bit code."
10572 msgstr ""
10573
10574 #: config/rs6000/rs6000-tables.opt:24
10575 msgid "Known CPUs (for use with the -mcpu= and -mtune= options):"
10576 msgstr ""
10577
10578 #: config/rs6000/476.opt:24
10579 msgid "Preserve the PowerPC 476's link stack by matching up a blr with the bcl/bl insns used for GOT accesses."
10580 msgstr ""
10581
10582 #: config/rs6000/aix64.opt:24
10583 msgid "Compile for 64-bit pointers."
10584 msgstr ""
10585
10586 #: config/rs6000/aix64.opt:28
10587 msgid "Compile for 32-bit pointers."
10588 msgstr ""
10589
10590 #: config/rs6000/aix64.opt:32 config/rs6000/linux64.opt:28
10591 msgid "Select code model."
10592 msgstr ""
10593
10594 #: config/rs6000/aix64.opt:49
10595 msgid "Support message passing with the Parallel Environment."
10596 msgstr ""
10597
10598 #: config/rs6000/linux64.opt:24
10599 msgid "Call mcount for profiling before a function prologue."
10600 msgstr ""
10601
10602 #: config/rs6000/rs6000.opt:121
10603 msgid "Use PowerPC-64 instruction set."
10604 msgstr ""
10605
10606 #: config/rs6000/rs6000.opt:125
10607 msgid "Use PowerPC General Purpose group optional instructions."
10608 msgstr ""
10609
10610 #: config/rs6000/rs6000.opt:129
10611 msgid "Use PowerPC Graphics group optional instructions."
10612 msgstr ""
10613
10614 #: config/rs6000/rs6000.opt:133
10615 msgid "Use PowerPC V2.01 single field mfcr instruction."
10616 msgstr ""
10617
10618 #: config/rs6000/rs6000.opt:137
10619 msgid "Use PowerPC V2.02 popcntb instruction."
10620 msgstr ""
10621
10622 #: config/rs6000/rs6000.opt:141
10623 msgid "Use PowerPC V2.02 floating point rounding instructions."
10624 msgstr ""
10625
10626 #: config/rs6000/rs6000.opt:145
10627 msgid "Use PowerPC V2.05 compare bytes instruction."
10628 msgstr ""
10629
10630 #: config/rs6000/rs6000.opt:156
10631 msgid "Use AltiVec instructions."
10632 msgstr ""
10633
10634 #: config/rs6000/rs6000.opt:160
10635 msgid "Enable early gimple folding of builtins."
10636 msgstr ""
10637
10638 #: config/rs6000/rs6000.opt:164
10639 msgid "Use decimal floating point instructions."
10640 msgstr ""
10641
10642 #: config/rs6000/rs6000.opt:168
10643 msgid "Use 4xx half-word multiply instructions."
10644 msgstr ""
10645
10646 #: config/rs6000/rs6000.opt:172
10647 msgid "Use 4xx string-search dlmzb instruction."
10648 msgstr ""
10649
10650 #: config/rs6000/rs6000.opt:176
10651 msgid "Generate load/store multiple instructions."
10652 msgstr ""
10653
10654 #: config/rs6000/rs6000.opt:195
10655 msgid "Use PowerPC V2.06 popcntd instruction."
10656 msgstr ""
10657
10658 #: config/rs6000/rs6000.opt:199
10659 msgid "Under -ffast-math, generate a FRIZ instruction for (double)(long long) conversions."
10660 msgstr ""
10661
10662 #: config/rs6000/rs6000.opt:207
10663 msgid "Use vector/scalar (VSX) instructions."
10664 msgstr ""
10665
10666 #: config/rs6000/rs6000.opt:235
10667 msgid "Do not generate load/store with update instructions."
10668 msgstr ""
10669
10670 #: config/rs6000/rs6000.opt:239
10671 msgid "Generate load/store with update instructions."
10672 msgstr ""
10673
10674 #: config/rs6000/rs6000.opt:247
10675 msgid "Avoid generation of indexed load/store instructions when possible."
10676 msgstr ""
10677
10678 #: config/rs6000/rs6000.opt:254
10679 msgid "Schedule the start and end of the procedure."
10680 msgstr ""
10681
10682 #: config/rs6000/rs6000.opt:258
10683 msgid "Return all structures in memory (AIX default)."
10684 msgstr ""
10685
10686 #: config/rs6000/rs6000.opt:262
10687 msgid "Return small structures in registers (SVR4 default)."
10688 msgstr ""
10689
10690 #: config/rs6000/rs6000.opt:266
10691 msgid "Conform more closely to IBM XLC semantics."
10692 msgstr ""
10693
10694 #: config/rs6000/rs6000.opt:270 config/rs6000/rs6000.opt:274
10695 msgid "Generate software reciprocal divide and square root for better throughput."
10696 msgstr ""
10697
10698 #: config/rs6000/rs6000.opt:278
10699 msgid "Assume that the reciprocal estimate instructions provide more accuracy."
10700 msgstr ""
10701
10702 #: config/rs6000/rs6000.opt:282
10703 msgid "Do not place floating point constants in TOC."
10704 msgstr ""
10705
10706 #: config/rs6000/rs6000.opt:286
10707 msgid "Place floating point constants in TOC."
10708 msgstr ""
10709
10710 #: config/rs6000/rs6000.opt:290
10711 msgid "Do not place symbol+offset constants in TOC."
10712 msgstr ""
10713
10714 #: config/rs6000/rs6000.opt:294
10715 msgid "Place symbol+offset constants in TOC."
10716 msgstr ""
10717
10718 #: config/rs6000/rs6000.opt:305
10719 msgid "Use only one TOC entry per procedure."
10720 msgstr ""
10721
10722 #: config/rs6000/rs6000.opt:309
10723 msgid "Put everything in the regular TOC."
10724 msgstr ""
10725
10726 #: config/rs6000/rs6000.opt:313
10727 msgid "Generate VRSAVE instructions when generating AltiVec code."
10728 msgstr ""
10729
10730 #: config/rs6000/rs6000.opt:317
10731 msgid "Deprecated option. Use -mno-vrsave instead."
10732 msgstr ""
10733
10734 #: config/rs6000/rs6000.opt:321
10735 msgid "Deprecated option. Use -mvrsave instead."
10736 msgstr ""
10737
10738 #: config/rs6000/rs6000.opt:325
10739 msgid "Max number of bytes to move inline."
10740 msgstr ""
10741
10742 #: config/rs6000/rs6000.opt:329
10743 msgid "Max number of bytes to compare without loops."
10744 msgstr ""
10745
10746 #: config/rs6000/rs6000.opt:333
10747 msgid "Max number of bytes to compare with loops."
10748 msgstr ""
10749
10750 #: config/rs6000/rs6000.opt:337
10751 msgid "Max number of bytes to compare."
10752 msgstr ""
10753
10754 #: config/rs6000/rs6000.opt:341
10755 msgid "Generate isel instructions."
10756 msgstr ""
10757
10758 #: config/rs6000/rs6000.opt:345
10759 msgid "-mdebug=\tEnable debug output."
10760 msgstr "-mdebug=\tУвімкнути виведення діагностичних даних."
10761
10762 #: config/rs6000/rs6000.opt:349
10763 msgid "Use the AltiVec ABI extensions."
10764 msgstr ""
10765
10766 #: config/rs6000/rs6000.opt:353
10767 msgid "Do not use the AltiVec ABI extensions."
10768 msgstr ""
10769
10770 #: config/rs6000/rs6000.opt:357
10771 msgid "Use the ELFv1 ABI."
10772 msgstr ""
10773
10774 #: config/rs6000/rs6000.opt:361
10775 msgid "Use the ELFv2 ABI."
10776 msgstr ""
10777
10778 #: config/rs6000/rs6000.opt:381
10779 msgid "-mcpu=\tUse features of and schedule code for given CPU."
10780 msgstr ""
10781
10782 #: config/rs6000/rs6000.opt:385
10783 msgid "-mtune=\tSchedule code for given CPU."
10784 msgstr ""
10785
10786 #: config/rs6000/rs6000.opt:389
10787 msgid "-mtraceback=[full,part,no]\tSelect type of traceback table."
10788 msgstr ""
10789
10790 #: config/rs6000/rs6000.opt:405
10791 msgid "Avoid all range limits on call instructions."
10792 msgstr ""
10793
10794 #: config/rs6000/rs6000.opt:413
10795 msgid "Warn about deprecated 'vector long ...' AltiVec type usage."
10796 msgstr ""
10797
10798 #: config/rs6000/rs6000.opt:417
10799 msgid "-mlong-double-[64,128]\tSpecify size of long double."
10800 msgstr ""
10801
10802 #: config/rs6000/rs6000.opt:425
10803 msgid "Determine which dependences between insns are considered costly."
10804 msgstr ""
10805
10806 #: config/rs6000/rs6000.opt:429
10807 msgid "Specify which post scheduling nop insertion scheme to apply."
10808 msgstr ""
10809
10810 #: config/rs6000/rs6000.opt:433
10811 msgid "Specify alignment of structure fields default/natural."
10812 msgstr ""
10813
10814 #: config/rs6000/rs6000.opt:437
10815 msgid "Valid arguments to -malign-:"
10816 msgstr ""
10817
10818 #: config/rs6000/rs6000.opt:447
10819 msgid "Specify scheduling priority for dispatch slot restricted insns."
10820 msgstr ""
10821
10822 #: config/rs6000/rs6000.opt:451
10823 msgid "Use r11 to hold the static link in calls to functions via pointers."
10824 msgstr ""
10825
10826 #: config/rs6000/rs6000.opt:455
10827 msgid "Save the TOC in the prologue for indirect calls rather than inline."
10828 msgstr ""
10829
10830 #: config/rs6000/rs6000.opt:463
10831 msgid "Fuse certain integer operations together for better performance on power8."
10832 msgstr ""
10833
10834 #: config/rs6000/rs6000.opt:467
10835 msgid "Allow sign extension in fusion operations."
10836 msgstr ""
10837
10838 #: config/rs6000/rs6000.opt:471
10839 msgid "Use vector and scalar instructions added in ISA 2.07."
10840 msgstr ""
10841
10842 #: config/rs6000/rs6000.opt:475
10843 msgid "Use ISA 2.07 Category:Vector.AES and Category:Vector.SHA2 instructions."
10844 msgstr ""
10845
10846 #: config/rs6000/rs6000.opt:482
10847 msgid "Use ISA 2.07 transactional memory (HTM) instructions."
10848 msgstr ""
10849
10850 #: config/rs6000/rs6000.opt:486
10851 msgid "Generate the quad word memory instructions (lq/stq)."
10852 msgstr ""
10853
10854 #: config/rs6000/rs6000.opt:490
10855 msgid "Generate the quad word memory atomic instructions (lqarx/stqcx)."
10856 msgstr ""
10857
10858 #: config/rs6000/rs6000.opt:494
10859 msgid "Generate aggregate parameter passing code with at most 64-bit alignment."
10860 msgstr ""
10861
10862 #: config/rs6000/rs6000.opt:498
10863 msgid "Analyze and remove doubleword swaps from VSX computations."
10864 msgstr ""
10865
10866 #: config/rs6000/rs6000.opt:506
10867 msgid "Use certain scalar instructions added in ISA 3.0."
10868 msgstr ""
10869
10870 #: config/rs6000/rs6000.opt:510
10871 msgid "Use vector instructions added in ISA 3.0."
10872 msgstr ""
10873
10874 #: config/rs6000/rs6000.opt:514
10875 msgid "Use the new min/max instructions defined in ISA 3.0."
10876 msgstr ""
10877
10878 #: config/rs6000/rs6000.opt:518
10879 msgid "Fuse medium/large code model toc references with the memory instruction."
10880 msgstr ""
10881
10882 #: config/rs6000/rs6000.opt:522
10883 msgid "Generate the integer modulo instructions."
10884 msgstr ""
10885
10886 #: config/rs6000/rs6000.opt:526
10887 msgid "Enable IEEE 128-bit floating point via the __float128 keyword."
10888 msgstr ""
10889
10890 #: config/rs6000/rs6000.opt:530
10891 msgid "Enable using IEEE 128-bit floating point instructions."
10892 msgstr ""
10893
10894 #: config/rs6000/rs6000.opt:534
10895 msgid "Enable default conversions between __float128 & long double."
10896 msgstr ""
10897
10898 #: config/rs6000/rs6000.opt:571
10899 msgid "Use instructions for a future architecture."
10900 msgstr ""
10901
10902 #: config/rs6000/rs6000.opt:575
10903 #, fuzzy
10904 #| msgid "Generate divide instructions."
10905 msgid "Generate (do not generate) prefixed memory instructions."
10906 msgstr "Створити інструкції divide."
10907
10908 #: config/rs6000/rs6000.opt:579
10909 msgid "Generate (do not generate) pc-relative memory addressing."
10910 msgstr ""
10911
10912 #: config/rs6000/sysv4.opt:24
10913 msgid "-mcall-ABI\tSelect ABI calling convention."
10914 msgstr ""
10915
10916 #: config/rs6000/sysv4.opt:28
10917 msgid "-msdata=[none,data,sysv,eabi]\tSelect method for sdata handling."
10918 msgstr ""
10919
10920 #: config/rs6000/sysv4.opt:32
10921 msgid "Allow readonly data in sdata."
10922 msgstr ""
10923
10924 #: config/rs6000/sysv4.opt:36
10925 msgid "-mtls-size=[16,32]\tSpecify bit size of immediate TLS offsets."
10926 msgstr ""
10927
10928 #: config/rs6000/sysv4.opt:52
10929 msgid "Align to the base type of the bit-field."
10930 msgstr ""
10931
10932 #: config/rs6000/sysv4.opt:56
10933 msgid "Align to the base type of the bit-field. Don't assume that unaligned accesses are handled by the system."
10934 msgstr ""
10935
10936 #: config/rs6000/sysv4.opt:61 config/rs6000/sysv4.opt:65
10937 msgid "Produce code relocatable at runtime."
10938 msgstr ""
10939
10940 #: config/rs6000/sysv4.opt:69 config/rs6000/sysv4.opt:73
10941 msgid "Produce little endian code."
10942 msgstr ""
10943
10944 #: config/rs6000/sysv4.opt:77 config/rs6000/sysv4.opt:81
10945 msgid "Produce big endian code."
10946 msgstr ""
10947
10948 #: config/rs6000/sysv4.opt:86 config/rs6000/sysv4.opt:90
10949 #: config/rs6000/sysv4.opt:99 config/rs6000/sysv4.opt:141
10950 #: config/rs6000/sysv4.opt:153
10951 msgid "No description yet."
10952 msgstr ""
10953
10954 #: config/rs6000/sysv4.opt:94
10955 msgid "Assume all variable arg functions are prototyped."
10956 msgstr ""
10957
10958 #: config/rs6000/sysv4.opt:103
10959 msgid "Use EABI."
10960 msgstr ""
10961
10962 #: config/rs6000/sysv4.opt:107
10963 msgid "Allow bit-fields to cross word boundaries."
10964 msgstr ""
10965
10966 #: config/rs6000/sysv4.opt:111
10967 msgid "Use alternate register names."
10968 msgstr ""
10969
10970 #: config/rs6000/sysv4.opt:117
10971 msgid "Use default method for sdata handling."
10972 msgstr ""
10973
10974 #: config/rs6000/sysv4.opt:121
10975 msgid "Link with libsim.a, libc.a and sim-crt0.o."
10976 msgstr ""
10977
10978 #: config/rs6000/sysv4.opt:125
10979 msgid "Link with libads.a, libc.a and crt0.o."
10980 msgstr ""
10981
10982 #: config/rs6000/sysv4.opt:129
10983 msgid "Link with libyk.a, libc.a and crt0.o."
10984 msgstr ""
10985
10986 #: config/rs6000/sysv4.opt:133
10987 msgid "Link with libmvme.a, libc.a and crt0.o."
10988 msgstr ""
10989
10990 #: config/rs6000/sysv4.opt:137
10991 msgid "Set the PPC_EMB bit in the ELF flags header."
10992 msgstr ""
10993
10994 #: config/rs6000/sysv4.opt:157
10995 msgid "Generate code to use a non-exec PLT and GOT."
10996 msgstr ""
10997
10998 #: config/rs6000/sysv4.opt:161
10999 msgid "Generate code for old exec BSS PLT."
11000 msgstr ""
11001
11002 #: config/rs6000/sysv4.opt:165
11003 msgid "Use inline plt sequences to implement long calls and -fno-plt."
11004 msgstr ""
11005
11006 #: config/rs6000/sysv4.opt:169
11007 msgid "Emit .gnu_attribute tags."
11008 msgstr ""
11009
11010 #: config/alpha/alpha.opt:27
11011 msgid "Use fp registers."
11012 msgstr "Використовувати fp-регістри."
11013
11014 #: config/alpha/alpha.opt:35
11015 msgid "Request IEEE-conformant math library routines (OSF/1)."
11016 msgstr ""
11017
11018 #: config/alpha/alpha.opt:39
11019 msgid "Emit IEEE-conformant code, without inexact exceptions."
11020 msgstr ""
11021
11022 #: config/alpha/alpha.opt:46
11023 msgid "Do not emit complex integer constants to read-only memory."
11024 msgstr ""
11025
11026 #: config/alpha/alpha.opt:50
11027 msgid "Use VAX fp."
11028 msgstr ""
11029
11030 #: config/alpha/alpha.opt:54
11031 msgid "Do not use VAX fp."
11032 msgstr ""
11033
11034 #: config/alpha/alpha.opt:58
11035 msgid "Emit code for the byte/word ISA extension."
11036 msgstr ""
11037
11038 #: config/alpha/alpha.opt:62
11039 msgid "Emit code for the motion video ISA extension."
11040 msgstr ""
11041
11042 #: config/alpha/alpha.opt:66
11043 msgid "Emit code for the fp move and sqrt ISA extension."
11044 msgstr ""
11045
11046 #: config/alpha/alpha.opt:70
11047 msgid "Emit code for the counting ISA extension."
11048 msgstr ""
11049
11050 #: config/alpha/alpha.opt:74
11051 msgid "Emit code using explicit relocation directives."
11052 msgstr ""
11053
11054 #: config/alpha/alpha.opt:78
11055 msgid "Emit 16-bit relocations to the small data areas."
11056 msgstr ""
11057
11058 #: config/alpha/alpha.opt:82
11059 msgid "Emit 32-bit relocations to the small data areas."
11060 msgstr ""
11061
11062 #: config/alpha/alpha.opt:86
11063 msgid "Emit direct branches to local functions."
11064 msgstr ""
11065
11066 #: config/alpha/alpha.opt:90
11067 msgid "Emit indirect branches to local functions."
11068 msgstr ""
11069
11070 #: config/alpha/alpha.opt:94
11071 msgid "Emit rdval instead of rduniq for thread pointer."
11072 msgstr ""
11073
11074 #: config/alpha/alpha.opt:106
11075 msgid "Use features of and schedule given CPU."
11076 msgstr ""
11077
11078 #: config/alpha/alpha.opt:110
11079 msgid "Schedule given CPU."
11080 msgstr ""
11081
11082 #: config/alpha/alpha.opt:114
11083 msgid "Control the generated fp rounding mode."
11084 msgstr ""
11085
11086 #: config/alpha/alpha.opt:118
11087 msgid "Control the IEEE trap mode."
11088 msgstr ""
11089
11090 #: config/alpha/alpha.opt:122
11091 msgid "Control the precision given to fp exceptions."
11092 msgstr ""
11093
11094 #: config/alpha/alpha.opt:126
11095 msgid "Tune expected memory latency."
11096 msgstr ""
11097
11098 #: config/tilepro/tilepro.opt:23
11099 msgid "Compile with 32 bit longs and pointers, which is the only supported behavior and thus the flag is ignored."
11100 msgstr ""
11101
11102 #: config/tilepro/tilepro.opt:28 config/tilegx/tilegx.opt:26
11103 msgid "-mcpu=CPU\tUse features of and schedule code for given CPU."
11104 msgstr ""
11105
11106 #: config/tilepro/tilepro.opt:32
11107 msgid "Known TILEPro CPUs (for use with the -mcpu= option):"
11108 msgstr ""
11109
11110 #: config/lm32/lm32.opt:24
11111 msgid "Enable multiply instructions."
11112 msgstr ""
11113
11114 #: config/lm32/lm32.opt:28
11115 msgid "Enable divide and modulus instructions."
11116 msgstr ""
11117
11118 #: config/lm32/lm32.opt:32
11119 msgid "Enable barrel shift instructions."
11120 msgstr ""
11121
11122 #: config/lm32/lm32.opt:36
11123 msgid "Enable sign extend instructions."
11124 msgstr ""
11125
11126 #: config/lm32/lm32.opt:40
11127 msgid "Enable user-defined instructions."
11128 msgstr ""
11129
11130 #: config/or1k/elf.opt:28
11131 msgid "Configure the newlib board specific runtime. The default is or1ksim."
11132 msgstr ""
11133
11134 #: config/or1k/elf.opt:32
11135 msgid "This option is ignored; it is provided for compatibility purposes only. This used to select linker and preprocessor options for use with newlib."
11136 msgstr ""
11137
11138 #: config/or1k/or1k.opt:26
11139 msgid "Enable generation of hardware divide (l.div, l.divu) instructions. This is the default; use -msoft-div to override."
11140 msgstr ""
11141
11142 #: config/or1k/or1k.opt:31
11143 msgid "Enable generation of binaries which use functions from libgcc to perform divide operations. The default is -mhard-div."
11144 msgstr ""
11145
11146 #: config/or1k/or1k.opt:36
11147 msgid "Enable generation of hardware multiply instructions (l.mul, l.muli) instructions. This is the default; use -msoft-mul to override."
11148 msgstr ""
11149
11150 #: config/or1k/or1k.opt:41
11151 msgid "Enable generation of binaries which use functions from libgcc to perform multiply operations. The default is -mhard-mul."
11152 msgstr ""
11153
11154 #: config/or1k/or1k.opt:46
11155 msgid "Enable generation of binaries which use functions from libgcc to perform floating point operations. This is the default; use -mhard-float to override."
11156 msgstr ""
11157
11158 #: config/or1k/or1k.opt:51
11159 msgid "Enable generation of hardware floating point instructions. The default is -msoft-float."
11160 msgstr ""
11161
11162 #: config/or1k/or1k.opt:56
11163 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."
11164 msgstr ""
11165
11166 #: config/or1k/or1k.opt:62
11167 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."
11168 msgstr ""
11169
11170 #: config/or1k/or1k.opt:68
11171 msgid "Enable generation of conditional move (l.cmov) instructions. By default the equivalent will be generated using using set and branch."
11172 msgstr ""
11173
11174 #: config/or1k/or1k.opt:73
11175 msgid "Enable generation of rotate right (l.ror) instructions. By default functions from libgcc are used to perform rotate right operations."
11176 msgstr ""
11177
11178 #: config/or1k/or1k.opt:78
11179 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."
11180 msgstr ""
11181
11182 #: config/or1k/or1k.opt:84
11183 msgid "Enable generation of sign extension (l.ext*) instructions. By default memory loads are used to perform sign extension."
11184 msgstr ""
11185
11186 #: config/or1k/or1k.opt:89
11187 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."
11188 msgstr ""
11189
11190 #: config/or1k/or1k.opt:95
11191 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."
11192 msgstr ""
11193
11194 #: config/nios2/elf.opt:26
11195 msgid "Link with a limited version of the C library."
11196 msgstr ""
11197
11198 #: config/nios2/elf.opt:30
11199 msgid "Name of system library to link against."
11200 msgstr ""
11201
11202 #: config/nios2/elf.opt:34
11203 msgid "Name of the startfile."
11204 msgstr ""
11205
11206 #: config/nios2/elf.opt:38
11207 msgid "Link with HAL BSP."
11208 msgstr ""
11209
11210 #: config/nios2/nios2.opt:35
11211 msgid "Enable DIV, DIVU."
11212 msgstr ""
11213
11214 #: config/nios2/nios2.opt:39
11215 msgid "Enable MUL instructions."
11216 msgstr ""
11217
11218 #: config/nios2/nios2.opt:43
11219 msgid "Enable MULX instructions, assume fast shifter."
11220 msgstr ""
11221
11222 #: config/nios2/nios2.opt:47
11223 msgid "Use table based fast divide (default at -O3)."
11224 msgstr ""
11225
11226 #: config/nios2/nios2.opt:51
11227 msgid "All memory accesses use I/O load/store instructions."
11228 msgstr ""
11229
11230 #: config/nios2/nios2.opt:55
11231 msgid "Volatile memory accesses use I/O load/store instructions."
11232 msgstr ""
11233
11234 #: config/nios2/nios2.opt:59
11235 msgid "Volatile memory accesses do not use I/O load/store instructions."
11236 msgstr ""
11237
11238 #: config/nios2/nios2.opt:63
11239 msgid "Enable/disable GP-relative addressing."
11240 msgstr ""
11241
11242 #: config/nios2/nios2.opt:67
11243 msgid "Valid options for GP-relative addressing (for -mgpopt):"
11244 msgstr ""
11245
11246 #: config/nios2/nios2.opt:86
11247 msgid "Equivalent to -mgpopt=local."
11248 msgstr ""
11249
11250 #: config/nios2/nios2.opt:90
11251 msgid "Equivalent to -mgpopt=none."
11252 msgstr ""
11253
11254 #: config/nios2/nios2.opt:94 config/c6x/c6x.opt:30 config/mips/mips.opt:134
11255 #: config/tilegx/tilegx.opt:45
11256 msgid "Use big-endian byte order."
11257 msgstr ""
11258
11259 #: config/nios2/nios2.opt:98 config/c6x/c6x.opt:34 config/mips/mips.opt:138
11260 #: config/tilegx/tilegx.opt:49
11261 msgid "Use little-endian byte order."
11262 msgstr ""
11263
11264 #: config/nios2/nios2.opt:102
11265 msgid "Floating point custom instruction configuration name."
11266 msgstr ""
11267
11268 #: config/nios2/nios2.opt:106
11269 msgid "Do not use the ftruncds custom instruction."
11270 msgstr ""
11271
11272 #: config/nios2/nios2.opt:110
11273 msgid "Integer id (N) of ftruncds custom instruction."
11274 msgstr ""
11275
11276 #: config/nios2/nios2.opt:114
11277 msgid "Do not use the fextsd custom instruction."
11278 msgstr ""
11279
11280 #: config/nios2/nios2.opt:118
11281 msgid "Integer id (N) of fextsd custom instruction."
11282 msgstr ""
11283
11284 #: config/nios2/nios2.opt:122
11285 msgid "Do not use the fixdu custom instruction."
11286 msgstr ""
11287
11288 #: config/nios2/nios2.opt:126
11289 msgid "Integer id (N) of fixdu custom instruction."
11290 msgstr ""
11291
11292 #: config/nios2/nios2.opt:130
11293 msgid "Do not use the fixdi custom instruction."
11294 msgstr ""
11295
11296 #: config/nios2/nios2.opt:134
11297 msgid "Integer id (N) of fixdi custom instruction."
11298 msgstr ""
11299
11300 #: config/nios2/nios2.opt:138
11301 msgid "Do not use the fixsu custom instruction."
11302 msgstr ""
11303
11304 #: config/nios2/nios2.opt:142
11305 msgid "Integer id (N) of fixsu custom instruction."
11306 msgstr ""
11307
11308 #: config/nios2/nios2.opt:146
11309 msgid "Do not use the fixsi custom instruction."
11310 msgstr ""
11311
11312 #: config/nios2/nios2.opt:150
11313 msgid "Integer id (N) of fixsi custom instruction."
11314 msgstr ""
11315
11316 #: config/nios2/nios2.opt:154
11317 msgid "Do not use the floatud custom instruction."
11318 msgstr ""
11319
11320 #: config/nios2/nios2.opt:158
11321 msgid "Integer id (N) of floatud custom instruction."
11322 msgstr ""
11323
11324 #: config/nios2/nios2.opt:162
11325 msgid "Do not use the floatid custom instruction."
11326 msgstr ""
11327
11328 #: config/nios2/nios2.opt:166
11329 msgid "Integer id (N) of floatid custom instruction."
11330 msgstr ""
11331
11332 #: config/nios2/nios2.opt:170
11333 msgid "Do not use the floatus custom instruction."
11334 msgstr ""
11335
11336 #: config/nios2/nios2.opt:174
11337 msgid "Integer id (N) of floatus custom instruction."
11338 msgstr ""
11339
11340 #: config/nios2/nios2.opt:178
11341 msgid "Do not use the floatis custom instruction."
11342 msgstr ""
11343
11344 #: config/nios2/nios2.opt:182
11345 msgid "Integer id (N) of floatis custom instruction."
11346 msgstr ""
11347
11348 #: config/nios2/nios2.opt:186
11349 msgid "Do not use the fcmpned custom instruction."
11350 msgstr ""
11351
11352 #: config/nios2/nios2.opt:190
11353 msgid "Integer id (N) of fcmpned custom instruction."
11354 msgstr ""
11355
11356 #: config/nios2/nios2.opt:194
11357 msgid "Do not use the fcmpeqd custom instruction."
11358 msgstr ""
11359
11360 #: config/nios2/nios2.opt:198
11361 msgid "Integer id (N) of fcmpeqd custom instruction."
11362 msgstr ""
11363
11364 #: config/nios2/nios2.opt:202
11365 msgid "Do not use the fcmpged custom instruction."
11366 msgstr ""
11367
11368 #: config/nios2/nios2.opt:206
11369 msgid "Integer id (N) of fcmpged custom instruction."
11370 msgstr ""
11371
11372 #: config/nios2/nios2.opt:210
11373 msgid "Do not use the fcmpgtd custom instruction."
11374 msgstr ""
11375
11376 #: config/nios2/nios2.opt:214
11377 msgid "Integer id (N) of fcmpgtd custom instruction."
11378 msgstr ""
11379
11380 #: config/nios2/nios2.opt:218
11381 msgid "Do not use the fcmpled custom instruction."
11382 msgstr ""
11383
11384 #: config/nios2/nios2.opt:222
11385 msgid "Integer id (N) of fcmpled custom instruction."
11386 msgstr ""
11387
11388 #: config/nios2/nios2.opt:226
11389 msgid "Do not use the fcmpltd custom instruction."
11390 msgstr ""
11391
11392 #: config/nios2/nios2.opt:230
11393 msgid "Integer id (N) of fcmpltd custom instruction."
11394 msgstr ""
11395
11396 #: config/nios2/nios2.opt:234
11397 msgid "Do not use the flogd custom instruction."
11398 msgstr ""
11399
11400 #: config/nios2/nios2.opt:238
11401 msgid "Integer id (N) of flogd custom instruction."
11402 msgstr ""
11403
11404 #: config/nios2/nios2.opt:242
11405 msgid "Do not use the fexpd custom instruction."
11406 msgstr ""
11407
11408 #: config/nios2/nios2.opt:246
11409 msgid "Integer id (N) of fexpd custom instruction."
11410 msgstr ""
11411
11412 #: config/nios2/nios2.opt:250
11413 msgid "Do not use the fatand custom instruction."
11414 msgstr ""
11415
11416 #: config/nios2/nios2.opt:254
11417 msgid "Integer id (N) of fatand custom instruction."
11418 msgstr ""
11419
11420 #: config/nios2/nios2.opt:258
11421 msgid "Do not use the ftand custom instruction."
11422 msgstr ""
11423
11424 #: config/nios2/nios2.opt:262
11425 msgid "Integer id (N) of ftand custom instruction."
11426 msgstr ""
11427
11428 #: config/nios2/nios2.opt:266
11429 msgid "Do not use the fsind custom instruction."
11430 msgstr ""
11431
11432 #: config/nios2/nios2.opt:270
11433 msgid "Integer id (N) of fsind custom instruction."
11434 msgstr ""
11435
11436 #: config/nios2/nios2.opt:274
11437 msgid "Do not use the fcosd custom instruction."
11438 msgstr ""
11439
11440 #: config/nios2/nios2.opt:278
11441 msgid "Integer id (N) of fcosd custom instruction."
11442 msgstr ""
11443
11444 #: config/nios2/nios2.opt:282
11445 msgid "Do not use the fsqrtd custom instruction."
11446 msgstr ""
11447
11448 #: config/nios2/nios2.opt:286
11449 msgid "Integer id (N) of fsqrtd custom instruction."
11450 msgstr ""
11451
11452 #: config/nios2/nios2.opt:290
11453 msgid "Do not use the fabsd custom instruction."
11454 msgstr ""
11455
11456 #: config/nios2/nios2.opt:294
11457 msgid "Integer id (N) of fabsd custom instruction."
11458 msgstr ""
11459
11460 #: config/nios2/nios2.opt:298
11461 msgid "Do not use the fnegd custom instruction."
11462 msgstr ""
11463
11464 #: config/nios2/nios2.opt:302
11465 msgid "Integer id (N) of fnegd custom instruction."
11466 msgstr ""
11467
11468 #: config/nios2/nios2.opt:306
11469 msgid "Do not use the fmaxd custom instruction."
11470 msgstr ""
11471
11472 #: config/nios2/nios2.opt:310
11473 msgid "Integer id (N) of fmaxd custom instruction."
11474 msgstr ""
11475
11476 #: config/nios2/nios2.opt:314
11477 msgid "Do not use the fmind custom instruction."
11478 msgstr ""
11479
11480 #: config/nios2/nios2.opt:318
11481 msgid "Integer id (N) of fmind custom instruction."
11482 msgstr ""
11483
11484 #: config/nios2/nios2.opt:322
11485 msgid "Do not use the fdivd custom instruction."
11486 msgstr ""
11487
11488 #: config/nios2/nios2.opt:326
11489 msgid "Integer id (N) of fdivd custom instruction."
11490 msgstr ""
11491
11492 #: config/nios2/nios2.opt:330
11493 msgid "Do not use the fmuld custom instruction."
11494 msgstr ""
11495
11496 #: config/nios2/nios2.opt:334
11497 msgid "Integer id (N) of fmuld custom instruction."
11498 msgstr ""
11499
11500 #: config/nios2/nios2.opt:338
11501 msgid "Do not use the fsubd custom instruction."
11502 msgstr ""
11503
11504 #: config/nios2/nios2.opt:342
11505 msgid "Integer id (N) of fsubd custom instruction."
11506 msgstr ""
11507
11508 #: config/nios2/nios2.opt:346
11509 msgid "Do not use the faddd custom instruction."
11510 msgstr ""
11511
11512 #: config/nios2/nios2.opt:350
11513 msgid "Integer id (N) of faddd custom instruction."
11514 msgstr ""
11515
11516 #: config/nios2/nios2.opt:354
11517 msgid "Do not use the fcmpnes custom instruction."
11518 msgstr ""
11519
11520 #: config/nios2/nios2.opt:358
11521 msgid "Integer id (N) of fcmpnes custom instruction."
11522 msgstr ""
11523
11524 #: config/nios2/nios2.opt:362
11525 msgid "Do not use the fcmpeqs custom instruction."
11526 msgstr ""
11527
11528 #: config/nios2/nios2.opt:366
11529 msgid "Integer id (N) of fcmpeqs custom instruction."
11530 msgstr ""
11531
11532 #: config/nios2/nios2.opt:370
11533 msgid "Do not use the fcmpges custom instruction."
11534 msgstr ""
11535
11536 #: config/nios2/nios2.opt:374
11537 msgid "Integer id (N) of fcmpges custom instruction."
11538 msgstr ""
11539
11540 #: config/nios2/nios2.opt:378
11541 msgid "Do not use the fcmpgts custom instruction."
11542 msgstr ""
11543
11544 #: config/nios2/nios2.opt:382
11545 msgid "Integer id (N) of fcmpgts custom instruction."
11546 msgstr ""
11547
11548 #: config/nios2/nios2.opt:386
11549 msgid "Do not use the fcmples custom instruction."
11550 msgstr ""
11551
11552 #: config/nios2/nios2.opt:390
11553 msgid "Integer id (N) of fcmples custom instruction."
11554 msgstr ""
11555
11556 #: config/nios2/nios2.opt:394
11557 msgid "Do not use the fcmplts custom instruction."
11558 msgstr ""
11559
11560 #: config/nios2/nios2.opt:398
11561 msgid "Integer id (N) of fcmplts custom instruction."
11562 msgstr ""
11563
11564 #: config/nios2/nios2.opt:402
11565 msgid "Do not use the flogs custom instruction."
11566 msgstr ""
11567
11568 #: config/nios2/nios2.opt:406
11569 msgid "Integer id (N) of flogs custom instruction."
11570 msgstr ""
11571
11572 #: config/nios2/nios2.opt:410
11573 msgid "Do not use the fexps custom instruction."
11574 msgstr ""
11575
11576 #: config/nios2/nios2.opt:414
11577 msgid "Integer id (N) of fexps custom instruction."
11578 msgstr ""
11579
11580 #: config/nios2/nios2.opt:418
11581 msgid "Do not use the fatans custom instruction."
11582 msgstr ""
11583
11584 #: config/nios2/nios2.opt:422
11585 msgid "Integer id (N) of fatans custom instruction."
11586 msgstr ""
11587
11588 #: config/nios2/nios2.opt:426
11589 msgid "Do not use the ftans custom instruction."
11590 msgstr ""
11591
11592 #: config/nios2/nios2.opt:430
11593 msgid "Integer id (N) of ftans custom instruction."
11594 msgstr ""
11595
11596 #: config/nios2/nios2.opt:434
11597 msgid "Do not use the fsins custom instruction."
11598 msgstr ""
11599
11600 #: config/nios2/nios2.opt:438
11601 msgid "Integer id (N) of fsins custom instruction."
11602 msgstr ""
11603
11604 #: config/nios2/nios2.opt:442
11605 msgid "Do not use the fcoss custom instruction."
11606 msgstr ""
11607
11608 #: config/nios2/nios2.opt:446
11609 msgid "Integer id (N) of fcoss custom instruction."
11610 msgstr ""
11611
11612 #: config/nios2/nios2.opt:450
11613 msgid "Do not use the fsqrts custom instruction."
11614 msgstr ""
11615
11616 #: config/nios2/nios2.opt:454
11617 msgid "Integer id (N) of fsqrts custom instruction."
11618 msgstr ""
11619
11620 #: config/nios2/nios2.opt:458
11621 msgid "Do not use the fabss custom instr."
11622 msgstr ""
11623
11624 #: config/nios2/nios2.opt:462
11625 msgid "Integer id (N) of fabss custom instruction."
11626 msgstr ""
11627
11628 #: config/nios2/nios2.opt:466
11629 msgid "Do not use the fnegs custom instruction."
11630 msgstr ""
11631
11632 #: config/nios2/nios2.opt:470
11633 msgid "Integer id (N) of fnegs custom instruction."
11634 msgstr ""
11635
11636 #: config/nios2/nios2.opt:474
11637 msgid "Do not use the fmaxs custom instruction."
11638 msgstr ""
11639
11640 #: config/nios2/nios2.opt:478
11641 msgid "Integer id (N) of fmaxs custom instruction."
11642 msgstr ""
11643
11644 #: config/nios2/nios2.opt:482
11645 msgid "Do not use the fmins custom instruction."
11646 msgstr ""
11647
11648 #: config/nios2/nios2.opt:486
11649 msgid "Integer id (N) of fmins custom instruction."
11650 msgstr ""
11651
11652 #: config/nios2/nios2.opt:490
11653 msgid "Do not use the fdivs custom instruction."
11654 msgstr ""
11655
11656 #: config/nios2/nios2.opt:494
11657 msgid "Integer id (N) of fdivs custom instruction."
11658 msgstr ""
11659
11660 #: config/nios2/nios2.opt:498
11661 msgid "Do not use the fmuls custom instruction."
11662 msgstr ""
11663
11664 #: config/nios2/nios2.opt:502
11665 msgid "Integer id (N) of fmuls custom instruction."
11666 msgstr ""
11667
11668 #: config/nios2/nios2.opt:506
11669 msgid "Do not use the fsubs custom instruction."
11670 msgstr ""
11671
11672 #: config/nios2/nios2.opt:510
11673 msgid "Integer id (N) of fsubs custom instruction."
11674 msgstr ""
11675
11676 #: config/nios2/nios2.opt:514
11677 msgid "Do not use the fadds custom instruction."
11678 msgstr ""
11679
11680 #: config/nios2/nios2.opt:518
11681 msgid "Integer id (N) of fadds custom instruction."
11682 msgstr ""
11683
11684 #: config/nios2/nios2.opt:522
11685 msgid "Do not use the frdy custom instruction."
11686 msgstr ""
11687
11688 #: config/nios2/nios2.opt:526
11689 msgid "Integer id (N) of frdy custom instruction."
11690 msgstr ""
11691
11692 #: config/nios2/nios2.opt:530
11693 msgid "Do not use the frdxhi custom instruction."
11694 msgstr ""
11695
11696 #: config/nios2/nios2.opt:534
11697 msgid "Integer id (N) of frdxhi custom instruction."
11698 msgstr ""
11699
11700 #: config/nios2/nios2.opt:538
11701 msgid "Do not use the frdxlo custom instruction."
11702 msgstr ""
11703
11704 #: config/nios2/nios2.opt:542
11705 msgid "Integer id (N) of frdxlo custom instruction."
11706 msgstr ""
11707
11708 #: config/nios2/nios2.opt:546
11709 msgid "Do not use the fwry custom instruction."
11710 msgstr ""
11711
11712 #: config/nios2/nios2.opt:550
11713 msgid "Integer id (N) of fwry custom instruction."
11714 msgstr ""
11715
11716 #: config/nios2/nios2.opt:554
11717 msgid "Do not use the fwrx custom instruction."
11718 msgstr ""
11719
11720 #: config/nios2/nios2.opt:558
11721 msgid "Integer id (N) of fwrx custom instruction."
11722 msgstr ""
11723
11724 #: config/nios2/nios2.opt:562
11725 msgid "Do not use the round custom instruction."
11726 msgstr ""
11727
11728 #: config/nios2/nios2.opt:566
11729 msgid "Integer id (N) of round custom instruction."
11730 msgstr ""
11731
11732 #: config/nios2/nios2.opt:574
11733 msgid "Valid Nios II ISA levels (for -march):"
11734 msgstr ""
11735
11736 #: config/nios2/nios2.opt:584
11737 msgid "Enable generation of R2 BMX instructions."
11738 msgstr ""
11739
11740 #: config/nios2/nios2.opt:588
11741 msgid "Enable generation of R2 CDX instructions."
11742 msgstr ""
11743
11744 #: config/nios2/nios2.opt:592
11745 msgid "Regular expression matching additional GP-addressible section names."
11746 msgstr ""
11747
11748 #: config/nios2/nios2.opt:596
11749 msgid "Regular expression matching section names for r0-relative addressing."
11750 msgstr ""
11751
11752 #: config/rx/elf.opt:32
11753 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 compatable syntax."
11754 msgstr ""
11755
11756 #: config/rx/elf.opt:38 config/rx/rx.opt:99
11757 msgid "Specifies the number of registers to reserve for interrupt handlers."
11758 msgstr ""
11759
11760 #: config/rx/elf.opt:44 config/rx/rx.opt:105
11761 msgid "Specifies whether interrupt functions should save and restore the accumulator register."
11762 msgstr ""
11763
11764 #: config/rx/rx.opt:29
11765 msgid "Store doubles in 64 bits."
11766 msgstr ""
11767
11768 #: config/rx/rx.opt:33
11769 msgid "Stores doubles in 32 bits. This is the default."
11770 msgstr ""
11771
11772 #: config/rx/rx.opt:37
11773 msgid "Disable the use of RX FPU instructions."
11774 msgstr "Вимкнути використання інструкцій FPU RX."
11775
11776 #: config/rx/rx.opt:44
11777 msgid "Enable the use of RX FPU instructions. This is the default."
11778 msgstr ""
11779
11780 #: config/rx/rx.opt:50
11781 msgid "Specify the target RX cpu type."
11782 msgstr ""
11783
11784 #: config/rx/rx.opt:71
11785 msgid "Data is stored in big-endian format."
11786 msgstr ""
11787
11788 #: config/rx/rx.opt:75
11789 msgid "Data is stored in little-endian format. (Default)."
11790 msgstr ""
11791
11792 #: config/rx/rx.opt:81
11793 msgid "Maximum size of global and static variables which can be placed into the small data area."
11794 msgstr ""
11795
11796 #: config/rx/rx.opt:87
11797 msgid "Enable linker relaxation."
11798 msgstr ""
11799
11800 #: config/rx/rx.opt:93
11801 msgid "Maximum size in bytes of constant values allowed as operands."
11802 msgstr ""
11803
11804 #: config/rx/rx.opt:111
11805 msgid "Enables Position-Independent-Data (PID) mode."
11806 msgstr ""
11807
11808 #: config/rx/rx.opt:117
11809 msgid "Warn when multiple, different, fast interrupt handlers are in the compilation unit."
11810 msgstr ""
11811
11812 #: config/rx/rx.opt:123
11813 msgid "Enable the use of the old, broken, ABI where all stacked function arguments are aligned to 32-bits."
11814 msgstr ""
11815
11816 #: config/rx/rx.opt:127
11817 msgid "Enable the use the standard RX ABI where all stacked function arguments are naturally aligned. This is the default."
11818 msgstr ""
11819
11820 #: config/rx/rx.opt:133
11821 msgid "Enable the use of the LRA register allocator."
11822 msgstr ""
11823
11824 #: config/rx/rx.opt:139
11825 msgid "Enables or disables the use of the SMOVF, SMOVB, SMOVU, SUNTIL, SWHILE and RMPA instructions. Enabled by default."
11826 msgstr ""
11827
11828 #: config/rx/rx.opt:145
11829 msgid "Always use JSR, never BSR, for calls."
11830 msgstr ""
11831
11832 #: config/visium/visium.opt:25
11833 msgid "Link with libc.a and libdebug.a."
11834 msgstr ""
11835
11836 #: config/visium/visium.opt:29
11837 msgid "Link with libc.a and libsim.a."
11838 msgstr ""
11839
11840 #: config/visium/visium.opt:33
11841 msgid "Use hardware FP (default)."
11842 msgstr ""
11843
11844 #: config/visium/visium.opt:45
11845 msgid "Use features of and schedule code for given CPU."
11846 msgstr ""
11847
11848 #: config/visium/visium.opt:65
11849 msgid "Generate code for the supervisor mode (default)."
11850 msgstr ""
11851
11852 #: config/visium/visium.opt:69
11853 msgid "Generate code for the user mode."
11854 msgstr ""
11855
11856 #: config/visium/visium.opt:73
11857 msgid "Only retained for backward compatibility."
11858 msgstr ""
11859
11860 #: config/sol2.opt:32
11861 msgid "Clear hardware capabilities when linking."
11862 msgstr ""
11863
11864 #: config/sol2.opt:36
11865 msgid "Pass -z text to linker."
11866 msgstr ""
11867
11868 #: config/moxie/moxie.opt:31
11869 msgid "Enable MUL.X and UMUL.X instructions."
11870 msgstr ""
11871
11872 #: config/microblaze/microblaze.opt:40
11873 msgid "Use software emulation for floating point (default)."
11874 msgstr ""
11875
11876 #: config/microblaze/microblaze.opt:44
11877 msgid "Use hardware floating point instructions."
11878 msgstr ""
11879
11880 #: config/microblaze/microblaze.opt:48
11881 msgid "Use table lookup optimization for small signed integer divisions."
11882 msgstr ""
11883
11884 #: config/microblaze/microblaze.opt:52
11885 msgid "-mcpu=PROCESSOR\t\tUse features of and schedule code for given CPU."
11886 msgstr ""
11887
11888 #: config/microblaze/microblaze.opt:56
11889 msgid "Don't optimize block moves, use memcpy."
11890 msgstr ""
11891
11892 #: config/microblaze/microblaze.opt:68
11893 msgid "Use the soft multiply emulation (default)."
11894 msgstr ""
11895
11896 #: config/microblaze/microblaze.opt:72
11897 msgid "Use reorder instructions (swap and byte reversed load/store) (default)."
11898 msgstr ""
11899
11900 #: config/microblaze/microblaze.opt:76
11901 msgid "Use the software emulation for divides (default)."
11902 msgstr ""
11903
11904 #: config/microblaze/microblaze.opt:80
11905 msgid "Use the hardware barrel shifter instead of emulation."
11906 msgstr ""
11907
11908 #: config/microblaze/microblaze.opt:84
11909 msgid "Use pattern compare instructions."
11910 msgstr ""
11911
11912 #: config/microblaze/microblaze.opt:88
11913 msgid "Check for stack overflow at runtime."
11914 msgstr ""
11915
11916 #: config/microblaze/microblaze.opt:92 config/iq2000/iq2000.opt:65
11917 msgid "Use GP relative sdata/sbss sections."
11918 msgstr ""
11919
11920 #: config/microblaze/microblaze.opt:96
11921 msgid "Clear the BSS to zero and place zero initialized in BSS."
11922 msgstr ""
11923
11924 #: config/microblaze/microblaze.opt:100
11925 msgid "Use multiply high instructions for high part of 32x32 multiply."
11926 msgstr ""
11927
11928 #: config/microblaze/microblaze.opt:104
11929 msgid "Use hardware floating point conversion instructions."
11930 msgstr ""
11931
11932 #: config/microblaze/microblaze.opt:108
11933 msgid "Use hardware floating point square root instruction."
11934 msgstr ""
11935
11936 #: config/microblaze/microblaze.opt:112
11937 msgid "Description for mxl-mode-executable."
11938 msgstr ""
11939
11940 #: config/microblaze/microblaze.opt:116
11941 msgid "Description for mxl-mode-xmdstub."
11942 msgstr ""
11943
11944 #: config/microblaze/microblaze.opt:120
11945 msgid "Description for mxl-mode-bootstrap."
11946 msgstr ""
11947
11948 #: config/microblaze/microblaze.opt:124
11949 msgid "Description for mxl-mode-novectors."
11950 msgstr ""
11951
11952 #: config/microblaze/microblaze.opt:128
11953 msgid "Use hardware prefetch instruction."
11954 msgstr ""
11955
11956 #: config/microblaze/microblaze.opt:132
11957 msgid "Data referenced by offset from start of text instead of GOT (with -fPIC/-fPIE)."
11958 msgstr ""
11959
11960 #: config/vax/vax.opt:23 config/vax/vax.opt:27
11961 msgid "Target DFLOAT double precision code."
11962 msgstr ""
11963
11964 #: config/vax/vax.opt:31 config/vax/vax.opt:35
11965 msgid "Generate GFLOAT double precision code."
11966 msgstr ""
11967
11968 #: config/vax/vax.opt:39
11969 msgid "Generate code for GNU assembler (gas)."
11970 msgstr ""
11971
11972 #: config/vax/vax.opt:43
11973 msgid "Generate code for UNIX assembler."
11974 msgstr ""
11975
11976 #: config/vax/vax.opt:47
11977 msgid "Use VAXC structure conventions."
11978 msgstr ""
11979
11980 #: config/vax/vax.opt:51
11981 msgid "Use new adddi3/subdi3 patterns."
11982 msgstr ""
11983
11984 #: config/frv/frv.opt:30
11985 msgid "Use 4 media accumulators."
11986 msgstr ""
11987
11988 #: config/frv/frv.opt:34
11989 msgid "Use 8 media accumulators."
11990 msgstr ""
11991
11992 #: config/frv/frv.opt:38
11993 msgid "Enable label alignment optimizations."
11994 msgstr ""
11995
11996 #: config/frv/frv.opt:42
11997 msgid "Dynamically allocate cc registers."
11998 msgstr ""
11999
12000 #: config/frv/frv.opt:49
12001 msgid "Set the cost of branches."
12002 msgstr ""
12003
12004 #: config/frv/frv.opt:53
12005 msgid "Enable conditional execution other than moves/scc."
12006 msgstr ""
12007
12008 #: config/frv/frv.opt:57
12009 msgid "Change the maximum length of conditionally-executed sequences."
12010 msgstr ""
12011
12012 #: config/frv/frv.opt:61
12013 msgid "Change the number of temporary registers that are available to conditionally-executed sequences."
12014 msgstr ""
12015
12016 #: config/frv/frv.opt:65
12017 msgid "Enable conditional moves."
12018 msgstr ""
12019
12020 #: config/frv/frv.opt:69
12021 msgid "Set the target CPU type."
12022 msgstr ""
12023
12024 #: config/frv/frv.opt:73
12025 msgid "Known FR-V CPUs (for use with the -mcpu= option):"
12026 msgstr ""
12027
12028 #: config/frv/frv.opt:122
12029 msgid "Use fp double instructions."
12030 msgstr ""
12031
12032 #: config/frv/frv.opt:126
12033 msgid "Change the ABI to allow double word insns."
12034 msgstr ""
12035
12036 #: config/frv/frv.opt:134
12037 msgid "Just use icc0/fcc0."
12038 msgstr ""
12039
12040 #: config/frv/frv.opt:138
12041 msgid "Only use 32 FPRs."
12042 msgstr ""
12043
12044 #: config/frv/frv.opt:142
12045 msgid "Use 64 FPRs."
12046 msgstr ""
12047
12048 #: config/frv/frv.opt:146
12049 msgid "Only use 32 GPRs."
12050 msgstr ""
12051
12052 #: config/frv/frv.opt:150
12053 msgid "Use 64 GPRs."
12054 msgstr ""
12055
12056 #: config/frv/frv.opt:154
12057 msgid "Enable use of GPREL for read-only data in FDPIC."
12058 msgstr ""
12059
12060 #: config/frv/frv.opt:166
12061 msgid "Enable PIC support for building libraries."
12062 msgstr ""
12063
12064 #: config/frv/frv.opt:170
12065 msgid "Follow the EABI linkage requirements."
12066 msgstr ""
12067
12068 #: config/frv/frv.opt:174
12069 msgid "Disallow direct calls to global functions."
12070 msgstr ""
12071
12072 #: config/frv/frv.opt:178
12073 msgid "Use media instructions."
12074 msgstr ""
12075
12076 #: config/frv/frv.opt:182
12077 msgid "Use multiply add/subtract instructions."
12078 msgstr ""
12079
12080 #: config/frv/frv.opt:186
12081 msgid "Enable optimizing &&/|| in conditional execution."
12082 msgstr ""
12083
12084 #: config/frv/frv.opt:190
12085 msgid "Enable nested conditional execution optimizations."
12086 msgstr ""
12087
12088 #: config/frv/frv.opt:195
12089 msgid "Do not mark ABI switches in e_flags."
12090 msgstr ""
12091
12092 #: config/frv/frv.opt:199
12093 msgid "Remove redundant membars."
12094 msgstr ""
12095
12096 #: config/frv/frv.opt:203
12097 msgid "Pack VLIW instructions."
12098 msgstr ""
12099
12100 #: config/frv/frv.opt:207
12101 msgid "Enable setting GPRs to the result of comparisons."
12102 msgstr ""
12103
12104 #: config/frv/frv.opt:211
12105 msgid "Change the amount of scheduler lookahead."
12106 msgstr ""
12107
12108 #: config/frv/frv.opt:219
12109 msgid "Assume a large TLS segment."
12110 msgstr ""
12111
12112 #: config/frv/frv.opt:223
12113 msgid "Do not assume a large TLS segment."
12114 msgstr ""
12115
12116 #: config/frv/frv.opt:228
12117 msgid "Cause gas to print tomcat statistics."
12118 msgstr ""
12119
12120 #: config/frv/frv.opt:233
12121 msgid "Link with the library-pic libraries."
12122 msgstr ""
12123
12124 #: config/frv/frv.opt:237
12125 msgid "Allow branches to be packed with other instructions."
12126 msgstr ""
12127
12128 #: config/mn10300/mn10300.opt:30
12129 msgid "Target the AM33 processor."
12130 msgstr ""
12131
12132 #: config/mn10300/mn10300.opt:34
12133 msgid "Target the AM33/2.0 processor."
12134 msgstr ""
12135
12136 #: config/mn10300/mn10300.opt:38
12137 msgid "Target the AM34 processor."
12138 msgstr ""
12139
12140 #: config/mn10300/mn10300.opt:46
12141 msgid "Work around hardware multiply bug."
12142 msgstr ""
12143
12144 #: config/mn10300/mn10300.opt:55
12145 msgid "Enable linker relaxations."
12146 msgstr ""
12147
12148 #: config/mn10300/mn10300.opt:59
12149 msgid "Return pointers in both a0 and d0."
12150 msgstr ""
12151
12152 #: config/mn10300/mn10300.opt:63
12153 msgid "Allow gcc to generate LIW instructions."
12154 msgstr ""
12155
12156 #: config/mn10300/mn10300.opt:67
12157 msgid "Allow gcc to generate the SETLB and Lcc instructions."
12158 msgstr ""
12159
12160 #: config/nds32/nds32-elf.opt:3 config/nds32/nds32-linux.opt:3
12161 msgid "Specify the address generation strategy for code model."
12162 msgstr ""
12163
12164 #: config/nds32/nds32-elf.opt:7 config/nds32/nds32-linux.opt:7
12165 msgid "Known cmodel types (for use with the -mcmodel= option):"
12166 msgstr ""
12167
12168 #: config/nds32/nds32.opt:29 config/nds32/nds32.opt:89
12169 msgid "Generate code in big-endian mode."
12170 msgstr ""
12171
12172 #: config/nds32/nds32.opt:33 config/nds32/nds32.opt:93
12173 msgid "Generate code in little-endian mode."
12174 msgstr ""
12175
12176 #: config/nds32/nds32.opt:37
12177 msgid "Force performing fp-as-gp optimization."
12178 msgstr ""
12179
12180 #: config/nds32/nds32.opt:41
12181 msgid "Forbid performing fp-as-gp optimization."
12182 msgstr ""
12183
12184 #: config/nds32/nds32.opt:47
12185 msgid "Specify which ABI type to generate code for: 2, 2fp+."
12186 msgstr ""
12187
12188 #: config/nds32/nds32.opt:61
12189 msgid "Specify use soft floating point ABI which mean alias to -mabi=2."
12190 msgstr ""
12191
12192 #: config/nds32/nds32.opt:65
12193 msgid "Specify use soft floating point ABI which mean alias to -mabi=2fp+."
12194 msgstr ""
12195
12196 #: config/nds32/nds32.opt:71
12197 msgid "Use reduced-set registers for register allocation."
12198 msgstr ""
12199
12200 #: config/nds32/nds32.opt:75
12201 msgid "Use full-set registers for register allocation."
12202 msgstr ""
12203
12204 #: config/nds32/nds32.opt:81
12205 msgid "Always align function entry, jump target and return address."
12206 msgstr ""
12207
12208 #: config/nds32/nds32.opt:85
12209 msgid "Align function entry to 4 byte."
12210 msgstr ""
12211
12212 #: config/nds32/nds32.opt:97
12213 msgid "Prevent $fp being allocated during register allocation so that compiler is able to force performing fp-as-gp optimization."
12214 msgstr ""
12215
12216 #: config/nds32/nds32.opt:101
12217 msgid "Forbid using $fp to access static and global variables. This option strictly forbids fp-as-gp optimization regardless of '-mforce-fp-as-gp'."
12218 msgstr ""
12219
12220 #: config/nds32/nds32.opt:105
12221 msgid "Specify the address generation strategy for ICT call's code model."
12222 msgstr ""
12223
12224 #: config/nds32/nds32.opt:109
12225 msgid "Known cmodel types (for use with the -mict-model= option):"
12226 msgstr ""
12227
12228 #: config/nds32/nds32.opt:119
12229 msgid "Generate conditional move instructions."
12230 msgstr ""
12231
12232 #: config/nds32/nds32.opt:123
12233 msgid "Generate hardware abs instructions."
12234 msgstr "Створити апаратні інструкції abs."
12235
12236 #: config/nds32/nds32.opt:127
12237 msgid "Generate performance extension instructions."
12238 msgstr ""
12239
12240 #: config/nds32/nds32.opt:131
12241 msgid "Generate performance extension version 2 instructions."
12242 msgstr ""
12243
12244 #: config/nds32/nds32.opt:135
12245 msgid "Generate string extension instructions."
12246 msgstr "Створити інструкції розширення рядків."
12247
12248 #: config/nds32/nds32.opt:139
12249 msgid "Generate DSP extension instructions."
12250 msgstr "Створити інструкції розширення DSP."
12251
12252 #: config/nds32/nds32.opt:143
12253 msgid "Generate v3 push25/pop25 instructions."
12254 msgstr ""
12255
12256 #: config/nds32/nds32.opt:147
12257 msgid "Generate 16-bit instructions."
12258 msgstr ""
12259
12260 #: config/nds32/nds32.opt:151
12261 msgid "Insert relax hint for linker to do relaxation."
12262 msgstr ""
12263
12264 #: config/nds32/nds32.opt:155
12265 msgid "Enable Virtual Hosting support."
12266 msgstr ""
12267
12268 #: config/nds32/nds32.opt:159
12269 msgid "Specify the size of each interrupt vector, which must be 4 or 16."
12270 msgstr ""
12271
12272 #: config/nds32/nds32.opt:163
12273 msgid "Specify the security level of c-isr for the whole file."
12274 msgstr ""
12275
12276 #: config/nds32/nds32.opt:167
12277 msgid "Specify the size of each cache block, which must be a power of 2 between 4 and 512."
12278 msgstr ""
12279
12280 #: config/nds32/nds32.opt:175
12281 msgid "Known arch types (for use with the -march= option):"
12282 msgstr ""
12283
12284 #: config/nds32/nds32.opt:197
12285 msgid "Specify the cpu for pipeline model."
12286 msgstr ""
12287
12288 #: config/nds32/nds32.opt:201
12289 msgid "Known cpu types (for use with the -mcpu= option):"
12290 msgstr ""
12291
12292 #: config/nds32/nds32.opt:361
12293 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."
12294 msgstr ""
12295
12296 #: config/nds32/nds32.opt:365
12297 msgid "Known floating-point number of registers (for use with the -mconfig-fpu= option):"
12298 msgstr ""
12299
12300 #: config/nds32/nds32.opt:393
12301 msgid "Specify configuration of instruction mul: fast1, fast2 or slow. The default is fast1."
12302 msgstr ""
12303
12304 #: config/nds32/nds32.opt:412
12305 msgid "Specify how many read/write ports for n9/n10 cores. The value should be 3r2w or 2r1w."
12306 msgstr ""
12307
12308 #: config/nds32/nds32.opt:425
12309 msgid "Enable constructor/destructor feature."
12310 msgstr ""
12311
12312 #: config/nds32/nds32.opt:429
12313 msgid "Guide linker to relax instructions."
12314 msgstr ""
12315
12316 #: config/nds32/nds32.opt:433
12317 msgid "Generate floating-point multiply-accumulation instructions."
12318 msgstr "Створити інструкції накопичення множення для чисел із рухомою крапкою."
12319
12320 #: config/nds32/nds32.opt:437
12321 msgid "Generate single-precision floating-point instructions."
12322 msgstr "Створити інструкції одинарної точності для чисел із рухомою крапкою."
12323
12324 #: config/nds32/nds32.opt:441
12325 msgid "Generate double-precision floating-point instructions."
12326 msgstr "Створити інструкції подвійної точності для чисел із рухомою крапкою."
12327
12328 #: config/nds32/nds32.opt:445
12329 msgid "Force disable hardware loop, even use -mext-dsp."
12330 msgstr ""
12331
12332 #: config/nds32/nds32.opt:449
12333 msgid "Permit scheduling of a function's prologue and epilogue sequence."
12334 msgstr ""
12335
12336 #: config/nds32/nds32.opt:453
12337 msgid "Generate return instruction in naked function."
12338 msgstr ""
12339
12340 #: config/nds32/nds32.opt:457
12341 msgid "Always save $lp in the stack."
12342 msgstr ""
12343
12344 #: config/nds32/nds32.opt:465
12345 msgid "Allow use r15 for inline ASM."
12346 msgstr ""
12347
12348 #: config/iq2000/iq2000.opt:31
12349 msgid "Specify CPU for code generation purposes."
12350 msgstr ""
12351
12352 #: config/iq2000/iq2000.opt:47
12353 msgid "Specify CPU for scheduling purposes."
12354 msgstr ""
12355
12356 #: config/iq2000/iq2000.opt:51
12357 msgid "Known IQ2000 CPUs (for use with the -mcpu= option):"
12358 msgstr ""
12359
12360 #: config/iq2000/iq2000.opt:61 config/mips/mips.opt:142
12361 msgid "Use ROM instead of RAM."
12362 msgstr ""
12363
12364 #: config/iq2000/iq2000.opt:70
12365 msgid "No default crt0.o."
12366 msgstr ""
12367
12368 #: config/iq2000/iq2000.opt:74 config/mips/mips.opt:409
12369 msgid "Put uninitialized constants in ROM (needs -membedded-data)."
12370 msgstr ""
12371
12372 #: config/csky/csky.opt:34
12373 msgid "Specify the target architecture."
12374 msgstr ""
12375
12376 #: config/csky/csky.opt:38
12377 msgid "Specify the target processor."
12378 msgstr ""
12379
12380 #: config/csky/csky.opt:61
12381 msgid "Enable hardware floating-point instructions."
12382 msgstr ""
12383
12384 #: config/csky/csky.opt:65
12385 msgid "Use library calls to perform floating-point operations (default)."
12386 msgstr ""
12387
12388 #: config/csky/csky.opt:69
12389 msgid "Specify the target floating-point hardware/format."
12390 msgstr ""
12391
12392 #: config/csky/csky.opt:73
12393 msgid "Generate C-SKY FPU double float instructions (default for hard float)."
12394 msgstr ""
12395
12396 #: config/csky/csky.opt:77
12397 msgid "Generate frecipd/fsqrtd/fdivd instructions (default for hard float)."
12398 msgstr ""
12399
12400 #: config/csky/csky.opt:85
12401 msgid "Enable the extended LRW instruction (default for CK801)."
12402 msgstr ""
12403
12404 #: config/csky/csky.opt:89
12405 msgid "Enable interrupt stack instructions."
12406 msgstr ""
12407
12408 #: config/csky/csky.opt:93
12409 msgid "Enable multiprocessor instructions."
12410 msgstr "Увімкнути багатопроцесорні інструкції."
12411
12412 #: config/csky/csky.opt:97
12413 msgid "Enable coprocessor instructions."
12414 msgstr "Увімкнути інструкції для співпроцесорів."
12415
12416 #: config/csky/csky.opt:101
12417 msgid "Enable cache prefetch instructions."
12418 msgstr "Увімкнути інструкції попереднього отримання кешу."
12419
12420 #: config/csky/csky.opt:105
12421 msgid "Enable C-SKY SECURE instructions."
12422 msgstr ""
12423
12424 #: config/csky/csky.opt:112
12425 msgid "Enable C-SKY TRUST instructions."
12426 msgstr ""
12427
12428 #: config/csky/csky.opt:116
12429 msgid "Enable C-SKY DSP instructions."
12430 msgstr ""
12431
12432 #: config/csky/csky.opt:120
12433 msgid "Enable C-SKY Enhanced DSP instructions."
12434 msgstr ""
12435
12436 #: config/csky/csky.opt:124
12437 msgid "Enable C-SKY Vector DSP instructions."
12438 msgstr ""
12439
12440 #: config/csky/csky.opt:130
12441 msgid "Generate divide instructions."
12442 msgstr "Створити інструкції divide."
12443
12444 #: config/csky/csky.opt:134
12445 msgid "Generate code for Smart Mode."
12446 msgstr ""
12447
12448 #: config/csky/csky.opt:138
12449 msgid "Enable use of R16-R31 (default)."
12450 msgstr ""
12451
12452 #: config/csky/csky.opt:142
12453 msgid "Generate code using global anchor symbol addresses."
12454 msgstr ""
12455
12456 #: config/csky/csky.opt:146
12457 msgid "Generate push/pop instructions (default)."
12458 msgstr ""
12459
12460 #: config/csky/csky.opt:150
12461 msgid "Generate stm/ldm instructions (default)."
12462 msgstr ""
12463
12464 #: config/csky/csky.opt:157
12465 msgid "Generate constant pools in the compiler instead of assembler."
12466 msgstr ""
12467
12468 #: config/csky/csky.opt:161
12469 msgid "Emit .stack_size directives."
12470 msgstr ""
12471
12472 #: config/csky/csky.opt:165
12473 msgid "Generate code for C-SKY compiler runtime instead of libgcc."
12474 msgstr ""
12475
12476 #: config/csky/csky.opt:169
12477 msgid "Set the branch costs to roughly the specified number of instructions."
12478 msgstr ""
12479
12480 #: config/csky/csky.opt:173
12481 msgid "Permit scheduling of function prologue and epilogue sequences."
12482 msgstr ""
12483
12484 #: config/csky/csky_tables.opt:24
12485 msgid "Known CSKY CPUs (for use with the -mcpu= options):"
12486 msgstr ""
12487
12488 #: config/csky/csky_tables.opt:199
12489 msgid "Known CSKY architectures (for use with the -march= option):"
12490 msgstr ""
12491
12492 #: config/csky/csky_tables.opt:218
12493 msgid "Known CSKY FPUs (for use with the -mfpu= option):"
12494 msgstr ""
12495
12496 #: config/c6x/c6x-tables.opt:24
12497 msgid "Known C6X ISAs (for use with the -march= option):"
12498 msgstr ""
12499
12500 #: config/c6x/c6x.opt:42
12501 msgid "Select method for sdata handling."
12502 msgstr ""
12503
12504 #: config/c6x/c6x.opt:46
12505 msgid "Valid arguments for the -msdata= option:"
12506 msgstr "Коректні аргументи для параметра -msdata=:"
12507
12508 #: config/c6x/c6x.opt:59
12509 msgid "Compile for the DSBT shared library ABI."
12510 msgstr ""
12511
12512 #: config/cris/linux.opt:27
12513 msgid "Together with -fpic and -fPIC, do not use GOTPLT references."
12514 msgstr ""
12515
12516 #: config/cris/cris.opt:45
12517 msgid "Work around bug in multiplication instruction."
12518 msgstr ""
12519
12520 #: config/cris/cris.opt:51
12521 msgid "Compile for ETRAX 4 (CRIS v3)."
12522 msgstr ""
12523
12524 #: config/cris/cris.opt:56
12525 msgid "Compile for ETRAX 100 (CRIS v8)."
12526 msgstr ""
12527
12528 #: config/cris/cris.opt:64
12529 msgid "Emit verbose debug information in assembly code."
12530 msgstr ""
12531
12532 #: config/cris/cris.opt:71
12533 msgid "Do not use condition codes from normal instructions."
12534 msgstr ""
12535
12536 #: config/cris/cris.opt:80
12537 msgid "Do not emit addressing modes with side-effect assignment."
12538 msgstr ""
12539
12540 #: config/cris/cris.opt:89
12541 msgid "Do not tune stack alignment."
12542 msgstr ""
12543
12544 #: config/cris/cris.opt:98
12545 msgid "Do not tune writable data alignment."
12546 msgstr ""
12547
12548 #: config/cris/cris.opt:107
12549 msgid "Do not tune code and read-only data alignment."
12550 msgstr ""
12551
12552 #: config/cris/cris.opt:116
12553 msgid "Align code and data to 32 bits."
12554 msgstr ""
12555
12556 #: config/cris/cris.opt:133
12557 msgid "Don't align items in code or data."
12558 msgstr ""
12559
12560 #: config/cris/cris.opt:142
12561 msgid "Do not emit function prologue or epilogue."
12562 msgstr ""
12563
12564 #: config/cris/cris.opt:149
12565 msgid "Use the most feature-enabling options allowed by other options."
12566 msgstr ""
12567
12568 #: config/cris/cris.opt:158
12569 msgid "Override -mbest-lib-options."
12570 msgstr ""
12571
12572 #: config/cris/cris.opt:165
12573 msgid "-march=ARCH\tGenerate code for the specified chip or CPU version."
12574 msgstr ""
12575
12576 #: config/cris/cris.opt:169
12577 msgid "-mtune=ARCH\tTune alignment for the specified chip or CPU version."
12578 msgstr ""
12579
12580 #: config/cris/cris.opt:173
12581 msgid "-mmax-stackframe=SIZE\tWarn when a stackframe is larger than the specified size."
12582 msgstr ""
12583
12584 #: config/cris/cris.opt:180
12585 msgid "Emit traps as \"break 8\", default for CRIS v3 and up. If disabled, calls to abort() are used."
12586 msgstr ""
12587
12588 #: config/cris/cris.opt:184
12589 msgid "Emit checks causing \"break 8\" instructions to execute when applying atomic builtins on misaligned memory."
12590 msgstr ""
12591
12592 #: config/cris/cris.opt:188
12593 msgid "Handle atomic builtins that may be applied to unaligned data by calling library functions. Overrides -mtrap-unaligned-atomic."
12594 msgstr ""
12595
12596 #: config/sh/superh.opt:6
12597 msgid "Board name [and memory region]."
12598 msgstr ""
12599
12600 #: config/sh/superh.opt:10
12601 msgid "Runtime name."
12602 msgstr ""
12603
12604 #: config/sh/sh.opt:42
12605 msgid "Generate SH1 code."
12606 msgstr ""
12607
12608 #: config/sh/sh.opt:46
12609 msgid "Generate SH2 code."
12610 msgstr ""
12611
12612 #: config/sh/sh.opt:50
12613 msgid "Generate default double-precision SH2a-FPU code."
12614 msgstr ""
12615
12616 #: config/sh/sh.opt:54
12617 msgid "Generate SH2a FPU-less code."
12618 msgstr ""
12619
12620 #: config/sh/sh.opt:58
12621 msgid "Generate default single-precision SH2a-FPU code."
12622 msgstr ""
12623
12624 #: config/sh/sh.opt:62
12625 msgid "Generate only single-precision SH2a-FPU code."
12626 msgstr ""
12627
12628 #: config/sh/sh.opt:66
12629 msgid "Generate SH2e code."
12630 msgstr ""
12631
12632 #: config/sh/sh.opt:70
12633 msgid "Generate SH3 code."
12634 msgstr ""
12635
12636 #: config/sh/sh.opt:74
12637 msgid "Generate SH3e code."
12638 msgstr ""
12639
12640 #: config/sh/sh.opt:78
12641 msgid "Generate SH4 code."
12642 msgstr ""
12643
12644 #: config/sh/sh.opt:82
12645 msgid "Generate SH4-100 code."
12646 msgstr ""
12647
12648 #: config/sh/sh.opt:86
12649 msgid "Generate SH4-200 code."
12650 msgstr ""
12651
12652 #: config/sh/sh.opt:92
12653 msgid "Generate SH4-300 code."
12654 msgstr ""
12655
12656 #: config/sh/sh.opt:96
12657 msgid "Generate SH4 FPU-less code."
12658 msgstr ""
12659
12660 #: config/sh/sh.opt:100
12661 msgid "Generate SH4-100 FPU-less code."
12662 msgstr ""
12663
12664 #: config/sh/sh.opt:104
12665 msgid "Generate SH4-200 FPU-less code."
12666 msgstr ""
12667
12668 #: config/sh/sh.opt:108
12669 msgid "Generate SH4-300 FPU-less code."
12670 msgstr ""
12671
12672 #: config/sh/sh.opt:112
12673 msgid "Generate code for SH4 340 series (MMU/FPU-less)."
12674 msgstr ""
12675
12676 #: config/sh/sh.opt:117
12677 msgid "Generate code for SH4 400 series (MMU/FPU-less)."
12678 msgstr ""
12679
12680 #: config/sh/sh.opt:122
12681 msgid "Generate code for SH4 500 series (FPU-less)."
12682 msgstr ""
12683
12684 #: config/sh/sh.opt:127
12685 msgid "Generate default single-precision SH4 code."
12686 msgstr ""
12687
12688 #: config/sh/sh.opt:131
12689 msgid "Generate default single-precision SH4-100 code."
12690 msgstr ""
12691
12692 #: config/sh/sh.opt:135
12693 msgid "Generate default single-precision SH4-200 code."
12694 msgstr ""
12695
12696 #: config/sh/sh.opt:139
12697 msgid "Generate default single-precision SH4-300 code."
12698 msgstr ""
12699
12700 #: config/sh/sh.opt:143
12701 msgid "Generate only single-precision SH4 code."
12702 msgstr ""
12703
12704 #: config/sh/sh.opt:147
12705 msgid "Generate only single-precision SH4-100 code."
12706 msgstr ""
12707
12708 #: config/sh/sh.opt:151
12709 msgid "Generate only single-precision SH4-200 code."
12710 msgstr ""
12711
12712 #: config/sh/sh.opt:155
12713 msgid "Generate only single-precision SH4-300 code."
12714 msgstr ""
12715
12716 #: config/sh/sh.opt:159
12717 msgid "Generate SH4a code."
12718 msgstr ""
12719
12720 #: config/sh/sh.opt:163
12721 msgid "Generate SH4a FPU-less code."
12722 msgstr ""
12723
12724 #: config/sh/sh.opt:167
12725 msgid "Generate default single-precision SH4a code."
12726 msgstr ""
12727
12728 #: config/sh/sh.opt:171
12729 msgid "Generate only single-precision SH4a code."
12730 msgstr ""
12731
12732 #: config/sh/sh.opt:175
12733 msgid "Generate SH4al-dsp code."
12734 msgstr ""
12735
12736 #: config/sh/sh.opt:183
12737 msgid "Generate code in big endian mode."
12738 msgstr ""
12739
12740 #: config/sh/sh.opt:187
12741 msgid "Generate 32-bit offsets in switch tables."
12742 msgstr ""
12743
12744 #: config/sh/sh.opt:191
12745 msgid "Generate bit instructions."
12746 msgstr ""
12747
12748 #: config/sh/sh.opt:199
12749 msgid "Assume that zero displacement conditional branches are fast."
12750 msgstr ""
12751
12752 #: config/sh/sh.opt:203
12753 msgid "Force the usage of delay slots for conditional branches."
12754 msgstr ""
12755
12756 #: config/sh/sh.opt:207
12757 msgid "Align doubles at 64-bit boundaries."
12758 msgstr ""
12759
12760 #: config/sh/sh.opt:211
12761 msgid "Division strategy, one of: call-div1, call-fp, call-table."
12762 msgstr ""
12763
12764 #: config/sh/sh.opt:215
12765 msgid "Specify name for 32 bit signed division function."
12766 msgstr ""
12767
12768 #: config/sh/sh.opt:219
12769 msgid "Generate ELF FDPIC code."
12770 msgstr ""
12771
12772 #: config/sh/sh.opt:223
12773 msgid "Enable the use of 64-bit floating point registers in fmov instructions. See -mdalign if 64-bit alignment is required."
12774 msgstr ""
12775
12776 #: config/sh/sh.opt:231 config/sh/sh.opt:269
12777 msgid "Follow Renesas (formerly Hitachi) / SuperH calling conventions."
12778 msgstr ""
12779
12780 #: config/sh/sh.opt:235
12781 msgid "Increase the IEEE compliance for floating-point comparisons."
12782 msgstr ""
12783
12784 #: config/sh/sh.opt:239
12785 msgid "Inline code to invalidate instruction cache entries after setting up nested function trampolines."
12786 msgstr ""
12787
12788 #: config/sh/sh.opt:243 config/arc/arc.opt:246
12789 msgid "Annotate assembler instructions with estimated addresses."
12790 msgstr ""
12791
12792 #: config/sh/sh.opt:247
12793 msgid "Generate code in little endian mode."
12794 msgstr ""
12795
12796 #: config/sh/sh.opt:251
12797 msgid "Mark MAC register as call-clobbered."
12798 msgstr ""
12799
12800 #: config/sh/sh.opt:257
12801 msgid "Make structs a multiple of 4 bytes (warning: ABI altered)."
12802 msgstr ""
12803
12804 #: config/sh/sh.opt:261
12805 msgid "Emit function-calls using global offset table when generating PIC."
12806 msgstr ""
12807
12808 #: config/sh/sh.opt:265
12809 msgid "Shorten address references during linking."
12810 msgstr ""
12811
12812 #: config/sh/sh.opt:273
12813 msgid "Specify the model for atomic operations."
12814 msgstr ""
12815
12816 #: config/sh/sh.opt:277
12817 msgid "Use tas.b instruction for __atomic_test_and_set."
12818 msgstr ""
12819
12820 #: config/sh/sh.opt:281
12821 msgid "Cost to assume for a multiply insn."
12822 msgstr ""
12823
12824 #: config/sh/sh.opt:285
12825 msgid "Don't generate privileged-mode only code; implies -mno-inline-ic_invalidate if the inline code would not work in user mode."
12826 msgstr ""
12827
12828 #: config/sh/sh.opt:291
12829 msgid "Pretend a branch-around-a-move is a conditional move."
12830 msgstr ""
12831
12832 #: config/sh/sh.opt:295
12833 msgid "Enable the use of the fsca instruction."
12834 msgstr ""
12835
12836 #: config/sh/sh.opt:299
12837 msgid "Enable the use of the fsrra instruction."
12838 msgstr ""
12839
12840 #: config/sh/sh.opt:303
12841 msgid "Use LRA instead of reload (transitional)."
12842 msgstr ""
12843
12844 #: config/gcn/gcn.opt:26
12845 msgid "GCN GPU type to use:"
12846 msgstr ""
12847
12848 #: config/gcn/gcn.opt:39 config/gcn/gcn.opt:43
12849 msgid "Specify the name of the target GPU."
12850 msgstr ""
12851
12852 #: config/gcn/gcn.opt:55
12853 msgid "Enable OpenMP GPU offloading."
12854 msgstr ""
12855
12856 #: config/gcn/gcn.opt:71
12857 msgid "-mstack-size=<number>\tSet the private segment size per wave-front, in bytes."
12858 msgstr ""
12859
12860 #: config/gcn/gcn.opt:78
12861 msgid "Warn about invalid OpenACC dimensions."
12862 msgstr "."
12863
12864 #: config/fr30/fr30.opt:23
12865 msgid "Assume small address space."
12866 msgstr ""
12867
12868 #: config/bpf/bpf.opt:28
12869 msgid "Generate eBPF for the given Linux kernel version."
12870 msgstr ""
12871
12872 #: config/bpf/bpf.opt:115
12873 msgid "Generate big-endian eBPF."
12874 msgstr ""
12875
12876 #: config/bpf/bpf.opt:119
12877 msgid "Generate little-endian eBPF."
12878 msgstr ""
12879
12880 #: config/bpf/bpf.opt:123
12881 msgid "Set a hard limit for the size of each stack frame, in bytes."
12882 msgstr ""
12883
12884 #: config/mips/mips.opt:32
12885 msgid "-mabi=ABI\tGenerate code that conforms to the given ABI."
12886 msgstr ""
12887
12888 #: config/mips/mips.opt:36
12889 msgid "Known MIPS ABIs (for use with the -mabi= option):"
12890 msgstr ""
12891
12892 #: config/mips/mips.opt:55
12893 msgid "Generate code that can be used in SVR4-style dynamic objects."
12894 msgstr ""
12895
12896 #: config/mips/mips.opt:59
12897 msgid "Use PMC-style 'mad' instructions."
12898 msgstr ""
12899
12900 #: config/mips/mips.opt:63
12901 msgid "Use integer madd/msub instructions."
12902 msgstr ""
12903
12904 #: config/mips/mips.opt:67
12905 msgid "-march=ISA\tGenerate code for the given ISA."
12906 msgstr ""
12907
12908 #: config/mips/mips.opt:71
12909 msgid "-mbranch-cost=COST\tSet the cost of branches to roughly COST instructions."
12910 msgstr ""
12911
12912 #: config/mips/mips.opt:75
12913 msgid "Use Branch Likely instructions, overriding the architecture default."
12914 msgstr ""
12915
12916 #: config/mips/mips.opt:79
12917 msgid "Switch on/off MIPS16 ASE on alternating functions for compiler testing."
12918 msgstr ""
12919
12920 #: config/mips/mips.opt:83
12921 msgid "Trap on integer divide by zero."
12922 msgstr ""
12923
12924 #: config/mips/mips.opt:87
12925 msgid "-mcode-readable=SETTING\tSpecify when instructions are allowed to access code."
12926 msgstr ""
12927
12928 #: config/mips/mips.opt:91
12929 msgid "Valid arguments to -mcode-readable=:"
12930 msgstr ""
12931
12932 #: config/mips/mips.opt:104
12933 msgid "Use branch-and-break sequences to check for integer divide by zero."
12934 msgstr ""
12935
12936 #: config/mips/mips.opt:108
12937 msgid "Use trap instructions to check for integer divide by zero."
12938 msgstr ""
12939
12940 #: config/mips/mips.opt:112
12941 msgid "Allow the use of MDMX instructions."
12942 msgstr ""
12943
12944 #: config/mips/mips.opt:116
12945 msgid "Allow hardware floating-point instructions to cover both 32-bit and 64-bit operations."
12946 msgstr ""
12947
12948 #: config/mips/mips.opt:120
12949 msgid "Use MIPS-DSP instructions."
12950 msgstr ""
12951
12952 #: config/mips/mips.opt:124
12953 msgid "Use MIPS-DSP REV 2 instructions."
12954 msgstr ""
12955
12956 #: config/mips/mips.opt:146
12957 msgid "Use Enhanced Virtual Addressing instructions."
12958 msgstr ""
12959
12960 #: config/mips/mips.opt:150
12961 msgid "Use NewABI-style %reloc() assembly operators."
12962 msgstr ""
12963
12964 #: config/mips/mips.opt:154
12965 msgid "Use -G for data that is not defined by the current object."
12966 msgstr ""
12967
12968 #: config/mips/mips.opt:158
12969 msgid "Work around certain 24K errata."
12970 msgstr ""
12971
12972 #: config/mips/mips.opt:162
12973 msgid "Work around certain R4000 errata."
12974 msgstr ""
12975
12976 #: config/mips/mips.opt:166
12977 msgid "Work around certain R4400 errata."
12978 msgstr ""
12979
12980 #: config/mips/mips.opt:170
12981 msgid "Work around the R5900 short loop erratum."
12982 msgstr ""
12983
12984 #: config/mips/mips.opt:174
12985 msgid "Work around certain RM7000 errata."
12986 msgstr ""
12987
12988 #: config/mips/mips.opt:178
12989 msgid "Work around certain R10000 errata."
12990 msgstr ""
12991
12992 #: config/mips/mips.opt:182
12993 msgid "Work around errata for early SB-1 revision 2 cores."
12994 msgstr ""
12995
12996 #: config/mips/mips.opt:186
12997 msgid "Work around certain VR4120 errata."
12998 msgstr ""
12999
13000 #: config/mips/mips.opt:190
13001 msgid "Work around VR4130 mflo/mfhi errata."
13002 msgstr ""
13003
13004 #: config/mips/mips.opt:194
13005 msgid "Work around an early 4300 hardware bug."
13006 msgstr ""
13007
13008 #: config/mips/mips.opt:198
13009 msgid "FP exceptions are enabled."
13010 msgstr ""
13011
13012 #: config/mips/mips.opt:202
13013 msgid "Use 32-bit floating-point registers."
13014 msgstr ""
13015
13016 #: config/mips/mips.opt:206
13017 msgid "Conform to the o32 FPXX ABI."
13018 msgstr ""
13019
13020 #: config/mips/mips.opt:210
13021 msgid "Use 64-bit floating-point registers."
13022 msgstr ""
13023
13024 #: config/mips/mips.opt:214
13025 msgid "-mflush-func=FUNC\tUse FUNC to flush the cache before calling stack trampolines."
13026 msgstr ""
13027
13028 #: config/mips/mips.opt:218
13029 msgid "-mabs=MODE\tSelect the IEEE 754 ABS/NEG instruction execution mode."
13030 msgstr ""
13031
13032 #: config/mips/mips.opt:222
13033 msgid "-mnan=ENCODING\tSelect the IEEE 754 NaN data encoding."
13034 msgstr ""
13035
13036 #: config/mips/mips.opt:226
13037 msgid "Known MIPS IEEE 754 settings (for use with the -mabs= and -mnan= options):"
13038 msgstr ""
13039
13040 #: config/mips/mips.opt:236
13041 msgid "Use 32-bit general registers."
13042 msgstr ""
13043
13044 #: config/mips/mips.opt:240
13045 msgid "Use 64-bit general registers."
13046 msgstr ""
13047
13048 #: config/mips/mips.opt:244
13049 msgid "Use GP-relative addressing to access small data."
13050 msgstr ""
13051
13052 #: config/mips/mips.opt:248
13053 msgid "When generating -mabicalls code, allow executables to use PLTs and copy relocations."
13054 msgstr ""
13055
13056 #: config/mips/mips.opt:252
13057 msgid "Allow the use of hardware floating-point ABI and instructions."
13058 msgstr ""
13059
13060 #: config/mips/mips.opt:256
13061 msgid "Generate code that is link-compatible with MIPS16 and microMIPS code."
13062 msgstr ""
13063
13064 #: config/mips/mips.opt:260
13065 msgid "An alias for minterlink-compressed provided for backward-compatibility."
13066 msgstr ""
13067
13068 #: config/mips/mips.opt:264
13069 msgid "-mipsN\tGenerate code for ISA level N."
13070 msgstr ""
13071
13072 #: config/mips/mips.opt:268
13073 msgid "Generate MIPS16 code."
13074 msgstr ""
13075
13076 #: config/mips/mips.opt:272
13077 msgid "Use MIPS-3D instructions."
13078 msgstr ""
13079
13080 #: config/mips/mips.opt:276
13081 msgid "Use ll, sc and sync instructions."
13082 msgstr ""
13083
13084 #: config/mips/mips.opt:280
13085 msgid "Use -G for object-local data."
13086 msgstr ""
13087
13088 #: config/mips/mips.opt:284
13089 msgid "Use indirect calls."
13090 msgstr ""
13091
13092 #: config/mips/mips.opt:288
13093 msgid "Use a 32-bit long type."
13094 msgstr ""
13095
13096 #: config/mips/mips.opt:292
13097 msgid "Use a 64-bit long type."
13098 msgstr ""
13099
13100 #: config/mips/mips.opt:296
13101 msgid "Pass the address of the ra save location to _mcount in $12."
13102 msgstr ""
13103
13104 #: config/mips/mips.opt:300
13105 msgid "Don't optimize block moves."
13106 msgstr ""
13107
13108 #: config/mips/mips.opt:304
13109 msgid "Use microMIPS instructions."
13110 msgstr ""
13111
13112 #: config/mips/mips.opt:308
13113 msgid "Use MIPS MSA Extension instructions."
13114 msgstr ""
13115
13116 #: config/mips/mips.opt:312
13117 msgid "Allow the use of MT instructions."
13118 msgstr ""
13119
13120 #: config/mips/mips.opt:316
13121 msgid "Prevent the use of all floating-point operations."
13122 msgstr ""
13123
13124 #: config/mips/mips.opt:320
13125 msgid "Use MCU instructions."
13126 msgstr ""
13127
13128 #: config/mips/mips.opt:324
13129 msgid "Do not use a cache-flushing function before calling stack trampolines."
13130 msgstr ""
13131
13132 #: config/mips/mips.opt:328
13133 msgid "Do not use MDMX instructions."
13134 msgstr ""
13135
13136 #: config/mips/mips.opt:332
13137 msgid "Generate normal-mode code."
13138 msgstr ""
13139
13140 #: config/mips/mips.opt:336
13141 msgid "Do not use MIPS-3D instructions."
13142 msgstr ""
13143
13144 #: config/mips/mips.opt:340
13145 msgid "Use paired-single floating-point instructions."
13146 msgstr ""
13147
13148 #: config/mips/mips.opt:344
13149 msgid "-mr10k-cache-barrier=SETTING\tSpecify when r10k cache barriers should be inserted."
13150 msgstr ""
13151
13152 #: config/mips/mips.opt:348
13153 msgid "Valid arguments to -mr10k-cache-barrier=:"
13154 msgstr ""
13155
13156 #: config/mips/mips.opt:361
13157 msgid "Try to allow the linker to turn PIC calls into direct calls."
13158 msgstr ""
13159
13160 #: config/mips/mips.opt:365
13161 msgid "When generating -mabicalls code, make the code suitable for use in shared libraries."
13162 msgstr ""
13163
13164 #: config/mips/mips.opt:369
13165 msgid "Restrict the use of hardware floating-point instructions to 32-bit operations."
13166 msgstr ""
13167
13168 #: config/mips/mips.opt:373
13169 msgid "Use SmartMIPS instructions."
13170 msgstr ""
13171
13172 #: config/mips/mips.opt:377
13173 msgid "Prevent the use of all hardware floating-point instructions."
13174 msgstr ""
13175
13176 #: config/mips/mips.opt:381
13177 msgid "Optimize lui/addiu address loads."
13178 msgstr ""
13179
13180 #: config/mips/mips.opt:385
13181 msgid "Assume all symbols have 32-bit values."
13182 msgstr ""
13183
13184 #: config/mips/mips.opt:389
13185 msgid "Use synci instruction to invalidate i-cache."
13186 msgstr ""
13187
13188 #: config/mips/mips.opt:397
13189 msgid "Use lwxc1/swxc1/ldxc1/sdxc1 instructions where applicable."
13190 msgstr ""
13191
13192 #: config/mips/mips.opt:401
13193 msgid "Use 4-operand madd.s/madd.d and related instructions where applicable."
13194 msgstr ""
13195
13196 #: config/mips/mips.opt:413
13197 msgid "Use Virtualization (VZ) instructions."
13198 msgstr ""
13199
13200 #: config/mips/mips.opt:417
13201 msgid "Use eXtended Physical Address (XPA) instructions."
13202 msgstr ""
13203
13204 #: config/mips/mips.opt:421
13205 msgid "Use Cyclic Redundancy Check (CRC) instructions."
13206 msgstr ""
13207
13208 #: config/mips/mips.opt:425
13209 msgid "Use Global INValidate (GINV) instructions."
13210 msgstr ""
13211
13212 #: config/mips/mips.opt:429
13213 msgid "Perform VR4130-specific alignment optimizations."
13214 msgstr ""
13215
13216 #: config/mips/mips.opt:433
13217 msgid "Lift restrictions on GOT size."
13218 msgstr ""
13219
13220 #: config/mips/mips.opt:437
13221 msgid "Enable use of odd-numbered single-precision registers."
13222 msgstr ""
13223
13224 #: config/mips/mips.opt:441
13225 msgid "Optimize frame header."
13226 msgstr ""
13227
13228 #: config/mips/mips.opt:448
13229 msgid "Enable load/store bonding."
13230 msgstr ""
13231
13232 #: config/mips/mips.opt:452
13233 msgid "Specify the compact branch usage policy."
13234 msgstr ""
13235
13236 #: config/mips/mips.opt:456
13237 msgid "Policies available for use with -mcompact-branches=:"
13238 msgstr ""
13239
13240 #: config/mips/mips.opt:469
13241 msgid "Use Loongson MultiMedia extensions Instructions (MMI) instructions."
13242 msgstr ""
13243
13244 #: config/mips/mips.opt:473
13245 msgid "Use Loongson EXTension (EXT) instructions."
13246 msgstr "."
13247
13248 #: config/mips/mips.opt:477
13249 msgid "Use Loongson EXTension R2 (EXT2) instructions."
13250 msgstr ""
13251
13252 #: config/mips/mips-tables.opt:24
13253 msgid "Known MIPS CPUs (for use with the -march= and -mtune= options):"
13254 msgstr ""
13255
13256 #: config/mips/mips-tables.opt:28
13257 msgid "Known MIPS ISA levels (for use with the -mips option):"
13258 msgstr ""
13259
13260 #: config/tilegx/tilegx.opt:30
13261 msgid "Known TILE-Gx CPUs (for use with the -mcpu= option):"
13262 msgstr ""
13263
13264 #: config/tilegx/tilegx.opt:37
13265 msgid "Compile with 32 bit longs and pointers."
13266 msgstr ""
13267
13268 #: config/tilegx/tilegx.opt:41
13269 msgid "Compile with 64 bit longs and pointers."
13270 msgstr ""
13271
13272 #: config/tilegx/tilegx.opt:53
13273 msgid "Use given TILE-Gx code model."
13274 msgstr ""
13275
13276 #: config/arc/arc-tables.opt:25
13277 msgid "Known ARC CPUs (for use with the -mcpu= option):"
13278 msgstr ""
13279
13280 #: config/arc/arc.opt:26
13281 msgid "Compile code for big endian mode."
13282 msgstr ""
13283
13284 #: config/arc/arc.opt:30
13285 msgid "Compile code for little endian mode. This is the default."
13286 msgstr ""
13287
13288 #: config/arc/arc.opt:34
13289 msgid "Disable ARCompact specific pass to generate conditional execution instructions."
13290 msgstr ""
13291
13292 #: config/arc/arc.opt:38
13293 msgid "Generate ARCompact 32-bit code for ARC600 processor."
13294 msgstr ""
13295
13296 #: config/arc/arc.opt:42
13297 msgid "Same as -mA6."
13298 msgstr ""
13299
13300 #: config/arc/arc.opt:46
13301 msgid "Generate ARCompact 32-bit code for ARC601 processor."
13302 msgstr ""
13303
13304 #: config/arc/arc.opt:50
13305 msgid "Generate ARCompact 32-bit code for ARC700 processor."
13306 msgstr ""
13307
13308 #: config/arc/arc.opt:54
13309 msgid "Same as -mA7."
13310 msgstr ""
13311
13312 #: config/arc/arc.opt:58
13313 msgid "Force all calls to be made via a jli instruction."
13314 msgstr ""
13315
13316 #: config/arc/arc.opt:62
13317 msgid "-mmpy-option=MPY Compile ARCv2 code with a multiplier design option."
13318 msgstr ""
13319
13320 #: config/arc/arc.opt:132
13321 msgid "Enable DIV-REM instructions for ARCv2."
13322 msgstr ""
13323
13324 #: config/arc/arc.opt:136
13325 msgid "Enable code density instructions for ARCv2."
13326 msgstr ""
13327
13328 #: config/arc/arc.opt:140
13329 msgid "Tweak register allocation to help 16-bit instruction generation."
13330 msgstr ""
13331
13332 #: config/arc/arc.opt:150
13333 msgid "Use ordinarily cached memory accesses for volatile references."
13334 msgstr ""
13335
13336 #: config/arc/arc.opt:154
13337 msgid "Enable cache bypass for volatile references."
13338 msgstr ""
13339
13340 #: config/arc/arc.opt:158
13341 msgid "Generate instructions supported by barrel shifter."
13342 msgstr ""
13343
13344 #: config/arc/arc.opt:162
13345 msgid "Generate norm instruction."
13346 msgstr ""
13347
13348 #: config/arc/arc.opt:166
13349 msgid "Generate swap instruction."
13350 msgstr ""
13351
13352 #: config/arc/arc.opt:170
13353 msgid "Generate mul64 and mulu64 instructions."
13354 msgstr ""
13355
13356 #: config/arc/arc.opt:174
13357 msgid "Do not generate mpy instructions for ARC700."
13358 msgstr ""
13359
13360 #: config/arc/arc.opt:178
13361 msgid "Generate extended arithmetic instructions, only valid for ARC700."
13362 msgstr ""
13363
13364 #: config/arc/arc.opt:182
13365 msgid "Dummy flag. This is the default unless FPX switches are provided explicitly."
13366 msgstr ""
13367
13368 #: config/arc/arc.opt:186
13369 msgid "Generate call insns as register indirect calls."
13370 msgstr ""
13371
13372 #: config/arc/arc.opt:190
13373 msgid "Do no generate BRcc instructions in arc_reorg."
13374 msgstr ""
13375
13376 #: config/arc/arc.opt:194
13377 msgid "Generate sdata references. This is the default, unless you compile for PIC."
13378 msgstr ""
13379
13380 #: config/arc/arc.opt:198
13381 msgid "Generate millicode thunks."
13382 msgstr ""
13383
13384 #: config/arc/arc.opt:202 config/arc/arc.opt:206
13385 msgid "FPX: Generate Single Precision FPX (compact) instructions."
13386 msgstr ""
13387
13388 #: config/arc/arc.opt:210
13389 msgid "FPX: Generate Single Precision FPX (fast) instructions."
13390 msgstr ""
13391
13392 #: config/arc/arc.opt:214
13393 msgid "FPX: Enable Argonaut ARC CPU Double Precision Floating Point extensions."
13394 msgstr ""
13395
13396 #: config/arc/arc.opt:218 config/arc/arc.opt:222
13397 msgid "FPX: Generate Double Precision FPX (compact) instructions."
13398 msgstr ""
13399
13400 #: config/arc/arc.opt:226
13401 msgid "FPX: Generate Double Precision FPX (fast) instructions."
13402 msgstr ""
13403
13404 #: config/arc/arc.opt:230
13405 msgid "Disable LR and SR instructions from using FPX extension aux registers."
13406 msgstr ""
13407
13408 #: config/arc/arc.opt:234
13409 msgid "Enable generation of ARC SIMD instructions via target-specific builtins."
13410 msgstr ""
13411
13412 #: config/arc/arc.opt:238
13413 msgid "-mcpu=CPU\tCompile code for ARC variant CPU."
13414 msgstr ""
13415
13416 #: config/arc/arc.opt:242
13417 msgid "Size optimization level: 0:none 1:opportunistic 2: regalloc 3:drop align, -Os."
13418 msgstr ""
13419
13420 #: config/arc/arc.opt:250
13421 msgid "Cost to assume for a multiply instruction, with 4 being equal to a normal insn."
13422 msgstr ""
13423
13424 #: config/arc/arc.opt:254
13425 msgid "-mcpu=TUNE Tune code for given ARC variant."
13426 msgstr ""
13427
13428 #: config/arc/arc.opt:285
13429 msgid "Enable the use of indexed loads."
13430 msgstr ""
13431
13432 #: config/arc/arc.opt:289
13433 msgid "Enable the use of pre/post modify with register displacement."
13434 msgstr ""
13435
13436 #: config/arc/arc.opt:293
13437 msgid "Generate 32x16 multiply and mac instructions."
13438 msgstr ""
13439
13440 #: config/arc/arc.opt:299
13441 msgid "Set probability threshold for unaligning branches."
13442 msgstr ""
13443
13444 #: config/arc/arc.opt:303
13445 msgid "Don't use less than 25 bit addressing range for calls."
13446 msgstr ""
13447
13448 #: config/arc/arc.opt:307
13449 msgid "Explain what alignment considerations lead to the decision to make an insn short or long."
13450 msgstr ""
13451
13452 #: config/arc/arc.opt:311
13453 msgid "Do alignment optimizations for call instructions."
13454 msgstr ""
13455
13456 #: config/arc/arc.opt:315
13457 msgid "Enable Rcq constraint handling - most short code generation depends on this."
13458 msgstr ""
13459
13460 #: config/arc/arc.opt:319
13461 msgid "Enable Rcw constraint handling - ccfsm condexec mostly depends on this."
13462 msgstr ""
13463
13464 #: config/arc/arc.opt:323
13465 msgid "Enable pre-reload use of cbranchsi pattern."
13466 msgstr ""
13467
13468 #: config/arc/arc.opt:327
13469 msgid "Enable bbit peephole2."
13470 msgstr ""
13471
13472 #: config/arc/arc.opt:331
13473 msgid "Use pc-relative switch case tables - this enables case table shortening."
13474 msgstr ""
13475
13476 #: config/arc/arc.opt:335
13477 msgid "Enable compact casesi pattern."
13478 msgstr ""
13479
13480 #: config/arc/arc.opt:339
13481 msgid "Enable 'q' instruction alternatives."
13482 msgstr ""
13483
13484 #: config/arc/arc.opt:343
13485 msgid "Expand adddi3 and subdi3 at rtl generation time into add.f / adc etc."
13486 msgstr ""
13487
13488 #: config/arc/arc.opt:350
13489 msgid "Enable variable polynomial CRC extension."
13490 msgstr ""
13491
13492 #: config/arc/arc.opt:354
13493 msgid "Enable DSP 3.1 Pack A extensions."
13494 msgstr ""
13495
13496 #: config/arc/arc.opt:358
13497 msgid "Enable dual viterbi butterfly extension."
13498 msgstr ""
13499
13500 #: config/arc/arc.opt:368
13501 msgid "Enable Dual and Single Operand Instructions for Telephony."
13502 msgstr ""
13503
13504 #: config/arc/arc.opt:372
13505 msgid "Enable XY Memory extension (DSP version 3)."
13506 msgstr ""
13507
13508 #: config/arc/arc.opt:377
13509 msgid "Enable Locked Load/Store Conditional extension."
13510 msgstr ""
13511
13512 #: config/arc/arc.opt:381
13513 msgid "Enable swap byte ordering extension instruction."
13514 msgstr ""
13515
13516 #: config/arc/arc.opt:385
13517 msgid "Enable 64-bit Time-Stamp Counter extension instruction."
13518 msgstr ""
13519
13520 #: config/arc/arc.opt:389
13521 msgid "Pass -EB option through to linker."
13522 msgstr ""
13523
13524 #: config/arc/arc.opt:393
13525 msgid "Pass -EL option through to linker."
13526 msgstr ""
13527
13528 #: config/arc/arc.opt:397
13529 msgid "Pass -marclinux option through to linker."
13530 msgstr ""
13531
13532 #: config/arc/arc.opt:401
13533 msgid "Pass -marclinux_prof option through to linker."
13534 msgstr ""
13535
13536 #: config/arc/arc.opt:410
13537 msgid "Don't indicate any priority with TARGET_REGISTER_PRIORITY."
13538 msgstr ""
13539
13540 #: config/arc/arc.opt:414
13541 msgid "Indicate priority for r0..r3 / r12..r15 with TARGET_REGISTER_PRIORITY."
13542 msgstr ""
13543
13544 #: config/arc/arc.opt:418
13545 msgid "Reduce priority for r0..r3 / r12..r15 with TARGET_REGISTER_PRIORITY."
13546 msgstr ""
13547
13548 #: config/arc/arc.opt:430
13549 msgid "Enable atomic instructions."
13550 msgstr ""
13551
13552 #: config/arc/arc.opt:434
13553 msgid "Enable double load/store instructions for ARC HS."
13554 msgstr ""
13555
13556 #: config/arc/arc.opt:438
13557 msgid "Specify the name of the target floating point configuration."
13558 msgstr ""
13559
13560 #: config/arc/arc.opt:481
13561 msgid "Specify thread pointer register number."
13562 msgstr ""
13563
13564 #: config/arc/arc.opt:488
13565 msgid "Enable use of NPS400 bit operations."
13566 msgstr ""
13567
13568 #: config/arc/arc.opt:492
13569 msgid "Enable use of NPS400 xld/xst extension."
13570 msgstr ""
13571
13572 #: config/arc/arc.opt:500
13573 msgid "Specifies the registers that the processor saves on an interrupt entry and exit."
13574 msgstr ""
13575
13576 #: config/arc/arc.opt:504
13577 msgid "Specifies the number of registers replicated in second register bank on entry to fast interrupt."
13578 msgstr ""
13579
13580 #: config/arc/arc.opt:508
13581 msgid "Sets LP_COUNT register width. Possible values are 8, 16, 20, 24, 28, and 32."
13582 msgstr ""
13583
13584 #: config/arc/arc.opt:533
13585 msgid "Enable 16-entry register file."
13586 msgstr ""
13587
13588 #: config/arc/arc.opt:537
13589 msgid "Enable use of BI/BIH instructions when available."
13590 msgstr ""
13591
13592 #: config/arc/arc.opt:541
13593 msgid "Enable ENTER_S and LEAVE_S opcodes for ARCv2."
13594 msgstr ""
13595
13596 #: lto/lang.opt:53
13597 msgid "Set linker output type (used internally during LTO optimization)."
13598 msgstr ""
13599
13600 #: lto/lang.opt:58
13601 msgid "Run the link-time optimizer in local transformation (LTRANS) mode."
13602 msgstr ""
13603
13604 #: lto/lang.opt:62
13605 msgid "Specify a file to which a list of files output by LTRANS is written."
13606 msgstr ""
13607
13608 #: lto/lang.opt:66
13609 msgid "Run the link-time optimizer in whole program analysis (WPA) mode."
13610 msgstr ""
13611
13612 #: lto/lang.opt:70
13613 msgid "Whole program analysis (WPA) mode with number of parallel jobs specified."
13614 msgstr ""
13615
13616 #: lto/lang.opt:75
13617 msgid "Call the dump function for variables and function in IL."
13618 msgstr ""
13619
13620 #: lto/lang.opt:79
13621 msgid "Dump the demangled output."
13622 msgstr ""
13623
13624 #: lto/lang.opt:83
13625 msgid "Dump only the defined symbols."
13626 msgstr ""
13627
13628 #: lto/lang.opt:87
13629 msgid "Print the initial values of the variables."
13630 msgstr ""
13631
13632 #: lto/lang.opt:91
13633 msgid "Sort the symbols alphabetically."
13634 msgstr ""
13635
13636 #: lto/lang.opt:95
13637 msgid "Sort the symbols according to size."
13638 msgstr ""
13639
13640 #: lto/lang.opt:99
13641 msgid "Display the symbols in reverse order."
13642 msgstr ""
13643
13644 #: lto/lang.opt:106
13645 msgid "Dump the details of LTO objects."
13646 msgstr ""
13647
13648 #: lto/lang.opt:110
13649 msgid "Dump the statistics of tree types."
13650 msgstr ""
13651
13652 #: lto/lang.opt:114
13653 msgid "Dump the statistics of trees."
13654 msgstr ""
13655
13656 #: lto/lang.opt:118
13657 msgid "Dump the statistics of gimple statements."
13658 msgstr ""
13659
13660 #: lto/lang.opt:128
13661 msgid "Dump the dump tool command line options."
13662 msgstr ""
13663
13664 #: lto/lang.opt:132
13665 msgid "Dump the symtab callgraph."
13666 msgstr ""
13667
13668 #: lto/lang.opt:136
13669 msgid "The resolution file."
13670 msgstr ""
13671
13672 #: common.opt:240
13673 msgid "Provide bash completion for options starting with provided string."
13674 msgstr ""
13675
13676 #: common.opt:289
13677 msgid "Display this information."
13678 msgstr ""
13679
13680 #: common.opt:293
13681 msgid "--help=<class>\tDisplay descriptions of a specific class of options. <class> is one or more of optimizers, target, warnings, undocumented, params."
13682 msgstr ""
13683
13684 #: common.opt:414
13685 msgid "Alias for --help=target."
13686 msgstr ""
13687
13688 #: common.opt:460
13689 msgid "-O<number>\tSet optimization level to <number>."
13690 msgstr ""
13691
13692 #: common.opt:464
13693 msgid "Optimize for space rather than speed."
13694 msgstr ""
13695
13696 #: common.opt:468
13697 msgid "Optimize for speed disregarding exact standards compliance."
13698 msgstr ""
13699
13700 #: common.opt:472
13701 msgid "Optimize for debugging experience rather than speed or size."
13702 msgstr ""
13703
13704 #: common.opt:512
13705 msgid "This switch is deprecated; use -Wextra instead."
13706 msgstr ""
13707
13708 #: common.opt:525
13709 msgid "Warn about returning structures, unions or arrays."
13710 msgstr ""
13711
13712 #: common.opt:529
13713 msgid "Warn if a loop with constant number of iterations triggers undefined behavior."
13714 msgstr ""
13715
13716 #: common.opt:533 common.opt:537
13717 msgid "Warn if an array is accessed out of bounds."
13718 msgstr ""
13719
13720 #: common.opt:541
13721 msgid "Warn about inappropriate attribute usage."
13722 msgstr ""
13723
13724 #: common.opt:545 common.opt:549
13725 msgid "Warn about type safety and similar errors and mismatches in declarations with alias attributes."
13726 msgstr ""
13727
13728 #: common.opt:553
13729 msgid "Warn when profiling instrumentation was requested, but could not be applied to a certain function."
13730 msgstr ""
13731
13732 #: common.opt:558 common.opt:562
13733 msgid "Warn about pointer casts which increase alignment."
13734 msgstr ""
13735
13736 #: common.opt:566
13737 msgid "Warn when a #warning directive is encountered."
13738 msgstr ""
13739
13740 #: common.opt:570
13741 msgid "Warn about uses of __attribute__((warning)) declarations."
13742 msgstr "."
13743
13744 #: common.opt:574
13745 msgid "Warn if a deprecated compiler feature, class, method, or field is used."
13746 msgstr "Попереджати щодо використання застарілої можливості компілятора, застарілого класу, методу або поля."
13747
13748 #: common.opt:578
13749 msgid "Warn about uses of __attribute__((deprecated)) declarations."
13750 msgstr ""
13751
13752 #: common.opt:582
13753 msgid "Warn when an optimization pass is disabled."
13754 msgstr ""
13755
13756 #: common.opt:586
13757 msgid "Treat all warnings as errors."
13758 msgstr "Вважати усі попередження помилками."
13759
13760 #: common.opt:590
13761 msgid "Treat specified warning as error."
13762 msgstr ""
13763
13764 #: common.opt:594
13765 msgid "Print extra (possibly unwanted) warnings."
13766 msgstr ""
13767
13768 #: common.opt:598
13769 msgid "Exit on the first error occurred."
13770 msgstr ""
13771
13772 #: common.opt:602
13773 msgid "-Wframe-larger-than=<byte-size>\tWarn if a function's stack frame requires in excess of <byte-size>."
13774 msgstr ""
13775
13776 #: common.opt:606
13777 msgid "Warn when attempting to free a non-heap object."
13778 msgstr ""
13779
13780 #: common.opt:610
13781 msgid "Warn when a function cannot be expanded to HSAIL."
13782 msgstr ""
13783
13784 #: common.opt:617
13785 msgid "Warn when a switch case falls through."
13786 msgstr ""
13787
13788 #: common.opt:621
13789 msgid "Warn when an inlined function cannot be inlined."
13790 msgstr ""
13791
13792 #: common.opt:625
13793 msgid "Warn when an atomic memory model parameter is known to be outside the valid range."
13794 msgstr ""
13795
13796 #: common.opt:632
13797 msgid "-Wlarger-than=<byte-size>\tWarn if an object's size exceeds <byte-size>."
13798 msgstr ""
13799
13800 #: common.opt:636
13801 msgid "Warn if comparing pointer parameter with nonnull attribute with NULL."
13802 msgstr ""
13803
13804 #: common.opt:640
13805 msgid "Warn if dereferencing a NULL pointer may lead to erroneous or undefined behavior."
13806 msgstr ""
13807
13808 #: common.opt:651
13809 msgid "Warn about some C++ One Definition Rule violations during link time optimization."
13810 msgstr ""
13811
13812 #: common.opt:655
13813 msgid "Warn about overflow in arithmetic expressions."
13814 msgstr ""
13815
13816 #: common.opt:659
13817 msgid "During link time optimization warn about mismatched types of global declarations."
13818 msgstr ""
13819
13820 #: common.opt:663
13821 msgid "Warn when the packed attribute has no effect on struct layout."
13822 msgstr ""
13823
13824 #: common.opt:667
13825 msgid "Warn when padding is required to align structure members."
13826 msgstr ""
13827
13828 #: common.opt:671
13829 msgid "Issue warnings needed for strict compliance to the standard."
13830 msgstr ""
13831
13832 #: common.opt:675
13833 msgid "Warn about returning a pointer/reference to a local or temporary variable."
13834 msgstr ""
13835
13836 #: common.opt:679
13837 msgid "Warn when one variable shadows another. Same as -Wshadow=global."
13838 msgstr ""
13839
13840 #: common.opt:683
13841 msgid "Warn when one variable shadows another (globally)."
13842 msgstr ""
13843
13844 #: common.opt:687
13845 msgid "Warn when one local variable shadows another local variable or parameter."
13846 msgstr ""
13847
13848 #: common.opt:694
13849 msgid "Warn when one local variable shadows another local variable or parameter of compatible type."
13850 msgstr ""
13851
13852 #: common.opt:701
13853 msgid "Warn when not issuing stack smashing protection for some reason."
13854 msgstr ""
13855
13856 #: common.opt:705
13857 msgid "-Wstack-usage=<byte-size>\tWarn if stack usage might exceed <byte-size>."
13858 msgstr ""
13859
13860 #: common.opt:709 common.opt:713
13861 msgid "Warn about code which might break strict aliasing rules."
13862 msgstr ""
13863
13864 #: common.opt:717 common.opt:721
13865 msgid "Warn about optimizations that assume that signed overflow is undefined."
13866 msgstr ""
13867
13868 #: common.opt:725
13869 msgid "Warn about functions which might be candidates for __attribute__((cold))."
13870 msgstr ""
13871
13872 #: common.opt:729
13873 msgid "Warn about functions which might be candidates for __attribute__((const))."
13874 msgstr ""
13875
13876 #: common.opt:733
13877 msgid "Warn about functions which might be candidates for __attribute__((pure))."
13878 msgstr ""
13879
13880 #: common.opt:737
13881 msgid "Warn about functions which might be candidates for __attribute__((noreturn))."
13882 msgstr ""
13883
13884 #: common.opt:741
13885 msgid "Warn about functions which might be candidates for __attribute__((malloc))."
13886 msgstr ""
13887
13888 #: common.opt:745
13889 msgid "Warn about C++ polymorphic types where adding final keyword would improve code quality."
13890 msgstr ""
13891
13892 #: common.opt:749
13893 msgid "Warn about C++ virtual methods where adding final keyword would improve code quality."
13894 msgstr ""
13895
13896 #: common.opt:753
13897 msgid "Warn about statements between switch's controlling expression and the first case."
13898 msgstr ""
13899
13900 #: common.opt:758
13901 msgid "Do not suppress warnings from system headers."
13902 msgstr ""
13903
13904 #: common.opt:762
13905 msgid "Warn whenever a trampoline is generated."
13906 msgstr ""
13907
13908 #: common.opt:766
13909 msgid "Warn if a comparison is always true or always false due to the limited range of the data type."
13910 msgstr ""
13911
13912 #: common.opt:770
13913 msgid "Warn about uninitialized automatic variables."
13914 msgstr ""
13915
13916 #: common.opt:774
13917 msgid "Warn about maybe uninitialized automatic variables."
13918 msgstr ""
13919
13920 #: common.opt:782
13921 msgid "Enable all -Wunused- warnings."
13922 msgstr ""
13923
13924 #: common.opt:786
13925 msgid "Warn when a function parameter is only set, otherwise unused."
13926 msgstr ""
13927
13928 #: common.opt:790
13929 msgid "Warn when a variable is only set, otherwise unused."
13930 msgstr ""
13931
13932 #: common.opt:794
13933 msgid "Warn when a function is unused."
13934 msgstr ""
13935
13936 #: common.opt:798
13937 msgid "Warn when a label is unused."
13938 msgstr ""
13939
13940 #: common.opt:802
13941 msgid "Warn when a function parameter is unused."
13942 msgstr ""
13943
13944 #: common.opt:806
13945 msgid "Warn when an expression value is unused."
13946 msgstr ""
13947
13948 #: common.opt:810
13949 msgid "Warn when a variable is unused."
13950 msgstr ""
13951
13952 #: common.opt:814
13953 msgid "Warn in case profiles in -fprofile-use do not match."
13954 msgstr ""
13955
13956 #: common.opt:818
13957 msgid "Warn in case profiles in -fprofile-use do not exist."
13958 msgstr ""
13959
13960 #: common.opt:822
13961 msgid "Warn when a vector operation is compiled outside the SIMD."
13962 msgstr ""
13963
13964 #: common.opt:838
13965 msgid "-aux-info <file>\tEmit declaration information into <file>."
13966 msgstr ""
13967
13968 #: common.opt:857
13969 msgid "-d<letters>\tEnable dumps from specific passes of the compiler."
13970 msgstr ""
13971
13972 #: common.opt:861
13973 msgid "-dumpbase <file>\tSet the file basename to be used for dumps."
13974 msgstr ""
13975
13976 #: common.opt:865
13977 msgid "-dumpdir <dir>\tSet the directory name to be used for dumps."
13978 msgstr ""
13979
13980 #: common.opt:951
13981 msgid "The version of the C++ ABI in use."
13982 msgstr ""
13983
13984 #: common.opt:955
13985 msgid "Aggressively optimize loops using language constraints."
13986 msgstr ""
13987
13988 #: common.opt:959
13989 msgid "Align the start of functions."
13990 msgstr ""
13991
13992 #: common.opt:969
13993 msgid "Align labels which are only reached by jumping."
13994 msgstr ""
13995
13996 #: common.opt:976
13997 msgid "Align all labels."
13998 msgstr ""
13999
14000 #: common.opt:983
14001 msgid "Align the start of loops."
14002 msgstr ""
14003
14004 #: common.opt:990
14005 msgid "Allow the compiler to introduce new data races on stores."
14006 msgstr ""
14007
14008 #: common.opt:994
14009 msgid "Enable static analysis pass."
14010 msgstr ""
14011
14012 #: common.opt:1014
14013 msgid "Select what to sanitize."
14014 msgstr ""
14015
14016 #: common.opt:1018
14017 msgid "Select type of coverage sanitization."
14018 msgstr ""
14019
14020 #: common.opt:1022
14021 msgid "-fasan-shadow-offset=<number>\tUse custom shadow memory offset."
14022 msgstr ""
14023
14024 #: common.opt:1026
14025 msgid "-fsanitize-sections=<sec1,sec2,...>\tSanitize global variables in user-defined sections."
14026 msgstr ""
14027
14028 #: common.opt:1031
14029 msgid "After diagnosing undefined behavior attempt to continue execution."
14030 msgstr ""
14031
14032 #: common.opt:1035
14033 msgid "This switch is deprecated; use -fsanitize-recover= instead."
14034 msgstr ""
14035
14036 #: common.opt:1042
14037 msgid "Use trap instead of a library function for undefined behavior sanitization."
14038 msgstr ""
14039
14040 #: common.opt:1046
14041 msgid "Generate unwind tables that are exact at each instruction boundary."
14042 msgstr ""
14043
14044 #: common.opt:1050
14045 msgid "Generate auto-inc/dec instructions."
14046 msgstr ""
14047
14048 #: common.opt:1054
14049 msgid "Use sample profile information for call graph node weights. The default profile file is fbdata.afdo in 'pwd'."
14050 msgstr ""
14051
14052 #: common.opt:1059
14053 msgid "Use sample profile information for call graph node weights. The profile file is specified in the argument."
14054 msgstr ""
14055
14056 #: common.opt:1068
14057 msgid "Generate code to check bounds before indexing arrays."
14058 msgstr ""
14059
14060 #: common.opt:1072
14061 msgid "Replace add, compare, branch with branch on count register."
14062 msgstr ""
14063
14064 #: common.opt:1076
14065 msgid "Use profiling information for branch probabilities."
14066 msgstr ""
14067
14068 #: common.opt:1092
14069 msgid "Output callgraph information on a per-file basis."
14070 msgstr ""
14071
14072 #: common.opt:1096
14073 msgid "Output callgraph information on a per-file basis with decorations."
14074 msgstr ""
14075
14076 #: common.opt:1100
14077 msgid "-fcall-saved-<register>\tMark <register> as being preserved across functions."
14078 msgstr ""
14079
14080 #: common.opt:1104
14081 msgid "-fcall-used-<register>\tMark <register> as being corrupted by function calls."
14082 msgstr ""
14083
14084 #: common.opt:1111
14085 msgid "Save registers around function calls."
14086 msgstr ""
14087
14088 #: common.opt:1115
14089 msgid "This switch is deprecated; do not use."
14090 msgstr ""
14091
14092 #: common.opt:1119
14093 msgid "Check the return value of new in C++."
14094 msgstr "Перевіряти повернуте значення new у C++."
14095
14096 #: common.opt:1123 common.opt:1127
14097 msgid "Perform internal consistency checkings."
14098 msgstr "Виконувати внутрішні перевірки сумісності."
14099
14100 #: common.opt:1131
14101 msgid "Enable code hoisting."
14102 msgstr "Увімкнути підняття коду."
14103
14104 #: common.opt:1135
14105 msgid "Looks for opportunities to reduce stack adjustments and stack references."
14106 msgstr ""
14107
14108 #: common.opt:1139
14109 #, fuzzy
14110 #| msgid "Put zero initialized data in the bss section."
14111 msgid "Put uninitialized globals in the common section."
14112 msgstr "Розташувати ініціалізовані нулями дані у розділі bss."
14113
14114 #: common.opt:1147
14115 msgid "-fcompare-debug[=<opts>]\tCompile with and without e.g. -gtoggle, and compare the final-insns dump."
14116 msgstr ""
14117
14118 #: common.opt:1151
14119 msgid "Run only the second compilation of -fcompare-debug."
14120 msgstr ""
14121
14122 #: common.opt:1155
14123 msgid "Perform comparison elimination after register allocation has finished."
14124 msgstr ""
14125
14126 #: common.opt:1159
14127 msgid "Do not perform optimizations increasing noticeably stack usage."
14128 msgstr ""
14129
14130 #: common.opt:1163
14131 msgid "Perform a register copy-propagation optimization pass."
14132 msgstr ""
14133
14134 #: common.opt:1167
14135 msgid "Perform cross-jumping optimization."
14136 msgstr ""
14137
14138 #: common.opt:1171
14139 msgid "When running CSE, follow jumps to their targets."
14140 msgstr ""
14141
14142 #: common.opt:1179
14143 msgid "Omit range reduction step when performing complex division."
14144 msgstr ""
14145
14146 #: common.opt:1183
14147 msgid "Complex multiplication and division follow Fortran rules."
14148 msgstr ""
14149
14150 #: common.opt:1187
14151 msgid "Place data items into their own section."
14152 msgstr ""
14153
14154 #: common.opt:1191
14155 msgid "List all available debugging counters with their limits and counts."
14156 msgstr ""
14157
14158 #: common.opt:1195
14159 msgid "-fdbg-cnt=<counter>[:<lower_limit1>-]<upper_limit1>[:<lower_limit2>-<upper_limit2>:...][,<counter>:...]\tSet the debug counter limit."
14160 msgstr ""
14161
14162 #: common.opt:1199
14163 msgid "-fdebug-prefix-map=<old>=<new> Map one directory name to another in debug information."
14164 msgstr ""
14165
14166 #: common.opt:1203
14167 msgid "-ffile-prefix-map=<old>=<new> Map one directory name to another in compilation result."
14168 msgstr ""
14169
14170 #: common.opt:1207
14171 msgid "Output .debug_types section when using DWARF v4 debuginfo."
14172 msgstr ""
14173
14174 #: common.opt:1213
14175 msgid "Defer popping functions args from stack until later."
14176 msgstr ""
14177
14178 #: common.opt:1217
14179 msgid "Attempt to fill delay slots of branch instructions."
14180 msgstr ""
14181
14182 #: common.opt:1221
14183 msgid "Delete dead instructions that may throw exceptions."
14184 msgstr ""
14185
14186 #: common.opt:1225
14187 msgid "Delete useless null pointer checks."
14188 msgstr ""
14189
14190 #: common.opt:1229
14191 msgid "Stream extra data to support more aggressive devirtualization in LTO local transformation mode."
14192 msgstr ""
14193
14194 #: common.opt:1233
14195 msgid "Perform speculative devirtualization."
14196 msgstr ""
14197
14198 #: common.opt:1237
14199 msgid "Try to convert virtual calls to direct ones."
14200 msgstr ""
14201
14202 #: common.opt:1241
14203 msgid "-fdiagnostics-show-location=[once|every-line]\tHow often to emit source location at the beginning of line-wrapped diagnostics."
14204 msgstr ""
14205
14206 #: common.opt:1258
14207 msgid "Show the source line with a caret indicating the column."
14208 msgstr ""
14209
14210 #: common.opt:1262
14211 msgid "Show labels annotating ranges of source code when showing source."
14212 msgstr ""
14213
14214 #: common.opt:1266
14215 msgid "Show line numbers in the left margin when showing source."
14216 msgstr ""
14217
14218 #: common.opt:1274
14219 msgid "-fdiagnostics-color=[never|always|auto]\tColorize diagnostics."
14220 msgstr ""
14221
14222 #: common.opt:1294
14223 msgid "-fdiagnostics-urls=[never|always|auto]\tEmbed URLs in diagnostics."
14224 msgstr ""
14225
14226 #: common.opt:1314
14227 msgid "-fdiagnostics-format=[text|json] Select output format."
14228 msgstr ""
14229
14230 #: common.opt:1331
14231 msgid "Print fix-it hints in machine-readable form."
14232 msgstr ""
14233
14234 #: common.opt:1335
14235 msgid "Print fix-it hints to stderr in unified diff format."
14236 msgstr ""
14237
14238 #: common.opt:1339
14239 msgid "Amend appropriate diagnostic messages with the command line option that controls them."
14240 msgstr ""
14241
14242 #: common.opt:1343
14243 msgid "Print CWE identifiers for diagnostic messages, where available."
14244 msgstr ""
14245
14246 #: common.opt:1347
14247 msgid "Specify how to print any control-flow path associated with a diagnostic."
14248 msgstr ""
14249
14250 #: common.opt:1363
14251 msgid "Show stack depths of events in paths."
14252 msgstr ""
14253
14254 #: common.opt:1367
14255 msgid "Set minimum width of left margin of source code when showing source."
14256 msgstr ""
14257
14258 #: common.opt:1371
14259 msgid "-fdisable-[tree|rtl|ipa]-<pass>=range1+range2 disables an optimization pass."
14260 msgstr ""
14261
14262 #: common.opt:1375
14263 msgid "-fenable-[tree|rtl|ipa]-<pass>=range1+range2 enables an optimization pass."
14264 msgstr ""
14265
14266 #: common.opt:1379
14267 msgid "-fdump-<type>\tDump various compiler internals to a file."
14268 msgstr ""
14269
14270 #: common.opt:1386
14271 msgid "-fdump-final-insns=filename\tDump to filename the insns at the end of translation."
14272 msgstr ""
14273
14274 #: common.opt:1390
14275 msgid "-fdump-go-spec=filename\tWrite all declarations to file as Go code."
14276 msgstr ""
14277
14278 #: common.opt:1394
14279 msgid "Suppress output of addresses in debugging dumps."
14280 msgstr ""
14281
14282 #: common.opt:1398
14283 msgid "Collect and dump debug information into temporary file if ICE in C/C++ compiler occurred."
14284 msgstr ""
14285
14286 #: common.opt:1403
14287 msgid "Dump detailed information on GCC's internal representation of source code locations."
14288 msgstr ""
14289
14290 #: common.opt:1407
14291 msgid "Dump optimization passes."
14292 msgstr ""
14293
14294 #: common.opt:1411
14295 msgid "Suppress output of instruction numbers, line number notes and addresses in debugging dumps."
14296 msgstr ""
14297
14298 #: common.opt:1415
14299 msgid "Suppress output of previous and next insn numbers in debugging dumps."
14300 msgstr ""
14301
14302 #: common.opt:1419
14303 msgid "Enable CFI tables via GAS assembler directives."
14304 msgstr ""
14305
14306 #: common.opt:1423
14307 msgid "Perform early inlining."
14308 msgstr ""
14309
14310 #: common.opt:1431
14311 msgid "Perform interprocedural reduction of aggregates."
14312 msgstr ""
14313
14314 #: common.opt:1435
14315 msgid "Perform unused symbol elimination in debug info."
14316 msgstr ""
14317
14318 #: common.opt:1439
14319 msgid "Perform unused type elimination in debug info."
14320 msgstr ""
14321
14322 #: common.opt:1443
14323 msgid "Do not suppress C++ class debug information."
14324 msgstr ""
14325
14326 #: common.opt:1447
14327 msgid "Enable exception handling."
14328 msgstr ""
14329
14330 #: common.opt:1451
14331 msgid "Perform a number of minor, expensive optimizations."
14332 msgstr ""
14333
14334 #: common.opt:1455
14335 msgid "-fexcess-precision=[fast|standard]\tSpecify handling of excess floating-point precision."
14336 msgstr ""
14337
14338 #: common.opt:1470
14339 msgid "-fpermitted-flt-eval-methods=[c11|ts-18661]\tSpecify which values of FLT_EVAL_METHOD are permitted."
14340 msgstr ""
14341
14342 #: common.opt:1486
14343 msgid "Output lto objects containing both the intermediate language and binary output."
14344 msgstr ""
14345
14346 #: common.opt:1490
14347 msgid "Assume no NaNs or infinities are generated."
14348 msgstr ""
14349
14350 #: common.opt:1494
14351 msgid "Assume that loops with an exit will terminate and not loop indefinitely."
14352 msgstr ""
14353
14354 #: common.opt:1498
14355 msgid "-ffixed-<register>\tMark <register> as being unavailable to the compiler."
14356 msgstr ""
14357
14358 #: common.opt:1502
14359 msgid "Don't allocate floats and doubles in extended-precision registers."
14360 msgstr ""
14361
14362 #: common.opt:1510
14363 msgid "Perform a forward propagation pass on RTL."
14364 msgstr ""
14365
14366 #: common.opt:1514
14367 msgid "-ffp-contract=[off|on|fast]\tPerform floating-point expression contraction."
14368 msgstr ""
14369
14370 #: common.opt:1531
14371 msgid "Allow built-in functions ceil, floor, round, trunc to raise \"inexact\" exceptions."
14372 msgstr ""
14373
14374 #: common.opt:1538
14375 msgid "Allow function addresses to be held in registers."
14376 msgstr ""
14377
14378 #: common.opt:1542
14379 msgid "Place each function into its own section."
14380 msgstr ""
14381
14382 #: common.opt:1546
14383 msgid "Perform global common subexpression elimination."
14384 msgstr ""
14385
14386 #: common.opt:1550
14387 msgid "Perform enhanced load motion during global common subexpression elimination."
14388 msgstr ""
14389
14390 #: common.opt:1554
14391 msgid "Perform store motion after global common subexpression elimination."
14392 msgstr ""
14393
14394 #: common.opt:1558
14395 msgid "Perform redundant load after store elimination in global common subexpression elimination."
14396 msgstr ""
14397
14398 #: common.opt:1563
14399 msgid "Perform global common subexpression elimination after register allocation has finished."
14400 msgstr ""
14401
14402 #: common.opt:1580
14403 msgid "-fgnat-encodings=[all|gdb|minimal]\tSelect the balance between GNAT encodings and standard DWARF emitted in the debug information."
14404 msgstr ""
14405
14406 #: common.opt:1585
14407 msgid "Enable in and out of Graphite representation."
14408 msgstr ""
14409
14410 #: common.opt:1589
14411 msgid "Enable Graphite Identity transformation."
14412 msgstr ""
14413
14414 #: common.opt:1593
14415 msgid "Enable hoisting adjacent loads to encourage generating conditional move instructions."
14416 msgstr ""
14417
14418 #: common.opt:1602
14419 msgid "Mark all loops as parallel."
14420 msgstr ""
14421
14422 #: common.opt:1606 common.opt:1614 common.opt:2739
14423 msgid "Enable loop nest transforms. Same as -floop-nest-optimize."
14424 msgstr ""
14425
14426 #: common.opt:1610
14427 msgid "Enable loop interchange on trees."
14428 msgstr ""
14429
14430 #: common.opt:1618
14431 msgid "Perform unroll-and-jam on loops."
14432 msgstr ""
14433
14434 #: common.opt:1622
14435 msgid "Enable support for GNU transactional memory."
14436 msgstr ""
14437
14438 #: common.opt:1626
14439 msgid "Use STB_GNU_UNIQUE if supported by the assembler."
14440 msgstr ""
14441
14442 #: common.opt:1634
14443 msgid "Enable the loop nest optimizer."
14444 msgstr ""
14445
14446 #: common.opt:1638
14447 msgid "Force bitfield accesses to match their type width."
14448 msgstr ""
14449
14450 #: common.opt:1642
14451 msgid "Merge adjacent stores."
14452 msgstr ""
14453
14454 #: common.opt:1646
14455 msgid "Enable guessing of branch probabilities."
14456 msgstr ""
14457
14458 #: common.opt:1654
14459 msgid "Process #ident directives."
14460 msgstr ""
14461
14462 #: common.opt:1658
14463 msgid "Perform conversion of conditional jumps to branchless equivalents."
14464 msgstr ""
14465
14466 #: common.opt:1662
14467 msgid "Perform conversion of conditional jumps to conditional execution."
14468 msgstr ""
14469
14470 #: common.opt:1666
14471 msgid "-fstack-reuse=[all|named_vars|none]\tSet stack reuse level for local variables."
14472 msgstr ""
14473
14474 #: common.opt:1682
14475 msgid "Convert conditional jumps in innermost loops to branchless equivalents."
14476 msgstr ""
14477
14478 #: common.opt:1694
14479 msgid "Do not generate .size directives."
14480 msgstr ""
14481
14482 #: common.opt:1698
14483 msgid "Perform indirect inlining."
14484 msgstr ""
14485
14486 #: common.opt:1704
14487 msgid "Enable inlining of function declared \"inline\", disabling disables all inlining."
14488 msgstr ""
14489
14490 #: common.opt:1708
14491 msgid "Integrate functions into their callers when code size is known not to grow."
14492 msgstr ""
14493
14494 #: common.opt:1712
14495 msgid "Integrate functions not declared \"inline\" into their callers when profitable."
14496 msgstr ""
14497
14498 #: common.opt:1716
14499 msgid "Integrate functions only required by their single caller."
14500 msgstr ""
14501
14502 #: common.opt:1723
14503 msgid "-finline-limit=<number>\tLimit the size of inlined functions to <number>."
14504 msgstr ""
14505
14506 #: common.opt:1727
14507 msgid "Inline __atomic operations when a lock free instruction sequence is available."
14508 msgstr ""
14509
14510 #: common.opt:1734
14511 msgid "-fcf-protection=[full|branch|return|none]\tInstrument functions with checks to verify jump/call/return control-flow transfer instructions have valid targets."
14512 msgstr ""
14513
14514 #: common.opt:1754
14515 msgid "Instrument function entry and exit with profiling calls."
14516 msgstr ""
14517
14518 #: common.opt:1758
14519 msgid "-finstrument-functions-exclude-function-list=name,... Do not instrument listed functions."
14520 msgstr ""
14521
14522 #: common.opt:1762
14523 msgid "-finstrument-functions-exclude-file-list=filename,... Do not instrument functions listed in files."
14524 msgstr ""
14525
14526 #: common.opt:1766
14527 msgid "Perform interprocedural constant propagation."
14528 msgstr ""
14529
14530 #: common.opt:1770
14531 msgid "Perform cloning to make Interprocedural constant propagation stronger."
14532 msgstr ""
14533
14534 #: common.opt:1778
14535 msgid "Perform interprocedural bitwise constant propagation."
14536 msgstr ""
14537
14538 #: common.opt:1782
14539 msgid "Perform interprocedural profile propagation."
14540 msgstr ""
14541
14542 #: common.opt:1786
14543 msgid "Perform interprocedural points-to analysis."
14544 msgstr ""
14545
14546 #: common.opt:1790
14547 msgid "Discover pure and const functions."
14548 msgstr ""
14549
14550 #: common.opt:1794
14551 msgid "Perform Identical Code Folding for functions and read-only variables."
14552 msgstr ""
14553
14554 #: common.opt:1798
14555 msgid "Perform Identical Code Folding for functions."
14556 msgstr ""
14557
14558 #: common.opt:1802
14559 msgid "Perform Identical Code Folding for variables."
14560 msgstr ""
14561
14562 #: common.opt:1806
14563 msgid "Discover read-only and non addressable static variables."
14564 msgstr ""
14565
14566 #: common.opt:1810
14567 msgid "Discover read-only, write-only and non-addressable static variables."
14568 msgstr ""
14569
14570 #: common.opt:1814
14571 msgid "Reduce stack alignment on call sites if possible."
14572 msgstr ""
14573
14574 #: common.opt:1826
14575 msgid "Perform IPA Value Range Propagation."
14576 msgstr ""
14577
14578 #: common.opt:1830
14579 msgid "-fira-algorithm=[CB|priority]\tSet the used IRA algorithm."
14580 msgstr ""
14581
14582 #: common.opt:1843
14583 msgid "-fira-region=[one|all|mixed]\tSet regions for IRA."
14584 msgstr ""
14585
14586 #: common.opt:1859
14587 msgid "Use IRA based register pressure calculation in RTL hoist optimizations."
14588 msgstr ""
14589
14590 #: common.opt:1864
14591 msgid "Use IRA based register pressure calculation in RTL loop optimizations."
14592 msgstr ""
14593
14594 #: common.opt:1869
14595 msgid "Share slots for saving different hard registers."
14596 msgstr ""
14597
14598 #: common.opt:1873
14599 msgid "Share stack slots for spilled pseudo-registers."
14600 msgstr ""
14601
14602 #: common.opt:1877
14603 msgid "-fira-verbose=<number>\tControl IRA's level of diagnostic messages."
14604 msgstr ""
14605
14606 #: common.opt:1881
14607 msgid "Optimize induction variables on trees."
14608 msgstr ""
14609
14610 #: common.opt:1885
14611 msgid "Use jump tables for sufficiently large switch statements."
14612 msgstr ""
14613
14614 #: common.opt:1889
14615 msgid "Generate code for functions even if they are fully inlined."
14616 msgstr ""
14617
14618 #: common.opt:1893
14619 msgid "Generate code for static functions even if they are never called."
14620 msgstr ""
14621
14622 #: common.opt:1897
14623 msgid "Emit static const variables even if they are not used."
14624 msgstr ""
14625
14626 #: common.opt:1901
14627 msgid "Give external symbols a leading underscore."
14628 msgstr ""
14629
14630 #: common.opt:1909
14631 msgid "Do CFG-sensitive rematerialization in LRA."
14632 msgstr ""
14633
14634 #: common.opt:1913
14635 msgid "Enable link-time optimization."
14636 msgstr ""
14637
14638 #: common.opt:1917
14639 msgid "Link-time optimization with number of parallel jobs or jobserver."
14640 msgstr ""
14641
14642 #: common.opt:1939
14643 msgid "Specify the algorithm to partition symbols and vars at linktime."
14644 msgstr ""
14645
14646 #: common.opt:1944
14647 msgid "-flto-compression-level=<number>\tUse zlib/zstd compression level <number> for IL."
14648 msgstr ""
14649
14650 #: common.opt:1952
14651 msgid "Report various link-time optimization statistics."
14652 msgstr ""
14653
14654 #: common.opt:1956
14655 msgid "Report various link-time optimization statistics for WPA only."
14656 msgstr ""
14657
14658 #: common.opt:1960
14659 msgid "Set errno after built-in math functions."
14660 msgstr ""
14661
14662 #: common.opt:1964
14663 msgid "-fmax-errors=<number>\tMaximum number of errors to report."
14664 msgstr ""
14665
14666 #: common.opt:1968
14667 msgid "Report on permanent memory allocation."
14668 msgstr ""
14669
14670 #: common.opt:1972
14671 msgid "Report on permanent memory allocation in WPA only."
14672 msgstr ""
14673
14674 #: common.opt:1979
14675 msgid "Attempt to merge identical constants and constant variables."
14676 msgstr ""
14677
14678 #: common.opt:1983
14679 msgid "Attempt to merge identical constants across compilation units."
14680 msgstr ""
14681
14682 #: common.opt:1987
14683 msgid "Attempt to merge identical debug strings across compilation units."
14684 msgstr ""
14685
14686 #: common.opt:1991
14687 msgid "-fmessage-length=<number>\tLimit diagnostics to <number> characters per line. 0 suppresses line-wrapping."
14688 msgstr ""
14689
14690 #: common.opt:1995
14691 msgid "Perform SMS based modulo scheduling before the first scheduling pass."
14692 msgstr ""
14693
14694 #: common.opt:1999
14695 msgid "Perform SMS based modulo scheduling with register moves allowed."
14696 msgstr ""
14697
14698 #: common.opt:2003
14699 msgid "Move loop invariant computations out of loops."
14700 msgstr ""
14701
14702 #: common.opt:2007
14703 msgid "Use the RTL dead code elimination pass."
14704 msgstr ""
14705
14706 #: common.opt:2011
14707 msgid "Use the RTL dead store elimination pass."
14708 msgstr ""
14709
14710 #: common.opt:2015
14711 msgid "Enable/Disable the traditional scheduling in loops that already passed modulo scheduling."
14712 msgstr ""
14713
14714 #: common.opt:2019
14715 msgid "Support synchronous non-call exceptions."
14716 msgstr ""
14717
14718 #: common.opt:2023
14719 msgid "-foffload=<targets>=<options> Specify offloading targets and options for them."
14720 msgstr ""
14721
14722 #: common.opt:2027
14723 msgid "-foffload-abi=[lp64|ilp32] Set the ABI to use in an offload compiler."
14724 msgstr ""
14725
14726 #: common.opt:2040
14727 msgid "When possible do not generate stack frames."
14728 msgstr ""
14729
14730 #: common.opt:2044
14731 msgid "Enable all optimization info dumps on stderr."
14732 msgstr ""
14733
14734 #: common.opt:2048
14735 msgid "-fopt-info[-<type>=filename]\tDump compiler optimization details."
14736 msgstr ""
14737
14738 #: common.opt:2052
14739 msgid "Write a SRCFILE.opt-record.json file detailing what optimizations were performed."
14740 msgstr ""
14741
14742 #: common.opt:2060
14743 msgid "Optimize sibling and tail recursive calls."
14744 msgstr ""
14745
14746 #: common.opt:2064
14747 msgid "Perform partial inlining."
14748 msgstr ""
14749
14750 #: common.opt:2068 common.opt:2072
14751 msgid "Report on memory allocation before interprocedural optimization."
14752 msgstr ""
14753
14754 #: common.opt:2076
14755 msgid "Pack structure members together without holes."
14756 msgstr ""
14757
14758 #: common.opt:2080
14759 msgid "-fpack-struct=<number>\tSet initial maximum structure member alignment."
14760 msgstr ""
14761
14762 #: common.opt:2084
14763 msgid "Return small aggregates in memory, not registers."
14764 msgstr ""
14765
14766 #: common.opt:2088
14767 msgid "Perform loop peeling."
14768 msgstr ""
14769
14770 #: common.opt:2092
14771 msgid "Enable machine specific peephole optimizations."
14772 msgstr ""
14773
14774 #: common.opt:2096
14775 msgid "Enable an RTL peephole pass before sched2."
14776 msgstr ""
14777
14778 #: common.opt:2100
14779 msgid "Generate position-independent code if possible (large mode)."
14780 msgstr ""
14781
14782 #: common.opt:2104
14783 msgid "Generate position-independent code for executables if possible (large mode)."
14784 msgstr ""
14785
14786 #: common.opt:2108
14787 msgid "Generate position-independent code if possible (small mode)."
14788 msgstr "Створити виконуваний файл з незалежним позиціюванням, якщо можливо (малий режим)"
14789
14790 #: common.opt:2112
14791 msgid "Generate position-independent code for executables if possible (small mode)."
14792 msgstr ""
14793
14794 #: common.opt:2116
14795 msgid "Use PLT for PIC calls (-fno-plt: load the address from GOT at call site)."
14796 msgstr ""
14797
14798 #: common.opt:2120
14799 msgid "Specify a plugin to load."
14800 msgstr ""
14801
14802 #: common.opt:2124
14803 msgid "-fplugin-arg-<name>-<key>[=<value>]\tSpecify argument <key>=<value> for plugin <name>."
14804 msgstr ""
14805
14806 #: common.opt:2128
14807 msgid "Run predictive commoning optimization."
14808 msgstr ""
14809
14810 #: common.opt:2132
14811 msgid "Generate prefetch instructions, if available, for arrays in loops."
14812 msgstr ""
14813
14814 #: common.opt:2136
14815 msgid "Enable basic program profiling code."
14816 msgstr ""
14817
14818 #: common.opt:2140
14819 msgid "Generate absolute source path names for gcov."
14820 msgstr ""
14821
14822 #: common.opt:2144
14823 msgid "Insert arc-based program profiling code."
14824 msgstr ""
14825
14826 #: common.opt:2148
14827 msgid "Set the top-level directory for storing the profile data. The default is 'pwd'."
14828 msgstr ""
14829
14830 #: common.opt:2153
14831 msgid "Select the name for storing the profile note file."
14832 msgstr ""
14833
14834 #: common.opt:2157
14835 msgid "Enable correction of flow inconsistent profile data input."
14836 msgstr ""
14837
14838 #: common.opt:2161
14839 msgid "-fprofile-update=[single|atomic|prefer-atomic]\tSet the profile update method."
14840 msgstr ""
14841
14842 #: common.opt:2165
14843 msgid "Instrument only functions from files where names match any regular expression (separated by a semi-colon)."
14844 msgstr ""
14845
14846 #: common.opt:2169
14847 msgid "Instrument only functions from files where names do not match all the regular expressions (separated by a semi-colon)."
14848 msgstr ""
14849
14850 #: common.opt:2185
14851 msgid "Enable common options for generating profile info for profile feedback directed optimizations."
14852 msgstr ""
14853
14854 #: common.opt:2189
14855 msgid "Enable common options for generating profile info for profile feedback directed optimizations, and set -fprofile-dir=."
14856 msgstr ""
14857
14858 #: common.opt:2193
14859 msgid "Do not assume that functions never executed during the train run are cold."
14860 msgstr ""
14861
14862 #: common.opt:2197
14863 msgid "Enable common options for performing profile feedback directed optimizations."
14864 msgstr ""
14865
14866 #: common.opt:2201
14867 msgid "Enable common options for performing profile feedback directed optimizations, and set -fprofile-dir=."
14868 msgstr ""
14869
14870 #: common.opt:2205
14871 msgid "Insert code to profile values of expressions."
14872 msgstr ""
14873
14874 #: common.opt:2209
14875 msgid "Report on consistency of profile."
14876 msgstr ""
14877
14878 #: common.opt:2213
14879 msgid "Enable function reordering that improves code placement."
14880 msgstr ""
14881
14882 #: common.opt:2217
14883 msgid "Insert NOP instructions at each function entry."
14884 msgstr ""
14885
14886 #: common.opt:2224
14887 msgid "-frandom-seed=<string>\tMake compile reproducible using <string>."
14888 msgstr ""
14889
14890 #: common.opt:2234
14891 msgid "Record gcc command line switches in the object file."
14892 msgstr ""
14893
14894 #: common.opt:2238
14895 msgid "Return small aggregates in registers."
14896 msgstr ""
14897
14898 #: common.opt:2246
14899 msgid "Tell DSE that the storage for a C++ object is dead when the constructor starts and when the destructor finishes."
14900 msgstr ""
14901
14902 #: common.opt:2257
14903 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."
14904 msgstr ""
14905
14906 #: common.opt:2272
14907 msgid "Tell DCE to remove unused C++ allocations."
14908 msgstr ""
14909
14910 #: common.opt:2276
14911 msgid "Relief of register pressure through live range shrinkage."
14912 msgstr ""
14913
14914 #: common.opt:2280
14915 msgid "Perform a register renaming optimization pass."
14916 msgstr ""
14917
14918 #: common.opt:2284
14919 msgid "Perform a target dependent instruction fusion optimization pass."
14920 msgstr ""
14921
14922 #: common.opt:2288
14923 msgid "Reorder basic blocks to improve code placement."
14924 msgstr ""
14925
14926 #: common.opt:2292
14927 msgid "-freorder-blocks-algorithm=[simple|stc]\tSet the used basic block reordering algorithm."
14928 msgstr ""
14929
14930 #: common.opt:2305
14931 msgid "Reorder basic blocks and partition into hot and cold sections."
14932 msgstr ""
14933
14934 #: common.opt:2309
14935 msgid "Reorder functions to improve code placement."
14936 msgstr ""
14937
14938 #: common.opt:2313
14939 msgid "Add a common subexpression elimination pass after loop optimizations."
14940 msgstr ""
14941
14942 #: common.opt:2321
14943 msgid "Disable optimizations that assume default FP rounding behavior."
14944 msgstr ""
14945
14946 #: common.opt:2325
14947 msgid "Enable scheduling across basic blocks."
14948 msgstr ""
14949
14950 #: common.opt:2329
14951 msgid "Enable register pressure sensitive insn scheduling."
14952 msgstr ""
14953
14954 #: common.opt:2333
14955 msgid "Allow speculative motion of non-loads."
14956 msgstr ""
14957
14958 #: common.opt:2337
14959 msgid "Allow speculative motion of some loads."
14960 msgstr ""
14961
14962 #: common.opt:2341
14963 msgid "Allow speculative motion of more loads."
14964 msgstr ""
14965
14966 #: common.opt:2345
14967 msgid "-fsched-verbose=<number>\tSet the verbosity level of the scheduler."
14968 msgstr ""
14969
14970 #: common.opt:2349
14971 msgid "If scheduling post reload, do superblock scheduling."
14972 msgstr ""
14973
14974 #: common.opt:2357
14975 msgid "Reschedule instructions before register allocation."
14976 msgstr ""
14977
14978 #: common.opt:2361
14979 msgid "Reschedule instructions after register allocation."
14980 msgstr ""
14981
14982 #: common.opt:2368
14983 msgid "Schedule instructions using selective scheduling algorithm."
14984 msgstr ""
14985
14986 #: common.opt:2372
14987 msgid "Run selective scheduling after reload."
14988 msgstr ""
14989
14990 #: common.opt:2376
14991 msgid "Run self-tests, using the given path to locate test files."
14992 msgstr ""
14993
14994 #: common.opt:2380
14995 msgid "Perform software pipelining of inner loops during selective scheduling."
14996 msgstr ""
14997
14998 #: common.opt:2384
14999 msgid "Perform software pipelining of outer loops during selective scheduling."
15000 msgstr ""
15001
15002 #: common.opt:2388
15003 msgid "Reschedule pipelined regions without pipelining."
15004 msgstr ""
15005
15006 #: common.opt:2392
15007 msgid "Allow interposing function (or variables) by ones with different semantics (or initializer) respectively by dynamic linker."
15008 msgstr ""
15009
15010 #: common.opt:2398
15011 msgid "Allow premature scheduling of queued insns."
15012 msgstr ""
15013
15014 #: common.opt:2402
15015 msgid "-fsched-stalled-insns=<number>\tSet number of queued insns that can be prematurely scheduled."
15016 msgstr ""
15017
15018 #: common.opt:2410
15019 msgid "Set dependence distance checking in premature scheduling of queued insns."
15020 msgstr ""
15021
15022 #: common.opt:2414
15023 msgid "-fsched-stalled-insns-dep=<number>\tSet dependence distance checking in premature scheduling of queued insns."
15024 msgstr ""
15025
15026 #: common.opt:2418
15027 msgid "Enable the group heuristic in the scheduler."
15028 msgstr ""
15029
15030 #: common.opt:2422
15031 msgid "Enable the critical path heuristic in the scheduler."
15032 msgstr ""
15033
15034 #: common.opt:2426
15035 msgid "Enable the speculative instruction heuristic in the scheduler."
15036 msgstr ""
15037
15038 #: common.opt:2430
15039 msgid "Enable the rank heuristic in the scheduler."
15040 msgstr ""
15041
15042 #: common.opt:2434
15043 msgid "Enable the last instruction heuristic in the scheduler."
15044 msgstr ""
15045
15046 #: common.opt:2438
15047 msgid "Enable the dependent count heuristic in the scheduler."
15048 msgstr ""
15049
15050 #: common.opt:2442
15051 msgid "Access data in the same section from shared anchor points."
15052 msgstr ""
15053
15054 #: common.opt:2454
15055 msgid "Turn on Redundant Extensions Elimination pass."
15056 msgstr ""
15057
15058 #: common.opt:2458
15059 msgid "Show column numbers in diagnostics, when available. Default on."
15060 msgstr ""
15061
15062 #: common.opt:2462
15063 msgid "Emit function prologues only before parts of the function that need it, rather than at the top of the function."
15064 msgstr ""
15065
15066 #: common.opt:2467
15067 msgid "Shrink-wrap parts of the prologue and epilogue separately."
15068 msgstr ""
15069
15070 #: common.opt:2471
15071 msgid "Disable optimizations observable by IEEE signaling NaNs."
15072 msgstr ""
15073
15074 #: common.opt:2475
15075 msgid "Disable floating point optimizations that ignore the IEEE signedness of zero."
15076 msgstr ""
15077
15078 #: common.opt:2479
15079 msgid "Convert floating point constants to single precision constants."
15080 msgstr ""
15081
15082 #: common.opt:2483
15083 msgid "Split lifetimes of induction variables when loops are unrolled."
15084 msgstr ""
15085
15086 #: common.opt:2487
15087 msgid "Generate discontiguous stack frames."
15088 msgstr ""
15089
15090 #: common.opt:2491
15091 msgid "Split wide types into independent registers."
15092 msgstr ""
15093
15094 #: common.opt:2495
15095 msgid "Split wide types into independent registers earlier."
15096 msgstr ""
15097
15098 #: common.opt:2499
15099 msgid "Enable backward propagation of use properties at the SSA level."
15100 msgstr ""
15101
15102 #: common.opt:2503
15103 msgid "Optimize conditional patterns using SSA PHI nodes."
15104 msgstr ""
15105
15106 #: common.opt:2507
15107 msgid "Optimize amount of stdarg registers saved to stack at start of function."
15108 msgstr ""
15109
15110 #: common.opt:2511
15111 msgid "Apply variable expansion when loops are unrolled."
15112 msgstr ""
15113
15114 #: common.opt:2515
15115 msgid "-fstack-check=[no|generic|specific]\tInsert stack checking code into the program."
15116 msgstr ""
15117
15118 #: common.opt:2519
15119 msgid "Insert stack checking code into the program. Same as -fstack-check=specific."
15120 msgstr ""
15121
15122 #: common.opt:2523
15123 msgid "Insert code to probe each page of stack space as it is allocated to protect from stack-clash style attacks."
15124 msgstr ""
15125
15126 #: common.opt:2531
15127 msgid "-fstack-limit-register=<register>\tTrap if the stack goes past <register>."
15128 msgstr ""
15129
15130 #: common.opt:2535
15131 msgid "-fstack-limit-symbol=<name>\tTrap if the stack goes past symbol <name>."
15132 msgstr ""
15133
15134 #: common.opt:2539
15135 msgid "Use propolice as a stack protection method."
15136 msgstr ""
15137
15138 #: common.opt:2543
15139 msgid "Use a stack protection method for every function."
15140 msgstr ""
15141
15142 #: common.opt:2547
15143 msgid "Use a smart stack protection method for certain functions."
15144 msgstr ""
15145
15146 #: common.opt:2551
15147 msgid "Use stack protection method only for functions with the stack_protect attribute."
15148 msgstr ""
15149
15150 #: common.opt:2555
15151 msgid "Output stack usage information on a per-function basis."
15152 msgstr ""
15153
15154 #: common.opt:2567
15155 msgid "Assume strict aliasing rules apply."
15156 msgstr ""
15157
15158 #: common.opt:2571
15159 msgid "Treat signed overflow as undefined. Negated as -fwrapv -fwrapv-pointer."
15160 msgstr ""
15161
15162 #: common.opt:2575
15163 msgid "Implement __atomic operations via libcalls to legacy __sync functions."
15164 msgstr ""
15165
15166 #: common.opt:2579
15167 msgid "Check for syntax errors, then stop."
15168 msgstr ""
15169
15170 #: common.opt:2583
15171 msgid "Create data files needed by \"gcov\"."
15172 msgstr ""
15173
15174 #: common.opt:2587
15175 msgid "Perform jump threading optimizations."
15176 msgstr ""
15177
15178 #: common.opt:2591
15179 msgid "Report the time taken by each compiler pass."
15180 msgstr ""
15181
15182 #: common.opt:2595
15183 msgid "Record times taken by sub-phases separately."
15184 msgstr ""
15185
15186 #: common.opt:2599
15187 msgid "-ftls-model=[global-dynamic|local-dynamic|initial-exec|local-exec]\tSet the default thread-local storage code generation model."
15188 msgstr ""
15189
15190 #: common.opt:2618
15191 msgid "Reorder top level functions, variables, and asms."
15192 msgstr ""
15193
15194 #: common.opt:2622
15195 msgid "Perform superblock formation via tail duplication."
15196 msgstr ""
15197
15198 #: common.opt:2626
15199 msgid "For targets that normally need trampolines for nested functions, always generate them instead of using descriptors."
15200 msgstr ""
15201
15202 #: common.opt:2634
15203 msgid "Assume floating-point operations can trap."
15204 msgstr ""
15205
15206 #: common.opt:2638
15207 msgid "Trap for signed overflow in addition, subtraction and multiplication."
15208 msgstr ""
15209
15210 #: common.opt:2642
15211 msgid "Enable SSA-CCP optimization on trees."
15212 msgstr ""
15213
15214 #: common.opt:2646
15215 msgid "Enable SSA-BIT-CCP optimization on trees."
15216 msgstr ""
15217
15218 #: common.opt:2654
15219 msgid "Enable loop header copying on trees."
15220 msgstr ""
15221
15222 #: common.opt:2662
15223 msgid "Enable SSA coalescing of user variables."
15224 msgstr ""
15225
15226 #: common.opt:2670
15227 msgid "Enable copy propagation on trees."
15228 msgstr ""
15229
15230 #: common.opt:2678
15231 msgid "Transform condition stores into unconditional ones."
15232 msgstr ""
15233
15234 #: common.opt:2682
15235 msgid "Perform conversions of switch initializations."
15236 msgstr ""
15237
15238 #: common.opt:2686
15239 msgid "Enable SSA dead code elimination optimization on trees."
15240 msgstr ""
15241
15242 #: common.opt:2690
15243 msgid "Enable dominator optimizations."
15244 msgstr ""
15245
15246 #: common.opt:2694
15247 msgid "Enable tail merging on trees."
15248 msgstr ""
15249
15250 #: common.opt:2698
15251 msgid "Enable dead store elimination."
15252 msgstr ""
15253
15254 #: common.opt:2702
15255 msgid "Enable forward propagation on trees."
15256 msgstr ""
15257
15258 #: common.opt:2706
15259 msgid "Enable Full Redundancy Elimination (FRE) on trees."
15260 msgstr ""
15261
15262 #: common.opt:2710
15263 msgid "Enable string length optimizations on trees."
15264 msgstr ""
15265
15266 #: common.opt:2714
15267 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."
15268 msgstr ""
15269
15270 #: common.opt:2720
15271 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."
15272 msgstr ""
15273
15274 #: common.opt:2727
15275 msgid "Enable loop distribution on trees."
15276 msgstr ""
15277
15278 #: common.opt:2731
15279 msgid "Enable loop distribution for patterns transformed into a library call."
15280 msgstr ""
15281
15282 #: common.opt:2735
15283 msgid "Enable loop invariant motion on trees."
15284 msgstr ""
15285
15286 #: common.opt:2743
15287 msgid "Create canonical induction variables in loops."
15288 msgstr ""
15289
15290 #: common.opt:2747
15291 msgid "Enable loop optimizations on tree level."
15292 msgstr ""
15293
15294 #: common.opt:2751
15295 msgid "-ftree-parallelize-loops=<number>\tEnable automatic parallelization of loops."
15296 msgstr ""
15297
15298 #: common.opt:2755
15299 msgid "Enable hoisting loads from conditional pointers."
15300 msgstr ""
15301
15302 #: common.opt:2759
15303 msgid "Enable SSA-PRE optimization on trees."
15304 msgstr ""
15305
15306 #: common.opt:2763
15307 msgid "In SSA-PRE optimization on trees, enable partial-partial redundancy elimination."
15308 msgstr ""
15309
15310 #: common.opt:2767
15311 msgid "Perform function-local points-to analysis on trees."
15312 msgstr ""
15313
15314 #: common.opt:2771
15315 msgid "Enable reassociation on tree level."
15316 msgstr ""
15317
15318 #: common.opt:2779
15319 msgid "Enable SSA code sinking on trees."
15320 msgstr ""
15321
15322 #: common.opt:2783
15323 msgid "Perform straight-line strength reduction."
15324 msgstr ""
15325
15326 #: common.opt:2787
15327 msgid "Perform scalar replacement of aggregates."
15328 msgstr ""
15329
15330 #: common.opt:2791
15331 msgid "Replace temporary expressions in the SSA->normal pass."
15332 msgstr ""
15333
15334 #: common.opt:2795
15335 msgid "Perform live range splitting during the SSA->normal pass."
15336 msgstr ""
15337
15338 #: common.opt:2799
15339 msgid "Perform Value Range Propagation on trees."
15340 msgstr ""
15341
15342 #: common.opt:2803
15343 msgid "Split paths leading to loop backedges."
15344 msgstr ""
15345
15346 #: common.opt:2807
15347 msgid "Assume common declarations may be overridden with ones with a larger trailing array."
15348 msgstr ""
15349
15350 #: common.opt:2812
15351 msgid "Compile whole compilation unit at a time."
15352 msgstr ""
15353
15354 #: common.opt:2816
15355 msgid "Perform loop unrolling when iteration count is known."
15356 msgstr ""
15357
15358 #: common.opt:2820
15359 msgid "Perform loop unrolling for all loops."
15360 msgstr ""
15361
15362 #: common.opt:2831
15363 msgid "Allow optimization for floating-point arithmetic which may change the result of the operation due to rounding."
15364 msgstr ""
15365
15366 #: common.opt:2836
15367 msgid "Same as -fassociative-math for expressions which include division."
15368 msgstr ""
15369
15370 #: common.opt:2844
15371 msgid "Allow math optimizations that may violate IEEE or ISO standards."
15372 msgstr ""
15373
15374 #: common.opt:2848
15375 msgid "Perform loop unswitching."
15376 msgstr ""
15377
15378 #: common.opt:2852
15379 msgid "Perform loop splitting."
15380 msgstr ""
15381
15382 #: common.opt:2856
15383 msgid "Version loops based on whether indices have a stride of one."
15384 msgstr ""
15385
15386 #: common.opt:2860
15387 msgid "Just generate unwind tables for exception handling."
15388 msgstr ""
15389
15390 #: common.opt:2864
15391 msgid "Use the bfd linker instead of the default linker."
15392 msgstr ""
15393
15394 #: common.opt:2868
15395 msgid "Use the gold linker instead of the default linker."
15396 msgstr ""
15397
15398 #: common.opt:2872
15399 msgid "Use the lld LLVM linker instead of the default linker."
15400 msgstr ""
15401
15402 #: common.opt:2884
15403 msgid "Perform variable tracking."
15404 msgstr ""
15405
15406 #: common.opt:2892
15407 msgid "Perform variable tracking by annotating assignments."
15408 msgstr ""
15409
15410 #: common.opt:2898
15411 msgid "Toggle -fvar-tracking-assignments."
15412 msgstr ""
15413
15414 #: common.opt:2906
15415 msgid "Perform variable tracking and also tag variables that are uninitialized."
15416 msgstr ""
15417
15418 #: common.opt:2911
15419 msgid "Enable vectorization on trees."
15420 msgstr ""
15421
15422 #: common.opt:2919
15423 msgid "Enable loop vectorization on trees."
15424 msgstr ""
15425
15426 #: common.opt:2923
15427 msgid "Enable basic block vectorization (SLP) on trees."
15428 msgstr ""
15429
15430 #: common.opt:2927
15431 msgid "-fvect-cost-model=[unlimited|dynamic|cheap]\tSpecifies the cost model for vectorization."
15432 msgstr ""
15433
15434 #: common.opt:2931
15435 msgid "-fsimd-cost-model=[unlimited|dynamic|cheap]\tSpecifies the vectorization cost model for code marked with a simd directive."
15436 msgstr ""
15437
15438 #: common.opt:2947
15439 msgid "Enables the dynamic vectorizer cost model. Preserved for backward compatibility."
15440 msgstr ""
15441
15442 #: common.opt:2955
15443 msgid "Enable copy propagation of scalar-evolution information."
15444 msgstr ""
15445
15446 #: common.opt:2965
15447 msgid "Add extra commentary to assembler output."
15448 msgstr ""
15449
15450 #: common.opt:2969
15451 msgid "-fvisibility=[default|internal|hidden|protected]\tSet the default symbol visibility."
15452 msgstr ""
15453
15454 #: common.opt:2988
15455 msgid "Validate vtable pointers before using them."
15456 msgstr ""
15457
15458 #: common.opt:3004
15459 msgid "Output vtable verification counters."
15460 msgstr ""
15461
15462 #: common.opt:3008
15463 msgid "Output vtable verification pointer sets information."
15464 msgstr ""
15465
15466 #: common.opt:3012
15467 msgid "Use expression value profiles in optimizations."
15468 msgstr ""
15469
15470 #: common.opt:3016
15471 msgid "Construct webs and split unrelated uses of single variable."
15472 msgstr ""
15473
15474 #: common.opt:3020
15475 msgid "Enable conditional dead code elimination for builtin calls."
15476 msgstr ""
15477
15478 #: common.opt:3024
15479 msgid "Perform whole program optimizations."
15480 msgstr ""
15481
15482 #: common.opt:3028
15483 msgid "Assume pointer overflow wraps around."
15484 msgstr ""
15485
15486 #: common.opt:3032
15487 msgid "Assume signed arithmetic overflow wraps around."
15488 msgstr ""
15489
15490 #: common.opt:3036
15491 msgid "Put zero initialized data in the bss section."
15492 msgstr "Розташувати ініціалізовані нулями дані у розділі bss."
15493
15494 #: common.opt:3040
15495 msgid "Generate debug information in default format."
15496 msgstr "Створити діагностичні дані у типовому форматі."
15497
15498 #: common.opt:3044
15499 msgid "Assume assembler support for (DWARF2+) .loc directives."
15500 msgstr ""
15501
15502 #: common.opt:3048
15503 msgid "Assume assembler support for view in (DWARF2+) .loc directives."
15504 msgstr ""
15505
15506 #: common.opt:3068
15507 msgid "Record DW_AT_decl_column and DW_AT_call_column in DWARF."
15508 msgstr ""
15509
15510 #: common.opt:3072
15511 msgid "Generate debug information in default version of DWARF format."
15512 msgstr ""
15513
15514 #: common.opt:3076
15515 msgid "Generate debug information in DWARF v2 (or later) format."
15516 msgstr ""
15517
15518 #: common.opt:3080
15519 msgid "Generate debug information in default extended format."
15520 msgstr ""
15521
15522 #: common.opt:3084
15523 msgid "Generate extended entry point information for inlined functions."
15524 msgstr ""
15525
15526 #: common.opt:3088
15527 msgid "Compute locview reset points based on insn length estimates."
15528 msgstr ""
15529
15530 #: common.opt:3096
15531 msgid "Don't generate DWARF pubnames and pubtypes sections."
15532 msgstr ""
15533
15534 #: common.opt:3100
15535 msgid "Generate DWARF pubnames and pubtypes sections."
15536 msgstr ""
15537
15538 #: common.opt:3104
15539 msgid "Generate DWARF pubnames and pubtypes sections with GNU extensions."
15540 msgstr ""
15541
15542 #: common.opt:3108
15543 msgid "Record gcc command line switches in DWARF DW_AT_producer."
15544 msgstr ""
15545
15546 #: common.opt:3112
15547 msgid "Generate debug information in separate .dwo files."
15548 msgstr ""
15549
15550 #: common.opt:3116
15551 msgid "Generate debug information in STABS format."
15552 msgstr ""
15553
15554 #: common.opt:3120
15555 msgid "Generate debug information in extended STABS format."
15556 msgstr ""
15557
15558 #: common.opt:3124
15559 msgid "Emit progressive recommended breakpoint locations."
15560 msgstr ""
15561
15562 #: common.opt:3128
15563 msgid "Don't emit DWARF additions beyond selected version."
15564 msgstr ""
15565
15566 #: common.opt:3132
15567 msgid "Add description attributes to some DWARF DIEs that have no name attribute."
15568 msgstr ""
15569
15570 #: common.opt:3136
15571 msgid "Toggle debug information generation."
15572 msgstr ""
15573
15574 #: common.opt:3140
15575 msgid "Augment variable location lists with progressive views."
15576 msgstr ""
15577
15578 #: common.opt:3147
15579 msgid "Generate debug information in VMS format."
15580 msgstr ""
15581
15582 #: common.opt:3151
15583 msgid "Generate debug information in XCOFF format."
15584 msgstr ""
15585
15586 #: common.opt:3155
15587 msgid "Generate debug information in extended XCOFF format."
15588 msgstr ""
15589
15590 #: common.opt:3173
15591 msgid "Generate compressed debug sections."
15592 msgstr ""
15593
15594 #: common.opt:3177
15595 msgid "-gz=<format>\tGenerate compressed debug sections in format <format>."
15596 msgstr ""
15597
15598 #: common.opt:3184
15599 msgid "-iplugindir=<dir>\tSet <dir> to be the default plugin directory."
15600 msgstr ""
15601
15602 #: common.opt:3188
15603 msgid "-imultiarch <dir>\tSet <dir> to be the multiarch include subdirectory."
15604 msgstr ""
15605
15606 #: common.opt:3213
15607 msgid "-o <file>\tPlace output into <file>."
15608 msgstr ""
15609
15610 #: common.opt:3217
15611 msgid "Enable function profiling."
15612 msgstr ""
15613
15614 #: common.opt:3227
15615 msgid "Like -pedantic but issue them as errors."
15616 msgstr ""
15617
15618 #: common.opt:3267
15619 msgid "Do not display functions compiled or elapsed time."
15620 msgstr ""
15621
15622 #: common.opt:3299
15623 msgid "Enable verbose output."
15624 msgstr "Увімкнути докладне виведення."
15625
15626 #: common.opt:3303
15627 msgid "Display the compiler's version."
15628 msgstr ""
15629
15630 #: common.opt:3307
15631 msgid "Suppress warnings."
15632 msgstr "Придушити попередження."
15633
15634 #: common.opt:3317
15635 msgid "Create a shared library."
15636 msgstr "Створити бібліотеку спільного використання."
15637
15638 #: common.opt:3362
15639 msgid "Don't create a dynamically linked position independent executable."
15640 msgstr "Не створювати динамічно скомпонований виконуваний файл з незалежним позиціюванням."
15641
15642 #: common.opt:3366
15643 msgid "Create a dynamically linked position independent executable."
15644 msgstr "Створити динамічно скомпонований виконуваний файл з незалежним позиціюванням."
15645
15646 #: common.opt:3370
15647 msgid "Create a static position independent executable."
15648 msgstr "Створити статичний виконуваний файл з незалежним позиціюванням."
15649
15650 #: common.opt:3377
15651 msgid "Use caller save register across calls if possible."
15652 msgstr ""
15653
15654 #: params.opt:27
15655 msgid "Loops iterating at least selected number of iterations will get loop alignment."
15656 msgstr ""
15657
15658 #: params.opt:31
15659 msgid "Select fraction of the maximal frequency of executions of basic block in function given basic block get alignment."
15660 msgstr ""
15661
15662 #: params.opt:35
15663 msgid "Enable asan globals protection."
15664 msgstr ""
15665
15666 #: params.opt:39
15667 msgid "Enable asan allocas/VLAs protection."
15668 msgstr ""
15669
15670 #: params.opt:43
15671 msgid "Enable asan load operations protection."
15672 msgstr ""
15673
15674 #: params.opt:47
15675 msgid "Enable asan store operations protection."
15676 msgstr ""
15677
15678 #: params.opt:51
15679 msgid "Use callbacks instead of inline code if number of accesses in function becomes greater or equal to this number."
15680 msgstr ""
15681
15682 #: params.opt:55
15683 msgid "Enable asan builtin functions protection."
15684 msgstr ""
15685
15686 #: params.opt:59
15687 msgid "Enable asan stack protection."
15688 msgstr ""
15689
15690 #: params.opt:63
15691 msgid "Enable asan detection of use-after-return bugs."
15692 msgstr ""
15693
15694 #: params.opt:67
15695 msgid "Average number of iterations of a loop."
15696 msgstr ""
15697
15698 #: params.opt:71
15699 msgid "Maximum number of bits for which we avoid creating FMAs."
15700 msgstr ""
15701
15702 #: params.opt:75
15703 #, c-format
15704 msgid "Set the estimated probability in percentage for builtin expect. The default value is 90% probability."
15705 msgstr ""
15706
15707 #: params.opt:79
15708 msgid "The maximum length of a constant string for a builtin string cmp call eligible for inlining. The default value is 3."
15709 msgstr ""
15710
15711 #: params.opt:83
15712 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."
15713 msgstr ""
15714
15715 #: params.opt:87
15716 msgid "Probability that COMDAT function will be shared with different compilation unit."
15717 msgstr ""
15718
15719 #: params.opt:91
15720 msgid "Maximum number of namespaces to search for alternatives when name lookup fails."
15721 msgstr ""
15722
15723 #: params.opt:95
15724 msgid "Maximum number of queries into the alias oracle per store."
15725 msgstr ""
15726
15727 #: params.opt:99
15728 msgid "Maximum size (in bytes) of objects tracked bytewise by dead store elimination."
15729 msgstr ""
15730
15731 #: params.opt:103
15732 msgid "Maximal estimated growth of function body caused by early inlining of single call."
15733 msgstr ""
15734
15735 #: params.opt:107
15736 msgid "Maximum number of arguments a PHI may have before the FSM threader will not try to thread through its block."
15737 msgstr ""
15738
15739 #: params.opt:111
15740 msgid "Scale factor to apply to the number of blocks in a threading path when comparing to the number of (scaled) statements."
15741 msgstr ""
15742
15743 #: params.opt:115
15744 msgid "Scale factor to apply to the number of statements in a threading path when comparing to the number of (scaled) blocks."
15745 msgstr ""
15746
15747 #: params.opt:119
15748 msgid "The threshold ratio of critical edges execution count that permit performing redundancy elimination after reload."
15749 msgstr ""
15750
15751 #: params.opt:123
15752 msgid "The threshold ratio for performing partial redundancy elimination after reload."
15753 msgstr ""
15754
15755 #: params.opt:127
15756 msgid "Scaling factor in calculation of maximum distance an expression can be moved by GCSE optimizations."
15757 msgstr ""
15758
15759 #: params.opt:131
15760 msgid "Cost at which GCSE optimizations will not constraint the distance an expression can travel."
15761 msgstr ""
15762
15763 #: params.opt:135
15764 msgid "Minimum heap expansion to trigger garbage collection, as a percentage of the total size of the heap."
15765 msgstr ""
15766
15767 #: params.opt:139
15768 msgid "Minimum heap size before we start collecting garbage, in kilobytes."
15769 msgstr ""
15770
15771 #: params.opt:143
15772 msgid "The number of executions of a basic block which is considered hot. The parameter is used only in GIMPLE FE."
15773 msgstr ""
15774
15775 #: params.opt:147
15776 msgid "Whether codegen errors should be ICEs when -fchecking."
15777 msgstr ""
15778
15779 #: params.opt:151
15780 msgid "Maximum number of arrays per SCoP."
15781 msgstr ""
15782
15783 #: params.opt:155
15784 msgid "Maximum number of parameters in a SCoP."
15785 msgstr ""
15786
15787 #: params.opt:159
15788 msgid "The number of elements for which hash table verification is done for each searched element."
15789 msgstr ""
15790
15791 #: params.opt:163
15792 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)."
15793 msgstr ""
15794
15795 #: params.opt:167
15796 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)."
15797 msgstr ""
15798
15799 #: params.opt:171
15800 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."
15801 msgstr ""
15802
15803 #: params.opt:175
15804 msgid "Level of hsa debug stores verbosity."
15805 msgstr ""
15806
15807 #: params.opt:179
15808 msgid "The scale (in percents) applied to inline-insns-single and auto limits when heuristics hints that inlining is very profitable."
15809 msgstr ""
15810
15811 #: params.opt:183
15812 msgid "The minimal estimated speedup allowing inliner to ignore inline-insns-single and inline-insns-auto."
15813 msgstr ""
15814
15815 #: params.opt:187
15816 msgid "How much can given compilation unit grow because of the inlining (in percent)."
15817 msgstr ""
15818
15819 #: params.opt:191
15820 msgid "The upper bound for sharing integer constants."
15821 msgstr ""
15822
15823 #: params.opt:195
15824 msgid "Threshold ipa-cp opportunity evaluation that is still considered beneficial to clone."
15825 msgstr ""
15826
15827 #: params.opt:199
15828 msgid "Compile-time bonus IPA-CP assigns to candidates which make loop bounds or strides known."
15829 msgstr ""
15830
15831 #: params.opt:203
15832 msgid "Maximum depth of recursive cloning for self-recursive function."
15833 msgstr ""
15834
15835 #: params.opt:207
15836 msgid "Recursive cloning only when the probability of call being executed exceeds the parameter."
15837 msgstr ""
15838
15839 #: params.opt:211
15840 msgid "Percentage penalty the recursive functions will receive when they are evaluated for cloning."
15841 msgstr ""
15842
15843 #: params.opt:215
15844 msgid "Percentage penalty functions containing a single call to another function will receive when they are evaluated for cloning."
15845 msgstr ""
15846
15847 #: params.opt:219
15848 msgid "How much can given compilation unit grow because of the interprocedural constant propagation (in percent)."
15849 msgstr ""
15850
15851 #: params.opt:223
15852 msgid "Maximum size of a list of values associated with each parameter for interprocedural constant propagation."
15853 msgstr ""
15854
15855 #: params.opt:227
15856 msgid "Maximum number of statements that will be visited by IPA formal parameter analysis based on alias analysis in any given function."
15857 msgstr ""
15858
15859 #: params.opt:231
15860 msgid "Maximum number of aggregate content items for a parameter in jump functions and lattices."
15861 msgstr ""
15862
15863 #: params.opt:235
15864 msgid "Maximum number of operations in a parameter expression that can be handled by IPA analysis."
15865 msgstr ""
15866
15867 #: params.opt:239
15868 msgid "Maximal number of boundary endpoints of case ranges of switch statement used during IPA functoin summary generation."
15869 msgstr ""
15870
15871 #: params.opt:243
15872 msgid "Maximum pieces that IPA-SRA tracks per formal parameter, as a consequence, also the maximum number of replacements of a formal parameter."
15873 msgstr ""
15874
15875 #: params.opt:247
15876 msgid "Maximum allowed growth of number and total size of new parameters that ipa-sra replaces a pointer to an aggregate with."
15877 msgstr ""
15878
15879 #: params.opt:251
15880 msgid "The number of registers in each class kept unused by loop invariant motion."
15881 msgstr ""
15882
15883 #: params.opt:255
15884 msgid "Max size of conflict table in MB."
15885 msgstr ""
15886
15887 #: params.opt:259
15888 msgid "Max loops number for regional RA."
15889 msgstr ""
15890
15891 #: params.opt:263
15892 msgid "If number of candidates in the set is smaller, we always try to remove unused ivs during its optimization."
15893 msgstr ""
15894
15895 #: params.opt:267
15896 msgid "Bound on number of candidates below that all candidates are considered in iv optimizations."
15897 msgstr ""
15898
15899 #: params.opt:271
15900 msgid "Bound on number of iv uses in loop optimized in iv optimizations."
15901 msgstr ""
15902
15903 #: params.opt:275
15904 msgid "The maximum code size growth ratio when expanding into a jump table (in percent). The parameter is used when optimizing for size."
15905 msgstr ""
15906
15907 #: params.opt:279
15908 msgid "The maximum code size growth ratio when expanding into a jump table (in percent). The parameter is used when optimizing for speed."
15909 msgstr ""
15910
15911 #: params.opt:283
15912 msgid "The size of L1 cache line."
15913 msgstr ""
15914
15915 #: params.opt:287
15916 msgid "The size of L1 cache."
15917 msgstr ""
15918
15919 #: params.opt:291
15920 msgid "The size of L2 cache."
15921 msgstr ""
15922
15923 #: params.opt:295
15924 msgid "Maximal growth due to inlining of large function (in percent)."
15925 msgstr ""
15926
15927 #: params.opt:299
15928 msgid "The size of function body to be considered large."
15929 msgstr ""
15930
15931 #: params.opt:303
15932 msgid "The size of stack frame to be considered large."
15933 msgstr ""
15934
15935 #: params.opt:307
15936 msgid "Maximal stack frame growth due to inlining (in percent)."
15937 msgstr ""
15938
15939 #: params.opt:311
15940 msgid "The size of translation unit to be considered large."
15941 msgstr ""
15942
15943 #: params.opt:315
15944 msgid "The minimum cost of an expensive expression in the loop invariant motion."
15945 msgstr ""
15946
15947 #: params.opt:319
15948 msgid "True if a non-short-circuit operation is optimal."
15949 msgstr ""
15950
15951 #: params.opt:323
15952 msgid "Size of tiles for loop blocking."
15953 msgstr ""
15954
15955 #: params.opt:327
15956 msgid "The maximum number of stmts in loop nest for loop interchange."
15957 msgstr ""
15958
15959 #: params.opt:331
15960 msgid "The minimum stride ratio for loop interchange to be profitable."
15961 msgstr ""
15962
15963 #: params.opt:335
15964 msgid "Max basic blocks number in loop for loop invariant motion."
15965 msgstr ""
15966
15967 #: params.opt:339
15968 msgid "Maximum number of datarefs in loop for building loop data dependencies."
15969 msgstr ""
15970
15971 #: params.opt:343
15972 msgid "The maximum number of instructions in an inner loop that is being considered for versioning."
15973 msgstr ""
15974
15975 #: params.opt:347
15976 msgid "The maximum number of instructions in an outer loop that is being considered for versioning, on top of the instructions in inner loops."
15977 msgstr ""
15978
15979 #: params.opt:351
15980 msgid "Minimal fall-through edge probability in percentage used to add BB to inheritance EBB in LRA."
15981 msgstr ""
15982
15983 #: params.opt:355
15984 msgid "The max number of reload pseudos which are considered during spilling a non-reload pseudo."
15985 msgstr ""
15986
15987 #: params.opt:359
15988 msgid "Maximal size of a partition for LTO (in estimated instructions)."
15989 msgstr ""
15990
15991 #: params.opt:363
15992 msgid "maximal number of LTO partitions streamed in parallel."
15993 msgstr ""
15994
15995 #: params.opt:367
15996 msgid "Minimal size of a partition for LTO (in estimated instructions)."
15997 msgstr ""
15998
15999 #: params.opt:371
16000 msgid "Number of partitions the program should be split to."
16001 msgstr ""
16002
16003 #: params.opt:375
16004 msgid "The maximum number of instructions to consider to unroll in a loop on average."
16005 msgstr ""
16006
16007 #: params.opt:379
16008 msgid "The maximum number of insns combine tries to combine."
16009 msgstr ""
16010
16011 #: params.opt:383
16012 msgid "The maximum depth of a loop nest we completely peel."
16013 msgstr ""
16014
16015 #: params.opt:387
16016 msgid "The maximum number of peelings of a single loop that is peeled completely."
16017 msgstr ""
16018
16019 #: params.opt:391
16020 msgid "The maximum number of insns of a completely peeled loop."
16021 msgstr ""
16022
16023 #: params.opt:395
16024 msgid "The maximum number of incoming edges to consider for crossjumping."
16025 msgstr ""
16026
16027 #: params.opt:399
16028 msgid "The maximum instructions CSE process before flushing."
16029 msgstr ""
16030
16031 #: params.opt:403
16032 msgid "The maximum length of path considered in cse."
16033 msgstr ""
16034
16035 #: params.opt:407
16036 msgid "The maximum memory locations recorded by cselib."
16037 msgstr ""
16038
16039 #: params.opt:411
16040 msgid "Max. count of debug markers to expand or inline."
16041 msgstr ""
16042
16043 #: params.opt:415
16044 msgid "The maximum number of instructions to consider to fill a delay slot."
16045 msgstr ""
16046
16047 #: params.opt:419
16048 msgid "The maximum number of instructions to consider to find accurate live register information."
16049 msgstr ""
16050
16051 #: params.opt:423
16052 msgid "Maximum number of active local stores in RTL dead store elimination."
16053 msgstr ""
16054
16055 #: params.opt:427
16056 msgid "The maximum number of nested indirect inlining performed by early inliner."
16057 msgstr ""
16058
16059 #: params.opt:431
16060 msgid "Maximum number of fields in a structure before pointer analysis treats the structure as a single variable."
16061 msgstr ""
16062
16063 #: params.opt:435
16064 msgid "Maximum number of basic blocks on a finite state automaton jump thread path."
16065 msgstr ""
16066
16067 #: params.opt:439
16068 msgid "Maximum number of instructions to copy when duplicating blocks on a finite state automaton jump thread path."
16069 msgstr ""
16070
16071 #: params.opt:443
16072 msgid "Maximum number of new jump thread paths to create for a finite state automaton."
16073 msgstr ""
16074
16075 #: params.opt:447
16076 msgid "The maximum ratio of insertions to deletions of expressions in GCSE."
16077 msgstr ""
16078
16079 #: params.opt:451
16080 msgid "The maximum amount of memory to be allocated by GCSE."
16081 msgstr ""
16082
16083 #: params.opt:455
16084 msgid "The maximum number of insns to duplicate when unfactoring computed gotos."
16085 msgstr ""
16086
16087 #: params.opt:459
16088 msgid "The maximum expansion factor when copying basic blocks."
16089 msgstr ""
16090
16091 #: params.opt:463
16092 msgid "Maximum depth of search in the dominator tree for expressions to hoist."
16093 msgstr ""
16094
16095 #: params.opt:467
16096 msgid "The maximum number of instructions when automatically inlining."
16097 msgstr ""
16098
16099 #: params.opt:471
16100 msgid "The maximum number of instructions inline function can grow to via recursive inlining."
16101 msgstr ""
16102
16103 #: params.opt:475
16104 msgid "The maximum number of instructions non-inline function can grow to via recursive inlining."
16105 msgstr ""
16106
16107 #: params.opt:479
16108 msgid "The maximum number of instructions in a single function eligible for inlining."
16109 msgstr ""
16110
16111 #: params.opt:483
16112 msgid "The maximum number of instructions when inlining for size."
16113 msgstr ""
16114
16115 #: params.opt:487
16116 msgid "The maximum number of instructions when automatically inlining small functions."
16117 msgstr ""
16118
16119 #: params.opt:491
16120 msgid "The maximum depth of recursive inlining for inline functions."
16121 msgstr ""
16122
16123 #: params.opt:495
16124 msgid "The maximum depth of recursive inlining for non-inline functions."
16125 msgstr ""
16126
16127 #: params.opt:499
16128 msgid "Maximum number of isl operations, 0 means unlimited."
16129 msgstr ""
16130
16131 #: params.opt:503
16132 msgid "Bound on the cost of an expression to compute the number of iterations."
16133 msgstr ""
16134
16135 #: params.opt:507
16136 msgid "Bound on the number of iterations the brute force # of iterations analysis algorithm evaluates."
16137 msgstr ""
16138
16139 #: params.opt:511
16140 msgid "Maximum number of statements allowed in a block that needs to be duplicated when threading jumps."
16141 msgstr ""
16142
16143 #: params.opt:515
16144 msgid "The maximum number of RTL nodes that can be recorded as combiner's last value."
16145 msgstr ""
16146
16147 #: params.opt:519
16148 msgid "The maximum number of insns in loop header duplicated by the copy loop headers pass."
16149 msgstr ""
16150
16151 #: params.opt:523
16152 msgid "The maximum number of backtrack attempts the scheduler should make when modulo scheduling a loop."
16153 msgstr ""
16154
16155 #: params.opt:527
16156 msgid "Maximum length of partial antic set when performing tree pre optimization."
16157 msgstr ""
16158
16159 #: params.opt:531
16160 msgid "The maximum number of branches on the path through the peeled sequence."
16161 msgstr ""
16162
16163 #: params.opt:535
16164 msgid "The maximum number of peelings of a single loop."
16165 msgstr ""
16166
16167 #: params.opt:539
16168 msgid "The maximum number of insns of a peeled loop."
16169 msgstr ""
16170
16171 #: params.opt:543
16172 msgid "The maximum length of scheduling's pending operations list."
16173 msgstr ""
16174
16175 #: params.opt:547 params.opt:591
16176 msgid "The maximum number of blocks in a region to be considered for interblock scheduling."
16177 msgstr ""
16178
16179 #: params.opt:551 params.opt:595
16180 msgid "The maximum number of insns in a region to be considered for interblock scheduling."
16181 msgstr ""
16182
16183 #: params.opt:555
16184 msgid "Maximum depth of sqrt chains to use when synthesizing exponentiation by a real constant."
16185 msgstr ""
16186
16187 #: params.opt:559
16188 msgid "The maximum number of loop iterations we predict statically."
16189 msgstr ""
16190
16191 #: params.opt:563
16192 msgid "The maximum number of instructions to search backward when looking for equivalent reload."
16193 msgstr ""
16194
16195 #: params.opt:567
16196 msgid "Maximum number of insns in a basic block to consider for RTL if-conversion."
16197 msgstr ""
16198
16199 #: params.opt:571
16200 msgid "Maximum permissible cost for the sequence that would be generated by the RTL if-conversion pass for a branch that is considered predictable."
16201 msgstr ""
16202
16203 #: params.opt:575
16204 msgid "Maximum permissible cost for the sequence that would be generated by the RTL if-conversion pass for a branch that is considered unpredictable."
16205 msgstr ""
16206
16207 #: params.opt:579
16208 msgid "The maximum number of iterations through CFG to extend regions."
16209 msgstr ""
16210
16211 #: params.opt:583
16212 msgid "The maximum conflict delay for an insn to be considered for speculative motion."
16213 msgstr ""
16214
16215 #: params.opt:587
16216 msgid "The maximum number of instructions ready to be issued to be considered by the scheduler during the first scheduling pass."
16217 msgstr ""
16218
16219 #: params.opt:599
16220 msgid "Maximum length of candidate scans for straight-line strength reduction."
16221 msgstr ""
16222
16223 #: params.opt:603
16224 msgid "Maximum number of may-defs visited when devirtualizing speculatively."
16225 msgstr ""
16226
16227 #: params.opt:607
16228 msgid "Maximum recursion depth allowed when querying a property of an SSA name."
16229 msgstr ""
16230
16231 #: params.opt:611
16232 msgid "Maximum number of constant stores to merge in the store merging pass."
16233 msgstr ""
16234
16235 #: params.opt:615
16236 msgid "Maximum number of conditional store pairs that can be sunk."
16237 msgstr ""
16238
16239 #: params.opt:619
16240 msgid "Maximum amount of similar bbs to compare a bb with."
16241 msgstr ""
16242
16243 #: params.opt:623
16244 msgid "Maximum amount of iterations of the pass over a function."
16245 msgstr ""
16246
16247 #: params.opt:627
16248 msgid "Maximum number of strings for which strlen optimization pass will track string lengths."
16249 msgstr ""
16250
16251 #: params.opt:631
16252 msgid "Maximum number of arguments in a PHI supported by TREE if-conversion unless the loop is marked with simd pragma."
16253 msgstr ""
16254
16255 #: params.opt:635
16256 msgid "The maximum number of unrollings of a single loop."
16257 msgstr ""
16258
16259 #: params.opt:639
16260 msgid "The maximum number of instructions to consider to unroll in a loop."
16261 msgstr ""
16262
16263 #: params.opt:643
16264 msgid "The maximum number of insns of an unswitched loop."
16265 msgstr ""
16266
16267 #: params.opt:647
16268 msgid "The maximum number of unswitchings in a single loop."
16269 msgstr ""
16270
16271 #: params.opt:651
16272 msgid "If -fvariable-expansion-in-unroller is used, the maximum number of times that an individual variable will be expanded during loop unrolling."
16273 msgstr ""
16274
16275 #: params.opt:655
16276 msgid "Max. recursion depth for expanding var tracking expressions."
16277 msgstr ""
16278
16279 #: params.opt:659
16280 msgid "Max. size of loc list for which reverse ops should be added."
16281 msgstr ""
16282
16283 #: params.opt:663
16284 msgid "Max. size of var tracking hash tables."
16285 msgstr ""
16286
16287 #: params.opt:667
16288 msgid "Maximum number of assertions to add along the default edge of a switch statement during VRP."
16289 msgstr ""
16290
16291 #: params.opt:671
16292 msgid "The minimum number of matching instructions to consider for crossjumping."
16293 msgstr ""
16294
16295 #: params.opt:675
16296 msgid "Inline recursively only when the probability of call being executed exceeds the parameter."
16297 msgstr ""
16298
16299 #: params.opt:679
16300 msgid "Min. ratio of insns to prefetches to enable prefetching for a loop with an unknown trip count."
16301 msgstr ""
16302
16303 #: params.opt:683
16304 msgid "The minimum threshold for probability of semi-invariant condition statement to trigger loop split."
16305 msgstr ""
16306
16307 #: params.opt:687
16308 msgid "The minimum UID to be used for a nondebug insn."
16309 msgstr ""
16310
16311 #: params.opt:691
16312 msgid "The minimum size of variables taking part in stack slot sharing when not optimizing."
16313 msgstr ""
16314
16315 #: params.opt:695
16316 msgid "The minimum probability of reaching a source block for interblock speculative scheduling."
16317 msgstr ""
16318
16319 #: params.opt:699
16320 msgid "If -ftree-vectorize is used, the minimal loop bound of a loop to be considered for vectorization."
16321 msgstr ""
16322
16323 #: params.opt:703
16324 msgid "Chunk size of omp schedule for loops parallelized by parloops."
16325 msgstr ""
16326
16327 #: params.opt:707
16328 msgid "Minimum number of iterations per thread of an innermost parallelized loop."
16329 msgstr ""
16330
16331 #: params.opt:711
16332 msgid "--param=parloops-schedule=[static|dynamic|guided|auto|runtime]\tSchedule type of omp schedule for loops parallelized by parloops."
16333 msgstr ""
16334
16335 #: params.opt:733
16336 msgid "Maximum probability of the entry BB of split region (in percent relative to entry BB of the function) to make partial inlining happen."
16337 msgstr ""
16338
16339 #: params.opt:737
16340 msgid "Maximal estimated outcome of branch considered predictable."
16341 msgstr ""
16342
16343 #: params.opt:741
16344 msgid "Whether software prefetch hints should be issued for non-constant strides."
16345 msgstr ""
16346
16347 #: params.opt:745
16348 msgid "The number of insns executed before prefetch is completed."
16349 msgstr ""
16350
16351 #: params.opt:749
16352 msgid "Min. ratio of insns to mem ops to enable prefetching in a loop."
16353 msgstr ""
16354
16355 #: params.opt:753
16356 msgid "The minimum constant stride beyond which we should use prefetch hints for."
16357 msgstr ""
16358
16359 #: params.opt:757
16360 msgid "Use internal function id in profile lookup."
16361 msgstr ""
16362
16363 #: params.opt:761
16364 msgid "Maximum depth of a loop nest to fully value-number optimistically."
16365 msgstr ""
16366
16367 #: params.opt:765
16368 msgid "Maximum number of disambiguations to perform per memory access."
16369 msgstr ""
16370
16371 #: params.opt:769
16372 msgid "Bound on the complexity of the expressions in the scalar evolutions analyzer."
16373 msgstr ""
16374
16375 #: params.opt:773
16376 msgid "Bound on size of expressions used in the scalar evolutions analyzer."
16377 msgstr ""
16378
16379 #: params.opt:777
16380 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."
16381 msgstr ""
16382
16383 #: params.opt:781
16384 msgid "Minimal distance between possibly conflicting store and load."
16385 msgstr ""
16386
16387 #: params.opt:785
16388 msgid "Which -fsched-pressure algorithm to apply."
16389 msgstr ""
16390
16391 #: params.opt:789
16392 msgid "The minimal probability of speculation success (in percents), so that speculative insn will be scheduled."
16393 msgstr ""
16394
16395 #: params.opt:793
16396 msgid "The minimum probability an edge must have for the scheduler to save its state across it."
16397 msgstr ""
16398
16399 #: params.opt:797
16400 msgid "Maximum number of instructions in the ready list that are considered eligible for renaming."
16401 msgstr ""
16402
16403 #: params.opt:801
16404 msgid "The maximum size of the lookahead window of selective scheduling."
16405 msgstr ""
16406
16407 #: params.opt:805
16408 msgid "Maximum number of times that an insn could be scheduled."
16409 msgstr ""
16410
16411 #: params.opt:809
16412 msgid "The number of prefetches that can run at the same time."
16413 msgstr ""
16414
16415 #: params.opt:813
16416 msgid "Target block's relative execution frequency (as a percentage) required to sink a statement."
16417 msgstr ""
16418
16419 #: params.opt:817
16420 msgid "Maximum number of instructions in basic block to be considered for SLP vectorization."
16421 msgstr ""
16422
16423 #: params.opt:821
16424 msgid "The number of cycles the swing modulo scheduler considers when checking conflicts using DFA."
16425 msgstr ""
16426
16427 #: params.opt:825
16428 msgid "A threshold on the average loop count considered by the swing modulo scheduler."
16429 msgstr ""
16430
16431 #: params.opt:829
16432 msgid "A factor for tuning the upper bound that swing modulo scheduler uses for scheduling a loop."
16433 msgstr ""
16434
16435 #: params.opt:833
16436 msgid "The minimum value of stage count that swing modulo scheduler will generate."
16437 msgstr ""
16438
16439 #: params.opt:837
16440 msgid "Maximum size, in storage units, of an aggregate which should be considered for scalarization when compiling for size."
16441 msgstr ""
16442
16443 #: params.opt:841
16444 msgid "Maximum size, in storage units, of an aggregate which should be considered for scalarization when compiling for speed."
16445 msgstr ""
16446
16447 #: params.opt:845
16448 msgid "The maximum number of SSA_NAME assignments to follow in determining a value."
16449 msgstr ""
16450
16451 #: params.opt:849
16452 msgid "The lower bound for a buffer to be considered for stack smashing protection."
16453 msgstr ""
16454
16455 #: params.opt:853
16456 msgid "Size of the stack guard expressed as a power of two in bytes."
16457 msgstr ""
16458
16459 #: params.opt:857
16460 msgid "Interval in which to probe the stack expressed as a power of two in bytes."
16461 msgstr ""
16462
16463 #: params.opt:861
16464 msgid "Allow the store merging pass to introduce unaligned stores if it is legal to do so."
16465 msgstr ""
16466
16467 #: params.opt:865
16468 msgid "Maximum size of a single store merging region in bytes."
16469 msgstr ""
16470
16471 #: params.opt:869
16472 msgid "The maximum ratio between array size and switch branches for a switch conversion to take place."
16473 msgstr "Максимальне значення відношення розміру масиву до кількості відгалужень перемикання для перетворення на перемикання."
16474
16475 #: params.opt:873
16476 msgid "Size in bytes after which thread-local aggregates should be instrumented with the logging functions instead of save/restore pairs."
16477 msgstr ""
16478
16479 #: params.opt:877
16480 msgid "The percentage of function, weighted by execution frequency, that must be covered by trace formation. Used when profile feedback is not available."
16481 msgstr ""
16482
16483 #: params.opt:881
16484 msgid "The percentage of function, weighted by execution frequency, that must be covered by trace formation. Used when profile feedback is available."
16485 msgstr ""
16486
16487 #: params.opt:885
16488 msgid "Maximal code growth caused by tail duplication (in percent)."
16489 msgstr ""
16490
16491 #: params.opt:889
16492 msgid "Stop forward growth if the probability of best edge is less than this threshold (in percent). Used when profile feedback is not available."
16493 msgstr ""
16494
16495 #: params.opt:893
16496 msgid "Stop forward growth if the probability of best edge is less than this threshold (in percent). Used when profile feedback is available."
16497 msgstr ""
16498
16499 #: params.opt:897
16500 msgid "Stop reverse growth if the reverse probability of best edge is less than this threshold (in percent)."
16501 msgstr ""
16502
16503 #: params.opt:901
16504 msgid "Set the maximum number of instructions executed in parallel in reassociated tree. If 0, use the target dependent heuristic."
16505 msgstr ""
16506
16507 #: params.opt:905
16508 msgid "Maximum number of nested calls to search for control dependencies during uninitialized variable analysis."
16509 msgstr ""
16510
16511 #: params.opt:909
16512 msgid "Instruction accounted for function prologue, epilogue and other overhead."
16513 msgstr ""
16514
16515 #: params.opt:913
16516 msgid "Time accounted for function prologue, epilogue and other overhead."
16517 msgstr ""
16518
16519 #: params.opt:917
16520 msgid "Instruction accounted for function thunk overhead."
16521 msgstr ""
16522
16523 #: params.opt:921
16524 msgid "Time accounted for function thunk overhead."
16525 msgstr ""
16526
16527 #: params.opt:925
16528 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."
16529 msgstr ""
16530
16531 #: params.opt:929
16532 msgid "Maximum unroll factor for the unroll-and-jam transformation."
16533 msgstr ""
16534
16535 #: params.opt:933
16536 msgid "Minimum percentage of memrefs that must go away for unroll-and-jam to be considered profitable."
16537 msgstr ""
16538
16539 #: params.opt:937
16540 msgid "Use direct poisoning/unpoisoning instructions for variables smaller or equal to this number."
16541 msgstr ""
16542
16543 #: params.opt:941
16544 msgid "Whether to use canonical types."
16545 msgstr ""
16546
16547 #: params.opt:945
16548 msgid "Enable loop epilogue vectorization using smaller vector size."
16549 msgstr ""
16550
16551 #: params.opt:949
16552 msgid "Maximum number of loop peels to enhance alignment of data references in a loop."
16553 msgstr ""
16554
16555 #: params.opt:953
16556 msgid "Bound on number of runtime checks inserted by the vectorizer's loop versioning for alias check."
16557 msgstr ""
16558
16559 #: params.opt:957
16560 msgid "Bound on number of runtime checks inserted by the vectorizer's loop versioning for alignment check."
16561 msgstr ""
16562
16563 #: go/gofrontend/expressions.cc:116 c-family/c-warn.c:672 cp/cvt.c:1376
16564 #: cp/cvt.c:1632
16565 #, gcc-internal-format
16566 msgid "value computed is not used"
16567 msgstr ""
16568
16569 #: go/gofrontend/expressions.cc:817
16570 msgid "invalid use of type"
16571 msgstr ""
16572
16573 #: go/gofrontend/expressions.cc:3511 go/gofrontend/expressions.cc:3527
16574 msgid "constant refers to itself"
16575 msgstr ""
16576
16577 #: go/gofrontend/expressions.cc:4568 go/gofrontend/expressions.cc:5067
16578 msgid "expected pointer"
16579 msgstr ""
16580
16581 #: go/gofrontend/expressions.cc:5038
16582 msgid "expected numeric type"
16583 msgstr ""
16584
16585 #: go/gofrontend/expressions.cc:5043
16586 msgid "expected boolean type"
16587 msgstr ""
16588
16589 #: go/gofrontend/expressions.cc:5048 c/c-parser.c:15274 c/c-parser.c:15281
16590 #: cp/parser.c:36090 cp/parser.c:36097
16591 #, gcc-internal-format
16592 msgid "expected integer"
16593 msgstr "мало бути ціле число"
16594
16595 #: go/gofrontend/expressions.cc:6816
16596 msgid "invalid comparison of nil with nil"
16597 msgstr ""
16598
16599 #: go/gofrontend/expressions.cc:6822 go/gofrontend/expressions.cc:6840
16600 msgid "incompatible types in binary expression"
16601 msgstr ""
16602
16603 #: go/gofrontend/expressions.cc:6860
16604 msgid "integer division by zero"
16605 msgstr ""
16606
16607 #: go/gofrontend/expressions.cc:6868
16608 msgid "shift of non-integer operand"
16609 msgstr ""
16610
16611 #: go/gofrontend/expressions.cc:6871 go/gofrontend/expressions.cc:6874
16612 #: go/gofrontend/expressions.cc:6882
16613 msgid "shift count not integer"
16614 msgstr ""
16615
16616 #: go/gofrontend/expressions.cc:6887
16617 msgid "negative shift count"
16618 msgstr ""
16619
16620 #: go/gofrontend/expressions.cc:7793
16621 msgid "object is not a method"
16622 msgstr ""
16623
16624 #: go/gofrontend/expressions.cc:7810
16625 msgid "method type does not match object type"
16626 msgstr ""
16627
16628 #: go/gofrontend/expressions.cc:8205
16629 msgid "invalid use of %<...%> with builtin function"
16630 msgstr ""
16631
16632 #: go/gofrontend/expressions.cc:8216
16633 msgid "invalid use of method value as argument of Offsetof"
16634 msgstr ""
16635
16636 #: go/gofrontend/expressions.cc:8230
16637 msgid "argument of Offsetof implies indirection of an embedded field"
16638 msgstr ""
16639
16640 #: go/gofrontend/expressions.cc:8255 go/gofrontend/expressions.cc:8291
16641 #: go/gofrontend/expressions.cc:8605 go/gofrontend/expressions.cc:9922
16642 #: go/gofrontend/expressions.cc:10071 go/gofrontend/expressions.cc:10117
16643 #: go/gofrontend/expressions.cc:10152 go/gofrontend/expressions.cc:10228
16644 #: go/gofrontend/expressions.cc:12093 go/gofrontend/expressions.cc:12110
16645 #: go/gofrontend/expressions.cc:12126
16646 msgid "not enough arguments"
16647 msgstr "недостатньо аргументів"
16648
16649 #: go/gofrontend/expressions.cc:8257 go/gofrontend/expressions.cc:8293
16650 #: go/gofrontend/expressions.cc:9927 go/gofrontend/expressions.cc:10054
16651 #: go/gofrontend/expressions.cc:10076 go/gofrontend/expressions.cc:10157
16652 #: go/gofrontend/expressions.cc:10230 go/gofrontend/expressions.cc:11041
16653 #: go/gofrontend/expressions.cc:12098 go/gofrontend/expressions.cc:12112
16654 #: go/gofrontend/expressions.cc:12133 cp/pt.c:8859
16655 #, gcc-internal-format
16656 msgid "too many arguments"
16657 msgstr "забагато аргументів"
16658
16659 #: go/gofrontend/expressions.cc:8295
16660 msgid "argument 1 must be a map"
16661 msgstr ""
16662
16663 #: go/gofrontend/expressions.cc:8635
16664 msgid "invalid type for make function"
16665 msgstr ""
16666
16667 #: go/gofrontend/expressions.cc:8648
16668 msgid "length required when allocating a slice"
16669 msgstr ""
16670
16671 #: go/gofrontend/expressions.cc:8692
16672 msgid "len larger than cap"
16673 msgstr ""
16674
16675 #: go/gofrontend/expressions.cc:8701
16676 msgid "too many arguments to make"
16677 msgstr ""
16678
16679 #: go/gofrontend/expressions.cc:9971
16680 msgid "argument must be array or slice or channel"
16681 msgstr ""
16682
16683 #: go/gofrontend/expressions.cc:9981
16684 msgid "argument must be string or array or slice or map or channel"
16685 msgstr ""
16686
16687 #: go/gofrontend/expressions.cc:10027
16688 msgid "unsupported argument type to builtin function"
16689 msgstr ""
16690
16691 #: go/gofrontend/expressions.cc:10038
16692 msgid "argument must be channel"
16693 msgstr ""
16694
16695 #: go/gofrontend/expressions.cc:10040
16696 msgid "cannot close receive-only channel"
16697 msgstr ""
16698
16699 #: go/gofrontend/expressions.cc:10062
16700 msgid "argument must be a field reference"
16701 msgstr ""
16702
16703 #: go/gofrontend/expressions.cc:10092
16704 msgid "left argument must be a slice"
16705 msgstr ""
16706
16707 #: go/gofrontend/expressions.cc:10100
16708 msgid "element types must be the same"
16709 msgstr ""
16710
16711 #: go/gofrontend/expressions.cc:10105
16712 msgid "first argument must be []byte"
16713 msgstr ""
16714
16715 #: go/gofrontend/expressions.cc:10108
16716 msgid "second argument must be slice or string"
16717 msgstr ""
16718
16719 #: go/gofrontend/expressions.cc:10220
16720 msgid "argument must have complex type"
16721 msgstr ""
16722
16723 #: go/gofrontend/expressions.cc:10239
16724 msgid "complex arguments must have identical types"
16725 msgstr ""
16726
16727 #: go/gofrontend/expressions.cc:10241
16728 msgid "complex arguments must have floating-point type"
16729 msgstr ""
16730
16731 #: go/gofrontend/expressions.cc:10822 go/gofrontend/expressions.cc:12039
16732 #: go/gofrontend/expressions.cc:12475
16733 msgid "expected function"
16734 msgstr ""
16735
16736 #: go/gofrontend/expressions.cc:10850
16737 msgid "multiple-value argument in single-value context"
16738 msgstr ""
16739
16740 #: go/gofrontend/expressions.cc:11045
16741 msgid "invalid use of %<...%> with non-slice"
16742 msgstr ""
16743
16744 #: go/gofrontend/expressions.cc:12047
16745 msgid "function result count mismatch"
16746 msgstr ""
16747
16748 #: go/gofrontend/expressions.cc:12065
16749 msgid "incompatible type for receiver"
16750 msgstr ""
16751
16752 #: go/gofrontend/expressions.cc:12083
16753 msgid "invalid use of %<...%> calling non-variadic function"
16754 msgstr ""
16755
16756 #: go/gofrontend/expressions.cc:12484 go/gofrontend/expressions.cc:12498
16757 msgid "number of results does not match number of values"
16758 msgstr ""
16759
16760 #: go/gofrontend/expressions.cc:12803 go/gofrontend/expressions.cc:13482
16761 msgid "index must be integer"
16762 msgstr ""
16763
16764 #: go/gofrontend/expressions.cc:12812 go/gofrontend/expressions.cc:13491
16765 msgid "slice end must be integer"
16766 msgstr ""
16767
16768 #: go/gofrontend/expressions.cc:12821
16769 msgid "slice capacity must be integer"
16770 msgstr ""
16771
16772 #: go/gofrontend/expressions.cc:12871 go/gofrontend/expressions.cc:13525
16773 msgid "inverted slice range"
16774 msgstr ""
16775
16776 #: go/gofrontend/expressions.cc:12914
16777 msgid "slice of unaddressable value"
16778 msgstr ""
16779
16780 #: go/gofrontend/expressions.cc:13781
16781 msgid "incompatible type for map index"
16782 msgstr ""
16783
16784 #: go/gofrontend/expressions.cc:14219
16785 msgid "expected interface or pointer to interface"
16786 msgstr ""
16787
16788 #: go/gofrontend/expressions.cc:14971
16789 msgid "too many expressions for struct"
16790 msgstr ""
16791
16792 #: go/gofrontend/expressions.cc:14984
16793 msgid "too few expressions for struct"
16794 msgstr ""
16795
16796 #: go/gofrontend/expressions.cc:16933 go/gofrontend/statements.cc:1909
16797 msgid "type assertion only valid for interface types"
16798 msgstr ""
16799
16800 #: go/gofrontend/expressions.cc:16945
16801 msgid "impossible type assertion: type does not implement interface"
16802 msgstr ""
16803
16804 #: go/gofrontend/expressions.cc:17141 go/gofrontend/expressions.cc:17161
16805 #: go/gofrontend/statements.cc:1756
16806 msgid "expected channel"
16807 msgstr ""
16808
16809 #: go/gofrontend/expressions.cc:17166 go/gofrontend/statements.cc:1761
16810 msgid "invalid receive on send-only channel"
16811 msgstr ""
16812
16813 #: go/gofrontend/parse.cc:3114
16814 msgid "parentheses required around this composite literal to avoid parsing ambiguity"
16815 msgstr ""
16816
16817 #: go/gofrontend/parse.cc:4688
16818 msgid "cannot fallthrough final case in switch"
16819 msgstr ""
16820
16821 #: go/gofrontend/statements.cc:1069
16822 msgid "invalid left hand side of assignment"
16823 msgstr ""
16824
16825 #: go/gofrontend/statements.cc:1080 go/gofrontend/statements.cc:1425
16826 msgid "use of untyped nil"
16827 msgstr ""
16828
16829 #: go/gofrontend/statements.cc:1547
16830 msgid "expected map index on right hand side"
16831 msgstr ""
16832
16833 #: go/gofrontend/statements.cc:3145 go/gofrontend/statements.cc:3175
16834 msgid "not enough arguments to return"
16835 msgstr ""
16836
16837 #: go/gofrontend/statements.cc:3153
16838 msgid "return with value in function with no return type"
16839 msgstr ""
16840
16841 #: go/gofrontend/statements.cc:3181
16842 msgid "too many values in return statement"
16843 msgstr ""
16844
16845 #: go/gofrontend/statements.cc:3734
16846 msgid "expected boolean expression"
16847 msgstr ""
16848
16849 #: go/gofrontend/statements.cc:4922
16850 msgid "cannot type switch on non-interface value"
16851 msgstr ""
16852
16853 #: go/gofrontend/statements.cc:5057
16854 msgid "incompatible types in send"
16855 msgstr ""
16856
16857 #: go/gofrontend/statements.cc:5062
16858 msgid "invalid send on receive-only channel"
16859 msgstr ""
16860
16861 #: go/gofrontend/statements.cc:6324
16862 msgid "too many variables for range clause with channel"
16863 msgstr ""
16864
16865 #: go/gofrontend/statements.cc:6331
16866 msgid "range clause must have array, slice, string, map, or channel type"
16867 msgstr ""
16868
16869 #: go/gofrontend/types.cc:533
16870 msgid "invalid comparison of non-ordered type"
16871 msgstr ""
16872
16873 #: go/gofrontend/types.cc:549
16874 msgid "slice can only be compared to nil"
16875 msgstr ""
16876
16877 #: go/gofrontend/types.cc:551
16878 msgid "map can only be compared to nil"
16879 msgstr ""
16880
16881 #: go/gofrontend/types.cc:553
16882 msgid "func can only be compared to nil"
16883 msgstr ""
16884
16885 #: go/gofrontend/types.cc:559
16886 #, c-format
16887 msgid "invalid operation (%s)"
16888 msgstr "некоректна операція (%s)"
16889
16890 #: go/gofrontend/types.cc:582
16891 msgid "invalid comparison of non-comparable type"
16892 msgstr ""
16893
16894 #: go/gofrontend/types.cc:595
16895 msgid "invalid comparison of generated struct"
16896 msgstr ""
16897
16898 #: go/gofrontend/types.cc:606
16899 msgid "invalid comparison of non-comparable struct"
16900 msgstr ""
16901
16902 #: go/gofrontend/types.cc:616
16903 msgid "invalid comparison of generated array"
16904 msgstr ""
16905
16906 #: go/gofrontend/types.cc:623
16907 msgid "invalid comparison of non-comparable array"
16908 msgstr ""
16909
16910 #: go/gofrontend/types.cc:651
16911 msgid "multiple-value function call in single-value context"
16912 msgstr ""
16913
16914 #: go/gofrontend/types.cc:735
16915 msgid "need explicit conversion"
16916 msgstr ""
16917
16918 #: go/gofrontend/types.cc:743
16919 #, c-format
16920 msgid "cannot use type %s as type %s"
16921 msgstr ""
16922
16923 #: go/gofrontend/types.cc:779
16924 msgid "conversion from normal type to notinheap type"
16925 msgstr ""
16926
16927 #: go/gofrontend/types.cc:4694
16928 msgid "different receiver types"
16929 msgstr ""
16930
16931 #: go/gofrontend/types.cc:4717 go/gofrontend/types.cc:4730
16932 #: go/gofrontend/types.cc:4744
16933 msgid "different number of parameters"
16934 msgstr ""
16935
16936 #: go/gofrontend/types.cc:4737
16937 msgid "different parameter types"
16938 msgstr ""
16939
16940 #: go/gofrontend/types.cc:4752
16941 msgid "different varargs"
16942 msgstr ""
16943
16944 #: go/gofrontend/types.cc:4765 go/gofrontend/types.cc:4778
16945 #: go/gofrontend/types.cc:4792
16946 msgid "different number of results"
16947 msgstr ""
16948
16949 #: go/gofrontend/types.cc:4785
16950 msgid "different result types"
16951 msgstr ""
16952
16953 #: go/gofrontend/types.cc:9140
16954 #, c-format
16955 msgid "need explicit conversion; missing method %s%s%s"
16956 msgstr ""
16957
16958 #: go/gofrontend/types.cc:9158 go/gofrontend/types.cc:9301
16959 #, c-format
16960 msgid "incompatible type for method %s%s%s"
16961 msgstr ""
16962
16963 #: go/gofrontend/types.cc:9162 go/gofrontend/types.cc:9305
16964 #, c-format
16965 msgid "incompatible type for method %s%s%s (%s)"
16966 msgstr ""
16967
16968 #: go/gofrontend/types.cc:9241 go/gofrontend/types.cc:9254
16969 msgid "pointer to interface type has no methods"
16970 msgstr ""
16971
16972 #: go/gofrontend/types.cc:9243 go/gofrontend/types.cc:9256
16973 msgid "type has no methods"
16974 msgstr ""
16975
16976 #: go/gofrontend/types.cc:9277
16977 #, c-format
16978 msgid "ambiguous method %s%s%s"
16979 msgstr ""
16980
16981 #: go/gofrontend/types.cc:9280
16982 #, c-format
16983 msgid "missing method %s%s%s"
16984 msgstr ""
16985
16986 #: go/gofrontend/types.cc:9322
16987 #, c-format
16988 msgid "method %s%s%s requires a pointer receiver"
16989 msgstr ""
16990
16991 #: go/gofrontend/types.cc:9340
16992 #, c-format
16993 msgid "method %s%s%s is marked go:nointerface"
16994 msgstr ""
16995
16996 #: attribs.c:440
16997 #, gcc-internal-format
16998 msgid "ignoring attribute %qE in declaration of a built-in function %qD because it conflicts with attribute %qs"
16999 msgstr ""
17000
17001 #: attribs.c:446
17002 #, gcc-internal-format
17003 msgid "ignoring attribute %qE because it conflicts with attribute %qs"
17004 msgstr ""
17005
17006 #: attribs.c:452 c-family/c-attribs.c:2080 c-family/c-attribs.c:2497
17007 #: c-family/c-attribs.c:3881 c-family/c-attribs.c:3895
17008 #: c-family/c-attribs.c:3909 c-family/c-attribs.c:3924 cp/decl.c:14786
17009 #: cp/friend.c:303 cp/tree.c:4705
17010 #, gcc-internal-format
17011 msgid "previous declaration here"
17012 msgstr ""
17013
17014 #. Warn about and ignore all others for now, but store them.
17015 #: attribs.c:567 c-family/c-attribs.c:3242 objc/objc-act.c:4978
17016 #: objc/objc-act.c:6948 objc/objc-act.c:8137 objc/objc-act.c:8188
17017 #, gcc-internal-format
17018 msgid "%qE attribute directive ignored"
17019 msgstr ""
17020
17021 #: attribs.c:571
17022 #, gcc-internal-format
17023 msgid "%<%E::%E%> scoped attribute directive ignored"
17024 msgstr ""
17025
17026 #: attribs.c:583
17027 #, gcc-internal-format
17028 msgid "wrong number of arguments specified for %qE attribute"
17029 msgstr ""
17030
17031 #: attribs.c:586
17032 #, fuzzy, gcc-internal-format, gfc-internal-format
17033 #| msgid "expected %<return%>"
17034 msgid "expected %i or more, found %i"
17035 msgstr "мало бути %<return%>"
17036
17037 #: attribs.c:589
17038 #, gcc-internal-format, gfc-internal-format
17039 msgid "expected between %i and %i, found %i"
17040 msgstr ""
17041
17042 #: attribs.c:609 c-family/c-attribs.c:3795
17043 #, gcc-internal-format
17044 msgid "%qE attribute does not apply to types"
17045 msgstr ""
17046
17047 #: attribs.c:658
17048 #, gcc-internal-format
17049 msgid "%qE attribute only applies to function types"
17050 msgstr ""
17051
17052 #: attribs.c:668
17053 #, gcc-internal-format
17054 msgid "type attributes ignored after type is already defined"
17055 msgstr ""
17056
17057 #. The specifications of standard attributes in C mean
17058 #. this is a constraint violation.
17059 #. The specifications of standard attributes mean this is a
17060 #. constraint violation.
17061 #. An attribute with standard syntax and no namespace specified
17062 #. is a constraint violation if it is not one of the known
17063 #. standard attributes (of which nodiscard is the only one
17064 #. without a handler in GCC). Diagnose it here with a pedwarn
17065 #. and then discard it to prevent a duplicate warning later.
17066 #: attribs.c:719 attribs.c:1627 attribs.c:1637 attribs.c:1647
17067 #: c-family/c-attribs.c:761 c-family/c-attribs.c:780 c-family/c-attribs.c:798
17068 #: c-family/c-attribs.c:828 c-family/c-attribs.c:849 c-family/c-attribs.c:870
17069 #: c-family/c-attribs.c:911 c-family/c-attribs.c:942 c-family/c-attribs.c:958
17070 #: c-family/c-attribs.c:975 c-family/c-attribs.c:991 c-family/c-attribs.c:1017
17071 #: c-family/c-attribs.c:1032 c-family/c-attribs.c:1060
17072 #: c-family/c-attribs.c:1077 c-family/c-attribs.c:1095
17073 #: c-family/c-attribs.c:1119 c-family/c-attribs.c:1157
17074 #: c-family/c-attribs.c:1180 c-family/c-attribs.c:1197
17075 #: c-family/c-attribs.c:1226 c-family/c-attribs.c:1247
17076 #: c-family/c-attribs.c:1268 c-family/c-attribs.c:1295
17077 #: c-family/c-attribs.c:1325 c-family/c-attribs.c:1362
17078 #: c-family/c-attribs.c:1415 c-family/c-attribs.c:1481
17079 #: c-family/c-attribs.c:1539 c-family/c-attribs.c:1628
17080 #: c-family/c-attribs.c:1658 c-family/c-attribs.c:1709
17081 #: c-family/c-attribs.c:2199 c-family/c-attribs.c:2350
17082 #: c-family/c-attribs.c:2411 c-family/c-attribs.c:2649
17083 #: c-family/c-attribs.c:2729 c-family/c-attribs.c:2881
17084 #: c-family/c-attribs.c:2900 c-family/c-attribs.c:3065
17085 #: c-family/c-attribs.c:3131 c-family/c-attribs.c:3158
17086 #: c-family/c-attribs.c:3213 c-family/c-attribs.c:3395
17087 #: c-family/c-attribs.c:3416 c-family/c-attribs.c:3529
17088 #: c-family/c-attribs.c:3797 c-family/c-attribs.c:4205
17089 #: c-family/c-attribs.c:4228 c-family/c-attribs.c:4267
17090 #: c-family/c-attribs.c:4349 c-family/c-attribs.c:4405
17091 #: c-family/c-attribs.c:4421 c-family/c-attribs.c:4515
17092 #: c-family/c-common.c:5691 c-family/c-common.c:5694 config/darwin.c:2053
17093 #: config/arm/arm.c:7110 config/arm/arm.c:7138 config/arm/arm.c:7155
17094 #: config/avr/avr.c:9675 config/csky/csky.c:6046 config/csky/csky.c:6068
17095 #: config/h8300/h8300.c:5486 config/h8300/h8300.c:5510
17096 #: config/i386/i386-options.c:3309 config/i386/i386-options.c:3467
17097 #: config/i386/i386-options.c:3699 config/ia64/ia64.c:785
17098 #: config/rs6000/rs6000.c:19321 ada/gcc-interface/utils.c:6436
17099 #: ada/gcc-interface/utils.c:6464 ada/gcc-interface/utils.c:6481
17100 #: ada/gcc-interface/utils.c:6498 ada/gcc-interface/utils.c:6513
17101 #: ada/gcc-interface/utils.c:6529 ada/gcc-interface/utils.c:6555
17102 #: ada/gcc-interface/utils.c:6624 ada/gcc-interface/utils.c:6651
17103 #: ada/gcc-interface/utils.c:6672 ada/gcc-interface/utils.c:6693
17104 #: ada/gcc-interface/utils.c:6709 ada/gcc-interface/utils.c:6764
17105 #: brig/brig-lang.c:484 c/c-decl.c:4522 c/c-decl.c:4525 c/c-decl.c:4540
17106 #: c/c-parser.c:4931 lto/lto-lang.c:288
17107 #, gcc-internal-format
17108 msgid "%qE attribute ignored"
17109 msgstr ""
17110
17111 #: attribs.c:994
17112 #, gcc-internal-format
17113 msgid "missing %<target%> attribute for multi-versioned %qD"
17114 msgstr ""
17115
17116 #: attribs.c:997 cp/decl.c:1162 cp/decl.c:2017 cp/decl.c:2061 cp/decl.c:2072
17117 #: cp/decl.c:2673 cp/decl.c:3092
17118 #, gcc-internal-format
17119 msgid "previous declaration of %qD"
17120 msgstr ""
17121
17122 #: attribs.c:1140
17123 #, gcc-internal-format
17124 msgid "ignoring attributes applied to %qT after definition"
17125 msgstr ""
17126
17127 #: attribs.c:1558
17128 #, gcc-internal-format
17129 msgid "%q+D already declared with dllexport attribute: dllimport ignored"
17130 msgstr ""
17131
17132 #: attribs.c:1570
17133 #, gcc-internal-format
17134 msgid "%q+D redeclared without dllimport attribute after being referenced with dll linkage"
17135 msgstr ""
17136
17137 #: attribs.c:1584
17138 #, gcc-internal-format
17139 msgid "%q+D redeclared without dllimport attribute: previous dllimport ignored"
17140 msgstr ""
17141
17142 #: attribs.c:1665
17143 #, gcc-internal-format
17144 msgid "inline function %q+D declared as dllimport: attribute ignored"
17145 msgstr ""
17146
17147 #: attribs.c:1673
17148 #, gcc-internal-format
17149 msgid "function %q+D definition is marked dllimport"
17150 msgstr ""
17151
17152 #: attribs.c:1681
17153 #, gcc-internal-format
17154 msgid "variable %q+D definition is marked dllimport"
17155 msgstr ""
17156
17157 #: attribs.c:1712
17158 #, gcc-internal-format
17159 msgid "external linkage required for symbol %q+D because of %qE attribute"
17160 msgstr ""
17161
17162 #: attribs.c:1726
17163 #, gcc-internal-format
17164 msgid "%qE implies default visibility, but %qD has already been declared with a different visibility"
17165 msgstr ""
17166
17167 #: attribs.c:1989
17168 #, gcc-internal-format
17169 msgid "%qD specifies more restrictive attribute than its target %qD: %s"
17170 msgid_plural "%qD specifies more restrictive attributes than its target %qD: %s"
17171 msgstr[0] ""
17172 msgstr[1] ""
17173 msgstr[2] ""
17174
17175 #: attribs.c:1995 attribs.c:2015
17176 #, gcc-internal-format
17177 msgid "%qD target declared here"
17178 msgstr "Ціль %qD оголошено тут"
17179
17180 #: attribs.c:2009
17181 #, gcc-internal-format
17182 msgid "%qD specifies less restrictive attribute than its target %qD: %s"
17183 msgid_plural "%qD specifies less restrictive attributes than its target %qD: %s"
17184 msgstr[0] ""
17185 msgstr[1] ""
17186 msgstr[2] ""
17187
17188 #: auto-profile.c:365
17189 #, gcc-internal-format
17190 msgid "offset exceeds 16 bytes"
17191 msgstr ""
17192
17193 #: auto-profile.c:863
17194 #, gcc-internal-format
17195 msgid "Not expected TAG."
17196 msgstr ""
17197
17198 #: auto-profile.c:928
17199 #, gcc-internal-format, gfc-internal-format
17200 msgid "cannot open profile file %s"
17201 msgstr "не вдалося відкрити файл профілювання %s"
17202
17203 #: auto-profile.c:934
17204 #, gcc-internal-format
17205 msgid "AutoFDO profile magic number does not match"
17206 msgstr ""
17207
17208 #: auto-profile.c:942
17209 #, gcc-internal-format, gfc-internal-format
17210 msgid "AutoFDO profile version %u does match %u"
17211 msgstr ""
17212
17213 #: auto-profile.c:954
17214 #, gcc-internal-format, gfc-internal-format
17215 msgid "cannot read string table from %s"
17216 msgstr "не вдалося прочитати таблицю рядків з %s"
17217
17218 #: auto-profile.c:962
17219 #, gcc-internal-format, gfc-internal-format
17220 msgid "cannot read function profile from %s"
17221 msgstr "не вдалося прочитати профіль функції з %s"
17222
17223 #: builtins.c:556
17224 #, gcc-internal-format
17225 msgid "%qs argument missing terminating nul"
17226 msgstr ""
17227
17228 #: builtins.c:559 builtins.c:3162 builtins.c:3216 gimple-ssa-sprintf.c:3279
17229 #, gcc-internal-format
17230 msgid "referenced argument declared here"
17231 msgstr "."
17232
17233 #: builtins.c:811
17234 #, gcc-internal-format
17235 msgid "offset %qwi outside bounds of constant string"
17236 msgstr ""
17237
17238 #: builtins.c:815 cp/name-lookup.c:5327
17239 #, gcc-internal-format
17240 msgid "%qE declared here"
17241 msgstr "%qE оголошено тут"
17242
17243 #: builtins.c:1423
17244 #, gcc-internal-format
17245 msgid "second argument to %<__builtin_prefetch%> must be a constant"
17246 msgstr ""
17247
17248 #: builtins.c:1430
17249 #, gcc-internal-format
17250 msgid "invalid second argument to %<__builtin_prefetch%>; using zero"
17251 msgstr ""
17252
17253 #: builtins.c:1438
17254 #, gcc-internal-format
17255 msgid "third argument to %<__builtin_prefetch%> must be a constant"
17256 msgstr ""
17257
17258 #: builtins.c:1445
17259 #, gcc-internal-format
17260 msgid "invalid third argument to %<__builtin_prefetch%>; using zero"
17261 msgstr ""
17262
17263 #: builtins.c:3127 builtins.c:3581 calls.c:1676
17264 #, gcc-internal-format
17265 msgid "%K%qD specified bound %E exceeds maximum object size %E"
17266 msgstr ""
17267
17268 #: builtins.c:3155
17269 #, gcc-internal-format
17270 msgid "%K%qD specified bound %E exceeds the size %E of unterminated array"
17271 msgstr ""
17272
17273 #: builtins.c:3157
17274 #, gcc-internal-format
17275 msgid "%K%qD specified bound %E may exceed the size of at most %E of unterminated array"
17276 msgstr ""
17277
17278 #: builtins.c:3186
17279 #, gcc-internal-format
17280 msgid "%K%qD specified bound [%wu, %wu] exceeds maximum object size %E"
17281 msgstr ""
17282
17283 #: builtins.c:3209
17284 #, gcc-internal-format
17285 msgid "%K%qD specified bound [%wu, %wu] exceeds the size %E of unterminated array"
17286 msgstr ""
17287
17288 #: builtins.c:3211
17289 #, gcc-internal-format
17290 msgid "%K%qD specified bound [%wu, %wu] may exceed the size of at most %E of unterminated array"
17291 msgstr ""
17292
17293 #: builtins.c:3442
17294 #, gcc-internal-format
17295 msgid "%K%qD specified size %E exceeds maximum object size %E"
17296 msgstr ""
17297
17298 #: builtins.c:3446
17299 #, gcc-internal-format
17300 msgid "%Kspecified size %E exceeds maximum object size %E"
17301 msgstr ""
17302
17303 #: builtins.c:3452
17304 #, gcc-internal-format
17305 msgid "%K%qD specified size between %E and %E exceeds maximum object size %E"
17306 msgstr ""
17307
17308 #: builtins.c:3457
17309 #, gcc-internal-format
17310 msgid "%Kspecified size between %E and %E exceeds maximum object size %E"
17311 msgstr ""
17312
17313 #: builtins.c:3496 builtins.c:3525
17314 #, gcc-internal-format
17315 msgid "%K%qD writing %E or more bytes into a region of size %E overflows the destination"
17316 msgstr ""
17317
17318 #: builtins.c:3501 builtins.c:3530
17319 #, gcc-internal-format
17320 msgid "%Kwriting %E or more bytes into a region of size %E overflows the destination"
17321 msgstr ""
17322
17323 #: builtins.c:3509
17324 #, gcc-internal-format
17325 msgid "%K%qD writing %E byte into a region of size %E overflows the destination"
17326 msgid_plural "%K%qD writing %E bytes into a region of size %E overflows the destination"
17327 msgstr[0] ""
17328 msgstr[1] ""
17329 msgstr[2] ""
17330
17331 #: builtins.c:3515
17332 #, gcc-internal-format
17333 msgid "%Kwriting %E byte into a region of size %E overflows the destination"
17334 msgid_plural "%Kwriting %E bytes into a region of size %E overflows the destination"
17335 msgstr[0] ""
17336 msgstr[1] ""
17337 msgstr[2] ""
17338
17339 #: builtins.c:3538
17340 #, gcc-internal-format
17341 msgid "%K%qD writing between %E and %E bytes into a region of size %E overflows the destination"
17342 msgstr ""
17343
17344 #: builtins.c:3544
17345 #, gcc-internal-format
17346 msgid "%Kwriting between %E and %E bytes into a region of size %E overflows the destination"
17347 msgstr ""
17348
17349 #: builtins.c:3585
17350 #, gcc-internal-format
17351 msgid "%Kspecified bound %E exceeds maximum object size %E"
17352 msgstr ""
17353
17354 #: builtins.c:3591
17355 #, gcc-internal-format
17356 msgid "%K%qD specified bound between %E and %E exceeds maximum object size %E"
17357 msgstr ""
17358
17359 #: builtins.c:3597
17360 #, gcc-internal-format
17361 msgid "%Kspecified bound between %E and %E exceeds maximum object size %E"
17362 msgstr ""
17363
17364 #: builtins.c:3617
17365 #, gcc-internal-format
17366 msgid "%K%qD specified bound %E exceeds destination size %E"
17367 msgstr ""
17368
17369 #: builtins.c:3622
17370 #, gcc-internal-format
17371 msgid "%Kspecified bound %E exceeds destination size %E"
17372 msgstr ""
17373
17374 #: builtins.c:3628
17375 #, gcc-internal-format
17376 msgid "%K%qD specified bound between %E and %E exceeds destination size %E"
17377 msgstr ""
17378
17379 #: builtins.c:3633
17380 #, gcc-internal-format
17381 msgid "%Kspecified bound between %E and %E exceeds destination size %E"
17382 msgstr ""
17383
17384 #: builtins.c:3661
17385 #, gcc-internal-format
17386 msgid "%K%qD reading %E byte from a region of size %E"
17387 msgid_plural "%K%qD reading %E bytes from a region of size %E"
17388 msgstr[0] ""
17389 msgstr[1] ""
17390 msgstr[2] ""
17391
17392 #: builtins.c:3665
17393 #, gcc-internal-format
17394 msgid "%Kreading %E byte from a region of size %E"
17395 msgid_plural "%Kreading %E bytes from a region of size %E"
17396 msgstr[0] ""
17397 msgstr[1] ""
17398 msgstr[2] ""
17399
17400 #: builtins.c:3673
17401 #, gcc-internal-format
17402 msgid "%K%qD reading %E or more bytes from a region of size %E"
17403 msgstr ""
17404
17405 #: builtins.c:3677
17406 #, gcc-internal-format
17407 msgid "%Kreading %E or more bytes from a region of size %E"
17408 msgstr ""
17409
17410 #: builtins.c:3684
17411 #, gcc-internal-format
17412 msgid "%K%qD reading between %E and %E bytes from a region of size %E"
17413 msgstr ""
17414
17415 #: builtins.c:3688
17416 #, gcc-internal-format
17417 msgid "%Kreading between %E and %E bytes from a region of size %E"
17418 msgstr ""
17419
17420 #: builtins.c:4708 builtins.c:4782
17421 #, gcc-internal-format
17422 msgid "%K%qD specified bound %E equals destination size"
17423 msgstr ""
17424
17425 #: builtins.c:5638 gimplify.c:3373
17426 #, gcc-internal-format
17427 msgid "too few arguments to function %<va_start%>"
17428 msgstr ""
17429
17430 #: builtins.c:5738
17431 #, gcc-internal-format
17432 msgid "invalid argument to %qD"
17433 msgstr "некоректний аргумент %qD"
17434
17435 #: builtins.c:5751
17436 #, gcc-internal-format
17437 msgid "unsupported argument to %qD"
17438 msgstr ""
17439
17440 #. Warn since no effort is made to ensure that any frame
17441 #. beyond the current one exists or can be safely reached.
17442 #: builtins.c:5759
17443 #, gcc-internal-format
17444 msgid "calling %qD with a nonzero argument is unsafe"
17445 msgstr ""
17446
17447 #: builtins.c:6091
17448 #, gcc-internal-format
17449 msgid "both arguments to %<__builtin___clear_cache%> must be pointers"
17450 msgstr ""
17451
17452 #: builtins.c:6190
17453 #, gcc-internal-format
17454 msgid "trampoline generated for nested function %qD"
17455 msgstr ""
17456
17457 #: builtins.c:6563 builtins.c:6576
17458 #, gcc-internal-format
17459 msgid "%qD changed semantics in GCC 4.4"
17460 msgstr ""
17461
17462 #: builtins.c:6682
17463 #, gcc-internal-format
17464 msgid "unknown architecture specifier in memory model to builtin"
17465 msgstr ""
17466
17467 #: builtins.c:6690
17468 #, gcc-internal-format
17469 msgid "invalid memory model argument to builtin"
17470 msgstr ""
17471
17472 #: builtins.c:6751 builtins.c:6878
17473 #, gcc-internal-format
17474 msgid "failure memory model cannot be stronger than success memory model for %<__atomic_compare_exchange%>"
17475 msgstr ""
17476
17477 #: builtins.c:6759 builtins.c:6886
17478 #, gcc-internal-format
17479 msgid "invalid failure memory model for %<__atomic_compare_exchange%>"
17480 msgstr ""
17481
17482 #: builtins.c:6944
17483 #, gcc-internal-format
17484 msgid "invalid memory model for %<__atomic_load%>"
17485 msgstr ""
17486
17487 #: builtins.c:6976 builtins.c:7169
17488 #, gcc-internal-format
17489 msgid "invalid memory model for %<__atomic_store%>"
17490 msgstr ""
17491
17492 #: builtins.c:7290
17493 #, fuzzy, gcc-internal-format
17494 #| msgid "non-constant argument 0 to %qs"
17495 msgid "non-constant argument 1 to %qs"
17496 msgstr "аргумент 0 %qs, який не є сталим"
17497
17498 #: builtins.c:7332
17499 #, fuzzy, gcc-internal-format
17500 #| msgid "non-constant argument 0 to %qs"
17501 msgid "non-integer argument 1 to %qs"
17502 msgstr "аргумент 0 %qs, який не є сталим"
17503
17504 #: builtins.c:7396
17505 #, gcc-internal-format
17506 msgid "%<__builtin_thread_pointer%> is not supported on this target"
17507 msgstr "підтримки %<__builtin_thread_pointer%> для цього призначення не передбачено"
17508
17509 #: builtins.c:7416
17510 #, gcc-internal-format
17511 msgid "%<__builtin_set_thread_pointer%> is not supported on this target"
17512 msgstr "підтримки %<__builtin_set_thread_pointer%> для цього призначення не передбачено"
17513
17514 #: builtins.c:7475
17515 #, gcc-internal-format
17516 msgid "%qs only supported in OpenACC code"
17517 msgstr ""
17518
17519 #: builtins.c:7482
17520 #, gcc-internal-format
17521 msgid "non-constant argument 0 to %qs"
17522 msgstr "аргумент 0 %qs, який не є сталим"
17523
17524 #: builtins.c:7494
17525 #, gcc-internal-format
17526 msgid "illegal argument 0 to %qs"
17527 msgstr "некоректний аргумент 0 %qs"
17528
17529 #. All valid uses of __builtin_va_arg_pack () are removed during
17530 #. inlining.
17531 #: builtins.c:7933 expr.c:11092
17532 #, gcc-internal-format
17533 msgid "%Kinvalid use of %<__builtin_va_arg_pack ()%>"
17534 msgstr ""
17535
17536 #. All valid uses of __builtin_va_arg_pack_len () are removed during
17537 #. inlining.
17538 #: builtins.c:7939
17539 #, gcc-internal-format
17540 msgid "%Kinvalid use of %<__builtin_va_arg_pack_len ()%>"
17541 msgstr ""
17542
17543 #: builtins.c:8271
17544 #, gcc-internal-format
17545 msgid "%<__builtin_longjmp%> second argument must be 1"
17546 msgstr ""
17547
17548 #: builtins.c:9168
17549 #, gcc-internal-format
17550 msgid "target format does not support infinity"
17551 msgstr ""
17552
17553 #: builtins.c:10787
17554 #, gcc-internal-format
17555 msgid "%<va_start%> used in function with fixed arguments"
17556 msgstr ""
17557
17558 #: builtins.c:10795
17559 #, gcc-internal-format
17560 msgid "wrong number of arguments to function %<va_start%>"
17561 msgstr ""
17562
17563 #: builtins.c:10810
17564 #, gcc-internal-format
17565 msgid "%<__builtin_next_arg%> called without an argument"
17566 msgstr ""
17567
17568 #: builtins.c:10815
17569 #, gcc-internal-format
17570 msgid "wrong number of arguments to function %<__builtin_next_arg%>"
17571 msgstr ""
17572
17573 #: builtins.c:10847
17574 #, gcc-internal-format
17575 msgid "second parameter of %<va_start%> not last named argument"
17576 msgstr ""
17577
17578 #: builtins.c:10860
17579 #, gcc-internal-format
17580 msgid "undefined behavior when second parameter of %<va_start%> is declared with %<register%> storage"
17581 msgstr ""
17582
17583 #: builtins.c:10889
17584 #, gcc-internal-format
17585 msgid "%Kfirst argument of %qD must be a pointer, second integer constant"
17586 msgstr ""
17587
17588 #: builtins.c:10902
17589 #, gcc-internal-format
17590 msgid "%Klast argument of %qD is not integer constant between 0 and 3"
17591 msgstr ""
17592
17593 #: builtins.c:11181
17594 #, gcc-internal-format
17595 msgid "%Kattempt to free a non-heap object %qD"
17596 msgstr ""
17597
17598 #: builtins.c:11184
17599 #, gcc-internal-format
17600 msgid "%Kattempt to free a non-heap object"
17601 msgstr ""
17602
17603 #: calls.c:1384
17604 #, gcc-internal-format
17605 msgid "%Kargument %i value %qE is negative"
17606 msgstr ""
17607
17608 #: calls.c:1401
17609 #, gcc-internal-format
17610 msgid "%Kargument %i value is zero"
17611 msgstr ""
17612
17613 #: calls.c:1419
17614 #, gcc-internal-format
17615 msgid "%Kargument %i value %qE exceeds maximum object size %E"
17616 msgstr ""
17617
17618 #: calls.c:1433 calls.c:2060
17619 #, gcc-internal-format
17620 msgid "%Kargument %i range [%E, %E] is negative"
17621 msgstr ""
17622
17623 #: calls.c:1440
17624 #, gcc-internal-format
17625 msgid "%Kargument %i range [%E, %E] exceeds maximum object size %E"
17626 msgstr ""
17627
17628 #: calls.c:1470
17629 #, gcc-internal-format
17630 msgid "%Kproduct %<%E * %E%> of arguments %i and %i exceeds %<SIZE_MAX%>"
17631 msgstr ""
17632
17633 #: calls.c:1476
17634 #, gcc-internal-format
17635 msgid "%Kproduct %<%E * %E%> of arguments %i and %i exceeds maximum object size %E"
17636 msgstr ""
17637
17638 #: calls.c:1487 calls.c:1490
17639 #, gcc-internal-format
17640 msgid "argument %i in the range [%E, %E]"
17641 msgstr ""
17642
17643 #: calls.c:1501
17644 #, gcc-internal-format
17645 msgid "in a call to built-in allocation function %qD"
17646 msgstr "у виклику до вбудованої функції розподілу пам'яті %qD"
17647
17648 #: calls.c:1504
17649 #, gcc-internal-format
17650 msgid "in a call to allocation function %qD declared here"
17651 msgstr "у виклику до функції отримання області пам'яті %qD оголошено тут"
17652
17653 #: calls.c:1681
17654 #, gcc-internal-format
17655 msgid "%K%qD specified bound [%E, %E] exceeds maximum object size %E"
17656 msgstr ""
17657
17658 #: calls.c:1824
17659 #, gcc-internal-format
17660 msgid "%qD argument %i declared attribute %<nonstring%> is smaller than the specified bound %wu"
17661 msgstr ""
17662
17663 #: calls.c:1830
17664 #, gcc-internal-format
17665 msgid "%qD argument %i declared attribute %<nonstring%> is smaller than the specified bound [%E, %E]"
17666 msgstr ""
17667
17668 #: calls.c:1836
17669 #, gcc-internal-format
17670 msgid "%qD argument %i declared attribute %<nonstring%> may be smaller than the specified bound [%E, %E]"
17671 msgstr ""
17672
17673 #: calls.c:1846
17674 #, gcc-internal-format
17675 msgid "%qD argument %i declared attribute %<nonstring%>"
17676 msgstr ""
17677
17678 #: calls.c:1851
17679 #, gcc-internal-format
17680 msgid "argument %qD declared here"
17681 msgstr "аргумент %qD оголошено тут:"
17682
17683 #: calls.c:1865
17684 #, gcc-internal-format, gfc-internal-format
17685 msgid "cannot tail-call: %s"
17686 msgstr "хвостовий виклик неможливий: %s"
17687
17688 #: calls.c:2056
17689 #, fuzzy, gcc-internal-format
17690 #| msgid "%qE attribute argument value %qE is negative"
17691 msgid "%Kargument %i value %E is negative"
17692 msgstr "значення аргументу атрибута %qE, %qE, від'ємним"
17693
17694 #: calls.c:2103
17695 #, gcc-internal-format
17696 msgid "%Kargument %i is null but the corresponding size argument %i value is %E"
17697 msgstr ""
17698
17699 #: calls.c:2108
17700 #, gcc-internal-format
17701 msgid "%Kargument %i is null but the corresponding size argument %i range is [%E, %E]"
17702 msgstr ""
17703
17704 #: calls.c:2160
17705 #, fuzzy, gcc-internal-format
17706 #| msgid "in a call to function %qD declared here"
17707 msgid "in a call to function %qD declared with attribute %qs"
17708 msgstr "у виклику функції %qD, оголошено тут"
17709
17710 #: calls.c:2164
17711 #, gcc-internal-format
17712 msgid "in a call with type %qT and attribute %qs"
17713 msgstr ""
17714
17715 #: calls.c:3750
17716 #, gcc-internal-format
17717 msgid "function call has aggregate value"
17718 msgstr ""
17719
17720 #: calls.c:4471
17721 #, gcc-internal-format
17722 msgid "passing too large argument on stack"
17723 msgstr ""
17724
17725 #: cfgexpand.c:1699
17726 #, gcc-internal-format
17727 msgid "total size of local objects is too large"
17728 msgstr ""
17729
17730 #: cfgexpand.c:1702 function.c:1010 varasm.c:2247
17731 #, gcc-internal-format
17732 msgid "size of variable %q+D is too large"
17733 msgstr ""
17734
17735 #: cfgexpand.c:1714
17736 #, gcc-internal-format
17737 msgid "cannot allocate stack for variable %q+D, naked function"
17738 msgstr ""
17739
17740 #: cfgexpand.c:2794
17741 #, gcc-internal-format
17742 msgid "too many alternatives in %<asm%>"
17743 msgstr ""
17744
17745 #: cfgexpand.c:2801
17746 #, gcc-internal-format
17747 msgid "operand constraints for %<asm%> differ in number of alternatives"
17748 msgstr ""
17749
17750 #: cfgexpand.c:2822
17751 #, gcc-internal-format
17752 msgid "%<asm%> specifier for variable %qE conflicts with %<asm%> clobber list"
17753 msgstr ""
17754
17755 #. ??? Diagnose during gimplification?
17756 #: cfgexpand.c:2854
17757 #, gcc-internal-format
17758 msgid "PIC register clobbered by %qs in %<asm%>"
17759 msgstr ""
17760
17761 #. ??? Diagnose during gimplification?
17762 #: cfgexpand.c:2861
17763 #, gcc-internal-format
17764 msgid "the register %qs cannot be clobbered in %<asm%> for the current target"
17765 msgstr ""
17766
17767 #: cfgexpand.c:2872
17768 #, gcc-internal-format
17769 msgid "listing the stack pointer register %qs in a clobber list is deprecated"
17770 msgstr ""
17771
17772 #: cfgexpand.c:2874
17773 #, gcc-internal-format
17774 msgid "the value of the stack pointer after an %<asm%> statement must be the same as it was before the statement"
17775 msgstr ""
17776
17777 #: cfgexpand.c:2942
17778 #, gcc-internal-format
17779 msgid "more than %d operands in %<asm%>"
17780 msgstr ""
17781
17782 #. ??? Diagnose during gimplification?
17783 #: cfgexpand.c:2995
17784 #, gcc-internal-format
17785 msgid "unknown register name %qs in %<asm%>"
17786 msgstr ""
17787
17788 #: cfgexpand.c:3058
17789 #, gcc-internal-format
17790 msgid "invalid hard register usage between output operands"
17791 msgstr ""
17792
17793 #: cfgexpand.c:3081
17794 #, gcc-internal-format
17795 msgid "invalid hard register usage between output operand and matching constraint operand"
17796 msgstr ""
17797
17798 #: cfgexpand.c:3086
17799 #, gcc-internal-format
17800 msgid "invalid hard register usage between earlyclobber operand and input operand"
17801 msgstr ""
17802
17803 #: cfgexpand.c:3163
17804 #, gcc-internal-format, gfc-internal-format
17805 msgid "output number %d not directly addressable"
17806 msgstr ""
17807
17808 #: cfgexpand.c:3244
17809 #, gcc-internal-format
17810 msgid "%<asm%> operand %d probably does not match constraints"
17811 msgstr ""
17812
17813 #: cfgexpand.c:3428
17814 #, gcc-internal-format
17815 msgid "%<asm%> clobber conflict with output operand"
17816 msgstr ""
17817
17818 #: cfgexpand.c:3433
17819 #, gcc-internal-format
17820 msgid "%<asm%> clobber conflict with input operand"
17821 msgstr ""
17822
17823 #: cfgexpand.c:6420
17824 #, gcc-internal-format
17825 msgid "stack protector not protecting local variables: variable length buffer"
17826 msgstr ""
17827
17828 #: cfgexpand.c:6424
17829 #, gcc-internal-format, gfc-internal-format
17830 msgid "stack protector not protecting function: all local arrays are less than %d bytes long"
17831 msgstr ""
17832
17833 #: cfghooks.c:117
17834 #, gcc-internal-format, gfc-internal-format
17835 msgid "bb %d on wrong place"
17836 msgstr ""
17837
17838 #: cfghooks.c:123
17839 #, gcc-internal-format, gfc-internal-format
17840 msgid "prev_bb of %d should be %d, not %d"
17841 msgstr ""
17842
17843 #: cfghooks.c:140
17844 #, gcc-internal-format, gfc-internal-format
17845 msgid "verify_flow_info: Block %i has loop_father, but there are no loops"
17846 msgstr ""
17847
17848 #: cfghooks.c:146
17849 #, gcc-internal-format, gfc-internal-format
17850 msgid "verify_flow_info: Block %i lacks loop_father"
17851 msgstr ""
17852
17853 #: cfghooks.c:152
17854 #, gcc-internal-format, gfc-internal-format
17855 msgid "verify_flow_info: Wrong count of block %i"
17856 msgstr ""
17857
17858 #: cfghooks.c:160
17859 #, gcc-internal-format, gfc-internal-format
17860 msgid "verify_flow_info: Missing count of block %i"
17861 msgstr ""
17862
17863 #: cfghooks.c:168
17864 #, gcc-internal-format, gfc-internal-format
17865 msgid "verify_flow_info: Duplicate edge %i->%i"
17866 msgstr ""
17867
17868 #: cfghooks.c:177
17869 #, gcc-internal-format, gfc-internal-format
17870 msgid "Uninitialized probability of edge %i->%i"
17871 msgstr ""
17872
17873 #: cfghooks.c:183
17874 #, gcc-internal-format, gfc-internal-format
17875 msgid "verify_flow_info: Wrong probability of edge %i->%i"
17876 msgstr ""
17877
17878 #: cfghooks.c:195
17879 #, gcc-internal-format, gfc-internal-format
17880 msgid "verify_flow_info: Basic block %d succ edge is corrupted"
17881 msgstr ""
17882
17883 #: cfghooks.c:209
17884 #, gcc-internal-format, gfc-internal-format
17885 msgid "wrong amount of branch edges after unconditional jump %i"
17886 msgstr ""
17887
17888 #: cfghooks.c:217 cfghooks.c:228
17889 #, gcc-internal-format, gfc-internal-format
17890 msgid "basic block %d pred edge is corrupted"
17891 msgstr ""
17892
17893 #: cfghooks.c:229
17894 #, gcc-internal-format, gfc-internal-format
17895 msgid "its dest_idx should be %d, not %d"
17896 msgstr ""
17897
17898 #: cfghooks.c:258
17899 #, gcc-internal-format, gfc-internal-format
17900 msgid "basic block %i edge lists are corrupted"
17901 msgstr ""
17902
17903 #: cfghooks.c:269
17904 #, gcc-internal-format
17905 msgid "verify_flow_info failed"
17906 msgstr ""
17907
17908 #: cfghooks.c:327
17909 #, gcc-internal-format, gfc-internal-format
17910 msgid "%s does not support dump_bb_for_graph"
17911 msgstr ""
17912
17913 #: cfghooks.c:370
17914 #, gcc-internal-format, gfc-internal-format
17915 msgid "%s does not support redirect_edge_and_branch"
17916 msgstr ""
17917
17918 #: cfghooks.c:390
17919 #, gcc-internal-format, gfc-internal-format
17920 msgid "%s does not support can_remove_branch_p"
17921 msgstr ""
17922
17923 #: cfghooks.c:484
17924 #, gcc-internal-format, gfc-internal-format
17925 msgid "%s does not support redirect_edge_and_branch_force"
17926 msgstr ""
17927
17928 #: cfghooks.c:522
17929 #, gcc-internal-format, gfc-internal-format
17930 msgid "%s does not support split_block"
17931 msgstr ""
17932
17933 #: cfghooks.c:588
17934 #, gcc-internal-format, gfc-internal-format
17935 msgid "%s does not support move_block_after"
17936 msgstr ""
17937
17938 #: cfghooks.c:601
17939 #, gcc-internal-format, gfc-internal-format
17940 msgid "%s does not support delete_basic_block"
17941 msgstr ""
17942
17943 #: cfghooks.c:647
17944 #, gcc-internal-format, gfc-internal-format
17945 msgid "%s does not support split_edge"
17946 msgstr ""
17947
17948 #: cfghooks.c:720
17949 #, gcc-internal-format, gfc-internal-format
17950 msgid "%s does not support create_basic_block"
17951 msgstr ""
17952
17953 #: cfghooks.c:761
17954 #, gcc-internal-format, gfc-internal-format
17955 msgid "%s does not support can_merge_blocks_p"
17956 msgstr ""
17957
17958 #: cfghooks.c:772
17959 #, gcc-internal-format, gfc-internal-format
17960 msgid "%s does not support predict_edge"
17961 msgstr ""
17962
17963 #: cfghooks.c:781
17964 #, gcc-internal-format, gfc-internal-format
17965 msgid "%s does not support predicted_by_p"
17966 msgstr ""
17967
17968 #: cfghooks.c:795
17969 #, gcc-internal-format, gfc-internal-format
17970 msgid "%s does not support merge_blocks"
17971 msgstr ""
17972
17973 #: cfghooks.c:876
17974 #, gcc-internal-format, gfc-internal-format
17975 msgid "%s does not support make_forwarder_block"
17976 msgstr ""
17977
17978 #: cfghooks.c:1025
17979 #, gcc-internal-format, gfc-internal-format
17980 msgid "%s does not support force_nonfallthru"
17981 msgstr ""
17982
17983 #: cfghooks.c:1059
17984 #, gcc-internal-format, gfc-internal-format
17985 msgid "%s does not support can_duplicate_block_p"
17986 msgstr ""
17987
17988 #: cfghooks.c:1081
17989 #, gcc-internal-format, gfc-internal-format
17990 msgid "%s does not support duplicate_block"
17991 msgstr ""
17992
17993 #: cfghooks.c:1156
17994 #, gcc-internal-format, gfc-internal-format
17995 msgid "%s does not support block_ends_with_call_p"
17996 msgstr ""
17997
17998 #: cfghooks.c:1167
17999 #, gcc-internal-format, gfc-internal-format
18000 msgid "%s does not support block_ends_with_condjump_p"
18001 msgstr ""
18002
18003 #: cfghooks.c:1185
18004 #, gcc-internal-format, gfc-internal-format
18005 msgid "%s does not support flow_call_edges_add"
18006 msgstr ""
18007
18008 #: cfgloop.c:1415
18009 #, gcc-internal-format
18010 msgid "loop verification on loop tree that needs fixup"
18011 msgstr ""
18012
18013 #: cfgloop.c:1431
18014 #, gcc-internal-format
18015 msgid "corrupt loop tree root"
18016 msgstr ""
18017
18018 #: cfgloop.c:1441
18019 #, gcc-internal-format, gfc-internal-format
18020 msgid "loop with header %d marked for removal"
18021 msgstr ""
18022
18023 #: cfgloop.c:1446
18024 #, gcc-internal-format, gfc-internal-format
18025 msgid "loop with header %d not in loop tree"
18026 msgstr ""
18027
18028 #: cfgloop.c:1452
18029 #, gcc-internal-format, gfc-internal-format
18030 msgid "non-loop with header %d not marked for removal"
18031 msgstr ""
18032
18033 #: cfgloop.c:1466
18034 #, gcc-internal-format, gfc-internal-format
18035 msgid "removed loop %d in loop tree"
18036 msgstr ""
18037
18038 #: cfgloop.c:1474
18039 #, gcc-internal-format, gfc-internal-format
18040 msgid "size of loop %d should be %d, not %d"
18041 msgstr ""
18042
18043 #: cfgloop.c:1485
18044 #, gcc-internal-format, gfc-internal-format
18045 msgid "bb %d does not belong to loop %d"
18046 msgstr ""
18047
18048 #: cfgloop.c:1497
18049 #, gcc-internal-format, gfc-internal-format
18050 msgid "bb %d has father loop %d, should be loop %d"
18051 msgstr ""
18052
18053 #: cfgloop.c:1513
18054 #, gcc-internal-format
18055 msgid "loop %d%'s header is not a loop header"
18056 msgstr ""
18057
18058 #: cfgloop.c:1519
18059 #, gcc-internal-format
18060 msgid "loop %d%'s header does not have exactly 2 entries"
18061 msgstr ""
18062
18063 #: cfgloop.c:1526
18064 #, gcc-internal-format
18065 msgid "loop %d%'s latch does not have an edge to its header"
18066 msgstr ""
18067
18068 #: cfgloop.c:1531
18069 #, gcc-internal-format
18070 msgid "loop %d%'s latch is not dominated by its header"
18071 msgstr ""
18072
18073 #: cfgloop.c:1539
18074 #, gcc-internal-format
18075 msgid "loop %d%'s latch does not have exactly 1 successor"
18076 msgstr ""
18077
18078 #: cfgloop.c:1544
18079 #, gcc-internal-format
18080 msgid "loop %d%'s latch does not have header as successor"
18081 msgstr ""
18082
18083 #: cfgloop.c:1549
18084 #, gcc-internal-format
18085 msgid "loop %d%'s latch does not belong directly to it"
18086 msgstr ""
18087
18088 #: cfgloop.c:1555
18089 #, gcc-internal-format
18090 msgid "loop %d%'s header does not belong directly to it"
18091 msgstr ""
18092
18093 #: cfgloop.c:1561
18094 #, gcc-internal-format
18095 msgid "loop %d%'s latch is marked as part of irreducible region"
18096 msgstr ""
18097
18098 #: cfgloop.c:1595
18099 #, gcc-internal-format, gfc-internal-format
18100 msgid "basic block %d should be marked irreducible"
18101 msgstr ""
18102
18103 #: cfgloop.c:1601
18104 #, gcc-internal-format, gfc-internal-format
18105 msgid "basic block %d should not be marked irreducible"
18106 msgstr ""
18107
18108 #: cfgloop.c:1609
18109 #, gcc-internal-format, gfc-internal-format
18110 msgid "edge from %d to %d should be marked irreducible"
18111 msgstr ""
18112
18113 #: cfgloop.c:1616
18114 #, gcc-internal-format, gfc-internal-format
18115 msgid "edge from %d to %d should not be marked irreducible"
18116 msgstr ""
18117
18118 #: cfgloop.c:1630
18119 #, gcc-internal-format, gfc-internal-format
18120 msgid "corrupted head of the exits list of loop %d"
18121 msgstr ""
18122
18123 #: cfgloop.c:1648
18124 #, gcc-internal-format, gfc-internal-format
18125 msgid "corrupted exits list of loop %d"
18126 msgstr ""
18127
18128 #: cfgloop.c:1657
18129 #, gcc-internal-format, gfc-internal-format
18130 msgid "nonempty exits list of loop %d, but exits are not recorded"
18131 msgstr ""
18132
18133 #: cfgloop.c:1684
18134 #, gcc-internal-format, gfc-internal-format
18135 msgid "exit %d->%d not recorded"
18136 msgstr ""
18137
18138 #: cfgloop.c:1707
18139 #, gcc-internal-format, gfc-internal-format
18140 msgid "wrong list of exited loops for edge %d->%d"
18141 msgstr ""
18142
18143 #: cfgloop.c:1716
18144 #, gcc-internal-format
18145 msgid "too many loop exits recorded"
18146 msgstr ""
18147
18148 #: cfgloop.c:1727
18149 #, gcc-internal-format, gfc-internal-format
18150 msgid "%d exits recorded for loop %d (having %d exits)"
18151 msgstr ""
18152
18153 #: cfgrtl.c:2391
18154 #, gcc-internal-format, gfc-internal-format
18155 msgid "non-cold basic block %d reachable only by paths crossing the cold partition"
18156 msgstr ""
18157
18158 #: cfgrtl.c:2462
18159 #, gcc-internal-format, gfc-internal-format
18160 msgid "multiple hot/cold transitions found (bb %i)"
18161 msgstr ""
18162
18163 #: cfgrtl.c:2470
18164 #, gcc-internal-format
18165 msgid "partition found but function partition flag not set"
18166 msgstr ""
18167
18168 #: cfgrtl.c:2509
18169 #, gcc-internal-format
18170 msgid "verify_flow_info: REG_BR_PROB is set but cfg probability is not"
18171 msgstr ""
18172
18173 #: cfgrtl.c:2518
18174 #, gcc-internal-format, gfc-internal-format
18175 msgid "verify_flow_info: REG_BR_PROB does not match cfg %i %i"
18176 msgstr ""
18177
18178 #: cfgrtl.c:2540
18179 #, gcc-internal-format
18180 msgid "EDGE_CROSSING incorrectly set across same section"
18181 msgstr ""
18182
18183 #: cfgrtl.c:2545
18184 #, gcc-internal-format, gfc-internal-format
18185 msgid "fallthru edge crosses section boundary in bb %i"
18186 msgstr ""
18187
18188 #: cfgrtl.c:2551
18189 #, gcc-internal-format, gfc-internal-format
18190 msgid "EH edge crosses section boundary in bb %i"
18191 msgstr ""
18192
18193 #: cfgrtl.c:2557
18194 #, gcc-internal-format, gfc-internal-format
18195 msgid "No region crossing jump at section boundary in bb %i"
18196 msgstr ""
18197
18198 #: cfgrtl.c:2564
18199 #, gcc-internal-format
18200 msgid "EDGE_CROSSING missing across section boundary"
18201 msgstr ""
18202
18203 #: cfgrtl.c:2594
18204 #, gcc-internal-format, gfc-internal-format
18205 msgid "Region crossing jump across same section in bb %i"
18206 msgstr ""
18207
18208 #: cfgrtl.c:2601
18209 #, gcc-internal-format, gfc-internal-format
18210 msgid "missing REG_EH_REGION note at the end of bb %i"
18211 msgstr ""
18212
18213 #: cfgrtl.c:2606
18214 #, gcc-internal-format, gfc-internal-format
18215 msgid "too many exception handling edges in bb %i"
18216 msgstr ""
18217
18218 #: cfgrtl.c:2614
18219 #, gcc-internal-format, gfc-internal-format
18220 msgid "too many outgoing branch edges from bb %i"
18221 msgstr ""
18222
18223 #: cfgrtl.c:2619
18224 #, gcc-internal-format, gfc-internal-format
18225 msgid "fallthru edge after unconditional jump in bb %i"
18226 msgstr ""
18227
18228 #: cfgrtl.c:2624
18229 #, gcc-internal-format, gfc-internal-format
18230 msgid "wrong number of branch edges after unconditional jump in bb %i"
18231 msgstr ""
18232
18233 #: cfgrtl.c:2631
18234 #, gcc-internal-format, gfc-internal-format
18235 msgid "wrong amount of branch edges after conditional jump in bb %i"
18236 msgstr ""
18237
18238 #: cfgrtl.c:2637
18239 #, gcc-internal-format, gfc-internal-format
18240 msgid "abnormal call edges for non-call insn in bb %i"
18241 msgstr ""
18242
18243 #: cfgrtl.c:2642
18244 #, gcc-internal-format, gfc-internal-format
18245 msgid "sibcall edges for non-call insn in bb %i"
18246 msgstr ""
18247
18248 #: cfgrtl.c:2652
18249 #, gcc-internal-format, gfc-internal-format
18250 msgid "abnormal edges for no purpose in bb %i"
18251 msgstr ""
18252
18253 #: cfgrtl.c:2663
18254 #, gcc-internal-format, gfc-internal-format
18255 msgid "EH incoming edge mixed with non-EH incoming edges in bb %i"
18256 msgstr ""
18257
18258 #: cfgrtl.c:2704 cfgrtl.c:2714
18259 #, gcc-internal-format, gfc-internal-format
18260 msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d"
18261 msgstr ""
18262
18263 #: cfgrtl.c:2727
18264 #, gcc-internal-format, gfc-internal-format
18265 msgid "NOTE_INSN_BASIC_BLOCK %d in middle of basic block %d"
18266 msgstr ""
18267
18268 #: cfgrtl.c:2737
18269 #, gcc-internal-format, gfc-internal-format
18270 msgid "in basic block %d:"
18271 msgstr ""
18272
18273 #: cfgrtl.c:2763
18274 #, gcc-internal-format, gfc-internal-format
18275 msgid "BB_RTL flag not set for block %d"
18276 msgstr ""
18277
18278 #: cfgrtl.c:2770
18279 #, gcc-internal-format, gfc-internal-format
18280 msgid "insn %d basic block pointer is %d, should be %d"
18281 msgstr ""
18282
18283 #: cfgrtl.c:2781
18284 #, gcc-internal-format, gfc-internal-format
18285 msgid "insn %d in header of bb %d has non-NULL basic block"
18286 msgstr ""
18287
18288 #: cfgrtl.c:2789
18289 #, gcc-internal-format, gfc-internal-format
18290 msgid "insn %d in footer of bb %d has non-NULL basic block"
18291 msgstr ""
18292
18293 #: cfgrtl.c:2862 cfgrtl.c:2910
18294 #, gcc-internal-format, gfc-internal-format
18295 msgid "insn %d outside of basic blocks has non-NULL bb field"
18296 msgstr ""
18297
18298 #: cfgrtl.c:2870
18299 #, gcc-internal-format, gfc-internal-format
18300 msgid "end insn %d for block %d not found in the insn stream"
18301 msgstr ""
18302
18303 #: cfgrtl.c:2883
18304 #, gcc-internal-format, gfc-internal-format
18305 msgid "insn %d is in multiple basic blocks (%d and %d)"
18306 msgstr ""
18307
18308 #: cfgrtl.c:2895
18309 #, gcc-internal-format, gfc-internal-format
18310 msgid "head insn %d for block %d not found in the insn stream"
18311 msgstr ""
18312
18313 #: cfgrtl.c:2943
18314 #, gcc-internal-format, gfc-internal-format
18315 msgid "missing barrier after block %i"
18316 msgstr ""
18317
18318 #: cfgrtl.c:2959
18319 #, gcc-internal-format, gfc-internal-format
18320 msgid "verify_flow_info: Incorrect blocks for fallthru %i->%i"
18321 msgstr ""
18322
18323 #: cfgrtl.c:2968
18324 #, gcc-internal-format, gfc-internal-format
18325 msgid "verify_flow_info: Incorrect fallthru %i->%i"
18326 msgstr ""
18327
18328 #: cfgrtl.c:3003
18329 #, gcc-internal-format
18330 msgid "basic blocks not laid down consecutively"
18331 msgstr ""
18332
18333 #: cfgrtl.c:3042
18334 #, gcc-internal-format, gfc-internal-format
18335 msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)"
18336 msgstr ""
18337
18338 #: cgraph.c:3089
18339 #, gcc-internal-format
18340 msgid "caller edge count invalid"
18341 msgstr ""
18342
18343 #: cgraph.c:3185
18344 #, gcc-internal-format
18345 msgid "missing indirect call in speculative call sequence"
18346 msgstr ""
18347
18348 #: cgraph.c:3190
18349 #, gcc-internal-format
18350 msgid "indirect call in speculative call sequence has no speculative flag"
18351 msgstr ""
18352
18353 #: cgraph.c:3220
18354 #, gcc-internal-format
18355 msgid "speculative edges are not adjacent"
18356 msgstr ""
18357
18358 #: cgraph.c:3226
18359 #, gcc-internal-format, gfc-internal-format
18360 msgid "direct call to %s in speculative call sequence has no speculative flag"
18361 msgstr ""
18362
18363 #: cgraph.c:3232 cgraph.c:3262
18364 #, gcc-internal-format, gfc-internal-format
18365 msgid "direct call to %s in speculative call sequence has speculative_uid %i out of range"
18366 msgstr ""
18367
18368 #: cgraph.c:3239
18369 #, gcc-internal-format, gfc-internal-format
18370 msgid "duplicate direct call to %s in speculative call sequence with speculative_uid %i"
18371 msgstr ""
18372
18373 #: cgraph.c:3250
18374 #, gcc-internal-format
18375 msgid "call stmt hash does not point to first direct edge of speculative call sequence "
18376 msgstr ""
18377
18378 #: cgraph.c:3269
18379 #, gcc-internal-format, gfc-internal-format
18380 msgid "duplicate reference %s in speculative call sequence with speculative_uid %i"
18381 msgstr ""
18382
18383 #: cgraph.c:3282
18384 #, fuzzy, gcc-internal-format, gfc-internal-format
18385 #| msgid "Missing counts for called function %s"
18386 msgid "missing direct call for speculation %i"
18387 msgstr "Пропущено лічильники для викликаної функції %s"
18388
18389 #: cgraph.c:3287
18390 #, gcc-internal-format, gfc-internal-format
18391 msgid "missing ref for speculation %i"
18392 msgstr ""
18393
18394 #: cgraph.c:3296
18395 #, gcc-internal-format, gfc-internal-format
18396 msgid "number of speculative targets %i mismatched with num_speculative_targets %i"
18397 msgstr ""
18398
18399 #: cgraph.c:3325
18400 #, gcc-internal-format, gfc-internal-format
18401 msgid "aux field set for edge %s->%s"
18402 msgstr ""
18403
18404 #: cgraph.c:3332
18405 #, gcc-internal-format
18406 msgid "cgraph count invalid"
18407 msgstr ""
18408
18409 #: cgraph.c:3337
18410 #, gcc-internal-format
18411 msgid "inline clone in same comdat group list"
18412 msgstr ""
18413
18414 #: cgraph.c:3342
18415 #, gcc-internal-format
18416 msgid "inline clone count is not compatible"
18417 msgstr ""
18418
18419 #: cgraph.c:3349
18420 #, fuzzy, gcc-internal-format
18421 #| msgid "%<priority%> value must be non-negative"
18422 msgid "tp_first_run must be non-negative"
18423 msgstr "значення %<priority%> має бути невід’ємним"
18424
18425 #: cgraph.c:3354
18426 #, gcc-internal-format
18427 msgid "local symbols must be defined"
18428 msgstr ""
18429
18430 #: cgraph.c:3359
18431 #, gcc-internal-format
18432 msgid "externally visible inline clone"
18433 msgstr ""
18434
18435 #: cgraph.c:3364
18436 #, gcc-internal-format
18437 msgid "inline clone with address taken"
18438 msgstr ""
18439
18440 #: cgraph.c:3369
18441 #, gcc-internal-format
18442 msgid "inline clone is forced to output"
18443 msgstr ""
18444
18445 #: cgraph.c:3374
18446 #, gcc-internal-format
18447 msgid "calls_comdat_local is set outside of a comdat group"
18448 msgstr ""
18449
18450 #: cgraph.c:3381
18451 #, gcc-internal-format, gfc-internal-format
18452 msgid "aux field set for indirect edge from %s"
18453 msgstr ""
18454
18455 #: cgraph.c:3387 cgraph.c:3447
18456 #, gcc-internal-format
18457 msgid "edge count is not compatible with function count"
18458 msgstr ""
18459
18460 #: cgraph.c:3395
18461 #, gcc-internal-format, gfc-internal-format
18462 msgid "An indirect edge from %s is not marked as indirect or has associated indirect_info, the corresponding statement is: "
18463 msgstr ""
18464
18465 #: cgraph.c:3403 cgraph.c:3474
18466 #, gcc-internal-format
18467 msgid "edge has both cal_stmt and lto_stmt_uid set"
18468 msgstr ""
18469
18470 #: cgraph.c:3415
18471 #, gcc-internal-format, gfc-internal-format
18472 msgid "comdat-local function called by %s outside its comdat"
18473 msgstr ""
18474
18475 #: cgraph.c:3425
18476 #, gcc-internal-format
18477 msgid "inlined_to pointer is wrong"
18478 msgstr ""
18479
18480 #: cgraph.c:3430
18481 #, gcc-internal-format
18482 msgid "multiple inline callers"
18483 msgstr ""
18484
18485 #: cgraph.c:3437
18486 #, gcc-internal-format
18487 msgid "inlined_to pointer set for noninline callers"
18488 msgstr ""
18489
18490 #: cgraph.c:3464
18491 #, gcc-internal-format
18492 msgid "caller edge count does not match BB count"
18493 msgstr ""
18494
18495 #: cgraph.c:3495
18496 #, gcc-internal-format
18497 msgid "indirect call count does not match BB count"
18498 msgstr ""
18499
18500 #: cgraph.c:3512
18501 #, gcc-internal-format
18502 msgid "reference has both cal_stmt and lto_stmt_uid set"
18503 msgstr ""
18504
18505 #: cgraph.c:3523
18506 #, gcc-internal-format
18507 msgid "inlined_to pointer is set but no predecessors found"
18508 msgstr "встановлено вказівник inlined_to, але не виявлено попередників"
18509
18510 #: cgraph.c:3528
18511 #, gcc-internal-format
18512 msgid "inlined_to pointer refers to itself"
18513 msgstr ""
18514
18515 #: cgraph.c:3539
18516 #, gcc-internal-format
18517 msgid "cgraph_node has wrong clone_of"
18518 msgstr ""
18519
18520 #: cgraph.c:3552
18521 #, gcc-internal-format
18522 msgid "cgraph_node has wrong clone list"
18523 msgstr ""
18524
18525 #: cgraph.c:3558
18526 #, gcc-internal-format
18527 msgid "cgraph_node is in clone list but it is not clone"
18528 msgstr ""
18529
18530 #: cgraph.c:3563
18531 #, gcc-internal-format
18532 msgid "cgraph_node has wrong prev_clone pointer"
18533 msgstr ""
18534
18535 #: cgraph.c:3568
18536 #, gcc-internal-format
18537 msgid "double linked list of clones corrupted"
18538 msgstr ""
18539
18540 #: cgraph.c:3580
18541 #, gcc-internal-format
18542 msgid "Alias has call edges"
18543 msgstr ""
18544
18545 #: cgraph.c:3586
18546 #, gcc-internal-format
18547 msgid "Alias has non-alias reference"
18548 msgstr ""
18549
18550 #: cgraph.c:3591
18551 #, gcc-internal-format
18552 msgid "Alias has more than one alias reference"
18553 msgstr ""
18554
18555 #: cgraph.c:3598
18556 #, gcc-internal-format
18557 msgid "Analyzed alias has no reference"
18558 msgstr ""
18559
18560 #: cgraph.c:3607
18561 #, gcc-internal-format
18562 msgid "No edge out of thunk node"
18563 msgstr ""
18564
18565 #: cgraph.c:3612
18566 #, gcc-internal-format
18567 msgid "More than one edge out of thunk node"
18568 msgstr ""
18569
18570 #: cgraph.c:3617
18571 #, gcc-internal-format
18572 msgid "Thunk is not supposed to have body"
18573 msgstr ""
18574
18575 #: cgraph.c:3651
18576 #, gcc-internal-format
18577 msgid "shared call_stmt:"
18578 msgstr ""
18579
18580 #: cgraph.c:3659
18581 #, gcc-internal-format
18582 msgid "edge points to wrong declaration:"
18583 msgstr ""
18584
18585 #: cgraph.c:3668
18586 #, gcc-internal-format
18587 msgid "an indirect edge with unknown callee corresponding to a call_stmt with a known declaration:"
18588 msgstr ""
18589
18590 #: cgraph.c:3678
18591 #, gcc-internal-format
18592 msgid "missing callgraph edge for call stmt:"
18593 msgstr ""
18594
18595 #: cgraph.c:3688
18596 #, gcc-internal-format
18597 msgid "reference to dead statement"
18598 msgstr ""
18599
18600 #: cgraph.c:3701
18601 #, gcc-internal-format, gfc-internal-format
18602 msgid "edge %s->%s has no corresponding call_stmt"
18603 msgstr ""
18604
18605 #: cgraph.c:3713
18606 #, gcc-internal-format, gfc-internal-format
18607 msgid "an indirect edge from %s has no corresponding call_stmt"
18608 msgstr ""
18609
18610 #: cgraph.c:3728 cgraph.c:3741
18611 #, gcc-internal-format
18612 msgid "missing origin for a node in a nested list"
18613 msgstr ""
18614
18615 #: cgraph.c:3733
18616 #, gcc-internal-format
18617 msgid "origin points to a different parent"
18618 msgstr ""
18619
18620 #: cgraph.c:3748
18621 #, gcc-internal-format
18622 msgid "verify_cgraph_node failed"
18623 msgstr ""
18624
18625 #: cgraph.c:3865 varpool.c:303
18626 #, gcc-internal-format, gfc-internal-format
18627 msgid "%s: section %s.%d is missing"
18628 msgstr ""
18629
18630 #: cgraphunit.c:726
18631 #, gcc-internal-format
18632 msgid "multiple versions for one symbol"
18633 msgstr ""
18634
18635 #: cgraphunit.c:737
18636 #, fuzzy, gcc-internal-format
18637 #| msgid "duplicate definition of '%s'"
18638 msgid "duplicate definition of a symbol version"
18639 msgstr "повторне визначення «%s»"
18640
18641 #: cgraphunit.c:739
18642 #, fuzzy, gcc-internal-format
18643 #| msgid "%qT has a previous declaration here"
18644 msgid "same version was previously defined here"
18645 msgstr "%qT має попереднє оголошення тут"
18646
18647 #: cgraphunit.c:745
18648 #, gcc-internal-format
18649 msgid "symbol needs to be defined to have a version"
18650 msgstr ""
18651
18652 #: cgraphunit.c:751
18653 #, gcc-internal-format
18654 msgid "common symbol cannot be versioned"
18655 msgstr ""
18656
18657 #: cgraphunit.c:757
18658 #, gcc-internal-format
18659 msgid "comdat symbol cannot be versioned"
18660 msgstr ""
18661
18662 #: cgraphunit.c:763
18663 #, gcc-internal-format
18664 msgid "weakref cannot be versioned"
18665 msgstr ""
18666
18667 #: cgraphunit.c:769
18668 #, gcc-internal-format
18669 msgid "versioned symbol must be public"
18670 msgstr ""
18671
18672 #: cgraphunit.c:775
18673 #, gcc-internal-format
18674 msgid "versioned symbol must have default visibility"
18675 msgstr ""
18676
18677 #: cgraphunit.c:807
18678 #, gcc-internal-format
18679 msgid "%<weakref%> attribute should be accompanied with an %<alias%> attribute"
18680 msgstr ""
18681
18682 #: cgraphunit.c:860 cgraphunit.c:902
18683 #, gcc-internal-format
18684 msgid "%<externally_visible%> attribute have effect only on public objects"
18685 msgstr ""
18686
18687 #: cgraphunit.c:867
18688 #, gcc-internal-format
18689 msgid "%<weakref%> attribute ignored because function is defined"
18690 msgstr ""
18691
18692 #: cgraphunit.c:877
18693 #, gcc-internal-format
18694 msgid "%<alias%> attribute ignored because function is defined"
18695 msgstr ""
18696
18697 #: cgraphunit.c:885
18698 #, gcc-internal-format
18699 msgid "%<always_inline%> function might not be inlinable"
18700 msgstr ""
18701
18702 #: cgraphunit.c:910
18703 #, gcc-internal-format
18704 msgid "%<weakref%> attribute ignored because variable is initialized"
18705 msgstr ""
18706
18707 #. include_self=
18708 #: cgraphunit.c:1060 c/c-decl.c:11762
18709 #, gcc-internal-format
18710 msgid "%q+F used but never defined"
18711 msgstr "%q+F використано, але ніколи не визначено"
18712
18713 #: cgraphunit.c:1062 c/c-decl.c:11772
18714 #, gcc-internal-format
18715 msgid "%q+F declared %<static%> but never defined"
18716 msgstr ""
18717
18718 #: cgraphunit.c:1106
18719 #, gcc-internal-format
18720 msgid "%qD defined but not used"
18721 msgstr ""
18722
18723 #: cgraphunit.c:1438
18724 #, gcc-internal-format
18725 msgid "%<ifunc%> resolver for %qD must return %qT"
18726 msgstr ""
18727
18728 #: cgraphunit.c:1441 cgraphunit.c:1464
18729 #, gcc-internal-format
18730 msgid "resolver indirect function declared here"
18731 msgstr ""
18732
18733 #: cgraphunit.c:1461
18734 #, gcc-internal-format
18735 msgid "%<ifunc%> resolver for %qD should return %qT"
18736 msgstr ""
18737
18738 #: cgraphunit.c:1471
18739 #, gcc-internal-format
18740 msgid "%qD alias between functions of incompatible types %qT and %qT"
18741 msgstr "%qD alias між функціями несумісних типів, %qT та %qT"
18742
18743 #: cgraphunit.c:1474 cgraphunit.c:1556
18744 #, gcc-internal-format
18745 msgid "aliased declaration here"
18746 msgstr "оголошення aliased тут:"
18747
18748 #: cgraphunit.c:1512 c-family/c-pragma.c:340
18749 #, gcc-internal-format
18750 msgid "%q+D aliased to undefined symbol %qE"
18751 msgstr ""
18752
18753 #: cgraphunit.c:1528
18754 #, gcc-internal-format
18755 msgid "%q+D aliased to external symbol %qE"
18756 msgstr ""
18757
18758 #: cgraphunit.c:1553
18759 #, gcc-internal-format
18760 msgid "%q+D alias between function and variable is not supported"
18761 msgstr ""
18762
18763 #: cgraphunit.c:1627
18764 #, gcc-internal-format
18765 msgid "failed to reclaim unneeded function"
18766 msgstr "не вдалося повернути пам'ять від непотрібної функції"
18767
18768 #: cgraphunit.c:1655
18769 #, gcc-internal-format
18770 msgid "failed to reclaim unneeded function in same comdat group"
18771 msgstr ""
18772
18773 #: cgraphunit.c:1926
18774 #, gcc-internal-format
18775 msgid "generic thunk code fails for method %qD which uses %<...%>"
18776 msgstr ""
18777
18778 #: cgraphunit.c:2310
18779 #, gcc-internal-format
18780 msgid "size of return value of %q+D is %u bytes"
18781 msgstr ""
18782
18783 #: cgraphunit.c:2314
18784 #, gcc-internal-format
18785 msgid "size of return value of %q+D is larger than %wu bytes"
18786 msgstr ""
18787
18788 #: cgraphunit.c:2836
18789 #, gcc-internal-format
18790 msgid "nodes with unreleased memory found"
18791 msgstr "виявлено вузли із незвільненою пам'яттю"
18792
18793 #: collect-utils.c:68
18794 #, fuzzy, gcc-internal-format
18795 #| msgid "cannot read %s: %m"
18796 msgid "cannot get program status: %m"
18797 msgstr "не вдалося прочитати %s: %m"
18798
18799 #: collect-utils.c:82
18800 #, gcc-internal-format, gfc-internal-format
18801 msgid "%s terminated with signal %d [%s]%s"
18802 msgstr "%s перервано за допомогою сигналу %d [%s]%s"
18803
18804 #: collect-utils.c:98
18805 #, gcc-internal-format, gfc-internal-format
18806 msgid "%s returned %d exit status"
18807 msgstr "%s повернуто стан виходу %d"
18808
18809 #: collect-utils.c:133
18810 #, gcc-internal-format, gfc-internal-format
18811 msgid "could not open response file %s"
18812 msgstr "не вдалося відкрити файл відповіді %s"
18813
18814 #: collect-utils.c:139
18815 #, gcc-internal-format, gfc-internal-format
18816 msgid "could not write to response file %s"
18817 msgstr "не вдалося записати дані до файла відповіді %s"
18818
18819 #: collect-utils.c:145
18820 #, gcc-internal-format, gfc-internal-format
18821 msgid "could not close response file %s"
18822 msgstr "не вдалося закрити файл відповіді %s"
18823
18824 #: collect-utils.c:179
18825 #, gcc-internal-format
18826 msgid "cannot find %qs"
18827 msgstr "не вдалося знайти %qs"
18828
18829 #: collect-utils.c:183 collect2.c:2476 gcc.c:3200 gcc.c:6935
18830 #, gcc-internal-format
18831 msgid "%<pex_init%> failed: %m"
18832 msgstr ""
18833
18834 #: collect-utils.c:192 collect2.c:2485 collect2.c:2654 gcc.c:2498 gcc.c:4599
18835 #, gcc-internal-format
18836 msgid "%s: %m"
18837 msgstr ""
18838
18839 #: collect2.c:704
18840 #, gcc-internal-format
18841 msgid "environment variable %<COLLECT_LTO_WRAPPER%> must be set"
18842 msgstr ""
18843
18844 #: collect2.c:842
18845 #, gcc-internal-format, gfc-internal-format
18846 msgid "ld returned %d exit status"
18847 msgstr ""
18848
18849 #: collect2.c:1001 gcc.c:7453 config/gcn/mkoffload.c:533
18850 #: config/i386/intelmic-mkoffload.c:557 config/nvptx/mkoffload.c:405
18851 #, gcc-internal-format
18852 msgid "atexit failed"
18853 msgstr ""
18854
18855 #: collect2.c:1123
18856 #, gcc-internal-format
18857 msgid "no arguments"
18858 msgstr "немає аргументів"
18859
18860 #: collect2.c:1383 opts.c:1032
18861 #, gcc-internal-format
18862 msgid "LTO support has not been enabled in this configuration"
18863 msgstr ""
18864
18865 #: collect2.c:1424 graph.c:55 lto-wrapper.c:1480 lto-wrapper.c:1536
18866 #: toplev.c:1728 objc/objc-act.c:461
18867 #, gcc-internal-format
18868 msgid "cannot open %s: %m"
18869 msgstr "не вдалося відкрити %s: %m"
18870
18871 #: collect2.c:1544
18872 #, gcc-internal-format
18873 msgid "unknown demangling style %qs"
18874 msgstr "невідомий стиль декодування %qs"
18875
18876 #: collect2.c:1646 collect2.c:1827 collect2.c:1867
18877 #, gcc-internal-format
18878 msgid "fopen %s: %m"
18879 msgstr "fopen %s: %m"
18880
18881 #: collect2.c:1649 collect2.c:1832 collect2.c:1870
18882 #, gcc-internal-format
18883 msgid "fclose %s: %m"
18884 msgstr "fclose %s: %m"
18885
18886 #: collect2.c:2410 lto-wrapper.c:1076 lto-wrapper.c:1096 lto/lto-object.c:151
18887 #: lto/lto-object.c:186 lto/lto-object.c:283 lto/lto-object.c:340
18888 #: lto/lto-object.c:364
18889 #, gcc-internal-format, gfc-internal-format
18890 msgid "%s: %s"
18891 msgstr "%s: %s"
18892
18893 #: collect2.c:2450
18894 #, gcc-internal-format
18895 msgid "cannot find %<nm%>"
18896 msgstr "не вдалося знайти %<nm%>"
18897
18898 #: collect2.c:2498
18899 #, fuzzy, gcc-internal-format
18900 #| msgid "cannot open input file: %s"
18901 msgid "cannot open nm output: %m"
18902 msgstr "не вдалося відкрити вхідний файл %s"
18903
18904 #: collect2.c:2553
18905 #, gcc-internal-format, gfc-internal-format
18906 msgid "init function found in object %s"
18907 msgstr "знайдено функцію init у об'єкті %s"
18908
18909 #: collect2.c:2564
18910 #, gcc-internal-format, gfc-internal-format
18911 msgid "fini function found in object %s"
18912 msgstr ""
18913
18914 #: collect2.c:2621
18915 #, gcc-internal-format
18916 msgid "cannot find %<ldd%>"
18917 msgstr "не вдалося знайти %<ldd%>"
18918
18919 #: collect2.c:2646
18920 #, gcc-internal-format
18921 msgid "pex_init failed: %m"
18922 msgstr ""
18923
18924 #: collect2.c:2667
18925 #, fuzzy, gcc-internal-format
18926 #| msgid "cannot open %s: %m"
18927 msgid "cannot open ldd output: %m"
18928 msgstr "не вдалося відкрити %s: %m"
18929
18930 #: collect2.c:2685
18931 #, gcc-internal-format, gfc-internal-format
18932 msgid "dynamic dependency %s not found"
18933 msgstr ""
18934
18935 #: collect2.c:2697
18936 #, gcc-internal-format
18937 msgid "unable to open dynamic dependency %qs"
18938 msgstr "не вдалося відкрити динамічну залежність %qs"
18939
18940 #: collect2.c:2848
18941 #, gcc-internal-format, gfc-internal-format
18942 msgid "%s: not a COFF file"
18943 msgstr ""
18944
18945 #: collect2.c:3005
18946 #, gcc-internal-format, gfc-internal-format
18947 msgid "%s: cannot open as COFF file"
18948 msgstr ""
18949
18950 #: collect2.c:3064
18951 #, gcc-internal-format, gfc-internal-format
18952 msgid "library lib%s not found"
18953 msgstr ""
18954
18955 #: convert.c:97
18956 #, gcc-internal-format
18957 msgid "cannot convert to a pointer type"
18958 msgstr ""
18959
18960 #: convert.c:332
18961 #, gcc-internal-format
18962 msgid "pointer value used where a floating-point was expected"
18963 msgstr ""
18964
18965 #: convert.c:336
18966 #, gcc-internal-format
18967 msgid "aggregate value used where a floating-point was expected"
18968 msgstr ""
18969
18970 #: convert.c:471
18971 #, gcc-internal-format
18972 msgid "conversion to incomplete type"
18973 msgstr "перетворення до неповного типу"
18974
18975 #: convert.c:946
18976 #, fuzzy, gcc-internal-format
18977 #| msgid "cannot convert type %qH to type %qI"
18978 msgid "cannot convert a vector of type %qT to type %qT which has different size"
18979 msgstr "не вдалося перетворити тип %qH на тип %qI"
18980
18981 #: convert.c:954
18982 #, gcc-internal-format
18983 msgid "aggregate value used where an integer was expected"
18984 msgstr ""
18985
18986 #: convert.c:1042
18987 #, gcc-internal-format
18988 msgid "pointer value used where a complex was expected"
18989 msgstr ""
18990
18991 #: convert.c:1046
18992 #, gcc-internal-format
18993 msgid "aggregate value used where a complex was expected"
18994 msgstr ""
18995
18996 #: convert.c:1083
18997 #, gcc-internal-format
18998 msgid "cannot convert a value of type %qT to vector type %qT which has different size"
18999 msgstr ""
19000
19001 #: convert.c:1091
19002 #, fuzzy, gcc-internal-format
19003 #| msgid "cannot convert %qH to %qI"
19004 msgid "cannot convert value to a vector"
19005 msgstr "не вдалося перетворити %qH на %qI"
19006
19007 #: convert.c:1130
19008 #, gcc-internal-format
19009 msgid "aggregate value used where a fixed-point was expected"
19010 msgstr ""
19011
19012 #: coverage.c:198
19013 #, gcc-internal-format
19014 msgid "%qs is not a gcov data file"
19015 msgstr ""
19016
19017 #: coverage.c:209
19018 #, gcc-internal-format
19019 msgid "%qs is version %q.*s, expected version %q.*s"
19020 msgstr ""
19021
19022 #: coverage.c:268
19023 #, gcc-internal-format, gfc-internal-format
19024 msgid "profile data for function %u is corrupted"
19025 msgstr ""
19026
19027 #: coverage.c:269
19028 #, gcc-internal-format
19029 msgid "checksum is (%x,%x) instead of (%x,%x)"
19030 msgstr ""
19031
19032 #: coverage.c:283
19033 #, gcc-internal-format
19034 msgid "%qs has overflowed"
19035 msgstr ""
19036
19037 #: coverage.c:284
19038 #, gcc-internal-format
19039 msgid "%qs is corrupted"
19040 msgstr ""
19041
19042 #: coverage.c:311
19043 #, gcc-internal-format
19044 msgid "%qs profile count data file not found"
19045 msgstr ""
19046
19047 #: coverage.c:340
19048 #, gcc-internal-format
19049 msgid "profile for function %qD not found in profile data"
19050 msgstr ""
19051
19052 #: coverage.c:357
19053 #, gcc-internal-format
19054 msgid "number of counters in profile data for function %qD does not match its profile data (counter %qs, expected %i and have %i)"
19055 msgstr ""
19056
19057 #: coverage.c:366
19058 #, gcc-internal-format
19059 msgid "the control flow of function %qD does not match its profile data (counter %qs)"
19060 msgstr ""
19061
19062 #: coverage.c:385
19063 #, gcc-internal-format
19064 msgid "execution counts estimated\n"
19065 msgstr ""
19066
19067 #: coverage.c:386
19068 #, gcc-internal-format
19069 msgid "execution counts assumed to be zero\n"
19070 msgstr ""
19071
19072 #: coverage.c:399
19073 #, gcc-internal-format
19074 msgid "source locations for function %qD have changed, the profile data may be out of date"
19075 msgstr ""
19076
19077 #: coverage.c:673
19078 #, gcc-internal-format
19079 msgid "error writing %qs"
19080 msgstr ""
19081
19082 #: coverage.c:1267
19083 #, gcc-internal-format, gfc-internal-format
19084 msgid "cannot open %s"
19085 msgstr "не вдалося відкрити %s"
19086
19087 #: data-streamer-in.c:53
19088 #, gcc-internal-format
19089 msgid "bytecode stream: string too long for the string table"
19090 msgstr ""
19091
19092 #: data-streamer-in.c:84 data-streamer-in.c:113
19093 #, gcc-internal-format
19094 msgid "bytecode stream: found non-null terminated string"
19095 msgstr ""
19096
19097 #: dbgcnt.c:128
19098 #, gcc-internal-format
19099 msgid "Interval overlap of %<-fdbg-cnt=%s%>: [%u, %u] and [%u, %u]\n"
19100 msgstr ""
19101
19102 #: dbgcnt.c:143
19103 #, gcc-internal-format
19104 msgid "%<-fdbg-cnt=%s:%d-%d%> has smaller upper limit than the lower"
19105 msgstr ""
19106
19107 #: dbgcnt.c:155
19108 #, gcc-internal-format
19109 msgid "cannot find a valid counter name %qs of %<-fdbg-cnt=%> option"
19110 msgstr ""
19111
19112 #: dbgcnt.c:226
19113 #, gcc-internal-format
19114 msgid "counter name"
19115 msgstr ""
19116
19117 #: dbgcnt.c:226
19118 #, gcc-internal-format
19119 msgid "closed intervals"
19120 msgstr ""
19121
19122 #: dbxout.c:3380
19123 #, gcc-internal-format
19124 msgid "common symbol debug info is not structured as symbol+offset"
19125 msgstr ""
19126
19127 #: dbxout.c:3911
19128 #, gcc-internal-format
19129 msgid "global destructors not supported on this target"
19130 msgstr ""
19131
19132 #: dbxout.c:3928
19133 #, gcc-internal-format
19134 msgid "global constructors not supported on this target"
19135 msgstr ""
19136
19137 #: diagnostic.c:1758
19138 #, gcc-internal-format, gfc-internal-format
19139 msgid "in %s, at %s:%d"
19140 msgstr ""
19141
19142 #: diagnostic.c:1874
19143 #, fuzzy, gcc-internal-format
19144 #| msgid "debug: "
19145 msgid "debug path"
19146 msgstr "діагностика: "
19147
19148 #: dominance.c:1170
19149 #, gcc-internal-format, gfc-internal-format
19150 msgid "dominator of %d status unknown"
19151 msgstr ""
19152
19153 #: dominance.c:1178
19154 #, gcc-internal-format, gfc-internal-format
19155 msgid "dominator of %d should be %d, not %d"
19156 msgstr ""
19157
19158 #: dumpfile.c:379
19159 #, gcc-internal-format
19160 msgid "could not open dump file %qs: %m"
19161 msgstr ""
19162
19163 #: dumpfile.c:1826
19164 #, fuzzy, gcc-internal-format
19165 #| msgid "unknown tuning option (%s)"
19166 msgid "ignoring unknown option %q.*s"
19167 msgstr "невідомий параметр регулювання (%s)"
19168
19169 #: dumpfile.c:1972
19170 #, gcc-internal-format
19171 msgid "unknown option %q.*s in %<-fopt-info-%s%>"
19172 msgstr ""
19173
19174 #: dumpfile.c:2004
19175 #, gcc-internal-format
19176 msgid "ignoring possibly conflicting option %<-fopt-info-%s%>"
19177 msgstr ""
19178
19179 #: dwarf2out.c:1117
19180 #, gcc-internal-format
19181 msgid "multiple EH personalities are supported only with assemblers supporting %<.cfi_personality%> directive"
19182 msgstr ""
19183
19184 #: dwarf2out.c:10989
19185 #, gcc-internal-format
19186 msgid "%<-gdwarf-6%> is output as version 5 with incompatibilities"
19187 msgstr ""
19188
19189 #: dwarf2out.c:14512
19190 #, gcc-internal-format, gfc-internal-format
19191 msgid "non-delegitimized UNSPEC %s (%d) found in variable location"
19192 msgstr ""
19193
19194 #: emit-rtl.c:2930
19195 #, gcc-internal-format
19196 msgid "invalid rtl sharing found in the insn"
19197 msgstr ""
19198
19199 #: emit-rtl.c:2932
19200 #, gcc-internal-format
19201 msgid "shared rtx"
19202 msgstr ""
19203
19204 #: emit-rtl.c:2934
19205 #, gcc-internal-format
19206 msgid "internal consistency failure"
19207 msgstr ""
19208
19209 #: emit-rtl.c:4070
19210 #, gcc-internal-format
19211 msgid "ICE: emit_insn used where emit_jump_insn needed:\n"
19212 msgstr ""
19213
19214 #: errors.c:133
19215 #, gcc-internal-format, gfc-internal-format
19216 msgid "abort in %s, at %s:%d"
19217 msgstr ""
19218
19219 #: except.c:2165
19220 #, gcc-internal-format
19221 msgid "argument of %<__builtin_eh_return_regno%> must be constant"
19222 msgstr ""
19223
19224 #: except.c:2300
19225 #, gcc-internal-format
19226 msgid "%<__builtin_eh_return%> not supported on this target"
19227 msgstr "підтримки %<__builtin_eh_return%> для цього призначення не передбачено"
19228
19229 #: except.c:3424 except.c:3449
19230 #, gcc-internal-format
19231 msgid "%<region_array%> is corrupted for region %i"
19232 msgstr ""
19233
19234 #: except.c:3437 except.c:3468
19235 #, gcc-internal-format
19236 msgid "%<lp_array%> is corrupted for lp %i"
19237 msgstr ""
19238
19239 #: except.c:3454
19240 #, gcc-internal-format, gfc-internal-format
19241 msgid "outer block of region %i is wrong"
19242 msgstr ""
19243
19244 #: except.c:3459
19245 #, gcc-internal-format, gfc-internal-format
19246 msgid "negative nesting depth of region %i"
19247 msgstr ""
19248
19249 #: except.c:3473
19250 #, gcc-internal-format, gfc-internal-format
19251 msgid "region of lp %i is wrong"
19252 msgstr ""
19253
19254 #: except.c:3500
19255 #, gcc-internal-format, gfc-internal-format
19256 msgid "tree list ends on depth %i"
19257 msgstr ""
19258
19259 #: except.c:3505
19260 #, gcc-internal-format
19261 msgid "%<region_array%> does not match %<region_tree%>"
19262 msgstr ""
19263
19264 #: except.c:3510
19265 #, gcc-internal-format
19266 msgid "%<lp_array%> does not match %<region_tree%>"
19267 msgstr ""
19268
19269 #: except.c:3517 tree.c:14669 value-prof.c:515
19270 #, gcc-internal-format
19271 msgid "%qs failed"
19272 msgstr ""
19273
19274 #: explow.c:1526
19275 #, gcc-internal-format
19276 msgid "stack limits not supported on this target"
19277 msgstr ""
19278
19279 #: expmed.c:356
19280 #, gcc-internal-format
19281 msgid "reverse scalar storage order"
19282 msgstr ""
19283
19284 #: expmed.c:373
19285 #, gcc-internal-format
19286 msgid "reverse floating-point scalar storage order"
19287 msgstr ""
19288
19289 #: expmed.c:414
19290 #, gcc-internal-format, gfc-internal-format
19291 msgid "reverse storage order for %smode"
19292 msgstr ""
19293
19294 #: expmed.c:660
19295 #, gcc-internal-format
19296 msgid "write of %wu-bit data outside the bound of destination object, data truncated into %wu-bit"
19297 msgstr ""
19298
19299 #: expr.c:11104
19300 #, gcc-internal-format
19301 msgid "%Kcall to %qs declared with attribute error: %s"
19302 msgstr ""
19303
19304 #: expr.c:11118
19305 #, gcc-internal-format
19306 msgid "%Kcall to %qs declared with attribute warning: %s"
19307 msgstr ""
19308
19309 #: file-prefix-map.c:50
19310 #, gcc-internal-format
19311 msgid "invalid argument %qs to %qs"
19312 msgstr "некоректний аргумент %qs %qs"
19313
19314 #: final.c:1797
19315 #, gcc-internal-format
19316 msgid "the frame size of %wu bytes is larger than %wu bytes"
19317 msgstr ""
19318
19319 #: final.c:4809 toplev.c:1552 tree-cfgcleanup.c:1499
19320 #, gcc-internal-format
19321 msgid "could not open final insn dump file %qs: %m"
19322 msgstr ""
19323
19324 #: final.c:4878 tree-cfgcleanup.c:1516
19325 #, gcc-internal-format
19326 msgid "could not close final insn dump file %qs: %m"
19327 msgstr ""
19328
19329 #: fixed-value.c:128
19330 #, gcc-internal-format
19331 msgid "large fixed-point constant implicitly truncated to fixed-point type"
19332 msgstr ""
19333
19334 #: fold-const.c:4563 fold-const.c:4573
19335 #, gcc-internal-format, gfc-internal-format
19336 msgid "comparison is always %d due to width of bit-field"
19337 msgstr ""
19338
19339 #: fold-const.c:5913 tree-ssa-reassoc.c:2723 tree-ssa-reassoc.c:3603
19340 #, gcc-internal-format
19341 msgid "assuming signed overflow does not occur when simplifying range test"
19342 msgstr ""
19343
19344 #: fold-const.c:6366 fold-const.c:6380
19345 #, gcc-internal-format, gfc-internal-format
19346 msgid "comparison is always %d"
19347 msgstr ""
19348
19349 #: fold-const.c:6524
19350 #, gcc-internal-format
19351 msgid "%<or%> of unmatched not-equal tests is always 1"
19352 msgstr ""
19353
19354 #: fold-const.c:6529
19355 #, gcc-internal-format
19356 msgid "%<and%> of mutually exclusive equal-tests is always 0"
19357 msgstr ""
19358
19359 #: fold-const.c:9122
19360 #, gcc-internal-format
19361 msgid "assuming signed overflow does not occur when reducing constant in comparison"
19362 msgstr ""
19363
19364 #: fold-const.c:9522
19365 #, gcc-internal-format
19366 msgid "assuming signed overflow does not occur when combining constants around a comparison"
19367 msgstr ""
19368
19369 #: fold-const.c:12822
19370 #, gcc-internal-format
19371 msgid "fold check: original tree changed by fold"
19372 msgstr ""
19373
19374 #: function.c:249
19375 #, gcc-internal-format
19376 msgid "total size of local objects %wu exceeds maximum %wu"
19377 msgstr ""
19378
19379 #: function.c:253
19380 #, gcc-internal-format
19381 msgid "total size of local objects exceeds maximum %wu"
19382 msgstr ""
19383
19384 #: function.c:1784 gimplify.c:6274 gimplify.c:6434
19385 #, gcc-internal-format
19386 msgid "impossible constraint in %<asm%>"
19387 msgstr ""
19388
19389 #: function.c:4255
19390 #, gcc-internal-format
19391 msgid "variable %q+D might be clobbered by %<longjmp%> or %<vfork%>"
19392 msgstr ""
19393
19394 #: function.c:4276
19395 #, gcc-internal-format
19396 msgid "argument %q+D might be clobbered by %<longjmp%> or %<vfork%>"
19397 msgstr ""
19398
19399 #: function.c:4946
19400 #, gcc-internal-format
19401 msgid "function returns an aggregate"
19402 msgstr ""
19403
19404 #: gcc.c:2028
19405 #, gcc-internal-format
19406 msgid "cannot open nested response file"
19407 msgstr ""
19408
19409 #: gcc.c:2039
19410 #, gcc-internal-format
19411 msgid "cannot close nonexistent response file"
19412 msgstr ""
19413
19414 #: gcc.c:2062
19415 #, gcc-internal-format, gfc-internal-format
19416 msgid "could not open temporary response file %s"
19417 msgstr ""
19418
19419 #: gcc.c:2069
19420 #, gcc-internal-format, gfc-internal-format
19421 msgid "could not write to temporary response file %s"
19422 msgstr ""
19423
19424 #: gcc.c:2075
19425 #, gcc-internal-format, gfc-internal-format
19426 msgid "could not close temporary response file %s"
19427 msgstr ""
19428
19429 #. This leaves DESC open, but the OS will save us.
19430 #: gcc.c:2107
19431 #, gcc-internal-format
19432 msgid "cannot read spec file %qs: %m"
19433 msgstr ""
19434
19435 #: gcc.c:2201 gcc.c:2222
19436 #, gcc-internal-format, gfc-internal-format
19437 msgid "specs %%include syntax malformed after %ld characters"
19438 msgstr ""
19439
19440 #: gcc.c:2249 gcc.c:2259 gcc.c:2270 gcc.c:2281
19441 #, gcc-internal-format, gfc-internal-format
19442 msgid "specs %%rename syntax malformed after %ld characters"
19443 msgstr ""
19444
19445 #: gcc.c:2292
19446 #, gcc-internal-format, gfc-internal-format
19447 msgid "specs %s spec was not found to be renamed"
19448 msgstr ""
19449
19450 #: gcc.c:2300
19451 #, gcc-internal-format
19452 msgid "%s: attempt to rename spec %qs to already defined spec %qs"
19453 msgstr ""
19454
19455 #: gcc.c:2322
19456 #, gcc-internal-format, gfc-internal-format
19457 msgid "specs unknown %% command after %ld characters"
19458 msgstr ""
19459
19460 #: gcc.c:2334 gcc.c:2348
19461 #, gcc-internal-format, gfc-internal-format
19462 msgid "specs file malformed after %ld characters"
19463 msgstr ""
19464
19465 #: gcc.c:2403
19466 #, gcc-internal-format
19467 msgid "spec file has no spec for linking"
19468 msgstr ""
19469
19470 #: gcc.c:2951 gcc.c:2988
19471 #, gcc-internal-format
19472 msgid "system path %qs is not absolute"
19473 msgstr ""
19474
19475 #: gcc.c:3078
19476 #, gcc-internal-format
19477 msgid "%<-pipe%> not supported"
19478 msgstr "Підтримки %<-pipe%> не передбачено"
19479
19480 #: gcc.c:3217 gcc.c:6944
19481 #, gcc-internal-format
19482 msgid "cannot execute %qs: %s: %m"
19483 msgstr "не вдалося виконати %qs: %s: %m"
19484
19485 #: gcc.c:3218 gcc.c:6945
19486 #, gcc-internal-format
19487 msgid "cannot execute %qs: %s"
19488 msgstr "не вдалося виконати %qs: %s"
19489
19490 #: gcc.c:3237
19491 #, gcc-internal-format
19492 msgid "failed to get exit status: %m"
19493 msgstr ""
19494
19495 #: gcc.c:3243
19496 #, gcc-internal-format
19497 msgid "failed to get process times: %m"
19498 msgstr ""
19499
19500 #. The inferior failed to catch the signal.
19501 #: gcc.c:3269 gcc.c:3293
19502 #, gcc-internal-format, gfc-internal-format
19503 msgid "%s signal terminated program %s"
19504 msgstr ""
19505
19506 #: gcc.c:3771 opts-common.c:1364 opts-common.c:1396 opts-global.c:143
19507 #, fuzzy, gcc-internal-format
19508 #| msgid "%qs command-line option is deprecated"
19509 msgid "unrecognized command-line option %qs"
19510 msgstr "параметр командного рядка %qs є застарілим"
19511
19512 #: gcc.c:3836
19513 #, gcc-internal-format, gfc-internal-format
19514 msgid "GCC is not configured to support %s as offload target"
19515 msgstr ""
19516
19517 #: gcc.c:4154
19518 #, gcc-internal-format
19519 msgid "%qs is an unknown %<-save-temps%> option"
19520 msgstr ""
19521
19522 #: gcc.c:4627 toplev.c:860
19523 #, gcc-internal-format
19524 msgid "input file %qs is the same as output file"
19525 msgstr ""
19526
19527 #: gcc.c:4632
19528 #, gcc-internal-format
19529 msgid "output filename may not be empty"
19530 msgstr ""
19531
19532 #: gcc.c:4657
19533 #, gcc-internal-format
19534 msgid "%<-pipe%> ignored because %<-save-temps%> specified"
19535 msgstr ""
19536
19537 #: gcc.c:4745
19538 #, gcc-internal-format
19539 msgid "%<-x %s%> after last input file has no effect"
19540 msgstr ""
19541
19542 #: gcc.c:4926
19543 #, gcc-internal-format
19544 msgid "unable to locate default linker script %qs in the library search paths"
19545 msgstr ""
19546
19547 #: gcc.c:5133
19548 #, gcc-internal-format
19549 msgid "switch %qs does not start with %<-%>"
19550 msgstr ""
19551
19552 #: gcc.c:5137
19553 #, gcc-internal-format
19554 msgid "spec-generated switch is just %<-%>"
19555 msgstr ""
19556
19557 #: gcc.c:5333
19558 #, gcc-internal-format
19559 msgid "spec %qs invalid"
19560 msgstr ""
19561
19562 #: gcc.c:5483
19563 #, gcc-internal-format
19564 msgid "spec %qs has invalid %<%%0%c%>"
19565 msgstr ""
19566
19567 #: gcc.c:5760
19568 #, gcc-internal-format
19569 msgid "spec %qs has invalid %<%%W%c%>"
19570 msgstr ""
19571
19572 #: gcc.c:5776
19573 #, gcc-internal-format
19574 msgid "spec %qs has invalid %<%%@%c%>"
19575 msgstr ""
19576
19577 #: gcc.c:5797
19578 #, gcc-internal-format
19579 msgid "spec %qs has invalid %<%%x%c%>"
19580 msgstr ""
19581
19582 #. Catch the case where a spec string contains something like
19583 #. '%{foo:%*}'. i.e. there is no * in the pattern on the left
19584 #. hand side of the :.
19585 #: gcc.c:6008
19586 #, gcc-internal-format
19587 msgid "spec failure: %<%%*%> has not been initialized by pattern match"
19588 msgstr ""
19589
19590 #: gcc.c:6051
19591 #, gcc-internal-format
19592 msgid "spec failure: unrecognized spec option %qc"
19593 msgstr ""
19594
19595 #: gcc.c:6114
19596 #, gcc-internal-format
19597 msgid "unknown spec function %qs"
19598 msgstr ""
19599
19600 #: gcc.c:6144
19601 #, fuzzy, gcc-internal-format
19602 #| msgid "wrong argument %qs to option %qs"
19603 msgid "error in arguments to spec function %qs"
19604 msgstr "помилковий аргумент %qs параметра %qs"
19605
19606 #: gcc.c:6203
19607 #, gcc-internal-format
19608 msgid "malformed spec function name"
19609 msgstr ""
19610
19611 #. )
19612 #: gcc.c:6206
19613 #, gcc-internal-format
19614 msgid "no arguments for spec function"
19615 msgstr ""
19616
19617 #: gcc.c:6225
19618 #, gcc-internal-format
19619 msgid "malformed spec function arguments"
19620 msgstr ""
19621
19622 #: gcc.c:6404
19623 #, gcc-internal-format
19624 msgid "braced spec %qs ends in escape"
19625 msgstr ""
19626
19627 #: gcc.c:6539
19628 #, gcc-internal-format
19629 msgid "braced spec %qs is invalid at %qc"
19630 msgstr ""
19631
19632 #: gcc.c:6634
19633 #, gcc-internal-format
19634 msgid "braced spec body %qs is invalid"
19635 msgstr ""
19636
19637 #: gcc.c:7243
19638 #, gcc-internal-format, gfc-internal-format
19639 msgid "%s: could not determine length of compare-debug file %s"
19640 msgstr ""
19641
19642 #: gcc.c:7254
19643 #, gcc-internal-format
19644 msgid "%s: %<-fcompare-debug%> failure (length)"
19645 msgstr ""
19646
19647 #: gcc.c:7264 gcc.c:7305
19648 #, gcc-internal-format, gfc-internal-format
19649 msgid "%s: could not open compare-debug file %s"
19650 msgstr ""
19651
19652 #: gcc.c:7284 gcc.c:7321
19653 #, gcc-internal-format
19654 msgid "%s: %<-fcompare-debug%> failure"
19655 msgstr ""
19656
19657 #: gcc.c:7623
19658 #, gcc-internal-format
19659 msgid "spec failure: more than one argument to %<SYSROOT_SUFFIX_SPEC%>"
19660 msgstr ""
19661
19662 #: gcc.c:7648
19663 #, gcc-internal-format
19664 msgid "spec failure: more than one argument to %<SYSROOT_HEADERS_SUFFIX_SPEC%>"
19665 msgstr ""
19666
19667 #: gcc.c:7854
19668 #, gcc-internal-format
19669 msgid "unrecognized command-line option %<-%s%>; did you mean %<-%s%>?"
19670 msgstr ""
19671
19672 #: gcc.c:7858
19673 #, gcc-internal-format
19674 msgid "unrecognized command-line option %<-%s%>"
19675 msgstr ""
19676
19677 #: gcc.c:7984
19678 #, gcc-internal-format
19679 msgid "not configured with sysroot headers suffix"
19680 msgstr ""
19681
19682 #: gcc.c:8045
19683 #, gcc-internal-format
19684 msgid "no input files"
19685 msgstr "немає вхідних даних"
19686
19687 #: gcc.c:8096
19688 #, gcc-internal-format
19689 msgid "cannot specify %<-o%> with %<-c%>, %<-S%> or %<-E%> with multiple files"
19690 msgstr ""
19691
19692 #: gcc.c:8138
19693 #, gcc-internal-format, gfc-internal-format
19694 msgid "%s: %s compiler not installed on this system"
19695 msgstr ""
19696
19697 #: gcc.c:8163
19698 #, gcc-internal-format
19699 msgid "recompiling with %<-fcompare-debug%>"
19700 msgstr ""
19701
19702 #: gcc.c:8179
19703 #, gcc-internal-format
19704 msgid "during %<-fcompare-debug%> recompilation"
19705 msgstr ""
19706
19707 #: gcc.c:8188
19708 #, gcc-internal-format
19709 msgid "comparing final insns dumps"
19710 msgstr ""
19711
19712 #: gcc.c:8307
19713 #, gcc-internal-format
19714 msgid "%<-fuse-linker-plugin%>, but %s not found"
19715 msgstr ""
19716
19717 #: gcc.c:8340
19718 #, gcc-internal-format, gfc-internal-format
19719 msgid "%s: linker input file unused because linking not done"
19720 msgstr ""
19721
19722 #: gcc.c:8436 c-family/c-opts.c:772
19723 #, gcc-internal-format
19724 msgid "cannot use %<-%> as input filename for a precompiled header"
19725 msgstr ""
19726
19727 #: gcc.c:8442
19728 #, gcc-internal-format, gfc-internal-format
19729 msgid "language %s not recognized"
19730 msgstr ""
19731
19732 #: gcc.c:8675
19733 #, gcc-internal-format
19734 msgid "multilib spec %qs is invalid"
19735 msgstr ""
19736
19737 #: gcc.c:8877
19738 #, gcc-internal-format
19739 msgid "multilib exclusions %qs is invalid"
19740 msgstr ""
19741
19742 #: gcc.c:8941
19743 #, gcc-internal-format
19744 msgid "multilib select %qs %qs is invalid"
19745 msgstr ""
19746
19747 #: gcc.c:9103
19748 #, gcc-internal-format
19749 msgid "multilib select %qs is invalid"
19750 msgstr ""
19751
19752 #: gcc.c:9143
19753 #, gcc-internal-format
19754 msgid "multilib exclusion %qs is invalid"
19755 msgstr ""
19756
19757 #: gcc.c:9369
19758 #, gcc-internal-format
19759 msgid "environment variable %qs not defined"
19760 msgstr ""
19761
19762 #: gcc.c:9509 gcc.c:9514
19763 #, gcc-internal-format
19764 msgid "invalid version number %qs"
19765 msgstr ""
19766
19767 #: gcc.c:9557
19768 #, gcc-internal-format, gfc-internal-format
19769 msgid "too few arguments to %%:version-compare"
19770 msgstr ""
19771
19772 #: gcc.c:9563
19773 #, gcc-internal-format, gfc-internal-format
19774 msgid "too many arguments to %%:version-compare"
19775 msgstr ""
19776
19777 #: gcc.c:9605
19778 #, gcc-internal-format
19779 msgid "unknown operator %qs in %%:version-compare"
19780 msgstr ""
19781
19782 #: gcc.c:9729
19783 #, gcc-internal-format, gfc-internal-format
19784 msgid "too many arguments to %%:compare-debug-dump-opt"
19785 msgstr ""
19786
19787 #: gcc.c:9802
19788 #, gcc-internal-format, gfc-internal-format
19789 msgid "too many arguments to %%:compare-debug-self-opt"
19790 msgstr ""
19791
19792 #: gcc.c:9838
19793 #, gcc-internal-format, gfc-internal-format
19794 msgid "too few arguments to %%:compare-debug-auxbase-opt"
19795 msgstr ""
19796
19797 #: gcc.c:9842
19798 #, gcc-internal-format, gfc-internal-format
19799 msgid "too many arguments to %%:compare-debug-auxbase-opt"
19800 msgstr ""
19801
19802 #: gcc.c:9849
19803 #, gcc-internal-format
19804 msgid "argument to %%:compare-debug-auxbase-opt does not end in %<.gk%>"
19805 msgstr ""
19806
19807 #: gcc.c:9923
19808 #, gcc-internal-format, gfc-internal-format
19809 msgid "too few arguments to %%:replace-extension"
19810 msgstr ""
19811
19812 #: gcc.c:9976
19813 #, gcc-internal-format, gfc-internal-format
19814 msgid "wrong number of arguments to %%:debug-level-gt"
19815 msgstr ""
19816
19817 #: gcov-tool.c:73
19818 #, gcc-internal-format, gfc-internal-format
19819 msgid "error in removing %s"
19820 msgstr ""
19821
19822 #: gcov-tool.c:104
19823 #, gcc-internal-format, gfc-internal-format
19824 msgid "Cannot make directory %s"
19825 msgstr "Не вдалося створити каталог %s"
19826
19827 #: gcov-tool.c:112
19828 #, gcc-internal-format
19829 msgid "Cannot get current directory name"
19830 msgstr "Не вдалося визначити назву поточного каталогу"
19831
19832 #: gcov-tool.c:116 gcov-tool.c:130
19833 #, gcc-internal-format, gfc-internal-format
19834 msgid "Cannot change directory to %s"
19835 msgstr "Не вдалося змінити каталог на %s"
19836
19837 #: gcov-tool.c:123
19838 #, gcc-internal-format, gfc-internal-format
19839 msgid "output file %s already exists in folder %s"
19840 msgstr ""
19841
19842 #: gcov-tool.c:223
19843 #, fuzzy, gcc-internal-format
19844 #| msgid "%<priority%> value must be non-negative"
19845 msgid "weights need to be non-negative"
19846 msgstr "значення %<priority%> має бути невід’ємним"
19847
19848 #: gcov-tool.c:358
19849 #, fuzzy, gcc-internal-format
19850 #| msgid "%<priority%> value must be non-negative"
19851 msgid "scale needs to be non-negative"
19852 msgstr "значення %<priority%> має бути невід’ємним"
19853
19854 #: gcse.c:4001
19855 #, gcc-internal-format, gfc-internal-format
19856 msgid "%s: %d basic blocks and %d edges/basic block"
19857 msgstr ""
19858
19859 #: gcse.c:4013
19860 #, gcc-internal-format
19861 msgid "%s: %d basic blocks and %d registers; increase %<--param max-gcse-memory%> above %d"
19862 msgstr ""
19863
19864 #: gencfn-macros.c:195
19865 #, gcc-internal-format, gfc-internal-format
19866 msgid "DEF_INTERNAL_FLT_FN (%s) has no associated built-in functions"
19867 msgstr ""
19868
19869 #: gencfn-macros.c:202
19870 #, gcc-internal-format, gfc-internal-format
19871 msgid "DEF_INTERNAL_INT_FN (%s) has no associated built-in functions"
19872 msgstr ""
19873
19874 #: gentarget-def.c:126
19875 #, gcc-internal-format, gfc-internal-format
19876 msgid "invalid prototype for '%s'"
19877 msgstr "некоректний прототип «%s»"
19878
19879 #: gentarget-def.c:131
19880 #, gcc-internal-format, gfc-internal-format
19881 msgid "prototype for '%s' has required operands after optional operands"
19882 msgstr ""
19883
19884 #: gentarget-def.c:148
19885 #, gcc-internal-format, gfc-internal-format
19886 msgid "argument %d of '%s' did not have the expected name"
19887 msgstr ""
19888
19889 #: gentarget-def.c:168
19890 #, gcc-internal-format, gfc-internal-format
19891 msgid "'%s' must have %d operands (excluding match_dups)"
19892 msgstr ""
19893
19894 #: gentarget-def.c:172
19895 #, gcc-internal-format, gfc-internal-format
19896 msgid "'%s' must have at least %d operands (excluding match_dups)"
19897 msgstr ""
19898
19899 #: gentarget-def.c:176
19900 #, gcc-internal-format, gfc-internal-format
19901 msgid "'%s' must have no more than %d operands (excluding match_dups)"
19902 msgstr ""
19903
19904 #: gentarget-def.c:276
19905 #, gcc-internal-format, gfc-internal-format
19906 msgid "duplicate definition of '%s'"
19907 msgstr "повторне визначення «%s»"
19908
19909 #: ggc-common.c:386 ggc-common.c:394 ggc-common.c:463 ggc-common.c:481
19910 #: ggc-page.c:2493 ggc-page.c:2524 ggc-page.c:2531
19911 #, fuzzy, gcc-internal-format
19912 #| msgid "cannot read file %s"
19913 msgid "cannot write PCH file: %m"
19914 msgstr "не вдалося прочитати файл %s"
19915
19916 #: ggc-common.c:474
19917 #, fuzzy, gcc-internal-format
19918 #| msgid "cannot open input file: %s"
19919 msgid "cannot get position in PCH file: %m"
19920 msgstr "не вдалося відкрити вхідний файл %s"
19921
19922 #: ggc-common.c:484
19923 #, fuzzy, gcc-internal-format
19924 #| msgid "cannot read file %s"
19925 msgid "cannot write padding to PCH file: %m"
19926 msgstr "не вдалося прочитати файл %s"
19927
19928 #: ggc-common.c:606 ggc-common.c:614 ggc-common.c:617 ggc-common.c:627
19929 #: ggc-common.c:630 ggc-page.c:2595
19930 #, fuzzy, gcc-internal-format
19931 #| msgid "cannot read file %s"
19932 msgid "cannot read PCH file: %m"
19933 msgstr "не вдалося прочитати файл %s"
19934
19935 #: ggc-common.c:622
19936 #, gcc-internal-format
19937 msgid "had to relocate PCH"
19938 msgstr ""
19939
19940 #: ggc-page.c:1738
19941 #, gcc-internal-format
19942 msgid "open /dev/zero: %m"
19943 msgstr ""
19944
19945 #: ggc-page.c:2509 ggc-page.c:2515
19946 #, fuzzy, gcc-internal-format
19947 #| msgid "cannot read file %s"
19948 msgid "cannot write PCH file"
19949 msgstr "не вдалося прочитати файл %s"
19950
19951 #: gimple-fold.c:1805 gimple-fold.c:2866
19952 #, gcc-internal-format
19953 msgid "%qD source argument is the same as destination"
19954 msgstr ""
19955
19956 #: gimple-fold.c:1871
19957 msgid "%G%qD destination unchanged after copying no bytes from a string of length %E"
19958 msgstr ""
19959
19960 #: gimple-fold.c:1876
19961 msgid "%G%qD destination unchanged after copying no bytes"
19962 msgstr ""
19963
19964 #: gimple-fold.c:2254 tree-ssa-strlen.c:3279
19965 msgid "%G%qD specified bound %E equals destination size"
19966 msgstr ""
19967
19968 #: gimple-fold.c:2256
19969 msgid "%G%qD specified bound %E exceeds destination size %wu"
19970 msgstr ""
19971
19972 #: gimple-fold.c:2274
19973 msgid "%G%qD specified bound %E equals source length"
19974 msgstr ""
19975
19976 #: gimple-ssa-isolate-paths.c:290
19977 #, gcc-internal-format
19978 msgid "potential null pointer dereference"
19979 msgstr ""
19980
19981 #: gimple-ssa-isolate-paths.c:330
19982 #, gcc-internal-format
19983 msgid "null pointer dereference"
19984 msgstr "розіменування нульового вказівника"
19985
19986 #: gimple-ssa-isolate-paths.c:408
19987 #, gcc-internal-format
19988 msgid "function may return address of local variable"
19989 msgstr "функція може повертати адресу локальної змінної"
19990
19991 #: gimple-ssa-isolate-paths.c:409 c/c-typeck.c:10676
19992 #, gcc-internal-format
19993 msgid "function returns address of local variable"
19994 msgstr ""
19995
19996 #: gimple-ssa-isolate-paths.c:412 tree.c:13036 tree.c:13073 c/c-typeck.c:2908
19997 #: c/c-typeck.c:2994 c/c-typeck.c:10582 c/c-typeck.c:10599
19998 #: c/gimple-parser.c:2415 c/gimple-parser.c:2423 cp/call.c:7036 cp/call.c:8835
19999 #: cp/constexpr.c:849 cp/constexpr.c:3132 cp/cvt.c:1056 cp/cvt.c:1094
20000 #: cp/decl.c:7960 cp/decl2.c:5529 cp/decl2.c:5574 cp/pt.c:8667
20001 #: cp/semantics.c:1927 cp/semantics.c:4260 cp/typeck.c:1768 cp/typeck.c:1980
20002 #: cp/typeck.c:4024 cp/typeck.c:9580
20003 #, gcc-internal-format
20004 msgid "declared here"
20005 msgstr "оголошено тут"
20006
20007 #: gimple-ssa-nonnull-compare.c:102
20008 #, gcc-internal-format
20009 msgid "%<nonnull%> argument %qD compared to NULL"
20010 msgstr ""
20011
20012 #: gimple-ssa-sprintf.c:2766 gimple-ssa-sprintf.c:2886
20013 #, gcc-internal-format
20014 msgid "%qE output may be truncated before the last format character"
20015 msgstr ""
20016
20017 #: gimple-ssa-sprintf.c:2768 gimple-ssa-sprintf.c:2888
20018 #, gcc-internal-format
20019 msgid "%qE output truncated before the last format character"
20020 msgstr ""
20021
20022 #: gimple-ssa-sprintf.c:2771 gimple-ssa-sprintf.c:2891
20023 #, gcc-internal-format
20024 msgid "%qE may write a terminating nul past the end of the destination"
20025 msgstr ""
20026
20027 #: gimple-ssa-sprintf.c:2773 gimple-ssa-sprintf.c:2893
20028 #, gcc-internal-format
20029 msgid "%qE writing a terminating nul past the end of the destination"
20030 msgstr ""
20031
20032 #: gimple-ssa-sprintf.c:2783
20033 #, gcc-internal-format
20034 msgid "%<%.*s%> directive writing %wu byte into a region of size %wu"
20035 msgid_plural "%<%.*s%> directive writing %wu bytes into a region of size %wu"
20036 msgstr[0] ""
20037 msgstr[1] ""
20038 msgstr[2] ""
20039
20040 #: gimple-ssa-sprintf.c:2790
20041 #, gcc-internal-format
20042 msgid "%<%.*s%> directive output may be truncated writing %wu byte into a region of size %wu"
20043 msgid_plural "%<%.*s%> directive output may be truncated writing %wu bytes into a region of size %wu"
20044 msgstr[0] ""
20045 msgstr[1] ""
20046 msgstr[2] ""
20047
20048 #: gimple-ssa-sprintf.c:2797
20049 #, gcc-internal-format
20050 msgid "%<%.*s%> directive output truncated writing %wu byte into a region of size %wu"
20051 msgid_plural "%<%.*s%> directive output truncated writing %wu bytes into a region of size %wu"
20052 msgstr[0] ""
20053 msgstr[1] ""
20054 msgstr[2] ""
20055
20056 #: gimple-ssa-sprintf.c:2808
20057 #, gcc-internal-format
20058 msgid "%<%.*s%> directive output may be truncated writing up to %wu bytes into a region of size %wu"
20059 msgstr ""
20060
20061 #: gimple-ssa-sprintf.c:2811
20062 #, gcc-internal-format
20063 msgid "%<%.*s%> directive output truncated writing up to %wu bytes into a region of size %wu"
20064 msgstr ""
20065
20066 #: gimple-ssa-sprintf.c:2813
20067 #, gcc-internal-format
20068 msgid "%<%.*s%> directive writing up to %wu bytes into a region of size %wu"
20069 msgstr ""
20070
20071 #: gimple-ssa-sprintf.c:2825
20072 #, gcc-internal-format
20073 msgid "%<%.*s%> directive output may be truncated writing likely %wu or more bytes into a region of size %wu"
20074 msgstr ""
20075
20076 #: gimple-ssa-sprintf.c:2828
20077 #, gcc-internal-format
20078 msgid "%<%.*s%> directive output truncated writing likely %wu or more bytes into a region of size %wu"
20079 msgstr ""
20080
20081 #: gimple-ssa-sprintf.c:2831
20082 #, gcc-internal-format
20083 msgid "%<%.*s%> directive writing likely %wu or more bytes into a region of size %wu"
20084 msgstr ""
20085
20086 #: gimple-ssa-sprintf.c:2840
20087 #, gcc-internal-format
20088 msgid "%<%.*s%> directive output may be truncated writing between %wu and %wu bytes into a region of size %wu"
20089 msgstr ""
20090
20091 #: gimple-ssa-sprintf.c:2843
20092 #, gcc-internal-format
20093 msgid "%<%.*s%> directive output truncated writing between %wu and %wu bytes into a region of size %wu"
20094 msgstr ""
20095
20096 #: gimple-ssa-sprintf.c:2846
20097 #, gcc-internal-format
20098 msgid "%<%.*s%> directive writing between %wu and %wu bytes into a region of size %wu"
20099 msgstr ""
20100
20101 #: gimple-ssa-sprintf.c:2855
20102 #, gcc-internal-format
20103 msgid "%<%.*s%> directive output may be truncated writing %wu or more bytes into a region of size %wu"
20104 msgstr ""
20105
20106 #: gimple-ssa-sprintf.c:2858
20107 #, gcc-internal-format
20108 msgid "%<%.*s%> directive output truncated writing %wu or more bytes into a region of size %wu"
20109 msgstr ""
20110
20111 #: gimple-ssa-sprintf.c:2860
20112 #, gcc-internal-format
20113 msgid "%<%.*s%> directive writing %wu or more bytes into a region of size %wu"
20114 msgstr ""
20115
20116 #: gimple-ssa-sprintf.c:2902
20117 #, gcc-internal-format
20118 msgid "%<%.*s%> directive writing %wu byte into a region of size between %wu and %wu"
20119 msgid_plural "%<%.*s%> directive writing %wu bytes into a region of size between %wu and %wu"
20120 msgstr[0] ""
20121 msgstr[1] ""
20122 msgstr[2] ""
20123
20124 #: gimple-ssa-sprintf.c:2909
20125 #, gcc-internal-format
20126 msgid "%<%.*s%> directive output may be truncated writing %wu byte into a region of size between %wu and %wu"
20127 msgid_plural "%<%.*s%> directive output may be truncated writing %wu bytes into a region of size between %wu and %wu"
20128 msgstr[0] ""
20129 msgstr[1] ""
20130 msgstr[2] ""
20131
20132 #: gimple-ssa-sprintf.c:2917
20133 #, gcc-internal-format
20134 msgid "%<%.*s%> directive output truncated writing %wu byte into a region of size between %wu and %wu"
20135 msgid_plural "%<%.*s%> directive output truncated writing %wu bytes into a region of size between %wu and %wu"
20136 msgstr[0] ""
20137 msgstr[1] ""
20138 msgstr[2] ""
20139
20140 #: gimple-ssa-sprintf.c:2929
20141 #, gcc-internal-format
20142 msgid "%<%.*s%> directive output may be truncated writing up to %wu bytes into a region of size between %wu and %wu"
20143 msgstr ""
20144
20145 #: gimple-ssa-sprintf.c:2932
20146 #, gcc-internal-format
20147 msgid "%<%.*s%> directive output truncated writing up to %wu bytes into a region of size between %wu and %wu"
20148 msgstr ""
20149
20150 #: gimple-ssa-sprintf.c:2935
20151 #, gcc-internal-format
20152 msgid "%<%.*s%> directive writing up to %wu bytes into a region of size between %wu and %wu"
20153 msgstr ""
20154
20155 #: gimple-ssa-sprintf.c:2948
20156 #, gcc-internal-format
20157 msgid "%<%.*s%> directive output may be truncated writing likely %wu or more bytes into a region of size between %wu and %wu"
20158 msgstr ""
20159
20160 #: gimple-ssa-sprintf.c:2951
20161 #, gcc-internal-format
20162 msgid "%<%.*s%> directive output truncated writing likely %wu or more bytes into a region of size between %wu and %wu"
20163 msgstr ""
20164
20165 #: gimple-ssa-sprintf.c:2954
20166 #, gcc-internal-format
20167 msgid "%<%.*s%> directive writing likely %wu or more bytes into a region of size between %wu and %wu"
20168 msgstr ""
20169
20170 #: gimple-ssa-sprintf.c:2964
20171 #, gcc-internal-format
20172 msgid "%<%.*s%> directive output may be truncated writing between %wu and %wu bytes into a region of size between %wu and %wu"
20173 msgstr ""
20174
20175 #: gimple-ssa-sprintf.c:2967
20176 #, gcc-internal-format
20177 msgid "%<%.*s%> directive output truncated writing between %wu and %wu bytes into a region of size between %wu and %wu"
20178 msgstr ""
20179
20180 #: gimple-ssa-sprintf.c:2970
20181 #, gcc-internal-format
20182 msgid "%<%.*s%> directive writing between %wu and %wu bytes into a region of size between %wu and %wu"
20183 msgstr ""
20184
20185 #: gimple-ssa-sprintf.c:2979
20186 #, gcc-internal-format
20187 msgid "%<%.*s%> directive output may be truncated writing %wu or more bytes into a region of size between %wu and %wu"
20188 msgstr ""
20189
20190 #: gimple-ssa-sprintf.c:2982
20191 #, gcc-internal-format
20192 msgid "%<%.*s%> directive output truncated writing %wu or more bytes into a region of size between %wu and %wu"
20193 msgstr ""
20194
20195 #: gimple-ssa-sprintf.c:2985
20196 #, gcc-internal-format
20197 msgid "%<%.*s%> directive writing %wu or more bytes into a region of size between %wu and %wu"
20198 msgstr ""
20199
20200 #: gimple-ssa-sprintf.c:3107
20201 msgid "%G%<%.*s%> directive argument is null"
20202 msgstr ""
20203
20204 #: gimple-ssa-sprintf.c:3186
20205 #, gcc-internal-format
20206 msgid "%<%.*s%> directive output of %wu bytes exceeds minimum required size of 4095"
20207 msgstr ""
20208
20209 #: gimple-ssa-sprintf.c:3192
20210 #, gcc-internal-format
20211 msgid "%<%.*s%> directive output between %wu and %wu bytes exceeds minimum required size of 4095"
20212 msgstr ""
20213
20214 #: gimple-ssa-sprintf.c:3199
20215 #, gcc-internal-format
20216 msgid "%<%.*s%> directive output between %wu and %wu bytes may exceed minimum required size of 4095"
20217 msgstr ""
20218
20219 #: gimple-ssa-sprintf.c:3229
20220 #, gcc-internal-format
20221 msgid "%<%.*s%> directive output of %wu bytes exceeds %<INT_MAX%>"
20222 msgstr ""
20223
20224 #: gimple-ssa-sprintf.c:3235
20225 #, gcc-internal-format
20226 msgid "%<%.*s%> directive output between %wu and %wu bytes exceeds %<INT_MAX%>"
20227 msgstr ""
20228
20229 #: gimple-ssa-sprintf.c:3246
20230 #, gcc-internal-format
20231 msgid "%<%.*s%> directive output of %wu bytes causes result to exceed %<INT_MAX%>"
20232 msgstr ""
20233
20234 #: gimple-ssa-sprintf.c:3252
20235 #, gcc-internal-format
20236 msgid "%<%.*s%> directive output between %wu and %wu bytes causes result to exceed %<INT_MAX%>"
20237 msgstr ""
20238
20239 #: gimple-ssa-sprintf.c:3263
20240 #, gcc-internal-format
20241 msgid "%<%.*s%> directive output between %wu and %wu bytes may cause result to exceed %<INT_MAX%>"
20242 msgstr ""
20243
20244 #: gimple-ssa-sprintf.c:3273
20245 #, gcc-internal-format
20246 msgid "%<%.*s%> directive argument is not a nul-terminated string"
20247 msgstr ""
20248
20249 #: gimple-ssa-sprintf.c:3286
20250 #, gcc-internal-format
20251 msgid "assuming directive output of %wu byte"
20252 msgid_plural "assuming directive output of %wu bytes"
20253 msgstr[0] ""
20254 msgstr[1] ""
20255 msgstr[2] ""
20256
20257 #: gimple-ssa-sprintf.c:3293
20258 #, gcc-internal-format
20259 msgid "directive argument %qE"
20260 msgstr "аргумент директиви %qE"
20261
20262 #: gimple-ssa-sprintf.c:3295
20263 #, gcc-internal-format
20264 msgid "directive argument in the range [%E, %E]"
20265 msgstr ""
20266
20267 #: gimple-ssa-sprintf.c:3299
20268 #, gcc-internal-format
20269 msgid "using the range [%E, %E] for directive argument"
20270 msgstr ""
20271
20272 #: gimple-ssa-sprintf.c:3319
20273 #, gcc-internal-format
20274 msgid "%qE output %wu byte into a destination of size %wu"
20275 msgid_plural "%qE output %wu bytes into a destination of size %wu"
20276 msgstr[0] ""
20277 msgstr[1] ""
20278 msgstr[2] ""
20279
20280 #: gimple-ssa-sprintf.c:3324
20281 #, gcc-internal-format
20282 msgid "%qE output between %wu and %wu bytes into a destination of size %wu"
20283 msgstr ""
20284
20285 #: gimple-ssa-sprintf.c:3329
20286 #, gcc-internal-format
20287 msgid "%qE output %wu or more bytes (assuming %wu) into a destination of size %wu"
20288 msgstr ""
20289
20290 #: gimple-ssa-sprintf.c:3334
20291 #, gcc-internal-format
20292 msgid "%qE output %wu or more bytes into a destination of size %wu"
20293 msgstr ""
20294
20295 #: gimple-ssa-sprintf.c:3345
20296 #, gcc-internal-format
20297 msgid "%qE output %wu byte"
20298 msgid_plural "%qE output %wu bytes"
20299 msgstr[0] ""
20300 msgstr[1] ""
20301 msgstr[2] ""
20302
20303 #: gimple-ssa-sprintf.c:3349
20304 #, gcc-internal-format
20305 msgid "%qE output between %wu and %wu bytes"
20306 msgstr ""
20307
20308 #: gimple-ssa-sprintf.c:3353
20309 #, gcc-internal-format
20310 msgid "%qE output %wu or more bytes (assuming %wu)"
20311 msgstr ""
20312
20313 #: gimple-ssa-sprintf.c:3357
20314 #, gcc-internal-format
20315 msgid "%qE output %wu or more bytes"
20316 msgstr ""
20317
20318 #: gimple-ssa-sprintf.c:3736
20319 #, gcc-internal-format
20320 msgid "%<%.*s%> directive width out of range"
20321 msgstr ""
20322
20323 #: gimple-ssa-sprintf.c:3770
20324 #, gcc-internal-format
20325 msgid "%<%.*s%> directive precision out of range"
20326 msgstr ""
20327
20328 #: gimple-ssa-sprintf.c:3903
20329 msgid "%qE arguments %Z and maybe %Z overlap destination object %qE"
20330 msgstr ""
20331
20332 #: gimple-ssa-sprintf.c:3915
20333 msgid "%qE argument %Z overlaps destination object %qE"
20334 msgid_plural "%qE arguments %Z overlap destination object %qE"
20335 msgstr[0] ""
20336 msgstr[1] ""
20337 msgstr[2] ""
20338
20339 #: gimple-ssa-sprintf.c:3926
20340 msgid "%qE argument %Z may overlap destination object %qE"
20341 msgid_plural "%qE arguments %Z may overlap destination object %qE"
20342 msgstr[0] ""
20343 msgstr[1] ""
20344 msgstr[2] ""
20345
20346 #: gimple-ssa-sprintf.c:3946
20347 #, gcc-internal-format
20348 msgid "destination object referenced by %<restrict%>-qualified argument 1 was declared here"
20349 msgstr ""
20350
20351 #: gimple-ssa-sprintf.c:4536
20352 #, gcc-internal-format
20353 msgid "specified bound %wu exceeds maximum object size %wu"
20354 msgstr ""
20355
20356 #: gimple-ssa-sprintf.c:4547
20357 #, gcc-internal-format
20358 msgid "specified bound %wu exceeds %<INT_MAX%>"
20359 msgstr ""
20360
20361 #: gimple-ssa-sprintf.c:4570
20362 #, gcc-internal-format
20363 msgid "specified bound range [%wu, %wu] exceeds %<INT_MAX%>"
20364 msgstr ""
20365
20366 #: gimple-ssa-sprintf.c:4621
20367 msgid "%Gnull destination pointer"
20368 msgstr ""
20369
20370 #: gimple-ssa-sprintf.c:4639
20371 #, gcc-internal-format
20372 msgid "specified bound %wu exceeds the size %wu of the destination object"
20373 msgstr ""
20374
20375 #: gimple-ssa-sprintf.c:4651
20376 msgid "%Gnull format string"
20377 msgstr ""
20378
20379 #: gimple-ssa-warn-alloca.c:531
20380 #, gcc-internal-format
20381 msgid "use of %<alloca%>"
20382 msgstr ""
20383
20384 #: gimple-ssa-warn-alloca.c:567
20385 #, gcc-internal-format
20386 msgid "argument to variable-length array may be too large"
20387 msgstr ""
20388
20389 #: gimple-ssa-warn-alloca.c:569
20390 #, gcc-internal-format
20391 msgid "argument to %<alloca%> may be too large"
20392 msgstr ""
20393
20394 #: gimple-ssa-warn-alloca.c:574
20395 #, gcc-internal-format
20396 msgid "limit is %wu bytes, but argument may be as large as %s"
20397 msgstr ""
20398
20399 #: gimple-ssa-warn-alloca.c:585
20400 #, gcc-internal-format
20401 msgid "argument to variable-length array is too large"
20402 msgstr ""
20403
20404 #: gimple-ssa-warn-alloca.c:587
20405 #, gcc-internal-format
20406 msgid "argument to %<alloca%> is too large"
20407 msgstr ""
20408
20409 #: gimple-ssa-warn-alloca.c:591
20410 #, gcc-internal-format
20411 msgid "limit is %wu bytes, but argument is %s"
20412 msgstr ""
20413
20414 #: gimple-ssa-warn-alloca.c:599
20415 #, gcc-internal-format
20416 msgid "variable-length array bound is unknown"
20417 msgstr ""
20418
20419 #: gimple-ssa-warn-alloca.c:600
20420 #, gcc-internal-format
20421 msgid "%<alloca%> bound is unknown"
20422 msgstr ""
20423
20424 #: gimple-ssa-warn-alloca.c:604
20425 #, gcc-internal-format
20426 msgid "unbounded use of variable-length array"
20427 msgstr ""
20428
20429 #: gimple-ssa-warn-alloca.c:605
20430 #, gcc-internal-format
20431 msgid "unbounded use of %<alloca%>"
20432 msgstr ""
20433
20434 #: gimple-ssa-warn-alloca.c:609
20435 #, gcc-internal-format
20436 msgid "use of %<alloca%> within a loop"
20437 msgstr ""
20438
20439 #: gimple-ssa-warn-alloca.c:614
20440 #, gcc-internal-format
20441 msgid "argument to variable-length array may be too large due to conversion from %qT to %qT"
20442 msgstr ""
20443
20444 #: gimple-ssa-warn-alloca.c:617
20445 #, gcc-internal-format
20446 msgid "argument to %<alloca%> may be too large due to conversion from %qT to %qT"
20447 msgstr ""
20448
20449 #: gimple-ssa-warn-alloca.c:623
20450 #, gcc-internal-format
20451 msgid "argument to variable-length array is zero"
20452 msgstr ""
20453
20454 #: gimple-ssa-warn-alloca.c:625
20455 #, gcc-internal-format
20456 msgid "argument to %<alloca%> is zero"
20457 msgstr ""
20458
20459 #: gimple-ssa-warn-restrict.c:1505
20460 msgid "%G%qD accessing %wu byte at offsets %s and %s overlaps %wu byte at offset %s"
20461 msgstr ""
20462
20463 #: gimple-ssa-warn-restrict.c:1507
20464 msgid "%G%qD accessing %wu byte at offsets %s and %s overlaps %wu bytes at offset %s"
20465 msgstr ""
20466
20467 #: gimple-ssa-warn-restrict.c:1511
20468 msgid "%G%qD accessing %wu bytes at offsets %s and %s overlaps %wu byte at offset %s"
20469 msgstr ""
20470
20471 #: gimple-ssa-warn-restrict.c:1513
20472 msgid "%G%qD accessing %wu bytes at offsets %s and %s overlaps %wu bytes at offset %s"
20473 msgstr ""
20474
20475 #: gimple-ssa-warn-restrict.c:1520
20476 msgid "%G%qD accessing %wu byte at offsets %s and %s overlaps between %wu and %wu bytes at offset %s"
20477 msgid_plural "%G%qD accessing %wu bytes at offsets %s and %s overlaps between %wu and %wu bytes at offset %s"
20478 msgstr[0] ""
20479 msgstr[1] ""
20480 msgstr[2] ""
20481
20482 #: gimple-ssa-warn-restrict.c:1530
20483 msgid "%G%qD accessing %wu byte at offsets %s and %s overlaps %wu or more bytes at offset %s"
20484 msgid_plural "%G%qD accessing %wu bytes at offsets %s and %s overlaps %wu or more bytes at offset %s"
20485 msgstr[0] ""
20486 msgstr[1] ""
20487 msgstr[2] ""
20488
20489 #: gimple-ssa-warn-restrict.c:1543
20490 msgid "%G%qD accessing between %wu and %wu bytes at offsets %s and %s overlaps %wu byte at offset %s"
20491 msgid_plural "%G%qD accessing between %wu and %wu bytes at offsets %s and %s overlaps %wu bytes at offset %s"
20492 msgstr[0] ""
20493 msgstr[1] ""
20494 msgstr[2] ""
20495
20496 #: gimple-ssa-warn-restrict.c:1553
20497 msgid "%G%qD accessing between %wu and %wu bytes at offsets %s and %s overlaps between %wu and %wu bytes at offset %s"
20498 msgstr ""
20499
20500 #: gimple-ssa-warn-restrict.c:1561
20501 msgid "%G%qD accessing between %wu and %wu bytes at offsets %s and %s overlaps %wu or more bytes at offset %s"
20502 msgstr ""
20503
20504 #: gimple-ssa-warn-restrict.c:1574
20505 msgid "%G%qD accessing %wu or more bytes at offsets %s and %s overlaps %wu byte at offset %s"
20506 msgid_plural "%G%qD accessing %wu or more bytes at offsets %s and %s overlaps %wu bytes at offset %s"
20507 msgstr[0] ""
20508 msgstr[1] ""
20509 msgstr[2] ""
20510
20511 #: gimple-ssa-warn-restrict.c:1582
20512 msgid "%G%qD accessing %wu or more bytes at offsets %s and %s overlaps between %wu and %wu bytes at offset %s"
20513 msgstr ""
20514
20515 #: gimple-ssa-warn-restrict.c:1589
20516 msgid "%G%qD accessing %wu or more bytes at offsets %s and %s overlaps %wu or more bytes at offset %s"
20517 msgstr ""
20518
20519 #: gimple-ssa-warn-restrict.c:1617
20520 msgid "%G%qD accessing %wu byte may overlap %wu byte"
20521 msgid_plural "%G%qD accessing %wu bytes may overlap %wu byte"
20522 msgstr[0] ""
20523 msgstr[1] ""
20524 msgstr[2] ""
20525
20526 #: gimple-ssa-warn-restrict.c:1624
20527 msgid "%G%qD accessing %wu byte at offsets %s and %s may overlap %wu byte at offset %s"
20528 msgid_plural "%G%qD accessing %wu bytes at offsets %s and %s may overlap %wu byte at offset %s"
20529 msgstr[0] ""
20530 msgstr[1] ""
20531 msgstr[2] ""
20532
20533 #: gimple-ssa-warn-restrict.c:1635
20534 msgid "%G%qD accessing %wu byte may overlap up to %wu bytes"
20535 msgid_plural "%G%qD accessing %wu bytes may overlap up to %wu bytes"
20536 msgstr[0] ""
20537 msgstr[1] ""
20538 msgstr[2] ""
20539
20540 #: gimple-ssa-warn-restrict.c:1642
20541 msgid "%G%qD accessing %wu byte at offsets %s and %s may overlap up to %wu bytes at offset %s"
20542 msgid_plural "%G%qD accessing %wu bytes at offsets %s and %s may overlap up to %wu bytes at offset %s"
20543 msgstr[0] ""
20544 msgstr[1] ""
20545 msgstr[2] ""
20546
20547 #: gimple-ssa-warn-restrict.c:1655
20548 msgid "%G%qD accessing between %wu and %wu bytes may overlap %wu byte"
20549 msgid_plural "%G%qD accessing between %wu and %wu bytes may overlap up to %wu bytes"
20550 msgstr[0] ""
20551 msgstr[1] ""
20552 msgstr[2] ""
20553
20554 #: gimple-ssa-warn-restrict.c:1662
20555 msgid "%G%qD accessing between %wu and %wu bytes at offsets %s and %s may overlap %wu byte at offset %s"
20556 msgid_plural "%G%qD accessing between %wu and %wu bytes at offsets %s and %s may overlap up to %wu bytes at offset %s"
20557 msgstr[0] ""
20558 msgstr[1] ""
20559 msgstr[2] ""
20560
20561 #: gimple-ssa-warn-restrict.c:1674
20562 msgid "%G%qD accessing %wu or more bytes at offsets %s and %s may overlap %wu byte at offset %s"
20563 msgid_plural "%G%qD accessing %wu or more bytes at offsets %s and %s may overlap up to %wu bytes at offset %s"
20564 msgstr[0] ""
20565 msgstr[1] ""
20566 msgstr[2] ""
20567
20568 #: gimple-ssa-warn-restrict.c:1721
20569 msgid "%G%qD specified bound %wu exceeds maximum object size %wu"
20570 msgstr ""
20571
20572 #: gimple-ssa-warn-restrict.c:1727
20573 msgid "%G%qD specified bound between %wu and %wu exceeds maximum object size %wu"
20574 msgstr ""
20575
20576 #: gimple-ssa-warn-restrict.c:1791
20577 msgid "%G%qD pointer overflow between offset %s and size %s accessing array %qD with type %qT"
20578 msgstr ""
20579
20580 #: gimple-ssa-warn-restrict.c:1796
20581 #, gcc-internal-format
20582 msgid "array %qD declared here"
20583 msgstr "масив %qD оголошено тут"
20584
20585 #: gimple-ssa-warn-restrict.c:1801 gimple-ssa-warn-restrict.c:1807
20586 msgid "%G%qD pointer overflow between offset %s and size %s"
20587 msgstr ""
20588
20589 #: gimple-ssa-warn-restrict.c:1824
20590 msgid "%G%qD forming offset %s is out of the bounds [0, %wu] of object %qD with type %qT"
20591 msgstr ""
20592
20593 #: gimple-ssa-warn-restrict.c:1827
20594 msgid "%G%qD offset %s is out of the bounds [0, %wu] of object %qD with type %qT"
20595 msgstr ""
20596
20597 #: gimple-ssa-warn-restrict.c:1833
20598 msgid "%G%qD forming offset %s is out of the bounds of object %qD with type %qT"
20599 msgstr ""
20600
20601 #: gimple-ssa-warn-restrict.c:1835
20602 msgid "%G%qD offset %s is out of the bounds of object %qD with type %qT"
20603 msgstr ""
20604
20605 #: gimple-ssa-warn-restrict.c:1841 c/c-decl.c:3798 c/c-decl.c:4071
20606 #: c/c-typeck.c:8722 cp/class.c:1386 cp/class.c:3162 cp/constexpr.c:953
20607 #: cp/decl.c:4065 cp/decl.c:11589 cp/decl.c:12060 cp/decl.c:12069
20608 #: cp/friend.c:386 cp/friend.c:396 cp/parser.c:3333 cp/parser.c:3469
20609 #: cp/parser.c:3520 cp/parser.c:6494 cp/parser.c:22184
20610 #, gcc-internal-format
20611 msgid "%qD declared here"
20612 msgstr ""
20613
20614 #: gimple-ssa-warn-restrict.c:1848
20615 msgid "%G%qD forming offset %s is out of the bounds [0, %wu]"
20616 msgstr ""
20617
20618 #: gimple-ssa-warn-restrict.c:1850
20619 msgid "%G%qD offset %s is out of the bounds [0, %wu]"
20620 msgstr ""
20621
20622 #: gimple-ssa-warn-restrict.c:1856
20623 msgid "%G%qD forming offset %s is out of bounds"
20624 msgstr ""
20625
20626 #: gimple-ssa-warn-restrict.c:1857
20627 msgid "%G%qD offset %s is out of bounds"
20628 msgstr ""
20629
20630 #: gimple-ssa-warn-restrict.c:1869
20631 msgid "%G%qD offset %s from the object at %qE is out of the bounds of %qT"
20632 msgstr ""
20633
20634 #: gimple-ssa-warn-restrict.c:1877 gimple-ssa-warn-restrict.c:1898
20635 #, fuzzy, gcc-internal-format
20636 #| msgid "argument %qD declared here"
20637 msgid "subobject %qD declared here"
20638 msgstr "аргумент %qD оголошено тут:"
20639
20640 #: gimple-ssa-warn-restrict.c:1887
20641 msgid "%G%qD offset %s from the object at %qE is out of the bounds of referenced subobject %qD with type %qT at offset %wi"
20642 msgstr ""
20643
20644 #: gimple-ssa-warn-restrict.c:2078
20645 msgid "%G%qD source argument is the same as destination"
20646 msgstr ""
20647
20648 #: gimple-streamer-in.c:210
20649 #, gcc-internal-format, gfc-internal-format
20650 msgid "bytecode stream: unknown GIMPLE statement tag %s"
20651 msgstr ""
20652
20653 #: gimple.c:1270
20654 #, gcc-internal-format, gfc-internal-format
20655 msgid "gimple check: expected %s(%s), have %s(%s) in %s, at %s:%d"
20656 msgstr ""
20657
20658 #: gimplify.c:1959
20659 #, gcc-internal-format
20660 msgid "statement will never be executed"
20661 msgstr ""
20662
20663 #: gimplify.c:2298 gimplify.c:2306
20664 #, gcc-internal-format
20665 msgid "this statement may fall through"
20666 msgstr ""
20667
20668 #: gimplify.c:2308
20669 #, gcc-internal-format
20670 msgid "here"
20671 msgstr ""
20672
20673 #. We've found [[fallthrough]]; at the end of a switch, which the C++
20674 #. standard says is ill-formed; see [dcl.attr.fallthrough].
20675 #: gimplify.c:2420 gimplify.c:2443
20676 #, gcc-internal-format
20677 msgid "attribute %<fallthrough%> not preceding a case label or default label"
20678 msgstr ""
20679
20680 #: gimplify.c:3525
20681 #, gcc-internal-format
20682 msgid "using result of function returning %<void%>"
20683 msgstr ""
20684
20685 #: gimplify.c:6275
20686 #, gcc-internal-format, gfc-internal-format
20687 msgid "non-memory output %d must stay in memory"
20688 msgstr ""
20689
20690 #: gimplify.c:6288
20691 #, fuzzy, gcc-internal-format
20692 #| msgid "invalid argument %qs to %qs"
20693 msgid "invalid lvalue in %<asm%> output %d"
20694 msgstr "некоректний аргумент %qs %qs"
20695
20696 #: gimplify.c:6435
20697 #, gcc-internal-format, gfc-internal-format
20698 msgid "non-memory input %d must stay in memory"
20699 msgstr ""
20700
20701 #: gimplify.c:6475 gimplify.c:6484
20702 #, gcc-internal-format, gfc-internal-format
20703 msgid "memory input %d is not directly addressable"
20704 msgstr ""
20705
20706 #: gimplify.c:7098
20707 #, gcc-internal-format
20708 msgid "threadprivate variable %qE used in a region with %<order(concurrent)%> clause"
20709 msgstr ""
20710
20711 #: gimplify.c:7100
20712 #, gcc-internal-format
20713 msgid "enclosing region"
20714 msgstr ""
20715
20716 #: gimplify.c:7104
20717 #, gcc-internal-format
20718 msgid "threadprivate variable %qE used in target region"
20719 msgstr ""
20720
20721 #: gimplify.c:7106
20722 #, gcc-internal-format
20723 msgid "enclosing target region"
20724 msgstr ""
20725
20726 #: gimplify.c:7119
20727 #, gcc-internal-format
20728 msgid "threadprivate variable %qE used in untied task"
20729 msgstr ""
20730
20731 #: gimplify.c:7121
20732 #, gcc-internal-format
20733 msgid "enclosing task"
20734 msgstr ""
20735
20736 #: gimplify.c:7197
20737 #, gcc-internal-format
20738 msgid "%qE not specified in enclosing %qs"
20739 msgstr "%qE не задано у замиканні %qs"
20740
20741 #: gimplify.c:7199
20742 #, gcc-internal-format
20743 msgid "enclosing %qs"
20744 msgstr ""
20745
20746 #: gimplify.c:7342
20747 #, gcc-internal-format
20748 msgid "%qE not specified in enclosing OpenACC %qs construct"
20749 msgstr ""
20750
20751 #: gimplify.c:7344
20752 #, gcc-internal-format
20753 msgid "enclosing OpenACC %qs construct"
20754 msgstr ""
20755
20756 #: gimplify.c:7405
20757 #, gcc-internal-format
20758 msgid "%qE with %<link%> clause used in %<routine%> function"
20759 msgstr ""
20760
20761 #: gimplify.c:7413
20762 #, gcc-internal-format
20763 msgid "%qE requires a %<declare%> directive for use in a %<routine%> function"
20764 msgstr ""
20765
20766 #: gimplify.c:7467
20767 #, gcc-internal-format
20768 msgid "%qE not specified in enclosing %<target%>"
20769 msgstr ""
20770
20771 #: gimplify.c:7469
20772 #, gcc-internal-format
20773 msgid "enclosing %<target%>"
20774 msgstr ""
20775
20776 #: gimplify.c:7499 gimplify.c:8804
20777 #, gcc-internal-format
20778 msgid "variable %qE declared in enclosing %<host_data%> region"
20779 msgstr ""
20780
20781 #: gimplify.c:7520
20782 #, gcc-internal-format
20783 msgid "%qD referenced in target region does not have a mappable type"
20784 msgstr ""
20785
20786 #: gimplify.c:7643
20787 #, gcc-internal-format
20788 msgid "iteration variable %qE is predetermined linear"
20789 msgstr ""
20790
20791 #: gimplify.c:7646
20792 #, gcc-internal-format
20793 msgid "iteration variable %qE should be private"
20794 msgstr ""
20795
20796 #: gimplify.c:7660
20797 #, gcc-internal-format
20798 msgid "iteration variable %qE should not be firstprivate"
20799 msgstr ""
20800
20801 #: gimplify.c:7663
20802 #, gcc-internal-format
20803 msgid "iteration variable %qE should not be reduction"
20804 msgstr ""
20805
20806 #: gimplify.c:7666
20807 #, gcc-internal-format
20808 msgid "iteration variable %qE should not be linear"
20809 msgstr ""
20810
20811 #: gimplify.c:8420 gimplify.c:8426
20812 #, gcc-internal-format
20813 msgid "conditional %<lastprivate%> clause on %qs construct"
20814 msgstr ""
20815
20816 #: gimplify.c:8443
20817 #, gcc-internal-format
20818 msgid "non-scalar variable %qD in conditional %<lastprivate%> clause"
20819 msgstr ""
20820
20821 #: gimplify.c:8532
20822 #, gcc-internal-format
20823 msgid "%<task%> reduction modifier on a construct with a %<nowait%> clause"
20824 msgstr ""
20825
20826 #: gimplify.c:8540 gimplify.c:12366
20827 #, gcc-internal-format
20828 msgid "invalid %<task%> reduction modifier on construct other than %<parallel%>, %<for%> or %<sections%>"
20829 msgstr ""
20830
20831 #: gimplify.c:8550 gimplify.c:8556 gimplify.c:8562 gimplify.c:8568
20832 #: gimplify.c:12359
20833 #, gcc-internal-format
20834 msgid "%<inscan%> %<reduction%> clause on %qs construct"
20835 msgstr ""
20836
20837 #: gimplify.c:8655
20838 #, gcc-internal-format
20839 msgid "%<linear%> clause for variable other than loop iterator specified on construct combined with %<distribute%>"
20840 msgstr ""
20841
20842 #: gimplify.c:8972
20843 #, gcc-internal-format
20844 msgid "mapping field %qE of variable length structure"
20845 msgstr ""
20846
20847 #: gimplify.c:9146
20848 #, gcc-internal-format
20849 msgid "%qE appears more than once in map clauses"
20850 msgstr ""
20851
20852 #: gimplify.c:9435
20853 #, gcc-internal-format
20854 msgid "copyprivate variable %qE is not threadprivate or private in outer context"
20855 msgstr ""
20856
20857 #: gimplify.c:9492
20858 #, gcc-internal-format
20859 msgid "%s variable %qE is private in outer context"
20860 msgstr ""
20861
20862 #: gimplify.c:9520
20863 #, gcc-internal-format
20864 msgid "expected %qs %<if%> clause modifier rather than %qs"
20865 msgstr ""
20866
20867 #: gimplify.c:9696
20868 #, gcc-internal-format
20869 msgid "%qD specified in %qs clause but not in %<inscan%> %<reduction%> clause on the containing construct"
20870 msgstr ""
20871
20872 #: gimplify.c:9906
20873 #, gcc-internal-format
20874 msgid "%<_Atomic%> %qD in implicit %<map%> clause"
20875 msgstr ""
20876
20877 #: gimplify.c:9939
20878 #, gcc-internal-format
20879 msgid "%<_Atomic%> %qD in implicit %<firstprivate%> clause on %<target%> construct"
20880 msgstr ""
20881
20882 #: gimplify.c:10186
20883 #, gcc-internal-format
20884 msgid "%<_Atomic%> %qD in %<firstprivate%> clause on %<target%> construct"
20885 msgstr ""
20886
20887 #: gimplify.c:10241
20888 #, gcc-internal-format
20889 msgid "same variable used in %<firstprivate%> and %<lastprivate%> clauses on %<distribute%> construct"
20890 msgstr ""
20891
20892 #: gimplify.c:10332
20893 #, gcc-internal-format
20894 msgid "incompatible data clause with reduction on %qE; promoting to %<present_or_copy%>"
20895 msgstr ""
20896
20897 #: gimplify.c:10478
20898 #, gcc-internal-format
20899 msgid "%qD specified in %<inscan%> %<reduction%> clause but not in %<scan%> directive clause"
20900 msgstr ""
20901
20902 #: gimplify.c:10497
20903 #, gcc-internal-format
20904 msgid "invalid private reduction on %qE"
20905 msgstr "некоректне приватне спрощення %qE"
20906
20907 #: gimplify.c:10596
20908 #, gcc-internal-format
20909 msgid "%<inscan%> %<reduction%> clause used together with %<linear%> clause for a variable other than loop iterator"
20910 msgstr ""
20911
20912 #: gimplify.c:10930
20913 #, gcc-internal-format
20914 msgid "%<mutexinoutset%> kind in %<depend%> clause on a %<taskwait%> construct"
20915 msgstr ""
20916
20917 #: gimplify.c:11470 gimplify.c:11729
20918 #, gcc-internal-format
20919 msgid "conditional %<lastprivate%> on loop iterator %qD ignored"
20920 msgstr ""
20921
20922 #: gimplify.c:12297
20923 #, gcc-internal-format
20924 msgid "%<bind%> clause not specified on a %<loop%> construct not nested inside another OpenMP construct"
20925 msgstr ""
20926
20927 #: gimplify.c:12321
20928 #, gcc-internal-format
20929 msgid "%<bind(parallel)%> on a %<loop%> construct nested inside %<simd%> construct"
20930 msgstr ""
20931
20932 #: gimplify.c:12341
20933 #, gcc-internal-format
20934 msgid "%<bind(teams)%> on a %<loop%> region not strictly nested inside of a %<teams%> region"
20935 msgstr ""
20936
20937 #: gimplify.c:12393
20938 #, gcc-internal-format
20939 msgid "%<lastprivate%> clause on a %<loop%> construct refers to a variable %qD which is not the loop iterator"
20940 msgstr ""
20941
20942 #: gimplify.c:13251 omp-low.c:3252
20943 #, gcc-internal-format
20944 msgid "%<ordered%> construct with %<depend%> clause must be closely nested inside a loop with %<ordered%> clause with a parameter"
20945 msgstr ""
20946
20947 #: gimplify.c:13269
20948 #, gcc-internal-format
20949 msgid "variable %qE is not an iteration of outermost loop %d, expected %qE"
20950 msgstr ""
20951
20952 #: gimplify.c:13282
20953 #, gcc-internal-format
20954 msgid "number of variables in %<depend%> clause with %<sink%> modifier does not match number of iteration variables"
20955 msgstr ""
20956
20957 #: gimplify.c:13295
20958 #, gcc-internal-format
20959 msgid "more than one %<depend%> clause with %<source%> modifier on an %<ordered%> construct"
20960 msgstr ""
20961
20962 #: gimplify.c:13306
20963 #, gcc-internal-format
20964 msgid "%<depend%> clause with %<source%> modifier specified together with %<depend%> clauses with %<sink%> modifier on the same construct"
20965 msgstr ""
20966
20967 #: gimplify.c:14596
20968 #, gcc-internal-format
20969 msgid "gimplification failed"
20970 msgstr ""
20971
20972 #: gimplify.c:15118
20973 #, gcc-internal-format
20974 msgid "%qT is promoted to %qT when passed through %<...%>"
20975 msgstr ""
20976
20977 #: gimplify.c:15123
20978 #, gcc-internal-format
20979 msgid "(so you should pass %qT not %qT to %<va_arg%>)"
20980 msgstr ""
20981
20982 #: gimplify.c:15130
20983 #, gcc-internal-format
20984 msgid "if this code is reached, the program will abort"
20985 msgstr ""
20986
20987 #: godump.c:1426
20988 #, gcc-internal-format
20989 msgid "could not close Go dump file: %m"
20990 msgstr ""
20991
20992 #: godump.c:1438
20993 #, gcc-internal-format
20994 msgid "could not open Go dump file %qs: %m"
20995 msgstr ""
20996
20997 #: graphite.c:526
20998 #, gcc-internal-format
20999 msgid "Graphite loop optimizations cannot be used (isl is not available)."
21000 msgstr ""
21001
21002 #: hsa-brig.c:910
21003 #, gcc-internal-format
21004 msgid "Support for HSA does not implement immediate 16 bit FPU operands"
21005 msgstr ""
21006
21007 #: hsa-common.c:243
21008 #, gcc-internal-format
21009 msgid "HSA image ops not handled"
21010 msgstr ""
21011
21012 #: hsa-gen.c:1230
21013 #, gcc-internal-format
21014 msgid "HSA SSA name defined by instruction that is supposed to be using it"
21015 msgstr ""
21016
21017 #: hsa-gen.c:1234 hsa-gen.c:1247
21018 #, gcc-internal-format
21019 msgid "HSA SSA verification failed"
21020 msgstr ""
21021
21022 #: hsa-gen.c:1243
21023 #, gcc-internal-format
21024 msgid "HSA SSA name not among operands of instruction that is supposed to use it"
21025 msgstr ""
21026
21027 #: hsa-gen.c:1503
21028 #, gcc-internal-format
21029 msgid "HSA instruction uses a register but is not among recorded register uses"
21030 msgstr ""
21031
21032 #: hsa-gen.c:1507
21033 #, gcc-internal-format
21034 msgid "HSA instruction verification failed"
21035 msgstr ""
21036
21037 #: input.c:1206
21038 #, gcc-internal-format, gfc-internal-format
21039 msgid "expansion point is location %i"
21040 msgstr ""
21041
21042 #: input.c:1236
21043 #, gcc-internal-format
21044 msgid "token %u has %<x-location == y-location == %u%>"
21045 msgstr ""
21046
21047 #: input.c:1245
21048 #, gcc-internal-format
21049 msgid "token %u has %<x-location == %u%>"
21050 msgstr ""
21051
21052 #: input.c:1246
21053 #, gcc-internal-format
21054 msgid "token %u has %<y-location == %u%>"
21055 msgstr ""
21056
21057 #: internal-fn.c:504
21058 #, gcc-internal-format
21059 msgid "invalid use of attribute %<fallthrough%>"
21060 msgstr ""
21061
21062 #: ipa-devirt.c:637 ipa-devirt.c:722 ipa-devirt.c:751 ipa-devirt.c:793
21063 #: ipa-devirt.c:824
21064 #, gcc-internal-format
21065 msgid "virtual table of type %qD violates one definition rule"
21066 msgstr ""
21067
21068 #: ipa-devirt.c:640
21069 #, gcc-internal-format
21070 msgid "variable of same assembler name as the virtual table is defined in another translation unit"
21071 msgstr ""
21072
21073 #: ipa-devirt.c:681
21074 #, gcc-internal-format
21075 msgid "virtual table of type %qD contains RTTI information"
21076 msgstr ""
21077
21078 #: ipa-devirt.c:687
21079 #, gcc-internal-format
21080 msgid "but is prevailed by one without from other translation unit"
21081 msgstr ""
21082
21083 #: ipa-devirt.c:691
21084 #, gcc-internal-format
21085 msgid "RTTI will not work on this type"
21086 msgstr ""
21087
21088 #: ipa-devirt.c:728
21089 #, gcc-internal-format
21090 msgid "the conflicting type defined in another translation unit has virtual table of different size"
21091 msgstr ""
21092
21093 #: ipa-devirt.c:757
21094 #, gcc-internal-format
21095 msgid "the conflicting type defined in another translation unit with different RTTI information"
21096 msgstr ""
21097
21098 #: ipa-devirt.c:801 ipa-devirt.c:832
21099 #, gcc-internal-format
21100 msgid "the conflicting type defined in another translation unit"
21101 msgstr ""
21102
21103 #: ipa-devirt.c:805
21104 #, gcc-internal-format
21105 msgid "contains additional virtual method %qD"
21106 msgstr ""
21107
21108 #: ipa-devirt.c:812
21109 #, gcc-internal-format
21110 msgid "the conflicting type defined in another translation unit has virtual table with more entries"
21111 msgstr ""
21112
21113 #: ipa-devirt.c:838
21114 #, gcc-internal-format
21115 msgid "virtual method %qD"
21116 msgstr ""
21117
21118 #: ipa-devirt.c:842
21119 #, gcc-internal-format
21120 msgid "ought to match virtual method %qD but does not"
21121 msgstr ""
21122
21123 #: ipa-devirt.c:848
21124 #, gcc-internal-format
21125 msgid "the conflicting type defined in another translation unit has virtual table with different contents"
21126 msgstr ""
21127
21128 #: ipa-devirt.c:882
21129 #, gcc-internal-format
21130 msgid "type %qT (typedef of %qT) violates the C++ One Definition Rule"
21131 msgstr ""
21132
21133 #: ipa-devirt.c:890
21134 #, gcc-internal-format
21135 msgid "type %qT violates the C++ One Definition Rule"
21136 msgstr ""
21137
21138 #: ipa-devirt.c:902 ipa-devirt.c:917 ipa-devirt.c:1192 ipa-devirt.c:1268
21139 #: ipa-devirt.c:1307 ipa-devirt.c:1325
21140 #, gcc-internal-format
21141 msgid "a different type is defined in another translation unit"
21142 msgstr ""
21143
21144 #: ipa-devirt.c:909
21145 #, gcc-internal-format
21146 msgid "the first difference of corresponding definitions is field %qD"
21147 msgstr ""
21148
21149 #: ipa-devirt.c:919
21150 #, gcc-internal-format
21151 msgid "the first difference of corresponding definitions is method %qD"
21152 msgstr ""
21153
21154 #: ipa-devirt.c:1024
21155 #, gcc-internal-format
21156 msgid "type %qT defined in anonymous namespace cannot match type %qT across the translation unit boundary"
21157 msgstr ""
21158
21159 #: ipa-devirt.c:1029
21160 #, gcc-internal-format
21161 msgid "type %qT defined in anonymous namespace cannot match across the translation unit boundary"
21162 msgstr ""
21163
21164 #: ipa-devirt.c:1034
21165 #, gcc-internal-format
21166 msgid "the incompatible type defined in another translation unit"
21167 msgstr ""
21168
21169 #: ipa-devirt.c:1050
21170 #, gcc-internal-format
21171 msgid "type name %qs should match type name %qs"
21172 msgstr ""
21173
21174 #: ipa-devirt.c:1054 ipa-devirt.c:1151
21175 #, gcc-internal-format
21176 msgid "the incompatible type is defined here"
21177 msgstr ""
21178
21179 #: ipa-devirt.c:1082
21180 #, gcc-internal-format
21181 msgid "array types have different bounds"
21182 msgstr ""
21183
21184 #: ipa-devirt.c:1097
21185 #, gcc-internal-format
21186 msgid "return value type mismatch"
21187 msgstr ""
21188
21189 #: ipa-devirt.c:1112
21190 #, gcc-internal-format
21191 msgid "implicit this pointer type mismatch"
21192 msgstr ""
21193
21194 #: ipa-devirt.c:1115
21195 #, gcc-internal-format, gfc-internal-format
21196 msgid "type mismatch in parameter %i"
21197 msgstr ""
21198
21199 #: ipa-devirt.c:1126
21200 #, gcc-internal-format
21201 msgid "types have different parameter counts"
21202 msgstr ""
21203
21204 #: ipa-devirt.c:1142
21205 #, gcc-internal-format
21206 msgid "type %qT itself violates the C++ One Definition Rule"
21207 msgstr ""
21208
21209 #: ipa-devirt.c:1148
21210 #, gcc-internal-format
21211 msgid "type %qT should match type %qT"
21212 msgstr ""
21213
21214 #: ipa-devirt.c:1218
21215 #, gcc-internal-format
21216 msgid "an enum with different value name is defined in another translation unit"
21217 msgstr ""
21218
21219 #: ipa-devirt.c:1225
21220 #, gcc-internal-format
21221 msgid "an enum with different values is defined in another translation unit"
21222 msgstr ""
21223
21224 #: ipa-devirt.c:1233
21225 #, gcc-internal-format
21226 msgid "an enum with mismatching number of values is defined in another translation unit"
21227 msgstr ""
21228
21229 #: ipa-devirt.c:1251
21230 #, gcc-internal-format
21231 msgid "a type with different precision is defined in another translation unit"
21232 msgstr ""
21233
21234 #: ipa-devirt.c:1258
21235 #, gcc-internal-format
21236 msgid "a type with different signedness is defined in another translation unit"
21237 msgstr ""
21238
21239 #: ipa-devirt.c:1283
21240 #, gcc-internal-format
21241 msgid "it is defined as a pointer in different address space in another translation unit"
21242 msgstr ""
21243
21244 #: ipa-devirt.c:1292
21245 #, gcc-internal-format
21246 msgid "it is defined as a pointer to different type in another translation unit"
21247 msgstr ""
21248
21249 #: ipa-devirt.c:1352
21250 #, gcc-internal-format
21251 msgid "an array of different size is defined in another translation unit"
21252 msgstr ""
21253
21254 #: ipa-devirt.c:1367
21255 #, gcc-internal-format
21256 msgid "has different return value in another translation unit"
21257 msgstr ""
21258
21259 #: ipa-devirt.c:1390 ipa-devirt.c:1402
21260 #, gcc-internal-format
21261 msgid "has different parameters in another translation unit"
21262 msgstr ""
21263
21264 #: ipa-devirt.c:1425
21265 #, gcc-internal-format
21266 msgid "a type defined in another translation unit is not polymorphic"
21267 msgstr ""
21268
21269 #: ipa-devirt.c:1429
21270 #, gcc-internal-format
21271 msgid "a type defined in another translation unit is polymorphic"
21272 msgstr ""
21273
21274 #: ipa-devirt.c:1447 ipa-devirt.c:1511
21275 #, gcc-internal-format
21276 msgid "a type with different virtual table pointers is defined in another translation unit"
21277 msgstr ""
21278
21279 #: ipa-devirt.c:1454 ipa-devirt.c:1516
21280 #, gcc-internal-format
21281 msgid "a type with different bases is defined in another translation unit"
21282 msgstr ""
21283
21284 #: ipa-devirt.c:1462
21285 #, gcc-internal-format
21286 msgid "a field with different name is defined in another translation unit"
21287 msgstr ""
21288
21289 #: ipa-devirt.c:1476
21290 #, gcc-internal-format
21291 msgid "a field of same name but different type is defined in another translation unit"
21292 msgstr ""
21293
21294 #: ipa-devirt.c:1489
21295 #, gcc-internal-format
21296 msgid "fields have different layout in another translation unit"
21297 msgstr ""
21298
21299 #: ipa-devirt.c:1496
21300 #, gcc-internal-format
21301 msgid "one field is a bitfield while the other is not"
21302 msgstr ""
21303
21304 #: ipa-devirt.c:1520
21305 #, gcc-internal-format
21306 msgid "a type with different number of fields is defined in another translation unit"
21307 msgstr ""
21308
21309 #: ipa-devirt.c:1542
21310 #, gcc-internal-format
21311 msgid "a type with different size is defined in another translation unit"
21312 msgstr ""
21313
21314 #: ipa-devirt.c:1551
21315 #, gcc-internal-format
21316 msgid "one type needs to be constructed while other not"
21317 msgstr ""
21318
21319 #: ipa-devirt.c:1564
21320 #, gcc-internal-format
21321 msgid "memory layout mismatch"
21322 msgstr ""
21323
21324 #: ipa-devirt.c:1687
21325 #, gcc-internal-format
21326 msgid "the extra base is defined here"
21327 msgstr ""
21328
21329 #: ipa-devirt.c:3852
21330 #, gcc-internal-format
21331 msgid "Declaring type %qD final would enable devirtualization of %i call"
21332 msgid_plural "Declaring type %qD final would enable devirtualization of %i calls"
21333 msgstr[0] ""
21334 msgstr[1] ""
21335 msgstr[2] ""
21336
21337 #: ipa-devirt.c:3861
21338 #, gcc-internal-format
21339 msgid "Declaring type %qD final would enable devirtualization of %i call executed %lli times"
21340 msgid_plural "Declaring type %qD final would enable devirtualization of %i calls executed %lli times"
21341 msgstr[0] ""
21342 msgstr[1] ""
21343 msgstr[2] ""
21344
21345 #: ipa-devirt.c:3891
21346 #, gcc-internal-format
21347 msgid "Declaring virtual destructor of %qD final would enable devirtualization of %i call"
21348 msgid_plural "Declaring virtual destructor of %qD final would enable devirtualization of %i calls"
21349 msgstr[0] ""
21350 msgstr[1] ""
21351 msgstr[2] ""
21352
21353 #: ipa-devirt.c:3899
21354 #, gcc-internal-format
21355 msgid "Declaring method %qD final would enable devirtualization of %i call"
21356 msgid_plural "Declaring method %qD final would enable devirtualization of %i calls"
21357 msgstr[0] ""
21358 msgstr[1] ""
21359 msgstr[2] ""
21360
21361 #: ipa-devirt.c:3907
21362 #, gcc-internal-format
21363 msgid "Declaring virtual destructor of %qD final would enable devirtualization of %i call executed %lli times"
21364 msgid_plural "Declaring virtual destructor of %qD final would enable devirtualization of %i calls executed %lli times"
21365 msgstr[0] ""
21366 msgstr[1] ""
21367 msgstr[2] ""
21368
21369 #: ipa-devirt.c:3918
21370 #, gcc-internal-format
21371 msgid "Declaring method %qD final would enable devirtualization of %i call executed %lli times"
21372 msgid_plural "Declaring method %qD final would enable devirtualization of %i calls executed %lli times"
21373 msgstr[0] ""
21374 msgstr[1] ""
21375 msgstr[2] ""
21376
21377 #: ipa-fnsummary.c:4263
21378 #, gcc-internal-format
21379 msgid "invalid fnsummary in LTO stream"
21380 msgstr ""
21381
21382 #: ipa-fnsummary.c:4332
21383 #, gcc-internal-format
21384 msgid "ipa inline summary is missing in input file"
21385 msgstr ""
21386
21387 #: ipa-hsa.c:58
21388 #, gcc-internal-format, gfc-internal-format
21389 msgid "could not emit HSAIL for function %s: function cannot be cloned"
21390 msgstr ""
21391
21392 #: ipa-prop.c:4538 ipa-prop.c:4580 ipa-prop.c:4664 ipa-prop.c:4709
21393 #, gcc-internal-format
21394 msgid "invalid jump function in LTO stream"
21395 msgstr ""
21396
21397 #: ipa-pure-const.c:216
21398 #, gcc-internal-format
21399 msgid "function might be candidate for attribute %qs"
21400 msgstr ""
21401
21402 #: ipa-pure-const.c:217
21403 #, gcc-internal-format
21404 msgid "function might be candidate for attribute %qs if it is known to return normally"
21405 msgstr ""
21406
21407 #: ipa-reference.c:1260
21408 #, gcc-internal-format
21409 msgid "ipa reference summary is missing in ltrans unit"
21410 msgstr ""
21411
21412 #: ipa-sra.c:1466
21413 #, gcc-internal-format
21414 msgid "Access offset before parent offset"
21415 msgstr ""
21416
21417 #: ipa-sra.c:1471
21418 #, gcc-internal-format
21419 msgid "Access size greater or equal to its parent size"
21420 msgstr ""
21421
21422 #: ipa-sra.c:1476
21423 #, gcc-internal-format
21424 msgid "Access terminates outside of its parent"
21425 msgstr ""
21426
21427 #: ipa-sra.c:1488
21428 #, gcc-internal-format
21429 msgid "Access overlaps with its sibling"
21430 msgstr ""
21431
21432 #: ipa-sra.c:1507
21433 #, gcc-internal-format
21434 msgid "IPA-SRA access verification failed"
21435 msgstr ""
21436
21437 #: ipa-sra.c:2456
21438 #, gcc-internal-format
21439 msgid "Function %qs, parameter %u, has IPA-SRA accesses which overlap"
21440 msgstr ""
21441
21442 #: ipa-sra.c:2459
21443 #, gcc-internal-format, gfc-internal-format
21444 msgid "Function %s, parameter %u, is used but does not have any certain IPA-SRA access"
21445 msgstr ""
21446
21447 #: ira.c:2305 ira.c:2323
21448 #, gcc-internal-format
21449 msgid "%s cannot be used in %<asm%> here"
21450 msgstr ""
21451
21452 #: ira.c:5604
21453 #, gcc-internal-format
21454 msgid "frame pointer required, but reserved"
21455 msgstr ""
21456
21457 #: ira.c:5605
21458 #, gcc-internal-format
21459 msgid "for %qD"
21460 msgstr ""
21461
21462 #: ira.c:5621
21463 #, gcc-internal-format
21464 msgid "frame size too large for reliable stack checking"
21465 msgstr ""
21466
21467 #: lra-assigns.c:1693
21468 #, gcc-internal-format, gfc-internal-format
21469 msgid "maximum number of LRA assignment passes is achieved (%d)"
21470 msgstr ""
21471
21472 #: lra-assigns.c:1819 reload1.c:1243
21473 #, gcc-internal-format
21474 msgid "%<asm%> operand has impossible constraints"
21475 msgstr ""
21476
21477 #: lra-assigns.c:1840
21478 #, gcc-internal-format
21479 msgid "unable to find a register to spill"
21480 msgstr ""
21481
21482 #: lra-constraints.c:4008 reload.c:3815 reload.c:4070
21483 #, gcc-internal-format
21484 msgid "inconsistent operand constraints in an %<asm%>"
21485 msgstr ""
21486
21487 #: lra-constraints.c:4948
21488 #, gcc-internal-format, gfc-internal-format
21489 msgid "maximum number of generated reload insns per insn achieved (%d)"
21490 msgstr ""
21491
21492 #: lto-cgraph.c:1110
21493 #, gcc-internal-format
21494 msgid "function %qs has been referenced in offloaded code but hasn%'t been marked to be included in the offloaded code"
21495 msgstr ""
21496
21497 #: lto-cgraph.c:1115
21498 #, gcc-internal-format
21499 msgid "variable %qs has been referenced in offloaded code but hasn%'t been marked to be included in the offloaded code"
21500 msgstr ""
21501
21502 #: lto-cgraph.c:1280
21503 #, gcc-internal-format, gfc-internal-format
21504 msgid "bytecode stream: found multiple instances of cgraph node with uid %d"
21505 msgstr ""
21506
21507 #: lto-cgraph.c:1456
21508 #, gcc-internal-format
21509 msgid "bytecode stream: no caller found while reading edge"
21510 msgstr ""
21511
21512 #: lto-cgraph.c:1462
21513 #, gcc-internal-format
21514 msgid "bytecode stream: no callee found while reading edge"
21515 msgstr ""
21516
21517 #: lto-cgraph.c:1539
21518 #, gcc-internal-format
21519 msgid "bytecode stream: found empty cgraph node"
21520 msgstr ""
21521
21522 #: lto-cgraph.c:1655
21523 #, gcc-internal-format, gfc-internal-format
21524 msgid "At most %i profile runs is supported. Perhaps corrupted profile?"
21525 msgstr ""
21526
21527 #: lto-cgraph.c:1680
21528 #, gcc-internal-format, gfc-internal-format
21529 msgid "Profile information in %s corrupted"
21530 msgstr ""
21531
21532 #: lto-cgraph.c:1718
21533 #, gcc-internal-format, gfc-internal-format
21534 msgid "cannot find LTO cgraph in %s"
21535 msgstr ""
21536
21537 #: lto-cgraph.c:1728
21538 #, gcc-internal-format, gfc-internal-format
21539 msgid "cannot find LTO section refs in %s"
21540 msgstr ""
21541
21542 #: lto-cgraph.c:1805
21543 #, gcc-internal-format, gfc-internal-format
21544 msgid "invalid offload table in %s"
21545 msgstr ""
21546
21547 #: lto-compress.c:142 lto-compress.c:268 lto-compress.c:276 lto-compress.c:297
21548 #: lto-compress.c:364 lto-compress.c:372 lto-compress.c:393
21549 #, gcc-internal-format, gfc-internal-format
21550 msgid "compressed stream: %s"
21551 msgstr ""
21552
21553 #: lto-compress.c:162
21554 #, gcc-internal-format
21555 msgid "original not compressed with zstd"
21556 msgstr ""
21557
21558 #: lto-compress.c:164
21559 #, gcc-internal-format
21560 msgid "original size unknown"
21561 msgstr ""
21562
21563 #: lto-compress.c:170
21564 #, gcc-internal-format, gfc-internal-format
21565 msgid "decompressed stream: %s"
21566 msgstr ""
21567
21568 #: lto-compress.c:413
21569 #, gcc-internal-format
21570 msgid "compiler does not support ZSTD LTO compression"
21571 msgstr ""
21572
21573 #: lto-section-in.c:458
21574 #, gcc-internal-format, gfc-internal-format
21575 msgid "bytecode stream: trying to read %d bytes after the end of the input buffer"
21576 msgstr ""
21577
21578 #: lto-section-in.c:469
21579 #, gcc-internal-format, gfc-internal-format
21580 msgid "%s out of range: Range is %i to %i, value is %i"
21581 msgstr ""
21582
21583 #: lto-streamer-in.c:77
21584 #, gcc-internal-format, gfc-internal-format
21585 msgid "bytecode stream: unexpected tag %s"
21586 msgstr ""
21587
21588 #: lto-streamer-in.c:893 lto-streamer-in.c:904
21589 #, gcc-internal-format
21590 msgid "Cgraph edge statement index out of range"
21591 msgstr ""
21592
21593 #: lto-streamer-in.c:898 lto-streamer-in.c:908
21594 #, gcc-internal-format
21595 msgid "Cgraph edge statement index not found"
21596 msgstr ""
21597
21598 #: lto-streamer-in.c:915
21599 #, gcc-internal-format
21600 msgid "Reference statement index out of range"
21601 msgstr ""
21602
21603 #: lto-streamer-in.c:919
21604 #, gcc-internal-format
21605 msgid "Reference statement index not found"
21606 msgstr ""
21607
21608 #: lto-streamer-in.c:1606
21609 #, gcc-internal-format, gfc-internal-format
21610 msgid "cannot read LTO mode table from %s"
21611 msgstr ""
21612
21613 #: lto-streamer-in.c:1710
21614 #, gcc-internal-format
21615 msgid "%s - %u-bit-precision floating-point numbers unsupported (mode %qs)"
21616 msgstr ""
21617
21618 #: lto-streamer-in.c:1715
21619 #, gcc-internal-format
21620 msgid "%s - %u-bit-precision decimal floating-point numbers unsupported (mode %qs)"
21621 msgstr ""
21622
21623 #: lto-streamer-in.c:1720
21624 #, gcc-internal-format
21625 msgid "%s - %u-bit-precision complex floating-point numbers unsupported (mode %qs)"
21626 msgstr ""
21627
21628 #: lto-streamer-in.c:1725
21629 #, gcc-internal-format
21630 msgid "%s - %u-bit integer numbers unsupported (mode %qs)"
21631 msgstr ""
21632
21633 #: lto-streamer-in.c:1728
21634 #, fuzzy, gcc-internal-format
21635 #| msgid "PIC is not supported for %qs"
21636 msgid "%s - unsupported mode %qs"
21637 msgstr "Підтримки PIC для %qs не передбачено"
21638
21639 #: lto-streamer-out.c:460 lto-streamer-out.c:702
21640 #, gcc-internal-format
21641 msgid "tree code %qs is not supported in LTO streams"
21642 msgstr ""
21643
21644 #: lto-streamer.c:142
21645 #, gcc-internal-format, gfc-internal-format
21646 msgid "bytecode stream: unexpected LTO section %s"
21647 msgstr ""
21648
21649 #: lto-streamer.c:271
21650 #, gcc-internal-format
21651 msgid "bytecode stream in file %qs generated with LTO version %d.%d instead of the expected %d.%d"
21652 msgstr ""
21653
21654 #: lto-wrapper.c:121
21655 #, gcc-internal-format
21656 msgid "deleting LTRANS file %s: %m"
21657 msgstr ""
21658
21659 #: lto-wrapper.c:158
21660 #, gcc-internal-format
21661 msgid "malformed %<COLLECT_GCC_OPTIONS%>"
21662 msgstr ""
21663
21664 #: lto-wrapper.c:313
21665 #, gcc-internal-format, gfc-internal-format
21666 msgid "option %s with different values"
21667 msgstr ""
21668
21669 #: lto-wrapper.c:397
21670 #, gcc-internal-format, gfc-internal-format
21671 msgid "option %s not used consistently in all LTO input files"
21672 msgstr ""
21673
21674 #: lto-wrapper.c:827
21675 #, gcc-internal-format
21676 msgid "could not find %s in %s (consider using %<-B%>)"
21677 msgstr ""
21678
21679 #: lto-wrapper.c:908
21680 #, gcc-internal-format, gfc-internal-format
21681 msgid "problem with building target image for %s"
21682 msgstr ""
21683
21684 #: lto-wrapper.c:928
21685 #, gcc-internal-format
21686 msgid "reading input file"
21687 msgstr ""
21688
21689 #: lto-wrapper.c:933
21690 #, gcc-internal-format
21691 msgid "writing output file"
21692 msgstr ""
21693
21694 #: lto-wrapper.c:965
21695 #, gcc-internal-format
21696 msgid "installation error, cannot find %<crtoffloadtable.o%>"
21697 msgstr ""
21698
21699 #: lto-wrapper.c:1279
21700 #, gcc-internal-format
21701 msgid "environment variable %<COLLECT_GCC%> must be set"
21702 msgstr ""
21703
21704 #: lto-wrapper.c:1283
21705 #, gcc-internal-format
21706 msgid "environment variable %<COLLECT_GCC_OPTIONS%> must be set"
21707 msgstr ""
21708
21709 #: lto-wrapper.c:1483 lto-wrapper.c:1542 c-family/c-pch.c:211
21710 #: c-family/c-pch.c:252 c-family/c-pch.c:303
21711 #, gcc-internal-format
21712 msgid "cannot read %s: %m"
21713 msgstr "не вдалося прочитати %s: %m"
21714
21715 #: lto-wrapper.c:1510
21716 #, gcc-internal-format, gfc-internal-format
21717 msgid "invalid format of %s"
21718 msgstr "некоректний формат %s"
21719
21720 #: lto-wrapper.c:1711
21721 #, fuzzy, gcc-internal-format
21722 #| msgid "fopen %s: %m"
21723 msgid "%<fopen%>: %s: %m"
21724 msgstr "fopen %s: %m"
21725
21726 #: lto-wrapper.c:1728
21727 #, fuzzy, gcc-internal-format, gfc-internal-format
21728 #| msgid "Corrupted ltrans output file %s"
21729 msgid "corrupted ltrans output file %s"
21730 msgstr "Пошкоджений файл виведення ltrans %s"
21731
21732 #: lto-wrapper.c:1918
21733 #, fuzzy, gcc-internal-format
21734 #| msgid "waitpid failed"
21735 msgid "%<atexit%> failed"
21736 msgstr "помилка waitpid"
21737
21738 #: multiple_target.c:76
21739 #, gcc-internal-format
21740 msgid "the call requires %<ifunc%>, which is not supported by this target"
21741 msgstr ""
21742
21743 #: multiple_target.c:83
21744 #, gcc-internal-format
21745 msgid "target does not support function version dispatcher"
21746 msgstr ""
21747
21748 #: multiple_target.c:91
21749 #, gcc-internal-format
21750 msgid "default %<target_clones%> attribute was not set"
21751 msgstr ""
21752
21753 #: multiple_target.c:354
21754 #, gcc-internal-format
21755 msgid "single %<target_clones%> attribute is ignored"
21756 msgstr "одинарний атрибут %<target_clones%> ігнорується"
21757
21758 #: multiple_target.c:363
21759 #, gcc-internal-format
21760 msgid "clones for %<target_clones%> attribute cannot be created"
21761 msgstr ""
21762
21763 #: multiple_target.c:366
21764 #, gcc-internal-format
21765 msgid "function %q+F can never be copied because it has %<noclone%> attribute"
21766 msgstr ""
21767
21768 #: multiple_target.c:387
21769 #, gcc-internal-format
21770 msgid "%<default%> target was not set"
21771 msgstr ""
21772
21773 #: multiple_target.c:391
21774 #, gcc-internal-format
21775 msgid "an empty string cannot be in %<target_clones%> attribute"
21776 msgstr ""
21777
21778 #: multiple_target.c:395
21779 #, gcc-internal-format
21780 msgid "multiple %<default%> targets were set"
21781 msgstr ""
21782
21783 #: omp-expand.c:2163
21784 #, gcc-internal-format
21785 msgid "%<depend%> clause with %<sink%> modifier waiting for lexically later iteration"
21786 msgstr ""
21787
21788 #: omp-expand.c:2300
21789 #, gcc-internal-format
21790 msgid "%<depend%> clause with %<sink%> modifier refers to iteration never in the iteration space"
21791 msgstr ""
21792
21793 #: omp-general.c:1751
21794 #, gcc-internal-format
21795 msgid "%qs specifies a conflicting level of parallelism"
21796 msgstr ""
21797
21798 #: omp-general.c:1754
21799 #, gcc-internal-format
21800 msgid "... to the previous %qs clause here"
21801 msgstr ""
21802
21803 #: omp-general.c:1814
21804 #, gcc-internal-format
21805 msgid "incompatible %qs clause when applying %<%s%> to %qD, which has already been marked with an OpenACC 'routine' directive"
21806 msgstr ""
21807
21808 #: omp-general.c:1821
21809 #, gcc-internal-format
21810 msgid "missing %qs clause when applying %<%s%> to %qD, which has already been marked with an OpenACC 'routine' directive"
21811 msgstr ""
21812
21813 #: omp-general.c:1830
21814 #, fuzzy, gcc-internal-format
21815 #| msgid "built-in %qD declared here"
21816 msgid "... with %qs clause here"
21817 msgstr "вбудований %qD оголошено тут"
21818
21819 #: omp-general.c:1838
21820 #, gcc-internal-format
21821 msgid "... without %qs clause near to here"
21822 msgstr ""
21823
21824 #: omp-low.c:2380 omp-offload.c:1193
21825 #, gcc-internal-format
21826 msgid "%<seq%> overrides other OpenACC loop specifiers"
21827 msgstr ""
21828
21829 #: omp-low.c:2383 omp-offload.c:1194
21830 #, gcc-internal-format
21831 msgid "%<auto%> conflicts with other OpenACC loop specifiers"
21832 msgstr ""
21833
21834 #: omp-low.c:2387 omp-offload.c:1228
21835 #, gcc-internal-format
21836 msgid "inner loop uses same OpenACC parallelism as containing loop"
21837 msgstr ""
21838
21839 #: omp-low.c:2434
21840 #, gcc-internal-format
21841 msgid "argument not permitted on %qs clause in OpenACC %<parallel%> or %<serial%>"
21842 msgstr ""
21843
21844 #: omp-low.c:2489
21845 #, fuzzy, gcc-internal-format
21846 #| msgid "conflicting declaration %q#D"
21847 msgid "conflicting reduction operations for %qE"
21848 msgstr "конфлікт оголошень %q#D"
21849
21850 #: omp-low.c:2492
21851 #, fuzzy, gcc-internal-format
21852 #| msgid "does not match previous declaration %q#D"
21853 msgid "location of the previous reduction for %qE"
21854 msgstr "не відповідає попередньому оголошенню %q#D"
21855
21856 #: omp-low.c:2525
21857 #, gcc-internal-format
21858 msgid "nested loop in reduction needs reduction clause for %qE"
21859 msgstr ""
21860
21861 #: omp-low.c:2818
21862 #, gcc-internal-format
21863 msgid "non-OpenACC construct inside of OpenACC routine"
21864 msgstr ""
21865
21866 #: omp-low.c:2827
21867 #, gcc-internal-format
21868 msgid "non-OpenACC construct inside of OpenACC region"
21869 msgstr ""
21870
21871 #: omp-low.c:2849 omp-low.c:2916
21872 #, gcc-internal-format
21873 msgid "OpenMP constructs other than %<parallel%>, %<loop%> or %<simd%> may not be nested inside a region with the %<order(concurrent)%> clause"
21874 msgstr ""
21875
21876 #: omp-low.c:2868
21877 #, gcc-internal-format
21878 msgid "%<ordered simd threads%> must be closely nested inside of %<for simd%> region"
21879 msgstr ""
21880
21881 #: omp-low.c:2883
21882 #, gcc-internal-format
21883 msgid "OpenMP constructs other than %<ordered simd%>, %<simd%>, %<loop%> or %<atomic%> may not be nested inside %<simd%> region"
21884 msgstr ""
21885
21886 #: omp-low.c:2898
21887 #, gcc-internal-format
21888 msgid "only %<distribute%>, %<parallel%> or %<loop%> regions are allowed to be strictly nested inside %<teams%> region"
21889 msgstr ""
21890
21891 #: omp-low.c:2912
21892 #, gcc-internal-format
21893 msgid "OpenMP constructs other than %<parallel%>, %<loop%> or %<simd%> may not be nested inside a %<loop%> region"
21894 msgstr ""
21895
21896 #: omp-low.c:2932
21897 #, gcc-internal-format
21898 msgid "%<distribute%> region must be strictly nested inside %<teams%> construct"
21899 msgstr ""
21900
21901 #: omp-low.c:2979
21902 #, gcc-internal-format
21903 msgid "OpenACC loop directive must be associated with an OpenACC compute region"
21904 msgstr ""
21905
21906 #: omp-low.c:3001
21907 #, gcc-internal-format
21908 msgid "orphaned %qs construct"
21909 msgstr ""
21910
21911 #: omp-low.c:3030
21912 #, gcc-internal-format
21913 msgid "%<cancel for%> inside %<nowait%> for construct"
21914 msgstr ""
21915
21916 #: omp-low.c:3035
21917 #, gcc-internal-format
21918 msgid "%<cancel for%> inside %<ordered%> for construct"
21919 msgstr ""
21920
21921 #: omp-low.c:3055 omp-low.c:3068
21922 #, gcc-internal-format
21923 msgid "%<cancel sections%> inside %<nowait%> sections construct"
21924 msgstr ""
21925
21926 #: omp-low.c:3097
21927 #, gcc-internal-format
21928 msgid "%<%s taskgroup%> construct not closely nested inside of %<taskgroup%> region"
21929 msgstr ""
21930
21931 #: omp-low.c:3122
21932 #, gcc-internal-format
21933 msgid "invalid arguments"
21934 msgstr "некоректні аргументи"
21935
21936 #: omp-low.c:3128
21937 #, gcc-internal-format
21938 msgid "%<%s %s%> construct not closely nested inside of %qs"
21939 msgstr ""
21940
21941 #: omp-low.c:3156
21942 #, gcc-internal-format
21943 msgid "barrier region may not be closely nested inside of work-sharing, %<loop%>, %<critical%>, %<ordered%>, %<master%>, explicit %<task%> or %<taskloop%> region"
21944 msgstr ""
21945
21946 #: omp-low.c:3163
21947 #, gcc-internal-format
21948 msgid "work-sharing region may not be closely nested inside of work-sharing, %<loop%>, %<critical%>, %<ordered%>, %<master%>, explicit %<task%> or %<taskloop%> region"
21949 msgstr ""
21950
21951 #: omp-low.c:3192
21952 #, gcc-internal-format
21953 msgid "%<master%> region may not be closely nested inside of work-sharing, %<loop%>, explicit %<task%> or %<taskloop%> region"
21954 msgstr ""
21955
21956 #: omp-low.c:3216 omp-low.c:3373 c-family/c-omp.c:493
21957 #, gcc-internal-format
21958 msgid "%<depend(%s)%> is only allowed in %<omp ordered%>"
21959 msgstr ""
21960
21961 #: omp-low.c:3244
21962 #, gcc-internal-format
21963 msgid "%<ordered%> construct with %<depend%> clause must be closely nested inside an %<ordered%> loop"
21964 msgstr ""
21965
21966 #: omp-low.c:3261
21967 #, gcc-internal-format
21968 msgid "invalid depend kind in omp %<ordered%> %<depend%>"
21969 msgstr ""
21970
21971 #: omp-low.c:3276
21972 #, gcc-internal-format
21973 msgid "%<ordered%> %<simd%> must be closely nested inside %<simd%> region"
21974 msgstr ""
21975
21976 #: omp-low.c:3289
21977 #, gcc-internal-format
21978 msgid "%<ordered%> region may not be closely nested inside of %<critical%>, %<ordered%>, explicit %<task%> or %<taskloop%> region"
21979 msgstr ""
21980
21981 #: omp-low.c:3302 omp-low.c:3324
21982 #, gcc-internal-format
21983 msgid "%<ordered%> region must be closely nested inside a loop region with an %<ordered%> clause"
21984 msgstr ""
21985
21986 #: omp-low.c:3310
21987 #, gcc-internal-format
21988 msgid "%<ordered%> region without %<depend%> clause may not be closely nested inside a loop region with an %<ordered%> clause with a parameter"
21989 msgstr ""
21990
21991 #: omp-low.c:3341
21992 #, gcc-internal-format
21993 msgid "%<critical%> region may not be nested inside a %<critical%> region with the same name"
21994 msgstr ""
21995
21996 #: omp-low.c:3359
21997 #, gcc-internal-format
21998 msgid "%<teams%> construct must be closely nested inside of %<target%> construct or not nested in any OpenMP construct"
21999 msgstr ""
22000
22001 #: omp-low.c:3381
22002 #, gcc-internal-format
22003 msgid "OpenACC region inside of OpenACC routine, nested parallelism not supported yet"
22004 msgstr ""
22005
22006 #: omp-low.c:3394
22007 #, gcc-internal-format
22008 msgid "OpenACC construct inside of non-OpenACC region"
22009 msgstr ""
22010
22011 #: omp-low.c:3443
22012 #, gcc-internal-format
22013 msgid "%s %qs construct inside of %s %qs region"
22014 msgstr ""
22015
22016 #: omp-low.c:3456 omp-low.c:3463
22017 #, gcc-internal-format
22018 msgid "%qs construct inside of %qs region"
22019 msgstr ""
22020
22021 #: omp-low.c:3686
22022 #, gcc-internal-format
22023 msgid "setjmp/longjmp inside %<simd%> construct"
22024 msgstr ""
22025
22026 #: omp-low.c:3712
22027 #, gcc-internal-format
22028 msgid "OpenMP runtime API call %qD in a region with %<order(concurrent)%> clause"
22029 msgstr ""
22030
22031 #: omp-low.c:8881
22032 #, gcc-internal-format
22033 msgid "ignoring sink clause with offset that is not a multiple of the loop step"
22034 msgstr ""
22035
22036 #: omp-low.c:8904
22037 #, gcc-internal-format
22038 msgid "first offset must be in opposite direction of loop iterations"
22039 msgstr ""
22040
22041 #: omp-low.c:13181
22042 #, gcc-internal-format, gfc-internal-format
22043 msgid "invalid exit from %s structured block"
22044 msgstr ""
22045
22046 #: omp-low.c:13183 omp-low.c:13188
22047 #, gcc-internal-format, gfc-internal-format
22048 msgid "invalid entry to %s structured block"
22049 msgstr ""
22050
22051 #. Otherwise, be vague and lazy, but efficient.
22052 #: omp-low.c:13192
22053 #, gcc-internal-format, gfc-internal-format
22054 msgid "invalid branch to/from %s structured block"
22055 msgstr ""
22056
22057 #: omp-offload.c:651
22058 #, gcc-internal-format
22059 msgid "%<-fopenacc-dim%> operand is malformed at %qs"
22060 msgstr ""
22061
22062 #: omp-offload.c:1226
22063 #, gcc-internal-format
22064 msgid "routine call uses same OpenACC parallelism as containing loop"
22065 msgstr ""
22066
22067 #: omp-offload.c:1230 omp-offload.c:1262
22068 #, gcc-internal-format
22069 msgid "containing loop here"
22070 msgstr ""
22071
22072 #: omp-offload.c:1235
22073 #, gcc-internal-format
22074 msgid "routine call uses OpenACC parallelism disallowed by containing routine"
22075 msgstr ""
22076
22077 #: omp-offload.c:1237
22078 #, gcc-internal-format
22079 msgid "loop uses OpenACC parallelism disallowed by containing routine"
22080 msgstr ""
22081
22082 #: omp-offload.c:1242
22083 #, gcc-internal-format
22084 msgid "routine %qD declared here"
22085 msgstr ""
22086
22087 #: omp-offload.c:1255
22088 #, gcc-internal-format
22089 msgid "incorrectly nested OpenACC loop parallelism"
22090 msgstr ""
22091
22092 #: omp-offload.c:1396
22093 #, gcc-internal-format
22094 msgid "insufficient partitioning available to parallelize element loop"
22095 msgstr ""
22096
22097 #: omp-offload.c:1404
22098 #, gcc-internal-format
22099 msgid "insufficient partitioning available to parallelize tile loop"
22100 msgstr ""
22101
22102 #: omp-offload.c:1406
22103 #, gcc-internal-format
22104 msgid "insufficient partitioning available to parallelize loop"
22105 msgstr ""
22106
22107 #: omp-simd-clone.c:197
22108 #, gcc-internal-format
22109 msgid "ignoring large linear step"
22110 msgstr ""
22111
22112 #: omp-simd-clone.c:203
22113 #, gcc-internal-format
22114 msgid "ignoring zero linear step"
22115 msgstr ""
22116
22117 #: omp-simd-clone.c:265
22118 #, gcc-internal-format
22119 msgid "ignoring %<#pragma omp declare simd%> on function with %<_Atomic%> qualified return type"
22120 msgstr ""
22121
22122 #: omp-simd-clone.c:275
22123 #, gcc-internal-format
22124 msgid "ignoring %<#pragma omp declare simd%> on function with %<_Atomic%> qualified non-%<uniform%> argument"
22125 msgstr ""
22126
22127 #: optabs.c:4319
22128 #, gcc-internal-format
22129 msgid "indirect jumps are not available on this target"
22130 msgstr ""
22131
22132 #: opts-common.c:1275
22133 #, fuzzy, gcc-internal-format
22134 #| msgid "-fsanitize=address is not supported in this configuration"
22135 msgid "command-line option %qs is not supported by this configuration"
22136 msgstr "підтримки -fsanitize=адреса на цій конфігурації не передбачено"
22137
22138 #: opts-common.c:1285 opts.c:2076
22139 #, gcc-internal-format
22140 msgid "missing argument to %qs"
22141 msgstr ""
22142
22143 #: opts-common.c:1292
22144 #, gcc-internal-format
22145 msgid "argument to %qs should be a non-negative integer optionally followed by a size unit"
22146 msgstr ""
22147
22148 #: opts-common.c:1296
22149 #, gcc-internal-format
22150 msgid "argument to %qs should be a non-negative integer"
22151 msgstr ""
22152
22153 #: opts-common.c:1303
22154 #, gcc-internal-format
22155 msgid "argument to %qs is not between %d and %d"
22156 msgstr ""
22157
22158 #: opts-common.c:1318
22159 #, gcc-internal-format
22160 msgid "unrecognized argument in option %qs"
22161 msgstr ""
22162
22163 #: opts-common.c:1329 config/i386/i386-options.c:1479
22164 #, gcc-internal-format
22165 msgid "valid arguments to %qs are: %s; did you mean %qs?"
22166 msgstr ""
22167
22168 #: opts-common.c:1332 config/i386/i386-options.c:1482
22169 #, gcc-internal-format
22170 msgid "valid arguments to %qs are: %s"
22171 msgstr ""
22172
22173 #: opts-common.c:1375 c-family/c-opts.c:428
22174 #, gcc-internal-format
22175 msgid "switch %qs is no longer supported"
22176 msgstr ""
22177
22178 #: opts-global.c:102
22179 #, gcc-internal-format
22180 msgid "command-line option %qs is valid for the driver but not for %s"
22181 msgstr ""
22182
22183 #. Eventually this should become a hard error IMO.
22184 #: opts-global.c:108
22185 #, gcc-internal-format
22186 msgid "command-line option %qs is valid for %s but not for %s"
22187 msgstr ""
22188
22189 #. Happens for -Werror=warning_name.
22190 #: opts-global.c:112
22191 #, fuzzy, gcc-internal-format
22192 #| msgid "wrong argument %qs to option %qs"
22193 msgid "%<-Werror=%> argument %qs is not valid for %s"
22194 msgstr "помилковий аргумент %qs параметра %qs"
22195
22196 #: opts-global.c:387
22197 #, gcc-internal-format
22198 msgid "unrecognized command-line option %<-fdump-%s%>"
22199 msgstr ""
22200
22201 #: opts-global.c:392
22202 #, gcc-internal-format
22203 msgid "unrecognized command-line option %<-fopt-info-%s%>"
22204 msgstr ""
22205
22206 #: opts-global.c:413 opts-global.c:421
22207 #, gcc-internal-format
22208 msgid "plugin support is disabled; configure with --enable-plugin"
22209 msgstr ""
22210
22211 #: opts-global.c:445
22212 #, gcc-internal-format
22213 msgid "unrecognized register name %qs"
22214 msgstr ""
22215
22216 #: opts-global.c:463
22217 #, gcc-internal-format
22218 msgid "%<-fasan-shadow-offset%> should only be used with %<-fsanitize=kernel-address%>"
22219 msgstr ""
22220
22221 #: opts-global.c:466
22222 #, gcc-internal-format
22223 msgid "unrecognized shadow offset %qs"
22224 msgstr ""
22225
22226 #: opts.c:91
22227 #, gcc-internal-format
22228 msgid "argument %qs to %<-femit-struct-debug-detailed%> not recognized"
22229 msgstr ""
22230
22231 #: opts.c:127
22232 #, gcc-internal-format
22233 msgid "argument %qs to %<-femit-struct-debug-detailed%> unknown"
22234 msgstr ""
22235
22236 #: opts.c:134
22237 #, gcc-internal-format
22238 msgid "%<-femit-struct-debug-detailed=dir:...%> must allow at least as much as %<-femit-struct-debug-detailed=ind:...%>"
22239 msgstr ""
22240
22241 #: opts.c:594
22242 #, gcc-internal-format
22243 msgid "argument to %<-O%> should be a non-negative integer, %<g%>, %<s%> or %<fast%>"
22244 msgstr ""
22245
22246 #: opts.c:691
22247 #, gcc-internal-format
22248 msgid "%<-fipa-cp-clone%> is incompatible with %<-flive-patching=inline-only-static%>"
22249 msgstr ""
22250
22251 #: opts.c:698
22252 #, gcc-internal-format
22253 msgid "%<-fipa-sra%> is incompatible with %<-flive-patching=inline-only-static%>"
22254 msgstr ""
22255
22256 #: opts.c:705
22257 #, gcc-internal-format
22258 msgid "%<-fpartial-inlining%> is incompatible with %<-flive-patching=inline-only-static%>"
22259 msgstr ""
22260
22261 #: opts.c:712
22262 #, gcc-internal-format
22263 msgid "%<-fipa-cp%> is incompatible with %<-flive-patching=inline-only-static%>"
22264 msgstr ""
22265
22266 #: opts.c:722
22267 #, gcc-internal-format
22268 msgid "%<-fwhole-program%> is incompatible with %<-flive-patching=inline-only-static|inline-clone%>"
22269 msgstr ""
22270
22271 #: opts.c:733
22272 #, gcc-internal-format
22273 msgid "%<-fipa-pta%> is incompatible with %<-flive-patching=inline-only-static|inline-clone%>"
22274 msgstr ""
22275
22276 #: opts.c:740
22277 #, gcc-internal-format
22278 msgid "%<-fipa-reference%> is incompatible with %<-flive-patching=inline-only-static|inline-clone%>"
22279 msgstr ""
22280
22281 #: opts.c:747
22282 #, gcc-internal-format
22283 msgid "%<-fipa-ra%> is incompatible with %<-flive-patching=inline-only-static|inline-clone%>"
22284 msgstr ""
22285
22286 #: opts.c:754
22287 #, gcc-internal-format
22288 msgid "%<-fipa-icf%> is incompatible with %<-flive-patching=inline-only-static|inline-clone%>"
22289 msgstr ""
22290
22291 #: opts.c:761
22292 #, gcc-internal-format
22293 msgid "%<-fipa-icf-functions%> is incompatible with %<-flive-patching=inline-only-static|inline-clone%>"
22294 msgstr ""
22295
22296 #: opts.c:768
22297 #, gcc-internal-format
22298 msgid "%<-fipa-icf-variables%> is incompatible with %<-flive-patching=inline-only-static|inline-clone%>"
22299 msgstr ""
22300
22301 #: opts.c:775
22302 #, gcc-internal-format
22303 msgid "%<-fipa-bit-cp%> is incompatible with %<-flive-patching=inline-only-static|inline-clone%>"
22304 msgstr ""
22305
22306 #: opts.c:782
22307 #, gcc-internal-format
22308 msgid "%<-fipa-vrp%> is incompatible with %<-flive-patching=inline-only-static|inline-clone%>"
22309 msgstr ""
22310
22311 #: opts.c:789
22312 #, gcc-internal-format
22313 msgid "%<-fipa-pure-const%> is incompatible with %<-flive-patching=inline-only-static|inline-clone%>"
22314 msgstr ""
22315
22316 #: opts.c:800
22317 #, gcc-internal-format
22318 msgid "%<-fipa-reference-addressable%> is incompatible with %<-flive-patching=inline-only-static|inline-clone%>"
22319 msgstr ""
22320
22321 #: opts.c:809
22322 #, gcc-internal-format
22323 msgid "%<-fipa-stack-alignment%> is incompatible with %<-flive-patching=inline-only-static|inline-clone%>"
22324 msgstr ""
22325
22326 #: opts.c:882
22327 #, gcc-internal-format
22328 msgid "section anchors must be disabled when unit-at-a-time is disabled"
22329 msgstr ""
22330
22331 #: opts.c:886
22332 #, gcc-internal-format
22333 msgid "toplevel reorder must be disabled when unit-at-a-time is disabled"
22334 msgstr ""
22335
22336 #: opts.c:900
22337 #, gcc-internal-format
22338 msgid "transactional memory is not supported with non-call exceptions"
22339 msgstr ""
22340
22341 #: opts.c:915
22342 #, gcc-internal-format
22343 msgid "section anchors must be disabled when toplevel reorder is disabled"
22344 msgstr ""
22345
22346 #: opts.c:970 config/darwin.c:3214
22347 #, gcc-internal-format
22348 msgid "%<-freorder-blocks-and-partition%> does not work with exceptions on this architecture"
22349 msgstr ""
22350
22351 #: opts.c:986
22352 #, gcc-internal-format
22353 msgid "%<-freorder-blocks-and-partition%> does not support unwind info on this architecture"
22354 msgstr ""
22355
22356 #: opts.c:1004 config/pa/pa.c:554
22357 #, gcc-internal-format
22358 msgid "%<-freorder-blocks-and-partition%> does not work on this architecture"
22359 msgstr ""
22360
22361 #: opts.c:1040
22362 #, gcc-internal-format
22363 msgid "%<-fno-fat-lto-objects%> are supported only with linker plugin"
22364 msgstr ""
22365
22366 #: opts.c:1048
22367 #, gcc-internal-format
22368 msgid "%<-gsplit-dwarf%> is not supported with LTO, disabling"
22369 msgstr ""
22370
22371 #: opts.c:1062
22372 #, gcc-internal-format
22373 msgid "%<-fsplit-stack%> is not supported by this compiler configuration"
22374 msgstr ""
22375
22376 #: opts.c:1089
22377 #, gcc-internal-format
22378 msgid "%<-fsanitize=pointer-compare%> must be combined with %<-fsanitize=address%> or %<-fsanitize=kernel-address%>"
22379 msgstr ""
22380
22381 #: opts.c:1093
22382 #, gcc-internal-format
22383 msgid "%<-fsanitize=pointer-subtract%> must be combined with %<-fsanitize=address%> or %<-fsanitize=kernel-address%>"
22384 msgstr ""
22385
22386 #: opts.c:1101
22387 #, gcc-internal-format
22388 msgid "%<-fsanitize=address%> is incompatible with %<-fsanitize=kernel-address%>"
22389 msgstr ""
22390
22391 #: opts.c:1108
22392 #, gcc-internal-format
22393 msgid "%<-fsanitize=address%> and %<-fsanitize=kernel-address%> are incompatible with %<-fsanitize=thread%>"
22394 msgstr ""
22395
22396 #: opts.c:1114
22397 #, gcc-internal-format
22398 msgid "%<-fsanitize=leak%> is incompatible with %<-fsanitize=thread%>"
22399 msgstr ""
22400
22401 #: opts.c:1120
22402 #, gcc-internal-format
22403 msgid "%<-fsanitize-recover=%s%> is not supported"
22404 msgstr "підтримки %<-fsanitize-recover=%s%> не передбачено"
22405
22406 #: opts.c:1146
22407 #, gcc-internal-format
22408 msgid "%<-fsanitize-address-use-after-scope%> requires %<-fstack-reuse=none%> option"
22409 msgstr ""
22410
22411 #: opts.c:1153
22412 #, gcc-internal-format
22413 msgid "transactional memory is not supported with %<-fsanitize=address%>"
22414 msgstr ""
22415
22416 #: opts.c:1156
22417 #, gcc-internal-format
22418 msgid "transactional memory is not supported with %<-fsanitize=kernel-address%>"
22419 msgstr ""
22420
22421 #: opts.c:1161
22422 #, gcc-internal-format
22423 msgid "live patching is not supported with LTO"
22424 msgstr ""
22425
22426 #: opts.c:1165
22427 #, gcc-internal-format
22428 msgid "vtable verification is not supported with LTO"
22429 msgstr ""
22430
22431 #: opts.c:1659
22432 #, gcc-internal-format
22433 msgid "unrecognized %<include_flags 0x%x%> passed to %<print_specific_help%>"
22434 msgstr ""
22435
22436 #: opts.c:1873
22437 #, gcc-internal-format
22438 msgid "%<-fsanitize=all%> option is not valid"
22439 msgstr ""
22440
22441 #: opts.c:1913
22442 #, gcc-internal-format
22443 msgid "unrecognized argument to %<-f%ssanitize%s=%> option: %q.*s; did you mean %qs?"
22444 msgstr ""
22445
22446 #: opts.c:1919
22447 #, gcc-internal-format
22448 msgid "unrecognized argument to %<-f%ssanitize%s=%> option: %q.*s"
22449 msgstr ""
22450
22451 #: opts.c:1954
22452 #, fuzzy, gcc-internal-format
22453 #| msgid "%qE attribute takes no arguments"
22454 msgid "%qs attribute directive ignored"
22455 msgstr "Атрибут %qE не приймає аргументів"
22456
22457 #: opts.c:1981
22458 #, gcc-internal-format
22459 msgid "invalid arguments for %<-falign-%s%> option: %qs"
22460 msgstr ""
22461
22462 #: opts.c:1996
22463 #, gcc-internal-format
22464 msgid "invalid number of arguments for %<-falign-%s%> option: %qs"
22465 msgstr "некоректна кількість аргументів параметра %<-falign-%s%>: %qs"
22466
22467 #: opts.c:2005
22468 #, gcc-internal-format
22469 msgid "%<-falign-%s%> is not between 0 and %d"
22470 msgstr ""
22471
22472 #: opts.c:2131
22473 #, gcc-internal-format
22474 msgid "%<--help%> argument %q.*s is ambiguous, please be more specific"
22475 msgstr ""
22476
22477 #: opts.c:2140
22478 #, fuzzy, gcc-internal-format
22479 #| msgid "wrong argument %qs to option %qs"
22480 msgid "unrecognized argument to %<--help=%> option: %q.*s"
22481 msgstr "помилковий аргумент %qs параметра %qs"
22482
22483 #: opts.c:2509
22484 #, gcc-internal-format
22485 msgid "HSA has not been enabled during configuration"
22486 msgstr ""
22487
22488 #: opts.c:2521
22489 #, gcc-internal-format
22490 msgid "%<-foffload-abi%> option can be specified only for offload compiler"
22491 msgstr ""
22492
22493 #: opts.c:2529
22494 #, gcc-internal-format
22495 msgid "structure alignment must be a small power of two, not %wu"
22496 msgstr ""
22497
22498 #: opts.c:2604
22499 #, gcc-internal-format
22500 msgid "invalid arguments for %<-fpatchable_function_entry%>"
22501 msgstr "некоректні аргументи %<-fpatchable_function_entry%>"
22502
22503 #: opts.c:2662
22504 #, gcc-internal-format
22505 msgid "unknown stack check parameter %qs"
22506 msgstr ""
22507
22508 #: opts.c:2690
22509 #, gcc-internal-format
22510 msgid "%<-gdwarf%s%> is ambiguous; use %<-gdwarf-%s%> for DWARF version or %<-gdwarf%> %<-g%s%> for debug level"
22511 msgstr ""
22512
22513 #: opts.c:2701
22514 #, gcc-internal-format
22515 msgid "dwarf version %wu is not supported"
22516 msgstr ""
22517
22518 #: opts.c:2755
22519 #, fuzzy, gcc-internal-format
22520 #| msgid "wrong argument %qs to option %qs"
22521 msgid "unrecognized argument to %<-flto=%> option: %qs"
22522 msgstr "помилковий аргумент %qs параметра %qs"
22523
22524 #: opts.c:2933
22525 #, gcc-internal-format
22526 msgid "target system does not support debug output"
22527 msgstr ""
22528
22529 #: opts.c:2942
22530 #, gcc-internal-format
22531 msgid "debug format %qs conflicts with prior selection"
22532 msgstr ""
22533
22534 #: opts.c:2960
22535 #, gcc-internal-format
22536 msgid "unrecognized debug output level %qs"
22537 msgstr ""
22538
22539 #: opts.c:2962
22540 #, gcc-internal-format
22541 msgid "debug output level %qs is too high"
22542 msgstr ""
22543
22544 #: opts.c:2982
22545 #, gcc-internal-format
22546 msgid "getting core file size maximum limit: %m"
22547 msgstr ""
22548
22549 #: opts.c:2986
22550 #, gcc-internal-format
22551 msgid "setting core file size limit to maximum: %m"
22552 msgstr ""
22553
22554 #: opts.c:3031
22555 #, gcc-internal-format, gfc-internal-format
22556 msgid "unrecognized gcc debugging option: %c"
22557 msgstr ""
22558
22559 #: opts.c:3060
22560 #, gcc-internal-format
22561 msgid "%<-W%serror=%s%>: no option %<-%s%>; did you mean %<-%s%>?"
22562 msgstr ""
22563
22564 #: opts.c:3064
22565 #, fuzzy, gcc-internal-format
22566 #| msgid "%<operator%s%> in %<%E%s%>"
22567 msgid "%<-W%serror=%s%>: no option %<-%s%>"
22568 msgstr "%<operator%s%> у %<%E%s%>"
22569
22570 #: opts.c:3068
22571 #, gcc-internal-format
22572 msgid "%<-Werror=%s%>: %<-%s%> is not an option that controls warnings"
22573 msgstr ""
22574
22575 #: passes.c:84
22576 #, gcc-internal-format, gfc-internal-format
22577 msgid "pass %s does not support cloning"
22578 msgstr ""
22579
22580 #: passes.c:90
22581 #, gcc-internal-format
22582 msgid "pass %s needs a %<set_pass_param%> implementation to handle the extra argument in %<NEXT_PASS%>"
22583 msgstr ""
22584
22585 #: passes.c:1024
22586 #, gcc-internal-format
22587 msgid "unrecognized option %<-fenable%>"
22588 msgstr ""
22589
22590 #: passes.c:1026
22591 #, gcc-internal-format
22592 msgid "unrecognized option %<-fdisable%>"
22593 msgstr ""
22594
22595 #: passes.c:1034
22596 #, gcc-internal-format
22597 msgid "unknown pass %s specified in %<-fenable%>"
22598 msgstr ""
22599
22600 #: passes.c:1036
22601 #, gcc-internal-format
22602 msgid "unknown pass %s specified in %<-fdisable%>"
22603 msgstr ""
22604
22605 #: passes.c:1061 passes.c:1150
22606 #, gcc-internal-format, gfc-internal-format
22607 msgid "enable pass %s for functions in the range of [%u, %u]"
22608 msgstr ""
22609
22610 #: passes.c:1064 passes.c:1161
22611 #, gcc-internal-format, gfc-internal-format
22612 msgid "disable pass %s for functions in the range of [%u, %u]"
22613 msgstr ""
22614
22615 #: passes.c:1100 passes.c:1128
22616 #, gcc-internal-format, gfc-internal-format
22617 msgid "Invalid range %s in option %s"
22618 msgstr ""
22619
22620 #: passes.c:1146
22621 #, gcc-internal-format, gfc-internal-format
22622 msgid "enable pass %s for function %s"
22623 msgstr ""
22624
22625 #: passes.c:1157
22626 #, gcc-internal-format, gfc-internal-format
22627 msgid "disable pass %s for function %s"
22628 msgstr ""
22629
22630 #: passes.c:1386
22631 #, gcc-internal-format
22632 msgid "invalid pass positioning operation"
22633 msgstr ""
22634
22635 #: passes.c:1447
22636 #, gcc-internal-format
22637 msgid "plugin cannot register a missing pass"
22638 msgstr ""
22639
22640 #: passes.c:1450
22641 #, gcc-internal-format
22642 msgid "plugin cannot register an unnamed pass"
22643 msgstr ""
22644
22645 #: passes.c:1455
22646 #, gcc-internal-format
22647 msgid "plugin cannot register pass %qs without reference pass name"
22648 msgstr ""
22649
22650 #: passes.c:1474
22651 #, gcc-internal-format
22652 msgid "pass %qs not found but is referenced by new pass %qs"
22653 msgstr ""
22654
22655 #: plugin.c:212
22656 #, gcc-internal-format
22657 msgid "inaccessible plugin file %s expanded from short plugin name %s: %m"
22658 msgstr ""
22659
22660 #: plugin.c:234
22661 #, gcc-internal-format
22662 msgid "plugin %qs was specified with different paths: %qs and %qs"
22663 msgstr ""
22664
22665 #: plugin.c:293
22666 #, gcc-internal-format
22667 msgid "malformed option %<-fplugin-arg-%s%>: missing %<-<key>[=<value>]%>"
22668 msgstr ""
22669
22670 #: plugin.c:357
22671 #, gcc-internal-format
22672 msgid "plugin %s should be specified before %<-fplugin-arg-%s%> in the command line"
22673 msgstr ""
22674
22675 #: plugin.c:376
22676 #, gcc-internal-format
22677 msgid "unable to register info for plugin %qs - plugin name not found"
22678 msgstr ""
22679
22680 #: plugin.c:472
22681 #, gcc-internal-format, gfc-internal-format
22682 msgid "unknown callback event registered by plugin %s"
22683 msgstr ""
22684
22685 #: plugin.c:504
22686 #, gcc-internal-format, gfc-internal-format
22687 msgid "plugin %s registered a null callback function for event %s"
22688 msgstr ""
22689
22690 #: plugin.c:637
22691 #, gcc-internal-format, gfc-internal-format
22692 msgid ""
22693 "cannot load plugin %s\n"
22694 "%s"
22695 msgstr ""
22696
22697 #: plugin.c:648
22698 #, gcc-internal-format, gfc-internal-format
22699 msgid ""
22700 "plugin %s is not licensed under a GPL-compatible license\n"
22701 "%s"
22702 msgstr ""
22703
22704 #: plugin.c:661
22705 #, gcc-internal-format, gfc-internal-format
22706 msgid ""
22707 "cannot find %s in plugin %s\n"
22708 "%s"
22709 msgstr ""
22710
22711 #: plugin.c:671
22712 #, gcc-internal-format, gfc-internal-format
22713 msgid "fail to initialize plugin %s"
22714 msgstr ""
22715
22716 #: plugin.c:704
22717 #, fuzzy, gcc-internal-format, gfc-internal-format
22718 #| msgid "cannot open %s: %m"
22719 msgid "cannot load plugin %s: %s"
22720 msgstr "не вдалося відкрити %s: %m"
22721
22722 #: plugin.c:714
22723 #, gcc-internal-format, gfc-internal-format
22724 msgid "plugin %s is not licensed under a GPL-compatible license %s"
22725 msgstr ""
22726
22727 #: plugin.c:724
22728 #, fuzzy, gcc-internal-format, gfc-internal-format
22729 #| msgid "cannot open input file: %s"
22730 msgid "cannot find %s in plugin %s: %s"
22731 msgstr "не вдалося відкрити вхідний файл %s"
22732
22733 #: plugin.c:733
22734 #, gcc-internal-format, gfc-internal-format
22735 msgid "failed to initialize plugin %s"
22736 msgstr ""
22737
22738 #: plugin.c:1007
22739 #, gcc-internal-format
22740 msgid "%<-iplugindir%> <dir> option not passed from the gcc driver"
22741 msgstr ""
22742
22743 #: predict.c:2489
22744 #, gcc-internal-format
22745 msgid "probability %qE must be constant floating-point expression"
22746 msgstr ""
22747
22748 #: predict.c:2502
22749 #, gcc-internal-format
22750 msgid "probability %qE is outside the range [0.0, 1.0]"
22751 msgstr ""
22752
22753 #: predict.c:3482
22754 #, gcc-internal-format, gfc-internal-format
22755 msgid "Missing counts for called function %s"
22756 msgstr "Пропущено лічильники для викликаної функції %s"
22757
22758 #: profile.c:590
22759 #, gcc-internal-format
22760 msgid "corrupted profile info: profile data is not flow-consistent"
22761 msgstr ""
22762
22763 #: profile.c:607
22764 #, gcc-internal-format, gfc-internal-format
22765 msgid "corrupted profile info: number of iterations for basic block %d thought to be %i"
22766 msgstr ""
22767
22768 #: profile.c:630
22769 #, gcc-internal-format, gfc-internal-format
22770 msgid "corrupted profile info: number of executions for edge %d-%d thought to be %i"
22771 msgstr ""
22772
22773 #: profile.c:888
22774 #, gcc-internal-format
22775 msgid "corrupted profile info: invalid time profile"
22776 msgstr ""
22777
22778 #: read-rtl-function.c:265
22779 #, gcc-internal-format, gfc-internal-format
22780 msgid "insn with UID %i not found for operand %i (`%s') of insn %i"
22781 msgstr ""
22782
22783 #: read-rtl-function.c:269
22784 #, gcc-internal-format, gfc-internal-format
22785 msgid "insn with UID %i not found for operand %i of insn %i"
22786 msgstr ""
22787
22788 #: read-rtl-function.c:412
22789 #, gcc-internal-format
22790 msgid "%<__RTL%> function cannot be compiled with %<-flto%>"
22791 msgstr ""
22792
22793 #: read-rtl-function.c:713
22794 #, gcc-internal-format
22795 msgid "unrecognized edge flag: %qs"
22796 msgstr ""
22797
22798 #: read-rtl-function.c:856
22799 #, gcc-internal-format
22800 msgid "more than one 'crtl' directive"
22801 msgstr ""
22802
22803 #: read-rtl-function.c:984
22804 #, gcc-internal-format
22805 msgid "unrecognized enum value: %qs"
22806 msgstr ""
22807
22808 #: read-rtl-function.c:1140 read-rtl-function.c:1199
22809 #, gcc-internal-format, gfc-internal-format
22810 msgid "was expecting `%s'"
22811 msgstr ""
22812
22813 #: read-rtl-function.c:1591
22814 #, gcc-internal-format, gfc-internal-format
22815 msgid "duplicate insn UID: %i"
22816 msgstr "UID інструкції-дубліката: %i"
22817
22818 #: read-rtl-function.c:1652
22819 #, gcc-internal-format
22820 msgid "start/end of RTL fragment are in different files"
22821 msgstr ""
22822
22823 #: read-rtl-function.c:1658
22824 #, gcc-internal-format
22825 msgid "start of RTL fragment must be on an earlier line than end"
22826 msgstr ""
22827
22828 #: read-rtl.c:424
22829 #, gcc-internal-format, gfc-internal-format
22830 msgid "ambiguous attribute '%s'; could be '%s' (via '%s:%s') or '%s' (via '%s:%s')"
22831 msgstr ""
22832
22833 #: reg-stack.c:537
22834 #, gcc-internal-format, gfc-internal-format
22835 msgid "output constraint %d must specify a single register"
22836 msgstr ""
22837
22838 #: reg-stack.c:547
22839 #, gcc-internal-format
22840 msgid "output constraint %d cannot be specified together with %qs clobber"
22841 msgstr ""
22842
22843 #: reg-stack.c:571
22844 #, gcc-internal-format
22845 msgid "output registers must be grouped at top of stack"
22846 msgstr ""
22847
22848 #: reg-stack.c:611
22849 #, gcc-internal-format
22850 msgid "implicitly popped registers must be grouped at top of stack"
22851 msgstr ""
22852
22853 #: reg-stack.c:629
22854 #, gcc-internal-format
22855 msgid "explicitly used registers must be grouped at top of stack"
22856 msgstr ""
22857
22858 #: reg-stack.c:649
22859 #, gcc-internal-format
22860 msgid "output operand %d must use %<&%> constraint"
22861 msgstr ""
22862
22863 #: regcprop.c:1200
22864 #, gcc-internal-format
22865 msgid "%qs: [%u] bad %<next_regno%> for empty chain (%u)"
22866 msgstr ""
22867
22868 #: regcprop.c:1212
22869 #, gcc-internal-format
22870 msgid "%qs: loop in %<next_regno%> chain (%u)"
22871 msgstr ""
22872
22873 #: regcprop.c:1215
22874 #, gcc-internal-format
22875 msgid "%qs: [%u] bad %<oldest_regno%> (%u)"
22876 msgstr ""
22877
22878 #: regcprop.c:1227
22879 #, gcc-internal-format
22880 msgid "%qs: [%u] non-empty register in chain (%s %u %i)"
22881 msgstr ""
22882
22883 #: reginfo.c:647
22884 #, gcc-internal-format
22885 msgid "cannot use %qs as a call-saved register"
22886 msgstr ""
22887
22888 #: reginfo.c:651
22889 #, gcc-internal-format
22890 msgid "cannot use %qs as a call-used register"
22891 msgstr ""
22892
22893 #: reginfo.c:663
22894 #, fuzzy, gcc-internal-format
22895 #| msgid "unable to use %qs for PIC register"
22896 msgid "cannot use %qs as a fixed register"
22897 msgstr "не можна використовувати %qs для регістру PIC"
22898
22899 #: reginfo.c:690 config/arc/arc.c:1168 config/arc/arc.c:1210
22900 #: config/ia64/ia64.c:6036 config/ia64/ia64.c:6043 config/pa/pa.c:465
22901 #: config/pa/pa.c:472 config/sh/sh.c:8277 config/sh/sh.c:8284
22902 #, gcc-internal-format, gfc-internal-format
22903 msgid "unknown register name: %s"
22904 msgstr ""
22905
22906 #: reginfo.c:703
22907 #, gcc-internal-format
22908 msgid "stack register used for global register variable"
22909 msgstr ""
22910
22911 #: reginfo.c:709
22912 #, gcc-internal-format
22913 msgid "global register variable follows a function definition"
22914 msgstr ""
22915
22916 #: reginfo.c:715
22917 #, gcc-internal-format
22918 msgid "register of %qD used for multiple global register variables"
22919 msgstr ""
22920
22921 #: reginfo.c:718 config/rs6000/rs6000-logue.c:5483
22922 #, gcc-internal-format
22923 msgid "conflicts with %qD"
22924 msgstr ""
22925
22926 #: reginfo.c:723
22927 #, gcc-internal-format
22928 msgid "call-clobbered register used for global register variable"
22929 msgstr ""
22930
22931 #: reload.c:1293
22932 #, gcc-internal-format
22933 msgid "cannot reload integer constant operand in %<asm%>"
22934 msgstr ""
22935
22936 #: reload.c:1307
22937 #, gcc-internal-format
22938 msgid "impossible register constraint in %<asm%>"
22939 msgstr ""
22940
22941 #: reload.c:3672
22942 #, gcc-internal-format
22943 msgid "%<&%> constraint used with no register class"
22944 msgstr ""
22945
22946 #: reload1.c:2061
22947 #, gcc-internal-format
22948 msgid "cannot find a register in class %qs while reloading %<asm%>"
22949 msgstr ""
22950
22951 #: reload1.c:2066
22952 #, gcc-internal-format
22953 msgid "unable to find a register to spill in class %qs"
22954 msgstr ""
22955
22956 #: reload1.c:4585
22957 #, gcc-internal-format
22958 msgid "%<asm%> operand requires impossible reload"
22959 msgstr ""
22960
22961 #: reload1.c:6002
22962 #, gcc-internal-format
22963 msgid "%<asm%> operand constraint incompatible with operand size"
22964 msgstr ""
22965
22966 #: reload1.c:7880
22967 #, gcc-internal-format
22968 msgid "output operand is constant in %<asm%>"
22969 msgstr ""
22970
22971 #: rtl.c:850
22972 #, gcc-internal-format, gfc-internal-format
22973 msgid "RTL check: access of elt %d of '%s' with last elt %d in %s, at %s:%d"
22974 msgstr ""
22975
22976 #: rtl.c:860
22977 #, gcc-internal-format, gfc-internal-format
22978 msgid "RTL check: expected elt %d type '%c', have '%c' (rtx %s) in %s, at %s:%d"
22979 msgstr ""
22980
22981 #: rtl.c:870
22982 #, gcc-internal-format, gfc-internal-format
22983 msgid "RTL check: expected elt %d type '%c' or '%c', have '%c' (rtx %s) in %s, at %s:%d"
22984 msgstr ""
22985
22986 #: rtl.c:879
22987 #, gcc-internal-format, gfc-internal-format
22988 msgid "RTL check: expected code '%s', have '%s' in %s, at %s:%d"
22989 msgstr ""
22990
22991 #: rtl.c:889
22992 #, gcc-internal-format, gfc-internal-format
22993 msgid "RTL check: expected code '%s' or '%s', have '%s' in %s, at %s:%d"
22994 msgstr ""
22995
22996 #: rtl.c:900
22997 #, gcc-internal-format, gfc-internal-format
22998 msgid "RTL check: expected code '%s', '%s' or '%s', have '%s' in %s, at %s:%d"
22999 msgstr ""
23000
23001 #: rtl.c:927
23002 #, gcc-internal-format, gfc-internal-format
23003 msgid "RTL check: attempt to treat non-block symbol as a block symbol in %s, at %s:%d"
23004 msgstr ""
23005
23006 #: rtl.c:937
23007 #, gcc-internal-format, gfc-internal-format
23008 msgid "RTL check: access of hwi elt %d of vector with last elt %d in %s, at %s:%d"
23009 msgstr ""
23010
23011 #: rtl.c:947
23012 #, gcc-internal-format, gfc-internal-format
23013 msgid "RTL check: access of elt %d of vector with last elt %d in %s, at %s:%d"
23014 msgstr ""
23015
23016 #: rtl.c:958
23017 #, gcc-internal-format, gfc-internal-format
23018 msgid "RTL flag check: %s used with unexpected rtx code '%s' in %s, at %s:%d"
23019 msgstr ""
23020
23021 #: stmt.c:215
23022 #, gcc-internal-format
23023 msgid "output operand constraint lacks %<=%>"
23024 msgstr ""
23025
23026 #: stmt.c:230
23027 #, gcc-internal-format
23028 msgid "output constraint %qc for operand %d is not at the beginning"
23029 msgstr ""
23030
23031 #: stmt.c:254
23032 #, gcc-internal-format
23033 msgid "operand constraint contains incorrectly positioned %<+%> or %<=%>"
23034 msgstr ""
23035
23036 #: stmt.c:261 stmt.c:350
23037 #, gcc-internal-format
23038 msgid "%<%%%> constraint used with last operand"
23039 msgstr ""
23040
23041 #: stmt.c:277
23042 #, gcc-internal-format
23043 msgid "matching constraint not valid in output operand"
23044 msgstr ""
23045
23046 #: stmt.c:341
23047 #, gcc-internal-format
23048 msgid "input operand constraint contains %qc"
23049 msgstr ""
23050
23051 #: stmt.c:380
23052 #, gcc-internal-format
23053 msgid "matching constraint references invalid operand number"
23054 msgstr ""
23055
23056 #: stmt.c:414
23057 #, gcc-internal-format
23058 msgid "invalid punctuation %qc in constraint"
23059 msgstr ""
23060
23061 #: stmt.c:430
23062 #, gcc-internal-format
23063 msgid "matching constraint does not allow a register"
23064 msgstr ""
23065
23066 #: stmt.c:524
23067 #, fuzzy, gcc-internal-format
23068 #| msgid "duplicated %<if%> condition"
23069 msgid "duplicate %<asm%> operand name %qs"
23070 msgstr "дублювання умови %<if%>"
23071
23072 #: stmt.c:621
23073 #, gcc-internal-format
23074 msgid "missing close brace for named operand"
23075 msgstr ""
23076
23077 #: stmt.c:646
23078 #, gcc-internal-format
23079 msgid "undefined named operand %qs"
23080 msgstr ""
23081
23082 #: stor-layout.c:799
23083 #, gcc-internal-format
23084 msgid "size of %q+D %E bytes exceeds maximum object size %wu"
23085 msgstr ""
23086
23087 #: stor-layout.c:1180
23088 #, gcc-internal-format
23089 msgid "alignment %u of %qT is less than %u"
23090 msgstr ""
23091
23092 #: stor-layout.c:1187
23093 #, gcc-internal-format
23094 msgid "%q+D offset %E in %qT isn%'t aligned to %u"
23095 msgstr ""
23096
23097 #: stor-layout.c:1190
23098 #, gcc-internal-format
23099 msgid "%q+D offset %E in %qT may not be aligned to %u"
23100 msgstr ""
23101
23102 #: stor-layout.c:1322
23103 #, gcc-internal-format
23104 msgid "packed attribute causes inefficient alignment for %q+D"
23105 msgstr ""
23106
23107 #: stor-layout.c:1326
23108 #, gcc-internal-format
23109 msgid "packed attribute is unnecessary for %q+D"
23110 msgstr ""
23111
23112 #: stor-layout.c:1345
23113 #, gcc-internal-format
23114 msgid "padding struct to align %q+D"
23115 msgstr ""
23116
23117 #: stor-layout.c:1404
23118 #, gcc-internal-format
23119 msgid "offset of packed bit-field %qD has changed in GCC 4.4"
23120 msgstr ""
23121
23122 #: stor-layout.c:1779
23123 #, gcc-internal-format
23124 msgid "padding struct size to alignment boundary"
23125 msgstr ""
23126
23127 #: stor-layout.c:1807
23128 #, gcc-internal-format
23129 msgid "packed attribute causes inefficient alignment for %qE"
23130 msgstr ""
23131
23132 #: stor-layout.c:1811
23133 #, gcc-internal-format
23134 msgid "packed attribute is unnecessary for %qE"
23135 msgstr ""
23136
23137 #: stor-layout.c:1817
23138 #, gcc-internal-format
23139 msgid "packed attribute causes inefficient alignment"
23140 msgstr ""
23141
23142 #: stor-layout.c:1819
23143 #, gcc-internal-format
23144 msgid "packed attribute is unnecessary"
23145 msgstr ""
23146
23147 #: stor-layout.c:2583
23148 #, gcc-internal-format
23149 msgid "alignment of array elements is greater than element size"
23150 msgstr ""
23151
23152 #: substring-locations.c:229
23153 #, gcc-internal-format
23154 msgid "format string is defined here"
23155 msgstr ""
23156
23157 #: symtab.c:302
23158 #, gcc-internal-format
23159 msgid "%qD renamed after being referenced in assembly"
23160 msgstr ""
23161
23162 #: symtab.c:1052
23163 #, gcc-internal-format
23164 msgid "function symbol is not function"
23165 msgstr ""
23166
23167 #: symtab.c:1059
23168 #, gcc-internal-format
23169 msgid "inconsistent %<ifunc%> attribute"
23170 msgstr ""
23171
23172 #: symtab.c:1067
23173 #, gcc-internal-format
23174 msgid "variable symbol is not variable"
23175 msgstr ""
23176
23177 #: symtab.c:1073
23178 #, gcc-internal-format
23179 msgid "node has unknown type"
23180 msgstr ""
23181
23182 #: symtab.c:1082
23183 #, gcc-internal-format
23184 msgid "node not found node->decl->decl_with_vis.symtab_node"
23185 msgstr ""
23186
23187 #: symtab.c:1090
23188 #, gcc-internal-format
23189 msgid "node differs from node->decl->decl_with_vis.symtab_node"
23190 msgstr ""
23191
23192 #: symtab.c:1101 symtab.c:1108
23193 #, gcc-internal-format
23194 msgid "assembler name hash list corrupted"
23195 msgstr ""
23196
23197 #: symtab.c:1117
23198 #, gcc-internal-format
23199 msgid "node not found in symtab assembler name hash"
23200 msgstr ""
23201
23202 #: symtab.c:1126
23203 #, gcc-internal-format
23204 msgid "double linked list of assembler names corrupted"
23205 msgstr ""
23206
23207 #: symtab.c:1131
23208 #, gcc-internal-format
23209 msgid "node has body_removed but is definition"
23210 msgstr ""
23211
23212 #: symtab.c:1136
23213 #, gcc-internal-format
23214 msgid "node is analyzed but it is not a definition"
23215 msgstr ""
23216
23217 #: symtab.c:1141
23218 #, gcc-internal-format
23219 msgid "node is alias but not implicit alias"
23220 msgstr ""
23221
23222 #: symtab.c:1146
23223 #, gcc-internal-format
23224 msgid "node is alias but not definition"
23225 msgstr ""
23226
23227 #: symtab.c:1151
23228 #, gcc-internal-format
23229 msgid "node is weakref but not an transparent_alias"
23230 msgstr ""
23231
23232 #: symtab.c:1156
23233 #, gcc-internal-format
23234 msgid "node is transparent_alias but not an alias"
23235 msgstr ""
23236
23237 #: symtab.c:1161
23238 #, gcc-internal-format
23239 msgid "node is symver but not alias"
23240 msgstr ""
23241
23242 #: symtab.c:1170
23243 #, gcc-internal-format
23244 msgid "symver target is not exported with default visibility"
23245 msgstr ""
23246
23247 #: symtab.c:1177
23248 #, gcc-internal-format
23249 msgid "symver is not exported with default visibility"
23250 msgstr ""
23251
23252 #: symtab.c:1186
23253 #, gcc-internal-format
23254 msgid "node is in same_comdat_group list but has no comdat_group"
23255 msgstr ""
23256
23257 #: symtab.c:1191
23258 #, gcc-internal-format
23259 msgid "same_comdat_group list across different groups"
23260 msgstr ""
23261
23262 #: symtab.c:1196
23263 #, gcc-internal-format
23264 msgid "mixing different types of symbol in same comdat groups is not supported"
23265 msgstr ""
23266
23267 #: symtab.c:1201
23268 #, gcc-internal-format
23269 msgid "node is alone in a comdat group"
23270 msgstr ""
23271
23272 #: symtab.c:1208
23273 #, gcc-internal-format
23274 msgid "same_comdat_group is not a circular list"
23275 msgstr ""
23276
23277 #: symtab.c:1223
23278 #, gcc-internal-format, gfc-internal-format
23279 msgid "comdat-local symbol referred to by %s outside its comdat"
23280 msgstr ""
23281
23282 #: symtab.c:1233
23283 #, gcc-internal-format
23284 msgid "implicit_section flag is set but section isn%'t"
23285 msgstr "встановлено прапорець implicit_section, але розділ не є"
23286
23287 #: symtab.c:1240
23288 #, gcc-internal-format
23289 msgid "Both section and comdat group is set"
23290 msgstr ""
23291
23292 #: symtab.c:1252
23293 #, gcc-internal-format
23294 msgid "Alias and target%'s section differs"
23295 msgstr ""
23296
23297 #: symtab.c:1259
23298 #, gcc-internal-format
23299 msgid "Alias and target%'s comdat groups differs"
23300 msgstr ""
23301
23302 #: symtab.c:1274
23303 #, gcc-internal-format
23304 msgid "Transparent alias and target%'s assembler names differs"
23305 msgstr ""
23306
23307 #: symtab.c:1282
23308 #, gcc-internal-format
23309 msgid "Chained transparent aliases"
23310 msgstr ""
23311
23312 #: symtab.c:1305 symtab.c:1342
23313 #, gcc-internal-format
23314 msgid "symtab_node::verify failed"
23315 msgstr ""
23316
23317 #: symtab.c:1338
23318 #, gcc-internal-format
23319 msgid "Two symbols with same comdat_group are not linked by the same_comdat_group list."
23320 msgstr ""
23321
23322 #: symtab.c:1751
23323 #, gcc-internal-format
23324 msgid "function %q+D part of alias cycle"
23325 msgstr ""
23326
23327 #: symtab.c:1753
23328 #, gcc-internal-format
23329 msgid "variable %q+D part of alias cycle"
23330 msgstr ""
23331
23332 #: symtab.c:1781
23333 #, gcc-internal-format
23334 msgid "section of alias %q+D must match section of its target"
23335 msgstr ""
23336
23337 #: targhooks.c:191
23338 #, gcc-internal-format
23339 msgid "%<__builtin_saveregs%> not supported by this target"
23340 msgstr "підтримки %<__builtin_saveregs%> для цього призначення не передбачено"
23341
23342 #: targhooks.c:1024
23343 #, gcc-internal-format
23344 msgid "nested functions not supported on this target"
23345 msgstr ""
23346
23347 #: targhooks.c:1037
23348 #, gcc-internal-format
23349 msgid "nested function trampolines not supported on this target"
23350 msgstr ""
23351
23352 #: targhooks.c:1574
23353 #, gcc-internal-format
23354 msgid "target attribute is not supported on this machine"
23355 msgstr ""
23356
23357 #: targhooks.c:1588
23358 #, fuzzy, gcc-internal-format
23359 #| msgid "%<-fcf-protection=return%> is not supported for this target"
23360 msgid "%<#pragma GCC target%> is not supported for this machine"
23361 msgstr "підтримки %<-fcf-protection=return%> для цього призначення не передбачено"
23362
23363 #: toplev.c:864
23364 #, fuzzy, gcc-internal-format
23365 #| msgid "cannot open %s: %m"
23366 msgid "cannot open %qs for writing: %m"
23367 msgstr "не вдалося відкрити %s: %m"
23368
23369 #: toplev.c:886
23370 #, gcc-internal-format
23371 msgid "%<-frecord-gcc-switches%> is not supported by the current target"
23372 msgstr "підтримки %<<-frecord-gcc-switches%> для поточного призначення не передбачено"
23373
23374 #: toplev.c:935
23375 #, gcc-internal-format
23376 msgid "stack usage computation not supported for this target"
23377 msgstr ""
23378
23379 #: toplev.c:993
23380 #, gcc-internal-format
23381 msgid "stack usage might be unbounded"
23382 msgstr ""
23383
23384 #: toplev.c:998
23385 #, gcc-internal-format
23386 msgid "stack usage might be %wu bytes"
23387 msgstr ""
23388
23389 #: toplev.c:1001
23390 #, gcc-internal-format
23391 msgid "stack usage is %wu bytes"
23392 msgstr ""
23393
23394 #: toplev.c:1118
23395 #, fuzzy, gcc-internal-format
23396 #| msgid "cannot open %s: %m"
23397 msgid "cannot open %s for writing: %m"
23398 msgstr "не вдалося відкрити %s: %m"
23399
23400 #: toplev.c:1402
23401 #, gcc-internal-format
23402 msgid "this target does not support %qs"
23403 msgstr ""
23404
23405 #: toplev.c:1428
23406 #, gcc-internal-format
23407 msgid "Graphite loop optimizations cannot be used (isl is not available) (%<-fgraphite%>, %<-fgraphite-identity%>, %<-floop-nest-optimize%>, %<-floop-parallelize-all%>)"
23408 msgstr ""
23409
23410 #: toplev.c:1439
23411 #, gcc-internal-format
23412 msgid "%<-fcf-protection=full%> is not supported for this target"
23413 msgstr "підтримки %<-fcf-protection=full%> для цього призначення не передбачено"
23414
23415 #: toplev.c:1446
23416 #, gcc-internal-format
23417 msgid "%<-fcf-protection=branch%> is not supported for this target"
23418 msgstr "підтримки %<-fcf-protection=branch%> для цього призначення не передбачено"
23419
23420 #: toplev.c:1453
23421 #, gcc-internal-format
23422 msgid "%<-fcf-protection=return%> is not supported for this target"
23423 msgstr "підтримки %<-fcf-protection=return%> для цього призначення не передбачено"
23424
23425 #: toplev.c:1468
23426 #, gcc-internal-format
23427 msgid "%<-fabi-version=1%> is no longer supported"
23428 msgstr ""
23429
23430 #: toplev.c:1496
23431 #, gcc-internal-format
23432 msgid "instruction scheduling not supported on this target machine"
23433 msgstr ""
23434
23435 #: toplev.c:1500
23436 #, gcc-internal-format
23437 msgid "this target machine does not have delayed branches"
23438 msgstr ""
23439
23440 #: toplev.c:1514
23441 #, gcc-internal-format
23442 msgid "%<-f%sleading-underscore%> not supported on this target machine"
23443 msgstr "підтримки %<-f%sleading-underscore%> для цього призначення не передбачено"
23444
23445 #: toplev.c:1559
23446 #, gcc-internal-format
23447 msgid "could not close zeroed insn dump file %qs: %m"
23448 msgstr ""
23449
23450 #: toplev.c:1594
23451 #, gcc-internal-format
23452 msgid "target system does not support the %qs debug format"
23453 msgstr ""
23454
23455 #: toplev.c:1607
23456 #, gcc-internal-format
23457 msgid "variable tracking requested, but useless unless producing debug info"
23458 msgstr ""
23459
23460 #: toplev.c:1611
23461 #, gcc-internal-format
23462 msgid "variable tracking requested, but not supported by this debug format"
23463 msgstr ""
23464
23465 #: toplev.c:1650
23466 #, gcc-internal-format
23467 msgid "var-tracking-assignments changes selective scheduling"
23468 msgstr ""
23469
23470 #: toplev.c:1681
23471 #, gcc-internal-format
23472 msgid "without %<-gdwarf-5%>, %<-gvariable-location-views=incompat5%> is equivalent to %<-gvariable-location-views%>"
23473 msgstr ""
23474
23475 #: toplev.c:1697
23476 #, gcc-internal-format
23477 msgid "%<-ginternal-reset-location-views%> is forced disabled without %<-gvariable-location-views%>"
23478 msgstr ""
23479
23480 #: toplev.c:1707
23481 #, gcc-internal-format
23482 msgid "%<-ginline-points%> is forced disabled without %<-gstatement-frontiers%>"
23483 msgstr ""
23484
23485 #: toplev.c:1736
23486 #, gcc-internal-format
23487 msgid "%<-ffunction-sections%> not supported for this target"
23488 msgstr "підтримки %<-ffunction-sections%> для цього призначення не передбачено"
23489
23490 #: toplev.c:1742
23491 #, gcc-internal-format
23492 msgid "%<-fdata-sections%> not supported for this target"
23493 msgstr "підтримки %<-fdata-sections%> для цього призначення не передбачено"
23494
23495 #: toplev.c:1750
23496 #, gcc-internal-format
23497 msgid "%<-fprefetch-loop-arrays%> not supported for this target"
23498 msgstr "підтримки %<-fprefetch-loop-arrays%> для цього призначення не передбачено"
23499
23500 #: toplev.c:1756
23501 #, gcc-internal-format
23502 msgid "%<-fprefetch-loop-arrays%> not supported for this target (try %<-march%> switches)"
23503 msgstr ""
23504
23505 #: toplev.c:1766
23506 #, gcc-internal-format
23507 msgid "%<-fprefetch-loop-arrays%> is not supported with %<-Os%>"
23508 msgstr ""
23509
23510 #: toplev.c:1778
23511 #, gcc-internal-format
23512 msgid "%<-fassociative-math%> disabled; other options take precedence"
23513 msgstr ""
23514
23515 #: toplev.c:1788
23516 #, gcc-internal-format
23517 msgid "%<-fstack-clash-protection%> is not supported on targets where the stack grows from lower to higher addresses"
23518 msgstr ""
23519
23520 #: toplev.c:1798
23521 #, gcc-internal-format
23522 msgid "%<-fstack-check=%> and %<-fstack-clash_protection%> are mutually exclusive; disabling %<-fstack-check=%>"
23523 msgstr ""
23524
23525 #: toplev.c:1816
23526 #, gcc-internal-format
23527 msgid "%<-fstack-protector%> not supported for this target"
23528 msgstr "підтримки %<-fstack-protector%> для цього призначення не передбачено"
23529
23530 #: toplev.c:1828
23531 #, gcc-internal-format
23532 msgid "%<-fsanitize=address%> and %<-fsanitize=kernel-address%> are not supported for this target"
23533 msgstr ""
23534
23535 #: toplev.c:2132
23536 #, gcc-internal-format
23537 msgid "error writing to %s: %m"
23538 msgstr ""
23539
23540 #: toplev.c:2134
23541 #, gcc-internal-format
23542 msgid "error closing %s: %m"
23543 msgstr ""
23544
23545 #: toplev.c:2251
23546 #, gcc-internal-format
23547 msgid "mpfr not configured to handle all floating modes"
23548 msgstr ""
23549
23550 #: toplev.c:2327
23551 #, gcc-internal-format
23552 msgid "self-tests incompatible with %<-E%>"
23553 msgstr ""
23554
23555 #: toplev.c:2342
23556 #, gcc-internal-format
23557 msgid "self-tests are not enabled in this build"
23558 msgstr ""
23559
23560 #: trans-mem.c:607
23561 #, gcc-internal-format
23562 msgid "invalid use of volatile lvalue inside transaction"
23563 msgstr ""
23564
23565 #: trans-mem.c:610
23566 #, gcc-internal-format
23567 msgid "invalid use of volatile lvalue inside %<transaction_safe%> function"
23568 msgstr ""
23569
23570 #: trans-mem.c:642
23571 #, gcc-internal-format
23572 msgid "%<transaction_may_cancel_outer%> function call not within outer transaction or %<transaction_may_cancel_outer%>"
23573 msgstr ""
23574
23575 #: trans-mem.c:711 trans-mem.c:4818
23576 #, gcc-internal-format
23577 msgid "unsafe function call %qD within atomic transaction"
23578 msgstr ""
23579
23580 #: trans-mem.c:718
23581 #, gcc-internal-format
23582 msgid "unsafe function call %qE within atomic transaction"
23583 msgstr ""
23584
23585 #: trans-mem.c:722
23586 #, gcc-internal-format
23587 msgid "unsafe indirect function call within atomic transaction"
23588 msgstr ""
23589
23590 #: trans-mem.c:730 trans-mem.c:4750
23591 #, gcc-internal-format
23592 msgid "unsafe function call %qD within %<transaction_safe%> function"
23593 msgstr ""
23594
23595 #: trans-mem.c:737
23596 #, gcc-internal-format
23597 msgid "unsafe function call %qE within %<transaction_safe%> function"
23598 msgstr ""
23599
23600 #: trans-mem.c:741
23601 #, gcc-internal-format
23602 msgid "unsafe indirect function call within %<transaction_safe%> function"
23603 msgstr ""
23604
23605 #: trans-mem.c:756 trans-mem.c:4790
23606 #, gcc-internal-format
23607 msgid "%<asm%> not allowed in atomic transaction"
23608 msgstr ""
23609
23610 #: trans-mem.c:759
23611 #, fuzzy, gcc-internal-format
23612 #| msgid "%<asm%> in %<constexpr%> function"
23613 msgid "%<asm%> not allowed in %<transaction_safe%> function"
23614 msgstr "%<asm%> у функції %<constexpr%>"
23615
23616 #: trans-mem.c:771
23617 #, gcc-internal-format
23618 msgid "relaxed transaction in atomic transaction"
23619 msgstr ""
23620
23621 #: trans-mem.c:774
23622 #, gcc-internal-format
23623 msgid "relaxed transaction in %<transaction_safe%> function"
23624 msgstr ""
23625
23626 #: trans-mem.c:781
23627 #, gcc-internal-format
23628 msgid "outer transaction in transaction"
23629 msgstr ""
23630
23631 #: trans-mem.c:784
23632 #, gcc-internal-format
23633 msgid "outer transaction in %<transaction_may_cancel_outer%> function"
23634 msgstr ""
23635
23636 #: trans-mem.c:788
23637 #, gcc-internal-format
23638 msgid "outer transaction in %<transaction_safe%> function"
23639 msgstr ""
23640
23641 #: trans-mem.c:4415
23642 #, fuzzy, gcc-internal-format
23643 #| msgid "%<asm%> in %<constexpr%> function"
23644 msgid "%K%<asm%> not allowed in %<transaction_safe%> function"
23645 msgstr "%<asm%> у функції %<constexpr%>"
23646
23647 #: tree-cfg.c:353
23648 #, gcc-internal-format
23649 msgid "ignoring loop annotation"
23650 msgstr ""
23651
23652 #: tree-cfg.c:2965
23653 #, gcc-internal-format
23654 msgid "constant not recomputed when %<ADDR_EXPR%> changed"
23655 msgstr ""
23656
23657 #: tree-cfg.c:2970
23658 #, gcc-internal-format
23659 msgid "side effects not recomputed when %<ADDR_EXPR%> changed"
23660 msgstr ""
23661
23662 #: tree-cfg.c:2985
23663 #, gcc-internal-format
23664 msgid "%<DECL_GIMPLE_REG_P%> set on a variable with address taken"
23665 msgstr ""
23666
23667 #: tree-cfg.c:2991
23668 #, gcc-internal-format
23669 msgid "address taken but %<TREE_ADDRESSABLE%> bit not set"
23670 msgstr ""
23671
23672 #: tree-cfg.c:3013
23673 #, gcc-internal-format
23674 msgid "invalid expression for min lvalue"
23675 msgstr ""
23676
23677 #: tree-cfg.c:3024
23678 #, gcc-internal-format
23679 msgid "invalid operand in indirect reference"
23680 msgstr ""
23681
23682 #: tree-cfg.c:3049
23683 #, gcc-internal-format
23684 msgid "non-scalar %qs"
23685 msgstr ""
23686
23687 #: tree-cfg.c:3063
23688 #, fuzzy, gcc-internal-format
23689 #| msgid "invalid expression as operand"
23690 msgid "invalid position or size operand to %qs"
23691 msgstr "некоректний вираз операнда"
23692
23693 #: tree-cfg.c:3069
23694 #, gcc-internal-format
23695 msgid "integral result type precision does not match field size of %qs"
23696 msgstr ""
23697
23698 #: tree-cfg.c:3078
23699 #, gcc-internal-format
23700 msgid "mode size of non-integral result does not match field size of %qs"
23701 msgstr ""
23702
23703 #: tree-cfg.c:3086
23704 #, gcc-internal-format
23705 msgid "%qs of non-mode-precision operand"
23706 msgstr ""
23707
23708 #: tree-cfg.c:3093
23709 #, gcc-internal-format
23710 msgid "position plus size exceeds size of referenced object in %qs"
23711 msgstr ""
23712
23713 #: tree-cfg.c:3104
23714 #, gcc-internal-format
23715 msgid "type mismatch in %qs reference"
23716 msgstr ""
23717
23718 #: tree-cfg.c:3120
23719 #, gcc-internal-format
23720 msgid "non-top-level %qs"
23721 msgstr ""
23722
23723 #: tree-cfg.c:3135
23724 #, fuzzy, gcc-internal-format
23725 #| msgid "invalid operand to %%R"
23726 msgid "invalid operands to %qs"
23727 msgstr "некоректний операнд %%R"
23728
23729 #: tree-cfg.c:3146 tree-cfg.c:3155 tree-cfg.c:3172 tree-cfg.c:3806
23730 #: tree-cfg.c:3835 tree-cfg.c:3852 tree-cfg.c:3873 tree-cfg.c:3919
23731 #: tree-cfg.c:3940 tree-cfg.c:3994 tree-cfg.c:4014 tree-cfg.c:4050
23732 #: tree-cfg.c:4071 tree-cfg.c:4103 tree-cfg.c:4179 tree-cfg.c:4211
23733 #: tree-cfg.c:4223 tree-cfg.c:4282 tree-cfg.c:4307 tree-cfg.c:4380
23734 #: tree-cfg.c:4458
23735 #, fuzzy, gcc-internal-format
23736 #| msgid "to match this %qs"
23737 msgid "type mismatch in %qs"
23738 msgstr "для відповідності цьому %qs"
23739
23740 #: tree-cfg.c:3166
23741 #, fuzzy, gcc-internal-format
23742 #| msgid "invalid %%t operand"
23743 msgid "invalid %qs offset operator"
23744 msgstr "некоректний операнд %%t"
23745
23746 #: tree-cfg.c:3190
23747 #, gcc-internal-format
23748 msgid "conversion of %qs on the left hand side of %qs"
23749 msgstr ""
23750
23751 #: tree-cfg.c:3198
23752 #, fuzzy, gcc-internal-format
23753 #| msgid "comparison of integer expressions of different signedness: %qT and %qT"
23754 msgid "conversion of register to a different size in %qs"
23755 msgstr "порівняння цілочисельних виразів невід'ємного і різнознакового діапазонів: %qT і %qT"
23756
23757 #: tree-cfg.c:3218 tree-cfg.c:3244
23758 #, fuzzy, gcc-internal-format
23759 #| msgid "invalid address mode"
23760 msgid "invalid address operand in %qs"
23761 msgstr "некоректний режим адресування"
23762
23763 #: tree-cfg.c:3225 tree-cfg.c:3251
23764 #, fuzzy, gcc-internal-format
23765 #| msgid "invalid %%t operand"
23766 msgid "invalid offset operand in %qs"
23767 msgstr "некоректний операнд %%t"
23768
23769 #: tree-cfg.c:3232 tree-cfg.c:3258
23770 #, fuzzy, gcc-internal-format
23771 #| msgid "invalid operation (%s)"
23772 msgid "invalid clique in %qs"
23773 msgstr "некоректна операція (%s)"
23774
23775 #: tree-cfg.c:3265 tree-cfg.c:4470
23776 #, gcc-internal-format
23777 msgid "%qs in gimple IL"
23778 msgstr ""
23779
23780 #: tree-cfg.c:3318
23781 #, gcc-internal-format
23782 msgid "gimple call has two targets"
23783 msgstr ""
23784
23785 #: tree-cfg.c:3327
23786 #, gcc-internal-format
23787 msgid "gimple call has no target"
23788 msgstr ""
23789
23790 #: tree-cfg.c:3334
23791 #, gcc-internal-format
23792 msgid "invalid function in gimple call"
23793 msgstr ""
23794
23795 #: tree-cfg.c:3344
23796 #, gcc-internal-format
23797 msgid "non-function in gimple call"
23798 msgstr ""
23799
23800 #: tree-cfg.c:3355
23801 #, gcc-internal-format
23802 msgid "invalid pure const state for function"
23803 msgstr ""
23804
23805 #: tree-cfg.c:3364
23806 #, gcc-internal-format
23807 msgid "invalid LHS in gimple call"
23808 msgstr ""
23809
23810 #: tree-cfg.c:3372
23811 #, gcc-internal-format
23812 msgid "LHS in %<noreturn%> call"
23813 msgstr ""
23814
23815 #: tree-cfg.c:3386
23816 #, gcc-internal-format
23817 msgid "invalid conversion in gimple call"
23818 msgstr ""
23819
23820 #: tree-cfg.c:3395
23821 #, gcc-internal-format
23822 msgid "invalid static chain in gimple call"
23823 msgstr ""
23824
23825 #: tree-cfg.c:3406
23826 #, gcc-internal-format
23827 msgid "static chain with function that doesn%'t use one"
23828 msgstr ""
23829
23830 #. Built-in unreachable with parameters might not be caught by
23831 #. undefined behavior sanitizer. Front-ends do check users do not
23832 #. call them that way but we also produce calls to
23833 #. __builtin_unreachable internally, for example when IPA figures
23834 #. out a call cannot happen in a legal program. In such cases,
23835 #. we must make sure arguments are stripped off.
23836 #: tree-cfg.c:3424
23837 #, gcc-internal-format
23838 msgid "%<__builtin_unreachable%> or %<__builtin_trap%> call with arguments"
23839 msgstr ""
23840
23841 #: tree-cfg.c:3447
23842 #, gcc-internal-format
23843 msgid "invalid argument to gimple call"
23844 msgstr ""
23845
23846 #: tree-cfg.c:3467
23847 #, gcc-internal-format
23848 msgid "invalid operands in gimple comparison"
23849 msgstr ""
23850
23851 #: tree-cfg.c:3483
23852 #, gcc-internal-format
23853 msgid "mismatching comparison operand types"
23854 msgstr ""
23855
23856 #: tree-cfg.c:3500
23857 #, gcc-internal-format
23858 msgid "unsupported operation or type for vector comparison returning a boolean"
23859 msgstr ""
23860
23861 #: tree-cfg.c:3515
23862 #, gcc-internal-format
23863 msgid "non-vector operands in vector comparison"
23864 msgstr ""
23865
23866 #: tree-cfg.c:3524
23867 #, gcc-internal-format
23868 msgid "invalid vector comparison resulting type"
23869 msgstr ""
23870
23871 #: tree-cfg.c:3531
23872 #, gcc-internal-format
23873 msgid "bogus comparison result type"
23874 msgstr ""
23875
23876 #: tree-cfg.c:3553
23877 #, gcc-internal-format
23878 msgid "non-register as LHS of unary operation"
23879 msgstr ""
23880
23881 #: tree-cfg.c:3559
23882 #, gcc-internal-format
23883 msgid "invalid operand in unary operation"
23884 msgstr ""
23885
23886 #: tree-cfg.c:3582
23887 #, fuzzy, gcc-internal-format
23888 #| msgid "invalid types in fixed-point conversion"
23889 msgid "invalid vector types in nop conversion"
23890 msgstr "некоректні типи у перетворенні із фіксованою крапкою"
23891
23892 #: tree-cfg.c:3611
23893 #, gcc-internal-format
23894 msgid "invalid types in nop conversion"
23895 msgstr ""
23896
23897 #: tree-cfg.c:3626
23898 #, gcc-internal-format
23899 msgid "invalid types in address space conversion"
23900 msgstr "некоректні типи у перетворенні простору адрес"
23901
23902 #: tree-cfg.c:3640
23903 #, gcc-internal-format
23904 msgid "invalid types in fixed-point conversion"
23905 msgstr "некоректні типи у перетворенні із фіксованою крапкою"
23906
23907 #: tree-cfg.c:3655
23908 #, fuzzy, gcc-internal-format
23909 #| msgid "invalid types in conversion to floating point"
23910 msgid "invalid types in conversion to floating-point"
23911 msgstr "некоректні типи у перетворенні до значення із рухомою крапкою"
23912
23913 #: tree-cfg.c:3670
23914 #, gcc-internal-format
23915 msgid "invalid types in conversion to integer"
23916 msgstr "некоректні типи у перетворенні до цілого значення"
23917
23918 #: tree-cfg.c:3710
23919 #, fuzzy, gcc-internal-format
23920 #| msgid "types may not be defined in %qs expressions"
23921 msgid "type mismatch in %qs expression"
23922 msgstr "у виразах %qs не можна визначати типи"
23923
23924 #: tree-cfg.c:3732
23925 #, fuzzy, gcc-internal-format
23926 #| msgid "invalid prototype for '%s'"
23927 msgid "invalid types for %qs"
23928 msgstr "некоректний прототип «%s»"
23929
23930 #: tree-cfg.c:3743
23931 #, gcc-internal-format
23932 msgid "%qs should be from a scalar to a like vector"
23933 msgstr ""
23934
23935 #: tree-cfg.c:3757
23936 #, gcc-internal-format
23937 msgid "non-trivial conversion in unary operation"
23938 msgstr ""
23939
23940 #: tree-cfg.c:3782
23941 #, gcc-internal-format
23942 msgid "non-register as LHS of binary operation"
23943 msgstr ""
23944
23945 #: tree-cfg.c:3789
23946 #, gcc-internal-format
23947 msgid "invalid operands in binary operation"
23948 msgstr ""
23949
23950 #: tree-cfg.c:3894
23951 #, fuzzy, gcc-internal-format
23952 #| msgid "invalid operand to %%R"
23953 msgid "invalid non-vector operands to %qs"
23954 msgstr "некоректний операнд %%R"
23955
23956 #: tree-cfg.c:3905
23957 #, fuzzy, gcc-internal-format
23958 #| msgid "invalid %%i operand"
23959 msgid "invalid (pointer) operands %qs"
23960 msgstr "некоректний операнд %%i"
23961
23962 #: tree-cfg.c:4111
23963 #, fuzzy, gcc-internal-format
23964 #| msgid "vector type expected in series expression"
23965 msgid "vector type expected in %qs"
23966 msgstr "у виразі послідовності мало бути використано векторний тип"
23967
23968 #: tree-cfg.c:4124
23969 #, gcc-internal-format
23970 msgid "type mismatch in binary expression"
23971 msgstr ""
23972
23973 #: tree-cfg.c:4152
23974 #, gcc-internal-format
23975 msgid "non-register as LHS of ternary operation"
23976 msgstr ""
23977
23978 #: tree-cfg.c:4161
23979 #, gcc-internal-format
23980 msgid "invalid operands in ternary operation"
23981 msgstr ""
23982
23983 #: tree-cfg.c:4193
23984 #, gcc-internal-format
23985 msgid "the first argument of a %qs must be of a boolean vector type of the same number of elements as the result"
23986 msgstr ""
23987
23988 #: tree-cfg.c:4235 tree-cfg.c:4294
23989 #, fuzzy, gcc-internal-format
23990 #| msgid "vector type expected in series expression"
23991 msgid "vector types expected in %qs"
23992 msgstr "у виразі послідовності мало бути використано векторний тип"
23993
23994 #: tree-cfg.c:4250
23995 #, gcc-internal-format
23996 msgid "vectors with different element number found in %qs"
23997 msgstr ""
23998
23999 #: tree-cfg.c:4266
24000 #, fuzzy, gcc-internal-format
24001 #| msgid "invalid format of %s"
24002 msgid "invalid mask type in %qs"
24003 msgstr "некоректний формат %s"
24004
24005 #: tree-cfg.c:4326
24006 #, gcc-internal-format
24007 msgid "not allowed type combination in %qs"
24008 msgstr ""
24009
24010 #: tree-cfg.c:4335
24011 #, fuzzy, gcc-internal-format
24012 #| msgid "invalid regular expression %qs in %qs"
24013 msgid "invalid position or size in %qs"
24014 msgstr "некоректний формальний вираз %qs у %qs"
24015
24016 #: tree-cfg.c:4341
24017 #, gcc-internal-format
24018 msgid "%qs into non-mode-precision operand"
24019 msgstr ""
24020
24021 #: tree-cfg.c:4351
24022 #, fuzzy, gcc-internal-format
24023 #| msgid "constant argument out of range for %s"
24024 msgid "insertion out of range in %qs"
24025 msgstr "сталий аргумент поза припустимим діапазоном для %s"
24026
24027 #: tree-cfg.c:4361
24028 #, gcc-internal-format
24029 msgid "%qs not at element boundary"
24030 msgstr ""
24031
24032 #: tree-cfg.c:4416
24033 #, fuzzy, gcc-internal-format
24034 #| msgid "invalid conversion from %qH to %qI"
24035 msgid "non-trivial conversion in %qs"
24036 msgstr "некоректне перетворення з %qH на %qI"
24037
24038 #: tree-cfg.c:4425
24039 #, gcc-internal-format
24040 msgid "%qs LHS in clobber statement"
24041 msgstr ""
24042
24043 #: tree-cfg.c:4444
24044 #, fuzzy, gcc-internal-format
24045 #| msgid "invalid operand to %%R"
24046 msgid "invalid operand in %qs"
24047 msgstr "некоректний операнд %%R"
24048
24049 #: tree-cfg.c:4485 tree-cfg.c:4511
24050 #, gcc-internal-format
24051 msgid "invalid RHS for gimple memory store: %qs"
24052 msgstr ""
24053
24054 #: tree-cfg.c:4545 tree-cfg.c:4563
24055 #, gcc-internal-format
24056 msgid "incorrect type of vector %qs elements"
24057 msgstr ""
24058
24059 #: tree-cfg.c:4554 tree-cfg.c:4571
24060 #, gcc-internal-format
24061 msgid "incorrect number of vector %qs elements"
24062 msgstr ""
24063
24064 #: tree-cfg.c:4579
24065 #, gcc-internal-format
24066 msgid "incorrect type of vector CONSTRUCTOR elements"
24067 msgstr ""
24068
24069 #: tree-cfg.c:4588
24070 #, gcc-internal-format
24071 msgid "vector %qs with non-NULL element index"
24072 msgstr ""
24073
24074 #: tree-cfg.c:4595
24075 #, gcc-internal-format
24076 msgid "vector %qs element is not a GIMPLE value"
24077 msgstr ""
24078
24079 #: tree-cfg.c:4604
24080 #, gcc-internal-format
24081 msgid "non-vector %qs with elements"
24082 msgstr ""
24083
24084 #: tree-cfg.c:4615
24085 #, gcc-internal-format
24086 msgid "%qs with an always-false condition"
24087 msgstr ""
24088
24089 #: tree-cfg.c:4674
24090 #, gcc-internal-format
24091 msgid "invalid operand in return statement"
24092 msgstr ""
24093
24094 #: tree-cfg.c:4689 c/gimple-parser.c:2421
24095 #, gcc-internal-format
24096 msgid "invalid conversion in return statement"
24097 msgstr ""
24098
24099 #: tree-cfg.c:4713
24100 #, gcc-internal-format
24101 msgid "goto destination is neither a label nor a pointer"
24102 msgstr ""
24103
24104 #: tree-cfg.c:4732
24105 #, gcc-internal-format
24106 msgid "invalid operand to switch statement"
24107 msgstr ""
24108
24109 #: tree-cfg.c:4740
24110 #, gcc-internal-format
24111 msgid "non-integral type switch statement"
24112 msgstr ""
24113
24114 #: tree-cfg.c:4750
24115 #, gcc-internal-format
24116 msgid "invalid default case label in switch statement"
24117 msgstr ""
24118
24119 #: tree-cfg.c:4762
24120 #, gcc-internal-format
24121 msgid "invalid %<CASE_CHAIN%>"
24122 msgstr ""
24123
24124 #: tree-cfg.c:4768
24125 #, gcc-internal-format
24126 msgid "invalid case label in switch statement"
24127 msgstr ""
24128
24129 #: tree-cfg.c:4775
24130 #, gcc-internal-format
24131 msgid "invalid case range in switch statement"
24132 msgstr ""
24133
24134 #: tree-cfg.c:4785
24135 #, gcc-internal-format
24136 msgid "type mismatch for case label in switch statement"
24137 msgstr ""
24138
24139 #: tree-cfg.c:4795
24140 #, gcc-internal-format
24141 msgid "type precision mismatch in switch statement"
24142 msgstr ""
24143
24144 #: tree-cfg.c:4804
24145 #, gcc-internal-format
24146 msgid "case labels not sorted in switch statement"
24147 msgstr ""
24148
24149 #: tree-cfg.c:4847
24150 #, fuzzy, gcc-internal-format
24151 #| msgid "Warn about implicit function declarations."
24152 msgid "label context is not the current function declaration"
24153 msgstr "Попереджати про неявні оголошення функцій."
24154
24155 #: tree-cfg.c:4856
24156 #, fuzzy, gcc-internal-format
24157 #| msgid "incorrect entry in label_to_block_map"
24158 msgid "incorrect entry in %<label_to_block_map%>"
24159 msgstr "некоректний запис у label_to_block_map"
24160
24161 #: tree-cfg.c:4866
24162 #, gcc-internal-format
24163 msgid "incorrect setting of landing pad number"
24164 msgstr ""
24165
24166 #: tree-cfg.c:4882
24167 #, gcc-internal-format
24168 msgid "invalid comparison code in gimple cond"
24169 msgstr ""
24170
24171 #: tree-cfg.c:4890
24172 #, gcc-internal-format
24173 msgid "invalid labels in gimple cond"
24174 msgstr ""
24175
24176 #: tree-cfg.c:4973 tree-cfg.c:4982
24177 #, fuzzy, gcc-internal-format
24178 #| msgid "invalid %%J value"
24179 msgid "invalid %<PHI%> result"
24180 msgstr "некоректне значення %%J"
24181
24182 #: tree-cfg.c:4992
24183 #, gcc-internal-format
24184 msgid "missing %<PHI%> def"
24185 msgstr ""
24186
24187 #: tree-cfg.c:5006
24188 #, fuzzy, gcc-internal-format
24189 #| msgid "invalid arguments"
24190 msgid "invalid %<PHI%> argument"
24191 msgstr "некоректні аргументи"
24192
24193 #: tree-cfg.c:5013
24194 #, gcc-internal-format
24195 msgid "incompatible types in %<PHI%> argument %u"
24196 msgstr ""
24197
24198 #: tree-cfg.c:5111
24199 #, fuzzy, gcc-internal-format
24200 #| msgid "verify_type failed"
24201 msgid "%<verify_gimple%> failed"
24202 msgstr "помилка verify_type"
24203
24204 #: tree-cfg.c:5168
24205 #, gcc-internal-format
24206 msgid "dead statement in EH table"
24207 msgstr ""
24208
24209 #: tree-cfg.c:5184
24210 #, gcc-internal-format
24211 msgid "location references block not in block tree"
24212 msgstr ""
24213
24214 #: tree-cfg.c:5233
24215 #, gcc-internal-format
24216 msgid "local declaration from a different function"
24217 msgstr "локальне оголошення з іншої функції"
24218
24219 #: tree-cfg.c:5336
24220 #, gcc-internal-format
24221 msgid "gimple_bb (phi) is set to a wrong basic block"
24222 msgstr ""
24223
24224 #: tree-cfg.c:5345
24225 #, gcc-internal-format
24226 msgid "PHI node with location"
24227 msgstr ""
24228
24229 #: tree-cfg.c:5356 tree-cfg.c:5403
24230 #, gcc-internal-format
24231 msgid "incorrect sharing of tree nodes"
24232 msgstr ""
24233
24234 #: tree-cfg.c:5364
24235 #, gcc-internal-format
24236 msgid "virtual PHI with argument locations"
24237 msgstr ""
24238
24239 #: tree-cfg.c:5391
24240 #, gcc-internal-format
24241 msgid "gimple_bb (stmt) is set to a wrong basic block"
24242 msgstr ""
24243
24244 #: tree-cfg.c:5431
24245 #, gcc-internal-format
24246 msgid "statement marked for throw, but doesn%'t"
24247 msgstr ""
24248
24249 #: tree-cfg.c:5437
24250 #, gcc-internal-format
24251 msgid "statement marked for throw in middle of block"
24252 msgstr ""
24253
24254 #: tree-cfg.c:5459
24255 #, gcc-internal-format
24256 msgid "verify_gimple failed"
24257 msgstr ""
24258
24259 #: tree-cfg.c:5481
24260 #, gcc-internal-format
24261 msgid "ENTRY_BLOCK has IL associated with it"
24262 msgstr ""
24263
24264 #: tree-cfg.c:5488
24265 #, gcc-internal-format
24266 msgid "EXIT_BLOCK has IL associated with it"
24267 msgstr ""
24268
24269 #: tree-cfg.c:5495
24270 #, gcc-internal-format, gfc-internal-format
24271 msgid "fallthru to exit from bb %d"
24272 msgstr ""
24273
24274 #: tree-cfg.c:5519
24275 #, gcc-internal-format
24276 msgid "nonlocal label "
24277 msgstr ""
24278
24279 #: tree-cfg.c:5528
24280 #, gcc-internal-format
24281 msgid "EH landing pad label "
24282 msgstr ""
24283
24284 #: tree-cfg.c:5537 tree-cfg.c:5546 tree-cfg.c:5571
24285 #, gcc-internal-format
24286 msgid "label "
24287 msgstr "мітка "
24288
24289 #: tree-cfg.c:5561
24290 #, gcc-internal-format, gfc-internal-format
24291 msgid "control flow in the middle of basic block %d"
24292 msgstr ""
24293
24294 #: tree-cfg.c:5594
24295 #, gcc-internal-format, gfc-internal-format
24296 msgid "fallthru edge after a control statement in bb %d"
24297 msgstr ""
24298
24299 #: tree-cfg.c:5607
24300 #, gcc-internal-format, gfc-internal-format
24301 msgid "true/false edge after a non-GIMPLE_COND in bb %d"
24302 msgstr ""
24303
24304 #: tree-cfg.c:5630 tree-cfg.c:5652 tree-cfg.c:5669 tree-cfg.c:5738
24305 #, gcc-internal-format, gfc-internal-format
24306 msgid "wrong outgoing edge flags at end of bb %d"
24307 msgstr ""
24308
24309 #: tree-cfg.c:5640
24310 #, gcc-internal-format, gfc-internal-format
24311 msgid "explicit goto at end of bb %d"
24312 msgstr ""
24313
24314 #: tree-cfg.c:5674
24315 #, gcc-internal-format, gfc-internal-format
24316 msgid "return edge does not point to exit in bb %d"
24317 msgstr ""
24318
24319 #: tree-cfg.c:5704
24320 #, gcc-internal-format
24321 msgid "found default case not at the start of case vector"
24322 msgstr ""
24323
24324 #: tree-cfg.c:5712
24325 #, gcc-internal-format
24326 msgid "case labels not sorted: "
24327 msgstr ""
24328
24329 #: tree-cfg.c:5729
24330 #, gcc-internal-format, gfc-internal-format
24331 msgid "extra outgoing edge %d->%d"
24332 msgstr ""
24333
24334 #: tree-cfg.c:5752
24335 #, gcc-internal-format, gfc-internal-format
24336 msgid "missing edge %i->%i"
24337 msgstr ""
24338
24339 #: tree-cfg.c:9380
24340 #, gcc-internal-format
24341 msgid "%<noreturn%> function does return"
24342 msgstr ""
24343
24344 #: tree-cfg.c:9401 tree-cfg.c:9433
24345 #, gcc-internal-format
24346 msgid "control reaches end of non-void function"
24347 msgstr ""
24348
24349 #: tree-cfg.c:9499
24350 #, gcc-internal-format
24351 msgid "ignoring return value of %qD declared with attribute %<warn_unused_result%>"
24352 msgstr ""
24353
24354 #: tree-cfg.c:9504 cp/cvt.c:1098
24355 #, gcc-internal-format
24356 msgid "ignoring return value of function declared with attribute %<warn_unused_result%>"
24357 msgstr ""
24358
24359 #: tree-diagnostic.c:203
24360 #, gcc-internal-format
24361 msgid "in definition of macro %qs"
24362 msgstr "у визначенні макросу %qs"
24363
24364 #: tree-diagnostic.c:220
24365 #, gcc-internal-format
24366 msgid "in expansion of macro %qs"
24367 msgstr "у розгортанні макросу %qs"
24368
24369 #: tree-eh.c:4894
24370 #, gcc-internal-format, gfc-internal-format
24371 msgid "BB %i has multiple EH edges"
24372 msgstr "BB %i має декілька країв EH"
24373
24374 #: tree-eh.c:4906
24375 #, gcc-internal-format, gfc-internal-format
24376 msgid "BB %i cannot throw but has an EH edge"
24377 msgstr ""
24378
24379 #: tree-eh.c:4914
24380 #, gcc-internal-format, gfc-internal-format
24381 msgid "BB %i last statement has incorrectly set lp"
24382 msgstr ""
24383
24384 #: tree-eh.c:4920
24385 #, gcc-internal-format, gfc-internal-format
24386 msgid "BB %i is missing an EH edge"
24387 msgstr ""
24388
24389 #: tree-eh.c:4926
24390 #, gcc-internal-format, gfc-internal-format
24391 msgid "Incorrect EH edge %i->%i"
24392 msgstr ""
24393
24394 #: tree-eh.c:4960 tree-eh.c:4979
24395 #, gcc-internal-format, gfc-internal-format
24396 msgid "BB %i is missing an edge"
24397 msgstr ""
24398
24399 #: tree-eh.c:4996
24400 #, gcc-internal-format, gfc-internal-format
24401 msgid "BB %i too many fallthru edges"
24402 msgstr ""
24403
24404 #: tree-eh.c:5005
24405 #, gcc-internal-format, gfc-internal-format
24406 msgid "BB %i has incorrect edge"
24407 msgstr ""
24408
24409 #: tree-eh.c:5011
24410 #, gcc-internal-format, gfc-internal-format
24411 msgid "BB %i has incorrect fallthru edge"
24412 msgstr ""
24413
24414 #: tree-inline.c:3831
24415 #, gcc-internal-format
24416 msgid "function %q+F can never be copied because it receives a non-local goto"
24417 msgstr ""
24418
24419 #: tree-inline.c:3838
24420 #, gcc-internal-format
24421 msgid "function %q+F can never be copied because it saves address of local label in a static variable"
24422 msgstr ""
24423
24424 #: tree-inline.c:3878
24425 #, gcc-internal-format
24426 msgid "function %q+F can never be inlined because it uses alloca (override using the always_inline attribute)"
24427 msgstr ""
24428
24429 #: tree-inline.c:3892
24430 #, gcc-internal-format
24431 msgid "function %q+F can never be inlined because it uses setjmp"
24432 msgstr ""
24433
24434 #: tree-inline.c:3906
24435 #, gcc-internal-format
24436 msgid "function %q+F can never be inlined because it uses variable argument lists"
24437 msgstr ""
24438
24439 #: tree-inline.c:3918
24440 #, gcc-internal-format
24441 msgid "function %q+F can never be inlined because it uses setjmp-longjmp exception handling"
24442 msgstr ""
24443
24444 #: tree-inline.c:3926
24445 #, gcc-internal-format
24446 msgid "function %q+F can never be inlined because it uses non-local goto"
24447 msgstr ""
24448
24449 #: tree-inline.c:3938
24450 #, gcc-internal-format
24451 msgid "function %q+F can never be inlined because it uses %<__builtin_return%> or %<__builtin_apply_args%>"
24452 msgstr ""
24453
24454 #: tree-inline.c:3958
24455 #, gcc-internal-format
24456 msgid "function %q+F can never be inlined because it contains a computed goto"
24457 msgstr ""
24458
24459 #: tree-inline.c:4059
24460 #, gcc-internal-format
24461 msgid "function %q+F can never be inlined because it is suppressed using %<-fno-inline%>"
24462 msgstr ""
24463
24464 #: tree-inline.c:4067
24465 #, gcc-internal-format
24466 msgid "function %q+F can never be inlined because it uses attributes conflicting with inlining"
24467 msgstr ""
24468
24469 #: tree-inline.c:4745
24470 #, gcc-internal-format
24471 msgid "inlining failed in call to %<always_inline%> %q+F: %s"
24472 msgstr ""
24473
24474 #: tree-inline.c:4748 tree-inline.c:4769
24475 #, gcc-internal-format
24476 msgid "called from here"
24477 msgstr ""
24478
24479 #: tree-inline.c:4751 tree-inline.c:4772
24480 #, gcc-internal-format
24481 msgid "called from this function"
24482 msgstr ""
24483
24484 #: tree-inline.c:4765
24485 #, gcc-internal-format
24486 msgid "inlining failed in call to %q+F: %s"
24487 msgstr ""
24488
24489 #: tree-into-ssa.c:3348
24490 #, gcc-internal-format
24491 msgid "statement uses released SSA name"
24492 msgstr ""
24493
24494 #: tree-into-ssa.c:3360
24495 #, gcc-internal-format
24496 msgid "cannot update SSA form"
24497 msgstr ""
24498
24499 #: tree-into-ssa.c:3451 tree-outof-ssa.c:902 tree-ssa-coalesce.c:1003
24500 #, gcc-internal-format
24501 msgid "SSA corruption"
24502 msgstr ""
24503
24504 #: tree-nested.c:1063
24505 #, gcc-internal-format, gfc-internal-format
24506 msgid "%s from %s referenced in %s"
24507 msgstr ""
24508
24509 #: tree-nested.c:2753
24510 #, gcc-internal-format, gfc-internal-format
24511 msgid "%s from %s called in %s"
24512 msgstr ""
24513
24514 #: tree-profile.c:621
24515 #, gcc-internal-format
24516 msgid "invalid regular expression %qs in %qs"
24517 msgstr "некоректний формальний вираз %qs у %qs"
24518
24519 #: tree-profile.c:711
24520 #, gcc-internal-format
24521 msgid "target does not support atomic profile update, single mode is selected"
24522 msgstr ""
24523
24524 #: tree-ssa-ccp.c:3562
24525 msgid "%Gargument %u null where non-null expected"
24526 msgstr "%Gпорожній аргумент %u там, де мав бути непорожній аргумент"
24527
24528 #: tree-ssa-ccp.c:3567
24529 #, gcc-internal-format
24530 msgid "in a call to built-in function %qD"
24531 msgstr "у виклику вбудованої функції %qD"
24532
24533 #: tree-ssa-ccp.c:3571
24534 #, gcc-internal-format
24535 msgid "in a call to function %qD declared here"
24536 msgstr "у виклику функції %qD, оголошено тут"
24537
24538 #: tree-ssa-loop-niter.c:3360
24539 #, gcc-internal-format, gfc-internal-format
24540 msgid "iteration %s invokes undefined behavior"
24541 msgstr "ітерація %s викликає невизначену поведінку"
24542
24543 #: tree-ssa-loop-niter.c:3361
24544 #, gcc-internal-format
24545 msgid "within this loop"
24546 msgstr "у цьому циклі"
24547
24548 #: tree-ssa-loop-prefetch.c:2095
24549 #, gcc-internal-format
24550 msgid "%<l1-cache-size%> parameter is not a power of two %d"
24551 msgstr "параметр %<l1-cache-size%> не є степенем двійки %d"
24552
24553 #: tree-ssa-operands.c:977
24554 #, fuzzy, gcc-internal-format
24555 #| msgid "virtual definition of statement not up-to-date"
24556 msgid "virtual definition of statement not up to date"
24557 msgstr "віртуальне визначення неактуальної інструкції"
24558
24559 #: tree-ssa-operands.c:984
24560 #, fuzzy, gcc-internal-format
24561 #| msgid "virtual definition of statement not up-to-date"
24562 msgid "virtual def operand missing for statement"
24563 msgstr "віртуальне визначення неактуальної інструкції"
24564
24565 #: tree-ssa-operands.c:994
24566 #, fuzzy, gcc-internal-format
24567 #| msgid "virtual use of statement not up-to-date"
24568 msgid "virtual use of statement not up to date"
24569 msgstr "віртуальне використання неактуальної інструкції"
24570
24571 #: tree-ssa-operands.c:1001
24572 #, fuzzy, gcc-internal-format
24573 #| msgid "virtual use of statement not up-to-date"
24574 msgid "virtual use operand missing for statement"
24575 msgstr "віртуальне використання неактуальної інструкції"
24576
24577 #: tree-ssa-operands.c:1018
24578 #, fuzzy, gcc-internal-format
24579 #| msgid "expected else statement"
24580 msgid "excess use operand for statement"
24581 msgstr "мало бути використано інструкцію else"
24582
24583 #: tree-ssa-operands.c:1028
24584 #, fuzzy, gcc-internal-format
24585 #| msgid "'B' operand is not constant"
24586 msgid "use operand missing for statement"
24587 msgstr "операнд «B» не є сталою"
24588
24589 #: tree-ssa-operands.c:1035
24590 #, gcc-internal-format
24591 msgid "statement volatile flag not up to date"
24592 msgstr ""
24593
24594 #: tree-ssa-strlen.c:2123
24595 msgid "%G%qD writing one too many bytes into a region of a size that depends on %<strlen%>"
24596 msgstr ""
24597
24598 #: tree-ssa-strlen.c:2127
24599 msgid "%Gwriting one too many bytes into a region of a size that depends on %<strlen%>"
24600 msgstr ""
24601
24602 #: tree-ssa-strlen.c:2137
24603 msgid "%G%qD writing %wu byte into a region of size %wu"
24604 msgid_plural "%G%qD writing %wu bytes into a region of size %wu"
24605 msgstr[0] ""
24606 msgstr[1] ""
24607 msgstr[2] ""
24608
24609 #: tree-ssa-strlen.c:2145
24610 msgid "%Gwriting %wu byte into a region of size %wu"
24611 msgid_plural "%Gwriting %wu bytes into a region of size %wu"
24612 msgstr[0] ""
24613 msgstr[1] ""
24614 msgstr[2] ""
24615
24616 #: tree-ssa-strlen.c:2155
24617 msgid "%G%qD writing %wu byte into a region of size between %wu and %wu"
24618 msgid_plural "%G%qD writing %wu bytes into a region of size between %wu and %wu"
24619 msgstr[0] ""
24620 msgstr[1] ""
24621 msgstr[2] ""
24622
24623 #: tree-ssa-strlen.c:2163
24624 msgid "%Gwriting %wu byte into a region of size between %wu and %wu"
24625 msgid_plural "%Gwriting %wu bytes into a region of size between %wu and %wu"
24626 msgstr[0] ""
24627 msgstr[1] ""
24628 msgstr[2] ""
24629
24630 #: tree-ssa-strlen.c:2173
24631 msgid "%G%qD writing between %wu and %wu bytes into a region of size %wu"
24632 msgstr ""
24633
24634 #: tree-ssa-strlen.c:2179
24635 msgid "%Gwriting between %wu and %wu bytes into a region of size %wu"
24636 msgstr ""
24637
24638 #: tree-ssa-strlen.c:2187
24639 msgid "%G%qD writing between %wu and %wu bytes into a region of size between %wu and %wu"
24640 msgstr ""
24641
24642 #: tree-ssa-strlen.c:2193
24643 msgid "%Gwriting between %wu and %wu bytes into a region of size between %wu and %wu"
24644 msgstr ""
24645
24646 #: tree-ssa-strlen.c:2221
24647 #, gcc-internal-format
24648 msgid "at offset %s to object %qD with size %E declared here"
24649 msgstr ""
24650
24651 #: tree-ssa-strlen.c:2225
24652 #, fuzzy, gcc-internal-format
24653 #| msgid "in a call to function %qD declared here"
24654 msgid "at offset %s to object %qD declared here"
24655 msgstr "у виклику функції %qD, оголошено тут"
24656
24657 #: tree-ssa-strlen.c:2257
24658 #, gcc-internal-format
24659 msgid "at offset %s to an object with size %wu declared here"
24660 msgstr ""
24661
24662 #: tree-ssa-strlen.c:2265
24663 #, gcc-internal-format
24664 msgid "at offset %s to an object with size at most %wu declared here"
24665 msgstr ""
24666
24667 #: tree-ssa-strlen.c:2270
24668 #, fuzzy, gcc-internal-format, gfc-internal-format
24669 #| msgid "%qD target declared here"
24670 msgid "at offset %s to an object declared here"
24671 msgstr "Ціль %qD оголошено тут"
24672
24673 #: tree-ssa-strlen.c:2274
24674 #, gcc-internal-format
24675 msgid "at offset %s to an object with size between %wu and %wu declared here"
24676 msgstr ""
24677
24678 #: tree-ssa-strlen.c:2282
24679 #, gcc-internal-format
24680 msgid "at offset %s to an object with size %wu allocated by %qE here"
24681 msgstr ""
24682
24683 #: tree-ssa-strlen.c:2290
24684 #, gcc-internal-format
24685 msgid "at offset %s to an object with size at most %wu allocated by %qD here"
24686 msgstr ""
24687
24688 #: tree-ssa-strlen.c:2295
24689 #, gcc-internal-format
24690 msgid "at offset %s to an object allocated by %qE here"
24691 msgstr ""
24692
24693 #: tree-ssa-strlen.c:2300
24694 #, gcc-internal-format
24695 msgid "at offset %s to an object with size between %wu and %wu allocated by %qE here"
24696 msgstr ""
24697
24698 #: tree-ssa-strlen.c:3193
24699 msgid "%G%qD output truncated before terminating nul copying %E byte from a string of the same length"
24700 msgid_plural "%G%qD output truncated before terminating nul copying %E bytes from a string of the same length"
24701 msgstr[0] ""
24702 msgstr[1] ""
24703 msgstr[2] ""
24704
24705 #: tree-ssa-strlen.c:3209
24706 msgid "%G%qD output truncated copying %E byte from a string of length %wu"
24707 msgid_plural "%G%qD output truncated copying %E bytes from a string of length %wu"
24708 msgstr[0] ""
24709 msgstr[1] ""
24710 msgstr[2] ""
24711
24712 #: tree-ssa-strlen.c:3216
24713 msgid "%G%qD output truncated copying between %wu and %wu bytes from a string of length %wu"
24714 msgstr ""
24715
24716 #: tree-ssa-strlen.c:3228
24717 msgid "%G%qD output may be truncated copying %E byte from a string of length %wu"
24718 msgid_plural "%G%qD output may be truncated copying %E bytes from a string of length %wu"
24719 msgstr[0] ""
24720 msgstr[1] ""
24721 msgstr[2] ""
24722
24723 #: tree-ssa-strlen.c:3235 tree-ssa-strlen.c:3251
24724 msgid "%G%qD output may be truncated copying between %wu and %wu bytes from a string of length %wu"
24725 msgstr ""
24726
24727 #: tree-ssa-strlen.c:3391
24728 msgid "%G%qD output truncated before terminating nul copying as many bytes from a string as its length"
24729 msgstr ""
24730
24731 #: tree-ssa-strlen.c:3397
24732 msgid "%G%qD specified bound depends on the length of the source argument"
24733 msgstr ""
24734
24735 #: tree-ssa-strlen.c:3404
24736 #, gcc-internal-format
24737 msgid "length computed here"
24738 msgstr "довжину обчислено тут:"
24739
24740 #: tree-ssa-strlen.c:4312
24741 msgid "%G%qD of a string of length %wu or more and an array of size %wu evaluates to nonzero"
24742 msgstr ""
24743
24744 #: tree-ssa-strlen.c:4314
24745 msgid "%G%qD of a string of length %wu and an array of size %wu evaluates to nonzero"
24746 msgstr ""
24747
24748 #: tree-ssa-strlen.c:4321
24749 msgid "%G%qD of strings of length %wu and %wu and bound of %wu evaluates to nonzero"
24750 msgstr ""
24751
24752 #: tree-ssa-strlen.c:4326
24753 msgid "%G%qD of a string of length %wu, an array of size %wu and bound of %wu evaluates to nonzero"
24754 msgstr ""
24755
24756 #: tree-ssa-strlen.c:4336
24757 #, fuzzy, gcc-internal-format
24758 #| msgid "bad expression"
24759 msgid "in this expression"
24760 msgstr "помилковий вираз"
24761
24762 #: tree-ssa-uninit.c:191 varasm.c:343
24763 #, gcc-internal-format
24764 msgid "%qD was declared here"
24765 msgstr "%qD було оголошено тут:"
24766
24767 #: tree-ssa-uninit.c:259
24768 #, gcc-internal-format
24769 msgid "%qD is used uninitialized in this function"
24770 msgstr "%qD використовується без ініціалізації у цій функції"
24771
24772 #: tree-ssa-uninit.c:264 tree-ssa-uninit.c:2617
24773 #, gcc-internal-format
24774 msgid "%qD may be used uninitialized in this function"
24775 msgstr "%qD може бути використано без ініціалізації у цій функції"
24776
24777 #: tree-ssa-uninit.c:369
24778 #, gcc-internal-format
24779 msgid "%qE is used uninitialized in this function"
24780 msgstr "%qE використано без ініціалізації у цій функції"
24781
24782 #: tree-ssa-uninit.c:379
24783 #, gcc-internal-format
24784 msgid "%qE may be used uninitialized in this function"
24785 msgstr "%qE може бути використано без ініціалізації у цій функції"
24786
24787 #: tree-ssa.c:667
24788 #, gcc-internal-format, gfc-internal-format
24789 msgid "multiple virtual PHI nodes in BB %d"
24790 msgstr ""
24791
24792 #: tree-ssa.c:681 tree-ssa.c:710
24793 #, gcc-internal-format
24794 msgid "virtual definition is not an SSA name"
24795 msgstr ""
24796
24797 #: tree-ssa.c:697
24798 #, gcc-internal-format
24799 msgid "stmt with wrong VUSE"
24800 msgstr "stmt із помилковим VUSE"
24801
24802 #: tree-ssa.c:727
24803 #, gcc-internal-format, gfc-internal-format
24804 msgid "PHI node with wrong VUSE on edge from BB %d"
24805 msgstr ""
24806
24807 #: tree-ssa.c:753
24808 #, gcc-internal-format
24809 msgid "expected an SSA_NAME object"
24810 msgstr "мало бути використано об'єкт SSA_NAME"
24811
24812 #: tree-ssa.c:759
24813 #, gcc-internal-format
24814 msgid "found an SSA_NAME that had been released into the free pool"
24815 msgstr "виявлено SSA_NAME, яку мало бути вивільнено до вільного буфера"
24816
24817 #: tree-ssa.c:766
24818 #, gcc-internal-format
24819 msgid "type mismatch between an SSA_NAME and its symbol"
24820 msgstr "невідповідність типів між SSA_NAME та її символом"
24821
24822 #: tree-ssa.c:772
24823 #, gcc-internal-format
24824 msgid "found a virtual definition for a GIMPLE register"
24825 msgstr "виявлено віртуальне визначення регістра GIMPLE"
24826
24827 #: tree-ssa.c:778
24828 #, gcc-internal-format
24829 msgid "virtual SSA name for non-VOP decl"
24830 msgstr "віртуальна назва SSA для оголошення, яке не належить до VOP"
24831
24832 #: tree-ssa.c:784
24833 #, gcc-internal-format
24834 msgid "found a real definition for a non-register"
24835 msgstr "виявлено реальне визначення для змінної, яка не є регістровою"
24836
24837 #: tree-ssa.c:791
24838 #, gcc-internal-format
24839 msgid "found a default name with a non-empty defining statement"
24840 msgstr "виявлено типову назву для непорожньої інструкції визначення"
24841
24842 #: tree-ssa.c:821
24843 #, gcc-internal-format
24844 msgid "RESULT_DECL should be read only when DECL_BY_REFERENCE is set"
24845 msgstr "RESULT_DECL має бути придатним лише для читання, якщо встановлено DECL_BY_REFERENCE"
24846
24847 #: tree-ssa.c:827
24848 #, gcc-internal-format, gfc-internal-format
24849 msgid "SSA_NAME created in two different blocks %i and %i"
24850 msgstr "SSA_NAME створено у двох різних блоках, %i і %i"
24851
24852 #: tree-ssa.c:836 tree-ssa.c:1170
24853 #, gcc-internal-format
24854 msgid "SSA_NAME_DEF_STMT is wrong"
24855 msgstr "SSA_NAME_DEF_STMT є помилковим"
24856
24857 #: tree-ssa.c:888
24858 #, gcc-internal-format
24859 msgid "missing definition"
24860 msgstr "пропущено визначення"
24861
24862 #: tree-ssa.c:894
24863 #, gcc-internal-format, gfc-internal-format
24864 msgid "definition in block %i does not dominate use in block %i"
24865 msgstr ""
24866
24867 #: tree-ssa.c:902
24868 #, gcc-internal-format, gfc-internal-format
24869 msgid "definition in block %i follows the use"
24870 msgstr "визначення у блоці %i слідує за використанням"
24871
24872 #: tree-ssa.c:909
24873 #, gcc-internal-format
24874 msgid "SSA_NAME_OCCURS_IN_ABNORMAL_PHI should be set"
24875 msgstr "має бути встановлено SSA_NAME_OCCURS_IN_ABNORMAL_PHI"
24876
24877 #: tree-ssa.c:917
24878 #, gcc-internal-format
24879 msgid "no immediate_use list"
24880 msgstr ""
24881
24882 #: tree-ssa.c:929
24883 #, gcc-internal-format
24884 msgid "wrong immediate use list"
24885 msgstr ""
24886
24887 #: tree-ssa.c:963
24888 #, gcc-internal-format
24889 msgid "incoming edge count does not match number of PHI arguments"
24890 msgstr ""
24891
24892 #: tree-ssa.c:977
24893 #, gcc-internal-format, gfc-internal-format
24894 msgid "PHI argument is missing for edge %d->%d"
24895 msgstr ""
24896
24897 #: tree-ssa.c:986
24898 #, gcc-internal-format
24899 msgid "PHI argument is not SSA_NAME, or invariant"
24900 msgstr ""
24901
24902 #: tree-ssa.c:1007
24903 #, gcc-internal-format
24904 msgid "address taken, but ADDRESSABLE bit not set"
24905 msgstr ""
24906
24907 #: tree-ssa.c:1014
24908 #, gcc-internal-format, gfc-internal-format
24909 msgid "wrong edge %d->%d for PHI argument"
24910 msgstr ""
24911
24912 #: tree-ssa.c:1089
24913 #, gcc-internal-format
24914 msgid "shared SSA name info"
24915 msgstr ""
24916
24917 #: tree-ssa.c:1116
24918 #, gcc-internal-format, gfc-internal-format
24919 msgid "AUX pointer initialized for edge %d->%d"
24920 msgstr ""
24921
24922 #: tree-ssa.c:1142
24923 #, gcc-internal-format
24924 msgid "stmt (%p) marked modified after optimization pass: "
24925 msgstr ""
24926
24927 #: tree-ssa.c:1208
24928 #, gcc-internal-format
24929 msgid "verify_ssa failed"
24930 msgstr ""
24931
24932 #: tree-streamer-in.c:352
24933 #, gcc-internal-format
24934 msgid "machine independent builtin code out of range"
24935 msgstr ""
24936
24937 #: tree-streamer-in.c:358
24938 #, gcc-internal-format
24939 msgid "target specific builtin not available"
24940 msgstr ""
24941
24942 #: tree-vect-generic.c:287 tree-vect-generic.c:407 tree-vect-generic.c:1891
24943 #, gcc-internal-format
24944 msgid "vector operation will be expanded piecewise"
24945 msgstr ""
24946
24947 #: tree-vect-generic.c:290
24948 #, gcc-internal-format
24949 msgid "vector operation will be expanded in parallel"
24950 msgstr ""
24951
24952 #: tree-vect-generic.c:343
24953 #, gcc-internal-format
24954 msgid "vector operation will be expanded with a single scalar operation"
24955 msgstr ""
24956
24957 #: tree-vect-generic.c:983
24958 #, gcc-internal-format
24959 msgid "vector condition will be expanded piecewise"
24960 msgstr ""
24961
24962 #: tree-vect-generic.c:1463
24963 #, gcc-internal-format
24964 msgid "vector shuffling operation will be expanded piecewise"
24965 msgstr ""
24966
24967 #: tree-vect-loop.c:3678
24968 #, gcc-internal-format
24969 msgid "vectorization did not happen for a simd loop"
24970 msgstr ""
24971
24972 #: tree-vrp.c:3579
24973 #, gcc-internal-format
24974 msgid "array subscript %E is outside array bounds of %qT"
24975 msgstr ""
24976
24977 #: tree-vrp.c:3605
24978 #, gcc-internal-format
24979 msgid "array subscript [%E, %E] is outside array bounds of %qT"
24980 msgstr ""
24981
24982 #: tree-vrp.c:3615
24983 #, gcc-internal-format
24984 msgid "array subscript %E is above array bounds of %qT"
24985 msgstr ""
24986
24987 #: tree-vrp.c:3620
24988 #, gcc-internal-format
24989 msgid "array subscript %E is below array bounds of %qT"
24990 msgstr ""
24991
24992 #: tree-vrp.c:3626
24993 #, gcc-internal-format
24994 msgid "array subscript %E is outside the bounds of an interior zero-length array %qT"
24995 msgstr ""
24996
24997 #: tree-vrp.c:3628
24998 #, gcc-internal-format
24999 msgid "array subscript %qE is outside the bounds of an interior zero-length array %qT"
25000 msgstr ""
25001
25002 #: tree-vrp.c:3656 tree-vrp.c:3923 tree-vrp.c:4033
25003 #, gcc-internal-format
25004 msgid "while referencing %qD"
25005 msgstr ""
25006
25007 #: tree-vrp.c:3658
25008 #, fuzzy, gcc-internal-format
25009 #| msgid "defined here"
25010 msgid "defined here %qD"
25011 msgstr "визначено тут"
25012
25013 #: tree-vrp.c:3913
25014 #, gcc-internal-format
25015 msgid "array subscript %wi is outside array bounds of %qT"
25016 msgstr ""
25017
25018 #: tree-vrp.c:3918
25019 #, gcc-internal-format
25020 msgid "array subscript [%wi, %wi] is outside array bounds of %qT"
25021 msgstr ""
25022
25023 #: tree-vrp.c:3940
25024 #, gcc-internal-format
25025 msgid "intermediate array offset %wi is outside array bounds of %qT"
25026 msgstr ""
25027
25028 #: tree-vrp.c:4011
25029 #, gcc-internal-format
25030 msgid "array subscript %wi is below array bounds of %qT"
25031 msgstr ""
25032
25033 #: tree-vrp.c:4025
25034 #, gcc-internal-format
25035 msgid "array subscript %wu is above array bounds of %qT"
25036 msgstr ""
25037
25038 #: tree.c:2043
25039 #, gcc-internal-format
25040 msgid "non-constant element in constant CONSTRUCTOR"
25041 msgstr ""
25042
25043 #: tree.c:2045
25044 #, gcc-internal-format
25045 msgid "side-effects element in no-side-effects CONSTRUCTOR"
25046 msgstr ""
25047
25048 #: tree.c:8170
25049 #, gcc-internal-format
25050 msgid "arrays of functions are not meaningful"
25051 msgstr ""
25052
25053 #: tree.c:8334
25054 #, gcc-internal-format
25055 msgid "function return type cannot be function"
25056 msgstr ""
25057
25058 #: tree.c:9685 tree.c:9770 tree.c:9833
25059 #, gcc-internal-format, gfc-internal-format
25060 msgid "tree check: %s, have %s in %s, at %s:%d"
25061 msgstr ""
25062
25063 #: tree.c:9722
25064 #, gcc-internal-format, gfc-internal-format
25065 msgid "tree check: expected none of %s, have %s in %s, at %s:%d"
25066 msgstr ""
25067
25068 #: tree.c:9735
25069 #, gcc-internal-format
25070 msgid "tree check: expected class %qs, have %qs (%s) in %s, at %s:%d"
25071 msgstr ""
25072
25073 #: tree.c:9784
25074 #, gcc-internal-format
25075 msgid "tree check: did not expect class %qs, have %qs (%s) in %s, at %s:%d"
25076 msgstr ""
25077
25078 #: tree.c:9797
25079 #, gcc-internal-format
25080 msgid "tree check: expected %<omp_clause %s%>, have %qs in %s, at %s:%d"
25081 msgstr ""
25082
25083 #: tree.c:9859
25084 #, gcc-internal-format
25085 msgid "tree check: expected tree that contains %qs structure, have %qs in %s, at %s:%d"
25086 msgstr ""
25087
25088 #: tree.c:9873
25089 #, gcc-internal-format
25090 msgid "tree check: accessed elt %d of %<tree_int_cst%> with %d elts in %s, at %s:%d"
25091 msgstr ""
25092
25093 #: tree.c:9886
25094 #, gcc-internal-format
25095 msgid "tree check: accessed elt %d of %<tree_vec%> with %d elts in %s, at %s:%d"
25096 msgstr ""
25097
25098 #: tree.c:9899
25099 #, gcc-internal-format, gfc-internal-format
25100 msgid "tree check: accessed operand %d of %s with %d operands in %s, at %s:%d"
25101 msgstr ""
25102
25103 #: tree.c:9912
25104 #, gcc-internal-format
25105 msgid "tree check: accessed operand %d of %<omp_clause %s%> with %d operands in %s, at %s:%d"
25106 msgstr ""
25107
25108 #: tree.c:13031
25109 #, gcc-internal-format
25110 msgid "%qD is deprecated: %s"
25111 msgstr "%qD вважається застарілим: %s"
25112
25113 #: tree.c:13034
25114 #, gcc-internal-format
25115 msgid "%qD is deprecated"
25116 msgstr "%qD вважається застарілим"
25117
25118 #: tree.c:13057
25119 #, gcc-internal-format
25120 msgid "%qE is deprecated: %s"
25121 msgstr "%qE вважається застарілим: %s"
25122
25123 #: tree.c:13060
25124 #, gcc-internal-format
25125 msgid "%qE is deprecated"
25126 msgstr "%qE вважається застарілим"
25127
25128 #: tree.c:13066
25129 #, gcc-internal-format, gfc-internal-format
25130 msgid "type is deprecated: %s"
25131 msgstr "тип вважається застарілим: %s"
25132
25133 #: tree.c:13069
25134 #, gcc-internal-format
25135 msgid "type is deprecated"
25136 msgstr "тип вважається застарілим"
25137
25138 #. Type variant can differ by:
25139 #.
25140 #. - TYPE_QUALS: TYPE_READONLY, TYPE_VOLATILE, TYPE_ATOMIC, TYPE_RESTRICT,
25141 #. ENCODE_QUAL_ADDR_SPACE.
25142 #. - main variant may be TYPE_COMPLETE_P and variant types !TYPE_COMPLETE_P
25143 #. in this case some values may not be set in the variant types
25144 #. (see TYPE_COMPLETE_P checks).
25145 #. - it is possible to have TYPE_ARTIFICIAL variant of non-artifical type
25146 #. - by TYPE_NAME and attributes (i.e. when variant originate by typedef)
25147 #. - TYPE_CANONICAL (TYPE_ALIAS_SET is the same among variants)
25148 #. - by the alignment: TYPE_ALIGN and TYPE_USER_ALIGN
25149 #. - during LTO by TYPE_CONTEXT if type is TYPE_FILE_SCOPE_P
25150 #. this is necessary to make it possible to merge types form different TUs
25151 #. - arrays, pointers and references may have TREE_TYPE that is a variant
25152 #. of TREE_TYPE of their main variants.
25153 #. - aggregates may have new TYPE_FIELDS list that list variants of
25154 #. the main variant TYPE_FIELDS.
25155 #. - vector types may differ by TYPE_VECTOR_OPAQUE
25156 #.
25157 #. Convenience macro for matching individual fields.
25158 #: tree.c:13835
25159 #, gcc-internal-format, gfc-internal-format
25160 msgid "type variant differs by %s"
25161 msgstr ""
25162
25163 #: tree.c:13876
25164 #, gcc-internal-format
25165 msgid "type variant has different %<TYPE_SIZE_UNIT%>"
25166 msgstr ""
25167
25168 #: tree.c:13878
25169 #, gcc-internal-format
25170 msgid "type variant%'s %<TYPE_SIZE_UNIT%>"
25171 msgstr ""
25172
25173 #: tree.c:13880
25174 #, gcc-internal-format
25175 msgid "type%'s %<TYPE_SIZE_UNIT%>"
25176 msgstr ""
25177
25178 #: tree.c:13903
25179 #, gcc-internal-format
25180 msgid "type variant with %<TYPE_ALIAS_SET_KNOWN_P%>"
25181 msgstr ""
25182
25183 #: tree.c:13916
25184 #, gcc-internal-format
25185 msgid "type variant has different %<TYPE_VFIELD%>"
25186 msgstr ""
25187
25188 #: tree.c:13952
25189 #, gcc-internal-format
25190 msgid "type variant has different %<TYPE_BINFO%>"
25191 msgstr ""
25192
25193 #: tree.c:13954
25194 #, gcc-internal-format
25195 msgid "type variant%'s %<TYPE_BINFO%>"
25196 msgstr ""
25197
25198 #: tree.c:13956
25199 #, gcc-internal-format
25200 msgid "type%'s %<TYPE_BINFO%>"
25201 msgstr ""
25202
25203 #: tree.c:13995
25204 #, gcc-internal-format
25205 msgid "type variant has different %<TYPE_FIELDS%>"
25206 msgstr ""
25207
25208 #: tree.c:13997
25209 #, gcc-internal-format
25210 msgid "first mismatch is field"
25211 msgstr ""
25212
25213 #: tree.c:13999
25214 #, gcc-internal-format
25215 msgid "and field"
25216 msgstr ""
25217
25218 #: tree.c:14016
25219 #, gcc-internal-format
25220 msgid "type variant has different %<TREE_TYPE%>"
25221 msgstr ""
25222
25223 #: tree.c:14018 tree.c:14029
25224 #, gcc-internal-format
25225 msgid "type variant%'s %<TREE_TYPE%>"
25226 msgstr ""
25227
25228 #: tree.c:14020 tree.c:14031
25229 #, gcc-internal-format
25230 msgid "type%'s %<TREE_TYPE%>"
25231 msgstr ""
25232
25233 #: tree.c:14027
25234 #, gcc-internal-format
25235 msgid "type is not compatible with its variant"
25236 msgstr ""
25237
25238 #: tree.c:14339
25239 #, gcc-internal-format
25240 msgid "main variant is not defined"
25241 msgstr ""
25242
25243 #: tree.c:14344
25244 #, gcc-internal-format
25245 msgid "%<TYPE_MAIN_VARIANT%> has different %<TYPE_MAIN_VARIANT%>"
25246 msgstr ""
25247
25248 #: tree.c:14356
25249 #, gcc-internal-format
25250 msgid "%<TYPE_CANONICAL%> has different %<TYPE_CANONICAL%>"
25251 msgstr ""
25252
25253 #: tree.c:14375
25254 #, gcc-internal-format
25255 msgid "%<TYPE_CANONICAL%> is not compatible"
25256 msgstr ""
25257
25258 #: tree.c:14383
25259 #, gcc-internal-format
25260 msgid "%<TYPE_MODE%> of %<TYPE_CANONICAL%> is not compatible"
25261 msgstr ""
25262
25263 #: tree.c:14389
25264 #, gcc-internal-format
25265 msgid "%<TYPE_CANONICAL%> of main variant is not main variant"
25266 msgstr ""
25267
25268 #: tree.c:14405
25269 #, gcc-internal-format
25270 msgid "%<TYPE_VFIELD%> is not %<FIELD_DECL%> nor %<TREE_LIST%>"
25271 msgstr ""
25272
25273 #: tree.c:14415
25274 #, gcc-internal-format
25275 msgid "%<TYPE_NEXT_PTR_TO%> is not %<POINTER_TYPE%>"
25276 msgstr ""
25277
25278 #: tree.c:14425
25279 #, gcc-internal-format
25280 msgid "%<TYPE_NEXT_REF_TO%> is not %<REFERENCE_TYPE%>"
25281 msgstr ""
25282
25283 #: tree.c:14446
25284 #, gcc-internal-format
25285 msgid "%<TYPE_BINFO%> is not %<TREE_BINFO%>"
25286 msgstr ""
25287
25288 #: tree.c:14452
25289 #, gcc-internal-format
25290 msgid "%<TYPE_BINFO%> type is not %<TYPE_MAIN_VARIANT%>"
25291 msgstr ""
25292
25293 #: tree.c:14463
25294 #, gcc-internal-format
25295 msgid "%<TYPE_METHOD_BASETYPE%> is not record nor union"
25296 msgstr ""
25297
25298 #: tree.c:14474
25299 #, gcc-internal-format
25300 msgid "%<TYPE_OFFSET_BASETYPE%> is not record nor union"
25301 msgstr ""
25302
25303 #: tree.c:14492
25304 #, gcc-internal-format
25305 msgid "%<TYPE_ARRAY_MAX_SIZE%> not %<INTEGER_CST%>"
25306 msgstr ""
25307
25308 #: tree.c:14499
25309 #, gcc-internal-format
25310 msgid "%<TYPE_MAX_VALUE_RAW%> non-NULL"
25311 msgstr ""
25312
25313 #: tree.c:14506
25314 #, gcc-internal-format
25315 msgid "%<TYPE_LANG_SLOT_1 (binfo)%> field is non-NULL"
25316 msgstr ""
25317
25318 #: tree.c:14522
25319 #, gcc-internal-format
25320 msgid "enum value is not %<CONST_DECL%> or %<INTEGER_CST%>"
25321 msgstr ""
25322
25323 #: tree.c:14530
25324 #, gcc-internal-format
25325 msgid "enum value type is not %<INTEGER_TYPE%> nor convertible to the enum"
25326 msgstr ""
25327
25328 #: tree.c:14538
25329 #, gcc-internal-format
25330 msgid "enum value name is not %<IDENTIFIER_NODE%>"
25331 msgstr ""
25332
25333 #: tree.c:14548
25334 #, gcc-internal-format
25335 msgid "array %<TYPE_DOMAIN%> is not integer type"
25336 msgstr ""
25337
25338 #: tree.c:14557
25339 #, gcc-internal-format
25340 msgid "%<TYPE_FIELDS%> defined in incomplete type"
25341 msgstr ""
25342
25343 #: tree.c:14579
25344 #, gcc-internal-format
25345 msgid "wrong tree in %<TYPE_FIELDS%> list"
25346 msgstr ""
25347
25348 #: tree.c:14594
25349 #, gcc-internal-format
25350 msgid "%<TYPE_CACHED_VALUES_P%> is %i while %<TYPE_CACHED_VALUES%> is %p"
25351 msgstr ""
25352
25353 #: tree.c:14601
25354 #, gcc-internal-format
25355 msgid "%<TYPE_CACHED_VALUES%> is not %<TREE_VEC%>"
25356 msgstr ""
25357
25358 #: tree.c:14614
25359 #, gcc-internal-format
25360 msgid "wrong %<TYPE_CACHED_VALUES%> entry"
25361 msgstr ""
25362
25363 #: tree.c:14627
25364 #, gcc-internal-format
25365 msgid "%<TREE_PURPOSE%> is non-NULL in %<TYPE_ARG_TYPES%> list"
25366 msgstr ""
25367
25368 #: tree.c:14633
25369 #, gcc-internal-format
25370 msgid "wrong entry in %<TYPE_ARG_TYPES%> list"
25371 msgstr ""
25372
25373 #: tree.c:14640
25374 #, gcc-internal-format
25375 msgid "%<TYPE_VALUES_RAW%> field is non-NULL"
25376 msgstr ""
25377
25378 #: tree.c:14652
25379 #, gcc-internal-format
25380 msgid "%<TYPE_CACHED_VALUES_P%> is set while it should not be"
25381 msgstr ""
25382
25383 #: tree.c:14662
25384 #, gcc-internal-format
25385 msgid "%<TYPE_METHOD_BASETYPE%> is not main variant"
25386 msgstr ""
25387
25388 #: value-prof.c:474
25389 #, gcc-internal-format
25390 msgid "dead histogram"
25391 msgstr ""
25392
25393 #: value-prof.c:503
25394 #, gcc-internal-format
25395 msgid "histogram value statement does not correspond to the statement it is associated with"
25396 msgstr ""
25397
25398 #: value-prof.c:572
25399 #, gcc-internal-format, gfc-internal-format
25400 msgid "corrupted value profile: %s profile counter (%d out of %d) inconsistent with basic-block count (%d)"
25401 msgstr ""
25402
25403 #: var-tracking.c:7173
25404 #, gcc-internal-format
25405 msgid "variable tracking size limit exceeded with %<-fvar-tracking-assignments%>, retrying without"
25406 msgstr ""
25407
25408 #: var-tracking.c:7177
25409 #, gcc-internal-format
25410 msgid "variable tracking size limit exceeded"
25411 msgstr ""
25412
25413 #: varasm.c:338
25414 #, gcc-internal-format
25415 msgid "%+qD causes a section type conflict with %qD"
25416 msgstr ""
25417
25418 #: varasm.c:341
25419 #, gcc-internal-format
25420 msgid "section type conflict with %qD"
25421 msgstr ""
25422
25423 #: varasm.c:346
25424 #, gcc-internal-format
25425 msgid "%+qD causes a section type conflict"
25426 msgstr ""
25427
25428 #: varasm.c:348
25429 #, gcc-internal-format
25430 msgid "section type conflict"
25431 msgstr ""
25432
25433 #: varasm.c:1043
25434 #, gcc-internal-format
25435 msgid "alignment of %q+D is greater than maximum object file alignment %d"
25436 msgstr ""
25437
25438 #: varasm.c:1196
25439 #, gcc-internal-format
25440 msgid "only zero initializers are allowed in section %qs"
25441 msgstr ""
25442
25443 #: varasm.c:1398 varasm.c:1407
25444 #, gcc-internal-format
25445 msgid "register name not specified for %q+D"
25446 msgstr ""
25447
25448 #: varasm.c:1409
25449 #, gcc-internal-format
25450 msgid "invalid register name for %q+D"
25451 msgstr ""
25452
25453 #: varasm.c:1411
25454 #, gcc-internal-format
25455 msgid "data type of %q+D isn%'t suitable for a register"
25456 msgstr ""
25457
25458 #: varasm.c:1414
25459 #, gcc-internal-format
25460 msgid "the register specified for %q+D cannot be accessed by the current target"
25461 msgstr ""
25462
25463 #: varasm.c:1417
25464 #, gcc-internal-format
25465 msgid "the register specified for %q+D is not general enough to be used as a register variable"
25466 msgstr ""
25467
25468 #: varasm.c:1420
25469 #, gcc-internal-format
25470 msgid "register specified for %q+D isn%'t suitable for data type"
25471 msgstr ""
25472
25473 #: varasm.c:1430
25474 #, gcc-internal-format
25475 msgid "global register variable has initial value"
25476 msgstr ""
25477
25478 #: varasm.c:1434
25479 #, gcc-internal-format
25480 msgid "optimization may eliminate reads and/or writes to register variables"
25481 msgstr ""
25482
25483 #: varasm.c:1480
25484 #, gcc-internal-format
25485 msgid "register name given for non-register variable %q+D"
25486 msgstr ""
25487
25488 #: varasm.c:1884
25489 #, gcc-internal-format
25490 msgid "patchable function entry %wu exceeds size %wu"
25491 msgstr ""
25492
25493 #: varasm.c:2085
25494 #, gcc-internal-format
25495 msgid "thread-local COMMON data not implemented"
25496 msgstr ""
25497
25498 #: varasm.c:2118
25499 #, gcc-internal-format
25500 msgid "requested alignment for %q+D is greater than implemented alignment of %wu"
25501 msgstr ""
25502
25503 #: varasm.c:2221 c/c-decl.c:5335 c/c-parser.c:1629
25504 #, gcc-internal-format
25505 msgid "storage size of %q+D isn%'t known"
25506 msgstr ""
25507
25508 #: varasm.c:5004
25509 #, gcc-internal-format
25510 msgid "initializer for integer/fixed-point value is too complicated"
25511 msgstr ""
25512
25513 #: varasm.c:5009
25514 #, gcc-internal-format
25515 msgid "initializer for floating value is not a floating constant"
25516 msgstr ""
25517
25518 #: varasm.c:5328
25519 #, gcc-internal-format
25520 msgid "invalid initial value for member %qE"
25521 msgstr ""
25522
25523 #: varasm.c:5584
25524 #, gcc-internal-format
25525 msgid "%+qD declared weak after being used"
25526 msgstr ""
25527
25528 #: varasm.c:5636
25529 #, gcc-internal-format
25530 msgid "weak declaration of %q+D being applied to a already existing, static definition"
25531 msgstr ""
25532
25533 #: varasm.c:5672
25534 #, gcc-internal-format
25535 msgid "weak declaration of %q+D must be public"
25536 msgstr ""
25537
25538 #: varasm.c:5676
25539 #, gcc-internal-format
25540 msgid "weak declaration of %q+D not supported"
25541 msgstr ""
25542
25543 #: varasm.c:5705 varasm.c:6025
25544 #, gcc-internal-format
25545 msgid "only weak aliases are supported in this configuration"
25546 msgstr ""
25547
25548 #: varasm.c:5900
25549 #, gcc-internal-format
25550 msgid "weakref is not supported in this configuration"
25551 msgstr ""
25552
25553 #: varasm.c:5928
25554 #, fuzzy, gcc-internal-format
25555 #| msgid "%<-fdata-sections%> not supported for this target"
25556 msgid "%qs is not supported on this target"
25557 msgstr "підтримки %<-fdata-sections%> для цього призначення не передбачено"
25558
25559 #: varasm.c:5984
25560 #, fuzzy, gcc-internal-format
25561 #| msgid "gsplit-dwarf is not supported on this platform"
25562 msgid "symver is only supported on ELF platforms"
25563 msgstr "підтримки gsplit-dwarf на цій платформі не передбачено"
25564
25565 #: varasm.c:6003
25566 #, gcc-internal-format
25567 msgid "%qs symbol %q+D ultimately targets itself"
25568 msgstr ""
25569
25570 #: varasm.c:6005
25571 #, gcc-internal-format
25572 msgid "%qs symbol %q+D must have static linkage"
25573 msgstr ""
25574
25575 #: varasm.c:6012
25576 #, gcc-internal-format
25577 msgid "alias definitions not supported in this configuration"
25578 msgstr ""
25579
25580 #: varasm.c:6022
25581 #, fuzzy, gcc-internal-format
25582 #| msgid "-fsanitize=address is not supported in this configuration"
25583 msgid "%qs is not supported in this configuration"
25584 msgstr "підтримки -fsanitize=адреса на цій конфігурації не передбачено"
25585
25586 #: varasm.c:6240 config/sol2.c:159 config/i386/winnt.c:265
25587 #, gcc-internal-format
25588 msgid "visibility attribute not supported in this configuration; ignored"
25589 msgstr ""
25590
25591 #: vec.c:200
25592 #, gcc-internal-format, gfc-internal-format
25593 msgid "qsort comparator not anti-symmetric: %d, %d"
25594 msgstr ""
25595
25596 #: vec.c:205
25597 #, gcc-internal-format, gfc-internal-format
25598 msgid "qsort comparator non-negative on sorted output: %d"
25599 msgstr ""
25600
25601 #: vec.c:212
25602 #, gcc-internal-format, gfc-internal-format
25603 msgid "qsort comparator not transitive: %d, %d, %d"
25604 msgstr ""
25605
25606 #: vec.c:214
25607 #, gcc-internal-format
25608 msgid "qsort checking failed"
25609 msgstr ""
25610
25611 #: vr-values.c:2468
25612 #, gcc-internal-format
25613 msgid "assuming signed overflow does not occur when simplifying conditional to constant"
25614 msgstr ""
25615
25616 #: vr-values.c:2474
25617 #, gcc-internal-format
25618 msgid "assuming signed overflow does not occur when simplifying conditional"
25619 msgstr ""
25620
25621 #: vr-values.c:2518
25622 #, gcc-internal-format
25623 msgid "comparison always false due to limited range of data type"
25624 msgstr ""
25625
25626 #: vr-values.c:2520
25627 #, gcc-internal-format
25628 msgid "comparison always true due to limited range of data type"
25629 msgstr ""
25630
25631 #: vr-values.c:3195
25632 #, gcc-internal-format
25633 msgid "assuming signed overflow does not occur when simplifying %</%> or %<%%%> to %<>>%> or %<&%>"
25634 msgstr ""
25635
25636 #: vr-values.c:3262
25637 #, gcc-internal-format
25638 msgid "assuming signed overflow does not occur when simplifying %<min/max (X,Y)%> to %<X%> or %<Y%>"
25639 msgstr ""
25640
25641 #: vr-values.c:3313
25642 #, gcc-internal-format
25643 msgid "assuming signed overflow does not occur when simplifying %<abs (X)%> to %<X%> or %<-X%>"
25644 msgstr ""
25645
25646 #. Print an error message for unrecognized stab codes.
25647 #: xcoffout.c:195
25648 #, gcc-internal-format
25649 msgid "no sclass for %s stab (0x%x)"
25650 msgstr ""
25651
25652 #: lto-streamer.h:1047
25653 #, gcc-internal-format, gfc-internal-format
25654 msgid "bytecode stream: expected tag %s instead of %s"
25655 msgstr ""
25656
25657 #: lto-streamer.h:1057
25658 #, gcc-internal-format, gfc-internal-format
25659 msgid "bytecode stream: tag %s is not in the expected range [%s, %s]"
25660 msgstr ""
25661
25662 #: c-family/c-ada-spec.c:2836
25663 #, gcc-internal-format
25664 msgid "unsupported record layout"
25665 msgstr ""
25666
25667 #: c-family/c-attribs.c:548
25668 #, gcc-internal-format
25669 msgid "%qE attribute argument is invalid"
25670 msgstr ""
25671
25672 #: c-family/c-attribs.c:551
25673 #, gcc-internal-format
25674 msgid "%qE attribute argument %i is invalid"
25675 msgstr ""
25676
25677 #: c-family/c-attribs.c:563
25678 #, gcc-internal-format
25679 msgid "%qE attribute argument has type %qT"
25680 msgstr ""
25681
25682 #: c-family/c-attribs.c:567
25683 #, gcc-internal-format
25684 msgid "%qE attribute argument %i has type %qT"
25685 msgstr ""
25686
25687 #: c-family/c-attribs.c:578 c-family/c-attribs.c:3609
25688 #: c-family/c-attribs.c:3613
25689 #, gcc-internal-format
25690 msgid "%qE attribute argument value %qE is not an integer constant"
25691 msgstr ""
25692
25693 #: c-family/c-attribs.c:583
25694 #, gcc-internal-format
25695 msgid "%qE attribute argument %i value %qE is not an integer constant"
25696 msgstr ""
25697
25698 #: c-family/c-attribs.c:599
25699 #, gcc-internal-format
25700 msgid "%qE attribute argument value %qE does not refer to a function parameter"
25701 msgstr ""
25702
25703 #: c-family/c-attribs.c:604
25704 #, gcc-internal-format
25705 msgid "%qE attribute argument %i value %qE does not refer to a function parameter"
25706 msgstr ""
25707
25708 #: c-family/c-attribs.c:627
25709 #, gcc-internal-format
25710 msgid "%qE attribute argument value %qE exceeds the number of function parameters %u"
25711 msgstr ""
25712
25713 #: c-family/c-attribs.c:632
25714 #, gcc-internal-format
25715 msgid "%qE attribute argument %i value %qE exceeds the number of function parameters %u"
25716 msgstr ""
25717
25718 #: c-family/c-attribs.c:650
25719 #, gcc-internal-format
25720 msgid "%qE attribute argument value %qE does not refer to a variable argument list"
25721 msgstr ""
25722
25723 #: c-family/c-attribs.c:654
25724 #, gcc-internal-format
25725 msgid "%qE attribute argument %i value %qE does not refer to a variable argument list"
25726 msgstr ""
25727
25728 #: c-family/c-attribs.c:681 c-family/c-attribs.c:694
25729 #, gcc-internal-format
25730 msgid "%qE attribute argument value %qE refers to parameter type %qT"
25731 msgstr ""
25732
25733 #: c-family/c-attribs.c:685 c-family/c-attribs.c:699
25734 #, gcc-internal-format
25735 msgid "%qE attribute argument %i value %qE refers to parameter type %qT"
25736 msgstr ""
25737
25738 #: c-family/c-attribs.c:709
25739 #, gcc-internal-format
25740 msgid "%qE attribute argument value %qE refers to a variadic function parameter of unknown type"
25741 msgstr ""
25742
25743 #: c-family/c-attribs.c:714
25744 #, gcc-internal-format
25745 msgid "%qE attribute argument %i value %qE refers to a variadic function parameter of unknown type"
25746 msgstr ""
25747
25748 #: c-family/c-attribs.c:738
25749 #, gcc-internal-format
25750 msgid "%qE attribute ignored for type %qT"
25751 msgstr "Атрибут %qE для типу %qT проігноровано"
25752
25753 #: c-family/c-attribs.c:750
25754 #, gcc-internal-format
25755 msgid "%qE attribute ignored for field of type %qT"
25756 msgstr ""
25757
25758 #: c-family/c-attribs.c:920 c-family/c-attribs.c:2828
25759 #, gcc-internal-format
25760 msgid "%qE argument not a string"
25761 msgstr ""
25762
25763 #: c-family/c-attribs.c:1051 ada/gcc-interface/utils.c:6455
25764 #, gcc-internal-format
25765 msgid "%qE attribute ignored due to conflict with attribute %qs"
25766 msgstr ""
25767
25768 #: c-family/c-attribs.c:1100
25769 #, gcc-internal-format
25770 msgid "%qE attribute ignored. Use %<-fcf-protection%> option to enable it"
25771 msgstr ""
25772
25773 #: c-family/c-attribs.c:1140 c-family/c-attribs.c:1146
25774 #: c-family/c-attribs.c:4354 c-family/c-attribs.c:4389
25775 #: c-family/c-attribs.c:4395 ada/gcc-interface/utils.c:6714
25776 #: ada/gcc-interface/utils.c:6748 ada/gcc-interface/utils.c:6754
25777 #, gcc-internal-format
25778 msgid "%qE attribute ignored due to conflict with %qs attribute"
25779 msgstr ""
25780
25781 #: c-family/c-attribs.c:1202 brig/brig-lang.c:490 lto/lto-lang.c:293
25782 #, gcc-internal-format
25783 msgid "%qE attribute has no effect on unit local functions"
25784 msgstr ""
25785
25786 #: c-family/c-attribs.c:1356
25787 #, gcc-internal-format
25788 msgid "%qE attribute have effect only on public objects"
25789 msgstr ""
25790
25791 #: c-family/c-attribs.c:1385
25792 #, gcc-internal-format
25793 msgid "%qE attribute only affects top level objects"
25794 msgstr ""
25795
25796 #: c-family/c-attribs.c:1424 c-family/c-attribs.c:3205
25797 #, gcc-internal-format
25798 msgid "%qE attribute on function returning %<void%>"
25799 msgstr "атрибут %qE на функції, яка повертає %<void%>"
25800
25801 #: c-family/c-attribs.c:1447
25802 #, gcc-internal-format
25803 msgid "%qE attribute is not supported because endianness is not uniform"
25804 msgstr ""
25805
25806 #: c-family/c-attribs.c:1464
25807 #, gcc-internal-format
25808 msgid "attribute %qE argument must be one of %qs or %qs"
25809 msgstr ""
25810
25811 #: c-family/c-attribs.c:1560
25812 #, gcc-internal-format
25813 msgid "destructor priorities are not supported"
25814 msgstr ""
25815
25816 #: c-family/c-attribs.c:1562
25817 #, gcc-internal-format
25818 msgid "constructor priorities are not supported"
25819 msgstr ""
25820
25821 #: c-family/c-attribs.c:1584
25822 #, gcc-internal-format, gfc-internal-format
25823 msgid "destructor priorities from 0 to %d are reserved for the implementation"
25824 msgstr ""
25825
25826 #: c-family/c-attribs.c:1589
25827 #, gcc-internal-format, gfc-internal-format
25828 msgid "constructor priorities from 0 to %d are reserved for the implementation"
25829 msgstr ""
25830
25831 #: c-family/c-attribs.c:1597
25832 #, gcc-internal-format, gfc-internal-format
25833 msgid "destructor priorities must be integers from 0 to %d inclusive"
25834 msgstr ""
25835
25836 #: c-family/c-attribs.c:1600
25837 #, gcc-internal-format, gfc-internal-format
25838 msgid "constructor priorities must be integers from 0 to %d inclusive"
25839 msgstr ""
25840
25841 #: c-family/c-attribs.c:1753
25842 #, gcc-internal-format
25843 msgid "unknown machine mode %qE"
25844 msgstr ""
25845
25846 #: c-family/c-attribs.c:1787
25847 #, gcc-internal-format
25848 msgid "specifying vector types with %<__attribute__ ((mode))%> is deprecated"
25849 msgstr ""
25850
25851 #: c-family/c-attribs.c:1790
25852 #, gcc-internal-format
25853 msgid "use %<__attribute__ ((vector_size))%> instead"
25854 msgstr ""
25855
25856 #: c-family/c-attribs.c:1799
25857 #, gcc-internal-format
25858 msgid "unable to emulate %qs"
25859 msgstr ""
25860
25861 #: c-family/c-attribs.c:1812
25862 #, gcc-internal-format
25863 msgid "invalid pointer mode %qs"
25864 msgstr ""
25865
25866 #: c-family/c-attribs.c:1829
25867 #, gcc-internal-format
25868 msgid "signedness of type and machine mode %qs don%'t match"
25869 msgstr ""
25870
25871 #: c-family/c-attribs.c:1840
25872 #, gcc-internal-format
25873 msgid "no data type for mode %qs"
25874 msgstr ""
25875
25876 #: c-family/c-attribs.c:1850
25877 #, fuzzy, gcc-internal-format
25878 #| msgid "case value %qs not in enumerated type"
25879 msgid "cannot use mode %qs for enumerated types"
25880 msgstr "значення випадку %qs не належить до перераховного типу"
25881
25882 #: c-family/c-attribs.c:1878
25883 #, gcc-internal-format
25884 msgid "mode %qs applied to inappropriate type"
25885 msgstr ""
25886
25887 #: c-family/c-attribs.c:1901
25888 #, gcc-internal-format
25889 msgid "section attributes are not supported for this target"
25890 msgstr ""
25891
25892 #: c-family/c-attribs.c:1907
25893 #, gcc-internal-format
25894 msgid "section attribute not allowed for %q+D"
25895 msgstr ""
25896
25897 #: c-family/c-attribs.c:1913
25898 #, gcc-internal-format
25899 msgid "section attribute argument not a string constant"
25900 msgstr ""
25901
25902 #: c-family/c-attribs.c:1922
25903 #, gcc-internal-format
25904 msgid "section attribute cannot be specified for local variables"
25905 msgstr ""
25906
25907 #: c-family/c-attribs.c:1932 config/bfin/bfin.c:4794 config/bfin/bfin.c:4845
25908 #: config/bfin/bfin.c:4871 config/bfin/bfin.c:4884
25909 #, gcc-internal-format
25910 msgid "section of %q+D conflicts with previous declaration"
25911 msgstr ""
25912
25913 #: c-family/c-attribs.c:1940
25914 #, gcc-internal-format
25915 msgid "section of %q+D cannot be overridden"
25916 msgstr ""
25917
25918 #: c-family/c-attribs.c:2053
25919 #, gcc-internal-format
25920 msgid "alignment may not be specified for %q+D"
25921 msgstr ""
25922
25923 #: c-family/c-attribs.c:2075
25924 #, gcc-internal-format
25925 msgid "ignoring attribute %<%E (%u)%> because it conflicts with attribute %<%E (%u)%>"
25926 msgstr ""
25927
25928 #. Only reject attempts to relax/override an alignment
25929 #. explicitly specified previously and accept declarations
25930 #. that appear to relax the implicit function alignment for
25931 #. the target. Both increasing and increasing the alignment
25932 #. set by -falign-functions setting is permitted.
25933 #: c-family/c-attribs.c:2122
25934 #, gcc-internal-format
25935 msgid "alignment for %q+D was previously specified as %d and may not be decreased"
25936 msgstr ""
25937
25938 #: c-family/c-attribs.c:2139
25939 #, gcc-internal-format
25940 msgid "%<warn_if_not_aligned%> may not be specified for %q+D"
25941 msgstr ""
25942
25943 #: c-family/c-attribs.c:2187
25944 #, gcc-internal-format
25945 msgid "inline function %q+D declared weak"
25946 msgstr ""
25947
25948 #: c-family/c-attribs.c:2192
25949 #, gcc-internal-format
25950 msgid "indirect function %q+D cannot be declared weak"
25951 msgstr ""
25952
25953 #: c-family/c-attribs.c:2225 config/arc/arc.c:11297 config/avr/avr.c:9754
25954 #: config/bfin/bfin.c:4815 config/i386/winnt.c:63 config/msp430/msp430.c:1438
25955 #: config/nvptx/nvptx.c:5076
25956 #, gcc-internal-format
25957 msgid "%qE attribute only applies to variables"
25958 msgstr ""
25959
25960 #: c-family/c-attribs.c:2230 config/msp430/msp430.c:1432
25961 #, gcc-internal-format
25962 msgid "%qE attribute cannot be applied to variables with specific sections"
25963 msgstr ""
25964
25965 #: c-family/c-attribs.c:2234
25966 #, fuzzy, gcc-internal-format
25967 #| msgid "%qE attribute takes no arguments"
25968 msgid "%qE attribute is specific to ELF targets"
25969 msgstr "Атрибут %qE не приймає аргументів"
25970
25971 #: c-family/c-attribs.c:2274
25972 #, gcc-internal-format
25973 msgid "%qE attribute is only applicable on functions"
25974 msgstr ""
25975
25976 #: c-family/c-attribs.c:2293
25977 #, gcc-internal-format
25978 msgid "%<symver%> attribute only applies to functions and variables"
25979 msgstr ""
25980
25981 #: c-family/c-attribs.c:2301
25982 #, gcc-internal-format
25983 msgid "%<symver%> attribute is only applicable to symbols"
25984 msgstr ""
25985
25986 #: c-family/c-attribs.c:2311
25987 #, fuzzy, gcc-internal-format
25988 #| msgid "%qE attribute argument %qE is not an integer constant"
25989 msgid "%<symver%> attribute argument not a string constant"
25990 msgstr "аргумент атрибута %qE, %qE, не є цілим сталим значенням"
25991
25992 #: c-family/c-attribs.c:2325
25993 #, gcc-internal-format
25994 msgid "symver attribute argument must have format %<name@nodename%>"
25995 msgstr ""
25996
25997 #: c-family/c-attribs.c:2326
25998 #, fuzzy, gcc-internal-format
25999 #| msgid "%qE attribute argument %qE is not an integer constant"
26000 msgid "%<symver%> attribute argument %qs must contain one or two %<@%>"
26001 msgstr "аргумент атрибута %qE, %qE, не є цілим сталим значенням"
26002
26003 #: c-family/c-attribs.c:2361
26004 #, gcc-internal-format
26005 msgid "%q+D defined both normally and as %qE attribute"
26006 msgstr ""
26007
26008 #: c-family/c-attribs.c:2369
26009 #, gcc-internal-format
26010 msgid "weak %q+D cannot be defined %qE"
26011 msgstr ""
26012
26013 #: c-family/c-attribs.c:2386 c-family/c-attribs.c:3105
26014 #, gcc-internal-format
26015 msgid "attribute %qE argument not a string"
26016 msgstr ""
26017
26018 #: c-family/c-attribs.c:2419
26019 #, fuzzy, gcc-internal-format
26020 #| msgid "%qD declared here as %q#D"
26021 msgid "%+qD declared %qs after being used"
26022 msgstr "%qD оголошено тут як %q#D"
26023
26024 #: c-family/c-attribs.c:2469
26025 #, gcc-internal-format
26026 msgid "%qE attribute argument cannot be a string"
26027 msgstr ""
26028
26029 #: c-family/c-attribs.c:2482
26030 #, gcc-internal-format
26031 msgid "%qE attribute argument cannot be a constant arithmetic expression"
26032 msgstr ""
26033
26034 #: c-family/c-attribs.c:2493
26035 #, gcc-internal-format
26036 msgid "%qE attribute ignored on a redeclaration of the referenced symbol"
26037 msgstr ""
26038
26039 #: c-family/c-attribs.c:2544
26040 #, gcc-internal-format
26041 msgid "%qE attribute ignored on a declaration of a different kind than referenced symbol"
26042 msgstr ""
26043
26044 #: c-family/c-attribs.c:2549
26045 #, gcc-internal-format
26046 msgid "symbol %qD referenced by %qD declared here"
26047 msgstr ""
26048
26049 #: c-family/c-attribs.c:2597
26050 #, gcc-internal-format
26051 msgid "%qE attribute must apply to a declaration"
26052 msgstr ""
26053
26054 #: c-family/c-attribs.c:2656
26055 #, fuzzy, gcc-internal-format
26056 #| msgid "in a call to function %qD declared here"
26057 msgid "indirect function %q+D cannot be declared %qE"
26058 msgstr "у виклику функції %qD, оголошено тут"
26059
26060 #: c-family/c-attribs.c:2679
26061 #, fuzzy, gcc-internal-format
26062 #| msgid "%qE attribute argument value %qE is negative"
26063 msgid "%qE attribute must appear before %qs attribute"
26064 msgstr "значення аргументу атрибута %qE, %qE, від'ємним"
26065
26066 #: c-family/c-attribs.c:2692
26067 #, fuzzy, gcc-internal-format
26068 #| msgid "%qD declared here as %q#D"
26069 msgid "%+qD declared %qE after being used"
26070 msgstr "%qD оголошено тут як %q#D"
26071
26072 #: c-family/c-attribs.c:2716
26073 #, gcc-internal-format
26074 msgid "%qE attribute ignored on non-class types"
26075 msgstr ""
26076
26077 #: c-family/c-attribs.c:2722
26078 #, gcc-internal-format
26079 msgid "%qE attribute ignored because %qT is already defined"
26080 msgstr ""
26081
26082 #: c-family/c-attribs.c:2735
26083 #, gcc-internal-format
26084 msgid "visibility argument not a string"
26085 msgstr ""
26086
26087 #: c-family/c-attribs.c:2747
26088 #, gcc-internal-format
26089 msgid "%qE attribute ignored on types"
26090 msgstr ""
26091
26092 #: c-family/c-attribs.c:2763
26093 #, gcc-internal-format
26094 msgid "attribute %qE argument must be one of %qs, %qs, %qs, or %qs"
26095 msgstr ""
26096
26097 #: c-family/c-attribs.c:2775
26098 #, gcc-internal-format
26099 msgid "%qD redeclared with different visibility"
26100 msgstr ""
26101
26102 #: c-family/c-attribs.c:2778 c-family/c-attribs.c:2782
26103 #, gcc-internal-format
26104 msgid "%qD was declared %qs which implies default visibility"
26105 msgstr ""
26106
26107 #: c-family/c-attribs.c:2811
26108 #, gcc-internal-format
26109 msgid "%qE attribute ignored because %qD is not a variable"
26110 msgstr ""
26111
26112 #: c-family/c-attribs.c:2819
26113 #, gcc-internal-format
26114 msgid "%qE attribute ignored because %qD does not have thread storage duration"
26115 msgstr ""
26116
26117 #: c-family/c-attribs.c:2841
26118 #, gcc-internal-format
26119 msgid "%qE argument must be one of %qs, %qs, %qs, or %qs"
26120 msgstr ""
26121
26122 #: c-family/c-attribs.c:2863 c-family/c-attribs.c:3179
26123 #: c-family/c-attribs.c:4463 config/m32c/m32c.c:2935
26124 #, gcc-internal-format
26125 msgid "%qE attribute applies only to functions"
26126 msgstr ""
26127
26128 #: c-family/c-attribs.c:2919 c-family/c-attribs.c:2960
26129 #: c-family/c-attribs.c:2984
26130 #, gcc-internal-format
26131 msgid "%qE attribute ignored on a function returning %qT"
26132 msgstr ""
26133
26134 #: c-family/c-attribs.c:3003
26135 #, gcc-internal-format
26136 msgid "%qE attribute %E is not an integer constant"
26137 msgstr ""
26138
26139 #: c-family/c-attribs.c:3015
26140 #, gcc-internal-format
26141 msgid "%qE attribute argument %E is not a power of 2"
26142 msgstr ""
26143
26144 #: c-family/c-attribs.c:3028
26145 #, fuzzy, gcc-internal-format
26146 #| msgid "%qE attribute argument %qE is not an integer constant"
26147 msgid "%qE attribute argument %E is not in the range [0, %wu]"
26148 msgstr "аргумент атрибута %qE, %qE, не є цілим сталим значенням"
26149
26150 #: c-family/c-attribs.c:3118
26151 #, gcc-internal-format
26152 msgid "only %<inbranch%> and %<notinbranch%> flags are allowed for %<__simd__%> attribute"
26153 msgstr ""
26154
26155 #: c-family/c-attribs.c:3185 c-family/c-attribs.c:4469
26156 #, gcc-internal-format
26157 msgid "cannot set %qE attribute after definition"
26158 msgstr ""
26159
26160 #: c-family/c-attribs.c:3252
26161 #, gcc-internal-format
26162 msgid "%qE attribute duplicated"
26163 msgstr ""
26164
26165 #: c-family/c-attribs.c:3254
26166 #, gcc-internal-format
26167 msgid "%qE attribute follows %qE"
26168 msgstr ""
26169
26170 #: c-family/c-attribs.c:3353
26171 #, gcc-internal-format
26172 msgid "type was previously declared %qE"
26173 msgstr ""
26174
26175 #: c-family/c-attribs.c:3366 cp/class.c:4614
26176 #, gcc-internal-format
26177 msgid "%<transaction_safe_dynamic%> may only be specified for a virtual function"
26178 msgstr ""
26179
26180 #: c-family/c-attribs.c:3424
26181 #, gcc-internal-format
26182 msgid "%qE argument not an identifier"
26183 msgstr ""
26184
26185 #: c-family/c-attribs.c:3435
26186 #, gcc-internal-format
26187 msgid "%qD is not compatible with %qD"
26188 msgstr ""
26189
26190 #: c-family/c-attribs.c:3438
26191 #, gcc-internal-format
26192 msgid "%qE argument is not a function"
26193 msgstr ""
26194
26195 #: c-family/c-attribs.c:3486 cp/name-lookup.c:5005
26196 #, gcc-internal-format
26197 msgid "deprecated message is not a string"
26198 msgstr ""
26199
26200 #: c-family/c-attribs.c:3527
26201 #, gcc-internal-format
26202 msgid "%qE attribute ignored for %qE"
26203 msgstr ""
26204
26205 #: c-family/c-attribs.c:3585 c-family/c-attribs.c:3587
26206 #, gcc-internal-format
26207 msgid "invalid vector type for attribute %qE"
26208 msgstr ""
26209
26210 #: c-family/c-attribs.c:3622 c-family/c-attribs.c:3626
26211 #, gcc-internal-format
26212 msgid "%qE attribute argument value %qE is negative"
26213 msgstr "значення аргументу атрибута %qE, %qE, від'ємним"
26214
26215 #: c-family/c-attribs.c:3639 c-family/c-attribs.c:3643
26216 #, gcc-internal-format
26217 msgid "%qE attribute argument value %qE exceeds %wu"
26218 msgstr "значення аргументу атрибута %qE, %qE, перевищує %wu"
26219
26220 #: c-family/c-attribs.c:3651 ada/gcc-interface/utils.c:4031
26221 #, gcc-internal-format
26222 msgid "vector size not an integral multiple of component size"
26223 msgstr ""
26224
26225 #: c-family/c-attribs.c:3657 ada/gcc-interface/utils.c:4038
26226 #, gcc-internal-format
26227 msgid "zero vector size"
26228 msgstr ""
26229
26230 #: c-family/c-attribs.c:3666 c-family/c-attribs.c:3669
26231 #, gcc-internal-format
26232 msgid "number of components of the vector not a power of two"
26233 msgstr ""
26234
26235 #: c-family/c-attribs.c:3727
26236 #, fuzzy, gcc-internal-format
26237 #| msgid "%qE attribute argument %qE is not an integer constant"
26238 msgid "%qE attribute without arguments on a non-prototype"
26239 msgstr "аргумент атрибута %qE, %qE, не є цілим сталим значенням"
26240
26241 #: c-family/c-attribs.c:3784
26242 #, gcc-internal-format
26243 msgid "%qE attribute ignored on objects of type %qT"
26244 msgstr ""
26245
26246 #: c-family/c-attribs.c:3792
26247 #, gcc-internal-format
26248 msgid "%qE attribute does not apply to functions"
26249 msgstr ""
26250
26251 #: c-family/c-attribs.c:3874
26252 #, gcc-internal-format
26253 msgid "attribute %qs mismatch with mode %qs"
26254 msgstr ""
26255
26256 #: c-family/c-attribs.c:3890
26257 #, gcc-internal-format
26258 msgid "attribute %qs positional argument 2 conflicts with previous designation"
26259 msgstr ""
26260
26261 #: c-family/c-attribs.c:3904
26262 #, gcc-internal-format
26263 msgid "attribute %qs missing positional argument 2 provided in previous designation"
26264 msgstr ""
26265
26266 #: c-family/c-attribs.c:3918
26267 #, gcc-internal-format
26268 msgid "attribute %qs mismatched positional argument values %i and %i"
26269 msgstr ""
26270
26271 #: c-family/c-attribs.c:3970
26272 #, gcc-internal-format
26273 msgid "attribute %qE without arguments on a non-prototype"
26274 msgstr ""
26275
26276 #: c-family/c-attribs.c:3984
26277 #, gcc-internal-format
26278 msgid "attribute %qE invalid mode"
26279 msgstr ""
26280
26281 #: c-family/c-attribs.c:4005
26282 #, gcc-internal-format
26283 msgid "attribute %qE invalid mode %qs; expected one of %qs, %qs, or %qs"
26284 msgstr ""
26285
26286 #: c-family/c-attribs.c:4013
26287 #, gcc-internal-format
26288 msgid "attribute %qE unexpected %<(%> after mode %qs; expected a positional argument or %<)%>"
26289 msgstr ""
26290
26291 #. The first positional argument is required. It may be worth
26292 #. dropping the requirement at some point and having read_only
26293 #. apply to all const-qualified pointers and read_write or
26294 #. write_only to the rest.
26295 #: c-family/c-attribs.c:4026
26296 #, fuzzy, gcc-internal-format
26297 #| msgid "%qE attribute takes no arguments"
26298 msgid "attribute %<%E(%s)%> missing an argument"
26299 msgstr "Атрибут %qE не приймає аргументів"
26300
26301 #: c-family/c-attribs.c:4067
26302 #, gcc-internal-format
26303 msgid "attribute %<%E(%s, %E, %E)%> invalid positional argument %i"
26304 msgstr ""
26305
26306 #: c-family/c-attribs.c:4070
26307 #, gcc-internal-format
26308 msgid "attribute %<%E(%s, %E)%> invalid positional argument %i"
26309 msgstr ""
26310
26311 #: c-family/c-attribs.c:4095
26312 #, gcc-internal-format
26313 msgid "attribute %qs positional argument %i invalid value %wi"
26314 msgstr ""
26315
26316 #: c-family/c-attribs.c:4099
26317 #, gcc-internal-format
26318 msgid "attribute %qs positional argument %i value %wi exceeds number of function arguments %u"
26319 msgstr ""
26320
26321 #: c-family/c-attribs.c:4106
26322 #, fuzzy, gcc-internal-format
26323 #| msgid "%qE attribute takes no arguments"
26324 msgid "attribute %qs invalid positional argument"
26325 msgstr "Атрибут %qE не приймає аргументів"
26326
26327 #. The first argument must have a pointer or reference type.
26328 #: c-family/c-attribs.c:4114
26329 #, gcc-internal-format
26330 msgid "attribute %qs positional argument 1 references non-pointer argument type %qT"
26331 msgstr ""
26332
26333 #: c-family/c-attribs.c:4125
26334 #, gcc-internal-format
26335 msgid "attribute %qs positional argument 1 references argument of function type %qT"
26336 msgstr ""
26337
26338 #: c-family/c-attribs.c:4138
26339 #, gcc-internal-format
26340 msgid "attribute %qs positional argument 1 references %qs-qualified argument type %qT"
26341 msgstr ""
26342
26343 #: c-family/c-attribs.c:4156
26344 #, gcc-internal-format
26345 msgid "attribute %qs positional argument 2 references non-integer argument type %qT"
26346 msgstr ""
26347
26348 #: c-family/c-attribs.c:4239
26349 #, gcc-internal-format
26350 msgid "cleanup argument not an identifier"
26351 msgstr ""
26352
26353 #: c-family/c-attribs.c:4246
26354 #, gcc-internal-format
26355 msgid "cleanup argument not a function"
26356 msgstr ""
26357
26358 #: c-family/c-attribs.c:4283
26359 #, gcc-internal-format
26360 msgid "%qE attribute requires prototypes with named arguments"
26361 msgstr ""
26362
26363 #: c-family/c-attribs.c:4291
26364 #, gcc-internal-format
26365 msgid "%qE attribute only applies to variadic functions"
26366 msgstr ""
26367
26368 #: c-family/c-attribs.c:4307 ada/gcc-interface/utils.c:6384
26369 #, gcc-internal-format
26370 msgid "requested position is not an integer constant"
26371 msgstr ""
26372
26373 #: c-family/c-attribs.c:4315 ada/gcc-interface/utils.c:6391
26374 #, gcc-internal-format
26375 msgid "requested position is less than zero"
26376 msgstr ""
26377
26378 #: c-family/c-attribs.c:4370 ada/gcc-interface/utils.c:6729
26379 #, gcc-internal-format
26380 msgid "empty string in attribute %<target%>"
26381 msgstr ""
26382
26383 #: c-family/c-attribs.c:4486
26384 #, fuzzy, gcc-internal-format
26385 #| msgid "%qE attribute on function returning %<void%>"
26386 msgid "%qE attribute on a function not returning a pointer"
26387 msgstr "атрибут %qE на функції, яка повертає %<void%>"
26388
26389 #: c-family/c-attribs.c:4501
26390 #, gcc-internal-format
26391 msgid "%qE attribute is only valid on %<struct%> type"
26392 msgstr ""
26393
26394 #: c-family/c-attribs.c:4537
26395 #, gcc-internal-format
26396 msgid "%qE attribute argument %qE is not an integer constant"
26397 msgstr "аргумент атрибута %qE, %qE, не є цілим сталим значенням"
26398
26399 #: c-family/c-attribs.c:4558
26400 #, gcc-internal-format
26401 msgid "unknown attribute %qE"
26402 msgstr "невідомий атрибут %qE"
26403
26404 #: c-family/c-attribs.c:4585
26405 #, gcc-internal-format
26406 msgid "invalid operand type %qT for %qs"
26407 msgstr "некоректний тип операнда %qT %qs"
26408
26409 #: c-family/c-attribs.c:4689
26410 #, gcc-internal-format
26411 msgid "%qs attribute not supported for %qT in %<__builtin_has_attribute%>"
26412 msgstr ""
26413
26414 #: c-family/c-attribs.c:4691
26415 #, gcc-internal-format
26416 msgid "%qs attribute not supported for %qE in %<__builtin_has_attribute%>"
26417 msgstr ""
26418
26419 #: c-family/c-attribs.c:4868
26420 #, gcc-internal-format
26421 msgid "%qs attribute not supported in %<__builtin_has_attribute%>"
26422 msgstr ""
26423
26424 #: c-family/c-common.c:742
26425 #, gcc-internal-format
26426 msgid "%qD is not defined outside of function scope"
26427 msgstr ""
26428
26429 #: c-family/c-common.c:787
26430 #, gcc-internal-format
26431 msgid "size of string literal is too large"
26432 msgstr ""
26433
26434 #: c-family/c-common.c:810
26435 #, gcc-internal-format
26436 msgid "string length %qd is greater than the length %qd ISO C%d compilers are required to support"
26437 msgstr ""
26438
26439 #: c-family/c-common.c:983
26440 #, gcc-internal-format
26441 msgid "use %<-flax-vector-conversions%> to permit conversions between vectors with differing element types or numbers of subparts"
26442 msgstr ""
26443
26444 #: c-family/c-common.c:1024
26445 #, gcc-internal-format
26446 msgid "%<__builtin_shuffle%> last argument must be an integer vector"
26447 msgstr ""
26448
26449 #: c-family/c-common.c:1033
26450 #, gcc-internal-format
26451 msgid "%<__builtin_shuffle%> arguments must be vectors"
26452 msgstr ""
26453
26454 #: c-family/c-common.c:1040
26455 #, gcc-internal-format
26456 msgid "%<__builtin_shuffle%> argument vectors must be of the same type"
26457 msgstr ""
26458
26459 #: c-family/c-common.c:1051
26460 #, gcc-internal-format
26461 msgid "%<__builtin_shuffle%> number of elements of the argument vector(s) and the mask vector should be the same"
26462 msgstr ""
26463
26464 #: c-family/c-common.c:1061
26465 #, gcc-internal-format
26466 msgid "%<__builtin_shuffle%> argument vector(s) inner type must have the same size as inner type of the mask"
26467 msgstr ""
26468
26469 #: c-family/c-common.c:1110
26470 #, gcc-internal-format
26471 msgid "%<__builtin_convertvector%> first argument must be an integer or floating vector"
26472 msgstr ""
26473
26474 #: c-family/c-common.c:1119
26475 #, gcc-internal-format
26476 msgid "%<__builtin_convertvector%> second argument must be an integer or floating vector type"
26477 msgstr ""
26478
26479 #: c-family/c-common.c:1128
26480 #, gcc-internal-format
26481 msgid "%<__builtin_convertvector%> number of elements of the first argument vector and the second argument vector type should be the same"
26482 msgstr ""
26483
26484 #: c-family/c-common.c:1747
26485 #, gcc-internal-format
26486 msgid "operation on %qE may be undefined"
26487 msgstr ""
26488
26489 #: c-family/c-common.c:2075
26490 #, gcc-internal-format
26491 msgid "case label does not reduce to an integer constant"
26492 msgstr ""
26493
26494 #: c-family/c-common.c:2158
26495 #, gcc-internal-format
26496 msgid "GCC cannot support operators with integer types and fixed-point types that have too many integral and fractional bits together"
26497 msgstr ""
26498
26499 #: c-family/c-common.c:2700
26500 #, gcc-internal-format
26501 msgid "invalid operands to binary %s (have %qT and %qT)"
26502 msgstr ""
26503
26504 #: c-family/c-common.c:2949
26505 #, gcc-internal-format
26506 msgid "comparison is always false due to limited range of data type"
26507 msgstr ""
26508
26509 #: c-family/c-common.c:2952
26510 #, gcc-internal-format
26511 msgid "comparison is always true due to limited range of data type"
26512 msgstr ""
26513
26514 #: c-family/c-common.c:3049
26515 #, gcc-internal-format
26516 msgid "comparison of unsigned expression in %<>= 0%> is always true"
26517 msgstr ""
26518
26519 #: c-family/c-common.c:3057
26520 #, gcc-internal-format
26521 msgid "comparison of unsigned expression in %<< 0%> is always false"
26522 msgstr ""
26523
26524 #: c-family/c-common.c:3101
26525 #, gcc-internal-format
26526 msgid "pointer of type %<void *%> used in arithmetic"
26527 msgstr ""
26528
26529 #: c-family/c-common.c:3110
26530 #, gcc-internal-format
26531 msgid "pointer to a function used in arithmetic"
26532 msgstr ""
26533
26534 #: c-family/c-common.c:3287
26535 #, gcc-internal-format
26536 msgid "enum constant in boolean context"
26537 msgstr ""
26538
26539 #: c-family/c-common.c:3314
26540 #, gcc-internal-format
26541 msgid "the address of %qD will always evaluate as %<true%>"
26542 msgstr ""
26543
26544 #: c-family/c-common.c:3358
26545 #, gcc-internal-format
26546 msgid "%<*%> in boolean context, suggest %<&&%> instead"
26547 msgstr ""
26548
26549 #: c-family/c-common.c:3370
26550 #, gcc-internal-format
26551 msgid "%<<<%> in boolean context, did you mean %<<%>?"
26552 msgstr ""
26553
26554 #: c-family/c-common.c:3386
26555 #, gcc-internal-format
26556 msgid "%<?:%> using integer constants in boolean context, the expression will always evaluate to %<true%>"
26557 msgstr ""
26558
26559 #: c-family/c-common.c:3395
26560 #, gcc-internal-format
26561 msgid "%<?:%> using integer constants in boolean context"
26562 msgstr ""
26563
26564 #: c-family/c-common.c:3431
26565 #, gcc-internal-format
26566 msgid "the compiler can assume that the address of %qD will always evaluate to %<true%>"
26567 msgstr ""
26568
26569 #: c-family/c-common.c:3457 cp/semantics.c:662 cp/typeck.c:9363
26570 #, gcc-internal-format
26571 msgid "suggest parentheses around assignment used as truth value"
26572 msgstr ""
26573
26574 #: c-family/c-common.c:3544 c/c-decl.c:4586 c/c-decl.c:6758 c/c-typeck.c:15168
26575 #, gcc-internal-format
26576 msgid "invalid use of %<restrict%>"
26577 msgstr ""
26578
26579 #: c-family/c-common.c:3618
26580 #, gcc-internal-format
26581 msgid "invalid application of %<sizeof%> to a function type"
26582 msgstr ""
26583
26584 #: c-family/c-common.c:3628
26585 #, gcc-internal-format
26586 msgid "ISO C++ does not permit %<alignof%> applied to a function type"
26587 msgstr ""
26588
26589 #: c-family/c-common.c:3631
26590 #, gcc-internal-format
26591 msgid "ISO C does not permit %<_Alignof%> applied to a function type"
26592 msgstr ""
26593
26594 #: c-family/c-common.c:3642
26595 #, gcc-internal-format
26596 msgid "invalid application of %qs to a void type"
26597 msgstr ""
26598
26599 #: c-family/c-common.c:3651
26600 #, gcc-internal-format
26601 msgid "invalid application of %qs to incomplete type %qT"
26602 msgstr ""
26603
26604 #: c-family/c-common.c:3659
26605 #, gcc-internal-format
26606 msgid "invalid application of %qs to array type %qT of incomplete element type"
26607 msgstr ""
26608
26609 #: c-family/c-common.c:3711
26610 #, gcc-internal-format
26611 msgid "%<__alignof%> applied to a bit-field"
26612 msgstr ""
26613
26614 #: c-family/c-common.c:4511
26615 #, gcc-internal-format
26616 msgid "first argument to %<va_arg%> not of type %<va_list%>"
26617 msgstr ""
26618
26619 #: c-family/c-common.c:4631
26620 #, gcc-internal-format
26621 msgid "cannot disable built-in function %qs"
26622 msgstr ""
26623
26624 #: c-family/c-common.c:4822
26625 #, gcc-internal-format
26626 msgid "pointers are not permitted as case values"
26627 msgstr "вказівники не можуть бути значеннями випадків"
26628
26629 #: c-family/c-common.c:4829
26630 #, gcc-internal-format
26631 msgid "range expressions in switch statements are non-standard"
26632 msgstr ""
26633
26634 #: c-family/c-common.c:4857
26635 #, gcc-internal-format
26636 msgid "empty range specified"
26637 msgstr ""
26638
26639 #: c-family/c-common.c:4909
26640 #, gcc-internal-format
26641 msgid "duplicate (or overlapping) case value"
26642 msgstr "дублювання (або перекривання) значення випадку"
26643
26644 #: c-family/c-common.c:4911
26645 #, gcc-internal-format
26646 msgid "this is the first entry overlapping that value"
26647 msgstr ""
26648
26649 #: c-family/c-common.c:4915
26650 #, gcc-internal-format
26651 msgid "duplicate case value"
26652 msgstr "дублювання значення випадку"
26653
26654 #: c-family/c-common.c:4916 c-family/c-warn.c:2510
26655 #, gcc-internal-format
26656 msgid "previously used here"
26657 msgstr ""
26658
26659 #: c-family/c-common.c:4920
26660 #, gcc-internal-format
26661 msgid "multiple default labels in one switch"
26662 msgstr ""
26663
26664 #: c-family/c-common.c:4922
26665 #, gcc-internal-format
26666 msgid "this is the first default label"
26667 msgstr ""
26668
26669 #: c-family/c-common.c:5016
26670 #, gcc-internal-format
26671 msgid "taking the address of a label is non-standard"
26672 msgstr ""
26673
26674 #: c-family/c-common.c:5194
26675 #, gcc-internal-format
26676 msgid "requested alignment is not an integer constant"
26677 msgstr ""
26678
26679 #: c-family/c-common.c:5202 c-family/c-common.c:5212
26680 #, gcc-internal-format
26681 msgid "requested alignment %qE is not a positive power of 2"
26682 msgstr ""
26683
26684 #: c-family/c-common.c:5222
26685 #, gcc-internal-format
26686 msgid "requested alignment %qE exceeds object file maximum %u"
26687 msgstr ""
26688
26689 #: c-family/c-common.c:5230
26690 #, gcc-internal-format
26691 msgid "requested alignment %qE exceeds maximum %u"
26692 msgstr ""
26693
26694 #: c-family/c-common.c:5378
26695 #, gcc-internal-format
26696 msgid "not enough variable arguments to fit a sentinel"
26697 msgstr ""
26698
26699 #: c-family/c-common.c:5392
26700 #, gcc-internal-format
26701 msgid "missing sentinel in function call"
26702 msgstr ""
26703
26704 #: c-family/c-common.c:5497
26705 #, gcc-internal-format, gfc-internal-format
26706 msgid "null argument where non-null required (argument %lu)"
26707 msgstr ""
26708
26709 #: c-family/c-common.c:5590 c-family/c-common.c:5640
26710 #, gcc-internal-format
26711 msgid "bad option %qs to attribute %<optimize%>"
26712 msgstr ""
26713
26714 #: c-family/c-common.c:5593 c-family/c-common.c:5644
26715 #, gcc-internal-format
26716 msgid "bad option %qs to pragma %<optimize%>"
26717 msgstr ""
26718
26719 #: c-family/c-common.c:5676
26720 #, gcc-internal-format
26721 msgid "%<fallthrough%> attribute specified multiple times"
26722 msgstr ""
26723
26724 #: c-family/c-common.c:5680
26725 #, gcc-internal-format
26726 msgid "%<fallthrough%> attribute specified with a parameter"
26727 msgstr ""
26728
26729 #: c-family/c-common.c:5851 c-family/c-common.c:6641 c-family/c-common.c:6688
26730 #: c-family/c-common.c:6761 c-family/c-common.c:6834 c/c-typeck.c:3639
26731 #, gcc-internal-format
26732 msgid "too few arguments to function %qE"
26733 msgstr ""
26734
26735 #: c-family/c-common.c:5856 c-family/c-common.c:6694 c-family/c-common.c:6860
26736 #: c/c-typeck.c:3503
26737 #, gcc-internal-format
26738 msgid "too many arguments to function %qE"
26739 msgstr ""
26740
26741 #: c-family/c-common.c:5898
26742 #, gcc-internal-format
26743 msgid "third argument to function %qE must be a constant integer"
26744 msgstr ""
26745
26746 #: c-family/c-common.c:5923
26747 #, gcc-internal-format
26748 msgid "second argument to function %qE must be a constant integer power of 2 between %qi and %qu bits"
26749 msgstr ""
26750
26751 #: c-family/c-common.c:5944 c-family/c-common.c:5988
26752 #, gcc-internal-format
26753 msgid "non-floating-point argument in call to function %qE"
26754 msgstr ""
26755
26756 #: c-family/c-common.c:5967
26757 #, gcc-internal-format
26758 msgid "non-floating-point arguments in call to function %qE"
26759 msgstr ""
26760
26761 #: c-family/c-common.c:5981
26762 #, gcc-internal-format
26763 msgid "non-const integer argument %u in call to function %qE"
26764 msgstr ""
26765
26766 #: c-family/c-common.c:6001
26767 #, gcc-internal-format
26768 msgid "non-integer argument 3 in call to function %qE"
26769 msgstr ""
26770
26771 #: c-family/c-common.c:6018 c-family/c-common.c:6061
26772 #, gcc-internal-format
26773 msgid "argument %u in call to function %qE does not have integral type"
26774 msgstr ""
26775
26776 #: c-family/c-common.c:6025
26777 #, gcc-internal-format
26778 msgid "argument 3 in call to function %qE does not have pointer to integral type"
26779 msgstr ""
26780
26781 #: c-family/c-common.c:6031
26782 #, gcc-internal-format
26783 msgid "argument 3 in call to function %qE has pointer to enumerated type"
26784 msgstr ""
26785
26786 #: c-family/c-common.c:6037
26787 #, gcc-internal-format
26788 msgid "argument 3 in call to function %qE has pointer to boolean type"
26789 msgstr ""
26790
26791 #: c-family/c-common.c:6043
26792 #, gcc-internal-format
26793 msgid "argument 3 in call to function %qE has pointer to %<const%> type (%qT)"
26794 msgstr ""
26795
26796 #: c-family/c-common.c:6067
26797 #, gcc-internal-format
26798 msgid "argument 3 in call to function %qE has enumerated type"
26799 msgstr ""
26800
26801 #: c-family/c-common.c:6073
26802 #, gcc-internal-format
26803 msgid "argument 3 in call to function %qE has boolean type"
26804 msgstr ""
26805
26806 #: c-family/c-common.c:6324
26807 #, gcc-internal-format
26808 msgid "cannot apply %<offsetof%> to static data member %qD"
26809 msgstr ""
26810
26811 #: c-family/c-common.c:6329
26812 #, gcc-internal-format
26813 msgid "cannot apply %<offsetof%> when %<operator[]%> is overloaded"
26814 msgstr ""
26815
26816 #: c-family/c-common.c:6336
26817 #, gcc-internal-format
26818 msgid "cannot apply %<offsetof%> to a non constant address"
26819 msgstr ""
26820
26821 #: c-family/c-common.c:6349
26822 #, gcc-internal-format
26823 msgid "attempt to take address of bit-field structure member %qD"
26824 msgstr ""
26825
26826 #: c-family/c-common.c:6402
26827 #, gcc-internal-format
26828 msgid "index %E denotes an offset greater than size of %qT"
26829 msgstr ""
26830
26831 #: c-family/c-common.c:6563
26832 #, gcc-internal-format
26833 msgid "size of array is too large"
26834 msgstr ""
26835
26836 #: c-family/c-common.c:6671 c-family/c-common.c:6793
26837 #, gcc-internal-format
26838 msgid "operand type %qT is incompatible with argument %d of %qE"
26839 msgstr ""
26840
26841 #: c-family/c-common.c:6705
26842 #, gcc-internal-format
26843 msgid "expecting argument of type pointer or of type integer for argument 1"
26844 msgstr ""
26845
26846 #: c-family/c-common.c:6719
26847 #, gcc-internal-format
26848 msgid "both arguments must be compatible"
26849 msgstr "аргументи мають бути сумісними"
26850
26851 #: c-family/c-common.c:6927
26852 #, gcc-internal-format
26853 msgid "incorrect number of arguments to function %qE"
26854 msgstr ""
26855
26856 #: c-family/c-common.c:6941
26857 #, gcc-internal-format
26858 msgid "argument 1 of %qE must be a non-void pointer type"
26859 msgstr ""
26860
26861 #: c-family/c-common.c:6950
26862 #, gcc-internal-format
26863 msgid "argument 1 of %qE must be a pointer to a constant size type"
26864 msgstr ""
26865
26866 #: c-family/c-common.c:6961
26867 #, gcc-internal-format
26868 msgid "argument 1 of %qE must be a pointer to a nonzero size object"
26869 msgstr ""
26870
26871 #: c-family/c-common.c:6982
26872 #, gcc-internal-format
26873 msgid "argument %d of %qE must be a pointer type"
26874 msgstr ""
26875
26876 #: c-family/c-common.c:6990
26877 #, gcc-internal-format
26878 msgid "argument %d of %qE must be a pointer to a constant size type"
26879 msgstr ""
26880
26881 #: c-family/c-common.c:6996
26882 #, gcc-internal-format
26883 msgid "argument %d of %qE must not be a pointer to a function"
26884 msgstr ""
26885
26886 #: c-family/c-common.c:7004
26887 #, gcc-internal-format
26888 msgid "size mismatch in argument %d of %qE"
26889 msgstr ""
26890
26891 #: c-family/c-common.c:7016
26892 #, gcc-internal-format
26893 msgid "non-integer memory model argument %d of %qE"
26894 msgstr ""
26895
26896 #: c-family/c-common.c:7029
26897 #, gcc-internal-format
26898 msgid "invalid memory model argument %d of %qE"
26899 msgstr ""
26900
26901 #: c-family/c-common.c:7428
26902 #, gcc-internal-format
26903 msgid "this target does not define a speculation barrier; your program will still execute correctly, but incorrect speculation may not be be restricted"
26904 msgstr ""
26905
26906 #: c-family/c-common.c:8048
26907 #, gcc-internal-format
26908 msgid "index value is out of bound"
26909 msgstr ""
26910
26911 #: c-family/c-common.c:8090 c-family/c-common.c:8139 c-family/c-common.c:8155
26912 #, gcc-internal-format
26913 msgid "conversion of scalar %qT to vector %qT involves truncation"
26914 msgstr ""
26915
26916 #. Reject arguments that are built-in functions with
26917 #. no library fallback.
26918 #: c-family/c-common.c:8243
26919 #, gcc-internal-format
26920 msgid "built-in function %qE must be directly called"
26921 msgstr ""
26922
26923 #: c-family/c-common.c:8263
26924 #, gcc-internal-format
26925 msgid "size of array %qE is not a constant expression"
26926 msgstr "розмір масиву %qE не є сталим виразом"
26927
26928 #: c-family/c-common.c:8266
26929 #, gcc-internal-format
26930 msgid "size of array is not a constant expression"
26931 msgstr "розмір масиву не є сталим виразом"
26932
26933 #: c-family/c-common.c:8270
26934 #, gcc-internal-format
26935 msgid "size %qE of array %qE is negative"
26936 msgstr ""
26937
26938 #: c-family/c-common.c:8273
26939 #, gcc-internal-format
26940 msgid "size %qE of array is negative"
26941 msgstr ""
26942
26943 #: c-family/c-common.c:8278
26944 #, gcc-internal-format
26945 msgid "size %qE of array %qE exceeds maximum object size %qE"
26946 msgstr ""
26947
26948 #: c-family/c-common.c:8281
26949 #, gcc-internal-format
26950 msgid "size %qE of array exceeds maximum object size %qE"
26951 msgstr ""
26952
26953 #: c-family/c-common.c:8286
26954 #, gcc-internal-format
26955 msgid "size of array %qE exceeds maximum object size %qE"
26956 msgstr ""
26957
26958 #: c-family/c-common.c:8289
26959 #, gcc-internal-format
26960 msgid "size of array exceeds maximum object size %qE"
26961 msgstr ""
26962
26963 #: c-family/c-common.c:8360
26964 #, gcc-internal-format
26965 msgid "environment variable %qs must expand to a non-negative integer less than or equal to %wd"
26966 msgstr ""
26967
26968 #: c-family/c-format.c:199
26969 #, gcc-internal-format
26970 msgid "function does not return string type"
26971 msgstr ""
26972
26973 #: c-family/c-format.c:233
26974 #, gcc-internal-format
26975 msgid "format string argument is not a string type"
26976 msgstr ""
26977
26978 #: c-family/c-format.c:259
26979 #, gcc-internal-format
26980 msgid "found a %qs reference but the format argument should be a string"
26981 msgstr ""
26982
26983 #: c-family/c-format.c:262
26984 #, gcc-internal-format
26985 msgid "found a %qT but the format argument should be a string"
26986 msgstr ""
26987
26988 #: c-family/c-format.c:272
26989 #, gcc-internal-format
26990 msgid "format argument should be a %qs reference but a string was found"
26991 msgstr ""
26992
26993 #: c-family/c-format.c:294
26994 #, gcc-internal-format
26995 msgid "format argument should be a %qs reference"
26996 msgstr ""
26997
26998 #: c-family/c-format.c:349
26999 #, gcc-internal-format
27000 msgid "unrecognized format specifier"
27001 msgstr ""
27002
27003 #: c-family/c-format.c:362
27004 #, gcc-internal-format
27005 msgid "%qE is only allowed in Objective-C dialects"
27006 msgstr ""
27007
27008 #: c-family/c-format.c:371
27009 #, gcc-internal-format
27010 msgid "%qE is an unrecognized format function type"
27011 msgstr ""
27012
27013 #: c-family/c-format.c:393
27014 #, gcc-internal-format
27015 msgid "format string argument follows the arguments to be formatted"
27016 msgstr ""
27017
27018 #: c-family/c-format.c:1236
27019 #, gcc-internal-format
27020 msgid "function %qD might be a candidate for %qs format attribute"
27021 msgstr ""
27022
27023 #: c-family/c-format.c:1327 c-family/c-format.c:1348 c-family/c-format.c:2782
27024 #, gcc-internal-format
27025 msgid "missing $ operand number in format"
27026 msgstr ""
27027
27028 #: c-family/c-format.c:1357
27029 #, gcc-internal-format, gfc-internal-format
27030 msgid "%s does not support %%n$ operand number formats"
27031 msgstr ""
27032
27033 #: c-family/c-format.c:1364
27034 #, gcc-internal-format
27035 msgid "operand number out of range in format"
27036 msgstr ""
27037
27038 #: c-family/c-format.c:1387
27039 #, gcc-internal-format, gfc-internal-format
27040 msgid "format argument %d used more than once in %s format"
27041 msgstr ""
27042
27043 #: c-family/c-format.c:1420
27044 #, gcc-internal-format
27045 msgid "%<$%>operand number used after format without operand number"
27046 msgstr ""
27047
27048 #: c-family/c-format.c:1451
27049 #, gcc-internal-format
27050 msgid "format argument %d unused before used argument %d in %<$%>-style format"
27051 msgstr ""
27052
27053 #: c-family/c-format.c:1554
27054 #, gcc-internal-format
27055 msgid "format not a string literal, format string not checked"
27056 msgstr ""
27057
27058 #: c-family/c-format.c:1569 c-family/c-format.c:1572
27059 #, gcc-internal-format
27060 msgid "format not a string literal and no format arguments"
27061 msgstr ""
27062
27063 #: c-family/c-format.c:1575
27064 #, gcc-internal-format
27065 msgid "format not a string literal, argument types not checked"
27066 msgstr ""
27067
27068 #: c-family/c-format.c:1592
27069 #, gcc-internal-format
27070 msgid "too many arguments for format"
27071 msgstr ""
27072
27073 #: c-family/c-format.c:1597
27074 #, gcc-internal-format
27075 msgid "unused arguments in %<$%>-style format"
27076 msgstr ""
27077
27078 #: c-family/c-format.c:1600
27079 #, gcc-internal-format, gfc-internal-format
27080 msgid "zero-length %s format string"
27081 msgstr ""
27082
27083 #: c-family/c-format.c:1604
27084 #, gcc-internal-format
27085 msgid "format is a wide character string"
27086 msgstr ""
27087
27088 #: c-family/c-format.c:1608
27089 #, gcc-internal-format
27090 msgid "format string is not an array of type %qs"
27091 msgstr ""
27092
27093 #: c-family/c-format.c:1611
27094 #, gcc-internal-format
27095 msgid "unterminated format string"
27096 msgstr ""
27097
27098 #: c-family/c-format.c:2025
27099 #, gcc-internal-format
27100 msgid "%s used with %<%%%c%> %s format"
27101 msgstr ""
27102
27103 #: c-family/c-format.c:2035
27104 #, gcc-internal-format, gfc-internal-format
27105 msgid "%s does not support %s"
27106 msgstr ""
27107
27108 #: c-family/c-format.c:2045
27109 #, gcc-internal-format
27110 msgid "%s does not support %s with the %<%%%c%> %s format"
27111 msgstr ""
27112
27113 #: c-family/c-format.c:2059
27114 #, gcc-internal-format, gfc-internal-format
27115 msgid "%s used within a quoted sequence"
27116 msgstr ""
27117
27118 #: c-family/c-format.c:2072
27119 #, gcc-internal-format
27120 msgid "%qc conversion used unquoted"
27121 msgstr ""
27122
27123 #: c-family/c-format.c:2190 c-family/c-format.c:2521
27124 #, gcc-internal-format, gfc-internal-format
27125 msgid "repeated %s in format"
27126 msgstr ""
27127
27128 #: c-family/c-format.c:2201
27129 #, gcc-internal-format
27130 msgid "missing fill character at end of strfmon format"
27131 msgstr ""
27132
27133 #: c-family/c-format.c:2303
27134 #, gcc-internal-format, gfc-internal-format
27135 msgid "zero width in %s format"
27136 msgstr ""
27137
27138 #: c-family/c-format.c:2326
27139 #, gcc-internal-format, gfc-internal-format
27140 msgid "empty left precision in %s format"
27141 msgstr ""
27142
27143 #: c-family/c-format.c:2417
27144 #, gcc-internal-format, gfc-internal-format
27145 msgid "empty precision in %s format"
27146 msgstr ""
27147
27148 #: c-family/c-format.c:2495
27149 #, gcc-internal-format
27150 msgid "%s does not support the %qs %s length modifier"
27151 msgstr ""
27152
27153 #: c-family/c-format.c:2551
27154 #, gcc-internal-format
27155 msgid "unknown conversion type character %qc in format"
27156 msgstr ""
27157
27158 #: c-family/c-format.c:2563
27159 #, gcc-internal-format
27160 msgid "%s does not support the %<%%%c%> %s format"
27161 msgstr ""
27162
27163 #: c-family/c-format.c:2595
27164 #, gcc-internal-format
27165 msgid "%s ignored with %s and %<%%%c%> %s format"
27166 msgstr ""
27167
27168 #: c-family/c-format.c:2600
27169 #, gcc-internal-format, gfc-internal-format
27170 msgid "%s ignored with %s in %s format"
27171 msgstr ""
27172
27173 #: c-family/c-format.c:2607
27174 #, gcc-internal-format
27175 msgid "use of %s and %s together with %<%%%c%> %s format"
27176 msgstr ""
27177
27178 #: c-family/c-format.c:2612
27179 #, gcc-internal-format, gfc-internal-format
27180 msgid "use of %s and %s together in %s format"
27181 msgstr ""
27182
27183 #: c-family/c-format.c:2639
27184 #, gcc-internal-format
27185 msgid "%<%%%c%> yields only last 2 digits of year in some locales"
27186 msgstr ""
27187
27188 #: c-family/c-format.c:2643
27189 #, gcc-internal-format
27190 msgid "%<%%%c%> yields only last 2 digits of year"
27191 msgstr ""
27192
27193 #: c-family/c-format.c:2670
27194 #, gcc-internal-format
27195 msgid "no closing %<]%> for %<%%[%> format"
27196 msgstr ""
27197
27198 #: c-family/c-format.c:2699
27199 #, gcc-internal-format
27200 msgid "use of %qs length modifier with %qc type character has either no effect or undefined behavior"
27201 msgstr ""
27202
27203 #: c-family/c-format.c:2721
27204 #, gcc-internal-format
27205 msgid "%s does not support the %<%%%s%c%> %s format"
27206 msgstr ""
27207
27208 #: c-family/c-format.c:2759
27209 #, gcc-internal-format
27210 msgid "operand number specified with suppressed assignment"
27211 msgstr ""
27212
27213 #: c-family/c-format.c:2763
27214 #, gcc-internal-format
27215 msgid "operand number specified for format taking no argument"
27216 msgstr ""
27217
27218 #: c-family/c-format.c:3113
27219 #, gcc-internal-format
27220 msgid "unquoted type name %<%.*s%> in format"
27221 msgstr ""
27222
27223 #: c-family/c-format.c:3115
27224 #, fuzzy, gcc-internal-format
27225 #| msgid "Unknown operator %%<%s%%> at %%L"
27226 msgid "unquoted operator %<%.*s%> in format"
27227 msgstr "Невідомий оператор %%<%s%%> у %%L"
27228
27229 #: c-family/c-format.c:3116
27230 #, gcc-internal-format
27231 msgid "unquoted keyword %<%.*s%> in format"
27232 msgstr ""
27233
27234 #: c-family/c-format.c:3119
27235 #, fuzzy, gcc-internal-format
27236 #| msgid "use %<this->%D%> instead"
27237 msgid "use %qs instead"
27238 msgstr "скористайтеся краще %<this->%D%>"
27239
27240 #: c-family/c-format.c:3171
27241 #, fuzzy, gcc-internal-format
27242 #| msgid "function attribute mismatch"
27243 msgid "unquoted attribute in format"
27244 msgstr "невідповідність атрибутів функції"
27245
27246 #: c-family/c-format.c:3184
27247 #, fuzzy, gcc-internal-format
27248 #| msgid "invalid argument to built-in function %s"
27249 msgid "unquoted name of built-in function %<%.*s%> in format"
27250 msgstr "некоректний аргумент вбудованої функції %s"
27251
27252 #: c-family/c-format.c:3198
27253 #, gcc-internal-format
27254 msgid "unquoted identifier or keyword %<%.*s%> in format"
27255 msgstr ""
27256
27257 #: c-family/c-format.c:3226
27258 #, fuzzy, gcc-internal-format
27259 #| msgid "%<-misel=yes%> is deprecated; use %<-misel%> instead"
27260 msgid "misspelled term %<%.*s%> in format; use %<%s%s%> instead"
27261 msgstr "%<-misel=yes%> є застарілим, замість нього слід користуватися %<-misel%>"
27262
27263 #: c-family/c-format.c:3270
27264 #, gcc-internal-format
27265 msgid "quoted %qs directive in format; use %qs instead"
27266 msgstr ""
27267
27268 #: c-family/c-format.c:3278 c-family/c-format.c:3549
27269 #, gcc-internal-format
27270 msgid "contraction %<%.*s%> in format; use %qs instead"
27271 msgstr ""
27272
27273 #: c-family/c-format.c:3318
27274 #, gcc-internal-format
27275 msgid "unquoted whitespace character %qc in format"
27276 msgstr ""
27277
27278 #: c-family/c-format.c:3331
27279 #, gcc-internal-format
27280 msgid "spurious trailing space in format"
27281 msgstr ""
27282
27283 #: c-family/c-format.c:3352
27284 #, gcc-internal-format
27285 msgid "inconsistent capitalization in format"
27286 msgstr ""
27287
27288 #: c-family/c-format.c:3359
27289 #, gcc-internal-format, gfc-internal-format
27290 msgid "unquoted sequence of %i consecutive space characters in format"
27291 msgstr ""
27292
27293 #: c-family/c-format.c:3379
27294 #, gcc-internal-format
27295 msgid "unquoted control characters in format"
27296 msgstr ""
27297
27298 #: c-family/c-format.c:3386
27299 #, gcc-internal-format
27300 msgid "unquoted control character %qc in format"
27301 msgstr ""
27302
27303 #: c-family/c-format.c:3444
27304 #, gcc-internal-format
27305 msgid "unquoted option name %<%.*s%> in format"
27306 msgstr ""
27307
27308 #: c-family/c-format.c:3504
27309 #, gcc-internal-format
27310 msgid "unbalanced punctuation character %qc in format"
27311 msgstr ""
27312
27313 #: c-family/c-format.c:3523
27314 #, gcc-internal-format
27315 msgid "unquoted preprocessing directive %<%.*s%> in format"
27316 msgstr ""
27317
27318 #: c-family/c-format.c:3559
27319 #, gcc-internal-format
27320 msgid "bare apostrophe %<'%> in format"
27321 msgstr ""
27322
27323 #: c-family/c-format.c:3561
27324 #, gcc-internal-format
27325 msgid "if avoiding the apostrophe is not feasible, enclose it in a pair of %qs and %qs directives instead"
27326 msgstr ""
27327
27328 #: c-family/c-format.c:3573
27329 #, gcc-internal-format
27330 msgid "grave accent %<`%> in format"
27331 msgstr ""
27332
27333 #: c-family/c-format.c:3575
27334 #, gcc-internal-format
27335 msgid "use the apostrophe directive %qs instead"
27336 msgstr ""
27337
27338 #: c-family/c-format.c:3587
27339 #, gcc-internal-format
27340 msgid "space followed by punctuation character %<%c%>"
27341 msgstr ""
27342
27343 #: c-family/c-format.c:3598
27344 #, gcc-internal-format
27345 msgid "quoted %qs directive in format"
27346 msgstr ""
27347
27348 #: c-family/c-format.c:3600
27349 #, gcc-internal-format
27350 msgid "if using %qs is not feasible, use %qs instead"
27351 msgstr ""
27352
27353 #: c-family/c-format.c:3629
27354 #, gcc-internal-format
27355 msgid "spurious leading punctuation sequence %<%.*s%> in format"
27356 msgstr ""
27357
27358 #: c-family/c-format.c:3669
27359 #, gcc-internal-format
27360 msgid "spurious trailing punctuation sequence %<%.*s%> in format"
27361 msgstr ""
27362
27363 #: c-family/c-format.c:3686
27364 #, gcc-internal-format
27365 msgid "unquoted sequence of %i consecutive punctuation characters %q.*s in format"
27366 msgstr ""
27367
27368 #: c-family/c-format.c:3706
27369 #, gcc-internal-format
27370 msgid "unquoted non-graph characters in format"
27371 msgstr ""
27372
27373 #: c-family/c-format.c:3713
27374 #, gcc-internal-format
27375 msgid "unquoted non-graph character %qc in format"
27376 msgstr ""
27377
27378 #: c-family/c-format.c:3745
27379 #, gcc-internal-format
27380 msgid "unbalanced punctuation character %<%c%> in format"
27381 msgstr ""
27382
27383 #: c-family/c-format.c:3752
27384 #, gcc-internal-format
27385 msgid "unterminated quoting directive"
27386 msgstr ""
27387
27388 #: c-family/c-format.c:3761
27389 #, gcc-internal-format
27390 msgid "unterminated quote character %<%c%> in format"
27391 msgstr ""
27392
27393 #: c-family/c-format.c:3831
27394 #, gcc-internal-format
27395 msgid "spurious trailing %<%%%> in format"
27396 msgstr ""
27397
27398 #: c-family/c-format.c:3891
27399 #, gcc-internal-format
27400 msgid "conversion lacks type at end of format"
27401 msgstr ""
27402
27403 #: c-family/c-format.c:3920
27404 #, gcc-internal-format
27405 msgid "nested quoting directive"
27406 msgstr ""
27407
27408 #: c-family/c-format.c:3931
27409 #, gcc-internal-format
27410 msgid "unmatched quoting directive"
27411 msgstr ""
27412
27413 #: c-family/c-format.c:3946
27414 #, gcc-internal-format
27415 msgid "%qc directive redundant after prior occurence of the same"
27416 msgstr ""
27417
27418 #: c-family/c-format.c:3952
27419 #, gcc-internal-format
27420 msgid "unmatched color reset directive"
27421 msgstr ""
27422
27423 #: c-family/c-format.c:3964
27424 #, gcc-internal-format
27425 msgid "%qc conversion used within a quoted sequence"
27426 msgstr ""
27427
27428 #: c-family/c-format.c:4004
27429 #, gcc-internal-format
27430 msgid "embedded %<\\0%> in format"
27431 msgstr ""
27432
27433 #: c-family/c-format.c:4020
27434 #, gcc-internal-format
27435 msgid "unterminated color directive"
27436 msgstr ""
27437
27438 #: c-family/c-format.c:4142
27439 #, gcc-internal-format, gfc-internal-format
27440 msgid "writing through null pointer (argument %d)"
27441 msgstr ""
27442
27443 #: c-family/c-format.c:4153
27444 #, gcc-internal-format, gfc-internal-format
27445 msgid "reading through null pointer (argument %d)"
27446 msgstr ""
27447
27448 #: c-family/c-format.c:4173
27449 #, gcc-internal-format, gfc-internal-format
27450 msgid "writing into constant object (argument %d)"
27451 msgstr ""
27452
27453 #: c-family/c-format.c:4185
27454 #, gcc-internal-format, gfc-internal-format
27455 msgid "extra type qualifiers in format argument (argument %d)"
27456 msgstr ""
27457
27458 #: c-family/c-format.c:4727
27459 #, gcc-internal-format
27460 msgid "%s %<%s%.*s%> expects argument of type %<%s%s%>, but argument %d has type %qT"
27461 msgstr ""
27462
27463 #: c-family/c-format.c:4736
27464 #, gcc-internal-format
27465 msgid "%s %<%s%.*s%> expects a matching %<%s%s%> argument"
27466 msgstr ""
27467
27468 #: c-family/c-format.c:4746
27469 #, gcc-internal-format
27470 msgid "%s %<%s%.*s%> expects argument of type %<%T%s%>, but argument %d has type %qT"
27471 msgstr ""
27472
27473 #: c-family/c-format.c:4755
27474 #, gcc-internal-format
27475 msgid "%s %<%s%.*s%> expects a matching %<%T%s%> argument"
27476 msgstr ""
27477
27478 #: c-family/c-format.c:4817 c-family/c-format.c:4823 c-family/c-format.c:5016
27479 #, gcc-internal-format
27480 msgid "%<__gcc_host_wide_int__%> is not defined as a type"
27481 msgstr "%<__gcc_host_wide_int__%> не визначено як тип"
27482
27483 #: c-family/c-format.c:4830 c-family/c-format.c:5026
27484 #, gcc-internal-format
27485 msgid "%<__gcc_host_wide_int__%> is not defined as %<long%> or %<long long%>"
27486 msgstr ""
27487
27488 #: c-family/c-format.c:4878
27489 #, gcc-internal-format
27490 msgid "%<locus%> is not defined as a type"
27491 msgstr "%<locus%> не визначено як тип"
27492
27493 #: c-family/c-format.c:4922
27494 #, gcc-internal-format
27495 msgid "%qs is not defined as a type"
27496 msgstr "%qs не визначено як тип"
27497
27498 #: c-family/c-format.c:4948
27499 #, gcc-internal-format
27500 msgid "%<location_t%> is not defined as a type"
27501 msgstr "%<location_t%> не визначено як тип"
27502
27503 #: c-family/c-format.c:4965
27504 #, gcc-internal-format
27505 msgid "%<tree%> is not defined as a type"
27506 msgstr "%<tree%> не визначено як тип"
27507
27508 #: c-family/c-format.c:4971
27509 #, gcc-internal-format
27510 msgid "%<tree%> is not defined as a pointer type"
27511 msgstr ""
27512
27513 #: c-family/c-format.c:5201
27514 #, gcc-internal-format
27515 msgid "argument to be formatted is not %<...%>"
27516 msgstr ""
27517
27518 #: c-family/c-format.c:5213
27519 #, gcc-internal-format
27520 msgid "strftime formats cannot format arguments"
27521 msgstr ""
27522
27523 #: c-family/c-indentation.c:67
27524 #, gcc-internal-format
27525 msgid "%<-Wmisleading-indentation%> is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers"
27526 msgstr ""
27527
27528 #: c-family/c-indentation.c:614
27529 #, gcc-internal-format
27530 msgid "this %qs clause does not guard..."
27531 msgstr ""
27532
27533 #: c-family/c-indentation.c:617
27534 #, gcc-internal-format
27535 msgid "...this statement, but the latter is misleadingly indented as if it were guarded by the %qs"
27536 msgstr ""
27537
27538 #: c-family/c-lex.c:227
27539 #, gcc-internal-format
27540 msgid "badly nested C headers from preprocessor"
27541 msgstr ""
27542
27543 #: c-family/c-lex.c:262
27544 #, gcc-internal-format
27545 msgid "ignoring %<#pragma %s %s%>"
27546 msgstr ""
27547
27548 #. ... or not.
27549 #: c-family/c-lex.c:561 c-family/c-lex.c:1274
27550 #, gcc-internal-format
27551 msgid "stray %<@%> in program"
27552 msgstr ""
27553
27554 #: c-family/c-lex.c:576
27555 #, gcc-internal-format
27556 msgid "stray %qs in program"
27557 msgstr ""
27558
27559 #: c-family/c-lex.c:586
27560 #, gcc-internal-format, gfc-internal-format
27561 msgid "missing terminating %c character"
27562 msgstr "відсутній завершальний символ %c"
27563
27564 #: c-family/c-lex.c:588
27565 #, gcc-internal-format
27566 msgid "stray %qc in program"
27567 msgstr ""
27568
27569 #: c-family/c-lex.c:590
27570 #, gcc-internal-format
27571 msgid "stray %<\\%o%> in program"
27572 msgstr ""
27573
27574 #: c-family/c-lex.c:804
27575 #, gcc-internal-format
27576 msgid "this decimal constant is unsigned only in ISO C90"
27577 msgstr ""
27578
27579 #: c-family/c-lex.c:808
27580 #, gcc-internal-format
27581 msgid "this decimal constant would be unsigned in ISO C90"
27582 msgstr ""
27583
27584 #: c-family/c-lex.c:828
27585 #, gcc-internal-format
27586 msgid "integer constant is too large for %<unsigned long%> type"
27587 msgstr ""
27588
27589 #: c-family/c-lex.c:868
27590 #, fuzzy, gcc-internal-format
27591 #| msgid "floating constant misused"
27592 msgid "unsuffixed floating constant"
27593 msgstr "помилкове використання сталої із рухомою крапкою"
27594
27595 #: c-family/c-lex.c:882
27596 #, fuzzy, gcc-internal-format
27597 #| msgid "%<-fdata-sections%> not supported for this target"
27598 msgid "decimal floating-point not supported for this target"
27599 msgstr "підтримки %<-fdata-sections%> для цього призначення не передбачено"
27600
27601 #: c-family/c-lex.c:905 c-family/c-lex.c:929
27602 #, gcc-internal-format
27603 msgid "unsupported non-standard suffix on floating constant"
27604 msgstr ""
27605
27606 #: c-family/c-lex.c:910 c-family/c-lex.c:933
27607 #, gcc-internal-format
27608 msgid "non-standard suffix on floating constant"
27609 msgstr ""
27610
27611 #: c-family/c-lex.c:1012 c-family/c-lex.c:1015
27612 #, gcc-internal-format
27613 msgid "floating constant exceeds range of %qT"
27614 msgstr ""
27615
27616 #: c-family/c-lex.c:1030
27617 #, gcc-internal-format
27618 msgid "floating constant truncated to zero"
27619 msgstr ""
27620
27621 #: c-family/c-lex.c:1231
27622 #, gcc-internal-format
27623 msgid "repeated %<@%> before Objective-C string"
27624 msgstr ""
27625
27626 #: c-family/c-lex.c:1250 c/c-parser.c:7434 cp/parser.c:4228
27627 #, gcc-internal-format
27628 msgid "unsupported non-standard concatenation of string literals"
27629 msgstr ""
27630
27631 #: c-family/c-lex.c:1286 c/c-parser.c:7455
27632 #, gcc-internal-format
27633 msgid "traditional C rejects string constant concatenation"
27634 msgstr ""
27635
27636 #: c-family/c-omp.c:211
27637 #, gcc-internal-format
27638 msgid "invalid expression type for %<#pragma omp atomic%>"
27639 msgstr ""
27640
27641 #: c-family/c-omp.c:216
27642 #, gcc-internal-format
27643 msgid "%<_Atomic%> expression in %<#pragma omp atomic%>"
27644 msgstr ""
27645
27646 #: c-family/c-omp.c:336
27647 #, gcc-internal-format
27648 msgid "%<#pragma omp atomic update%> uses two different variables for memory"
27649 msgstr ""
27650
27651 #: c-family/c-omp.c:339 c-family/c-omp.c:377
27652 #, gcc-internal-format
27653 msgid "%<#pragma omp atomic capture%> uses two different variables for memory"
27654 msgstr ""
27655
27656 #: c-family/c-omp.c:459
27657 #, gcc-internal-format
27658 msgid "type of %<depobj%> expression is not %<omp_depend_t%>"
27659 msgstr ""
27660
27661 #: c-family/c-omp.c:465
27662 #, gcc-internal-format
27663 msgid "%<const%> qualified %<depobj%> expression"
27664 msgstr ""
27665
27666 #: c-family/c-omp.c:481
27667 #, gcc-internal-format
27668 msgid "more than one locator in %<depend%> clause on %<depobj%> construct"
27669 msgstr ""
27670
27671 #: c-family/c-omp.c:487
27672 #, gcc-internal-format
27673 msgid "%<depobj%> dependence type specified in %<depend%> clause on %<depobj%> construct"
27674 msgstr ""
27675
27676 #: c-family/c-omp.c:509
27677 #, gcc-internal-format
27678 msgid "%<iterator%> modifier may not be specified on %<depobj%> construct"
27679 msgstr ""
27680
27681 #: c-family/c-omp.c:723 cp/semantics.c:9042
27682 #, gcc-internal-format
27683 msgid "invalid type for iteration variable %qE"
27684 msgstr ""
27685
27686 #: c-family/c-omp.c:728
27687 #, gcc-internal-format
27688 msgid "%<_Atomic%> iteration variable %qE"
27689 msgstr ""
27690
27691 #: c-family/c-omp.c:744
27692 #, gcc-internal-format
27693 msgid "%qE is not initialized"
27694 msgstr ""
27695
27696 #: c-family/c-omp.c:765 cp/semantics.c:8931
27697 #, gcc-internal-format
27698 msgid "missing controlling predicate"
27699 msgstr ""
27700
27701 #: c-family/c-omp.c:871 cp/semantics.c:8550
27702 #, gcc-internal-format
27703 msgid "invalid controlling predicate"
27704 msgstr ""
27705
27706 #: c-family/c-omp.c:878 cp/semantics.c:8937
27707 #, gcc-internal-format
27708 msgid "missing increment expression"
27709 msgstr ""
27710
27711 #: c-family/c-omp.c:978 c-family/c-omp.c:996
27712 #, gcc-internal-format
27713 msgid "increment is not constant 1 or -1 for %<!=%> condition"
27714 msgstr ""
27715
27716 #: c-family/c-omp.c:1009 cp/semantics.c:8665
27717 #, gcc-internal-format
27718 msgid "invalid increment expression"
27719 msgstr ""
27720
27721 #: c-family/c-omp.c:1080
27722 #, gcc-internal-format
27723 msgid "initializer expression refers to iteration variable %qD"
27724 msgstr ""
27725
27726 #: c-family/c-omp.c:1084
27727 #, gcc-internal-format
27728 msgid "condition expression refers to iteration variable %qD"
27729 msgstr ""
27730
27731 #: c-family/c-omp.c:1088
27732 #, gcc-internal-format
27733 msgid "increment expression refers to iteration variable %qD"
27734 msgstr ""
27735
27736 #: c-family/c-omp.c:1685
27737 #, gcc-internal-format
27738 msgid "invalid %<task%> reduction modifier on construct combined with %<simd%> or %<loop%>"
27739 msgstr ""
27740
27741 #: c-family/c-omp.c:1696
27742 #, gcc-internal-format
27743 msgid "invalid %<task%> reduction modifier on construct not combined with %<parallel%>, %<for%> or %<sections%>"
27744 msgstr ""
27745
27746 #: c-family/c-omp.c:1709
27747 #, gcc-internal-format
27748 msgid "%<inscan%> %<reduction%> clause on construct other than %<for%>, %<simd%>, %<for simd%>, %<parallel for%>, %<parallel for simd%>"
27749 msgstr ""
27750
27751 #: c-family/c-omp.c:2016 c-family/c-omp.c:2031
27752 #, fuzzy, gcc-internal-format
27753 #| msgid "%qD must have no arguments"
27754 msgid "%qD is not a function argument"
27755 msgstr "%qD не приймає аргументів"
27756
27757 #: c-family/c-omp.c:2138
27758 #, gcc-internal-format
27759 msgid "selector set %qs specified more than once"
27760 msgstr ""
27761
27762 #: c-family/c-omp.c:2152 c-family/c-omp.c:2165
27763 #, gcc-internal-format
27764 msgid "selector %qs specified more than once in set %qs"
27765 msgstr ""
27766
27767 #: c-family/c-omp.c:2206
27768 #, gcc-internal-format
27769 msgid "incorrect property %qs of %qs selector"
27770 msgstr ""
27771
27772 #: c-family/c-omp.c:2213
27773 #, gcc-internal-format
27774 msgid "unknown property %qs of %qs selector"
27775 msgstr ""
27776
27777 #: c-family/c-omp.c:2218
27778 #, gcc-internal-format
27779 msgid "unknown property %qE of %qs selector"
27780 msgstr ""
27781
27782 #: c-family/c-omp.c:2259
27783 #, gcc-internal-format
27784 msgid "%qD used as a variant with incompatible %<construct%> selector sets"
27785 msgstr ""
27786
27787 #: c-family/c-opts.c:330
27788 #, gcc-internal-format
27789 msgid "%<-I-%> specified twice"
27790 msgstr "%<-I-%> вказано двічі"
27791
27792 #: c-family/c-opts.c:333
27793 #, gcc-internal-format
27794 msgid "obsolete option %<-I-%> used, please use %<-iquote%> instead"
27795 msgstr ""
27796
27797 #: c-family/c-opts.c:412
27798 #, gcc-internal-format
27799 msgid "%<-Wabi=1%> is not supported, using =2"
27800 msgstr "Підтримки %<-Wabi=1%> не передбачено, використовуємо =2"
27801
27802 #: c-family/c-opts.c:604 fortran/cpp.c:351
27803 #, gcc-internal-format
27804 msgid "output filename specified twice"
27805 msgstr ""
27806
27807 #: c-family/c-opts.c:801
27808 #, gcc-internal-format
27809 msgid "%<-fexcess-precision=standard%> for C++"
27810 msgstr ""
27811
27812 #: c-family/c-opts.c:841
27813 #, gcc-internal-format
27814 msgid "%<-fno-gnu89-inline%> is only supported in GNU99 or C99 mode"
27815 msgstr ""
27816
27817 #: c-family/c-opts.c:887
27818 #, gcc-internal-format
27819 msgid "%<-Wformat-y2k%> ignored without %<-Wformat%>"
27820 msgstr ""
27821
27822 #: c-family/c-opts.c:889
27823 #, gcc-internal-format
27824 msgid "%<-Wformat-extra-args%> ignored without %<-Wformat%>"
27825 msgstr ""
27826
27827 #: c-family/c-opts.c:891
27828 #, gcc-internal-format
27829 msgid "%<-Wformat-zero-length%> ignored without %<-Wformat%>"
27830 msgstr ""
27831
27832 #: c-family/c-opts.c:893
27833 #, gcc-internal-format
27834 msgid "%<-Wformat-nonliteral%> ignored without %<-Wformat%>"
27835 msgstr ""
27836
27837 #: c-family/c-opts.c:895
27838 #, gcc-internal-format
27839 msgid "%<-Wformat-contains-nul%> ignored without %<-Wformat%>"
27840 msgstr ""
27841
27842 #: c-family/c-opts.c:897
27843 #, gcc-internal-format
27844 msgid "%<-Wformat-security%> ignored without %<-Wformat%>"
27845 msgstr ""
27846
27847 #: c-family/c-opts.c:940
27848 #, gcc-internal-format
27849 msgid "%<-fabi-compat-version=1%> is not supported, using =2"
27850 msgstr "Підтримки %<-fabi-compat-version=1%> не передбачено, використовуємо =2"
27851
27852 #: c-family/c-opts.c:967
27853 #, gcc-internal-format
27854 msgid "%<-Wabi%> won%'t warn about anything"
27855 msgstr ""
27856
27857 #: c-family/c-opts.c:969
27858 #, gcc-internal-format
27859 msgid "%<-Wabi%> warns about differences from the most up-to-date ABI, which is also used by default"
27860 msgstr ""
27861
27862 #: c-family/c-opts.c:972
27863 #, gcc-internal-format
27864 msgid "use e.g. %<-Wabi=11%> to warn about changes from GCC 7"
27865 msgstr ""
27866
27867 #: c-family/c-opts.c:1031
27868 #, gcc-internal-format
27869 msgid "external TLS initialization functions not supported on this target"
27870 msgstr ""
27871
27872 #: c-family/c-opts.c:1055
27873 #, gcc-internal-format
27874 msgid "too many filenames given; type %<%s %s%> for usage"
27875 msgstr ""
27876
27877 #: c-family/c-opts.c:1070
27878 #, gcc-internal-format
27879 msgid "opening output file %s: %m"
27880 msgstr ""
27881
27882 #: c-family/c-opts.c:1090
27883 #, gcc-internal-format
27884 msgid "the %qs debug format cannot be used with pre-compiled headers"
27885 msgstr ""
27886
27887 #: c-family/c-opts.c:1244
27888 #, gcc-internal-format
27889 msgid "opening dependency file %s: %m"
27890 msgstr ""
27891
27892 #: c-family/c-opts.c:1255
27893 #, gcc-internal-format
27894 msgid "closing dependency file %s: %m"
27895 msgstr ""
27896
27897 #: c-family/c-opts.c:1258
27898 #, gcc-internal-format
27899 msgid "when writing output to %s: %m"
27900 msgstr ""
27901
27902 #: c-family/c-opts.c:1335
27903 #, gcc-internal-format
27904 msgid "to generate dependencies you must specify either %<-M%> or %<-MM%>"
27905 msgstr ""
27906
27907 #: c-family/c-opts.c:1359
27908 #, gcc-internal-format
27909 msgid "%<-MG%> may only be used with %<-M%> or %<-MM%>"
27910 msgstr ""
27911
27912 #: c-family/c-opts.c:1392
27913 #, gcc-internal-format
27914 msgid "%<-fdirectives-only%> is incompatible with %<-Wunused-macros%>"
27915 msgstr ""
27916
27917 #: c-family/c-opts.c:1395
27918 #, gcc-internal-format
27919 msgid "%<-fdirectives-only%> is incompatible with %<-traditional%>"
27920 msgstr ""
27921
27922 #: c-family/c-opts.c:1580
27923 #, gcc-internal-format
27924 msgid "too late for # directive to set debug directory"
27925 msgstr ""
27926
27927 #: c-family/c-pch.c:106
27928 #, fuzzy, gcc-internal-format
27929 #| msgid "cannot read %s: %m"
27930 msgid "cannot create precompiled header %s: %m"
27931 msgstr "не вдалося прочитати %s: %m"
27932
27933 #: c-family/c-pch.c:127
27934 #, fuzzy, gcc-internal-format
27935 #| msgid "cannot read %s: %m"
27936 msgid "cannot write to %s: %m"
27937 msgstr "не вдалося прочитати %s: %m"
27938
27939 #: c-family/c-pch.c:185
27940 #, fuzzy, gcc-internal-format
27941 #| msgid "cannot read %s: %m"
27942 msgid "cannot write %s: %m"
27943 msgstr "не вдалося прочитати %s: %m"
27944
27945 #: c-family/c-pch.c:409
27946 #, gcc-internal-format
27947 msgid "%<pch_preprocess%> pragma should only be used with %<-fpreprocessed%>"
27948 msgstr ""
27949
27950 #: c-family/c-pch.c:411
27951 #, fuzzy, gcc-internal-format
27952 #| msgid "use %<this->%D%> instead"
27953 msgid "use %<#include%> instead"
27954 msgstr "скористайтеся краще %<this->%D%>"
27955
27956 #: c-family/c-pch.c:417
27957 #, gcc-internal-format
27958 msgid "%s: couldn%'t open PCH file: %m"
27959 msgstr ""
27960
27961 #: c-family/c-pch.c:422
27962 #, gcc-internal-format
27963 msgid "use %<-Winvalid-pch%> for more information"
27964 msgstr "докладніша інформація виводиться, якщо вказати %<-Winvalid-pch%>"
27965
27966 #: c-family/c-pch.c:423
27967 #, gcc-internal-format, gfc-internal-format
27968 msgid "%s: PCH file was invalid"
27969 msgstr ""
27970
27971 #: c-family/c-pragma.c:94
27972 #, gcc-internal-format
27973 msgid "%<#pragma pack (pop)%> encountered without matching %<#pragma pack (push)%>"
27974 msgstr ""
27975
27976 #: c-family/c-pragma.c:109
27977 #, gcc-internal-format
27978 msgid "%<#pragma pack(pop, %E)%> encountered without matching %<#pragma pack(push, %E)%>"
27979 msgstr ""
27980
27981 #: c-family/c-pragma.c:139
27982 #, gcc-internal-format
27983 msgid "missing %<(%> after %<#pragma pack%> - ignored"
27984 msgstr ""
27985
27986 #: c-family/c-pragma.c:150 c-family/c-pragma.c:182
27987 #, gcc-internal-format
27988 msgid "invalid constant in %<#pragma pack%> - ignored"
27989 msgstr ""
27990
27991 #: c-family/c-pragma.c:154 c-family/c-pragma.c:196
27992 #, gcc-internal-format
27993 msgid "malformed %<#pragma pack%> - ignored"
27994 msgstr ""
27995
27996 #: c-family/c-pragma.c:159
27997 #, gcc-internal-format
27998 msgid "malformed %<#pragma pack(push[, id][, <n>])%> - ignored"
27999 msgstr ""
28000
28001 #: c-family/c-pragma.c:161
28002 #, gcc-internal-format
28003 msgid "malformed %<#pragma pack(pop[, id])%> - ignored"
28004 msgstr ""
28005
28006 #: c-family/c-pragma.c:170
28007 #, gcc-internal-format
28008 msgid "unknown action %qE for %<#pragma pack%> - ignored"
28009 msgstr ""
28010
28011 #: c-family/c-pragma.c:199
28012 #, gcc-internal-format
28013 msgid "junk at end of %<#pragma pack%>"
28014 msgstr ""
28015
28016 #: c-family/c-pragma.c:202
28017 #, gcc-internal-format
28018 msgid "%<#pragma pack%> has no effect with %<-fpack-struct%> - ignored"
28019 msgstr ""
28020
28021 #: c-family/c-pragma.c:223
28022 #, gcc-internal-format, gfc-internal-format
28023 msgid "alignment must be a small power of two, not %d"
28024 msgstr ""
28025
28026 #: c-family/c-pragma.c:262
28027 #, gcc-internal-format
28028 msgid "applying %<#pragma weak %+D%> after first use results in unspecified behavior"
28029 msgstr ""
28030
28031 #: c-family/c-pragma.c:359 c-family/c-pragma.c:364
28032 #, fuzzy, gcc-internal-format
28033 #| msgid "malformed %<#pragma options%>, ignoring"
28034 msgid "malformed %<#pragma weak%>, ignored"
28035 msgstr "помилкове форматування %<#pragma options%>, ігноруємо"
28036
28037 #: c-family/c-pragma.c:368
28038 #, gcc-internal-format
28039 msgid "junk at end of %<#pragma weak%>"
28040 msgstr ""
28041
28042 #: c-family/c-pragma.c:374
28043 #, gcc-internal-format
28044 msgid "%<#pragma weak%> declaration of %q+D not allowed, ignored"
28045 msgstr ""
28046
28047 #: c-family/c-pragma.c:422
28048 #, gcc-internal-format
28049 msgid "%<scalar_storage_order%> is not supported because endianness is not uniform"
28050 msgstr ""
28051
28052 #: c-family/c-pragma.c:431
28053 #, gcc-internal-format
28054 msgid "%<#pragma scalar_storage_order%> is not supported for C++"
28055 msgstr ""
28056
28057 #: c-family/c-pragma.c:437
28058 #, gcc-internal-format
28059 msgid "missing [big-endian|little-endian|default] after %<#pragma scalar_storage_order%>"
28060 msgstr ""
28061
28062 #: c-family/c-pragma.c:446
28063 #, gcc-internal-format
28064 msgid "expected [big-endian|little-endian|default] after %<#pragma scalar_storage_order%>"
28065 msgstr ""
28066
28067 #: c-family/c-pragma.c:500 c-family/c-pragma.c:502
28068 #, fuzzy, gcc-internal-format
28069 #| msgid "malformed %<#pragma options%>, ignoring"
28070 msgid "malformed %<#pragma redefine_extname%>, ignored"
28071 msgstr "помилкове форматування %<#pragma options%>, ігноруємо"
28072
28073 #: c-family/c-pragma.c:505
28074 #, gcc-internal-format
28075 msgid "junk at end of %<#pragma redefine_extname%>"
28076 msgstr ""
28077
28078 #: c-family/c-pragma.c:533 c-family/c-pragma.c:606
28079 #, gcc-internal-format
28080 msgid "%<#pragma redefine_extname%> ignored due to conflict with previous rename"
28081 msgstr ""
28082
28083 #: c-family/c-pragma.c:561
28084 #, gcc-internal-format
28085 msgid "%<#pragma redefine_extname%> ignored due to conflict with previous %<#pragma redefine_extname%>"
28086 msgstr ""
28087
28088 #: c-family/c-pragma.c:597
28089 #, gcc-internal-format
28090 msgid "%<asm%> declaration ignored due to conflict with previous rename"
28091 msgstr ""
28092
28093 #: c-family/c-pragma.c:628
28094 #, gcc-internal-format
28095 msgid "%<#pragma redefine_extname%> ignored due to conflict with %<asm%> declaration"
28096 msgstr ""
28097
28098 #: c-family/c-pragma.c:689
28099 #, gcc-internal-format
28100 msgid "%<#pragma GCC visibility push()%> must specify %<default%>, %<internal%>, %<hidden%> or %<protected%>"
28101 msgstr ""
28102
28103 #: c-family/c-pragma.c:732
28104 #, gcc-internal-format
28105 msgid "%<#pragma GCC visibility%> must be followed by %<push%> or %<pop%>"
28106 msgstr ""
28107
28108 #: c-family/c-pragma.c:739
28109 #, gcc-internal-format
28110 msgid "no matching push for %<#pragma GCC visibility pop%>"
28111 msgstr ""
28112
28113 #: c-family/c-pragma.c:744 c-family/c-pragma.c:751
28114 #, gcc-internal-format
28115 msgid "missing %<(%> after %<#pragma GCC visibility push%> - ignored"
28116 msgstr ""
28117
28118 #: c-family/c-pragma.c:747
28119 #, fuzzy, gcc-internal-format
28120 #| msgid "malformed %<#pragma options%>, ignoring"
28121 msgid "malformed %<#pragma GCC visibility push%>"
28122 msgstr "помилкове форматування %<#pragma options%>, ігноруємо"
28123
28124 #: c-family/c-pragma.c:755
28125 #, gcc-internal-format
28126 msgid "junk at end of %<#pragma GCC visibility%>"
28127 msgstr ""
28128
28129 #: c-family/c-pragma.c:767
28130 #, gcc-internal-format
28131 msgid "missing [error|warning|ignored|push|pop] after %<#pragma GCC diagnostic%>"
28132 msgstr ""
28133
28134 #: c-family/c-pragma.c:793
28135 #, gcc-internal-format
28136 msgid "expected [error|warning|ignored|push|pop] after %<#pragma GCC diagnostic%>"
28137 msgstr ""
28138
28139 #: c-family/c-pragma.c:802
28140 #, gcc-internal-format
28141 msgid "missing option after %<#pragma GCC diagnostic%> kind"
28142 msgstr ""
28143
28144 #: c-family/c-pragma.c:816
28145 #, gcc-internal-format
28146 msgid "unknown option after %<#pragma GCC diagnostic%> kind; did you mean %<-%s%>"
28147 msgstr ""
28148
28149 #: c-family/c-pragma.c:820
28150 #, gcc-internal-format
28151 msgid "unknown option after %<#pragma GCC diagnostic%> kind"
28152 msgstr ""
28153
28154 #: c-family/c-pragma.c:827
28155 #, gcc-internal-format
28156 msgid "%qs is not an option that controls warnings"
28157 msgstr ""
28158
28159 #: c-family/c-pragma.c:835
28160 #, gcc-internal-format
28161 msgid "option %qs is valid for %s but not for %s"
28162 msgstr ""
28163
28164 #: c-family/c-pragma.c:867
28165 #, fuzzy, gcc-internal-format
28166 #| msgid "%<#pragma GCC ivdep%> must be inside a function"
28167 msgid "%<#pragma GCC option%> is not allowed inside functions"
28168 msgstr "%<#pragma GCC ivdep%> має перебувати всередині функції"
28169
28170 #: c-family/c-pragma.c:880
28171 #, gcc-internal-format
28172 msgid "%<#pragma GCC option%> is not a string"
28173 msgstr ""
28174
28175 #: c-family/c-pragma.c:907
28176 #, gcc-internal-format
28177 msgid "%<#pragma GCC target (string [,string]...)%> does not have a final %<)%>"
28178 msgstr ""
28179
28180 #: c-family/c-pragma.c:913
28181 #, fuzzy, gcc-internal-format
28182 #| msgid "%<#pragma GCC ivdep%> must be inside a function"
28183 msgid "%<#pragma GCC target%> string is badly formed"
28184 msgstr "%<#pragma GCC ivdep%> має перебувати всередині функції"
28185
28186 #: c-family/c-pragma.c:936
28187 #, fuzzy, gcc-internal-format
28188 #| msgid "%<#pragma GCC ivdep%> must be inside a function"
28189 msgid "%<#pragma GCC optimize%> is not allowed inside functions"
28190 msgstr "%<#pragma GCC ivdep%> має перебувати всередині функції"
28191
28192 #: c-family/c-pragma.c:949
28193 #, gcc-internal-format
28194 msgid "%<#pragma GCC optimize%> is not a string or number"
28195 msgstr ""
28196
28197 #: c-family/c-pragma.c:975
28198 #, gcc-internal-format
28199 msgid "%<#pragma GCC optimize (string [,string]...)%> does not have a final %<)%>"
28200 msgstr ""
28201
28202 #: c-family/c-pragma.c:981
28203 #, fuzzy, gcc-internal-format
28204 #| msgid "%<#pragma GCC ivdep%> must be inside a function"
28205 msgid "%<#pragma GCC optimize%> string is badly formed"
28206 msgstr "%<#pragma GCC ivdep%> має перебувати всередині функції"
28207
28208 #: c-family/c-pragma.c:1022
28209 #, gcc-internal-format
28210 msgid "junk at end of %<#pragma push_options%>"
28211 msgstr ""
28212
28213 #: c-family/c-pragma.c:1052
28214 #, gcc-internal-format
28215 msgid "junk at end of %<#pragma pop_options%>"
28216 msgstr ""
28217
28218 #: c-family/c-pragma.c:1059
28219 #, gcc-internal-format
28220 msgid "%<#pragma GCC pop_options%> without a corresponding %<#pragma GCC push_options%>"
28221 msgstr ""
28222
28223 #: c-family/c-pragma.c:1101
28224 #, gcc-internal-format
28225 msgid "junk at end of %<#pragma reset_options%>"
28226 msgstr ""
28227
28228 #: c-family/c-pragma.c:1139 c-family/c-pragma.c:1146
28229 #, gcc-internal-format
28230 msgid "expected a string after %<#pragma message%>"
28231 msgstr ""
28232
28233 #: c-family/c-pragma.c:1141
28234 #, gcc-internal-format
28235 msgid "malformed %<#pragma message%>, ignored"
28236 msgstr ""
28237
28238 #: c-family/c-pragma.c:1151
28239 #, gcc-internal-format
28240 msgid "junk at end of %<#pragma message%>"
28241 msgstr ""
28242
28243 #: c-family/c-pragma.c:1154
28244 #, gcc-internal-format
28245 msgid "%<#pragma message: %s%>"
28246 msgstr ""
28247
28248 #: c-family/c-pragma.c:1192
28249 #, gcc-internal-format
28250 msgid "invalid location for %<pragma %s%>, ignored"
28251 msgstr ""
28252
28253 #: c-family/c-pragma.c:1199 c-family/c-pragma.c:1213
28254 #, gcc-internal-format
28255 msgid "malformed %<#pragma %s%>, ignored"
28256 msgstr ""
28257
28258 #: c-family/c-pragma.c:1219 cp/lex.c:395
28259 #, gcc-internal-format
28260 msgid "junk at end of %<#pragma %s%>"
28261 msgstr ""
28262
28263 #: c-family/c-pragma.c:1237
28264 #, gcc-internal-format
28265 msgid "%<#pragma STDC FLOAT_CONST_DECIMAL64%> is not supported for C++"
28266 msgstr ""
28267
28268 #: c-family/c-pragma.c:1246
28269 #, gcc-internal-format
28270 msgid "%<#pragma STDC FLOAT_CONST_DECIMAL64%> is not supported on this target"
28271 msgstr ""
28272
28273 #: c-family/c-pragma.c:1252
28274 #, gcc-internal-format
28275 msgid "ISO C does not support %<#pragma STDC FLOAT_CONST_DECIMAL64%>"
28276 msgstr "У ISO C не передбачено підтримки %<#pragma STDC FLOAT_CONST_DECIMAL64%>"
28277
28278 #: c-family/c-pretty-print.c:329
28279 #, gcc-internal-format
28280 msgid "<type-error>"
28281 msgstr ""
28282
28283 #: c-family/c-pretty-print.c:371
28284 #, gcc-internal-format
28285 msgid "<unnamed-unsigned:"
28286 msgstr ""
28287
28288 #: c-family/c-pretty-print.c:375
28289 #, gcc-internal-format
28290 msgid "<unnamed-float:"
28291 msgstr ""
28292
28293 #: c-family/c-pretty-print.c:378
28294 #, gcc-internal-format
28295 msgid "<unnamed-fixed:"
28296 msgstr ""
28297
28298 #: c-family/c-pretty-print.c:393
28299 #, gcc-internal-format
28300 msgid "<typedef-error>"
28301 msgstr ""
28302
28303 #: c-family/c-pretty-print.c:408
28304 #, gcc-internal-format
28305 msgid "<tag-error>"
28306 msgstr ""
28307
28308 #: c-family/c-pretty-print.c:1244
28309 #, gcc-internal-format
28310 msgid "<erroneous-expression>"
28311 msgstr ""
28312
28313 #: c-family/c-pretty-print.c:1248 cp/cxx-pretty-print.c:133
28314 #, gcc-internal-format
28315 msgid "<return-value>"
28316 msgstr ""
28317
28318 #: c-family/c-semantics.c:197
28319 #, gcc-internal-format, gfc-internal-format
28320 msgid "wrong type argument to %s"
28321 msgstr ""
28322
28323 #: c-family/c-warn.c:56 c-family/c-warn.c:69 cp/constexpr.c:2644
28324 #: cp/constexpr.c:5212
28325 #, gcc-internal-format
28326 msgid "overflow in constant expression"
28327 msgstr ""
28328
28329 #: c-family/c-warn.c:96
28330 #, gcc-internal-format
28331 msgid "integer overflow in expression %qE of type %qT results in %qE"
28332 msgstr ""
28333
28334 #: c-family/c-warn.c:98
28335 #, gcc-internal-format
28336 msgid "integer overflow in expression of type %qT results in %qE"
28337 msgstr ""
28338
28339 #: c-family/c-warn.c:104
28340 #, gcc-internal-format
28341 msgid "floating point overflow in expression %qE of type %qT results in %qE"
28342 msgstr ""
28343
28344 #: c-family/c-warn.c:106
28345 #, gcc-internal-format
28346 msgid "floating point overflow in expression of type %qT results in %qE"
28347 msgstr ""
28348
28349 #: c-family/c-warn.c:112
28350 #, gcc-internal-format
28351 msgid "fixed-point overflow in expression %qE of type %qT results in %qE"
28352 msgstr ""
28353
28354 #: c-family/c-warn.c:114
28355 #, gcc-internal-format
28356 msgid "fixed-point overflow in expression of type %qT results in %qE"
28357 msgstr ""
28358
28359 #: c-family/c-warn.c:120
28360 #, gcc-internal-format
28361 msgid "vector overflow in expression %qE of type %qT results in %qE"
28362 msgstr ""
28363
28364 #: c-family/c-warn.c:122
28365 #, gcc-internal-format
28366 msgid "vector overflow in expression of type %qT results in %qE"
28367 msgstr ""
28368
28369 #: c-family/c-warn.c:129
28370 #, gcc-internal-format
28371 msgid "complex integer overflow in expression %qE of type %qT results in %qE"
28372 msgstr ""
28373
28374 #: c-family/c-warn.c:131
28375 #, gcc-internal-format
28376 msgid "complex integer overflow in expression of type %qT results in %qE"
28377 msgstr ""
28378
28379 #: c-family/c-warn.c:135
28380 #, gcc-internal-format
28381 msgid "complex floating point overflow in expression %qE of type %qT results in %qE"
28382 msgstr ""
28383
28384 #: c-family/c-warn.c:137
28385 #, gcc-internal-format
28386 msgid "complex floating point overflow in expression of type %qT results in %qE"
28387 msgstr ""
28388
28389 #: c-family/c-warn.c:229
28390 #, gcc-internal-format
28391 msgid "logical %<or%> applied to non-boolean constant"
28392 msgstr ""
28393
28394 #: c-family/c-warn.c:233
28395 #, gcc-internal-format
28396 msgid "logical %<and%> applied to non-boolean constant"
28397 msgstr ""
28398
28399 #: c-family/c-warn.c:303
28400 #, gcc-internal-format
28401 msgid "logical %<or%> of collectively exhaustive tests is always true"
28402 msgstr ""
28403
28404 #: c-family/c-warn.c:307
28405 #, gcc-internal-format
28406 msgid "logical %<and%> of mutually exclusive tests is always false"
28407 msgstr ""
28408
28409 #: c-family/c-warn.c:317
28410 #, gcc-internal-format
28411 msgid "logical %<or%> of equal expressions"
28412 msgstr ""
28413
28414 #: c-family/c-warn.c:320
28415 #, gcc-internal-format
28416 msgid "logical %<and%> of equal expressions"
28417 msgstr ""
28418
28419 #: c-family/c-warn.c:406
28420 #, gcc-internal-format
28421 msgid "bitwise comparison always evaluates to false"
28422 msgstr ""
28423
28424 #: c-family/c-warn.c:409
28425 #, gcc-internal-format
28426 msgid "bitwise comparison always evaluates to true"
28427 msgstr ""
28428
28429 #: c-family/c-warn.c:514
28430 #, gcc-internal-format
28431 msgid "self-comparison always evaluates to true"
28432 msgstr ""
28433
28434 #: c-family/c-warn.c:517
28435 #, gcc-internal-format
28436 msgid "self-comparison always evaluates to false"
28437 msgstr ""
28438
28439 #: c-family/c-warn.c:568
28440 #, gcc-internal-format
28441 msgid "logical not is only applied to the left hand side of comparison"
28442 msgstr ""
28443
28444 #: c-family/c-warn.c:576
28445 #, gcc-internal-format
28446 msgid "add parentheses around left hand side expression to silence this warning"
28447 msgstr ""
28448
28449 #: c-family/c-warn.c:710
28450 #, gcc-internal-format
28451 msgid "type-punning to incomplete type might break strict-aliasing rules"
28452 msgstr ""
28453
28454 #: c-family/c-warn.c:728
28455 #, gcc-internal-format
28456 msgid "dereferencing type-punned pointer will break strict-aliasing rules"
28457 msgstr "розіменовування вказівника із каламбуром типізації порушить правила строгого злиття"
28458
28459 #: c-family/c-warn.c:736 c-family/c-warn.c:754
28460 #, gcc-internal-format
28461 msgid "dereferencing type-punned pointer might break strict-aliasing rules"
28462 msgstr "розіменовування вказівника із каламбуром типізації може порушити правила строгого злиття"
28463
28464 #: c-family/c-warn.c:901
28465 #, gcc-internal-format
28466 msgid "argument to %<sizeof%> in %qD call is the same expression as the source; did you mean to use the size of the destination?"
28467 msgstr ""
28468
28469 #: c-family/c-warn.c:932
28470 #, gcc-internal-format
28471 msgid "argument to %<sizeof%> in %qD call is the same expression as the destination; did you mean to remove the addressof?"
28472 msgstr ""
28473
28474 #: c-family/c-warn.c:939
28475 #, gcc-internal-format
28476 msgid "argument to %<sizeof%> in %qD call is the same expression as the destination; did you mean to provide an explicit length?"
28477 msgstr ""
28478
28479 #: c-family/c-warn.c:944
28480 #, gcc-internal-format
28481 msgid "argument to %<sizeof%> in %qD call is the same expression as the destination; did you mean to dereference it?"
28482 msgstr ""
28483
28484 #: c-family/c-warn.c:956
28485 #, gcc-internal-format
28486 msgid "argument to %<sizeof%> in %qD call is the same pointer type %qT as the destination; expected %qT or an explicit length"
28487 msgstr ""
28488
28489 #: c-family/c-warn.c:972
28490 #, gcc-internal-format
28491 msgid "argument to %<sizeof%> in %qD call is the same expression as the source; did you mean to remove the addressof?"
28492 msgstr ""
28493
28494 #: c-family/c-warn.c:979
28495 #, gcc-internal-format
28496 msgid "argument to %<sizeof%> in %qD call is the same expression as the source; did you mean to provide an explicit length?"
28497 msgstr ""
28498
28499 #: c-family/c-warn.c:984
28500 #, gcc-internal-format
28501 msgid "argument to %<sizeof%> in %qD call is the same expression as the source; did you mean to dereference it?"
28502 msgstr ""
28503
28504 #: c-family/c-warn.c:996
28505 #, gcc-internal-format
28506 msgid "argument to %<sizeof%> in %qD call is the same pointer type %qT as the source; expected %qT or an explicit length"
28507 msgstr ""
28508
28509 #: c-family/c-warn.c:1012
28510 #, gcc-internal-format
28511 msgid "argument to %<sizeof%> in %qD call is the same expression as the first source; did you mean to remove the addressof?"
28512 msgstr ""
28513
28514 #: c-family/c-warn.c:1019
28515 #, gcc-internal-format
28516 msgid "argument to %<sizeof%> in %qD call is the same expression as the first source; did you mean to provide an explicit length?"
28517 msgstr ""
28518
28519 #: c-family/c-warn.c:1024
28520 #, gcc-internal-format
28521 msgid "argument to %<sizeof%> in %qD call is the same expression as the first source; did you mean to dereference it?"
28522 msgstr ""
28523
28524 #: c-family/c-warn.c:1036
28525 #, gcc-internal-format
28526 msgid "argument to %<sizeof%> in %qD call is the same pointer type %qT as the first source; expected %qT or an explicit length"
28527 msgstr ""
28528
28529 #: c-family/c-warn.c:1052
28530 #, gcc-internal-format
28531 msgid "argument to %<sizeof%> in %qD call is the same expression as the second source; did you mean to remove the addressof?"
28532 msgstr ""
28533
28534 #: c-family/c-warn.c:1059
28535 #, gcc-internal-format
28536 msgid "argument to %<sizeof%> in %qD call is the same expression as the second source; did you mean to provide an explicit length?"
28537 msgstr ""
28538
28539 #: c-family/c-warn.c:1064
28540 #, gcc-internal-format
28541 msgid "argument to %<sizeof%> in %qD call is the same expression as the second source; did you mean to dereference it?"
28542 msgstr ""
28543
28544 #: c-family/c-warn.c:1076
28545 #, gcc-internal-format
28546 msgid "argument to %<sizeof%> in %qD call is the same pointer type %qT as the second source; expected %qT or an explicit length"
28547 msgstr ""
28548
28549 #: c-family/c-warn.c:1105 c-family/c-warn.c:1112
28550 #, gcc-internal-format
28551 msgid "%<_Atomic%>-qualified parameter type %qT of %q+D"
28552 msgstr ""
28553
28554 #: c-family/c-warn.c:1122
28555 #, gcc-internal-format
28556 msgid "first argument of %q+D should be %<int%>"
28557 msgstr ""
28558
28559 #: c-family/c-warn.c:1131
28560 #, gcc-internal-format
28561 msgid "second argument of %q+D should be %<char **%>"
28562 msgstr ""
28563
28564 #: c-family/c-warn.c:1140
28565 #, gcc-internal-format
28566 msgid "third argument of %q+D should probably be %<char **%>"
28567 msgstr ""
28568
28569 #: c-family/c-warn.c:1151
28570 #, gcc-internal-format
28571 msgid "%q+D takes only zero or two arguments"
28572 msgstr ""
28573
28574 #: c-family/c-warn.c:1155
28575 #, gcc-internal-format
28576 msgid "%q+D declared as variadic function"
28577 msgstr ""
28578
28579 #: c-family/c-warn.c:1198
28580 #, gcc-internal-format
28581 msgid "conversion to %qT from boolean expression"
28582 msgstr "перетворення до %qT з булевого виразу"
28583
28584 #: c-family/c-warn.c:1223 c-family/c-warn.c:1387
28585 #, gcc-internal-format
28586 msgid "unsigned conversion from %qT to %qT changes value from %qE to %qE"
28587 msgstr ""
28588
28589 #: c-family/c-warn.c:1228 c-family/c-warn.c:1395
28590 #, gcc-internal-format
28591 msgid "unsigned conversion from %qT to %qT changes the value of %qE"
28592 msgstr ""
28593
28594 #: c-family/c-warn.c:1236
28595 #, gcc-internal-format
28596 msgid "signed conversion from %qT to %qT changes value from %qE to %qE"
28597 msgstr ""
28598
28599 #: c-family/c-warn.c:1241
28600 #, gcc-internal-format
28601 msgid "signed conversion from %qT to %qT changes the value of %qE"
28602 msgstr ""
28603
28604 #: c-family/c-warn.c:1248 c-family/c-warn.c:1385
28605 #, gcc-internal-format
28606 msgid "conversion from %qT to %qT changes value from %qE to %qE"
28607 msgstr ""
28608
28609 #: c-family/c-warn.c:1252 c-family/c-warn.c:1393
28610 #, gcc-internal-format
28611 msgid "conversion from %qT to %qT changes the value of %qE"
28612 msgstr ""
28613
28614 #: c-family/c-warn.c:1335
28615 #, gcc-internal-format
28616 msgid "conversion to %qT from %qT may change the sign of the result"
28617 msgstr "перетворення з %qT до %qT може змінити знак результату"
28618
28619 #: c-family/c-warn.c:1340
28620 #, gcc-internal-format
28621 msgid "conversion from %qT to %qT discards imaginary component"
28622 msgstr ""
28623
28624 #: c-family/c-warn.c:1344
28625 #, gcc-internal-format
28626 msgid "conversion from %qT to %qT may change value"
28627 msgstr ""
28628
28629 #: c-family/c-warn.c:1406 c-family/c-warn.c:1423 c-family/c-warn.c:1440
28630 #, gcc-internal-format
28631 msgid "overflow in conversion from %qT to %qT changes value from %qE to %qE"
28632 msgstr ""
28633
28634 #: c-family/c-warn.c:1411 c-family/c-warn.c:1428 c-family/c-warn.c:1445
28635 #, gcc-internal-format
28636 msgid "overflow in conversion from %qT to %qT changes the value of %qE"
28637 msgstr ""
28638
28639 #: c-family/c-warn.c:1475
28640 #, gcc-internal-format
28641 msgid "case value %qs not in enumerated type"
28642 msgstr "значення випадку %qs не належить до перераховного типу"
28643
28644 #: c-family/c-warn.c:1480
28645 #, gcc-internal-format
28646 msgid "case value %qs not in enumerated type %qT"
28647 msgstr "значення випадку %qs не належить до перераховного типу %qT"
28648
28649 #: c-family/c-warn.c:1560
28650 #, gcc-internal-format
28651 msgid "lower value in case label range less than minimum value for type"
28652 msgstr ""
28653
28654 #: c-family/c-warn.c:1574
28655 #, gcc-internal-format
28656 msgid "case label value is less than minimum value for type"
28657 msgstr ""
28658
28659 #: c-family/c-warn.c:1591
28660 #, gcc-internal-format
28661 msgid "upper value in case label range exceeds maximum value for type"
28662 msgstr ""
28663
28664 #: c-family/c-warn.c:1604
28665 #, gcc-internal-format
28666 msgid "case label value exceeds maximum value for type"
28667 msgstr ""
28668
28669 #: c-family/c-warn.c:1617
28670 #, gcc-internal-format
28671 msgid "switch missing default case"
28672 msgstr ""
28673
28674 #: c-family/c-warn.c:1662
28675 #, gcc-internal-format
28676 msgid "switch condition has boolean value"
28677 msgstr ""
28678
28679 #: c-family/c-warn.c:1744
28680 #, gcc-internal-format
28681 msgid "enumeration value %qE not handled in switch"
28682 msgstr ""
28683
28684 #: c-family/c-warn.c:1772
28685 #, gcc-internal-format
28686 msgid "the omitted middle operand in %<?:%> will always be %<true%>, suggest explicit middle operand"
28687 msgstr ""
28688
28689 #: c-family/c-warn.c:1794
28690 #, gcc-internal-format
28691 msgid "assignment of member %qD in read-only object"
28692 msgstr ""
28693
28694 #: c-family/c-warn.c:1796
28695 #, gcc-internal-format
28696 msgid "increment of member %qD in read-only object"
28697 msgstr ""
28698
28699 #: c-family/c-warn.c:1798
28700 #, gcc-internal-format
28701 msgid "decrement of member %qD in read-only object"
28702 msgstr ""
28703
28704 #: c-family/c-warn.c:1800
28705 #, gcc-internal-format
28706 msgid "member %qD in read-only object used as %<asm%> output"
28707 msgstr ""
28708
28709 #: c-family/c-warn.c:1804
28710 #, gcc-internal-format
28711 msgid "assignment of read-only member %qD"
28712 msgstr ""
28713
28714 #: c-family/c-warn.c:1805
28715 #, gcc-internal-format
28716 msgid "increment of read-only member %qD"
28717 msgstr ""
28718
28719 #: c-family/c-warn.c:1806
28720 #, gcc-internal-format
28721 msgid "decrement of read-only member %qD"
28722 msgstr ""
28723
28724 #: c-family/c-warn.c:1807
28725 #, gcc-internal-format
28726 msgid "read-only member %qD used as %<asm%> output"
28727 msgstr ""
28728
28729 #: c-family/c-warn.c:1811
28730 #, gcc-internal-format
28731 msgid "assignment of read-only variable %qD"
28732 msgstr ""
28733
28734 #: c-family/c-warn.c:1812
28735 #, gcc-internal-format
28736 msgid "increment of read-only variable %qD"
28737 msgstr ""
28738
28739 #: c-family/c-warn.c:1813
28740 #, gcc-internal-format
28741 msgid "decrement of read-only variable %qD"
28742 msgstr ""
28743
28744 #: c-family/c-warn.c:1814
28745 #, gcc-internal-format
28746 msgid "read-only variable %qD used as %<asm%> output"
28747 msgstr ""
28748
28749 #: c-family/c-warn.c:1817
28750 #, gcc-internal-format
28751 msgid "assignment of read-only parameter %qD"
28752 msgstr ""
28753
28754 #: c-family/c-warn.c:1818
28755 #, gcc-internal-format
28756 msgid "increment of read-only parameter %qD"
28757 msgstr ""
28758
28759 #: c-family/c-warn.c:1819
28760 #, gcc-internal-format
28761 msgid "decrement of read-only parameter %qD"
28762 msgstr ""
28763
28764 #: c-family/c-warn.c:1820
28765 #, gcc-internal-format
28766 msgid "read-only parameter %qD use as %<asm%> output"
28767 msgstr ""
28768
28769 #: c-family/c-warn.c:1825
28770 #, gcc-internal-format
28771 msgid "assignment of read-only named return value %qD"
28772 msgstr ""
28773
28774 #: c-family/c-warn.c:1827
28775 #, gcc-internal-format
28776 msgid "increment of read-only named return value %qD"
28777 msgstr ""
28778
28779 #: c-family/c-warn.c:1829
28780 #, gcc-internal-format
28781 msgid "decrement of read-only named return value %qD"
28782 msgstr ""
28783
28784 #: c-family/c-warn.c:1831
28785 #, gcc-internal-format
28786 msgid "read-only named return value %qD used as %<asm%>output"
28787 msgstr ""
28788
28789 #: c-family/c-warn.c:1836
28790 #, gcc-internal-format
28791 msgid "assignment of function %qD"
28792 msgstr ""
28793
28794 #: c-family/c-warn.c:1837
28795 #, gcc-internal-format
28796 msgid "increment of function %qD"
28797 msgstr ""
28798
28799 #: c-family/c-warn.c:1838
28800 #, gcc-internal-format
28801 msgid "decrement of function %qD"
28802 msgstr ""
28803
28804 #: c-family/c-warn.c:1839
28805 #, gcc-internal-format
28806 msgid "function %qD used as %<asm%> output"
28807 msgstr ""
28808
28809 #: c-family/c-warn.c:1842 c/c-typeck.c:4893
28810 #, gcc-internal-format
28811 msgid "assignment of read-only location %qE"
28812 msgstr ""
28813
28814 #: c-family/c-warn.c:1843 c/c-typeck.c:4896
28815 #, gcc-internal-format
28816 msgid "increment of read-only location %qE"
28817 msgstr ""
28818
28819 #: c-family/c-warn.c:1844 c/c-typeck.c:4899
28820 #, gcc-internal-format
28821 msgid "decrement of read-only location %qE"
28822 msgstr ""
28823
28824 #: c-family/c-warn.c:1845
28825 #, gcc-internal-format
28826 msgid "read-only location %qE used as %<asm%> output"
28827 msgstr ""
28828
28829 #: c-family/c-warn.c:1859
28830 #, gcc-internal-format
28831 msgid "lvalue required as left operand of assignment"
28832 msgstr ""
28833
28834 #: c-family/c-warn.c:1862
28835 #, gcc-internal-format
28836 msgid "lvalue required as increment operand"
28837 msgstr ""
28838
28839 #: c-family/c-warn.c:1865
28840 #, gcc-internal-format
28841 msgid "lvalue required as decrement operand"
28842 msgstr ""
28843
28844 #: c-family/c-warn.c:1868
28845 #, gcc-internal-format
28846 msgid "lvalue required as unary %<&%> operand"
28847 msgstr ""
28848
28849 #: c-family/c-warn.c:1871
28850 #, fuzzy, gcc-internal-format
28851 #| msgid "Blank required in %s statement near %C"
28852 msgid "lvalue required in %<asm%> statement"
28853 msgstr "Потрібен пробіл у інструкції %s поряд із %C"
28854
28855 #: c-family/c-warn.c:1888
28856 #, gcc-internal-format
28857 msgid "invalid type argument (have %qT)"
28858 msgstr ""
28859
28860 #: c-family/c-warn.c:1892
28861 #, gcc-internal-format
28862 msgid "invalid type argument of array indexing (have %qT)"
28863 msgstr ""
28864
28865 #: c-family/c-warn.c:1897
28866 #, gcc-internal-format
28867 msgid "invalid type argument of unary %<*%> (have %qT)"
28868 msgstr ""
28869
28870 #: c-family/c-warn.c:1902
28871 #, gcc-internal-format
28872 msgid "invalid type argument of %<->%> (have %qT)"
28873 msgstr ""
28874
28875 #: c-family/c-warn.c:1907
28876 #, gcc-internal-format
28877 msgid "invalid type argument of %<->*%> (have %qT)"
28878 msgstr ""
28879
28880 #: c-family/c-warn.c:1912
28881 #, gcc-internal-format
28882 msgid "invalid type argument of implicit conversion (have %qT)"
28883 msgstr ""
28884
28885 #: c-family/c-warn.c:1939
28886 #, gcc-internal-format
28887 msgid "array subscript has type %<char%>"
28888 msgstr ""
28889
28890 #: c-family/c-warn.c:1975 c-family/c-warn.c:1978
28891 #, gcc-internal-format
28892 msgid "suggest parentheses around %<+%> inside %<<<%>"
28893 msgstr ""
28894
28895 #: c-family/c-warn.c:1981 c-family/c-warn.c:1984
28896 #, gcc-internal-format
28897 msgid "suggest parentheses around %<-%> inside %<<<%>"
28898 msgstr ""
28899
28900 #: c-family/c-warn.c:1990 c-family/c-warn.c:1993
28901 #, gcc-internal-format
28902 msgid "suggest parentheses around %<+%> inside %<>>%>"
28903 msgstr ""
28904
28905 #: c-family/c-warn.c:1996 c-family/c-warn.c:1999
28906 #, gcc-internal-format
28907 msgid "suggest parentheses around %<-%> inside %<>>%>"
28908 msgstr ""
28909
28910 #: c-family/c-warn.c:2005 c-family/c-warn.c:2008
28911 #, gcc-internal-format
28912 msgid "suggest parentheses around %<&&%> within %<||%>"
28913 msgstr ""
28914
28915 #: c-family/c-warn.c:2015 c-family/c-warn.c:2019
28916 #, gcc-internal-format
28917 msgid "suggest parentheses around arithmetic in operand of %<|%>"
28918 msgstr ""
28919
28920 #: c-family/c-warn.c:2023 c-family/c-warn.c:2026
28921 #, gcc-internal-format
28922 msgid "suggest parentheses around comparison in operand of %<|%>"
28923 msgstr ""
28924
28925 #: c-family/c-warn.c:2031
28926 #, gcc-internal-format
28927 msgid "suggest parentheses around operand of %<!%> or change %<|%> to %<||%> or %<!%> to %<~%>"
28928 msgstr ""
28929
28930 #: c-family/c-warn.c:2039 c-family/c-warn.c:2043
28931 #, gcc-internal-format
28932 msgid "suggest parentheses around arithmetic in operand of %<^%>"
28933 msgstr ""
28934
28935 #: c-family/c-warn.c:2047 c-family/c-warn.c:2050
28936 #, gcc-internal-format
28937 msgid "suggest parentheses around comparison in operand of %<^%>"
28938 msgstr ""
28939
28940 #: c-family/c-warn.c:2056 c-family/c-warn.c:2059
28941 #, gcc-internal-format
28942 msgid "suggest parentheses around %<+%> in operand of %<&%>"
28943 msgstr ""
28944
28945 #: c-family/c-warn.c:2062 c-family/c-warn.c:2065
28946 #, gcc-internal-format
28947 msgid "suggest parentheses around %<-%> in operand of %<&%>"
28948 msgstr ""
28949
28950 #: c-family/c-warn.c:2069 c-family/c-warn.c:2072
28951 #, gcc-internal-format
28952 msgid "suggest parentheses around comparison in operand of %<&%>"
28953 msgstr ""
28954
28955 #: c-family/c-warn.c:2077
28956 #, gcc-internal-format
28957 msgid "suggest parentheses around operand of %<!%> or change %<&%> to %<&&%> or %<!%> to %<~%>"
28958 msgstr ""
28959
28960 #: c-family/c-warn.c:2084 c-family/c-warn.c:2087
28961 #, gcc-internal-format
28962 msgid "suggest parentheses around comparison in operand of %<==%>"
28963 msgstr ""
28964
28965 #: c-family/c-warn.c:2092 c-family/c-warn.c:2095
28966 #, gcc-internal-format
28967 msgid "suggest parentheses around comparison in operand of %<!=%>"
28968 msgstr ""
28969
28970 #: c-family/c-warn.c:2105 c-family/c-warn.c:2111
28971 #, gcc-internal-format
28972 msgid "comparisons like %<X<=Y<=Z%> do not have their mathematical meaning"
28973 msgstr ""
28974
28975 #: c-family/c-warn.c:2127
28976 #, gcc-internal-format
28977 msgid "label %q+D defined but not used"
28978 msgstr ""
28979
28980 #: c-family/c-warn.c:2129
28981 #, gcc-internal-format
28982 msgid "label %q+D declared but not defined"
28983 msgstr ""
28984
28985 #: c-family/c-warn.c:2152
28986 #, gcc-internal-format
28987 msgid "division by zero"
28988 msgstr "ділення на нуль"
28989
28990 #: c-family/c-warn.c:2172
28991 #, gcc-internal-format
28992 msgid "%<memset%> used with constant zero length parameter; this could be due to transposed parameters"
28993 msgstr ""
28994
28995 #: c-family/c-warn.c:2196
28996 #, gcc-internal-format
28997 msgid "%<memset%> used with length equal to number of elements without multiplication by element size"
28998 msgstr ""
28999
29000 #: c-family/c-warn.c:2235 c/c-typeck.c:11960 c/c-typeck.c:12128
29001 #: cp/typeck.c:5259
29002 #, gcc-internal-format
29003 msgid "comparison between types %qT and %qT"
29004 msgstr ""
29005
29006 #: c-family/c-warn.c:2288
29007 #, gcc-internal-format
29008 msgid "comparison of integer expressions of different signedness: %qT and %qT"
29009 msgstr "порівняння цілочисельних виразів невід'ємного і різнознакового діапазонів: %qT і %qT"
29010
29011 #: c-family/c-warn.c:2341
29012 #, gcc-internal-format
29013 msgid "promoted bitwise complement of an unsigned value is always nonzero"
29014 msgstr ""
29015
29016 #: c-family/c-warn.c:2345
29017 #, gcc-internal-format
29018 msgid "comparison of promoted bitwise complement of an unsigned value with constant"
29019 msgstr ""
29020
29021 #: c-family/c-warn.c:2356
29022 #, gcc-internal-format
29023 msgid "comparison of promoted bitwise complement of an unsigned value with unsigned"
29024 msgstr ""
29025
29026 #: c-family/c-warn.c:2411
29027 #, gcc-internal-format
29028 msgid "unused parameter %qD"
29029 msgstr "невикористаний параметр %qD"
29030
29031 #: c-family/c-warn.c:2473
29032 #, gcc-internal-format
29033 msgid "typedef %qD locally defined but not used"
29034 msgstr ""
29035
29036 #: c-family/c-warn.c:2509
29037 #, gcc-internal-format
29038 msgid "duplicated %<if%> condition"
29039 msgstr "дублювання умови %<if%>"
29040
29041 #: c-family/c-warn.c:2538
29042 #, gcc-internal-format
29043 msgid "optimization attribute on %qD follows definition but the attribute doesn%'t match"
29044 msgstr ""
29045
29046 #: c-family/c-warn.c:2546
29047 #, gcc-internal-format
29048 msgid "inline declaration of %qD follows declaration with attribute %<noinline%>"
29049 msgstr ""
29050
29051 #: c-family/c-warn.c:2551
29052 #, gcc-internal-format
29053 msgid "declaration of %q+D with attribute %<noinline%> follows inline declaration"
29054 msgstr ""
29055
29056 #: c-family/c-warn.c:2600
29057 #, gcc-internal-format
29058 msgid "result of %qE requires %u bits to represent, but %qT only has %u bits"
29059 msgstr ""
29060
29061 #: c-family/c-warn.c:2638 c-family/c-warn.c:2662
29062 #, gcc-internal-format
29063 msgid "comparison of constant %qE with boolean expression is always false"
29064 msgstr ""
29065
29066 #: c-family/c-warn.c:2641 c-family/c-warn.c:2659
29067 #, gcc-internal-format
29068 msgid "comparison of constant %qE with boolean expression is always true"
29069 msgstr ""
29070
29071 #: c-family/c-warn.c:2709
29072 msgid "passing argument %i to %qs-qualified parameter aliases with argument %Z"
29073 msgid_plural "passing argument %i to %qs-qualified parameter aliases with arguments %Z"
29074 msgstr[0] ""
29075 msgstr[1] ""
29076 msgstr[2] ""
29077
29078 #: c-family/c-warn.c:2774 c/c-typeck.c:5464 cp/call.c:5664
29079 #, gcc-internal-format
29080 msgid "this condition has identical branches"
29081 msgstr ""
29082
29083 #: c-family/c-warn.c:2881
29084 #, gcc-internal-format
29085 msgid "macro expands to multiple statements"
29086 msgstr ""
29087
29088 #: c-family/c-warn.c:2882
29089 #, gcc-internal-format
29090 msgid "some parts of macro expansion are not guarded by this %qs clause"
29091 msgstr ""
29092
29093 #: c-family/c-warn.c:2975
29094 #, gcc-internal-format
29095 msgid "converting a packed %qT pointer (alignment %d) to a %qT pointer (alignment %d) may result in an unaligned pointer value"
29096 msgstr ""
29097
29098 #: c-family/c-warn.c:2982 c-family/c-warn.c:2985 cp/init.c:633
29099 #, gcc-internal-format
29100 msgid "defined here"
29101 msgstr "визначено тут"
29102
29103 #: c-family/c-warn.c:3072
29104 #, gcc-internal-format
29105 msgid "taking address of packed member of %qT may result in an unaligned pointer value"
29106 msgstr ""
29107
29108 #: c-family/cppspec.c:94
29109 #, gcc-internal-format
29110 msgid "%qs is not a valid option to the preprocessor"
29111 msgstr ""
29112
29113 #: c-family/cppspec.c:113
29114 #, gcc-internal-format
29115 msgid "too many input files"
29116 msgstr ""
29117
29118 #: common/config/aarch64/aarch64-common.c:497 config/aarch64/aarch64.c:13769
29119 #, gcc-internal-format
29120 msgid "unknown value %qs for %<-mcpu%>"
29121 msgstr ""
29122
29123 #: common/config/alpha/alpha-common.c:75
29124 #, gcc-internal-format
29125 msgid "bad value %qs for %<-mtls-size%> switch"
29126 msgstr ""
29127
29128 #: common/config/arc/arc-common.c:87
29129 #, gcc-internal-format
29130 msgid "multiple %<-mcpu=%> options specified."
29131 msgstr ""
29132
29133 #: common/config/arc/arc-common.c:93
29134 #, gcc-internal-format
29135 msgid "Unsupported value for mmpy-option"
29136 msgstr ""
29137
29138 #: common/config/arm/arm-common.c:259
29139 #, gcc-internal-format, gfc-internal-format
29140 msgid "%%:target_mode_check takes an even number of parameters"
29141 msgstr ""
29142
29143 #: common/config/arm/arm-common.c:269
29144 #, gcc-internal-format, gfc-internal-format
29145 msgid "unrecognized option passed to %%:target_mode_check"
29146 msgstr ""
29147
29148 #: common/config/arm/arm-common.c:331 common/config/arm/arm-common.c:395
29149 #: common/config/arm/arm-common.c:442 config/aarch64/aarch64.c:13701
29150 #: config/aarch64/aarch64.c:13739
29151 #, gcc-internal-format
29152 msgid "valid arguments are: %s; did you mean %qs?"
29153 msgstr "коректними аргументами є такі: %s; ви мали на увазі %qs?"
29154
29155 #: common/config/arm/arm-common.c:334 common/config/arm/arm-common.c:398
29156 #: common/config/arm/arm-common.c:445 config/aarch64/aarch64.c:13704
29157 #, gcc-internal-format, gfc-internal-format
29158 msgid "valid arguments are: %s"
29159 msgstr "коректні аргументи: %s"
29160
29161 #: common/config/arm/arm-common.c:371 common/config/arm/arm-common.c:425
29162 #, gcc-internal-format, gfc-internal-format
29163 msgid "unrecognized %s target: %s"
29164 msgstr ""
29165
29166 #: common/config/arm/arm-common.c:461
29167 #, gcc-internal-format
29168 msgid "unrecognized %<-mfpu%> target: %s"
29169 msgstr ""
29170
29171 #: common/config/arm/arm-common.c:489
29172 #, gcc-internal-format
29173 msgid "%qs does not support feature %qs"
29174 msgstr "у %qs не передбачено підтримки можливості %qs"
29175
29176 #: common/config/arm/arm-common.c:500
29177 #, gcc-internal-format
29178 msgid "valid feature names are: %s; did you mean %qs?"
29179 msgstr "коректними назвами можливостей є такі: %s; ви мали на увазі %qs?"
29180
29181 #: common/config/arm/arm-common.c:503
29182 #, gcc-internal-format, gfc-internal-format
29183 msgid "valid feature names are: %s"
29184 msgstr "коректні назви можливостей: %s"
29185
29186 #: common/config/arm/arm-common.c:521
29187 #, gcc-internal-format, gfc-internal-format
29188 msgid "%s does not take any feature options"
29189 msgstr ""
29190
29191 #: common/config/arm/arm-common.c:612
29192 #, gcc-internal-format, gfc-internal-format
29193 msgid "%%:canon_for_mlib takes 1 or more pairs of parameters"
29194 msgstr ""
29195
29196 #: common/config/arm/arm-common.c:626
29197 #, gcc-internal-format, gfc-internal-format
29198 msgid "unrecognized operand to %%:canon_for_mlib"
29199 msgstr ""
29200
29201 #: common/config/arm/arm-common.c:972
29202 #, gcc-internal-format, gfc-internal-format
29203 msgid "unrecognized operand to %%:asm_auto_mfpu"
29204 msgstr ""
29205
29206 #: common/config/avr/avr-common.c:90
29207 #, gcc-internal-format
29208 msgid "option %<-mdouble=64%> is only available if configured %<--with-double={64|64,32|32,64}%>"
29209 msgstr ""
29210
29211 #: common/config/avr/avr-common.c:98
29212 #, gcc-internal-format
29213 msgid "option %<-mdouble=32%> is only available if configured %<--with-double={|32|32,64|64,32}%>"
29214 msgstr ""
29215
29216 #: common/config/avr/avr-common.c:114
29217 #, gcc-internal-format
29218 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}%>"
29219 msgstr ""
29220
29221 #: common/config/avr/avr-common.c:123
29222 #, gcc-internal-format
29223 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}%>"
29224 msgstr ""
29225
29226 #: common/config/bfin/bfin-common.c:304 common/config/m68k/m68k-common.c:60
29227 #, gcc-internal-format
29228 msgid "%<-mshared-library-id=%s%> is not between 0 and %d"
29229 msgstr ""
29230
29231 #: common/config/bfin/bfin-common.c:323
29232 #, gcc-internal-format
29233 msgid "%<-mcpu=%s%> is not valid"
29234 msgstr ""
29235
29236 #: common/config/bfin/bfin-common.c:359
29237 #, gcc-internal-format
29238 msgid "%<-mcpu=%s%> has invalid silicon revision"
29239 msgstr ""
29240
29241 #: common/config/i386/i386-common.c:1398
29242 #, gcc-internal-format
29243 msgid "%<-malign-loops%> is obsolete, use %<-falign-loops%>"
29244 msgstr ""
29245
29246 #: common/config/i386/i386-common.c:1401
29247 #, gcc-internal-format
29248 msgid "%<-malign-loops=%d%> is not between 0 and %d"
29249 msgstr ""
29250
29251 #: common/config/i386/i386-common.c:1408
29252 #, gcc-internal-format
29253 msgid "%<-malign-jumps%> is obsolete, use %<-falign-jumps%>"
29254 msgstr ""
29255
29256 #: common/config/i386/i386-common.c:1411
29257 #, gcc-internal-format
29258 msgid "%<-malign-jumps=%d%> is not between 0 and %d"
29259 msgstr ""
29260
29261 #: common/config/i386/i386-common.c:1419
29262 #, gcc-internal-format
29263 msgid "%<-malign-functions%> is obsolete, use %<-falign-functions%>"
29264 msgstr ""
29265
29266 #: common/config/i386/i386-common.c:1422
29267 #, gcc-internal-format
29268 msgid "%<-malign-functions=%d%> is not between 0 and %d"
29269 msgstr ""
29270
29271 #: common/config/i386/i386-common.c:1431
29272 #, gcc-internal-format
29273 msgid "%<-mbranch-cost=%d%> is not between 0 and 5"
29274 msgstr ""
29275
29276 #: common/config/i386/i386-common.c:1485
29277 #, gcc-internal-format
29278 msgid "%<-fsplit-stack%> currently only supported on GNU/Linux"
29279 msgstr ""
29280
29281 #: common/config/i386/i386-common.c:1491
29282 #, gcc-internal-format
29283 msgid "%<-fsplit-stack%> requires assembler support for CFI directives"
29284 msgstr ""
29285
29286 #: common/config/ia64/ia64-common.c:65
29287 #, gcc-internal-format
29288 msgid "bad value %<%s%> for %<-mtls-size=%> switch"
29289 msgstr ""
29290
29291 #: common/config/msp430/msp430-common.c:57
29292 #, gcc-internal-format
29293 msgid "unrecognized argument of %<-mcpu%>: %s"
29294 msgstr ""
29295
29296 #: common/config/nds32/nds32-common.c:49
29297 #, gcc-internal-format
29298 msgid "%<-misr-vector-size=%d%> argument must be 4 or 16"
29299 msgstr ""
29300
29301 #: common/config/nds32/nds32-common.c:59
29302 #, gcc-internal-format
29303 msgid "%<-misr-secure=%d%> argument not in between 0 and 3"
29304 msgstr ""
29305
29306 #: common/config/nds32/nds32-common.c:69
29307 #, gcc-internal-format
29308 msgid "for the option %<-mcache-block-size=X%>, the valid X must be: 4, 8, 16, 32, 64, 128, 256, or 512"
29309 msgstr ""
29310
29311 #: common/config/riscv/riscv-common.c:253
29312 #, gcc-internal-format
29313 msgid "%<-march=%s%>: Expect number after %<%dp%>."
29314 msgstr "%<-march=%s%>: після %<%dp%> мало бути число."
29315
29316 #: common/config/riscv/riscv-common.c:329
29317 #, gcc-internal-format
29318 msgid "%<-march=%s%>: rv%de is not a valid base ISA"
29319 msgstr ""
29320
29321 #: common/config/riscv/riscv-common.c:351
29322 #, gcc-internal-format
29323 msgid "%<-march=%s%>: first ISA subset must be %<e%>, %<i%> or %<g%>"
29324 msgstr ""
29325
29326 #: common/config/riscv/riscv-common.c:378
29327 #, gcc-internal-format
29328 msgid "%<-march=%s%>: unsupported ISA subset %<%c%>"
29329 msgstr ""
29330
29331 #: common/config/riscv/riscv-common.c:382
29332 #, gcc-internal-format
29333 msgid "%<-march=%s%>: ISA string is not in canonical order. %<%c%>"
29334 msgstr ""
29335
29336 #: common/config/riscv/riscv-common.c:458
29337 #, gcc-internal-format
29338 msgid "%<-march=%s%>: %s must separate with _"
29339 msgstr ""
29340
29341 #: common/config/riscv/riscv-common.c:486
29342 #, gcc-internal-format
29343 msgid "%<-march=%s%>: ISA string must begin with rv32 or rv64"
29344 msgstr ""
29345
29346 #: common/config/riscv/riscv-common.c:518
29347 #, fuzzy, gcc-internal-format
29348 #| msgid "%<-march=%s%>: Expect number after %<%dp%>."
29349 msgid "%<-march=%s%>: unexpected ISA string at end: %qs"
29350 msgstr "%<-march=%s%>: після %<%dp%> мало бути число."
29351
29352 #: common/config/rs6000/rs6000-common.c:184 config/sparc/sparc.c:1736
29353 #, gcc-internal-format
29354 msgid "unknown %<-mdebug-%s%> switch"
29355 msgstr ""
29356
29357 #: common/config/rs6000/rs6000-common.c:223
29358 #, gcc-internal-format
29359 msgid "unknown switch %<-mlong-double-%s%>"
29360 msgstr ""
29361
29362 #: common/config/rs6000/rs6000-common.c:258
29363 #, gcc-internal-format
29364 msgid "%<-fsplit-stack%> currently only supported on PowerPC64 GNU/Linux with glibc-2.18 or later"
29365 msgstr ""
29366
29367 #: common/config/rx/rx-common.c:61
29368 #, gcc-internal-format
29369 msgid "the RX200 cpu does not have FPU hardware"
29370 msgstr ""
29371
29372 #: common/config/rx/rx-common.c:63
29373 #, gcc-internal-format
29374 msgid "the RX100 cpu does not have FPU hardware"
29375 msgstr ""
29376
29377 #: common/config/s390/s390-common.c:100
29378 #, gcc-internal-format
29379 msgid "stack guard value must be an exact power of 2"
29380 msgstr ""
29381
29382 #: common/config/s390/s390-common.c:105
29383 #, gcc-internal-format
29384 msgid "stack size must be an exact power of 2"
29385 msgstr ""
29386
29387 #: common/config/v850/v850-common.c:47
29388 #, gcc-internal-format
29389 msgid "value passed in %qs is too large"
29390 msgstr ""
29391
29392 #: config/darwin-c.c:82
29393 #, fuzzy, gcc-internal-format
29394 #| msgid "malformed %<#pragma options%>, ignoring"
29395 msgid "too many %<#pragma options%> align=reset"
29396 msgstr "помилкове форматування %<#pragma options%>, ігноруємо"
29397
29398 #: config/darwin-c.c:102 config/darwin-c.c:105 config/darwin-c.c:107
29399 #: config/darwin-c.c:109
29400 #, gcc-internal-format
29401 msgid "malformed %<#pragma options%>, ignoring"
29402 msgstr "помилкове форматування %<#pragma options%>, ігноруємо"
29403
29404 #: config/darwin-c.c:112
29405 #, gcc-internal-format
29406 msgid "junk at end of %<#pragma options%>"
29407 msgstr ""
29408
29409 #: config/darwin-c.c:122
29410 #, gcc-internal-format
29411 msgid "malformed %<#pragma options align={mac68k|power|reset}%>, ignoring"
29412 msgstr ""
29413
29414 #: config/darwin-c.c:134
29415 #, gcc-internal-format
29416 msgid "missing %<(%> after %<#pragma unused%>, ignoring"
29417 msgstr ""
29418
29419 #: config/darwin-c.c:155
29420 #, gcc-internal-format
29421 msgid "missing %<)%> after %<#pragma unused%>, ignoring"
29422 msgstr ""
29423
29424 #: config/darwin-c.c:158
29425 #, gcc-internal-format
29426 msgid "junk at end of %<#pragma unused%>"
29427 msgstr ""
29428
29429 #: config/darwin-c.c:169
29430 #, gcc-internal-format
29431 msgid "malformed %<#pragma ms_struct%>, ignoring"
29432 msgstr ""
29433
29434 #: config/darwin-c.c:177
29435 #, gcc-internal-format
29436 msgid "malformed %<#pragma ms_struct {on|off|reset}%>, ignoring"
29437 msgstr ""
29438
29439 #: config/darwin-c.c:180
29440 #, gcc-internal-format
29441 msgid "junk at end of %<#pragma ms_struct%>"
29442 msgstr ""
29443
29444 #: config/darwin-c.c:406
29445 #, gcc-internal-format, gfc-internal-format
29446 msgid "subframework include %s conflicts with framework include"
29447 msgstr ""
29448
29449 #: config/darwin-c.c:709
29450 #, gcc-internal-format
29451 msgid "unknown value %qs of %<-mmacosx-version-min%>"
29452 msgstr ""
29453
29454 #: config/darwin-driver.c:133
29455 #, gcc-internal-format
29456 msgid "sysctl for kern.osversion failed: %m"
29457 msgstr ""
29458
29459 #: config/darwin-driver.c:165
29460 #, gcc-internal-format
29461 msgid "couldn%'t understand kern.osversion %q.*s"
29462 msgstr ""
29463
29464 #: config/darwin-driver.c:205
29465 #, fuzzy, gcc-internal-format
29466 #| msgid "couldn%'t understand version %s\n"
29467 msgid "couldn%'t understand version %s"
29468 msgstr "не вдалося визначити версію %s\n"
29469
29470 #: config/darwin-driver.c:281
29471 #, gcc-internal-format, gfc-internal-format
29472 msgid "this compiler does not support %s"
29473 msgstr ""
29474
29475 #: config/darwin-driver.c:324
29476 #, fuzzy, gcc-internal-format
29477 #| msgid "%qs is not a valid offset in %qs"
29478 msgid "%qs is not valid for %<mmacosx-version-min%>"
29479 msgstr "%qs не є коректним зсувом у %qs"
29480
29481 #: config/darwin-driver.c:358
29482 #, gcc-internal-format
29483 msgid "this compiler does not support PowerPC (arch flags ignored)"
29484 msgstr ""
29485
29486 #: config/darwin-driver.c:362
29487 #, gcc-internal-format, gfc-internal-format
29488 msgid "%s conflicts with i386 (arch flags ignored)"
29489 msgstr ""
29490
29491 #: config/darwin-driver.c:370
29492 #, gcc-internal-format, gfc-internal-format
29493 msgid "%s conflicts with x86_64 (arch flags ignored)"
29494 msgstr ""
29495
29496 #: config/darwin-driver.c:377
29497 #, gcc-internal-format
29498 msgid "this compiler does not support X86 (arch flags ignored)"
29499 msgstr ""
29500
29501 #: config/darwin-driver.c:381
29502 #, gcc-internal-format, gfc-internal-format
29503 msgid "%s conflicts with ppc (arch flags ignored)"
29504 msgstr ""
29505
29506 #: config/darwin-driver.c:389
29507 #, gcc-internal-format, gfc-internal-format
29508 msgid "%s conflicts with ppc64 (arch flags ignored)"
29509 msgstr ""
29510
29511 #: config/darwin.c:1933
29512 #, gcc-internal-format, gfc-internal-format
29513 msgid "failed to open temporary file %s for LTO output"
29514 msgstr ""
29515
29516 #: config/darwin.c:2026
29517 #, gcc-internal-format
29518 msgid "%qE 2.95 vtable-compatibility attribute applies only when compiling a kext"
29519 msgstr ""
29520
29521 #: config/darwin.c:2033
29522 #, gcc-internal-format
29523 msgid "%qE 2.95 vtable-compatibility attribute applies only to C++ classes"
29524 msgstr ""
29525
29526 #: config/darwin.c:2763
29527 #, gcc-internal-format
29528 msgid "protected visibility attribute not supported in this configuration; ignored"
29529 msgstr ""
29530
29531 #: config/darwin.c:2978
29532 #, gcc-internal-format, gfc-internal-format
29533 msgid "failed to open temporary file %s with LTO output"
29534 msgstr ""
29535
29536 #: config/darwin.c:3164
29537 #, gcc-internal-format
29538 msgid "%<-fobjc-abi-version%> 2 must be used for 64 bit targets with %<-fnext-runtime%>"
29539 msgstr ""
29540
29541 #: config/darwin.c:3169
29542 #, gcc-internal-format
29543 msgid "%<-fobjc-abi-version%> %d is not supported for 32 bit targets with %<-fnext-runtime%>"
29544 msgstr ""
29545
29546 #: config/darwin.c:3184
29547 #, gcc-internal-format
29548 msgid "%<-gsplit-dwarf%> is not supported on this platform, ignored"
29549 msgstr ""
29550
29551 #: config/darwin.c:3262
29552 #, gcc-internal-format
29553 msgid "%<-mdynamic-no-pic%> overrides %<-fpic%>, %<-fPIC%>, %<-fpie%> or %<-fPIE%>"
29554 msgstr ""
29555
29556 #: config/darwin.c:3305
29557 #, gcc-internal-format
29558 msgid "%<-mpic-symbol-stubs%> is not required for 64b code (ignored)"
29559 msgstr ""
29560
29561 #: config/darwin.c:3484
29562 #, gcc-internal-format
29563 msgid "built-in function %qD requires the %<-mconstant-cfstrings%> flag"
29564 msgstr ""
29565
29566 #: config/darwin.c:3491
29567 #, gcc-internal-format
29568 msgid "built-in function %qD takes one argument only"
29569 msgstr ""
29570
29571 #: config/darwin.c:3577
29572 #, gcc-internal-format
29573 msgid "CFString literal is missing"
29574 msgstr ""
29575
29576 #: config/darwin.c:3588
29577 #, gcc-internal-format
29578 msgid "CFString literal expression is not a string constant"
29579 msgstr ""
29580
29581 #: config/darwin.c:3612
29582 #, gcc-internal-format
29583 msgid "non-ASCII character in CFString literal"
29584 msgstr ""
29585
29586 #: config/darwin.c:3613
29587 #, gcc-internal-format
29588 msgid "embedded NUL in CFString literal"
29589 msgstr ""
29590
29591 #: config/host-darwin.c:61
29592 #, gcc-internal-format
29593 msgid "couldn%'t unmap pch_address_space: %m"
29594 msgstr ""
29595
29596 #: config/sol2-c.c:91 config/sol2-c.c:107
29597 #, gcc-internal-format
29598 msgid "malformed %<#pragma align%>, ignoring"
29599 msgstr ""
29600
29601 #: config/sol2-c.c:100
29602 #, gcc-internal-format
29603 msgid "invalid alignment for %<#pragma align%>, ignoring"
29604 msgstr ""
29605
29606 #: config/sol2-c.c:115
29607 #, gcc-internal-format
29608 msgid "%<#pragma align%> must appear before the declaration of %qD, ignoring"
29609 msgstr "%<#pragma align%> мало бути вказано до оголошення %qD, ігноруємо"
29610
29611 #: config/sol2-c.c:127 config/sol2-c.c:139
29612 #, gcc-internal-format
29613 msgid "malformed %<#pragma align%>"
29614 msgstr ""
29615
29616 #: config/sol2-c.c:134
29617 #, gcc-internal-format
29618 msgid "junk at end of %<#pragma align%>"
29619 msgstr ""
29620
29621 #: config/sol2-c.c:155 config/sol2-c.c:162
29622 #, gcc-internal-format
29623 msgid "malformed %<#pragma init%>, ignoring"
29624 msgstr ""
29625
29626 #: config/sol2-c.c:186 config/sol2-c.c:198
29627 #, gcc-internal-format
29628 msgid "malformed %<#pragma init%>"
29629 msgstr ""
29630
29631 #: config/sol2-c.c:193
29632 #, gcc-internal-format
29633 msgid "junk at end of %<#pragma init%>"
29634 msgstr ""
29635
29636 #: config/sol2-c.c:214 config/sol2-c.c:221
29637 #, gcc-internal-format
29638 msgid "malformed %<#pragma fini%>, ignoring"
29639 msgstr ""
29640
29641 #: config/sol2-c.c:245 config/sol2-c.c:257
29642 #, gcc-internal-format
29643 msgid "malformed %<#pragma fini%>"
29644 msgstr ""
29645
29646 #: config/sol2-c.c:252
29647 #, gcc-internal-format
29648 msgid "junk at end of %<#pragma fini%>"
29649 msgstr ""
29650
29651 #: config/sol2.c:57
29652 #, gcc-internal-format
29653 msgid "ignoring %<#pragma align%> for explicitly aligned %q+D"
29654 msgstr ""
29655
29656 #: config/vxworks.c:159
29657 #, gcc-internal-format
29658 msgid "PIC is only supported for RTPs"
29659 msgstr ""
29660
29661 #. Mach-O supports 'weak imports', and 'weak definitions' in coalesced
29662 #. sections. machopic_select_section ensures that weak variables go in
29663 #. coalesced sections. Weak aliases (or any other kind of aliases) are
29664 #. not supported. Weak symbols that aren't visible outside the .s file
29665 #. are not supported.
29666 #: config/darwin.h:545
29667 #, gcc-internal-format
29668 msgid "alias definitions not supported in Mach-O; ignored"
29669 msgstr ""
29670
29671 #. No profiling.
29672 #: config/vx-common.h:119
29673 #, gcc-internal-format
29674 msgid "profiler support for VxWorks"
29675 msgstr ""
29676
29677 #: config/aarch64/aarch64-builtins.c:1425
29678 #: config/aarch64/aarch64-builtins.c:1655 config/arm/arm-builtins.c:2338
29679 #, gcc-internal-format
29680 msgid "%Kargument %d must be a constant immediate"
29681 msgstr ""
29682
29683 #: config/aarch64/aarch64-builtins.c:1496 config/arm/arm-builtins.c:2592
29684 #, gcc-internal-format
29685 msgid "%Klane index must be a constant immediate"
29686 msgstr ""
29687
29688 #: config/aarch64/aarch64-builtins.c:1499
29689 #, gcc-internal-format
29690 msgid "%Ktotal size and element size must be a non-zero constant immediate"
29691 msgstr ""
29692
29693 #: config/aarch64/aarch64-builtins.c:1744
29694 #, fuzzy, gcc-internal-format
29695 #| msgid "Argument must be a constant between 0 and 31."
29696 msgid "%Kargument must be a 16-bit constant immediate"
29697 msgstr "Аргумент має бути сталою від 0 до 31."
29698
29699 #: config/aarch64/aarch64-builtins.c:1799
29700 #, gcc-internal-format
29701 msgid "Memory Tagging Extension does not support %<-mabi=ilp32%>"
29702 msgstr ""
29703
29704 #: config/aarch64/aarch64-builtins.c:1833
29705 #, fuzzy, gcc-internal-format
29706 #| msgid "Argument must be a constant between 0 and 31."
29707 msgid "%Kargument %d must be a constant immediate in range [0,15]"
29708 msgstr "Аргумент має бути сталою від 0 до 31."
29709
29710 #: config/aarch64/aarch64-builtins.c:2381
29711 #: config/aarch64/aarch64-builtins.c:2401
29712 #, gcc-internal-format, gfc-internal-format
29713 msgid "expected 64-bit address but argument 1 is %d-bit"
29714 msgstr ""
29715
29716 #: config/aarch64/aarch64-builtins.c:2385
29717 #, gcc-internal-format, gfc-internal-format
29718 msgid "expected 64-bit address but argument 2 is %d-bit"
29719 msgstr ""
29720
29721 #: config/aarch64/aarch64-c.c:273
29722 #, gcc-internal-format
29723 msgid "%<#pragma GCC aarch64%> requires a string parameter"
29724 msgstr ""
29725
29726 #: config/aarch64/aarch64-c.c:281
29727 #, gcc-internal-format
29728 msgid "unknown %<#pragma GCC aarch64%> option %qs"
29729 msgstr ""
29730
29731 #: config/aarch64/aarch64.c:1230
29732 #, gcc-internal-format
29733 msgid "the %qE attribute cannot be applied to an SVE function type"
29734 msgstr ""
29735
29736 #: config/aarch64/aarch64.c:1300 config/aarch64/aarch64.c:1314
29737 #, gcc-internal-format
29738 msgid "unexpected %<%s%> after %<%s%>"
29739 msgstr "неочікуване %<%s%> після %<%s%>"
29740
29741 #: config/aarch64/aarch64.c:1463
29742 #, gcc-internal-format
29743 msgid "%qs is incompatible with the use of floating-point types"
29744 msgstr ""
29745
29746 #: config/aarch64/aarch64.c:1466
29747 #, gcc-internal-format
29748 msgid "%qs is incompatible with the use of vector types"
29749 msgstr ""
29750
29751 #: config/aarch64/aarch64.c:1470
29752 #, gcc-internal-format
29753 msgid "%qs feature modifier is incompatible with the use of floating-point types"
29754 msgstr ""
29755
29756 #: config/aarch64/aarch64.c:1473
29757 #, gcc-internal-format
29758 msgid "%qs feature modifier is incompatible with the use of vector types"
29759 msgstr ""
29760
29761 #: config/aarch64/aarch64.c:1489
29762 #, gcc-internal-format
29763 msgid "this operation requires the SVE ISA extension"
29764 msgstr ""
29765
29766 #: config/aarch64/aarch64.c:1490
29767 #, gcc-internal-format
29768 msgid "you can enable SVE using the command-line option %<-march%>, or by using the %<target%> attribute or pragma"
29769 msgstr ""
29770
29771 #. We can't gracefully recover at this point, so make this a
29772 #. fatal error.
29773 #: config/aarch64/aarch64.c:4886
29774 #, gcc-internal-format
29775 msgid "arguments of type %qT require the SVE ISA extension"
29776 msgstr ""
29777
29778 #: config/aarch64/aarch64.c:5240
29779 #, gcc-internal-format
29780 msgid "SVE type %qT cannot be passed to an unprototyped function"
29781 msgstr ""
29782
29783 #: config/aarch64/aarch64.c:5353 config/aarch64/aarch64.c:5399
29784 #: config/aarch64/aarch64.c:5519 config/aarch64/aarch64.c:15522
29785 #: config/arm/arm.c:6937 config/arm/arm.c:6967 config/arm/arm.c:28236
29786 #, gcc-internal-format
29787 msgid "parameter passing for argument of type %qT changed in GCC 9.1"
29788 msgstr ""
29789
29790 #: config/aarch64/aarch64.c:5468
29791 #, gcc-internal-format
29792 msgid "%qE requires the SVE ISA extension"
29793 msgstr ""
29794
29795 #: config/aarch64/aarch64.c:5471
29796 #, gcc-internal-format
29797 msgid "calls to functions of type %qT require the SVE ISA extension"
29798 msgstr ""
29799
29800 #: config/aarch64/aarch64.c:5641
29801 #, gcc-internal-format
29802 msgid "stack probes for SVE frames"
29803 msgstr ""
29804
29805 #: config/aarch64/aarch64.c:13246
29806 #, gcc-internal-format
29807 msgid "unknown flag passed in %<-moverride=%s%> (%s)"
29808 msgstr ""
29809
29810 #: config/aarch64/aarch64.c:13290
29811 #, gcc-internal-format, gfc-internal-format
29812 msgid "%s string ill-formed\n"
29813 msgstr ""
29814
29815 #: config/aarch64/aarch64.c:13346
29816 #, gcc-internal-format
29817 msgid "invalid format for sve_width"
29818 msgstr "некоректний формат sve_width"
29819
29820 #: config/aarch64/aarch64.c:13358
29821 #, gcc-internal-format, gfc-internal-format
29822 msgid "invalid sve_width value: %d"
29823 msgstr "некоректне значення sve_width: %d"
29824
29825 #: config/aarch64/aarch64.c:13378
29826 #, gcc-internal-format, gfc-internal-format
29827 msgid "tuning string missing in option (%s)"
29828 msgstr ""
29829
29830 #: config/aarch64/aarch64.c:13396
29831 #, gcc-internal-format, gfc-internal-format
29832 msgid "unknown tuning option (%s)"
29833 msgstr "невідомий параметр регулювання (%s)"
29834
29835 #: config/aarch64/aarch64.c:13549
29836 #, gcc-internal-format
29837 msgid "incompatible options %<-mstack-protector-guard=global%> and %<-mstack-protector-guard-offset=%s%>"
29838 msgstr ""
29839
29840 #: config/aarch64/aarch64.c:13558
29841 #, gcc-internal-format
29842 msgid "both %<-mstack-protector-guard-offset%> and %<-mstack-protector-guard-reg%> must be used with %<-mstack-protector-guard=sysreg%>"
29843 msgstr ""
29844
29845 #: config/aarch64/aarch64.c:13566
29846 #, gcc-internal-format
29847 msgid "specify a system register with a small string length."
29848 msgstr ""
29849
29850 #: config/aarch64/aarch64.c:13576 config/rs6000/rs6000.c:4282
29851 #, gcc-internal-format
29852 msgid "%qs is not a valid offset in %qs"
29853 msgstr "%qs не є коректним зсувом у %qs"
29854
29855 #: config/aarch64/aarch64.c:13641
29856 #, gcc-internal-format
29857 msgid "only values 12 (4 KB) and 16 (64 KB) are supported for guard size. Given value %d (%llu KB) is out of range"
29858 msgstr ""
29859
29860 #: config/aarch64/aarch64.c:13657
29861 #, gcc-internal-format
29862 msgid "stack clash guard size %<%d%> must be equal to probing interval %<%d%>"
29863 msgstr ""
29864
29865 #: config/aarch64/aarch64.c:13742
29866 #, gcc-internal-format, gfc-internal-format
29867 msgid "valid arguments are: %s;"
29868 msgstr "коректні аргументи: %s;"
29869
29870 #: config/aarch64/aarch64.c:13766
29871 #, gcc-internal-format
29872 msgid "missing cpu name in %<-mcpu=%s%>"
29873 msgstr ""
29874
29875 #: config/aarch64/aarch64.c:13773
29876 #, gcc-internal-format
29877 msgid "invalid feature modifier %qs in %<-mcpu=%s%>"
29878 msgstr ""
29879
29880 #: config/aarch64/aarch64.c:13881
29881 #, fuzzy, gcc-internal-format
29882 #| msgid "invalid arg %<%s%> for %<-mbranch-protection=%>"
29883 msgid "invalid argument %<%s%> for %<-mbranch-protection=%>"
29884 msgstr "некоректний аргумент %<%s%> %<-mbranch-protection=%>"
29885
29886 #: config/aarch64/aarch64.c:13883
29887 #, fuzzy, gcc-internal-format
29888 #| msgid "invalid arg %<%s%> for %<-mbranch-protection=%>"
29889 msgid "missing argument for %<-mbranch-protection=%>"
29890 msgstr "некоректний аргумент %<%s%> %<-mbranch-protection=%>"
29891
29892 #: config/aarch64/aarch64.c:13907
29893 #, gcc-internal-format
29894 msgid "missing arch name in %<-march=%s%>"
29895 msgstr ""
29896
29897 #: config/aarch64/aarch64.c:13910
29898 #, gcc-internal-format
29899 msgid "unknown value %qs for %<-march%>"
29900 msgstr ""
29901
29902 #: config/aarch64/aarch64.c:13914
29903 #, gcc-internal-format
29904 msgid "invalid feature modifier %qs in %<-march=%s%>"
29905 msgstr "некоректний модифікатор можливості %qs у %<-march=%s%>"
29906
29907 #: config/aarch64/aarch64.c:13942
29908 #, gcc-internal-format
29909 msgid "missing cpu name in %<-mtune=%s%>"
29910 msgstr ""
29911
29912 #: config/aarch64/aarch64.c:13945
29913 #, gcc-internal-format
29914 msgid "unknown value %qs for %<-mtune%>"
29915 msgstr ""
29916
29917 #: config/aarch64/aarch64.c:14076 config/arm/arm.c:3244
29918 #, gcc-internal-format
29919 msgid "switch %<-mcpu=%s%> conflicts with %<-march=%s%> switch"
29920 msgstr ""
29921
29922 #: config/aarch64/aarch64.c:14132
29923 #, gcc-internal-format
29924 msgid "assembler does not support %<-mabi=ilp32%>"
29925 msgstr ""
29926
29927 #: config/aarch64/aarch64.c:14139
29928 #, gcc-internal-format
29929 msgid "return address signing is only supported for %<-mabi=lp64%>"
29930 msgstr ""
29931
29932 #: config/aarch64/aarch64.c:14207
29933 #, gcc-internal-format
29934 msgid "code model %qs with %<-f%s%>"
29935 msgstr ""
29936
29937 #: config/aarch64/aarch64.c:14380
29938 #, gcc-internal-format
29939 msgid "missing name in %<target(\"arch=\")%> pragma or attribute"
29940 msgstr ""
29941
29942 #: config/aarch64/aarch64.c:14383
29943 #, gcc-internal-format
29944 msgid "invalid name (\"%s\") in %<target(\"arch=\")%> pragma or attribute"
29945 msgstr ""
29946
29947 #: config/aarch64/aarch64.c:14387 config/aarch64/aarch64.c:14429
29948 #: config/aarch64/aarch64.c:14536
29949 #, gcc-internal-format
29950 msgid "invalid feature modifier %s of value (\"%s\") in %<target()%> pragma or attribute"
29951 msgstr ""
29952
29953 #: config/aarch64/aarch64.c:14422
29954 #, gcc-internal-format
29955 msgid "missing name in %<target(\"cpu=\")%> pragma or attribute"
29956 msgstr ""
29957
29958 #: config/aarch64/aarch64.c:14425
29959 #, gcc-internal-format
29960 msgid "invalid name (\"%s\") in %<target(\"cpu=\")%> pragma or attribute"
29961 msgstr ""
29962
29963 #: config/aarch64/aarch64.c:14452
29964 #, gcc-internal-format
29965 msgid "missing argument to %<target(\"branch-protection=\")%> pragma or attribute"
29966 msgstr ""
29967
29968 #: config/aarch64/aarch64.c:14456
29969 #, gcc-internal-format
29970 msgid "invalid protection type (\"%s\") in %<target(\"branch-protection=\")%> pragma or attribute"
29971 msgstr ""
29972
29973 #: config/aarch64/aarch64.c:14491
29974 #, gcc-internal-format
29975 msgid "invalid name (\"%s\") in %<target(\"tune=\")%> pragma or attribute"
29976 msgstr ""
29977
29978 #: config/aarch64/aarch64.c:14532
29979 #, gcc-internal-format
29980 msgid "missing value in %<target()%> pragma or attribute"
29981 msgstr ""
29982
29983 #: config/aarch64/aarch64.c:14588 config/aarch64/aarch64.c:14761
29984 #, gcc-internal-format
29985 msgid "malformed %<target()%> pragma or attribute"
29986 msgstr ""
29987
29988 #: config/aarch64/aarch64.c:14632
29989 #, gcc-internal-format
29990 msgid "pragma or attribute %<target(\"%s\")%> does not accept an argument"
29991 msgstr ""
29992
29993 #: config/aarch64/aarch64.c:14640
29994 #, gcc-internal-format
29995 msgid "pragma or attribute %<target(\"%s\")%> does not allow a negated form"
29996 msgstr ""
29997
29998 #: config/aarch64/aarch64.c:14694
29999 #, gcc-internal-format
30000 msgid "pragma or attribute %<target(\"%s=%s\")%> is not valid"
30001 msgstr ""
30002
30003 #: config/aarch64/aarch64.c:14751 config/arm/arm.c:32053
30004 #: config/rs6000/rs6000.c:23142 config/s390/s390.c:15488
30005 #, gcc-internal-format
30006 msgid "attribute %<target%> argument not a string"
30007 msgstr ""
30008
30009 #: config/aarch64/aarch64.c:14778
30010 #, gcc-internal-format
30011 msgid "pragma or attribute %<target(\"%s\")%> is not valid"
30012 msgstr ""
30013
30014 #: config/aarch64/aarch64.c:14787
30015 #, gcc-internal-format
30016 msgid "malformed %<target(\"%s\")%> pragma or attribute"
30017 msgstr ""
30018
30019 #: config/aarch64/aarch64.c:17164
30020 #, gcc-internal-format
30021 msgid "%Klane %wd out of range %wd - %wd"
30022 msgstr ""
30023
30024 #: config/aarch64/aarch64.c:17166
30025 #, gcc-internal-format
30026 msgid "lane %wd out of range %wd - %wd"
30027 msgstr ""
30028
30029 #: config/aarch64/aarch64.c:21738 config/i386/i386.c:21883
30030 #: config/i386/i386.c:22010
30031 #, gcc-internal-format, gfc-internal-format
30032 msgid "unsupported simdlen %d"
30033 msgstr ""
30034
30035 #: config/aarch64/aarch64.c:21748 config/aarch64/aarch64.c:21769
30036 #, gcc-internal-format
30037 msgid "GCC does not currently support mixed size types for %<simd%> functions"
30038 msgstr ""
30039
30040 #: config/aarch64/aarch64.c:21752
30041 #, gcc-internal-format
30042 msgid "GCC does not currently support return type %qT for %<simd%> functions"
30043 msgstr ""
30044
30045 #: config/aarch64/aarch64.c:21756
30046 #, gcc-internal-format
30047 msgid "unsupported return type %qT for %<simd%> functions"
30048 msgstr ""
30049
30050 #: config/aarch64/aarch64.c:21773
30051 #, gcc-internal-format
30052 msgid "GCC does not currently support argument type %qT for %<simd%> functions"
30053 msgstr ""
30054
30055 #: config/aarch64/aarch64.c:21795
30056 #, gcc-internal-format
30057 msgid "GCC does not currently support simdlen %d for type %qT"
30058 msgstr ""
30059
30060 #: config/alpha/alpha.c:420
30061 #, gcc-internal-format
30062 msgid "bad value %qs for %<-mtrap-precision%> switch"
30063 msgstr ""
30064
30065 #: config/alpha/alpha.c:435
30066 #, gcc-internal-format
30067 msgid "bad value %qs for %<-mfp-rounding-mode%> switch"
30068 msgstr ""
30069
30070 #: config/alpha/alpha.c:450
30071 #, gcc-internal-format
30072 msgid "bad value %qs for %<-mfp-trap-mode%> switch"
30073 msgstr ""
30074
30075 #: config/alpha/alpha.c:468
30076 #, gcc-internal-format
30077 msgid "bad value %qs for %<-mcpu%> switch"
30078 msgstr ""
30079
30080 #: config/alpha/alpha.c:483
30081 #, gcc-internal-format
30082 msgid "bad value %qs for %<-mtune%> switch"
30083 msgstr ""
30084
30085 #: config/alpha/alpha.c:501
30086 #, gcc-internal-format
30087 msgid "fp software completion requires %<-mtrap-precision=i%>"
30088 msgstr ""
30089
30090 #: config/alpha/alpha.c:517
30091 #, gcc-internal-format
30092 msgid "rounding mode not supported for VAX floats"
30093 msgstr ""
30094
30095 #: config/alpha/alpha.c:522
30096 #, gcc-internal-format
30097 msgid "trap mode not supported for VAX floats"
30098 msgstr ""
30099
30100 #: config/alpha/alpha.c:526
30101 #, gcc-internal-format
30102 msgid "128-bit %<long double%> not supported for VAX floats"
30103 msgstr ""
30104
30105 #: config/alpha/alpha.c:554
30106 #, gcc-internal-format, gfc-internal-format
30107 msgid "L%d cache latency unknown for %s"
30108 msgstr ""
30109
30110 #: config/alpha/alpha.c:569
30111 #, gcc-internal-format
30112 msgid "bad value %qs for %<-mmemory-latency%>"
30113 msgstr ""
30114
30115 #: config/alpha/alpha.c:6651 config/alpha/alpha.c:6654 config/arc/arc.c:7061
30116 #: config/arc/arc.c:7335 config/s390/s390.c:839 config/tilegx/tilegx.c:3536
30117 #: config/tilepro/tilepro.c:3100
30118 #, gcc-internal-format
30119 msgid "bad builtin fcode"
30120 msgstr ""
30121
30122 #: config/arc/arc.c:1082
30123 #, gcc-internal-format
30124 msgid "%<-mno-mpy%> supported only for ARC700 or ARCv2"
30125 msgstr ""
30126
30127 #: config/arc/arc.c:1085
30128 #, gcc-internal-format
30129 msgid "%<-mno-dpfp-lrsr%> supported only with %<-mdpfp%>"
30130 msgstr ""
30131
30132 #: config/arc/arc.c:1090
30133 #, gcc-internal-format
30134 msgid "FPX fast and compact options cannot be specified together"
30135 msgstr ""
30136
30137 #: config/arc/arc.c:1094
30138 #, gcc-internal-format
30139 msgid "%<-mspfp_fast%> not available on ARC600 or ARC601"
30140 msgstr ""
30141
30142 #: config/arc/arc.c:1099
30143 #, gcc-internal-format
30144 msgid "no FPX/FPU mixing allowed"
30145 msgstr ""
30146
30147 #: config/arc/arc.c:1104
30148 #, gcc-internal-format
30149 msgid "PIC is not supported for %qs"
30150 msgstr "Підтримки PIC для %qs не передбачено"
30151
30152 #: config/arc/arc.c:1143
30153 #, gcc-internal-format
30154 msgid "missing dash"
30155 msgstr "пропущено дефіс"
30156
30157 #: config/arc/arc.c:1155
30158 #, gcc-internal-format
30159 msgid "first register must be R0"
30160 msgstr "першим регістром має бути R0"
30161
30162 #: config/arc/arc.c:1175
30163 #, gcc-internal-format, gfc-internal-format
30164 msgid "last register name %s must be an odd register"
30165 msgstr ""
30166
30167 #: config/arc/arc.c:1184 config/ia64/ia64.c:6051 config/pa/pa.c:480
30168 #: config/sh/sh.c:8292
30169 #, gcc-internal-format, gfc-internal-format
30170 msgid "%s-%s is an empty range"
30171 msgstr ""
30172
30173 #: config/arc/arc.c:1234
30174 #, gcc-internal-format
30175 msgid "invalid number in %<-mrgf-banked-regs=%s%> valid values are 0, 4, 8, 16, or 32"
30176 msgstr ""
30177
30178 #: config/arc/arc.c:1296
30179 #, gcc-internal-format
30180 msgid "option %<-mirq-ctrl-saved%> valid only for ARC v2 processors"
30181 msgstr ""
30182
30183 #: config/arc/arc.c:1305
30184 #, gcc-internal-format
30185 msgid "option %<-mrgf-banked-regs%> valid only for ARC v2 processors"
30186 msgstr ""
30187
30188 #. Check options against architecture options. Throw an error if
30189 #. option is not allowed. Extra, check options against default
30190 #. architecture/cpu flags and throw an warning if we find a
30191 #. mismatch.
30192 #. TRANSLATORS: the DOC/DOC0/DOC1 are strings which shouldn't be
30193 #. translated. They are like keywords which one can relate with the
30194 #. architectural choices taken for an ARC CPU implementation.
30195 #: config/arc/arc.c:1349
30196 #, gcc-internal-format
30197 msgid "option %<%s=%s%> is not available for %qs CPU"
30198 msgstr ""
30199
30200 #: config/arc/arc.c:1354
30201 #, gcc-internal-format
30202 msgid "option %qs is ignored, the default value %qs is considered for %qs CPU"
30203 msgstr ""
30204
30205 #: config/arc/arc.c:1362
30206 #, gcc-internal-format
30207 msgid "option %qs is not available for %qs CPU"
30208 msgstr ""
30209
30210 #: config/arc/arc.c:1367
30211 #, gcc-internal-format
30212 msgid "unset option %qs is ignored, it is always enabled for %qs CPU"
30213 msgstr ""
30214
30215 #: config/arc/arc.c:1937
30216 #, gcc-internal-format, gfc-internal-format
30217 msgid "multiply option implies r%d is fixed"
30218 msgstr ""
30219
30220 #: config/arc/arc.c:2086 config/epiphany/epiphany.c:508
30221 #: config/epiphany/epiphany.c:548
30222 #, gcc-internal-format
30223 msgid "argument of %qE attribute is not a string constant"
30224 msgstr ""
30225
30226 #: config/arc/arc.c:2095
30227 #, gcc-internal-format
30228 msgid "argument of %qE attribute is not \"ilink1\" or \"ilink2\""
30229 msgstr ""
30230
30231 #: config/arc/arc.c:2104
30232 #, gcc-internal-format
30233 msgid "argument of %qE attribute is not \"ilink\" or \"firq\""
30234 msgstr ""
30235
30236 #: config/arc/arc.c:2118 config/arm/arm.c:7078 config/arm/arm.c:7096
30237 #: config/arm/arm.c:7272 config/avr/avr.c:9695 config/avr/avr.c:9711
30238 #: config/bfin/bfin.c:4693 config/bfin/bfin.c:4754 config/bfin/bfin.c:4783
30239 #: config/csky/csky.c:6006 config/csky/csky.c:6034
30240 #: config/epiphany/epiphany.c:491 config/gcn/gcn.c:323
30241 #: config/h8300/h8300.c:5462 config/i386/i386-options.c:3264
30242 #: config/i386/i386-options.c:3441 config/i386/i386-options.c:3497
30243 #: config/i386/i386-options.c:3548 config/i386/i386-options.c:3585
30244 #: config/m68k/m68k.c:792 config/mcore/mcore.c:3066 config/nvptx/nvptx.c:5053
30245 #: config/riscv/riscv.c:2912 config/rl78/rl78.c:820 config/rl78/rl78.c:889
30246 #: config/rs6000/rs6000.c:19219 config/rx/rx.c:2720 config/rx/rx.c:2746
30247 #: config/s390/s390.c:1054 config/s390/s390.c:1141 config/sh/sh.c:8428
30248 #: config/sh/sh.c:8446 config/sh/sh.c:8470 config/sh/sh.c:8541
30249 #: config/sh/sh.c:8564 config/stormy16/stormy16.c:2219 config/v850/v850.c:2010
30250 #: config/visium/visium.c:723
30251 #, gcc-internal-format
30252 msgid "%qE attribute only applies to functions"
30253 msgstr ""
30254
30255 #: config/arc/arc.c:6960
30256 #, gcc-internal-format
30257 msgid "%<__builtin_arc_aligned%> with non-constant alignment"
30258 msgstr ""
30259
30260 #: config/arc/arc.c:6968
30261 #, gcc-internal-format
30262 msgid "invalid alignment value for %<__builtin_arc_aligned%>"
30263 msgstr ""
30264
30265 #: config/arc/arc.c:7131
30266 #, gcc-internal-format
30267 msgid "operand 1 should be an unsigned 3-bit immediate"
30268 msgstr ""
30269
30270 #: config/arc/arc.c:7172 config/arc/arc.c:7269
30271 #, gcc-internal-format
30272 msgid "operand 2 should be an unsigned 3-bit value (I0-I7)"
30273 msgstr ""
30274
30275 #: config/arc/arc.c:7205 config/arc/arc.c:7237
30276 #, gcc-internal-format
30277 msgid "operand 1 should be an unsigned 3-bit value (I0-I7)"
30278 msgstr ""
30279
30280 #: config/arc/arc.c:7209 config/arc/arc.c:7241
30281 #, gcc-internal-format
30282 msgid "operand 2 should be an unsigned 8-bit value"
30283 msgstr ""
30284
30285 #: config/arc/arc.c:7273
30286 #, gcc-internal-format
30287 msgid "operand 3 should be an unsigned 8-bit value"
30288 msgstr ""
30289
30290 #: config/arc/arc.c:7306
30291 #, gcc-internal-format
30292 msgid "operand 4 should be an unsigned 8-bit value (0-255)"
30293 msgstr ""
30294
30295 #: config/arc/arc.c:7310
30296 #, gcc-internal-format
30297 msgid "operand 3 should be an unsigned 3-bit value (I0-I7)"
30298 msgstr ""
30299
30300 #: config/arc/arc.c:7317
30301 #, gcc-internal-format
30302 msgid "operand 2 should be an unsigned 3-bit value (subreg 0-7)"
30303 msgstr ""
30304
30305 #: config/arc/arc.c:7320
30306 #, gcc-internal-format
30307 msgid "operand 2 should be an even 3-bit value (subreg 0,2,4,6)"
30308 msgstr ""
30309
30310 #: config/arc/arc.c:7367
30311 #, gcc-internal-format, gfc-internal-format
30312 msgid "builtin requires an immediate for operand %d"
30313 msgstr ""
30314
30315 #: config/arc/arc.c:7372
30316 #, gcc-internal-format, gfc-internal-format
30317 msgid "operand %d should be a 6 bit unsigned immediate"
30318 msgstr ""
30319
30320 #: config/arc/arc.c:7376
30321 #, gcc-internal-format, gfc-internal-format
30322 msgid "operand %d should be a 8 bit unsigned immediate"
30323 msgstr ""
30324
30325 #: config/arc/arc.c:7380
30326 #, gcc-internal-format, gfc-internal-format
30327 msgid "operand %d should be a 3 bit unsigned immediate"
30328 msgstr ""
30329
30330 #: config/arc/arc.c:7383
30331 #, gcc-internal-format, gfc-internal-format
30332 msgid "unknown builtin immediate operand type for operand %d"
30333 msgstr ""
30334
30335 #: config/arc/arc.c:7434
30336 #, gcc-internal-format
30337 msgid "register number must be a compile-time constant. Try giving higher optimization levels"
30338 msgstr ""
30339
30340 #: config/arc/arc.c:8430
30341 #, gcc-internal-format
30342 msgid "insn addresses not set after shorten_branches"
30343 msgstr ""
30344
30345 #: config/arc/arc.c:8644
30346 #, gcc-internal-format
30347 msgid "insn addresses not freed"
30348 msgstr ""
30349
30350 #: config/arc/arc.c:11123
30351 #, gcc-internal-format
30352 msgid "%qE attribute only valid for ARCv2 architecture"
30353 msgstr ""
30354
30355 #: config/arc/arc.c:11131 config/arc/arc.c:11170
30356 #, gcc-internal-format
30357 msgid "argument of %qE attribute is missing"
30358 msgstr ""
30359
30360 #: config/arc/arc.c:11142 config/arc/arc.c:11181 config/arc/arc.c:11307
30361 #: config/avr/avr.c:9767
30362 #, gcc-internal-format
30363 msgid "%qE attribute allows only an integer constant argument"
30364 msgstr ""
30365
30366 #: config/arc/arc.c:11162
30367 #, gcc-internal-format
30368 msgid "%qE attribute only valid for ARC EM architecture"
30369 msgstr ""
30370
30371 #: config/arc/arc.c:11217
30372 #, gcc-internal-format
30373 msgid "%qE attribute only applies to types"
30374 msgstr ""
30375
30376 #: config/arc/arc.c:11223
30377 #, gcc-internal-format
30378 msgid "argument of %qE attribute ignored"
30379 msgstr "аргумент атрибута %qE проігноровано"
30380
30381 #: config/arm/aarch-common.c:549 config/i386/i386.c:20800
30382 #, gcc-internal-format
30383 msgid "alternatives not allowed in %<asm%> flag output"
30384 msgstr ""
30385
30386 #: config/arm/aarch-common.c:610 config/i386/i386.c:20864
30387 #, gcc-internal-format
30388 msgid "unknown %<asm%> flag output %qs"
30389 msgstr ""
30390
30391 #: config/arm/aarch-common.c:620 config/i386/i386.c:20893
30392 #, fuzzy, gcc-internal-format
30393 #| msgid "invalid type of %<__MEM%> operand"
30394 msgid "invalid type for %<asm%> flag output"
30395 msgstr "некоректний тип операнда %<__MEM%>"
30396
30397 #: config/arm/arm-builtins.c:2449
30398 #, gcc-internal-format
30399 msgid "this builtin is not supported for this target"
30400 msgstr ""
30401
30402 #: config/arm/arm-builtins.c:2550
30403 #, gcc-internal-format
30404 msgid "%Ksaturation bit range must be in the range [%wd, %wd]"
30405 msgstr ""
30406
30407 #: config/arm/arm-builtins.c:2554
30408 #, gcc-internal-format
30409 msgid "%Ksaturation bit range must be a constant immediate"
30410 msgstr ""
30411
30412 #: config/arm/arm-builtins.c:2575
30413 #, gcc-internal-format
30414 msgid "You must enable NEON instructions (e.g. %<-mfloat-abi=softfp%> %<-mfpu=neon%>) to use these intrinsics."
30415 msgstr ""
30416
30417 #: config/arm/arm-builtins.c:2613
30418 #, gcc-internal-format
30419 msgid "You must enable VFP instructions to use these intrinsics."
30420 msgstr ""
30421
30422 #: config/arm/arm-builtins.c:2673
30423 #, gcc-internal-format
30424 msgid "You must enable crypto instructions (e.g. include %<-mfloat-abi=softfp%> %<-mfpu=crypto-neon%>) to use these intrinsics."
30425 msgstr ""
30426
30427 #. @@@ better error message
30428 #: config/arm/arm-builtins.c:2734 config/arm/arm-builtins.c:2838
30429 #, gcc-internal-format
30430 msgid "selector must be an immediate"
30431 msgstr ""
30432
30433 #: config/arm/arm-builtins.c:2742 config/arm/arm-builtins.c:2787
30434 #: config/arm/arm-builtins.c:2845 config/arm/arm-builtins.c:2854
30435 #, gcc-internal-format
30436 msgid "the range of selector should be in 0 to 7"
30437 msgstr ""
30438
30439 #: config/arm/arm-builtins.c:2747 config/arm/arm-builtins.c:2856
30440 #, gcc-internal-format
30441 msgid "the range of selector should be in 0 to 3"
30442 msgstr ""
30443
30444 #: config/arm/arm-builtins.c:2752 config/arm/arm-builtins.c:2858
30445 #, gcc-internal-format
30446 msgid "the range of selector should be in 0 to 1"
30447 msgstr ""
30448
30449 #: config/arm/arm-builtins.c:2924
30450 #, gcc-internal-format
30451 msgid "mask must be an immediate"
30452 msgstr ""
30453
30454 #: config/arm/arm-builtins.c:2929
30455 #, gcc-internal-format
30456 msgid "the range of mask should be in 0 to 255"
30457 msgstr ""
30458
30459 #: config/arm/arm-builtins.c:3117
30460 #, gcc-internal-format
30461 msgid "the range of count should be in 0 to 32. please check the intrinsic _mm_rori_pi16 in code."
30462 msgstr ""
30463
30464 #: config/arm/arm-builtins.c:3119
30465 #, gcc-internal-format
30466 msgid "the range of count should be in 0 to 32. please check the intrinsic _mm_rori_pi32 in code."
30467 msgstr ""
30468
30469 #: config/arm/arm-builtins.c:3121
30470 #, gcc-internal-format
30471 msgid "the range of count should be in 0 to 32. please check the intrinsic _mm_ror_pi16 in code."
30472 msgstr ""
30473
30474 #: config/arm/arm-builtins.c:3123
30475 #, gcc-internal-format
30476 msgid "the range of count should be in 0 to 32. please check the intrinsic _mm_ror_pi32 in code."
30477 msgstr ""
30478
30479 #: config/arm/arm-builtins.c:3129
30480 #, gcc-internal-format
30481 msgid "the range of count should be in 0 to 64. please check the intrinsic _mm_rori_si64 in code."
30482 msgstr ""
30483
30484 #: config/arm/arm-builtins.c:3131
30485 #, gcc-internal-format
30486 msgid "the range of count should be in 0 to 64. please check the intrinsic _mm_ror_si64 in code."
30487 msgstr ""
30488
30489 #: config/arm/arm-builtins.c:3136
30490 #, gcc-internal-format
30491 msgid "the count should be no less than 0. please check the intrinsic _mm_srli_pi16 in code."
30492 msgstr ""
30493
30494 #: config/arm/arm-builtins.c:3138
30495 #, gcc-internal-format
30496 msgid "the count should be no less than 0. please check the intrinsic _mm_srli_pi32 in code."
30497 msgstr ""
30498
30499 #: config/arm/arm-builtins.c:3140
30500 #, gcc-internal-format
30501 msgid "the count should be no less than 0. please check the intrinsic _mm_srli_si64 in code."
30502 msgstr ""
30503
30504 #: config/arm/arm-builtins.c:3142
30505 #, gcc-internal-format
30506 msgid "the count should be no less than 0. please check the intrinsic _mm_slli_pi16 in code."
30507 msgstr ""
30508
30509 #: config/arm/arm-builtins.c:3144
30510 #, gcc-internal-format
30511 msgid "the count should be no less than 0. please check the intrinsic _mm_slli_pi32 in code."
30512 msgstr ""
30513
30514 #: config/arm/arm-builtins.c:3146
30515 #, gcc-internal-format
30516 msgid "the count should be no less than 0. please check the intrinsic _mm_slli_si64 in code."
30517 msgstr ""
30518
30519 #: config/arm/arm-builtins.c:3148
30520 #, gcc-internal-format
30521 msgid "the count should be no less than 0. please check the intrinsic _mm_srai_pi16 in code."
30522 msgstr ""
30523
30524 #: config/arm/arm-builtins.c:3150
30525 #, gcc-internal-format
30526 msgid "the count should be no less than 0. please check the intrinsic _mm_srai_pi32 in code."
30527 msgstr ""
30528
30529 #: config/arm/arm-builtins.c:3152
30530 #, gcc-internal-format
30531 msgid "the count should be no less than 0. please check the intrinsic _mm_srai_si64 in code."
30532 msgstr ""
30533
30534 #: config/arm/arm-builtins.c:3154
30535 #, gcc-internal-format
30536 msgid "the count should be no less than 0. please check the intrinsic _mm_srl_pi16 in code."
30537 msgstr ""
30538
30539 #: config/arm/arm-builtins.c:3156
30540 #, gcc-internal-format
30541 msgid "the count should be no less than 0. please check the intrinsic _mm_srl_pi32 in code."
30542 msgstr ""
30543
30544 #: config/arm/arm-builtins.c:3158
30545 #, gcc-internal-format
30546 msgid "the count should be no less than 0. please check the intrinsic _mm_srl_si64 in code."
30547 msgstr ""
30548
30549 #: config/arm/arm-builtins.c:3160
30550 #, gcc-internal-format
30551 msgid "the count should be no less than 0. please check the intrinsic _mm_sll_pi16 in code."
30552 msgstr ""
30553
30554 #: config/arm/arm-builtins.c:3162
30555 #, gcc-internal-format
30556 msgid "the count should be no less than 0. please check the intrinsic _mm_sll_pi32 in code."
30557 msgstr ""
30558
30559 #: config/arm/arm-builtins.c:3164
30560 #, gcc-internal-format
30561 msgid "the count should be no less than 0. please check the intrinsic _mm_sll_si64 in code."
30562 msgstr ""
30563
30564 #: config/arm/arm-builtins.c:3166
30565 #, gcc-internal-format
30566 msgid "the count should be no less than 0. please check the intrinsic _mm_sra_pi16 in code."
30567 msgstr ""
30568
30569 #: config/arm/arm-builtins.c:3168
30570 #, gcc-internal-format
30571 msgid "the count should be no less than 0. please check the intrinsic _mm_sra_pi32 in code."
30572 msgstr ""
30573
30574 #: config/arm/arm-builtins.c:3170
30575 #, gcc-internal-format
30576 msgid "the count should be no less than 0. please check the intrinsic _mm_sra_si64 in code."
30577 msgstr ""
30578
30579 #: config/arm/arm.c:2904
30580 #, gcc-internal-format
30581 msgid "iWMMXt and NEON are incompatible"
30582 msgstr ""
30583
30584 #: config/arm/arm.c:2910
30585 #, gcc-internal-format
30586 msgid "target CPU does not support ARM mode"
30587 msgstr ""
30588
30589 #: config/arm/arm.c:2914
30590 #, gcc-internal-format
30591 msgid "enabling backtrace support is only meaningful when compiling for the Thumb"
30592 msgstr ""
30593
30594 #: config/arm/arm.c:2917
30595 #, gcc-internal-format
30596 msgid "enabling callee interworking support is only meaningful when compiling for the Thumb"
30597 msgstr ""
30598
30599 #: config/arm/arm.c:2925
30600 #, gcc-internal-format
30601 msgid "%<-g%> with %<-mno-apcs-frame%> may not give sensible debugging"
30602 msgstr ""
30603
30604 #: config/arm/arm.c:2930
30605 #, gcc-internal-format
30606 msgid "iWMMXt unsupported under Thumb mode"
30607 msgstr ""
30608
30609 #: config/arm/arm.c:2933
30610 #, gcc-internal-format
30611 msgid "cannot use %<-mtp=cp15%> with 16-bit Thumb"
30612 msgstr ""
30613
30614 #: config/arm/arm.c:2937
30615 #, gcc-internal-format
30616 msgid "RTP PIC is incompatible with Thumb"
30617 msgstr ""
30618
30619 #: config/arm/arm.c:2950
30620 #, gcc-internal-format, gfc-internal-format
30621 msgid "%s only supports non-pic code on M-profile targets with the MOVT instruction"
30622 msgstr ""
30623
30624 #: config/arm/arm.c:2955
30625 #, gcc-internal-format, gfc-internal-format
30626 msgid "%s only supports non-pic code on M-profile targets"
30627 msgstr ""
30628
30629 #: config/arm/arm.c:2960
30630 #, gcc-internal-format
30631 msgid "%s incompatible with %<-mword-relocations%>"
30632 msgstr ""
30633
30634 #: config/arm/arm.c:3075
30635 #, gcc-internal-format
30636 msgid "target CPU does not support THUMB instructions"
30637 msgstr ""
30638
30639 #: config/arm/arm.c:3125
30640 #, gcc-internal-format
30641 msgid "target CPU does not support unaligned accesses"
30642 msgstr ""
30643
30644 #: config/arm/arm.c:3474
30645 #, gcc-internal-format
30646 msgid "%<-mapcs-stack-check%> incompatible with %<-mno-apcs-frame%>"
30647 msgstr ""
30648
30649 #: config/arm/arm.c:3483
30650 #, gcc-internal-format
30651 msgid "%<-fpic%> and %<-mapcs-reent%> are incompatible"
30652 msgstr ""
30653
30654 #: config/arm/arm.c:3486
30655 #, gcc-internal-format
30656 msgid "APCS reentrant code not supported. Ignored"
30657 msgstr ""
30658
30659 #: config/arm/arm.c:3509
30660 #, gcc-internal-format
30661 msgid "option %<-mstructure-size-boundary%> is deprecated"
30662 msgstr ""
30663
30664 #: config/arm/arm.c:3517
30665 #, gcc-internal-format
30666 msgid "structure size boundary can only be set to 8, 32 or 64"
30667 msgstr ""
30668
30669 #: config/arm/arm.c:3519
30670 #, gcc-internal-format
30671 msgid "structure size boundary can only be set to 8 or 32"
30672 msgstr ""
30673
30674 #: config/arm/arm.c:3544
30675 #, gcc-internal-format
30676 msgid "RTP PIC is incompatible with %<-msingle-pic-base%>"
30677 msgstr ""
30678
30679 #: config/arm/arm.c:3556 config/arm/arm.c:32067
30680 #, fuzzy, gcc-internal-format
30681 #| msgid "%<-mcmodel=%> is not supported in 32-bit mode"
30682 msgid "FDPIC mode is not supported in Thumb-1 mode"
30683 msgstr "підтримки %<-mcmodel=%> у 32-бітовому режимі не передбачено"
30684
30685 #: config/arm/arm.c:3564
30686 #, gcc-internal-format
30687 msgid "%<-mpic-register=%> is useless without %<-fpic%>"
30688 msgstr ""
30689
30690 #: config/arm/arm.c:3573
30691 #, gcc-internal-format
30692 msgid "unable to use %qs for PIC register"
30693 msgstr "не можна використовувати %qs для регістру PIC"
30694
30695 #: config/arm/arm.c:3595 config/pru/pru.c:643
30696 #, gcc-internal-format
30697 msgid "%<-freorder-blocks-and-partition%> not supported on this architecture"
30698 msgstr ""
30699
30700 #: config/arm/arm.c:3739
30701 #, gcc-internal-format
30702 msgid "selected fp16 options are incompatible"
30703 msgstr ""
30704
30705 #: config/arm/arm.c:3776
30706 #, gcc-internal-format
30707 msgid "iwmmxt requires an AAPCS compatible ABI for proper operation"
30708 msgstr ""
30709
30710 #: config/arm/arm.c:3779
30711 #, gcc-internal-format
30712 msgid "iwmmxt abi requires an iwmmxt capable cpu"
30713 msgstr ""
30714
30715 #: config/arm/arm.c:3787
30716 #, gcc-internal-format
30717 msgid "target CPU does not support interworking"
30718 msgstr ""
30719
30720 #: config/arm/arm.c:3800
30721 #, gcc-internal-format
30722 msgid "AAPCS does not support %<-mcaller-super-interworking%>"
30723 msgstr ""
30724
30725 #: config/arm/arm.c:3803
30726 #, gcc-internal-format
30727 msgid "AAPCS does not support %<-mcallee-super-interworking%>"
30728 msgstr ""
30729
30730 #: config/arm/arm.c:3808
30731 #, gcc-internal-format
30732 msgid "__fp16 and no ldrh"
30733 msgstr ""
30734
30735 #: config/arm/arm.c:3811
30736 #, gcc-internal-format
30737 msgid "target CPU does not support ARMv8-M Security Extensions"
30738 msgstr ""
30739
30740 #: config/arm/arm.c:3816
30741 #, gcc-internal-format
30742 msgid "ARMv8-M Security Extensions incompatible with selected FPU"
30743 msgstr ""
30744
30745 #: config/arm/arm.c:3827
30746 #, gcc-internal-format
30747 msgid "%<-mfloat-abi=hard%>: selected processor lacks an FPU"
30748 msgstr ""
30749
30750 #: config/arm/arm.c:3835
30751 #, gcc-internal-format
30752 msgid "%<-mfloat-abi=hard%> and VFP"
30753 msgstr ""
30754
30755 #: config/arm/arm.c:6059
30756 #, gcc-internal-format
30757 msgid "non-AAPCS derived PCS variant"
30758 msgstr ""
30759
30760 #: config/arm/arm.c:6061
30761 #, gcc-internal-format
30762 msgid "variadic functions must use the base AAPCS variant"
30763 msgstr ""
30764
30765 #: config/arm/arm.c:6081
30766 #, gcc-internal-format
30767 msgid "PCS variant"
30768 msgstr ""
30769
30770 #: config/arm/arm.c:6279
30771 #, gcc-internal-format
30772 msgid "Thumb-1 hard-float VFP ABI"
30773 msgstr ""
30774
30775 #: config/arm/arm.c:6339
30776 #, gcc-internal-format
30777 msgid "argument of type %qT not permitted with -mgeneral-regs-only"
30778 msgstr ""
30779
30780 #: config/arm/arm.c:6723 config/arm/arm.c:6931 config/arm/arm.c:6964
30781 #: config/arm/arm.c:28229
30782 #, gcc-internal-format
30783 msgid "parameter passing for argument of type %qT changed in GCC 7.1"
30784 msgstr ""
30785
30786 #: config/arm/arm.c:7221
30787 #, gcc-internal-format
30788 msgid "%qE attribute not available to functions with arguments passed on the stack"
30789 msgstr ""
30790
30791 #: config/arm/arm.c:7233
30792 #, gcc-internal-format
30793 msgid "%qE attribute not available to functions with variable number of arguments"
30794 msgstr ""
30795
30796 #: config/arm/arm.c:7242
30797 #, gcc-internal-format
30798 msgid "%qE attribute not available to functions that return value on the stack"
30799 msgstr ""
30800
30801 #: config/arm/arm.c:7264 config/arm/arm.c:7316
30802 #, gcc-internal-format
30803 msgid "%qE attribute ignored without %<-mcmse%> option."
30804 msgstr ""
30805
30806 #: config/arm/arm.c:7283
30807 #, gcc-internal-format
30808 msgid "%qE attribute has no effect on functions with static linkage"
30809 msgstr ""
30810
30811 #: config/arm/arm.c:7332
30812 #, gcc-internal-format
30813 msgid "%qE attribute only applies to base type of a function pointer"
30814 msgstr ""
30815
30816 #: config/arm/arm.c:9281
30817 #, gcc-internal-format
30818 msgid "accessing thread-local storage is not currently supported with %<-mpure-code%> or %<-mslow-flash-data%>"
30819 msgstr ""
30820
30821 #: config/arm/arm.c:13014
30822 #, gcc-internal-format
30823 msgid "%K%s %wd out of range %wd - %wd"
30824 msgstr ""
30825
30826 #: config/arm/arm.c:13017
30827 #, gcc-internal-format
30828 msgid "%s %wd out of range %wd - %wd"
30829 msgstr ""
30830
30831 #: config/arm/arm.c:25105
30832 #, gcc-internal-format
30833 msgid "unable to compute real location of stacked parameter"
30834 msgstr ""
30835
30836 #: config/arm/arm.c:25767
30837 #, gcc-internal-format
30838 msgid "Unexpected thumb1 far jump"
30839 msgstr ""
30840
30841 #: config/arm/arm.c:26026
30842 #, gcc-internal-format
30843 msgid "no low registers available for popping high registers"
30844 msgstr ""
30845
30846 #: config/arm/arm.c:26278
30847 #, gcc-internal-format
30848 msgid "interrupt Service Routines cannot be coded in Thumb mode"
30849 msgstr ""
30850
30851 #: config/arm/arm.c:26524
30852 #, gcc-internal-format
30853 msgid "%<-fstack-check=specific%> for Thumb-1"
30854 msgstr ""
30855
30856 #: config/arm/arm.c:32082
30857 #, gcc-internal-format
30858 msgid "invalid fpu for target attribute or pragma %qs"
30859 msgstr ""
30860
30861 #. This doesn't really make sense until we support
30862 #. general dynamic selection of the architecture and all
30863 #. sub-features.
30864 #: config/arm/arm.c:32090
30865 #, gcc-internal-format
30866 msgid "auto fpu selection not currently permitted here"
30867 msgstr ""
30868
30869 #: config/arm/arm.c:32103
30870 #, gcc-internal-format
30871 msgid "invalid architecture for target attribute or pragma %qs"
30872 msgstr ""
30873
30874 #: config/arm/arm.c:32117
30875 #, gcc-internal-format
30876 msgid "unknown target attribute or pragma %qs"
30877 msgstr ""
30878
30879 #: config/arm/arm.c:33080
30880 #, fuzzy, gcc-internal-format
30881 #| msgid "%<-mcmodel=%> is not supported in 32-bit mode"
30882 msgid "asm flags not supported in thumb1 mode"
30883 msgstr "підтримки %<-mcmodel=%> у 32-бітовому режимі не передбачено"
30884
30885 #: config/arm/freebsd.h:121
30886 #, gcc-internal-format
30887 msgid "target OS does not support unaligned accesses"
30888 msgstr ""
30889
30890 #: config/avr/avr-c.c:65 config/avr/avr-c.c:190
30891 #, gcc-internal-format
30892 msgid "%qs expects 1 argument but %d given"
30893 msgstr ""
30894
30895 #: config/avr/avr-c.c:76
30896 #, gcc-internal-format
30897 msgid "%qs expects a fixed-point value as argument"
30898 msgstr ""
30899
30900 #: config/avr/avr-c.c:102
30901 #, gcc-internal-format
30902 msgid "using %qs with unsigned type has no effect"
30903 msgstr ""
30904
30905 #: config/avr/avr-c.c:107 config/avr/avr-c.c:173 config/avr/avr-c.c:230
30906 #, gcc-internal-format
30907 msgid "no matching fixed-point overload found for %qs"
30908 msgstr ""
30909
30910 #: config/avr/avr-c.c:124
30911 #, gcc-internal-format
30912 msgid "%qs expects 2 arguments but %d given"
30913 msgstr ""
30914
30915 #: config/avr/avr-c.c:136 config/avr/avr-c.c:201
30916 #, gcc-internal-format
30917 msgid "%qs expects a fixed-point value as first argument"
30918 msgstr ""
30919
30920 #: config/avr/avr-c.c:144
30921 #, gcc-internal-format
30922 msgid "%qs expects an integer value as second argument"
30923 msgstr ""
30924
30925 #: config/avr/avr-devices.c:152
30926 #, gcc-internal-format, gfc-internal-format
30927 msgid "supported core architectures:%s"
30928 msgstr ""
30929
30930 #. Reached the end of `avr_mcu_types'. This should actually never
30931 #. happen as options are provided by device-specs. It could be a
30932 #. typo in a device-specs or calling the compiler proper directly
30933 #. with -mmcu=<device>.
30934 #: config/avr/avr.c:706
30935 #, gcc-internal-format
30936 msgid "unknown core architecture %qs specified with %qs"
30937 msgstr ""
30938
30939 #: config/avr/avr.c:755 config/pru/pru.c:632 config/visium/visium.c:421
30940 #, gcc-internal-format
30941 msgid "%<-fpic%> is not supported"
30942 msgstr "підтримки %<-fpic%> не передбачено"
30943
30944 #: config/avr/avr.c:757 config/pru/pru.c:634 config/visium/visium.c:423
30945 #, gcc-internal-format
30946 msgid "%<-fPIC%> is not supported"
30947 msgstr "Підтримки %<-fPIC%> не передбачено"
30948
30949 #: config/avr/avr.c:759 config/pru/pru.c:636
30950 #, gcc-internal-format
30951 msgid "%<-fpie%> is not supported"
30952 msgstr "підтримки %<-fpie%> не передбачено"
30953
30954 #: config/avr/avr.c:761 config/pru/pru.c:638
30955 #, gcc-internal-format
30956 msgid "%<-fPIE%> is not supported"
30957 msgstr "підтримки %<-fPIE%> не передбачено"
30958
30959 #: config/avr/avr.c:1040 config/avr/avr.c:1045 config/riscv/riscv.c:4908
30960 #, gcc-internal-format
30961 msgid "function attributes %qs and %qs are mutually exclusive"
30962 msgstr ""
30963
30964 #: config/avr/avr.c:1066 config/riscv/riscv.c:4920
30965 #, gcc-internal-format
30966 msgid "%qs function cannot have arguments"
30967 msgstr ""
30968
30969 #: config/avr/avr.c:1069 config/riscv/riscv.c:4917
30970 #, gcc-internal-format
30971 msgid "%qs function cannot return a value"
30972 msgstr ""
30973
30974 #: config/avr/avr.c:1083
30975 #, gcc-internal-format
30976 msgid "%qs appears to be a misspelled %qs handler, missing %<__vector%> prefix"
30977 msgstr ""
30978
30979 #: config/avr/avr.c:1096
30980 #, gcc-internal-format
30981 msgid "%qs is a reserved identifier in AVR-LibC. Consider %<#include <avr/interrupt.h>%> before using the %qs macro"
30982 msgstr ""
30983
30984 #: config/avr/avr.c:1313
30985 #, gcc-internal-format
30986 msgid "%<builtin_return_address%> contains only 2 bytes of address"
30987 msgstr ""
30988
30989 #: config/avr/avr.c:2736
30990 #, gcc-internal-format
30991 msgid "pointer offset from symbol maybe incorrect"
30992 msgstr ""
30993
30994 #: config/avr/avr.c:2875
30995 #, gcc-internal-format
30996 msgid "accessing data memory with program memory address"
30997 msgstr ""
30998
30999 #: config/avr/avr.c:2936
31000 #, gcc-internal-format
31001 msgid "accessing program memory with data memory address"
31002 msgstr ""
31003
31004 #: config/avr/avr.c:3437
31005 #, gcc-internal-format, gfc-internal-format
31006 msgid "fixed register %s used to pass parameter to function"
31007 msgstr ""
31008
31009 #: config/avr/avr.c:3702
31010 #, gcc-internal-format
31011 msgid "writing to address space %qs not supported"
31012 msgstr ""
31013
31014 #: config/avr/avr.c:9730
31015 #, gcc-internal-format
31016 msgid "%qE attribute only applies to variables in static storage"
31017 msgstr ""
31018
31019 #: config/avr/avr.c:9737
31020 #, gcc-internal-format
31021 msgid "%qE attribute only supported for reduced Tiny cores"
31022 msgstr ""
31023
31024 #: config/avr/avr.c:9777
31025 #, gcc-internal-format
31026 msgid "%qE attribute address out of range"
31027 msgstr ""
31028
31029 #: config/avr/avr.c:9791
31030 #, gcc-internal-format
31031 msgid "both %s and %qE attribute provide address"
31032 msgstr ""
31033
31034 #: config/avr/avr.c:9801
31035 #, gcc-internal-format
31036 msgid "%qE attribute on non-volatile variable"
31037 msgstr ""
31038
31039 #: config/avr/avr.c:9873
31040 #, gcc-internal-format
31041 msgid "address spaces are not supported for reduced Tiny devices"
31042 msgstr ""
31043
31044 #: config/avr/avr.c:9880
31045 #, gcc-internal-format
31046 msgid "address space %qs not supported for devices with flash size up to %d KiB"
31047 msgstr ""
31048
31049 #: config/avr/avr.c:10051
31050 #, gcc-internal-format
31051 msgid "pointer targeting address space %qs must be const in %qT"
31052 msgstr ""
31053
31054 #: config/avr/avr.c:10054
31055 #, gcc-internal-format
31056 msgid "pointer targeting address space %qs must be const in %s %q+D"
31057 msgstr ""
31058
31059 #: config/avr/avr.c:10116
31060 #, gcc-internal-format
31061 msgid "variable %q+D must be const in order to be put into read-only section by means of %qs"
31062 msgstr ""
31063
31064 #: config/avr/avr.c:10155
31065 #, gcc-internal-format
31066 msgid "static IO declaration for %q+D needs an address"
31067 msgstr ""
31068
31069 #: config/avr/avr.c:10187
31070 #, gcc-internal-format
31071 msgid "IO definition for %q+D needs an address"
31072 msgstr ""
31073
31074 #: config/avr/avr.c:10305
31075 #, gcc-internal-format
31076 msgid "only uninitialized variables can be placed in the .noinit section"
31077 msgstr ""
31078
31079 #. This might happen with C++ if stuff needs constructing.
31080 #: config/avr/avr.c:10381
31081 #, gcc-internal-format
31082 msgid "variable %q+D with dynamic initialization put into program memory area"
31083 msgstr ""
31084
31085 #: config/avr/avr.c:10392
31086 #, gcc-internal-format
31087 msgid "uninitialized variable %q+D put into program memory area"
31088 msgstr ""
31089
31090 #: config/avr/avr.c:10478
31091 #, gcc-internal-format
31092 msgid "%q+D has incompatible attributes %qs and %qs"
31093 msgstr ""
31094
31095 #: config/avr/avr.c:10541
31096 #, gcc-internal-format
31097 msgid "architecture %qs supported for assembler only"
31098 msgstr ""
31099
31100 #: config/avr/avr.c:13168
31101 #, gcc-internal-format
31102 msgid "conversion from address space %qs to address space %qs"
31103 msgstr ""
31104
31105 #: config/avr/avr.c:14258 config/avr/avr.c:14271
31106 #, gcc-internal-format, gfc-internal-format
31107 msgid "%s expects a compile time integer constant"
31108 msgstr ""
31109
31110 #: config/avr/avr.c:14285
31111 #, gcc-internal-format, gfc-internal-format
31112 msgid "%s expects a compile time long integer constant as first argument"
31113 msgstr ""
31114
31115 #: config/avr/avr.c:14313
31116 #, gcc-internal-format, gfc-internal-format
31117 msgid "rounding to %d bits has no effect for fixed-point value with %d fractional bits"
31118 msgstr ""
31119
31120 #: config/avr/avr.c:14322
31121 #, gcc-internal-format
31122 msgid "rounding result will always be 0"
31123 msgstr ""
31124
31125 #: config/avr/driver-avr.c:58
31126 #, gcc-internal-format
31127 msgid "bad usage of spec function %qs"
31128 msgstr ""
31129
31130 #: config/avr/driver-avr.c:86
31131 #, gcc-internal-format
31132 msgid "specified option %qs more than once"
31133 msgstr ""
31134
31135 #: config/avr/driver-avr.c:100
31136 #, gcc-internal-format
31137 msgid "strange device name %qs after %qs: bad character %qc"
31138 msgstr ""
31139
31140 #: config/bfin/bfin.c:2367
31141 #, gcc-internal-format
31142 msgid "%<-mfdpic%> is not supported, please use a bfin-linux-uclibc target"
31143 msgstr ""
31144
31145 #: config/bfin/bfin.c:2373
31146 #, gcc-internal-format
31147 msgid "%<-mshared-library-id=%> specified without %<-mid-shared-library%>"
31148 msgstr ""
31149
31150 #: config/bfin/bfin.c:2378
31151 #, gcc-internal-format
31152 msgid "%<-fstack-limit-%> options are ignored with %<-mfdpic%>; use %<-mstack-check-l1%>"
31153 msgstr ""
31154
31155 #: config/bfin/bfin.c:2384
31156 #, gcc-internal-format
31157 msgid "can%'t use multiple stack checking methods together"
31158 msgstr ""
31159
31160 #: config/bfin/bfin.c:2387
31161 #, gcc-internal-format
31162 msgid "ID shared libraries and FD-PIC mode can%'t be used together"
31163 msgstr ""
31164
31165 #: config/bfin/bfin.c:2392 config/m68k/m68k.c:590
31166 #, gcc-internal-format
31167 msgid "cannot specify both %<-msep-data%> and %<-mid-shared-library%>"
31168 msgstr ""
31169
31170 #: config/bfin/bfin.c:2412
31171 #, gcc-internal-format
31172 msgid "%<-mmulticore%> can only be used with BF561"
31173 msgstr ""
31174
31175 #: config/bfin/bfin.c:2415
31176 #, gcc-internal-format
31177 msgid "%<-mcorea%> should be used with %<-mmulticore%>"
31178 msgstr ""
31179
31180 #: config/bfin/bfin.c:2418
31181 #, gcc-internal-format
31182 msgid "%<-mcoreb%> should be used with %<-mmulticore%>"
31183 msgstr ""
31184
31185 #: config/bfin/bfin.c:2421
31186 #, gcc-internal-format
31187 msgid "%<-mcorea%> and %<-mcoreb%> can%'t be used together"
31188 msgstr ""
31189
31190 #: config/bfin/bfin.c:4698
31191 #, gcc-internal-format
31192 msgid "multiple function type attributes specified"
31193 msgstr ""
31194
31195 #: config/bfin/bfin.c:4765
31196 #, gcc-internal-format
31197 msgid "can%'t apply both longcall and shortcall attributes to the same function"
31198 msgstr ""
31199
31200 #: config/bfin/bfin.c:4822
31201 #, gcc-internal-format
31202 msgid "%qE attribute cannot be specified for local variables"
31203 msgstr ""
31204
31205 #: config/bpf/bpf.c:288
31206 #, gcc-internal-format
31207 msgid "eBPF stack limit exceeded"
31208 msgstr ""
31209
31210 #: config/bpf/bpf.c:597
31211 #, fuzzy, gcc-internal-format
31212 #| msgid "too many arguments for array"
31213 msgid "too many function arguments for eBPF"
31214 msgstr "забагато аргументів для масиву"
31215
31216 #: config/bpf/bpf.c:615 config/bpf/bpf.c:617
31217 #, fuzzy, gcc-internal-format
31218 #| msgid "no constructor for %s"
31219 msgid "no constructors"
31220 msgstr "немає конструктора для %s"
31221
31222 #: config/bpf/bpf.c:633 config/bpf/bpf.c:635
31223 #, fuzzy, gcc-internal-format
31224 #| msgid "no constructor for %s"
31225 msgid "no destructors"
31226 msgstr "немає конструктора для %s"
31227
31228 #: config/bpf/bpf.c:680
31229 #, gcc-internal-format
31230 msgid "indirect call in function, which are not supported by eBPF"
31231 msgstr ""
31232
31233 #: config/bpf/bpf.c:880 config/mips/mips.c:17025 config/nios2/nios2.c:3600
31234 #: config/riscv/riscv-builtins.c:219
31235 #, gcc-internal-format
31236 msgid "invalid argument to built-in function"
31237 msgstr ""
31238
31239 #: config/c6x/c6x.c:243
31240 #, gcc-internal-format
31241 msgid "%<-fpic%> and %<-fPIC%> not supported without %<-mdsbt%> on this target"
31242 msgstr ""
31243
31244 #: config/c6x/c6x.h:346 config/nvptx/nvptx.h:181
31245 #, gcc-internal-format
31246 msgid "profiling is not yet implemented for this architecture"
31247 msgstr ""
31248
31249 #: config/cr16/cr16.c:306
31250 #, gcc-internal-format
31251 msgid "data-model=far not valid for cr16c architecture"
31252 msgstr ""
31253
31254 #: config/cr16/cr16.c:309
31255 #, gcc-internal-format
31256 msgid "invalid data model option %<-mdata-model=%s%>"
31257 msgstr ""
31258
31259 #: config/cr16/cr16.h:408
31260 #, gcc-internal-format
31261 msgid "profiler support for CR16"
31262 msgstr ""
31263
31264 #. This function is for retrieving a part of an instruction name for
31265 #. an operator, for immediate output. If that ever happens for
31266 #. MULT, we need to apply TARGET_MUL_BUG in the caller. Make sure
31267 #. we notice.
31268 #: config/cris/cris.c:578
31269 #, gcc-internal-format
31270 msgid "MULT case in cris_op_str"
31271 msgstr ""
31272
31273 #: config/cris/cris.c:906
31274 #, gcc-internal-format
31275 msgid "invalid use of %<:%> modifier"
31276 msgstr "некоректне використання модифікатора %<:%>"
31277
31278 #: config/cris/cris.c:1140 config/moxie/moxie.c:186 config/or1k/or1k.c:1253
31279 #, gcc-internal-format, gfc-internal-format
31280 msgid "internal error: bad register: %d"
31281 msgstr ""
31282
31283 #: config/cris/cris.c:1891
31284 #, gcc-internal-format
31285 msgid "internal error: sideeffect-insn affecting main effect"
31286 msgstr ""
31287
31288 #: config/cris/cris.c:1988
31289 #, gcc-internal-format
31290 msgid "unknown cc_attr value"
31291 msgstr ""
31292
31293 #. If we get here, the caller got its initial tests wrong.
31294 #: config/cris/cris.c:2415
31295 #, gcc-internal-format
31296 msgid "internal error: cris_side_effect_mode_ok with bad operands"
31297 msgstr ""
31298
31299 #: config/cris/cris.c:2654
31300 #, gcc-internal-format
31301 msgid "%<-max-stackframe=%d%> is not usable, not between 0 and %d"
31302 msgstr ""
31303
31304 #: config/cris/cris.c:2683
31305 #, gcc-internal-format
31306 msgid "unknown CRIS version specification in %<-march=%> or %<-mcpu=%> : %s"
31307 msgstr ""
31308
31309 #: config/cris/cris.c:2719
31310 #, gcc-internal-format
31311 msgid "unknown CRIS cpu version specification in %<-mtune=%> : %s"
31312 msgstr ""
31313
31314 #: config/cris/cris.c:2740
31315 #, gcc-internal-format
31316 msgid "%<-fPIC%> and %<-fpic%> are not supported in this configuration"
31317 msgstr ""
31318
31319 #: config/cris/cris.c:2994
31320 #, gcc-internal-format
31321 msgid "unknown src"
31322 msgstr ""
31323
31324 #: config/cris/cris.c:3049
31325 #, gcc-internal-format
31326 msgid "unknown dest"
31327 msgstr ""
31328
31329 #: config/cris/cris.c:3330
31330 #, gcc-internal-format, gfc-internal-format
31331 msgid "stackframe too big: %d bytes"
31332 msgstr ""
31333
31334 #: config/cris/cris.c:3818 config/cris/cris.c:3846
31335 #, gcc-internal-format
31336 msgid "expand_binop failed in movsi got"
31337 msgstr ""
31338
31339 #: config/cris/cris.c:3941
31340 #, gcc-internal-format
31341 msgid "emitting PIC operand, but PIC register isn%'t set up"
31342 msgstr ""
31343
31344 #. Definitions for GCC. Part of the machine description for CRIS.
31345 #. Copyright (C) 1998-2020 Free Software Foundation, Inc.
31346 #. Contributed by Axis Communications. Written by Hans-Peter Nilsson.
31347 #.
31348 #. This file is part of GCC.
31349 #.
31350 #. GCC is free software; you can redistribute it and/or modify
31351 #. it under the terms of the GNU General Public License as published by
31352 #. the Free Software Foundation; either version 3, or (at your option)
31353 #. any later version.
31354 #.
31355 #. GCC is distributed in the hope that it will be useful,
31356 #. but WITHOUT ANY WARRANTY; without even the implied warranty of
31357 #. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
31358 #. GNU General Public License for more details.
31359 #.
31360 #. You should have received a copy of the GNU General Public License
31361 #. along with GCC; see the file COPYING3. If not see
31362 #. <http://www.gnu.org/licenses/>.
31363 #. After the first "Node:" comment comes all preprocessor directives and
31364 #. attached declarations described in the info files, the "Using and
31365 #. Porting GCC" manual (uapgcc), in the same order as found in the "Target
31366 #. macros" section in the gcc-2.9x CVS edition of 2000-03-17. FIXME: Not
31367 #. really, but needs an update anyway.
31368 #.
31369 #. There is no generic copy-of-uapgcc comment, you'll have to see uapgcc
31370 #. for that. If applicable, there is a CRIS-specific comment. The order
31371 #. of macro definitions follow the order in the manual. Every section in
31372 #. the manual (node in the info pages) has an introductory `Node:
31373 #. <subchapter>' comment. If no macros are defined for a section, only
31374 #. the section-comment is present.
31375 #. Note that other header files (e.g. config/elfos.h, config/linux.h,
31376 #. and config/cris/linux.h) are responsible for lots of settings not
31377 #. repeated below. This file contains general CRIS definitions
31378 #. and definitions for the cris-*-elf subtarget.
31379 #. We don't want to use gcc_assert for everything, as that can be
31380 #. compiled out.
31381 #: config/cris/cris.h:42
31382 #, gcc-internal-format
31383 msgid "CRIS-port assertion failed: "
31384 msgstr ""
31385
31386 #. Node: Caller Saves
31387 #. (no definitions)
31388 #. Node: Function entry
31389 #. See cris.c for TARGET_ASM_FUNCTION_PROLOGUE and
31390 #. TARGET_ASM_FUNCTION_EPILOGUE.
31391 #. Node: Profiling
31392 #: config/cris/cris.h:711
31393 #, gcc-internal-format
31394 msgid "no FUNCTION_PROFILER for CRIS"
31395 msgstr ""
31396
31397 #: config/csky/csky.c:2389
31398 #, gcc-internal-format, gfc-internal-format
31399 msgid "cpu %s is not based on arch %s, ignoring the arch"
31400 msgstr ""
31401
31402 #: config/csky/csky.c:2453 config/csky/csky.c:2489 config/csky/csky.c:2542
31403 #: config/csky/csky.c:2565 config/csky/csky.c:2582
31404 #, gcc-internal-format
31405 msgid "%qs is not supported by arch %s"
31406 msgstr "%qs є непідтримуваним на архітектурі %s"
31407
31408 #: config/csky/csky.c:2492
31409 #, gcc-internal-format
31410 msgid "%<-mhard-float%> is not supported by the selected CPU"
31411 msgstr ""
31412
31413 #: config/csky/csky.c:2508
31414 #, gcc-internal-format
31415 msgid "%<-mdouble-float%> ignored without %<-mhard-float%>"
31416 msgstr ""
31417
31418 #: config/csky/csky.c:2511
31419 #, gcc-internal-format
31420 msgid "%<-mfdivdu%> ignored without %<-mhard-float%>"
31421 msgstr ""
31422
31423 #: config/csky/csky.c:2554
31424 #, gcc-internal-format
31425 msgid "%<-msmart%> is incompatible with %<-mhigh-registers%>"
31426 msgstr ""
31427
31428 #. It's hard to provide general support for trampolines on this
31429 #. core. We need a register other than the one holding the
31430 #. static chain (r13) to hold the function pointer for the
31431 #. indirect jump to it. But ck801 has such a limited register set
31432 #. there is no other call-clobbered scratch register available -- in
31433 #. particular, this core does not have r12, which we use for the
31434 #. ck802 case below. If we use a callee-saved register like r4,
31435 #. saving the old value on the stack screws up the stack frame
31436 #. if there are overflow arguments pushed on the stack
31437 #. by the caller. In theory we could test for that and handle
31438 #. limited cases with parameters that all fit in r0-r3 with no
31439 #. stack overflow, but punt for now.
31440 #: config/csky/csky.c:5819
31441 #, gcc-internal-format
31442 msgid "Nested function trampolines not supported on CK801."
31443 msgstr ""
31444
31445 #: config/csky/csky.c:6024
31446 #, gcc-internal-format
31447 msgid "%qE attribute ignored without %<-mistack%>"
31448 msgstr ""
31449
31450 #: config/epiphany/epiphany.c:499
31451 #, gcc-internal-format
31452 msgid "interrupt handlers cannot have arguments"
31453 msgstr ""
31454
31455 #: config/epiphany/epiphany.c:523
31456 #, gcc-internal-format
31457 msgid "argument of %qE attribute is not \"reset\", \"software_exception\", \"page_miss\", \"timer0\", \"timer1\", \"message\", \"dma0\", \"dma1\", \"wand\" or \"swi\""
31458 msgstr ""
31459
31460 #: config/epiphany/epiphany.c:1541
31461 #, gcc-internal-format
31462 msgid "stack_offset must be at least 4"
31463 msgstr ""
31464
31465 #: config/epiphany/epiphany.c:1543
31466 #, gcc-internal-format
31467 msgid "stack_offset must be a multiple of 4"
31468 msgstr ""
31469
31470 #: config/frv/frv.c:8488
31471 #, gcc-internal-format
31472 msgid "accumulator is not a constant integer"
31473 msgstr ""
31474
31475 #: config/frv/frv.c:8493
31476 #, gcc-internal-format
31477 msgid "accumulator number is out of bounds"
31478 msgstr ""
31479
31480 #: config/frv/frv.c:8504
31481 #, gcc-internal-format
31482 msgid "inappropriate accumulator for %qs"
31483 msgstr ""
31484
31485 #: config/frv/frv.c:8580
31486 #, gcc-internal-format
31487 msgid "invalid IACC argument"
31488 msgstr ""
31489
31490 #: config/frv/frv.c:8603 config/sparc/sparc.c:10943
31491 #, gcc-internal-format
31492 msgid "%qs expects a constant argument"
31493 msgstr ""
31494
31495 #: config/frv/frv.c:8608 config/sparc/sparc.c:10949
31496 #, gcc-internal-format
31497 msgid "constant argument out of range for %qs"
31498 msgstr ""
31499
31500 #: config/frv/frv.c:9089
31501 #, gcc-internal-format
31502 msgid "media functions are not available unless %<-mmedia%> is used"
31503 msgstr ""
31504
31505 #: config/frv/frv.c:9101
31506 #, gcc-internal-format
31507 msgid "this media function is only available on the fr500"
31508 msgstr ""
31509
31510 #: config/frv/frv.c:9129
31511 #, gcc-internal-format
31512 msgid "this media function is only available on the fr400 and fr550"
31513 msgstr ""
31514
31515 #: config/frv/frv.c:9148
31516 #, gcc-internal-format
31517 msgid "this builtin function is only available on the fr405 and fr450"
31518 msgstr ""
31519
31520 #: config/frv/frv.c:9157
31521 #, gcc-internal-format
31522 msgid "this builtin function is only available on the fr500 and fr550"
31523 msgstr ""
31524
31525 #: config/frv/frv.c:9169
31526 #, gcc-internal-format
31527 msgid "this builtin function is only available on the fr450"
31528 msgstr ""
31529
31530 #: config/ft32/ft32.c:181
31531 #, gcc-internal-format
31532 msgid "%<h%> applied to non-register operand"
31533 msgstr ""
31534
31535 #: config/ft32/ft32.c:206
31536 #, gcc-internal-format, gfc-internal-format
31537 msgid "bad alignment: %d"
31538 msgstr ""
31539
31540 #: config/ft32/ft32.c:502
31541 #, gcc-internal-format
31542 msgid "stack frame must be smaller than 64K"
31543 msgstr ""
31544
31545 #: config/gcn/gcn.c:237
31546 #, gcc-internal-format
31547 msgid "amdgpu_hsa_kernel attribute requires string constant arguments"
31548 msgstr ""
31549
31550 #: config/gcn/gcn.c:250
31551 #, gcc-internal-format, gfc-internal-format
31552 msgid "unknown specifier %s in amdgpu_hsa_kernel attribute"
31553 msgstr ""
31554
31555 #: config/gcn/gcn.c:256
31556 #, gcc-internal-format, gfc-internal-format
31557 msgid "duplicated parameter specifier %s in amdgpu_hsa_kernel attribute"
31558 msgstr ""
31559
31560 #: config/gcn/gcn.c:308
31561 #, gcc-internal-format
31562 msgid "too many arguments passed in sgpr registers"
31563 msgstr ""
31564
31565 #: config/gcn/gcn.c:2096
31566 #, gcc-internal-format
31567 msgid "A non-default set of initial values has been requested, which violates the ABI!"
31568 msgstr ""
31569
31570 #: config/gcn/gcn.c:2332
31571 #, gcc-internal-format, gfc-internal-format
31572 msgid "wrong type of argument %s"
31573 msgstr "помилковий тип аргументу %s"
31574
31575 #: config/gcn/gcn.c:3115
31576 #, gcc-internal-format
31577 msgid "nested function trampolines not supported on GCN5 due to non-executable stacks"
31578 msgstr ""
31579
31580 #: config/gcn/gcn.c:3224
31581 #, gcc-internal-format
31582 msgid "TLS is not implemented for GCN."
31583 msgstr ""
31584
31585 #: config/gcn/gcn.c:3835
31586 #, gcc-internal-format
31587 msgid "Builtin not implemented"
31588 msgstr ""
31589
31590 #: config/gcn/gcn.c:4753
31591 #, gcc-internal-format, gfc-internal-format
31592 msgid "using vector_length (64), ignoring %d"
31593 msgstr ""
31594
31595 #: config/gcn/gcn.c:4754
31596 #, gcc-internal-format
31597 msgid "using vector_length (64), ignoring runtime setting"
31598 msgstr ""
31599
31600 #: config/gcn/gcn.c:4766 config/nvptx/nvptx.c:5688
31601 #, gcc-internal-format, gfc-internal-format
31602 msgid "using num_workers (%d), ignoring %d"
31603 msgstr ""
31604
31605 #: config/gcn/gcn.c:4794 config/gcn/gcn.c:4821
31606 #, gcc-internal-format, gfc-internal-format
31607 msgid "offload dimension out of range (%d)"
31608 msgstr ""
31609
31610 #: config/gcn/gcn.c:5249
31611 #, gcc-internal-format
31612 msgid "local data-share memory exhausted"
31613 msgstr ""
31614
31615 #: config/gcn/mkoffload.c:76 config/i386/intelmic-mkoffload.c:73
31616 #: config/nvptx/mkoffload.c:87
31617 #, gcc-internal-format
31618 msgid "deleting file %s: %m"
31619 msgstr ""
31620
31621 #: config/gcn/mkoffload.c:490 config/nvptx/mkoffload.c:363
31622 #, gcc-internal-format
31623 msgid "environment variable COLLECT_GCC_OPTIONS must be set"
31624 msgstr ""
31625
31626 #: config/gcn/mkoffload.c:537 config/nvptx/mkoffload.c:409
31627 #, gcc-internal-format
31628 msgid "COLLECT_GCC must be set."
31629 msgstr ""
31630
31631 #: config/gcn/mkoffload.c:583 config/i386/intelmic-mkoffload.c:566
31632 #, gcc-internal-format, gfc-internal-format
31633 msgid "offload compiler %s not found"
31634 msgstr ""
31635
31636 #: config/gcn/mkoffload.c:603 config/i386/intelmic-mkoffload.c:585
31637 #: config/nvptx/mkoffload.c:478
31638 #, gcc-internal-format
31639 msgid "unrecognizable argument of option "
31640 msgstr ""
31641
31642 #: config/gcn/mkoffload.c:616
31643 #, gcc-internal-format
31644 msgid "either -fopenacc or -fopenmp must be set"
31645 msgstr ""
31646
31647 #: config/gcn/mkoffload.c:703
31648 #, fuzzy, gcc-internal-format
31649 #| msgid "Cannot open intermediate output file %s\n"
31650 msgid "cannot open intermediate gcn asm file"
31651 msgstr "Не вдалося відкрити проміжний файл для виведення %s\n"
31652
31653 #: config/gcn/mkoffload.c:707 config/gcn/mkoffload.c:711
31654 #: config/i386/intelmic-mkoffload.c:255 config/i386/intelmic-mkoffload.c:319
31655 #: config/i386/intelmic-mkoffload.c:360 config/nvptx/mkoffload.c:528
31656 #, gcc-internal-format, gfc-internal-format
31657 msgid "cannot open '%s'"
31658 msgstr "не вдалося відкрити «%s»"
31659
31660 #: config/gcn/mkoffload.c:724
31661 #, fuzzy, gcc-internal-format
31662 #| msgid "Cannot open intermediate output file %s\n"
31663 msgid "cannot open intermediate gcn obj file"
31664 msgstr "Не вдалося відкрити проміжний файл для виведення %s\n"
31665
31666 #: config/h8300/h8300.c:329
31667 #, gcc-internal-format
31668 msgid "%<-msx%> is not supported in coff"
31669 msgstr ""
31670
31671 #: config/h8300/h8300.c:351
31672 #, gcc-internal-format
31673 msgid "%<-ms2600%> is used without %<-ms%>"
31674 msgstr ""
31675
31676 #: config/h8300/h8300.c:357
31677 #, gcc-internal-format
31678 msgid "%<-mn%> is used without %<-mh%> or %<-ms%> or %<-msx%>"
31679 msgstr ""
31680
31681 #: config/h8300/h8300.c:363
31682 #, gcc-internal-format
31683 msgid "%<-mexr%> is used without %<-ms%>"
31684 msgstr ""
31685
31686 #: config/h8300/h8300.c:369
31687 #, gcc-internal-format
31688 msgid "%<-mint32%> is not supported for H8300 and H8300L targets"
31689 msgstr ""
31690
31691 #: config/h8300/h8300.c:375
31692 #, gcc-internal-format
31693 msgid "%<-mexr%> is used without %<-ms%> or %<-msx%>"
31694 msgstr ""
31695
31696 #: config/h8300/h8300.c:381
31697 #, gcc-internal-format
31698 msgid "%<-mno-exr%> is valid only with %<-ms%> or %<-msx%> - option ignored"
31699 msgstr ""
31700
31701 #: config/h8300/h8300.c:388
31702 #, gcc-internal-format
31703 msgid "%<-mn%> is not supported for linux targets"
31704 msgstr ""
31705
31706 #: config/i386/host-cygwin.c:57
31707 #, gcc-internal-format
31708 msgid "can%'t get position in PCH file: %m"
31709 msgstr ""
31710
31711 #: config/i386/host-cygwin.c:64
31712 #, gcc-internal-format
31713 msgid "can%'t extend PCH file: %m"
31714 msgstr ""
31715
31716 #: config/i386/host-cygwin.c:75
31717 #, gcc-internal-format
31718 msgid "can%'t set position in PCH file: %m"
31719 msgstr ""
31720
31721 #: config/i386/i386-builtins.c:2259
31722 #, gcc-internal-format
31723 msgid "no dispatcher found for the versioning attributes"
31724 msgstr ""
31725
31726 #: config/i386/i386-builtins.c:2309
31727 #, gcc-internal-format
31728 msgid "ISA %qs is not supported in %<target%> attribute, use %<arch=%> syntax"
31729 msgstr ""
31730
31731 #: config/i386/i386-builtins.c:2320
31732 #, gcc-internal-format, gfc-internal-format
31733 msgid "no dispatcher found for the versioning attributes: %s"
31734 msgstr ""
31735
31736 #: config/i386/i386-builtins.c:2421
31737 #, gcc-internal-format
31738 msgid "parameter to builtin must be a string constant or literal"
31739 msgstr ""
31740
31741 #: config/i386/i386-builtins.c:2446 config/i386/i386-builtins.c:2496
31742 #, gcc-internal-format, gfc-internal-format
31743 msgid "parameter to builtin not valid: %s"
31744 msgstr ""
31745
31746 #: config/i386/i386-expand.c:7909
31747 #, gcc-internal-format
31748 msgid "interrupt service routine cannot be called directly"
31749 msgstr ""
31750
31751 #: config/i386/i386-expand.c:8313 config/i386/i386-expand.c:9776
31752 #, gcc-internal-format
31753 msgid "the last argument must be a 2-bit immediate"
31754 msgstr ""
31755
31756 #: config/i386/i386-expand.c:8708
31757 #, gcc-internal-format
31758 msgid "the fifth argument must be an 8-bit immediate"
31759 msgstr ""
31760
31761 #: config/i386/i386-expand.c:8803
31762 #, gcc-internal-format
31763 msgid "the third argument must be an 8-bit immediate"
31764 msgstr ""
31765
31766 #: config/i386/i386-expand.c:9707
31767 #, gcc-internal-format
31768 msgid "the last argument must be an 1-bit immediate"
31769 msgstr ""
31770
31771 #: config/i386/i386-expand.c:9722
31772 #, gcc-internal-format
31773 msgid "the last argument must be a 3-bit immediate"
31774 msgstr ""
31775
31776 #: config/i386/i386-expand.c:9755
31777 #, gcc-internal-format
31778 msgid "the last argument must be a 4-bit immediate"
31779 msgstr ""
31780
31781 #: config/i386/i386-expand.c:9795
31782 #, gcc-internal-format
31783 msgid "the last argument must be a 1-bit immediate"
31784 msgstr ""
31785
31786 #: config/i386/i386-expand.c:9808
31787 #, gcc-internal-format
31788 msgid "the last argument must be a 5-bit immediate"
31789 msgstr ""
31790
31791 #: config/i386/i386-expand.c:9818
31792 #, gcc-internal-format
31793 msgid "the next to last argument must be an 8-bit immediate"
31794 msgstr ""
31795
31796 #: config/i386/i386-expand.c:9823 config/i386/i386-expand.c:10729
31797 #, gcc-internal-format
31798 msgid "the last argument must be an 8-bit immediate"
31799 msgstr ""
31800
31801 #: config/i386/i386-expand.c:9963
31802 #, gcc-internal-format
31803 msgid "the third argument must be comparison constant"
31804 msgstr ""
31805
31806 #: config/i386/i386-expand.c:9968
31807 #, gcc-internal-format
31808 msgid "incorrect comparison mode"
31809 msgstr ""
31810
31811 #: config/i386/i386-expand.c:9974 config/i386/i386-expand.c:10294
31812 #, gcc-internal-format
31813 msgid "incorrect rounding operand"
31814 msgstr ""
31815
31816 #: config/i386/i386-expand.c:10276
31817 #, gcc-internal-format
31818 msgid "the immediate argument must be a 4-bit immediate"
31819 msgstr ""
31820
31821 #: config/i386/i386-expand.c:10282
31822 #, gcc-internal-format
31823 msgid "the immediate argument must be a 5-bit immediate"
31824 msgstr ""
31825
31826 #: config/i386/i386-expand.c:10285
31827 #, gcc-internal-format
31828 msgid "the immediate argument must be an 8-bit immediate"
31829 msgstr ""
31830
31831 #: config/i386/i386-expand.c:10727
31832 #, gcc-internal-format
31833 msgid "the last argument must be a 32-bit immediate"
31834 msgstr ""
31835
31836 #: config/i386/i386-expand.c:10809 config/rs6000/rs6000-call.c:9789
31837 #, gcc-internal-format
31838 msgid "selector must be an integer constant in the range [0, %wi]"
31839 msgstr ""
31840
31841 #: config/i386/i386-expand.c:11016
31842 #, gcc-internal-format
31843 msgid "%qE needs unknown isa option"
31844 msgstr ""
31845
31846 #: config/i386/i386-expand.c:11020
31847 #, gcc-internal-format
31848 msgid "%qE needs isa option %s"
31849 msgstr ""
31850
31851 #: config/i386/i386-expand.c:11691
31852 #, gcc-internal-format
31853 msgid "last argument must be an immediate"
31854 msgstr ""
31855
31856 #: config/i386/i386-expand.c:12447 config/i386/i386-expand.c:12659
31857 #, gcc-internal-format
31858 msgid "the last argument must be scale 1, 2, 4, 8"
31859 msgstr ""
31860
31861 #: config/i386/i386-expand.c:12712
31862 #, gcc-internal-format
31863 msgid "the forth argument must be scale 1, 2, 4, 8"
31864 msgstr ""
31865
31866 #: config/i386/i386-expand.c:12718
31867 #, gcc-internal-format
31868 msgid "incorrect hint operand"
31869 msgstr ""
31870
31871 #: config/i386/i386-expand.c:12737
31872 #, gcc-internal-format
31873 msgid "the argument to %<xabort%> intrinsic must be an 8-bit immediate"
31874 msgstr ""
31875
31876 #: config/i386/i386-features.c:2589
31877 #, gcc-internal-format
31878 msgid "function versions cannot be marked as %<gnu_inline%>, bodies have to be generated"
31879 msgstr ""
31880
31881 #: config/i386/i386-features.c:2594 config/i386/i386-features.c:2859
31882 #, gcc-internal-format
31883 msgid "virtual function multiversioning not supported"
31884 msgstr ""
31885
31886 #: config/i386/i386-features.c:2726
31887 #, fuzzy, gcc-internal-format
31888 #| msgid "%<__builtin_thread_pointer%> is not supported on this target"
31889 msgid "multiversioning needs %<ifunc%> which is not supported on this target"
31890 msgstr "підтримки %<__builtin_thread_pointer%> для цього призначення не передбачено"
31891
31892 #: config/i386/i386-options.c:842 config/i386/i386-options.c:1924
31893 #: config/i386/i386-options.c:1933
31894 #, gcc-internal-format, gfc-internal-format
31895 msgid "code model %s does not support PIC mode"
31896 msgstr ""
31897
31898 #: config/i386/i386-options.c:1081
31899 #, fuzzy, gcc-internal-format
31900 #| msgid "%qE attribute argument %qE is not an integer constant"
31901 msgid "attribute %qs argument is not a string"
31902 msgstr "аргумент атрибута %qE, %qE, не є цілим сталим значенням"
31903
31904 #: config/i386/i386-options.c:1145
31905 #, fuzzy, gcc-internal-format
31906 #| msgid "%qE attribute argument %qE is not an integer constant"
31907 msgid "attribute %qs argument %qs is unknown"
31908 msgstr "аргумент атрибута %qE, %qE, не є цілим сталим значенням"
31909
31910 #: config/i386/i386-options.c:1174
31911 #, gcc-internal-format
31912 msgid "attribute value %qs was already specified in %qs attribute"
31913 msgstr ""
31914
31915 #: config/i386/i386-options.c:1212
31916 #, fuzzy, gcc-internal-format
31917 #| msgid "%qE attribute argument %qE is not an integer constant"
31918 msgid "attribute value %qs is unknown in %qs attribute"
31919 msgstr "аргумент атрибута %qE, %qE, не є цілим сталим значенням"
31920
31921 #: config/i386/i386-options.c:1450
31922 #, gcc-internal-format
31923 msgid "wrong argument %qs to option %qs"
31924 msgstr "помилковий аргумент %qs параметра %qs"
31925
31926 #: config/i386/i386-options.c:1456
31927 #, gcc-internal-format
31928 msgid "size ranges of option %qs should be increasing"
31929 msgstr ""
31930
31931 #: config/i386/i386-options.c:1466
31932 #, gcc-internal-format
31933 msgid "wrong strategy name %qs specified for option %qs"
31934 msgstr ""
31935
31936 #. rep; movq isn't available in 32-bit code.
31937 #: config/i386/i386-options.c:1492
31938 #, gcc-internal-format
31939 msgid "strategy name %qs specified for option %qs not supported for 32-bit code"
31940 msgstr ""
31941
31942 #: config/i386/i386-options.c:1505
31943 #, gcc-internal-format
31944 msgid "unknown alignment %qs specified for option %qs"
31945 msgstr ""
31946
31947 #: config/i386/i386-options.c:1515
31948 #, gcc-internal-format
31949 msgid "the max value for the last size range should be -1 for option %qs"
31950 msgstr ""
31951
31952 #: config/i386/i386-options.c:1522
31953 #, gcc-internal-format
31954 msgid "too many size ranges specified in option %qs"
31955 msgstr ""
31956
31957 #: config/i386/i386-options.c:1575
31958 #, gcc-internal-format
31959 msgid "unknown parameter to option %<-mtune-ctrl%>: %s"
31960 msgstr ""
31961
31962 #: config/i386/i386-options.c:1759
31963 #, gcc-internal-format
31964 msgid "Intel MCU psABI isn%'t supported in %s mode"
31965 msgstr ""
31966
31967 #: config/i386/i386-options.c:1808
31968 #, gcc-internal-format
31969 msgid "%<-mtune=x86-64%> is deprecated; use %<-mtune=k8%> or %<-mtune=generic%> instead as appropriate"
31970 msgstr "%<-mtune=x86-64%> вважається застарілим; скористайтеся одним із відповідників: %<-mtune=k8%> або %<-mtune=generic%>"
31971
31972 #: config/i386/i386-options.c:1810
31973 #, gcc-internal-format
31974 msgid "%<target(\"tune=x86-64\")%> is deprecated; use %<target(\"tune=k8\")%> or %<target(\"tune=generic\")%> instead as appropriate"
31975 msgstr "%<target(\"tune=x86-64\")%> вважається застарілим; скористайтеся одним із відповідників: %<target(\"tune=k8\")%> або %<target(\"tune=generic\")%>"
31976
31977 #. rep; movq isn't available in 32-bit code.
31978 #: config/i386/i386-options.c:1836
31979 #, gcc-internal-format
31980 msgid "%<-mstringop-strategy=rep_8byte%> not supported for 32-bit code"
31981 msgstr ""
31982
31983 #: config/i386/i386-options.c:1853
31984 #, gcc-internal-format
31985 msgid "address mode %qs not supported in the %s bit mode"
31986 msgstr ""
31987
31988 #: config/i386/i386-options.c:1864
31989 #, gcc-internal-format
31990 msgid "%<-mabi=ms%> not supported with X32 ABI"
31991 msgstr "підтримки %<-mabi=ms%> для ABI X32 не передбачено"
31992
31993 #: config/i386/i386-options.c:1870
31994 #, fuzzy, gcc-internal-format
31995 #| msgid "%<-mabi=ms%> not supported with X32 ABI"
31996 msgid "%<-mabi=%s%> not supported with %<-fsanitize=address%>"
31997 msgstr "підтримки %<-mabi=ms%> для ABI X32 не передбачено"
31998
31999 #: config/i386/i386-options.c:1873
32000 #, fuzzy, gcc-internal-format
32001 #| msgid "%<-mabi=ms%> not supported with X32 ABI"
32002 msgid "%<-mabi=%s%> not supported with %<-fsanitize=kernel-address%>"
32003 msgstr "підтримки %<-mabi=ms%> для ABI X32 не передбачено"
32004
32005 #: config/i386/i386-options.c:1877
32006 #, fuzzy, gcc-internal-format
32007 #| msgid "%<-mabi=ms%> not supported with X32 ABI"
32008 msgid "%<-mabi=%s%> not supported with %<-fsanitize=thread%>"
32009 msgstr "підтримки %<-mabi=ms%> для ABI X32 не передбачено"
32010
32011 #: config/i386/i386-options.c:1894 config/i386/i386-options.c:1903
32012 #: config/i386/i386-options.c:1915 config/i386/i386-options.c:1926
32013 #: config/i386/i386-options.c:1937
32014 #, gcc-internal-format
32015 msgid "code model %qs not supported in the %s bit mode"
32016 msgstr ""
32017
32018 #: config/i386/i386-options.c:1906 config/i386/i386-options.c:1918
32019 #, gcc-internal-format
32020 msgid "code model %qs not supported in x32 mode"
32021 msgstr ""
32022
32023 #: config/i386/i386-options.c:1961
32024 #, gcc-internal-format
32025 msgid "%<-masm=intel%> not supported in this configuration"
32026 msgstr ""
32027
32028 #: config/i386/i386-options.c:1966
32029 #, gcc-internal-format, gfc-internal-format
32030 msgid "%i-bit mode not compiled in"
32031 msgstr ""
32032
32033 #: config/i386/i386-options.c:1975
32034 #, gcc-internal-format
32035 msgid "%<generic%> CPU can be used only for %<-mtune=%> switch"
32036 msgstr ""
32037
32038 #: config/i386/i386-options.c:1977
32039 #, gcc-internal-format
32040 msgid "%<generic%> CPU can be used only for %<target(\"tune=\")%> attribute"
32041 msgstr ""
32042
32043 #: config/i386/i386-options.c:1984
32044 #, gcc-internal-format
32045 msgid "%<intel%> CPU can be used only for %<-mtune=%> switch"
32046 msgstr ""
32047
32048 #: config/i386/i386-options.c:1986
32049 #, gcc-internal-format
32050 msgid "%<intel%> CPU can be used only for %<target(\"tune=\")%> attribute"
32051 msgstr ""
32052
32053 #: config/i386/i386-options.c:1994 config/i386/i386-options.c:2316
32054 #, gcc-internal-format
32055 msgid "CPU you selected does not support x86-64 instruction set"
32056 msgstr ""
32057
32058 #: config/i386/i386-options.c:2256
32059 #, gcc-internal-format
32060 msgid "bad value (%qs) for %<-march=%> switch"
32061 msgstr ""
32062
32063 #: config/i386/i386-options.c:2257
32064 #, gcc-internal-format
32065 msgid "bad value (%qs) for %<target(\"arch=\")%> attribute"
32066 msgstr ""
32067
32068 #: config/i386/i386-options.c:2279
32069 #, gcc-internal-format
32070 msgid "valid arguments to %<-march=%> switch are: %s; did you mean %qs?"
32071 msgstr ""
32072
32073 #: config/i386/i386-options.c:2281
32074 #, gcc-internal-format
32075 msgid "valid arguments to %<target(\"arch=\")%> attribute are: %s; did you mean %qs?"
32076 msgstr ""
32077
32078 #: config/i386/i386-options.c:2286
32079 #, gcc-internal-format
32080 msgid "valid arguments to %<-march=%> switch are: %s"
32081 msgstr "коректними аргументами перемикача %<-march=%> є такі: %s"
32082
32083 #: config/i386/i386-options.c:2287
32084 #, gcc-internal-format
32085 msgid "valid arguments to %<target(\"arch=\")%> attribute are: %s"
32086 msgstr ""
32087
32088 #: config/i386/i386-options.c:2335
32089 #, gcc-internal-format
32090 msgid "bad value (%qs) for %<-mtune=%> switch"
32091 msgstr ""
32092
32093 #: config/i386/i386-options.c:2336
32094 #, gcc-internal-format
32095 msgid "bad value (%qs) for %<target(\"tune=\")%> attribute"
32096 msgstr ""
32097
32098 #: config/i386/i386-options.c:2356
32099 #, gcc-internal-format
32100 msgid "valid arguments to %<-mtune=%> switch are: %s; did you mean %qs?"
32101 msgstr ""
32102
32103 #: config/i386/i386-options.c:2358
32104 #, gcc-internal-format
32105 msgid "valid arguments to %<target(\"tune=\")%> attribute are: %s; did you mean %qs?"
32106 msgstr ""
32107
32108 #: config/i386/i386-options.c:2363
32109 #, gcc-internal-format
32110 msgid "valid arguments to %<-mtune=%> switch are: %s"
32111 msgstr "коректними аргументами перемикача %<-mtune=%> є такі: %s"
32112
32113 #: config/i386/i386-options.c:2364
32114 #, gcc-internal-format
32115 msgid "valid arguments to %<target(\"tune=\")%> attribute are: %s"
32116 msgstr ""
32117
32118 #: config/i386/i386-options.c:2388
32119 #, gcc-internal-format
32120 msgid "%<-mregparm%> is ignored in 64-bit mode"
32121 msgstr ""
32122
32123 #: config/i386/i386-options.c:2390
32124 #, gcc-internal-format
32125 msgid "%<-mregparm%> is ignored for Intel MCU psABI"
32126 msgstr ""
32127
32128 #: config/i386/i386-options.c:2393
32129 #, gcc-internal-format
32130 msgid "%<-mregparm=%d%> is not between 0 and %d"
32131 msgstr ""
32132
32133 #: config/i386/i386-options.c:2421
32134 #, gcc-internal-format
32135 msgid "%<-mrtd%> is ignored in 64bit mode"
32136 msgstr ""
32137
32138 #: config/i386/i386-options.c:2422
32139 #, gcc-internal-format
32140 msgid "%<target(\"rtd\")%> is ignored in 64bit mode"
32141 msgstr ""
32142
32143 #: config/i386/i386-options.c:2501
32144 #, gcc-internal-format
32145 msgid "%<-mpreferred-stack-boundary%> is not supported for this target"
32146 msgstr "підтримки %<-mpreferred-stack-boundary%> для цього призначення не передбачено"
32147
32148 #: config/i386/i386-options.c:2504
32149 #, gcc-internal-format
32150 msgid "%<-mpreferred-stack-boundary=%d%> is not between %d and %d"
32151 msgstr ""
32152
32153 #: config/i386/i386-options.c:2527
32154 #, gcc-internal-format
32155 msgid "%<-mincoming-stack-boundary=%d%> is not between %d and 12"
32156 msgstr ""
32157
32158 #: config/i386/i386-options.c:2540
32159 #, gcc-internal-format
32160 msgid "%<-mnop-mcount%> is not compatible with this target"
32161 msgstr ""
32162
32163 #: config/i386/i386-options.c:2543
32164 #, gcc-internal-format
32165 msgid "%<-mnop-mcount%> is not implemented for %<-fPIC%>"
32166 msgstr ""
32167
32168 #: config/i386/i386-options.c:2549
32169 #, gcc-internal-format
32170 msgid "%<-msseregparm%> used without SSE enabled"
32171 msgstr ""
32172
32173 #: config/i386/i386-options.c:2550
32174 #, gcc-internal-format
32175 msgid "%<target(\"sseregparm\")%> used without SSE enabled"
32176 msgstr ""
32177
32178 #: config/i386/i386-options.c:2560
32179 #, gcc-internal-format
32180 msgid "SSE instruction set disabled, using 387 arithmetics"
32181 msgstr ""
32182
32183 #: config/i386/i386-options.c:2567
32184 #, gcc-internal-format
32185 msgid "387 instruction set disabled, using SSE arithmetics"
32186 msgstr ""
32187
32188 #: config/i386/i386-options.c:2617
32189 #, gcc-internal-format
32190 msgid "stack probing requires %<-maccumulate-outgoing-args%> for correctness"
32191 msgstr ""
32192
32193 #: config/i386/i386-options.c:2619
32194 #, gcc-internal-format
32195 msgid "stack probing requires %<target(\"accumulate-outgoing-args\")%> for correctness"
32196 msgstr ""
32197
32198 #: config/i386/i386-options.c:2633
32199 #, gcc-internal-format
32200 msgid "fixed ebp register requires %<-maccumulate-outgoing-args%>"
32201 msgstr ""
32202
32203 #: config/i386/i386-options.c:2635
32204 #, gcc-internal-format
32205 msgid "fixed ebp register requires %<target(\"accumulate-outgoing-args\")%>"
32206 msgstr ""
32207
32208 #: config/i386/i386-options.c:2689
32209 #, gcc-internal-format
32210 msgid "%<-mfentry%> isn%'t supported for 32-bit in combination with %<-fpic%>"
32211 msgstr ""
32212
32213 #: config/i386/i386-options.c:2692
32214 #, gcc-internal-format
32215 msgid "%<-mno-fentry%> isn%'t compatible with SEH"
32216 msgstr ""
32217
32218 #: config/i386/i386-options.c:2696
32219 #, gcc-internal-format
32220 msgid "%<-mcall-ms2sysv-xlogues%> isn%'t currently supported with SEH"
32221 msgstr ""
32222
32223 #: config/i386/i386-options.c:2761
32224 #, gcc-internal-format
32225 msgid "unknown option for %<-mrecip=%s%>"
32226 msgstr "невідомий параметр для %<-mrecip=%s%>"
32227
32228 #: config/i386/i386-options.c:2820
32229 #, gcc-internal-format
32230 msgid "%qs is not a valid number in %<-mstack-protector-guard-offset=%>"
32231 msgstr ""
32232
32233 #: config/i386/i386-options.c:2825
32234 #, gcc-internal-format
32235 msgid "%qs is not a valid offset in %<-mstack-protector-guard-offset=%>"
32236 msgstr ""
32237
32238 #: config/i386/i386-options.c:2853
32239 #, gcc-internal-format
32240 msgid "%qs is not a valid base register in %<-mstack-protector-guard-reg=%>"
32241 msgstr ""
32242
32243 #: config/i386/i386-options.c:3015
32244 #, gcc-internal-format
32245 msgid "interrupt and naked attributes are not compatible"
32246 msgstr ""
32247
32248 #: config/i386/i386-options.c:3030
32249 #, gcc-internal-format
32250 msgid "only DWARF debug format is supported for interrupt service routine"
32251 msgstr ""
32252
32253 #: config/i386/i386-options.c:3079
32254 #, gcc-internal-format
32255 msgid "%<-mindirect-branch=%s%> and %<-mcmodel=large%> are not compatible"
32256 msgstr ""
32257
32258 #: config/i386/i386-options.c:3087
32259 #, gcc-internal-format
32260 msgid "%<-mindirect-branch%> and %<-fcf-protection%> are not compatible"
32261 msgstr ""
32262
32263 #: config/i386/i386-options.c:3122
32264 #, gcc-internal-format
32265 msgid "%<-mfunction-return=%s%> and %<-mcmodel=large%> are not compatible"
32266 msgstr ""
32267
32268 #: config/i386/i386-options.c:3130
32269 #, gcc-internal-format
32270 msgid "%<-mfunction-return%> and %<-fcf-protection%> are not compatible"
32271 msgstr ""
32272
32273 #: config/i386/i386-options.c:3224
32274 #, gcc-internal-format
32275 msgid "%s instructions aren%'t allowed in an exception service routine"
32276 msgstr ""
32277
32278 #: config/i386/i386-options.c:3226
32279 #, gcc-internal-format
32280 msgid "%s instructions aren%'t allowed in an interrupt service routine"
32281 msgstr ""
32282
32283 #: config/i386/i386-options.c:3230
32284 #, gcc-internal-format
32285 msgid "%s instructions aren%'t allowed in a function with the %<no_caller_saved_registers%> attribute"
32286 msgstr ""
32287
32288 #: config/i386/i386-options.c:3277 config/i386/i386-options.c:3328
32289 #, gcc-internal-format
32290 msgid "fastcall and regparm attributes are not compatible"
32291 msgstr ""
32292
32293 #: config/i386/i386-options.c:3282
32294 #, gcc-internal-format
32295 msgid "regparam and thiscall attributes are not compatible"
32296 msgstr ""
32297
32298 #: config/i386/i386-options.c:3289 config/i386/i386-options.c:3517
32299 #, gcc-internal-format
32300 msgid "%qE attribute requires an integer constant argument"
32301 msgstr ""
32302
32303 #: config/i386/i386-options.c:3295
32304 #, gcc-internal-format
32305 msgid "argument to %qE attribute larger than %d"
32306 msgstr ""
32307
32308 #: config/i386/i386-options.c:3320 config/i386/i386-options.c:3363
32309 #, gcc-internal-format
32310 msgid "fastcall and cdecl attributes are not compatible"
32311 msgstr ""
32312
32313 #: config/i386/i386-options.c:3324
32314 #, gcc-internal-format
32315 msgid "fastcall and stdcall attributes are not compatible"
32316 msgstr ""
32317
32318 #: config/i386/i386-options.c:3332 config/i386/i386-options.c:3381
32319 #, gcc-internal-format
32320 msgid "fastcall and thiscall attributes are not compatible"
32321 msgstr ""
32322
32323 #: config/i386/i386-options.c:3342 config/i386/i386-options.c:3359
32324 #, gcc-internal-format
32325 msgid "stdcall and cdecl attributes are not compatible"
32326 msgstr ""
32327
32328 #: config/i386/i386-options.c:3346
32329 #, gcc-internal-format
32330 msgid "stdcall and fastcall attributes are not compatible"
32331 msgstr ""
32332
32333 #: config/i386/i386-options.c:3350 config/i386/i386-options.c:3377
32334 #, gcc-internal-format
32335 msgid "stdcall and thiscall attributes are not compatible"
32336 msgstr ""
32337
32338 #: config/i386/i386-options.c:3367 config/i386/i386-options.c:3385
32339 #, gcc-internal-format
32340 msgid "cdecl and thiscall attributes are not compatible"
32341 msgstr ""
32342
32343 #: config/i386/i386-options.c:3373
32344 #, gcc-internal-format
32345 msgid "%qE attribute is used for non-class method"
32346 msgstr ""
32347
32348 #: config/i386/i386-options.c:3477 config/rs6000/rs6000.c:19330
32349 #, gcc-internal-format
32350 msgid "%qE incompatible attribute ignored"
32351 msgstr ""
32352
32353 #: config/i386/i386-options.c:3504
32354 #, gcc-internal-format
32355 msgid "%qE attribute only available for 32-bit"
32356 msgstr ""
32357
32358 #: config/i386/i386-options.c:3525
32359 #, gcc-internal-format
32360 msgid "argument to %qE attribute is neither zero, nor one"
32361 msgstr ""
32362
32363 #: config/i386/i386-options.c:3559 config/i386/i386-options.c:3569
32364 #, gcc-internal-format
32365 msgid "%qs and %qs attributes are not compatible"
32366 msgstr ""
32367
32368 #: config/i386/i386-options.c:3596 config/i386/i386-options.c:3618
32369 #: config/ia64/ia64.c:812 config/s390/s390.c:1151
32370 #, gcc-internal-format
32371 msgid "%qE attribute requires a string constant argument"
32372 msgstr ""
32373
32374 #: config/i386/i386-options.c:3606 config/i386/i386-options.c:3628
32375 #: config/s390/s390.c:1180
32376 #, gcc-internal-format
32377 msgid "argument to %qE attribute is not (keep|thunk|thunk-inline|thunk-extern)"
32378 msgstr ""
32379
32380 #: config/i386/i386-options.c:3660
32381 #, gcc-internal-format
32382 msgid "interrupt service routine should have a pointer as the first argument"
32383 msgstr ""
32384
32385 #: config/i386/i386-options.c:3667
32386 #, gcc-internal-format
32387 msgid "interrupt service routine should have %qs as the second argument"
32388 msgstr ""
32389
32390 #: config/i386/i386-options.c:3678
32391 #, gcc-internal-format
32392 msgid "interrupt service routine can only have a pointer argument and an optional integer argument"
32393 msgstr ""
32394
32395 #: config/i386/i386-options.c:3681
32396 #, fuzzy, gcc-internal-format
32397 #| msgid "%qE attribute on function returning %<void%>"
32398 msgid "interrupt service routine must return %<void%>"
32399 msgstr "атрибут %qE на функції, яка повертає %<void%>"
32400
32401 #: config/i386/i386.c:1190
32402 #, gcc-internal-format
32403 msgid "calling %qD with attribute sseregparm without SSE/SSE2 enabled"
32404 msgstr ""
32405
32406 #: config/i386/i386.c:1193
32407 #, gcc-internal-format
32408 msgid "calling %qT with attribute sseregparm without SSE/SSE2 enabled"
32409 msgstr ""
32410
32411 #: config/i386/i386.c:1507
32412 #, fuzzy, gcc-internal-format
32413 #| msgid "ISO C does not support the %<_Float%d%s%> type"
32414 msgid "X32 does not support %<ms_abi%> attribute"
32415 msgstr "У ISO C не передбачено підтримки типу %<_Float%d%s%>"
32416
32417 #: config/i386/i386.c:1541
32418 #, gcc-internal-format
32419 msgid "%<ms_hook_prologue%> attribute is not compatible with nested function"
32420 msgstr ""
32421
32422 #: config/i386/i386.c:1881
32423 #, gcc-internal-format
32424 msgid "AVX512F vector argument without AVX512F enabled changes the ABI"
32425 msgstr ""
32426
32427 #: config/i386/i386.c:1887
32428 #, gcc-internal-format
32429 msgid "AVX512F vector return without AVX512F enabled changes the ABI"
32430 msgstr ""
32431
32432 #: config/i386/i386.c:1901
32433 #, gcc-internal-format
32434 msgid "AVX vector argument without AVX enabled changes the ABI"
32435 msgstr ""
32436
32437 #: config/i386/i386.c:1907
32438 #, gcc-internal-format
32439 msgid "AVX vector return without AVX enabled changes the ABI"
32440 msgstr ""
32441
32442 #: config/i386/i386.c:1923
32443 #, gcc-internal-format
32444 msgid "SSE vector argument without SSE enabled changes the ABI"
32445 msgstr ""
32446
32447 #: config/i386/i386.c:1929
32448 #, gcc-internal-format
32449 msgid "SSE vector return without SSE enabled changes the ABI"
32450 msgstr ""
32451
32452 #: config/i386/i386.c:1945
32453 #, gcc-internal-format
32454 msgid "MMX vector argument without MMX enabled changes the ABI"
32455 msgstr ""
32456
32457 #: config/i386/i386.c:1951
32458 #, gcc-internal-format
32459 msgid "MMX vector return without MMX enabled changes the ABI"
32460 msgstr ""
32461
32462 #: config/i386/i386.c:2136
32463 #, gcc-internal-format
32464 msgid "the ABI of passing struct with a flexible array member has changed in GCC 4.4"
32465 msgstr ""
32466
32467 #: config/i386/i386.c:2253
32468 #, gcc-internal-format
32469 msgid "the ABI of passing union with %<long double%> has changed in GCC 4.4"
32470 msgstr ""
32471
32472 #: config/i386/i386.c:2371
32473 #, gcc-internal-format
32474 msgid "the ABI of passing structure with %<complex float%> member has changed in GCC 4.4"
32475 msgstr ""
32476
32477 #: config/i386/i386.c:2534
32478 #, gcc-internal-format
32479 msgid "SSE register return with SSE disabled"
32480 msgstr ""
32481
32482 #: config/i386/i386.c:2540
32483 #, gcc-internal-format
32484 msgid "SSE register argument with SSE disabled"
32485 msgstr ""
32486
32487 #: config/i386/i386.c:2556
32488 #, gcc-internal-format
32489 msgid "x87 register return with x87 disabled"
32490 msgstr ""
32491
32492 #: config/i386/i386.c:2866 config/i386/i386.c:3103 config/i386/i386.c:3598
32493 #, gcc-internal-format
32494 msgid "calling %qD with SSE calling convention without SSE/SSE2 enabled"
32495 msgstr ""
32496
32497 #: config/i386/i386.c:2868 config/i386/i386.c:3105 config/i386/i386.c:3600
32498 #, gcc-internal-format
32499 msgid "this is a GCC bug that can be worked around by adding attribute used to function called"
32500 msgstr ""
32501
32502 #: config/i386/i386.c:3504
32503 #, gcc-internal-format, gfc-internal-format
32504 msgid "the ABI for passing parameters with %d-byte alignment has changed in GCC 4.6"
32505 msgstr ""
32506
32507 #: config/i386/i386.c:5772
32508 #, gcc-internal-format
32509 msgid "%<-mcall-ms2sysv-xlogues%> is not compatible with %s"
32510 msgstr ""
32511
32512 #: config/i386/i386.c:7778
32513 #, gcc-internal-format
32514 msgid "%<ms_hook_prologue%> attribute is not compatible with %<-mfentry%> for 32-bit"
32515 msgstr ""
32516
32517 #: config/i386/i386.c:7868
32518 #, gcc-internal-format
32519 msgid "Dynamic Realign Argument Pointer (DRAP) not supported in interrupt service routine. This may be worked around by avoiding functions with aggregate return."
32520 msgstr ""
32521
32522 #: config/i386/i386.c:9153
32523 #, gcc-internal-format
32524 msgid "%<-fsplit-stack%> does not support fastcall with nested function"
32525 msgstr ""
32526
32527 #: config/i386/i386.c:9173
32528 #, gcc-internal-format
32529 msgid "%<-fsplit-stack%> does not support 2 register parameters for a nested function"
32530 msgstr ""
32531
32532 #. FIXME: We could make this work by pushing a register
32533 #. around the addition and comparison.
32534 #: config/i386/i386.c:9184
32535 #, gcc-internal-format
32536 msgid "%<-fsplit-stack%> does not support 3 register parameters"
32537 msgstr ""
32538
32539 #: config/i386/i386.c:12135
32540 #, gcc-internal-format
32541 msgid "%<V%> modifier on non-integer register"
32542 msgstr ""
32543
32544 #: config/i386/i386.c:12146 config/i386/i386.c:12160
32545 #, gcc-internal-format
32546 msgid "unsupported size for integer register"
32547 msgstr ""
32548
32549 #: config/i386/i386.c:12192
32550 #, gcc-internal-format
32551 msgid "extended registers have no high halves"
32552 msgstr ""
32553
32554 #: config/i386/i386.c:12207
32555 #, gcc-internal-format
32556 msgid "unsupported operand size for extended register"
32557 msgstr ""
32558
32559 #: config/i386/i386.c:12399
32560 #, gcc-internal-format
32561 msgid "non-integer operand used with operand code %<z%>"
32562 msgstr ""
32563
32564 #: config/i386/i386.c:16332
32565 #, gcc-internal-format
32566 msgid "empty class %qT parameter passing ABI changes in %<-fabi-version=12%> (GCC 8)"
32567 msgstr ""
32568
32569 #: config/i386/i386.c:21844
32570 #, gcc-internal-format
32571 msgid "unknown architecture specific memory model"
32572 msgstr ""
32573
32574 #: config/i386/i386.c:21851
32575 #, gcc-internal-format
32576 msgid "%<HLE_ACQUIRE%> not used with %<ACQUIRE%> or stronger memory model"
32577 msgstr ""
32578
32579 #: config/i386/i386.c:21858
32580 #, gcc-internal-format
32581 msgid "%<HLE_RELEASE%> not used with %<RELEASE%> or stronger memory model"
32582 msgstr ""
32583
32584 #: config/i386/i386.c:21904
32585 #, gcc-internal-format
32586 msgid "unsupported return type %qT for simd"
32587 msgstr ""
32588
32589 #: config/i386/i386.c:21934
32590 #, gcc-internal-format
32591 msgid "unsupported argument type %qT for simd"
32592 msgstr ""
32593
32594 #: config/i386/intelmic-mkoffload.c:465
32595 #, gcc-internal-format
32596 msgid "output file not specified"
32597 msgstr ""
32598
32599 #: config/i386/intelmic-mkoffload.c:561
32600 #, gcc-internal-format
32601 msgid "COLLECT_GCC must be set"
32602 msgstr ""
32603
32604 #: config/i386/winnt.c:83
32605 #, gcc-internal-format
32606 msgid "%qE attribute applies only to initialized variables with external linkage"
32607 msgstr ""
32608
32609 #: config/i386/winnt.c:156
32610 #, gcc-internal-format
32611 msgid "definition of static data member %q+D of dllimport%'d class"
32612 msgstr ""
32613
32614 #. 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.
32615 #. 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.
32616 #: config/i386/xm-djgpp.h:85
32617 #, gcc-internal-format
32618 msgid "environment variable DJGPP not defined"
32619 msgstr ""
32620
32621 #: config/i386/xm-djgpp.h:87
32622 #, gcc-internal-format
32623 msgid "environment variable DJGPP points to missing file %qs"
32624 msgstr ""
32625
32626 #: config/i386/xm-djgpp.h:90
32627 #, gcc-internal-format
32628 msgid "environment variable DJGPP points to corrupt file %qs"
32629 msgstr ""
32630
32631 #: config/ia64/ia64-c.c:50
32632 #, gcc-internal-format
32633 msgid "malformed #pragma builtin"
32634 msgstr ""
32635
32636 #: config/ia64/ia64.c:751
32637 #, gcc-internal-format
32638 msgid "invalid argument of %qE attribute"
32639 msgstr ""
32640
32641 #: config/ia64/ia64.c:764
32642 #, gcc-internal-format
32643 msgid "an address area attribute cannot be specified for local variables"
32644 msgstr ""
32645
32646 #: config/ia64/ia64.c:771
32647 #, gcc-internal-format
32648 msgid "address area of %q+D conflicts with previous declaration"
32649 msgstr ""
32650
32651 #: config/ia64/ia64.c:779
32652 #, gcc-internal-format
32653 msgid "address area attribute cannot be specified for functions"
32654 msgstr ""
32655
32656 #: config/ia64/ia64.c:6024 config/pa/pa.c:453 config/sh/sh.c:8266
32657 #, gcc-internal-format
32658 msgid "value of %<-mfixed-range%> must have form REG1-REG2"
32659 msgstr ""
32660
32661 #: config/ia64/ia64.c:11290
32662 #, gcc-internal-format
32663 msgid "version attribute is not a string"
32664 msgstr ""
32665
32666 #: config/iq2000/iq2000.c:1867
32667 #, gcc-internal-format, gfc-internal-format
32668 msgid "gp_offset (%ld) or end_offset (%ld) is less than zero"
32669 msgstr ""
32670
32671 #: config/iq2000/iq2000.c:2590
32672 #, gcc-internal-format
32673 msgid "argument %qd is not a constant"
32674 msgstr ""
32675
32676 #: config/iq2000/iq2000.c:2893 config/xtensa/xtensa.c:2520
32677 #, gcc-internal-format
32678 msgid "PRINT_OPERAND_ADDRESS, null pointer"
32679 msgstr ""
32680
32681 #: config/iq2000/iq2000.c:3048
32682 #, gcc-internal-format
32683 msgid "PRINT_OPERAND: Unknown punctuation %<%c%>"
32684 msgstr ""
32685
32686 #: config/iq2000/iq2000.c:3057 config/xtensa/xtensa.c:2363
32687 #, gcc-internal-format
32688 msgid "PRINT_OPERAND null pointer"
32689 msgstr ""
32690
32691 #: config/m32c/m32c-pragma.c:54
32692 #, gcc-internal-format
32693 msgid "junk at end of #pragma GCC memregs [0..16]"
32694 msgstr ""
32695
32696 #: config/m32c/m32c-pragma.c:61
32697 #, gcc-internal-format
32698 msgid "#pragma GCC memregs must precede any function decls"
32699 msgstr ""
32700
32701 #: config/m32c/m32c-pragma.c:69 config/m32c/m32c-pragma.c:76
32702 #, gcc-internal-format
32703 msgid "#pragma GCC memregs takes a number [0..16]"
32704 msgstr ""
32705
32706 #: config/m32c/m32c-pragma.c:104
32707 #, gcc-internal-format
32708 msgid "junk at end of #pragma ADDRESS"
32709 msgstr ""
32710
32711 #: config/m32c/m32c-pragma.c:109
32712 #, gcc-internal-format
32713 msgid "malformed #pragma ADDRESS variable address"
32714 msgstr ""
32715
32716 #: config/m32c/m32c.c:418
32717 #, gcc-internal-format
32718 msgid "invalid target memregs value %<%d%>"
32719 msgstr "некоректне значення memregs призначення %<%d%>"
32720
32721 #: config/m32c/m32c.c:2927
32722 #, gcc-internal-format
32723 msgid "%qE attribute is not supported for R8C target"
32724 msgstr ""
32725
32726 #. The argument must be a constant integer.
32727 #: config/m32c/m32c.c:2943 config/sh/sh.c:8478 config/sh/sh.c:8573
32728 #, gcc-internal-format
32729 msgid "%qE attribute argument not an integer constant"
32730 msgstr ""
32731
32732 #: config/m32c/m32c.c:2952
32733 #, gcc-internal-format
32734 msgid "%qE attribute argument should be between 18 to 255"
32735 msgstr ""
32736
32737 #: config/m32c/m32c.c:4076
32738 #, gcc-internal-format
32739 msgid "%<bank_switch%> has no effect on non-interrupt functions"
32740 msgstr ""
32741
32742 #: config/m32c/m32c.c:4183
32743 #, gcc-internal-format
32744 msgid "%<fast_interrupt%> attribute directive ignored"
32745 msgstr ""
32746
32747 #: config/m32r/m32r.c:414
32748 #, gcc-internal-format
32749 msgid "invalid argument of %qs attribute"
32750 msgstr ""
32751
32752 #: config/m68k/m68k.c:531
32753 #, gcc-internal-format
32754 msgid "%<-mcpu=%s%> conflicts with %<-march=%s%>"
32755 msgstr ""
32756
32757 #: config/m68k/m68k.c:602
32758 #, gcc-internal-format
32759 msgid "%<-mpcrel%> %<-fPIC%> is not currently supported on selected cpu"
32760 msgstr ""
32761
32762 #: config/m68k/m68k.c:666
32763 #, gcc-internal-format
32764 msgid "%<-falign-labels=%d%> is not supported"
32765 msgstr "підтримки %<-falign-labels=%d%> не передбачено"
32766
32767 #: config/m68k/m68k.c:673
32768 #, gcc-internal-format
32769 msgid "%<-falign-loops=%d%> is not supported"
32770 msgstr "підтримки %<-falign-loops=%d%> не передбачено"
32771
32772 #: config/m68k/m68k.c:681
32773 #, gcc-internal-format
32774 msgid "%<-fstack-limit-%> options are not supported on this cpu"
32775 msgstr ""
32776
32777 #: config/m68k/m68k.c:799
32778 #, gcc-internal-format
32779 msgid "multiple interrupt attributes not allowed"
32780 msgstr ""
32781
32782 #: config/m68k/m68k.c:806
32783 #, gcc-internal-format
32784 msgid "interrupt_thread is available only on fido"
32785 msgstr ""
32786
32787 #: config/m68k/m68k.c:1140 config/rs6000/rs6000-logue.c:1726
32788 #, gcc-internal-format
32789 msgid "stack limit expression is not supported"
32790 msgstr ""
32791
32792 #: config/mcore/mcore.c:2959
32793 #, gcc-internal-format
32794 msgid "initialized variable %q+D is marked dllimport"
32795 msgstr ""
32796
32797 #: config/microblaze/microblaze.c:1754
32798 #, gcc-internal-format
32799 msgid "%<-fPIC%>/%<-fpic%> not supported for this target"
32800 msgstr ""
32801
32802 #: config/microblaze/microblaze.c:1766
32803 #, gcc-internal-format
32804 msgid "%qs is an invalid argument to %<-mcpu=%>"
32805 msgstr ""
32806
32807 #: config/microblaze/microblaze.c:1815
32808 #, gcc-internal-format
32809 msgid "%<-mxl-multiply-high%> can be used only with %<-mcpu=v6.00.a%> or greater"
32810 msgstr ""
32811
32812 #: config/microblaze/microblaze.c:1832
32813 #, gcc-internal-format
32814 msgid "%<-mxl-reorder%> can be used only with %<-mcpu=v8.30.a%> or greater"
32815 msgstr ""
32816
32817 #: config/microblaze/microblaze.c:1839
32818 #, gcc-internal-format
32819 msgid "%<-mxl-reorder%> requires %<-mxl-pattern-compare%> for %<-mcpu=v8.30.a%>"
32820 msgstr ""
32821
32822 #: config/microblaze/microblaze.c:1845
32823 #, gcc-internal-format
32824 msgid "%<-mxl-multiply-high%> requires %<-mno-xl-soft-mul%>"
32825 msgstr ""
32826
32827 #: config/mips/mips.c:1424 config/mips/mips.c:1428
32828 #, gcc-internal-format
32829 msgid "%qs attribute only applies to functions"
32830 msgstr ""
32831
32832 #: config/mips/mips.c:1438 config/mips/mips.c:1444
32833 #, gcc-internal-format
32834 msgid "%qE cannot have both %qs and %qs attributes"
32835 msgstr ""
32836
32837 #: config/mips/mips.c:1473 config/mips/mips.c:1479 config/nios2/nios2.c:4448
32838 #, gcc-internal-format
32839 msgid "%qE redeclared with conflicting %qs attributes"
32840 msgstr ""
32841
32842 #: config/mips/mips.c:1511 config/mips/mips.c:1565 config/riscv/riscv.c:2940
32843 #, gcc-internal-format
32844 msgid "%qE attribute requires a string argument"
32845 msgstr ""
32846
32847 #: config/mips/mips.c:1519
32848 #, gcc-internal-format
32849 msgid "argument to %qE attribute is neither eic, nor vector=<line>"
32850 msgstr ""
32851
32852 #: config/mips/mips.c:1535
32853 #, gcc-internal-format
32854 msgid "interrupt vector to %qE attribute is not vector=(sw0|sw1|hw0|hw1|hw2|hw3|hw4|hw5)"
32855 msgstr ""
32856
32857 #: config/mips/mips.c:1572
32858 #, gcc-internal-format
32859 msgid "argument to %qE attribute is not intstack"
32860 msgstr ""
32861
32862 #: config/mips/mips.c:7749
32863 #, gcc-internal-format
32864 msgid "cannot handle inconsistent calls to %qs"
32865 msgstr ""
32866
32867 #: config/mips/mips.c:10992
32868 #, gcc-internal-format
32869 msgid "the %<interrupt%> attribute requires a MIPS32r2 processor or greater"
32870 msgstr ""
32871
32872 #: config/mips/mips.c:10994
32873 #, gcc-internal-format
32874 msgid "interrupt handlers cannot be MIPS16 functions"
32875 msgstr ""
32876
32877 #: config/mips/mips.c:11984
32878 #, gcc-internal-format
32879 msgid "%<-fstack-check=specific%> not implemented for MIPS16"
32880 msgstr ""
32881
32882 #: config/mips/mips.c:17019
32883 #, gcc-internal-format, gfc-internal-format
32884 msgid "argument %d to the built-in must be a constant in range %d to %d"
32885 msgstr ""
32886
32887 #: config/mips/mips.c:17139
32888 #, gcc-internal-format
32889 msgid "failed to expand built-in function"
32890 msgstr ""
32891
32892 #: config/mips/mips.c:17270
32893 #, gcc-internal-format
32894 msgid "built-in function %qE not supported for MIPS16"
32895 msgstr ""
32896
32897 #: config/mips/mips.c:17878
32898 #, gcc-internal-format
32899 msgid "%qs does not support MIPS16 code"
32900 msgstr ""
32901
32902 #: config/mips/mips.c:19685
32903 #, gcc-internal-format
32904 msgid "MIPS16 PIC for ABIs other than o32 and o64"
32905 msgstr ""
32906
32907 #: config/mips/mips.c:19688
32908 #, gcc-internal-format
32909 msgid "MIPS16 %<-mxgot%> code"
32910 msgstr ""
32911
32912 #: config/mips/mips.c:19691
32913 #, gcc-internal-format
32914 msgid "hard-float MIPS16 code for ABIs other than o32 and o64"
32915 msgstr ""
32916
32917 #: config/mips/mips.c:19694
32918 #, gcc-internal-format
32919 msgid "MSA MIPS16 code"
32920 msgstr ""
32921
32922 #: config/mips/mips.c:19869 config/mips/mips.c:19874 config/mips/mips.c:19956
32923 #: config/mips/mips.c:19958 config/mips/mips.c:19988 config/mips/mips.c:19998
32924 #: config/mips/mips.c:20104 config/mips/mips.c:20134
32925 #, gcc-internal-format, gfc-internal-format
32926 msgid "unsupported combination: %s"
32927 msgstr ""
32928
32929 #: config/mips/mips.c:19908
32930 #, gcc-internal-format
32931 msgid "%<-%s%> conflicts with the other architecture options, which specify a %s processor"
32932 msgstr ""
32933
32934 #: config/mips/mips.c:19918
32935 #, gcc-internal-format
32936 msgid "%<-march=%s%> is not compatible with the selected ABI"
32937 msgstr ""
32938
32939 #: config/mips/mips.c:19933
32940 #, gcc-internal-format
32941 msgid "%<-mgp64%> used with a 32-bit processor"
32942 msgstr ""
32943
32944 #: config/mips/mips.c:19935
32945 #, gcc-internal-format
32946 msgid "%<-mgp32%> used with a 64-bit ABI"
32947 msgstr ""
32948
32949 #: config/mips/mips.c:19937
32950 #, gcc-internal-format
32951 msgid "%<-mgp64%> used with a 32-bit ABI"
32952 msgstr ""
32953
32954 #: config/mips/mips.c:19953
32955 #, gcc-internal-format
32956 msgid "the %qs architecture does not support %<-mfp32%>"
32957 msgstr ""
32958
32959 #: config/mips/mips.c:19962
32960 #, gcc-internal-format
32961 msgid "%<-mgp32%> and %<-mfp64%> can only be combined if the target supports the mfhc1 and mthc1 instructions"
32962 msgstr ""
32963
32964 #: config/mips/mips.c:19965
32965 #, gcc-internal-format
32966 msgid "%<-mgp32%> and %<-mfp64%> can only be combined when using the o32 ABI"
32967 msgstr ""
32968
32969 #: config/mips/mips.c:19986
32970 #, gcc-internal-format
32971 msgid "%<-mfpxx%> can only be used with the o32 ABI"
32972 msgstr ""
32973
32974 #: config/mips/mips.c:19990
32975 #, gcc-internal-format
32976 msgid "%<-march=%s%> requires %<-mfp32%>"
32977 msgstr "%<-march=%s%> потребує %<-mfp32%>"
32978
32979 #: config/mips/mips.c:19992
32980 #, gcc-internal-format
32981 msgid "%<-mfpxx%> requires %<-mlra%>"
32982 msgstr "%<-mfpxx%> потребує %<-mlra%>"
32983
32984 #: config/mips/mips.c:20008 config/mips/mips.c:20010 config/mips/mips.c:20023
32985 #, gcc-internal-format
32986 msgid "%qs is incompatible with %qs"
32987 msgstr ""
32988
32989 #. We have traditionally allowed non-abicalls code to use
32990 #. an LP64 form of o64. However, it would take a bit more
32991 #. effort to support the combination of 32-bit GOT entries
32992 #. and 64-bit pointers, so we treat the abicalls case as
32993 #. an error.
32994 #: config/mips/mips.c:20017
32995 #, gcc-internal-format
32996 msgid "the combination of %qs and %qs is incompatible with %qs"
32997 msgstr ""
32998
32999 #: config/mips/mips.c:20070
33000 #, gcc-internal-format
33001 msgid "the %qs architecture does not support branch-likely instructions"
33002 msgstr ""
33003
33004 #: config/mips/mips.c:20085
33005 #, gcc-internal-format
33006 msgid "the %qs architecture does not support madd or msub instructions"
33007 msgstr ""
33008
33009 #: config/mips/mips.c:20099
33010 #, gcc-internal-format
33011 msgid "the %qs architecture does not support odd single-precision registers"
33012 msgstr ""
33013
33014 #: config/mips/mips.c:20112 config/mips/mips.c:20118
33015 #, gcc-internal-format
33016 msgid "unsupported combination: %qs%s %s"
33017 msgstr ""
33018
33019 #: config/mips/mips.c:20127
33020 #, gcc-internal-format
33021 msgid "unsupported combination: %qs %s"
33022 msgstr ""
33023
33024 #: config/mips/mips.c:20142
33025 #, gcc-internal-format
33026 msgid "cannot generate position-independent code for %qs"
33027 msgstr ""
33028
33029 #: config/mips/mips.c:20145
33030 #, gcc-internal-format
33031 msgid "position-independent code requires %qs"
33032 msgstr ""
33033
33034 #: config/mips/mips.c:20178
33035 #, gcc-internal-format
33036 msgid "%<-mno-gpopt%> needs %<-mexplicit-relocs%>"
33037 msgstr ""
33038
33039 #: config/mips/mips.c:20186 config/mips/mips.c:20189
33040 #, gcc-internal-format
33041 msgid "cannot use small-data accesses for %qs"
33042 msgstr ""
33043
33044 #: config/mips/mips.c:20204
33045 #, gcc-internal-format
33046 msgid "the %qs architecture does not support %<-m%s=legacy%>"
33047 msgstr ""
33048
33049 #: config/mips/mips.c:20211
33050 #, gcc-internal-format
33051 msgid "the %qs architecture does not support %<-m%s=2008%>"
33052 msgstr ""
33053
33054 #: config/mips/mips.c:20229
33055 #, gcc-internal-format
33056 msgid "%<-mips3d%> requires %<-mpaired-single%>"
33057 msgstr "%<-mips3d%> потребує %<-mpaired-single%>"
33058
33059 #: config/mips/mips.c:20239
33060 #, gcc-internal-format
33061 msgid "%qs must be used with %qs"
33062 msgstr ""
33063
33064 #: config/mips/mips.c:20249
33065 #, gcc-internal-format
33066 msgid "%<-mmsa%> must be used with %<-mfp64%> and %<-mhard-float%>"
33067 msgstr ""
33068
33069 #: config/mips/mips.c:20256
33070 #, gcc-internal-format
33071 msgid "the %qs architecture does not support paired-single instructions"
33072 msgstr ""
33073
33074 #: config/mips/mips.c:20265
33075 #, gcc-internal-format
33076 msgid "%qs requires a target that provides the %qs instruction"
33077 msgstr ""
33078
33079 #: config/mips/mips.c:20276
33080 #, gcc-internal-format
33081 msgid "the %qs architecture does not support DSP instructions"
33082 msgstr ""
33083
33084 #: config/mips/mips.c:20286
33085 #, gcc-internal-format
33086 msgid "%<-mloongson-mmi%> must be used with %<-mhard-float%>"
33087 msgstr ""
33088
33089 #: config/mips/mips.c:20296
33090 #, gcc-internal-format
33091 msgid "%<-mloongson-ext2%> must be used with %<-mloongson-ext%>"
33092 msgstr ""
33093
33094 #: config/mips/mips.c:20402
33095 #, gcc-internal-format
33096 msgid "%qs requires branch-likely instructions"
33097 msgstr ""
33098
33099 #: config/mips/mips.c:20406
33100 #, gcc-internal-format
33101 msgid "the %qs architecture does not support the synci instruction"
33102 msgstr ""
33103
33104 #: config/mips/mips.c:21242
33105 #, gcc-internal-format
33106 msgid "mips16 function profiling"
33107 msgstr ""
33108
33109 #: config/mmix/mmix.c:317
33110 #, gcc-internal-format
33111 msgid "%<-f%s%> not supported: ignored"
33112 msgstr ""
33113
33114 #: config/mmix/mmix.c:749
33115 #, gcc-internal-format
33116 msgid "support for mode %qs"
33117 msgstr ""
33118
33119 #: config/mmix/mmix.c:763
33120 #, gcc-internal-format, gfc-internal-format
33121 msgid "too large function value type, needs %d registers, have only %d registers for this"
33122 msgstr ""
33123
33124 #: config/mmix/mmix.c:944
33125 #, gcc-internal-format
33126 msgid "function_profiler support for MMIX"
33127 msgstr ""
33128
33129 #: config/mmix/mmix.c:967
33130 #, gcc-internal-format
33131 msgid "MMIX Internal: Last named vararg would not fit in a register"
33132 msgstr ""
33133
33134 #: config/mmix/mmix.c:1600 config/mmix/mmix.c:1624 config/mmix/mmix.c:1740
33135 #, gcc-internal-format, gfc-internal-format
33136 msgid "MMIX Internal: Bad register: %d"
33137 msgstr ""
33138
33139 #. Presumably there's a missing case above if we get here.
33140 #: config/mmix/mmix.c:1732
33141 #, gcc-internal-format
33142 msgid "MMIX Internal: Missing %qc case in mmix_print_operand"
33143 msgstr ""
33144
33145 #: config/mmix/mmix.c:2017
33146 #, gcc-internal-format
33147 msgid "stack frame not a multiple of 8 bytes: %wd"
33148 msgstr ""
33149
33150 #: config/mmix/mmix.c:2255
33151 #, gcc-internal-format
33152 msgid "stack frame not a multiple of octabyte: %wd"
33153 msgstr ""
33154
33155 #: config/mmix/mmix.c:2541 config/mmix/mmix.c:2600
33156 #, gcc-internal-format, gfc-internal-format
33157 msgid "MMIX Internal: %s is not a shiftable int"
33158 msgstr ""
33159
33160 #: config/mn10300/mn10300.c:107
33161 #, gcc-internal-format
33162 msgid "%<-mtune=%> expects mn10300, am33, am33-2, or am34"
33163 msgstr ""
33164
33165 #: config/msp430/driver-msp430.c:38
33166 #, gcc-internal-format
33167 msgid "expected an argument to %<msp430_select_cpu%>"
33168 msgstr ""
33169
33170 #: config/msp430/driver-msp430.c:69
33171 #, gcc-internal-format
33172 msgid "%<msp430_set_driver_var%> expects 2 arguments"
33173 msgstr ""
33174
33175 #: config/msp430/driver-msp430.c:75
33176 #, gcc-internal-format
33177 msgid "unhandled arguments %qs and %qs to %<msp430_set_driver_var%>"
33178 msgstr ""
33179
33180 #: config/msp430/driver-msp430.c:92
33181 #, gcc-internal-format, gfc-internal-format
33182 msgid "unexpected argument to msp430_select_hwmult_lib: %s"
33183 msgstr ""
33184
33185 #: config/msp430/driver-msp430.c:141
33186 #, gcc-internal-format, gfc-internal-format
33187 msgid "unexpected first argument to msp430_select_hwmult_lib: %s"
33188 msgstr ""
33189
33190 #: config/msp430/driver-msp430.c:146
33191 #, gcc-internal-format
33192 msgid "msp430_select_hwmult_lib needs one or more arguments"
33193 msgstr ""
33194
33195 #: config/msp430/msp430-devices.c:258
33196 #, gcc-internal-format
33197 msgid "unexpected error opening %<devices.csv%>"
33198 msgstr ""
33199
33200 #: config/msp430/msp430-devices.c:297
33201 #, gcc-internal-format
33202 msgid "%<CPU_TYPE%> column heading is missing from %<devices.csv%>"
33203 msgstr ""
33204
33205 #: config/msp430/msp430-devices.c:300
33206 #, gcc-internal-format
33207 msgid "%<MPY_TYPE%> column heading is missing from %<devices.csv%>"
33208 msgstr ""
33209
33210 #: config/msp430/msp430-devices.c:303
33211 #, gcc-internal-format
33212 msgid "%<CPU_TYPE%> and %<MPY_TYPE%> column headings are missing from %<devices.csv%>"
33213 msgstr ""
33214
33215 #: config/msp430/msp430-devices.c:315
33216 #, gcc-internal-format
33217 msgid "format of column headings in %<devices.csv%> is incorrect"
33218 msgstr ""
33219
33220 #: config/msp430/msp430-devices.c:348
33221 #, gcc-internal-format
33222 msgid "invalid %<CPU_TYPE%> value of %qs read from %<devices.csv%> for %qs"
33223 msgstr ""
33224
33225 #: config/msp430/msp430-devices.c:368
33226 #, gcc-internal-format
33227 msgid "invalid %<MPY_TYPE%> value of %qs read from %<devices.csv%> for %qs"
33228 msgstr ""
33229
33230 #: config/msp430/msp430-devices.c:384
33231 #, gcc-internal-format
33232 msgid "unknown error reading %s from %<devices.csv%>"
33233 msgstr ""
33234
33235 #: config/msp430/msp430-devices.c:471
33236 #, gcc-internal-format
33237 msgid "unrecognized %<hwmpy%> field in %<hard_msp430_mcu_data[%d]%>: %qd"
33238 msgstr ""
33239
33240 #: config/msp430/msp430-devices.c:482
33241 #, gcc-internal-format
33242 msgid "unrecognized %<revision%> field in %<hard_msp430_mcu_data[%d]%>: %qd"
33243 msgstr ""
33244
33245 #: config/msp430/msp430-devices.c:488
33246 #, gcc-internal-format
33247 msgid "could not locate MCU data file %<devices.csv%>"
33248 msgstr ""
33249
33250 #: config/msp430/msp430.c:184
33251 #, gcc-internal-format
33252 msgid "MCU %qs supports %s ISA but %<-mcpu%> option is set to %s"
33253 msgstr ""
33254
33255 #: config/msp430/msp430.c:192
33256 #, gcc-internal-format
33257 msgid "MCU %qs does not have hardware multiply support, but %<-mhwmult%> is set to %s"
33258 msgstr ""
33259
33260 #: config/msp430/msp430.c:201
33261 #, gcc-internal-format
33262 msgid "MCU %qs supports %s hardware multiply, but %<-mhwmult%> is set to 16-bit"
33263 msgstr ""
33264
33265 #: config/msp430/msp430.c:206
33266 #, gcc-internal-format
33267 msgid "MCU %qs supports %s hardware multiply, but %<-mhwmult%> is set to 32-bit"
33268 msgstr ""
33269
33270 #: config/msp430/msp430.c:211
33271 #, gcc-internal-format
33272 msgid "MCU %qs supports %s hardware multiply, but %<-mhwmult%> is set to f5series"
33273 msgstr ""
33274
33275 #: config/msp430/msp430.c:225
33276 #, gcc-internal-format
33277 msgid ""
33278 "Unrecognized MCU name %qs, assuming that it is just a MSP430 with no hardware multiply.\n"
33279 "Use the %<-mcpu%> and %<-mhwmult%> options to set these explicitly."
33280 msgstr ""
33281
33282 #: config/msp430/msp430.c:232
33283 #, gcc-internal-format
33284 msgid ""
33285 "Unrecognized MCU name %qs, assuming that it has no hardware multiply.\n"
33286 "Use the %<-mhwmult%> option to set this explicitly."
33287 msgstr ""
33288
33289 #: config/msp430/msp430.c:244
33290 #, gcc-internal-format
33291 msgid ""
33292 "Unrecognized MCU name %qs, assuming that it just supports the MSP430 ISA.\n"
33293 "Use the %<-mcpu%> option to set the ISA explicitly."
33294 msgstr ""
33295
33296 #: config/msp430/msp430.c:252
33297 #, gcc-internal-format
33298 msgid "Unrecognized MCU name %qs."
33299 msgstr ""
33300
33301 #: config/msp430/msp430.c:262
33302 #, gcc-internal-format
33303 msgid "%<-mlarge%> requires a 430X-compatible %<-mmcu=%>"
33304 msgstr ""
33305
33306 #: config/msp430/msp430.c:265
33307 #, gcc-internal-format
33308 msgid "%<-mcode-region=either%> requires the large memory model (%<-mlarge%>)"
33309 msgstr ""
33310
33311 #: config/msp430/msp430.c:268
33312 #, gcc-internal-format
33313 msgid "%<-mcode-region=upper%> requires the large memory model (%<-mlarge%>)"
33314 msgstr ""
33315
33316 #: config/msp430/msp430.c:272
33317 #, gcc-internal-format
33318 msgid "%<-mdata-region=either%> requires the large memory model (%<-mlarge%>)"
33319 msgstr ""
33320
33321 #: config/msp430/msp430.c:275
33322 #, gcc-internal-format
33323 msgid "%<-mdata-region=upper%> requires the large memory model (%<-mlarge%>)"
33324 msgstr ""
33325
33326 #: config/msp430/msp430.c:298
33327 #, fuzzy, gcc-internal-format
33328 #| msgid "%<-fcf-protection=return%> is not supported for this target"
33329 msgid "%<-fuse-cxa-atexit%> is not supported for msp430-elf"
33330 msgstr "підтримки %<-fcf-protection=return%> для цього призначення не передбачено"
33331
33332 #: config/msp430/msp430.c:303
33333 #, gcc-internal-format
33334 msgid "GCC must be configured with %<--enable-newlib-nano-formatted-io%> to use %<-mtiny-printf%>"
33335 msgstr ""
33336
33337 #: config/msp430/msp430.c:1306
33338 #, gcc-internal-format
33339 msgid "unrecognized interrupt vector argument of %qE attribute"
33340 msgstr ""
33341
33342 #: config/msp430/msp430.c:1315
33343 #, gcc-internal-format
33344 msgid "numeric argument of %qE attribute must be in range 0..63"
33345 msgstr ""
33346
33347 #: config/msp430/msp430.c:1321
33348 #, gcc-internal-format
33349 msgid "argument of %qE attribute is not a string constant or number"
33350 msgstr ""
33351
33352 #: config/msp430/msp430.c:1350
33353 #, gcc-internal-format
33354 msgid "critical attribute has no effect on interrupt functions"
33355 msgstr ""
33356
33357 #: config/msp430/msp430.c:1386 config/msp430/msp430.c:1435
33358 #, gcc-internal-format
33359 msgid "ignoring attribute %qE because it conflicts with attribute %<noinit%>"
33360 msgstr ""
33361
33362 #: config/msp430/msp430.c:1389 config/msp430/msp430.c:1427
33363 #, gcc-internal-format
33364 msgid "ignoring attribute %qE because it conflicts with attribute %<section%>"
33365 msgstr ""
33366
33367 #: config/msp430/msp430.c:1399
33368 #, gcc-internal-format
33369 msgid "%qE attribute ignored. Large memory model (%<-mlarge%>) is required."
33370 msgstr ""
33371
33372 #: config/msp430/msp430.c:1441
33373 #, gcc-internal-format
33374 msgid "%qE attribute has no effect on automatic variables"
33375 msgstr ""
33376
33377 #: config/msp430/msp430.c:1443
33378 #, fuzzy, gcc-internal-format
33379 #| msgid "variable-sized object may not be initialized"
33380 msgid "variables marked with %qE attribute must be initialized"
33381 msgstr "об'єкт розмірності змінної може бути не ініціалізовано"
33382
33383 #: config/msp430/msp430.c:1574
33384 #, gcc-internal-format
33385 msgid "ignoring attribute %qE because it conflicts with attribute %<lower%>"
33386 msgstr ""
33387
33388 #: config/msp430/msp430.c:1577
33389 #, gcc-internal-format
33390 msgid "ignoring attribute %qE because it conflicts with attribute %<upper%>"
33391 msgstr ""
33392
33393 #: config/msp430/msp430.c:1580
33394 #, gcc-internal-format
33395 msgid "ignoring attribute %qE because it conflicts with attribute %<either%>"
33396 msgstr ""
33397
33398 #: config/msp430/msp430.c:1583
33399 #, gcc-internal-format
33400 msgid "ignoring attribute %qE because it conflicts with attribute %<persistent%>"
33401 msgstr ""
33402
33403 #: config/msp430/msp430.c:1743
33404 #, gcc-internal-format
33405 msgid "argument to interrupt attribute is unsupported for weak functions"
33406 msgstr ""
33407
33408 #: config/msp430/msp430.c:2242
33409 #, gcc-internal-format
33410 msgid "__delay_cycles() only takes constant arguments"
33411 msgstr ""
33412
33413 #: config/msp430/msp430.c:2252
33414 #, gcc-internal-format
33415 msgid "__delay_cycles only takes non-negative cycle counts"
33416 msgstr ""
33417
33418 #: config/msp430/msp430.c:2273
33419 #, gcc-internal-format
33420 msgid "__delay_cycles is limited to 32-bit loop counts"
33421 msgstr ""
33422
33423 #: config/msp430/msp430.c:2344
33424 #, gcc-internal-format
33425 msgid "MSP430 builtin functions only work inside interrupt handlers"
33426 msgstr ""
33427
33428 #: config/msp430/msp430.c:2356 config/pru/pru.c:2870 config/rx/rx.c:2659
33429 #: config/xtensa/xtensa.c:3464 config/xtensa/xtensa.c:3490
33430 #, gcc-internal-format
33431 msgid "bad builtin code"
33432 msgstr "помилковий вбудований код"
33433
33434 #: config/nds32/nds32-intrinsic.c:126 config/nios2/nios2.c:3838
33435 #, gcc-internal-format, gfc-internal-format
33436 msgid "invalid argument to built-in function %s"
33437 msgstr "некоректний аргумент вбудованої функції %s"
33438
33439 #: config/nds32/nds32-intrinsic.c:131
33440 #, gcc-internal-format, gfc-internal-format
33441 msgid "constant argument out of range for %s"
33442 msgstr "сталий аргумент поза припустимим діапазоном для %s"
33443
33444 #: config/nds32/nds32-intrinsic.c:1003
33445 #, gcc-internal-format
33446 msgid "don%'t support DSP extension instructions"
33447 msgstr ""
33448
33449 #: config/nds32/nds32-intrinsic.c:1016
33450 #, gcc-internal-format
33451 msgid "this builtin function is only available on the v3s or v3f toolchain"
33452 msgstr ""
33453
33454 #: config/nds32/nds32-intrinsic.c:1028
33455 #, gcc-internal-format
33456 msgid "this builtin function is only available on the v3f toolchain"
33457 msgstr ""
33458
33459 #: config/nds32/nds32-intrinsic.c:1043
33460 #, gcc-internal-format
33461 msgid "this builtin function not support on the v3m toolchain"
33462 msgstr ""
33463
33464 #: config/nds32/nds32-intrinsic.c:1062
33465 #, gcc-internal-format
33466 msgid "don%'t support performance extension instructions"
33467 msgstr "не підтримувати інструкції розширеної швидкодії"
33468
33469 #: config/nds32/nds32-intrinsic.c:1074
33470 #, gcc-internal-format
33471 msgid "don%'t support performance extension version 2 instructions"
33472 msgstr "не підтримувати інструкції розширеної швидкодії версії 2"
33473
33474 #: config/nds32/nds32-intrinsic.c:1086
33475 #, gcc-internal-format
33476 msgid "don%'t support string extension instructions"
33477 msgstr "не підтримувати інструкції розширення рядків"
33478
33479 #: config/nds32/nds32-isr.c:116 config/nds32/nds32-isr.c:207
33480 #, gcc-internal-format
33481 msgid "require id argument in the string"
33482 msgstr ""
33483
33484 #: config/nds32/nds32-isr.c:131
33485 #, gcc-internal-format
33486 msgid "invalid id value for interrupt attribute"
33487 msgstr ""
33488
33489 #: config/nds32/nds32-isr.c:221
33490 #, gcc-internal-format
33491 msgid "invalid id value for exception attribute"
33492 msgstr ""
33493
33494 #: config/nds32/nds32-isr.c:617
33495 #, gcc-internal-format
33496 msgid "multiple save reg attributes to function %qD"
33497 msgstr ""
33498
33499 #: config/nds32/nds32-isr.c:630
33500 #, gcc-internal-format
33501 msgid "multiple nested types attributes to function %qD"
33502 msgstr ""
33503
33504 #: config/nds32/nds32-isr.c:642
33505 #, gcc-internal-format
33506 msgid "multiple interrupt attributes to function %qD"
33507 msgstr ""
33508
33509 #: config/nds32/nds32-isr.c:646
33510 #, gcc-internal-format
33511 msgid "cannot use interrupt attributes to function %qD under linux toolchain"
33512 msgstr ""
33513
33514 #: config/nds32/nds32-isr.c:649
33515 #, gcc-internal-format
33516 msgid "cannot use exception attributes to function %qD under linux toolchain"
33517 msgstr ""
33518
33519 #: config/nds32/nds32-isr.c:652
33520 #, gcc-internal-format
33521 msgid "cannot use reset attributes to function %qD under linux toolchain"
33522 msgstr ""
33523
33524 #. Trampoline is not supported on reduced-set registers yet.
33525 #: config/nds32/nds32.c:2407 config/nds32/nds32.c:2461
33526 #: config/nds32/nds32.c:3572 config/nds32/nds32.c:3669
33527 #: config/nds32/nds32.c:3684 config/nds32/nds32.c:3690
33528 #: config/nds32/nds32.c:3766 config/nds32/nds32.c:3772
33529 #: config/nds32/nds32.c:3804
33530 #, gcc-internal-format
33531 msgid "a nested function is not supported for reduced registers"
33532 msgstr ""
33533
33534 #. The enum index value for array size is out of range.
33535 #: config/nds32/nds32.c:3463
33536 #, gcc-internal-format
33537 msgid "intrinsic register index is out of range"
33538 msgstr ""
33539
33540 #: config/nds32/nds32.c:3479 config/nds32/nds32.c:3486
33541 #: config/nds32/nds32.c:3493 config/nds32/nds32.c:3500
33542 #: config/nds32/nds32.c:3507
33543 #, gcc-internal-format
33544 msgid "CCTL intrinsic function subtype out of range!"
33545 msgstr ""
33546
33547 #: config/nds32/nds32.c:3944
33548 #, gcc-internal-format
33549 msgid "cannot use indirect_call attribute under linux toolchain"
33550 msgstr ""
33551
33552 #: config/nds32/nds32.c:3952
33553 #, gcc-internal-format
33554 msgid "indirect_call attribute can%'t apply for static function"
33555 msgstr ""
33556
33557 #: config/nds32/nds32.c:4041
33558 #, gcc-internal-format
33559 msgid "invalid id value for interrupt/exception attribute"
33560 msgstr ""
33561
33562 #: config/nds32/nds32.c:4069
33563 #, gcc-internal-format
33564 msgid "invalid id value for reset attribute"
33565 msgstr ""
33566
33567 #: config/nds32/nds32.c:4085
33568 #, gcc-internal-format
33569 msgid "invalid nmi function for reset attribute"
33570 msgstr ""
33571
33572 #: config/nds32/nds32.c:4098
33573 #, gcc-internal-format
33574 msgid "invalid warm function for reset attribute"
33575 msgstr ""
33576
33577 #: config/nds32/nds32.c:4149
33578 #, gcc-internal-format
33579 msgid "not support %<-fpic%> option for v3m toolchain"
33580 msgstr ""
33581
33582 #: config/nds32/nds32.c:4182
33583 #, gcc-internal-format
33584 msgid "Disable FPU ISA, the ABI option must be enable %<-mfloat-abi=soft%>"
33585 msgstr ""
33586
33587 #: config/nds32/nds32.c:4185
33588 #, gcc-internal-format
33589 msgid "%<-mabi=2fp+%> option only support when FPU available, must be enable %<-mext-fpu-sp%> or %<-mext-fpu-dp%>"
33590 msgstr ""
33591
33592 #: config/nios2/nios2.c:573
33593 #, gcc-internal-format
33594 msgid "Unknown form for stack limit expression"
33595 msgstr ""
33596
33597 #: config/nios2/nios2.c:1182
33598 #, gcc-internal-format
33599 msgid "switch %<-mcustom-%s%> is required for double precision floating point"
33600 msgstr ""
33601
33602 #: config/nios2/nios2.c:1195
33603 #, gcc-internal-format
33604 msgid "switch %<-mcustom-%s%> has no effect unless %<-funsafe-math-optimizations%> is specified"
33605 msgstr ""
33606
33607 #: config/nios2/nios2.c:1205
33608 #, gcc-internal-format
33609 msgid "switch %<-mcustom-%s%> has no effect unless %<-ffinite-math-only%> is specified"
33610 msgstr ""
33611
33612 #: config/nios2/nios2.c:1214
33613 #, gcc-internal-format
33614 msgid "switch %<-mcustom-%s%> has no effect unless %<-fno-math-errno%> is specified"
33615 msgstr ""
33616
33617 #: config/nios2/nios2.c:1219
33618 #, gcc-internal-format
33619 msgid "conflicting use of %<-mcustom%> switches, target attributes, and/or %<__builtin_custom_%> functions"
33620 msgstr ""
33621
33622 #: config/nios2/nios2.c:1321
33623 #, gcc-internal-format
33624 msgid "ignoring unrecognized switch %<-mcustom-fpu-cfg%> value %<%s%>"
33625 msgstr ""
33626
33627 #: config/nios2/nios2.c:1340
33628 #, gcc-internal-format
33629 msgid "switch %<-mcustom-%s%> value %d must be between 0 and 255"
33630 msgstr ""
33631
33632 #: config/nios2/nios2.c:1363
33633 #, gcc-internal-format
33634 msgid "position-independent code requires the Linux ABI"
33635 msgstr ""
33636
33637 #: config/nios2/nios2.c:1366
33638 #, gcc-internal-format
33639 msgid "PIC support for %<-fstack-limit-symbol%>"
33640 msgstr ""
33641
33642 #: config/nios2/nios2.c:1388
33643 #, gcc-internal-format
33644 msgid "%<-mgpopt%> not supported with PIC."
33645 msgstr ""
33646
33647 #: config/nios2/nios2.c:1390
33648 #, gcc-internal-format
33649 msgid "%<-mgprel-sec=%> not supported with PIC."
33650 msgstr ""
33651
33652 #: config/nios2/nios2.c:1392
33653 #, gcc-internal-format
33654 msgid "%<-mr0rel-sec=%> not supported with PIC."
33655 msgstr ""
33656
33657 #: config/nios2/nios2.c:1400
33658 #, gcc-internal-format
33659 msgid "%<-mgprel-sec=%> argument is not a valid regular expression."
33660 msgstr ""
33661
33662 #: config/nios2/nios2.c:1406
33663 #, gcc-internal-format
33664 msgid "%<-mr0rel-sec=%> argument is not a valid regular expression."
33665 msgstr ""
33666
33667 #: config/nios2/nios2.c:1417
33668 #, gcc-internal-format
33669 msgid "BMX instructions are only supported with R2 architecture"
33670 msgstr ""
33671
33672 #: config/nios2/nios2.c:1419
33673 #, gcc-internal-format
33674 msgid "CDX instructions are only supported with R2 architecture"
33675 msgstr ""
33676
33677 #: config/nios2/nios2.c:1424
33678 #, gcc-internal-format
33679 msgid "R2 architecture is little-endian only"
33680 msgstr ""
33681
33682 #: config/nios2/nios2.c:3584
33683 #, gcc-internal-format
33684 msgid "Cannot call %<__builtin_custom_%s%> without specifying switch %<-mcustom-%s%>"
33685 msgstr ""
33686
33687 #: config/nios2/nios2.c:3692
33688 #, gcc-internal-format
33689 msgid "custom instruction opcode must be compile time constant in the range 0-255 for %<__builtin_custom_%s%>"
33690 msgstr ""
33691
33692 #: config/nios2/nios2.c:3897
33693 #, gcc-internal-format, gfc-internal-format
33694 msgid "Control register number must be in range 0-31 for %s"
33695 msgstr ""
33696
33697 #: config/nios2/nios2.c:3925
33698 #, gcc-internal-format, gfc-internal-format
33699 msgid "Register number must be in range 0-31 for %s"
33700 msgstr ""
33701
33702 #: config/nios2/nios2.c:3932
33703 #, gcc-internal-format, gfc-internal-format
33704 msgid "The immediate value must fit into a %d-bit integer for %s"
33705 msgstr ""
33706
33707 #: config/nios2/nios2.c:3982
33708 #, gcc-internal-format
33709 msgid "The ENI instruction operand must be either 0 or 1"
33710 msgstr ""
33711
33712 #: config/nios2/nios2.c:4010
33713 #, gcc-internal-format, gfc-internal-format
33714 msgid "Builtin function %s requires Nios II R%d"
33715 msgstr ""
33716
33717 #: config/nios2/nios2.c:4090
33718 #, gcc-internal-format
33719 msgid "switch %<-mcustom-%s%> conflicts with switch %<-mcustom-%s%>"
33720 msgstr ""
33721
33722 #: config/nios2/nios2.c:4096 config/nios2/nios2.c:4106
33723 #, gcc-internal-format
33724 msgid "call to %<__builtin_custom_%s%> conflicts with switch %<-mcustom-%s%>"
33725 msgstr ""
33726
33727 #: config/nios2/nios2.c:4212
33728 #, gcc-internal-format
33729 msgid "custom-fpu-cfg option does not support %<no-%>"
33730 msgstr ""
33731
33732 #: config/nios2/nios2.c:4217
33733 #, gcc-internal-format
33734 msgid "custom-fpu-cfg option requires configuration argument"
33735 msgstr ""
33736
33737 #: config/nios2/nios2.c:4246
33738 #, gcc-internal-format
33739 msgid "%<no-custom-%s%> does not accept arguments"
33740 msgstr ""
33741
33742 #: config/nios2/nios2.c:4261
33743 #, gcc-internal-format
33744 msgid "%<custom-%s=%> requires argument"
33745 msgstr ""
33746
33747 #: config/nios2/nios2.c:4271
33748 #, gcc-internal-format
33749 msgid "%<custom-%s=%> argument should be a non-negative integer"
33750 msgstr ""
33751
33752 #: config/nios2/nios2.c:4283
33753 #, gcc-internal-format
33754 msgid "%<custom-%s=%> is not recognized as FPU instruction"
33755 msgstr ""
33756
33757 #: config/nios2/nios2.c:4290
33758 #, gcc-internal-format
33759 msgid "%<%s%> is unknown"
33760 msgstr ""
33761
33762 #: config/nvptx/mkoffload.c:109
33763 #, gcc-internal-format
33764 msgid "malformed ptx file"
33765 msgstr ""
33766
33767 #: config/nvptx/mkoffload.c:457
33768 #, gcc-internal-format
33769 msgid "offload compiler %s not found (consider using %<-B%>)"
33770 msgstr ""
33771
33772 #: config/nvptx/mkoffload.c:491
33773 #, gcc-internal-format
33774 msgid "either %<-fopenacc%> or %<-fopenmp%> must be set"
33775 msgstr ""
33776
33777 #: config/nvptx/mkoffload.c:556
33778 #, gcc-internal-format
33779 msgid "cannot open intermediate ptx file"
33780 msgstr ""
33781
33782 #: config/nvptx/nvptx.c:197
33783 #, gcc-internal-format
33784 msgid "option %s is not supported together with %<-fopenacc%>"
33785 msgstr ""
33786
33787 #: config/nvptx/nvptx.c:223
33788 #, gcc-internal-format
33789 msgid "not generating patch area, nops not supported"
33790 msgstr ""
33791
33792 #: config/nvptx/nvptx.c:316
33793 #, gcc-internal-format
33794 msgid "static initialization of variable %q+D in %<.shared%> memory is not supported"
33795 msgstr ""
33796
33797 #: config/nvptx/nvptx.c:2062
33798 #, gcc-internal-format
33799 msgid "cannot emit unaligned pointers in ptx assembly"
33800 msgstr ""
33801
33802 #: config/nvptx/nvptx.c:2287
33803 #, gcc-internal-format
33804 msgid "PTX does not support weak declarations (only weak definitions)"
33805 msgstr ""
33806
33807 #: config/nvptx/nvptx.c:5058
33808 #, gcc-internal-format
33809 msgid "%qE attribute requires a void return type"
33810 msgstr ""
33811
33812 #: config/nvptx/nvptx.c:5081
33813 #, gcc-internal-format
33814 msgid "%qE attribute not allowed with auto storage class"
33815 msgstr ""
33816
33817 #: config/nvptx/nvptx.c:5661
33818 #, gcc-internal-format, gfc-internal-format
33819 msgid "using vector_length (%d) due to call to vector-partitionable routine, ignoring %d"
33820 msgstr ""
33821
33822 #: config/nvptx/nvptx.c:5669
33823 #, gcc-internal-format, gfc-internal-format
33824 msgid "using vector_length (%d), ignoring runtime setting"
33825 msgstr ""
33826
33827 #: config/nvptx/nvptx.c:5683
33828 #, gcc-internal-format, gfc-internal-format
33829 msgid "using vector_length (%d), ignoring %d"
33830 msgstr ""
33831
33832 #: config/or1k/or1k.c:1273
33833 #, gcc-internal-format, gfc-internal-format
33834 msgid "unexpected operand: %d"
33835 msgstr "неочікуваний операнд: %d"
33836
33837 #: config/pa/pa.c:529
33838 #, gcc-internal-format
33839 msgid "PIC code generation is not supported in the portable runtime model"
33840 msgstr ""
33841
33842 #: config/pa/pa.c:534
33843 #, gcc-internal-format
33844 msgid "PIC code generation is not compatible with fast indirect calls"
33845 msgstr ""
33846
33847 #: config/pa/pa.c:539
33848 #, gcc-internal-format
33849 msgid "%<-g%> is only supported when using GAS on this processor"
33850 msgstr ""
33851
33852 #: config/pa/pa.c:540
33853 #, gcc-internal-format
33854 msgid "%<-g%> option disabled"
33855 msgstr ""
33856
33857 #: config/pa/pa.c:8762
33858 #, gcc-internal-format, gfc-internal-format
33859 msgid "alignment (%u) for %s exceeds maximum alignment for global common data. Using %u"
33860 msgstr ""
33861
33862 #: config/pru/pru-passes.c:111
33863 #, gcc-internal-format
33864 msgid "large return values not supported with %<-mabi=ti%> option"
33865 msgstr ""
33866
33867 #: config/pru/pru-passes.c:119 config/pru/pru-passes.c:163
33868 #: config/pru/pru-passes.c:176
33869 #, gcc-internal-format
33870 msgid "function pointers not supported with %<-mabi=ti%> option"
33871 msgstr ""
33872
33873 #: config/pru/pru-pragma.c:59
33874 #, gcc-internal-format
33875 msgid "junk at end of %<#pragma CTABLE_ENTRY%>"
33876 msgstr ""
33877
33878 #: config/pru/pru-pragma.c:61
33879 msgid "%<CTABLE_ENTRY%> index %"
33880 msgstr ""
33881
33882 #: config/pru/pru-pragma.c:64
33883 #, fuzzy
33884 #| msgid "previous definition of %q#T"
33885 msgid "redefinition of %<CTABLE_ENTRY %"
33886 msgstr "попереднє визначення %q#T"
33887
33888 #: config/pru/pru-pragma.c:69
33889 #, gcc-internal-format
33890 msgid "%<CTABLE_ENTRY%> base address is not a multiple of 256"
33891 msgstr ""
33892
33893 #: config/pru/pru-pragma.c:77
33894 #, gcc-internal-format
33895 msgid "malformed %<#pragma CTABLE_ENTRY%> variable address"
33896 msgstr ""
33897
33898 #: config/pru/pru.c:2802
33899 #, gcc-internal-format
33900 msgid "%<__delay_cycles%> only takes constant arguments"
33901 msgstr ""
33902
33903 #: config/pru/pru.c:2811
33904 #, gcc-internal-format
33905 msgid "%<__delay_cycles%> only takes non-negative cycle counts"
33906 msgstr ""
33907
33908 #: config/pru/pru.c:2824
33909 #, gcc-internal-format
33910 msgid "%<__delay_cycles%> is limited to 32-bit loop counts"
33911 msgstr ""
33912
33913 #: config/riscv/riscv.c:354
33914 #, gcc-internal-format
33915 msgid "unknown cpu %qs for %<-mtune%>"
33916 msgstr ""
33917
33918 #: config/riscv/riscv.c:2560 config/riscv/riscv.c:2602
33919 #, gcc-internal-format
33920 msgid "ABI for flattened struct with zero-length bit-fields changed in GCC 10"
33921 msgstr ""
33922
33923 #: config/riscv/riscv.c:2951
33924 #, gcc-internal-format
33925 msgid "argument to %qE attribute is not \"user\", \"supervisor\", or \"machine\""
33926 msgstr ""
33927
33928 #: config/riscv/riscv.c:4582
33929 #, gcc-internal-format
33930 msgid "%<-mdiv%> requires %<-march%> to subsume the %<M%> extension"
33931 msgstr ""
33932
33933 #: config/riscv/riscv.c:4623
33934 #, gcc-internal-format
33935 msgid "requested ABI requires %<-march%> to subsume the %qc extension"
33936 msgstr ""
33937
33938 #: config/riscv/riscv.c:4627
33939 #, gcc-internal-format
33940 msgid "rv32e requires ilp32e ABI"
33941 msgstr ""
33942
33943 #: config/riscv/riscv.c:4631
33944 #, gcc-internal-format
33945 msgid "ABI requires %<-march=rv%d%>"
33946 msgstr ""
33947
33948 #: config/riscv/riscv.c:4641
33949 #, gcc-internal-format
33950 msgid "%<-mpreferred-stack-boundary=%d%> must be between %d and %d"
33951 msgstr ""
33952
33953 #: config/riscv/riscv.c:4654
33954 #, gcc-internal-format
33955 msgid "%<-mriscv-attribute%> RISC-V ELF attribute requires GNU as 2.32 [%<-mriscv-attribute%>]"
33956 msgstr ""
33957
33958 #: config/riscv/riscv.c:4946
33959 #, gcc-internal-format
33960 msgid "%qs function cannot have different interrupt type"
33961 msgstr ""
33962
33963 #. Address spaces are currently only supported by C.
33964 #: config/rl78/rl78.c:375
33965 #, gcc-internal-format
33966 msgid "%<-mes0%> can only be used with C"
33967 msgstr ""
33968
33969 #: config/rl78/rl78.c:378
33970 #, gcc-internal-format
33971 msgid "mduc registers only saved for G13 target"
33972 msgstr ""
33973
33974 #: config/rl78/rl78.c:393
33975 #, gcc-internal-format
33976 msgid "%<-mmul=g13%> cannot be used with %<-mcpu=g10%>"
33977 msgstr ""
33978
33979 #: config/rl78/rl78.c:395
33980 #, gcc-internal-format
33981 msgid "%<-mmul=g14%> cannot be used with %<-mcpu=g10%>"
33982 msgstr ""
33983
33984 #. The S2 core does not have mul/div instructions.
33985 #: config/rl78/rl78.c:407
33986 #, gcc-internal-format
33987 msgid "%<-mmul=g14%> cannot be used with %<-mcpu=g13%>"
33988 msgstr ""
33989
33990 #. The G14 core does not have the hardware multiply peripheral used by the
33991 #. G13 core, hence you cannot use G13 multipliy routines on G14 hardware.
33992 #: config/rl78/rl78.c:420
33993 #, gcc-internal-format
33994 msgid "%<-mmul=g13%> cannot be used with %<-mcpu=g14%>"
33995 msgstr ""
33996
33997 #: config/rl78/rl78.c:843
33998 #, gcc-internal-format
33999 msgid "naked attribute only applies to functions"
34000 msgstr ""
34001
34002 #: config/rl78/rl78.c:867
34003 #, gcc-internal-format
34004 msgid "%qE attribute doesn%'t apply to functions"
34005 msgstr ""
34006
34007 #. This is unpredictable, as we're truncating off usable address
34008 #. bits.
34009 #: config/rl78/rl78.c:1233
34010 #, gcc-internal-format
34011 msgid "converting far pointer to near pointer"
34012 msgstr ""
34013
34014 #: config/rs6000/driver-rs6000.c:266
34015 #, gcc-internal-format
34016 msgid "unsupported cpu name returned from kernel for %<-mcpu=native%>: %s"
34017 msgstr ""
34018
34019 #: config/rs6000/driver-rs6000.c:268
34020 #, gcc-internal-format, gfc-internal-format
34021 msgid "please use an explicit cpu name; valid cpu names are: %s"
34022 msgstr ""
34023
34024 #: config/rs6000/host-darwin.c:61
34025 #, gcc-internal-format
34026 msgid "Segmentation Fault (code)"
34027 msgstr ""
34028
34029 #: config/rs6000/host-darwin.c:131
34030 #, gcc-internal-format
34031 msgid "Segmentation Fault"
34032 msgstr "Помилка адресування"
34033
34034 #: config/rs6000/host-darwin.c:145
34035 #, gcc-internal-format
34036 msgid "While setting up signal stack: %m"
34037 msgstr ""
34038
34039 #: config/rs6000/host-darwin.c:151
34040 #, gcc-internal-format
34041 msgid "While setting up signal handler: %m"
34042 msgstr ""
34043
34044 #: config/rs6000/rs6000-c.c:55
34045 #, fuzzy, gcc-internal-format
34046 #| msgid "malformed %<#pragma options%>, ignoring"
34047 msgid "ignoring malformed %<#pragma longcall%>"
34048 msgstr "помилкове форматування %<#pragma options%>, ігноруємо"
34049
34050 #: config/rs6000/rs6000-c.c:67
34051 #, gcc-internal-format
34052 msgid "missing open paren"
34053 msgstr ""
34054
34055 #: config/rs6000/rs6000-c.c:69
34056 #, gcc-internal-format
34057 msgid "missing number"
34058 msgstr "не вказано числа"
34059
34060 #: config/rs6000/rs6000-c.c:71
34061 #, gcc-internal-format
34062 msgid "missing close paren"
34063 msgstr ""
34064
34065 #: config/rs6000/rs6000-c.c:74
34066 #, gcc-internal-format
34067 msgid "number must be 0 or 1"
34068 msgstr ""
34069
34070 #: config/rs6000/rs6000-c.c:77
34071 #, gcc-internal-format
34072 msgid "junk at end of %<#pragma longcall%>"
34073 msgstr ""
34074
34075 #: config/rs6000/rs6000-c.c:928
34076 #, gcc-internal-format
34077 msgid "%<vec_lvsl%> is deprecated for little endian; use assignment for unaligned loads and stores"
34078 msgstr ""
34079
34080 #: config/rs6000/rs6000-c.c:932
34081 #, gcc-internal-format
34082 msgid "%<vec_lvsr%> is deprecated for little endian; use assignment for unaligned loads and stores"
34083 msgstr ""
34084
34085 #: config/rs6000/rs6000-c.c:942 config/rs6000/rs6000-c.c:993
34086 #: config/rs6000/rs6000-c.c:1263 config/rs6000/rs6000-c.c:1329
34087 #: config/rs6000/rs6000-c.c:1682 config/rs6000/rs6000-c.c:1729
34088 #, gcc-internal-format
34089 msgid "builtin %qs only accepts 2 arguments"
34090 msgstr ""
34091
34092 #: config/rs6000/rs6000-c.c:1066 config/rs6000/rs6000-c.c:1149
34093 #: config/rs6000/rs6000-c.c:1507
34094 #, gcc-internal-format
34095 msgid "builtin %qs only accepts 3 arguments"
34096 msgstr ""
34097
34098 #: config/rs6000/rs6000-c.c:1258
34099 #, gcc-internal-format
34100 msgid "builtin %qs only accepts 1 argument"
34101 msgstr ""
34102
34103 #: config/rs6000/rs6000-c.c:1634
34104 #, gcc-internal-format
34105 msgid "passing argument %d of %qE discards qualifiers from pointer target type"
34106 msgstr ""
34107
34108 #: config/rs6000/rs6000-c.c:1820
34109 #, gcc-internal-format
34110 msgid "builtin %qs requires builtin %qs"
34111 msgstr "вбудований код %qs потребує вбудованого коду %qs"
34112
34113 #: config/rs6000/rs6000-c.c:1824
34114 #, fuzzy, gcc-internal-format
34115 #| msgid "-fsanitize=address is not supported in this configuration"
34116 msgid "%qs is not supported in this compiler configuration"
34117 msgstr "підтримки -fsanitize=адреса на цій конфігурації не передбачено"
34118
34119 #: config/rs6000/rs6000-c.c:1833
34120 #, gcc-internal-format
34121 msgid "invalid parameter combination for AltiVec intrinsic %qs"
34122 msgstr ""
34123
34124 #: config/rs6000/rs6000-call.c:5820
34125 #, gcc-internal-format
34126 msgid "GCC vector returned by reference: non-standard ABI extension with no compatibility guarantee"
34127 msgstr ""
34128
34129 #: config/rs6000/rs6000-call.c:6010
34130 #, gcc-internal-format
34131 msgid "cannot return value in vector register because altivec instructions are disabled, use %qs to enable them"
34132 msgstr ""
34133
34134 #: config/rs6000/rs6000-call.c:6185
34135 #, gcc-internal-format, gfc-internal-format
34136 msgid "the ABI of passing aggregates with %d-byte alignment has changed in GCC 5"
34137 msgstr ""
34138
34139 #: config/rs6000/rs6000-call.c:6455
34140 #, gcc-internal-format
34141 msgid "cannot pass argument in vector register because altivec instructions are disabled, use %qs to enable them"
34142 msgstr ""
34143
34144 #: config/rs6000/rs6000-call.c:7195
34145 #, gcc-internal-format
34146 msgid "the ABI of passing homogeneous %<float%> aggregates has changed in GCC 5"
34147 msgstr ""
34148
34149 #: config/rs6000/rs6000-call.c:7370
34150 #, gcc-internal-format
34151 msgid "GCC vector passed by reference: non-standard ABI extension with no compatibility guarantee"
34152 msgstr ""
34153
34154 #: config/rs6000/rs6000-call.c:8162
34155 #, gcc-internal-format
34156 msgid "internal error: builtin function %qs already processed"
34157 msgstr ""
34158
34159 #: config/rs6000/rs6000-call.c:8480
34160 #, gcc-internal-format
34161 msgid "%<__builtin_mffsl%> not supported with %<-msoft-float%>"
34162 msgstr ""
34163
34164 #: config/rs6000/rs6000-call.c:8521
34165 #, gcc-internal-format
34166 msgid "argument 1 must be an 8-bit field value"
34167 msgstr ""
34168
34169 #: config/rs6000/rs6000-call.c:8552
34170 #, gcc-internal-format
34171 msgid "%<__builtin_mtfsb0%> and %<__builtin_mtfsb1%> not supported with %<-msoft-float%>"
34172 msgstr ""
34173
34174 #: config/rs6000/rs6000-call.c:8564
34175 #, gcc-internal-format
34176 msgid "Argument must be a constant between 0 and 31."
34177 msgstr "Аргумент має бути сталою від 0 до 31."
34178
34179 #: config/rs6000/rs6000-call.c:8590
34180 #, gcc-internal-format
34181 msgid "%<__builtin_set_fpscr_rn%> not supported with %<-msoft-float%>"
34182 msgstr ""
34183
34184 #: config/rs6000/rs6000-call.c:8605
34185 #, gcc-internal-format
34186 msgid "Argument must be a value between 0 and 3."
34187 msgstr ""
34188
34189 #: config/rs6000/rs6000-call.c:8630
34190 #, fuzzy, gcc-internal-format
34191 #| msgid "%<-mcmodel=%> is not supported in 32-bit mode"
34192 msgid "%<__builtin_set_fpscr_drn%> is not supported in 32-bit mode"
34193 msgstr "підтримки %<-mcmodel=%> у 32-бітовому режимі не передбачено"
34194
34195 #: config/rs6000/rs6000-call.c:8635
34196 #, gcc-internal-format
34197 msgid "%<__builtin_set_fpscr_drn%> not supported with %<-msoft-float%>"
34198 msgstr ""
34199
34200 #: config/rs6000/rs6000-call.c:8654
34201 #, gcc-internal-format
34202 msgid "Argument must be a value between 0 and 7."
34203 msgstr ""
34204
34205 #: config/rs6000/rs6000-call.c:8695
34206 #, gcc-internal-format
34207 msgid "argument 1 must be a 5-bit signed literal"
34208 msgstr ""
34209
34210 #: config/rs6000/rs6000-call.c:8779
34211 #, gcc-internal-format
34212 msgid "argument 2 must be a 1-bit unsigned literal"
34213 msgstr ""
34214
34215 #: config/rs6000/rs6000-call.c:8790
34216 #, gcc-internal-format
34217 msgid "argument 2 must be a 2-bit unsigned literal"
34218 msgstr ""
34219
34220 #: config/rs6000/rs6000-call.c:8801
34221 #, gcc-internal-format
34222 msgid "argument 2 must be a 3-bit unsigned literal"
34223 msgstr ""
34224
34225 #: config/rs6000/rs6000-call.c:8812
34226 #, gcc-internal-format
34227 msgid "argument 2 must be a 4-bit unsigned literal"
34228 msgstr ""
34229
34230 #: config/rs6000/rs6000-call.c:8826
34231 #, gcc-internal-format
34232 msgid "argument 2 must be a 5-bit unsigned literal"
34233 msgstr ""
34234
34235 #: config/rs6000/rs6000-call.c:8844
34236 #, gcc-internal-format
34237 msgid "argument 1 must be a 6-bit unsigned literal"
34238 msgstr ""
34239
34240 #: config/rs6000/rs6000-call.c:8860
34241 #, gcc-internal-format
34242 msgid "argument 2 must be a 7-bit unsigned literal"
34243 msgstr ""
34244
34245 #: config/rs6000/rs6000-call.c:8899
34246 #, gcc-internal-format
34247 msgid "argument 1 of %qs must be a constant"
34248 msgstr "аргумент 1 %qs має бути сталою"
34249
34250 #: config/rs6000/rs6000-call.c:8957
34251 #, gcc-internal-format
34252 msgid "argument 1 of %qs is out of range"
34253 msgstr "аргумент 1 %qs лежить поза припустимим діапазоном"
34254
34255 #: config/rs6000/rs6000-call.c:9230
34256 #, gcc-internal-format
34257 msgid "builtin %qs is only valid in 64-bit mode"
34258 msgstr ""
34259
34260 #: config/rs6000/rs6000-call.c:9279
34261 #, gcc-internal-format, gfc-internal-format
34262 msgid "argument %d must be an unsigned literal"
34263 msgstr ""
34264
34265 #: config/rs6000/rs6000-call.c:9281
34266 #, gcc-internal-format, gfc-internal-format
34267 msgid "argument %d is an unsigned literal that is out of range"
34268 msgstr ""
34269
34270 #: config/rs6000/rs6000-call.c:9426
34271 #, gcc-internal-format
34272 msgid "builtin %qs only accepts a string argument"
34273 msgstr ""
34274
34275 #. Invalid CPU argument.
34276 #: config/rs6000/rs6000-call.c:9445
34277 #, gcc-internal-format
34278 msgid "cpu %qs is an invalid argument to builtin %qs"
34279 msgstr ""
34280
34281 #. Invalid HWCAP argument.
34282 #: config/rs6000/rs6000-call.c:9473
34283 #, gcc-internal-format
34284 msgid "%s %qs is an invalid argument to builtin %qs"
34285 msgstr ""
34286
34287 #: config/rs6000/rs6000-call.c:9499
34288 #, gcc-internal-format
34289 msgid "builtin %qs needs GLIBC (2.23 and newer) that exports hardware capability bits"
34290 msgstr ""
34291
34292 #: config/rs6000/rs6000-call.c:9552
34293 #, gcc-internal-format
34294 msgid "argument 3 must be a 4-bit unsigned literal"
34295 msgstr ""
34296
34297 #: config/rs6000/rs6000-call.c:9577
34298 #, gcc-internal-format
34299 msgid "argument 3 must be a 2-bit unsigned literal"
34300 msgstr ""
34301
34302 #: config/rs6000/rs6000-call.c:9597
34303 #, gcc-internal-format
34304 msgid "argument 3 must be a 1-bit unsigned literal"
34305 msgstr ""
34306
34307 #: config/rs6000/rs6000-call.c:9609
34308 #, gcc-internal-format
34309 msgid "argument 1 must be 0 or 2"
34310 msgstr ""
34311
34312 #: config/rs6000/rs6000-call.c:9621
34313 #, gcc-internal-format
34314 msgid "argument 1 must be a 1-bit unsigned literal"
34315 msgstr ""
34316
34317 #: config/rs6000/rs6000-call.c:9635
34318 #, gcc-internal-format
34319 msgid "argument 2 must be a 6-bit unsigned literal"
34320 msgstr ""
34321
34322 #: config/rs6000/rs6000-call.c:9647
34323 #, gcc-internal-format
34324 msgid "argument 2 must be 0 or 1"
34325 msgstr ""
34326
34327 #: config/rs6000/rs6000-call.c:9655
34328 #, gcc-internal-format
34329 msgid "argument 3 must be in the range [0, 15]"
34330 msgstr ""
34331
34332 #: config/rs6000/rs6000-call.c:9722 config/rs6000/rs6000-call.c:10062
34333 #, gcc-internal-format
34334 msgid "argument to %qs must be a 2-bit unsigned literal"
34335 msgstr ""
34336
34337 #: config/rs6000/rs6000-call.c:9887
34338 #, gcc-internal-format
34339 msgid "unresolved overload for Altivec builtin %qF"
34340 msgstr ""
34341
34342 #: config/rs6000/rs6000-call.c:10109
34343 #, fuzzy, gcc-internal-format
34344 #| msgid "argument 1 of %qs must be a constant"
34345 msgid "second argument to %qs must be [0, 12]"
34346 msgstr "аргумент 1 %qs має бути сталою"
34347
34348 #: config/rs6000/rs6000-call.c:10124
34349 #, fuzzy, gcc-internal-format
34350 #| msgid "argument 1 of %qs must be a constant"
34351 msgid "third argument to %qs must be [0, 12]"
34352 msgstr "аргумент 1 %qs має бути сталою"
34353
34354 #: config/rs6000/rs6000-call.c:10318
34355 #, gcc-internal-format
34356 msgid "%qs is only valid for the cell processor"
34357 msgstr ""
34358
34359 #: config/rs6000/rs6000-call.c:10320 config/rs6000/rs6000-call.c:10322
34360 #: config/rs6000/rs6000-call.c:10324 config/rs6000/rs6000-call.c:10330
34361 #: config/rs6000/rs6000-call.c:10332 config/rs6000/rs6000-call.c:10338
34362 #: config/rs6000/rs6000-call.c:10344 config/rs6000/rs6000-call.c:10348
34363 #: config/rs6000/rs6000-call.c:10350 config/rs6000/rs6000-call.c:10354
34364 #: config/rs6000/rs6000-call.c:10358
34365 #, fuzzy, gcc-internal-format
34366 #| msgid "%qs requires %qs"
34367 msgid "%qs requires the %qs option"
34368 msgstr "%qs потребує %qs"
34369
34370 #: config/rs6000/rs6000-call.c:10327 config/rs6000/rs6000-call.c:10335
34371 #: config/rs6000/rs6000-call.c:10341
34372 #, fuzzy, gcc-internal-format
34373 #| msgid "%qs requires %qs or %qs"
34374 msgid "%qs requires the %qs and %qs options"
34375 msgstr "%qs потребує %qs або %qs"
34376
34377 #: config/rs6000/rs6000-call.c:10356
34378 #, gcc-internal-format
34379 msgid "%qs requires ISA 3.0 IEEE 128-bit floating point"
34380 msgstr ""
34381
34382 #: config/rs6000/rs6000-call.c:10361
34383 #, gcc-internal-format
34384 msgid "%qs requires the %qs (or newer), and %qs or %qs options"
34385 msgstr ""
34386
34387 #: config/rs6000/rs6000-call.c:10364
34388 #, fuzzy, gcc-internal-format
34389 #| msgid "%qs is not supported by arch %s"
34390 msgid "%qs is not supported with the current options"
34391 msgstr "%qs є непідтримуваним на архітектурі %s"
34392
34393 #: config/rs6000/rs6000-call.c:13019
34394 #, gcc-internal-format
34395 msgid "internal error: builtin function %qs had an unexpected return type %qs"
34396 msgstr ""
34397
34398 #: config/rs6000/rs6000-call.c:13041
34399 #, gcc-internal-format
34400 msgid "internal error: builtin function %qs, argument %d had unexpected argument type %qs"
34401 msgstr ""
34402
34403 #: config/rs6000/rs6000-logue.c:1689
34404 #, gcc-internal-format
34405 msgid "stack frame too large"
34406 msgstr ""
34407
34408 #: config/rs6000/rs6000-logue.c:5481
34409 #, gcc-internal-format
34410 msgid "%qs uses register r29"
34411 msgstr "%qs використовує регістр r29"
34412
34413 #: config/rs6000/rs6000-logue.c:5489
34414 #, gcc-internal-format
34415 msgid "Stack frame larger than 2G is not supported for %<-fsplit-stack%>"
34416 msgstr ""
34417
34418 #: config/rs6000/rs6000.c:3146 config/rs6000/rs6000.c:3149
34419 #: config/rs6000/rs6000.c:3152
34420 #, gcc-internal-format
34421 msgid "%qs requires %qs or %qs"
34422 msgstr "%qs потребує %qs або %qs"
34423
34424 #: config/rs6000/rs6000.c:3253
34425 #, gcc-internal-format
34426 msgid "%qs requires PowerPC64 architecture, enabling"
34427 msgstr ""
34428
34429 #: config/rs6000/rs6000.c:3446
34430 #, gcc-internal-format
34431 msgid "%qs is not supported for 64-bit Darwin; it is incompatible with the installed C and C++ libraries"
34432 msgstr ""
34433
34434 #: config/rs6000/rs6000.c:3585
34435 #, gcc-internal-format
34436 msgid "AltiVec not supported in this target"
34437 msgstr ""
34438
34439 #: config/rs6000/rs6000.c:3602
34440 #, gcc-internal-format
34441 msgid "%qs is not supported on little endian systems"
34442 msgstr ""
34443
34444 #: config/rs6000/rs6000.c:3681
34445 #, gcc-internal-format
34446 msgid "power9 target option is incompatible with %<%s=<xxx>%> for <xxx> less than power9"
34447 msgstr ""
34448
34449 #. Enforce that none of the ISA_3_0_MASKS_SERVER flags
34450 #. were explicitly cleared.
34451 #: config/rs6000/rs6000.c:3689
34452 #, gcc-internal-format
34453 msgid "%qs incompatible with explicitly disabled options"
34454 msgstr ""
34455
34456 #: config/rs6000/rs6000.c:3714 config/rs6000/rs6000.c:3721
34457 #: config/rs6000/rs6000.c:3728 config/rs6000/rs6000.c:3736
34458 #: config/rs6000/rs6000.c:3755 config/rs6000/rs6000.c:3817
34459 #: config/rs6000/rs6000.c:3844 config/rs6000/rs6000.c:3871
34460 #: config/rs6000/rs6000.c:3886 config/rs6000/rs6000.c:3894
34461 #: config/rs6000/rs6000.c:3923 config/rs6000/rs6000.c:3925
34462 #: config/rs6000/rs6000.c:4011 config/rs6000/rs6000.c:4020
34463 #: config/rs6000/rs6000.c:4022 config/rs6000/rs6000.c:4031
34464 #: config/rs6000/rs6000.c:4172
34465 #, gcc-internal-format
34466 msgid "%qs requires %qs"
34467 msgstr "%qs потребує %qs"
34468
34469 #: config/rs6000/rs6000.c:3914
34470 #, gcc-internal-format
34471 msgid "target attribute or pragma changes %<long double%> size"
34472 msgstr ""
34473
34474 #: config/rs6000/rs6000.c:3940
34475 #, gcc-internal-format
34476 msgid "%qs requires full ISA 2.06 support"
34477 msgstr ""
34478
34479 #: config/rs6000/rs6000.c:3949
34480 #, gcc-internal-format
34481 msgid "Using IEEE extended precision %<long double%>"
34482 msgstr ""
34483
34484 #: config/rs6000/rs6000.c:3952
34485 #, gcc-internal-format
34486 msgid "Using IBM extended precision %<long double%>"
34487 msgstr ""
34488
34489 #: config/rs6000/rs6000.c:3971
34490 #, gcc-internal-format
34491 msgid "%qs requires VSX support"
34492 msgstr ""
34493
34494 #: config/rs6000/rs6000.c:3980
34495 #, gcc-internal-format
34496 msgid "The %<-mfloat128%> option may not be fully supported"
34497 msgstr ""
34498
34499 #: config/rs6000/rs6000.c:4003
34500 #, gcc-internal-format
34501 msgid "%qs requires full ISA 3.0 support"
34502 msgstr ""
34503
34504 #: config/rs6000/rs6000.c:4088
34505 #, gcc-internal-format
34506 msgid "unknown vectorization library ABI type (%qs) for %qs switch"
34507 msgstr ""
34508
34509 #: config/rs6000/rs6000.c:4111 config/rs6000/rs6000.c:4126
34510 #, gcc-internal-format
34511 msgid "target attribute or pragma changes AltiVec ABI"
34512 msgstr ""
34513
34514 #: config/rs6000/rs6000.c:4139
34515 #, gcc-internal-format
34516 msgid "target attribute or pragma changes darwin64 ABI"
34517 msgstr ""
34518
34519 #: config/rs6000/rs6000.c:4277
34520 #, gcc-internal-format
34521 msgid "%qs is not a valid number in %qs"
34522 msgstr ""
34523
34524 #: config/rs6000/rs6000.c:4294
34525 #, gcc-internal-format
34526 msgid "%qs is not a valid base register in %qs"
34527 msgstr ""
34528
34529 #: config/rs6000/rs6000.c:4302
34530 #, gcc-internal-format
34531 msgid "%qs needs a valid base register"
34532 msgstr ""
34533
34534 #: config/rs6000/rs6000.c:4605
34535 #, gcc-internal-format
34536 msgid "unknown option for %<%s=%s%>"
34537 msgstr "невідомий параметр для %<%s=%s%>"
34538
34539 #: config/rs6000/rs6000.c:4642
34540 #, gcc-internal-format
34541 msgid "%qs is deprecated and not recommended in any circumstances"
34542 msgstr ""
34543
34544 #: config/rs6000/rs6000.c:7163
34545 #, gcc-internal-format, gfc-internal-format
34546 msgid "the layout of aggregates containing vectors with %d-byte alignment has changed in GCC 5"
34547 msgstr ""
34548
34549 #: config/rs6000/rs6000.c:16703
34550 #, gcc-internal-format
34551 msgid "no profiling of 64-bit code for this ABI"
34552 msgstr ""
34553
34554 #: config/rs6000/rs6000.c:19005
34555 #, gcc-internal-format
34556 msgid "you cannot take the address of a nested function if you use the %qs option"
34557 msgstr ""
34558
34559 #: config/rs6000/rs6000.c:19087
34560 #, gcc-internal-format
34561 msgid "use of %<long double%> in AltiVec types is invalid"
34562 msgstr ""
34563
34564 #: config/rs6000/rs6000.c:19089
34565 #, gcc-internal-format
34566 msgid "use of boolean types in AltiVec types is invalid"
34567 msgstr ""
34568
34569 #: config/rs6000/rs6000.c:19091
34570 #, gcc-internal-format
34571 msgid "use of %<complex%> in AltiVec types is invalid"
34572 msgstr ""
34573
34574 #: config/rs6000/rs6000.c:19093
34575 #, gcc-internal-format
34576 msgid "use of decimal floating point types in AltiVec types is invalid"
34577 msgstr ""
34578
34579 #: config/rs6000/rs6000.c:19099
34580 #, gcc-internal-format
34581 msgid "use of %<long%> in AltiVec types is invalid for 64-bit code without %qs"
34582 msgstr ""
34583
34584 #: config/rs6000/rs6000.c:19102
34585 #, gcc-internal-format
34586 msgid "use of %<long%> in AltiVec types is deprecated; use %<int%>"
34587 msgstr ""
34588
34589 #: config/rs6000/rs6000.c:19107
34590 #, gcc-internal-format
34591 msgid "use of %<long long%> in AltiVec types is invalid without %qs"
34592 msgstr ""
34593
34594 #: config/rs6000/rs6000.c:19110
34595 #, gcc-internal-format
34596 msgid "use of %<double%> in AltiVec types is invalid without %qs"
34597 msgstr ""
34598
34599 #: config/rs6000/rs6000.c:23114
34600 #, gcc-internal-format
34601 msgid "invalid cpu %qs for %s%qs%s"
34602 msgstr "некоректний процесор %qs для %s%qs%s"
34603
34604 #: config/rs6000/rs6000.c:23117
34605 #, gcc-internal-format
34606 msgid "%s%qs%s is not allowed"
34607 msgstr ""
34608
34609 #: config/rs6000/rs6000.c:23119
34610 #, gcc-internal-format
34611 msgid "%s%qs%s is invalid"
34612 msgstr ""
34613
34614 #: config/rs6000/rs6000.c:23655
34615 #, gcc-internal-format
34616 msgid "%<-mno-%s%> turns off %<-m%s%>"
34617 msgstr "%<-mno-%s%> вимикає %<-m%s%>"
34618
34619 #: config/rs6000/rs6000.c:23814
34620 #, gcc-internal-format
34621 msgid "%<target_clones%> attribute needs GLIBC (2.23 and newer) that exports hardware capability bits"
34622 msgstr ""
34623
34624 #: config/rs6000/rs6000.c:23846
34625 #, gcc-internal-format
34626 msgid "multiversioning needs ifunc which is not supported on this target"
34627 msgstr ""
34628
34629 #: config/rs6000/rs6000.c:24090
34630 #, gcc-internal-format
34631 msgid "Virtual function multiversioning not supported"
34632 msgstr ""
34633
34634 #. Definitions of target machine for GNU compiler,
34635 #. for IBM RS/6000 POWER running AIX V6.1.
34636 #. Copyright (C) 2002-2020 Free Software Foundation, Inc.
34637 #. Contributed by David Edelsohn (edelsohn@gnu.org).
34638 #.
34639 #. This file is part of GCC.
34640 #.
34641 #. GCC is free software; you can redistribute it and/or modify it
34642 #. under the terms of the GNU General Public License as published
34643 #. by the Free Software Foundation; either version 3, or (at your
34644 #. option) any later version.
34645 #.
34646 #. GCC is distributed in the hope that it will be useful, but WITHOUT
34647 #. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
34648 #. or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
34649 #. License for more details.
34650 #.
34651 #. You should have received a copy of the GNU General Public License
34652 #. along with GCC; see the file COPYING3. If not see
34653 #. <http://www.gnu.org/licenses/>.
34654 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
34655 #. get control in TARGET_OPTION_OVERRIDE.
34656 #. Definitions of target machine for GNU compiler,
34657 #. for IBM RS/6000 POWER running AIX V7.1.
34658 #. Copyright (C) 2002-2020 Free Software Foundation, Inc.
34659 #. Contributed by David Edelsohn (edelsohn@gnu.org).
34660 #.
34661 #. This file is part of GCC.
34662 #.
34663 #. GCC is free software; you can redistribute it and/or modify it
34664 #. under the terms of the GNU General Public License as published
34665 #. by the Free Software Foundation; either version 3, or (at your
34666 #. option) any later version.
34667 #.
34668 #. GCC is distributed in the hope that it will be useful, but WITHOUT
34669 #. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
34670 #. or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
34671 #. License for more details.
34672 #.
34673 #. You should have received a copy of the GNU General Public License
34674 #. along with GCC; see the file COPYING3. If not see
34675 #. <http://www.gnu.org/licenses/>.
34676 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
34677 #. get control in TARGET_OPTION_OVERRIDE.
34678 #. Definitions of target machine for GNU compiler,
34679 #. for IBM RS/6000 POWER running AIX V7.2.
34680 #. Copyright (C) 2002-2020 Free Software Foundation, Inc.
34681 #. Contributed by David Edelsohn (edelsohn@gnu.org).
34682 #.
34683 #. This file is part of GCC.
34684 #.
34685 #. GCC is free software; you can redistribute it and/or modify it
34686 #. under the terms of the GNU General Public License as published
34687 #. by the Free Software Foundation; either version 3, or (at your
34688 #. option) any later version.
34689 #.
34690 #. GCC is distributed in the hope that it will be useful, but WITHOUT
34691 #. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
34692 #. or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
34693 #. License for more details.
34694 #.
34695 #. You should have received a copy of the GNU General Public License
34696 #. along with GCC; see the file COPYING3. If not see
34697 #. <http://www.gnu.org/licenses/>.
34698 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
34699 #. get control in TARGET_OPTION_OVERRIDE.
34700 #: config/rs6000/aix61.h:30 config/rs6000/aix71.h:30 config/rs6000/aix72.h:30
34701 #, gcc-internal-format
34702 msgid "%<-maix64%> requires PowerPC64 architecture remain enabled"
34703 msgstr ""
34704
34705 #: config/rs6000/aix61.h:36 config/rs6000/aix71.h:36 config/rs6000/aix72.h:36
34706 #, gcc-internal-format
34707 msgid "soft-float and long-double-128 are incompatible"
34708 msgstr ""
34709
34710 #: config/rs6000/aix61.h:40 config/rs6000/aix71.h:40 config/rs6000/aix72.h:40
34711 #, gcc-internal-format
34712 msgid "%<-maix64%> required: 64-bit computation with 32-bit addressing not yet supported"
34713 msgstr ""
34714
34715 #: config/rs6000/aix61.h:47 config/rs6000/aix71.h:47 config/rs6000/aix72.h:47
34716 #: config/rs6000/freebsd64.h:124 config/rs6000/rtems.h:121
34717 #, gcc-internal-format
34718 msgid "%<-mcmodel%> incompatible with other toc options"
34719 msgstr ""
34720
34721 #: config/rs6000/freebsd64.h:102 config/rs6000/linux64.h:115
34722 #, gcc-internal-format
34723 msgid "%<-mcall-aixdesc%> incompatible with %<-mabi=elfv2%>"
34724 msgstr ""
34725
34726 #: config/rs6000/freebsd64.h:117 config/rs6000/linux64.h:135
34727 #: config/rs6000/rtems.h:114
34728 #, gcc-internal-format
34729 msgid "%<-m64%> requires a PowerPC64 cpu"
34730 msgstr ""
34731
34732 #: config/rs6000/linux64.h:142
34733 #, gcc-internal-format
34734 msgid "%<-mcmodel incompatible with other toc options%>"
34735 msgstr ""
34736
34737 #: config/rs6000/linux64.h:161
34738 #, gcc-internal-format
34739 msgid "%qs unsupported for this ABI"
34740 msgstr ""
34741
34742 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
34743 #. get control in TARGET_OPTION_OVERRIDE.
34744 #: config/rs6000/sysv4.h:116
34745 #, gcc-internal-format
34746 msgid "bad value for %<%s-%s%>"
34747 msgstr ""
34748
34749 #: config/rs6000/sysv4.h:132
34750 #, gcc-internal-format
34751 msgid "bad value for %<%s=%s%>"
34752 msgstr ""
34753
34754 #: config/rs6000/sysv4.h:149
34755 #, gcc-internal-format
34756 msgid "%qs and %<%s=%s%> are incompatible"
34757 msgstr ""
34758
34759 #: config/rs6000/sysv4.h:158
34760 #, gcc-internal-format
34761 msgid "%<-f%s%> and %<%s=%s%> are incompatible"
34762 msgstr ""
34763
34764 #: config/rs6000/sysv4.h:167
34765 #, gcc-internal-format
34766 msgid "%<%s=%s%> and %<%s-%s%> are incompatible"
34767 msgstr ""
34768
34769 #: config/rs6000/sysv4.h:176 config/rs6000/sysv4.h:210
34770 #, gcc-internal-format
34771 msgid "%qs and %qs are incompatible"
34772 msgstr ""
34773
34774 #: config/rs6000/sysv4.h:183 config/rs6000/sysv4.h:190
34775 #, gcc-internal-format
34776 msgid "%qs and %<%s-%s%> are incompatible"
34777 msgstr ""
34778
34779 #: config/rs6000/sysv4.h:196 config/rs6000/sysv4.h:202
34780 #, gcc-internal-format
34781 msgid "%qs not supported by your assembler"
34782 msgstr ""
34783
34784 #: config/rs6000/sysv4.h:244
34785 #, gcc-internal-format
34786 msgid "%<-m%s%> not supported in this configuration"
34787 msgstr ""
34788
34789 #: config/rx/rx.c:651
34790 #, gcc-internal-format
34791 msgid "unrecognized control register number: %d - using %<psw%>"
34792 msgstr ""
34793
34794 #: config/rx/rx.c:1384
34795 #, gcc-internal-format
34796 msgid "multiple fast interrupt routines seen: %qE and %qE"
34797 msgstr ""
34798
34799 #: config/rx/rx.c:2595
34800 #, gcc-internal-format
34801 msgid "%<__builtin_rx_%s%> takes %<C%>, %<Z%>, %<S%>, %<O%>, %<I%>, or %<U%>"
34802 msgstr ""
34803
34804 #: config/rx/rx.c:2598
34805 #, gcc-internal-format
34806 msgid "use %<__builtin_rx_mvtc%> (0, ... ) to write arbitrary values to PSW"
34807 msgstr ""
34808
34809 #: config/rx/rx.c:2645
34810 #, gcc-internal-format
34811 msgid "%<-mno-allow-string-insns%> forbids the generation of the RMPA instruction"
34812 msgstr ""
34813
34814 #: config/rx/rx.c:2793
34815 #, gcc-internal-format
34816 msgid "RX FPU instructions do not support NaNs and infinities"
34817 msgstr ""
34818
34819 #: config/s390/s390-c.c:465
34820 #, gcc-internal-format
34821 msgid "builtin vec_step can only be used on vector types."
34822 msgstr ""
34823
34824 #: config/s390/s390-c.c:694 config/s390/s390.c:879
34825 #, gcc-internal-format
34826 msgid "constant value required for builtin %qF argument %d"
34827 msgstr ""
34828
34829 #: config/s390/s390-c.c:709
34830 #, gcc-internal-format
34831 msgid "valid values for builtin %qF argument %d are 64, 128, 256, 512, 1024, 2048, and 4096"
34832 msgstr ""
34833
34834 #: config/s390/s390-c.c:886
34835 #, gcc-internal-format
34836 msgid "builtin %qF is for GCC internal use only."
34837 msgstr ""
34838
34839 #: config/s390/s390-c.c:894
34840 #, gcc-internal-format
34841 msgid "builtin %qF is deprecated."
34842 msgstr "вбудований %qF вважається застарілим."
34843
34844 #: config/s390/s390-c.c:898
34845 #, gcc-internal-format
34846 msgid "%qF requires %<-mvx%>"
34847 msgstr ""
34848
34849 #: config/s390/s390-c.c:904
34850 #, gcc-internal-format
34851 msgid "%qF requires z14 or higher"
34852 msgstr "%qF потребує z14 або вищого"
34853
34854 #: config/s390/s390-c.c:910
34855 #, fuzzy, gcc-internal-format
34856 #| msgid "%qF requires z14 or higher"
34857 msgid "%qF requires z15 or higher"
34858 msgstr "%qF потребує z14 або вищого"
34859
34860 #: config/s390/s390-c.c:924
34861 #, gcc-internal-format
34862 msgid "mismatch in number of arguments for builtin %qF. Expected: %d got %d"
34863 msgstr ""
34864
34865 #: config/s390/s390-c.c:973
34866 #, gcc-internal-format
34867 msgid "invalid parameter combination for intrinsic %qs"
34868 msgstr ""
34869
34870 #: config/s390/s390-c.c:979
34871 #, gcc-internal-format
34872 msgid "ambiguous overload for intrinsic %qs"
34873 msgstr ""
34874
34875 #: config/s390/s390-c.c:987
34876 #, gcc-internal-format
34877 msgid "%qs matching variant requires z14 or higher"
34878 msgstr ""
34879
34880 #: config/s390/s390-c.c:996
34881 #, fuzzy, gcc-internal-format
34882 #| msgid "%qF requires z14 or higher"
34883 msgid "%qs matching variant requires z15 or higher"
34884 msgstr "%qF потребує z14 або вищого"
34885
34886 #: config/s390/s390-c.c:1002
34887 #, gcc-internal-format
34888 msgid "%qs matching variant is deprecated."
34889 msgstr ""
34890
34891 #: config/s390/s390-c.c:1042
34892 #, gcc-internal-format
34893 msgid "constant argument %d for builtin %qF is out of range for target type"
34894 msgstr ""
34895
34896 #: config/s390/s390.c:732
34897 #, gcc-internal-format
34898 msgid "constant argument %d for builtin %qF is out of range (0..%wu)"
34899 msgstr ""
34900
34901 #: config/s390/s390.c:748
34902 #, gcc-internal-format
34903 msgid "constant argument %d for builtin %qF is out of range (%wd..%wd)"
34904 msgstr ""
34905
34906 #: config/s390/s390.c:797
34907 #, gcc-internal-format
34908 msgid "builtin %qF is not supported without %<-mhtm%> (default with %<-march=zEC12%> and higher)."
34909 msgstr ""
34910
34911 #: config/s390/s390.c:803
34912 #, gcc-internal-format
34913 msgid "builtin %qF requires %<-mvx%> (default with %<-march=z13%> and higher)."
34914 msgstr ""
34915
34916 #: config/s390/s390.c:810
34917 #, gcc-internal-format
34918 msgid "Builtin %qF requires z14 or higher."
34919 msgstr ""
34920
34921 #: config/s390/s390.c:816
34922 #, fuzzy, gcc-internal-format
34923 #| msgid "%qF requires z14 or higher"
34924 msgid "Builtin %qF requires z15 or higher."
34925 msgstr "%qF потребує z14 або вищого"
34926
34927 #: config/s390/s390.c:835
34928 #, gcc-internal-format
34929 msgid "unresolved overloaded builtin"
34930 msgstr ""
34931
34932 #: config/s390/s390.c:842 config/tilegx/tilegx.c:3539
34933 #: config/tilepro/tilepro.c:3103
34934 #, gcc-internal-format
34935 msgid "bad builtin icode"
34936 msgstr ""
34937
34938 #: config/s390/s390.c:976
34939 #, gcc-internal-format
34940 msgid "invalid argument %d for builtin %qF"
34941 msgstr "некоректний аргумент %d для вбудованої %qF"
34942
34943 #: config/s390/s390.c:1077
34944 #, gcc-internal-format
34945 msgid "requested %qE attribute is not a comma separated pair of non-negative integer constants or too large (max. %d)"
34946 msgstr ""
34947
34948 #: config/s390/s390.c:1167
34949 #, gcc-internal-format
34950 msgid "argument to %qE attribute is not (keep|thunk|thunk-extern)"
34951 msgstr ""
34952
34953 #: config/s390/s390.c:9872
34954 #, gcc-internal-format
34955 msgid "total size of local variables exceeds architecture limit"
34956 msgstr ""
34957
34958 #: config/s390/s390.c:11209
34959 #, gcc-internal-format
34960 msgid "frame size of function %qs is %wd bytes exceeding user provided stack limit of %d bytes. An unconditional trap is added."
34961 msgstr ""
34962
34963 #: config/s390/s390.c:11225
34964 #, gcc-internal-format
34965 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."
34966 msgstr ""
34967
34968 #: config/s390/s390.c:11253
34969 #, gcc-internal-format
34970 msgid "frame size of %qs is %wd bytes"
34971 msgstr ""
34972
34973 #: config/s390/s390.c:11257
34974 #, gcc-internal-format
34975 msgid "%qs uses dynamic stack allocation"
34976 msgstr ""
34977
34978 #: config/s390/s390.c:12890
34979 #, gcc-internal-format
34980 msgid "nested functions cannot be profiled with %<-mfentry%> on s390"
34981 msgstr ""
34982
34983 #: config/s390/s390.c:15148
34984 #, gcc-internal-format
34985 msgid "64-bit ABI not supported in ESA/390 mode"
34986 msgstr ""
34987
34988 #: config/s390/s390.c:15155
34989 #, gcc-internal-format
34990 msgid "thunk-inline is only supported with %<-mindirect-branch-jump%>"
34991 msgstr ""
34992
34993 #: config/s390/s390.c:15190
34994 #, gcc-internal-format, gfc-internal-format
34995 msgid "hardware vector support not available on %s"
34996 msgstr ""
34997
34998 #: config/s390/s390.c:15193
34999 #, gcc-internal-format
35000 msgid "hardware vector support not available with %<-msoft-float%>"
35001 msgstr ""
35002
35003 #: config/s390/s390.c:15222
35004 #, gcc-internal-format, gfc-internal-format
35005 msgid "hardware decimal floating point instructions not available on %s"
35006 msgstr ""
35007
35008 #: config/s390/s390.c:15226
35009 #, gcc-internal-format
35010 msgid "hardware decimal floating point instructions not available in ESA/390 mode"
35011 msgstr ""
35012
35013 #: config/s390/s390.c:15238
35014 #, gcc-internal-format
35015 msgid "%<-mhard-dfp%> can%'t be used in conjunction with %<-msoft-float%>"
35016 msgstr ""
35017
35018 #: config/s390/s390.c:15247
35019 #, gcc-internal-format
35020 msgid "%<-mbackchain%> %<-mpacked-stack%> %<-mhard-float%> are not supported in combination"
35021 msgstr ""
35022
35023 #: config/s390/s390.c:15253
35024 #, gcc-internal-format
35025 msgid "stack size must be greater than the stack guard value"
35026 msgstr ""
35027
35028 #: config/s390/s390.c:15255
35029 #, gcc-internal-format
35030 msgid "stack size must not be greater than 64k"
35031 msgstr ""
35032
35033 #: config/s390/s390.c:15258
35034 #, gcc-internal-format
35035 msgid "%<-mstack-guard%> implies use of %<-mstack-size%>"
35036 msgstr ""
35037
35038 #: config/s390/s390.c:15320
35039 #, gcc-internal-format
35040 msgid "%<-mfentry%> is supported only for 64-bit CPUs"
35041 msgstr ""
35042
35043 #. argument is not a plain number
35044 #: config/s390/s390.c:15356
35045 #, gcc-internal-format
35046 msgid "arguments to %qs should be non-negative integers"
35047 msgstr ""
35048
35049 #: config/s390/s390.c:15363
35050 #, gcc-internal-format
35051 msgid "argument to %qs is too large (max. %d)"
35052 msgstr ""
35053
35054 #: config/s390/s390.c:15393
35055 #, gcc-internal-format
35056 msgid "%<-mno-pic-data-is-text-relative%> cannot be used without %<-fpic%>/%<-fPIC%>"
35057 msgstr ""
35058
35059 #: config/s390/s390.c:15554 config/s390/s390.c:15604 config/s390/s390.c:15621
35060 #, gcc-internal-format, gfc-internal-format
35061 msgid "attribute(target(\"%s\")) is unknown"
35062 msgstr ""
35063
35064 #. Value is not allowed for the target attribute.
35065 #: config/s390/s390.c:15560
35066 #, gcc-internal-format
35067 msgid "value %qs is not supported by attribute %<target%>"
35068 msgstr ""
35069
35070 #: config/sh/sh.c:936
35071 #, gcc-internal-format
35072 msgid "ignoring %<-fschedule-insns%> because of exception handling bug"
35073 msgstr ""
35074
35075 #: config/sh/sh.c:953
35076 #, gcc-internal-format
35077 msgid "unwind tables currently require either a frame pointer or %<-maccumulate-outgoing-args%> for correctness"
35078 msgstr ""
35079
35080 #: config/sh/sh.c:7416
35081 #, gcc-internal-format
35082 msgid "%<__builtin_saveregs%> not supported by this subtarget"
35083 msgstr ""
35084
35085 #: config/sh/sh.c:8352
35086 #, gcc-internal-format
35087 msgid "%qE attribute only applies to interrupt functions"
35088 msgstr ""
35089
35090 #: config/sh/sh.c:8422
35091 #, gcc-internal-format
35092 msgid "%qE attribute is supported only for SH2A"
35093 msgstr ""
35094
35095 #: config/sh/sh.c:8464
35096 #, gcc-internal-format
35097 msgid "%qE attribute only applies to SH2A"
35098 msgstr ""
35099
35100 #: config/sh/sh.c:8486
35101 #, gcc-internal-format
35102 msgid "%qE attribute argument should be between 0 to 255"
35103 msgstr ""
35104
35105 #. The argument must be a constant string.
35106 #: config/sh/sh.c:8548
35107 #, gcc-internal-format
35108 msgid "%qE attribute argument not a string constant"
35109 msgstr ""
35110
35111 #: config/sh/sh.c:10825
35112 #, gcc-internal-format
35113 msgid "r0 needs to be available as a call-clobbered register"
35114 msgstr ""
35115
35116 #. 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.
35117 #: config/sh/vxworks.h:43
35118 #, gcc-internal-format
35119 msgid "%<-mrelax%> is only supported for RTP PIC"
35120 msgstr ""
35121
35122 #: config/sparc/sparc.c:1763
35123 #, gcc-internal-format, gfc-internal-format
35124 msgid "%s is not supported by this configuration"
35125 msgstr ""
35126
35127 #: config/sparc/sparc.c:1770
35128 #, gcc-internal-format
35129 msgid "%<-mlong-double-64%> not allowed with %<-m64%>"
35130 msgstr ""
35131
35132 #: config/sparc/sparc.c:1778
35133 #, gcc-internal-format
35134 msgid "%<-fcall-saved-REG%> is not supported for out registers"
35135 msgstr ""
35136
35137 #: config/sparc/sparc.c:1902
35138 #, gcc-internal-format
35139 msgid "%<-mcmodel=%> is not supported in 32-bit mode"
35140 msgstr "підтримки %<-mcmodel=%> у 32-бітовому режимі не передбачено"
35141
35142 #: config/stormy16/stormy16.c:1048
35143 #, gcc-internal-format
35144 msgid "local variable memory requirements exceed capacity"
35145 msgstr ""
35146
35147 #: config/stormy16/stormy16.c:1205
35148 #, gcc-internal-format
35149 msgid "function_profiler support"
35150 msgstr ""
35151
35152 #: config/stormy16/stormy16.c:1299
35153 #, gcc-internal-format
35154 msgid "cannot use va_start in interrupt function"
35155 msgstr ""
35156
35157 #: config/stormy16/stormy16.c:1870
35158 #, gcc-internal-format, gfc-internal-format
35159 msgid "switch statement of size %lu entries too large"
35160 msgstr ""
35161
35162 #: config/stormy16/stormy16.c:2242
35163 #, gcc-internal-format
35164 msgid "%<__BELOW100__%> attribute only applies to variables"
35165 msgstr ""
35166
35167 #: config/stormy16/stormy16.c:2249
35168 #, gcc-internal-format
35169 msgid "__BELOW100__ attribute not allowed with auto storage class"
35170 msgstr ""
35171
35172 #: config/tilegx/tilegx.c:3580 config/tilepro/tilepro.c:3129
35173 #, gcc-internal-format
35174 msgid "operand must be an immediate of the right size"
35175 msgstr ""
35176
35177 #: config/v850/v850-c.c:67
35178 #, gcc-internal-format
35179 msgid "#pragma GHS endXXXX found without previous startXXX"
35180 msgstr ""
35181
35182 #: config/v850/v850-c.c:70
35183 #, gcc-internal-format
35184 msgid "#pragma GHS endXXX does not match previous startXXX"
35185 msgstr ""
35186
35187 #: config/v850/v850-c.c:96
35188 #, gcc-internal-format
35189 msgid "cannot set interrupt attribute: no current function"
35190 msgstr ""
35191
35192 #: config/v850/v850-c.c:104
35193 #, gcc-internal-format
35194 msgid "cannot set interrupt attribute: no such identifier"
35195 msgstr ""
35196
35197 #: config/v850/v850-c.c:153
35198 #, gcc-internal-format
35199 msgid "junk at end of #pragma ghs section"
35200 msgstr ""
35201
35202 #: config/v850/v850-c.c:170
35203 #, gcc-internal-format
35204 msgid "unrecognized section name %qE"
35205 msgstr ""
35206
35207 #: config/v850/v850-c.c:184
35208 #, gcc-internal-format
35209 msgid "malformed #pragma ghs section"
35210 msgstr ""
35211
35212 #: config/v850/v850-c.c:203
35213 #, gcc-internal-format
35214 msgid "junk at end of #pragma ghs interrupt"
35215 msgstr ""
35216
35217 #: config/v850/v850-c.c:214
35218 #, gcc-internal-format
35219 msgid "junk at end of #pragma ghs starttda"
35220 msgstr ""
35221
35222 #: config/v850/v850-c.c:225
35223 #, gcc-internal-format
35224 msgid "junk at end of #pragma ghs startsda"
35225 msgstr ""
35226
35227 #: config/v850/v850-c.c:236
35228 #, gcc-internal-format
35229 msgid "junk at end of #pragma ghs startzda"
35230 msgstr ""
35231
35232 #: config/v850/v850-c.c:247
35233 #, gcc-internal-format
35234 msgid "junk at end of #pragma ghs endtda"
35235 msgstr ""
35236
35237 #: config/v850/v850-c.c:258
35238 #, gcc-internal-format
35239 msgid "junk at end of #pragma ghs endsda"
35240 msgstr ""
35241
35242 #: config/v850/v850-c.c:269
35243 #, gcc-internal-format
35244 msgid "junk at end of #pragma ghs endzda"
35245 msgstr ""
35246
35247 #: config/v850/v850.c:2046
35248 #, gcc-internal-format
35249 msgid "data area attributes cannot be specified for local variables"
35250 msgstr ""
35251
35252 #: config/v850/v850.c:2057
35253 #, gcc-internal-format
35254 msgid "data area of %q+D conflicts with previous declaration"
35255 msgstr ""
35256
35257 #: config/v850/v850.c:2188
35258 #, gcc-internal-format, gfc-internal-format
35259 msgid "bogus JR construction: %d"
35260 msgstr ""
35261
35262 #: config/v850/v850.c:2206 config/v850/v850.c:2313
35263 #, gcc-internal-format, gfc-internal-format
35264 msgid "bad amount of stack space removal: %d"
35265 msgstr ""
35266
35267 #: config/v850/v850.c:2293
35268 #, gcc-internal-format, gfc-internal-format
35269 msgid "bogus JARL construction: %d"
35270 msgstr ""
35271
35272 #: config/v850/v850.c:2591
35273 #, gcc-internal-format, gfc-internal-format
35274 msgid "bogus DISPOSE construction: %d"
35275 msgstr ""
35276
35277 #: config/v850/v850.c:2610
35278 #, gcc-internal-format, gfc-internal-format
35279 msgid "too much stack space to dispose of: %d"
35280 msgstr ""
35281
35282 #: config/v850/v850.c:2712
35283 #, gcc-internal-format, gfc-internal-format
35284 msgid "bogus PREPEARE construction: %d"
35285 msgstr ""
35286
35287 #: config/v850/v850.c:2729
35288 #, gcc-internal-format, gfc-internal-format
35289 msgid "too much stack space to prepare: %d"
35290 msgstr ""
35291
35292 #: config/visium/visium.c:729
35293 #, gcc-internal-format
35294 msgid "an interrupt handler cannot be compiled with %<-muser-mode%>"
35295 msgstr ""
35296
35297 #: config/vms/vms-c.c:44
35298 #, gcc-internal-format
35299 msgid "junk at end of #pragma __nostandard"
35300 msgstr ""
35301
35302 #: config/vms/vms-c.c:55
35303 #, gcc-internal-format
35304 msgid "junk at end of #pragma __standard"
35305 msgstr ""
35306
35307 #: config/vms/vms-c.c:81
35308 #, gcc-internal-format
35309 msgid "malformed %<#pragma member_alignment%>, ignoring"
35310 msgstr ""
35311
35312 #: config/vms/vms-c.c:96
35313 #, gcc-internal-format
35314 msgid "unknown %<#pragma member_alignment%> name %s"
35315 msgstr ""
35316
35317 #: config/vms/vms-c.c:101
35318 #, gcc-internal-format
35319 msgid "malformed %<#pragma member_alignment%>"
35320 msgstr ""
35321
35322 #: config/vms/vms-c.c:135
35323 #, gcc-internal-format
35324 msgid "unhandled alignment for %<#pragma nomember_alignment%>"
35325 msgstr ""
35326
35327 #: config/vms/vms-c.c:148
35328 #, gcc-internal-format
35329 msgid "garbage at end of %<#pragma nomember_alignment%>"
35330 msgstr ""
35331
35332 #: config/vms/vms-c.c:203
35333 #, gcc-internal-format
35334 msgid "malformed %<#pragma extern_model%>, ignoring"
35335 msgstr ""
35336
35337 #: config/vms/vms-c.c:224
35338 #, gcc-internal-format
35339 msgid "extern model globalvalue"
35340 msgstr ""
35341
35342 #: config/vms/vms-c.c:229
35343 #, gcc-internal-format
35344 msgid "unknown %<#pragma extern_model%> model %qs"
35345 msgstr ""
35346
35347 #: config/vms/vms-c.c:235
35348 #, gcc-internal-format
35349 msgid "junk at end of '#pragma extern_model'"
35350 msgstr ""
35351
35352 #: config/vms/vms-c.c:249
35353 #, gcc-internal-format
35354 msgid "vms '#pragma __message' is ignored"
35355 msgstr ""
35356
35357 #: config/vms/vms-c.c:274 config/vms/vms-c.c:280
35358 #, gcc-internal-format
35359 msgid "malformed '#pragma __extern_prefix', ignoring"
35360 msgstr ""
35361
35362 #: config/vms/vms-c.c:313 config/vms/vms-c.c:333
35363 #, gcc-internal-format
35364 msgid "malformed %<#pragma %s%>, ignoring"
35365 msgstr ""
35366
35367 #: config/vms/vms-c.c:329
35368 #, gcc-internal-format
35369 msgid "invalid constant in %<#pragma %s%>"
35370 msgstr ""
35371
35372 #: config/xtensa/xtensa.c:2220
35373 #, gcc-internal-format
35374 msgid "boolean registers required for the floating-point option"
35375 msgstr ""
35376
35377 #: config/xtensa/xtensa.c:2255
35378 #, gcc-internal-format
35379 msgid "%<-f%s%> is not supported with CONST16 instructions"
35380 msgstr ""
35381
35382 #: config/xtensa/xtensa.c:2262
35383 #, gcc-internal-format
35384 msgid "PIC is required but not supported with CONST16 instructions"
35385 msgstr ""
35386
35387 #: config/xtensa/xtensa.c:3632
35388 #, gcc-internal-format
35389 msgid "only uninitialized variables can be placed in a .bss section"
35390 msgstr ""
35391
35392 #: ada/gcc-interface/misc.c:153
35393 #, gcc-internal-format
35394 msgid "%<-gnat%> misspelled as %<-gant%>"
35395 msgstr ""
35396
35397 #: ada/gcc-interface/misc.c:257
35398 #, gcc-internal-format
35399 msgid "%<-fexcess-precision=standard%> for Ada"
35400 msgstr ""
35401
35402 #: ada/gcc-interface/misc.c:276
35403 #, gcc-internal-format
35404 msgid "STABS debugging information for Ada is obsolete and not supported anymore"
35405 msgstr ""
35406
35407 #: ada/gcc-interface/trans.c:2076
35408 #, gcc-internal-format
35409 msgid "subprogram %q+F not marked %<Inline_Always%>"
35410 msgstr ""
35411
35412 #: ada/gcc-interface/trans.c:2078 ada/gcc-interface/trans.c:2084
35413 #, gcc-internal-format
35414 msgid "parent subprogram cannot be inlined"
35415 msgstr ""
35416
35417 #: ada/gcc-interface/trans.c:2082
35418 #, gcc-internal-format
35419 msgid "subprogram %q+F not marked %<Inline%>"
35420 msgstr ""
35421
35422 #: ada/gcc-interface/utils.c:4022
35423 #, gcc-internal-format
35424 msgid "invalid element type for attribute %qs"
35425 msgstr ""
35426
35427 #: ada/gcc-interface/utils.c:4046
35428 #, gcc-internal-format
35429 msgid "number of components of vector not a power of two"
35430 msgstr ""
35431
35432 #: ada/gcc-interface/utils.c:6241 ada/gcc-interface/utils.c:6419
35433 #: ada/gcc-interface/utils.c:6574
35434 #, gcc-internal-format
35435 msgid "%qs attribute ignored"
35436 msgstr ""
35437
35438 #: ada/gcc-interface/utils.c:6296
35439 #, fuzzy, gcc-internal-format
35440 #| msgid "%qE attribute argument %qE is not an integer constant"
35441 msgid "%qs attribute without arguments on a non-prototype"
35442 msgstr "аргумент атрибута %qE, %qE, не є цілим сталим значенням"
35443
35444 #: ada/gcc-interface/utils.c:6311
35445 #, gcc-internal-format
35446 msgid "%qs argument has invalid operand number (argument %lu)"
35447 msgstr ""
35448
35449 #: ada/gcc-interface/utils.c:6333
35450 #, gcc-internal-format
35451 msgid "%qs argument with out-of-range operand number (argument %lu, operand %lu)"
35452 msgstr ""
35453
35454 #: ada/gcc-interface/utils.c:6342
35455 #, gcc-internal-format
35456 msgid "%qs argument references non-pointer operand (argument %lu, operand %lu)"
35457 msgstr ""
35458
35459 #: ada/gcc-interface/utils.c:6363
35460 #, gcc-internal-format
35461 msgid "%qs attribute requires prototypes with named arguments"
35462 msgstr ""
35463
35464 #: ada/gcc-interface/utils.c:6372
35465 #, gcc-internal-format
35466 msgid "%qs attribute only applies to variadic functions"
35467 msgstr ""
35468
35469 #: ada/gcc-interface/utils.c:6534
35470 #, gcc-internal-format
35471 msgid "%qE attribute has no effect"
35472 msgstr ""
35473
35474 #: ada/gcc-interface/utils.c:6818
35475 #, gcc-internal-format
35476 msgid "attribute %qs applies to array types only"
35477 msgstr ""
35478
35479 #: brig/brig-lang.c:212
35480 #, gcc-internal-format
35481 msgid "could not read the BRIG file"
35482 msgstr ""
35483
35484 #: c/c-convert.c:101 c/c-typeck.c:2179 c/c-typeck.c:12605 cp/typeck.c:2106
35485 #: cp/typeck.c:8400 cp/typeck.c:9188
35486 #, gcc-internal-format
35487 msgid "void value not ignored as it ought to be"
35488 msgstr ""
35489
35490 #: c/c-convert.c:180
35491 #, gcc-internal-format
35492 msgid "conversion to non-scalar type requested"
35493 msgstr "запит на перетворення до нечислового типу"
35494
35495 #: c/c-decl.c:829
35496 #, gcc-internal-format
35497 msgid "array %q+D assumed to have one element"
35498 msgstr ""
35499
35500 #: c/c-decl.c:870
35501 #, gcc-internal-format
35502 msgid "%qD is static but used in inline function %qD which is not static"
35503 msgstr ""
35504
35505 #: c/c-decl.c:875
35506 #, gcc-internal-format
35507 msgid "%q+D is static but declared in inline function %qD which is not static"
35508 msgstr ""
35509
35510 #: c/c-decl.c:1071
35511 #, gcc-internal-format, gfc-internal-format
35512 msgid "GCC supports only %u nested scopes"
35513 msgstr ""
35514
35515 #: c/c-decl.c:1223 cp/decl.c:359
35516 #, gcc-internal-format
35517 msgid "label %q+D used but not defined"
35518 msgstr ""
35519
35520 #: c/c-decl.c:1269
35521 #, gcc-internal-format
35522 msgid "nested function %q+D declared but never defined"
35523 msgstr ""
35524
35525 #: c/c-decl.c:1283
35526 #, gcc-internal-format
35527 msgid "inline function %q+D declared but never defined"
35528 msgstr ""
35529
35530 #: c/c-decl.c:1300
35531 #, gcc-internal-format
35532 msgid "unused variable %q+D"
35533 msgstr "невикористана змінна %q+D"
35534
35535 #: c/c-decl.c:1304 cp/decl.c:686
35536 #, gcc-internal-format
35537 msgid "variable %qD set but not used"
35538 msgstr "змінній %qD надано значення, але цю змінну ніде не використано"
35539
35540 #: c/c-decl.c:1309
35541 #, gcc-internal-format
35542 msgid "type of array %q+D completed incompatibly with implicit initialization"
35543 msgstr ""
35544
35545 #: c/c-decl.c:1590 c/c-decl.c:7030 c/c-decl.c:7938 c/c-decl.c:8746
35546 #, gcc-internal-format
35547 msgid "originally defined here"
35548 msgstr ""
35549
35550 #: c/c-decl.c:1784
35551 #, gcc-internal-format
35552 msgid "a parameter list with an ellipsis cannot match an empty parameter name list declaration"
35553 msgstr ""
35554
35555 #: c/c-decl.c:1791
35556 #, gcc-internal-format
35557 msgid "an argument type that has a default promotion cannot match an empty parameter name list declaration"
35558 msgstr ""
35559
35560 #: c/c-decl.c:1839
35561 #, gcc-internal-format
35562 msgid "prototype for %q+D declares more arguments than previous old-style definition"
35563 msgstr ""
35564
35565 #: c/c-decl.c:1845
35566 #, gcc-internal-format
35567 msgid "prototype for %q+D declares fewer arguments than previous old-style definition"
35568 msgstr ""
35569
35570 #: c/c-decl.c:1854
35571 #, gcc-internal-format
35572 msgid "prototype for %q+D declares argument %d with incompatible type"
35573 msgstr ""
35574
35575 #. If we get here, no errors were found, but do issue a warning
35576 #. for this poor-style construct.
35577 #: c/c-decl.c:1867
35578 #, gcc-internal-format
35579 msgid "prototype for %q+D follows non-prototype definition"
35580 msgstr ""
35581
35582 #: c/c-decl.c:1883
35583 #, gcc-internal-format
35584 msgid "previous definition of %q+D was here"
35585 msgstr ""
35586
35587 #: c/c-decl.c:1885
35588 #, gcc-internal-format
35589 msgid "previous implicit declaration of %q+D was here"
35590 msgstr "попереднє неявне оголошення %q+D було тут"
35591
35592 #: c/c-decl.c:1887
35593 #, gcc-internal-format
35594 msgid "previous declaration of %q+D was here"
35595 msgstr ""
35596
35597 #: c/c-decl.c:1926
35598 #, gcc-internal-format
35599 msgid "%q+D redeclared as different kind of symbol"
35600 msgstr ""
35601
35602 #: c/c-decl.c:1931
35603 #, gcc-internal-format
35604 msgid "built-in function %q+D declared as non-function"
35605 msgstr ""
35606
35607 #: c/c-decl.c:1934 c/c-decl.c:2998
35608 #, gcc-internal-format
35609 msgid "declaration of %q+D shadows a built-in function"
35610 msgstr ""
35611
35612 #: c/c-decl.c:1944
35613 #, gcc-internal-format
35614 msgid "redeclaration of enumerator %q+D"
35615 msgstr ""
35616
35617 #: c/c-decl.c:1982
35618 #, gcc-internal-format
35619 msgid "conflicting types for built-in function %q+D; expected %qT"
35620 msgstr ""
35621
35622 #: c/c-decl.c:1992
35623 #, gcc-internal-format
35624 msgid "%qD is declared in header %qs"
35625 msgstr "%qD оголошено у файлі заголовків %qs"
35626
35627 #: c/c-decl.c:2004
35628 #, gcc-internal-format
35629 msgid "mismatch in argument %u type of built-in function %qD; expected %qT"
35630 msgstr ""
35631
35632 #: c/c-decl.c:2009
35633 #, gcc-internal-format
35634 msgid "mismatch in return type of built-in function %qD; expected %qT"
35635 msgstr ""
35636
35637 #: c/c-decl.c:2034 c/c-decl.c:2047 c/c-decl.c:2083
35638 #, gcc-internal-format
35639 msgid "conflicting types for %q+D"
35640 msgstr ""
35641
35642 #: c/c-decl.c:2063
35643 #, gcc-internal-format
35644 msgid "conflicting named address spaces (generic vs %s) for %q+D"
35645 msgstr ""
35646
35647 #: c/c-decl.c:2067
35648 #, gcc-internal-format
35649 msgid "conflicting named address spaces (%s vs generic) for %q+D"
35650 msgstr ""
35651
35652 #: c/c-decl.c:2071
35653 #, gcc-internal-format
35654 msgid "conflicting named address spaces (%s vs %s) for %q+D"
35655 msgstr ""
35656
35657 #: c/c-decl.c:2080
35658 #, gcc-internal-format
35659 msgid "conflicting type qualifiers for %q+D"
35660 msgstr ""
35661
35662 #: c/c-decl.c:2105
35663 #, gcc-internal-format
35664 msgid "redefinition of typedef %q+D with different type"
35665 msgstr ""
35666
35667 #: c/c-decl.c:2118
35668 #, gcc-internal-format
35669 msgid "redefinition of typedef %q+D with variably modified type"
35670 msgstr ""
35671
35672 #: c/c-decl.c:2123
35673 #, gcc-internal-format
35674 msgid "redefinition of typedef %q+D"
35675 msgstr ""
35676
35677 #: c/c-decl.c:2151
35678 #, gcc-internal-format
35679 msgid "declaration of %qD shadows a built-in function"
35680 msgstr "оголошення %qD затінює вбудовану функцію"
35681
35682 #: c/c-decl.c:2167
35683 #, gcc-internal-format
35684 msgid "declaration of built-in function %qD without a prototype; expected %qT"
35685 msgstr ""
35686
35687 #: c/c-decl.c:2194 c/c-decl.c:2305
35688 #, gcc-internal-format
35689 msgid "redefinition of %q+D"
35690 msgstr ""
35691
35692 #: c/c-decl.c:2233 c/c-decl.c:2345
35693 #, gcc-internal-format
35694 msgid "static declaration of %q+D follows non-static declaration"
35695 msgstr ""
35696
35697 #: c/c-decl.c:2244 c/c-decl.c:2252 c/c-decl.c:2334 c/c-decl.c:2342
35698 #, gcc-internal-format
35699 msgid "non-static declaration of %q+D follows static declaration"
35700 msgstr ""
35701
35702 #: c/c-decl.c:2269
35703 #, gcc-internal-format
35704 msgid "%<gnu_inline%> attribute present on %q+D"
35705 msgstr ""
35706
35707 #: c/c-decl.c:2272
35708 #, gcc-internal-format
35709 msgid "but not here"
35710 msgstr ""
35711
35712 #: c/c-decl.c:2291
35713 #, gcc-internal-format
35714 msgid "thread-local declaration of %q+D follows non-thread-local declaration"
35715 msgstr ""
35716
35717 #: c/c-decl.c:2294
35718 #, gcc-internal-format
35719 msgid "non-thread-local declaration of %q+D follows thread-local declaration"
35720 msgstr ""
35721
35722 #: c/c-decl.c:2326
35723 #, gcc-internal-format
35724 msgid "extern declaration of %q+D follows declaration with no linkage"
35725 msgstr ""
35726
35727 #: c/c-decl.c:2364
35728 #, gcc-internal-format
35729 msgid "declaration of %q+D with no linkage follows extern declaration"
35730 msgstr ""
35731
35732 #: c/c-decl.c:2371
35733 #, gcc-internal-format
35734 msgid "redeclaration of %q+D with no linkage"
35735 msgstr ""
35736
35737 #: c/c-decl.c:2397
35738 #, gcc-internal-format
35739 msgid "redeclaration of %q+D with different visibility (old visibility preserved)"
35740 msgstr ""
35741
35742 #: c/c-decl.c:2418
35743 #, gcc-internal-format
35744 msgid "redefinition of parameter %q+D"
35745 msgstr ""
35746
35747 #: c/c-decl.c:2445
35748 #, gcc-internal-format
35749 msgid "redundant redeclaration of %q+D"
35750 msgstr ""
35751
35752 #: c/c-decl.c:2956
35753 #, gcc-internal-format
35754 msgid "declaration of %q+D shadows previous non-variable"
35755 msgstr ""
35756
35757 #: c/c-decl.c:2978
35758 #, gcc-internal-format
35759 msgid "declaration of %qD shadows a parameter"
35760 msgstr ""
35761
35762 #: c/c-decl.c:2991 cp/name-lookup.c:2835
35763 #, gcc-internal-format
35764 msgid "declaration of %qD shadows a global declaration"
35765 msgstr ""
35766
35767 #: c/c-decl.c:3017
35768 #, gcc-internal-format
35769 msgid "declaration of %qD shadows a previous local"
35770 msgstr ""
35771
35772 #: c/c-decl.c:3023 cp/name-lookup.c:2614
35773 #, gcc-internal-format
35774 msgid "shadowed declaration is here"
35775 msgstr ""
35776
35777 #: c/c-decl.c:3153
35778 #, gcc-internal-format
35779 msgid "nested extern declaration of %qD"
35780 msgstr ""
35781
35782 #: c/c-decl.c:3316 c/c-decl.c:3330
35783 #, gcc-internal-format
35784 msgid "implicit declaration of function %qE; did you mean %qs?"
35785 msgstr "неявне оголошення функції %qE; ви мали на увазі %qs?"
35786
35787 #: c/c-decl.c:3322 c/c-decl.c:3335
35788 #, gcc-internal-format
35789 msgid "implicit declaration of function %qE"
35790 msgstr "неявне оголошення функції %qE"
35791
35792 #: c/c-decl.c:3600
35793 #, gcc-internal-format
35794 msgid "incompatible implicit declaration of built-in function %qD"
35795 msgstr "несумісне неявне оголошення вбудованої функції %qD"
35796
35797 #: c/c-decl.c:3610
35798 #, gcc-internal-format
35799 msgid "include %qs or provide a declaration of %qD"
35800 msgstr ""
35801
35802 #: c/c-decl.c:3621
35803 #, gcc-internal-format
35804 msgid "incompatible implicit declaration of function %qD"
35805 msgstr "несумісне неявне оголошення функції %qD"
35806
35807 #: c/c-decl.c:3682
35808 #, gcc-internal-format
35809 msgid "%qE undeclared here (not in a function); did you mean %qs?"
35810 msgstr ""
35811
35812 #: c/c-decl.c:3687
35813 #, gcc-internal-format
35814 msgid "%qE undeclared here (not in a function)"
35815 msgstr ""
35816
35817 #: c/c-decl.c:3700
35818 #, gcc-internal-format
35819 msgid "%qE undeclared (first use in this function); did you mean %qs?"
35820 msgstr ""
35821
35822 #: c/c-decl.c:3705
35823 #, gcc-internal-format
35824 msgid "%qE undeclared (first use in this function)"
35825 msgstr ""
35826
35827 #: c/c-decl.c:3709
35828 #, gcc-internal-format
35829 msgid "each undeclared identifier is reported only once for each function it appears in"
35830 msgstr ""
35831
35832 #: c/c-decl.c:3757 cp/decl.c:3136
35833 #, gcc-internal-format
35834 msgid "label %qE referenced outside of any function"
35835 msgstr ""
35836
35837 #: c/c-decl.c:3793
35838 #, gcc-internal-format
35839 msgid "jump into scope of identifier with variably modified type"
35840 msgstr ""
35841
35842 #: c/c-decl.c:3796
35843 #, gcc-internal-format
35844 msgid "jump skips variable initialization"
35845 msgstr ""
35846
35847 #: c/c-decl.c:3797 c/c-decl.c:3852 c/c-decl.c:3942
35848 #, gcc-internal-format
35849 msgid "label %qD defined here"
35850 msgstr ""
35851
35852 #: c/c-decl.c:3851 c/c-decl.c:3941
35853 #, gcc-internal-format
35854 msgid "jump into statement expression"
35855 msgstr ""
35856
35857 #: c/c-decl.c:3874
35858 #, gcc-internal-format
35859 msgid "duplicate label declaration %qE"
35860 msgstr ""
35861
35862 #: c/c-decl.c:3973 cp/decl.c:3542
35863 #, gcc-internal-format
35864 msgid "duplicate label %qD"
35865 msgstr ""
35866
35867 #: c/c-decl.c:4004
35868 #, gcc-internal-format
35869 msgid "traditional C lacks a separate namespace for labels, identifier %qE conflicts"
35870 msgstr ""
35871
35872 #: c/c-decl.c:4069
35873 #, gcc-internal-format
35874 msgid "switch jumps over variable initialization"
35875 msgstr ""
35876
35877 #: c/c-decl.c:4070 c/c-decl.c:4081
35878 #, gcc-internal-format
35879 msgid "switch starts here"
35880 msgstr ""
35881
35882 #: c/c-decl.c:4080
35883 #, gcc-internal-format
35884 msgid "switch jumps into statement expression"
35885 msgstr ""
35886
35887 #: c/c-decl.c:4163
35888 #, gcc-internal-format
35889 msgid "%qE defined as wrong kind of tag"
35890 msgstr ""
35891
35892 #: c/c-decl.c:4596
35893 #, gcc-internal-format
35894 msgid "unnamed struct/union that defines no instances"
35895 msgstr ""
35896
35897 #: c/c-decl.c:4607
35898 #, gcc-internal-format
35899 msgid "empty declaration with storage class specifier does not redeclare tag"
35900 msgstr ""
35901
35902 #: c/c-decl.c:4623
35903 #, gcc-internal-format
35904 msgid "empty declaration with type qualifier does not redeclare tag"
35905 msgstr ""
35906
35907 #: c/c-decl.c:4635
35908 #, gcc-internal-format
35909 msgid "empty declaration with %<_Alignas%> does not redeclare tag"
35910 msgstr ""
35911
35912 #: c/c-decl.c:4657 c/c-decl.c:4665
35913 #, gcc-internal-format
35914 msgid "useless type name in empty declaration"
35915 msgstr ""
35916
35917 #: c/c-decl.c:4673
35918 #, gcc-internal-format
35919 msgid "%<inline%> in empty declaration"
35920 msgstr ""
35921
35922 #: c/c-decl.c:4679
35923 #, gcc-internal-format
35924 msgid "%<_Noreturn%> in empty declaration"
35925 msgstr ""
35926
35927 #: c/c-decl.c:4685
35928 #, gcc-internal-format
35929 msgid "%<auto%> in file-scope empty declaration"
35930 msgstr ""
35931
35932 #: c/c-decl.c:4691
35933 #, gcc-internal-format
35934 msgid "%<register%> in file-scope empty declaration"
35935 msgstr ""
35936
35937 #: c/c-decl.c:4698
35938 #, gcc-internal-format
35939 msgid "useless storage class specifier in empty declaration"
35940 msgstr ""
35941
35942 #: c/c-decl.c:4704
35943 #, gcc-internal-format
35944 msgid "useless %qs in empty declaration"
35945 msgstr ""
35946
35947 #: c/c-decl.c:4717
35948 #, gcc-internal-format
35949 msgid "useless type qualifier in empty declaration"
35950 msgstr ""
35951
35952 #: c/c-decl.c:4724
35953 #, gcc-internal-format
35954 msgid "useless %<_Alignas%> in empty declaration"
35955 msgstr ""
35956
35957 #: c/c-decl.c:4742
35958 #, fuzzy, gcc-internal-format
35959 #| msgid "invalid property declaration"
35960 msgid "invalid use of attributes in empty declaration"
35961 msgstr "некоректне оголошення властивості"
35962
35963 #: c/c-decl.c:4756 c/c-parser.c:2002
35964 #, gcc-internal-format
35965 msgid "empty declaration"
35966 msgstr ""
35967
35968 #: c/c-decl.c:4827
35969 #, gcc-internal-format
35970 msgid "ISO C90 does not support %<static%> or type qualifiers in parameter array declarators"
35971 msgstr ""
35972
35973 #: c/c-decl.c:4831
35974 #, gcc-internal-format
35975 msgid "ISO C90 does not support %<[*]%> array declarators"
35976 msgstr ""
35977
35978 #. C99 6.7.5.2p4
35979 #. A function definition isn't function prototype scope C99 6.2.1p4.
35980 #. C99 6.7.5.2p4
35981 #: c/c-decl.c:4837 c/c-decl.c:7497 c/c-decl.c:9398
35982 #, gcc-internal-format
35983 msgid "%<[*]%> not allowed in other than function prototype scope"
35984 msgstr ""
35985
35986 #: c/c-decl.c:4988
35987 #, gcc-internal-format
35988 msgid "%q+D is usually a function"
35989 msgstr ""
35990
35991 #: c/c-decl.c:4997
35992 #, gcc-internal-format
35993 msgid "typedef %qD is initialized (use %<__typeof__%> instead)"
35994 msgstr ""
35995
35996 #: c/c-decl.c:5002
35997 #, gcc-internal-format
35998 msgid "function %qD is initialized like a variable"
35999 msgstr ""
36000
36001 #. DECL_INITIAL in a PARM_DECL is really DECL_ARG_TYPE.
36002 #: c/c-decl.c:5008
36003 #, gcc-internal-format
36004 msgid "parameter %qD is initialized"
36005 msgstr ""
36006
36007 #. Although C99 is unclear about whether incomplete arrays
36008 #. of VLAs themselves count as VLAs, it does not make
36009 #. sense to permit them to be initialized given that
36010 #. ordinary VLAs may not be initialized.
36011 #: c/c-decl.c:5027 c/c-decl.c:5042 c/c-typeck.c:8007
36012 #, gcc-internal-format
36013 msgid "variable-sized object may not be initialized"
36014 msgstr "об'єкт розмірності змінної може бути не ініціалізовано"
36015
36016 #: c/c-decl.c:5033
36017 #, gcc-internal-format
36018 msgid "variable %qD has initializer but incomplete type"
36019 msgstr ""
36020
36021 #: c/c-decl.c:5122
36022 #, fuzzy, gcc-internal-format
36023 #| msgid "init function found in object %s"
36024 msgid "inline function %q+D given attribute %qs"
36025 msgstr "знайдено функцію init у об'єкті %s"
36026
36027 #: c/c-decl.c:5172
36028 #, gcc-internal-format
36029 msgid "uninitialized const member in %qT is invalid in C++"
36030 msgstr ""
36031
36032 #: c/c-decl.c:5174
36033 #, gcc-internal-format
36034 msgid "%qD should be initialized"
36035 msgstr "%qD має бути ініціалізовано"
36036
36037 #: c/c-decl.c:5255
36038 #, gcc-internal-format
36039 msgid "initializer fails to determine size of %q+D"
36040 msgstr ""
36041
36042 #: c/c-decl.c:5260
36043 #, gcc-internal-format
36044 msgid "array size missing in %q+D"
36045 msgstr ""
36046
36047 #: c/c-decl.c:5264
36048 #, gcc-internal-format
36049 msgid "zero or negative size array %q+D"
36050 msgstr ""
36051
36052 #: c/c-decl.c:5353
36053 #, gcc-internal-format
36054 msgid "storage size of %q+D isn%'t constant"
36055 msgstr ""
36056
36057 #: c/c-decl.c:5403
36058 #, gcc-internal-format
36059 msgid "ignoring %<asm%> specifier for non-static local variable %q+D"
36060 msgstr ""
36061
36062 #: c/c-decl.c:5433
36063 #, gcc-internal-format
36064 msgid "cannot put object with volatile field into register"
36065 msgstr ""
36066
36067 #: c/c-decl.c:5519
36068 #, gcc-internal-format
36069 msgid "uninitialized %<const %D%> is invalid in C++"
36070 msgstr ""
36071
36072 #: c/c-decl.c:5534 cp/decl.c:7921
36073 #, gcc-internal-format
36074 msgid "%q+D in declare target directive does not have mappable type"
36075 msgstr ""
36076
36077 #: c/c-decl.c:5598
36078 #, gcc-internal-format
36079 msgid "ISO C forbids forward parameter declarations"
36080 msgstr ""
36081
36082 #: c/c-decl.c:5709
36083 #, gcc-internal-format
36084 msgid "defining a type in a compound literal is invalid in C++"
36085 msgstr ""
36086
36087 #: c/c-decl.c:5730 c/c-decl.c:5745
36088 #, gcc-internal-format
36089 msgid "bit-field %qs width not an integer constant"
36090 msgstr ""
36091
36092 #: c/c-decl.c:5740
36093 #, gcc-internal-format
36094 msgid "bit-field %qs width not an integer constant expression"
36095 msgstr ""
36096
36097 #: c/c-decl.c:5751
36098 #, gcc-internal-format
36099 msgid "negative width in bit-field %qs"
36100 msgstr ""
36101
36102 #: c/c-decl.c:5756
36103 #, gcc-internal-format
36104 msgid "zero width for bit-field %qs"
36105 msgstr ""
36106
36107 #: c/c-decl.c:5766
36108 #, gcc-internal-format
36109 msgid "bit-field %qs has invalid type"
36110 msgstr ""
36111
36112 #: c/c-decl.c:5772
36113 #, gcc-internal-format
36114 msgid "cannot declare bit-field %qs with %<warn_if_not_aligned%> type"
36115 msgstr ""
36116
36117 #: c/c-decl.c:5783
36118 #, gcc-internal-format
36119 msgid "type of bit-field %qs is a GCC extension"
36120 msgstr ""
36121
36122 #: c/c-decl.c:5789
36123 #, gcc-internal-format
36124 msgid "width of %qs exceeds its type"
36125 msgstr ""
36126
36127 #: c/c-decl.c:5802
36128 #, gcc-internal-format
36129 msgid "%qs is narrower than values of its type"
36130 msgstr ""
36131
36132 #: c/c-decl.c:5817
36133 #, gcc-internal-format
36134 msgid "ISO C90 forbids array %qE whose size cannot be evaluated"
36135 msgstr ""
36136
36137 #: c/c-decl.c:5820
36138 #, gcc-internal-format
36139 msgid "ISO C90 forbids array whose size cannot be evaluated"
36140 msgstr ""
36141
36142 #: c/c-decl.c:5827
36143 #, gcc-internal-format
36144 msgid "ISO C90 forbids variable length array %qE"
36145 msgstr ""
36146
36147 #: c/c-decl.c:5829
36148 #, gcc-internal-format
36149 msgid "ISO C90 forbids variable length array"
36150 msgstr ""
36151
36152 #: c/c-decl.c:6040 c/c-decl.c:6433 c/c-decl.c:6443
36153 #, gcc-internal-format
36154 msgid "variably modified %qE at file scope"
36155 msgstr ""
36156
36157 #: c/c-decl.c:6042
36158 #, gcc-internal-format
36159 msgid "variably modified field at file scope"
36160 msgstr ""
36161
36162 #: c/c-decl.c:6062
36163 #, gcc-internal-format
36164 msgid "type defaults to %<int%> in declaration of %qE"
36165 msgstr ""
36166
36167 #: c/c-decl.c:6066
36168 #, gcc-internal-format
36169 msgid "type defaults to %<int%> in type name"
36170 msgstr ""
36171
36172 #: c/c-decl.c:6098
36173 #, gcc-internal-format
36174 msgid "duplicate %<const%>"
36175 msgstr "дублювання %<const%>"
36176
36177 #: c/c-decl.c:6100
36178 #, gcc-internal-format
36179 msgid "duplicate %<restrict%>"
36180 msgstr "дублювання %<restrict%>"
36181
36182 #: c/c-decl.c:6102
36183 #, gcc-internal-format
36184 msgid "duplicate %<volatile%>"
36185 msgstr "дублювання %<volatile%>"
36186
36187 #: c/c-decl.c:6104
36188 #, gcc-internal-format
36189 msgid "duplicate %<_Atomic%>"
36190 msgstr "дублювання %<_Atomic%>"
36191
36192 #: c/c-decl.c:6107
36193 #, gcc-internal-format, gfc-internal-format
36194 msgid "conflicting named address spaces (%s vs %s)"
36195 msgstr ""
36196
36197 #: c/c-decl.c:6130 c/c-parser.c:3013
36198 #, gcc-internal-format
36199 msgid "%<_Atomic%>-qualified array type"
36200 msgstr ""
36201
36202 #: c/c-decl.c:6144
36203 #, gcc-internal-format
36204 msgid "function definition declared %<auto%>"
36205 msgstr ""
36206
36207 #: c/c-decl.c:6146
36208 #, gcc-internal-format
36209 msgid "function definition declared %<register%>"
36210 msgstr ""
36211
36212 #: c/c-decl.c:6148
36213 #, gcc-internal-format
36214 msgid "function definition declared %<typedef%>"
36215 msgstr ""
36216
36217 #: c/c-decl.c:6150
36218 #, gcc-internal-format
36219 msgid "function definition declared %qs"
36220 msgstr ""
36221
36222 #: c/c-decl.c:6168
36223 #, gcc-internal-format
36224 msgid "storage class specified for structure field %qE"
36225 msgstr ""
36226
36227 #: c/c-decl.c:6171
36228 #, gcc-internal-format
36229 msgid "storage class specified for structure field"
36230 msgstr ""
36231
36232 #: c/c-decl.c:6175
36233 #, gcc-internal-format
36234 msgid "storage class specified for parameter %qE"
36235 msgstr ""
36236
36237 #: c/c-decl.c:6178
36238 #, gcc-internal-format
36239 msgid "storage class specified for unnamed parameter"
36240 msgstr ""
36241
36242 #: c/c-decl.c:6181 cp/decl.c:11821
36243 #, gcc-internal-format
36244 msgid "storage class specified for typename"
36245 msgstr ""
36246
36247 #: c/c-decl.c:6198
36248 #, gcc-internal-format
36249 msgid "%qE initialized and declared %<extern%>"
36250 msgstr ""
36251
36252 #: c/c-decl.c:6202
36253 #, gcc-internal-format
36254 msgid "%qE has both %<extern%> and initializer"
36255 msgstr ""
36256
36257 #: c/c-decl.c:6207
36258 #, gcc-internal-format
36259 msgid "file-scope declaration of %qE specifies %<auto%>"
36260 msgstr ""
36261
36262 #: c/c-decl.c:6211
36263 #, gcc-internal-format
36264 msgid "file-scope declaration of %qE specifies %<register%>"
36265 msgstr ""
36266
36267 #: c/c-decl.c:6216
36268 #, gcc-internal-format
36269 msgid "nested function %qE declared %<extern%>"
36270 msgstr ""
36271
36272 #: c/c-decl.c:6219
36273 #, gcc-internal-format
36274 msgid "function-scope %qE implicitly auto and declared %qs"
36275 msgstr ""
36276
36277 #. Only the innermost declarator (making a parameter be of
36278 #. array type which is converted to pointer type)
36279 #. may have static or type qualifiers.
36280 #: c/c-decl.c:6266 c/c-decl.c:6654
36281 #, gcc-internal-format
36282 msgid "static or type qualifiers in non-parameter array declarator"
36283 msgstr ""
36284
36285 #: c/c-decl.c:6327
36286 #, gcc-internal-format
36287 msgid "declaration of %qE as array of voids"
36288 msgstr ""
36289
36290 #: c/c-decl.c:6329
36291 #, gcc-internal-format
36292 msgid "declaration of type name as array of voids"
36293 msgstr ""
36294
36295 #: c/c-decl.c:6336
36296 #, gcc-internal-format
36297 msgid "declaration of %qE as array of functions"
36298 msgstr ""
36299
36300 #: c/c-decl.c:6339
36301 #, gcc-internal-format
36302 msgid "declaration of type name as array of functions"
36303 msgstr ""
36304
36305 #: c/c-decl.c:6347 c/c-decl.c:8449
36306 #, gcc-internal-format
36307 msgid "invalid use of structure with flexible array member"
36308 msgstr ""
36309
36310 #: c/c-decl.c:6379
36311 #, gcc-internal-format
36312 msgid "size of array %qE has non-integer type"
36313 msgstr ""
36314
36315 #: c/c-decl.c:6383
36316 #, gcc-internal-format
36317 msgid "size of unnamed array has non-integer type"
36318 msgstr ""
36319
36320 #: c/c-decl.c:6390
36321 #, gcc-internal-format
36322 msgid "size of array %qE has incomplete type"
36323 msgstr ""
36324
36325 #: c/c-decl.c:6393
36326 #, gcc-internal-format
36327 msgid "size of unnamed array has incomplete type"
36328 msgstr ""
36329
36330 #: c/c-decl.c:6404
36331 #, gcc-internal-format
36332 msgid "ISO C forbids zero-size array %qE"
36333 msgstr ""
36334
36335 #: c/c-decl.c:6407
36336 #, gcc-internal-format
36337 msgid "ISO C forbids zero-size array"
36338 msgstr ""
36339
36340 #: c/c-decl.c:6416
36341 #, gcc-internal-format
36342 msgid "size of array %qE is negative"
36343 msgstr ""
36344
36345 #: c/c-decl.c:6418
36346 #, gcc-internal-format
36347 msgid "size of unnamed array is negative"
36348 msgstr ""
36349
36350 #: c/c-decl.c:6503
36351 #, gcc-internal-format
36352 msgid "size of array %qE is too large"
36353 msgstr ""
36354
36355 #: c/c-decl.c:6506
36356 #, gcc-internal-format
36357 msgid "size of unnamed array is too large"
36358 msgstr ""
36359
36360 #: c/c-decl.c:6542 c/c-decl.c:7200
36361 #, gcc-internal-format
36362 msgid "ISO C90 does not support flexible array members"
36363 msgstr ""
36364
36365 #. C99 6.7.5.2p4
36366 #: c/c-decl.c:6564
36367 #, gcc-internal-format
36368 msgid "%<[*]%> not in a declaration"
36369 msgstr ""
36370
36371 #: c/c-decl.c:6577
36372 #, gcc-internal-format
36373 msgid "array type has incomplete element type %qT"
36374 msgstr ""
36375
36376 #: c/c-decl.c:6583
36377 #, gcc-internal-format
36378 msgid "declaration of %qE as multidimensional array must have bounds for all dimensions except the first"
36379 msgstr ""
36380
36381 #: c/c-decl.c:6587
36382 #, gcc-internal-format
36383 msgid "declaration of multidimensional array must have bounds for all dimensions except the first"
36384 msgstr ""
36385
36386 #: c/c-decl.c:6690
36387 #, gcc-internal-format
36388 msgid "%qE declared as function returning a function"
36389 msgstr ""
36390
36391 #: c/c-decl.c:6693
36392 #, gcc-internal-format
36393 msgid "type name declared as function returning a function"
36394 msgstr ""
36395
36396 #: c/c-decl.c:6700
36397 #, gcc-internal-format
36398 msgid "%qE declared as function returning an array"
36399 msgstr ""
36400
36401 #: c/c-decl.c:6703
36402 #, gcc-internal-format
36403 msgid "type name declared as function returning an array"
36404 msgstr ""
36405
36406 #: c/c-decl.c:6744
36407 #, gcc-internal-format
36408 msgid "function definition has qualified void return type"
36409 msgstr ""
36410
36411 #: c/c-decl.c:6748 cp/decl.c:12114
36412 #, gcc-internal-format
36413 msgid "type qualifiers ignored on function return type"
36414 msgstr ""
36415
36416 #: c/c-decl.c:6786 c/c-decl.c:6996 c/c-decl.c:7050 c/c-decl.c:7134
36417 #: c/c-decl.c:7259 c/c-parser.c:3015
36418 #, gcc-internal-format
36419 msgid "%<_Atomic%>-qualified function type"
36420 msgstr ""
36421
36422 #: c/c-decl.c:6792 c/c-decl.c:7002 c/c-decl.c:7139 c/c-decl.c:7264
36423 #, gcc-internal-format
36424 msgid "ISO C forbids qualified function types"
36425 msgstr ""
36426
36427 #: c/c-decl.c:6887
36428 #, gcc-internal-format
36429 msgid "%qs combined with %<auto%> qualifier for %qE"
36430 msgstr ""
36431
36432 #: c/c-decl.c:6891
36433 #, gcc-internal-format
36434 msgid "%qs combined with %<register%> qualifier for %qE"
36435 msgstr ""
36436
36437 #: c/c-decl.c:6897
36438 #, gcc-internal-format
36439 msgid "%qs specified for auto variable %qE"
36440 msgstr ""
36441
36442 #: c/c-decl.c:6913
36443 #, gcc-internal-format
36444 msgid "%qs specified for parameter %qE"
36445 msgstr ""
36446
36447 #: c/c-decl.c:6916
36448 #, gcc-internal-format
36449 msgid "%qs specified for unnamed parameter"
36450 msgstr ""
36451
36452 #: c/c-decl.c:6922
36453 #, gcc-internal-format
36454 msgid "%qs specified for structure field %qE"
36455 msgstr ""
36456
36457 #: c/c-decl.c:6925
36458 #, gcc-internal-format
36459 msgid "%qs specified for structure field"
36460 msgstr ""
36461
36462 #: c/c-decl.c:6940
36463 #, gcc-internal-format
36464 msgid "bit-field %qE has atomic type"
36465 msgstr ""
36466
36467 #: c/c-decl.c:6942
36468 #, gcc-internal-format
36469 msgid "bit-field has atomic type"
36470 msgstr ""
36471
36472 #: c/c-decl.c:6951
36473 #, gcc-internal-format
36474 msgid "alignment specified for typedef %qE"
36475 msgstr ""
36476
36477 #: c/c-decl.c:6953
36478 #, gcc-internal-format
36479 msgid "alignment specified for %<register%> object %qE"
36480 msgstr ""
36481
36482 #: c/c-decl.c:6958
36483 #, gcc-internal-format
36484 msgid "alignment specified for parameter %qE"
36485 msgstr ""
36486
36487 #: c/c-decl.c:6960
36488 #, gcc-internal-format
36489 msgid "alignment specified for unnamed parameter"
36490 msgstr ""
36491
36492 #: c/c-decl.c:6965
36493 #, gcc-internal-format
36494 msgid "alignment specified for bit-field %qE"
36495 msgstr ""
36496
36497 #: c/c-decl.c:6967
36498 #, gcc-internal-format
36499 msgid "alignment specified for unnamed bit-field"
36500 msgstr ""
36501
36502 #: c/c-decl.c:6970
36503 #, gcc-internal-format
36504 msgid "alignment specified for function %qE"
36505 msgstr ""
36506
36507 #: c/c-decl.c:6977
36508 #, gcc-internal-format
36509 msgid "%<_Alignas%> specifiers cannot reduce alignment of %qE"
36510 msgstr ""
36511
36512 #: c/c-decl.c:6980
36513 #, gcc-internal-format
36514 msgid "%<_Alignas%> specifiers cannot reduce alignment of unnamed field"
36515 msgstr ""
36516
36517 #: c/c-decl.c:7011
36518 #, gcc-internal-format
36519 msgid "typedef %q+D declared %<inline%>"
36520 msgstr ""
36521
36522 #: c/c-decl.c:7013
36523 #, gcc-internal-format
36524 msgid "typedef %q+D declared %<_Noreturn%>"
36525 msgstr ""
36526
36527 #: c/c-decl.c:7056
36528 #, gcc-internal-format
36529 msgid "ISO C forbids const or volatile function types"
36530 msgstr ""
36531
36532 #. C99 6.7.2.1p8
36533 #: c/c-decl.c:7067
36534 #, gcc-internal-format
36535 msgid "a member of a structure or union cannot have a variably modified type"
36536 msgstr ""
36537
36538 #: c/c-decl.c:7084 cp/decl.c:10761
36539 #, gcc-internal-format
36540 msgid "variable or field %qE declared void"
36541 msgstr ""
36542
36543 #: c/c-decl.c:7124
36544 #, gcc-internal-format
36545 msgid "attributes in parameter array declarator ignored"
36546 msgstr ""
36547
36548 #: c/c-decl.c:7166
36549 #, gcc-internal-format
36550 msgid "parameter %q+D declared %<inline%>"
36551 msgstr ""
36552
36553 #: c/c-decl.c:7168
36554 #, gcc-internal-format
36555 msgid "parameter %q+D declared %<_Noreturn%>"
36556 msgstr ""
36557
36558 #: c/c-decl.c:7181
36559 #, gcc-internal-format
36560 msgid "field %qE declared as a function"
36561 msgstr ""
36562
36563 #: c/c-decl.c:7188
36564 #, gcc-internal-format
36565 msgid "field %qE has incomplete type"
36566 msgstr ""
36567
36568 #: c/c-decl.c:7190
36569 #, gcc-internal-format
36570 msgid "unnamed field has incomplete type"
36571 msgstr ""
36572
36573 #: c/c-decl.c:7230 c/c-decl.c:7241 c/c-decl.c:7244
36574 #, gcc-internal-format
36575 msgid "invalid storage class for function %qE"
36576 msgstr ""
36577
36578 #: c/c-decl.c:7301
36579 #, gcc-internal-format
36580 msgid "cannot inline function %<main%>"
36581 msgstr ""
36582
36583 #: c/c-decl.c:7303
36584 #, gcc-internal-format
36585 msgid "%<main%> declared %<_Noreturn%>"
36586 msgstr ""
36587
36588 #: c/c-decl.c:7314
36589 #, gcc-internal-format
36590 msgid "ISO C99 does not support %<_Noreturn%>"
36591 msgstr "У ISO C99 не передбачено підтримки %<_Noreturn%>"
36592
36593 #: c/c-decl.c:7317
36594 #, gcc-internal-format
36595 msgid "ISO C90 does not support %<_Noreturn%>"
36596 msgstr "У ISO C90 не передбачено підтримки %<_Noreturn%>"
36597
36598 #: c/c-decl.c:7346
36599 #, gcc-internal-format
36600 msgid "variable previously declared %<static%> redeclared %<extern%>"
36601 msgstr ""
36602
36603 #: c/c-decl.c:7356
36604 #, gcc-internal-format
36605 msgid "variable %q+D declared %<inline%>"
36606 msgstr ""
36607
36608 #: c/c-decl.c:7358
36609 #, gcc-internal-format
36610 msgid "variable %q+D declared %<_Noreturn%>"
36611 msgstr ""
36612
36613 #: c/c-decl.c:7393
36614 #, gcc-internal-format
36615 msgid "non-nested function with variably modified type"
36616 msgstr ""
36617
36618 #: c/c-decl.c:7395
36619 #, gcc-internal-format
36620 msgid "object with variably modified type must have no linkage"
36621 msgstr ""
36622
36623 #: c/c-decl.c:7503 c/c-decl.c:9219
36624 #, gcc-internal-format
36625 msgid "function declaration isn%'t a prototype"
36626 msgstr ""
36627
36628 #: c/c-decl.c:7513
36629 #, gcc-internal-format
36630 msgid "parameter names (without types) in function declaration"
36631 msgstr ""
36632
36633 #: c/c-decl.c:7558
36634 #, gcc-internal-format
36635 msgid "parameter %u (%q+D) has incomplete type"
36636 msgstr ""
36637
36638 #: c/c-decl.c:7562
36639 #, gcc-internal-format, gfc-internal-format
36640 msgid "parameter %u has incomplete type"
36641 msgstr ""
36642
36643 #: c/c-decl.c:7573
36644 #, gcc-internal-format
36645 msgid "parameter %u (%q+D) has void type"
36646 msgstr ""
36647
36648 #: c/c-decl.c:7577
36649 #, gcc-internal-format, gfc-internal-format
36650 msgid "parameter %u has void type"
36651 msgstr ""
36652
36653 #: c/c-decl.c:7651
36654 #, gcc-internal-format
36655 msgid "%<void%> as only parameter may not be qualified"
36656 msgstr ""
36657
36658 #: c/c-decl.c:7655 c/c-decl.c:7691
36659 #, gcc-internal-format
36660 msgid "%<void%> must be the only parameter"
36661 msgstr ""
36662
36663 #: c/c-decl.c:7685
36664 #, gcc-internal-format
36665 msgid "parameter %q+D has just a forward declaration"
36666 msgstr ""
36667
36668 #: c/c-decl.c:7731
36669 #, gcc-internal-format
36670 msgid "%<%s %E%> declared inside parameter list will not be visible outside of this definition or declaration"
36671 msgstr ""
36672
36673 #: c/c-decl.c:7737
36674 #, gcc-internal-format, gfc-internal-format
36675 msgid "anonymous %s declared inside parameter list will not be visible outside of this definition or declaration"
36676 msgstr ""
36677
36678 #: c/c-decl.c:7845
36679 #, gcc-internal-format
36680 msgid "enum type defined here"
36681 msgstr ""
36682
36683 #: c/c-decl.c:7851
36684 #, gcc-internal-format
36685 msgid "struct defined here"
36686 msgstr ""
36687
36688 #: c/c-decl.c:7857
36689 #, gcc-internal-format
36690 msgid "union defined here"
36691 msgstr ""
36692
36693 #: c/c-decl.c:7934
36694 #, gcc-internal-format
36695 msgid "redefinition of %<union %E%>"
36696 msgstr ""
36697
36698 #: c/c-decl.c:7936
36699 #, gcc-internal-format
36700 msgid "redefinition of %<struct %E%>"
36701 msgstr ""
36702
36703 #: c/c-decl.c:7945
36704 #, gcc-internal-format
36705 msgid "nested redefinition of %<union %E%>"
36706 msgstr ""
36707
36708 #: c/c-decl.c:7947
36709 #, gcc-internal-format
36710 msgid "nested redefinition of %<struct %E%>"
36711 msgstr ""
36712
36713 #: c/c-decl.c:7977 c/c-decl.c:8765
36714 #, gcc-internal-format
36715 msgid "defining type in %qs expression is invalid in C++"
36716 msgstr ""
36717
36718 #: c/c-decl.c:8044 cp/decl.c:4968
36719 #, gcc-internal-format
36720 msgid "declaration does not declare anything"
36721 msgstr ""
36722
36723 #: c/c-decl.c:8049
36724 #, gcc-internal-format
36725 msgid "ISO C99 doesn%'t support unnamed structs/unions"
36726 msgstr ""
36727
36728 #: c/c-decl.c:8052
36729 #, gcc-internal-format
36730 msgid "ISO C90 doesn%'t support unnamed structs/unions"
36731 msgstr ""
36732
36733 #: c/c-decl.c:8145 c/c-decl.c:8163 c/c-decl.c:8224
36734 #, gcc-internal-format
36735 msgid "duplicate member %q+D"
36736 msgstr ""
36737
36738 #: c/c-decl.c:8250
36739 #, gcc-internal-format
36740 msgid "empty struct has size 0 in C, size 1 in C++"
36741 msgstr ""
36742
36743 #: c/c-decl.c:8253
36744 #, gcc-internal-format
36745 msgid "empty union has size 0 in C, size 1 in C++"
36746 msgstr ""
36747
36748 #: c/c-decl.c:8358
36749 #, gcc-internal-format
36750 msgid "union has no named members"
36751 msgstr ""
36752
36753 #: c/c-decl.c:8360
36754 #, gcc-internal-format
36755 msgid "union has no members"
36756 msgstr ""
36757
36758 #: c/c-decl.c:8365
36759 #, gcc-internal-format
36760 msgid "struct has no named members"
36761 msgstr ""
36762
36763 #: c/c-decl.c:8367
36764 #, gcc-internal-format
36765 msgid "struct has no members"
36766 msgstr ""
36767
36768 #: c/c-decl.c:8428 cp/decl.c:13065
36769 #, gcc-internal-format
36770 msgid "flexible array member in union"
36771 msgstr ""
36772
36773 #: c/c-decl.c:8434
36774 #, gcc-internal-format
36775 msgid "flexible array member not at end of struct"
36776 msgstr ""
36777
36778 #: c/c-decl.c:8440
36779 #, gcc-internal-format
36780 msgid "flexible array member in a struct with no named members"
36781 msgstr ""
36782
36783 #: c/c-decl.c:8471
36784 #, gcc-internal-format
36785 msgid "type %qT is too large"
36786 msgstr ""
36787
36788 #: c/c-decl.c:8576
36789 #, gcc-internal-format
36790 msgid "union cannot be made transparent"
36791 msgstr ""
36792
36793 #: c/c-decl.c:8737
36794 #, gcc-internal-format
36795 msgid "nested redefinition of %<enum %E%>"
36796 msgstr ""
36797
36798 #. This enum is a named one that has been declared already.
36799 #: c/c-decl.c:8744
36800 #, gcc-internal-format
36801 msgid "redeclaration of %<enum %E%>"
36802 msgstr ""
36803
36804 #: c/c-decl.c:8823 cp/decl.c:15512
36805 #, gcc-internal-format
36806 msgid "specified mode too small for enumerated values"
36807 msgstr ""
36808
36809 #: c/c-decl.c:8838
36810 #, gcc-internal-format
36811 msgid "enumeration values exceed range of largest integer"
36812 msgstr ""
36813
36814 #: c/c-decl.c:8954 c/c-decl.c:8970
36815 #, gcc-internal-format
36816 msgid "enumerator value for %qE is not an integer constant"
36817 msgstr ""
36818
36819 #: c/c-decl.c:8965
36820 #, gcc-internal-format
36821 msgid "enumerator value for %qE is not an integer constant expression"
36822 msgstr ""
36823
36824 #: c/c-decl.c:8989
36825 #, gcc-internal-format
36826 msgid "overflow in enumeration values"
36827 msgstr ""
36828
36829 #: c/c-decl.c:8997
36830 #, gcc-internal-format
36831 msgid "ISO C restricts enumerator values to range of %<int%>"
36832 msgstr ""
36833
36834 #: c/c-decl.c:9116 cp/decl.c:5273 cp/decl.c:16071
36835 #, fuzzy, gcc-internal-format
36836 #| msgid "init function found in object %s"
36837 msgid "inline function %qD given attribute %qs"
36838 msgstr "знайдено функцію init у об'єкті %s"
36839
36840 #: c/c-decl.c:9134
36841 #, gcc-internal-format
36842 msgid "return type is an incomplete type"
36843 msgstr ""
36844
36845 #: c/c-decl.c:9145
36846 #, gcc-internal-format
36847 msgid "return type defaults to %<int%>"
36848 msgstr ""
36849
36850 #: c/c-decl.c:9169
36851 #, gcc-internal-format
36852 msgid "%q+D defined as variadic function without prototype"
36853 msgstr ""
36854
36855 #: c/c-decl.c:9228
36856 #, gcc-internal-format
36857 msgid "no previous prototype for %qD"
36858 msgstr ""
36859
36860 #: c/c-decl.c:9237
36861 #, gcc-internal-format
36862 msgid "%qD was used with no prototype before its definition"
36863 msgstr ""
36864
36865 #: c/c-decl.c:9245 cp/decl.c:16206
36866 #, gcc-internal-format
36867 msgid "no previous declaration for %qD"
36868 msgstr ""
36869
36870 #: c/c-decl.c:9255
36871 #, gcc-internal-format
36872 msgid "%qD was used with no declaration before its definition"
36873 msgstr ""
36874
36875 #: c/c-decl.c:9274
36876 #, gcc-internal-format
36877 msgid "return type of %qD is not %<int%>"
36878 msgstr ""
36879
36880 #: c/c-decl.c:9276
36881 #, gcc-internal-format
36882 msgid "%<_Atomic%>-qualified return type of %qD"
36883 msgstr ""
36884
36885 #: c/c-decl.c:9283
36886 #, gcc-internal-format
36887 msgid "%qD is normally a non-static function"
36888 msgstr ""
36889
36890 #: c/c-decl.c:9320
36891 #, gcc-internal-format
36892 msgid "old-style parameter declarations in prototyped function definition"
36893 msgstr ""
36894
36895 #: c/c-decl.c:9335
36896 #, gcc-internal-format
36897 msgid "traditional C rejects ISO C style function definitions"
36898 msgstr ""
36899
36900 #: c/c-decl.c:9351
36901 #, gcc-internal-format
36902 msgid "parameter name omitted"
36903 msgstr ""
36904
36905 #: c/c-decl.c:9390 c/c-decl.c:9394
36906 #, gcc-internal-format
36907 msgid "old-style function definition"
36908 msgstr ""
36909
36910 #: c/c-decl.c:9407
36911 #, gcc-internal-format
36912 msgid "parameter name missing from parameter list"
36913 msgstr ""
36914
36915 #: c/c-decl.c:9423
36916 #, gcc-internal-format
36917 msgid "%qD declared as a non-parameter"
36918 msgstr ""
36919
36920 #: c/c-decl.c:9431
36921 #, gcc-internal-format
36922 msgid "multiple parameters named %qD"
36923 msgstr ""
36924
36925 #: c/c-decl.c:9440
36926 #, gcc-internal-format
36927 msgid "parameter %qD declared with void type"
36928 msgstr ""
36929
36930 #: c/c-decl.c:9469 c/c-decl.c:9474
36931 #, gcc-internal-format
36932 msgid "type of %qD defaults to %<int%>"
36933 msgstr ""
36934
36935 #: c/c-decl.c:9494
36936 #, gcc-internal-format
36937 msgid "parameter %qD has incomplete type"
36938 msgstr ""
36939
36940 #: c/c-decl.c:9501
36941 #, gcc-internal-format
36942 msgid "declaration for parameter %qD but no such parameter"
36943 msgstr ""
36944
36945 #: c/c-decl.c:9554
36946 #, gcc-internal-format
36947 msgid "number of arguments doesn%'t match built-in prototype"
36948 msgstr ""
36949
36950 #: c/c-decl.c:9565
36951 #, gcc-internal-format
36952 msgid "number of arguments doesn%'t match prototype"
36953 msgstr ""
36954
36955 #: c/c-decl.c:9568 c/c-decl.c:9615 c/c-decl.c:9629
36956 #, gcc-internal-format
36957 msgid "prototype declaration"
36958 msgstr ""
36959
36960 #: c/c-decl.c:9607
36961 #, gcc-internal-format
36962 msgid "promoted argument %qD doesn%'t match built-in prototype"
36963 msgstr ""
36964
36965 #: c/c-decl.c:9612
36966 #, gcc-internal-format
36967 msgid "promoted argument %qD doesn%'t match prototype"
36968 msgstr ""
36969
36970 #: c/c-decl.c:9622
36971 #, gcc-internal-format
36972 msgid "argument %qD doesn%'t match built-in prototype"
36973 msgstr ""
36974
36975 #: c/c-decl.c:9627
36976 #, gcc-internal-format
36977 msgid "argument %qD doesn%'t match prototype"
36978 msgstr ""
36979
36980 #: c/c-decl.c:9878 cp/decl.c:17085
36981 #, gcc-internal-format
36982 msgid "no return statement in function returning non-void"
36983 msgstr ""
36984
36985 #: c/c-decl.c:9897 cp/decl.c:17117
36986 #, gcc-internal-format
36987 msgid "parameter %qD set but not used"
36988 msgstr "встановлено значення параметра %qD, але сам параметр ніде не використано"
36989
36990 #. If we get here, declarations have been used in a for loop without
36991 #. the C99 for loop scope. This doesn't make much sense, so don't
36992 #. allow it.
36993 #: c/c-decl.c:9993
36994 #, gcc-internal-format
36995 msgid "%<for%> loop initial declarations are only allowed in C99 or C11 mode"
36996 msgstr ""
36997
36998 #: c/c-decl.c:9998
36999 #, gcc-internal-format
37000 msgid "use option %<-std=c99%>, %<-std=gnu99%>, %<-std=c11%> or %<-std=gnu11%> to compile your code"
37001 msgstr ""
37002
37003 #: c/c-decl.c:10005
37004 #, gcc-internal-format
37005 msgid "ISO C90 does not support %<for%> loop initial declarations"
37006 msgstr ""
37007
37008 #: c/c-decl.c:10037
37009 #, gcc-internal-format
37010 msgid "declaration of static variable %qD in %<for%> loop initial declaration"
37011 msgstr ""
37012
37013 #: c/c-decl.c:10041
37014 #, gcc-internal-format
37015 msgid "declaration of %<extern%> variable %qD in %<for%> loop initial declaration"
37016 msgstr ""
37017
37018 #: c/c-decl.c:10048
37019 #, gcc-internal-format
37020 msgid "%<struct %E%> declared in %<for%> loop initial declaration"
37021 msgstr ""
37022
37023 #: c/c-decl.c:10053
37024 #, gcc-internal-format
37025 msgid "%<union %E%> declared in %<for%> loop initial declaration"
37026 msgstr ""
37027
37028 #: c/c-decl.c:10057
37029 #, gcc-internal-format
37030 msgid "%<enum %E%> declared in %<for%> loop initial declaration"
37031 msgstr ""
37032
37033 #: c/c-decl.c:10061
37034 #, gcc-internal-format
37035 msgid "declaration of non-variable %qD in %<for%> loop initial declaration"
37036 msgstr ""
37037
37038 #: c/c-decl.c:10355
37039 #, gcc-internal-format
37040 msgid "incompatible address space qualifiers %qs and %qs"
37041 msgstr ""
37042
37043 #: c/c-decl.c:10414 c/c-decl.c:10421
37044 #, gcc-internal-format
37045 msgid "duplicate %qE declaration specifier"
37046 msgstr ""
37047
37048 #: c/c-decl.c:10449 c/c-decl.c:10833 c/c-decl.c:11228
37049 #, gcc-internal-format
37050 msgid "two or more data types in declaration specifiers"
37051 msgstr ""
37052
37053 #: c/c-decl.c:10461 cp/parser.c:30299
37054 #, gcc-internal-format
37055 msgid "%<long long long%> is too long for GCC"
37056 msgstr ""
37057
37058 #: c/c-decl.c:10474
37059 #, gcc-internal-format
37060 msgid "ISO C90 does not support %<long long%>"
37061 msgstr "У ISO C90 не передбачено підтримки %<long long%>"
37062
37063 #: c/c-decl.c:10703 c/c-parser.c:9988
37064 #, gcc-internal-format
37065 msgid "ISO C90 does not support complex types"
37066 msgstr ""
37067
37068 #: c/c-decl.c:10749
37069 #, gcc-internal-format
37070 msgid "ISO C does not support saturating types"
37071 msgstr ""
37072
37073 #: c/c-decl.c:10820 c/c-decl.c:11386
37074 #, gcc-internal-format
37075 msgid "duplicate %qE"
37076 msgstr ""
37077
37078 #: c/c-decl.c:10880
37079 #, gcc-internal-format
37080 msgid "ISO C does not support %<__int%d%> types"
37081 msgstr ""
37082
37083 #: c/c-decl.c:10902
37084 #, gcc-internal-format
37085 msgid "%<__int%d%> is not supported on this target"
37086 msgstr ""
37087
37088 #: c/c-decl.c:10945
37089 #, gcc-internal-format
37090 msgid "ISO C90 does not support boolean types"
37091 msgstr ""
37092
37093 #: c/c-decl.c:11064
37094 #, gcc-internal-format
37095 msgid "ISO C does not support the %<_Float%d%s%> type"
37096 msgstr "У ISO C не передбачено підтримки типу %<_Float%d%s%>"
37097
37098 #: c/c-decl.c:11114
37099 #, gcc-internal-format
37100 msgid "%<_Float%d%s%> is not supported on this target"
37101 msgstr ""
37102
37103 #: c/c-decl.c:11185
37104 #, fuzzy, gcc-internal-format
37105 #| msgid "ISO C90 does not support %<long long%>"
37106 msgid "ISO C does not support decimal floating-point before C2X"
37107 msgstr "У ISO C90 не передбачено підтримки %<long long%>"
37108
37109 #: c/c-decl.c:11209 c/c-decl.c:11482 c/c-parser.c:9002
37110 #, gcc-internal-format
37111 msgid "fixed-point types not supported for this target"
37112 msgstr ""
37113
37114 #: c/c-decl.c:11211
37115 #, gcc-internal-format
37116 msgid "ISO C does not support fixed-point types"
37117 msgstr ""
37118
37119 #: c/c-decl.c:11246
37120 #, gcc-internal-format
37121 msgid "C++ lookup of %qD would return a field, not a type"
37122 msgstr ""
37123
37124 #: c/c-decl.c:11259
37125 #, gcc-internal-format
37126 msgid "%qE fails to be a typedef or built in type"
37127 msgstr ""
37128
37129 #: c/c-decl.c:11308
37130 #, gcc-internal-format
37131 msgid "%qE is not at beginning of declaration"
37132 msgstr ""
37133
37134 #: c/c-decl.c:11329
37135 #, gcc-internal-format
37136 msgid "%qE used with %<auto%>"
37137 msgstr ""
37138
37139 #: c/c-decl.c:11331
37140 #, gcc-internal-format
37141 msgid "%qE used with %<register%>"
37142 msgstr ""
37143
37144 #: c/c-decl.c:11333
37145 #, gcc-internal-format
37146 msgid "%qE used with %<typedef%>"
37147 msgstr ""
37148
37149 #: c/c-decl.c:11347 c/c-parser.c:8367
37150 #, gcc-internal-format
37151 msgid "ISO C99 does not support %qE"
37152 msgstr ""
37153
37154 #: c/c-decl.c:11350 c/c-parser.c:8370
37155 #, gcc-internal-format
37156 msgid "ISO C90 does not support %qE"
37157 msgstr ""
37158
37159 #: c/c-decl.c:11362
37160 #, gcc-internal-format
37161 msgid "%<__thread%> before %<extern%>"
37162 msgstr "%<__thread%> до %<extern%>"
37163
37164 #: c/c-decl.c:11371
37165 #, gcc-internal-format
37166 msgid "%<__thread%> before %<static%>"
37167 msgstr "%<__thread%> до %<static%>"
37168
37169 #: c/c-decl.c:11384
37170 #, gcc-internal-format
37171 msgid "duplicate %<_Thread_local%> or %<__thread%>"
37172 msgstr ""
37173
37174 #: c/c-decl.c:11392
37175 #, gcc-internal-format
37176 msgid "multiple storage classes in declaration specifiers"
37177 msgstr ""
37178
37179 #: c/c-decl.c:11400
37180 #, gcc-internal-format
37181 msgid "%qs used with %qE"
37182 msgstr ""
37183
37184 #: c/c-decl.c:11479
37185 #, gcc-internal-format
37186 msgid "%<_Sat%> is used without %<_Fract%> or %<_Accum%>"
37187 msgstr ""
37188
37189 #: c/c-decl.c:11494
37190 #, gcc-internal-format
37191 msgid "ISO C does not support plain %<complex%> meaning %<double complex%>"
37192 msgstr ""
37193
37194 #: c/c-decl.c:11521
37195 #, gcc-internal-format
37196 msgid "%<__auto_type%> followed by %<[[]]%> attributes"
37197 msgstr ""
37198
37199 #: c/c-decl.c:11547 c/c-decl.c:11563 c/c-decl.c:11589
37200 #, gcc-internal-format
37201 msgid "ISO C does not support complex integer types"
37202 msgstr ""
37203
37204 #: c/c-decl.c:11988 cp/semantics.c:5623
37205 #, gcc-internal-format
37206 msgid "%<#pragma omp declare reduction%> combiner refers to variable %qD which is not %<omp_out%> nor %<omp_in%>"
37207 msgstr ""
37208
37209 #: c/c-decl.c:11992 cp/semantics.c:5627
37210 #, gcc-internal-format
37211 msgid "%<#pragma omp declare reduction%> initializer refers to variable %qD which is not %<omp_priv%> nor %<omp_orig%>"
37212 msgstr ""
37213
37214 #: c/c-fold.c:385 c/c-typeck.c:11887 cp/typeck.c:4899
37215 #, gcc-internal-format
37216 msgid "left shift of negative value"
37217 msgstr ""
37218
37219 #: c/c-fold.c:395 c/c-typeck.c:11896 cp/typeck.c:4907
37220 #, gcc-internal-format
37221 msgid "left shift count is negative"
37222 msgstr ""
37223
37224 #: c/c-fold.c:396 c/c-typeck.c:11825 cp/typeck.c:4847
37225 #, gcc-internal-format
37226 msgid "right shift count is negative"
37227 msgstr ""
37228
37229 #: c/c-fold.c:404 c/c-typeck.c:11915 cp/typeck.c:4915
37230 #, gcc-internal-format
37231 msgid "left shift count >= width of type"
37232 msgstr ""
37233
37234 #: c/c-fold.c:405 c/c-typeck.c:11849 cp/typeck.c:4858
37235 #, gcc-internal-format
37236 msgid "right shift count >= width of type"
37237 msgstr ""
37238
37239 #: c/c-fold.c:412 c/c-typeck.c:11907
37240 #, gcc-internal-format
37241 msgid "left shift count >= width of vector element"
37242 msgstr ""
37243
37244 #: c/c-fold.c:413 c/c-typeck.c:11836
37245 #, gcc-internal-format
37246 msgid "right shift count >= width of vector element"
37247 msgstr ""
37248
37249 #: c/c-parser.c:312
37250 #, gcc-internal-format
37251 msgid "identifier %qE conflicts with C++ keyword"
37252 msgstr ""
37253
37254 #: c/c-parser.c:964 cp/parser.c:2902
37255 #, gcc-internal-format
37256 msgid "version control conflict marker in file"
37257 msgstr ""
37258
37259 #: c/c-parser.c:1167 cp/parser.c:2961
37260 #, gcc-internal-format
37261 msgid "to match this %qs"
37262 msgstr "для відповідності цьому %qs"
37263
37264 #: c/c-parser.c:1296 cp/parser.c:30533
37265 #, gcc-internal-format
37266 msgid "expected end of line"
37267 msgstr ""
37268
37269 #: c/c-parser.c:1610
37270 #, gcc-internal-format
37271 msgid "ISO C forbids an empty translation unit"
37272 msgstr ""
37273
37274 #: c/c-parser.c:1634 cp/semantics.c:3058
37275 #, gcc-internal-format
37276 msgid "%<#pragma omp declare target%> without corresponding %<#pragma omp end declare target%>"
37277 msgstr ""
37278
37279 #: c/c-parser.c:1722 c/c-parser.c:11231
37280 #, gcc-internal-format
37281 msgid "ISO C does not allow extra %<;%> outside of a function"
37282 msgstr ""
37283
37284 #: c/c-parser.c:1910
37285 #, gcc-internal-format
37286 msgid "unknown type name %qE; use %<struct%> keyword to refer to the type"
37287 msgstr ""
37288
37289 #: c/c-parser.c:1918
37290 #, gcc-internal-format
37291 msgid "unknown type name %qE; use %<union%> keyword to refer to the type"
37292 msgstr ""
37293
37294 #: c/c-parser.c:1926
37295 #, gcc-internal-format
37296 msgid "unknown type name %qE; use %<enum%> keyword to refer to the type"
37297 msgstr ""
37298
37299 #: c/c-parser.c:1939 c/c-parser.c:4346
37300 #, gcc-internal-format
37301 msgid "unknown type name %qE; did you mean %qs?"
37302 msgstr ""
37303
37304 #: c/c-parser.c:1943 c/c-parser.c:2842 c/c-parser.c:4350
37305 #, gcc-internal-format
37306 msgid "unknown type name %qE"
37307 msgstr ""
37308
37309 #: c/c-parser.c:1970 c/c-parser.c:12471 c/c-parser.c:18624 c/c-parser.c:19135
37310 #: c/c-parser.c:19644 cp/parser.c:39851 cp/parser.c:43659
37311 #, gcc-internal-format
37312 msgid "expected declaration specifiers"
37313 msgstr ""
37314
37315 #: c/c-parser.c:1980
37316 #, gcc-internal-format
37317 msgid "%<__auto_type%> in empty declaration"
37318 msgstr ""
37319
37320 #: c/c-parser.c:1994
37321 #, gcc-internal-format
37322 msgid "%<fallthrough%> attribute at top level"
37323 msgstr ""
37324
37325 #: c/c-parser.c:2017 c/c-parser.c:3574
37326 #, gcc-internal-format
37327 msgid "expected %<;%>, identifier or %<(%>"
37328 msgstr ""
37329
37330 #: c/c-parser.c:2035 cp/parser.c:32604 cp/parser.c:32678
37331 #, gcc-internal-format
37332 msgid "prefix attributes are ignored for methods"
37333 msgstr ""
37334
37335 #: c/c-parser.c:2070
37336 #, gcc-internal-format
37337 msgid "prefix attributes are ignored for implementations"
37338 msgstr ""
37339
37340 #: c/c-parser.c:2091
37341 #, gcc-internal-format
37342 msgid "unexpected attribute"
37343 msgstr ""
37344
37345 #: c/c-parser.c:2101 c/c-parser.c:5941 c/c-parser.c:6265 cp/parser.c:11454
37346 #: cp/parser.c:11661
37347 #, gcc-internal-format
37348 msgid "%<fallthrough%> attribute not followed by %<;%>"
37349 msgstr ""
37350
37351 #: c/c-parser.c:2133
37352 #, gcc-internal-format
37353 msgid "%<__auto_type%> requires a plain identifier as declarator"
37354 msgstr ""
37355
37356 #: c/c-parser.c:2150
37357 #, gcc-internal-format
37358 msgid "data definition has no type or storage class"
37359 msgstr ""
37360
37361 #. This means there is an attribute specifier after
37362 #. the declarator in a function definition. Provide
37363 #. some more information for the user.
37364 #: c/c-parser.c:2165
37365 #, gcc-internal-format
37366 msgid "attributes should be specified before the declarator in a function definition"
37367 msgstr ""
37368
37369 #: c/c-parser.c:2192
37370 #, gcc-internal-format
37371 msgid "%<__auto_type%> used with a bit-field initializer"
37372 msgstr ""
37373
37374 #: c/c-parser.c:2267 c/c-parser.c:2390
37375 #, gcc-internal-format
37376 msgid "%<__auto_type%> requires an initialized data declaration"
37377 msgstr ""
37378
37379 #: c/c-parser.c:2353
37380 #, gcc-internal-format
37381 msgid "%<__auto_type%> may only be used with a single declarator"
37382 msgstr ""
37383
37384 #: c/c-parser.c:2382 cp/parser.c:13625 cp/parser.c:13784
37385 #, gcc-internal-format
37386 msgid "expected %<,%> or %<;%>"
37387 msgstr "мало бути %<,%> або %<;%>"
37388
37389 #. This can appear in many cases looking nothing like a
37390 #. function definition, so we don't give a more specific
37391 #. error suggesting there was one.
37392 #: c/c-parser.c:2396 c/c-parser.c:2437
37393 #, gcc-internal-format
37394 msgid "expected %<=%>, %<,%>, %<;%>, %<asm%> or %<__attribute__%>"
37395 msgstr "мало бути %<=%>, %<,%>, %<;%>, %<asm%> або %<__attribute__%>"
37396
37397 #: c/c-parser.c:2404
37398 #, gcc-internal-format
37399 msgid "ISO C forbids nested functions"
37400 msgstr "У стандарті ISO C заборонено вкладеність функцій"
37401
37402 #: c/c-parser.c:2586
37403 #, gcc-internal-format
37404 msgid "ISO C99 does not support %<_Static_assert%>"
37405 msgstr "У ISO C99 не передбачено підтримки %<_Static_assert%>"
37406
37407 #: c/c-parser.c:2589
37408 #, gcc-internal-format
37409 msgid "ISO C90 does not support %<_Static_assert%>"
37410 msgstr "У ISO C90 не передбачено підтримки %<_Static_assert%>"
37411
37412 #: c/c-parser.c:2610 c/c-parser.c:7395 c/c-parser.c:12532 cp/parser.c:43274
37413 #, gcc-internal-format
37414 msgid "expected string literal"
37415 msgstr ""
37416
37417 #: c/c-parser.c:2619
37418 #, gcc-internal-format
37419 msgid "ISO C11 does not support omitting the string in %<_Static_assert%>"
37420 msgstr ""
37421
37422 #: c/c-parser.c:2625
37423 #, gcc-internal-format
37424 msgid "expression in static assertion is not an integer"
37425 msgstr ""
37426
37427 #: c/c-parser.c:2634
37428 #, gcc-internal-format
37429 msgid "expression in static assertion is not an integer constant expression"
37430 msgstr ""
37431
37432 #: c/c-parser.c:2639
37433 #, gcc-internal-format
37434 msgid "expression in static assertion is not constant"
37435 msgstr ""
37436
37437 #: c/c-parser.c:2646
37438 #, gcc-internal-format
37439 msgid "static assertion failed: %E"
37440 msgstr ""
37441
37442 #: c/c-parser.c:2648 cp/semantics.c:9685
37443 #, gcc-internal-format
37444 msgid "static assertion failed"
37445 msgstr ""
37446
37447 #: c/c-parser.c:2984
37448 #, gcc-internal-format
37449 msgid "%<_Atomic%> in Objective-C"
37450 msgstr ""
37451
37452 #: c/c-parser.c:2987
37453 #, gcc-internal-format
37454 msgid "ISO C99 does not support the %<_Atomic%> qualifier"
37455 msgstr ""
37456
37457 #: c/c-parser.c:2990
37458 #, gcc-internal-format
37459 msgid "ISO C90 does not support the %<_Atomic%> qualifier"
37460 msgstr ""
37461
37462 #: c/c-parser.c:3017
37463 #, gcc-internal-format
37464 msgid "%<_Atomic%> applied to a qualified type"
37465 msgstr ""
37466
37467 #: c/c-parser.c:3047
37468 #, gcc-internal-format
37469 msgid "%<__GIMPLE%> only valid with %<-fgimple%>"
37470 msgstr ""
37471
37472 #: c/c-parser.c:3157
37473 #, gcc-internal-format
37474 msgid "empty enum is invalid"
37475 msgstr ""
37476
37477 #: c/c-parser.c:3161 c/c-parser.c:4164 c/c-parser.c:4865 c/c-parser.c:4877
37478 #: c/c-parser.c:5360 c/c-parser.c:5655 c/c-parser.c:7262 c/c-parser.c:7345
37479 #: c/c-parser.c:8230 c/c-parser.c:8533 c/c-parser.c:8542 c/c-parser.c:9062
37480 #: c/c-parser.c:9245 c/c-parser.c:9271 c/c-parser.c:10099 c/c-parser.c:10523
37481 #: c/c-parser.c:10560 c/c-parser.c:10814 c/c-parser.c:10864 c/c-parser.c:11024
37482 #: c/c-parser.c:11054 c/c-parser.c:11062 c/c-parser.c:11091 c/c-parser.c:11104
37483 #: c/c-parser.c:11410 c/c-parser.c:11534 c/c-parser.c:11979 c/c-parser.c:12014
37484 #: c/c-parser.c:12067 c/c-parser.c:12120 c/c-parser.c:12136 c/c-parser.c:12182
37485 #: c/c-parser.c:12959 c/c-parser.c:12992 c/c-parser.c:15242 c/c-parser.c:15352
37486 #: c/c-parser.c:15625 c/c-parser.c:17716 c/c-parser.c:20158 c/c-parser.c:20349
37487 #: c/gimple-parser.c:1775 c/gimple-parser.c:1813 cp/parser.c:8655
37488 #: cp/parser.c:30536 cp/parser.c:33460 cp/parser.c:33490 cp/parser.c:33560
37489 #: cp/parser.c:36056 cp/parser.c:36178 cp/parser.c:41380 cp/parser.c:42978
37490 #, gcc-internal-format
37491 msgid "expected identifier"
37492 msgstr ""
37493
37494 #: c/c-parser.c:3203 cp/parser.c:19364
37495 #, gcc-internal-format
37496 msgid "comma at end of enumerator list"
37497 msgstr ""
37498
37499 #: c/c-parser.c:3209
37500 #, gcc-internal-format
37501 msgid "expected %<,%> or %<}%>"
37502 msgstr "мало бути %<,%> або %<}%>"
37503
37504 #: c/c-parser.c:3248
37505 #, gcc-internal-format
37506 msgid "ISO C forbids forward references to %<enum%> types"
37507 msgstr ""
37508
37509 #: c/c-parser.c:3371
37510 #, gcc-internal-format
37511 msgid "expected class name"
37512 msgstr ""
37513
37514 #: c/c-parser.c:3393
37515 #, gcc-internal-format
37516 msgid "extra semicolon in struct or union specified"
37517 msgstr ""
37518
37519 #: c/c-parser.c:3422
37520 #, gcc-internal-format
37521 msgid "no semicolon at end of struct or union"
37522 msgstr ""
37523
37524 #: c/c-parser.c:3536 c/c-parser.c:5155
37525 #, gcc-internal-format
37526 msgid "expected specifier-qualifier-list"
37527 msgstr ""
37528
37529 #: c/c-parser.c:3547
37530 #, gcc-internal-format
37531 msgid "ISO C forbids member declarations with no members"
37532 msgstr ""
37533
37534 #: c/c-parser.c:3637
37535 #, gcc-internal-format
37536 msgid "expected %<,%>, %<;%> or %<}%>"
37537 msgstr "мало бути %<,%>, %<;%> або %<}%>"
37538
37539 #: c/c-parser.c:3644
37540 #, gcc-internal-format
37541 msgid "expected %<:%>, %<,%>, %<;%>, %<}%> or %<__attribute__%>"
37542 msgstr "мало бути %<:%>, %<,%>, %<;%>, %<}%> або %<__attribute__%>"
37543
37544 #: c/c-parser.c:3698
37545 #, gcc-internal-format
37546 msgid "%<typeof%> applied to a bit-field"
37547 msgstr ""
37548
37549 #: c/c-parser.c:3735
37550 #, gcc-internal-format
37551 msgid "ISO C99 does not support %<_Alignas%>"
37552 msgstr "У ISO C99 не передбачено підтримки %<_Alignas%>"
37553
37554 #: c/c-parser.c:3738
37555 #, gcc-internal-format
37556 msgid "ISO C90 does not support %<_Alignas%>"
37557 msgstr "У ISO C90 не передбачено підтримки %<_Alignas%>"
37558
37559 #: c/c-parser.c:3992
37560 #, gcc-internal-format
37561 msgid "expected identifier or %<(%>"
37562 msgstr ""
37563
37564 #: c/c-parser.c:4233
37565 #, gcc-internal-format
37566 msgid "ISO C requires a named argument before %<...%>"
37567 msgstr ""
37568
37569 #: c/c-parser.c:4357
37570 #, gcc-internal-format
37571 msgid "expected declaration specifiers or %<...%>"
37572 msgstr ""
37573
37574 #: c/c-parser.c:4582
37575 #, gcc-internal-format
37576 msgid "parentheses must be omitted if attribute argument list is empty"
37577 msgstr ""
37578
37579 #: c/c-parser.c:4902 cp/parser.c:26791
37580 #, fuzzy, gcc-internal-format
37581 #| msgid "%qE attribute takes no arguments"
37582 msgid "%qE attribute does not take any arguments"
37583 msgstr "Атрибут %qE не приймає аргументів"
37584
37585 #: c/c-parser.c:4954
37586 #, fuzzy, gcc-internal-format
37587 #| msgid "ISO C99 does not support %<_Static_assert%>"
37588 msgid "ISO C does not support %<[[]]%> attributes before C2X"
37589 msgstr "У ISO C99 не передбачено підтримки %<_Static_assert%>"
37590
37591 #: c/c-parser.c:4986 cp/parser.c:26857
37592 #, gcc-internal-format
37593 msgid "attribute %<deprecated%> can appear at most once in an attribute-list"
37594 msgstr ""
37595
37596 #: c/c-parser.c:4996
37597 #, gcc-internal-format
37598 msgid "attribute %<fallthrough%> can appear at most once in an attribute-list"
37599 msgstr ""
37600
37601 #: c/c-parser.c:5006
37602 #, gcc-internal-format
37603 msgid "attribute %<maybe_unused%> can appear at most once in an attribute-list"
37604 msgstr ""
37605
37606 #: c/c-parser.c:5265
37607 #, gcc-internal-format
37608 msgid "ISO C forbids empty initializer braces"
37609 msgstr ""
37610
37611 #: c/c-parser.c:5324
37612 #, gcc-internal-format
37613 msgid "obsolete use of designated initializer with %<:%>"
37614 msgstr ""
37615
37616 #: c/c-parser.c:5469
37617 #, gcc-internal-format
37618 msgid "ISO C forbids specifying range of elements to initialize"
37619 msgstr ""
37620
37621 #: c/c-parser.c:5481
37622 #, gcc-internal-format
37623 msgid "ISO C90 forbids specifying subobject to initialize"
37624 msgstr ""
37625
37626 #: c/c-parser.c:5489
37627 #, gcc-internal-format
37628 msgid "obsolete use of designated initializer without %<=%>"
37629 msgstr ""
37630
37631 #: c/c-parser.c:5670
37632 #, gcc-internal-format
37633 msgid "ISO C forbids label declarations"
37634 msgstr ""
37635
37636 #: c/c-parser.c:5676 c/c-parser.c:5761 c/c-parser.c:5775 c/gimple-parser.c:404
37637 #, gcc-internal-format
37638 msgid "expected declaration or statement"
37639 msgstr ""
37640
37641 #: c/c-parser.c:5719 c/c-parser.c:5752
37642 #, gcc-internal-format
37643 msgid "ISO C90 forbids mixed declarations and code"
37644 msgstr ""
37645
37646 #: c/c-parser.c:5783
37647 #, gcc-internal-format
37648 msgid "expected %<}%> before %<else%>"
37649 msgstr ""
37650
37651 #: c/c-parser.c:5788 cp/parser.c:11784
37652 #, gcc-internal-format
37653 msgid "%<else%> without a previous %<if%>"
37654 msgstr ""
37655
37656 #: c/c-parser.c:5806
37657 #, gcc-internal-format
37658 msgid "label at end of compound statement"
37659 msgstr ""
37660
37661 #. Avoid infinite loop in error recovery:
37662 #. c_parser_skip_until_found stops at a closing nesting
37663 #. delimiter without consuming it, but here we need to consume
37664 #. it to proceed further.
37665 #: c/c-parser.c:5824 c/c-parser.c:6286 c/gimple-parser.c:2275
37666 #: cp/parser.c:11404
37667 #, gcc-internal-format
37668 msgid "expected statement"
37669 msgstr ""
37670
37671 #: c/c-parser.c:5883
37672 #, gcc-internal-format
37673 msgid "expected %<:%> or %<...%>"
37674 msgstr "мало бути %<:%> або %<...%>"
37675
37676 #: c/c-parser.c:5945 c/c-parser.c:6269
37677 #, gcc-internal-format
37678 msgid "only attribute %<fallthrough%> can be applied to a null statement"
37679 msgstr ""
37680
37681 #: c/c-parser.c:5953
37682 #, gcc-internal-format
37683 msgid "a label can only be part of a statement and a declaration is not a statement"
37684 msgstr ""
37685
37686 #: c/c-parser.c:6185
37687 #, gcc-internal-format
37688 msgid "expected identifier or %<*%>"
37689 msgstr ""
37690
37691 #: c/c-parser.c:6393 cp/parser.c:13158
37692 #, gcc-internal-format
37693 msgid "suggest braces around empty body in an %<if%> statement"
37694 msgstr ""
37695
37696 #: c/c-parser.c:6435 cp/parser.c:13161
37697 #, gcc-internal-format
37698 msgid "suggest braces around empty body in an %<else%> statement"
37699 msgstr ""
37700
37701 #: c/c-parser.c:6569 cp/parser.c:12054
37702 #, gcc-internal-format
37703 msgid "suggest explicit braces to avoid ambiguous %<else%>"
37704 msgstr ""
37705
37706 #: c/c-parser.c:6721
37707 #, gcc-internal-format
37708 msgid "suggest braces around empty body in %<do%> statement"
37709 msgstr ""
37710
37711 #: c/c-parser.c:6859 c/c-parser.c:6891
37712 #, gcc-internal-format
37713 msgid "multiple iterating variables in fast enumeration"
37714 msgstr ""
37715
37716 #: c/c-parser.c:6914
37717 #, gcc-internal-format
37718 msgid "invalid iterating variable in fast enumeration"
37719 msgstr ""
37720
37721 #: c/c-parser.c:6939 cp/parser.c:12326
37722 #, gcc-internal-format
37723 msgid "missing loop condition in loop with %<GCC ivdep%> pragma"
37724 msgstr ""
37725
37726 #: c/c-parser.c:6945 cp/parser.c:12332
37727 #, gcc-internal-format
37728 msgid "missing loop condition in loop with %<GCC unroll%> pragma"
37729 msgstr ""
37730
37731 #: c/c-parser.c:6981
37732 #, gcc-internal-format
37733 msgid "missing collection in fast enumeration"
37734 msgstr ""
37735
37736 #: c/c-parser.c:7091 c/c-parser.c:7102 c/c-parser.c:7113
37737 #, fuzzy, gcc-internal-format
37738 #| msgid "duplicate %<mutable%>"
37739 msgid "duplicate %<asm%> qualifier %qE"
37740 msgstr "дублювання %<mutable%>"
37741
37742 #: c/c-parser.c:7092 c/c-parser.c:7103 c/c-parser.c:7114 cp/parser.c:20138
37743 #: cp/parser.c:20155 cp/parser.c:20169
37744 #, gcc-internal-format
37745 msgid "first seen here"
37746 msgstr ""
37747
37748 #: c/c-parser.c:7123
37749 #, fuzzy, gcc-internal-format
37750 #| msgid "%qs is not a valid offset in %qs"
37751 msgid "%qE is not a valid %<asm%> qualifier"
37752 msgstr "%qs не є коректним зсувом у %qs"
37753
37754 #: c/c-parser.c:7173
37755 #, gcc-internal-format
37756 msgid "expected %<:%> or %<)%>"
37757 msgstr "мало бути %<:%> або %<)%>"
37758
37759 #: c/c-parser.c:7475 cp/parser.c:4264
37760 #, gcc-internal-format
37761 msgid "a wide string is invalid in this context"
37762 msgstr ""
37763
37764 #: c/c-parser.c:7662
37765 #, gcc-internal-format
37766 msgid "ISO C forbids omitting the middle term of a %<?:%> expression"
37767 msgstr ""
37768
37769 #. Location of the binary operator.
37770 #. Quiet warning.
37771 #: c/c-parser.c:7870 cp/typeck.c:4682
37772 #, gcc-internal-format
37773 msgid "division %<sizeof (%T) / sizeof (%T)%> does not compute the number of array elements"
37774 msgstr ""
37775
37776 #: c/c-parser.c:7876 cp/typeck.c:4687
37777 #, gcc-internal-format
37778 msgid "first %<sizeof%> operand was declared here"
37779 msgstr "перший операнд %<sizeof%> було оголошено тут:"
37780
37781 #: c/c-parser.c:8094
37782 #, gcc-internal-format
37783 msgid "alignment specified for type name in cast"
37784 msgstr ""
37785
37786 #: c/c-parser.c:8193
37787 #, gcc-internal-format
37788 msgid "traditional C rejects the unary plus operator"
37789 msgstr "у традиційній мові C не допускається унарний оператор плюс"
37790
37791 #: c/c-parser.c:8324
37792 #, gcc-internal-format
37793 msgid "alignment specified for type name in %<sizeof%>"
37794 msgstr ""
37795
37796 #: c/c-parser.c:8340
37797 #, gcc-internal-format
37798 msgid "%<sizeof%> applied to a bit-field"
37799 msgstr ""
37800
37801 #: c/c-parser.c:8410
37802 #, gcc-internal-format
37803 msgid "alignment specified for type name in %qE"
37804 msgstr ""
37805
37806 #: c/c-parser.c:8433
37807 #, gcc-internal-format
37808 msgid "ISO C does not allow %<%E (expression)%>"
37809 msgstr ""
37810
37811 #: c/c-parser.c:8581
37812 #, gcc-internal-format
37813 msgid "cannot take address of %qs"
37814 msgstr ""
37815
37816 #: c/c-parser.c:8664
37817 #, gcc-internal-format
37818 msgid "ISO C99 does not support %<_Generic%>"
37819 msgstr "У ISO C99 не передбачено підтримки %<_Generic%>"
37820
37821 #: c/c-parser.c:8667
37822 #, gcc-internal-format
37823 msgid "ISO C90 does not support %<_Generic%>"
37824 msgstr "У ISO C90 не передбачено підтримки %<_Generic%>"
37825
37826 #: c/c-parser.c:8735
37827 #, gcc-internal-format
37828 msgid "%<_Generic%> association has function type"
37829 msgstr ""
37830
37831 #: c/c-parser.c:8738
37832 #, gcc-internal-format
37833 msgid "%<_Generic%> association has incomplete type"
37834 msgstr ""
37835
37836 #: c/c-parser.c:8742
37837 #, gcc-internal-format
37838 msgid "%<_Generic%> association has variable length type"
37839 msgstr ""
37840
37841 #: c/c-parser.c:8766
37842 #, gcc-internal-format
37843 msgid "duplicate %<default%> case in %<_Generic%>"
37844 msgstr ""
37845
37846 #: c/c-parser.c:8767
37847 #, gcc-internal-format
37848 msgid "original %<default%> is here"
37849 msgstr ""
37850
37851 #: c/c-parser.c:8775
37852 #, gcc-internal-format
37853 msgid "%<_Generic%> specifies two compatible types"
37854 msgstr ""
37855
37856 #: c/c-parser.c:8776
37857 #, gcc-internal-format
37858 msgid "compatible type is here"
37859 msgstr ""
37860
37861 #: c/c-parser.c:8799
37862 #, gcc-internal-format
37863 msgid "%<_Generic%> selector matches multiple associations"
37864 msgstr ""
37865
37866 #: c/c-parser.c:8801
37867 #, gcc-internal-format
37868 msgid "other match is here"
37869 msgstr ""
37870
37871 #: c/c-parser.c:8820
37872 #, gcc-internal-format
37873 msgid "%<_Generic%> selector of type %qT is not compatible with any association"
37874 msgstr ""
37875
37876 #: c/c-parser.c:8841
37877 #, gcc-internal-format
37878 msgid "argument %u of %<__builtin_tgmath%> is not a function pointer"
37879 msgstr ""
37880
37881 #: c/c-parser.c:8849
37882 #, gcc-internal-format
37883 msgid "argument %u of %<__builtin_tgmath%> is unprototyped"
37884 msgstr ""
37885
37886 #: c/c-parser.c:8855
37887 #, gcc-internal-format
37888 msgid "argument %u of %<__builtin_tgmath%> has variable arguments"
37889 msgstr ""
37890
37891 #: c/c-parser.c:8871
37892 #, gcc-internal-format
37893 msgid "argument %u of %<__builtin_tgmath%> has no arguments"
37894 msgstr ""
37895
37896 #: c/c-parser.c:8894 c/c-parser.c:8898
37897 #, fuzzy, gcc-internal-format
37898 #| msgid "ISO C99 does not support %<_Generic%>"
37899 msgid "ISO C does not support %qs predefined identifier"
37900 msgstr "У ISO C99 не передбачено підтримки %<_Generic%>"
37901
37902 #: c/c-parser.c:8902
37903 #, gcc-internal-format
37904 msgid "ISO C90 does not support %<__func__%> predefined identifier"
37905 msgstr ""
37906
37907 #: c/c-parser.c:9076 c/c-parser.c:10141 c/c-parser.c:10163
37908 #: c/gimple-parser.c:1695 c/gimple-parser.c:1701 c/gimple-parser.c:2292
37909 #, gcc-internal-format
37910 msgid "expected expression"
37911 msgstr "мало бути вказано вираз"
37912
37913 #: c/c-parser.c:9097
37914 #, gcc-internal-format
37915 msgid "braced-group within expression allowed only inside a function"
37916 msgstr ""
37917
37918 #: c/c-parser.c:9111
37919 #, gcc-internal-format
37920 msgid "ISO C forbids braced-groups within expressions"
37921 msgstr ""
37922
37923 #: c/c-parser.c:9298
37924 #, gcc-internal-format
37925 msgid "wrong number of arguments to %<__builtin_choose_expr%>"
37926 msgstr "помилкова кількість аргументів %<__builtin_choose_expr%>"
37927
37928 #: c/c-parser.c:9314
37929 #, gcc-internal-format
37930 msgid "first argument to %<__builtin_choose_expr%> not a constant"
37931 msgstr ""
37932
37933 #: c/c-parser.c:9384 c/c-parser.c:9401 c/c-parser.c:9408
37934 #, gcc-internal-format
37935 msgid "too few arguments to %<__builtin_tgmath%>"
37936 msgstr "замало аргументів для %<__builtin_tgmath%>"
37937
37938 #: c/c-parser.c:9429
37939 #, gcc-internal-format
37940 msgid "argument %u of %<__builtin_tgmath%> has wrong number of arguments"
37941 msgstr ""
37942
37943 #: c/c-parser.c:9473 c/c-parser.c:9483
37944 #, gcc-internal-format
37945 msgid "invalid type-generic return type for argument %u of %<__builtin_tgmath%>"
37946 msgstr ""
37947
37948 #: c/c-parser.c:9505 c/c-parser.c:9515
37949 #, gcc-internal-format
37950 msgid "invalid type-generic type for argument %u of argument %u of %<__builtin_tgmath%>"
37951 msgstr ""
37952
37953 #: c/c-parser.c:9548
37954 #, gcc-internal-format
37955 msgid "function arguments of %<__builtin_tgmath%> all have the same type"
37956 msgstr ""
37957
37958 #: c/c-parser.c:9567
37959 #, gcc-internal-format
37960 msgid "function arguments of %<__builtin_tgmath%> lack type-generic parameter"
37961 msgstr ""
37962
37963 #: c/c-parser.c:9615
37964 #, gcc-internal-format
37965 msgid "duplicate type-generic parameter type for function argument %u of %<__builtin_tgmath%>"
37966 msgstr ""
37967
37968 #: c/c-parser.c:9638
37969 #, gcc-internal-format
37970 msgid "bad return type for function argument %u of %<__builtin_tgmath%>"
37971 msgstr ""
37972
37973 #: c/c-parser.c:9655
37974 #, gcc-internal-format
37975 msgid "bad type for argument %u of function argument %u of %<__builtin_tgmath%>"
37976 msgstr ""
37977
37978 #: c/c-parser.c:9693
37979 #, gcc-internal-format, gfc-internal-format
37980 msgid "invalid type of argument %u of type-generic function"
37981 msgstr ""
37982
37983 #: c/c-parser.c:9704
37984 #, gcc-internal-format, gfc-internal-format
37985 msgid "decimal floating-point argument %u to complex-only type-generic function"
37986 msgstr ""
37987
37988 #: c/c-parser.c:9712
37989 #, gcc-internal-format, gfc-internal-format
37990 msgid "decimal floating-point argument %u to binary-only type-generic function"
37991 msgstr ""
37992
37993 #: c/c-parser.c:9720 c/c-parser.c:9750
37994 #, gcc-internal-format
37995 msgid "both complex and decimal floating-point arguments to type-generic function"
37996 msgstr ""
37997
37998 #: c/c-parser.c:9728 c/c-parser.c:9770
37999 #, gcc-internal-format
38000 msgid "both binary and decimal floating-point arguments to type-generic function"
38001 msgstr ""
38002
38003 #: c/c-parser.c:9742
38004 #, gcc-internal-format, gfc-internal-format
38005 msgid "complex argument %u to decimal-only type-generic function"
38006 msgstr ""
38007
38008 #: c/c-parser.c:9762
38009 #, gcc-internal-format, gfc-internal-format
38010 msgid "binary argument %u to decimal-only type-generic function"
38011 msgstr ""
38012
38013 #: c/c-parser.c:9868
38014 #, gcc-internal-format
38015 msgid "no matching function for type-generic call"
38016 msgstr ""
38017
38018 #: c/c-parser.c:9909
38019 #, gcc-internal-format
38020 msgid "wrong number of arguments to %<__builtin_call_with_static_chain%>"
38021 msgstr "помилкова кількість аргументів %<__builtin_call_with_static_chain%>"
38022
38023 #: c/c-parser.c:9922
38024 #, gcc-internal-format
38025 msgid "first argument to %<__builtin_call_with_static_chain%> must be a call expression"
38026 msgstr ""
38027
38028 #: c/c-parser.c:9926
38029 #, gcc-internal-format
38030 msgid "second argument to %<__builtin_call_with_static_chain%> must be a pointer type"
38031 msgstr ""
38032
38033 #: c/c-parser.c:9952
38034 #, gcc-internal-format
38035 msgid "wrong number of arguments to %<__builtin_complex%>"
38036 msgstr "помилкова кількість аргументів %<__builtin_complex%>"
38037
38038 #: c/c-parser.c:9974
38039 #, gcc-internal-format
38040 msgid "%<__builtin_complex%> operand not of real binary floating-point type"
38041 msgstr ""
38042
38043 #: c/c-parser.c:9983
38044 #, gcc-internal-format
38045 msgid "%<__builtin_complex%> operands of different types"
38046 msgstr ""
38047
38048 #: c/c-parser.c:10028 cp/parser.c:7089
38049 #, gcc-internal-format
38050 msgid "wrong number of arguments to %<__builtin_shuffle%>"
38051 msgstr "помилкова кількість аргументів %<__builtin_shuffle%>"
38052
38053 #: c/c-parser.c:10201
38054 #, gcc-internal-format
38055 msgid "compound literal has variable size"
38056 msgstr ""
38057
38058 #: c/c-parser.c:10212
38059 #, gcc-internal-format
38060 msgid "compound literal qualified by address-space qualifier"
38061 msgstr ""
38062
38063 #: c/c-parser.c:10216
38064 #, gcc-internal-format
38065 msgid "ISO C90 forbids compound literals"
38066 msgstr ""
38067
38068 #: c/c-parser.c:10229
38069 #, gcc-internal-format
38070 msgid "%<_Alignas%> specifiers cannot reduce alignment of compound literal"
38071 msgstr ""
38072
38073 #: c/c-parser.c:10303
38074 #, gcc-internal-format
38075 msgid "using integer absolute value function %qD when argument is of floating-point type %qT"
38076 msgstr ""
38077
38078 #: c/c-parser.c:10308
38079 #, gcc-internal-format
38080 msgid "using integer absolute value function %qD when argument is of complex type %qT"
38081 msgstr ""
38082
38083 #: c/c-parser.c:10316
38084 #, gcc-internal-format
38085 msgid "taking the absolute value of unsigned type %qT has no effect"
38086 msgstr ""
38087
38088 #: c/c-parser.c:10327
38089 #, gcc-internal-format
38090 msgid "using floating-point absolute value function %qD when argument is of integer type %qT"
38091 msgstr ""
38092
38093 #: c/c-parser.c:10331
38094 #, gcc-internal-format
38095 msgid "using floating-point absolute value function %qD when argument is of decimal floating-point type %qT"
38096 msgstr ""
38097
38098 #: c/c-parser.c:10336
38099 #, gcc-internal-format
38100 msgid "using floating-point absolute value function %qD when argument is of complex type %qT"
38101 msgstr ""
38102
38103 #: c/c-parser.c:10349
38104 #, gcc-internal-format
38105 msgid "using complex absolute value function %qD when argument is of integer type %qT"
38106 msgstr ""
38107
38108 #: c/c-parser.c:10353
38109 #, gcc-internal-format
38110 msgid "using complex absolute value function %qD when argument is of floating-point type %qT"
38111 msgstr ""
38112
38113 #: c/c-parser.c:10370
38114 #, gcc-internal-format
38115 msgid "using decimal floating-point absolute value function %qD when argument is of integer type %qT"
38116 msgstr ""
38117
38118 #: c/c-parser.c:10375
38119 #, gcc-internal-format
38120 msgid "using decimal floating-point absolute value function %qD when argument is of floating-point type %qT"
38121 msgstr ""
38122
38123 #: c/c-parser.c:10380
38124 #, gcc-internal-format
38125 msgid "using decimal floating-point absolute value function %qD when argument is of complex type %qT"
38126 msgstr ""
38127
38128 #: c/c-parser.c:10406
38129 #, gcc-internal-format
38130 msgid "absolute value function %qD given an argument of type %qT but has parameter of type %qT which may cause truncation of value"
38131 msgstr ""
38132
38133 #: c/c-parser.c:10835
38134 #, gcc-internal-format
38135 msgid "expected identifier or %<)%>"
38136 msgstr ""
38137
38138 #: c/c-parser.c:10931
38139 #, gcc-internal-format
38140 msgid "extra semicolon"
38141 msgstr ""
38142
38143 #: c/c-parser.c:11179
38144 #, gcc-internal-format
38145 msgid "extra semicolon in method definition specified"
38146 msgstr ""
38147
38148 #: c/c-parser.c:11311
38149 #, gcc-internal-format
38150 msgid "method attributes must be specified at the end only"
38151 msgstr ""
38152
38153 #: c/c-parser.c:11331
38154 #, gcc-internal-format
38155 msgid "expected %<;%> or %<{%> after method attribute definition"
38156 msgstr ""
38157
38158 #: c/c-parser.c:11453
38159 #, gcc-internal-format
38160 msgid "objective-c method declaration is expected"
38161 msgstr ""
38162
38163 #: c/c-parser.c:11891
38164 #, gcc-internal-format
38165 msgid "no type or storage class may be specified here,"
38166 msgstr ""
38167
38168 #: c/c-parser.c:11983 c/c-parser.c:12040 cp/parser.c:33520
38169 #, gcc-internal-format
38170 msgid "unknown property attribute"
38171 msgstr ""
38172
38173 #: c/c-parser.c:12004 cp/parser.c:33480
38174 #, gcc-internal-format
38175 msgid "missing %<=%> (after %<getter%> attribute)"
38176 msgstr ""
38177
38178 #: c/c-parser.c:12007 cp/parser.c:33483
38179 #, gcc-internal-format
38180 msgid "missing %<=%> (after %<setter%> attribute)"
38181 msgstr ""
38182
38183 #: c/c-parser.c:12021 cp/parser.c:33498
38184 #, gcc-internal-format
38185 msgid "the %<setter%> attribute may only be specified once"
38186 msgstr ""
38187
38188 #: c/c-parser.c:12026 cp/parser.c:33504
38189 #, gcc-internal-format
38190 msgid "setter name must terminate with %<:%>"
38191 msgstr ""
38192
38193 #: c/c-parser.c:12033 cp/parser.c:33512
38194 #, gcc-internal-format
38195 msgid "the %<getter%> attribute may only be specified once"
38196 msgstr ""
38197
38198 #: c/c-parser.c:12227 cp/parser.c:43314
38199 #, gcc-internal-format
38200 msgid "%<#pragma GCC unroll%> requires an assignment-expression that evaluates to a non-negative integral constant less than %u"
38201 msgstr ""
38202
38203 #: c/c-parser.c:12271 c/c-parser.c:19132 c/c-parser.c:19423 c/c-parser.c:19482
38204 #: c/c-parser.c:19566 cp/parser.c:39848 cp/parser.c:40178 cp/parser.c:40266
38205 #: cp/parser.c:40337 cp/parser.c:43361 cp/parser.c:43376 cp/parser.c:43391
38206 #: cp/parser.c:43407 cp/parser.c:43423 cp/parser.c:43439 cp/parser.c:43466
38207 #: cp/parser.c:43479 cp/parser.c:43502 cp/parser.c:43515
38208 #, gcc-internal-format
38209 msgid "%<#pragma %s%> may only be used in compound statements"
38210 msgstr ""
38211
38212 #: c/c-parser.c:12294 cp/parser.c:43492
38213 #, gcc-internal-format
38214 msgid "%<#pragma acc routine%> must be at file scope"
38215 msgstr "%<#pragma acc routine%> має перебувати у області видимості файла"
38216
38217 #: c/c-parser.c:12381 cp/parser.c:43578
38218 #, gcc-internal-format
38219 msgid "%<#pragma omp scan%> may only be used in a loop construct with %<inscan%> %<reduction%> clause"
38220 msgstr ""
38221
38222 #: c/c-parser.c:12388 cp/parser.c:43584
38223 #, gcc-internal-format
38224 msgid "%<#pragma omp section%> may only be used in %<#pragma omp sections%> construct"
38225 msgstr ""
38226
38227 #: c/c-parser.c:12416 c/c-parser.c:12440 cp/parser.c:43613 cp/parser.c:43646
38228 #, gcc-internal-format
38229 msgid "for, while or do statement expected"
38230 msgstr ""
38231
38232 #: c/c-parser.c:12453 cp/parser.c:43351
38233 #, gcc-internal-format
38234 msgid "%<#pragma GCC pch_preprocess%> must be first"
38235 msgstr ""
38236
38237 #: c/c-parser.c:12790 c/c-parser.c:15736 c/c-parser.c:21163 c/c-parser.c:21171
38238 #: cp/parser.c:33926 cp/parser.c:36529 cp/parser.c:42430 cp/parser.c:42438
38239 #, gcc-internal-format
38240 msgid "too many %qs clauses"
38241 msgstr ""
38242
38243 #: c/c-parser.c:12817
38244 #, gcc-internal-format
38245 msgid "expression must be integral"
38246 msgstr ""
38247
38248 #: c/c-parser.c:13061 c/c-parser.c:13073
38249 #, gcc-internal-format
38250 msgid "expected %<)%> or %<,%>"
38251 msgstr "мало бути %<)%> або %<,%>"
38252
38253 #: c/c-parser.c:13224 c/c-parser.c:21460
38254 #, gcc-internal-format
38255 msgid "%qD is not a variable"
38256 msgstr ""
38257
38258 #: c/c-parser.c:13228 cp/semantics.c:7465
38259 #, gcc-internal-format
38260 msgid "%qD is not a pointer variable"
38261 msgstr ""
38262
38263 #: c/c-parser.c:13270 cp/parser.c:34603
38264 #, gcc-internal-format
38265 msgid "collapse argument needs positive constant integer expression"
38266 msgstr ""
38267
38268 #: c/c-parser.c:13347 cp/parser.c:34667
38269 #, gcc-internal-format
38270 msgid "expected %<none%> or %<present%>"
38271 msgstr "мало бути %<none%> або %<present%>"
38272
38273 #: c/c-parser.c:13349 cp/parser.c:34669
38274 #, gcc-internal-format
38275 msgid "expected %<none%> or %<shared%>"
38276 msgstr "мало бути %<none%> або %<shared%>"
38277
38278 #: c/c-parser.c:13469 cp/parser.c:34780
38279 #, gcc-internal-format
38280 msgid "expected %<data%>, %<update%>, %<enter%> or %<exit%>"
38281 msgstr "мало бути %<data%>, %<update%>, %<enter%> або %<exit%>"
38282
38283 #: c/c-parser.c:13489 c/c-parser.c:19475 c/c-parser.c:19559 cp/parser.c:34798
38284 #: cp/parser.c:40170 cp/parser.c:40258
38285 #, gcc-internal-format
38286 msgid "expected %<data%>"
38287 msgstr "мало бути %<data%>"
38288
38289 #: c/c-parser.c:13542 cp/parser.c:34853
38290 #, gcc-internal-format
38291 msgid "too many %<if%> clauses with %qs modifier"
38292 msgstr ""
38293
38294 #: c/c-parser.c:13549 cp/parser.c:34860
38295 #, gcc-internal-format
38296 msgid "too many %<if%> clauses"
38297 msgstr ""
38298
38299 #: c/c-parser.c:13551 cp/parser.c:34862
38300 #, gcc-internal-format
38301 msgid "too many %<if%> clauses without modifier"
38302 msgstr ""
38303
38304 #: c/c-parser.c:13557 cp/parser.c:34868
38305 #, gcc-internal-format
38306 msgid "if any %<if%> clause has modifier, then all %<if%> clauses have to use modifier"
38307 msgstr ""
38308
38309 #: c/c-parser.c:13662 c/c-parser.c:13708 c/c-parser.c:13754 c/c-parser.c:13800
38310 #: c/c-parser.c:14217 c/c-parser.c:14299 c/c-parser.c:14831 c/c-parser.c:14959
38311 #: c/c-parser.c:15004 c/c-parser.c:15680
38312 #, gcc-internal-format
38313 msgid "expected integer expression"
38314 msgstr ""
38315
38316 #: c/c-parser.c:13673
38317 #, gcc-internal-format
38318 msgid "%<num_threads%> value must be positive"
38319 msgstr "значення %<num_threads%> має бути додатним"
38320
38321 #: c/c-parser.c:13719
38322 #, gcc-internal-format
38323 msgid "%<num_tasks%> value must be positive"
38324 msgstr "значення %<num_tasks%> має бути додатним"
38325
38326 #: c/c-parser.c:13765 cp/semantics.c:7668
38327 #, gcc-internal-format
38328 msgid "%<grainsize%> value must be positive"
38329 msgstr "значення %<grainsize%> має бути додатним"
38330
38331 #: c/c-parser.c:13812 cp/semantics.c:7698
38332 #, gcc-internal-format
38333 msgid "%<priority%> value must be non-negative"
38334 msgstr "значення %<priority%> має бути невід’ємним"
38335
38336 #: c/c-parser.c:13848
38337 #, gcc-internal-format
38338 msgid "expected constant integer expression"
38339 msgstr "мало бути використано сталий цілочисельний вираз"
38340
38341 #: c/c-parser.c:13887 cp/parser.c:35093
38342 #, gcc-internal-format
38343 msgid "expected %<alloc%>, %<to%>, %<from%>, %<tofrom%>, %<firstprivate%>, %<none%> or %<default%>"
38344 msgstr "мало бути %<alloc%>, %<to%>, %<from%>, %<tofrom%>, %<firstprivate%>, %<none%> або %<default%>"
38345
38346 #: c/c-parser.c:13948 cp/parser.c:35158
38347 #, gcc-internal-format
38348 msgid "expected %<scalar%>, %<aggregate%> or %<pointer%>"
38349 msgstr "мало бути %<scalar%>, %<aggregate%> або %<pointer%>"
38350
38351 #: c/c-parser.c:14014 cp/parser.c:35227
38352 #, gcc-internal-format
38353 msgid "too many %<defaultmap%> clauses with %qs category"
38354 msgstr ""
38355
38356 #: c/c-parser.c:14017 cp/parser.c:35230
38357 #, gcc-internal-format
38358 msgid "too many %<defaultmap%> clauses with unspecified category"
38359 msgstr ""
38360
38361 #: c/c-parser.c:14091 cp/semantics.c:6835
38362 #, gcc-internal-format
38363 msgid "%qs expression must be integral"
38364 msgstr ""
38365
38366 #: c/c-parser.c:14103 c/c-parser.c:14226 cp/semantics.c:6867
38367 #, gcc-internal-format
38368 msgid "%qs value must be positive"
38369 msgstr "значення %qs має бути додатним"
38370
38371 #: c/c-parser.c:14165 cp/parser.c:34375
38372 #, gcc-internal-format
38373 msgid "too many %<static%> arguments"
38374 msgstr "забагато аргументів %<static%>"
38375
38376 #: c/c-parser.c:14199 cp/parser.c:34408
38377 #, gcc-internal-format
38378 msgid "unexpected argument"
38379 msgstr "несподіваний аргумент"
38380
38381 #: c/c-parser.c:14366 cp/semantics.c:7830
38382 #, gcc-internal-format
38383 msgid "%<tile%> argument needs positive integral constant"
38384 msgstr ""
38385
38386 #: c/c-parser.c:14424 c/c-parser.c:14430 cp/parser.c:35262 cp/parser.c:35272
38387 #, fuzzy, gcc-internal-format
38388 #| msgid "expected %<none%>"
38389 msgid "expected %<concurrent%>"
38390 msgstr "мало бути %<none%>"
38391
38392 #: c/c-parser.c:14464 cp/parser.c:35310
38393 #, fuzzy, gcc-internal-format
38394 #| msgid "expected %<class%>, %<typename%>, or %<template%>"
38395 msgid "expected %<teams%>, %<parallel%> or %<thread%>"
38396 msgstr "мало бути %<class%>, %<typename%> або %<template%>"
38397
38398 #: c/c-parser.c:14517 cp/parser.c:35378
38399 #, gcc-internal-format
38400 msgid "ordered argument needs positive constant integer expression"
38401 msgstr ""
38402
38403 #: c/c-parser.c:14642 c/c-parser.c:20729 cp/parser.c:42089
38404 #, gcc-internal-format
38405 msgid "expected %<+%>, %<*%>, %<-%>, %<&%>, %<^%>, %<|%>, %<&&%>, %<||%> or identifier"
38406 msgstr ""
38407
38408 #: c/c-parser.c:14755 cp/parser.c:35629
38409 #, gcc-internal-format
38410 msgid "both %<monotonic%> and %<nonmonotonic%> modifiers specified"
38411 msgstr ""
38412
38413 #: c/c-parser.c:14809 cp/parser.c:35645
38414 #, gcc-internal-format
38415 msgid "schedule %<runtime%> does not take a %<chunk_size%> parameter"
38416 msgstr ""
38417
38418 #: c/c-parser.c:14813 cp/parser.c:35648
38419 #, gcc-internal-format
38420 msgid "schedule %<auto%> does not take a %<chunk_size%> parameter"
38421 msgstr ""
38422
38423 #: c/c-parser.c:14825 cp/semantics.c:6902
38424 #, gcc-internal-format
38425 msgid "chunk size value must be positive"
38426 msgstr "значення розміру фрагмента має бути додатним"
38427
38428 #: c/c-parser.c:14848 cp/parser.c:35668
38429 #, gcc-internal-format
38430 msgid "invalid schedule kind"
38431 msgstr ""
38432
38433 #: c/c-parser.c:14969
38434 #, gcc-internal-format
38435 msgid "%<num_teams%> value must be positive"
38436 msgstr "значення %<num_teams%> має бути додатним"
38437
38438 #: c/c-parser.c:15014 cp/semantics.c:6998
38439 #, gcc-internal-format
38440 msgid "%<thread_limit%> value must be positive"
38441 msgstr "значення %<thread_limit%> має бути додатним"
38442
38443 #: c/c-parser.c:15059 cp/semantics.c:7117
38444 #, gcc-internal-format
38445 msgid "%<aligned%> clause alignment expression must be positive constant integer expression"
38446 msgstr ""
38447
38448 #: c/c-parser.c:15122
38449 #, gcc-internal-format
38450 msgid "%<linear%> clause step expression must be integral"
38451 msgstr ""
38452
38453 #: c/c-parser.c:15172
38454 #, gcc-internal-format
38455 msgid "%<safelen%> clause expression must be positive constant integer expression"
38456 msgstr ""
38457
38458 #: c/c-parser.c:15211
38459 #, gcc-internal-format
38460 msgid "%<simdlen%> clause expression must be positive constant integer expression"
38461 msgstr ""
38462
38463 #: c/c-parser.c:15479 cp/parser.c:36310
38464 #, gcc-internal-format
38465 msgid "%<iterator%> modifier incompatible with %qs"
38466 msgstr ""
38467
38468 #: c/c-parser.c:15526 cp/parser.c:36358 cp/parser.c:36587 cp/parser.c:36637
38469 #, gcc-internal-format
38470 msgid "invalid depend kind"
38471 msgstr ""
38472
38473 #: c/c-parser.c:15613 cp/parser.c:36433
38474 #, gcc-internal-format
38475 msgid "invalid map kind"
38476 msgstr ""
38477
38478 #: c/c-parser.c:15711 cp/parser.c:36534
38479 #, gcc-internal-format
38480 msgid "invalid dist_schedule kind"
38481 msgstr ""
38482
38483 #: c/c-parser.c:15787
38484 #, gcc-internal-format
38485 msgid "invalid proc_bind kind"
38486 msgstr ""
38487
38488 #: c/c-parser.c:15831
38489 #, fuzzy, gcc-internal-format
38490 #| msgid "expected %<;%>, %<,%> or %<)%>"
38491 msgid "expected %<host%>, %<nohost%> or %<any%>"
38492 msgstr "мало бути %<;%>, %<,%> або %<)%>"
38493
38494 #: c/c-parser.c:16055 cp/parser.c:36868
38495 #, gcc-internal-format
38496 msgid "expected %<#pragma acc%> clause"
38497 msgstr ""
38498
38499 #: c/c-parser.c:16066 c/c-parser.c:16390 cp/parser.c:36879 cp/parser.c:37242
38500 #, gcc-internal-format
38501 msgid "%qs is not valid for %qs"
38502 msgstr ""
38503
38504 #: c/c-parser.c:16110 cp/parser.c:36926
38505 #, gcc-internal-format
38506 msgid "clauses in %<simd%> trait should be separated by %<,%>"
38507 msgstr ""
38508
38509 #: c/c-parser.c:16251 cp/parser.c:37104
38510 #, gcc-internal-format
38511 msgid "%qs must be the first clause of %qs"
38512 msgstr ""
38513
38514 #: c/c-parser.c:16379 cp/parser.c:37231
38515 #, gcc-internal-format
38516 msgid "expected %<#pragma omp%> clause"
38517 msgstr ""
38518
38519 #: c/c-parser.c:16512 cp/parser.c:40684
38520 #, gcc-internal-format
38521 msgid "no valid clauses specified in %<#pragma acc declare%>"
38522 msgstr ""
38523
38524 #: c/c-parser.c:16522 cp/parser.c:40694
38525 #, gcc-internal-format
38526 msgid "array section in %<#pragma acc declare%>"
38527 msgstr ""
38528
38529 #: c/c-parser.c:16542 cp/parser.c:40714
38530 #, gcc-internal-format
38531 msgid "%qD must be a global variable in %<#pragma acc declare link%>"
38532 msgstr ""
38533
38534 #: c/c-parser.c:16553 cp/parser.c:40725
38535 #, gcc-internal-format
38536 msgid "invalid OpenACC clause at file scope"
38537 msgstr ""
38538
38539 #: c/c-parser.c:16560 cp/parser.c:40732
38540 #, gcc-internal-format
38541 msgid "invalid use of %<extern%> variable %qD in %<#pragma acc declare%>"
38542 msgstr ""
38543
38544 #: c/c-parser.c:16568 cp/parser.c:40740
38545 #, gcc-internal-format
38546 msgid "invalid use of %<global%> variable %qD in %<#pragma acc declare%>"
38547 msgstr ""
38548
38549 #: c/c-parser.c:16580 cp/parser.c:40752
38550 #, gcc-internal-format
38551 msgid "variable %qD used more than once with %<#pragma acc declare%>"
38552 msgstr ""
38553
38554 #: c/c-parser.c:16673 cp/parser.c:40839
38555 #, gcc-internal-format
38556 msgid "expected %<data%> after %<#pragma acc %s%>"
38557 msgstr "мало бути %<data%> після %<#pragma acc %s%>"
38558
38559 #: c/c-parser.c:16689 cp/parser.c:40856
38560 #, gcc-internal-format
38561 msgid "%<#pragma acc %s data%> has no data movement clause"
38562 msgstr ""
38563
38564 #: c/c-parser.c:16939 cp/parser.c:3008
38565 #, gcc-internal-format
38566 msgid "%qE has not been declared"
38567 msgstr ""
38568
38569 #: c/c-parser.c:16943
38570 #, gcc-internal-format
38571 msgid "expected function name"
38572 msgstr "мало бути вказано назву функції"
38573
38574 #: c/c-parser.c:16961 cp/parser.c:42673
38575 #, gcc-internal-format
38576 msgid "%qD does not refer to a function"
38577 msgstr ""
38578
38579 #: c/c-parser.c:16984 c/c-parser.c:17032 cp/parser.c:1400
38580 #, gcc-internal-format
38581 msgid "%<#pragma acc routine%> not immediately followed by function declaration or definition"
38582 msgstr ""
38583
38584 #: c/c-parser.c:17024 cp/parser.c:42727 cp/parser.c:42772
38585 #, gcc-internal-format
38586 msgid "%<#pragma acc routine%> not immediately followed by a single function declaration or definition"
38587 msgstr ""
38588
38589 #: c/c-parser.c:17055 cp/parser.c:42801
38590 #, gcc-internal-format
38591 msgid "%<#pragma acc routine%> must be applied before use"
38592 msgstr "%<#pragma acc routine%> має бути застосовано до використання"
38593
38594 #: c/c-parser.c:17056 cp/parser.c:42803
38595 #, gcc-internal-format
38596 msgid "%<#pragma acc routine%> must be applied before definition"
38597 msgstr "%<#pragma acc routine%> має бути застосовано до визначення"
38598
38599 #: c/c-parser.c:17100 cp/parser.c:41057
38600 #, gcc-internal-format
38601 msgid "%<#pragma acc update%> must contain at least one %<device%> or %<host%> or %<self%> clause"
38602 msgstr ""
38603
38604 #: c/c-parser.c:17252 cp/parser.c:37409
38605 #, gcc-internal-format
38606 msgid "expected %<read%>, %<write%>, %<update%>, %<capture%>, %<seq_cst%>, %<acq_rel%>, %<release%>, %<relaxed%> or %<hint%> clause"
38607 msgstr "мала бути команда %<read%>, %<write%>, %<update%>, %<capture%>, %<seq_cst%>, %<acq_rel%>, %<release%>, %<relaxed%> або %<hint%>"
38608
38609 #: c/c-parser.c:17261 cp/parser.c:37418
38610 #, gcc-internal-format
38611 msgid "too many atomic clauses"
38612 msgstr "забагато атомарних команд"
38613
38614 #: c/c-parser.c:17268 cp/parser.c:37425
38615 #, gcc-internal-format
38616 msgid "too many memory order clauses"
38617 msgstr ""
38618
38619 #: c/c-parser.c:17323 cp/parser.c:37480
38620 #, gcc-internal-format
38621 msgid "%<#pragma omp atomic read%> incompatible with %<acq_rel%> or %<release%> clauses"
38622 msgstr ""
38623
38624 #: c/c-parser.c:17332 cp/parser.c:37489
38625 #, gcc-internal-format
38626 msgid "%<#pragma omp atomic write%> incompatible with %<acq_rel%> or %<acquire%> clauses"
38627 msgstr ""
38628
38629 #: c/c-parser.c:17341 cp/parser.c:37498
38630 #, gcc-internal-format
38631 msgid "%<#pragma omp atomic update%> incompatible with %<acq_rel%> or %<acquire%> clauses"
38632 msgstr ""
38633
38634 #: c/c-parser.c:17607 cp/parser.c:37703 cp/parser.c:37729
38635 #, gcc-internal-format
38636 msgid "invalid form of %<#pragma omp atomic%>"
38637 msgstr ""
38638
38639 #: c/c-parser.c:17611 cp/parser.c:37760 cp/parser.c:37776
38640 #, gcc-internal-format
38641 msgid "invalid operator for %<#pragma omp atomic%>"
38642 msgstr ""
38643
38644 #: c/c-parser.c:17660 cp/semantics.c:9321 cp/semantics.c:9331
38645 #, gcc-internal-format
38646 msgid "%<#pragma omp atomic capture%> uses two different expressions for memory"
38647 msgstr ""
38648
38649 #: c/c-parser.c:17729 c/c-parser.c:17886
38650 #, gcc-internal-format
38651 msgid "expected %<(%> or end of line"
38652 msgstr ""
38653
38654 #: c/c-parser.c:17769 cp/semantics.c:9396
38655 #, gcc-internal-format
38656 msgid "%<depobj%> expression is not lvalue expression"
38657 msgstr ""
38658
38659 #: c/c-parser.c:17826 cp/parser.c:37961
38660 #, gcc-internal-format
38661 msgid "expected %<in%>, %<out%>, %<inout%> or %<mutexinoutset%>"
38662 msgstr "мало бути %<in%>, %<out%>, %<inout%> або %<mutexinoutset%>"
38663
38664 #: c/c-parser.c:17838 cp/parser.c:37977
38665 #, gcc-internal-format
38666 msgid "expected %<depend%>, %<destroy%> or %<update%> clause"
38667 msgstr "мала бути команда %<depend%>, %<destroy%> або %<update%>"
38668
38669 #: c/c-parser.c:17874 cp/parser.c:38010
38670 #, gcc-internal-format
38671 msgid "expected %<acq_rel%>, %<release%> or %<acquire%>"
38672 msgstr "мало бути %<acq_rel%>, %<release%> або %<acquire%>"
38673
38674 #: c/c-parser.c:17881 cp/parser.c:38017
38675 #, gcc-internal-format
38676 msgid "%<flush%> list specified together with memory order clause"
38677 msgstr ""
38678
38679 #: c/c-parser.c:17940 cp/parser.c:38622
38680 #, fuzzy, gcc-internal-format
38681 #| msgid "expected %<none%> or %<present%>"
38682 msgid "expected %<inclusive%> or %<exclusive%> clause"
38683 msgstr "мало бути %<none%> або %<present%>"
38684
38685 #: c/c-parser.c:17945 cp/parser.c:38628
38686 #, fuzzy, gcc-internal-format
38687 #| msgid "expected %<#pragma omp section%> or %<}%>"
38688 msgid "expected %<#pragma omp scan%>"
38689 msgstr "мало бути %<#pragma omp section%> або %<}%>"
38690
38691 #: c/c-parser.c:18000 cp/parser.c:38679
38692 #, gcc-internal-format
38693 msgid "%<ordered%> clause parameter is less than %<collapse%>"
38694 msgstr ""
38695
38696 #: c/c-parser.c:18011 cp/parser.c:38690
38697 #, gcc-internal-format
38698 msgid "%<linear%> clause may not be specified together with %<ordered%> clause with a parameter"
38699 msgstr ""
38700
38701 #: c/c-parser.c:18029 cp/parser.c:38718
38702 #, gcc-internal-format
38703 msgid "for statement expected"
38704 msgstr ""
38705
38706 #: c/c-parser.c:18099 cp/semantics.c:8918 cp/semantics.c:9009
38707 #, gcc-internal-format
38708 msgid "expected iteration declaration or initialization"
38709 msgstr ""
38710
38711 #: c/c-parser.c:18191
38712 #, gcc-internal-format
38713 msgid "not enough perfectly nested loops"
38714 msgstr ""
38715
38716 #: c/c-parser.c:18249 cp/parser.c:39033
38717 #, gcc-internal-format
38718 msgid "collapsed loops not perfectly nested"
38719 msgstr ""
38720
38721 #: c/c-parser.c:18296 cp/parser.c:38828 cp/parser.c:38870 cp/pt.c:17412
38722 #, gcc-internal-format
38723 msgid "iteration variable %qD should not be firstprivate"
38724 msgstr ""
38725
38726 #: c/c-parser.c:18430 cp/parser.c:39152
38727 #, gcc-internal-format
38728 msgid "%<ordered%> clause with parameter may not be specified on %qs construct"
38729 msgstr ""
38730
38731 #: c/c-parser.c:18643 cp/parser.c:39369
38732 #, gcc-internal-format
38733 msgid "%<#pragma omp ordered%> with %<depend%> clause may only be used in compound statements"
38734 msgstr ""
38735
38736 #: c/c-parser.c:18851 cp/parser.c:39568
38737 #, gcc-internal-format
38738 msgid "expected %<for%> after %qs"
38739 msgstr "мало бути %<for%> після %qs"
38740
38741 #: c/c-parser.c:19123 cp/parser.c:39839
38742 #, gcc-internal-format
38743 msgid "expected %<point%>"
38744 msgstr "мало бути %<point%>"
38745
38746 #: c/c-parser.c:19372 cp/parser.c:40108
38747 #, gcc-internal-format
38748 msgid "%<#pragma omp target data%> with map-type other than %<to%>, %<from%>, %<tofrom%> or %<alloc%> on %<map%> clause"
38749 msgstr ""
38750
38751 #: c/c-parser.c:19388 cp/parser.c:40124
38752 #, gcc-internal-format
38753 msgid "%<#pragma omp target data%> must contain at least one %<map%>, %<use_device_ptr%> or %<use_device_addr%> clause"
38754 msgstr ""
38755
38756 #: c/c-parser.c:19436 cp/parser.c:40350
38757 #, gcc-internal-format
38758 msgid "%<#pragma omp target update%> must contain at least one %<from%> or %<to%> clauses"
38759 msgstr ""
38760
38761 #: c/c-parser.c:19508 cp/parser.c:40205
38762 #, gcc-internal-format
38763 msgid "%<#pragma omp target enter data%> with map-type other than %<to%> or %<alloc%> on %<map%> clause"
38764 msgstr ""
38765
38766 #: c/c-parser.c:19520 cp/parser.c:40217
38767 #, gcc-internal-format
38768 msgid "%<#pragma omp target enter data%> must contain at least one %<map%> clause"
38769 msgstr ""
38770
38771 #: c/c-parser.c:19594 cp/parser.c:40294
38772 #, gcc-internal-format
38773 msgid "%<#pragma omp target exit data%> with map-type other than %<from%>, %<release%> or %<delete%> on %<map%> clause"
38774 msgstr ""
38775
38776 #: c/c-parser.c:19607 cp/parser.c:40307
38777 #, gcc-internal-format
38778 msgid "%<#pragma omp target exit data%> must contain at least one %<map%> clause"
38779 msgstr ""
38780
38781 #: c/c-parser.c:19826 cp/parser.c:40564
38782 #, gcc-internal-format
38783 msgid "%<#pragma omp target%> with map-type other than %<to%>, %<from%>, %<tofrom%> or %<alloc%> on %<map%> clause"
38784 msgstr ""
38785
38786 #: c/c-parser.c:19882
38787 #, gcc-internal-format
38788 msgid "%<#pragma omp declare %s%> must be followed by function declaration or definition or another %<#pragma omp declare %s%>"
38789 msgstr ""
38790
38791 #: c/c-parser.c:19933 c/c-parser.c:19961
38792 #, fuzzy, gcc-internal-format
38793 #| msgid "%<#pragma acc routine%> must be applied before definition"
38794 msgid "%<#pragma omp declare %s%> must be followed by function declaration or definition"
38795 msgstr "%<#pragma acc routine%> має бути застосовано до визначення"
38796
38797 #: c/c-parser.c:20000 cp/parser.c:41208
38798 #, fuzzy, gcc-internal-format
38799 #| msgid "expected function name"
38800 msgid "expected trait selector name"
38801 msgstr "мало бути вказано назву функції"
38802
38803 #: c/c-parser.c:20053 cp/parser.c:41260
38804 #, gcc-internal-format
38805 msgid "selector %qs not allowed for context selector set %qs"
38806 msgstr ""
38807
38808 #: c/c-parser.c:20078 cp/parser.c:41284
38809 #, gcc-internal-format
38810 msgid "selector %qs does not accept any properties"
38811 msgstr ""
38812
38813 #: c/c-parser.c:20105 cp/parser.c:41323 cp/pt.c:11242
38814 #, fuzzy, gcc-internal-format
38815 #| msgid "%<hint%> expression must be constant integer expression"
38816 msgid "score argument must be constant integer expression"
38817 msgstr "Вираз %<hint%> має бути сталим цілочисельним виразом"
38818
38819 #: c/c-parser.c:20108 cp/parser.c:41326 cp/pt.c:11259
38820 #, fuzzy, gcc-internal-format
38821 #| msgid "%<priority%> value must be non-negative"
38822 msgid "score argument must be non-negative"
38823 msgstr "значення %<priority%> має бути невід’ємним"
38824
38825 #: c/c-parser.c:20132 cp/parser.c:41354 cp/pt.c:11245
38826 #, fuzzy, gcc-internal-format
38827 #| msgid "%<hint%> expression must be constant integer expression"
38828 msgid "property must be constant integer expression or string literal"
38829 msgstr "Вираз %<hint%> має бути сталим цілочисельним виразом"
38830
38831 #: c/c-parser.c:20177 cp/parser.c:41398
38832 #, fuzzy, gcc-internal-format
38833 #| msgid "expected integer expression list"
38834 msgid "expected identifier or string literal"
38835 msgstr "мало бути використано список цілих значень"
38836
38837 #: c/c-parser.c:20199 cp/parser.c:41420 cp/pt.c:11249
38838 #, fuzzy, gcc-internal-format
38839 #| msgid "expected constant integer expression"
38840 msgid "property must be constant integer expression"
38841 msgstr "мало бути використано сталий цілочисельний вираз"
38842
38843 #: c/c-parser.c:20210 cp/parser.c:41431
38844 #, gcc-internal-format
38845 msgid "properties for %<simd%> selector may not be specified in %<metadirective%>"
38846 msgstr ""
38847
38848 #: c/c-parser.c:20297 cp/parser.c:41517
38849 #, fuzzy, gcc-internal-format
38850 #| msgid "expected %<data%>, %<update%>, %<enter%> or %<exit%>"
38851 msgid "expected %<construct%>, %<device%>, %<implementation%> or %<user%>"
38852 msgstr "мало бути %<data%>, %<update%>, %<enter%> або %<exit%>"
38853
38854 #: c/c-parser.c:20372 cp/parser.c:41625
38855 #, fuzzy, gcc-internal-format
38856 #| msgid "expected %<catch%>"
38857 msgid "expected %<match%>"
38858 msgstr "мало бути %<catch%>"
38859
38860 #: c/c-parser.c:20392
38861 #, fuzzy, gcc-internal-format
38862 #| msgid "cannot call function %qD"
38863 msgid "variant %qD is not a function"
38864 msgstr "не вдалося викликати функцію %qD"
38865
38866 #: c/c-parser.c:20398 cp/decl.c:7306
38867 #, gcc-internal-format
38868 msgid "variant %qD and base %qD have incompatible types"
38869 msgstr ""
38870
38871 #: c/c-parser.c:20410 cp/decl.c:7315
38872 #, gcc-internal-format
38873 msgid "variant %qD is a built-in"
38874 msgstr ""
38875
38876 #: c/c-parser.c:20453
38877 #, gcc-internal-format
38878 msgid "%<#pragma omp declare %s%> not immediately followed by a function declaration or definition"
38879 msgstr ""
38880
38881 #: c/c-parser.c:20461 cp/parser.c:41670
38882 #, gcc-internal-format
38883 msgid "%<#pragma omp declare %s%> not immediately followed by a single function declaration or definition"
38884 msgstr ""
38885
38886 #: c/c-parser.c:20570 cp/parser.c:41775
38887 #, gcc-internal-format
38888 msgid "%qD specified both in declare target %<link%> and %<to%> clauses"
38889 msgstr ""
38890
38891 #: c/c-parser.c:20619 cp/parser.c:41824
38892 #, gcc-internal-format
38893 msgid "directive with only %<device_type%> clauses ignored"
38894 msgstr ""
38895
38896 #: c/c-parser.c:20638 cp/parser.c:41849
38897 #, gcc-internal-format
38898 msgid "expected %<target%>"
38899 msgstr "мало бути %<target%>"
38900
38901 #: c/c-parser.c:20645 cp/parser.c:41856
38902 #, gcc-internal-format
38903 msgid "expected %<declare%>"
38904 msgstr "мало бути %<declare%>"
38905
38906 #: c/c-parser.c:20651 cp/parser.c:41863
38907 #, gcc-internal-format
38908 msgid "%<#pragma omp end declare target%> without corresponding %<#pragma omp declare target%>"
38909 msgstr ""
38910
38911 #: c/c-parser.c:20679
38912 #, gcc-internal-format
38913 msgid "%<#pragma omp declare reduction%> not at file or block scope"
38914 msgstr ""
38915
38916 #: c/c-parser.c:20756
38917 #, gcc-internal-format
38918 msgid "predeclared arithmetic type in %<#pragma omp declare reduction%>"
38919 msgstr ""
38920
38921 #: c/c-parser.c:20760
38922 #, gcc-internal-format
38923 msgid "function or array type in %<#pragma omp declare reduction%>"
38924 msgstr ""
38925
38926 #: c/c-parser.c:20763
38927 #, gcc-internal-format
38928 msgid "%<_Atomic%> qualified type in %<#pragma omp declare reduction%>"
38929 msgstr "тип класу %<_Atomic%> у %<#pragma omp declare reduction%>"
38930
38931 #: c/c-parser.c:20766
38932 #, gcc-internal-format
38933 msgid "const, volatile or restrict qualified type in %<#pragma omp declare reduction%>"
38934 msgstr ""
38935
38936 #: c/c-parser.c:20774
38937 #, gcc-internal-format
38938 msgid "redeclaration of %qs %<#pragma omp declare reduction%> for type %qT"
38939 msgstr ""
38940
38941 #: c/c-parser.c:20783
38942 #, gcc-internal-format
38943 msgid "previous %<#pragma omp declare reduction%>"
38944 msgstr "попереднє %<#pragma omp declare reduction%>"
38945
38946 #: c/c-parser.c:20900
38947 #, gcc-internal-format
38948 msgid "expected %<omp_priv%> or function-name"
38949 msgstr ""
38950
38951 #: c/c-parser.c:20911
38952 #, gcc-internal-format
38953 msgid "expected function-name %<(%>"
38954 msgstr "мало бути вказано назву функції %<(%>"
38955
38956 #: c/c-parser.c:20930
38957 #, gcc-internal-format
38958 msgid "one of the initializer call arguments should be %<&omp_priv%>"
38959 msgstr ""
38960
38961 #: c/c-parser.c:21061 cp/parser.c:42323
38962 #, fuzzy, gcc-internal-format
38963 #| msgid "expected %<data%>, %<update%>, %<enter%> or %<exit%>"
38964 msgid "expected %<simd%>, %<reduction%>, %<target%> or %<variant%>"
38965 msgstr "мало бути %<data%>, %<update%>, %<enter%> або %<exit%>"
38966
38967 #: c/c-parser.c:21125 cp/parser.c:42386
38968 #, gcc-internal-format
38969 msgid "expected %<seq_cst%>, %<relaxed%> or %<acq_rel%>"
38970 msgstr "мало бути %<seq_cst%>, %<relaxed%> або %<acq_rel%>"
38971
38972 #: c/c-parser.c:21145 cp/parser.c:42412
38973 #, gcc-internal-format
38974 msgid "expected %<unified_address%>, %<unified_shared_memory%>, %<dynamic_allocators%>, %<reverse_offload%> or %<atomic_default_mem_order%> clause"
38975 msgstr ""
38976
38977 #: c/c-parser.c:21154 cp/parser.c:42421
38978 #, gcc-internal-format
38979 msgid "%qs clause on %<requires%> directive not supported yet"
38980 msgstr ""
38981
38982 #: c/c-parser.c:21166 cp/parser.c:42433
38983 #, gcc-internal-format
38984 msgid "%qs clause used lexically after first target construct or offloading API"
38985 msgstr ""
38986
38987 #: c/c-parser.c:21178 cp/parser.c:42445
38988 #, gcc-internal-format
38989 msgid "more than one %<atomic_default_mem_order%> clause in a single compilation unit"
38990 msgstr ""
38991
38992 #: c/c-parser.c:21187 cp/parser.c:42454
38993 #, gcc-internal-format
38994 msgid "%<atomic_default_mem_order%> clause used lexically after first %<atomic%> construct without memory order clause"
38995 msgstr ""
38996
38997 #: c/c-parser.c:21201 cp/parser.c:42468
38998 #, gcc-internal-format
38999 msgid "%<pragma omp requires%> requires at least one clause"
39000 msgstr ""
39001
39002 #: c/c-parser.c:21220
39003 #, gcc-internal-format
39004 msgid "zero sized type %qT in %<reduction%> clause"
39005 msgstr ""
39006
39007 #: c/c-parser.c:21226
39008 #, gcc-internal-format
39009 msgid "variable sized type %qT in %<reduction%> clause"
39010 msgstr ""
39011
39012 #: c/c-parser.c:21462 cp/semantics.c:8357
39013 #, gcc-internal-format
39014 msgid "%qE declared %<threadprivate%> after first use"
39015 msgstr ""
39016
39017 #: c/c-parser.c:21464 cp/semantics.c:8359
39018 #, gcc-internal-format
39019 msgid "automatic variable %qE cannot be %<threadprivate%>"
39020 msgstr ""
39021
39022 #: c/c-parser.c:21468 cp/semantics.c:8361
39023 #, gcc-internal-format
39024 msgid "%<threadprivate%> %qE has incomplete type"
39025 msgstr ""
39026
39027 #: c/c-parser.c:21647 cp/parser.c:43202
39028 #, gcc-internal-format
39029 msgid "%<__transaction_cancel%> without transactional memory support enabled"
39030 msgstr ""
39031
39032 #: c/c-parser.c:21653 cp/parser.c:43208
39033 #, gcc-internal-format
39034 msgid "%<__transaction_cancel%> within a %<__transaction_relaxed%>"
39035 msgstr ""
39036
39037 #: c/c-parser.c:21662
39038 #, gcc-internal-format
39039 msgid "outer %<__transaction_cancel%> not within outer %<__transaction_atomic%> or a %<transaction_may_cancel_outer%> function"
39040 msgstr ""
39041
39042 #: c/c-parser.c:21670 cp/parser.c:43226
39043 #, gcc-internal-format
39044 msgid "%<__transaction_cancel%> not within %<__transaction_atomic%>"
39045 msgstr ""
39046
39047 #: c/c-parser.c:21754
39048 #, gcc-internal-format
39049 msgid "no closing brace"
39050 msgstr ""
39051
39052 #: c/c-typeck.c:224
39053 #, gcc-internal-format
39054 msgid "%qD has an incomplete type %qT"
39055 msgstr ""
39056
39057 #: c/c-typeck.c:238 c/c-typeck.c:10428 c/c-typeck.c:10470 cp/call.c:4435
39058 #, gcc-internal-format
39059 msgid "invalid use of void expression"
39060 msgstr ""
39061
39062 #: c/c-typeck.c:246
39063 #, gcc-internal-format
39064 msgid "invalid use of flexible array member"
39065 msgstr ""
39066
39067 #: c/c-typeck.c:252 cp/typeck2.c:505
39068 #, gcc-internal-format
39069 msgid "invalid use of array with unspecified bounds"
39070 msgstr ""
39071
39072 #: c/c-typeck.c:260
39073 #, gcc-internal-format
39074 msgid "invalid use of undefined type %qT"
39075 msgstr ""
39076
39077 #. If this type has a typedef-name, the TYPE_NAME is a TYPE_DECL.
39078 #: c/c-typeck.c:263
39079 #, gcc-internal-format
39080 msgid "invalid use of incomplete typedef %qT"
39081 msgstr ""
39082
39083 #: c/c-typeck.c:336
39084 #, gcc-internal-format
39085 msgid "%qT and %qT are in disjoint named address spaces"
39086 msgstr ""
39087
39088 #: c/c-typeck.c:577 c/c-typeck.c:602
39089 #, gcc-internal-format
39090 msgid "function types not truly compatible in ISO C"
39091 msgstr ""
39092
39093 #: c/c-typeck.c:746
39094 #, gcc-internal-format
39095 msgid "cannot mix operands of decimal floating and vector types"
39096 msgstr ""
39097
39098 #: c/c-typeck.c:751
39099 #, gcc-internal-format
39100 msgid "cannot mix operands of decimal floating and complex types"
39101 msgstr ""
39102
39103 #: c/c-typeck.c:756
39104 #, gcc-internal-format
39105 msgid "cannot mix operands of decimal floating and other floating types"
39106 msgstr ""
39107
39108 #: c/c-typeck.c:1297
39109 #, gcc-internal-format
39110 msgid "pointers to arrays with different qualifiers are incompatible in ISO C"
39111 msgstr ""
39112
39113 #: c/c-typeck.c:1301
39114 #, gcc-internal-format
39115 msgid "types are not quite compatible"
39116 msgstr ""
39117
39118 #: c/c-typeck.c:1305
39119 #, gcc-internal-format
39120 msgid "pointer target types incompatible in C++"
39121 msgstr ""
39122
39123 #: c/c-typeck.c:1638
39124 #, gcc-internal-format
39125 msgid "function return types not compatible due to %<volatile%>"
39126 msgstr ""
39127
39128 #: c/c-typeck.c:1896
39129 #, gcc-internal-format
39130 msgid "converting an array compound literal to a pointer is ill-formed in C++"
39131 msgstr ""
39132
39133 #: c/c-typeck.c:2426 c/c-typeck.c:9018
39134 #, gcc-internal-format
39135 msgid "%qT has no member named %qE; did you mean %qE?"
39136 msgstr ""
39137
39138 #: c/c-typeck.c:2430 c/c-typeck.c:9022
39139 #, gcc-internal-format
39140 msgid "%qT has no member named %qE"
39141 msgstr ""
39142
39143 #: c/c-typeck.c:2439
39144 #, gcc-internal-format
39145 msgid "accessing a member %qE of an atomic structure %qE"
39146 msgstr ""
39147
39148 #: c/c-typeck.c:2442
39149 #, gcc-internal-format
39150 msgid "accessing a member %qE of an atomic union %qE"
39151 msgstr ""
39152
39153 #: c/c-typeck.c:2502
39154 #, gcc-internal-format
39155 msgid "%qE is a pointer; did you mean to use %<->%>?"
39156 msgstr ""
39157
39158 #: c/c-typeck.c:2508
39159 #, gcc-internal-format
39160 msgid "request for member %qE in something not a structure or union"
39161 msgstr ""
39162
39163 #: c/c-typeck.c:2556
39164 #, gcc-internal-format
39165 msgid "dereferencing %<void *%> pointer"
39166 msgstr ""
39167
39168 #: c/c-typeck.c:2611
39169 #, gcc-internal-format
39170 msgid "subscripted value is neither array nor pointer nor vector"
39171 msgstr ""
39172
39173 #: c/c-typeck.c:2621 cp/typeck.c:3522 cp/typeck.c:3615
39174 #, gcc-internal-format
39175 msgid "array subscript is not an integer"
39176 msgstr ""
39177
39178 #: c/c-typeck.c:2627
39179 #, gcc-internal-format
39180 msgid "subscripted value is pointer to function"
39181 msgstr ""
39182
39183 #: c/c-typeck.c:2681
39184 #, gcc-internal-format
39185 msgid "ISO C forbids subscripting %<register%> array"
39186 msgstr ""
39187
39188 #: c/c-typeck.c:2684
39189 #, gcc-internal-format
39190 msgid "ISO C90 forbids subscripting non-lvalue array"
39191 msgstr ""
39192
39193 #: c/c-typeck.c:2798
39194 #, gcc-internal-format
39195 msgid "enum constant defined here"
39196 msgstr ""
39197
39198 #: c/c-typeck.c:2905 cp/typeck.c:1766
39199 #, gcc-internal-format
39200 msgid "%<sizeof%> on array function parameter %qE will return size of %qT"
39201 msgstr ""
39202
39203 #: c/c-typeck.c:3057
39204 #, gcc-internal-format
39205 msgid "called object %qE is not a function or function pointer"
39206 msgstr ""
39207
39208 #: c/c-typeck.c:3062
39209 #, gcc-internal-format
39210 msgid "called object %qD is not a function or function pointer"
39211 msgstr ""
39212
39213 #: c/c-typeck.c:3068
39214 #, gcc-internal-format
39215 msgid "called object is not a function or function pointer"
39216 msgstr ""
39217
39218 #. This situation leads to run-time undefined behavior. We can't,
39219 #. therefore, simply error unless we can prove that all possible
39220 #. executions of the program must execute the code.
39221 #: c/c-typeck.c:3098
39222 #, gcc-internal-format
39223 msgid "function called through a non-compatible type"
39224 msgstr ""
39225
39226 #: c/c-typeck.c:3103 c/c-typeck.c:3155
39227 #, gcc-internal-format
39228 msgid "function with qualified void return type called"
39229 msgstr ""
39230
39231 #: c/c-typeck.c:3210
39232 #, gcc-internal-format, gfc-internal-format
39233 msgid "type of formal parameter %d is incomplete"
39234 msgstr ""
39235
39236 #: c/c-typeck.c:3224
39237 #, gcc-internal-format
39238 msgid "passing argument %d of %qE as integer rather than floating due to prototype"
39239 msgstr ""
39240
39241 #: c/c-typeck.c:3230
39242 #, gcc-internal-format
39243 msgid "passing argument %d of %qE as integer rather than complex due to prototype"
39244 msgstr ""
39245
39246 #: c/c-typeck.c:3236
39247 #, gcc-internal-format
39248 msgid "passing argument %d of %qE as complex rather than floating due to prototype"
39249 msgstr ""
39250
39251 #: c/c-typeck.c:3242
39252 #, gcc-internal-format
39253 msgid "passing argument %d of %qE as floating rather than integer due to prototype"
39254 msgstr ""
39255
39256 #: c/c-typeck.c:3248
39257 #, gcc-internal-format
39258 msgid "passing argument %d of %qE as complex rather than integer due to prototype"
39259 msgstr ""
39260
39261 #: c/c-typeck.c:3254
39262 #, gcc-internal-format
39263 msgid "passing argument %d of %qE as floating rather than complex due to prototype"
39264 msgstr ""
39265
39266 #: c/c-typeck.c:3268
39267 #, gcc-internal-format
39268 msgid "passing argument %d of %qE as %<float%> rather than %<double%> due to prototype"
39269 msgstr ""
39270
39271 #: c/c-typeck.c:3294
39272 #, gcc-internal-format
39273 msgid "passing argument %d of %qE as %qT rather than %qT due to prototype"
39274 msgstr ""
39275
39276 #: c/c-typeck.c:3319
39277 #, gcc-internal-format
39278 msgid "passing argument %d of %qE with different width due to prototype"
39279 msgstr ""
39280
39281 #: c/c-typeck.c:3343
39282 #, gcc-internal-format
39283 msgid "passing argument %d of %qE as unsigned due to prototype"
39284 msgstr ""
39285
39286 #: c/c-typeck.c:3348
39287 #, gcc-internal-format
39288 msgid "passing argument %d of %qE as signed due to prototype"
39289 msgstr ""
39290
39291 #: c/c-typeck.c:3501
39292 #, gcc-internal-format
39293 msgid "too many arguments to method %qE"
39294 msgstr ""
39295
39296 #: c/c-typeck.c:3511
39297 #, gcc-internal-format
39298 msgid "too many arguments to built-in function %qE expecting %d"
39299 msgstr "забагато аргументів для вбудованої функції %qE; мало бути %d"
39300
39301 #: c/c-typeck.c:3583
39302 #, gcc-internal-format
39303 msgid "implicit conversion from %qT to %qT when passing argument to function"
39304 msgstr ""
39305
39306 #: c/c-typeck.c:3651
39307 #, gcc-internal-format
39308 msgid "too few arguments to built-in function %qE expecting %u"
39309 msgstr "замало аргументів для вбудованої функції %qE; мало бути %u"
39310
39311 #: c/c-typeck.c:3826 c/c-typeck.c:3854 cp/typeck.c:4945 cp/typeck.c:5214
39312 #, gcc-internal-format
39313 msgid "comparison with string literal results in unspecified behavior"
39314 msgstr ""
39315
39316 #: c/c-typeck.c:3834 c/c-typeck.c:3845 cp/typeck.c:4972 cp/typeck.c:4996
39317 #, gcc-internal-format
39318 msgid "comparison between pointer and zero character constant"
39319 msgstr ""
39320
39321 #: c/c-typeck.c:3837 c/c-typeck.c:3848 cp/typeck.c:4975 cp/typeck.c:4999
39322 #, gcc-internal-format
39323 msgid "did you mean to dereference the pointer?"
39324 msgstr ""
39325
39326 #: c/c-typeck.c:3868
39327 #, gcc-internal-format
39328 msgid "comparison between %qT and %qT"
39329 msgstr ""
39330
39331 #: c/c-typeck.c:3919
39332 #, gcc-internal-format
39333 msgid "pointer of type %<void *%> used in subtraction"
39334 msgstr ""
39335
39336 #: c/c-typeck.c:3922
39337 #, gcc-internal-format
39338 msgid "pointer to a function used in subtraction"
39339 msgstr ""
39340
39341 #: c/c-typeck.c:3957
39342 #, gcc-internal-format
39343 msgid "arithmetic on pointer to an incomplete type"
39344 msgstr ""
39345
39346 #: c/c-typeck.c:3966 cp/typeck.c:5898
39347 #, gcc-internal-format
39348 msgid "arithmetic on pointer to an empty aggregate"
39349 msgstr ""
39350
39351 #: c/c-typeck.c:4399
39352 #, gcc-internal-format
39353 msgid "%<~%> on a boolean expression"
39354 msgstr "%<~%> над булевим виразом"
39355
39356 #: c/c-typeck.c:4403
39357 #, gcc-internal-format
39358 msgid "did you mean to use logical not?"
39359 msgstr ""
39360
39361 #: c/c-typeck.c:4413
39362 #, gcc-internal-format
39363 msgid "ISO C does not support %<~%> for complex conjugation"
39364 msgstr ""
39365
39366 #: c/c-typeck.c:4437
39367 #, gcc-internal-format
39368 msgid "wrong type argument to absu"
39369 msgstr "помилковий тип аргументу absu"
39370
39371 #: c/c-typeck.c:4462
39372 #, gcc-internal-format
39373 msgid "wrong type argument to unary exclamation mark"
39374 msgstr ""
39375
39376 #: c/c-typeck.c:4520
39377 #, gcc-internal-format
39378 msgid "increment of enumeration value is invalid in C++"
39379 msgstr ""
39380
39381 #: c/c-typeck.c:4523
39382 #, gcc-internal-format
39383 msgid "decrement of enumeration value is invalid in C++"
39384 msgstr ""
39385
39386 #: c/c-typeck.c:4530
39387 #, gcc-internal-format
39388 msgid "increment of a boolean expression"
39389 msgstr ""
39390
39391 #: c/c-typeck.c:4533
39392 #, gcc-internal-format
39393 msgid "decrement of a boolean expression"
39394 msgstr ""
39395
39396 #: c/c-typeck.c:4549
39397 #, gcc-internal-format
39398 msgid "ISO C does not support %<++%> and %<--%> on complex types"
39399 msgstr ""
39400
39401 #: c/c-typeck.c:4575 c/c-typeck.c:4609
39402 #, gcc-internal-format
39403 msgid "wrong type argument to increment"
39404 msgstr ""
39405
39406 #: c/c-typeck.c:4577 c/c-typeck.c:4612
39407 #, gcc-internal-format
39408 msgid "wrong type argument to decrement"
39409 msgstr ""
39410
39411 #: c/c-typeck.c:4597
39412 #, gcc-internal-format
39413 msgid "increment of pointer to an incomplete type %qT"
39414 msgstr ""
39415
39416 #: c/c-typeck.c:4601
39417 #, gcc-internal-format
39418 msgid "decrement of pointer to an incomplete type %qT"
39419 msgstr ""
39420
39421 #: c/c-typeck.c:4708
39422 #, gcc-internal-format
39423 msgid "taking address of expression of type %<void%>"
39424 msgstr ""
39425
39426 #: c/c-typeck.c:4767
39427 #, gcc-internal-format
39428 msgid "cannot take address of bit-field %qD"
39429 msgstr ""
39430
39431 #: c/c-typeck.c:4780
39432 #, gcc-internal-format
39433 msgid "cannot take address of scalar with reverse storage order"
39434 msgstr ""
39435
39436 #: c/c-typeck.c:4788
39437 #, gcc-internal-format
39438 msgid "address of array with reverse scalar storage order requested"
39439 msgstr ""
39440
39441 #: c/c-typeck.c:4973
39442 #, gcc-internal-format
39443 msgid "global register variable %qD used in nested function"
39444 msgstr ""
39445
39446 #: c/c-typeck.c:4976
39447 #, gcc-internal-format
39448 msgid "register variable %qD used in nested function"
39449 msgstr ""
39450
39451 #: c/c-typeck.c:4981
39452 #, gcc-internal-format
39453 msgid "address of global register variable %qD requested"
39454 msgstr ""
39455
39456 #: c/c-typeck.c:4983
39457 #, gcc-internal-format
39458 msgid "address of register variable %qD requested"
39459 msgstr ""
39460
39461 #: c/c-typeck.c:5122
39462 #, gcc-internal-format
39463 msgid "non-lvalue array in conditional expression"
39464 msgstr ""
39465
39466 #: c/c-typeck.c:5204
39467 #, gcc-internal-format
39468 msgid "implicit conversion from %qT to %qT to match other result of conditional"
39469 msgstr ""
39470
39471 #: c/c-typeck.c:5263 c/c-typeck.c:5269
39472 #, gcc-internal-format
39473 msgid "operand of %<?:%> changes signedness from %qT to %qT due to unsignedness of other operand"
39474 msgstr ""
39475
39476 #: c/c-typeck.c:5286
39477 #, gcc-internal-format
39478 msgid "ISO C forbids conditional expr with only one void side"
39479 msgstr ""
39480
39481 #: c/c-typeck.c:5303
39482 #, gcc-internal-format
39483 msgid "pointers to disjoint address spaces used in conditional expression"
39484 msgstr ""
39485
39486 #: c/c-typeck.c:5314 c/c-typeck.c:5331
39487 #, gcc-internal-format
39488 msgid "pointer to array loses qualifier in conditional expression"
39489 msgstr ""
39490
39491 #: c/c-typeck.c:5319 c/c-typeck.c:5336
39492 #, gcc-internal-format
39493 msgid "ISO C forbids conditional expr between %<void *%> and function pointer"
39494 msgstr ""
39495
39496 #: c/c-typeck.c:5349
39497 #, gcc-internal-format
39498 msgid "pointer type mismatch between %qT and %qT of %qD and %qD in conditional expression"
39499 msgstr ""
39500
39501 #: c/c-typeck.c:5354
39502 #, gcc-internal-format
39503 msgid "pointer type mismatch in conditional expression"
39504 msgstr ""
39505
39506 #: c/c-typeck.c:5363 c/c-typeck.c:5374
39507 #, gcc-internal-format
39508 msgid "pointer/integer type mismatch in conditional expression"
39509 msgstr ""
39510
39511 #: c/c-typeck.c:5388
39512 #, gcc-internal-format
39513 msgid "type mismatch in conditional expression"
39514 msgstr ""
39515
39516 #: c/c-typeck.c:5512
39517 #, gcc-internal-format
39518 msgid "left-hand operand of comma expression has no effect"
39519 msgstr ""
39520
39521 #: c/c-typeck.c:5530 c/c-typeck.c:11077
39522 #, gcc-internal-format
39523 msgid "right-hand operand of comma expression has no effect"
39524 msgstr ""
39525
39526 #: c/c-typeck.c:5599
39527 msgid "cast adds %q#v qualifier to function type"
39528 msgstr ""
39529
39530 #: c/c-typeck.c:5605
39531 msgid "cast discards %qv qualifier from pointer target type"
39532 msgstr ""
39533
39534 #: c/c-typeck.c:5640
39535 #, gcc-internal-format
39536 msgid "to be safe all intermediate pointers in cast from %qT to %qT must be %<const%> qualified"
39537 msgstr ""
39538
39539 #: c/c-typeck.c:5734
39540 #, gcc-internal-format
39541 msgid "cast specifies array type"
39542 msgstr ""
39543
39544 #: c/c-typeck.c:5740
39545 #, gcc-internal-format
39546 msgid "cast specifies function type"
39547 msgstr ""
39548
39549 #: c/c-typeck.c:5755
39550 #, gcc-internal-format
39551 msgid "ISO C forbids casting nonscalar to the same type"
39552 msgstr ""
39553
39554 #: c/c-typeck.c:5775
39555 #, gcc-internal-format
39556 msgid "ISO C forbids casts to union type"
39557 msgstr ""
39558
39559 #: c/c-typeck.c:5785
39560 #, gcc-internal-format
39561 msgid "cast to union type from type not present in union"
39562 msgstr ""
39563
39564 #: c/c-typeck.c:5820
39565 #, gcc-internal-format, gfc-internal-format
39566 msgid "cast to %s address space pointer from disjoint generic address space pointer"
39567 msgstr ""
39568
39569 #: c/c-typeck.c:5825
39570 #, gcc-internal-format, gfc-internal-format
39571 msgid "cast to generic address space pointer from disjoint %s address space pointer"
39572 msgstr ""
39573
39574 #: c/c-typeck.c:5830
39575 #, gcc-internal-format, gfc-internal-format
39576 msgid "cast to %s address space pointer from disjoint %s address space pointer"
39577 msgstr ""
39578
39579 #: c/c-typeck.c:5850
39580 #, gcc-internal-format
39581 msgid "cast increases required alignment of target type"
39582 msgstr ""
39583
39584 #: c/c-typeck.c:5861
39585 #, gcc-internal-format
39586 msgid "cast from pointer to integer of different size"
39587 msgstr ""
39588
39589 #: c/c-typeck.c:5866
39590 #, gcc-internal-format
39591 msgid "cast from function call of type %qT to non-matching type %qT"
39592 msgstr ""
39593
39594 #: c/c-typeck.c:5875 cp/typeck.c:8235
39595 #, gcc-internal-format
39596 msgid "cast to pointer from integer of different size"
39597 msgstr ""
39598
39599 #: c/c-typeck.c:5889
39600 #, gcc-internal-format
39601 msgid "ISO C forbids conversion of function pointer to object pointer type"
39602 msgstr ""
39603
39604 #: c/c-typeck.c:5898
39605 #, gcc-internal-format
39606 msgid "ISO C forbids conversion of object pointer to function pointer type"
39607 msgstr ""
39608
39609 #: c/c-typeck.c:5908
39610 #, gcc-internal-format
39611 msgid "cast between incompatible function types from %qT to %qT"
39612 msgstr ""
39613
39614 #: c/c-typeck.c:6003
39615 #, gcc-internal-format
39616 msgid "defining a type in a cast is invalid in C++"
39617 msgstr ""
39618
39619 #: c/c-typeck.c:6044
39620 #, gcc-internal-format
39621 msgid "assignment to expression with array type"
39622 msgstr ""
39623
39624 #: c/c-typeck.c:6170
39625 #, gcc-internal-format
39626 msgid "enum conversion in assignment is invalid in C++"
39627 msgstr ""
39628
39629 #: c/c-typeck.c:6374 c/c-typeck.c:6396 c/c-typeck.c:6422
39630 #, gcc-internal-format
39631 msgid "(near initialization for %qs)"
39632 msgstr ""
39633
39634 #: c/c-typeck.c:6437
39635 #, gcc-internal-format
39636 msgid "array initialized from parenthesized string constant"
39637 msgstr ""
39638
39639 #: c/c-typeck.c:6480 c/c-typeck.c:6726
39640 #, gcc-internal-format
39641 msgid "expected %qT but argument is of type %qT"
39642 msgstr ""
39643
39644 #: c/c-typeck.c:6514
39645 #, gcc-internal-format
39646 msgid "%qD argument %d type is %qT where %qT is expected in a call to built-in function declared without prototype"
39647 msgstr ""
39648
39649 #: c/c-typeck.c:6517
39650 #, gcc-internal-format
39651 msgid "%qD argument %d promotes to %qT where %qT is expected in a call to built-in function declared without prototype"
39652 msgstr ""
39653
39654 #: c/c-typeck.c:6522
39655 #, gcc-internal-format
39656 msgid "built-in %qD declared here"
39657 msgstr "вбудований %qD оголошено тут"
39658
39659 #: c/c-typeck.c:6721
39660 #, gcc-internal-format
39661 msgid "enum conversion when passing argument %d of %qE is invalid in C++"
39662 msgstr ""
39663
39664 #: c/c-typeck.c:6730
39665 #, gcc-internal-format
39666 msgid "enum conversion from %qT to %qT in assignment is invalid in C++"
39667 msgstr ""
39668
39669 #: c/c-typeck.c:6734
39670 #, gcc-internal-format
39671 msgid "enum conversion from %qT to %qT in initialization is invalid in C++"
39672 msgstr ""
39673
39674 #: c/c-typeck.c:6739
39675 #, gcc-internal-format
39676 msgid "enum conversion from %qT to %qT in return is invalid in C++"
39677 msgstr ""
39678
39679 #: c/c-typeck.c:6757
39680 #, fuzzy, gcc-internal-format
39681 #| msgid "invalid conversion from %qH to %qI"
39682 msgid "implicit conversion from %qT to %qT"
39683 msgstr "некоректне перетворення з %qH на %qI"
39684
39685 #: c/c-typeck.c:6935 c/c-typeck.c:7254
39686 msgid "passing argument %d of %qE makes %q#v qualified function pointer from unqualified"
39687 msgstr ""
39688
39689 #: c/c-typeck.c:6938 c/c-typeck.c:7257
39690 msgid "assignment makes %q#v qualified function pointer from unqualified"
39691 msgstr ""
39692
39693 #: c/c-typeck.c:6941 c/c-typeck.c:7259
39694 msgid "initialization makes %q#v qualified function pointer from unqualified"
39695 msgstr ""
39696
39697 #: c/c-typeck.c:6944 c/c-typeck.c:7261
39698 msgid "return makes %q#v qualified function pointer from unqualified"
39699 msgstr ""
39700
39701 #: c/c-typeck.c:6952 c/c-typeck.c:7149 c/c-typeck.c:7192
39702 msgid "passing argument %d of %qE discards %qv qualifier from pointer target type"
39703 msgstr ""
39704
39705 #: c/c-typeck.c:6954 c/c-typeck.c:7151 c/c-typeck.c:7194
39706 msgid "assignment discards %qv qualifier from pointer target type"
39707 msgstr ""
39708
39709 #: c/c-typeck.c:6956 c/c-typeck.c:7153 c/c-typeck.c:7196
39710 msgid "initialization discards %qv qualifier from pointer target type"
39711 msgstr ""
39712
39713 #: c/c-typeck.c:6958 c/c-typeck.c:7155 c/c-typeck.c:7198
39714 msgid "return discards %qv qualifier from pointer target type"
39715 msgstr ""
39716
39717 #: c/c-typeck.c:6967
39718 #, gcc-internal-format
39719 msgid "ISO C prohibits argument conversion to union type"
39720 msgstr "У ISO C заборонено перетворення аргументу до типу об'єднання"
39721
39722 #: c/c-typeck.c:7035
39723 #, gcc-internal-format
39724 msgid "request for implicit conversion from %qT to %qT not permitted in C++"
39725 msgstr ""
39726
39727 #: c/c-typeck.c:7048
39728 #, gcc-internal-format
39729 msgid "passing argument %d of %qE from pointer to non-enclosed address space"
39730 msgstr ""
39731
39732 #: c/c-typeck.c:7058
39733 #, gcc-internal-format
39734 msgid "assignment from pointer to non-enclosed address space"
39735 msgstr ""
39736
39737 #: c/c-typeck.c:7068
39738 #, gcc-internal-format
39739 msgid "initialization from pointer to non-enclosed address space"
39740 msgstr ""
39741
39742 #: c/c-typeck.c:7078
39743 #, gcc-internal-format
39744 msgid "return from pointer to non-enclosed address space"
39745 msgstr ""
39746
39747 #: c/c-typeck.c:7101
39748 #, gcc-internal-format
39749 msgid "argument %d of %qE might be a candidate for a format attribute"
39750 msgstr ""
39751
39752 #: c/c-typeck.c:7107
39753 #, gcc-internal-format
39754 msgid "assignment left-hand side might be a candidate for a format attribute"
39755 msgstr ""
39756
39757 #: c/c-typeck.c:7112
39758 #, gcc-internal-format
39759 msgid "initialization left-hand side might be a candidate for a format attribute"
39760 msgstr ""
39761
39762 #: c/c-typeck.c:7117 cp/typeck.c:9341
39763 #, gcc-internal-format
39764 msgid "return type might be a candidate for a format attribute"
39765 msgstr ""
39766
39767 #: c/c-typeck.c:7166
39768 #, gcc-internal-format
39769 msgid "ISO C forbids passing argument %d of %qE between function pointer and %<void *%>"
39770 msgstr ""
39771
39772 #: c/c-typeck.c:7169
39773 #, gcc-internal-format
39774 msgid "ISO C forbids assignment between function pointer and %<void *%>"
39775 msgstr ""
39776
39777 #: c/c-typeck.c:7171
39778 #, gcc-internal-format
39779 msgid "ISO C forbids initialization between function pointer and %<void *%>"
39780 msgstr ""
39781
39782 #: c/c-typeck.c:7173
39783 #, gcc-internal-format
39784 msgid "ISO C forbids return between function pointer and %<void *%>"
39785 msgstr ""
39786
39787 #: c/c-typeck.c:7217
39788 #, gcc-internal-format
39789 msgid "pointer targets in passing argument %d of %qE differ in signedness"
39790 msgstr ""
39791
39792 #: c/c-typeck.c:7225
39793 #, gcc-internal-format
39794 msgid "pointer targets in assignment from %qT to %qT differ in signedness"
39795 msgstr ""
39796
39797 #: c/c-typeck.c:7230
39798 #, gcc-internal-format
39799 msgid "pointer targets in initialization of %qT from %qT differ in signedness"
39800 msgstr ""
39801
39802 #: c/c-typeck.c:7235
39803 #, gcc-internal-format
39804 msgid "pointer targets in returning %qT from a function with return type %qT differ in signedness"
39805 msgstr ""
39806
39807 #: c/c-typeck.c:7277
39808 #, gcc-internal-format
39809 msgid "passing argument %d of %qE from incompatible pointer type"
39810 msgstr ""
39811
39812 #: c/c-typeck.c:7285
39813 #, gcc-internal-format
39814 msgid "assignment to %qT from pointer to %qD with incompatible type %qT"
39815 msgstr ""
39816
39817 #: c/c-typeck.c:7290
39818 #, gcc-internal-format
39819 msgid "assignment to %qT from incompatible pointer type %qT"
39820 msgstr ""
39821
39822 #: c/c-typeck.c:7296
39823 #, gcc-internal-format
39824 msgid "initialization of %qT from pointer to %qD with incompatible type %qT"
39825 msgstr ""
39826
39827 #: c/c-typeck.c:7301
39828 #, gcc-internal-format
39829 msgid "initialization of %qT from incompatible pointer type %qT"
39830 msgstr ""
39831
39832 #: c/c-typeck.c:7308
39833 #, gcc-internal-format
39834 msgid "returning pointer to %qD of type %qT from a function with incompatible type %qT"
39835 msgstr ""
39836
39837 #: c/c-typeck.c:7313
39838 #, gcc-internal-format
39839 msgid "returning %qT from a function with incompatible return type %qT"
39840 msgstr "повертає %qT з функції із несумісним типом повернення %qT"
39841
39842 #: c/c-typeck.c:7352
39843 #, gcc-internal-format
39844 msgid "passing argument %d of %qE makes pointer from integer without a cast"
39845 msgstr ""
39846
39847 #: c/c-typeck.c:7359
39848 #, gcc-internal-format
39849 msgid "assignment to %qT from %qT makes pointer from integer without a cast"
39850 msgstr ""
39851
39852 #: c/c-typeck.c:7364
39853 #, gcc-internal-format
39854 msgid "initialization of %qT from %qT makes pointer from integer without a cast"
39855 msgstr ""
39856
39857 #: c/c-typeck.c:7368
39858 #, gcc-internal-format
39859 msgid "returning %qT from a function with return type %qT makes pointer from integer without a cast"
39860 msgstr ""
39861
39862 #: c/c-typeck.c:7388
39863 #, gcc-internal-format
39864 msgid "passing argument %d of %qE makes integer from pointer without a cast"
39865 msgstr ""
39866
39867 #: c/c-typeck.c:7395
39868 #, gcc-internal-format
39869 msgid "assignment to %qT from %qT makes integer from pointer without a cast"
39870 msgstr ""
39871
39872 #: c/c-typeck.c:7400
39873 #, gcc-internal-format
39874 msgid "initialization of %qT from %qT makes integer from pointer without a cast"
39875 msgstr ""
39876
39877 #: c/c-typeck.c:7404
39878 #, gcc-internal-format
39879 msgid "returning %qT from a function with return type %qT makes integer from pointer without a cast"
39880 msgstr ""
39881
39882 #: c/c-typeck.c:7431
39883 #, gcc-internal-format
39884 msgid "incompatible type for argument %d of %qE"
39885 msgstr ""
39886
39887 #: c/c-typeck.c:7442
39888 #, gcc-internal-format
39889 msgid "incompatible types when assigning to type %qT from type %qT"
39890 msgstr ""
39891
39892 #: c/c-typeck.c:7452
39893 #, gcc-internal-format
39894 msgid "incompatible types when initializing type %qT using type %qT"
39895 msgstr "несумісні типи при ініціалізації типу %qT за допомогою %qT"
39896
39897 #: c/c-typeck.c:7462
39898 #, gcc-internal-format
39899 msgid "incompatible types when returning type %qT but %qT was expected"
39900 msgstr ""
39901
39902 #: c/c-typeck.c:7530
39903 #, gcc-internal-format
39904 msgid "traditional C rejects automatic aggregate initialization"
39905 msgstr ""
39906
39907 #: c/c-typeck.c:7767 c/c-typeck.c:8661 cp/typeck2.c:1157
39908 #, gcc-internal-format
39909 msgid "initialization of a flexible array member"
39910 msgstr ""
39911
39912 #: c/c-typeck.c:7783 cp/typeck2.c:1192
39913 #, gcc-internal-format
39914 msgid "cannot initialize array of %qT from a string literal with type array of %qT"
39915 msgstr ""
39916
39917 #: c/c-typeck.c:7823
39918 #, gcc-internal-format
39919 msgid "array of inappropriate type initialized from string constant"
39920 msgstr ""
39921
39922 #: c/c-typeck.c:7891 cp/typeck.c:2142
39923 #, gcc-internal-format
39924 msgid "invalid use of non-lvalue array"
39925 msgstr ""
39926
39927 #: c/c-typeck.c:7910 c/c-typeck.c:7934 c/c-typeck.c:7937 c/c-typeck.c:7945
39928 #: c/c-typeck.c:7985 c/c-typeck.c:9508 c/c-typeck.c:9558
39929 #, gcc-internal-format
39930 msgid "initializer element is not constant"
39931 msgstr ""
39932
39933 #: c/c-typeck.c:7919
39934 #, gcc-internal-format
39935 msgid "array initialized from non-constant array expression"
39936 msgstr ""
39937
39938 #: c/c-typeck.c:7950 c/c-typeck.c:7998 c/c-typeck.c:9568
39939 #, gcc-internal-format
39940 msgid "initializer element is not a constant expression"
39941 msgstr ""
39942
39943 #: c/c-typeck.c:7992 c/c-typeck.c:9563
39944 #, gcc-internal-format
39945 msgid "initializer element is not computable at load time"
39946 msgstr ""
39947
39948 #: c/c-typeck.c:8011
39949 #, gcc-internal-format
39950 msgid "invalid initializer"
39951 msgstr ""
39952
39953 #: c/c-typeck.c:8289 cp/decl.c:6697
39954 #, gcc-internal-format
39955 msgid "opaque vector types cannot be initialized"
39956 msgstr "непрозорі типи векторів не може бути ініціалізовано"
39957
39958 #: c/c-typeck.c:8509
39959 #, gcc-internal-format
39960 msgid "extra brace group at end of initializer"
39961 msgstr ""
39962
39963 #: c/c-typeck.c:8592
39964 #, gcc-internal-format
39965 msgid "braces around scalar initializer"
39966 msgstr ""
39967
39968 #: c/c-typeck.c:8658 c/c-typeck.c:10044 cp/typeck2.c:1201 cp/typeck2.c:1458
39969 #, gcc-internal-format
39970 msgid "initialization of flexible array member in a nested context"
39971 msgstr ""
39972
39973 #: c/c-typeck.c:8695
39974 #, gcc-internal-format
39975 msgid "missing braces around initializer"
39976 msgstr ""
39977
39978 #: c/c-typeck.c:8718
39979 #, gcc-internal-format
39980 msgid "missing initializer for field %qD of %qT"
39981 msgstr ""
39982
39983 #: c/c-typeck.c:8742
39984 #, gcc-internal-format
39985 msgid "empty scalar initializer"
39986 msgstr ""
39987
39988 #: c/c-typeck.c:8747
39989 #, gcc-internal-format
39990 msgid "extra elements in scalar initializer"
39991 msgstr ""
39992
39993 #: c/c-typeck.c:8860 c/c-typeck.c:8942
39994 #, gcc-internal-format
39995 msgid "array index in non-array initializer"
39996 msgstr ""
39997
39998 #: c/c-typeck.c:8865 c/c-typeck.c:9004
39999 #, gcc-internal-format
40000 msgid "field name not in record or union initializer"
40001 msgstr ""
40002
40003 #: c/c-typeck.c:8915
40004 #, gcc-internal-format
40005 msgid "array index in initializer not of integer type"
40006 msgstr ""
40007
40008 #: c/c-typeck.c:8924 c/c-typeck.c:8933
40009 #, gcc-internal-format
40010 msgid "array index in initializer is not an integer constant expression"
40011 msgstr ""
40012
40013 #: c/c-typeck.c:8938 c/c-typeck.c:8940
40014 #, gcc-internal-format
40015 msgid "nonconstant array index in initializer"
40016 msgstr ""
40017
40018 #: c/c-typeck.c:8944 c/c-typeck.c:8947
40019 #, gcc-internal-format
40020 msgid "array index in initializer exceeds array bounds"
40021 msgstr ""
40022
40023 #: c/c-typeck.c:8966
40024 #, gcc-internal-format
40025 msgid "empty index range in initializer"
40026 msgstr ""
40027
40028 #: c/c-typeck.c:8975
40029 #, gcc-internal-format
40030 msgid "array index range in initializer exceeds array bounds"
40031 msgstr ""
40032
40033 #: c/c-typeck.c:9077 c/c-typeck.c:9107 c/c-typeck.c:9651
40034 #, gcc-internal-format
40035 msgid "initialized field with side-effects overwritten"
40036 msgstr ""
40037
40038 #: c/c-typeck.c:9081 c/c-typeck.c:9111 c/c-typeck.c:9654
40039 #, gcc-internal-format
40040 msgid "initialized field overwritten"
40041 msgstr ""
40042
40043 #: c/c-typeck.c:9585
40044 #, gcc-internal-format
40045 msgid "enum conversion in initialization is invalid in C++"
40046 msgstr ""
40047
40048 #: c/c-typeck.c:9925
40049 #, gcc-internal-format
40050 msgid "excess elements in %<char%> array initializer"
40051 msgstr ""
40052
40053 #: c/c-typeck.c:9932 c/c-typeck.c:10003
40054 #, gcc-internal-format
40055 msgid "excess elements in struct initializer"
40056 msgstr ""
40057
40058 #: c/c-typeck.c:9947
40059 #, gcc-internal-format
40060 msgid "positional initialization of field in %<struct%> declared with %<designated_init%> attribute"
40061 msgstr ""
40062
40063 #: c/c-typeck.c:10018 cp/typeck2.c:1161
40064 #, gcc-internal-format
40065 msgid "non-static initialization of a flexible array member"
40066 msgstr ""
40067
40068 #: c/c-typeck.c:10117
40069 #, gcc-internal-format
40070 msgid "excess elements in union initializer"
40071 msgstr ""
40072
40073 #: c/c-typeck.c:10139
40074 #, gcc-internal-format
40075 msgid "traditional C rejects initialization of unions"
40076 msgstr ""
40077
40078 #: c/c-typeck.c:10209
40079 #, gcc-internal-format
40080 msgid "excess elements in array initializer"
40081 msgstr ""
40082
40083 #: c/c-typeck.c:10243
40084 #, gcc-internal-format
40085 msgid "excess elements in vector initializer"
40086 msgstr ""
40087
40088 #: c/c-typeck.c:10275
40089 #, gcc-internal-format
40090 msgid "excess elements in scalar initializer"
40091 msgstr ""
40092
40093 #: c/c-typeck.c:10521
40094 #, gcc-internal-format
40095 msgid "ISO C forbids %<goto *expr;%>"
40096 msgstr ""
40097
40098 #: c/c-typeck.c:10548 c/gimple-parser.c:2403 cp/typeck.c:9788
40099 #, gcc-internal-format
40100 msgid "function declared %<noreturn%> has a %<return%> statement"
40101 msgstr ""
40102
40103 #: c/c-typeck.c:10574 c/c-typeck.c:10578
40104 #, gcc-internal-format
40105 msgid "%<return%> with no value, in function returning non-void"
40106 msgstr ""
40107
40108 #: c/c-typeck.c:10592 c/gimple-parser.c:2413
40109 #, gcc-internal-format
40110 msgid "%<return%> with a value, in function returning void"
40111 msgstr ""
40112
40113 #: c/c-typeck.c:10595
40114 #, gcc-internal-format
40115 msgid "ISO C forbids %<return%> with expression, in function returning void"
40116 msgstr ""
40117
40118 #: c/c-typeck.c:10672
40119 #, gcc-internal-format
40120 msgid "function returns address of label"
40121 msgstr ""
40122
40123 #: c/c-typeck.c:10759 cp/semantics.c:1254
40124 #, gcc-internal-format
40125 msgid "switch quantity not an integer"
40126 msgstr ""
40127
40128 #: c/c-typeck.c:10784
40129 #, gcc-internal-format
40130 msgid "%<long%> switch expression not converted to %<int%> in ISO C"
40131 msgstr ""
40132
40133 #: c/c-typeck.c:10821 c/c-typeck.c:10829
40134 #, gcc-internal-format
40135 msgid "case label is not an integer constant expression"
40136 msgstr ""
40137
40138 #: c/c-typeck.c:10835 cp/parser.c:11575
40139 #, gcc-internal-format
40140 msgid "case label not within a switch statement"
40141 msgstr ""
40142
40143 #: c/c-typeck.c:10837
40144 #, gcc-internal-format
40145 msgid "%<default%> label not within a switch statement"
40146 msgstr ""
40147
40148 #: c/c-typeck.c:11019 cp/parser.c:12994
40149 #, gcc-internal-format
40150 msgid "break statement not within loop or switch"
40151 msgstr ""
40152
40153 #: c/c-typeck.c:11021 cp/parser.c:13017
40154 #, gcc-internal-format
40155 msgid "continue statement not within a loop"
40156 msgstr ""
40157
40158 #: c/c-typeck.c:11026 cp/parser.c:13007
40159 #, gcc-internal-format
40160 msgid "break statement used with OpenMP for loop"
40161 msgstr ""
40162
40163 #: c/c-typeck.c:11031
40164 #, gcc-internal-format
40165 msgid "break statement within %<#pragma simd%> loop body"
40166 msgstr ""
40167
40168 #: c/c-typeck.c:11033
40169 #, gcc-internal-format
40170 msgid "continue statement within %<#pragma simd%> loop body"
40171 msgstr ""
40172
40173 #: c/c-typeck.c:11059 cp/cp-gimplify.c:501
40174 #, gcc-internal-format
40175 msgid "statement with no effect"
40176 msgstr ""
40177
40178 #: c/c-typeck.c:11103
40179 #, gcc-internal-format
40180 msgid "expression statement has incomplete type"
40181 msgstr ""
40182
40183 #: c/c-typeck.c:11937 c/c-typeck.c:12105 cp/typeck.c:5228
40184 #, gcc-internal-format
40185 msgid "comparing vectors with different element types"
40186 msgstr ""
40187
40188 #: c/c-typeck.c:11945 c/c-typeck.c:12113 cp/typeck.c:5241
40189 #, gcc-internal-format
40190 msgid "comparing vectors with different number of elements"
40191 msgstr ""
40192
40193 #: c/c-typeck.c:11970 c/c-typeck.c:12138 cp/typeck.c:5276
40194 #, gcc-internal-format
40195 msgid "could not find an integer type of the same size as %qT"
40196 msgstr ""
40197
40198 #: c/c-typeck.c:11984 cp/typeck.c:4934
40199 #, gcc-internal-format
40200 msgid "comparing floating-point with %<==%> or %<!=%> is unsafe"
40201 msgstr ""
40202
40203 #: c/c-typeck.c:12002 c/c-typeck.c:12023
40204 #, gcc-internal-format
40205 msgid "the comparison will always evaluate as %<false%> for the address of %qD will never be NULL"
40206 msgstr ""
40207
40208 #: c/c-typeck.c:12008 c/c-typeck.c:12029
40209 #, gcc-internal-format
40210 msgid "the comparison will always evaluate as %<true%> for the address of %qD will never be NULL"
40211 msgstr ""
40212
40213 #: c/c-typeck.c:12050 c/c-typeck.c:12179
40214 #, gcc-internal-format
40215 msgid "comparison of pointers to disjoint address spaces"
40216 msgstr ""
40217
40218 #: c/c-typeck.c:12057 c/c-typeck.c:12063
40219 #, gcc-internal-format
40220 msgid "ISO C forbids comparison of %<void *%> with function pointer"
40221 msgstr ""
40222
40223 #: c/c-typeck.c:12070 c/c-typeck.c:12189
40224 #, gcc-internal-format
40225 msgid "comparison of distinct pointer types lacks a cast"
40226 msgstr ""
40227
40228 #: c/c-typeck.c:12082 c/c-typeck.c:12087 c/c-typeck.c:12215 c/c-typeck.c:12220
40229 #, gcc-internal-format
40230 msgid "comparison between pointer and integer"
40231 msgstr ""
40232
40233 #: c/c-typeck.c:12167
40234 #, gcc-internal-format
40235 msgid "comparison of complete and incomplete pointers"
40236 msgstr ""
40237
40238 #: c/c-typeck.c:12169
40239 #, gcc-internal-format
40240 msgid "ISO C forbids ordered comparisons of pointers to functions"
40241 msgstr ""
40242
40243 #: c/c-typeck.c:12174
40244 #, gcc-internal-format
40245 msgid "ordered comparison of pointer with null pointer"
40246 msgstr ""
40247
40248 #: c/c-typeck.c:12197 c/c-typeck.c:12200 c/c-typeck.c:12207 c/c-typeck.c:12210
40249 #: cp/typeck.c:5299 cp/typeck.c:5306
40250 #, gcc-internal-format
40251 msgid "ordered comparison of pointer with integer zero"
40252 msgstr ""
40253
40254 #: c/c-typeck.c:12278
40255 #, gcc-internal-format
40256 msgid "implicit conversion from %qT to %qT to match other operand of binary expression"
40257 msgstr ""
40258
40259 #: c/c-typeck.c:12593
40260 #, gcc-internal-format
40261 msgid "used array that cannot be converted to pointer where scalar is required"
40262 msgstr ""
40263
40264 #: c/c-typeck.c:12597
40265 #, gcc-internal-format
40266 msgid "used struct type value where scalar is required"
40267 msgstr ""
40268
40269 #: c/c-typeck.c:12601
40270 #, gcc-internal-format
40271 msgid "used union type value where scalar is required"
40272 msgstr ""
40273
40274 #: c/c-typeck.c:12617
40275 #, gcc-internal-format
40276 msgid "used vector type where scalar is required"
40277 msgstr ""
40278
40279 #: c/c-typeck.c:12807 cp/semantics.c:9469
40280 #, gcc-internal-format
40281 msgid "%<#pragma omp cancel%> must specify one of %<parallel%>, %<for%>, %<sections%> or %<taskgroup%> clauses"
40282 msgstr ""
40283
40284 #: c/c-typeck.c:12818 c/c-typeck.c:12828 cp/semantics.c:9480
40285 #: cp/semantics.c:9490
40286 #, gcc-internal-format
40287 msgid "expected %<cancel%> %<if%> clause modifier"
40288 msgstr ""
40289
40290 #: c/c-typeck.c:12863 cp/semantics.c:9525
40291 #, gcc-internal-format
40292 msgid "%<#pragma omp cancellation point%> must specify one of %<parallel%>, %<for%>, %<sections%> or %<taskgroup%> clauses"
40293 msgstr ""
40294
40295 #: c/c-typeck.c:12907 c/c-typeck.c:14465 c/c-typeck.c:14536 c/c-typeck.c:14607
40296 #, gcc-internal-format
40297 msgid "%<_Atomic%> %qE in %qs clause"
40298 msgstr ""
40299
40300 #: c/c-typeck.c:12919 c/c-typeck.c:14397 c/c-typeck.c:14522
40301 #: cp/semantics.c:4765 cp/semantics.c:7225 cp/semantics.c:7367
40302 #, gcc-internal-format
40303 msgid "bit-field %qE in %qs clause"
40304 msgstr ""
40305
40306 #: c/c-typeck.c:12928 c/c-typeck.c:14546 cp/semantics.c:4775
40307 #: cp/semantics.c:7386
40308 #, gcc-internal-format
40309 msgid "%qE is a member of a union"
40310 msgstr ""
40311
40312 #: c/c-typeck.c:12936 c/c-typeck.c:14555
40313 #, gcc-internal-format
40314 msgid "cannot dereference %qE in %qs clause"
40315 msgstr ""
40316
40317 #: c/c-typeck.c:12947 cp/semantics.c:4791 cp/semantics.c:7413
40318 #, gcc-internal-format
40319 msgid "%qD is not a variable in %qs clause"
40320 msgstr ""
40321
40322 #: c/c-typeck.c:12951 c/c-typeck.c:14572 cp/semantics.c:4795
40323 #: cp/semantics.c:7417
40324 #, gcc-internal-format
40325 msgid "%qE is not a variable in %qs clause"
40326 msgstr ""
40327
40328 #: c/c-typeck.c:12958
40329 #, gcc-internal-format
40330 msgid "%<_Atomic%> %qD in %qs clause"
40331 msgstr ""
40332
40333 #: c/c-typeck.c:12967 c/c-typeck.c:14579 c/c-typeck.c:14689
40334 #: cp/semantics.c:4813 cp/semantics.c:7424 cp/semantics.c:7603
40335 #, gcc-internal-format
40336 msgid "%qD is threadprivate variable in %qs clause"
40337 msgstr ""
40338
40339 #: c/c-typeck.c:13003 cp/semantics.c:4847
40340 #, gcc-internal-format
40341 msgid "low bound %qE of array section does not have integral type"
40342 msgstr ""
40343
40344 #: c/c-typeck.c:13010 cp/semantics.c:4854
40345 #, gcc-internal-format
40346 msgid "length %qE of array section does not have integral type"
40347 msgstr ""
40348
40349 #: c/c-typeck.c:13033 cp/semantics.c:4887
40350 #, fuzzy, gcc-internal-format
40351 #| msgid "expected integer expression list"
40352 msgid "expected single pointer in %qs clause"
40353 msgstr "мало бути використано список цілих значень"
40354
40355 #: c/c-typeck.c:13050 c/c-typeck.c:13116 c/c-typeck.c:13388
40356 #: cp/semantics.c:4904 cp/semantics.c:4970
40357 #, gcc-internal-format
40358 msgid "zero length array section in %qs clause"
40359 msgstr ""
40360
40361 #: c/c-typeck.c:13069 cp/semantics.c:4923
40362 #, gcc-internal-format
40363 msgid "for unknown bound array type length expression must be specified"
40364 msgstr ""
40365
40366 #: c/c-typeck.c:13077 cp/semantics.c:4931
40367 #, gcc-internal-format
40368 msgid "negative low bound in array section in %qs clause"
40369 msgstr ""
40370
40371 #: c/c-typeck.c:13086 c/c-typeck.c:13202 cp/semantics.c:4940
40372 #: cp/semantics.c:5056
40373 #, gcc-internal-format
40374 msgid "negative length in array section in %qs clause"
40375 msgstr ""
40376
40377 #: c/c-typeck.c:13103 cp/semantics.c:4957
40378 #, gcc-internal-format
40379 msgid "low bound %qE above array section size in %qs clause"
40380 msgstr ""
40381
40382 #: c/c-typeck.c:13144 cp/semantics.c:4998
40383 #, gcc-internal-format
40384 msgid "length %qE above array section size in %qs clause"
40385 msgstr ""
40386
40387 #: c/c-typeck.c:13159 cp/semantics.c:5013
40388 #, gcc-internal-format
40389 msgid "high bound %qE above array section size in %qs clause"
40390 msgstr ""
40391
40392 #: c/c-typeck.c:13194 cp/semantics.c:5048
40393 #, gcc-internal-format
40394 msgid "for pointer type length expression must be specified"
40395 msgstr ""
40396
40397 #: c/c-typeck.c:13212 c/c-typeck.c:13327 cp/semantics.c:5066
40398 #: cp/semantics.c:5195
40399 #, gcc-internal-format
40400 msgid "array section is not contiguous in %qs clause"
40401 msgstr ""
40402
40403 #: c/c-typeck.c:13220 cp/semantics.c:5074
40404 #, gcc-internal-format
40405 msgid "%qE does not have pointer or array type"
40406 msgstr ""
40407
40408 #: c/c-typeck.c:13610 cp/semantics.c:6147
40409 #, gcc-internal-format
40410 msgid "iterator %qD has neither integral nor pointer type"
40411 msgstr ""
40412
40413 #: c/c-typeck.c:13617
40414 #, gcc-internal-format
40415 msgid "iterator %qD has %<_Atomic%> qualified type"
40416 msgstr ""
40417
40418 #: c/c-typeck.c:13623 cp/semantics.c:6154
40419 #, gcc-internal-format
40420 msgid "iterator %qD has const qualified type"
40421 msgstr ""
40422
40423 #: c/c-typeck.c:13636 cp/semantics.c:6170
40424 #, gcc-internal-format
40425 msgid "iterator step with non-integral type"
40426 msgstr ""
40427
40428 #: c/c-typeck.c:13656 cp/semantics.c:6206
40429 #, gcc-internal-format
40430 msgid "iterator %qD has zero step"
40431 msgstr ""
40432
40433 #: c/c-typeck.c:13683
40434 #, gcc-internal-format
40435 msgid "type of iterator %qD refers to outer iterator %qD"
40436 msgstr ""
40437
40438 #: c/c-typeck.c:13690 cp/semantics.c:6240
40439 #, gcc-internal-format
40440 msgid "begin expression refers to outer iterator %qD"
40441 msgstr ""
40442
40443 #: c/c-typeck.c:13696 cp/semantics.c:6246
40444 #, gcc-internal-format
40445 msgid "end expression refers to outer iterator %qD"
40446 msgstr ""
40447
40448 #: c/c-typeck.c:13702 cp/semantics.c:6252
40449 #, gcc-internal-format
40450 msgid "step expression refers to outer iterator %qD"
40451 msgstr ""
40452
40453 #: c/c-typeck.c:13739 cp/semantics.c:6300
40454 #, fuzzy, gcc-internal-format
40455 #| msgid "expected integer expression list"
40456 msgid "expected pointer in %qs clause"
40457 msgstr "мало бути використано список цілих значень"
40458
40459 #: c/c-typeck.c:13818 cp/semantics.c:6372
40460 #, gcc-internal-format
40461 msgid "%<inscan%> and non-%<inscan%> %<reduction%> clauses on the same construct"
40462 msgstr ""
40463
40464 #: c/c-typeck.c:13840 cp/semantics.c:6392
40465 #, gcc-internal-format
40466 msgid "%<inscan%> %<reduction%> clause with array section"
40467 msgstr ""
40468
40469 #: c/c-typeck.c:13866 c/c-typeck.c:13876
40470 #, gcc-internal-format
40471 msgid "%qD in %<reduction%> clause is a zero size array"
40472 msgstr ""
40473
40474 #: c/c-typeck.c:13894
40475 #, gcc-internal-format
40476 msgid "%<_Atomic%> %qE in %<reduction%> clause"
40477 msgstr ""
40478
40479 #: c/c-typeck.c:13906
40480 #, gcc-internal-format
40481 msgid "zero sized type %qT in %qs clause"
40482 msgstr ""
40483
40484 #: c/c-typeck.c:13914
40485 #, gcc-internal-format
40486 msgid "variable sized type %qT in %qs clause"
40487 msgstr ""
40488
40489 #: c/c-typeck.c:13964
40490 #, gcc-internal-format
40491 msgid "%qE has invalid type for %<reduction(%s)%>"
40492 msgstr ""
40493
40494 #: c/c-typeck.c:13973 cp/semantics.c:6039
40495 #, gcc-internal-format
40496 msgid "user defined reduction not found for %qE"
40497 msgstr ""
40498
40499 #: c/c-typeck.c:14061
40500 #, gcc-internal-format
40501 msgid "variable length element type in array %<reduction%> clause"
40502 msgstr ""
40503
40504 #: c/c-typeck.c:14079 c/c-typeck.c:14763 cp/semantics.c:8044
40505 #, gcc-internal-format
40506 msgid "%<nowait%> clause must not be used together with %<copyprivate%>"
40507 msgstr ""
40508
40509 #: c/c-typeck.c:14091 cp/semantics.c:8087
40510 #, gcc-internal-format
40511 msgid "%qE must be %<threadprivate%> for %<copyin%>"
40512 msgstr ""
40513
40514 #: c/c-typeck.c:14105 cp/semantics.c:6433
40515 #, gcc-internal-format
40516 msgid "modifier should not be specified in %<linear%> clause on %<simd%> or %<for%> constructs"
40517 msgstr ""
40518
40519 #: c/c-typeck.c:14113
40520 #, gcc-internal-format
40521 msgid "linear clause applied to non-integral non-pointer variable with type %qT"
40522 msgstr ""
40523
40524 #: c/c-typeck.c:14121
40525 #, gcc-internal-format
40526 msgid "%<_Atomic%> %qD in %<linear%> clause"
40527 msgstr ""
40528
40529 #: c/c-typeck.c:14140 cp/semantics.c:6507
40530 #, gcc-internal-format
40531 msgid "%<linear%> clause step %qE is neither constant nor a parameter"
40532 msgstr ""
40533
40534 #: c/c-typeck.c:14170 c/c-typeck.c:14682 c/c-typeck.c:14887
40535 #: cp/semantics.c:6594 cp/semantics.c:7596 cp/semantics.c:7891
40536 #, gcc-internal-format
40537 msgid "%qE is not a variable in clause %qs"
40538 msgstr ""
40539
40540 #: c/c-typeck.c:14185 cp/semantics.c:6609
40541 #, gcc-internal-format
40542 msgid "%qD appears more than once in reduction clauses"
40543 msgstr ""
40544
40545 #: c/c-typeck.c:14198 c/c-typeck.c:14230 c/c-typeck.c:14261
40546 #, gcc-internal-format
40547 msgid "%qE appears more than once in data clauses"
40548 msgstr ""
40549
40550 #: c/c-typeck.c:14206 c/c-typeck.c:14237 c/c-typeck.c:14486 c/c-typeck.c:14618
40551 #: c/c-typeck.c:14625 c/c-typeck.c:14641 c/c-typeck.c:14652
40552 #: cp/semantics.c:6622 cp/semantics.c:6630 cp/semantics.c:6687
40553 #: cp/semantics.c:6694 cp/semantics.c:6738 cp/semantics.c:7316
40554 #: cp/semantics.c:7475 cp/semantics.c:7482 cp/semantics.c:7500
40555 #: cp/semantics.c:7511
40556 #, gcc-internal-format
40557 msgid "%qD appears more than once in data clauses"
40558 msgstr ""
40559
40560 #: c/c-typeck.c:14209 c/c-typeck.c:14240 c/c-typeck.c:14628 c/c-typeck.c:14655
40561 #: cp/semantics.c:6633 cp/semantics.c:6697 cp/semantics.c:7485
40562 #: cp/semantics.c:7514
40563 #, gcc-internal-format
40564 msgid "%qD appears both in data and map clauses"
40565 msgstr ""
40566
40567 #: c/c-typeck.c:14223 cp/semantics.c:6679
40568 #, gcc-internal-format
40569 msgid "%qE is not a variable in clause %<firstprivate%>"
40570 msgstr ""
40571
40572 #: c/c-typeck.c:14254 cp/semantics.c:6730
40573 #, gcc-internal-format
40574 msgid "%qE is not a variable in clause %<lastprivate%>"
40575 msgstr ""
40576
40577 #: c/c-typeck.c:14273 cp/semantics.c:7069
40578 #, gcc-internal-format
40579 msgid "%qE is not a variable in %<aligned%> clause"
40580 msgstr ""
40581
40582 #: c/c-typeck.c:14280
40583 #, gcc-internal-format
40584 msgid "%qE in %<aligned%> clause is neither a pointer nor an array"
40585 msgstr ""
40586
40587 #: c/c-typeck.c:14287
40588 #, gcc-internal-format
40589 msgid "%<_Atomic%> %qD in %<aligned%> clause"
40590 msgstr ""
40591
40592 #: c/c-typeck.c:14294
40593 #, gcc-internal-format
40594 msgid "%qE appears more than once in %<aligned%> clauses"
40595 msgstr ""
40596
40597 #: c/c-typeck.c:14307 cp/semantics.c:7140
40598 #, gcc-internal-format
40599 msgid "%qE is not a variable in %<nontemporal%> clause"
40600 msgstr ""
40601
40602 #: c/c-typeck.c:14313
40603 #, gcc-internal-format
40604 msgid "%qE appears more than once in %<nontemporal%> clauses"
40605 msgstr ""
40606
40607 #: c/c-typeck.c:14378 cp/semantics.c:7191
40608 #, gcc-internal-format
40609 msgid "%<depend%> clause with %<depobj%> dependence type on array section"
40610 msgstr ""
40611
40612 #: c/c-typeck.c:14389 cp/semantics.c:7216
40613 #, gcc-internal-format
40614 msgid "%qE is not lvalue expression nor array section in %<depend%> clause"
40615 msgstr ""
40616
40617 #: c/c-typeck.c:14405 cp/semantics.c:7235
40618 #, gcc-internal-format
40619 msgid "%qE does not have %<omp_depend_t%> type in %<depend%> clause with %<depobj%> dependence type"
40620 msgstr ""
40621
40622 #: c/c-typeck.c:14414 cp/semantics.c:7246
40623 #, gcc-internal-format
40624 msgid "%qE should not have %<omp_depend_t%> type in %<depend%> clause with dependence type other than %<depobj%>"
40625 msgstr ""
40626
40627 #: c/c-typeck.c:14457 cp/semantics.c:7291
40628 #, gcc-internal-format
40629 msgid "array section does not have mappable type in %qs clause"
40630 msgstr ""
40631
40632 #: c/c-typeck.c:14482 c/c-typeck.c:14638 cp/semantics.c:7312
40633 #: cp/semantics.c:7497
40634 #, gcc-internal-format
40635 msgid "%qD appears more than once in motion clauses"
40636 msgstr ""
40637
40638 #: c/c-typeck.c:14490 c/c-typeck.c:14644 cp/semantics.c:7320
40639 #: cp/semantics.c:7503
40640 #, gcc-internal-format
40641 msgid "%qD appears more than once in map clauses"
40642 msgstr ""
40643
40644 #: c/c-typeck.c:14529 cp/semantics.c:7374
40645 #, gcc-internal-format
40646 msgid "%qE does not have a mappable type in %qs clause"
40647 msgstr ""
40648
40649 #: c/c-typeck.c:14598 c/c-typeck.c:14696 cp/semantics.c:7454
40650 #: cp/semantics.c:7610
40651 #, gcc-internal-format
40652 msgid "%qD does not have a mappable type in %qs clause"
40653 msgstr ""
40654
40655 #: c/c-typeck.c:14677 cp/semantics.c:7590
40656 #, gcc-internal-format
40657 msgid "%qE is neither a variable nor a function name in clause %qs"
40658 msgstr ""
40659
40660 #: c/c-typeck.c:14705 cp/semantics.c:7620
40661 #, gcc-internal-format
40662 msgid "%qE appears more than once on the same %<declare target%> directive"
40663 msgstr ""
40664
40665 #: c/c-typeck.c:14719 cp/semantics.c:7636
40666 #, gcc-internal-format
40667 msgid "%qD is not an argument in %<uniform%> clause"
40668 msgstr ""
40669
40670 #: c/c-typeck.c:14722 cp/semantics.c:7639
40671 #, gcc-internal-format
40672 msgid "%qE is not an argument in %<uniform%> clause"
40673 msgstr ""
40674
40675 #: c/c-typeck.c:14739
40676 #, fuzzy, gcc-internal-format
40677 #| msgid "%qs value must be positive"
40678 msgid "%qs variable is not a pointer"
40679 msgstr "значення %qs має бути додатним"
40680
40681 #: c/c-typeck.c:14746
40682 #, gcc-internal-format
40683 msgid "%qs variable is neither a pointer nor an array"
40684 msgstr ""
40685
40686 #: c/c-typeck.c:14776 c/c-typeck.c:14848 cp/semantics.c:8033
40687 #, gcc-internal-format
40688 msgid "%<order%> clause must not be used together with %<ordered%>"
40689 msgstr ""
40690
40691 #: c/c-typeck.c:14870 cp/semantics.c:7859
40692 #, gcc-internal-format
40693 msgid "%<inbranch%> clause is incompatible with %<notinbranch%>"
40694 msgstr ""
40695
40696 #: c/c-typeck.c:14937 cp/semantics.c:8146
40697 #, gcc-internal-format
40698 msgid "%qE is predetermined %qs for %qs"
40699 msgstr ""
40700
40701 #: c/c-typeck.c:14947
40702 #, gcc-internal-format
40703 msgid "%<const%> qualified %qE may appear only in %<shared%> or %<firstprivate%> clauses"
40704 msgstr ""
40705
40706 #: c/c-typeck.c:14966 cp/semantics.c:7985
40707 #, gcc-internal-format
40708 msgid "%<simdlen%> clause value is bigger than %<safelen%> clause value"
40709 msgstr ""
40710
40711 #: c/c-typeck.c:14978 cp/semantics.c:7998
40712 #, gcc-internal-format
40713 msgid "%<nonmonotonic%> schedule modifier specified together with %<ordered%> clause"
40714 msgstr ""
40715
40716 #: c/c-typeck.c:14989 c/c-typeck.c:14997 cp/semantics.c:8007
40717 #: cp/semantics.c:8025
40718 #, gcc-internal-format
40719 msgid "%qs clause specified together with %<inscan%> %<reduction%> clause"
40720 msgstr ""
40721
40722 #: c/c-typeck.c:15012 cp/semantics.c:7965
40723 #, gcc-internal-format
40724 msgid "%<linear%> clause step is a parameter %qD not specified in %<uniform%> clause"
40725 msgstr ""
40726
40727 #: c/c-typeck.c:15029 cp/semantics.c:8015
40728 #, gcc-internal-format
40729 msgid "%<nogroup%> clause must not be used together with %<reduction%> clause"
40730 msgstr ""
40731
40732 #: c/c-typeck.c:15195
40733 #, gcc-internal-format
40734 msgid "cannot use %<va_arg%> with reverse storage order"
40735 msgstr ""
40736
40737 #: c/c-typeck.c:15200
40738 #, gcc-internal-format
40739 msgid "second argument to %<va_arg%> is of incomplete type %qT"
40740 msgstr ""
40741
40742 #: c/c-typeck.c:15206
40743 #, gcc-internal-format
40744 msgid "C++ requires promoted type, not enum type, in %<va_arg%>"
40745 msgstr ""
40746
40747 #: c/gimple-parser.c:165
40748 #, fuzzy, gcc-internal-format
40749 #| msgid "expected function name"
40750 msgid "expected frequency quality"
40751 msgstr "мало бути вказано назву функції"
40752
40753 #: c/gimple-parser.c:174
40754 #, gcc-internal-format
40755 msgid "unknown profile quality"
40756 msgstr ""
40757
40758 #: c/gimple-parser.c:186
40759 #, fuzzy, gcc-internal-format
40760 #| msgid "expected function name"
40761 msgid "expected frequency value"
40762 msgstr "мало бути вказано назву функції"
40763
40764 #: c/gimple-parser.c:325
40765 #, gcc-internal-format
40766 msgid "edge not found"
40767 msgstr ""
40768
40769 #: c/gimple-parser.c:477 c/gimple-parser.c:483
40770 #, gcc-internal-format
40771 msgid "expected block index"
40772 msgstr "мало бути вказано індекс блоку"
40773
40774 #: c/gimple-parser.c:491
40775 #, gcc-internal-format
40776 msgid "invalid block index"
40777 msgstr "некоректний індекс блоку"
40778
40779 #: c/gimple-parser.c:502
40780 #, gcc-internal-format
40781 msgid "expected block specifier"
40782 msgstr "мало бути вказано специфікатор блоку"
40783
40784 #: c/gimple-parser.c:520
40785 #, gcc-internal-format
40786 msgid "expected loop number"
40787 msgstr ""
40788
40789 #: c/gimple-parser.c:538
40790 #, gcc-internal-format
40791 msgid "unknown block specifier"
40792 msgstr "невідомий специфікатор блоку"
40793
40794 #: c/gimple-parser.c:551 c/gimple-parser.c:1941
40795 #, fuzzy, gcc-internal-format
40796 #| msgid "expected function name"
40797 msgid "expected count value"
40798 msgstr "мало бути вказано назву функції"
40799
40800 #: c/gimple-parser.c:574 c/gimple-parser.c:660
40801 #, gcc-internal-format
40802 msgid "stmts without block"
40803 msgstr ""
40804
40805 #: c/gimple-parser.c:611
40806 #, gcc-internal-format
40807 msgid "duplicate loop header"
40808 msgstr ""
40809
40810 #: c/gimple-parser.c:817
40811 #, gcc-internal-format
40812 msgid "invalid source block specification"
40813 msgstr ""
40814
40815 #: c/gimple-parser.c:979
40816 #, gcc-internal-format
40817 msgid "%<&&%> not valid in GIMPLE"
40818 msgstr ""
40819
40820 #: c/gimple-parser.c:982
40821 #, gcc-internal-format
40822 msgid "%<||%> not valid in GIMPLE"
40823 msgstr ""
40824
40825 #: c/gimple-parser.c:1096
40826 #, gcc-internal-format
40827 msgid "expected pointer as argument of unary %<*%>"
40828 msgstr ""
40829
40830 #: c/gimple-parser.c:1122
40831 #, gcc-internal-format
40832 msgid "%<!%> not valid in GIMPLE"
40833 msgstr ""
40834
40835 #: c/gimple-parser.c:1181 c/gimple-parser.c:1521
40836 #, fuzzy, gcc-internal-format
40837 #| msgid "expected %<static_assert%>"
40838 msgid "expected constant offset"
40839 msgstr "мало бути %<static_assert%>"
40840
40841 #: c/gimple-parser.c:1242
40842 #, gcc-internal-format
40843 msgid "SSA name undeclared"
40844 msgstr ""
40845
40846 #: c/gimple-parser.c:1264
40847 #, gcc-internal-format
40848 msgid "base variable or SSA name undeclared"
40849 msgstr ""
40850
40851 #: c/gimple-parser.c:1271
40852 #, gcc-internal-format
40853 msgid "invalid base %qE for SSA name"
40854 msgstr ""
40855
40856 #: c/gimple-parser.c:1302
40857 #, gcc-internal-format
40858 msgid "expecting internal function name"
40859 msgstr "мало бути вказано назву внутрішньої функції"
40860
40861 #: c/gimple-parser.c:1315
40862 #, gcc-internal-format
40863 msgid "unknown internal function %qE"
40864 msgstr "невідома внутрішня функція %qE"
40865
40866 #: c/gimple-parser.c:1453
40867 #, gcc-internal-format
40868 msgid "invalid type of %<__MEM%> operand"
40869 msgstr "некоректний тип операнда %<__MEM%>"
40870
40871 #: c/gimple-parser.c:1515
40872 #, fuzzy, gcc-internal-format
40873 #| msgid "expected constant integer expression"
40874 msgid "expected constant size"
40875 msgstr "мало бути використано сталий цілочисельний вираз"
40876
40877 #: c/gimple-parser.c:1553 c/gimple-parser.c:1583 c/gimple-parser.c:1626
40878 #: c/gimple-parser.c:1636
40879 #, gcc-internal-format
40880 msgid "invalid _Literal"
40881 msgstr "некоректне _Literal"
40882
40883 #: c/gimple-parser.c:1562
40884 #, gcc-internal-format
40885 msgid "invalid type for _Literal with constructor"
40886 msgstr "некоректний тип для _Literal із конструктором"
40887
40888 #: c/gimple-parser.c:1671
40889 #, gcc-internal-format
40890 msgid "anonymous SSA name cannot have default definition"
40891 msgstr "анонімна назва SSA не може мати типового визначення"
40892
40893 #: c/gimple-parser.c:1922
40894 #, gcc-internal-format
40895 msgid "expected pass name"
40896 msgstr ""
40897
40898 #: c/gimple-parser.c:1961
40899 #, gcc-internal-format
40900 msgid "invalid operation"
40901 msgstr "некоректна дія"
40902
40903 #: c/gimple-parser.c:2151
40904 #, fuzzy, gcc-internal-format
40905 #| msgid "%<-fpic%> is not supported"
40906 msgid "%<catch%> is not supported"
40907 msgstr "підтримки %<-fpic%> не передбачено"
40908
40909 #: c/gimple-parser.c:2153
40910 #, fuzzy, gcc-internal-format
40911 #| msgid "expected %<,%> or %<)%>"
40912 msgid "expected %<finally%> or %<catch%>"
40913 msgstr "мало бути %<,%> або %<)%>"
40914
40915 #: c/gimple-parser.c:2197 c/gimple-parser.c:2234
40916 #, gcc-internal-format
40917 msgid "expected goto expression"
40918 msgstr "мало бути вказано вираз goto"
40919
40920 #: c/gimple-parser.c:2205
40921 #, gcc-internal-format
40922 msgid "expected else statement"
40923 msgstr "мало бути використано інструкцію else"
40924
40925 #: c/gimple-parser.c:2348
40926 #, gcc-internal-format
40927 msgid "expected case label"
40928 msgstr "мало бути вказано мітку випадку"
40929
40930 #. A bad conversion for 'this' must be discarding cv-quals.
40931 #: cp/call.c:3633
40932 #, gcc-internal-format
40933 msgid " passing %qT as %<this%> argument discards qualifiers"
40934 msgstr ""
40935
40936 #: cp/call.c:3637
40937 msgid " no known conversion for implicit %<this%> parameter from %qH to %qI"
40938 msgstr ""
40939
40940 #: cp/call.c:3644
40941 #, gcc-internal-format, gfc-internal-format
40942 msgid " conversion of argument %d would be ill-formed:"
40943 msgstr ""
40944
40945 #. Conversion of conversion function return value failed.
40946 #: cp/call.c:3651
40947 msgid " no known conversion from %qH to %qI"
40948 msgstr ""
40949
40950 #: cp/call.c:3657
40951 msgid " no known conversion for argument %d from %qH to %qI"
40952 msgstr ""
40953
40954 #: cp/call.c:3669 cp/pt.c:6733
40955 #, gcc-internal-format, gfc-internal-format
40956 msgid " candidate expects %d argument, %d provided"
40957 msgid_plural " candidate expects %d arguments, %d provided"
40958 msgstr[0] ""
40959 msgstr[1] ""
40960 msgstr[2] ""
40961
40962 #: cp/call.c:3697
40963 #, fuzzy, gcc-internal-format
40964 #| msgid "%s%<%D(%T, %T, %T)%> <built-in>"
40965 msgid "%s%<%D(%T, %T, %T)%> (built-in)"
40966 msgstr "%s%<%D(%T, %T, %T)%> <вбудований>"
40967
40968 #: cp/call.c:3702
40969 #, fuzzy, gcc-internal-format
40970 #| msgid "%s%<%D(%T, %T)%> <built-in>"
40971 msgid "%s%<%D(%T, %T)%> (built-in)"
40972 msgstr "%s%<%D(%T, %T)%> <вбудований>"
40973
40974 #: cp/call.c:3706
40975 #, fuzzy, gcc-internal-format
40976 #| msgid "%s%<%D(%T)%> <built-in>"
40977 msgid "%s%<%D(%T)%> (built-in)"
40978 msgstr "%s%<%D(%T)%> <вбудований>"
40979
40980 #: cp/call.c:3710
40981 #, gcc-internal-format
40982 msgid "%s%qT (conversion)"
40983 msgstr ""
40984
40985 #: cp/call.c:3712
40986 #, fuzzy, gcc-internal-format
40987 #| msgid "%s%#qD <near match>"
40988 msgid "%s%#qD (near match)"
40989 msgstr "%s%#qD <близький відповідник>"
40990
40991 #: cp/call.c:3714
40992 #, fuzzy, gcc-internal-format
40993 #| msgid "%s%#qD <deleted>"
40994 msgid "%s%#qD (deleted)"
40995 msgstr "%s%#qD <вилучено>"
40996
40997 #: cp/call.c:3716
40998 #, fuzzy, gcc-internal-format
40999 #| msgid "%s%#qD <deleted>"
41000 msgid "%s%#qD (reversed)"
41001 msgstr "%s%#qD <вилучено>"
41002
41003 #: cp/call.c:3718
41004 #, gcc-internal-format
41005 msgid "%s%#qD (rewritten)"
41006 msgstr ""
41007
41008 #: cp/call.c:3720
41009 #, gcc-internal-format
41010 msgid "%s%#qD"
41011 msgstr "%s%#qD"
41012
41013 #: cp/call.c:3724
41014 #, gcc-internal-format
41015 msgid " inherited here"
41016 msgstr ""
41017
41018 #: cp/call.c:3744
41019 #, gcc-internal-format
41020 msgid " return type %qT of explicit conversion function cannot be converted to %qT with a qualification conversion"
41021 msgstr ""
41022
41023 #: cp/call.c:3750
41024 #, gcc-internal-format
41025 msgid " conversion from return type %qT of template conversion function specialization to %qT is not an exact match"
41026 msgstr ""
41027
41028 #: cp/call.c:3761
41029 #, gcc-internal-format
41030 msgid " substitution of deduced template arguments resulted in errors seen above"
41031 msgstr ""
41032
41033 #. Re-run template unification with diagnostics.
41034 #: cp/call.c:3766
41035 #, gcc-internal-format
41036 msgid " template argument deduction/substitution failed:"
41037 msgstr ""
41038
41039 #: cp/call.c:3780
41040 #, gcc-internal-format
41041 msgid " a constructor taking a single argument of its own class type is invalid"
41042 msgstr ""
41043
41044 #: cp/call.c:3787
41045 #, gcc-internal-format
41046 msgid " an inherited constructor is not a candidate for initialization from an expression of the same or derived type"
41047 msgstr ""
41048
41049 #: cp/call.c:4175
41050 msgid "conversion from %qH to %qI is ambiguous"
41051 msgstr ""
41052
41053 #: cp/call.c:4321
41054 msgid "initializing %qH with %qI in converted constant expression does not bind directly"
41055 msgstr ""
41056
41057 #: cp/call.c:4342
41058 msgid "conversion from %qH to %qI in a converted constant expression"
41059 msgstr ""
41060
41061 #: cp/call.c:4376 cp/call.c:11810 cp/cvt.c:842
41062 msgid "could not convert %qE from %qH to %qI"
41063 msgstr ""
41064
41065 #: cp/call.c:4524
41066 #, gcc-internal-format
41067 msgid "no matching function for call to %<%D(%A)%>"
41068 msgstr ""
41069
41070 #: cp/call.c:4527
41071 #, gcc-internal-format
41072 msgid "call of overloaded %<%D(%A)%> is ambiguous"
41073 msgstr ""
41074
41075 #. It's no good looking for an overloaded operator() on a
41076 #. pointer-to-member-function.
41077 #: cp/call.c:4751
41078 #, gcc-internal-format
41079 msgid "pointer-to-member function %qE cannot be called without an object; consider using %<.*%> or %<->*%>"
41080 msgstr ""
41081
41082 #: cp/call.c:4823
41083 #, gcc-internal-format
41084 msgid "no match for call to %<(%T) (%A)%>"
41085 msgstr ""
41086
41087 #: cp/call.c:4837
41088 #, gcc-internal-format
41089 msgid "call of %<(%T) (%A)%> is ambiguous"
41090 msgstr ""
41091
41092 #: cp/call.c:4889
41093 #, gcc-internal-format
41094 msgid "ambiguous overload for "
41095 msgstr ""
41096
41097 #: cp/call.c:4890
41098 #, gcc-internal-format
41099 msgid "no match for "
41100 msgstr "немає відповідників "
41101
41102 #: cp/call.c:4893
41103 #, gcc-internal-format
41104 msgid " (operand types are %qT, %qT, and %qT)"
41105 msgstr ""
41106
41107 #: cp/call.c:4895
41108 #, gcc-internal-format
41109 msgid " (operand types are %qT and %qT)"
41110 msgstr ""
41111
41112 #: cp/call.c:4897
41113 #, gcc-internal-format
41114 msgid " (operand type is %qT)"
41115 msgstr ""
41116
41117 #: cp/call.c:4914
41118 #, gcc-internal-format
41119 msgid "ternary %<operator?:%>"
41120 msgstr ""
41121
41122 #: cp/call.c:4918
41123 #, gcc-internal-format
41124 msgid "ternary %<operator?:%> in %<%E ? %E : %E%>"
41125 msgstr ""
41126
41127 #: cp/call.c:4927 cp/call.c:4971 cp/call.c:4981
41128 #, gcc-internal-format
41129 msgid "%<operator%s%>"
41130 msgstr ""
41131
41132 #: cp/call.c:4930
41133 #, gcc-internal-format
41134 msgid "%<operator%s%> in %<%E%s%>"
41135 msgstr "%<operator%s%> у %<%E%s%>"
41136
41137 #: cp/call.c:4937
41138 #, gcc-internal-format
41139 msgid "%<operator[]%>"
41140 msgstr ""
41141
41142 #: cp/call.c:4940
41143 #, gcc-internal-format
41144 msgid "%<operator[]%> in %<%E[%E]%>"
41145 msgstr "%<operator[]%> у %<%E[%E]%>"
41146
41147 #: cp/call.c:4948
41148 #, gcc-internal-format
41149 msgid "%qs"
41150 msgstr "%qs"
41151
41152 #: cp/call.c:4951
41153 #, gcc-internal-format
41154 msgid "%qs in %<%s %E%>"
41155 msgstr "%qs у %<%s %E%>"
41156
41157 #: cp/call.c:4957
41158 #, fuzzy, gcc-internal-format
41159 #| msgid "%<operator%s%> in %<%E%s%>"
41160 msgid "%<operator %s%>"
41161 msgstr "%<operator%s%> у %<%E%s%>"
41162
41163 #: cp/call.c:4960
41164 #, fuzzy, gcc-internal-format
41165 #| msgid "%<operator%s%> in %<%s%E%>"
41166 msgid "%<operator %s%> in %<%s%E%>"
41167 msgstr "%<operator%s%> у %<%s%E%>"
41168
41169 #: cp/call.c:4975
41170 #, gcc-internal-format
41171 msgid "%<operator%s%> in %<%E %s %E%>"
41172 msgstr "%<operator%s%> у %<%E %s %E%>"
41173
41174 #: cp/call.c:4984
41175 #, gcc-internal-format
41176 msgid "%<operator%s%> in %<%s%E%>"
41177 msgstr "%<operator%s%> у %<%s%E%>"
41178
41179 #: cp/call.c:5094
41180 #, gcc-internal-format
41181 msgid "ISO C++ forbids omitting the middle term of a %<?:%> expression"
41182 msgstr ""
41183
41184 #: cp/call.c:5161
41185 #, gcc-internal-format
41186 msgid "inferred scalar type %qT is not an integer or floating-point type of the same size as %qT"
41187 msgstr ""
41188
41189 #: cp/call.c:5178 cp/call.c:5185
41190 msgid "conversion of scalar %qH to vector %qI involves truncation"
41191 msgstr ""
41192
41193 #: cp/call.c:5241
41194 #, gcc-internal-format
41195 msgid "incompatible vector types in conditional expression: %qT, %qT and %qT"
41196 msgstr ""
41197
41198 #: cp/call.c:5321
41199 #, gcc-internal-format
41200 msgid "second operand to the conditional operator is of type %<void%>, but the third operand is neither a throw-expression nor of type %<void%>"
41201 msgstr ""
41202
41203 #: cp/call.c:5326
41204 #, gcc-internal-format
41205 msgid "third operand to the conditional operator is of type %<void%>, but the second operand is neither a throw-expression nor of type %<void%>"
41206 msgstr ""
41207
41208 #: cp/call.c:5375 cp/call.c:5492 cp/call.c:5640
41209 #, gcc-internal-format
41210 msgid "operands to %<?:%> have different types %qT and %qT"
41211 msgstr ""
41212
41213 #: cp/call.c:5379
41214 #, gcc-internal-format
41215 msgid " and each type can be converted to the other"
41216 msgstr ""
41217
41218 #: cp/call.c:5568
41219 msgid "implicit conversion from %qH to %qI to match other result of conditional"
41220 msgstr ""
41221
41222 #: cp/call.c:5584
41223 #, gcc-internal-format
41224 msgid "enumerated mismatch in conditional expression: %qT vs %qT"
41225 msgstr ""
41226
41227 #: cp/call.c:5596
41228 #, gcc-internal-format
41229 msgid "enumerated and non-enumerated type in conditional expression"
41230 msgstr ""
41231
41232 #: cp/call.c:6199
41233 #, gcc-internal-format
41234 msgid "no %<%D(int)%> declared for postfix %qs, trying prefix operator instead"
41235 msgstr ""
41236
41237 #: cp/call.c:6201
41238 #, gcc-internal-format
41239 msgid "no %<%D(int)%> declared for postfix %qs"
41240 msgstr ""
41241
41242 #: cp/call.c:6279
41243 #, gcc-internal-format
41244 msgid "in C++20 this comparison calls the current function recursively with reversed arguments"
41245 msgstr ""
41246
41247 #: cp/call.c:6335
41248 #, fuzzy, gcc-internal-format
41249 #| msgid "return type of function"
41250 msgid "return type of %qD is not %qs"
41251 msgstr "тип значення, яке повертає функція"
41252
41253 #: cp/call.c:6337
41254 #, gcc-internal-format
41255 msgid "used as rewritten candidate for comparison of %qT and %qT"
41256 msgstr ""
41257
41258 #: cp/call.c:6407
41259 #, gcc-internal-format
41260 msgid "comparison between %q#T and %q#T"
41261 msgstr ""
41262
41263 #: cp/call.c:6791
41264 #, gcc-internal-format
41265 msgid "exception cleanup for this placement new selects non-placement %<operator delete%>"
41266 msgstr ""
41267
41268 #: cp/call.c:6794
41269 #, gcc-internal-format
41270 msgid "%qD is a usual (non-placement) deallocation function in C++14 (or with %<-fsized-deallocation%>)"
41271 msgstr ""
41272
41273 #: cp/call.c:6833
41274 #, gcc-internal-format
41275 msgid "%qD is a usual (non-placement) deallocation function"
41276 msgstr ""
41277
41278 #: cp/call.c:6997
41279 #, gcc-internal-format
41280 msgid "no corresponding deallocation function for %qD"
41281 msgstr ""
41282
41283 #: cp/call.c:7003
41284 #, gcc-internal-format
41285 msgid "no suitable %<operator %s%> for %qT"
41286 msgstr ""
41287
41288 #: cp/call.c:7021
41289 #, gcc-internal-format
41290 msgid "%q#D is private within this context"
41291 msgstr ""
41292
41293 #: cp/call.c:7023 cp/decl.c:7969
41294 #, gcc-internal-format
41295 msgid "declared private here"
41296 msgstr ""
41297
41298 #: cp/call.c:7028
41299 #, gcc-internal-format
41300 msgid "%q#D is protected within this context"
41301 msgstr ""
41302
41303 #: cp/call.c:7030 cp/decl.c:7970
41304 #, gcc-internal-format
41305 msgid "declared protected here"
41306 msgstr ""
41307
41308 #: cp/call.c:7035
41309 #, gcc-internal-format
41310 msgid "%q#D is inaccessible within this context"
41311 msgstr ""
41312
41313 #: cp/call.c:7144
41314 #, gcc-internal-format
41315 msgid "passing NULL to non-pointer argument %P of %qD"
41316 msgstr ""
41317
41318 #: cp/call.c:7147 cp/call.c:7166 cp/typeck.c:4121
41319 #, gcc-internal-format
41320 msgid " declared here"
41321 msgstr " оголошено тут"
41322
41323 #: cp/call.c:7151
41324 #, gcc-internal-format
41325 msgid "converting to non-pointer type %qT from NULL"
41326 msgstr ""
41327
41328 #: cp/call.c:7163
41329 #, gcc-internal-format
41330 msgid "converting %<false%> to pointer type for argument %P of %qD"
41331 msgstr ""
41332
41333 #: cp/call.c:7170
41334 #, gcc-internal-format
41335 msgid "converting %<false%> to pointer type %qT"
41336 msgstr ""
41337
41338 #: cp/call.c:7237
41339 #, gcc-internal-format
41340 msgid " initializing argument %P of %qD"
41341 msgstr ""
41342
41343 #: cp/call.c:7257
41344 #, gcc-internal-format
41345 msgid "conversions to arrays of unknown bound are only available with %<-std=c++2a%> or %<-std=gnu++2a%>"
41346 msgstr ""
41347
41348 #: cp/call.c:7303
41349 #, gcc-internal-format
41350 msgid "too many braces around initializer for %qT"
41351 msgstr ""
41352
41353 #: cp/call.c:7314
41354 msgid "converting to %qH from %qI requires direct-initialization"
41355 msgstr ""
41356
41357 #: cp/call.c:7323
41358 msgid "invalid user-defined conversion from %qH to %qI"
41359 msgstr ""
41360
41361 #: cp/call.c:7363 cp/cvt.c:227
41362 msgid "invalid conversion from %qH to %qI"
41363 msgstr "некоректне перетворення з %qH на %qI"
41364
41365 #: cp/call.c:7405 cp/call.c:7412
41366 #, gcc-internal-format
41367 msgid "converting to %qT from initializer list would use explicit constructor %qD"
41368 msgstr ""
41369
41370 #: cp/call.c:7408
41371 #, gcc-internal-format
41372 msgid "in C++11 and above a default constructor can be explicit"
41373 msgstr ""
41374
41375 #: cp/call.c:7674
41376 msgid "cannot bind rvalue reference of type %qH to lvalue of type %qI"
41377 msgstr ""
41378
41379 #: cp/call.c:7678
41380 msgid "cannot bind non-const lvalue reference of type %qH to an rvalue of type %qI"
41381 msgstr ""
41382
41383 #: cp/call.c:7689
41384 msgid "cannot bind reference of type %qH to %qI due to different array bounds"
41385 msgstr ""
41386
41387 #: cp/call.c:7692
41388 msgid "binding reference of type %qH to %qI discards qualifiers"
41389 msgstr ""
41390
41391 #: cp/call.c:7729
41392 #, fuzzy, gcc-internal-format
41393 #| msgid "cannot convert %qH to %qI"
41394 msgid "cannot bind bit-field %qE to %qT"
41395 msgstr "не вдалося перетворити %qH на %qI"
41396
41397 #: cp/call.c:7732 cp/call.c:7749
41398 #, gcc-internal-format
41399 msgid "cannot bind packed field %qE to %qT"
41400 msgstr ""
41401
41402 #: cp/call.c:7735
41403 #, gcc-internal-format
41404 msgid "cannot bind rvalue %qE to %qT"
41405 msgstr ""
41406
41407 #: cp/call.c:7845
41408 msgid "implicit conversion from %qH to %qI when passing argument to function"
41409 msgstr ""
41410
41411 #: cp/call.c:7869 cp/cvt.c:1965
41412 #, gcc-internal-format
41413 msgid "scoped enum %qT passed through %<...%> as %qT before %<-fabi-version=6%>, %qT after"
41414 msgstr ""
41415
41416 #: cp/call.c:7913
41417 #, gcc-internal-format
41418 msgid "passing objects of non-trivially-copyable type %q#T through %<...%> is conditionally supported"
41419 msgstr ""
41420
41421 #: cp/call.c:7949
41422 #, gcc-internal-format
41423 msgid "cannot receive reference type %qT through %<...%>"
41424 msgstr ""
41425
41426 #: cp/call.c:7959
41427 #, gcc-internal-format
41428 msgid "receiving objects of non-trivially-copyable type %q#T through %<...%> is conditionally-supported"
41429 msgstr ""
41430
41431 #: cp/call.c:8027
41432 #, gcc-internal-format
41433 msgid "recursive evaluation of default argument for %q#D"
41434 msgstr ""
41435
41436 #: cp/call.c:8036
41437 #, gcc-internal-format
41438 msgid "call to %qD uses the default argument for parameter %P, which is not yet defined"
41439 msgstr ""
41440
41441 #: cp/call.c:8140
41442 #, gcc-internal-format
41443 msgid "argument of function call might be a candidate for a format attribute"
41444 msgstr ""
41445
41446 #: cp/call.c:8199
41447 #, gcc-internal-format
41448 msgid "use of multiversioned function without a default"
41449 msgstr ""
41450
41451 #: cp/call.c:8625
41452 #, gcc-internal-format
41453 msgid "passing %qT as %<this%> argument discards qualifiers"
41454 msgstr ""
41455
41456 #: cp/call.c:8628 cp/call.c:11250
41457 #, gcc-internal-format
41458 msgid " in call to %qD"
41459 msgstr ""
41460
41461 #: cp/call.c:8665
41462 #, gcc-internal-format
41463 msgid "%qT is not an accessible base of %qT"
41464 msgstr ""
41465
41466 #: cp/call.c:8833
41467 #, gcc-internal-format
41468 msgid "passing arguments to ellipsis of inherited constructor %qD"
41469 msgstr ""
41470
41471 #: cp/call.c:8964
41472 #, gcc-internal-format
41473 msgid "assignment from temporary %<initializer_list%> does not extend the lifetime of the underlying array"
41474 msgstr ""
41475
41476 #: cp/call.c:9357
41477 #, gcc-internal-format
41478 msgid "%qD writing to an object of type %#qT with no trivial copy-assignment"
41479 msgstr ""
41480
41481 #: cp/call.c:9360
41482 #, gcc-internal-format
41483 msgid "%qD writing to an object of non-trivial type %#qT%s"
41484 msgstr ""
41485
41486 #: cp/call.c:9365
41487 #, gcc-internal-format
41488 msgid "%qD writing to an object of type %#qT with %qs member %qD"
41489 msgstr ""
41490
41491 #: cp/call.c:9370
41492 #, gcc-internal-format
41493 msgid "%qD writing to an object of type %#qT containing a pointer to data member%s"
41494 msgstr ""
41495
41496 #: cp/call.c:9385
41497 #, gcc-internal-format
41498 msgid "; use assignment or value-initialization instead"
41499 msgstr ""
41500
41501 #: cp/call.c:9387
41502 #, gcc-internal-format
41503 msgid "; use assignment instead"
41504 msgstr ""
41505
41506 #: cp/call.c:9389
41507 #, gcc-internal-format
41508 msgid "; use value-initialization instead"
41509 msgstr ""
41510
41511 #: cp/call.c:9392
41512 #, gcc-internal-format
41513 msgid "%qD clearing an object of type %#qT with no trivial copy-assignment%s"
41514 msgstr ""
41515
41516 #: cp/call.c:9395
41517 #, gcc-internal-format
41518 msgid "%qD clearing an object of non-trivial type %#qT%s"
41519 msgstr ""
41520
41521 #: cp/call.c:9397
41522 #, gcc-internal-format
41523 msgid "%qD clearing an object of type %#qT containing a pointer-to-member%s"
41524 msgstr ""
41525
41526 #: cp/call.c:9418
41527 #, gcc-internal-format
41528 msgid "; use copy-assignment or copy-initialization instead"
41529 msgstr ""
41530
41531 #: cp/call.c:9420
41532 #, gcc-internal-format
41533 msgid "; use copy-assignment instead"
41534 msgstr ""
41535
41536 #: cp/call.c:9422
41537 #, gcc-internal-format
41538 msgid "; use copy-initialization instead"
41539 msgstr ""
41540
41541 #: cp/call.c:9425
41542 #, gcc-internal-format
41543 msgid "%qD writing to an object of type %#qT with no trivial copy-assignment%s"
41544 msgstr ""
41545
41546 #: cp/call.c:9428
41547 #, gcc-internal-format
41548 msgid "%qD writing to an object of non-trivially copyable type %#qT%s"
41549 msgstr ""
41550
41551 #: cp/call.c:9431
41552 #, gcc-internal-format
41553 msgid "%qD writing to an object with a deleted copy constructor"
41554 msgstr ""
41555
41556 #: cp/call.c:9442
41557 #, gcc-internal-format
41558 msgid "%qD copying an object of non-trivial type %#qT from an array of %#qT"
41559 msgstr ""
41560
41561 #: cp/call.c:9454
41562 #, gcc-internal-format
41563 msgid "%qD copying an object of type %#qT with %qs member %qD from an array of %#qT; use assignment or copy-initialization instead"
41564 msgstr ""
41565
41566 #: cp/call.c:9471
41567 #, gcc-internal-format
41568 msgid "%qD writing to an object of a non-trivial type %#qT leaves %wu bytes unchanged"
41569 msgstr ""
41570
41571 #: cp/call.c:9474
41572 #, gcc-internal-format
41573 msgid "%qD writing to an object of a non-trivial type %#qT leaves %wu byte unchanged"
41574 msgstr ""
41575
41576 #: cp/call.c:9484
41577 #, gcc-internal-format
41578 msgid "%qD moving an object of non-trivially copyable type %#qT; use %<new%> and %<delete%> instead"
41579 msgstr ""
41580
41581 #: cp/call.c:9487
41582 #, gcc-internal-format
41583 msgid "%qD moving an object of type %#qT with deleted copy constructor; use %<new%> and %<delete%> instead"
41584 msgstr ""
41585
41586 #: cp/call.c:9490
41587 #, gcc-internal-format
41588 msgid "%qD moving an object of type %#qT with deleted destructor"
41589 msgstr ""
41590
41591 #: cp/call.c:9499
41592 #, gcc-internal-format
41593 msgid "%qD moving an object of non-trivial type %#qT and size %E into a region of size %E"
41594 msgstr ""
41595
41596 #: cp/call.c:9521
41597 #, gcc-internal-format
41598 msgid "%#qT declared here"
41599 msgstr "%#qT оголошено тут:"
41600
41601 #: cp/call.c:9621
41602 #, gcc-internal-format
41603 msgid "constructor delegates to itself"
41604 msgstr ""
41605
41606 #: cp/call.c:9895 cp/typeck.c:9276
41607 msgid "cannot convert %qH to %qI"
41608 msgstr "не вдалося перетворити %qH на %qI"
41609
41610 #: cp/call.c:9917
41611 #, gcc-internal-format
41612 msgid "no matching function for call to %<%T::operator %T(%A)%#V%>"
41613 msgstr ""
41614
41615 #: cp/call.c:9949
41616 #, gcc-internal-format
41617 msgid "no matching function for call to %<%T::%s%E(%A)%#V%>"
41618 msgstr ""
41619
41620 #: cp/call.c:9996
41621 #, gcc-internal-format
41622 msgid "call to non-function %qD"
41623 msgstr ""
41624
41625 #: cp/call.c:10034 cp/pt.c:15885 cp/typeck.c:3120
41626 #, gcc-internal-format
41627 msgid "cannot call constructor %<%T::%D%> directly"
41628 msgstr ""
41629
41630 #: cp/call.c:10036
41631 #, gcc-internal-format
41632 msgid "for a function-style cast, remove the redundant %<::%D%>"
41633 msgstr ""
41634
41635 #: cp/call.c:10228
41636 #, gcc-internal-format
41637 msgid "no matching function for call to %<%s(%A)%>"
41638 msgstr ""
41639
41640 #: cp/call.c:10231
41641 #, gcc-internal-format
41642 msgid "call of overloaded %<%s(%A)%> is ambiguous"
41643 msgstr ""
41644
41645 #: cp/call.c:10252
41646 #, gcc-internal-format
41647 msgid "pure virtual %q#D called from non-static data member initializer"
41648 msgstr ""
41649
41650 #: cp/call.c:10257
41651 #, gcc-internal-format
41652 msgid "pure virtual %q#D called from constructor"
41653 msgstr ""
41654
41655 #: cp/call.c:10258
41656 #, gcc-internal-format
41657 msgid "pure virtual %q#D called from destructor"
41658 msgstr ""
41659
41660 #: cp/call.c:10281
41661 #, gcc-internal-format
41662 msgid "cannot call member function %qD without object"
41663 msgstr ""
41664
41665 #: cp/call.c:11248
41666 #, gcc-internal-format
41667 msgid "passing %qT chooses %qT over %qT"
41668 msgstr ""
41669
41670 #: cp/call.c:11317
41671 #, gcc-internal-format
41672 msgid "choosing %qD over %qD"
41673 msgstr ""
41674
41675 #: cp/call.c:11318
41676 msgid " for conversion from %qH to %qI"
41677 msgstr ""
41678
41679 #: cp/call.c:11321
41680 #, gcc-internal-format
41681 msgid " because conversion sequence for the argument is better"
41682 msgstr ""
41683
41684 #: cp/call.c:11570
41685 #, gcc-internal-format
41686 msgid "default argument mismatch in overload resolution"
41687 msgstr ""
41688
41689 #: cp/call.c:11574
41690 #, gcc-internal-format
41691 msgid " candidate 1: %q#F"
41692 msgstr " кандидат 1: %q#F"
41693
41694 #: cp/call.c:11576
41695 #, gcc-internal-format
41696 msgid " candidate 2: %q#F"
41697 msgstr " кандидат 2: %q#F"
41698
41699 #: cp/call.c:11622
41700 #, gcc-internal-format
41701 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:"
41702 msgstr ""
41703
41704 #: cp/call.c:12024
41705 #, gcc-internal-format
41706 msgid "a temporary bound to %qD only persists until the constructor exits"
41707 msgstr ""
41708
41709 #: cp/call.c:12165
41710 msgid "invalid initialization of non-const reference of type %qH from an rvalue of type %qI"
41711 msgstr ""
41712
41713 #: cp/call.c:12169
41714 msgid "invalid initialization of reference of type %qH from expression of type %qI"
41715 msgstr ""
41716
41717 #: cp/class.c:310
41718 #, gcc-internal-format
41719 msgid "cannot convert from pointer to base class %qT to pointer to derived class %qT because the base is virtual"
41720 msgstr ""
41721
41722 #: cp/class.c:314
41723 #, gcc-internal-format
41724 msgid "cannot convert from base class %qT to derived class %qT because the base is virtual"
41725 msgstr ""
41726
41727 #: cp/class.c:321
41728 #, gcc-internal-format
41729 msgid "cannot convert from pointer to base class %qT to pointer to derived class %qT via virtual base %qT"
41730 msgstr ""
41731
41732 #: cp/class.c:326
41733 #, gcc-internal-format
41734 msgid "cannot convert from base class %qT to derived class %qT via virtual base %qT"
41735 msgstr ""
41736
41737 #: cp/class.c:372
41738 #, gcc-internal-format
41739 msgid "cannot convert from %qT to base class %qT because %qT is incomplete"
41740 msgstr ""
41741
41742 #: cp/class.c:1149
41743 #, gcc-internal-format
41744 msgid "%q#D conflicts with version inherited from %qT"
41745 msgstr "%q#D конфліктує зі версією, успадкованою від %qT"
41746
41747 #: cp/class.c:1152
41748 #, gcc-internal-format
41749 msgid "version inherited from %qT declared here"
41750 msgstr "версію, успадковану від %qT, оголошено тут:"
41751
41752 #: cp/class.c:1172
41753 #, gcc-internal-format
41754 msgid "%q#D cannot be overloaded with %q#D"
41755 msgstr ""
41756
41757 #: cp/class.c:1174 cp/decl.c:1704 cp/decl.c:1713 cp/decl.c:1738 cp/decl.c:1761
41758 #: cp/name-lookup.c:2280 cp/name-lookup.c:2563
41759 #, gcc-internal-format
41760 msgid "previous declaration %q#D"
41761 msgstr ""
41762
41763 #: cp/class.c:1217
41764 #, gcc-internal-format
41765 msgid "conflicting access specifications for method %q+D, ignored"
41766 msgstr ""
41767
41768 #: cp/class.c:1220
41769 #, gcc-internal-format
41770 msgid "conflicting access specifications for field %qE, ignored"
41771 msgstr ""
41772
41773 #: cp/class.c:1289
41774 #, gcc-internal-format
41775 msgid "%qD invalid in %q#T because of local method %q#D with same name"
41776 msgstr ""
41777
41778 #: cp/class.c:1293
41779 #, gcc-internal-format
41780 msgid "local method %q#D declared here"
41781 msgstr "локальний метод %q#D оголошено тут:"
41782
41783 #: cp/class.c:1299
41784 #, gcc-internal-format
41785 msgid "%qD invalid in %q#T because of local member %q#D with same name"
41786 msgstr ""
41787
41788 #: cp/class.c:1303
41789 #, gcc-internal-format
41790 msgid "local member %q#D declared here"
41791 msgstr "локальний член %q#D оголошено тут"
41792
41793 #: cp/class.c:1359
41794 #, gcc-internal-format
41795 msgid "%qD inherits the %E ABI tag that %qT (used in its return type) has"
41796 msgstr ""
41797
41798 #: cp/class.c:1362 cp/class.c:1369 cp/class.c:1376 cp/class.c:1388
41799 #: cp/cvt.c:1079
41800 #, gcc-internal-format
41801 msgid "%qT declared here"
41802 msgstr "%qT оголошено тут:"
41803
41804 #: cp/class.c:1367
41805 #, gcc-internal-format
41806 msgid "%qD inherits the %E ABI tag that %qT (used in its type) has"
41807 msgstr ""
41808
41809 #: cp/class.c:1374
41810 #, gcc-internal-format
41811 msgid "%qT does not have the %E ABI tag that base %qT has"
41812 msgstr ""
41813
41814 #: cp/class.c:1382
41815 #, gcc-internal-format
41816 msgid "%qT does not have the %E ABI tag that %qT (used in the type of %qD) has"
41817 msgstr ""
41818
41819 #: cp/class.c:1685
41820 #, gcc-internal-format
41821 msgid "cannot derive from %<final%> base %qT in derived type %qT"
41822 msgstr ""
41823
41824 #: cp/class.c:2148
41825 #, gcc-internal-format
41826 msgid "all member functions in class %qT are private"
41827 msgstr ""
41828
41829 #: cp/class.c:2160
41830 #, gcc-internal-format
41831 msgid "%q#T only defines a private destructor and has no friends"
41832 msgstr ""
41833
41834 #: cp/class.c:2201
41835 #, gcc-internal-format
41836 msgid "%q#T only defines private constructors and has no friends"
41837 msgstr ""
41838
41839 #: cp/class.c:2205
41840 #, gcc-internal-format
41841 msgid "%q#D is public, but requires an existing %q#T object"
41842 msgstr ""
41843
41844 #: cp/class.c:2479
41845 #, gcc-internal-format
41846 msgid "no unique final overrider for %qD in %qT"
41847 msgstr ""
41848
41849 #: cp/class.c:2841
41850 #, gcc-internal-format
41851 msgid "%qD can be marked override"
41852 msgstr ""
41853
41854 #: cp/class.c:2844
41855 #, gcc-internal-format
41856 msgid "%q+#D marked %<override%>, but does not override"
41857 msgstr ""
41858
41859 #: cp/class.c:2859
41860 #, gcc-internal-format
41861 msgid "%q+#D marked %<final%>, but is not virtual"
41862 msgstr ""
41863
41864 #: cp/class.c:2922
41865 #, gcc-internal-format
41866 msgid "%qD was hidden"
41867 msgstr ""
41868
41869 #: cp/class.c:2923
41870 #, gcc-internal-format
41871 msgid " by %qD"
41872 msgstr ""
41873
41874 #: cp/class.c:2958
41875 #, gcc-internal-format
41876 msgid "%q#D invalid; an anonymous union may only have public non-static data members"
41877 msgstr ""
41878
41879 #: cp/class.c:2968 cp/parser.c:20797
41880 #, gcc-internal-format
41881 msgid "this flexibility is deprecated and will be removed"
41882 msgstr ""
41883
41884 #: cp/class.c:3161
41885 #, gcc-internal-format
41886 msgid "the ellipsis in %qD is not inherited"
41887 msgstr ""
41888
41889 #: cp/class.c:3343
41890 #, gcc-internal-format
41891 msgid "bit-field %q#D with non-integral type %qT"
41892 msgstr ""
41893
41894 #: cp/class.c:3359
41895 #, gcc-internal-format
41896 msgid "bit-field %q+D width not an integer constant"
41897 msgstr ""
41898
41899 #: cp/class.c:3364
41900 #, gcc-internal-format
41901 msgid "negative width in bit-field %q+D"
41902 msgstr ""
41903
41904 #: cp/class.c:3369
41905 #, gcc-internal-format
41906 msgid "zero width for bit-field %q+D"
41907 msgstr ""
41908
41909 #: cp/class.c:3379
41910 #, gcc-internal-format
41911 msgid "width of %qD exceeds its type"
41912 msgstr ""
41913
41914 #: cp/class.c:3385
41915 #, gcc-internal-format
41916 msgid "%qD is too small to hold all values of %q#T"
41917 msgstr ""
41918
41919 #: cp/class.c:3446
41920 #, gcc-internal-format
41921 msgid "member %q+#D with constructor not allowed in union"
41922 msgstr ""
41923
41924 #: cp/class.c:3449
41925 #, gcc-internal-format
41926 msgid "member %q+#D with destructor not allowed in union"
41927 msgstr ""
41928
41929 #: cp/class.c:3451
41930 #, gcc-internal-format
41931 msgid "member %q+#D with copy assignment operator not allowed in union"
41932 msgstr ""
41933
41934 #: cp/class.c:3455
41935 #, gcc-internal-format
41936 msgid "unrestricted unions only available with %<-std=c++11%> or %<-std=gnu++11%>"
41937 msgstr ""
41938
41939 #: cp/class.c:3571
41940 #, gcc-internal-format
41941 msgid "in C++98 %q+D may not be static because it is a member of a union"
41942 msgstr ""
41943
41944 #: cp/class.c:3584
41945 #, gcc-internal-format
41946 msgid "non-static data member %q+D in a union may not have reference type %qT"
41947 msgstr ""
41948
41949 #: cp/class.c:3597
41950 #, fuzzy, gcc-internal-format
41951 #| msgid "array member %q#D declared here"
41952 msgid "data member %q+D invalidly declared function type"
41953 msgstr "член масиву %q#D оголошено тут"
41954
41955 #: cp/class.c:3603
41956 #, fuzzy, gcc-internal-format
41957 #| msgid "array member %q#D declared here"
41958 msgid "data member %q+D invalidly declared method type"
41959 msgstr "член масиву %q#D оголошено тут"
41960
41961 #: cp/class.c:3674
41962 #, gcc-internal-format
41963 msgid "ignoring packed attribute because of unpacked non-POD field %q#D"
41964 msgstr ""
41965
41966 #: cp/class.c:3725
41967 #, gcc-internal-format
41968 msgid "member %q+D cannot be declared as a %<mutable%> reference"
41969 msgstr ""
41970
41971 #: cp/class.c:3728
41972 #, gcc-internal-format
41973 msgid "member %q+D cannot be declared both %<const%> and %<mutable%>"
41974 msgstr ""
41975
41976 #: cp/class.c:3759
41977 #, gcc-internal-format
41978 msgid "multiple fields in union %qT initialized"
41979 msgstr ""
41980
41981 #: cp/class.c:3761
41982 #, fuzzy, gcc-internal-format
41983 #| msgid "local member %q#D declared here"
41984 msgid "initialized member %q+D declared here"
41985 msgstr "локальний член %q#D оголошено тут"
41986
41987 #: cp/class.c:3804
41988 #, gcc-internal-format
41989 msgid "field %q#D with same name as class"
41990 msgstr ""
41991
41992 #: cp/class.c:3832
41993 #, gcc-internal-format
41994 msgid "%q#T has pointer data members"
41995 msgstr ""
41996
41997 #: cp/class.c:3837
41998 #, gcc-internal-format
41999 msgid " but does not override %<%T(const %T&)%>"
42000 msgstr ""
42001
42002 #: cp/class.c:3839
42003 #, gcc-internal-format
42004 msgid " or %<operator=(const %T&)%>"
42005 msgstr " або %<operator=(const %T&)%>"
42006
42007 #: cp/class.c:3843
42008 #, gcc-internal-format
42009 msgid " but does not override %<operator=(const %T&)%>"
42010 msgstr ""
42011
42012 #: cp/class.c:3845
42013 #, fuzzy, gcc-internal-format
42014 #| msgid "local member %q#D declared here"
42015 msgid "pointer member %q+D declared here"
42016 msgstr "локальний член %q#D оголошено тут"
42017
42018 #: cp/class.c:4283
42019 #, gcc-internal-format
42020 msgid "alignment of %qD increased in %<-fabi-version=9%> (GCC 5.2)"
42021 msgstr ""
42022
42023 #: cp/class.c:4286
42024 #, gcc-internal-format
42025 msgid "alignment of %qD will increase in %<-fabi-version=9%>"
42026 msgstr ""
42027
42028 #: cp/class.c:4600
42029 #, gcc-internal-format
42030 msgid "initializer specified for non-virtual method %q+D"
42031 msgstr ""
42032
42033 #: cp/class.c:4633
42034 #, gcc-internal-format
42035 msgid "destructor for %qT is ambiguous"
42036 msgstr ""
42037
42038 #: cp/class.c:5035
42039 #, gcc-internal-format
42040 msgid "method overrides both %<transaction_pure%> and %qE methods"
42041 msgstr ""
42042
42043 #: cp/class.c:5056
42044 #, gcc-internal-format
42045 msgid "method declared %qE overriding %qE method"
42046 msgstr ""
42047
42048 #: cp/class.c:5701 cp/constexpr.c:254
42049 #, gcc-internal-format
42050 msgid "enclosing class of %<constexpr%> non-static member function %q+#D is not a literal type"
42051 msgstr ""
42052
42053 #: cp/class.c:5727
42054 #, gcc-internal-format
42055 msgid "%q+T is not literal because:"
42056 msgstr ""
42057
42058 #: cp/class.c:5730
42059 #, gcc-internal-format
42060 msgid " %qT is a closure type, which is only literal in C++17 and later"
42061 msgstr ""
42062
42063 #: cp/class.c:5733
42064 #, gcc-internal-format
42065 msgid " %q+T has a non-trivial destructor"
42066 msgstr ""
42067
42068 #: cp/class.c:5736
42069 #, gcc-internal-format
42070 msgid " %q+T does not have %<constexpr%> destructor"
42071 msgstr ""
42072
42073 #: cp/class.c:5744
42074 #, gcc-internal-format
42075 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"
42076 msgstr ""
42077
42078 #: cp/class.c:5777
42079 #, gcc-internal-format
42080 msgid " base class %qT of %q+T is non-literal"
42081 msgstr ""
42082
42083 #: cp/class.c:5792
42084 #, gcc-internal-format
42085 msgid " non-static data member %qD has non-literal type"
42086 msgstr ""
42087
42088 #: cp/class.c:5799
42089 #, gcc-internal-format
42090 msgid " non-static data member %qD has volatile type"
42091 msgstr ""
42092
42093 #: cp/class.c:5920
42094 #, gcc-internal-format
42095 msgid "base class %q#T has accessible non-virtual destructor"
42096 msgstr ""
42097
42098 #: cp/class.c:5949
42099 #, gcc-internal-format
42100 msgid "non-static reference %q#D in class without a constructor"
42101 msgstr ""
42102
42103 #: cp/class.c:5955
42104 #, gcc-internal-format
42105 msgid "non-static const member %q#D in class without a constructor"
42106 msgstr ""
42107
42108 #: cp/class.c:6276
42109 #, gcc-internal-format
42110 msgid "direct base %qT inaccessible in %qT due to ambiguity"
42111 msgstr ""
42112
42113 #: cp/class.c:6288
42114 #, gcc-internal-format
42115 msgid "virtual base %qT inaccessible in %qT due to ambiguity"
42116 msgstr ""
42117
42118 #: cp/class.c:6533
42119 #, gcc-internal-format
42120 msgid "offset of %qD is not ABI-compliant and may change in a future version of GCC"
42121 msgstr ""
42122
42123 #: cp/class.c:6699
42124 #, gcc-internal-format
42125 msgid "size of type %qT is too large (%qE bytes)"
42126 msgstr ""
42127
42128 #: cp/class.c:6985
42129 #, gcc-internal-format
42130 msgid "invalid use of %q#T with a zero-size array in %q#D"
42131 msgstr ""
42132
42133 #: cp/class.c:6987
42134 #, gcc-internal-format
42135 msgid "invalid use of %q#T with a flexible array member in %q#T"
42136 msgstr ""
42137
42138 #: cp/class.c:6992
42139 #, gcc-internal-format
42140 msgid "array member %q#D declared here"
42141 msgstr "член масиву %q#D оголошено тут"
42142
42143 #: cp/class.c:7020
42144 #, gcc-internal-format
42145 msgid "zero-size array member %qD not at end of %q#T"
42146 msgstr ""
42147
42148 #: cp/class.c:7022
42149 #, gcc-internal-format
42150 msgid "zero-size array member %qD in an otherwise empty %q#T"
42151 msgstr ""
42152
42153 #: cp/class.c:7031 cp/class.c:7062
42154 #, gcc-internal-format
42155 msgid "in the definition of %q#T"
42156 msgstr "у оголошенні %q#T"
42157
42158 #: cp/class.c:7039
42159 #, gcc-internal-format
42160 msgid "flexible array member %qD not at end of %q#T"
42161 msgstr ""
42162
42163 #: cp/class.c:7041
42164 #, gcc-internal-format
42165 msgid "flexible array member %qD in an otherwise empty %q#T"
42166 msgstr ""
42167
42168 #: cp/class.c:7060
42169 #, gcc-internal-format
42170 msgid "next member %q#D declared here"
42171 msgstr ""
42172
42173 #: cp/class.c:7172 cp/parser.c:24525
42174 #, gcc-internal-format
42175 msgid "redefinition of %q#T"
42176 msgstr ""
42177
42178 #: cp/class.c:7309
42179 #, gcc-internal-format
42180 msgid "%q#T has virtual functions and accessible non-virtual destructor"
42181 msgstr ""
42182
42183 #: cp/class.c:7340
42184 #, gcc-internal-format
42185 msgid "type transparent %q#T does not have any fields"
42186 msgstr ""
42187
42188 #: cp/class.c:7346
42189 #, gcc-internal-format
42190 msgid "type transparent class %qT has base classes"
42191 msgstr ""
42192
42193 #: cp/class.c:7350
42194 #, gcc-internal-format
42195 msgid "type transparent class %qT has virtual functions"
42196 msgstr ""
42197
42198 #: cp/class.c:7356
42199 #, gcc-internal-format
42200 msgid "type transparent %q#T cannot be made transparent because the type of the first field has a different ABI from the class overall"
42201 msgstr ""
42202
42203 #: cp/class.c:7518
42204 #, gcc-internal-format
42205 msgid "definition of %qD does not match %<#include <initializer_list>%>"
42206 msgstr ""
42207
42208 #: cp/class.c:7529
42209 #, gcc-internal-format
42210 msgid "trying to finish struct, but kicked out due to previous parse errors"
42211 msgstr ""
42212
42213 #: cp/class.c:8036
42214 #, gcc-internal-format
42215 msgid "language string %<\"%E\"%> not recognized"
42216 msgstr ""
42217
42218 #: cp/class.c:8126
42219 #, gcc-internal-format
42220 msgid "cannot resolve overloaded function %qD based on conversion to type %qT"
42221 msgstr ""
42222
42223 #: cp/class.c:8271
42224 #, gcc-internal-format
42225 msgid "no matches converting function %qD to type %q#T"
42226 msgstr ""
42227
42228 #: cp/class.c:8298
42229 #, gcc-internal-format
42230 msgid "converting overloaded function %qD to type %q#T is ambiguous"
42231 msgstr ""
42232
42233 #: cp/class.c:8325
42234 #, gcc-internal-format
42235 msgid "assuming pointer to member %qD"
42236 msgstr ""
42237
42238 #: cp/class.c:8328
42239 #, gcc-internal-format
42240 msgid "(a pointer to member can only be formed with %<&%E%>)"
42241 msgstr ""
42242
42243 #: cp/class.c:8404 cp/class.c:8446
42244 #, gcc-internal-format
42245 msgid "not enough type information"
42246 msgstr ""
42247
42248 #: cp/class.c:8424
42249 #, gcc-internal-format
42250 msgid "cannot convert %qE from type %qT to type %qT"
42251 msgstr ""
42252
42253 #: cp/class.c:8697
42254 #, gcc-internal-format
42255 msgid "declaration of %q#D changes meaning of %qD"
42256 msgstr "оголошення %q#D змінює сенс %qD"
42257
42258 #: cp/class.c:8700
42259 #, gcc-internal-format
42260 msgid "%qD declared here as %q#D"
42261 msgstr "%qD оголошено тут як %q#D"
42262
42263 #: cp/constexpr.c:107
42264 #, gcc-internal-format
42265 msgid "the type %qT of %<constexpr%> variable %qD is not literal"
42266 msgstr ""
42267
42268 #: cp/constexpr.c:118
42269 #, gcc-internal-format
42270 msgid "variable %qD of non-literal type %qT in %<constexpr%> function"
42271 msgstr ""
42272
42273 #: cp/constexpr.c:130
42274 #, gcc-internal-format
42275 msgid "%<constexpr%> variable %qD has variably-modified type %qT"
42276 msgstr ""
42277
42278 #: cp/constexpr.c:202
42279 #, gcc-internal-format
42280 msgid "inherited constructor %qD is not %<constexpr%>"
42281 msgstr ""
42282
42283 #: cp/constexpr.c:215
42284 #, gcc-internal-format
42285 msgid "invalid type for parameter %d of %<constexpr%> function %q+#D"
42286 msgstr ""
42287
42288 #: cp/constexpr.c:227
42289 #, gcc-internal-format
42290 msgid "lambdas are implicitly %<constexpr%> only in C++17 and later"
42291 msgstr ""
42292
42293 #: cp/constexpr.c:238
42294 #, gcc-internal-format
42295 msgid "invalid return type %qT of %<constexpr%> function %q+D"
42296 msgstr ""
42297
42298 #: cp/constexpr.c:265
42299 #, gcc-internal-format
42300 msgid "%q#T has virtual base classes"
42301 msgstr ""
42302
42303 #: cp/constexpr.c:526
42304 #, gcc-internal-format
42305 msgid "%<constexpr%> constructor does not have empty body"
42306 msgstr ""
42307
42308 #: cp/constexpr.c:789
42309 #, gcc-internal-format
42310 msgid "%<constexpr%> constructor for union %qT must initialize exactly one non-static data member"
42311 msgstr ""
42312
42313 #: cp/constexpr.c:847
42314 #, gcc-internal-format
42315 msgid "member %qD must be initialized by mem-initializer in %<constexpr%> constructor"
42316 msgstr "член %qD має бути ініціалізовано ініціалізатором mem у конструкторі %<constexpr%>"
42317
42318 #: cp/constexpr.c:888
42319 #, gcc-internal-format
42320 msgid "body of %<constexpr%> function %qD not a return-statement"
42321 msgstr ""
42322
42323 #: cp/constexpr.c:969
42324 #, gcc-internal-format
42325 msgid "%qD is not usable as a %<constexpr%> function because:"
42326 msgstr ""
42327
42328 #: cp/constexpr.c:1364 cp/constexpr.c:2449
42329 #, gcc-internal-format
42330 msgid "%<constexpr%> call flows off the end of the function"
42331 msgstr ""
42332
42333 #: cp/constexpr.c:1369 cp/constexpr.c:1379 cp/constexpr.c:2637
42334 #, gcc-internal-format
42335 msgid "%q+E is not a constant expression"
42336 msgstr ""
42337
42338 #: cp/constexpr.c:1646 cp/constexpr.c:7087
42339 #, gcc-internal-format
42340 msgid "call to internal function %qE"
42341 msgstr "виклик внутрішньої функції %qE"
42342
42343 #: cp/constexpr.c:1701
42344 #, fuzzy, gcc-internal-format
42345 #| msgid "modification of %qE is not a constant expression"
42346 msgid "modifying a const object %qE is not allowed in a constant expression"
42347 msgstr "зміна %qE не є сталим виразом"
42348
42349 #: cp/constexpr.c:1703
42350 #, fuzzy, gcc-internal-format
42351 #| msgid "in call to %qD, declared here"
42352 msgid "originally declared %<const%> here"
42353 msgstr "у виклику %qD, оголошено тут"
42354
42355 #: cp/constexpr.c:1901 cp/constexpr.c:1947 cp/constexpr.c:1979
42356 #: cp/constexpr.c:2000
42357 #, gcc-internal-format
42358 msgid "reference %<dynamic_cast%> failed"
42359 msgstr ""
42360
42361 #: cp/constexpr.c:1902
42362 #, gcc-internal-format
42363 msgid "dynamic type %qT of its operand does not have a base class of type %qT"
42364 msgstr ""
42365
42366 #: cp/constexpr.c:1948 cp/constexpr.c:1980
42367 #, gcc-internal-format
42368 msgid "static type %qT of its operand is a non-public base class of dynamic type %qT"
42369 msgstr ""
42370
42371 #: cp/constexpr.c:2002
42372 #, gcc-internal-format
42373 msgid "%qT is an ambiguous base class of dynamic type %qT of its operand"
42374 msgstr ""
42375
42376 #: cp/constexpr.c:2005
42377 #, gcc-internal-format
42378 msgid "dynamic type %qT of its operand does not have an unambiguous public base class %qT"
42379 msgstr ""
42380
42381 #: cp/constexpr.c:2084
42382 #, gcc-internal-format
42383 msgid "expression %qE does not designate a %<constexpr%> function"
42384 msgstr ""
42385
42386 #: cp/constexpr.c:2149
42387 #, fuzzy, gcc-internal-format
42388 #| msgid "Attempting to allocate already allocated variable '%s'"
42389 msgid "deallocation of already deallocated storage"
42390 msgstr "Спроба розмістити у пам'яті вже розміщену змінну «%s»"
42391
42392 #: cp/constexpr.c:2156
42393 #, gcc-internal-format
42394 msgid "deallocation of storage that was not previously allocated"
42395 msgstr ""
42396
42397 #: cp/constexpr.c:2190 cp/constexpr.c:7119
42398 #, gcc-internal-format
42399 msgid "call to non-%<constexpr%> function %qD"
42400 msgstr ""
42401
42402 #: cp/constexpr.c:2263
42403 #, gcc-internal-format
42404 msgid "%qD called in a constant expression before its definition is complete"
42405 msgstr ""
42406
42407 #: cp/constexpr.c:2270
42408 #, gcc-internal-format
42409 msgid "%qD called in a constant expression"
42410 msgstr ""
42411
42412 #: cp/constexpr.c:2274
42413 #, gcc-internal-format
42414 msgid "%qD used before its definition"
42415 msgstr ""
42416
42417 #: cp/constexpr.c:2350
42418 #, gcc-internal-format
42419 msgid "call has circular dependency"
42420 msgstr ""
42421
42422 #: cp/constexpr.c:2361
42423 #, gcc-internal-format
42424 msgid "%<constexpr%> evaluation depth exceeds maximum of %d (use %<-fconstexpr-depth=%> to increase the maximum)"
42425 msgstr ""
42426
42427 #: cp/constexpr.c:2677
42428 #, gcc-internal-format
42429 msgid "right operand of shift expression %q+E is negative"
42430 msgstr ""
42431
42432 #: cp/constexpr.c:2684
42433 #, gcc-internal-format
42434 msgid "right operand of shift expression %q+E is greater than or equal to the precision %wu of the left operand"
42435 msgstr ""
42436
42437 #: cp/constexpr.c:2707
42438 #, gcc-internal-format
42439 msgid "left operand of shift expression %q+E is negative"
42440 msgstr ""
42441
42442 #: cp/constexpr.c:2726
42443 #, gcc-internal-format
42444 msgid "shift expression %q+E overflows"
42445 msgstr ""
42446
42447 #: cp/constexpr.c:2884
42448 #, gcc-internal-format
42449 msgid "arithmetic involving a null pointer in %qE"
42450 msgstr ""
42451
42452 #: cp/constexpr.c:3127
42453 #, gcc-internal-format
42454 msgid "array subscript value %qE is outside the bounds of array %qD of type %qT"
42455 msgstr ""
42456
42457 #: cp/constexpr.c:3130
42458 #, gcc-internal-format
42459 msgid "nonzero array subscript %qE is used with array %qD of type %qT with unknown bounds"
42460 msgstr ""
42461
42462 #: cp/constexpr.c:3135
42463 #, gcc-internal-format
42464 msgid "array subscript value %qE is outside the bounds of array type %qT"
42465 msgstr ""
42466
42467 #: cp/constexpr.c:3138
42468 #, gcc-internal-format
42469 msgid "nonzero array subscript %qE is used with array of type %qT with unknown bounds"
42470 msgstr ""
42471
42472 #: cp/constexpr.c:3321
42473 #, gcc-internal-format
42474 msgid "accessing uninitialized array element"
42475 msgstr ""
42476
42477 #: cp/constexpr.c:3361
42478 #, gcc-internal-format
42479 msgid "dereferencing a null pointer in %qE"
42480 msgstr ""
42481
42482 #: cp/constexpr.c:3378 cp/constexpr.c:3471 cp/constexpr.c:5260
42483 #: cp/constexpr.c:5352 cp/constexpr.c:7039
42484 #, gcc-internal-format
42485 msgid "%qE is not a constant expression"
42486 msgstr ""
42487
42488 #: cp/constexpr.c:3384
42489 #, gcc-internal-format
42490 msgid "mutable %qD is not usable in a constant expression"
42491 msgstr ""
42492
42493 #: cp/constexpr.c:3412
42494 #, gcc-internal-format
42495 msgid "accessing %qD member instead of initialized %qD member in constant expression"
42496 msgstr ""
42497
42498 #: cp/constexpr.c:3431
42499 #, gcc-internal-format
42500 msgid "accessing uninitialized member %qD"
42501 msgstr ""
42502
42503 #: cp/constexpr.c:4162 cp/constexpr.c:5876
42504 #, gcc-internal-format
42505 msgid "dereferencing a null pointer"
42506 msgstr "розіменування нульового вказівника"
42507
42508 #: cp/constexpr.c:4182
42509 #, gcc-internal-format
42510 msgid "accessing value of %qE through a %qT glvalue in a constant expression"
42511 msgstr ""
42512
42513 #: cp/constexpr.c:4225
42514 #, fuzzy, gcc-internal-format
42515 #| msgid "conversion of %qT null pointer to %qT is not a constant expression"
42516 msgid "the content of uninitialized storage is not usable in a constant expression"
42517 msgstr "перетворення нульового вказівника %qT на %qT не є сталим виразом"
42518
42519 #: cp/constexpr.c:4227 cp/constexpr.c:4234
42520 #, fuzzy, gcc-internal-format
42521 #| msgid "declared here"
42522 msgid "allocated here"
42523 msgstr "оголошено тут"
42524
42525 #: cp/constexpr.c:4232
42526 #, fuzzy, gcc-internal-format
42527 #| msgid "statement-expression in a constant expression"
42528 msgid "use of allocated storage after deallocation in a constant expression"
42529 msgstr "інструкція-вираз не є сталим виразом"
42530
42531 #: cp/constexpr.c:4237
42532 #, gcc-internal-format
42533 msgid "the value of %qD is not usable in a constant expression"
42534 msgstr ""
42535
42536 #: cp/constexpr.c:4244
42537 #, gcc-internal-format
42538 msgid "%qD used in its own initializer"
42539 msgstr ""
42540
42541 #: cp/constexpr.c:4249
42542 #, gcc-internal-format
42543 msgid "%q#D is not const"
42544 msgstr ""
42545
42546 #: cp/constexpr.c:4252
42547 #, gcc-internal-format
42548 msgid "%q#D is volatile"
42549 msgstr ""
42550
42551 #: cp/constexpr.c:4257 cp/constexpr.c:4264
42552 #, gcc-internal-format
42553 msgid "%qD was not initialized with a constant expression"
42554 msgstr ""
42555
42556 #: cp/constexpr.c:4270
42557 #, gcc-internal-format
42558 msgid "%qD was not declared %<constexpr%>"
42559 msgstr ""
42560
42561 #: cp/constexpr.c:4273
42562 #, gcc-internal-format
42563 msgid "%qD does not have integral or enumeration type"
42564 msgstr ""
42565
42566 #: cp/constexpr.c:4493
42567 #, gcc-internal-format
42568 msgid "modification of %qE is not a constant expression"
42569 msgstr "зміна %qE не є сталим виразом"
42570
42571 #: cp/constexpr.c:4574
42572 #, gcc-internal-format
42573 msgid "change of the active member of a union from %qD to %qD"
42574 msgstr ""
42575
42576 #: cp/constexpr.c:4954 cp/constexpr.c:6153
42577 #, gcc-internal-format
42578 msgid "statement is not a constant expression"
42579 msgstr "інструкція не є сталим виразом"
42580
42581 #: cp/constexpr.c:5060
42582 #, gcc-internal-format
42583 msgid "%<constexpr%> loop iteration count exceeds limit of %d (use %<-fconstexpr-loop-limit=%> to increase the limit)"
42584 msgstr ""
42585
42586 #: cp/constexpr.c:5156
42587 #, fuzzy, gcc-internal-format
42588 #| msgid "size of array is not a constant expression"
42589 msgid "inline assembly is not a constant expression"
42590 msgstr "розмір масиву не є сталим виразом"
42591
42592 #: cp/constexpr.c:5157
42593 #, gcc-internal-format
42594 msgid "only unevaluated inline assembly is allowed in a %<constexpr%> function in C++2a"
42595 msgstr ""
42596
42597 #: cp/constexpr.c:5222
42598 #, gcc-internal-format
42599 msgid "value %qE of type %qT is not a constant expression"
42600 msgstr "значення %qE типу %qT не є сталим виразом"
42601
42602 #: cp/constexpr.c:5235
42603 #, gcc-internal-format
42604 msgid "%<constexpr%> evaluation operation count exceeds limit of %wd (use %<-fconstexpr-ops-limit=%> to increase the limit)"
42605 msgstr ""
42606
42607 #: cp/constexpr.c:5409 cp/constexpr.c:7683
42608 #, gcc-internal-format
42609 msgid "temporary of non-literal type %qT in a constant expression"
42610 msgstr ""
42611
42612 #: cp/constexpr.c:5836 cp/constexpr.c:7233
42613 #, fuzzy, gcc-internal-format
42614 #| msgid "a reinterpret_cast is not a constant expression"
42615 msgid "%<reinterpret_cast%> is not a constant expression"
42616 msgstr "reinterpret_cast не є сталим виразом"
42617
42618 #: cp/constexpr.c:5888
42619 #, gcc-internal-format
42620 msgid "conversion of %qT null pointer to %qT is not a constant expression"
42621 msgstr "перетворення нульового вказівника %qT на %qT не є сталим виразом"
42622
42623 #: cp/constexpr.c:5902
42624 #, gcc-internal-format
42625 msgid "%<reinterpret_cast<%T>(%E)%> is not a constant expression"
42626 msgstr "%<reinterpret_cast<%T>(%E)%> не є сталим виразом"
42627
42628 #: cp/constexpr.c:6003 cp/constexpr.c:6021 cp/constexpr.c:7509
42629 #: cp/constexpr.c:7852
42630 #, gcc-internal-format
42631 msgid "expression %qE is not a constant expression"
42632 msgstr "вираз %qE не є сталим виразом"
42633
42634 #: cp/constexpr.c:6120
42635 #, fuzzy, gcc-internal-format
42636 #| msgid "expected %<template%>"
42637 msgid "unexpected template-id %qE"
42638 msgstr "мало бути %<template%>"
42639
42640 #: cp/constexpr.c:6126
42641 #, gcc-internal-format
42642 msgid "function concept must be called"
42643 msgstr ""
42644
42645 #: cp/constexpr.c:6156
42646 #, gcc-internal-format
42647 msgid "unexpected expression %qE of kind %s"
42648 msgstr ""
42649
42650 #: cp/constexpr.c:6375
42651 #, gcc-internal-format
42652 msgid "%qE is not a constant expression because it refers to mutable subobjects of %qT"
42653 msgstr ""
42654
42655 #: cp/constexpr.c:6383
42656 #, gcc-internal-format
42657 msgid "%qE is not a constant expression because it refers to an incompletely initialized variable"
42658 msgstr ""
42659
42660 #: cp/constexpr.c:6398
42661 #, gcc-internal-format
42662 msgid "%qE is not a constant expression because it refers to a result of %<operator new%>"
42663 msgstr ""
42664
42665 #: cp/constexpr.c:6408
42666 #, gcc-internal-format
42667 msgid "%qE is not a constant expression because allocated storage has not been deallocated"
42668 msgstr ""
42669
42670 #: cp/constexpr.c:6428
42671 #, gcc-internal-format
42672 msgid "immediate evaluation returns address of immediate function %qD"
42673 msgstr ""
42674
42675 #: cp/constexpr.c:6442
42676 #, gcc-internal-format
42677 msgid "conversion from pointer type %qT to arithmetic type %qT in a constant expression"
42678 msgstr ""
42679
42680 #: cp/constexpr.c:6979
42681 #, gcc-internal-format
42682 msgid "lvalue-to-rvalue conversion of a volatile lvalue %qE with type %qT"
42683 msgstr ""
42684
42685 #: cp/constexpr.c:7203
42686 #, gcc-internal-format
42687 msgid "lambda capture of %qE is not a constant expression"
42688 msgstr ""
42689
42690 #: cp/constexpr.c:7206
42691 #, gcc-internal-format
42692 msgid "because it is used as a glvalue"
42693 msgstr ""
42694
42695 #: cp/constexpr.c:7253
42696 #, fuzzy, gcc-internal-format
42697 #| msgid "%<reinterpret_cast<%T>(%E)%> is not a constant expression"
42698 msgid "%<reinterpret_cast%> from integer to pointer"
42699 msgstr "%<reinterpret_cast<%T>(%E)%> не є сталим виразом"
42700
42701 #: cp/constexpr.c:7286
42702 #, gcc-internal-format
42703 msgid "address-of an object %qE with thread local or automatic storage is not a constant expression"
42704 msgstr ""
42705
42706 #: cp/constexpr.c:7325
42707 #, gcc-internal-format
42708 msgid "use of %<this%> in a constant expression"
42709 msgstr ""
42710
42711 #: cp/constexpr.c:7456
42712 #, gcc-internal-format
42713 msgid "lambda-expression is not a constant expression before C++17"
42714 msgstr ""
42715
42716 #: cp/constexpr.c:7523
42717 #, gcc-internal-format
42718 msgid "virtual functions cannot be %<constexpr%> before C++2a"
42719 msgstr ""
42720
42721 #: cp/constexpr.c:7538
42722 #, fuzzy, gcc-internal-format
42723 #| msgid "%<goto%> is not a constant expression"
42724 msgid "%<typeid%> is not a constant expression because %qE is of polymorphic type"
42725 msgstr "%<goto%> не є сталим виразом"
42726
42727 #: cp/constexpr.c:7602
42728 #, gcc-internal-format
42729 msgid "cast to non-integral type %qT in a constant expression"
42730 msgstr ""
42731
42732 #: cp/constexpr.c:7652
42733 #, gcc-internal-format
42734 msgid "%qD declared %<static%> in %<constexpr%> context"
42735 msgstr ""
42736
42737 #: cp/constexpr.c:7659
42738 #, gcc-internal-format
42739 msgid "%qD declared %<thread_local%> in %<constexpr%> context"
42740 msgstr ""
42741
42742 #: cp/constexpr.c:7732
42743 #, gcc-internal-format
42744 msgid "division by zero is not a constant expression"
42745 msgstr "ділення на нуль не є сталим виразом"
42746
42747 #: cp/constexpr.c:7828
42748 #, gcc-internal-format
42749 msgid "%<delete[]%> is not a constant expression"
42750 msgstr "%<delete[]%> не є сталим виразом"
42751
42752 #: cp/constexpr.c:7860
42753 #, gcc-internal-format
42754 msgid "non-constant array initialization"
42755 msgstr ""
42756
42757 #: cp/constexpr.c:7890
42758 #, gcc-internal-format
42759 msgid "%<goto%> is not a constant expression"
42760 msgstr "%<goto%> не є сталим виразом"
42761
42762 #: cp/constexpr.c:7907
42763 #, gcc-internal-format, gfc-internal-format
42764 msgid "unexpected AST of kind %s"
42765 msgstr ""
42766
42767 #: cp/cp-gimplify.c:213
42768 #, gcc-internal-format
42769 msgid "both branches of %<if%> statement marked as %qs"
42770 msgstr ""
42771
42772 #: cp/cp-gimplify.c:1602
42773 #, gcc-internal-format
42774 msgid "%<throw%> will always call %<terminate%>"
42775 msgstr ""
42776
42777 #: cp/cp-gimplify.c:1605
42778 #, gcc-internal-format
42779 msgid "in C++11 destructors default to %<noexcept%>"
42780 msgstr ""
42781
42782 #: cp/cp-gimplify.c:1617
42783 #, gcc-internal-format
42784 msgid "in C++11 this %<throw%> will call %<terminate%> because destructors default to %<noexcept%>"
42785 msgstr ""
42786
42787 #: cp/cp-gimplify.c:2956
42788 #, gcc-internal-format
42789 msgid "ignoring attribute %qE after earlier %qE"
42790 msgstr ""
42791
42792 #: cp/cp-gimplify.c:2978 cp/cp-gimplify.c:2990 cp/decl.c:3915 cp/method.c:955
42793 #, gcc-internal-format
42794 msgid "%qD is not a type"
42795 msgstr ""
42796
42797 #: cp/cp-gimplify.c:2996
42798 #, fuzzy, gcc-internal-format
42799 #| msgid "%qD is not a class or namespace"
42800 msgid "%qD is not a class type"
42801 msgstr "%qD не є класом або простором назв"
42802
42803 #: cp/cp-gimplify.c:3013
42804 #, gcc-internal-format
42805 msgid "%qD does not have %<const char *%> type"
42806 msgstr ""
42807
42808 #: cp/cp-gimplify.c:3024
42809 #, fuzzy, gcc-internal-format
42810 #| msgid "%qs is not defined as a type"
42811 msgid "%qD does not have integral type"
42812 msgstr "%qs не визначено як тип"
42813
42814 #: cp/cp-gimplify.c:3036
42815 #, gcc-internal-format
42816 msgid "%<std::source_location::__impl%> does not contain only non-static data members %<_M_file_name%>, %<_M_function_name%>, %<_M_line%> and %<_M_column%>"
42817 msgstr ""
42818
42819 #: cp/cp-gimplify.c:3125
42820 #, fuzzy, gcc-internal-format
42821 #| msgid "Creating '%s'\n"
42822 msgid "evaluating %qs"
42823 msgstr "Створюємо «%s»\n"
42824
42825 #: cp/cvt.c:92
42826 #, fuzzy
42827 #| msgid "cannot convert type %qH to type %qI"
42828 msgid "cannot convert from incomplete type %qH to %qI"
42829 msgstr "не вдалося перетворити тип %qH на тип %qI"
42830
42831 #: cp/cvt.c:102
42832 msgid "conversion of %qE from %qH to %qI is ambiguous"
42833 msgstr ""
42834
42835 #: cp/cvt.c:174 cp/cvt.c:201 cp/cvt.c:255
42836 msgid "cannot convert %qE from type %qH to type %qI"
42837 msgstr ""
42838
42839 #: cp/cvt.c:391
42840 #, gcc-internal-format
42841 msgid "initialization of volatile reference type %q#T from rvalue of type %qT"
42842 msgstr ""
42843
42844 #: cp/cvt.c:394
42845 #, gcc-internal-format
42846 msgid "conversion to volatile reference type %q#T from rvalue of type %qT"
42847 msgstr ""
42848
42849 #: cp/cvt.c:397
42850 #, gcc-internal-format
42851 msgid "initialization of non-const reference type %q#T from rvalue of type %qT"
42852 msgstr ""
42853
42854 #: cp/cvt.c:400
42855 #, gcc-internal-format
42856 msgid "conversion to non-const reference type %q#T from rvalue of type %qT"
42857 msgstr ""
42858
42859 #: cp/cvt.c:476
42860 msgid "conversion from %qH to %qI discards qualifiers"
42861 msgstr ""
42862
42863 #: cp/cvt.c:498 cp/typeck.c:7766
42864 #, gcc-internal-format
42865 msgid "casting %qT to %qT does not dereference pointer"
42866 msgstr ""
42867
42868 #: cp/cvt.c:526
42869 msgid "cannot convert type %qH to type %qI"
42870 msgstr "не вдалося перетворити тип %qH на тип %qI"
42871
42872 #: cp/cvt.c:796
42873 #, gcc-internal-format
42874 msgid "conversion from %q#T to %q#T"
42875 msgstr ""
42876
42877 #: cp/cvt.c:814
42878 #, gcc-internal-format
42879 msgid "the result of the conversion is unspecified because %qE is outside the range of type %qT"
42880 msgstr ""
42881
42882 #: cp/cvt.c:825 cp/cvt.c:880
42883 #, gcc-internal-format
42884 msgid "%q#T used where a %qT was expected"
42885 msgstr ""
42886
42887 #: cp/cvt.c:834
42888 #, gcc-internal-format
42889 msgid "could not convert %qE from %<void%> to %<bool%>"
42890 msgstr ""
42891
42892 #: cp/cvt.c:896
42893 #, gcc-internal-format
42894 msgid "%q#T used where a floating-point value was expected"
42895 msgstr ""
42896
42897 #: cp/cvt.c:954
42898 msgid "conversion from %qH to non-scalar type %qI requested"
42899 msgstr ""
42900
42901 #: cp/cvt.c:1049
42902 #, gcc-internal-format
42903 msgid "ignoring return value of %qD, declared with attribute %<nodiscard%>: %<%s%>"
42904 msgstr ""
42905
42906 #: cp/cvt.c:1051
42907 #, gcc-internal-format
42908 msgid "ignoring return value of %qD, declared with attribute %<nodiscard%>%s"
42909 msgstr ""
42910
42911 #: cp/cvt.c:1067
42912 #, gcc-internal-format
42913 msgid "ignoring returned value of type %qT, declared with attribute %<nodiscard%>: %<%s%>"
42914 msgstr ""
42915
42916 #: cp/cvt.c:1069
42917 #, gcc-internal-format
42918 msgid "ignoring returned value of type %qT, declared with attribute %<nodiscard%>%s"
42919 msgstr ""
42920
42921 #: cp/cvt.c:1077
42922 #, gcc-internal-format
42923 msgid "in call to %qD, declared here"
42924 msgstr "у виклику %qD, оголошено тут"
42925
42926 #: cp/cvt.c:1091
42927 #, gcc-internal-format
42928 msgid "ignoring return value of %qD, declared with attribute %<warn_unused_result%>"
42929 msgstr ""
42930
42931 #: cp/cvt.c:1145
42932 #, gcc-internal-format
42933 msgid "pseudo-destructor is not called"
42934 msgstr ""
42935
42936 #: cp/cvt.c:1239
42937 #, gcc-internal-format
42938 msgid "conversion to void will not access object of incomplete type %qT"
42939 msgstr ""
42940
42941 #: cp/cvt.c:1243
42942 #, gcc-internal-format
42943 msgid "indirection will not access object of incomplete type %qT in second operand of conditional expression"
42944 msgstr ""
42945
42946 #: cp/cvt.c:1248
42947 #, gcc-internal-format
42948 msgid "indirection will not access object of incomplete type %qT in third operand of conditional expression"
42949 msgstr ""
42950
42951 #: cp/cvt.c:1253
42952 #, gcc-internal-format
42953 msgid "indirection will not access object of incomplete type %qT in right operand of comma operator"
42954 msgstr ""
42955
42956 #: cp/cvt.c:1258
42957 #, gcc-internal-format
42958 msgid "indirection will not access object of incomplete type %qT in left operand of comma operator"
42959 msgstr ""
42960
42961 #: cp/cvt.c:1263
42962 #, gcc-internal-format
42963 msgid "indirection will not access object of incomplete type %qT in statement"
42964 msgstr ""
42965
42966 #: cp/cvt.c:1267
42967 #, gcc-internal-format
42968 msgid "indirection will not access object of incomplete type %qT in for increment expression"
42969 msgstr ""
42970
42971 #: cp/cvt.c:1283
42972 #, gcc-internal-format
42973 msgid "conversion to void will not access object of type %qT"
42974 msgstr ""
42975
42976 #: cp/cvt.c:1287
42977 #, gcc-internal-format
42978 msgid "implicit dereference will not access object of type %qT in second operand of conditional expression"
42979 msgstr ""
42980
42981 #: cp/cvt.c:1292
42982 #, gcc-internal-format
42983 msgid "implicit dereference will not access object of type %qT in third operand of conditional expression"
42984 msgstr ""
42985
42986 #: cp/cvt.c:1297
42987 #, gcc-internal-format
42988 msgid "implicit dereference will not access object of type %qT in right operand of comma operator"
42989 msgstr ""
42990
42991 #: cp/cvt.c:1302
42992 #, gcc-internal-format
42993 msgid "implicit dereference will not access object of type %qT in left operand of comma operator"
42994 msgstr ""
42995
42996 #: cp/cvt.c:1307
42997 #, gcc-internal-format
42998 msgid "implicit dereference will not access object of type %qT in statement"
42999 msgstr ""
43000
43001 #: cp/cvt.c:1311
43002 #, gcc-internal-format
43003 msgid "implicit dereference will not access object of type %qT in for increment expression"
43004 msgstr ""
43005
43006 #: cp/cvt.c:1325
43007 #, gcc-internal-format
43008 msgid "conversion to void will not access object of non-trivially-copyable type %qT"
43009 msgstr ""
43010
43011 #: cp/cvt.c:1330
43012 #, gcc-internal-format
43013 msgid "indirection will not access object of non-trivially-copyable type %qT in second operand of conditional expression"
43014 msgstr ""
43015
43016 #: cp/cvt.c:1335
43017 #, gcc-internal-format
43018 msgid "indirection will not access object of non-trivially-copyable type %qT in third operand of conditional expression"
43019 msgstr ""
43020
43021 #: cp/cvt.c:1340
43022 #, gcc-internal-format
43023 msgid "indirection will not access object of non-trivially-copyable type %qT in right operand of comma operator"
43024 msgstr ""
43025
43026 #: cp/cvt.c:1345
43027 #, gcc-internal-format
43028 msgid "indirection will not access object of non-trivially-copyable type %qT in left operand of comma operator"
43029 msgstr ""
43030
43031 #: cp/cvt.c:1350
43032 #, gcc-internal-format
43033 msgid "indirection will not access object of non-trivially-copyable type %qT in statement"
43034 msgstr ""
43035
43036 #: cp/cvt.c:1355
43037 #, gcc-internal-format
43038 msgid "indirection will not access object of non-trivially-copyable type %qT in for increment expression"
43039 msgstr ""
43040
43041 #: cp/cvt.c:1396
43042 #, gcc-internal-format
43043 msgid "conversion to void will not access object %qE of incomplete type %qT"
43044 msgstr ""
43045
43046 #: cp/cvt.c:1400
43047 #, gcc-internal-format
43048 msgid "variable %qE of incomplete type %qT will not be accessed in second operand of conditional expression"
43049 msgstr ""
43050
43051 #: cp/cvt.c:1405
43052 #, gcc-internal-format
43053 msgid "variable %qE of incomplete type %qT will not be accessed in third operand of conditional expression"
43054 msgstr ""
43055
43056 #: cp/cvt.c:1410
43057 #, gcc-internal-format
43058 msgid "variable %qE of incomplete type %qT will not be accessed in right operand of comma operator"
43059 msgstr ""
43060
43061 #: cp/cvt.c:1415
43062 #, gcc-internal-format
43063 msgid "variable %qE of incomplete type %qT will not be accessed in left operand of comma operator"
43064 msgstr ""
43065
43066 #: cp/cvt.c:1420
43067 #, gcc-internal-format
43068 msgid "variable %qE of incomplete type %qT will not be accessed in statement"
43069 msgstr ""
43070
43071 #: cp/cvt.c:1424
43072 #, gcc-internal-format
43073 msgid "variable %qE of incomplete type %qT will not be accessed in for increment expression"
43074 msgstr ""
43075
43076 #: cp/cvt.c:1477
43077 #, gcc-internal-format
43078 msgid "conversion to void cannot resolve address of overloaded function"
43079 msgstr ""
43080
43081 #: cp/cvt.c:1481
43082 #, gcc-internal-format
43083 msgid "second operand of conditional expression cannot resolve address of overloaded function"
43084 msgstr ""
43085
43086 #: cp/cvt.c:1485
43087 #, gcc-internal-format
43088 msgid "third operand of conditional expression cannot resolve address of overloaded function"
43089 msgstr ""
43090
43091 #: cp/cvt.c:1489
43092 #, gcc-internal-format
43093 msgid "right operand of comma operator cannot resolve address of overloaded function"
43094 msgstr ""
43095
43096 #: cp/cvt.c:1493
43097 #, gcc-internal-format
43098 msgid "left operand of comma operator cannot resolve address of overloaded function"
43099 msgstr ""
43100
43101 #: cp/cvt.c:1497
43102 #, gcc-internal-format
43103 msgid "statement cannot resolve address of overloaded function"
43104 msgstr ""
43105
43106 #: cp/cvt.c:1501
43107 #, gcc-internal-format
43108 msgid "for increment expression cannot resolve address of overloaded function"
43109 msgstr ""
43110
43111 #: cp/cvt.c:1517
43112 #, gcc-internal-format
43113 msgid "second operand of conditional expression is a reference, not call, to function %qE"
43114 msgstr ""
43115
43116 #: cp/cvt.c:1522
43117 #, gcc-internal-format
43118 msgid "third operand of conditional expression is a reference, not call, to function %qE"
43119 msgstr ""
43120
43121 #: cp/cvt.c:1527
43122 #, gcc-internal-format
43123 msgid "right operand of comma operator is a reference, not call, to function %qE"
43124 msgstr ""
43125
43126 #: cp/cvt.c:1532
43127 #, gcc-internal-format
43128 msgid "left operand of comma operator is a reference, not call, to function %qE"
43129 msgstr ""
43130
43131 #: cp/cvt.c:1537
43132 #, gcc-internal-format
43133 msgid "statement is a reference, not call, to function %qE"
43134 msgstr ""
43135
43136 #: cp/cvt.c:1542
43137 #, gcc-internal-format
43138 msgid "for increment expression is a reference, not call, to function %qE"
43139 msgstr ""
43140
43141 #: cp/cvt.c:1570
43142 #, gcc-internal-format
43143 msgid "second operand of conditional expression has no effect"
43144 msgstr ""
43145
43146 #: cp/cvt.c:1575
43147 #, gcc-internal-format
43148 msgid "third operand of conditional expression has no effect"
43149 msgstr ""
43150
43151 #: cp/cvt.c:1580
43152 #, gcc-internal-format
43153 msgid "right operand of comma operator has no effect"
43154 msgstr ""
43155
43156 #: cp/cvt.c:1584
43157 #, gcc-internal-format
43158 msgid "left operand of comma operator has no effect"
43159 msgstr ""
43160
43161 #: cp/cvt.c:1588
43162 #, gcc-internal-format
43163 msgid "statement has no effect"
43164 msgstr ""
43165
43166 #: cp/cvt.c:1592
43167 #, gcc-internal-format
43168 msgid "for increment expression has no effect"
43169 msgstr ""
43170
43171 #: cp/cvt.c:1747
43172 #, gcc-internal-format
43173 msgid "converting NULL to non-pointer type"
43174 msgstr ""
43175
43176 #: cp/cvt.c:1865
43177 #, gcc-internal-format
43178 msgid "default type conversion cannot deduce template argument for %qD"
43179 msgstr ""
43180
43181 #: cp/cvt.c:1880
43182 #, gcc-internal-format
43183 msgid "ambiguous default type conversion from %qT"
43184 msgstr ""
43185
43186 #: cp/cvt.c:1883
43187 #, gcc-internal-format
43188 msgid " candidate conversions include %qD and %qD"
43189 msgstr ""
43190
43191 #: cp/cxx-pretty-print.c:2297
43192 #, gcc-internal-format
43193 msgid "template-parameter-"
43194 msgstr ""
43195
43196 #: cp/cxx-pretty-print.c:2311
43197 #, fuzzy, gcc-internal-format
43198 #| msgid "%qs requires %qs"
43199 msgid "requires"
43200 msgstr "%qs потребує %qs"
43201
43202 #: cp/cxx-pretty-print.c:2903 cp/error.c:1560
43203 #, gcc-internal-format
43204 msgid "with"
43205 msgstr "з"
43206
43207 #: cp/decl.c:669
43208 #, gcc-internal-format
43209 msgid "unused structured binding declaration"
43210 msgstr ""
43211
43212 #: cp/decl.c:672
43213 #, gcc-internal-format
43214 msgid "unused variable %qD"
43215 msgstr "невикористана змінна %qD"
43216
43217 #: cp/decl.c:681
43218 #, gcc-internal-format
43219 msgid "structured binding declaration set but not used"
43220 msgstr ""
43221
43222 #: cp/decl.c:829
43223 #, gcc-internal-format
43224 msgid "%qF declared %<static%> but never defined"
43225 msgstr ""
43226
43227 #: cp/decl.c:836
43228 #, gcc-internal-format
43229 msgid "odr-used inline variable %qD is not defined"
43230 msgstr ""
43231
43232 #: cp/decl.c:1160
43233 #, gcc-internal-format
43234 msgid "%qD was declared %<extern%> and later %<static%>"
43235 msgstr ""
43236
43237 #: cp/decl.c:1199
43238 #, gcc-internal-format
43239 msgid "declaration of %qF has a different exception specifier"
43240 msgstr "оголошення %qF містить інше визначення виключення"
43241
43242 #: cp/decl.c:1213
43243 #, gcc-internal-format
43244 msgid "from previous declaration %qF"
43245 msgstr "з попереднього оголошення %qF"
43246
43247 #: cp/decl.c:1260
43248 #, fuzzy, gcc-internal-format
43249 #| msgid "redeclaration %qD differs in %<constexpr%> from previous declaration"
43250 msgid "redeclaration %qD differs in %qs from previous declaration"
43251 msgstr "повторне оголошення %qD відрізняється у %<constexpr%> від попереднього оголошення"
43252
43253 #: cp/decl.c:1264 cp/decl.c:14939
43254 #, gcc-internal-format
43255 msgid "previous declaration %qD"
43256 msgstr "попереднє оголошення %qD"
43257
43258 #: cp/decl.c:1293
43259 #, gcc-internal-format
43260 msgid "cannot specialize concept %q#D"
43261 msgstr ""
43262
43263 #: cp/decl.c:1315
43264 #, gcc-internal-format
43265 msgid "redeclaration of %q#D may not have default arguments"
43266 msgstr ""
43267
43268 #: cp/decl.c:1346
43269 #, gcc-internal-format
43270 msgid "friend declaration of %q#D specifies default arguments and isn%'t the only declaration"
43271 msgstr ""
43272
43273 #: cp/decl.c:1349
43274 #, gcc-internal-format
43275 msgid "previous declaration of %q#D"
43276 msgstr "попереднє оголошення %q#D"
43277
43278 #: cp/decl.c:1398
43279 #, fuzzy, gcc-internal-format
43280 #| msgid "ambiguating new declaration %q#D"
43281 msgid "ambiguating new declaration %q+#D"
43282 msgstr "неоднозначне нове оголошення %q#D"
43283
43284 #: cp/decl.c:1400 cp/decl.c:1777
43285 #, gcc-internal-format
43286 msgid "old declaration %q#D"
43287 msgstr ""
43288
43289 #: cp/decl.c:1467
43290 #, gcc-internal-format
43291 msgid "built-in function %qD declared as non-function"
43292 msgstr ""
43293
43294 #: cp/decl.c:1480 cp/decl.c:1616
43295 #, gcc-internal-format
43296 msgid "shadowing built-in function %q#D"
43297 msgstr ""
43298
43299 #: cp/decl.c:1481 cp/decl.c:1617
43300 #, gcc-internal-format
43301 msgid "shadowing library function %q#D"
43302 msgstr ""
43303
43304 #: cp/decl.c:1489
43305 #, gcc-internal-format
43306 msgid "library function %q#D redeclared as non-function %q#D"
43307 msgstr ""
43308
43309 #: cp/decl.c:1493 cp/decl.c:1563
43310 #, gcc-internal-format
43311 msgid "declaration of %q#D conflicts with built-in declaration %q#D"
43312 msgstr ""
43313
43314 #: cp/decl.c:1501
43315 #, gcc-internal-format
43316 msgid "redeclaration of %<pragma omp declare reduction%>"
43317 msgstr ""
43318
43319 #: cp/decl.c:1503
43320 #, gcc-internal-format
43321 msgid "previous %<pragma omp declare reduction%> declaration"
43322 msgstr "попереднє оголошення %<pragma omp declare reduction%>"
43323
43324 #: cp/decl.c:1591
43325 #, gcc-internal-format
43326 msgid "definition of %q#D ambiguates built-in declaration %q#D"
43327 msgstr "визначення %q#D робить неоднозначним вбудоване оголошення %q#D"
43328
43329 #: cp/decl.c:1597 cp/decl.c:1611
43330 #, gcc-internal-format
43331 msgid "new declaration %q#D ambiguates built-in declaration %q#D"
43332 msgstr ""
43333
43334 #: cp/decl.c:1601
43335 #, gcc-internal-format
43336 msgid "ignoring the %q#D declaration"
43337 msgstr ""
43338
43339 #: cp/decl.c:1695
43340 #, gcc-internal-format
43341 msgid "literal operator %q#D conflicts with raw literal operator"
43342 msgstr ""
43343
43344 #: cp/decl.c:1699
43345 #, gcc-internal-format
43346 msgid "raw literal operator %q#D conflicts with literal operator template"
43347 msgstr ""
43348
43349 #: cp/decl.c:1712
43350 #, gcc-internal-format
43351 msgid "%q#D redeclared as different kind of entity"
43352 msgstr ""
43353
43354 #: cp/decl.c:1736
43355 #, gcc-internal-format
43356 msgid "conflicting declaration of template %q#D"
43357 msgstr "конфлікт оголошень шаблона %q#D"
43358
43359 #: cp/decl.c:1758
43360 #, gcc-internal-format
43361 msgid "conflicting declaration of C function %q#D"
43362 msgstr "конфлікт оголошень функції C %q#D"
43363
43364 #: cp/decl.c:1775
43365 #, gcc-internal-format
43366 msgid "ambiguating new declaration of %q#D"
43367 msgstr "неоднозначне нове оголошення %q#D"
43368
43369 #: cp/decl.c:1785
43370 #, gcc-internal-format
43371 msgid "conflicting declaration %q#D"
43372 msgstr "конфлікт оголошень %q#D"
43373
43374 #: cp/decl.c:1787
43375 #, gcc-internal-format
43376 msgid "previous declaration as %q#D"
43377 msgstr ""
43378
43379 #: cp/decl.c:1846 cp/decl2.c:923
43380 #, gcc-internal-format
43381 msgid "%q#D previously defined here"
43382 msgstr ""
43383
43384 #: cp/decl.c:1847 cp/name-lookup.c:2715 cp/name-lookup.c:2739
43385 #, gcc-internal-format
43386 msgid "%q#D previously declared here"
43387 msgstr "%q#D раніше оголошено тут"
43388
43389 #: cp/decl.c:1858
43390 #, gcc-internal-format
43391 msgid "prototype specified for %q#D"
43392 msgstr ""
43393
43394 #: cp/decl.c:1860
43395 #, gcc-internal-format
43396 msgid "previous non-prototype definition here"
43397 msgstr ""
43398
43399 #: cp/decl.c:1900
43400 #, gcc-internal-format
43401 msgid "conflicting declaration of %q#D with %qL linkage"
43402 msgstr ""
43403
43404 #: cp/decl.c:1903
43405 #, gcc-internal-format
43406 msgid "previous declaration with %qL linkage"
43407 msgstr ""
43408
43409 #: cp/decl.c:1938 cp/decl.c:1948
43410 #, gcc-internal-format
43411 msgid "default argument given for parameter %d of %q#D"
43412 msgstr ""
43413
43414 #: cp/decl.c:1941 cp/decl.c:1951
43415 #, gcc-internal-format
43416 msgid "previous specification in %q#D here"
43417 msgstr ""
43418
43419 #: cp/decl.c:2001
43420 #, gcc-internal-format
43421 msgid "previous definition of %qD here"
43422 msgstr "попереднє визначення %qD було тут"
43423
43424 #: cp/decl.c:2002
43425 #, gcc-internal-format
43426 msgid "previous declaration of %qD here"
43427 msgstr "попереднє оголошення %qD було тут"
43428
43429 #: cp/decl.c:2015
43430 #, gcc-internal-format
43431 msgid "function %qD declared %<[[noreturn]]%> but its first declaration was not"
43432 msgstr ""
43433
43434 #: cp/decl.c:2058
43435 #, gcc-internal-format
43436 msgid "redundant redeclaration of %qD in same scope"
43437 msgstr ""
43438
43439 #: cp/decl.c:2070
43440 #, gcc-internal-format
43441 msgid "deleted definition of %qD"
43442 msgstr "вилучене визначення %qD"
43443
43444 #. From [temp.expl.spec]:
43445 #.
43446 #. If a template, a member template or the member of a class
43447 #. template is explicitly specialized then that
43448 #. specialization shall be declared before the first use of
43449 #. that specialization that would cause an implicit
43450 #. instantiation to take place, in every translation unit in
43451 #. which such a use occurs.
43452 #: cp/decl.c:2532
43453 #, gcc-internal-format
43454 msgid "explicit specialization of %qD after first use"
43455 msgstr ""
43456
43457 #: cp/decl.c:2670
43458 #, gcc-internal-format
43459 msgid "%qD: visibility attribute ignored because it conflicts with previous declaration"
43460 msgstr ""
43461
43462 #. Reject two definitions.
43463 #: cp/decl.c:2924 cp/decl.c:2953 cp/decl.c:2983 cp/decl.c:3000 cp/decl.c:3098
43464 #: cp/decl2.c:921
43465 #, gcc-internal-format
43466 msgid "redefinition of %q#D"
43467 msgstr ""
43468
43469 #: cp/decl.c:2940
43470 #, gcc-internal-format
43471 msgid "%qD conflicts with used function"
43472 msgstr ""
43473
43474 #: cp/decl.c:2950
43475 #, gcc-internal-format
43476 msgid "%q#D not declared in class"
43477 msgstr ""
43478
43479 #: cp/decl.c:2964 cp/decl.c:3010
43480 #, gcc-internal-format
43481 msgid "%q+D redeclared inline with %<gnu_inline%> attribute"
43482 msgstr ""
43483
43484 #: cp/decl.c:2967 cp/decl.c:3013
43485 #, gcc-internal-format
43486 msgid "%q+D redeclared inline without %<gnu_inline%> attribute"
43487 msgstr ""
43488
43489 #. is_primary=
43490 #. is_partial=
43491 #. is_friend_decl=
43492 #: cp/decl.c:3030
43493 #, gcc-internal-format
43494 msgid "redeclaration of friend %q#D may not have default template arguments"
43495 msgstr ""
43496
43497 #: cp/decl.c:3044
43498 #, gcc-internal-format
43499 msgid "thread-local declaration of %q#D follows non-thread-local declaration"
43500 msgstr ""
43501
43502 #: cp/decl.c:3047
43503 #, gcc-internal-format
43504 msgid "non-thread-local declaration of %q#D follows thread-local declaration"
43505 msgstr ""
43506
43507 #: cp/decl.c:3062 cp/decl.c:3106 cp/name-lookup.c:2275 cp/name-lookup.c:2713
43508 #: cp/name-lookup.c:2737
43509 #, gcc-internal-format
43510 msgid "redeclaration of %q#D"
43511 msgstr ""
43512
43513 #: cp/decl.c:3089
43514 #, gcc-internal-format
43515 msgid "redundant redeclaration of %<constexpr%> static data member %qD"
43516 msgstr ""
43517
43518 #: cp/decl.c:3155
43519 #, gcc-internal-format
43520 msgid "local label %qE conflicts with existing label"
43521 msgstr ""
43522
43523 #: cp/decl.c:3156
43524 #, gcc-internal-format
43525 msgid "previous label"
43526 msgstr "попередня мітка"
43527
43528 #: cp/decl.c:3250
43529 #, gcc-internal-format
43530 msgid " from here"
43531 msgstr " звідси"
43532
43533 #: cp/decl.c:3273 cp/decl.c:3501
43534 #, gcc-internal-format
43535 msgid " exits OpenMP structured block"
43536 msgstr ""
43537
43538 #: cp/decl.c:3301
43539 #, gcc-internal-format
43540 msgid " crosses initialization of %q#D"
43541 msgstr ""
43542
43543 #: cp/decl.c:3304
43544 #, gcc-internal-format
43545 msgid " enters scope of %q#D, which has non-trivial destructor"
43546 msgstr ""
43547
43548 #: cp/decl.c:3318 cp/decl.c:3472
43549 #, gcc-internal-format
43550 msgid " enters %<try%> block"
43551 msgstr ""
43552
43553 #: cp/decl.c:3324 cp/decl.c:3454 cp/decl.c:3474
43554 #, fuzzy, gcc-internal-format
43555 #| msgid "expected %<catch%>"
43556 msgid " enters %<catch%> block"
43557 msgstr "мало бути %<catch%>"
43558
43559 #: cp/decl.c:3330 cp/decl.c:3484
43560 #, gcc-internal-format
43561 msgid " enters OpenMP structured block"
43562 msgstr ""
43563
43564 #: cp/decl.c:3336 cp/decl.c:3476
43565 #, gcc-internal-format
43566 msgid " enters synchronized or atomic statement"
43567 msgstr ""
43568
43569 #: cp/decl.c:3343 cp/decl.c:3478
43570 #, gcc-internal-format
43571 msgid " enters %<constexpr if%> statement"
43572 msgstr ""
43573
43574 #: cp/decl.c:3461
43575 #, gcc-internal-format
43576 msgid " skips initialization of %q#D"
43577 msgstr ""
43578
43579 #: cp/decl.c:3464
43580 #, gcc-internal-format
43581 msgid " enters scope of %q#D which has non-trivial destructor"
43582 msgstr ""
43583
43584 #: cp/decl.c:3516 cp/parser.c:13004 cp/parser.c:13025
43585 #, gcc-internal-format
43586 msgid "invalid exit from OpenMP structured block"
43587 msgstr ""
43588
43589 #: cp/decl.c:3922 cp/parser.c:6533
43590 #, gcc-internal-format
43591 msgid "%qD used without template arguments"
43592 msgstr "%qD використано без аргументів шаблона"
43593
43594 #: cp/decl.c:3933
43595 #, gcc-internal-format
43596 msgid "%q#T is not a class"
43597 msgstr ""
43598
43599 #: cp/decl.c:3961 cp/decl.c:4054
43600 #, gcc-internal-format
43601 msgid "no class template named %q#T in %q#T"
43602 msgstr ""
43603
43604 #: cp/decl.c:3962
43605 #, gcc-internal-format
43606 msgid "no type named %q#T in %q#T"
43607 msgstr ""
43608
43609 #: cp/decl.c:3975
43610 #, gcc-internal-format
43611 msgid "lookup of %qT in %qT is ambiguous"
43612 msgstr ""
43613
43614 #: cp/decl.c:3984
43615 #, gcc-internal-format
43616 msgid "%<typename %T::%D%> names %q#T, which is not a class template"
43617 msgstr ""
43618
43619 #: cp/decl.c:3991
43620 #, gcc-internal-format
43621 msgid "%<typename %T::%D%> names %q#T, which is not a type"
43622 msgstr ""
43623
43624 #: cp/decl.c:4063
43625 #, gcc-internal-format
43626 msgid "template parameters do not match template %qD"
43627 msgstr ""
43628
43629 #: cp/decl.c:4387
43630 #, gcc-internal-format
43631 msgid "%<-faligned-new=%d%> is not a power of two"
43632 msgstr ""
43633
43634 #: cp/decl.c:4867
43635 #, gcc-internal-format
43636 msgid "member %q+#D with constructor not allowed in anonymous aggregate"
43637 msgstr ""
43638
43639 #: cp/decl.c:4870
43640 #, gcc-internal-format
43641 msgid "member %q+#D with destructor not allowed in anonymous aggregate"
43642 msgstr ""
43643
43644 #: cp/decl.c:4873
43645 #, gcc-internal-format
43646 msgid "member %q+#D with copy assignment operator not allowed in anonymous aggregate"
43647 msgstr ""
43648
43649 #: cp/decl.c:4892
43650 #, gcc-internal-format
43651 msgid "attribute ignored in declaration of %q#T"
43652 msgstr ""
43653
43654 #: cp/decl.c:4895
43655 #, gcc-internal-format
43656 msgid "attribute for %q#T must follow the %qs keyword"
43657 msgstr ""
43658
43659 #: cp/decl.c:4937
43660 #, gcc-internal-format
43661 msgid "multiple types in one declaration"
43662 msgstr ""
43663
43664 #: cp/decl.c:4942
43665 #, gcc-internal-format
43666 msgid "redeclaration of C++ built-in type %qT"
43667 msgstr ""
43668
43669 #: cp/decl.c:4959
43670 #, gcc-internal-format
43671 msgid "%<auto%> can only be specified for variables or function declarations"
43672 msgstr ""
43673
43674 #: cp/decl.c:4992
43675 #, gcc-internal-format
43676 msgid "missing type-name in typedef-declaration"
43677 msgstr ""
43678
43679 #: cp/decl.c:5000
43680 #, gcc-internal-format
43681 msgid "ISO C++ prohibits anonymous structs"
43682 msgstr ""
43683
43684 #: cp/decl.c:5007
43685 #, gcc-internal-format
43686 msgid "%<inline%> can only be specified for functions"
43687 msgstr ""
43688
43689 #: cp/decl.c:5010
43690 #, gcc-internal-format
43691 msgid "%<virtual%> can only be specified for functions"
43692 msgstr ""
43693
43694 #: cp/decl.c:5015
43695 #, gcc-internal-format
43696 msgid "%<friend%> can only be specified inside a class"
43697 msgstr ""
43698
43699 #: cp/decl.c:5018
43700 #, gcc-internal-format
43701 msgid "%<explicit%> can only be specified for constructors"
43702 msgstr ""
43703
43704 #: cp/decl.c:5021
43705 #, gcc-internal-format
43706 msgid "a storage class can only be specified for objects and functions"
43707 msgstr ""
43708
43709 #: cp/decl.c:5025
43710 #, gcc-internal-format
43711 msgid "%<const%> can only be specified for objects and functions"
43712 msgstr ""
43713
43714 #: cp/decl.c:5029
43715 #, gcc-internal-format
43716 msgid "%<volatile%> can only be specified for objects and functions"
43717 msgstr ""
43718
43719 #: cp/decl.c:5033
43720 #, gcc-internal-format
43721 msgid "%<__restrict%> can only be specified for objects and functions"
43722 msgstr ""
43723
43724 #: cp/decl.c:5037
43725 #, gcc-internal-format
43726 msgid "%<__thread%> can only be specified for objects and functions"
43727 msgstr ""
43728
43729 #: cp/decl.c:5041
43730 #, gcc-internal-format
43731 msgid "%<typedef%> was ignored in this declaration"
43732 msgstr ""
43733
43734 #: cp/decl.c:5044 cp/decl.c:5047 cp/decl.c:5050
43735 #, gcc-internal-format
43736 msgid "%qs cannot be used for type declarations"
43737 msgstr ""
43738
43739 #: cp/decl.c:5072
43740 #, gcc-internal-format
43741 msgid "attribute ignored in explicit instantiation %q#T"
43742 msgstr ""
43743
43744 #: cp/decl.c:5075
43745 #, gcc-internal-format
43746 msgid "no attribute can be applied to an explicit instantiation"
43747 msgstr ""
43748
43749 #: cp/decl.c:5147
43750 #, gcc-internal-format
43751 msgid "ignoring attributes applied to class type %qT outside of definition"
43752 msgstr ""
43753
43754 #. A template type parameter or other dependent type.
43755 #: cp/decl.c:5151
43756 #, gcc-internal-format
43757 msgid "ignoring attributes applied to dependent type %qT without an associated declaration"
43758 msgstr ""
43759
43760 #: cp/decl.c:5221 cp/decl2.c:851
43761 #, gcc-internal-format
43762 msgid "typedef %qD is initialized (use %qs instead)"
43763 msgstr ""
43764
43765 #: cp/decl.c:5230
43766 #, gcc-internal-format
43767 msgid "declaration of %q#D has %<extern%> and is initialized"
43768 msgstr ""
43769
43770 #: cp/decl.c:5260
43771 #, gcc-internal-format
43772 msgid "definition of %q#D is marked %<dllimport%>"
43773 msgstr ""
43774
43775 #: cp/decl.c:5284
43776 #, gcc-internal-format
43777 msgid "%q+#D is not a static data member of %q#T"
43778 msgstr ""
43779
43780 #: cp/decl.c:5292
43781 #, gcc-internal-format
43782 msgid "non-member-template declaration of %qD"
43783 msgstr ""
43784
43785 #: cp/decl.c:5293
43786 #, gcc-internal-format
43787 msgid "does not match member template declaration here"
43788 msgstr ""
43789
43790 #: cp/decl.c:5305
43791 #, gcc-internal-format
43792 msgid "ISO C++ does not permit %<%T::%D%> to be defined as %<%T::%D%>"
43793 msgstr ""
43794
43795 #: cp/decl.c:5317
43796 #, gcc-internal-format
43797 msgid "duplicate initialization of %qD"
43798 msgstr ""
43799
43800 #: cp/decl.c:5367
43801 #, gcc-internal-format
43802 msgid "declaration of %q#D outside of class is not definition"
43803 msgstr ""
43804
43805 #: cp/decl.c:5408
43806 #, gcc-internal-format
43807 msgid "%qD declared %<thread_local%> in %qs function"
43808 msgstr ""
43809
43810 #: cp/decl.c:5413
43811 #, fuzzy, gcc-internal-format
43812 #| msgid "%qD declared %<transaction_safe_dynamic%>"
43813 msgid "%qD declared %<static%> in %qs function"
43814 msgstr "%qD оголошено як %<transaction_safe_dynamic%>"
43815
43816 #: cp/decl.c:5487
43817 #, gcc-internal-format
43818 msgid "variable %q#D has initializer but incomplete type"
43819 msgstr ""
43820
43821 #: cp/decl.c:5493 cp/decl.c:6555
43822 #, gcc-internal-format
43823 msgid "elements of array %q#D have incomplete type"
43824 msgstr ""
43825
43826 #: cp/decl.c:5503
43827 #, gcc-internal-format
43828 msgid "aggregate %q#D has incomplete type and cannot be defined"
43829 msgstr ""
43830
43831 #: cp/decl.c:5539
43832 #, gcc-internal-format
43833 msgid "%qD declared as reference but not initialized"
43834 msgstr ""
43835
43836 #: cp/decl.c:5613
43837 #, gcc-internal-format
43838 msgid "name used in a GNU-style designated initializer for an array"
43839 msgstr ""
43840
43841 #: cp/decl.c:5619
43842 #, gcc-internal-format
43843 msgid "name %qD used in a GNU-style designated initializer for an array"
43844 msgstr ""
43845
43846 #: cp/decl.c:5638
43847 #, gcc-internal-format
43848 msgid "non-trivial designated initializers not supported"
43849 msgstr ""
43850
43851 #: cp/decl.c:5642
43852 #, gcc-internal-format
43853 msgid "C99 designator %qE is not an integral constant-expression"
43854 msgstr ""
43855
43856 #: cp/decl.c:5698
43857 #, gcc-internal-format
43858 msgid "initializer fails to determine size of %qD"
43859 msgstr ""
43860
43861 #: cp/decl.c:5705
43862 #, gcc-internal-format
43863 msgid "array size missing in %qD"
43864 msgstr ""
43865
43866 #: cp/decl.c:5717
43867 #, gcc-internal-format
43868 msgid "zero-size array %qD"
43869 msgstr ""
43870
43871 #: cp/decl.c:5757
43872 #, gcc-internal-format
43873 msgid "storage size of %qD isn%'t known"
43874 msgstr ""
43875
43876 #: cp/decl.c:5781
43877 #, gcc-internal-format
43878 msgid "storage size of %qD isn%'t constant"
43879 msgstr ""
43880
43881 #: cp/decl.c:5832
43882 #, gcc-internal-format
43883 msgid "sorry: semantics of inline variable %q#D are wrong (you%'ll wind up with multiple copies)"
43884 msgstr ""
43885
43886 #: cp/decl.c:5836
43887 #, gcc-internal-format
43888 msgid "sorry: semantics of inline function static data %q#D are wrong (you%'ll wind up with multiple copies)"
43889 msgstr ""
43890
43891 #: cp/decl.c:5842
43892 #, gcc-internal-format
43893 msgid "you can work around this by removing the initializer"
43894 msgstr ""
43895
43896 #: cp/decl.c:5884
43897 #, fuzzy, gcc-internal-format
43898 #| msgid "duplicate %<const%>"
43899 msgid "uninitialized %<const %D%>"
43900 msgstr "дублювання %<const%>"
43901
43902 #: cp/decl.c:5891
43903 #, gcc-internal-format
43904 msgid "uninitialized variable %qD in %<constexpr%> function"
43905 msgstr ""
43906
43907 #: cp/decl.c:5900
43908 #, gcc-internal-format
43909 msgid "uninitialized variable %qD in %<constexpr%> context"
43910 msgstr ""
43911
43912 #: cp/decl.c:5908
43913 #, gcc-internal-format
43914 msgid "%q#T has no user-provided default constructor"
43915 msgstr ""
43916
43917 #: cp/decl.c:5912
43918 #, gcc-internal-format
43919 msgid "constructor is not user-provided because it is explicitly defaulted in the class body"
43920 msgstr ""
43921
43922 #: cp/decl.c:5915
43923 #, gcc-internal-format
43924 msgid "and the implicitly-defined constructor does not initialize %q#D"
43925 msgstr ""
43926
43927 #: cp/decl.c:6105
43928 #, gcc-internal-format
43929 msgid "invalid type %qT as initializer for a vector of type %qT"
43930 msgstr ""
43931
43932 #: cp/decl.c:6147
43933 #, gcc-internal-format
43934 msgid "initializer for %qT must be brace-enclosed"
43935 msgstr ""
43936
43937 #: cp/decl.c:6182
43938 #, gcc-internal-format
43939 msgid "%<[%E] =%> used in a GNU-style designated initializer for class %qT"
43940 msgstr ""
43941
43942 #: cp/decl.c:6190
43943 #, gcc-internal-format
43944 msgid "%qT has no non-static data member named %qD"
43945 msgstr ""
43946
43947 #: cp/decl.c:6211
43948 #, gcc-internal-format
43949 msgid "invalid initializer for %q#D"
43950 msgstr ""
43951
43952 #: cp/decl.c:6242
43953 #, gcc-internal-format
43954 msgid "C99 designator %qE outside aggregate initializer"
43955 msgstr ""
43956
43957 #: cp/decl.c:6281 cp/decl.c:6527 cp/typeck2.c:1471 cp/typeck2.c:1778
43958 #: cp/typeck2.c:1826 cp/typeck2.c:1873
43959 #, gcc-internal-format
43960 msgid "too many initializers for %qT"
43961 msgstr ""
43962
43963 #: cp/decl.c:6318
43964 #, gcc-internal-format
43965 msgid "braces around scalar initializer for type %qT"
43966 msgstr ""
43967
43968 #: cp/decl.c:6328
43969 #, gcc-internal-format
43970 msgid "too many braces around scalar initializer for type %qT"
43971 msgstr ""
43972
43973 #: cp/decl.c:6446
43974 #, gcc-internal-format
43975 msgid "missing braces around initializer for %qT"
43976 msgstr ""
43977
43978 #: cp/decl.c:6557
43979 #, gcc-internal-format
43980 msgid "elements of array %q#T have incomplete type"
43981 msgstr ""
43982
43983 #: cp/decl.c:6570
43984 #, gcc-internal-format
43985 msgid "variable-sized compound literal"
43986 msgstr ""
43987
43988 #: cp/decl.c:6625
43989 #, gcc-internal-format
43990 msgid "%q#D has incomplete type"
43991 msgstr ""
43992
43993 #: cp/decl.c:6646
43994 #, gcc-internal-format
43995 msgid "scalar object %qD requires one element in initializer"
43996 msgstr ""
43997
43998 #: cp/decl.c:6691
43999 #, gcc-internal-format
44000 msgid "in C++98 %qD must be initialized by constructor, not by %<{...}%>"
44001 msgstr "у C++98 %qD має бути ініціалізовано конструктором, а не за допомогою %<{...}%>"
44002
44003 #: cp/decl.c:6838
44004 #, gcc-internal-format
44005 msgid "array %qD initialized by parenthesized string literal %qE"
44006 msgstr ""
44007
44008 #: cp/decl.c:6873
44009 #, gcc-internal-format
44010 msgid "initializer invalid for static member with constructor"
44011 msgstr ""
44012
44013 #: cp/decl.c:6875
44014 #, gcc-internal-format
44015 msgid "non-constant in-class initialization invalid for static member %qD"
44016 msgstr ""
44017
44018 #: cp/decl.c:6878
44019 #, gcc-internal-format
44020 msgid "non-constant in-class initialization invalid for non-inline static member %qD"
44021 msgstr ""
44022
44023 #: cp/decl.c:6883
44024 #, gcc-internal-format
44025 msgid "(an out of class initialization is required)"
44026 msgstr ""
44027
44028 #: cp/decl.c:7061
44029 #, gcc-internal-format
44030 msgid "reference %qD is initialized with itself"
44031 msgstr ""
44032
44033 #: cp/decl.c:7329
44034 #, fuzzy, gcc-internal-format
44035 #| msgid "conflicting declaration %q#D"
44036 msgid "could not find variant declaration"
44037 msgstr "конфлікт оголошень %q#D"
44038
44039 #: cp/decl.c:7353
44040 #, gcc-internal-format
44041 msgid "%<declare variant%> on constructor %qD"
44042 msgstr ""
44043
44044 #: cp/decl.c:7358
44045 #, gcc-internal-format
44046 msgid "%<declare variant%> on destructor %qD"
44047 msgstr ""
44048
44049 #: cp/decl.c:7363
44050 #, gcc-internal-format
44051 msgid "%<declare variant%> on defaulted %qD"
44052 msgstr ""
44053
44054 #: cp/decl.c:7368
44055 #, gcc-internal-format
44056 msgid "%<declare variant%> on deleted %qD"
44057 msgstr ""
44058
44059 #: cp/decl.c:7373
44060 #, gcc-internal-format
44061 msgid "%<declare variant%> on virtual %qD"
44062 msgstr ""
44063
44064 #: cp/decl.c:7423
44065 #, gcc-internal-format
44066 msgid "assignment (not initialization) in declaration"
44067 msgstr ""
44068
44069 #: cp/decl.c:7441 cp/decl.c:13693
44070 #, gcc-internal-format
44071 msgid "ISO C++17 does not allow %<register%> storage class specifier"
44072 msgstr ""
44073
44074 #: cp/decl.c:7445 cp/decl.c:13697
44075 #, gcc-internal-format
44076 msgid "%<register%> storage class specifier used"
44077 msgstr ""
44078
44079 #: cp/decl.c:7492
44080 #, gcc-internal-format
44081 msgid "initializer for %<decltype(auto) %D%> has function type; did you forget the %<()%>?"
44082 msgstr ""
44083
44084 #: cp/decl.c:7604
44085 #, gcc-internal-format
44086 msgid "variable concept has no initializer"
44087 msgstr ""
44088
44089 #: cp/decl.c:7657
44090 #, gcc-internal-format
44091 msgid "shadowing previous type declaration of %q#D"
44092 msgstr ""
44093
44094 #: cp/decl.c:7700
44095 #, gcc-internal-format
44096 msgid "%<constinit%> can only be applied to a variable with static or thread storage duration"
44097 msgstr ""
44098
44099 #: cp/decl.c:7869
44100 #, gcc-internal-format
44101 msgid "function %q#D is initialized like a variable"
44102 msgstr ""
44103
44104 #: cp/decl.c:7955
44105 #, gcc-internal-format
44106 msgid "cannot decompose class type %qT because it has an anonymous struct member"
44107 msgstr ""
44108
44109 #: cp/decl.c:7958
44110 #, gcc-internal-format
44111 msgid "cannot decompose class type %qT because it has an anonymous union member"
44112 msgstr ""
44113
44114 #: cp/decl.c:7965
44115 #, gcc-internal-format
44116 msgid "cannot decompose inaccessible member %qD of %qT"
44117 msgstr "неможливо розкласти недоступний член %qD %qT"
44118
44119 #: cp/decl.c:7991
44120 #, gcc-internal-format
44121 msgid "cannot decompose class type %qT: both it and its base class %qT have non-static data members"
44122 msgstr ""
44123
44124 #: cp/decl.c:8000
44125 #, gcc-internal-format
44126 msgid "cannot decompose class type %qT: its base classes %qT and %qT have non-static data members"
44127 msgstr ""
44128
44129 #: cp/decl.c:8210
44130 #, gcc-internal-format
44131 msgid "structured binding refers to incomplete type %qT"
44132 msgstr ""
44133
44134 #: cp/decl.c:8226
44135 #, gcc-internal-format
44136 msgid "cannot decompose variable length array %qT"
44137 msgstr ""
44138
44139 #: cp/decl.c:8235 cp/decl.c:8320
44140 #, gcc-internal-format, gfc-internal-format
44141 msgid "%u name provided for structured binding"
44142 msgid_plural "%u names provided for structured binding"
44143 msgstr[0] ""
44144 msgstr[1] ""
44145 msgstr[2] ""
44146
44147 #: cp/decl.c:8239
44148 #, gcc-internal-format, gfc-internal-format
44149 msgid "only %u name provided for structured binding"
44150 msgid_plural "only %u names provided for structured binding"
44151 msgstr[0] ""
44152 msgstr[1] ""
44153 msgstr[2] ""
44154
44155 #: cp/decl.c:8242
44156 #, gcc-internal-format
44157 msgid "while %qT decomposes into %wu element"
44158 msgid_plural "while %qT decomposes into %wu elements"
44159 msgstr[0] ""
44160 msgstr[1] ""
44161 msgstr[2] ""
44162
44163 #: cp/decl.c:8287
44164 #, gcc-internal-format
44165 msgid "cannot decompose variable length vector %qT"
44166 msgstr ""
44167
44168 #: cp/decl.c:8313
44169 #, gcc-internal-format
44170 msgid "%<std::tuple_size<%T>::value%> is not an integral constant expression"
44171 msgstr "%<std::tuple_size<%T>::value%> не є інтегральним сталим виразом"
44172
44173 #: cp/decl.c:8322
44174 #, gcc-internal-format
44175 msgid "while %qT decomposes into %E elements"
44176 msgstr ""
44177
44178 #: cp/decl.c:8343
44179 #, gcc-internal-format
44180 msgid "in initialization of structured binding variable %qD"
44181 msgstr ""
44182
44183 #: cp/decl.c:8372
44184 #, gcc-internal-format
44185 msgid "cannot decompose union type %qT"
44186 msgstr "не вдалося розкласти тип об'єднання %qT"
44187
44188 #: cp/decl.c:8377
44189 #, gcc-internal-format
44190 msgid "cannot decompose non-array non-class type %qT"
44191 msgstr ""
44192
44193 #: cp/decl.c:8382
44194 #, gcc-internal-format
44195 msgid "cannot decompose lambda closure type %qT"
44196 msgstr ""
44197
44198 #: cp/decl.c:8386
44199 #, gcc-internal-format
44200 msgid "structured binding refers to incomplete class type %qT"
44201 msgstr ""
44202
44203 #: cp/decl.c:8395
44204 #, gcc-internal-format
44205 msgid "cannot decompose class type %qT without non-static data members"
44206 msgstr ""
44207
44208 #: cp/decl.c:8842
44209 #, gcc-internal-format
44210 msgid "non-local variable %qD declared %<__thread%> needs dynamic initialization"
44211 msgstr ""
44212
44213 #: cp/decl.c:8845
44214 #, gcc-internal-format
44215 msgid "non-local variable %qD declared %<__thread%> has a non-trivial destructor"
44216 msgstr ""
44217
44218 #: cp/decl.c:8850
44219 #, gcc-internal-format
44220 msgid "C++11 %<thread_local%> allows dynamic initialization and destruction"
44221 msgstr ""
44222
44223 #: cp/decl.c:9079
44224 #, gcc-internal-format
44225 msgid "initializer fails to determine size of %qT"
44226 msgstr ""
44227
44228 #: cp/decl.c:9083
44229 #, gcc-internal-format
44230 msgid "array size missing in %qT"
44231 msgstr ""
44232
44233 #: cp/decl.c:9086
44234 #, gcc-internal-format
44235 msgid "zero-size array %qT"
44236 msgstr ""
44237
44238 #: cp/decl.c:9102
44239 #, gcc-internal-format
44240 msgid "destructor for alien class %qT cannot be a member"
44241 msgstr ""
44242
44243 #: cp/decl.c:9104
44244 #, gcc-internal-format
44245 msgid "constructor for alien class %qT cannot be a member"
44246 msgstr ""
44247
44248 #: cp/decl.c:9130
44249 #, gcc-internal-format
44250 msgid "%qD declared as a %<virtual%> variable"
44251 msgstr ""
44252
44253 #: cp/decl.c:9132
44254 #, gcc-internal-format
44255 msgid "%<const%> and %<volatile%> function specifiers on %qD invalid in variable declaration"
44256 msgstr ""
44257
44258 #: cp/decl.c:9138
44259 #, gcc-internal-format
44260 msgid "%qD declared as a %<virtual%> parameter"
44261 msgstr ""
44262
44263 #: cp/decl.c:9141
44264 #, gcc-internal-format
44265 msgid "%qD declared as an %<inline%> parameter"
44266 msgstr ""
44267
44268 #: cp/decl.c:9143
44269 #, gcc-internal-format
44270 msgid "%<const%> and %<volatile%> function specifiers on %qD invalid in parameter declaration"
44271 msgstr ""
44272
44273 #: cp/decl.c:9149
44274 #, gcc-internal-format
44275 msgid "%qD declared as a %<virtual%> type"
44276 msgstr ""
44277
44278 #: cp/decl.c:9152
44279 #, gcc-internal-format
44280 msgid "%qD declared as an %<inline%> type"
44281 msgstr ""
44282
44283 #: cp/decl.c:9154
44284 #, gcc-internal-format
44285 msgid "%<const%> and %<volatile%> function specifiers on %qD invalid in type declaration"
44286 msgstr ""
44287
44288 #: cp/decl.c:9160
44289 #, gcc-internal-format
44290 msgid "%qD declared as a %<virtual%> field"
44291 msgstr ""
44292
44293 #: cp/decl.c:9163
44294 #, gcc-internal-format
44295 msgid "%qD declared as an %<inline%> field"
44296 msgstr ""
44297
44298 #: cp/decl.c:9165
44299 #, gcc-internal-format
44300 msgid "%<const%> and %<volatile%> function specifiers on %qD invalid in field declaration"
44301 msgstr ""
44302
44303 #: cp/decl.c:9172
44304 #, gcc-internal-format
44305 msgid "%q+D declared as a friend"
44306 msgstr ""
44307
44308 #: cp/decl.c:9179
44309 #, gcc-internal-format
44310 msgid "%q+D declared with an exception specification"
44311 msgstr ""
44312
44313 #: cp/decl.c:9211
44314 #, gcc-internal-format
44315 msgid "definition of %qD is not in namespace enclosing %qT"
44316 msgstr ""
44317
44318 #: cp/decl.c:9251
44319 #, gcc-internal-format
44320 msgid "static member function %q#D declared with type qualifiers"
44321 msgstr ""
44322
44323 #: cp/decl.c:9262
44324 #, gcc-internal-format
44325 msgid "concept %q#D declared with function parameters"
44326 msgstr ""
44327
44328 #: cp/decl.c:9269
44329 #, gcc-internal-format
44330 msgid "concept %q#D declared with a deduced return type"
44331 msgstr ""
44332
44333 #: cp/decl.c:9272
44334 #, gcc-internal-format
44335 msgid "concept %q#D with non-%<bool%> return type %qT"
44336 msgstr ""
44337
44338 #: cp/decl.c:9348
44339 #, gcc-internal-format
44340 msgid "concept %qD has no definition"
44341 msgstr ""
44342
44343 #: cp/decl.c:9367
44344 #, gcc-internal-format
44345 msgid "a function concept cannot be constrained"
44346 msgstr ""
44347
44348 #: cp/decl.c:9375
44349 #, fuzzy, gcc-internal-format
44350 #| msgid "condition declares a function"
44351 msgid "constraints on a non-templated function"
44352 msgstr "умова оголошує функцію"
44353
44354 #: cp/decl.c:9420
44355 #, gcc-internal-format
44356 msgid "defining explicit specialization %qD in friend declaration"
44357 msgstr ""
44358
44359 #: cp/decl.c:9431
44360 #, gcc-internal-format
44361 msgid "invalid use of template-id %qD in declaration of primary template"
44362 msgstr ""
44363
44364 #: cp/decl.c:9450
44365 #, gcc-internal-format
44366 msgid "default arguments are not allowed in declaration of friend template specialization %qD"
44367 msgstr ""
44368
44369 #: cp/decl.c:9459
44370 #, gcc-internal-format
44371 msgid "%<inline%> is not allowed in declaration of friend template specialization %qD"
44372 msgstr ""
44373
44374 #: cp/decl.c:9476
44375 #, gcc-internal-format
44376 msgid "friend declaration of %qD specifies default arguments and isn%'t a definition"
44377 msgstr ""
44378
44379 #: cp/decl.c:9486
44380 #, gcc-internal-format
44381 msgid "%<virtual%> %<consteval%> method %qD not supported yet"
44382 msgstr ""
44383
44384 #: cp/decl.c:9532
44385 #, gcc-internal-format
44386 msgid "cannot declare %<::main%> to be a template"
44387 msgstr ""
44388
44389 #: cp/decl.c:9535
44390 #, gcc-internal-format
44391 msgid "cannot declare %<::main%> to be inline"
44392 msgstr ""
44393
44394 #: cp/decl.c:9538 cp/decl.c:9541
44395 #, fuzzy, gcc-internal-format
44396 #| msgid "cannot delete type %s"
44397 msgid "cannot declare %<::main%> to be %qs"
44398 msgstr "неможливо вилучити тип %s"
44399
44400 #: cp/decl.c:9543
44401 #, gcc-internal-format
44402 msgid "cannot declare %<::main%> to be static"
44403 msgstr ""
44404
44405 #: cp/decl.c:9605
44406 #, gcc-internal-format
44407 msgid "static member function %qD cannot have cv-qualifier"
44408 msgstr ""
44409
44410 #: cp/decl.c:9606
44411 #, gcc-internal-format
44412 msgid "non-member function %qD cannot have cv-qualifier"
44413 msgstr ""
44414
44415 #: cp/decl.c:9614
44416 #, gcc-internal-format
44417 msgid "static member function %qD cannot have ref-qualifier"
44418 msgstr ""
44419
44420 #: cp/decl.c:9615
44421 #, gcc-internal-format
44422 msgid "non-member function %qD cannot have ref-qualifier"
44423 msgstr ""
44424
44425 #: cp/decl.c:9625
44426 #, gcc-internal-format
44427 msgid "deduction guide %qD must be declared at namespace scope"
44428 msgstr ""
44429
44430 #: cp/decl.c:9631
44431 #, gcc-internal-format
44432 msgid "deduction guide %qD must not have a function body"
44433 msgstr ""
44434
44435 #: cp/decl.c:9644
44436 #, gcc-internal-format
44437 msgid "literal operator with C linkage"
44438 msgstr ""
44439
44440 #: cp/decl.c:9654
44441 #, gcc-internal-format
44442 msgid "%qD has invalid argument list"
44443 msgstr ""
44444
44445 #: cp/decl.c:9662
44446 #, gcc-internal-format
44447 msgid "integer suffix %qs shadowed by implementation"
44448 msgstr ""
44449
44450 #: cp/decl.c:9668
44451 #, gcc-internal-format
44452 msgid "floating-point suffix %qs shadowed by implementation"
44453 msgstr ""
44454
44455 #: cp/decl.c:9675
44456 #, gcc-internal-format
44457 msgid "literal operator suffixes not preceded by %<_%> are reserved for future standardization"
44458 msgstr ""
44459
44460 #: cp/decl.c:9680
44461 #, gcc-internal-format
44462 msgid "%qD must be a non-member function"
44463 msgstr ""
44464
44465 #: cp/decl.c:9761
44466 #, gcc-internal-format
44467 msgid "%<::main%> must return %<int%>"
44468 msgstr ""
44469
44470 #: cp/decl.c:9801
44471 #, gcc-internal-format
44472 msgid "definition of implicitly-declared %qD"
44473 msgstr ""
44474
44475 #: cp/decl.c:9806
44476 #, gcc-internal-format
44477 msgid "definition of explicitly-defaulted %q+D"
44478 msgstr ""
44479
44480 #: cp/decl.c:9808
44481 #, gcc-internal-format
44482 msgid "%q#D explicitly defaulted here"
44483 msgstr "%q#D явним чином типово визначено тут"
44484
44485 #: cp/decl.c:9825
44486 #, gcc-internal-format
44487 msgid "no %q#D member function declared in class %qT"
44488 msgstr ""
44489
44490 #: cp/decl.c:10016
44491 #, gcc-internal-format
44492 msgid "cannot declare %<::main%> to be a global variable"
44493 msgstr ""
44494
44495 #: cp/decl.c:10025
44496 #, gcc-internal-format
44497 msgid "a non-template variable cannot be %<concept%>"
44498 msgstr ""
44499
44500 #: cp/decl.c:10032
44501 #, gcc-internal-format
44502 msgid "concept must have type %<bool%>"
44503 msgstr ""
44504
44505 #: cp/decl.c:10035
44506 #, fuzzy, gcc-internal-format
44507 #| msgid "variable-sized object may not be initialized"
44508 msgid "a variable concept cannot be constrained"
44509 msgstr "об'єкт розмірності змінної може бути не ініціалізовано"
44510
44511 #: cp/decl.c:10160
44512 #, gcc-internal-format
44513 msgid "in-class initialization of static data member %q#D of incomplete type"
44514 msgstr ""
44515
44516 #: cp/decl.c:10164
44517 #, gcc-internal-format
44518 msgid "%<constexpr%> needed for in-class initialization of static data member %q#D of non-integral type"
44519 msgstr ""
44520
44521 #: cp/decl.c:10168
44522 #, gcc-internal-format
44523 msgid "in-class initialization of static data member %q#D of non-literal type"
44524 msgstr ""
44525
44526 #: cp/decl.c:10179
44527 #, gcc-internal-format
44528 msgid "invalid in-class initialization of static data member of non-integral type %qT"
44529 msgstr ""
44530
44531 #: cp/decl.c:10184
44532 #, gcc-internal-format
44533 msgid "ISO C++ forbids in-class initialization of non-const static member %qD"
44534 msgstr ""
44535
44536 #: cp/decl.c:10189
44537 #, gcc-internal-format
44538 msgid "ISO C++ forbids initialization of member constant %qD of non-integral type %qT"
44539 msgstr ""
44540
44541 #: cp/decl.c:10301
44542 #, gcc-internal-format
44543 msgid "size of array %qD has non-integral type %qT"
44544 msgstr ""
44545
44546 #: cp/decl.c:10304
44547 #, gcc-internal-format
44548 msgid "size of array has non-integral type %qT"
44549 msgstr ""
44550
44551 #: cp/decl.c:10335 cp/decl.c:10402
44552 #, gcc-internal-format
44553 msgid "size of array %qD is not an integral constant-expression"
44554 msgstr ""
44555
44556 #: cp/decl.c:10339 cp/decl.c:10405
44557 #, gcc-internal-format
44558 msgid "size of array is not an integral constant-expression"
44559 msgstr ""
44560
44561 #: cp/decl.c:10385
44562 #, gcc-internal-format
44563 msgid "ISO C++ forbids zero-size array %qD"
44564 msgstr ""
44565
44566 #: cp/decl.c:10388
44567 #, gcc-internal-format
44568 msgid "ISO C++ forbids zero-size array"
44569 msgstr ""
44570
44571 #: cp/decl.c:10412
44572 #, gcc-internal-format
44573 msgid "ISO C++ forbids variable length array %qD"
44574 msgstr ""
44575
44576 #: cp/decl.c:10415
44577 #, gcc-internal-format
44578 msgid "ISO C++ forbids variable length array"
44579 msgstr ""
44580
44581 #: cp/decl.c:10421
44582 #, gcc-internal-format
44583 msgid "variable length array %qD is used"
44584 msgstr ""
44585
44586 #: cp/decl.c:10424
44587 #, gcc-internal-format
44588 msgid "variable length array is used"
44589 msgstr ""
44590
44591 #: cp/decl.c:10473
44592 #, gcc-internal-format
44593 msgid "overflow in array dimension"
44594 msgstr ""
44595
44596 #: cp/decl.c:10533
44597 #, gcc-internal-format
44598 msgid "%qD declared as array of %qT"
44599 msgstr ""
44600
44601 #: cp/decl.c:10535 cp/pt.c:15606
44602 #, gcc-internal-format
44603 msgid "creating array of %qT"
44604 msgstr ""
44605
44606 #: cp/decl.c:10545
44607 #, gcc-internal-format
44608 msgid "declaration of %qD as array of void"
44609 msgstr ""
44610
44611 #: cp/decl.c:10547
44612 #, gcc-internal-format
44613 msgid "creating array of void"
44614 msgstr ""
44615
44616 #: cp/decl.c:10552
44617 #, gcc-internal-format
44618 msgid "declaration of %qD as array of functions"
44619 msgstr ""
44620
44621 #: cp/decl.c:10554
44622 #, gcc-internal-format
44623 msgid "creating array of functions"
44624 msgstr ""
44625
44626 #: cp/decl.c:10559
44627 #, gcc-internal-format
44628 msgid "declaration of %qD as array of references"
44629 msgstr ""
44630
44631 #: cp/decl.c:10561
44632 #, gcc-internal-format
44633 msgid "creating array of references"
44634 msgstr ""
44635
44636 #: cp/decl.c:10566
44637 #, gcc-internal-format
44638 msgid "declaration of %qD as array of function members"
44639 msgstr ""
44640
44641 #: cp/decl.c:10569
44642 #, gcc-internal-format
44643 msgid "creating array of function members"
44644 msgstr ""
44645
44646 #: cp/decl.c:10587
44647 #, gcc-internal-format
44648 msgid "declaration of %qD as multidimensional array must have bounds for all dimensions except the first"
44649 msgstr ""
44650
44651 #: cp/decl.c:10591
44652 #, gcc-internal-format
44653 msgid "multidimensional array must have bounds for all dimensions except the first"
44654 msgstr ""
44655
44656 #: cp/decl.c:10678
44657 #, gcc-internal-format
44658 msgid "return type specification for constructor invalid"
44659 msgstr ""
44660
44661 #: cp/decl.c:10681
44662 #, gcc-internal-format
44663 msgid "qualifiers are not allowed on constructor declaration"
44664 msgstr ""
44665
44666 #: cp/decl.c:10692
44667 #, gcc-internal-format
44668 msgid "return type specification for destructor invalid"
44669 msgstr ""
44670
44671 #: cp/decl.c:10695
44672 #, gcc-internal-format
44673 msgid "qualifiers are not allowed on destructor declaration"
44674 msgstr ""
44675
44676 #: cp/decl.c:10708
44677 #, gcc-internal-format
44678 msgid "return type specified for %<operator %T%>"
44679 msgstr ""
44680
44681 #: cp/decl.c:10711
44682 #, gcc-internal-format
44683 msgid "qualifiers are not allowed on declaration of %<operator %T%>"
44684 msgstr ""
44685
44686 #: cp/decl.c:10720
44687 #, gcc-internal-format
44688 msgid "return type specified for deduction guide"
44689 msgstr ""
44690
44691 #: cp/decl.c:10723
44692 #, gcc-internal-format
44693 msgid "qualifiers are not allowed on declaration of deduction guide"
44694 msgstr ""
44695
44696 #: cp/decl.c:10727
44697 #, gcc-internal-format
44698 msgid "template template parameter %qT in declaration of deduction guide"
44699 msgstr ""
44700
44701 #: cp/decl.c:10736
44702 #, gcc-internal-format
44703 msgid "%<decl-specifier%> in declaration of deduction guide"
44704 msgstr ""
44705
44706 #: cp/decl.c:10757
44707 #, gcc-internal-format
44708 msgid "unnamed variable or field declared void"
44709 msgstr ""
44710
44711 #: cp/decl.c:10765
44712 #, gcc-internal-format
44713 msgid "variable or field declared void"
44714 msgstr ""
44715
44716 #: cp/decl.c:10780
44717 #, gcc-internal-format
44718 msgid "%<inline%> specifier invalid for variable %qD declared at block scope"
44719 msgstr ""
44720
44721 #: cp/decl.c:10785
44722 #, gcc-internal-format
44723 msgid "inline variables are only available with %<-std=c++17%> or %<-std=gnu++17%>"
44724 msgstr ""
44725
44726 #: cp/decl.c:11035
44727 #, gcc-internal-format
44728 msgid "invalid use of qualified-name %<::%D%>"
44729 msgstr ""
44730
44731 #: cp/decl.c:11038 cp/decl.c:11060
44732 #, gcc-internal-format
44733 msgid "invalid use of qualified-name %<%T::%D%>"
44734 msgstr ""
44735
44736 #: cp/decl.c:11041
44737 #, gcc-internal-format
44738 msgid "invalid use of qualified-name %<%D::%D%>"
44739 msgstr ""
44740
44741 #: cp/decl.c:11051
44742 #, fuzzy, gcc-internal-format
44743 #| msgid "%qT is not a class or namespace"
44744 msgid "%q#T is not a class or namespace"
44745 msgstr "%qT не є класом або простором назв"
44746
44747 #: cp/decl.c:11075
44748 #, fuzzy, gcc-internal-format
44749 #| msgid "declaration of %qD shadows a built-in function"
44750 msgid "declaration of %qE as non-function"
44751 msgstr "оголошення %qD затінює вбудовану функцію"
44752
44753 #: cp/decl.c:11082
44754 #, fuzzy, gcc-internal-format
44755 #| msgid "redeclaration of %qD adds abi tag %qE"
44756 msgid "declaration of %qE as non-member"
44757 msgstr "повторне оголошення %qD додає мітку abi %qE"
44758
44759 #: cp/decl.c:11110
44760 #, gcc-internal-format
44761 msgid "declarator-id missing; using reserved word %qD"
44762 msgstr ""
44763
44764 #: cp/decl.c:11161
44765 #, gcc-internal-format
44766 msgid "function definition does not declare parameters"
44767 msgstr ""
44768
44769 #: cp/decl.c:11169 cp/decl.c:11178 cp/decl.c:12957
44770 #, gcc-internal-format
44771 msgid "declaration of %qD as non-function"
44772 msgstr ""
44773
44774 #: cp/decl.c:11186
44775 #, gcc-internal-format
44776 msgid "declaration of %qD as %<typedef%>"
44777 msgstr ""
44778
44779 #: cp/decl.c:11191
44780 #, gcc-internal-format
44781 msgid "declaration of %qD as parameter"
44782 msgstr ""
44783
44784 #: cp/decl.c:11226
44785 #, gcc-internal-format
44786 msgid "both %qs and %qs specified"
44787 msgstr ""
44788
44789 #: cp/decl.c:11233 cp/decl.c:11240 cp/decl.c:11247
44790 #, gcc-internal-format
44791 msgid "%qs cannot appear in a typedef declaration"
44792 msgstr ""
44793
44794 #: cp/decl.c:11254
44795 #, gcc-internal-format
44796 msgid "%<constinit%> cannot appear in a typedef declaration"
44797 msgstr ""
44798
44799 #: cp/decl.c:11265
44800 #, gcc-internal-format
44801 msgid "can use at most one of the %<constinit%> and %<constexpr%> specifiers"
44802 msgstr ""
44803
44804 #: cp/decl.c:11275
44805 #, gcc-internal-format
44806 msgid "two or more data types in declaration of %qs"
44807 msgstr ""
44808
44809 #: cp/decl.c:11283
44810 #, gcc-internal-format
44811 msgid "conflicting specifiers in declaration of %qs"
44812 msgstr ""
44813
44814 #: cp/decl.c:11319
44815 #, gcc-internal-format
44816 msgid "ISO C++ does not support plain %<complex%> meaning %<double complex%>"
44817 msgstr ""
44818
44819 #: cp/decl.c:11368 cp/decl.c:11372 cp/decl.c:11375
44820 #, gcc-internal-format
44821 msgid "ISO C++ forbids declaration of %qs with no type"
44822 msgstr ""
44823
44824 #: cp/decl.c:11392
44825 #, gcc-internal-format
44826 msgid "%<__int%d%> is not supported by this target"
44827 msgstr ""
44828
44829 #: cp/decl.c:11400
44830 #, gcc-internal-format
44831 msgid "ISO C++ does not support %<__int%d%> for %qs"
44832 msgstr ""
44833
44834 #: cp/decl.c:11454
44835 #, gcc-internal-format
44836 msgid "%<signed%> and %<unsigned%> specified together"
44837 msgstr ""
44838
44839 #: cp/decl.c:11460
44840 #, gcc-internal-format
44841 msgid "%<long%> and %<short%> specified together"
44842 msgstr ""
44843
44844 #: cp/decl.c:11468 cp/decl.c:11474
44845 #, gcc-internal-format
44846 msgid "%qs specified with %qT"
44847 msgstr "%qs визначено з %qT"
44848
44849 #: cp/decl.c:11479
44850 #, gcc-internal-format
44851 msgid "%qs specified with %<decltype%>"
44852 msgstr "%qs визначено з %<decltype%>"
44853
44854 #: cp/decl.c:11481
44855 #, gcc-internal-format
44856 msgid "%qs specified with %<typeof%>"
44857 msgstr ""
44858
44859 #: cp/decl.c:11548
44860 #, gcc-internal-format
44861 msgid "complex invalid for %qs"
44862 msgstr ""
44863
44864 #: cp/decl.c:11587
44865 #, gcc-internal-format
44866 msgid "template placeholder type %qT must be followed by a simple declarator-id"
44867 msgstr ""
44868
44869 #: cp/decl.c:11608
44870 #, gcc-internal-format
44871 msgid "member %qD cannot be declared both %<virtual%> and %<static%>"
44872 msgstr ""
44873
44874 #: cp/decl.c:11617
44875 #, gcc-internal-format
44876 msgid "member %qD can be declared both %<virtual%> and %<constexpr%> only in %<-std=c++2a%> or %<-std=gnu++2a%>"
44877 msgstr ""
44878
44879 #: cp/decl.c:11630
44880 #, gcc-internal-format
44881 msgid "typedef declaration invalid in parameter declaration"
44882 msgstr ""
44883
44884 #: cp/decl.c:11637
44885 #, gcc-internal-format
44886 msgid "storage class specified for template parameter %qs"
44887 msgstr ""
44888
44889 #: cp/decl.c:11647 cp/decl.c:11819
44890 #, gcc-internal-format
44891 msgid "storage class specified for parameter %qs"
44892 msgstr ""
44893
44894 #: cp/decl.c:11655 cp/decl.c:11664 cp/decl.c:11670 cp/decl.c:11676
44895 #, fuzzy, gcc-internal-format
44896 #| msgid "Unused parameter %qs declared at %L"
44897 msgid "a parameter cannot be declared %qs"
44898 msgstr "Невикористаний параметр %qs, оголошено у %L"
44899
44900 #: cp/decl.c:11686
44901 #, gcc-internal-format
44902 msgid "%<virtual%> outside class declaration"
44903 msgstr ""
44904
44905 #: cp/decl.c:11696 cp/decl.c:11699 cp/decl.c:11701 cp/decl.c:11704
44906 #: cp/decl.c:11714 cp/decl.c:11724 cp/decl.c:11734 cp/decl.c:11738
44907 #, gcc-internal-format
44908 msgid "structured binding declaration cannot be %qs"
44909 msgstr ""
44910
44911 #: cp/decl.c:11708 cp/decl.c:11730
44912 #, gcc-internal-format
44913 msgid "structured binding declaration can be %qs only in %<-std=c++2a%> or %<-std=gnu++2a%>"
44914 msgstr ""
44915
44916 #: cp/decl.c:11718
44917 #, gcc-internal-format
44918 msgid "%<volatile%>-qualified structured binding is deprecated"
44919 msgstr ""
44920
44921 #: cp/decl.c:11742
44922 #, gcc-internal-format
44923 msgid "structured binding declaration cannot be C++98 %<auto%>"
44924 msgstr ""
44925
44926 #: cp/decl.c:11753
44927 #, gcc-internal-format
44928 msgid "structured binding declaration cannot have type %qT"
44929 msgstr ""
44930
44931 #: cp/decl.c:11756
44932 #, gcc-internal-format
44933 msgid "type must be cv-qualified %<auto%> or reference to cv-qualified %<auto%>"
44934 msgstr ""
44935
44936 #: cp/decl.c:11791
44937 #, gcc-internal-format
44938 msgid "multiple storage classes in declaration of %qs"
44939 msgstr ""
44940
44941 #: cp/decl.c:11817
44942 #, gcc-internal-format
44943 msgid "storage class specified for %qs"
44944 msgstr ""
44945
44946 #: cp/decl.c:11831
44947 #, gcc-internal-format
44948 msgid "nested function %qs declared %<extern%>"
44949 msgstr ""
44950
44951 #: cp/decl.c:11836
44952 #, gcc-internal-format
44953 msgid "top-level declaration of %qs specifies %<auto%>"
44954 msgstr ""
44955
44956 #: cp/decl.c:11844
44957 #, gcc-internal-format
44958 msgid "function-scope %qs implicitly auto and declared %<__thread%>"
44959 msgstr ""
44960
44961 #: cp/decl.c:11858
44962 #, gcc-internal-format
44963 msgid "storage class specifiers invalid in friend function declarations"
44964 msgstr ""
44965
44966 #: cp/decl.c:11889
44967 #, gcc-internal-format
44968 msgid "attribute ignored"
44969 msgstr ""
44970
44971 #: cp/decl.c:11890
44972 #, gcc-internal-format
44973 msgid "an attribute that appertains to a type-specifier is ignored"
44974 msgstr ""
44975
44976 #: cp/decl.c:11940
44977 #, gcc-internal-format
44978 msgid "unnecessary parentheses in declaration of %qs"
44979 msgstr ""
44980
44981 #: cp/decl.c:11992
44982 #, gcc-internal-format
44983 msgid "requires-clause on return type"
44984 msgstr ""
44985
44986 #: cp/decl.c:12015
44987 #, gcc-internal-format
44988 msgid "%qs function uses %<auto%> type specifier without trailing return type"
44989 msgstr ""
44990
44991 #: cp/decl.c:12019
44992 #, gcc-internal-format
44993 msgid "deduced return type only available with %<-std=c++14%> or %<-std=gnu++14%>"
44994 msgstr ""
44995
44996 #: cp/decl.c:12024
44997 #, gcc-internal-format
44998 msgid "virtual function cannot have deduced return type"
44999 msgstr ""
45000
45001 #: cp/decl.c:12031
45002 #, gcc-internal-format
45003 msgid "%qs function with trailing return type has %qT as its type rather than plain %<auto%>"
45004 msgstr ""
45005
45006 #: cp/decl.c:12040
45007 #, gcc-internal-format
45008 msgid "%qs function with trailing return type has %<decltype(auto)%> as its type rather than plain %<auto%>"
45009 msgstr ""
45010
45011 #: cp/decl.c:12045
45012 #, gcc-internal-format
45013 msgid "invalid use of %<decltype(auto)%>"
45014 msgstr "некоректне використання %<decltype(auto)%>"
45015
45016 #: cp/decl.c:12056
45017 #, gcc-internal-format
45018 msgid "deduced class type %qD in function return type"
45019 msgstr ""
45020
45021 #: cp/decl.c:12065
45022 #, gcc-internal-format
45023 msgid "deduction guide for %qT must have trailing return type"
45024 msgstr ""
45025
45026 #: cp/decl.c:12078
45027 #, gcc-internal-format
45028 msgid "trailing return type %qT of deduction guide is not a specialization of %qT"
45029 msgstr ""
45030
45031 #: cp/decl.c:12092
45032 #, gcc-internal-format
45033 msgid "trailing return type only available with %<-std=c++11%> or %<-std=gnu++11%>"
45034 msgstr ""
45035
45036 #: cp/decl.c:12095
45037 #, gcc-internal-format
45038 msgid "%qs function with trailing return type not declared with %<auto%> type specifier"
45039 msgstr ""
45040
45041 #: cp/decl.c:12120
45042 #, gcc-internal-format
45043 msgid "%<volatile%>-qualified return type is deprecated"
45044 msgstr ""
45045
45046 #: cp/decl.c:12132
45047 #, gcc-internal-format
45048 msgid "%qs declared as function returning a function"
45049 msgstr ""
45050
45051 #: cp/decl.c:12138
45052 #, gcc-internal-format
45053 msgid "%qs declared as function returning an array"
45054 msgstr ""
45055
45056 #: cp/decl.c:12145
45057 #, gcc-internal-format
45058 msgid "%<constinit%> on function return type is not allowed"
45059 msgstr ""
45060
45061 #: cp/decl.c:12154 cp/pt.c:28788
45062 #, gcc-internal-format
45063 msgid "%qT as type rather than plain %<decltype(auto)%>"
45064 msgstr ""
45065
45066 #: cp/decl.c:12185
45067 #, gcc-internal-format
45068 msgid "destructor cannot be static member function"
45069 msgstr ""
45070
45071 #: cp/decl.c:12187
45072 #, gcc-internal-format
45073 msgid "constructor cannot be static member function"
45074 msgstr ""
45075
45076 #: cp/decl.c:12192
45077 #, gcc-internal-format
45078 msgid "destructors may not be cv-qualified"
45079 msgstr ""
45080
45081 #: cp/decl.c:12193
45082 #, gcc-internal-format
45083 msgid "constructors may not be cv-qualified"
45084 msgstr ""
45085
45086 #: cp/decl.c:12201
45087 #, gcc-internal-format
45088 msgid "destructors may not be ref-qualified"
45089 msgstr ""
45090
45091 #: cp/decl.c:12202
45092 #, gcc-internal-format
45093 msgid "constructors may not be ref-qualified"
45094 msgstr ""
45095
45096 #: cp/decl.c:12220
45097 #, gcc-internal-format
45098 msgid "constructors cannot be declared %<virtual%>"
45099 msgstr ""
45100
45101 #: cp/decl.c:12237
45102 #, gcc-internal-format
45103 msgid "virtual functions cannot be friends"
45104 msgstr ""
45105
45106 #: cp/decl.c:12242
45107 #, gcc-internal-format
45108 msgid "friend declaration not in class definition"
45109 msgstr ""
45110
45111 #: cp/decl.c:12246
45112 #, gcc-internal-format
45113 msgid "cannot define friend function %qs in a local class definition"
45114 msgstr ""
45115
45116 #: cp/decl.c:12256
45117 #, gcc-internal-format
45118 msgid "friend function definition %qs cannot have a name qualified with %<::%>"
45119 msgstr ""
45120
45121 #: cp/decl.c:12260
45122 #, gcc-internal-format
45123 msgid "friend function definition %qs cannot have a name qualified with %<%D::%>"
45124 msgstr ""
45125
45126 #: cp/decl.c:12273
45127 #, gcc-internal-format
45128 msgid "a conversion function cannot have a trailing return type"
45129 msgstr ""
45130
45131 #: cp/decl.c:12300
45132 #, gcc-internal-format
45133 msgid "destructors may not have parameters"
45134 msgstr ""
45135
45136 #: cp/decl.c:12340
45137 #, gcc-internal-format
45138 msgid "cannot declare pointer to %q#T"
45139 msgstr ""
45140
45141 #: cp/decl.c:12353 cp/decl.c:12360
45142 #, gcc-internal-format
45143 msgid "cannot declare reference to %q#T"
45144 msgstr ""
45145
45146 #: cp/decl.c:12362
45147 #, gcc-internal-format
45148 msgid "cannot declare pointer to %q#T member"
45149 msgstr ""
45150
45151 #: cp/decl.c:12391
45152 #, gcc-internal-format
45153 msgid "cannot declare reference to qualified function type %qT"
45154 msgstr ""
45155
45156 #: cp/decl.c:12392
45157 #, gcc-internal-format
45158 msgid "cannot declare pointer to qualified function type %qT"
45159 msgstr ""
45160
45161 #: cp/decl.c:12465
45162 #, gcc-internal-format
45163 msgid "cannot declare reference to %q#T, which is not a typedef or a template type argument"
45164 msgstr ""
45165
45166 #: cp/decl.c:12536
45167 #, gcc-internal-format
45168 msgid "template-id %qD used as a declarator"
45169 msgstr ""
45170
45171 #: cp/decl.c:12562
45172 #, gcc-internal-format
45173 msgid "member functions are implicitly friends of their class"
45174 msgstr ""
45175
45176 #: cp/decl.c:12567
45177 #, gcc-internal-format
45178 msgid "extra qualification %<%T::%> on member %qs"
45179 msgstr ""
45180
45181 #: cp/decl.c:12597
45182 #, gcc-internal-format
45183 msgid "cannot define member function %<%T::%s%> within %qT"
45184 msgstr ""
45185
45186 #: cp/decl.c:12599
45187 #, gcc-internal-format
45188 msgid "cannot declare member function %<%T::%s%> within %qT"
45189 msgstr ""
45190
45191 #: cp/decl.c:12607
45192 #, gcc-internal-format
45193 msgid "cannot declare member %<%T::%s%> within %qT"
45194 msgstr ""
45195
45196 #: cp/decl.c:12647
45197 #, gcc-internal-format
45198 msgid "non-parameter %qs cannot be a parameter pack"
45199 msgstr ""
45200
45201 #: cp/decl.c:12656
45202 #, gcc-internal-format
45203 msgid "data member may not have variably modified type %qT"
45204 msgstr ""
45205
45206 #: cp/decl.c:12659
45207 #, gcc-internal-format
45208 msgid "parameter may not have variably modified type %qT"
45209 msgstr ""
45210
45211 #: cp/decl.c:12670
45212 #, gcc-internal-format
45213 msgid "%<explicit%> outside class declaration"
45214 msgstr ""
45215
45216 #: cp/decl.c:12673
45217 #, gcc-internal-format
45218 msgid "%<explicit%> in friend declaration"
45219 msgstr ""
45220
45221 #: cp/decl.c:12676
45222 #, gcc-internal-format
45223 msgid "only declarations of constructors and conversion operators can be %<explicit%>"
45224 msgstr ""
45225
45226 #: cp/decl.c:12686
45227 #, gcc-internal-format
45228 msgid "non-member %qs cannot be declared %<mutable%>"
45229 msgstr ""
45230
45231 #: cp/decl.c:12693
45232 #, gcc-internal-format
45233 msgid "non-object member %qs cannot be declared %<mutable%>"
45234 msgstr ""
45235
45236 #: cp/decl.c:12699
45237 #, gcc-internal-format
45238 msgid "function %qs cannot be declared %<mutable%>"
45239 msgstr ""
45240
45241 #: cp/decl.c:12705
45242 #, gcc-internal-format
45243 msgid "%<static%> %qs cannot be declared %<mutable%>"
45244 msgstr ""
45245
45246 #: cp/decl.c:12711
45247 #, gcc-internal-format
45248 msgid "%<const%> %qs cannot be declared %<mutable%>"
45249 msgstr ""
45250
45251 #: cp/decl.c:12717
45252 #, gcc-internal-format
45253 msgid "reference %qs cannot be declared %<mutable%>"
45254 msgstr ""
45255
45256 #: cp/decl.c:12733
45257 #, fuzzy, gcc-internal-format
45258 #| msgid "types may not be defined in iterator type"
45259 msgid "typedef may not be a function definition"
45260 msgstr "типи не можна визначати у типі ітератора"
45261
45262 #: cp/decl.c:12736
45263 #, gcc-internal-format
45264 msgid "typedef may not be a member function definition"
45265 msgstr ""
45266
45267 #: cp/decl.c:12762
45268 #, gcc-internal-format
45269 msgid "%<auto%> not allowed in alias declaration"
45270 msgstr ""
45271
45272 #: cp/decl.c:12765
45273 #, gcc-internal-format
45274 msgid "typedef declared %<auto%>"
45275 msgstr ""
45276
45277 #: cp/decl.c:12770
45278 #, gcc-internal-format
45279 msgid "requires-clause on typedef"
45280 msgstr ""
45281
45282 #: cp/decl.c:12774
45283 #, gcc-internal-format
45284 msgid "typedef name may not be a nested-name-specifier"
45285 msgstr ""
45286
45287 #: cp/decl.c:12798
45288 #, gcc-internal-format
45289 msgid "ISO C++ forbids nested type %qD with same name as enclosing class"
45290 msgstr ""
45291
45292 #: cp/decl.c:12887
45293 #, gcc-internal-format
45294 msgid "%<inline%> specified for friend class declaration"
45295 msgstr ""
45296
45297 #: cp/decl.c:12895
45298 #, gcc-internal-format
45299 msgid "template parameters cannot be friends"
45300 msgstr ""
45301
45302 #: cp/decl.c:12897
45303 #, gcc-internal-format
45304 msgid "friend declaration requires class-key, i.e. %<friend class %T::%D%>"
45305 msgstr ""
45306
45307 #: cp/decl.c:12901
45308 #, gcc-internal-format
45309 msgid "friend declaration requires class-key, i.e. %<friend %#T%>"
45310 msgstr ""
45311
45312 #: cp/decl.c:12914
45313 #, gcc-internal-format
45314 msgid "trying to make class %qT a friend of global scope"
45315 msgstr ""
45316
45317 #: cp/decl.c:12934
45318 #, gcc-internal-format
45319 msgid "invalid qualifiers on non-member function type"
45320 msgstr ""
45321
45322 #: cp/decl.c:12938
45323 #, gcc-internal-format
45324 msgid "requires-clause on type-id"
45325 msgstr ""
45326
45327 #: cp/decl.c:12948
45328 #, gcc-internal-format
45329 msgid "abstract declarator %qT used as declaration"
45330 msgstr ""
45331
45332 #: cp/decl.c:12963
45333 #, gcc-internal-format
45334 msgid "requires-clause on declaration of non-function type %qT"
45335 msgstr ""
45336
45337 #: cp/decl.c:12982
45338 #, gcc-internal-format
45339 msgid "cannot use %<::%> in parameter declaration"
45340 msgstr ""
45341
45342 #: cp/decl.c:12991 cp/parser.c:18360
45343 #, gcc-internal-format
45344 msgid "cannot declare a parameter with %<decltype(auto)%>"
45345 msgstr ""
45346
45347 #: cp/decl.c:12994
45348 #, gcc-internal-format
45349 msgid "%<auto%> parameter not permitted in this context"
45350 msgstr ""
45351
45352 #: cp/decl.c:12997
45353 #, gcc-internal-format
45354 msgid "parameter declared %<auto%>"
45355 msgstr ""
45356
45357 #: cp/decl.c:13048 cp/parser.c:3328
45358 #, gcc-internal-format
45359 msgid "invalid use of template-name %qE without an argument list"
45360 msgstr ""
45361
45362 #: cp/decl.c:13052
45363 #, gcc-internal-format
45364 msgid "non-static data member declared with placeholder %qT"
45365 msgstr ""
45366
45367 #: cp/decl.c:13073
45368 #, gcc-internal-format
45369 msgid "ISO C++ forbids flexible array member %qs"
45370 msgstr ""
45371
45372 #: cp/decl.c:13076
45373 #, gcc-internal-format
45374 msgid "ISO C++ forbids flexible array members"
45375 msgstr ""
45376
45377 #. Something like struct S { int N::j; };
45378 #: cp/decl.c:13092
45379 #, gcc-internal-format
45380 msgid "invalid use of %<::%>"
45381 msgstr ""
45382
45383 #: cp/decl.c:13113
45384 #, gcc-internal-format
45385 msgid "declaration of function %qD in invalid context"
45386 msgstr ""
45387
45388 #: cp/decl.c:13123
45389 #, gcc-internal-format
45390 msgid "function %qD declared %<virtual%> inside a union"
45391 msgstr ""
45392
45393 #: cp/decl.c:13133
45394 #, gcc-internal-format
45395 msgid "%qD cannot be declared %<virtual%>, since it is always static"
45396 msgstr ""
45397
45398 #: cp/decl.c:13147
45399 #, gcc-internal-format
45400 msgid "expected qualified name in friend declaration for destructor %qD"
45401 msgstr ""
45402
45403 #: cp/decl.c:13154
45404 #, gcc-internal-format
45405 msgid "declaration of %qD as member of %qT"
45406 msgstr ""
45407
45408 #: cp/decl.c:13161 cp/decl.c:13174
45409 #, gcc-internal-format
45410 msgid "a destructor cannot be %qs"
45411 msgstr ""
45412
45413 #: cp/decl.c:13167
45414 #, gcc-internal-format
45415 msgid "%<constexpr%> destructors only available with %<-std=c++2a%> or %<-std=gnu++2a%>"
45416 msgstr ""
45417
45418 #: cp/decl.c:13180
45419 #, gcc-internal-format
45420 msgid "expected qualified name in friend declaration for constructor %qD"
45421 msgstr ""
45422
45423 #: cp/decl.c:13189
45424 #, gcc-internal-format
45425 msgid "a constructor cannot be %<concept%>"
45426 msgstr ""
45427
45428 #: cp/decl.c:13195
45429 #, gcc-internal-format
45430 msgid "a concept cannot be a member function"
45431 msgstr ""
45432
45433 #: cp/decl.c:13203 cp/decl.c:13530
45434 #, fuzzy, gcc-internal-format
45435 #| msgid "cannot open %s"
45436 msgid "%qD cannot be %qs"
45437 msgstr "не вдалося відкрити %s"
45438
45439 #: cp/decl.c:13212
45440 #, gcc-internal-format
45441 msgid "specialization of variable template %qD declared as function"
45442 msgstr ""
45443
45444 #: cp/decl.c:13215
45445 #, gcc-internal-format
45446 msgid "variable template declared here"
45447 msgstr ""
45448
45449 #: cp/decl.c:13277
45450 #, gcc-internal-format
45451 msgid "field %qD has incomplete type %qT"
45452 msgstr ""
45453
45454 #: cp/decl.c:13282
45455 #, gcc-internal-format
45456 msgid "name %qT has incomplete type"
45457 msgstr ""
45458
45459 #: cp/decl.c:13302
45460 #, gcc-internal-format
45461 msgid "%qE is neither function nor member function; cannot be declared friend"
45462 msgstr ""
45463
45464 #: cp/decl.c:13305
45465 #, gcc-internal-format
45466 msgid "unnamed field is neither function nor member function; cannot be declared friend"
45467 msgstr ""
45468
45469 #: cp/decl.c:13355 cp/decl.c:13366
45470 #, fuzzy, gcc-internal-format
45471 #| msgid "local member %q#D declared here"
45472 msgid "static data member %qE declared %qs"
45473 msgstr "локальний член %q#D оголошено тут"
45474
45475 #: cp/decl.c:13360
45476 #, gcc-internal-format
45477 msgid "%<constexpr%> static data member %qD must have an initializer"
45478 msgstr ""
45479
45480 #: cp/decl.c:13394 cp/decl.c:13402 cp/decl.c:13409 cp/decl.c:13416
45481 #, fuzzy, gcc-internal-format
45482 #| msgid "local member %q#D declared here"
45483 msgid "non-static data member %qE declared %qs"
45484 msgstr "локальний член %q#D оголошено тут"
45485
45486 #: cp/decl.c:13471
45487 #, gcc-internal-format
45488 msgid "storage class %<auto%> invalid for function %qs"
45489 msgstr ""
45490
45491 #: cp/decl.c:13474
45492 #, gcc-internal-format
45493 msgid "storage class %<register%> invalid for function %qs"
45494 msgstr ""
45495
45496 #: cp/decl.c:13480
45497 #, gcc-internal-format
45498 msgid "storage class %<__thread%> invalid for function %qs"
45499 msgstr ""
45500
45501 #: cp/decl.c:13484
45502 #, gcc-internal-format
45503 msgid "storage class %<thread_local%> invalid for function %qs"
45504 msgstr ""
45505
45506 #: cp/decl.c:13489
45507 #, gcc-internal-format
45508 msgid "virt-specifiers in %qs not allowed outside a class definition"
45509 msgstr ""
45510
45511 #: cp/decl.c:13501
45512 #, gcc-internal-format
45513 msgid "%<static%> specifier invalid for function %qs declared out of global scope"
45514 msgstr ""
45515
45516 #: cp/decl.c:13505
45517 #, gcc-internal-format
45518 msgid "%<inline%> specifier invalid for function %qs declared out of global scope"
45519 msgstr ""
45520
45521 #: cp/decl.c:13513
45522 #, gcc-internal-format
45523 msgid "virtual non-class function %qs"
45524 msgstr ""
45525
45526 #: cp/decl.c:13520
45527 #, gcc-internal-format
45528 msgid "%qs defined in a non-class scope"
45529 msgstr ""
45530
45531 #: cp/decl.c:13521
45532 #, gcc-internal-format
45533 msgid "%qs declared in a non-class scope"
45534 msgstr ""
45535
45536 #: cp/decl.c:13564
45537 #, gcc-internal-format
45538 msgid "cannot declare member function %qD to have static linkage"
45539 msgstr ""
45540
45541 #: cp/decl.c:13573
45542 #, gcc-internal-format
45543 msgid "cannot declare static function inside another function"
45544 msgstr ""
45545
45546 #: cp/decl.c:13612
45547 #, gcc-internal-format
45548 msgid "%<static%> may not be used when defining (as opposed to declaring) a static data member"
45549 msgstr ""
45550
45551 #: cp/decl.c:13619
45552 #, gcc-internal-format
45553 msgid "static member %qD declared %<register%>"
45554 msgstr ""
45555
45556 #: cp/decl.c:13625
45557 #, gcc-internal-format
45558 msgid "cannot explicitly declare member %q#D to have extern linkage"
45559 msgstr ""
45560
45561 #: cp/decl.c:13633
45562 #, gcc-internal-format
45563 msgid "declaration of %<constexpr%> variable %qD is not a definition"
45564 msgstr ""
45565
45566 #: cp/decl.c:13640
45567 #, gcc-internal-format
45568 msgid "a variable cannot be declared %<consteval%>"
45569 msgstr ""
45570
45571 #: cp/decl.c:13660
45572 #, gcc-internal-format
45573 msgid "declaration of %q#D has no initializer"
45574 msgstr ""
45575
45576 #: cp/decl.c:13672
45577 #, gcc-internal-format
45578 msgid "%qs initialized and declared %<extern%>"
45579 msgstr ""
45580
45581 #: cp/decl.c:13677
45582 #, gcc-internal-format
45583 msgid "%qs has both %<extern%> and initializer"
45584 msgstr ""
45585
45586 #: cp/decl.c:13844
45587 #, gcc-internal-format
45588 msgid "default argument %qE uses %qD"
45589 msgstr ""
45590
45591 #: cp/decl.c:13847
45592 #, gcc-internal-format
45593 msgid "default argument %qE uses local variable %qD"
45594 msgstr ""
45595
45596 #: cp/decl.c:13934
45597 #, gcc-internal-format
45598 msgid "invalid use of cv-qualified type %qT in parameter declaration"
45599 msgstr ""
45600
45601 #: cp/decl.c:13938
45602 #, gcc-internal-format
45603 msgid "invalid use of type %<void%> in parameter declaration"
45604 msgstr ""
45605
45606 #: cp/decl.c:13960
45607 #, gcc-internal-format
45608 msgid "%<volatile%>-qualified parameter is deprecated"
45609 msgstr ""
45610
45611 #: cp/decl.c:13968
45612 #, gcc-internal-format
45613 msgid "parameter %qD invalidly declared method type"
45614 msgstr ""
45615
45616 #: cp/decl.c:13995
45617 #, gcc-internal-format
45618 msgid "parameter %qD includes pointer to array of unknown bound %qT"
45619 msgstr ""
45620
45621 #: cp/decl.c:13997
45622 #, gcc-internal-format
45623 msgid "parameter %qD includes reference to array of unknown bound %qT"
45624 msgstr ""
45625
45626 #: cp/decl.c:14244
45627 #, gcc-internal-format
45628 msgid "invalid constructor; you probably meant %<%T (const %T&)%>"
45629 msgstr ""
45630
45631 #: cp/decl.c:14323
45632 #, gcc-internal-format
45633 msgid "%qD may not be declared within a namespace"
45634 msgstr ""
45635
45636 #: cp/decl.c:14330
45637 #, gcc-internal-format
45638 msgid "%qD may not be declared as static"
45639 msgstr ""
45640
45641 #: cp/decl.c:14360
45642 #, gcc-internal-format
45643 msgid "%qD must be a nonstatic member function"
45644 msgstr ""
45645
45646 #: cp/decl.c:14366
45647 #, gcc-internal-format
45648 msgid "%qD must be either a non-static member function or a non-member function"
45649 msgstr ""
45650
45651 #: cp/decl.c:14376
45652 #, gcc-internal-format
45653 msgid "%qD must have an argument of class or enumerated type"
45654 msgstr ""
45655
45656 #. 13.4.0.3
45657 #: cp/decl.c:14402
45658 #, gcc-internal-format
45659 msgid "ISO C++ prohibits overloading %<operator ?:%>"
45660 msgstr ""
45661
45662 #. Variadic.
45663 #: cp/decl.c:14413
45664 #, gcc-internal-format
45665 msgid "%qD must not have variable number of arguments"
45666 msgstr ""
45667
45668 #: cp/decl.c:14439
45669 #, gcc-internal-format
45670 msgid "%qD must have either zero or one argument"
45671 msgstr ""
45672
45673 #: cp/decl.c:14440
45674 #, gcc-internal-format
45675 msgid "%qD must have either one or two arguments"
45676 msgstr ""
45677
45678 #: cp/decl.c:14452
45679 #, gcc-internal-format
45680 msgid "postfix %qD must have %<int%> as its argument"
45681 msgstr ""
45682
45683 #: cp/decl.c:14453
45684 #, gcc-internal-format
45685 msgid "postfix %qD must have %<int%> as its second argument"
45686 msgstr ""
45687
45688 #: cp/decl.c:14464
45689 #, gcc-internal-format
45690 msgid "%qD must have no arguments"
45691 msgstr "%qD не приймає аргументів"
45692
45693 #: cp/decl.c:14465 cp/decl.c:14475
45694 #, gcc-internal-format
45695 msgid "%qD must have exactly one argument"
45696 msgstr ""
45697
45698 #: cp/decl.c:14476
45699 #, gcc-internal-format
45700 msgid "%qD must have exactly two arguments"
45701 msgstr ""
45702
45703 #: cp/decl.c:14490
45704 #, gcc-internal-format
45705 msgid "%qD cannot have default arguments"
45706 msgstr ""
45707
45708 #: cp/decl.c:14514
45709 #, gcc-internal-format
45710 msgid "converting %qT to %<void%> will never use a type conversion operator"
45711 msgstr ""
45712
45713 #: cp/decl.c:14521
45714 #, gcc-internal-format
45715 msgid "converting %qT to a reference to the same type will never use a type conversion operator"
45716 msgstr ""
45717
45718 #: cp/decl.c:14523
45719 #, gcc-internal-format
45720 msgid "converting %qT to the same type will never use a type conversion operator"
45721 msgstr ""
45722
45723 #: cp/decl.c:14532
45724 #, gcc-internal-format
45725 msgid "converting %qT to a reference to a base class %qT will never use a type conversion operator"
45726 msgstr ""
45727
45728 #: cp/decl.c:14534
45729 #, gcc-internal-format
45730 msgid "converting %qT to a base class %qT will never use a type conversion operator"
45731 msgstr ""
45732
45733 #: cp/decl.c:14550
45734 #, gcc-internal-format
45735 msgid "user-defined %qD always evaluates both arguments"
45736 msgstr ""
45737
45738 #: cp/decl.c:14569
45739 #, gcc-internal-format
45740 msgid "prefix %qD should return %qT"
45741 msgstr ""
45742
45743 #: cp/decl.c:14576
45744 #, gcc-internal-format
45745 msgid "postfix %qD should return %qT"
45746 msgstr ""
45747
45748 #: cp/decl.c:14588
45749 #, gcc-internal-format
45750 msgid "%qD should return by value"
45751 msgstr ""
45752
45753 #: cp/decl.c:14643
45754 #, gcc-internal-format
45755 msgid "using template type parameter %qT after %qs"
45756 msgstr ""
45757
45758 #: cp/decl.c:14666
45759 #, gcc-internal-format
45760 msgid "using alias template specialization %qT after %qs"
45761 msgstr ""
45762
45763 #: cp/decl.c:14669
45764 #, gcc-internal-format
45765 msgid "using typedef-name %qD after %qs"
45766 msgstr ""
45767
45768 #: cp/decl.c:14671
45769 #, gcc-internal-format
45770 msgid "%qD has a previous declaration here"
45771 msgstr ""
45772
45773 #: cp/decl.c:14679
45774 #, gcc-internal-format
45775 msgid "%qT referred to as %qs"
45776 msgstr ""
45777
45778 #: cp/decl.c:14680 cp/decl.c:14687
45779 #, gcc-internal-format
45780 msgid "%qT has a previous declaration here"
45781 msgstr "%qT має попереднє оголошення тут"
45782
45783 #: cp/decl.c:14686
45784 #, gcc-internal-format
45785 msgid "%qT referred to as enum"
45786 msgstr ""
45787
45788 #. If a class template appears as elaborated type specifier
45789 #. without a template header such as:
45790 #.
45791 #. template <class T> class C {};
45792 #. void f(class C); // No template header here
45793 #.
45794 #. then the required template argument is missing.
45795 #: cp/decl.c:14701
45796 #, gcc-internal-format
45797 msgid "template argument required for %<%s %T%>"
45798 msgstr ""
45799
45800 #: cp/decl.c:14755 cp/name-lookup.c:4474
45801 #, gcc-internal-format
45802 msgid "%qD has the same name as the class in which it is declared"
45803 msgstr ""
45804
45805 #: cp/decl.c:14785 cp/friend.c:302 cp/parser.c:3153 cp/parser.c:6592
45806 #: cp/pt.c:9578
45807 #, gcc-internal-format
45808 msgid "%qT is not a template"
45809 msgstr ""
45810
45811 #: cp/decl.c:14790
45812 #, gcc-internal-format
45813 msgid "perhaps you want to explicitly add %<%T::%>"
45814 msgstr ""
45815
45816 #: cp/decl.c:14799 cp/name-lookup.c:4713 cp/name-lookup.c:4824
45817 #: cp/parser.c:6543 cp/parser.c:28266
45818 #, gcc-internal-format
45819 msgid "reference to %qD is ambiguous"
45820 msgstr ""
45821
45822 #: cp/decl.c:14902
45823 #, gcc-internal-format
45824 msgid "use of enum %q#D without previous declaration"
45825 msgstr ""
45826
45827 #: cp/decl.c:14938
45828 #, gcc-internal-format
45829 msgid "redeclaration of %qT as a non-template"
45830 msgstr ""
45831
45832 #: cp/decl.c:15078
45833 #, gcc-internal-format
45834 msgid "derived union %qT invalid"
45835 msgstr ""
45836
45837 #: cp/decl.c:15085
45838 #, gcc-internal-format
45839 msgid "%qT defined with multiple direct bases"
45840 msgstr ""
45841
45842 #: cp/decl.c:15096
45843 #, gcc-internal-format
45844 msgid "%qT defined with direct virtual base"
45845 msgstr ""
45846
45847 #: cp/decl.c:15121
45848 #, gcc-internal-format
45849 msgid "base type %qT fails to be a struct or class type"
45850 msgstr ""
45851
45852 #: cp/decl.c:15151
45853 #, gcc-internal-format
45854 msgid "recursive type %qT undefined"
45855 msgstr ""
45856
45857 #: cp/decl.c:15153
45858 #, gcc-internal-format
45859 msgid "duplicate base type %qT invalid"
45860 msgstr ""
45861
45862 #: cp/decl.c:15298
45863 #, gcc-internal-format
45864 msgid "scoped/unscoped mismatch in enum %q#T"
45865 msgstr ""
45866
45867 #: cp/decl.c:15301 cp/decl.c:15309 cp/decl.c:15319 cp/decl.c:15902
45868 #: cp/parser.c:19264
45869 #, gcc-internal-format
45870 msgid "previous definition here"
45871 msgstr ""
45872
45873 #: cp/decl.c:15306
45874 #, gcc-internal-format
45875 msgid "underlying type mismatch in enum %q#T"
45876 msgstr ""
45877
45878 #: cp/decl.c:15316
45879 #, gcc-internal-format
45880 msgid "different underlying type in enum %q#T"
45881 msgstr ""
45882
45883 #: cp/decl.c:15389
45884 #, gcc-internal-format
45885 msgid "underlying type %qT of %qT must be an integral type"
45886 msgstr ""
45887
45888 #. DR 377
45889 #.
45890 #. IF no integral type can represent all the enumerator values, the
45891 #. enumeration is ill-formed.
45892 #: cp/decl.c:15536
45893 #, gcc-internal-format
45894 msgid "no integral type can represent all of the enumerator values for %qT"
45895 msgstr ""
45896
45897 #: cp/decl.c:15704
45898 #, gcc-internal-format
45899 msgid "enumerator value for %qD must have integral or unscoped enumeration type"
45900 msgstr ""
45901
45902 #: cp/decl.c:15714
45903 #, gcc-internal-format
45904 msgid "enumerator value for %qD is not an integer constant"
45905 msgstr ""
45906
45907 #: cp/decl.c:15763
45908 #, gcc-internal-format
45909 msgid "incremented enumerator value is too large for %<unsigned long%>"
45910 msgstr ""
45911
45912 #: cp/decl.c:15764
45913 #, gcc-internal-format
45914 msgid "incremented enumerator value is too large for %<long%>"
45915 msgstr ""
45916
45917 #: cp/decl.c:15775
45918 #, gcc-internal-format
45919 msgid "overflow in enumeration values at %qD"
45920 msgstr ""
45921
45922 #: cp/decl.c:15795
45923 #, gcc-internal-format
45924 msgid "enumerator value %qE is outside the range of underlying type %qT"
45925 msgstr ""
45926
45927 #: cp/decl.c:15900 cp/parser.c:19262
45928 #, gcc-internal-format
45929 msgid "multiple definition of %q#T"
45930 msgstr ""
45931
45932 #: cp/decl.c:15940
45933 #, gcc-internal-format
45934 msgid "return type %q#T is incomplete"
45935 msgstr ""
45936
45937 #: cp/decl.c:16115 cp/typeck.c:9962
45938 #, gcc-internal-format
45939 msgid "%<operator=%> should return a reference to %<*this%>"
45940 msgstr ""
45941
45942 #: cp/decl.c:16973
45943 #, gcc-internal-format
45944 msgid "no return statements in function returning %qT"
45945 msgstr ""
45946
45947 #: cp/decl.c:16975 cp/typeck.c:9842
45948 #, gcc-internal-format
45949 msgid "only plain %<auto%> return type can be deduced to %<void%>"
45950 msgstr ""
45951
45952 #: cp/decl.c:17211
45953 #, gcc-internal-format
45954 msgid "%qD is already defined in class %qT"
45955 msgstr ""
45956
45957 #: cp/decl.c:17589
45958 #, gcc-internal-format
45959 msgid "use of %qD before deduction of %<auto%>"
45960 msgstr ""
45961
45962 #: cp/decl2.c:353
45963 #, gcc-internal-format
45964 msgid "name missing for member function"
45965 msgstr ""
45966
45967 #: cp/decl2.c:431 cp/decl2.c:445
45968 #, gcc-internal-format
45969 msgid "ambiguous conversion for array subscript"
45970 msgstr ""
45971
45972 #: cp/decl2.c:439
45973 #, gcc-internal-format
45974 msgid "invalid types %<%T[%T]%> for array subscript"
45975 msgstr ""
45976
45977 #: cp/decl2.c:502
45978 #, gcc-internal-format
45979 msgid "deleting array %q#E"
45980 msgstr ""
45981
45982 #: cp/decl2.c:510
45983 #, gcc-internal-format
45984 msgid "type %q#T argument given to %<delete%>, expected pointer"
45985 msgstr ""
45986
45987 #: cp/decl2.c:524
45988 #, gcc-internal-format
45989 msgid "cannot delete a function. Only pointer-to-objects are valid arguments to %<delete%>"
45990 msgstr ""
45991
45992 #: cp/decl2.c:534
45993 #, gcc-internal-format
45994 msgid "deleting %qT is undefined"
45995 msgstr ""
45996
45997 #: cp/decl2.c:582 cp/pt.c:5722
45998 #, gcc-internal-format
45999 msgid "template declaration of %q#D"
46000 msgstr ""
46001
46002 #: cp/decl2.c:622
46003 #, gcc-internal-format
46004 msgid "template parameter lists provided don%'t match the template parameters of %qD"
46005 msgstr ""
46006
46007 #: cp/decl2.c:637 cp/pt.c:5679
46008 #, gcc-internal-format
46009 msgid "destructor %qD declared as member template"
46010 msgstr ""
46011
46012 #: cp/decl2.c:712
46013 #, gcc-internal-format
46014 msgid "no declaration matches %q#D"
46015 msgstr "немає оголошень, які відповідають %q#D"
46016
46017 #: cp/decl2.c:717
46018 #, gcc-internal-format
46019 msgid "no conversion operators declared"
46020 msgstr ""
46021
46022 #: cp/decl2.c:720
46023 #, gcc-internal-format
46024 msgid "no functions named %qD"
46025 msgstr "немає функцій із назвою %qD"
46026
46027 #: cp/decl2.c:722
46028 #, gcc-internal-format
46029 msgid "%#qT defined here"
46030 msgstr "%#qT визначено тут:"
46031
46032 #: cp/decl2.c:782
46033 #, gcc-internal-format
46034 msgid "local class %q#T shall not have static data member %q#D"
46035 msgstr ""
46036
46037 #: cp/decl2.c:791
46038 #, gcc-internal-format
46039 msgid "static data member %qD in unnamed class"
46040 msgstr ""
46041
46042 #: cp/decl2.c:793
46043 #, gcc-internal-format
46044 msgid "unnamed class defined here"
46045 msgstr ""
46046
46047 #: cp/decl2.c:864
46048 #, gcc-internal-format
46049 msgid "explicit template argument list not allowed"
46050 msgstr ""
46051
46052 #: cp/decl2.c:906
46053 #, gcc-internal-format
46054 msgid "%qD is already defined in %qT"
46055 msgstr ""
46056
46057 #: cp/decl2.c:942 cp/decl2.c:950
46058 #, gcc-internal-format
46059 msgid "invalid initializer for member function %qD"
46060 msgstr ""
46061
46062 #: cp/decl2.c:959
46063 #, gcc-internal-format
46064 msgid "initializer specified for friend function %qD"
46065 msgstr ""
46066
46067 #: cp/decl2.c:962
46068 #, gcc-internal-format
46069 msgid "initializer specified for static member function %qD"
46070 msgstr ""
46071
46072 #: cp/decl2.c:1009
46073 #, gcc-internal-format
46074 msgid "%<asm%> specifiers are not permitted on non-static data members"
46075 msgstr ""
46076
46077 #: cp/decl2.c:1066
46078 #, gcc-internal-format
46079 msgid "bit-field %qD with non-integral type %qT"
46080 msgstr ""
46081
46082 #: cp/decl2.c:1074
46083 #, gcc-internal-format
46084 msgid "cannot declare %qD to be a bit-field type"
46085 msgstr ""
46086
46087 #: cp/decl2.c:1085
46088 #, gcc-internal-format
46089 msgid "cannot declare bit-field %qD with function type"
46090 msgstr ""
46091
46092 #: cp/decl2.c:1091
46093 #, gcc-internal-format
46094 msgid "cannot declare bit-field %qD with %<warn_if_not_aligned%> type"
46095 msgstr ""
46096
46097 #: cp/decl2.c:1098
46098 #, gcc-internal-format
46099 msgid "%qD is already defined in the class %qT"
46100 msgstr ""
46101
46102 #: cp/decl2.c:1106
46103 #, gcc-internal-format
46104 msgid "static member %qD cannot be a bit-field"
46105 msgstr ""
46106
46107 #: cp/decl2.c:1120
46108 #, gcc-internal-format
46109 msgid "width of bit-field %qD has non-integral type %qT"
46110 msgstr ""
46111
46112 #: cp/decl2.c:1444
46113 #, gcc-internal-format
46114 msgid "incomplete type %qT is not mappable"
46115 msgstr ""
46116
46117 #: cp/decl2.c:1456
46118 #, gcc-internal-format
46119 msgid "type %qT with virtual members is not mappable"
46120 msgstr ""
46121
46122 #: cp/decl2.c:1468
46123 #, fuzzy, gcc-internal-format
46124 #| msgid "%qs at %C is not a variable"
46125 msgid "static field %qD is not mappable"
46126 msgstr "%qs у %C не є змінною"
46127
46128 #: cp/decl2.c:1557
46129 #, gcc-internal-format
46130 msgid "%q+D static data member inside of declare target directive"
46131 msgstr ""
46132
46133 #: cp/decl2.c:1629
46134 #, gcc-internal-format
46135 msgid "anonymous struct not inside named type"
46136 msgstr ""
46137
46138 #: cp/decl2.c:1645
46139 #, gcc-internal-format
46140 msgid "%q#D invalid; an anonymous union can only have non-static data members"
46141 msgstr ""
46142
46143 #: cp/decl2.c:1652
46144 #, gcc-internal-format
46145 msgid "private member %q#D in anonymous union"
46146 msgstr ""
46147
46148 #: cp/decl2.c:1655
46149 #, gcc-internal-format
46150 msgid "protected member %q#D in anonymous union"
46151 msgstr ""
46152
46153 #: cp/decl2.c:1720
46154 #, gcc-internal-format
46155 msgid "namespace-scope anonymous aggregates must be static"
46156 msgstr ""
46157
46158 #: cp/decl2.c:1729
46159 #, gcc-internal-format
46160 msgid "anonymous union with no members"
46161 msgstr ""
46162
46163 #: cp/decl2.c:1766
46164 #, gcc-internal-format
46165 msgid "%<operator new%> must return type %qT"
46166 msgstr ""
46167
46168 #. [basic.stc.dynamic.allocation]
46169 #.
46170 #. The first parameter shall not have an associated default
46171 #. argument.
46172 #: cp/decl2.c:1778
46173 #, gcc-internal-format
46174 msgid "the first parameter of %<operator new%> cannot have a default argument"
46175 msgstr ""
46176
46177 #: cp/decl2.c:1794
46178 #, gcc-internal-format
46179 msgid "%<operator new%> takes type %<size_t%> (%qT) as first parameter"
46180 msgstr ""
46181
46182 #: cp/decl2.c:1824
46183 #, gcc-internal-format
46184 msgid "%<operator delete%> must return type %qT"
46185 msgstr ""
46186
46187 #: cp/decl2.c:1839
46188 #, gcc-internal-format
46189 msgid "destroying %<operator delete%> must be a member function"
46190 msgstr ""
46191
46192 #: cp/decl2.c:1842
46193 #, gcc-internal-format
46194 msgid "%<operator delete[]%> cannot be a destroying delete"
46195 msgstr ""
46196
46197 #: cp/decl2.c:1844
46198 #, gcc-internal-format
46199 msgid "destroying %<operator delete%> must be a usual deallocation function"
46200 msgstr ""
46201
46202 #: cp/decl2.c:1854
46203 #, gcc-internal-format
46204 msgid "%<operator delete%> takes type %qT as first parameter"
46205 msgstr ""
46206
46207 #: cp/decl2.c:2794
46208 #, gcc-internal-format
46209 msgid "%qT has a field %qD whose type has no linkage"
46210 msgstr ""
46211
46212 #: cp/decl2.c:2798
46213 #, gcc-internal-format
46214 msgid "%qT has a field %qD whose type depends on the type %qT which has no linkage"
46215 msgstr ""
46216
46217 #: cp/decl2.c:2803
46218 #, gcc-internal-format
46219 msgid "%qT has a field %qD whose type uses the anonymous namespace"
46220 msgstr ""
46221
46222 #: cp/decl2.c:2811
46223 #, gcc-internal-format
46224 msgid "%qT declared with greater visibility than the type of its field %qD"
46225 msgstr ""
46226
46227 #: cp/decl2.c:2829
46228 #, gcc-internal-format
46229 msgid "%qT has a base %qT whose type has no linkage"
46230 msgstr ""
46231
46232 #: cp/decl2.c:2833
46233 #, gcc-internal-format
46234 msgid "%qT has a base %qT whose type depends on the type %qT which has no linkage"
46235 msgstr ""
46236
46237 #: cp/decl2.c:2838
46238 #, gcc-internal-format
46239 msgid "%qT has a base %qT whose type uses the anonymous namespace"
46240 msgstr ""
46241
46242 #: cp/decl2.c:2845
46243 #, gcc-internal-format
46244 msgid "%qT declared with greater visibility than its base %qT"
46245 msgstr ""
46246
46247 #: cp/decl2.c:4460
46248 #, gcc-internal-format
46249 msgid "%q#D, declared using unnamed type, is used but never defined"
46250 msgstr ""
46251
46252 #. DRs 132, 319 and 389 seem to indicate types with
46253 #. no linkage can only be used to declare extern "C"
46254 #. entities. Since it's not always an error in the
46255 #. ISO C++ 90 Standard, we only issue a warning.
46256 #: cp/decl2.c:4469
46257 #, gcc-internal-format
46258 msgid "unnamed type with no linkage used to declare variable %q#D with linkage"
46259 msgstr ""
46260
46261 #: cp/decl2.c:4473
46262 #, gcc-internal-format
46263 msgid "unnamed type with no linkage used to declare function %q#D with linkage"
46264 msgstr ""
46265
46266 #: cp/decl2.c:4477
46267 #, gcc-internal-format
46268 msgid "%q#D does not refer to the unqualified type, so it is not used for linkage"
46269 msgstr ""
46270
46271 #: cp/decl2.c:4485
46272 #, gcc-internal-format
46273 msgid "%q#D, declared using local type %qT, is used but never defined"
46274 msgstr ""
46275
46276 #: cp/decl2.c:4489
46277 #, gcc-internal-format
46278 msgid "type %qT with no linkage used to declare variable %q#D with linkage"
46279 msgstr ""
46280
46281 #: cp/decl2.c:4492
46282 #, gcc-internal-format
46283 msgid "type %qT with no linkage used to declare function %q#D with linkage"
46284 msgstr ""
46285
46286 #: cp/decl2.c:4680
46287 #, gcc-internal-format
46288 msgid "mangling of %q#D as %qE conflicts with a previous mangle"
46289 msgstr ""
46290
46291 #: cp/decl2.c:4683
46292 #, gcc-internal-format
46293 msgid "previous mangling %q#D"
46294 msgstr ""
46295
46296 #: cp/decl2.c:4685
46297 #, gcc-internal-format
46298 msgid "a later %<-fabi-version=%> (or =0) avoids this error with a change in mangling"
46299 msgstr ""
46300
46301 #: cp/decl2.c:4757 cp/decl2.c:4760
46302 #, gcc-internal-format
46303 msgid "the program should also define %qD"
46304 msgstr ""
46305
46306 #: cp/decl2.c:5100
46307 #, gcc-internal-format
46308 msgid "inline function %qD used but never defined"
46309 msgstr ""
46310
46311 #: cp/decl2.c:5300
46312 #, gcc-internal-format
46313 msgid "default argument missing for parameter %P of %q#D"
46314 msgstr "не вистачає типового аргументу для параметра %P %q#D"
46315
46316 #: cp/decl2.c:5305
46317 #, gcc-internal-format
46318 msgid "...following parameter %P which has a default argument"
46319 msgstr "...з наступним параметром %P, який має типовий аргумент"
46320
46321 #: cp/decl2.c:5405
46322 #, gcc-internal-format
46323 msgid "implicitly-declared %qD is deprecated"
46324 msgstr "неявно оголошена %qD вважається застарілою"
46325
46326 #: cp/decl2.c:5409
46327 #, gcc-internal-format
46328 msgid "because %qT has user-provided %qD"
46329 msgstr ""
46330
46331 #. We mark a lambda conversion op as deleted if we can't
46332 #. generate it properly; see maybe_add_lambda_conv_op.
46333 #: cp/decl2.c:5524
46334 #, gcc-internal-format
46335 msgid "converting lambda that uses %<...%> to function pointer"
46336 msgstr ""
46337
46338 #: cp/decl2.c:5527
46339 #, gcc-internal-format
46340 msgid "use of deleted function %qD"
46341 msgstr ""
46342
46343 #: cp/decl2.c:5571
46344 #, gcc-internal-format
46345 msgid "use of function %qD with unsatisfied constraints"
46346 msgstr ""
46347
46348 #: cp/decl2.c:5593
46349 #, gcc-internal-format
46350 msgid "use of built-in parameter pack %qD outside of a template"
46351 msgstr ""
46352
46353 #: cp/error.c:3891
46354 #, gcc-internal-format
46355 msgid "(no argument)"
46356 msgstr "(немає аргументів)"
46357
46358 #: cp/error.c:3983
46359 #, gcc-internal-format
46360 msgid "[...]"
46361 msgstr ""
46362
46363 #: cp/error.c:4334
46364 #, gcc-internal-format
46365 msgid "extended initializer lists only available with %<-std=c++11%> or %<-std=gnu++11%>"
46366 msgstr ""
46367
46368 #: cp/error.c:4339
46369 #, gcc-internal-format
46370 msgid "explicit conversion operators only available with %<-std=c++11%> or %<-std=gnu++11%>"
46371 msgstr ""
46372
46373 #: cp/error.c:4344
46374 #, gcc-internal-format
46375 msgid "variadic templates only available with %<-std=c++11%> or %<-std=gnu++11%>"
46376 msgstr ""
46377
46378 #: cp/error.c:4349
46379 #, gcc-internal-format
46380 msgid "lambda expressions only available with %<-std=c++11%> or %<-std=gnu++11%>"
46381 msgstr ""
46382
46383 #: cp/error.c:4354
46384 #, gcc-internal-format
46385 msgid "C++11 auto only available with %<-std=c++11%> or %<-std=gnu++11%>"
46386 msgstr ""
46387
46388 #: cp/error.c:4359
46389 #, gcc-internal-format
46390 msgid "scoped enums only available with %<-std=c++11%> or %<-std=gnu++11%>"
46391 msgstr ""
46392
46393 #: cp/error.c:4364
46394 #, gcc-internal-format
46395 msgid "defaulted and deleted functions only available with %<-std=c++11%> or %<-std=gnu++11%>"
46396 msgstr ""
46397
46398 #: cp/error.c:4369
46399 #, gcc-internal-format
46400 msgid "inline namespaces only available with %<-std=c++11%> or %<-std=gnu++11%>"
46401 msgstr ""
46402
46403 #: cp/error.c:4374
46404 #, gcc-internal-format
46405 msgid "override controls (override/final) only available with %<-std=c++11%> or %<-std=gnu++11%>"
46406 msgstr ""
46407
46408 #: cp/error.c:4379
46409 #, gcc-internal-format
46410 msgid "non-static data member initializers only available with %<-std=c++11%> or %<-std=gnu++11%>"
46411 msgstr ""
46412
46413 #: cp/error.c:4384
46414 #, gcc-internal-format
46415 msgid "user-defined literals only available with %<-std=c++11%> or %<-std=gnu++11%>"
46416 msgstr ""
46417
46418 #: cp/error.c:4389
46419 #, gcc-internal-format
46420 msgid "delegating constructors only available with %<-std=c++11%> or %<-std=gnu++11%>"
46421 msgstr ""
46422
46423 #: cp/error.c:4394
46424 #, gcc-internal-format
46425 msgid "inheriting constructors only available with %<-std=c++11%> or %<-std=gnu++11%>"
46426 msgstr ""
46427
46428 #: cp/error.c:4399
46429 #, gcc-internal-format
46430 msgid "c++11 attributes only available with %<-std=c++11%> or %<-std=gnu++11%>"
46431 msgstr ""
46432
46433 #: cp/error.c:4404
46434 #, gcc-internal-format
46435 msgid "ref-qualifiers only available with %<-std=c++11%> or %<-std=gnu++11%>"
46436 msgstr ""
46437
46438 #: cp/error.c:4454
46439 #, gcc-internal-format
46440 msgid "incomplete type %qT used in nested name specifier"
46441 msgstr ""
46442
46443 #: cp/error.c:4458
46444 #, gcc-internal-format
46445 msgid "reference to %<%T::%D%> is ambiguous"
46446 msgstr ""
46447
46448 #: cp/error.c:4472
46449 #, gcc-internal-format
46450 msgid "%qD is not a member of %qT; did you mean %qs?"
46451 msgstr ""
46452
46453 #: cp/error.c:4476 cp/typeck.c:2510
46454 #, gcc-internal-format
46455 msgid "%qD is not a member of %qT"
46456 msgstr ""
46457
46458 #: cp/error.c:4498
46459 #, gcc-internal-format
46460 msgid "%qD is not a member of %qD; did you mean %qs?"
46461 msgstr ""
46462
46463 #: cp/error.c:4502 cp/typeck.c:3104
46464 #, gcc-internal-format
46465 msgid "%qD is not a member of %qD"
46466 msgstr ""
46467
46468 #: cp/error.c:4513
46469 #, gcc-internal-format
46470 msgid "%<::%D%> has not been declared; did you mean %qs?"
46471 msgstr ""
46472
46473 #: cp/error.c:4517
46474 #, gcc-internal-format
46475 msgid "%<::%D%> has not been declared"
46476 msgstr ""
46477
46478 #: cp/except.c:147
46479 #, gcc-internal-format
46480 msgid "%qs declared incorrectly"
46481 msgstr "%qs оголошено із помилками"
46482
46483 #: cp/except.c:419
46484 #, gcc-internal-format
46485 msgid "exception handling disabled, use %<-fexceptions%> to enable"
46486 msgstr ""
46487
46488 #: cp/except.c:646
46489 #, gcc-internal-format
46490 msgid "throwing NULL, which has integral, not pointer type"
46491 msgstr ""
46492
46493 #: cp/except.c:795
46494 #, gcc-internal-format
46495 msgid " in thrown expression"
46496 msgstr ""
46497
46498 #: cp/except.c:945
46499 #, gcc-internal-format
46500 msgid "cannot declare %<catch%> parameter to be of rvalue reference type %qT"
46501 msgstr ""
46502
46503 #: cp/except.c:953
46504 #, gcc-internal-format
46505 msgid "cannot throw expression of type %qT because it involves types of variable size"
46506 msgstr ""
46507
46508 #: cp/except.c:956
46509 #, gcc-internal-format
46510 msgid "cannot catch type %qT because it involves types of variable size"
46511 msgstr ""
46512
46513 #: cp/except.c:1052
46514 #, gcc-internal-format
46515 msgid "exception of type %qT will be caught"
46516 msgstr ""
46517
46518 #: cp/except.c:1055
46519 #, gcc-internal-format
46520 msgid " by earlier handler for %qT"
46521 msgstr ""
46522
46523 #: cp/except.c:1084
46524 #, gcc-internal-format
46525 msgid "%<...%> handler must be the last handler for its try block"
46526 msgstr ""
46527
46528 #: cp/except.c:1174
46529 #, gcc-internal-format
46530 msgid "noexcept-expression evaluates to %<false%> because of a call to %qD"
46531 msgstr ""
46532
46533 #: cp/except.c:1177
46534 #, gcc-internal-format
46535 msgid "but %qD does not throw; perhaps it should be declared %<noexcept%>"
46536 msgstr ""
46537
46538 #: cp/expr.c:224
46539 #, gcc-internal-format
46540 msgid "using value of simple assignment with %<volatile%>-qualified left operand is deprecated"
46541 msgstr ""
46542
46543 #: cp/friend.c:192
46544 #, gcc-internal-format
46545 msgid "%qD is already a friend of class %qT"
46546 msgstr ""
46547
46548 #: cp/friend.c:276
46549 #, gcc-internal-format
46550 msgid "invalid type %qT declared %<friend%>"
46551 msgstr ""
46552
46553 #. template <class U> friend class T::X<U>;
46554 #. [temp.friend]
46555 #. Friend declarations shall not declare partial
46556 #. specializations.
46557 #: cp/friend.c:293 cp/friend.c:341
46558 #, gcc-internal-format
46559 msgid "partial specialization %qT declared %<friend%>"
46560 msgstr ""
46561
46562 #: cp/friend.c:307
46563 #, gcc-internal-format
46564 msgid "perhaps you need explicit template arguments in your nested-name-specifier"
46565 msgstr ""
46566
46567 #: cp/friend.c:319
46568 #, gcc-internal-format
46569 msgid "class %qT is implicitly friends with itself"
46570 msgstr ""
46571
46572 #: cp/friend.c:377
46573 #, gcc-internal-format
46574 msgid "%qT is not a member of %qT"
46575 msgstr ""
46576
46577 #: cp/friend.c:383
46578 #, gcc-internal-format
46579 msgid "%qT is not a member class template of %qT"
46580 msgstr ""
46581
46582 #: cp/friend.c:393
46583 #, gcc-internal-format
46584 msgid "%qT is not a nested class of %qT"
46585 msgstr ""
46586
46587 #. template <class T> friend class T;
46588 #: cp/friend.c:407
46589 #, gcc-internal-format
46590 msgid "template parameter type %qT declared %<friend%>"
46591 msgstr ""
46592
46593 #. template <class T> friend class A; where A is not a template
46594 #: cp/friend.c:415
46595 #, gcc-internal-format
46596 msgid "%q#T is not a template"
46597 msgstr ""
46598
46599 #: cp/friend.c:438
46600 #, gcc-internal-format
46601 msgid "%qD is already a friend of %qT"
46602 msgstr ""
46603
46604 #: cp/friend.c:448
46605 #, gcc-internal-format
46606 msgid "%qT is already a friend of %qT"
46607 msgstr ""
46608
46609 #: cp/friend.c:488
46610 #, gcc-internal-format
46611 msgid "friend declaration %qD may not have virt-specifiers"
46612 msgstr ""
46613
46614 #: cp/friend.c:581
46615 #, gcc-internal-format
46616 msgid "member %qD declared as friend before type %qT defined"
46617 msgstr ""
46618
46619 #: cp/friend.c:637
46620 #, gcc-internal-format
46621 msgid "friend declaration %q#D declares a non-template function"
46622 msgstr ""
46623
46624 #: cp/friend.c:641
46625 #, gcc-internal-format
46626 msgid "(if this is not what you intended, make sure the function template has already been declared and add %<<>%> after the function name here)"
46627 msgstr ""
46628
46629 #: cp/init.c:393
46630 #, gcc-internal-format
46631 msgid "value-initialization of incomplete type %qT"
46632 msgstr ""
46633
46634 #: cp/init.c:471
46635 #, gcc-internal-format
46636 msgid "cannot value-initialize array of unknown bound %qT"
46637 msgstr ""
46638
46639 #: cp/init.c:510
46640 #, gcc-internal-format
46641 msgid "value-initialization of function type %qT"
46642 msgstr ""
46643
46644 #: cp/init.c:516
46645 #, gcc-internal-format
46646 msgid "value-initialization of reference type %qT"
46647 msgstr ""
46648
46649 #: cp/init.c:574
46650 #, gcc-internal-format
46651 msgid "recursive instantiation of default member initializer for %qD"
46652 msgstr ""
46653
46654 #: cp/init.c:631
46655 #, gcc-internal-format
46656 msgid "default member initializer for %qD required before the end of its enclosing class"
46657 msgstr ""
46658
46659 #: cp/init.c:695
46660 #, gcc-internal-format
46661 msgid "initializer for flexible array member %q#D"
46662 msgstr ""
46663
46664 #: cp/init.c:753
46665 #, gcc-internal-format
46666 msgid "initializing %qD from %qE does not extend the lifetime of the underlying array"
46667 msgstr ""
46668
46669 #: cp/init.c:779
46670 #, gcc-internal-format
46671 msgid "%qD should be initialized in the member initialization list"
46672 msgstr "%qD має бути ініціалізовано у списку ініціалізації членів"
46673
46674 #: cp/init.c:800
46675 #, gcc-internal-format
46676 msgid "%qD is initialized with itself"
46677 msgstr ""
46678
46679 #: cp/init.c:896
46680 #, gcc-internal-format
46681 msgid "invalid initializer for array member %q#D"
46682 msgstr ""
46683
46684 #: cp/init.c:911 cp/init.c:937 cp/init.c:2475 cp/method.c:1985
46685 #, gcc-internal-format
46686 msgid "uninitialized const member in %q#T"
46687 msgstr ""
46688
46689 #: cp/init.c:913 cp/init.c:931 cp/init.c:939 cp/init.c:2460 cp/init.c:2488
46690 #: cp/method.c:1988 cp/method.c:1999
46691 #, gcc-internal-format
46692 msgid "%q#D should be initialized"
46693 msgstr "%q#D має бути ініціалізовано"
46694
46695 #: cp/init.c:929 cp/init.c:2447 cp/method.c:1996
46696 #, gcc-internal-format
46697 msgid "uninitialized reference member in %q#T"
46698 msgstr ""
46699
46700 #: cp/init.c:1106
46701 #, gcc-internal-format
46702 msgid "%qD will be initialized after"
46703 msgstr "%qD буде ініціалізовано після"
46704
46705 #: cp/init.c:1109
46706 #, gcc-internal-format
46707 msgid "base %qT will be initialized after"
46708 msgstr "базове %qT буде ініціалізовано після"
46709
46710 #: cp/init.c:1113
46711 #, gcc-internal-format
46712 msgid " %q#D"
46713 msgstr ""
46714
46715 #: cp/init.c:1115
46716 #, gcc-internal-format
46717 msgid " base %qT"
46718 msgstr ""
46719
46720 #: cp/init.c:1117
46721 #, gcc-internal-format
46722 msgid " when initialized here"
46723 msgstr " коли ініціалізовано тут"
46724
46725 #: cp/init.c:1134
46726 #, gcc-internal-format
46727 msgid "multiple initializations given for %qD"
46728 msgstr ""
46729
46730 #: cp/init.c:1138
46731 #, gcc-internal-format
46732 msgid "multiple initializations given for base %qT"
46733 msgstr ""
46734
46735 #: cp/init.c:1223
46736 #, gcc-internal-format
46737 msgid "initializations for multiple members of %qT"
46738 msgstr ""
46739
46740 #: cp/init.c:1320
46741 #, gcc-internal-format
46742 msgid "base class %q#T should be explicitly initialized in the copy constructor"
46743 msgstr ""
46744
46745 #: cp/init.c:1547 cp/init.c:1566
46746 #, gcc-internal-format
46747 msgid "class %qT does not have any field named %qD"
46748 msgstr ""
46749
46750 #: cp/init.c:1553
46751 #, gcc-internal-format
46752 msgid "%q#D is a static data member; it can only be initialized at its definition"
46753 msgstr ""
46754
46755 #: cp/init.c:1560
46756 #, gcc-internal-format
46757 msgid "%q#D is not a non-static data member of %qT"
46758 msgstr ""
46759
46760 #: cp/init.c:1599
46761 #, gcc-internal-format
46762 msgid "unnamed initializer for %qT, which has no base classes"
46763 msgstr ""
46764
46765 #: cp/init.c:1607
46766 #, gcc-internal-format
46767 msgid "unnamed initializer for %qT, which uses multiple inheritance"
46768 msgstr ""
46769
46770 #: cp/init.c:1654
46771 #, gcc-internal-format
46772 msgid "%qD is both a direct base and an indirect virtual base"
46773 msgstr ""
46774
46775 #: cp/init.c:1662
46776 #, gcc-internal-format
46777 msgid "type %qT is not a direct or virtual base of %qT"
46778 msgstr ""
46779
46780 #: cp/init.c:1665
46781 #, gcc-internal-format
46782 msgid "type %qT is not a direct base of %qT"
46783 msgstr ""
46784
46785 #: cp/init.c:1777 cp/init.c:4600 cp/typeck2.c:1329
46786 #, gcc-internal-format
46787 msgid "array must be initialized with a brace-enclosed initializer"
46788 msgstr "масив має бути ініціалізовано за допомогою взятого у фігурні дужки ініціалізатора"
46789
46790 #: cp/init.c:2086 cp/semantics.c:3448
46791 #, gcc-internal-format
46792 msgid "%qT is not a class type"
46793 msgstr ""
46794
46795 #: cp/init.c:2142
46796 #, gcc-internal-format
46797 msgid "incomplete type %qT does not have member %qD"
46798 msgstr ""
46799
46800 #: cp/init.c:2156
46801 #, gcc-internal-format
46802 msgid "invalid pointer to bit-field %qD"
46803 msgstr ""
46804
46805 #: cp/init.c:2242 cp/typeck.c:1978
46806 #, gcc-internal-format
46807 msgid "invalid use of non-static member function %qD"
46808 msgstr ""
46809
46810 #: cp/init.c:2249 cp/semantics.c:1926
46811 #, gcc-internal-format
46812 msgid "invalid use of non-static data member %qD"
46813 msgstr ""
46814
46815 #: cp/init.c:2444
46816 #, gcc-internal-format
46817 msgid "uninitialized reference member in %q#T using %<new%> without new-initializer"
46818 msgstr ""
46819
46820 #: cp/init.c:2452
46821 #, gcc-internal-format
46822 msgid "uninitialized reference member in base %q#T of %q#T using %<new%> without new-initializer"
46823 msgstr ""
46824
46825 #: cp/init.c:2456
46826 #, gcc-internal-format
46827 msgid "uninitialized reference member in base %q#T of %q#T"
46828 msgstr ""
46829
46830 #: cp/init.c:2472
46831 #, gcc-internal-format
46832 msgid "uninitialized const member in %q#T using %<new%> without new-initializer"
46833 msgstr ""
46834
46835 #: cp/init.c:2480
46836 #, gcc-internal-format
46837 msgid "uninitialized const member in base %q#T of %q#T using %<new%> without new-initializer"
46838 msgstr ""
46839
46840 #: cp/init.c:2484
46841 #, gcc-internal-format
46842 msgid "uninitialized const member in base %q#T of %q#T"
46843 msgstr ""
46844
46845 #: cp/init.c:2781
46846 #, gcc-internal-format
46847 msgid "placement new constructing an object of type %<%T [%wu]%> and size %qwu in a region of type %qT and size %qwi"
46848 msgstr ""
46849
46850 #: cp/init.c:2792
46851 #, gcc-internal-format
46852 msgid "placement new constructing an array of objects of type %qT and size %qwu in a region of type %qT and size %qwi"
46853 msgstr ""
46854
46855 #: cp/init.c:2803
46856 #, gcc-internal-format
46857 msgid "placement new constructing an object of type %qT and size %qwu in a region of type %qT and size %qwi"
46858 msgstr ""
46859
46860 #: cp/init.c:3025
46861 #, gcc-internal-format
46862 msgid "integer overflow in array size"
46863 msgstr ""
46864
46865 #: cp/init.c:3035
46866 #, gcc-internal-format
46867 msgid "array size in new-expression must be constant"
46868 msgstr ""
46869
46870 #: cp/init.c:3053
46871 #, gcc-internal-format
46872 msgid "variably modified type not allowed in new-expression"
46873 msgstr ""
46874
46875 #: cp/init.c:3069
46876 #, gcc-internal-format
46877 msgid "non-constant array new length must be specified directly, not by %<typedef%>"
46878 msgstr ""
46879
46880 #: cp/init.c:3071
46881 #, gcc-internal-format
46882 msgid "non-constant array new length must be specified without parentheses around the type-id"
46883 msgstr ""
46884
46885 #: cp/init.c:3081
46886 #, fuzzy, gcc-internal-format
46887 #| msgid "invalid type of %<__MEM%> operand"
46888 msgid "invalid type %<void%> for %<new%>"
46889 msgstr "некоректний тип операнда %<__MEM%>"
46890
46891 #: cp/init.c:3087
46892 #, gcc-internal-format
46893 msgid "%<new%> of %<initializer_list%> does not extend the lifetime of the underlying array"
46894 msgstr ""
46895
46896 #: cp/init.c:3129
46897 #, gcc-internal-format
46898 msgid "uninitialized const in %<new%> of %q#T"
46899 msgstr ""
46900
46901 #: cp/init.c:3273
46902 #, gcc-internal-format
46903 msgid "no suitable %qD found in class %qT"
46904 msgstr ""
46905
46906 #: cp/init.c:3280 cp/search.c:1039
46907 #, gcc-internal-format
46908 msgid "request for member %qD is ambiguous"
46909 msgstr ""
46910
46911 #: cp/init.c:3354
46912 #, gcc-internal-format
46913 msgid "%<new%> of type %qT with extended alignment %d"
46914 msgstr ""
46915
46916 #: cp/init.c:3357
46917 #, gcc-internal-format
46918 msgid "uses %qD, which does not have an alignment parameter"
46919 msgstr ""
46920
46921 #: cp/init.c:3360
46922 #, gcc-internal-format
46923 msgid "use %<-faligned-new%> to enable C++17 over-aligned new support"
46924 msgstr ""
46925
46926 #: cp/init.c:3551
46927 #, gcc-internal-format
46928 msgid "parenthesized initializer in array new"
46929 msgstr ""
46930
46931 #: cp/init.c:3845
46932 #, gcc-internal-format
46933 msgid "size in array new must have integral type"
46934 msgstr ""
46935
46936 #: cp/init.c:3874
46937 #, gcc-internal-format
46938 msgid "new cannot be applied to a reference type"
46939 msgstr ""
46940
46941 #: cp/init.c:3883
46942 #, gcc-internal-format
46943 msgid "new cannot be applied to a function type"
46944 msgstr ""
46945
46946 #: cp/init.c:3958
46947 #, gcc-internal-format
46948 msgid "possible problem detected in invocation of operator %<delete []%>"
46949 msgstr ""
46950
46951 #: cp/init.c:3962
46952 #, gcc-internal-format
46953 msgid "neither the destructor nor the class-specific operator %<delete []%> will be called, even if they are declared when the class is defined"
46954 msgstr ""
46955
46956 #: cp/init.c:4509
46957 #, gcc-internal-format
46958 msgid "initializer ends prematurely"
46959 msgstr ""
46960
46961 #: cp/init.c:4815
46962 #, gcc-internal-format
46963 msgid "unknown array size in delete"
46964 msgstr ""
46965
46966 #: cp/init.c:4849
46967 #, gcc-internal-format
46968 msgid "possible problem detected in invocation of %<operator delete%>"
46969 msgstr ""
46970
46971 #: cp/init.c:4854
46972 #, gcc-internal-format
46973 msgid "neither the destructor nor the class-specific %<operator delete%> will be called, even if they are declared when the class is defined"
46974 msgstr ""
46975
46976 #: cp/init.c:4869
46977 #, gcc-internal-format
46978 msgid "deleting object of abstract class type %qT which has non-virtual destructor will cause undefined behavior"
46979 msgstr ""
46980
46981 #: cp/init.c:4874
46982 #, gcc-internal-format
46983 msgid "deleting object of polymorphic class type %qT which has non-virtual destructor might cause undefined behavior"
46984 msgstr ""
46985
46986 #: cp/init.c:5182
46987 #, gcc-internal-format
46988 msgid "type to vector delete is neither pointer or array type"
46989 msgstr ""
46990
46991 #: cp/lambda.c:526
46992 #, gcc-internal-format
46993 msgid "array of runtime bound cannot be captured by copy, only by reference"
46994 msgstr ""
46995
46996 #: cp/lambda.c:541
46997 #, gcc-internal-format
46998 msgid "capture of variably-modified type %qT that is not an N3639 array of runtime bound"
46999 msgstr ""
47000
47001 #: cp/lambda.c:545
47002 #, gcc-internal-format
47003 msgid "because the array element type %qT has variable size"
47004 msgstr ""
47005
47006 #: cp/lambda.c:569
47007 #, gcc-internal-format
47008 msgid "cannot capture %qE by reference"
47009 msgstr ""
47010
47011 #: cp/lambda.c:579
47012 #, gcc-internal-format
47013 msgid "capture by copy of incomplete type %qT"
47014 msgstr ""
47015
47016 #: cp/lambda.c:631
47017 #, gcc-internal-format
47018 msgid "trying to capture %qD in instantiation of generic lambda"
47019 msgstr ""
47020
47021 #: cp/lambda.c:707
47022 #, gcc-internal-format
47023 msgid "implicit capture of %qE via %<[=]%> is deprecated in C++20"
47024 msgstr ""
47025
47026 #: cp/lambda.c:709
47027 #, gcc-internal-format
47028 msgid "add explicit %<this%> or %<*this%> capture"
47029 msgstr ""
47030
47031 #: cp/lambda.c:823
47032 #, gcc-internal-format
47033 msgid "%<this%> was not captured for this lambda function"
47034 msgstr ""
47035
47036 #: cp/lex.c:402
47037 #, fuzzy, gcc-internal-format
47038 #| msgid "invalid --param name %qs"
47039 msgid "invalid %<#pragma %s%>"
47040 msgstr "некоректна назва --param %qs"
47041
47042 #: cp/lex.c:410
47043 #, fuzzy, gcc-internal-format
47044 #| msgid "switch %qs no longer supported"
47045 msgid "%<#pragma vtable%> no longer supported"
47046 msgstr "підтримку перемикача %qs припинено"
47047
47048 #: cp/lex.c:482
47049 #, gcc-internal-format
47050 msgid "%<#pragma implementation%> for %qs appears after file is included"
47051 msgstr ""
47052
47053 #: cp/lex.c:510
47054 #, gcc-internal-format
47055 msgid "%qD not defined"
47056 msgstr ""
47057
47058 #: cp/lex.c:522
47059 #, gcc-internal-format
47060 msgid "%qD was not declared in this scope; did you mean %qs?"
47061 msgstr ""
47062
47063 #: cp/lex.c:526
47064 #, gcc-internal-format
47065 msgid "%qD was not declared in this scope"
47066 msgstr ""
47067
47068 #. In a template, it is invalid to write "f()" or "f(3)" if no
47069 #. declaration of "f" is available. Historically, G++ and most
47070 #. other compilers accepted that usage since they deferred all name
47071 #. lookup until instantiation time rather than doing unqualified
47072 #. name lookup at template definition time; explain to the user what
47073 #. is going wrong.
47074 #.
47075 #. Note that we have the exact wording of the following message in
47076 #. the manual (trouble.texi, node "Name lookup"), so they need to
47077 #. be kept in synch.
47078 #: cp/lex.c:568
47079 #, gcc-internal-format
47080 msgid "there are no arguments to %qD that depend on a template parameter, so a declaration of %qD must be available"
47081 msgstr ""
47082
47083 #: cp/lex.c:577
47084 #, gcc-internal-format
47085 msgid "(if you use %<-fpermissive%>, G++ will accept your code, but allowing the use of an undeclared name is deprecated)"
47086 msgstr ""
47087
47088 #: cp/mangle.c:2316
47089 #, gcc-internal-format
47090 msgid "mangling %<typeof%>, use %<decltype%> instead"
47091 msgstr ""
47092
47093 #: cp/mangle.c:2320
47094 #, gcc-internal-format
47095 msgid "mangling %<__underlying_type%>"
47096 msgstr ""
47097
47098 #: cp/mangle.c:2627
47099 #, gcc-internal-format
47100 msgid "mangling unknown fixed point type"
47101 msgstr ""
47102
47103 #: cp/mangle.c:3287
47104 #, gcc-internal-format
47105 msgid "use of built-in trait %qE in function signature; use library traits instead"
47106 msgstr ""
47107
47108 #: cp/mangle.c:3292
47109 #, gcc-internal-format, gfc-internal-format
47110 msgid "mangling %C"
47111 msgstr ""
47112
47113 #: cp/mangle.c:3368
47114 #, gcc-internal-format
47115 msgid "omitted middle operand to %<?:%> operand cannot be mangled"
47116 msgstr ""
47117
47118 #: cp/mangle.c:3917
47119 #, gcc-internal-format
47120 msgid "mangled name for %qD will change in C++17 because the exception specification is part of a function type"
47121 msgstr ""
47122
47123 #: cp/mangle.c:3963
47124 #, gcc-internal-format
47125 msgid "the mangled name of %qD changed between %<%s=%d%> (%qD) and %<%s=%d%> (%qD)"
47126 msgstr ""
47127
47128 #: cp/mangle.c:3969
47129 #, gcc-internal-format
47130 msgid "the mangled name of %qD changes between %<%s=%d%> (%qD) and %<%s=%d%> (%qD)"
47131 msgstr ""
47132
47133 #: cp/mangle.c:4241
47134 #, gcc-internal-format
47135 msgid "the mangled name of a thunk for %qD changes between %<-fabi-version=%d%> and %<-fabi-version=%d%>"
47136 msgstr ""
47137
47138 #: cp/mangle.c:4246
47139 #, gcc-internal-format
47140 msgid "the mangled name of %qD changes between %<-fabi-version=%d%> and %<-fabi-version=%d%>"
47141 msgstr ""
47142
47143 #: cp/mangle.c:4251
47144 #, gcc-internal-format
47145 msgid "the mangled name of the initialization guard variable for %qD changes between %<-fabi-version=%d%> and %<-fabi-version=%d%>"
47146 msgstr ""
47147
47148 #: cp/method.c:832 cp/method.c:1938
47149 #, gcc-internal-format
47150 msgid "non-static const member %q#D, cannot use default assignment operator"
47151 msgstr ""
47152
47153 #: cp/method.c:838 cp/method.c:1944
47154 #, gcc-internal-format
47155 msgid "non-static reference member %q#D, cannot use default assignment operator"
47156 msgstr ""
47157
47158 #: cp/method.c:928
47159 #, fuzzy, gcc-internal-format
47160 #| msgid "%qD is not a class or namespace"
47161 msgid "%qD is not a static data member"
47162 msgstr "%qD не є класом або простором назв"
47163
47164 #: cp/method.c:929
47165 #, gcc-internal-format
47166 msgid "determining value of %qs"
47167 msgstr ""
47168
47169 #: cp/method.c:956
47170 #, fuzzy, gcc-internal-format
47171 #| msgid "wrong type of argument %s"
47172 msgid "forming type of %qs"
47173 msgstr "помилковий тип аргументу %s"
47174
47175 #: cp/method.c:1097
47176 #, gcc-internal-format
47177 msgid "defaulted %qD only available with %<-std=c++2a%> or %<-std=gnu++2a%>"
47178 msgstr ""
47179
47180 #: cp/method.c:1112
47181 #, gcc-internal-format
47182 msgid "defaulted %qD must return %<bool%>"
47183 msgstr ""
47184
47185 #: cp/method.c:1120
47186 #, fuzzy, gcc-internal-format
47187 #| msgid "duplicate %<const%>"
47188 msgid "defaulted %qD must be %<const%>"
47189 msgstr "дублювання %<const%>"
47190
47191 #: cp/method.c:1144
47192 #, gcc-internal-format
47193 msgid "defaulted member %qD must have parameter type %<const %T&%>"
47194 msgstr ""
47195
47196 #: cp/method.c:1147
47197 #, gcc-internal-format
47198 msgid "defaulted %qD must have parameters of either type %<const %T&%> or %qT"
47199 msgstr ""
47200
47201 #: cp/method.c:1150
47202 #, gcc-internal-format
47203 msgid "defaulted %qD must have parameters of either type %<const %T&%> or %qT, not both"
47204 msgstr ""
47205
47206 #: cp/method.c:1305
47207 #, fuzzy, gcc-internal-format
47208 #| msgid "cannot decompose union type %qT"
47209 msgid "cannot default compare union %qT"
47210 msgstr "не вдалося розкласти тип об'єднання %qT"
47211
47212 #: cp/method.c:1341
47213 #, fuzzy, gcc-internal-format
47214 #| msgid "cannot decompose inaccessible member %qD of %qT"
47215 msgid "cannot default compare reference member %qD"
47216 msgstr "неможливо розкласти недоступний член %qD %qT"
47217
47218 #: cp/method.c:1349
47219 #, fuzzy, gcc-internal-format
47220 #| msgid "cannot decompose union type %qT"
47221 msgid "cannot default compare anonymous union member"
47222 msgstr "не вдалося розкласти тип об'єднання %qT"
47223
47224 #: cp/method.c:1550
47225 #, gcc-internal-format
47226 msgid "synthesized method %qD first required here"
47227 msgstr ""
47228
47229 #: cp/method.c:1883
47230 #, gcc-internal-format
47231 msgid "union member %q+D with non-trivial %qD"
47232 msgstr ""
47233
47234 #: cp/method.c:1894
47235 #, gcc-internal-format
47236 msgid "defaulted destructor calls non-%<constexpr%> %qD"
47237 msgstr ""
47238
47239 #: cp/method.c:1895
47240 #, gcc-internal-format
47241 msgid "defaulted constructor calls non-%<constexpr%> %qD"
47242 msgstr ""
47243
47244 #: cp/method.c:1961
47245 #, gcc-internal-format
47246 msgid "initializer for %q#D is invalid"
47247 msgstr ""
47248
47249 #: cp/method.c:2018
47250 #, gcc-internal-format
47251 msgid "defaulted default constructor does not initialize %q#D"
47252 msgstr ""
47253
47254 #: cp/method.c:2029
47255 #, gcc-internal-format
47256 msgid "copying non-static data member %q#D of rvalue reference type"
47257 msgstr ""
47258
47259 #. A trivial constructor doesn't have any NSDMI.
47260 #: cp/method.c:2236
47261 #, gcc-internal-format
47262 msgid "defaulted default constructor does not initialize any non-static data member"
47263 msgstr ""
47264
47265 #: cp/method.c:2279
47266 #, gcc-internal-format
47267 msgid "defaulted move assignment for %qT calls a non-trivial move assignment operator for virtual base %qT"
47268 msgstr ""
47269
47270 #: cp/method.c:2413
47271 #, gcc-internal-format
47272 msgid "a lambda closure type has a deleted default constructor"
47273 msgstr ""
47274
47275 #: cp/method.c:2416
47276 #, gcc-internal-format
47277 msgid "a lambda closure type has a deleted copy assignment operator"
47278 msgstr ""
47279
47280 #: cp/method.c:2425
47281 #, gcc-internal-format
47282 msgid "%q#D is implicitly declared as deleted because %qT declares a move constructor or move assignment operator"
47283 msgstr ""
47284
47285 #: cp/method.c:2436
47286 #, gcc-internal-format
47287 msgid "%q#D inherits from multiple base subobjects"
47288 msgstr ""
47289
47290 #: cp/method.c:2444 cp/method.c:2468
47291 #, gcc-internal-format
47292 msgid "%q#D is implicitly deleted because the default definition would be ill-formed:"
47293 msgstr ""
47294
47295 #: cp/method.c:2477
47296 msgid "%q#F is implicitly deleted because its exception-specification does not match the implicit exception-specification %qX"
47297 msgstr ""
47298
47299 #: cp/method.c:2881
47300 #, gcc-internal-format
47301 msgid "defaulted declaration %q+D does not match the expected signature"
47302 msgstr ""
47303
47304 #: cp/method.c:2884
47305 #, gcc-internal-format
47306 msgid "expected signature: %qD"
47307 msgstr "очікуваний підпис: %qD"
47308
47309 #: cp/method.c:2916
47310 #, gcc-internal-format
47311 msgid "explicitly defaulted function %q+D cannot be declared %qs because the implicit declaration is not %qs:"
47312 msgstr ""
47313
47314 #: cp/method.c:2936
47315 #, gcc-internal-format
47316 msgid "a template cannot be defaulted"
47317 msgstr ""
47318
47319 #: cp/method.c:2971
47320 #, gcc-internal-format
47321 msgid "%qD cannot be defaulted"
47322 msgstr ""
47323
47324 #: cp/method.c:2980
47325 #, gcc-internal-format
47326 msgid "defaulted function %q+D with default argument"
47327 msgstr ""
47328
47329 #: cp/name-lookup.c:2272
47330 #, fuzzy, gcc-internal-format
47331 #| msgid "definition of %q#T inside template parameter list"
47332 msgid "redeclaration of %q#D with different template parameters"
47333 msgstr "визначення %q#T всередині списку шаблонних параметрів"
47334
47335 #: cp/name-lookup.c:2278
47336 #, gcc-internal-format
47337 msgid "%q#D conflicts with a previous declaration"
47338 msgstr ""
47339
47340 #: cp/name-lookup.c:2433
47341 #, gcc-internal-format
47342 msgid "%q#D hides constructor for %q#D"
47343 msgstr "%q#D приховує конструктор для %q#D"
47344
47345 #: cp/name-lookup.c:2561
47346 #, gcc-internal-format
47347 msgid "conflicting C language linkage declaration %q#D"
47348 msgstr "конфліктує із оголошенням компонування мови C %q#D"
47349
47350 #: cp/name-lookup.c:2566
47351 #, gcc-internal-format
47352 msgid "due to different exception specifications"
47353 msgstr "через різні специфікації виключення"
47354
47355 #: cp/name-lookup.c:2664
47356 #, gcc-internal-format
47357 msgid "lambda parameter %qD previously declared as a capture"
47358 msgstr ""
47359
47360 #: cp/name-lookup.c:2686
47361 #, gcc-internal-format
47362 msgid "declaration of %q#D shadows a parameter"
47363 msgstr ""
47364
47365 #: cp/name-lookup.c:2815
47366 #, gcc-internal-format
47367 msgid "declaration of %qD shadows a member of %qT"
47368 msgstr ""
47369
47370 #: cp/name-lookup.c:2969
47371 #, gcc-internal-format
47372 msgid "local external declaration %q#D"
47373 msgstr "локальне зовнішнє оголошення %q#D"
47374
47375 #: cp/name-lookup.c:2971
47376 #, gcc-internal-format
47377 msgid "does not match previous declaration %q#D"
47378 msgstr "не відповідає попередньому оголошенню %q#D"
47379
47380 #: cp/name-lookup.c:3094
47381 #, gcc-internal-format
47382 msgid "friend declaration %qD in local class without prior local declaration"
47383 msgstr ""
47384
47385 #: cp/name-lookup.c:3287
47386 #, fuzzy, gcc-internal-format
47387 #| msgid "%s %<%s(%E)%> %p %d\n"
47388 msgid "%s %<%s(%E)%> %p %d"
47389 msgstr "%s %<%s(%E)%> %p %d\n"
47390
47391 #: cp/name-lookup.c:3290
47392 #, fuzzy, gcc-internal-format
47393 #| msgid "%s %<%s(%E)%> %p %d\n"
47394 msgid "%s %s %p %d"
47395 msgstr "%s %<%s(%E)%> %p %d\n"
47396
47397 #: cp/name-lookup.c:4609
47398 #, gcc-internal-format
47399 msgid "using-declaration for non-member at class scope"
47400 msgstr ""
47401
47402 #: cp/name-lookup.c:4617
47403 #, gcc-internal-format
47404 msgid "using-declaration may not name enumerator %<%E::%D%>"
47405 msgstr ""
47406
47407 #: cp/name-lookup.c:4626
47408 #, gcc-internal-format
47409 msgid "using-declaration for member at non-class scope"
47410 msgstr ""
47411
47412 #: cp/name-lookup.c:4633
47413 #, gcc-internal-format
47414 msgid "%<%T::%D%> names destructor"
47415 msgstr ""
47416
47417 #: cp/name-lookup.c:4650
47418 #, gcc-internal-format
47419 msgid "%<%T::%D%> names constructor in %qT"
47420 msgstr ""
47421
47422 #: cp/name-lookup.c:4688
47423 #, gcc-internal-format
47424 msgid "cannot inherit constructors from indirect base %qT"
47425 msgstr ""
47426
47427 #: cp/name-lookup.c:4705
47428 #, fuzzy, gcc-internal-format
47429 #| msgid "%qD is declared in header %qs"
47430 msgid "%qD has not been declared in %qE"
47431 msgstr "%qD оголошено у файлі заголовків %qs"
47432
47433 #: cp/name-lookup.c:4721
47434 #, fuzzy, gcc-internal-format
47435 #| msgid "no declaration matches %q#D"
47436 msgid "using-declaration may not name namespace %qD"
47437 msgstr "немає оголошень, які відповідають %q#D"
47438
47439 #: cp/name-lookup.c:4804
47440 #, gcc-internal-format
47441 msgid "declaration of %qD not in a namespace surrounding %qD"
47442 msgstr ""
47443
47444 #: cp/name-lookup.c:4844
47445 #, gcc-internal-format
47446 msgid "explicit qualification in declaration of %qD"
47447 msgstr ""
47448
47449 #: cp/name-lookup.c:4896
47450 #, gcc-internal-format
47451 msgid "%qD has not been declared within %qD"
47452 msgstr ""
47453
47454 #: cp/name-lookup.c:4898
47455 #, gcc-internal-format
47456 msgid "only here as a %<friend%>"
47457 msgstr ""
47458
47459 #: cp/name-lookup.c:4907
47460 #, gcc-internal-format
47461 msgid "%qD should have been declared inside %qD"
47462 msgstr ""
47463
47464 #: cp/name-lookup.c:4955
47465 #, gcc-internal-format
47466 msgid "%qD attribute requires a single NTBS argument"
47467 msgstr ""
47468
47469 #: cp/name-lookup.c:4962
47470 #, gcc-internal-format
47471 msgid "%qD attribute is meaningless since members of the anonymous namespace get local symbols"
47472 msgstr ""
47473
47474 #: cp/name-lookup.c:4972 cp/name-lookup.c:4999
47475 #, gcc-internal-format
47476 msgid "ignoring %qD attribute on anonymous namespace"
47477 msgstr ""
47478
47479 #: cp/name-lookup.c:4978
47480 #, gcc-internal-format
47481 msgid "ignoring %qD attribute on non-inline namespace"
47482 msgstr ""
47483
47484 #: cp/name-lookup.c:5015 cp/name-lookup.c:7303
47485 #, gcc-internal-format
47486 msgid "%qD attribute directive ignored"
47487 msgstr ""
47488
47489 #: cp/name-lookup.c:5301
47490 #, gcc-internal-format
47491 msgid "maximum limit of %d namespaces searched for %qE"
47492 msgstr ""
47493
47494 #: cp/name-lookup.c:5353
47495 #, gcc-internal-format
47496 msgid "suggested alternative:"
47497 msgid_plural "suggested alternatives:"
47498 msgstr[0] ""
47499 msgstr[1] ""
47500 msgstr[2] ""
47501
47502 #: cp/name-lookup.c:5359
47503 #, gcc-internal-format
47504 msgid " %qE"
47505 msgstr " %qE"
47506
47507 #: cp/name-lookup.c:5886
47508 #, gcc-internal-format
47509 msgid "%<std::%s%> is defined in header %qs; did you forget to %<#include %s%>?"
47510 msgstr ""
47511
47512 #: cp/name-lookup.c:5892
47513 #, gcc-internal-format
47514 msgid "%<std::%s%> is only available from %s onwards"
47515 msgstr ""
47516
47517 #: cp/name-lookup.c:6161
47518 #, gcc-internal-format
47519 msgid "the macro %qs had not yet been defined"
47520 msgstr ""
47521
47522 #: cp/name-lookup.c:6164
47523 #, gcc-internal-format
47524 msgid "it was later defined here"
47525 msgstr ""
47526
47527 #: cp/name-lookup.c:6920
47528 #, gcc-internal-format
47529 msgid "declaration of %<std::initializer_list%> does not match %<#include <initializer_list>%>, isn%'t a template"
47530 msgstr ""
47531
47532 #: cp/name-lookup.c:7297
47533 #, fuzzy, gcc-internal-format
47534 #| msgid "switch %qs no longer supported"
47535 msgid "%<strong%> using directive no longer supported"
47536 msgstr "підтримку перемикача %qs припинено"
47537
47538 #: cp/name-lookup.c:7300
47539 #, gcc-internal-format
47540 msgid "you can use an inline namespace instead"
47541 msgstr ""
47542
47543 #: cp/name-lookup.c:7383
47544 #, gcc-internal-format
47545 msgid "namespace alias %qD not allowed here, assuming %qD"
47546 msgstr ""
47547
47548 #. We only allow depth 255.
47549 #: cp/name-lookup.c:7403
47550 #, gcc-internal-format, gfc-internal-format
47551 msgid "cannot nest more than %d namespaces"
47552 msgstr ""
47553
47554 #: cp/name-lookup.c:7438
47555 #, gcc-internal-format
47556 msgid "inline namespace must be specified at initial definition"
47557 msgstr ""
47558
47559 #: cp/name-lookup.c:7439
47560 #, gcc-internal-format
47561 msgid "%qD defined here"
47562 msgstr "%qD визначено тут"
47563
47564 #: cp/name-lookup.c:7512
47565 #, gcc-internal-format
47566 msgid "XXX entering %<pop_everything ()%>"
47567 msgstr ""
47568
47569 #: cp/name-lookup.c:7521
47570 #, gcc-internal-format
47571 msgid "XXX leaving %<pop_everything ()%>"
47572 msgstr ""
47573
47574 #: cp/optimize.c:618
47575 #, gcc-internal-format
47576 msgid "making multiple clones of %qD"
47577 msgstr ""
47578
47579 #: cp/parser.c:842
47580 #, gcc-internal-format
47581 msgid "identifier %qE is a keyword in C++11"
47582 msgstr ""
47583
47584 #: cp/parser.c:856
47585 #, gcc-internal-format
47586 msgid "identifier %qE is a keyword in C++20"
47587 msgstr ""
47588
47589 #: cp/parser.c:1325 cp/parser.c:1338
47590 #, gcc-internal-format
47591 msgid "%<LEXER_DEBUGGING_ENABLED_P%> is not set to true"
47592 msgstr ""
47593
47594 #: cp/parser.c:1363 cp/parser.c:41170
47595 #, gcc-internal-format
47596 msgid "%<#pragma omp declare %s%> not immediately followed by function declaration or definition"
47597 msgstr ""
47598
47599 #: cp/parser.c:2889
47600 #, gcc-internal-format
47601 msgid "%<#pragma%> is not allowed here"
47602 msgstr ""
47603
47604 #: cp/parser.c:2996
47605 #, gcc-internal-format
47606 msgid "%<%E::%E%> has not been declared"
47607 msgstr ""
47608
47609 #: cp/parser.c:2999
47610 #, gcc-internal-format
47611 msgid "%<::%E%> has not been declared"
47612 msgstr ""
47613
47614 #: cp/parser.c:3002
47615 #, gcc-internal-format
47616 msgid "request for member %qE in non-class type %qT"
47617 msgstr ""
47618
47619 #: cp/parser.c:3005 cp/parser.c:19201
47620 #, gcc-internal-format
47621 msgid "%<%T::%E%> has not been declared"
47622 msgstr ""
47623
47624 #: cp/parser.c:3015
47625 #, gcc-internal-format
47626 msgid "%<%E::%E%> is not a type"
47627 msgstr "%<%E::%E%> не є типом"
47628
47629 #: cp/parser.c:3019
47630 #, gcc-internal-format
47631 msgid "%<%E::%E%> is not a class or namespace"
47632 msgstr ""
47633
47634 #: cp/parser.c:3024
47635 #, gcc-internal-format
47636 msgid "%<%E::%E%> is not a class, namespace, or enumeration"
47637 msgstr ""
47638
47639 #: cp/parser.c:3037
47640 #, gcc-internal-format
47641 msgid "%<::%E%> is not a type"
47642 msgstr "%<::%E%> не є типом"
47643
47644 #: cp/parser.c:3040
47645 #, gcc-internal-format
47646 msgid "%<::%E%> is not a class or namespace"
47647 msgstr ""
47648
47649 #: cp/parser.c:3044
47650 #, gcc-internal-format
47651 msgid "%<::%E%> is not a class, namespace, or enumeration"
47652 msgstr ""
47653
47654 #: cp/parser.c:3056
47655 #, gcc-internal-format
47656 msgid "%qE is not a type"
47657 msgstr ""
47658
47659 #: cp/parser.c:3059
47660 #, gcc-internal-format
47661 msgid "%qE is not a class or namespace"
47662 msgstr ""
47663
47664 #: cp/parser.c:3063
47665 #, gcc-internal-format
47666 msgid "%qE is not a class, namespace, or enumeration"
47667 msgstr ""
47668
47669 #: cp/parser.c:3127
47670 #, gcc-internal-format
47671 msgid "new types may not be defined in a return type"
47672 msgstr ""
47673
47674 #: cp/parser.c:3129
47675 #, gcc-internal-format
47676 msgid "(perhaps a semicolon is missing after the definition of %qT)"
47677 msgstr ""
47678
47679 #: cp/parser.c:3157
47680 #, gcc-internal-format
47681 msgid "%qE is not a class template"
47682 msgstr ""
47683
47684 #: cp/parser.c:3159
47685 #, gcc-internal-format
47686 msgid "%qE is not a template"
47687 msgstr ""
47688
47689 #: cp/parser.c:3162
47690 #, gcc-internal-format
47691 msgid "invalid template-id"
47692 msgstr ""
47693
47694 #: cp/parser.c:3196
47695 #, gcc-internal-format
47696 msgid "ISO C++ forbids using a floating-point literal in a constant-expression"
47697 msgstr ""
47698
47699 #: cp/parser.c:3200 cp/pt.c:19155
47700 #, gcc-internal-format
47701 msgid "a cast to a type other than an integral or enumeration type cannot appear in a constant-expression"
47702 msgstr ""
47703
47704 #: cp/parser.c:3205
47705 #, gcc-internal-format
47706 msgid "%<typeid%> operator cannot appear in a constant-expression"
47707 msgstr ""
47708
47709 #: cp/parser.c:3209
47710 #, gcc-internal-format
47711 msgid "non-constant compound literals cannot appear in a constant-expression"
47712 msgstr ""
47713
47714 #: cp/parser.c:3213
47715 #, gcc-internal-format
47716 msgid "a function call cannot appear in a constant-expression"
47717 msgstr ""
47718
47719 #: cp/parser.c:3217
47720 #, gcc-internal-format
47721 msgid "an increment cannot appear in a constant-expression"
47722 msgstr ""
47723
47724 #: cp/parser.c:3221
47725 #, gcc-internal-format
47726 msgid "an decrement cannot appear in a constant-expression"
47727 msgstr ""
47728
47729 #: cp/parser.c:3225
47730 #, gcc-internal-format
47731 msgid "an array reference cannot appear in a constant-expression"
47732 msgstr ""
47733
47734 #: cp/parser.c:3229
47735 #, gcc-internal-format
47736 msgid "the address of a label cannot appear in a constant-expression"
47737 msgstr ""
47738
47739 #: cp/parser.c:3233
47740 #, gcc-internal-format
47741 msgid "calls to overloaded operators cannot appear in a constant-expression"
47742 msgstr ""
47743
47744 #: cp/parser.c:3237
47745 #, gcc-internal-format
47746 msgid "an assignment cannot appear in a constant-expression"
47747 msgstr ""
47748
47749 #: cp/parser.c:3240
47750 #, gcc-internal-format
47751 msgid "a comma operator cannot appear in a constant-expression"
47752 msgstr ""
47753
47754 #: cp/parser.c:3244
47755 #, gcc-internal-format
47756 msgid "a call to a constructor cannot appear in a constant-expression"
47757 msgstr ""
47758
47759 #: cp/parser.c:3248
47760 #, gcc-internal-format
47761 msgid "a transaction expression cannot appear in a constant-expression"
47762 msgstr ""
47763
47764 #: cp/parser.c:3294
47765 #, gcc-internal-format
47766 msgid "%qs cannot appear in a constant-expression"
47767 msgstr ""
47768
47769 #: cp/parser.c:3331
47770 #, gcc-internal-format
47771 msgid "class template argument deduction is only available with %<-std=c++17%> or %<-std=gnu++17%>"
47772 msgstr ""
47773
47774 #: cp/parser.c:3336
47775 #, gcc-internal-format
47776 msgid "invalid use of destructor %qD as a type"
47777 msgstr ""
47778
47779 #. Something like 'unsigned A a;'
47780 #: cp/parser.c:3339
47781 #, gcc-internal-format
47782 msgid "invalid combination of multiple type-specifiers"
47783 msgstr ""
47784
47785 #: cp/parser.c:3352
47786 #, gcc-internal-format
47787 msgid "%qE does not name a type; did you mean %qs?"
47788 msgstr ""
47789
47790 #: cp/parser.c:3356
47791 #, gcc-internal-format
47792 msgid "%qE does not name a type"
47793 msgstr ""
47794
47795 #: cp/parser.c:3365
47796 #, gcc-internal-format
47797 msgid "C++11 %<constexpr%> only available with %<-std=c++11%> or %<-std=gnu++11%>"
47798 msgstr ""
47799
47800 #: cp/parser.c:3368
47801 #, gcc-internal-format
47802 msgid "C++11 %<noexcept%> only available with %<-std=c++11%> or %<-std=gnu++11%>"
47803 msgstr ""
47804
47805 #: cp/parser.c:3373
47806 #, gcc-internal-format
47807 msgid "C++11 %<thread_local%> only available with %<-std=c++11%> or %<-std=gnu++11%>"
47808 msgstr ""
47809
47810 #: cp/parser.c:3376
47811 #, gcc-internal-format
47812 msgid "C++20 %<constinit%> only available with %<-std=c++2a%> or %<-std=gnu++2a%>"
47813 msgstr ""
47814
47815 #: cp/parser.c:3379
47816 #, gcc-internal-format
47817 msgid "%<concept%> only available with %<-std=c++2a%> or %<-fconcepts%>"
47818 msgstr ""
47819
47820 #: cp/parser.c:3406
47821 #, gcc-internal-format
47822 msgid "(perhaps %<typename %T::%E%> was intended)"
47823 msgstr ""
47824
47825 #: cp/parser.c:3435 cp/parser.c:3447
47826 #, gcc-internal-format
47827 msgid "%qE in namespace %qE does not name a template type; did you mean %qs?"
47828 msgstr ""
47829
47830 #: cp/parser.c:3440 cp/parser.c:3452
47831 #, gcc-internal-format
47832 msgid "%qE in namespace %qE does not name a template type"
47833 msgstr ""
47834
47835 #: cp/parser.c:3460
47836 #, gcc-internal-format
47837 msgid "%qE in namespace %qE does not name a type; did you mean %qs?"
47838 msgstr ""
47839
47840 #: cp/parser.c:3465
47841 #, gcc-internal-format
47842 msgid "%qE in namespace %qE does not name a type"
47843 msgstr ""
47844
47845 #: cp/parser.c:3476
47846 #, gcc-internal-format
47847 msgid "%<%T::%E%> names the constructor, not the type"
47848 msgstr ""
47849
47850 #: cp/parser.c:3479
47851 #, gcc-internal-format
47852 msgid "and %qT has no template constructors"
47853 msgstr ""
47854
47855 #: cp/parser.c:3489
47856 #, gcc-internal-format
47857 msgid "need %<typename%> before %<%T::%D::%E%> because %<%T::%D%> is a dependent scope"
47858 msgstr ""
47859
47860 #: cp/parser.c:3497
47861 #, gcc-internal-format
47862 msgid "need %<typename%> before %<%T::%E%> because %qT is a dependent scope"
47863 msgstr ""
47864
47865 #: cp/parser.c:3509 cp/parser.c:3513
47866 #, gcc-internal-format
47867 msgid "%qE in %q#T does not name a template type"
47868 msgstr ""
47869
47870 #: cp/parser.c:3517
47871 #, gcc-internal-format
47872 msgid "%qE in %q#T does not name a type"
47873 msgstr ""
47874
47875 #: cp/parser.c:4143
47876 #, gcc-internal-format
47877 msgid "expected string-literal"
47878 msgstr ""
47879
47880 #: cp/parser.c:4209
47881 #, gcc-internal-format
47882 msgid "inconsistent user-defined literal suffixes %qD and %qD in string literal"
47883 msgstr ""
47884
47885 #: cp/parser.c:4395
47886 #, gcc-internal-format
47887 msgid "unable to find character literal operator %qD with %qT argument"
47888 msgstr ""
47889
47890 #: cp/parser.c:4500
47891 #, gcc-internal-format
47892 msgid "integer literal exceeds range of %qT type"
47893 msgstr ""
47894
47895 #: cp/parser.c:4507
47896 #, gcc-internal-format
47897 msgid "floating literal exceeds range of %qT type"
47898 msgstr ""
47899
47900 #: cp/parser.c:4511
47901 #, gcc-internal-format
47902 msgid "floating literal truncated to zero"
47903 msgstr ""
47904
47905 #: cp/parser.c:4540
47906 #, gcc-internal-format
47907 msgid "failed to translate literal to execution character set %qT"
47908 msgstr ""
47909
47910 #: cp/parser.c:4574
47911 #, gcc-internal-format
47912 msgid "unable to find numeric literal operator %qD"
47913 msgstr ""
47914
47915 #: cp/parser.c:4580
47916 #, gcc-internal-format
47917 msgid "add %<using namespace std::complex_literals%> (from %<<complex>%>) to enable the C++14 user-defined literal suffixes"
47918 msgstr ""
47919
47920 #: cp/parser.c:4584
47921 #, gcc-internal-format
47922 msgid "or use %<j%> instead of %<i%> for the GNU built-in suffix"
47923 msgstr ""
47924
47925 #: cp/parser.c:4588
47926 #, gcc-internal-format
47927 msgid "use %<-fext-numeric-literals%> to enable more built-in suffixes"
47928 msgstr ""
47929
47930 #: cp/parser.c:4673
47931 #, gcc-internal-format
47932 msgid "unable to find string literal operator %qD with %qT, %qT arguments"
47933 msgstr ""
47934
47935 #: cp/parser.c:4724 cp/parser.c:13570
47936 #, gcc-internal-format
47937 msgid "expected declaration"
47938 msgstr ""
47939
47940 #: cp/parser.c:5083 cp/parser.c:5098
47941 #, gcc-internal-format
47942 msgid "expected binary operator"
47943 msgstr "мав бути бінарний оператор"
47944
47945 #: cp/parser.c:5104
47946 #, gcc-internal-format
47947 msgid "expected ..."
47948 msgstr "мало бути ..."
47949
47950 #: cp/parser.c:5116
47951 #, gcc-internal-format
47952 msgid "binary expression in operand of fold-expression"
47953 msgstr ""
47954
47955 #: cp/parser.c:5121
47956 #, gcc-internal-format
47957 msgid "conditional expression in operand of fold-expression"
47958 msgstr ""
47959
47960 #: cp/parser.c:5129
47961 #, gcc-internal-format
47962 msgid "mismatched operator in fold-expression"
47963 msgstr ""
47964
47965 #: cp/parser.c:5233
47966 #, gcc-internal-format
47967 msgid "fixed-point types not supported in C++"
47968 msgstr ""
47969
47970 #: cp/parser.c:5316
47971 #, gcc-internal-format
47972 msgid "ISO C++ forbids braced-groups within expressions"
47973 msgstr ""
47974
47975 #: cp/parser.c:5328
47976 #, gcc-internal-format
47977 msgid "statement-expressions are not allowed outside functions nor in template-argument lists"
47978 msgstr ""
47979
47980 #: cp/parser.c:5367
47981 #, gcc-internal-format
47982 msgid "fold-expressions only available with %<-std=c++17%> or %<-std=gnu++17%>"
47983 msgstr ""
47984
47985 #: cp/parser.c:5425 cp/parser.c:5602 cp/parser.c:5777 cp/semantics.c:3786
47986 #, gcc-internal-format
47987 msgid "expected primary-expression"
47988 msgstr ""
47989
47990 #: cp/parser.c:5455
47991 #, gcc-internal-format
47992 msgid "%<this%> may not be used in this context"
47993 msgstr ""
47994
47995 #: cp/parser.c:5596
47996 #, gcc-internal-format
47997 msgid "a template declaration cannot appear at block scope"
47998 msgstr ""
47999
48000 #: cp/parser.c:5739
48001 #, gcc-internal-format
48002 msgid "local variable %qD may not appear in this context"
48003 msgstr ""
48004
48005 #: cp/parser.c:5933
48006 #, gcc-internal-format
48007 msgid "expected id-expression"
48008 msgstr ""
48009
48010 #: cp/parser.c:6064
48011 #, gcc-internal-format
48012 msgid "scope %qT before %<~%> is not a class-name"
48013 msgstr ""
48014
48015 #: cp/parser.c:6102 cp/parser.c:8049
48016 #, gcc-internal-format
48017 msgid "%<~auto%> only available with %<-std=c++14%> or %<-std=gnu++14%>"
48018 msgstr ""
48019
48020 #: cp/parser.c:6213
48021 #, gcc-internal-format
48022 msgid "declaration of %<~%T%> as member of %qT"
48023 msgstr ""
48024
48025 #: cp/parser.c:6228
48026 #, gcc-internal-format
48027 msgid "typedef-name %qD used as destructor declarator"
48028 msgstr ""
48029
48030 #: cp/parser.c:6264 cp/parser.c:21355
48031 #, gcc-internal-format
48032 msgid "expected unqualified-id"
48033 msgstr ""
48034
48035 #: cp/parser.c:6374
48036 #, gcc-internal-format
48037 msgid "found %<:%> in nested-name-specifier, expected %<::%>"
48038 msgstr ""
48039
48040 #: cp/parser.c:6444
48041 #, gcc-internal-format
48042 msgid "%<decltype%> evaluates to %qT, which is not a class or enumeration type"
48043 msgstr ""
48044
48045 #: cp/parser.c:6471 cp/parser.c:6482
48046 #, gcc-internal-format
48047 msgid "concept-id %qD in nested-name-specifier"
48048 msgstr ""
48049
48050 #: cp/parser.c:6474
48051 #, gcc-internal-format
48052 msgid "function template-id %qD in nested-name-specifier"
48053 msgstr ""
48054
48055 #: cp/parser.c:6488
48056 #, gcc-internal-format
48057 msgid "variable template-id %qD in nested-name-specifier"
48058 msgstr ""
48059
48060 #: cp/parser.c:6593 cp/typeck.c:2803 cp/typeck.c:2806 cp/typeck.c:2823
48061 #, gcc-internal-format
48062 msgid "%qD is not a template"
48063 msgstr ""
48064
48065 #: cp/parser.c:6672
48066 #, gcc-internal-format
48067 msgid "expected nested-name-specifier"
48068 msgstr ""
48069
48070 #: cp/parser.c:6879 cp/parser.c:9281
48071 #, gcc-internal-format
48072 msgid "types may not be defined in casts"
48073 msgstr ""
48074
48075 #: cp/parser.c:6968
48076 #, gcc-internal-format
48077 msgid "types may not be defined in a %<typeid%> expression"
48078 msgstr ""
48079
48080 #: cp/parser.c:7060
48081 #, gcc-internal-format
48082 msgid "wrong number of arguments to %<__builtin_addressof%>"
48083 msgstr "помилкова кількість аргументів %<__builtin_addressof%>"
48084
48085 #: cp/parser.c:7072 cp/pt.c:19770
48086 #, gcc-internal-format
48087 msgid "wrong number of arguments to %<__builtin_launder%>"
48088 msgstr "помилкова кількість аргументів %<__builtin_launder%>"
48089
48090 #: cp/parser.c:7192
48091 #, gcc-internal-format
48092 msgid "ISO C++ forbids compound-literals"
48093 msgstr ""
48094
48095 #: cp/parser.c:7251
48096 #, gcc-internal-format
48097 msgid "two consecutive %<[%> shall only introduce an attribute"
48098 msgstr ""
48099
48100 #: cp/parser.c:7787 cp/typeck.c:2691
48101 #, gcc-internal-format
48102 msgid "invalid use of %qD"
48103 msgstr ""
48104
48105 #: cp/parser.c:7796
48106 #, gcc-internal-format
48107 msgid "%<%D::%D%> is not a class member"
48108 msgstr ""
48109
48110 #: cp/parser.c:8101
48111 #, gcc-internal-format
48112 msgid "non-scalar type"
48113 msgstr ""
48114
48115 #: cp/parser.c:8211
48116 #, gcc-internal-format
48117 msgid "ISO C++ does not allow %<alignof%> with a non-type"
48118 msgstr ""
48119
48120 #: cp/parser.c:8306
48121 #, gcc-internal-format
48122 msgid "types may not be defined in %<noexcept%> expressions"
48123 msgstr ""
48124
48125 #: cp/parser.c:8580 cp/parser.c:30055
48126 #, gcc-internal-format
48127 msgid "types may not be defined in %qs expressions"
48128 msgstr "у виразах %qs не можна визначати типи"
48129
48130 #: cp/parser.c:8726
48131 #, gcc-internal-format
48132 msgid "types may not be defined in a new-expression"
48133 msgstr ""
48134
48135 #: cp/parser.c:8742
48136 #, gcc-internal-format
48137 msgid "array bound forbidden after parenthesized type-id"
48138 msgstr ""
48139
48140 #: cp/parser.c:8744
48141 #, gcc-internal-format
48142 msgid "try removing the parentheses around the type-id"
48143 msgstr ""
48144
48145 #: cp/parser.c:8776
48146 #, gcc-internal-format
48147 msgid "initialization of new-expression for type %<auto%> requires exactly one element"
48148 msgstr ""
48149
48150 #: cp/parser.c:8821
48151 #, gcc-internal-format
48152 msgid "expected expression-list or type-id"
48153 msgstr ""
48154
48155 #: cp/parser.c:8850
48156 #, gcc-internal-format
48157 msgid "types may not be defined in a new-type-id"
48158 msgstr ""
48159
48160 #: cp/parser.c:8979
48161 #, gcc-internal-format
48162 msgid "expression in new-declarator must have integral or enumeration type"
48163 msgstr ""
48164
48165 #: cp/parser.c:9386
48166 #, gcc-internal-format
48167 msgid "use of old-style cast to %q#T"
48168 msgstr ""
48169
48170 #: cp/parser.c:9535
48171 #, gcc-internal-format
48172 msgid "%<>>%> operator is treated as two right angle brackets in C++11"
48173 msgstr ""
48174
48175 #: cp/parser.c:9538
48176 #, gcc-internal-format
48177 msgid "suggest parentheses around %<>>%> expression"
48178 msgstr ""
48179
48180 #: cp/parser.c:9746
48181 #, gcc-internal-format
48182 msgid "ISO C++ does not allow %<?:%> with omitted middle operand"
48183 msgstr ""
48184
48185 #: cp/parser.c:10035
48186 #, gcc-internal-format
48187 msgid "top-level comma expression in array subscript is deprecated"
48188 msgstr ""
48189
48190 #: cp/parser.c:10185
48191 #, gcc-internal-format
48192 msgid "types may not be defined within %<__builtin_offsetof%>"
48193 msgstr ""
48194
48195 #: cp/parser.c:10474
48196 #, gcc-internal-format
48197 msgid "lambda-expression in unevaluated context only available with %<-std=c++2a%> or %<-std=gnu++2a%>"
48198 msgstr ""
48199
48200 #: cp/parser.c:10484
48201 #, gcc-internal-format
48202 msgid "lambda-expression in template-argument only available with %<-std=c++2a%> or %<-std=gnu++2a%>"
48203 msgstr ""
48204
48205 #: cp/parser.c:10635
48206 #, gcc-internal-format
48207 msgid "non-local lambda expression cannot have a capture-default"
48208 msgstr ""
48209
48210 #: cp/parser.c:10657
48211 #, gcc-internal-format
48212 msgid "expected end of capture-list"
48213 msgstr ""
48214
48215 #: cp/parser.c:10672
48216 #, gcc-internal-format
48217 msgid "explicit by-copy capture of %<this%> redundant with by-copy capture default"
48218 msgstr ""
48219
48220 #: cp/parser.c:10677 cp/parser.c:10698 cp/parser.c:10880
48221 #, gcc-internal-format
48222 msgid "already captured %qD in lambda expression"
48223 msgstr "вже захоплене %qD у лямбда-виразі"
48224
48225 #: cp/parser.c:10692
48226 #, gcc-internal-format
48227 msgid "%<*this%> capture only available with %<-std=c++17%> or %<-std=gnu++17%>"
48228 msgstr ""
48229
48230 #: cp/parser.c:10712
48231 #, gcc-internal-format
48232 msgid "%<this%> cannot be captured by reference"
48233 msgstr ""
48234
48235 #: cp/parser.c:10724
48236 #, gcc-internal-format
48237 msgid "pack init-capture only available with %<-std=c++2a%> or %<-std=gnu++2a%>"
48238 msgstr ""
48239
48240 #: cp/parser.c:10763
48241 #, gcc-internal-format
48242 msgid "lambda capture initializers only available with %<-std=c++14%> or %<-std=gnu++14%>"
48243 msgstr ""
48244
48245 #: cp/parser.c:10770
48246 #, gcc-internal-format
48247 msgid "empty initializer for lambda init-capture"
48248 msgstr ""
48249
48250 #: cp/parser.c:10794
48251 #, gcc-internal-format
48252 msgid "capture of non-variable %qE"
48253 msgstr ""
48254
48255 #: cp/parser.c:10798 cp/parser.c:10808 cp/semantics.c:3632 cp/semantics.c:3644
48256 #, gcc-internal-format
48257 msgid "%q#D declared here"
48258 msgstr ""
48259
48260 #: cp/parser.c:10804
48261 #, gcc-internal-format
48262 msgid "capture of variable %qD with non-automatic storage duration"
48263 msgstr ""
48264
48265 #: cp/parser.c:10842
48266 #, gcc-internal-format
48267 msgid "too many %<...%> in lambda capture"
48268 msgstr "забагато %<...%> у лямбда-захопленні"
48269
48270 #: cp/parser.c:10853
48271 #, gcc-internal-format
48272 msgid "explicit by-copy capture of %qD redundant with by-copy capture default"
48273 msgstr ""
48274
48275 #: cp/parser.c:10858
48276 #, gcc-internal-format
48277 msgid "explicit by-reference capture of %qD redundant with by-reference capture default"
48278 msgstr ""
48279
48280 #: cp/parser.c:10937
48281 #, gcc-internal-format
48282 msgid "lambda templates are only available with %<-std=c++14%> or %<-std=gnu++14%>"
48283 msgstr ""
48284
48285 #: cp/parser.c:10941
48286 #, gcc-internal-format
48287 msgid "lambda templates are only available with %<-std=c++2a%> or %<-std=gnu++2a%>"
48288 msgstr ""
48289
48290 #: cp/parser.c:11009
48291 #, gcc-internal-format
48292 msgid "default argument specified for lambda parameter"
48293 msgstr "визначено типовий аргумент для лямбда-параметра"
48294
48295 #: cp/parser.c:11027
48296 #, gcc-internal-format
48297 msgid "duplicate %<mutable%>"
48298 msgstr "дублювання %<mutable%>"
48299
48300 #: cp/parser.c:11079
48301 #, gcc-internal-format
48302 msgid "%<constexpr%> lambda only available with %<-std=c++17%> or %<-std=gnu++17%>"
48303 msgstr ""
48304
48305 #: cp/parser.c:11467 cp/parser.c:11668
48306 #, gcc-internal-format
48307 msgid "attributes at the beginning of statement are ignored"
48308 msgstr ""
48309
48310 #: cp/parser.c:11507
48311 #, gcc-internal-format
48312 msgid "expected labeled-statement"
48313 msgstr ""
48314
48315 #: cp/parser.c:11556
48316 #, gcc-internal-format
48317 msgid "case label %qE not within a switch statement"
48318 msgstr ""
48319
48320 #: cp/parser.c:11675
48321 #, gcc-internal-format
48322 msgid "need %<typename%> before %qE because %qT is a dependent scope"
48323 msgstr ""
48324
48325 #: cp/parser.c:11684
48326 #, gcc-internal-format
48327 msgid "%<%T::%D%> names the constructor, not the type"
48328 msgstr ""
48329
48330 #: cp/parser.c:11732
48331 #, gcc-internal-format
48332 msgid "compound-statement in %<constexpr%> function"
48333 msgstr ""
48334
48335 #: cp/parser.c:11897
48336 #, gcc-internal-format
48337 msgid "%<if constexpr%> only available with %<-std=c++17%> or %<-std=gnu++17%>"
48338 msgstr ""
48339
48340 #: cp/parser.c:11924
48341 #, gcc-internal-format
48342 msgid "init-statement in selection statements only available with %<-std=c++17%> or %<-std=gnu++17%>"
48343 msgstr ""
48344
48345 #: cp/parser.c:12094 cp/parser.c:30539
48346 #, gcc-internal-format
48347 msgid "expected selection-statement"
48348 msgstr ""
48349
48350 #: cp/parser.c:12135
48351 #, gcc-internal-format
48352 msgid "condition declares an array"
48353 msgstr ""
48354
48355 #: cp/parser.c:12137
48356 #, gcc-internal-format
48357 msgid "condition declares a function"
48358 msgstr "умова оголошує функцію"
48359
48360 #: cp/parser.c:12177
48361 #, gcc-internal-format
48362 msgid "types may not be defined in conditions"
48363 msgstr ""
48364
48365 #. Anything else is an error.
48366 #: cp/parser.c:12258 cp/parser.c:20675 cp/parser.c:23102
48367 #, gcc-internal-format
48368 msgid "expected initializer"
48369 msgstr ""
48370
48371 #: cp/parser.c:12640
48372 #, gcc-internal-format
48373 msgid "range-based %<for%> expression of type %qT has incomplete type"
48374 msgstr ""
48375
48376 #: cp/parser.c:12724
48377 #, gcc-internal-format
48378 msgid "inconsistent begin/end types in range-based %<for%> statement: %qT and %qT"
48379 msgstr ""
48380
48381 #: cp/parser.c:12867 cp/parser.c:30542
48382 #, gcc-internal-format
48383 msgid "expected iteration-statement"
48384 msgstr ""
48385
48386 #: cp/parser.c:12913
48387 #, gcc-internal-format
48388 msgid "range-based %<for%> loops with initializer only available with %<-std=c++2a%> or %<-std=gnu++2a%>"
48389 msgstr ""
48390
48391 #: cp/parser.c:12937
48392 #, gcc-internal-format
48393 msgid "range-based %<for%> loops only available with %<-std=c++11%> or %<-std=gnu++11%>"
48394 msgstr ""
48395
48396 #: cp/parser.c:13068
48397 #, gcc-internal-format
48398 msgid "%<goto%> in %<constexpr%> function"
48399 msgstr "%<goto%> у функції %<constexpr%>"
48400
48401 #. Issue a warning about this use of a GNU extension.
48402 #: cp/parser.c:13076
48403 #, gcc-internal-format
48404 msgid "ISO C++ forbids computed gotos"
48405 msgstr ""
48406
48407 #: cp/parser.c:13089 cp/parser.c:30545
48408 #, gcc-internal-format
48409 msgid "expected jump-statement"
48410 msgstr ""
48411
48412 #: cp/parser.c:13401 cp/parser.c:24871
48413 #, gcc-internal-format
48414 msgid "extra %<;%>"
48415 msgstr "зайве %<;%>"
48416
48417 #: cp/parser.c:13493
48418 #, gcc-internal-format
48419 msgid "%<__label__%> not at the beginning of a block"
48420 msgstr ""
48421
48422 #: cp/parser.c:13708
48423 #, gcc-internal-format
48424 msgid "non-variable %qD in declaration with more than one declarator with placeholder type"
48425 msgstr ""
48426
48427 #: cp/parser.c:13728
48428 #, gcc-internal-format
48429 msgid "inconsistent deduction for %qT: %qT and then %qT"
48430 msgstr ""
48431
48432 #: cp/parser.c:13749
48433 #, gcc-internal-format
48434 msgid "mixing declarations and function-definitions is forbidden"
48435 msgstr ""
48436
48437 #: cp/parser.c:13773
48438 #, gcc-internal-format
48439 msgid "types may not be defined in a for-range-declaration"
48440 msgstr ""
48441
48442 #: cp/parser.c:13828
48443 #, gcc-internal-format
48444 msgid "initializer in range-based %<for%> loop"
48445 msgstr ""
48446
48447 #: cp/parser.c:13831
48448 #, gcc-internal-format
48449 msgid "multiple declarations in range-based %<for%> loop"
48450 msgstr ""
48451
48452 #: cp/parser.c:13882
48453 #, gcc-internal-format
48454 msgid "structured bindings only available with %<-std=c++17%> or %<-std=gnu++17%>"
48455 msgstr ""
48456
48457 #: cp/parser.c:13934
48458 #, gcc-internal-format
48459 msgid "empty structured binding declaration"
48460 msgstr ""
48461
48462 #: cp/parser.c:13952
48463 #, gcc-internal-format
48464 msgid "invalid initializer for structured binding declaration"
48465 msgstr ""
48466
48467 #: cp/parser.c:14124
48468 #, gcc-internal-format
48469 msgid "%<friend%> used outside of class"
48470 msgstr ""
48471
48472 #: cp/parser.c:14163
48473 #, gcc-internal-format
48474 msgid "the %<bool%> keyword is not allowed in a C++20 concept definition"
48475 msgstr ""
48476
48477 #: cp/parser.c:14166
48478 #, gcc-internal-format
48479 msgid "C++20 concept definition syntax is %<concept <name> = <expr>%> "
48480 msgstr ""
48481
48482 #: cp/parser.c:14233
48483 #, gcc-internal-format
48484 msgid "%<auto%> changes meaning in C++11; please remove it"
48485 msgstr ""
48486
48487 #: cp/parser.c:14269
48488 #, fuzzy, gcc-internal-format
48489 #| msgid "type-specifier invalid in lambda"
48490 msgid "%<decl-specifier%> invalid in condition"
48491 msgstr "специфікатор типу є некоректним у лямбді"
48492
48493 #: cp/parser.c:14276
48494 #, gcc-internal-format
48495 msgid "%qD invalid in lambda"
48496 msgstr "%qD є некоректним у лямбді"
48497
48498 #: cp/parser.c:14357
48499 #, gcc-internal-format
48500 msgid "type-specifier invalid in lambda"
48501 msgstr "специфікатор типу є некоректним у лямбді"
48502
48503 #: cp/parser.c:14376
48504 #, gcc-internal-format
48505 msgid "class definition may not be declared a friend"
48506 msgstr ""
48507
48508 #: cp/parser.c:14449 cp/parser.c:25385
48509 #, gcc-internal-format
48510 msgid "templates may not be %<virtual%>"
48511 msgstr ""
48512
48513 #: cp/parser.c:14468
48514 #, gcc-internal-format
48515 msgid "types may not be defined in explicit-specifier"
48516 msgstr ""
48517
48518 #: cp/parser.c:14472
48519 #, gcc-internal-format
48520 msgid "%<explicit(bool)%> only available with %<-std=c++2a%> or %<-std=gnu++2a%>"
48521 msgstr ""
48522
48523 #: cp/parser.c:14536
48524 #, gcc-internal-format
48525 msgid "invalid linkage-specification"
48526 msgstr ""
48527
48528 #: cp/parser.c:14640
48529 #, gcc-internal-format
48530 msgid "%<static_assert%> without a message only available with %<-std=c++17%> or %<-std=gnu++17%>"
48531 msgstr ""
48532
48533 #: cp/parser.c:14845
48534 #, gcc-internal-format
48535 msgid "types may not be defined in %<decltype%> expressions"
48536 msgstr ""
48537
48538 #: cp/parser.c:15011
48539 #, gcc-internal-format
48540 msgid "types may not be defined in a conversion-type-id"
48541 msgstr ""
48542
48543 #: cp/parser.c:15040
48544 #, gcc-internal-format
48545 msgid "invalid use of %<auto%> in conversion operator"
48546 msgstr ""
48547
48548 #: cp/parser.c:15044
48549 #, gcc-internal-format
48550 msgid "use of %<auto%> in member template conversion operator can never be deduced"
48551 msgstr ""
48552
48553 #: cp/parser.c:15128
48554 #, gcc-internal-format
48555 msgid "only constructors take member initializers"
48556 msgstr ""
48557
48558 #: cp/parser.c:15155
48559 #, gcc-internal-format
48560 msgid "cannot expand initializer for member %qD"
48561 msgstr ""
48562
48563 #: cp/parser.c:15167 cp/pt.c:25803
48564 #, gcc-internal-format
48565 msgid "mem-initializer for %qD follows constructor delegation"
48566 msgstr ""
48567
48568 #: cp/parser.c:15179 cp/pt.c:25815
48569 #, gcc-internal-format
48570 msgid "constructor delegation follows mem-initializer for %qD"
48571 msgstr ""
48572
48573 #: cp/parser.c:15231
48574 #, gcc-internal-format
48575 msgid "anachronistic old-style base class initializer"
48576 msgstr ""
48577
48578 #: cp/parser.c:15303
48579 #, gcc-internal-format
48580 msgid "keyword %<typename%> not allowed in this context (a qualified member initializer is implicitly a type)"
48581 msgstr ""
48582
48583 #: cp/parser.c:15704
48584 #, gcc-internal-format
48585 msgid "unexpected keyword; remove space between quotes and suffix identifier"
48586 msgstr ""
48587
48588 #: cp/parser.c:15710
48589 #, gcc-internal-format
48590 msgid "expected suffix identifier"
48591 msgstr ""
48592
48593 #: cp/parser.c:15719
48594 #, gcc-internal-format
48595 msgid "expected empty string after %<operator%> keyword"
48596 msgstr ""
48597
48598 #: cp/parser.c:15725
48599 #, gcc-internal-format
48600 msgid "invalid encoding prefix in literal operator"
48601 msgstr "некоректний префікс кодування у буквальному операторі"
48602
48603 #: cp/parser.c:15759
48604 #, gcc-internal-format
48605 msgid "expected operator"
48606 msgstr "мало бути вказано оператор"
48607
48608 #. Warn that we do not support `export'.
48609 #: cp/parser.c:15805
48610 #, gcc-internal-format
48611 msgid "keyword %<export%> not implemented, and will be ignored"
48612 msgstr ""
48613
48614 #: cp/parser.c:15984
48615 #, gcc-internal-format
48616 msgid "invalid constrained type parameter"
48617 msgstr "некоректний параметр обмеженого типу"
48618
48619 #: cp/parser.c:15992
48620 #, gcc-internal-format
48621 msgid "cv-qualified type parameter"
48622 msgstr ""
48623
48624 #: cp/parser.c:16135
48625 #, gcc-internal-format
48626 msgid "invalid use of %<auto%> in default template argument"
48627 msgstr ""
48628
48629 #: cp/parser.c:16371 cp/parser.c:16457 cp/parser.c:22873
48630 #, gcc-internal-format
48631 msgid "template parameter pack %qD cannot have a default argument"
48632 msgstr ""
48633
48634 #: cp/parser.c:16375 cp/parser.c:16461
48635 #, gcc-internal-format
48636 msgid "template parameter packs cannot have default arguments"
48637 msgstr ""
48638
48639 #: cp/parser.c:16528
48640 #, gcc-internal-format
48641 msgid "expected template-id"
48642 msgstr ""
48643
48644 #: cp/parser.c:16590
48645 #, gcc-internal-format
48646 msgid "%<<::%> cannot begin a template-argument list"
48647 msgstr ""
48648
48649 #: cp/parser.c:16594
48650 #, gcc-internal-format
48651 msgid "%<<:%> is an alternate spelling for %<[%>. Insert whitespace between %<<%> and %<::%>"
48652 msgstr ""
48653
48654 #: cp/parser.c:16598
48655 #, gcc-internal-format
48656 msgid "(if you use %<-fpermissive%> or %<-std=c++11%>, or %<-std=gnu++11%> G++ will accept your code)"
48657 msgstr ""
48658
48659 #: cp/parser.c:16628
48660 #, gcc-internal-format
48661 msgid "invalid template-argument-list"
48662 msgstr ""
48663
48664 #: cp/parser.c:16629
48665 #, gcc-internal-format
48666 msgid "function name as the left hand operand of %<<%> is ill-formed in C++2a; wrap the function name in %<()%>"
48667 msgstr ""
48668
48669 #: cp/parser.c:16636
48670 #, gcc-internal-format
48671 msgid "expected %<(%> after template-argument-list"
48672 msgstr ""
48673
48674 #: cp/parser.c:16740
48675 #, gcc-internal-format
48676 msgid "parse error in template argument list"
48677 msgstr "помилка обробки у списку аргументів шаблона"
48678
48679 #. The name does not name a template.
48680 #: cp/parser.c:16825 cp/parser.c:16991 cp/parser.c:17196
48681 #, gcc-internal-format
48682 msgid "expected template-name"
48683 msgstr ""
48684
48685 #. Explain what went wrong.
48686 #: cp/parser.c:16871
48687 #, gcc-internal-format
48688 msgid "non-template %qD used as template"
48689 msgstr ""
48690
48691 #: cp/parser.c:16873
48692 #, gcc-internal-format
48693 msgid "use %<%T::template %D%> to indicate that it is a template"
48694 msgstr ""
48695
48696 #: cp/parser.c:17052
48697 #, gcc-internal-format
48698 msgid "expected parameter pack before %<...%>"
48699 msgstr ""
48700
48701 #: cp/parser.c:17161 cp/parser.c:17179 cp/parser.c:17350
48702 #, gcc-internal-format
48703 msgid "expected template-argument"
48704 msgstr ""
48705
48706 #: cp/parser.c:17317
48707 #, gcc-internal-format
48708 msgid "invalid non-type template argument"
48709 msgstr ""
48710
48711 #: cp/parser.c:17454
48712 #, gcc-internal-format
48713 msgid "explicit instantiation shall not use %<inline%> specifier"
48714 msgstr ""
48715
48716 #: cp/parser.c:17458
48717 #, gcc-internal-format
48718 msgid "explicit instantiation shall not use %<constexpr%> specifier"
48719 msgstr ""
48720
48721 #: cp/parser.c:17462
48722 #, gcc-internal-format
48723 msgid "explicit instantiation shall not use %<consteval%> specifier"
48724 msgstr ""
48725
48726 #: cp/parser.c:17521
48727 #, gcc-internal-format
48728 msgid "template specialization with C linkage"
48729 msgstr "спеціалізація шаблона із C-компонуванням"
48730
48731 #: cp/parser.c:17742
48732 #, gcc-internal-format
48733 msgid "expected type specifier"
48734 msgstr "мало бути вказано специфікатор типу"
48735
48736 #: cp/parser.c:17935
48737 #, gcc-internal-format
48738 msgid "use of %<auto%> in lambda parameter declaration only available with %<-std=c++14%> or %<-std=gnu++14%>"
48739 msgstr ""
48740
48741 #: cp/parser.c:17941
48742 #, gcc-internal-format
48743 msgid "use of %<auto%> in parameter declaration only available with %<-std=c++14%> or %<-std=gnu++14%>"
48744 msgstr ""
48745
48746 #: cp/parser.c:17946
48747 #, gcc-internal-format
48748 msgid "use of %<auto%> in parameter declaration only available with %<-fconcepts-ts%>"
48749 msgstr ""
48750
48751 #: cp/parser.c:18103
48752 #, gcc-internal-format
48753 msgid "expected template-id for type"
48754 msgstr ""
48755
48756 #: cp/parser.c:18206
48757 #, gcc-internal-format
48758 msgid "expected type-name"
48759 msgstr "мало бути вказано тип-назву"
48760
48761 #: cp/parser.c:18318
48762 #, fuzzy, gcc-internal-format
48763 #| msgid "%qs is not defined as a type"
48764 msgid "%qE does not constrain a type"
48765 msgstr "%qs не визначено як тип"
48766
48767 #: cp/parser.c:18319
48768 #, fuzzy, gcc-internal-format
48769 #| msgid "defined here"
48770 msgid "concept defined here"
48771 msgstr "визначено тут"
48772
48773 #: cp/parser.c:18341
48774 #, fuzzy, gcc-internal-format
48775 #| msgid "expected %<class%> or %<typename%>"
48776 msgid "expected %<auto%> or %<decltype(auto)%> after %qE"
48777 msgstr "мало бути %<class%> або %<typename%>"
48778
48779 #: cp/parser.c:18348
48780 #, gcc-internal-format
48781 msgid "unexpected placeholder in constrained result type"
48782 msgstr ""
48783
48784 #: cp/parser.c:18591
48785 #, gcc-internal-format
48786 msgid "elaborated-type-specifier for a scoped enum must not use the %qD keyword"
48787 msgstr ""
48788
48789 #: cp/parser.c:18667
48790 #, gcc-internal-format
48791 msgid "%<template%> must follow a nested-name-specifier"
48792 msgstr ""
48793
48794 #: cp/parser.c:18828
48795 #, gcc-internal-format
48796 msgid "declaration %qD does not declare anything"
48797 msgstr ""
48798
48799 #: cp/parser.c:18916
48800 #, gcc-internal-format
48801 msgid "attributes ignored on uninstantiated type"
48802 msgstr ""
48803
48804 #: cp/parser.c:18920
48805 #, gcc-internal-format
48806 msgid "attributes ignored on template instantiation"
48807 msgstr ""
48808
48809 #: cp/parser.c:18925
48810 #, gcc-internal-format
48811 msgid "attributes ignored on elaborated-type-specifier that is not a forward declaration"
48812 msgstr ""
48813
48814 #: cp/parser.c:19064
48815 #, gcc-internal-format
48816 msgid "%qD is an enumeration template"
48817 msgstr ""
48818
48819 #: cp/parser.c:19075
48820 #, gcc-internal-format
48821 msgid "%qD does not name an enumeration in %qT"
48822 msgstr ""
48823
48824 #: cp/parser.c:19090
48825 #, gcc-internal-format
48826 msgid "unnamed scoped enum is not allowed"
48827 msgstr ""
48828
48829 #: cp/parser.c:19146
48830 #, gcc-internal-format
48831 msgid "expected %<;%> or %<{%>"
48832 msgstr "мало бути %<;%> або %<{%>"
48833
48834 #: cp/parser.c:19195
48835 #, gcc-internal-format
48836 msgid "cannot add an enumerator list to a template instantiation"
48837 msgstr ""
48838
48839 #: cp/parser.c:19209
48840 #, gcc-internal-format
48841 msgid "nested name specifier %qT for enum declaration does not name a class or namespace"
48842 msgstr ""
48843
48844 #: cp/parser.c:19221 cp/parser.c:24354
48845 #, gcc-internal-format
48846 msgid "declaration of %qD in namespace %qD which does not enclose %qD"
48847 msgstr ""
48848
48849 #: cp/parser.c:19226 cp/parser.c:24359
48850 #, gcc-internal-format
48851 msgid "declaration of %qD in %qD which does not enclose %qD"
48852 msgstr ""
48853
48854 #: cp/parser.c:19238 cp/parser.c:24372
48855 #, gcc-internal-format
48856 msgid "extra qualification not allowed"
48857 msgstr ""
48858
48859 #: cp/parser.c:19275
48860 #, gcc-internal-format
48861 msgid "ISO C++ forbids empty unnamed enum"
48862 msgstr "У ISO C++ заборонено порожні enum без назви"
48863
48864 #: cp/parser.c:19295
48865 #, gcc-internal-format
48866 msgid "opaque-enum-specifier without name"
48867 msgstr ""
48868
48869 #: cp/parser.c:19298
48870 #, gcc-internal-format
48871 msgid "opaque-enum-specifier must use a simple identifier"
48872 msgstr ""
48873
48874 #: cp/parser.c:19489
48875 #, gcc-internal-format
48876 msgid "%qD is not a namespace-name; did you mean %qs?"
48877 msgstr ""
48878
48879 #: cp/parser.c:19493
48880 #, gcc-internal-format
48881 msgid "%qD is not a namespace-name"
48882 msgstr ""
48883
48884 #: cp/parser.c:19497
48885 #, gcc-internal-format
48886 msgid "expected namespace-name"
48887 msgstr ""
48888
48889 #: cp/parser.c:19558
48890 #, gcc-internal-format
48891 msgid "nested inline namespace definitions only available with %<-std=c++2a%> or %<-std=gnu++2a%>"
48892 msgstr ""
48893
48894 #: cp/parser.c:19569
48895 #, gcc-internal-format
48896 msgid "standard attributes on namespaces must precede the namespace name"
48897 msgstr ""
48898
48899 #: cp/parser.c:19588
48900 #, gcc-internal-format
48901 msgid "nested namespace definitions only available with %<-std=c++17%> or %<-std=gnu++17%>"
48902 msgstr ""
48903
48904 #: cp/parser.c:19598
48905 #, gcc-internal-format
48906 msgid "nested namespace name required"
48907 msgstr ""
48908
48909 #: cp/parser.c:19603
48910 #, gcc-internal-format
48911 msgid "namespace name required"
48912 msgstr ""
48913
48914 #: cp/parser.c:19607
48915 #, gcc-internal-format
48916 msgid "a nested namespace definition cannot have attributes"
48917 msgstr ""
48918
48919 #: cp/parser.c:19610
48920 #, gcc-internal-format
48921 msgid "a nested namespace definition cannot be inline"
48922 msgstr ""
48923
48924 #: cp/parser.c:19617
48925 #, gcc-internal-format
48926 msgid "namespace %qD entered"
48927 msgstr ""
48928
48929 #: cp/parser.c:19672
48930 #, gcc-internal-format
48931 msgid "%<namespace%> definition is not allowed here"
48932 msgstr ""
48933
48934 #: cp/parser.c:19826
48935 #, gcc-internal-format
48936 msgid "pack expansion in using-declaration only available with %<-std=c++17%> or %<-std=gnu++17%>"
48937 msgstr ""
48938
48939 #: cp/parser.c:19841
48940 #, gcc-internal-format
48941 msgid "a template-id may not appear in a using-declaration"
48942 msgstr ""
48943
48944 #: cp/parser.c:19871
48945 #, gcc-internal-format
48946 msgid "comma-separated list in using-declaration only available with %<-std=c++17%> or %<-std=gnu++17%>"
48947 msgstr ""
48948
48949 #: cp/parser.c:19881
48950 #, gcc-internal-format
48951 msgid "access declarations are deprecated in favour of using-declarations; suggestion: add the %<using%> keyword"
48952 msgstr ""
48953
48954 #: cp/parser.c:19946
48955 #, gcc-internal-format
48956 msgid "types may not be defined in alias template declarations"
48957 msgstr ""
48958
48959 #: cp/parser.c:20117
48960 #, gcc-internal-format
48961 msgid "%<asm%> in %<constexpr%> function only available with %<-std=c++2a%> or %<-std=gnu++2a%>"
48962 msgstr ""
48963
48964 #: cp/parser.c:20136 cp/parser.c:20153 cp/parser.c:20167
48965 #, fuzzy, gcc-internal-format
48966 #| msgid "duplicate %<mutable%>"
48967 msgid "duplicate %<asm%> qualifier %qT"
48968 msgstr "дублювання %<mutable%>"
48969
48970 #: cp/parser.c:20143
48971 #, gcc-internal-format
48972 msgid "%<asm%> qualifier %qT ignored outside of function body"
48973 msgstr ""
48974
48975 #: cp/parser.c:20180
48976 #, gcc-internal-format
48977 msgid "%qT is not an %<asm%> qualifier"
48978 msgstr ""
48979
48980 #: cp/parser.c:20196
48981 #, gcc-internal-format
48982 msgid "%<asm%> qualifier outside of function body"
48983 msgstr ""
48984
48985 #: cp/parser.c:20570
48986 #, gcc-internal-format
48987 msgid "a function-definition is not allowed here"
48988 msgstr ""
48989
48990 #: cp/parser.c:20581
48991 #, fuzzy, gcc-internal-format
48992 #| msgid "Warn about semicolon after in-class function definition."
48993 msgid "an %<asm%> specification is not allowed on a function-definition"
48994 msgstr "Попереджати про крапку з комою після визначення функції у класі."
48995
48996 #: cp/parser.c:20585
48997 #, gcc-internal-format
48998 msgid "attributes are not allowed on a function-definition"
48999 msgstr ""
49000
49001 #: cp/parser.c:20636
49002 #, gcc-internal-format
49003 msgid "expected constructor, destructor, or type conversion"
49004 msgstr ""
49005
49006 #: cp/parser.c:20756
49007 #, gcc-internal-format
49008 msgid "initializer provided for function"
49009 msgstr ""
49010
49011 #: cp/parser.c:20790
49012 #, gcc-internal-format
49013 msgid "attributes after parenthesized initializer ignored"
49014 msgstr ""
49015
49016 #: cp/parser.c:20804
49017 #, gcc-internal-format
49018 msgid "non-function %qD declared as implicit template"
49019 msgstr ""
49020
49021 #: cp/parser.c:21275
49022 #, gcc-internal-format
49023 msgid "array bound is not an integer constant"
49024 msgstr ""
49025
49026 #: cp/parser.c:21401
49027 #, gcc-internal-format
49028 msgid "cannot define member of dependent typedef %qT"
49029 msgstr ""
49030
49031 #: cp/parser.c:21405
49032 #, gcc-internal-format
49033 msgid "%<%T::%E%> is not a type"
49034 msgstr "%<%T::%E%> не є типом"
49035
49036 #. We do not attempt to print the declarator
49037 #. here because we do not have enough
49038 #. information about its original syntactic
49039 #. form.
49040 #: cp/parser.c:21434
49041 #, gcc-internal-format
49042 msgid "invalid declarator"
49043 msgstr ""
49044
49045 #: cp/parser.c:21442
49046 #, gcc-internal-format
49047 msgid "invalid use of constructor as a template"
49048 msgstr ""
49049
49050 #: cp/parser.c:21444
49051 #, gcc-internal-format
49052 msgid "use %<%T::%D%> instead of %<%T::%D%> to name the constructor in a qualified name"
49053 msgstr ""
49054
49055 #. But declarations with qualified-ids can't appear in a
49056 #. function.
49057 #: cp/parser.c:21553
49058 #, gcc-internal-format
49059 msgid "qualified-id in declaration"
49060 msgstr ""
49061
49062 #: cp/parser.c:21578
49063 #, gcc-internal-format
49064 msgid "expected declarator"
49065 msgstr ""
49066
49067 #: cp/parser.c:21697
49068 #, gcc-internal-format
49069 msgid "%qD is a namespace"
49070 msgstr ""
49071
49072 #: cp/parser.c:21699
49073 #, gcc-internal-format
49074 msgid "cannot form pointer to member of non-class %q#T"
49075 msgstr ""
49076
49077 #: cp/parser.c:21720
49078 #, gcc-internal-format
49079 msgid "expected ptr-operator"
49080 msgstr ""
49081
49082 #: cp/parser.c:21781
49083 #, gcc-internal-format
49084 msgid "duplicate cv-qualifier"
49085 msgstr ""
49086
49087 #: cp/parser.c:21835
49088 #, gcc-internal-format
49089 msgid "multiple ref-qualifiers"
49090 msgstr ""
49091
49092 #: cp/parser.c:21872
49093 #, gcc-internal-format
49094 msgid "%qE requires %<-fgnu-tm%>"
49095 msgstr "%qE потребує %<-fgnu-tm%>"
49096
49097 #: cp/parser.c:21930
49098 #, gcc-internal-format
49099 msgid "duplicate virt-specifier"
49100 msgstr ""
49101
49102 #: cp/parser.c:22182
49103 #, gcc-internal-format
49104 msgid "missing template arguments after %qT"
49105 msgstr ""
49106
49107 #: cp/parser.c:22188 cp/typeck2.c:495 cp/typeck2.c:542 cp/typeck2.c:2280
49108 #, gcc-internal-format
49109 msgid "invalid use of %qT"
49110 msgstr ""
49111
49112 #: cp/parser.c:22214
49113 #, gcc-internal-format
49114 msgid "types may not be defined in template arguments"
49115 msgstr ""
49116
49117 #: cp/parser.c:22219
49118 #, gcc-internal-format
49119 msgid "invalid use of %<auto%> in template argument"
49120 msgstr ""
49121
49122 #: cp/parser.c:22325
49123 #, gcc-internal-format
49124 msgid "expected type-specifier"
49125 msgstr ""
49126
49127 #: cp/parser.c:22600
49128 #, gcc-internal-format
49129 msgid "expected %<,%> or %<...%>"
49130 msgstr "мало бути %<,%> або %<...%>"
49131
49132 #: cp/parser.c:22678
49133 #, gcc-internal-format
49134 msgid "types may not be defined in parameter types"
49135 msgstr ""
49136
49137 #: cp/parser.c:22857
49138 #, gcc-internal-format
49139 msgid "default arguments are only permitted for function parameters"
49140 msgstr ""
49141
49142 #: cp/parser.c:22875
49143 #, gcc-internal-format
49144 msgid "parameter pack %qD cannot have a default argument"
49145 msgstr ""
49146
49147 #: cp/parser.c:22881
49148 #, gcc-internal-format
49149 msgid "template parameter pack cannot have a default argument"
49150 msgstr ""
49151
49152 #: cp/parser.c:22883
49153 #, gcc-internal-format
49154 msgid "parameter pack cannot have a default argument"
49155 msgstr ""
49156
49157 #: cp/parser.c:23009
49158 #, gcc-internal-format
49159 msgid "function-try-block body of %<constexpr%> constructor only available with %<-std=c++2a%> or %<-std=gnu++2a%>"
49160 msgstr ""
49161
49162 #: cp/parser.c:23013
49163 #, gcc-internal-format
49164 msgid "function-try-block body of %<constexpr%> function only available with %<-std=c++2a%> or %<-std=gnu++2a%>"
49165 msgstr ""
49166
49167 #: cp/parser.c:23337
49168 #, gcc-internal-format
49169 msgid "C++ designated initializers only available with %<-std=c++2a%> or %<-std=gnu++2a%>"
49170 msgstr ""
49171
49172 #: cp/parser.c:23357
49173 #, gcc-internal-format
49174 msgid "ISO C++ does not allow GNU designated initializers"
49175 msgstr ""
49176
49177 #: cp/parser.c:23395
49178 #, gcc-internal-format
49179 msgid "ISO C++ does not allow C99 designated initializers"
49180 msgstr ""
49181
49182 #: cp/parser.c:23409
49183 #, gcc-internal-format
49184 msgid "either all initializer clauses should be designated or none of them should be"
49185 msgstr ""
49186
49187 #: cp/parser.c:23434
49188 #, gcc-internal-format
49189 msgid "%<...%> not allowed in designated initializer list"
49190 msgstr ""
49191
49192 #: cp/parser.c:23485
49193 #, gcc-internal-format
49194 msgid "%<.%s%> designator used multiple times in the same initializer list"
49195 msgstr ""
49196
49197 #: cp/parser.c:23544 cp/parser.c:23672
49198 #, gcc-internal-format
49199 msgid "expected class-name"
49200 msgstr ""
49201
49202 #: cp/parser.c:23902
49203 #, gcc-internal-format
49204 msgid "expected %<;%> after class definition"
49205 msgstr ""
49206
49207 #: cp/parser.c:23905
49208 #, gcc-internal-format
49209 msgid "expected %<;%> after struct definition"
49210 msgstr ""
49211
49212 #: cp/parser.c:23908
49213 #, gcc-internal-format
49214 msgid "expected %<;%> after union definition"
49215 msgstr ""
49216
49217 #: cp/parser.c:24296
49218 #, gcc-internal-format
49219 msgid "expected %<{%> or %<:%>"
49220 msgstr "мало бути %<{%> або %<:%>"
49221
49222 #: cp/parser.c:24307
49223 #, gcc-internal-format
49224 msgid "cannot specify %<override%> for a class"
49225 msgstr ""
49226
49227 #: cp/parser.c:24315
49228 #, gcc-internal-format
49229 msgid "global qualification of class name is invalid"
49230 msgstr ""
49231
49232 #: cp/parser.c:24322
49233 #, gcc-internal-format
49234 msgid "qualified name does not name a class"
49235 msgstr ""
49236
49237 #: cp/parser.c:24334
49238 #, gcc-internal-format
49239 msgid "keyword %<template%> not allowed in class-head-name"
49240 msgstr ""
49241
49242 #: cp/parser.c:24340
49243 #, gcc-internal-format
49244 msgid "invalid class name in declaration of %qD"
49245 msgstr ""
49246
49247 #: cp/parser.c:24394
49248 #, gcc-internal-format
49249 msgid "an explicit specialization must be preceded by %<template <>%>"
49250 msgstr ""
49251
49252 #: cp/parser.c:24426
49253 #, gcc-internal-format
49254 msgid "function template %qD redeclared as a class template"
49255 msgstr ""
49256
49257 #: cp/parser.c:24462
49258 #, gcc-internal-format
49259 msgid "could not resolve typename type"
49260 msgstr "не вдалося визначити тип typename"
49261
49262 #: cp/parser.c:24527
49263 #, gcc-internal-format
49264 msgid "previous definition of %q#T"
49265 msgstr "попереднє визначення %q#T"
49266
49267 #: cp/parser.c:24617 cp/parser.c:30548
49268 #, gcc-internal-format
49269 msgid "expected class-key"
49270 msgstr ""
49271
49272 #: cp/parser.c:24641
49273 #, gcc-internal-format
49274 msgid "ISO C++ forbids typename key in template template parameter; use %<-std=c++17%> or %<-std=gnu++17%>"
49275 msgstr ""
49276
49277 #: cp/parser.c:24645
49278 #, gcc-internal-format
49279 msgid "expected %<class%> or %<typename%>"
49280 msgstr "мало бути %<class%> або %<typename%>"
49281
49282 #: cp/parser.c:24892
49283 #, gcc-internal-format
49284 msgid "in C++03 a class-key must be used when declaring a friend"
49285 msgstr ""
49286
49287 #: cp/parser.c:24910
49288 #, gcc-internal-format
49289 msgid "friend declaration does not name a class or function"
49290 msgstr ""
49291
49292 #: cp/parser.c:24928
49293 #, gcc-internal-format
49294 msgid "a storage class on an anonymous aggregate in class scope is not allowed"
49295 msgstr ""
49296
49297 #: cp/parser.c:25026
49298 #, gcc-internal-format
49299 msgid "default member initializers for bit-fields only available with %<-std=c++2a%> or %<-std=gnu++2a%>"
49300 msgstr ""
49301
49302 #: cp/parser.c:25033
49303 #, gcc-internal-format
49304 msgid "default member initializer for unnamed bit-field"
49305 msgstr ""
49306
49307 #: cp/parser.c:25046
49308 #, gcc-internal-format
49309 msgid "ISO C++ allows bit-field attributes only before the %<:%> token"
49310 msgstr ""
49311
49312 #: cp/parser.c:25196
49313 #, gcc-internal-format
49314 msgid "bit-field %qD has non-integral type %qT"
49315 msgstr ""
49316
49317 #: cp/parser.c:25224
49318 #, gcc-internal-format
49319 msgid "pure-specifier on function-definition"
49320 msgstr ""
49321
49322 #: cp/parser.c:25244
49323 #, gcc-internal-format
49324 msgid "extra %<;%> after in-class function definition"
49325 msgstr ""
49326
49327 #: cp/parser.c:25291
49328 #, gcc-internal-format
49329 msgid "stray %<,%> at end of member declaration"
49330 msgstr ""
49331
49332 #: cp/parser.c:25305
49333 #, gcc-internal-format
49334 msgid "expected %<;%> at end of member declaration"
49335 msgstr ""
49336
49337 #: cp/parser.c:25379
49338 #, gcc-internal-format
49339 msgid "invalid pure specifier (only %<= 0%> is allowed)"
49340 msgstr ""
49341
49342 #: cp/parser.c:25414
49343 #, gcc-internal-format
49344 msgid "a brace-enclosed initializer is not allowed here"
49345 msgstr ""
49346
49347 #: cp/parser.c:25544
49348 #, gcc-internal-format
49349 msgid "%<virtual%> specified more than once in base-specifier"
49350 msgstr ""
49351
49352 #: cp/parser.c:25564
49353 #, gcc-internal-format
49354 msgid "more than one access specifier in base-specifier"
49355 msgstr ""
49356
49357 #: cp/parser.c:25588
49358 #, gcc-internal-format
49359 msgid "keyword %<typename%> not allowed outside of templates"
49360 msgstr ""
49361
49362 #: cp/parser.c:25591
49363 #, gcc-internal-format
49364 msgid "keyword %<typename%> not allowed in this context (the base class is implicitly a type)"
49365 msgstr ""
49366
49367 #: cp/parser.c:25806 cp/parser.c:25904
49368 #, gcc-internal-format
49369 msgid "types may not be defined in an exception-specification"
49370 msgstr ""
49371
49372 #: cp/parser.c:25912
49373 #, gcc-internal-format
49374 msgid "ISO C++17 does not allow dynamic exception specifications"
49375 msgstr "У ISO C++17 не можна визначати динамічні специфікації виключень"
49376
49377 #: cp/parser.c:25918
49378 #, gcc-internal-format
49379 msgid "dynamic exception specifications are deprecated in C++11"
49380 msgstr ""
49381
49382 #: cp/parser.c:25962
49383 #, gcc-internal-format
49384 msgid "invalid use of %<auto%> in exception-specification"
49385 msgstr ""
49386
49387 #: cp/parser.c:26003
49388 #, gcc-internal-format
49389 msgid "%<try%> in %<constexpr%> function only available with %<-std=c++2a%> or %<-std=gnu++2a%>"
49390 msgstr ""
49391
49392 #: cp/parser.c:26115
49393 #, gcc-internal-format
49394 msgid "types may not be defined in exception-declarations"
49395 msgstr ""
49396
49397 #: cp/parser.c:26722
49398 #, gcc-internal-format
49399 msgid "attribute using prefix used together with scoped attribute token"
49400 msgstr ""
49401
49402 #: cp/parser.c:26736
49403 #, gcc-internal-format
49404 msgid "expected an identifier for the attribute name"
49405 msgstr ""
49406
49407 #. e.g. [[attr()]].
49408 #: cp/parser.c:26824
49409 #, gcc-internal-format
49410 msgid "parentheses must be omitted if %qE attribute argument list is empty"
49411 msgstr ""
49412
49413 #: cp/parser.c:26853
49414 #, gcc-internal-format
49415 msgid "attribute %<noreturn%> can appear at most once in an attribute-list"
49416 msgstr ""
49417
49418 #: cp/parser.c:26861
49419 #, gcc-internal-format
49420 msgid "attribute %<nodiscard%> can appear at most once in an attribute-list"
49421 msgstr ""
49422
49423 #: cp/parser.c:26898
49424 #, gcc-internal-format
49425 msgid "expected attribute before %<...%>"
49426 msgstr "мав бути атрибут перед %<...%>"
49427
49428 #: cp/parser.c:26958
49429 #, gcc-internal-format
49430 msgid "attribute using prefix only available with %<-std=c++17%> or %<-std=gnu++17%>"
49431 msgstr ""
49432
49433 #: cp/parser.c:27298 cp/parser.c:27307
49434 #, fuzzy, gcc-internal-format
49435 #| msgid "%<hint%> expression must be constant integer expression"
49436 msgid "expression must be enclosed in parentheses"
49437 msgstr "Вираз %<hint%> має бути сталим цілочисельним виразом"
49438
49439 #: cp/parser.c:27620
49440 #, gcc-internal-format
49441 msgid "%<requires%> only available with %<-std=c++2a%> or %<-fconcepts%>"
49442 msgstr ""
49443
49444 #: cp/parser.c:27938
49445 #, gcc-internal-format
49446 msgid "result type is not a plain type-constraint"
49447 msgstr ""
49448
49449 #: cp/parser.c:27946
49450 #, gcc-internal-format
49451 msgid "return-type-requirement is not a type-constraint"
49452 msgstr ""
49453
49454 #: cp/parser.c:28433
49455 #, gcc-internal-format
49456 msgid "specializing member %<%T::%E%> requires %<template<>%> syntax"
49457 msgstr ""
49458
49459 #: cp/parser.c:28438
49460 #, gcc-internal-format
49461 msgid "invalid declaration of %<%T::%E%>"
49462 msgstr ""
49463
49464 #: cp/parser.c:28442
49465 #, gcc-internal-format
49466 msgid "too few template-parameter-lists"
49467 msgstr ""
49468
49469 #. Otherwise, there are too many template parameter lists. We have
49470 #. something like:
49471 #.
49472 #. template <class T> template <class U> void S::f();
49473 #: cp/parser.c:28449
49474 #, gcc-internal-format
49475 msgid "too many template-parameter-lists"
49476 msgstr ""
49477
49478 #: cp/parser.c:28846
49479 #, gcc-internal-format
49480 msgid "named return values are no longer supported"
49481 msgstr ""
49482
49483 #: cp/parser.c:29013
49484 #, gcc-internal-format
49485 msgid "ISO C++ did not adopt string literal operator templates taking an argument pack of characters"
49486 msgstr ""
49487
49488 #: cp/parser.c:29022
49489 #, gcc-internal-format
49490 msgid "literal operator template %qD has invalid parameter list; expected non-type template parameter pack %<<char...>%> or single non-type parameter of class type"
49491 msgstr ""
49492
49493 #: cp/parser.c:29028
49494 #, gcc-internal-format
49495 msgid "literal operator template %qD has invalid parameter list; expected non-type template parameter pack %<<char...>%>"
49496 msgstr ""
49497
49498 #: cp/parser.c:29128
49499 #, gcc-internal-format
49500 msgid "template-introductions are not part of C++20 concepts [-fconcepts-ts]"
49501 msgstr ""
49502
49503 #: cp/parser.c:29137
49504 #, gcc-internal-format
49505 msgid "no matching concept for template-introduction"
49506 msgstr ""
49507
49508 #: cp/parser.c:29160
49509 #, gcc-internal-format
49510 msgid "invalid declaration of member template in local class"
49511 msgstr ""
49512
49513 #: cp/parser.c:29169
49514 #, gcc-internal-format
49515 msgid "template with C linkage"
49516 msgstr ""
49517
49518 #: cp/parser.c:29189
49519 #, gcc-internal-format
49520 msgid "invalid explicit specialization"
49521 msgstr ""
49522
49523 #: cp/parser.c:29294
49524 #, gcc-internal-format
49525 msgid "template declaration of %<typedef%>"
49526 msgstr ""
49527
49528 #: cp/parser.c:29345
49529 #, gcc-internal-format
49530 msgid "a class template declaration must not declare anything else"
49531 msgstr ""
49532
49533 #: cp/parser.c:29392
49534 #, gcc-internal-format
49535 msgid "explicit template specialization cannot have a storage class"
49536 msgstr ""
49537
49538 #: cp/parser.c:29692
49539 #, gcc-internal-format
49540 msgid "%<>>%> should be %<> >%> within a nested template argument list"
49541 msgstr ""
49542
49543 #: cp/parser.c:29705
49544 #, gcc-internal-format
49545 msgid "spurious %<>>%>, use %<>%> to terminate a template argument list"
49546 msgstr ""
49547
49548 #: cp/parser.c:30003
49549 #, gcc-internal-format
49550 msgid "%<sizeof...%> argument must be surrounded by parentheses"
49551 msgstr ""
49552
49553 #: cp/parser.c:30155
49554 #, gcc-internal-format
49555 msgid "invalid use of %qD in linkage specification"
49556 msgstr ""
49557
49558 #: cp/parser.c:30170
49559 #, gcc-internal-format
49560 msgid "%<__thread%> before %qD"
49561 msgstr ""
49562
49563 #: cp/parser.c:30305
49564 #, gcc-internal-format
49565 msgid "ISO C++ 1998 does not support %<long long%>"
49566 msgstr "У ISO C++ 1998 не передбачено підтримки %<long long%>"
49567
49568 #: cp/parser.c:30316
49569 #, gcc-internal-format
49570 msgid "both %<__thread%> and %<thread_local%> specified"
49571 msgstr "вказано одразу %<__thread%> і %<thread_local%>"
49572
49573 #: cp/parser.c:30321
49574 #, gcc-internal-format
49575 msgid "duplicate %qD"
49576 msgstr "дублювання %qD"
49577
49578 #: cp/parser.c:30347
49579 #, gcc-internal-format
49580 msgid "duplicate %qs"
49581 msgstr "дублювання %qs"
49582
49583 #: cp/parser.c:30399
49584 #, gcc-internal-format
49585 msgid "expected %<new%>"
49586 msgstr "мало бути %<new%>"
49587
49588 #: cp/parser.c:30402
49589 #, gcc-internal-format
49590 msgid "expected %<delete%>"
49591 msgstr "мало бути %<delete%>"
49592
49593 #: cp/parser.c:30405
49594 #, gcc-internal-format
49595 msgid "expected %<return%>"
49596 msgstr "мало бути %<return%>"
49597
49598 #: cp/parser.c:30411
49599 #, gcc-internal-format
49600 msgid "expected %<extern%>"
49601 msgstr "мало бути %<extern%>"
49602
49603 #: cp/parser.c:30414
49604 #, gcc-internal-format
49605 msgid "expected %<static_assert%>"
49606 msgstr "мало бути %<static_assert%>"
49607
49608 #: cp/parser.c:30417
49609 #, gcc-internal-format
49610 msgid "expected %<decltype%>"
49611 msgstr "мало бути %<decltype%>"
49612
49613 #: cp/parser.c:30420
49614 #, gcc-internal-format
49615 msgid "expected %<operator%>"
49616 msgstr "мало бути %<operator%>"
49617
49618 #: cp/parser.c:30423
49619 #, gcc-internal-format
49620 msgid "expected %<class%>"
49621 msgstr "мало бути %<class%>"
49622
49623 #: cp/parser.c:30426
49624 #, gcc-internal-format
49625 msgid "expected %<template%>"
49626 msgstr "мало бути %<template%>"
49627
49628 #: cp/parser.c:30429
49629 #, gcc-internal-format
49630 msgid "expected %<namespace%>"
49631 msgstr "мало бути %<namespace%>"
49632
49633 #: cp/parser.c:30432
49634 #, gcc-internal-format
49635 msgid "expected %<using%>"
49636 msgstr "мало бути %<using%>"
49637
49638 #: cp/parser.c:30435
49639 #, gcc-internal-format
49640 msgid "expected %<asm%>"
49641 msgstr "мало бути %<asm%>"
49642
49643 #: cp/parser.c:30438
49644 #, gcc-internal-format
49645 msgid "expected %<try%>"
49646 msgstr "мало бути %<try%>"
49647
49648 #: cp/parser.c:30441
49649 #, gcc-internal-format
49650 msgid "expected %<catch%>"
49651 msgstr "мало бути %<catch%>"
49652
49653 #: cp/parser.c:30444
49654 #, gcc-internal-format
49655 msgid "expected %<throw%>"
49656 msgstr "мало бути %<throw%>"
49657
49658 #: cp/parser.c:30447
49659 #, fuzzy, gcc-internal-format
49660 #| msgid "expected %<data%>"
49661 msgid "expected %<auto%>"
49662 msgstr "мало бути %<data%>"
49663
49664 #: cp/parser.c:30450
49665 #, gcc-internal-format
49666 msgid "expected %<__label__%>"
49667 msgstr "мало бути %<__label__%>"
49668
49669 #: cp/parser.c:30453
49670 #, gcc-internal-format
49671 msgid "expected %<@try%>"
49672 msgstr "мало бути %<@try%>"
49673
49674 #: cp/parser.c:30456
49675 #, gcc-internal-format
49676 msgid "expected %<@synchronized%>"
49677 msgstr "мало бути %<@synchronized%>"
49678
49679 #: cp/parser.c:30459
49680 #, gcc-internal-format
49681 msgid "expected %<@throw%>"
49682 msgstr "мало бути %<@throw%>"
49683
49684 #: cp/parser.c:30462
49685 #, gcc-internal-format
49686 msgid "expected %<__transaction_atomic%>"
49687 msgstr "мало бути %<__transaction_atomic%>"
49688
49689 #: cp/parser.c:30465
49690 #, gcc-internal-format
49691 msgid "expected %<__transaction_relaxed%>"
49692 msgstr "мало бути %<__transaction_relaxed%>"
49693
49694 #: cp/parser.c:30468
49695 #, fuzzy, gcc-internal-format
49696 #| msgid "expected %<@end%>"
49697 msgid "expected %<co_yield%>"
49698 msgstr "мало бути %<@end%>"
49699
49700 #: cp/parser.c:30500
49701 #, gcc-internal-format
49702 msgid "expected %<::%>"
49703 msgstr "мало бути %<::%>"
49704
49705 #: cp/parser.c:30512
49706 #, gcc-internal-format
49707 msgid "expected %<...%>"
49708 msgstr "мало бути %<...%>"
49709
49710 #: cp/parser.c:30515
49711 #, gcc-internal-format
49712 msgid "expected %<*%>"
49713 msgstr "мало бути %<*%>"
49714
49715 #: cp/parser.c:30518
49716 #, gcc-internal-format
49717 msgid "expected %<~%>"
49718 msgstr "мало бути %<~%>"
49719
49720 #: cp/parser.c:30524
49721 #, gcc-internal-format
49722 msgid "expected %<:%> or %<::%>"
49723 msgstr "мало бути %<:%> або %<::%>"
49724
49725 #: cp/parser.c:30551
49726 #, gcc-internal-format
49727 msgid "expected %<class%>, %<typename%>, or %<template%>"
49728 msgstr "мало бути %<class%>, %<typename%> або %<template%>"
49729
49730 #: cp/parser.c:30836
49731 #, gcc-internal-format
49732 msgid "redundant enum-key %<enum%s%> in reference to %q#T"
49733 msgstr ""
49734
49735 #: cp/parser.c:30980
49736 #, gcc-internal-format
49737 msgid "%qs tag used in naming %q#T"
49738 msgstr "теґ %qs використано у назві %q#T"
49739
49740 #: cp/parser.c:30985
49741 #, gcc-internal-format
49742 msgid "%q#T was previously declared here"
49743 msgstr ""
49744
49745 #: cp/parser.c:31009
49746 #, gcc-internal-format
49747 msgid "redundant class-key %qs in reference to %q#T"
49748 msgstr ""
49749
49750 #: cp/parser.c:31148 cp/parser.c:31181
49751 #, fuzzy, gcc-internal-format
49752 #| msgid "%qD is declared in header %qs"
49753 msgid "%qT declared with a mismatched class-key %qs"
49754 msgstr "%qD оголошено у файлі заголовків %qs"
49755
49756 #: cp/parser.c:31155 cp/parser.c:31187
49757 #, gcc-internal-format
49758 msgid "remove the class-key or replace it with %qs"
49759 msgstr ""
49760
49761 #: cp/parser.c:31156 cp/parser.c:31188
49762 #, gcc-internal-format
49763 msgid "replace the class-key with %qs"
49764 msgstr ""
49765
49766 #: cp/parser.c:31163
49767 #, fuzzy, gcc-internal-format
49768 #| msgid "%#qT defined here"
49769 msgid "%qT defined as %qs here"
49770 msgstr "%#qT визначено тут:"
49771
49772 #: cp/parser.c:31164
49773 #, fuzzy, gcc-internal-format
49774 #| msgid "%qT declared here"
49775 msgid "%qT first declared as %qs here"
49776 msgstr "%qT оголошено тут:"
49777
49778 #: cp/parser.c:31241
49779 #, gcc-internal-format
49780 msgid "%qD redeclared with different access"
49781 msgstr ""
49782
49783 #: cp/parser.c:31262
49784 #, gcc-internal-format
49785 msgid "in C++98 %<template%> (as a disambiguator) is only allowed within templates"
49786 msgstr ""
49787
49788 #: cp/parser.c:31510
49789 #, gcc-internal-format
49790 msgid "file ends in default argument"
49791 msgstr ""
49792
49793 #: cp/parser.c:31751 cp/parser.c:33065 cp/parser.c:33254
49794 #, gcc-internal-format
49795 msgid "misplaced %<@%D%> Objective-C++ construct"
49796 msgstr ""
49797
49798 #: cp/parser.c:31820
49799 #, gcc-internal-format
49800 msgid "objective-c++ message receiver expected"
49801 msgstr ""
49802
49803 #: cp/parser.c:31890
49804 #, gcc-internal-format
49805 msgid "objective-c++ message argument(s) are expected"
49806 msgstr ""
49807
49808 #: cp/parser.c:31921
49809 #, gcc-internal-format
49810 msgid "%<@encode%> must specify a type as an argument"
49811 msgstr ""
49812
49813 #: cp/parser.c:32325
49814 #, gcc-internal-format
49815 msgid "invalid Objective-C++ selector name"
49816 msgstr ""
49817
49818 #: cp/parser.c:32400 cp/parser.c:32418
49819 #, gcc-internal-format
49820 msgid "objective-c++ method declaration is expected"
49821 msgstr ""
49822
49823 #: cp/parser.c:32412 cp/parser.c:32478
49824 #, gcc-internal-format
49825 msgid "method attributes must be specified at the end"
49826 msgstr ""
49827
49828 #: cp/parser.c:32521
49829 #, gcc-internal-format
49830 msgid "stray %qs between Objective-C++ methods"
49831 msgstr ""
49832
49833 #: cp/parser.c:32727 cp/parser.c:32734 cp/parser.c:32741
49834 #, gcc-internal-format
49835 msgid "invalid type for instance variable"
49836 msgstr ""
49837
49838 #: cp/parser.c:32858
49839 #, gcc-internal-format
49840 msgid "identifier expected after %<@protocol%>"
49841 msgstr ""
49842
49843 #: cp/parser.c:33030
49844 #, gcc-internal-format
49845 msgid "attributes may not be specified before the %<@%D%> Objective-C++ keyword"
49846 msgstr ""
49847
49848 #: cp/parser.c:33037
49849 #, gcc-internal-format
49850 msgid "prefix attributes are ignored before %<@%D%>"
49851 msgstr ""
49852
49853 #: cp/parser.c:33313 cp/parser.c:33320 cp/parser.c:33327
49854 #, gcc-internal-format
49855 msgid "invalid type for property"
49856 msgstr ""
49857
49858 #: cp/parser.c:34518
49859 #, gcc-internal-format
49860 msgid "expected integer expression list"
49861 msgstr "мало бути використано список цілих значень"
49862
49863 #: cp/parser.c:34535
49864 #, gcc-internal-format
49865 msgid "%<wait%> expression must be integral"
49866 msgstr ""
49867
49868 #: cp/parser.c:35509
49869 #, gcc-internal-format
49870 msgid "invalid reduction-identifier"
49871 msgstr ""
49872
49873 #: cp/parser.c:36168
49874 #, gcc-internal-format
49875 msgid "types may not be defined in iterator type"
49876 msgstr "типи не можна визначати у типі ітератора"
49877
49878 #: cp/parser.c:38238
49879 #, gcc-internal-format
49880 msgid "parenthesized initialization is not allowed in OpenMP %<for%> loop"
49881 msgstr ""
49882
49883 #: cp/parser.c:38789
49884 #, gcc-internal-format
49885 msgid "%<ordered%> clause with parameter on range-based %<for%> loop"
49886 msgstr ""
49887
49888 #: cp/parser.c:38876 cp/pt.c:17419
49889 #, gcc-internal-format
49890 msgid "iteration variable %qD should not be reduction"
49891 msgstr ""
49892
49893 #: cp/parser.c:38970
49894 #, gcc-internal-format
49895 msgid "not enough for loops to collapse"
49896 msgstr ""
49897
49898 #: cp/parser.c:41129
49899 #, gcc-internal-format
49900 msgid "%<#pragma omp declare %s%> followed by %<#pragma omp declare %s%>"
49901 msgstr ""
49902
49903 #: cp/parser.c:41963
49904 #, gcc-internal-format
49905 msgid "invalid initializer clause"
49906 msgstr ""
49907
49908 #: cp/parser.c:41993
49909 #, gcc-internal-format
49910 msgid "expected id-expression (arguments)"
49911 msgstr ""
49912
49913 #: cp/parser.c:42005
49914 #, gcc-internal-format
49915 msgid "one of the initializer call arguments should be %<omp_priv%> or %<&omp_priv%>"
49916 msgstr ""
49917
49918 #: cp/parser.c:42108
49919 #, gcc-internal-format
49920 msgid "types may not be defined in declare reduction type list"
49921 msgstr ""
49922
49923 #: cp/parser.c:42128 cp/semantics.c:5680
49924 #, gcc-internal-format
49925 msgid "predeclared arithmetic type %qT in %<#pragma omp declare reduction%>"
49926 msgstr ""
49927
49928 #: cp/parser.c:42132 cp/semantics.c:5688
49929 #, gcc-internal-format
49930 msgid "function or array type %qT in %<#pragma omp declare reduction%>"
49931 msgstr ""
49932
49933 #: cp/parser.c:42135 cp/pt.c:13628 cp/semantics.c:5694
49934 #, gcc-internal-format
49935 msgid "reference type %qT in %<#pragma omp declare reduction%>"
49936 msgstr ""
49937
49938 #: cp/parser.c:42138 cp/semantics.c:5700
49939 #, fuzzy, gcc-internal-format
49940 #| msgid "%<_Atomic%> qualified type in %<#pragma omp declare reduction%>"
49941 msgid "%<const%>, %<volatile%> or %<__restrict%>-qualified type %qT in %<#pragma omp declare reduction%>"
49942 msgstr "тип класу %<_Atomic%> у %<#pragma omp declare reduction%>"
49943
49944 #: cp/parser.c:42656
49945 #, gcc-internal-format
49946 msgid "%<#pragma acc routine%> names a set of overloads"
49947 msgstr ""
49948
49949 #: cp/parser.c:42666
49950 #, gcc-internal-format
49951 msgid "%qD does not refer to a namespace scope function"
49952 msgstr ""
49953
49954 #. cancel-and-throw is unimplemented.
49955 #: cp/parser.c:43020
49956 #, gcc-internal-format
49957 msgid "%<atomic_cancel%>"
49958 msgstr ""
49959
49960 #: cp/parser.c:43068 cp/semantics.c:9554
49961 #, gcc-internal-format
49962 msgid "%<__transaction_relaxed%> without transactional memory support enabled"
49963 msgstr ""
49964
49965 #: cp/parser.c:43070 cp/semantics.c:9556
49966 #, gcc-internal-format
49967 msgid "%<__transaction_atomic%> without transactional memory support enabled"
49968 msgstr ""
49969
49970 #: cp/parser.c:43217
49971 #, gcc-internal-format
49972 msgid "outer %<__transaction_cancel%> not within outer %<__transaction_atomic%>"
49973 msgstr ""
49974
49975 #: cp/parser.c:43220
49976 #, gcc-internal-format
49977 msgid " or a %<transaction_may_cancel_outer%> function"
49978 msgstr ""
49979
49980 #: cp/parser.c:43271
49981 #, gcc-internal-format
49982 msgid "junk at end of %<#pragma GCC pch_preprocess%>"
49983 msgstr ""
49984
49985 #: cp/parser.c:43593
49986 #, gcc-internal-format
49987 msgid "%<#pragma GCC ivdep%> must be inside a function"
49988 msgstr "%<#pragma GCC ivdep%> має перебувати всередині функції"
49989
49990 #: cp/parser.c:43625
49991 #, gcc-internal-format
49992 msgid "%<#pragma GCC unroll%> must be inside a function"
49993 msgstr "%<#pragma GCC unroll%> має перебувати всередині функції"
49994
49995 #: cp/parser.c:43705
49996 #, gcc-internal-format
49997 msgid "inter-module optimizations not implemented for C++"
49998 msgstr ""
49999
50000 #: cp/parser.c:43741
50001 #, gcc-internal-format
50002 msgid "placeholder type not allowed in this context"
50003 msgstr ""
50004
50005 #: cp/parser.c:43942
50006 #, gcc-internal-format
50007 msgid "implicit templates may not be %<virtual%>"
50008 msgstr ""
50009
50010 #: cp/parser.c:43998
50011 #, gcc-internal-format
50012 msgid "%<extern \"C\"%> linkage started here"
50013 msgstr ""
50014
50015 #: cp/pt.c:298
50016 #, gcc-internal-format
50017 msgid "data member %qD cannot be a member template"
50018 msgstr ""
50019
50020 #: cp/pt.c:311
50021 #, gcc-internal-format
50022 msgid "invalid member template declaration %qD"
50023 msgstr ""
50024
50025 #: cp/pt.c:720
50026 #, gcc-internal-format
50027 msgid "explicit specialization in non-namespace scope %qD"
50028 msgstr ""
50029
50030 #: cp/pt.c:734
50031 #, gcc-internal-format
50032 msgid "enclosing class templates are not explicitly specialized"
50033 msgstr ""
50034
50035 #: cp/pt.c:818
50036 #, gcc-internal-format
50037 msgid "specialization of %qD must appear at namespace scope"
50038 msgstr ""
50039
50040 #: cp/pt.c:829 cp/pt.c:1059
50041 #, gcc-internal-format
50042 msgid "specialization of %qD in different namespace"
50043 msgstr ""
50044
50045 #: cp/pt.c:831
50046 #, gcc-internal-format
50047 msgid " from definition of %q#D"
50048 msgstr " із оголошення %q#D"
50049
50050 #: cp/pt.c:848
50051 #, gcc-internal-format
50052 msgid "explicit instantiation of %qD in namespace %qD (which does not enclose namespace %qD)"
50053 msgstr ""
50054
50055 #: cp/pt.c:971
50056 #, gcc-internal-format
50057 msgid "name of class shadows template template parameter %qD"
50058 msgstr ""
50059
50060 #: cp/pt.c:983
50061 #, gcc-internal-format
50062 msgid "specialization of alias template %qD"
50063 msgstr ""
50064
50065 #: cp/pt.c:986 cp/pt.c:1125
50066 #, gcc-internal-format
50067 msgid "explicit specialization of non-template %qT"
50068 msgstr ""
50069
50070 #: cp/pt.c:1018
50071 #, gcc-internal-format
50072 msgid "specialization of %qT after instantiation"
50073 msgstr ""
50074
50075 #: cp/pt.c:1062
50076 #, fuzzy, gcc-internal-format
50077 #| msgid " from definition of %q#D"
50078 msgid "from definition of %q#D"
50079 msgstr " із оголошення %q#D"
50080
50081 #. But if we've had an implicit instantiation, that's a
50082 #. problem ([temp.expl.spec]/6).
50083 #: cp/pt.c:1103
50084 #, gcc-internal-format
50085 msgid "specialization %qT after instantiation %qT"
50086 msgstr ""
50087
50088 #: cp/pt.c:1121
50089 #, gcc-internal-format
50090 msgid "template specialization of %qD not allowed by ISO C++"
50091 msgstr ""
50092
50093 #: cp/pt.c:1587
50094 #, gcc-internal-format
50095 msgid "specialization of %qD after instantiation"
50096 msgstr ""
50097
50098 #: cp/pt.c:2007 cp/semantics.c:5549
50099 #, gcc-internal-format
50100 msgid "%s %#qD"
50101 msgstr "%s %#qD"
50102
50103 #: cp/pt.c:2143
50104 #, gcc-internal-format
50105 msgid "%qD is not a function template"
50106 msgstr ""
50107
50108 #: cp/pt.c:2148
50109 #, gcc-internal-format
50110 msgid "%qD is not a variable template"
50111 msgstr ""
50112
50113 #: cp/pt.c:2419
50114 #, gcc-internal-format
50115 msgid "template-id %qD for %q+D does not match any template declaration"
50116 msgstr ""
50117
50118 #: cp/pt.c:2423
50119 #, gcc-internal-format
50120 msgid "saw %d %<template<>%>, need %d for specializing a member function template"
50121 msgstr ""
50122
50123 #: cp/pt.c:2434
50124 #, gcc-internal-format
50125 msgid "ambiguous template specialization %qD for %q+D"
50126 msgstr ""
50127
50128 #: cp/pt.c:2640
50129 #, gcc-internal-format
50130 msgid "variable templates only available with %<-std=c++14%> or %<-std=gnu++14%>"
50131 msgstr ""
50132
50133 #: cp/pt.c:2650
50134 #, gcc-internal-format
50135 msgid "too many template headers for %qD (should be %d)"
50136 msgstr ""
50137
50138 #: cp/pt.c:2656
50139 #, gcc-internal-format
50140 msgid "members of an explicitly specialized class are defined without a template header"
50141 msgstr ""
50142
50143 #: cp/pt.c:2680
50144 #, gcc-internal-format
50145 msgid "explicit specialization of %qD outside its namespace must use a nested-name-specifier"
50146 msgstr ""
50147
50148 #. This was allowed in C++98, so only pedwarn.
50149 #: cp/pt.c:2685
50150 #, gcc-internal-format
50151 msgid "explicit instantiation of %qD outside its namespace must use a nested-name-specifier"
50152 msgstr ""
50153
50154 #: cp/pt.c:2721
50155 #, gcc-internal-format
50156 msgid "explicit specialization %q#D may be missing attributes"
50157 msgstr ""
50158
50159 #: cp/pt.c:2725
50160 #, gcc-internal-format, gfc-internal-format
50161 msgid "missing primary template attributes %s"
50162 msgstr "пропущено атрибути основного шаблона %s"
50163
50164 #: cp/pt.c:2726
50165 #, gcc-internal-format, gfc-internal-format
50166 msgid "missing primary template attribute %s"
50167 msgstr "пропущено атрибут основного шаблона %s"
50168
50169 #: cp/pt.c:2816 cp/pt.c:2876
50170 #, fuzzy, gcc-internal-format
50171 #| msgid "conflicting declaration of template %q#D"
50172 msgid "template-id %qE in declaration of primary template"
50173 msgstr "конфлікт оголошень шаблона %q#D"
50174
50175 #: cp/pt.c:2829
50176 #, gcc-internal-format
50177 msgid "template parameter list used in explicit instantiation"
50178 msgstr ""
50179
50180 #: cp/pt.c:2835
50181 #, gcc-internal-format
50182 msgid "definition provided for explicit instantiation"
50183 msgstr ""
50184
50185 #: cp/pt.c:2843
50186 #, gcc-internal-format
50187 msgid "too many template parameter lists in declaration of %qD"
50188 msgstr ""
50189
50190 #: cp/pt.c:2846
50191 #, gcc-internal-format
50192 msgid "too few template parameter lists in declaration of %qD"
50193 msgstr ""
50194
50195 #: cp/pt.c:2848
50196 #, gcc-internal-format
50197 msgid "explicit specialization of %qD must be introduced by %<template <>%>"
50198 msgstr ""
50199
50200 #: cp/pt.c:2854
50201 #, gcc-internal-format
50202 msgid "explicit specialization declared %<concept%>"
50203 msgstr ""
50204
50205 #: cp/pt.c:2887
50206 #, gcc-internal-format
50207 msgid "non-type partial specialization %qE is not allowed"
50208 msgstr ""
50209
50210 #: cp/pt.c:2891
50211 #, gcc-internal-format
50212 msgid "non-class, non-variable partial specialization %qE is not allowed"
50213 msgstr ""
50214
50215 #: cp/pt.c:2923
50216 #, gcc-internal-format
50217 msgid "default argument specified in explicit specialization"
50218 msgstr ""
50219
50220 #: cp/pt.c:2961
50221 #, gcc-internal-format
50222 msgid "%qD is not a template function"
50223 msgstr ""
50224
50225 #. From [temp.expl.spec]:
50226 #.
50227 #. If such an explicit specialization for the member
50228 #. of a class template names an implicitly-declared
50229 #. special member function (clause _special_), the
50230 #. program is ill-formed.
50231 #.
50232 #. Similar language is found in [temp.explicit].
50233 #: cp/pt.c:3023
50234 #, gcc-internal-format
50235 msgid "specialization of implicitly-declared special member function"
50236 msgstr ""
50237
50238 #: cp/pt.c:3039
50239 #, gcc-internal-format
50240 msgid "no member function %qD declared in %qT"
50241 msgstr ""
50242
50243 #: cp/pt.c:3071
50244 #, gcc-internal-format
50245 msgid "friend declaration %qD is not visible to explicit specialization"
50246 msgstr ""
50247
50248 #: cp/pt.c:3074
50249 #, gcc-internal-format
50250 msgid "friend declaration here"
50251 msgstr "оголошення friend тут:"
50252
50253 #: cp/pt.c:3182
50254 #, gcc-internal-format
50255 msgid "explicit specialization of function concept %qD"
50256 msgstr ""
50257
50258 #: cp/pt.c:3763
50259 #, fuzzy, gcc-internal-format
50260 #| msgid "Argument must be a constant between 0 and 31."
50261 msgid "argument to %<__integer_pack%> must be between 0 and %d"
50262 msgstr "Аргумент має бути сталою від 0 до 31."
50263
50264 #: cp/pt.c:4073
50265 #, gcc-internal-format
50266 msgid "base initializer expansion %qT contains no parameter packs"
50267 msgstr ""
50268
50269 #: cp/pt.c:4141
50270 #, gcc-internal-format
50271 msgid "expansion pattern %qT contains no parameter packs"
50272 msgstr ""
50273
50274 #: cp/pt.c:4143
50275 #, gcc-internal-format
50276 msgid "expansion pattern %qE contains no parameter packs"
50277 msgstr ""
50278
50279 #: cp/pt.c:4195
50280 #, gcc-internal-format
50281 msgid "parameter packs not expanded with %<...%>:"
50282 msgstr ""
50283
50284 #: cp/pt.c:4212 cp/pt.c:4993
50285 #, gcc-internal-format
50286 msgid " %qD"
50287 msgstr " %qD"
50288
50289 #: cp/pt.c:4214
50290 #, fuzzy, gcc-internal-format, gfc-internal-format
50291 #| msgid " %s"
50292 msgid " %s"
50293 msgstr " %s"
50294
50295 #: cp/pt.c:4340
50296 #, gcc-internal-format
50297 msgid "declaration of template parameter %q+D shadows template parameter"
50298 msgstr ""
50299
50300 #: cp/pt.c:4343
50301 #, gcc-internal-format
50302 msgid "declaration of %q+#D shadows template parameter"
50303 msgstr ""
50304
50305 #: cp/pt.c:4345
50306 #, gcc-internal-format
50307 msgid "template parameter %qD declared here"
50308 msgstr ""
50309
50310 #: cp/pt.c:4929
50311 #, gcc-internal-format
50312 msgid "specialization of variable concept %q#D"
50313 msgstr ""
50314
50315 #: cp/pt.c:4988
50316 #, gcc-internal-format
50317 msgid "template parameters not deducible in partial specialization:"
50318 msgstr ""
50319
50320 #: cp/pt.c:5012
50321 #, gcc-internal-format
50322 msgid "partial specialization %q+D does not specialize any template arguments; to define the primary template, remove the template argument list"
50323 msgstr ""
50324
50325 #: cp/pt.c:5016
50326 #, gcc-internal-format
50327 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"
50328 msgstr ""
50329
50330 #: cp/pt.c:5020 cp/pt.c:5031
50331 #, gcc-internal-format
50332 msgid "primary template here"
50333 msgstr ""
50334
50335 #: cp/pt.c:5028
50336 #, gcc-internal-format
50337 msgid "partial specialization is not more specialized than the primary template because it replaces multiple parameters with a pack expansion"
50338 msgstr ""
50339
50340 #: cp/pt.c:5044
50341 #, gcc-internal-format
50342 msgid "partial specialization %qD is not more specialized than"
50343 msgstr ""
50344
50345 #: cp/pt.c:5046
50346 #, gcc-internal-format
50347 msgid "primary template %qD"
50348 msgstr ""
50349
50350 #: cp/pt.c:5093
50351 #, gcc-internal-format
50352 msgid "parameter pack argument %qE must be at the end of the template argument list"
50353 msgstr ""
50354
50355 #: cp/pt.c:5096
50356 #, gcc-internal-format
50357 msgid "parameter pack argument %qT must be at the end of the template argument list"
50358 msgstr ""
50359
50360 #: cp/pt.c:5119
50361 #, gcc-internal-format
50362 msgid "template argument %qE involves template parameter(s)"
50363 msgstr ""
50364
50365 #: cp/pt.c:5165
50366 #, gcc-internal-format
50367 msgid "type %qT of template argument %qE depends on a template parameter"
50368 msgid_plural "type %qT of template argument %qE depends on template parameters"
50369 msgstr[0] ""
50370 msgstr[1] ""
50371 msgstr[2] ""
50372
50373 #: cp/pt.c:5227
50374 #, gcc-internal-format
50375 msgid "declaration of %qD ambiguates earlier template instantiation for %qD"
50376 msgstr ""
50377
50378 #: cp/pt.c:5231
50379 #, gcc-internal-format
50380 msgid "partial specialization of %qD after instantiation of %qD"
50381 msgstr ""
50382
50383 #: cp/pt.c:5414
50384 #, gcc-internal-format
50385 msgid "no default argument for %qD"
50386 msgstr ""
50387
50388 #. A primary class template can only have one
50389 #. parameter pack, at the end of the template
50390 #. parameter list.
50391 #: cp/pt.c:5436
50392 #, gcc-internal-format
50393 msgid "parameter pack %q+D must be at the end of the template parameter list"
50394 msgstr ""
50395
50396 #: cp/pt.c:5472
50397 #, gcc-internal-format
50398 msgid "default template arguments may not be used in function template friend re-declaration"
50399 msgstr ""
50400
50401 #: cp/pt.c:5475
50402 #, gcc-internal-format
50403 msgid "default template arguments may not be used in template friend declarations"
50404 msgstr ""
50405
50406 #: cp/pt.c:5478
50407 #, gcc-internal-format
50408 msgid "default template arguments may not be used in function templates without %<-std=c++11%> or %<-std=gnu++11%>"
50409 msgstr ""
50410
50411 #: cp/pt.c:5481
50412 #, gcc-internal-format
50413 msgid "default template arguments may not be used in partial specializations"
50414 msgstr ""
50415
50416 #: cp/pt.c:5484 cp/pt.c:5542
50417 #, gcc-internal-format
50418 msgid "default argument for template parameter for class enclosing %qD"
50419 msgstr ""
50420
50421 #: cp/pt.c:5656
50422 #, gcc-internal-format
50423 msgid "template %qD declared"
50424 msgstr "оголошено шаблон %qD"
50425
50426 #: cp/pt.c:5663
50427 #, gcc-internal-format
50428 msgid "template class without a name"
50429 msgstr ""
50430
50431 #: cp/pt.c:5671
50432 #, gcc-internal-format
50433 msgid "member template %qD may not have virt-specifiers"
50434 msgstr ""
50435
50436 #. [basic.stc.dynamic.allocation]
50437 #.
50438 #. An allocation function can be a function
50439 #. template. ... Template allocation functions shall
50440 #. have two or more parameters.
50441 #: cp/pt.c:5694
50442 #, gcc-internal-format
50443 msgid "invalid template declaration of %qD"
50444 msgstr ""
50445
50446 #: cp/pt.c:5838
50447 #, gcc-internal-format
50448 msgid "template definition of non-template %q#D"
50449 msgstr ""
50450
50451 #: cp/pt.c:5881
50452 #, gcc-internal-format
50453 msgid "expected %d levels of template parms for %q#D, got %d"
50454 msgstr ""
50455
50456 #: cp/pt.c:5895
50457 #, gcc-internal-format
50458 msgid "got %d template parameters for %q#D"
50459 msgstr ""
50460
50461 #: cp/pt.c:5898
50462 #, gcc-internal-format
50463 msgid "got %d template parameters for %q#T"
50464 msgstr ""
50465
50466 #: cp/pt.c:5900
50467 #, gcc-internal-format, gfc-internal-format
50468 msgid " but %d required"
50469 msgstr ""
50470
50471 #: cp/pt.c:5921
50472 #, gcc-internal-format
50473 msgid "template arguments to %qD do not match original template %qD"
50474 msgstr ""
50475
50476 #: cp/pt.c:5924
50477 #, gcc-internal-format
50478 msgid "use %<template<>%> for an explicit specialization"
50479 msgstr ""
50480
50481 #: cp/pt.c:6060
50482 #, gcc-internal-format
50483 msgid "%qT is not a template type"
50484 msgstr ""
50485
50486 #: cp/pt.c:6073
50487 #, gcc-internal-format
50488 msgid "template specifiers not specified in declaration of %qD"
50489 msgstr ""
50490
50491 #: cp/pt.c:6084
50492 #, gcc-internal-format, gfc-internal-format
50493 msgid "redeclared with %d template parameter"
50494 msgid_plural "redeclared with %d template parameters"
50495 msgstr[0] ""
50496 msgstr[1] ""
50497 msgstr[2] ""
50498
50499 #: cp/pt.c:6088
50500 #, gcc-internal-format
50501 msgid "previous declaration %qD used %d template parameter"
50502 msgid_plural "previous declaration %qD used %d template parameters"
50503 msgstr[0] ""
50504 msgstr[1] ""
50505 msgstr[2] ""
50506
50507 #: cp/pt.c:6126
50508 #, gcc-internal-format
50509 msgid "template parameter %q+#D"
50510 msgstr ""
50511
50512 #: cp/pt.c:6127
50513 #, gcc-internal-format
50514 msgid "redeclared here as %q#D"
50515 msgstr ""
50516
50517 #: cp/pt.c:6138
50518 #, gcc-internal-format
50519 msgid "declaration of template parameter %q+#D with different constraints"
50520 msgstr ""
50521
50522 #: cp/pt.c:6141 cp/pt.c:6190
50523 #, gcc-internal-format
50524 msgid "original declaration appeared here"
50525 msgstr ""
50526
50527 #: cp/pt.c:6152
50528 #, gcc-internal-format
50529 msgid "redefinition of default argument for %q#D"
50530 msgstr ""
50531
50532 #: cp/pt.c:6154
50533 #, gcc-internal-format
50534 msgid "original definition appeared here"
50535 msgstr ""
50536
50537 #: cp/pt.c:6187
50538 #, gcc-internal-format
50539 msgid "redeclaration %q#D with different constraints"
50540 msgstr ""
50541
50542 #: cp/pt.c:6485 cp/pt.c:6554
50543 #, gcc-internal-format
50544 msgid "%qE is not a valid template argument for type %qT"
50545 msgstr ""
50546
50547 #: cp/pt.c:6488
50548 #, gcc-internal-format
50549 msgid "it must be the address of a function with external linkage"
50550 msgstr ""
50551
50552 #: cp/pt.c:6491
50553 #, gcc-internal-format
50554 msgid "it must be the name of a function with external linkage"
50555 msgstr ""
50556
50557 #: cp/pt.c:6504
50558 #, gcc-internal-format
50559 msgid "%qE is not a valid template argument for type %qT because %qD has no linkage"
50560 msgstr ""
50561
50562 #: cp/pt.c:6508
50563 #, gcc-internal-format
50564 msgid "%qE is not a valid template argument for type %qT because %qD does not have external linkage"
50565 msgstr ""
50566
50567 #: cp/pt.c:6557
50568 #, gcc-internal-format
50569 msgid "it must be a pointer-to-member of the form %<&X::Y%>"
50570 msgstr ""
50571
50572 #: cp/pt.c:6559
50573 #, gcc-internal-format
50574 msgid "because it is a member of %qT"
50575 msgstr ""
50576
50577 #: cp/pt.c:6621
50578 #, gcc-internal-format
50579 msgid " couldn%'t deduce template parameter %qD"
50580 msgstr ""
50581
50582 #: cp/pt.c:6630
50583 #, gcc-internal-format
50584 msgid " types %qT and %qT have incompatible cv-qualifiers"
50585 msgstr ""
50586
50587 #: cp/pt.c:6639
50588 #, gcc-internal-format
50589 msgid " mismatched types %qT and %qT"
50590 msgstr ""
50591
50592 #: cp/pt.c:6648
50593 #, gcc-internal-format
50594 msgid " template parameter %qD is not a parameter pack, but argument %qD is"
50595 msgstr ""
50596
50597 #: cp/pt.c:6659
50598 #, gcc-internal-format
50599 msgid " template argument %qE does not match pointer-to-member constant %qE"
50600 msgstr ""
50601
50602 #: cp/pt.c:6669
50603 #, gcc-internal-format
50604 msgid " %qE is not equivalent to %qE"
50605 msgstr ""
50606
50607 #: cp/pt.c:6678
50608 #, gcc-internal-format
50609 msgid " inconsistent parameter pack deduction with %qT and %qT"
50610 msgstr ""
50611
50612 #: cp/pt.c:6690
50613 #, gcc-internal-format
50614 msgid " deduced conflicting types for parameter %qT (%qT and %qT)"
50615 msgstr ""
50616
50617 #: cp/pt.c:6694
50618 #, gcc-internal-format
50619 msgid " deduced conflicting values for non-type parameter %qE (%qE and %qE)"
50620 msgstr ""
50621
50622 #: cp/pt.c:6705
50623 #, gcc-internal-format
50624 msgid " variable-sized array type %qT is not a valid template argument"
50625 msgstr ""
50626
50627 #: cp/pt.c:6716
50628 #, gcc-internal-format
50629 msgid " member function type %qT is not a valid template argument"
50630 msgstr ""
50631
50632 #: cp/pt.c:6728
50633 #, gcc-internal-format, gfc-internal-format
50634 msgid " candidate expects at least %d argument, %d provided"
50635 msgid_plural " candidate expects at least %d arguments, %d provided"
50636 msgstr[0] ""
50637 msgstr[1] ""
50638 msgstr[2] ""
50639
50640 #: cp/pt.c:6759
50641 #, gcc-internal-format
50642 msgid " cannot convert %qE (type %qT) to type %qT"
50643 msgstr ""
50644
50645 #: cp/pt.c:6772
50646 #, gcc-internal-format
50647 msgid " %qT is an ambiguous base class of %qT"
50648 msgstr ""
50649
50650 #: cp/pt.c:6776
50651 #, gcc-internal-format
50652 msgid " %qT is not derived from %qT"
50653 msgstr ""
50654
50655 #: cp/pt.c:6787
50656 #, gcc-internal-format
50657 msgid " template parameters of a template template argument are inconsistent with other deduced template arguments"
50658 msgstr ""
50659
50660 #: cp/pt.c:6797
50661 #, gcc-internal-format
50662 msgid " cannot deduce a template for %qT from non-template type %qT"
50663 msgstr ""
50664
50665 #: cp/pt.c:6807
50666 #, gcc-internal-format
50667 msgid " template argument %qE does not match %qE"
50668 msgstr ""
50669
50670 #: cp/pt.c:6854
50671 #, gcc-internal-format
50672 msgid "%qE is not a valid template argument of type %qT because %qE is not a variable"
50673 msgstr ""
50674
50675 #: cp/pt.c:6862
50676 #, gcc-internal-format
50677 msgid "%qE is not a valid template argument of type %qT in C++98 because %qD does not have external linkage"
50678 msgstr ""
50679
50680 #: cp/pt.c:6872
50681 #, gcc-internal-format
50682 msgid "%qE is not a valid template argument of type %qT because %qD has no linkage"
50683 msgstr ""
50684
50685 #: cp/pt.c:6887
50686 #, gcc-internal-format
50687 msgid "the address of %qD is not a valid template argument"
50688 msgstr ""
50689
50690 #: cp/pt.c:6896
50691 #, gcc-internal-format
50692 msgid "the address of the %qT subobject of %qD is not a valid template argument"
50693 msgstr ""
50694
50695 #: cp/pt.c:6903
50696 #, gcc-internal-format
50697 msgid "the address of %qD is not a valid template argument because it does not have static storage duration"
50698 msgstr ""
50699
50700 #: cp/pt.c:6921
50701 #, gcc-internal-format
50702 msgid "%qD is not a valid template argument because %qD is a variable, not the address of a variable"
50703 msgstr ""
50704
50705 #: cp/pt.c:6929
50706 #, gcc-internal-format
50707 msgid "%qE is not a valid template argument for %qT because it is not the address of a variable"
50708 msgstr ""
50709
50710 #: cp/pt.c:7011
50711 #, gcc-internal-format
50712 msgid "%qE is not a valid template argument for type %qT because string literals can never be used in this context"
50713 msgstr ""
50714
50715 #: cp/pt.c:7184
50716 #, gcc-internal-format
50717 msgid "in template argument for type %qT"
50718 msgstr "в аргументі шаблона для типу %qT"
50719
50720 #: cp/pt.c:7198
50721 #, gcc-internal-format
50722 msgid "template argument %qE for type %qT not a constant integer"
50723 msgstr ""
50724
50725 #: cp/pt.c:7284
50726 #, gcc-internal-format
50727 msgid "%qE is not a valid template argument for type %qT because of conflicts in cv-qualification"
50728 msgstr ""
50729
50730 #: cp/pt.c:7292
50731 #, gcc-internal-format
50732 msgid "%qE is not a valid template argument for type %qT because it is not an lvalue"
50733 msgstr ""
50734
50735 #: cp/pt.c:7310
50736 #, gcc-internal-format
50737 msgid "%q#D is not a valid template argument for type %qT because a reference variable does not have a constant address"
50738 msgstr ""
50739
50740 #: cp/pt.c:7369
50741 #, gcc-internal-format
50742 msgid "%qE is not a valid template argument for type %qT because it is a pointer"
50743 msgstr ""
50744
50745 #: cp/pt.c:7371
50746 #, gcc-internal-format
50747 msgid "try using %qE instead"
50748 msgstr ""
50749
50750 #: cp/pt.c:7425
50751 #, gcc-internal-format
50752 msgid "%qE is not a valid template argument for type %qT because it is of type %qT"
50753 msgstr ""
50754
50755 #: cp/pt.c:7974
50756 #, gcc-internal-format
50757 msgid "ignoring attributes on template argument %qT"
50758 msgstr ""
50759
50760 #: cp/pt.c:7990
50761 #, gcc-internal-format
50762 msgid "ignoring attributes in template argument %qE"
50763 msgstr ""
50764
50765 #: cp/pt.c:8123
50766 #, gcc-internal-format
50767 msgid "injected-class-name %qD used as template template argument"
50768 msgstr ""
50769
50770 #: cp/pt.c:8152
50771 #, gcc-internal-format
50772 msgid "invalid use of destructor %qE as a type"
50773 msgstr ""
50774
50775 #: cp/pt.c:8157
50776 #, gcc-internal-format
50777 msgid "to refer to a type member of a template parameter, use %<typename %E%>"
50778 msgstr ""
50779
50780 #: cp/pt.c:8173 cp/pt.c:8207 cp/pt.c:8261
50781 #, gcc-internal-format
50782 msgid "type/value mismatch at argument %d in template parameter list for %qD"
50783 msgstr ""
50784
50785 #: cp/pt.c:8181
50786 #, gcc-internal-format
50787 msgid " expected a constant of type %qT, got %qT"
50788 msgstr ""
50789
50790 #: cp/pt.c:8189
50791 #, gcc-internal-format
50792 msgid " ambiguous template argument for non-type template parameter is treated as function type"
50793 msgstr ""
50794
50795 #: cp/pt.c:8195
50796 #, gcc-internal-format
50797 msgid " expected a class template, got %qE"
50798 msgstr ""
50799
50800 #: cp/pt.c:8198
50801 #, gcc-internal-format
50802 msgid " expected a type, got %qE"
50803 msgstr ""
50804
50805 #: cp/pt.c:8212
50806 #, gcc-internal-format
50807 msgid " expected a type, got %qT"
50808 msgstr ""
50809
50810 #: cp/pt.c:8215
50811 #, gcc-internal-format
50812 msgid " expected a class template, got %qT"
50813 msgstr ""
50814
50815 #: cp/pt.c:8265
50816 #, gcc-internal-format
50817 msgid " expected a template of type %qD, got %qT"
50818 msgstr ""
50819
50820 #: cp/pt.c:8279
50821 #, gcc-internal-format
50822 msgid "constraint mismatch at argument %d in template parameter list for %qD"
50823 msgstr ""
50824
50825 #: cp/pt.c:8282
50826 #, gcc-internal-format
50827 msgid " expected %qD but got %qD"
50828 msgstr " мало бути %qD, втім, маємо %qD"
50829
50830 #: cp/pt.c:8346
50831 #, gcc-internal-format
50832 msgid "could not convert template argument %qE from %qT to %qT"
50833 msgstr ""
50834
50835 #: cp/pt.c:8484 cp/pt.c:8797
50836 #, gcc-internal-format, gfc-internal-format
50837 msgid "template argument %d is invalid"
50838 msgstr ""
50839
50840 #: cp/pt.c:8499 cp/pt.c:8631
50841 #, gcc-internal-format, gfc-internal-format
50842 msgid "wrong number of template arguments (%d, should be %d)"
50843 msgstr ""
50844
50845 #: cp/pt.c:8627
50846 #, gcc-internal-format, gfc-internal-format
50847 msgid "wrong number of template arguments (%d, should be at least %d)"
50848 msgstr ""
50849
50850 #: cp/pt.c:8636
50851 #, gcc-internal-format
50852 msgid "provided for %qD"
50853 msgstr ""
50854
50855 #: cp/pt.c:8661
50856 #, gcc-internal-format
50857 msgid "pack expansion argument for non-pack parameter %qD of alias template %qD"
50858 msgstr ""
50859
50860 #: cp/pt.c:8665
50861 #, gcc-internal-format
50862 msgid "pack expansion argument for non-pack parameter %qD of concept %qD"
50863 msgstr ""
50864
50865 #: cp/pt.c:8763
50866 #, gcc-internal-format
50867 msgid "so any instantiation with a non-empty parameter pack would be ill-formed"
50868 msgstr ""
50869
50870 #: cp/pt.c:9427
50871 #, gcc-internal-format
50872 msgid "%q#D is not a function template"
50873 msgstr ""
50874
50875 #: cp/pt.c:9590
50876 #, gcc-internal-format
50877 msgid "non-template type %qT used as a template"
50878 msgstr ""
50879
50880 #: cp/pt.c:9592
50881 #, gcc-internal-format
50882 msgid "for template declaration %q+D"
50883 msgstr ""
50884
50885 #: cp/pt.c:9718 cp/pt.c:20691
50886 #, gcc-internal-format
50887 msgid "template constraint failure for %qD"
50888 msgstr ""
50889
50890 #: cp/pt.c:10081
50891 #, gcc-internal-format
50892 msgid "use of invalid variable template %qE"
50893 msgstr ""
50894
50895 #: cp/pt.c:10654
50896 #, gcc-internal-format
50897 msgid "template instantiation depth exceeds maximum of %d (use %<-ftemplate-depth=%> to increase the maximum)"
50898 msgstr ""
50899
50900 #: cp/pt.c:11825
50901 #, gcc-internal-format
50902 msgid "flexible array member %qD in union"
50903 msgstr ""
50904
50905 #: cp/pt.c:12328
50906 #, gcc-internal-format
50907 msgid "fold of empty expansion over %O"
50908 msgstr ""
50909
50910 #: cp/pt.c:12726
50911 #, gcc-internal-format
50912 msgid "%qE is not the entire pattern of the pack expansion"
50913 msgstr ""
50914
50915 #: cp/pt.c:12815
50916 #, gcc-internal-format
50917 msgid "mismatched argument pack lengths while expanding %qT"
50918 msgstr ""
50919
50920 #: cp/pt.c:12818
50921 #, gcc-internal-format
50922 msgid "mismatched argument pack lengths while expanding %qE"
50923 msgstr ""
50924
50925 #: cp/pt.c:13398
50926 #, gcc-internal-format
50927 msgid " when instantiating default argument for call to %qD"
50928 msgstr ""
50929
50930 #. It may seem that this case cannot occur, since:
50931 #.
50932 #. typedef void f();
50933 #. void g() { f x; }
50934 #.
50935 #. declares a function, not a variable. However:
50936 #.
50937 #. typedef void f();
50938 #. template <typename T> void g() { T t; }
50939 #. template void g<f>();
50940 #.
50941 #. is an attempt to declare a variable with function
50942 #. type.
50943 #: cp/pt.c:14425
50944 #, gcc-internal-format
50945 msgid "variable %qD has function type"
50946 msgstr ""
50947
50948 #: cp/pt.c:14614
50949 #, gcc-internal-format
50950 msgid "invalid parameter type %qT"
50951 msgstr ""
50952
50953 #: cp/pt.c:14616
50954 #, gcc-internal-format
50955 msgid "in declaration %q+D"
50956 msgstr ""
50957
50958 #: cp/pt.c:14735
50959 #, gcc-internal-format
50960 msgid "function returning an array"
50961 msgstr ""
50962
50963 #: cp/pt.c:14737
50964 #, gcc-internal-format
50965 msgid "function returning a function"
50966 msgstr ""
50967
50968 #: cp/pt.c:14775
50969 #, gcc-internal-format
50970 msgid "creating pointer to member function of non-class type %qT"
50971 msgstr ""
50972
50973 #: cp/pt.c:15460
50974 #, gcc-internal-format
50975 msgid "forming reference to void"
50976 msgstr ""
50977
50978 #: cp/pt.c:15462
50979 #, gcc-internal-format
50980 msgid "forming pointer to reference type %qT"
50981 msgstr ""
50982
50983 #: cp/pt.c:15464
50984 #, gcc-internal-format
50985 msgid "forming reference to reference type %qT"
50986 msgstr ""
50987
50988 #: cp/pt.c:15477
50989 #, gcc-internal-format
50990 msgid "forming pointer to qualified function type %qT"
50991 msgstr ""
50992
50993 #: cp/pt.c:15480
50994 #, gcc-internal-format
50995 msgid "forming reference to qualified function type %qT"
50996 msgstr ""
50997
50998 #: cp/pt.c:15528
50999 #, gcc-internal-format
51000 msgid "creating pointer to member of non-class type %qT"
51001 msgstr ""
51002
51003 #: cp/pt.c:15534
51004 #, gcc-internal-format
51005 msgid "creating pointer to member reference type %qT"
51006 msgstr ""
51007
51008 #: cp/pt.c:15540
51009 #, gcc-internal-format
51010 msgid "creating pointer to member of type void"
51011 msgstr ""
51012
51013 #: cp/pt.c:15640
51014 #, gcc-internal-format
51015 msgid "%qD is instantiated for an empty pack"
51016 msgstr ""
51017
51018 #: cp/pt.c:15660
51019 #, gcc-internal-format
51020 msgid "%qT is not a class, struct, or union type"
51021 msgstr ""
51022
51023 #: cp/pt.c:15697
51024 #, gcc-internal-format
51025 msgid "%qT resolves to %qT, which is not an enumeration type"
51026 msgstr ""
51027
51028 #: cp/pt.c:15705
51029 #, gcc-internal-format
51030 msgid "%qT resolves to %qT, which is is not a class type"
51031 msgstr ""
51032
51033 #: cp/pt.c:15832
51034 #, gcc-internal-format
51035 msgid "use of %qs in template"
51036 msgstr ""
51037
51038 #: cp/pt.c:16010
51039 #, gcc-internal-format
51040 msgid "qualifying type %qT does not match destructor name ~%qT"
51041 msgstr ""
51042
51043 #: cp/pt.c:16025
51044 #, gcc-internal-format
51045 msgid "dependent-name %qE is parsed as a non-type, but instantiation yields a type"
51046 msgstr ""
51047
51048 #: cp/pt.c:16027
51049 #, gcc-internal-format
51050 msgid "say %<typename %E%> if a type is meant"
51051 msgstr ""
51052
51053 #: cp/pt.c:16117
51054 #, gcc-internal-format
51055 msgid "initializer for %q#D expands to an empty list of expressions"
51056 msgstr ""
51057
51058 #: cp/pt.c:16240
51059 #, gcc-internal-format
51060 msgid "using invalid field %qD"
51061 msgstr ""
51062
51063 #: cp/pt.c:16766 cp/pt.c:18567
51064 #, gcc-internal-format
51065 msgid "invalid use of pack expansion expression"
51066 msgstr ""
51067
51068 #: cp/pt.c:16770 cp/pt.c:18571
51069 #, gcc-internal-format
51070 msgid "use %<...%> to expand argument pack"
51071 msgstr ""
51072
51073 #: cp/pt.c:18709
51074 #, gcc-internal-format
51075 msgid "empty initializer in lambda init-capture"
51076 msgstr "порожній ініціалізатор у захопленні під час ініціалізації лямбди"
51077
51078 #: cp/pt.c:19696
51079 #, gcc-internal-format
51080 msgid "%qD was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation"
51081 msgstr ""
51082
51083 #: cp/pt.c:19723
51084 #, gcc-internal-format
51085 msgid "declarations in dependent base %qT are not found by unqualified lookup"
51086 msgstr ""
51087
51088 #: cp/pt.c:19728
51089 #, gcc-internal-format
51090 msgid "use %<this->%D%> instead"
51091 msgstr "скористайтеся краще %<this->%D%>"
51092
51093 #: cp/pt.c:19731
51094 #, gcc-internal-format
51095 msgid "use %<%T::%D%> instead"
51096 msgstr "скористайтеся краще %<%T::%D%>"
51097
51098 #: cp/pt.c:19736
51099 #, gcc-internal-format
51100 msgid "%qD declared here, later in the translation unit"
51101 msgstr ""
51102
51103 #: cp/pt.c:19784
51104 #, gcc-internal-format
51105 msgid "wrong number of arguments to %<__builtin_convertvector%>"
51106 msgstr "помилкова кількість аргументів %<__builtin_convertvector%>"
51107
51108 #: cp/pt.c:20088
51109 #, gcc-internal-format
51110 msgid "%qT is not a class or namespace"
51111 msgstr "%qT не є класом або простором назв"
51112
51113 #: cp/pt.c:20091
51114 #, gcc-internal-format
51115 msgid "%qD is not a class or namespace"
51116 msgstr "%qD не є класом або простором назв"
51117
51118 #: cp/pt.c:20415
51119 #, gcc-internal-format
51120 msgid "%qT is/uses unnamed type"
51121 msgstr ""
51122
51123 #: cp/pt.c:20417
51124 #, gcc-internal-format
51125 msgid "template argument for %qD uses local type %qT"
51126 msgstr ""
51127
51128 #: cp/pt.c:20427
51129 #, gcc-internal-format
51130 msgid "%qT is a variably modified type"
51131 msgstr "%qT є змінним за змінними типом"
51132
51133 #: cp/pt.c:20442
51134 #, gcc-internal-format
51135 msgid "integral expression %qE is not constant"
51136 msgstr "інтегральний вираз %qE не є сталою"
51137
51138 #: cp/pt.c:20460
51139 #, gcc-internal-format
51140 msgid " trying to instantiate %qD"
51141 msgstr ""
51142
51143 #: cp/pt.c:24473
51144 #, gcc-internal-format
51145 msgid "ambiguous template instantiation for %q#T"
51146 msgstr ""
51147
51148 #: cp/pt.c:24475
51149 #, gcc-internal-format
51150 msgid "ambiguous template instantiation for %q#D"
51151 msgstr ""
51152
51153 #: cp/pt.c:24481
51154 msgid "%s %#qS"
51155 msgstr "%s %#qS"
51156
51157 #: cp/pt.c:24505 cp/pt.c:24600
51158 #, gcc-internal-format
51159 msgid "explicit instantiation of non-template %q#D"
51160 msgstr ""
51161
51162 #: cp/pt.c:24511
51163 #, gcc-internal-format
51164 msgid "explicit instantiation of variable concept %q#D"
51165 msgstr ""
51166
51167 #: cp/pt.c:24513
51168 #, gcc-internal-format
51169 msgid "explicit instantiation of function concept %q#D"
51170 msgstr ""
51171
51172 #: cp/pt.c:24532
51173 #, gcc-internal-format
51174 msgid "%qD is not a static data member of a class template"
51175 msgstr ""
51176
51177 #: cp/pt.c:24538 cp/pt.c:24595
51178 #, gcc-internal-format
51179 msgid "no matching template for %qD found"
51180 msgstr ""
51181
51182 #: cp/pt.c:24543
51183 #, gcc-internal-format
51184 msgid "type %qT for explicit instantiation %qD does not match declared type %qT"
51185 msgstr ""
51186
51187 #: cp/pt.c:24551
51188 #, gcc-internal-format
51189 msgid "explicit instantiation of %q#D"
51190 msgstr ""
51191
51192 #: cp/pt.c:24587
51193 #, gcc-internal-format
51194 msgid "duplicate explicit instantiation of %q#D"
51195 msgstr ""
51196
51197 #: cp/pt.c:24610 cp/pt.c:24694
51198 #, gcc-internal-format
51199 msgid "ISO C++ 1998 forbids the use of %<extern%> on explicit instantiations"
51200 msgstr ""
51201
51202 #: cp/pt.c:24615 cp/pt.c:24710
51203 #, gcc-internal-format
51204 msgid "storage class %qD applied to template instantiation"
51205 msgstr ""
51206
51207 #: cp/pt.c:24672
51208 #, gcc-internal-format
51209 msgid "explicit instantiation of non-class template %qD"
51210 msgstr ""
51211
51212 #: cp/pt.c:24674
51213 #, gcc-internal-format
51214 msgid "explicit instantiation of non-template type %qT"
51215 msgstr ""
51216
51217 #: cp/pt.c:24683
51218 #, gcc-internal-format
51219 msgid "explicit instantiation of %q#T before definition of template"
51220 msgstr ""
51221
51222 #: cp/pt.c:24699
51223 #, gcc-internal-format
51224 msgid "ISO C++ forbids the use of %qE on explicit instantiations"
51225 msgstr ""
51226
51227 #: cp/pt.c:24744
51228 #, gcc-internal-format
51229 msgid "duplicate explicit instantiation of %q#T"
51230 msgstr ""
51231
51232 #: cp/pt.c:25066
51233 #, gcc-internal-format
51234 msgid "exception specification of %qD depends on itself"
51235 msgstr "специфікація виключення %qD залежить від самої себе"
51236
51237 #. [temp.explicit]
51238 #.
51239 #. The definition of a non-exported function template, a
51240 #. non-exported member function template, or a non-exported
51241 #. member function or static data member of a class template
51242 #. shall be present in every translation unit in which it is
51243 #. explicitly instantiated.
51244 #: cp/pt.c:25403
51245 #, gcc-internal-format
51246 msgid "explicit instantiation of %qD but no definition available"
51247 msgstr ""
51248
51249 #: cp/pt.c:25591
51250 #, gcc-internal-format
51251 msgid "template instantiation depth exceeds maximum of %d instantiating %q+D, possibly from virtual table generation (use %<-ftemplate-depth=%> to increase the maximum)"
51252 msgstr ""
51253
51254 #: cp/pt.c:25954
51255 #, gcc-internal-format
51256 msgid "non-type template parameters of deduced class type only available with %<-std=c++2a%> or %<-std=gnu++2a%>"
51257 msgstr ""
51258
51259 #: cp/pt.c:25976
51260 #, gcc-internal-format
51261 msgid "non-type template parameters of class type only available with %<-std=c++2a%> or %<-std=gnu++2a%>"
51262 msgstr ""
51263
51264 #: cp/pt.c:25989
51265 #, gcc-internal-format
51266 msgid "%qT is not a valid type for a template non-type parameter because it is not structural"
51267 msgstr ""
51268
51269 #: cp/pt.c:26001
51270 #, gcc-internal-format
51271 msgid "invalid template non-type parameter"
51272 msgstr "некоректний шаблон нетипізованого параметра"
51273
51274 #: cp/pt.c:26003
51275 #, gcc-internal-format
51276 msgid "%q#T is not a valid type for a template non-type parameter"
51277 msgstr ""
51278
51279 #: cp/pt.c:27352
51280 #, gcc-internal-format
51281 msgid "keyword %<template%> not allowed in declarator-id"
51282 msgstr ""
51283
51284 #: cp/pt.c:27613
51285 #, fuzzy, gcc-internal-format
51286 #| msgid "opaque vector types cannot be initialized"
51287 msgid "a concept cannot be constrained"
51288 msgstr "непрозорі типи векторів не може бути ініціалізовано"
51289
51290 #: cp/pt.c:27622
51291 #, gcc-internal-format
51292 msgid "concept %qE not in namespace scope"
51293 msgstr ""
51294
51295 #: cp/pt.c:27647
51296 #, gcc-internal-format
51297 msgid "deducing from brace-enclosed initializer list requires %<#include <initializer_list>%>"
51298 msgstr ""
51299
51300 #: cp/pt.c:28551
51301 #, fuzzy, gcc-internal-format
51302 #| msgid "%qD used without template arguments"
51303 msgid "non-deducible template %qT used without template arguments"
51304 msgstr "%qD використано без аргументів шаблона"
51305
51306 #: cp/pt.c:28558
51307 #, gcc-internal-format
51308 msgid "alias template deduction only available with %<-std=c++2a%> or %<-std=gnu++2a%>"
51309 msgstr ""
51310
51311 #: cp/pt.c:28659
51312 #, gcc-internal-format
51313 msgid "cannot deduce template arguments for copy-initialization of %qT, as it has no non-explicit deduction guides or user-declared constructors"
51314 msgstr ""
51315
51316 #: cp/pt.c:28666
51317 #, gcc-internal-format
51318 msgid "cannot deduce template arguments of %qT, as it has no viable deduction guides"
51319 msgstr ""
51320
51321 #: cp/pt.c:28681
51322 #, gcc-internal-format
51323 msgid "class template argument deduction failed:"
51324 msgstr ""
51325
51326 #: cp/pt.c:28688
51327 #, gcc-internal-format
51328 msgid "explicit deduction guides not considered for copy-initialization"
51329 msgstr ""
51330
51331 #: cp/pt.c:28752
51332 #, gcc-internal-format
51333 msgid "direct-list-initialization of %<auto%> requires exactly one element"
51334 msgstr ""
51335
51336 #: cp/pt.c:28755
51337 #, gcc-internal-format
51338 msgid "for deduction to %<std::initializer_list%>, use copy-list-initialization (i.e. add %<=%> before the %<{%>)"
51339 msgstr ""
51340
51341 #: cp/pt.c:28829
51342 #, gcc-internal-format
51343 msgid "unable to deduce lambda return type from %qE"
51344 msgstr ""
51345
51346 #: cp/pt.c:28831
51347 #, gcc-internal-format
51348 msgid "unable to deduce %qT from %qE"
51349 msgstr "не вдалося вивести %qT з %qE"
51350
51351 #: cp/pt.c:28873
51352 #, gcc-internal-format
51353 msgid "placeholder constraints not satisfied"
51354 msgstr ""
51355
51356 #: cp/pt.c:28877
51357 #, gcc-internal-format
51358 msgid "deduced initializer does not satisfy placeholder constraints"
51359 msgstr ""
51360
51361 #: cp/pt.c:28881
51362 #, gcc-internal-format
51363 msgid "deduced return type does not satisfy placeholder constraints"
51364 msgstr ""
51365
51366 #: cp/pt.c:28885
51367 #, gcc-internal-format
51368 msgid "deduced expression type does not satisfy placeholder constraints"
51369 msgstr ""
51370
51371 #: cp/pt.c:29003
51372 #, gcc-internal-format
51373 msgid "invalid use of %qT in template argument"
51374 msgstr "некоректне використання %qT в аргументі шаблона"
51375
51376 #: cp/rtti.c:313
51377 #, gcc-internal-format
51378 msgid "cannot use %<typeid%> with %<-fno-rtti%>"
51379 msgstr ""
51380
51381 #: cp/rtti.c:322
51382 #, gcc-internal-format
51383 msgid "must %<#include <typeinfo>%> before using %<typeid%>"
51384 msgstr "слід використовувати %<#include <typeinfo>%> до використання %<typeid%>"
51385
51386 #: cp/rtti.c:423
51387 #, gcc-internal-format
51388 msgid "cannot create type information for type %qT because it involves types of variable size"
51389 msgstr "не вдалося створити дані щодо типу для типу %qT, оскільки до нього включено типи змінного розміру"
51390
51391 #: cp/rtti.c:513
51392 #, gcc-internal-format
51393 msgid "%<typeid%> of qualified function type %qT"
51394 msgstr ""
51395
51396 #: cp/rtti.c:696 cp/rtti.c:712
51397 #, gcc-internal-format
51398 msgid "%<dynamic_cast<%#T>(%#D)%> can never succeed"
51399 msgstr ""
51400
51401 #: cp/rtti.c:724
51402 #, gcc-internal-format
51403 msgid "%<dynamic_cast%> not permitted with %<-fno-rtti%>"
51404 msgstr ""
51405
51406 #: cp/rtti.c:804
51407 #, gcc-internal-format
51408 msgid "cannot %<dynamic_cast%> %qE (of type %q#T) to type %q#T (%s)"
51409 msgstr ""
51410
51411 #: cp/search.c:243
51412 #, gcc-internal-format
51413 msgid "%qT is an ambiguous base of %qT"
51414 msgstr ""
51415
51416 #: cp/search.c:259
51417 #, gcc-internal-format
51418 msgid "%qT is an inaccessible base of %qT"
51419 msgstr ""
51420
51421 #: cp/search.c:1890
51422 #, gcc-internal-format
51423 msgid "looser exception specification on overriding virtual function %q+#F"
51424 msgstr ""
51425
51426 #: cp/search.c:1893
51427 #, gcc-internal-format
51428 msgid "overridden function is %q#F"
51429 msgstr ""
51430
51431 #: cp/search.c:1962
51432 #, gcc-internal-format
51433 msgid "invalid covariant return type for %q#D"
51434 msgstr ""
51435
51436 #: cp/search.c:1964 cp/search.c:1980 cp/search.c:1987 cp/search.c:2005
51437 #, gcc-internal-format
51438 msgid "overridden function is %q#D"
51439 msgstr "перевизначеною функцією є %q#D"
51440
51441 #: cp/search.c:1978
51442 #, gcc-internal-format
51443 msgid "invalid covariant return type for %q+#D"
51444 msgstr ""
51445
51446 #: cp/search.c:1985
51447 #, gcc-internal-format
51448 msgid "conflicting return type specified for %q+#D"
51449 msgstr ""
51450
51451 #: cp/search.c:2003
51452 #, gcc-internal-format
51453 msgid "conflicting type attributes specified for %q+#D"
51454 msgstr ""
51455
51456 #: cp/search.c:2021
51457 #, gcc-internal-format
51458 msgid "%qD declared %<transaction_safe_dynamic%>"
51459 msgstr "%qD оголошено як %<transaction_safe_dynamic%>"
51460
51461 #: cp/search.c:2023
51462 #, gcc-internal-format
51463 msgid "overriding %qD declared %<transaction_safe%>"
51464 msgstr "перевизначаємо %qD, оголошене як %<transaction_safe%>"
51465
51466 #: cp/search.c:2031
51467 #, gcc-internal-format
51468 msgid "deleted function %q+D overriding non-deleted function"
51469 msgstr ""
51470
51471 #: cp/search.c:2034 cp/search.c:2043 cp/search.c:2052
51472 #, gcc-internal-format
51473 msgid "overridden function is %qD"
51474 msgstr "перевизначеною функцією є %qD"
51475
51476 #: cp/search.c:2040
51477 #, gcc-internal-format
51478 msgid "non-deleted function %q+D overriding deleted function"
51479 msgstr ""
51480
51481 #: cp/search.c:2050
51482 #, gcc-internal-format
51483 msgid "virtual function %q+D overriding final function"
51484 msgstr ""
51485
51486 #: cp/search.c:2135
51487 #, gcc-internal-format
51488 msgid "%q+#D cannot be declared"
51489 msgstr ""
51490
51491 #: cp/search.c:2136
51492 #, gcc-internal-format
51493 msgid " since %q+#D declared in base class"
51494 msgstr ""
51495
51496 #: cp/semantics.c:776
51497 #, gcc-internal-format
51498 msgid "%qs always evaluates to true in %<if constexpr%>"
51499 msgstr ""
51500
51501 #: cp/semantics.c:924
51502 #, gcc-internal-format
51503 msgid "suggest explicit braces around empty body in %<do%> statement"
51504 msgstr ""
51505
51506 #: cp/semantics.c:1437
51507 #, gcc-internal-format
51508 msgid "catching polymorphic type %q#T by value"
51509 msgstr ""
51510
51511 #: cp/semantics.c:1442
51512 #, gcc-internal-format
51513 msgid "catching type %q#T by value"
51514 msgstr ""
51515
51516 #: cp/semantics.c:1447
51517 #, gcc-internal-format
51518 msgid "catching non-reference type %q#T"
51519 msgstr ""
51520
51521 #: cp/semantics.c:1657
51522 #, gcc-internal-format
51523 msgid "type of %<asm%> operand %qE could not be determined"
51524 msgstr ""
51525
51526 #: cp/semantics.c:1739
51527 #, fuzzy, gcc-internal-format
51528 #| msgid "local declaration from a different function"
51529 msgid "%<__label__%> declarations are only allowed in function scopes"
51530 msgstr "локальне оголошення з іншої функції"
51531
51532 #: cp/semantics.c:1924
51533 #, gcc-internal-format
51534 msgid "invalid use of member %qD in static member function"
51535 msgstr ""
51536
51537 #: cp/semantics.c:2197
51538 #, gcc-internal-format
51539 msgid "%qE missing template arguments"
51540 msgstr "у %qE пропущено аргументи шаблона"
51541
51542 #: cp/semantics.c:2257
51543 #, gcc-internal-format
51544 msgid "a statement expression is an insufficient context for overload resolution"
51545 msgstr ""
51546
51547 #: cp/semantics.c:2609
51548 #, fuzzy, gcc-internal-format
51549 #| msgid "cannot call function %qD"
51550 msgid "cannot call a concept as a function"
51551 msgstr "не вдалося викликати функцію %qD"
51552
51553 #: cp/semantics.c:2677
51554 #, gcc-internal-format
51555 msgid "arguments to destructor are not allowed"
51556 msgstr ""
51557
51558 #: cp/semantics.c:2755
51559 #, gcc-internal-format
51560 msgid "%<this%> is unavailable for static member functions"
51561 msgstr ""
51562
51563 #: cp/semantics.c:2757
51564 #, gcc-internal-format
51565 msgid "invalid use of %<this%> in non-member function"
51566 msgstr ""
51567
51568 #: cp/semantics.c:2759
51569 #, gcc-internal-format
51570 msgid "invalid use of %<this%> at top level"
51571 msgstr ""
51572
51573 #: cp/semantics.c:2781
51574 #, gcc-internal-format
51575 msgid "invalid qualifying scope in pseudo-destructor name"
51576 msgstr ""
51577
51578 #: cp/semantics.c:2789 cp/typeck.c:2723
51579 #, gcc-internal-format
51580 msgid "qualified type %qT does not match destructor name ~%qT"
51581 msgstr ""
51582
51583 #: cp/semantics.c:2811
51584 #, gcc-internal-format
51585 msgid "%qE is not of type %qT"
51586 msgstr ""
51587
51588 #: cp/semantics.c:2888
51589 #, gcc-internal-format
51590 msgid "compound literal of non-object type %qT"
51591 msgstr ""
51592
51593 #: cp/semantics.c:3072
51594 #, gcc-internal-format
51595 msgid "template type parameters must use the keyword %<class%> or %<typename%>"
51596 msgstr ""
51597
51598 #: cp/semantics.c:3122
51599 #, gcc-internal-format
51600 msgid "invalid use of type %qT as a default value for a template template-parameter"
51601 msgstr ""
51602
51603 #: cp/semantics.c:3125
51604 #, gcc-internal-format
51605 msgid "invalid default argument for a template template parameter"
51606 msgstr ""
51607
51608 #: cp/semantics.c:3142
51609 #, gcc-internal-format
51610 msgid "definition of %q#T inside template parameter list"
51611 msgstr "визначення %q#T всередині списку шаблонних параметрів"
51612
51613 #: cp/semantics.c:3173
51614 #, gcc-internal-format
51615 msgid "invalid definition of qualified type %qT"
51616 msgstr ""
51617
51618 #: cp/semantics.c:3443
51619 #, gcc-internal-format
51620 msgid "invalid base-class specification"
51621 msgstr ""
51622
51623 #: cp/semantics.c:3606
51624 #, gcc-internal-format
51625 msgid "cannot capture member %qD of anonymous union"
51626 msgstr ""
51627
51628 #: cp/semantics.c:3623 cp/semantics.c:10258
51629 #, gcc-internal-format
51630 msgid "%qD is not captured"
51631 msgstr ""
51632
51633 #: cp/semantics.c:3627
51634 #, gcc-internal-format
51635 msgid "the lambda has no capture-default"
51636 msgstr ""
51637
51638 #: cp/semantics.c:3629
51639 #, gcc-internal-format
51640 msgid "lambda in local class %q+T cannot capture variables from the enclosing context"
51641 msgstr ""
51642
51643 #: cp/semantics.c:3641
51644 #, gcc-internal-format
51645 msgid "use of local variable with automatic storage from containing function"
51646 msgstr ""
51647
51648 #: cp/semantics.c:3643
51649 #, gcc-internal-format
51650 msgid "use of parameter from containing function"
51651 msgstr ""
51652
51653 #: cp/semantics.c:3770
51654 #, gcc-internal-format
51655 msgid "use of parameter outside function body"
51656 msgstr ""
51657
51658 #: cp/semantics.c:3780
51659 #, gcc-internal-format
51660 msgid "missing template arguments"
51661 msgstr "пропущено аргументи шаблона"
51662
51663 #: cp/semantics.c:3816
51664 #, gcc-internal-format
51665 msgid "template parameter %qD of type %qT is not allowed in an integral constant expression because it is not of integral or enumeration type"
51666 msgstr ""
51667
51668 #: cp/semantics.c:3847
51669 #, gcc-internal-format
51670 msgid "use of class template %qT as expression"
51671 msgstr ""
51672
51673 #. Ambiguous reference to base members.
51674 #: cp/semantics.c:3854
51675 #, gcc-internal-format
51676 msgid "request for member %qD is ambiguous in multiple inheritance lattice"
51677 msgstr ""
51678
51679 #: cp/semantics.c:3882
51680 #, gcc-internal-format
51681 msgid "%qD cannot appear in a constant-expression"
51682 msgstr ""
51683
51684 #: cp/semantics.c:4051
51685 #, gcc-internal-format
51686 msgid "type of %qE is unknown"
51687 msgstr ""
51688
51689 #: cp/semantics.c:4080
51690 #, gcc-internal-format
51691 msgid "%qT is not an enumeration type"
51692 msgstr ""
51693
51694 #. Parameter packs can only be used in templates
51695 #: cp/semantics.c:4214
51696 #, gcc-internal-format
51697 msgid "parameter pack %<__bases%> only valid in template declaration"
51698 msgstr ""
51699
51700 #: cp/semantics.c:4246
51701 #, gcc-internal-format
51702 msgid "cannot apply %<offsetof%> to destructor %<~%T%>"
51703 msgstr ""
51704
51705 #: cp/semantics.c:4259
51706 #, gcc-internal-format
51707 msgid "cannot apply %<offsetof%> to member function %qD"
51708 msgstr ""
51709
51710 #: cp/semantics.c:4263
51711 #, gcc-internal-format
51712 msgid "cannot apply %<offsetof%> to member function"
51713 msgstr ""
51714
51715 #: cp/semantics.c:4268
51716 #, gcc-internal-format
51717 msgid "cannot apply %<offsetof%> to an enumerator %qD"
51718 msgstr ""
51719
51720 #: cp/semantics.c:4279
51721 #, gcc-internal-format
51722 msgid "%<offsetof%> within non-standard-layout type %qT is conditionally-supported"
51723 msgstr ""
51724
51725 #: cp/semantics.c:4805 cp/semantics.c:6578 cp/semantics.c:6662
51726 #: cp/semantics.c:6713 cp/semantics.c:7055 cp/semantics.c:7202
51727 #: cp/semantics.c:7431 cp/semantics.c:7874
51728 #, gcc-internal-format
51729 msgid "%<this%> allowed in OpenMP only in %<declare simd%> clauses"
51730 msgstr ""
51731
51732 #: cp/semantics.c:5546
51733 #, gcc-internal-format
51734 msgid "user defined reduction lookup is ambiguous"
51735 msgstr ""
51736
51737 #: cp/semantics.c:5819
51738 #, gcc-internal-format
51739 msgid "%qE in %<reduction%> clause is a zero size array"
51740 msgstr ""
51741
51742 #: cp/semantics.c:5869
51743 #, gcc-internal-format
51744 msgid "%qE has const type for %<reduction%>"
51745 msgstr ""
51746
51747 #: cp/semantics.c:5988
51748 #, gcc-internal-format
51749 msgid "user defined reduction with constructor initializer for base class %qT"
51750 msgstr ""
51751
51752 #: cp/semantics.c:6446
51753 #, gcc-internal-format
51754 msgid "linear clause with %qs modifier applied to non-reference variable with %qT type"
51755 msgstr ""
51756
51757 #: cp/semantics.c:6461
51758 #, gcc-internal-format
51759 msgid "linear clause applied to non-integral non-pointer variable with %qT type"
51760 msgstr ""
51761
51762 #: cp/semantics.c:6485
51763 #, gcc-internal-format
51764 msgid "linear step expression must be integral"
51765 msgstr ""
51766
51767 #: cp/semantics.c:6590 cp/semantics.c:7887
51768 #, gcc-internal-format
51769 msgid "%qD is not a variable in clause %qs"
51770 msgstr ""
51771
51772 #: cp/semantics.c:6675
51773 #, gcc-internal-format
51774 msgid "%qD is not a variable in clause %<firstprivate%>"
51775 msgstr ""
51776
51777 #: cp/semantics.c:6726
51778 #, gcc-internal-format
51779 msgid "%qD is not a variable in clause %<lastprivate%>"
51780 msgstr ""
51781
51782 #: cp/semantics.c:6776
51783 #, gcc-internal-format
51784 msgid "%<gang%> static expression must be integral"
51785 msgstr ""
51786
51787 #: cp/semantics.c:6790
51788 #, gcc-internal-format
51789 msgid "%<gang%> static value must be positive"
51790 msgstr "статичне значення %<gang%> має бути додатним"
51791
51792 #: cp/semantics.c:6824
51793 #, gcc-internal-format
51794 msgid "%<gang%> num expression must be integral"
51795 msgstr ""
51796
51797 #: cp/semantics.c:6827
51798 #, gcc-internal-format
51799 msgid "%<vector%> length expression must be integral"
51800 msgstr ""
51801
51802 #: cp/semantics.c:6831
51803 #, gcc-internal-format
51804 msgid "%<worker%> num expression must be integral"
51805 msgstr ""
51806
51807 #: cp/semantics.c:6853
51808 #, gcc-internal-format
51809 msgid "%<gang%> num value must be positive"
51810 msgstr "значення num %<gang%> має бути додатним"
51811
51812 #: cp/semantics.c:6857
51813 #, gcc-internal-format
51814 msgid "%<vector%> length value must be positive"
51815 msgstr "значення довжини %<vector%> має бути додатним"
51816
51817 #: cp/semantics.c:6862
51818 #, gcc-internal-format
51819 msgid "%<worker%> num value must be positive"
51820 msgstr "значення num %<worker%> має бути додатним"
51821
51822 #: cp/semantics.c:6889
51823 #, gcc-internal-format
51824 msgid "schedule chunk size expression must be integral"
51825 msgstr ""
51826
51827 #: cp/semantics.c:6922
51828 #, gcc-internal-format
51829 msgid "%qs length expression must be integral"
51830 msgstr ""
51831
51832 #: cp/semantics.c:6936
51833 #, gcc-internal-format
51834 msgid "%qs length expression must be positive constant integer expression"
51835 msgstr ""
51836
51837 #: cp/semantics.c:6956
51838 #, gcc-internal-format
51839 msgid "%<async%> expression must be integral"
51840 msgstr ""
51841
51842 #: cp/semantics.c:6985
51843 #, gcc-internal-format
51844 msgid "%<thread_limit%> expression must be integral"
51845 msgstr ""
51846
51847 #: cp/semantics.c:7015
51848 #, gcc-internal-format
51849 msgid "%<device%> id must be integral"
51850 msgstr ""
51851
51852 #: cp/semantics.c:7037
51853 #, gcc-internal-format
51854 msgid "%<dist_schedule%> chunk size expression must be integral"
51855 msgstr ""
51856
51857 #: cp/semantics.c:7066
51858 #, gcc-internal-format
51859 msgid "%qD is not a variable in %<aligned%> clause"
51860 msgstr ""
51861
51862 #: cp/semantics.c:7081
51863 #, gcc-internal-format
51864 msgid "%qE in %<aligned%> clause is neither a pointer nor an array nor a reference to pointer or array"
51865 msgstr ""
51866
51867 #: cp/semantics.c:7088
51868 #, gcc-internal-format
51869 msgid "%qD appears more than once in %<aligned%> clauses"
51870 msgstr ""
51871
51872 #: cp/semantics.c:7103
51873 #, gcc-internal-format
51874 msgid "%<aligned%> clause alignment expression must be integral"
51875 msgstr ""
51876
51877 #: cp/semantics.c:7136
51878 #, gcc-internal-format
51879 msgid "%qD is not a variable in %<nontemporal%> clause"
51880 msgstr ""
51881
51882 #: cp/semantics.c:7147
51883 #, gcc-internal-format
51884 msgid "%qD appears more than once in %<nontemporal%> clauses"
51885 msgstr ""
51886
51887 #: cp/semantics.c:7212
51888 #, gcc-internal-format
51889 msgid "%qD is not lvalue expression nor array section in %<depend%> clause"
51890 msgstr ""
51891
51892 #: cp/semantics.c:7582
51893 #, gcc-internal-format
51894 msgid "template %qE in clause %qs"
51895 msgstr ""
51896
51897 #: cp/semantics.c:7586
51898 #, gcc-internal-format
51899 msgid "overloaded function name %qE in clause %qs"
51900 msgstr ""
51901
51902 #: cp/semantics.c:7655
51903 #, gcc-internal-format
51904 msgid "%<grainsize%> expression must be integral"
51905 msgstr ""
51906
51907 #: cp/semantics.c:7685
51908 #, gcc-internal-format
51909 msgid "%<priority%> expression must be integral"
51910 msgstr ""
51911
51912 #: cp/semantics.c:7715
51913 #, gcc-internal-format
51914 msgid "%<hint%> expression must be integral"
51915 msgstr ""
51916
51917 #: cp/semantics.c:7728
51918 #, gcc-internal-format
51919 msgid "%<hint%> expression must be constant integer expression"
51920 msgstr "Вираз %<hint%> має бути сталим цілочисельним виразом"
51921
51922 #: cp/semantics.c:7751
51923 #, gcc-internal-format
51924 msgid "%qs variable is neither a pointer nor reference to pointer"
51925 msgstr ""
51926
51927 #: cp/semantics.c:7761
51928 #, gcc-internal-format
51929 msgid "%qs variable is neither a pointer, nor an array nor reference to pointer or array"
51930 msgstr ""
51931
51932 #: cp/semantics.c:7815
51933 #, gcc-internal-format
51934 msgid "%<tile%> argument needs integral type"
51935 msgstr ""
51936
51937 #: cp/semantics.c:8156
51938 #, gcc-internal-format
51939 msgid "%<const%> qualified %qE without %<mutable%> member may appear only in %<shared%> or %<firstprivate%> clauses"
51940 msgstr ""
51941
51942 #: cp/semantics.c:8350
51943 #, gcc-internal-format
51944 msgid "%<threadprivate%> %qD is not file, namespace or block scope variable"
51945 msgstr ""
51946
51947 #: cp/semantics.c:8364
51948 #, gcc-internal-format
51949 msgid "%<threadprivate%> %qE directive not in %qT definition"
51950 msgstr ""
51951
51952 #: cp/semantics.c:8561
51953 #, gcc-internal-format
51954 msgid "difference between %qE and %qD does not have integer type"
51955 msgstr ""
51956
51957 #: cp/semantics.c:9027
51958 #, gcc-internal-format
51959 msgid "%<#pragma omp simd%> used with class iteration variable %qE"
51960 msgstr ""
51961
51962 #: cp/semantics.c:9318 cp/semantics.c:9328
51963 #, gcc-internal-format
51964 msgid "%<#pragma omp atomic update%> uses two different expressions for memory"
51965 msgstr ""
51966
51967 #: cp/semantics.c:9687
51968 #, gcc-internal-format, gfc-internal-format
51969 msgid "static assertion failed: %s"
51970 msgstr ""
51971
51972 #: cp/semantics.c:9696
51973 #, gcc-internal-format
51974 msgid "non-constant condition for static assertion"
51975 msgstr ""
51976
51977 #: cp/semantics.c:9726
51978 #, fuzzy, gcc-internal-format
51979 #| msgid "%<delete[]%> is not a constant expression"
51980 msgid "argument to %<decltype%> must be an expression"
51981 msgstr "%<delete[]%> не є сталим виразом"
51982
51983 #: cp/semantics.c:9754
51984 #, fuzzy, gcc-internal-format
51985 #| msgid "<unresolved overloaded function type>"
51986 msgid "%<decltype%> cannot resolve address of overloaded function"
51987 msgstr "<невизначений перевантажений тип функції>"
51988
51989 #: cp/semantics.c:10297
51990 #, gcc-internal-format
51991 msgid "operand of fold expression has no unexpanded parameter packs"
51992 msgstr ""
51993
51994 #: cp/semantics.c:10350
51995 #, gcc-internal-format
51996 msgid "both arguments in binary fold have unexpanded parameter packs"
51997 msgstr ""
51998
51999 #: cp/semantics.c:10352
52000 #, gcc-internal-format
52001 msgid "no unexpanded parameter packs in binary fold"
52002 msgstr ""
52003
52004 #: cp/semantics.c:10370
52005 #, gcc-internal-format
52006 msgid "non-pointer argument to %<__builtin_launder%>"
52007 msgstr "аргумент, який не є вказівником, у %<__builtin_launder%>"
52008
52009 #: cp/tree.c:1379
52010 #, gcc-internal-format
52011 msgid "%qV qualifiers cannot be applied to %qT"
52012 msgstr ""
52013
52014 #: cp/tree.c:1898
52015 #, gcc-internal-format
52016 msgid "statement-expression in a constant expression"
52017 msgstr "інструкція-вираз не є сталим виразом"
52018
52019 #: cp/tree.c:4048
52020 #, gcc-internal-format
52021 msgid "%<-fabi-version=13%> (GCC 8.2) fixes the calling convention for %qT, which was accidentally changed in 8.1"
52022 msgstr ""
52023
52024 #: cp/tree.c:4052
52025 #, gcc-internal-format
52026 msgid "%<-fabi-version=12%> (GCC 8.1) accidentally changes the calling convention for %qT"
52027 msgstr ""
52028
52029 #: cp/tree.c:4055
52030 #, gcc-internal-format
52031 msgid " declared here"
52032 msgstr " оголошено тут"
52033
52034 #: cp/tree.c:4060
52035 #, gcc-internal-format
52036 msgid "the calling convention for %qT changes in %<-fabi-version=13%> (GCC 8.2)"
52037 msgstr ""
52038
52039 #: cp/tree.c:4062
52040 #, gcc-internal-format
52041 msgid " because all of its copy and move constructors are deleted"
52042 msgstr ""
52043
52044 #: cp/tree.c:4441
52045 #, gcc-internal-format
52046 msgid "%qT is a union"
52047 msgstr ""
52048
52049 #: cp/tree.c:4453
52050 #, gcc-internal-format
52051 msgid "%qT has a mutable member"
52052 msgstr ""
52053
52054 #: cp/tree.c:4464
52055 #, gcc-internal-format
52056 msgid "base class %qT is not public"
52057 msgstr ""
52058
52059 #: cp/tree.c:4467
52060 #, gcc-internal-format
52061 msgid "%qD is not public"
52062 msgstr ""
52063
52064 #: cp/tree.c:4475
52065 #, gcc-internal-format
52066 msgid "%qD has a non-structural type"
52067 msgstr ""
52068
52069 #: cp/tree.c:4493
52070 #, fuzzy, gcc-internal-format
52071 #| msgid "%qE attribute argument %qE is not an integer constant"
52072 msgid "%qE attribute argument must be a string constant"
52073 msgstr "аргумент атрибута %qE, %qE, не є цілим сталим значенням"
52074
52075 #: cp/tree.c:4501
52076 #, gcc-internal-format
52077 msgid "%qE attribute applied to %qD with void return type"
52078 msgstr ""
52079
52080 #: cp/tree.c:4508
52081 #, gcc-internal-format
52082 msgid "%qE attribute can only be applied to functions or to class or enumeration types"
52083 msgstr ""
52084
52085 #: cp/tree.c:4526
52086 #, gcc-internal-format
52087 msgid "%qE attribute can only be applied to non-static data members"
52088 msgstr ""
52089
52090 #: cp/tree.c:4532
52091 #, gcc-internal-format
52092 msgid "%qE attribute cannot be applied to a bit-field"
52093 msgstr ""
52094
52095 #: cp/tree.c:4552
52096 #, gcc-internal-format
52097 msgid "%qE attribute takes no arguments"
52098 msgstr "Атрибут %qE не приймає аргументів"
52099
52100 #: cp/tree.c:4556
52101 #, gcc-internal-format
52102 msgid "ISO C++ %qE attribute does not apply to functions; treating as %<[[gnu::%E]]%>"
52103 msgstr ""
52104
52105 #: cp/tree.c:4619
52106 #, fuzzy, gcc-internal-format
52107 #| msgid "%qE attribute argument %qE is not an integer constant"
52108 msgid "requested %<init_priority%> is not an integer constant"
52109 msgstr "аргумент атрибута %qE, %qE, не є цілим сталим значенням"
52110
52111 #: cp/tree.c:4641
52112 #, gcc-internal-format
52113 msgid "can only use %qE attribute on file-scope definitions of objects of class type"
52114 msgstr ""
52115
52116 #: cp/tree.c:4649
52117 #, gcc-internal-format
52118 msgid "requested %<init_priority%> %i is out of range [0, %i]"
52119 msgstr ""
52120
52121 #: cp/tree.c:4660
52122 #, gcc-internal-format
52123 msgid "requested %<init_priority%> %i is reserved for internal use"
52124 msgstr ""
52125
52126 #: cp/tree.c:4672
52127 #, gcc-internal-format
52128 msgid "%qE attribute is not supported on this platform"
52129 msgstr ""
52130
52131 #: cp/tree.c:4699
52132 #, gcc-internal-format
52133 msgid "redeclaration of %qD adds abi tag %qE"
52134 msgstr "повторне оголошення %qD додає мітку abi %qE"
52135
52136 #: cp/tree.c:4719
52137 #, gcc-internal-format
52138 msgid "the %qE attribute requires arguments"
52139 msgstr ""
52140
52141 #: cp/tree.c:4730
52142 #, gcc-internal-format
52143 msgid "arguments to the %qE attribute must be narrow string literals"
52144 msgstr ""
52145
52146 #: cp/tree.c:4743 cp/tree.c:4756
52147 #, gcc-internal-format
52148 msgid "arguments to the %qE attribute must contain valid identifiers"
52149 msgstr ""
52150
52151 #: cp/tree.c:4745
52152 #, gcc-internal-format
52153 msgid "%<%c%> is not a valid first character for an identifier"
52154 msgstr ""
52155
52156 #: cp/tree.c:4758
52157 #, gcc-internal-format
52158 msgid "%<%c%> is not a valid character in an identifier"
52159 msgstr ""
52160
52161 #: cp/tree.c:4782
52162 #, gcc-internal-format
52163 msgid "%qE attribute applied to non-class, non-enum type %qT"
52164 msgstr ""
52165
52166 #: cp/tree.c:4788
52167 #, gcc-internal-format
52168 msgid "%qE attribute applied to %qT after its definition"
52169 msgstr ""
52170
52171 #: cp/tree.c:4795
52172 #, gcc-internal-format
52173 msgid "ignoring %qE attribute applied to template instantiation %qT"
52174 msgstr ""
52175
52176 #: cp/tree.c:4802
52177 #, gcc-internal-format
52178 msgid "ignoring %qE attribute applied to template specialization %qT"
52179 msgstr ""
52180
52181 #: cp/tree.c:4824
52182 #, gcc-internal-format
52183 msgid "%qE attribute applied to non-function, non-variable %qD"
52184 msgstr ""
52185
52186 #: cp/tree.c:4830
52187 #, gcc-internal-format
52188 msgid "%qE attribute applied to extern \"C\" declaration %qD"
52189 msgstr ""
52190
52191 #: cp/tree.c:5679
52192 #, gcc-internal-format
52193 msgid "zero as null pointer constant"
52194 msgstr ""
52195
52196 #: cp/tree.c:5754
52197 #, gcc-internal-format
52198 msgid "%<lang_*%> check: failed in %s, at %s:%d"
52199 msgstr ""
52200
52201 #: cp/typeck.c:459
52202 #, gcc-internal-format
52203 msgid "comparison between distinct pointer types %qT and %qT lacks a cast"
52204 msgstr ""
52205
52206 #: cp/typeck.c:465
52207 #, gcc-internal-format
52208 msgid "conversion between distinct pointer types %qT and %qT lacks a cast"
52209 msgstr ""
52210
52211 #: cp/typeck.c:471
52212 #, gcc-internal-format
52213 msgid "conditional expression between distinct pointer types %qT and %qT lacks a cast"
52214 msgstr ""
52215
52216 #: cp/typeck.c:612
52217 #, gcc-internal-format
52218 msgid "ISO C++ forbids comparison between pointer of type %<void *%> and pointer-to-function"
52219 msgstr ""
52220
52221 #: cp/typeck.c:617
52222 #, gcc-internal-format
52223 msgid "ISO C++ forbids conversion between pointer of type %<void *%> and pointer-to-function"
52224 msgstr ""
52225
52226 #: cp/typeck.c:622
52227 #, gcc-internal-format
52228 msgid "ISO C++ forbids conditional expression between pointer of type %<void *%> and pointer-to-function"
52229 msgstr ""
52230
52231 #: cp/typeck.c:701
52232 #, gcc-internal-format
52233 msgid "comparison between distinct pointer-to-member types %qT and %qT lacks a cast"
52234 msgstr ""
52235
52236 #: cp/typeck.c:706
52237 #, gcc-internal-format
52238 msgid "conversion between distinct pointer-to-member types %qT and %qT lacks a cast"
52239 msgstr ""
52240
52241 #: cp/typeck.c:711
52242 #, gcc-internal-format
52243 msgid "conditional expression between distinct pointer-to-member types %qT and %qT lacks a cast"
52244 msgstr ""
52245
52246 #: cp/typeck.c:1512
52247 #, gcc-internal-format
52248 msgid "canonical types differ for identical types %qT and %qT"
52249 msgstr ""
52250
52251 #: cp/typeck.c:1519
52252 #, gcc-internal-format
52253 msgid "same canonical type node for different types %qT and %qT"
52254 msgstr ""
52255
52256 #: cp/typeck.c:1679
52257 #, gcc-internal-format
52258 msgid "invalid application of %qs to a member function"
52259 msgstr ""
52260
52261 #: cp/typeck.c:1777
52262 #, gcc-internal-format
52263 msgid "invalid application of %<sizeof%> to a bit-field"
52264 msgstr ""
52265
52266 #: cp/typeck.c:1785
52267 #, gcc-internal-format
52268 msgid "ISO C++ forbids applying %<sizeof%> to an expression of function type"
52269 msgstr ""
52270
52271 #: cp/typeck.c:1847
52272 #, gcc-internal-format
52273 msgid "invalid application of %<__alignof%> to a bit-field"
52274 msgstr ""
52275
52276 #: cp/typeck.c:1858
52277 #, gcc-internal-format
52278 msgid "ISO C++ forbids applying %<__alignof%> to an expression of function type"
52279 msgstr ""
52280
52281 #: cp/typeck.c:1938
52282 #, gcc-internal-format
52283 msgid "%<alignas%> argument has non-integral type %qT"
52284 msgstr ""
52285
52286 #: cp/typeck.c:1983
52287 #, gcc-internal-format
52288 msgid "invalid use of non-static member function of type %qT"
52289 msgstr ""
52290
52291 #: cp/typeck.c:2151
52292 #, gcc-internal-format
52293 msgid "taking address of temporary array"
52294 msgstr ""
52295
52296 #: cp/typeck.c:2333
52297 #, gcc-internal-format
52298 msgid "ISO C++ forbids converting a string constant to %qT"
52299 msgstr ""
52300
52301 #: cp/typeck.c:2337
52302 #, gcc-internal-format
52303 msgid "deprecated conversion from string constant to %qT"
52304 msgstr ""
52305
52306 #: cp/typeck.c:2473 cp/typeck.c:3036
52307 #, gcc-internal-format
52308 msgid "request for member %qD in %qE, which is of pointer type %qT (maybe you meant to use %<->%> ?)"
52309 msgstr ""
52310
52311 #: cp/typeck.c:2477 cp/typeck.c:3040
52312 #, gcc-internal-format
52313 msgid "request for member %qD in %qE, which is of non-class type %qT"
52314 msgstr ""
52315
52316 #: cp/typeck.c:2508
52317 #, gcc-internal-format
52318 msgid "invalid use of nonstatic data member %qE"
52319 msgstr ""
52320
52321 #: cp/typeck.c:2588
52322 #, gcc-internal-format
52323 msgid "invalid access to non-static data member %qD in virtual base of NULL object"
52324 msgstr ""
52325
52326 #: cp/typeck.c:2738
52327 #, gcc-internal-format
52328 msgid "object type %qT does not match destructor name ~%qT"
52329 msgstr ""
52330
52331 #: cp/typeck.c:2747
52332 #, gcc-internal-format
52333 msgid "the type being destroyed is %qT, but the destructor refers to %qT"
52334 msgstr ""
52335
52336 #: cp/typeck.c:2888
52337 #, gcc-internal-format
52338 msgid "field %q#D can be accessed via %q#D"
52339 msgstr ""
52340
52341 #. No hint.
52342 #: cp/typeck.c:2907
52343 #, gcc-internal-format
52344 msgid "%q#T has no member named %qE"
52345 msgstr ""
52346
52347 #: cp/typeck.c:2930
52348 #, gcc-internal-format
52349 msgid "%q#T has no member named %qE; did you mean %q#D? (accessible via %q#D)"
52350 msgstr ""
52351
52352 #: cp/typeck.c:2941
52353 #, gcc-internal-format
52354 msgid "%q#T has no member named %qE; did you mean %q#D? (not accessible from this context)"
52355 msgstr ""
52356
52357 #: cp/typeck.c:2955
52358 #, gcc-internal-format
52359 msgid "%q#T has no member named %qE; did you mean %qE?"
52360 msgstr ""
52361
52362 #: cp/typeck.c:3070 cp/typeck.c:3096
52363 #, gcc-internal-format
52364 msgid "%<%D::%D%> is not a member of %qT"
52365 msgstr ""
52366
52367 #: cp/typeck.c:3135
52368 #, gcc-internal-format
52369 msgid "%qT is not a base of %qT"
52370 msgstr ""
52371
52372 #: cp/typeck.c:3188
52373 #, gcc-internal-format
52374 msgid "%qD is not a member template function"
52375 msgstr ""
52376
52377 #: cp/typeck.c:3367
52378 #, gcc-internal-format
52379 msgid "%qT is not a pointer-to-object type"
52380 msgstr ""
52381
52382 #: cp/typeck.c:3399
52383 #, gcc-internal-format
52384 msgid "invalid use of array indexing on pointer to member"
52385 msgstr ""
52386
52387 #: cp/typeck.c:3402
52388 #, gcc-internal-format
52389 msgid "invalid use of unary %<*%> on pointer to member"
52390 msgstr ""
52391
52392 #: cp/typeck.c:3405
52393 #, gcc-internal-format
52394 msgid "invalid use of implicit conversion on pointer to member"
52395 msgstr ""
52396
52397 #: cp/typeck.c:3409
52398 #, gcc-internal-format
52399 msgid "left hand operand of %<->*%> must be a pointer to class, but is a pointer to member of type %qT"
52400 msgstr ""
52401
52402 #: cp/typeck.c:3474
52403 #, gcc-internal-format
52404 msgid "subscript missing in array reference"
52405 msgstr ""
52406
52407 #: cp/typeck.c:3571
52408 #, gcc-internal-format
52409 msgid "subscripting array declared %<register%>"
52410 msgstr ""
52411
52412 #: cp/typeck.c:3609
52413 #, gcc-internal-format
52414 msgid "subscripted value is neither array nor pointer"
52415 msgstr ""
52416
52417 #: cp/typeck.c:3681
52418 #, gcc-internal-format
52419 msgid "object missing in use of %qE"
52420 msgstr ""
52421
52422 #: cp/typeck.c:3906
52423 #, gcc-internal-format
52424 msgid "ISO C++ forbids calling %<::main%> from within program"
52425 msgstr ""
52426
52427 #: cp/typeck.c:3927
52428 #, gcc-internal-format
52429 msgid "must use %<.*%> or %<->*%> to call pointer-to-member function in %<%E (...)%>, e.g. %<(... ->* %E) (...)%>"
52430 msgstr ""
52431
52432 #: cp/typeck.c:3944
52433 #, gcc-internal-format
52434 msgid "%qE cannot be used as a function"
52435 msgstr ""
52436
52437 #: cp/typeck.c:3947
52438 #, gcc-internal-format
52439 msgid "%qD cannot be used as a function"
52440 msgstr ""
52441
52442 #: cp/typeck.c:3950
52443 #, gcc-internal-format
52444 msgid "expression cannot be used as a function"
52445 msgstr ""
52446
52447 #: cp/typeck.c:4007
52448 #, gcc-internal-format
52449 msgid "too many arguments to constructor %q#D"
52450 msgstr ""
52451
52452 #: cp/typeck.c:4008
52453 #, gcc-internal-format
52454 msgid "too few arguments to constructor %q#D"
52455 msgstr ""
52456
52457 #: cp/typeck.c:4013
52458 #, gcc-internal-format
52459 msgid "too many arguments to member function %q#D"
52460 msgstr ""
52461
52462 #: cp/typeck.c:4014
52463 #, gcc-internal-format
52464 msgid "too few arguments to member function %q#D"
52465 msgstr ""
52466
52467 #: cp/typeck.c:4020
52468 #, gcc-internal-format
52469 msgid "too many arguments to function %q#D"
52470 msgstr ""
52471
52472 #: cp/typeck.c:4021
52473 #, gcc-internal-format
52474 msgid "too few arguments to function %q#D"
52475 msgstr ""
52476
52477 #: cp/typeck.c:4031
52478 #, gcc-internal-format
52479 msgid "too many arguments to method %q#D"
52480 msgstr ""
52481
52482 #: cp/typeck.c:4032
52483 #, gcc-internal-format
52484 msgid "too few arguments to method %q#D"
52485 msgstr ""
52486
52487 #: cp/typeck.c:4035
52488 #, gcc-internal-format
52489 msgid "too many arguments to function"
52490 msgstr ""
52491
52492 #: cp/typeck.c:4036
52493 #, gcc-internal-format
52494 msgid "too few arguments to function"
52495 msgstr ""
52496
52497 #: cp/typeck.c:4118
52498 #, gcc-internal-format
52499 msgid "parameter %P of %qD has incomplete type %qT"
52500 msgstr ""
52501
52502 #: cp/typeck.c:4124
52503 #, gcc-internal-format
52504 msgid "parameter %P has incomplete type %qT"
52505 msgstr ""
52506
52507 #: cp/typeck.c:4373
52508 #, gcc-internal-format
52509 msgid "the address of %qD will never be NULL"
52510 msgstr ""
52511
52512 #: cp/typeck.c:4384
52513 #, gcc-internal-format
52514 msgid "the compiler can assume that the address of %qD will never be NULL"
52515 msgstr ""
52516
52517 #: cp/typeck.c:4507 cp/typeck.c:4519
52518 #, gcc-internal-format
52519 msgid "assuming cast to type %qT from overloaded function"
52520 msgstr ""
52521
52522 #: cp/typeck.c:4565
52523 #, gcc-internal-format
52524 msgid "NULL used in arithmetic"
52525 msgstr ""
52526
52527 #: cp/typeck.c:5015 cp/typeck.c:5024 cp/typeck.c:5315 cp/typeck.c:5324
52528 #, gcc-internal-format
52529 msgid "ISO C++ forbids comparison between pointer and integer"
52530 msgstr ""
52531
52532 #: cp/typeck.c:5230 cp/typeck.c:5243
52533 #, gcc-internal-format
52534 msgid "operand types are %qT and %qT"
52535 msgstr ""
52536
52537 #: cp/typeck.c:5266
52538 #, gcc-internal-format
52539 msgid "three-way comparison of vectors"
52540 msgstr ""
52541
52542 #: cp/typeck.c:5354
52543 #, gcc-internal-format
52544 msgid "unordered comparison on non-floating-point argument"
52545 msgstr ""
52546
52547 #: cp/typeck.c:5399
52548 msgid "implicit conversion from %qH to %qI to match other operand of binary expression"
52549 msgstr ""
52550
52551 #: cp/typeck.c:5470
52552 #, gcc-internal-format
52553 msgid "invalid operands of types %qT and %qT to binary %qO"
52554 msgstr ""
52555
52556 #: cp/typeck.c:5820
52557 #, gcc-internal-format
52558 msgid "ISO C++ forbids using pointer of type %<void *%> in subtraction"
52559 msgstr ""
52560
52561 #: cp/typeck.c:5828
52562 #, gcc-internal-format
52563 msgid "ISO C++ forbids using pointer to a function in subtraction"
52564 msgstr ""
52565
52566 #: cp/typeck.c:5836
52567 #, gcc-internal-format
52568 msgid "ISO C++ forbids using pointer to a method in subtraction"
52569 msgstr ""
52570
52571 #: cp/typeck.c:5889
52572 #, gcc-internal-format
52573 msgid "invalid use of a pointer to an incomplete type in pointer arithmetic"
52574 msgstr ""
52575
52576 #: cp/typeck.c:5968
52577 #, gcc-internal-format
52578 msgid "taking address of constructor %qD"
52579 msgstr ""
52580
52581 #: cp/typeck.c:5969
52582 #, gcc-internal-format
52583 msgid "taking address of destructor %qD"
52584 msgstr ""
52585
52586 #: cp/typeck.c:5985
52587 #, gcc-internal-format
52588 msgid "invalid use of %qE to form a pointer-to-member-function"
52589 msgstr ""
52590
52591 #: cp/typeck.c:5988
52592 #, gcc-internal-format
52593 msgid " a qualified-id is required"
52594 msgstr ""
52595
52596 #: cp/typeck.c:5995
52597 #, gcc-internal-format
52598 msgid "parentheses around %qE cannot be used to form a pointer-to-member-function"
52599 msgstr ""
52600
52601 #: cp/typeck.c:6181
52602 #, gcc-internal-format
52603 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%>"
52604 msgstr ""
52605
52606 #: cp/typeck.c:6187
52607 #, gcc-internal-format
52608 msgid "ISO C++ forbids taking the address of a bound member function to form a pointer to member function. Say %<&%T::%D%>"
52609 msgstr ""
52610
52611 #. Make this a permerror because we used to accept it.
52612 #: cp/typeck.c:6222
52613 #, gcc-internal-format
52614 msgid "taking address of rvalue"
52615 msgstr ""
52616
52617 #: cp/typeck.c:6239
52618 #, gcc-internal-format
52619 msgid "ISO C++ forbids taking address of function %<::main%>"
52620 msgstr ""
52621
52622 #: cp/typeck.c:6297
52623 #, gcc-internal-format
52624 msgid "cannot create pointer to reference member %qD"
52625 msgstr ""
52626
52627 #: cp/typeck.c:6317
52628 #, gcc-internal-format
52629 msgid "attempt to take address of bit-field"
52630 msgstr ""
52631
52632 #: cp/typeck.c:6332
52633 #, gcc-internal-format
52634 msgid "taking address of an immediate function %qD"
52635 msgstr ""
52636
52637 #: cp/typeck.c:6479
52638 #, fuzzy, gcc-internal-format
52639 #| msgid "%<~%> on a boolean expression"
52640 msgid "%<~%> on an expression of type %<bool%>"
52641 msgstr "%<~%> над булевим виразом"
52642
52643 #: cp/typeck.c:6480
52644 #, gcc-internal-format
52645 msgid "did you mean to use logical not (%<!%>)?"
52646 msgstr ""
52647
52648 #: cp/typeck.c:6603
52649 #, gcc-internal-format
52650 msgid "ISO C++ forbids incrementing an enum"
52651 msgstr ""
52652
52653 #: cp/typeck.c:6604
52654 #, gcc-internal-format
52655 msgid "ISO C++ forbids decrementing an enum"
52656 msgstr ""
52657
52658 #: cp/typeck.c:6620
52659 #, gcc-internal-format
52660 msgid "cannot increment a pointer to incomplete type %qT"
52661 msgstr ""
52662
52663 #: cp/typeck.c:6622
52664 #, gcc-internal-format
52665 msgid "cannot decrement a pointer to incomplete type %qT"
52666 msgstr ""
52667
52668 #: cp/typeck.c:6634
52669 #, gcc-internal-format
52670 msgid "ISO C++ forbids incrementing a pointer of type %qT"
52671 msgstr ""
52672
52673 #: cp/typeck.c:6636
52674 #, gcc-internal-format
52675 msgid "ISO C++ forbids decrementing a pointer of type %qT"
52676 msgstr ""
52677
52678 #: cp/typeck.c:6675
52679 #, gcc-internal-format
52680 msgid "%qs expression of %<volatile%>-qualified type is deprecated"
52681 msgstr ""
52682
52683 #: cp/typeck.c:6688
52684 #, gcc-internal-format
52685 msgid "use of an operand of type %qT in %<operator--%> is forbidden"
52686 msgstr ""
52687
52688 #: cp/typeck.c:6698
52689 #, gcc-internal-format
52690 msgid "use of an operand of type %qT in %<operator++%> is forbidden in C++17"
52691 msgstr ""
52692
52693 #: cp/typeck.c:6706
52694 #, gcc-internal-format
52695 msgid "use of an operand of type %qT in %<operator++%> is deprecated"
52696 msgstr ""
52697
52698 #: cp/typeck.c:6886
52699 #, gcc-internal-format
52700 msgid "cannot take the address of %<this%>, which is an rvalue expression"
52701 msgstr ""
52702
52703 #: cp/typeck.c:6908
52704 #, gcc-internal-format
52705 msgid "address of explicit register variable %qD requested"
52706 msgstr ""
52707
52708 #: cp/typeck.c:6913
52709 #, gcc-internal-format
52710 msgid "address requested for %qD, which is declared %<register%>"
52711 msgstr ""
52712
52713 #: cp/typeck.c:6988
52714 #, gcc-internal-format
52715 msgid "list-initializer for non-class type must not be parenthesized"
52716 msgstr ""
52717
52718 #: cp/typeck.c:7000
52719 #, gcc-internal-format
52720 msgid "expression list treated as compound expression in initializer"
52721 msgstr ""
52722
52723 #: cp/typeck.c:7004
52724 #, gcc-internal-format
52725 msgid "expression list treated as compound expression in mem-initializer"
52726 msgstr ""
52727
52728 #: cp/typeck.c:7008
52729 #, gcc-internal-format
52730 msgid "expression list treated as compound expression in functional cast"
52731 msgstr ""
52732
52733 #: cp/typeck.c:7045
52734 #, gcc-internal-format, gfc-internal-format
52735 msgid "%s expression list treated as compound expression"
52736 msgstr ""
52737
52738 #: cp/typeck.c:7132
52739 #, gcc-internal-format
52740 msgid "no context to resolve type of %qE"
52741 msgstr ""
52742
52743 #: cp/typeck.c:7166
52744 #, gcc-internal-format
52745 msgid "cast from type %qT to type %qT casts away qualifiers"
52746 msgstr ""
52747
52748 #: cp/typeck.c:7172
52749 #, gcc-internal-format
52750 msgid "%<static_cast%> from type %qT to type %qT casts away qualifiers"
52751 msgstr ""
52752
52753 #: cp/typeck.c:7179
52754 #, gcc-internal-format
52755 msgid "%<reinterpret_cast%> from type %qT to type %qT casts away qualifiers"
52756 msgstr ""
52757
52758 #: cp/typeck.c:7203
52759 #, gcc-internal-format
52760 msgid "useless cast to type %q#T"
52761 msgstr ""
52762
52763 #: cp/typeck.c:7217
52764 #, gcc-internal-format
52765 msgid "type qualifiers ignored on cast result type"
52766 msgstr ""
52767
52768 #: cp/typeck.c:7640
52769 #, fuzzy, gcc-internal-format
52770 #| msgid "invalid conversion to type %qT from type %qT"
52771 msgid "invalid %<static_cast%> from type %qT to type %qT"
52772 msgstr "некоректне перетворення з типу %qT до типу %qT"
52773
52774 #: cp/typeck.c:7646 cp/typeck.c:7652 cp/typeck.c:9304
52775 #, gcc-internal-format
52776 msgid "class type %qT is incomplete"
52777 msgstr ""
52778
52779 #: cp/typeck.c:7678
52780 msgid "converting from %qH to %qI"
52781 msgstr ""
52782
52783 #: cp/typeck.c:7753
52784 #, gcc-internal-format
52785 msgid "invalid cast of an rvalue expression of type %qT to type %qT"
52786 msgstr ""
52787
52788 #: cp/typeck.c:7823
52789 msgid "cast from %qH to %qI loses precision"
52790 msgstr ""
52791
52792 #: cp/typeck.c:7848
52793 msgid "cast between incompatible function types from %qH to %qI"
52794 msgstr ""
52795
52796 #: cp/typeck.c:7859
52797 msgid "cast between incompatible pointer to member types from %qH to %qI"
52798 msgstr ""
52799
52800 #: cp/typeck.c:7880 cp/typeck.c:8070
52801 msgid "cast from %qH to %qI increases required alignment of target type"
52802 msgstr ""
52803
52804 #: cp/typeck.c:7897
52805 #, gcc-internal-format
52806 msgid "casting between pointer-to-function and pointer-to-object is conditionally-supported"
52807 msgstr ""
52808
52809 #: cp/typeck.c:7911
52810 #, gcc-internal-format
52811 msgid "invalid cast from type %qT to type %qT"
52812 msgstr ""
52813
52814 #: cp/typeck.c:7984
52815 #, gcc-internal-format
52816 msgid "invalid use of %<const_cast%> with type %qT, which is not a pointer, reference, nor a pointer-to-data-member type"
52817 msgstr ""
52818
52819 #: cp/typeck.c:7993
52820 #, gcc-internal-format
52821 msgid "invalid use of %<const_cast%> with type %qT, which is a pointer or reference to a function type"
52822 msgstr ""
52823
52824 #: cp/typeck.c:8035
52825 #, fuzzy, gcc-internal-format
52826 #| msgid "invalid conversion to type %qT from type %qT"
52827 msgid "invalid %<const_cast%> of an rvalue of type %qT to type %qT"
52828 msgstr "некоректне перетворення з типу %qT до типу %qT"
52829
52830 #: cp/typeck.c:8105
52831 #, fuzzy, gcc-internal-format
52832 #| msgid "invalid conversion to type %qT from type %qT"
52833 msgid "invalid %<const_cast%> from type %qT to type %qT"
52834 msgstr "некоректне перетворення з типу %qT до типу %qT"
52835
52836 #: cp/typeck.c:8206 cp/typeck.c:8215
52837 #, gcc-internal-format
52838 msgid "ISO C++ forbids casting to an array type %qT"
52839 msgstr ""
52840
52841 #: cp/typeck.c:8224
52842 #, gcc-internal-format
52843 msgid "invalid cast to function type %qT"
52844 msgstr ""
52845
52846 #: cp/typeck.c:8534
52847 #, gcc-internal-format
52848 msgid "compound assignment with %<volatile%>-qualified left operand is deprecated"
52849 msgstr ""
52850
52851 #: cp/typeck.c:8554
52852 #, gcc-internal-format
52853 msgid " in evaluation of %<%Q(%#T, %#T)%>"
52854 msgstr ""
52855
52856 #: cp/typeck.c:8614
52857 #, gcc-internal-format
52858 msgid "assigning to an array from an initializer list"
52859 msgstr ""
52860
52861 #: cp/typeck.c:8641
52862 #, gcc-internal-format
52863 msgid "incompatible types in assignment of %qT to %qT"
52864 msgstr ""
52865
52866 #: cp/typeck.c:8655
52867 #, gcc-internal-format
52868 msgid "array used as initializer"
52869 msgstr ""
52870
52871 #: cp/typeck.c:8657
52872 #, gcc-internal-format
52873 msgid "invalid array assignment"
52874 msgstr ""
52875
52876 #: cp/typeck.c:8791
52877 #, gcc-internal-format
52878 msgid " in pointer to member function conversion"
52879 msgstr ""
52880
52881 #: cp/typeck.c:8805
52882 #, gcc-internal-format
52883 msgid "pointer to member conversion via virtual base %qT"
52884 msgstr ""
52885
52886 #: cp/typeck.c:8852 cp/typeck.c:8871
52887 #, gcc-internal-format
52888 msgid " in pointer to member conversion"
52889 msgstr ""
52890
52891 #: cp/typeck.c:8952
52892 #, gcc-internal-format
52893 msgid "invalid conversion to type %qT from type %qT"
52894 msgstr "некоректне перетворення з типу %qT до типу %qT"
52895
52896 #: cp/typeck.c:9267
52897 msgid "cannot convert %qH to %qI in default argument"
52898 msgstr ""
52899
52900 #: cp/typeck.c:9272
52901 msgid "cannot convert %qH to %qI in argument passing"
52902 msgstr ""
52903
52904 #: cp/typeck.c:9281
52905 msgid "cannot convert %qH to %qI in initialization"
52906 msgstr ""
52907
52908 #: cp/typeck.c:9285
52909 msgid "cannot convert %qH to %qI in return"
52910 msgstr ""
52911
52912 #: cp/typeck.c:9290
52913 msgid "cannot convert %qH to %qI in assignment"
52914 msgstr ""
52915
52916 #: cp/typeck.c:9322
52917 #, gcc-internal-format
52918 msgid "parameter %qP of %qD might be a candidate for a format attribute"
52919 msgstr ""
52920
52921 #: cp/typeck.c:9326
52922 #, gcc-internal-format
52923 msgid "parameter might be a candidate for a format attribute"
52924 msgstr ""
52925
52926 #: cp/typeck.c:9331
52927 #, gcc-internal-format
52928 msgid "target of conversion might be a candidate for a format attribute"
52929 msgstr ""
52930
52931 #: cp/typeck.c:9336
52932 #, gcc-internal-format
52933 msgid "target of initialization might be a candidate for a format attribute"
52934 msgstr ""
52935
52936 #: cp/typeck.c:9346
52937 #, gcc-internal-format
52938 msgid "left-hand side of assignment might be a candidate for a format attribute"
52939 msgstr ""
52940
52941 #: cp/typeck.c:9442
52942 #, gcc-internal-format
52943 msgid "in passing argument %P of %qD"
52944 msgstr ""
52945
52946 #: cp/typeck.c:9523
52947 #, gcc-internal-format
52948 msgid "returning reference to temporary"
52949 msgstr ""
52950
52951 #: cp/typeck.c:9526
52952 #, gcc-internal-format
52953 msgid "returning temporary %<initializer_list%> does not extend the lifetime of the underlying array"
52954 msgstr ""
52955
52956 #: cp/typeck.c:9562
52957 #, gcc-internal-format
52958 msgid "reference to local variable %qD returned"
52959 msgstr ""
52960
52961 #: cp/typeck.c:9566
52962 #, gcc-internal-format
52963 msgid "returning local %<initializer_list%> variable %qD does not extend the lifetime of the underlying array"
52964 msgstr ""
52965
52966 #: cp/typeck.c:9572
52967 #, gcc-internal-format
52968 msgid "address of label %qD returned"
52969 msgstr ""
52970
52971 #: cp/typeck.c:9576
52972 #, gcc-internal-format
52973 msgid "address of local variable %qD returned"
52974 msgstr ""
52975
52976 #: cp/typeck.c:9731
52977 #, gcc-internal-format
52978 msgid "moving a local object in a return statement prevents copy elision"
52979 msgstr ""
52980
52981 #: cp/typeck.c:9733 cp/typeck.c:9756
52982 #, gcc-internal-format
52983 msgid "remove %<std::move%> call"
52984 msgstr ""
52985
52986 #: cp/typeck.c:9755
52987 #, gcc-internal-format
52988 msgid "redundant move in return statement"
52989 msgstr ""
52990
52991 #: cp/typeck.c:9794
52992 #, gcc-internal-format
52993 msgid "returning a value from a destructor"
52994 msgstr ""
52995
52996 #. If a return statement appears in a handler of the
52997 #. function-try-block of a constructor, the program is ill-formed.
52998 #: cp/typeck.c:9802
52999 #, gcc-internal-format
53000 msgid "cannot return from a handler of a function-try-block of a constructor"
53001 msgstr ""
53002
53003 #. You can't return a value from a constructor.
53004 #: cp/typeck.c:9805
53005 #, gcc-internal-format
53006 msgid "returning a value from a constructor"
53007 msgstr ""
53008
53009 #. Give a helpful error message.
53010 #: cp/typeck.c:9840 cp/typeck.c:9886
53011 #, gcc-internal-format
53012 msgid "return-statement with no value, in function returning %qT"
53013 msgstr ""
53014
53015 #: cp/typeck.c:9848
53016 #, gcc-internal-format
53017 msgid "returning initializer list"
53018 msgstr ""
53019
53020 #: cp/typeck.c:9867
53021 #, gcc-internal-format
53022 msgid "inconsistent types %qT and %qT deduced for lambda return type"
53023 msgstr ""
53024
53025 #: cp/typeck.c:9870
53026 #, gcc-internal-format
53027 msgid "inconsistent deduction for auto return type: %qT and then %qT"
53028 msgstr ""
53029
53030 #: cp/typeck.c:9905
53031 #, gcc-internal-format
53032 msgid "return-statement with a value, in function returning %qT"
53033 msgstr ""
53034
53035 #: cp/typeck.c:9934
53036 #, gcc-internal-format
53037 msgid "%<operator new%> must not return NULL unless it is declared %<throw()%> (or %<-fcheck-new%> is in effect)"
53038 msgstr ""
53039
53040 #: cp/typeck.c:10570
53041 #, gcc-internal-format
53042 msgid "using rvalue as lvalue"
53043 msgstr ""
53044
53045 #: cp/typeck2.c:51
53046 #, gcc-internal-format
53047 msgid "type %qT is not a base type for type %qT"
53048 msgstr ""
53049
53050 #: cp/typeck2.c:107
53051 #, gcc-internal-format
53052 msgid "assignment of constant field %qD"
53053 msgstr ""
53054
53055 #: cp/typeck2.c:108
53056 #, gcc-internal-format
53057 msgid "constant field %qD used as %<asm%> output"
53058 msgstr ""
53059
53060 #: cp/typeck2.c:109
53061 #, gcc-internal-format
53062 msgid "increment of constant field %qD"
53063 msgstr ""
53064
53065 #: cp/typeck2.c:110
53066 #, gcc-internal-format
53067 msgid "decrement of constant field %qD"
53068 msgstr ""
53069
53070 #: cp/typeck2.c:117
53071 #, gcc-internal-format
53072 msgid "assignment of read-only reference %qD"
53073 msgstr ""
53074
53075 #: cp/typeck2.c:118
53076 #, gcc-internal-format
53077 msgid "read-only reference %qD used as %<asm%> output"
53078 msgstr ""
53079
53080 #: cp/typeck2.c:119
53081 #, gcc-internal-format
53082 msgid "increment of read-only reference %qD"
53083 msgstr ""
53084
53085 #: cp/typeck2.c:120
53086 #, gcc-internal-format
53087 msgid "decrement of read-only reference %qD"
53088 msgstr ""
53089
53090 #: cp/typeck2.c:317
53091 #, gcc-internal-format
53092 msgid "cannot declare variable %q+D to be of abstract type %qT"
53093 msgstr ""
53094
53095 #: cp/typeck2.c:322
53096 #, gcc-internal-format
53097 msgid "cannot declare parameter %q+D to be of abstract type %qT"
53098 msgstr ""
53099
53100 #: cp/typeck2.c:325
53101 #, gcc-internal-format
53102 msgid "cannot declare parameter to be of abstract type %qT"
53103 msgstr ""
53104
53105 #: cp/typeck2.c:329
53106 #, gcc-internal-format
53107 msgid "cannot declare field %q+D to be of abstract type %qT"
53108 msgstr ""
53109
53110 #: cp/typeck2.c:333
53111 #, gcc-internal-format
53112 msgid "invalid abstract return type for member function %q+#D"
53113 msgstr ""
53114
53115 #: cp/typeck2.c:335
53116 #, gcc-internal-format
53117 msgid "invalid abstract return type for function %q+#D"
53118 msgstr ""
53119
53120 #. Here we do not have location information.
53121 #: cp/typeck2.c:338
53122 #, gcc-internal-format
53123 msgid "invalid abstract type %qT for %qE"
53124 msgstr ""
53125
53126 #: cp/typeck2.c:340
53127 #, gcc-internal-format
53128 msgid "invalid abstract type for %q+D"
53129 msgstr ""
53130
53131 #: cp/typeck2.c:345
53132 #, gcc-internal-format
53133 msgid "creating array of %qT, which is an abstract class type"
53134 msgstr ""
53135
53136 #: cp/typeck2.c:348
53137 #, gcc-internal-format
53138 msgid "invalid cast to abstract class type %qT"
53139 msgstr ""
53140
53141 #: cp/typeck2.c:351
53142 #, gcc-internal-format
53143 msgid "invalid new-expression of abstract class type %qT"
53144 msgstr ""
53145
53146 #: cp/typeck2.c:354
53147 #, gcc-internal-format
53148 msgid "invalid abstract return type %qT"
53149 msgstr ""
53150
53151 #: cp/typeck2.c:357
53152 #, gcc-internal-format
53153 msgid "invalid abstract parameter type %qT"
53154 msgstr ""
53155
53156 #: cp/typeck2.c:360
53157 #, gcc-internal-format
53158 msgid "expression of abstract class type %qT cannot be used in throw-expression"
53159 msgstr ""
53160
53161 #: cp/typeck2.c:364
53162 #, gcc-internal-format
53163 msgid "cannot declare %<catch%> parameter to be of abstract class type %qT"
53164 msgstr ""
53165
53166 #: cp/typeck2.c:368
53167 #, gcc-internal-format
53168 msgid "cannot allocate an object of abstract type %qT"
53169 msgstr ""
53170
53171 #: cp/typeck2.c:378
53172 #, gcc-internal-format
53173 msgid " because the following virtual functions are pure within %qT:"
53174 msgstr ""
53175
53176 #: cp/typeck2.c:384
53177 #, fuzzy, gcc-internal-format
53178 #| msgid " %qD"
53179 msgid " %#qD"
53180 msgstr " %qD"
53181
53182 #: cp/typeck2.c:437
53183 #, gcc-internal-format
53184 msgid "definition of %q#T is not complete until the closing brace"
53185 msgstr ""
53186
53187 #: cp/typeck2.c:440
53188 #, gcc-internal-format
53189 msgid "forward declaration of %q#T"
53190 msgstr ""
53191
53192 #: cp/typeck2.c:442
53193 #, gcc-internal-format
53194 msgid "declaration of %q#T"
53195 msgstr ""
53196
53197 #: cp/typeck2.c:473
53198 #, gcc-internal-format
53199 msgid "%qD has incomplete type"
53200 msgstr ""
53201
53202 #: cp/typeck2.c:487
53203 #, gcc-internal-format
53204 msgid "invalid use of incomplete type %q#T"
53205 msgstr ""
53206
53207 #: cp/typeck2.c:524
53208 #, gcc-internal-format
53209 msgid "invalid use of member function %qD (did you forget the %<()%> ?)"
53210 msgstr ""
53211
53212 #: cp/typeck2.c:529
53213 #, gcc-internal-format
53214 msgid "invalid use of member %qD (did you forget the %<&%> ?)"
53215 msgstr ""
53216
53217 #: cp/typeck2.c:539
53218 #, gcc-internal-format
53219 msgid "invalid use of placeholder %qT"
53220 msgstr ""
53221
53222 #: cp/typeck2.c:546
53223 #, gcc-internal-format
53224 msgid "invalid use of template type parameter %qT"
53225 msgstr ""
53226
53227 #: cp/typeck2.c:551
53228 #, gcc-internal-format
53229 msgid "invalid use of template template parameter %qT"
53230 msgstr ""
53231
53232 #: cp/typeck2.c:558
53233 #, gcc-internal-format
53234 msgid "invalid use of dependent type %qT"
53235 msgstr ""
53236
53237 #: cp/typeck2.c:565
53238 #, gcc-internal-format
53239 msgid "invalid use of brace-enclosed initializer list"
53240 msgstr ""
53241
53242 #: cp/typeck2.c:573
53243 #, gcc-internal-format
53244 msgid "address of overloaded function with no contextual type information"
53245 msgstr ""
53246
53247 #: cp/typeck2.c:577
53248 #, gcc-internal-format
53249 msgid "overloaded function with no contextual type information"
53250 msgstr ""
53251
53252 #: cp/typeck2.c:580
53253 #, gcc-internal-format
53254 msgid "insufficient contextual information to determine type"
53255 msgstr ""
53256
53257 #: cp/typeck2.c:841
53258 #, gcc-internal-format
53259 msgid "constructor syntax used, but no constructor declared for type %qT"
53260 msgstr ""
53261
53262 #: cp/typeck2.c:911
53263 #, gcc-internal-format
53264 msgid "%<constinit%> variable %qD does not have a constant initializer"
53265 msgstr ""
53266
53267 #: cp/typeck2.c:1057
53268 msgid "narrowing conversion of %qE from %qH to %qI is ill-formed in C++11"
53269 msgstr ""
53270
53271 #: cp/typeck2.c:1069 cp/typeck2.c:1082
53272 msgid "narrowing conversion of %qE from %qH to %qI"
53273 msgstr ""
53274
53275 #: cp/typeck2.c:1072
53276 #, gcc-internal-format
53277 msgid " the expression has a constant value but is not a C++ constant-expression"
53278 msgstr ""
53279
53280 #: cp/typeck2.c:1231
53281 #, gcc-internal-format
53282 msgid "initializer-string for %qT is too long"
53283 msgstr ""
53284
53285 #: cp/typeck2.c:1292
53286 #, gcc-internal-format
53287 msgid "initializing a base class of type %qT results in object slicing"
53288 msgstr ""
53289
53290 #: cp/typeck2.c:1294
53291 #, gcc-internal-format
53292 msgid "remove %<{ }%> around initializer"
53293 msgstr ""
53294
53295 #: cp/typeck2.c:1311
53296 #, gcc-internal-format
53297 msgid "cannot initialize aggregate of type %qT with a compound literal"
53298 msgstr ""
53299
53300 #: cp/typeck2.c:1674 cp/typeck2.c:1704
53301 #, gcc-internal-format
53302 msgid "missing initializer for member %qD"
53303 msgstr ""
53304
53305 #: cp/typeck2.c:1682
53306 #, gcc-internal-format
53307 msgid "member %qD is uninitialized reference"
53308 msgstr ""
53309
53310 #: cp/typeck2.c:1689
53311 #, gcc-internal-format
53312 msgid "member %qD with uninitialized reference fields"
53313 msgstr ""
53314
53315 #: cp/typeck2.c:1775
53316 #, gcc-internal-format
53317 msgid "designator order for field %qD does not match declaration order in %qT"
53318 msgstr ""
53319
53320 #: cp/typeck2.c:1848
53321 #, gcc-internal-format
53322 msgid "no field %qD found in union being initialized"
53323 msgstr ""
53324
53325 #: cp/typeck2.c:1859
53326 #, gcc-internal-format
53327 msgid "index value instead of field name in union initializer"
53328 msgstr ""
53329
53330 #: cp/typeck2.c:2049
53331 #, gcc-internal-format
53332 msgid "circular pointer delegation detected"
53333 msgstr ""
53334
53335 #: cp/typeck2.c:2063
53336 #, gcc-internal-format
53337 msgid "base operand of %<->%> has non-pointer type %qT"
53338 msgstr ""
53339
53340 #: cp/typeck2.c:2093
53341 #, gcc-internal-format
53342 msgid "result of %<operator->()%> yields non-pointer result"
53343 msgstr ""
53344
53345 #: cp/typeck2.c:2095
53346 #, gcc-internal-format
53347 msgid "base operand of %<->%> is not a pointer"
53348 msgstr ""
53349
53350 #: cp/typeck2.c:2122
53351 #, gcc-internal-format
53352 msgid "%qE cannot be used as a member pointer, since it is of type %qT"
53353 msgstr ""
53354
53355 #: cp/typeck2.c:2131
53356 #, gcc-internal-format
53357 msgid "cannot apply member pointer %qE to %qE, which is of non-class type %qT"
53358 msgstr ""
53359
53360 #: cp/typeck2.c:2153
53361 #, gcc-internal-format
53362 msgid "pointer to member type %qT incompatible with object type %qT"
53363 msgstr ""
53364
53365 #: cp/typeck2.c:2211
53366 #, gcc-internal-format
53367 msgid "pointer-to-member-function type %qT requires an rvalue"
53368 msgstr ""
53369
53370 #: cp/typeck2.c:2222
53371 #, gcc-internal-format
53372 msgid "pointer-to-member-function type %qT requires an lvalue"
53373 msgstr ""
53374
53375 #: cp/typeck2.c:2230
53376 #, gcc-internal-format
53377 msgid "pointer-to-member-function type %qT requires an lvalue before C++2a"
53378 msgstr ""
53379
53380 #: cp/typeck2.c:2271
53381 #, gcc-internal-format
53382 msgid "functional cast to array type %qT"
53383 msgstr ""
53384
53385 #: cp/typeck2.c:2293
53386 #, fuzzy, gcc-internal-format
53387 #| msgid "in template argument for type %qT"
53388 msgid "cannot deduce template arguments for %qT from %<()%>"
53389 msgstr "в аргументі шаблона для типу %qT"
53390
53391 #: cp/typeck2.c:2313
53392 #, gcc-internal-format
53393 msgid "invalid value-initialization of reference type"
53394 msgstr ""
53395
53396 #: cp/typeck2.c:2554
53397 #, gcc-internal-format
53398 msgid "call to function %qD which throws incomplete type %q#T"
53399 msgstr ""
53400
53401 #: cp/typeck2.c:2557
53402 #, gcc-internal-format
53403 msgid "call to function which throws incomplete type %q#T"
53404 msgstr ""
53405
53406 #: cp/vtable-class-hierarchy.c:719
53407 #, gcc-internal-format
53408 msgid "unable to open log file %<vtv_class_set_sizes.log%>: %m"
53409 msgstr ""
53410
53411 #: cp/vtable-class-hierarchy.c:859
53412 #, gcc-internal-format
53413 msgid "unable to open log file %<vtv_set_ptr_data.log%>: %m"
53414 msgstr ""
53415
53416 #: cp/vtable-class-hierarchy.c:1109
53417 #, gcc-internal-format
53418 msgid "unable to open log file %<vtv_count_data.log%>: %m"
53419 msgstr ""
53420
53421 #: fortran/arith.c:47
53422 #, gcc-internal-format, gfc-internal-format
53423 msgid "Conversion of an Infinity or Not-a-Number at %L to INTEGER"
53424 msgstr ""
53425
53426 #: fortran/arith.c:124 fortran/arith.c:1944
53427 #, gcc-internal-format
53428 msgid "gfc_arith_error(): Bad error code"
53429 msgstr ""
53430
53431 #: fortran/arith.c:157
53432 #, gcc-internal-format
53433 msgid "Fix min_int calculation"
53434 msgstr ""
53435
53436 #: fortran/arith.c:537
53437 #, gcc-internal-format
53438 msgid "gfc_range_check(): Bad type"
53439 msgstr ""
53440
53441 #: fortran/arith.c:610
53442 #, gcc-internal-format
53443 msgid "gfc_arith_uminus(): Bad basic type"
53444 msgstr ""
53445
53446 #: fortran/arith.c:644
53447 #, gcc-internal-format
53448 msgid "gfc_arith_plus(): Bad basic type"
53449 msgstr ""
53450
53451 #: fortran/arith.c:678
53452 #, gcc-internal-format
53453 msgid "gfc_arith_minus(): Bad basic type"
53454 msgstr ""
53455
53456 #: fortran/arith.c:713
53457 #, gcc-internal-format
53458 msgid "gfc_arith_times(): Bad basic type"
53459 msgstr ""
53460
53461 #: fortran/arith.c:752
53462 #, gcc-internal-format
53463 msgid "Integer division truncated to constant %qs at %L"
53464 msgstr ""
53465
53466 #: fortran/arith.c:798
53467 #, gcc-internal-format
53468 msgid "gfc_arith_divide(): Bad basic type"
53469 msgstr ""
53470
53471 #: fortran/arith.c:844
53472 #, gcc-internal-format
53473 msgid "arith_power(): Bad base"
53474 msgstr ""
53475
53476 #: fortran/arith.c:883
53477 #, gcc-internal-format, gfc-internal-format
53478 msgid "Negative exponent of integer has zero result at %L"
53479 msgstr ""
53480
53481 #: fortran/arith.c:903
53482 #, gcc-internal-format, gfc-internal-format
53483 msgid "Result of exponentiation at %L exceeds the range of %s"
53484 msgstr ""
53485
53486 #: fortran/arith.c:940 fortran/arith.c:965
53487 #, gcc-internal-format, gfc-internal-format
53488 msgid "Noninteger exponent in an initialization expression at %L"
53489 msgstr ""
53490
53491 #: fortran/arith.c:951
53492 #, gcc-internal-format, gfc-internal-format
53493 msgid "Raising a negative REAL at %L to a REAL power is prohibited"
53494 msgstr ""
53495
53496 #: fortran/arith.c:979
53497 #, gcc-internal-format
53498 msgid "arith_power(): unknown type"
53499 msgstr ""
53500
53501 #: fortran/arith.c:1050
53502 #, gcc-internal-format
53503 msgid "compare_real(): Bad operator"
53504 msgstr ""
53505
53506 #: fortran/arith.c:1085
53507 #, gcc-internal-format
53508 msgid "gfc_compare_expr(): Bad basic type"
53509 msgstr ""
53510
53511 #: fortran/arith.c:1596
53512 #, gcc-internal-format
53513 msgid "eval_intrinsic(): Bad operator"
53514 msgstr ""
53515
53516 #: fortran/arith.c:1653
53517 #, gcc-internal-format
53518 msgid "eval_type_intrinsic0(): op NULL"
53519 msgstr ""
53520
53521 #: fortran/arith.c:1912
53522 #, gcc-internal-format, gfc-internal-format
53523 msgid "Arithmetic OK converting %s to %s at %L"
53524 msgstr ""
53525
53526 #: fortran/arith.c:1916
53527 #, gcc-internal-format
53528 msgid "Arithmetic overflow converting %s to %s at %L. This check can be disabled with the option %<-fno-range-check%>"
53529 msgstr ""
53530
53531 #: fortran/arith.c:1921
53532 #, gcc-internal-format
53533 msgid "Arithmetic underflow converting %s to %s at %L. This check can be disabled with the option %<-fno-range-check%>"
53534 msgstr ""
53535
53536 #: fortran/arith.c:1926
53537 #, gcc-internal-format
53538 msgid "Arithmetic NaN converting %s to %s at %L. This check can be disabled with the option %<-fno-range-check%>"
53539 msgstr ""
53540
53541 #: fortran/arith.c:1931
53542 #, gcc-internal-format, gfc-internal-format
53543 msgid "Division by zero converting %s to %s at %L"
53544 msgstr ""
53545
53546 #: fortran/arith.c:1935
53547 #, gcc-internal-format, gfc-internal-format
53548 msgid "Array operands are incommensurate converting %s to %s at %L"
53549 msgstr ""
53550
53551 #: fortran/arith.c:1939
53552 #, gcc-internal-format, gfc-internal-format
53553 msgid "Integer outside symmetric range implied by Standard Fortran converting %s to %s at %L"
53554 msgstr ""
53555
53556 #: fortran/arith.c:2026 fortran/arith.c:2135 fortran/arith.c:2195
53557 #: fortran/arith.c:2247 fortran/arith.c:2307 fortran/arith.c:2376
53558 #: fortran/arith.c:2443
53559 #, gcc-internal-format
53560 msgid "Conversion from %qs to %qs at %L"
53561 msgstr ""
53562
53563 #: fortran/arith.c:2055 fortran/arith.c:2088 fortran/arith.c:2127
53564 #: fortran/arith.c:2185 fortran/arith.c:2237 fortran/arith.c:2297
53565 #: fortran/arith.c:2366 fortran/arith.c:2435
53566 #, gcc-internal-format
53567 msgid "Change of value in conversion from %qs to %qs at %L"
53568 msgstr ""
53569
53570 #: fortran/arith.c:2283 fortran/arith.c:2352
53571 #, gcc-internal-format
53572 msgid "Non-zero imaginary part discarded in conversion from %qs to %qs at %L"
53573 msgstr ""
53574
53575 #: fortran/arith.c:2519
53576 #, gcc-internal-format
53577 msgid "The Hollerith constant at %L is truncated in conversion to %qs"
53578 msgstr ""
53579
53580 #: fortran/arith.c:2548
53581 #, gcc-internal-format, gfc-internal-format
53582 msgid "The character constant at %L is truncated in conversion to %s"
53583 msgstr ""
53584
53585 #: fortran/array.c:97 fortran/array.c:129 fortran/array.c:150
53586 #, gcc-internal-format, gfc-internal-format
53587 msgid "Invalid BOZ literal constant used in subscript at %C"
53588 msgstr ""
53589
53590 #: fortran/array.c:102
53591 #, gcc-internal-format, gfc-internal-format
53592 msgid "Expected array subscript at %C"
53593 msgstr ""
53594
53595 #: fortran/array.c:111
53596 #, gcc-internal-format
53597 msgid "Unexpected %<*%> in coarray subscript at %C"
53598 msgstr ""
53599
53600 #: fortran/array.c:141
53601 #, gcc-internal-format, gfc-internal-format
53602 msgid "Strides not allowed in coarray subscript at %C"
53603 msgstr ""
53604
53605 #: fortran/array.c:155
53606 #, gcc-internal-format, gfc-internal-format
53607 msgid "Expected array subscript stride at %C"
53608 msgstr ""
53609
53610 #: fortran/array.c:215
53611 #, gcc-internal-format, gfc-internal-format
53612 msgid "Invalid form of array reference at %C"
53613 msgstr ""
53614
53615 #: fortran/array.c:222
53616 #, gcc-internal-format, gfc-internal-format
53617 msgid "Array reference at %C has more than 7 dimensions"
53618 msgstr ""
53619
53620 #: fortran/array.c:225 fortran/array.c:326
53621 #, gcc-internal-format, gfc-internal-format
53622 msgid "Array reference at %C cannot have more than %d dimensions"
53623 msgstr ""
53624
53625 #: fortran/array.c:240 fortran/array.c:695 fortran/check.c:3423
53626 #: fortran/check.c:5892 fortran/check.c:5930 fortran/check.c:5972
53627 #: fortran/check.c:5999 fortran/check.c:6256 fortran/match.c:1856
53628 #: fortran/match.c:3226 fortran/match.c:3568 fortran/match.c:3764
53629 #: fortran/simplify.c:2896 fortran/simplify.c:2926 fortran/simplify.c:6182
53630 #: fortran/simplify.c:8159
53631 #, gcc-internal-format
53632 msgid "Coarrays disabled at %C, use %<-fcoarray=%> to enable"
53633 msgstr ""
53634
53635 #: fortran/array.c:246
53636 #, gcc-internal-format, gfc-internal-format
53637 msgid "Unexpected coarray designator at %C"
53638 msgstr ""
53639
53640 #: fortran/array.c:268
53641 #, gcc-internal-format, gfc-internal-format
53642 msgid "TEAM= attribute in %C misplaced"
53643 msgstr ""
53644
53645 #: fortran/array.c:280
53646 #, gcc-internal-format, gfc-internal-format
53647 msgid "STAT= attribute in %C misplaced"
53648 msgstr ""
53649
53650 #: fortran/array.c:289
53651 #, gcc-internal-format, gfc-internal-format
53652 msgid "Too few codimensions at %C, expected %d not %d"
53653 msgstr ""
53654
53655 #: fortran/array.c:295
53656 #, gcc-internal-format, gfc-internal-format
53657 msgid "Too many codimensions at %C, expected %d not %d"
53658 msgstr ""
53659
53660 #: fortran/array.c:305 fortran/array.c:313
53661 #, gcc-internal-format
53662 msgid "Unexpected %<*%> for codimension %d of %d at %C"
53663 msgstr ""
53664
53665 #: fortran/array.c:308
53666 #, gcc-internal-format, gfc-internal-format
53667 msgid "Invalid form of coarray reference at %C"
53668 msgstr ""
53669
53670 #: fortran/array.c:320
53671 #, gcc-internal-format, gfc-internal-format
53672 msgid "Invalid codimension %d at %C, only %d codimensions exist"
53673 msgstr ""
53674
53675 #: fortran/array.c:384
53676 #, gcc-internal-format
53677 msgid "Variable %qs at %L in this context must be constant"
53678 msgstr ""
53679
53680 #: fortran/array.c:387
53681 #, gcc-internal-format, gfc-internal-format
53682 msgid "Expression at %L in this context must be constant"
53683 msgstr ""
53684
53685 #: fortran/array.c:488
53686 #, gcc-internal-format, gfc-internal-format
53687 msgid "Expected expression in array specification at %C"
53688 msgstr ""
53689
53690 #: fortran/array.c:501 fortran/array.c:533
53691 #, gcc-internal-format, gfc-internal-format
53692 msgid "Expecting a scalar INTEGER expression at %C, found %s"
53693 msgstr ""
53694
53695 #: fortran/array.c:570
53696 #, gcc-internal-format, gfc-internal-format
53697 msgid "Assumed-rank array at %C"
53698 msgstr ""
53699
53700 #: fortran/array.c:604
53701 #, gcc-internal-format, gfc-internal-format
53702 msgid "Bad array specification for implied-shape array at %C"
53703 msgstr ""
53704
53705 #: fortran/array.c:620 fortran/array.c:733
53706 #, gcc-internal-format, gfc-internal-format
53707 msgid "Bad array specification for an explicitly shaped array at %C"
53708 msgstr ""
53709
53710 #: fortran/array.c:630 fortran/array.c:743
53711 #, gcc-internal-format, gfc-internal-format
53712 msgid "Bad array specification for assumed shape array at %C"
53713 msgstr ""
53714
53715 #: fortran/array.c:644 fortran/array.c:757
53716 #, gcc-internal-format, gfc-internal-format
53717 msgid "Bad specification for deferred shape array at %C"
53718 msgstr ""
53719
53720 #: fortran/array.c:654 fortran/array.c:761
53721 #, gcc-internal-format, gfc-internal-format
53722 msgid "Bad specification for assumed size array at %C"
53723 msgstr ""
53724
53725 #: fortran/array.c:666 fortran/array.c:773
53726 #, gcc-internal-format, gfc-internal-format
53727 msgid "Expected another dimension in array declaration at %C"
53728 msgstr ""
53729
53730 #: fortran/array.c:672 fortran/array.c:701 fortran/array.c:779
53731 #, gcc-internal-format, gfc-internal-format
53732 msgid "Array specification at %C has more than %d dimensions"
53733 msgstr ""
53734
53735 #: fortran/array.c:678
53736 #, gcc-internal-format, gfc-internal-format
53737 msgid "Array specification at %C with more than 7 dimensions"
53738 msgstr ""
53739
53740 #: fortran/array.c:690
53741 #, gcc-internal-format, gfc-internal-format
53742 msgid "Coarray declaration at %C"
53743 msgstr ""
53744
53745 #: fortran/array.c:787
53746 #, gcc-internal-format
53747 msgid "Upper bound of last coarray dimension must be %<*%> at %C"
53748 msgstr ""
53749
53750 #: fortran/array.c:855
53751 #, gcc-internal-format
53752 msgid "The assumed-rank array %qs at %L shall not have a codimension"
53753 msgstr ""
53754
53755 #: fortran/array.c:907
53756 #, gcc-internal-format
53757 msgid "rank + corank of %qs exceeds %d at %C"
53758 msgstr ""
53759
53760 #: fortran/array.c:949
53761 #, gcc-internal-format
53762 msgid "gfc_compare_array_spec(): Array spec clobbered"
53763 msgstr ""
53764
53765 #: fortran/array.c:1025
53766 #, gcc-internal-format
53767 msgid "DO-iterator %qs at %L is inside iterator of the same name"
53768 msgstr ""
53769
53770 #: fortran/array.c:1117 fortran/array.c:1345
53771 #, gcc-internal-format, gfc-internal-format
53772 msgid "Syntax error in array constructor at %C"
53773 msgstr ""
53774
53775 #: fortran/array.c:1147
53776 #, gcc-internal-format, gfc-internal-format
53777 msgid "BOZ literal constant at %L cannot appear in an array constructor"
53778 msgstr ""
53779
53780 #: fortran/array.c:1156
53781 #, gcc-internal-format, gfc-internal-format
53782 msgid "NULL() at %C cannot appear in an array constructor"
53783 msgstr ""
53784
53785 #: fortran/array.c:1218
53786 #, gcc-internal-format, gfc-internal-format
53787 msgid "[...] style array constructors at %C"
53788 msgstr ""
53789
53790 #: fortran/array.c:1238
53791 #, gcc-internal-format, gfc-internal-format
53792 msgid "Array constructor including type specification at %C"
53793 msgstr ""
53794
53795 #: fortran/array.c:1244 fortran/match.c:4200
53796 #, gcc-internal-format, gfc-internal-format
53797 msgid "Type-spec at %L cannot contain a deferred type parameter"
53798 msgstr ""
53799
53800 #: fortran/array.c:1252
53801 #, gcc-internal-format, gfc-internal-format
53802 msgid "Type-spec at %L cannot contain an asterisk for a type parameter"
53803 msgstr ""
53804
53805 #: fortran/array.c:1270
53806 #, gcc-internal-format, gfc-internal-format
53807 msgid "Empty array constructor at %C is not allowed"
53808 msgstr ""
53809
53810 #: fortran/array.c:1307 fortran/array.c:1317
53811 #, gcc-internal-format, gfc-internal-format
53812 msgid "Incompatible typespec for array element at %L"
53813 msgstr ""
53814
53815 #: fortran/array.c:1392
53816 #, gcc-internal-format, gfc-internal-format
53817 msgid "Element in %s array constructor at %L is %s"
53818 msgstr ""
53819
53820 #: fortran/array.c:1723
53821 #, gcc-internal-format, gfc-internal-format
53822 msgid "Iterator step at %L cannot be zero"
53823 msgstr ""
53824
53825 #: fortran/array.c:1870
53826 #, gcc-internal-format
53827 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"
53828 msgstr ""
53829
53830 #: fortran/array.c:2049
53831 #, gcc-internal-format, gfc-internal-format
53832 msgid "AC-IMPLIED-DO initial expression references control variable at %L"
53833 msgstr ""
53834
53835 #: fortran/array.c:2056
53836 #, gcc-internal-format, gfc-internal-format
53837 msgid "AC-IMPLIED-DO final expression references control variable at %L"
53838 msgstr ""
53839
53840 #: fortran/array.c:2063
53841 #, gcc-internal-format, gfc-internal-format
53842 msgid "AC-IMPLIED-DO step expression references control variable at %L"
53843 msgstr ""
53844
53845 #: fortran/array.c:2075
53846 #, gcc-internal-format, gfc-internal-format
53847 msgid "Array constructor value at %L shall not be unlimited polymorphic [F2008: C4106]"
53848 msgstr ""
53849
53850 #: fortran/array.c:2167
53851 #, gcc-internal-format, gfc-internal-format
53852 msgid "Different CHARACTER lengths (%ld/%ld) in array constructor at %L"
53853 msgstr ""
53854
53855 #: fortran/array.c:2289
53856 #, gcc-internal-format
53857 msgid "spec_dimen_size(): Bad dimension"
53858 msgstr ""
53859
53860 #: fortran/array.c:2352
53861 #, gcc-internal-format
53862 msgid "gfc_ref_dimen_size(): Bad dimension"
53863 msgstr ""
53864
53865 #: fortran/array.c:2356
53866 #, gcc-internal-format, gfc-internal-format
53867 msgid "Bad array dimension at %L"
53868 msgstr ""
53869
53870 #: fortran/array.c:2383 fortran/data.c:563 fortran/data.c:582
53871 #: fortran/data.c:596 fortran/data.c:725
53872 #, gcc-internal-format
53873 msgid "Simplification error"
53874 msgstr ""
53875
53876 #: fortran/array.c:2495
53877 #, gcc-internal-format
53878 msgid "gfc_ref_dimen_size(): Bad dimen_type"
53879 msgstr ""
53880
53881 #: fortran/array.c:2546
53882 #, gcc-internal-format
53883 msgid "gfc_array_dimen_size(): Bad dimension"
53884 msgstr ""
53885
53886 #: fortran/array.c:2591
53887 #, gcc-internal-format
53888 msgid "gfc_array_dimen_size(): Bad EXPR_ARRAY expr"
53889 msgstr ""
53890
53891 #: fortran/array.c:2739
53892 #, gcc-internal-format
53893 msgid "gfc_find_array_ref(): No ref found"
53894 msgstr ""
53895
53896 #. if (c == 0)
53897 #: fortran/bbt.c:119
53898 #, gcc-internal-format
53899 msgid "insert_bbt(): Duplicate key found"
53900 msgstr ""
53901
53902 #: fortran/check.c:87
53903 #, fuzzy, gcc-internal-format
53904 #| msgid "Namelist %qs cannot be an argument at %L"
53905 msgid "BOZ literal constant at %L cannot be an actual argument to %qs"
53906 msgstr "Список назв %qs не може бути аргументом у %L"
53907
53908 #: fortran/check.c:103
53909 #, gcc-internal-format
53910 msgid "Arguments of %qs at %L and %L cannot both be BOZ literal constants"
53911 msgstr ""
53912
53913 #: fortran/check.c:123 fortran/resolve.c:10801
53914 #, fuzzy, gcc-internal-format, gfc-internal-format
53915 #| msgid "invalid use of %qT in template argument"
53916 msgid "Invalid use of BOZ literal constant at %L"
53917 msgstr "некоректне використання %qT в аргументі шаблона"
53918
53919 #: fortran/check.c:371
53920 #, gcc-internal-format, gfc-internal-format
53921 msgid "Failure in conversion of BOZ to REAL at %L"
53922 msgstr ""
53923
53924 #: fortran/check.c:477
53925 #, gcc-internal-format
53926 msgid "%qs argument of %qs intrinsic at %L must be a scalar"
53927 msgstr ""
53928
53929 #: fortran/check.c:493
53930 #, gcc-internal-format
53931 msgid "%qs argument of %qs intrinsic at %L must be %s"
53932 msgstr ""
53933
53934 #: fortran/check.c:527
53935 #, gcc-internal-format
53936 msgid "%qs argument of %qs intrinsic at %L must have a numeric type"
53937 msgstr ""
53938
53939 #: fortran/check.c:542 fortran/check.c:572
53940 #, gcc-internal-format
53941 msgid "%qs argument of %qs intrinsic at %L must be INTEGER or REAL"
53942 msgstr ""
53943
53944 #: fortran/check.c:560
53945 #, gcc-internal-format
53946 msgid "Fortran 2003: Character for %qs argument of %qs intrinsic at %L"
53947 msgstr ""
53948
53949 #: fortran/check.c:567
53950 #, gcc-internal-format
53951 msgid "%qs argument of %qs intrinsic at %L must be INTEGER or REAL or CHARACTER"
53952 msgstr ""
53953
53954 #: fortran/check.c:590 fortran/check.c:3378
53955 #, gcc-internal-format
53956 msgid "%qs argument of %qs intrinsic at %L must be of intrinsic type"
53957 msgstr ""
53958
53959 #: fortran/check.c:605
53960 #, gcc-internal-format
53961 msgid "%qs argument of %qs intrinsic at %L must be REAL or COMPLEX"
53962 msgstr ""
53963
53964 #: fortran/check.c:622
53965 #, gcc-internal-format
53966 msgid "%qs argument of %qs intrinsic at %L must be INTEGER or PROCEDURE"
53967 msgstr ""
53968
53969 #: fortran/check.c:651 fortran/check.c:7459
53970 #, gcc-internal-format
53971 msgid "%qs argument of %qs intrinsic at %L must be a constant"
53972 msgstr ""
53973
53974 #: fortran/check.c:660
53975 #, gcc-internal-format, gfc-internal-format
53976 msgid "Invalid kind for %s at %L"
53977 msgstr ""
53978
53979 #: fortran/check.c:679
53980 #, gcc-internal-format
53981 msgid "%qs argument of %qs intrinsic at %L must be double precision"
53982 msgstr ""
53983
53984 #: fortran/check.c:702
53985 #, gcc-internal-format
53986 msgid "Expected coarray variable as %qs argument to the %s intrinsic at %L"
53987 msgstr ""
53988
53989 #: fortran/check.c:719
53990 #, gcc-internal-format
53991 msgid "%qs argument of %qs intrinsic at %L must be a logical array"
53992 msgstr ""
53993
53994 #: fortran/check.c:745
53995 #, gcc-internal-format
53996 msgid "%qs argument of %qs intrinsic at %L must be an array"
53997 msgstr ""
53998
53999 #: fortran/check.c:766
54000 #, gcc-internal-format
54001 msgid "%qs at %L must be nonnegative"
54002 msgstr ""
54003
54004 #: fortran/check.c:787
54005 #, gcc-internal-format
54006 msgid "%qs argument of %qs intrinsic at %L must be positive"
54007 msgstr "аргумент %qs внутрішньої частини %qs у %L має бути додатним"
54008
54009 #: fortran/check.c:820
54010 #, gcc-internal-format
54011 msgid "The absolute value of SHIFT at %L must be less than or equal to BIT_SIZE(%qs)"
54012 msgstr ""
54013
54014 #: fortran/check.c:831
54015 #, gcc-internal-format
54016 msgid "%qs at %L must be less than or equal to BIT_SIZE(%qs)"
54017 msgstr ""
54018
54019 #: fortran/check.c:841
54020 #, gcc-internal-format
54021 msgid "%qs at %L must be less than BIT_SIZE(%qs)"
54022 msgstr ""
54023
54024 #: fortran/check.c:868
54025 #, gcc-internal-format
54026 msgid "%qs at %L must be less than or equal to the BIT_SIZE of INTEGER(KIND=%d)"
54027 msgstr ""
54028
54029 #: fortran/check.c:894
54030 #, gcc-internal-format
54031 msgid "%<%s + %s%> at %L must be less than or equal to BIT_SIZE(%qs)"
54032 msgstr ""
54033
54034 #: fortran/check.c:927
54035 #, gcc-internal-format
54036 msgid "%qs argument of %qs intrinsic at %L must be the same type and kind as %qs"
54037 msgstr ""
54038
54039 #: fortran/check.c:944
54040 #, gcc-internal-format
54041 msgid "%qs argument of %qs intrinsic at %L must be of rank %d"
54042 msgstr ""
54043
54044 #: fortran/check.c:959
54045 #, gcc-internal-format
54046 msgid "%qs argument of %qs intrinsic at %L must not be OPTIONAL"
54047 msgstr ""
54048
54049 #: fortran/check.c:980
54050 #, gcc-internal-format
54051 msgid "%qs argument of %qs intrinsic at %L must be ALLOCATABLE"
54052 msgstr ""
54053
54054 #: fortran/check.c:998
54055 #, gcc-internal-format
54056 msgid "%qs argument of %qs intrinsic at %L must be of kind %d"
54057 msgstr ""
54058
54059 #: fortran/check.c:1036
54060 #, gcc-internal-format
54061 msgid "%qs argument of %qs intrinsic at %L cannot be INTENT(IN)"
54062 msgstr ""
54063
54064 #: fortran/check.c:1057
54065 #, gcc-internal-format
54066 msgid "%qs argument of %qs intrinsic at %L must be a variable"
54067 msgstr ""
54068
54069 #: fortran/check.c:1106
54070 #, gcc-internal-format
54071 msgid "%<dim%> argument of %qs intrinsic at %L is not a valid codimension index"
54072 msgstr ""
54073
54074 #: fortran/check.c:1156
54075 #, gcc-internal-format
54076 msgid "%<dim%> argument of %qs intrinsic at %L is not a valid dimension index"
54077 msgstr ""
54078
54079 #: fortran/check.c:1259
54080 #, gcc-internal-format, gfc-internal-format
54081 msgid "Unequal character lengths (%ld/%ld) in %s at %L"
54082 msgstr ""
54083
54084 #: fortran/check.c:1407
54085 #, gcc-internal-format
54086 msgid "%qs and %qs arguments of %qs intrinsic at %L must have the same type"
54087 msgstr ""
54088
54089 #: fortran/check.c:1416 fortran/check.c:3687
54090 #, gcc-internal-format, gfc-internal-format
54091 msgid "Different type kinds at %L"
54092 msgstr ""
54093
54094 #: fortran/check.c:1452
54095 #, gcc-internal-format
54096 msgid "%qs argument of %qs intrinsic at %L must be a POINTER"
54097 msgstr ""
54098
54099 #: fortran/check.c:1461 fortran/check.c:1497 fortran/check.c:4364
54100 #, gcc-internal-format
54101 msgid "%qs argument of %qs intrinsic at %L shall not be coindexed"
54102 msgstr ""
54103
54104 #: fortran/check.c:1479
54105 #, gcc-internal-format
54106 msgid "%qs argument of %qs intrinsic at %L must be a pointer or target VARIABLE or FUNCTION"
54107 msgstr ""
54108
54109 #: fortran/check.c:1488
54110 #, gcc-internal-format
54111 msgid "%qs argument of %qs intrinsic at %L must be a POINTER or a TARGET"
54112 msgstr ""
54113
54114 #: fortran/check.c:1513
54115 #, gcc-internal-format, gfc-internal-format
54116 msgid "Array section with a vector subscript at %L shall not be the target of a pointer"
54117 msgstr ""
54118
54119 #: fortran/check.c:1524
54120 #, gcc-internal-format
54121 msgid "NULL pointer at %L is not permitted as actual argument of %qs intrinsic function"
54122 msgstr ""
54123
54124 #: fortran/check.c:1567
54125 #, gcc-internal-format, gfc-internal-format
54126 msgid "ATOM argument at %L to intrinsic function %s shall be an integer of ATOMIC_INT_KIND or a logical of ATOMIC_LOGICAL_KIND"
54127 msgstr ""
54128
54129 #: fortran/check.c:1575
54130 #, gcc-internal-format, gfc-internal-format
54131 msgid "ATOM argument at %L of the %s intrinsic function shall be a coarray or coindexed"
54132 msgstr ""
54133
54134 #: fortran/check.c:1582
54135 #, gcc-internal-format
54136 msgid "%qs argument of %qs intrinsic at %L shall have the same type as %qs at %L"
54137 msgstr ""
54138
54139 #: fortran/check.c:1600 fortran/check.c:1813
54140 #, gcc-internal-format, gfc-internal-format
54141 msgid "STAT= argument to %s at %L"
54142 msgstr ""
54143
54144 #: fortran/check.c:1619 fortran/check.c:1753 fortran/check.c:1850
54145 #, gcc-internal-format, gfc-internal-format
54146 msgid "ATOM argument of the %s intrinsic function at %L shall be definable"
54147 msgstr ""
54148
54149 #: fortran/check.c:1633 fortran/check.c:1833
54150 #, gcc-internal-format, gfc-internal-format
54151 msgid "ATOM argument at %L to intrinsic function %s shall be an integer of ATOMIC_INT_KIND"
54152 msgstr ""
54153
54154 #: fortran/check.c:1653
54155 #, gcc-internal-format, gfc-internal-format
54156 msgid "VALUE argument of the %s intrinsic function at %L shall be definable"
54157 msgstr ""
54158
54159 #: fortran/check.c:1672 fortran/check.c:1686 fortran/check.c:1721
54160 #, gcc-internal-format
54161 msgid "%qs argument of %qs intrinsic at %L not yet supported"
54162 msgstr ""
54163
54164 #: fortran/check.c:1706
54165 #, gcc-internal-format
54166 msgid "%qs argument of %qs intrinsic at %L shall specify a valid integer kind"
54167 msgstr ""
54168
54169 #: fortran/check.c:1760 fortran/check.c:1857
54170 #, gcc-internal-format, gfc-internal-format
54171 msgid "OLD argument of the %s intrinsic function at %L shall be definable"
54172 msgstr ""
54173
54174 #: fortran/check.c:1775
54175 #, gcc-internal-format, gfc-internal-format
54176 msgid "EVENT argument at %L to the intrinsic EVENT_QUERY shall be of type EVENT_TYPE"
54177 msgstr ""
54178
54179 #: fortran/check.c:1785
54180 #, gcc-internal-format, gfc-internal-format
54181 msgid "COUNT argument of the EVENT_QUERY intrinsic function at %L shall be definable"
54182 msgstr ""
54183
54184 #: fortran/check.c:1798
54185 #, gcc-internal-format, gfc-internal-format
54186 msgid "COUNT argument of the EVENT_QUERY intrinsic function at %L shall have at least the range of the default integer"
54187 msgstr ""
54188
54189 #: fortran/check.c:1877
54190 #, gcc-internal-format, gfc-internal-format
54191 msgid "Negative argument N at %L"
54192 msgstr ""
54193
54194 #: fortran/check.c:2099 fortran/check.c:2589
54195 #, gcc-internal-format
54196 msgid "%qs argument of %qs intrinsic at %L must not be present if %<x%> is COMPLEX"
54197 msgstr ""
54198
54199 #: fortran/check.c:2108 fortran/check.c:2598
54200 #, gcc-internal-format
54201 msgid "%qs argument of %qs intrinsic at %L must have a type of either REAL or INTEGER"
54202 msgstr ""
54203
54204 #: fortran/check.c:2118 fortran/check.c:2124
54205 #, gcc-internal-format, gfc-internal-format
54206 msgid "Conversion from %s to default-kind COMPLEX(%d) at %L might lose precision, consider using the KIND argument"
54207 msgstr ""
54208
54209 #: fortran/check.c:2146
54210 #, gcc-internal-format
54211 msgid "Argument %<A%> with INTENT(INOUT) at %L of the intrinsic subroutine %s shall not have a vector subscript"
54212 msgstr ""
54213
54214 #: fortran/check.c:2154
54215 #, gcc-internal-format, gfc-internal-format
54216 msgid "The A argument at %L to the intrinsic %s shall not be coindexed"
54217 msgstr ""
54218
54219 #: fortran/check.c:2177
54220 #, gcc-internal-format, gfc-internal-format
54221 msgid "The stat= argument at %L must be a kind=4 integer variable"
54222 msgstr ""
54223
54224 #: fortran/check.c:2193
54225 #, gcc-internal-format, gfc-internal-format
54226 msgid "The errmsg= argument at %L must be a default-kind character variable"
54227 msgstr ""
54228
54229 #: fortran/check.c:2201
54230 #, gcc-internal-format
54231 msgid "Coarrays disabled at %L, use %<-fcoarray=%> to enable"
54232 msgstr ""
54233
54234 #: fortran/check.c:2216
54235 #, gcc-internal-format, gfc-internal-format
54236 msgid "Support for the A argument at %L which is polymorphic A argument or has allocatable components is not yet implemented"
54237 msgstr ""
54238
54239 #: fortran/check.c:2235
54240 #, gcc-internal-format, gfc-internal-format
54241 msgid "The A argument at %L of CO_REDUCE shall not be polymorphic"
54242 msgstr ""
54243
54244 #: fortran/check.c:2242
54245 #, gcc-internal-format, gfc-internal-format
54246 msgid "Support for the A argument at %L with allocatable components is not yet implemented"
54247 msgstr ""
54248
54249 #: fortran/check.c:2256
54250 #, gcc-internal-format, gfc-internal-format
54251 msgid "OPERATOR argument at %L must be a PURE function"
54252 msgstr ""
54253
54254 #. None of the intrinsics fulfills the criteria of taking two arguments,
54255 #. returning the same type and kind as the arguments and being permitted
54256 #. as actual argument.
54257 #: fortran/check.c:2266
54258 #, gcc-internal-format, gfc-internal-format
54259 msgid "Intrinsic function %s at %L is not permitted for CO_REDUCE"
54260 msgstr ""
54261
54262 #: fortran/check.c:2283
54263 #, gcc-internal-format, gfc-internal-format
54264 msgid "The function passed as OPERATOR at %L shall have two arguments"
54265 msgstr ""
54266
54267 #: fortran/check.c:2293
54268 #, gcc-internal-format, gfc-internal-format
54269 msgid "The A argument at %L has type %s but the function passed as OPERATOR at %L returns %s"
54270 msgstr ""
54271
54272 #: fortran/check.c:2302
54273 #, gcc-internal-format, gfc-internal-format
54274 msgid "The function passed as OPERATOR at %L has arguments of type %s and %s but shall have type %s"
54275 msgstr ""
54276
54277 #: fortran/check.c:2313
54278 #, gcc-internal-format, gfc-internal-format
54279 msgid "The function passed as OPERATOR at %L shall have scalar nonallocatable nonpointer arguments and return a nonallocatable nonpointer scalar"
54280 msgstr ""
54281
54282 #: fortran/check.c:2321
54283 #, gcc-internal-format, gfc-internal-format
54284 msgid "The function passed as OPERATOR at %L shall have the VALUE attribute either for none or both arguments"
54285 msgstr ""
54286
54287 #: fortran/check.c:2328
54288 #, gcc-internal-format, gfc-internal-format
54289 msgid "The function passed as OPERATOR at %L shall have the TARGET attribute either for none or both arguments"
54290 msgstr ""
54291
54292 #: fortran/check.c:2335
54293 #, gcc-internal-format, gfc-internal-format
54294 msgid "The function passed as OPERATOR at %L shall have the ASYNCHRONOUS attribute either for none or both arguments"
54295 msgstr ""
54296
54297 #: fortran/check.c:2343
54298 #, gcc-internal-format, gfc-internal-format
54299 msgid "The function passed as OPERATOR at %L shall not have the OPTIONAL attribute for either of the arguments"
54300 msgstr ""
54301
54302 #: fortran/check.c:2373
54303 #, gcc-internal-format, gfc-internal-format
54304 msgid "The character length of the A argument at %L and of the arguments of the OPERATOR at %L shall be the same"
54305 msgstr ""
54306
54307 #: fortran/check.c:2380
54308 #, gcc-internal-format, gfc-internal-format
54309 msgid "The character length of the A argument at %L and of the function result of the OPERATOR at %L shall be the same"
54310 msgstr ""
54311
54312 #: fortran/check.c:2398
54313 #, gcc-internal-format
54314 msgid "%qs argument of %qs intrinsic at %L shall be of type integer, real or character"
54315 msgstr ""
54316
54317 #: fortran/check.c:2477 fortran/check.c:3107 fortran/check.c:3190
54318 #: fortran/check.c:3409 fortran/check.c:3454 fortran/check.c:4930
54319 #: fortran/check.c:5064 fortran/check.c:5119 fortran/check.c:6242
54320 #: fortran/check.c:6371
54321 #, gcc-internal-format
54322 msgid "%qs intrinsic with KIND argument at %L"
54323 msgstr ""
54324
54325 #: fortran/check.c:2524 fortran/check.c:2793 fortran/check.c:2853
54326 #, gcc-internal-format
54327 msgid "%qs argument of %qs intrinsic at %L has invalid shape in dimension %d (%ld/%ld)"
54328 msgstr ""
54329
54330 #: fortran/check.c:2539 fortran/check.c:2808 fortran/check.c:2868
54331 #, gcc-internal-format
54332 msgid "%qs argument of intrinsic %qs at %L of must have rank %d or be a scalar"
54333 msgstr ""
54334
54335 #: fortran/check.c:2651 fortran/check.c:3781 fortran/check.c:3789
54336 #, gcc-internal-format
54337 msgid "%qs argument of %qs intrinsic at %L must be numeric or LOGICAL"
54338 msgstr ""
54339
54340 #: fortran/check.c:2665
54341 #, gcc-internal-format
54342 msgid "Different shape for arguments %qs and %qs at %L for intrinsic %<dot_product%>"
54343 msgstr ""
54344
54345 #: fortran/check.c:2685 fortran/check.c:2693
54346 #, gcc-internal-format
54347 msgid "%qs argument of %qs intrinsic at %L must be default real"
54348 msgstr ""
54349
54350 #: fortran/check.c:2829
54351 #, gcc-internal-format
54352 msgid "%qs must be of same type and kind as %qs at %L in %qs"
54353 msgstr ""
54354
54355 #: fortran/check.c:2887
54356 #, gcc-internal-format
54357 msgid "Missing %qs argument to %qs intrinsic at %L for %qs of type %qs"
54358 msgstr ""
54359
54360 #: fortran/check.c:2919
54361 #, gcc-internal-format, gfc-internal-format
54362 msgid "non-default INTEGER kind argument to %s intrinsic at %L"
54363 msgstr ""
54364
54365 #: fortran/check.c:2980
54366 #, gcc-internal-format
54367 msgid "COMPLEX argument %qs of %qs intrinsic at %L"
54368 msgstr ""
54369
54370 #: fortran/check.c:3062
54371 #, gcc-internal-format
54372 msgid "Arguments of %qs have different kind type parameters at %L"
54373 msgstr ""
54374
54375 #: fortran/check.c:3158
54376 #, gcc-internal-format, gfc-internal-format
54377 msgid "Argument of %s at %L must be of length one"
54378 msgstr ""
54379
54380 #: fortran/check.c:3197
54381 #, gcc-internal-format
54382 msgid "%qs argument of %qs intrinsic at %L must be the same kind as %qs"
54383 msgstr ""
54384
54385 #: fortran/check.c:3231
54386 #, gcc-internal-format
54387 msgid "%qs intrinsic subprogram at %L has been deprecated. Use INT intrinsic subprogram."
54388 msgstr ""
54389
54390 #: fortran/check.c:3283
54391 #, gcc-internal-format, gfc-internal-format
54392 msgid "SIZE at %L must be positive"
54393 msgstr ""
54394
54395 #: fortran/check.c:3295
54396 #, gcc-internal-format, gfc-internal-format
54397 msgid "The absolute value of SHIFT at %L must be less than or equal to SIZE at %L"
54398 msgstr ""
54399
54400 #: fortran/check.c:3354
54401 #, gcc-internal-format, gfc-internal-format
54402 msgid "STATUS at %L shall be an INTENT(OUT) variable"
54403 msgstr ""
54404
54405 #: fortran/check.c:3363
54406 #, fuzzy, gcc-internal-format
54407 #| msgid "%qs at %C is not a variable"
54408 msgid "%qs at %L shall be an INTENT(OUT) variable"
54409 msgstr "%qs у %C не є змінною"
54410
54411 #: fortran/check.c:3385
54412 #, gcc-internal-format
54413 msgid "%qs argument of %qs intrinsic at %L must be a data entity"
54414 msgstr ""
54415
54416 #: fortran/check.c:3596
54417 #, gcc-internal-format
54418 msgid "Intrinsic %qs at %L must have at least two arguments"
54419 msgstr ""
54420
54421 #: fortran/check.c:3644
54422 #, gcc-internal-format
54423 msgid "Missing %qs argument to the %s intrinsic at %L"
54424 msgstr ""
54425
54426 #: fortran/check.c:3659
54427 #, gcc-internal-format
54428 msgid "Duplicate argument %qs at %L to intrinsic %s"
54429 msgstr ""
54430
54431 #: fortran/check.c:3664
54432 #, gcc-internal-format
54433 msgid "Unknown argument %qs at %L to intrinsic %s"
54434 msgstr ""
54435
54436 #: fortran/check.c:3693
54437 #, gcc-internal-format
54438 msgid "%<a%d%> argument of %qs intrinsic at %L must be %s(%d)"
54439 msgstr ""
54440
54441 #: fortran/check.c:3724
54442 #, gcc-internal-format
54443 msgid "%qs intrinsic with CHARACTER argument at %L"
54444 msgstr ""
54445
54446 #: fortran/check.c:3731
54447 #, gcc-internal-format
54448 msgid "%<a1%> argument of %qs intrinsic at %L must be INTEGER, REAL or CHARACTER"
54449 msgstr ""
54450
54451 #: fortran/check.c:3798
54452 #, gcc-internal-format
54453 msgid "Argument types of %qs intrinsic at %L must match (%s/%s)"
54454 msgstr ""
54455
54456 #: fortran/check.c:3812
54457 #, gcc-internal-format
54458 msgid "Different shape on dimension 1 for arguments %qs and %qs at %L for intrinsic matmul"
54459 msgstr ""
54460
54461 #: fortran/check.c:3831
54462 #, gcc-internal-format
54463 msgid "Different shape on dimension 2 for argument %qs and dimension 1 for argument %qs at %L for intrinsic matmul"
54464 msgstr ""
54465
54466 #: fortran/check.c:3840
54467 #, gcc-internal-format
54468 msgid "%qs argument of %qs intrinsic at %L must be of rank 1 or 2"
54469 msgstr ""
54470
54471 #: fortran/check.c:3999
54472 #, gcc-internal-format
54473 msgid "Argument %qs of %qs intrinsic at %L must be in type conformance to argument %qs at %L"
54474 msgstr ""
54475
54476 #: fortran/check.c:4117 fortran/check.c:7379 fortran/check.c:7394
54477 #, gcc-internal-format
54478 msgid "%qs argument of %qs intrinsic at %L must be INTEGER"
54479 msgstr ""
54480
54481 #: fortran/check.c:4194
54482 #, gcc-internal-format, gfc-internal-format
54483 msgid "The FROM argument to MOVE_ALLOC at %L shall not be coindexed"
54484 msgstr ""
54485
54486 #: fortran/check.c:4205
54487 #, gcc-internal-format, gfc-internal-format
54488 msgid "The TO argument to MOVE_ALLOC at %L shall not be coindexed"
54489 msgstr ""
54490
54491 #: fortran/check.c:4212
54492 #, gcc-internal-format, gfc-internal-format
54493 msgid "The TO arguments in MOVE_ALLOC at %L must be polymorphic if FROM is polymorphic"
54494 msgstr ""
54495
54496 #: fortran/check.c:4223
54497 #, gcc-internal-format, gfc-internal-format
54498 msgid "The FROM and TO arguments of the MOVE_ALLOC intrinsic at %L must have the same rank %d/%d"
54499 msgstr ""
54500
54501 #: fortran/check.c:4232
54502 #, gcc-internal-format, gfc-internal-format
54503 msgid "The FROM and TO arguments of the MOVE_ALLOC intrinsic at %L must have the same corank %d/%d"
54504 msgstr ""
54505
54506 #: fortran/check.c:4272
54507 #, gcc-internal-format, gfc-internal-format
54508 msgid "The FROM and TO arguments at %L violate aliasing restrictions (F2003 12.4.1.7)"
54509 msgstr ""
54510
54511 #: fortran/check.c:4299
54512 #, gcc-internal-format
54513 msgid "Argument %<S%> of NEAREST at %L shall not be zero"
54514 msgstr ""
54515
54516 #: fortran/check.c:4349
54517 #, gcc-internal-format
54518 msgid "%qs argument of %qs intrinsic at %L must be a POINTER, ALLOCATABLE or procedure pointer"
54519 msgstr ""
54520
54521 #: fortran/check.c:4357
54522 #, gcc-internal-format, gfc-internal-format
54523 msgid "NULL intrinsic with allocatable MOLD at %L"
54524 msgstr ""
54525
54526 #: fortran/check.c:4436 fortran/check.c:6318
54527 #, gcc-internal-format
54528 msgid "%qs argument of %qs intrinsic at %L must provide at least as many elements as there are .TRUE. values in %qs (%ld/%d)"
54529 msgstr ""
54530
54531 #: fortran/check.c:4494
54532 #, gcc-internal-format
54533 msgid "%qs argument of %qs intrinsic at %L must be of a dummy variable"
54534 msgstr ""
54535
54536 #: fortran/check.c:4502
54537 #, gcc-internal-format
54538 msgid "%qs argument of %qs intrinsic at %L must be of an OPTIONAL dummy variable"
54539 msgstr ""
54540
54541 #: fortran/check.c:4521
54542 #, gcc-internal-format
54543 msgid "%qs argument of %qs intrinsic at %L must not be a subobject of %qs"
54544 msgstr ""
54545
54546 #: fortran/check.c:4572
54547 #, gcc-internal-format, gfc-internal-format
54548 msgid "The argument of the RANK intrinsic at %L must be a data object"
54549 msgstr ""
54550
54551 #: fortran/check.c:4679
54552 #, gcc-internal-format
54553 msgid "%<shape%> argument of %<reshape%> intrinsic at %L must be an array of constant size"
54554 msgstr ""
54555
54556 #: fortran/check.c:4689
54557 #, gcc-internal-format
54558 msgid "%qs argument of %qs intrinsic at %L is empty"
54559 msgstr ""
54560
54561 #: fortran/check.c:4696
54562 #, gcc-internal-format
54563 msgid "%<shape%> argument of %<reshape%> intrinsic at %L has more than %d elements"
54564 msgstr ""
54565
54566 #: fortran/check.c:4713
54567 #, gcc-internal-format
54568 msgid "%qs argument of %qs intrinsic at %L has negative element (%d)"
54569 msgstr ""
54570
54571 #: fortran/check.c:4745
54572 #, gcc-internal-format, gfc-internal-format
54573 msgid "Element %d of actual argument of RESHAPE at %L cannot be negative"
54574 msgstr ""
54575
54576 #: fortran/check.c:4783
54577 #, gcc-internal-format
54578 msgid "%qs argument of %qs intrinsic at %L has wrong number of elements (%d/%d)"
54579 msgstr ""
54580
54581 #: fortran/check.c:4801
54582 #, gcc-internal-format
54583 msgid "%qs argument of %qs intrinsic at %L has out-of-range dimension (%d)"
54584 msgstr ""
54585
54586 #: fortran/check.c:4810
54587 #, gcc-internal-format
54588 msgid "%qs argument of %qs intrinsic at %L has invalid permutation of dimensions (dimension %qd duplicated)"
54589 msgstr ""
54590
54591 #: fortran/check.c:4846
54592 #, gcc-internal-format, gfc-internal-format
54593 msgid "Without padding, there are not enough elements in the intrinsic RESHAPE source at %L to match the shape"
54594 msgstr ""
54595
54596 #: fortran/check.c:4863 fortran/check.c:4882
54597 #, gcc-internal-format
54598 msgid "%qs argument of %qs intrinsic at %L cannot be of type %s"
54599 msgstr ""
54600
54601 #: fortran/check.c:4873 fortran/check.c:4892
54602 #, gcc-internal-format
54603 msgid "%qs argument of %qs intrinsic at %L must be of an extensible type"
54604 msgstr ""
54605
54606 #: fortran/check.c:4991
54607 #, gcc-internal-format
54608 msgid "SELECTED_REAL_KIND with neither %<P%> nor %<R%> argument at %L"
54609 msgstr ""
54610
54611 #: fortran/check.c:5022
54612 #, gcc-internal-format
54613 msgid "%qs intrinsic with RADIX argument at %L"
54614 msgstr ""
54615
54616 #: fortran/check.c:5057
54617 #, gcc-internal-format
54618 msgid "%<source%> argument of %<shape%> intrinsic at %L must not be an assumed size array"
54619 msgstr ""
54620
54621 #: fortran/check.c:5134 fortran/check.c:7439
54622 #, gcc-internal-format
54623 msgid "%qs argument of %qs intrinsic at %L shall not be a procedure"
54624 msgstr ""
54625
54626 #: fortran/check.c:5147 fortran/check.c:5286 fortran/check.c:7431
54627 #, gcc-internal-format
54628 msgid "%qs argument of %qs intrinsic at %L shall not be TYPE(*)"
54629 msgstr ""
54630
54631 #: fortran/check.c:5158 fortran/check.c:5298
54632 #, gcc-internal-format
54633 msgid "%qs argument of %qs intrinsic at %L shall not be an assumed-size array"
54634 msgstr ""
54635
54636 #: fortran/check.c:5228
54637 #, gcc-internal-format
54638 msgid "is_c_interoperable(): gfc_simplify_expr failed"
54639 msgstr ""
54640
54641 #: fortran/check.c:5277
54642 #, gcc-internal-format
54643 msgid "%qs argument of %qs intrinsic at %L must be an interoperable data entity: %s"
54644 msgstr ""
54645
54646 #: fortran/check.c:5316
54647 #, gcc-internal-format, gfc-internal-format
54648 msgid "Argument C_PTR_1 at %L to C_ASSOCIATED shall have the type TYPE(C_PTR) or TYPE(C_FUNPTR)"
54649 msgstr ""
54650
54651 #: fortran/check.c:5330
54652 #, gcc-internal-format, gfc-internal-format
54653 msgid "Argument C_PTR_2 at %L to C_ASSOCIATED shall have the same type as C_PTR_1: %s instead of %s"
54654 msgstr ""
54655
54656 #: fortran/check.c:5354
54657 #, gcc-internal-format, gfc-internal-format
54658 msgid "Argument CPTR at %L to C_F_POINTER shall have the type TYPE(C_PTR)"
54659 msgstr ""
54660
54661 #: fortran/check.c:5366
54662 #, gcc-internal-format, gfc-internal-format
54663 msgid "Argument FPTR at %L to C_F_POINTER must be a pointer"
54664 msgstr ""
54665
54666 #: fortran/check.c:5373
54667 #, gcc-internal-format, gfc-internal-format
54668 msgid "FPTR argument at %L to C_F_POINTER shall not be polymorphic"
54669 msgstr ""
54670
54671 #: fortran/check.c:5380
54672 #, gcc-internal-format, gfc-internal-format
54673 msgid "Argument FPTR at %L to C_F_POINTER shall not be coindexed"
54674 msgstr ""
54675
54676 #: fortran/check.c:5387
54677 #, gcc-internal-format, gfc-internal-format
54678 msgid "Unexpected SHAPE argument at %L to C_F_POINTER with scalar FPTR"
54679 msgstr ""
54680
54681 #: fortran/check.c:5393
54682 #, gcc-internal-format, gfc-internal-format
54683 msgid "Expected SHAPE argument to C_F_POINTER with array FPTR at %L"
54684 msgstr ""
54685
54686 #: fortran/check.c:5412
54687 #, gcc-internal-format, gfc-internal-format
54688 msgid "SHAPE argument at %L to C_F_POINTER must have the same size as the RANK of FPTR"
54689 msgstr ""
54690
54691 #: fortran/check.c:5422
54692 #, gcc-internal-format, gfc-internal-format
54693 msgid "Polymorphic FPTR at %L to C_F_POINTER"
54694 msgstr ""
54695
54696 #: fortran/check.c:5427
54697 #, gcc-internal-format, gfc-internal-format
54698 msgid "Noninteroperable array FPTR at %L to C_F_POINTER: %s"
54699 msgstr ""
54700
54701 #: fortran/check.c:5443
54702 #, gcc-internal-format, gfc-internal-format
54703 msgid "Argument CPTR at %L to C_F_PROCPOINTER shall have the type TYPE(C_FUNPTR)"
54704 msgstr ""
54705
54706 #: fortran/check.c:5455
54707 #, gcc-internal-format, gfc-internal-format
54708 msgid "Argument FPTR at %L to C_F_PROCPOINTER shall be a procedure pointer"
54709 msgstr ""
54710
54711 #: fortran/check.c:5462
54712 #, gcc-internal-format, gfc-internal-format
54713 msgid "Argument FPTR at %L to C_F_PROCPOINTER shall not be coindexed"
54714 msgstr ""
54715
54716 #: fortran/check.c:5468
54717 #, gcc-internal-format, gfc-internal-format
54718 msgid "Noninteroperable procedure pointer at %L to C_F_PROCPOINTER"
54719 msgstr ""
54720
54721 #: fortran/check.c:5482
54722 #, gcc-internal-format, gfc-internal-format
54723 msgid "Argument X at %L to C_FUNLOC shall not be coindexed"
54724 msgstr ""
54725
54726 #: fortran/check.c:5494
54727 #, gcc-internal-format
54728 msgid "Function result %qs at %L is invalid as X argument to C_FUNLOC"
54729 msgstr ""
54730
54731 #: fortran/check.c:5501
54732 #, gcc-internal-format, gfc-internal-format
54733 msgid "Argument X at %L to C_FUNLOC shall be a procedure or a procedure pointer"
54734 msgstr ""
54735
54736 #: fortran/check.c:5507
54737 #, gcc-internal-format, gfc-internal-format
54738 msgid "Noninteroperable procedure at %L to C_FUNLOC"
54739 msgstr ""
54740
54741 #: fortran/check.c:5521
54742 #, gcc-internal-format, gfc-internal-format
54743 msgid "Argument X at %L to C_LOC shall not be coindexed"
54744 msgstr ""
54745
54746 #: fortran/check.c:5527
54747 #, gcc-internal-format, gfc-internal-format
54748 msgid "X argument at %L to C_LOC shall not be polymorphic"
54749 msgstr ""
54750
54751 #: fortran/check.c:5538
54752 #, gcc-internal-format, gfc-internal-format
54753 msgid "Argument X at %L to C_LOC shall have either the POINTER or the TARGET attribute"
54754 msgstr ""
54755
54756 #: fortran/check.c:5546
54757 #, gcc-internal-format, gfc-internal-format
54758 msgid "Argument X at %L to C_LOC shall be not be a zero-sized string"
54759 msgstr ""
54760
54761 #: fortran/check.c:5555
54762 #, gcc-internal-format, gfc-internal-format
54763 msgid "Argument at %L to C_LOC shall not be polymorphic"
54764 msgstr ""
54765
54766 #: fortran/check.c:5562
54767 #, gcc-internal-format, gfc-internal-format
54768 msgid "Noninteroperable array at %L as argument to C_LOC: %s"
54769 msgstr ""
54770
54771 #: fortran/check.c:5573
54772 #, gcc-internal-format, gfc-internal-format
54773 msgid "Array of interoperable type at %L to C_LOC which is nonallocatable and neither assumed size nor explicit size"
54774 msgstr ""
54775
54776 #: fortran/check.c:5578
54777 #, gcc-internal-format, gfc-internal-format
54778 msgid "Array section at %L to C_LOC"
54779 msgstr ""
54780
54781 #: fortran/check.c:5606
54782 #, gcc-internal-format, gfc-internal-format
54783 msgid "non double precision REAL argument to %s intrinsic at %L"
54784 msgstr ""
54785
54786 #: fortran/check.c:5619
54787 #, gcc-internal-format
54788 msgid "%qs argument of %qs intrinsic at %L must be less than rank %d"
54789 msgstr ""
54790
54791 #: fortran/check.c:5638
54792 #, gcc-internal-format
54793 msgid "%qs argument of %qs intrinsic at %L is not a valid dimension index"
54794 msgstr ""
54795
54796 #: fortran/check.c:5901
54797 #, gcc-internal-format, gfc-internal-format
54798 msgid "%s argument to IMAGE_INDEX must be a rank one array at %L"
54799 msgstr ""
54800
54801 #: fortran/check.c:5912
54802 #, gcc-internal-format, gfc-internal-format
54803 msgid "The number of array elements of the SUB argument to IMAGE_INDEX at %L shall be %d (corank) not %d"
54804 msgstr ""
54805
54806 #: fortran/check.c:5945
54807 #, gcc-internal-format, gfc-internal-format
54808 msgid "DISTANCE= argument to NUM_IMAGES at %L"
54809 msgstr ""
54810
54811 #: fortran/check.c:5958
54812 #, gcc-internal-format, gfc-internal-format
54813 msgid "FAILED= argument to NUM_IMAGES at %L"
54814 msgstr ""
54815
54816 #: fortran/check.c:5982
54817 #, gcc-internal-format, gfc-internal-format
54818 msgid "TEAM argument at %L to the intrinsic TEAM_NUMBER shall be of type TEAM_TYPE"
54819 msgstr ""
54820
54821 #: fortran/check.c:6008
54822 #, gcc-internal-format, gfc-internal-format
54823 msgid "DIM argument without COARRAY argument not allowed for THIS_IMAGE intrinsic at %L"
54824 msgstr ""
54825
54826 #: fortran/check.c:6015
54827 #, gcc-internal-format, gfc-internal-format
54828 msgid "The DISTANCE argument may not be specified together with the COARRAY or DIM argument in intrinsic at %L"
54829 msgstr ""
54830
54831 #: fortran/check.c:6026
54832 #, gcc-internal-format, gfc-internal-format
54833 msgid "Unexpected DIM argument with noncoarray argument at %L"
54834 msgstr ""
54835
54836 #: fortran/check.c:6044
54837 #, gcc-internal-format, gfc-internal-format
54838 msgid "DISTANCE= argument to THIS_IMAGE at %L"
54839 msgstr ""
54840
54841 #: fortran/check.c:6102
54842 #, gcc-internal-format
54843 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"
54844 msgstr ""
54845
54846 #: fortran/check.c:6151
54847 #, gcc-internal-format
54848 msgid "%<SOURCE%> argument of %<TRANSFER%> intrinsic at %L must not be a %s"
54849 msgstr "аргумент %<SOURCE%> %<TRANSFER%> всередині у %L не може бути %s"
54850
54851 #: fortran/check.c:6167
54852 #, gcc-internal-format
54853 msgid "%<MOLD%> argument of %<TRANSFER%> intrinsic at %L must not be a %s"
54854 msgstr "аргумент %<MOLD%> %<TRANSFER%> всередині у %L не може бути %s"
54855
54856 #: fortran/check.c:6175
54857 #, gcc-internal-format
54858 msgid "%<MOLD%> argument of %<TRANSFER%> intrinsic at %L must not be %s"
54859 msgstr ""
54860
54861 #: fortran/check.c:6210
54862 #, gcc-internal-format, gfc-internal-format
54863 msgid "Intrinsic TRANSFER at %L has partly undefined result: source size %ld < result size %ld"
54864 msgstr ""
54865
54866 #: fortran/check.c:6332
54867 #, gcc-internal-format
54868 msgid "%qs argument of %qs intrinsic at %L must have the same rank as %qs or be a scalar"
54869 msgstr ""
54870
54871 #: fortran/check.c:6345
54872 #, gcc-internal-format
54873 msgid "%qs and %qs arguments of %qs intrinsic at %L must have identical shape."
54874 msgstr ""
54875
54876 #: fortran/check.c:6608 fortran/check.c:6640
54877 #, gcc-internal-format
54878 msgid "Size of %qs argument of %qs intrinsic at %L too small (%i/%i)"
54879 msgstr ""
54880
54881 #: fortran/check.c:6648
54882 #, gcc-internal-format, gfc-internal-format
54883 msgid "Too many arguments to %s at %L"
54884 msgstr ""
54885
54886 #: fortran/check.c:6666
54887 #, gcc-internal-format
54888 msgid "fe_runtime_error string must be null terminated"
54889 msgstr ""
54890
54891 #: fortran/check.c:6678
54892 #, gcc-internal-format, gfc-internal-format
54893 msgid "fe_runtime_error: Wrong number of arguments (%d instead of %d)"
54894 msgstr ""
54895
54896 #: fortran/check.c:6718
54897 #, gcc-internal-format, gfc-internal-format
54898 msgid "COUNT argument to SYSTEM_CLOCK at %L has non-default kind"
54899 msgstr ""
54900
54901 #: fortran/check.c:6737
54902 #, gcc-internal-format, gfc-internal-format
54903 msgid "Real COUNT_RATE argument to SYSTEM_CLOCK at %L"
54904 msgstr ""
54905
54906 #: fortran/check.c:6747
54907 #, gcc-internal-format, gfc-internal-format
54908 msgid "COUNT_RATE argument to SYSTEM_CLOCK at %L has non-default kind"
54909 msgstr ""
54910
54911 #: fortran/check.c:6764
54912 #, gcc-internal-format, gfc-internal-format
54913 msgid "COUNT_MAX argument to SYSTEM_CLOCK at %L has non-default kind"
54914 msgstr ""
54915
54916 #: fortran/check.c:6981
54917 #, gcc-internal-format
54918 msgid "%qs argument of %qs intrinsic at %L must be of a kind not wider than the default kind (%d)"
54919 msgstr ""
54920
54921 #: fortran/check.c:7163
54922 #, fuzzy, gcc-internal-format
54923 #| msgid "%qs argument of %qs intrinsic at %L must be positive"
54924 msgid "Actual argument at %L of %qs intrinsic shall be an associated pointer"
54925 msgstr "аргумент %qs внутрішньої частини %qs у %L має бути додатним"
54926
54927 #: fortran/check.c:7352 fortran/check.c:7363
54928 #, fuzzy, gcc-internal-format
54929 #| msgid "%qs argument of %qs intrinsic at %L must be positive"
54930 msgid "%qs argument of %qs intrinsic at %L must be INTEGER, LOGICAL, or a BOZ literal constant"
54931 msgstr "аргумент %qs внутрішньої частини %qs у %L має бути додатним"
54932
54933 #: fortran/check.c:7423
54934 #, gcc-internal-format, gfc-internal-format
54935 msgid "Intrinsic function NULL at %L cannot be an actual argument to STORAGE_SIZE, because it returns a disassociated pointer"
54936 msgstr ""
54937
54938 #: fortran/class.c:628
54939 #, gcc-internal-format, gfc-internal-format
54940 msgid "Assumed size polymorphic objects or components, such as that at %C, have not yet been implemented"
54941 msgstr ""
54942
54943 #. Since the extension field is 8 bit wide, we can only have
54944 #. up to 255 extension levels.
54945 #: fortran/class.c:739 fortran/decl.c:3847 fortran/decl.c:10490
54946 #, gcc-internal-format
54947 msgid "Maximum extension level reached with type %qs at %L"
54948 msgstr ""
54949
54950 #: fortran/class.c:2911 fortran/class.c:2985
54951 #, gcc-internal-format
54952 msgid "%qs of %qs is PRIVATE at %L"
54953 msgstr ""
54954
54955 #: fortran/cpp.c:451
54956 #, gcc-internal-format
54957 msgid "To enable preprocessing, use %<-cpp%>"
54958 msgstr ""
54959
54960 #: fortran/cpp.c:549 fortran/cpp.c:560 fortran/cpp.c:688
54961 #, gcc-internal-format
54962 msgid "opening output file %qs: %s"
54963 msgstr ""
54964
54965 #: fortran/data.c:65
54966 #, gcc-internal-format, gfc-internal-format
54967 msgid "non-constant array in DATA statement %L"
54968 msgstr ""
54969
54970 #: fortran/data.c:140
54971 #, gcc-internal-format, gfc-internal-format
54972 msgid "failure to simplify substring reference in DATA statement at %L"
54973 msgstr ""
54974
54975 #: fortran/data.c:173
54976 #, gcc-internal-format, gfc-internal-format
54977 msgid "Unused initialization string at %L because variable has zero length"
54978 msgstr ""
54979
54980 #: fortran/data.c:179
54981 #, gcc-internal-format, gfc-internal-format
54982 msgid "Initialization string at %L was truncated to fit the variable (%ld/%ld)"
54983 msgstr ""
54984
54985 #: fortran/data.c:268
54986 #, gcc-internal-format
54987 msgid "%qs at %L already is initialized at %L"
54988 msgstr ""
54989
54990 #: fortran/data.c:292
54991 #, gcc-internal-format, gfc-internal-format
54992 msgid "Data element below array lower bound at %L"
54993 msgstr ""
54994
54995 #: fortran/data.c:309 fortran/data.c:398
54996 #, gcc-internal-format, gfc-internal-format
54997 msgid "Data element above array upper bound at %L"
54998 msgstr ""
54999
55000 #: fortran/data.c:339 fortran/data.c:496
55001 #, gcc-internal-format
55002 msgid "re-initialization of %qs at %L"
55003 msgstr ""
55004
55005 #: fortran/data.c:515
55006 #, gcc-internal-format
55007 msgid "Nonpointer object %qs with default initialization shall not appear in a DATA statement at %L"
55008 msgstr ""
55009
55010 #: fortran/data.c:738
55011 #, gcc-internal-format
55012 msgid "TODO: Vector sections in data statements"
55013 msgstr ""
55014
55015 #: fortran/decl.c:293
55016 #, gcc-internal-format, gfc-internal-format
55017 msgid "Inquiry parameter cannot appear in a data-stmt-object-list at %C"
55018 msgstr ""
55019
55020 #: fortran/decl.c:307
55021 #, gcc-internal-format
55022 msgid "Host associated variable %qs may not be in the DATA statement at %C"
55023 msgstr ""
55024
55025 #: fortran/decl.c:314
55026 #, gcc-internal-format
55027 msgid "initialization of common block variable %qs in DATA statement at %C"
55028 msgstr ""
55029
55030 #: fortran/decl.c:448
55031 #, gcc-internal-format
55032 msgid "Symbol %qs must be a PARAMETER in DATA statement at %C"
55033 msgstr ""
55034
55035 #: fortran/decl.c:474
55036 #, gcc-internal-format, gfc-internal-format
55037 msgid "Invalid initializer %s in Data statement at %C"
55038 msgstr ""
55039
55040 #: fortran/decl.c:587
55041 #, gcc-internal-format
55042 msgid "BOZ literal constant near %L cannot be assigned to a %qs variable in an old-style initialization"
55043 msgstr ""
55044
55045 #: fortran/decl.c:597
55046 #, gcc-internal-format, gfc-internal-format
55047 msgid "Initialization at %C is not allowed in a PURE procedure"
55048 msgstr ""
55049
55050 #: fortran/decl.c:644
55051 #, gcc-internal-format, gfc-internal-format
55052 msgid "DATA statement at %C cannot appear within an INTERFACE"
55053 msgstr ""
55054
55055 #: fortran/decl.c:668
55056 #, gcc-internal-format, gfc-internal-format
55057 msgid "Invalid substring in data-implied-do at %L in DATA statement"
55058 msgstr ""
55059
55060 #: fortran/decl.c:691
55061 #, gcc-internal-format, gfc-internal-format
55062 msgid "Allocatable component or deferred-shaped array near %C in DATA statement"
55063 msgstr ""
55064
55065 #: fortran/decl.c:729
55066 #, gcc-internal-format, gfc-internal-format
55067 msgid "DATA statement at %C is not allowed in a PURE procedure"
55068 msgstr ""
55069
55070 #: fortran/decl.c:738
55071 #, gcc-internal-format, gfc-internal-format
55072 msgid "part-ref with pointer attribute near %L is not rightmost part-ref of data-stmt-object"
55073 msgstr ""
55074
55075 #: fortran/decl.c:777
55076 #, gcc-internal-format, gfc-internal-format
55077 msgid "Empty old style initializer list at %C"
55078 msgstr ""
55079
55080 #: fortran/decl.c:786
55081 #, gcc-internal-format, gfc-internal-format
55082 msgid "Array in initializer list at %L must have an explicit shape"
55083 msgstr ""
55084
55085 #: fortran/decl.c:809
55086 #, gcc-internal-format, gfc-internal-format
55087 msgid "Repeat spec invalid in scalar initializer at %C"
55088 msgstr ""
55089
55090 #: fortran/decl.c:814
55091 #, gcc-internal-format, gfc-internal-format
55092 msgid "Repeat spec must be an integer at %C"
55093 msgstr ""
55094
55095 #: fortran/decl.c:825
55096 #, gcc-internal-format, gfc-internal-format
55097 msgid "Expected data constant after repeat spec at %C"
55098 msgstr ""
55099
55100 #: fortran/decl.c:857
55101 #, gcc-internal-format, gfc-internal-format
55102 msgid "End of scalar initializer expected at %C"
55103 msgstr ""
55104
55105 #: fortran/decl.c:888
55106 #, gcc-internal-format, gfc-internal-format
55107 msgid "Not enough elements in array initializer at %C"
55108 msgstr ""
55109
55110 #: fortran/decl.c:890
55111 #, gcc-internal-format, gfc-internal-format
55112 msgid "Too many elements in array initializer at %C"
55113 msgstr ""
55114
55115 #: fortran/decl.c:910
55116 #, gcc-internal-format, gfc-internal-format
55117 msgid "Syntax error in old style initializer list at %C"
55118 msgstr "Синтаксична помилка у списку ініціалізатора у старому стилі у %C"
55119
55120 #: fortran/decl.c:934
55121 #, gcc-internal-format, gfc-internal-format
55122 msgid "The assumed-rank array at %C shall not have a codimension"
55123 msgstr ""
55124
55125 #: fortran/decl.c:999
55126 #, gcc-internal-format, gfc-internal-format
55127 msgid "Sum of array rank %d and corank %d at %C exceeds maximum allowed dimensions of %d"
55128 msgstr ""
55129
55130 #: fortran/decl.c:1023
55131 #, gcc-internal-format, gfc-internal-format
55132 msgid "Bad INTENT specification at %C"
55133 msgstr ""
55134
55135 #: fortran/decl.c:1044
55136 #, gcc-internal-format, gfc-internal-format
55137 msgid "deferred type parameter at %C"
55138 msgstr ""
55139
55140 #: fortran/decl.c:1127 fortran/resolve.c:12308
55141 #, gcc-internal-format, gfc-internal-format
55142 msgid "Scalar INTEGER expression expected at %L"
55143 msgstr ""
55144
55145 #: fortran/decl.c:1153
55146 #, gcc-internal-format, gfc-internal-format
55147 msgid "Old-style character length at %C"
55148 msgstr ""
55149
55150 #: fortran/decl.c:1184
55151 #, gcc-internal-format, gfc-internal-format
55152 msgid "Syntax error in character length specification at %C"
55153 msgstr ""
55154
55155 #: fortran/decl.c:1336 fortran/decl.c:1343 fortran/decl.c:1407
55156 #, gcc-internal-format
55157 msgid "Procedure %qs at %C is already defined at %L"
55158 msgstr ""
55159
55160 #: fortran/decl.c:1351
55161 #, gcc-internal-format
55162 msgid "Contained procedure %qs at %C clashes with procedure defined at %L"
55163 msgstr ""
55164
55165 #: fortran/decl.c:1363
55166 #, gcc-internal-format
55167 msgid "Name %qs at %C is already defined as a generic interface at %L"
55168 msgstr ""
55169
55170 #: fortran/decl.c:1379
55171 #, gcc-internal-format
55172 msgid "Procedure %qs at %C has an explicit interface from a previous declaration"
55173 msgstr "Процедура %qs у %C є явним інтерфейсом з попереднього оголошення"
55174
55175 #: fortran/decl.c:1395
55176 #, gcc-internal-format
55177 msgid "Procedure %qs defined in interface body at %L clashes with internal procedure defined at %C"
55178 msgstr ""
55179
55180 #: fortran/decl.c:1478
55181 #, gcc-internal-format
55182 msgid "Procedure %qs at %L must have the BIND(C) attribute to be C interoperable"
55183 msgstr ""
55184
55185 #: fortran/decl.c:1505
55186 #, gcc-internal-format
55187 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"
55188 msgstr ""
55189
55190 #: fortran/decl.c:1512
55191 #, gcc-internal-format
55192 msgid "Variable %qs at %L is a dummy argument to the BIND(C) procedure %qs but is not C interoperable because it is polymorphic"
55193 msgstr ""
55194
55195 #: fortran/decl.c:1519
55196 #, gcc-internal-format
55197 msgid "Variable %qs at %L is a dummy argument of the BIND(C) procedure %qs but may not be C interoperable"
55198 msgstr ""
55199
55200 #: fortran/decl.c:1534
55201 #, gcc-internal-format
55202 msgid "Character argument %qs at %L must be length 1 because procedure %qs is BIND(C)"
55203 msgstr ""
55204
55205 #: fortran/decl.c:1547
55206 #, gcc-internal-format
55207 msgid "Variable %qs at %L with ALLOCATABLE attribute in procedure %qs with BIND(C)"
55208 msgstr ""
55209
55210 #: fortran/decl.c:1555
55211 #, gcc-internal-format
55212 msgid "Variable %qs at %L with POINTER attribute in procedure %qs with BIND(C)"
55213 msgstr ""
55214
55215 #: fortran/decl.c:1564
55216 #, gcc-internal-format
55217 msgid "Variable %qs at %L cannot have both the OPTIONAL and the VALUE attribute because procedure %qs is BIND(C)"
55218 msgstr ""
55219
55220 #: fortran/decl.c:1571
55221 #, gcc-internal-format
55222 msgid "Variable %qs at %L with OPTIONAL attribute in procedure %qs which is BIND(C)"
55223 msgstr ""
55224
55225 #: fortran/decl.c:1582
55226 #, gcc-internal-format
55227 msgid "Assumed-shape array %qs at %L as dummy argument to the BIND(C) procedure %qs at %L"
55228 msgstr ""
55229
55230 #: fortran/decl.c:1650
55231 #, gcc-internal-format
55232 msgid "Symbol %qs at %C also declared as a type at %L"
55233 msgstr ""
55234
55235 #: fortran/decl.c:1709
55236 #, gcc-internal-format
55237 msgid "Variable %qs in common block %qs at %C must be declared with a C interoperable kind since common block %qs is BIND(C)"
55238 msgstr ""
55239
55240 #: fortran/decl.c:1749
55241 #, gcc-internal-format, gfc-internal-format
55242 msgid "CHARACTER length must be a constant at %L"
55243 msgstr ""
55244
55245 #: fortran/decl.c:1764
55246 #, gcc-internal-format, gfc-internal-format
55247 msgid "CHARACTER expression at %L is being truncated (%ld/%ld)"
55248 msgstr ""
55249
55250 #: fortran/decl.c:1772
55251 #, gcc-internal-format, gfc-internal-format
55252 msgid "The CHARACTER elements of the array constructor at %L must have the same length (%ld/%ld)"
55253 msgstr ""
55254
55255 #: fortran/decl.c:1871
55256 #, gcc-internal-format
55257 msgid "Initializer not allowed for PARAMETER %qs at %C"
55258 msgstr ""
55259
55260 #: fortran/decl.c:1881
55261 #, gcc-internal-format, gfc-internal-format
55262 msgid "PARAMETER at %L is missing an initializer"
55263 msgstr ""
55264
55265 #: fortran/decl.c:1891
55266 #, gcc-internal-format
55267 msgid "Variable %qs at %C with an initializer already appears in a DATA statement"
55268 msgstr ""
55269
55270 #: fortran/decl.c:1934
55271 #, gcc-internal-format, gfc-internal-format
55272 msgid "Cannot initialize parameter array at %L with variable length elements"
55273 msgstr ""
55274
55275 #: fortran/decl.c:2003
55276 #, gcc-internal-format, gfc-internal-format
55277 msgid "Cannot initialize implied-shape array at %L with scalar"
55278 msgstr ""
55279
55280 #: fortran/decl.c:2014
55281 #, gcc-internal-format
55282 msgid "gfc_array_size failed"
55283 msgstr ""
55284
55285 #: fortran/decl.c:2044
55286 #, gcc-internal-format, gfc-internal-format
55287 msgid "Non-constant lower bound in implied-shape declaration at %L"
55288 msgstr ""
55289
55290 #: fortran/decl.c:2130 fortran/decl.c:2137
55291 #, gcc-internal-format, gfc-internal-format
55292 msgid "Component at %C must have the POINTER attribute"
55293 msgstr ""
55294
55295 #: fortran/decl.c:2146
55296 #, gcc-internal-format
55297 msgid "Component %qs with CLASS at %C must be allocatable or pointer"
55298 msgstr ""
55299
55300 #: fortran/decl.c:2155
55301 #, gcc-internal-format, gfc-internal-format
55302 msgid "Array component of structure at %C must have explicit or deferred shape"
55303 msgstr ""
55304
55305 #: fortran/decl.c:2179 fortran/symbol.c:2257
55306 #, gcc-internal-format
55307 msgid "Component %qs at %C already declared at %L"
55308 msgstr ""
55309
55310 #: fortran/decl.c:2227
55311 #, gcc-internal-format, gfc-internal-format
55312 msgid "Pointer array component of structure at %C must have a deferred shape"
55313 msgstr ""
55314
55315 #: fortran/decl.c:2236
55316 #, gcc-internal-format, gfc-internal-format
55317 msgid "Allocatable component of structure at %C must have a deferred shape"
55318 msgstr ""
55319
55320 #: fortran/decl.c:2245
55321 #, gcc-internal-format, gfc-internal-format
55322 msgid "Array component of structure at %C must have an explicit shape"
55323 msgstr ""
55324
55325 #: fortran/decl.c:2262
55326 #, gcc-internal-format
55327 msgid "Type parameter %qs at %C has no corresponding entry in the type parameter name list at %L"
55328 msgstr ""
55329
55330 #: fortran/decl.c:2319
55331 #, gcc-internal-format, gfc-internal-format
55332 msgid "NULL() initialization at %C is ambiguous"
55333 msgstr ""
55334
55335 #: fortran/decl.c:2336
55336 #, gcc-internal-format, gfc-internal-format
55337 msgid "NULL() initialization at %C may not have MOLD"
55338 msgstr ""
55339
55340 #: fortran/decl.c:2353
55341 #, gcc-internal-format, gfc-internal-format
55342 msgid "Initialization of pointer at %C is not allowed in a PURE procedure"
55343 msgstr ""
55344
55345 #: fortran/decl.c:2374
55346 #, gcc-internal-format, gfc-internal-format
55347 msgid "Error in pointer initialization at %C"
55348 msgstr ""
55349
55350 #: fortran/decl.c:2381
55351 #, gcc-internal-format, gfc-internal-format
55352 msgid "non-NULL pointer initialization at %C"
55353 msgstr ""
55354
55355 #: fortran/decl.c:2404
55356 #, gcc-internal-format
55357 msgid "RESULT variable %qs at %L prohibits FUNCTION name %qs at %C from appearing in a specification statement"
55358 msgstr ""
55359
55360 #: fortran/decl.c:2458
55361 #, gcc-internal-format
55362 msgid "%qs not allowed outside STRUCTURE at %C"
55363 msgstr ""
55364
55365 #: fortran/decl.c:2460
55366 #, gcc-internal-format
55367 msgid "%qs at %C is a DEC extension, enable with %<-fdec-structure%>"
55368 msgstr ""
55369
55370 #: fortran/decl.c:2468
55371 #, gcc-internal-format
55372 msgid "%qs entity cannot have attributes at %C"
55373 msgstr ""
55374
55375 #: fortran/decl.c:2478
55376 #, gcc-internal-format
55377 msgid "Invalid character %qc in variable name at %C"
55378 msgstr ""
55379
55380 #: fortran/decl.c:2520
55381 #, gcc-internal-format
55382 msgid "Non-PARAMETER symbol %qs at %L cannot be implied-shape"
55383 msgstr ""
55384
55385 #: fortran/decl.c:2530
55386 #, gcc-internal-format, gfc-internal-format
55387 msgid "Implied-shape array at %L"
55388 msgstr ""
55389
55390 #: fortran/decl.c:2587
55391 #, gcc-internal-format, gfc-internal-format
55392 msgid "Explicit shaped array with nonconstant bounds at %C"
55393 msgstr ""
55394
55395 #: fortran/decl.c:2676
55396 #, gcc-internal-format
55397 msgid "%qs at %C is a redefinition of the declaration in the corresponding interface for MODULE PROCEDURE %qs"
55398 msgstr ""
55399
55400 #: fortran/decl.c:2687
55401 #, gcc-internal-format
55402 msgid "%qs entity cannot have an initializer at %C"
55403 msgstr ""
55404
55405 #: fortran/decl.c:2712 fortran/decl.c:8738
55406 #, gcc-internal-format, gfc-internal-format
55407 msgid "Duplicate array spec for Cray pointee at %C"
55408 msgstr ""
55409
55410 #: fortran/decl.c:2720
55411 #, gcc-internal-format
55412 msgid "Cannot set pointee array spec."
55413 msgstr ""
55414
55415 #: fortran/decl.c:2783
55416 #, gcc-internal-format, gfc-internal-format
55417 msgid "Old-style initialization at %C"
55418 msgstr ""
55419
55420 #: fortran/decl.c:2791
55421 #, gcc-internal-format, gfc-internal-format
55422 msgid "Invalid old style initialization for derived type component at %C"
55423 msgstr ""
55424
55425 #: fortran/decl.c:2804
55426 #, gcc-internal-format, gfc-internal-format
55427 msgid "Syntax error in old style initialization of %s at %C"
55428 msgstr "Синтаксична помилка у ініціалізації у старому стилі %s, адреса — %C"
55429
55430 #: fortran/decl.c:2824 fortran/decl.c:6954
55431 #, gcc-internal-format, gfc-internal-format
55432 msgid "Initialization at %C isn't for a pointer variable"
55433 msgstr ""
55434
55435 #: fortran/decl.c:2847
55436 #, gcc-internal-format
55437 msgid "Pointer initialization at %C requires %<=>%>, not %<=%>"
55438 msgstr ""
55439
55440 #: fortran/decl.c:2856 fortran/decl.c:10664
55441 #, gcc-internal-format, gfc-internal-format
55442 msgid "Expected an initialization expression at %C"
55443 msgstr ""
55444
55445 #: fortran/decl.c:2863
55446 #, gcc-internal-format, gfc-internal-format
55447 msgid "Initialization of variable at %C is not allowed in a PURE procedure"
55448 msgstr ""
55449
55450 #: fortran/decl.c:2880
55451 #, gcc-internal-format, gfc-internal-format
55452 msgid "Initialization of allocatable component at %C is not allowed"
55453 msgstr ""
55454
55455 #: fortran/decl.c:2894
55456 #, gcc-internal-format, gfc-internal-format
55457 msgid "The component with KIND or LEN attribute at %C does not not appear in the type parameter list at %L"
55458 msgstr ""
55459
55460 #: fortran/decl.c:2902
55461 #, gcc-internal-format, gfc-internal-format
55462 msgid "The component at %C that appears in the type parameter list at %L has neither the KIND nor LEN attribute"
55463 msgstr ""
55464
55465 #: fortran/decl.c:2910
55466 #, gcc-internal-format, gfc-internal-format
55467 msgid "The component at %C which is a type parameter must be a scalar"
55468 msgstr ""
55469
55470 #: fortran/decl.c:2927
55471 #, gcc-internal-format
55472 msgid "Incompatible initialization between a derived type entity and an entity with %qs type at %C"
55473 msgstr ""
55474
55475 #: fortran/decl.c:2990 fortran/decl.c:3026
55476 #, gcc-internal-format, gfc-internal-format
55477 msgid "Old-style type declaration %s*%d not supported at %C"
55478 msgstr ""
55479
55480 #: fortran/decl.c:3032
55481 #, gcc-internal-format, gfc-internal-format
55482 msgid "Nonstandard type declaration %s*%d at %C"
55483 msgstr ""
55484
55485 #: fortran/decl.c:3091 fortran/decl.c:3168
55486 #, gcc-internal-format, gfc-internal-format
55487 msgid "Missing right parenthesis at %C"
55488 msgstr ""
55489
55490 #: fortran/decl.c:3104 fortran/decl.c:3239
55491 #, gcc-internal-format, gfc-internal-format
55492 msgid "Expected initialization expression at %C"
55493 msgstr ""
55494
55495 #: fortran/decl.c:3112 fortran/decl.c:3245
55496 #, gcc-internal-format, gfc-internal-format
55497 msgid "Expected scalar initialization expression at %C"
55498 msgstr ""
55499
55500 #: fortran/decl.c:3142 fortran/decl.c:3868
55501 #, gcc-internal-format, gfc-internal-format
55502 msgid "Kind %d not supported for type %s at %C"
55503 msgstr ""
55504
55505 #: fortran/decl.c:3155
55506 #, gcc-internal-format, gfc-internal-format
55507 msgid "C kind type parameter is for type %s but type at %L is %s"
55508 msgstr ""
55509
55510 #: fortran/decl.c:3166
55511 #, gcc-internal-format, gfc-internal-format
55512 msgid "Missing right parenthesis or comma at %C"
55513 msgstr ""
55514
55515 #: fortran/decl.c:3271
55516 #, gcc-internal-format, gfc-internal-format
55517 msgid "Kind %d is not supported for CHARACTER at %C"
55518 msgstr ""
55519
55520 #: fortran/decl.c:3403
55521 #, gcc-internal-format, gfc-internal-format
55522 msgid "Syntax error in CHARACTER declaration at %C"
55523 msgstr ""
55524
55525 #: fortran/decl.c:3502
55526 #, gcc-internal-format
55527 msgid "RECORD at %C is an extension, enable it with %<-fdec-structure%>"
55528 msgstr ""
55529
55530 #: fortran/decl.c:3515
55531 #, gcc-internal-format, gfc-internal-format
55532 msgid "Structure name expected after RECORD at %C"
55533 msgstr ""
55534
55535 #: fortran/decl.c:3628
55536 #, gcc-internal-format, gfc-internal-format
55537 msgid "The type parameter spec list at %C cannot contain both ASSUMED and DEFERRED parameters"
55538 msgstr ""
55539
55540 #: fortran/decl.c:3652
55541 #, gcc-internal-format, gfc-internal-format
55542 msgid "The type parameter spec list at %C does not contain enough parameter expressions"
55543 msgstr ""
55544
55545 #: fortran/decl.c:3676
55546 #, gcc-internal-format
55547 msgid "The derived parameter %qs at %C does not have a default value"
55548 msgstr ""
55549
55550 #: fortran/decl.c:3708
55551 #, gcc-internal-format, gfc-internal-format
55552 msgid "The parameter expression at %C must be of INTEGER type and not %s type"
55553 msgstr ""
55554
55555 #: fortran/decl.c:3736
55556 #, gcc-internal-format
55557 msgid "The KIND parameter %qs at %C cannot either be ASSUMED or DEFERRED"
55558 msgstr ""
55559
55560 #: fortran/decl.c:3743
55561 #, gcc-internal-format
55562 msgid "The value for the KIND parameter %qs at %C does not reduce to a constant expression"
55563 msgstr "Значення параметра KIND %qs у %C не спрощується до сталого виразу"
55564
55565 #: fortran/decl.c:3758
55566 #, gcc-internal-format, gfc-internal-format
55567 msgid "The type parameter spec list at %C contains too many parameter expressions"
55568 msgstr ""
55569
55570 #: fortran/decl.c:3767
55571 #, gcc-internal-format, gfc-internal-format
55572 msgid "Parameterized derived type at %C is ambiguous"
55573 msgstr ""
55574
55575 #: fortran/decl.c:4003
55576 #, gcc-internal-format, gfc-internal-format
55577 msgid "BYTE type at %C"
55578 msgstr ""
55579
55580 #: fortran/decl.c:4015
55581 #, gcc-internal-format, gfc-internal-format
55582 msgid "BYTE type used at %C is not available on the target machine"
55583 msgstr ""
55584
55585 #: fortran/decl.c:4076
55586 #, gcc-internal-format, gfc-internal-format
55587 msgid "Assumed type at %C is not allowed for components"
55588 msgstr ""
55589
55590 #: fortran/decl.c:4079
55591 #, gcc-internal-format, gfc-internal-format
55592 msgid "Assumed type at %C"
55593 msgstr ""
55594
55595 #: fortran/decl.c:4101 fortran/decl.c:4135 fortran/decl.c:4168
55596 #: fortran/decl.c:4461
55597 #, gcc-internal-format, gfc-internal-format
55598 msgid "TYPE with intrinsic-type-spec at %C"
55599 msgstr ""
55600
55601 #: fortran/decl.c:4113 fortran/decl.c:4141 fortran/decl.c:4174
55602 #: fortran/decl.c:4200 fortran/decl.c:4486 fortran/decl.c:4501
55603 #, gcc-internal-format, gfc-internal-format
55604 msgid "Malformed type-spec at %C"
55605 msgstr ""
55606
55607 #: fortran/decl.c:4164
55608 #, gcc-internal-format, gfc-internal-format
55609 msgid "DOUBLE COMPLEX at %C"
55610 msgstr ""
55611
55612 #: fortran/decl.c:4216 fortran/decl.c:4352 fortran/decl.c:4364
55613 #: fortran/decl.c:4378 fortran/decl.c:4860 fortran/decl.c:4868
55614 #, gcc-internal-format
55615 msgid "Type name %qs at %C is ambiguous"
55616 msgstr ""
55617
55618 #: fortran/decl.c:4311
55619 #, gcc-internal-format, gfc-internal-format
55620 msgid "CLASS statement at %C"
55621 msgstr ""
55622
55623 #: fortran/decl.c:4393
55624 #, gcc-internal-format
55625 msgid "Type name %qs at %C conflicts with previously declared entity at %L, which has the same name"
55626 msgstr ""
55627
55628 #: fortran/decl.c:4536
55629 #, gcc-internal-format, gfc-internal-format
55630 msgid "Duplicate IMPLICIT NONE statement at %C"
55631 msgstr ""
55632
55633 #: fortran/decl.c:4545
55634 #, gcc-internal-format, gfc-internal-format
55635 msgid "IMPORT NONE with spec list at %C"
55636 msgstr ""
55637
55638 #: fortran/decl.c:4604
55639 #, gcc-internal-format, gfc-internal-format
55640 msgid "Missing character range in IMPLICIT at %C"
55641 msgstr ""
55642
55643 #: fortran/decl.c:4650
55644 #, gcc-internal-format, gfc-internal-format
55645 msgid "Letters must be in alphabetic order in IMPLICIT statement at %C"
55646 msgstr ""
55647
55648 #: fortran/decl.c:4703
55649 #, gcc-internal-format, gfc-internal-format
55650 msgid "IMPLICIT statement at %C following an IMPLICIT NONE (type) statement"
55651 msgstr ""
55652
55653 #: fortran/decl.c:4713
55654 #, gcc-internal-format, gfc-internal-format
55655 msgid "Empty IMPLICIT statement at %C"
55656 msgstr ""
55657
55658 #: fortran/decl.c:4819
55659 #, gcc-internal-format, gfc-internal-format
55660 msgid "IMPORT statement at %C only permitted in an INTERFACE body"
55661 msgstr ""
55662
55663 #: fortran/decl.c:4826
55664 #, gcc-internal-format, gfc-internal-format
55665 msgid "F2008: C1210 IMPORT statement at %C is not permitted in a module procedure interface body"
55666 msgstr ""
55667
55668 #: fortran/decl.c:4831
55669 #, gcc-internal-format, gfc-internal-format
55670 msgid "IMPORT statement at %C"
55671 msgstr ""
55672
55673 #: fortran/decl.c:4845
55674 #, gcc-internal-format, gfc-internal-format
55675 msgid "Expecting list of named entities at %C"
55676 msgstr ""
55677
55678 #: fortran/decl.c:4874
55679 #, gcc-internal-format
55680 msgid "Cannot IMPORT %qs from host scoping unit at %C - does not exist."
55681 msgstr ""
55682
55683 #: fortran/decl.c:4881
55684 #, gcc-internal-format
55685 msgid "%qs is already IMPORTed from host scoping unit at %C"
55686 msgstr ""
55687
55688 #: fortran/decl.c:4922
55689 #, gcc-internal-format, gfc-internal-format
55690 msgid "Syntax error in IMPORT statement at %C"
55691 msgstr ""
55692
55693 #: fortran/decl.c:5262
55694 #, gcc-internal-format, gfc-internal-format
55695 msgid "Missing codimension specification at %C"
55696 msgstr ""
55697
55698 #: fortran/decl.c:5264
55699 #, gcc-internal-format, gfc-internal-format
55700 msgid "Missing dimension specification at %C"
55701 msgstr ""
55702
55703 #: fortran/decl.c:5359
55704 #, gcc-internal-format, gfc-internal-format
55705 msgid "Duplicate %s attribute at %L"
55706 msgstr ""
55707
55708 #: fortran/decl.c:5376
55709 #, gcc-internal-format
55710 msgid "%s at %L is a DEC extension, enable with %<-fdec-static%>"
55711 msgstr ""
55712
55713 #: fortran/decl.c:5393
55714 #, gcc-internal-format, gfc-internal-format
55715 msgid "ALLOCATABLE attribute at %C in a TYPE definition"
55716 msgstr ""
55717
55718 #: fortran/decl.c:5402
55719 #, gcc-internal-format, gfc-internal-format
55720 msgid "KIND attribute at %C in a TYPE definition"
55721 msgstr ""
55722
55723 #: fortran/decl.c:5410
55724 #, gcc-internal-format, gfc-internal-format
55725 msgid "Component with KIND attribute at %C must be INTEGER"
55726 msgstr ""
55727
55728 #: fortran/decl.c:5417
55729 #, gcc-internal-format, gfc-internal-format
55730 msgid "Component with KIND attribute at %C must be default integer kind (%d)"
55731 msgstr ""
55732
55733 #: fortran/decl.c:5426
55734 #, gcc-internal-format, gfc-internal-format
55735 msgid "LEN attribute at %C in a TYPE definition"
55736 msgstr ""
55737
55738 #: fortran/decl.c:5434
55739 #, gcc-internal-format, gfc-internal-format
55740 msgid "Component with LEN attribute at %C must be INTEGER"
55741 msgstr ""
55742
55743 #: fortran/decl.c:5441
55744 #, gcc-internal-format, gfc-internal-format
55745 msgid "Component with LEN attribute at %C must be default integer kind (%d)"
55746 msgstr ""
55747
55748 #: fortran/decl.c:5450
55749 #, gcc-internal-format, gfc-internal-format
55750 msgid "Attribute at %L is not allowed in a TYPE definition"
55751 msgstr ""
55752
55753 #: fortran/decl.c:5468
55754 #, gcc-internal-format, gfc-internal-format
55755 msgid "Attribute %s at %L in a TYPE definition"
55756 msgstr ""
55757
55758 #: fortran/decl.c:5478
55759 #, gcc-internal-format, gfc-internal-format
55760 msgid "%s attribute at %L is not allowed outside of the specification part of a module"
55761 msgstr ""
55762
55763 #: fortran/decl.c:5488
55764 #, gcc-internal-format, gfc-internal-format
55765 msgid "Attribute at %L is not allowed outside a TYPE definition"
55766 msgstr ""
55767
55768 #: fortran/decl.c:5501
55769 #, gcc-internal-format, gfc-internal-format
55770 msgid "ASYNCHRONOUS attribute at %C"
55771 msgstr ""
55772
55773 #: fortran/decl.c:5512
55774 #, gcc-internal-format, gfc-internal-format
55775 msgid "CONTIGUOUS attribute at %C"
55776 msgstr ""
55777
55778 #: fortran/decl.c:5567 fortran/decl.c:9040
55779 #, gcc-internal-format, gfc-internal-format
55780 msgid "PROTECTED at %C only allowed in specification part of a module"
55781 msgstr ""
55782
55783 #: fortran/decl.c:5573
55784 #, gcc-internal-format, gfc-internal-format
55785 msgid "PROTECTED attribute at %C"
55786 msgstr ""
55787
55788 #: fortran/decl.c:5607
55789 #, gcc-internal-format, gfc-internal-format
55790 msgid "VALUE attribute at %C"
55791 msgstr ""
55792
55793 #: fortran/decl.c:5614
55794 #, gcc-internal-format, gfc-internal-format
55795 msgid "VOLATILE attribute at %C"
55796 msgstr ""
55797
55798 #: fortran/decl.c:5621
55799 #, gcc-internal-format
55800 msgid "match_attr_spec(): Bad attribute"
55801 msgstr ""
55802
55803 #: fortran/decl.c:5662
55804 #, gcc-internal-format, gfc-internal-format
55805 msgid "Multiple identifiers provided with single NAME= specifier at %C"
55806 msgstr ""
55807
55808 #: fortran/decl.c:5760
55809 #, gcc-internal-format
55810 msgid "Implicitly declared BIND(C) function %qs at %L may not be C interoperable"
55811 msgstr ""
55812
55813 #: fortran/decl.c:5782
55814 #, gcc-internal-format
55815 msgid "Variable %qs in common block %qs at %L may not be a C interoperable kind though common block %qs is BIND(C)"
55816 msgstr ""
55817
55818 #: fortran/decl.c:5791
55819 #, gcc-internal-format
55820 msgid "Type declaration %qs at %L is not C interoperable but it is BIND(C)"
55821 msgstr ""
55822
55823 #: fortran/decl.c:5795
55824 #, gcc-internal-format
55825 msgid "Variable %qs at %L may not be a C interoperable kind but it is BIND(C)"
55826 msgstr ""
55827
55828 #: fortran/decl.c:5807
55829 #, gcc-internal-format
55830 msgid "Variable %qs in common block %qs at %L cannot be declared with BIND(C) since it is not a global"
55831 msgstr ""
55832
55833 #: fortran/decl.c:5821
55834 #, gcc-internal-format
55835 msgid "Variable %qs at %L cannot have both the POINTER and BIND(C) attributes"
55836 msgstr ""
55837
55838 #: fortran/decl.c:5829
55839 #, gcc-internal-format
55840 msgid "Variable %qs at %L cannot have both the ALLOCATABLE and BIND(C) attributes"
55841 msgstr ""
55842
55843 #: fortran/decl.c:5841
55844 #, gcc-internal-format
55845 msgid "Return type of BIND(C) function %qs at %L cannot be an array"
55846 msgstr ""
55847
55848 #: fortran/decl.c:5849
55849 #, gcc-internal-format
55850 msgid "Return type of BIND(C) function %qs of character type at %L must have length 1"
55851 msgstr ""
55852
55853 #. Use gfc_warning_now because we won't say that the symbol fails
55854 #. just because of this.
55855 #: fortran/decl.c:5860
55856 #, gcc-internal-format
55857 msgid "Symbol %qs at %L is marked PRIVATE but has been given the binding label %qs"
55858 msgstr ""
55859
55860 #: fortran/decl.c:5934
55861 #, gcc-internal-format, gfc-internal-format
55862 msgid "Need either entity or common block name for attribute specification statement at %C"
55863 msgstr ""
55864
55865 #: fortran/decl.c:5979
55866 #, gcc-internal-format, gfc-internal-format
55867 msgid "Missing entity or common block name for attribute specification statement at %C"
55868 msgstr ""
55869
55870 #: fortran/decl.c:5986
55871 #, gcc-internal-format
55872 msgid "Missing symbol"
55873 msgstr ""
55874
55875 #: fortran/decl.c:6015
55876 #, gcc-internal-format, gfc-internal-format
55877 msgid "BIND(C) statement at %C"
55878 msgstr ""
55879
55880 #: fortran/decl.c:6101
55881 #, gcc-internal-format, gfc-internal-format
55882 msgid "Derived type at %C has not been previously defined and so cannot appear in a derived type definition"
55883 msgstr ""
55884
55885 #: fortran/decl.c:6143
55886 #, gcc-internal-format, gfc-internal-format
55887 msgid "Syntax error in anonymous structure declaration at %C"
55888 msgstr "Синтаксична помилка у оголошенні анонімної структури у %C"
55889
55890 #: fortran/decl.c:6152
55891 #, gcc-internal-format, gfc-internal-format
55892 msgid "Syntax error in data declaration at %C"
55893 msgstr ""
55894
55895 #: fortran/decl.c:6224
55896 #, gcc-internal-format, gfc-internal-format
55897 msgid "MODULE prefix at %C"
55898 msgstr ""
55899
55900 #: fortran/decl.c:6229
55901 #, gcc-internal-format, gfc-internal-format
55902 msgid "MODULE prefix at %C found outside of a module, submodule, or interface"
55903 msgstr ""
55904
55905 #: fortran/decl.c:6280
55906 #, gcc-internal-format, gfc-internal-format
55907 msgid "IMPURE procedure at %C"
55908 msgstr ""
55909
55910 #: fortran/decl.c:6292
55911 #, gcc-internal-format, gfc-internal-format
55912 msgid "PURE and IMPURE must not appear both at %C"
55913 msgstr ""
55914
55915 #: fortran/decl.c:6338
55916 #, gcc-internal-format, gfc-internal-format
55917 msgid "ELEMENTAL prefix in MODULE PROCEDURE interface is missing at %L"
55918 msgstr ""
55919
55920 #: fortran/decl.c:6345
55921 #, gcc-internal-format, gfc-internal-format
55922 msgid "PURE prefix in MODULE PROCEDURE interface is missing at %L"
55923 msgstr ""
55924
55925 #: fortran/decl.c:6352
55926 #, gcc-internal-format, gfc-internal-format
55927 msgid "RECURSIVE prefix in MODULE PROCEDURE interface is missing at %L"
55928 msgstr ""
55929
55930 #: fortran/decl.c:6413
55931 #, gcc-internal-format, gfc-internal-format
55932 msgid "A type parameter list is required at %C"
55933 msgstr ""
55934
55935 #: fortran/decl.c:6427 fortran/primary.c:1859
55936 #, gcc-internal-format, gfc-internal-format
55937 msgid "Alternate-return argument at %C"
55938 msgstr ""
55939
55940 #: fortran/decl.c:6433 fortran/decl.c:6441
55941 #, gcc-internal-format, gfc-internal-format
55942 msgid "A parameter name is required at %C"
55943 msgstr "Потрібна назва параметра у %C"
55944
55945 #: fortran/decl.c:6481
55946 #, gcc-internal-format
55947 msgid "Name %qs at %C is the name of the procedure"
55948 msgstr ""
55949
55950 #: fortran/decl.c:6494
55951 #, gcc-internal-format, gfc-internal-format
55952 msgid "Expected parameter list in type declaration at %C"
55953 msgstr "У оголошенні типу у %C мав бути список параметрів"
55954
55955 #: fortran/decl.c:6497
55956 #, gcc-internal-format, gfc-internal-format
55957 msgid "Unexpected junk in formal argument list at %C"
55958 msgstr ""
55959
55960 #: fortran/decl.c:6515
55961 #, gcc-internal-format
55962 msgid "Duplicate name %qs in parameter list at %C"
55963 msgstr ""
55964
55965 #: fortran/decl.c:6518
55966 #, gcc-internal-format
55967 msgid "Duplicate symbol %qs in formal argument list at %C"
55968 msgstr ""
55969
55970 #: fortran/decl.c:6557
55971 #, gcc-internal-format, gfc-internal-format
55972 msgid "Mismatch in MODULE PROCEDURE formal argument names (%s/%s) at %C"
55973 msgstr ""
55974
55975 #: fortran/decl.c:6563
55976 #, gcc-internal-format, gfc-internal-format
55977 msgid "Mismatch in number of MODULE PROCEDURE formal arguments at %C"
55978 msgstr ""
55979
55980 #: fortran/decl.c:6602
55981 #, gcc-internal-format, gfc-internal-format
55982 msgid "RESULT variable at %C must be different than function name"
55983 msgstr ""
55984
55985 #: fortran/decl.c:6679
55986 #, gcc-internal-format, gfc-internal-format
55987 msgid "Unexpected junk after function declaration at %C"
55988 msgstr ""
55989
55990 #: fortran/decl.c:6689 fortran/decl.c:7826
55991 #, gcc-internal-format, gfc-internal-format
55992 msgid "BIND(C) attribute at %L may not be specified for an internal procedure"
55993 msgstr ""
55994
55995 #: fortran/decl.c:6893
55996 #, gcc-internal-format, gfc-internal-format
55997 msgid "BIND(C) attribute at %C requires an interface with BIND(C)"
55998 msgstr ""
55999
56000 #: fortran/decl.c:6900
56001 #, gcc-internal-format, gfc-internal-format
56002 msgid "BIND(C) procedure with NAME may not have POINTER attribute at %C"
56003 msgstr ""
56004
56005 #: fortran/decl.c:6906
56006 #, gcc-internal-format, gfc-internal-format
56007 msgid "Dummy procedure at %C may not have BIND(C) attribute with NAME"
56008 msgstr ""
56009
56010 #: fortran/decl.c:6929
56011 #, gcc-internal-format
56012 msgid "Procedure %qs at %L already has basic type of %s"
56013 msgstr ""
56014
56015 #: fortran/decl.c:6975 fortran/decl.c:7163 fortran/decl.c:11148
56016 #, gcc-internal-format, gfc-internal-format
56017 msgid "Syntax error in PROCEDURE statement at %C"
56018 msgstr ""
56019
56020 #: fortran/decl.c:7024 fortran/decl.c:11048
56021 #, gcc-internal-format
56022 msgid "Expected %<::%> after binding-attributes at %C"
56023 msgstr ""
56024
56025 #: fortran/decl.c:7031
56026 #, gcc-internal-format, gfc-internal-format
56027 msgid "NOPASS or explicit interface required at %C"
56028 msgstr ""
56029
56030 #: fortran/decl.c:7035
56031 #, gcc-internal-format, gfc-internal-format
56032 msgid "Procedure pointer component at %C"
56033 msgstr ""
56034
56035 #: fortran/decl.c:7107
56036 #, gcc-internal-format, gfc-internal-format
56037 msgid "Syntax error in procedure pointer component at %C"
56038 msgstr ""
56039
56040 #: fortran/decl.c:7125
56041 #, gcc-internal-format, gfc-internal-format
56042 msgid "PROCEDURE at %C must be in a generic interface"
56043 msgstr ""
56044
56045 #: fortran/decl.c:7134 fortran/decl.c:9788
56046 #, gcc-internal-format, gfc-internal-format
56047 msgid "double colon in MODULE PROCEDURE statement at %L"
56048 msgstr ""
56049
56050 #: fortran/decl.c:7204
56051 #, gcc-internal-format, gfc-internal-format
56052 msgid "PROCEDURE statement at %C"
56053 msgstr ""
56054
56055 #: fortran/decl.c:7276
56056 #, gcc-internal-format, gfc-internal-format
56057 msgid "Expected formal argument list in function definition at %C"
56058 msgstr ""
56059
56060 #: fortran/decl.c:7306 fortran/decl.c:7584 fortran/decl.c:7793
56061 #: fortran/symbol.c:1902
56062 #, gcc-internal-format, gfc-internal-format
56063 msgid "BIND(C) attribute at %L can only be used for variables or common blocks"
56064 msgstr ""
56065
56066 #: fortran/decl.c:7335 fortran/decl.c:7850
56067 #, gcc-internal-format
56068 msgid "Mismatch in BIND(C) names (%qs/%qs) at %C"
56069 msgstr ""
56070
56071 #: fortran/decl.c:7478
56072 #, gcc-internal-format, gfc-internal-format
56073 msgid "ENTRY statement at %C"
56074 msgstr ""
56075
56076 #: fortran/decl.c:7487
56077 #, gcc-internal-format, gfc-internal-format
56078 msgid "ENTRY statement at %C cannot appear within a PROGRAM"
56079 msgstr ""
56080
56081 #: fortran/decl.c:7490
56082 #, gcc-internal-format, gfc-internal-format
56083 msgid "ENTRY statement at %C cannot appear within a MODULE"
56084 msgstr ""
56085
56086 #: fortran/decl.c:7493
56087 #, gcc-internal-format, gfc-internal-format
56088 msgid "ENTRY statement at %C cannot appear within a SUBMODULE"
56089 msgstr ""
56090
56091 #: fortran/decl.c:7496
56092 #, gcc-internal-format, gfc-internal-format
56093 msgid "ENTRY statement at %C cannot appear within a BLOCK DATA"
56094 msgstr ""
56095
56096 #: fortran/decl.c:7500 fortran/decl.c:7545
56097 #, gcc-internal-format, gfc-internal-format
56098 msgid "ENTRY statement at %C cannot appear within an INTERFACE"
56099 msgstr ""
56100
56101 #: fortran/decl.c:7504
56102 #, gcc-internal-format, gfc-internal-format
56103 msgid "ENTRY statement at %C cannot appear within a STRUCTURE block"
56104 msgstr ""
56105
56106 #: fortran/decl.c:7508
56107 #, gcc-internal-format, gfc-internal-format
56108 msgid "ENTRY statement at %C cannot appear within a DERIVED TYPE block"
56109 msgstr ""
56110
56111 #: fortran/decl.c:7512
56112 #, gcc-internal-format, gfc-internal-format
56113 msgid "ENTRY statement at %C cannot appear within an IF-THEN block"
56114 msgstr ""
56115
56116 #: fortran/decl.c:7517
56117 #, gcc-internal-format, gfc-internal-format
56118 msgid "ENTRY statement at %C cannot appear within a DO block"
56119 msgstr ""
56120
56121 #: fortran/decl.c:7521
56122 #, gcc-internal-format, gfc-internal-format
56123 msgid "ENTRY statement at %C cannot appear within a SELECT block"
56124 msgstr ""
56125
56126 #: fortran/decl.c:7525
56127 #, gcc-internal-format, gfc-internal-format
56128 msgid "ENTRY statement at %C cannot appear within a FORALL block"
56129 msgstr ""
56130
56131 #: fortran/decl.c:7529
56132 #, gcc-internal-format, gfc-internal-format
56133 msgid "ENTRY statement at %C cannot appear within a WHERE block"
56134 msgstr ""
56135
56136 #: fortran/decl.c:7533
56137 #, gcc-internal-format, gfc-internal-format
56138 msgid "ENTRY statement at %C cannot appear within a contained subprogram"
56139 msgstr ""
56140
56141 #: fortran/decl.c:7537
56142 #, gcc-internal-format, gfc-internal-format
56143 msgid "Unexpected ENTRY statement at %C"
56144 msgstr ""
56145
56146 #: fortran/decl.c:7558
56147 #, gcc-internal-format, gfc-internal-format
56148 msgid "ENTRY statement at %C cannot appear in a contained procedure"
56149 msgstr ""
56150
56151 #: fortran/decl.c:7609 fortran/decl.c:7833
56152 #, gcc-internal-format, gfc-internal-format
56153 msgid "Missing required parentheses before BIND(C) at %C"
56154 msgstr ""
56155
56156 #: fortran/decl.c:7703
56157 #, gcc-internal-format, gfc-internal-format
56158 msgid "ENTRY statement at %L with BIND(C) prohibited in an elemental procedure"
56159 msgstr ""
56160
56161 #: fortran/decl.c:7859
56162 #, gcc-internal-format, gfc-internal-format
56163 msgid "Alternate return dummy argument cannot appear in a SUBROUTINE with the BIND(C) attribute at %L"
56164 msgstr ""
56165
56166 #: fortran/decl.c:7922 fortran/decl.c:7929
56167 #, gcc-internal-format, gfc-internal-format
56168 msgid "Invalid C identifier in NAME= specifier at %C"
56169 msgstr ""
56170
56171 #: fortran/decl.c:7969
56172 #, gcc-internal-format, gfc-internal-format
56173 msgid "Syntax error in NAME= specifier for binding label at %C"
56174 msgstr ""
56175
56176 #: fortran/decl.c:7985
56177 #, gcc-internal-format, gfc-internal-format
56178 msgid "NAME= specifier at %C should be a constant expression"
56179 msgstr ""
56180
56181 #: fortran/decl.c:7993
56182 #, gcc-internal-format, gfc-internal-format
56183 msgid "NAME= specifier at %C should be a scalar of default character kind"
56184 msgstr ""
56185
56186 #: fortran/decl.c:8012
56187 #, gcc-internal-format, gfc-internal-format
56188 msgid "Missing closing paren for binding label at %C"
56189 msgstr ""
56190
56191 #: fortran/decl.c:8018
56192 #, gcc-internal-format, gfc-internal-format
56193 msgid "No binding name is allowed in BIND(C) at %C"
56194 msgstr ""
56195
56196 #: fortran/decl.c:8024
56197 #, gcc-internal-format, gfc-internal-format
56198 msgid "For dummy procedure %s, no binding name is allowed in BIND(C) at %C"
56199 msgstr ""
56200
56201 #: fortran/decl.c:8053
56202 #, gcc-internal-format, gfc-internal-format
56203 msgid "NAME not allowed on BIND(C) for ABSTRACT INTERFACE at %C"
56204 msgstr ""
56205
56206 #: fortran/decl.c:8299
56207 #, gcc-internal-format, gfc-internal-format
56208 msgid "Unexpected END statement at %C"
56209 msgstr ""
56210
56211 #: fortran/decl.c:8308
56212 #, gcc-internal-format, gfc-internal-format
56213 msgid "END statement instead of %s statement at %L"
56214 msgstr ""
56215
56216 #. We would have required END [something].
56217 #: fortran/decl.c:8317
56218 #, gcc-internal-format, gfc-internal-format
56219 msgid "%s statement expected at %L"
56220 msgstr ""
56221
56222 #: fortran/decl.c:8328
56223 #, gcc-internal-format, gfc-internal-format
56224 msgid "Expecting %s statement at %L"
56225 msgstr ""
56226
56227 #: fortran/decl.c:8348
56228 #, gcc-internal-format
56229 msgid "Expected block name of %qs in %s statement at %L"
56230 msgstr ""
56231
56232 #: fortran/decl.c:8365
56233 #, gcc-internal-format, gfc-internal-format
56234 msgid "Expected terminating name at %C"
56235 msgstr ""
56236
56237 #: fortran/decl.c:8379 fortran/decl.c:8387
56238 #, gcc-internal-format
56239 msgid "Expected label %qs for %s statement at %C"
56240 msgstr ""
56241
56242 #: fortran/decl.c:8486
56243 #, gcc-internal-format, gfc-internal-format
56244 msgid "Missing array specification at %L in DIMENSION statement"
56245 msgstr ""
56246
56247 #: fortran/decl.c:8494
56248 #, gcc-internal-format, gfc-internal-format
56249 msgid "Dimensions specified for %s at %L after its initialization"
56250 msgstr ""
56251
56252 #: fortran/decl.c:8502
56253 #, gcc-internal-format, gfc-internal-format
56254 msgid "Missing array specification at %L in CODIMENSION statement"
56255 msgstr ""
56256
56257 #: fortran/decl.c:8511
56258 #, gcc-internal-format, gfc-internal-format
56259 msgid "Array specification must be deferred at %L"
56260 msgstr ""
56261
56262 #: fortran/decl.c:8526
56263 #, gcc-internal-format, gfc-internal-format
56264 msgid "Duplicate DIMENSION attribute at %C"
56265 msgstr ""
56266
56267 #: fortran/decl.c:8618
56268 #, gcc-internal-format, gfc-internal-format
56269 msgid "Unexpected character in variable list at %C"
56270 msgstr ""
56271
56272 #: fortran/decl.c:8655
56273 #, gcc-internal-format
56274 msgid "Expected %<(%> at %C"
56275 msgstr ""
56276
56277 #: fortran/decl.c:8669 fortran/decl.c:8709
56278 #, gcc-internal-format, gfc-internal-format
56279 msgid "Expected variable name at %C"
56280 msgstr ""
56281
56282 #: fortran/decl.c:8685
56283 #, gcc-internal-format, gfc-internal-format
56284 msgid "Cray pointer at %C must be an integer"
56285 msgstr ""
56286
56287 #: fortran/decl.c:8689
56288 #, gcc-internal-format, gfc-internal-format
56289 msgid "Cray pointer at %C has %d bytes of precision; memory addresses require %d bytes"
56290 msgstr ""
56291
56292 #: fortran/decl.c:8695
56293 #, gcc-internal-format, gfc-internal-format
56294 msgid "Expected \",\" at %C"
56295 msgstr ""
56296
56297 #: fortran/decl.c:8734
56298 #, gcc-internal-format
56299 msgid "Cannot set Cray pointee array spec."
56300 msgstr ""
56301
56302 #: fortran/decl.c:8758
56303 #, gcc-internal-format, gfc-internal-format
56304 msgid "Expected \")\" at %C"
56305 msgstr ""
56306
56307 #: fortran/decl.c:8770
56308 #, gcc-internal-format
56309 msgid "Expected %<,%> or end of statement at %C"
56310 msgstr ""
56311
56312 #: fortran/decl.c:8796
56313 #, gcc-internal-format, gfc-internal-format
56314 msgid "INTENT is not allowed inside of BLOCK at %C"
56315 msgstr ""
56316
56317 #: fortran/decl.c:8828
56318 #, gcc-internal-format, gfc-internal-format
56319 msgid "OPTIONAL is not allowed inside of BLOCK at %C"
56320 msgstr ""
56321
56322 #: fortran/decl.c:8847
56323 #, gcc-internal-format
56324 msgid "Cray pointer declaration at %C requires %<-fcray-pointer%> flag"
56325 msgstr ""
56326
56327 #: fortran/decl.c:8886
56328 #, gcc-internal-format, gfc-internal-format
56329 msgid "CONTIGUOUS statement at %C"
56330 msgstr ""
56331
56332 #: fortran/decl.c:8984
56333 #, gcc-internal-format, gfc-internal-format
56334 msgid "Access specification of the %s operator at %C has already been specified"
56335 msgstr ""
56336
56337 #: fortran/decl.c:9000
56338 #, gcc-internal-format, gfc-internal-format
56339 msgid "Access specification of the .%s. operator at %C has already been specified"
56340 msgstr ""
56341
56342 #: fortran/decl.c:9048
56343 #, gcc-internal-format, gfc-internal-format
56344 msgid "PROTECTED statement at %C"
56345 msgstr ""
56346
56347 #: fortran/decl.c:9082
56348 #, gcc-internal-format, gfc-internal-format
56349 msgid "Syntax error in PROTECTED statement at %C"
56350 msgstr ""
56351
56352 #: fortran/decl.c:9109 fortran/decl.c:9134
56353 #, gcc-internal-format, gfc-internal-format
56354 msgid "PRIVATE statement at %C is only allowed in the specification part of a module"
56355 msgstr ""
56356
56357 #: fortran/decl.c:9155 fortran/decl.c:9175
56358 #, gcc-internal-format, gfc-internal-format
56359 msgid "PUBLIC statement at %C is only allowed in the specification part of a module"
56360 msgstr ""
56361
56362 #: fortran/decl.c:9197
56363 #, gcc-internal-format, gfc-internal-format
56364 msgid "Expected variable name at %C in PARAMETER statement"
56365 msgstr ""
56366
56367 #: fortran/decl.c:9204
56368 #, gcc-internal-format, gfc-internal-format
56369 msgid "Expected = sign in PARAMETER statement at %C"
56370 msgstr ""
56371
56372 #: fortran/decl.c:9210
56373 #, gcc-internal-format, gfc-internal-format
56374 msgid "Expected expression at %C in PARAMETER statement"
56375 msgstr ""
56376
56377 #: fortran/decl.c:9230
56378 #, gcc-internal-format, gfc-internal-format
56379 msgid "Initializing already initialized variable at %C"
56380 msgstr ""
56381
56382 #. With legacy PARAMETER statements, don't expect a terminating ')'.
56383 #: fortran/decl.c:9255
56384 #, gcc-internal-format, gfc-internal-format
56385 msgid "PARAMETER without '()' at %C"
56386 msgstr ""
56387
56388 #: fortran/decl.c:9271
56389 #, gcc-internal-format, gfc-internal-format
56390 msgid "Unexpected characters in PARAMETER statement at %C"
56391 msgstr ""
56392
56393 #: fortran/decl.c:9290 fortran/decl.c:9346
56394 #, gcc-internal-format
56395 msgid "%s at %C is a DEC extension, enable with %<-fdec-static%>"
56396 msgstr ""
56397
56398 #: fortran/decl.c:9325
56399 #, gcc-internal-format, gfc-internal-format
56400 msgid "Expected entity-list in AUTOMATIC statement at %C"
56401 msgstr ""
56402
56403 #: fortran/decl.c:9332
56404 #, gcc-internal-format, gfc-internal-format
56405 msgid "Syntax error in AUTOMATIC statement at %C"
56406 msgstr "Синтаксична помилка у інструкції AUTOMATIC у %C"
56407
56408 #: fortran/decl.c:9381
56409 #, gcc-internal-format, gfc-internal-format
56410 msgid "Expected entity-list in STATIC statement at %C"
56411 msgstr ""
56412
56413 #: fortran/decl.c:9388
56414 #, gcc-internal-format, gfc-internal-format
56415 msgid "Syntax error in STATIC statement at %C"
56416 msgstr "Синтаксична помилка у інструкції STATIC у %C"
56417
56418 #: fortran/decl.c:9407
56419 #, gcc-internal-format, gfc-internal-format
56420 msgid "Blanket SAVE statement at %C follows previous SAVE statement"
56421 msgstr ""
56422
56423 #: fortran/decl.c:9418
56424 #, gcc-internal-format, gfc-internal-format
56425 msgid "SAVE statement at %C follows blanket SAVE statement"
56426 msgstr ""
56427
56428 #: fortran/decl.c:9466
56429 #, gcc-internal-format, gfc-internal-format
56430 msgid "Syntax error in SAVE statement at %C"
56431 msgstr ""
56432
56433 #: fortran/decl.c:9483
56434 #, gcc-internal-format, gfc-internal-format
56435 msgid "VALUE is not allowed inside of BLOCK at %C"
56436 msgstr ""
56437
56438 #: fortran/decl.c:9487
56439 #, gcc-internal-format, gfc-internal-format
56440 msgid "VALUE statement at %C"
56441 msgstr ""
56442
56443 #: fortran/decl.c:9525
56444 #, gcc-internal-format, gfc-internal-format
56445 msgid "Syntax error in VALUE statement at %C"
56446 msgstr ""
56447
56448 #: fortran/decl.c:9537
56449 #, gcc-internal-format, gfc-internal-format
56450 msgid "VOLATILE statement at %C"
56451 msgstr ""
56452
56453 #: fortran/decl.c:9564
56454 #, gcc-internal-format
56455 msgid "Specifying VOLATILE for coarray variable %qs at %C, which is use-/host-associated"
56456 msgstr ""
56457
56458 #: fortran/decl.c:9589
56459 #, gcc-internal-format, gfc-internal-format
56460 msgid "Syntax error in VOLATILE statement at %C"
56461 msgstr ""
56462
56463 #: fortran/decl.c:9601
56464 #, gcc-internal-format, gfc-internal-format
56465 msgid "ASYNCHRONOUS statement at %C"
56466 msgstr ""
56467
56468 #: fortran/decl.c:9645
56469 #, gcc-internal-format, gfc-internal-format
56470 msgid "Syntax error in ASYNCHRONOUS statement at %C"
56471 msgstr ""
56472
56473 #: fortran/decl.c:9670
56474 #, gcc-internal-format, gfc-internal-format
56475 msgid "MODULE PROCEDURE declaration at %C"
56476 msgstr ""
56477
56478 #: fortran/decl.c:9763
56479 #, gcc-internal-format, gfc-internal-format
56480 msgid "MODULE PROCEDURE at %C must be in a generic module interface"
56481 msgstr ""
56482
56483 #: fortran/decl.c:9821
56484 #, gcc-internal-format, gfc-internal-format
56485 msgid "Intrinsic procedure at %L cannot be a MODULE PROCEDURE"
56486 msgstr ""
56487
56488 #: fortran/decl.c:9870
56489 #, gcc-internal-format, gfc-internal-format
56490 msgid "Ambiguous symbol in TYPE definition at %C"
56491 msgstr ""
56492
56493 #: fortran/decl.c:9879
56494 #, gcc-internal-format
56495 msgid "Symbol %qs at %C has not been previously defined"
56496 msgstr ""
56497
56498 #: fortran/decl.c:9885
56499 #, gcc-internal-format
56500 msgid "%qs in EXTENDS expression at %C is not a derived type"
56501 msgstr ""
56502
56503 #: fortran/decl.c:9892
56504 #, gcc-internal-format
56505 msgid "%qs cannot be extended at %C because it is BIND(C)"
56506 msgstr ""
56507
56508 #: fortran/decl.c:9899
56509 #, gcc-internal-format
56510 msgid "%qs cannot be extended at %C because it is a SEQUENCE type"
56511 msgstr ""
56512
56513 #: fortran/decl.c:9922
56514 #, gcc-internal-format, gfc-internal-format
56515 msgid "Derived type at %C can only be PRIVATE in the specification part of a module"
56516 msgstr ""
56517
56518 #: fortran/decl.c:9934
56519 #, gcc-internal-format, gfc-internal-format
56520 msgid "Derived type at %C can only be PUBLIC in the specification part of a module"
56521 msgstr ""
56522
56523 #: fortran/decl.c:9955
56524 #, gcc-internal-format, gfc-internal-format
56525 msgid "ABSTRACT type at %C"
56526 msgstr ""
56527
56528 #: fortran/decl.c:10001
56529 #, gcc-internal-format, gfc-internal-format
56530 msgid "Failed to create structure type '%s' at %C"
56531 msgstr ""
56532
56533 #: fortran/decl.c:10007
56534 #, gcc-internal-format
56535 msgid "Type definition of %qs at %C was already defined at %L"
56536 msgstr ""
56537
56538 #: fortran/decl.c:10054
56539 #, gcc-internal-format, gfc-internal-format
56540 msgid "Junk after MAP statement at %C"
56541 msgstr "Зайві команди після інструкції MAP у %C"
56542
56543 #: fortran/decl.c:10087
56544 #, gcc-internal-format, gfc-internal-format
56545 msgid "Junk after UNION statement at %C"
56546 msgstr "Зайві команди після інструкції UNION у %C"
56547
56548 #: fortran/decl.c:10122
56549 #, gcc-internal-format
56550 msgid "%s at %C is a DEC extension, enable with %<-fdec-structure%>"
56551 msgstr ""
56552
56553 #: fortran/decl.c:10136
56554 #, gcc-internal-format, gfc-internal-format
56555 msgid "Structure name expected in non-nested structure declaration at %C"
56556 msgstr ""
56557
56558 #: fortran/decl.c:10154
56559 #, gcc-internal-format, gfc-internal-format
56560 msgid "Junk after non-nested STRUCTURE statement at %C"
56561 msgstr "Зайві команди після невкладеної інструкції STRUCTURE у %C"
56562
56563 #: fortran/decl.c:10161
56564 #, gcc-internal-format
56565 msgid "Structure name %qs at %C cannot be the same as an intrinsic type"
56566 msgstr ""
56567
56568 #: fortran/decl.c:10324
56569 #, gcc-internal-format, gfc-internal-format
56570 msgid "Expected :: in TYPE definition at %C"
56571 msgstr ""
56572
56573 #: fortran/decl.c:10337
56574 #, fuzzy, gcc-internal-format, gfc-internal-format
56575 #| msgid "deleted definition of %qD"
56576 msgid "Mangled derived type definition at %C"
56577 msgstr "вилучене визначення %qD"
56578
56579 #: fortran/decl.c:10366
56580 #, gcc-internal-format
56581 msgid "Type name %qs at %C cannot be the same as an intrinsic type"
56582 msgstr ""
56583
56584 #: fortran/decl.c:10377
56585 #, gcc-internal-format
56586 msgid "Derived type name %qs at %C already has a basic type of %s"
56587 msgstr ""
56588
56589 #: fortran/decl.c:10380
56590 #, gcc-internal-format
56591 msgid "Derived type name %qs at %C already has a basic type"
56592 msgstr "Похідна назва типу %qs у %C вже має базовий тип"
56593
56594 #: fortran/decl.c:10395
56595 #, fuzzy, gcc-internal-format
56596 #| msgid "Namelist %qs cannot be an argument at %L"
56597 msgid "Dummy argument %qs at %L cannot be a derived type at %C"
56598 msgstr "Список назв %qs не може бути аргументом у %L"
56599
56600 #: fortran/decl.c:10404
56601 #, gcc-internal-format
56602 msgid "Derived type definition of %qs at %C has already been defined"
56603 msgstr ""
56604
56605 #: fortran/decl.c:10467
56606 #, gcc-internal-format, gfc-internal-format
56607 msgid "Garbage after PARAMETERIZED TYPE declaration at %C"
56608 msgstr ""
56609
56610 #: fortran/decl.c:10550
56611 #, gcc-internal-format, gfc-internal-format
56612 msgid "Cray Pointee at %C cannot be assumed shape array"
56613 msgstr ""
56614
56615 #: fortran/decl.c:10570
56616 #, gcc-internal-format, gfc-internal-format
56617 msgid "ENUM and ENUMERATOR at %C"
56618 msgstr ""
56619
56620 #: fortran/decl.c:10602
56621 #, gcc-internal-format, gfc-internal-format
56622 msgid "Enumerator exceeds the C integer type at %C"
56623 msgstr ""
56624
56625 #: fortran/decl.c:10681
56626 #, gcc-internal-format, gfc-internal-format
56627 msgid "ENUMERATOR %L not initialized with integer expression"
56628 msgstr ""
56629
56630 #: fortran/decl.c:10729
56631 #, gcc-internal-format, gfc-internal-format
56632 msgid "ENUM definition statement expected before %C"
56633 msgstr ""
56634
56635 #: fortran/decl.c:10765
56636 #, gcc-internal-format, gfc-internal-format
56637 msgid "Syntax error in ENUMERATOR definition at %C"
56638 msgstr ""
56639
56640 #: fortran/decl.c:10812 fortran/decl.c:10827
56641 #, gcc-internal-format, gfc-internal-format
56642 msgid "Duplicate access-specifier at %C"
56643 msgstr ""
56644
56645 #: fortran/decl.c:10847
56646 #, gcc-internal-format, gfc-internal-format
56647 msgid "Binding attributes already specify passing, illegal NOPASS at %C"
56648 msgstr ""
56649
56650 #: fortran/decl.c:10867
56651 #, gcc-internal-format, gfc-internal-format
56652 msgid "Binding attributes already specify passing, illegal PASS at %C"
56653 msgstr ""
56654
56655 #: fortran/decl.c:10894
56656 #, gcc-internal-format, gfc-internal-format
56657 msgid "Duplicate POINTER attribute at %C"
56658 msgstr ""
56659
56660 #: fortran/decl.c:10912
56661 #, gcc-internal-format, gfc-internal-format
56662 msgid "Duplicate NON_OVERRIDABLE at %C"
56663 msgstr ""
56664
56665 #: fortran/decl.c:10928
56666 #, gcc-internal-format, gfc-internal-format
56667 msgid "Duplicate DEFERRED at %C"
56668 msgstr ""
56669
56670 #: fortran/decl.c:10941
56671 #, gcc-internal-format, gfc-internal-format
56672 msgid "Expected access-specifier at %C"
56673 msgstr ""
56674
56675 #: fortran/decl.c:10943
56676 #, gcc-internal-format, gfc-internal-format
56677 msgid "Expected binding attribute at %C"
56678 msgstr ""
56679
56680 #: fortran/decl.c:10951
56681 #, gcc-internal-format, gfc-internal-format
56682 msgid "NON_OVERRIDABLE and DEFERRED cannot both appear at %C"
56683 msgstr ""
56684
56685 #: fortran/decl.c:10964
56686 #, gcc-internal-format, gfc-internal-format
56687 msgid "POINTER attribute is required for procedure pointer component at %C"
56688 msgstr ""
56689
56690 #: fortran/decl.c:11006
56691 #, gcc-internal-format
56692 msgid "Interface-name expected after %<(%> at %C"
56693 msgstr ""
56694
56695 #: fortran/decl.c:11012
56696 #, gcc-internal-format
56697 msgid "%<)%> expected at %C"
56698 msgstr ""
56699
56700 #: fortran/decl.c:11032
56701 #, gcc-internal-format, gfc-internal-format
56702 msgid "Interface must be specified for DEFERRED binding at %C"
56703 msgstr ""
56704
56705 #: fortran/decl.c:11037
56706 #, gcc-internal-format, gfc-internal-format
56707 msgid "PROCEDURE(interface) at %C should be declared DEFERRED"
56708 msgstr ""
56709
56710 #: fortran/decl.c:11060
56711 #, gcc-internal-format, gfc-internal-format
56712 msgid "Expected binding name at %C"
56713 msgstr ""
56714
56715 #: fortran/decl.c:11064
56716 #, gcc-internal-format, gfc-internal-format
56717 msgid "PROCEDURE list at %C"
56718 msgstr ""
56719
56720 #: fortran/decl.c:11076
56721 #, gcc-internal-format
56722 msgid "%<=> target%> is invalid for DEFERRED binding at %C"
56723 msgstr ""
56724
56725 #: fortran/decl.c:11082
56726 #, gcc-internal-format
56727 msgid "%<::%> needed in PROCEDURE binding with explicit target at %C"
56728 msgstr ""
56729
56730 #: fortran/decl.c:11092
56731 #, gcc-internal-format
56732 msgid "Expected binding target after %<=>%> at %C"
56733 msgstr ""
56734
56735 #: fortran/decl.c:11109
56736 #, gcc-internal-format
56737 msgid "Type %qs containing DEFERRED binding at %C is not ABSTRACT"
56738 msgstr ""
56739
56740 #: fortran/decl.c:11120
56741 #, gcc-internal-format
56742 msgid "There is already a procedure with binding name %qs for the derived type %qs at %C"
56743 msgstr ""
56744
56745 #: fortran/decl.c:11171
56746 #, gcc-internal-format, gfc-internal-format
56747 msgid "GENERIC at %C must be inside a derived-type CONTAINS"
56748 msgstr ""
56749
56750 #: fortran/decl.c:11191
56751 #, gcc-internal-format
56752 msgid "Expected %<::%> at %C"
56753 msgstr ""
56754
56755 #: fortran/decl.c:11203
56756 #, gcc-internal-format, gfc-internal-format
56757 msgid "Expected generic name or operator descriptor at %C"
56758 msgstr ""
56759
56760 #: fortran/decl.c:11224
56761 #, gcc-internal-format, gfc-internal-format
56762 msgid "Malformed GENERIC statement at %C"
56763 msgstr ""
56764
56765 #: fortran/decl.c:11235
56766 #, gcc-internal-format
56767 msgid "Expected %<=>%> at %C"
56768 msgstr ""
56769
56770 #: fortran/decl.c:11271
56771 #, gcc-internal-format
56772 msgid "There's already a non-generic procedure with binding name %qs for the derived type %qs at %C"
56773 msgstr ""
56774
56775 #: fortran/decl.c:11279
56776 #, gcc-internal-format
56777 msgid "Binding at %C must have the same access as already defined binding %qs"
56778 msgstr ""
56779
56780 #: fortran/decl.c:11327
56781 #, gcc-internal-format, gfc-internal-format
56782 msgid "Expected specific binding name at %C"
56783 msgstr ""
56784
56785 #: fortran/decl.c:11337
56786 #, gcc-internal-format
56787 msgid "%qs already defined as specific binding for the generic %qs at %C"
56788 msgstr ""
56789
56790 #: fortran/decl.c:11355
56791 #, gcc-internal-format, gfc-internal-format
56792 msgid "Junk after GENERIC binding at %C"
56793 msgstr ""
56794
56795 #: fortran/decl.c:11390
56796 #, gcc-internal-format, gfc-internal-format
56797 msgid "FINAL declaration at %C must be inside a derived type CONTAINS section"
56798 msgstr ""
56799
56800 #: fortran/decl.c:11401
56801 #, gcc-internal-format, gfc-internal-format
56802 msgid "Derived type declaration with FINAL at %C must be in the specification part of a MODULE"
56803 msgstr ""
56804
56805 #: fortran/decl.c:11423
56806 #, gcc-internal-format, gfc-internal-format
56807 msgid "Empty FINAL at %C"
56808 msgstr ""
56809
56810 #: fortran/decl.c:11430
56811 #, gcc-internal-format, gfc-internal-format
56812 msgid "Expected module procedure name at %C"
56813 msgstr ""
56814
56815 #: fortran/decl.c:11440
56816 #, gcc-internal-format
56817 msgid "Expected %<,%> at %C"
56818 msgstr ""
56819
56820 #: fortran/decl.c:11446
56821 #, gcc-internal-format
56822 msgid "Unknown procedure name %qs at %C"
56823 msgstr ""
56824
56825 #: fortran/decl.c:11459
56826 #, gcc-internal-format
56827 msgid "%qs at %C is already defined as FINAL procedure"
56828 msgstr ""
56829
56830 #: fortran/decl.c:11529
56831 #, gcc-internal-format, gfc-internal-format
56832 msgid "Unknown attribute in !GCC$ ATTRIBUTES statement at %C"
56833 msgstr ""
56834
56835 #: fortran/decl.c:11575
56836 #, gcc-internal-format, gfc-internal-format
56837 msgid "Syntax error in !GCC$ ATTRIBUTES statement at %C"
56838 msgstr ""
56839
56840 #: fortran/decl.c:11595
56841 #, gcc-internal-format
56842 msgid "%<GCC unroll%> directive requires a non-negative integral constant less than or equal to %u at %C"
56843 msgstr ""
56844
56845 #: fortran/decl.c:11609
56846 #, gcc-internal-format, gfc-internal-format
56847 msgid "Syntax error in !GCC$ UNROLL directive at %C"
56848 msgstr ""
56849
56850 #: fortran/decl.c:11673
56851 #, fuzzy, gcc-internal-format, gfc-internal-format
56852 #| msgid "Syntax error in !$ACC DECLARE list at %C"
56853 msgid "Syntax error in !GCC$ IVDEP directive at %C"
56854 msgstr "Синтаксична помилка у списку !$ACC DECLARE у %C"
56855
56856 #: fortran/decl.c:11690
56857 #, fuzzy, gcc-internal-format, gfc-internal-format
56858 #| msgid "Syntax error in !$ACC DECLARE list at %C"
56859 msgid "Syntax error in !GCC$ VECTOR directive at %C"
56860 msgstr "Синтаксична помилка у списку !$ACC DECLARE у %C"
56861
56862 #: fortran/decl.c:11707
56863 #, fuzzy, gcc-internal-format, gfc-internal-format
56864 #| msgid "Syntax error in !$ACC DECLARE list at %C"
56865 msgid "Syntax error in !GCC$ NOVECTOR directive at %C"
56866 msgstr "Синтаксична помилка у списку !$ACC DECLARE у %C"
56867
56868 #: fortran/dependency.c:105
56869 #, gcc-internal-format
56870 msgid "identical_array_ref(): inconsistent dimensions"
56871 msgstr ""
56872
56873 #: fortran/dependency.c:198
56874 #, gcc-internal-format
56875 msgid "are_identical_variables: Bad type"
56876 msgstr ""
56877
56878 #: fortran/dependency.c:988
56879 #, gcc-internal-format, gfc-internal-format
56880 msgid "INTENT(%s) actual argument at %L might interfere with actual argument at %L."
56881 msgstr ""
56882
56883 #: fortran/dependency.c:1292
56884 #, gcc-internal-format
56885 msgid "gfc_check_dependency: expecting an EXPR_VARIABLE"
56886 msgstr ""
56887
56888 #: fortran/dump-parse-tree.c:281
56889 #, gcc-internal-format
56890 msgid "show_array_spec(): Unhandled array shape type."
56891 msgstr ""
56892
56893 #: fortran/dump-parse-tree.c:360
56894 #, gcc-internal-format
56895 msgid "show_array_ref(): Unknown array reference"
56896 msgstr ""
56897
56898 #: fortran/dump-parse-tree.c:409
56899 #, gcc-internal-format
56900 msgid "show_ref(): Bad component code"
56901 msgstr ""
56902
56903 #: fortran/dump-parse-tree.c:682
56904 #, gcc-internal-format
56905 msgid "show_expr(): Bad intrinsic in expression"
56906 msgstr ""
56907
56908 #: fortran/dump-parse-tree.c:725
56909 #, gcc-internal-format
56910 msgid "show_expr(): Don't know how to show expr"
56911 msgstr ""
56912
56913 #: fortran/dump-parse-tree.c:2987
56914 #, gcc-internal-format
56915 msgid "show_code_node(): Bad statement code"
56916 msgstr ""
56917
56918 #: fortran/dump-parse-tree.c:3328 fortran/dump-parse-tree.c:3433
56919 #, gcc-internal-format
56920 msgid "Cannot convert %qs to interoperable type at %L"
56921 msgstr ""
56922
56923 #: fortran/error.c:335
56924 #, gcc-internal-format, gfc-internal-format
56925 msgid " Included at %s:%d:"
56926 msgstr ""
56927
56928 #: fortran/error.c:421
56929 #, gcc-internal-format
56930 msgid "<During initialization>\n"
56931 msgstr "<Під час ініціалізації>\n"
56932
56933 #: fortran/expr.c:149
56934 #, gcc-internal-format
56935 msgid "gfc_get_constant_expr(): locus %<where%> cannot be NULL"
56936 msgstr ""
56937
56938 #: fortran/expr.c:356
56939 #, gcc-internal-format
56940 msgid "gfc_copy_expr(): Bad expr node"
56941 msgstr ""
56942
56943 #: fortran/expr.c:509
56944 #, gcc-internal-format
56945 msgid "free_expr0(): Bad expr type"
56946 msgstr ""
56947
56948 #: fortran/expr.c:657 fortran/expr.c:659 fortran/expr.c:710 fortran/expr.c:712
56949 #, gcc-internal-format, gfc-internal-format
56950 msgid "Constant expression required at %C"
56951 msgstr ""
56952
56953 #: fortran/expr.c:666 fortran/expr.c:668 fortran/expr.c:719 fortran/expr.c:721
56954 #, gcc-internal-format, gfc-internal-format
56955 msgid "Integer expression required at %C"
56956 msgstr ""
56957
56958 #: fortran/expr.c:676 fortran/expr.c:678 fortran/expr.c:732 fortran/expr.c:734
56959 #, gcc-internal-format, gfc-internal-format
56960 msgid "Integer value too large in expression at %C"
56961 msgstr ""
56962
56963 #: fortran/expr.c:1065
56964 #, gcc-internal-format
56965 msgid "gfc_is_constant_expr(): Unknown expression type"
56966 msgstr ""
56967
56968 #: fortran/expr.c:1258
56969 #, gcc-internal-format
56970 msgid "simplify_intrinsic_op(): Bad operator"
56971 msgstr ""
56972
56973 #: fortran/expr.c:1364
56974 #, gcc-internal-format, gfc-internal-format
56975 msgid "Index in dimension %d is out of bounds at %L"
56976 msgstr ""
56977
56978 #: fortran/expr.c:1552 fortran/expr.c:1603
56979 #, gcc-internal-format, gfc-internal-format
56980 msgid "index in dimension %d is out of bounds at %L"
56981 msgstr ""
56982
56983 #: fortran/expr.c:1679
56984 #, gcc-internal-format
56985 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"
56986 msgstr ""
56987
56988 #: fortran/expr.c:1787 fortran/primary.c:2359
56989 #, gcc-internal-format, gfc-internal-format
56990 msgid "LEN part_ref at %C"
56991 msgstr ""
56992
56993 #: fortran/expr.c:1805 fortran/primary.c:2374
56994 #, gcc-internal-format, gfc-internal-format
56995 msgid "KIND part_ref at %C"
56996 msgstr ""
56997
56998 #: fortran/expr.c:1816
56999 #, gcc-internal-format, gfc-internal-format
57000 msgid "RE part_ref at %C"
57001 msgstr ""
57002
57003 #: fortran/expr.c:1828
57004 #, gcc-internal-format, gfc-internal-format
57005 msgid "IM part_ref at %C"
57006 msgstr ""
57007
57008 #: fortran/expr.c:2425
57009 #, gcc-internal-format, gfc-internal-format
57010 msgid "elemental function arguments at %C are not compliant"
57011 msgstr ""
57012
57013 #: fortran/expr.c:2469
57014 #, gcc-internal-format, gfc-internal-format
57015 msgid "Numeric or CHARACTER operands are required in expression at %L"
57016 msgstr ""
57017
57018 #: fortran/expr.c:2494
57019 #, gcc-internal-format, gfc-internal-format
57020 msgid "Concatenation operator in expression at %L must have two CHARACTER operands"
57021 msgstr ""
57022
57023 #: fortran/expr.c:2501
57024 #, gcc-internal-format, gfc-internal-format
57025 msgid "Concat operator at %L must concatenate strings of the same kind"
57026 msgstr ""
57027
57028 #: fortran/expr.c:2511
57029 #, gcc-internal-format, gfc-internal-format
57030 msgid ".NOT. operator in expression at %L must have a LOGICAL operand"
57031 msgstr ""
57032
57033 #: fortran/expr.c:2527
57034 #, gcc-internal-format, gfc-internal-format
57035 msgid "LOGICAL operands are required in expression at %L"
57036 msgstr ""
57037
57038 #: fortran/expr.c:2538
57039 #, gcc-internal-format, gfc-internal-format
57040 msgid "Only intrinsic operators can be used in expression at %L"
57041 msgstr ""
57042
57043 #: fortran/expr.c:2546
57044 #, gcc-internal-format, gfc-internal-format
57045 msgid "Numeric operands are required in expression at %L"
57046 msgstr ""
57047
57048 #: fortran/expr.c:2569
57049 #, gcc-internal-format
57050 msgid "Invalid initialization expression for ALLOCATABLE component %qs in structure constructor at %L"
57051 msgstr ""
57052
57053 #: fortran/expr.c:2706
57054 #, gcc-internal-format
57055 msgid "Assumed or deferred character length variable %qs in constant expression at %L"
57056 msgstr ""
57057
57058 #: fortran/expr.c:2781
57059 #, gcc-internal-format
57060 msgid "transformational intrinsic %qs at %L is not permitted in an initialization expression"
57061 msgstr ""
57062
57063 #: fortran/expr.c:2812
57064 #, gcc-internal-format, gfc-internal-format
57065 msgid "Evaluation of nonstandard initialization expression at %L"
57066 msgstr ""
57067
57068 #: fortran/expr.c:2889 fortran/resolve.c:2712
57069 #, gcc-internal-format
57070 msgid "Function %qs in initialization expression at %L must be an intrinsic function"
57071 msgstr ""
57072
57073 #: fortran/expr.c:2901
57074 #, gcc-internal-format
57075 msgid "Intrinsic function %qs at %L is not permitted in an initialization expression"
57076 msgstr ""
57077
57078 #: fortran/expr.c:2940
57079 #, gcc-internal-format
57080 msgid "PARAMETER %qs is used at %L before its definition is complete"
57081 msgstr ""
57082
57083 #: fortran/expr.c:2960
57084 #, gcc-internal-format
57085 msgid "Assumed size array %qs at %L is not permitted in an initialization expression"
57086 msgstr ""
57087
57088 #: fortran/expr.c:2966
57089 #, gcc-internal-format
57090 msgid "Assumed shape array %qs at %L is not permitted in an initialization expression"
57091 msgstr ""
57092
57093 #: fortran/expr.c:2975
57094 #, gcc-internal-format
57095 msgid "Assumed-shape array %qs at %L is not permitted in an initialization expression"
57096 msgstr ""
57097
57098 #: fortran/expr.c:2979
57099 #, gcc-internal-format
57100 msgid "Deferred array %qs at %L is not permitted in an initialization expression"
57101 msgstr ""
57102
57103 #: fortran/expr.c:2985
57104 #, gcc-internal-format
57105 msgid "Array %qs at %L is a variable, which does not reduce to a constant expression"
57106 msgstr ""
57107
57108 #: fortran/expr.c:2995
57109 #, gcc-internal-format
57110 msgid "Parameter %qs at %L has not been declared or is a variable, which does not reduce to a constant expression"
57111 msgstr ""
57112
57113 #: fortran/expr.c:3049
57114 #, gcc-internal-format
57115 msgid "check_init_expr(): Unknown expression type"
57116 msgstr ""
57117
57118 #: fortran/expr.c:3184
57119 #, gcc-internal-format
57120 msgid "Specification function %qs at %L cannot be a statement function"
57121 msgstr ""
57122
57123 #: fortran/expr.c:3191
57124 #, gcc-internal-format
57125 msgid "Specification function %qs at %L cannot be an internal function"
57126 msgstr ""
57127
57128 #: fortran/expr.c:3198
57129 #, gcc-internal-format
57130 msgid "Specification function %qs at %L must be PURE"
57131 msgstr ""
57132
57133 #: fortran/expr.c:3206
57134 #, gcc-internal-format
57135 msgid "Specification function %qs at %L cannot be RECURSIVE"
57136 msgstr ""
57137
57138 #: fortran/expr.c:3353
57139 #, gcc-internal-format
57140 msgid "Dummy argument %qs not allowed in expression at %L"
57141 msgstr ""
57142
57143 #: fortran/expr.c:3361
57144 #, gcc-internal-format
57145 msgid "Dummy argument %qs at %L cannot be OPTIONAL"
57146 msgstr ""
57147
57148 #: fortran/expr.c:3368
57149 #, gcc-internal-format
57150 msgid "Dummy argument %qs at %L cannot be INTENT(OUT)"
57151 msgstr ""
57152
57153 #: fortran/expr.c:3397
57154 #, gcc-internal-format
57155 msgid "Variable %qs cannot appear in the expression at %L"
57156 msgstr ""
57157
57158 #: fortran/expr.c:3428
57159 #, gcc-internal-format
57160 msgid "check_restricted(): Unknown expression type"
57161 msgstr ""
57162
57163 #: fortran/expr.c:3448
57164 #, gcc-internal-format, gfc-internal-format
57165 msgid "Expression at %L must be of INTEGER type, found %s"
57166 msgstr ""
57167
57168 #: fortran/expr.c:3460
57169 #, gcc-internal-format
57170 msgid "Function %qs at %L must be PURE"
57171 msgstr ""
57172
57173 #: fortran/expr.c:3469
57174 #, gcc-internal-format, gfc-internal-format
57175 msgid "Expression at %L must be scalar"
57176 msgstr ""
57177
57178 #. Reject truncation.
57179 #: fortran/expr.c:3501
57180 #, gcc-internal-format, gfc-internal-format
57181 msgid "optype_msgid overflow: %d"
57182 msgstr ""
57183
57184 #: fortran/expr.c:3505
57185 #, gcc-internal-format, gfc-internal-format
57186 msgid "Incompatible ranks in %s (%d and %d) at %L"
57187 msgstr ""
57188
57189 #: fortran/expr.c:3519
57190 #, gcc-internal-format, gfc-internal-format
57191 msgid "Different shape for %s at %L on dimension %d (%d and %d)"
57192 msgstr ""
57193
57194 #: fortran/expr.c:3567
57195 #, gcc-internal-format, gfc-internal-format
57196 msgid "Assignment to a LEN or KIND part_ref at %L is not allowed"
57197 msgstr ""
57198
57199 #: fortran/expr.c:3623
57200 #, gcc-internal-format
57201 msgid "%qs at %L is not a VALUE"
57202 msgstr ""
57203
57204 #: fortran/expr.c:3634
57205 #, gcc-internal-format, gfc-internal-format
57206 msgid "Illegal assignment to external procedure at %L"
57207 msgstr ""
57208
57209 #: fortran/expr.c:3642
57210 #, gcc-internal-format, gfc-internal-format
57211 msgid "Incompatible ranks %d and %d in assignment at %L"
57212 msgstr ""
57213
57214 #: fortran/expr.c:3649
57215 #, gcc-internal-format, gfc-internal-format
57216 msgid "Variable type is UNKNOWN in assignment at %L"
57217 msgstr ""
57218
57219 #: fortran/expr.c:3661
57220 #, gcc-internal-format, gfc-internal-format
57221 msgid "NULL appears on right-hand side in assignment at %L"
57222 msgstr ""
57223
57224 #: fortran/expr.c:3671
57225 #, gcc-internal-format, gfc-internal-format
57226 msgid "POINTER-valued function appears on right-hand side of assignment at %L"
57227 msgstr ""
57228
57229 #: fortran/expr.c:3714
57230 #, gcc-internal-format
57231 msgid "BOZ literal constant near %L cannot be assigned to a %qs variable"
57232 msgstr ""
57233
57234 #: fortran/expr.c:3721
57235 #, gcc-internal-format, gfc-internal-format
57236 msgid "The assignment to a KIND or LEN component of a parameterized type at %L is not allowed"
57237 msgstr ""
57238
57239 #: fortran/expr.c:3751
57240 #, gcc-internal-format, gfc-internal-format
57241 msgid "Incompatible types in DATA statement at %L; attempted conversion of %s to %s"
57242 msgstr ""
57243
57244 #: fortran/expr.c:3792
57245 #, gcc-internal-format, gfc-internal-format
57246 msgid "Pointer assignment target is not a POINTER at %L"
57247 msgstr ""
57248
57249 #: fortran/expr.c:3800
57250 #, gcc-internal-format
57251 msgid "%qs in the pointer assignment at %L cannot be an l-value since it is a procedure"
57252 msgstr ""
57253
57254 #: fortran/expr.c:3824
57255 #, gcc-internal-format
57256 msgid "Expected bounds specification for %qs at %L"
57257 msgstr ""
57258
57259 #: fortran/expr.c:3829
57260 #, gcc-internal-format
57261 msgid "Bounds specification for %qs in pointer assignment at %L"
57262 msgstr ""
57263
57264 #: fortran/expr.c:3858
57265 #, gcc-internal-format, gfc-internal-format
57266 msgid "Stride must not be present at %L"
57267 msgstr ""
57268
57269 #: fortran/expr.c:3864 fortran/expr.c:3884
57270 #, gcc-internal-format
57271 msgid "Rank remapping requires a list of %<lower-bound : upper-bound%> specifications at %L"
57272 msgstr ""
57273
57274 #: fortran/expr.c:3872 fortran/expr.c:3891
57275 #, gcc-internal-format
57276 msgid "Expected list of %<lower-bound :%> or list of %<lower-bound : upper-bound%> specifications at %L"
57277 msgstr ""
57278
57279 #: fortran/expr.c:3918
57280 #, gcc-internal-format, gfc-internal-format
57281 msgid "Pointer object at %L shall not have a coindex"
57282 msgstr ""
57283
57284 #: fortran/expr.c:3939
57285 #, gcc-internal-format, gfc-internal-format
57286 msgid "Invalid procedure pointer assignment at %L"
57287 msgstr ""
57288
57289 #: fortran/expr.c:3964
57290 #, gcc-internal-format
57291 msgid "Function result %qs is invalid as proc-target in procedure pointer assignment at %L"
57292 msgstr ""
57293
57294 #: fortran/expr.c:3973
57295 #, gcc-internal-format
57296 msgid "Abstract interface %qs is invalid in procedure pointer assignment at %L"
57297 msgstr ""
57298
57299 #: fortran/expr.c:3983
57300 #, gcc-internal-format
57301 msgid "Statement function %qs is invalid in procedure pointer assignment at %L"
57302 msgstr ""
57303
57304 #: fortran/expr.c:3989
57305 #, gcc-internal-format
57306 msgid "Internal procedure %qs is invalid in procedure pointer assignment at %L"
57307 msgstr ""
57308
57309 #: fortran/expr.c:3996
57310 #, gcc-internal-format
57311 msgid "Intrinsic %qs at %L is invalid in procedure pointer assignment"
57312 msgstr ""
57313
57314 #: fortran/expr.c:4004
57315 #, gcc-internal-format
57316 msgid "Nonintrinsic elemental procedure %qs is invalid in procedure pointer assignment at %L"
57317 msgstr ""
57318
57319 #: fortran/expr.c:4027
57320 #, gcc-internal-format, gfc-internal-format
57321 msgid "Mismatch in the procedure pointer assignment at %L: mismatch in the calling convention"
57322 msgstr ""
57323
57324 #: fortran/expr.c:4080
57325 #, gcc-internal-format
57326 msgid "Interface mismatch in procedure pointer assignment at %L: %qs is not a subroutine"
57327 msgstr ""
57328
57329 #: fortran/expr.c:4090 fortran/expr.c:4105
57330 #, gcc-internal-format
57331 msgid "Explicit interface required for component %qs at %L: %s"
57332 msgstr ""
57333
57334 #: fortran/expr.c:4096 fortran/expr.c:4111 fortran/resolve.c:2599
57335 #, gcc-internal-format
57336 msgid "Explicit interface required for %qs at %L: %s"
57337 msgstr ""
57338
57339 #: fortran/expr.c:4123
57340 #, gcc-internal-format, gfc-internal-format
57341 msgid "Interface mismatch in procedure pointer assignment at %L: %s"
57342 msgstr ""
57343
57344 #: fortran/expr.c:4132
57345 #, gcc-internal-format
57346 msgid "Procedure pointer target %qs at %L must be either an intrinsic, host or use associated, referenced or have the EXTERNAL attribute"
57347 msgstr ""
57348
57349 #: fortran/expr.c:4145
57350 #, gcc-internal-format, gfc-internal-format
57351 msgid "Pointer assignment target cannot be a constant at %L"
57352 msgstr ""
57353
57354 #: fortran/expr.c:4159
57355 #, gcc-internal-format, gfc-internal-format
57356 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"
57357 msgstr ""
57358
57359 #: fortran/expr.c:4164
57360 #, gcc-internal-format, gfc-internal-format
57361 msgid "Different types in pointer assignment at %L; attempted assignment of %s to %s"
57362 msgstr ""
57363
57364 #: fortran/expr.c:4172
57365 #, gcc-internal-format, gfc-internal-format
57366 msgid "Different kind type parameters in pointer assignment at %L"
57367 msgstr ""
57368
57369 #: fortran/expr.c:4179
57370 #, gcc-internal-format, gfc-internal-format
57371 msgid "Different ranks in pointer assignment at %L"
57372 msgstr ""
57373
57374 #: fortran/expr.c:4198
57375 #, gcc-internal-format, gfc-internal-format
57376 msgid "Rank remapping target is smaller than size of the pointer (%ld < %ld) at %L"
57377 msgstr ""
57378
57379 #: fortran/expr.c:4211
57380 #, gcc-internal-format, gfc-internal-format
57381 msgid "Rank remapping target must be rank 1 or simply contiguous at %L"
57382 msgstr ""
57383
57384 #: fortran/expr.c:4215
57385 #, gcc-internal-format, gfc-internal-format
57386 msgid "Rank remapping target is not rank 1 at %L"
57387 msgstr ""
57388
57389 #. The test above might need to be extend when F08, Note 5.4 has to be
57390 #. interpreted in the way that target and pointer with the same coindex
57391 #. are allowed.
57392 #: fortran/expr.c:4247 fortran/expr.c:4319
57393 #, gcc-internal-format, gfc-internal-format
57394 msgid "Data target at %L shall not have a coindex"
57395 msgstr ""
57396
57397 #: fortran/expr.c:4250
57398 #, gcc-internal-format, gfc-internal-format
57399 msgid "Target expression in pointer assignment at %L must deliver a pointer result"
57400 msgstr ""
57401
57402 #: fortran/expr.c:4271
57403 #, gcc-internal-format, gfc-internal-format
57404 msgid "Pointer assignment target in initialization expression does not have the TARGET attribute at %L"
57405 msgstr ""
57406
57407 #: fortran/expr.c:4281
57408 #, gcc-internal-format, gfc-internal-format
57409 msgid "Pointer assignment target is neither TARGET nor POINTER at %L"
57410 msgstr ""
57411
57412 #: fortran/expr.c:4289
57413 #, gcc-internal-format, gfc-internal-format
57414 msgid "Bad target in pointer assignment in PURE procedure at %L"
57415 msgstr ""
57416
57417 #: fortran/expr.c:4298
57418 #, gcc-internal-format, gfc-internal-format
57419 msgid "Pointer assignment with vector subscript on rhs at %L"
57420 msgstr ""
57421
57422 #: fortran/expr.c:4306
57423 #, gcc-internal-format, gfc-internal-format
57424 msgid "Pointer assignment target has PROTECTED attribute at %L"
57425 msgstr ""
57426
57427 #: fortran/expr.c:4330
57428 #, gcc-internal-format, gfc-internal-format
57429 msgid "Assignment to contiguous pointer from non-contiguous target at %L"
57430 msgstr ""
57431
57432 #: fortran/expr.c:4369
57433 #, gcc-internal-format, gfc-internal-format
57434 msgid "Pointer at %L in pointer assignment might outlive the pointer target"
57435 msgstr ""
57436
57437 #: fortran/expr.c:4445 fortran/resolve.c:1459
57438 #, gcc-internal-format, gfc-internal-format
57439 msgid "Pointer initialization target at %L must not be ALLOCATABLE"
57440 msgstr ""
57441
57442 #: fortran/expr.c:4451
57443 #, gcc-internal-format, gfc-internal-format
57444 msgid "Pointer initialization target at %L must have the TARGET attribute"
57445 msgstr ""
57446
57447 #: fortran/expr.c:4466 fortran/resolve.c:1465
57448 #, gcc-internal-format, gfc-internal-format
57449 msgid "Pointer initialization target at %L must have the SAVE attribute"
57450 msgstr ""
57451
57452 #: fortran/expr.c:4478
57453 #, gcc-internal-format, gfc-internal-format
57454 msgid "Procedure pointer initialization target at %L may not be a procedure pointer"
57455 msgstr ""
57456
57457 #: fortran/expr.c:4484
57458 #, gcc-internal-format
57459 msgid "Internal procedure %qs is invalid in procedure pointer initialization at %L"
57460 msgstr ""
57461
57462 #: fortran/expr.c:4491
57463 #, gcc-internal-format
57464 msgid "Dummy procedure %qs is invalid in procedure pointer initialization at %L"
57465 msgstr ""
57466
57467 #: fortran/expr.c:4959
57468 #, gcc-internal-format
57469 msgid "generate_isocbinding_initializer(): bad iso_c_binding type, expected %<c_ptr%> or %<c_funptr%>"
57470 msgstr ""
57471
57472 #: fortran/expr.c:6044
57473 #, gcc-internal-format, gfc-internal-format
57474 msgid "Fortran 2008: Pointer functions in variable definition context (%s) at %L"
57475 msgstr ""
57476
57477 #: fortran/expr.c:6052
57478 #, gcc-internal-format, gfc-internal-format
57479 msgid "Non-variable expression in variable definition context (%s) at %L"
57480 msgstr ""
57481
57482 #: fortran/expr.c:6060
57483 #, gcc-internal-format
57484 msgid "Named constant %qs in variable definition context (%s) at %L"
57485 msgstr ""
57486
57487 #: fortran/expr.c:6069
57488 #, gcc-internal-format
57489 msgid "%qs in variable definition context (%s) at %L is not a variable"
57490 msgstr ""
57491
57492 #: fortran/expr.c:6080
57493 #, gcc-internal-format, gfc-internal-format
57494 msgid "Non-POINTER in pointer association context (%s) at %L"
57495 msgstr ""
57496
57497 #: fortran/expr.c:6089
57498 #, gcc-internal-format, gfc-internal-format
57499 msgid "Type inaccessible in variable definition context (%s) at %L"
57500 msgstr ""
57501
57502 #: fortran/expr.c:6102
57503 #, gcc-internal-format, gfc-internal-format
57504 msgid "LOCK_TYPE in variable definition context (%s) at %L"
57505 msgstr ""
57506
57507 #: fortran/expr.c:6115
57508 #, gcc-internal-format, gfc-internal-format
57509 msgid "LOCK_EVENT in variable definition context (%s) at %L"
57510 msgstr ""
57511
57512 #: fortran/expr.c:6150
57513 #, gcc-internal-format
57514 msgid "Dummy argument %qs with INTENT(IN) in pointer association context (%s) at %L"
57515 msgstr ""
57516
57517 #: fortran/expr.c:6160
57518 #, gcc-internal-format
57519 msgid "Dummy argument %qs with INTENT(IN) in variable definition context (%s) at %L"
57520 msgstr ""
57521
57522 #: fortran/expr.c:6173
57523 #, gcc-internal-format
57524 msgid "Variable %qs is PROTECTED and cannot appear in a pointer association context (%s) at %L"
57525 msgstr ""
57526
57527 #: fortran/expr.c:6181
57528 #, gcc-internal-format
57529 msgid "Variable %qs is PROTECTED and cannot appear in a variable definition context (%s) at %L"
57530 msgstr ""
57531
57532 #: fortran/expr.c:6193
57533 #, gcc-internal-format
57534 msgid "Variable %qs cannot appear in a variable definition context (%s) at %L in PURE procedure"
57535 msgstr ""
57536
57537 #: fortran/expr.c:6252
57538 #, gcc-internal-format
57539 msgid "%qs at %L associated to vector-indexed target cannot be used in a variable definition context (%s)"
57540 msgstr ""
57541
57542 #: fortran/expr.c:6257
57543 #, gcc-internal-format
57544 msgid "%qs at %L associated to expression cannot be used in a variable definition context (%s)"
57545 msgstr ""
57546
57547 #: fortran/expr.c:6269
57548 #, gcc-internal-format
57549 msgid "Associate-name %qs cannot appear in a variable definition context (%s) at %L because its target at %L cannot, either"
57550 msgstr ""
57551
57552 #: fortran/expr.c:6311
57553 #, gcc-internal-format, gfc-internal-format
57554 msgid "Elements with the same value at %L and %L in vector subscript in a variable definition context (%s)"
57555 msgstr ""
57556
57557 #: fortran/f95-lang.c:257
57558 #, gcc-internal-format, gfc-internal-format
57559 msgid "cannot open input file: %s"
57560 msgstr "не вдалося відкрити вхідний файл %s"
57561
57562 #: fortran/frontend-passes.c:195
57563 #, gcc-internal-format
57564 msgid "Inconsistent internal state: No location in statement"
57565 msgstr ""
57566
57567 #: fortran/frontend-passes.c:211
57568 #, gcc-internal-format, gfc-internal-format
57569 msgid "Inconsistent internal state: No location in expression near %L"
57570 msgstr ""
57571
57572 #: fortran/frontend-passes.c:419
57573 #, gcc-internal-format
57574 msgid "Illegal id in copy_walk_reduction_arg"
57575 msgstr ""
57576
57577 #: fortran/frontend-passes.c:870 fortran/trans-array.c:1276
57578 #: fortran/trans-array.c:6606 fortran/trans-array.c:8135
57579 #: fortran/trans-intrinsic.c:8160
57580 #, gcc-internal-format, gfc-internal-format
57581 msgid "Creating array temporary at %L"
57582 msgstr ""
57583
57584 #: fortran/frontend-passes.c:897
57585 #, gcc-internal-format
57586 msgid "Removing call to impure function %qs at %L"
57587 msgstr ""
57588
57589 #: fortran/frontend-passes.c:901
57590 #, gcc-internal-format, gfc-internal-format
57591 msgid "Removing call to impure function at %L"
57592 msgstr ""
57593
57594 #: fortran/frontend-passes.c:1356 fortran/frontend-passes.c:1395
57595 #, gcc-internal-format
57596 msgid "bad expression"
57597 msgstr "помилковий вираз"
57598
57599 #: fortran/frontend-passes.c:1391
57600 #, gcc-internal-format
57601 msgid "bad op"
57602 msgstr "помилковий оператор"
57603
57604 #: fortran/frontend-passes.c:2175
57605 #, gcc-internal-format
57606 msgid "illegal OP in optimize_comparison"
57607 msgstr ""
57608
57609 #: fortran/frontend-passes.c:2421
57610 #, gcc-internal-format
57611 msgid "Variable %qs at %L set to undefined value inside loop beginning at %L as INTENT(OUT) argument to subroutine %qs"
57612 msgstr ""
57613
57614 #: fortran/frontend-passes.c:2428
57615 #, gcc-internal-format
57616 msgid "Variable %qs at %L not definable inside loop beginning at %L as INTENT(INOUT) argument to subroutine %qs"
57617 msgstr ""
57618
57619 #: fortran/frontend-passes.c:2681 fortran/frontend-passes.c:2705
57620 #, gcc-internal-format, gfc-internal-format
57621 msgid "Array reference at %L out of bounds (%ld < %ld) in loop beginning at %L"
57622 msgstr ""
57623
57624 #: fortran/frontend-passes.c:2690 fortran/frontend-passes.c:2714
57625 #, gcc-internal-format, gfc-internal-format
57626 msgid "Array reference at %L out of bounds (%ld > %ld) in loop beginning at %L"
57627 msgstr ""
57628
57629 #: fortran/frontend-passes.c:2774
57630 #, gcc-internal-format
57631 msgid "Variable %qs at %L set to undefined value inside loop beginning at %L as INTENT(OUT) argument to function %qs"
57632 msgstr ""
57633
57634 #: fortran/frontend-passes.c:2780
57635 #, gcc-internal-format
57636 msgid "Variable %qs at %L not definable inside loop beginning at %L as INTENT(INOUT) argument to function %qs"
57637 msgstr ""
57638
57639 #: fortran/frontend-passes.c:3184 fortran/trans-expr.c:1605
57640 #, gcc-internal-format, gfc-internal-format
57641 msgid "Code for reallocating the allocatable array at %L will be added"
57642 msgstr ""
57643
57644 #: fortran/frontend-passes.c:3709
57645 #, gcc-internal-format
57646 msgid "Scalarization using DIMEN_RANGE unimplemented"
57647 msgstr ""
57648
57649 #: fortran/frontend-passes.c:4903
57650 #, gcc-internal-format, gfc-internal-format
57651 msgid "Interchanging loops at %L"
57652 msgstr ""
57653
57654 #: fortran/gfortranspec.c:146
57655 #, fuzzy, gcc-internal-format
57656 #| msgid "invalid argument %qs to %qs"
57657 msgid "overflowed output argument list for %qs"
57658 msgstr "некоректний аргумент %qs %qs"
57659
57660 #: fortran/gfortranspec.c:301
57661 #, gcc-internal-format
57662 msgid "no input files; unwilling to write output files"
57663 msgstr ""
57664
57665 #: fortran/interface.c:225
57666 #, gcc-internal-format, gfc-internal-format
57667 msgid "Syntax error in generic specification at %C"
57668 msgstr ""
57669
57670 #: fortran/interface.c:252
57671 #, gcc-internal-format, gfc-internal-format
57672 msgid "Syntax error: Trailing garbage in INTERFACE statement at %C"
57673 msgstr ""
57674
57675 #: fortran/interface.c:272
57676 #, gcc-internal-format
57677 msgid "Dummy procedure %qs at %C cannot have a generic interface"
57678 msgstr ""
57679
57680 #: fortran/interface.c:305
57681 #, gcc-internal-format, gfc-internal-format
57682 msgid "ABSTRACT INTERFACE at %C"
57683 msgstr ""
57684
57685 #: fortran/interface.c:312
57686 #, gcc-internal-format, gfc-internal-format
57687 msgid "Syntax error in ABSTRACT INTERFACE statement at %C"
57688 msgstr ""
57689
57690 #: fortran/interface.c:343
57691 #, gcc-internal-format, gfc-internal-format
57692 msgid "Syntax error: Trailing garbage in END INTERFACE statement at %C"
57693 msgstr ""
57694
57695 #: fortran/interface.c:356
57696 #, gcc-internal-format, gfc-internal-format
57697 msgid "Expected a nameless interface at %C"
57698 msgstr ""
57699
57700 #: fortran/interface.c:369
57701 #, gcc-internal-format
57702 msgid "Expected %<END INTERFACE ASSIGNMENT (=)%> at %C"
57703 msgstr ""
57704
57705 #: fortran/interface.c:400
57706 #, gcc-internal-format
57707 msgid "Expecting %<END INTERFACE OPERATOR (%s)%> at %C"
57708 msgstr ""
57709
57710 #: fortran/interface.c:403
57711 #, gcc-internal-format
57712 msgid "Expecting %<END INTERFACE OPERATOR (%s)%> at %C, but got %qs"
57713 msgstr ""
57714
57715 #: fortran/interface.c:417
57716 #, gcc-internal-format
57717 msgid "Expecting %<END INTERFACE OPERATOR (.%s.)%> at %C"
57718 msgstr ""
57719
57720 #: fortran/interface.c:429
57721 #, gcc-internal-format
57722 msgid "Expecting %<END INTERFACE %s%> at %C"
57723 msgstr ""
57724
57725 #: fortran/interface.c:619
57726 #, gcc-internal-format
57727 msgid "gfc_compare_derived_types: invalid derived type"
57728 msgstr ""
57729
57730 #: fortran/interface.c:888
57731 #, gcc-internal-format, gfc-internal-format
57732 msgid "Alternate return cannot appear in operator interface at %L"
57733 msgstr ""
57734
57735 #: fortran/interface.c:917
57736 #, gcc-internal-format, gfc-internal-format
57737 msgid "Assignment operator interface at %L must have two arguments"
57738 msgstr ""
57739
57740 #: fortran/interface.c:920
57741 #, gcc-internal-format, gfc-internal-format
57742 msgid "Operator interface at %L has the wrong number of arguments"
57743 msgstr ""
57744
57745 #: fortran/interface.c:933
57746 #, gcc-internal-format, gfc-internal-format
57747 msgid "Assignment operator interface at %L must be a SUBROUTINE"
57748 msgstr ""
57749
57750 #: fortran/interface.c:951
57751 #, gcc-internal-format, gfc-internal-format
57752 msgid "Assignment operator interface at %L must not redefine an INTRINSIC type assignment"
57753 msgstr ""
57754
57755 #: fortran/interface.c:960
57756 #, gcc-internal-format, gfc-internal-format
57757 msgid "Intrinsic operator interface at %L must be a FUNCTION"
57758 msgstr ""
57759
57760 #: fortran/interface.c:971
57761 #, gcc-internal-format, gfc-internal-format
57762 msgid "First argument of defined assignment at %L must be INTENT(OUT) or INTENT(INOUT)"
57763 msgstr ""
57764
57765 #: fortran/interface.c:978
57766 #, gcc-internal-format, gfc-internal-format
57767 msgid "Second argument of defined assignment at %L must be INTENT(IN)"
57768 msgstr ""
57769
57770 #: fortran/interface.c:987 fortran/resolve.c:17018
57771 #, gcc-internal-format, gfc-internal-format
57772 msgid "First argument of operator interface at %L must be INTENT(IN)"
57773 msgstr ""
57774
57775 #: fortran/interface.c:994 fortran/resolve.c:17036
57776 #, gcc-internal-format, gfc-internal-format
57777 msgid "Second argument of operator interface at %L must be INTENT(IN)"
57778 msgstr ""
57779
57780 #: fortran/interface.c:1099
57781 #, gcc-internal-format, gfc-internal-format
57782 msgid "Operator interface at %L conflicts with intrinsic interface"
57783 msgstr ""
57784
57785 #: fortran/interface.c:1456 fortran/interface.c:1515
57786 #, gcc-internal-format, gfc-internal-format
57787 msgid "check_dummy_characteristics: Unexpected result %i of gfc_dep_compare_expr"
57788 msgstr ""
57789
57790 #: fortran/interface.c:1628
57791 #, gcc-internal-format, gfc-internal-format
57792 msgid "check_result_characteristics (1): Unexpected result %i of gfc_dep_compare_expr"
57793 msgstr ""
57794
57795 #: fortran/interface.c:1675
57796 #, gcc-internal-format, gfc-internal-format
57797 msgid "check_result_characteristics (2): Unexpected result %i of gfc_dep_compare_expr"
57798 msgstr ""
57799
57800 #: fortran/interface.c:1856
57801 #, gcc-internal-format
57802 msgid "Procedure %qs in %s at %L has no explicit interface; did you mean %qs?"
57803 msgstr ""
57804
57805 #: fortran/interface.c:1861
57806 #, gcc-internal-format
57807 msgid "Procedure %qs in %s at %L has no explicit interface"
57808 msgstr ""
57809
57810 #: fortran/interface.c:1865
57811 #, gcc-internal-format
57812 msgid "Procedure %qs in %s at %L is neither function nor subroutine; did you mean %qs?"
57813 msgstr ""
57814
57815 #: fortran/interface.c:1869
57816 #, gcc-internal-format
57817 msgid "Procedure %qs in %s at %L is neither function nor subroutine"
57818 msgstr ""
57819
57820 #: fortran/interface.c:1881
57821 #, gcc-internal-format, gfc-internal-format
57822 msgid "In %s at %L procedures must be either all SUBROUTINEs or all FUNCTIONs"
57823 msgstr ""
57824
57825 #: fortran/interface.c:1885
57826 #, gcc-internal-format, gfc-internal-format
57827 msgid "In %s at %L procedures must be all FUNCTIONs as the generic name is also the name of a derived type"
57828 msgstr ""
57829
57830 #: fortran/interface.c:1893
57831 #, gcc-internal-format
57832 msgid "Internal procedure %qs in %s at %L"
57833 msgstr ""
57834
57835 #: fortran/interface.c:1950 fortran/interface.c:1955
57836 #, gcc-internal-format
57837 msgid "Ambiguous interfaces in %s for %qs at %L and %qs at %L"
57838 msgstr ""
57839
57840 #: fortran/interface.c:1960
57841 #, gcc-internal-format
57842 msgid "Although not referenced, %qs has ambiguous interfaces at %L"
57843 msgstr ""
57844
57845 #: fortran/interface.c:1995
57846 #, gcc-internal-format
57847 msgid "%qs at %L is not a module procedure"
57848 msgstr "%qs у %L не є процедурою модуля"
57849
57850 #: fortran/interface.c:2200
57851 #, gcc-internal-format
57852 msgid "The assumed-rank array at %L requires that the dummy argument %qs has assumed-rank"
57853 msgstr ""
57854
57855 #: fortran/interface.c:2203
57856 #, gcc-internal-format
57857 msgid "Rank mismatch in argument %qs at %L (scalar and rank-%d)"
57858 msgstr ""
57859
57860 #: fortran/interface.c:2206
57861 #, gcc-internal-format
57862 msgid "Rank mismatch in argument %qs at %L (rank-%d and scalar)"
57863 msgstr ""
57864
57865 #: fortran/interface.c:2209
57866 #, gcc-internal-format
57867 msgid "Rank mismatch in argument %qs at %L (rank-%d and rank-%d)"
57868 msgstr ""
57869
57870 #: fortran/interface.c:2217
57871 #, gcc-internal-format, gfc-internal-format
57872 msgid "Rank mismatch between actual argument at %L and actual argument at %L (scalar and rank-%d)"
57873 msgstr ""
57874
57875 #: fortran/interface.c:2221
57876 #, gcc-internal-format, gfc-internal-format
57877 msgid "Rank mismatch between actual argument at %L and actual argument at %L (rank-%d and scalar)"
57878 msgstr ""
57879
57880 #: fortran/interface.c:2225
57881 #, gcc-internal-format, gfc-internal-format
57882 msgid "Rank mismatch between actual argument at %L and actual argument at %L (rank-%d and rank-%d"
57883 msgstr ""
57884
57885 #: fortran/interface.c:2330
57886 #, gcc-internal-format, gfc-internal-format
57887 msgid "Invalid procedure argument at %L"
57888 msgstr "Некоректний аргумент процедури у %L"
57889
57890 #: fortran/interface.c:2338 fortran/interface.c:2365
57891 #, gcc-internal-format
57892 msgid "Interface mismatch in dummy procedure %qs at %L: %s"
57893 msgstr ""
57894
57895 #: fortran/interface.c:2376
57896 #, gcc-internal-format
57897 msgid "Actual argument to contiguous pointer dummy %qs at %L must be simply contiguous"
57898 msgstr ""
57899
57900 #: fortran/interface.c:2399
57901 #, gcc-internal-format, gfc-internal-format
57902 msgid "Type mismatch between actual argument at %L and actual argument at %L (%s/%s)."
57903 msgstr ""
57904
57905 #: fortran/interface.c:2409
57906 #, gcc-internal-format
57907 msgid "Type mismatch in argument %qs at %L; passed %s to %s"
57908 msgstr ""
57909
57910 #: fortran/interface.c:2419
57911 #, gcc-internal-format
57912 msgid "Assumed-type actual argument at %L requires that dummy argument %qs is of assumed type"
57913 msgstr ""
57914
57915 #: fortran/interface.c:2435
57916 #, gcc-internal-format
57917 msgid "Actual argument to %qs at %L must be polymorphic"
57918 msgstr ""
57919
57920 #: fortran/interface.c:2445
57921 #, gcc-internal-format
57922 msgid "Actual argument to %qs at %L must have the same declared type"
57923 msgstr ""
57924
57925 #: fortran/interface.c:2460
57926 #, gcc-internal-format
57927 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]"
57928 msgstr ""
57929
57930 #: fortran/interface.c:2471
57931 #, gcc-internal-format
57932 msgid "Actual argument to %qs at %L must be a coarray"
57933 msgstr ""
57934
57935 #: fortran/interface.c:2490
57936 #, gcc-internal-format
57937 msgid "Corank mismatch in argument %qs at %L (%d and %d)"
57938 msgstr ""
57939
57940 #: fortran/interface.c:2508
57941 #, gcc-internal-format
57942 msgid "Actual argument to %qs at %L must be simply contiguous or an element of such an array"
57943 msgstr ""
57944
57945 #: fortran/interface.c:2523
57946 #, gcc-internal-format
57947 msgid "Actual argument to non-INTENT(INOUT) dummy %qs at %L, which is LOCK_TYPE or has a LOCK_TYPE component"
57948 msgstr ""
57949
57950 #: fortran/interface.c:2538
57951 #, gcc-internal-format
57952 msgid "Actual argument to non-INTENT(INOUT) dummy %qs at %L, which is EVENT_TYPE or has a EVENT_TYPE component"
57953 msgstr ""
57954
57955 #: fortran/interface.c:2557
57956 #, gcc-internal-format
57957 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"
57958 msgstr ""
57959
57960 #: fortran/interface.c:2570
57961 #, gcc-internal-format
57962 msgid "Passing coarray at %L to allocatable, noncoarray, INTENT(OUT) dummy argument %qs"
57963 msgstr ""
57964
57965 #: fortran/interface.c:2577
57966 #, gcc-internal-format
57967 msgid "Passing coarray at %L to allocatable, noncoarray dummy argument %qs, which is invalid if the allocation status is modified"
57968 msgstr ""
57969
57970 #: fortran/interface.c:2651
57971 #, gcc-internal-format
57972 msgid "Polymorphic scalar passed to array dummy argument %qs at %L"
57973 msgstr ""
57974
57975 #: fortran/interface.c:2662
57976 #, gcc-internal-format, gfc-internal-format
57977 msgid "Element of assumed-shape or pointer array as actual argument at %L can not correspond to actual argument at %L "
57978 msgstr ""
57979
57980 #: fortran/interface.c:2667
57981 #, gcc-internal-format
57982 msgid "Element of assumed-shape or pointer array passed to array dummy argument %qs at %L"
57983 msgstr ""
57984
57985 #: fortran/interface.c:2680
57986 #, gcc-internal-format
57987 msgid "Extension: Scalar non-default-kind, non-C_CHAR-kind CHARACTER actual argument with array dummy argument %qs at %L"
57988 msgstr ""
57989
57990 #: fortran/interface.c:2688
57991 #, gcc-internal-format
57992 msgid "Fortran 2003: Scalar CHARACTER actual argument with array dummy argument %qs at %L"
57993 msgstr ""
57994
57995 #: fortran/interface.c:3039
57996 #, gcc-internal-format
57997 msgid "Keyword argument %qs at %L is invalid in a statement function"
57998 msgstr ""
57999
58000 #: fortran/interface.c:3062
58001 #, gcc-internal-format
58002 msgid "Keyword argument %qs at %L is not in the procedure; did you mean %qs?"
58003 msgstr ""
58004
58005 #: fortran/interface.c:3066
58006 #, gcc-internal-format
58007 msgid "Keyword argument %qs at %L is not in the procedure"
58008 msgstr ""
58009
58010 #: fortran/interface.c:3075
58011 #, gcc-internal-format
58012 msgid "Keyword argument %qs at %L is already associated with another actual argument"
58013 msgstr ""
58014
58015 #: fortran/interface.c:3085
58016 #, gcc-internal-format, gfc-internal-format
58017 msgid "More actual than formal arguments in procedure call at %L"
58018 msgstr ""
58019
58020 #: fortran/interface.c:3099
58021 #, gcc-internal-format, gfc-internal-format
58022 msgid "Missing alternate return specifier in subroutine call at %L"
58023 msgstr ""
58024
58025 #: fortran/interface.c:3111
58026 #, gcc-internal-format, gfc-internal-format
58027 msgid "Unexpected alternate return specifier in subroutine call at %L"
58028 msgstr "Неочікуваний специфікатор повернення з альтернативи у виклику підпрограми у %L"
58029
58030 #: fortran/interface.c:3140
58031 #, gcc-internal-format
58032 msgid "Unexpected NULL() intrinsic at %L to dummy %qs"
58033 msgstr "Неочікуване NULL() всередині у %L до фіктивного %qs"
58034
58035 #: fortran/interface.c:3143
58036 #, gcc-internal-format
58037 msgid "Fortran 2008: Null pointer at %L to non-pointer dummy %qs"
58038 msgstr ""
58039
58040 #: fortran/interface.c:3167
58041 #, gcc-internal-format, gfc-internal-format
58042 msgid "Actual argument at %L to assumed-type dummy is of derived type with type-bound or FINAL procedures"
58043 msgstr ""
58044
58045 #: fortran/interface.c:3189
58046 #, gcc-internal-format
58047 msgid "Character length mismatch (%ld/%ld) between actual argument and pointer or allocatable dummy argument %qs at %L"
58048 msgstr ""
58049
58050 #: fortran/interface.c:3196
58051 #, gcc-internal-format
58052 msgid "Character length mismatch (%ld/%ld) between actual argument and assumed-shape dummy argument %qs at %L"
58053 msgstr ""
58054
58055 #: fortran/interface.c:3210
58056 #, gcc-internal-format
58057 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"
58058 msgstr ""
58059
58060 #: fortran/interface.c:3227
58061 #, gcc-internal-format
58062 msgid "Character length of actual argument shorter than of dummy argument %qs (%lu/%lu) at %L"
58063 msgstr ""
58064
58065 #: fortran/interface.c:3235 fortran/interface.c:3240
58066 #, gcc-internal-format
58067 msgid "Actual argument contains too few elements for dummy argument %qs (%lu/%lu) at %L"
58068 msgstr ""
58069
58070 #: fortran/interface.c:3260
58071 #, gcc-internal-format
58072 msgid "Expected a procedure pointer for argument %qs at %L"
58073 msgstr ""
58074
58075 #: fortran/interface.c:3276
58076 #, gcc-internal-format
58077 msgid "Expected a procedure for argument %qs at %L"
58078 msgstr ""
58079
58080 #: fortran/interface.c:3290
58081 #, gcc-internal-format
58082 msgid "Actual argument for %qs cannot be an assumed-size array at %L"
58083 msgstr ""
58084
58085 #: fortran/interface.c:3299
58086 #, gcc-internal-format
58087 msgid "Actual argument for %qs must be a pointer at %L"
58088 msgstr ""
58089
58090 #: fortran/interface.c:3309
58091 #, gcc-internal-format
58092 msgid "Fortran 2008: Non-pointer actual argument at %L to pointer dummy %qs"
58093 msgstr ""
58094
58095 #: fortran/interface.c:3319
58096 #, gcc-internal-format
58097 msgid "Coindexed actual argument at %L to pointer dummy %qs"
58098 msgstr ""
58099
58100 #: fortran/interface.c:3332
58101 #, gcc-internal-format
58102 msgid "Coindexed actual argument at %L to allocatable dummy %qs requires INTENT(IN)"
58103 msgstr ""
58104
58105 #: fortran/interface.c:3346
58106 #, gcc-internal-format
58107 msgid "Coindexed ASYNCHRONOUS or VOLATILE actual argument at %L requires that dummy %qs has neither ASYNCHRONOUS nor VOLATILE"
58108 msgstr ""
58109
58110 #: fortran/interface.c:3360
58111 #, gcc-internal-format
58112 msgid "Coindexed actual argument at %L with allocatable ultimate component to dummy %qs requires either VALUE or INTENT(IN)"
58113 msgstr ""
58114
58115 #: fortran/interface.c:3372
58116 #, gcc-internal-format
58117 msgid "Actual CLASS array argument for %qs must be a full array at %L"
58118 msgstr ""
58119
58120 #: fortran/interface.c:3382
58121 #, gcc-internal-format
58122 msgid "Actual argument for %qs must be ALLOCATABLE at %L"
58123 msgstr ""
58124
58125 #: fortran/interface.c:3412
58126 #, gcc-internal-format
58127 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"
58128 msgstr ""
58129
58130 #: fortran/interface.c:3431
58131 #, gcc-internal-format
58132 msgid "Assumed-shape actual argument at %L is incompatible with the non-assumed-shape dummy argument %qs due to VOLATILE attribute"
58133 msgstr ""
58134
58135 #: fortran/interface.c:3448
58136 #, gcc-internal-format
58137 msgid "Array-section actual argument at %L is incompatible with the non-assumed-shape dummy argument %qs due to VOLATILE attribute"
58138 msgstr ""
58139
58140 #: fortran/interface.c:3468
58141 #, gcc-internal-format
58142 msgid "Pointer-array actual argument at %L requires an assumed-shape or pointer-array dummy argument %qs due to VOLATILE attribute"
58143 msgstr ""
58144
58145 #: fortran/interface.c:3491
58146 #, gcc-internal-format, gfc-internal-format
58147 msgid "Missing alternate return spec in subroutine call at %L"
58148 msgstr ""
58149
58150 #: fortran/interface.c:3499
58151 #, gcc-internal-format
58152 msgid "Missing actual argument for argument %qs at %L"
58153 msgstr ""
58154
58155 #: fortran/interface.c:3625
58156 #, gcc-internal-format
58157 msgid "compare_actual_expr(): Bad component code"
58158 msgstr ""
58159
58160 #: fortran/interface.c:3654
58161 #, gcc-internal-format
58162 msgid "check_some_aliasing(): List mismatch"
58163 msgstr ""
58164
58165 #: fortran/interface.c:3680
58166 #, gcc-internal-format
58167 msgid "check_some_aliasing(): corrupted data"
58168 msgstr ""
58169
58170 #: fortran/interface.c:3690
58171 #, gcc-internal-format
58172 msgid "Same actual argument associated with INTENT(%s) argument %qs and INTENT(%s) argument %qs at %L"
58173 msgstr ""
58174
58175 #: fortran/interface.c:3720
58176 #, gcc-internal-format
58177 msgid "check_intents(): List mismatch"
58178 msgstr ""
58179
58180 #: fortran/interface.c:3740
58181 #, gcc-internal-format, gfc-internal-format
58182 msgid "Procedure argument at %L is local to a PURE procedure and has the POINTER attribute"
58183 msgstr ""
58184
58185 #: fortran/interface.c:3752
58186 #, gcc-internal-format, gfc-internal-format
58187 msgid "Coindexed actual argument at %L in PURE procedure is passed to an INTENT(%s) argument"
58188 msgstr ""
58189
58190 #: fortran/interface.c:3762
58191 #, gcc-internal-format, gfc-internal-format
58192 msgid "Coindexed actual argument at %L in PURE procedure is passed to a POINTER dummy argument"
58193 msgstr ""
58194
58195 #: fortran/interface.c:3773
58196 #, gcc-internal-format
58197 msgid "Coindexed polymorphic actual argument at %L is passed polymorphic dummy argument %qs"
58198 msgstr ""
58199
58200 #: fortran/interface.c:3815
58201 #, gcc-internal-format
58202 msgid "Procedure %qs called at %L is not explicitly declared; did you mean %qs?"
58203 msgstr ""
58204
58205 #: fortran/interface.c:3819 fortran/interface.c:3829
58206 #, gcc-internal-format
58207 msgid "Procedure %qs called at %L is not explicitly declared"
58208 msgstr ""
58209
58210 #: fortran/interface.c:3825
58211 #, gcc-internal-format
58212 msgid "Procedure %qs called with an implicit interface at %L"
58213 msgstr ""
58214
58215 #: fortran/interface.c:3838
58216 #, gcc-internal-format
58217 msgid "The pointer object %qs at %L must have an explicit function interface or be declared as array"
58218 msgstr ""
58219
58220 #: fortran/interface.c:3846
58221 #, gcc-internal-format
58222 msgid "The allocatable object %qs at %L must have an explicit function interface or be declared as array"
58223 msgstr ""
58224
58225 #: fortran/interface.c:3854
58226 #, gcc-internal-format
58227 msgid "Allocatable function %qs at %L must have an explicit function interface"
58228 msgstr ""
58229
58230 #: fortran/interface.c:3871
58231 #, gcc-internal-format, gfc-internal-format
58232 msgid "Explicit interface required for polymorphic argument at %L"
58233 msgstr ""
58234
58235 #: fortran/interface.c:3880
58236 #, gcc-internal-format
58237 msgid "Keyword argument requires explicit interface for procedure %qs at %L"
58238 msgstr ""
58239
58240 #: fortran/interface.c:3889
58241 #, gcc-internal-format, gfc-internal-format
58242 msgid "Assumed-type argument %s at %L requires an explicit interface"
58243 msgstr ""
58244
58245 #: fortran/interface.c:3904
58246 #, gcc-internal-format
58247 msgid "Actual argument of LOCK_TYPE or with LOCK_TYPE component at %L requires an explicit interface for procedure %qs"
58248 msgstr ""
58249
58250 #: fortran/interface.c:3919
58251 #, gcc-internal-format
58252 msgid "Actual argument of EVENT_TYPE or with EVENT_TYPE component at %L requires an explicit interface for procedure %qs"
58253 msgstr ""
58254
58255 #: fortran/interface.c:3929
58256 #, gcc-internal-format, gfc-internal-format
58257 msgid "MOLD argument to NULL required at %L"
58258 msgstr ""
58259
58260 #: fortran/interface.c:3939
58261 #, gcc-internal-format, gfc-internal-format
58262 msgid "Assumed-rank argument requires an explicit interface at %L"
58263 msgstr ""
58264
58265 #: fortran/interface.c:3981
58266 #, gcc-internal-format
58267 msgid "Procedure pointer component %qs called with an implicit interface at %L"
58268 msgstr ""
58269
58270 #: fortran/interface.c:3992
58271 #, gcc-internal-format
58272 msgid "Keyword argument requires explicit interface for procedure pointer component %qs at %L"
58273 msgstr ""
58274
58275 #: fortran/interface.c:4077
58276 #, gcc-internal-format, gfc-internal-format
58277 msgid "MOLD= required in NULL() argument at %L: Ambiguity between specific functions %s and %s"
58278 msgstr ""
58279
58280 #: fortran/interface.c:4147
58281 #, gcc-internal-format
58282 msgid "Unable to find symbol %qs"
58283 msgstr ""
58284
58285 #: fortran/interface.c:4520
58286 #, gcc-internal-format
58287 msgid "Entity %qs at %L is already present in the interface"
58288 msgstr ""
58289
58290 #: fortran/interface.c:4637
58291 #, gcc-internal-format
58292 msgid "gfc_add_interface(): Bad interface type"
58293 msgstr ""
58294
58295 #: fortran/interface.c:4731
58296 #, gcc-internal-format
58297 msgid "Cannot overwrite GENERIC %qs at %L"
58298 msgstr ""
58299
58300 #: fortran/interface.c:4743
58301 #, gcc-internal-format
58302 msgid "%qs at %L overrides a procedure binding declared NON_OVERRIDABLE"
58303 msgstr ""
58304
58305 #: fortran/interface.c:4751
58306 #, gcc-internal-format
58307 msgid "%qs at %L must not be DEFERRED as it overrides a non-DEFERRED binding"
58308 msgstr ""
58309
58310 #: fortran/interface.c:4759
58311 #, gcc-internal-format
58312 msgid "%qs at %L overrides a PURE procedure and must also be PURE"
58313 msgstr ""
58314
58315 #: fortran/interface.c:4768
58316 #, gcc-internal-format
58317 msgid "%qs at %L overrides an ELEMENTAL procedure and must also be ELEMENTAL"
58318 msgstr ""
58319
58320 #: fortran/interface.c:4774
58321 #, gcc-internal-format
58322 msgid "%qs at %L overrides a non-ELEMENTAL procedure and must not be ELEMENTAL, either"
58323 msgstr ""
58324
58325 #: fortran/interface.c:4783
58326 #, gcc-internal-format
58327 msgid "%qs at %L overrides a SUBROUTINE and must also be a SUBROUTINE"
58328 msgstr ""
58329
58330 #: fortran/interface.c:4794
58331 #, gcc-internal-format
58332 msgid "%qs at %L overrides a FUNCTION and must also be a FUNCTION"
58333 msgstr ""
58334
58335 #: fortran/interface.c:4802
58336 #, gcc-internal-format
58337 msgid "Result mismatch for the overriding procedure %qs at %L: %s"
58338 msgstr ""
58339
58340 #: fortran/interface.c:4813
58341 #, gcc-internal-format
58342 msgid "%qs at %L overrides a PUBLIC procedure and must not be PRIVATE"
58343 msgstr ""
58344
58345 #: fortran/interface.c:4843
58346 #, gcc-internal-format
58347 msgid "Dummy argument %qs of %qs at %L should be named %qs as to match the corresponding argument of the overridden procedure"
58348 msgstr ""
58349
58350 #: fortran/interface.c:4854
58351 #, gcc-internal-format
58352 msgid "Argument mismatch for the overriding procedure %qs at %L: %s"
58353 msgstr ""
58354
58355 #: fortran/interface.c:4863
58356 #, gcc-internal-format
58357 msgid "%qs at %L must have the same number of formal arguments as the overridden procedure"
58358 msgstr ""
58359
58360 #: fortran/interface.c:4872
58361 #, gcc-internal-format
58362 msgid "%qs at %L overrides a NOPASS binding and must also be NOPASS"
58363 msgstr ""
58364
58365 #: fortran/interface.c:4883
58366 #, gcc-internal-format
58367 msgid "%qs at %L overrides a binding with PASS and must also be PASS"
58368 msgstr ""
58369
58370 #: fortran/interface.c:4890
58371 #, gcc-internal-format
58372 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"
58373 msgstr ""
58374
58375 #: fortran/interface.c:4911
58376 #, gcc-internal-format, gfc-internal-format
58377 msgid "DTIO dummy argument at %L must be of type %s"
58378 msgstr ""
58379
58380 #: fortran/interface.c:4918
58381 #, gcc-internal-format, gfc-internal-format
58382 msgid "DTIO dummy argument at %L must be of KIND = %d"
58383 msgstr ""
58384
58385 #: fortran/interface.c:4925
58386 #, gcc-internal-format, gfc-internal-format
58387 msgid "DTIO dummy argument at %L must be a scalar"
58388 msgstr ""
58389
58390 #: fortran/interface.c:4929
58391 #, gcc-internal-format, gfc-internal-format
58392 msgid "DTIO dummy argument at %L must be an ASSUMED SHAPE ARRAY"
58393 msgstr ""
58394
58395 #: fortran/interface.c:4933
58396 #, gcc-internal-format, gfc-internal-format
58397 msgid "DTIO character argument at %L must have assumed length"
58398 msgstr ""
58399
58400 #: fortran/interface.c:4937
58401 #, gcc-internal-format, gfc-internal-format
58402 msgid "DTIO dummy argument at %L must have INTENT %s"
58403 msgstr ""
58404
58405 #: fortran/interface.c:4995 fortran/interface.c:5039
58406 #, gcc-internal-format, gfc-internal-format
58407 msgid "Alternate return at %L is not permitted in a DTIO procedure"
58408 msgstr ""
58409
58410 #: fortran/interface.c:5007
58411 #, gcc-internal-format
58412 msgid "DTIO procedure %qs at %L must be a subroutine"
58413 msgstr ""
58414
58415 #: fortran/interface.c:5016
58416 #, gcc-internal-format
58417 msgid "Too few dummy arguments in DTIO procedure %qs at %L"
58418 msgstr ""
58419
58420 #: fortran/interface.c:5023
58421 #, gcc-internal-format
58422 msgid "Too many dummy arguments in DTIO procedure %qs at %L"
58423 msgstr ""
58424
58425 #: fortran/intrinsic.c:201
58426 #, gcc-internal-format, gfc-internal-format
58427 msgid "Variable with NO_ARG_CHECK attribute at %L is only permitted as argument to the intrinsic functions C_LOC and PRESENT"
58428 msgstr ""
58429
58430 #: fortran/intrinsic.c:217
58431 #, gcc-internal-format, gfc-internal-format
58432 msgid "Assumed-type argument at %L is not permitted as actual argument to the intrinsic %s"
58433 msgstr ""
58434
58435 #: fortran/intrinsic.c:224
58436 #, gcc-internal-format, gfc-internal-format
58437 msgid "Assumed-type argument at %L is only permitted as first actual argument to the intrinsic %s"
58438 msgstr ""
58439
58440 #: fortran/intrinsic.c:231
58441 #, gcc-internal-format, gfc-internal-format
58442 msgid "Assumed-rank argument at %L is only permitted as actual argument to intrinsic inquiry functions"
58443 msgstr ""
58444
58445 #: fortran/intrinsic.c:238
58446 #, gcc-internal-format, gfc-internal-format
58447 msgid "Assumed-rank argument at %L is only permitted as first actual argument to the intrinsic inquiry function %s"
58448 msgstr ""
58449
58450 #: fortran/intrinsic.c:286
58451 #, gcc-internal-format
58452 msgid "do_check(): too many args"
58453 msgstr ""
58454
58455 #: fortran/intrinsic.c:366
58456 #, gcc-internal-format
58457 msgid "add_sym(): Bad sizing mode"
58458 msgstr ""
58459
58460 #: fortran/intrinsic.c:1158
58461 #, gcc-internal-format
58462 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."
58463 msgstr ""
58464
58465 #: fortran/intrinsic.c:1193
58466 #, gcc-internal-format
58467 msgid "make_generic(): Cannot find generic symbol %qs"
58468 msgstr ""
58469
58470 #: fortran/intrinsic.c:4253
58471 #, gcc-internal-format, gfc-internal-format
58472 msgid "ALLOCATED intrinsic at %L requires an array or scalar allocatable entity"
58473 msgstr ""
58474
58475 #: fortran/intrinsic.c:4266
58476 #, fuzzy, gcc-internal-format, gfc-internal-format
58477 #| msgid "A parameter name is required at %C"
58478 msgid "Scalar entity required at %L"
58479 msgstr "Потрібна назва параметра у %C"
58480
58481 #: fortran/intrinsic.c:4277
58482 #, fuzzy, gcc-internal-format, gfc-internal-format
58483 #| msgid "A parameter name is required at %C"
58484 msgid "Array entity required at %L"
58485 msgstr "Потрібна назва параметра у %C"
58486
58487 #: fortran/intrinsic.c:4284
58488 #, gcc-internal-format
58489 msgid "Invalid keyword %qs in %qs intrinsic function at %L"
58490 msgstr ""
58491
58492 #: fortran/intrinsic.c:4311
58493 #, gcc-internal-format
58494 msgid "Too many arguments in call to %qs at %L"
58495 msgstr ""
58496
58497 #: fortran/intrinsic.c:4326
58498 #, gcc-internal-format, gfc-internal-format
58499 msgid "The argument list functions %%VAL, %%LOC or %%REF are not allowed in this context at %L"
58500 msgstr ""
58501
58502 #: fortran/intrinsic.c:4329
58503 #, gcc-internal-format
58504 msgid "Cannot find keyword named %qs in call to %qs at %L"
58505 msgstr ""
58506
58507 #: fortran/intrinsic.c:4336
58508 #, gcc-internal-format
58509 msgid "Argument %qs appears twice in call to %qs at %L"
58510 msgstr ""
58511
58512 #: fortran/intrinsic.c:4350
58513 #, gcc-internal-format
58514 msgid "Missing actual argument %qs in call to %qs at %L"
58515 msgstr ""
58516
58517 #: fortran/intrinsic.c:4365
58518 #, gcc-internal-format, gfc-internal-format
58519 msgid "ALTERNATE RETURN not permitted at %L"
58520 msgstr ""
58521
58522 #: fortran/intrinsic.c:4422
58523 #, gcc-internal-format
58524 msgid "In call to %qs at %L, type mismatch in argument %qs; pass %qs to %qs"
58525 msgstr ""
58526
58527 #: fortran/intrinsic.c:4539
58528 #, gcc-internal-format
58529 msgid "resolve_intrinsic(): Too many args for intrinsic"
58530 msgstr ""
58531
58532 #: fortran/intrinsic.c:4642
58533 #, gcc-internal-format
58534 msgid "do_simplify(): Too many args for intrinsic"
58535 msgstr ""
58536
58537 #: fortran/intrinsic.c:4682
58538 #, gcc-internal-format
58539 msgid "init_arglist(): too many arguments"
58540 msgstr ""
58541
58542 #: fortran/intrinsic.c:4834
58543 #, gcc-internal-format
58544 msgid "Invalid standard code on intrinsic %qs (%d)"
58545 msgstr ""
58546
58547 #: fortran/intrinsic.c:4843
58548 #, gcc-internal-format
58549 msgid "Intrinsic %qs (is %s) is used at %L"
58550 msgstr ""
58551
58552 #: fortran/intrinsic.c:4915
58553 #, gcc-internal-format
58554 msgid "Function %qs as initialization expression at %L"
58555 msgstr ""
58556
58557 #: fortran/intrinsic.c:4933
58558 #, gcc-internal-format
58559 msgid "Transformational function %qs at %L is invalid in an initialization expression"
58560 msgstr ""
58561
58562 #: fortran/intrinsic.c:5009
58563 #, gcc-internal-format, gfc-internal-format
58564 msgid "Elemental function as initialization expression with non-integer/non-character arguments at %L"
58565 msgstr ""
58566
58567 #: fortran/intrinsic.c:5090
58568 #, gcc-internal-format
58569 msgid "Subroutine call to intrinsic %qs in DO CONCURRENT block at %L is not PURE"
58570 msgstr ""
58571
58572 #: fortran/intrinsic.c:5097
58573 #, gcc-internal-format
58574 msgid "Subroutine call to intrinsic %qs at %L is not PURE"
58575 msgstr ""
58576
58577 #: fortran/intrinsic.c:5199
58578 #, gcc-internal-format, gfc-internal-format
58579 msgid "Extension: Conversion from %s to %s at %L"
58580 msgstr ""
58581
58582 #: fortran/intrinsic.c:5220
58583 #, fuzzy, gcc-internal-format, gfc-internal-format
58584 #| msgid "invalid conversion from %qH to %qI"
58585 msgid "Nonstandard conversion from %s to %s at %L"
58586 msgstr "некоректне перетворення з %qH на %qI"
58587
58588 #: fortran/intrinsic.c:5235 fortran/intrinsic.c:5252
58589 #, gcc-internal-format, gfc-internal-format
58590 msgid "Possible change of value in conversion from %s to %s at %L"
58591 msgstr ""
58592
58593 #. If HOLLERITH is involved, all bets are off.
58594 #: fortran/intrinsic.c:5240 fortran/intrinsic.c:5260
58595 #, gcc-internal-format, gfc-internal-format
58596 msgid "Conversion from %s to %s at %L"
58597 msgstr ""
58598
58599 #. Use of -fdec-char-conversions allows assignment of character data
58600 #. to non-character variables. This not permited for nonconstant
58601 #. strings.
58602 #: fortran/intrinsic.c:5326 fortran/resolve.c:10776
58603 #, gcc-internal-format, gfc-internal-format
58604 msgid "Cannot convert %s to %s at %L"
58605 msgstr ""
58606
58607 #: fortran/intrinsic.c:5331
58608 #, gcc-internal-format
58609 msgid "Cannot convert %qs to %qs at %L"
58610 msgstr ""
58611
58612 #: fortran/intrinsic.c:5422
58613 #, gcc-internal-format
58614 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."
58615 msgstr ""
58616
58617 #: fortran/intrinsic.c:5428
58618 #, gcc-internal-format
58619 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."
58620 msgstr ""
58621
58622 #: fortran/io.c:180 fortran/primary.c:961
58623 #, gcc-internal-format, gfc-internal-format
58624 msgid "Extension: backslash character at %C"
58625 msgstr ""
58626
58627 #: fortran/io.c:214
58628 #, gcc-internal-format, gfc-internal-format
58629 msgid "Nonconforming tab character in format at %C"
58630 msgstr ""
58631
58632 #: fortran/io.c:457
58633 #, gcc-internal-format, gfc-internal-format
58634 msgid "DP format specifier not allowed at %C"
58635 msgstr ""
58636
58637 #: fortran/io.c:464
58638 #, gcc-internal-format, gfc-internal-format
58639 msgid "DC format specifier not allowed at %C"
58640 msgstr ""
58641
58642 #: fortran/io.c:471
58643 #, gcc-internal-format, gfc-internal-format
58644 msgid "Fortran 2003: DT format specifier not allowed at %C"
58645 msgstr ""
58646
58647 #: fortran/io.c:600
58648 #, gcc-internal-format, gfc-internal-format
58649 msgid "Positive width required in format string at %L"
58650 msgstr ""
58651
58652 #: fortran/io.c:602
58653 #, gcc-internal-format, gfc-internal-format
58654 msgid "Nonnegative width required in format string at %L"
58655 msgstr ""
58656
58657 #: fortran/io.c:604
58658 #, gcc-internal-format
58659 msgid "Unexpected element %qc in format string at %L"
58660 msgstr ""
58661
58662 #: fortran/io.c:606
58663 #, fuzzy, gcc-internal-format, gfc-internal-format
58664 #| msgid "Unexpected use of subroutine name %qs at %C"
58665 msgid "Unexpected end of format string in format string at %L"
58666 msgstr "Неочікуване використання назви підпрограми %qs, %C"
58667
58668 #: fortran/io.c:608
58669 #, gcc-internal-format, gfc-internal-format
58670 msgid "Zero width in format descriptor in format string at %L"
58671 msgstr ""
58672
58673 #: fortran/io.c:628
58674 #, gcc-internal-format, gfc-internal-format
58675 msgid "Missing leading left parenthesis in format string at %L"
58676 msgstr ""
58677
58678 #: fortran/io.c:657
58679 #, gcc-internal-format
58680 msgid "Left parenthesis required after %<*%> in format string at %L"
58681 msgstr ""
58682
58683 #: fortran/io.c:689
58684 #, gcc-internal-format, gfc-internal-format
58685 msgid "Expected P edit descriptor in format string at %L"
58686 msgstr ""
58687
58688 #. P requires a prior number.
58689 #: fortran/io.c:697
58690 #, gcc-internal-format, gfc-internal-format
58691 msgid "P descriptor requires leading scale factor in format string at %L"
58692 msgstr ""
58693
58694 #: fortran/io.c:705
58695 #, gcc-internal-format, gfc-internal-format
58696 msgid "X descriptor requires leading space count at %L"
58697 msgstr ""
58698
58699 #: fortran/io.c:734
58700 #, gcc-internal-format, gfc-internal-format
58701 msgid "$ descriptor at %L"
58702 msgstr ""
58703
58704 #: fortran/io.c:738
58705 #, gcc-internal-format, gfc-internal-format
58706 msgid "$ should be the last specifier in format at %L"
58707 msgstr ""
58708
58709 #: fortran/io.c:770
58710 #, gcc-internal-format, gfc-internal-format
58711 msgid "Missing item in format string at %L"
58712 msgstr ""
58713
58714 #: fortran/io.c:801 fortran/io.c:816
58715 #, gcc-internal-format, gfc-internal-format
58716 msgid "Comma required after P descriptor in format string at %L"
58717 msgstr ""
58718
58719 #: fortran/io.c:831
58720 #, gcc-internal-format, gfc-internal-format
58721 msgid "Positive width required with T descriptor in format string at %L"
58722 msgstr ""
58723
58724 #: fortran/io.c:850 fortran/io.c:854
58725 #, gcc-internal-format, gfc-internal-format
58726 msgid "Extension: Zero width after L descriptor at %L"
58727 msgstr ""
58728
58729 #: fortran/io.c:866
58730 #, gcc-internal-format, gfc-internal-format
58731 msgid "Missing positive width after L descriptor at %L"
58732 msgstr ""
58733
58734 #: fortran/io.c:897
58735 #, gcc-internal-format
58736 msgid "%<G0%> in format at %L"
58737 msgstr ""
58738
58739 #: fortran/io.c:915
58740 #, gcc-internal-format, gfc-internal-format
58741 msgid "E specifier not allowed with g0 descriptor in format string at %L"
58742 msgstr ""
58743
58744 #: fortran/io.c:935
58745 #, gcc-internal-format, gfc-internal-format
58746 msgid "Positive width required in format specifier %s at %L"
58747 msgstr ""
58748
58749 #: fortran/io.c:945
58750 #, fuzzy, gcc-internal-format, gfc-internal-format
58751 #| msgid "A parameter name is required at %C"
58752 msgid "positive width required at %L"
58753 msgstr "Потрібна назва параметра у %C"
58754
58755 #: fortran/io.c:968 fortran/io.c:975
58756 #, gcc-internal-format, gfc-internal-format
58757 msgid "Period required in format specifier %s at %L"
58758 msgstr ""
58759
58760 #: fortran/io.c:1013 fortran/io.c:1022
58761 #, gcc-internal-format, gfc-internal-format
58762 msgid "Positive exponent width required in format string at %L"
58763 msgstr ""
58764
58765 #: fortran/io.c:1070
58766 #, gcc-internal-format, gfc-internal-format
58767 msgid "Right parenthesis expected at %C in format string at %L"
58768 msgstr ""
58769
58770 #: fortran/io.c:1112
58771 #, gcc-internal-format, gfc-internal-format
58772 msgid "Period required in format specifier in format string at %L"
58773 msgstr ""
58774
58775 #: fortran/io.c:1118
58776 #, gcc-internal-format, gfc-internal-format
58777 msgid "Period required in format specifier at %L"
58778 msgstr ""
58779
58780 #: fortran/io.c:1140
58781 #, gcc-internal-format, gfc-internal-format
58782 msgid "The H format specifier at %L is a Fortran 95 deleted feature"
58783 msgstr ""
58784
58785 #: fortran/io.c:1235 fortran/io.c:1297
58786 #, gcc-internal-format, gfc-internal-format
58787 msgid "Missing comma at %L"
58788 msgstr ""
58789
58790 #: fortran/io.c:1353
58791 #, gcc-internal-format, gfc-internal-format
58792 msgid "Extraneous characters in format at %L"
58793 msgstr ""
58794
58795 #: fortran/io.c:1375
58796 #, gcc-internal-format, gfc-internal-format
58797 msgid "Format statement in module main block at %C"
58798 msgstr ""
58799
58800 #: fortran/io.c:1384
58801 #, gcc-internal-format, gfc-internal-format
58802 msgid "FORMAT statement at %C cannot appear within an INTERFACE"
58803 msgstr ""
58804
58805 #: fortran/io.c:1390
58806 #, gcc-internal-format, gfc-internal-format
58807 msgid "Missing format label at %C"
58808 msgstr ""
58809
58810 #: fortran/io.c:1438
58811 #, gcc-internal-format, gfc-internal-format
58812 msgid "IOMSG must be a scalar-default-char-variable at %L"
58813 msgstr ""
58814
58815 #: fortran/io.c:1452
58816 #, gcc-internal-format, gfc-internal-format
58817 msgid "%s requires a scalar-default-char-expr at %L"
58818 msgstr ""
58819
58820 #: fortran/io.c:1475 fortran/io.c:1506 fortran/io.c:1586
58821 #, gcc-internal-format, gfc-internal-format
58822 msgid "Invalid value for %s specification at %C"
58823 msgstr ""
58824
58825 #: fortran/io.c:1481 fortran/io.c:1512 fortran/io.c:1668 fortran/io.c:1681
58826 #, gcc-internal-format, gfc-internal-format
58827 msgid "Duplicate %s specification at %C"
58828 msgstr ""
58829
58830 #: fortran/io.c:1523
58831 #, gcc-internal-format, gfc-internal-format
58832 msgid "Variable %s cannot be INTENT(IN) at %C"
58833 msgstr ""
58834
58835 #: fortran/io.c:1531
58836 #, gcc-internal-format, gfc-internal-format
58837 msgid "Variable %s cannot be assigned in PURE procedure at %C"
58838 msgstr ""
58839
58840 #: fortran/io.c:1561
58841 #, gcc-internal-format, gfc-internal-format
58842 msgid "Expecting a variable at %L"
58843 msgstr ""
58844
58845 #: fortran/io.c:1592
58846 #, gcc-internal-format, gfc-internal-format
58847 msgid "Duplicate %s label specification at %C"
58848 msgstr ""
58849
58850 #: fortran/io.c:1612 fortran/io.c:1629 fortran/io.c:1650
58851 #, gcc-internal-format
58852 msgid "%s at %C is a DEC extension, enable with %<-fdec%>"
58853 msgstr ""
58854
58855 #: fortran/io.c:1703
58856 #, gcc-internal-format, gfc-internal-format
58857 msgid "Constant expression in FORMAT tag at %L must be of type default CHARACTER"
58858 msgstr ""
58859
58860 #: fortran/io.c:1728
58861 #, gcc-internal-format, gfc-internal-format
58862 msgid "FORMAT tag at %C cannot be a zero-sized array"
58863 msgstr ""
58864
58865 #: fortran/io.c:1768
58866 #, gcc-internal-format, gfc-internal-format
58867 msgid "FORMAT tag at %L must be of type default-kind CHARACTER or of INTEGER"
58868 msgstr ""
58869
58870 #: fortran/io.c:1774
58871 #, gcc-internal-format, gfc-internal-format
58872 msgid "ASSIGNED variable in FORMAT tag at %L"
58873 msgstr ""
58874
58875 #: fortran/io.c:1779
58876 #, gcc-internal-format
58877 msgid "Variable %qs at %L has not been assigned a format label"
58878 msgstr ""
58879
58880 #: fortran/io.c:1786
58881 #, gcc-internal-format
58882 msgid "Scalar %qs in FORMAT tag at %L is not an ASSIGNED variable"
58883 msgstr ""
58884
58885 #: fortran/io.c:1798
58886 #, gcc-internal-format, gfc-internal-format
58887 msgid "Non-character in FORMAT tag at %L"
58888 msgstr ""
58889
58890 #: fortran/io.c:1804
58891 #, gcc-internal-format, gfc-internal-format
58892 msgid "Non-character assumed shape array element in FORMAT tag at %L"
58893 msgstr ""
58894
58895 #: fortran/io.c:1811
58896 #, gcc-internal-format, gfc-internal-format
58897 msgid "Non-character assumed size array element in FORMAT tag at %L"
58898 msgstr ""
58899
58900 #: fortran/io.c:1818
58901 #, gcc-internal-format, gfc-internal-format
58902 msgid "Non-character pointer array element in FORMAT tag at %L"
58903 msgstr ""
58904
58905 #: fortran/io.c:1844
58906 #, gcc-internal-format, gfc-internal-format
58907 msgid "%s tag at %L must be of type %s"
58908 msgstr ""
58909
58910 #: fortran/io.c:1851
58911 #, gcc-internal-format, gfc-internal-format
58912 msgid "%s tag at %L must be a character string of default kind"
58913 msgstr ""
58914
58915 #: fortran/io.c:1858
58916 #, gcc-internal-format, gfc-internal-format
58917 msgid "%s tag at %L must be scalar"
58918 msgstr ""
58919
58920 #: fortran/io.c:1864
58921 #, gcc-internal-format, gfc-internal-format
58922 msgid "IOMSG tag at %L"
58923 msgstr ""
58924
58925 #: fortran/io.c:1872
58926 #, gcc-internal-format, gfc-internal-format
58927 msgid "Fortran 95 requires default INTEGER in %s tag at %L"
58928 msgstr ""
58929
58930 #: fortran/io.c:1881
58931 #, gcc-internal-format, gfc-internal-format
58932 msgid "Non-default LOGICAL kind in %s tag at %L"
58933 msgstr ""
58934
58935 #: fortran/io.c:1888
58936 #, gcc-internal-format, gfc-internal-format
58937 msgid "NEWUNIT specifier at %L"
58938 msgstr ""
58939
58940 #: fortran/io.c:1906
58941 #, gcc-internal-format, gfc-internal-format
58942 msgid "CONVERT tag at %L"
58943 msgstr ""
58944
58945 #: fortran/io.c:2128
58946 #, gcc-internal-format
58947 msgid "Fortran 2003: %s specifier in %s statement at %C has value %qs"
58948 msgstr ""
58949
58950 #: fortran/io.c:2136 fortran/io.c:2163
58951 #, gcc-internal-format
58952 msgid "%s specifier in %s statement at %C has value %qs"
58953 msgstr ""
58954
58955 #: fortran/io.c:2155
58956 #, gcc-internal-format
58957 msgid "Extension: %s specifier in %s statement at %C has value %qs"
58958 msgstr ""
58959
58960 #: fortran/io.c:2177 fortran/io.c:2185
58961 #, gcc-internal-format
58962 msgid "%s specifier in %s statement at %C has invalid value %qs"
58963 msgstr ""
58964
58965 #: fortran/io.c:2238
58966 #, gcc-internal-format, gfc-internal-format
58967 msgid "OPEN statement not allowed in PURE procedure at %C"
58968 msgstr ""
58969
58970 #: fortran/io.c:2280
58971 #, gcc-internal-format, gfc-internal-format
58972 msgid "ACTION type conflicts with READONLY specifier at %C"
58973 msgstr ""
58974
58975 #: fortran/io.c:2294
58976 #, gcc-internal-format, gfc-internal-format
58977 msgid "ASYNCHRONOUS= at %C not allowed in Fortran 95"
58978 msgstr ""
58979
58980 #: fortran/io.c:2303 fortran/io.c:3955
58981 #, gcc-internal-format, gfc-internal-format
58982 msgid "ASYNCHRONOUS= specifier at %L must be of default CHARACTER kind"
58983 msgstr ""
58984
58985 #: fortran/io.c:2311 fortran/io.c:3963
58986 #, gcc-internal-format, gfc-internal-format
58987 msgid "ASYNCHRONOUS= specifier at %L must be scalar"
58988 msgstr ""
58989
58990 #: fortran/io.c:2330 fortran/io.c:4020
58991 #, gcc-internal-format, gfc-internal-format
58992 msgid "BLANK= at %C not allowed in Fortran 95"
58993 msgstr ""
58994
58995 #: fortran/io.c:2367 fortran/io.c:3996
58996 #, gcc-internal-format, gfc-internal-format
58997 msgid "DECIMAL= at %C not allowed in Fortran 95"
58998 msgstr ""
58999
59000 #: fortran/io.c:2405
59001 #, gcc-internal-format, gfc-internal-format
59002 msgid "ENCODING= at %C not allowed in Fortran 95"
59003 msgstr ""
59004
59005 #: fortran/io.c:2468 fortran/io.c:4069
59006 #, gcc-internal-format, gfc-internal-format
59007 msgid "ROUND= at %C not allowed in Fortran 95"
59008 msgstr ""
59009
59010 #: fortran/io.c:2507
59011 #, gcc-internal-format, gfc-internal-format
59012 msgid "SIGN= at %C not allowed in Fortran 95"
59013 msgstr ""
59014
59015 #: fortran/io.c:2590
59016 #, gcc-internal-format, gfc-internal-format
59017 msgid "UNIT specifier not allowed with NEWUNIT at %C"
59018 msgstr ""
59019
59020 #: fortran/io.c:2600
59021 #, gcc-internal-format, gfc-internal-format
59022 msgid "NEWUNIT specifier must have FILE= or STATUS='scratch' at %C"
59023 msgstr ""
59024
59025 #: fortran/io.c:2607
59026 #, gcc-internal-format, gfc-internal-format
59027 msgid "OPEN statement at %C must have UNIT or NEWUNIT specified"
59028 msgstr ""
59029
59030 #: fortran/io.c:2754
59031 #, gcc-internal-format, gfc-internal-format
59032 msgid "CLOSE statement not allowed in PURE procedure at %C"
59033 msgstr ""
59034
59035 #: fortran/io.c:2816
59036 #, gcc-internal-format, gfc-internal-format
59037 msgid "CLOSE statement at %L requires a UNIT number"
59038 msgstr ""
59039
59040 #: fortran/io.c:2824
59041 #, gcc-internal-format, gfc-internal-format
59042 msgid "UNIT number in CLOSE statement at %L must be non-negative"
59043 msgstr ""
59044
59045 #: fortran/io.c:2922 fortran/match.c:3055
59046 #, gcc-internal-format, gfc-internal-format
59047 msgid "%s statement not allowed in PURE procedure at %C"
59048 msgstr ""
59049
59050 #: fortran/io.c:2952
59051 #, gcc-internal-format, gfc-internal-format
59052 msgid "UNIT number missing in statement at %L"
59053 msgstr ""
59054
59055 #: fortran/io.c:2963 fortran/io.c:3447
59056 #, gcc-internal-format, gfc-internal-format
59057 msgid "UNIT number in statement at %L must be non-negative"
59058 msgstr ""
59059
59060 #: fortran/io.c:2996
59061 #, gcc-internal-format, gfc-internal-format
59062 msgid "FLUSH statement at %C"
59063 msgstr ""
59064
59065 #: fortran/io.c:3037
59066 #, gcc-internal-format, gfc-internal-format
59067 msgid "Missing format with default unit at %C"
59068 msgstr ""
59069
59070 #: fortran/io.c:3057
59071 #, gcc-internal-format, gfc-internal-format
59072 msgid "Duplicate UNIT specification at %C"
59073 msgstr ""
59074
59075 #: fortran/io.c:3131
59076 #, gcc-internal-format, gfc-internal-format
59077 msgid "Duplicate format specification at %C"
59078 msgstr ""
59079
59080 #: fortran/io.c:3172
59081 #, gcc-internal-format
59082 msgid "Symbol %qs in namelist %qs is INTENT(IN) at %C"
59083 msgstr ""
59084
59085 #: fortran/io.c:3208
59086 #, gcc-internal-format, gfc-internal-format
59087 msgid "Duplicate NML specification at %C"
59088 msgstr ""
59089
59090 #: fortran/io.c:3217
59091 #, gcc-internal-format
59092 msgid "Symbol %qs at %C must be a NAMELIST group name"
59093 msgstr ""
59094
59095 #: fortran/io.c:3287
59096 #, gcc-internal-format, gfc-internal-format
59097 msgid "END tag at %C not allowed in output statement"
59098 msgstr ""
59099
59100 #: fortran/io.c:3373
59101 #, gcc-internal-format, gfc-internal-format
59102 msgid "UNIT not specified at %L"
59103 msgstr ""
59104
59105 #: fortran/io.c:3380
59106 #, gcc-internal-format, gfc-internal-format
59107 msgid "UNIT specification at %L must not be a character PARAMETER"
59108 msgstr ""
59109
59110 #: fortran/io.c:3393
59111 #, gcc-internal-format, gfc-internal-format
59112 msgid "UNIT specification at %L must be an INTEGER expression or a CHARACTER variable"
59113 msgstr ""
59114
59115 #: fortran/io.c:3415
59116 #, gcc-internal-format, gfc-internal-format
59117 msgid "Invalid form of WRITE statement at %L, UNIT required"
59118 msgstr ""
59119
59120 #: fortran/io.c:3426
59121 #, gcc-internal-format, gfc-internal-format
59122 msgid "Internal unit with vector subscript at %L"
59123 msgstr ""
59124
59125 #: fortran/io.c:3440
59126 #, gcc-internal-format, gfc-internal-format
59127 msgid "External IO UNIT cannot be an array at %L"
59128 msgstr ""
59129
59130 #: fortran/io.c:3470
59131 #, gcc-internal-format
59132 msgid "NAMELIST %qs in READ statement at %L contains the symbol %qs which may not appear in a variable definition context"
59133 msgstr ""
59134
59135 #: fortran/io.c:3482
59136 #, gcc-internal-format
59137 msgid "NAMELIST object %qs in namelist %qs at %L is polymorphic and requires a defined input/output procedure"
59138 msgstr ""
59139
59140 #: fortran/io.c:3492 fortran/resolve.c:14908
59141 #, gcc-internal-format
59142 msgid "NAMELIST object %qs in namelist %qs at %L with ALLOCATABLE or POINTER components"
59143 msgstr ""
59144
59145 #: fortran/io.c:3500
59146 #, gcc-internal-format
59147 msgid "NAMELIST object %qs in namelist %qs at %L has ALLOCATABLE or POINTER components and thus requires a defined input/output procedure"
59148 msgstr ""
59149
59150 #: fortran/io.c:3511
59151 #, gcc-internal-format, gfc-internal-format
59152 msgid "Comma before i/o item list at %L"
59153 msgstr ""
59154
59155 #: fortran/io.c:3521
59156 #, gcc-internal-format, gfc-internal-format
59157 msgid "ERR tag label %d at %L not defined"
59158 msgstr ""
59159
59160 #: fortran/io.c:3533
59161 #, gcc-internal-format, gfc-internal-format
59162 msgid "END tag label %d at %L not defined"
59163 msgstr ""
59164
59165 #: fortran/io.c:3545
59166 #, gcc-internal-format, gfc-internal-format
59167 msgid "EOR tag label %d at %L not defined"
59168 msgstr ""
59169
59170 #: fortran/io.c:3555
59171 #, gcc-internal-format, gfc-internal-format
59172 msgid "FORMAT label %d at %L not defined"
59173 msgstr ""
59174
59175 #: fortran/io.c:3586
59176 #, gcc-internal-format
59177 msgid "io_kind_name(): bad I/O-kind"
59178 msgstr ""
59179
59180 #: fortran/io.c:3675
59181 #, gcc-internal-format, gfc-internal-format
59182 msgid "Syntax error in I/O iterator at %C"
59183 msgstr ""
59184
59185 #: fortran/io.c:3707
59186 #, fuzzy, gcc-internal-format, gfc-internal-format
59187 #| msgid "Junk after MAP statement at %C"
59188 msgid "Expecting variable in READ statement at %C"
59189 msgstr "Зайві команди після інструкції MAP у %C"
59190
59191 #: fortran/io.c:3713
59192 #, gcc-internal-format, gfc-internal-format
59193 msgid "Expecting variable or io-implied-do in READ statement at %L"
59194 msgstr ""
59195
59196 #: fortran/io.c:3722
59197 #, gcc-internal-format, gfc-internal-format
59198 msgid "Expecting variable or io-implied-do at %L"
59199 msgstr ""
59200
59201 #: fortran/io.c:3731
59202 #, gcc-internal-format, gfc-internal-format
59203 msgid "Expected expression in %s statement at %C"
59204 msgstr ""
59205
59206 #. A general purpose syntax error.
59207 #: fortran/io.c:3797 fortran/io.c:4505 fortran/gfortran.h:2977
59208 #, gcc-internal-format, gfc-internal-format
59209 msgid "Syntax error in %s statement at %C"
59210 msgstr ""
59211
59212 #: fortran/io.c:3885
59213 #, gcc-internal-format, gfc-internal-format
59214 msgid "Internal file at %L with namelist"
59215 msgstr ""
59216
59217 #: fortran/io.c:3900
59218 #, gcc-internal-format, gfc-internal-format
59219 msgid "IO UNIT in %s statement at %C must be an internal file in a PURE procedure"
59220 msgstr ""
59221
59222 #: fortran/io.c:3945
59223 #, gcc-internal-format, gfc-internal-format
59224 msgid "ASYNCHRONOUS= specifier at %L must be an initialization expression"
59225 msgstr ""
59226
59227 #: fortran/io.c:4045
59228 #, gcc-internal-format, gfc-internal-format
59229 msgid "PAD= at %C not allowed in Fortran 95"
59230 msgstr ""
59231
59232 #: fortran/io.c:4121
59233 #, gcc-internal-format, gfc-internal-format
59234 msgid "DELIM= at %C not allowed in Fortran 95"
59235 msgstr ""
59236
59237 #: fortran/io.c:4273
59238 #, gcc-internal-format, gfc-internal-format
59239 msgid "PRINT namelist at %C is an extension"
59240 msgstr ""
59241
59242 #: fortran/io.c:4295
59243 #, gcc-internal-format, gfc-internal-format
59244 msgid "Comma after * at %C not allowed without I/O list"
59245 msgstr ""
59246
59247 #: fortran/io.c:4471
59248 #, gcc-internal-format, gfc-internal-format
59249 msgid "Expected comma in I/O list at %C"
59250 msgstr ""
59251
59252 #: fortran/io.c:4539
59253 #, gcc-internal-format, gfc-internal-format
59254 msgid "PRINT statement at %C not allowed within PURE procedure"
59255 msgstr ""
59256
59257 #: fortran/io.c:4705
59258 #, gcc-internal-format, gfc-internal-format
59259 msgid "NULL() near %L cannot appear in INQUIRE statement"
59260 msgstr ""
59261
59262 #: fortran/io.c:4717 fortran/io.c:4779
59263 #, gcc-internal-format, gfc-internal-format
59264 msgid "INQUIRE statement not allowed in PURE procedure at %C"
59265 msgstr ""
59266
59267 #: fortran/io.c:4745
59268 #, gcc-internal-format, gfc-internal-format
59269 msgid "IOLENGTH tag invalid in INQUIRE statement at %C"
59270 msgstr ""
59271
59272 #: fortran/io.c:4755 fortran/trans-io.c:1332
59273 #, gcc-internal-format, gfc-internal-format
59274 msgid "INQUIRE statement at %L cannot contain both FILE and UNIT specifiers"
59275 msgstr ""
59276
59277 #: fortran/io.c:4762
59278 #, gcc-internal-format, gfc-internal-format
59279 msgid "INQUIRE statement at %L requires either FILE or UNIT specifier"
59280 msgstr ""
59281
59282 #: fortran/io.c:4772
59283 #, gcc-internal-format, gfc-internal-format
59284 msgid "UNIT number in INQUIRE statement at %L cannot be %d"
59285 msgstr ""
59286
59287 #: fortran/io.c:4787
59288 #, gcc-internal-format, gfc-internal-format
59289 msgid "INQUIRE statement at %L requires a PENDING= specifier with the ID= specifier"
59290 msgstr ""
59291
59292 #: fortran/io.c:4965
59293 #, gcc-internal-format, gfc-internal-format
59294 msgid "WAIT at %C not allowed in Fortran 95"
59295 msgstr ""
59296
59297 #: fortran/io.c:4971
59298 #, gcc-internal-format, gfc-internal-format
59299 msgid "WAIT statement not allowed in PURE procedure at %C"
59300 msgstr ""
59301
59302 #. Reject truncation.
59303 #: fortran/iresolve.c:69
59304 #, fuzzy, gcc-internal-format, gfc-internal-format
59305 #| msgid "Integer overflow"
59306 msgid "identifier overflow: %d"
59307 msgstr "Переповнення типу цілого значення"
59308
59309 #: fortran/match.c:118
59310 #, gcc-internal-format
59311 msgid "gfc_op2string(): Bad code"
59312 msgstr ""
59313
59314 #: fortran/match.c:195
59315 #, gcc-internal-format, gfc-internal-format
59316 msgid "Expected structure component or operator name after '.' at %C"
59317 msgstr ""
59318
59319 #: fortran/match.c:227
59320 #, gcc-internal-format
59321 msgid "%qs is neither a defined operator nor a structure component in dotted string at %C"
59322 msgstr ""
59323
59324 #: fortran/match.c:298
59325 #, gcc-internal-format
59326 msgid "Missing %qs in statement at or before %L"
59327 msgstr ""
59328
59329 #: fortran/match.c:496
59330 #, gcc-internal-format, gfc-internal-format
59331 msgid "Integer too large at %C"
59332 msgstr ""
59333
59334 #: fortran/match.c:577 fortran/parse.c:1181
59335 #, gcc-internal-format, gfc-internal-format
59336 msgid "Too many digits in statement label at %C"
59337 msgstr ""
59338
59339 #: fortran/match.c:583
59340 #, gcc-internal-format, gfc-internal-format
59341 msgid "Statement label at %C is zero"
59342 msgstr ""
59343
59344 #: fortran/match.c:616
59345 #, gcc-internal-format
59346 msgid "Label name %qs at %C is ambiguous"
59347 msgstr ""
59348
59349 #: fortran/match.c:622
59350 #, gcc-internal-format
59351 msgid "Duplicate construct label %qs at %C"
59352 msgstr ""
59353
59354 #: fortran/match.c:656
59355 #, gcc-internal-format, gfc-internal-format
59356 msgid "Invalid character in name at %C"
59357 msgstr ""
59358
59359 #: fortran/match.c:669
59360 #, gcc-internal-format, gfc-internal-format
59361 msgid "Name at %C is too long"
59362 msgstr ""
59363
59364 #: fortran/match.c:680
59365 #, gcc-internal-format
59366 msgid "Invalid character %<$%> at %L. Use %<-fdollar-ok%> to allow it as an extension"
59367 msgstr ""
59368
59369 #: fortran/match.c:956
59370 #, gcc-internal-format, gfc-internal-format
59371 msgid ".XOR. operator at %C"
59372 msgstr ""
59373
59374 #: fortran/match.c:1011
59375 #, gcc-internal-format, gfc-internal-format
59376 msgid "Loop variable at %C cannot be an array"
59377 msgstr ""
59378
59379 #: fortran/match.c:1018
59380 #, gcc-internal-format, gfc-internal-format
59381 msgid "Loop variable at %C cannot be a coarray"
59382 msgstr ""
59383
59384 #: fortran/match.c:1024
59385 #, gcc-internal-format, gfc-internal-format
59386 msgid "Loop variable at %C cannot be a sub-component"
59387 msgstr ""
59388
59389 #: fortran/match.c:1058
59390 #, gcc-internal-format, gfc-internal-format
59391 msgid "Expected a step value in iterator at %C"
59392 msgstr ""
59393
59394 #: fortran/match.c:1070
59395 #, gcc-internal-format, gfc-internal-format
59396 msgid "Syntax error in iterator at %C"
59397 msgstr ""
59398
59399 #: fortran/match.c:1238
59400 #, gcc-internal-format, gfc-internal-format
59401 msgid "gfc_match(): Bad match code %c"
59402 msgstr ""
59403
59404 #: fortran/match.c:1312
59405 #, gcc-internal-format, gfc-internal-format
59406 msgid "Invalid form of PROGRAM statement at %C"
59407 msgstr ""
59408
59409 #: fortran/match.c:1355
59410 #, gcc-internal-format, gfc-internal-format
59411 msgid "Assignment to a constant expression at %C"
59412 msgstr "Надання значення сталому виразу у %C"
59413
59414 #: fortran/match.c:1454 fortran/match.c:1545
59415 #, gcc-internal-format, gfc-internal-format
59416 msgid "Arithmetic IF statement at %C"
59417 msgstr ""
59418
59419 #: fortran/match.c:1501
59420 #, fuzzy, gcc-internal-format
59421 #| msgid "Syntax error in expression at %C"
59422 msgid "Missing %<(%> in IF-expression at %C"
59423 msgstr "Синтаксична помилка у виразі у %C"
59424
59425 #: fortran/match.c:1519
59426 #, gcc-internal-format, gfc-internal-format
59427 msgid "Syntax error in IF-expression at %C"
59428 msgstr ""
59429
59430 #: fortran/match.c:1530
59431 #, gcc-internal-format, gfc-internal-format
59432 msgid "Block label not appropriate for arithmetic IF statement at %C"
59433 msgstr ""
59434
59435 #: fortran/match.c:1568
59436 #, gcc-internal-format, gfc-internal-format
59437 msgid "Block label is not appropriate for IF statement at %C"
59438 msgstr ""
59439
59440 #: fortran/match.c:1661 fortran/match.c:1668
59441 #, fuzzy, gcc-internal-format, gfc-internal-format
59442 #| msgid "Syntax error in argument list at %C"
59443 msgid "Syntax error in IF-clause after %C"
59444 msgstr "Синтаксична помилку у списку аргументів, %C"
59445
59446 #: fortran/match.c:1711
59447 #, fuzzy, gcc-internal-format, gfc-internal-format
59448 #| msgid "Syntax error in SUBMODULE statement at %C"
59449 msgid "Invalid character(s) in ELSE statement after %C"
59450 msgstr "Синтаксична помилка у інструкції SUBMODULE у %C"
59451
59452 #: fortran/match.c:1717
59453 #, gcc-internal-format
59454 msgid "Label %qs at %C doesn't match IF label %qs"
59455 msgstr ""
59456
59457 #: fortran/match.c:1738
59458 #, fuzzy, gcc-internal-format
59459 #| msgid "Syntax error in expression at %C"
59460 msgid "Missing %<(%> in ELSE IF expression at %C"
59461 msgstr "Синтаксична помилка у виразі у %C"
59462
59463 #: fortran/match.c:1748
59464 #, fuzzy, gcc-internal-format
59465 #| msgid "Syntax error in expression at %C"
59466 msgid "Missing %<)%> in ELSE IF expression at %C"
59467 msgstr "Синтаксична помилка у виразі у %C"
59468
59469 #: fortran/match.c:1763
59470 #, gcc-internal-format, gfc-internal-format
59471 msgid "Missing THEN in ELSE IF statement after %L"
59472 msgstr ""
59473
59474 #: fortran/match.c:1771
59475 #, fuzzy, gcc-internal-format, gfc-internal-format
59476 #| msgid "Syntax error in STATIC statement at %C"
59477 msgid "Syntax error in ELSE IF statement after %L"
59478 msgstr "Синтаксична помилка у інструкції STATIC у %C"
59479
59480 #: fortran/match.c:1777
59481 #, gcc-internal-format
59482 msgid "Label %qs after %L doesn't match IF label %qs"
59483 msgstr ""
59484
59485 #: fortran/match.c:1838
59486 #, gcc-internal-format, gfc-internal-format
59487 msgid "Image control statement CRITICAL at %C in PURE procedure"
59488 msgstr ""
59489
59490 #: fortran/match.c:1844
59491 #, gcc-internal-format, gfc-internal-format
59492 msgid "Image control statement CRITICAL at %C in DO CONCURRENT block"
59493 msgstr ""
59494
59495 #: fortran/match.c:1851
59496 #, gcc-internal-format, gfc-internal-format
59497 msgid "CRITICAL statement at %C"
59498 msgstr ""
59499
59500 #: fortran/match.c:1863
59501 #, gcc-internal-format, gfc-internal-format
59502 msgid "Nested CRITICAL block at %C"
59503 msgstr ""
59504
59505 #: fortran/match.c:1915
59506 #, gcc-internal-format, gfc-internal-format
59507 msgid "Expected association list at %C"
59508 msgstr ""
59509
59510 #: fortran/match.c:1927
59511 #, gcc-internal-format, gfc-internal-format
59512 msgid "Expected association at %C"
59513 msgstr ""
59514
59515 #: fortran/match.c:1937
59516 #, gcc-internal-format, gfc-internal-format
59517 msgid "Invalid association target at %C"
59518 msgstr ""
59519
59520 #: fortran/match.c:1948
59521 #, gcc-internal-format
59522 msgid "Duplicate name %qs in association at %C"
59523 msgstr ""
59524
59525 #: fortran/match.c:1956
59526 #, gcc-internal-format, gfc-internal-format
59527 msgid "Association target at %C must not be coindexed"
59528 msgstr ""
59529
59530 #: fortran/match.c:1974
59531 #, gcc-internal-format
59532 msgid "Expected %<)%> or %<,%> at %C"
59533 msgstr ""
59534
59535 #: fortran/match.c:1992
59536 #, gcc-internal-format, gfc-internal-format
59537 msgid "Junk after ASSOCIATE statement at %C"
59538 msgstr ""
59539
59540 #: fortran/match.c:2114
59541 #, gcc-internal-format
59542 msgid "Derived type %qs at %L may not be ABSTRACT"
59543 msgstr ""
59544
59545 #: fortran/match.c:2186 fortran/match.c:2255 fortran/match.c:2278
59546 #, gcc-internal-format, gfc-internal-format
59547 msgid "Invalid type-spec at %C"
59548 msgstr ""
59549
59550 #: fortran/match.c:2373
59551 #, gcc-internal-format, gfc-internal-format
59552 msgid "Syntax error in FORALL iterator at %C"
59553 msgstr ""
59554
59555 #: fortran/match.c:2638
59556 #, gcc-internal-format, gfc-internal-format
59557 msgid "DO CONCURRENT construct at %C"
59558 msgstr ""
59559
59560 #: fortran/match.c:2763
59561 #, gcc-internal-format
59562 msgid "Name %qs in %s statement at %C is unknown"
59563 msgstr ""
59564
59565 #: fortran/match.c:2771
59566 #, gcc-internal-format
59567 msgid "Name %qs in %s statement at %C is not a construct name"
59568 msgstr ""
59569
59570 #: fortran/match.c:2783
59571 #, gcc-internal-format, gfc-internal-format
59572 msgid "%s statement at %C leaves CRITICAL construct"
59573 msgstr ""
59574
59575 #. F2008, C821 & C845.
59576 #: fortran/match.c:2791
59577 #, gcc-internal-format, gfc-internal-format
59578 msgid "%s statement at %C leaves DO CONCURRENT construct"
59579 msgstr ""
59580
59581 #: fortran/match.c:2803
59582 #, gcc-internal-format, gfc-internal-format
59583 msgid "%s statement at %C is not within a construct"
59584 msgstr ""
59585
59586 #: fortran/match.c:2806
59587 #, gcc-internal-format
59588 msgid "%s statement at %C is not within construct %qs"
59589 msgstr ""
59590
59591 #: fortran/match.c:2832
59592 #, gcc-internal-format
59593 msgid "CYCLE statement at %C is not applicable to non-loop construct %qs"
59594 msgstr ""
59595
59596 #: fortran/match.c:2837
59597 #, gcc-internal-format, gfc-internal-format
59598 msgid "EXIT statement with no do-construct-name at %C"
59599 msgstr ""
59600
59601 #: fortran/match.c:2843
59602 #, gcc-internal-format
59603 msgid "%s statement at %C is not applicable to construct %qs"
59604 msgstr ""
59605
59606 #: fortran/match.c:2851
59607 #, gcc-internal-format, gfc-internal-format
59608 msgid "%s statement at %C leaving OpenACC structured block"
59609 msgstr ""
59610
59611 #: fortran/match.c:2852
59612 #, gcc-internal-format, gfc-internal-format
59613 msgid "%s statement at %C leaving OpenMP structured block"
59614 msgstr ""
59615
59616 #: fortran/match.c:2877
59617 #, gcc-internal-format, gfc-internal-format
59618 msgid "EXIT statement at %C terminating !$ACC LOOP loop"
59619 msgstr ""
59620
59621 #: fortran/match.c:2882
59622 #, gcc-internal-format, gfc-internal-format
59623 msgid "CYCLE statement at %C to non-innermost collapsed !$ACC LOOP loop"
59624 msgstr ""
59625
59626 #: fortran/match.c:2911
59627 #, gcc-internal-format, gfc-internal-format
59628 msgid "EXIT statement at %C terminating !$OMP DO loop"
59629 msgstr ""
59630
59631 #: fortran/match.c:2916
59632 #, gcc-internal-format, gfc-internal-format
59633 msgid "CYCLE statement at %C to non-innermost collapsed !$OMP DO loop"
59634 msgstr ""
59635
59636 #: fortran/match.c:3004
59637 #, gcc-internal-format, gfc-internal-format
59638 msgid "Blank required in %s statement near %C"
59639 msgstr "Потрібен пробіл у інструкції %s поряд із %C"
59640
59641 #: fortran/match.c:3022
59642 #, gcc-internal-format, gfc-internal-format
59643 msgid "STOP code at %C cannot be negative"
59644 msgstr ""
59645
59646 #: fortran/match.c:3028
59647 #, gcc-internal-format, gfc-internal-format
59648 msgid "STOP code at %C contains too many digits"
59649 msgstr ""
59650
59651 #: fortran/match.c:3049
59652 #, gcc-internal-format, gfc-internal-format
59653 msgid "%s statement at %C in PURE procedure"
59654 msgstr ""
59655
59656 #: fortran/match.c:3065
59657 #, gcc-internal-format, gfc-internal-format
59658 msgid "Image control statement STOP at %C in CRITICAL block"
59659 msgstr ""
59660
59661 #: fortran/match.c:3070
59662 #, gcc-internal-format, gfc-internal-format
59663 msgid "Image control statement STOP at %C in DO CONCURRENT block"
59664 msgstr ""
59665
59666 #: fortran/match.c:3082
59667 #, gcc-internal-format, gfc-internal-format
59668 msgid "STOP code at %L must be a scalar CHARACTER constant or digit[digit[digit[digit[digit]]]]"
59669 msgstr ""
59670
59671 #: fortran/match.c:3094
59672 #, gcc-internal-format, gfc-internal-format
59673 msgid "STOP code at %L must be a scalar default CHARACTER or INTEGER constant expression"
59674 msgstr ""
59675
59676 #: fortran/match.c:3101
59677 #, gcc-internal-format, gfc-internal-format
59678 msgid "STOP code at %L must be either INTEGER or CHARACTER type"
59679 msgstr ""
59680
59681 #: fortran/match.c:3108
59682 #, gcc-internal-format, gfc-internal-format
59683 msgid "STOP code at %L must be scalar"
59684 msgstr ""
59685
59686 #: fortran/match.c:3115
59687 #, gcc-internal-format, gfc-internal-format
59688 msgid "STOP code at %L must be default character KIND=%d"
59689 msgstr ""
59690
59691 #: fortran/match.c:3122
59692 #, gcc-internal-format, gfc-internal-format
59693 msgid "STOP code at %L must be default integer KIND=%d"
59694 msgstr ""
59695
59696 #: fortran/match.c:3170
59697 #, gcc-internal-format, gfc-internal-format
59698 msgid "PAUSE statement at %C"
59699 msgstr ""
59700
59701 #: fortran/match.c:3191
59702 #, gcc-internal-format, gfc-internal-format
59703 msgid "ERROR STOP statement at %C"
59704 msgstr ""
59705
59706 #: fortran/match.c:3217
59707 #, gcc-internal-format, gfc-internal-format
59708 msgid "Image control statement EVENT %s at %C in PURE procedure"
59709 msgstr ""
59710
59711 #: fortran/match.c:3232
59712 #, gcc-internal-format, gfc-internal-format
59713 msgid "Image control statement EVENT %s at %C in CRITICAL block"
59714 msgstr ""
59715
59716 #: fortran/match.c:3239
59717 #, gcc-internal-format, gfc-internal-format
59718 msgid "Image control statement EVENT %s at %C in DO CONCURRENT block"
59719 msgstr ""
59720
59721 #: fortran/match.c:3269 fortran/match.c:3611 fortran/match.c:3823
59722 #: fortran/match.c:4375 fortran/match.c:4746
59723 #, gcc-internal-format, gfc-internal-format
59724 msgid "Redundant STAT tag found at %L"
59725 msgstr ""
59726
59727 #: fortran/match.c:3290 fortran/match.c:3632 fortran/match.c:3843
59728 #: fortran/match.c:4407 fortran/match.c:4771
59729 #, gcc-internal-format, gfc-internal-format
59730 msgid "Redundant ERRMSG tag found at %L"
59731 msgstr ""
59732
59733 #: fortran/match.c:3311
59734 #, gcc-internal-format, gfc-internal-format
59735 msgid "Redundant UNTIL_COUNT tag found at %L"
59736 msgstr ""
59737
59738 #: fortran/match.c:3377
59739 #, gcc-internal-format, gfc-internal-format
59740 msgid "EVENT POST statement at %C"
59741 msgstr ""
59742
59743 #: fortran/match.c:3387
59744 #, gcc-internal-format, gfc-internal-format
59745 msgid "EVENT WAIT statement at %C"
59746 msgstr ""
59747
59748 #: fortran/match.c:3399
59749 #, gcc-internal-format, gfc-internal-format
59750 msgid "FAIL IMAGE statement at %C"
59751 msgstr "Інструкція FAIL IMAGE у %C"
59752
59753 #: fortran/match.c:3423
59754 #, gcc-internal-format, gfc-internal-format
59755 msgid "FORM TEAM statement at %C"
59756 msgstr ""
59757
59758 #: fortran/match.c:3462
59759 #, gcc-internal-format, gfc-internal-format
59760 msgid "CHANGE TEAM statement at %C"
59761 msgstr ""
59762
59763 #: fortran/match.c:3492
59764 #, gcc-internal-format, gfc-internal-format
59765 msgid "END TEAM statement at %C"
59766 msgstr ""
59767
59768 #: fortran/match.c:3516
59769 #, gcc-internal-format, gfc-internal-format
59770 msgid "SYNC TEAM statement at %C"
59771 msgstr ""
59772
59773 #: fortran/match.c:3559
59774 #, gcc-internal-format, gfc-internal-format
59775 msgid "Image control statement %s at %C in PURE procedure"
59776 msgstr ""
59777
59778 #: fortran/match.c:3574
59779 #, gcc-internal-format, gfc-internal-format
59780 msgid "Image control statement %s at %C in CRITICAL block"
59781 msgstr ""
59782
59783 #: fortran/match.c:3581
59784 #, gcc-internal-format, gfc-internal-format
59785 msgid "Image control statement %s at %C in DO CONCURRENT block"
59786 msgstr ""
59787
59788 #: fortran/match.c:3653
59789 #, gcc-internal-format, gfc-internal-format
59790 msgid "Redundant ACQUIRED_LOCK tag found at %L"
59791 msgstr ""
59792
59793 #: fortran/match.c:3718
59794 #, gcc-internal-format, gfc-internal-format
59795 msgid "LOCK statement at %C"
59796 msgstr ""
59797
59798 #: fortran/match.c:3728
59799 #, gcc-internal-format, gfc-internal-format
59800 msgid "UNLOCK statement at %C"
59801 msgstr ""
59802
59803 #: fortran/match.c:3753
59804 #, gcc-internal-format, gfc-internal-format
59805 msgid "Image control statement SYNC at %C in PURE procedure"
59806 msgstr ""
59807
59808 #: fortran/match.c:3759
59809 #, gcc-internal-format, gfc-internal-format
59810 msgid "SYNC statement at %C"
59811 msgstr ""
59812
59813 #: fortran/match.c:3771
59814 #, gcc-internal-format, gfc-internal-format
59815 msgid "Image control statement SYNC at %C in CRITICAL block"
59816 msgstr ""
59817
59818 #: fortran/match.c:3777
59819 #, gcc-internal-format, gfc-internal-format
59820 msgid "Image control statement SYNC at %C in DO CONCURRENT block"
59821 msgstr ""
59822
59823 #: fortran/match.c:3957
59824 #, gcc-internal-format, gfc-internal-format
59825 msgid "ASSIGN statement at %C"
59826 msgstr ""
59827
59828 #: fortran/match.c:4001
59829 #, gcc-internal-format, gfc-internal-format
59830 msgid "Assigned GOTO statement at %C"
59831 msgstr ""
59832
59833 #: fortran/match.c:4045 fortran/match.c:4096
59834 #, gcc-internal-format, gfc-internal-format
59835 msgid "Statement label list in GOTO at %C cannot be empty"
59836 msgstr ""
59837
59838 #: fortran/match.c:4106
59839 #, gcc-internal-format, gfc-internal-format
59840 msgid "Computed GOTO at %C"
59841 msgstr ""
59842
59843 #: fortran/match.c:4181
59844 #, gcc-internal-format, gfc-internal-format
59845 msgid "Error in type-spec at %L"
59846 msgstr ""
59847
59848 #: fortran/match.c:4194
59849 #, gcc-internal-format, gfc-internal-format
59850 msgid "typespec in ALLOCATE at %L"
59851 msgstr ""
59852
59853 #: fortran/match.c:4217
59854 #, gcc-internal-format, gfc-internal-format
59855 msgid "The type parameter spec list in the type-spec at %L cannot contain DEFERRED parameters"
59856 msgstr ""
59857
59858 #: fortran/match.c:4247 fortran/match.c:4684
59859 #, fuzzy, gcc-internal-format, gfc-internal-format
59860 #| msgid "expected constant integer expression"
59861 msgid "Unexpected constant at %C"
59862 msgstr "мало бути використано сталий цілочисельний вираз"
59863
59864 #: fortran/match.c:4257
59865 #, gcc-internal-format, gfc-internal-format
59866 msgid "Bad allocate-object at %C for a PURE procedure"
59867 msgstr ""
59868
59869 #: fortran/match.c:4272
59870 #, gcc-internal-format, gfc-internal-format
59871 msgid "Incompatible allocate-object at %C for CHARACTER type-spec at %L"
59872 msgstr ""
59873
59874 #: fortran/match.c:4294
59875 #, gcc-internal-format, gfc-internal-format
59876 msgid "ALLOCATE of coarray at %C in DO CONCURRENT block"
59877 msgstr ""
59878
59879 #: fortran/match.c:4299
59880 #, gcc-internal-format, gfc-internal-format
59881 msgid "ALLOCATE of coarray at %C in CRITICAL block"
59882 msgstr ""
59883
59884 #: fortran/match.c:4321
59885 #, gcc-internal-format, gfc-internal-format
59886 msgid "Allocate-object at %L is neither a data pointer nor an allocatable variable"
59887 msgstr ""
59888
59889 #: fortran/match.c:4333
59890 #, gcc-internal-format, gfc-internal-format
59891 msgid "Type of entity at %L is type incompatible with typespec"
59892 msgstr ""
59893
59894 #: fortran/match.c:4341
59895 #, gcc-internal-format, gfc-internal-format
59896 msgid "Kind type parameter for entity at %L differs from the kind type parameter of the typespec"
59897 msgstr ""
59898
59899 #: fortran/match.c:4358
59900 #, gcc-internal-format, gfc-internal-format
59901 msgid "Shape specification for allocatable scalar at %C"
59902 msgstr ""
59903
59904 #: fortran/match.c:4385
59905 #, gcc-internal-format, gfc-internal-format
59906 msgid "STAT tag at %L cannot be a constant"
59907 msgstr ""
59908
59909 #: fortran/match.c:4401
59910 #, gcc-internal-format, gfc-internal-format
59911 msgid "ERRMSG tag at %L"
59912 msgstr ""
59913
59914 #: fortran/match.c:4424
59915 #, gcc-internal-format, gfc-internal-format
59916 msgid "SOURCE tag at %L"
59917 msgstr ""
59918
59919 #: fortran/match.c:4430
59920 #, gcc-internal-format, gfc-internal-format
59921 msgid "Redundant SOURCE tag found at %L"
59922 msgstr ""
59923
59924 #: fortran/match.c:4437
59925 #, gcc-internal-format, gfc-internal-format
59926 msgid "SOURCE tag at %L conflicts with the typespec at %L"
59927 msgstr ""
59928
59929 #: fortran/match.c:4443
59930 #, gcc-internal-format, gfc-internal-format
59931 msgid "SOURCE tag at %L with more than a single allocate object"
59932 msgstr ""
59933
59934 #: fortran/match.c:4461
59935 #, gcc-internal-format, gfc-internal-format
59936 msgid "MOLD tag at %L"
59937 msgstr ""
59938
59939 #: fortran/match.c:4467
59940 #, gcc-internal-format, gfc-internal-format
59941 msgid "Redundant MOLD tag found at %L"
59942 msgstr ""
59943
59944 #: fortran/match.c:4474
59945 #, gcc-internal-format, gfc-internal-format
59946 msgid "MOLD tag at %L conflicts with the typespec at %L"
59947 msgstr ""
59948
59949 #: fortran/match.c:4500
59950 #, gcc-internal-format, gfc-internal-format
59951 msgid "MOLD tag at %L conflicts with SOURCE tag at %L"
59952 msgstr ""
59953
59954 #: fortran/match.c:4508
59955 #, gcc-internal-format, gfc-internal-format
59956 msgid "Allocate-object at %L with a deferred type parameter requires either a type-spec or SOURCE tag or a MOLD tag"
59957 msgstr ""
59958
59959 #: fortran/match.c:4520
59960 #, gcc-internal-format, gfc-internal-format
59961 msgid "Unlimited polymorphic allocate-object at %L requires either a type-spec or SOURCE tag or a MOLD tag"
59962 msgstr ""
59963
59964 #: fortran/match.c:4587
59965 #, gcc-internal-format, gfc-internal-format
59966 msgid "Pointer object at %C shall not be coindexed"
59967 msgstr ""
59968
59969 #: fortran/match.c:4602
59970 #, gcc-internal-format, gfc-internal-format
59971 msgid "NULLIFY does not allow bounds remapping for pointer object at %C"
59972 msgstr ""
59973
59974 #: fortran/match.c:4696
59975 #, gcc-internal-format, gfc-internal-format
59976 msgid "Illegal allocate-object at %C for a PURE procedure"
59977 msgstr ""
59978
59979 #: fortran/match.c:4706
59980 #, gcc-internal-format, gfc-internal-format
59981 msgid "DEALLOCATE of coarray at %C in DO CONCURRENT block"
59982 msgstr ""
59983
59984 #: fortran/match.c:4713
59985 #, gcc-internal-format, gfc-internal-format
59986 msgid "DEALLOCATE of coarray at %C in CRITICAL block"
59987 msgstr ""
59988
59989 #: fortran/match.c:4729
59990 #, gcc-internal-format, gfc-internal-format
59991 msgid "Allocate-object at %C is not a nonprocedure pointer nor an allocatable variable"
59992 msgstr ""
59993
59994 #: fortran/match.c:4766
59995 #, gcc-internal-format, gfc-internal-format
59996 msgid "ERRMSG at %L"
59997 msgstr ""
59998
59999 #: fortran/match.c:4823
60000 #, gcc-internal-format, gfc-internal-format
60001 msgid "Image control statement RETURN at %C in CRITICAL block"
60002 msgstr ""
60003
60004 #: fortran/match.c:4829
60005 #, gcc-internal-format, gfc-internal-format
60006 msgid "Image control statement RETURN at %C in DO CONCURRENT block"
60007 msgstr ""
60008
60009 #: fortran/match.c:4838
60010 #, gcc-internal-format, gfc-internal-format
60011 msgid "Alternate RETURN statement at %C is only allowed within a SUBROUTINE"
60012 msgstr ""
60013
60014 #: fortran/match.c:4869
60015 #, gcc-internal-format, gfc-internal-format
60016 msgid "RETURN statement in main program at %C"
60017 msgstr ""
60018
60019 #: fortran/match.c:4897
60020 #, gcc-internal-format, gfc-internal-format
60021 msgid "Expected component reference at %C"
60022 msgstr ""
60023
60024 #: fortran/match.c:4906
60025 #, gcc-internal-format, gfc-internal-format
60026 msgid "Junk after CALL at %C"
60027 msgstr ""
60028
60029 #: fortran/match.c:4917
60030 #, gcc-internal-format, gfc-internal-format
60031 msgid "Expected type-bound procedure or procedure pointer component at %C"
60032 msgstr ""
60033
60034 #: fortran/match.c:5008
60035 #, gcc-internal-format, gfc-internal-format
60036 msgid "A BOZ literal constant at %L cannot appear as an actual argument in a subroutine reference"
60037 msgstr ""
60038
60039 #: fortran/match.c:5148
60040 #, gcc-internal-format, gfc-internal-format
60041 msgid "Syntax error in common block name at %C"
60042 msgstr ""
60043
60044 #. If we find an error, just print it and continue,
60045 #. cause it's just semantic, and we can see if there
60046 #. are more errors.
60047 #: fortran/match.c:5223
60048 #, gcc-internal-format
60049 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)"
60050 msgstr ""
60051
60052 #: fortran/match.c:5232
60053 #, gcc-internal-format
60054 msgid "Variable %qs in common block %qs at %C cannot be bind(c) since it is not global"
60055 msgstr ""
60056
60057 #: fortran/match.c:5239
60058 #, gcc-internal-format
60059 msgid "Symbol %qs at %C is already in a COMMON block"
60060 msgstr ""
60061
60062 #: fortran/match.c:5247
60063 #, gcc-internal-format
60064 msgid "Initialized symbol %qs at %C can only be COMMON in BLOCK DATA"
60065 msgstr ""
60066
60067 #: fortran/match.c:5263
60068 #, gcc-internal-format
60069 msgid "Array specification for symbol %qs in COMMON at %C must be explicit"
60070 msgstr ""
60071
60072 #: fortran/match.c:5273
60073 #, gcc-internal-format
60074 msgid "Symbol %qs in COMMON at %C cannot be a POINTER array"
60075 msgstr ""
60076
60077 #: fortran/match.c:5319
60078 #, gcc-internal-format
60079 msgid "Symbol %qs, in COMMON block %qs at %C is being indirectly equivalenced to another COMMON block %qs"
60080 msgstr ""
60081
60082 #: fortran/match.c:5381
60083 #, gcc-internal-format, gfc-internal-format
60084 msgid "BLOCK DATA construct at %L"
60085 msgstr ""
60086
60087 #: fortran/match.c:5465
60088 #, gcc-internal-format
60089 msgid "Namelist group name %qs at %C already has a basic type of %s"
60090 msgstr ""
60091
60092 #: fortran/match.c:5473
60093 #, gcc-internal-format
60094 msgid "Namelist group name %qs at %C already is USE associated and cannot be respecified."
60095 msgstr ""
60096
60097 #: fortran/match.c:5499
60098 #, gcc-internal-format
60099 msgid "Assumed size array %qs in namelist %qs at %C is not allowed"
60100 msgstr ""
60101
60102 #: fortran/match.c:5642
60103 #, gcc-internal-format, gfc-internal-format
60104 msgid "Derived type component %C is not a permitted EQUIVALENCE member"
60105 msgstr ""
60106
60107 #: fortran/match.c:5650
60108 #, gcc-internal-format, gfc-internal-format
60109 msgid "Array reference in EQUIVALENCE at %C cannot be an array section"
60110 msgstr ""
60111
60112 #: fortran/match.c:5678
60113 #, gcc-internal-format, gfc-internal-format
60114 msgid "EQUIVALENCE at %C requires two or more objects"
60115 msgstr ""
60116
60117 #: fortran/match.c:5692
60118 #, gcc-internal-format, gfc-internal-format
60119 msgid "Attempt to indirectly overlap COMMON blocks %s and %s by EQUIVALENCE at %C"
60120 msgstr ""
60121
60122 #: fortran/match.c:5705
60123 #, gcc-internal-format, gfc-internal-format
60124 msgid "Expecting a comma in EQUIVALENCE at %C"
60125 msgstr ""
60126
60127 #: fortran/match.c:5710
60128 #, gcc-internal-format, gfc-internal-format
60129 msgid "EQUIVALENCE statement at %C"
60130 msgstr ""
60131
60132 #: fortran/match.c:5846
60133 #, gcc-internal-format, gfc-internal-format
60134 msgid "Statement function at %L is recursive"
60135 msgstr ""
60136
60137 #: fortran/match.c:5852
60138 #, gcc-internal-format
60139 msgid "Statement function %qs at %L conflicts with function name"
60140 msgstr ""
60141
60142 #: fortran/match.c:5863
60143 #, gcc-internal-format, gfc-internal-format
60144 msgid "Statement function at %L cannot appear within an INTERFACE"
60145 msgstr ""
60146
60147 #: fortran/match.c:5868
60148 #, gcc-internal-format, gfc-internal-format
60149 msgid "Statement function at %C"
60150 msgstr ""
60151
60152 #: fortran/match.c:5993 fortran/match.c:6009
60153 #, gcc-internal-format, gfc-internal-format
60154 msgid "Expression in CASE selector at %L cannot be %s"
60155 msgstr ""
60156
60157 #: fortran/match.c:6031
60158 #, gcc-internal-format, gfc-internal-format
60159 msgid "Expected initialization expression in CASE at %C"
60160 msgstr ""
60161
60162 #: fortran/match.c:6063
60163 #, gcc-internal-format
60164 msgid "Expected block name %qs of SELECT construct at %C"
60165 msgstr ""
60166
60167 #: fortran/match.c:6346
60168 #, gcc-internal-format, gfc-internal-format
60169 msgid "SELECT TYPE at %C cannot appear in this scope"
60170 msgstr ""
60171
60172 #: fortran/match.c:6387
60173 #, gcc-internal-format, gfc-internal-format
60174 msgid "parse error in SELECT TYPE statement at %C"
60175 msgstr ""
60176
60177 #: fortran/match.c:6412
60178 #, gcc-internal-format, gfc-internal-format
60179 msgid "Selector in SELECT TYPE at %C is not a named variable; use associate-name=>"
60180 msgstr ""
60181
60182 #: fortran/match.c:6568
60183 #, fuzzy, gcc-internal-format, gfc-internal-format
60184 #| msgid "FAIL IMAGE statement at %C"
60185 msgid "SELECT RANK statement at %C"
60186 msgstr "Інструкція FAIL IMAGE у %C"
60187
60188 #: fortran/match.c:6596 fortran/match.c:6648
60189 #, gcc-internal-format, gfc-internal-format
60190 msgid "The SELECT RANK selector at %C must be an assumed rank variable"
60191 msgstr ""
60192
60193 #: fortran/match.c:6658
60194 #, fuzzy, gcc-internal-format, gfc-internal-format
60195 #| msgid "Syntax error in STATIC statement at %C"
60196 msgid "parse error in SELECT RANK statement at %C"
60197 msgstr "Синтаксична помилка у інструкції STATIC у %C"
60198
60199 #: fortran/match.c:6694
60200 #, gcc-internal-format, gfc-internal-format
60201 msgid "Unexpected CASE statement at %C"
60202 msgstr ""
60203
60204 #: fortran/match.c:6746
60205 #, gcc-internal-format, gfc-internal-format
60206 msgid "Syntax error in CASE specification at %C"
60207 msgstr ""
60208
60209 #: fortran/match.c:6764
60210 #, gcc-internal-format, gfc-internal-format
60211 msgid "Unexpected TYPE IS statement at %C"
60212 msgstr ""
60213
60214 #: fortran/match.c:6796
60215 #, gcc-internal-format, gfc-internal-format
60216 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]"
60217 msgstr ""
60218
60219 #: fortran/match.c:6807
60220 #, gcc-internal-format, gfc-internal-format
60221 msgid "All the LEN type parameters in the TYPE IS statement at %C must be ASSUMED"
60222 msgstr ""
60223
60224 #: fortran/match.c:6818
60225 #, gcc-internal-format, gfc-internal-format
60226 msgid "Syntax error in TYPE IS specification at %C"
60227 msgstr ""
60228
60229 #: fortran/match.c:6894
60230 #, gcc-internal-format, gfc-internal-format
60231 msgid "Syntax error in CLASS IS specification at %C"
60232 msgstr ""
60233
60234 #: fortran/match.c:6914
60235 #, fuzzy, gcc-internal-format, gfc-internal-format
60236 #| msgid "expected else statement"
60237 msgid "Unexpected RANK statement at %C"
60238 msgstr "мало бути використано інструкцію else"
60239
60240 #: fortran/match.c:6960
60241 #, gcc-internal-format, gfc-internal-format
60242 msgid "The SELECT RANK CASE expression at %C must be a scalar, integer constant"
60243 msgstr ""
60244
60245 #: fortran/match.c:6969
60246 #, gcc-internal-format, gfc-internal-format
60247 msgid "The value of the SELECT RANK CASE expression at %C must not be less than zero or greater than %d"
60248 msgstr ""
60249
60250 #: fortran/match.c:6996
60251 #, fuzzy, gcc-internal-format, gfc-internal-format
60252 #| msgid "Syntax error in expression at %C"
60253 msgid "Syntax error in RANK specification at %C"
60254 msgstr "Синтаксична помилка у виразі у %C"
60255
60256 #: fortran/match.c:7118
60257 #, gcc-internal-format, gfc-internal-format
60258 msgid "ELSEWHERE statement at %C not enclosed in WHERE block"
60259 msgstr ""
60260
60261 #: fortran/match.c:7156
60262 #, gcc-internal-format
60263 msgid "Label %qs at %C doesn't match WHERE label %qs"
60264 msgstr ""
60265
60266 #: fortran/matchexp.c:72
60267 #, gcc-internal-format
60268 msgid "Bad character %qc in OPERATOR name at %C"
60269 msgstr ""
60270
60271 #: fortran/matchexp.c:80
60272 #, gcc-internal-format
60273 msgid "The name %qs cannot be used as a defined operator at %C"
60274 msgstr ""
60275
60276 #: fortran/matchexp.c:173
60277 #, gcc-internal-format, gfc-internal-format
60278 msgid "Expected a right parenthesis in expression at %C"
60279 msgstr ""
60280
60281 #: fortran/matchexp.c:281
60282 #, gcc-internal-format, gfc-internal-format
60283 msgid "Expected exponent in expression at %C"
60284 msgstr ""
60285
60286 #: fortran/matchexp.c:319 fortran/matchexp.c:324 fortran/matchexp.c:428
60287 #: fortran/matchexp.c:433
60288 #, gcc-internal-format, gfc-internal-format
60289 msgid "Extension: Unary operator following arithmetic operator (use parentheses) at %C"
60290 msgstr ""
60291
60292 #: fortran/matchexp.c:665
60293 #, gcc-internal-format
60294 msgid "match_level_4(): Bad operator"
60295 msgstr ""
60296
60297 #: fortran/misc.c:113
60298 #, gcc-internal-format
60299 msgid "gfc_basic_typename(): Undefined type"
60300 msgstr ""
60301
60302 #: fortran/misc.c:199
60303 #, gcc-internal-format
60304 msgid "gfc_typename(): Undefined type"
60305 msgstr ""
60306
60307 #: fortran/misc.c:281
60308 #, gcc-internal-format
60309 msgid "gfc_code2string(): Bad code"
60310 msgstr ""
60311
60312 #: fortran/module.c:238
60313 #, gcc-internal-format
60314 msgid "free_pi_tree(): Unresolved fixup"
60315 msgstr ""
60316
60317 #: fortran/module.c:455
60318 #, gcc-internal-format
60319 msgid "associate_integer_pointer(): Already associated"
60320 msgstr ""
60321
60322 #: fortran/module.c:539
60323 #, gcc-internal-format, gfc-internal-format
60324 msgid "module nature in USE statement at %C"
60325 msgstr ""
60326
60327 #: fortran/module.c:551
60328 #, gcc-internal-format, gfc-internal-format
60329 msgid "Module nature in USE statement at %C shall be either INTRINSIC or NON_INTRINSIC"
60330 msgstr ""
60331
60332 #: fortran/module.c:564
60333 #, gcc-internal-format, gfc-internal-format
60334 msgid "\"::\" was expected after module nature at %C but was not found"
60335 msgstr ""
60336
60337 #: fortran/module.c:574
60338 #, gcc-internal-format, gfc-internal-format
60339 msgid "\"USE :: module\" at %C"
60340 msgstr ""
60341
60342 #: fortran/module.c:633
60343 #, gcc-internal-format, gfc-internal-format
60344 msgid "Missing generic specification in USE statement at %C"
60345 msgstr ""
60346
60347 #: fortran/module.c:644
60348 #, gcc-internal-format, gfc-internal-format
60349 msgid "Renaming operators in USE statements at %C"
60350 msgstr ""
60351
60352 #: fortran/module.c:655
60353 #, gcc-internal-format
60354 msgid "Symbol %qs at %L conflicts with the rename symbol at %L"
60355 msgstr ""
60356
60357 #: fortran/module.c:658
60358 #, gcc-internal-format
60359 msgid "Symbol %qs at %L conflicts with the symbol at %L"
60360 msgstr ""
60361
60362 #: fortran/module.c:697
60363 #, gcc-internal-format
60364 msgid "The name %qs at %C has already been used as an external module name"
60365 msgstr ""
60366
60367 #: fortran/module.c:760
60368 #, gcc-internal-format, gfc-internal-format
60369 msgid "SUBMODULE declaration at %C"
60370 msgstr ""
60371
60372 #: fortran/module.c:765
60373 #, gcc-internal-format, gfc-internal-format
60374 msgid "SUBMODULE declaration at %C cannot appear within another scoping unit"
60375 msgstr ""
60376
60377 #: fortran/module.c:840
60378 #, gcc-internal-format, gfc-internal-format
60379 msgid "Syntax error in SUBMODULE statement at %C"
60380 msgstr "Синтаксична помилка у інструкції SUBMODULE у %C"
60381
60382 #: fortran/module.c:1199
60383 #, gcc-internal-format
60384 msgid "Reading module %qs at line %d column %d: %s"
60385 msgstr ""
60386
60387 #: fortran/module.c:1203
60388 #, gcc-internal-format
60389 msgid "Writing module %qs at line %d column %d: %s"
60390 msgstr ""
60391
60392 #: fortran/module.c:1207
60393 #, gcc-internal-format
60394 msgid "Module %qs at line %d column %d: %s"
60395 msgstr ""
60396
60397 #: fortran/module.c:1600
60398 #, gcc-internal-format
60399 msgid "require_atom(): bad atom type required"
60400 msgstr ""
60401
60402 #: fortran/module.c:1649
60403 #, gcc-internal-format, gfc-internal-format
60404 msgid "Error writing modules file: %s"
60405 msgstr ""
60406
60407 #: fortran/module.c:1699
60408 #, gcc-internal-format
60409 msgid "write_atom(): Trying to write dab atom"
60410 msgstr ""
60411
60412 #: fortran/module.c:1920
60413 #, gcc-internal-format
60414 msgid "unquote_string(): got bad string"
60415 msgstr ""
60416
60417 #: fortran/module.c:2812
60418 #, gcc-internal-format
60419 msgid "mio_array_ref(): Unknown array ref"
60420 msgstr ""
60421
60422 #: fortran/module.c:4939
60423 #, gcc-internal-format, gfc-internal-format
60424 msgid "Ambiguous !$OMP DECLARE REDUCTION from module %s at %L"
60425 msgstr ""
60426
60427 #: fortran/module.c:4942
60428 #, gcc-internal-format, gfc-internal-format
60429 msgid "Previous !$OMP DECLARE REDUCTION from module %s at %L"
60430 msgstr ""
60431
60432 #: fortran/module.c:5136
60433 #, gcc-internal-format
60434 msgid "%qs of module %qs, imported at %C, is also the name of the current program unit"
60435 msgstr ""
60436
60437 #: fortran/module.c:5273
60438 #, gcc-internal-format
60439 msgid "Mismatch in components of derived type %qs from %qs at %C: expecting %qs, but got %qs"
60440 msgstr ""
60441
60442 #: fortran/module.c:5494
60443 #, gcc-internal-format
60444 msgid "Symbol %qs referenced at %L not found in module %qs"
60445 msgstr ""
60446
60447 #: fortran/module.c:5501
60448 #, gcc-internal-format
60449 msgid "User operator %qs referenced at %L not found in module %qs"
60450 msgstr ""
60451
60452 #: fortran/module.c:5506
60453 #, gcc-internal-format
60454 msgid "Intrinsic operator %qs referenced at %L not found in module %qs"
60455 msgstr ""
60456
60457 #: fortran/module.c:5741
60458 #, gcc-internal-format
60459 msgid "write_symbol(): bad module symbol %qs"
60460 msgstr ""
60461
60462 #: fortran/module.c:6074
60463 #, gcc-internal-format
60464 msgid "write_symtree(): Symbol not written"
60465 msgstr ""
60466
60467 #: fortran/module.c:6264
60468 #, gcc-internal-format
60469 msgid "Cannot open module file %qs for writing at %C: %s"
60470 msgstr ""
60471
60472 #: fortran/module.c:6285
60473 #, gcc-internal-format
60474 msgid "Error writing module file %qs for writing: %s"
60475 msgstr ""
60476
60477 #: fortran/module.c:6296
60478 #, gcc-internal-format
60479 msgid "Cannot delete module file %qs: %s"
60480 msgstr "Не вдалося вилучити файл модуля %qs: %s"
60481
60482 #: fortran/module.c:6299
60483 #, gcc-internal-format
60484 msgid "Cannot rename module file %qs to %qs: %s"
60485 msgstr "Не вдалося перейменувати файл модуля %qs на %qs: %s"
60486
60487 #: fortran/module.c:6305
60488 #, gcc-internal-format
60489 msgid "Cannot delete temporary module file %qs: %s"
60490 msgstr ""
60491
60492 #: fortran/module.c:6362
60493 #, gcc-internal-format
60494 msgid "Symbol %qs at %C already declared"
60495 msgstr ""
60496
60497 #: fortran/module.c:6433
60498 #, gcc-internal-format, gfc-internal-format
60499 msgid "import_iso_c_binding_module(): Unable to create symbol for %s"
60500 msgstr "import_iso_c_binding_module(): не вдалося створити символ для %s"
60501
60502 #: fortran/module.c:6541 fortran/module.c:6885
60503 #, gcc-internal-format
60504 msgid "The symbol %qs, referenced at %L, is not in the selected standard"
60505 msgstr ""
60506
60507 #: fortran/module.c:6669
60508 #, gcc-internal-format
60509 msgid "Symbol %qs referenced at %L not found in intrinsic module ISO_C_BINDING"
60510 msgstr ""
60511
60512 #: fortran/module.c:6690 fortran/module.c:6723 fortran/module.c:6765
60513 #, gcc-internal-format
60514 msgid "Symbol %qs already declared"
60515 msgstr "Символ %qs вже оголошено"
60516
60517 #: fortran/module.c:6870
60518 #, gcc-internal-format
60519 msgid "Use of intrinsic module %qs at %C conflicts with non-intrinsic module name used previously"
60520 msgstr ""
60521
60522 #: fortran/module.c:6892
60523 #, gcc-internal-format
60524 msgid "Use of the NUMERIC_STORAGE_SIZE named constant from intrinsic module ISO_FORTRAN_ENV at %L is incompatible with option %qs"
60525 msgstr ""
60526
60527 #: fortran/module.c:6960
60528 #, gcc-internal-format, gfc-internal-format
60529 msgid "Use of the NUMERIC_STORAGE_SIZE named constant from intrinsic module ISO_FORTRAN_ENV at %C is incompatible with option %s"
60530 msgstr ""
60531
60532 #: fortran/module.c:7014
60533 #, gcc-internal-format
60534 msgid "Symbol %qs referenced at %L not found in intrinsic module ISO_FORTRAN_ENV"
60535 msgstr ""
60536
60537 #: fortran/module.c:7040
60538 #, gcc-internal-format, gfc-internal-format
60539 msgid "USE statement at %C has no ONLY qualifier"
60540 msgstr ""
60541
60542 #: fortran/module.c:7069
60543 #, gcc-internal-format, gfc-internal-format
60544 msgid "ISO_FORTRAN_ENV intrinsic module at %C"
60545 msgstr "внутрішній модуль ISO_FORTRAN_ENV у %C"
60546
60547 #: fortran/module.c:7081
60548 #, gcc-internal-format, gfc-internal-format
60549 msgid "ISO_C_BINDING module at %C"
60550 msgstr "модуль ISO_C_BINDING у %C"
60551
60552 #: fortran/module.c:7094
60553 #, gcc-internal-format
60554 msgid "Cannot find an intrinsic module named %qs at %C"
60555 msgstr ""
60556
60557 #: fortran/module.c:7100
60558 #, gcc-internal-format, gfc-internal-format
60559 msgid "IEEE_FEATURES module at %C"
60560 msgstr "модуль IEEE_FEATURES у %C"
60561
60562 #: fortran/module.c:7106
60563 #, gcc-internal-format, gfc-internal-format
60564 msgid "IEEE_EXCEPTIONS module at %C"
60565 msgstr "модуль IEEE_EXCEPTIONS у %C"
60566
60567 #: fortran/module.c:7112
60568 #, gcc-internal-format, gfc-internal-format
60569 msgid "IEEE_ARITHMETIC module at %C"
60570 msgstr "модуль IEEE_ARITHMETIC у %C"
60571
60572 #: fortran/module.c:7122
60573 #, gcc-internal-format
60574 msgid "Cannot open module file %qs for reading at %C: %s"
60575 msgstr "Не вдалося відкрити файл модуля %qs для читання у %C: %s"
60576
60577 #: fortran/module.c:7125
60578 #, gcc-internal-format
60579 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."
60580 msgstr ""
60581
60582 #: fortran/module.c:7136
60583 #, gcc-internal-format
60584 msgid "Use of non-intrinsic module %qs at %C conflicts with intrinsic module name used previously"
60585 msgstr ""
60586
60587 #: fortran/module.c:7159
60588 #, gcc-internal-format
60589 msgid "File %qs opened at %C is not a GNU Fortran module file"
60590 msgstr ""
60591
60592 #: fortran/module.c:7167
60593 #, gcc-internal-format
60594 msgid "Cannot read module file %qs opened at %C, because it was created by a different version of GNU Fortran"
60595 msgstr ""
60596
60597 #: fortran/module.c:7184
60598 #, gcc-internal-format
60599 msgid "Cannot USE a submodule that is currently built"
60600 msgstr ""
60601
60602 #: fortran/module.c:7186
60603 #, gcc-internal-format
60604 msgid "Cannot USE a module that is currently built"
60605 msgstr ""
60606
60607 #: fortran/openmp.c:66
60608 #, fuzzy, gcc-internal-format, gfc-internal-format
60609 #| msgid "Expected argument list at %C"
60610 msgid "Unexpected junk at %C"
60611 msgstr "У %C мало бути вказано список аргументів"
60612
60613 #: fortran/openmp.c:279
60614 #, gcc-internal-format, gfc-internal-format
60615 msgid "List item shall not be coindexed at %C"
60616 msgstr ""
60617
60618 #: fortran/openmp.c:314 fortran/openmp.c:415 fortran/openmp.c:710
60619 #: fortran/openmp.c:3330
60620 #, gcc-internal-format, gfc-internal-format
60621 msgid "COMMON block /%s/ not found at %C"
60622 msgstr ""
60623
60624 #: fortran/openmp.c:353 fortran/openmp.c:443
60625 #, gcc-internal-format, gfc-internal-format
60626 msgid "Syntax error in OpenMP variable list at %C"
60627 msgstr "Синтаксична помилка у списку змінних OpenMP у %C"
60628
60629 #: fortran/openmp.c:517
60630 #, gcc-internal-format, gfc-internal-format
60631 msgid "Syntax error in OpenMP DEPEND SINK list at %C"
60632 msgstr "Синтаксична помилка у списку OpenMP DEPEND SINK у %C"
60633
60634 #: fortran/openmp.c:579
60635 #, gcc-internal-format, gfc-internal-format
60636 msgid "Syntax error in OpenACC expression list at %C"
60637 msgstr "Синтаксична помилка у списку виразів OpenACC у %C"
60638
60639 #: fortran/openmp.c:646
60640 #, gcc-internal-format
60641 msgid "Unexpected OpenACC parallelism."
60642 msgstr ""
60643
60644 #: fortran/openmp.c:678
60645 #, gcc-internal-format, gfc-internal-format
60646 msgid "Variable at %C is an element of a COMMON block"
60647 msgstr ""
60648
60649 #: fortran/openmp.c:738
60650 #, gcc-internal-format, gfc-internal-format
60651 msgid "Unexpected junk after !$ACC DECLARE at %C"
60652 msgstr ""
60653
60654 #: fortran/openmp.c:748
60655 #, gcc-internal-format, gfc-internal-format
60656 msgid "Syntax error in !$ACC DECLARE list at %C"
60657 msgstr "Синтаксична помилка у списку !$ACC DECLARE у %C"
60658
60659 #: fortran/openmp.c:1068
60660 #, gcc-internal-format, gfc-internal-format
60661 msgid "COLLAPSE clause argument not constant positive integer at %C"
60662 msgstr ""
60663
60664 #: fortran/openmp.c:1553
60665 #, gcc-internal-format, gfc-internal-format
60666 msgid "ORDERED clause argument not constant positive integer at %C"
60667 msgstr ""
60668
60669 #: fortran/openmp.c:1738
60670 #, gcc-internal-format, gfc-internal-format
60671 msgid "!$OMP DECLARE REDUCTION %s not found at %L"
60672 msgstr ""
60673
60674 #: fortran/openmp.c:1990
60675 #, gcc-internal-format, gfc-internal-format
60676 msgid "Failed to match clause at %C"
60677 msgstr ""
60678
60679 #: fortran/openmp.c:2162
60680 #, gcc-internal-format, gfc-internal-format
60681 msgid "Invalid clause in module with !$ACC DECLARE at %L"
60682 msgstr ""
60683
60684 #: fortran/openmp.c:2172
60685 #, gcc-internal-format, gfc-internal-format
60686 msgid "Variable is USE-associated with !$ACC DECLARE at %L"
60687 msgstr ""
60688
60689 #: fortran/openmp.c:2180
60690 #, gcc-internal-format, gfc-internal-format
60691 msgid "Assumed-size dummy array with !$ACC DECLARE at %L"
60692 msgstr ""
60693
60694 #: fortran/openmp.c:2229
60695 #, gcc-internal-format
60696 msgid "%<acc update%> must contain at least one %<device%> or %<host%> or %<self%> clause at %L"
60697 msgstr ""
60698
60699 #: fortran/openmp.c:2277
60700 #, gcc-internal-format, gfc-internal-format
60701 msgid "Invalid argument to !$ACC WAIT at %C"
60702 msgstr "Некоректний аргумент !$ACC WAIT у %C"
60703
60704 #: fortran/openmp.c:2284
60705 #, gcc-internal-format, gfc-internal-format
60706 msgid "WAIT clause at %L requires a scalar INTEGER expression"
60707 msgstr ""
60708
60709 #: fortran/openmp.c:2317
60710 #, gcc-internal-format, gfc-internal-format
60711 msgid "ACC CACHE directive must be inside of loop %C"
60712 msgstr ""
60713
60714 #: fortran/openmp.c:2385
60715 #, gcc-internal-format, gfc-internal-format
60716 msgid "Only the !$ACC ROUTINE form without list is allowed in interface block at %C"
60717 msgstr ""
60718
60719 #: fortran/openmp.c:2419
60720 #, gcc-internal-format
60721 msgid "Invalid NAME %qs in !$ACC ROUTINE ( NAME ) at %C"
60722 msgstr ""
60723
60724 #: fortran/openmp.c:2427
60725 #, gcc-internal-format, gfc-internal-format
60726 msgid "Syntax error in !$ACC ROUTINE ( NAME ) at %C"
60727 msgstr ""
60728
60729 #: fortran/openmp.c:2434
60730 #, gcc-internal-format, gfc-internal-format
60731 msgid "Syntax error in !$ACC ROUTINE ( NAME ) at %C, expecting ')' after NAME"
60732 msgstr ""
60733
60734 #: fortran/openmp.c:2449
60735 #, gcc-internal-format, gfc-internal-format
60736 msgid "Multiple loop axes specified for routine at %C"
60737 msgstr ""
60738
60739 #: fortran/openmp.c:2459
60740 #, gcc-internal-format, gfc-internal-format
60741 msgid "Intrinsic symbol specified in !$ACC ROUTINE ( NAME ) at %C marked with incompatible GANG, WORKER, or VECTOR clause"
60742 msgstr ""
60743
60744 #: fortran/openmp.c:2479 fortran/openmp.c:2504
60745 #, gcc-internal-format, gfc-internal-format
60746 msgid "!$ACC ROUTINE already applied at %C"
60747 msgstr ""
60748
60749 #: fortran/openmp.c:2620 fortran/openmp.c:2644
60750 #, gcc-internal-format, gfc-internal-format
60751 msgid "Unexpected junk after $OMP CRITICAL statement at %C"
60752 msgstr ""
60753
60754 #: fortran/openmp.c:2711
60755 #, gcc-internal-format, gfc-internal-format
60756 msgid "Unexpected junk after $OMP FLUSH statement at %C"
60757 msgstr ""
60758
60759 #: fortran/openmp.c:3105 fortran/openmp.c:6549
60760 #, gcc-internal-format, gfc-internal-format
60761 msgid "Redefinition of predefined %s !$OMP DECLARE REDUCTION at %L"
60762 msgstr ""
60763
60764 #: fortran/openmp.c:3109 fortran/openmp.c:6553
60765 #, gcc-internal-format, gfc-internal-format
60766 msgid "Redefinition of predefined !$OMP DECLARE REDUCTION at %L"
60767 msgstr ""
60768
60769 #: fortran/openmp.c:3114
60770 #, gcc-internal-format, gfc-internal-format
60771 msgid "Redefinition of !$OMP DECLARE REDUCTION at %L"
60772 msgstr ""
60773
60774 #: fortran/openmp.c:3116
60775 #, gcc-internal-format, gfc-internal-format
60776 msgid "Previous !$OMP DECLARE REDUCTION at %L"
60777 msgstr ""
60778
60779 #: fortran/openmp.c:3136
60780 #, gcc-internal-format, gfc-internal-format
60781 msgid "Unexpected junk after !$OMP DECLARE REDUCTION at %C"
60782 msgstr ""
60783
60784 #: fortran/openmp.c:3173
60785 #, gcc-internal-format, gfc-internal-format
60786 msgid "Only the !$OMP DECLARE TARGET form without clauses is allowed in interface block at %C"
60787 msgstr ""
60788
60789 #: fortran/openmp.c:3188
60790 #, gcc-internal-format, gfc-internal-format
60791 msgid "Unexpected junk after !$OMP DECLARE TARGET at %C"
60792 msgstr ""
60793
60794 #: fortran/openmp.c:3211
60795 #, gcc-internal-format, gfc-internal-format
60796 msgid "OMP DECLARE TARGET variable at %L is an element of a COMMON block"
60797 msgstr ""
60798
60799 #: fortran/openmp.c:3216
60800 #, gcc-internal-format, gfc-internal-format
60801 msgid "OMP DECLARE TARGET variable at %L previously mentioned in LINK clause and later in TO clause"
60802 msgstr ""
60803
60804 #: fortran/openmp.c:3222
60805 #, gcc-internal-format, gfc-internal-format
60806 msgid "OMP DECLARE TARGET variable at %L previously mentioned in TO clause and later in LINK clause"
60807 msgstr ""
60808
60809 #: fortran/openmp.c:3226
60810 #, gcc-internal-format, gfc-internal-format
60811 msgid "Variable at %L mentioned multiple times in clauses of the same OMP DECLARE TARGET directive"
60812 msgstr ""
60813
60814 #: fortran/openmp.c:3241
60815 #, gcc-internal-format, gfc-internal-format
60816 msgid "OMP DECLARE TARGET COMMON at %L previously mentioned in LINK clause and later in TO clause"
60817 msgstr ""
60818
60819 #: fortran/openmp.c:3247
60820 #, gcc-internal-format, gfc-internal-format
60821 msgid "OMP DECLARE TARGET COMMON at %L previously mentioned in TO clause and later in LINK clause"
60822 msgstr ""
60823
60824 #: fortran/openmp.c:3251
60825 #, gcc-internal-format, gfc-internal-format
60826 msgid "COMMON at %L mentioned multiple times in clauses of the same OMP DECLARE TARGET directive"
60827 msgstr ""
60828
60829 #: fortran/openmp.c:3278
60830 #, gcc-internal-format, gfc-internal-format
60831 msgid "Syntax error in !$OMP DECLARE TARGET list at %C"
60832 msgstr ""
60833
60834 #: fortran/openmp.c:3310
60835 #, gcc-internal-format, gfc-internal-format
60836 msgid "Threadprivate variable at %C is an element of a COMMON block"
60837 msgstr ""
60838
60839 #: fortran/openmp.c:3347
60840 #, gcc-internal-format, gfc-internal-format
60841 msgid "Unexpected junk after OMP THREADPRIVATE at %C"
60842 msgstr ""
60843
60844 #: fortran/openmp.c:3354
60845 #, gcc-internal-format, gfc-internal-format
60846 msgid "Syntax error in !$OMP THREADPRIVATE list at %C"
60847 msgstr ""
60848
60849 #: fortran/openmp.c:3568
60850 #, gcc-internal-format, gfc-internal-format
60851 msgid "Unexpected junk after TASKWAIT clause at %C"
60852 msgstr ""
60853
60854 #: fortran/openmp.c:3582
60855 #, gcc-internal-format, gfc-internal-format
60856 msgid "Unexpected junk after TASKYIELD clause at %C"
60857 msgstr ""
60858
60859 #: fortran/openmp.c:3641
60860 #, gcc-internal-format, gfc-internal-format
60861 msgid "Unexpected junk after $OMP WORKSHARE statement at %C"
60862 msgstr ""
60863
60864 #: fortran/openmp.c:3655
60865 #, gcc-internal-format, gfc-internal-format
60866 msgid "Unexpected junk after $OMP MASTER statement at %C"
60867 msgstr ""
60868
60869 #: fortran/openmp.c:3714
60870 #, gcc-internal-format, gfc-internal-format
60871 msgid "Unexpected junk after $OMP ATOMIC statement at %C"
60872 msgstr ""
60873
60874 #: fortran/openmp.c:3741
60875 #, gcc-internal-format, gfc-internal-format
60876 msgid "Unexpected junk after $OMP BARRIER statement at %C"
60877 msgstr ""
60878
60879 #: fortran/openmp.c:3755
60880 #, gcc-internal-format, gfc-internal-format
60881 msgid "Unexpected junk after $OMP TASKGROUP statement at %C"
60882 msgstr ""
60883
60884 #: fortran/openmp.c:3805
60885 #, gcc-internal-format, gfc-internal-format
60886 msgid "Unexpected junk after $OMP CANCELLATION POINT statement at %C"
60887 msgstr ""
60888
60889 #: fortran/openmp.c:3825
60890 #, gcc-internal-format, gfc-internal-format
60891 msgid "Unexpected junk after NOWAIT clause at %C"
60892 msgstr ""
60893
60894 #: fortran/openmp.c:3868
60895 #, gcc-internal-format, gfc-internal-format
60896 msgid "%s clause at %L requires a scalar INTEGER expression"
60897 msgstr ""
60898
60899 #: fortran/openmp.c:3879
60900 #, gcc-internal-format, gfc-internal-format
60901 msgid "INTEGER expression of %s clause at %L must be positive"
60902 msgstr ""
60903
60904 #: fortran/openmp.c:3890
60905 #, gcc-internal-format, gfc-internal-format
60906 msgid "INTEGER expression of %s clause at %L must be non-negative"
60907 msgstr "Вираз INTEGER пункту %s у %L має бути невід'ємним"
60908
60909 #: fortran/openmp.c:3901
60910 #, gcc-internal-format
60911 msgid "Cray pointer object %qs of derived type in %s clause at %L"
60912 msgstr ""
60913
60914 #: fortran/openmp.c:3904
60915 #, gcc-internal-format
60916 msgid "Cray pointee object %qs of derived type in %s clause at %L"
60917 msgstr ""
60918
60919 #: fortran/openmp.c:3910 fortran/openmp.c:4941
60920 #, gcc-internal-format
60921 msgid "POINTER object %qs of polymorphic type in %s clause at %L"
60922 msgstr ""
60923
60924 #: fortran/openmp.c:3915
60925 #, gcc-internal-format
60926 msgid "Cray pointer object %qs of polymorphic type in %s clause at %L"
60927 msgstr ""
60928
60929 #: fortran/openmp.c:3920
60930 #, gcc-internal-format
60931 msgid "Cray pointee object %qs of polymorphic type in %s clause at %L"
60932 msgstr ""
60933
60934 #: fortran/openmp.c:3930 fortran/openmp.c:4619 fortran/openmp.c:4744
60935 #, gcc-internal-format
60936 msgid "Assumed size array %qs in %s clause at %L"
60937 msgstr ""
60938
60939 #: fortran/openmp.c:3933
60940 #, gcc-internal-format
60941 msgid "Assumed rank array %qs in %s clause at %L"
60942 msgstr ""
60943
60944 #: fortran/openmp.c:3949 fortran/openmp.c:4703 fortran/openmp.c:4732
60945 #, gcc-internal-format
60946 msgid "POINTER object %qs in %s clause at %L"
60947 msgstr ""
60948
60949 #: fortran/openmp.c:3954 fortran/openmp.c:4945
60950 #, gcc-internal-format
60951 msgid "Cray pointer object %qs in %s clause at %L"
60952 msgstr ""
60953
60954 #: fortran/openmp.c:3959 fortran/openmp.c:4948
60955 #, gcc-internal-format
60956 msgid "Cray pointee object %qs in %s clause at %L"
60957 msgstr ""
60958
60959 #: fortran/openmp.c:3964 fortran/openmp.c:4698 fortran/openmp.c:4936
60960 #, gcc-internal-format
60961 msgid "ALLOCATABLE object %qs in %s clause at %L"
60962 msgstr ""
60963
60964 #: fortran/openmp.c:3967 fortran/openmp.c:4706
60965 #, gcc-internal-format
60966 msgid "VALUE object %qs in %s clause at %L"
60967 msgstr ""
60968
60969 #: fortran/openmp.c:4010
60970 #, gcc-internal-format, gfc-internal-format
60971 msgid "Implicitly declared function %s used in !$OMP DECLARE REDUCTION at %L"
60972 msgstr ""
60973
60974 #: fortran/openmp.c:4059
60975 #, gcc-internal-format, gfc-internal-format
60976 msgid "Implicitly declared subroutine %s used in !$OMP DECLARE REDUCTION at %L"
60977 msgstr ""
60978
60979 #: fortran/openmp.c:4092
60980 #, gcc-internal-format, gfc-internal-format
60981 msgid "ORDERED clause parameter is less than COLLAPSE at %L"
60982 msgstr ""
60983
60984 #: fortran/openmp.c:4100 fortran/openmp.c:4111 fortran/resolve.c:10598
60985 #: fortran/resolve.c:11889
60986 #, gcc-internal-format, gfc-internal-format
60987 msgid "IF clause at %L requires a scalar LOGICAL expression"
60988 msgstr ""
60989
60990 #: fortran/openmp.c:4115
60991 #, gcc-internal-format, gfc-internal-format
60992 msgid "IF clause without modifier at %L used together with IF clauses with modifiers"
60993 msgstr ""
60994
60995 #: fortran/openmp.c:4192
60996 #, gcc-internal-format, gfc-internal-format
60997 msgid "IF clause modifier %s at %L not appropriate for the current OpenMP construct"
60998 msgstr ""
60999
61000 #: fortran/openmp.c:4202
61001 #, gcc-internal-format, gfc-internal-format
61002 msgid "FINAL clause at %L requires a scalar LOGICAL expression"
61003 msgstr ""
61004
61005 #: fortran/openmp.c:4212
61006 #, gcc-internal-format, gfc-internal-format
61007 msgid "SCHEDULE clause's chunk_size at %L requires a scalar INTEGER expression"
61008 msgstr ""
61009
61010 #: fortran/openmp.c:4217
61011 #, gcc-internal-format, gfc-internal-format
61012 msgid "INTEGER expression of SCHEDULE clause's chunk_size at %L must be positive"
61013 msgstr ""
61014
61015 #: fortran/openmp.c:4234
61016 #, gcc-internal-format, gfc-internal-format
61017 msgid "NONMONOTONIC modifier specified for %s schedule kind at %L"
61018 msgstr ""
61019
61020 #: fortran/openmp.c:4238
61021 #, gcc-internal-format, gfc-internal-format
61022 msgid "Both MONOTONIC and NONMONOTONIC schedule modifiers specified at %L"
61023 msgstr ""
61024
61025 #: fortran/openmp.c:4241
61026 #, gcc-internal-format, gfc-internal-format
61027 msgid "NONMONOTONIC schedule modifier specified with ORDERED clause at %L"
61028 msgstr ""
61029
61030 #: fortran/openmp.c:4257
61031 #, gcc-internal-format
61032 msgid "Variable %qs is not a dummy argument at %L"
61033 msgstr ""
61034
61035 #: fortran/openmp.c:4293
61036 #, gcc-internal-format
61037 msgid "Object %qs is not a variable at %L; parameters cannot be and need not be copied"
61038 msgstr ""
61039
61040 #: fortran/openmp.c:4297
61041 #, gcc-internal-format
61042 msgid "Object %qs is not a variable at %L; parameters cannot be and need not be mapped"
61043 msgstr ""
61044
61045 #: fortran/openmp.c:4302 fortran/openmp.c:6294
61046 #, gcc-internal-format
61047 msgid "Object %qs is not a variable at %L"
61048 msgstr ""
61049
61050 #: fortran/openmp.c:4327
61051 #, gcc-internal-format
61052 msgid "Symbol %qs has mixed component and non-component accesses at %L"
61053 msgstr ""
61054
61055 #: fortran/openmp.c:4330 fortran/openmp.c:4346 fortran/openmp.c:4354
61056 #: fortran/openmp.c:4365 fortran/openmp.c:4377 fortran/openmp.c:4392
61057 #: fortran/openmp.c:6318
61058 #, gcc-internal-format
61059 msgid "Symbol %qs present on multiple clauses at %L"
61060 msgstr ""
61061
61062 #: fortran/openmp.c:4399
61063 #, gcc-internal-format
61064 msgid "Array %qs is not permitted in reduction at %L"
61065 msgstr ""
61066
61067 #: fortran/openmp.c:4412
61068 #, gcc-internal-format
61069 msgid "Symbol %qs present on both FROM and TO clauses at %L"
61070 msgstr ""
61071
61072 #: fortran/openmp.c:4434
61073 #, gcc-internal-format
61074 msgid "Non-THREADPRIVATE object %qs in COPYIN clause at %L"
61075 msgstr ""
61076
61077 #: fortran/openmp.c:4442
61078 #, gcc-internal-format
61079 msgid "Assumed size array %qs in COPYPRIVATE clause at %L"
61080 msgstr ""
61081
61082 #: fortran/openmp.c:4445
61083 #, gcc-internal-format
61084 msgid "INTENT(IN) POINTER %qs in COPYPRIVATE clause at %L"
61085 msgstr ""
61086
61087 #: fortran/openmp.c:4453
61088 #, gcc-internal-format
61089 msgid "THREADPRIVATE object %qs in SHARED clause at %L"
61090 msgstr ""
61091
61092 #: fortran/openmp.c:4456
61093 #, gcc-internal-format
61094 msgid "Cray pointee %qs in SHARED clause at %L"
61095 msgstr ""
61096
61097 #: fortran/openmp.c:4459
61098 #, gcc-internal-format
61099 msgid "ASSOCIATE name %qs in SHARED clause at %L"
61100 msgstr ""
61101
61102 #: fortran/openmp.c:4474
61103 #, gcc-internal-format
61104 msgid "%qs in ALIGNED clause must be POINTER, ALLOCATABLE, Cray pointer or C_PTR at %L"
61105 msgstr ""
61106
61107 #: fortran/openmp.c:4486
61108 #, gcc-internal-format
61109 msgid "%qs in ALIGNED clause at %L requires a scalar positive constant integer alignment expression"
61110 msgstr ""
61111
61112 #: fortran/openmp.c:4505
61113 #, gcc-internal-format, gfc-internal-format
61114 msgid "SINK dependence type only allowed on ORDERED directive at %L"
61115 msgstr ""
61116
61117 #: fortran/openmp.c:4509
61118 #, gcc-internal-format, gfc-internal-format
61119 msgid "DEPEND SINK used together with DEPEND SOURCE on the same construct at %L"
61120 msgstr ""
61121
61122 #: fortran/openmp.c:4519
61123 #, gcc-internal-format, gfc-internal-format
61124 msgid "SINK addend not a constant integer at %L"
61125 msgstr ""
61126
61127 #: fortran/openmp.c:4525
61128 #, gcc-internal-format, gfc-internal-format
61129 msgid "Only SOURCE or SINK dependence types are allowed on ORDERED directive at %L"
61130 msgstr ""
61131
61132 #: fortran/openmp.c:4550
61133 #, gcc-internal-format, gfc-internal-format
61134 msgid "Array is not contiguous at %L"
61135 msgstr ""
61136
61137 #: fortran/openmp.c:4570 fortran/openmp.c:4588
61138 #, gcc-internal-format
61139 msgid "%qs in %s clause at %L is not a proper array section"
61140 msgstr ""
61141
61142 #: fortran/openmp.c:4580
61143 #, gcc-internal-format, gfc-internal-format
61144 msgid "Stride should not be specified for array section in %s clause at %L"
61145 msgstr ""
61146
61147 #: fortran/openmp.c:4601
61148 #, gcc-internal-format
61149 msgid "%qs in DEPEND clause at %L is a zero size array section"
61150 msgstr ""
61151
61152 #: fortran/openmp.c:4637
61153 #, gcc-internal-format, gfc-internal-format
61154 msgid "TARGET%s with map-type other than TO, FROM, TOFROM, or ALLOC on MAP clause at %L"
61155 msgstr ""
61156
61157 #: fortran/openmp.c:4653
61158 #, gcc-internal-format, gfc-internal-format
61159 msgid "TARGET ENTER DATA with map-type other than TO, or ALLOC on MAP clause at %L"
61160 msgstr ""
61161
61162 #: fortran/openmp.c:4668
61163 #, gcc-internal-format, gfc-internal-format
61164 msgid "TARGET EXIT DATA with map-type other than FROM, RELEASE, or DELETE on MAP clause at %L"
61165 msgstr ""
61166
61167 #: fortran/openmp.c:4684 fortran/openmp.c:4718
61168 #, gcc-internal-format
61169 msgid "THREADPRIVATE object %qs in %s clause at %L"
61170 msgstr ""
61171
61172 #: fortran/openmp.c:4687 fortran/openmp.c:4721
61173 #, gcc-internal-format
61174 msgid "Cray pointee %qs in %s clause at %L"
61175 msgstr ""
61176
61177 #: fortran/openmp.c:4693
61178 #, gcc-internal-format
61179 msgid "Non-dummy object %qs in %s clause at %L"
61180 msgstr ""
61181
61182 #: fortran/openmp.c:4724
61183 #, gcc-internal-format
61184 msgid "ASSOCIATE name %qs in %s clause at %L"
61185 msgstr ""
61186
61187 #: fortran/openmp.c:4729
61188 #, gcc-internal-format
61189 msgid "Procedure pointer %qs in %s clause at %L"
61190 msgstr ""
61191
61192 #: fortran/openmp.c:4735
61193 #, gcc-internal-format
61194 msgid "Cray pointer %qs in %s clause at %L"
61195 msgstr ""
61196
61197 #: fortran/openmp.c:4747
61198 #, gcc-internal-format
61199 msgid "Variable %qs in %s clause is used in NAMELIST statement at %L"
61200 msgstr ""
61201
61202 #. case OMP_LIST_REDUCTION:
61203 #: fortran/openmp.c:4757
61204 #, gcc-internal-format
61205 msgid "INTENT(IN) POINTER %qs in %s clause at %L"
61206 msgstr ""
61207
61208 #: fortran/openmp.c:4850
61209 #, gcc-internal-format, gfc-internal-format
61210 msgid "!$OMP DECLARE REDUCTION %s not found for type %s at %L"
61211 msgstr ""
61212
61213 #: fortran/openmp.c:4876
61214 #, gcc-internal-format, gfc-internal-format
61215 msgid "LINEAR clause modifier used on DO or SIMD construct at %L"
61216 msgstr ""
61217
61218 #: fortran/openmp.c:4881
61219 #, gcc-internal-format, gfc-internal-format
61220 msgid "LINEAR clause specified together with ORDERED clause with argument at %L"
61221 msgstr ""
61222
61223 #: fortran/openmp.c:4886
61224 #, gcc-internal-format
61225 msgid "LINEAR variable %qs must be INTEGER at %L"
61226 msgstr ""
61227
61228 #: fortran/openmp.c:4891
61229 #, gcc-internal-format
61230 msgid "LINEAR dummy argument %qs with VALUE attribute with %s modifier at %L"
61231 msgstr ""
61232
61233 #: fortran/openmp.c:4902
61234 #, gcc-internal-format
61235 msgid "%qs in LINEAR clause at %L requires a scalar integer linear-step expression"
61236 msgstr ""
61237
61238 #: fortran/openmp.c:4919
61239 #, gcc-internal-format
61240 msgid "%qs in LINEAR clause at %L requires a constant integer linear-step expression or dummy argument specified in UNIFORM clause"
61241 msgstr ""
61242
61243 #: fortran/openmp.c:4953
61244 #, gcc-internal-format
61245 msgid "%s clause variable %qs at %L is neither a POINTER nor an array"
61246 msgstr ""
61247
61248 #: fortran/openmp.c:4985
61249 #, gcc-internal-format, gfc-internal-format
61250 msgid "DIST_SCHEDULE clause's chunk_size at %L requires a scalar INTEGER expression"
61251 msgstr ""
61252
61253 #: fortran/openmp.c:5015
61254 #, gcc-internal-format, gfc-internal-format
61255 msgid "Incompatible use of TILE and COLLAPSE at %L"
61256 msgstr ""
61257
61258 #: fortran/openmp.c:5017
61259 #, gcc-internal-format, gfc-internal-format
61260 msgid "SOURCE dependence type only allowed on ORDERED directive at %L"
61261 msgstr ""
61262
61263 #: fortran/openmp.c:5030
61264 #, gcc-internal-format, gfc-internal-format
61265 msgid "%s must contain at least one MAP clause at %L"
61266 msgstr ""
61267
61268 #: fortran/openmp.c:5127
61269 #, gcc-internal-format, gfc-internal-format
61270 msgid "unexpected !$OMP ATOMIC expression at %L"
61271 msgstr "неочікуваний вираз !$OMP ATOMIC у %L"
61272
61273 #: fortran/openmp.c:5156
61274 #, gcc-internal-format, gfc-internal-format
61275 msgid "!$OMP ATOMIC statement must set a scalar variable of intrinsic type at %L"
61276 msgstr ""
61277
61278 #: fortran/openmp.c:5181
61279 #, gcc-internal-format, gfc-internal-format
61280 msgid "!$OMP ATOMIC READ statement must read from a scalar variable of intrinsic type at %L"
61281 msgstr ""
61282
61283 #: fortran/openmp.c:5186
61284 #, gcc-internal-format, gfc-internal-format
61285 msgid "expr in !$OMP ATOMIC WRITE assignment var = expr must be scalar and cannot reference var at %L"
61286 msgstr ""
61287
61288 #: fortran/openmp.c:5208 fortran/openmp.c:5499
61289 #, gcc-internal-format, gfc-internal-format
61290 msgid "!$OMP ATOMIC CAPTURE capture statement must read from a scalar variable of intrinsic type at %L"
61291 msgstr ""
61292
61293 #: fortran/openmp.c:5223
61294 #, gcc-internal-format, gfc-internal-format
61295 msgid "!$OMP ATOMIC CAPTURE update statement must set a scalar variable of intrinsic type at %L"
61296 msgstr ""
61297
61298 #: fortran/openmp.c:5230 fortran/openmp.c:5506
61299 #, gcc-internal-format, gfc-internal-format
61300 msgid "!$OMP ATOMIC CAPTURE capture statement reads from different variable than update statement writes into at %L"
61301 msgstr ""
61302
61303 #: fortran/openmp.c:5246
61304 #, gcc-internal-format, gfc-internal-format
61305 msgid "!$OMP ATOMIC with ALLOCATABLE variable at %L"
61306 msgstr ""
61307
61308 #: fortran/openmp.c:5288
61309 #, gcc-internal-format, gfc-internal-format
61310 msgid "!$OMP ATOMIC assignment operator must be binary +, *, -, /, .AND., .OR., .EQV. or .NEQV. at %L"
61311 msgstr ""
61312
61313 #: fortran/openmp.c:5336
61314 #, gcc-internal-format, gfc-internal-format
61315 msgid "!$OMP ATOMIC assignment must be var = var op expr or var = expr op var at %L"
61316 msgstr ""
61317
61318 #: fortran/openmp.c:5350
61319 #, gcc-internal-format, gfc-internal-format
61320 msgid "!$OMP ATOMIC var = var op expr not mathematically equivalent to var = var op (expr) at %L"
61321 msgstr ""
61322
61323 #: fortran/openmp.c:5382
61324 #, gcc-internal-format, gfc-internal-format
61325 msgid "expr in !$OMP ATOMIC assignment var = var op expr must be scalar and cannot reference var at %L"
61326 msgstr ""
61327
61328 #: fortran/openmp.c:5406
61329 #, gcc-internal-format, gfc-internal-format
61330 msgid "!$OMP ATOMIC assignment intrinsic IAND, IOR or IEOR must have two arguments at %L"
61331 msgstr ""
61332
61333 #: fortran/openmp.c:5413
61334 #, gcc-internal-format, gfc-internal-format
61335 msgid "!$OMP ATOMIC assignment intrinsic must be MIN, MAX, IAND, IOR or IEOR at %L"
61336 msgstr ""
61337
61338 #: fortran/openmp.c:5430
61339 #, gcc-internal-format
61340 msgid "!$OMP ATOMIC intrinsic arguments except one must not reference %qs at %L"
61341 msgstr ""
61342
61343 #: fortran/openmp.c:5437
61344 #, gcc-internal-format, gfc-internal-format
61345 msgid "!$OMP ATOMIC intrinsic arguments must be scalar at %L"
61346 msgstr ""
61347
61348 #: fortran/openmp.c:5445
61349 #, gcc-internal-format
61350 msgid "First or last !$OMP ATOMIC intrinsic argument must be %qs at %L"
61351 msgstr ""
61352
61353 #: fortran/openmp.c:5463
61354 #, gcc-internal-format, gfc-internal-format
61355 msgid "!$OMP ATOMIC assignment must have an operator or intrinsic on right hand side at %L"
61356 msgstr ""
61357
61358 #: fortran/openmp.c:5477
61359 #, gcc-internal-format, gfc-internal-format
61360 msgid "!$OMP ATOMIC CAPTURE capture statement must set a scalar variable of intrinsic type at %L"
61361 msgstr ""
61362
61363 #: fortran/openmp.c:5795
61364 #, gcc-internal-format, gfc-internal-format
61365 msgid "%s cannot be a DO WHILE or DO without loop control at %L"
61366 msgstr ""
61367
61368 #: fortran/openmp.c:5801
61369 #, gcc-internal-format, gfc-internal-format
61370 msgid "%s cannot be a DO CONCURRENT loop at %L"
61371 msgstr ""
61372
61373 #: fortran/openmp.c:5807
61374 #, gcc-internal-format, gfc-internal-format
61375 msgid "%s iteration variable must be of type integer at %L"
61376 msgstr ""
61377
61378 #: fortran/openmp.c:5811
61379 #, gcc-internal-format, gfc-internal-format
61380 msgid "%s iteration variable must not be THREADPRIVATE at %L"
61381 msgstr ""
61382
61383 #: fortran/openmp.c:5824
61384 #, gcc-internal-format, gfc-internal-format
61385 msgid "%s iteration variable present on clause other than PRIVATE or LASTPRIVATE at %L"
61386 msgstr ""
61387
61388 #: fortran/openmp.c:5828
61389 #, gcc-internal-format, gfc-internal-format
61390 msgid "%s iteration variable present on clause other than LASTPRIVATE at %L"
61391 msgstr ""
61392
61393 #: fortran/openmp.c:5832
61394 #, gcc-internal-format, gfc-internal-format
61395 msgid "%s iteration variable present on clause other than LINEAR at %L"
61396 msgstr ""
61397
61398 #: fortran/openmp.c:5850
61399 #, gcc-internal-format, gfc-internal-format
61400 msgid "%s collapsed loops don't form rectangular iteration space at %L"
61401 msgstr ""
61402
61403 #: fortran/openmp.c:5862
61404 #, gcc-internal-format, gfc-internal-format
61405 msgid "collapsed %s loops not perfectly nested at %L"
61406 msgstr ""
61407
61408 #: fortran/openmp.c:5871 fortran/openmp.c:5879
61409 #, gcc-internal-format, gfc-internal-format
61410 msgid "not enough DO loops for collapsed %s at %L"
61411 msgstr ""
61412
61413 #: fortran/openmp.c:6050 fortran/openmp.c:6063
61414 #, gcc-internal-format, gfc-internal-format
61415 msgid "The %s directive cannot be specified within a %s region at %L"
61416 msgstr ""
61417
61418 #: fortran/openmp.c:6082
61419 #, gcc-internal-format, gfc-internal-format
61420 msgid "!$ACC LOOP cannot be a DO WHILE or DO without loop control at %L"
61421 msgstr ""
61422
61423 #: fortran/openmp.c:6088
61424 #, gcc-internal-format, gfc-internal-format
61425 msgid "!$ACC LOOP cannot be a DO CONCURRENT loop at %L"
61426 msgstr ""
61427
61428 #: fortran/openmp.c:6094
61429 #, gcc-internal-format, gfc-internal-format
61430 msgid "!$ACC LOOP iteration variable must be of type integer at %L"
61431 msgstr ""
61432
61433 #: fortran/openmp.c:6110
61434 #, gcc-internal-format, gfc-internal-format
61435 msgid "!$ACC LOOP %s loops don't form rectangular iteration space at %L"
61436 msgstr ""
61437
61438 #: fortran/openmp.c:6122
61439 #, gcc-internal-format, gfc-internal-format
61440 msgid "%s !$ACC LOOP loops not perfectly nested at %L"
61441 msgstr ""
61442
61443 #: fortran/openmp.c:6132 fortran/openmp.c:6141
61444 #, gcc-internal-format, gfc-internal-format
61445 msgid "not enough DO loops for %s !$ACC LOOP at %L"
61446 msgstr ""
61447
61448 #: fortran/openmp.c:6156 fortran/openmp.c:6163
61449 #, gcc-internal-format, gfc-internal-format
61450 msgid "!$ACC LOOP %s in PARALLEL region doesn't allow %s arguments at %L"
61451 msgstr ""
61452
61453 #: fortran/openmp.c:6177
61454 #, gcc-internal-format, gfc-internal-format
61455 msgid "Tiled loop cannot be parallelized across gangs, workers and vectors at the same time at %L"
61456 msgstr ""
61457
61458 #: fortran/openmp.c:6212
61459 #, gcc-internal-format, gfc-internal-format
61460 msgid "TILE requires constant expression at %L"
61461 msgstr ""
61462
61463 #: fortran/openmp.c:6301
61464 #, gcc-internal-format
61465 msgid "Array sections: %qs not allowed in !$ACC DECLARE at %L"
61466 msgstr ""
61467
61468 #: fortran/openmp.c:6348
61469 #, gcc-internal-format
61470 msgid "NAME %qs does not refer to a subroutine or function in !$ACC ROUTINE ( NAME ) at %L"
61471 msgstr ""
61472
61473 #: fortran/openmp.c:6354
61474 #, gcc-internal-format
61475 msgid "NAME %qs invalid in !$ACC ROUTINE ( NAME ) at %L"
61476 msgstr ""
61477
61478 #: fortran/openmp.c:6457
61479 #, gcc-internal-format, gfc-internal-format
61480 msgid "OMP TARGET UPDATE at %L requires at least one TO or FROM clause"
61481 msgstr ""
61482
61483 #: fortran/openmp.c:6479
61484 #, gcc-internal-format
61485 msgid "!$OMP DECLARE SIMD should refer to containing procedure %qs at %L"
61486 msgstr ""
61487
61488 #: fortran/openmp.c:6503
61489 #, gcc-internal-format, gfc-internal-format
61490 msgid "Variable other than OMP_PRIV or OMP_ORIG used in INITIALIZER clause of !$OMP DECLARE REDUCTION at %L"
61491 msgstr ""
61492
61493 #: fortran/openmp.c:6511
61494 #, gcc-internal-format, gfc-internal-format
61495 msgid "Variable other than OMP_OUT or OMP_IN used in combiner of !$OMP DECLARE REDUCTION at %L"
61496 msgstr ""
61497
61498 #: fortran/openmp.c:6540
61499 #, gcc-internal-format, gfc-internal-format
61500 msgid "Invalid operator for !$OMP DECLARE REDUCTION %s at %L"
61501 msgstr ""
61502
61503 #: fortran/openmp.c:6562
61504 #, gcc-internal-format, gfc-internal-format
61505 msgid "CHARACTER length in !$OMP DECLARE REDUCTION %s not constant at %L"
61506 msgstr ""
61507
61508 #: fortran/openmp.c:6578
61509 #, gcc-internal-format, gfc-internal-format
61510 msgid "Subroutine call with alternate returns in combiner of !$OMP DECLARE REDUCTION at %L"
61511 msgstr ""
61512
61513 #: fortran/openmp.c:6593
61514 #, gcc-internal-format, gfc-internal-format
61515 msgid "Subroutine call with alternate returns in INITIALIZER clause of !$OMP DECLARE REDUCTION at %L"
61516 msgstr ""
61517
61518 #: fortran/openmp.c:6603
61519 #, gcc-internal-format, gfc-internal-format
61520 msgid "One of actual subroutine arguments in INITIALIZER clause of !$OMP DECLARE REDUCTION must be OMP_PRIV at %L"
61521 msgstr ""
61522
61523 #: fortran/openmp.c:6611
61524 #, gcc-internal-format, gfc-internal-format
61525 msgid "Missing INITIALIZER clause for !$OMP DECLARE REDUCTION of derived type without default initializer at %L"
61526 msgstr ""
61527
61528 #: fortran/options.c:269
61529 #, gcc-internal-format
61530 msgid "%<-fexcess-precision=standard%> for Fortran"
61531 msgstr ""
61532
61533 #: fortran/options.c:359
61534 #, gcc-internal-format
61535 msgid "Reading file %qs as free form"
61536 msgstr ""
61537
61538 #: fortran/options.c:369
61539 #, gcc-internal-format
61540 msgid "%<-fd-lines-as-comments%> has no effect in free form"
61541 msgstr ""
61542
61543 #: fortran/options.c:372
61544 #, gcc-internal-format
61545 msgid "%<-fd-lines-as-code%> has no effect in free form"
61546 msgstr ""
61547
61548 #: fortran/options.c:410
61549 #, gcc-internal-format
61550 msgid "Flag %<-fno-automatic%> overwrites %<-fmax-stack-var-size=%d%>"
61551 msgstr ""
61552
61553 #: fortran/options.c:413
61554 #, gcc-internal-format
61555 msgid "Flag %<-fno-automatic%> overwrites %<-frecursive%>"
61556 msgstr ""
61557
61558 #: fortran/options.c:416
61559 #, gcc-internal-format
61560 msgid "Flag %<-fno-automatic%> overwrites %<-frecursive%> implied by %<-fopenmp%>"
61561 msgstr ""
61562
61563 #: fortran/options.c:419
61564 #, gcc-internal-format
61565 msgid "Flag %<-frecursive%> overwrites %<-fmax-stack-var-size=%d%>"
61566 msgstr ""
61567
61568 #: fortran/options.c:422
61569 #, gcc-internal-format
61570 msgid "Flag %<-fmax-stack-var-size=%d%> overwrites %<-frecursive%> implied by %<-fopenmp%>"
61571 msgstr ""
61572
61573 #: fortran/options.c:479
61574 #, gcc-internal-format
61575 msgid "Fixed line length must be at least seven"
61576 msgstr ""
61577
61578 #: fortran/options.c:482
61579 #, gcc-internal-format
61580 msgid "Free line length must be at least three"
61581 msgstr ""
61582
61583 #: fortran/options.c:485
61584 #, gcc-internal-format, gfc-internal-format
61585 msgid "Maximum subrecord length cannot exceed %d"
61586 msgstr ""
61587
61588 #: fortran/options.c:504
61589 #, gcc-internal-format
61590 msgid "gfortran: Only one %<-J%> option allowed"
61591 msgstr ""
61592
61593 #: fortran/options.c:576
61594 #, gcc-internal-format
61595 msgid "Argument to %<-ffpe-trap%> is not valid: %s"
61596 msgstr ""
61597
61598 #: fortran/options.c:578
61599 #, gcc-internal-format
61600 msgid "Argument to %<-ffpe-summary%> is not valid: %s"
61601 msgstr ""
61602
61603 #: fortran/options.c:627
61604 #, gcc-internal-format
61605 msgid "Argument to %<-fcheck%> is not valid: %s"
61606 msgstr ""
61607
61608 #: fortran/options.c:676
61609 #, gcc-internal-format
61610 msgid "%<-static-libgfortran%> is not supported in this configuration"
61611 msgstr ""
61612
61613 #: fortran/options.c:699
61614 #, gcc-internal-format, gfc-internal-format
61615 msgid "Maximum supported identifier length is %d"
61616 msgstr ""
61617
61618 #: fortran/options.c:714
61619 #, gcc-internal-format
61620 msgid "Unrecognized option to %<-finit-logical%>: %s"
61621 msgstr ""
61622
61623 #: fortran/options.c:730
61624 #, gcc-internal-format
61625 msgid "The value of n in %<-finit-character=n%> must be between 0 and 127"
61626 msgstr ""
61627
61628 #: fortran/parse.c:600
61629 #, gcc-internal-format, gfc-internal-format
61630 msgid "Unclassifiable statement at %C"
61631 msgstr ""
61632
61633 #: fortran/parse.c:644
61634 #, gcc-internal-format, gfc-internal-format
61635 msgid "OpenACC directives at %C may not appear in PURE procedures"
61636 msgstr ""
61637
61638 #: fortran/parse.c:728
61639 #, gcc-internal-format, gfc-internal-format
61640 msgid "Unclassifiable OpenACC directive at %C"
61641 msgstr ""
61642
61643 #: fortran/parse.c:870 fortran/parse.c:1080
61644 #, gcc-internal-format, gfc-internal-format
61645 msgid "OpenMP directives other than SIMD or DECLARE TARGET at %C may not appear in PURE or ELEMENTAL procedures"
61646 msgstr ""
61647
61648 #: fortran/parse.c:1064
61649 #, gcc-internal-format, gfc-internal-format
61650 msgid "Unclassifiable OpenMP directive at %C"
61651 msgstr ""
61652
61653 #: fortran/parse.c:1122
61654 #, gcc-internal-format, gfc-internal-format
61655 msgid "Unclassifiable GCC directive at %C"
61656 msgstr ""
61657
61658 #: fortran/parse.c:1124
61659 #, gcc-internal-format, gfc-internal-format
61660 msgid "Unclassifiable GCC directive at %C, ignored"
61661 msgstr ""
61662
61663 #: fortran/parse.c:1184 fortran/parse.c:1411
61664 #, gcc-internal-format, gfc-internal-format
61665 msgid "Zero is not a valid statement label at %C"
61666 msgstr ""
61667
61668 #: fortran/parse.c:1191 fortran/parse.c:1403
61669 #, gcc-internal-format, gfc-internal-format
61670 msgid "Non-numeric character in statement label at %C"
61671 msgstr ""
61672
61673 #: fortran/parse.c:1203 fortran/parse.c:1452
61674 #, gcc-internal-format, gfc-internal-format
61675 msgid "Semicolon at %C needs to be preceded by statement"
61676 msgstr ""
61677
61678 #: fortran/parse.c:1210 fortran/parse.c:1467
61679 #, gcc-internal-format, gfc-internal-format
61680 msgid "Statement label without statement at %L"
61681 msgstr ""
61682
61683 #: fortran/parse.c:1273 fortran/parse.c:1454
61684 #, gcc-internal-format, gfc-internal-format
61685 msgid "Fortran 2008: Semicolon at %C without preceding statement"
61686 msgstr ""
61687
61688 #: fortran/parse.c:1296 fortran/parse.c:1430
61689 #, gcc-internal-format, gfc-internal-format
61690 msgid "Bad continuation line at %C"
61691 msgstr ""
61692
61693 #: fortran/parse.c:1729
61694 #, gcc-internal-format, gfc-internal-format
61695 msgid "FORMAT statement at %L does not have a statement label"
61696 msgstr ""
61697
61698 #: fortran/parse.c:2503
61699 #, gcc-internal-format
61700 msgid "gfc_ascii_statement(): Bad statement code"
61701 msgstr ""
61702
61703 #: fortran/parse.c:2645
61704 #, gcc-internal-format, gfc-internal-format
61705 msgid "Unexpected %s statement at %C"
61706 msgstr ""
61707
61708 #: fortran/parse.c:2800
61709 #, gcc-internal-format, gfc-internal-format
61710 msgid "%s statement at %C cannot follow %s statement at %L"
61711 msgstr ""
61712
61713 #: fortran/parse.c:2817
61714 #, gcc-internal-format
61715 msgid "Unexpected end of file in %qs"
61716 msgstr ""
61717
61718 #: fortran/parse.c:2852
61719 #, gcc-internal-format
61720 msgid "Derived-type %qs with SEQUENCE must not have a CONTAINS section at %C"
61721 msgstr ""
61722
61723 #: fortran/parse.c:2855
61724 #, gcc-internal-format
61725 msgid "Derived-type %qs with BIND(C) must not have a CONTAINS section at %C"
61726 msgstr ""
61727
61728 #: fortran/parse.c:2875
61729 #, gcc-internal-format, gfc-internal-format
61730 msgid "Components in TYPE at %C must precede CONTAINS"
61731 msgstr ""
61732
61733 #: fortran/parse.c:2879
61734 #, gcc-internal-format, gfc-internal-format
61735 msgid "Type-bound procedure at %C"
61736 msgstr ""
61737
61738 #: fortran/parse.c:2887
61739 #, gcc-internal-format, gfc-internal-format
61740 msgid "GENERIC binding at %C"
61741 msgstr ""
61742
61743 #: fortran/parse.c:2895
61744 #, gcc-internal-format, gfc-internal-format
61745 msgid "FINAL procedure declaration at %C"
61746 msgstr ""
61747
61748 #: fortran/parse.c:2907
61749 #, gcc-internal-format, gfc-internal-format
61750 msgid "Derived type definition at %C with empty CONTAINS section"
61751 msgstr ""
61752
61753 #: fortran/parse.c:2917 fortran/parse.c:3372
61754 #, gcc-internal-format, gfc-internal-format
61755 msgid "PRIVATE statement in TYPE at %C must be inside a MODULE"
61756 msgstr ""
61757
61758 #: fortran/parse.c:2924
61759 #, gcc-internal-format, gfc-internal-format
61760 msgid "PRIVATE statement at %C must precede procedure bindings"
61761 msgstr ""
61762
61763 #: fortran/parse.c:2931 fortran/parse.c:3385
61764 #, gcc-internal-format, gfc-internal-format
61765 msgid "Duplicate PRIVATE statement at %C"
61766 msgstr ""
61767
61768 #: fortran/parse.c:2941
61769 #, gcc-internal-format, gfc-internal-format
61770 msgid "SEQUENCE statement at %C must precede CONTAINS"
61771 msgstr ""
61772
61773 #: fortran/parse.c:2945
61774 #, gcc-internal-format, gfc-internal-format
61775 msgid "Already inside a CONTAINS block at %C"
61776 msgstr ""
61777
61778 #: fortran/parse.c:3064
61779 #, gcc-internal-format, gfc-internal-format
61780 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"
61781 msgstr ""
61782
61783 #: fortran/parse.c:3070
61784 #, gcc-internal-format, gfc-internal-format
61785 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"
61786 msgstr ""
61787
61788 #: fortran/parse.c:3075
61789 #, gcc-internal-format, gfc-internal-format
61790 msgid "Allocatable component %s at %L of type LOCK_TYPE must have a codimension"
61791 msgstr ""
61792
61793 #: fortran/parse.c:3079
61794 #, gcc-internal-format, gfc-internal-format
61795 msgid "Allocatable component %s at %L must have a codimension as it has a noncoarray subcomponent of type LOCK_TYPE"
61796 msgstr ""
61797
61798 #: fortran/parse.c:3084
61799 #, gcc-internal-format, gfc-internal-format
61800 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)"
61801 msgstr ""
61802
61803 #: fortran/parse.c:3091
61804 #, gcc-internal-format, gfc-internal-format
61805 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)"
61806 msgstr ""
61807
61808 #: fortran/parse.c:3101
61809 #, gcc-internal-format, gfc-internal-format
61810 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"
61811 msgstr ""
61812
61813 #: fortran/parse.c:3107
61814 #, gcc-internal-format, gfc-internal-format
61815 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"
61816 msgstr ""
61817
61818 #: fortran/parse.c:3112
61819 #, gcc-internal-format, gfc-internal-format
61820 msgid "Allocatable component %s at %L of type EVENT_TYPE must have a codimension"
61821 msgstr ""
61822
61823 #: fortran/parse.c:3116
61824 #, gcc-internal-format, gfc-internal-format
61825 msgid "Allocatable component %s at %L must have a codimension as it has a noncoarray subcomponent of type EVENT_TYPE"
61826 msgstr ""
61827
61828 #: fortran/parse.c:3121
61829 #, gcc-internal-format, gfc-internal-format
61830 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)"
61831 msgstr ""
61832
61833 #: fortran/parse.c:3128
61834 #, gcc-internal-format, gfc-internal-format
61835 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)"
61836 msgstr ""
61837
61838 #: fortran/parse.c:3180
61839 #, gcc-internal-format, gfc-internal-format
61840 msgid "failed to create map component '%s'"
61841 msgstr ""
61842
61843 #: fortran/parse.c:3213
61844 #, gcc-internal-format, gfc-internal-format
61845 msgid "failed to create union component '%s'"
61846 msgstr ""
61847
61848 #: fortran/parse.c:3268
61849 #, gcc-internal-format, gfc-internal-format
61850 msgid "Syntax error in nested structure declaration at %C"
61851 msgstr "Синтаксична помилка у оголошенні вкладеної структури у %C"
61852
61853 #: fortran/parse.c:3355
61854 #, gcc-internal-format, gfc-internal-format
61855 msgid "FINAL declaration at %C must be inside CONTAINS"
61856 msgstr ""
61857
61858 #: fortran/parse.c:3363
61859 #, gcc-internal-format, gfc-internal-format
61860 msgid "Derived type definition at %C without components"
61861 msgstr ""
61862
61863 #: fortran/parse.c:3379
61864 #, gcc-internal-format, gfc-internal-format
61865 msgid "PRIVATE statement at %C must precede structure components"
61866 msgstr ""
61867
61868 #: fortran/parse.c:3396
61869 #, gcc-internal-format, gfc-internal-format
61870 msgid "SEQUENCE statement at %C must precede structure components"
61871 msgstr ""
61872
61873 #: fortran/parse.c:3402
61874 #, gcc-internal-format, gfc-internal-format
61875 msgid "SEQUENCE attribute at %C already specified in TYPE statement"
61876 msgstr ""
61877
61878 #: fortran/parse.c:3407
61879 #, gcc-internal-format, gfc-internal-format
61880 msgid "Duplicate SEQUENCE statement at %C"
61881 msgstr ""
61882
61883 #: fortran/parse.c:3417
61884 #, gcc-internal-format, gfc-internal-format
61885 msgid "CONTAINS block in derived type definition at %C"
61886 msgstr ""
61887
61888 #: fortran/parse.c:3475
61889 #, gcc-internal-format, gfc-internal-format
61890 msgid "ENUM declaration at %C has no ENUMERATORS"
61891 msgstr ""
61892
61893 #: fortran/parse.c:3562
61894 #, gcc-internal-format, gfc-internal-format
61895 msgid "Unexpected %s statement in INTERFACE block at %C"
61896 msgstr ""
61897
61898 #: fortran/parse.c:3586
61899 #, gcc-internal-format
61900 msgid "Name %qs of ABSTRACT INTERFACE at %C cannot be the same as an intrinsic type"
61901 msgstr ""
61902
61903 #: fortran/parse.c:3620
61904 #, gcc-internal-format, gfc-internal-format
61905 msgid "Unexpected %s statement at %C in INTERFACE body"
61906 msgstr ""
61907
61908 #: fortran/parse.c:3638
61909 #, gcc-internal-format
61910 msgid "INTERFACE procedure %qs at %L has the same name as the enclosing procedure"
61911 msgstr ""
61912
61913 #: fortran/parse.c:3768
61914 #, gcc-internal-format, gfc-internal-format
61915 msgid "%s statement is not allowed inside of BLOCK at %C"
61916 msgstr ""
61917
61918 #: fortran/parse.c:3800
61919 #, gcc-internal-format, gfc-internal-format
61920 msgid "%s statement is not allowed inside of BLOCK DATA at %C"
61921 msgstr ""
61922
61923 #: fortran/parse.c:3890
61924 #, gcc-internal-format, gfc-internal-format
61925 msgid "%s statement must appear in a MODULE"
61926 msgstr ""
61927
61928 #: fortran/parse.c:3898
61929 #, gcc-internal-format, gfc-internal-format
61930 msgid "%s statement at %C follows another accessibility specification"
61931 msgstr ""
61932
61933 #: fortran/parse.c:3950
61934 #, gcc-internal-format
61935 msgid "Bad kind expression for function %qs at %L"
61936 msgstr ""
61937
61938 #: fortran/parse.c:3954
61939 #, gcc-internal-format
61940 msgid "The type for function %qs at %L is not accessible"
61941 msgstr ""
61942
61943 #: fortran/parse.c:4014
61944 #, gcc-internal-format, gfc-internal-format
61945 msgid "ELSEWHERE statement at %C follows previous unmasked ELSEWHERE"
61946 msgstr ""
61947
61948 #: fortran/parse.c:4036
61949 #, gcc-internal-format, gfc-internal-format
61950 msgid "Unexpected %s statement in WHERE block at %C"
61951 msgstr ""
61952
61953 #: fortran/parse.c:4095
61954 #, gcc-internal-format, gfc-internal-format
61955 msgid "Unexpected %s statement in FORALL block at %C"
61956 msgstr ""
61957
61958 #: fortran/parse.c:4146
61959 #, gcc-internal-format, gfc-internal-format
61960 msgid "ELSE IF statement at %C cannot follow ELSE statement at %L"
61961 msgstr ""
61962
61963 #: fortran/parse.c:4164
61964 #, gcc-internal-format, gfc-internal-format
61965 msgid "Duplicate ELSE statements at %L and %C"
61966 msgstr ""
61967
61968 #: fortran/parse.c:4225
61969 #, gcc-internal-format, gfc-internal-format
61970 msgid "Expected a CASE or END SELECT statement following SELECT CASE at %C"
61971 msgstr ""
61972
61973 #: fortran/parse.c:4309
61974 #, gcc-internal-format, gfc-internal-format
61975 msgid "Expected TYPE IS, CLASS IS or END SELECT statement following SELECT TYPE at %C"
61976 msgstr ""
61977
61978 #: fortran/parse.c:4385
61979 #, gcc-internal-format, gfc-internal-format
61980 msgid "Expected RANK or RANK DEFAULT following SELECT RANK at %C"
61981 msgstr ""
61982
61983 #: fortran/parse.c:4446
61984 #, gcc-internal-format
61985 msgid "Variable %qs at %C cannot be redefined inside loop beginning at %L"
61986 msgstr ""
61987
61988 #: fortran/parse.c:4479
61989 #, gcc-internal-format, gfc-internal-format
61990 msgid "End of nonblock DO statement at %C is within another block"
61991 msgstr ""
61992
61993 #: fortran/parse.c:4489
61994 #, gcc-internal-format, gfc-internal-format
61995 msgid "End of nonblock DO statement at %C is interwoven with another DO loop"
61996 msgstr ""
61997
61998 #: fortran/parse.c:4515
61999 #, gcc-internal-format, gfc-internal-format
62000 msgid "CRITICAL block inside of OpenACC region at %C"
62001 msgstr ""
62002
62003 #: fortran/parse.c:4516
62004 #, gcc-internal-format, gfc-internal-format
62005 msgid "CRITICAL block inside of OpenMP region at %C"
62006 msgstr ""
62007
62008 #: fortran/parse.c:4542
62009 #, gcc-internal-format, gfc-internal-format
62010 msgid "Statement label in END CRITICAL at %C does not match CRITICAL label"
62011 msgstr ""
62012
62013 #: fortran/parse.c:4611
62014 #, gcc-internal-format, gfc-internal-format
62015 msgid "BLOCK construct at %C"
62016 msgstr ""
62017
62018 #: fortran/parse.c:4645
62019 #, gcc-internal-format, gfc-internal-format
62020 msgid "ASSOCIATE construct at %C"
62021 msgstr ""
62022
62023 #: fortran/parse.c:4848
62024 #, gcc-internal-format, gfc-internal-format
62025 msgid "Statement label in ENDDO at %C doesn't match DO label"
62026 msgstr ""
62027
62028 #: fortran/parse.c:4864
62029 #, gcc-internal-format, gfc-internal-format
62030 msgid "Named block DO at %L requires matching ENDDO name"
62031 msgstr ""
62032
62033 #: fortran/parse.c:5055
62034 #, gcc-internal-format, gfc-internal-format
62035 msgid "Missing !$OMP END ATOMIC after !$OMP ATOMIC CAPTURE at %C"
62036 msgstr ""
62037
62038 #: fortran/parse.c:5071 fortran/parse.c:5133
62039 #, gcc-internal-format, gfc-internal-format
62040 msgid "OpenACC directive inside of CRITICAL block at %C"
62041 msgstr ""
62042
62043 #: fortran/parse.c:5108
62044 #, gcc-internal-format, gfc-internal-format
62045 msgid "Expecting %s at %C"
62046 msgstr ""
62047
62048 #: fortran/parse.c:5152
62049 #, gcc-internal-format, gfc-internal-format
62050 msgid "Expected DO loop at %C"
62051 msgstr ""
62052
62053 #: fortran/parse.c:5172
62054 #, gcc-internal-format, gfc-internal-format
62055 msgid "Redundant !$ACC END LOOP at %C"
62056 msgstr ""
62057
62058 #: fortran/parse.c:5390
62059 #, gcc-internal-format, gfc-internal-format
62060 msgid "Name after !$omp critical and !$omp end critical does not match at %C"
62061 msgstr ""
62062
62063 #: fortran/parse.c:5448
62064 #, gcc-internal-format, gfc-internal-format
62065 msgid "%s statement at %C cannot terminate a non-block DO loop"
62066 msgstr ""
62067
62068 #: fortran/parse.c:5462
62069 #, gcc-internal-format, gfc-internal-format
62070 msgid "DATA statement at %C after the first executable statement"
62071 msgstr ""
62072
62073 #: fortran/parse.c:5595
62074 #, gcc-internal-format
62075 msgid "%<GCC unroll%> directive not at the start of a loop at %C"
62076 msgstr ""
62077
62078 #: fortran/parse.c:5598
62079 #, gcc-internal-format
62080 msgid "%<GCC ivdep%> directive not at the start of a loop at %C"
62081 msgstr ""
62082
62083 #: fortran/parse.c:5601
62084 #, gcc-internal-format
62085 msgid "%<GCC vector%> directive not at the start of a loop at %C"
62086 msgstr ""
62087
62088 #: fortran/parse.c:5604
62089 #, gcc-internal-format
62090 msgid "%<GCC novector%> directive not at the start of a loop at %C"
62091 msgstr ""
62092
62093 #: fortran/parse.c:5720
62094 #, gcc-internal-format
62095 msgid "Contained procedure %qs at %C is already ambiguous"
62096 msgstr ""
62097
62098 #: fortran/parse.c:5777
62099 #, gcc-internal-format, gfc-internal-format
62100 msgid "Unexpected %s statement in CONTAINS section at %C"
62101 msgstr ""
62102
62103 #: fortran/parse.c:5802
62104 #, gcc-internal-format, gfc-internal-format
62105 msgid "CONTAINS statement without FUNCTION or SUBROUTINE statement at %L"
62106 msgstr ""
62107
62108 #: fortran/parse.c:5916
62109 #, gcc-internal-format, gfc-internal-format
62110 msgid "CONTAINS statement at %C is already in a contained program unit"
62111 msgstr ""
62112
62113 #: fortran/parse.c:5968
62114 #, gcc-internal-format
62115 msgid "Global binding name %qs at %L is already being used as a %s at %L"
62116 msgstr ""
62117
62118 #: fortran/parse.c:5972
62119 #, gcc-internal-format
62120 msgid "Global name %qs at %L is already being used as a %s at %L"
62121 msgstr ""
62122
62123 #: fortran/parse.c:5978
62124 #, gcc-internal-format
62125 msgid "Global binding name %qs at %L is already being used at %L"
62126 msgstr ""
62127
62128 #: fortran/parse.c:5981
62129 #, gcc-internal-format
62130 msgid "Global name %qs at %L is already being used at %L"
62131 msgstr ""
62132
62133 #: fortran/parse.c:6003
62134 #, gcc-internal-format, gfc-internal-format
62135 msgid "Blank BLOCK DATA at %C conflicts with prior BLOCK DATA at %L"
62136 msgstr ""
62137
62138 #: fortran/parse.c:6029
62139 #, gcc-internal-format, gfc-internal-format
62140 msgid "Unexpected %s statement in BLOCK DATA at %C"
62141 msgstr ""
62142
62143 #: fortran/parse.c:6134
62144 #, gcc-internal-format, gfc-internal-format
62145 msgid "Unexpected %s statement in MODULE at %C"
62146 msgstr ""
62147
62148 #. If we see a duplicate main program, shut down. If the second
62149 #. instance is an implied main program, i.e. data decls or executable
62150 #. statements, we're in for lots of errors.
62151 #: fortran/parse.c:6561
62152 #, gcc-internal-format, gfc-internal-format
62153 msgid "Two main PROGRAMs at %L and %C"
62154 msgstr ""
62155
62156 #: fortran/primary.c:103
62157 #, gcc-internal-format, gfc-internal-format
62158 msgid "Missing kind-parameter at %C"
62159 msgstr ""
62160
62161 #: fortran/primary.c:136
62162 #, gcc-internal-format
62163 msgid "gfc_check_digit(): bad radix"
62164 msgstr ""
62165
62166 #: fortran/primary.c:279
62167 #, gcc-internal-format, gfc-internal-format
62168 msgid "Integer kind %d at %C not available"
62169 msgstr ""
62170
62171 #: fortran/primary.c:288
62172 #, gcc-internal-format
62173 msgid "Integer too big for its kind at %C. This check can be disabled with the option %<-fno-range-check%>"
62174 msgstr ""
62175
62176 #: fortran/primary.c:316
62177 #, gcc-internal-format, gfc-internal-format
62178 msgid "Hollerith constant at %C"
62179 msgstr ""
62180
62181 #: fortran/primary.c:323
62182 #, gcc-internal-format, gfc-internal-format
62183 msgid "Invalid Hollerith constant: %L must contain at least one character"
62184 msgstr ""
62185
62186 #: fortran/primary.c:329
62187 #, gcc-internal-format, gfc-internal-format
62188 msgid "Invalid Hollerith constant: Integer kind at %L should be default"
62189 msgstr ""
62190
62191 #: fortran/primary.c:349
62192 #, gcc-internal-format, gfc-internal-format
62193 msgid "Invalid Hollerith constant at %L contains a wide character"
62194 msgstr ""
62195
62196 #: fortran/primary.c:444
62197 #, gcc-internal-format, gfc-internal-format
62198 msgid "Empty set of digits in BOZ constant at %C"
62199 msgstr ""
62200
62201 #: fortran/primary.c:450
62202 #, gcc-internal-format, gfc-internal-format
62203 msgid "Illegal character in BOZ constant at %C"
62204 msgstr ""
62205
62206 #: fortran/primary.c:498
62207 #, fuzzy, gcc-internal-format, gfc-internal-format
62208 #| msgid "Junk after MAP statement at %C"
62209 msgid "BOZ used outside a DATA statement at %L"
62210 msgstr "Зайві команди після інструкції MAP у %C"
62211
62212 #: fortran/primary.c:589
62213 #, gcc-internal-format, gfc-internal-format
62214 msgid "exponent-letter 'q' in real-literal-constant at %C"
62215 msgstr ""
62216
62217 #: fortran/primary.c:594
62218 #, gcc-internal-format
62219 msgid "Extension: exponent-letter %<q%> in real-literal-constant at %C"
62220 msgstr ""
62221
62222 #: fortran/primary.c:615
62223 #, gcc-internal-format, gfc-internal-format
62224 msgid "Missing exponent in real number at %C"
62225 msgstr ""
62226
62227 #: fortran/primary.c:674
62228 #, gcc-internal-format
62229 msgid "Real number at %C has a %<d%> exponent and an explicit kind"
62230 msgstr ""
62231
62232 #: fortran/primary.c:704
62233 #, gcc-internal-format
62234 msgid "Real number at %C has a %<q%> exponent and an explicit kind"
62235 msgstr ""
62236
62237 #: fortran/primary.c:718
62238 #, gcc-internal-format
62239 msgid "Invalid exponent-letter %<q%> in real-literal-constant at %C"
62240 msgstr ""
62241
62242 #: fortran/primary.c:751
62243 #, gcc-internal-format, gfc-internal-format
62244 msgid "Invalid real kind %d at %C"
62245 msgstr ""
62246
62247 #: fortran/primary.c:766
62248 #, gcc-internal-format, gfc-internal-format
62249 msgid "Real constant overflows its kind at %C"
62250 msgstr ""
62251
62252 #: fortran/primary.c:771
62253 #, gcc-internal-format, gfc-internal-format
62254 msgid "Real constant underflows its kind at %C"
62255 msgstr ""
62256
62257 #: fortran/primary.c:776
62258 #, gcc-internal-format
62259 msgid "gfc_range_check() returned bad value"
62260 msgstr "gfc_range_check() повернуто помилкове значення"
62261
62262 #: fortran/primary.c:824
62263 #, gcc-internal-format
62264 msgid "Non-significant digits in %qs number at %C, maybe incorrect KIND"
62265 msgstr ""
62266
62267 #: fortran/primary.c:916
62268 #, gcc-internal-format, gfc-internal-format
62269 msgid "Syntax error in SUBSTRING specification at %C"
62270 msgstr ""
62271
62272 #: fortran/primary.c:1124
62273 #, gcc-internal-format, gfc-internal-format
62274 msgid "Invalid kind %d for CHARACTER constant at %C"
62275 msgstr ""
62276
62277 #: fortran/primary.c:1145
62278 #, gcc-internal-format, gfc-internal-format
62279 msgid "Unterminated character constant beginning at %C"
62280 msgstr ""
62281
62282 #: fortran/primary.c:1175
62283 #, gcc-internal-format
62284 msgid "Character %qs in string at %C is not representable in character kind %d"
62285 msgstr ""
62286
62287 #: fortran/primary.c:1188
62288 #, gcc-internal-format
62289 msgid "match_string_constant(): Delimiter not found"
62290 msgstr ""
62291
62292 #: fortran/primary.c:1258
62293 #, gcc-internal-format, gfc-internal-format
62294 msgid "Bad kind for logical constant at %C"
62295 msgstr ""
62296
62297 #: fortran/primary.c:1302
62298 #, gcc-internal-format, gfc-internal-format
62299 msgid "Expected PARAMETER symbol in complex constant at %C"
62300 msgstr ""
62301
62302 #: fortran/primary.c:1313
62303 #, gcc-internal-format, gfc-internal-format
62304 msgid "Numeric PARAMETER required in complex constant at %C"
62305 msgstr ""
62306
62307 #: fortran/primary.c:1319
62308 #, gcc-internal-format, gfc-internal-format
62309 msgid "Scalar PARAMETER required in complex constant at %C"
62310 msgstr ""
62311
62312 #: fortran/primary.c:1323
62313 #, gcc-internal-format, gfc-internal-format
62314 msgid "PARAMETER symbol in complex constant at %C"
62315 msgstr ""
62316
62317 #: fortran/primary.c:1346
62318 #, gcc-internal-format
62319 msgid "gfc_match_sym_complex_part(): Bad type"
62320 msgstr "gfc_match_sym_complex_part(): помилковий тип"
62321
62322 #: fortran/primary.c:1353
62323 #, gcc-internal-format, gfc-internal-format
62324 msgid "Error converting PARAMETER constant in complex constant at %C"
62325 msgstr ""
62326
62327 #: fortran/primary.c:1485
62328 #, gcc-internal-format, gfc-internal-format
62329 msgid "Syntax error in COMPLEX constant at %C"
62330 msgstr "Синтаксична помилка у сталій COMPLEX, %C"
62331
62332 #: fortran/primary.c:1612
62333 #, gcc-internal-format
62334 msgid "Namelist %qs cannot be an argument at %L"
62335 msgstr "Список назв %qs не може бути аргументом у %L"
62336
62337 #: fortran/primary.c:1714
62338 #, gcc-internal-format
62339 msgid "Keyword %qs at %C has already appeared in the current argument list"
62340 msgstr ""
62341
62342 #: fortran/primary.c:1781
62343 #, gcc-internal-format, gfc-internal-format
62344 msgid "argument list function at %C"
62345 msgstr "функція списку аргументів, %C"
62346
62347 #: fortran/primary.c:1855
62348 #, gcc-internal-format, gfc-internal-format
62349 msgid "Expected alternate return label at %C"
62350 msgstr ""
62351
62352 #: fortran/primary.c:1902
62353 #, gcc-internal-format, gfc-internal-format
62354 msgid "Missing keyword name in actual argument list at %C"
62355 msgstr "Пропущено назву ключового слова у справжньому списку аргументів, %C"
62356
62357 #: fortran/primary.c:1948
62358 #, gcc-internal-format, gfc-internal-format
62359 msgid "Syntax error in argument list at %C"
62360 msgstr "Синтаксична помилку у списку аргументів, %C"
62361
62362 #: fortran/primary.c:1969
62363 #, gcc-internal-format
62364 msgid "extend_ref(): Bad tail"
62365 msgstr ""
62366
62367 #: fortran/primary.c:2046
62368 #, gcc-internal-format, gfc-internal-format
62369 msgid "Array section designator, e.g. '(:)', is required besides the coarray designator '[...]' at %C"
62370 msgstr ""
62371
62372 #: fortran/primary.c:2054
62373 #, gcc-internal-format
62374 msgid "Coarray designator at %C but %qs is not a coarray"
62375 msgstr ""
62376
62377 #: fortran/primary.c:2205
62378 #, gcc-internal-format
62379 msgid "Symbol %qs at %C has no IMPLICIT type"
62380 msgstr ""
62381
62382 #: fortran/primary.c:2212
62383 #, gcc-internal-format
62384 msgid "Unexpected %<%c%> for nonderived-type variable %qs at %C"
62385 msgstr ""
62386
62387 #: fortran/primary.c:2233
62388 #, gcc-internal-format, gfc-internal-format
62389 msgid "Expected structure component name at %C"
62390 msgstr "У %C мало бути вказано назву компонента структури"
62391
62392 #: fortran/primary.c:2297
62393 #, gcc-internal-format, gfc-internal-format
62394 msgid "Expected argument list at %C"
62395 msgstr "У %C мало бути вказано список аргументів"
62396
62397 #: fortran/primary.c:2346
62398 #, gcc-internal-format, gfc-internal-format
62399 msgid "RE or IM part_ref at %C"
62400 msgstr ""
62401
62402 #: fortran/primary.c:2351
62403 #, gcc-internal-format, gfc-internal-format
62404 msgid "The RE or IM part_ref at %C must be applied to a COMPLEX expression"
62405 msgstr ""
62406
62407 #: fortran/primary.c:2364
62408 #, gcc-internal-format, gfc-internal-format
62409 msgid "The LEN part_ref at %C must be applied to a CHARACTER expression"
62410 msgstr ""
62411
62412 #: fortran/primary.c:2380
62413 #, gcc-internal-format, gfc-internal-format
62414 msgid "The KIND part_ref at %C must be applied to an expression of intrinsic type"
62415 msgstr ""
62416
62417 #: fortran/primary.c:2408
62418 #, gcc-internal-format
62419 msgid "Procedure pointer component %qs requires an argument list at %C"
62420 msgstr ""
62421
62422 #: fortran/primary.c:2511
62423 #, gcc-internal-format, gfc-internal-format
62424 msgid "Nonpolymorphic reference to abstract type at %C"
62425 msgstr ""
62426
62427 #: fortran/primary.c:2518
62428 #, gcc-internal-format, gfc-internal-format
62429 msgid "Coindexed procedure-pointer component at %C"
62430 msgstr ""
62431
62432 #: fortran/primary.c:2554
62433 #, gcc-internal-format
62434 msgid "gfc_variable_attr(): Expression isn't a variable"
62435 msgstr "gfc_variable_attr(): вираз не є змінною"
62436
62437 #: fortran/primary.c:2736
62438 #, gcc-internal-format
62439 msgid "gfc_caf_attr(): Expression isn't a variable"
62440 msgstr "gfc_caf_attr(): вираз не є змінною"
62441
62442 #: fortran/primary.c:2793
62443 #, gcc-internal-format
62444 msgid "gfc_caf_attr(): Bad array reference"
62445 msgstr "gfc_caf_attr(): помилкове посилання на масив"
62446
62447 #: fortran/primary.c:2966
62448 #, gcc-internal-format, gfc-internal-format
62449 msgid "Structure constructor with missing optional arguments at %C"
62450 msgstr ""
62451
62452 #: fortran/primary.c:2975
62453 #, gcc-internal-format
62454 msgid "No initializer for allocatable component %qs given in the structure constructor at %C"
62455 msgstr ""
62456
62457 #: fortran/primary.c:2982
62458 #, gcc-internal-format
62459 msgid "No initializer for component %qs given in the structure constructor at %C"
62460 msgstr ""
62461
62462 #: fortran/primary.c:3030
62463 #, gcc-internal-format
62464 msgid "Cannot construct ABSTRACT type %qs at %L"
62465 msgstr ""
62466
62467 #: fortran/primary.c:3050
62468 #, gcc-internal-format, gfc-internal-format
62469 msgid "Structure constructor with named arguments at %C"
62470 msgstr ""
62471
62472 #: fortran/primary.c:3065
62473 #, gcc-internal-format, gfc-internal-format
62474 msgid "Component initializer without name after component named %s at %L"
62475 msgstr ""
62476
62477 #: fortran/primary.c:3070
62478 #, gcc-internal-format, gfc-internal-format
62479 msgid "Too many components in structure constructor at %L"
62480 msgstr "Забагато компонентів у конструкторі структури, %L"
62481
62482 #: fortran/primary.c:3128
62483 #, gcc-internal-format, gfc-internal-format
62484 msgid "CHARACTER expression will be truncated in constructor (%ld/%ld) at %L"
62485 msgstr ""
62486
62487 #: fortran/primary.c:3146
62488 #, gcc-internal-format
62489 msgid "Component %qs is initialized twice in the structure constructor at %L"
62490 msgstr ""
62491
62492 #: fortran/primary.c:3158
62493 #, gcc-internal-format
62494 msgid "Coindexed expression to pointer component %qs in structure constructor at %L"
62495 msgstr ""
62496
62497 #: fortran/primary.c:3212
62498 #, gcc-internal-format
62499 msgid "component %qs at %L has already been set by a parent derived type constructor"
62500 msgstr ""
62501
62502 #: fortran/primary.c:3368
62503 #, gcc-internal-format, gfc-internal-format
62504 msgid "%%LOC() as an rvalue at %C"
62505 msgstr ""
62506
62507 #: fortran/primary.c:3427
62508 #, gcc-internal-format
62509 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)"
62510 msgstr ""
62511
62512 #: fortran/primary.c:3458 fortran/primary.c:3860
62513 #, gcc-internal-format, gfc-internal-format
62514 msgid "Symbol at %C is not appropriate for an expression"
62515 msgstr "Символ у %C є відповідним для виразу"
62516
62517 #: fortran/primary.c:3563
62518 #, gcc-internal-format
62519 msgid "Unexpected use of subroutine name %qs at %C"
62520 msgstr "Неочікуване використання назви підпрограми %qs, %C"
62521
62522 #: fortran/primary.c:3595
62523 #, gcc-internal-format
62524 msgid "Statement function %qs requires argument list at %C"
62525 msgstr ""
62526
62527 #: fortran/primary.c:3598
62528 #, gcc-internal-format
62529 msgid "Function %qs requires an argument list at %C"
62530 msgstr "Функція %qs потребує списку аргументів, %C"
62531
62532 #: fortran/primary.c:3648
62533 #, gcc-internal-format
62534 msgid "Missing argument to %qs at %C"
62535 msgstr "Пропущено аргумент %qs, %C"
62536
62537 #: fortran/primary.c:3661
62538 #, gcc-internal-format, gfc-internal-format
62539 msgid "The leftmost part-ref in a data-ref cannot be a function reference at %C"
62540 msgstr ""
62541
62542 #: fortran/primary.c:3816
62543 #, gcc-internal-format
62544 msgid "Missing argument list in function %qs at %C"
62545 msgstr "Пропущено список аргументів у функції %qs, %C"
62546
62547 #: fortran/primary.c:3930
62548 #, gcc-internal-format
62549 msgid "Derived type %qs cannot be used as a variable at %C"
62550 msgstr "Похідний тип %qs не можна використовувати як змінну у %C"
62551
62552 #: fortran/primary.c:3971
62553 #, gcc-internal-format, gfc-internal-format
62554 msgid "Named constant at %C in an EQUIVALENCE"
62555 msgstr "Іменована стала у %C в EQUIVALENCE"
62556
62557 #: fortran/primary.c:4006
62558 #, gcc-internal-format
62559 msgid "%qs at %C is not a variable"
62560 msgstr "%qs у %C не є змінною"
62561
62562 #: fortran/resolve.c:123
62563 #, gcc-internal-format
62564 msgid "%qs at %L is of the ABSTRACT type %qs"
62565 msgstr ""
62566
62567 #: fortran/resolve.c:126
62568 #, gcc-internal-format
62569 msgid "ABSTRACT type %qs used at %L"
62570 msgstr ""
62571
62572 #: fortran/resolve.c:143
62573 #, gcc-internal-format
62574 msgid "Interface %qs at %L is declared in a later PROCEDURE statement"
62575 msgstr ""
62576
62577 #: fortran/resolve.c:156
62578 #, gcc-internal-format
62579 msgid "Interface %qs at %L may not be generic"
62580 msgstr ""
62581
62582 #: fortran/resolve.c:163
62583 #, gcc-internal-format
62584 msgid "Interface %qs at %L may not be a statement function"
62585 msgstr ""
62586
62587 #: fortran/resolve.c:172
62588 #, gcc-internal-format
62589 msgid "Intrinsic procedure %qs not allowed in PROCEDURE statement at %L"
62590 msgstr ""
62591
62592 #: fortran/resolve.c:178
62593 #, gcc-internal-format
62594 msgid "Interface %qs at %L must be explicit"
62595 msgstr ""
62596
62597 #: fortran/resolve.c:200
62598 #, gcc-internal-format
62599 msgid "PROCEDURE %qs at %L may not be used as its own interface"
62600 msgstr ""
62601
62602 #: fortran/resolve.c:300
62603 #, gcc-internal-format
62604 msgid "Alternate return specifier in elemental subroutine %qs at %L is not allowed"
62605 msgstr ""
62606
62607 #: fortran/resolve.c:304
62608 #, gcc-internal-format
62609 msgid "Alternate return specifier in function %qs at %L is not allowed"
62610 msgstr ""
62611
62612 #: fortran/resolve.c:315
62613 #, gcc-internal-format
62614 msgid "Self-referential argument %qs at %L is not allowed"
62615 msgstr "Не можна використовувати аргумент, який посилається на себе, %qs у %L"
62616
62617 #: fortran/resolve.c:387
62618 #, gcc-internal-format
62619 msgid "Dummy procedure %qs of PURE procedure at %L must also be PURE"
62620 msgstr ""
62621
62622 #: fortran/resolve.c:397
62623 #, gcc-internal-format
62624 msgid "Argument %qs of pure function %qs at %L with VALUE attribute but without INTENT(IN)"
62625 msgstr ""
62626
62627 #: fortran/resolve.c:402
62628 #, gcc-internal-format
62629 msgid "Argument %qs of pure function %qs at %L must be INTENT(IN) or VALUE"
62630 msgstr ""
62631
62632 #: fortran/resolve.c:410
62633 #, gcc-internal-format
62634 msgid "Argument %qs of pure subroutine %qs at %L with VALUE attribute but without INTENT"
62635 msgstr ""
62636
62637 #: fortran/resolve.c:415
62638 #, gcc-internal-format
62639 msgid "Argument %qs of pure subroutine %qs at %L must have its INTENT specified or have the VALUE attribute"
62640 msgstr ""
62641
62642 #: fortran/resolve.c:425
62643 #, gcc-internal-format
62644 msgid "INTENT(OUT) argument %qs of pure procedure %qs at %L may not be polymorphic"
62645 msgstr ""
62646
62647 #: fortran/resolve.c:458
62648 #, gcc-internal-format
62649 msgid "Coarray dummy argument %qs at %L to elemental procedure"
62650 msgstr ""
62651
62652 #: fortran/resolve.c:466
62653 #, gcc-internal-format
62654 msgid "Argument %qs of elemental procedure at %L must be scalar"
62655 msgstr ""
62656
62657 #: fortran/resolve.c:475
62658 #, gcc-internal-format
62659 msgid "Argument %qs of elemental procedure at %L cannot have the ALLOCATABLE attribute"
62660 msgstr ""
62661
62662 #: fortran/resolve.c:485
62663 #, gcc-internal-format
62664 msgid "Argument %qs of elemental procedure at %L cannot have the POINTER attribute"
62665 msgstr ""
62666
62667 #: fortran/resolve.c:493
62668 #, gcc-internal-format
62669 msgid "Dummy procedure %qs not allowed in elemental procedure %qs at %L"
62670 msgstr ""
62671
62672 #: fortran/resolve.c:502
62673 #, gcc-internal-format
62674 msgid "Argument %qs of elemental procedure %qs at %L must have its INTENT specified or have the VALUE attribute"
62675 msgstr ""
62676
62677 #. F03:C1263 (R1238) The function-name and each dummy-arg-name
62678 #. shall be specified, explicitly or implicitly, to be scalar.
62679 #: fortran/resolve.c:517
62680 #, gcc-internal-format, gfc-internal-format
62681 msgid "Argument '%s' of statement function '%s' at %L must be scalar"
62682 msgstr "Аргумент «%s» функції інструкції «%s» у %L має бути скаляром"
62683
62684 #: fortran/resolve.c:528
62685 #, gcc-internal-format
62686 msgid "Character-valued argument %qs of statement function at %L must have constant length"
62687 msgstr ""
62688
62689 #: fortran/resolve.c:577
62690 #, gcc-internal-format
62691 msgid "Contained procedure %qs at %L has the same name as its encompassing procedure"
62692 msgstr ""
62693
62694 #: fortran/resolve.c:597
62695 #, gcc-internal-format
62696 msgid "Contained function %qs at %L has no IMPLICIT type"
62697 msgstr ""
62698
62699 #: fortran/resolve.c:600
62700 #, gcc-internal-format
62701 msgid "Result %qs of contained function %qs at %L has no IMPLICIT type"
62702 msgstr ""
62703
62704 #: fortran/resolve.c:626
62705 #, gcc-internal-format
62706 msgid "Character-valued module procedure %qs at %L must not be assumed length"
62707 msgstr ""
62708
62709 #: fortran/resolve.c:628
62710 #, gcc-internal-format
62711 msgid "Character-valued internal function %qs at %L must not be assumed length"
62712 msgstr ""
62713
62714 #: fortran/resolve.c:800
62715 #, gcc-internal-format, gfc-internal-format
62716 msgid "Function %s at %L has entries with mismatched array specifications"
62717 msgstr ""
62718
62719 #: fortran/resolve.c:817
62720 #, gcc-internal-format, gfc-internal-format
62721 msgid "Function %s at %L with entries returning variables of different string lengths"
62722 msgstr ""
62723
62724 #: fortran/resolve.c:844
62725 #, gcc-internal-format, gfc-internal-format
62726 msgid "FUNCTION result %s cannot be an array in FUNCTION %s at %L"
62727 msgstr ""
62728
62729 #: fortran/resolve.c:848
62730 #, gcc-internal-format, gfc-internal-format
62731 msgid "ENTRY result %s cannot be an array in FUNCTION %s at %L"
62732 msgstr ""
62733
62734 #: fortran/resolve.c:855
62735 #, gcc-internal-format, gfc-internal-format
62736 msgid "FUNCTION result %s cannot be a POINTER in FUNCTION %s at %L"
62737 msgstr ""
62738
62739 #: fortran/resolve.c:859
62740 #, gcc-internal-format, gfc-internal-format
62741 msgid "ENTRY result %s cannot be a POINTER in FUNCTION %s at %L"
62742 msgstr ""
62743
62744 #: fortran/resolve.c:897
62745 #, gcc-internal-format, gfc-internal-format
62746 msgid "FUNCTION result %s cannot be of type %s in FUNCTION %s at %L"
62747 msgstr ""
62748
62749 #: fortran/resolve.c:902
62750 #, gcc-internal-format, gfc-internal-format
62751 msgid "ENTRY result %s cannot be of type %s in FUNCTION %s at %L"
62752 msgstr ""
62753
62754 #: fortran/resolve.c:948
62755 #, gcc-internal-format, gfc-internal-format
62756 msgid "COMMON block at %L"
62757 msgstr ""
62758
62759 #: fortran/resolve.c:955
62760 #, gcc-internal-format
62761 msgid "Variable %qs at %L is in COMMON but only in BLOCK DATA initialization is allowed"
62762 msgstr ""
62763
62764 #: fortran/resolve.c:959
62765 #, gcc-internal-format
62766 msgid "Initialized variable %qs at %L is in a blank COMMON but initialization is only allowed in named common blocks"
62767 msgstr ""
62768
62769 #: fortran/resolve.c:966
62770 #, gcc-internal-format
62771 msgid "%qs in cannot appear in COMMON at %L [F2008:C5100]"
62772 msgstr ""
62773
62774 #: fortran/resolve.c:974
62775 #, gcc-internal-format
62776 msgid "Derived type variable %qs in COMMON at %L has neither the SEQUENCE nor the BIND(C) attribute"
62777 msgstr ""
62778
62779 #: fortran/resolve.c:978
62780 #, gcc-internal-format
62781 msgid "Derived type variable %qs in COMMON at %L has an ultimate component that is allocatable"
62782 msgstr ""
62783
62784 #: fortran/resolve.c:982
62785 #, gcc-internal-format
62786 msgid "Derived type variable %qs in COMMON at %L may not have default initializer"
62787 msgstr ""
62788
62789 #: fortran/resolve.c:1026
62790 #, gcc-internal-format
62791 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"
62792 msgstr ""
62793
62794 #: fortran/resolve.c:1040
62795 #, gcc-internal-format
62796 msgid "COMMON block %qs at %L uses the same global identifier as entity at %L"
62797 msgstr ""
62798
62799 #: fortran/resolve.c:1048
62800 #, gcc-internal-format
62801 msgid "Fortran 2008: COMMON block %qs with binding label at %L sharing the identifier with global non-COMMON-block entity at %L"
62802 msgstr ""
62803
62804 #: fortran/resolve.c:1070
62805 #, gcc-internal-format
62806 msgid "COMMON block at %L with binding label %qs uses the same global identifier as entity at %L"
62807 msgstr ""
62808
62809 #: fortran/resolve.c:1091
62810 #, gcc-internal-format
62811 msgid "COMMON block %qs at %L is used as PARAMETER at %L"
62812 msgstr ""
62813
62814 #: fortran/resolve.c:1095
62815 #, gcc-internal-format
62816 msgid "COMMON block %qs at %L cannot have the EXTERNAL attribute"
62817 msgstr ""
62818
62819 #: fortran/resolve.c:1099
62820 #, gcc-internal-format
62821 msgid "COMMON block %qs at %L is also an intrinsic procedure"
62822 msgstr ""
62823
62824 #: fortran/resolve.c:1103
62825 #, gcc-internal-format
62826 msgid "COMMON block %qs at %L that is also a function result"
62827 msgstr ""
62828
62829 #: fortran/resolve.c:1108
62830 #, gcc-internal-format
62831 msgid "COMMON block %qs at %L that is also a global procedure"
62832 msgstr ""
62833
62834 #: fortran/resolve.c:1175
62835 #, gcc-internal-format
62836 msgid "The KIND parameter %qs in the PDT constructor at %C has no value"
62837 msgstr ""
62838
62839 #: fortran/resolve.c:1311
62840 #, gcc-internal-format, gfc-internal-format
62841 msgid "The rank of the element in the structure constructor at %L does not match that of the component (%d/%d)"
62842 msgstr ""
62843
62844 #: fortran/resolve.c:1332
62845 #, gcc-internal-format
62846 msgid "The element in the structure constructor at %L, for pointer component %qs, is %s but should be %s"
62847 msgstr ""
62848
62849 #: fortran/resolve.c:1398
62850 #, gcc-internal-format
62851 msgid "The NULL in the structure constructor at %L is being applied to component %qs, which is neither a POINTER nor ALLOCATABLE"
62852 msgstr ""
62853
62854 #: fortran/resolve.c:1432
62855 #, gcc-internal-format
62856 msgid "Interface mismatch for procedure-pointer component %qs in structure constructor at %L: %s"
62857 msgstr ""
62858
62859 #: fortran/resolve.c:1448
62860 #, gcc-internal-format
62861 msgid "The element in the structure constructor at %L, for pointer component %qs should be a POINTER or a TARGET"
62862 msgstr ""
62863
62864 #: fortran/resolve.c:1477
62865 #, gcc-internal-format
62866 msgid "Invalid expression in the structure constructor for pointer component %qs at %L in PURE procedure"
62867 msgstr ""
62868
62869 #: fortran/resolve.c:1601
62870 #, gcc-internal-format
62871 msgid "The upper bound in the last dimension must appear in the reference to the assumed size array %qs at %L"
62872 msgstr ""
62873
62874 #: fortran/resolve.c:1663
62875 #, gcc-internal-format
62876 msgid "%qs at %L is ambiguous"
62877 msgstr ""
62878
62879 #: fortran/resolve.c:1667
62880 #, gcc-internal-format
62881 msgid "GENERIC procedure %qs is not allowed as an actual argument at %L"
62882 msgstr ""
62883
62884 #: fortran/resolve.c:1786
62885 #, gcc-internal-format
62886 msgid "Type specified for intrinsic function %qs at %L is ignored"
62887 msgstr ""
62888
62889 #: fortran/resolve.c:1799
62890 #, gcc-internal-format
62891 msgid "Intrinsic subroutine %qs at %L shall not have a type specifier"
62892 msgstr ""
62893
62894 #: fortran/resolve.c:1810
62895 #, gcc-internal-format
62896 msgid "%qs declared INTRINSIC at %L does not exist"
62897 msgstr ""
62898
62899 #: fortran/resolve.c:1823
62900 #, gcc-internal-format
62901 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."
62902 msgstr ""
62903
62904 #: fortran/resolve.c:1859
62905 #, gcc-internal-format
62906 msgid "Non-RECURSIVE procedure %qs at %L is possibly calling itself recursively. Declare it RECURSIVE or use %<-frecursive%>"
62907 msgstr ""
62908
62909 #: fortran/resolve.c:1917 fortran/resolve.c:10127 fortran/resolve.c:11818
62910 #, gcc-internal-format, gfc-internal-format
62911 msgid "Label %d referenced at %L is never defined"
62912 msgstr ""
62913
62914 #: fortran/resolve.c:1949
62915 #, fuzzy, gcc-internal-format
62916 #| msgid "Derived type %qs cannot be used as a variable at %C"
62917 msgid "Derived type %qs is used as an actual argument at %L"
62918 msgstr "Похідний тип %qs не можна використовувати як змінну у %C"
62919
62920 #: fortran/resolve.c:1967
62921 #, gcc-internal-format
62922 msgid "Statement function %qs at %L is not allowed as an actual argument"
62923 msgstr ""
62924
62925 #: fortran/resolve.c:1975
62926 #, gcc-internal-format
62927 msgid "Intrinsic %qs at %L is not allowed as an actual argument"
62928 msgstr ""
62929
62930 #: fortran/resolve.c:1982
62931 #, gcc-internal-format
62932 msgid "Internal procedure %qs is used as actual argument at %L"
62933 msgstr ""
62934
62935 #: fortran/resolve.c:1990
62936 #, gcc-internal-format
62937 msgid "ELEMENTAL non-INTRINSIC procedure %qs is not allowed as an actual argument at %L"
62938 msgstr ""
62939
62940 #: fortran/resolve.c:2017
62941 #, gcc-internal-format
62942 msgid "Unable to find a specific INTRINSIC procedure for the reference %qs at %L"
62943 msgstr ""
62944
62945 #: fortran/resolve.c:2039
62946 #, gcc-internal-format
62947 msgid "Symbol %qs at %L is ambiguous"
62948 msgstr ""
62949
62950 #: fortran/resolve.c:2094
62951 #, gcc-internal-format, gfc-internal-format
62952 msgid "By-value argument at %L is not of numeric type"
62953 msgstr ""
62954
62955 #: fortran/resolve.c:2101
62956 #, gcc-internal-format, gfc-internal-format
62957 msgid "By-value argument at %L cannot be an array or an array section"
62958 msgstr ""
62959
62960 #: fortran/resolve.c:2115
62961 #, gcc-internal-format, gfc-internal-format
62962 msgid "By-value argument at %L is not allowed in this context"
62963 msgstr ""
62964
62965 #: fortran/resolve.c:2127
62966 #, gcc-internal-format, gfc-internal-format
62967 msgid "Passing internal procedure at %L by location not allowed"
62968 msgstr ""
62969
62970 #: fortran/resolve.c:2138
62971 #, gcc-internal-format
62972 msgid "ELEMENTAL procedure pointer component %qs is not allowed as an actual argument at %L"
62973 msgstr ""
62974
62975 #: fortran/resolve.c:2147
62976 #, gcc-internal-format, gfc-internal-format
62977 msgid "Coindexed actual argument at %L with ultimate pointer component"
62978 msgstr ""
62979
62980 #: fortran/resolve.c:2279
62981 #, gcc-internal-format
62982 msgid "%qs at %L is an array and OPTIONAL; IF IT IS MISSING, it cannot be the actual argument of an ELEMENTAL procedure unless there is a non-optional argument with the same rank (12.4.1.5)"
62983 msgstr ""
62984
62985 #: fortran/resolve.c:2316
62986 #, gcc-internal-format
62987 msgid "Actual argument at %L for INTENT(%s) dummy %qs of ELEMENTAL subroutine %qs is a scalar, but another actual argument is an array"
62988 msgstr ""
62989
62990 #: fortran/resolve.c:2590
62991 #, gcc-internal-format
62992 msgid "Return type mismatch of function %qs at %L (%s/%s)"
62993 msgstr ""
62994
62995 #: fortran/resolve.c:2611
62996 #, gcc-internal-format
62997 msgid "Interface mismatch in global procedure %qs at %L: %s"
62998 msgstr ""
62999
63000 #: fortran/resolve.c:2716
63001 #, gcc-internal-format
63002 msgid "There is no specific function for the generic %qs at %L"
63003 msgstr ""
63004
63005 #: fortran/resolve.c:2736
63006 #, gcc-internal-format
63007 msgid "Generic function %qs at %L is not consistent with a specific intrinsic interface"
63008 msgstr ""
63009
63010 #: fortran/resolve.c:2774
63011 #, gcc-internal-format
63012 msgid "Function %qs at %L is INTRINSIC but is not compatible with an intrinsic"
63013 msgstr ""
63014
63015 #: fortran/resolve.c:2829
63016 #, gcc-internal-format
63017 msgid "Unable to resolve the specific function %qs at %L"
63018 msgstr ""
63019
63020 #: fortran/resolve.c:2925
63021 #, gcc-internal-format
63022 msgid "Function %qs at %L has no IMPLICIT type; did you mean %qs?"
63023 msgstr ""
63024
63025 #: fortran/resolve.c:2929 fortran/resolve.c:16950
63026 #, gcc-internal-format
63027 msgid "Function %qs at %L has no IMPLICIT type"
63028 msgstr ""
63029
63030 #: fortran/resolve.c:3053
63031 #, gcc-internal-format
63032 msgid "Reference to impure function %qs at %L inside a FORALL %s"
63033 msgstr ""
63034
63035 #: fortran/resolve.c:3060
63036 #, gcc-internal-format
63037 msgid "Reference to impure function %qs at %L inside a DO CONCURRENT %s"
63038 msgstr ""
63039
63040 #: fortran/resolve.c:3067
63041 #, gcc-internal-format
63042 msgid "Reference to impure function %qs at %L within a PURE procedure"
63043 msgstr ""
63044
63045 #: fortran/resolve.c:3134
63046 #, fuzzy, gcc-internal-format
63047 #| msgid "Unexpected use of subroutine name %qs at %C"
63048 msgid "Unexpected junk after %qs at %L"
63049 msgstr "Неочікуване використання назви підпрограми %qs, %C"
63050
63051 #: fortran/resolve.c:3145
63052 #, gcc-internal-format
63053 msgid "%qs at %L is not a function"
63054 msgstr ""
63055
63056 #: fortran/resolve.c:3153 fortran/resolve.c:3645
63057 #, gcc-internal-format
63058 msgid "ABSTRACT INTERFACE %qs must not be referenced at %L"
63059 msgstr ""
63060
63061 #: fortran/resolve.c:3165
63062 #, gcc-internal-format
63063 msgid "ABSTRACT INTERFACE %qs at %L must not have an assumed character length result (F2008: C418)"
63064 msgstr ""
63065
63066 #. Internal procedures are taken care of in resolve_contained_fntype.
63067 #: fortran/resolve.c:3208
63068 #, gcc-internal-format
63069 msgid "Function %qs is declared CHARACTER(*) and cannot be used at %L since it is not a dummy argument"
63070 msgstr ""
63071
63072 #: fortran/resolve.c:3242
63073 #, gcc-internal-format
63074 msgid "resolve_function(): bad function type"
63075 msgstr ""
63076
63077 #: fortran/resolve.c:3256
63078 #, gcc-internal-format, gfc-internal-format
63079 msgid "A BOZ literal constant at %L cannot appear as an actual argument in a function reference"
63080 msgstr ""
63081
63082 #: fortran/resolve.c:3272
63083 #, gcc-internal-format
63084 msgid "User defined non-ELEMENTAL function %qs at %L not allowed in WORKSHARE construct"
63085 msgstr ""
63086
63087 #: fortran/resolve.c:3334
63088 #, gcc-internal-format
63089 msgid "ENTRY %qs at %L cannot be called recursively, as function %qs is not RECURSIVE"
63090 msgstr ""
63091
63092 #: fortran/resolve.c:3338
63093 #, gcc-internal-format
63094 msgid "Function %qs at %L cannot be called recursively, as it is not RECURSIVE"
63095 msgstr ""
63096
63097 #: fortran/resolve.c:3389
63098 #, gcc-internal-format
63099 msgid "Subroutine call to %qs in FORALL block at %L is not PURE"
63100 msgstr ""
63101
63102 #: fortran/resolve.c:3395
63103 #, gcc-internal-format
63104 msgid "Subroutine call to %qs in DO CONCURRENT block at %L is not PURE"
63105 msgstr ""
63106
63107 #: fortran/resolve.c:3401
63108 #, gcc-internal-format
63109 msgid "Subroutine call to %qs at %L is not PURE"
63110 msgstr ""
63111
63112 #: fortran/resolve.c:3469
63113 #, gcc-internal-format
63114 msgid "There is no specific subroutine for the generic %qs at %L"
63115 msgstr ""
63116
63117 #: fortran/resolve.c:3478
63118 #, gcc-internal-format
63119 msgid "Generic subroutine %qs at %L is not consistent with an intrinsic subroutine interface"
63120 msgstr ""
63121
63122 #: fortran/resolve.c:3513
63123 #, gcc-internal-format
63124 msgid "Subroutine %qs at %L is INTRINSIC but is not compatible with an intrinsic"
63125 msgstr ""
63126
63127 #: fortran/resolve.c:3558
63128 #, gcc-internal-format
63129 msgid "Unable to resolve the specific subroutine %qs at %L"
63130 msgstr ""
63131
63132 #: fortran/resolve.c:3616
63133 #, gcc-internal-format
63134 msgid "%qs at %L has a type, which is not consistent with the CALL at %L"
63135 msgstr ""
63136
63137 #: fortran/resolve.c:3655
63138 #, gcc-internal-format
63139 msgid "ENTRY %qs at %L cannot be called recursively, as subroutine %qs is not RECURSIVE"
63140 msgstr ""
63141
63142 #: fortran/resolve.c:3659
63143 #, gcc-internal-format
63144 msgid "SUBROUTINE %qs at %L cannot be called recursively, as it is not RECURSIVE"
63145 msgstr ""
63146
63147 #: fortran/resolve.c:3704
63148 #, gcc-internal-format
63149 msgid "resolve_subroutine(): bad function type"
63150 msgstr ""
63151
63152 #: fortran/resolve.c:3742
63153 #, gcc-internal-format, gfc-internal-format
63154 msgid "Shapes for operands at %L and %L are not conformable"
63155 msgstr ""
63156
63157 #: fortran/resolve.c:3794
63158 #, gcc-internal-format
63159 msgid "logical_to_bitwise(): Bad intrinsic"
63160 msgstr ""
63161
63162 #: fortran/resolve.c:3897
63163 #, gcc-internal-format
63164 msgid "Impure function %qs at %L might not be evaluated"
63165 msgstr ""
63166
63167 #: fortran/resolve.c:3901
63168 #, gcc-internal-format, gfc-internal-format
63169 msgid "Impure function at %L might not be evaluated"
63170 msgstr ""
63171
63172 #: fortran/resolve.c:3977
63173 #, gcc-internal-format
63174 msgid "BOZ literal constant at %L cannot be an operand of unary operator %qs"
63175 msgstr ""
63176
63177 #: fortran/resolve.c:3995
63178 #, gcc-internal-format
63179 msgid "Operands at %L and %L cannot appear as operands of binary operator %qs"
63180 msgstr ""
63181
63182 #: fortran/resolve.c:4278
63183 #, gcc-internal-format
63184 msgid "resolve_operator(): Bad intrinsic"
63185 msgstr ""
63186
63187 #: fortran/resolve.c:4448 fortran/resolve.c:4471
63188 #, gcc-internal-format
63189 msgid "compare_bound_int(): Bad expression"
63190 msgstr ""
63191
63192 #: fortran/resolve.c:4566
63193 #, gcc-internal-format, gfc-internal-format
63194 msgid "Array reference at %L is out of bounds (%ld < %ld) in dimension %d"
63195 msgstr ""
63196
63197 #: fortran/resolve.c:4571
63198 #, gcc-internal-format, gfc-internal-format
63199 msgid "Array reference at %L is out of bounds (%ld < %ld) in codimension %d"
63200 msgstr ""
63201
63202 #: fortran/resolve.c:4581
63203 #, gcc-internal-format, gfc-internal-format
63204 msgid "Array reference at %L is out of bounds (%ld > %ld) in dimension %d"
63205 msgstr ""
63206
63207 #: fortran/resolve.c:4586
63208 #, gcc-internal-format, gfc-internal-format
63209 msgid "Array reference at %L is out of bounds (%ld > %ld) in codimension %d"
63210 msgstr ""
63211
63212 #: fortran/resolve.c:4606
63213 #, gcc-internal-format, gfc-internal-format
63214 msgid "Illegal stride of zero at %L"
63215 msgstr ""
63216
63217 #: fortran/resolve.c:4623
63218 #, gcc-internal-format, gfc-internal-format
63219 msgid "Lower array reference at %L is out of bounds (%ld < %ld) in dimension %d"
63220 msgstr ""
63221
63222 #: fortran/resolve.c:4631
63223 #, gcc-internal-format, gfc-internal-format
63224 msgid "Lower array reference at %L is out of bounds (%ld > %ld) in dimension %d"
63225 msgstr ""
63226
63227 #: fortran/resolve.c:4647
63228 #, gcc-internal-format, gfc-internal-format
63229 msgid "Upper array reference at %L is out of bounds (%ld < %ld) in dimension %d"
63230 msgstr ""
63231
63232 #: fortran/resolve.c:4656
63233 #, gcc-internal-format, gfc-internal-format
63234 msgid "Upper array reference at %L is out of bounds (%ld > %ld) in dimension %d"
63235 msgstr ""
63236
63237 #: fortran/resolve.c:4672
63238 #, gcc-internal-format
63239 msgid "check_dimension(): Bad array reference"
63240 msgstr ""
63241
63242 #: fortran/resolve.c:4695
63243 #, gcc-internal-format, gfc-internal-format
63244 msgid "Rightmost upper bound of assumed size array section not specified at %L"
63245 msgstr ""
63246
63247 #: fortran/resolve.c:4705
63248 #, gcc-internal-format, gfc-internal-format
63249 msgid "Rank mismatch in array reference at %L (%d/%d)"
63250 msgstr ""
63251
63252 #: fortran/resolve.c:4713
63253 #, gcc-internal-format, gfc-internal-format
63254 msgid "Coindex rank mismatch in array reference at %L (%d/%d)"
63255 msgstr ""
63256
63257 #: fortran/resolve.c:4729
63258 #, gcc-internal-format, gfc-internal-format
63259 msgid "Coindex of codimension %d must be a scalar at %L"
63260 msgstr ""
63261
63262 #: fortran/resolve.c:4757
63263 #, gcc-internal-format, gfc-internal-format
63264 msgid "Array index at %L must be scalar"
63265 msgstr ""
63266
63267 #: fortran/resolve.c:4763
63268 #, gcc-internal-format, gfc-internal-format
63269 msgid "Array index at %L must be of INTEGER type, found %s"
63270 msgstr ""
63271
63272 #: fortran/resolve.c:4769
63273 #, gcc-internal-format, gfc-internal-format
63274 msgid "REAL array index at %L"
63275 msgstr ""
63276
63277 #: fortran/resolve.c:4808
63278 #, gcc-internal-format, gfc-internal-format
63279 msgid "Argument dim at %L must be scalar"
63280 msgstr ""
63281
63282 #: fortran/resolve.c:4815
63283 #, gcc-internal-format, gfc-internal-format
63284 msgid "Argument dim at %L must be of INTEGER type"
63285 msgstr ""
63286
63287 #: fortran/resolve.c:4864
63288 #, gcc-internal-format
63289 msgid "find_array_spec(): Missing spec"
63290 msgstr ""
63291
63292 #: fortran/resolve.c:4875
63293 #, gcc-internal-format
63294 msgid "find_array_spec(): unused as(1)"
63295 msgstr ""
63296
63297 #: fortran/resolve.c:4887
63298 #, gcc-internal-format
63299 msgid "find_array_spec(): unused as(2)"
63300 msgstr ""
63301
63302 #: fortran/resolve.c:4930
63303 #, gcc-internal-format, gfc-internal-format
63304 msgid "Array index at %L is an array of rank %d"
63305 msgstr ""
63306
63307 #: fortran/resolve.c:5028
63308 #, gcc-internal-format, gfc-internal-format
63309 msgid "Substring start index at %L must be of type INTEGER"
63310 msgstr ""
63311
63312 #: fortran/resolve.c:5035
63313 #, gcc-internal-format, gfc-internal-format
63314 msgid "Substring start index at %L must be scalar"
63315 msgstr ""
63316
63317 #: fortran/resolve.c:5044
63318 #, gcc-internal-format, gfc-internal-format
63319 msgid "Substring start index at %L is less than one"
63320 msgstr ""
63321
63322 #: fortran/resolve.c:5057
63323 #, gcc-internal-format, gfc-internal-format
63324 msgid "Substring end index at %L must be of type INTEGER"
63325 msgstr ""
63326
63327 #: fortran/resolve.c:5064
63328 #, gcc-internal-format, gfc-internal-format
63329 msgid "Substring end index at %L must be scalar"
63330 msgstr ""
63331
63332 #: fortran/resolve.c:5074
63333 #, gcc-internal-format, gfc-internal-format
63334 msgid "Substring end index at %L exceeds the string length"
63335 msgstr ""
63336
63337 #: fortran/resolve.c:5084
63338 #, gcc-internal-format, gfc-internal-format
63339 msgid "Substring end index at %L is too large"
63340 msgstr ""
63341
63342 #: fortran/resolve.c:5274
63343 #, gcc-internal-format
63344 msgid "resolve_ref(): Bad array reference"
63345 msgstr ""
63346
63347 #: fortran/resolve.c:5288
63348 #, gcc-internal-format, gfc-internal-format
63349 msgid "Component to the right of a part reference with nonzero rank must not have the POINTER attribute at %L"
63350 msgstr ""
63351
63352 #: fortran/resolve.c:5298
63353 #, gcc-internal-format, gfc-internal-format
63354 msgid "Component to the right of a part reference with nonzero rank must not have the ALLOCATABLE attribute at %L"
63355 msgstr ""
63356
63357 #: fortran/resolve.c:5318
63358 #, gcc-internal-format, gfc-internal-format
63359 msgid "Two or more part references with nonzero rank must not be specified at %L"
63360 msgstr ""
63361
63362 #: fortran/resolve.c:5410
63363 #, gcc-internal-format
63364 msgid "gfc_expression_rank(): Two array specs"
63365 msgstr ""
63366
63367 #: fortran/resolve.c:5492
63368 #, gcc-internal-format, gfc-internal-format
63369 msgid "Variable %s at %L with NO_ARG_CHECK attribute may only be used as actual argument"
63370 msgstr ""
63371
63372 #: fortran/resolve.c:5502
63373 #, gcc-internal-format, gfc-internal-format
63374 msgid "Assumed-type variable %s at %L may only be used as actual argument"
63375 msgstr ""
63376
63377 #. FIXME: It doesn't work reliably as inquiry_argument is not set
63378 #. for all inquiry functions in resolve_function; the reason is
63379 #. that the function-name resolution happens too late in that
63380 #. function.
63381 #: fortran/resolve.c:5512
63382 #, gcc-internal-format, gfc-internal-format
63383 msgid "Assumed-type variable %s at %L as actual argument to an inquiry function shall be the first argument"
63384 msgstr ""
63385
63386 #: fortran/resolve.c:5530
63387 #, gcc-internal-format, gfc-internal-format
63388 msgid "Assumed-rank variable %s at %L may only be used as actual argument"
63389 msgstr ""
63390
63391 #. FIXME: It doesn't work reliably as inquiry_argument is not set
63392 #. for all inquiry functions in resolve_function; the reason is
63393 #. that the function-name resolution happens too late in that
63394 #. function.
63395 #: fortran/resolve.c:5540
63396 #, gcc-internal-format, gfc-internal-format
63397 msgid "Assumed-rank variable %s at %L as actual argument to an inquiry function shall be the first argument"
63398 msgstr ""
63399
63400 #: fortran/resolve.c:5551
63401 #, gcc-internal-format, gfc-internal-format
63402 msgid "Variable %s at %L with NO_ARG_CHECK attribute shall not have a subobject reference"
63403 msgstr ""
63404
63405 #: fortran/resolve.c:5560
63406 #, gcc-internal-format, gfc-internal-format
63407 msgid "Assumed-type variable %s at %L shall not have a subobject reference"
63408 msgstr ""
63409
63410 #: fortran/resolve.c:5575
63411 #, gcc-internal-format, gfc-internal-format
63412 msgid "Assumed-rank variable %s at %L shall not have a subobject reference"
63413 msgstr ""
63414
63415 #: fortran/resolve.c:5755
63416 #, gcc-internal-format
63417 msgid "Variable %qs, used in a specification expression, is referenced at %L before the ENTRY statement in which it is a parameter"
63418 msgstr ""
63419
63420 #: fortran/resolve.c:5760
63421 #, gcc-internal-format
63422 msgid "Variable %qs is used at %L before the ENTRY statement in which it is a parameter"
63423 msgstr ""
63424
63425 #: fortran/resolve.c:5830
63426 #, gcc-internal-format, gfc-internal-format
63427 msgid "Polymorphic subobject of coindexed object at %L"
63428 msgstr ""
63429
63430 #: fortran/resolve.c:5843
63431 #, gcc-internal-format, gfc-internal-format
63432 msgid "Coindexed object with polymorphic allocatable subcomponent at %L"
63433 msgstr ""
63434
63435 #: fortran/resolve.c:6087 fortran/resolve.c:6239
63436 #, gcc-internal-format, gfc-internal-format
63437 msgid "Error in typebound call at %L"
63438 msgstr ""
63439
63440 #: fortran/resolve.c:6203
63441 #, gcc-internal-format, gfc-internal-format
63442 msgid "Passed-object at %L must be scalar"
63443 msgstr ""
63444
63445 #: fortran/resolve.c:6210
63446 #, gcc-internal-format
63447 msgid "Base object for procedure-pointer component call at %L is of ABSTRACT type %qs"
63448 msgstr ""
63449
63450 #: fortran/resolve.c:6249
63451 #, gcc-internal-format
63452 msgid "Base object for type-bound procedure call at %L is of ABSTRACT type %qs"
63453 msgstr ""
63454
63455 #: fortran/resolve.c:6258
63456 #, gcc-internal-format, gfc-internal-format
63457 msgid "Base object for NOPASS type-bound procedure call at %L must be scalar"
63458 msgstr ""
63459
63460 #. Nothing matching found!
63461 #: fortran/resolve.c:6446
63462 #, gcc-internal-format
63463 msgid "Found no matching specific binding for the call to the GENERIC %qs at %L"
63464 msgstr ""
63465
63466 #: fortran/resolve.c:6480
63467 #, gcc-internal-format
63468 msgid "%qs at %L should be a SUBROUTINE"
63469 msgstr ""
63470
63471 #: fortran/resolve.c:6532
63472 #, gcc-internal-format
63473 msgid "%qs at %L should be a FUNCTION"
63474 msgstr ""
63475
63476 #: fortran/resolve.c:7067
63477 #, gcc-internal-format
63478 msgid "gfc_resolve_expr(): Bad expression type"
63479 msgstr ""
63480
63481 #: fortran/resolve.c:7100
63482 #, gcc-internal-format, gfc-internal-format
63483 msgid "%s at %L must be a scalar"
63484 msgstr ""
63485
63486 #: fortran/resolve.c:7110
63487 #, gcc-internal-format, gfc-internal-format
63488 msgid "%s at %L must be integer"
63489 msgstr ""
63490
63491 #: fortran/resolve.c:7114 fortran/resolve.c:7121
63492 #, gcc-internal-format, gfc-internal-format
63493 msgid "%s at %L must be INTEGER"
63494 msgstr ""
63495
63496 #: fortran/resolve.c:7176
63497 #, gcc-internal-format, gfc-internal-format
63498 msgid "Step expression in DO loop at %L cannot be zero"
63499 msgstr ""
63500
63501 #: fortran/resolve.c:7199
63502 #, gcc-internal-format, gfc-internal-format
63503 msgid "DO loop at %L will be executed zero times"
63504 msgstr ""
63505
63506 #: fortran/resolve.c:7216
63507 #, gcc-internal-format, gfc-internal-format
63508 msgid "DO loop at %L is undefined as it overflows"
63509 msgstr ""
63510
63511 #: fortran/resolve.c:7222
63512 #, gcc-internal-format, gfc-internal-format
63513 msgid "DO loop at %L is undefined as it underflows"
63514 msgstr ""
63515
63516 #: fortran/resolve.c:7283
63517 #, gcc-internal-format, gfc-internal-format
63518 msgid "FORALL index-name at %L must be a scalar INTEGER"
63519 msgstr ""
63520
63521 #: fortran/resolve.c:7288
63522 #, gcc-internal-format, gfc-internal-format
63523 msgid "FORALL start expression at %L must be a scalar INTEGER"
63524 msgstr ""
63525
63526 #: fortran/resolve.c:7295
63527 #, gcc-internal-format, gfc-internal-format
63528 msgid "FORALL end expression at %L must be a scalar INTEGER"
63529 msgstr ""
63530
63531 #: fortran/resolve.c:7303
63532 #, gcc-internal-format, gfc-internal-format
63533 msgid "FORALL stride expression at %L must be a scalar %s"
63534 msgstr ""
63535
63536 #: fortran/resolve.c:7308
63537 #, gcc-internal-format, gfc-internal-format
63538 msgid "FORALL stride expression at %L cannot be zero"
63539 msgstr ""
63540
63541 #: fortran/resolve.c:7321
63542 #, gcc-internal-format
63543 msgid "FORALL index %qs may not appear in triplet specification at %L"
63544 msgstr ""
63545
63546 #: fortran/resolve.c:7425 fortran/resolve.c:7722
63547 #, gcc-internal-format, gfc-internal-format
63548 msgid "Allocate-object at %L must be ALLOCATABLE or a POINTER"
63549 msgstr ""
63550
63551 #: fortran/resolve.c:7433 fortran/resolve.c:7686
63552 #, gcc-internal-format, gfc-internal-format
63553 msgid "Coindexed allocatable object at %L"
63554 msgstr ""
63555
63556 #: fortran/resolve.c:7543
63557 #, gcc-internal-format, gfc-internal-format
63558 msgid "Source-expr at %L must be scalar or have the same rank as the allocate-object at %L"
63559 msgstr ""
63560
63561 #: fortran/resolve.c:7574
63562 #, gcc-internal-format, gfc-internal-format
63563 msgid "Source-expr at %L and allocate-object at %L must have the same shape"
63564 msgstr ""
63565
63566 #: fortran/resolve.c:7733
63567 #, gcc-internal-format, gfc-internal-format
63568 msgid "Type of entity at %L is type incompatible with source-expr at %L"
63569 msgstr ""
63570
63571 #: fortran/resolve.c:7745
63572 #, gcc-internal-format, gfc-internal-format
63573 msgid "The allocate-object at %L and the source-expr at %L shall have the same kind type parameter"
63574 msgstr ""
63575
63576 #: fortran/resolve.c:7759
63577 #, gcc-internal-format, gfc-internal-format
63578 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"
63579 msgstr ""
63580
63581 #: fortran/resolve.c:7774
63582 #, gcc-internal-format, gfc-internal-format
63583 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"
63584 msgstr ""
63585
63586 #: fortran/resolve.c:7787
63587 #, gcc-internal-format, gfc-internal-format
63588 msgid "Allocating %s of ABSTRACT base type at %L requires a type-spec or source-expr"
63589 msgstr ""
63590
63591 #: fortran/resolve.c:7805
63592 #, gcc-internal-format, gfc-internal-format
63593 msgid "Allocating %s at %L with type-spec requires the same character-length parameter as in the declaration"
63594 msgstr ""
63595
63596 #: fortran/resolve.c:7886 fortran/resolve.c:7901
63597 #, gcc-internal-format, gfc-internal-format
63598 msgid "Array specification required in ALLOCATE statement at %L"
63599 msgstr ""
63600
63601 #: fortran/resolve.c:7893
63602 #, gcc-internal-format, gfc-internal-format
63603 msgid "Array specification or array-valued SOURCE= expression required in ALLOCATE statement at %L"
63604 msgstr ""
63605
63606 #: fortran/resolve.c:7918
63607 #, gcc-internal-format, gfc-internal-format
63608 msgid "Coarray specification required in ALLOCATE statement at %L"
63609 msgstr ""
63610
63611 #: fortran/resolve.c:7927 fortran/resolve.c:7956 fortran/resolve.c:7984
63612 #, gcc-internal-format, gfc-internal-format
63613 msgid "Bad array specification in ALLOCATE statement at %L"
63614 msgstr ""
63615
63616 #: fortran/resolve.c:7933
63617 #, gcc-internal-format, gfc-internal-format
63618 msgid "Upper cobound is less than lower cobound at %L"
63619 msgstr ""
63620
63621 #: fortran/resolve.c:7945
63622 #, gcc-internal-format, gfc-internal-format
63623 msgid "Upper cobound is less than lower cobound of 1 at %L"
63624 msgstr ""
63625
63626 #: fortran/resolve.c:8003
63627 #, gcc-internal-format
63628 msgid "%qs must not appear in the array specification at %L in the same ALLOCATE statement where it is itself allocated"
63629 msgstr ""
63630
63631 #: fortran/resolve.c:8018
63632 #, gcc-internal-format, gfc-internal-format
63633 msgid "Expected '*' in coindex specification in ALLOCATE statement at %L"
63634 msgstr ""
63635
63636 #: fortran/resolve.c:8029
63637 #, gcc-internal-format, gfc-internal-format
63638 msgid "Bad coarray specification in ALLOCATE statement at %L"
63639 msgstr ""
63640
63641 #: fortran/resolve.c:8061
63642 #, gcc-internal-format, gfc-internal-format
63643 msgid "Stat-variable at %L must be a scalar INTEGER variable"
63644 msgstr ""
63645
63646 #: fortran/resolve.c:8084
63647 #, gcc-internal-format, gfc-internal-format
63648 msgid "Stat-variable at %L shall not be %sd within the same %s statement"
63649 msgstr ""
63650
63651 #: fortran/resolve.c:8095
63652 #, gcc-internal-format, gfc-internal-format
63653 msgid "ERRMSG at %L is useless without a STAT tag"
63654 msgstr ""
63655
63656 #: fortran/resolve.c:8111
63657 #, gcc-internal-format, gfc-internal-format
63658 msgid "ERRMSG variable at %L shall be a scalar default CHARACTER variable"
63659 msgstr ""
63660
63661 #: fortran/resolve.c:8134
63662 #, gcc-internal-format, gfc-internal-format
63663 msgid "Errmsg-variable at %L shall not be %sd within the same %s statement"
63664 msgstr ""
63665
63666 #: fortran/resolve.c:8164
63667 #, gcc-internal-format, gfc-internal-format
63668 msgid "Allocate-object at %L also appears at %L"
63669 msgstr ""
63670
63671 #: fortran/resolve.c:8170 fortran/resolve.c:8176
63672 #, gcc-internal-format, gfc-internal-format
63673 msgid "Allocate-object at %L is subobject of object at %L"
63674 msgstr ""
63675
63676 #. The cases overlap, or they are the same
63677 #. element in the list. Either way, we must
63678 #. issue an error and get the next case from P.
63679 #. FIXME: Sort P and Q by line number.
63680 #: fortran/resolve.c:8404
63681 #, gcc-internal-format, gfc-internal-format
63682 msgid "CASE label at %L overlaps with CASE label at %L"
63683 msgstr ""
63684
63685 #: fortran/resolve.c:8455
63686 #, gcc-internal-format, gfc-internal-format
63687 msgid "Expression in CASE statement at %L must be of type %s"
63688 msgstr ""
63689
63690 #: fortran/resolve.c:8466
63691 #, gcc-internal-format, gfc-internal-format
63692 msgid "Expression in CASE statement at %L must be of kind %d"
63693 msgstr ""
63694
63695 #: fortran/resolve.c:8479
63696 #, gcc-internal-format, gfc-internal-format
63697 msgid "Expression in CASE statement at %L must be scalar"
63698 msgstr ""
63699
63700 #: fortran/resolve.c:8525
63701 #, gcc-internal-format, gfc-internal-format
63702 msgid "Selection expression in computed GOTO statement at %L must be a scalar integer expression"
63703 msgstr ""
63704
63705 #: fortran/resolve.c:8544
63706 #, gcc-internal-format, gfc-internal-format
63707 msgid "Argument of SELECT statement at %L cannot be %s"
63708 msgstr ""
63709
63710 #: fortran/resolve.c:8554
63711 #, gcc-internal-format, gfc-internal-format
63712 msgid "Argument of SELECT statement at %L must be a scalar expression"
63713 msgstr ""
63714
63715 #: fortran/resolve.c:8572 fortran/resolve.c:8580
63716 #, gcc-internal-format, gfc-internal-format
63717 msgid "Expression in CASE statement at %L is not in the range of %s"
63718 msgstr ""
63719
63720 #: fortran/resolve.c:8642 fortran/resolve.c:9271
63721 #, gcc-internal-format, gfc-internal-format
63722 msgid "The DEFAULT CASE at %L cannot be followed by a second DEFAULT CASE at %L"
63723 msgstr ""
63724
63725 #: fortran/resolve.c:8668
63726 #, gcc-internal-format, gfc-internal-format
63727 msgid "Logical range in CASE statement at %L is not allowed"
63728 msgstr ""
63729
63730 #: fortran/resolve.c:8680
63731 #, gcc-internal-format, gfc-internal-format
63732 msgid "Constant logical value in CASE statement is repeated at %L"
63733 msgstr ""
63734
63735 #: fortran/resolve.c:8695
63736 #, gcc-internal-format, gfc-internal-format
63737 msgid "Range specification at %L can never be matched"
63738 msgstr ""
63739
63740 #: fortran/resolve.c:8798
63741 #, gcc-internal-format, gfc-internal-format
63742 msgid "Logical SELECT CASE block at %L has more that two cases"
63743 msgstr ""
63744
63745 #: fortran/resolve.c:8851
63746 #, gcc-internal-format
63747 msgid "Associating entity %qs at %L is a procedure name"
63748 msgstr ""
63749
63750 #: fortran/resolve.c:8858
63751 #, gcc-internal-format
63752 msgid "Associating entity %qs at %L is a procedure pointer"
63753 msgstr ""
63754
63755 #: fortran/resolve.c:8873
63756 #, gcc-internal-format, gfc-internal-format
63757 msgid "Associating selector-expression at %L yields a procedure"
63758 msgstr ""
63759
63760 #: fortran/resolve.c:8880
63761 #, gcc-internal-format, gfc-internal-format
63762 msgid "Selector at %L cannot be NULL()"
63763 msgstr ""
63764
63765 #: fortran/resolve.c:8885
63766 #, gcc-internal-format, gfc-internal-format
63767 msgid "Selector at %L has no type"
63768 msgstr ""
63769
63770 #: fortran/resolve.c:8907
63771 #, gcc-internal-format
63772 msgid "Associate-name %qs at %L is used as array"
63773 msgstr ""
63774
63775 #: fortran/resolve.c:8918
63776 #, gcc-internal-format, gfc-internal-format
63777 msgid "CLASS selector at %L needs a temporary which is not yet implemented"
63778 msgstr ""
63779
63780 #: fortran/resolve.c:9146
63781 #, gcc-internal-format, gfc-internal-format
63782 msgid "Selector shall be polymorphic in SELECT TYPE statement at %L"
63783 msgstr ""
63784
63785 #: fortran/resolve.c:9181 fortran/resolve.c:9193
63786 #, gcc-internal-format, gfc-internal-format
63787 msgid "Selector at %L must not be coindexed"
63788 msgstr ""
63789
63790 #: fortran/resolve.c:9222
63791 #, gcc-internal-format, gfc-internal-format
63792 msgid "TYPE IS at %L overlaps with TYPE IS at %L"
63793 msgstr ""
63794
63795 #: fortran/resolve.c:9234
63796 #, gcc-internal-format
63797 msgid "Derived type %qs at %L must be extensible"
63798 msgstr ""
63799
63800 #: fortran/resolve.c:9246
63801 #, gcc-internal-format
63802 msgid "Derived type %qs at %L must be an extension of %qs"
63803 msgstr ""
63804
63805 #: fortran/resolve.c:9249
63806 #, gcc-internal-format
63807 msgid "Unexpected intrinsic type %qs at %L"
63808 msgstr ""
63809
63810 #: fortran/resolve.c:9259
63811 #, gcc-internal-format, gfc-internal-format
63812 msgid "The type-spec at %L shall specify that each length type parameter is assumed"
63813 msgstr ""
63814
63815 #: fortran/resolve.c:9506
63816 #, gcc-internal-format, gfc-internal-format
63817 msgid "Double CLASS IS block in SELECT TYPE statement at %L"
63818 msgstr ""
63819
63820 #: fortran/resolve.c:9634
63821 #, gcc-internal-format, gfc-internal-format
63822 msgid "RANK DEFAULT at %L is repeated at %L"
63823 msgstr ""
63824
63825 #: fortran/resolve.c:9643
63826 #, gcc-internal-format, gfc-internal-format
63827 msgid "RANK (*) at %L is repeated at %L"
63828 msgstr ""
63829
63830 #: fortran/resolve.c:9646
63831 #, gcc-internal-format, gfc-internal-format
63832 msgid "RANK (%i) at %L is repeated at %L"
63833 msgstr ""
63834
63835 #: fortran/resolve.c:9656 fortran/resolve.c:9661
63836 #, gcc-internal-format, gfc-internal-format
63837 msgid "RANK (*) at %L cannot be used with the pointer or allocatable selector at %L"
63838 msgstr ""
63839
63840 #: fortran/resolve.c:9770
63841 #, gcc-internal-format, gfc-internal-format
63842 msgid "Invalid context for NULL () intrinsic at %L"
63843 msgstr ""
63844
63845 #: fortran/resolve.c:9822
63846 #, gcc-internal-format, gfc-internal-format
63847 msgid "DTIO %s procedure at %L must be recursive"
63848 msgstr ""
63849
63850 #: fortran/resolve.c:9832
63851 #, gcc-internal-format, gfc-internal-format
63852 msgid "Data transfer element at %L cannot be polymorphic unless it is processed by a defined input/output procedure"
63853 msgstr ""
63854
63855 #: fortran/resolve.c:9845
63856 #, gcc-internal-format, gfc-internal-format
63857 msgid "Data transfer element at %L cannot have POINTER components unless it is processed by a defined input/output procedure"
63858 msgstr ""
63859
63860 #: fortran/resolve.c:9854
63861 #, gcc-internal-format, gfc-internal-format
63862 msgid "Data transfer element at %L cannot have procedure pointer components"
63863 msgstr ""
63864
63865 #: fortran/resolve.c:9861
63866 #, gcc-internal-format, gfc-internal-format
63867 msgid "Data transfer element at %L cannot have ALLOCATABLE components unless it is processed by a defined input/output procedure"
63868 msgstr ""
63869
63870 #: fortran/resolve.c:9872
63871 #, gcc-internal-format, gfc-internal-format
63872 msgid "Data transfer element at %L cannot have PRIVATE components"
63873 msgstr ""
63874
63875 #: fortran/resolve.c:9878
63876 #, gcc-internal-format, gfc-internal-format
63877 msgid "Data transfer element at %L cannot have PRIVATE components unless it is processed by a defined input/output procedure"
63878 msgstr ""
63879
63880 #: fortran/resolve.c:9893
63881 #, gcc-internal-format, gfc-internal-format
63882 msgid "Data transfer element at %L cannot be a full reference to an assumed-size array"
63883 msgstr ""
63884
63885 #: fortran/resolve.c:9953
63886 #, gcc-internal-format, gfc-internal-format
63887 msgid "Lock variable at %L must be a scalar of type LOCK_TYPE"
63888 msgstr ""
63889
63890 #: fortran/resolve.c:9963
63891 #, gcc-internal-format, gfc-internal-format
63892 msgid "Event variable at %L must be a scalar of type EVENT_TYPE"
63893 msgstr ""
63894
63895 #: fortran/resolve.c:9967
63896 #, gcc-internal-format, gfc-internal-format
63897 msgid "Event variable argument at %L must be a coarray or coindexed"
63898 msgstr ""
63899
63900 #: fortran/resolve.c:9970
63901 #, gcc-internal-format, gfc-internal-format
63902 msgid "Event variable argument at %L must be a coarray but not coindexed"
63903 msgstr ""
63904
63905 #: fortran/resolve.c:9977 fortran/resolve.c:10099
63906 #, gcc-internal-format, gfc-internal-format
63907 msgid "STAT= argument at %L must be a scalar INTEGER variable"
63908 msgstr ""
63909
63910 #: fortran/resolve.c:9989 fortran/resolve.c:10107
63911 #, gcc-internal-format, gfc-internal-format
63912 msgid "ERRMSG= argument at %L must be a scalar CHARACTER variable"
63913 msgstr ""
63914
63915 #: fortran/resolve.c:10001
63916 #, gcc-internal-format, gfc-internal-format
63917 msgid "ACQUIRED_LOCK= argument at %L must be a scalar LOGICAL variable"
63918 msgstr ""
63919
63920 #: fortran/resolve.c:10014
63921 #, gcc-internal-format, gfc-internal-format
63922 msgid "UNTIL_COUNT= argument at %L must be a scalar INTEGER expression"
63923 msgstr ""
63924
63925 #: fortran/resolve.c:10075
63926 #, gcc-internal-format, gfc-internal-format
63927 msgid "Imageset argument at %L must be a scalar or rank-1 INTEGER expression"
63928 msgstr ""
63929
63930 #: fortran/resolve.c:10079 fortran/resolve.c:10089
63931 #, gcc-internal-format, gfc-internal-format
63932 msgid "Imageset argument at %L must between 1 and num_images()"
63933 msgstr ""
63934
63935 #: fortran/resolve.c:10134
63936 #, gcc-internal-format, gfc-internal-format
63937 msgid "Statement at %L is not a valid branch target statement for the branch statement at %L"
63938 msgstr ""
63939
63940 #: fortran/resolve.c:10144
63941 #, gcc-internal-format, gfc-internal-format
63942 msgid "Branch at %L may result in an infinite loop"
63943 msgstr ""
63944
63945 #. Note: A label at END CRITICAL does not leave the CRITICAL
63946 #. construct as END CRITICAL is still part of it.
63947 #: fortran/resolve.c:10161 fortran/resolve.c:10184
63948 #, gcc-internal-format, gfc-internal-format
63949 msgid "GOTO statement at %L leaves CRITICAL construct for label at %L"
63950 msgstr ""
63951
63952 #: fortran/resolve.c:10165 fortran/resolve.c:10190
63953 #, gcc-internal-format, gfc-internal-format
63954 msgid "GOTO statement at %L leaves DO CONCURRENT construct for label at %L"
63955 msgstr ""
63956
63957 #. The label is not in an enclosing block, so illegal. This was
63958 #. allowed in Fortran 66, so we allow it as extension. No
63959 #. further checks are necessary in this case.
63960 #: fortran/resolve.c:10205
63961 #, gcc-internal-format, gfc-internal-format
63962 msgid "Label at %L is not in the same block as the GOTO statement at %L"
63963 msgstr ""
63964
63965 #: fortran/resolve.c:10277
63966 #, gcc-internal-format, gfc-internal-format
63967 msgid "WHERE mask at %L has inconsistent shape"
63968 msgstr ""
63969
63970 #: fortran/resolve.c:10293
63971 #, gcc-internal-format, gfc-internal-format
63972 msgid "WHERE assignment target at %L has inconsistent shape"
63973 msgstr ""
63974
63975 #: fortran/resolve.c:10301 fortran/resolve.c:10388
63976 #, gcc-internal-format, gfc-internal-format
63977 msgid "Non-ELEMENTAL user-defined assignment in WHERE at %L"
63978 msgstr ""
63979
63980 #: fortran/resolve.c:10311 fortran/resolve.c:10398
63981 #, gcc-internal-format, gfc-internal-format
63982 msgid "Unsupported statement inside WHERE at %L"
63983 msgstr ""
63984
63985 #: fortran/resolve.c:10342
63986 #, gcc-internal-format, gfc-internal-format
63987 msgid "Assignment to a FORALL index variable at %L"
63988 msgstr ""
63989
63990 #: fortran/resolve.c:10351
63991 #, gcc-internal-format
63992 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"
63993 msgstr ""
63994
63995 #: fortran/resolve.c:10498
63996 #, gcc-internal-format, gfc-internal-format
63997 msgid "FORALL construct at %L"
63998 msgstr ""
63999
64000 #: fortran/resolve.c:10519
64001 #, gcc-internal-format, gfc-internal-format
64002 msgid "FORALL index-name at %L must be a scalar variable of type integer"
64003 msgstr ""
64004
64005 #: fortran/resolve.c:10529
64006 #, gcc-internal-format, gfc-internal-format
64007 msgid "An outer FORALL construct already has an index with this name %L"
64008 msgstr ""
64009
64010 #: fortran/resolve.c:10606
64011 #, gcc-internal-format, gfc-internal-format
64012 msgid "WHERE/ELSEWHERE clause at %L requires a LOGICAL array"
64013 msgstr ""
64014
64015 #: fortran/resolve.c:10711
64016 #, gcc-internal-format
64017 msgid "gfc_resolve_blocks(): Bad block type"
64018 msgstr ""
64019
64020 #: fortran/resolve.c:10824
64021 #, gcc-internal-format, gfc-internal-format
64022 msgid "CHARACTER expression will be truncated in assignment (%ld/%ld) at %L"
64023 msgstr ""
64024
64025 #: fortran/resolve.c:10856
64026 #, gcc-internal-format, gfc-internal-format
64027 msgid "Coindexed expression at %L is assigned to a derived type variable with a POINTER component in a PURE procedure"
64028 msgstr ""
64029
64030 #. F2008, C1283 (4).
64031 #: fortran/resolve.c:10862
64032 #, gcc-internal-format, gfc-internal-format
64033 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."
64034 msgstr ""
64035
64036 #: fortran/resolve.c:10874
64037 #, gcc-internal-format, gfc-internal-format
64038 msgid "Assignment to coindexed variable at %L in a PURE procedure"
64039 msgstr ""
64040
64041 #: fortran/resolve.c:10906
64042 #, gcc-internal-format, gfc-internal-format
64043 msgid "Assignment to polymorphic coarray at %L is not permitted"
64044 msgstr ""
64045
64046 #: fortran/resolve.c:10910
64047 #, gcc-internal-format, gfc-internal-format
64048 msgid "Assignment to an allocatable polymorphic variable at %L"
64049 msgstr ""
64050
64051 #: fortran/resolve.c:10915
64052 #, gcc-internal-format
64053 msgid "Assignment to an allocatable polymorphic variable at %L requires %<-frealloc-lhs%>"
64054 msgstr ""
64055
64056 #: fortran/resolve.c:10922
64057 #, gcc-internal-format, gfc-internal-format
64058 msgid "Nonallocatable variable must not be polymorphic in intrinsic assignment at %L - check that there is a matching specific subroutine for '=' operator"
64059 msgstr ""
64060
64061 #: fortran/resolve.c:10933
64062 #, gcc-internal-format, gfc-internal-format
64063 msgid "Coindexed variable must not have an allocatable ultimate component in assignment at %L"
64064 msgstr ""
64065
64066 #: fortran/resolve.c:11251
64067 #, gcc-internal-format, gfc-internal-format
64068 msgid "TODO: type-bound defined assignment(s) at %L not done because multiple part array references would occur in intermediate expressions."
64069 msgstr ""
64070
64071 #. Even if standard does not support this feature, continue to build
64072 #. the two statements to avoid upsetting frontend_passes.c.
64073 #: fortran/resolve.c:11493
64074 #, gcc-internal-format, gfc-internal-format
64075 msgid "Pointer procedure assignment at %L"
64076 msgstr ""
64077
64078 #: fortran/resolve.c:11505
64079 #, gcc-internal-format, gfc-internal-format
64080 msgid "The function result on the lhs of the assignment at %L must have the pointer attribute."
64081 msgstr ""
64082
64083 #: fortran/resolve.c:11750
64084 #, gcc-internal-format, gfc-internal-format
64085 msgid "ASSIGNED GOTO statement at %L requires an INTEGER variable"
64086 msgstr ""
64087
64088 #: fortran/resolve.c:11753
64089 #, gcc-internal-format
64090 msgid "Variable %qs has not been assigned a target label at %L"
64091 msgstr ""
64092
64093 #: fortran/resolve.c:11764
64094 #, gcc-internal-format, gfc-internal-format
64095 msgid "Alternate RETURN statement at %L requires a SCALAR-INTEGER return specifier"
64096 msgstr ""
64097
64098 #: fortran/resolve.c:11826
64099 #, gcc-internal-format, gfc-internal-format
64100 msgid "ASSIGN statement at %L requires a scalar default INTEGER variable"
64101 msgstr ""
64102
64103 #: fortran/resolve.c:11872
64104 #, gcc-internal-format, gfc-internal-format
64105 msgid "Invalid NULL at %L"
64106 msgstr ""
64107
64108 #: fortran/resolve.c:11876
64109 #, gcc-internal-format, gfc-internal-format
64110 msgid "Arithmetic IF statement at %L requires a scalar REAL or INTEGER expression"
64111 msgstr ""
64112
64113 #: fortran/resolve.c:11937
64114 #, gcc-internal-format
64115 msgid "gfc_resolve_code(): No expression on DO WHILE"
64116 msgstr ""
64117
64118 #: fortran/resolve.c:11942
64119 #, gcc-internal-format, gfc-internal-format
64120 msgid "Exit condition of DO WHILE loop at %L must be a scalar LOGICAL expression"
64121 msgstr ""
64122
64123 #: fortran/resolve.c:12026
64124 #, gcc-internal-format, gfc-internal-format
64125 msgid "FORALL mask clause at %L requires a scalar LOGICAL expression"
64126 msgstr ""
64127
64128 #: fortran/resolve.c:12107
64129 #, gcc-internal-format
64130 msgid "gfc_resolve_code(): Bad statement code"
64131 msgstr ""
64132
64133 #: fortran/resolve.c:12217
64134 #, gcc-internal-format
64135 msgid "Variable %qs with binding label %qs at %L uses the same global identifier as entity at %L"
64136 msgstr ""
64137
64138 #. This can only happen if the variable is defined in a module - if it
64139 #. isn't the same module, reject it.
64140 #: fortran/resolve.c:12231
64141 #, gcc-internal-format
64142 msgid "Variable %qs from module %qs with binding label %qs at %L uses the same global identifier as entity at %L from module %qs"
64143 msgstr ""
64144
64145 #. Print an error if the procedure is defined multiple times; we have to
64146 #. exclude references to the same procedure via module association or
64147 #. multiple checks for the same procedure.
64148 #: fortran/resolve.c:12250
64149 #, gcc-internal-format
64150 msgid "Procedure %qs with binding label %qs at %L uses the same global identifier as entity at %L"
64151 msgstr ""
64152
64153 #: fortran/resolve.c:12335
64154 #, gcc-internal-format, gfc-internal-format
64155 msgid "String length at %L is too large"
64156 msgstr ""
64157
64158 #: fortran/resolve.c:12567
64159 #, gcc-internal-format
64160 msgid "Allocatable array %qs at %L must have a deferred shape or assumed rank"
64161 msgstr ""
64162
64163 #: fortran/resolve.c:12571
64164 #, gcc-internal-format
64165 msgid "Scalar object %qs at %L may not be ALLOCATABLE"
64166 msgstr ""
64167
64168 #: fortran/resolve.c:12579
64169 #, gcc-internal-format
64170 msgid "Array pointer %qs at %L must have a deferred shape or assumed rank"
64171 msgstr ""
64172
64173 #: fortran/resolve.c:12589
64174 #, gcc-internal-format
64175 msgid "Array %qs at %L cannot have a deferred shape"
64176 msgstr ""
64177
64178 #: fortran/resolve.c:12604
64179 #, gcc-internal-format
64180 msgid "Type %qs of CLASS variable %qs at %L is not extensible"
64181 msgstr ""
64182
64183 #: fortran/resolve.c:12616
64184 #, gcc-internal-format
64185 msgid "CLASS variable %qs at %L must be dummy, allocatable or pointer"
64186 msgstr ""
64187
64188 #: fortran/resolve.c:12648
64189 #, gcc-internal-format
64190 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"
64191 msgstr ""
64192
64193 #: fortran/resolve.c:12670
64194 #, gcc-internal-format
64195 msgid "Implied SAVE for module variable %qs at %L, needed due to the default initialization"
64196 msgstr ""
64197
64198 #: fortran/resolve.c:12701
64199 #, gcc-internal-format
64200 msgid "Entity %qs at %L has a deferred type parameter and requires either the POINTER or ALLOCATABLE attribute"
64201 msgstr ""
64202
64203 #. F08:C541. The shape of an array defined in a main program or module
64204 #. * needs to be constant.
64205 #: fortran/resolve.c:12737
64206 #, gcc-internal-format
64207 msgid "The module or main program array %qs at %L must have constant shape"
64208 msgstr ""
64209
64210 #: fortran/resolve.c:12762
64211 #, gcc-internal-format, gfc-internal-format
64212 msgid "Entity with assumed character length at %L must be a dummy argument or a PARAMETER"
64213 msgstr ""
64214
64215 #: fortran/resolve.c:12783
64216 #, gcc-internal-format
64217 msgid "%qs at %L must have constant character length in this context"
64218 msgstr ""
64219
64220 #: fortran/resolve.c:12790
64221 #, gcc-internal-format
64222 msgid "COMMON variable %qs at %L must have constant character length"
64223 msgstr ""
64224
64225 #: fortran/resolve.c:12837
64226 #, gcc-internal-format
64227 msgid "Allocatable %qs at %L cannot have an initializer"
64228 msgstr ""
64229
64230 #: fortran/resolve.c:12840
64231 #, gcc-internal-format
64232 msgid "External %qs at %L cannot have an initializer"
64233 msgstr ""
64234
64235 #: fortran/resolve.c:12844
64236 #, gcc-internal-format
64237 msgid "Dummy %qs at %L cannot have an initializer"
64238 msgstr ""
64239
64240 #: fortran/resolve.c:12847
64241 #, gcc-internal-format
64242 msgid "Intrinsic %qs at %L cannot have an initializer"
64243 msgstr ""
64244
64245 #: fortran/resolve.c:12850
64246 #, gcc-internal-format
64247 msgid "Function result %qs at %L cannot have an initializer"
64248 msgstr ""
64249
64250 #: fortran/resolve.c:12853
64251 #, gcc-internal-format
64252 msgid "Automatic array %qs at %L cannot have an initializer"
64253 msgstr ""
64254
64255 #: fortran/resolve.c:12895
64256 #, gcc-internal-format, gfc-internal-format
64257 msgid "%s at %L"
64258 msgstr ""
64259
64260 #: fortran/resolve.c:12926
64261 #, gcc-internal-format
64262 msgid "Character-valued statement function %qs at %L must have constant length"
64263 msgstr ""
64264
64265 #: fortran/resolve.c:12948
64266 #, gcc-internal-format
64267 msgid "%qs is of a PRIVATE type and cannot be a dummy argument of %qs, which is PUBLIC at %L"
64268 msgstr ""
64269
64270 #: fortran/resolve.c:12970
64271 #, gcc-internal-format
64272 msgid "Procedure %qs in PUBLIC interface %qs at %L takes dummy arguments of %qs which is PRIVATE"
64273 msgstr ""
64274
64275 #: fortran/resolve.c:12988
64276 #, gcc-internal-format
64277 msgid "Function %qs at %L cannot have an initializer"
64278 msgstr ""
64279
64280 #: fortran/resolve.c:13000
64281 #, gcc-internal-format
64282 msgid "External object %qs at %L may not have an initializer"
64283 msgstr ""
64284
64285 #: fortran/resolve.c:13009
64286 #, gcc-internal-format
64287 msgid "ELEMENTAL function %qs at %L must have a scalar result"
64288 msgstr ""
64289
64290 #: fortran/resolve.c:13019
64291 #, gcc-internal-format
64292 msgid "Statement function %qs at %L may not have pointer or allocatable attribute"
64293 msgstr ""
64294
64295 #: fortran/resolve.c:13038
64296 #, gcc-internal-format
64297 msgid "CHARACTER(*) function %qs at %L cannot be array-valued"
64298 msgstr ""
64299
64300 #: fortran/resolve.c:13042
64301 #, gcc-internal-format
64302 msgid "CHARACTER(*) function %qs at %L cannot be pointer-valued"
64303 msgstr ""
64304
64305 #: fortran/resolve.c:13046
64306 #, gcc-internal-format
64307 msgid "CHARACTER(*) function %qs at %L cannot be pure"
64308 msgstr ""
64309
64310 #: fortran/resolve.c:13050
64311 #, gcc-internal-format
64312 msgid "CHARACTER(*) function %qs at %L cannot be recursive"
64313 msgstr ""
64314
64315 #: fortran/resolve.c:13063
64316 #, gcc-internal-format
64317 msgid "CHARACTER(*) function %qs at %L"
64318 msgstr ""
64319
64320 #: fortran/resolve.c:13072
64321 #, gcc-internal-format
64322 msgid "Procedure pointer %qs at %L shall not be elemental"
64323 msgstr ""
64324
64325 #: fortran/resolve.c:13078
64326 #, gcc-internal-format
64327 msgid "Dummy procedure %qs at %L shall not be elemental"
64328 msgstr ""
64329
64330 #: fortran/resolve.c:13090
64331 #, gcc-internal-format
64332 msgid "Function result variable %qs at %L of elemental function %qs shall not have an ALLOCATABLE or POINTER attribute"
64333 msgstr ""
64334
64335 #: fortran/resolve.c:13147
64336 #, gcc-internal-format
64337 msgid "PROCEDURE attribute conflicts with SAVE attribute in %qs at %L"
64338 msgstr ""
64339
64340 #: fortran/resolve.c:13153
64341 #, gcc-internal-format
64342 msgid "PROCEDURE attribute conflicts with INTENT attribute in %qs at %L"
64343 msgstr ""
64344
64345 #: fortran/resolve.c:13159
64346 #, gcc-internal-format
64347 msgid "PROCEDURE attribute conflicts with RESULT attribute in %qs at %L"
64348 msgstr ""
64349
64350 #: fortran/resolve.c:13167
64351 #, gcc-internal-format
64352 msgid "EXTERNAL attribute conflicts with FUNCTION attribute in %qs at %L"
64353 msgstr ""
64354
64355 #: fortran/resolve.c:13173
64356 #, gcc-internal-format
64357 msgid "Procedure pointer result %qs at %L is missing the pointer attribute"
64358 msgstr ""
64359
64360 #: fortran/resolve.c:13216
64361 #, gcc-internal-format, gfc-internal-format
64362 msgid "Mismatch in ELEMENTAL attribute between MODULE PROCEDURE at %L and its interface in %s"
64363 msgstr ""
64364
64365 #: fortran/resolve.c:13224
64366 #, gcc-internal-format, gfc-internal-format
64367 msgid "Mismatch in PURE attribute between MODULE PROCEDURE at %L and its interface in %s"
64368 msgstr ""
64369
64370 #: fortran/resolve.c:13232
64371 #, gcc-internal-format, gfc-internal-format
64372 msgid "Mismatch in RECURSIVE attribute between MODULE PROCEDURE at %L and its interface in %s"
64373 msgstr ""
64374
64375 #: fortran/resolve.c:13241
64376 #, gcc-internal-format
64377 msgid "%s between the MODULE PROCEDURE declaration in MODULE %qs and the declaration at %L in (SUB)MODULE %qs"
64378 msgstr ""
64379
64380 #: fortran/resolve.c:13325
64381 #, gcc-internal-format
64382 msgid "FINAL procedure %qs at %L is not a SUBROUTINE"
64383 msgstr ""
64384
64385 #: fortran/resolve.c:13334
64386 #, gcc-internal-format, gfc-internal-format
64387 msgid "FINAL procedure at %L must have exactly one argument"
64388 msgstr ""
64389
64390 #: fortran/resolve.c:13343
64391 #, gcc-internal-format
64392 msgid "Argument of FINAL procedure at %L must be of type %qs"
64393 msgstr ""
64394
64395 #: fortran/resolve.c:13351
64396 #, gcc-internal-format, gfc-internal-format
64397 msgid "Argument of FINAL procedure at %L must not be a POINTER"
64398 msgstr ""
64399
64400 #: fortran/resolve.c:13357
64401 #, gcc-internal-format, gfc-internal-format
64402 msgid "Argument of FINAL procedure at %L must not be ALLOCATABLE"
64403 msgstr ""
64404
64405 #: fortran/resolve.c:13363
64406 #, gcc-internal-format, gfc-internal-format
64407 msgid "Argument of FINAL procedure at %L must not be OPTIONAL"
64408 msgstr ""
64409
64410 #: fortran/resolve.c:13371
64411 #, gcc-internal-format, gfc-internal-format
64412 msgid "Argument of FINAL procedure at %L must not be INTENT(OUT)"
64413 msgstr ""
64414
64415 #: fortran/resolve.c:13380
64416 #, gcc-internal-format, gfc-internal-format
64417 msgid "Non-scalar FINAL procedure at %L should have assumed shape argument"
64418 msgstr ""
64419
64420 #: fortran/resolve.c:13402
64421 #, gcc-internal-format
64422 msgid "FINAL procedure %qs declared at %L has the same rank (%d) as %qs"
64423 msgstr ""
64424
64425 #: fortran/resolve.c:13439
64426 #, gcc-internal-format
64427 msgid "Only array FINAL procedures declared for derived type %qs defined at %L, suggest also scalar one"
64428 msgstr ""
64429
64430 #: fortran/resolve.c:13479
64431 #, gcc-internal-format
64432 msgid "%qs and %qs cannot be mixed FUNCTION/SUBROUTINE for GENERIC %qs at %L"
64433 msgstr ""
64434
64435 #: fortran/resolve.c:13515
64436 #, gcc-internal-format
64437 msgid "%qs and %qs for GENERIC %qs at %L are ambiguous"
64438 msgstr ""
64439
64440 #: fortran/resolve.c:13574
64441 #, gcc-internal-format
64442 msgid "Undefined specific binding %qs as target of GENERIC %qs at %L"
64443 msgstr ""
64444
64445 #: fortran/resolve.c:13586
64446 #, gcc-internal-format
64447 msgid "GENERIC %qs at %L must target a specific binding, %qs is GENERIC, too"
64448 msgstr ""
64449
64450 #: fortran/resolve.c:13614
64451 #, gcc-internal-format
64452 msgid "GENERIC %qs at %L cannot overwrite specific binding with the same name"
64453 msgstr ""
64454
64455 #: fortran/resolve.c:13670
64456 #, gcc-internal-format, gfc-internal-format
64457 msgid "Type-bound operator at %L cannot be NOPASS"
64458 msgstr ""
64459
64460 #: fortran/resolve.c:13881
64461 #, gcc-internal-format
64462 msgid "%qs must be a module procedure or an external procedure with an explicit interface at %L"
64463 msgstr ""
64464
64465 #: fortran/resolve.c:13924
64466 #, gcc-internal-format
64467 msgid "Procedure %qs with PASS(%s) at %L has no argument %qs"
64468 msgstr ""
64469
64470 #: fortran/resolve.c:13938
64471 #, gcc-internal-format
64472 msgid "Procedure %qs with PASS at %L must have at least one argument"
64473 msgstr ""
64474
64475 #: fortran/resolve.c:13952 fortran/resolve.c:14438
64476 #, gcc-internal-format
64477 msgid "Non-polymorphic passed-object dummy argument of %qs at %L"
64478 msgstr ""
64479
64480 #: fortran/resolve.c:13960
64481 #, gcc-internal-format
64482 msgid "Argument %qs of %qs with PASS(%s) at %L must be of the derived-type %qs"
64483 msgstr ""
64484
64485 #: fortran/resolve.c:13969
64486 #, gcc-internal-format
64487 msgid "Passed-object dummy argument of %qs at %L must be scalar"
64488 msgstr ""
64489
64490 #: fortran/resolve.c:13975
64491 #, gcc-internal-format
64492 msgid "Passed-object dummy argument of %qs at %L must not be ALLOCATABLE"
64493 msgstr ""
64494
64495 #: fortran/resolve.c:13981
64496 #, gcc-internal-format
64497 msgid "Passed-object dummy argument of %qs at %L must not be POINTER"
64498 msgstr ""
64499
64500 #: fortran/resolve.c:14010
64501 #, gcc-internal-format
64502 msgid "Procedure %qs at %L has the same name as a component of %qs"
64503 msgstr ""
64504
64505 #: fortran/resolve.c:14020
64506 #, gcc-internal-format
64507 msgid "Procedure %qs at %L has the same name as an inherited component of %qs"
64508 msgstr ""
64509
64510 #: fortran/resolve.c:14115
64511 #, gcc-internal-format
64512 msgid "Derived-type %qs declared at %L must be ABSTRACT because %qs is DEFERRED and not overridden"
64513 msgstr ""
64514
64515 #: fortran/resolve.c:14218
64516 #, gcc-internal-format
64517 msgid "Coarray component %qs at %L must be allocatable with deferred shape"
64518 msgstr ""
64519
64520 #: fortran/resolve.c:14227
64521 #, gcc-internal-format
64522 msgid "Component %qs at %L of TYPE(C_PTR) or TYPE(C_FUNPTR) shall not be a coarray"
64523 msgstr ""
64524
64525 #: fortran/resolve.c:14237
64526 #, gcc-internal-format
64527 msgid "Component %qs at %L with coarray component shall be a nonpointer, nonallocatable scalar"
64528 msgstr ""
64529
64530 #: fortran/resolve.c:14262
64531 #, gcc-internal-format
64532 msgid "Component %qs at %L has the CONTIGUOUS attribute but is not an array pointer"
64533 msgstr ""
64534
64535 #: fortran/resolve.c:14273
64536 #, gcc-internal-format
64537 msgid "Component %qs of BIND(C) type at %L must have length one"
64538 msgstr ""
64539
64540 #: fortran/resolve.c:14371
64541 #, gcc-internal-format
64542 msgid "Procedure pointer component %qs with PASS(%s) at %L has no argument %qs"
64543 msgstr ""
64544
64545 #: fortran/resolve.c:14385
64546 #, gcc-internal-format
64547 msgid "Procedure pointer component %qs with PASS at %L must have at least one argument"
64548 msgstr ""
64549
64550 #: fortran/resolve.c:14401
64551 #, gcc-internal-format
64552 msgid "Argument %qs of %qs with PASS(%s) at %L must be of the derived type %qs"
64553 msgstr ""
64554
64555 #: fortran/resolve.c:14411
64556 #, gcc-internal-format
64557 msgid "Argument %qs of %qs with PASS(%s) at %L must be scalar"
64558 msgstr ""
64559
64560 #: fortran/resolve.c:14420
64561 #, gcc-internal-format
64562 msgid "Argument %qs of %qs with PASS(%s) at %L may not have the POINTER attribute"
64563 msgstr ""
64564
64565 #: fortran/resolve.c:14429
64566 #, gcc-internal-format
64567 msgid "Argument %qs of %qs with PASS(%s) at %L may not be ALLOCATABLE"
64568 msgstr ""
64569
64570 #: fortran/resolve.c:14471
64571 #, gcc-internal-format
64572 msgid "Component %qs of %qs at %L has the same name as an inherited type-bound procedure"
64573 msgstr ""
64574
64575 #: fortran/resolve.c:14484
64576 #, gcc-internal-format
64577 msgid "Character length of component %qs needs to be a constant specification expression at %L"
64578 msgstr ""
64579
64580 #: fortran/resolve.c:14495
64581 #, gcc-internal-format
64582 msgid "Character component %qs of %qs at %L with deferred length must be a POINTER or ALLOCATABLE"
64583 msgstr ""
64584
64585 #: fortran/resolve.c:14528
64586 #, gcc-internal-format
64587 msgid "the component %qs is a PRIVATE type and cannot be a component of %qs, which is PUBLIC at %L"
64588 msgstr ""
64589
64590 #: fortran/resolve.c:14536
64591 #, gcc-internal-format, gfc-internal-format
64592 msgid "Polymorphic component %s at %L in SEQUENCE or BIND(C) type %s"
64593 msgstr ""
64594
64595 #: fortran/resolve.c:14545
64596 #, gcc-internal-format, gfc-internal-format
64597 msgid "Component %s of SEQUENCE type declared at %L does not have the SEQUENCE attribute"
64598 msgstr ""
64599
64600 #: fortran/resolve.c:14627
64601 #, gcc-internal-format, gfc-internal-format
64602 msgid "Conflicting initializers in union at %L and %L"
64603 msgstr ""
64604
64605 #: fortran/resolve.c:14672
64606 #, gcc-internal-format
64607 msgid "As extending type %qs at %L has a coarray component, parent type %qs shall also have one"
64608 msgstr ""
64609
64610 #: fortran/resolve.c:14685
64611 #, gcc-internal-format
64612 msgid "Non-extensible derived-type %qs at %L must not be ABSTRACT"
64613 msgstr ""
64614
64615 #: fortran/resolve.c:14749
64616 #, gcc-internal-format
64617 msgid "Parameterized type %qs does not have a component corresponding to parameter %qs at %L"
64618 msgstr ""
64619
64620 #: fortran/resolve.c:14782
64621 #, gcc-internal-format
64622 msgid "Generic name %qs of function %qs at %L being the same name as derived type at %L"
64623 msgstr ""
64624
64625 #: fortran/resolve.c:14796
64626 #, gcc-internal-format
64627 msgid "Derived type %qs at %L has not been declared"
64628 msgstr ""
64629
64630 #: fortran/resolve.c:14861
64631 #, gcc-internal-format
64632 msgid "Assumed size array %qs in namelist %qs at %L is not allowed"
64633 msgstr ""
64634
64635 #: fortran/resolve.c:14867
64636 #, gcc-internal-format
64637 msgid "NAMELIST array object %qs with assumed shape in namelist %qs at %L"
64638 msgstr ""
64639
64640 #: fortran/resolve.c:14873
64641 #, gcc-internal-format
64642 msgid "NAMELIST array object %qs with nonconstant shape in namelist %qs at %L"
64643 msgstr ""
64644
64645 #: fortran/resolve.c:14881
64646 #, gcc-internal-format
64647 msgid "NAMELIST object %qs with nonconstant character length in namelist %qs at %L"
64648 msgstr ""
64649
64650 #: fortran/resolve.c:14898
64651 #, gcc-internal-format
64652 msgid "NAMELIST object %qs was declared PRIVATE and cannot be member of PUBLIC namelist %qs at %L"
64653 msgstr ""
64654
64655 #: fortran/resolve.c:14920
64656 #, gcc-internal-format
64657 msgid "NAMELIST object %qs has use-associated PRIVATE components and cannot be member of namelist %qs at %L"
64658 msgstr ""
64659
64660 #: fortran/resolve.c:14931
64661 #, gcc-internal-format
64662 msgid "NAMELIST object %qs has PRIVATE components and cannot be a member of PUBLIC namelist %qs at %L"
64663 msgstr ""
64664
64665 #: fortran/resolve.c:14958
64666 #, gcc-internal-format
64667 msgid "PROCEDURE attribute conflicts with NAMELIST attribute in %qs at %L"
64668 msgstr ""
64669
64670 #: fortran/resolve.c:14982
64671 #, gcc-internal-format
64672 msgid "Parameter array %qs at %L cannot be automatic or of deferred shape"
64673 msgstr ""
64674
64675 #: fortran/resolve.c:14998
64676 #, gcc-internal-format
64677 msgid "Implicitly typed PARAMETER %qs at %L doesn't match a later IMPLICIT type"
64678 msgstr ""
64679
64680 #: fortran/resolve.c:15009
64681 #, gcc-internal-format, gfc-internal-format
64682 msgid "Incompatible derived type in PARAMETER at %L"
64683 msgstr ""
64684
64685 #: fortran/resolve.c:15017
64686 #, gcc-internal-format
64687 msgid "CLASS variable %qs at %L cannot have the PARAMETER attribute"
64688 msgstr ""
64689
64690 #: fortran/resolve.c:15068
64691 #, gcc-internal-format
64692 msgid "The object %qs at %L has a deferred LEN parameter %qs and is neither allocatable nor a pointer"
64693 msgstr ""
64694
64695 #: fortran/resolve.c:15079
64696 #, gcc-internal-format
64697 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)"
64698 msgstr ""
64699
64700 #: fortran/resolve.c:15086
64701 #, gcc-internal-format
64702 msgid "The object %qs at %L with ASSUMED type parameters must be a dummy or a SELECT TYPE selector(F08/4.2)"
64703 msgstr ""
64704
64705 #: fortran/resolve.c:15125
64706 #, gcc-internal-format, gfc-internal-format
64707 msgid "Sorry, allocatable/pointer components in polymorphic (CLASS) type coarrays at %L are unsupported"
64708 msgstr ""
64709
64710 #: fortran/resolve.c:15189
64711 #, gcc-internal-format, gfc-internal-format
64712 msgid "PROTECTED attribute conflicts with EXTERNAL attribute at %L"
64713 msgstr ""
64714
64715 #: fortran/resolve.c:15192
64716 #, gcc-internal-format, gfc-internal-format
64717 msgid "PROCEDURE attribute conflicts with PROTECTED attribute at %L"
64718 msgstr ""
64719
64720 #: fortran/resolve.c:15288
64721 #, gcc-internal-format
64722 msgid "%qs at %L has the CONTIGUOUS attribute but is not an array pointer or an assumed-shape or assumed-rank array"
64723 msgstr ""
64724
64725 #: fortran/resolve.c:15309
64726 #, gcc-internal-format, gfc-internal-format
64727 msgid "Bad specification for assumed size array at %L"
64728 msgstr ""
64729
64730 #: fortran/resolve.c:15322
64731 #, gcc-internal-format, gfc-internal-format
64732 msgid "Assumed size array at %L must be a dummy argument"
64733 msgstr ""
64734
64735 #: fortran/resolve.c:15325
64736 #, gcc-internal-format, gfc-internal-format
64737 msgid "Assumed shape array at %L must be a dummy argument"
64738 msgstr ""
64739
64740 #: fortran/resolve.c:15335
64741 #, gcc-internal-format, gfc-internal-format
64742 msgid "Assumed-rank array at %L must be a dummy argument"
64743 msgstr ""
64744
64745 #: fortran/resolve.c:15342
64746 #, gcc-internal-format, gfc-internal-format
64747 msgid "Assumed-rank array at %L may not have the VALUE or CODIMENSION attribute"
64748 msgstr ""
64749
64750 #: fortran/resolve.c:15355
64751 #, gcc-internal-format, gfc-internal-format
64752 msgid "Symbol at %L is not a DUMMY variable"
64753 msgstr ""
64754
64755 #: fortran/resolve.c:15361
64756 #, gcc-internal-format
64757 msgid "%qs at %L cannot have the VALUE attribute because it is not a dummy argument"
64758 msgstr ""
64759
64760 #: fortran/resolve.c:15371
64761 #, gcc-internal-format
64762 msgid "Character dummy variable %qs at %L with VALUE attribute must have constant length"
64763 msgstr ""
64764
64765 #: fortran/resolve.c:15380
64766 #, gcc-internal-format
64767 msgid "C interoperable character dummy variable %qs at %L with VALUE attribute must have length one"
64768 msgstr ""
64769
64770 #: fortran/resolve.c:15393 fortran/resolve.c:15570
64771 #, gcc-internal-format
64772 msgid "The derived type %qs at %L is of type %qs, which has not been defined"
64773 msgstr ""
64774
64775 #: fortran/resolve.c:15407
64776 #, gcc-internal-format, gfc-internal-format
64777 msgid "Variable %s at %L with NO_ARG_CHECK attribute shall be a dummy argument"
64778 msgstr ""
64779
64780 #: fortran/resolve.c:15416
64781 #, gcc-internal-format, gfc-internal-format
64782 msgid "Variable %s at %L with NO_ARG_CHECK attribute shall be of type TYPE(*) or of an numeric intrinsic type"
64783 msgstr ""
64784
64785 #: fortran/resolve.c:15425
64786 #, gcc-internal-format, gfc-internal-format
64787 msgid "Variable %s at %L with NO_ARG_CHECK attribute may not have the ALLOCATABLE, CODIMENSION, POINTER or VALUE attribute"
64788 msgstr ""
64789
64790 #: fortran/resolve.c:15433
64791 #, gcc-internal-format, gfc-internal-format
64792 msgid "Variable %s at %L with NO_ARG_CHECK attribute may not have the INTENT(OUT) attribute"
64793 msgstr ""
64794
64795 #: fortran/resolve.c:15440
64796 #, gcc-internal-format, gfc-internal-format
64797 msgid "Variable %s at %L with NO_ARG_CHECK attribute shall either be a scalar or an assumed-size array"
64798 msgstr ""
64799
64800 #: fortran/resolve.c:15460
64801 #, gcc-internal-format, gfc-internal-format
64802 msgid "Assumed type of variable %s at %L is only permitted for dummy variables"
64803 msgstr ""
64804
64805 #: fortran/resolve.c:15467
64806 #, gcc-internal-format, gfc-internal-format
64807 msgid "Assumed-type variable %s at %L may not have the ALLOCATABLE, CODIMENSION, POINTER or VALUE attribute"
64808 msgstr ""
64809
64810 #: fortran/resolve.c:15474
64811 #, gcc-internal-format, gfc-internal-format
64812 msgid "Assumed-type variable %s at %L may not have the INTENT(OUT) attribute"
64813 msgstr ""
64814
64815 #: fortran/resolve.c:15481
64816 #, gcc-internal-format, gfc-internal-format
64817 msgid "Assumed-type variable %s at %L shall not be an explicit-shape array"
64818 msgstr ""
64819
64820 #: fortran/resolve.c:15507
64821 #, gcc-internal-format
64822 msgid "Variable %qs at %L cannot be BIND(C) because it is neither a COMMON block nor declared at the module level scope"
64823 msgstr ""
64824
64825 #: fortran/resolve.c:15517
64826 #, gcc-internal-format
64827 msgid "BIND(C) Variable %qs at %L must have length one"
64828 msgstr ""
64829
64830 #: fortran/resolve.c:15596
64831 #, gcc-internal-format
64832 msgid "PUBLIC %s %qs at %L of PRIVATE derived type %qs"
64833 msgstr ""
64834
64835 #: fortran/resolve.c:15611
64836 #, gcc-internal-format, gfc-internal-format
64837 msgid "Variable %s at %L of type LOCK_TYPE or with subcomponent of type LOCK_TYPE must be a coarray"
64838 msgstr ""
64839
64840 #: fortran/resolve.c:15624
64841 #, gcc-internal-format, gfc-internal-format
64842 msgid "Variable %s at %L of type EVENT_TYPE or with subcomponent of type EVENT_TYPE must be a coarray"
64843 msgstr ""
64844
64845 #: fortran/resolve.c:15642
64846 #, gcc-internal-format
64847 msgid "The INTENT(OUT) dummy argument %qs at %L is ASSUMED SIZE and so cannot have a default initializer"
64848 msgstr ""
64849
64850 #: fortran/resolve.c:15654
64851 #, gcc-internal-format
64852 msgid "Dummy argument %qs at %L of LOCK_TYPE shall not be INTENT(OUT)"
64853 msgstr ""
64854
64855 #: fortran/resolve.c:15663
64856 #, gcc-internal-format
64857 msgid "Dummy argument %qs at %L of EVENT_TYPE shall not be INTENT(OUT)"
64858 msgstr ""
64859
64860 #: fortran/resolve.c:15675
64861 #, gcc-internal-format
64862 msgid "Function result %qs at %L shall not be a coarray or have a coarray component"
64863 msgstr ""
64864
64865 #: fortran/resolve.c:15684
64866 #, gcc-internal-format
64867 msgid "Variable %qs at %L of TYPE(C_PTR) or TYPE(C_FUNPTR) shall not be a coarray"
64868 msgstr ""
64869
64870 #: fortran/resolve.c:15696
64871 #, gcc-internal-format
64872 msgid "Variable %qs at %L with coarray component shall be a nonpointer, nonallocatable scalar, which is not a coarray"
64873 msgstr ""
64874
64875 #: fortran/resolve.c:15712
64876 #, gcc-internal-format
64877 msgid "Variable %qs at %L is a coarray and is not ALLOCATABLE, SAVE nor a dummy argument"
64878 msgstr ""
64879
64880 #: fortran/resolve.c:15720
64881 #, gcc-internal-format
64882 msgid "Coarray variable %qs at %L shall not have codimensions with deferred shape"
64883 msgstr ""
64884
64885 #: fortran/resolve.c:15727
64886 #, gcc-internal-format
64887 msgid "Allocatable coarray variable %qs at %L must have deferred shape"
64888 msgstr ""
64889
64890 #: fortran/resolve.c:15739
64891 #, gcc-internal-format
64892 msgid "Variable %qs at %L is INTENT(OUT) and can thus not be an allocatable coarray or have coarray components"
64893 msgstr ""
64894
64895 #: fortran/resolve.c:15748
64896 #, gcc-internal-format
64897 msgid "Coarray dummy variable %qs at %L not allowed in BIND(C) procedure %qs"
64898 msgstr ""
64899
64900 #: fortran/resolve.c:15764
64901 #, gcc-internal-format
64902 msgid "LOGICAL dummy argument %qs at %L with non-C_Bool kind in BIND(C) procedure %qs"
64903 msgstr ""
64904
64905 #: fortran/resolve.c:15770
64906 #, gcc-internal-format
64907 msgid "LOGICAL result variable %qs at %L with non-C_Bool kind in BIND(C) procedure %qs"
64908 msgstr ""
64909
64910 #: fortran/resolve.c:15795
64911 #, gcc-internal-format
64912 msgid "Namelist %qs cannot be an argument to subroutine or function at %L"
64913 msgstr ""
64914
64915 #: fortran/resolve.c:15865
64916 #, gcc-internal-format, gfc-internal-format
64917 msgid "Threadprivate at %L isn't SAVEd"
64918 msgstr ""
64919
64920 #: fortran/resolve.c:15876
64921 #, gcc-internal-format
64922 msgid "!$OMP DECLARE TARGET variable %qs at %L isn't SAVEd"
64923 msgstr ""
64924
64925 #: fortran/resolve.c:15981
64926 #, gcc-internal-format, gfc-internal-format
64927 msgid "Expecting definable entity near %L"
64928 msgstr ""
64929
64930 #: fortran/resolve.c:15989
64931 #, gcc-internal-format
64932 msgid "BLOCK DATA element %qs at %L must be in COMMON"
64933 msgstr ""
64934
64935 #: fortran/resolve.c:15996
64936 #, gcc-internal-format
64937 msgid "DATA array %qs at %L must be specified in a previous declaration"
64938 msgstr ""
64939
64940 #: fortran/resolve.c:16003
64941 #, gcc-internal-format
64942 msgid "DATA element %qs at %L cannot have a coindex"
64943 msgstr ""
64944
64945 #: fortran/resolve.c:16019
64946 #, gcc-internal-format
64947 msgid "DATA element %qs at %L is a pointer and so must be a full array"
64948 msgstr ""
64949
64950 #: fortran/resolve.c:16026
64951 #, gcc-internal-format, gfc-internal-format
64952 msgid "DATA object near %L has the pointer attribute and the corresponding DATA value is not a valid initial-data-target"
64953 msgstr ""
64954
64955 #: fortran/resolve.c:16074
64956 #, gcc-internal-format, gfc-internal-format
64957 msgid "Nonconstant array section at %L in DATA statement"
64958 msgstr ""
64959
64960 #: fortran/resolve.c:16087
64961 #, gcc-internal-format, gfc-internal-format
64962 msgid "DATA statement at %L has more variables than values"
64963 msgstr ""
64964
64965 #: fortran/resolve.c:16186
64966 #, gcc-internal-format, gfc-internal-format
64967 msgid "start of implied-do loop at %L could not be simplified to a constant value"
64968 msgstr ""
64969
64970 #: fortran/resolve.c:16194
64971 #, gcc-internal-format, gfc-internal-format
64972 msgid "end of implied-do loop at %L could not be simplified to a constant value"
64973 msgstr ""
64974
64975 #: fortran/resolve.c:16202
64976 #, gcc-internal-format, gfc-internal-format
64977 msgid "step of implied-do loop at %L could not be simplified to a constant value"
64978 msgstr ""
64979
64980 #: fortran/resolve.c:16327
64981 #, gcc-internal-format, gfc-internal-format
64982 msgid "DATA statement at %L has more values than variables"
64983 msgstr ""
64984
64985 #: fortran/resolve.c:16492
64986 #, gcc-internal-format, gfc-internal-format
64987 msgid "Label %d at %L defined but not used"
64988 msgstr ""
64989
64990 #: fortran/resolve.c:16498
64991 #, gcc-internal-format, gfc-internal-format
64992 msgid "Label %d at %L defined but cannot be used"
64993 msgstr ""
64994
64995 #: fortran/resolve.c:16582
64996 #, gcc-internal-format
64997 msgid "Derived type variable %qs at %L must have SEQUENCE attribute to be an EQUIVALENCE object"
64998 msgstr ""
64999
65000 #: fortran/resolve.c:16591
65001 #, gcc-internal-format
65002 msgid "Derived type variable %qs at %L cannot have ALLOCATABLE components to be an EQUIVALENCE object"
65003 msgstr ""
65004
65005 #: fortran/resolve.c:16599
65006 #, gcc-internal-format
65007 msgid "Derived type variable %qs at %L with default initialization cannot be in EQUIVALENCE with a variable in COMMON"
65008 msgstr ""
65009
65010 #: fortran/resolve.c:16615
65011 #, gcc-internal-format
65012 msgid "Derived type variable %qs at %L with pointer component(s) cannot be an EQUIVALENCE object"
65013 msgstr ""
65014
65015 #: fortran/resolve.c:16718
65016 #, gcc-internal-format, gfc-internal-format
65017 msgid "Syntax error in EQUIVALENCE statement at %L"
65018 msgstr ""
65019
65020 #: fortran/resolve.c:16733
65021 #, gcc-internal-format, gfc-internal-format
65022 msgid "Either all or none of the objects in the EQUIVALENCE set at %L shall have the PROTECTED attribute"
65023 msgstr ""
65024
65025 #: fortran/resolve.c:16758
65026 #, gcc-internal-format
65027 msgid "COMMON block member %qs at %L cannot be an EQUIVALENCE object in the pure procedure %qs"
65028 msgstr ""
65029
65030 #: fortran/resolve.c:16767
65031 #, gcc-internal-format
65032 msgid "Named constant %qs at %L cannot be an EQUIVALENCE object"
65033 msgstr ""
65034
65035 #: fortran/resolve.c:16840
65036 #, gcc-internal-format
65037 msgid "Array %qs at %L with non-constant bounds cannot be an EQUIVALENCE object"
65038 msgstr ""
65039
65040 #: fortran/resolve.c:16851
65041 #, gcc-internal-format
65042 msgid "Structure component %qs at %L cannot be an EQUIVALENCE object"
65043 msgstr ""
65044
65045 #: fortran/resolve.c:16862
65046 #, gcc-internal-format, gfc-internal-format
65047 msgid "Substring at %L has length zero"
65048 msgstr ""
65049
65050 #: fortran/resolve.c:16893
65051 #, gcc-internal-format
65052 msgid "Self reference in character length expression for %qs at %L"
65053 msgstr ""
65054
65055 #: fortran/resolve.c:16960
65056 #, gcc-internal-format
65057 msgid "PUBLIC function %qs at %L of PRIVATE type %qs"
65058 msgstr ""
65059
65060 #: fortran/resolve.c:16973
65061 #, gcc-internal-format
65062 msgid "ENTRY %qs at %L has no IMPLICIT type"
65063 msgstr ""
65064
65065 #: fortran/resolve.c:16993
65066 #, gcc-internal-format
65067 msgid "User operator procedure %qs at %L must be a FUNCTION"
65068 msgstr ""
65069
65070 #: fortran/resolve.c:17003
65071 #, gcc-internal-format
65072 msgid "User operator procedure %qs at %L cannot be assumed character length"
65073 msgstr ""
65074
65075 #: fortran/resolve.c:17011
65076 #, gcc-internal-format
65077 msgid "User operator procedure %qs at %L must have at least one argument"
65078 msgstr ""
65079
65080 #: fortran/resolve.c:17025
65081 #, gcc-internal-format, gfc-internal-format
65082 msgid "First argument of operator interface at %L cannot be optional"
65083 msgstr ""
65084
65085 #: fortran/resolve.c:17043
65086 #, gcc-internal-format, gfc-internal-format
65087 msgid "Second argument of operator interface at %L cannot be optional"
65088 msgstr ""
65089
65090 #: fortran/resolve.c:17050
65091 #, gcc-internal-format, gfc-internal-format
65092 msgid "Operator interface at %L must have, at most, two arguments"
65093 msgstr ""
65094
65095 #: fortran/resolve.c:17129
65096 #, gcc-internal-format
65097 msgid "Contained procedure %qs at %L of a PURE procedure must also be PURE"
65098 msgstr ""
65099
65100 #: fortran/scanner.c:332
65101 #, gcc-internal-format
65102 msgid "Include directory %qs: %s"
65103 msgstr ""
65104
65105 #: fortran/scanner.c:336
65106 #, gcc-internal-format
65107 msgid "Nonexistent include directory %qs"
65108 msgstr ""
65109
65110 #: fortran/scanner.c:341
65111 #, gcc-internal-format
65112 msgid "%qs is not a directory"
65113 msgstr ""
65114
65115 #: fortran/scanner.c:744
65116 #, gcc-internal-format, gfc-internal-format
65117 msgid "!$ACC at %C starts a commented line as it neither is followed by a space nor is a continuation line"
65118 msgstr ""
65119
65120 #: fortran/scanner.c:784
65121 #, gcc-internal-format, gfc-internal-format
65122 msgid "!$OMP at %C starts a commented line as it neither is followed by a space nor is a continuation line"
65123 msgstr ""
65124
65125 #: fortran/scanner.c:1277 fortran/scanner.c:1478
65126 #, gcc-internal-format, gfc-internal-format
65127 msgid "Line truncated at %L"
65128 msgstr ""
65129
65130 #: fortran/scanner.c:1341 fortran/scanner.c:1564
65131 #, gcc-internal-format, gfc-internal-format
65132 msgid "Limit of %d continuations exceeded in statement at %C"
65133 msgstr ""
65134
65135 #: fortran/scanner.c:1420 fortran/scanner.c:1525
65136 #, gcc-internal-format, gfc-internal-format
65137 msgid "Wrong OpenACC continuation at %C: expected !$ACC, got !$OMP"
65138 msgstr ""
65139
65140 #: fortran/scanner.c:1422 fortran/scanner.c:1527
65141 #, gcc-internal-format, gfc-internal-format
65142 msgid "Wrong OpenMP continuation at %C: expected !$OMP, got !$ACC"
65143 msgstr ""
65144
65145 #: fortran/scanner.c:1433
65146 #, gcc-internal-format
65147 msgid "Missing %<&%> in continued character constant at %C"
65148 msgstr ""
65149
65150 #: fortran/scanner.c:1715
65151 #, gcc-internal-format, gfc-internal-format
65152 msgid "Nonconforming tab character at %C"
65153 msgstr ""
65154
65155 #: fortran/scanner.c:1726
65156 #, gcc-internal-format, gfc-internal-format
65157 msgid "Invalid character 0x%s at %C"
65158 msgstr ""
65159
65160 #: fortran/scanner.c:1811 fortran/scanner.c:1814
65161 #, gcc-internal-format
65162 msgid "%<&%> not allowed by itself in line %d"
65163 msgstr ""
65164
65165 #: fortran/scanner.c:1873
65166 #, gcc-internal-format, gfc-internal-format
65167 msgid "Nonconforming tab character in column %d of line %d"
65168 msgstr ""
65169
65170 #: fortran/scanner.c:2102
65171 #, gcc-internal-format
65172 msgid "file %qs left but not entered"
65173 msgstr ""
65174
65175 #: fortran/scanner.c:2144
65176 #, gcc-internal-format
65177 msgid "Illegal preprocessor directive"
65178 msgstr ""
65179
65180 #: fortran/scanner.c:2487
65181 #, gcc-internal-format
65182 msgid "Cannot open file %qs"
65183 msgstr "Не вдалося відкрити файл %qs"
65184
65185 #: fortran/simplify.c:92
65186 #, gcc-internal-format, gfc-internal-format
65187 msgid "Result of %s overflows its kind at %L"
65188 msgstr ""
65189
65190 #: fortran/simplify.c:97
65191 #, gcc-internal-format, gfc-internal-format
65192 msgid "Result of %s underflows its kind at %L"
65193 msgstr ""
65194
65195 #: fortran/simplify.c:102
65196 #, gcc-internal-format, gfc-internal-format
65197 msgid "Result of %s is NaN at %L"
65198 msgstr ""
65199
65200 #: fortran/simplify.c:106
65201 #, gcc-internal-format, gfc-internal-format
65202 msgid "Result of %s gives range error for its kind at %L"
65203 msgstr ""
65204
65205 #: fortran/simplify.c:129
65206 #, gcc-internal-format, gfc-internal-format
65207 msgid "KIND parameter of %s at %L must be an initialization expression"
65208 msgstr ""
65209
65210 #: fortran/simplify.c:137
65211 #, gcc-internal-format, gfc-internal-format
65212 msgid "Invalid KIND parameter of %s at %L"
65213 msgstr ""
65214
65215 #: fortran/simplify.c:729
65216 #, gcc-internal-format
65217 msgid "gfc_simplify_abs(): Bad type"
65218 msgstr ""
65219
65220 #: fortran/simplify.c:750
65221 #, gcc-internal-format, gfc-internal-format
65222 msgid "Argument of %s function at %L is negative"
65223 msgstr ""
65224
65225 #: fortran/simplify.c:757
65226 #, gcc-internal-format, gfc-internal-format
65227 msgid "Argument of %s function at %L outside of range [0,127]"
65228 msgstr ""
65229
65230 #: fortran/simplify.c:775
65231 #, gcc-internal-format, gfc-internal-format
65232 msgid "Argument of %s function at %L is too large for the collating sequence of kind %d"
65233 msgstr ""
65234
65235 #: fortran/simplify.c:812
65236 #, gcc-internal-format, gfc-internal-format
65237 msgid "Argument of ACOS at %L must be between -1 and 1"
65238 msgstr ""
65239
65240 #: fortran/simplify.c:826
65241 #, gcc-internal-format
65242 msgid "in gfc_simplify_acos(): Bad type"
65243 msgstr ""
65244
65245 #: fortran/simplify.c:845
65246 #, gcc-internal-format, gfc-internal-format
65247 msgid "Argument of ACOSH at %L must not be less than 1"
65248 msgstr ""
65249
65250 #: fortran/simplify.c:860
65251 #, gcc-internal-format
65252 msgid "in gfc_simplify_acosh(): Bad type"
65253 msgstr ""
65254
65255 #: fortran/simplify.c:1089
65256 #, gcc-internal-format, gfc-internal-format
65257 msgid "Argument of ASIN at %L must be between -1 and 1"
65258 msgstr ""
65259
65260 #: fortran/simplify.c:1103
65261 #, gcc-internal-format
65262 msgid "in gfc_simplify_asin(): Bad type"
65263 msgstr ""
65264
65265 #: fortran/simplify.c:1131
65266 #, gcc-internal-format
65267 msgid "in gfc_simplify_asinh(): Bad type"
65268 msgstr ""
65269
65270 #: fortran/simplify.c:1159
65271 #, gcc-internal-format
65272 msgid "in gfc_simplify_atan(): Bad type"
65273 msgstr ""
65274
65275 #: fortran/simplify.c:1180
65276 #, gcc-internal-format, gfc-internal-format
65277 msgid "Argument of ATANH at %L must be inside the range -1 to 1"
65278 msgstr ""
65279
65280 #: fortran/simplify.c:1194
65281 #, gcc-internal-format
65282 msgid "in gfc_simplify_atanh(): Bad type"
65283 msgstr ""
65284
65285 #: fortran/simplify.c:1211
65286 #, gcc-internal-format, gfc-internal-format
65287 msgid "If first argument of ATAN2 %L is zero, then the second argument must not be zero"
65288 msgstr ""
65289
65290 #: fortran/simplify.c:1303
65291 #, gcc-internal-format, gfc-internal-format
65292 msgid "Result of BESSEL_YN is -INF at %L"
65293 msgstr ""
65294
65295 #: fortran/simplify.c:1666
65296 #, gcc-internal-format
65297 msgid "gfc_simplify_dcmplx(): Bad type (x)"
65298 msgstr ""
65299
65300 #: fortran/simplify.c:1685
65301 #, gcc-internal-format
65302 msgid "gfc_simplify_dcmplx(): Bad type (y)"
65303 msgstr ""
65304
65305 #: fortran/simplify.c:1766
65306 #, gcc-internal-format
65307 msgid "in simplify_trig_call(): Bad intrinsic"
65308 msgstr ""
65309
65310 #: fortran/simplify.c:1826
65311 #, gcc-internal-format
65312 msgid "in gfc_simplify_trigd(): Bad type"
65313 msgstr ""
65314
65315 #: fortran/simplify.c:1844
65316 #, gcc-internal-format
65317 msgid "in gfc_simplify_atrigd(): Bad type"
65318 msgstr ""
65319
65320 #: fortran/simplify.c:1868
65321 #, gcc-internal-format
65322 msgid "in gfc_simplify_atan2d(): Bad type"
65323 msgstr ""
65324
65325 #: fortran/simplify.c:1906
65326 #, gcc-internal-format
65327 msgid "in gfc_simplify_cos(): Bad type"
65328 msgstr ""
65329
65330 #: fortran/simplify.c:2275
65331 #, gcc-internal-format
65332 msgid "gfc_simplify_dim(): Bad type"
65333 msgstr ""
65334
65335 #: fortran/simplify.c:2846
65336 #, gcc-internal-format
65337 msgid "in gfc_simplify_exp(): Bad type"
65338 msgstr ""
65339
65340 #: fortran/simplify.c:3060
65341 #, gcc-internal-format
65342 msgid "gfc_simplify_floor(): Bad kind"
65343 msgstr ""
65344
65345 #: fortran/simplify.c:3173
65346 #, gcc-internal-format, gfc-internal-format
65347 msgid "Argument of IACHAR at %L must be of length one"
65348 msgstr ""
65349
65350 #: fortran/simplify.c:3181
65351 #, gcc-internal-format, gfc-internal-format
65352 msgid "Argument of IACHAR function at %L outside of range 0..127"
65353 msgstr ""
65354
65355 #: fortran/simplify.c:3296
65356 #, gcc-internal-format, gfc-internal-format
65357 msgid "Sum of second and third arguments of IBITS exceeds bit size at %L"
65358 msgstr ""
65359
65360 #: fortran/simplify.c:3320
65361 #, gcc-internal-format
65362 msgid "IBITS: Bad bit"
65363 msgstr ""
65364
65365 #: fortran/simplify.c:3371
65366 #, gcc-internal-format, gfc-internal-format
65367 msgid "Argument of ICHAR at %L must be of length one"
65368 msgstr ""
65369
65370 #. Left shift, as in SHIFTL.
65371 #: fortran/simplify.c:3756 fortran/simplify.c:3764
65372 #, gcc-internal-format, gfc-internal-format
65373 msgid "Second argument of %s is negative at %L"
65374 msgstr ""
65375
65376 #: fortran/simplify.c:3776
65377 #, gcc-internal-format, gfc-internal-format
65378 msgid "Magnitude of second argument of %s exceeds bit size at %L"
65379 msgstr ""
65380
65381 #: fortran/simplify.c:3901
65382 #, gcc-internal-format, gfc-internal-format
65383 msgid "Magnitude of second argument of ISHFTC exceeds BIT_SIZE of first argument at %C"
65384 msgstr ""
65385
65386 #: fortran/simplify.c:3904
65387 #, gcc-internal-format, gfc-internal-format
65388 msgid "Absolute value of SHIFT shall be less than or equal to SIZE at %C"
65389 msgstr ""
65390
65391 #: fortran/simplify.c:4225 fortran/simplify.c:4358
65392 #, gcc-internal-format, gfc-internal-format
65393 msgid "DIM argument at %L is out of bounds"
65394 msgstr ""
65395
65396 #: fortran/simplify.c:4541
65397 #, gcc-internal-format, gfc-internal-format
65398 msgid "Argument of LOG at %L cannot be less than or equal to zero"
65399 msgstr ""
65400
65401 #: fortran/simplify.c:4554
65402 #, gcc-internal-format, gfc-internal-format
65403 msgid "Complex argument of LOG at %L cannot be zero"
65404 msgstr ""
65405
65406 #: fortran/simplify.c:4565
65407 #, gcc-internal-format
65408 msgid "gfc_simplify_log: bad type"
65409 msgstr ""
65410
65411 #: fortran/simplify.c:4582
65412 #, gcc-internal-format, gfc-internal-format
65413 msgid "Argument of LOG10 at %L cannot be less than or equal to zero"
65414 msgstr ""
65415
65416 #: fortran/simplify.c:4910
65417 #, gcc-internal-format
65418 msgid "simplify_min_max(): Bad type in arglist"
65419 msgstr ""
65420
65421 #: fortran/simplify.c:5818 fortran/simplify.c:5826
65422 #, gcc-internal-format
65423 msgid "Argument %qs of MOD at %L shall not be zero"
65424 msgstr ""
65425
65426 #: fortran/simplify.c:5832
65427 #, gcc-internal-format
65428 msgid "gfc_simplify_mod(): Bad arguments"
65429 msgstr ""
65430
65431 #: fortran/simplify.c:5870 fortran/simplify.c:5878
65432 #, gcc-internal-format
65433 msgid "Argument %qs of MODULO at %L shall not be zero"
65434 msgstr ""
65435
65436 #: fortran/simplify.c:5884
65437 #, gcc-internal-format
65438 msgid "gfc_simplify_modulo(): Bad arguments"
65439 msgstr ""
65440
65441 #: fortran/simplify.c:5956
65442 #, gcc-internal-format, gfc-internal-format
65443 msgid "Result of NEAREST is NaN at %L"
65444 msgstr ""
65445
65446 #: fortran/simplify.c:6533
65447 #, gcc-internal-format, gfc-internal-format
65448 msgid "Argument NCOPIES of REPEAT intrinsic is negative at %L"
65449 msgstr ""
65450
65451 #: fortran/simplify.c:6589
65452 #, gcc-internal-format, gfc-internal-format
65453 msgid "Argument NCOPIES of REPEAT intrinsic is too large at %L"
65454 msgstr ""
65455
65456 #: fortran/simplify.c:6626
65457 #, gcc-internal-format, gfc-internal-format
65458 msgid "Evaluation of string longer than 2**28 at %L deferred to runtime, expect bugs"
65459 msgstr ""
65460
65461 #: fortran/simplify.c:6701
65462 #, gcc-internal-format, gfc-internal-format
65463 msgid "Shapes of ORDER at %L and SHAPE at %L are different"
65464 msgstr ""
65465
65466 #: fortran/simplify.c:6714
65467 #, gcc-internal-format, gfc-internal-format
65468 msgid "Sizes of ORDER at %L and SHAPE at %L are different"
65469 msgstr ""
65470
65471 #: fortran/simplify.c:6728
65472 #, gcc-internal-format, gfc-internal-format
65473 msgid "Element with a value of %d in ORDER at %L must be in the range [1, ..., %d] for the RESHAPE intrinsic near %L"
65474 msgstr ""
65475
65476 #: fortran/simplify.c:6738
65477 #, gcc-internal-format, gfc-internal-format
65478 msgid "ORDER at %L is not a permutation of the size of SHAPE at %L"
65479 msgstr ""
65480
65481 #: fortran/simplify.c:6790
65482 #, gcc-internal-format, gfc-internal-format
65483 msgid "Reshaped array too large at %C"
65484 msgstr ""
65485
65486 #: fortran/simplify.c:6904
65487 #, gcc-internal-format, gfc-internal-format
65488 msgid "Result of SCALE overflows its kind at %L"
65489 msgstr ""
65490
65491 #: fortran/simplify.c:7484
65492 #, gcc-internal-format
65493 msgid "Bad type in gfc_simplify_sign"
65494 msgstr ""
65495
65496 #: fortran/simplify.c:7513
65497 #, gcc-internal-format
65498 msgid "in gfc_simplify_sin(): Bad type"
65499 msgstr ""
65500
65501 #: fortran/simplify.c:7651 fortran/simplify.c:7932
65502 #, gcc-internal-format
65503 msgid "Failure getting length of a constant array."
65504 msgstr ""
65505
65506 #: fortran/simplify.c:7661
65507 #, gcc-internal-format
65508 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."
65509 msgstr ""
65510
65511 #: fortran/simplify.c:7728
65512 #, gcc-internal-format, gfc-internal-format
65513 msgid "Simplification of SPREAD at %C not yet implemented"
65514 msgstr ""
65515
65516 #: fortran/simplify.c:7752
65517 #, gcc-internal-format, gfc-internal-format
65518 msgid "Argument of SQRT at %L has a negative value"
65519 msgstr ""
65520
65521 #: fortran/simplify.c:7768
65522 #, gcc-internal-format, gfc-internal-format
65523 msgid "invalid argument of SQRT at %L"
65524 msgstr ""
65525
65526 #: fortran/simplify.c:8099
65527 #, gcc-internal-format, gfc-internal-format
65528 msgid "Out of bounds in IMAGE_INDEX at %L for dimension %d, SUB has %ld and COARRAY lower bound is %ld)"
65529 msgstr ""
65530
65531 #: fortran/simplify.c:8122
65532 #, gcc-internal-format, gfc-internal-format
65533 msgid "Out of bounds in IMAGE_INDEX at %L for dimension %d, SUB has %ld and COARRAY upper bound is %ld)"
65534 msgstr ""
65535
65536 #: fortran/simplify.c:8606
65537 #, gcc-internal-format
65538 msgid "Character %qs in string at %L cannot be converted into character kind %d"
65539 msgstr ""
65540
65541 #: fortran/st.c:280
65542 #, gcc-internal-format
65543 msgid "gfc_free_statement(): Bad statement"
65544 msgstr ""
65545
65546 #: fortran/symbol.c:141
65547 #, gcc-internal-format, gfc-internal-format
65548 msgid "IMPLICIT NONE (type) statement at %L following an IMPLICIT statement"
65549 msgstr ""
65550
65551 #: fortran/symbol.c:178
65552 #, gcc-internal-format
65553 msgid "Letter %qc already set in IMPLICIT statement at %C"
65554 msgstr ""
65555
65556 #: fortran/symbol.c:200
65557 #, gcc-internal-format, gfc-internal-format
65558 msgid "Cannot specify IMPLICIT at %C after IMPLICIT NONE"
65559 msgstr ""
65560
65561 #: fortran/symbol.c:210
65562 #, gcc-internal-format
65563 msgid "Letter %qc already has an IMPLICIT type at %C"
65564 msgstr ""
65565
65566 #: fortran/symbol.c:234
65567 #, gcc-internal-format
65568 msgid "Option %<-fallow-leading-underscore%> is for use only by gfortran developers, and should not be used for implicitly typed variables"
65569 msgstr ""
65570
65571 #: fortran/symbol.c:239
65572 #, gcc-internal-format
65573 msgid "gfc_get_default_type(): Bad symbol %qs"
65574 msgstr ""
65575
65576 #: fortran/symbol.c:296
65577 #, gcc-internal-format
65578 msgid "gfc_set_default_type(): symbol already has a type"
65579 msgstr ""
65580
65581 #: fortran/symbol.c:306
65582 #, gcc-internal-format
65583 msgid "Symbol %qs at %L has no IMPLICIT type; did you mean %qs?"
65584 msgstr ""
65585
65586 #: fortran/symbol.c:310
65587 #, gcc-internal-format
65588 msgid "Symbol %qs at %L has no IMPLICIT type"
65589 msgstr ""
65590
65591 #. BIND(C) variables should not be implicitly declared.
65592 #: fortran/symbol.c:330
65593 #, gcc-internal-format
65594 msgid "Implicitly declared BIND(C) variable %qs at %L may not be C interoperable"
65595 msgstr ""
65596
65597 #. Dummy args to a BIND(C) routine may not be interoperable if
65598 #. they are implicitly typed.
65599 #: fortran/symbol.c:346
65600 #, gcc-internal-format
65601 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"
65602 msgstr ""
65603
65604 #: fortran/symbol.c:387
65605 #, gcc-internal-format
65606 msgid "Function result %qs at %L has no IMPLICIT type"
65607 msgstr ""
65608
65609 #: fortran/symbol.c:488
65610 #, gcc-internal-format, gfc-internal-format
65611 msgid "%s attribute not allowed in BLOCK DATA program unit at %L"
65612 msgstr ""
65613
65614 #: fortran/symbol.c:513
65615 #, gcc-internal-format, gfc-internal-format
65616 msgid "Namelist group name at %L cannot have the SAVE attribute"
65617 msgstr ""
65618
65619 #: fortran/symbol.c:532
65620 #, gcc-internal-format
65621 msgid "internal procedure %qs at %L conflicts with DUMMY argument"
65622 msgstr ""
65623
65624 #: fortran/symbol.c:565
65625 #, gcc-internal-format, gfc-internal-format
65626 msgid "Procedure pointer at %C"
65627 msgstr ""
65628
65629 #: fortran/symbol.c:776
65630 #, gcc-internal-format, gfc-internal-format
65631 msgid "%s attribute applied to %s %s at %L"
65632 msgstr ""
65633
65634 #: fortran/symbol.c:783
65635 #, gcc-internal-format, gfc-internal-format
65636 msgid "BIND(C) applied to %s %s at %L"
65637 msgstr ""
65638
65639 #: fortran/symbol.c:904 fortran/symbol.c:915 fortran/symbol.c:1788
65640 #, gcc-internal-format, gfc-internal-format
65641 msgid "%s attribute conflicts with %s attribute at %L"
65642 msgstr ""
65643
65644 #: fortran/symbol.c:907 fortran/symbol.c:921
65645 #, gcc-internal-format
65646 msgid "%s attribute conflicts with %s attribute in %qs at %L"
65647 msgstr ""
65648
65649 #: fortran/symbol.c:965
65650 #, gcc-internal-format, gfc-internal-format
65651 msgid "Cannot change attributes of USE-associated symbol at %L"
65652 msgstr ""
65653
65654 #: fortran/symbol.c:968
65655 #, gcc-internal-format, gfc-internal-format
65656 msgid "Cannot change attributes of USE-associated symbol %s at %L"
65657 msgstr ""
65658
65659 #: fortran/symbol.c:984
65660 #, gcc-internal-format, gfc-internal-format
65661 msgid "Duplicate %s attribute specified at %L"
65662 msgstr ""
65663
65664 #: fortran/symbol.c:1026
65665 #, gcc-internal-format, gfc-internal-format
65666 msgid "ALLOCATABLE specified outside of INTERFACE body at %L"
65667 msgstr ""
65668
65669 #: fortran/symbol.c:1043
65670 #, gcc-internal-format, gfc-internal-format
65671 msgid "Duplicate AUTOMATIC attribute specified at %L"
65672 msgstr ""
65673
65674 #: fortran/symbol.c:1067
65675 #, gcc-internal-format
65676 msgid "CODIMENSION specified for %qs outside its INTERFACE body at %L"
65677 msgstr ""
65678
65679 #: fortran/symbol.c:1093
65680 #, gcc-internal-format
65681 msgid "DIMENSION specified for %qs outside its INTERFACE body at %L"
65682 msgstr ""
65683
65684 #: fortran/symbol.c:1249
65685 #, gcc-internal-format, gfc-internal-format
65686 msgid "Cray Pointee at %L appears in multiple pointer() statements"
65687 msgstr ""
65688
65689 #: fortran/symbol.c:1268
65690 #, gcc-internal-format, gfc-internal-format
65691 msgid "Duplicate PROTECTED attribute specified at %L"
65692 msgstr ""
65693
65694 #: fortran/symbol.c:1301
65695 #, gcc-internal-format, gfc-internal-format
65696 msgid "SAVE attribute at %L cannot be specified in a PURE procedure"
65697 msgstr ""
65698
65699 #: fortran/symbol.c:1313
65700 #, gcc-internal-format, gfc-internal-format
65701 msgid "Duplicate SAVE attribute specified at %L"
65702 msgstr ""
65703
65704 #: fortran/symbol.c:1333
65705 #, gcc-internal-format, gfc-internal-format
65706 msgid "Duplicate VALUE attribute specified at %L"
65707 msgstr ""
65708
65709 #: fortran/symbol.c:1352
65710 #, gcc-internal-format, gfc-internal-format
65711 msgid "Duplicate VOLATILE attribute specified at %L"
65712 msgstr ""
65713
65714 #: fortran/symbol.c:1364
65715 #, gcc-internal-format, gfc-internal-format
65716 msgid "VOLATILE attribute at %L cannot be specified in a PURE procedure"
65717 msgstr ""
65718
65719 #: fortran/symbol.c:1385
65720 #, gcc-internal-format, gfc-internal-format
65721 msgid "Duplicate ASYNCHRONOUS attribute specified at %L"
65722 msgstr ""
65723
65724 #: fortran/symbol.c:1784
65725 #, gcc-internal-format
65726 msgid "%s attribute of %qs conflicts with %s attribute at %L"
65727 msgstr ""
65728
65729 #: fortran/symbol.c:1821
65730 #, gcc-internal-format, gfc-internal-format
65731 msgid ""
65732 "%s procedure at %L is already declared as %s procedure. \n"
65733 "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"
65734 msgstr ""
65735
65736 #: fortran/symbol.c:1829
65737 #, gcc-internal-format, gfc-internal-format
65738 msgid "%s procedure at %L is already declared as %s procedure"
65739 msgstr ""
65740
65741 #: fortran/symbol.c:1864
65742 #, gcc-internal-format, gfc-internal-format
65743 msgid "INTENT (%s) conflicts with INTENT(%s) at %L"
65744 msgstr ""
65745
65746 #: fortran/symbol.c:1888
65747 #, gcc-internal-format, gfc-internal-format
65748 msgid "ACCESS specification at %L was already specified"
65749 msgstr ""
65750
65751 #: fortran/symbol.c:1905
65752 #, gcc-internal-format, gfc-internal-format
65753 msgid "Duplicate BIND attribute specified at %L"
65754 msgstr ""
65755
65756 #: fortran/symbol.c:1912
65757 #, gcc-internal-format, gfc-internal-format
65758 msgid "BIND(C) at %L"
65759 msgstr ""
65760
65761 #: fortran/symbol.c:1928
65762 #, gcc-internal-format, gfc-internal-format
65763 msgid "Duplicate EXTENDS attribute specified at %L"
65764 msgstr ""
65765
65766 #: fortran/symbol.c:1932
65767 #, gcc-internal-format, gfc-internal-format
65768 msgid "EXTENDS at %L"
65769 msgstr ""
65770
65771 #: fortran/symbol.c:1958
65772 #, gcc-internal-format
65773 msgid "Symbol %qs at %L already has an explicit interface"
65774 msgstr ""
65775
65776 #: fortran/symbol.c:1965
65777 #, gcc-internal-format
65778 msgid "%qs at %L has attributes specified outside its INTERFACE body"
65779 msgstr ""
65780
65781 #: fortran/symbol.c:2003
65782 #, gcc-internal-format
65783 msgid "Symbol %qs at %L conflicts with symbol from module %qs, use-associated at %L"
65784 msgstr ""
65785
65786 #: fortran/symbol.c:2007
65787 #, gcc-internal-format
65788 msgid "Symbol %qs at %L already has basic type of %s"
65789 msgstr ""
65790
65791 #: fortran/symbol.c:2014
65792 #, gcc-internal-format
65793 msgid "Procedure %qs at %L may not have basic type of %s"
65794 msgstr ""
65795
65796 #: fortran/symbol.c:2026
65797 #, gcc-internal-format
65798 msgid "Symbol %qs at %L cannot have a type"
65799 msgstr ""
65800
65801 #: fortran/symbol.c:2269
65802 #, gcc-internal-format
65803 msgid "Component %qs at %C already in the parent type at %L"
65804 msgstr ""
65805
65806 #: fortran/symbol.c:2354
65807 #, gcc-internal-format
65808 msgid "Symbol %qs at %C is ambiguous"
65809 msgstr ""
65810
65811 #: fortran/symbol.c:2386
65812 #, gcc-internal-format
65813 msgid "Derived type %qs at %C is being used before it is defined"
65814 msgstr ""
65815
65816 #: fortran/symbol.c:2535
65817 #, gcc-internal-format
65818 msgid "Component %qs at %C is a PRIVATE component of %qs"
65819 msgstr ""
65820
65821 #: fortran/symbol.c:2556
65822 #, gcc-internal-format
65823 msgid "%qs at %C is not a member of the %qs structure; did you mean %qs?"
65824 msgstr ""
65825
65826 #: fortran/symbol.c:2560
65827 #, gcc-internal-format
65828 msgid "%qs at %C is not a member of the %qs structure"
65829 msgstr ""
65830
65831 #: fortran/symbol.c:2724
65832 #, gcc-internal-format, gfc-internal-format
65833 msgid "Duplicate statement label %d at %L and %L"
65834 msgstr ""
65835
65836 #: fortran/symbol.c:2735
65837 #, gcc-internal-format, gfc-internal-format
65838 msgid "Label %d at %C already referenced as branch target"
65839 msgstr ""
65840
65841 #: fortran/symbol.c:2745
65842 #, gcc-internal-format, gfc-internal-format
65843 msgid "Label %d at %C already referenced as a format label"
65844 msgstr ""
65845
65846 #: fortran/symbol.c:2752
65847 #, gcc-internal-format, gfc-internal-format
65848 msgid "DO termination statement which is not END DO or CONTINUE with label %d at %C"
65849 msgstr ""
65850
65851 #: fortran/symbol.c:2793
65852 #, gcc-internal-format, gfc-internal-format
65853 msgid "Label %d at %C previously used as a FORMAT label"
65854 msgstr ""
65855
65856 #: fortran/symbol.c:2802
65857 #, gcc-internal-format, gfc-internal-format
65858 msgid "Label %d at %C previously used as branch target"
65859 msgstr ""
65860
65861 #: fortran/symbol.c:2809
65862 #, gcc-internal-format, gfc-internal-format
65863 msgid "Shared DO termination label %d at %C"
65864 msgstr ""
65865
65866 #: fortran/symbol.c:2813
65867 #, gcc-internal-format, gfc-internal-format
65868 msgid "Labeled DO statement at %L"
65869 msgstr ""
65870
65871 #: fortran/symbol.c:3149
65872 #, gcc-internal-format
65873 msgid "Name %qs at %C is an ambiguous reference to %qs from module %qs"
65874 msgstr ""
65875
65876 #: fortran/symbol.c:3152
65877 #, gcc-internal-format
65878 msgid "Name %qs at %C is an ambiguous reference to %qs from current program unit"
65879 msgstr ""
65880
65881 #. Symbol is from another namespace.
65882 #: fortran/symbol.c:3395
65883 #, gcc-internal-format
65884 msgid "Symbol %qs at %C has already been host associated"
65885 msgstr ""
65886
65887 #: fortran/symbol.c:4394
65888 #, gcc-internal-format
65889 msgid "verify_bind_c_derived_type(): Given symbol is unexpectedly NULL"
65890 msgstr "verify_bind_c_derived_type(): наданий символ неочікувано виявився рівним NULL"
65891
65892 #: fortran/symbol.c:4407
65893 #, gcc-internal-format
65894 msgid "Derived type %qs declared at %L must have the BIND attribute to be C interoperable"
65895 msgstr ""
65896
65897 #: fortran/symbol.c:4425
65898 #, gcc-internal-format
65899 msgid "Derived type %qs with BIND(C) attribute at %L is empty, and may be inaccessible by the C companion processor"
65900 msgstr ""
65901
65902 #: fortran/symbol.c:4446
65903 #, gcc-internal-format
65904 msgid "Component %qs at %L cannot have the POINTER attribute because it is a member of the BIND(C) derived type %qs at %L"
65905 msgstr ""
65906
65907 #: fortran/symbol.c:4456
65908 #, gcc-internal-format
65909 msgid "Procedure pointer component %qs at %L cannot be a member of the BIND(C) derived type %qs at %L"
65910 msgstr ""
65911
65912 #: fortran/symbol.c:4467
65913 #, gcc-internal-format
65914 msgid "Component %qs at %L cannot have the ALLOCATABLE attribute because it is a member of the BIND(C) derived type %qs at %L"
65915 msgstr ""
65916
65917 #: fortran/symbol.c:4506
65918 #, gcc-internal-format
65919 msgid "Component %qs in derived type %qs at %L may not be C interoperable, even though derived type %qs is BIND(C)"
65920 msgstr ""
65921
65922 #: fortran/symbol.c:4516
65923 #, gcc-internal-format
65924 msgid "Component %qs in derived type %qs at %L may not be C interoperable"
65925 msgstr ""
65926
65927 #: fortran/symbol.c:4528
65928 #, gcc-internal-format
65929 msgid "Derived type %qs at %L cannot have the SEQUENCE attribute because it is BIND(C)"
65930 msgstr ""
65931
65932 #: fortran/symbol.c:5008 fortran/symbol.c:5013
65933 #, gcc-internal-format
65934 msgid "Symbol %qs is used before it is typed at %L"
65935 msgstr ""
65936
65937 #: fortran/target-memory.c:137
65938 #, gcc-internal-format
65939 msgid "Invalid expression in gfc_element_size."
65940 msgstr "Некоректний вираз у gfc_element_size."
65941
65942 #: fortran/target-memory.c:362
65943 #, gcc-internal-format
65944 msgid "Invalid expression in gfc_target_encode_expr."
65945 msgstr "Некоректний вираз у gfc_target_encode_expr."
65946
65947 #: fortran/target-memory.c:631
65948 #, gcc-internal-format
65949 msgid "Invalid expression in gfc_target_interpret_expr."
65950 msgstr "Некоректний вираз у gfc_target_interpret_expr."
65951
65952 #: fortran/target-memory.c:704
65953 #, gcc-internal-format, gfc-internal-format
65954 msgid "Overlapping unequal initializers in EQUIVALENCE at %L"
65955 msgstr ""
65956
65957 #: fortran/target-memory.c:707
65958 #, gcc-internal-format, gfc-internal-format
65959 msgid "Overlapping unequal initializers in EQUIVALENCE at %C"
65960 msgstr ""
65961
65962 #. Problems occur when we get something like
65963 #. integer :: a(lots) = (/(i, i=1, lots)/)
65964 #: fortran/trans-array.c:6070
65965 #, gcc-internal-format
65966 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"
65967 msgstr ""
65968
65969 #: fortran/trans-array.c:8131
65970 #, gcc-internal-format
65971 msgid "Creating array temporary at %L for argument %qs"
65972 msgstr ""
65973
65974 #: fortran/trans-array.c:11211
65975 #, gcc-internal-format, gfc-internal-format
65976 msgid "bad expression type during walk (%d)"
65977 msgstr ""
65978
65979 #: fortran/trans-common.c:401
65980 #, gcc-internal-format
65981 msgid "Named COMMON block %qs at %L shall be of the same size as elsewhere (%lu vs %lu bytes)"
65982 msgstr ""
65983
65984 #: fortran/trans-common.c:787
65985 #, gcc-internal-format
65986 msgid "get_mpz(): Not an integer constant"
65987 msgstr ""
65988
65989 #: fortran/trans-common.c:815
65990 #, gcc-internal-format
65991 msgid "element_number(): Bad dimension type"
65992 msgstr ""
65993
65994 #: fortran/trans-common.c:885
65995 #, gcc-internal-format, gfc-internal-format
65996 msgid "Bad array reference at %L"
65997 msgstr ""
65998
65999 #: fortran/trans-common.c:893
66000 #, gcc-internal-format, gfc-internal-format
66001 msgid "Illegal reference type at %L as EQUIVALENCE object"
66002 msgstr ""
66003
66004 #: fortran/trans-common.c:933
66005 #, gcc-internal-format
66006 msgid "Inconsistent equivalence rules involving %qs at %L and %qs at %L"
66007 msgstr ""
66008
66009 #. Aligning this field would misalign a previous field.
66010 #: fortran/trans-common.c:1122
66011 #, gcc-internal-format
66012 msgid "The equivalence set for variable %qs declared at %L violates alignment requirements"
66013 msgstr ""
66014
66015 #: fortran/trans-common.c:1187
66016 #, gcc-internal-format
66017 msgid "Equivalence for %qs does not match ordering of COMMON %qs at %L"
66018 msgstr ""
66019
66020 #: fortran/trans-common.c:1202
66021 #, gcc-internal-format
66022 msgid "The equivalence set for %qs cause an invalid extension to COMMON %qs at %L"
66023 msgstr ""
66024
66025 #: fortran/trans-common.c:1218
66026 #, gcc-internal-format
66027 msgid "Padding of %d bytes required before %qs in COMMON %qs at %L; reorder elements or use %<-fno-align-commons%>"
66028 msgstr ""
66029
66030 #: fortran/trans-common.c:1224
66031 #, gcc-internal-format
66032 msgid "Padding of %d bytes required before %qs in COMMON at %L; reorder elements or use %<-fno-align-commons%>"
66033 msgstr ""
66034
66035 #: fortran/trans-common.c:1245
66036 #, gcc-internal-format
66037 msgid "COMMON %qs at %L does not exist"
66038 msgstr ""
66039
66040 #: fortran/trans-common.c:1254
66041 #, gcc-internal-format
66042 msgid "COMMON %qs at %L requires %d bytes of padding; reorder elements or use %<-fno-align-commons%>"
66043 msgstr ""
66044
66045 #: fortran/trans-common.c:1259
66046 #, gcc-internal-format
66047 msgid "COMMON at %L requires %d bytes of padding; reorder elements or use %<-fno-align-commons%>"
66048 msgstr ""
66049
66050 #: fortran/trans-const.c:336
66051 #, gcc-internal-format, gfc-internal-format
66052 msgid "Assigning value other than 0 or 1 to LOGICAL has undefined result at %L"
66053 msgstr ""
66054
66055 #: fortran/trans-const.c:402
66056 #, gcc-internal-format, gfc-internal-format
66057 msgid "non-constant initialization expression at %L"
66058 msgstr ""
66059
66060 #: fortran/trans-decl.c:752
66061 #, gcc-internal-format
66062 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 using %<-frecursive%>, or increase the %<-fmax-stack-var-size=%> limit, or change the code to use an ALLOCATABLE array."
66063 msgstr ""
66064
66065 #: fortran/trans-decl.c:1741
66066 #, gcc-internal-format
66067 msgid "intrinsic variable which isn't a procedure"
66068 msgstr ""
66069
66070 #: fortran/trans-decl.c:4550 fortran/trans-decl.c:6913
66071 #, gcc-internal-format
66072 msgid "Return value of function %qs at %L not set"
66073 msgstr ""
66074
66075 #: fortran/trans-decl.c:5038
66076 #, gcc-internal-format
66077 msgid "Deferred type parameter not yet supported"
66078 msgstr ""
66079
66080 #: fortran/trans-decl.c:5278
66081 #, gcc-internal-format
66082 msgid "backend decl for module variable %qs already exists"
66083 msgstr ""
66084
66085 #: fortran/trans-decl.c:5291
66086 #, gcc-internal-format
66087 msgid "Unused PRIVATE module variable %qs declared at %L"
66088 msgstr ""
66089
66090 #: fortran/trans-decl.c:5916
66091 #, gcc-internal-format
66092 msgid "Dummy argument %qs at %L was declared INTENT(OUT) but was not set"
66093 msgstr ""
66094
66095 #: fortran/trans-decl.c:5922
66096 #, gcc-internal-format
66097 msgid "Derived-type dummy argument %qs at %L was declared INTENT(OUT) but was not set and does not have a default initializer"
66098 msgstr ""
66099
66100 #: fortran/trans-decl.c:5933 fortran/trans-decl.c:6079
66101 #, gcc-internal-format
66102 msgid "Unused dummy argument %qs at %L"
66103 msgstr ""
66104
66105 #: fortran/trans-decl.c:5949
66106 #, gcc-internal-format
66107 msgid "Unused module variable %qs which has been explicitly imported at %L"
66108 msgstr ""
66109
66110 #: fortran/trans-decl.c:5968
66111 #, gcc-internal-format
66112 msgid "Unused variable %qs declared at %L"
66113 msgstr "Невикористану змінну %qs оголошено у рядку %L"
66114
66115 #: fortran/trans-decl.c:6017
66116 #, gcc-internal-format
66117 msgid "Unused parameter %qs declared at %L"
66118 msgstr "Невикористаний параметр %qs, оголошено у %L"
66119
66120 #: fortran/trans-decl.c:6021
66121 #, gcc-internal-format
66122 msgid "Unused parameter %qs which has been explicitly imported at %L"
66123 msgstr "Невикористаний параметр %qs, який було явно імпортовано у %L"
66124
66125 #: fortran/trans-decl.c:6051
66126 #, gcc-internal-format
66127 msgid "Return value %qs of function %qs declared at %L not set"
66128 msgstr ""
66129
66130 #: fortran/trans-decl.c:6642
66131 #, gcc-internal-format, gfc-internal-format
66132 msgid "Sorry, !$ACC DECLARE at %L is not allowed in BLOCK construct"
66133 msgstr ""
66134
66135 #: fortran/trans-expr.c:946
66136 #, gcc-internal-format, gfc-internal-format
66137 msgid "Cannot compute the length of the char array at %L."
66138 msgstr ""
66139
66140 #: fortran/trans-expr.c:1609
66141 #, gcc-internal-format, gfc-internal-format
66142 msgid "Code for reallocating the allocatable variable at %L will be added"
66143 msgstr ""
66144
66145 #: fortran/trans-expr.c:1920
66146 #, gcc-internal-format, gfc-internal-format
66147 msgid "Sorry, coindexed access to an unlimited polymorphic object at %L is not supported"
66148 msgstr ""
66149
66150 #: fortran/trans-expr.c:1929
66151 #, gcc-internal-format, gfc-internal-format
66152 msgid "Sorry, coindexed access to an unlimited polymorphic component at %L is not supported"
66153 msgstr ""
66154
66155 #: fortran/trans-expr.c:3597
66156 #, gcc-internal-format
66157 msgid "Unknown intrinsic op"
66158 msgstr ""
66159
66160 #: fortran/trans-expr.c:5096
66161 #, gcc-internal-format, gfc-internal-format
66162 msgid "Unknown argument list function at %L"
66163 msgstr ""
66164
66165 #: fortran/trans-expr.c:9231
66166 #, gcc-internal-format, gfc-internal-format
66167 msgid "If bounds remapping is specified at %L, the pointer target shall not be NULL"
66168 msgstr ""
66169
66170 #: fortran/trans-intrinsic.c:926
66171 #, gcc-internal-format
66172 msgid "Intrinsic function %qs (%d) not recognized"
66173 msgstr ""
66174
66175 #: fortran/trans-intrinsic.c:2431 fortran/trans-intrinsic.c:2978
66176 #: fortran/trans-intrinsic.c:3198
66177 #, gcc-internal-format
66178 msgid "%<dim%> argument of %s intrinsic at %L is not a valid dimension index"
66179 msgstr ""
66180
66181 #: fortran/trans-intrinsic.c:11473 fortran/trans-stmt.c:1066
66182 #, gcc-internal-format, gfc-internal-format
66183 msgid "Sorry, the event component of derived type at %L is not yet supported"
66184 msgstr ""
66185
66186 #: fortran/trans-intrinsic.c:11480
66187 #, gcc-internal-format, gfc-internal-format
66188 msgid "The event variable at %L shall not be coindexed"
66189 msgstr ""
66190
66191 #: fortran/trans-io.c:1966
66192 #, gcc-internal-format
66193 msgid "build_dt: format with namelist"
66194 msgstr ""
66195
66196 #: fortran/trans-io.c:2507
66197 #, gcc-internal-format, gfc-internal-format
66198 msgid "Bad IO basetype (%d)"
66199 msgstr ""
66200
66201 #: fortran/trans-openmp.c:1274
66202 #, gcc-internal-format
66203 msgid "implicit mapping of assumed size array %qD"
66204 msgstr ""
66205
66206 #: fortran/trans-openmp.c:2508
66207 #, fuzzy, gcc-internal-format
66208 #| msgid "function parameter"
66209 msgid "optional class parameter"
66210 msgstr "параметр функції"
66211
66212 #: fortran/trans-openmp.c:2751
66213 #, gcc-internal-format
66214 msgid "unhandled derived-type component"
66215 msgstr ""
66216
66217 #: fortran/trans-openmp.c:5622
66218 #, gcc-internal-format
66219 msgid "gfc_trans_omp_workshare(): Bad statement code"
66220 msgstr ""
66221
66222 #: fortran/trans-stmt.c:546
66223 #, gcc-internal-format, gfc-internal-format
66224 msgid "An alternate return at %L without a * dummy argument"
66225 msgstr ""
66226
66227 #: fortran/trans-stmt.c:870
66228 #, gcc-internal-format, gfc-internal-format
66229 msgid "Sorry, the lock component of derived type at %L is not yet supported"
66230 msgstr ""
66231
66232 #: fortran/trans-stmt.c:1327
66233 #, gcc-internal-format, gfc-internal-format
66234 msgid "Sorry, only support for integer kind %d implemented for image-set at %L"
66235 msgstr ""
66236
66237 #: fortran/trans-stmt.c:3593
66238 #, gcc-internal-format
66239 msgid "gfc_trans_select(): Bad type for case expr."
66240 msgstr ""
66241
66242 #: fortran/trans-types.c:518
66243 #, gcc-internal-format
66244 msgid "INTEGER(KIND=8) is not available for %<-fdefault-integer-8%> option"
66245 msgstr ""
66246
66247 #: fortran/trans-types.c:527
66248 #, gcc-internal-format
66249 msgid "INTEGER(KIND=8) is not available for %<-finteger-4-integer-8%> option"
66250 msgstr ""
66251
66252 #: fortran/trans-types.c:546
66253 #, gcc-internal-format
66254 msgid "REAL(KIND=8) is not available for %<-fdefault-real-8%> option"
66255 msgstr ""
66256
66257 #: fortran/trans-types.c:554
66258 #, gcc-internal-format
66259 msgid "REAL(KIND=10) is not available for %<-fdefault-real-10%> option"
66260 msgstr ""
66261
66262 #: fortran/trans-types.c:562
66263 #, gcc-internal-format
66264 msgid "REAL(KIND=16) is not available for %<-fdefault-real-16%> option"
66265 msgstr ""
66266
66267 #: fortran/trans-types.c:570
66268 #, gcc-internal-format
66269 msgid "REAL(KIND=8) is not available for %<-freal-4-real-8%> option"
66270 msgstr ""
66271
66272 #: fortran/trans-types.c:578
66273 #, gcc-internal-format
66274 msgid "REAL(KIND=10) is not available for %<-freal-4-real-10%> option"
66275 msgstr ""
66276
66277 #: fortran/trans-types.c:586
66278 #, gcc-internal-format
66279 msgid "REAL(KIND=16) is not available for %<-freal-4-real-16%> option"
66280 msgstr ""
66281
66282 #: fortran/trans-types.c:617
66283 #, gcc-internal-format
66284 msgid "REAL(KIND=4) is not available for %<-freal-8-real-4%> option"
66285 msgstr ""
66286
66287 #: fortran/trans-types.c:625
66288 #, gcc-internal-format
66289 msgid "REAL(KIND=10) is not available for %<-freal-8-real-10%> option"
66290 msgstr ""
66291
66292 #: fortran/trans-types.c:633
66293 #, gcc-internal-format
66294 msgid "REAL(KIND=10) is not available for %<-freal-8-real-16%> option"
66295 msgstr ""
66296
66297 #: fortran/trans-types.c:773
66298 #, gcc-internal-format
66299 msgid "gfc_validate_kind(): Got bad type"
66300 msgstr ""
66301
66302 #: fortran/trans-types.c:777
66303 #, gcc-internal-format
66304 msgid "gfc_validate_kind(): Got bad kind"
66305 msgstr ""
66306
66307 #: fortran/trans.c:2162
66308 #, gcc-internal-format
66309 msgid "gfc_trans_code(): Bad statement code"
66310 msgstr ""
66311
66312 #: jit/docs/examples/tut05-bf.c:242
66313 #, gcc-internal-format
66314 msgid "too many open parens"
66315 msgstr ""
66316
66317 #: jit/docs/examples/tut05-bf.c:275
66318 #, gcc-internal-format
66319 msgid "mismatching parens"
66320 msgstr ""
66321
66322 #: jit/docs/examples/tut05-bf.c:310
66323 #, gcc-internal-format
66324 msgid "unable to open file"
66325 msgstr "не вдалося відкрити файл"
66326
66327 #: lto/lto-common.c:1977
66328 #, gcc-internal-format
66329 msgid "bytecode stream: garbage at the end of symbols section"
66330 msgstr ""
66331
66332 #: lto/lto-common.c:2004
66333 #, gcc-internal-format
66334 msgid "could not parse hex number"
66335 msgstr ""
66336
66337 #: lto/lto-common.c:2036
66338 #, gcc-internal-format, gfc-internal-format
66339 msgid "unexpected file name %s in linker resolution file. Expected %s"
66340 msgstr ""
66341
66342 #: lto/lto-common.c:2045
66343 #, gcc-internal-format
66344 msgid "could not parse file offset"
66345 msgstr ""
66346
66347 #: lto/lto-common.c:2048
66348 #, gcc-internal-format
66349 msgid "unexpected offset"
66350 msgstr ""
66351
66352 #: lto/lto-common.c:2070
66353 #, gcc-internal-format
66354 msgid "invalid line in the resolution file"
66355 msgstr ""
66356
66357 #: lto/lto-common.c:2081
66358 #, gcc-internal-format
66359 msgid "invalid resolution in the resolution file"
66360 msgstr ""
66361
66362 #: lto/lto-common.c:2087
66363 #, gcc-internal-format
66364 msgid "resolution sub id %wx not in object file"
66365 msgstr ""
66366
66367 #: lto/lto-common.c:2209
66368 #, gcc-internal-format
66369 msgid "bytecode stream in file %qs generated with GCC compiler older than 10.0"
66370 msgstr ""
66371
66372 #: lto/lto-common.c:2222
66373 #, fuzzy, gcc-internal-format
66374 #| msgid "cannot read string table from %s"
66375 msgid "cannot read %<LTO_section_decls%> from %s"
66376 msgstr "не вдалося прочитати таблицю рядків з %s"
66377
66378 #: lto/lto-common.c:2343
66379 #, gcc-internal-format, gfc-internal-format
66380 msgid "Cannot open %s"
66381 msgstr "Не вдалося відкрити %s"
66382
66383 #: lto/lto-common.c:2364
66384 #, gcc-internal-format, gfc-internal-format
66385 msgid "Cannot map %s"
66386 msgstr ""
66387
66388 #: lto/lto-common.c:2375
66389 #, gcc-internal-format, gfc-internal-format
66390 msgid "Cannot read %s"
66391 msgstr "Не вдалося прочитати %s"
66392
66393 #: lto/lto-common.c:2693
66394 #, gcc-internal-format
66395 msgid "could not open symbol resolution file: %m"
66396 msgstr ""
66397
66398 #: lto/lto-common.c:2817
66399 #, gcc-internal-format, gfc-internal-format
66400 msgid "missing resolution data for %s"
66401 msgstr ""
66402
66403 #: lto/lto-common.c:2854
66404 #, gcc-internal-format
66405 msgid "errors during merging of translation units"
66406 msgstr ""
66407
66408 #: lto/lto-dump.c:258
66409 #, gcc-internal-format
66410 msgid "Level not found, use none, slim, blocks, vops."
66411 msgstr ""
66412
66413 #: lto/lto-dump.c:273
66414 #, gcc-internal-format
66415 msgid "Function not found."
66416 msgstr ""
66417
66418 #: lto/lto-dump.c:350 lto/lto-dump.c:360
66419 #, gcc-internal-format
66420 msgid "Not configured with %<--enable-gather-detailed-mem-stats%>."
66421 msgstr ""
66422
66423 #: lto/lto-lang.c:310
66424 #, gcc-internal-format
66425 msgid "%s:%s: %E: %E"
66426 msgstr ""
66427
66428 #: lto/lto-lang.c:864
66429 #, gcc-internal-format
66430 msgid "%<-fwpa%> and %<-fltrans%> are mutually exclusive"
66431 msgstr ""
66432
66433 #: lto/lto-lang.c:898
66434 #, gcc-internal-format
66435 msgid "%<-flinker-output=rel%> and %<-fltrans%> are mutually exclussive"
66436 msgstr ""
66437
66438 #: lto/lto-object.c:107
66439 #, gcc-internal-format, gfc-internal-format
66440 msgid "open %s failed: %s"
66441 msgstr ""
66442
66443 #: lto/lto-object.c:153
66444 #, gcc-internal-format, gfc-internal-format
66445 msgid "%s: %s: %s"
66446 msgstr ""
66447
66448 #: lto/lto-object.c:195
66449 #, gcc-internal-format, gfc-internal-format
66450 msgid "close: %s"
66451 msgstr ""
66452
66453 #: lto/lto-object.c:251
66454 #, gcc-internal-format, gfc-internal-format
66455 msgid "two or more sections for %s"
66456 msgstr ""
66457
66458 #: lto/lto-partition.c:535
66459 #, gcc-internal-format
66460 msgid "min partition size cannot be greater than max partition size"
66461 msgstr ""
66462
66463 #: lto/lto-symtab.c:169
66464 #, gcc-internal-format
66465 msgid "%qD is defined with tls model %s"
66466 msgstr ""
66467
66468 #: lto/lto-symtab.c:171
66469 #, gcc-internal-format, gfc-internal-format
66470 msgid "previously defined here as %s"
66471 msgstr ""
66472
66473 #: lto/lto-symtab.c:474
66474 #, gcc-internal-format
66475 msgid "multiple prevailing defs for %qE"
66476 msgstr ""
66477
66478 #: lto/lto-symtab.c:492
66479 #, gcc-internal-format
66480 msgid "%qD has already been defined"
66481 msgstr ""
66482
66483 #: lto/lto-symtab.c:494
66484 #, gcc-internal-format
66485 msgid "previously defined here"
66486 msgstr ""
66487
66488 #: lto/lto-symtab.c:720
66489 #, gcc-internal-format
66490 msgid "%qD violates the C++ One Definition Rule"
66491 msgstr ""
66492
66493 #: lto/lto-symtab.c:726
66494 #, gcc-internal-format
66495 msgid "type of %qD does not match original declaration"
66496 msgstr ""
66497
66498 #: lto/lto-symtab.c:746
66499 #, gcc-internal-format
66500 msgid "alignment of %qD is bigger than original declaration"
66501 msgstr ""
66502
66503 #: lto/lto-symtab.c:752
66504 #, gcc-internal-format
66505 msgid "size of %qD differ from the size of original declaration"
66506 msgstr ""
66507
66508 #: lto/lto-symtab.c:757
66509 #, gcc-internal-format
66510 msgid "%qD was previously declared here"
66511 msgstr ""
66512
66513 #: lto/lto-symtab.c:760
66514 #, gcc-internal-format
66515 msgid "code may be misoptimized unless %<-fno-strict-aliasing%> is used"
66516 msgstr ""
66517
66518 #: lto/lto-symtab.c:846
66519 #, gcc-internal-format
66520 msgid "variable %qD redeclared as function"
66521 msgstr ""
66522
66523 #: lto/lto-symtab.c:853
66524 #, gcc-internal-format
66525 msgid "function %qD redeclared as variable"
66526 msgstr ""
66527
66528 #: lto/lto-symtab.c:865
66529 #, gcc-internal-format
66530 msgid "previously declared here"
66531 msgstr ""
66532
66533 #: lto/lto.c:167
66534 #, gcc-internal-format
66535 msgid "%<lto_obj_file_open()%> failed"
66536 msgstr ""
66537
66538 #: lto/lto.c:199
66539 #, gcc-internal-format
66540 msgid "waitpid failed"
66541 msgstr "помилка waitpid"
66542
66543 #: lto/lto.c:202
66544 #, gcc-internal-format
66545 msgid "streaming subprocess failed"
66546 msgstr ""
66547
66548 #: lto/lto.c:205
66549 #, gcc-internal-format
66550 msgid "streaming subprocess was killed by signal"
66551 msgstr ""
66552
66553 #: lto/lto.c:294
66554 #, gcc-internal-format
66555 msgid "no LTRANS output list filename provided"
66556 msgstr ""
66557
66558 #: lto/lto.c:402
66559 #, gcc-internal-format
66560 msgid "opening LTRANS output list %s: %m"
66561 msgstr ""
66562
66563 #: lto/lto.c:409
66564 #, gcc-internal-format
66565 msgid "writing to LTRANS output list %s: %m"
66566 msgstr ""
66567
66568 #: lto/lto.c:419
66569 #, gcc-internal-format
66570 msgid "closing LTRANS output list %s: %m"
66571 msgstr ""
66572
66573 #: objc/objc-act.c:425 objc/objc-act.c:6802
66574 #, gcc-internal-format
66575 msgid "%<@end%> missing in implementation context"
66576 msgstr ""
66577
66578 #: objc/objc-act.c:578
66579 #, gcc-internal-format
66580 msgid "class attributes are not available in Objective-C 1.0"
66581 msgstr ""
66582
66583 #: objc/objc-act.c:593
66584 #, gcc-internal-format
66585 msgid "category attributes are not available in Objective-C 1.0"
66586 msgstr ""
66587
66588 #: objc/objc-act.c:596
66589 #, gcc-internal-format
66590 msgid "category attributes are not available in this version of the compiler, (ignored)"
66591 msgstr ""
66592
66593 #: objc/objc-act.c:602
66594 #, gcc-internal-format
66595 msgid "class extensions are not available in Objective-C 1.0"
66596 msgstr ""
66597
66598 #: objc/objc-act.c:616
66599 #, gcc-internal-format
66600 msgid "class extension for class %qE declared after its %<@implementation%>"
66601 msgstr ""
66602
66603 #: objc/objc-act.c:631
66604 #, gcc-internal-format
66605 msgid "protocol attributes are not available in Objective-C 1.0"
66606 msgstr ""
66607
66608 #: objc/objc-act.c:696
66609 #, gcc-internal-format
66610 msgid "%<@end%> must appear in an @implementation context"
66611 msgstr ""
66612
66613 #: objc/objc-act.c:705
66614 #, gcc-internal-format
66615 msgid "%<@package%> is not available in Objective-C 1.0"
66616 msgstr ""
66617
66618 #: objc/objc-act.c:707
66619 #, gcc-internal-format
66620 msgid "%<@package%> presently has the same effect as %<@public%>"
66621 msgstr ""
66622
66623 #: objc/objc-act.c:718
66624 #, gcc-internal-format
66625 msgid "%<@optional%> is not available in Objective-C 1.0"
66626 msgstr ""
66627
66628 #: objc/objc-act.c:720
66629 #, gcc-internal-format
66630 msgid "%<@required%> is not available in Objective-C 1.0"
66631 msgstr ""
66632
66633 #: objc/objc-act.c:728
66634 #, gcc-internal-format
66635 msgid "%<@optional%> is allowed in @protocol context only"
66636 msgstr ""
66637
66638 #: objc/objc-act.c:730
66639 #, gcc-internal-format
66640 msgid "%<@required%> is allowed in @protocol context only"
66641 msgstr ""
66642
66643 #: objc/objc-act.c:837
66644 #, gcc-internal-format
66645 msgid "%<@property%> is not available in Objective-C 1.0"
66646 msgstr ""
66647
66648 #: objc/objc-act.c:841
66649 #, gcc-internal-format
66650 msgid "%<readonly%> attribute conflicts with %<readwrite%> attribute"
66651 msgstr ""
66652
66653 #: objc/objc-act.c:858
66654 #, gcc-internal-format
66655 msgid "%<readonly%> attribute conflicts with %<setter%> attribute"
66656 msgstr ""
66657
66658 #: objc/objc-act.c:864
66659 #, gcc-internal-format
66660 msgid "%<assign%> attribute conflicts with %<retain%> attribute"
66661 msgstr ""
66662
66663 #: objc/objc-act.c:869
66664 #, gcc-internal-format
66665 msgid "%<assign%> attribute conflicts with %<copy%> attribute"
66666 msgstr ""
66667
66668 #: objc/objc-act.c:874
66669 #, gcc-internal-format
66670 msgid "%<retain%> attribute conflicts with %<copy%> attribute"
66671 msgstr ""
66672
66673 #: objc/objc-act.c:891
66674 #, gcc-internal-format
66675 msgid "property declaration not in @interface or @protocol context"
66676 msgstr ""
66677
66678 #: objc/objc-act.c:902
66679 #, gcc-internal-format
66680 msgid "invalid property declaration"
66681 msgstr "некоректне оголошення властивості"
66682
66683 #: objc/objc-act.c:910
66684 #, gcc-internal-format
66685 msgid "property cannot be an array"
66686 msgstr ""
66687
66688 #. A @property is not an actual variable, but it is a way to
66689 #. describe a pair of accessor methods, so its type (which is
66690 #. the type of the return value of the getter and the first
66691 #. argument of the setter) can't be a bitfield (as return values
66692 #. and arguments of functions cannot be bitfields). The
66693 #. underlying instance variable could be a bitfield, but that is
66694 #. a different matter.
66695 #: objc/objc-act.c:928
66696 #, gcc-internal-format
66697 msgid "property cannot be a bit-field"
66698 msgstr ""
66699
66700 #: objc/objc-act.c:960
66701 #, gcc-internal-format
66702 msgid "object property %qD has no %<assign%>, %<retain%> or %<copy%> attribute; assuming %<assign%>"
66703 msgstr ""
66704
66705 #: objc/objc-act.c:963
66706 #, gcc-internal-format
66707 msgid "%<assign%> can be unsafe for Objective-C objects; please state explicitly if you need it"
66708 msgstr ""
66709
66710 #: objc/objc-act.c:970
66711 #, gcc-internal-format
66712 msgid "%<retain%> attribute is only valid for Objective-C objects"
66713 msgstr ""
66714
66715 #: objc/objc-act.c:974
66716 #, gcc-internal-format
66717 msgid "%<copy%> attribute is only valid for Objective-C objects"
66718 msgstr ""
66719
66720 #: objc/objc-act.c:1028
66721 #, gcc-internal-format
66722 msgid "redeclaration of property %qD"
66723 msgstr ""
66724
66725 #: objc/objc-act.c:1031 objc/objc-act.c:1097 objc/objc-act.c:1108
66726 #: objc/objc-act.c:1122 objc/objc-act.c:1133 objc/objc-act.c:1145
66727 #: objc/objc-act.c:1182 objc/objc-act.c:7573 objc/objc-act.c:7636
66728 #: objc/objc-act.c:7659 objc/objc-act.c:7673 objc/objc-act.c:7691
66729 #: objc/objc-act.c:7790
66730 #, gcc-internal-format
66731 msgid "originally specified here"
66732 msgstr ""
66733
66734 #: objc/objc-act.c:1093
66735 #, gcc-internal-format
66736 msgid "%<nonatomic%> attribute of property %qD conflicts with previous declaration"
66737 msgstr ""
66738
66739 #: objc/objc-act.c:1104
66740 #, gcc-internal-format
66741 msgid "%<getter%> attribute of property %qD conflicts with previous declaration"
66742 msgstr ""
66743
66744 #: objc/objc-act.c:1118
66745 #, gcc-internal-format
66746 msgid "%<setter%> attribute of property %qD conflicts with previous declaration"
66747 msgstr ""
66748
66749 #: objc/objc-act.c:1130
66750 #, gcc-internal-format
66751 msgid "assign semantics attributes of property %qD conflict with previous declaration"
66752 msgstr ""
66753
66754 #: objc/objc-act.c:1141
66755 #, gcc-internal-format
66756 msgid "%<readonly%> attribute of property %qD conflicts with previous declaration"
66757 msgstr ""
66758
66759 #: objc/objc-act.c:1180
66760 #, gcc-internal-format
66761 msgid "type of property %qD conflicts with previous declaration"
66762 msgstr ""
66763
66764 #: objc/objc-act.c:1655
66765 #, gcc-internal-format
66766 msgid "the dot syntax is not available in Objective-C 1.0"
66767 msgstr ""
66768
66769 #. We know that 'class_name' is an Objective-C class name as the
66770 #. parser won't call this function if it is not. This is only a
66771 #. double-check for safety.
66772 #: objc/objc-act.c:1671
66773 #, gcc-internal-format
66774 msgid "could not find class %qE"
66775 msgstr ""
66776
66777 #. Again, this should never happen, but we do check.
66778 #: objc/objc-act.c:1679
66779 #, gcc-internal-format
66780 msgid "could not find interface for class %qE"
66781 msgstr ""
66782
66783 #: objc/objc-act.c:1685 objc/objc-act.c:6839 objc/objc-act.c:6970
66784 #, gcc-internal-format
66785 msgid "class %qE is deprecated"
66786 msgstr "клас %qE вважається застарілим"
66787
66788 #: objc/objc-act.c:1714
66789 #, gcc-internal-format
66790 msgid "could not find setter/getter for %qE in class %qE"
66791 msgstr ""
66792
66793 #: objc/objc-act.c:1750
66794 #, gcc-internal-format
66795 msgid "%qs property cannot be set"
66796 msgstr ""
66797
66798 #: objc/objc-act.c:2021
66799 #, gcc-internal-format
66800 msgid "method declaration not in @interface context"
66801 msgstr ""
66802
66803 #: objc/objc-act.c:2025
66804 #, gcc-internal-format
66805 msgid "method attributes are not available in Objective-C 1.0"
66806 msgstr ""
66807
66808 #: objc/objc-act.c:2045
66809 #, gcc-internal-format
66810 msgid "method definition not in @implementation context"
66811 msgstr ""
66812
66813 #: objc/objc-act.c:2060
66814 #, gcc-internal-format
66815 msgid "method attributes cannot be specified in @implementation context"
66816 msgstr ""
66817
66818 #: objc/objc-act.c:2289
66819 #, gcc-internal-format
66820 msgid "class %qs does not implement the %qE protocol"
66821 msgstr ""
66822
66823 #: objc/objc-act.c:2292
66824 #, gcc-internal-format
66825 msgid "type %qs does not conform to the %qE protocol"
66826 msgstr ""
66827
66828 #: objc/objc-act.c:2573
66829 #, gcc-internal-format
66830 msgid "comparison of distinct Objective-C types lacks a cast"
66831 msgstr ""
66832
66833 #: objc/objc-act.c:2577
66834 #, gcc-internal-format
66835 msgid "initialization from distinct Objective-C type"
66836 msgstr ""
66837
66838 #: objc/objc-act.c:2581
66839 #, gcc-internal-format
66840 msgid "assignment from distinct Objective-C type"
66841 msgstr ""
66842
66843 #: objc/objc-act.c:2585
66844 #, gcc-internal-format
66845 msgid "distinct Objective-C type in return"
66846 msgstr ""
66847
66848 #: objc/objc-act.c:2589
66849 #, gcc-internal-format
66850 msgid "passing argument %d of %qE from distinct Objective-C type"
66851 msgstr ""
66852
66853 #: objc/objc-act.c:2732
66854 #, gcc-internal-format
66855 msgid "statically allocated instance of Objective-C class %qE"
66856 msgstr ""
66857
66858 #: objc/objc-act.c:2741
66859 #, gcc-internal-format
66860 msgid "redeclaration of Objective-C class %qs"
66861 msgstr ""
66862
66863 #. This case happens when we are given an 'interface' which
66864 #. is not a valid class name. For example if a typedef was
66865 #. used, and 'interface' really is the identifier of the
66866 #. typedef, but when you resolve it you don't get an
66867 #. Objective-C class, but something else, such as 'int'.
66868 #. This is an error; protocols make no sense unless you use
66869 #. them with Objective-C objects.
66870 #: objc/objc-act.c:2783
66871 #, gcc-internal-format
66872 msgid "only Objective-C object types can be qualified with a protocol"
66873 msgstr ""
66874
66875 #: objc/objc-act.c:2847
66876 #, gcc-internal-format
66877 msgid "protocol %qE has circular dependency"
66878 msgstr ""
66879
66880 #: objc/objc-act.c:2880 objc/objc-act.c:5703
66881 #, gcc-internal-format
66882 msgid "cannot find protocol declaration for %qE"
66883 msgstr ""
66884
66885 #: objc/objc-act.c:3189 objc/objc-act.c:3844 objc/objc-act.c:6415
66886 #: objc/objc-act.c:6890 objc/objc-act.c:6963 objc/objc-act.c:7016
66887 #, gcc-internal-format
66888 msgid "cannot find interface declaration for %qE"
66889 msgstr ""
66890
66891 #: objc/objc-act.c:3193
66892 #, gcc-internal-format
66893 msgid "interface %qE does not have valid constant string layout"
66894 msgstr ""
66895
66896 #: objc/objc-act.c:3198
66897 #, gcc-internal-format
66898 msgid "cannot find reference tag for class %qE"
66899 msgstr ""
66900
66901 #: objc/objc-act.c:3343
66902 #, gcc-internal-format
66903 msgid "%qE is not an Objective-C class name or alias"
66904 msgstr ""
66905
66906 #: objc/objc-act.c:3358 objc/objc-act.c:3389 objc/objc-act.c:6796
66907 #: objc/objc-act.c:8121 objc/objc-act.c:8172
66908 #, gcc-internal-format
66909 msgid "Objective-C declarations may only appear in global scope"
66910 msgstr ""
66911
66912 #: objc/objc-act.c:3363
66913 #, gcc-internal-format
66914 msgid "cannot find class %qE"
66915 msgstr ""
66916
66917 #: objc/objc-act.c:3365
66918 #, gcc-internal-format
66919 msgid "class %qE already exists"
66920 msgstr ""
66921
66922 #: objc/objc-act.c:3407 objc/objc-act.c:6855
66923 #, gcc-internal-format
66924 msgid "%qE redeclared as different kind of symbol"
66925 msgstr ""
66926
66927 #: objc/objc-act.c:3409 objc/objc-act.c:3995 objc/objc-act.c:4023
66928 #: objc/objc-act.c:4078 objc/objc-act.c:6857
66929 #, gcc-internal-format
66930 msgid "previous declaration of %q+D"
66931 msgstr ""
66932
66933 #: objc/objc-act.c:3698
66934 #, gcc-internal-format
66935 msgid "strong-cast assignment has been intercepted"
66936 msgstr ""
66937
66938 #: objc/objc-act.c:3740
66939 #, gcc-internal-format
66940 msgid "strong-cast may possibly be needed"
66941 msgstr ""
66942
66943 #: objc/objc-act.c:3750
66944 #, gcc-internal-format
66945 msgid "instance variable assignment has been intercepted"
66946 msgstr ""
66947
66948 #: objc/objc-act.c:3769
66949 #, gcc-internal-format
66950 msgid "pointer arithmetic for garbage-collected objects not allowed"
66951 msgstr ""
66952
66953 #: objc/objc-act.c:3775
66954 #, gcc-internal-format
66955 msgid "global/static variable assignment has been intercepted"
66956 msgstr ""
66957
66958 #: objc/objc-act.c:3992 objc/objc-act.c:4020 objc/objc-act.c:4075
66959 #, gcc-internal-format
66960 msgid "duplicate instance variable %q+D"
66961 msgstr ""
66962
66963 #: objc/objc-act.c:4135
66964 #, gcc-internal-format
66965 msgid "%<-fobjc-exceptions%> is required to enable Objective-C exception syntax"
66966 msgstr ""
66967
66968 #: objc/objc-act.c:4219
66969 #, fuzzy, gcc-internal-format
66970 #| msgid "%<l1-cache-size%> parameter is not a power of two %d"
66971 msgid "%<@catch%> parameter is not a known Objective-C class type"
66972 msgstr "параметр %<l1-cache-size%> не є степенем двійки %d"
66973
66974 #: objc/objc-act.c:4225
66975 #, gcc-internal-format
66976 msgid "%<@catch%> parameter cannot be protocol-qualified"
66977 msgstr ""
66978
66979 #: objc/objc-act.c:4270
66980 #, gcc-internal-format
66981 msgid "exception of type %<%T%> will be caught"
66982 msgstr ""
66983
66984 #: objc/objc-act.c:4272
66985 #, gcc-internal-format
66986 msgid " by earlier handler for %<%T%>"
66987 msgstr ""
66988
66989 #: objc/objc-act.c:4319
66990 #, gcc-internal-format
66991 msgid "%<@try%> without %<@catch%> or %<@finally%>"
66992 msgstr ""
66993
66994 #: objc/objc-act.c:4348
66995 #, gcc-internal-format
66996 msgid "%<@throw%> (rethrow) used outside of a %<@catch%> block"
66997 msgstr ""
66998
66999 #: objc/objc-act.c:4361
67000 #, gcc-internal-format
67001 msgid "%<@throw%> argument is not an object"
67002 msgstr ""
67003
67004 #: objc/objc-act.c:4382
67005 #, gcc-internal-format
67006 msgid "%<@synchronized%> argument is not an object"
67007 msgstr ""
67008
67009 #: objc/objc-act.c:4590
67010 #, gcc-internal-format
67011 msgid "%s %qs"
67012 msgstr "%s %qs"
67013
67014 #: objc/objc-act.c:4613 objc/objc-act.c:4638
67015 #, gcc-internal-format
67016 msgid "inconsistent instance variable specification"
67017 msgstr ""
67018
67019 #: objc/objc-act.c:4693
67020 #, gcc-internal-format
67021 msgid "cannot use an object as parameter to a method"
67022 msgstr ""
67023
67024 #: objc/objc-act.c:4737
67025 #, gcc-internal-format
67026 msgid "method argument attributes are not available in Objective-C 1.0"
67027 msgstr ""
67028
67029 #: objc/objc-act.c:5111
67030 #, gcc-internal-format
67031 msgid "multiple methods named %<%c%E%> found"
67032 msgstr ""
67033
67034 #: objc/objc-act.c:5114
67035 #, gcc-internal-format
67036 msgid "using %<%c%s%>"
67037 msgstr "використовуємо %<%c%s%>"
67038
67039 #: objc/objc-act.c:5123
67040 #, gcc-internal-format
67041 msgid "multiple selectors named %<%c%E%> found"
67042 msgstr ""
67043
67044 #: objc/objc-act.c:5126
67045 #, gcc-internal-format
67046 msgid "found %<%c%s%>"
67047 msgstr "знайдено %<%c%s%>"
67048
67049 #: objc/objc-act.c:5135
67050 #, gcc-internal-format
67051 msgid "also found %<%c%s%>"
67052 msgstr ""
67053
67054 #. If 'rtype' is NULL_TREE at this point it means that
67055 #. we have seen no @interface corresponding to that
67056 #. class name, only a @class declaration (alternatively,
67057 #. this was a call such as [objc_getClass("SomeClass")
67058 #. alloc], where we've never seen the @interface of
67059 #. SomeClass). So, we have a class name (class_tree)
67060 #. but no actual details of the class methods. We won't
67061 #. be able to check that the class responds to the
67062 #. method, and we will have to guess the method
67063 #. prototype. Emit a warning, then keep going (this
67064 #. will use any method with a matching name, as if the
67065 #. receiver was of type 'Class').
67066 #. We could not find an @interface declaration, and
67067 #. there are no protocols attached to the receiver,
67068 #. so we can't complete the check that the receiver
67069 #. responds to the method, and we can't retrieve the
67070 #. method prototype. But, because the receiver has
67071 #. a well-specified class, the programmer did want
67072 #. this check to be performed. Emit a warning, then
67073 #. keep going as if it was an 'id'. To remove the
67074 #. warning, either include an @interface for the
67075 #. class, or cast the receiver to 'id'. Note that
67076 #. rtype is an IDENTIFIER_NODE at this point.
67077 #: objc/objc-act.c:5423 objc/objc-act.c:5558
67078 #, gcc-internal-format
67079 msgid "%<@interface%> of class %qE not found"
67080 msgstr ""
67081
67082 #: objc/objc-act.c:5432
67083 #, gcc-internal-format
67084 msgid "no super class declared in @interface for %qE"
67085 msgstr ""
67086
67087 #: objc/objc-act.c:5483
67088 #, gcc-internal-format
67089 msgid "found %<-%E%> instead of %<+%E%> in protocol(s)"
67090 msgstr ""
67091
67092 #. We have a type, but it's not an Objective-C type (!).
67093 #: objc/objc-act.c:5595
67094 #, gcc-internal-format
67095 msgid "invalid receiver type %qs"
67096 msgstr ""
67097
67098 #: objc/objc-act.c:5612
67099 #, gcc-internal-format
67100 msgid "%<%c%E%> not found in protocol(s)"
67101 msgstr ""
67102
67103 #: objc/objc-act.c:5626
67104 #, gcc-internal-format
67105 msgid "%qE may not respond to %<%c%E%>"
67106 msgstr ""
67107
67108 #: objc/objc-act.c:5634
67109 #, gcc-internal-format
67110 msgid "no %<%c%E%> method found"
67111 msgstr ""
67112
67113 #: objc/objc-act.c:5641
67114 #, gcc-internal-format
67115 msgid "(messages without a matching method signature will be assumed to return %<id%> and accept %<...%> as arguments)"
67116 msgstr ""
67117
67118 #: objc/objc-act.c:5752
67119 #, gcc-internal-format
67120 msgid "undeclared selector %qE"
67121 msgstr ""
67122
67123 #. Historically, a class method that produced objects (factory
67124 #. method) would assign `self' to the instance that it
67125 #. allocated. This would effectively turn the class method into
67126 #. an instance method. Following this assignment, the instance
67127 #. variables could be accessed. That practice, while safe,
67128 #. violates the simple rule that a class method should not refer
67129 #. to an instance variable. It's better to catch the cases
67130 #. where this is done unknowingly than to support the above
67131 #. paradigm.
67132 #: objc/objc-act.c:5776
67133 #, gcc-internal-format
67134 msgid "instance variable %qE accessed in class method"
67135 msgstr ""
67136
67137 #: objc/objc-act.c:6006 objc/objc-act.c:6026
67138 #, gcc-internal-format
67139 msgid "method %<%c%E%> declared %<@optional%> and %<@required%> at the same time"
67140 msgstr ""
67141
67142 #: objc/objc-act.c:6010
67143 #, gcc-internal-format
67144 msgid "previous declaration of %<%c%E%> as %<@required%>"
67145 msgstr ""
67146
67147 #: objc/objc-act.c:6030
67148 #, gcc-internal-format
67149 msgid "previous declaration of %<%c%E%> as %<@optional%>"
67150 msgstr ""
67151
67152 #: objc/objc-act.c:6090
67153 #, gcc-internal-format
67154 msgid "duplicate declaration of method %<%c%E%> with conflicting types"
67155 msgstr ""
67156
67157 #: objc/objc-act.c:6094
67158 #, gcc-internal-format
67159 msgid "previous declaration of %<%c%E%>"
67160 msgstr ""
67161
67162 #: objc/objc-act.c:6131
67163 #, gcc-internal-format
67164 msgid "duplicate interface declaration for category %<%E(%E)%>"
67165 msgstr ""
67166
67167 #: objc/objc-act.c:6219
67168 #, gcc-internal-format
67169 msgid "illegal reference type specified for instance variable %qs"
67170 msgstr ""
67171
67172 #: objc/objc-act.c:6230
67173 #, gcc-internal-format
67174 msgid "instance variable %qs has unknown size"
67175 msgstr ""
67176
67177 #: objc/objc-act.c:6251
67178 #, gcc-internal-format
67179 msgid "instance variable %qs uses flexible array member"
67180 msgstr ""
67181
67182 #: objc/objc-act.c:6278
67183 #, gcc-internal-format
67184 msgid "type %qE has no default constructor to call"
67185 msgstr ""
67186
67187 #: objc/objc-act.c:6284
67188 #, gcc-internal-format
67189 msgid "destructor for %qE shall not be run either"
67190 msgstr ""
67191
67192 #. Vtable pointers are Real Bad(tm), since Obj-C cannot
67193 #. initialize them.
67194 #: objc/objc-act.c:6296
67195 #, gcc-internal-format
67196 msgid "type %qE has virtual member functions"
67197 msgstr ""
67198
67199 #: objc/objc-act.c:6297
67200 #, gcc-internal-format
67201 msgid "illegal aggregate type %qE specified for instance variable %qs"
67202 msgstr ""
67203
67204 #: objc/objc-act.c:6307
67205 #, gcc-internal-format
67206 msgid "type %qE has a user-defined constructor"
67207 msgstr ""
67208
67209 #: objc/objc-act.c:6309
67210 #, gcc-internal-format
67211 msgid "type %qE has a user-defined destructor"
67212 msgstr ""
67213
67214 #: objc/objc-act.c:6313
67215 #, gcc-internal-format
67216 msgid "C++ constructors and destructors will not be invoked for Objective-C fields"
67217 msgstr ""
67218
67219 #: objc/objc-act.c:6444
67220 #, gcc-internal-format
67221 msgid "instance variable %qE is declared private"
67222 msgstr ""
67223
67224 #: objc/objc-act.c:6455
67225 #, gcc-internal-format
67226 msgid "instance variable %qE is %s; this will be a hard error in the future"
67227 msgstr ""
67228
67229 #: objc/objc-act.c:6462
67230 #, gcc-internal-format
67231 msgid "instance variable %qE is declared %s"
67232 msgstr ""
67233
67234 #: objc/objc-act.c:6573 objc/objc-act.c:6688
67235 #, gcc-internal-format
67236 msgid "incomplete implementation of class %qE"
67237 msgstr ""
67238
67239 #: objc/objc-act.c:6577 objc/objc-act.c:6692
67240 #, gcc-internal-format
67241 msgid "incomplete implementation of category %qE"
67242 msgstr ""
67243
67244 #: objc/objc-act.c:6586 objc/objc-act.c:6700
67245 #, gcc-internal-format
67246 msgid "method definition for %<%c%E%> not found"
67247 msgstr ""
67248
67249 #: objc/objc-act.c:6741
67250 #, gcc-internal-format
67251 msgid "%s %qE does not fully implement the %qE protocol"
67252 msgstr ""
67253
67254 #: objc/objc-act.c:6831
67255 #, gcc-internal-format
67256 msgid "cannot find interface declaration for %qE, superclass of %qE"
67257 msgstr ""
67258
67259 #: objc/objc-act.c:6870
67260 #, gcc-internal-format
67261 msgid "reimplementation of class %qE"
67262 msgstr ""
67263
67264 #: objc/objc-act.c:6903
67265 #, gcc-internal-format
67266 msgid "conflicting super class name %qE"
67267 msgstr ""
67268
67269 #: objc/objc-act.c:6906
67270 #, gcc-internal-format
67271 msgid "previous declaration of %qE"
67272 msgstr ""
67273
67274 #: objc/objc-act.c:6908
67275 #, gcc-internal-format
67276 msgid "previous declaration"
67277 msgstr "попереднє оголошення"
67278
67279 #: objc/objc-act.c:6921 objc/objc-act.c:6923
67280 #, gcc-internal-format
67281 msgid "duplicate interface declaration for class %qE"
67282 msgstr ""
67283
67284 #: objc/objc-act.c:7240 objc/objc-act.c:7436
67285 #, gcc-internal-format
67286 msgid "cannot find instance variable associated with property"
67287 msgstr ""
67288
67289 #. TODO: This should be caught much earlier than this.
67290 #: objc/objc-act.c:7402
67291 #, gcc-internal-format
67292 msgid "invalid setter, it must have one argument"
67293 msgstr ""
67294
67295 #: objc/objc-act.c:7566 objc/objc-act.c:7783
67296 #, gcc-internal-format
67297 msgid "property %qs already specified in %<@dynamic%>"
67298 msgstr ""
67299
67300 #: objc/objc-act.c:7569 objc/objc-act.c:7786
67301 #, gcc-internal-format
67302 msgid "property %qs already specified in %<@synthesize%>"
67303 msgstr ""
67304
67305 #: objc/objc-act.c:7583 objc/objc-act.c:7800
67306 #, gcc-internal-format
67307 msgid "no declaration of property %qs found in the interface"
67308 msgstr ""
67309
67310 #: objc/objc-act.c:7610
67311 #, gcc-internal-format
67312 msgid "ivar %qs used by %<@synthesize%> declaration must be an existing ivar"
67313 msgstr ""
67314
67315 #: objc/objc-act.c:7631
67316 #, gcc-internal-format
67317 msgid "property %qs is using instance variable %qs of incompatible type"
67318 msgstr ""
67319
67320 #: objc/objc-act.c:7653
67321 #, gcc-internal-format
67322 msgid "%<assign%> property %qs is using bit-field instance variable %qs"
67323 msgstr ""
67324
67325 #: objc/objc-act.c:7667
67326 #, gcc-internal-format
67327 msgid "%<atomic%> property %qs is using bit-field instance variable %qs"
67328 msgstr ""
67329
67330 #: objc/objc-act.c:7686
67331 #, gcc-internal-format
67332 msgid "property %qs is using the same instance variable as property %qs"
67333 msgstr ""
67334
67335 #: objc/objc-act.c:7727
67336 #, gcc-internal-format
67337 msgid "%<@synthesize%> is not available in Objective-C 1.0"
67338 msgstr ""
67339
67340 #. We can get here only in Objective-C; the Objective-C++ parser
67341 #. detects the problem while parsing, outputs the error
67342 #. "misplaced '@synthesize' Objective-C++ construct" and skips
67343 #. the declaration.
67344 #: objc/objc-act.c:7738
67345 #, gcc-internal-format
67346 msgid "%<@synthesize%> not in @implementation context"
67347 msgstr ""
67348
67349 #: objc/objc-act.c:7744
67350 #, gcc-internal-format
67351 msgid "%<@synthesize%> cannot be used in categories"
67352 msgstr ""
67353
67354 #: objc/objc-act.c:7753
67355 #, gcc-internal-format
67356 msgid "%<@synthesize%> requires the @interface of the class to be available"
67357 msgstr ""
67358
67359 #: objc/objc-act.c:7836
67360 #, gcc-internal-format
67361 msgid "%<@dynamic%> is not available in Objective-C 1.0"
67362 msgstr ""
67363
67364 #. We can get here only in Objective-C; the Objective-C++ parser
67365 #. detects the problem while parsing, outputs the error
67366 #. "misplaced '@dynamic' Objective-C++ construct" and skips the
67367 #. declaration.
67368 #: objc/objc-act.c:7847
67369 #, gcc-internal-format
67370 msgid "%<@dynamic%> not in @implementation context"
67371 msgstr ""
67372
67373 #: objc/objc-act.c:7869
67374 #, gcc-internal-format
67375 msgid "%<@dynamic%> requires the @interface of the class to be available"
67376 msgstr ""
67377
67378 #: objc/objc-act.c:8067
67379 #, gcc-internal-format
67380 msgid "definition of protocol %qE not found"
67381 msgstr ""
67382
67383 #. It would be nice to use warn_deprecated_use() here, but
67384 #. we are using TREE_CHAIN (which is supposed to be the
67385 #. TYPE_STUB_DECL for a TYPE) for something different.
67386 #: objc/objc-act.c:8098
67387 #, gcc-internal-format
67388 msgid "protocol %qE is deprecated"
67389 msgstr "протокол %qE вважається застарілим"
67390
67391 #: objc/objc-act.c:8217
67392 #, gcc-internal-format
67393 msgid "duplicate declaration for protocol %qE"
67394 msgstr ""
67395
67396 #: objc/objc-act.c:8728
67397 #, gcc-internal-format
67398 msgid "conflicting types for %<%c%s%>"
67399 msgstr ""
67400
67401 #: objc/objc-act.c:8732
67402 #, gcc-internal-format
67403 msgid "previous declaration of %<%c%s%>"
67404 msgstr ""
67405
67406 #: objc/objc-act.c:8832
67407 #, gcc-internal-format
67408 msgid "no super class declared in interface for %qE"
67409 msgstr ""
67410
67411 #: objc/objc-act.c:8859
67412 #, gcc-internal-format
67413 msgid "%<[super ...]%> must appear in a method context"
67414 msgstr ""
67415
67416 #: objc/objc-act.c:8899
67417 #, gcc-internal-format
67418 msgid "method possibly missing a [super dealloc] call"
67419 msgstr ""
67420
67421 #: objc/objc-act.c:9367
67422 #, gcc-internal-format
67423 msgid "instance variable %qs is declared private"
67424 msgstr ""
67425
67426 #: objc/objc-act.c:9420
67427 #, gcc-internal-format
67428 msgid "local declaration of %qE hides instance variable"
67429 msgstr ""
67430
67431 #. This can happen if DECL_ARTIFICIAL (*expr_p), but
67432 #. should be impossible for real properties, which always
67433 #. have a getter.
67434 #: objc/objc-act.c:9466
67435 #, gcc-internal-format
67436 msgid "no %qs getter found"
67437 msgstr ""
67438
67439 #: objc/objc-act.c:9706
67440 #, gcc-internal-format
67441 msgid "fast enumeration is not available in Objective-C 1.0"
67442 msgstr ""
67443
67444 #: objc/objc-act.c:9716
67445 #, gcc-internal-format
67446 msgid "iterating variable in fast enumeration is not an object"
67447 msgstr ""
67448
67449 #: objc/objc-act.c:9722
67450 #, gcc-internal-format
67451 msgid "collection in fast enumeration is not an object"
67452 msgstr ""
67453
67454 #: objc/objc-encoding.c:130
67455 #, gcc-internal-format
67456 msgid "type %qT does not have a known size"
67457 msgstr ""
67458
67459 #: objc/objc-encoding.c:721
67460 #, gcc-internal-format
67461 msgid "unknown type %<%T%> found during Objective-C encoding"
67462 msgstr ""
67463
67464 #. Do not do any encoding, produce an error and keep going.
67465 #: objc/objc-encoding.c:804
67466 #, gcc-internal-format
67467 msgid "trying to encode non-integer type as a bit-field"
67468 msgstr ""
67469
67470 #: objc/objc-gnu-runtime-abi-01.c:134
67471 #, gcc-internal-format
67472 msgid "%<-fobjc-gc%> is ignored for %<-fgnu-runtime%>"
67473 msgstr ""
67474
67475 #: objc/objc-gnu-runtime-abi-01.c:142
67476 #, gcc-internal-format
67477 msgid "%<-fobjc-sjlj-exceptions%> is ignored for %<-fgnu-runtime%>"
67478 msgstr ""
67479
67480 #: objc/objc-gnu-runtime-abi-01.c:2171 objc/objc-next-runtime-abi-01.c:2818
67481 #: objc/objc-next-runtime-abi-02.c:3593
67482 #, gcc-internal-format
67483 msgid "non-objective-c type %qT cannot be caught"
67484 msgstr ""
67485
67486 #: objc/objc-next-runtime-abi-01.c:152
67487 #, gcc-internal-format
67488 msgid "%<-fobjc-sjlj-exceptions%> is the only supported exceptions system for %<-fnext-runtime%> with %<-fobjc-abi-version%> argument less than 2"
67489 msgstr ""
67490
67491 #: objc/objc-next-runtime-abi-02.c:245
67492 #, gcc-internal-format
67493 msgid "%<-fobjc-sjlj-exceptions%> is ignored for %<-fnext-runtime%> when %<-fobjc-abi-version%> greater than 1"
67494 msgstr ""
67495
67496 #: objc/objc-runtime-shared-support.c:425
67497 #, gcc-internal-format
67498 msgid "creating selector for nonexistent method %qE"
67499 msgstr ""
67500
67501 #: fortran/lang.opt:421
67502 #, gcc-internal-format
67503 msgid "Unrecognized option to endianness value: %qs"
67504 msgstr ""
67505
67506 #: fortran/lang.opt:633
67507 #, gcc-internal-format
67508 msgid "Unrecognized option to floating-point init value: %qs"
67509 msgstr ""
67510
67511 #: fortran/lang.opt:767
67512 #, gcc-internal-format
67513 msgid "Unrecognized option: %qs"
67514 msgstr ""
67515
67516 #: c-family/c.opt:43 c-family/c.opt:46 c-family/c.opt:181
67517 #, gcc-internal-format
67518 msgid "assertion missing after %qs"
67519 msgstr ""
67520
67521 #: c-family/c.opt:55 c-family/c.opt:58 c-family/c.opt:163 c-family/c.opt:166
67522 #: c-family/c.opt:193 c-family/c.opt:256
67523 #, gcc-internal-format
67524 msgid "macro name missing after %qs"
67525 msgstr ""
67526
67527 #: c-family/c.opt:70 c-family/c.opt:73 c-family/c.opt:76 c-family/c.opt:79
67528 #: c-family/c.opt:175 c-family/c.opt:178 c-family/c.opt:220 c-family/c.opt:224
67529 #: c-family/c.opt:236 c-family/c.opt:1975 c-family/c.opt:1983 brig/lang.opt:44
67530 #: config/darwin.opt:30 common.opt:323 common.opt:326 common.opt:3212
67531 #, gcc-internal-format
67532 msgid "missing filename after %qs"
67533 msgstr ""
67534
67535 #: c-family/c.opt:85 c-family/c.opt:88 c-family/c.opt:91 c-family/c.opt:94
67536 #: c-family/c.opt:200 c-family/c.opt:212 c-family/c.opt:1971
67537 #: c-family/c.opt:1991 c-family/c.opt:1995 c-family/c.opt:1999
67538 #, gcc-internal-format
67539 msgid "missing path after %qs"
67540 msgstr ""
67541
67542 #: c-family/c.opt:244 c-family/c.opt:248
67543 #, gcc-internal-format
67544 msgid "missing makefile target after %qs"
67545 msgstr ""
67546
67547 #: c-family/c.opt:283
67548 #, gcc-internal-format
67549 msgid "argument %qs to %<-Waligned-new%> not recognized"
67550 msgstr ""
67551
67552 #: c-family/c.opt:948
67553 #, gcc-internal-format
67554 msgid "argument %qs to %<-Wnormalized%> not recognized"
67555 msgstr ""
67556
67557 #: c-family/c.opt:1465
67558 #, gcc-internal-format
67559 msgid "no class name specified with %qs"
67560 msgstr ""
67561
67562 #: c-family/c.opt:1584
67563 #, gcc-internal-format
67564 msgid "%<-fhandle-exceptions%> has been renamed %<-fexceptions%> (and is now on by default)"
67565 msgstr ""
67566
67567 #: c-family/c.opt:1671
67568 #, gcc-internal-format
67569 msgid "unrecognized ivar visibility value %qs"
67570 msgstr ""
67571
67572 #: c-family/c.opt:1831
67573 #, gcc-internal-format
67574 msgid "unrecognized scalar storage order value %qs"
67575 msgstr ""
67576
67577 #: d/lang.opt:189
67578 #, gcc-internal-format
67579 msgid "unknown array bounds setting %qs"
67580 msgstr ""
67581
67582 #: config/vms/vms.opt:42
67583 #, gcc-internal-format
67584 msgid "unknown pointer size model %qs"
67585 msgstr ""
67586
67587 #: config/i386/i386.opt:315
67588 #, gcc-internal-format
67589 msgid "%<-mcpu=%> is deprecated; use %<-mtune=%> or %<-march=%> instead"
67590 msgstr "%<-mcpu=%> вважається застарілим; скористайтеся замість нього %<-mtune=%> або %<-march=%>"
67591
67592 #: config/i386/i386.opt:375
67593 #, gcc-internal-format
67594 msgid "%<-mintel-syntax%> and %<-mno-intel-syntax%> are deprecated; use %<-masm=intel%> and %<-masm=att%> instead"
67595 msgstr ""
67596
67597 #: config/i386/i386.opt:676
67598 #, gcc-internal-format
67599 msgid "%<-msse5%> was removed"
67600 msgstr ""
67601
67602 #: config/avr/avr.opt:26
67603 #, gcc-internal-format
67604 msgid "missing device or architecture after %qs"
67605 msgstr ""
67606
67607 #: config/rs6000/rs6000.opt:316
67608 #, gcc-internal-format
67609 msgid "%<-mvrsave=no%> is deprecated; use %<-mno-vrsave%> instead"
67610 msgstr "%<-mvrsave=no%> є застарілим, замість нього слід користуватися %<-mno-vrsave%>"
67611
67612 #: config/rs6000/rs6000.opt:320
67613 #, gcc-internal-format
67614 msgid "%<-mvrsave=yes%> is deprecated; use %<-mvrsave%> instead"
67615 msgstr "%<-mvrsave=yes%> є застарілим, замість нього слід користуватися %<-mvrsave%>"
67616
67617 #: config/rs6000/rs6000.opt:368
67618 #, gcc-internal-format
67619 msgid "using darwin64 ABI"
67620 msgstr ""
67621
67622 #: config/rs6000/rs6000.opt:371
67623 #, gcc-internal-format
67624 msgid "using old darwin ABI"
67625 msgstr ""
67626
67627 #: config/fused-madd.opt:22
67628 #, gcc-internal-format
67629 msgid "%<-mfused-madd%> is deprecated; use %<-ffp-contract=%> instead"
67630 msgstr "%<-mfused-madd%> вважається застарілим; скористайтеся замість нього %<-ffp-contract=%>"
67631
67632 #: config/microblaze/microblaze.opt:87
67633 #, gcc-internal-format
67634 msgid "%qs is deprecated; use -fstack-check"
67635 msgstr "%qs вважається застарілим; скористайтеся -fstack-check"
67636
67637 #: config/microblaze/microblaze.opt:95
67638 #, gcc-internal-format
67639 msgid "%qs is deprecated; use -fno-zero-initialized-in-bss"
67640 msgstr ""
67641
67642 #: config/arc/arc.opt:173 config/arc/arc.opt:334 config/arc/arc.opt:342
67643 #: config/arc/arc.opt:349 config/arc/arc.opt:353 config/arc/arc.opt:357
67644 #: config/arc/arc.opt:361 config/arc/arc.opt:364 config/arc/arc.opt:367
67645 #: config/arc/arc.opt:384
67646 #, gcc-internal-format
67647 msgid "%qs is deprecated"
67648 msgstr "%qs вважається застарілим"
67649
67650 #: lto/lang.opt:31
67651 #, gcc-internal-format
67652 msgid "unknown linker output %qs"
67653 msgstr ""
67654
67655 #: common.opt:1458
67656 #, gcc-internal-format
67657 msgid "unknown excess precision style %qs"
67658 msgstr ""
67659
67660 #: common.opt:1473
67661 #, gcc-internal-format
67662 msgid "unknown specification for the set of FLT_EVAL_METHOD values to permit %qs"
67663 msgstr ""
67664
67665 #: common.opt:1517
67666 #, gcc-internal-format
67667 msgid "unknown floating point contraction style %qs"
67668 msgstr ""
67669
67670 #: common.opt:1669
67671 #, gcc-internal-format
67672 msgid "unknown Stack Reuse Level %qs"
67673 msgstr ""
67674
67675 #: common.opt:1738
67676 #, gcc-internal-format
67677 msgid "unknown Control-Flow Protection Level %qs"
67678 msgstr ""
67679
67680 #: common.opt:1833
67681 #, gcc-internal-format
67682 msgid "unknown IRA algorithm %qs"
67683 msgstr ""
67684
67685 #: common.opt:1846
67686 #, gcc-internal-format
67687 msgid "unknown IRA region %qs"
67688 msgstr ""
67689
67690 #: common.opt:1920
67691 #, gcc-internal-format
67692 msgid "unknown LTO partitioning model %qs"
67693 msgstr ""
67694
67695 #: common.opt:2022
67696 #, gcc-internal-format
67697 msgid "options or targets missing after %qs"
67698 msgstr ""
67699
67700 #: common.opt:2030
67701 #, gcc-internal-format
67702 msgid "unknown offload ABI %qs"
67703 msgstr ""
67704
67705 #: common.opt:2172
67706 #, gcc-internal-format
67707 msgid "unknown profile update method %qs"
67708 msgstr ""
67709
67710 #: common.opt:2262
67711 #, gcc-internal-format
67712 msgid "unknown Live-Patching Level %qs"
67713 msgstr "невідомий рівень інтерактивного латання, %qs"
67714
67715 #: common.opt:2295
67716 #, gcc-internal-format
67717 msgid "unknown basic block reordering algorithm %qs"
67718 msgstr ""
67719
67720 #: common.opt:2602
67721 #, gcc-internal-format
67722 msgid "unknown TLS model %qs"
67723 msgstr ""
67724
67725 #: common.opt:2934
67726 #, gcc-internal-format
67727 msgid "unknown vectorizer cost model %qs"
67728 msgstr ""
67729
67730 #: common.opt:2972
67731 #, gcc-internal-format
67732 msgid "unrecognized visibility value %qs"
67733 msgstr ""
67734
67735 #: common.opt:2991
67736 #, gcc-internal-format
67737 msgid "unknown vtable verify initialization priority %qs"
67738 msgstr ""
67739
67740 #~ msgid "default %d minimum %d maximum %d"
67741 #~ msgstr "типово: %d мінімум: %d максимум: %d"
67742
67743 #~ msgid "can%'t open %s: %m"
67744 #~ msgstr "не вдалося відкрити %s: %m"
67745
67746 #~ msgid "%s: %s\n"
67747 #~ msgstr "%s: %s\n"
67748
67749 #~ msgid "invalid --param name %qs; did you mean %qs?"
67750 #~ msgstr "некоректна назва --param %qs; ви мали на увазі %qs?"
67751
67752 #~ msgid "%<-fsanitize=address%> not supported for this target"
67753 #~ msgstr "підтримки %<-fsanitize=address%> для цього призначення не передбачено"
67754
67755 #~ msgid "invalid types for ABSU_EXPR"
67756 #~ msgstr "некоректні типи для ABSU_EXPR"
67757
67758 #~ msgid "%<#pragma acc routine%> already applied to %qD"
67759 #~ msgstr "%<#pragma acc routine%> вже застосовано до %qD"
67760
67761 #~ msgid " %s"
67762 #~ msgstr " %s"
67763
67764 #~ msgid "mysterious repository information in %s"
67765 #~ msgstr "загадкові дані щодо сховища у %s"
67766
67767 #~ msgid "gfc_variable_attr(): Bad array reference"
67768 #~ msgstr "gfc_variable_attr(): помилкове посилання на масив"
67769
67770 #~ msgid "new_symbol(): Symbol name too long"
67771 #~ msgstr "new_symbol(): назва символу є надто довгою"
67772
67773 #~ msgid "cannot find '%s'"
67774 #~ msgstr "не вдалося знайти «%s»"
67775
67776 #~ msgid "cannot take address of %s"
67777 #~ msgstr "не може приймати адресу %s"
67778
67779 #~ msgid "undefined identifier `%s`, did you mean %s `%s`?"
67780 #~ msgstr "невизначений ідентифікатор «%s», мало бути %s «%s»?"
67781
67782 #~ msgid "undefined identifier `%s`, did you mean `%s`?"
67783 #~ msgstr "невизначений ідентифікатор «%s», мало бути «%s»?"
67784
67785 #~ msgid "%s is not in a class or struct scope"
67786 #~ msgstr "%s не перебуває у області дії класу або структури"
67787
67788 #~ msgid "'this' is only defined in non-static member functions, not %s"
67789 #~ msgstr "«this» є визначеним лише у функціях-учасниках, які не є статичним, а не у %s"
67790
67791 #~ msgid "%s is not in a class scope"
67792 #~ msgstr "%s не перебуває у області дії класу"
67793
67794 #~ msgid "no base class for %s"
67795 #~ msgstr "немає базового класу для %s"
67796
67797 #~ msgid "%s of type %s has no value"
67798 #~ msgstr "%s типу %s не має значення"
67799
67800 #~ msgid "recursive expansion of %s '%s'"
67801 #~ msgstr "рекурсивне розгортання %s '%s'"
67802
67803 #~ msgid "cannot create instance of interface %s"
67804 #~ msgstr "не вдалося створити екземпляр інтерфейсу %s"
67805
67806 #~ msgid "no allocator for %s"
67807 #~ msgstr "немає інструкції розміщення у пам'яті для %s"
67808
67809 #~ msgid "%s has no value"
67810 #~ msgstr "%s не має значення"
67811
67812 #~ msgid "%s is not an expression"
67813 #~ msgstr "%s не є виразом"
67814
67815 #~ msgid "no super class constructor for %s"
67816 #~ msgstr "немає конструктора суперкласу для %s"
67817
67818 #~ msgid "invalid array operation %s (possible missing [])"
67819 #~ msgstr "некоректна дія із масивом %s (можливо, пропущено [])"
67820
67821 #~ msgid "cannot cast %s"
67822 #~ msgstr "не можна викликати %s"
67823
67824 #~ msgid "conversion error from %s to %s"
67825 #~ msgstr "помилка під час перетворення з %s на %s"
67826
67827 #~ msgid "can't subtract pointer from %s"
67828 #~ msgstr "не можна віднімати вказівник від %s"
67829
67830 #~ msgid "%s is not defined for associative arrays"
67831 #~ msgstr "%s не визначено для асоціативних масивів"
67832
67833 #~ msgid "%s isn't a template"
67834 #~ msgstr "%s не є шаблоном"
67835
67836 #~ msgid "expression %s is not constant"
67837 #~ msgstr "вираз %s не є сталим"
67838
67839 #~ msgid "expected semicolon"
67840 #~ msgstr "мало бути використано крапку з комою"
67841
67842 #~ msgid "%<try%> in %<constexpr%> function"
67843 #~ msgstr "%<try%> у функції %<constexpr%>"
67844
67845 #~ msgid " -i, --intermediate-format Output .gcov file in intermediate text format\n"
67846 #~ msgstr " -i, --intermediate-format Вивести дані до файла .gcov у проміжному текстовому форматі\n"
67847
67848 #~ msgid "%<-mstring%> is deprecated"
67849 #~ msgstr "%<-mstring%> вважається застарілим"
67850
67851 #~ msgid "%<-misel=no%> is deprecated; use %<-mno-isel%> instead"
67852 #~ msgstr "%<-misel=no%> є застарілим, замість нього слід користуватися %<-mno-isel%>"
67853
67854 #~ msgid "%<gcall%> is not defined as a type"
67855 #~ msgstr "%<gcall%> не визначено як тип"
67856
67857 #~ msgid "position-independent code not supported"
67858 #~ msgstr "підтримки коду із незалежним позиціюванням не передбачено"
67859
67860 #~ msgid "expected %<tofrom%>"
67861 #~ msgstr "мало бути %<tofrom%>"
67862
67863 #~ msgid "expected %<scalar%>"
67864 #~ msgstr "мало бути %<scalar%>"
67865
67866 #~ msgid "invalid number of operands to __FMA"
67867 #~ msgstr "некоректна кількість операндів __FMA"
67868
67869 #~ msgid "%<-fno-for-scope%> is deprecated"
67870 #~ msgstr "%<-fno-for-scope%> вважається застарілим"
67871
67872 #~ msgid "%<-ffriend-injection%> is deprecated"
67873 #~ msgstr "%<-ffriend-injection%> вважається застарілим"
67874
67875 #~ msgid "%<-fcf-protection=branch%> requires Intel CET support. Use -mcet or -mibt option to enable CET"
67876 #~ msgstr "Для %<-fcf-protection=branch%> потрібна підтримка Intel CET. Скористайтеся параметром -mcet або -mibt, щоб увімкнути CET"
67877
67878 #~ msgid "%<-fcf-protection=return%> requires Intel CET support. Use -mcet or -mshstk option to enable CET"
67879 #~ msgstr "Для %<-fcf-protection=return%> потрібна підтримка Intel CET. Скористайтеся параметром -mcet або -mshstk, щоб увімкнути CET"
67880
67881 #~ msgid "%<-fcf-protection=full%> requires Intel CET support. Use -mcet or both of -mibt and -mshstk options to enable CET"
67882 #~ msgstr "Для %<-fcf-protection=full%> потрібна підтримка Intel CET. Скористайтеся параметром -mcet або парою параметрів -mibt та -mshstk, щоб увімкнути CET"
67883
67884 #~ msgid "%s:unknown function '%u'\n"
67885 #~ msgstr "%s:невідома функція «%u»\n"
67886
67887 #~ msgid "Cilk array notation cannot be used as a computed goto expression"
67888 #~ msgstr "Позначення масиву Cilk не можна використовувати як обчислений вираз переходу"
67889
67890 #~ msgid "candidates are: %+#D"
67891 #~ msgstr "кандидати: %+#D"
67892
67893 #~ msgid "candidate is: %+#D"
67894 #~ msgstr "кандидат: %+#D"
67895
67896 #~ msgid "{unknown}"
67897 #~ msgstr "{невідомий}"
67898
67899 #~ msgid "%<num_gangs%> value must be positive"
67900 #~ msgstr "Значення %<num_gangs%> має бути додатним"
67901
67902 #~ msgid "%<num_workers%> value must be positive"
67903 #~ msgstr "Значення %<num_workers%> має бути додатним"
67904
67905 #~ msgid "%<vector_length%> value must be positive"
67906 #~ msgstr "значення %<vector_length%> має бути додатним"
67907
67908 #~ msgid "previous external decl of %q#D"
67909 #~ msgstr "попереднє зовнішнє оголошення %q#D"
67910
67911 #~ msgid "candidate is: %#D"
67912 #~ msgstr "кандидат: %#D"
67913
67914 #~ msgid "\t%#D"
67915 #~ msgstr "\t%#D"
67916
67917 #~ msgid ""
67918 #~ "For bug reporting instructions, please see:\n"
67919 #~ "%s.\n"
67920 #~ msgstr ""
67921 #~ "Настанови щодо звітування про вади можна знайти тут:\n"
67922 #~ "%s.\n"
67923
67924 #~ msgid "see <http://www.gnu.org/licenses/>. */"
67925 #~ msgstr "див. <http://www.gnu.org/licenses/>. */"
67926
67927 #~ msgid "%<%s%> value must be positive"
67928 #~ msgstr "значення %<%s%> має бути додатним"
67929
67930 #~ msgid "%<tile%> value must be positive"
67931 #~ msgstr "значення %<tile%> має бути додатним"
67932
67933 #~ msgid "bad string constant"
67934 #~ msgstr "помилкова рядкова стала"
67935
67936 #~ msgid "Warning:"
67937 #~ msgstr "Попередження:"
67938
67939 #~ msgid "Error:"
67940 #~ msgstr "Помилка:"
67941
67942 #~ msgid "\t%+#D"
67943 #~ msgstr "\t%+#D"