Add assember CFI directives to millicode division and remainder routines.
[official-gcc.git] / gcc / po / gcc.pot
blob7797fc4ec173b0207536b58e33c99f907e4393c2
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: https://gcc.gnu.org/bugs/\n"
11 "POT-Creation-Date: 2023-04-04 17:04+0000\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "Language: \n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=CHARSET\n"
18 "Content-Transfer-Encoding: 8bit\n"
19 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
21 #: cif-code.def:39
22 msgid "function not considered for inlining"
23 msgstr ""
25 #: cif-code.def:43
26 msgid "caller is not optimized"
27 msgstr ""
29 #: cif-code.def:47
30 msgid "function body not available"
31 msgstr ""
33 #: cif-code.def:51
34 msgid "redefined extern inline functions are not considered for inlining"
35 msgstr ""
37 #: cif-code.def:56
38 msgid "function not inlinable"
39 msgstr ""
41 #: cif-code.def:60
42 msgid "function body can be overwritten at link time"
43 msgstr ""
45 #: cif-code.def:64
46 msgid "function not inline candidate"
47 msgstr ""
49 #: cif-code.def:68
50 msgid "--param large-function-growth limit reached"
51 msgstr ""
53 #: cif-code.def:70
54 msgid "--param large-stack-frame-growth limit reached"
55 msgstr ""
57 #: cif-code.def:72
58 msgid "--param max-inline-insns-single limit reached"
59 msgstr ""
61 #: cif-code.def:74
62 msgid "--param max-inline-insns-auto limit reached"
63 msgstr ""
65 #: cif-code.def:76
66 msgid "--param inline-unit-growth limit reached"
67 msgstr ""
69 #: cif-code.def:80
70 msgid "recursive inlining"
71 msgstr ""
73 #: cif-code.def:84
74 msgid "call is unlikely and code size would grow"
75 msgstr ""
77 #: cif-code.def:88
78 msgid "call is considered never executed and code size would grow"
79 msgstr ""
81 #: cif-code.def:92
82 msgid "function not declared inline and code size would grow"
83 msgstr ""
85 #: cif-code.def:96
86 msgid "mismatched declarations during linktime optimization"
87 msgstr ""
89 #: cif-code.def:100
90 msgid "variadic thunk call"
91 msgstr ""
93 #: cif-code.def:104
94 msgid "originally indirect function call not considered for inlining"
95 msgstr ""
97 #: cif-code.def:108
98 msgid "indirect function call with a yet undetermined callee"
99 msgstr ""
101 #: cif-code.def:112
102 msgid "exception handling personality mismatch"
103 msgstr ""
105 #: cif-code.def:117
106 msgid "non-call exception handling mismatch"
107 msgstr ""
109 #: cif-code.def:121
110 msgid "target specific option mismatch"
111 msgstr ""
113 #: cif-code.def:125
114 msgid "optimization level attribute mismatch"
115 msgstr ""
117 #: cif-code.def:129
118 msgid "callee refers to comdat-local symbols"
119 msgstr ""
121 #: cif-code.def:134
122 msgid "sanitizer function attribute mismatch"
123 msgstr ""
125 #: cif-code.def:139
126 msgid ""
127 "function has external linkage when the user requests only inlining static "
128 "for live patching"
129 msgstr ""
131 #: cif-code.def:144
132 msgid "unreachable"
133 msgstr ""
135 #. The remainder are real diagnostic types.
136 #: diagnostic.def:33
137 msgid "fatal error: "
138 msgstr ""
140 #. This is like DK_ICE, but backtrace is not printed.  Used in the driver
141 #. when reporting fatal signal in the compiler.
142 #: diagnostic.def:34 diagnostic.def:55
143 msgid "internal compiler error: "
144 msgstr ""
146 #. This one is just for counting DK_WARNING promoted to DK_ERROR
147 #. due to -Werror and -Werror=warning.
148 #: diagnostic.def:35 diagnostic.def:52
149 msgid "error: "
150 msgstr ""
152 #: diagnostic.def:36
153 msgid "sorry, unimplemented: "
154 msgstr ""
156 #: diagnostic.def:37
157 msgid "warning: "
158 msgstr ""
160 #: diagnostic.def:38
161 msgid "anachronism: "
162 msgstr ""
164 #: diagnostic.def:39
165 msgid "note: "
166 msgstr ""
168 #: diagnostic.def:40
169 msgid "debug: "
170 msgstr ""
172 #. For use when using the diagnostic_show_locus machinery to show
173 #. a range of events within a path.
174 #: diagnostic.def:44
175 msgid "path: "
176 msgstr ""
178 #. These two would be re-classified as DK_WARNING or DK_ERROR, so the
179 #. prefix does not matter.
180 #: diagnostic.def:48
181 msgid "pedwarn: "
182 msgstr ""
184 #: diagnostic.def:49
185 msgid "permerror: "
186 msgstr ""
188 #: config/i386/djgpp.h:143
189 #, c-format
190 msgid "-f%s ignored (not supported for DJGPP)\n"
191 msgstr ""
193 #. The remainder are real diagnostic types.
194 #: fortran/gfc-diagnostic.def:33
195 msgid "Fatal Error"
196 msgstr ""
198 #. This is like DK_ICE, but backtrace is not printed.  Used in the driver
199 #. when reporting fatal signal in the compiler.
200 #: fortran/gfc-diagnostic.def:34 fortran/gfc-diagnostic.def:50
201 msgid "internal compiler error"
202 msgstr ""
204 #: fortran/gfc-diagnostic.def:35
205 msgid "Error"
206 msgstr ""
208 #: fortran/gfc-diagnostic.def:36
209 msgid "sorry, unimplemented"
210 msgstr ""
212 #: fortran/gfc-diagnostic.def:37
213 msgid "Warning"
214 msgstr ""
216 #: fortran/gfc-diagnostic.def:38
217 msgid "anachronism"
218 msgstr ""
220 #: fortran/gfc-diagnostic.def:39
221 msgid "note"
222 msgstr ""
224 #: fortran/gfc-diagnostic.def:40
225 msgid "debug"
226 msgstr ""
228 #. These two would be re-classified as DK_WARNING or DK_ERROR, so the
229 #. prefix does not matter.
230 #: fortran/gfc-diagnostic.def:43
231 msgid "pedwarn"
232 msgstr ""
234 #: fortran/gfc-diagnostic.def:44
235 msgid "permerror"
236 msgstr ""
238 #. This one is just for counting DK_WARNING promoted to DK_ERROR
239 #. due to -Werror and -Werror=warning.
240 #: fortran/gfc-diagnostic.def:47
241 msgid "error"
242 msgstr ""
244 #: gcc.cc:839 gcc.cc:896
245 msgid "-gz is not supported in this configuration"
246 msgstr ""
248 #: gcc.cc:845
249 msgid "-gz=zstd is not supported in this configuration"
250 msgstr ""
252 #: gcc.cc:1079
253 msgid "-fuse-linker-plugin is not supported in this configuration"
254 msgstr ""
256 #: gcc.cc:1095
257 msgid "cannot specify -static with -fsanitize=address"
258 msgstr ""
260 #: gcc.cc:1097
261 msgid "cannot specify -static with -fsanitize=hwaddress"
262 msgstr ""
264 #: gcc.cc:1099
265 msgid "cannot specify -static with -fsanitize=thread"
266 msgstr ""
268 #: gcc.cc:1121
269 msgid "-fvtable-verify=std is not supported in this configuration"
270 msgstr ""
272 #: gcc.cc:1123
273 msgid "-fvtable-verify=preinit is not supported in this configuration"
274 msgstr ""
276 #: gcc.cc:1260 ada/gcc-interface/lang-specs.h:37
277 msgid "-pg and -fomit-frame-pointer are incompatible"
278 msgstr ""
280 #: gcc.cc:1435
281 msgid "GNU C no longer supports -traditional without -E"
282 msgstr ""
284 #: gcc.cc:1444
285 msgid "-E or -x required when input is from standard input"
286 msgstr ""
288 #: config/darwin.h:151
289 msgid "conflicting code generation switches"
290 msgstr ""
292 #: config/darwin.h:156
293 msgid "-bundle_loader not allowed with -dynamiclib"
294 msgstr ""
296 #: config/darwin.h:158
297 msgid "-client_name not allowed with -dynamiclib"
298 msgstr ""
300 #: config/darwin.h:167
301 msgid "-keep_private_externs not allowed with -dynamiclib"
302 msgstr ""
304 #: config/darwin.h:169
305 msgid "-private_bundle not allowed with -dynamiclib"
306 msgstr ""
308 #: config/darwin.h:177
309 msgid "-compatibility_version only allowed with -dynamiclib"
310 msgstr ""
312 #: config/darwin.h:179
313 msgid "-current_version only allowed with -dynamiclib"
314 msgstr ""
316 #: config/darwin.h:181
317 msgid "-install_name only allowed with -dynamiclib"
318 msgstr ""
320 #: config/darwin.h:192
321 msgid "-bundle not allowed with -dynamiclib"
322 msgstr ""
324 #: config/darwin.h:208
325 msgid "-force_flat_namespace not allowed with -dynamiclib"
326 msgstr ""
328 #: config/darwin.h:213 config/darwin.h:596
329 msgid "gsplit-dwarf is not supported on this platform"
330 msgstr ""
332 #: config/darwin.h:277
333 msgid "rdynamic is not supported"
334 msgstr ""
336 #: config/dragonfly.h:76 config/i386/freebsd.h:82 config/i386/freebsd64.h:35
337 #: config/ia64/freebsd.h:26 config/rs6000/sysv4.h:750 config/sparc/freebsd.h:45
338 msgid "consider using '-pg' instead of '-p' with gprof(1)"
339 msgstr ""
341 #: config/lynx.h:69
342 msgid "cannot use mthreads and mlegacy-threads together"
343 msgstr ""
345 #: config/lynx.h:94
346 msgid "cannot use mshared and static together"
347 msgstr ""
349 #: config/sol2.h:349 config/sol2.h:354
350 msgid "does not support multilib"
351 msgstr ""
353 #: config/sol2.h:448
354 msgid "-pie is not supported in this configuration"
355 msgstr ""
357 #: config/vxworks.h:219
358 msgid "-Xbind-now and -Xbind-lazy are incompatible"
359 msgstr ""
361 #: config/aarch64/aarch64-freebsd.h:37 config/arm/freebsd.h:49
362 #: config/riscv/freebsd.h:44
363 msgid "consider using `-pg' instead of `-p' with gprof (1)"
364 msgstr ""
366 #: config/arc/arc.h:68 config/mips/mips.h:1477
367 msgid "may not use both -EB and -EL"
368 msgstr ""
370 #: config/avr/specs.h:71 config/pru/pru.h:58
371 msgid "shared is not supported"
372 msgstr ""
374 #: config/bfin/elf.h:55
375 msgid "no processor type specified for linking"
376 msgstr ""
378 #: config/cris/cris.h:168
379 msgid "do not specify both -march=... and -mcpu=..."
380 msgstr ""
382 #: config/i386/cygwin-w64.h:64 config/i386/cygwin.h:129
383 #: config/i386/mingw-w64.h:103 config/i386/mingw32.h:154
384 msgid "shared and mdll are not compatible"
385 msgstr ""
387 #: config/i386/darwin.h:93
388 msgid "Darwin is not an mx32 platform"
389 msgstr ""
391 #: config/i386/darwin.h:94
392 msgid "Darwin does not support -mfentry or associated options"
393 msgstr ""
395 #: config/i386/sol2.h:59
396 msgid "-mx32 is not supported on Solaris"
397 msgstr ""
399 #: config/mcore/mcore.h:53
400 msgid "the m210 does not have little endian support"
401 msgstr ""
403 #: config/mips/r3900.h:37
404 msgid "-mhard-float not supported"
405 msgstr ""
407 #: config/mips/r3900.h:39
408 msgid "-msingle-float and -msoft-float cannot both be specified"
409 msgstr ""
411 #: config/moxie/moxiebox.h:43
412 msgid "this target is little-endian"
413 msgstr ""
415 #: config/msp430/msp430.h:90
416 msgid "-mcode-region requires the large memory model (-mlarge)"
417 msgstr ""
419 #: config/msp430/msp430.h:92
420 msgid "-mdata-region requires the large memory model (-mlarge)"
421 msgstr ""
423 #: config/nios2/elf.h:44
424 msgid "You need a C startup file for -msys-crt0="
425 msgstr ""
427 #: config/pa/pa-hpux11.h:134 config/pa/pa-hpux11.h:137 config/pa/pa64-hpux.h:29
428 #: config/pa/pa64-hpux.h:32 config/pa/pa64-hpux.h:41 config/pa/pa64-hpux.h:44
429 msgid "warning: consider linking with '-static' as system libraries with"
430 msgstr ""
432 #: config/pa/pa-hpux11.h:135 config/pa/pa-hpux11.h:138 config/pa/pa64-hpux.h:30
433 #: config/pa/pa64-hpux.h:33 config/pa/pa64-hpux.h:42 config/pa/pa64-hpux.h:45
434 msgid "  profiling support are only provided in archive format"
435 msgstr ""
437 #: config/rs6000/darwin.h:123
438 msgid " conflicting code gen style switches are used"
439 msgstr ""
441 #: config/rs6000/freebsd64.h:114
442 msgid "consider using `-pg' instead of `-p' with gprof(1)"
443 msgstr ""
445 #: config/rs6000/rs6000.h:170
446 msgid "Missing -mcpu option in ASM_CPU_SPEC?"
447 msgstr ""
449 #: config/rx/linux.h:53 config/rx/rx.h:82
450 msgid "rx200 cpu does not have FPU hardware"
451 msgstr ""
453 #: config/rx/rx.h:80
454 msgid "-mas100-syntax is incompatible with -gdwarf"
455 msgstr ""
457 #: config/rx/rx.h:81
458 msgid "rx100 cpu does not have FPU hardware"
459 msgstr ""
461 #: config/s390/tpf.h:119
462 msgid "static is not supported on TPF-OS"
463 msgstr ""
465 #: config/sh/sh.h:299 config/sh/sh.h:302
466 msgid "SH2a does not support little-endian"
467 msgstr ""
469 #: config/sparc/linux64.h:142
470 msgid "-fsanitize=address is not supported in this configuration"
471 msgstr ""
473 #: config/sparc/linux64.h:156 config/sparc/linux64.h:162
474 #: config/sparc/netbsd-elf.h:103 config/sparc/netbsd-elf.h:112
475 #: config/sparc/sol2.h:237 config/sparc/sol2.h:243
476 msgid "may not use both -m32 and -m64"
477 msgstr ""
479 #: config/vax/netbsd-elf.h:51
480 msgid "the -shared option is not currently supported for VAX ELF"
481 msgstr ""
483 #: config/vax/vax.h:46 config/vax/vax.h:47
484 msgid "profiling not supported with -mg"
485 msgstr ""
487 #: ada/gcc-interface/lang-specs.h:38
488 msgid "-c or -S required for Ada"
489 msgstr ""
491 #: ada/gcc-interface/lang-specs.h:56
492 msgid "-c required for gnat2why"
493 msgstr ""
495 #: ada/gcc-interface/lang-specs.h:67
496 msgid "-c required for gnat2scil"
497 msgstr ""
499 #: fortran/lang-specs.h:60 fortran/lang-specs.h:74
500 msgid "gfortran does not support -E without -cpp"
501 msgstr ""
503 #: m2/lang-specs.h:48
504 msgid "to generate dependencies you must specify '-fcpp' "
505 msgstr ""
507 #: objc/lang-specs.h:30 objc/lang-specs.h:41
508 msgid "GNU Objective C no longer supports traditional compilation"
509 msgstr ""
511 #: objc/lang-specs.h:55
512 msgid ""
513 "objc-cpp-output is deprecated; please use objective-c-cpp-output instead"
514 msgstr ""
516 #: objcp/lang-specs.h:58
517 msgid ""
518 "objc++-cpp-output is deprecated; please use objective-c++-cpp-output instead"
519 msgstr ""
521 #: fortran/lang.opt:146
522 #, no-c-format
523 msgid "-J<directory>\tPut MODULE files in 'directory'."
524 msgstr ""
526 #: fortran/lang.opt:198
527 #, no-c-format
528 msgid "Warn about possible aliasing of dummy arguments."
529 msgstr ""
531 #: fortran/lang.opt:202
532 #, no-c-format
533 msgid "Warn about alignment of COMMON blocks."
534 msgstr ""
536 #: fortran/lang.opt:206
537 #, no-c-format
538 msgid "Warn about missing ampersand in continued character constants."
539 msgstr ""
541 #: fortran/lang.opt:210
542 #, no-c-format
543 msgid "Warn about creation of array temporaries."
544 msgstr ""
546 #: fortran/lang.opt:214 fortran/lang.opt:535 c-family/c.opt:1529
547 #: config/alpha/alpha.opt:31 common.opt:681 common.opt:823 common.opt:1064
548 #: common.opt:1068 common.opt:1072 common.opt:1076 common.opt:1778
549 #: common.opt:1842 common.opt:1985 common.opt:1989 common.opt:2264
550 #: common.opt:2482 common.opt:3202
551 #, no-c-format
552 msgid "Does nothing. Preserved for backward compatibility."
553 msgstr ""
555 #: fortran/lang.opt:218
556 #, no-c-format
557 msgid "Warn if the type of a variable might be not interoperable with C."
558 msgstr ""
560 #: fortran/lang.opt:226
561 #, no-c-format
562 msgid "Warn about truncated character expressions."
563 msgstr ""
565 #: fortran/lang.opt:230
566 #, no-c-format
567 msgid "Warn about equality comparisons involving REAL or COMPLEX expressions."
568 msgstr ""
570 #: fortran/lang.opt:238
571 #, no-c-format
572 msgid "Warn about most implicit conversions."
573 msgstr ""
575 #: fortran/lang.opt:242
576 #, no-c-format
577 msgid "Warn about possibly incorrect subscripts in do loops."
578 msgstr ""
580 #: fortran/lang.opt:250
581 #, no-c-format
582 msgid "Warn if loops have been interchanged."
583 msgstr ""
585 #: fortran/lang.opt:254
586 #, no-c-format
587 msgid "Warn about function call elimination."
588 msgstr ""
590 #: fortran/lang.opt:258
591 #, no-c-format
592 msgid "Warn about calls with implicit interface."
593 msgstr ""
595 #: fortran/lang.opt:262
596 #, no-c-format
597 msgid "Warn about called procedures not explicitly declared."
598 msgstr ""
600 #: fortran/lang.opt:266
601 #, no-c-format
602 msgid "Warn about constant integer divisions with truncated results."
603 msgstr ""
605 #: fortran/lang.opt:270
606 #, no-c-format
607 msgid "Warn about truncated source lines."
608 msgstr ""
610 #: fortran/lang.opt:274
611 #, no-c-format
612 msgid "Warn on intrinsics not part of the selected standard."
613 msgstr ""
615 #: fortran/lang.opt:286
616 #, no-c-format
617 msgid "Warn about USE statements that have no ONLY qualifier."
618 msgstr ""
620 #: fortran/lang.opt:298
621 #, no-c-format
622 msgid "Warn that -fno-automatic may break recursion."
623 msgstr ""
625 #: fortran/lang.opt:306
626 #, no-c-format
627 msgid "Warn about real-literal-constants with 'q' exponent-letter."
628 msgstr ""
630 #: fortran/lang.opt:310
631 #, no-c-format
632 msgid "Warn when a left-hand-side array variable is reallocated."
633 msgstr ""
635 #: fortran/lang.opt:314
636 #, no-c-format
637 msgid "Warn when a left-hand-side variable is reallocated."
638 msgstr ""
640 #: fortran/lang.opt:318
641 #, no-c-format
642 msgid "Warn if the pointer in a pointer assignment might outlive its target."
643 msgstr ""
645 #: fortran/lang.opt:326
646 #, no-c-format
647 msgid "Warn about \"suspicious\" constructs."
648 msgstr ""
650 #: fortran/lang.opt:330
651 #, no-c-format
652 msgid "Permit nonconforming uses of the tab character."
653 msgstr ""
655 #: fortran/lang.opt:334
656 #, no-c-format
657 msgid "Warn about an invalid DO loop."
658 msgstr ""
660 #: fortran/lang.opt:338
661 #, no-c-format
662 msgid "Warn about underflow of numerical constant expressions."
663 msgstr ""
665 #: fortran/lang.opt:346
666 #, no-c-format
667 msgid "Warn if a user-procedure has the same name as an intrinsic."
668 msgstr ""
670 #: fortran/lang.opt:354
671 #, no-c-format
672 msgid "Warn about unused dummy arguments."
673 msgstr ""
675 #: fortran/lang.opt:358
676 #, no-c-format
677 msgid "Warn about zero-trip DO loops."
678 msgstr ""
680 #: fortran/lang.opt:362
681 #, no-c-format
682 msgid "Enable preprocessing."
683 msgstr ""
685 #: fortran/lang.opt:370
686 #, no-c-format
687 msgid "Disable preprocessing."
688 msgstr ""
690 #: fortran/lang.opt:378
691 #, no-c-format
692 msgid "Accept argument mismatches in procedure calls."
693 msgstr ""
695 #: fortran/lang.opt:382
696 #, no-c-format
697 msgid "Eliminate multiple function invocations also for impure functions."
698 msgstr ""
700 #: fortran/lang.opt:386
701 #, no-c-format
702 msgid "Enable alignment of COMMON blocks."
703 msgstr ""
705 #: fortran/lang.opt:390
706 #, no-c-format
707 msgid ""
708 "All intrinsics procedures are available regardless of selected standard."
709 msgstr ""
711 #: fortran/lang.opt:394
712 #, no-c-format
713 msgid ""
714 "Allow a BOZ literal constant to appear in an invalid context and with X "
715 "instead of Z."
716 msgstr ""
718 #: fortran/lang.opt:402
719 #, no-c-format
720 msgid ""
721 "Do not treat local variables and COMMON blocks as if they were named in SAVE "
722 "statements."
723 msgstr ""
725 #: fortran/lang.opt:406
726 #, no-c-format
727 msgid "Specify that backslash in string introduces an escape character."
728 msgstr ""
730 #: fortran/lang.opt:410
731 #, no-c-format
732 msgid "Produce a backtrace when a runtime error is encountered."
733 msgstr ""
735 #: fortran/lang.opt:414
736 #, no-c-format
737 msgid ""
738 "-fblas-matmul-limit=<n>\tSize of the smallest matrix for which matmul will "
739 "use BLAS."
740 msgstr ""
742 #: fortran/lang.opt:421
743 #, no-c-format
744 msgid ""
745 "Produce a warning at runtime if a array temporary has been created for a "
746 "procedure argument."
747 msgstr ""
749 #: fortran/lang.opt:425
750 #, no-c-format
751 msgid ""
752 "-fconvert=<big-endian|little-endian|native|swap|r16_ieee|r16_ibm>\tThe "
753 "endianness used for unformatted files."
754 msgstr ""
756 #: fortran/lang.opt:450
757 #, no-c-format
758 msgid "Use the Cray Pointer extension."
759 msgstr ""
761 #: fortran/lang.opt:454
762 #, no-c-format
763 msgid "Generate C prototypes from BIND(C) declarations."
764 msgstr ""
766 #: fortran/lang.opt:458
767 #, no-c-format
768 msgid "Generate C prototypes from non-BIND(C) external procedure definitions."
769 msgstr ""
771 #: fortran/lang.opt:462
772 #, no-c-format
773 msgid "Ignore 'D' in column one in fixed form."
774 msgstr ""
776 #: fortran/lang.opt:466
777 #, no-c-format
778 msgid "Treat lines with 'D' in column one as comments."
779 msgstr ""
781 #: fortran/lang.opt:470
782 #, no-c-format
783 msgid "Issue debug information for compiler-generated auxiliary variables."
784 msgstr ""
786 #: fortran/lang.opt:474
787 #, no-c-format
788 msgid "Enable all DEC language extensions."
789 msgstr ""
791 #: fortran/lang.opt:478
792 #, no-c-format
793 msgid "Enable the use of blank format items in format strings."
794 msgstr ""
796 #: fortran/lang.opt:482
797 #, no-c-format
798 msgid ""
799 "Enable the use of character literals in assignments and data statements for "
800 "non-character variables."
801 msgstr ""
803 #: fortran/lang.opt:487
804 #, no-c-format
805 msgid "Enable legacy parsing of INCLUDE as statement."
806 msgstr ""
808 #: fortran/lang.opt:491
809 #, no-c-format
810 msgid "Enable default widths for i, f and g format specifiers."
811 msgstr ""
813 #: fortran/lang.opt:495
814 #, no-c-format
815 msgid "Enable kind-specific variants of integer intrinsic functions."
816 msgstr ""
818 #: fortran/lang.opt:499
819 #, no-c-format
820 msgid "Enable legacy math intrinsics for compatibility."
821 msgstr ""
823 #: fortran/lang.opt:503
824 #, no-c-format
825 msgid "Enable support for DEC STRUCTURE/RECORD."
826 msgstr ""
828 #: fortran/lang.opt:507
829 #, no-c-format
830 msgid "Enable DEC-style STATIC and AUTOMATIC attributes."
831 msgstr ""
833 #: fortran/lang.opt:511
834 #, no-c-format
835 msgid "Set the default double precision kind to an 8 byte wide type."
836 msgstr ""
838 #: fortran/lang.opt:515
839 #, no-c-format
840 msgid "Set the default integer kind to an 8 byte wide type."
841 msgstr ""
843 #: fortran/lang.opt:519
844 #, no-c-format
845 msgid "Set the default real kind to an 8 byte wide type."
846 msgstr ""
848 #: fortran/lang.opt:523
849 #, no-c-format
850 msgid "Set the default real kind to an 10 byte wide type."
851 msgstr ""
853 #: fortran/lang.opt:527
854 #, no-c-format
855 msgid "Set the default real kind to an 16 byte wide type."
856 msgstr ""
858 #: fortran/lang.opt:531
859 #, no-c-format
860 msgid "Allow dollar signs in entity names."
861 msgstr ""
863 #: fortran/lang.opt:539
864 #, no-c-format
865 msgid "Display the code tree after parsing."
866 msgstr ""
868 #: fortran/lang.opt:543
869 #, no-c-format
870 msgid "Display the code tree after front end optimization."
871 msgstr ""
873 #: fortran/lang.opt:547
874 #, no-c-format
875 msgid "Display the global symbol table after parsing."
876 msgstr ""
878 #: fortran/lang.opt:551
879 #, no-c-format
880 msgid "Display the code tree after parsing; deprecated option."
881 msgstr ""
883 #: fortran/lang.opt:555
884 #, no-c-format
885 msgid ""
886 "Specify that an external BLAS library should be used for matmul calls on "
887 "large-size arrays."
888 msgstr ""
890 #: fortran/lang.opt:559
891 #, no-c-format
892 msgid "Use f2c calling convention."
893 msgstr ""
895 #: fortran/lang.opt:563
896 #, no-c-format
897 msgid "Assume that the source file is fixed form."
898 msgstr ""
900 #: fortran/lang.opt:567
901 #, no-c-format
902 msgid "Force creation of temporary to test infrequently-executed forall code."
903 msgstr ""
905 #: fortran/lang.opt:571
906 #, no-c-format
907 msgid "Interpret any INTEGER(4) as an INTEGER(8)."
908 msgstr ""
910 #: fortran/lang.opt:575 fortran/lang.opt:579
911 #, no-c-format
912 msgid "Specify where to find the compiled intrinsic modules."
913 msgstr ""
915 #: fortran/lang.opt:583
916 #, no-c-format
917 msgid "Allow arbitrary character line width in fixed mode."
918 msgstr ""
920 #: fortran/lang.opt:587
921 #, no-c-format
922 msgid "-ffixed-line-length-<n>\tUse n as character line width in fixed mode."
923 msgstr ""
925 #: fortran/lang.opt:591
926 #, no-c-format
927 msgid "Pad shorter fixed form lines to line width with spaces."
928 msgstr ""
930 #: fortran/lang.opt:595
931 #, no-c-format
932 msgid "-ffpe-trap=[...]\tStop on following floating point exceptions."
933 msgstr ""
935 #: fortran/lang.opt:599
936 #, no-c-format
937 msgid "-ffpe-summary=[...]\tPrint summary of floating point exceptions."
938 msgstr ""
940 #: fortran/lang.opt:603
941 #, no-c-format
942 msgid "Assume that the source file is free form."
943 msgstr ""
945 #: fortran/lang.opt:607
946 #, no-c-format
947 msgid "Allow arbitrary character line width in free mode."
948 msgstr ""
950 #: fortran/lang.opt:611
951 #, no-c-format
952 msgid "-ffree-line-length-<n>\tUse n as character line width in free mode."
953 msgstr ""
955 #: fortran/lang.opt:615
956 #, no-c-format
957 msgid "Try to interchange loops if profitable."
958 msgstr ""
960 #: fortran/lang.opt:619
961 #, no-c-format
962 msgid "Enable front end optimization."
963 msgstr ""
965 #: fortran/lang.opt:623
966 #, no-c-format
967 msgid ""
968 "Specify that no implicit typing is allowed, unless overridden by explicit "
969 "IMPLICIT statements."
970 msgstr ""
972 #: fortran/lang.opt:627
973 #, no-c-format
974 msgid ""
975 "-finit-character=<n>\tInitialize local character variables to ASCII value n."
976 msgstr ""
978 #: fortran/lang.opt:631
979 #, no-c-format
980 msgid ""
981 "Initialize components of derived type variables according to other init "
982 "flags."
983 msgstr ""
985 #: fortran/lang.opt:635
986 #, no-c-format
987 msgid "-finit-integer=<n>\tInitialize local integer variables to n."
988 msgstr ""
990 #: fortran/lang.opt:639
991 #, no-c-format
992 msgid "Initialize local variables to zero (from g77)."
993 msgstr ""
995 #: fortran/lang.opt:643
996 #, no-c-format
997 msgid "-finit-logical=<true|false>\tInitialize local logical variables."
998 msgstr ""
1000 #: fortran/lang.opt:647
1001 #, no-c-format
1002 msgid "-finit-real=<zero|snan|nan|inf|-inf>\tInitialize local real variables."
1003 msgstr ""
1005 #: fortran/lang.opt:669
1006 #, no-c-format
1007 msgid "-finline-arg-packing\tPerform argument packing inline."
1008 msgstr ""
1010 #: fortran/lang.opt:673
1011 #, no-c-format
1012 msgid ""
1013 "-finline-matmul-limit=<n>\tSpecify the size of the largest matrix for which "
1014 "matmul will be inlined."
1015 msgstr ""
1017 #: fortran/lang.opt:677
1018 #, no-c-format
1019 msgid ""
1020 "-fmax-array-constructor=<n>\tMaximum number of objects in an array "
1021 "constructor."
1022 msgstr ""
1024 #: fortran/lang.opt:681
1025 #, no-c-format
1026 msgid "-fmax-identifier-length=<n>\tMaximum identifier length."
1027 msgstr ""
1029 #: fortran/lang.opt:685
1030 #, no-c-format
1031 msgid "-fmax-subrecord-length=<n>\tMaximum length for subrecords."
1032 msgstr ""
1034 #: fortran/lang.opt:689
1035 #, no-c-format
1036 msgid ""
1037 "-fmax-stack-var-size=<n>\tSize in bytes of the largest array that will be "
1038 "put on the stack."
1039 msgstr ""
1041 #: fortran/lang.opt:693
1042 #, no-c-format
1043 msgid "Put all local arrays on stack."
1044 msgstr ""
1046 #: fortran/lang.opt:697
1047 #, no-c-format
1048 msgid "Set default accessibility of module entities to PRIVATE."
1049 msgstr ""
1051 #: fortran/lang.opt:717
1052 #, no-c-format
1053 msgid "Try to lay out derived types as compactly as possible."
1054 msgstr ""
1056 #: fortran/lang.opt:725
1057 #, no-c-format
1058 msgid "Protect parentheses in expressions."
1059 msgstr ""
1061 #: fortran/lang.opt:729
1062 #, no-c-format
1063 msgid ""
1064 "Path to header file that should be pre-included before each compilation unit."
1065 msgstr ""
1067 #: fortran/lang.opt:733
1068 #, no-c-format
1069 msgid "Enable range checking during compilation."
1070 msgstr ""
1072 #: fortran/lang.opt:737
1073 #, no-c-format
1074 msgid "Interpret any REAL(4) as a REAL(8)."
1075 msgstr ""
1077 #: fortran/lang.opt:741
1078 #, no-c-format
1079 msgid "Interpret any REAL(4) as a REAL(10)."
1080 msgstr ""
1082 #: fortran/lang.opt:745
1083 #, no-c-format
1084 msgid "Interpret any REAL(4) as a REAL(16)."
1085 msgstr ""
1087 #: fortran/lang.opt:749
1088 #, no-c-format
1089 msgid "Interpret any REAL(8) as a REAL(4)."
1090 msgstr ""
1092 #: fortran/lang.opt:753
1093 #, no-c-format
1094 msgid "Interpret any REAL(8) as a REAL(10)."
1095 msgstr ""
1097 #: fortran/lang.opt:757
1098 #, no-c-format
1099 msgid "Interpret any REAL(8) as a REAL(16)."
1100 msgstr ""
1102 #: fortran/lang.opt:761
1103 #, no-c-format
1104 msgid "Reallocate the LHS in assignments."
1105 msgstr ""
1107 #: fortran/lang.opt:765
1108 #, no-c-format
1109 msgid "Use a 4-byte record marker for unformatted files."
1110 msgstr ""
1112 #: fortran/lang.opt:769
1113 #, no-c-format
1114 msgid "Use an 8-byte record marker for unformatted files."
1115 msgstr ""
1117 #: fortran/lang.opt:773
1118 #, no-c-format
1119 msgid "Allocate local variables on the stack to allow indirect recursion."
1120 msgstr ""
1122 #: fortran/lang.opt:777
1123 #, no-c-format
1124 msgid "Copy array sections into a contiguous block on procedure entry."
1125 msgstr ""
1127 #: fortran/lang.opt:781
1128 #, no-c-format
1129 msgid ""
1130 "-fcoarray=<none|single|lib>\tSpecify which coarray parallelization should be "
1131 "used."
1132 msgstr ""
1134 #: fortran/lang.opt:797
1135 #, no-c-format
1136 msgid "-fcheck=[...]\tSpecify which runtime checks are to be performed."
1137 msgstr ""
1139 #: fortran/lang.opt:801
1140 #, no-c-format
1141 msgid "Append a second underscore if the name already contains an underscore."
1142 msgstr ""
1144 #: fortran/lang.opt:809
1145 #, no-c-format
1146 msgid "Apply negative sign to zero values."
1147 msgstr ""
1149 #: fortran/lang.opt:816
1150 #, no-c-format
1151 msgid ""
1152 "Disallow tail call optimization when a calling routine may have omitted "
1153 "character lengths."
1154 msgstr ""
1156 #: fortran/lang.opt:820
1157 #, no-c-format
1158 msgid "Append underscores to externally visible names."
1159 msgstr ""
1161 #: fortran/lang.opt:824 c-family/c.opt:1664 c-family/c.opt:1741
1162 #: c-family/c.opt:1749 c-family/c.opt:2068 config/pa/pa.opt:46
1163 #: config/pa/pa.opt:78 config/arc/arc.opt:140 config/arc/arc.opt:296
1164 #: config/arc/arc.opt:308 config/arc/arc.opt:312 config/arc/arc.opt:317
1165 #: common.opt:639 common.opt:1162 common.opt:1166 common.opt:1170
1166 #: common.opt:1261 common.opt:1567 common.opt:1649 common.opt:1937
1167 #: common.opt:2080 common.opt:2123 common.opt:2557 common.opt:2593
1168 #: common.opt:2686 common.opt:2690 common.opt:2799 common.opt:2890
1169 #: common.opt:2898 common.opt:2906 common.opt:2914 common.opt:3015
1170 #: common.opt:3075 common.opt:3163 common.opt:3323 common.opt:3327
1171 #: common.opt:3331 common.opt:3335 common.opt:3405 common.opt:3409
1172 #: common.opt:3440 common.opt:3444
1173 #, no-c-format
1174 msgid "Does nothing.  Preserved for backward compatibility."
1175 msgstr ""
1177 #: fortran/lang.opt:864
1178 #, no-c-format
1179 msgid "Statically link the GNU Fortran helper library (libgfortran)."
1180 msgstr ""
1182 #: fortran/lang.opt:868
1183 #, no-c-format
1184 msgid "Statically link the GCC Quad-Precision Math Library (libquadmath)."
1185 msgstr ""
1187 #: fortran/lang.opt:872
1188 #, no-c-format
1189 msgid "Conform to the ISO Fortran 2003 standard."
1190 msgstr ""
1192 #: fortran/lang.opt:876
1193 #, no-c-format
1194 msgid "Conform to the ISO Fortran 2008 standard."
1195 msgstr ""
1197 #: fortran/lang.opt:880
1198 #, no-c-format
1199 msgid "Conform to the ISO Fortran 2008 standard including TS 29113."
1200 msgstr ""
1202 #: fortran/lang.opt:884
1203 #, no-c-format
1204 msgid "Conform to the ISO Fortran 2018 standard."
1205 msgstr ""
1207 #: fortran/lang.opt:888
1208 #, no-c-format
1209 msgid "Conform to the ISO Fortran 95 standard."
1210 msgstr ""
1212 #: fortran/lang.opt:892
1213 #, no-c-format
1214 msgid "Conform to nothing in particular."
1215 msgstr ""
1217 #: fortran/lang.opt:896
1218 #, no-c-format
1219 msgid "Accept extensions to support legacy code."
1220 msgstr ""
1222 #: rust/lang.opt:47 rust/lang.opt:51 c-family/c.opt:1407 c-family/c.opt:1411
1223 #, no-c-format
1224 msgid "Warn when a const variable is unused."
1225 msgstr ""
1227 #: rust/lang.opt:55 c-family/c.opt:1399
1228 #, no-c-format
1229 msgid ""
1230 "Warn if a caller of a function, marked with attribute warn_unused_result, "
1231 "does not use its return value."
1232 msgstr ""
1234 #: rust/lang.opt:59
1235 #, no-c-format
1236 msgid "-frust-crate=<name>             Set the crate name for the compilation"
1237 msgstr ""
1239 #: rust/lang.opt:63
1240 #, no-c-format
1241 msgid "Dump various Rust front end internals."
1242 msgstr ""
1244 #: rust/lang.opt:67
1245 #, no-c-format
1246 msgid "-frust-dump-<type>\tDump Rust frontend internal information."
1247 msgstr ""
1249 #: rust/lang.opt:71
1250 #, no-c-format
1251 msgid "Enable experimental compilation of Rust files at your own risk"
1252 msgstr ""
1254 #: rust/lang.opt:75
1255 #, no-c-format
1256 msgid "-frust-max-recursion-depth=integer"
1257 msgstr ""
1259 #: rust/lang.opt:79
1260 #, no-c-format
1261 msgid ""
1262 "-frust-mangling=[legacy|v0]     Choose which version to use for name mangling"
1263 msgstr ""
1265 #: rust/lang.opt:92
1266 #, no-c-format
1267 msgid "-frust-cfg=<name>             Set a config expansion option"
1268 msgstr ""
1270 #: rust/lang.opt:96
1271 #, no-c-format
1272 msgid ""
1273 "-frust-edition=[2015|2018|2021]             Choose which edition to use when "
1274 "compiling rust code"
1275 msgstr ""
1277 #: rust/lang.opt:112
1278 #, no-c-format
1279 msgid "Flag to enable embeding metadata directly into object files"
1280 msgstr ""
1282 #: rust/lang.opt:116
1283 #, no-c-format
1284 msgid "-frust-metadata-output=<path.rox>  Path to output crate metadata"
1285 msgstr ""
1287 #: rust/lang.opt:124
1288 #, no-c-format
1289 msgid ""
1290 "-frust-compile-until=[ast|attributecheck|expansion|nameresolution|lowering|"
1291 "typecheck|privacy|unsafety|const|copimlation|end]             When to stop "
1292 "in the pipeline when compiling Rust code"
1293 msgstr ""
1295 #: c-family/c.opt:182
1296 #, no-c-format
1297 msgid ""
1298 "-A<question>=<answer>\tAssert the <answer> to <question>.  Putting '-' "
1299 "before <question> disables the <answer> to <question>."
1300 msgstr ""
1302 #: c-family/c.opt:186
1303 #, no-c-format
1304 msgid "Do not discard comments."
1305 msgstr ""
1307 #: c-family/c.opt:190
1308 #, no-c-format
1309 msgid "Do not discard comments in macro expansions."
1310 msgstr ""
1312 #: c-family/c.opt:194
1313 #, no-c-format
1314 msgid ""
1315 "-D<macro>[=<val>]\tDefine a <macro> with <val> as its value.  If just "
1316 "<macro> is given, <val> is taken to be 1."
1317 msgstr ""
1319 #: c-family/c.opt:201
1320 #, no-c-format
1321 msgid "-F <dir>\tAdd <dir> to the end of the main framework include path."
1322 msgstr ""
1324 #: c-family/c.opt:205
1325 #, no-c-format
1326 msgid "Enable parsing GIMPLE."
1327 msgstr ""
1329 #: c-family/c.opt:209
1330 #, no-c-format
1331 msgid "Print the name of header files as they are used."
1332 msgstr ""
1334 #: c-family/c.opt:213
1335 #, no-c-format
1336 msgid "-I <dir>\tAdd <dir> to the end of the main include path."
1337 msgstr ""
1339 #: c-family/c.opt:217
1340 #, no-c-format
1341 msgid "Generate make dependencies."
1342 msgstr ""
1344 #: c-family/c.opt:221
1345 #, no-c-format
1346 msgid "Generate make dependencies and compile."
1347 msgstr ""
1349 #: c-family/c.opt:225
1350 #, no-c-format
1351 msgid "-MF <file>\tWrite dependency output to the given file."
1352 msgstr ""
1354 #: c-family/c.opt:229
1355 #, no-c-format
1356 msgid "Treat missing header files as generated files."
1357 msgstr ""
1359 #: c-family/c.opt:233
1360 #, no-c-format
1361 msgid "Like -M but ignore system header files."
1362 msgstr ""
1364 #: c-family/c.opt:237
1365 #, no-c-format
1366 msgid "Like -MD but ignore system header files."
1367 msgstr ""
1369 #: c-family/c.opt:241
1370 #, no-c-format
1371 msgid "Generate C++ Module dependency information."
1372 msgstr ""
1374 #: c-family/c.opt:249
1375 #, no-c-format
1376 msgid "Generate phony targets for all headers."
1377 msgstr ""
1379 #: c-family/c.opt:253
1380 #, no-c-format
1381 msgid "-MQ <target>\tAdd a target that may require quoting."
1382 msgstr ""
1384 #: c-family/c.opt:257
1385 #, no-c-format
1386 msgid "-MT <target>\tAdd a target that does not require quoting."
1387 msgstr ""
1389 #: c-family/c.opt:261
1390 #, no-c-format
1391 msgid "Do not generate #line directives."
1392 msgstr ""
1394 #: c-family/c.opt:265
1395 #, no-c-format
1396 msgid "-U<macro>\tUndefine <macro>."
1397 msgstr ""
1399 #: c-family/c.opt:269
1400 #, no-c-format
1401 msgid "Warn if the NSObject attribute is applied to a non-typedef."
1402 msgstr ""
1404 #: c-family/c.opt:273
1405 #, no-c-format
1406 msgid ""
1407 "Warn about things that will change when compiling with an ABI-compliant "
1408 "compiler."
1409 msgstr ""
1411 #: c-family/c.opt:277
1412 #, no-c-format
1413 msgid ""
1414 "Warn about things that change between the current -fabi-version and the "
1415 "specified version."
1416 msgstr ""
1418 #: c-family/c.opt:281
1419 #, no-c-format
1420 msgid ""
1421 "Warn if a subobject has an abi_tag attribute that the complete object type "
1422 "does not have."
1423 msgstr ""
1425 #: c-family/c.opt:288
1426 #, no-c-format
1427 msgid ""
1428 "Warn on suspicious calls of standard functions computing absolute values."
1429 msgstr ""
1431 #: c-family/c.opt:292
1432 #, no-c-format
1433 msgid "Warn about suspicious uses of memory addresses."
1434 msgstr ""
1436 #: c-family/c.opt:308
1437 #, no-c-format
1438 msgid "Warn about 'new' of type with extended alignment without -faligned-new."
1439 msgstr ""
1441 #: c-family/c.opt:312
1442 #, no-c-format
1443 msgid ""
1444 "-Waligned-new=[none|global|all]\tWarn even if 'new' uses a class member "
1445 "allocation function."
1446 msgstr ""
1448 #: c-family/c.opt:316 ada/gcc-interface/lang.opt:57
1449 #, no-c-format
1450 msgid "Enable most warning messages."
1451 msgstr ""
1453 #: c-family/c.opt:320
1454 #, no-c-format
1455 msgid "Warn on any use of alloca."
1456 msgstr ""
1458 #: c-family/c.opt:324
1459 #, no-c-format
1460 msgid ""
1461 "-Walloc-size-larger-than=<bytes>\tWarn for calls to allocation functions "
1462 "that attempt to allocate objects larger than the specified number of bytes."
1463 msgstr ""
1465 #: c-family/c.opt:329
1466 #, no-c-format
1467 msgid ""
1468 "Disable Walloc-size-larger-than= warning.  Equivalent to Walloc-size-larger-"
1469 "than=<SIZE_MAX> or larger."
1470 msgstr ""
1472 #: c-family/c.opt:333
1473 #, no-c-format
1474 msgid "Warn for calls to allocation functions that specify zero bytes."
1475 msgstr ""
1477 #: c-family/c.opt:337
1478 #, no-c-format
1479 msgid ""
1480 "-Walloca-larger-than=<number>\tWarn on unbounded uses of alloca, and on "
1481 "bounded uses of alloca whose bound can be larger than <number> bytes."
1482 msgstr ""
1484 #: c-family/c.opt:343
1485 #, no-c-format
1486 msgid ""
1487 "Disable Walloca-larger-than= warning.  Equivalent to Walloca-larger-"
1488 "than=<SIZE_MAX> or larger."
1489 msgstr ""
1491 #: c-family/c.opt:351
1492 #, no-c-format
1493 msgid "Warn about comparisons between two operands of array type."
1494 msgstr ""
1496 #: c-family/c.opt:355 c-family/c.opt:359
1497 #, no-c-format
1498 msgid ""
1499 "Warn about mismatched declarations of array parameters and unsafe accesses "
1500 "to them."
1501 msgstr ""
1503 #: c-family/c.opt:363
1504 #, no-c-format
1505 msgid "Warn about accesses to interior zero-length array members."
1506 msgstr ""
1508 #: c-family/c.opt:367
1509 #, no-c-format
1510 msgid ""
1511 "Warn whenever an Objective-C assignment is being intercepted by the garbage "
1512 "collector."
1513 msgstr ""
1515 #: c-family/c.opt:371
1516 #, no-c-format
1517 msgid "Warn about casting functions to incompatible types."
1518 msgstr ""
1520 #: c-family/c.opt:379
1521 #, no-c-format
1522 msgid ""
1523 "-Wbidi-chars=[none|unpaired|any|ucn] Warn about UTF-8 bidirectional control "
1524 "characters."
1525 msgstr ""
1527 #: c-family/c.opt:402
1528 #, no-c-format
1529 msgid ""
1530 "Warn about boolean expression compared with an integer value different from "
1531 "true/false."
1532 msgstr ""
1534 #: c-family/c.opt:406
1535 #, no-c-format
1536 msgid "Warn about certain operations on boolean expressions."
1537 msgstr ""
1539 #: c-family/c.opt:410
1540 #, no-c-format
1541 msgid ""
1542 "Warn when __builtin_frame_address or __builtin_return_address is used "
1543 "unsafely."
1544 msgstr ""
1546 #: c-family/c.opt:414
1547 #, no-c-format
1548 msgid "Warn when a built-in function is declared with the wrong signature."
1549 msgstr ""
1551 #: c-family/c.opt:418
1552 #, no-c-format
1553 msgid "Warn when a built-in preprocessor macro is undefined or redefined."
1554 msgstr ""
1556 #: c-family/c.opt:422
1557 #, no-c-format
1558 msgid "Warn about features not present in ISO C11, but present in ISO C2X."
1559 msgstr ""
1561 #: c-family/c.opt:426
1562 #, no-c-format
1563 msgid "Warn about features not present in ISO C90, but present in ISO C99."
1564 msgstr ""
1566 #: c-family/c.opt:430
1567 #, no-c-format
1568 msgid "Warn about features not present in ISO C99, but present in ISO C11."
1569 msgstr ""
1571 #: c-family/c.opt:434
1572 #, no-c-format
1573 msgid "Warn about C constructs that are not in the common subset of C and C++."
1574 msgstr ""
1576 #: c-family/c.opt:441
1577 #, no-c-format
1578 msgid ""
1579 "Warn about C++ constructs whose meaning differs between ISO C++ 1998 and ISO "
1580 "C++ 2011."
1581 msgstr ""
1583 #: c-family/c.opt:445
1584 #, no-c-format
1585 msgid ""
1586 "Warn about C++ constructs whose meaning differs between ISO C++ 2011 and ISO "
1587 "C++ 2014."
1588 msgstr ""
1590 #: c-family/c.opt:452
1591 #, no-c-format
1592 msgid ""
1593 "Warn about C++ constructs whose meaning differs between ISO C++ 2014 and ISO "
1594 "C++ 2017."
1595 msgstr ""
1597 #: c-family/c.opt:459
1598 #, no-c-format
1599 msgid ""
1600 "Warn about C++ constructs whose meaning differs between ISO C++ 2017 and ISO "
1601 "C++ 2020."
1602 msgstr ""
1604 #: c-family/c.opt:463
1605 #, no-c-format
1606 msgid "Warn about C++11 constructs in code compiled with an older standard."
1607 msgstr ""
1609 #: c-family/c.opt:467
1610 #, no-c-format
1611 msgid "Warn about C++14 constructs in code compiled with an older standard."
1612 msgstr ""
1614 #: c-family/c.opt:471
1615 #, no-c-format
1616 msgid "Warn about C++17 constructs in code compiled with an older standard."
1617 msgstr ""
1619 #: c-family/c.opt:475
1620 #, no-c-format
1621 msgid "Warn about C++20 constructs in code compiled with an older standard."
1622 msgstr ""
1624 #: c-family/c.opt:479
1625 #, no-c-format
1626 msgid "Warn about C++23 constructs in code compiled with an older standard."
1627 msgstr ""
1629 #: c-family/c.opt:483
1630 #, no-c-format
1631 msgid "Warn about casts between incompatible function types."
1632 msgstr ""
1634 #: c-family/c.opt:487
1635 #, no-c-format
1636 msgid "Warn about casts which discard qualifiers."
1637 msgstr ""
1639 #: c-family/c.opt:491 c-family/c.opt:495
1640 #, no-c-format
1641 msgid "Warn about catch handlers of non-reference type."
1642 msgstr ""
1644 #: c-family/c.opt:499
1645 #, no-c-format
1646 msgid ""
1647 "Complain about a name being declared as a class member after a previous use "
1648 "of the same name."
1649 msgstr ""
1651 #: c-family/c.opt:503
1652 #, no-c-format
1653 msgid "Warn about subscripts whose type is \"char\"."
1654 msgstr ""
1656 #: c-family/c.opt:507 c-family/c.opt:1561 c-family/c.opt:1565
1657 #: c-family/c.opt:1569 c-family/c.opt:1573 c-family/c.opt:1577
1658 #: c-family/c.opt:1581 c-family/c.opt:1585 c-family/c.opt:1592
1659 #: c-family/c.opt:1596 c-family/c.opt:1600 c-family/c.opt:1604
1660 #: c-family/c.opt:1608 c-family/c.opt:1612 c-family/c.opt:1616
1661 #: c-family/c.opt:1620 c-family/c.opt:1624 c-family/c.opt:1628
1662 #: c-family/c.opt:1632 c-family/c.opt:1636 c-family/c.opt:1640
1663 #: config/i386/i386.opt:999
1664 #, no-c-format
1665 msgid "Removed in GCC 9.  This switch has no effect."
1666 msgstr ""
1668 #: c-family/c.opt:511
1669 #, no-c-format
1670 msgid "Warn about variables that might be changed by \"longjmp\" or \"vfork\"."
1671 msgstr ""
1673 #: c-family/c.opt:515
1674 #, no-c-format
1675 msgid "Warn about uses of a comma operator within a subscripting expression."
1676 msgstr ""
1678 #: c-family/c.opt:519
1679 #, no-c-format
1680 msgid ""
1681 "Warn about possibly nested block comments, and C++ comments spanning more "
1682 "than one physical line."
1683 msgstr ""
1685 #: c-family/c.opt:523
1686 #, no-c-format
1687 msgid "Synonym for -Wcomment."
1688 msgstr ""
1690 #: c-family/c.opt:527
1691 #, no-c-format
1692 msgid "Warn for conditionally-supported constructs."
1693 msgstr ""
1695 #: c-family/c.opt:531
1696 #, no-c-format
1697 msgid "Warn for implicit type conversions that may change a value."
1698 msgstr ""
1700 #: c-family/c.opt:535
1701 #, no-c-format
1702 msgid "Warn for converting NULL from/to a non-pointer type."
1703 msgstr ""
1705 #: c-family/c.opt:543
1706 #, no-c-format
1707 msgid ""
1708 "Warn when performing class template argument deduction on a type with no "
1709 "deduction guides."
1710 msgstr ""
1712 #: c-family/c.opt:548
1713 #, no-c-format
1714 msgid "Warn when all constructors and destructors are private."
1715 msgstr ""
1717 #: c-family/c.opt:552
1718 #, no-c-format
1719 msgid "Warn about dangling else."
1720 msgstr ""
1722 #: c-family/c.opt:556 c-family/c.opt:560
1723 #, no-c-format
1724 msgid "Warn for uses of pointers to auto variables whose lifetime has ended."
1725 msgstr ""
1727 #: c-family/c.opt:564
1728 #, no-c-format
1729 msgid "Warn when a reference is bound to a temporary whose lifetime has ended."
1730 msgstr ""
1732 #: c-family/c.opt:568
1733 #, no-c-format
1734 msgid "Warn about __TIME__, __DATE__ and __TIMESTAMP__ usage."
1735 msgstr ""
1737 #: c-family/c.opt:572
1738 #, no-c-format
1739 msgid "Warn when a declaration is found after a statement."
1740 msgstr ""
1742 #: c-family/c.opt:576
1743 #, no-c-format
1744 msgid "Warn when deleting a pointer to incomplete type."
1745 msgstr ""
1747 #: c-family/c.opt:580
1748 #, no-c-format
1749 msgid "Warn about deleting polymorphic objects with non-virtual destructors."
1750 msgstr ""
1752 #: c-family/c.opt:588
1753 #, no-c-format
1754 msgid ""
1755 "Mark implicitly-declared copy operations as deprecated if the class has a "
1756 "user-provided copy operation."
1757 msgstr ""
1759 #: c-family/c.opt:593
1760 #, no-c-format
1761 msgid ""
1762 "Mark implicitly-declared copy operations as deprecated if the class has a "
1763 "user-provided copy operation or destructor."
1764 msgstr ""
1766 #: c-family/c.opt:598
1767 #, no-c-format
1768 msgid ""
1769 "Warn about deprecated arithmetic conversions on operands of enumeration "
1770 "types."
1771 msgstr ""
1773 #: c-family/c.opt:602
1774 #, no-c-format
1775 msgid ""
1776 "Warn about deprecated arithmetic conversions on operands where one is of "
1777 "enumeration type and the other is of a floating-point type."
1778 msgstr ""
1780 #: c-family/c.opt:607
1781 #, no-c-format
1782 msgid ""
1783 "Warn about positional initialization of structs requiring designated "
1784 "initializers."
1785 msgstr ""
1787 #: c-family/c.opt:611
1788 #, no-c-format
1789 msgid "Warn if qualifiers on arrays which are pointer targets are discarded."
1790 msgstr ""
1792 #: c-family/c.opt:615
1793 #, no-c-format
1794 msgid "Warn if type qualifiers on pointers are discarded."
1795 msgstr ""
1797 #: c-family/c.opt:619
1798 #, no-c-format
1799 msgid "Warn about compile-time integer division by zero."
1800 msgstr ""
1802 #: c-family/c.opt:623
1803 #, no-c-format
1804 msgid "Warn about duplicated branches in if-else statements."
1805 msgstr ""
1807 #: c-family/c.opt:627
1808 #, no-c-format
1809 msgid "Warn about duplicated conditions in an if-else-if chain."
1810 msgstr ""
1812 #: c-family/c.opt:631
1813 #, no-c-format
1814 msgid "Warn about violations of Effective C++ style rules."
1815 msgstr ""
1817 #: c-family/c.opt:635
1818 #, no-c-format
1819 msgid "Warn about an empty body in an if or else statement."
1820 msgstr ""
1822 #: c-family/c.opt:639
1823 #, no-c-format
1824 msgid "Warn about stray tokens after #else and #endif."
1825 msgstr ""
1827 #: c-family/c.opt:643
1828 #, no-c-format
1829 msgid "Warn about comparison of different enum types."
1830 msgstr ""
1832 #: c-family/c.opt:647
1833 #, no-c-format
1834 msgid "Warn about implicit conversion of enum types."
1835 msgstr ""
1837 #: c-family/c.opt:651
1838 #, no-c-format
1839 msgid "Warn about enum/integer type mismatches."
1840 msgstr ""
1842 #: c-family/c.opt:659
1843 #, no-c-format
1844 msgid ""
1845 "This switch is deprecated; use -Werror=implicit-function-declaration instead."
1846 msgstr ""
1848 #: c-family/c.opt:663
1849 #, no-c-format
1850 msgid "Warn when an exception handler is shadowed by another handler."
1851 msgstr ""
1853 #: c-family/c.opt:671
1854 #, no-c-format
1855 msgid "Warn about semicolon after in-class function definition."
1856 msgstr ""
1858 #: c-family/c.opt:675
1859 #, no-c-format
1860 msgid ""
1861 "Warn for implicit type conversions that cause loss of floating point "
1862 "precision."
1863 msgstr ""
1865 #: c-family/c.opt:679
1866 #, no-c-format
1867 msgid "Warn if testing floating point numbers for equality."
1868 msgstr ""
1870 #: c-family/c.opt:683 c-family/c.opt:729
1871 #, no-c-format
1872 msgid "Warn about printf/scanf/strftime/strfmon format string anomalies."
1873 msgstr ""
1875 #: c-family/c.opt:687
1876 #, no-c-format
1877 msgid "Warn about format strings that contain NUL bytes."
1878 msgstr ""
1880 #: c-family/c.opt:691
1881 #, no-c-format
1882 msgid "Warn about GCC format strings with strings unsuitable for diagnostics."
1883 msgstr ""
1885 #: c-family/c.opt:695
1886 #, no-c-format
1887 msgid "Warn if passing too many arguments to a function for its format string."
1888 msgstr ""
1890 #: c-family/c.opt:699
1891 #, no-c-format
1892 msgid "Warn about format strings that are not literals."
1893 msgstr ""
1895 #: c-family/c.opt:703
1896 #, no-c-format
1897 msgid ""
1898 "Warn about function calls with format strings that write past the end of the "
1899 "destination region.  Same as -Wformat-overflow=1."
1900 msgstr ""
1902 #: c-family/c.opt:708
1903 #, no-c-format
1904 msgid "Warn about possible security problems with format functions."
1905 msgstr ""
1907 #: c-family/c.opt:712
1908 #, no-c-format
1909 msgid "Warn about sign differences with format functions."
1910 msgstr ""
1912 #: c-family/c.opt:716
1913 #, no-c-format
1914 msgid ""
1915 "Warn about calls to snprintf and similar functions that truncate output. "
1916 "Same as -Wformat-truncation=1."
1917 msgstr ""
1919 #: c-family/c.opt:721
1920 #, no-c-format
1921 msgid "Warn about strftime formats yielding 2-digit years."
1922 msgstr ""
1924 #: c-family/c.opt:725
1925 #, no-c-format
1926 msgid "Warn about zero-length formats."
1927 msgstr ""
1929 #: c-family/c.opt:733
1930 #, no-c-format
1931 msgid ""
1932 "Warn about function calls with format strings that write past the end of the "
1933 "destination region."
1934 msgstr ""
1936 #: c-family/c.opt:738
1937 #, no-c-format
1938 msgid ""
1939 "Warn about calls to snprintf and similar functions that truncate output."
1940 msgstr ""
1942 #: c-family/c.opt:742
1943 #, no-c-format
1944 msgid "Warn when the field in a struct is not aligned."
1945 msgstr ""
1947 #: c-family/c.opt:746
1948 #, no-c-format
1949 msgid "Warn whenever type qualifiers are ignored."
1950 msgstr ""
1952 #: c-family/c.opt:750
1953 #, no-c-format
1954 msgid "Warn whenever attributes are ignored."
1955 msgstr ""
1957 #: c-family/c.opt:754
1958 #, no-c-format
1959 msgid "Warn when a base is inaccessible in derived due to ambiguity."
1960 msgstr ""
1962 #: c-family/c.opt:758
1963 #, no-c-format
1964 msgid ""
1965 "Warn when there is a conversion between pointers that have incompatible "
1966 "types."
1967 msgstr ""
1969 #: c-family/c.opt:762 common.opt:650
1970 #, no-c-format
1971 msgid "Warn for infinitely recursive calls."
1972 msgstr ""
1974 #: c-family/c.opt:766
1975 #, no-c-format
1976 msgid "Warn when the address of packed member of struct or union is taken."
1977 msgstr ""
1979 #: c-family/c.opt:770
1980 #, no-c-format
1981 msgid "Warn about variables which are initialized to themselves."
1982 msgstr ""
1984 #: c-family/c.opt:774
1985 #, no-c-format
1986 msgid ""
1987 "Warn about uses of std::initializer_list that can result in dangling "
1988 "pointers."
1989 msgstr ""
1991 #: c-family/c.opt:778
1992 #, no-c-format
1993 msgid ""
1994 "Warn about nonsensical values of --param destructive-interference-size or "
1995 "constructive-interference-size."
1996 msgstr ""
1998 #: c-family/c.opt:783
1999 #, no-c-format
2000 msgid "Warn about implicit declarations."
2001 msgstr ""
2003 #: c-family/c.opt:791
2004 #, no-c-format
2005 msgid "Warn about implicit conversions from \"float\" to \"double\"."
2006 msgstr ""
2008 #: c-family/c.opt:795
2009 #, no-c-format
2010 msgid "Warn if \"defined\" is used outside #if."
2011 msgstr ""
2013 #: c-family/c.opt:799
2014 #, no-c-format
2015 msgid "Warn about implicit function declarations."
2016 msgstr ""
2018 #: c-family/c.opt:803
2019 #, no-c-format
2020 msgid "Warn when a declaration does not specify a type."
2021 msgstr ""
2023 #: c-family/c.opt:810
2024 #, no-c-format
2025 msgid ""
2026 "Warn about C++11 inheriting constructors when the base has a variadic "
2027 "constructor."
2028 msgstr ""
2030 #: c-family/c.opt:814
2031 #, no-c-format
2032 msgid ""
2033 "Warn about incompatible integer to pointer and pointer to integer "
2034 "conversions."
2035 msgstr ""
2037 #: c-family/c.opt:818
2038 #, no-c-format
2039 msgid "Warn for suspicious integer expressions in boolean context."
2040 msgstr ""
2042 #: c-family/c.opt:822
2043 #, no-c-format
2044 msgid ""
2045 "Warn when there is a cast to a pointer from an integer of a different size."
2046 msgstr ""
2048 #: c-family/c.opt:826
2049 #, no-c-format
2050 msgid "Warn when a function never produces a constant expression."
2051 msgstr ""
2053 #: c-family/c.opt:830
2054 #, no-c-format
2055 msgid "Warn about invalid uses of the \"offsetof\" macro."
2056 msgstr ""
2058 #: c-family/c.opt:834
2059 #, no-c-format
2060 msgid "Warn about PCH files that are found but not used."
2061 msgstr ""
2063 #: c-family/c.opt:838
2064 #, no-c-format
2065 msgid "Warn about invalid UTF-8 characters."
2066 msgstr ""
2068 #: c-family/c.opt:842
2069 #, no-c-format
2070 msgid "Warn when a jump misses a variable initialization."
2071 msgstr ""
2073 #: c-family/c.opt:846
2074 #, no-c-format
2075 msgid ""
2076 "Warn when a string or character literal is followed by a ud-suffix which "
2077 "does not begin with an underscore."
2078 msgstr ""
2080 #: c-family/c.opt:850
2081 #, no-c-format
2082 msgid ""
2083 "Warn when a logical operator is suspiciously always evaluating to true or "
2084 "false."
2085 msgstr ""
2087 #: c-family/c.opt:854
2088 #, no-c-format
2089 msgid ""
2090 "Warn when logical not is used on the left hand side operand of a comparison."
2091 msgstr ""
2093 #: c-family/c.opt:858
2094 #, no-c-format
2095 msgid "Do not warn about using \"long long\" when -pedantic."
2096 msgstr ""
2098 #: c-family/c.opt:862
2099 #, no-c-format
2100 msgid "Warn about suspicious declarations of \"main\"."
2101 msgstr ""
2103 #: c-family/c.opt:870
2104 #, no-c-format
2105 msgid ""
2106 "Warn about suspicious calls to memset where the third argument is constant "
2107 "literal zero and the second is not."
2108 msgstr ""
2110 #: c-family/c.opt:874
2111 #, no-c-format
2112 msgid ""
2113 "Warn about suspicious calls to memset where the third argument contains the "
2114 "number of elements not multiplied by the element size."
2115 msgstr ""
2117 #: c-family/c.opt:878
2118 #, no-c-format
2119 msgid ""
2120 "Warn when the indentation of the code does not reflect the block structure."
2121 msgstr ""
2123 #: c-family/c.opt:882
2124 #, no-c-format
2125 msgid ""
2126 "Warn for deallocation calls with arguments returned from mismatched "
2127 "allocation functions."
2128 msgstr ""
2130 #: c-family/c.opt:887
2131 #, no-c-format
2132 msgid ""
2133 "Warn for mismatches between calls to operator new or delete and the "
2134 "corresponding call to the allocation or deallocation function."
2135 msgstr ""
2137 #: c-family/c.opt:892
2138 #, no-c-format
2139 msgid ""
2140 "Warn when a class is redeclared or referenced using a mismatched class-key."
2141 msgstr ""
2143 #: c-family/c.opt:896
2144 #, no-c-format
2145 msgid "Warn about possibly missing braces around initializers."
2146 msgstr ""
2148 #: c-family/c.opt:900
2149 #, no-c-format
2150 msgid "Warn about global functions without previous declarations."
2151 msgstr ""
2153 #: c-family/c.opt:904
2154 #, no-c-format
2155 msgid "Warn about missing fields in struct initializers."
2156 msgstr ""
2158 #: c-family/c.opt:908
2159 #, no-c-format
2160 msgid "Warn about likely missing requires keyword."
2161 msgstr ""
2163 #: c-family/c.opt:912
2164 #, no-c-format
2165 msgid ""
2166 "Warn when the template keyword is missing after a member access token in a "
2167 "dependent member access expression if that member is a template."
2168 msgstr ""
2170 #: c-family/c.opt:916
2171 #, no-c-format
2172 msgid ""
2173 "Warn about unsafe macros expanding to multiple statements used as a body of "
2174 "a clause such as if, else, while, switch, or for."
2175 msgstr ""
2177 #: c-family/c.opt:920
2178 #, no-c-format
2179 msgid "Warn on direct multiple inheritance."
2180 msgstr ""
2182 #: c-family/c.opt:924
2183 #, no-c-format
2184 msgid "Warn on namespace definition."
2185 msgstr ""
2187 #: c-family/c.opt:928
2188 #, no-c-format
2189 msgid "Warn when fields in a struct with the packed attribute are misaligned."
2190 msgstr ""
2192 #: c-family/c.opt:932
2193 #, no-c-format
2194 msgid "Warn when a range-based for-loop is creating unnecessary copies."
2195 msgstr ""
2197 #: c-family/c.opt:936
2198 #, no-c-format
2199 msgid ""
2200 "Warn when a class or enumerated type is referenced using a redundant class-"
2201 "key."
2202 msgstr ""
2204 #: c-family/c.opt:940
2205 #, no-c-format
2206 msgid "Warn about missing sized deallocation functions."
2207 msgstr ""
2209 #: c-family/c.opt:944
2210 #, no-c-format
2211 msgid ""
2212 "Warn about suspicious divisions of two sizeof expressions that don't work "
2213 "correctly with pointers."
2214 msgstr ""
2216 #: c-family/c.opt:948
2217 #, no-c-format
2218 msgid ""
2219 "Warn about divisions of two sizeof operators when the first one is applied "
2220 "to an array and the divisor does not equal the size of the array element."
2221 msgstr ""
2223 #: c-family/c.opt:953
2224 #, no-c-format
2225 msgid ""
2226 "Warn about suspicious length parameters to certain string functions if the "
2227 "argument uses sizeof."
2228 msgstr ""
2230 #: c-family/c.opt:957
2231 #, no-c-format
2232 msgid "Warn when sizeof is applied on a parameter declared as an array."
2233 msgstr ""
2235 #: c-family/c.opt:961
2236 #, no-c-format
2237 msgid ""
2238 "Warn about calls to strcmp and strncmp used in equality expressions that are "
2239 "necessarily true or false due to the length of one and size of the other "
2240 "argument."
2241 msgstr ""
2243 #: c-family/c.opt:967
2244 #, no-c-format
2245 msgid ""
2246 "Warn about buffer overflow in string manipulation functions like memcpy and "
2247 "strcpy."
2248 msgstr ""
2250 #: c-family/c.opt:972
2251 #, no-c-format
2252 msgid ""
2253 "Under the control of Object Size type, warn about buffer overflow in string "
2254 "manipulation functions like memcpy and strcpy."
2255 msgstr ""
2257 #: c-family/c.opt:977
2258 #, no-c-format
2259 msgid ""
2260 "Warn about reading past the end of a source array in string manipulation "
2261 "functions like memchr and memcpy."
2262 msgstr ""
2264 #: c-family/c.opt:981
2265 #, no-c-format
2266 msgid ""
2267 "Warn about truncation in string manipulation functions like strncat and "
2268 "strncpy."
2269 msgstr ""
2271 #: c-family/c.opt:985
2272 #, no-c-format
2273 msgid ""
2274 "Warn about inproper usages of flexible array members according to the level "
2275 "of -fstrict-flex-arrays."
2276 msgstr ""
2278 #: c-family/c.opt:990
2279 #, no-c-format
2280 msgid "Warn about functions which might be candidates for format attributes."
2281 msgstr ""
2283 #: c-family/c.opt:994
2284 #, no-c-format
2285 msgid ""
2286 "Suggest that the override keyword be used when the declaration of a virtual "
2287 "function overrides another."
2288 msgstr ""
2290 #: c-family/c.opt:999
2291 #, no-c-format
2292 msgid "Warn about enumerated switches, with no default, missing a case."
2293 msgstr ""
2295 #: c-family/c.opt:1003
2296 #, no-c-format
2297 msgid "Warn about enumerated switches missing a \"default:\" statement."
2298 msgstr ""
2300 #: c-family/c.opt:1007
2301 #, no-c-format
2302 msgid "Warn about all enumerated switches missing a specific case."
2303 msgstr ""
2305 #: c-family/c.opt:1011
2306 #, no-c-format
2307 msgid "Warn about switches with boolean controlling expression."
2308 msgstr ""
2310 #: c-family/c.opt:1015
2311 #, no-c-format
2312 msgid "Warn about switch values that are outside of the switch's type range."
2313 msgstr ""
2315 #: c-family/c.opt:1019
2316 #, no-c-format
2317 msgid "Warn on primary template declaration."
2318 msgstr ""
2320 #: c-family/c.opt:1023
2321 #, no-c-format
2322 msgid ""
2323 "Warn about declarations of entities that may be missing attributes that "
2324 "related entities have been declared with."
2325 msgstr ""
2327 #: c-family/c.opt:1032
2328 #, no-c-format
2329 msgid "Warn about user-specified include directories that do not exist."
2330 msgstr ""
2332 #: c-family/c.opt:1036
2333 #, no-c-format
2334 msgid ""
2335 "Warn about function parameters declared without a type specifier in K&R-"
2336 "style functions."
2337 msgstr ""
2339 #: c-family/c.opt:1040
2340 #, no-c-format
2341 msgid "Warn about global functions without prototypes."
2342 msgstr ""
2344 #: c-family/c.opt:1047
2345 #, no-c-format
2346 msgid "Warn about use of multi-character character constants."
2347 msgstr ""
2349 #: c-family/c.opt:1051
2350 #, no-c-format
2351 msgid ""
2352 "Warn about narrowing conversions within { } that are ill-formed in C++11."
2353 msgstr ""
2355 #: c-family/c.opt:1055
2356 #, no-c-format
2357 msgid "Warn about \"extern\" declarations not at file scope."
2358 msgstr ""
2360 #: c-family/c.opt:1059
2361 #, no-c-format
2362 msgid ""
2363 "Warn when a noexcept expression evaluates to false even though the "
2364 "expression can't actually throw."
2365 msgstr ""
2367 #: c-family/c.opt:1063
2368 #, no-c-format
2369 msgid ""
2370 "Warn if C++17 noexcept function type will change the mangled name of a "
2371 "symbol."
2372 msgstr ""
2374 #: c-family/c.opt:1067
2375 #, no-c-format
2376 msgid ""
2377 "Warn when non-templatized friend functions are declared within a template."
2378 msgstr ""
2380 #: c-family/c.opt:1071
2381 #, no-c-format
2382 msgid ""
2383 "Warn when a conversion function will never be called due to the type it "
2384 "converts to."
2385 msgstr ""
2387 #: c-family/c.opt:1075
2388 #, no-c-format
2389 msgid "Warn for unsafe raw memory writes to objects of class types."
2390 msgstr ""
2392 #: c-family/c.opt:1079
2393 #, no-c-format
2394 msgid "Warn about non-virtual destructors."
2395 msgstr ""
2397 #: c-family/c.opt:1083
2398 #, no-c-format
2399 msgid ""
2400 "Warn about NULL being passed to argument slots marked as requiring non-NULL."
2401 msgstr ""
2403 #: c-family/c.opt:1099
2404 #, no-c-format
2405 msgid ""
2406 "-Wnormalized=[none|id|nfc|nfkc]\tWarn about non-normalized Unicode strings."
2407 msgstr ""
2409 #: c-family/c.opt:1122
2410 #, no-c-format
2411 msgid ""
2412 "Warn if a class interface has no superclass.  Root classes may use an "
2413 "attribute to suppress this warning."
2414 msgstr ""
2416 #: c-family/c.opt:1127
2417 #, no-c-format
2418 msgid "Warn if a C-style cast is used in a program."
2419 msgstr ""
2421 #: c-family/c.opt:1131
2422 #, no-c-format
2423 msgid "Warn for obsolescent usage in a declaration."
2424 msgstr ""
2426 #: c-family/c.opt:1135
2427 #, no-c-format
2428 msgid "Warn if an old-style parameter definition is used."
2429 msgstr ""
2431 #: c-family/c.opt:1139
2432 #, no-c-format
2433 msgid ""
2434 "Warn about potentially suboptimal choices related to OpenACC parallelism."
2435 msgstr ""
2437 #: c-family/c.opt:1143
2438 #, no-c-format
2439 msgid "Warn if a simd directive is overridden by the vectorizer cost model."
2440 msgstr ""
2442 #: c-family/c.opt:1147
2443 #, no-c-format
2444 msgid ""
2445 "Warn if a string is longer than the maximum portable length specified by the "
2446 "standard."
2447 msgstr ""
2449 #: c-family/c.opt:1151 c-family/c.opt:1155
2450 #, no-c-format
2451 msgid "Warn about overloaded virtual function names."
2452 msgstr ""
2454 #: c-family/c.opt:1159
2455 #, no-c-format
2456 msgid "Warn about overriding initializers without side effects."
2457 msgstr ""
2459 #: c-family/c.opt:1163
2460 #, no-c-format
2461 msgid "Warn about overriding initializers with side effects."
2462 msgstr ""
2464 #: c-family/c.opt:1167
2465 #, no-c-format
2466 msgid "Warn about packed bit-fields whose offset changed in GCC 4.4."
2467 msgstr ""
2469 #: c-family/c.opt:1171
2470 #, no-c-format
2471 msgid "Warn about possibly missing parentheses."
2472 msgstr ""
2474 #: c-family/c.opt:1179
2475 #, no-c-format
2476 msgid ""
2477 "Warn about calling std::move on a local object in a return statement "
2478 "preventing copy elision."
2479 msgstr ""
2481 #: c-family/c.opt:1183
2482 #, no-c-format
2483 msgid "Warn when converting the type of pointers to member functions."
2484 msgstr ""
2486 #: c-family/c.opt:1187
2487 #, no-c-format
2488 msgid "Warn about function pointer arithmetic."
2489 msgstr ""
2491 #: c-family/c.opt:1191
2492 #, no-c-format
2493 msgid "Warn when a pointer differs in signedness in an assignment."
2494 msgstr ""
2496 #: c-family/c.opt:1195
2497 #, no-c-format
2498 msgid "Warn when a pointer is compared with a zero character constant."
2499 msgstr ""
2501 #: c-family/c.opt:1199
2502 #, no-c-format
2503 msgid "Warn when a pointer is cast to an integer of a different size."
2504 msgstr ""
2506 #: c-family/c.opt:1203
2507 #, no-c-format
2508 msgid "Warn about misuses of pragmas."
2509 msgstr ""
2511 #: c-family/c.opt:1207
2512 #, no-c-format
2513 msgid ""
2514 "Warn if constructor or destructors with priorities from 0 to 100 are used."
2515 msgstr ""
2517 #: c-family/c.opt:1211
2518 #, no-c-format
2519 msgid ""
2520 "Warn if a property for an Objective-C object has no assign semantics "
2521 "specified."
2522 msgstr ""
2524 #: c-family/c.opt:1215
2525 #, no-c-format
2526 msgid "Warn if inherited methods are unimplemented."
2527 msgstr ""
2529 #: c-family/c.opt:1219 c-family/c.opt:1223
2530 #, no-c-format
2531 msgid "Warn for placement new expressions with undefined behavior."
2532 msgstr ""
2534 #: c-family/c.opt:1227
2535 #, no-c-format
2536 msgid "Warn about multiple declarations of the same object."
2537 msgstr ""
2539 #: c-family/c.opt:1231
2540 #, no-c-format
2541 msgid "Warn about redundant calls to std::move."
2542 msgstr ""
2544 #: c-family/c.opt:1235
2545 #, no-c-format
2546 msgid "Warn about uses of register storage specifier."
2547 msgstr ""
2549 #: c-family/c.opt:1239
2550 #, no-c-format
2551 msgid "Warn when the compiler reorders code."
2552 msgstr ""
2554 #: c-family/c.opt:1243
2555 #, no-c-format
2556 msgid ""
2557 "Warn whenever a function's return type defaults to \"int\" (C), or about "
2558 "inconsistent return types (C++)."
2559 msgstr ""
2561 #: c-family/c.opt:1247
2562 #, no-c-format
2563 msgid "Warn on suspicious constructs involving reverse scalar storage order."
2564 msgstr ""
2566 #: c-family/c.opt:1251
2567 #, no-c-format
2568 msgid "Warn if a selector has multiple methods."
2569 msgstr ""
2571 #: c-family/c.opt:1255
2572 #, no-c-format
2573 msgid "Warn when a value is moved to itself with std::move."
2574 msgstr ""
2576 #: c-family/c.opt:1259
2577 #, no-c-format
2578 msgid "Warn about possible violations of sequence point rules."
2579 msgstr ""
2581 #: c-family/c.opt:1263
2582 #, no-c-format
2583 msgid "Warn if a local declaration hides an instance variable."
2584 msgstr ""
2586 #: c-family/c.opt:1267 c-family/c.opt:1271
2587 #, no-c-format
2588 msgid "Warn if left shift of a signed value overflows."
2589 msgstr ""
2591 #: c-family/c.opt:1275
2592 #, no-c-format
2593 msgid "Warn if shift count is negative."
2594 msgstr ""
2596 #: c-family/c.opt:1279
2597 #, no-c-format
2598 msgid "Warn if shift count >= width of type."
2599 msgstr ""
2601 #: c-family/c.opt:1283
2602 #, no-c-format
2603 msgid "Warn if left shifting a negative value."
2604 msgstr ""
2606 #: c-family/c.opt:1287
2607 #, no-c-format
2608 msgid ""
2609 "Warn if conversion of the result of arithmetic might change the value even "
2610 "though converting the operands cannot."
2611 msgstr ""
2613 #: c-family/c.opt:1291
2614 #, no-c-format
2615 msgid "Warn about signed-unsigned comparisons."
2616 msgstr ""
2618 #: c-family/c.opt:1299
2619 #, no-c-format
2620 msgid ""
2621 "Warn for implicit type conversions between signed and unsigned integers."
2622 msgstr ""
2624 #: c-family/c.opt:1303
2625 #, no-c-format
2626 msgid "Warn when overload promotes from unsigned to signed."
2627 msgstr ""
2629 #: c-family/c.opt:1307
2630 #, no-c-format
2631 msgid "Warn about uncasted NULL used as sentinel."
2632 msgstr ""
2634 #: c-family/c.opt:1311
2635 #, no-c-format
2636 msgid "Warn about unprototyped function declarations."
2637 msgstr ""
2639 #: c-family/c.opt:1323
2640 #, no-c-format
2641 msgid "Warn if type signatures of candidate methods do not match exactly."
2642 msgstr ""
2644 #: c-family/c.opt:1327
2645 #, no-c-format
2646 msgid ""
2647 "Warn when __sync_fetch_and_nand and __sync_nand_and_fetch built-in functions "
2648 "are used."
2649 msgstr ""
2651 #: c-family/c.opt:1331
2652 #, no-c-format
2653 msgid "Deprecated.  This switch has no effect."
2654 msgstr ""
2656 #: c-family/c.opt:1339
2657 #, no-c-format
2658 msgid "Warn if a comparison always evaluates to true or false."
2659 msgstr ""
2661 #: c-family/c.opt:1343
2662 #, no-c-format
2663 msgid "Warn if a throw expression will always result in a call to terminate()."
2664 msgstr ""
2666 #: c-family/c.opt:1347
2667 #, no-c-format
2668 msgid "Warn about features not present in traditional C."
2669 msgstr ""
2671 #: c-family/c.opt:1351
2672 #, no-c-format
2673 msgid ""
2674 "Warn of prototypes causing type conversions different from what would happen "
2675 "in the absence of prototype."
2676 msgstr ""
2678 #: c-family/c.opt:1355
2679 #, no-c-format
2680 msgid ""
2681 "Warn if trigraphs are encountered that might affect the meaning of the "
2682 "program."
2683 msgstr ""
2685 #: c-family/c.opt:1359
2686 #, no-c-format
2687 msgid "Warn about @selector()s without previously declared methods."
2688 msgstr ""
2690 #: c-family/c.opt:1363
2691 #, no-c-format
2692 msgid "Warn if an undefined macro is used in an #if directive."
2693 msgstr ""
2695 #: c-family/c.opt:1367
2696 #, no-c-format
2697 msgid "Warn about invalid forms of delimited or named escape sequences."
2698 msgstr ""
2700 #: c-family/c.opt:1379
2701 #, no-c-format
2702 msgid "Warn about unrecognized pragmas."
2703 msgstr ""
2705 #: c-family/c.opt:1383
2706 #, no-c-format
2707 msgid "Warn about unsuffixed float constants."
2708 msgstr ""
2710 #: c-family/c.opt:1391
2711 #, no-c-format
2712 msgid "Warn when typedefs locally defined in a function are not used."
2713 msgstr ""
2715 #: c-family/c.opt:1395
2716 #, no-c-format
2717 msgid "Warn about macros defined in the main file that are not used."
2718 msgstr ""
2720 #: c-family/c.opt:1423
2721 #, no-c-format
2722 msgid "Warn about using variadic macros."
2723 msgstr ""
2725 #: c-family/c.opt:1427
2726 #, no-c-format
2727 msgid ""
2728 "Warn about questionable usage of the macros used to retrieve variable "
2729 "arguments."
2730 msgstr ""
2732 #: c-family/c.opt:1431
2733 #, no-c-format
2734 msgid "Warn about the most vexing parse syntactic ambiguity."
2735 msgstr ""
2737 #: c-family/c.opt:1435
2738 #, no-c-format
2739 msgid "Warn if a variable length array is used."
2740 msgstr ""
2742 #: c-family/c.opt:1439
2743 #, no-c-format
2744 msgid ""
2745 "-Wvla-larger-than=<number>\tWarn on unbounded uses of variable-length "
2746 "arrays, and on bounded uses of variable-length arrays whose bound can be "
2747 "larger than <number> bytes."
2748 msgstr ""
2750 #: c-family/c.opt:1445
2751 #, no-c-format
2752 msgid ""
2753 "Disable Wvla-larger-than= warning.  Equivalent to Wvla-larger-"
2754 "than=<SIZE_MAX> or larger."
2755 msgstr ""
2757 #: c-family/c.opt:1449
2758 #, no-c-format
2759 msgid "Warn about mismatched declarations of VLA parameters."
2760 msgstr ""
2762 #: c-family/c.opt:1453
2763 #, no-c-format
2764 msgid "Warn about deprecated uses of volatile qualifier."
2765 msgstr ""
2767 #: c-family/c.opt:1457
2768 #, no-c-format
2769 msgid "Warn when a register variable is declared volatile."
2770 msgstr ""
2772 #: c-family/c.opt:1461
2773 #, no-c-format
2774 msgid "Warn on direct virtual inheritance."
2775 msgstr ""
2777 #: c-family/c.opt:1465
2778 #, no-c-format
2779 msgid "Warn if a virtual base has a non-trivial move assignment operator."
2780 msgstr ""
2782 #: c-family/c.opt:1469
2783 #, no-c-format
2784 msgid ""
2785 "In C++, nonzero means warn about deprecated conversion from string literals "
2786 "to 'char *'.  In C, similar warning, except that the conversion is of course "
2787 "not deprecated by the ISO C standard."
2788 msgstr ""
2790 #: c-family/c.opt:1473
2791 #, no-c-format
2792 msgid ""
2793 "Warn about xor operators where it appears the user meant exponentiation."
2794 msgstr ""
2796 #: c-family/c.opt:1477
2797 #, no-c-format
2798 msgid "Warn when a literal '0' is used as null pointer."
2799 msgstr ""
2801 #: c-family/c.opt:1481
2802 #, no-c-format
2803 msgid "Warn about useless casts."
2804 msgstr ""
2806 #: c-family/c.opt:1485
2807 #, no-c-format
2808 msgid ""
2809 "Warn if a class type has a base or a field whose type uses the anonymous "
2810 "namespace or depends on a type with no linkage."
2811 msgstr ""
2813 #: c-family/c.opt:1489
2814 #, no-c-format
2815 msgid ""
2816 "Warn when a declaration has duplicate const, volatile, restrict or _Atomic "
2817 "specifier."
2818 msgstr ""
2820 #: c-family/c.opt:1493
2821 #, no-c-format
2822 msgid ""
2823 "Warn when an argument passed to a restrict-qualified parameter aliases with "
2824 "another argument."
2825 msgstr ""
2827 #: c-family/c.opt:1498
2828 #, no-c-format
2829 msgid "A synonym for -std=c89 (for C) or -std=c++98 (for C++)."
2830 msgstr ""
2832 #: c-family/c.opt:1506
2833 #, no-c-format
2834 msgid ""
2835 "The version of the C++ ABI used for -Wabi warnings and link compatibility "
2836 "aliases."
2837 msgstr ""
2839 #: c-family/c.opt:1510
2840 #, no-c-format
2841 msgid "Enforce class member access control semantics."
2842 msgstr ""
2844 #: c-family/c.opt:1514
2845 #, no-c-format
2846 msgid "-fada-spec-parent=unit\tDump Ada specs as child units of given parent."
2847 msgstr ""
2849 #: c-family/c.opt:1518
2850 #, no-c-format
2851 msgid "Support C++17 allocation of over-aligned types."
2852 msgstr ""
2854 #: c-family/c.opt:1522
2855 #, no-c-format
2856 msgid ""
2857 "-faligned-new=<N>\tUse C++17 over-aligned type allocation for alignments "
2858 "greater than N."
2859 msgstr ""
2861 #: c-family/c.opt:1533 c-family/c.opt:1846 c-family/c.opt:2240
2862 #: c-family/c.opt:2244 c-family/c.opt:2260
2863 #, no-c-format
2864 msgid "No longer supported."
2865 msgstr ""
2867 #: c-family/c.opt:1537
2868 #, no-c-format
2869 msgid "Recognize the \"asm\" keyword."
2870 msgstr ""
2872 #: c-family/c.opt:1545
2873 #, no-c-format
2874 msgid "Recognize built-in functions."
2875 msgstr ""
2877 #: c-family/c.opt:1552
2878 #, no-c-format
2879 msgid "Where shorter, use canonicalized paths to systems headers."
2880 msgstr ""
2882 #: c-family/c.opt:1556
2883 #, no-c-format
2884 msgid ""
2885 "Enable the char8_t fundamental type and use it as the type for UTF-8 string "
2886 "and character literals."
2887 msgstr ""
2889 #: c-family/c.opt:1644
2890 #, no-c-format
2891 msgid "Removed in GCC 8.  This switch has no effect."
2892 msgstr ""
2894 #: c-family/c.opt:1648
2895 #, no-c-format
2896 msgid "Enable support for C++ concepts."
2897 msgstr ""
2899 #: c-family/c.opt:1652
2900 #, no-c-format
2901 msgid "Enable certain features present in the Concepts TS."
2902 msgstr ""
2904 #: c-family/c.opt:1656
2905 #, no-c-format
2906 msgid ""
2907 "Specify maximum error replay depth during recursive diagnosis of a "
2908 "constraint satisfaction failure."
2909 msgstr ""
2911 #: c-family/c.opt:1660
2912 #, no-c-format
2913 msgid "Allow the arguments of the '?' operator to have different types."
2914 msgstr ""
2916 #: c-family/c.opt:1668
2917 #, no-c-format
2918 msgid "-fconst-string-class=<name>\tUse class <name> for constant strings."
2919 msgstr ""
2921 #: c-family/c.opt:1672
2922 #, no-c-format
2923 msgid "-fconstexpr-depth=<number>\tSpecify maximum constexpr recursion depth."
2924 msgstr ""
2926 #: c-family/c.opt:1676
2927 #, no-c-format
2928 msgid ""
2929 "-fconstexpr-cache-depth=<number>\tSpecify maximum constexpr recursion cache "
2930 "depth."
2931 msgstr ""
2933 #: c-family/c.opt:1680
2934 #, no-c-format
2935 msgid "Allow IEC559 floating point exceptions in constant expressions."
2936 msgstr ""
2938 #: c-family/c.opt:1684
2939 #, no-c-format
2940 msgid ""
2941 "-fconstexpr-loop-limit=<number>\tSpecify maximum constexpr loop iteration "
2942 "count."
2943 msgstr ""
2945 #: c-family/c.opt:1688
2946 #, no-c-format
2947 msgid ""
2948 "-fconstexpr-ops-limit=<number>\tSpecify maximum number of constexpr "
2949 "operations during a single constexpr evaluation."
2950 msgstr ""
2952 #: c-family/c.opt:1692
2953 #, no-c-format
2954 msgid "Enable certain features present in drafts of C++ Contracts."
2955 msgstr ""
2957 #: c-family/c.opt:1705
2958 #, no-c-format
2959 msgid ""
2960 "-fcontract-assumption-mode=[on|off]\tEnable or disable treating axiom level "
2961 "contracts as assumptions (default on)."
2962 msgstr ""
2964 #: c-family/c.opt:1709
2965 #, no-c-format
2966 msgid ""
2967 "-fcontract-build-level=[off|default|audit]\tSpecify max contract level to "
2968 "generate runtime checks for."
2969 msgstr ""
2971 #: c-family/c.opt:1713
2972 #, no-c-format
2973 msgid ""
2974 "-fcontract-strict-declarations=[on|off]\tEnable or disable warnings on "
2975 "generalized redeclaration of functions with contracts (default off)."
2976 msgstr ""
2978 #: c-family/c.opt:1717
2979 #, no-c-format
2980 msgid ""
2981 "-fcontract-mode=[on|off]\tEnable or disable all contract facilities (default "
2982 "on)."
2983 msgstr ""
2985 #: c-family/c.opt:1721
2986 #, no-c-format
2987 msgid ""
2988 "-fcontract-continuation-mode=[on|off]\tEnable or disable contract "
2989 "continuation mode (default off)."
2990 msgstr ""
2992 #: c-family/c.opt:1725
2993 #, no-c-format
2994 msgid ""
2995 "-fcontract-role=<name>:<semantics>\tSpecify the semantics for all levels in "
2996 "a role (default, review), or a custom contract role with given semantics "
2997 "(ex: opt:assume,assume,assume)."
2998 msgstr ""
3000 #: c-family/c.opt:1729
3001 #, no-c-format
3002 msgid ""
3003 "-fcontract-semantic=<level>:<semantic>\tSpecify the concrete semantics for "
3004 "level."
3005 msgstr ""
3007 #: c-family/c.opt:1733
3008 #, no-c-format
3009 msgid "Enable C++ coroutines (experimental)."
3010 msgstr ""
3012 #: c-family/c.opt:1737
3013 #, no-c-format
3014 msgid "Emit debug annotations during preprocessing."
3015 msgstr ""
3017 #: c-family/c.opt:1745
3018 #, no-c-format
3019 msgid "Factor complex constructors and destructors to favor space over speed."
3020 msgstr ""
3022 #: c-family/c.opt:1753
3023 #, no-c-format
3024 msgid "Print hierarchical comparisons when template types are mismatched."
3025 msgstr ""
3027 #: c-family/c.opt:1757
3028 #, no-c-format
3029 msgid "Preprocess directives only."
3030 msgstr ""
3032 #: c-family/c.opt:1761
3033 #, no-c-format
3034 msgid "Permit '$' as an identifier character."
3035 msgstr ""
3037 #: c-family/c.opt:1765
3038 #, no-c-format
3039 msgid ""
3040 "-fmacro-prefix-map=<old>=<new>\tMap one directory name to another in "
3041 "__FILE__, __BASE_FILE__, and __builtin_FILE()."
3042 msgstr ""
3044 #: c-family/c.opt:1769
3045 #, no-c-format
3046 msgid "Write all declarations as Ada code transitively."
3047 msgstr ""
3049 #: c-family/c.opt:1773
3050 #, no-c-format
3051 msgid "Write all declarations as Ada code for the given file only."
3052 msgstr ""
3054 #: c-family/c.opt:1780
3055 #, no-c-format
3056 msgid "Do not elide common elements in template comparisons."
3057 msgstr ""
3059 #: c-family/c.opt:1784
3060 #, no-c-format
3061 msgid "Generate code to check exception specifications."
3062 msgstr ""
3064 #: c-family/c.opt:1791
3065 #, no-c-format
3066 msgid ""
3067 "-fexec-charset=<cset>\tConvert all strings and character constants to "
3068 "character set <cset>."
3069 msgstr ""
3071 #: c-family/c.opt:1795
3072 #, no-c-format
3073 msgid "Permit universal character names (\\u and \\U) in identifiers."
3074 msgstr ""
3076 #: c-family/c.opt:1799
3077 #, no-c-format
3078 msgid ""
3079 "-finput-charset=<cset>\tSpecify the default character set for source files."
3080 msgstr ""
3082 #: c-family/c.opt:1803
3083 #, no-c-format
3084 msgid ""
3085 "Support dynamic initialization of thread-local variables in a different "
3086 "translation unit."
3087 msgstr ""
3089 #: c-family/c.opt:1810
3090 #, no-c-format
3091 msgid "Fold calls to simple inline functions."
3092 msgstr ""
3094 #: c-family/c.opt:1817
3095 #, no-c-format
3096 msgid "Do not assume that standard C libraries and \"main\" exist."
3097 msgstr ""
3099 #: c-family/c.opt:1821
3100 #, no-c-format
3101 msgid "Recognize GNU-defined keywords."
3102 msgstr ""
3104 #: c-family/c.opt:1825
3105 #, no-c-format
3106 msgid "Generate code for GNU runtime environment."
3107 msgstr ""
3109 #: c-family/c.opt:1829
3110 #, no-c-format
3111 msgid "Use traditional GNU semantics for inline functions."
3112 msgstr ""
3114 #: c-family/c.opt:1842
3115 #, no-c-format
3116 msgid "Assume normal C execution environment."
3117 msgstr ""
3119 #: c-family/c.opt:1850
3120 #, no-c-format
3121 msgid "Export functions even if they can be inlined."
3122 msgstr ""
3124 #: c-family/c.opt:1854
3125 #, no-c-format
3126 msgid "Make inline functions constexpr by default."
3127 msgstr ""
3129 #: c-family/c.opt:1858
3130 #, no-c-format
3131 msgid "Emit implicit instantiations of inline templates."
3132 msgstr ""
3134 #: c-family/c.opt:1862
3135 #, no-c-format
3136 msgid "Emit implicit instantiations of templates."
3137 msgstr ""
3139 #: c-family/c.opt:1866
3140 #, no-c-format
3141 msgid "Implement C++17 inheriting constructor semantics."
3142 msgstr ""
3144 #: c-family/c.opt:1873
3145 #, no-c-format
3146 msgid "Don't emit dllexported inline functions unless needed."
3147 msgstr ""
3149 #: c-family/c.opt:1880
3150 #, no-c-format
3151 msgid ""
3152 "Allow implicit conversions between vectors with differing numbers of "
3153 "subparts and/or differing element types."
3154 msgstr ""
3156 #: c-family/c.opt:1884
3157 #, no-c-format
3158 msgid "Enable C++ modules-ts (experimental)."
3159 msgstr ""
3161 #: c-family/c.opt:1892
3162 #, no-c-format
3163 msgid "Enable C++ header module (experimental)."
3164 msgstr ""
3166 #: c-family/c.opt:1899
3167 #, no-c-format
3168 msgid ""
3169 "Member functions defined within their class are inline in module purview."
3170 msgstr ""
3172 #: c-family/c.opt:1903
3173 #, no-c-format
3174 msgid "Only emit Compiled Module Interface."
3175 msgstr ""
3177 #: c-family/c.opt:1907
3178 #, no-c-format
3179 msgid "Mapper for module to CMI files."
3180 msgstr ""
3182 #: c-family/c.opt:1911
3183 #, no-c-format
3184 msgid "Enable lazy module importing."
3185 msgstr ""
3187 #: c-family/c.opt:1919
3188 #, no-c-format
3189 msgid "Warn about macros that have conflicting header units definitions."
3190 msgstr ""
3192 #: c-family/c.opt:1923
3193 #, no-c-format
3194 msgid "Note #include directives translated to import declarations."
3195 msgstr ""
3197 #: c-family/c.opt:1927
3198 #, no-c-format
3199 msgid ""
3200 "Note #include directives not translated to import declarations, and not "
3201 "known to be textual."
3202 msgstr ""
3204 #: c-family/c.opt:1931
3205 #, no-c-format
3206 msgid "Note a #include translation of a specific header."
3207 msgstr ""
3209 #: c-family/c.opt:1935
3210 #, no-c-format
3211 msgid "Note Compiled Module Interface pathnames."
3212 msgstr ""
3214 #: c-family/c.opt:1939
3215 #, no-c-format
3216 msgid ""
3217 "Note Compiled Module Interface pathname of a specific module or header-unit."
3218 msgstr ""
3220 #: c-family/c.opt:1943
3221 #, no-c-format
3222 msgid ""
3223 "fmax-include-depth=<number> Set the maximum depth of the nested #include."
3224 msgstr ""
3226 #: c-family/c.opt:1947
3227 #, no-c-format
3228 msgid "Don't warn about uses of Microsoft extensions."
3229 msgstr ""
3231 #: c-family/c.opt:1966
3232 #, no-c-format
3233 msgid ""
3234 "Implement resolution of DR 150 for matching of template template arguments."
3235 msgstr ""
3237 #: c-family/c.opt:1970
3238 #, no-c-format
3239 msgid "Generate code for NeXT (Apple Mac OS X) runtime environment."
3240 msgstr ""
3242 #: c-family/c.opt:1974
3243 #, no-c-format
3244 msgid "Assume that receivers of Objective-C messages may be nil."
3245 msgstr ""
3247 #: c-family/c.opt:1978
3248 #, no-c-format
3249 msgid ""
3250 "Allow access to instance variables as if they were local declarations within "
3251 "instance method implementations."
3252 msgstr ""
3254 #: c-family/c.opt:1982
3255 #, no-c-format
3256 msgid ""
3257 "-fvisibility=[private|protected|public|package]\tSet the default symbol "
3258 "visibility."
3259 msgstr ""
3261 #: c-family/c.opt:2007
3262 #, no-c-format
3263 msgid ""
3264 "Treat a throw() exception specification as noexcept to improve code size."
3265 msgstr ""
3267 #: c-family/c.opt:2011
3268 #, no-c-format
3269 msgid ""
3270 "Specify which ABI to use for Objective-C family code and meta-data "
3271 "generation."
3272 msgstr ""
3274 #: c-family/c.opt:2017
3275 #, no-c-format
3276 msgid ""
3277 "Generate special Objective-C methods to initialize/destroy non-POD C++ "
3278 "ivars, if needed."
3279 msgstr ""
3281 #: c-family/c.opt:2021
3282 #, no-c-format
3283 msgid "Allow fast jumps to the message dispatcher."
3284 msgstr ""
3286 #: c-family/c.opt:2027
3287 #, no-c-format
3288 msgid "Enable Objective-C exception and synchronization syntax."
3289 msgstr ""
3291 #: c-family/c.opt:2031
3292 #, no-c-format
3293 msgid "Enable garbage collection (GC) in Objective-C/Objective-C++ programs."
3294 msgstr ""
3296 #: c-family/c.opt:2035
3297 #, no-c-format
3298 msgid ""
3299 "Enable inline checks for nil receivers with the NeXT runtime and ABI version "
3300 "2."
3301 msgstr ""
3303 #: c-family/c.opt:2040
3304 #, no-c-format
3305 msgid "Enable Objective-C setjmp exception handling runtime."
3306 msgstr ""
3308 #: c-family/c.opt:2044
3309 #, no-c-format
3310 msgid "Conform to the Objective-C 1.0 language as implemented in GCC 4.0."
3311 msgstr ""
3313 #: c-family/c.opt:2048
3314 #, no-c-format
3315 msgid "Enable OpenACC."
3316 msgstr ""
3318 #: c-family/c.opt:2052
3319 #, no-c-format
3320 msgid "Specify default OpenACC compute dimensions."
3321 msgstr ""
3323 #: c-family/c.opt:2056
3324 #, no-c-format
3325 msgid "Enable OpenMP (implies -frecursive in Fortran)."
3326 msgstr ""
3328 #: c-family/c.opt:2060
3329 #, no-c-format
3330 msgid "Enable OpenMP's SIMD directives."
3331 msgstr ""
3333 #: c-family/c.opt:2064
3334 #, no-c-format
3335 msgid "Recognize C++ keywords like \"compl\" and \"xor\"."
3336 msgstr ""
3338 #: c-family/c.opt:2075
3339 #, no-c-format
3340 msgid "Look for and use PCH files even when preprocessing."
3341 msgstr ""
3343 #: c-family/c.opt:2079
3344 #, no-c-format
3345 msgid "Downgrade conformance errors to warnings."
3346 msgstr ""
3348 #: c-family/c.opt:2083
3349 #, no-c-format
3350 msgid "Enable Plan 9 language extensions."
3351 msgstr ""
3353 #: c-family/c.opt:2087
3354 #, no-c-format
3355 msgid "Treat the input file as already preprocessed."
3356 msgstr ""
3358 #: c-family/c.opt:2095
3359 #, no-c-format
3360 msgid ""
3361 "-ftrack-macro-expansion=<0|1|2>\tTrack locations of tokens coming from macro "
3362 "expansion and display them in error messages."
3363 msgstr ""
3365 #: c-family/c.opt:2099
3366 #, no-c-format
3367 msgid ""
3368 "Do not pretty-print template specializations as the template signature "
3369 "followed by the arguments."
3370 msgstr ""
3372 #: c-family/c.opt:2103
3373 #, no-c-format
3374 msgid "Treat known sprintf return values as constants."
3375 msgstr ""
3377 #: c-family/c.opt:2107
3378 #, no-c-format
3379 msgid ""
3380 "Used in Fix-and-Continue mode to indicate that object files may be swapped "
3381 "in at runtime."
3382 msgstr ""
3384 #: c-family/c.opt:2111
3385 #, no-c-format
3386 msgid "Removed in GCC 10.  This switch has no effect."
3387 msgstr ""
3389 #: c-family/c.opt:2115
3390 #, no-c-format
3391 msgid "Generate run time type descriptor information."
3392 msgstr ""
3394 #: c-family/c.opt:2119 ada/gcc-interface/lang.opt:81
3395 #, no-c-format
3396 msgid "Use the narrowest integer type possible for enumeration types."
3397 msgstr ""
3399 #: c-family/c.opt:2123
3400 #, no-c-format
3401 msgid "Force the underlying type for \"wchar_t\" to be \"unsigned short\"."
3402 msgstr ""
3404 #: c-family/c.opt:2127
3405 #, no-c-format
3406 msgid "When \"signed\" or \"unsigned\" is not given make the bitfield signed."
3407 msgstr ""
3409 #: c-family/c.opt:2131 ada/gcc-interface/lang.opt:85
3410 #, no-c-format
3411 msgid "Make \"char\" signed by default."
3412 msgstr ""
3414 #: c-family/c.opt:2135
3415 #, no-c-format
3416 msgid "Enable C++14 sized deallocation support."
3417 msgstr ""
3419 #: c-family/c.opt:2142
3420 #, no-c-format
3421 msgid ""
3422 "-fstrict-flex-arrays=<level>    Control when to treat the trailing array of "
3423 "a structure as a flexible array member for the purposes of accessing the "
3424 "elements of such an array. The default is treating all trailing arrays of "
3425 "structures as flexible array members."
3426 msgstr ""
3428 #: c-family/c.opt:2149
3429 #, no-c-format
3430 msgid ""
3431 "-fsso-struct=[big-endian|little-endian|native]\tSet the default scalar "
3432 "storage order."
3433 msgstr ""
3435 #: c-family/c.opt:2165
3436 #, no-c-format
3437 msgid "Display statistics accumulated during compilation."
3438 msgstr ""
3440 #: c-family/c.opt:2169
3441 #, no-c-format
3442 msgid ""
3443 "Assume that values of enumeration type are always within the minimum range "
3444 "of that type."
3445 msgstr ""
3447 #: c-family/c.opt:2176 c-family/c.opt:2181
3448 #, no-c-format
3449 msgid ""
3450 "Follow the C++17 evaluation order requirements for assignment expressions, "
3451 "shift, member function calls, etc."
3452 msgstr ""
3454 #: c-family/c.opt:2198
3455 #, no-c-format
3456 msgid ""
3457 "Set the maximum number of template instantiation notes for a single warning "
3458 "or error."
3459 msgstr ""
3461 #: c-family/c.opt:2205
3462 #, no-c-format
3463 msgid ""
3464 "-ftemplate-depth=<number>\tSpecify maximum template instantiation depth."
3465 msgstr ""
3467 #: c-family/c.opt:2212
3468 #, no-c-format
3469 msgid ""
3470 "-fno-threadsafe-statics\tDo not generate thread-safe code for initializing "
3471 "local statics."
3472 msgstr ""
3474 #: c-family/c.opt:2216
3475 #, no-c-format
3476 msgid ""
3477 "When \"signed\" or \"unsigned\" is not given make the bitfield unsigned."
3478 msgstr ""
3480 #: c-family/c.opt:2220 ada/gcc-interface/lang.opt:89
3481 #, no-c-format
3482 msgid "Make \"char\" unsigned by default."
3483 msgstr ""
3485 #: c-family/c.opt:2224
3486 #, no-c-format
3487 msgid "Use __cxa_atexit to register destructors."
3488 msgstr ""
3490 #: c-family/c.opt:2228
3491 #, no-c-format
3492 msgid "Use __cxa_get_exception_ptr in exception handling."
3493 msgstr ""
3495 #: c-family/c.opt:2232
3496 #, no-c-format
3497 msgid "Marks all inlined functions and methods as having hidden visibility."
3498 msgstr ""
3500 #: c-family/c.opt:2236
3501 #, no-c-format
3502 msgid "Changes visibility to match Microsoft Visual Studio by default."
3503 msgstr ""
3505 #: c-family/c.opt:2248
3506 #, no-c-format
3507 msgid "Emit common-like symbols as weak symbols."
3508 msgstr ""
3510 #: c-family/c.opt:2252
3511 #, no-c-format
3512 msgid ""
3513 "-fwide-exec-charset=<cset>\tConvert all wide strings and character constants "
3514 "to character set <cset>."
3515 msgstr ""
3517 #: c-family/c.opt:2256
3518 #, no-c-format
3519 msgid "Generate a #line directive pointing at the current working directory."
3520 msgstr ""
3522 #: c-family/c.opt:2264
3523 #, no-c-format
3524 msgid ""
3525 "Generate lazy class lookup (via objc_getClass()) for use in Zero-Link mode."
3526 msgstr ""
3528 #: c-family/c.opt:2268
3529 #, no-c-format
3530 msgid "Dump declarations to a .decl file."
3531 msgstr ""
3533 #: c-family/c.opt:2272
3534 #, no-c-format
3535 msgid ""
3536 "-femit-struct-debug-baseonly\tAggressive reduced debug info for structs."
3537 msgstr ""
3539 #: c-family/c.opt:2276
3540 #, no-c-format
3541 msgid ""
3542 "-femit-struct-debug-reduced\tConservative reduced debug info for structs."
3543 msgstr ""
3545 #: c-family/c.opt:2280
3546 #, no-c-format
3547 msgid ""
3548 "-femit-struct-debug-detailed=<spec-list>\tDetailed reduced debug info for "
3549 "structs."
3550 msgstr ""
3552 #: c-family/c.opt:2284
3553 #, no-c-format
3554 msgid ""
3555 "Interpret imaginary, fixed-point, or other gnu number suffix as the "
3556 "corresponding number literal rather than a user-defined number literal."
3557 msgstr ""
3559 #: c-family/c.opt:2289
3560 #, no-c-format
3561 msgid "-idirafter <dir>\tAdd <dir> to the end of the system include path."
3562 msgstr ""
3564 #: c-family/c.opt:2293
3565 #, no-c-format
3566 msgid "-imacros <file>\tAccept definition of macros in <file>."
3567 msgstr ""
3569 #: c-family/c.opt:2297
3570 #, no-c-format
3571 msgid "-imultilib <dir>\tSet <dir> to be the multilib include subdirectory."
3572 msgstr ""
3574 #: c-family/c.opt:2301
3575 #, no-c-format
3576 msgid "-include <file>\tInclude the contents of <file> before other files."
3577 msgstr ""
3579 #: c-family/c.opt:2305
3580 #, no-c-format
3581 msgid "-iprefix <path>\tSpecify <path> as a prefix for next two options."
3582 msgstr ""
3584 #: c-family/c.opt:2309
3585 #, no-c-format
3586 msgid "-isysroot <dir>\tSet <dir> to be the system root directory."
3587 msgstr ""
3589 #: c-family/c.opt:2313
3590 #, no-c-format
3591 msgid "-isystem <dir>\tAdd <dir> to the start of the system include path."
3592 msgstr ""
3594 #: c-family/c.opt:2317
3595 #, no-c-format
3596 msgid "-iquote <dir>\tAdd <dir> to the end of the quote include path."
3597 msgstr ""
3599 #: c-family/c.opt:2321
3600 #, no-c-format
3601 msgid "-iwithprefix <dir>\tAdd <dir> to the end of the system include path."
3602 msgstr ""
3604 #: c-family/c.opt:2325
3605 #, no-c-format
3606 msgid ""
3607 "-iwithprefixbefore <dir>\tAdd <dir> to the end of the main include path."
3608 msgstr ""
3610 #: c-family/c.opt:2335
3611 #, no-c-format
3612 msgid ""
3613 "Do not search standard system include directories (those specified with -"
3614 "isystem will still be used)."
3615 msgstr ""
3617 #: c-family/c.opt:2339
3618 #, no-c-format
3619 msgid "Do not search standard system include directories for C++."
3620 msgstr ""
3622 #: c-family/c.opt:2351
3623 #, no-c-format
3624 msgid "Generate C header of platform-specific features."
3625 msgstr ""
3627 #: c-family/c.opt:2355
3628 #, no-c-format
3629 msgid "Remap file names when including files."
3630 msgstr ""
3632 #: c-family/c.opt:2359 c-family/c.opt:2363
3633 #, no-c-format
3634 msgid ""
3635 "Conform to the ISO 1998 C++ standard revised by the 2003 technical "
3636 "corrigendum."
3637 msgstr ""
3639 #: c-family/c.opt:2367
3640 #, no-c-format
3641 msgid "Conform to the ISO 2011 C++ standard."
3642 msgstr ""
3644 #: c-family/c.opt:2371
3645 #, no-c-format
3646 msgid "Deprecated in favor of -std=c++11."
3647 msgstr ""
3649 #: c-family/c.opt:2375
3650 #, no-c-format
3651 msgid "Deprecated in favor of -std=c++14."
3652 msgstr ""
3654 #: c-family/c.opt:2379
3655 #, no-c-format
3656 msgid "Conform to the ISO 2014 C++ standard."
3657 msgstr ""
3659 #: c-family/c.opt:2383
3660 #, no-c-format
3661 msgid "Deprecated in favor of -std=c++17."
3662 msgstr ""
3664 #: c-family/c.opt:2387
3665 #, no-c-format
3666 msgid "Conform to the ISO 2017 C++ standard."
3667 msgstr ""
3669 #: c-family/c.opt:2391 c-family/c.opt:2395
3670 #, no-c-format
3671 msgid ""
3672 "Conform to the ISO 2020 C++ standard (experimental and incomplete support)."
3673 msgstr ""
3675 #: c-family/c.opt:2399 c-family/c.opt:2403
3676 #, no-c-format
3677 msgid ""
3678 "Conform to the ISO 2023 C++ draft standard (experimental and incomplete "
3679 "support)."
3680 msgstr ""
3682 #: c-family/c.opt:2407 c-family/c.opt:2545
3683 #, no-c-format
3684 msgid "Conform to the ISO 2011 C standard."
3685 msgstr ""
3687 #: c-family/c.opt:2411
3688 #, no-c-format
3689 msgid "Deprecated in favor of -std=c11."
3690 msgstr ""
3692 #: c-family/c.opt:2415 c-family/c.opt:2419 c-family/c.opt:2549
3693 #: c-family/c.opt:2553
3694 #, no-c-format
3695 msgid "Conform to the ISO 2017 C standard (published in 2018)."
3696 msgstr ""
3698 #: c-family/c.opt:2423
3699 #, no-c-format
3700 msgid ""
3701 "Conform to the ISO 202X C standard draft (experimental and incomplete "
3702 "support)."
3703 msgstr ""
3705 #: c-family/c.opt:2427 c-family/c.opt:2431 c-family/c.opt:2529
3706 #, no-c-format
3707 msgid "Conform to the ISO 1990 C standard."
3708 msgstr ""
3710 #: c-family/c.opt:2435 c-family/c.opt:2537
3711 #, no-c-format
3712 msgid "Conform to the ISO 1999 C standard."
3713 msgstr ""
3715 #: c-family/c.opt:2439
3716 #, no-c-format
3717 msgid "Deprecated in favor of -std=c99."
3718 msgstr ""
3720 #: c-family/c.opt:2443 c-family/c.opt:2448
3721 #, no-c-format
3722 msgid ""
3723 "Conform to the ISO 1998 C++ standard revised by the 2003 technical "
3724 "corrigendum with GNU extensions."
3725 msgstr ""
3727 #: c-family/c.opt:2453
3728 #, no-c-format
3729 msgid "Conform to the ISO 2011 C++ standard with GNU extensions."
3730 msgstr ""
3732 #: c-family/c.opt:2457
3733 #, no-c-format
3734 msgid "Deprecated in favor of -std=gnu++11."
3735 msgstr ""
3737 #: c-family/c.opt:2461
3738 #, no-c-format
3739 msgid "Deprecated in favor of -std=gnu++14."
3740 msgstr ""
3742 #: c-family/c.opt:2465
3743 #, no-c-format
3744 msgid "Conform to the ISO 2014 C++ standard with GNU extensions."
3745 msgstr ""
3747 #: c-family/c.opt:2469
3748 #, no-c-format
3749 msgid "Deprecated in favor of -std=gnu++17."
3750 msgstr ""
3752 #: c-family/c.opt:2473
3753 #, no-c-format
3754 msgid "Conform to the ISO 2017 C++ standard with GNU extensions."
3755 msgstr ""
3757 #: c-family/c.opt:2477 c-family/c.opt:2481
3758 #, no-c-format
3759 msgid ""
3760 "Conform to the ISO 2020 C++ standard with GNU extensions (experimental and "
3761 "incomplete support)."
3762 msgstr ""
3764 #: c-family/c.opt:2485 c-family/c.opt:2489
3765 #, no-c-format
3766 msgid ""
3767 "Conform to the ISO 2023 C++ draft standard with GNU extensions (experimental "
3768 "and incomplete support)."
3769 msgstr ""
3771 #: c-family/c.opt:2493
3772 #, no-c-format
3773 msgid "Conform to the ISO 2011 C standard with GNU extensions."
3774 msgstr ""
3776 #: c-family/c.opt:2497
3777 #, no-c-format
3778 msgid "Deprecated in favor of -std=gnu11."
3779 msgstr ""
3781 #: c-family/c.opt:2501 c-family/c.opt:2505
3782 #, no-c-format
3783 msgid ""
3784 "Conform to the ISO 2017 C standard (published in 2018) with GNU extensions."
3785 msgstr ""
3787 #: c-family/c.opt:2509
3788 #, no-c-format
3789 msgid ""
3790 "Conform to the ISO 202X C standard draft with GNU extensions (experimental "
3791 "and incomplete support)."
3792 msgstr ""
3794 #: c-family/c.opt:2513 c-family/c.opt:2517
3795 #, no-c-format
3796 msgid "Conform to the ISO 1990 C standard with GNU extensions."
3797 msgstr ""
3799 #: c-family/c.opt:2521
3800 #, no-c-format
3801 msgid "Conform to the ISO 1999 C standard with GNU extensions."
3802 msgstr ""
3804 #: c-family/c.opt:2525
3805 #, no-c-format
3806 msgid "Deprecated in favor of -std=gnu99."
3807 msgstr ""
3809 #: c-family/c.opt:2533
3810 #, no-c-format
3811 msgid "Conform to the ISO 1990 C standard as amended in 1994."
3812 msgstr ""
3814 #: c-family/c.opt:2541
3815 #, no-c-format
3816 msgid "Deprecated in favor of -std=iso9899:1999."
3817 msgstr ""
3819 #: c-family/c.opt:2557
3820 #, no-c-format
3821 msgid ""
3822 "-stdlib=[libstdc++|libc++]\tThe standard library to be used for C++ headers "
3823 "and runtime."
3824 msgstr ""
3826 #: c-family/c.opt:2574
3827 #, no-c-format
3828 msgid "Enable traditional preprocessing."
3829 msgstr ""
3831 #: c-family/c.opt:2578
3832 #, no-c-format
3833 msgid "-trigraphs\tSupport ISO C trigraphs."
3834 msgstr ""
3836 #: c-family/c.opt:2582
3837 #, no-c-format
3838 msgid "Do not predefine system-specific and GCC-specific macros."
3839 msgstr ""
3841 #: ada/gcc-interface/lang.opt:61
3842 #, no-c-format
3843 msgid "Dump Source Coverage Obligations."
3844 msgstr ""
3846 #: ada/gcc-interface/lang.opt:65
3847 #, no-c-format
3848 msgid "Synonym of -gnatk8."
3849 msgstr ""
3851 #: ada/gcc-interface/lang.opt:73
3852 #, no-c-format
3853 msgid "Do not look for object files in standard path."
3854 msgstr ""
3856 #: ada/gcc-interface/lang.opt:77
3857 #, no-c-format
3858 msgid "Select the runtime."
3859 msgstr ""
3861 #: ada/gcc-interface/lang.opt:93
3862 #, no-c-format
3863 msgid "Catch typos."
3864 msgstr ""
3866 #: ada/gcc-interface/lang.opt:97
3867 #, no-c-format
3868 msgid "Set name of output ALI file (internal switch)."
3869 msgstr ""
3871 #: ada/gcc-interface/lang.opt:101
3872 #, no-c-format
3873 msgid "-gnat<options>\tSpecify options to GNAT."
3874 msgstr ""
3876 #: ada/gcc-interface/lang.opt:105
3877 #, no-c-format
3878 msgid "Ignored."
3879 msgstr ""
3881 #: d/lang.opt:51
3882 #, no-c-format
3883 msgid "-Hd <dir>\tWrite D interface files to directory <dir>."
3884 msgstr ""
3886 #: d/lang.opt:55
3887 #, no-c-format
3888 msgid "-Hf <file>\tWrite D interface to <file>."
3889 msgstr ""
3891 #: d/lang.opt:127
3892 #, no-c-format
3893 msgid "Warn about casts that will produce a null result."
3894 msgstr ""
3896 #: d/lang.opt:143
3897 #, no-c-format
3898 msgid "Warn from speculative compiles such as __traits(compiles)."
3899 msgstr ""
3901 #: d/lang.opt:155
3902 #, no-c-format
3903 msgid "Generate JSON file."
3904 msgstr ""
3906 #: d/lang.opt:159
3907 #, no-c-format
3908 msgid "-Xf <file>\tWrite JSON output to the given <file>."
3909 msgstr ""
3911 #: d/lang.opt:163
3912 #, no-c-format
3913 msgid "Debug library to use instead of phobos."
3914 msgstr ""
3916 #: d/lang.opt:167
3917 #, no-c-format
3918 msgid "Default library to use instead of phobos."
3919 msgstr ""
3921 #: d/lang.opt:171
3922 #, no-c-format
3923 msgid "Do link the standard D startup files in the compilation."
3924 msgstr ""
3926 #: d/lang.opt:178
3927 #, no-c-format
3928 msgid "Generate code for all template instantiations."
3929 msgstr ""
3931 #: d/lang.opt:182
3932 #, no-c-format
3933 msgid "Generate code for assert contracts."
3934 msgstr ""
3936 #: d/lang.opt:190
3937 #, no-c-format
3938 msgid ""
3939 "-fbounds-check=[on|safeonly|off]\tTurn array bounds checks on, in @safe code "
3940 "only, or off."
3941 msgstr ""
3943 #: d/lang.opt:232
3944 #, no-c-format
3945 msgid "-fcheckaction=[throw,halt,context]\tBehavior on contract failure."
3946 msgstr ""
3948 #: d/lang.opt:248
3949 #, no-c-format
3950 msgid "Compile in debug code."
3951 msgstr ""
3953 #: d/lang.opt:252
3954 #, no-c-format
3955 msgid "-fdebug=<ident>\tCompile in debug code identified by <ident>."
3956 msgstr ""
3958 #: d/lang.opt:256
3959 #, no-c-format
3960 msgid "Generate documentation."
3961 msgstr ""
3963 #: d/lang.opt:260
3964 #, no-c-format
3965 msgid "-fdoc-dir=<dir>\tWrite documentation file to directory <dir>."
3966 msgstr ""
3968 #: d/lang.opt:264
3969 #, no-c-format
3970 msgid "-fdoc-file=<file>\tWrite documentation to <file>."
3971 msgstr ""
3973 #: d/lang.opt:268
3974 #, no-c-format
3975 msgid "-fdoc-inc=<file>\tInclude a Ddoc macro <file>."
3976 msgstr ""
3978 #: d/lang.opt:272
3979 #, no-c-format
3980 msgid "Assume that standard D runtime libraries and \"D main\" exist."
3981 msgstr ""
3983 #: d/lang.opt:276
3984 #, no-c-format
3985 msgid "Add comments for ignored declarations in the generated C++ header."
3986 msgstr ""
3988 #: d/lang.opt:280
3989 #, no-c-format
3990 msgid ""
3991 "-fdump-cxx-spec=<filename>\tWrite all declarations as C++ code to <filename>."
3992 msgstr ""
3994 #: d/lang.opt:284
3995 #, no-c-format
3996 msgid "Display the frontend AST after parsing and semantic passes."
3997 msgstr ""
3999 #: d/lang.opt:288
4000 #, no-c-format
4001 msgid ""
4002 "-fextern-std=<standard>\tSet C++ name mangling compatibility with <standard>."
4003 msgstr ""
4005 #: d/lang.opt:313
4006 #, no-c-format
4007 msgid "Ignore unsupported pragmas."
4008 msgstr ""
4010 #: d/lang.opt:317
4011 #, no-c-format
4012 msgid "Generate code for class invariant contracts."
4013 msgstr ""
4015 #: d/lang.opt:321
4016 #, no-c-format
4017 msgid "Generate a default D main() function when compiling."
4018 msgstr ""
4020 #: d/lang.opt:325
4021 #, no-c-format
4022 msgid ""
4023 "-fmodule-file=<package.module>=<filespec>\tuse <filespec> as source file for "
4024 "<package.module>."
4025 msgstr ""
4027 #: d/lang.opt:329
4028 #, no-c-format
4029 msgid "Generate ModuleInfo struct for output module."
4030 msgstr ""
4032 #: d/lang.opt:333
4033 #, no-c-format
4034 msgid ""
4035 "Process all modules specified on the command line, but only generate code "
4036 "for the module specified by the argument."
4037 msgstr ""
4039 #: d/lang.opt:337
4040 #, no-c-format
4041 msgid "Generate code for postcondition contracts."
4042 msgstr ""
4044 #: d/lang.opt:341
4045 #, no-c-format
4046 msgid "Generate code for precondition contracts."
4047 msgstr ""
4049 #: d/lang.opt:345
4050 #, no-c-format
4051 msgid "Turn on all upcoming D language features."
4052 msgstr ""
4054 #: d/lang.opt:349
4055 #, no-c-format
4056 msgid "Implement D bit-fields."
4057 msgstr ""
4059 #: d/lang.opt:353
4060 #, no-c-format
4061 msgid "Implement DIP1000: Scoped pointers."
4062 msgstr ""
4064 #: d/lang.opt:357
4065 #, no-c-format
4066 msgid "Implement DIP1008: Allow exceptions in @nogc code."
4067 msgstr ""
4069 #: d/lang.opt:361
4070 #, no-c-format
4071 msgid "Implement DIP1021: Mutable function arguments."
4072 msgstr ""
4074 #: d/lang.opt:365
4075 #, no-c-format
4076 msgid "Destruct fields of partially constructed objects."
4077 msgstr ""
4079 #: d/lang.opt:369
4080 #, no-c-format
4081 msgid "Use field-wise comparisons for struct equality."
4082 msgstr ""
4084 #: d/lang.opt:373
4085 #, no-c-format
4086 msgid ""
4087 "When a symbol is resolved, check `alias this' scope before going to upper "
4088 "scopes."
4089 msgstr ""
4091 #: d/lang.opt:377
4092 #, no-c-format
4093 msgid ""
4094 "Disallow unsound immutable conversions that were formerly incorrectly "
4095 "permitted."
4096 msgstr ""
4098 #: d/lang.opt:381
4099 #, no-c-format
4100 msgid "Implement 'in' parameters to mean scope const."
4101 msgstr ""
4103 #: d/lang.opt:385
4104 #, no-c-format
4105 msgid ""
4106 "Implement 'in' contracts of overridden methods to be a superset of parent "
4107 "contract."
4108 msgstr ""
4110 #: d/lang.opt:389
4111 #, no-c-format
4112 msgid "Disable access to shared memory objects."
4113 msgstr ""
4115 #: d/lang.opt:393
4116 #, no-c-format
4117 msgid "Enable rvalue arguments to ref parameters."
4118 msgstr ""
4120 #: d/lang.opt:397
4121 #, no-c-format
4122 msgid "Disable access to variables marked `@system' from @safe code."
4123 msgstr ""
4125 #: d/lang.opt:401
4126 #, no-c-format
4127 msgid "Compile release version."
4128 msgstr ""
4130 #: d/lang.opt:405
4131 #, no-c-format
4132 msgid "Turn off all revertable D language features."
4133 msgstr ""
4135 #: d/lang.opt:409
4136 #, no-c-format
4137 msgid "Revert DIP1000: Scoped pointers."
4138 msgstr ""
4140 #: d/lang.opt:413
4141 #, no-c-format
4142 msgid "Don't destruct fields of partially constructed objects."
4143 msgstr ""
4145 #: d/lang.opt:417
4146 #, no-c-format
4147 msgid "Don't use C-style integral promotion for unary '+', '-' and '~'."
4148 msgstr ""
4150 #: d/lang.opt:425
4151 #, no-c-format
4152 msgid ""
4153 "-fsave-mixins=<filename>\tExpand and save mixins to file specified by "
4154 "<filename>."
4155 msgstr ""
4157 #: d/lang.opt:429
4158 #, no-c-format
4159 msgid "Generate code for switches without a default case."
4160 msgstr ""
4162 #: d/lang.opt:433
4163 #, no-c-format
4164 msgid "List information on all D language transitions."
4165 msgstr ""
4167 #: d/lang.opt:437
4168 #, no-c-format
4169 msgid "List all non-mutable fields which occupy an object instance."
4170 msgstr ""
4172 #: d/lang.opt:441
4173 #, no-c-format
4174 msgid "List all usages of 'in' on parameter."
4175 msgstr ""
4177 #: d/lang.opt:445
4178 #, no-c-format
4179 msgid "List all hidden GC allocations."
4180 msgstr ""
4182 #: d/lang.opt:449
4183 #, no-c-format
4184 msgid "List statistics on template instantiations."
4185 msgstr ""
4187 #: d/lang.opt:453
4188 #, no-c-format
4189 msgid "List all variables going into thread local storage."
4190 msgstr ""
4192 #: d/lang.opt:457
4193 #, no-c-format
4194 msgid "Compile in unittest code."
4195 msgstr ""
4197 #: d/lang.opt:461
4198 #, no-c-format
4199 msgid "-fversion=<ident>\tCompile in version code identified by <ident>."
4200 msgstr ""
4202 #: d/lang.opt:465
4203 #, no-c-format
4204 msgid "Emit template instantiations as weak symbols."
4205 msgstr ""
4207 #: d/lang.opt:485
4208 #, no-c-format
4209 msgid "Do not link the standard D library in the compilation."
4210 msgstr ""
4212 #: d/lang.opt:493
4213 #, no-c-format
4214 msgid "Link the standard D library statically in the compilation."
4215 msgstr ""
4217 #: d/lang.opt:497
4218 #, no-c-format
4219 msgid "Link the standard D library dynamically in the compilation."
4220 msgstr ""
4222 #: m2/lang.opt:35
4223 #, no-c-format
4224 msgid ""
4225 "compiler checks to force definition module procedure parameter names with "
4226 "their implementation module counterpart"
4227 msgstr ""
4229 #: m2/lang.opt:39
4230 #, no-c-format
4231 msgid "compiler warns if a cast is being used on types of differing sizes"
4232 msgstr ""
4234 #: m2/lang.opt:43
4235 #, no-c-format
4236 msgid "inform user which parameters will be passed by reference"
4237 msgstr ""
4239 #: m2/lang.opt:47
4240 #, no-c-format
4241 msgid ""
4242 "extra compile time semantic checking, typically tries to catch poor "
4243 "programming style"
4244 msgstr ""
4246 #: m2/lang.opt:51
4247 #, no-c-format
4248 msgid "automatically initializes all pointers to NIL"
4249 msgstr ""
4251 #: m2/lang.opt:55
4252 #, no-c-format
4253 msgid ""
4254 "turns on runtime subrange, array index and indirection via NIL pointer "
4255 "checking"
4256 msgstr ""
4258 #: m2/lang.opt:59
4259 #, no-c-format
4260 msgid ""
4261 "turns on runtime checking to check whether a CASE statement requires an ELSE "
4262 "clause when one was not specified"
4263 msgstr ""
4265 #: m2/lang.opt:63
4266 #, no-c-format
4267 msgid "use cpp to preprocess the module"
4268 msgstr ""
4270 #: m2/lang.opt:67 m2/lang.opt:71
4271 #, no-c-format
4272 msgid "passed to the preprocessor if -fcpp is used (internal switch)"
4273 msgstr ""
4275 #: m2/lang.opt:75
4276 #, no-c-format
4277 msgid "call a real function, rather than the builtin equivalent"
4278 msgstr ""
4280 #: m2/lang.opt:79
4281 #, no-c-format
4282 msgid "turn on internal debugging of the compiler (internal switch)"
4283 msgstr ""
4285 #: m2/lang.opt:83
4286 #, no-c-format
4287 msgid "turn on quadruple tracing (internal switch)"
4288 msgstr ""
4290 #: m2/lang.opt:87
4291 #, no-c-format
4292 msgid "turn on the Modula-2 api tracing (internal switch)"
4293 msgstr ""
4295 #: m2/lang.opt:91
4296 #, no-c-format
4297 msgid "turn on the Modula-2 function line number generation (internal switch)"
4298 msgstr ""
4300 #: m2/lang.opt:95
4301 #, no-c-format
4302 msgid "recognise the specified suffix as a definition module filename"
4303 msgstr ""
4305 #: m2/lang.opt:99
4306 #, no-c-format
4307 msgid "display all inbuilt system items"
4308 msgstr ""
4310 #: m2/lang.opt:103
4311 #, no-c-format
4312 msgid ""
4313 "allows opaque types to be implemented as any type (a GNU Modula-2 extension)"
4314 msgstr ""
4316 #: m2/lang.opt:107
4317 #, no-c-format
4318 msgid ""
4319 "turns on runtime checking to check whether a floating point number will "
4320 "exceed range"
4321 msgstr ""
4323 #: m2/lang.opt:111
4324 #, no-c-format
4325 msgid ""
4326 "create a topologically sorted module list from all dependent modules used in "
4327 "the application"
4328 msgstr ""
4330 #: m2/lang.opt:115 m2/lang.opt:203
4331 #, no-c-format
4332 msgid "turns on all range checking for numerical values"
4333 msgstr ""
4335 #: m2/lang.opt:119
4336 #, no-c-format
4337 msgid "use ISO dialect of Modula-2"
4338 msgstr ""
4340 #: m2/lang.opt:123
4341 #, no-c-format
4342 msgid ""
4343 "specify the library order, the libraries maybe specified by a comma "
4344 "separated abbreviation: log,min,pim,iso or by directory names: m2log,m2min,"
4345 "m2pim,m2iso."
4346 msgstr ""
4348 #: m2/lang.opt:127
4349 #, no-c-format
4350 msgid "set all location values to a specific value (internal switch)"
4351 msgstr ""
4353 #: m2/lang.opt:131
4354 #, no-c-format
4355 msgid ""
4356 "generate extra nops to improve debugging, producing an instruction for every "
4357 "code related keyword"
4358 msgstr ""
4360 #: m2/lang.opt:135
4361 #, no-c-format
4362 msgid "generate error messages which render keywords in lower case"
4363 msgstr ""
4365 #: m2/lang.opt:139
4366 #, no-c-format
4367 msgid ""
4368 "specify the module mangled prefix name for all modules in the following "
4369 "include paths"
4370 msgstr ""
4372 #: m2/lang.opt:147
4373 #, no-c-format
4374 msgid "insert plugin to identify runtime errors at compiletime"
4375 msgstr ""
4377 #: m2/lang.opt:151
4378 #, no-c-format
4379 msgid "specify the module mangled prefix name"
4380 msgstr ""
4382 #: m2/lang.opt:155
4383 #, no-c-format
4384 msgid ""
4385 "display statistics about the amount of source lines compiled and symbols used"
4386 msgstr ""
4388 #: m2/lang.opt:159
4389 #, no-c-format
4390 msgid "experimental flag to turn on the new strict type checker"
4391 msgstr ""
4393 #: m2/lang.opt:163
4394 #, no-c-format
4395 msgid "compile all implementation modules and program module at once"
4396 msgstr ""
4398 #: m2/lang.opt:167
4399 #, no-c-format
4400 msgid "recognise the specified suffix as implementation and module filenames"
4401 msgstr ""
4403 #: m2/lang.opt:171
4404 #, no-c-format
4405 msgid ""
4406 "turns on runtime checking to detect accessing data through a NIL value "
4407 "pointer"
4408 msgstr ""
4410 #: m2/lang.opt:175
4411 #, no-c-format
4412 msgid "use PIM [234] dialect of Modula-2"
4413 msgstr ""
4415 #: m2/lang.opt:179
4416 #, no-c-format
4417 msgid "use PIM 2 dialect of Modula-2"
4418 msgstr ""
4420 #: m2/lang.opt:183
4421 #, no-c-format
4422 msgid "use PIM 3 dialect of Modula-2"
4423 msgstr ""
4425 #: m2/lang.opt:187
4426 #, no-c-format
4427 msgid "use PIM 4 dialect of Modula-2"
4428 msgstr ""
4430 #: m2/lang.opt:191
4431 #, no-c-format
4432 msgid "force positive result from MOD and DIV result floor"
4433 msgstr ""
4435 #: m2/lang.opt:195
4436 #, no-c-format
4437 msgid "link against the pthread library (default on)"
4438 msgstr ""
4440 #: m2/lang.opt:199
4441 #, no-c-format
4442 msgid "internal compiler debugging information, dump the list of quadruples"
4443 msgstr ""
4445 #: m2/lang.opt:207
4446 #, no-c-format
4447 msgid ""
4448 "turns on runtime checking for functions which finish without executing a "
4449 "RETURN statement"
4450 msgstr ""
4452 #: m2/lang.opt:211
4453 #, no-c-format
4454 msgid "specify the list of runtime modules and their initialization order"
4455 msgstr ""
4457 #: m2/lang.opt:215
4458 #, no-c-format
4459 msgid ""
4460 "the modules initialization order is dynamically determined by M2RTS and "
4461 "application dependencies"
4462 msgstr ""
4464 #: m2/lang.opt:219
4465 #, no-c-format
4466 msgid "generate a C source scaffold for the current module being compiled"
4467 msgstr ""
4469 #: m2/lang.opt:223
4470 #, no-c-format
4471 msgid "generate a C++ source scaffold for the current module being compiled"
4472 msgstr ""
4474 #: m2/lang.opt:227
4475 #, no-c-format
4476 msgid "generate the main function"
4477 msgstr ""
4479 #: m2/lang.opt:231
4480 #, no-c-format
4481 msgid ""
4482 "generate static scaffold initialization and finalization for every module "
4483 "inside main"
4484 msgstr ""
4486 #: m2/lang.opt:235
4487 #, no-c-format
4488 msgid "generate a shared library from the module"
4489 msgstr ""
4491 #: m2/lang.opt:239
4492 #, no-c-format
4493 msgid ""
4494 "turns on all software runtime checking (an abbreviation for -fnil -frange -"
4495 "findex -fwholediv -fcase -freturn -fwholevalue -ffloatvalue)"
4496 msgstr ""
4498 #: m2/lang.opt:243
4499 #, no-c-format
4500 msgid "display the location of module source files as they are compiled"
4501 msgstr ""
4503 #: m2/lang.opt:247
4504 #, no-c-format
4505 msgid "create a swig interface file for the module"
4506 msgstr ""
4508 #: m2/lang.opt:251
4509 #, no-c-format
4510 msgid ""
4511 "optimize non var unbounded parameters by passing it by reference, providing "
4512 "it is not written to within the callee procedure."
4513 msgstr ""
4515 #: m2/lang.opt:255
4516 #, no-c-format
4517 msgid ""
4518 "orders the initialization/finalializations for scaffold-static or force "
4519 "linking of modules if scaffold-dynamic"
4520 msgstr ""
4522 #: m2/lang.opt:263
4523 #, no-c-format
4524 msgid "turns on all division and modulus by zero checking for ordinal values"
4525 msgstr ""
4527 #: m2/lang.opt:267
4528 #, no-c-format
4529 msgid ""
4530 "turns on runtime checking to check whether a whole number will exceed range"
4531 msgstr ""
4533 #: m2/lang.opt:271
4534 #, no-c-format
4535 msgid "Link the standard Modula-2 libraries statically in the compilation."
4536 msgstr ""
4538 #: m2/lang.opt:412 m2/lang.opt:416
4539 #, no-c-format
4540 msgid "save temporary preprocessed files"
4541 msgstr ""
4543 #: go/lang.opt:42
4544 #, no-c-format
4545 msgid "-fgo-c-header=<file>\tWrite Go struct definitions to file as C code."
4546 msgstr ""
4548 #: go/lang.opt:46
4549 #, no-c-format
4550 msgid "Add explicit checks for division by zero."
4551 msgstr ""
4553 #: go/lang.opt:50
4554 #, no-c-format
4555 msgid "Add explicit checks for division overflow in INT_MIN / -1."
4556 msgstr ""
4558 #: go/lang.opt:54
4559 #, no-c-format
4560 msgid "Apply special rules for compiling runtime package."
4561 msgstr ""
4563 #: go/lang.opt:58
4564 #, no-c-format
4565 msgid "-fgo-dump-<type>\tDump Go frontend internal information."
4566 msgstr ""
4568 #: go/lang.opt:62
4569 #, no-c-format
4570 msgid "-fgo-embedcfg=<file>\tList embedded files via go:embed."
4571 msgstr ""
4573 #: go/lang.opt:66
4574 #, no-c-format
4575 msgid "-fgo-optimize-<type>\tTurn on optimization passes in the frontend."
4576 msgstr ""
4578 #: go/lang.opt:70
4579 #, no-c-format
4580 msgid "-fgo-pkgpath=<string>\tSet Go package path."
4581 msgstr ""
4583 #: go/lang.opt:74
4584 #, no-c-format
4585 msgid ""
4586 "-fgo-prefix=<string>\tSet package-specific prefix for exported Go names."
4587 msgstr ""
4589 #: go/lang.opt:78
4590 #, no-c-format
4591 msgid ""
4592 "-fgo-relative-import-path=<path>\tTreat a relative import as relative to "
4593 "path."
4594 msgstr ""
4596 #: go/lang.opt:82
4597 #, no-c-format
4598 msgid "Functions which return values must end with return statements."
4599 msgstr ""
4601 #: go/lang.opt:86
4602 #, no-c-format
4603 msgid ""
4604 "Emit debugging information related to the escape analysis pass when run with "
4605 "-fgo-optimize-allocs."
4606 msgstr ""
4608 #: go/lang.opt:90
4609 #, no-c-format
4610 msgid "-fgo-debug-escape-hash=<string>\tHash value to debug escape analysis."
4611 msgstr ""
4613 #: go/lang.opt:94
4614 #, no-c-format
4615 msgid "Emit optimization diagnostics."
4616 msgstr ""
4618 #: analyzer/analyzer.opt:27
4619 #, no-c-format
4620 msgid ""
4621 "The maximum number of 'after supernode' exploded nodes within the analyzer "
4622 "per supernode, before terminating analysis."
4623 msgstr ""
4625 #: analyzer/analyzer.opt:31
4626 #, no-c-format
4627 msgid ""
4628 "The maximum number of exploded nodes per program point within the analyzer, "
4629 "before terminating analysis of that point."
4630 msgstr ""
4632 #: analyzer/analyzer.opt:35
4633 #, no-c-format
4634 msgid "The maximum number of constraints per state."
4635 msgstr ""
4637 #: analyzer/analyzer.opt:39
4638 #, no-c-format
4639 msgid ""
4640 "The maximum number of infeasible edges to reject before declaring a "
4641 "diagnostic as infeasible."
4642 msgstr ""
4644 #: analyzer/analyzer.opt:43
4645 #, no-c-format
4646 msgid ""
4647 "The maximum number of times a callsite can appear in a call stack within the "
4648 "analyzer, before terminating analysis of a call that would recurse deeper."
4649 msgstr ""
4651 #: analyzer/analyzer.opt:47
4652 #, no-c-format
4653 msgid ""
4654 "The maximum depth of a symbolic value, before approximating the value as "
4655 "unknown."
4656 msgstr ""
4658 #: analyzer/analyzer.opt:51
4659 #, no-c-format
4660 msgid ""
4661 "The minimum number of supernodes within a function for the analyzer to "
4662 "consider summarizing its effects at call sites."
4663 msgstr ""
4665 #: analyzer/analyzer.opt:55
4666 #, no-c-format
4667 msgid ""
4668 "The maximum depth of exploded nodes that should appear in a dot dump before "
4669 "switching to a less verbose format."
4670 msgstr ""
4672 #: analyzer/analyzer.opt:59
4673 #, no-c-format
4674 msgid ""
4675 "Warn about code paths in which a pointer to a buffer is assigned to an "
4676 "incompatible type."
4677 msgstr ""
4679 #: analyzer/analyzer.opt:63
4680 #, no-c-format
4681 msgid ""
4682 "Warn about code paths in which a pointer is checked for NULL after it has "
4683 "already been dereferenced."
4684 msgstr ""
4686 #: analyzer/analyzer.opt:67
4687 #, no-c-format
4688 msgid ""
4689 "Warn about code paths in which a stdio FILE can be closed more than once."
4690 msgstr ""
4692 #: analyzer/analyzer.opt:71
4693 #, no-c-format
4694 msgid "Warn about code paths in which a pointer can be freed more than once."
4695 msgstr ""
4697 #: analyzer/analyzer.opt:75
4698 #, no-c-format
4699 msgid "Warn about code paths in which sensitive data is written to a file."
4700 msgstr ""
4702 #: analyzer/analyzer.opt:79
4703 #, no-c-format
4704 msgid ""
4705 "Warn about code paths in which sensitive data is copied across a security "
4706 "boundary."
4707 msgstr ""
4709 #: analyzer/analyzer.opt:83
4710 #, no-c-format
4711 msgid ""
4712 "Warn about code paths in which read on a write-only file descriptor is "
4713 "attempted, or vice versa."
4714 msgstr ""
4716 #: analyzer/analyzer.opt:87
4717 #, no-c-format
4718 msgid ""
4719 "Warn about code paths in which a file descriptor can be closed more than "
4720 "once."
4721 msgstr ""
4723 #: analyzer/analyzer.opt:91
4724 #, no-c-format
4725 msgid "Warn about code paths in which a file descriptor is not closed."
4726 msgstr ""
4728 #: analyzer/analyzer.opt:95
4729 #, no-c-format
4730 msgid ""
4731 "Warn about code paths in which an operation is attempted in the wrong phase "
4732 "of a file descriptor's lifetime."
4733 msgstr ""
4735 #: analyzer/analyzer.opt:99
4736 #, no-c-format
4737 msgid ""
4738 "Warn about code paths in which an operation is attempted on the wrong type "
4739 "of file descriptor."
4740 msgstr ""
4742 #: analyzer/analyzer.opt:103
4743 #, no-c-format
4744 msgid ""
4745 "Warn about code paths in which a read or write is performed on a closed file "
4746 "descriptor."
4747 msgstr ""
4749 #: analyzer/analyzer.opt:107
4750 #, no-c-format
4751 msgid ""
4752 "Warn about code paths in which a file descriptor is used without being "
4753 "checked for validity."
4754 msgstr ""
4756 #: analyzer/analyzer.opt:111
4757 #, no-c-format
4758 msgid "Warn about code paths in which a stdio FILE is not closed."
4759 msgstr ""
4761 #: analyzer/analyzer.opt:115
4762 #, no-c-format
4763 msgid "Warn about code paths in which a non-heap pointer is freed."
4764 msgstr ""
4766 #: analyzer/analyzer.opt:119
4767 #, no-c-format
4768 msgid ""
4769 "Warn about code paths in which floating-point arithmetic is used in "
4770 "locations where precise computation is needed."
4771 msgstr ""
4773 #: analyzer/analyzer.opt:123
4774 #, no-c-format
4775 msgid "Warn about code paths which appear to lead to infinite recursion."
4776 msgstr ""
4778 #: analyzer/analyzer.opt:127
4779 #, no-c-format
4780 msgid "Warn about code paths in which a NULL function pointer is called."
4781 msgstr ""
4783 #: analyzer/analyzer.opt:131
4784 #, no-c-format
4785 msgid "Warn about code paths in which a heap-allocated pointer leaks."
4786 msgstr ""
4788 #: analyzer/analyzer.opt:135
4789 #, no-c-format
4790 msgid ""
4791 "Warn about code paths in which the wrong deallocation function is called."
4792 msgstr ""
4794 #: analyzer/analyzer.opt:139
4795 #, no-c-format
4796 msgid ""
4797 "Warn about code paths in which a write or read to a buffer is out-of-bounds."
4798 msgstr ""
4800 #: analyzer/analyzer.opt:143
4801 #, no-c-format
4802 msgid ""
4803 "Warn about code paths in which a possibly-NULL value is passed to a must-not-"
4804 "be-NULL function argument."
4805 msgstr ""
4807 #: analyzer/analyzer.opt:147
4808 #, no-c-format
4809 msgid "Warn about code paths in which a possibly-NULL pointer is dereferenced."
4810 msgstr ""
4812 #: analyzer/analyzer.opt:151
4813 #, no-c-format
4814 msgid ""
4815 "Warn about code paths in which an async-signal-unsafe function is called "
4816 "from a signal handler."
4817 msgstr ""
4819 #: analyzer/analyzer.opt:155
4820 #, no-c-format
4821 msgid ""
4822 "Warn about code paths in which NULL is passed to a must-not-be-NULL function "
4823 "argument."
4824 msgstr ""
4826 #: analyzer/analyzer.opt:159
4827 #, no-c-format
4828 msgid "Warn about code paths in which a NULL pointer is dereferenced."
4829 msgstr ""
4831 #: analyzer/analyzer.opt:163
4832 #, no-c-format
4833 msgid "Warn about code paths in which an on-stack buffer is passed to putenv."
4834 msgstr ""
4836 #: analyzer/analyzer.opt:167
4837 #, no-c-format
4838 msgid ""
4839 "Warn about code paths in which a shift with negative count is attempted."
4840 msgstr ""
4842 #: analyzer/analyzer.opt:171
4843 #, no-c-format
4844 msgid ""
4845 "Warn about code paths in which a shift with count >= width of type is "
4846 "attempted."
4847 msgstr ""
4849 #: analyzer/analyzer.opt:175
4850 #, no-c-format
4851 msgid ""
4852 "Warn about code paths in which a longjmp rewinds to a jmp_buf saved in a "
4853 "stack frame that has returned."
4854 msgstr ""
4856 #: analyzer/analyzer.opt:179
4857 #, no-c-format
4858 msgid ""
4859 "Warn about code paths in which an unsanitized value is used as an allocation "
4860 "size."
4861 msgstr ""
4863 #: analyzer/analyzer.opt:183
4864 #, no-c-format
4865 msgid ""
4866 "Warn about code paths in which an unsanitized value is used as an array "
4867 "index."
4868 msgstr ""
4870 #: analyzer/analyzer.opt:187
4871 #, no-c-format
4872 msgid ""
4873 "Warn about code paths in which an 'assert()' is made involving an "
4874 "unsanitized value."
4875 msgstr ""
4877 #: analyzer/analyzer.opt:191
4878 #, no-c-format
4879 msgid ""
4880 "Warn about code paths in which an unsanitized value is used as a divisor."
4881 msgstr ""
4883 #: analyzer/analyzer.opt:195
4884 #, no-c-format
4885 msgid ""
4886 "Warn about code paths in which an unsanitized value is used as a pointer "
4887 "offset."
4888 msgstr ""
4890 #: analyzer/analyzer.opt:199
4891 #, no-c-format
4892 msgid "Warn about code paths in which an unsanitized value is used as a size."
4893 msgstr ""
4895 #: analyzer/analyzer.opt:203
4896 #, no-c-format
4897 msgid "Warn about code paths in which a freed value is used."
4898 msgstr ""
4900 #: analyzer/analyzer.opt:207
4901 #, no-c-format
4902 msgid ""
4903 "Warn about code paths in which a pointer to a stale stack frame is used."
4904 msgstr ""
4906 #: analyzer/analyzer.opt:211
4907 #, no-c-format
4908 msgid "Warn about code paths in which va_arg uses the wrong type."
4909 msgstr ""
4911 #: analyzer/analyzer.opt:215
4912 #, no-c-format
4913 msgid ""
4914 "Warn about code paths in which va_arg is used too many times on a va_list."
4915 msgstr ""
4917 #: analyzer/analyzer.opt:219
4918 #, no-c-format
4919 msgid ""
4920 "Warn about code paths in which va_start or va_copy is used without a "
4921 "corresponding va_end."
4922 msgstr ""
4924 #: analyzer/analyzer.opt:223
4925 #, no-c-format
4926 msgid "Warn about code paths in which a va_list is used after va_end."
4927 msgstr ""
4929 #: analyzer/analyzer.opt:227
4930 #, no-c-format
4931 msgid "Warn about code paths which attempt to write to a const object."
4932 msgstr ""
4934 #: analyzer/analyzer.opt:231
4935 #, no-c-format
4936 msgid "Warn about code paths which attempt to write to a string literal."
4937 msgstr ""
4939 #: analyzer/analyzer.opt:235
4940 #, no-c-format
4941 msgid "Warn about code paths in which an uninitialized value is used."
4942 msgstr ""
4944 #: analyzer/analyzer.opt:239
4945 #, no-c-format
4946 msgid "Warn if the code is too complicated for the analyzer to fully explore."
4947 msgstr ""
4949 #: analyzer/analyzer.opt:243
4950 #, no-c-format
4951 msgid "Restrict the analyzer to run just the named checker."
4952 msgstr ""
4954 #: analyzer/analyzer.opt:247
4955 #, no-c-format
4956 msgid "Avoid combining multiple statements into one exploded edge."
4957 msgstr ""
4959 #: analyzer/analyzer.opt:251
4960 #, no-c-format
4961 msgid "Verify that paths are feasible when emitting diagnostics."
4962 msgstr ""
4964 #: analyzer/analyzer.opt:255
4965 #, no-c-format
4966 msgid "Issue a note when diagnostics are deduplicated."
4967 msgstr ""
4969 #: analyzer/analyzer.opt:259
4970 #, no-c-format
4971 msgid "Purge unneeded state during analysis."
4972 msgstr ""
4974 #: analyzer/analyzer.opt:263
4975 #, no-c-format
4976 msgid "Merge similar-enough states during analysis."
4977 msgstr ""
4979 #: analyzer/analyzer.opt:267
4980 #, no-c-format
4981 msgid "Stop exploring an execution path after certain diagnostics."
4982 msgstr ""
4984 #: analyzer/analyzer.opt:271
4985 #, no-c-format
4986 msgid "Enable transitivity of constraints during analysis."
4987 msgstr ""
4989 #: analyzer/analyzer.opt:275
4990 #, no-c-format
4991 msgid "Approximate the effect of function calls to simplify analysis."
4992 msgstr ""
4994 #: analyzer/analyzer.opt:279
4995 #, no-c-format
4996 msgid "Try to reconstruct function calls and returns after inlining."
4997 msgstr ""
4999 #: analyzer/analyzer.opt:283
5000 #, no-c-format
5001 msgid "Emit more verbose descriptions of control flow in diagnostics."
5002 msgstr ""
5004 #: analyzer/analyzer.opt:287
5005 #, no-c-format
5006 msgid "Emit more verbose descriptions of state changes in diagnostics."
5007 msgstr ""
5009 #: analyzer/analyzer.opt:291
5010 #, no-c-format
5011 msgid "Control which events are displayed in diagnostic paths."
5012 msgstr ""
5014 #: analyzer/analyzer.opt:295
5015 #, no-c-format
5016 msgid "Dump various analyzer internals to SRCFILE.analyzer.txt."
5017 msgstr ""
5019 #: analyzer/analyzer.opt:299
5020 #, no-c-format
5021 msgid "Dump various analyzer internals to stderr."
5022 msgstr ""
5024 #: analyzer/analyzer.opt:303
5025 #, no-c-format
5026 msgid ""
5027 "Dump analyzer-specific call graph information to a SRCFILE.callgraph.dot "
5028 "file."
5029 msgstr ""
5031 #: analyzer/analyzer.opt:307
5032 #, no-c-format
5033 msgid "Dump the analyzer exploded graph to a SRCFILE.eg.dot file."
5034 msgstr ""
5036 #: analyzer/analyzer.opt:311
5037 #, no-c-format
5038 msgid "Emit diagnostics showing the location of nodes in the exploded graph."
5039 msgstr ""
5041 #: analyzer/analyzer.opt:315
5042 #, no-c-format
5043 msgid "Dump a textual representation of the exploded graph to SRCFILE.eg.txt."
5044 msgstr ""
5046 #: analyzer/analyzer.opt:319
5047 #, no-c-format
5048 msgid ""
5049 "Dump a textual representation of the exploded graph to SRCFILE.eg-ID.txt."
5050 msgstr ""
5052 #: analyzer/analyzer.opt:323
5053 #, no-c-format
5054 msgid ""
5055 "Dump a textual representation of each diagnostic's exploded path to SRCFILE."
5056 "IDX.KIND.epath.txt."
5057 msgstr ""
5059 #: analyzer/analyzer.opt:327
5060 #, no-c-format
5061 msgid ""
5062 "Dump various analyzer internals to SRCFILE.*.fg.dot and SRCFILE.*.tg.dot."
5063 msgstr ""
5065 #: analyzer/analyzer.opt:331
5066 #, no-c-format
5067 msgid "Dump analyzer-specific data to a SRCFILE.analyzer.json.gz file."
5068 msgstr ""
5070 #: analyzer/analyzer.opt:335
5071 #, no-c-format
5072 msgid "Dump state-purging information to a SRCFILE.state-purge.dot file."
5073 msgstr ""
5075 #: analyzer/analyzer.opt:339
5076 #, no-c-format
5077 msgid "Dump the analyzer supergraph to a SRCFILE.supergraph.dot file."
5078 msgstr ""
5080 #: analyzer/analyzer.opt:343
5081 #, no-c-format
5082 msgid ""
5083 "Emit custom warnings with internal details intended for analyzer developers."
5084 msgstr ""
5086 #: config/vms/vms.opt:27
5087 #, no-c-format
5088 msgid "Malloc data into P2 space."
5089 msgstr ""
5091 #: config/vms/vms.opt:31
5092 #, no-c-format
5093 msgid "Set name of main routine for the debugger."
5094 msgstr ""
5096 #: config/vms/vms.opt:35
5097 #, no-c-format
5098 msgid "Use VMS exit codes instead of posix ones."
5099 msgstr ""
5101 #: config/vms/vms.opt:39
5102 #, no-c-format
5103 msgid "-mpointer-size=[no,32,short,64,long]\tSet the default pointer size."
5104 msgstr ""
5106 #: config/mcore/mcore.opt:23
5107 #, no-c-format
5108 msgid "Generate code for the M*Core M210."
5109 msgstr ""
5111 #: config/mcore/mcore.opt:27
5112 #, no-c-format
5113 msgid "Generate code for the M*Core M340."
5114 msgstr ""
5116 #: config/mcore/mcore.opt:31
5117 #, no-c-format
5118 msgid "Force functions to be aligned to a 4 byte boundary."
5119 msgstr ""
5121 #: config/mcore/mcore.opt:35 config/moxie/moxie.opt:23 config/csky/csky.opt:44
5122 #, no-c-format
5123 msgid "Generate big-endian code."
5124 msgstr ""
5126 #: config/mcore/mcore.opt:39
5127 #, no-c-format
5128 msgid "Emit call graph information."
5129 msgstr ""
5131 #: config/mcore/mcore.opt:43
5132 #, no-c-format
5133 msgid "Use the divide instruction."
5134 msgstr ""
5136 #: config/mcore/mcore.opt:47
5137 #, no-c-format
5138 msgid "Inline constants if it can be done in 2 insns or less."
5139 msgstr ""
5141 #: config/mcore/mcore.opt:51 config/moxie/moxie.opt:27 config/csky/csky.opt:51
5142 #, no-c-format
5143 msgid "Generate little-endian code."
5144 msgstr ""
5146 #: config/mcore/mcore.opt:56 config/fr30/fr30.opt:27
5147 #, no-c-format
5148 msgid ""
5149 "Assume that run-time support has been provided, so omit -lsim from the "
5150 "linker command line."
5151 msgstr ""
5153 #: config/mcore/mcore.opt:60
5154 #, no-c-format
5155 msgid "Use arbitrary sized immediates in bit operations."
5156 msgstr ""
5158 #: config/mcore/mcore.opt:64
5159 #, no-c-format
5160 msgid "Prefer word accesses over byte accesses."
5161 msgstr ""
5163 #: config/mcore/mcore.opt:71
5164 #, no-c-format
5165 msgid "Set the maximum amount for a single stack increment operation."
5166 msgstr ""
5168 #: config/mcore/mcore.opt:75
5169 #, no-c-format
5170 msgid "Always treat bitfields as int-sized."
5171 msgstr ""
5173 #: config/linux-android.opt:23
5174 #, no-c-format
5175 msgid "Generate code for the Android platform."
5176 msgstr ""
5178 #: config/mmix/mmix.opt:24
5179 #, no-c-format
5180 msgid "For intrinsics library: pass all parameters in registers."
5181 msgstr ""
5183 #: config/mmix/mmix.opt:28
5184 #, no-c-format
5185 msgid "Use register stack for parameters and return value."
5186 msgstr ""
5188 #: config/mmix/mmix.opt:32
5189 #, no-c-format
5190 msgid "Use call-clobbered registers for parameters and return value."
5191 msgstr ""
5193 #: config/mmix/mmix.opt:37
5194 #, no-c-format
5195 msgid "Use epsilon-respecting floating point compare instructions."
5196 msgstr ""
5198 #: config/mmix/mmix.opt:41
5199 #, no-c-format
5200 msgid "Use zero-extending memory loads, not sign-extending ones."
5201 msgstr ""
5203 #: config/mmix/mmix.opt:45
5204 #, no-c-format
5205 msgid ""
5206 "Generate divide results with reminder having the same sign as the divisor "
5207 "(not the dividend)."
5208 msgstr ""
5210 #: config/mmix/mmix.opt:49
5211 #, no-c-format
5212 msgid "Prepend global symbols with \":\" (for use with PREFIX)."
5213 msgstr ""
5215 #: config/mmix/mmix.opt:53
5216 #, no-c-format
5217 msgid "Do not provide a default start-address 0x100 of the program."
5218 msgstr ""
5220 #: config/mmix/mmix.opt:57
5221 #, no-c-format
5222 msgid "Link to emit program in ELF format (rather than mmo)."
5223 msgstr ""
5225 #: config/mmix/mmix.opt:61
5226 #, no-c-format
5227 msgid "Use P-mnemonics for branches statically predicted as taken."
5228 msgstr ""
5230 #: config/mmix/mmix.opt:65
5231 #, no-c-format
5232 msgid "Don't use P-mnemonics for branches."
5233 msgstr ""
5235 #: config/mmix/mmix.opt:79
5236 #, no-c-format
5237 msgid "Use addresses that allocate global registers."
5238 msgstr ""
5240 #: config/mmix/mmix.opt:83
5241 #, no-c-format
5242 msgid "Do not use addresses that allocate global registers."
5243 msgstr ""
5245 #: config/mmix/mmix.opt:87
5246 #, no-c-format
5247 msgid "Generate a single exit point for each function."
5248 msgstr ""
5250 #: config/mmix/mmix.opt:91
5251 #, no-c-format
5252 msgid "Do not generate a single exit point for each function."
5253 msgstr ""
5255 #: config/mmix/mmix.opt:95
5256 #, no-c-format
5257 msgid "Set start-address of the program."
5258 msgstr ""
5260 #: config/mmix/mmix.opt:99
5261 #, no-c-format
5262 msgid "Set start-address of data."
5263 msgstr ""
5265 #: config/darwin.opt:34
5266 #, no-c-format
5267 msgid "Generate code for darwin loadable kernel extensions."
5268 msgstr ""
5270 #: config/darwin.opt:38
5271 #, no-c-format
5272 msgid ""
5273 "-iframework <dir>\tAdd <dir> to the end of the system framework include path."
5274 msgstr ""
5276 #: config/darwin.opt:42
5277 #, no-c-format
5278 msgid "Generate compile-time CFString objects."
5279 msgstr ""
5281 #: config/darwin.opt:46
5282 #, no-c-format
5283 msgid "Warn if constant CFString objects contain non-portable characters."
5284 msgstr ""
5286 #: config/darwin.opt:51
5287 #, no-c-format
5288 msgid "Generate AT&T-style stubs for Mach-O."
5289 msgstr ""
5291 #: config/darwin.opt:55
5292 #, no-c-format
5293 msgid "Generate code suitable for executables (NOT shared libs)."
5294 msgstr ""
5296 #: config/darwin.opt:59
5297 #, no-c-format
5298 msgid "Generate code suitable for fast turn around debugging."
5299 msgstr ""
5301 #: config/darwin.opt:63
5302 #, no-c-format
5303 msgid "Generate code for the kernel or loadable kernel extensions."
5304 msgstr ""
5306 #: config/darwin.opt:71
5307 #, no-c-format
5308 msgid "The earliest macOS version on which this program will run."
5309 msgstr ""
5311 #: config/darwin.opt:76
5312 #, no-c-format
5313 msgid "Set sizeof(bool) to 1."
5314 msgstr ""
5316 #: config/darwin.opt:80
5317 #, no-c-format
5318 msgid "Force generation of external symbol indirection stubs."
5319 msgstr ""
5321 #: config/darwin.opt:88
5322 #, no-c-format
5323 msgid ""
5324 "-mtarget-linker <version>\tSpecify that ld64 <version> is the toolchain "
5325 "linker for the current invocation."
5326 msgstr ""
5328 #: config/darwin.opt:94
5329 #, no-c-format
5330 msgid ""
5331 "Load all members of archive libraries, rather than only those that satisfy "
5332 "undefined symbols."
5333 msgstr ""
5335 #: config/darwin.opt:98
5336 #, no-c-format
5337 msgid ""
5338 "-allowable_client <name>\tThe output dylib is private to the client <name>."
5339 msgstr ""
5341 #: config/darwin.opt:102
5342 #, no-c-format
5343 msgid "-arch <name>\tGenerate output for architecture <name>."
5344 msgstr ""
5346 #: config/darwin.opt:106
5347 #, no-c-format
5348 msgid ""
5349 "Mismatches between file architecture and one specified by \"-arch\" are "
5350 "errors instead of warnings."
5351 msgstr ""
5353 #: config/darwin.opt:110
5354 #, no-c-format
5355 msgid ""
5356 "The earliest macOS version on which this program will run (formatted for the "
5357 "assembler)."
5358 msgstr ""
5360 #: config/darwin.opt:114
5361 #, no-c-format
5362 msgid ""
5363 "Generate an output executable that binds symbols on load, rather than lazily."
5364 msgstr ""
5366 #: config/darwin.opt:118
5367 #, no-c-format
5368 msgid "Generate a Mach-O bundle (file type MH_BUNDLE)."
5369 msgstr ""
5371 #: config/darwin.opt:122
5372 #, no-c-format
5373 msgid ""
5374 "-bundle_loader <executable>\tTreat <executable> (that will be loading this "
5375 "bundle) as if it was one of the dynamic libraries the bundle is linked "
5376 "against for symbol resolution."
5377 msgstr ""
5379 #: config/darwin.opt:126
5380 #, no-c-format
5381 msgid ""
5382 "-client_name <name>\tEnable the executable being built to link against a "
5383 "private dylib (using allowable_client)."
5384 msgstr ""
5386 #: config/darwin.opt:130
5387 #, no-c-format
5388 msgid ""
5389 "-compatibility_version <number>\tSet the version for the client interface.  "
5390 "Client programs must record a value less than or equal to <number>, or the "
5391 "binding will fail at runtime."
5392 msgstr ""
5394 #: config/darwin.opt:134
5395 #, no-c-format
5396 msgid ""
5397 "-current_version <number>\tSet the current version for the library to "
5398 "<number>."
5399 msgstr ""
5401 #: config/darwin.opt:138
5402 #, no-c-format
5403 msgid ""
5404 "Remove code and data that is unreachable from any exported symbol (including "
5405 "the entry point)."
5406 msgstr ""
5408 #: config/darwin.opt:142
5409 #, no-c-format
5410 msgid ""
5411 "-dylib_file install_name:file_name\tThis allows linking of a dylib with "
5412 "\"install_name\" but to be found in a different install position "
5413 "\"file_name\""
5414 msgstr ""
5416 #: config/darwin.opt:146
5417 #, no-c-format
5418 msgid ""
5419 "Produce a Mach-O dylinker (file type MH_DYLINKER), only used for building "
5420 "dyld."
5421 msgstr ""
5423 #: config/darwin.opt:150
5424 #, no-c-format
5425 msgid "-dylinker_install_name <path>\tOnly used for building dyld."
5426 msgstr ""
5428 #: config/darwin.opt:154
5429 #, no-c-format
5430 msgid ""
5431 "The default (and opposite of -static), implied by user mode executables, "
5432 "shared libraries and bundles."
5433 msgstr ""
5435 #: config/darwin.opt:158
5436 #, no-c-format
5437 msgid ""
5438 "Produce a Mach-O shared library (file type MH_DYLIB), synonym for \"-"
5439 "shared\"."
5440 msgstr ""
5442 #: config/darwin.opt:162
5443 #, no-c-format
5444 msgid ""
5445 "-exported_symbols_list <filename>\tExport global symbols in <filename> in "
5446 "linked output file; any symbols not mentioned will be treated as \"hidden\"."
5447 msgstr ""
5449 #: config/darwin.opt:166
5450 #, no-c-format
5451 msgid ""
5452 "Supply a list of objects to be linked from a file, rather than the command "
5453 "line."
5454 msgstr ""
5456 #: config/darwin.opt:170 config/darwin.opt:190
5457 #, no-c-format
5458 msgid "Used for generating code for some older kernel revisions."
5459 msgstr ""
5461 #: config/darwin.opt:174
5462 #, no-c-format
5463 msgid ""
5464 "Ignore the normal two-level namespace; resolve symbols in command line order "
5465 "and do not record which library provided the resolved symbol."
5466 msgstr ""
5468 #: config/darwin.opt:178
5469 #, no-c-format
5470 msgid ""
5471 "For the assembler (and linker) permit any architecture sub-variant to be "
5472 "used without error."
5473 msgstr ""
5475 #: config/darwin.opt:182
5476 #, no-c-format
5477 msgid ""
5478 "Set the output object such that, on loading, dyld will ignore any two-level "
5479 "namespace information and resolve symbols in the discovery order for loaded "
5480 "libs."
5481 msgstr ""
5483 #: config/darwin.opt:186
5484 #, no-c-format
5485 msgid ""
5486 "-framework <name>\tThe linker should search for the framework <name> in the "
5487 "framework search path."
5488 msgstr ""
5490 #: config/darwin.opt:194
5491 #, no-c-format
5492 msgid "Abbreviation for \"-g -fno-eliminate-unused-debug-symbols\"."
5493 msgstr ""
5495 #: config/darwin.opt:198
5496 #, no-c-format
5497 msgid "Abbreviation for \"-g -feliminate-unused-debug-symbols\"."
5498 msgstr ""
5500 #: config/darwin.opt:202
5501 #, no-c-format
5502 msgid ""
5503 "Automatically adds space for longer path names in load commands (up to "
5504 "MAXPATHLEN)."
5505 msgstr ""
5507 #: config/darwin.opt:206
5508 #, no-c-format
5509 msgid ""
5510 "-image_base <address>\tSpecify <address> as the base address for a dylib or "
5511 "bundle."
5512 msgstr ""
5514 #: config/darwin.opt:210
5515 #, no-c-format
5516 msgid ""
5517 "-init <symbol_name>\tThe symbol <symbol_name> will be used as the first "
5518 "initialiser for a dylib."
5519 msgstr ""
5521 #: config/darwin.opt:214
5522 #, no-c-format
5523 msgid "-install_name <name>\tSet the install name for a dylib."
5524 msgstr ""
5526 #: config/darwin.opt:218
5527 #, no-c-format
5528 msgid ""
5529 "Usually \"private extern\" (hidden) symbols are made local when linking, "
5530 "this command suppresses that such that they remain exported."
5531 msgstr ""
5533 #: config/darwin.opt:222
5534 #, no-c-format
5535 msgid ""
5536 "(Obsolete after 10.4) Multi modules are ignored at runtime since macOS 10.4."
5537 msgstr ""
5539 #: config/darwin.opt:226
5540 #, no-c-format
5541 msgid ""
5542 "(Obsolete after 10.4) -multiply_defined <treatment>\tProvided a mechanism "
5543 "for warning about symbols defined in multiple dylibs."
5544 msgstr ""
5546 #: config/darwin.opt:230
5547 #, no-c-format
5548 msgid ""
5549 "(Obsolete after 10.4) -multiply_defined_unused <treatment>\tProvided a "
5550 "mechanism for warning about symbols defined in the current executable also "
5551 "being defined in linked dylibs."
5552 msgstr ""
5554 #: config/darwin.opt:234
5555 #, no-c-format
5556 msgid ""
5557 "(Obsolete) Current linkers never dead-strip these items, so the option is "
5558 "not needed."
5559 msgstr ""
5561 #: config/darwin.opt:238
5562 #, no-c-format
5563 msgid "Do not add a default symbol exports to modules or dynamic libraries."
5564 msgstr ""
5566 #: config/darwin.opt:242
5567 #, no-c-format
5568 msgid "(Obsolete after 10.3.9) Set MH_NOPREFIXBINDING, in an executable."
5569 msgstr ""
5571 #: config/darwin.opt:246
5572 #, no-c-format
5573 msgid "(Obsolete after 10.4)\tSet MH_NOMULTIDEFS in an umbrella framework."
5574 msgstr ""
5576 #: config/darwin.opt:250 config/darwin.opt:265 config/darwin.opt:269
5577 #, no-c-format
5578 msgid "(Obsolete) LD_PREBIND is no longer supported."
5579 msgstr ""
5581 #: config/darwin.opt:254
5582 #, no-c-format
5583 msgid "(Obsolete) This is the default."
5584 msgstr ""
5586 #: config/darwin.opt:261
5587 #, no-c-format
5588 msgid ""
5589 "-pagezero_size <size>\tAllows setting the page 0 size to 4kb when required."
5590 msgstr ""
5592 #: config/darwin.opt:273
5593 #, no-c-format
5594 msgid "Produces a Mach-O file suitable for embedded/ROM use."
5595 msgstr ""
5597 #: config/darwin.opt:277
5598 #, no-c-format
5599 msgid ""
5600 "(Obsolete) Allowed linking to proceed with \"-flat_namespace\" when a linked "
5601 "bundle contained a symbol also exported from the main executable."
5602 msgstr ""
5604 #: config/darwin.opt:284
5605 #, no-c-format
5606 msgid "Synonym for \"-export-dynamic\" for linker versions that support it."
5607 msgstr ""
5609 #: config/darwin.opt:288
5610 #, no-c-format
5611 msgid ""
5612 "-read_only_relocs <treatment>\tAllow relocations in read-only pages (not "
5613 "recommended)."
5614 msgstr ""
5616 #: config/darwin.opt:292
5617 #, no-c-format
5618 msgid ""
5619 "-sectalign <segname> <sectname> <value>\tSet section <sectname> in segment "
5620 "<segname> to have alignment <value> which must be an integral power of two "
5621 "expressed in hexadecimal form."
5622 msgstr ""
5624 #: config/darwin.opt:296
5625 #, no-c-format
5626 msgid ""
5627 "-sectcreate <segname> <sectname> <file>\tCreate section <sectname> in "
5628 "segment <segname> from the contents of <file>."
5629 msgstr ""
5631 #: config/darwin.opt:300
5632 #, no-c-format
5633 msgid ""
5634 "(Obsolete) -sectobjectsymbols <segname> <sectname>\tSetting a local symbol "
5635 "at the start of a section is no longer supported."
5636 msgstr ""
5638 #: config/darwin.opt:304
5639 #, no-c-format
5640 msgid ""
5641 "(Obsolete) -sectorder <segname> <sectname> <orderfile>\tReplaced by a more "
5642 "general option \"-order_file\"."
5643 msgstr ""
5645 #: config/darwin.opt:308
5646 #, no-c-format
5647 msgid ""
5648 "-seg_addr_table <file>\tSpecify the base addresses for dynamic libraries; "
5649 "<file> contains a line for each library."
5650 msgstr ""
5652 #: config/darwin.opt:313
5653 #, no-c-format
5654 msgid "(Obsolete, ld_classic only) -seg_addr_table_filename <path>."
5655 msgstr ""
5657 #: config/darwin.opt:317
5658 #, no-c-format
5659 msgid "Synonym for \"image_base\"."
5660 msgstr ""
5662 #: config/darwin.opt:321
5663 #, no-c-format
5664 msgid ""
5665 "-segaddr <name> <address>\tSet the base address of segment <name> to "
5666 "<address> which must be aligned to a page boundary (currently 4kb)."
5667 msgstr ""
5669 #: config/darwin.opt:326
5670 #, no-c-format
5671 msgid ""
5672 "(Obsolete, ld_classic only) -sectcreate <segname> <sectname> <file>\tAllowed "
5673 "creation of a section from a file."
5674 msgstr ""
5676 #: config/darwin.opt:330
5677 #, no-c-format
5678 msgid "(Obsolete) Object files with LINKEDIT sections are no longer supported."
5679 msgstr ""
5681 #: config/darwin.opt:334
5682 #, no-c-format
5683 msgid ""
5684 "-segprot <segname> <max_prot> <init_prot>\tThe virtual memory protections "
5685 "for segment <segname> have maximum and initial values <max_prot> and "
5686 "<init_prot> respectively.  The specified values may contain \"r\", \"w\", "
5687 "\"x\" or \"-\" the latter meaning \"no access\"."
5688 msgstr ""
5690 #: config/darwin.opt:338
5691 #, no-c-format
5692 msgid ""
5693 "-segs_read_only_addr <address>\tSpecify that <address> is the base address "
5694 "of the read-only segments of a dylib."
5695 msgstr ""
5697 #: config/darwin.opt:342
5698 #, no-c-format
5699 msgid ""
5700 "-segs_read_write_addr <address>\tSpecify that <address> is the base address "
5701 "address of the read-write segments of a dylib."
5702 msgstr ""
5704 #: config/darwin.opt:346
5705 #, no-c-format
5706 msgid "(Obsolete)\tThis is the default."
5707 msgstr ""
5709 #: config/darwin.opt:350
5710 #, no-c-format
5711 msgid ""
5712 "-sub_library <name>\tLibrary named <name> will be re-exported (only useful "
5713 "for dylibs)."
5714 msgstr ""
5716 #: config/darwin.opt:354
5717 #, no-c-format
5718 msgid ""
5719 "-sub_umbrella <name>\tFramework named <name> will be re-exported (only "
5720 "useful for dylibs)."
5721 msgstr ""
5723 #: config/darwin.opt:358
5724 #, no-c-format
5725 msgid "This is the default."
5726 msgstr ""
5728 #: config/darwin.opt:362
5729 #, no-c-format
5730 msgid ""
5731 "Add extra information to the executable that can speed up dynamic loading "
5732 "(provided that dependent libraries are unchanged)."
5733 msgstr ""
5735 #: config/darwin.opt:366
5736 #, no-c-format
5737 msgid "-umbrella <framework>\tThe specified framework will be re-exported."
5738 msgstr ""
5740 #: config/darwin.opt:370
5741 #, no-c-format
5742 msgid ""
5743 "-undefined <treatment>\tSpecify the handling for undefined symbols (default "
5744 "is error)."
5745 msgstr ""
5747 #: config/darwin.opt:374
5748 #, no-c-format
5749 msgid ""
5750 "-unexported_symbols_list <filename>\tDo not export the global symbols listed "
5751 "in <filename>."
5752 msgstr ""
5754 #: config/darwin.opt:378
5755 #, no-c-format
5756 msgid ""
5757 "-weak_reference_mismatches <treatment>\tSpecifies what to do if a symbol "
5758 "import conflicts between file (weak in one and not in another) the default "
5759 "is to treat the symbol as non-weak."
5760 msgstr ""
5762 #: config/darwin.opt:382
5763 #, no-c-format
5764 msgid "Logs which object files the linker loads."
5765 msgstr ""
5767 #: config/darwin.opt:386
5768 #, no-c-format
5769 msgid "Logs which symbol(s) caused an object to be loaded."
5770 msgstr ""
5772 #: config/darwin.opt:394
5773 #, no-c-format
5774 msgid "(Obsolete, ignored)\tOld support similar to \"-whyload\"."
5775 msgstr ""
5777 #: config/darwin.opt:398
5778 #, no-c-format
5779 msgid ""
5780 "(Obsolete and unhandled by ld64, ignored)\tld should produce an executable "
5781 "(only handled by ld_classic)."
5782 msgstr ""
5784 #: config/bfin/bfin.opt:40 config/msp430/msp430.opt:3 config/c6x/c6x.opt:38
5785 #, no-c-format
5786 msgid "Use simulator runtime."
5787 msgstr ""
5789 #: config/bfin/bfin.opt:44 config/arm/arm.opt:120
5790 #, no-c-format
5791 msgid "Specify the name of the target CPU."
5792 msgstr ""
5794 #: config/bfin/bfin.opt:48
5795 #, no-c-format
5796 msgid "Omit frame pointer for leaf functions."
5797 msgstr ""
5799 #: config/bfin/bfin.opt:52
5800 #, no-c-format
5801 msgid "Program is entirely located in low 64k of memory."
5802 msgstr ""
5804 #: config/bfin/bfin.opt:56
5805 #, no-c-format
5806 msgid ""
5807 "Work around a hardware anomaly by adding a number of NOPs before a CSYNC or "
5808 "SSYNC instruction."
5809 msgstr ""
5811 #: config/bfin/bfin.opt:61
5812 #, no-c-format
5813 msgid "Avoid speculative loads to work around a hardware anomaly."
5814 msgstr ""
5816 #: config/bfin/bfin.opt:65
5817 #, no-c-format
5818 msgid "Enabled ID based shared library."
5819 msgstr ""
5821 #: config/bfin/bfin.opt:69
5822 #, no-c-format
5823 msgid ""
5824 "Generate code that won't be linked against any other ID shared libraries, "
5825 "but may be used as a shared library."
5826 msgstr ""
5828 #: config/bfin/bfin.opt:74 config/m68k/m68k.opt:175
5829 #, no-c-format
5830 msgid "ID of shared library to build."
5831 msgstr ""
5833 #: config/bfin/bfin.opt:78 config/m68k/m68k.opt:171
5834 #, no-c-format
5835 msgid "Enable separate data segment."
5836 msgstr ""
5838 #: config/bfin/bfin.opt:82 config/c6x/c6x.opt:63
5839 #, no-c-format
5840 msgid "Avoid generating pc-relative calls; use indirection."
5841 msgstr ""
5843 #: config/bfin/bfin.opt:86
5844 #, no-c-format
5845 msgid "Link with the fast floating-point library."
5846 msgstr ""
5848 #: config/bfin/bfin.opt:90 config/arm/arm.opt:339 config/frv/frv.opt:130
5849 #, no-c-format
5850 msgid "Enable Function Descriptor PIC mode."
5851 msgstr ""
5853 #: config/bfin/bfin.opt:94 config/frv/frv.opt:162
5854 #, no-c-format
5855 msgid "Enable inlining of PLT in function calls."
5856 msgstr ""
5858 #: config/bfin/bfin.opt:98
5859 #, no-c-format
5860 msgid "Do stack checking using bounds in L1 scratch memory."
5861 msgstr ""
5863 #: config/bfin/bfin.opt:102
5864 #, no-c-format
5865 msgid "Enable multicore support."
5866 msgstr ""
5868 #: config/bfin/bfin.opt:106
5869 #, no-c-format
5870 msgid "Build for Core A."
5871 msgstr ""
5873 #: config/bfin/bfin.opt:110
5874 #, no-c-format
5875 msgid "Build for Core B."
5876 msgstr ""
5878 #: config/bfin/bfin.opt:114
5879 #, no-c-format
5880 msgid "Build for SDRAM."
5881 msgstr ""
5883 #: config/bfin/bfin.opt:118
5884 #, no-c-format
5885 msgid "Assume ICPLBs are enabled at runtime."
5886 msgstr ""
5888 #: config/m68k/m68k-tables.opt:25
5889 #, no-c-format
5890 msgid "Known M68K CPUs (for use with the -mcpu= option):"
5891 msgstr ""
5893 #: config/m68k/m68k-tables.opt:365
5894 #, no-c-format
5895 msgid "Known M68K microarchitectures (for use with the -mtune= option):"
5896 msgstr ""
5898 #: config/m68k/m68k-tables.opt:411
5899 #, no-c-format
5900 msgid "Known M68K ISAs (for use with the -march= option):"
5901 msgstr ""
5903 #: config/m68k/ieee.opt:24 config/i386/i386.opt:374
5904 #, no-c-format
5905 msgid "Use IEEE math for fp comparisons."
5906 msgstr ""
5908 #: config/m68k/m68k.opt:30
5909 #, no-c-format
5910 msgid "Generate code for a 520X."
5911 msgstr ""
5913 #: config/m68k/m68k.opt:34
5914 #, no-c-format
5915 msgid "Generate code for a 5206e."
5916 msgstr ""
5918 #: config/m68k/m68k.opt:38
5919 #, no-c-format
5920 msgid "Generate code for a 528x."
5921 msgstr ""
5923 #: config/m68k/m68k.opt:42
5924 #, no-c-format
5925 msgid "Generate code for a 5307."
5926 msgstr ""
5928 #: config/m68k/m68k.opt:46
5929 #, no-c-format
5930 msgid "Generate code for a 5407."
5931 msgstr ""
5933 #: config/m68k/m68k.opt:50 config/m68k/m68k.opt:111
5934 #, no-c-format
5935 msgid "Generate code for a 68000."
5936 msgstr ""
5938 #: config/m68k/m68k.opt:54
5939 #, no-c-format
5940 msgid "Generate code for a 68010."
5941 msgstr ""
5943 #: config/m68k/m68k.opt:58 config/m68k/m68k.opt:115
5944 #, no-c-format
5945 msgid "Generate code for a 68020."
5946 msgstr ""
5948 #: config/m68k/m68k.opt:62
5949 #, no-c-format
5950 msgid "Generate code for a 68040, without any new instructions."
5951 msgstr ""
5953 #: config/m68k/m68k.opt:66
5954 #, no-c-format
5955 msgid "Generate code for a 68060, without any new instructions."
5956 msgstr ""
5958 #: config/m68k/m68k.opt:70
5959 #, no-c-format
5960 msgid "Generate code for a 68030."
5961 msgstr ""
5963 #: config/m68k/m68k.opt:74
5964 #, no-c-format
5965 msgid "Generate code for a 68040."
5966 msgstr ""
5968 #: config/m68k/m68k.opt:78
5969 #, no-c-format
5970 msgid "Generate code for a 68060."
5971 msgstr ""
5973 #: config/m68k/m68k.opt:82
5974 #, no-c-format
5975 msgid "Generate code for a 68302."
5976 msgstr ""
5978 #: config/m68k/m68k.opt:86
5979 #, no-c-format
5980 msgid "Generate code for a 68332."
5981 msgstr ""
5983 #: config/m68k/m68k.opt:91
5984 #, no-c-format
5985 msgid "Generate code for a 68851."
5986 msgstr ""
5988 #: config/m68k/m68k.opt:95
5989 #, no-c-format
5990 msgid "Generate code that uses 68881 floating-point instructions."
5991 msgstr ""
5993 #: config/m68k/m68k.opt:99
5994 #, no-c-format
5995 msgid "Align variables on a 32-bit boundary."
5996 msgstr ""
5998 #: config/m68k/m68k.opt:103 config/arm/arm.opt:89 config/nios2/nios2.opt:570
5999 #: config/nds32/nds32.opt:171 config/c6x/c6x.opt:67
6000 #, no-c-format
6001 msgid "Specify the name of the target architecture."
6002 msgstr ""
6004 #: config/m68k/m68k.opt:107
6005 #, no-c-format
6006 msgid "Use the bit-field instructions."
6007 msgstr ""
6009 #: config/m68k/m68k.opt:119
6010 #, no-c-format
6011 msgid "Generate code for a ColdFire v4e."
6012 msgstr ""
6014 #: config/m68k/m68k.opt:123
6015 #, no-c-format
6016 msgid "Specify the target CPU."
6017 msgstr ""
6019 #: config/m68k/m68k.opt:127
6020 #, no-c-format
6021 msgid "Generate code for a cpu32."
6022 msgstr ""
6024 #: config/m68k/m68k.opt:131
6025 #, no-c-format
6026 msgid "Use hardware division instructions on ColdFire."
6027 msgstr ""
6029 #: config/m68k/m68k.opt:135
6030 #, no-c-format
6031 msgid "Generate code for a Fido A."
6032 msgstr ""
6034 #: config/m68k/m68k.opt:139
6035 #, no-c-format
6036 msgid "Generate code which uses hardware floating point instructions."
6037 msgstr ""
6039 #: config/m68k/m68k.opt:143
6040 #, no-c-format
6041 msgid "Enable ID based shared library."
6042 msgstr ""
6044 #: config/m68k/m68k.opt:147
6045 #, no-c-format
6046 msgid "Use 32-bit offsets in jump tables rather than 16-bit offsets."
6047 msgstr ""
6049 #: config/m68k/m68k.opt:151
6050 #, no-c-format
6051 msgid "Do not use the bit-field instructions."
6052 msgstr ""
6054 #: config/m68k/m68k.opt:155
6055 #, no-c-format
6056 msgid "Use normal calling convention."
6057 msgstr ""
6059 #: config/m68k/m68k.opt:159
6060 #, no-c-format
6061 msgid "Consider type 'int' to be 32 bits wide."
6062 msgstr ""
6064 #: config/m68k/m68k.opt:163
6065 #, no-c-format
6066 msgid "Generate pc-relative code."
6067 msgstr ""
6069 #: config/m68k/m68k.opt:167
6070 #, no-c-format
6071 msgid "Use different calling convention using 'rtd'."
6072 msgstr ""
6074 #: config/m68k/m68k.opt:179
6075 #, no-c-format
6076 msgid "Consider type 'int' to be 16 bits wide."
6077 msgstr ""
6079 #: config/m68k/m68k.opt:183
6080 #, no-c-format
6081 msgid "Generate code with library calls for floating point."
6082 msgstr ""
6084 #: config/m68k/m68k.opt:187
6085 #, no-c-format
6086 msgid "Do not use unaligned memory references."
6087 msgstr ""
6089 #: config/m68k/m68k.opt:191
6090 #, no-c-format
6091 msgid "Tune for the specified target CPU or architecture."
6092 msgstr ""
6094 #: config/m68k/m68k.opt:195
6095 #, no-c-format
6096 msgid "Support more than 8192 GOT entries on ColdFire."
6097 msgstr ""
6099 #: config/m68k/m68k.opt:199
6100 #, no-c-format
6101 msgid "Support TLS segment larger than 64K."
6102 msgstr ""
6104 #: config/riscv/riscv.opt:26 config/aarch64/aarch64.opt:74
6105 #: config/arm/arm.opt:108 config/microblaze/microblaze.opt:60
6106 #, no-c-format
6107 msgid "Assume target CPU is configured as big endian."
6108 msgstr ""
6110 #: config/riscv/riscv.opt:30 config/aarch64/aarch64.opt:94
6111 #: config/arm/arm.opt:173 config/microblaze/microblaze.opt:64
6112 #, no-c-format
6113 msgid "Assume target CPU is configured as little endian."
6114 msgstr ""
6116 #: config/riscv/riscv.opt:34
6117 #, no-c-format
6118 msgid "-mbranch-cost=N\tSet the cost of branches to roughly N instructions."
6119 msgstr ""
6121 #: config/riscv/riscv.opt:38
6122 #, no-c-format
6123 msgid "When generating -fpic code, allow the use of PLTs. Ignored for fno-pic."
6124 msgstr ""
6126 #: config/riscv/riscv.opt:42
6127 #, no-c-format
6128 msgid "Specify integer and floating-point calling convention."
6129 msgstr ""
6131 #: config/riscv/riscv.opt:46 config/i386/i386.opt:429
6132 #, no-c-format
6133 msgid "Attempt to keep stack aligned to this power of 2."
6134 msgstr ""
6136 #: config/riscv/riscv.opt:50
6137 #, no-c-format
6138 msgid "Supported ABIs (for use with the -mabi= option):"
6139 msgstr ""
6141 #: config/riscv/riscv.opt:75
6142 #, no-c-format
6143 msgid "Use hardware floating-point divide and square root instructions."
6144 msgstr ""
6146 #: config/riscv/riscv.opt:79
6147 #, no-c-format
6148 msgid "Use hardware instructions for integer division."
6149 msgstr ""
6151 #: config/riscv/riscv.opt:83
6152 #, no-c-format
6153 msgid ""
6154 "-march=\tGenerate code for given RISC-V ISA (e.g. RV64IM).  ISA strings must "
6155 "be lower-case."
6156 msgstr ""
6158 #: config/riscv/riscv.opt:88 config/mips/mips.opt:405
6159 #, no-c-format
6160 msgid "-mtune=PROCESSOR\tOptimize the output for PROCESSOR."
6161 msgstr ""
6163 #: config/riscv/riscv.opt:92
6164 #, no-c-format
6165 msgid ""
6166 "-mcpu=PROCESSOR\tUse architecture of and optimize the output for PROCESSOR."
6167 msgstr ""
6169 #: config/riscv/riscv.opt:96
6170 #, no-c-format
6171 msgid ""
6172 "-msmall-data-limit=N\tPut global and static data smaller than <number> bytes "
6173 "into a special section (on some targets)."
6174 msgstr ""
6176 #: config/riscv/riscv.opt:100
6177 #, no-c-format
6178 msgid "Use smaller but slower prologue and epilogue code."
6179 msgstr ""
6181 #: config/riscv/riscv.opt:104
6182 #, no-c-format
6183 msgid ""
6184 "Convert BASE + LARGE_OFFSET addresses to NEW_BASE + SMALL_OFFSET to allow "
6185 "more memory accesses to be generated as compressed instructions.  Currently "
6186 "targets 32-bit integer load/stores."
6187 msgstr ""
6189 #: config/riscv/riscv.opt:110 config/aarch64/aarch64.opt:98
6190 #: config/loongarch/loongarch.opt:193
6191 #, no-c-format
6192 msgid "Specify the code model."
6193 msgstr ""
6195 #: config/riscv/riscv.opt:114 config/loongarch/loongarch.opt:158
6196 #, no-c-format
6197 msgid "Do not generate unaligned memory accesses."
6198 msgstr ""
6200 #: config/riscv/riscv.opt:118 config/i386/i386.opt:293
6201 #: config/rs6000/aix64.opt:36 config/rs6000/linux64.opt:32
6202 #, no-c-format
6203 msgid "Known code models (for use with the -mcmodel= option):"
6204 msgstr ""
6206 #: config/riscv/riscv.opt:128
6207 #, no-c-format
6208 msgid "Use %reloc() operators, rather than assembly macros, to load addresses."
6209 msgstr ""
6211 #: config/riscv/riscv.opt:132
6212 #, no-c-format
6213 msgid ""
6214 "Take advantage of linker relaxations to reduce the number of instructions "
6215 "required to materialize symbol addresses."
6216 msgstr ""
6218 #: config/riscv/riscv.opt:137
6219 #, no-c-format
6220 msgid ""
6221 "Enable the CSR checking for the ISA-dependent CRS and the read-only CSR. The "
6222 "ISA-dependent CSR are only valid when the specific ISA is set.  The read-"
6223 "only CSR can not be written by the CSR instructions."
6224 msgstr ""
6226 #: config/riscv/riscv.opt:161
6227 #, no-c-format
6228 msgid "Emit RISC-V ELF attribute."
6229 msgstr ""
6231 #: config/riscv/riscv.opt:165 config/i386/i386.opt:246
6232 #, no-c-format
6233 msgid "Use the given data alignment."
6234 msgstr ""
6236 #: config/riscv/riscv.opt:169 config/i386/i386.opt:250
6237 #, no-c-format
6238 msgid "Known data alignment choices (for use with the -malign-data= option):"
6239 msgstr ""
6241 #: config/riscv/riscv.opt:179 config/aarch64/aarch64.opt:241
6242 #: config/i386/i386.opt:1015 config/arm/arm.opt:343
6243 #: config/rs6000/rs6000.opt:550
6244 #, no-c-format
6245 msgid "Use given stack-protector guard."
6246 msgstr ""
6248 #: config/riscv/riscv.opt:183 config/aarch64/aarch64.opt:245
6249 #: config/arm/arm.opt:347 config/rs6000/rs6000.opt:554
6250 #, no-c-format
6251 msgid "Valid arguments to -mstack-protector-guard=:"
6252 msgstr ""
6254 #: config/riscv/riscv.opt:193 config/i386/i386.opt:1029
6255 #: config/rs6000/rs6000.opt:564
6256 #, no-c-format
6257 msgid "Use the given base register for addressing the stack-protector guard."
6258 msgstr ""
6260 #: config/riscv/riscv.opt:200 config/i386/i386.opt:1036
6261 #: config/rs6000/rs6000.opt:571
6262 #, no-c-format
6263 msgid "Use the given offset for addressing the stack-protector guard."
6264 msgstr ""
6266 #: config/riscv/riscv.opt:243
6267 #, no-c-format
6268 msgid "Supported ISA specs (for use with the -misa-spec= option):"
6269 msgstr ""
6271 #: config/riscv/riscv.opt:256
6272 #, no-c-format
6273 msgid "Set the version of RISC-V ISA spec."
6274 msgstr ""
6276 #: config/m32c/m32c.opt:23
6277 #, no-c-format
6278 msgid "-msim\tUse simulator runtime."
6279 msgstr ""
6281 #: config/m32c/m32c.opt:27
6282 #, no-c-format
6283 msgid "-mcpu=r8c\tCompile code for R8C variants."
6284 msgstr ""
6286 #: config/m32c/m32c.opt:31
6287 #, no-c-format
6288 msgid "-mcpu=m16c\tCompile code for M16C variants."
6289 msgstr ""
6291 #: config/m32c/m32c.opt:35
6292 #, no-c-format
6293 msgid "-mcpu=m32cm\tCompile code for M32CM variants."
6294 msgstr ""
6296 #: config/m32c/m32c.opt:39
6297 #, no-c-format
6298 msgid "-mcpu=m32c\tCompile code for M32C variants."
6299 msgstr ""
6301 #: config/m32c/m32c.opt:43
6302 #, no-c-format
6303 msgid "-memregs=\tNumber of memreg bytes (default: 16, range: 0..16)."
6304 msgstr ""
6306 #: config/msp430/msp430.opt:7
6307 #, no-c-format
6308 msgid ""
6309 "Use a lightweight configuration of printf and puts to reduce code size. For "
6310 "single-threaded applications, not requiring reentrant I/O only. Requires "
6311 "Newlib Nano IO."
6312 msgstr ""
6314 #: config/msp430/msp430.opt:11
6315 #, no-c-format
6316 msgid "Force assembly output to always use hex constants."
6317 msgstr ""
6319 #: config/msp430/msp430.opt:15
6320 #, no-c-format
6321 msgid "Specify the MCU to build for."
6322 msgstr ""
6324 #: config/msp430/msp430.opt:19
6325 #, no-c-format
6326 msgid ""
6327 "Warn if an MCU name is unrecognized or conflicts with other options "
6328 "(default: on)."
6329 msgstr ""
6331 #: config/msp430/msp430.opt:23
6332 #, no-c-format
6333 msgid ""
6334 "Warn if devices.csv is not found or there are problem parsing it (default: "
6335 "on)."
6336 msgstr ""
6338 #: config/msp430/msp430.opt:27
6339 #, no-c-format
6340 msgid "Specify the ISA to build for: msp430, msp430x, msp430xv2."
6341 msgstr ""
6343 #: config/msp430/msp430.opt:52
6344 #, no-c-format
6345 msgid "Select large model - 20-bit addresses/pointers."
6346 msgstr ""
6348 #: config/msp430/msp430.opt:56
6349 #, no-c-format
6350 msgid "Select small model - 16-bit addresses/pointers (default)."
6351 msgstr ""
6353 #: config/msp430/msp430.opt:60
6354 #, no-c-format
6355 msgid "Optimize opcode sizes at link time."
6356 msgstr ""
6358 #: config/msp430/msp430.opt:67 config/pru/pru.opt:26
6359 #, no-c-format
6360 msgid ""
6361 "Use a minimum runtime (no static initializers or ctors) for memory-"
6362 "constrained devices."
6363 msgstr ""
6365 #: config/msp430/msp430.opt:74
6366 #, no-c-format
6367 msgid "Specify the type of hardware multiply to support."
6368 msgstr ""
6370 #: config/msp430/msp430.opt:96
6371 #, no-c-format
6372 msgid ""
6373 "Specify whether functions should be placed into the lower or upper memory "
6374 "regions, or if they should be shuffled between the regions (either) for best "
6375 "fit (default: lower)."
6376 msgstr ""
6378 #: config/msp430/msp430.opt:100
6379 #, no-c-format
6380 msgid ""
6381 "Specify whether variables should be placed into the lower or upper memory "
6382 "regions, or if they should be shuffled between the regions (either) for best "
6383 "fit (default: lower)."
6384 msgstr ""
6386 #: config/msp430/msp430.opt:104
6387 #, no-c-format
6388 msgid ""
6389 "Add the .lower prefix to section names when compiling with -m{code,data}-"
6390 "region=lower (disabled by default)."
6391 msgstr ""
6393 #: config/msp430/msp430.opt:123
6394 #, no-c-format
6395 msgid ""
6396 "Passes on a request to the assembler to enable fixes for various silicon "
6397 "errata."
6398 msgstr ""
6400 #: config/msp430/msp430.opt:127
6401 #, no-c-format
6402 msgid ""
6403 "Passes on a request to the assembler to warn about various silicon errata."
6404 msgstr ""
6406 #: config/msp430/msp430.opt:131
6407 #, no-c-format
6408 msgid ""
6409 "The path to devices.csv.  The GCC driver can normally locate devices.csv "
6410 "itself and pass this option to the compiler, so the user shouldn't need to "
6411 "pass this."
6412 msgstr ""
6414 #: config/msp430/msp430.opt:136
6415 #, no-c-format
6416 msgid ""
6417 "For shift operations by a constant amount, which require an individual "
6418 "instruction to shift by one position, set the maximum number of inline shift "
6419 "instructions (maximum value 64) to emit instead of using the corresponding "
6420 "__mspabi helper function. The default value is 4."
6421 msgstr ""
6423 #: config/aarch64/aarch64.opt:49
6424 #, no-c-format
6425 msgid "The possible TLS dialects:"
6426 msgstr ""
6428 #: config/aarch64/aarch64.opt:61 config/loongarch/loongarch.opt:171
6429 #, no-c-format
6430 msgid "The code model option names for -mcmodel:"
6431 msgstr ""
6433 #: config/aarch64/aarch64.opt:78 config/i386/i386.opt:1050
6434 #, no-c-format
6435 msgid "Generate code which uses only the general registers."
6436 msgstr ""
6438 #: config/aarch64/aarch64.opt:82 config/i386/i386.opt:1142
6439 #, no-c-format
6440 msgid "Generate code to mitigate against straight line speculation."
6441 msgstr ""
6443 #: config/aarch64/aarch64.opt:86
6444 #, no-c-format
6445 msgid "Workaround for ARM Cortex-A53 Erratum number 835769."
6446 msgstr ""
6448 #: config/aarch64/aarch64.opt:90
6449 #, no-c-format
6450 msgid "Workaround for ARM Cortex-A53 Erratum number 843419."
6451 msgstr ""
6453 #: config/aarch64/aarch64.opt:102
6454 #, no-c-format
6455 msgid "Don't assume that unaligned accesses are handled by the system."
6456 msgstr ""
6458 #: config/aarch64/aarch64.opt:106 config/i386/i386.opt:405
6459 #, no-c-format
6460 msgid "Omit the frame pointer in leaf functions."
6461 msgstr ""
6463 #: config/aarch64/aarch64.opt:110
6464 #, no-c-format
6465 msgid "Specify TLS dialect."
6466 msgstr ""
6468 #: config/aarch64/aarch64.opt:114
6469 #, no-c-format
6470 msgid ""
6471 "Specifies bit size of immediate TLS offsets.  Valid values are 12, 24, 32, "
6472 "48."
6473 msgstr ""
6475 #: config/aarch64/aarch64.opt:133
6476 #, no-c-format
6477 msgid "Use features of architecture ARCH."
6478 msgstr ""
6480 #: config/aarch64/aarch64.opt:137
6481 #, no-c-format
6482 msgid "Use features of and optimize for CPU."
6483 msgstr ""
6485 #: config/aarch64/aarch64.opt:141
6486 #, no-c-format
6487 msgid "Optimize for CPU."
6488 msgstr ""
6490 #: config/aarch64/aarch64.opt:145
6491 #, no-c-format
6492 msgid "Generate code that conforms to the specified ABI."
6493 msgstr ""
6495 #: config/aarch64/aarch64.opt:149
6496 #, no-c-format
6497 msgid ""
6498 "-moverride=<string>\tPower users only! Override CPU optimization parameters."
6499 msgstr ""
6501 #: config/aarch64/aarch64.opt:153
6502 #, no-c-format
6503 msgid "Known AArch64 ABIs (for use with the -mabi= option):"
6504 msgstr ""
6506 #: config/aarch64/aarch64.opt:163
6507 #, no-c-format
6508 msgid "PC relative literal loads."
6509 msgstr ""
6511 #: config/aarch64/aarch64.opt:167 config/arm/arm.opt:331
6512 #, no-c-format
6513 msgid "Use branch-protection features."
6514 msgstr ""
6516 #: config/aarch64/aarch64.opt:171
6517 #, no-c-format
6518 msgid "Select return address signing scope."
6519 msgstr ""
6521 #: config/aarch64/aarch64.opt:175
6522 #, no-c-format
6523 msgid ""
6524 "Supported AArch64 return address signing scope (for use with -msign-return-"
6525 "address= option):"
6526 msgstr ""
6528 #: config/aarch64/aarch64.opt:188
6529 #, no-c-format
6530 msgid ""
6531 "Enable the reciprocal square root approximation.  Enabling this reduces "
6532 "precision of reciprocal square root results to about 16 bits for single "
6533 "precision and to 32 bits for double precision."
6534 msgstr ""
6536 #: config/aarch64/aarch64.opt:194
6537 #, no-c-format
6538 msgid ""
6539 "Enable the square root approximation.  Enabling this reduces precision of "
6540 "square root results to about 16 bits for single precision and to 32 bits for "
6541 "double precision. If enabled, it implies -mlow-precision-recip-sqrt."
6542 msgstr ""
6544 #: config/aarch64/aarch64.opt:201
6545 #, no-c-format
6546 msgid ""
6547 "Enable the division approximation.  Enabling this reduces precision of "
6548 "division results to about 16 bits for single precision and to 32 bits for "
6549 "double precision."
6550 msgstr ""
6552 #: config/aarch64/aarch64.opt:207
6553 #, no-c-format
6554 msgid "The possible SVE vector lengths:"
6555 msgstr ""
6557 #: config/aarch64/aarch64.opt:229
6558 #, no-c-format
6559 msgid ""
6560 "-msve-vector-bits=<number>\tSet the number of bits in an SVE vector register."
6561 msgstr ""
6563 #: config/aarch64/aarch64.opt:233
6564 #, no-c-format
6565 msgid "Enables verbose cost model dumping in the debug dump files."
6566 msgstr ""
6568 #: config/aarch64/aarch64.opt:237
6569 #, no-c-format
6570 msgid "Generate code to track when the CPU might be speculating incorrectly."
6571 msgstr ""
6573 #: config/aarch64/aarch64.opt:255
6574 #, no-c-format
6575 msgid ""
6576 "Use the system register specified on the command line as the stack protector "
6577 "guard register. This option is for use with fstack-protector-strong and not "
6578 "for use in user-land code."
6579 msgstr ""
6581 #: config/aarch64/aarch64.opt:261
6582 #, no-c-format
6583 msgid ""
6584 "Use an immediate to offset from the stack protector guard register, sp_el0. "
6585 "This option is for use with fstack-protector-strong and not for use in user-"
6586 "land code."
6587 msgstr ""
6589 #: config/aarch64/aarch64.opt:270
6590 #, no-c-format
6591 msgid "Generate local calls to out-of-line atomic operations."
6592 msgstr ""
6594 #: config/aarch64/aarch64.opt:274
6595 #, no-c-format
6596 msgid ""
6597 "When vectorizing for SVE, consider using unpacked vectors for smaller "
6598 "elements and use the cost model to pick the cheapest approach.  Also use the "
6599 "cost model to choose between SVE and Advanced SIMD vectorization."
6600 msgstr ""
6602 #: config/aarch64/aarch64.opt:278
6603 #, no-c-format
6604 msgid ""
6605 "The number of Newton iterations for calculating the reciprocal for float "
6606 "type.  The precision of division is proportional to this param when division "
6607 "approximation is enabled.  The default value is 1."
6608 msgstr ""
6610 #: config/aarch64/aarch64.opt:282
6611 #, no-c-format
6612 msgid ""
6613 "The number of Newton iterations for calculating the reciprocal for double "
6614 "type.  The precision of division is proportional to this param when division "
6615 "approximation is enabled.  The default value is 2."
6616 msgstr ""
6618 #: config/aarch64/aarch64.opt:292
6619 #, no-c-format
6620 msgid "Constant memcpy size in bytes above which to start using MOPS sequence."
6621 msgstr ""
6623 #: config/aarch64/aarch64.opt:296
6624 #, no-c-format
6625 msgid ""
6626 "Constant memmove size in bytes above which to start using MOPS sequence."
6627 msgstr ""
6629 #: config/aarch64/aarch64.opt:300
6630 #, no-c-format
6631 msgid "Constant memset size in bytes from which to start using MOPS sequence."
6632 msgstr ""
6634 #: config/aarch64/aarch64.opt:304
6635 #, no-c-format
6636 msgid "Limit how much the autovectorizer may unroll a loop."
6637 msgstr ""
6639 #: config/linux.opt:24
6640 #, no-c-format
6641 msgid "Use Bionic C library."
6642 msgstr ""
6644 #: config/linux.opt:28
6645 #, no-c-format
6646 msgid "Use GNU C library."
6647 msgstr ""
6649 #: config/linux.opt:32
6650 #, no-c-format
6651 msgid "Use uClibc C library."
6652 msgstr ""
6654 #: config/linux.opt:36
6655 #, no-c-format
6656 msgid "Use musl C library."
6657 msgstr ""
6659 #: config/ia64/ilp32.opt:3
6660 #, no-c-format
6661 msgid "Generate ILP32 code."
6662 msgstr ""
6664 #: config/ia64/ilp32.opt:7
6665 #, no-c-format
6666 msgid "Generate LP64 code."
6667 msgstr ""
6669 #: config/ia64/ia64.opt:28
6670 #, no-c-format
6671 msgid "Generate big endian code."
6672 msgstr ""
6674 #: config/ia64/ia64.opt:32
6675 #, no-c-format
6676 msgid "Generate little endian code."
6677 msgstr ""
6679 #: config/ia64/ia64.opt:36
6680 #, no-c-format
6681 msgid "Generate code for GNU as."
6682 msgstr ""
6684 #: config/ia64/ia64.opt:40
6685 #, no-c-format
6686 msgid "Generate code for GNU ld."
6687 msgstr ""
6689 #: config/ia64/ia64.opt:44
6690 #, no-c-format
6691 msgid "Emit stop bits before and after volatile extended asms."
6692 msgstr ""
6694 #: config/ia64/ia64.opt:48
6695 #, no-c-format
6696 msgid "Use in/loc/out register names."
6697 msgstr ""
6699 #: config/ia64/ia64.opt:55
6700 #, no-c-format
6701 msgid "Enable use of sdata/scommon/sbss."
6702 msgstr ""
6704 #: config/ia64/ia64.opt:59
6705 #, no-c-format
6706 msgid "Generate code without GP reg."
6707 msgstr ""
6709 #: config/ia64/ia64.opt:63
6710 #, no-c-format
6711 msgid "gp is constant (but save/restore gp on indirect calls)."
6712 msgstr ""
6714 #: config/ia64/ia64.opt:67
6715 #, no-c-format
6716 msgid "Generate self-relocatable code."
6717 msgstr ""
6719 #: config/ia64/ia64.opt:71
6720 #, no-c-format
6721 msgid "Generate inline floating point division, optimize for latency."
6722 msgstr ""
6724 #: config/ia64/ia64.opt:75
6725 #, no-c-format
6726 msgid "Generate inline floating point division, optimize for throughput."
6727 msgstr ""
6729 #: config/ia64/ia64.opt:82
6730 #, no-c-format
6731 msgid "Generate inline integer division, optimize for latency."
6732 msgstr ""
6734 #: config/ia64/ia64.opt:86
6735 #, no-c-format
6736 msgid "Generate inline integer division, optimize for throughput."
6737 msgstr ""
6739 #: config/ia64/ia64.opt:90
6740 #, no-c-format
6741 msgid "Do not inline integer division."
6742 msgstr ""
6744 #: config/ia64/ia64.opt:94
6745 #, no-c-format
6746 msgid "Generate inline square root, optimize for latency."
6747 msgstr ""
6749 #: config/ia64/ia64.opt:98
6750 #, no-c-format
6751 msgid "Generate inline square root, optimize for throughput."
6752 msgstr ""
6754 #: config/ia64/ia64.opt:102
6755 #, no-c-format
6756 msgid "Do not inline square root."
6757 msgstr ""
6759 #: config/ia64/ia64.opt:106
6760 #, no-c-format
6761 msgid "Enable DWARF line debug info via GNU as."
6762 msgstr ""
6764 #: config/ia64/ia64.opt:110
6765 #, no-c-format
6766 msgid "Enable earlier placing stop bits for better scheduling."
6767 msgstr ""
6769 #: config/ia64/ia64.opt:114 config/pa/pa.opt:70 config/sh/sh.opt:227
6770 #, no-c-format
6771 msgid "Specify range of registers to make fixed."
6772 msgstr ""
6774 #: config/ia64/ia64.opt:118 config/alpha/alpha.opt:130
6775 #, no-c-format
6776 msgid "Specify bit size of immediate TLS offsets."
6777 msgstr ""
6779 #: config/ia64/ia64.opt:122 config/i386/i386.opt:527 config/s390/s390.opt:203
6780 #: config/sparc/sparc.opt:146 config/visium/visium.opt:49
6781 #, no-c-format
6782 msgid "Schedule code for given CPU."
6783 msgstr ""
6785 #: config/ia64/ia64.opt:126
6786 #, no-c-format
6787 msgid "Known Itanium CPUs (for use with the -mtune= option):"
6788 msgstr ""
6790 #: config/ia64/ia64.opt:136
6791 #, no-c-format
6792 msgid "Use data speculation before reload."
6793 msgstr ""
6795 #: config/ia64/ia64.opt:140
6796 #, no-c-format
6797 msgid "Use data speculation after reload."
6798 msgstr ""
6800 #: config/ia64/ia64.opt:144
6801 #, no-c-format
6802 msgid "Use control speculation."
6803 msgstr ""
6805 #: config/ia64/ia64.opt:148
6806 #, no-c-format
6807 msgid "Use in block data speculation before reload."
6808 msgstr ""
6810 #: config/ia64/ia64.opt:152
6811 #, no-c-format
6812 msgid "Use in block data speculation after reload."
6813 msgstr ""
6815 #: config/ia64/ia64.opt:156
6816 #, no-c-format
6817 msgid "Use in block control speculation."
6818 msgstr ""
6820 #: config/ia64/ia64.opt:160
6821 #, no-c-format
6822 msgid "Use simple data speculation check."
6823 msgstr ""
6825 #: config/ia64/ia64.opt:164
6826 #, no-c-format
6827 msgid "Use simple data speculation check for control speculation."
6828 msgstr ""
6830 #: config/ia64/ia64.opt:174
6831 #, no-c-format
6832 msgid ""
6833 "Count speculative dependencies while calculating priority of instructions."
6834 msgstr ""
6836 #: config/ia64/ia64.opt:178
6837 #, no-c-format
6838 msgid "Place a stop bit after every cycle when scheduling."
6839 msgstr ""
6841 #: config/ia64/ia64.opt:182
6842 #, no-c-format
6843 msgid ""
6844 "Assume that floating-point stores and loads are not likely to cause conflict "
6845 "when placed into one instruction group."
6846 msgstr ""
6848 #: config/ia64/ia64.opt:186
6849 #, no-c-format
6850 msgid ""
6851 "Soft limit on number of memory insns per instruction group, giving lower "
6852 "priority to subsequent memory insns attempting to schedule in the same insn "
6853 "group. Frequently useful to prevent cache bank conflicts.  Default value is "
6854 "1."
6855 msgstr ""
6857 #: config/ia64/ia64.opt:190
6858 #, no-c-format
6859 msgid ""
6860 "Disallow more than 'msched-max-memory-insns' in instruction group. "
6861 "Otherwise, limit is 'soft' (prefer non-memory operations when limit is "
6862 "reached)."
6863 msgstr ""
6865 #: config/ia64/ia64.opt:194
6866 #, no-c-format
6867 msgid "Don't generate checks for control speculation in selective scheduling."
6868 msgstr ""
6870 #: config/epiphany/epiphany.opt:24
6871 #, no-c-format
6872 msgid "Don't use any of r32..r63."
6873 msgstr ""
6875 #: config/epiphany/epiphany.opt:28
6876 #, no-c-format
6877 msgid ""
6878 "Preferentially allocate registers that allow short instruction generation."
6879 msgstr ""
6881 #: config/epiphany/epiphany.opt:32
6882 #, no-c-format
6883 msgid "Set branch cost."
6884 msgstr ""
6886 #: config/epiphany/epiphany.opt:36
6887 #, no-c-format
6888 msgid "Enable conditional move instruction usage."
6889 msgstr ""
6891 #: config/epiphany/epiphany.opt:40
6892 #, no-c-format
6893 msgid "Set number of nops to emit before each insn pattern."
6894 msgstr ""
6896 #: config/epiphany/epiphany.opt:52
6897 #, no-c-format
6898 msgid "Use software floating point comparisons."
6899 msgstr ""
6901 #: config/epiphany/epiphany.opt:56
6902 #, no-c-format
6903 msgid "Enable split of 32 bit immediate loads into low / high part."
6904 msgstr ""
6906 #: config/epiphany/epiphany.opt:60
6907 #, no-c-format
6908 msgid "Enable use of POST_INC / POST_DEC."
6909 msgstr ""
6911 #: config/epiphany/epiphany.opt:64
6912 #, no-c-format
6913 msgid "Enable use of POST_MODIFY."
6914 msgstr ""
6916 #: config/epiphany/epiphany.opt:68
6917 #, no-c-format
6918 msgid "Set number of bytes on the stack preallocated for use by the callee."
6919 msgstr ""
6921 #: config/epiphany/epiphany.opt:72
6922 #, no-c-format
6923 msgid "Assume round to nearest is selected for purposes of scheduling."
6924 msgstr ""
6926 #: config/epiphany/epiphany.opt:76
6927 #, no-c-format
6928 msgid "Generate call insns as indirect calls."
6929 msgstr ""
6931 #: config/epiphany/epiphany.opt:80
6932 #, no-c-format
6933 msgid "Generate call insns as direct calls."
6934 msgstr ""
6936 #: config/epiphany/epiphany.opt:84
6937 #, no-c-format
6938 msgid ""
6939 "Assume labels and symbols can be addressed using 16 bit absolute addresses."
6940 msgstr ""
6942 #: config/epiphany/epiphany.opt:108
6943 #, no-c-format
6944 msgid ""
6945 "A floatig point to integer truncation may be replaced with rounding to save "
6946 "mode switching."
6947 msgstr ""
6949 #: config/epiphany/epiphany.opt:112
6950 #, no-c-format
6951 msgid "Vectorize for double-word operations."
6952 msgstr ""
6954 #: config/epiphany/epiphany.opt:128
6955 #, no-c-format
6956 msgid ""
6957 "Split unaligned 8 byte vector moves before post-modify address generation."
6958 msgstr ""
6960 #: config/epiphany/epiphany.opt:132
6961 #, no-c-format
6962 msgid "Use the floating point unit for integer add/subtract."
6963 msgstr ""
6965 #: config/epiphany/epiphany.opt:136
6966 #, no-c-format
6967 msgid "Set register to hold -1."
6968 msgstr ""
6970 #: config/ft32/ft32.opt:23
6971 #, no-c-format
6972 msgid "Target the software simulator."
6973 msgstr ""
6975 #: config/ft32/ft32.opt:27 config/s390/s390.opt:234 config/mips/mips.opt:393
6976 #: config/arc/arc.opt:405
6977 #, no-c-format
6978 msgid "Use LRA instead of reload."
6979 msgstr ""
6981 #: config/ft32/ft32.opt:31
6982 #, no-c-format
6983 msgid "Avoid use of the DIV and MOD instructions."
6984 msgstr ""
6986 #: config/ft32/ft32.opt:35
6987 #, no-c-format
6988 msgid "Target the FT32B architecture."
6989 msgstr ""
6991 #: config/ft32/ft32.opt:39
6992 #, no-c-format
6993 msgid "Enable FT32B code compression."
6994 msgstr ""
6996 #: config/ft32/ft32.opt:43
6997 #, no-c-format
6998 msgid "Avoid placing any readable data in program memory."
6999 msgstr ""
7001 #: config/h8300/h8300.opt:23
7002 #, no-c-format
7003 msgid "Generate H8S code."
7004 msgstr ""
7006 #: config/h8300/h8300.opt:27
7007 #, no-c-format
7008 msgid "Generate H8SX code."
7009 msgstr ""
7011 #: config/h8300/h8300.opt:31
7012 #, no-c-format
7013 msgid "Generate H8S/2600 code."
7014 msgstr ""
7016 #: config/h8300/h8300.opt:35
7017 #, no-c-format
7018 msgid "Make integers 32 bits wide."
7019 msgstr ""
7021 #: config/h8300/h8300.opt:42
7022 #, no-c-format
7023 msgid "Use registers for argument passing."
7024 msgstr ""
7026 #: config/h8300/h8300.opt:46
7027 #, no-c-format
7028 msgid "Consider access to byte sized memory slow."
7029 msgstr ""
7031 #: config/h8300/h8300.opt:50
7032 #, no-c-format
7033 msgid "Enable linker relaxing."
7034 msgstr ""
7036 #: config/h8300/h8300.opt:54
7037 #, no-c-format
7038 msgid "Generate H8/300H code."
7039 msgstr ""
7041 #: config/h8300/h8300.opt:58
7042 #, no-c-format
7043 msgid "Enable the normal mode."
7044 msgstr ""
7046 #: config/h8300/h8300.opt:62
7047 #, no-c-format
7048 msgid "Use H8/300 alignment rules."
7049 msgstr ""
7051 #: config/h8300/h8300.opt:66
7052 #, no-c-format
7053 msgid "Push extended registers on stack in monitor functions."
7054 msgstr ""
7056 #: config/h8300/h8300.opt:70
7057 #, no-c-format
7058 msgid "Do not push extended registers on stack in monitor functions."
7059 msgstr ""
7061 #: config/pru/pru.opt:31
7062 #, no-c-format
7063 msgid ""
7064 "-mmcu=MCU\tSelect the target System-On-Chip variant that embeds this PRU."
7065 msgstr ""
7067 #: config/pru/pru.opt:35
7068 #, no-c-format
7069 msgid ""
7070 "Make GCC pass the --no-relax command-line option to the linker instead of "
7071 "the --relax option."
7072 msgstr ""
7074 #: config/pru/pru.opt:40
7075 #, no-c-format
7076 msgid "Allow (or do not allow) gcc to use the LOOP instruction."
7077 msgstr ""
7079 #: config/pru/pru.opt:44
7080 #, no-c-format
7081 msgid "Select target ABI variant."
7082 msgstr ""
7084 #: config/pru/pru.opt:48
7085 #, no-c-format
7086 msgid "ABI variant code generation (for use with -mabi= option):"
7087 msgstr ""
7089 #: config/pdp11/pdp11.opt:23
7090 #, no-c-format
7091 msgid "Generate code for an 11/10."
7092 msgstr ""
7094 #: config/pdp11/pdp11.opt:27
7095 #, no-c-format
7096 msgid "Generate code for an 11/40."
7097 msgstr ""
7099 #: config/pdp11/pdp11.opt:31
7100 #, no-c-format
7101 msgid "Generate code for an 11/45."
7102 msgstr ""
7104 #: config/pdp11/pdp11.opt:35
7105 #, no-c-format
7106 msgid "Return floating-point results in ac0 (fr0 in Unix assembler syntax)."
7107 msgstr ""
7109 #: config/pdp11/pdp11.opt:39
7110 #, no-c-format
7111 msgid "Use the DEC assembler syntax."
7112 msgstr ""
7114 #: config/pdp11/pdp11.opt:43
7115 #, no-c-format
7116 msgid "Use the GNU assembler syntax."
7117 msgstr ""
7119 #: config/pdp11/pdp11.opt:47 config/rs6000/rs6000.opt:183
7120 #: config/frv/frv.opt:158
7121 #, no-c-format
7122 msgid "Use hardware floating point."
7123 msgstr ""
7125 #: config/pdp11/pdp11.opt:51
7126 #, no-c-format
7127 msgid "Use 16 bit int."
7128 msgstr ""
7130 #: config/pdp11/pdp11.opt:55
7131 #, no-c-format
7132 msgid "Use 32 bit int."
7133 msgstr ""
7135 #: config/pdp11/pdp11.opt:59 config/rs6000/rs6000.opt:179
7136 #, no-c-format
7137 msgid "Do not use hardware floating point."
7138 msgstr ""
7140 #: config/pdp11/pdp11.opt:63
7141 #, no-c-format
7142 msgid "Target has split I&D."
7143 msgstr ""
7145 #: config/pdp11/pdp11.opt:67
7146 #, no-c-format
7147 msgid "Use UNIX assembler syntax."
7148 msgstr ""
7150 #: config/pdp11/pdp11.opt:71
7151 #, no-c-format
7152 msgid "Use LRA register allocator."
7153 msgstr ""
7155 #: config/xtensa/xtensa.opt:23
7156 #, no-c-format
7157 msgid "Use CONST16 instruction to load constants."
7158 msgstr ""
7160 #: config/xtensa/xtensa.opt:27
7161 #, no-c-format
7162 msgid "Disable position-independent code (PIC) for use in OS kernel code."
7163 msgstr ""
7165 #: config/xtensa/xtensa.opt:31
7166 #, no-c-format
7167 msgid "Use indirect CALLXn instructions for large programs."
7168 msgstr ""
7170 #: config/xtensa/xtensa.opt:35
7171 #, no-c-format
7172 msgid ""
7173 "Set extra memory access cost for L32R instruction, in clock-cycle units."
7174 msgstr ""
7176 #: config/xtensa/xtensa.opt:39 config/sh/sh.opt:303
7177 #, no-c-format
7178 msgid "Use LRA instead of reload (transitional)."
7179 msgstr ""
7181 #: config/xtensa/xtensa.opt:43
7182 #, no-c-format
7183 msgid "Automatically align branch targets to reduce branch penalties."
7184 msgstr ""
7186 #: config/xtensa/xtensa.opt:47
7187 #, no-c-format
7188 msgid "Intersperse literal pools with code in the text section."
7189 msgstr ""
7191 #: config/xtensa/xtensa.opt:51
7192 #, no-c-format
7193 msgid ""
7194 "Relax literals in assembler and place them automatically in the text section."
7195 msgstr ""
7197 #: config/xtensa/xtensa.opt:55
7198 #, no-c-format
7199 msgid ""
7200 "-mno-serialize-volatile\tDo not serialize volatile memory references with "
7201 "MEMW instructions."
7202 msgstr ""
7204 #: config/xtensa/xtensa.opt:62
7205 #, no-c-format
7206 msgid "Use call0 ABI."
7207 msgstr ""
7209 #: config/xtensa/xtensa.opt:66
7210 #, no-c-format
7211 msgid "Use windowed registers ABI."
7212 msgstr ""
7214 #: config/i386/cygming.opt:23
7215 #, no-c-format
7216 msgid "Create console application."
7217 msgstr ""
7219 #: config/i386/cygming.opt:27
7220 #, no-c-format
7221 msgid "Generate code for a DLL."
7222 msgstr ""
7224 #: config/i386/cygming.opt:31
7225 #, no-c-format
7226 msgid "Ignore dllimport for functions."
7227 msgstr ""
7229 #: config/i386/cygming.opt:35
7230 #, no-c-format
7231 msgid "Use Mingw-specific thread support."
7232 msgstr ""
7234 #: config/i386/cygming.opt:39
7235 #, no-c-format
7236 msgid "Set Windows defines."
7237 msgstr ""
7239 #: config/i386/cygming.opt:43
7240 #, no-c-format
7241 msgid "Create GUI application."
7242 msgstr ""
7244 #: config/i386/cygming.opt:47
7245 #, no-c-format
7246 msgid "Use the GNU extension to the PE format for aligned common data."
7247 msgstr ""
7249 #: config/i386/cygming.opt:51
7250 #, no-c-format
7251 msgid ""
7252 "Compile code that relies on Cygwin DLL wrappers to support C++ operator new/"
7253 "delete replacement."
7254 msgstr ""
7256 #: config/i386/cygming.opt:55
7257 #, no-c-format
7258 msgid "For nested functions on stack executable permission is set."
7259 msgstr ""
7261 #: config/i386/cygming.opt:62
7262 #, no-c-format
7263 msgid "Put relocated read-only data into .data section."
7264 msgstr ""
7266 #: config/i386/mingw.opt:29
7267 #, no-c-format
7268 msgid "Warn about none ISO msvcrt scanf/printf width extensions."
7269 msgstr ""
7271 #: config/i386/mingw-w64.opt:23
7272 #, no-c-format
7273 msgid "Use unicode startup and define UNICODE macro."
7274 msgstr ""
7276 #: config/i386/i386.opt:198
7277 #, no-c-format
7278 msgid "sizeof(long double) is 16."
7279 msgstr ""
7281 #: config/i386/i386.opt:202 config/i386/i386.opt:370
7282 #, no-c-format
7283 msgid "Use hardware fp."
7284 msgstr ""
7286 #: config/i386/i386.opt:206
7287 #, no-c-format
7288 msgid "sizeof(long double) is 12."
7289 msgstr ""
7291 #: config/i386/i386.opt:210
7292 #, no-c-format
7293 msgid "Use 80-bit long double."
7294 msgstr ""
7296 #: config/i386/i386.opt:214 config/s390/s390.opt:163
7297 #: config/sparc/long-double-switch.opt:27 config/alpha/alpha.opt:102
7298 #, no-c-format
7299 msgid "Use 64-bit long double."
7300 msgstr ""
7302 #: config/i386/i386.opt:218 config/s390/s390.opt:159
7303 #: config/sparc/long-double-switch.opt:23 config/alpha/alpha.opt:98
7304 #, no-c-format
7305 msgid "Use 128-bit long double."
7306 msgstr ""
7308 #: config/i386/i386.opt:222 config/sh/sh.opt:179
7309 #, no-c-format
7310 msgid "Reserve space for outgoing arguments in the function prologue."
7311 msgstr ""
7313 #: config/i386/i386.opt:226
7314 #, no-c-format
7315 msgid "Align some doubles on dword boundary."
7316 msgstr ""
7318 #: config/i386/i386.opt:230
7319 #, no-c-format
7320 msgid "Function starts are aligned to this power of 2."
7321 msgstr ""
7323 #: config/i386/i386.opt:234
7324 #, no-c-format
7325 msgid "Jump targets are aligned to this power of 2."
7326 msgstr ""
7328 #: config/i386/i386.opt:238
7329 #, no-c-format
7330 msgid "Loop code aligned to this power of 2."
7331 msgstr ""
7333 #: config/i386/i386.opt:242
7334 #, no-c-format
7335 msgid "Align destination of the string operations."
7336 msgstr ""
7338 #: config/i386/i386.opt:263 config/s390/s390.opt:56
7339 #, no-c-format
7340 msgid "Generate code for given CPU."
7341 msgstr ""
7343 #: config/i386/i386.opt:267
7344 #, no-c-format
7345 msgid "Use given assembler dialect."
7346 msgstr ""
7348 #: config/i386/i386.opt:271
7349 #, no-c-format
7350 msgid "Known assembler dialects (for use with the -masm= option):"
7351 msgstr ""
7353 #: config/i386/i386.opt:281
7354 #, no-c-format
7355 msgid "Branches are this expensive (arbitrary units)."
7356 msgstr ""
7358 #: config/i386/i386.opt:285
7359 #, no-c-format
7360 msgid ""
7361 "-mlarge-data-threshold=<number>\tData greater than given threshold will go "
7362 "into .ldata section in x86-64 medium model."
7363 msgstr ""
7365 #: config/i386/i386.opt:289
7366 #, no-c-format
7367 msgid "Use given x86-64 code model."
7368 msgstr ""
7370 #: config/i386/i386.opt:312
7371 #, no-c-format
7372 msgid "Use given address mode."
7373 msgstr ""
7375 #: config/i386/i386.opt:316
7376 #, no-c-format
7377 msgid "Known address mode (for use with the -maddress-mode= option):"
7378 msgstr ""
7380 #: config/i386/i386.opt:329
7381 #, no-c-format
7382 msgid "Generate sin, cos, sqrt for FPU."
7383 msgstr ""
7385 #: config/i386/i386.opt:333
7386 #, no-c-format
7387 msgid "Always use Dynamic Realigned Argument Pointer (DRAP) to realign stack."
7388 msgstr ""
7390 #: config/i386/i386.opt:337
7391 #, no-c-format
7392 msgid "Return values of functions in FPU registers."
7393 msgstr ""
7395 #: config/i386/i386.opt:341
7396 #, no-c-format
7397 msgid "Generate floating point mathematics using given instruction set."
7398 msgstr ""
7400 #: config/i386/i386.opt:345
7401 #, no-c-format
7402 msgid "Valid arguments to -mfpmath=:"
7403 msgstr ""
7405 #: config/i386/i386.opt:378
7406 #, no-c-format
7407 msgid "Inline all known string operations."
7408 msgstr ""
7410 #: config/i386/i386.opt:382
7411 #, no-c-format
7412 msgid ""
7413 "Inline memset/memcpy string operations, but perform inline version only for "
7414 "small blocks."
7415 msgstr ""
7417 #: config/i386/i386.opt:389
7418 #, no-c-format
7419 msgid "Use native (MS) bitfield layout."
7420 msgstr ""
7422 #: config/i386/i386.opt:409
7423 #, no-c-format
7424 msgid ""
7425 "Relax cmpxchg loop for atomic_fetch_{or,xor,and,nand} by adding load and cmp "
7426 "before cmpxchg, execute pause and loop back to load and compare if load "
7427 "value is not expected."
7428 msgstr ""
7430 #: config/i386/i386.opt:413
7431 #, no-c-format
7432 msgid "Set 80387 floating-point precision to 32-bit."
7433 msgstr ""
7435 #: config/i386/i386.opt:417
7436 #, no-c-format
7437 msgid "Set 80387 floating-point precision to 64-bit."
7438 msgstr ""
7440 #: config/i386/i386.opt:421
7441 #, no-c-format
7442 msgid "Set 80387 floating-point precision to 80-bit."
7443 msgstr ""
7445 #: config/i386/i386.opt:425
7446 #, no-c-format
7447 msgid "Set the FTZ and DAZ Flags."
7448 msgstr ""
7450 #: config/i386/i386.opt:433
7451 #, no-c-format
7452 msgid "Assume incoming stack aligned to this power of 2."
7453 msgstr ""
7455 #: config/i386/i386.opt:437
7456 #, no-c-format
7457 msgid "Use push instructions to save outgoing arguments."
7458 msgstr ""
7460 #: config/i386/i386.opt:441
7461 #, no-c-format
7462 msgid "Use red-zone in the x86-64 code."
7463 msgstr ""
7465 #: config/i386/i386.opt:445
7466 #, no-c-format
7467 msgid "Number of registers used to pass integer arguments."
7468 msgstr ""
7470 #: config/i386/i386.opt:449
7471 #, no-c-format
7472 msgid "Alternate calling convention."
7473 msgstr ""
7475 #: config/i386/i386.opt:453 config/alpha/alpha.opt:23
7476 #, no-c-format
7477 msgid "Do not use hardware fp."
7478 msgstr ""
7480 #: config/i386/i386.opt:457
7481 #, no-c-format
7482 msgid "Use SSE register passing conventions for SF and DF mode."
7483 msgstr ""
7485 #: config/i386/i386.opt:461
7486 #, no-c-format
7487 msgid "Realign stack in prologue."
7488 msgstr ""
7490 #: config/i386/i386.opt:465
7491 #, no-c-format
7492 msgid "Enable stack probing."
7493 msgstr ""
7495 #: config/i386/i386.opt:469
7496 #, no-c-format
7497 msgid "Specify memcpy expansion strategy when expected size is known."
7498 msgstr ""
7500 #: config/i386/i386.opt:473
7501 #, no-c-format
7502 msgid "Specify memset expansion strategy when expected size is known."
7503 msgstr ""
7505 #: config/i386/i386.opt:477
7506 #, no-c-format
7507 msgid "Chose strategy to generate stringop using."
7508 msgstr ""
7510 #: config/i386/i386.opt:481
7511 #, no-c-format
7512 msgid "Valid arguments to -mstringop-strategy=:"
7513 msgstr ""
7515 #: config/i386/i386.opt:509
7516 #, no-c-format
7517 msgid "Use given thread-local storage dialect."
7518 msgstr ""
7520 #: config/i386/i386.opt:513
7521 #, no-c-format
7522 msgid "Known TLS dialects (for use with the -mtls-dialect= option):"
7523 msgstr ""
7525 #: config/i386/i386.opt:523
7526 #, no-c-format
7527 msgid "Use direct references against %gs when accessing tls data."
7528 msgstr ""
7530 #: config/i386/i386.opt:531
7531 #, no-c-format
7532 msgid "Fine grain control of tune features."
7533 msgstr ""
7535 #: config/i386/i386.opt:535
7536 #, no-c-format
7537 msgid "Clear all tune features."
7538 msgstr ""
7540 #: config/i386/i386.opt:542
7541 #, no-c-format
7542 msgid "Generate code that conforms to Intel MCU psABI."
7543 msgstr ""
7545 #: config/i386/i386.opt:546
7546 #, no-c-format
7547 msgid "Generate code that conforms to the given ABI."
7548 msgstr ""
7550 #: config/i386/i386.opt:550 config/nds32/nds32.opt:51
7551 #, no-c-format
7552 msgid "Known ABIs (for use with the -mabi= option):"
7553 msgstr ""
7555 #: config/i386/i386.opt:560
7556 #, no-c-format
7557 msgid ""
7558 "Use libgcc stubs to save and restore registers clobbered by 64-bit Microsoft "
7559 "to System V ABI calls."
7560 msgstr ""
7562 #: config/i386/i386.opt:564 config/rs6000/rs6000.opt:195
7563 #, no-c-format
7564 msgid "Vector library ABI to use."
7565 msgstr ""
7567 #: config/i386/i386.opt:568
7568 #, no-c-format
7569 msgid ""
7570 "Known vectorization library ABIs (for use with the -mveclibabi= option):"
7571 msgstr ""
7573 #: config/i386/i386.opt:578
7574 #, no-c-format
7575 msgid "Return 8-byte vectors in memory."
7576 msgstr ""
7578 #: config/i386/i386.opt:582
7579 #, no-c-format
7580 msgid "Generate reciprocals instead of divss and sqrtss."
7581 msgstr ""
7583 #: config/i386/i386.opt:586
7584 #, no-c-format
7585 msgid "Control generation of reciprocal estimates."
7586 msgstr ""
7588 #: config/i386/i386.opt:590
7589 #, no-c-format
7590 msgid "Generate cld instruction in the function prologue."
7591 msgstr ""
7593 #: config/i386/i386.opt:594
7594 #, no-c-format
7595 msgid ""
7596 "Generate vzeroupper instruction before a transfer of control flow out of the "
7597 "function."
7598 msgstr ""
7600 #: config/i386/i386.opt:599
7601 #, no-c-format
7602 msgid ""
7603 "Disable Scalar to Vector optimization pass transforming 64-bit integer "
7604 "computations into a vector ones."
7605 msgstr ""
7607 #: config/i386/i386.opt:604
7608 #, no-c-format
7609 msgid ""
7610 "The maximum number of use and def visits when discovering a STV chain before "
7611 "the discovery is aborted."
7612 msgstr ""
7614 #: config/i386/i386.opt:608
7615 #, no-c-format
7616 msgid ""
7617 "Do dispatch scheduling if processor is bdver1, bdver2, bdver3, bdver4 or "
7618 "znver1 and Haifa scheduling is selected."
7619 msgstr ""
7621 #: config/i386/i386.opt:613
7622 #, no-c-format
7623 msgid ""
7624 "Use 128-bit AVX instructions instead of 256-bit AVX instructions in the auto-"
7625 "vectorizer."
7626 msgstr ""
7628 #: config/i386/i386.opt:617
7629 #, no-c-format
7630 msgid ""
7631 "Use given register vector width instructions instead of maximum register "
7632 "width in the auto-vectorizer."
7633 msgstr ""
7635 #: config/i386/i386.opt:621
7636 #, no-c-format
7637 msgid ""
7638 "Known preferred register vector length (to use with the -mprefer-vector-"
7639 "width= option):"
7640 msgstr ""
7642 #: config/i386/i386.opt:637
7643 #, no-c-format
7644 msgid ""
7645 "Maximum number of bits that can be moved from memory to memory efficiently."
7646 msgstr ""
7648 #: config/i386/i386.opt:641
7649 #, no-c-format
7650 msgid "Maximum number of bits that can be stored to memory efficiently."
7651 msgstr ""
7653 #: config/i386/i386.opt:647
7654 #, no-c-format
7655 msgid "Generate 32bit i386 code."
7656 msgstr ""
7658 #: config/i386/i386.opt:651
7659 #, no-c-format
7660 msgid "Generate 64bit x86-64 code."
7661 msgstr ""
7663 #: config/i386/i386.opt:655
7664 #, no-c-format
7665 msgid "Generate 32bit x86-64 code."
7666 msgstr ""
7668 #: config/i386/i386.opt:659
7669 #, no-c-format
7670 msgid "Generate 16bit i386 code."
7671 msgstr ""
7673 #: config/i386/i386.opt:663
7674 #, no-c-format
7675 msgid "Support MMX built-in functions."
7676 msgstr ""
7678 #: config/i386/i386.opt:667
7679 #, no-c-format
7680 msgid "Support 3DNow! built-in functions."
7681 msgstr ""
7683 #: config/i386/i386.opt:671
7684 #, no-c-format
7685 msgid "Support Athlon 3Dnow! built-in functions."
7686 msgstr ""
7688 #: config/i386/i386.opt:675
7689 #, no-c-format
7690 msgid "Support MMX and SSE built-in functions and code generation."
7691 msgstr ""
7693 #: config/i386/i386.opt:679
7694 #, no-c-format
7695 msgid "Support MMX, SSE and SSE2 built-in functions and code generation."
7696 msgstr ""
7698 #: config/i386/i386.opt:683
7699 #, no-c-format
7700 msgid "Support MMX, SSE, SSE2 and SSE3 built-in functions and code generation."
7701 msgstr ""
7703 #: config/i386/i386.opt:687
7704 #, no-c-format
7705 msgid ""
7706 "Support MMX, SSE, SSE2, SSE3 and SSSE3 built-in functions and code "
7707 "generation."
7708 msgstr ""
7710 #: config/i386/i386.opt:691
7711 #, no-c-format
7712 msgid ""
7713 "Support MMX, SSE, SSE2, SSE3, SSSE3 and SSE4.1 built-in functions and code "
7714 "generation."
7715 msgstr ""
7717 #: config/i386/i386.opt:695 config/i386/i386.opt:699
7718 #, no-c-format
7719 msgid ""
7720 "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1 and SSE4.2 built-in functions "
7721 "and code generation."
7722 msgstr ""
7724 #: config/i386/i386.opt:703
7725 #, no-c-format
7726 msgid ""
7727 "Do not support SSE4.1 and SSE4.2 built-in functions and code generation."
7728 msgstr ""
7730 #: config/i386/i386.opt:711
7731 #, no-c-format
7732 msgid ""
7733 "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2 and AVX built-in "
7734 "functions and code generation."
7735 msgstr ""
7737 #: config/i386/i386.opt:715
7738 #, no-c-format
7739 msgid ""
7740 "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX and AVX2 built-in "
7741 "functions and code generation."
7742 msgstr ""
7744 #: config/i386/i386.opt:719
7745 #, no-c-format
7746 msgid ""
7747 "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F "
7748 "built-in functions and code generation."
7749 msgstr ""
7751 #: config/i386/i386.opt:723
7752 #, no-c-format
7753 msgid ""
7754 "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F "
7755 "and AVX512PF built-in functions and code generation."
7756 msgstr ""
7758 #: config/i386/i386.opt:727
7759 #, no-c-format
7760 msgid ""
7761 "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F "
7762 "and AVX512ER built-in functions and code generation."
7763 msgstr ""
7765 #: config/i386/i386.opt:731
7766 #, no-c-format
7767 msgid ""
7768 "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F "
7769 "and AVX512CD built-in functions and code generation."
7770 msgstr ""
7772 #: config/i386/i386.opt:735
7773 #, no-c-format
7774 msgid ""
7775 "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F "
7776 "and AVX512DQ built-in functions and code generation."
7777 msgstr ""
7779 #: config/i386/i386.opt:739
7780 #, no-c-format
7781 msgid ""
7782 "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F "
7783 "and AVX512BW built-in functions and code generation."
7784 msgstr ""
7786 #: config/i386/i386.opt:743
7787 #, no-c-format
7788 msgid ""
7789 "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F "
7790 "and AVX512VL built-in functions and code generation."
7791 msgstr ""
7793 #: config/i386/i386.opt:747
7794 #, no-c-format
7795 msgid ""
7796 "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F "
7797 "and AVX512IFMA built-in functions and code generation."
7798 msgstr ""
7800 #: config/i386/i386.opt:751
7801 #, no-c-format
7802 msgid ""
7803 "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F "
7804 "and AVX512VBMI built-in functions and code generation."
7805 msgstr ""
7807 #: config/i386/i386.opt:755
7808 #, no-c-format
7809 msgid ""
7810 "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512F and "
7811 "AVX5124FMAPS built-in functions and code generation."
7812 msgstr ""
7814 #: config/i386/i386.opt:759
7815 #, no-c-format
7816 msgid ""
7817 "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512F and "
7818 "AVX5124VNNIW built-in functions and code generation."
7819 msgstr ""
7821 #: config/i386/i386.opt:763
7822 #, no-c-format
7823 msgid ""
7824 "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512F and "
7825 "AVX512VPOPCNTDQ built-in functions and code generation."
7826 msgstr ""
7828 #: config/i386/i386.opt:767
7829 #, no-c-format
7830 msgid ""
7831 "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512F and "
7832 "AVX512VBMI2 built-in functions and code generation."
7833 msgstr ""
7835 #: config/i386/i386.opt:771
7836 #, no-c-format
7837 msgid "Support AVX512VNNI built-in functions and code generation."
7838 msgstr ""
7840 #: config/i386/i386.opt:775
7841 #, no-c-format
7842 msgid ""
7843 "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512F and "
7844 "AVX512BITALG built-in functions and code generation."
7845 msgstr ""
7847 #: config/i386/i386.opt:779
7848 #, no-c-format
7849 msgid "Support AVX512VP2INTERSECT built-in functions and code generation."
7850 msgstr ""
7852 #: config/i386/i386.opt:783
7853 #, no-c-format
7854 msgid ""
7855 "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX and FMA built-in "
7856 "functions and code generation."
7857 msgstr ""
7859 #: config/i386/i386.opt:787
7860 #, no-c-format
7861 msgid ""
7862 "Support MMX, SSE, SSE2, SSE3 and SSE4A built-in functions and code "
7863 "generation."
7864 msgstr ""
7866 #: config/i386/i386.opt:791
7867 #, no-c-format
7868 msgid "Support FMA4 built-in functions and code generation."
7869 msgstr ""
7871 #: config/i386/i386.opt:795
7872 #, no-c-format
7873 msgid "Support XOP built-in functions and code generation."
7874 msgstr ""
7876 #: config/i386/i386.opt:799
7877 #, no-c-format
7878 msgid "Support LWP built-in functions and code generation."
7879 msgstr ""
7881 #: config/i386/i386.opt:803
7882 #, no-c-format
7883 msgid ""
7884 "Support code generation of Advanced Bit Manipulation (ABM) instructions."
7885 msgstr ""
7887 #: config/i386/i386.opt:807
7888 #, no-c-format
7889 msgid "Support code generation of popcnt instruction."
7890 msgstr ""
7892 #: config/i386/i386.opt:811
7893 #, no-c-format
7894 msgid "Support PCONFIG built-in functions and code generation."
7895 msgstr ""
7897 #: config/i386/i386.opt:815
7898 #, no-c-format
7899 msgid "Support WBNOINVD built-in functions and code generation."
7900 msgstr ""
7902 #: config/i386/i386.opt:819
7903 #, no-c-format
7904 msgid "Support PTWRITE built-in functions and code generation."
7905 msgstr ""
7907 #: config/i386/i386.opt:823
7908 #, no-c-format
7909 msgid "Support UINTR built-in functions and code generation."
7910 msgstr ""
7912 #: config/i386/i386.opt:827
7913 #, no-c-format
7914 msgid "Support SGX built-in functions and code generation."
7915 msgstr ""
7917 #: config/i386/i386.opt:831
7918 #, no-c-format
7919 msgid "Support RDPID built-in functions and code generation."
7920 msgstr ""
7922 #: config/i386/i386.opt:835
7923 #, no-c-format
7924 msgid "Support GFNI built-in functions and code generation."
7925 msgstr ""
7927 #: config/i386/i386.opt:839
7928 #, no-c-format
7929 msgid "Support VAES built-in functions and code generation."
7930 msgstr ""
7932 #: config/i386/i386.opt:843
7933 #, no-c-format
7934 msgid "Support VPCLMULQDQ built-in functions and code generation."
7935 msgstr ""
7937 #: config/i386/i386.opt:847
7938 #, no-c-format
7939 msgid "Support BMI built-in functions and code generation."
7940 msgstr ""
7942 #: config/i386/i386.opt:851
7943 #, no-c-format
7944 msgid "Support BMI2 built-in functions and code generation."
7945 msgstr ""
7947 #: config/i386/i386.opt:855
7948 #, no-c-format
7949 msgid "Support LZCNT built-in function and code generation."
7950 msgstr ""
7952 #: config/i386/i386.opt:859
7953 #, no-c-format
7954 msgid "Support Hardware Lock Elision prefixes."
7955 msgstr ""
7957 #: config/i386/i386.opt:863
7958 #, no-c-format
7959 msgid "Support RDSEED instruction."
7960 msgstr ""
7962 #: config/i386/i386.opt:867
7963 #, no-c-format
7964 msgid "Support PREFETCHW instruction."
7965 msgstr ""
7967 #: config/i386/i386.opt:871
7968 #, no-c-format
7969 msgid "Support flag-preserving add-carry instructions."
7970 msgstr ""
7972 #: config/i386/i386.opt:875
7973 #, no-c-format
7974 msgid "Support CLFLUSHOPT instructions."
7975 msgstr ""
7977 #: config/i386/i386.opt:879
7978 #, no-c-format
7979 msgid "Support CLWB instruction."
7980 msgstr ""
7982 #: config/i386/i386.opt:886
7983 #, no-c-format
7984 msgid "Support FXSAVE and FXRSTOR instructions."
7985 msgstr ""
7987 #: config/i386/i386.opt:890
7988 #, no-c-format
7989 msgid "Support XSAVE and XRSTOR instructions."
7990 msgstr ""
7992 #: config/i386/i386.opt:894
7993 #, no-c-format
7994 msgid "Support XSAVEOPT instruction."
7995 msgstr ""
7997 #: config/i386/i386.opt:898
7998 #, no-c-format
7999 msgid "Support XSAVEC instructions."
8000 msgstr ""
8002 #: config/i386/i386.opt:902
8003 #, no-c-format
8004 msgid "Support XSAVES and XRSTORS instructions."
8005 msgstr ""
8007 #: config/i386/i386.opt:906
8008 #, no-c-format
8009 msgid "Support TBM built-in functions and code generation."
8010 msgstr ""
8012 #: config/i386/i386.opt:910
8013 #, no-c-format
8014 msgid "Support code generation of cmpxchg16b instruction."
8015 msgstr ""
8017 #: config/i386/i386.opt:914
8018 #, no-c-format
8019 msgid "Support code generation of sahf instruction in 64bit x86-64 code."
8020 msgstr ""
8022 #: config/i386/i386.opt:918
8023 #, no-c-format
8024 msgid "Support code generation of movbe instruction."
8025 msgstr ""
8027 #: config/i386/i386.opt:922
8028 #, no-c-format
8029 msgid "Support code generation of crc32 instruction."
8030 msgstr ""
8032 #: config/i386/i386.opt:926
8033 #, no-c-format
8034 msgid "Support AES built-in functions and code generation."
8035 msgstr ""
8037 #: config/i386/i386.opt:930
8038 #, no-c-format
8039 msgid "Support SHA1 and SHA256 built-in functions and code generation."
8040 msgstr ""
8042 #: config/i386/i386.opt:934
8043 #, no-c-format
8044 msgid "Support PCLMUL built-in functions and code generation."
8045 msgstr ""
8047 #: config/i386/i386.opt:938
8048 #, no-c-format
8049 msgid "Encode SSE instructions with VEX prefix."
8050 msgstr ""
8052 #: config/i386/i386.opt:942
8053 #, no-c-format
8054 msgid "Support FSGSBASE built-in functions and code generation."
8055 msgstr ""
8057 #: config/i386/i386.opt:946
8058 #, no-c-format
8059 msgid "Support RDRND built-in functions and code generation."
8060 msgstr ""
8062 #: config/i386/i386.opt:950
8063 #, no-c-format
8064 msgid "Support F16C built-in functions and code generation."
8065 msgstr ""
8067 #: config/i386/i386.opt:954
8068 #, no-c-format
8069 msgid "Support PREFETCHWT1 built-in functions and code generation."
8070 msgstr ""
8072 #: config/i386/i386.opt:958
8073 #, no-c-format
8074 msgid "Emit profiling counter call at function entry before prologue."
8075 msgstr ""
8077 #: config/i386/i386.opt:962
8078 #, no-c-format
8079 msgid "Generate __mcount_loc section with all mcount or __fentry__ calls."
8080 msgstr ""
8082 #: config/i386/i386.opt:966 config/s390/s390.opt:311
8083 #, no-c-format
8084 msgid ""
8085 "Generate mcount/__fentry__ calls as nops. To activate they need to be "
8086 "patched in."
8087 msgstr ""
8089 #: config/i386/i386.opt:971
8090 #, no-c-format
8091 msgid "Set name of __fentry__ symbol called at function entry."
8092 msgstr ""
8094 #: config/i386/i386.opt:975
8095 #, no-c-format
8096 msgid "Set name of section to record mrecord-mcount calls."
8097 msgstr ""
8099 #: config/i386/i386.opt:979
8100 #, no-c-format
8101 msgid "Skip setting up RAX register when passing variable arguments."
8102 msgstr ""
8104 #: config/i386/i386.opt:983
8105 #, no-c-format
8106 msgid ""
8107 "Expand 32bit/64bit integer divide into 8bit unsigned integer divide with run-"
8108 "time check."
8109 msgstr ""
8111 #: config/i386/i386.opt:987
8112 #, no-c-format
8113 msgid "Split 32-byte AVX unaligned load."
8114 msgstr ""
8116 #: config/i386/i386.opt:991
8117 #, no-c-format
8118 msgid "Split 32-byte AVX unaligned store."
8119 msgstr ""
8121 #: config/i386/i386.opt:995
8122 #, no-c-format
8123 msgid "Support RTM built-in functions and code generation."
8124 msgstr ""
8126 #: config/i386/i386.opt:1003
8127 #, no-c-format
8128 msgid "Support MWAITX and MONITORX built-in functions and code generation."
8129 msgstr ""
8131 #: config/i386/i386.opt:1007
8132 #, no-c-format
8133 msgid "Support CLZERO built-in functions and code generation."
8134 msgstr ""
8136 #: config/i386/i386.opt:1011
8137 #, no-c-format
8138 msgid "Support PKU built-in functions and code generation."
8139 msgstr ""
8141 #: config/i386/i386.opt:1019
8142 #, no-c-format
8143 msgid ""
8144 "Known stack protector guard (for use with the -mstack-protector-guard= "
8145 "option):"
8146 msgstr ""
8148 #: config/i386/i386.opt:1043
8149 #, no-c-format
8150 msgid "Use the given symbol for addressing the stack-protector guard."
8151 msgstr ""
8153 #: config/i386/i386.opt:1054
8154 #, no-c-format
8155 msgid ""
8156 "Enable shadow stack built-in functions from Control-flow Enforcement "
8157 "Technology (CET)."
8158 msgstr ""
8160 #: config/i386/i386.opt:1059
8161 #, no-c-format
8162 msgid ""
8163 "Turn on CET instrumentation for switch statements that use a jump table and "
8164 "an indirect jump."
8165 msgstr ""
8167 #: config/i386/i386.opt:1064
8168 #, no-c-format
8169 msgid ""
8170 "Insert ENDBR instruction at function entry only via cf_check attribute for "
8171 "CET instrumentation."
8172 msgstr ""
8174 #: config/i386/i386.opt:1069
8175 #, no-c-format
8176 msgid "Make all function calls indirect."
8177 msgstr ""
8179 #: config/i386/i386.opt:1073
8180 #, no-c-format
8181 msgid "Convert indirect call and jump to call and return thunks."
8182 msgstr ""
8184 #: config/i386/i386.opt:1077
8185 #, no-c-format
8186 msgid "Convert function return to call and return thunk."
8187 msgstr ""
8189 #: config/i386/i386.opt:1081 config/s390/s390.opt:277
8190 #, no-c-format
8191 msgid ""
8192 "Known indirect branch choices (for use with the -mindirect-branch=/-"
8193 "mfunction-return= options):"
8194 msgstr ""
8196 #: config/i386/i386.opt:1097
8197 #, no-c-format
8198 msgid ""
8199 "Add CS prefix to call and jmp to indirect thunk with branch target in r8-r15 "
8200 "registers."
8201 msgstr ""
8203 #: config/i386/i386.opt:1101
8204 #, no-c-format
8205 msgid "Force indirect call and jump via register."
8206 msgstr ""
8208 #: config/i386/i386.opt:1105
8209 #, no-c-format
8210 msgid "Support MOVDIRI built-in functions and code generation."
8211 msgstr ""
8213 #: config/i386/i386.opt:1109
8214 #, no-c-format
8215 msgid "Support MOVDIR64B built-in functions and code generation."
8216 msgstr ""
8218 #: config/i386/i386.opt:1113
8219 #, no-c-format
8220 msgid "Support WAITPKG built-in functions and code generation."
8221 msgstr ""
8223 #: config/i386/i386.opt:1117
8224 #, no-c-format
8225 msgid "Support CLDEMOTE built-in functions and code generation."
8226 msgstr ""
8228 #: config/i386/i386.opt:1121
8229 #, no-c-format
8230 msgid "Instrument function exit in instrumented functions with __fentry__."
8231 msgstr ""
8233 #: config/i386/i386.opt:1125
8234 #, no-c-format
8235 msgid "Known choices for return instrumentation with -minstrument-return=:"
8236 msgstr ""
8238 #: config/i386/i386.opt:1138
8239 #, no-c-format
8240 msgid ""
8241 "Generate a __return_loc section pointing to all return instrumentation code."
8242 msgstr ""
8244 #: config/i386/i386.opt:1146
8245 #, no-c-format
8246 msgid ""
8247 "Known choices for mitigation against straight line speculation with -mharden-"
8248 "sls=:"
8249 msgstr ""
8251 #: config/i386/i386.opt:1162
8252 #, no-c-format
8253 msgid ""
8254 "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512F and "
8255 "AVX512BF16 built-in functions and code generation."
8256 msgstr ""
8258 #: config/i386/i386.opt:1167
8259 #, no-c-format
8260 msgid "Support ENQCMD built-in functions and code generation."
8261 msgstr ""
8263 #: config/i386/i386.opt:1171
8264 #, no-c-format
8265 msgid "Support SERIALIZE built-in functions and code generation."
8266 msgstr ""
8268 #: config/i386/i386.opt:1175
8269 #, no-c-format
8270 msgid "Support TSXLDTRK built-in functions and code generation."
8271 msgstr ""
8273 #: config/i386/i386.opt:1179
8274 #, no-c-format
8275 msgid "Support AMX-TILE built-in functions and code generation."
8276 msgstr ""
8278 #: config/i386/i386.opt:1183
8279 #, no-c-format
8280 msgid "Support AMX-INT8 built-in functions and code generation."
8281 msgstr ""
8283 #: config/i386/i386.opt:1187
8284 #, no-c-format
8285 msgid "Support AMX-BF16 built-in functions and code generation."
8286 msgstr ""
8288 #: config/i386/i386.opt:1191
8289 #, no-c-format
8290 msgid "Support HRESET built-in functions and code generation."
8291 msgstr ""
8293 #: config/i386/i386.opt:1195
8294 #, no-c-format
8295 msgid "Support KL built-in functions and code generation."
8296 msgstr ""
8298 #: config/i386/i386.opt:1199
8299 #, no-c-format
8300 msgid "Support WIDEKL built-in functions and code generation."
8301 msgstr ""
8303 #: config/i386/i386.opt:1203
8304 #, no-c-format
8305 msgid ""
8306 "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, and AVXVNNI "
8307 "built-in functions and code generation."
8308 msgstr ""
8310 #: config/i386/i386.opt:1208
8311 #, no-c-format
8312 msgid "Emit GNU_PROPERTY_X86_ISA_1_NEEDED GNU property."
8313 msgstr ""
8315 #: config/i386/i386.opt:1212
8316 #, no-c-format
8317 msgid "Support MWAIT and MONITOR built-in functions and code generation."
8318 msgstr ""
8320 #: config/i386/i386.opt:1216
8321 #, no-c-format
8322 msgid ""
8323 "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512F and "
8324 "AVX512-FP16 built-in functions and code generation."
8325 msgstr ""
8327 #: config/i386/i386.opt:1220
8328 #, no-c-format
8329 msgid "Do not use GOT to access external symbols."
8330 msgstr ""
8332 #: config/i386/i386.opt:1224
8333 #, no-c-format
8334 msgid "Instructions number above which STFL stall penalty can be compensated."
8335 msgstr ""
8337 #: config/i386/i386.opt:1228
8338 #, no-c-format
8339 msgid ""
8340 "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, and AVXIFMA "
8341 "built-in functions and code generation."
8342 msgstr ""
8344 #: config/i386/i386.opt:1233
8345 #, no-c-format
8346 msgid ""
8347 "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and "
8348 "AVXVNNIINT8 built-in functions and code generation."
8349 msgstr ""
8351 #: config/i386/i386.opt:1238
8352 #, no-c-format
8353 msgid ""
8354 "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, and "
8355 "AVXNECONVERT build-in functions and code generation."
8356 msgstr ""
8358 #: config/i386/i386.opt:1243
8359 #, no-c-format
8360 msgid ""
8361 "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, and "
8362 "CMPCCXADD build-in functions and code generation."
8363 msgstr ""
8365 #: config/i386/i386.opt:1248
8366 #, no-c-format
8367 msgid "Support AMX-FP16 built-in functions and code generation."
8368 msgstr ""
8370 #: config/i386/i386.opt:1252
8371 #, no-c-format
8372 msgid "Support PREFETCHI built-in functions and code generation."
8373 msgstr ""
8375 #: config/i386/i386.opt:1256
8376 #, no-c-format
8377 msgid "Support RAOINT built-in functions and code generation."
8378 msgstr ""
8380 #: config/i386/i386.opt:1260
8381 #, no-c-format
8382 msgid "Enable conservative small loop unrolling."
8383 msgstr ""
8385 #: config/i386/i386.opt:1264
8386 #, no-c-format
8387 msgid ""
8388 "-mlam=[none|u48|u57] Instrument meta data position in user data pointers."
8389 msgstr ""
8391 #: config/pa/pa64-hpux.opt:23
8392 #, no-c-format
8393 msgid "Assume code will be linked by GNU ld."
8394 msgstr ""
8396 #: config/pa/pa64-hpux.opt:27
8397 #, no-c-format
8398 msgid "Assume code will be linked by HP ld."
8399 msgstr ""
8401 #: config/pa/pa-hpux1010.opt:23 config/pa/pa-hpux.opt:31
8402 #: config/pa/pa-hpux1131.opt:23 config/pa/pa-hpux1111.opt:23
8403 #, no-c-format
8404 msgid "Specify UNIX standard for predefines and linking."
8405 msgstr ""
8407 #: config/pa/pa-hpux.opt:27
8408 #, no-c-format
8409 msgid "Generate cpp defines for server IO."
8410 msgstr ""
8412 #: config/pa/pa-hpux.opt:35
8413 #, no-c-format
8414 msgid "Generate cpp defines for workstation IO."
8415 msgstr ""
8417 #: config/pa/pa.opt:30 config/pa/pa.opt:95 config/pa/pa.opt:107
8418 #, no-c-format
8419 msgid "Generate PA1.0 code."
8420 msgstr ""
8422 #: config/pa/pa.opt:34 config/pa/pa.opt:111 config/pa/pa.opt:156
8423 #, no-c-format
8424 msgid "Generate PA1.1 code."
8425 msgstr ""
8427 #: config/pa/pa.opt:38 config/pa/pa.opt:115
8428 #, no-c-format
8429 msgid "Generate PA2.0 code (requires binutils 2.10 or later)."
8430 msgstr ""
8432 #: config/pa/pa.opt:42
8433 #, no-c-format
8434 msgid ""
8435 "Generate libcalls for atomic loads and stores when sync libcalls are "
8436 "disabled."
8437 msgstr ""
8439 #: config/pa/pa.opt:50
8440 #, no-c-format
8441 msgid "Caller copies function arguments passed by hidden reference."
8442 msgstr ""
8444 #: config/pa/pa.opt:54
8445 #, no-c-format
8446 msgid "Use ldcw/ldcd coherent cache-control hint."
8447 msgstr ""
8449 #: config/pa/pa.opt:58
8450 #, no-c-format
8451 msgid "Disable FP regs.  Equivalent to -msoft-float."
8452 msgstr ""
8454 #: config/pa/pa.opt:62
8455 #, no-c-format
8456 msgid "Disable indexed addressing."
8457 msgstr ""
8459 #: config/pa/pa.opt:66
8460 #, no-c-format
8461 msgid "Generate fast indirect calls."
8462 msgstr ""
8464 #: config/pa/pa.opt:74
8465 #, no-c-format
8466 msgid "Assume code will be assembled by GAS."
8467 msgstr ""
8469 #: config/pa/pa.opt:83
8470 #, no-c-format
8471 msgid "Enable linker optimizations."
8472 msgstr ""
8474 #: config/pa/pa.opt:87
8475 #, no-c-format
8476 msgid "Always generate long calls."
8477 msgstr ""
8479 #: config/pa/pa.opt:91
8480 #, no-c-format
8481 msgid "Emit long load/store sequences."
8482 msgstr ""
8484 #: config/pa/pa.opt:99
8485 #, no-c-format
8486 msgid "Disable space regs."
8487 msgstr ""
8489 #: config/pa/pa.opt:103
8490 #, no-c-format
8491 msgid "Assume memory references are ordered and barriers are not needed."
8492 msgstr ""
8494 #: config/pa/pa.opt:119
8495 #, no-c-format
8496 msgid "Use portable calling conventions."
8497 msgstr ""
8499 #: config/pa/pa.opt:123
8500 #, no-c-format
8501 msgid ""
8502 "Specify CPU for scheduling purposes.  Valid arguments are 700, 7100, 7100LC, "
8503 "7200, 7300, and 8000."
8504 msgstr ""
8506 #: config/pa/pa.opt:148 config/frv/frv.opt:215
8507 #, no-c-format
8508 msgid "Use software floating point."
8509 msgstr ""
8511 #: config/pa/pa.opt:152
8512 #, no-c-format
8513 msgid "Use software integer multiplication."
8514 msgstr ""
8516 #: config/pa/pa.opt:160
8517 #, no-c-format
8518 msgid "Do not disable space regs."
8519 msgstr ""
8521 #: config/v850/v850.opt:29
8522 #, no-c-format
8523 msgid "Use registers r2 and r5."
8524 msgstr ""
8526 #: config/v850/v850.opt:33
8527 #, no-c-format
8528 msgid "Use 4 byte entries in switch tables."
8529 msgstr ""
8531 #: config/v850/v850.opt:37
8532 #, no-c-format
8533 msgid "Enable backend debugging."
8534 msgstr ""
8536 #: config/v850/v850.opt:41
8537 #, no-c-format
8538 msgid "Do not use the callt instruction (default)."
8539 msgstr ""
8541 #: config/v850/v850.opt:45
8542 #, no-c-format
8543 msgid "Reuse r30 on a per function basis."
8544 msgstr ""
8546 #: config/v850/v850.opt:52
8547 #, no-c-format
8548 msgid "Prohibit PC relative function calls."
8549 msgstr ""
8551 #: config/v850/v850.opt:56
8552 #, no-c-format
8553 msgid "Use stubs for function prologues."
8554 msgstr ""
8556 #: config/v850/v850.opt:60
8557 #, no-c-format
8558 msgid "Set the max size of data eligible for the SDA area."
8559 msgstr ""
8561 #: config/v850/v850.opt:67
8562 #, no-c-format
8563 msgid "Enable the use of the short load instructions."
8564 msgstr ""
8566 #: config/v850/v850.opt:71
8567 #, no-c-format
8568 msgid "Same as: -mep -mprolog-function."
8569 msgstr ""
8571 #: config/v850/v850.opt:75
8572 #, no-c-format
8573 msgid "Set the max size of data eligible for the TDA area."
8574 msgstr ""
8576 #: config/v850/v850.opt:82
8577 #, no-c-format
8578 msgid "Do not enforce strict alignment."
8579 msgstr ""
8581 #: config/v850/v850.opt:86
8582 #, no-c-format
8583 msgid ""
8584 "Put jump tables for switch statements into the .data section rather than "
8585 "the .code section."
8586 msgstr ""
8588 #: config/v850/v850.opt:93
8589 #, no-c-format
8590 msgid "Compile for the v850 processor."
8591 msgstr ""
8593 #: config/v850/v850.opt:97
8594 #, no-c-format
8595 msgid "Compile for the v850e processor."
8596 msgstr ""
8598 #: config/v850/v850.opt:101
8599 #, no-c-format
8600 msgid "Compile for the v850e1 processor."
8601 msgstr ""
8603 #: config/v850/v850.opt:105
8604 #, no-c-format
8605 msgid "Compile for the v850es variant of the v850e1."
8606 msgstr ""
8608 #: config/v850/v850.opt:109
8609 #, no-c-format
8610 msgid "Compile for the v850e2 processor."
8611 msgstr ""
8613 #: config/v850/v850.opt:113
8614 #, no-c-format
8615 msgid "Compile for the v850e2v3 processor."
8616 msgstr ""
8618 #: config/v850/v850.opt:117
8619 #, no-c-format
8620 msgid "Compile for the v850e3v5 processor."
8621 msgstr ""
8623 #: config/v850/v850.opt:124
8624 #, no-c-format
8625 msgid "Enable v850e3v5 loop instructions."
8626 msgstr ""
8628 #: config/v850/v850.opt:128
8629 #, no-c-format
8630 msgid "Set the max size of data eligible for the ZDA area."
8631 msgstr ""
8633 #: config/v850/v850.opt:135
8634 #, no-c-format
8635 msgid "Enable relaxing in the assembler."
8636 msgstr ""
8638 #: config/v850/v850.opt:139
8639 #, no-c-format
8640 msgid "Prohibit PC relative jumps."
8641 msgstr ""
8643 #: config/v850/v850.opt:143
8644 #, no-c-format
8645 msgid "Inhibit the use of hardware floating point instructions."
8646 msgstr ""
8648 #: config/v850/v850.opt:147
8649 #, no-c-format
8650 msgid ""
8651 "Allow the use of hardware floating point instructions for V850E2V3 and up."
8652 msgstr ""
8654 #: config/v850/v850.opt:151
8655 #, no-c-format
8656 msgid "Enable support for the RH850 ABI.  This is the default."
8657 msgstr ""
8659 #: config/v850/v850.opt:155
8660 #, no-c-format
8661 msgid "Enable support for the old GCC ABI."
8662 msgstr ""
8664 #: config/v850/v850.opt:159
8665 #, no-c-format
8666 msgid "Support alignments of up to 64-bits."
8667 msgstr ""
8669 #: config/g.opt:27
8670 #, no-c-format
8671 msgid ""
8672 "-G<number>\tPut global and static data smaller than <number> bytes into a "
8673 "special section (on some targets)."
8674 msgstr ""
8676 #: config/lynx.opt:23
8677 #, no-c-format
8678 msgid "Support legacy multi-threading."
8679 msgstr ""
8681 #: config/lynx.opt:27
8682 #, no-c-format
8683 msgid "Use shared libraries."
8684 msgstr ""
8686 #: config/lynx.opt:31
8687 #, no-c-format
8688 msgid "Support multi-threading."
8689 msgstr ""
8691 #: config/nvptx/nvptx-gen.opt:24
8692 #, no-c-format
8693 msgid "Known PTX ISA target architectures (for use with the -misa= option):"
8694 msgstr ""
8696 #: config/nvptx/nvptx.opt:28
8697 #, no-c-format
8698 msgid ""
8699 "Ignored, but preserved for backward compatibility.  Only 64-bit ABI is "
8700 "supported."
8701 msgstr ""
8703 #: config/nvptx/nvptx.opt:33
8704 #, no-c-format
8705 msgid "Link in code for a __main kernel."
8706 msgstr ""
8708 #: config/nvptx/nvptx.opt:37
8709 #, no-c-format
8710 msgid "Optimize partition neutering."
8711 msgstr ""
8713 #: config/nvptx/nvptx.opt:41
8714 #, no-c-format
8715 msgid "Use custom stacks instead of local memory for automatic storage."
8716 msgstr ""
8718 #: config/nvptx/nvptx.opt:45
8719 #, no-c-format
8720 msgid ""
8721 "Specify size of .local memory used for stack when the exact amount is not "
8722 "known."
8723 msgstr ""
8725 #: config/nvptx/nvptx.opt:49
8726 #, no-c-format
8727 msgid "Generate code that can keep local state uniform across all lanes."
8728 msgstr ""
8730 #: config/nvptx/nvptx.opt:53
8731 #, no-c-format
8732 msgid ""
8733 "Generate code for OpenMP offloading: enables -msoft-stack and -muniform-simt."
8734 msgstr ""
8736 #: config/nvptx/nvptx.opt:57
8737 #, no-c-format
8738 msgid "Specify the PTX ISA target architecture to use."
8739 msgstr ""
8741 #: config/nvptx/nvptx.opt:61
8742 #, no-c-format
8743 msgid "Alias:"
8744 msgstr ""
8746 #: config/nvptx/nvptx.opt:116
8747 #, no-c-format
8748 msgid "Known PTX ISA versions (for use with the -mptx= option):"
8749 msgstr ""
8751 #: config/nvptx/nvptx.opt:135
8752 #, no-c-format
8753 msgid "Specify the PTX ISA version to use."
8754 msgstr ""
8756 #: config/nvptx/nvptx.opt:139
8757 #, no-c-format
8758 msgid "Initialize ptx registers."
8759 msgstr ""
8761 #: config/vxworks.opt:36
8762 #, no-c-format
8763 msgid "Assume the VxWorks RTP environment."
8764 msgstr ""
8766 #: config/vxworks.opt:43
8767 #, no-c-format
8768 msgid "Assume the VxWorks vThreads environment."
8769 msgstr ""
8771 #: config/avr/avr.opt:23
8772 #, no-c-format
8773 msgid "Use subroutines for function prologues and epilogues."
8774 msgstr ""
8776 #: config/avr/avr.opt:27
8777 #, no-c-format
8778 msgid "-mmcu=MCU\tSelect the target MCU."
8779 msgstr ""
8781 #: config/avr/avr.opt:31
8782 #, no-c-format
8783 msgid ""
8784 "Allow usage of __gcc_isr pseudo instructions in ISR prologues and epilogues."
8785 msgstr ""
8787 #: config/avr/avr.opt:35
8788 #, no-c-format
8789 msgid "Set the number of 64 KiB flash segments."
8790 msgstr ""
8792 #: config/avr/avr.opt:39
8793 #, no-c-format
8794 msgid "Indicate presence of a processor erratum."
8795 msgstr ""
8797 #: config/avr/avr.opt:43
8798 #, no-c-format
8799 msgid "Enable Read-Modify-Write (RMW) instructions support/use."
8800 msgstr ""
8802 #: config/avr/avr.opt:53
8803 #, no-c-format
8804 msgid "Use RJMP / RCALL even though CALL / JMP are available."
8805 msgstr ""
8807 #: config/avr/avr.opt:57
8808 #, no-c-format
8809 msgid "Use an 8-bit 'int' type."
8810 msgstr ""
8812 #: config/avr/avr.opt:61
8813 #, no-c-format
8814 msgid "Change the stack pointer without disabling interrupts."
8815 msgstr ""
8817 #: config/avr/avr.opt:65
8818 #, no-c-format
8819 msgid ""
8820 "Set the branch costs for conditional branch instructions.  Reasonable values "
8821 "are small, non-negative integers.  The default branch cost is 0."
8822 msgstr ""
8824 #: config/avr/avr.opt:69
8825 #, no-c-format
8826 msgid "Treat main as if it had attribute OS_task."
8827 msgstr ""
8829 #: config/avr/avr.opt:79
8830 #, no-c-format
8831 msgid "Change only the low 8 bits of the stack pointer."
8832 msgstr ""
8834 #: config/avr/avr.opt:83
8835 #, no-c-format
8836 msgid "Relax branches."
8837 msgstr ""
8839 #: config/avr/avr.opt:87
8840 #, no-c-format
8841 msgid ""
8842 "Make the linker relaxation machine assume that a program counter wrap-around "
8843 "occurs."
8844 msgstr ""
8846 #: config/avr/avr.opt:91
8847 #, no-c-format
8848 msgid ""
8849 "Accumulate outgoing function arguments and acquire/release the needed stack "
8850 "space for outgoing function arguments in function prologue/epilogue.  "
8851 "Without this option, outgoing arguments are pushed before calling a function "
8852 "and popped afterwards.  This option can lead to reduced code size for "
8853 "functions that call many functions that get their arguments on the stack "
8854 "like, for example printf."
8855 msgstr ""
8857 #: config/avr/avr.opt:95
8858 #, no-c-format
8859 msgid ""
8860 "When accessing RAM, use X as imposed by the hardware, i.e. just use pre-"
8861 "decrement, post-increment and indirect addressing with the X register.  "
8862 "Without this option, the compiler may assume that there is an addressing "
8863 "mode X+const similar to Y+const and Z+const and emit instructions to emulate "
8864 "such an addressing mode for X."
8865 msgstr ""
8867 #: config/avr/avr.opt:100
8868 #, no-c-format
8869 msgid ""
8870 "The device has no SPH special function register. This option will be "
8871 "overridden by the compiler driver with the correct setting if presence/"
8872 "absence of SPH can be deduced from -mmcu=MCU."
8873 msgstr ""
8875 #: config/avr/avr.opt:104
8876 #, no-c-format
8877 msgid "Warn if the address space of an address is changed."
8878 msgstr ""
8880 #: config/avr/avr.opt:108
8881 #, no-c-format
8882 msgid ""
8883 "Warn if the ISR is misspelled, i.e. without __vector prefix. Enabled by "
8884 "default."
8885 msgstr ""
8887 #: config/avr/avr.opt:112
8888 #, no-c-format
8889 msgid ""
8890 "Allow to use truncation instead of rounding towards zero for fractional "
8891 "fixed-point types."
8892 msgstr ""
8894 #: config/avr/avr.opt:116
8895 #, no-c-format
8896 msgid ""
8897 "Assume that all data in static storage can be accessed by LDS / STS.  This "
8898 "option is only useful for reduced Tiny devices."
8899 msgstr ""
8901 #: config/avr/avr.opt:120
8902 #, no-c-format
8903 msgid "-mdouble=<BITS>\tUse <BITS> bits wide double type."
8904 msgstr ""
8906 #: config/avr/avr.opt:124
8907 #, no-c-format
8908 msgid "-mlong-double=<BITS>\tUse <BITS> bits wide long double type."
8909 msgstr ""
8911 #: config/avr/avr.opt:128
8912 #, no-c-format
8913 msgid "Do not link against the device-specific library lib<MCU>.a."
8914 msgstr ""
8916 #: config/avr/avr.opt:132
8917 #, no-c-format
8918 msgid "Do not use the device-specific specs file device-specs/specs-<MCU>."
8919 msgstr ""
8921 #: config/avr/avr.opt:136
8922 #, no-c-format
8923 msgid "Available BITS selections:"
8924 msgstr ""
8926 #: config/m32r/m32r.opt:34
8927 #, no-c-format
8928 msgid "Compile for the m32rx."
8929 msgstr ""
8931 #: config/m32r/m32r.opt:38
8932 #, no-c-format
8933 msgid "Compile for the m32r2."
8934 msgstr ""
8936 #: config/m32r/m32r.opt:42
8937 #, no-c-format
8938 msgid "Compile for the m32r."
8939 msgstr ""
8941 #: config/m32r/m32r.opt:46
8942 #, no-c-format
8943 msgid "Align all loops to 32 byte boundary."
8944 msgstr ""
8946 #: config/m32r/m32r.opt:50
8947 #, no-c-format
8948 msgid "Prefer branches over conditional execution."
8949 msgstr ""
8951 #: config/m32r/m32r.opt:54
8952 #, no-c-format
8953 msgid "Give branches their default cost."
8954 msgstr ""
8956 #: config/m32r/m32r.opt:58
8957 #, no-c-format
8958 msgid "Display compile time statistics."
8959 msgstr ""
8961 #: config/m32r/m32r.opt:62
8962 #, no-c-format
8963 msgid "Specify cache flush function."
8964 msgstr ""
8966 #: config/m32r/m32r.opt:66
8967 #, no-c-format
8968 msgid "Specify cache flush trap number."
8969 msgstr ""
8971 #: config/m32r/m32r.opt:70
8972 #, no-c-format
8973 msgid "Only issue one instruction per cycle."
8974 msgstr ""
8976 #: config/m32r/m32r.opt:74
8977 #, no-c-format
8978 msgid "Allow two instructions to be issued per cycle."
8979 msgstr ""
8981 #: config/m32r/m32r.opt:78
8982 #, no-c-format
8983 msgid "Code size: small, medium or large."
8984 msgstr ""
8986 #: config/m32r/m32r.opt:94
8987 #, no-c-format
8988 msgid "Don't call any cache flush functions."
8989 msgstr ""
8991 #: config/m32r/m32r.opt:98
8992 #, no-c-format
8993 msgid "Don't call any cache flush trap."
8994 msgstr ""
8996 #: config/m32r/m32r.opt:105
8997 #, no-c-format
8998 msgid "Small data area: none, sdata, use."
8999 msgstr ""
9001 #: config/s390/tpf.opt:23
9002 #, no-c-format
9003 msgid "Enable TPF-OS tracing code."
9004 msgstr ""
9006 #: config/s390/tpf.opt:27
9007 #, no-c-format
9008 msgid "Set the trace check address for prologue tpf hook"
9009 msgstr ""
9011 #: config/s390/tpf.opt:31
9012 #, no-c-format
9013 msgid "Set the trace jump address for prologue tpf hook"
9014 msgstr ""
9016 #: config/s390/tpf.opt:35
9017 #, no-c-format
9018 msgid "Set the trace check address for epilogue tpf hook"
9019 msgstr ""
9021 #: config/s390/tpf.opt:39
9022 #, no-c-format
9023 msgid "Set the trace jump address for epilogue tpf hook"
9024 msgstr ""
9026 #: config/s390/tpf.opt:43
9027 #, no-c-format
9028 msgid ""
9029 "Set the prologue and epilogue hook addresses to "
9030 "TPF_TRACE_PROLOGUE_SKIP_TARGET and TPF_TRACE_EPILOGUE_SKIP_TARGET. "
9031 "Equivalent to using -mtpf-trace-hook-prologue-"
9032 "target=TPF_TRACE_PROLOGUE_SKIP_TARGET and -mtpf-trace-hook-epilogue-"
9033 "target=TPF_TRACE_EPILOGUE_SKIP_TARGET"
9034 msgstr ""
9036 #: config/s390/tpf.opt:47
9037 #, no-c-format
9038 msgid "Specify main object for TPF-OS."
9039 msgstr ""
9041 #: config/s390/s390.opt:48
9042 #, no-c-format
9043 msgid "31 bit ABI."
9044 msgstr ""
9046 #: config/s390/s390.opt:52
9047 #, no-c-format
9048 msgid "64 bit ABI."
9049 msgstr ""
9051 #: config/s390/s390.opt:129
9052 #, no-c-format
9053 msgid "Maintain backchain pointer."
9054 msgstr ""
9056 #: config/s390/s390.opt:133
9057 #, no-c-format
9058 msgid "Additional debug prints."
9059 msgstr ""
9061 #: config/s390/s390.opt:137
9062 #, no-c-format
9063 msgid "ESA/390 architecture."
9064 msgstr ""
9066 #: config/s390/s390.opt:141
9067 #, no-c-format
9068 msgid "Enable decimal floating point hardware support."
9069 msgstr ""
9071 #: config/s390/s390.opt:145
9072 #, no-c-format
9073 msgid "Enable hardware floating point."
9074 msgstr ""
9076 #: config/s390/s390.opt:149
9077 #, no-c-format
9078 msgid ""
9079 "Takes two non-negative integer numbers separated by a comma. Prepend the "
9080 "function label with the number of two-byte Nop instructions indicated by the "
9081 "first.  Append Nop instructions covering the number of halfwords indicated "
9082 "by the second after the label.  Nop instructions of the largest possible "
9083 "size are used (six, four or two bytes), beginning with the largest possible "
9084 "size.  Using 0 for both values disables hotpatching."
9085 msgstr ""
9087 #: config/s390/s390.opt:167
9088 #, no-c-format
9089 msgid "Use hardware transactional execution instructions."
9090 msgstr ""
9092 #: config/s390/s390.opt:171
9093 #, no-c-format
9094 msgid "Use hardware vector facility instructions and enable the vector ABI."
9095 msgstr ""
9097 #: config/s390/s390.opt:175
9098 #, no-c-format
9099 msgid "Use packed stack layout."
9100 msgstr ""
9102 #: config/s390/s390.opt:179
9103 #, no-c-format
9104 msgid "Use bras for executable < 64k."
9105 msgstr ""
9107 #: config/s390/s390.opt:183
9108 #, no-c-format
9109 msgid "Disable hardware floating point."
9110 msgstr ""
9112 #: config/s390/s390.opt:187
9113 #, no-c-format
9114 msgid ""
9115 "Set the max. number of bytes which has to be left to stack size before a "
9116 "trap instruction is triggered."
9117 msgstr ""
9119 #: config/s390/s390.opt:191
9120 #, no-c-format
9121 msgid "Switches off the -mstack-guard= option."
9122 msgstr ""
9124 #: config/s390/s390.opt:195
9125 #, no-c-format
9126 msgid ""
9127 "Emit extra code in the function prologue in order to trap if the stack size "
9128 "exceeds the given limit."
9129 msgstr ""
9131 #: config/s390/s390.opt:199
9132 #, no-c-format
9133 msgid "Switches off the -mstack-size= option."
9134 msgstr ""
9136 #: config/s390/s390.opt:207
9137 #, no-c-format
9138 msgid "Use the mvcle instruction for block moves."
9139 msgstr ""
9141 #: config/s390/s390.opt:211
9142 #, no-c-format
9143 msgid ""
9144 "Enable the z vector language extension providing the context-sensitive "
9145 "vector macro and enable the Altivec-style builtins in vecintrin.h."
9146 msgstr ""
9148 #: config/s390/s390.opt:216
9149 #, no-c-format
9150 msgid "Warn if a function uses alloca or creates an array with dynamic size."
9151 msgstr ""
9153 #: config/s390/s390.opt:220
9154 #, no-c-format
9155 msgid "Warn if a single function's framesize exceeds the given framesize."
9156 msgstr ""
9158 #: config/s390/s390.opt:224
9159 #, no-c-format
9160 msgid "z/Architecture."
9161 msgstr ""
9163 #: config/s390/s390.opt:228
9164 #, no-c-format
9165 msgid ""
9166 "Set the branch costs for conditional branch instructions.  Reasonable values "
9167 "are small, non-negative integers.  The default branch cost is 1."
9168 msgstr ""
9170 #: config/s390/s390.opt:238 config/arm/arm.opt:181
9171 #, no-c-format
9172 msgid "Assume data segments are relative to text segment."
9173 msgstr ""
9175 #: config/s390/s390.opt:243
9176 #, no-c-format
9177 msgid ""
9178 "Wrap all indirect branches into execute in order to disable branch "
9179 "prediction."
9180 msgstr ""
9182 #: config/s390/s390.opt:248
9183 #, no-c-format
9184 msgid ""
9185 "Wrap indirect table jumps and computed gotos into execute in order to "
9186 "disable branch prediction.  Using thunk or thunk-extern with this option "
9187 "requires the thunks to be considered signal handlers to order to generate "
9188 "correct CFI.  For environments where unwinding (e.g. for exceptions) is "
9189 "required please use thunk-inline instead."
9190 msgstr ""
9192 #: config/s390/s390.opt:256
9193 #, no-c-format
9194 msgid ""
9195 "Wrap all indirect calls into execute in order to disable branch prediction."
9196 msgstr ""
9198 #: config/s390/s390.opt:260
9199 #, no-c-format
9200 msgid ""
9201 "Wrap all indirect return branches into execute in order to disable branch "
9202 "prediction."
9203 msgstr ""
9205 #: config/s390/s390.opt:265
9206 #, no-c-format
9207 msgid ""
9208 "Wrap indirect return branches into execute in order to disable branch "
9209 "prediction. This affects only branches where the return address is going to "
9210 "be restored from memory."
9211 msgstr ""
9213 #: config/s390/s390.opt:271
9214 #, no-c-format
9215 msgid ""
9216 "Wrap indirect return branches into execute in order to disable branch "
9217 "prediction. This affects only branches where the return address doesn't need "
9218 "to be restored from memory."
9219 msgstr ""
9221 #: config/s390/s390.opt:293
9222 #, no-c-format
9223 msgid ""
9224 "Generate sections .s390_indirect_jump, .s390_indirect_call, ."
9225 "s390_return_reg, and .s390_return_mem to contain the indirect branch "
9226 "locations which have been patched as part of using one of the -mindirect-"
9227 "branch* or -mfunction-return* options.  The sections consist of an array of "
9228 "32 bit elements. Each entry holds the offset from the entry to the patched "
9229 "location."
9230 msgstr ""
9232 #: config/s390/s390.opt:302
9233 #, no-c-format
9234 msgid ""
9235 "Emit profiling counter call at function entry before prologue. The compiled "
9236 "code will require a 64-bit CPU and glibc 2.29 or newer to run."
9237 msgstr ""
9239 #: config/s390/s390.opt:307
9240 #, no-c-format
9241 msgid "Generate __mcount_loc section with all _mcount and __fentry__ calls."
9242 msgstr ""
9244 #: config/s390/s390.opt:316
9245 #, no-c-format
9246 msgid ""
9247 "Emit fused multiply-add instructions for long doubles in vector registers "
9248 "(wfmaxb, wfmsxb, wfnmaxb, wfnmsxb).  Reassociation pass does not handle "
9249 "fused multiply-adds, therefore code generated by the middle-end is prone to "
9250 "having long fused multiply-add chains.  This is not pipeline-friendly, and "
9251 "the default behavior is to emit separate multiplication and addition "
9252 "instructions for long doubles in vector registers, because measurements show "
9253 "that this improves performance.  This option allows overriding it for "
9254 "testing purposes."
9255 msgstr ""
9257 #: config/s390/s390.opt:331
9258 #, no-c-format
9259 msgid "Store all argument registers on the stack."
9260 msgstr ""
9262 #: config/rl78/rl78.opt:27 config/rx/elf.opt:26 config/csky/csky.opt:198
9263 #, no-c-format
9264 msgid "Use the simulator runtime."
9265 msgstr ""
9267 #: config/rl78/rl78.opt:31
9268 #, no-c-format
9269 msgid ""
9270 "Selects the type of hardware multiplication and division to use (none/g13/"
9271 "g14)."
9272 msgstr ""
9274 #: config/rl78/rl78.opt:50
9275 #, no-c-format
9276 msgid "Use all registers, reserving none for interrupt handlers."
9277 msgstr ""
9279 #: config/rl78/rl78.opt:54
9280 #, no-c-format
9281 msgid "Enable assembler and linker relaxation.  Enabled by default at -Os."
9282 msgstr ""
9284 #: config/rl78/rl78.opt:58
9285 #, no-c-format
9286 msgid ""
9287 "Selects the type of RL78 core being targeted (g10/g13/g14).  The default is "
9288 "the G14.  If set, also selects the hardware multiply support to be used."
9289 msgstr ""
9291 #: config/rl78/rl78.opt:77
9292 #, no-c-format
9293 msgid "Alias for -mcpu=g10."
9294 msgstr ""
9296 #: config/rl78/rl78.opt:81
9297 #, no-c-format
9298 msgid "Alias for -mcpu=g13."
9299 msgstr ""
9301 #: config/rl78/rl78.opt:85 config/rl78/rl78.opt:89
9302 #, no-c-format
9303 msgid "Alias for -mcpu=g14."
9304 msgstr ""
9306 #: config/rl78/rl78.opt:93
9307 #, no-c-format
9308 msgid ""
9309 "Assume ES is zero throughout program execution, use ES: for read-only data."
9310 msgstr ""
9312 #: config/rl78/rl78.opt:97
9313 #, no-c-format
9314 msgid "Stores the MDUC registers in interrupt handlers for G13 target."
9315 msgstr ""
9317 #: config/stormy16/stormy16.opt:24
9318 #, no-c-format
9319 msgid "Provide libraries for the simulator."
9320 msgstr ""
9322 #: config/arm/arm-tables.opt:25
9323 #, no-c-format
9324 msgid "Known ARM CPUs (for use with the -mcpu= and -mtune= options):"
9325 msgstr ""
9327 #: config/arm/arm-tables.opt:302
9328 #, no-c-format
9329 msgid "Known ARM architectures (for use with the -march= option):"
9330 msgstr ""
9332 #: config/arm/arm-tables.opt:408
9333 #, no-c-format
9334 msgid "Known ARM FPUs (for use with the -mfpu= option):"
9335 msgstr ""
9337 #: config/arm/arm.opt:38
9338 #, no-c-format
9339 msgid "TLS dialect to use:"
9340 msgstr ""
9342 #: config/arm/arm.opt:48
9343 #, no-c-format
9344 msgid "Specify an ABI."
9345 msgstr ""
9347 #: config/arm/arm.opt:52
9348 #, no-c-format
9349 msgid "Known ARM ABIs (for use with the -mabi= option):"
9350 msgstr ""
9352 #: config/arm/arm.opt:71
9353 #, no-c-format
9354 msgid "Generate a call to abort if a noreturn function returns."
9355 msgstr ""
9357 #: config/arm/arm.opt:78
9358 #, no-c-format
9359 msgid "Generate APCS conformant stack frames."
9360 msgstr ""
9362 #: config/arm/arm.opt:82
9363 #, no-c-format
9364 msgid "Generate re-entrant, PIC code."
9365 msgstr ""
9367 #: config/arm/arm.opt:104
9368 #, no-c-format
9369 msgid "Generate code in 32 bit ARM state."
9370 msgstr ""
9372 #: config/arm/arm.opt:112
9373 #, no-c-format
9374 msgid "Thumb: Assume non-static functions may be called from ARM code."
9375 msgstr ""
9377 #: config/arm/arm.opt:116
9378 #, no-c-format
9379 msgid "Thumb: Assume function pointers may go to non-Thumb aware code."
9380 msgstr ""
9382 #: config/arm/arm.opt:124 config/csky/csky.opt:73
9383 #, no-c-format
9384 msgid "Specify if floating point hardware should be used."
9385 msgstr ""
9387 #: config/arm/arm.opt:128
9388 #, no-c-format
9389 msgid ""
9390 "Specify that the compiler should target secure code as per ARMv8-M Security "
9391 "Extensions."
9392 msgstr ""
9394 #: config/arm/arm.opt:132 config/csky/csky.opt:77
9395 #, no-c-format
9396 msgid "Known floating-point ABIs (for use with the -mfloat-abi= option):"
9397 msgstr ""
9399 #: config/arm/arm.opt:145
9400 #, no-c-format
9401 msgid "Switch ARM/Thumb modes on alternating functions for compiler testing."
9402 msgstr ""
9404 #: config/arm/arm.opt:149
9405 #, no-c-format
9406 msgid "Specify the __fp16 floating-point format."
9407 msgstr ""
9409 #: config/arm/arm.opt:153
9410 #, no-c-format
9411 msgid "Known __fp16 formats (for use with the -mfp16-format= option):"
9412 msgstr ""
9414 #: config/arm/arm.opt:166
9415 #, no-c-format
9416 msgid "Specify the name of the target floating point hardware/format."
9417 msgstr ""
9419 #: config/arm/arm.opt:177
9420 #, no-c-format
9421 msgid "Generate call insns as indirect calls, if necessary."
9422 msgstr ""
9424 #: config/arm/arm.opt:185
9425 #, no-c-format
9426 msgid "Specify the register to be used for PIC addressing."
9427 msgstr ""
9429 #: config/arm/arm.opt:189
9430 #, no-c-format
9431 msgid "Store function names in object code."
9432 msgstr ""
9434 #: config/arm/arm.opt:193
9435 #, no-c-format
9436 msgid "Permit scheduling of a function's prologue sequence."
9437 msgstr ""
9439 #: config/arm/arm.opt:197 config/rs6000/rs6000.opt:235
9440 #, no-c-format
9441 msgid "Do not load the PIC register in function prologues."
9442 msgstr ""
9444 #: config/arm/arm.opt:204
9445 #, no-c-format
9446 msgid "Specify the minimum bit alignment of structures. (Deprecated)."
9447 msgstr ""
9449 #: config/arm/arm.opt:208
9450 #, no-c-format
9451 msgid "Generate code for Thumb state."
9452 msgstr ""
9454 #: config/arm/arm.opt:212
9455 #, no-c-format
9456 msgid "Support calls between Thumb and ARM instruction sets."
9457 msgstr ""
9459 #: config/arm/arm.opt:216
9460 #, no-c-format
9461 msgid "Specify thread local storage scheme."
9462 msgstr ""
9464 #: config/arm/arm.opt:220
9465 #, no-c-format
9466 msgid "Specify how to access the thread pointer."
9467 msgstr ""
9469 #: config/arm/arm.opt:224
9470 #, no-c-format
9471 msgid "Valid arguments to -mtp=:"
9472 msgstr ""
9474 #: config/arm/arm.opt:237
9475 #, no-c-format
9476 msgid "Thumb: Generate (non-leaf) stack frames even if not needed."
9477 msgstr ""
9479 #: config/arm/arm.opt:241
9480 #, no-c-format
9481 msgid "Thumb: Generate (leaf) stack frames even if not needed."
9482 msgstr ""
9484 #: config/arm/arm.opt:245 config/mn10300/mn10300.opt:42
9485 #, no-c-format
9486 msgid "Tune code for the given processor."
9487 msgstr ""
9489 #: config/arm/arm.opt:249
9490 #, no-c-format
9491 msgid ""
9492 "Print CPU tuning information as comment in assembler file.  This is an "
9493 "option used only for regression testing of the compiler and not intended for "
9494 "ordinary use in compiling code."
9495 msgstr ""
9497 #: config/arm/arm.opt:260
9498 #, no-c-format
9499 msgid ""
9500 "Use Neon quad-word (rather than double-word) registers for vectorization."
9501 msgstr ""
9503 #: config/arm/arm.opt:264
9504 #, no-c-format
9505 msgid ""
9506 "Use Neon double-word (rather than quad-word) registers for vectorization."
9507 msgstr ""
9509 #: config/arm/arm.opt:268
9510 #, no-c-format
9511 msgid ""
9512 "Enable more verbose RTX cost dumps during debug.  For GCC developers use "
9513 "only."
9514 msgstr ""
9516 #: config/arm/arm.opt:272
9517 #, no-c-format
9518 msgid "Only generate absolute relocations on word sized values."
9519 msgstr ""
9521 #: config/arm/arm.opt:276
9522 #, no-c-format
9523 msgid "Generate IT blocks appropriate for ARMv8."
9524 msgstr ""
9526 #: config/arm/arm.opt:280
9527 #, no-c-format
9528 msgid ""
9529 "Avoid overlapping destination and address registers on LDRD instructions "
9530 "that may trigger Cortex-M3 errata."
9531 msgstr ""
9533 #: config/arm/arm.opt:285
9534 #, no-c-format
9535 msgid "Mitigate issues with VLLDM on some M-profile devices (CVE-2021-35465)."
9536 msgstr ""
9538 #: config/arm/arm.opt:289
9539 #, no-c-format
9540 msgid ""
9541 "Mitigate issues with AES instructions on Cortex-A57 and Cortex-A72 (Arm "
9542 "erratum #1742098)."
9543 msgstr ""
9545 #: config/arm/arm.opt:294
9546 #, no-c-format
9547 msgid ""
9548 "Mitigate issues with AES instructions on Cortex-A57 and Cortex-A72 (Arm "
9549 "erratum #1655431)."
9550 msgstr ""
9552 #: config/arm/arm.opt:299 config/nds32/nds32.opt:461 config/arc/arc.opt:495
9553 #, no-c-format
9554 msgid "Enable unaligned word and halfword accesses to packed data."
9555 msgstr ""
9557 #: config/arm/arm.opt:303
9558 #, no-c-format
9559 msgid "This option is deprecated and has no effect."
9560 msgstr ""
9562 #: config/arm/arm.opt:307
9563 #, no-c-format
9564 msgid "Assume loading data from flash is slower than fetching instructions."
9565 msgstr ""
9567 #: config/arm/arm.opt:311
9568 #, no-c-format
9569 msgid "Assume unified syntax for inline assembly code."
9570 msgstr ""
9572 #: config/arm/arm.opt:315
9573 #, no-c-format
9574 msgid "Do not allow constant data to be placed in code sections."
9575 msgstr ""
9577 #: config/arm/arm.opt:319
9578 #, no-c-format
9579 msgid "When linking for big-endian targets, generate a BE8 format image."
9580 msgstr ""
9582 #: config/arm/arm.opt:323
9583 #, no-c-format
9584 msgid ""
9585 "When linking for big-endian targets, generate a legacy BE32 format image."
9586 msgstr ""
9588 #: config/arm/arm.opt:327 config/sh/sh.opt:195
9589 #, no-c-format
9590 msgid "Cost to assume for a branch insn."
9591 msgstr ""
9593 #: config/arm/arm.opt:335
9594 #, no-c-format
9595 msgid "Generate code which uses the core registers only (r0-r14)."
9596 msgstr ""
9598 #: config/arm/arm.opt:357
9599 #, no-c-format
9600 msgid ""
9601 "Use an immediate to offset from the TLS register. This option is for use "
9602 "with fstack-protector-guard=tls and not for use in user-land code."
9603 msgstr ""
9605 #: config/sparc/sparc.opt:30 config/sparc/sparc.opt:34
9606 #: config/visium/visium.opt:37
9607 #, no-c-format
9608 msgid "Use hardware FP."
9609 msgstr ""
9611 #: config/sparc/sparc.opt:38 config/visium/visium.opt:41
9612 #, no-c-format
9613 msgid "Do not use hardware FP."
9614 msgstr ""
9616 #: config/sparc/sparc.opt:42
9617 #, no-c-format
9618 msgid "Use flat register window model."
9619 msgstr ""
9621 #: config/sparc/sparc.opt:46
9622 #, no-c-format
9623 msgid "Assume possible double misalignment."
9624 msgstr ""
9626 #: config/sparc/sparc.opt:50
9627 #, no-c-format
9628 msgid "Use ABI reserved registers."
9629 msgstr ""
9631 #: config/sparc/sparc.opt:54
9632 #, no-c-format
9633 msgid "Use hardware quad FP instructions."
9634 msgstr ""
9636 #: config/sparc/sparc.opt:58
9637 #, no-c-format
9638 msgid "Do not use hardware quad fp instructions."
9639 msgstr ""
9641 #: config/sparc/sparc.opt:62 config/vax/vax.opt:47
9642 #, no-c-format
9643 msgid "Enable Local Register Allocation."
9644 msgstr ""
9646 #: config/sparc/sparc.opt:66
9647 #, no-c-format
9648 msgid "Compile for V8+ ABI."
9649 msgstr ""
9651 #: config/sparc/sparc.opt:70
9652 #, no-c-format
9653 msgid "Use UltraSPARC Visual Instruction Set version 1.0 extensions."
9654 msgstr ""
9656 #: config/sparc/sparc.opt:74
9657 #, no-c-format
9658 msgid "Use UltraSPARC Visual Instruction Set version 2.0 extensions."
9659 msgstr ""
9661 #: config/sparc/sparc.opt:78
9662 #, no-c-format
9663 msgid "Use UltraSPARC Visual Instruction Set version 3.0 extensions."
9664 msgstr ""
9666 #: config/sparc/sparc.opt:82
9667 #, no-c-format
9668 msgid "Use UltraSPARC Visual Instruction Set version 4.0 extensions."
9669 msgstr ""
9671 #: config/sparc/sparc.opt:86
9672 #, no-c-format
9673 msgid "Use additional VIS instructions introduced in OSA2017."
9674 msgstr ""
9676 #: config/sparc/sparc.opt:90
9677 #, no-c-format
9678 msgid "Use UltraSPARC Compare-and-Branch extensions."
9679 msgstr ""
9681 #: config/sparc/sparc.opt:94
9682 #, no-c-format
9683 msgid "Use UltraSPARC Fused Multiply-Add extensions."
9684 msgstr ""
9686 #: config/sparc/sparc.opt:98
9687 #, no-c-format
9688 msgid "Use Floating-point Multiply Single to Double (FsMULd) instruction."
9689 msgstr ""
9691 #: config/sparc/sparc.opt:102
9692 #, no-c-format
9693 msgid "Use UltraSPARC Population-Count instruction."
9694 msgstr ""
9696 #: config/sparc/sparc.opt:106
9697 #, no-c-format
9698 msgid "Use UltraSPARC Subtract-Extended-with-Carry instruction."
9699 msgstr ""
9701 #: config/sparc/sparc.opt:110
9702 #, no-c-format
9703 msgid "Pointers are 64-bit."
9704 msgstr ""
9706 #: config/sparc/sparc.opt:114
9707 #, no-c-format
9708 msgid "Pointers are 32-bit."
9709 msgstr ""
9711 #: config/sparc/sparc.opt:118
9712 #, no-c-format
9713 msgid "Use 64-bit ABI."
9714 msgstr ""
9716 #: config/sparc/sparc.opt:122
9717 #, no-c-format
9718 msgid "Use 32-bit ABI."
9719 msgstr ""
9721 #: config/sparc/sparc.opt:126
9722 #, no-c-format
9723 msgid "Use stack bias."
9724 msgstr ""
9726 #: config/sparc/sparc.opt:130
9727 #, no-c-format
9728 msgid "Use structs on stronger alignment for double-word copies."
9729 msgstr ""
9731 #: config/sparc/sparc.opt:134
9732 #, no-c-format
9733 msgid "Optimize tail call instructions in assembler and linker."
9734 msgstr ""
9736 #: config/sparc/sparc.opt:138
9737 #, no-c-format
9738 msgid "Do not generate code that can only run in supervisor mode (default)."
9739 msgstr ""
9741 #: config/sparc/sparc.opt:142
9742 #, no-c-format
9743 msgid "Use instructions of and schedule code for given CPU."
9744 msgstr ""
9746 #: config/sparc/sparc.opt:228
9747 #, no-c-format
9748 msgid "Use given SPARC-V9 code model."
9749 msgstr ""
9751 #: config/sparc/sparc.opt:250
9752 #, no-c-format
9753 msgid "Enable debug output."
9754 msgstr ""
9756 #: config/sparc/sparc.opt:254
9757 #, no-c-format
9758 msgid "Enable strict 32-bit psABI struct return checking."
9759 msgstr ""
9761 #: config/sparc/sparc.opt:258
9762 #, no-c-format
9763 msgid ""
9764 "Enable workaround for single erratum of AT697F processor (corresponding to "
9765 "erratum #13 of AT697E processor)."
9766 msgstr ""
9768 #: config/sparc/sparc.opt:263
9769 #, no-c-format
9770 msgid "Enable workarounds for the errata of the UT699 processor."
9771 msgstr ""
9773 #: config/sparc/sparc.opt:267
9774 #, no-c-format
9775 msgid "Enable workarounds for the errata of the UT699E/UT700 processor."
9776 msgstr ""
9778 #: config/sparc/sparc.opt:271
9779 #, no-c-format
9780 msgid "Enable workarounds for the errata of the GR712RC processor."
9781 msgstr ""
9783 #: config/sparc/sparc.opt:308
9784 #, no-c-format
9785 msgid "Specify the memory model in effect for the program."
9786 msgstr ""
9788 #: config/rs6000/darwin.opt:38 config/rs6000/sysv4.opt:145
9789 #, no-c-format
9790 msgid "Generate 64-bit code."
9791 msgstr ""
9793 #: config/rs6000/darwin.opt:42 config/rs6000/sysv4.opt:149
9794 #, no-c-format
9795 msgid "Generate 32-bit code."
9796 msgstr ""
9798 #: config/rs6000/rs6000-tables.opt:24
9799 #, no-c-format
9800 msgid "Known CPUs (for use with the -mcpu= and -mtune= options):"
9801 msgstr ""
9803 #: config/rs6000/476.opt:24
9804 #, no-c-format
9805 msgid ""
9806 "Preserve the PowerPC 476's link stack by matching up a blr with the bcl/bl "
9807 "insns used for GOT accesses."
9808 msgstr ""
9810 #: config/rs6000/aix64.opt:24
9811 #, no-c-format
9812 msgid "Compile for 64-bit pointers."
9813 msgstr ""
9815 #: config/rs6000/aix64.opt:28
9816 #, no-c-format
9817 msgid "Compile for 32-bit pointers."
9818 msgstr ""
9820 #: config/rs6000/aix64.opt:32 config/rs6000/linux64.opt:28
9821 #, no-c-format
9822 msgid "Select code model."
9823 msgstr ""
9825 #: config/rs6000/aix64.opt:49
9826 #, no-c-format
9827 msgid "Support message passing with the Parallel Environment."
9828 msgstr ""
9830 #: config/rs6000/linux64.opt:24
9831 #, no-c-format
9832 msgid "Call mcount for profiling before a function prologue."
9833 msgstr ""
9835 #: config/rs6000/rs6000.opt:117
9836 #, no-c-format
9837 msgid "Use PowerPC-64 instruction set."
9838 msgstr ""
9840 #: config/rs6000/rs6000.opt:121
9841 #, no-c-format
9842 msgid "Use PowerPC General Purpose group optional instructions."
9843 msgstr ""
9845 #: config/rs6000/rs6000.opt:125
9846 #, no-c-format
9847 msgid "Use PowerPC Graphics group optional instructions."
9848 msgstr ""
9850 #: config/rs6000/rs6000.opt:129
9851 #, no-c-format
9852 msgid "Use PowerPC V2.01 single field mfcr instruction."
9853 msgstr ""
9855 #: config/rs6000/rs6000.opt:133
9856 #, no-c-format
9857 msgid "Use PowerPC V2.02 popcntb instruction."
9858 msgstr ""
9860 #: config/rs6000/rs6000.opt:137
9861 #, no-c-format
9862 msgid "Use PowerPC V2.02 floating point rounding instructions."
9863 msgstr ""
9865 #: config/rs6000/rs6000.opt:141
9866 #, no-c-format
9867 msgid "Use PowerPC V2.05 compare bytes instruction."
9868 msgstr ""
9870 #: config/rs6000/rs6000.opt:152
9871 #, no-c-format
9872 msgid "Use AltiVec instructions."
9873 msgstr ""
9875 #: config/rs6000/rs6000.opt:156
9876 #, no-c-format
9877 msgid "Use decimal floating point instructions."
9878 msgstr ""
9880 #: config/rs6000/rs6000.opt:160
9881 #, no-c-format
9882 msgid "Use 4xx half-word multiply instructions."
9883 msgstr ""
9885 #: config/rs6000/rs6000.opt:164
9886 #, no-c-format
9887 msgid "Use 4xx string-search dlmzb instruction."
9888 msgstr ""
9890 #: config/rs6000/rs6000.opt:168
9891 #, no-c-format
9892 msgid "Generate load/store multiple instructions."
9893 msgstr ""
9895 #: config/rs6000/rs6000.opt:187
9896 #, no-c-format
9897 msgid "Use PowerPC V2.06 popcntd instruction."
9898 msgstr ""
9900 #: config/rs6000/rs6000.opt:191
9901 #, no-c-format
9902 msgid ""
9903 "Under -ffast-math, generate a FRIZ instruction for (double)(long long) "
9904 "conversions."
9905 msgstr ""
9907 #: config/rs6000/rs6000.opt:199
9908 #, no-c-format
9909 msgid "Use vector/scalar (VSX) instructions."
9910 msgstr ""
9912 #: config/rs6000/rs6000.opt:227
9913 #, no-c-format
9914 msgid "Do not generate load/store with update instructions."
9915 msgstr ""
9917 #: config/rs6000/rs6000.opt:231
9918 #, no-c-format
9919 msgid "Generate load/store with update instructions."
9920 msgstr ""
9922 #: config/rs6000/rs6000.opt:239
9923 #, no-c-format
9924 msgid "Avoid generation of indexed load/store instructions when possible."
9925 msgstr ""
9927 #: config/rs6000/rs6000.opt:246
9928 #, no-c-format
9929 msgid "Schedule the start and end of the procedure."
9930 msgstr ""
9932 #: config/rs6000/rs6000.opt:250
9933 #, no-c-format
9934 msgid "Return all structures in memory (AIX default)."
9935 msgstr ""
9937 #: config/rs6000/rs6000.opt:254
9938 #, no-c-format
9939 msgid "Return small structures in registers (SVR4 default)."
9940 msgstr ""
9942 #: config/rs6000/rs6000.opt:258
9943 #, no-c-format
9944 msgid "Conform more closely to IBM XLC semantics."
9945 msgstr ""
9947 #: config/rs6000/rs6000.opt:262 config/rs6000/rs6000.opt:266
9948 #, no-c-format
9949 msgid ""
9950 "Generate software reciprocal divide and square root for better throughput."
9951 msgstr ""
9953 #: config/rs6000/rs6000.opt:270
9954 #, no-c-format
9955 msgid "Assume that the reciprocal estimate instructions provide more accuracy."
9956 msgstr ""
9958 #: config/rs6000/rs6000.opt:274
9959 #, no-c-format
9960 msgid "Do not place floating point constants in TOC."
9961 msgstr ""
9963 #: config/rs6000/rs6000.opt:278
9964 #, no-c-format
9965 msgid "Place floating point constants in TOC."
9966 msgstr ""
9968 #: config/rs6000/rs6000.opt:282
9969 #, no-c-format
9970 msgid "Do not place symbol+offset constants in TOC."
9971 msgstr ""
9973 #: config/rs6000/rs6000.opt:286
9974 #, no-c-format
9975 msgid "Place symbol+offset constants in TOC."
9976 msgstr ""
9978 #: config/rs6000/rs6000.opt:297
9979 #, no-c-format
9980 msgid "Use only one TOC entry per procedure."
9981 msgstr ""
9983 #: config/rs6000/rs6000.opt:301
9984 #, no-c-format
9985 msgid "Put everything in the regular TOC."
9986 msgstr ""
9988 #: config/rs6000/rs6000.opt:305
9989 #, no-c-format
9990 msgid "Generate VRSAVE instructions when generating AltiVec code."
9991 msgstr ""
9993 #: config/rs6000/rs6000.opt:309
9994 #, no-c-format
9995 msgid "Deprecated option.  Use -mno-vrsave instead."
9996 msgstr ""
9998 #: config/rs6000/rs6000.opt:313
9999 #, no-c-format
10000 msgid "Deprecated option.  Use -mvrsave instead."
10001 msgstr ""
10003 #: config/rs6000/rs6000.opt:317
10004 #, no-c-format
10005 msgid "Max number of bytes to move inline."
10006 msgstr ""
10008 #: config/rs6000/rs6000.opt:321
10009 #, no-c-format
10010 msgid ""
10011 "Generate unaligned VSX load/store for inline expansion of memcpy/memmove."
10012 msgstr ""
10014 #: config/rs6000/rs6000.opt:325
10015 #, no-c-format
10016 msgid ""
10017 "Generate unaligned VSX vector pair load/store for inline expansion of memcpy/"
10018 "memmove."
10019 msgstr ""
10021 #: config/rs6000/rs6000.opt:329
10022 #, no-c-format
10023 msgid "Max number of bytes to compare without loops."
10024 msgstr ""
10026 #: config/rs6000/rs6000.opt:333
10027 #, no-c-format
10028 msgid "Max number of bytes to compare with loops."
10029 msgstr ""
10031 #: config/rs6000/rs6000.opt:337
10032 #, no-c-format
10033 msgid "Max number of bytes to compare."
10034 msgstr ""
10036 #: config/rs6000/rs6000.opt:341
10037 #, no-c-format
10038 msgid "Generate isel instructions."
10039 msgstr ""
10041 #: config/rs6000/rs6000.opt:345
10042 #, no-c-format
10043 msgid "-mdebug=\tEnable debug output."
10044 msgstr ""
10046 #: config/rs6000/rs6000.opt:350
10047 #, no-c-format
10048 msgid "Use the AltiVec ABI extensions."
10049 msgstr ""
10051 #: config/rs6000/rs6000.opt:354
10052 #, no-c-format
10053 msgid "Do not use the AltiVec ABI extensions."
10054 msgstr ""
10056 #: config/rs6000/rs6000.opt:359
10057 #, no-c-format
10058 msgid "Use the AIX Vector Extended ABI."
10059 msgstr ""
10061 #: config/rs6000/rs6000.opt:363
10062 #, no-c-format
10063 msgid "Do not use the AIX Vector Extended ABI."
10064 msgstr ""
10066 #: config/rs6000/rs6000.opt:368
10067 #, no-c-format
10068 msgid "Use the ELFv1 ABI."
10069 msgstr ""
10071 #: config/rs6000/rs6000.opt:372
10072 #, no-c-format
10073 msgid "Use the ELFv2 ABI."
10074 msgstr ""
10076 #: config/rs6000/rs6000.opt:392
10077 #, no-c-format
10078 msgid "-mcpu=\tUse features of and schedule code for given CPU."
10079 msgstr ""
10081 #: config/rs6000/rs6000.opt:396
10082 #, no-c-format
10083 msgid "-mtune=\tSchedule code for given CPU."
10084 msgstr ""
10086 #: config/rs6000/rs6000.opt:400
10087 #, no-c-format
10088 msgid "-mtraceback=[full,part,no]\tSelect type of traceback table."
10089 msgstr ""
10091 #: config/rs6000/rs6000.opt:416
10092 #, no-c-format
10093 msgid "Avoid all range limits on call instructions."
10094 msgstr ""
10096 #: config/rs6000/rs6000.opt:424
10097 #, no-c-format
10098 msgid "Warn about deprecated 'vector long ...' AltiVec type usage."
10099 msgstr ""
10101 #: config/rs6000/rs6000.opt:428
10102 #, no-c-format
10103 msgid ""
10104 "Use -mlong-double-64 for 64-bit IEEE floating point format.  Use -mlong-"
10105 "double-128 for 128-bit floating point format (either IEEE or IBM)."
10106 msgstr ""
10108 #: config/rs6000/rs6000.opt:437
10109 #, no-c-format
10110 msgid "Determine which dependences between insns are considered costly."
10111 msgstr ""
10113 #: config/rs6000/rs6000.opt:441
10114 #, no-c-format
10115 msgid "Specify which post scheduling nop insertion scheme to apply."
10116 msgstr ""
10118 #: config/rs6000/rs6000.opt:445
10119 #, no-c-format
10120 msgid "Specify alignment of structure fields default/natural."
10121 msgstr ""
10123 #: config/rs6000/rs6000.opt:449
10124 #, no-c-format
10125 msgid "Valid arguments to -malign-:"
10126 msgstr ""
10128 #: config/rs6000/rs6000.opt:459
10129 #, no-c-format
10130 msgid "Specify scheduling priority for dispatch slot restricted insns."
10131 msgstr ""
10133 #: config/rs6000/rs6000.opt:463
10134 #, no-c-format
10135 msgid "Use r11 to hold the static link in calls to functions via pointers."
10136 msgstr ""
10138 #: config/rs6000/rs6000.opt:467
10139 #, no-c-format
10140 msgid "Save the TOC in the prologue for indirect calls rather than inline."
10141 msgstr ""
10143 #: config/rs6000/rs6000.opt:475
10144 #, no-c-format
10145 msgid ""
10146 "Fuse certain integer operations together for better performance on power8."
10147 msgstr ""
10149 #: config/rs6000/rs6000.opt:479
10150 #, no-c-format
10151 msgid "Allow sign extension in fusion operations."
10152 msgstr ""
10154 #: config/rs6000/rs6000.opt:483
10155 #, no-c-format
10156 msgid "Use vector and scalar instructions added in ISA 2.07."
10157 msgstr ""
10159 #: config/rs6000/rs6000.opt:487
10160 #, no-c-format
10161 msgid ""
10162 "Fuse certain integer operations together for better performance on power10."
10163 msgstr ""
10165 #: config/rs6000/rs6000.opt:491
10166 #, no-c-format
10167 msgid "Use ISA 2.07 Category:Vector.AES and Category:Vector.SHA2 instructions."
10168 msgstr ""
10170 #: config/rs6000/rs6000.opt:498
10171 #, no-c-format
10172 msgid "Use ISA 2.07 transactional memory (HTM) instructions."
10173 msgstr ""
10175 #: config/rs6000/rs6000.opt:502
10176 #, no-c-format
10177 msgid "Generate the quad word memory instructions (lq/stq)."
10178 msgstr ""
10180 #: config/rs6000/rs6000.opt:506
10181 #, no-c-format
10182 msgid "Generate the quad word memory atomic instructions (lqarx/stqcx)."
10183 msgstr ""
10185 #: config/rs6000/rs6000.opt:510
10186 #, no-c-format
10187 msgid ""
10188 "Generate aggregate parameter passing code with at most 64-bit alignment."
10189 msgstr ""
10191 #: config/rs6000/rs6000.opt:514
10192 #, no-c-format
10193 msgid "Analyze and remove doubleword swaps from VSX computations."
10194 msgstr ""
10196 #: config/rs6000/rs6000.opt:522
10197 #, no-c-format
10198 msgid "Use certain scalar instructions added in ISA 3.0."
10199 msgstr ""
10201 #: config/rs6000/rs6000.opt:526
10202 #, no-c-format
10203 msgid "Use vector instructions added in ISA 3.0."
10204 msgstr ""
10206 #: config/rs6000/rs6000.opt:530
10207 #, no-c-format
10208 msgid "Use the new min/max instructions defined in ISA 3.0."
10209 msgstr ""
10211 #: config/rs6000/rs6000.opt:534
10212 #, no-c-format
10213 msgid "Generate the integer modulo instructions."
10214 msgstr ""
10216 #: config/rs6000/rs6000.opt:538
10217 #, no-c-format
10218 msgid "Enable IEEE 128-bit floating point via the __float128 keyword."
10219 msgstr ""
10221 #: config/rs6000/rs6000.opt:542
10222 #, no-c-format
10223 msgid "Enable using IEEE 128-bit floating point instructions."
10224 msgstr ""
10226 #: config/rs6000/rs6000.opt:546
10227 #, no-c-format
10228 msgid "Enable default conversions between __float128 & long double."
10229 msgstr ""
10231 #: config/rs6000/rs6000.opt:586
10232 #, no-c-format
10233 msgid "Generate (do not generate) prefixed memory instructions."
10234 msgstr ""
10236 #: config/rs6000/rs6000.opt:590
10237 #, no-c-format
10238 msgid "Generate (do not generate) pc-relative memory addressing."
10239 msgstr ""
10241 #: config/rs6000/rs6000.opt:594
10242 #, no-c-format
10243 msgid ""
10244 "Generate (do not generate) pc-relative memory optimizations for externals."
10245 msgstr ""
10247 #: config/rs6000/rs6000.opt:598
10248 #, no-c-format
10249 msgid "Generate (do not generate) MMA instructions."
10250 msgstr ""
10252 #: config/rs6000/rs6000.opt:605
10253 #, no-c-format
10254 msgid ""
10255 "Enable instructions that guard against return-oriented programming attacks."
10256 msgstr ""
10258 #: config/rs6000/rs6000.opt:609
10259 #, no-c-format
10260 msgid "Generate code that will run in privileged state."
10261 msgstr ""
10263 #: config/rs6000/rs6000.opt:613
10264 #, no-c-format
10265 msgid "Generate (do not generate) code that uses the XXSPLTIW instruction."
10266 msgstr ""
10268 #: config/rs6000/rs6000.opt:617
10269 #, no-c-format
10270 msgid "Generate (do not generate) code that uses the XXSPLTIDP instruction."
10271 msgstr ""
10273 #: config/rs6000/rs6000.opt:621
10274 #, no-c-format
10275 msgid "Generate (do not generate) code that uses the LXVKQ instruction."
10276 msgstr ""
10278 #: config/rs6000/rs6000.opt:627
10279 #, no-c-format
10280 msgid ""
10281 "Used to limit unroll factor which indicates how much the autovectorizer may "
10282 "unroll a loop.  The default value is 4."
10283 msgstr ""
10285 #: config/rs6000/rs6000.opt:633
10286 #, no-c-format
10287 msgid ""
10288 "When costing for loop vectorization, we probably need to penalize the loop "
10289 "body cost if the existing cost model may not adequately reflect delays from "
10290 "unavailable vector resources.  We collect the cost for vectorized statements "
10291 "and non-vectorized statements separately, check the proportion of vec_cost "
10292 "to total cost of vec_cost and non vec_cost, and penalize only if the "
10293 "proportion exceeds the threshold specified by this parameter.  The default "
10294 "value is 85."
10295 msgstr ""
10297 #: config/rs6000/rs6000.opt:642
10298 #, no-c-format
10299 msgid ""
10300 "Like parameter rs6000-density-pct-threshold, we also check the total sum of "
10301 "vec_cost and non vec_cost, and penalize only if the sum exceeds the "
10302 "threshold specified by this parameter.  The default value is 70."
10303 msgstr ""
10305 #: config/rs6000/rs6000.opt:648
10306 #, no-c-format
10307 msgid ""
10308 "When both heuristics with rs6000-density-pct-threshold and rs6000-density-"
10309 "size-threshold are satisfied, we decide to penalize the loop body cost by "
10310 "the value which is specified by this parameter.  The default value is 10."
10311 msgstr ""
10313 #: config/rs6000/rs6000.opt:655
10314 #, no-c-format
10315 msgid ""
10316 "When costing for loop vectorization, we probably need to penalize the loop "
10317 "body cost by accounting for excess strided or elementwise loads.  We collect "
10318 "the numbers for general statements and load statements according to the "
10319 "information for statements to be vectorized, check the proportion of load "
10320 "statements, and penalize only if the proportion exceeds the threshold "
10321 "specified by this parameter.  The default value is 45."
10322 msgstr ""
10324 #: config/rs6000/rs6000.opt:664
10325 #, no-c-format
10326 msgid ""
10327 "Like parameter rs6000-density-load-pct-threshold, we also check if the total "
10328 "number of load statements exceeds the threshold specified by this parameter, "
10329 "and penalize only if it's satisfied.  The default value is 20."
10330 msgstr ""
10332 #: config/rs6000/rs6000.opt:670
10333 #, no-c-format
10334 msgid ""
10335 "Indicate how many non memory access vector instructions can be issued per "
10336 "cycle, it's used in unroll factor determination for autovectorizer.  The "
10337 "default value is 4."
10338 msgstr ""
10340 #: config/rs6000/rs6000.opt:676
10341 #, no-c-format
10342 msgid ""
10343 "When reduction factor computed for a loop exceeds the threshold specified by "
10344 "this parameter, prefer to unroll this loop.  The default value is 1."
10345 msgstr ""
10347 #: config/rs6000/sysv4.opt:24
10348 #, no-c-format
10349 msgid "-mcall-ABI\tSelect ABI calling convention."
10350 msgstr ""
10352 #: config/rs6000/sysv4.opt:28
10353 #, no-c-format
10354 msgid "-msdata=[none,data,sysv,eabi]\tSelect method for sdata handling."
10355 msgstr ""
10357 #: config/rs6000/sysv4.opt:32
10358 #, no-c-format
10359 msgid "Allow readonly data in sdata."
10360 msgstr ""
10362 #: config/rs6000/sysv4.opt:36
10363 #, no-c-format
10364 msgid "-mtls-size=[16,32]\tSpecify bit size of immediate TLS offsets."
10365 msgstr ""
10367 #: config/rs6000/sysv4.opt:52
10368 #, no-c-format
10369 msgid "Align to the base type of the bit-field."
10370 msgstr ""
10372 #: config/rs6000/sysv4.opt:56
10373 #, no-c-format
10374 msgid ""
10375 "Align to the base type of the bit-field. Don't assume that unaligned "
10376 "accesses are handled by the system."
10377 msgstr ""
10379 #: config/rs6000/sysv4.opt:61 config/rs6000/sysv4.opt:65
10380 #, no-c-format
10381 msgid "Produce code relocatable at runtime."
10382 msgstr ""
10384 #: config/rs6000/sysv4.opt:69 config/rs6000/sysv4.opt:73
10385 #, no-c-format
10386 msgid "Produce little endian code."
10387 msgstr ""
10389 #: config/rs6000/sysv4.opt:77 config/rs6000/sysv4.opt:81
10390 #, no-c-format
10391 msgid "Produce big endian code."
10392 msgstr ""
10394 #: config/rs6000/sysv4.opt:86 config/rs6000/sysv4.opt:90
10395 #: config/rs6000/sysv4.opt:99 config/rs6000/sysv4.opt:141
10396 #: config/rs6000/sysv4.opt:153
10397 #, no-c-format
10398 msgid "No description yet."
10399 msgstr ""
10401 #: config/rs6000/sysv4.opt:94
10402 #, no-c-format
10403 msgid "Assume all variable arg functions are prototyped."
10404 msgstr ""
10406 #: config/rs6000/sysv4.opt:103
10407 #, no-c-format
10408 msgid "Use EABI."
10409 msgstr ""
10411 #: config/rs6000/sysv4.opt:107
10412 #, no-c-format
10413 msgid "Allow bit-fields to cross word boundaries."
10414 msgstr ""
10416 #: config/rs6000/sysv4.opt:111
10417 #, no-c-format
10418 msgid "Use alternate register names."
10419 msgstr ""
10421 #: config/rs6000/sysv4.opt:117
10422 #, no-c-format
10423 msgid "Use default method for sdata handling."
10424 msgstr ""
10426 #: config/rs6000/sysv4.opt:121
10427 #, no-c-format
10428 msgid "Link with libsim.a, libc.a and sim-crt0.o."
10429 msgstr ""
10431 #: config/rs6000/sysv4.opt:125
10432 #, no-c-format
10433 msgid "Link with libads.a, libc.a and crt0.o."
10434 msgstr ""
10436 #: config/rs6000/sysv4.opt:129
10437 #, no-c-format
10438 msgid "Link with libyk.a, libc.a and crt0.o."
10439 msgstr ""
10441 #: config/rs6000/sysv4.opt:133
10442 #, no-c-format
10443 msgid "Link with libmvme.a, libc.a and crt0.o."
10444 msgstr ""
10446 #: config/rs6000/sysv4.opt:137
10447 #, no-c-format
10448 msgid "Set the PPC_EMB bit in the ELF flags header."
10449 msgstr ""
10451 #: config/rs6000/sysv4.opt:157
10452 #, no-c-format
10453 msgid "Generate code to use a non-exec PLT and GOT."
10454 msgstr ""
10456 #: config/rs6000/sysv4.opt:161
10457 #, no-c-format
10458 msgid "Generate code for old exec BSS PLT."
10459 msgstr ""
10461 #: config/rs6000/sysv4.opt:165
10462 #, no-c-format
10463 msgid "Use inline plt sequences to implement long calls and -fno-plt."
10464 msgstr ""
10466 #: config/rs6000/sysv4.opt:169
10467 #, no-c-format
10468 msgid "Emit .gnu_attribute tags."
10469 msgstr ""
10471 #: config/alpha/alpha.opt:27
10472 #, no-c-format
10473 msgid "Use fp registers."
10474 msgstr ""
10476 #: config/alpha/alpha.opt:35
10477 #, no-c-format
10478 msgid "Request IEEE-conformant math library routines (OSF/1)."
10479 msgstr ""
10481 #: config/alpha/alpha.opt:39
10482 #, no-c-format
10483 msgid "Emit IEEE-conformant code, without inexact exceptions."
10484 msgstr ""
10486 #: config/alpha/alpha.opt:46
10487 #, no-c-format
10488 msgid "Do not emit complex integer constants to read-only memory."
10489 msgstr ""
10491 #: config/alpha/alpha.opt:50
10492 #, no-c-format
10493 msgid "Use VAX fp."
10494 msgstr ""
10496 #: config/alpha/alpha.opt:54
10497 #, no-c-format
10498 msgid "Do not use VAX fp."
10499 msgstr ""
10501 #: config/alpha/alpha.opt:58
10502 #, no-c-format
10503 msgid "Emit code for the byte/word ISA extension."
10504 msgstr ""
10506 #: config/alpha/alpha.opt:62
10507 #, no-c-format
10508 msgid "Emit code for the motion video ISA extension."
10509 msgstr ""
10511 #: config/alpha/alpha.opt:66
10512 #, no-c-format
10513 msgid "Emit code for the fp move and sqrt ISA extension."
10514 msgstr ""
10516 #: config/alpha/alpha.opt:70
10517 #, no-c-format
10518 msgid "Emit code for the counting ISA extension."
10519 msgstr ""
10521 #: config/alpha/alpha.opt:74
10522 #, no-c-format
10523 msgid "Emit code using explicit relocation directives."
10524 msgstr ""
10526 #: config/alpha/alpha.opt:78
10527 #, no-c-format
10528 msgid "Emit 16-bit relocations to the small data areas."
10529 msgstr ""
10531 #: config/alpha/alpha.opt:82
10532 #, no-c-format
10533 msgid "Emit 32-bit relocations to the small data areas."
10534 msgstr ""
10536 #: config/alpha/alpha.opt:86
10537 #, no-c-format
10538 msgid "Emit direct branches to local functions."
10539 msgstr ""
10541 #: config/alpha/alpha.opt:90
10542 #, no-c-format
10543 msgid "Emit indirect branches to local functions."
10544 msgstr ""
10546 #: config/alpha/alpha.opt:94
10547 #, no-c-format
10548 msgid "Emit rdval instead of rduniq for thread pointer."
10549 msgstr ""
10551 #: config/alpha/alpha.opt:106
10552 #, no-c-format
10553 msgid "Use features of and schedule given CPU."
10554 msgstr ""
10556 #: config/alpha/alpha.opt:110
10557 #, no-c-format
10558 msgid "Schedule given CPU."
10559 msgstr ""
10561 #: config/alpha/alpha.opt:114
10562 #, no-c-format
10563 msgid "Control the generated fp rounding mode."
10564 msgstr ""
10566 #: config/alpha/alpha.opt:118
10567 #, no-c-format
10568 msgid "Control the IEEE trap mode."
10569 msgstr ""
10571 #: config/alpha/alpha.opt:122
10572 #, no-c-format
10573 msgid "Control the precision given to fp exceptions."
10574 msgstr ""
10576 #: config/alpha/alpha.opt:126
10577 #, no-c-format
10578 msgid "Tune expected memory latency."
10579 msgstr ""
10581 #: config/lm32/lm32.opt:24
10582 #, no-c-format
10583 msgid "Enable multiply instructions."
10584 msgstr ""
10586 #: config/lm32/lm32.opt:28
10587 #, no-c-format
10588 msgid "Enable divide and modulus instructions."
10589 msgstr ""
10591 #: config/lm32/lm32.opt:32
10592 #, no-c-format
10593 msgid "Enable barrel shift instructions."
10594 msgstr ""
10596 #: config/lm32/lm32.opt:36
10597 #, no-c-format
10598 msgid "Enable sign extend instructions."
10599 msgstr ""
10601 #: config/lm32/lm32.opt:40
10602 #, no-c-format
10603 msgid "Enable user-defined instructions."
10604 msgstr ""
10606 #: config/loongarch/loongarch.opt:47
10607 #, no-c-format
10608 msgid "Basic ISAs of LoongArch:"
10609 msgstr ""
10611 #: config/loongarch/loongarch.opt:56
10612 #, no-c-format
10613 msgid "FPU types of LoongArch:"
10614 msgstr ""
10616 #: config/loongarch/loongarch.opt:69
10617 #, no-c-format
10618 msgid "-mfpu=FPU\tGenerate code for the given FPU."
10619 msgstr ""
10621 #: config/loongarch/loongarch.opt:76 config/mips/mips.opt:377
10622 #, no-c-format
10623 msgid "Prevent the use of all hardware floating-point instructions."
10624 msgstr ""
10626 #: config/loongarch/loongarch.opt:80 config/mips/mips.opt:369
10627 #, no-c-format
10628 msgid ""
10629 "Restrict the use of hardware floating-point instructions to 32-bit "
10630 "operations."
10631 msgstr ""
10633 #: config/loongarch/loongarch.opt:84 config/mips/mips.opt:116
10634 #, no-c-format
10635 msgid ""
10636 "Allow hardware floating-point instructions to cover both 32-bit and 64-bit "
10637 "operations."
10638 msgstr ""
10640 #: config/loongarch/loongarch.opt:90
10641 #, no-c-format
10642 msgid "LoongArch CPU types:"
10643 msgstr ""
10645 #: config/loongarch/loongarch.opt:103
10646 #, no-c-format
10647 msgid "-march=PROCESSOR\tGenerate code for the given PROCESSOR ISA."
10648 msgstr ""
10650 #: config/loongarch/loongarch.opt:107
10651 #, no-c-format
10652 msgid "-mtune=PROCESSOR\tGenerate optimized code for PROCESSOR."
10653 msgstr ""
10655 #: config/loongarch/loongarch.opt:116
10656 #, no-c-format
10657 msgid "Base ABI types for LoongArch:"
10658 msgstr ""
10660 #: config/loongarch/loongarch.opt:129
10661 #, no-c-format
10662 msgid "-mabi=BASEABI\tGenerate code that conforms to the given BASEABI."
10663 msgstr ""
10665 #: config/loongarch/loongarch.opt:138 config/mips/mips.opt:71
10666 #, no-c-format
10667 msgid ""
10668 "-mbranch-cost=COST\tSet the cost of branches to roughly COST instructions."
10669 msgstr ""
10671 #: config/loongarch/loongarch.opt:142 config/mips/mips.opt:83
10672 #, no-c-format
10673 msgid "Trap on integer divide by zero."
10674 msgstr ""
10676 #: config/loongarch/loongarch.opt:146
10677 #, no-c-format
10678 msgid "Conditional moves for integral are enabled."
10679 msgstr ""
10681 #: config/loongarch/loongarch.opt:150
10682 #, no-c-format
10683 msgid "Conditional moves for float are enabled."
10684 msgstr ""
10686 #: config/loongarch/loongarch.opt:154
10687 #, no-c-format
10688 msgid ""
10689 "Prevent optimizing block moves, which is also the default behavior of -Os."
10690 msgstr ""
10692 #: config/loongarch/loongarch.opt:162
10693 #, no-c-format
10694 msgid ""
10695 "-mmax-inline-memcpy-size=SIZE\tSet the max size of memcpy to inline, default "
10696 "is 1024."
10697 msgstr ""
10699 #: config/loongarch/loongarch.opt:166
10700 #, no-c-format
10701 msgid "Use %reloc() assembly operators."
10702 msgstr ""
10704 #: config/loongarch/loongarch.opt:197
10705 #, no-c-format
10706 msgid "Avoid using the GOT to access external symbols."
10707 msgstr ""
10709 #: config/or1k/elf.opt:28
10710 #, no-c-format
10711 msgid "Configure the newlib board specific runtime.  The default is or1ksim."
10712 msgstr ""
10714 #: config/or1k/elf.opt:32
10715 #, no-c-format
10716 msgid ""
10717 "This option is ignored; it is provided for compatibility purposes only.  "
10718 "This used to select linker and preprocessor options for use with newlib."
10719 msgstr ""
10721 #: config/or1k/or1k.opt:29
10722 #, no-c-format
10723 msgid ""
10724 "Enable generation of hardware divide (l.div, l.divu) instructions.  This is "
10725 "the default; use -msoft-div to override."
10726 msgstr ""
10728 #: config/or1k/or1k.opt:34
10729 #, no-c-format
10730 msgid ""
10731 "Enable generation of binaries which use functions from libgcc to perform "
10732 "divide operations.  The default is -mhard-div."
10733 msgstr ""
10735 #: config/or1k/or1k.opt:39
10736 #, no-c-format
10737 msgid ""
10738 "Enable generation of hardware multiply instructions (l.mul, l.muli) "
10739 "instructions. This is the default; use -msoft-mul to override."
10740 msgstr ""
10742 #: config/or1k/or1k.opt:44
10743 #, no-c-format
10744 msgid ""
10745 "Enable generation of binaries which use functions from libgcc to perform "
10746 "multiply operations. The default is -mhard-mul."
10747 msgstr ""
10749 #: config/or1k/or1k.opt:49
10750 #, no-c-format
10751 msgid ""
10752 "Enable generation of binaries which use functions from libgcc to perform "
10753 "floating point operations.  This is the default; use -mhard-float to "
10754 "override."
10755 msgstr ""
10757 #: config/or1k/or1k.opt:54
10758 #, no-c-format
10759 msgid ""
10760 "Enable generation of hardware floating point instructions. The default is -"
10761 "msoft-float."
10762 msgstr ""
10764 #: config/or1k/or1k.opt:59
10765 #, no-c-format
10766 msgid ""
10767 "When -mhard-float is selected, enables generation of double-precision "
10768 "floating point instructions.  By default functions from libgcc are used to "
10769 "perform double-precision floating point operations."
10770 msgstr ""
10772 #: config/or1k/or1k.opt:65
10773 #, no-c-format
10774 msgid ""
10775 "When -mhard-float is selected, enables generation of unordered floating "
10776 "point compare and set flag (lf.sfun*) instructions.  By default functions "
10777 "from libgcc are used to perform unordered floating point compare and set "
10778 "flag operations."
10779 msgstr ""
10781 #: config/or1k/or1k.opt:71
10782 #, no-c-format
10783 msgid ""
10784 "Specify the code model used for accessing memory addresses.  Specifying "
10785 "large enables generating binaries with large global offset tables.  By "
10786 "default the value is small."
10787 msgstr ""
10789 #: config/or1k/or1k.opt:77
10790 #, no-c-format
10791 msgid "Known code model types (for use with the -mcmodel= option):"
10792 msgstr ""
10794 #: config/or1k/or1k.opt:87
10795 #, no-c-format
10796 msgid ""
10797 "Enable generation of conditional move (l.cmov) instructions.  By default the "
10798 "equivalent will be generated using set and branch."
10799 msgstr ""
10801 #: config/or1k/or1k.opt:92
10802 #, no-c-format
10803 msgid ""
10804 "Enable generation of rotate right (l.ror) instructions.  By default "
10805 "functions from libgcc are used to perform rotate right operations."
10806 msgstr ""
10808 #: config/or1k/or1k.opt:97
10809 #, no-c-format
10810 msgid ""
10811 "Enable generation of rotate right with immediate (l.rori) instructions.  By "
10812 "default functions from libgcc are used to perform rotate right with "
10813 "immediate operations."
10814 msgstr ""
10816 #: config/or1k/or1k.opt:103
10817 #, no-c-format
10818 msgid ""
10819 "Enable generation of sign extension (l.ext*) instructions.  By default "
10820 "memory loads are used to perform sign extension."
10821 msgstr ""
10823 #: config/or1k/or1k.opt:108
10824 #, no-c-format
10825 msgid ""
10826 "Enable generation of compare and set flag with immediate (l.sf*i) "
10827 "instructions. By default extra instructions will be generated to store the "
10828 "immediate to a register first."
10829 msgstr ""
10831 #: config/or1k/or1k.opt:114
10832 #, no-c-format
10833 msgid ""
10834 "Enable generation of shift with immediate (l.srai, l.srli, l.slli) "
10835 "instructions. By default extra instructions will be generated to store the "
10836 "immediate to a register first."
10837 msgstr ""
10839 #: config/nios2/elf.opt:26
10840 #, no-c-format
10841 msgid "Link with a limited version of the C library."
10842 msgstr ""
10844 #: config/nios2/elf.opt:30
10845 #, no-c-format
10846 msgid "Name of system library to link against."
10847 msgstr ""
10849 #: config/nios2/elf.opt:34
10850 #, no-c-format
10851 msgid "Name of the startfile."
10852 msgstr ""
10854 #: config/nios2/elf.opt:38
10855 #, no-c-format
10856 msgid "Link with HAL BSP."
10857 msgstr ""
10859 #: config/nios2/nios2.opt:35
10860 #, no-c-format
10861 msgid "Enable DIV, DIVU."
10862 msgstr ""
10864 #: config/nios2/nios2.opt:39
10865 #, no-c-format
10866 msgid "Enable MUL instructions."
10867 msgstr ""
10869 #: config/nios2/nios2.opt:43
10870 #, no-c-format
10871 msgid "Enable MULX instructions, assume fast shifter."
10872 msgstr ""
10874 #: config/nios2/nios2.opt:47
10875 #, no-c-format
10876 msgid "Use table based fast divide (default at -O3)."
10877 msgstr ""
10879 #: config/nios2/nios2.opt:51
10880 #, no-c-format
10881 msgid "All memory accesses use I/O load/store instructions."
10882 msgstr ""
10884 #: config/nios2/nios2.opt:55
10885 #, no-c-format
10886 msgid "Volatile memory accesses use I/O load/store instructions."
10887 msgstr ""
10889 #: config/nios2/nios2.opt:59
10890 #, no-c-format
10891 msgid "Volatile memory accesses do not use I/O load/store instructions."
10892 msgstr ""
10894 #: config/nios2/nios2.opt:63
10895 #, no-c-format
10896 msgid "Enable/disable GP-relative addressing."
10897 msgstr ""
10899 #: config/nios2/nios2.opt:67
10900 #, no-c-format
10901 msgid "Valid options for GP-relative addressing (for -mgpopt):"
10902 msgstr ""
10904 #: config/nios2/nios2.opt:86
10905 #, no-c-format
10906 msgid "Equivalent to -mgpopt=local."
10907 msgstr ""
10909 #: config/nios2/nios2.opt:90
10910 #, no-c-format
10911 msgid "Equivalent to -mgpopt=none."
10912 msgstr ""
10914 #: config/nios2/nios2.opt:94 config/c6x/c6x.opt:30 config/mips/mips.opt:134
10915 #, no-c-format
10916 msgid "Use big-endian byte order."
10917 msgstr ""
10919 #: config/nios2/nios2.opt:98 config/c6x/c6x.opt:34 config/mips/mips.opt:138
10920 #, no-c-format
10921 msgid "Use little-endian byte order."
10922 msgstr ""
10924 #: config/nios2/nios2.opt:102
10925 #, no-c-format
10926 msgid "Floating point custom instruction configuration name."
10927 msgstr ""
10929 #: config/nios2/nios2.opt:106
10930 #, no-c-format
10931 msgid "Do not use the ftruncds custom instruction."
10932 msgstr ""
10934 #: config/nios2/nios2.opt:110
10935 #, no-c-format
10936 msgid "Integer id (N) of ftruncds custom instruction."
10937 msgstr ""
10939 #: config/nios2/nios2.opt:114
10940 #, no-c-format
10941 msgid "Do not use the fextsd custom instruction."
10942 msgstr ""
10944 #: config/nios2/nios2.opt:118
10945 #, no-c-format
10946 msgid "Integer id (N) of fextsd custom instruction."
10947 msgstr ""
10949 #: config/nios2/nios2.opt:122
10950 #, no-c-format
10951 msgid "Do not use the fixdu custom instruction."
10952 msgstr ""
10954 #: config/nios2/nios2.opt:126
10955 #, no-c-format
10956 msgid "Integer id (N) of fixdu custom instruction."
10957 msgstr ""
10959 #: config/nios2/nios2.opt:130
10960 #, no-c-format
10961 msgid "Do not use the fixdi custom instruction."
10962 msgstr ""
10964 #: config/nios2/nios2.opt:134
10965 #, no-c-format
10966 msgid "Integer id (N) of fixdi custom instruction."
10967 msgstr ""
10969 #: config/nios2/nios2.opt:138
10970 #, no-c-format
10971 msgid "Do not use the fixsu custom instruction."
10972 msgstr ""
10974 #: config/nios2/nios2.opt:142
10975 #, no-c-format
10976 msgid "Integer id (N) of fixsu custom instruction."
10977 msgstr ""
10979 #: config/nios2/nios2.opt:146
10980 #, no-c-format
10981 msgid "Do not use the fixsi custom instruction."
10982 msgstr ""
10984 #: config/nios2/nios2.opt:150
10985 #, no-c-format
10986 msgid "Integer id (N) of fixsi custom instruction."
10987 msgstr ""
10989 #: config/nios2/nios2.opt:154
10990 #, no-c-format
10991 msgid "Do not use the floatud custom instruction."
10992 msgstr ""
10994 #: config/nios2/nios2.opt:158
10995 #, no-c-format
10996 msgid "Integer id (N) of floatud custom instruction."
10997 msgstr ""
10999 #: config/nios2/nios2.opt:162
11000 #, no-c-format
11001 msgid "Do not use the floatid custom instruction."
11002 msgstr ""
11004 #: config/nios2/nios2.opt:166
11005 #, no-c-format
11006 msgid "Integer id (N) of floatid custom instruction."
11007 msgstr ""
11009 #: config/nios2/nios2.opt:170
11010 #, no-c-format
11011 msgid "Do not use the floatus custom instruction."
11012 msgstr ""
11014 #: config/nios2/nios2.opt:174
11015 #, no-c-format
11016 msgid "Integer id (N) of floatus custom instruction."
11017 msgstr ""
11019 #: config/nios2/nios2.opt:178
11020 #, no-c-format
11021 msgid "Do not use the floatis custom instruction."
11022 msgstr ""
11024 #: config/nios2/nios2.opt:182
11025 #, no-c-format
11026 msgid "Integer id (N) of floatis custom instruction."
11027 msgstr ""
11029 #: config/nios2/nios2.opt:186
11030 #, no-c-format
11031 msgid "Do not use the fcmpned custom instruction."
11032 msgstr ""
11034 #: config/nios2/nios2.opt:190
11035 #, no-c-format
11036 msgid "Integer id (N) of fcmpned custom instruction."
11037 msgstr ""
11039 #: config/nios2/nios2.opt:194
11040 #, no-c-format
11041 msgid "Do not use the fcmpeqd custom instruction."
11042 msgstr ""
11044 #: config/nios2/nios2.opt:198
11045 #, no-c-format
11046 msgid "Integer id (N) of fcmpeqd custom instruction."
11047 msgstr ""
11049 #: config/nios2/nios2.opt:202
11050 #, no-c-format
11051 msgid "Do not use the fcmpged custom instruction."
11052 msgstr ""
11054 #: config/nios2/nios2.opt:206
11055 #, no-c-format
11056 msgid "Integer id (N) of fcmpged custom instruction."
11057 msgstr ""
11059 #: config/nios2/nios2.opt:210
11060 #, no-c-format
11061 msgid "Do not use the fcmpgtd custom instruction."
11062 msgstr ""
11064 #: config/nios2/nios2.opt:214
11065 #, no-c-format
11066 msgid "Integer id (N) of fcmpgtd custom instruction."
11067 msgstr ""
11069 #: config/nios2/nios2.opt:218
11070 #, no-c-format
11071 msgid "Do not use the fcmpled custom instruction."
11072 msgstr ""
11074 #: config/nios2/nios2.opt:222
11075 #, no-c-format
11076 msgid "Integer id (N) of fcmpled custom instruction."
11077 msgstr ""
11079 #: config/nios2/nios2.opt:226
11080 #, no-c-format
11081 msgid "Do not use the fcmpltd custom instruction."
11082 msgstr ""
11084 #: config/nios2/nios2.opt:230
11085 #, no-c-format
11086 msgid "Integer id (N) of fcmpltd custom instruction."
11087 msgstr ""
11089 #: config/nios2/nios2.opt:234
11090 #, no-c-format
11091 msgid "Do not use the flogd custom instruction."
11092 msgstr ""
11094 #: config/nios2/nios2.opt:238
11095 #, no-c-format
11096 msgid "Integer id (N) of flogd custom instruction."
11097 msgstr ""
11099 #: config/nios2/nios2.opt:242
11100 #, no-c-format
11101 msgid "Do not use the fexpd custom instruction."
11102 msgstr ""
11104 #: config/nios2/nios2.opt:246
11105 #, no-c-format
11106 msgid "Integer id (N) of fexpd custom instruction."
11107 msgstr ""
11109 #: config/nios2/nios2.opt:250
11110 #, no-c-format
11111 msgid "Do not use the fatand custom instruction."
11112 msgstr ""
11114 #: config/nios2/nios2.opt:254
11115 #, no-c-format
11116 msgid "Integer id (N) of fatand custom instruction."
11117 msgstr ""
11119 #: config/nios2/nios2.opt:258
11120 #, no-c-format
11121 msgid "Do not use the ftand custom instruction."
11122 msgstr ""
11124 #: config/nios2/nios2.opt:262
11125 #, no-c-format
11126 msgid "Integer id (N) of ftand custom instruction."
11127 msgstr ""
11129 #: config/nios2/nios2.opt:266
11130 #, no-c-format
11131 msgid "Do not use the fsind custom instruction."
11132 msgstr ""
11134 #: config/nios2/nios2.opt:270
11135 #, no-c-format
11136 msgid "Integer id (N) of fsind custom instruction."
11137 msgstr ""
11139 #: config/nios2/nios2.opt:274
11140 #, no-c-format
11141 msgid "Do not use the fcosd custom instruction."
11142 msgstr ""
11144 #: config/nios2/nios2.opt:278
11145 #, no-c-format
11146 msgid "Integer id (N) of fcosd custom instruction."
11147 msgstr ""
11149 #: config/nios2/nios2.opt:282
11150 #, no-c-format
11151 msgid "Do not use the fsqrtd custom instruction."
11152 msgstr ""
11154 #: config/nios2/nios2.opt:286
11155 #, no-c-format
11156 msgid "Integer id (N) of fsqrtd custom instruction."
11157 msgstr ""
11159 #: config/nios2/nios2.opt:290
11160 #, no-c-format
11161 msgid "Do not use the fabsd custom instruction."
11162 msgstr ""
11164 #: config/nios2/nios2.opt:294
11165 #, no-c-format
11166 msgid "Integer id (N) of fabsd custom instruction."
11167 msgstr ""
11169 #: config/nios2/nios2.opt:298
11170 #, no-c-format
11171 msgid "Do not use the fnegd custom instruction."
11172 msgstr ""
11174 #: config/nios2/nios2.opt:302
11175 #, no-c-format
11176 msgid "Integer id (N) of fnegd custom instruction."
11177 msgstr ""
11179 #: config/nios2/nios2.opt:306
11180 #, no-c-format
11181 msgid "Do not use the fmaxd custom instruction."
11182 msgstr ""
11184 #: config/nios2/nios2.opt:310
11185 #, no-c-format
11186 msgid "Integer id (N) of fmaxd custom instruction."
11187 msgstr ""
11189 #: config/nios2/nios2.opt:314
11190 #, no-c-format
11191 msgid "Do not use the fmind custom instruction."
11192 msgstr ""
11194 #: config/nios2/nios2.opt:318
11195 #, no-c-format
11196 msgid "Integer id (N) of fmind custom instruction."
11197 msgstr ""
11199 #: config/nios2/nios2.opt:322
11200 #, no-c-format
11201 msgid "Do not use the fdivd custom instruction."
11202 msgstr ""
11204 #: config/nios2/nios2.opt:326
11205 #, no-c-format
11206 msgid "Integer id (N) of fdivd custom instruction."
11207 msgstr ""
11209 #: config/nios2/nios2.opt:330
11210 #, no-c-format
11211 msgid "Do not use the fmuld custom instruction."
11212 msgstr ""
11214 #: config/nios2/nios2.opt:334
11215 #, no-c-format
11216 msgid "Integer id (N) of fmuld custom instruction."
11217 msgstr ""
11219 #: config/nios2/nios2.opt:338
11220 #, no-c-format
11221 msgid "Do not use the fsubd custom instruction."
11222 msgstr ""
11224 #: config/nios2/nios2.opt:342
11225 #, no-c-format
11226 msgid "Integer id (N) of fsubd custom instruction."
11227 msgstr ""
11229 #: config/nios2/nios2.opt:346
11230 #, no-c-format
11231 msgid "Do not use the faddd custom instruction."
11232 msgstr ""
11234 #: config/nios2/nios2.opt:350
11235 #, no-c-format
11236 msgid "Integer id (N) of faddd custom instruction."
11237 msgstr ""
11239 #: config/nios2/nios2.opt:354
11240 #, no-c-format
11241 msgid "Do not use the fcmpnes custom instruction."
11242 msgstr ""
11244 #: config/nios2/nios2.opt:358
11245 #, no-c-format
11246 msgid "Integer id (N) of fcmpnes custom instruction."
11247 msgstr ""
11249 #: config/nios2/nios2.opt:362
11250 #, no-c-format
11251 msgid "Do not use the fcmpeqs custom instruction."
11252 msgstr ""
11254 #: config/nios2/nios2.opt:366
11255 #, no-c-format
11256 msgid "Integer id (N) of fcmpeqs custom instruction."
11257 msgstr ""
11259 #: config/nios2/nios2.opt:370
11260 #, no-c-format
11261 msgid "Do not use the fcmpges custom instruction."
11262 msgstr ""
11264 #: config/nios2/nios2.opt:374
11265 #, no-c-format
11266 msgid "Integer id (N) of fcmpges custom instruction."
11267 msgstr ""
11269 #: config/nios2/nios2.opt:378
11270 #, no-c-format
11271 msgid "Do not use the fcmpgts custom instruction."
11272 msgstr ""
11274 #: config/nios2/nios2.opt:382
11275 #, no-c-format
11276 msgid "Integer id (N) of fcmpgts custom instruction."
11277 msgstr ""
11279 #: config/nios2/nios2.opt:386
11280 #, no-c-format
11281 msgid "Do not use the fcmples custom instruction."
11282 msgstr ""
11284 #: config/nios2/nios2.opt:390
11285 #, no-c-format
11286 msgid "Integer id (N) of fcmples custom instruction."
11287 msgstr ""
11289 #: config/nios2/nios2.opt:394
11290 #, no-c-format
11291 msgid "Do not use the fcmplts custom instruction."
11292 msgstr ""
11294 #: config/nios2/nios2.opt:398
11295 #, no-c-format
11296 msgid "Integer id (N) of fcmplts custom instruction."
11297 msgstr ""
11299 #: config/nios2/nios2.opt:402
11300 #, no-c-format
11301 msgid "Do not use the flogs custom instruction."
11302 msgstr ""
11304 #: config/nios2/nios2.opt:406
11305 #, no-c-format
11306 msgid "Integer id (N) of flogs custom instruction."
11307 msgstr ""
11309 #: config/nios2/nios2.opt:410
11310 #, no-c-format
11311 msgid "Do not use the fexps custom instruction."
11312 msgstr ""
11314 #: config/nios2/nios2.opt:414
11315 #, no-c-format
11316 msgid "Integer id (N) of fexps custom instruction."
11317 msgstr ""
11319 #: config/nios2/nios2.opt:418
11320 #, no-c-format
11321 msgid "Do not use the fatans custom instruction."
11322 msgstr ""
11324 #: config/nios2/nios2.opt:422
11325 #, no-c-format
11326 msgid "Integer id (N) of fatans custom instruction."
11327 msgstr ""
11329 #: config/nios2/nios2.opt:426
11330 #, no-c-format
11331 msgid "Do not use the ftans custom instruction."
11332 msgstr ""
11334 #: config/nios2/nios2.opt:430
11335 #, no-c-format
11336 msgid "Integer id (N) of ftans custom instruction."
11337 msgstr ""
11339 #: config/nios2/nios2.opt:434
11340 #, no-c-format
11341 msgid "Do not use the fsins custom instruction."
11342 msgstr ""
11344 #: config/nios2/nios2.opt:438
11345 #, no-c-format
11346 msgid "Integer id (N) of fsins custom instruction."
11347 msgstr ""
11349 #: config/nios2/nios2.opt:442
11350 #, no-c-format
11351 msgid "Do not use the fcoss custom instruction."
11352 msgstr ""
11354 #: config/nios2/nios2.opt:446
11355 #, no-c-format
11356 msgid "Integer id (N) of fcoss custom instruction."
11357 msgstr ""
11359 #: config/nios2/nios2.opt:450
11360 #, no-c-format
11361 msgid "Do not use the fsqrts custom instruction."
11362 msgstr ""
11364 #: config/nios2/nios2.opt:454
11365 #, no-c-format
11366 msgid "Integer id (N) of fsqrts custom instruction."
11367 msgstr ""
11369 #: config/nios2/nios2.opt:458
11370 #, no-c-format
11371 msgid "Do not use the fabss custom instr."
11372 msgstr ""
11374 #: config/nios2/nios2.opt:462
11375 #, no-c-format
11376 msgid "Integer id (N) of fabss custom instruction."
11377 msgstr ""
11379 #: config/nios2/nios2.opt:466
11380 #, no-c-format
11381 msgid "Do not use the fnegs custom instruction."
11382 msgstr ""
11384 #: config/nios2/nios2.opt:470
11385 #, no-c-format
11386 msgid "Integer id (N) of fnegs custom instruction."
11387 msgstr ""
11389 #: config/nios2/nios2.opt:474
11390 #, no-c-format
11391 msgid "Do not use the fmaxs custom instruction."
11392 msgstr ""
11394 #: config/nios2/nios2.opt:478
11395 #, no-c-format
11396 msgid "Integer id (N) of fmaxs custom instruction."
11397 msgstr ""
11399 #: config/nios2/nios2.opt:482
11400 #, no-c-format
11401 msgid "Do not use the fmins custom instruction."
11402 msgstr ""
11404 #: config/nios2/nios2.opt:486
11405 #, no-c-format
11406 msgid "Integer id (N) of fmins custom instruction."
11407 msgstr ""
11409 #: config/nios2/nios2.opt:490
11410 #, no-c-format
11411 msgid "Do not use the fdivs custom instruction."
11412 msgstr ""
11414 #: config/nios2/nios2.opt:494
11415 #, no-c-format
11416 msgid "Integer id (N) of fdivs custom instruction."
11417 msgstr ""
11419 #: config/nios2/nios2.opt:498
11420 #, no-c-format
11421 msgid "Do not use the fmuls custom instruction."
11422 msgstr ""
11424 #: config/nios2/nios2.opt:502
11425 #, no-c-format
11426 msgid "Integer id (N) of fmuls custom instruction."
11427 msgstr ""
11429 #: config/nios2/nios2.opt:506
11430 #, no-c-format
11431 msgid "Do not use the fsubs custom instruction."
11432 msgstr ""
11434 #: config/nios2/nios2.opt:510
11435 #, no-c-format
11436 msgid "Integer id (N) of fsubs custom instruction."
11437 msgstr ""
11439 #: config/nios2/nios2.opt:514
11440 #, no-c-format
11441 msgid "Do not use the fadds custom instruction."
11442 msgstr ""
11444 #: config/nios2/nios2.opt:518
11445 #, no-c-format
11446 msgid "Integer id (N) of fadds custom instruction."
11447 msgstr ""
11449 #: config/nios2/nios2.opt:522
11450 #, no-c-format
11451 msgid "Do not use the frdy custom instruction."
11452 msgstr ""
11454 #: config/nios2/nios2.opt:526
11455 #, no-c-format
11456 msgid "Integer id (N) of frdy custom instruction."
11457 msgstr ""
11459 #: config/nios2/nios2.opt:530
11460 #, no-c-format
11461 msgid "Do not use the frdxhi custom instruction."
11462 msgstr ""
11464 #: config/nios2/nios2.opt:534
11465 #, no-c-format
11466 msgid "Integer id (N) of frdxhi custom instruction."
11467 msgstr ""
11469 #: config/nios2/nios2.opt:538
11470 #, no-c-format
11471 msgid "Do not use the frdxlo custom instruction."
11472 msgstr ""
11474 #: config/nios2/nios2.opt:542
11475 #, no-c-format
11476 msgid "Integer id (N) of frdxlo custom instruction."
11477 msgstr ""
11479 #: config/nios2/nios2.opt:546
11480 #, no-c-format
11481 msgid "Do not use the fwry custom instruction."
11482 msgstr ""
11484 #: config/nios2/nios2.opt:550
11485 #, no-c-format
11486 msgid "Integer id (N) of fwry custom instruction."
11487 msgstr ""
11489 #: config/nios2/nios2.opt:554
11490 #, no-c-format
11491 msgid "Do not use the fwrx custom instruction."
11492 msgstr ""
11494 #: config/nios2/nios2.opt:558
11495 #, no-c-format
11496 msgid "Integer id (N) of fwrx custom instruction."
11497 msgstr ""
11499 #: config/nios2/nios2.opt:562
11500 #, no-c-format
11501 msgid "Do not use the round custom instruction."
11502 msgstr ""
11504 #: config/nios2/nios2.opt:566
11505 #, no-c-format
11506 msgid "Integer id (N) of round custom instruction."
11507 msgstr ""
11509 #: config/nios2/nios2.opt:574
11510 #, no-c-format
11511 msgid "Valid Nios II ISA levels (for -march):"
11512 msgstr ""
11514 #: config/nios2/nios2.opt:584
11515 #, no-c-format
11516 msgid "Enable generation of R2 BMX instructions."
11517 msgstr ""
11519 #: config/nios2/nios2.opt:588
11520 #, no-c-format
11521 msgid "Enable generation of R2 CDX instructions."
11522 msgstr ""
11524 #: config/nios2/nios2.opt:592
11525 #, no-c-format
11526 msgid "Regular expression matching additional GP-addressible section names."
11527 msgstr ""
11529 #: config/nios2/nios2.opt:596
11530 #, no-c-format
11531 msgid "Regular expression matching section names for r0-relative addressing."
11532 msgstr ""
11534 #: config/rx/elf.opt:32
11535 #, no-c-format
11536 msgid ""
11537 "Generate assembler output that is compatible with the Renesas AS100 "
11538 "assembler.  This may restrict some of the compiler's capabilities.  The "
11539 "default is to generate GAS compatible syntax."
11540 msgstr ""
11542 #: config/rx/elf.opt:38 config/rx/rx.opt:99
11543 #, no-c-format
11544 msgid "Specifies the number of registers to reserve for interrupt handlers."
11545 msgstr ""
11547 #: config/rx/elf.opt:44 config/rx/rx.opt:105
11548 #, no-c-format
11549 msgid ""
11550 "Specifies whether interrupt functions should save and restore the "
11551 "accumulator register."
11552 msgstr ""
11554 #: config/rx/rx.opt:29
11555 #, no-c-format
11556 msgid "Store doubles in 64 bits."
11557 msgstr ""
11559 #: config/rx/rx.opt:33
11560 #, no-c-format
11561 msgid "Stores doubles in 32 bits.  This is the default."
11562 msgstr ""
11564 #: config/rx/rx.opt:37
11565 #, no-c-format
11566 msgid "Disable the use of RX FPU instructions."
11567 msgstr ""
11569 #: config/rx/rx.opt:44
11570 #, no-c-format
11571 msgid "Enable the use of RX FPU instructions.  This is the default."
11572 msgstr ""
11574 #: config/rx/rx.opt:50
11575 #, no-c-format
11576 msgid "Specify the target RX cpu type."
11577 msgstr ""
11579 #: config/rx/rx.opt:71
11580 #, no-c-format
11581 msgid "Data is stored in big-endian format."
11582 msgstr ""
11584 #: config/rx/rx.opt:75
11585 #, no-c-format
11586 msgid "Data is stored in little-endian format.  (Default)."
11587 msgstr ""
11589 #: config/rx/rx.opt:81
11590 #, no-c-format
11591 msgid ""
11592 "Maximum size of global and static variables which can be placed into the "
11593 "small data area."
11594 msgstr ""
11596 #: config/rx/rx.opt:87
11597 #, no-c-format
11598 msgid "Enable linker relaxation."
11599 msgstr ""
11601 #: config/rx/rx.opt:93
11602 #, no-c-format
11603 msgid "Maximum size in bytes of constant values allowed as operands."
11604 msgstr ""
11606 #: config/rx/rx.opt:111
11607 #, no-c-format
11608 msgid "Enables Position-Independent-Data (PID) mode."
11609 msgstr ""
11611 #: config/rx/rx.opt:117
11612 #, no-c-format
11613 msgid ""
11614 "Warn when multiple, different, fast interrupt handlers are in the "
11615 "compilation unit."
11616 msgstr ""
11618 #: config/rx/rx.opt:123
11619 #, no-c-format
11620 msgid ""
11621 "Enable the use of the old, broken, ABI where all stacked function arguments "
11622 "are aligned to 32-bits."
11623 msgstr ""
11625 #: config/rx/rx.opt:127
11626 #, no-c-format
11627 msgid ""
11628 "Enable the use the standard RX ABI where all stacked function arguments are "
11629 "naturally aligned.  This is the default."
11630 msgstr ""
11632 #: config/rx/rx.opt:133
11633 #, no-c-format
11634 msgid "Enable the use of the LRA register allocator."
11635 msgstr ""
11637 #: config/rx/rx.opt:139
11638 #, no-c-format
11639 msgid ""
11640 "Enables or disables the use of the SMOVF, SMOVB, SMOVU, SUNTIL, SWHILE and "
11641 "RMPA instructions.  Enabled by default."
11642 msgstr ""
11644 #: config/rx/rx.opt:145
11645 #, no-c-format
11646 msgid "Always use JSR, never BSR, for calls."
11647 msgstr ""
11649 #: config/visium/visium.opt:25
11650 #, no-c-format
11651 msgid "Link with libc.a and libdebug.a."
11652 msgstr ""
11654 #: config/visium/visium.opt:29
11655 #, no-c-format
11656 msgid "Link with libc.a and libsim.a."
11657 msgstr ""
11659 #: config/visium/visium.opt:33
11660 #, no-c-format
11661 msgid "Use hardware FP (default)."
11662 msgstr ""
11664 #: config/visium/visium.opt:45
11665 #, no-c-format
11666 msgid "Use features of and schedule code for given CPU."
11667 msgstr ""
11669 #: config/visium/visium.opt:65
11670 #, no-c-format
11671 msgid "Generate code for the supervisor mode (default)."
11672 msgstr ""
11674 #: config/visium/visium.opt:69
11675 #, no-c-format
11676 msgid "Generate code for the user mode."
11677 msgstr ""
11679 #: config/visium/visium.opt:73
11680 #, no-c-format
11681 msgid "Only retained for backward compatibility."
11682 msgstr ""
11684 #: config/sol2.opt:32
11685 #, no-c-format
11686 msgid "Clear hardware capabilities when linking."
11687 msgstr ""
11689 #: config/sol2.opt:36
11690 #, no-c-format
11691 msgid "Pass -z text to linker."
11692 msgstr ""
11694 #: config/moxie/moxie.opt:31
11695 #, no-c-format
11696 msgid "Enable MUL.X and UMUL.X instructions."
11697 msgstr ""
11699 #: config/microblaze/microblaze.opt:40
11700 #, no-c-format
11701 msgid "Use software emulation for floating point (default)."
11702 msgstr ""
11704 #: config/microblaze/microblaze.opt:44
11705 #, no-c-format
11706 msgid "Use hardware floating point instructions."
11707 msgstr ""
11709 #: config/microblaze/microblaze.opt:48
11710 #, no-c-format
11711 msgid "Use table lookup optimization for small signed integer divisions."
11712 msgstr ""
11714 #: config/microblaze/microblaze.opt:52
11715 #, no-c-format
11716 msgid "-mcpu=PROCESSOR\t\tUse features of and schedule code for given CPU."
11717 msgstr ""
11719 #: config/microblaze/microblaze.opt:56
11720 #, no-c-format
11721 msgid "Don't optimize block moves, use memcpy."
11722 msgstr ""
11724 #: config/microblaze/microblaze.opt:68
11725 #, no-c-format
11726 msgid "Use the soft multiply emulation (default)."
11727 msgstr ""
11729 #: config/microblaze/microblaze.opt:72
11730 #, no-c-format
11731 msgid "Use reorder instructions (swap and byte reversed load/store) (default)."
11732 msgstr ""
11734 #: config/microblaze/microblaze.opt:76
11735 #, no-c-format
11736 msgid "Use the software emulation for divides (default)."
11737 msgstr ""
11739 #: config/microblaze/microblaze.opt:80
11740 #, no-c-format
11741 msgid "Use the hardware barrel shifter instead of emulation."
11742 msgstr ""
11744 #: config/microblaze/microblaze.opt:84
11745 #, no-c-format
11746 msgid "Use pattern compare instructions."
11747 msgstr ""
11749 #: config/microblaze/microblaze.opt:88
11750 #, no-c-format
11751 msgid "Check for stack overflow at runtime."
11752 msgstr ""
11754 #: config/microblaze/microblaze.opt:92 config/iq2000/iq2000.opt:65
11755 #, no-c-format
11756 msgid "Use GP relative sdata/sbss sections."
11757 msgstr ""
11759 #: config/microblaze/microblaze.opt:96
11760 #, no-c-format
11761 msgid "Clear the BSS to zero and place zero initialized in BSS."
11762 msgstr ""
11764 #: config/microblaze/microblaze.opt:100
11765 #, no-c-format
11766 msgid "Use multiply high instructions for high part of 32x32 multiply."
11767 msgstr ""
11769 #: config/microblaze/microblaze.opt:104
11770 #, no-c-format
11771 msgid "Use hardware floating point conversion instructions."
11772 msgstr ""
11774 #: config/microblaze/microblaze.opt:108
11775 #, no-c-format
11776 msgid "Use hardware floating point square root instruction."
11777 msgstr ""
11779 #: config/microblaze/microblaze.opt:112
11780 #, no-c-format
11781 msgid "Description for mxl-mode-executable."
11782 msgstr ""
11784 #: config/microblaze/microblaze.opt:116
11785 #, no-c-format
11786 msgid "Description for mxl-mode-xmdstub."
11787 msgstr ""
11789 #: config/microblaze/microblaze.opt:120
11790 #, no-c-format
11791 msgid "Description for mxl-mode-bootstrap."
11792 msgstr ""
11794 #: config/microblaze/microblaze.opt:124
11795 #, no-c-format
11796 msgid "Description for mxl-mode-novectors."
11797 msgstr ""
11799 #: config/microblaze/microblaze.opt:128
11800 #, no-c-format
11801 msgid "Use hardware prefetch instruction."
11802 msgstr ""
11804 #: config/microblaze/microblaze.opt:132
11805 #, no-c-format
11806 msgid ""
11807 "Data referenced by offset from start of text instead of GOT (with -fPIC/-"
11808 "fPIE)."
11809 msgstr ""
11811 #: config/vax/vax.opt:23 config/vax/vax.opt:27
11812 #, no-c-format
11813 msgid "Target DFLOAT double precision code."
11814 msgstr ""
11816 #: config/vax/vax.opt:31 config/vax/vax.opt:35
11817 #, no-c-format
11818 msgid "Generate GFLOAT double precision code."
11819 msgstr ""
11821 #: config/vax/vax.opt:39
11822 #, no-c-format
11823 msgid "Generate code for GNU assembler (gas)."
11824 msgstr ""
11826 #: config/vax/vax.opt:43
11827 #, no-c-format
11828 msgid "Generate code for UNIX assembler."
11829 msgstr ""
11831 #: config/vax/vax.opt:51
11832 #, no-c-format
11833 msgid "Use VAXC structure conventions."
11834 msgstr ""
11836 #: config/vax/vax.opt:55
11837 #, no-c-format
11838 msgid "Use new adddi3/subdi3 patterns."
11839 msgstr ""
11841 #: config/frv/frv.opt:30
11842 #, no-c-format
11843 msgid "Use 4 media accumulators."
11844 msgstr ""
11846 #: config/frv/frv.opt:34
11847 #, no-c-format
11848 msgid "Use 8 media accumulators."
11849 msgstr ""
11851 #: config/frv/frv.opt:38
11852 #, no-c-format
11853 msgid "Enable label alignment optimizations."
11854 msgstr ""
11856 #: config/frv/frv.opt:42
11857 #, no-c-format
11858 msgid "Dynamically allocate cc registers."
11859 msgstr ""
11861 #: config/frv/frv.opt:49
11862 #, no-c-format
11863 msgid "Set the cost of branches."
11864 msgstr ""
11866 #: config/frv/frv.opt:53
11867 #, no-c-format
11868 msgid "Enable conditional execution other than moves/scc."
11869 msgstr ""
11871 #: config/frv/frv.opt:57
11872 #, no-c-format
11873 msgid "Change the maximum length of conditionally-executed sequences."
11874 msgstr ""
11876 #: config/frv/frv.opt:61
11877 #, no-c-format
11878 msgid ""
11879 "Change the number of temporary registers that are available to conditionally-"
11880 "executed sequences."
11881 msgstr ""
11883 #: config/frv/frv.opt:65
11884 #, no-c-format
11885 msgid "Enable conditional moves."
11886 msgstr ""
11888 #: config/frv/frv.opt:69
11889 #, no-c-format
11890 msgid "Set the target CPU type."
11891 msgstr ""
11893 #: config/frv/frv.opt:73
11894 #, no-c-format
11895 msgid "Known FR-V CPUs (for use with the -mcpu= option):"
11896 msgstr ""
11898 #: config/frv/frv.opt:122
11899 #, no-c-format
11900 msgid "Use fp double instructions."
11901 msgstr ""
11903 #: config/frv/frv.opt:126
11904 #, no-c-format
11905 msgid "Change the ABI to allow double word insns."
11906 msgstr ""
11908 #: config/frv/frv.opt:134
11909 #, no-c-format
11910 msgid "Just use icc0/fcc0."
11911 msgstr ""
11913 #: config/frv/frv.opt:138
11914 #, no-c-format
11915 msgid "Only use 32 FPRs."
11916 msgstr ""
11918 #: config/frv/frv.opt:142
11919 #, no-c-format
11920 msgid "Use 64 FPRs."
11921 msgstr ""
11923 #: config/frv/frv.opt:146
11924 #, no-c-format
11925 msgid "Only use 32 GPRs."
11926 msgstr ""
11928 #: config/frv/frv.opt:150
11929 #, no-c-format
11930 msgid "Use 64 GPRs."
11931 msgstr ""
11933 #: config/frv/frv.opt:154
11934 #, no-c-format
11935 msgid "Enable use of GPREL for read-only data in FDPIC."
11936 msgstr ""
11938 #: config/frv/frv.opt:166
11939 #, no-c-format
11940 msgid "Enable PIC support for building libraries."
11941 msgstr ""
11943 #: config/frv/frv.opt:170
11944 #, no-c-format
11945 msgid "Follow the EABI linkage requirements."
11946 msgstr ""
11948 #: config/frv/frv.opt:174
11949 #, no-c-format
11950 msgid "Disallow direct calls to global functions."
11951 msgstr ""
11953 #: config/frv/frv.opt:178
11954 #, no-c-format
11955 msgid "Use media instructions."
11956 msgstr ""
11958 #: config/frv/frv.opt:182
11959 #, no-c-format
11960 msgid "Use multiply add/subtract instructions."
11961 msgstr ""
11963 #: config/frv/frv.opt:186
11964 #, no-c-format
11965 msgid "Enable optimizing &&/|| in conditional execution."
11966 msgstr ""
11968 #: config/frv/frv.opt:190
11969 #, no-c-format
11970 msgid "Enable nested conditional execution optimizations."
11971 msgstr ""
11973 #: config/frv/frv.opt:195
11974 #, no-c-format
11975 msgid "Do not mark ABI switches in e_flags."
11976 msgstr ""
11978 #: config/frv/frv.opt:199
11979 #, no-c-format
11980 msgid "Remove redundant membars."
11981 msgstr ""
11983 #: config/frv/frv.opt:203
11984 #, no-c-format
11985 msgid "Pack VLIW instructions."
11986 msgstr ""
11988 #: config/frv/frv.opt:207
11989 #, no-c-format
11990 msgid "Enable setting GPRs to the result of comparisons."
11991 msgstr ""
11993 #: config/frv/frv.opt:211
11994 #, no-c-format
11995 msgid "Change the amount of scheduler lookahead."
11996 msgstr ""
11998 #: config/frv/frv.opt:219
11999 #, no-c-format
12000 msgid "Assume a large TLS segment."
12001 msgstr ""
12003 #: config/frv/frv.opt:223
12004 #, no-c-format
12005 msgid "Do not assume a large TLS segment."
12006 msgstr ""
12008 #: config/frv/frv.opt:228
12009 #, no-c-format
12010 msgid "Cause gas to print tomcat statistics."
12011 msgstr ""
12013 #: config/frv/frv.opt:233
12014 #, no-c-format
12015 msgid "Link with the library-pic libraries."
12016 msgstr ""
12018 #: config/frv/frv.opt:237
12019 #, no-c-format
12020 msgid "Allow branches to be packed with other instructions."
12021 msgstr ""
12023 #: config/mn10300/mn10300.opt:30
12024 #, no-c-format
12025 msgid "Target the AM33 processor."
12026 msgstr ""
12028 #: config/mn10300/mn10300.opt:34
12029 #, no-c-format
12030 msgid "Target the AM33/2.0 processor."
12031 msgstr ""
12033 #: config/mn10300/mn10300.opt:38
12034 #, no-c-format
12035 msgid "Target the AM34 processor."
12036 msgstr ""
12038 #: config/mn10300/mn10300.opt:46
12039 #, no-c-format
12040 msgid "Work around hardware multiply bug."
12041 msgstr ""
12043 #: config/mn10300/mn10300.opt:55
12044 #, no-c-format
12045 msgid "Enable linker relaxations."
12046 msgstr ""
12048 #: config/mn10300/mn10300.opt:59
12049 #, no-c-format
12050 msgid "Return pointers in both a0 and d0."
12051 msgstr ""
12053 #: config/mn10300/mn10300.opt:63
12054 #, no-c-format
12055 msgid "Allow gcc to generate LIW instructions."
12056 msgstr ""
12058 #: config/mn10300/mn10300.opt:67
12059 #, no-c-format
12060 msgid "Allow gcc to generate the SETLB and Lcc instructions."
12061 msgstr ""
12063 #: config/nds32/nds32-elf.opt:3 config/nds32/nds32-linux.opt:3
12064 #, no-c-format
12065 msgid "Specify the address generation strategy for code model."
12066 msgstr ""
12068 #: config/nds32/nds32-elf.opt:7 config/nds32/nds32-linux.opt:7
12069 #, no-c-format
12070 msgid "Known cmodel types (for use with the -mcmodel= option):"
12071 msgstr ""
12073 #: config/nds32/nds32.opt:29 config/nds32/nds32.opt:89
12074 #, no-c-format
12075 msgid "Generate code in big-endian mode."
12076 msgstr ""
12078 #: config/nds32/nds32.opt:33 config/nds32/nds32.opt:93
12079 #, no-c-format
12080 msgid "Generate code in little-endian mode."
12081 msgstr ""
12083 #: config/nds32/nds32.opt:37
12084 #, no-c-format
12085 msgid "Force performing fp-as-gp optimization."
12086 msgstr ""
12088 #: config/nds32/nds32.opt:41
12089 #, no-c-format
12090 msgid "Forbid performing fp-as-gp optimization."
12091 msgstr ""
12093 #: config/nds32/nds32.opt:47
12094 #, no-c-format
12095 msgid "Specify which ABI type to generate code for: 2, 2fp+."
12096 msgstr ""
12098 #: config/nds32/nds32.opt:61
12099 #, no-c-format
12100 msgid "Specify use soft floating point ABI which mean alias to -mabi=2."
12101 msgstr ""
12103 #: config/nds32/nds32.opt:65
12104 #, no-c-format
12105 msgid "Specify use soft floating point ABI which mean alias to -mabi=2fp+."
12106 msgstr ""
12108 #: config/nds32/nds32.opt:71
12109 #, no-c-format
12110 msgid "Use reduced-set registers for register allocation."
12111 msgstr ""
12113 #: config/nds32/nds32.opt:75
12114 #, no-c-format
12115 msgid "Use full-set registers for register allocation."
12116 msgstr ""
12118 #: config/nds32/nds32.opt:81
12119 #, no-c-format
12120 msgid "Always align function entry, jump target and return address."
12121 msgstr ""
12123 #: config/nds32/nds32.opt:85
12124 #, no-c-format
12125 msgid "Align function entry to 4 byte."
12126 msgstr ""
12128 #: config/nds32/nds32.opt:97
12129 #, no-c-format
12130 msgid ""
12131 "Prevent $fp being allocated during register allocation so that compiler is "
12132 "able to force performing fp-as-gp optimization."
12133 msgstr ""
12135 #: config/nds32/nds32.opt:101
12136 #, no-c-format
12137 msgid ""
12138 "Forbid using $fp to access static and global variables.  This option "
12139 "strictly forbids fp-as-gp optimization regardless of '-mforce-fp-as-gp'."
12140 msgstr ""
12142 #: config/nds32/nds32.opt:105
12143 #, no-c-format
12144 msgid "Specify the address generation strategy for ICT call's code model."
12145 msgstr ""
12147 #: config/nds32/nds32.opt:109
12148 #, no-c-format
12149 msgid "Known cmodel types (for use with the -mict-model= option):"
12150 msgstr ""
12152 #: config/nds32/nds32.opt:119
12153 #, no-c-format
12154 msgid "Generate conditional move instructions."
12155 msgstr ""
12157 #: config/nds32/nds32.opt:123
12158 #, no-c-format
12159 msgid "Generate hardware abs instructions."
12160 msgstr ""
12162 #: config/nds32/nds32.opt:127
12163 #, no-c-format
12164 msgid "Generate performance extension instructions."
12165 msgstr ""
12167 #: config/nds32/nds32.opt:131
12168 #, no-c-format
12169 msgid "Generate performance extension version 2 instructions."
12170 msgstr ""
12172 #: config/nds32/nds32.opt:135
12173 #, no-c-format
12174 msgid "Generate string extension instructions."
12175 msgstr ""
12177 #: config/nds32/nds32.opt:139
12178 #, no-c-format
12179 msgid "Generate DSP extension instructions."
12180 msgstr ""
12182 #: config/nds32/nds32.opt:143
12183 #, no-c-format
12184 msgid "Generate v3 push25/pop25 instructions."
12185 msgstr ""
12187 #: config/nds32/nds32.opt:147
12188 #, no-c-format
12189 msgid "Generate 16-bit instructions."
12190 msgstr ""
12192 #: config/nds32/nds32.opt:151
12193 #, no-c-format
12194 msgid "Insert relax hint for linker to do relaxation."
12195 msgstr ""
12197 #: config/nds32/nds32.opt:155
12198 #, no-c-format
12199 msgid "Enable Virtual Hosting support."
12200 msgstr ""
12202 #: config/nds32/nds32.opt:159
12203 #, no-c-format
12204 msgid "Specify the size of each interrupt vector, which must be 4 or 16."
12205 msgstr ""
12207 #: config/nds32/nds32.opt:163
12208 #, no-c-format
12209 msgid "Specify the security level of c-isr for the whole file."
12210 msgstr ""
12212 #: config/nds32/nds32.opt:167
12213 #, no-c-format
12214 msgid ""
12215 "Specify the size of each cache block, which must be a power of 2 between 4 "
12216 "and 512."
12217 msgstr ""
12219 #: config/nds32/nds32.opt:175
12220 #, no-c-format
12221 msgid "Known arch types (for use with the -march= option):"
12222 msgstr ""
12224 #: config/nds32/nds32.opt:197
12225 #, no-c-format
12226 msgid "Specify the cpu for pipeline model."
12227 msgstr ""
12229 #: config/nds32/nds32.opt:201
12230 #, no-c-format
12231 msgid "Known cpu types (for use with the -mcpu= option):"
12232 msgstr ""
12234 #: config/nds32/nds32.opt:361
12235 #, no-c-format
12236 msgid ""
12237 "Specify a fpu configuration value from 0 to 7; 0-3 is as FPU spec says, and "
12238 "4-7 is corresponding to 0-3."
12239 msgstr ""
12241 #: config/nds32/nds32.opt:365
12242 #, no-c-format
12243 msgid ""
12244 "Known floating-point number of registers (for use with the -mconfig-fpu= "
12245 "option):"
12246 msgstr ""
12248 #: config/nds32/nds32.opt:393
12249 #, no-c-format
12250 msgid ""
12251 "Specify configuration of instruction mul: fast1, fast2 or slow. The default "
12252 "is fast1."
12253 msgstr ""
12255 #: config/nds32/nds32.opt:412
12256 #, no-c-format
12257 msgid ""
12258 "Specify how many read/write ports for n9/n10 cores.  The value should be "
12259 "3r2w or 2r1w."
12260 msgstr ""
12262 #: config/nds32/nds32.opt:425
12263 #, no-c-format
12264 msgid "Enable constructor/destructor feature."
12265 msgstr ""
12267 #: config/nds32/nds32.opt:429
12268 #, no-c-format
12269 msgid "Guide linker to relax instructions."
12270 msgstr ""
12272 #: config/nds32/nds32.opt:433
12273 #, no-c-format
12274 msgid "Generate floating-point multiply-accumulation instructions."
12275 msgstr ""
12277 #: config/nds32/nds32.opt:437
12278 #, no-c-format
12279 msgid "Generate single-precision floating-point instructions."
12280 msgstr ""
12282 #: config/nds32/nds32.opt:441
12283 #, no-c-format
12284 msgid "Generate double-precision floating-point instructions."
12285 msgstr ""
12287 #: config/nds32/nds32.opt:445
12288 #, no-c-format
12289 msgid "Force disable hardware loop, even use -mext-dsp."
12290 msgstr ""
12292 #: config/nds32/nds32.opt:449
12293 #, no-c-format
12294 msgid "Permit scheduling of a function's prologue and epilogue sequence."
12295 msgstr ""
12297 #: config/nds32/nds32.opt:453
12298 #, no-c-format
12299 msgid "Generate return instruction in naked function."
12300 msgstr ""
12302 #: config/nds32/nds32.opt:457
12303 #, no-c-format
12304 msgid "Always save $lp in the stack."
12305 msgstr ""
12307 #: config/nds32/nds32.opt:465
12308 #, no-c-format
12309 msgid "Allow use r15 for inline ASM."
12310 msgstr ""
12312 #: config/iq2000/iq2000.opt:31
12313 #, no-c-format
12314 msgid "Specify CPU for code generation purposes."
12315 msgstr ""
12317 #: config/iq2000/iq2000.opt:47
12318 #, no-c-format
12319 msgid "Specify CPU for scheduling purposes."
12320 msgstr ""
12322 #: config/iq2000/iq2000.opt:51
12323 #, no-c-format
12324 msgid "Known IQ2000 CPUs (for use with the -mcpu= option):"
12325 msgstr ""
12327 #: config/iq2000/iq2000.opt:61 config/mips/mips.opt:142
12328 #, no-c-format
12329 msgid "Use ROM instead of RAM."
12330 msgstr ""
12332 #: config/iq2000/iq2000.opt:70
12333 #, no-c-format
12334 msgid "No default crt0.o."
12335 msgstr ""
12337 #: config/iq2000/iq2000.opt:74 config/mips/mips.opt:413
12338 #, no-c-format
12339 msgid "Put uninitialized constants in ROM (needs -membedded-data)."
12340 msgstr ""
12342 #: config/csky/csky.opt:34
12343 #, no-c-format
12344 msgid "Specify the target architecture."
12345 msgstr ""
12347 #: config/csky/csky.opt:38
12348 #, no-c-format
12349 msgid "Specify the target processor."
12350 msgstr ""
12352 #: config/csky/csky.opt:90
12353 #, no-c-format
12354 msgid "Specify the target floating-point hardware/format."
12355 msgstr ""
12357 #: config/csky/csky.opt:94
12358 #, no-c-format
12359 msgid "Generate C-SKY FPU double float instructions (default for hard float)."
12360 msgstr ""
12362 #: config/csky/csky.opt:98
12363 #, no-c-format
12364 msgid "Generate frecipd/fsqrtd/fdivd instructions (default for hard float)."
12365 msgstr ""
12367 #: config/csky/csky.opt:106
12368 #, no-c-format
12369 msgid "Enable the extended LRW instruction (default for CK801)."
12370 msgstr ""
12372 #: config/csky/csky.opt:110
12373 #, no-c-format
12374 msgid "Enable interrupt stack instructions."
12375 msgstr ""
12377 #: config/csky/csky.opt:114
12378 #, no-c-format
12379 msgid "Enable multiprocessor instructions."
12380 msgstr ""
12382 #: config/csky/csky.opt:118
12383 #, no-c-format
12384 msgid "Enable coprocessor instructions."
12385 msgstr ""
12387 #: config/csky/csky.opt:122
12388 #, no-c-format
12389 msgid "Enable cache prefetch instructions."
12390 msgstr ""
12392 #: config/csky/csky.opt:126
12393 #, no-c-format
12394 msgid "Enable C-SKY SECURE instructions."
12395 msgstr ""
12397 #: config/csky/csky.opt:133
12398 #, no-c-format
12399 msgid "Enable C-SKY TRUST instructions."
12400 msgstr ""
12402 #: config/csky/csky.opt:137
12403 #, no-c-format
12404 msgid "Enable C-SKY DSP instructions."
12405 msgstr ""
12407 #: config/csky/csky.opt:141
12408 #, no-c-format
12409 msgid "Enable C-SKY Enhanced DSP instructions."
12410 msgstr ""
12412 #: config/csky/csky.opt:145
12413 #, no-c-format
12414 msgid "Enable C-SKY Vector DSP instructions."
12415 msgstr ""
12417 #: config/csky/csky.opt:151
12418 #, no-c-format
12419 msgid "Generate divide instructions."
12420 msgstr ""
12422 #: config/csky/csky.opt:155
12423 #, no-c-format
12424 msgid "Generate code for Smart Mode."
12425 msgstr ""
12427 #: config/csky/csky.opt:159
12428 #, no-c-format
12429 msgid "Enable use of R16-R31 (default)."
12430 msgstr ""
12432 #: config/csky/csky.opt:163
12433 #, no-c-format
12434 msgid "Generate code using global anchor symbol addresses."
12435 msgstr ""
12437 #: config/csky/csky.opt:167
12438 #, no-c-format
12439 msgid "Generate push/pop instructions (default)."
12440 msgstr ""
12442 #: config/csky/csky.opt:171
12443 #, no-c-format
12444 msgid "Generate stm/ldm instructions (default)."
12445 msgstr ""
12447 #: config/csky/csky.opt:178
12448 #, no-c-format
12449 msgid "Generate constant pools in the compiler instead of assembler."
12450 msgstr ""
12452 #: config/csky/csky.opt:182
12453 #, no-c-format
12454 msgid "Emit .stack_size directives."
12455 msgstr ""
12457 #: config/csky/csky.opt:186
12458 #, no-c-format
12459 msgid "Generate code for C-SKY compiler runtime instead of libgcc."
12460 msgstr ""
12462 #: config/csky/csky.opt:190
12463 #, no-c-format
12464 msgid "Set the branch costs to roughly the specified number of instructions."
12465 msgstr ""
12467 #: config/csky/csky.opt:194
12468 #, no-c-format
12469 msgid "Permit scheduling of function prologue and epilogue sequences."
12470 msgstr ""
12472 #: config/csky/csky_tables.opt:24
12473 #, no-c-format
12474 msgid "Known CSKY CPUs (for use with the -mcpu= options):"
12475 msgstr ""
12477 #: config/csky/csky_tables.opt:205
12478 #, no-c-format
12479 msgid "Known CSKY architectures (for use with the -march= option):"
12480 msgstr ""
12482 #: config/csky/csky_tables.opt:227
12483 #, no-c-format
12484 msgid "Known CSKY FPUs (for use with the -mfpu= option):"
12485 msgstr ""
12487 #: config/c6x/c6x-tables.opt:24
12488 #, no-c-format
12489 msgid "Known C6X ISAs (for use with the -march= option):"
12490 msgstr ""
12492 #: config/c6x/c6x.opt:42
12493 #, no-c-format
12494 msgid "Select method for sdata handling."
12495 msgstr ""
12497 #: config/c6x/c6x.opt:46
12498 #, no-c-format
12499 msgid "Valid arguments for the -msdata= option:"
12500 msgstr ""
12502 #: config/c6x/c6x.opt:59
12503 #, no-c-format
12504 msgid "Compile for the DSBT shared library ABI."
12505 msgstr ""
12507 #: config/cris/cris.opt:45
12508 #, no-c-format
12509 msgid "Work around bug in multiplication instruction."
12510 msgstr ""
12512 #: config/cris/cris.opt:51
12513 #, no-c-format
12514 msgid "Compile for ETRAX 4 (CRIS v3)."
12515 msgstr ""
12517 #: config/cris/cris.opt:56
12518 #, no-c-format
12519 msgid "Compile for ETRAX 100 (CRIS v8)."
12520 msgstr ""
12522 #: config/cris/cris.opt:64
12523 #, no-c-format
12524 msgid "Emit verbose debug information in assembly code."
12525 msgstr ""
12527 #: config/cris/cris.opt:71
12528 #, no-c-format
12529 msgid "Do not use condition codes from normal instructions."
12530 msgstr ""
12532 #: config/cris/cris.opt:80
12533 #, no-c-format
12534 msgid "Do not emit addressing modes with side-effect assignment."
12535 msgstr ""
12537 #: config/cris/cris.opt:89
12538 #, no-c-format
12539 msgid "Do not tune stack alignment."
12540 msgstr ""
12542 #: config/cris/cris.opt:98
12543 #, no-c-format
12544 msgid "Do not tune writable data alignment."
12545 msgstr ""
12547 #: config/cris/cris.opt:107
12548 #, no-c-format
12549 msgid "Do not tune code and read-only data alignment."
12550 msgstr ""
12552 #: config/cris/cris.opt:116
12553 #, no-c-format
12554 msgid "Align code and data to 32 bits."
12555 msgstr ""
12557 #: config/cris/cris.opt:133
12558 #, no-c-format
12559 msgid "Don't align items in code or data."
12560 msgstr ""
12562 #: config/cris/cris.opt:142
12563 #, no-c-format
12564 msgid "Do not emit function prologue or epilogue."
12565 msgstr ""
12567 #: config/cris/cris.opt:149
12568 #, no-c-format
12569 msgid "Use the most feature-enabling options allowed by other options."
12570 msgstr ""
12572 #: config/cris/cris.opt:158
12573 #, no-c-format
12574 msgid "Override -mbest-lib-options."
12575 msgstr ""
12577 #: config/cris/cris.opt:165
12578 #, no-c-format
12579 msgid "-march=ARCH\tGenerate code for the specified chip or CPU version."
12580 msgstr ""
12582 #: config/cris/cris.opt:169
12583 #, no-c-format
12584 msgid "-mtune=ARCH\tTune alignment for the specified chip or CPU version."
12585 msgstr ""
12587 #: config/cris/cris.opt:173
12588 #, no-c-format
12589 msgid ""
12590 "-mmax-stackframe=SIZE\tWarn when a stackframe is larger than the specified "
12591 "size."
12592 msgstr ""
12594 #: config/cris/cris.opt:180
12595 #, no-c-format
12596 msgid ""
12597 "Emit traps as \"break 8\", default for CRIS v3 and up.  If disabled, calls "
12598 "to abort() are used."
12599 msgstr ""
12601 #: config/cris/cris.opt:184
12602 #, no-c-format
12603 msgid ""
12604 "Emit checks causing \"break 8\" instructions to execute when applying atomic "
12605 "builtins on misaligned memory."
12606 msgstr ""
12608 #: config/cris/cris.opt:188
12609 #, no-c-format
12610 msgid ""
12611 "Handle atomic builtins that may be applied to unaligned data by calling "
12612 "library functions. Overrides -mtrap-unaligned-atomic."
12613 msgstr ""
12615 #: config/sh/superh.opt:6
12616 #, no-c-format
12617 msgid "Board name [and memory region]."
12618 msgstr ""
12620 #: config/sh/superh.opt:10
12621 #, no-c-format
12622 msgid "Runtime name."
12623 msgstr ""
12625 #: config/sh/sh.opt:42
12626 #, no-c-format
12627 msgid "Generate SH1 code."
12628 msgstr ""
12630 #: config/sh/sh.opt:46
12631 #, no-c-format
12632 msgid "Generate SH2 code."
12633 msgstr ""
12635 #: config/sh/sh.opt:50
12636 #, no-c-format
12637 msgid "Generate default double-precision SH2a-FPU code."
12638 msgstr ""
12640 #: config/sh/sh.opt:54
12641 #, no-c-format
12642 msgid "Generate SH2a FPU-less code."
12643 msgstr ""
12645 #: config/sh/sh.opt:58
12646 #, no-c-format
12647 msgid "Generate default single-precision SH2a-FPU code."
12648 msgstr ""
12650 #: config/sh/sh.opt:62
12651 #, no-c-format
12652 msgid "Generate only single-precision SH2a-FPU code."
12653 msgstr ""
12655 #: config/sh/sh.opt:66
12656 #, no-c-format
12657 msgid "Generate SH2e code."
12658 msgstr ""
12660 #: config/sh/sh.opt:70
12661 #, no-c-format
12662 msgid "Generate SH3 code."
12663 msgstr ""
12665 #: config/sh/sh.opt:74
12666 #, no-c-format
12667 msgid "Generate SH3e code."
12668 msgstr ""
12670 #: config/sh/sh.opt:78
12671 #, no-c-format
12672 msgid "Generate SH4 code."
12673 msgstr ""
12675 #: config/sh/sh.opt:82
12676 #, no-c-format
12677 msgid "Generate SH4-100 code."
12678 msgstr ""
12680 #: config/sh/sh.opt:86
12681 #, no-c-format
12682 msgid "Generate SH4-200 code."
12683 msgstr ""
12685 #: config/sh/sh.opt:92
12686 #, no-c-format
12687 msgid "Generate SH4-300 code."
12688 msgstr ""
12690 #: config/sh/sh.opt:96
12691 #, no-c-format
12692 msgid "Generate SH4 FPU-less code."
12693 msgstr ""
12695 #: config/sh/sh.opt:100
12696 #, no-c-format
12697 msgid "Generate SH4-100 FPU-less code."
12698 msgstr ""
12700 #: config/sh/sh.opt:104
12701 #, no-c-format
12702 msgid "Generate SH4-200 FPU-less code."
12703 msgstr ""
12705 #: config/sh/sh.opt:108
12706 #, no-c-format
12707 msgid "Generate SH4-300 FPU-less code."
12708 msgstr ""
12710 #: config/sh/sh.opt:112
12711 #, no-c-format
12712 msgid "Generate code for SH4 340 series (MMU/FPU-less)."
12713 msgstr ""
12715 #: config/sh/sh.opt:117
12716 #, no-c-format
12717 msgid "Generate code for SH4 400 series (MMU/FPU-less)."
12718 msgstr ""
12720 #: config/sh/sh.opt:122
12721 #, no-c-format
12722 msgid "Generate code for SH4 500 series (FPU-less)."
12723 msgstr ""
12725 #: config/sh/sh.opt:127
12726 #, no-c-format
12727 msgid "Generate default single-precision SH4 code."
12728 msgstr ""
12730 #: config/sh/sh.opt:131
12731 #, no-c-format
12732 msgid "Generate default single-precision SH4-100 code."
12733 msgstr ""
12735 #: config/sh/sh.opt:135
12736 #, no-c-format
12737 msgid "Generate default single-precision SH4-200 code."
12738 msgstr ""
12740 #: config/sh/sh.opt:139
12741 #, no-c-format
12742 msgid "Generate default single-precision SH4-300 code."
12743 msgstr ""
12745 #: config/sh/sh.opt:143
12746 #, no-c-format
12747 msgid "Generate only single-precision SH4 code."
12748 msgstr ""
12750 #: config/sh/sh.opt:147
12751 #, no-c-format
12752 msgid "Generate only single-precision SH4-100 code."
12753 msgstr ""
12755 #: config/sh/sh.opt:151
12756 #, no-c-format
12757 msgid "Generate only single-precision SH4-200 code."
12758 msgstr ""
12760 #: config/sh/sh.opt:155
12761 #, no-c-format
12762 msgid "Generate only single-precision SH4-300 code."
12763 msgstr ""
12765 #: config/sh/sh.opt:159
12766 #, no-c-format
12767 msgid "Generate SH4a code."
12768 msgstr ""
12770 #: config/sh/sh.opt:163
12771 #, no-c-format
12772 msgid "Generate SH4a FPU-less code."
12773 msgstr ""
12775 #: config/sh/sh.opt:167
12776 #, no-c-format
12777 msgid "Generate default single-precision SH4a code."
12778 msgstr ""
12780 #: config/sh/sh.opt:171
12781 #, no-c-format
12782 msgid "Generate only single-precision SH4a code."
12783 msgstr ""
12785 #: config/sh/sh.opt:175
12786 #, no-c-format
12787 msgid "Generate SH4al-dsp code."
12788 msgstr ""
12790 #: config/sh/sh.opt:183
12791 #, no-c-format
12792 msgid "Generate code in big endian mode."
12793 msgstr ""
12795 #: config/sh/sh.opt:187
12796 #, no-c-format
12797 msgid "Generate 32-bit offsets in switch tables."
12798 msgstr ""
12800 #: config/sh/sh.opt:191
12801 #, no-c-format
12802 msgid "Generate bit instructions."
12803 msgstr ""
12805 #: config/sh/sh.opt:199
12806 #, no-c-format
12807 msgid "Assume that zero displacement conditional branches are fast."
12808 msgstr ""
12810 #: config/sh/sh.opt:203
12811 #, no-c-format
12812 msgid "Force the usage of delay slots for conditional branches."
12813 msgstr ""
12815 #: config/sh/sh.opt:207
12816 #, no-c-format
12817 msgid "Align doubles at 64-bit boundaries."
12818 msgstr ""
12820 #: config/sh/sh.opt:211
12821 #, no-c-format
12822 msgid "Division strategy, one of: call-div1, call-fp, call-table."
12823 msgstr ""
12825 #: config/sh/sh.opt:215
12826 #, no-c-format
12827 msgid "Specify name for 32 bit signed division function."
12828 msgstr ""
12830 #: config/sh/sh.opt:219
12831 #, no-c-format
12832 msgid "Generate ELF FDPIC code."
12833 msgstr ""
12835 #: config/sh/sh.opt:223
12836 #, no-c-format
12837 msgid ""
12838 "Enable the use of 64-bit floating point registers in fmov instructions.  See "
12839 "-mdalign if 64-bit alignment is required."
12840 msgstr ""
12842 #: config/sh/sh.opt:231 config/sh/sh.opt:269
12843 #, no-c-format
12844 msgid "Follow Renesas (formerly Hitachi) / SuperH calling conventions."
12845 msgstr ""
12847 #: config/sh/sh.opt:235
12848 #, no-c-format
12849 msgid "Increase the IEEE compliance for floating-point comparisons."
12850 msgstr ""
12852 #: config/sh/sh.opt:239
12853 #, no-c-format
12854 msgid ""
12855 "Inline code to invalidate instruction cache entries after setting up nested "
12856 "function trampolines."
12857 msgstr ""
12859 #: config/sh/sh.opt:243 config/arc/arc.opt:242
12860 #, no-c-format
12861 msgid "Annotate assembler instructions with estimated addresses."
12862 msgstr ""
12864 #: config/sh/sh.opt:247
12865 #, no-c-format
12866 msgid "Generate code in little endian mode."
12867 msgstr ""
12869 #: config/sh/sh.opt:251
12870 #, no-c-format
12871 msgid "Mark MAC register as call-clobbered."
12872 msgstr ""
12874 #: config/sh/sh.opt:257
12875 #, no-c-format
12876 msgid "Make structs a multiple of 4 bytes (warning: ABI altered)."
12877 msgstr ""
12879 #: config/sh/sh.opt:261
12880 #, no-c-format
12881 msgid "Emit function-calls using global offset table when generating PIC."
12882 msgstr ""
12884 #: config/sh/sh.opt:265
12885 #, no-c-format
12886 msgid "Shorten address references during linking."
12887 msgstr ""
12889 #: config/sh/sh.opt:273
12890 #, no-c-format
12891 msgid "Specify the model for atomic operations."
12892 msgstr ""
12894 #: config/sh/sh.opt:277
12895 #, no-c-format
12896 msgid "Use tas.b instruction for __atomic_test_and_set."
12897 msgstr ""
12899 #: config/sh/sh.opt:281
12900 #, no-c-format
12901 msgid "Cost to assume for a multiply insn."
12902 msgstr ""
12904 #: config/sh/sh.opt:285
12905 #, no-c-format
12906 msgid ""
12907 "Don't generate privileged-mode only code; implies -mno-inline-ic_invalidate "
12908 "if the inline code would not work in user mode."
12909 msgstr ""
12911 #: config/sh/sh.opt:291
12912 #, no-c-format
12913 msgid "Pretend a branch-around-a-move is a conditional move."
12914 msgstr ""
12916 #: config/sh/sh.opt:295
12917 #, no-c-format
12918 msgid "Enable the use of the fsca instruction."
12919 msgstr ""
12921 #: config/sh/sh.opt:299
12922 #, no-c-format
12923 msgid "Enable the use of the fsrra instruction."
12924 msgstr ""
12926 #: config/gcn/gcn.opt:26
12927 #, no-c-format
12928 msgid "GCN GPU type to use:"
12929 msgstr ""
12931 #: config/gcn/gcn.opt:45 config/gcn/gcn.opt:49
12932 #, no-c-format
12933 msgid "Specify the name of the target GPU."
12934 msgstr ""
12936 #: config/gcn/gcn.opt:53
12937 #, no-c-format
12938 msgid "Generate code for a 32-bit ABI."
12939 msgstr ""
12941 #: config/gcn/gcn.opt:57
12942 #, no-c-format
12943 msgid "Generate code for a 64-bit ABI."
12944 msgstr ""
12946 #: config/gcn/gcn.opt:61
12947 #, no-c-format
12948 msgid "Enable OpenMP GPU offloading."
12949 msgstr ""
12951 #: config/gcn/gcn.opt:72
12952 #, no-c-format
12953 msgid "Obsolete; use GCN_STACK_SIZE at runtime."
12954 msgstr ""
12956 #: config/gcn/gcn.opt:78
12957 #, no-c-format
12958 msgid ""
12959 "Amount of local data-share (LDS) memory to reserve for gang-private "
12960 "variables."
12961 msgstr ""
12963 #: config/gcn/gcn.opt:82
12964 #, no-c-format
12965 msgid "Warn about invalid OpenACC dimensions."
12966 msgstr ""
12968 #: config/gcn/gcn.opt:86
12969 #, no-c-format
12970 msgid "Compile for devices requiring XNACK enabled. Default off."
12971 msgstr ""
12973 #: config/gcn/gcn.opt:90
12974 #, no-c-format
12975 msgid "SRAM-ECC modes:"
12976 msgstr ""
12978 #: config/gcn/gcn.opt:103
12979 #, no-c-format
12980 msgid ""
12981 "Compile for devices with the SRAM ECC feature enabled, or not. Default "
12982 "\"any\"."
12983 msgstr ""
12985 #: config/fr30/fr30.opt:23
12986 #, no-c-format
12987 msgid "Assume small address space."
12988 msgstr ""
12990 #: config/bpf/bpf.opt:28
12991 #, no-c-format
12992 msgid "Generate eBPF for the given Linux kernel version."
12993 msgstr ""
12995 #: config/bpf/bpf.opt:115
12996 #, no-c-format
12997 msgid "Generate xBPF."
12998 msgstr ""
13000 #: config/bpf/bpf.opt:121
13001 #, no-c-format
13002 msgid "Generate big-endian eBPF."
13003 msgstr ""
13005 #: config/bpf/bpf.opt:125
13006 #, no-c-format
13007 msgid "Generate little-endian eBPF."
13008 msgstr ""
13010 #: config/bpf/bpf.opt:129
13011 #, no-c-format
13012 msgid "Set a hard limit for the size of each stack frame, in bytes."
13013 msgstr ""
13015 #: config/bpf/bpf.opt:133
13016 #, no-c-format
13017 msgid ""
13018 "Generate all necessary information for BPF Compile Once - Run Everywhere."
13019 msgstr ""
13021 #: config/bpf/bpf.opt:139
13022 #, no-c-format
13023 msgid "Enable extra conditional-branch instructions j(s)lt and j(s)le."
13024 msgstr ""
13026 #: config/bpf/bpf.opt:143
13027 #, no-c-format
13028 msgid "Enable 32-bit ALU instructions."
13029 msgstr ""
13031 #: config/bpf/bpf.opt:147
13032 #, no-c-format
13033 msgid "Enable 32-bit jump instructions."
13034 msgstr ""
13036 #: config/mips/mips.opt:32
13037 #, no-c-format
13038 msgid "-mabi=ABI\tGenerate code that conforms to the given ABI."
13039 msgstr ""
13041 #: config/mips/mips.opt:36
13042 #, no-c-format
13043 msgid "Known MIPS ABIs (for use with the -mabi= option):"
13044 msgstr ""
13046 #: config/mips/mips.opt:55
13047 #, no-c-format
13048 msgid "Generate code that can be used in SVR4-style dynamic objects."
13049 msgstr ""
13051 #: config/mips/mips.opt:59
13052 #, no-c-format
13053 msgid "Use PMC-style 'mad' instructions."
13054 msgstr ""
13056 #: config/mips/mips.opt:63
13057 #, no-c-format
13058 msgid "Use integer madd/msub instructions."
13059 msgstr ""
13061 #: config/mips/mips.opt:67
13062 #, no-c-format
13063 msgid "-march=ISA\tGenerate code for the given ISA."
13064 msgstr ""
13066 #: config/mips/mips.opt:75
13067 #, no-c-format
13068 msgid "Use Branch Likely instructions, overriding the architecture default."
13069 msgstr ""
13071 #: config/mips/mips.opt:79
13072 #, no-c-format
13073 msgid "Switch on/off MIPS16 ASE on alternating functions for compiler testing."
13074 msgstr ""
13076 #: config/mips/mips.opt:87
13077 #, no-c-format
13078 msgid ""
13079 "-mcode-readable=SETTING\tSpecify when instructions are allowed to access "
13080 "code."
13081 msgstr ""
13083 #: config/mips/mips.opt:91
13084 #, no-c-format
13085 msgid "Valid arguments to -mcode-readable=:"
13086 msgstr ""
13088 #: config/mips/mips.opt:104
13089 #, no-c-format
13090 msgid "Use branch-and-break sequences to check for integer divide by zero."
13091 msgstr ""
13093 #: config/mips/mips.opt:108
13094 #, no-c-format
13095 msgid "Use trap instructions to check for integer divide by zero."
13096 msgstr ""
13098 #: config/mips/mips.opt:112
13099 #, no-c-format
13100 msgid "Allow the use of MDMX instructions."
13101 msgstr ""
13103 #: config/mips/mips.opt:120
13104 #, no-c-format
13105 msgid "Use MIPS-DSP instructions."
13106 msgstr ""
13108 #: config/mips/mips.opt:124
13109 #, no-c-format
13110 msgid "Use MIPS-DSP REV 2 instructions."
13111 msgstr ""
13113 #: config/mips/mips.opt:146
13114 #, no-c-format
13115 msgid "Use Enhanced Virtual Addressing instructions."
13116 msgstr ""
13118 #: config/mips/mips.opt:150
13119 #, no-c-format
13120 msgid "Use NewABI-style %reloc() assembly operators."
13121 msgstr ""
13123 #: config/mips/mips.opt:154
13124 #, no-c-format
13125 msgid "Use -G for data that is not defined by the current object."
13126 msgstr ""
13128 #: config/mips/mips.opt:158
13129 #, no-c-format
13130 msgid "Work around certain 24K errata."
13131 msgstr ""
13133 #: config/mips/mips.opt:162
13134 #, no-c-format
13135 msgid "Work around certain R4000 errata."
13136 msgstr ""
13138 #: config/mips/mips.opt:166
13139 #, no-c-format
13140 msgid "Work around certain R4400 errata."
13141 msgstr ""
13143 #: config/mips/mips.opt:170
13144 #, no-c-format
13145 msgid "Work around the R5900 short loop erratum."
13146 msgstr ""
13148 #: config/mips/mips.opt:174
13149 #, no-c-format
13150 msgid "Work around certain RM7000 errata."
13151 msgstr ""
13153 #: config/mips/mips.opt:178
13154 #, no-c-format
13155 msgid "Work around certain R10000 errata."
13156 msgstr ""
13158 #: config/mips/mips.opt:182
13159 #, no-c-format
13160 msgid "Work around errata for early SB-1 revision 2 cores."
13161 msgstr ""
13163 #: config/mips/mips.opt:186
13164 #, no-c-format
13165 msgid "Work around certain VR4120 errata."
13166 msgstr ""
13168 #: config/mips/mips.opt:190
13169 #, no-c-format
13170 msgid "Work around VR4130 mflo/mfhi errata."
13171 msgstr ""
13173 #: config/mips/mips.opt:194
13174 #, no-c-format
13175 msgid "Work around an early 4300 hardware bug."
13176 msgstr ""
13178 #: config/mips/mips.opt:198
13179 #, no-c-format
13180 msgid "FP exceptions are enabled."
13181 msgstr ""
13183 #: config/mips/mips.opt:202
13184 #, no-c-format
13185 msgid "Use 32-bit floating-point registers."
13186 msgstr ""
13188 #: config/mips/mips.opt:206
13189 #, no-c-format
13190 msgid "Conform to the o32 FPXX ABI."
13191 msgstr ""
13193 #: config/mips/mips.opt:210
13194 #, no-c-format
13195 msgid "Use 64-bit floating-point registers."
13196 msgstr ""
13198 #: config/mips/mips.opt:214
13199 #, no-c-format
13200 msgid ""
13201 "-mflush-func=FUNC\tUse FUNC to flush the cache before calling stack "
13202 "trampolines."
13203 msgstr ""
13205 #: config/mips/mips.opt:218
13206 #, no-c-format
13207 msgid "-mabs=MODE\tSelect the IEEE 754 ABS/NEG instruction execution mode."
13208 msgstr ""
13210 #: config/mips/mips.opt:222
13211 #, no-c-format
13212 msgid "-mnan=ENCODING\tSelect the IEEE 754 NaN data encoding."
13213 msgstr ""
13215 #: config/mips/mips.opt:226
13216 #, no-c-format
13217 msgid ""
13218 "Known MIPS IEEE 754 settings (for use with the -mabs= and -mnan= options):"
13219 msgstr ""
13221 #: config/mips/mips.opt:236
13222 #, no-c-format
13223 msgid "Use 32-bit general registers."
13224 msgstr ""
13226 #: config/mips/mips.opt:240
13227 #, no-c-format
13228 msgid "Use 64-bit general registers."
13229 msgstr ""
13231 #: config/mips/mips.opt:244
13232 #, no-c-format
13233 msgid "Use GP-relative addressing to access small data."
13234 msgstr ""
13236 #: config/mips/mips.opt:248
13237 #, no-c-format
13238 msgid ""
13239 "When generating -mabicalls code, allow executables to use PLTs and copy "
13240 "relocations."
13241 msgstr ""
13243 #: config/mips/mips.opt:252
13244 #, no-c-format
13245 msgid "Allow the use of hardware floating-point ABI and instructions."
13246 msgstr ""
13248 #: config/mips/mips.opt:256
13249 #, no-c-format
13250 msgid "Generate code that is link-compatible with MIPS16 and microMIPS code."
13251 msgstr ""
13253 #: config/mips/mips.opt:260
13254 #, no-c-format
13255 msgid "An alias for minterlink-compressed provided for backward-compatibility."
13256 msgstr ""
13258 #: config/mips/mips.opt:264
13259 #, no-c-format
13260 msgid "-mipsN\tGenerate code for ISA level N."
13261 msgstr ""
13263 #: config/mips/mips.opt:268
13264 #, no-c-format
13265 msgid "Generate MIPS16 code."
13266 msgstr ""
13268 #: config/mips/mips.opt:272
13269 #, no-c-format
13270 msgid "Use MIPS-3D instructions."
13271 msgstr ""
13273 #: config/mips/mips.opt:276
13274 #, no-c-format
13275 msgid "Use ll, sc and sync instructions."
13276 msgstr ""
13278 #: config/mips/mips.opt:280
13279 #, no-c-format
13280 msgid "Use -G for object-local data."
13281 msgstr ""
13283 #: config/mips/mips.opt:284
13284 #, no-c-format
13285 msgid "Use indirect calls."
13286 msgstr ""
13288 #: config/mips/mips.opt:288
13289 #, no-c-format
13290 msgid "Use a 32-bit long type."
13291 msgstr ""
13293 #: config/mips/mips.opt:292
13294 #, no-c-format
13295 msgid "Use a 64-bit long type."
13296 msgstr ""
13298 #: config/mips/mips.opt:296
13299 #, no-c-format
13300 msgid "Pass the address of the ra save location to _mcount in $12."
13301 msgstr ""
13303 #: config/mips/mips.opt:300
13304 #, no-c-format
13305 msgid "Don't optimize block moves."
13306 msgstr ""
13308 #: config/mips/mips.opt:304
13309 #, no-c-format
13310 msgid "Use microMIPS instructions."
13311 msgstr ""
13313 #: config/mips/mips.opt:308
13314 #, no-c-format
13315 msgid "Use MIPS MSA Extension instructions."
13316 msgstr ""
13318 #: config/mips/mips.opt:312
13319 #, no-c-format
13320 msgid "Allow the use of MT instructions."
13321 msgstr ""
13323 #: config/mips/mips.opt:316
13324 #, no-c-format
13325 msgid "Prevent the use of all floating-point operations."
13326 msgstr ""
13328 #: config/mips/mips.opt:320
13329 #, no-c-format
13330 msgid "Use MCU instructions."
13331 msgstr ""
13333 #: config/mips/mips.opt:324
13334 #, no-c-format
13335 msgid "Do not use a cache-flushing function before calling stack trampolines."
13336 msgstr ""
13338 #: config/mips/mips.opt:328
13339 #, no-c-format
13340 msgid "Do not use MDMX instructions."
13341 msgstr ""
13343 #: config/mips/mips.opt:332
13344 #, no-c-format
13345 msgid "Generate normal-mode code."
13346 msgstr ""
13348 #: config/mips/mips.opt:336
13349 #, no-c-format
13350 msgid "Do not use MIPS-3D instructions."
13351 msgstr ""
13353 #: config/mips/mips.opt:340
13354 #, no-c-format
13355 msgid "Use paired-single floating-point instructions."
13356 msgstr ""
13358 #: config/mips/mips.opt:344
13359 #, no-c-format
13360 msgid ""
13361 "-mr10k-cache-barrier=SETTING\tSpecify when r10k cache barriers should be "
13362 "inserted."
13363 msgstr ""
13365 #: config/mips/mips.opt:348
13366 #, no-c-format
13367 msgid "Valid arguments to -mr10k-cache-barrier=:"
13368 msgstr ""
13370 #: config/mips/mips.opt:361
13371 #, no-c-format
13372 msgid "Try to allow the linker to turn PIC calls into direct calls."
13373 msgstr ""
13375 #: config/mips/mips.opt:365
13376 #, no-c-format
13377 msgid ""
13378 "When generating -mabicalls code, make the code suitable for use in shared "
13379 "libraries."
13380 msgstr ""
13382 #: config/mips/mips.opt:373
13383 #, no-c-format
13384 msgid "Use SmartMIPS instructions."
13385 msgstr ""
13387 #: config/mips/mips.opt:381
13388 #, no-c-format
13389 msgid "Optimize lui/addiu address loads."
13390 msgstr ""
13392 #: config/mips/mips.opt:385
13393 #, no-c-format
13394 msgid "Assume all symbols have 32-bit values."
13395 msgstr ""
13397 #: config/mips/mips.opt:389
13398 #, no-c-format
13399 msgid "Use synci instruction to invalidate i-cache."
13400 msgstr ""
13402 #: config/mips/mips.opt:397
13403 #, no-c-format
13404 msgid "Use lwxc1/swxc1/ldxc1/sdxc1 instructions where applicable."
13405 msgstr ""
13407 #: config/mips/mips.opt:401
13408 #, no-c-format
13409 msgid "Use 4-operand madd.s/madd.d and related instructions where applicable."
13410 msgstr ""
13412 #: config/mips/mips.opt:409
13413 #, no-c-format
13414 msgid "Generate code with unaligned load store, valid for MIPS R6."
13415 msgstr ""
13417 #: config/mips/mips.opt:417
13418 #, no-c-format
13419 msgid "Use Virtualization (VZ) instructions."
13420 msgstr ""
13422 #: config/mips/mips.opt:421
13423 #, no-c-format
13424 msgid "Use eXtended Physical Address (XPA) instructions."
13425 msgstr ""
13427 #: config/mips/mips.opt:425
13428 #, no-c-format
13429 msgid "Use Cyclic Redundancy Check (CRC) instructions."
13430 msgstr ""
13432 #: config/mips/mips.opt:429
13433 #, no-c-format
13434 msgid "Use Global INValidate (GINV) instructions."
13435 msgstr ""
13437 #: config/mips/mips.opt:433
13438 #, no-c-format
13439 msgid "Perform VR4130-specific alignment optimizations."
13440 msgstr ""
13442 #: config/mips/mips.opt:437
13443 #, no-c-format
13444 msgid "Lift restrictions on GOT size."
13445 msgstr ""
13447 #: config/mips/mips.opt:441
13448 #, no-c-format
13449 msgid "Enable use of odd-numbered single-precision registers."
13450 msgstr ""
13452 #: config/mips/mips.opt:445
13453 #, no-c-format
13454 msgid "Optimize frame header."
13455 msgstr ""
13457 #: config/mips/mips.opt:452
13458 #, no-c-format
13459 msgid "Enable load/store bonding."
13460 msgstr ""
13462 #: config/mips/mips.opt:456
13463 #, no-c-format
13464 msgid "Specify the compact branch usage policy."
13465 msgstr ""
13467 #: config/mips/mips.opt:460
13468 #, no-c-format
13469 msgid "Policies available for use with -mcompact-branches=:"
13470 msgstr ""
13472 #: config/mips/mips.opt:473
13473 #, no-c-format
13474 msgid "Use Loongson MultiMedia extensions Instructions (MMI) instructions."
13475 msgstr ""
13477 #: config/mips/mips.opt:477
13478 #, no-c-format
13479 msgid "Use Loongson EXTension (EXT) instructions."
13480 msgstr ""
13482 #: config/mips/mips.opt:481
13483 #, no-c-format
13484 msgid "Use Loongson EXTension R2 (EXT2) instructions."
13485 msgstr ""
13487 #: config/mips/mips-tables.opt:24
13488 #, no-c-format
13489 msgid "Known MIPS CPUs (for use with the -march= and -mtune= options):"
13490 msgstr ""
13492 #: config/mips/mips-tables.opt:28
13493 #, no-c-format
13494 msgid "Known MIPS ISA levels (for use with the -mips option):"
13495 msgstr ""
13497 #: config/arc/arc-tables.opt:25
13498 #, no-c-format
13499 msgid "Known ARC CPUs (for use with the -mcpu= option):"
13500 msgstr ""
13502 #: config/arc/arc.opt:26
13503 #, no-c-format
13504 msgid "Compile code for big endian mode."
13505 msgstr ""
13507 #: config/arc/arc.opt:30
13508 #, no-c-format
13509 msgid "Compile code for little endian mode.  This is the default."
13510 msgstr ""
13512 #: config/arc/arc.opt:34
13513 #, no-c-format
13514 msgid ""
13515 "Disable ARCompact specific pass to generate conditional execution "
13516 "instructions."
13517 msgstr ""
13519 #: config/arc/arc.opt:38
13520 #, no-c-format
13521 msgid "Generate ARCompact 32-bit code for ARC600 processor."
13522 msgstr ""
13524 #: config/arc/arc.opt:42
13525 #, no-c-format
13526 msgid "Same as -mA6."
13527 msgstr ""
13529 #: config/arc/arc.opt:46
13530 #, no-c-format
13531 msgid "Generate ARCompact 32-bit code for ARC601 processor."
13532 msgstr ""
13534 #: config/arc/arc.opt:50
13535 #, no-c-format
13536 msgid "Generate ARCompact 32-bit code for ARC700 processor."
13537 msgstr ""
13539 #: config/arc/arc.opt:54
13540 #, no-c-format
13541 msgid "Same as -mA7."
13542 msgstr ""
13544 #: config/arc/arc.opt:58
13545 #, no-c-format
13546 msgid "Force all calls to be made via a jli instruction."
13547 msgstr ""
13549 #: config/arc/arc.opt:62
13550 #, no-c-format
13551 msgid "-mmpy-option=MPY\tCompile ARCv2 code with a multiplier design option."
13552 msgstr ""
13554 #: config/arc/arc.opt:132
13555 #, no-c-format
13556 msgid "Enable DIV-REM instructions for ARCv2."
13557 msgstr ""
13559 #: config/arc/arc.opt:136
13560 #, no-c-format
13561 msgid "Enable code density instructions for ARCv2."
13562 msgstr ""
13564 #: config/arc/arc.opt:146
13565 #, no-c-format
13566 msgid "Use ordinarily cached memory accesses for volatile references."
13567 msgstr ""
13569 #: config/arc/arc.opt:150
13570 #, no-c-format
13571 msgid "Enable cache bypass for volatile references."
13572 msgstr ""
13574 #: config/arc/arc.opt:154
13575 #, no-c-format
13576 msgid "Generate instructions supported by barrel shifter."
13577 msgstr ""
13579 #: config/arc/arc.opt:158
13580 #, no-c-format
13581 msgid "Generate norm instruction."
13582 msgstr ""
13584 #: config/arc/arc.opt:162
13585 #, no-c-format
13586 msgid "Generate swap instruction."
13587 msgstr ""
13589 #: config/arc/arc.opt:166
13590 #, no-c-format
13591 msgid "Generate mul64 and mulu64 instructions."
13592 msgstr ""
13594 #: config/arc/arc.opt:170
13595 #, no-c-format
13596 msgid "Do not generate mpy instructions for ARC700."
13597 msgstr ""
13599 #: config/arc/arc.opt:174
13600 #, no-c-format
13601 msgid "Generate extended arithmetic instructions, only valid for ARC700."
13602 msgstr ""
13604 #: config/arc/arc.opt:178
13605 #, no-c-format
13606 msgid ""
13607 "Dummy flag. This is the default unless FPX switches are provided explicitly."
13608 msgstr ""
13610 #: config/arc/arc.opt:182
13611 #, no-c-format
13612 msgid "Generate call insns as register indirect calls."
13613 msgstr ""
13615 #: config/arc/arc.opt:186
13616 #, no-c-format
13617 msgid "Do no generate BRcc instructions in arc_reorg."
13618 msgstr ""
13620 #: config/arc/arc.opt:190
13621 #, no-c-format
13622 msgid ""
13623 "Generate sdata references.  This is the default, unless you compile for PIC."
13624 msgstr ""
13626 #: config/arc/arc.opt:194
13627 #, no-c-format
13628 msgid "Generate millicode thunks."
13629 msgstr ""
13631 #: config/arc/arc.opt:198 config/arc/arc.opt:202
13632 #, no-c-format
13633 msgid "FPX: Generate Single Precision FPX (compact) instructions."
13634 msgstr ""
13636 #: config/arc/arc.opt:206
13637 #, no-c-format
13638 msgid "FPX: Generate Single Precision FPX (fast) instructions."
13639 msgstr ""
13641 #: config/arc/arc.opt:210
13642 #, no-c-format
13643 msgid ""
13644 "FPX: Enable Argonaut ARC CPU Double Precision Floating Point extensions."
13645 msgstr ""
13647 #: config/arc/arc.opt:214 config/arc/arc.opt:218
13648 #, no-c-format
13649 msgid "FPX: Generate Double Precision FPX (compact) instructions."
13650 msgstr ""
13652 #: config/arc/arc.opt:222
13653 #, no-c-format
13654 msgid "FPX: Generate Double Precision FPX (fast) instructions."
13655 msgstr ""
13657 #: config/arc/arc.opt:226
13658 #, no-c-format
13659 msgid "Disable LR and SR instructions from using FPX extension aux registers."
13660 msgstr ""
13662 #: config/arc/arc.opt:230
13663 #, no-c-format
13664 msgid ""
13665 "Enable generation of ARC SIMD instructions via target-specific builtins."
13666 msgstr ""
13668 #: config/arc/arc.opt:234
13669 #, no-c-format
13670 msgid "-mcpu=CPU\tCompile code for ARC variant CPU."
13671 msgstr ""
13673 #: config/arc/arc.opt:238
13674 #, no-c-format
13675 msgid ""
13676 "Size optimization level: 0:none 1:opportunistic 2: regalloc 3:drop align, -"
13677 "Os."
13678 msgstr ""
13680 #: config/arc/arc.opt:246
13681 #, no-c-format
13682 msgid ""
13683 "Cost to assume for a multiply instruction, with 4 being equal to a normal "
13684 "insn."
13685 msgstr ""
13687 #: config/arc/arc.opt:250
13688 #, no-c-format
13689 msgid "-mtune=TUNE\tTune code for given ARC variant."
13690 msgstr ""
13692 #: config/arc/arc.opt:284
13693 #, no-c-format
13694 msgid "Enable the use of indexed loads."
13695 msgstr ""
13697 #: config/arc/arc.opt:288
13698 #, no-c-format
13699 msgid "Enable the use of pre/post modify with register displacement."
13700 msgstr ""
13702 #: config/arc/arc.opt:292
13703 #, no-c-format
13704 msgid "Generate 32x16 multiply and mac instructions."
13705 msgstr ""
13707 #: config/arc/arc.opt:300
13708 #, no-c-format
13709 msgid "Don't use less than 25 bit addressing range for calls."
13710 msgstr ""
13712 #: config/arc/arc.opt:304
13713 #, no-c-format
13714 msgid ""
13715 "Explain what alignment considerations lead to the decision to make an insn "
13716 "short or long."
13717 msgstr ""
13719 #: config/arc/arc.opt:322
13720 #, no-c-format
13721 msgid "Enable pre-reload use of cbranchsi pattern."
13722 msgstr ""
13724 #: config/arc/arc.opt:326
13725 #, no-c-format
13726 msgid "Enable bbit peephole2."
13727 msgstr ""
13729 #: config/arc/arc.opt:330
13730 #, no-c-format
13731 msgid ""
13732 "Use pc-relative switch case tables - this enables case table shortening."
13733 msgstr ""
13735 #: config/arc/arc.opt:334
13736 #, no-c-format
13737 msgid "Enable compact casesi pattern."
13738 msgstr ""
13740 #: config/arc/arc.opt:338
13741 #, no-c-format
13742 msgid "Enable 'q' instruction alternatives."
13743 msgstr ""
13745 #: config/arc/arc.opt:342
13746 #, no-c-format
13747 msgid "Expand adddi3 and subdi3 at rtl generation time into add.f / adc etc."
13748 msgstr ""
13750 #: config/arc/arc.opt:349
13751 #, no-c-format
13752 msgid "Enable variable polynomial CRC extension."
13753 msgstr ""
13755 #: config/arc/arc.opt:353
13756 #, no-c-format
13757 msgid "Enable DSP 3.1 Pack A extensions."
13758 msgstr ""
13760 #: config/arc/arc.opt:357
13761 #, no-c-format
13762 msgid "Enable dual viterbi butterfly extension."
13763 msgstr ""
13765 #: config/arc/arc.opt:367
13766 #, no-c-format
13767 msgid "Enable Dual and Single Operand Instructions for Telephony."
13768 msgstr ""
13770 #: config/arc/arc.opt:371
13771 #, no-c-format
13772 msgid "Enable XY Memory extension (DSP version 3)."
13773 msgstr ""
13775 #: config/arc/arc.opt:376
13776 #, no-c-format
13777 msgid "Enable Locked Load/Store Conditional extension."
13778 msgstr ""
13780 #: config/arc/arc.opt:380
13781 #, no-c-format
13782 msgid "Enable swap byte ordering extension instruction."
13783 msgstr ""
13785 #: config/arc/arc.opt:384
13786 #, no-c-format
13787 msgid "Enable 64-bit Time-Stamp Counter extension instruction."
13788 msgstr ""
13790 #: config/arc/arc.opt:388
13791 #, no-c-format
13792 msgid "Pass -EB option through to linker."
13793 msgstr ""
13795 #: config/arc/arc.opt:392
13796 #, no-c-format
13797 msgid "Pass -EL option through to linker."
13798 msgstr ""
13800 #: config/arc/arc.opt:396
13801 #, no-c-format
13802 msgid "Pass -marclinux option through to linker."
13803 msgstr ""
13805 #: config/arc/arc.opt:400
13806 #, no-c-format
13807 msgid "Pass -marclinux_prof option through to linker."
13808 msgstr ""
13810 #: config/arc/arc.opt:409
13811 #, no-c-format
13812 msgid "Don't indicate any priority with TARGET_REGISTER_PRIORITY."
13813 msgstr ""
13815 #: config/arc/arc.opt:413
13816 #, no-c-format
13817 msgid "Indicate priority for r0..r3 / r12..r15 with TARGET_REGISTER_PRIORITY."
13818 msgstr ""
13820 #: config/arc/arc.opt:417
13821 #, no-c-format
13822 msgid "Reduce priority for r0..r3 / r12..r15 with TARGET_REGISTER_PRIORITY."
13823 msgstr ""
13825 #: config/arc/arc.opt:429
13826 #, no-c-format
13827 msgid "Enable atomic instructions."
13828 msgstr ""
13830 #: config/arc/arc.opt:433
13831 #, no-c-format
13832 msgid "Enable double load/store instructions for ARC HS."
13833 msgstr ""
13835 #: config/arc/arc.opt:437
13836 #, no-c-format
13837 msgid "Specify the name of the target floating point configuration."
13838 msgstr ""
13840 #: config/arc/arc.opt:480
13841 #, no-c-format
13842 msgid "Specify thread pointer register number."
13843 msgstr ""
13845 #: config/arc/arc.opt:487
13846 #, no-c-format
13847 msgid "Enable use of NPS400 bit operations."
13848 msgstr ""
13850 #: config/arc/arc.opt:491
13851 #, no-c-format
13852 msgid "Enable use of NPS400 xld/xst extension."
13853 msgstr ""
13855 #: config/arc/arc.opt:499
13856 #, no-c-format
13857 msgid ""
13858 "Specifies the registers that the processor saves on an interrupt entry and "
13859 "exit."
13860 msgstr ""
13862 #: config/arc/arc.opt:503
13863 #, no-c-format
13864 msgid ""
13865 "Specifies the number of registers replicated in second register bank on "
13866 "entry to fast interrupt."
13867 msgstr ""
13869 #: config/arc/arc.opt:507
13870 #, no-c-format
13871 msgid ""
13872 "Sets LP_COUNT register width.  Possible values are 8, 16, 20, 24, 28, and 32."
13873 msgstr ""
13875 #: config/arc/arc.opt:532
13876 #, no-c-format
13877 msgid "Enable 16-entry register file."
13878 msgstr ""
13880 #: config/arc/arc.opt:536
13881 #, no-c-format
13882 msgid "Enable use of BI/BIH instructions when available."
13883 msgstr ""
13885 #: config/arc/arc.opt:540
13886 #, no-c-format
13887 msgid "Enable ENTER_S and LEAVE_S opcodes for ARCv2."
13888 msgstr ""
13890 #: lto/lang.opt:50
13891 #, no-c-format
13892 msgid "Set linker output type (used internally during LTO optimization)."
13893 msgstr ""
13895 #: lto/lang.opt:54
13896 #, no-c-format
13897 msgid "Run the link-time optimizer in local transformation (LTRANS) mode."
13898 msgstr ""
13900 #: lto/lang.opt:58
13901 #, no-c-format
13902 msgid "Specify a file to which a list of files output by LTRANS is written."
13903 msgstr ""
13905 #: lto/lang.opt:62
13906 #, no-c-format
13907 msgid "The resolution file."
13908 msgstr ""
13910 #: lto/lang.opt:66
13911 #, no-c-format
13912 msgid "Run the link-time optimizer in whole program analysis (WPA) mode."
13913 msgstr ""
13915 #: lto/lang.opt:70
13916 #, no-c-format
13917 msgid ""
13918 "Whole program analysis (WPA) mode with number of parallel jobs specified."
13919 msgstr ""
13921 #: lto/lang.opt:78
13922 #, no-c-format
13923 msgid "Call the dump function for variables and function in IL."
13924 msgstr ""
13926 #: lto/lang.opt:82
13927 #, no-c-format
13928 msgid "Dump the demangled output."
13929 msgstr ""
13931 #: lto/lang.opt:86
13932 #, no-c-format
13933 msgid "Dump only the defined symbols."
13934 msgstr ""
13936 #: lto/lang.opt:90
13937 #, no-c-format
13938 msgid "Print the initial values of the variables."
13939 msgstr ""
13941 #: lto/lang.opt:94
13942 #, no-c-format
13943 msgid "Sort the symbols alphabetically."
13944 msgstr ""
13946 #: lto/lang.opt:98
13947 #, no-c-format
13948 msgid "Sort the symbols according to size."
13949 msgstr ""
13951 #: lto/lang.opt:102
13952 #, no-c-format
13953 msgid "Display the symbols in reverse order."
13954 msgstr ""
13956 #: lto/lang.opt:109
13957 #, no-c-format
13958 msgid "Dump the details of LTO objects."
13959 msgstr ""
13961 #: lto/lang.opt:113
13962 #, no-c-format
13963 msgid "Dump the statistics of tree types."
13964 msgstr ""
13966 #: lto/lang.opt:117
13967 #, no-c-format
13968 msgid "Dump the statistics of trees."
13969 msgstr ""
13971 #: lto/lang.opt:121
13972 #, no-c-format
13973 msgid "Dump the statistics of gimple statements."
13974 msgstr ""
13976 #: lto/lang.opt:131
13977 #, no-c-format
13978 msgid "Dump the dump tool command line options."
13979 msgstr ""
13981 #: lto/lang.opt:135
13982 #, no-c-format
13983 msgid "Dump the symtab callgraph."
13984 msgstr ""
13986 #: common.opt:243
13987 #, no-c-format
13988 msgid "Provide bash completion for options starting with provided string."
13989 msgstr ""
13991 #: common.opt:295
13992 #, no-c-format
13993 msgid "Display this information."
13994 msgstr ""
13996 #: common.opt:299
13997 #, no-c-format
13998 msgid ""
13999 "--help=<class>\tDisplay descriptions of a specific class of options.  "
14000 "<class> is one or more of optimizers, target, warnings, undocumented, params."
14001 msgstr ""
14003 #: common.opt:420
14004 #, no-c-format
14005 msgid ""
14006 "Display target specific command line options (including assembler and linker "
14007 "options)."
14008 msgstr ""
14010 #: common.opt:466
14011 #, no-c-format
14012 msgid "-O<number>\tSet optimization level to <number>."
14013 msgstr ""
14015 #: common.opt:470
14016 #, no-c-format
14017 msgid "Optimize for space rather than speed."
14018 msgstr ""
14020 #: common.opt:474
14021 #, no-c-format
14022 msgid "Optimize for speed disregarding exact standards compliance."
14023 msgstr ""
14025 #: common.opt:478
14026 #, no-c-format
14027 msgid "Optimize for debugging experience rather than speed or size."
14028 msgstr ""
14030 #: common.opt:482
14031 #, no-c-format
14032 msgid "Optimize for space aggressively rather than speed."
14033 msgstr ""
14035 #: common.opt:522
14036 #, no-c-format
14037 msgid "This switch is deprecated; use -Wextra instead."
14038 msgstr ""
14040 #: common.opt:535
14041 #, no-c-format
14042 msgid "Warn about returning structures, unions or arrays."
14043 msgstr ""
14045 #: common.opt:539
14046 #, no-c-format
14047 msgid ""
14048 "Warn if a loop with constant number of iterations triggers undefined "
14049 "behavior."
14050 msgstr ""
14052 #: common.opt:546
14053 #, no-c-format
14054 msgid "Warn if an array is accessed out of bounds."
14055 msgstr ""
14057 #: common.opt:550 common.opt:554
14058 #, no-c-format
14059 msgid "Warn for uses of pointers to deallocated storage."
14060 msgstr ""
14062 #: common.opt:558
14063 #, no-c-format
14064 msgid "Warn about inappropriate attribute usage."
14065 msgstr ""
14067 #: common.opt:562
14068 #, no-c-format
14069 msgid "Do not warn about specified attributes."
14070 msgstr ""
14072 #: common.opt:566 common.opt:570
14073 #, no-c-format
14074 msgid ""
14075 "Warn about type safety and similar errors and mismatches in declarations "
14076 "with alias attributes."
14077 msgstr ""
14079 #: common.opt:574
14080 #, no-c-format
14081 msgid ""
14082 "Warn when profiling instrumentation was requested, but could not be applied "
14083 "to a certain function."
14084 msgstr ""
14086 #: common.opt:579 common.opt:583
14087 #, no-c-format
14088 msgid "Warn about pointer casts which increase alignment."
14089 msgstr ""
14091 #: common.opt:587
14092 #, no-c-format
14093 msgid ""
14094 "Complain when a command-line option is valid, but not applicable to the "
14095 "current front end."
14096 msgstr ""
14098 #: common.opt:591
14099 #, no-c-format
14100 msgid "Warn when a #warning directive is encountered."
14101 msgstr ""
14103 #: common.opt:595
14104 #, no-c-format
14105 msgid "Warn about uses of __attribute__((warning)) declarations."
14106 msgstr ""
14108 #: common.opt:599
14109 #, no-c-format
14110 msgid "Warn if a deprecated compiler feature, class, method, or field is used."
14111 msgstr ""
14113 #: common.opt:603
14114 #, no-c-format
14115 msgid "Warn about uses of __attribute__((deprecated)) declarations."
14116 msgstr ""
14118 #: common.opt:607
14119 #, no-c-format
14120 msgid "Warn when an optimization pass is disabled."
14121 msgstr ""
14123 #: common.opt:611
14124 #, no-c-format
14125 msgid "Treat all warnings as errors."
14126 msgstr ""
14128 #: common.opt:615
14129 #, no-c-format
14130 msgid "Treat specified warning as error."
14131 msgstr ""
14133 #: common.opt:619
14134 #, no-c-format
14135 msgid "Print extra (possibly unwanted) warnings."
14136 msgstr ""
14138 #: common.opt:623
14139 #, no-c-format
14140 msgid "Exit on the first error occurred."
14141 msgstr ""
14143 #: common.opt:627
14144 #, no-c-format
14145 msgid ""
14146 "-Wframe-larger-than=<byte-size>\tWarn if a function's stack frame requires "
14147 "in excess of <byte-size>."
14148 msgstr ""
14150 #: common.opt:631
14151 #, no-c-format
14152 msgid ""
14153 "Disable -Wframe-larger-than= warning.  Equivalent to -Wframe-larger-"
14154 "than=<SIZE_MAX> or larger."
14155 msgstr ""
14157 #: common.opt:635
14158 #, no-c-format
14159 msgid "Warn when attempting to free a non-heap object."
14160 msgstr ""
14162 #: common.opt:646
14163 #, no-c-format
14164 msgid "Warn when a switch case falls through."
14165 msgstr ""
14167 #: common.opt:654
14168 #, no-c-format
14169 msgid "Warn when an inlined function cannot be inlined."
14170 msgstr ""
14172 #: common.opt:658
14173 #, no-c-format
14174 msgid ""
14175 "Warn when an atomic memory model parameter is known to be outside the valid "
14176 "range."
14177 msgstr ""
14179 #: common.opt:665
14180 #, no-c-format
14181 msgid ""
14182 "-Wlarger-than=<byte-size>\tWarn if an object's size exceeds <byte-size>."
14183 msgstr ""
14185 #: common.opt:669
14186 #, no-c-format
14187 msgid ""
14188 "Disable -Wlarger-than= warning.  Equivalent to -Wlarger-than=<SIZE_MAX> or "
14189 "larger."
14190 msgstr ""
14192 #: common.opt:673
14193 #, no-c-format
14194 msgid "Warn if comparing pointer parameter with nonnull attribute with NULL."
14195 msgstr ""
14197 #: common.opt:677
14198 #, no-c-format
14199 msgid ""
14200 "Warn if dereferencing a NULL pointer may lead to erroneous or undefined "
14201 "behavior."
14202 msgstr ""
14204 #: common.opt:688
14205 #, no-c-format
14206 msgid ""
14207 "Warn about some C++ One Definition Rule violations during link time "
14208 "optimization."
14209 msgstr ""
14211 #: common.opt:692
14212 #, no-c-format
14213 msgid "Warn about overflow in arithmetic expressions."
14214 msgstr ""
14216 #: common.opt:696
14217 #, no-c-format
14218 msgid ""
14219 "During link time optimization warn about mismatched types of global "
14220 "declarations."
14221 msgstr ""
14223 #: common.opt:700
14224 #, no-c-format
14225 msgid "Warn when the packed attribute has no effect on struct layout."
14226 msgstr ""
14228 #: common.opt:704
14229 #, no-c-format
14230 msgid "Warn when padding is required to align structure members."
14231 msgstr ""
14233 #: common.opt:708
14234 #, no-c-format
14235 msgid "Issue warnings needed for strict compliance to the standard."
14236 msgstr ""
14238 #: common.opt:712
14239 #, no-c-format
14240 msgid ""
14241 "Warn about returning a pointer/reference to a local or temporary variable."
14242 msgstr ""
14244 #: common.opt:716
14245 #, no-c-format
14246 msgid "Warn when one variable shadows another.  Same as -Wshadow=global."
14247 msgstr ""
14249 #: common.opt:720
14250 #, no-c-format
14251 msgid "Warn when one variable shadows another (globally)."
14252 msgstr ""
14254 #: common.opt:724
14255 #, no-c-format
14256 msgid ""
14257 "Warn when one local variable shadows another local variable or parameter."
14258 msgstr ""
14260 #: common.opt:731
14261 #, no-c-format
14262 msgid ""
14263 "Warn when one local variable shadows another local variable or parameter of "
14264 "compatible type."
14265 msgstr ""
14267 #: common.opt:738
14268 #, no-c-format
14269 msgid "Warn when not issuing stack smashing protection for some reason."
14270 msgstr ""
14272 #: common.opt:742
14273 #, no-c-format
14274 msgid ""
14275 "-Wstack-usage=<byte-size>\tWarn if stack usage might exceed <byte-size>."
14276 msgstr ""
14278 #: common.opt:746
14279 #, no-c-format
14280 msgid ""
14281 "Disable Wstack-usage= warning.  Equivalent to Wstack-usage=<SIZE_MAX> or "
14282 "larger."
14283 msgstr ""
14285 #: common.opt:750 common.opt:754
14286 #, no-c-format
14287 msgid "Warn about code which might break strict aliasing rules."
14288 msgstr ""
14290 #: common.opt:758 common.opt:762
14291 #, no-c-format
14292 msgid "Warn about optimizations that assume that signed overflow is undefined."
14293 msgstr ""
14295 #: common.opt:766
14296 #, no-c-format
14297 msgid ""
14298 "Warn about functions which might be candidates for __attribute__((cold))."
14299 msgstr ""
14301 #: common.opt:770
14302 #, no-c-format
14303 msgid ""
14304 "Warn about functions which might be candidates for __attribute__((const))."
14305 msgstr ""
14307 #: common.opt:774
14308 #, no-c-format
14309 msgid ""
14310 "Warn about functions which might be candidates for __attribute__((pure))."
14311 msgstr ""
14313 #: common.opt:778
14314 #, no-c-format
14315 msgid ""
14316 "Warn about functions which might be candidates for __attribute__((noreturn))."
14317 msgstr ""
14319 #: common.opt:782
14320 #, no-c-format
14321 msgid ""
14322 "Warn about functions which might be candidates for __attribute__((malloc))."
14323 msgstr ""
14325 #: common.opt:786
14326 #, no-c-format
14327 msgid ""
14328 "Warn about C++ polymorphic types where adding final keyword would improve "
14329 "code quality."
14330 msgstr ""
14332 #: common.opt:790
14333 #, no-c-format
14334 msgid ""
14335 "Warn about C++ virtual methods where adding final keyword would improve code "
14336 "quality."
14337 msgstr ""
14339 #: common.opt:794
14340 #, no-c-format
14341 msgid ""
14342 "Warn about statements between switch's controlling expression and the first "
14343 "case."
14344 msgstr ""
14346 #: common.opt:799
14347 #, no-c-format
14348 msgid "Do not suppress warnings from system headers."
14349 msgstr ""
14351 #: common.opt:803
14352 #, no-c-format
14353 msgid "Warn whenever a trampoline is generated."
14354 msgstr ""
14356 #: common.opt:807
14357 #, no-c-format
14358 msgid ""
14359 "Warn about cases where -ftrivial-auto-var-init cannot initialize an auto "
14360 "variable."
14361 msgstr ""
14363 #: common.opt:811
14364 #, no-c-format
14365 msgid ""
14366 "Warn if a comparison is always true or always false due to the limited range "
14367 "of the data type."
14368 msgstr ""
14370 #: common.opt:815
14371 #, no-c-format
14372 msgid "Warn about uninitialized automatic variables."
14373 msgstr ""
14375 #: common.opt:819
14376 #, no-c-format
14377 msgid "Warn about maybe uninitialized automatic variables."
14378 msgstr ""
14380 #: common.opt:827
14381 #, no-c-format
14382 msgid "Enable all -Wunused- warnings."
14383 msgstr ""
14385 #: common.opt:831
14386 #, no-c-format
14387 msgid "Warn when a function parameter is only set, otherwise unused."
14388 msgstr ""
14390 #: common.opt:835
14391 #, no-c-format
14392 msgid "Warn when a variable is only set, otherwise unused."
14393 msgstr ""
14395 #: common.opt:839
14396 #, no-c-format
14397 msgid "Warn when a function is unused."
14398 msgstr ""
14400 #: common.opt:843
14401 #, no-c-format
14402 msgid "Warn when a label is unused."
14403 msgstr ""
14405 #: common.opt:847
14406 #, no-c-format
14407 msgid "Warn when a function parameter is unused."
14408 msgstr ""
14410 #: common.opt:851
14411 #, no-c-format
14412 msgid "Warn when an expression value is unused."
14413 msgstr ""
14415 #: common.opt:855
14416 #, no-c-format
14417 msgid "Warn when a variable is unused."
14418 msgstr ""
14420 #: common.opt:859
14421 #, no-c-format
14422 msgid "Warn in case profiles in -fprofile-use do not match."
14423 msgstr ""
14425 #: common.opt:863
14426 #, no-c-format
14427 msgid ""
14428 "Warn in case a function ends earlier than it begins due to an invalid "
14429 "linenum macros."
14430 msgstr ""
14432 #: common.opt:867
14433 #, no-c-format
14434 msgid "Warn in case profiles in -fprofile-use do not exist."
14435 msgstr ""
14437 #: common.opt:871
14438 #, no-c-format
14439 msgid "Warn when a vector operation is compiled outside the SIMD."
14440 msgstr ""
14442 #: common.opt:875
14443 #, no-c-format
14444 msgid "Warn about unsupported features in ThreadSanitizer."
14445 msgstr ""
14447 #: common.opt:891
14448 #, no-c-format
14449 msgid "-aux-info <file>\tEmit declaration information into <file>."
14450 msgstr ""
14452 #: common.opt:904
14453 #, no-c-format
14454 msgid "-d<letters>\tEnable dumps from specific passes of the compiler."
14455 msgstr ""
14457 #: common.opt:908
14458 #, no-c-format
14459 msgid "-dumpbase <file>\tSet the file basename to be used for dumps."
14460 msgstr ""
14462 #: common.opt:912
14463 #, no-c-format
14464 msgid ""
14465 "-dumpbase-ext .<ext>    Drop a trailing .<ext> from the dump basename to "
14466 "name auxiliary output files."
14467 msgstr ""
14469 #: common.opt:916
14470 #, no-c-format
14471 msgid "-dumpdir <dir>\tSet the directory name to be used for dumps."
14472 msgstr ""
14474 #: common.opt:1017
14475 #, no-c-format
14476 msgid "The version of the C++ ABI in use."
14477 msgstr ""
14479 #: common.opt:1021
14480 #, no-c-format
14481 msgid "Aggressively optimize loops using language constraints."
14482 msgstr ""
14484 #: common.opt:1025
14485 #, no-c-format
14486 msgid "Align the start of functions."
14487 msgstr ""
14489 #: common.opt:1035
14490 #, no-c-format
14491 msgid "Align labels which are only reached by jumping."
14492 msgstr ""
14494 #: common.opt:1042
14495 #, no-c-format
14496 msgid "Align all labels."
14497 msgstr ""
14499 #: common.opt:1049
14500 #, no-c-format
14501 msgid "Align the start of loops."
14502 msgstr ""
14504 #: common.opt:1056
14505 #, no-c-format
14506 msgid "Allow the compiler to introduce new data races on stores."
14507 msgstr ""
14509 #: common.opt:1060
14510 #, no-c-format
14511 msgid "Enable static analysis pass."
14512 msgstr ""
14514 #: common.opt:1080
14515 #, no-c-format
14516 msgid "Select what to sanitize."
14517 msgstr ""
14519 #: common.opt:1084
14520 #, no-c-format
14521 msgid "Select type of coverage sanitization."
14522 msgstr ""
14524 #: common.opt:1097
14525 #, no-c-format
14526 msgid "-fasan-shadow-offset=<number>\tUse custom shadow memory offset."
14527 msgstr ""
14529 #: common.opt:1101
14530 #, no-c-format
14531 msgid ""
14532 "-fsanitize-sections=<sec1,sec2,...>\tSanitize global variables in user-"
14533 "defined sections."
14534 msgstr ""
14536 #: common.opt:1106
14537 #, no-c-format
14538 msgid "After diagnosing undefined behavior attempt to continue execution."
14539 msgstr ""
14541 #: common.opt:1110
14542 #, no-c-format
14543 msgid "This switch is deprecated; use -fsanitize-recover= instead."
14544 msgstr ""
14546 #: common.opt:1114
14547 #, no-c-format
14548 msgid "Use traps instead of diagnostics of undefined behavior sanitizers."
14549 msgstr ""
14551 #: common.opt:1124
14552 #, no-c-format
14553 msgid "This switch is deprecated; use -fsanitize-trap= instead."
14554 msgstr ""
14556 #: common.opt:1128
14557 #, no-c-format
14558 msgid "Generate unwind tables that are exact at each instruction boundary."
14559 msgstr ""
14561 #: common.opt:1132
14562 #, no-c-format
14563 msgid "Generate auto-inc/dec instructions."
14564 msgstr ""
14566 #: common.opt:1136
14567 #, no-c-format
14568 msgid ""
14569 "Use sample profile information for call graph node weights. The default "
14570 "profile file is fbdata.afdo in 'pwd'."
14571 msgstr ""
14573 #: common.opt:1141
14574 #, no-c-format
14575 msgid ""
14576 "Use sample profile information for call graph node weights. The profile file "
14577 "is specified in the argument."
14578 msgstr ""
14580 #: common.opt:1150
14581 #, no-c-format
14582 msgid "Generate code to check bounds before indexing arrays."
14583 msgstr ""
14585 #: common.opt:1154
14586 #, no-c-format
14587 msgid "Replace add, compare, branch with branch on count register."
14588 msgstr ""
14590 #: common.opt:1158
14591 #, no-c-format
14592 msgid "Use profiling information for branch probabilities."
14593 msgstr ""
14595 #: common.opt:1174
14596 #, no-c-format
14597 msgid "Output callgraph information on a per-file basis."
14598 msgstr ""
14600 #: common.opt:1178
14601 #, no-c-format
14602 msgid "Output callgraph information on a per-file basis with decorations."
14603 msgstr ""
14605 #: common.opt:1182
14606 #, no-c-format
14607 msgid ""
14608 "-fcall-saved-<register>\tMark <register> as being preserved across functions."
14609 msgstr ""
14611 #: common.opt:1186
14612 #, no-c-format
14613 msgid ""
14614 "-fcall-used-<register>\tMark <register> as being corrupted by function calls."
14615 msgstr ""
14617 #: common.opt:1193
14618 #, no-c-format
14619 msgid "Save registers around function calls."
14620 msgstr ""
14622 #: common.opt:1197
14623 #, no-c-format
14624 msgid "This switch is deprecated; do not use."
14625 msgstr ""
14627 #: common.opt:1201
14628 #, no-c-format
14629 msgid "Check the return value of new in C++."
14630 msgstr ""
14632 #: common.opt:1205 common.opt:1209
14633 #, no-c-format
14634 msgid "Perform internal consistency checkings."
14635 msgstr ""
14637 #: common.opt:1213
14638 #, no-c-format
14639 msgid ""
14640 "For -f*-prefix-map= options compare canonicalized pathnames rather than just "
14641 "strings."
14642 msgstr ""
14644 #: common.opt:1217
14645 #, no-c-format
14646 msgid "Enable code hoisting."
14647 msgstr ""
14649 #: common.opt:1221
14650 #, no-c-format
14651 msgid ""
14652 "Looks for opportunities to reduce stack adjustments and stack references."
14653 msgstr ""
14655 #: common.opt:1225
14656 #, no-c-format
14657 msgid "Put uninitialized globals in the common section."
14658 msgstr ""
14660 #: common.opt:1233
14661 #, no-c-format
14662 msgid ""
14663 "-fcompare-debug[=<opts>]\tCompile with and without e.g. -gtoggle, and "
14664 "compare the final-insns dump."
14665 msgstr ""
14667 #: common.opt:1237
14668 #, no-c-format
14669 msgid "Run only the second compilation of -fcompare-debug."
14670 msgstr ""
14672 #: common.opt:1241
14673 #, no-c-format
14674 msgid "Perform comparison elimination after register allocation has finished."
14675 msgstr ""
14677 #: common.opt:1245
14678 #, no-c-format
14679 msgid "Do not perform optimizations increasing noticeably stack usage."
14680 msgstr ""
14682 #: common.opt:1249
14683 #, no-c-format
14684 msgid "Perform a register copy-propagation optimization pass."
14685 msgstr ""
14687 #: common.opt:1253
14688 #, no-c-format
14689 msgid "Perform cross-jumping optimization."
14690 msgstr ""
14692 #: common.opt:1257
14693 #, no-c-format
14694 msgid "When running CSE, follow jumps to their targets."
14695 msgstr ""
14697 #: common.opt:1265
14698 #, no-c-format
14699 msgid "Omit range reduction step when performing complex division."
14700 msgstr ""
14702 #: common.opt:1269
14703 #, no-c-format
14704 msgid "Complex multiplication and division follow Fortran rules."
14705 msgstr ""
14707 #: common.opt:1273
14708 #, no-c-format
14709 msgid "Place data items into their own section."
14710 msgstr ""
14712 #: common.opt:1277
14713 #, no-c-format
14714 msgid "List all available debugging counters with their limits and counts."
14715 msgstr ""
14717 #: common.opt:1281
14718 #, no-c-format
14719 msgid ""
14720 "-fdbg-cnt=<counter>[:<lower_limit1>-]<upper_limit1>[:<lower_limit2>-"
14721 "<upper_limit2>:...][,<counter>:...]\tSet the debug counter limit."
14722 msgstr ""
14724 #: common.opt:1285
14725 #, no-c-format
14726 msgid ""
14727 "-fdebug-prefix-map=<old>=<new>\tMap one directory name to another in debug "
14728 "information."
14729 msgstr ""
14731 #: common.opt:1289
14732 #, no-c-format
14733 msgid ""
14734 "-ffile-prefix-map=<old>=<new>\tMap one directory name to another in "
14735 "compilation result."
14736 msgstr ""
14738 #: common.opt:1293
14739 #, no-c-format
14740 msgid "Output .debug_types section when using DWARF v4 debuginfo."
14741 msgstr ""
14743 #: common.opt:1299
14744 #, no-c-format
14745 msgid "Defer popping functions args from stack until later."
14746 msgstr ""
14748 #: common.opt:1303
14749 #, no-c-format
14750 msgid "Attempt to fill delay slots of branch instructions."
14751 msgstr ""
14753 #: common.opt:1307
14754 #, no-c-format
14755 msgid "Delete dead instructions that may throw exceptions."
14756 msgstr ""
14758 #: common.opt:1311
14759 #, no-c-format
14760 msgid "Delete useless null pointer checks."
14761 msgstr ""
14763 #: common.opt:1315
14764 #, no-c-format
14765 msgid ""
14766 "Stream extra data to support more aggressive devirtualization in LTO local "
14767 "transformation mode."
14768 msgstr ""
14770 #: common.opt:1319
14771 #, no-c-format
14772 msgid "Perform speculative devirtualization."
14773 msgstr ""
14775 #: common.opt:1323
14776 #, no-c-format
14777 msgid "Try to convert virtual calls to direct ones."
14778 msgstr ""
14780 #: common.opt:1327
14781 #, no-c-format
14782 msgid ""
14783 "-fdiagnostics-show-location=[once|every-line]\tHow often to emit source "
14784 "location at the beginning of line-wrapped diagnostics."
14785 msgstr ""
14787 #: common.opt:1344
14788 #, no-c-format
14789 msgid "Show the source line with a caret indicating the column."
14790 msgstr ""
14792 #: common.opt:1348
14793 #, no-c-format
14794 msgid "Show labels annotating ranges of source code when showing source."
14795 msgstr ""
14797 #: common.opt:1352
14798 #, no-c-format
14799 msgid "Show line numbers in the left margin when showing source."
14800 msgstr ""
14802 #: common.opt:1360
14803 #, no-c-format
14804 msgid "-fdiagnostics-color=[never|always|auto]\tColorize diagnostics."
14805 msgstr ""
14807 #: common.opt:1380
14808 #, no-c-format
14809 msgid "-fdiagnostics-urls=[never|always|auto]\tEmbed URLs in diagnostics."
14810 msgstr ""
14812 #: common.opt:1400
14813 #, no-c-format
14814 msgid ""
14815 "-fdiagnostics-column-unit=[display|byte]\tSelect whether column numbers are "
14816 "output as display columns (default) or raw bytes."
14817 msgstr ""
14819 #: common.opt:1404
14820 #, no-c-format
14821 msgid ""
14822 "-fdiagnostics-column-origin=<number>\tSet the number of the first column.  "
14823 "The default is 1-based as per GNU style, but some utilities may expect 0-"
14824 "based, for example."
14825 msgstr ""
14827 #: common.opt:1408
14828 #, no-c-format
14829 msgid ""
14830 "-fdiagnostics-format=[text|sarif-stderr|sarif-file|json|json-stderr|json-"
14831 "file]\tSelect output format."
14832 msgstr ""
14834 #: common.opt:1412
14835 #, no-c-format
14836 msgid ""
14837 "-fdiagnostics-escape-format=[unicode|bytes]\tSelect how to escape non-"
14838 "printable-ASCII bytes in the source for diagnostics that suggest it."
14839 msgstr ""
14841 #: common.opt:1459
14842 #, no-c-format
14843 msgid "Print fix-it hints in machine-readable form."
14844 msgstr ""
14846 #: common.opt:1463
14847 #, no-c-format
14848 msgid "Print fix-it hints to stderr in unified diff format."
14849 msgstr ""
14851 #: common.opt:1467
14852 #, no-c-format
14853 msgid ""
14854 "Amend appropriate diagnostic messages with the command line option that "
14855 "controls them."
14856 msgstr ""
14858 #: common.opt:1471
14859 #, no-c-format
14860 msgid "Print CWE identifiers for diagnostic messages, where available."
14861 msgstr ""
14863 #: common.opt:1475
14864 #, no-c-format
14865 msgid "Print any rules associated with diagnostic messages."
14866 msgstr ""
14868 #: common.opt:1479
14869 #, no-c-format
14870 msgid ""
14871 "Specify how to print any control-flow path associated with a diagnostic."
14872 msgstr ""
14874 #: common.opt:1483
14875 #, no-c-format
14876 msgid ""
14877 "Turn off any diagnostics features that complicate the output, such as line "
14878 "numbers, color, and warning URLs."
14879 msgstr ""
14881 #: common.opt:1487
14882 #, no-c-format
14883 msgid ""
14884 "-ftabstop=<number>      Distance between tab stops for column reporting."
14885 msgstr ""
14887 #: common.opt:1503
14888 #, no-c-format
14889 msgid "Show stack depths of events in paths."
14890 msgstr ""
14892 #: common.opt:1507
14893 #, no-c-format
14894 msgid "Set minimum width of left margin of source code when showing source."
14895 msgstr ""
14897 #: common.opt:1511
14898 #, no-c-format
14899 msgid ""
14900 "-fdisable-[tree|rtl|ipa]-<pass>=range1+range2\tDisable an optimization pass."
14901 msgstr ""
14903 #: common.opt:1515
14904 #, no-c-format
14905 msgid ""
14906 "-fenable-[tree|rtl|ipa]-<pass>=range1+range2\tEnable an optimization pass."
14907 msgstr ""
14909 #: common.opt:1519
14910 #, no-c-format
14911 msgid "-fdump-<type>\tDump various compiler internals to a file."
14912 msgstr ""
14914 #: common.opt:1526
14915 #, no-c-format
14916 msgid ""
14917 "-fdump-final-insns=filename\tDump to filename the insns at the end of "
14918 "translation."
14919 msgstr ""
14921 #: common.opt:1530
14922 #, no-c-format
14923 msgid "-fdump-go-spec=filename\tWrite all declarations to file as Go code."
14924 msgstr ""
14926 #: common.opt:1534
14927 #, no-c-format
14928 msgid "Suppress output of addresses in debugging dumps."
14929 msgstr ""
14931 #: common.opt:1538
14932 #, no-c-format
14933 msgid ""
14934 "Collect and dump debug information into temporary file if ICE in C/C++ "
14935 "compiler occurred."
14936 msgstr ""
14938 #: common.opt:1543
14939 #, no-c-format
14940 msgid ""
14941 "Dump detailed information on GCC's internal representation of source code "
14942 "locations."
14943 msgstr ""
14945 #: common.opt:1547
14946 #, no-c-format
14947 msgid "Dump optimization passes."
14948 msgstr ""
14950 #: common.opt:1551
14951 #, no-c-format
14952 msgid ""
14953 "Suppress output of instruction numbers, line number notes and addresses in "
14954 "debugging dumps."
14955 msgstr ""
14957 #: common.opt:1555
14958 #, no-c-format
14959 msgid "Suppress output of previous and next insn numbers in debugging dumps."
14960 msgstr ""
14962 #: common.opt:1559
14963 #, no-c-format
14964 msgid "Enable CFI tables via GAS assembler directives."
14965 msgstr ""
14967 #: common.opt:1563
14968 #, no-c-format
14969 msgid "Perform early inlining."
14970 msgstr ""
14972 #: common.opt:1571
14973 #, no-c-format
14974 msgid "Perform interprocedural reduction of aggregates."
14975 msgstr ""
14977 #: common.opt:1575
14978 #, no-c-format
14979 msgid "Perform unused symbol elimination in debug info."
14980 msgstr ""
14982 #: common.opt:1579
14983 #, no-c-format
14984 msgid "Perform unused type elimination in debug info."
14985 msgstr ""
14987 #: common.opt:1583
14988 #, no-c-format
14989 msgid "Do not suppress C++ class debug information."
14990 msgstr ""
14992 #: common.opt:1587
14993 #, no-c-format
14994 msgid "Enable exception handling."
14995 msgstr ""
14997 #: common.opt:1591
14998 #, no-c-format
14999 msgid "Perform a number of minor, expensive optimizations."
15000 msgstr ""
15002 #: common.opt:1595
15003 #, no-c-format
15004 msgid ""
15005 "-fexcess-precision=[fast|standard|16]\tSpecify handling of excess floating-"
15006 "point precision."
15007 msgstr ""
15009 #: common.opt:1613
15010 #, no-c-format
15011 msgid ""
15012 "-fpermitted-flt-eval-methods=[c11|ts-18661]\tSpecify which values of "
15013 "FLT_EVAL_METHOD are permitted."
15014 msgstr ""
15016 #: common.opt:1629
15017 #, no-c-format
15018 msgid ""
15019 "Output lto objects containing both the intermediate language and binary "
15020 "output."
15021 msgstr ""
15023 #: common.opt:1633
15024 #, no-c-format
15025 msgid "Assume no NaNs or infinities are generated."
15026 msgstr ""
15028 #: common.opt:1637
15029 #, no-c-format
15030 msgid ""
15031 "Assume that loops with an exit will terminate and not loop indefinitely."
15032 msgstr ""
15034 #: common.opt:1641
15035 #, no-c-format
15036 msgid ""
15037 "-ffixed-<register>\tMark <register> as being unavailable to the compiler."
15038 msgstr ""
15040 #: common.opt:1645
15041 #, no-c-format
15042 msgid "Don't allocate floats and doubles in extended-precision registers."
15043 msgstr ""
15045 #: common.opt:1653
15046 #, no-c-format
15047 msgid "Perform a forward propagation pass on RTL."
15048 msgstr ""
15050 #: common.opt:1657
15051 #, no-c-format
15052 msgid ""
15053 "-ffp-contract=[off|on|fast]\tPerform floating-point expression contraction."
15054 msgstr ""
15056 #: common.opt:1674
15057 #, no-c-format
15058 msgid ""
15059 "Allow built-in functions ceil, floor, round, trunc to raise \"inexact\" "
15060 "exceptions."
15061 msgstr ""
15063 #: common.opt:1681
15064 #, no-c-format
15065 msgid "Allow function addresses to be held in registers."
15066 msgstr ""
15068 #: common.opt:1685
15069 #, no-c-format
15070 msgid "Place each function into its own section."
15071 msgstr ""
15073 #: common.opt:1689
15074 #, no-c-format
15075 msgid "Perform global common subexpression elimination."
15076 msgstr ""
15078 #: common.opt:1693
15079 #, no-c-format
15080 msgid ""
15081 "Perform enhanced load motion during global common subexpression elimination."
15082 msgstr ""
15084 #: common.opt:1697
15085 #, no-c-format
15086 msgid "Perform store motion after global common subexpression elimination."
15087 msgstr ""
15089 #: common.opt:1701
15090 #, no-c-format
15091 msgid ""
15092 "Perform redundant load after store elimination in global common "
15093 "subexpression elimination."
15094 msgstr ""
15096 #: common.opt:1706
15097 #, no-c-format
15098 msgid ""
15099 "Perform global common subexpression elimination after register allocation "
15100 "has finished."
15101 msgstr ""
15103 #: common.opt:1723
15104 #, no-c-format
15105 msgid ""
15106 "-fgnat-encodings=[all|gdb|minimal]\tSelect the balance between GNAT "
15107 "encodings and standard DWARF emitted in the debug information."
15108 msgstr ""
15110 #: common.opt:1728
15111 #, no-c-format
15112 msgid "Enable in and out of Graphite representation."
15113 msgstr ""
15115 #: common.opt:1732
15116 #, no-c-format
15117 msgid "Enable Graphite Identity transformation."
15118 msgstr ""
15120 #: common.opt:1736
15121 #, no-c-format
15122 msgid ""
15123 "Enable hoisting adjacent loads to encourage generating conditional move "
15124 "instructions."
15125 msgstr ""
15127 #: common.opt:1745
15128 #, no-c-format
15129 msgid ""
15130 "Improve GCC's ability to track column numbers in large source files, at the "
15131 "expense of slower compilation."
15132 msgstr ""
15134 #: common.opt:1750
15135 #, no-c-format
15136 msgid "Mark all loops as parallel."
15137 msgstr ""
15139 #: common.opt:1754 common.opt:1762 common.opt:2979
15140 #, no-c-format
15141 msgid "Enable loop nest transforms.  Same as -floop-nest-optimize."
15142 msgstr ""
15144 #: common.opt:1758
15145 #, no-c-format
15146 msgid "Enable loop interchange on trees."
15147 msgstr ""
15149 #: common.opt:1766
15150 #, no-c-format
15151 msgid "Perform unroll-and-jam on loops."
15152 msgstr ""
15154 #: common.opt:1770
15155 #, no-c-format
15156 msgid "Enable support for GNU transactional memory."
15157 msgstr ""
15159 #: common.opt:1774
15160 #, no-c-format
15161 msgid "Use STB_GNU_UNIQUE if supported by the assembler."
15162 msgstr ""
15164 #: common.opt:1782
15165 #, no-c-format
15166 msgid "Enable the loop nest optimizer."
15167 msgstr ""
15169 #: common.opt:1786
15170 #, no-c-format
15171 msgid "Force bitfield accesses to match their type width."
15172 msgstr ""
15174 #: common.opt:1790
15175 #, no-c-format
15176 msgid "Merge adjacent stores."
15177 msgstr ""
15179 #: common.opt:1794
15180 #, no-c-format
15181 msgid "Enable guessing of branch probabilities."
15182 msgstr ""
15184 #: common.opt:1798
15185 #, no-c-format
15186 msgid "Harden conditionals not used in branches, checking reversed conditions."
15187 msgstr ""
15189 #: common.opt:1802
15190 #, no-c-format
15191 msgid "Harden conditional branches by checking reversed conditions."
15192 msgstr ""
15194 #: common.opt:1810
15195 #, no-c-format
15196 msgid "Process #ident directives."
15197 msgstr ""
15199 #: common.opt:1814
15200 #, no-c-format
15201 msgid "Perform conversion of conditional jumps to branchless equivalents."
15202 msgstr ""
15204 #: common.opt:1818
15205 #, no-c-format
15206 msgid "Perform conversion of conditional jumps to conditional execution."
15207 msgstr ""
15209 #: common.opt:1822
15210 #, no-c-format
15211 msgid ""
15212 "-fstack-reuse=[all|named_vars|none]\tSet stack reuse level for local "
15213 "variables."
15214 msgstr ""
15216 #: common.opt:1838
15217 #, no-c-format
15218 msgid "Convert conditional jumps in innermost loops to branchless equivalents."
15219 msgstr ""
15221 #: common.opt:1850
15222 #, no-c-format
15223 msgid "Do not generate .size directives."
15224 msgstr ""
15226 #: common.opt:1854
15227 #, no-c-format
15228 msgid "Perform indirect inlining."
15229 msgstr ""
15231 #: common.opt:1860
15232 #, no-c-format
15233 msgid ""
15234 "Enable inlining of function declared \"inline\", disabling disables all "
15235 "inlining."
15236 msgstr ""
15238 #: common.opt:1864
15239 #, no-c-format
15240 msgid ""
15241 "Integrate functions into their callers when code size is known not to grow."
15242 msgstr ""
15244 #: common.opt:1868
15245 #, no-c-format
15246 msgid ""
15247 "Integrate functions not declared \"inline\" into their callers when "
15248 "profitable."
15249 msgstr ""
15251 #: common.opt:1872
15252 #, no-c-format
15253 msgid "Integrate functions only required by their single caller."
15254 msgstr ""
15256 #: common.opt:1879
15257 #, no-c-format
15258 msgid ""
15259 "-finline-limit=<number>\tLimit the size of inlined functions to <number>."
15260 msgstr ""
15262 #: common.opt:1883
15263 #, no-c-format
15264 msgid ""
15265 "Inline __atomic operations when a lock free instruction sequence is "
15266 "available."
15267 msgstr ""
15269 #: common.opt:1890
15270 #, no-c-format
15271 msgid ""
15272 "-fcf-protection=[full|branch|return|none|check]\tInstrument functions with "
15273 "checks to verify jump/call/return control-flow transfer instructions have "
15274 "valid targets."
15275 msgstr ""
15277 #: common.opt:1913
15278 #, no-c-format
15279 msgid "Instrument function entry and exit with profiling calls."
15280 msgstr ""
15282 #: common.opt:1917
15283 #, no-c-format
15284 msgid "Instrument function entry and exit with profiling calls invoked once."
15285 msgstr ""
15287 #: common.opt:1921
15288 #, no-c-format
15289 msgid ""
15290 "-finstrument-functions-exclude-function-list=name,...\tDo not instrument "
15291 "listed functions."
15292 msgstr ""
15294 #: common.opt:1925
15295 #, no-c-format
15296 msgid ""
15297 "-finstrument-functions-exclude-file-list=filename,...\tDo not instrument "
15298 "functions listed in files."
15299 msgstr ""
15301 #: common.opt:1929
15302 #, no-c-format
15303 msgid "Perform interprocedural constant propagation."
15304 msgstr ""
15306 #: common.opt:1933
15307 #, no-c-format
15308 msgid "Perform cloning to make Interprocedural constant propagation stronger."
15309 msgstr ""
15311 #: common.opt:1941
15312 #, no-c-format
15313 msgid "Perform interprocedural bitwise constant propagation."
15314 msgstr ""
15316 #: common.opt:1945
15317 #, no-c-format
15318 msgid "Perform interprocedural modref analysis."
15319 msgstr ""
15321 #: common.opt:1949
15322 #, no-c-format
15323 msgid "Perform interprocedural profile propagation."
15324 msgstr ""
15326 #: common.opt:1953
15327 #, no-c-format
15328 msgid "Perform interprocedural points-to analysis."
15329 msgstr ""
15331 #: common.opt:1957
15332 #, no-c-format
15333 msgid "Discover pure and const functions."
15334 msgstr ""
15336 #: common.opt:1961
15337 #, no-c-format
15338 msgid "Perform Identical Code Folding for functions and read-only variables."
15339 msgstr ""
15341 #: common.opt:1965
15342 #, no-c-format
15343 msgid "Perform Identical Code Folding for functions."
15344 msgstr ""
15346 #: common.opt:1969
15347 #, no-c-format
15348 msgid "Perform Identical Code Folding for variables."
15349 msgstr ""
15351 #: common.opt:1973
15352 #, no-c-format
15353 msgid "Discover read-only and non addressable static variables."
15354 msgstr ""
15356 #: common.opt:1977
15357 #, no-c-format
15358 msgid "Discover read-only, write-only and non-addressable static variables."
15359 msgstr ""
15361 #: common.opt:1981
15362 #, no-c-format
15363 msgid "Reduce stack alignment on call sites if possible."
15364 msgstr ""
15366 #: common.opt:1993
15367 #, no-c-format
15368 msgid "Perform IPA Value Range Propagation."
15369 msgstr ""
15371 #: common.opt:1997
15372 #, no-c-format
15373 msgid "-fira-algorithm=[CB|priority]\tSet the used IRA algorithm."
15374 msgstr ""
15376 #: common.opt:2001
15377 #, no-c-format
15378 msgid ""
15379 "Assume strict aliasing rules apply across (uninlined) function boundaries."
15380 msgstr ""
15382 #: common.opt:2014
15383 #, no-c-format
15384 msgid "-fira-region=[one|all|mixed]\tSet regions for IRA."
15385 msgstr ""
15387 #: common.opt:2030
15388 #, no-c-format
15389 msgid "Use IRA based register pressure calculation in RTL hoist optimizations."
15390 msgstr ""
15392 #: common.opt:2035
15393 #, no-c-format
15394 msgid "Use IRA based register pressure calculation in RTL loop optimizations."
15395 msgstr ""
15397 #: common.opt:2040
15398 #, no-c-format
15399 msgid "Share slots for saving different hard registers."
15400 msgstr ""
15402 #: common.opt:2044
15403 #, no-c-format
15404 msgid "Share stack slots for spilled pseudo-registers."
15405 msgstr ""
15407 #: common.opt:2048
15408 #, no-c-format
15409 msgid "-fira-verbose=<number>\tControl IRA's level of diagnostic messages."
15410 msgstr ""
15412 #: common.opt:2052
15413 #, no-c-format
15414 msgid "Optimize induction variables on trees."
15415 msgstr ""
15417 #: common.opt:2056
15418 #, no-c-format
15419 msgid "Use jump tables for sufficiently large switch statements."
15420 msgstr ""
15422 #: common.opt:2060
15423 #, no-c-format
15424 msgid "Use bit tests for sufficiently large switch statements."
15425 msgstr ""
15427 #: common.opt:2064
15428 #, no-c-format
15429 msgid "Generate code for functions even if they are fully inlined."
15430 msgstr ""
15432 #: common.opt:2068
15433 #, no-c-format
15434 msgid "Generate code for static functions even if they are never called."
15435 msgstr ""
15437 #: common.opt:2072
15438 #, no-c-format
15439 msgid "Emit static const variables even if they are not used."
15440 msgstr ""
15442 #: common.opt:2076
15443 #, no-c-format
15444 msgid "Give external symbols a leading underscore."
15445 msgstr ""
15447 #: common.opt:2084
15448 #, no-c-format
15449 msgid "Do CFG-sensitive rematerialization in LRA."
15450 msgstr ""
15452 #: common.opt:2088
15453 #, no-c-format
15454 msgid "Enable link-time optimization."
15455 msgstr ""
15457 #: common.opt:2092
15458 #, no-c-format
15459 msgid "Link-time optimization with number of parallel jobs or jobserver."
15460 msgstr ""
15462 #: common.opt:2114
15463 #, no-c-format
15464 msgid "Specify the algorithm to partition symbols and vars at linktime."
15465 msgstr ""
15467 #: common.opt:2119
15468 #, no-c-format
15469 msgid "Use zlib/zstd compression level <number> for IL."
15470 msgstr ""
15472 #: common.opt:2127
15473 #, no-c-format
15474 msgid "Report various link-time optimization statistics."
15475 msgstr ""
15477 #: common.opt:2131
15478 #, no-c-format
15479 msgid "Report various link-time optimization statistics for WPA only."
15480 msgstr ""
15482 #: common.opt:2135
15483 #, no-c-format
15484 msgid "Set errno after built-in math functions."
15485 msgstr ""
15487 #: common.opt:2139
15488 #, no-c-format
15489 msgid "-fmax-errors=<number>\tMaximum number of errors to report."
15490 msgstr ""
15492 #: common.opt:2143
15493 #, no-c-format
15494 msgid "Report on permanent memory allocation."
15495 msgstr ""
15497 #: common.opt:2147
15498 #, no-c-format
15499 msgid "Report on permanent memory allocation in WPA only."
15500 msgstr ""
15502 #: common.opt:2154
15503 #, no-c-format
15504 msgid "Attempt to merge identical constants and constant variables."
15505 msgstr ""
15507 #: common.opt:2158
15508 #, no-c-format
15509 msgid "Attempt to merge identical constants across compilation units."
15510 msgstr ""
15512 #: common.opt:2162
15513 #, no-c-format
15514 msgid "Attempt to merge identical debug strings across compilation units."
15515 msgstr ""
15517 #: common.opt:2166
15518 #, no-c-format
15519 msgid ""
15520 "-fmessage-length=<number>\tLimit diagnostics to <number> characters per "
15521 "line.  0 suppresses line-wrapping."
15522 msgstr ""
15524 #: common.opt:2170
15525 #, no-c-format
15526 msgid "Perform SMS based modulo scheduling before the first scheduling pass."
15527 msgstr ""
15529 #: common.opt:2174
15530 #, no-c-format
15531 msgid "Perform SMS based modulo scheduling with register moves allowed."
15532 msgstr ""
15534 #: common.opt:2178
15535 #, no-c-format
15536 msgid "Move loop invariant computations out of loops."
15537 msgstr ""
15539 #: common.opt:2182
15540 #, no-c-format
15541 msgid "Move stores out of loops."
15542 msgstr ""
15544 #: common.opt:2186
15545 #, no-c-format
15546 msgid "Building block for specs-based multilib-aware TFLAGS."
15547 msgstr ""
15549 #: common.opt:2190
15550 #, no-c-format
15551 msgid "Use the RTL dead code elimination pass."
15552 msgstr ""
15554 #: common.opt:2194
15555 #, no-c-format
15556 msgid "Use the RTL dead store elimination pass."
15557 msgstr ""
15559 #: common.opt:2198
15560 #, no-c-format
15561 msgid ""
15562 "Enable/Disable the traditional scheduling in loops that already passed "
15563 "modulo scheduling."
15564 msgstr ""
15566 #: common.opt:2202
15567 #, no-c-format
15568 msgid "Support synchronous non-call exceptions."
15569 msgstr ""
15571 #: common.opt:2209
15572 #, no-c-format
15573 msgid ""
15574 "-foffload-options=<targets>=<options>\tSpecify options for the offloading "
15575 "targets."
15576 msgstr ""
15578 #: common.opt:2213
15579 #, no-c-format
15580 msgid "-foffload-abi=[lp64|ilp32]\tSet the ABI to use in an offload compiler."
15581 msgstr ""
15583 #: common.opt:2226
15584 #, no-c-format
15585 msgid "When possible do not generate stack frames."
15586 msgstr ""
15588 #: common.opt:2233
15589 #, no-c-format
15590 msgid ""
15591 "Generate SIMD clones for functions with the OpenMP declare target directive."
15592 msgstr ""
15594 #: common.opt:2252
15595 #, no-c-format
15596 msgid "Enable all optimization info dumps on stderr."
15597 msgstr ""
15599 #: common.opt:2256
15600 #, no-c-format
15601 msgid "-fopt-info[-<type>=filename]\tDump compiler optimization details."
15602 msgstr ""
15604 #: common.opt:2260
15605 #, no-c-format
15606 msgid ""
15607 "Write a SRCFILE.opt-record.json file detailing what optimizations were "
15608 "performed."
15609 msgstr ""
15611 #: common.opt:2268
15612 #, no-c-format
15613 msgid "Optimize sibling and tail recursive calls."
15614 msgstr ""
15616 #: common.opt:2272
15617 #, no-c-format
15618 msgid "Perform partial inlining."
15619 msgstr ""
15621 #: common.opt:2276 common.opt:2280
15622 #, no-c-format
15623 msgid "Report on memory allocation before interprocedural optimization."
15624 msgstr ""
15626 #: common.opt:2284
15627 #, no-c-format
15628 msgid "Pack structure members together without holes."
15629 msgstr ""
15631 #: common.opt:2288
15632 #, no-c-format
15633 msgid "-fpack-struct=<number>\tSet initial maximum structure member alignment."
15634 msgstr ""
15636 #: common.opt:2292
15637 #, no-c-format
15638 msgid "Return small aggregates in memory, not registers."
15639 msgstr ""
15641 #: common.opt:2296
15642 #, no-c-format
15643 msgid "Perform loop peeling."
15644 msgstr ""
15646 #: common.opt:2300
15647 #, no-c-format
15648 msgid "Enable machine specific peephole optimizations."
15649 msgstr ""
15651 #: common.opt:2304
15652 #, no-c-format
15653 msgid "Enable an RTL peephole pass before sched2."
15654 msgstr ""
15656 #: common.opt:2308
15657 #, no-c-format
15658 msgid "Generate position-independent code if possible (large mode)."
15659 msgstr ""
15661 #: common.opt:2312
15662 #, no-c-format
15663 msgid ""
15664 "Generate position-independent code for executables if possible (large mode)."
15665 msgstr ""
15667 #: common.opt:2316
15668 #, no-c-format
15669 msgid "Generate position-independent code if possible (small mode)."
15670 msgstr ""
15672 #: common.opt:2320
15673 #, no-c-format
15674 msgid ""
15675 "Generate position-independent code for executables if possible (small mode)."
15676 msgstr ""
15678 #: common.opt:2324
15679 #, no-c-format
15680 msgid ""
15681 "Use PLT for PIC calls (-fno-plt: load the address from GOT at call site)."
15682 msgstr ""
15684 #: common.opt:2328
15685 #, no-c-format
15686 msgid "Specify a plugin to load."
15687 msgstr ""
15689 #: common.opt:2332
15690 #, no-c-format
15691 msgid ""
15692 "-fplugin-arg-<name>-<key>[=<value>]\tSpecify argument <key>=<value> for "
15693 "plugin <name>."
15694 msgstr ""
15696 #: common.opt:2336
15697 #, no-c-format
15698 msgid "Run predictive commoning optimization."
15699 msgstr ""
15701 #: common.opt:2340
15702 #, no-c-format
15703 msgid "Generate prefetch instructions, if available, for arrays in loops."
15704 msgstr ""
15706 #: common.opt:2344
15707 #, no-c-format
15708 msgid "Enable basic program profiling code."
15709 msgstr ""
15711 #: common.opt:2348
15712 #, no-c-format
15713 msgid "Generate absolute source path names for gcov."
15714 msgstr ""
15716 #: common.opt:2352
15717 #, no-c-format
15718 msgid "Insert arc-based program profiling code."
15719 msgstr ""
15721 #: common.opt:2356
15722 #, no-c-format
15723 msgid ""
15724 "Set the top-level directory for storing the profile data. The default is "
15725 "'pwd'."
15726 msgstr ""
15728 #: common.opt:2361
15729 #, no-c-format
15730 msgid "Select the name for storing the profile note file."
15731 msgstr ""
15733 #: common.opt:2365
15734 #, no-c-format
15735 msgid "Enable correction of flow inconsistent profile data input."
15736 msgstr ""
15738 #: common.opt:2369
15739 #, no-c-format
15740 msgid ""
15741 "-fprofile-update=[single|atomic|prefer-atomic]\tSet the profile update "
15742 "method."
15743 msgstr ""
15745 #: common.opt:2373
15746 #, no-c-format
15747 msgid ""
15748 "Instrument only functions from files whose name matches any of the regular "
15749 "expressions (separated by semi-colons)."
15750 msgstr ""
15752 #: common.opt:2377
15753 #, no-c-format
15754 msgid ""
15755 "Instrument only functions from files whose name does not match any of the "
15756 "regular expressions (separated by semi-colons)."
15757 msgstr ""
15759 #: common.opt:2393
15760 #, no-c-format
15761 msgid ""
15762 "-fprofile-reproducible=[serial|parallel-runs|multithreaded]\tControl level "
15763 "of reproducibility of profile gathered by -fprofile-generate."
15764 msgstr ""
15766 #: common.opt:2409
15767 #, no-c-format
15768 msgid ""
15769 "Remove prefix from absolute path before mangling name for -fprofile-"
15770 "generate= and -fprofile-use=."
15771 msgstr ""
15773 #: common.opt:2413
15774 #, no-c-format
15775 msgid ""
15776 "-fprofile-prefix-map=<old>=<new>\tMap one directory name to another in GCOV "
15777 "coverage result."
15778 msgstr ""
15780 #: common.opt:2417
15781 #, no-c-format
15782 msgid ""
15783 "Enable common options for generating profile info for profile feedback "
15784 "directed optimizations."
15785 msgstr ""
15787 #: common.opt:2421
15788 #, no-c-format
15789 msgid ""
15790 "Enable common options for generating profile info for profile feedback "
15791 "directed optimizations, and set -fprofile-dir=."
15792 msgstr ""
15794 #: common.opt:2425
15795 #, no-c-format
15796 msgid ""
15797 "Register the profile information in the .gcov_info section instead of using "
15798 "a constructor/destructor."
15799 msgstr ""
15801 #: common.opt:2429
15802 #, no-c-format
15803 msgid ""
15804 "Register the profile information in the specified section instead of using a "
15805 "constructor/destructor."
15806 msgstr ""
15808 #: common.opt:2433
15809 #, no-c-format
15810 msgid ""
15811 "Do not assume that functions never executed during the train run are cold."
15812 msgstr ""
15814 #: common.opt:2437
15815 #, no-c-format
15816 msgid ""
15817 "Enable common options for performing profile feedback directed optimizations."
15818 msgstr ""
15820 #: common.opt:2441
15821 #, no-c-format
15822 msgid ""
15823 "Enable common options for performing profile feedback directed "
15824 "optimizations, and set -fprofile-dir=."
15825 msgstr ""
15827 #: common.opt:2445
15828 #, no-c-format
15829 msgid "Insert code to profile values of expressions."
15830 msgstr ""
15832 #: common.opt:2449
15833 #, no-c-format
15834 msgid "Report on consistency of profile."
15835 msgstr ""
15837 #: common.opt:2453
15838 #, no-c-format
15839 msgid "Enable function reordering that improves code placement."
15840 msgstr ""
15842 #: common.opt:2457
15843 #, no-c-format
15844 msgid "Insert NOP instructions at each function entry."
15845 msgstr ""
15847 #: common.opt:2464
15848 #, no-c-format
15849 msgid "-frandom-seed=<string>\tMake compile reproducible using <string>."
15850 msgstr ""
15852 #: common.opt:2474
15853 #, no-c-format
15854 msgid "Record gcc command line switches in the object file."
15855 msgstr ""
15857 #: common.opt:2478
15858 #, no-c-format
15859 msgid "Return small aggregates in registers."
15860 msgstr ""
15862 #: common.opt:2486
15863 #, no-c-format
15864 msgid ""
15865 "Tell DSE that the storage for a C++ object is dead when the constructor "
15866 "starts and when the destructor finishes."
15867 msgstr ""
15869 #: common.opt:2497
15870 #, no-c-format
15871 msgid ""
15872 "-flive-patching=[inline-only-static|inline-clone]\tControl IPA optimizations "
15873 "to provide a safe compilation for live-patching.  At the same time, provides "
15874 "multiple-level control on the enabled IPA optimizations."
15875 msgstr ""
15877 #: common.opt:2512
15878 #, no-c-format
15879 msgid "Tell DCE to remove unused C++ allocations."
15880 msgstr ""
15882 #: common.opt:2516
15883 #, no-c-format
15884 msgid "Relief of register pressure through live range shrinkage."
15885 msgstr ""
15887 #: common.opt:2520
15888 #, no-c-format
15889 msgid "Perform a register renaming optimization pass."
15890 msgstr ""
15892 #: common.opt:2524
15893 #, no-c-format
15894 msgid "Perform a target dependent instruction fusion optimization pass."
15895 msgstr ""
15897 #: common.opt:2528
15898 #, no-c-format
15899 msgid "Reorder basic blocks to improve code placement."
15900 msgstr ""
15902 #: common.opt:2532
15903 #, no-c-format
15904 msgid ""
15905 "-freorder-blocks-algorithm=[simple|stc]\tSet the used basic block reordering "
15906 "algorithm."
15907 msgstr ""
15909 #: common.opt:2545
15910 #, no-c-format
15911 msgid "Reorder basic blocks and partition into hot and cold sections."
15912 msgstr ""
15914 #: common.opt:2549
15915 #, no-c-format
15916 msgid "Reorder functions to improve code placement."
15917 msgstr ""
15919 #: common.opt:2553
15920 #, no-c-format
15921 msgid "Add a common subexpression elimination pass after loop optimizations."
15922 msgstr ""
15924 #: common.opt:2561
15925 #, no-c-format
15926 msgid "Disable optimizations that assume default FP rounding behavior."
15927 msgstr ""
15929 #: common.opt:2565
15930 #, no-c-format
15931 msgid "Enable scheduling across basic blocks."
15932 msgstr ""
15934 #: common.opt:2569
15935 #, no-c-format
15936 msgid "Enable register pressure sensitive insn scheduling."
15937 msgstr ""
15939 #: common.opt:2573
15940 #, no-c-format
15941 msgid "Allow speculative motion of non-loads."
15942 msgstr ""
15944 #: common.opt:2577
15945 #, no-c-format
15946 msgid "Allow speculative motion of some loads."
15947 msgstr ""
15949 #: common.opt:2581
15950 #, no-c-format
15951 msgid "Allow speculative motion of more loads."
15952 msgstr ""
15954 #: common.opt:2585
15955 #, no-c-format
15956 msgid "-fsched-verbose=<number>\tSet the verbosity level of the scheduler."
15957 msgstr ""
15959 #: common.opt:2589
15960 #, no-c-format
15961 msgid "If scheduling post reload, do superblock scheduling."
15962 msgstr ""
15964 #: common.opt:2597
15965 #, no-c-format
15966 msgid "Reschedule instructions before register allocation."
15967 msgstr ""
15969 #: common.opt:2601
15970 #, no-c-format
15971 msgid "Reschedule instructions after register allocation."
15972 msgstr ""
15974 #: common.opt:2608
15975 #, no-c-format
15976 msgid "Schedule instructions using selective scheduling algorithm."
15977 msgstr ""
15979 #: common.opt:2612
15980 #, no-c-format
15981 msgid "Run selective scheduling after reload."
15982 msgstr ""
15984 #: common.opt:2616
15985 #, no-c-format
15986 msgid "Run self-tests, using the given path to locate test files."
15987 msgstr ""
15989 #: common.opt:2620
15990 #, no-c-format
15991 msgid "Perform software pipelining of inner loops during selective scheduling."
15992 msgstr ""
15994 #: common.opt:2624
15995 #, no-c-format
15996 msgid "Perform software pipelining of outer loops during selective scheduling."
15997 msgstr ""
15999 #: common.opt:2628
16000 #, no-c-format
16001 msgid "Reschedule pipelined regions without pipelining."
16002 msgstr ""
16004 #: common.opt:2632
16005 #, no-c-format
16006 msgid ""
16007 "Allow interposing function (or variables) by ones with different semantics "
16008 "(or initializer) respectively by dynamic linker."
16009 msgstr ""
16011 #: common.opt:2638
16012 #, no-c-format
16013 msgid "Allow premature scheduling of queued insns."
16014 msgstr ""
16016 #: common.opt:2642
16017 #, no-c-format
16018 msgid ""
16019 "-fsched-stalled-insns=<number>\tSet number of queued insns that can be "
16020 "prematurely scheduled."
16021 msgstr ""
16023 #: common.opt:2650
16024 #, no-c-format
16025 msgid ""
16026 "Set dependence distance checking in premature scheduling of queued insns."
16027 msgstr ""
16029 #: common.opt:2654
16030 #, no-c-format
16031 msgid ""
16032 "-fsched-stalled-insns-dep=<number>\tSet dependence distance checking in "
16033 "premature scheduling of queued insns."
16034 msgstr ""
16036 #: common.opt:2658
16037 #, no-c-format
16038 msgid "Enable the group heuristic in the scheduler."
16039 msgstr ""
16041 #: common.opt:2662
16042 #, no-c-format
16043 msgid "Enable the critical path heuristic in the scheduler."
16044 msgstr ""
16046 #: common.opt:2666
16047 #, no-c-format
16048 msgid "Enable the speculative instruction heuristic in the scheduler."
16049 msgstr ""
16051 #: common.opt:2670
16052 #, no-c-format
16053 msgid "Enable the rank heuristic in the scheduler."
16054 msgstr ""
16056 #: common.opt:2674
16057 #, no-c-format
16058 msgid "Enable the last instruction heuristic in the scheduler."
16059 msgstr ""
16061 #: common.opt:2678
16062 #, no-c-format
16063 msgid "Enable the dependent count heuristic in the scheduler."
16064 msgstr ""
16066 #: common.opt:2682
16067 #, no-c-format
16068 msgid "Access data in the same section from shared anchor points."
16069 msgstr ""
16071 #: common.opt:2694
16072 #, no-c-format
16073 msgid "Turn on Redundant Extensions Elimination pass."
16074 msgstr ""
16076 #: common.opt:2698
16077 #, no-c-format
16078 msgid "Show column numbers in diagnostics, when available.  Default on."
16079 msgstr ""
16081 #: common.opt:2702
16082 #, no-c-format
16083 msgid ""
16084 "Emit function prologues only before parts of the function that need it, "
16085 "rather than at the top of the function."
16086 msgstr ""
16088 #: common.opt:2707
16089 #, no-c-format
16090 msgid "Shrink-wrap parts of the prologue and epilogue separately."
16091 msgstr ""
16093 #: common.opt:2711
16094 #, no-c-format
16095 msgid "Disable optimizations observable by IEEE signaling NaNs."
16096 msgstr ""
16098 #: common.opt:2715
16099 #, no-c-format
16100 msgid ""
16101 "Disable floating point optimizations that ignore the IEEE signedness of zero."
16102 msgstr ""
16104 #: common.opt:2719
16105 #, no-c-format
16106 msgid "Convert floating point constants to single precision constants."
16107 msgstr ""
16109 #: common.opt:2723
16110 #, no-c-format
16111 msgid "Split lifetimes of induction variables when loops are unrolled."
16112 msgstr ""
16114 #: common.opt:2727
16115 #, no-c-format
16116 msgid "Generate discontiguous stack frames."
16117 msgstr ""
16119 #: common.opt:2731
16120 #, no-c-format
16121 msgid "Split wide types into independent registers."
16122 msgstr ""
16124 #: common.opt:2735
16125 #, no-c-format
16126 msgid "Split wide types into independent registers earlier."
16127 msgstr ""
16129 #: common.opt:2739
16130 #, no-c-format
16131 msgid "Enable backward propagation of use properties at the SSA level."
16132 msgstr ""
16134 #: common.opt:2743
16135 #, no-c-format
16136 msgid "Optimize conditional patterns using SSA PHI nodes."
16137 msgstr ""
16139 #: common.opt:2747
16140 #, no-c-format
16141 msgid ""
16142 "Optimize amount of stdarg registers saved to stack at start of function."
16143 msgstr ""
16145 #: common.opt:2751
16146 #, no-c-format
16147 msgid "Apply variable expansion when loops are unrolled."
16148 msgstr ""
16150 #: common.opt:2755
16151 #, no-c-format
16152 msgid ""
16153 "-fstack-check=[no|generic|specific]\tInsert stack checking code into the "
16154 "program."
16155 msgstr ""
16157 #: common.opt:2759
16158 #, no-c-format
16159 msgid ""
16160 "Insert stack checking code into the program.  Same as -fstack-check=specific."
16161 msgstr ""
16163 #: common.opt:2763
16164 #, no-c-format
16165 msgid ""
16166 "Insert code to probe each page of stack space as it is allocated to protect "
16167 "from stack-clash style attacks."
16168 msgstr ""
16170 #: common.opt:2771
16171 #, no-c-format
16172 msgid ""
16173 "-fstack-limit-register=<register>\tTrap if the stack goes past <register>."
16174 msgstr ""
16176 #: common.opt:2775
16177 #, no-c-format
16178 msgid "-fstack-limit-symbol=<name>\tTrap if the stack goes past symbol <name>."
16179 msgstr ""
16181 #: common.opt:2779
16182 #, no-c-format
16183 msgid "Use propolice as a stack protection method."
16184 msgstr ""
16186 #: common.opt:2783
16187 #, no-c-format
16188 msgid "Use a stack protection method for every function."
16189 msgstr ""
16191 #: common.opt:2787
16192 #, no-c-format
16193 msgid "Use a smart stack protection method for certain functions."
16194 msgstr ""
16196 #: common.opt:2791
16197 #, no-c-format
16198 msgid ""
16199 "Use stack protection method only for functions with the stack_protect "
16200 "attribute."
16201 msgstr ""
16203 #: common.opt:2795
16204 #, no-c-format
16205 msgid "Output stack usage information on a per-function basis."
16206 msgstr ""
16208 #: common.opt:2807
16209 #, no-c-format
16210 msgid "Assume strict aliasing rules apply."
16211 msgstr ""
16213 #: common.opt:2811
16214 #, no-c-format
16215 msgid ""
16216 "Treat signed overflow as undefined.  Negated as -fwrapv -fwrapv-pointer."
16217 msgstr ""
16219 #: common.opt:2815
16220 #, no-c-format
16221 msgid "Implement __atomic operations via libcalls to legacy __sync functions."
16222 msgstr ""
16224 #: common.opt:2819
16225 #, no-c-format
16226 msgid "Check for syntax errors, then stop."
16227 msgstr ""
16229 #: common.opt:2823
16230 #, no-c-format
16231 msgid "Create data files needed by \"gcov\"."
16232 msgstr ""
16234 #: common.opt:2827
16235 #, no-c-format
16236 msgid "Perform jump threading optimizations."
16237 msgstr ""
16239 #: common.opt:2831
16240 #, no-c-format
16241 msgid "Report the time taken by each compiler pass."
16242 msgstr ""
16244 #: common.opt:2835
16245 #, no-c-format
16246 msgid "Record times taken by sub-phases separately."
16247 msgstr ""
16249 #: common.opt:2839
16250 #, no-c-format
16251 msgid ""
16252 "-ftls-model=[global-dynamic|local-dynamic|initial-exec|local-exec]\tSet the "
16253 "default thread-local storage code generation model."
16254 msgstr ""
16256 #: common.opt:2858
16257 #, no-c-format
16258 msgid "Reorder top level functions, variables, and asms."
16259 msgstr ""
16261 #: common.opt:2862
16262 #, no-c-format
16263 msgid "Perform superblock formation via tail duplication."
16264 msgstr ""
16266 #: common.opt:2866
16267 #, no-c-format
16268 msgid ""
16269 "For targets that normally need trampolines for nested functions, always "
16270 "generate them instead of using descriptors."
16271 msgstr ""
16273 #: common.opt:2874
16274 #, no-c-format
16275 msgid "Assume floating-point operations can trap."
16276 msgstr ""
16278 #: common.opt:2878
16279 #, no-c-format
16280 msgid "Trap for signed overflow in addition, subtraction and multiplication."
16281 msgstr ""
16283 #: common.opt:2882
16284 #, no-c-format
16285 msgid "Enable SSA-CCP optimization on trees."
16286 msgstr ""
16288 #: common.opt:2886
16289 #, no-c-format
16290 msgid "Enable SSA-BIT-CCP optimization on trees."
16291 msgstr ""
16293 #: common.opt:2894
16294 #, no-c-format
16295 msgid "Enable loop header copying on trees."
16296 msgstr ""
16298 #: common.opt:2902
16299 #, no-c-format
16300 msgid "Enable SSA coalescing of user variables."
16301 msgstr ""
16303 #: common.opt:2910
16304 #, no-c-format
16305 msgid "Enable copy propagation on trees."
16306 msgstr ""
16308 #: common.opt:2918
16309 #, no-c-format
16310 msgid "Transform condition stores into unconditional ones."
16311 msgstr ""
16313 #: common.opt:2922
16314 #, no-c-format
16315 msgid "Perform conversions of switch initializations."
16316 msgstr ""
16318 #: common.opt:2926
16319 #, no-c-format
16320 msgid "Enable SSA dead code elimination optimization on trees."
16321 msgstr ""
16323 #: common.opt:2930
16324 #, no-c-format
16325 msgid "Enable dominator optimizations."
16326 msgstr ""
16328 #: common.opt:2934
16329 #, no-c-format
16330 msgid "Enable tail merging on trees."
16331 msgstr ""
16333 #: common.opt:2938
16334 #, no-c-format
16335 msgid "Enable dead store elimination."
16336 msgstr ""
16338 #: common.opt:2942
16339 #, no-c-format
16340 msgid "Enable forward propagation on trees."
16341 msgstr ""
16343 #: common.opt:2946
16344 #, no-c-format
16345 msgid "Enable Full Redundancy Elimination (FRE) on trees."
16346 msgstr ""
16348 #: common.opt:2950
16349 #, no-c-format
16350 msgid "Enable string length optimizations on trees."
16351 msgstr ""
16353 #: common.opt:2954
16354 #, no-c-format
16355 msgid ""
16356 "Detect paths that trigger erroneous or undefined behavior due to "
16357 "dereferencing a null pointer.  Isolate those paths from the main control "
16358 "flow and turn the statement with erroneous or undefined behavior into a trap."
16359 msgstr ""
16361 #: common.opt:2960
16362 #, no-c-format
16363 msgid ""
16364 "Detect paths that trigger erroneous or undefined behavior due to a null "
16365 "value being used in a way forbidden by a returns_nonnull or nonnull "
16366 "attribute.  Isolate those paths from the main control flow and turn the "
16367 "statement with erroneous or undefined behavior into a trap."
16368 msgstr ""
16370 #: common.opt:2967
16371 #, no-c-format
16372 msgid "Enable loop distribution on trees."
16373 msgstr ""
16375 #: common.opt:2971
16376 #, no-c-format
16377 msgid "Enable loop distribution for patterns transformed into a library call."
16378 msgstr ""
16380 #: common.opt:2975
16381 #, no-c-format
16382 msgid "Enable loop invariant motion on trees."
16383 msgstr ""
16385 #: common.opt:2983
16386 #, no-c-format
16387 msgid "Create canonical induction variables in loops."
16388 msgstr ""
16390 #: common.opt:2987
16391 #, no-c-format
16392 msgid "Enable loop optimizations on tree level."
16393 msgstr ""
16395 #: common.opt:2991
16396 #, no-c-format
16397 msgid ""
16398 "-ftree-parallelize-loops=<number>\tEnable automatic parallelization of loops."
16399 msgstr ""
16401 #: common.opt:2995
16402 #, no-c-format
16403 msgid "Enable hoisting loads from conditional pointers."
16404 msgstr ""
16406 #: common.opt:2999
16407 #, no-c-format
16408 msgid "Enable SSA-PRE optimization on trees."
16409 msgstr ""
16411 #: common.opt:3003
16412 #, no-c-format
16413 msgid ""
16414 "In SSA-PRE optimization on trees, enable partial-partial redundancy "
16415 "elimination."
16416 msgstr ""
16418 #: common.opt:3007
16419 #, no-c-format
16420 msgid "Perform function-local points-to analysis on trees."
16421 msgstr ""
16423 #: common.opt:3011
16424 #, no-c-format
16425 msgid "Enable reassociation on tree level."
16426 msgstr ""
16428 #: common.opt:3019
16429 #, no-c-format
16430 msgid "Enable SSA code sinking on trees."
16431 msgstr ""
16433 #: common.opt:3023
16434 #, no-c-format
16435 msgid "Perform straight-line strength reduction."
16436 msgstr ""
16438 #: common.opt:3027
16439 #, no-c-format
16440 msgid "Perform scalar replacement of aggregates."
16441 msgstr ""
16443 #: common.opt:3031
16444 #, no-c-format
16445 msgid "Replace temporary expressions in the SSA->normal pass."
16446 msgstr ""
16448 #: common.opt:3035
16449 #, no-c-format
16450 msgid "Perform live range splitting during the SSA->normal pass."
16451 msgstr ""
16453 #: common.opt:3039
16454 #, no-c-format
16455 msgid "Perform Value Range Propagation on trees."
16456 msgstr ""
16458 #: common.opt:3043
16459 #, no-c-format
16460 msgid "Split paths leading to loop backedges."
16461 msgstr ""
16463 #: common.opt:3047
16464 #, no-c-format
16465 msgid ""
16466 "Assume common declarations may be overridden with ones with a larger "
16467 "trailing array."
16468 msgstr ""
16470 #: common.opt:3052
16471 #, no-c-format
16472 msgid "Compile whole compilation unit at a time."
16473 msgstr ""
16475 #: common.opt:3056
16476 #, no-c-format
16477 msgid "Trap on __builtin_unreachable instead of using it for optimization."
16478 msgstr ""
16480 #: common.opt:3060
16481 #, no-c-format
16482 msgid "Perform loop unrolling when iteration count is known."
16483 msgstr ""
16485 #: common.opt:3064
16486 #, no-c-format
16487 msgid "Perform loop unrolling for all loops."
16488 msgstr ""
16490 #: common.opt:3079
16491 #, no-c-format
16492 msgid ""
16493 "Allow optimization for floating-point arithmetic which may change the result "
16494 "of the operation due to rounding."
16495 msgstr ""
16497 #: common.opt:3084
16498 #, no-c-format
16499 msgid "Same as -fassociative-math for expressions which include division."
16500 msgstr ""
16502 #: common.opt:3092
16503 #, no-c-format
16504 msgid "Allow math optimizations that may violate IEEE or ISO standards."
16505 msgstr ""
16507 #: common.opt:3096
16508 #, no-c-format
16509 msgid "Perform loop unswitching."
16510 msgstr ""
16512 #: common.opt:3100
16513 #, no-c-format
16514 msgid "Perform loop splitting."
16515 msgstr ""
16517 #: common.opt:3104
16518 #, no-c-format
16519 msgid "Version loops based on whether indices have a stride of one."
16520 msgstr ""
16522 #: common.opt:3108
16523 #, no-c-format
16524 msgid "Just generate unwind tables for exception handling."
16525 msgstr ""
16527 #: common.opt:3112
16528 #, no-c-format
16529 msgid "Use the bfd linker instead of the default linker."
16530 msgstr ""
16532 #: common.opt:3116
16533 #, no-c-format
16534 msgid "Use the gold linker instead of the default linker."
16535 msgstr ""
16537 #: common.opt:3120
16538 #, no-c-format
16539 msgid "Use the lld LLVM linker instead of the default linker."
16540 msgstr ""
16542 #: common.opt:3124
16543 #, no-c-format
16544 msgid "Use the Modern linker (MOLD) linker instead of the default linker."
16545 msgstr ""
16547 #: common.opt:3134
16548 #, no-c-format
16549 msgid "Perform variable tracking."
16550 msgstr ""
16552 #: common.opt:3141
16553 #, no-c-format
16554 msgid "Perform variable tracking by annotating assignments."
16555 msgstr ""
16557 #: common.opt:3147
16558 #, no-c-format
16559 msgid "Toggle -fvar-tracking-assignments."
16560 msgstr ""
16562 #: common.opt:3154
16563 #, no-c-format
16564 msgid ""
16565 "Perform variable tracking and also tag variables that are uninitialized."
16566 msgstr ""
16568 #: common.opt:3159
16569 #, no-c-format
16570 msgid "Enable vectorization on trees."
16571 msgstr ""
16573 #: common.opt:3167
16574 #, no-c-format
16575 msgid "Enable loop vectorization on trees."
16576 msgstr ""
16578 #: common.opt:3171
16579 #, no-c-format
16580 msgid "Enable basic block vectorization (SLP) on trees."
16581 msgstr ""
16583 #: common.opt:3175
16584 #, no-c-format
16585 msgid ""
16586 "-fvect-cost-model=[unlimited|dynamic|cheap|very-cheap]\tSpecifies the cost "
16587 "model for vectorization."
16588 msgstr ""
16590 #: common.opt:3179
16591 #, no-c-format
16592 msgid ""
16593 "-fsimd-cost-model=[unlimited|dynamic|cheap|very-cheap]\tSpecifies the "
16594 "vectorization cost model for code marked with a simd directive."
16595 msgstr ""
16597 #: common.opt:3198
16598 #, no-c-format
16599 msgid ""
16600 "Enables the dynamic vectorizer cost model.  Preserved for backward "
16601 "compatibility."
16602 msgstr ""
16604 #: common.opt:3206
16605 #, no-c-format
16606 msgid "Enable copy propagation of scalar-evolution information."
16607 msgstr ""
16609 #: common.opt:3210
16610 #, no-c-format
16611 msgid ""
16612 "-ftrivial-auto-var-init=[uninitialized|pattern|zero]\tAdd initializations to "
16613 "automatic variables."
16614 msgstr ""
16616 #: common.opt:3232
16617 #, no-c-format
16618 msgid "Add extra commentary to assembler output."
16619 msgstr ""
16621 #: common.opt:3236
16622 #, no-c-format
16623 msgid ""
16624 "-fvisibility=[default|internal|hidden|protected]\tSet the default symbol "
16625 "visibility."
16626 msgstr ""
16628 #: common.opt:3255
16629 #, no-c-format
16630 msgid "Validate vtable pointers before using them."
16631 msgstr ""
16633 #: common.opt:3271
16634 #, no-c-format
16635 msgid "Output vtable verification counters."
16636 msgstr ""
16638 #: common.opt:3275
16639 #, no-c-format
16640 msgid "Output vtable verification pointer sets information."
16641 msgstr ""
16643 #: common.opt:3279
16644 #, no-c-format
16645 msgid "Use expression value profiles in optimizations."
16646 msgstr ""
16648 #: common.opt:3283
16649 #, no-c-format
16650 msgid "Construct webs and split unrelated uses of single variable."
16651 msgstr ""
16653 #: common.opt:3287
16654 #, no-c-format
16655 msgid "Enable conditional dead code elimination for builtin calls."
16656 msgstr ""
16658 #: common.opt:3291
16659 #, no-c-format
16660 msgid "Perform whole program optimizations."
16661 msgstr ""
16663 #: common.opt:3295
16664 #, no-c-format
16665 msgid "Assume pointer overflow wraps around."
16666 msgstr ""
16668 #: common.opt:3299
16669 #, no-c-format
16670 msgid "Assume signed arithmetic overflow wraps around."
16671 msgstr ""
16673 #: common.opt:3303
16674 #, no-c-format
16675 msgid "Put zero initialized data in the bss section."
16676 msgstr ""
16678 #: common.opt:3307
16679 #, no-c-format
16680 msgid "Clear call-used registers upon function return."
16681 msgstr ""
16683 #: common.opt:3311
16684 #, no-c-format
16685 msgid "Generate debug information in default format."
16686 msgstr ""
16688 #: common.opt:3315
16689 #, no-c-format
16690 msgid "Assume assembler support for (DWARF2+) .loc directives."
16691 msgstr ""
16693 #: common.opt:3319
16694 #, no-c-format
16695 msgid "Assume assembler support for view in (DWARF2+) .loc directives."
16696 msgstr ""
16698 #: common.opt:3339
16699 #, no-c-format
16700 msgid "Record DW_AT_decl_column and DW_AT_call_column in DWARF."
16701 msgstr ""
16703 #: common.opt:3345
16704 #, no-c-format
16705 msgid "Generate CTF debug information at default level."
16706 msgstr ""
16708 #: common.opt:3349
16709 #, no-c-format
16710 msgid "Generate BTF debug information at default level."
16711 msgstr ""
16713 #: common.opt:3353
16714 #, no-c-format
16715 msgid "Generate debug information in default version of DWARF format."
16716 msgstr ""
16718 #: common.opt:3357
16719 #, no-c-format
16720 msgid "Generate debug information in DWARF v2 (or later) format."
16721 msgstr ""
16723 #: common.opt:3361
16724 #, no-c-format
16725 msgid "Use 32-bit DWARF format when emitting DWARF debug information."
16726 msgstr ""
16728 #: common.opt:3365
16729 #, no-c-format
16730 msgid "Use 64-bit DWARF format when emitting DWARF debug information."
16731 msgstr ""
16733 #: common.opt:3369
16734 #, no-c-format
16735 msgid "Generate debug information in default extended format."
16736 msgstr ""
16738 #: common.opt:3373
16739 #, no-c-format
16740 msgid "Generate extended entry point information for inlined functions."
16741 msgstr ""
16743 #: common.opt:3377
16744 #, no-c-format
16745 msgid "Compute locview reset points based on insn length estimates."
16746 msgstr ""
16748 #: common.opt:3385
16749 #, no-c-format
16750 msgid "Don't generate DWARF pubnames and pubtypes sections."
16751 msgstr ""
16753 #: common.opt:3389
16754 #, no-c-format
16755 msgid "Generate DWARF pubnames and pubtypes sections."
16756 msgstr ""
16758 #: common.opt:3393
16759 #, no-c-format
16760 msgid "Generate DWARF pubnames and pubtypes sections with GNU extensions."
16761 msgstr ""
16763 #: common.opt:3397
16764 #, no-c-format
16765 msgid "Record gcc command line switches in DWARF DW_AT_producer."
16766 msgstr ""
16768 #: common.opt:3401
16769 #, no-c-format
16770 msgid "Generate debug information in separate .dwo files."
16771 msgstr ""
16773 #: common.opt:3413
16774 #, no-c-format
16775 msgid "Emit progressive recommended breakpoint locations."
16776 msgstr ""
16778 #: common.opt:3417
16779 #, no-c-format
16780 msgid "Don't emit DWARF additions beyond selected version."
16781 msgstr ""
16783 #: common.opt:3421
16784 #, no-c-format
16785 msgid ""
16786 "Add description attributes to some DWARF DIEs that have no name attribute."
16787 msgstr ""
16789 #: common.opt:3425
16790 #, no-c-format
16791 msgid "Toggle debug information generation."
16792 msgstr ""
16794 #: common.opt:3429
16795 #, no-c-format
16796 msgid "Augment variable location lists with progressive views."
16797 msgstr ""
16799 #: common.opt:3436
16800 #, no-c-format
16801 msgid "Generate debug information in VMS format."
16802 msgstr ""
16804 #: common.opt:3465
16805 #, no-c-format
16806 msgid "Generate compressed debug sections."
16807 msgstr ""
16809 #: common.opt:3469
16810 #, no-c-format
16811 msgid "-gz=<format>\tGenerate compressed debug sections in format <format>."
16812 msgstr ""
16814 #: common.opt:3476
16815 #, no-c-format
16816 msgid "-iplugindir=<dir>\tSet <dir> to be the default plugin directory."
16817 msgstr ""
16819 #: common.opt:3480
16820 #, no-c-format
16821 msgid "-imultiarch <dir>\tSet <dir> to be the multiarch include subdirectory."
16822 msgstr ""
16824 #: common.opt:3508
16825 #, no-c-format
16826 msgid "-o <file>\tPlace output into <file>."
16827 msgstr ""
16829 #: common.opt:3512
16830 #, no-c-format
16831 msgid "Enable function profiling."
16832 msgstr ""
16834 #: common.opt:3522
16835 #, no-c-format
16836 msgid "Like -pedantic but issue them as errors."
16837 msgstr ""
16839 #: common.opt:3562
16840 #, no-c-format
16841 msgid "Do not display functions compiled or elapsed time."
16842 msgstr ""
16844 #: common.opt:3594
16845 #, no-c-format
16846 msgid "Enable verbose output."
16847 msgstr ""
16849 #: common.opt:3598
16850 #, no-c-format
16851 msgid "Display the compiler's version."
16852 msgstr ""
16854 #: common.opt:3602
16855 #, no-c-format
16856 msgid "Suppress warnings."
16857 msgstr ""
16859 #: common.opt:3612
16860 #, no-c-format
16861 msgid "Create a shared library."
16862 msgstr ""
16864 #: common.opt:3672
16865 #, no-c-format
16866 msgid "Don't create a dynamically linked position independent executable."
16867 msgstr ""
16869 #: common.opt:3676
16870 #, no-c-format
16871 msgid "Create a dynamically linked position independent executable."
16872 msgstr ""
16874 #: common.opt:3680
16875 #, no-c-format
16876 msgid "Create a static position independent executable."
16877 msgstr ""
16879 #: common.opt:3687
16880 #, no-c-format
16881 msgid "Use caller save register across calls if possible."
16882 msgstr ""
16884 #: params.opt:27
16885 #, no-c-format
16886 msgid ""
16887 "Loops iterating at least selected number of iterations will get loop "
16888 "alignment."
16889 msgstr ""
16891 #: params.opt:31
16892 #, no-c-format
16893 msgid ""
16894 "Select fraction of the maximal frequency of executions of basic block in "
16895 "function given basic block get alignment."
16896 msgstr ""
16898 #: params.opt:35
16899 #, no-c-format
16900 msgid "Enable asan globals protection."
16901 msgstr ""
16903 #: params.opt:39
16904 #, no-c-format
16905 msgid "Enable asan allocas/VLAs protection."
16906 msgstr ""
16908 #: params.opt:43
16909 #, no-c-format
16910 msgid "Enable asan load operations protection."
16911 msgstr ""
16913 #: params.opt:47
16914 #, no-c-format
16915 msgid "Enable asan store operations protection."
16916 msgstr ""
16918 #: params.opt:51
16919 #, no-c-format
16920 msgid ""
16921 "Use callbacks instead of inline code if number of accesses in function "
16922 "becomes greater or equal to this number."
16923 msgstr ""
16925 #: params.opt:55
16926 #, no-c-format
16927 msgid ""
16928 "Prefix calls to memcpy, memset and memmove with __asan_ or __hwasan_ for -"
16929 "fsanitize=kernel-address or -fsanitize=kernel-hwaddress."
16930 msgstr ""
16932 #: params.opt:59
16933 #, no-c-format
16934 msgid "Enable asan builtin functions protection."
16935 msgstr ""
16937 #: params.opt:63
16938 #, no-c-format
16939 msgid "Enable asan stack protection."
16940 msgstr ""
16942 #: params.opt:67
16943 #, no-c-format
16944 msgid "Enable asan detection of use-after-return bugs."
16945 msgstr ""
16947 #: params.opt:71
16948 #, no-c-format
16949 msgid ""
16950 "Enable hwasan instrumentation of statically sized stack-allocated variables."
16951 msgstr ""
16953 #: params.opt:75
16954 #, no-c-format
16955 msgid "Use random base tag for each frame, as opposed to base always zero."
16956 msgstr ""
16958 #: params.opt:79
16959 #, no-c-format
16960 msgid "Enable hwasan instrumentation of allocas/VLAs."
16961 msgstr ""
16963 #: params.opt:83
16964 #, no-c-format
16965 msgid "Enable hwasan instrumentation of load operations."
16966 msgstr ""
16968 #: params.opt:87
16969 #, no-c-format
16970 msgid "Enable hwasan instrumentation of store operations."
16971 msgstr ""
16973 #: params.opt:91
16974 #, no-c-format
16975 msgid "Enable hwasan instrumentation of builtin functions."
16976 msgstr ""
16978 #: params.opt:95
16979 #, no-c-format
16980 msgid "Average number of iterations of a loop."
16981 msgstr ""
16983 #: params.opt:99
16984 #, no-c-format
16985 msgid "Maximum number of bits for which we avoid creating FMAs."
16986 msgstr ""
16988 #: params.opt:103
16989 #, no-c-format
16990 msgid ""
16991 "Set the estimated probability in percentage for builtin expect. The default "
16992 "value is 90% probability."
16993 msgstr ""
16995 #: params.opt:107
16996 #, no-c-format
16997 msgid ""
16998 "The maximum length of a constant string for a builtin string cmp call "
16999 "eligible for inlining. The default value is 3."
17000 msgstr ""
17002 #: params.opt:111
17003 #, no-c-format
17004 msgid ""
17005 "The smallest number of different values for which it is best to use a jump-"
17006 "table instead of a tree of conditional branches, if 0, use the default for "
17007 "the machine."
17008 msgstr ""
17010 #: params.opt:115
17011 #, no-c-format
17012 msgid ""
17013 "Probability that COMDAT function will be shared with different compilation "
17014 "unit."
17015 msgstr ""
17017 #: params.opt:119
17018 #, no-c-format
17019 msgid ""
17020 "Maximum number of namespaces to search for alternatives when name lookup "
17021 "fails."
17022 msgstr ""
17024 #: params.opt:123
17025 #, no-c-format
17026 msgid "Maximum number of queries into the alias oracle per store."
17027 msgstr ""
17029 #: params.opt:127
17030 #, no-c-format
17031 msgid ""
17032 "Maximum size (in bytes) of objects tracked bytewise by dead store "
17033 "elimination."
17034 msgstr ""
17036 #: params.opt:131
17037 #, no-c-format
17038 msgid ""
17039 "Maximal estimated growth of function body caused by early inlining of single "
17040 "call."
17041 msgstr ""
17043 #: params.opt:135
17044 #, no-c-format
17045 msgid "Maximum number of basic blocks before EVRP uses a sparse cache."
17046 msgstr ""
17048 #: params.opt:139
17049 #, no-c-format
17050 msgid ""
17051 "Maximum number of outgoing edges in a switch before EVRP will not process it."
17052 msgstr ""
17054 #: params.opt:143
17055 #, no-c-format
17056 msgid ""
17057 "Scale factor to apply to the number of statements in a threading path "
17058 "crossing a loop backedge when comparing to max-jump-thread-duplication-stmts."
17059 msgstr ""
17061 #: params.opt:147
17062 #, no-c-format
17063 msgid ""
17064 "The threshold ratio of critical edges execution count that permit performing "
17065 "redundancy elimination after reload."
17066 msgstr ""
17068 #: params.opt:151
17069 #, no-c-format
17070 msgid ""
17071 "The threshold ratio for performing partial redundancy elimination after "
17072 "reload."
17073 msgstr ""
17075 #: params.opt:155
17076 #, no-c-format
17077 msgid ""
17078 "Scaling factor in calculation of maximum distance an expression can be moved "
17079 "by GCSE optimizations."
17080 msgstr ""
17082 #: params.opt:159
17083 #, no-c-format
17084 msgid ""
17085 "Cost at which GCSE optimizations will not constraint the distance an "
17086 "expression can travel."
17087 msgstr ""
17089 #: params.opt:163
17090 #, no-c-format
17091 msgid ""
17092 "Minimum heap expansion to trigger garbage collection, as a percentage of the "
17093 "total size of the heap."
17094 msgstr ""
17096 #: params.opt:167
17097 #, no-c-format
17098 msgid "Minimum heap size before we start collecting garbage, in kilobytes."
17099 msgstr ""
17101 #: params.opt:171
17102 #, no-c-format
17103 msgid ""
17104 "The number of executions of a basic block which is considered hot. The "
17105 "parameter is used only in GIMPLE FE."
17106 msgstr ""
17108 #: params.opt:175
17109 #, no-c-format
17110 msgid "Whether codegen errors should be ICEs when -fchecking."
17111 msgstr ""
17113 #: params.opt:179
17114 #, no-c-format
17115 msgid "Maximum number of arrays per SCoP."
17116 msgstr ""
17118 #: params.opt:183
17119 #, no-c-format
17120 msgid "Maximum number of parameters in a SCoP."
17121 msgstr ""
17123 #: params.opt:187
17124 #, no-c-format
17125 msgid ""
17126 "The number of elements for which hash table verification is done for each "
17127 "searched element."
17128 msgstr ""
17130 #: params.opt:191
17131 #, no-c-format
17132 msgid ""
17133 "The denominator n of fraction 1/n of the maximal execution count of a basic "
17134 "block in the entire program that a basic block needs to at least have in "
17135 "order to be considered hot (used in non-LTO mode)."
17136 msgstr ""
17138 #: params.opt:195
17139 #, no-c-format
17140 msgid ""
17141 "The number of most executed permilles of the profiled execution of the "
17142 "entire program to which the execution count of a basic block must be part of "
17143 "in order to be considered hot (used in LTO mode)."
17144 msgstr ""
17146 #: params.opt:199
17147 #, no-c-format
17148 msgid ""
17149 "The denominator n of fraction 1/n of the execution frequency of the entry "
17150 "block of a function that a basic block of this function needs to at least "
17151 "have in order to be considered hot."
17152 msgstr ""
17154 #: params.opt:203
17155 #, no-c-format
17156 msgid ""
17157 "The scale (in percents) applied to inline-insns-single and auto limits when "
17158 "heuristics hints that inlining is very profitable."
17159 msgstr ""
17161 #: params.opt:207
17162 #, no-c-format
17163 msgid ""
17164 "The minimal estimated speedup allowing inliner to ignore inline-insns-single "
17165 "and inline-insns-auto."
17166 msgstr ""
17168 #: params.opt:211
17169 #, no-c-format
17170 msgid ""
17171 "How much can given compilation unit grow because of the inlining (in "
17172 "percent)."
17173 msgstr ""
17175 #: params.opt:215
17176 #, no-c-format
17177 msgid "The upper bound for sharing integer constants."
17178 msgstr ""
17180 #: params.opt:219
17181 #, no-c-format
17182 msgid ""
17183 "Threshold ipa-cp opportunity evaluation that is still considered beneficial "
17184 "to clone."
17185 msgstr ""
17187 #: params.opt:223
17188 #, no-c-format
17189 msgid ""
17190 "Compile-time bonus IPA-CP assigns to candidates which make loop bounds or "
17191 "strides known."
17192 msgstr ""
17194 #: params.opt:227
17195 #, no-c-format
17196 msgid "Maximum depth of recursive cloning for self-recursive function."
17197 msgstr ""
17199 #: params.opt:231
17200 #, no-c-format
17201 msgid ""
17202 "Recursive cloning only when the probability of call being executed exceeds "
17203 "the parameter."
17204 msgstr ""
17206 #: params.opt:235
17207 #, no-c-format
17208 msgid ""
17209 "When propagating IPA-CP effect estimates, multiply frequencies of recursive "
17210 "edges that bring back an unchanged value by this factor."
17211 msgstr ""
17213 #: params.opt:239
17214 #, no-c-format
17215 msgid ""
17216 "Percentage penalty the recursive functions will receive when they are "
17217 "evaluated for cloning."
17218 msgstr ""
17220 #: params.opt:243
17221 #, no-c-format
17222 msgid ""
17223 "Percentage penalty functions containing a single call to another function "
17224 "will receive when they are evaluated for cloning."
17225 msgstr ""
17227 #: params.opt:247
17228 #, no-c-format
17229 msgid ""
17230 "How much can given compilation unit grow because of the interprocedural "
17231 "constant propagation (in percent)."
17232 msgstr ""
17234 #: params.opt:251
17235 #, no-c-format
17236 msgid "The size of translation unit that IPA-CP pass considers large."
17237 msgstr ""
17239 #: params.opt:255
17240 #, no-c-format
17241 msgid ""
17242 "Maximum size of a list of values associated with each parameter for "
17243 "interprocedural constant propagation."
17244 msgstr ""
17246 #: params.opt:259
17247 #, no-c-format
17248 msgid ""
17249 "When using profile feedback, use the edge at this percentage position in "
17250 "frequncy histogram as the bases for IPA-CP heuristics."
17251 msgstr ""
17253 #: params.opt:263
17254 #, no-c-format
17255 msgid ""
17256 "Maximum number of statements visited during jump function offset discovery."
17257 msgstr ""
17259 #: params.opt:267
17260 #, no-c-format
17261 msgid ""
17262 "Maximum number of statements that will be visited by IPA formal parameter "
17263 "analysis based on alias analysis in any given function."
17264 msgstr ""
17266 #: params.opt:271
17267 #, no-c-format
17268 msgid ""
17269 "Maximum number of aggregate content items for a parameter in jump functions "
17270 "and lattices."
17271 msgstr ""
17273 #: params.opt:275
17274 #, no-c-format
17275 msgid ""
17276 "Maximum number of operations in a parameter expression that can be handled "
17277 "by IPA analysis."
17278 msgstr ""
17280 #: params.opt:279
17281 #, no-c-format
17282 msgid ""
17283 "Maximum number of different predicates used to track properties of loops in "
17284 "IPA analysis."
17285 msgstr ""
17287 #: params.opt:283
17288 #, no-c-format
17289 msgid ""
17290 "Maximal number of boundary endpoints of case ranges of switch statement used "
17291 "during IPA function summary generation."
17292 msgstr ""
17294 #: params.opt:287
17295 #, no-c-format
17296 msgid ""
17297 "Minimum probability (in percent) of dereferencing of a function pointer "
17298 "parameter for it to be considered for replacement with simple values."
17299 msgstr ""
17301 #: params.opt:291
17302 #, no-c-format
17303 msgid ""
17304 "Maximum pieces that IPA-SRA tracks per formal parameter, as a consequence, "
17305 "also the maximum number of replacements of a formal parameter."
17306 msgstr ""
17308 #: params.opt:295
17309 #, no-c-format
17310 msgid ""
17311 "Maximum allowed growth of total size of new parameters that ipa-sra replaces "
17312 "a pointer to an aggregate with."
17313 msgstr ""
17315 #: params.opt:299
17316 #, no-c-format
17317 msgid ""
17318 "Additional maximum allowed growth of total size of new parameters that ipa-"
17319 "sra replaces a pointer to an aggregate with, if it points to a local "
17320 "variable that the caller only writes to and passes it as an argument to "
17321 "functions."
17322 msgstr ""
17324 #: params.opt:303
17325 #, no-c-format
17326 msgid ""
17327 "The number of registers in each class kept unused by loop invariant motion."
17328 msgstr ""
17330 #: params.opt:307
17331 #, no-c-format
17332 msgid "Max size of conflict table in MB."
17333 msgstr ""
17335 #: params.opt:311
17336 #, no-c-format
17337 msgid ""
17338 "Approximate function insn number in 1K units triggering simple local RA."
17339 msgstr ""
17341 #: params.opt:315
17342 #, no-c-format
17343 msgid "Max loops number for regional RA."
17344 msgstr ""
17346 #: params.opt:319
17347 #, no-c-format
17348 msgid ""
17349 "Control ira to consider matching constraint (duplicated operand number) "
17350 "heavily in all available alternatives for preferred register class.  If it "
17351 "is set as zero, it means ira only respects the matching constraint when it's "
17352 "in the only available alternative with an appropriate register class.  "
17353 "Otherwise, it means ira will check all available alternatives for preferred "
17354 "register class even if it has found some choice with an appropriate register "
17355 "class and respect the found qualified matching constraint."
17356 msgstr ""
17358 #: params.opt:323
17359 #, no-c-format
17360 msgid ""
17361 "If number of candidates in the set is smaller, we always try to remove "
17362 "unused ivs during its optimization."
17363 msgstr ""
17365 #: params.opt:327
17366 #, no-c-format
17367 msgid ""
17368 "Bound on number of candidates below that all candidates are considered in iv "
17369 "optimizations."
17370 msgstr ""
17372 #: params.opt:331
17373 #, no-c-format
17374 msgid "Bound on number of iv uses in loop optimized in iv optimizations."
17375 msgstr ""
17377 #: params.opt:335
17378 #, no-c-format
17379 msgid ""
17380 "The maximum code size growth ratio when expanding into a jump table (in "
17381 "percent).  The parameter is used when optimizing for size."
17382 msgstr ""
17384 #: params.opt:339
17385 #, no-c-format
17386 msgid ""
17387 "The maximum code size growth ratio when expanding into a jump table (in "
17388 "percent).  The parameter is used when optimizing for speed."
17389 msgstr ""
17391 #: params.opt:343
17392 #, no-c-format
17393 msgid "The size of L1 cache line."
17394 msgstr ""
17396 #: params.opt:347
17397 #, no-c-format
17398 msgid ""
17399 "The minimum recommended offset between two concurrently-accessed objects to "
17400 "avoid additional performance degradation due to contention introduced by the "
17401 "implementation.  Typically the L1 cache line size, but can be larger to "
17402 "accommodate a variety of target processors with different cache line sizes. "
17403 "C++17 code might use this value in structure layout, but is strongly "
17404 "discouraged from doing so in public ABIs."
17405 msgstr ""
17407 #: params.opt:356
17408 #, no-c-format
17409 msgid ""
17410 "The maximum recommended size of contiguous memory occupied by two objects "
17411 "accessed with temporal locality by concurrent threads.  Typically the L1 "
17412 "cache line size, but can be smaller to accommodate a variety of target "
17413 "processors with different cache line sizes."
17414 msgstr ""
17416 #: params.opt:363
17417 #, no-c-format
17418 msgid "The size of L1 cache."
17419 msgstr ""
17421 #: params.opt:367
17422 #, no-c-format
17423 msgid "The size of L2 cache."
17424 msgstr ""
17426 #: params.opt:371
17427 #, no-c-format
17428 msgid "Maximal growth due to inlining of large function (in percent)."
17429 msgstr ""
17431 #: params.opt:375
17432 #, no-c-format
17433 msgid "The size of function body to be considered large."
17434 msgstr ""
17436 #: params.opt:379
17437 #, no-c-format
17438 msgid "The size of stack frame to be considered large."
17439 msgstr ""
17441 #: params.opt:383
17442 #, no-c-format
17443 msgid "Maximal stack frame growth due to inlining (in percent)."
17444 msgstr ""
17446 #: params.opt:387
17447 #, no-c-format
17448 msgid "The size of translation unit to be considered large."
17449 msgstr ""
17451 #: params.opt:391
17452 #, no-c-format
17453 msgid "Maximum number of concurrently open C++ module files when lazy loading."
17454 msgstr ""
17456 #: params.opt:395
17457 #, no-c-format
17458 msgid ""
17459 "The minimum cost of an expensive expression in the loop invariant motion."
17460 msgstr ""
17462 #: params.opt:399
17463 #, no-c-format
17464 msgid "True if a non-short-circuit operation is optimal."
17465 msgstr ""
17467 #: params.opt:403
17468 #, no-c-format
17469 msgid "Size of tiles for loop blocking."
17470 msgstr ""
17472 #: params.opt:407
17473 #, no-c-format
17474 msgid "The maximum number of stmts in loop nest for loop interchange."
17475 msgstr ""
17477 #: params.opt:411
17478 #, no-c-format
17479 msgid "The minimum stride ratio for loop interchange to be profitable."
17480 msgstr ""
17482 #: params.opt:415
17483 #, no-c-format
17484 msgid "Max basic blocks number in loop for loop invariant motion."
17485 msgstr ""
17487 #: params.opt:419
17488 #, no-c-format
17489 msgid "Maximum number of datarefs in loop for building loop data dependencies."
17490 msgstr ""
17492 #: params.opt:423
17493 #, no-c-format
17494 msgid ""
17495 "The maximum number of instructions in an inner loop that is being considered "
17496 "for versioning."
17497 msgstr ""
17499 #: params.opt:427
17500 #, no-c-format
17501 msgid ""
17502 "The maximum number of instructions in an outer loop that is being considered "
17503 "for versioning, on top of the instructions in inner loops."
17504 msgstr ""
17506 #: params.opt:431
17507 #, no-c-format
17508 msgid ""
17509 "Minimal fall-through edge probability in percentage used to add BB to "
17510 "inheritance EBB in LRA."
17511 msgstr ""
17513 #: params.opt:435
17514 #, no-c-format
17515 msgid ""
17516 "The max number of reload pseudos which are considered during spilling a non-"
17517 "reload pseudo."
17518 msgstr ""
17520 #: params.opt:439
17521 #, no-c-format
17522 msgid "Maximal size of a partition for LTO (in estimated instructions)."
17523 msgstr ""
17525 #: params.opt:443
17526 #, no-c-format
17527 msgid "maximal number of LTO partitions streamed in parallel."
17528 msgstr ""
17530 #: params.opt:447
17531 #, no-c-format
17532 msgid "Minimal size of a partition for LTO (in estimated instructions)."
17533 msgstr ""
17535 #: params.opt:451
17536 #, no-c-format
17537 msgid "Number of partitions the program should be split to."
17538 msgstr ""
17540 #: params.opt:455
17541 #, no-c-format
17542 msgid ""
17543 "The maximum number of instructions to consider to unroll in a loop on "
17544 "average."
17545 msgstr ""
17547 #: params.opt:459
17548 #, no-c-format
17549 msgid "The maximum number of insns combine tries to combine."
17550 msgstr ""
17552 #: params.opt:463
17553 #, no-c-format
17554 msgid "The maximum depth of a loop nest we completely peel."
17555 msgstr ""
17557 #: params.opt:467
17558 #, no-c-format
17559 msgid ""
17560 "The maximum number of peelings of a single loop that is peeled completely."
17561 msgstr ""
17563 #: params.opt:471
17564 #, no-c-format
17565 msgid "The maximum number of insns of a completely peeled loop."
17566 msgstr ""
17568 #: params.opt:475
17569 #, no-c-format
17570 msgid "The maximum number of incoming edges to consider for crossjumping."
17571 msgstr ""
17573 #: params.opt:479
17574 #, no-c-format
17575 msgid "The maximum instructions CSE process before flushing."
17576 msgstr ""
17578 #: params.opt:483
17579 #, no-c-format
17580 msgid "The maximum length of path considered in cse."
17581 msgstr ""
17583 #: params.opt:487
17584 #, no-c-format
17585 msgid "The maximum memory locations recorded by cselib."
17586 msgstr ""
17588 #: params.opt:491
17589 #, no-c-format
17590 msgid "Max. count of debug markers to expand or inline."
17591 msgstr ""
17593 #: params.opt:495
17594 #, no-c-format
17595 msgid "The maximum number of instructions to consider to fill a delay slot."
17596 msgstr ""
17598 #: params.opt:499
17599 #, no-c-format
17600 msgid ""
17601 "The maximum number of instructions to consider to find accurate live "
17602 "register information."
17603 msgstr ""
17605 #: params.opt:503
17606 #, no-c-format
17607 msgid "Maximum number of active local stores in RTL dead store elimination."
17608 msgstr ""
17610 #: params.opt:507
17611 #, no-c-format
17612 msgid ""
17613 "The maximum number of nested indirect inlining performed by early inliner."
17614 msgstr ""
17616 #: params.opt:511
17617 #, no-c-format
17618 msgid ""
17619 "Maximum number of fields in a structure before pointer analysis treats the "
17620 "structure as a single variable."
17621 msgstr ""
17623 #: params.opt:515
17624 #, no-c-format
17625 msgid ""
17626 "Maximum number of instructions to copy when duplicating blocks on a finite "
17627 "state automaton jump thread path."
17628 msgstr ""
17630 #: params.opt:519
17631 #, no-c-format
17632 msgid "The maximum ratio of insertions to deletions of expressions in GCSE."
17633 msgstr ""
17635 #: params.opt:523
17636 #, no-c-format
17637 msgid "The maximum amount of memory to be allocated by GCSE, in kilobytes."
17638 msgstr ""
17640 #: params.opt:527
17641 #, no-c-format
17642 msgid ""
17643 "The maximum number of insns to duplicate when unfactoring computed gotos."
17644 msgstr ""
17646 #: params.opt:531
17647 #, no-c-format
17648 msgid "The maximum expansion factor when copying basic blocks."
17649 msgstr ""
17651 #: params.opt:535
17652 #, no-c-format
17653 msgid "Maximum depth of search in the dominator tree for expressions to hoist."
17654 msgstr ""
17656 #: params.opt:539
17657 #, no-c-format
17658 msgid ""
17659 "Maximum loop depth of a call which is considered for inlining functions "
17660 "called once."
17661 msgstr ""
17663 #: params.opt:543
17664 #, no-c-format
17665 msgid ""
17666 "Maximum combined size of caller and callee which is inlined if callee is "
17667 "called once."
17668 msgstr ""
17670 #: params.opt:547
17671 #, no-c-format
17672 msgid "The maximum number of instructions when automatically inlining."
17673 msgstr ""
17675 #: params.opt:551
17676 #, no-c-format
17677 msgid ""
17678 "The maximum number of instructions inline function can grow to via recursive "
17679 "inlining."
17680 msgstr ""
17682 #: params.opt:555
17683 #, no-c-format
17684 msgid ""
17685 "The maximum number of instructions non-inline function can grow to via "
17686 "recursive inlining."
17687 msgstr ""
17689 #: params.opt:559
17690 #, no-c-format
17691 msgid ""
17692 "The maximum number of instructions in a single function eligible for "
17693 "inlining."
17694 msgstr ""
17696 #: params.opt:563
17697 #, no-c-format
17698 msgid "The maximum number of instructions when inlining for size."
17699 msgstr ""
17701 #: params.opt:567
17702 #, no-c-format
17703 msgid ""
17704 "The maximum number of instructions when automatically inlining small "
17705 "functions."
17706 msgstr ""
17708 #: params.opt:571
17709 #, no-c-format
17710 msgid "The maximum depth of recursive inlining for inline functions."
17711 msgstr ""
17713 #: params.opt:575
17714 #, no-c-format
17715 msgid "The maximum depth of recursive inlining for non-inline functions."
17716 msgstr ""
17718 #: params.opt:579
17719 #, no-c-format
17720 msgid "Maximum number of isl operations, 0 means unlimited."
17721 msgstr ""
17723 #: params.opt:583
17724 #, no-c-format
17725 msgid "Bound on the cost of an expression to compute the number of iterations."
17726 msgstr ""
17728 #: params.opt:587
17729 #, no-c-format
17730 msgid ""
17731 "Bound on the number of iterations the brute force # of iterations analysis "
17732 "algorithm evaluates."
17733 msgstr ""
17735 #: params.opt:591
17736 #, no-c-format
17737 msgid ""
17738 "Maximum number of statements allowed in a block that needs to be duplicated "
17739 "when threading jumps."
17740 msgstr ""
17742 #: params.opt:595
17743 #, no-c-format
17744 msgid "Search space limit for the backwards jump threader."
17745 msgstr ""
17747 #: params.opt:599
17748 #, no-c-format
17749 msgid ""
17750 "The maximum number of RTL nodes that can be recorded as combiner's last "
17751 "value."
17752 msgstr ""
17754 #: params.opt:603
17755 #, no-c-format
17756 msgid ""
17757 "The maximum number of insns in loop header duplicated by the copy loop "
17758 "headers pass."
17759 msgstr ""
17761 #: params.opt:607
17762 #, no-c-format
17763 msgid ""
17764 "The maximum number of backtrack attempts the scheduler should make when "
17765 "modulo scheduling a loop."
17766 msgstr ""
17768 #: params.opt:611
17769 #, no-c-format
17770 msgid "Minimum page size for warning purposes."
17771 msgstr ""
17773 #: params.opt:615
17774 #, no-c-format
17775 msgid ""
17776 "Maximum length of partial antic set when performing tree pre optimization."
17777 msgstr ""
17779 #: params.opt:619
17780 #, no-c-format
17781 msgid "The maximum number of branches on the path through the peeled sequence."
17782 msgstr ""
17784 #: params.opt:623
17785 #, no-c-format
17786 msgid "The maximum number of peelings of a single loop."
17787 msgstr ""
17789 #: params.opt:627
17790 #, no-c-format
17791 msgid "The maximum number of insns of a peeled loop."
17792 msgstr ""
17794 #: params.opt:631
17795 #, no-c-format
17796 msgid "The maximum length of scheduling's pending operations list."
17797 msgstr ""
17799 #: params.opt:635 params.opt:679
17800 #, no-c-format
17801 msgid ""
17802 "The maximum number of blocks in a region to be considered for interblock "
17803 "scheduling."
17804 msgstr ""
17806 #: params.opt:639 params.opt:683
17807 #, no-c-format
17808 msgid ""
17809 "The maximum number of insns in a region to be considered for interblock "
17810 "scheduling."
17811 msgstr ""
17813 #: params.opt:643
17814 #, no-c-format
17815 msgid ""
17816 "Maximum depth of sqrt chains to use when synthesizing exponentiation by a "
17817 "real constant."
17818 msgstr ""
17820 #: params.opt:647
17821 #, no-c-format
17822 msgid "The maximum number of loop iterations we predict statically."
17823 msgstr ""
17825 #: params.opt:651
17826 #, no-c-format
17827 msgid ""
17828 "The maximum number of instructions to search backward when looking for "
17829 "equivalent reload."
17830 msgstr ""
17832 #: params.opt:655
17833 #, no-c-format
17834 msgid ""
17835 "Maximum number of insns in a basic block to consider for RTL if-conversion."
17836 msgstr ""
17838 #: params.opt:659
17839 #, no-c-format
17840 msgid ""
17841 "Maximum permissible cost for the sequence that would be generated by the RTL "
17842 "if-conversion pass for a branch that is considered predictable."
17843 msgstr ""
17845 #: params.opt:663
17846 #, no-c-format
17847 msgid ""
17848 "Maximum permissible cost for the sequence that would be generated by the RTL "
17849 "if-conversion pass for a branch that is considered unpredictable."
17850 msgstr ""
17852 #: params.opt:667
17853 #, no-c-format
17854 msgid "The maximum number of iterations through CFG to extend regions."
17855 msgstr ""
17857 #: params.opt:671
17858 #, no-c-format
17859 msgid ""
17860 "The maximum conflict delay for an insn to be considered for speculative "
17861 "motion."
17862 msgstr ""
17864 #: params.opt:675
17865 #, no-c-format
17866 msgid ""
17867 "The maximum number of instructions ready to be issued to be considered by "
17868 "the scheduler during the first scheduling pass."
17869 msgstr ""
17871 #: params.opt:687
17872 #, no-c-format
17873 msgid "Maximum length of candidate scans for straight-line strength reduction."
17874 msgstr ""
17876 #: params.opt:691
17877 #, no-c-format
17878 msgid "Maximum number of may-defs visited when devirtualizing speculatively."
17879 msgstr ""
17881 #: params.opt:695
17882 #, no-c-format
17883 msgid ""
17884 "Maximum recursion depth allowed when querying a property of an SSA name."
17885 msgstr ""
17887 #: params.opt:699
17888 #, no-c-format
17889 msgid "Maximum number of constant stores to merge in the store merging pass."
17890 msgstr ""
17892 #: params.opt:703
17893 #, no-c-format
17894 msgid "Maximum number of conditional store pairs that can be sunk."
17895 msgstr ""
17897 #: params.opt:707 params.opt:711
17898 #, no-c-format
17899 msgid ""
17900 "Maximum number of store chains to track at the same time in the store "
17901 "merging pass."
17902 msgstr ""
17904 #: params.opt:715
17905 #, no-c-format
17906 msgid "Maximum amount of similar bbs to compare a bb with."
17907 msgstr ""
17909 #: params.opt:719
17910 #, no-c-format
17911 msgid "Maximum amount of iterations of the pass over a function."
17912 msgstr ""
17914 #: params.opt:723
17915 #, no-c-format
17916 msgid ""
17917 "Maximum number of strings for which strlen optimization pass will track "
17918 "string lengths."
17919 msgstr ""
17921 #: params.opt:727
17922 #, no-c-format
17923 msgid ""
17924 "Maximum number of arguments in a PHI supported by TREE if-conversion unless "
17925 "the loop is marked with simd pragma."
17926 msgstr ""
17928 #: params.opt:731
17929 #, no-c-format
17930 msgid "The maximum number of unrollings of a single loop."
17931 msgstr ""
17933 #: params.opt:735
17934 #, no-c-format
17935 msgid "The maximum number of instructions to consider to unroll in a loop."
17936 msgstr ""
17938 #: params.opt:739
17939 #, no-c-format
17940 msgid "The maximum number of insns of an unswitched loop."
17941 msgstr ""
17943 #: params.opt:743
17944 #, no-c-format
17945 msgid "The maximum depth of a loop nest to be unswitched."
17946 msgstr ""
17948 #: params.opt:747
17949 #, no-c-format
17950 msgid ""
17951 "If -fvariable-expansion-in-unroller is used, the maximum number of times "
17952 "that an individual variable will be expanded during loop unrolling."
17953 msgstr ""
17955 #: params.opt:751
17956 #, no-c-format
17957 msgid "Max. recursion depth for expanding var tracking expressions."
17958 msgstr ""
17960 #: params.opt:755
17961 #, no-c-format
17962 msgid "Max. size of loc list for which reverse ops should be added."
17963 msgstr ""
17965 #: params.opt:759
17966 #, no-c-format
17967 msgid "Max. size of var tracking hash tables."
17968 msgstr ""
17970 #: params.opt:763
17971 #, no-c-format
17972 msgid "Maximum number of VALUEs handled during a single find_base_term call."
17973 msgstr ""
17975 #: params.opt:767
17976 #, no-c-format
17977 msgid ""
17978 "The minimum number of matching instructions to consider for crossjumping."
17979 msgstr ""
17981 #: params.opt:771
17982 #, no-c-format
17983 msgid ""
17984 "Inline recursively only when the probability of call being executed exceeds "
17985 "the parameter."
17986 msgstr ""
17988 #: params.opt:775
17989 #, no-c-format
17990 msgid ""
17991 "Min. ratio of insns to prefetches to enable prefetching for a loop with an "
17992 "unknown trip count."
17993 msgstr ""
17995 #: params.opt:779
17996 #, no-c-format
17997 msgid ""
17998 "The minimum threshold for probability of semi-invariant condition statement "
17999 "to trigger loop split."
18000 msgstr ""
18002 #: params.opt:783
18003 #, no-c-format
18004 msgid "The minimum UID to be used for a nondebug insn."
18005 msgstr ""
18007 #: params.opt:787
18008 #, no-c-format
18009 msgid ""
18010 "The minimum size of variables taking part in stack slot sharing when not "
18011 "optimizing."
18012 msgstr ""
18014 #: params.opt:791
18015 #, no-c-format
18016 msgid ""
18017 "The minimum probability of reaching a source block for interblock "
18018 "speculative scheduling."
18019 msgstr ""
18021 #: params.opt:795
18022 #, no-c-format
18023 msgid ""
18024 "If -ftree-vectorize is used, the minimal loop bound of a loop to be "
18025 "considered for vectorization."
18026 msgstr ""
18028 #: params.opt:799
18029 #, no-c-format
18030 msgid ""
18031 "--param=openacc-kernels=[decompose|parloops]\tSpecify mode of OpenACC "
18032 "'kernels' constructs handling."
18033 msgstr ""
18035 #: params.opt:812
18036 #, no-c-format
18037 msgid ""
18038 "--param=openacc-privatization=[quiet|noisy]\tSpecify mode of OpenACC "
18039 "privatization diagnostics."
18040 msgstr ""
18042 #: params.opt:825
18043 #, no-c-format
18044 msgid "Chunk size of omp schedule for loops parallelized by parloops."
18045 msgstr ""
18047 #: params.opt:829
18048 #, no-c-format
18049 msgid ""
18050 "Minimum number of iterations per thread of an innermost parallelized loop."
18051 msgstr ""
18053 #: params.opt:833
18054 #, no-c-format
18055 msgid ""
18056 "--param=parloops-schedule=[static|dynamic|guided|auto|runtime]\tSchedule "
18057 "type of omp schedule for loops parallelized by parloops."
18058 msgstr ""
18060 #: params.opt:855
18061 #, no-c-format
18062 msgid ""
18063 "Maximum probability of the entry BB of split region (in percent relative to "
18064 "entry BB of the function) to make partial inlining happen."
18065 msgstr ""
18067 #: params.opt:859
18068 #, no-c-format
18069 msgid "Maximal estimated outcome of branch considered predictable."
18070 msgstr ""
18072 #: params.opt:863
18073 #, no-c-format
18074 msgid ""
18075 "Whether software prefetch hints should be issued for non-constant strides."
18076 msgstr ""
18078 #: params.opt:867
18079 #, no-c-format
18080 msgid "The number of insns executed before prefetch is completed."
18081 msgstr ""
18083 #: params.opt:871
18084 #, no-c-format
18085 msgid "Min. ratio of insns to mem ops to enable prefetching in a loop."
18086 msgstr ""
18088 #: params.opt:875
18089 #, no-c-format
18090 msgid ""
18091 "The minimum constant stride beyond which we should use prefetch hints for."
18092 msgstr ""
18094 #: params.opt:879
18095 #, no-c-format
18096 msgid "Use internal function id in profile lookup."
18097 msgstr ""
18099 #: params.opt:883
18100 #, no-c-format
18101 msgid ""
18102 "--param=ranger-debug=[none|trace|gori|cache|tracegori|all] Specifies the "
18103 "output mode for debugging ranger."
18104 msgstr ""
18106 #: params.opt:908
18107 #, no-c-format
18108 msgid ""
18109 "Maximum depth of logical expression evaluation ranger will look through when "
18110 "evaluating outgoing edge ranges."
18111 msgstr ""
18113 #: params.opt:913
18114 #, no-c-format
18115 msgid ""
18116 "Maximum depth of instruction chains to consider for recomputation in the "
18117 "outgoing range calculator."
18118 msgstr ""
18120 #: params.opt:918
18121 #, no-c-format
18122 msgid "Maximum number of relations the oracle will register in a basic block."
18123 msgstr ""
18125 #: params.opt:922
18126 #, no-c-format
18127 msgid "Maximum depth of a loop nest to fully value-number optimistically."
18128 msgstr ""
18130 #: params.opt:926
18131 #, no-c-format
18132 msgid "Maximum number of disambiguations to perform per memory access."
18133 msgstr ""
18135 #: params.opt:930
18136 #, no-c-format
18137 msgid ""
18138 "Bound on the complexity of the expressions in the scalar evolutions analyzer."
18139 msgstr ""
18141 #: params.opt:934
18142 #, no-c-format
18143 msgid "Bound on size of expressions used in the scalar evolutions analyzer."
18144 msgstr ""
18146 #: params.opt:938
18147 #, no-c-format
18148 msgid ""
18149 "Hardware autoprefetcher scheduler model control flag.  Number of lookahead "
18150 "cycles the model looks into, at '0' only enable instruction sorting "
18151 "heuristic.  Disabled by default."
18152 msgstr ""
18154 #: params.opt:942
18155 #, no-c-format
18156 msgid "Minimal distance between possibly conflicting store and load."
18157 msgstr ""
18159 #: params.opt:946
18160 #, no-c-format
18161 msgid "Which -fsched-pressure algorithm to apply."
18162 msgstr ""
18164 #: params.opt:950
18165 #, no-c-format
18166 msgid ""
18167 "The minimal probability of speculation success (in percents), so that "
18168 "speculative insn will be scheduled."
18169 msgstr ""
18171 #: params.opt:954
18172 #, no-c-format
18173 msgid ""
18174 "The minimum probability an edge must have for the scheduler to save its "
18175 "state across it."
18176 msgstr ""
18178 #: params.opt:958
18179 #, no-c-format
18180 msgid ""
18181 "Maximum number of instructions in the ready list that are considered "
18182 "eligible for renaming."
18183 msgstr ""
18185 #: params.opt:962
18186 #, no-c-format
18187 msgid "The maximum size of the lookahead window of selective scheduling."
18188 msgstr ""
18190 #: params.opt:966
18191 #, no-c-format
18192 msgid "Maximum number of times that an insn could be scheduled."
18193 msgstr ""
18195 #: params.opt:970
18196 #, no-c-format
18197 msgid "The number of prefetches that can run at the same time."
18198 msgstr ""
18200 #: params.opt:974
18201 #, no-c-format
18202 msgid ""
18203 "Target block's relative execution frequency (as a percentage) required to "
18204 "sink a statement."
18205 msgstr ""
18207 #: params.opt:978
18208 #, no-c-format
18209 msgid ""
18210 "The number of cycles the swing modulo scheduler considers when checking "
18211 "conflicts using DFA."
18212 msgstr ""
18214 #: params.opt:982
18215 #, no-c-format
18216 msgid ""
18217 "A threshold on the average loop count considered by the swing modulo "
18218 "scheduler."
18219 msgstr ""
18221 #: params.opt:986
18222 #, no-c-format
18223 msgid ""
18224 "A factor for tuning the upper bound that swing modulo scheduler uses for "
18225 "scheduling a loop."
18226 msgstr ""
18228 #: params.opt:990
18229 #, no-c-format
18230 msgid ""
18231 "The minimum value of stage count that swing modulo scheduler will generate."
18232 msgstr ""
18234 #: params.opt:994
18235 #, no-c-format
18236 msgid ""
18237 "Maximum size, in storage units, of an aggregate which should be considered "
18238 "for scalarization when compiling for size."
18239 msgstr ""
18241 #: params.opt:998
18242 #, no-c-format
18243 msgid ""
18244 "Maximum size, in storage units, of an aggregate which should be considered "
18245 "for scalarization when compiling for speed."
18246 msgstr ""
18248 #: params.opt:1002
18249 #, no-c-format
18250 msgid ""
18251 "Maximum number of artificial accesses to enable forward propagation that "
18252 "Scalar Replacement of Aggregates will keep for one local variable."
18253 msgstr ""
18255 #: params.opt:1006
18256 #, no-c-format
18257 msgid ""
18258 "The maximum number of SSA_NAME assignments to follow in determining a value."
18259 msgstr ""
18261 #: params.opt:1010
18262 #, no-c-format
18263 msgid ""
18264 "The lower bound for a buffer to be considered for stack smashing protection."
18265 msgstr ""
18267 #: params.opt:1014
18268 #, no-c-format
18269 msgid "Size of the stack guard expressed as a power of two in bytes."
18270 msgstr ""
18272 #: params.opt:1018
18273 #, no-c-format
18274 msgid ""
18275 "Interval in which to probe the stack expressed as a power of two in bytes."
18276 msgstr ""
18278 #: params.opt:1022
18279 #, no-c-format
18280 msgid ""
18281 "Allow the store merging pass to introduce unaligned stores if it is legal to "
18282 "do so."
18283 msgstr ""
18285 #: params.opt:1026
18286 #, no-c-format
18287 msgid "Maximum size of a single store merging region in bytes."
18288 msgstr ""
18290 #: params.opt:1030
18291 #, no-c-format
18292 msgid ""
18293 "The maximum ratio between array size and switch branches for a switch "
18294 "conversion to take place."
18295 msgstr ""
18297 #: params.opt:1034
18298 #, no-c-format
18299 msgid "Maximum number of bases stored in each modref tree."
18300 msgstr ""
18302 #: params.opt:1038
18303 #, no-c-format
18304 msgid "Maximum number of references stored in each modref base."
18305 msgstr ""
18307 #: params.opt:1042
18308 #, no-c-format
18309 msgid "Maximum number of accesses stored in each modref reference."
18310 msgstr ""
18312 #: params.opt:1046
18313 #, no-c-format
18314 msgid "Maximum number of tests performed by modref query."
18315 msgstr ""
18317 #: params.opt:1050
18318 #, no-c-format
18319 msgid "Maximum depth of DFS walk used by modref escape analysis."
18320 msgstr ""
18322 #: params.opt:1054
18323 #, no-c-format
18324 msgid "Maximum number of escape points tracked by modref per SSA-name."
18325 msgstr ""
18327 #: params.opt:1058
18328 #, no-c-format
18329 msgid "Maximum number of times a given range is adjusted during the dataflow."
18330 msgstr ""
18332 #: params.opt:1062
18333 #, no-c-format
18334 msgid ""
18335 "--param=threader-debug=[none|all] Enables verbose dumping of the threader "
18336 "solver."
18337 msgstr ""
18339 #: params.opt:1075
18340 #, no-c-format
18341 msgid ""
18342 "Size in bytes after which thread-local aggregates should be instrumented "
18343 "with the logging functions instead of save/restore pairs."
18344 msgstr ""
18346 #: params.opt:1079
18347 #, no-c-format
18348 msgid ""
18349 "The percentage of function, weighted by execution frequency, that must be "
18350 "covered by trace formation. Used when profile feedback is not available."
18351 msgstr ""
18353 #: params.opt:1083
18354 #, no-c-format
18355 msgid ""
18356 "The percentage of function, weighted by execution frequency, that must be "
18357 "covered by trace formation. Used when profile feedback is available."
18358 msgstr ""
18360 #: params.opt:1087
18361 #, no-c-format
18362 msgid "Maximal code growth caused by tail duplication (in percent)."
18363 msgstr ""
18365 #: params.opt:1091
18366 #, no-c-format
18367 msgid ""
18368 "Stop forward growth if the probability of best edge is less than this "
18369 "threshold (in percent). Used when profile feedback is not available."
18370 msgstr ""
18372 #: params.opt:1095
18373 #, no-c-format
18374 msgid ""
18375 "Stop forward growth if the probability of best edge is less than this "
18376 "threshold (in percent). Used when profile feedback is available."
18377 msgstr ""
18379 #: params.opt:1099
18380 #, no-c-format
18381 msgid ""
18382 "Stop reverse growth if the reverse probability of best edge is less than "
18383 "this threshold (in percent)."
18384 msgstr ""
18386 #: params.opt:1103
18387 #, no-c-format
18388 msgid ""
18389 "Set the maximum number of instructions executed in parallel in reassociated "
18390 "tree.  If 0, use the target dependent heuristic."
18391 msgstr ""
18393 #: params.opt:1107
18394 #, no-c-format
18395 msgid "Emit special instrumentation for accesses to volatiles."
18396 msgstr ""
18398 #: params.opt:1111
18399 #, no-c-format
18400 msgid ""
18401 "Emit instrumentation calls to __tsan_func_entry() and __tsan_func_exit()."
18402 msgstr ""
18404 #: params.opt:1115
18405 #, no-c-format
18406 msgid ""
18407 "Maximum number of nested calls to search for control dependencies during "
18408 "uninitialized variable analysis."
18409 msgstr ""
18411 #: params.opt:1119
18412 #, no-c-format
18413 msgid ""
18414 "Instruction accounted for function prologue, epilogue and other overhead."
18415 msgstr ""
18417 #: params.opt:1123
18418 #, no-c-format
18419 msgid "Time accounted for function prologue, epilogue and other overhead."
18420 msgstr ""
18422 #: params.opt:1127
18423 #, no-c-format
18424 msgid "Instruction accounted for function thunk overhead."
18425 msgstr ""
18427 #: params.opt:1131
18428 #, no-c-format
18429 msgid "Time accounted for function thunk overhead."
18430 msgstr ""
18432 #: params.opt:1135
18433 #, no-c-format
18434 msgid ""
18435 "The denominator n of fraction 1/n of the number of profiled runs of the "
18436 "entire program below which the execution count of a basic block must be in "
18437 "order for the basic block to be considered unlikely."
18438 msgstr ""
18440 #: params.opt:1139
18441 #, no-c-format
18442 msgid "Maximum unroll factor for the unroll-and-jam transformation."
18443 msgstr ""
18445 #: params.opt:1143
18446 #, no-c-format
18447 msgid ""
18448 "Minimum percentage of memrefs that must go away for unroll-and-jam to be "
18449 "considered profitable."
18450 msgstr ""
18452 #: params.opt:1147
18453 #, no-c-format
18454 msgid ""
18455 "Use direct poisoning/unpoisoning instructions for variables smaller or equal "
18456 "to this number."
18457 msgstr ""
18459 #: params.opt:1151
18460 #, no-c-format
18461 msgid "Whether to use canonical types."
18462 msgstr ""
18464 #: params.opt:1155
18465 #, no-c-format
18466 msgid "Enable loop epilogue vectorization using smaller vector size."
18467 msgstr ""
18469 #: params.opt:1159
18470 #, no-c-format
18471 msgid ""
18472 "Maximum number of possible vector layouts (such as permutations) to consider "
18473 "when optimizing to-be-vectorized code."
18474 msgstr ""
18476 #: params.opt:1163
18477 #, no-c-format
18478 msgid ""
18479 "Maximum number of loop peels to enhance alignment of data references in a "
18480 "loop."
18481 msgstr ""
18483 #: params.opt:1167
18484 #, no-c-format
18485 msgid ""
18486 "Bound on number of runtime checks inserted by the vectorizer's loop "
18487 "versioning for alias check."
18488 msgstr ""
18490 #: params.opt:1171
18491 #, no-c-format
18492 msgid ""
18493 "Bound on number of runtime checks inserted by the vectorizer's loop "
18494 "versioning for alignment check."
18495 msgstr ""
18497 #: params.opt:1175
18498 #, no-c-format
18499 msgid ""
18500 "Controls how loop vectorizer uses partial vectors.  0 means never, 1 means "
18501 "only for loops whose need to iterate can be removed, 2 means for all loops.  "
18502 "The default value is 2."
18503 msgstr ""
18505 #: params.opt:1179
18506 #, no-c-format
18507 msgid ""
18508 "The maximum factor which the loop vectorizer applies to the cost of "
18509 "statements in an inner loop relative to the loop being vectorized."
18510 msgstr ""
18512 #: params.opt:1183
18513 #, no-c-format
18514 msgid "Enable loop vectorization of floating point inductions."
18515 msgstr ""
18517 #: cfgrtl.cc:2797
18518 msgid "flow control insn inside a basic block"
18519 msgstr ""
18521 #: cfgrtl.cc:3086
18522 msgid "insn outside basic block"
18523 msgstr ""
18525 #: cfgrtl.cc:3094
18526 msgid "return not followed by barrier"
18527 msgstr ""
18529 #: collect-utils.cc:206
18530 #, c-format
18531 msgid "[cannot find %s]"
18532 msgstr ""
18534 #: collect2.cc:1557
18535 #, c-format
18536 msgid "collect2 version %s\n"
18537 msgstr ""
18539 #: collect2.cc:1662
18540 #, c-format
18541 msgid "%d constructor found\n"
18542 msgid_plural "%d constructors found\n"
18543 msgstr[0] ""
18544 msgstr[1] ""
18546 #: collect2.cc:1666
18547 #, c-format
18548 msgid "%d destructor found\n"
18549 msgid_plural "%d destructors found\n"
18550 msgstr[0] ""
18551 msgstr[1] ""
18553 #: collect2.cc:1670
18554 #, c-format
18555 msgid "%d frame table found\n"
18556 msgid_plural "%d frame tables found\n"
18557 msgstr[0] ""
18558 msgstr[1] ""
18560 #: collect2.cc:1825
18561 #, c-format
18562 msgid "[Leaving %s]\n"
18563 msgstr ""
18565 #: collect2.cc:2055
18566 #, c-format
18567 msgid ""
18568 "\n"
18569 "write_c_file - output name is %s, prefix is %s\n"
18570 msgstr ""
18572 #: collect2.cc:2579
18573 #, c-format
18574 msgid ""
18575 "\n"
18576 "ldd output with constructors/destructors.\n"
18577 msgstr ""
18579 #: cprop.cc:1753
18580 msgid "const/copy propagation disabled"
18581 msgstr ""
18583 #: diagnostic-format-json.cc:317 diagnostic-format-sarif.cc:1605
18584 #, c-format
18585 msgid "error: unable to open '%s' for writing: %s\n"
18586 msgstr ""
18588 #. Print a header for the remaining output to stderr, and
18589 #. return, attempting to print the usual ICE messages to
18590 #. stderr.  Hopefully this will be helpful to the user in
18591 #. indicating what's gone wrong (also for DejaGnu, for pruning
18592 #. those messages).
18593 #: diagnostic-format-sarif.cc:1630
18594 #, c-format
18595 msgid "Internal compiler error:\n"
18596 msgstr ""
18598 #: diagnostic.cc:160
18599 #, c-format
18600 msgid "%s: all warnings being treated as errors"
18601 msgstr ""
18603 #: diagnostic.cc:165
18604 #, c-format
18605 msgid "%s: some warnings being treated as errors"
18606 msgstr ""
18608 #: diagnostic.cc:632
18609 #, c-format
18610 msgid "compilation terminated due to -fmax-errors=%u.\n"
18611 msgstr ""
18613 #: diagnostic.cc:660
18614 #, c-format
18615 msgid "compilation terminated due to -Wfatal-errors.\n"
18616 msgstr ""
18618 #: diagnostic.cc:693
18619 #, c-format
18620 msgid "Please submit a full bug report, with preprocessed source.\n"
18621 msgstr ""
18623 #: diagnostic.cc:696
18624 #, c-format
18625 msgid ""
18626 "Please submit a full bug report, with preprocessed source (by using -freport-"
18627 "bug).\n"
18628 msgstr ""
18630 #: diagnostic.cc:700
18631 #, c-format
18632 msgid "Please include the complete backtrace with any bug report.\n"
18633 msgstr ""
18635 #: diagnostic.cc:702
18636 #, c-format
18637 msgid "See %s for instructions.\n"
18638 msgstr ""
18640 #: diagnostic.cc:711
18641 #, c-format
18642 msgid "compilation terminated.\n"
18643 msgstr ""
18645 #: diagnostic.cc:805
18646 msgid "                 from"
18647 msgstr ""
18649 #: diagnostic.cc:806
18650 msgid "In file included from"
18651 msgstr ""
18653 #. 2
18654 #: diagnostic.cc:807
18655 msgid "        included from"
18656 msgstr ""
18658 #: diagnostic.cc:808
18659 msgid "In module"
18660 msgstr ""
18662 #. 4
18663 #: diagnostic.cc:809
18664 msgid "of module"
18665 msgstr ""
18667 #: diagnostic.cc:810
18668 msgid "In module imported at"
18669 msgstr ""
18671 #. 6
18672 #: diagnostic.cc:811
18673 msgid "imported at"
18674 msgstr ""
18676 #: diagnostic.cc:1570
18677 #, c-format
18678 msgid "%s:%d: confused by earlier errors, bailing out\n"
18679 msgstr ""
18681 #: diagnostic.cc:2205
18682 #, c-format
18683 msgid "internal compiler error: error reporting routines re-entered.\n"
18684 msgstr ""
18686 #: diagnostic.cc:2236 diagnostic.cc:2255
18687 #, gcc-internal-format, gfc-internal-format
18688 msgid "in %s, at %s:%d"
18689 msgstr ""
18691 #: final.cc:1096
18692 msgid "negative insn length"
18693 msgstr ""
18695 #: final.cc:2808
18696 msgid "could not split insn"
18697 msgstr ""
18699 #: final.cc:3183
18700 msgid "invalid 'asm': "
18701 msgstr ""
18703 #: final.cc:3316
18704 #, c-format
18705 msgid "nested assembly dialect alternatives"
18706 msgstr ""
18708 #: final.cc:3344 final.cc:3356
18709 #, c-format
18710 msgid "unterminated assembly dialect alternative"
18711 msgstr ""
18713 #: final.cc:3498
18714 #, c-format
18715 msgid "operand number missing after %%-letter"
18716 msgstr ""
18718 #: final.cc:3501 final.cc:3542
18719 #, c-format
18720 msgid "operand number out of range"
18721 msgstr ""
18723 #: final.cc:3559
18724 #, c-format
18725 msgid "invalid %%-code"
18726 msgstr ""
18728 #: final.cc:3593
18729 #, c-format
18730 msgid "'%%l' operand isn't a label"
18731 msgstr ""
18733 #. We can't handle floating point constants;
18734 #. PRINT_OPERAND must handle them.
18735 #. We can't handle floating point constants;
18736 #. TARGET_PRINT_OPERAND must handle them.
18737 #: final.cc:3729 config/arc/arc.cc:6430 config/i386/i386.cc:12317
18738 #, c-format
18739 msgid "floating constant misused"
18740 msgstr ""
18742 #: final.cc:3787 config/arc/arc.cc:6527 config/i386/i386.cc:12408
18743 #: config/pdp11/pdp11.cc:1871
18744 #, c-format
18745 msgid "invalid expression as operand"
18746 msgstr ""
18748 #: gcc.cc:122
18749 #, c-format
18750 msgid "%s\n"
18751 msgstr ""
18753 #: gcc.cc:1840
18754 #, c-format
18755 msgid "Using built-in specs.\n"
18756 msgstr ""
18758 #: gcc.cc:2085
18759 #, c-format
18760 msgid ""
18761 "Setting spec %s to '%s'\n"
18762 "\n"
18763 msgstr ""
18765 #: gcc.cc:2290
18766 #, c-format
18767 msgid "Reading specs from %s\n"
18768 msgstr ""
18770 #: gcc.cc:2422
18771 #, c-format
18772 msgid "could not find specs file %s\n"
18773 msgstr ""
18775 #: gcc.cc:2497
18776 #, c-format
18777 msgid "rename spec %s to %s\n"
18778 msgstr ""
18780 #: gcc.cc:2499
18781 #, c-format
18782 msgid ""
18783 "spec is '%s'\n"
18784 "\n"
18785 msgstr ""
18787 #: gcc.cc:3360
18788 #, c-format
18789 msgid ""
18790 "\n"
18791 "Go ahead? (y or n) "
18792 msgstr ""
18794 #: gcc.cc:3532
18795 #, c-format
18796 msgid "# %s %.2f %.2f\n"
18797 msgstr ""
18799 #: gcc.cc:3712
18800 #, c-format
18801 msgid "Usage: %s [options] file...\n"
18802 msgstr ""
18804 #: gcc.cc:3713
18805 msgid "Options:\n"
18806 msgstr ""
18808 #: gcc.cc:3715
18809 msgid "  -pass-exit-codes         Exit with highest error code from a phase.\n"
18810 msgstr ""
18812 #: gcc.cc:3716
18813 msgid "  --help                   Display this information.\n"
18814 msgstr ""
18816 #: gcc.cc:3717
18817 msgid ""
18818 "  --target-help            Display target specific command line options "
18819 "(including assembler and linker options).\n"
18820 msgstr ""
18822 #: gcc.cc:3719
18823 msgid ""
18824 "  --help={common|optimizers|params|target|warnings|[^]{joined|separate|"
18825 "undocumented}}[,...].\n"
18826 msgstr ""
18828 #: gcc.cc:3720
18829 msgid ""
18830 "                           Display specific types of command line options.\n"
18831 msgstr ""
18833 #: gcc.cc:3722
18834 msgid "  (Use '-v --help' to display command line options of sub-processes).\n"
18835 msgstr ""
18837 #: gcc.cc:3723
18838 msgid "  --version                Display compiler version information.\n"
18839 msgstr ""
18841 #: gcc.cc:3724
18842 msgid "  -dumpspecs               Display all of the built in spec strings.\n"
18843 msgstr ""
18845 #: gcc.cc:3725
18846 msgid "  -dumpversion             Display the version of the compiler.\n"
18847 msgstr ""
18849 #: gcc.cc:3726
18850 msgid "  -dumpmachine             Display the compiler's target processor.\n"
18851 msgstr ""
18853 #: gcc.cc:3727
18854 msgid "  -foffload=<targets>      Specify offloading targets.\n"
18855 msgstr ""
18857 #: gcc.cc:3728
18858 msgid ""
18859 "  -print-search-dirs       Display the directories in the compiler's search "
18860 "path.\n"
18861 msgstr ""
18863 #: gcc.cc:3729
18864 msgid ""
18865 "  -print-libgcc-file-name  Display the name of the compiler's companion "
18866 "library.\n"
18867 msgstr ""
18869 #: gcc.cc:3730
18870 msgid "  -print-file-name=<lib>   Display the full path to library <lib>.\n"
18871 msgstr ""
18873 #: gcc.cc:3731
18874 msgid ""
18875 "  -print-prog-name=<prog>  Display the full path to compiler component "
18876 "<prog>.\n"
18877 msgstr ""
18879 #: gcc.cc:3732
18880 msgid ""
18881 "  -print-multiarch         Display the target's normalized GNU triplet, used "
18882 "as\n"
18883 "                           a component in the library path.\n"
18884 msgstr ""
18886 #: gcc.cc:3735
18887 msgid ""
18888 "  -print-multi-directory   Display the root directory for versions of "
18889 "libgcc.\n"
18890 msgstr ""
18892 #: gcc.cc:3736
18893 msgid ""
18894 "  -print-multi-lib         Display the mapping between command line options "
18895 "and\n"
18896 "                           multiple library search directories.\n"
18897 msgstr ""
18899 #: gcc.cc:3739
18900 msgid ""
18901 "  -print-multi-os-directory Display the relative path to OS libraries.\n"
18902 msgstr ""
18904 #: gcc.cc:3740
18905 msgid "  -print-sysroot           Display the target libraries directory.\n"
18906 msgstr ""
18908 #: gcc.cc:3741
18909 msgid ""
18910 "  -print-sysroot-headers-suffix Display the sysroot suffix used to find "
18911 "headers.\n"
18912 msgstr ""
18914 #: gcc.cc:3742
18915 msgid ""
18916 "  -Wa,<options>            Pass comma-separated <options> on to the "
18917 "assembler.\n"
18918 msgstr ""
18920 #: gcc.cc:3743
18921 msgid ""
18922 "  -Wp,<options>            Pass comma-separated <options> on to the "
18923 "preprocessor.\n"
18924 msgstr ""
18926 #: gcc.cc:3744
18927 msgid ""
18928 "  -Wl,<options>            Pass comma-separated <options> on to the linker.\n"
18929 msgstr ""
18931 #: gcc.cc:3745
18932 msgid "  -Xassembler <arg>        Pass <arg> on to the assembler.\n"
18933 msgstr ""
18935 #: gcc.cc:3746
18936 msgid "  -Xpreprocessor <arg>     Pass <arg> on to the preprocessor.\n"
18937 msgstr ""
18939 #: gcc.cc:3747
18940 msgid "  -Xlinker <arg>           Pass <arg> on to the linker.\n"
18941 msgstr ""
18943 #: gcc.cc:3748
18944 msgid "  -save-temps              Do not delete intermediate files.\n"
18945 msgstr ""
18947 #: gcc.cc:3749
18948 msgid "  -save-temps=<arg>        Do not delete intermediate files.\n"
18949 msgstr ""
18951 #: gcc.cc:3750
18952 msgid ""
18953 "  -no-canonical-prefixes   Do not canonicalize paths when building relative\n"
18954 "                           prefixes to other gcc components.\n"
18955 msgstr ""
18957 #: gcc.cc:3753
18958 msgid "  -pipe                    Use pipes rather than intermediate files.\n"
18959 msgstr ""
18961 #: gcc.cc:3754
18962 msgid "  -time                    Time the execution of each subprocess.\n"
18963 msgstr ""
18965 #: gcc.cc:3755
18966 msgid ""
18967 "  -specs=<file>            Override built-in specs with the contents of "
18968 "<file>.\n"
18969 msgstr ""
18971 #: gcc.cc:3756
18972 msgid ""
18973 "  -std=<standard>          Assume that the input sources are for "
18974 "<standard>.\n"
18975 msgstr ""
18977 #: gcc.cc:3757
18978 msgid ""
18979 "  --sysroot=<directory>    Use <directory> as the root directory for "
18980 "headers\n"
18981 "                           and libraries.\n"
18982 msgstr ""
18984 #: gcc.cc:3760
18985 msgid ""
18986 "  -B <directory>           Add <directory> to the compiler's search paths.\n"
18987 msgstr ""
18989 #: gcc.cc:3761
18990 msgid ""
18991 "  -v                       Display the programs invoked by the compiler.\n"
18992 msgstr ""
18994 #: gcc.cc:3762
18995 msgid ""
18996 "  -###                     Like -v but options quoted and commands not "
18997 "executed.\n"
18998 msgstr ""
19000 #: gcc.cc:3763
19001 msgid ""
19002 "  -E                       Preprocess only; do not compile, assemble or "
19003 "link.\n"
19004 msgstr ""
19006 #: gcc.cc:3764
19007 msgid "  -S                       Compile only; do not assemble or link.\n"
19008 msgstr ""
19010 #: gcc.cc:3765
19011 msgid "  -c                       Compile and assemble, but do not link.\n"
19012 msgstr ""
19014 #: gcc.cc:3766
19015 msgid "  -o <file>                Place the output into <file>.\n"
19016 msgstr ""
19018 #: gcc.cc:3767
19019 msgid ""
19020 "  -pie                     Create a dynamically linked position independent\n"
19021 "                           executable.\n"
19022 msgstr ""
19024 #: gcc.cc:3769
19025 msgid "  -shared                  Create a shared library.\n"
19026 msgstr ""
19028 #: gcc.cc:3770
19029 msgid ""
19030 "  -x <language>            Specify the language of the following input "
19031 "files.\n"
19032 "                           Permissible languages include: c c++ assembler "
19033 "none\n"
19034 "                           'none' means revert to the default behavior of\n"
19035 "                           guessing the language based on the file's "
19036 "extension.\n"
19037 msgstr ""
19039 #: gcc.cc:3777
19040 #, c-format
19041 msgid ""
19042 "\n"
19043 "Options starting with -g, -f, -m, -O, -W, or --param are automatically\n"
19044 " passed on to the various sub-processes invoked by %s.  In order to pass\n"
19045 " other options on to these processes the -W<letter> options must be used.\n"
19046 msgstr ""
19048 #: gcc.cc:6766
19049 #, c-format
19050 msgid "Processing spec (%s), which is '%s'\n"
19051 msgstr ""
19053 #: gcc.cc:7527
19054 #, c-format
19055 msgid "Target: %s\n"
19056 msgstr ""
19058 #: gcc.cc:7528
19059 #, c-format
19060 msgid "Configured with: %s\n"
19061 msgstr ""
19063 #: gcc.cc:7542
19064 #, c-format
19065 msgid "Thread model: %s\n"
19066 msgstr ""
19068 #: gcc.cc:7543
19069 #, c-format
19070 msgid "Supported LTO compression algorithms: zlib"
19071 msgstr ""
19073 #: gcc.cc:7545
19074 #, c-format
19075 msgid " zstd"
19076 msgstr ""
19078 #: gcc.cc:7547 gcov.cc:1510 gcov.cc:1568 gcov.cc:1580 gcov.cc:2903
19079 #, c-format
19080 msgid "\n"
19081 msgstr ""
19083 #: gcc.cc:7558
19084 #, c-format
19085 msgid "gcc version %s %s\n"
19086 msgstr ""
19088 #: gcc.cc:7561
19089 #, c-format
19090 msgid "gcc driver version %s %sexecuting gcc version %s\n"
19091 msgstr ""
19093 #: gcc.cc:7634 gcc.cc:7844
19094 #, c-format
19095 msgid ""
19096 "The bug is not reproducible, so it is likely a hardware or OS problem.\n"
19097 msgstr ""
19099 #: gcc.cc:7768
19100 #, c-format
19101 msgid ""
19102 "Preprocessed source stored into %s file, please attach this to your "
19103 "bugreport.\n"
19104 msgstr ""
19106 #: gcc.cc:8619
19107 #, c-format
19108 msgid "install: %s%s\n"
19109 msgstr ""
19111 #: gcc.cc:8622
19112 #, c-format
19113 msgid "programs: %s\n"
19114 msgstr ""
19116 #: gcc.cc:8624
19117 #, c-format
19118 msgid "libraries: %s\n"
19119 msgstr ""
19121 #: gcc.cc:8741
19122 #, c-format
19123 msgid ""
19124 "\n"
19125 "For bug reporting instructions, please see:\n"
19126 msgstr ""
19128 #: gcc.cc:8757 gcov-tool.cc:594
19129 #, c-format
19130 msgid "%s %s%s\n"
19131 msgstr ""
19133 #: gcc.cc:8760 gcov-tool.cc:596 gcov.cc:968 fortran/gfortranspec.cc:282
19134 msgid "(C)"
19135 msgstr ""
19137 #: gcc.cc:8761 gcov-tool.cc:598 gcov.cc:970 fortran/gfortranspec.cc:283
19138 #, c-format
19139 msgid ""
19140 "This is free software; see the source for copying conditions.  There is NO\n"
19141 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
19142 "\n"
19143 msgstr ""
19145 #: gcc.cc:9104
19146 #, c-format
19147 msgid ""
19148 "\n"
19149 "Linker options\n"
19150 "==============\n"
19151 "\n"
19152 msgstr ""
19154 #: gcc.cc:9105
19155 #, c-format
19156 msgid ""
19157 "Use \"-Wl,OPTION\" to pass \"OPTION\" to the linker.\n"
19158 "\n"
19159 msgstr ""
19161 #: gcc.cc:10506
19162 #, c-format
19163 msgid ""
19164 "Assembler options\n"
19165 "=================\n"
19166 "\n"
19167 msgstr ""
19169 #: gcc.cc:10507
19170 #, c-format
19171 msgid ""
19172 "Use \"-Wa,OPTION\" to pass \"OPTION\" to the assembler.\n"
19173 "\n"
19174 msgstr ""
19176 #: gcov-tool.cc:157 gcov-tool.cc:300
19177 #, c-format
19178 msgid "no profile files were merged\n"
19179 msgstr ""
19181 #: gcov-tool.cc:169
19182 #, c-format
19183 msgid "  merge [options] <dir1> <dir2>         Merge coverage file contents\n"
19184 msgstr ""
19186 #: gcov-tool.cc:170 gcov-tool.cc:337
19187 #, c-format
19188 msgid "    -o, --output <dir>                  Output directory\n"
19189 msgstr ""
19191 #: gcov-tool.cc:171 gcov-tool.cc:242 gcov-tool.cc:339 gcov-tool.cc:491
19192 #, c-format
19193 msgid "    -v, --verbose                       Verbose mode\n"
19194 msgstr ""
19196 #: gcov-tool.cc:172 gcov-tool.cc:243
19197 #, c-format
19198 msgid ""
19199 "    -w, --weight <w1,w2>                Set weights (float point values)\n"
19200 msgstr ""
19202 #: gcov-tool.cc:188
19203 #, c-format
19204 msgid "Merge subcommand usage:"
19205 msgstr ""
19207 #: gcov-tool.cc:240
19208 #, c-format
19209 msgid ""
19210 "  merge-stream [options] [<file>]       Merge coverage stream file (or "
19211 "stdin)\n"
19212 "                                        and coverage file contents\n"
19213 msgstr ""
19215 #: gcov-tool.cc:258
19216 #, c-format
19217 msgid "Merge-stream subcommand usage:"
19218 msgstr ""
19220 #: gcov-tool.cc:335
19221 #, c-format
19222 msgid ""
19223 "  rewrite [options] <dir>               Rewrite coverage file contents\n"
19224 msgstr ""
19226 #: gcov-tool.cc:336
19227 #, c-format
19228 msgid "    -n, --normalize <int64_t>           Normalize the profile\n"
19229 msgstr ""
19231 #: gcov-tool.cc:338
19232 #, c-format
19233 msgid "    -s, --scale <float or simple-frac>  Scale the profile counters\n"
19234 msgstr ""
19236 #: gcov-tool.cc:356
19237 #, c-format
19238 msgid "Rewrite subcommand usage:"
19239 msgstr ""
19241 #: gcov-tool.cc:395
19242 #, c-format
19243 msgid "scaling cannot co-exist with normalization, skipping\n"
19244 msgstr ""
19246 #: gcov-tool.cc:408 gcov-tool.cc:418
19247 #, c-format
19248 msgid "incorrect format in scaling, using 1/1\n"
19249 msgstr ""
19251 #: gcov-tool.cc:428
19252 #, c-format
19253 msgid "normalization cannot co-exist with scaling\n"
19254 msgstr ""
19256 #: gcov-tool.cc:485
19257 #, c-format
19258 msgid ""
19259 "  overlap [options] <dir1> <dir2>       Compute the overlap of two profiles\n"
19260 msgstr ""
19262 #: gcov-tool.cc:486
19263 #, c-format
19264 msgid "    -f, --function                      Print function level info\n"
19265 msgstr ""
19267 #: gcov-tool.cc:487
19268 #, c-format
19269 msgid "    -F, --fullname                      Print full filename\n"
19270 msgstr ""
19272 #: gcov-tool.cc:488
19273 #, c-format
19274 msgid ""
19275 "    -h, --hotonly                       Only print info for hot objects/"
19276 "functions\n"
19277 msgstr ""
19279 #: gcov-tool.cc:489
19280 #, c-format
19281 msgid "    -o, --object                        Print object level info\n"
19282 msgstr ""
19284 #: gcov-tool.cc:490
19285 #, c-format
19286 msgid "    -t <float>, --hot_threshold <float> Set the threshold for hotness\n"
19287 msgstr ""
19289 #: gcov-tool.cc:510
19290 #, c-format
19291 msgid "Overlap subcommand usage:"
19292 msgstr ""
19294 #: gcov-tool.cc:576
19295 #, c-format
19296 msgid ""
19297 "Usage: %s [OPTION]... SUB_COMMAND [OPTION]...\n"
19298 "\n"
19299 msgstr ""
19301 #: gcov-tool.cc:577
19302 #, c-format
19303 msgid ""
19304 "Offline tool to handle gcda counts\n"
19305 "\n"
19306 msgstr ""
19308 #: gcov-tool.cc:578
19309 #, c-format
19310 msgid "  -h, --help                            Print this help, then exit\n"
19311 msgstr ""
19313 #: gcov-tool.cc:579
19314 #, c-format
19315 msgid ""
19316 "  -v, --version                         Print version number, then exit\n"
19317 msgstr ""
19319 #: gcov-tool.cc:584 gcov.cc:956
19320 #, c-format
19321 msgid ""
19322 "\n"
19323 "For bug reporting instructions, please see:\n"
19324 "%s.\n"
19325 msgstr ""
19327 #: gcov-tool.cc:595
19328 #, c-format
19329 msgid "Copyright %s 2023 Free Software Foundation, Inc.\n"
19330 msgstr ""
19332 #: gcov.cc:925
19333 #, c-format
19334 msgid ""
19335 "Usage: gcov [OPTION...] SOURCE|OBJ...\n"
19336 "\n"
19337 msgstr ""
19339 #: gcov.cc:926
19340 #, c-format
19341 msgid ""
19342 "Print code coverage information.\n"
19343 "\n"
19344 msgstr ""
19346 #: gcov.cc:927
19347 #, c-format
19348 msgid ""
19349 "  -a, --all-blocks                Show information for every basic block\n"
19350 msgstr ""
19352 #: gcov.cc:928
19353 #, c-format
19354 msgid ""
19355 "  -b, --branch-probabilities      Include branch probabilities in output\n"
19356 msgstr ""
19358 #: gcov.cc:929
19359 #, c-format
19360 msgid ""
19361 "  -c, --branch-counts             Output counts of branches taken\n"
19362 "                                    rather than percentages\n"
19363 msgstr ""
19365 #: gcov.cc:931
19366 #, c-format
19367 msgid "  -d, --display-progress          Display progress information\n"
19368 msgstr ""
19370 #: gcov.cc:932
19371 #, c-format
19372 msgid "  -D, --debug\t\t\t    Display debugging dumps\n"
19373 msgstr ""
19375 #: gcov.cc:933
19376 #, c-format
19377 msgid "  -f, --function-summaries        Output summaries for each function\n"
19378 msgstr ""
19380 #: gcov.cc:934
19381 #, c-format
19382 msgid "  -h, --help                      Print this help, then exit\n"
19383 msgstr ""
19385 #: gcov.cc:935
19386 #, c-format
19387 msgid ""
19388 "  -j, --json-format               Output JSON intermediate format\n"
19389 "                                    into .gcov.json.gz file\n"
19390 msgstr ""
19392 #: gcov.cc:937
19393 #, c-format
19394 msgid "  -H, --human-readable            Output human readable numbers\n"
19395 msgstr ""
19397 #: gcov.cc:938
19398 #, c-format
19399 msgid "  -k, --use-colors                Emit colored output\n"
19400 msgstr ""
19402 #: gcov.cc:939
19403 #, c-format
19404 msgid ""
19405 "  -l, --long-file-names           Use long output file names for included\n"
19406 "                                    source files\n"
19407 msgstr ""
19409 #: gcov.cc:941
19410 #, c-format
19411 msgid "  -m, --demangled-names           Output demangled function names\n"
19412 msgstr ""
19414 #: gcov.cc:942
19415 #, c-format
19416 msgid "  -n, --no-output                 Do not create an output file\n"
19417 msgstr ""
19419 #: gcov.cc:943
19420 #, c-format
19421 msgid ""
19422 "  -o, --object-directory DIR|FILE Search for object files in DIR or called "
19423 "FILE\n"
19424 msgstr ""
19426 #: gcov.cc:944
19427 #, c-format
19428 msgid "  -p, --preserve-paths            Preserve all pathname components\n"
19429 msgstr ""
19431 #: gcov.cc:945
19432 #, c-format
19433 msgid ""
19434 "  -q, --use-hotness-colors        Emit perf-like colored output for hot "
19435 "lines\n"
19436 msgstr ""
19438 #: gcov.cc:946
19439 #, c-format
19440 msgid "  -r, --relative-only             Only show data for relative sources\n"
19441 msgstr ""
19443 #: gcov.cc:947
19444 #, c-format
19445 msgid "  -s, --source-prefix DIR         Source prefix to elide\n"
19446 msgstr ""
19448 #: gcov.cc:948
19449 #, c-format
19450 msgid "  -t, --stdout                    Output to stdout instead of a file\n"
19451 msgstr ""
19453 #: gcov.cc:949
19454 #, c-format
19455 msgid ""
19456 "  -u, --unconditional-branches    Show unconditional branch counts too\n"
19457 msgstr ""
19459 #: gcov.cc:950
19460 #, c-format
19461 msgid "  -v, --version                   Print version number, then exit\n"
19462 msgstr ""
19464 #: gcov.cc:951
19465 #, c-format
19466 msgid "  -w, --verbose                   Print verbose informations\n"
19467 msgstr ""
19469 #: gcov.cc:952
19470 #, c-format
19471 msgid "  -x, --hash-filenames            Hash long pathnames\n"
19472 msgstr ""
19474 #: gcov.cc:953
19475 #, c-format
19476 msgid ""
19477 "\n"
19478 "Obsolete options:\n"
19479 msgstr ""
19481 #: gcov.cc:954
19482 #, c-format
19483 msgid "  -i, --json-format               Replaced with -j, --json-format\n"
19484 msgstr ""
19486 #: gcov.cc:955
19487 #, c-format
19488 msgid "  -j, --human-readable            Replaced with -H, --human-readable\n"
19489 msgstr ""
19491 #: gcov.cc:966
19492 #, c-format
19493 msgid "gcov %s%s\n"
19494 msgstr ""
19496 #: gcov.cc:1354
19497 #, c-format
19498 msgid "'%s' file is already processed\n"
19499 msgstr ""
19501 #: gcov.cc:1470 gcov.cc:1599
19502 #, c-format
19503 msgid "Creating '%s'\n"
19504 msgstr ""
19506 #: gcov.cc:1474
19507 #, c-format
19508 msgid "Error writing output file '%s'\n"
19509 msgstr ""
19511 #: gcov.cc:1482
19512 #, c-format
19513 msgid "Could not open output file '%s'\n"
19514 msgstr ""
19516 #: gcov.cc:1489
19517 #, c-format
19518 msgid "Removing '%s'\n"
19519 msgstr ""
19521 #: gcov.cc:1604
19522 #, c-format
19523 msgid "Cannot open JSON output file %s\n"
19524 msgstr ""
19526 #: gcov.cc:1613
19527 #, c-format
19528 msgid "Error writing JSON output file %s\n"
19529 msgstr ""
19531 #: gcov.cc:1778
19532 #, c-format
19533 msgid "%s:source file is newer than notes file '%s'\n"
19534 msgstr ""
19536 #: gcov.cc:1783
19537 #, c-format
19538 msgid "(the message is displayed only once per source file)\n"
19539 msgstr ""
19541 #: gcov.cc:1803
19542 #, c-format
19543 msgid "%s:cannot open notes file\n"
19544 msgstr ""
19546 #: gcov.cc:1810
19547 #, c-format
19548 msgid "%s:not a gcov notes file\n"
19549 msgstr ""
19551 #: gcov.cc:1824
19552 #, c-format
19553 msgid "%s:version '%.4s', prefer '%.4s'\n"
19554 msgstr ""
19556 #: gcov.cc:1877
19557 #, c-format
19558 msgid "%s:already seen blocks for '%s'\n"
19559 msgstr ""
19561 #: gcov.cc:1993 gcov.cc:2107
19562 #, c-format
19563 msgid "%s:corrupted\n"
19564 msgstr ""
19566 #: gcov.cc:2001
19567 #, c-format
19568 msgid "%s:no functions found\n"
19569 msgstr ""
19571 #: gcov.cc:2019
19572 #, c-format
19573 msgid "%s:cannot open data file, assuming not executed\n"
19574 msgstr ""
19576 #: gcov.cc:2026
19577 #, c-format
19578 msgid "%s:not a gcov data file\n"
19579 msgstr ""
19581 #: gcov.cc:2040
19582 #, c-format
19583 msgid "%s:version '%.4s', prefer version '%.4s'\n"
19584 msgstr ""
19586 #: gcov.cc:2047
19587 #, c-format
19588 msgid "%s:stamp mismatch with notes file\n"
19589 msgstr ""
19591 #: gcov.cc:2084
19592 #, c-format
19593 msgid "%s:profile mismatch for '%s'\n"
19594 msgstr ""
19596 #: gcov.cc:2106
19597 #, c-format
19598 msgid "%s:overflowed\n"
19599 msgstr ""
19601 #: gcov.cc:2154
19602 #, c-format
19603 msgid "%s:'%s' lacks entry and/or exit blocks\n"
19604 msgstr ""
19606 #: gcov.cc:2159
19607 #, c-format
19608 msgid "%s:'%s' has arcs to entry block\n"
19609 msgstr ""
19611 #: gcov.cc:2167
19612 #, c-format
19613 msgid "%s:'%s' has arcs from exit block\n"
19614 msgstr ""
19616 #: gcov.cc:2376
19617 #, c-format
19618 msgid "%s:graph is unsolvable for '%s'\n"
19619 msgstr ""
19621 #: gcov.cc:2492
19622 #, c-format
19623 msgid "Lines executed:%s of %d\n"
19624 msgstr ""
19626 #: gcov.cc:2495
19627 #, c-format
19628 msgid "No executable lines\n"
19629 msgstr ""
19631 #: gcov.cc:2503 gcov.cc:2512
19632 #, c-format
19633 msgid "%s '%s'\n"
19634 msgstr ""
19636 #: gcov.cc:2519
19637 #, c-format
19638 msgid "Branches executed:%s of %d\n"
19639 msgstr ""
19641 #: gcov.cc:2523
19642 #, c-format
19643 msgid "Taken at least once:%s of %d\n"
19644 msgstr ""
19646 #: gcov.cc:2529
19647 #, c-format
19648 msgid "No branches\n"
19649 msgstr ""
19651 #: gcov.cc:2531
19652 #, c-format
19653 msgid "Calls executed:%s of %d\n"
19654 msgstr ""
19656 #: gcov.cc:2535
19657 #, c-format
19658 msgid "No calls\n"
19659 msgstr ""
19661 #: gcov.cc:2755
19662 #, c-format
19663 msgid "%s:no lines for '%s'\n"
19664 msgstr ""
19666 #: gcov.cc:2881
19667 #, c-format
19668 msgid "call   %2d returned %s\n"
19669 msgstr ""
19671 #: gcov.cc:2886
19672 #, c-format
19673 msgid "call   %2d never executed\n"
19674 msgstr ""
19676 #: gcov.cc:2891
19677 #, c-format
19678 msgid "branch %2d taken %s%s"
19679 msgstr ""
19681 #: gcov.cc:2896
19682 #, c-format
19683 msgid "branch %2d never executed%s"
19684 msgstr ""
19686 #: gcov.cc:2901
19687 #, c-format
19688 msgid " (BB %d)"
19689 msgstr ""
19691 #: gcov.cc:2908
19692 #, c-format
19693 msgid "unconditional %2d taken %s\n"
19694 msgstr ""
19696 #: gcov.cc:2911
19697 #, c-format
19698 msgid "unconditional %2d never executed\n"
19699 msgstr ""
19701 #: gcov.cc:3163
19702 #, c-format
19703 msgid "Cannot open source file %s\n"
19704 msgstr ""
19706 #: gcse.cc:2578
19707 msgid "PRE disabled"
19708 msgstr ""
19710 #: gcse.cc:3505
19711 msgid "GCSE disabled"
19712 msgstr ""
19714 #: incpath.cc:77
19715 #, c-format
19716 msgid "ignoring duplicate directory \"%s\"\n"
19717 msgstr ""
19719 #: incpath.cc:80
19720 #, c-format
19721 msgid "  as it is a non-system directory that duplicates a system directory\n"
19722 msgstr ""
19724 #: incpath.cc:84
19725 #, c-format
19726 msgid "ignoring nonexistent directory \"%s\"\n"
19727 msgstr ""
19729 #: incpath.cc:391
19730 #, c-format
19731 msgid "#include \"...\" search starts here:\n"
19732 msgstr ""
19734 #: incpath.cc:395
19735 #, c-format
19736 msgid "#include <...> search starts here:\n"
19737 msgstr ""
19739 #: incpath.cc:400
19740 #, c-format
19741 msgid "End of search list.\n"
19742 msgstr ""
19744 #: input.cc:35
19745 msgid "<built-in>"
19746 msgstr ""
19748 #. Opening quotation mark.
19749 #: intl.cc:62
19750 msgid "`"
19751 msgstr ""
19753 #. Closing quotation mark.
19754 #: intl.cc:65
19755 msgid "'"
19756 msgstr ""
19758 #: langhooks.cc:384
19759 msgid "At top level:"
19760 msgstr ""
19762 #: langhooks.cc:400
19763 #, c-format
19764 msgid "In member function %qs"
19765 msgstr ""
19767 #: langhooks.cc:404
19768 #, c-format
19769 msgid "In function %qs"
19770 msgstr ""
19772 #: langhooks.cc:449
19773 msgid "    inlined from %qs at %r%s:%d:%d%R"
19774 msgstr ""
19776 #: langhooks.cc:454
19777 msgid "    inlined from %qs at %r%s:%d%R"
19778 msgstr ""
19780 #: langhooks.cc:460
19781 #, c-format
19782 msgid "    inlined from %qs"
19783 msgstr ""
19785 #: lra-assigns.cc:1871 reload1.cc:2073
19786 msgid "this is the insn:"
19787 msgstr ""
19789 #: lra-constraints.cc:3144
19790 msgid "unable to generate reloads for impossible constraints:"
19791 msgstr ""
19793 #: lra-constraints.cc:4170 reload.cc:3844
19794 msgid "unable to generate reloads for:"
19795 msgstr ""
19797 #. What to print when a switch has no documentation.
19798 #: opts.cc:325
19799 msgid "This option lacks documentation."
19800 msgstr ""
19802 #: opts.cc:326
19803 msgid "Uses of this option are diagnosed."
19804 msgstr ""
19806 #: opts.cc:1651
19807 #, c-format
19808 msgid "Same as %s%s (or, in negated form, %s%s)."
19809 msgstr ""
19811 #: opts.cc:1656
19812 #, c-format
19813 msgid "Same as %s%s."
19814 msgstr ""
19816 #: opts.cc:1661
19817 #, c-format
19818 msgid "Same as %s."
19819 msgstr ""
19821 #: opts.cc:1669
19822 #, c-format
19823 msgid "%s  Same as %s."
19824 msgstr ""
19826 #: opts.cc:1732
19827 msgid "[available in "
19828 msgstr ""
19830 #: opts.cc:1764
19831 msgid "[default]"
19832 msgstr ""
19834 #: opts.cc:1773
19835 #, c-format
19836 msgid "%llu bytes"
19837 msgstr ""
19839 #: opts.cc:1810
19840 msgid "[enabled]"
19841 msgstr ""
19843 #: opts.cc:1812
19844 msgid "[disabled]"
19845 msgstr ""
19847 #: opts.cc:1848
19848 #, c-format
19849 msgid " No options with the desired characteristics were found\n"
19850 msgstr ""
19852 #: opts.cc:1857
19853 #, c-format
19854 msgid ""
19855 " None found.  Use --help=%s to show *all* the options supported by the %s "
19856 "front-end.\n"
19857 msgstr ""
19859 #: opts.cc:1863
19860 #, c-format
19861 msgid ""
19862 " All options with the desired characteristics have already been displayed\n"
19863 msgstr ""
19865 #: opts.cc:1908
19866 #, c-format
19867 msgid ""
19868 "  Known valid arguments for %s option:\n"
19869 "   "
19870 msgstr ""
19872 #: opts.cc:1958
19873 msgid "The following options are target specific"
19874 msgstr ""
19876 #: opts.cc:1961
19877 msgid "The following options control compiler warning messages"
19878 msgstr ""
19880 #: opts.cc:1964
19881 msgid "The following options control optimizations"
19882 msgstr ""
19884 #: opts.cc:1967 opts.cc:2007
19885 msgid "The following options are language-independent"
19886 msgstr ""
19888 #: opts.cc:1970
19889 msgid "The following options control parameters"
19890 msgstr ""
19892 #: opts.cc:1976
19893 msgid "The following options are specific to just the language "
19894 msgstr ""
19896 #: opts.cc:1978
19897 msgid "The following options are supported by the language "
19898 msgstr ""
19900 #: opts.cc:1989
19901 msgid "The following options are not documented"
19902 msgstr ""
19904 #: opts.cc:1991
19905 msgid "The following options take separate arguments"
19906 msgstr ""
19908 #: opts.cc:1993
19909 msgid "The following options take joined arguments"
19910 msgstr ""
19912 #: opts.cc:2005
19913 msgid "The following options are language-related"
19914 msgstr ""
19916 #: passes.cc:1839
19917 #, c-format
19918 msgid "during %s pass: %s\n"
19919 msgstr ""
19921 #: passes.cc:1844
19922 #, c-format
19923 msgid "dump file: %s\n"
19924 msgstr ""
19926 #: plugin.cc:965
19927 msgid "Event"
19928 msgstr ""
19930 #: plugin.cc:965
19931 msgid "Plugins"
19932 msgstr ""
19934 #: plugin.cc:997
19935 #, c-format
19936 msgid ""
19937 "*** WARNING *** there are active plugins, do not report this as a bug unless "
19938 "you can reproduce it without enabling any plugins.\n"
19939 msgstr ""
19941 #: postreload-gcse.cc:1355
19942 msgid "using simple load CSE after register allocation"
19943 msgstr ""
19945 #. It's the compiler's fault.
19946 #: reload1.cc:5994
19947 msgid "could not find a spill register"
19948 msgstr ""
19950 #. It's the compiler's fault.
19951 #: reload1.cc:7876
19952 msgid "VOIDmode on an output"
19953 msgstr ""
19955 #: reload1.cc:8609
19956 msgid "failure trying to reload:"
19957 msgstr ""
19959 #: rtl-error.cc:116
19960 msgid "unrecognizable insn:"
19961 msgstr ""
19963 #: rtl-error.cc:118
19964 msgid "insn does not satisfy its constraints:"
19965 msgstr ""
19967 #: targhooks.cc:2274
19968 #, c-format
19969 msgid "created and used with differing settings of '%s'"
19970 msgstr ""
19972 #: targhooks.cc:2289
19973 msgid "created and used with different settings of %<-fpic%>"
19974 msgstr ""
19976 #: targhooks.cc:2291
19977 msgid "created and used with different settings of %<-fpie%>"
19978 msgstr ""
19980 #: toplev.cc:310
19981 #, c-format
19982 msgid "unrecoverable error"
19983 msgstr ""
19985 #: toplev.cc:603
19986 #, c-format
19987 msgid ""
19988 "%s%s%s %sversion %s (%s)\n"
19989 "%s\tcompiled by GNU C version %s, "
19990 msgstr ""
19992 #: toplev.cc:605
19993 #, c-format
19994 msgid "%s%s%s %sversion %s (%s) compiled by CC, "
19995 msgstr ""
19997 #: toplev.cc:609
19998 #, c-format
19999 msgid "GMP version %s, MPFR version %s, MPC version %s, isl version %s\n"
20000 msgstr ""
20002 #: toplev.cc:611
20003 #, c-format
20004 msgid "%s%swarning: %s header version %s differs from library version %s.\n"
20005 msgstr ""
20007 #: toplev.cc:613
20008 #, c-format
20009 msgid ""
20010 "%s%sGGC heuristics: --param ggc-min-expand=%d --param ggc-min-heapsize=%d\n"
20011 msgstr ""
20013 #: tree-diagnostic-path.cc:255 tree-diagnostic.cc:294 c/c-decl.cc:6349
20014 #: c/c-typeck.cc:8058 cp/error.cc:1181 c-family/c-pretty-print.cc:426
20015 #, gcc-internal-format
20016 msgid "<anonymous>"
20017 msgstr ""
20019 #: c-family/c-format.cc:432
20020 msgid "format"
20021 msgstr ""
20023 #: c-family/c-format.cc:433
20024 msgid "field width specifier"
20025 msgstr ""
20027 #: c-family/c-format.cc:434
20028 msgid "field precision specifier"
20029 msgstr ""
20031 #: c-family/c-format.cc:569 c-family/c-format.cc:593
20032 #: config/i386/msformat-c.cc:45
20033 msgid "' ' flag"
20034 msgstr ""
20036 #: c-family/c-format.cc:569 c-family/c-format.cc:593
20037 #: config/i386/msformat-c.cc:45
20038 msgid "the ' ' printf flag"
20039 msgstr ""
20041 #: c-family/c-format.cc:570 c-family/c-format.cc:594 c-family/c-format.cc:625
20042 #: c-family/c-format.cc:691 config/i386/msformat-c.cc:46
20043 msgid "'+' flag"
20044 msgstr ""
20046 #: c-family/c-format.cc:570 c-family/c-format.cc:594 c-family/c-format.cc:625
20047 #: config/i386/msformat-c.cc:46
20048 msgid "the '+' printf flag"
20049 msgstr ""
20051 #: c-family/c-format.cc:571 c-family/c-format.cc:595 c-family/c-format.cc:626
20052 #: c-family/c-format.cc:666 config/i386/msformat-c.cc:47
20053 #: config/i386/msformat-c.cc:82
20054 msgid "'#' flag"
20055 msgstr ""
20057 #: c-family/c-format.cc:571 c-family/c-format.cc:595 c-family/c-format.cc:626
20058 #: config/i386/msformat-c.cc:47
20059 msgid "the '#' printf flag"
20060 msgstr ""
20062 #: c-family/c-format.cc:572 c-family/c-format.cc:596 c-family/c-format.cc:664
20063 #: config/i386/msformat-c.cc:48
20064 msgid "'0' flag"
20065 msgstr ""
20067 #: c-family/c-format.cc:572 c-family/c-format.cc:596
20068 #: config/i386/msformat-c.cc:48
20069 msgid "the '0' printf flag"
20070 msgstr ""
20072 #: c-family/c-format.cc:573 c-family/c-format.cc:597 c-family/c-format.cc:663
20073 #: c-family/c-format.cc:694 config/i386/msformat-c.cc:49
20074 msgid "'-' flag"
20075 msgstr ""
20077 #: c-family/c-format.cc:573 c-family/c-format.cc:597
20078 #: config/i386/msformat-c.cc:49
20079 msgid "the '-' printf flag"
20080 msgstr ""
20082 #: c-family/c-format.cc:574 c-family/c-format.cc:646
20083 #: config/i386/msformat-c.cc:50 config/i386/msformat-c.cc:70
20084 msgid "''' flag"
20085 msgstr ""
20087 #: c-family/c-format.cc:574 config/i386/msformat-c.cc:50
20088 msgid "the ''' printf flag"
20089 msgstr ""
20091 #: c-family/c-format.cc:575 c-family/c-format.cc:647
20092 msgid "'I' flag"
20093 msgstr ""
20095 #: c-family/c-format.cc:575
20096 msgid "the 'I' printf flag"
20097 msgstr ""
20099 #: c-family/c-format.cc:576 c-family/c-format.cc:598 c-family/c-format.cc:644
20100 #: c-family/c-format.cc:667 c-family/c-format.cc:695 config/sol2-c.cc:43
20101 #: config/i386/msformat-c.cc:51 config/i386/msformat-c.cc:68
20102 msgid "field width"
20103 msgstr ""
20105 #: c-family/c-format.cc:576 c-family/c-format.cc:598 config/sol2-c.cc:43
20106 #: config/i386/msformat-c.cc:51
20107 msgid "field width in printf format"
20108 msgstr ""
20110 #: c-family/c-format.cc:577 c-family/c-format.cc:599 c-family/c-format.cc:628
20111 #: config/i386/msformat-c.cc:52
20112 msgid "precision"
20113 msgstr ""
20115 #: c-family/c-format.cc:577 c-family/c-format.cc:599 c-family/c-format.cc:628
20116 #: config/i386/msformat-c.cc:52
20117 msgid "precision in printf format"
20118 msgstr ""
20120 #: c-family/c-format.cc:578 c-family/c-format.cc:600 c-family/c-format.cc:629
20121 #: c-family/c-format.cc:645 c-family/c-format.cc:698 config/sol2-c.cc:44
20122 #: config/i386/msformat-c.cc:53 config/i386/msformat-c.cc:69
20123 msgid "length modifier"
20124 msgstr ""
20126 #: c-family/c-format.cc:578 c-family/c-format.cc:600 c-family/c-format.cc:629
20127 #: config/sol2-c.cc:44 config/i386/msformat-c.cc:53
20128 msgid "length modifier in printf format"
20129 msgstr ""
20131 #: c-family/c-format.cc:627
20132 msgid "'q' flag"
20133 msgstr ""
20135 #: c-family/c-format.cc:627
20136 msgid "the 'q' diagnostic flag"
20137 msgstr ""
20139 #: c-family/c-format.cc:641 config/i386/msformat-c.cc:66
20140 msgid "assignment suppression"
20141 msgstr ""
20143 #: c-family/c-format.cc:641 config/i386/msformat-c.cc:66
20144 msgid "the assignment suppression scanf feature"
20145 msgstr ""
20147 #: c-family/c-format.cc:642 config/i386/msformat-c.cc:67
20148 msgid "'a' flag"
20149 msgstr ""
20151 #: c-family/c-format.cc:642 config/i386/msformat-c.cc:67
20152 msgid "the 'a' scanf flag"
20153 msgstr ""
20155 #: c-family/c-format.cc:643
20156 msgid "'m' flag"
20157 msgstr ""
20159 #: c-family/c-format.cc:643
20160 msgid "the 'm' scanf flag"
20161 msgstr ""
20163 #: c-family/c-format.cc:644 config/i386/msformat-c.cc:68
20164 msgid "field width in scanf format"
20165 msgstr ""
20167 #: c-family/c-format.cc:645 config/i386/msformat-c.cc:69
20168 msgid "length modifier in scanf format"
20169 msgstr ""
20171 #: c-family/c-format.cc:646 config/i386/msformat-c.cc:70
20172 msgid "the ''' scanf flag"
20173 msgstr ""
20175 #: c-family/c-format.cc:647
20176 msgid "the 'I' scanf flag"
20177 msgstr ""
20179 #: c-family/c-format.cc:662
20180 msgid "'_' flag"
20181 msgstr ""
20183 #: c-family/c-format.cc:662
20184 msgid "the '_' strftime flag"
20185 msgstr ""
20187 #: c-family/c-format.cc:663
20188 msgid "the '-' strftime flag"
20189 msgstr ""
20191 #: c-family/c-format.cc:664
20192 msgid "the '0' strftime flag"
20193 msgstr ""
20195 #: c-family/c-format.cc:665 c-family/c-format.cc:690
20196 msgid "'^' flag"
20197 msgstr ""
20199 #: c-family/c-format.cc:665
20200 msgid "the '^' strftime flag"
20201 msgstr ""
20203 #: c-family/c-format.cc:666 config/i386/msformat-c.cc:82
20204 msgid "the '#' strftime flag"
20205 msgstr ""
20207 #: c-family/c-format.cc:667
20208 msgid "field width in strftime format"
20209 msgstr ""
20211 #: c-family/c-format.cc:668
20212 msgid "'E' modifier"
20213 msgstr ""
20215 #: c-family/c-format.cc:668
20216 msgid "the 'E' strftime modifier"
20217 msgstr ""
20219 #: c-family/c-format.cc:669
20220 msgid "'O' modifier"
20221 msgstr ""
20223 #: c-family/c-format.cc:669
20224 msgid "the 'O' strftime modifier"
20225 msgstr ""
20227 #: c-family/c-format.cc:670 c-family/c-format.cc:671
20228 msgid "the 'O' modifier"
20229 msgstr ""
20231 #: c-family/c-format.cc:689
20232 msgid "fill character"
20233 msgstr ""
20235 #: c-family/c-format.cc:689
20236 msgid "fill character in strfmon format"
20237 msgstr ""
20239 #: c-family/c-format.cc:690
20240 msgid "the '^' strfmon flag"
20241 msgstr ""
20243 #: c-family/c-format.cc:691
20244 msgid "the '+' strfmon flag"
20245 msgstr ""
20247 #: c-family/c-format.cc:692
20248 msgid "'(' flag"
20249 msgstr ""
20251 #: c-family/c-format.cc:692
20252 msgid "the '(' strfmon flag"
20253 msgstr ""
20255 #: c-family/c-format.cc:693
20256 msgid "'!' flag"
20257 msgstr ""
20259 #: c-family/c-format.cc:693
20260 msgid "the '!' strfmon flag"
20261 msgstr ""
20263 #: c-family/c-format.cc:694
20264 msgid "the '-' strfmon flag"
20265 msgstr ""
20267 #: c-family/c-format.cc:695
20268 msgid "field width in strfmon format"
20269 msgstr ""
20271 #: c-family/c-format.cc:696
20272 msgid "left precision"
20273 msgstr ""
20275 #: c-family/c-format.cc:696
20276 msgid "left precision in strfmon format"
20277 msgstr ""
20279 #: c-family/c-format.cc:697
20280 msgid "right precision"
20281 msgstr ""
20283 #: c-family/c-format.cc:697
20284 msgid "right precision in strfmon format"
20285 msgstr ""
20287 #: c-family/c-format.cc:698
20288 msgid "length modifier in strfmon format"
20289 msgstr ""
20291 #. Handle deferred options from command-line.
20292 #: c-family/c-opts.cc:1504 fortran/cpp.cc:621
20293 msgid "<command-line>"
20294 msgstr ""
20296 #: config/aarch64/aarch64.cc:11879 config/loongarch/loongarch.cc:4992
20297 #, c-format
20298 msgid "unsupported operand for code '%c'"
20299 msgstr ""
20301 #: config/aarch64/aarch64.cc:11888 config/aarch64/aarch64.cc:11901
20302 #: config/aarch64/aarch64.cc:11913 config/aarch64/aarch64.cc:11924
20303 #: config/aarch64/aarch64.cc:11940 config/aarch64/aarch64.cc:11954
20304 #: config/aarch64/aarch64.cc:11974 config/aarch64/aarch64.cc:12051
20305 #: config/aarch64/aarch64.cc:12062 config/aarch64/aarch64.cc:12076
20306 #: config/aarch64/aarch64.cc:12298 config/aarch64/aarch64.cc:12318
20307 #: config/pru/pru.cc:1760 config/pru/pru.cc:1771 config/pru/pru.cc:1843
20308 #, c-format
20309 msgid "invalid operand for '%%%c'"
20310 msgstr ""
20312 #: config/aarch64/aarch64.cc:11992 config/aarch64/aarch64.cc:12003
20313 #: config/aarch64/aarch64.cc:12158 config/aarch64/aarch64.cc:12169
20314 #: config/riscv/riscv.cc:4397 config/riscv/riscv.cc:4404
20315 #: config/riscv/riscv.cc:4411 config/riscv/riscv.cc:4415
20316 #: config/riscv/riscv.cc:4462 config/riscv/riscv.cc:4481
20317 #, c-format
20318 msgid "invalid vector constant"
20319 msgstr ""
20321 #: config/aarch64/aarch64.cc:12015 config/aarch64/aarch64.cc:12027
20322 #, c-format
20323 msgid "incompatible floating point / vector register operand for '%%%c'"
20324 msgstr ""
20326 #: config/aarch64/aarch64.cc:12044
20327 #, c-format
20328 msgid "incompatible register operand for '%%%c'"
20329 msgstr ""
20331 #: config/aarch64/aarch64.cc:12110 config/arm/arm.cc:24708
20332 #, c-format
20333 msgid "missing operand"
20334 msgstr ""
20336 #: config/aarch64/aarch64.cc:12195
20337 #, c-format
20338 msgid "invalid constant"
20339 msgstr ""
20341 #: config/aarch64/aarch64.cc:12198
20342 #, c-format
20343 msgid "invalid operand"
20344 msgstr ""
20346 #: config/aarch64/aarch64.cc:12326 config/aarch64/aarch64.cc:12331
20347 #, c-format
20348 msgid "invalid operand prefix '%%%c'"
20349 msgstr ""
20351 #: config/aarch64/aarch64.cc:12351
20352 #, c-format
20353 msgid "invalid address mode"
20354 msgstr ""
20356 #: config/aarch64/aarch64.cc:27134
20357 msgid "cannot combine GNU and SVE vectors in a binary operation"
20358 msgstr ""
20360 #: config/alpha/alpha.cc:5076 config/i386/i386.cc:13577
20361 #: config/rs6000/rs6000.cc:14355 config/sparc/sparc.cc:9370
20362 #, c-format
20363 msgid "'%%&' used without any local dynamic TLS references"
20364 msgstr ""
20366 #: config/alpha/alpha.cc:5134 config/bfin/bfin.cc:1428
20367 #, c-format
20368 msgid "invalid %%J value"
20369 msgstr ""
20371 #: config/alpha/alpha.cc:5164 config/ia64/ia64.cc:5578 config/or1k/or1k.cc:1249
20372 #, c-format
20373 msgid "invalid %%r value"
20374 msgstr ""
20376 #: config/alpha/alpha.cc:5174 config/ia64/ia64.cc:5532
20377 #: config/rs6000/rs6000.cc:14050 config/xtensa/xtensa.cc:3008
20378 #, c-format
20379 msgid "invalid %%R value"
20380 msgstr ""
20382 #: config/alpha/alpha.cc:5180 config/rs6000/rs6000.cc:13970
20383 #: config/xtensa/xtensa.cc:2981
20384 #, c-format
20385 msgid "invalid %%N value"
20386 msgstr ""
20388 #: config/alpha/alpha.cc:5188 config/rs6000/rs6000.cc:13998
20389 #, c-format
20390 msgid "invalid %%P value"
20391 msgstr ""
20393 #: config/alpha/alpha.cc:5196
20394 #, c-format
20395 msgid "invalid %%h value"
20396 msgstr ""
20398 #: config/alpha/alpha.cc:5204 config/xtensa/xtensa.cc:3001
20399 #, c-format
20400 msgid "invalid %%L value"
20401 msgstr ""
20403 #: config/alpha/alpha.cc:5223
20404 #, c-format
20405 msgid "invalid %%m value"
20406 msgstr ""
20408 #: config/alpha/alpha.cc:5229
20409 #, c-format
20410 msgid "invalid %%M value"
20411 msgstr ""
20413 #: config/alpha/alpha.cc:5266
20414 #, c-format
20415 msgid "invalid %%U value"
20416 msgstr ""
20418 #: config/alpha/alpha.cc:5274 config/rs6000/rs6000.cc:14058
20419 #, c-format
20420 msgid "invalid %%s value"
20421 msgstr ""
20423 #: config/alpha/alpha.cc:5285
20424 #, c-format
20425 msgid "invalid %%C value"
20426 msgstr ""
20428 #: config/alpha/alpha.cc:5322 config/rs6000/rs6000.cc:13834
20429 #, c-format
20430 msgid "invalid %%E value"
20431 msgstr ""
20433 #: config/alpha/alpha.cc:5347 config/alpha/alpha.cc:5397
20434 #, c-format
20435 msgid "unknown relocation unspec"
20436 msgstr ""
20438 #: config/alpha/alpha.cc:5356 config/gcn/gcn.cc:6940 config/gcn/gcn.cc:6949
20439 #: config/gcn/gcn.cc:7009 config/gcn/gcn.cc:7017 config/gcn/gcn.cc:7033
20440 #: config/gcn/gcn.cc:7051 config/gcn/gcn.cc:7102 config/gcn/gcn.cc:7221
20441 #: config/gcn/gcn.cc:7332 config/rs6000/rs6000.cc:14360
20442 #, c-format
20443 msgid "invalid %%xn code"
20444 msgstr ""
20446 #: config/alpha/alpha.cc:5462
20447 #, c-format
20448 msgid "invalid operand address"
20449 msgstr ""
20451 #: config/arc/arc.cc:4545
20452 #, c-format
20453 msgid "invalid operand to %%Z code"
20454 msgstr ""
20456 #: config/arc/arc.cc:4553
20457 #, c-format
20458 msgid "invalid operand to %%z code"
20459 msgstr ""
20461 #: config/arc/arc.cc:4561
20462 #, c-format
20463 msgid "invalid operands to %%c code"
20464 msgstr ""
20466 #: config/arc/arc.cc:4569
20467 #, c-format
20468 msgid "invalid operand to %%M code"
20469 msgstr ""
20471 #: config/arc/arc.cc:4577 config/m32r/m32r.cc:2090
20472 #, c-format
20473 msgid "invalid operand to %%p code"
20474 msgstr ""
20476 #: config/arc/arc.cc:4588 config/m32r/m32r.cc:2083
20477 #, c-format
20478 msgid "invalid operand to %%s code"
20479 msgstr ""
20481 #: config/arc/arc.cc:4736 config/m32r/m32r.cc:2116
20482 #, c-format
20483 msgid "invalid operand to %%R code"
20484 msgstr ""
20486 #: config/arc/arc.cc:4812 config/m32r/m32r.cc:2139
20487 #, c-format
20488 msgid "invalid operand to %%H/%%L code"
20489 msgstr ""
20491 #: config/arc/arc.cc:4880 config/m32r/m32r.cc:2210
20492 #, c-format
20493 msgid "invalid operand to %%U code"
20494 msgstr ""
20496 #: config/arc/arc.cc:4892
20497 #, c-format
20498 msgid "invalid operand to %%V code"
20499 msgstr ""
20501 #: config/arc/arc.cc:4949
20502 #, c-format
20503 msgid "invalid operand to %%O code"
20504 msgstr ""
20506 #. Unknown flag.
20507 #. Undocumented flag.
20508 #: config/arc/arc.cc:4975 config/epiphany/epiphany.cc:1311
20509 #: config/m32r/m32r.cc:2237 config/nds32/nds32.cc:3520
20510 #: config/sparc/sparc.cc:9649
20511 #, c-format
20512 msgid "invalid operand output code"
20513 msgstr ""
20515 #: config/arc/arc.cc:6515
20516 #, c-format
20517 msgid "invalid UNSPEC as operand: %d"
20518 msgstr ""
20520 #: config/arc/arc.cc:6731
20521 msgid "unrecognized supposed constant"
20522 msgstr ""
20524 #: config/arm/arm.cc:20996 config/arm/arm.cc:21021 config/arm/arm.cc:21031
20525 #: config/arm/arm.cc:21040 config/arm/arm.cc:21049
20526 #, c-format
20527 msgid "invalid shift operand"
20528 msgstr ""
20530 #: config/arm/arm.cc:23958 config/arm/arm.cc:23976
20531 #, c-format
20532 msgid "predicated Thumb instruction"
20533 msgstr ""
20535 #: config/arm/arm.cc:23964
20536 #, c-format
20537 msgid "predicated instruction in conditional sequence"
20538 msgstr ""
20540 #: config/arm/arm.cc:24085 config/arm/arm.cc:24098 config/arm/arm.cc:24123
20541 #: config/nios2/nios2.cc:3084
20542 #, c-format
20543 msgid "Unsupported operand for code '%c'"
20544 msgstr ""
20546 #: config/arm/arm.cc:24200 config/arm/arm.cc:24222 config/arm/arm.cc:24232
20547 #: config/arm/arm.cc:24242 config/arm/arm.cc:24252 config/arm/arm.cc:24291
20548 #: config/arm/arm.cc:24309 config/arm/arm.cc:24327 config/arm/arm.cc:24354
20549 #: config/arm/arm.cc:24369 config/arm/arm.cc:24396 config/arm/arm.cc:24403
20550 #: config/arm/arm.cc:24421 config/arm/arm.cc:24428 config/arm/arm.cc:24436
20551 #: config/arm/arm.cc:24457 config/arm/arm.cc:24464 config/arm/arm.cc:24655
20552 #: config/arm/arm.cc:24662 config/arm/arm.cc:24689 config/arm/arm.cc:24696
20553 #: config/bfin/bfin.cc:1441 config/bfin/bfin.cc:1448 config/bfin/bfin.cc:1455
20554 #: config/bfin/bfin.cc:1462 config/bfin/bfin.cc:1471 config/bfin/bfin.cc:1478
20555 #: config/bfin/bfin.cc:1485 config/bfin/bfin.cc:1492 config/nds32/nds32.cc:3546
20556 #, c-format
20557 msgid "invalid operand for code '%c'"
20558 msgstr ""
20560 #: config/arm/arm.cc:24304
20561 #, c-format
20562 msgid "instruction never executed"
20563 msgstr ""
20565 #. Former Maverick support, removed after GCC-4.7.
20566 #: config/arm/arm.cc:24345
20567 #, c-format
20568 msgid "obsolete Maverick format code '%c'"
20569 msgstr ""
20571 #: config/arm/arm.cc:34257
20572 msgid "invalid conversion from type %<bfloat16_t%>"
20573 msgstr ""
20575 #: config/arm/arm.cc:34259
20576 msgid "invalid conversion to type %<bfloat16_t%>"
20577 msgstr ""
20579 #: config/arm/arm.cc:34274 config/arm/arm.cc:34290
20580 msgid "operation not permitted on type %<bfloat16_t%>"
20581 msgstr ""
20583 #: config/avr/avr.cc:2642
20584 #, c-format
20585 msgid "address operand requires constraint for X, Y, or Z register"
20586 msgstr ""
20588 #: config/avr/avr.cc:2825
20589 msgid "operands to %T/%t must be reg + const_int:"
20590 msgstr ""
20592 #: config/avr/avr.cc:2875 config/avr/avr.cc:2942
20593 msgid "bad address, not an I/O address:"
20594 msgstr ""
20596 #: config/avr/avr.cc:2884
20597 msgid "bad address, not a constant:"
20598 msgstr ""
20600 #: config/avr/avr.cc:2902 config/avr/avr.cc:2909
20601 msgid "bad address, not (reg+disp):"
20602 msgstr ""
20604 #: config/avr/avr.cc:2916
20605 msgid "bad address, not post_inc or pre_dec:"
20606 msgstr ""
20608 #: config/avr/avr.cc:2928
20609 msgid "internal compiler error.  Bad address:"
20610 msgstr ""
20612 #: config/avr/avr.cc:2961
20613 #, c-format
20614 msgid "Unsupported code '%c' for fixed-point:"
20615 msgstr ""
20617 #: config/avr/avr.cc:2969
20618 msgid "internal compiler error.  Unknown mode:"
20619 msgstr ""
20621 #: config/avr/avr.cc:3866 config/avr/avr.cc:4810 config/avr/avr.cc:5257
20622 msgid "invalid insn:"
20623 msgstr ""
20625 #: config/avr/avr.cc:3920 config/avr/avr.cc:4032 config/avr/avr.cc:4090
20626 #: config/avr/avr.cc:4142 config/avr/avr.cc:4161 config/avr/avr.cc:4353
20627 #: config/avr/avr.cc:4661 config/avr/avr.cc:4946 config/avr/avr.cc:5150
20628 #: config/avr/avr.cc:5314 config/avr/avr.cc:5407 config/avr/avr.cc:5606
20629 msgid "incorrect insn:"
20630 msgstr ""
20632 #: config/avr/avr.cc:4177 config/avr/avr.cc:4452 config/avr/avr.cc:4732
20633 #: config/avr/avr.cc:5018 config/avr/avr.cc:5196 config/avr/avr.cc:5463
20634 #: config/avr/avr.cc:5664
20635 msgid "unknown move insn:"
20636 msgstr ""
20638 #: config/avr/avr.cc:6131
20639 msgid "bad shift insn:"
20640 msgstr ""
20642 #: config/avr/avr.cc:6239 config/avr/avr.cc:6722 config/avr/avr.cc:7139
20643 msgid "internal compiler error.  Incorrect shift:"
20644 msgstr ""
20646 #: config/avr/avr.cc:8547
20647 msgid "unsupported fixed-point conversion"
20648 msgstr ""
20650 #: config/avr/avr.cc:9916
20651 msgid "variable"
20652 msgstr ""
20654 #: config/avr/avr.cc:9921
20655 msgid "function parameter"
20656 msgstr ""
20658 #: config/avr/avr.cc:9926
20659 msgid "structure field"
20660 msgstr ""
20662 #: config/avr/avr.cc:9932
20663 msgid "return type of function"
20664 msgstr ""
20666 #: config/avr/avr.cc:9937
20667 msgid "pointer"
20668 msgstr ""
20670 #: config/avr/driver-avr.cc:50
20671 #, c-format
20672 msgid ""
20673 "Running spec function '%s' with %d args\n"
20674 "\n"
20675 msgstr ""
20677 #: config/bfin/bfin.cc:1390
20678 #, c-format
20679 msgid "invalid %%j value"
20680 msgstr ""
20682 #: config/bfin/bfin.cc:1583 config/c6x/c6x.cc:2279
20683 #, c-format
20684 msgid "invalid const_double operand"
20685 msgstr ""
20687 #: config/bpf/bpf.cc:953
20688 msgid "invalid address in operand"
20689 msgstr ""
20691 #. Fallthrough.
20692 #: config/bpf/bpf.cc:960
20693 msgid "unsupported operand"
20694 msgstr ""
20696 #. Format punctuators via %s to avoid -Wformat-diag.
20697 #: config/cris/cris.cc:775 config/ft32/ft32.cc:110 config/moxie/moxie.cc:108
20698 #: final.cc:3188 final.cc:3190 fold-const.cc:277 gcc.cc:6118 gcc.cc:6132
20699 #: rtl-error.cc:101 toplev.cc:314 cp/logic.cc:312 cp/logic.cc:314
20700 #: cp/typeck.cc:7634 d/d-convert.cc:237 go/go-gcc-diagnostics.cc:28
20701 #: go/go-gcc-diagnostics.cc:37 go/go-gcc-diagnostics.cc:45
20702 #: go/go-gcc-diagnostics.cc:53 lto/lto-object.cc:180 lto/lto-object.cc:277
20703 #: lto/lto-object.cc:334 lto/lto-object.cc:358 m2/gm2-gcc/m2linemap.cc:182
20704 #: m2/gm2-gcc/m2linemap.cc:253 m2/gm2-gcc/m2linemap.cc:362
20705 #: rust/rust-gcc-diagnostics.cc:31 rust/rust-gcc-diagnostics.cc:40
20706 #: rust/rust-gcc-diagnostics.cc:48 rust/rust-gcc-diagnostics.cc:55
20707 #: rust/rust-gcc-diagnostics.cc:62 rust/rust-gcc-diagnostics.cc:70
20708 #, gcc-internal-format, gfc-internal-format
20709 msgid "%s"
20710 msgstr ""
20712 #: config/cris/cris.cc:826
20713 msgid "unexpected index-type in cris_print_index"
20714 msgstr ""
20716 #: config/cris/cris.cc:840
20717 msgid "unexpected base-type in cris_print_base"
20718 msgstr ""
20720 #: config/cris/cris.cc:895
20721 msgid "invalid operand for 'b' modifier"
20722 msgstr ""
20724 #: config/cris/cris.cc:912
20725 msgid "invalid operand for 'o' modifier"
20726 msgstr ""
20728 #: config/cris/cris.cc:931
20729 msgid "invalid operand for 'O' modifier"
20730 msgstr ""
20732 #: config/cris/cris.cc:964
20733 msgid "invalid operand for 'p' modifier"
20734 msgstr ""
20736 #: config/cris/cris.cc:1003
20737 msgid "invalid operand for 'z' modifier"
20738 msgstr ""
20740 #: config/cris/cris.cc:1050 config/cris/cris.cc:1084
20741 msgid "invalid operand for 'H' modifier"
20742 msgstr ""
20744 #: config/cris/cris.cc:1060
20745 msgid "bad register"
20746 msgstr ""
20748 #: config/cris/cris.cc:1104
20749 msgid "invalid operand for 'e' modifier"
20750 msgstr ""
20752 #: config/cris/cris.cc:1121
20753 msgid "invalid operand for 'm' modifier"
20754 msgstr ""
20756 #: config/cris/cris.cc:1146
20757 msgid "invalid operand for 'A' modifier"
20758 msgstr ""
20760 #: config/cris/cris.cc:1201
20761 msgid "invalid operand for 'D' modifier"
20762 msgstr ""
20764 #: config/cris/cris.cc:1218 config/cris/cris.cc:1223
20765 msgid "invalid operand for 'T' modifier"
20766 msgstr ""
20768 #: config/cris/cris.cc:1234 config/ft32/ft32.cc:236 config/moxie/moxie.cc:178
20769 msgid "invalid operand modifier letter"
20770 msgstr ""
20772 #: config/cris/cris.cc:1286
20773 msgid "unexpected multiplicative operand"
20774 msgstr ""
20776 #: config/cris/cris.cc:1306 config/ft32/ft32.cc:259 config/moxie/moxie.cc:203
20777 msgid "unexpected operand"
20778 msgstr ""
20780 #: config/cris/cris.cc:1345 config/cris/cris.cc:1355
20781 msgid "unrecognized address"
20782 msgstr ""
20784 #: config/cris/cris.cc:2556 config/cris/cris.cc:2609
20785 msgid "unexpected side-effects in address"
20786 msgstr ""
20788 #: config/fr30/fr30.cc:513
20789 #, c-format
20790 msgid "fr30_print_operand_address: unhandled address"
20791 msgstr ""
20793 #: config/fr30/fr30.cc:537
20794 #, c-format
20795 msgid "fr30_print_operand: unrecognized %%p code"
20796 msgstr ""
20798 #: config/fr30/fr30.cc:557
20799 #, c-format
20800 msgid "fr30_print_operand: unrecognized %%b code"
20801 msgstr ""
20803 #: config/fr30/fr30.cc:578
20804 #, c-format
20805 msgid "fr30_print_operand: unrecognized %%B code"
20806 msgstr ""
20808 #: config/fr30/fr30.cc:586
20809 #, c-format
20810 msgid "fr30_print_operand: invalid operand to %%A code"
20811 msgstr ""
20813 #: config/fr30/fr30.cc:603
20814 #, c-format
20815 msgid "fr30_print_operand: invalid %%x code"
20816 msgstr ""
20818 #: config/fr30/fr30.cc:610
20819 #, c-format
20820 msgid "fr30_print_operand: invalid %%F code"
20821 msgstr ""
20823 #: config/fr30/fr30.cc:627
20824 #, c-format
20825 msgid "fr30_print_operand: unknown code"
20826 msgstr ""
20828 #: config/fr30/fr30.cc:655 config/fr30/fr30.cc:664 config/fr30/fr30.cc:675
20829 #: config/fr30/fr30.cc:688
20830 #, c-format
20831 msgid "fr30_print_operand: unhandled MEM"
20832 msgstr ""
20834 #: config/frv/frv.cc:2491
20835 msgid "bad insn to frv_print_operand_address:"
20836 msgstr ""
20838 #: config/frv/frv.cc:2502
20839 msgid "bad register to frv_print_operand_memory_reference_reg:"
20840 msgstr ""
20842 #: config/frv/frv.cc:2541 config/frv/frv.cc:2551 config/frv/frv.cc:2560
20843 #: config/frv/frv.cc:2581 config/frv/frv.cc:2586
20844 msgid "bad insn to frv_print_operand_memory_reference:"
20845 msgstr ""
20847 #: config/frv/frv.cc:2671
20848 #, c-format
20849 msgid "bad condition code"
20850 msgstr ""
20852 #: config/frv/frv.cc:2745
20853 msgid "bad insn in frv_print_operand, bad const_double"
20854 msgstr ""
20856 #: config/frv/frv.cc:2806
20857 msgid "bad insn to frv_print_operand, 'e' modifier:"
20858 msgstr ""
20860 #: config/frv/frv.cc:2814
20861 msgid "bad insn to frv_print_operand, 'F' modifier:"
20862 msgstr ""
20864 #: config/frv/frv.cc:2830
20865 msgid "bad insn to frv_print_operand, 'f' modifier:"
20866 msgstr ""
20868 #: config/frv/frv.cc:2844
20869 msgid "bad insn to frv_print_operand, 'g' modifier:"
20870 msgstr ""
20872 #: config/frv/frv.cc:2892
20873 msgid "bad insn to frv_print_operand, 'L' modifier:"
20874 msgstr ""
20876 #: config/frv/frv.cc:2905
20877 msgid "bad insn to frv_print_operand, 'M/N' modifier:"
20878 msgstr ""
20880 #: config/frv/frv.cc:2926
20881 msgid "bad insn to frv_print_operand, 'O' modifier:"
20882 msgstr ""
20884 #: config/frv/frv.cc:2944
20885 msgid "bad insn to frv_print_operand, P modifier:"
20886 msgstr ""
20888 #: config/frv/frv.cc:2964
20889 msgid "bad insn in frv_print_operand, z case"
20890 msgstr ""
20892 #: config/frv/frv.cc:2995
20893 msgid "bad insn in frv_print_operand, 0 case"
20894 msgstr ""
20896 #: config/frv/frv.cc:3000
20897 msgid "frv_print_operand: unknown code"
20898 msgstr ""
20900 #: config/frv/frv.cc:4374
20901 msgid "bad output_move_single operand"
20902 msgstr ""
20904 #: config/frv/frv.cc:4501
20905 msgid "bad output_move_double operand"
20906 msgstr ""
20908 #: config/frv/frv.cc:4643
20909 msgid "bad output_condmove_single operand"
20910 msgstr ""
20912 #: config/gcn/gcn.cc:6626 config/gcn/gcn.cc:6646 config/gcn/gcn.cc:6650
20913 #: config/gcn/gcn.cc:6982 config/gcn/gcn.cc:6993 config/gcn/gcn.cc:6996
20914 #, c-format
20915 msgid "bad ADDR_SPACE_GLOBAL address"
20916 msgstr ""
20918 #: config/gcn/gcn.cc:6762 config/gcn/gcn.cc:6785 config/gcn/gcn.cc:6817
20919 #: config/gcn/gcn.cc:6833 config/gcn/gcn.cc:6848 config/gcn/gcn.cc:6867
20920 #: config/gcn/gcn.cc:6931 config/gcn/gcn.cc:7127 config/gcn/gcn.cc:7242
20921 #, c-format
20922 msgid "invalid operand %%xn code"
20923 msgstr ""
20925 #: config/gcn/gcn.cc:7230
20926 #, c-format
20927 msgid "operand %%xn code invalid for QImode"
20928 msgstr ""
20930 #: config/gcn/gcn.cc:7312
20931 #, c-format
20932 msgid "invalid fp constant"
20933 msgstr ""
20935 #: config/h8300/h8300.cc:1628 config/h8300/h8300.cc:1636
20936 #: config/h8300/h8300.cc:1644 config/h8300/h8300.cc:1652
20937 #: config/h8300/h8300.cc:1660 config/h8300/h8300.cc:1668
20938 #, c-format
20939 msgid "Expected register or constant integer."
20940 msgstr ""
20942 #: config/i386/i386.cc:12402
20943 #, c-format
20944 msgid "invalid UNSPEC as operand"
20945 msgstr ""
20947 #: config/i386/i386.cc:12941
20948 #, c-format
20949 msgid "invalid use of register '%s'"
20950 msgstr ""
20952 #: config/i386/i386.cc:12946
20953 #, c-format
20954 msgid "invalid use of asm flag output"
20955 msgstr ""
20957 #: config/i386/i386.cc:13179
20958 #, c-format
20959 msgid "invalid operand size for operand code 'O'"
20960 msgstr ""
20962 #: config/i386/i386.cc:13214
20963 #, c-format
20964 msgid "invalid operand size for operand code 'z'"
20965 msgstr ""
20967 #: config/i386/i386.cc:13283
20968 #, c-format
20969 msgid "invalid operand type used with operand code 'Z'"
20970 msgstr ""
20972 #: config/i386/i386.cc:13288
20973 #, c-format
20974 msgid "invalid operand size for operand code 'Z'"
20975 msgstr ""
20977 #: config/i386/i386.cc:13365
20978 #, c-format
20979 msgid "operand is not a condition code, invalid operand code 'Y'"
20980 msgstr ""
20982 #: config/i386/i386.cc:13444
20983 #, c-format
20984 msgid "operand is not a condition code, invalid operand code 'D'"
20985 msgstr ""
20987 #: config/i386/i386.cc:13462
20988 #, c-format
20989 msgid "operand is not a condition code, invalid operand code '%c'"
20990 msgstr ""
20992 #: config/i386/i386.cc:13475
20993 #, c-format
20994 msgid ""
20995 "operand is not an offsettable memory reference, invalid operand code 'H'"
20996 msgstr ""
20998 #: config/i386/i386.cc:13490
20999 #, c-format
21000 msgid "operand is not an integer, invalid operand code 'K'"
21001 msgstr ""
21003 #: config/i386/i386.cc:13518
21004 #, c-format
21005 msgid "operand is not a specific integer, invalid operand code 'r'"
21006 msgstr ""
21008 #: config/i386/i386.cc:13536
21009 #, c-format
21010 msgid "operand is not an integer, invalid operand code 'R'"
21011 msgstr ""
21013 #: config/i386/i386.cc:13559
21014 #, c-format
21015 msgid "operand is not a specific integer, invalid operand code 'R'"
21016 msgstr ""
21018 #: config/i386/i386.cc:13663
21019 #, c-format
21020 msgid "invalid operand code '%c'"
21021 msgstr ""
21023 #: config/i386/i386.cc:13725 config/i386/i386.cc:14114
21024 #, c-format
21025 msgid "invalid constraints for operand"
21026 msgstr ""
21028 #: config/i386/i386.cc:13826
21029 #, c-format
21030 msgid "invalid vector immediate"
21031 msgstr ""
21033 #: config/i386/i386.cc:16903
21034 msgid "unknown insn mode"
21035 msgstr ""
21037 #: config/ia64/ia64.cc:5460
21038 #, c-format
21039 msgid "invalid %%G mode"
21040 msgstr ""
21042 #: config/ia64/ia64.cc:5631
21043 #, c-format
21044 msgid "ia64_print_operand: unknown code"
21045 msgstr ""
21047 #: config/ia64/ia64.cc:11255
21048 msgid "invalid conversion from %<__fpreg%>"
21049 msgstr ""
21051 #: config/ia64/ia64.cc:11258
21052 msgid "invalid conversion to %<__fpreg%>"
21053 msgstr ""
21055 #: config/ia64/ia64.cc:11271 config/ia64/ia64.cc:11282
21056 msgid "invalid operation on %<__fpreg%>"
21057 msgstr ""
21059 #: config/iq2000/iq2000.cc:3126
21060 #, c-format
21061 msgid "invalid %%P operand"
21062 msgstr ""
21064 #: config/iq2000/iq2000.cc:3134 config/rs6000/rs6000.cc:13988
21065 #, c-format
21066 msgid "invalid %%p value"
21067 msgstr ""
21069 #: config/iq2000/iq2000.cc:3193
21070 #, c-format
21071 msgid "invalid use of %%d, %%x, or %%X"
21072 msgstr ""
21074 #: config/lm32/lm32.cc:524
21075 #, c-format
21076 msgid "only 0.0 can be loaded as an immediate"
21077 msgstr ""
21079 #: config/lm32/lm32.cc:594
21080 msgid "bad operand"
21081 msgstr ""
21083 #: config/lm32/lm32.cc:606
21084 msgid "can't use non gp relative absolute address"
21085 msgstr ""
21087 #: config/lm32/lm32.cc:610
21088 msgid "invalid addressing mode"
21089 msgstr ""
21091 #: config/loongarch/loongarch.cc:4754 config/loongarch/loongarch.cc:4776
21092 #: config/loongarch/loongarch.cc:5120 config/mips/mips.cc:9066
21093 #: config/mips/mips.cc:9093 config/mips/mips.cc:9276
21094 #, c-format
21095 msgid "'%%%c' is not a valid operand prefix"
21096 msgstr ""
21098 #: config/loongarch/loongarch.cc:5004 config/loongarch/loongarch.cc:5042
21099 #: config/loongarch/loongarch.cc:5077 config/loongarch/loongarch.cc:5080
21100 #: config/loongarch/loongarch.cc:5092 config/loongarch/loongarch.cc:5099
21101 #: config/loongarch/loongarch.cc:5109 config/loongarch/loongarch.cc:5112
21102 #: config/loongarch/loongarch.cc:5136 config/loongarch/loongarch.cc:5151
21103 #: config/loongarch/loongarch.cc:5160 config/mips/mips.cc:9165
21104 #: config/mips/mips.cc:9172 config/mips/mips.cc:9179 config/mips/mips.cc:9186
21105 #: config/mips/mips.cc:9199 config/mips/mips.cc:9206 config/mips/mips.cc:9216
21106 #: config/mips/mips.cc:9219 config/mips/mips.cc:9231 config/mips/mips.cc:9234
21107 #: config/mips/mips.cc:9294 config/mips/mips.cc:9301 config/mips/mips.cc:9322
21108 #: config/mips/mips.cc:9337 config/mips/mips.cc:9356 config/mips/mips.cc:9365
21109 #: config/riscv/riscv.cc:4272 config/riscv/riscv.cc:4535
21110 #: config/riscv/riscv.cc:4541 config/riscv/riscv.cc:4550
21111 #, c-format
21112 msgid "invalid use of '%%%c'"
21113 msgstr ""
21115 #: config/m32r/m32r.cc:2148
21116 msgid "bad insn for 'A'"
21117 msgstr ""
21119 #: config/m32r/m32r.cc:2195
21120 #, c-format
21121 msgid "invalid operand to %%T/%%B code"
21122 msgstr ""
21124 #: config/m32r/m32r.cc:2218
21125 #, c-format
21126 msgid "invalid operand to %%N code"
21127 msgstr ""
21129 #: config/m32r/m32r.cc:2251
21130 msgid "pre-increment address is not a register"
21131 msgstr ""
21133 #: config/m32r/m32r.cc:2258
21134 msgid "pre-decrement address is not a register"
21135 msgstr ""
21137 #: config/m32r/m32r.cc:2265
21138 msgid "post-increment address is not a register"
21139 msgstr ""
21141 #: config/m32r/m32r.cc:2340 config/m32r/m32r.cc:2355
21142 #: config/rs6000/rs6000.cc:20702
21143 msgid "bad address"
21144 msgstr ""
21146 #: config/m32r/m32r.cc:2360
21147 msgid "lo_sum not of register"
21148 msgstr ""
21150 #: config/microblaze/microblaze.cc:2299
21151 #, c-format
21152 msgid "unknown punctuation '%c'"
21153 msgstr ""
21155 #: config/microblaze/microblaze.cc:2308
21156 #, c-format
21157 msgid "null pointer"
21158 msgstr ""
21160 #: config/microblaze/microblaze.cc:2343
21161 #, c-format
21162 msgid "PRINT_OPERAND, invalid insn for %%C"
21163 msgstr ""
21165 #: config/microblaze/microblaze.cc:2372
21166 #, c-format
21167 msgid "PRINT_OPERAND, invalid insn for %%N"
21168 msgstr ""
21170 #: config/microblaze/microblaze.cc:2392 config/microblaze/microblaze.cc:2568
21171 msgid "insn contains an invalid address !"
21172 msgstr ""
21174 #: config/microblaze/microblaze.cc:2408 config/microblaze/microblaze.cc:2638
21175 #: config/xtensa/xtensa.cc:3105
21176 msgid "invalid address"
21177 msgstr ""
21179 #: config/microblaze/microblaze.cc:2511
21180 #, c-format
21181 msgid "letter %c was found & insn was not CONST_INT"
21182 msgstr ""
21184 #: config/mmix/mmix.cc:1636 config/mmix/mmix.cc:1757
21185 msgid "MMIX Internal: Expected a CONST_INT, not this"
21186 msgstr ""
21188 #: config/mmix/mmix.cc:1715
21189 msgid "MMIX Internal: Bad value for 'm', not a CONST_INT"
21190 msgstr ""
21192 #: config/mmix/mmix.cc:1725
21193 msgid "MMIX Internal: Expected a register, not this"
21194 msgstr ""
21196 #: config/mmix/mmix.cc:1735
21197 msgid "MMIX Internal: Expected a constant, not this"
21198 msgstr ""
21200 #. We need the original here.
21201 #: config/mmix/mmix.cc:1819
21202 msgid "MMIX Internal: Cannot decode this operand"
21203 msgstr ""
21205 #: config/mmix/mmix.cc:1878
21206 msgid "MMIX Internal: This is not a recognized address"
21207 msgstr ""
21209 #: config/mmix/mmix.cc:2770
21210 msgid "MMIX Internal: Trying to output invalidly reversed condition:"
21211 msgstr ""
21213 #: config/mmix/mmix.cc:2777
21214 msgid "MMIX Internal: What's the CC of this?"
21215 msgstr ""
21217 #: config/mmix/mmix.cc:2781
21218 msgid "MMIX Internal: What is the CC of this?"
21219 msgstr ""
21221 #: config/mmix/mmix.cc:2823
21222 msgid "MMIX Internal: This is not a constant:"
21223 msgstr ""
21225 #: config/msp430/msp430.cc:4229
21226 #, c-format
21227 msgid ""
21228 "%%d, %%e, %%f, %%g operand modifiers are for memory references or constant "
21229 "values only"
21230 msgstr ""
21232 #: config/msp430/msp430.cc:4342
21233 #, c-format
21234 msgid "invalid operand prefix"
21235 msgstr ""
21237 #: config/msp430/msp430.cc:4376
21238 #, c-format
21239 msgid "invalid zero extract"
21240 msgstr ""
21242 #: config/or1k/or1k.cc:1154 config/or1k/or1k.cc:1162
21243 #, c-format
21244 msgid "invalid relocation"
21245 msgstr ""
21247 #: config/or1k/or1k.cc:1256
21248 #, c-format
21249 msgid "invalid %%H value"
21250 msgstr ""
21252 #: config/or1k/or1k.cc:1269 config/xtensa/xtensa.cc:3022
21253 #, c-format
21254 msgid "invalid %%d value"
21255 msgstr ""
21257 #: config/or1k/or1k.cc:1317
21258 #, c-format
21259 msgid "unknown operand letter: '%c'"
21260 msgstr ""
21262 #: config/pru/pru.cc:1711 config/pru/pru.cc:1722
21263 #, c-format
21264 msgid "I/O register operand for '%%%c'"
21265 msgstr ""
21267 #: config/pru/pru.cc:1728
21268 #, c-format
21269 msgid "non 32 bit register operand for '%%%c'"
21270 msgstr ""
21272 #: config/pru/pru.cc:1813
21273 #, c-format
21274 msgid "unsupported code '%c' for fixed-point:"
21275 msgstr ""
21277 #: config/pru/pru.cc:1827
21278 #, c-format
21279 msgid "double constants not supported"
21280 msgstr ""
21282 #: config/pru/pru.cc:1910
21283 #, c-format
21284 msgid "unsupported operand %s for code '%c'"
21285 msgstr ""
21287 #: config/pru/pru.cc:1920
21288 #, c-format
21289 msgid "unexpected text address:"
21290 msgstr ""
21292 #: config/pru/pru.cc:1939
21293 #, c-format
21294 msgid "unsupported constant address:"
21295 msgstr ""
21297 #: config/pru/pru.cc:2000
21298 #, c-format
21299 msgid "unsupported memory expression:"
21300 msgstr ""
21302 #: config/riscv/riscv.cc:4378
21303 #, c-format
21304 msgid "invalid vector operand"
21305 msgstr ""
21307 #: config/rl78/rl78.cc:1998 config/rl78/rl78.cc:2084
21308 #, c-format
21309 msgid "q/Q modifiers invalid for symbol references"
21310 msgstr ""
21312 #: config/rs6000/host-darwin.cc:96
21313 #, c-format
21314 msgid "Out of stack space.\n"
21315 msgstr ""
21317 #: config/rs6000/host-darwin.cc:117
21318 #, c-format
21319 msgid "Try running '%s' in the shell to raise its limit.\n"
21320 msgstr ""
21322 #: config/rs6000/rs6000.cc:3807
21323 msgid "%<-mvsx%> requires hardware floating point"
21324 msgstr ""
21326 #: config/rs6000/rs6000.cc:3815
21327 msgid "%<-mvsx%> needs indexed addressing"
21328 msgstr ""
21330 #: config/rs6000/rs6000.cc:3820
21331 msgid "%<-mvsx%> and %<-mno-altivec%> are incompatible"
21332 msgstr ""
21334 #: config/rs6000/rs6000.cc:3822
21335 msgid "%<-mno-altivec%> disables vsx"
21336 msgstr ""
21338 #: config/rs6000/rs6000.cc:3971
21339 msgid "%<-mquad-memory%> requires 64-bit mode"
21340 msgstr ""
21342 #: config/rs6000/rs6000.cc:3974
21343 msgid "%<-mquad-memory-atomic%> requires 64-bit mode"
21344 msgstr ""
21346 #: config/rs6000/rs6000.cc:3986
21347 msgid "%<-mquad-memory%> is not available in little endian mode"
21348 msgstr ""
21350 #: config/rs6000/rs6000.cc:11087
21351 msgid "bad move"
21352 msgstr ""
21354 #: config/rs6000/rs6000.cc:13618
21355 msgid "Bad 128-bit move"
21356 msgstr ""
21358 #: config/rs6000/rs6000.cc:13798
21359 #, c-format
21360 msgid "invalid %%A value"
21361 msgstr ""
21363 #: config/rs6000/rs6000.cc:13807 config/xtensa/xtensa.cc:2957
21364 #, c-format
21365 msgid "invalid %%D value"
21366 msgstr ""
21368 #: config/rs6000/rs6000.cc:13822
21369 #, c-format
21370 msgid "invalid %%e value"
21371 msgstr ""
21373 #: config/rs6000/rs6000.cc:13843
21374 #, c-format
21375 msgid "invalid %%f value"
21376 msgstr ""
21378 #: config/rs6000/rs6000.cc:13852
21379 #, c-format
21380 msgid "invalid %%F value"
21381 msgstr ""
21383 #: config/rs6000/rs6000.cc:13861
21384 #, c-format
21385 msgid "invalid %%G value"
21386 msgstr ""
21388 #: config/rs6000/rs6000.cc:13896
21389 #, c-format
21390 msgid "invalid %%j code"
21391 msgstr ""
21393 #: config/rs6000/rs6000.cc:13906
21394 #, c-format
21395 msgid "invalid %%J code"
21396 msgstr ""
21398 #: config/rs6000/rs6000.cc:13916
21399 #, c-format
21400 msgid "invalid %%k value"
21401 msgstr ""
21403 #: config/rs6000/rs6000.cc:13931 config/xtensa/xtensa.cc:2994
21404 #, c-format
21405 msgid "invalid %%K value"
21406 msgstr ""
21408 #: config/rs6000/rs6000.cc:13978
21409 #, c-format
21410 msgid "invalid %%O value"
21411 msgstr ""
21413 #: config/rs6000/rs6000.cc:14025
21414 #, c-format
21415 msgid "invalid %%q value"
21416 msgstr ""
21418 #: config/rs6000/rs6000.cc:14067
21419 #, c-format
21420 msgid "invalid %%t value"
21421 msgstr ""
21423 #: config/rs6000/rs6000.cc:14084
21424 #, c-format
21425 msgid "invalid %%T value"
21426 msgstr ""
21428 #: config/rs6000/rs6000.cc:14096
21429 #, c-format
21430 msgid "invalid %%u value"
21431 msgstr ""
21433 #: config/rs6000/rs6000.cc:14110 config/xtensa/xtensa.cc:2969
21434 #, c-format
21435 msgid "invalid %%v value"
21436 msgstr ""
21438 #: config/rs6000/rs6000.cc:14160
21439 #, c-format
21440 msgid "invalid %%V value"
21441 msgstr ""
21443 #: config/rs6000/rs6000.cc:14176 config/xtensa/xtensa.cc:3015
21444 #, c-format
21445 msgid "invalid %%x value"
21446 msgstr ""
21448 #: config/rs6000/rs6000.cc:14233
21449 #, c-format
21450 msgid "invalid %%z value"
21451 msgstr ""
21453 #: config/rs6000/rs6000.cc:14302
21454 #, c-format
21455 msgid "invalid %%y value, try using the 'Z' constraint"
21456 msgstr ""
21458 #: config/rs6000/rs6000.cc:15232
21459 msgid "Invalid mixing of IEEE 128-bit and IBM 128-bit floating point types"
21460 msgstr ""
21462 #: config/rs6000/rs6000.cc:24099
21463 msgid "AltiVec argument passed to unprototyped function"
21464 msgstr ""
21466 #: config/rs6000/rs6000.cc:27721
21467 msgid "Could not generate addis value for fusion"
21468 msgstr ""
21470 #: config/rs6000/rs6000.cc:27790
21471 msgid "Unable to generate load/store offset for fusion"
21472 msgstr ""
21474 #: config/rs6000/rs6000.cc:27866
21475 msgid "Bad GPR fusion"
21476 msgstr ""
21478 #: config/rs6000/rs6000.cc:28468
21479 msgid "invalid conversion from type %<__vector_quad%>"
21480 msgstr ""
21482 #: config/rs6000/rs6000.cc:28470
21483 msgid "invalid conversion to type %<__vector_quad%>"
21484 msgstr ""
21486 #: config/rs6000/rs6000.cc:28472
21487 msgid "invalid conversion from type %<__vector_pair%>"
21488 msgstr ""
21490 #: config/rs6000/rs6000.cc:28474
21491 msgid "invalid conversion to type %<__vector_pair%>"
21492 msgstr ""
21494 #: config/s390/s390.cc:8072
21495 #, c-format
21496 msgid "symbolic memory references are only supported on z10 or later"
21497 msgstr ""
21499 #: config/s390/s390.cc:8083
21500 #, c-format
21501 msgid "cannot decompose address"
21502 msgstr ""
21504 #: config/s390/s390.cc:8165
21505 #, c-format
21506 msgid "invalid comparison operator for 'E' output modifier"
21507 msgstr ""
21509 #: config/s390/s390.cc:8188
21510 #, c-format
21511 msgid "invalid reference for 'J' output modifier"
21512 msgstr ""
21514 #: config/s390/s390.cc:8206
21515 #, c-format
21516 msgid "invalid address for 'O' output modifier"
21517 msgstr ""
21519 #: config/s390/s390.cc:8228
21520 #, c-format
21521 msgid "invalid address for 'R' output modifier"
21522 msgstr ""
21524 #: config/s390/s390.cc:8246
21525 #, c-format
21526 msgid "memory reference expected for 'S' output modifier"
21527 msgstr ""
21529 #: config/s390/s390.cc:8256
21530 #, c-format
21531 msgid "invalid address for 'S' output modifier"
21532 msgstr ""
21534 #: config/s390/s390.cc:8277
21535 #, c-format
21536 msgid "register or memory expression expected for 'N' output modifier"
21537 msgstr ""
21539 #: config/s390/s390.cc:8288
21540 #, c-format
21541 msgid "register or memory expression expected for 'M' output modifier"
21542 msgstr ""
21544 #: config/s390/s390.cc:8397 config/s390/s390.cc:8418
21545 #, c-format
21546 msgid "invalid constant for output modifier '%c'"
21547 msgstr ""
21549 #: config/s390/s390.cc:8415
21550 #, c-format
21551 msgid "invalid constant - try using an output modifier"
21552 msgstr ""
21554 #: config/s390/s390.cc:8452
21555 #, c-format
21556 msgid "invalid constant vector for output modifier '%c'"
21557 msgstr ""
21559 #: config/s390/s390.cc:8459
21560 #, c-format
21561 msgid "invalid expression - try using an output modifier"
21562 msgstr ""
21564 #: config/s390/s390.cc:8462
21565 #, c-format
21566 msgid "invalid expression for output modifier '%c'"
21567 msgstr ""
21569 #: config/s390/s390.cc:12310
21570 msgid "vector argument passed to unprototyped function"
21571 msgstr ""
21573 #: config/s390/s390.cc:16742
21574 msgid "types differ in signedness"
21575 msgstr ""
21577 #: config/s390/s390.cc:16752
21578 msgid "binary operator does not support two vector bool operands"
21579 msgstr ""
21581 #: config/s390/s390.cc:16755
21582 msgid "binary operator does not support vector bool operand"
21583 msgstr ""
21585 #: config/s390/s390.cc:16763
21586 msgid ""
21587 "binary operator does not support mixing vector bool with floating point "
21588 "vector operands"
21589 msgstr ""
21591 #: config/sh/sh.cc:1222
21592 #, c-format
21593 msgid "invalid operand to %%R"
21594 msgstr ""
21596 #: config/sh/sh.cc:1249
21597 #, c-format
21598 msgid "invalid operand to %%S"
21599 msgstr ""
21601 #: config/sh/sh.cc:8667
21602 msgid "created and used with different architectures / ABIs"
21603 msgstr ""
21605 #: config/sh/sh.cc:8669
21606 msgid "created and used with different ABIs"
21607 msgstr ""
21609 #: config/sh/sh.cc:8671
21610 msgid "created and used with different endianness"
21611 msgstr ""
21613 #: config/sparc/sparc.cc:9379 config/sparc/sparc.cc:9385
21614 #, c-format
21615 msgid "invalid %%Y operand"
21616 msgstr ""
21618 #: config/sparc/sparc.cc:9472
21619 #, c-format
21620 msgid "invalid %%A operand"
21621 msgstr ""
21623 #: config/sparc/sparc.cc:9492
21624 #, c-format
21625 msgid "invalid %%B operand"
21626 msgstr ""
21628 #: config/sparc/sparc.cc:9572
21629 #, c-format
21630 msgid "invalid %%C operand"
21631 msgstr ""
21633 #: config/sparc/sparc.cc:9604
21634 #, c-format
21635 msgid "invalid %%D operand"
21636 msgstr ""
21638 #: config/sparc/sparc.cc:9623
21639 #, c-format
21640 msgid "invalid %%f operand"
21641 msgstr ""
21643 #: config/sparc/sparc.cc:9635
21644 #, c-format
21645 msgid "invalid %%s operand"
21646 msgstr ""
21648 #: config/sparc/sparc.cc:9680
21649 #, c-format
21650 msgid "floating-point constant not a valid immediate operand"
21651 msgstr ""
21653 #: config/stormy16/stormy16.cc:1751 config/stormy16/stormy16.cc:1822
21654 #, c-format
21655 msgid "'B' operand is not constant"
21656 msgstr ""
21658 #: config/stormy16/stormy16.cc:1778
21659 #, c-format
21660 msgid "'B' operand has multiple bits set"
21661 msgstr ""
21663 #: config/stormy16/stormy16.cc:1804
21664 #, c-format
21665 msgid "'o' operand is not constant"
21666 msgstr ""
21668 #: config/stormy16/stormy16.cc:1836
21669 #, c-format
21670 msgid "xstormy16_print_operand: unknown code"
21671 msgstr ""
21673 #: config/v850/v850.cc:271
21674 msgid "const_double_split got a bad insn:"
21675 msgstr ""
21677 #: config/v850/v850.cc:885
21678 msgid "output_move_single:"
21679 msgstr ""
21681 #: config/vax/vax.cc:481
21682 #, c-format
21683 msgid "symbol used with both base and indexed registers"
21684 msgstr ""
21686 #: config/vax/vax.cc:490
21687 #, c-format
21688 msgid "symbol with offset used in PIC mode"
21689 msgstr ""
21691 #: config/vax/vax.cc:578
21692 #, c-format
21693 msgid "symbol used as immediate operand"
21694 msgstr ""
21696 #: config/vax/vax.cc:1680
21697 msgid "illegal operand detected"
21698 msgstr ""
21700 #: config/visium/visium.cc:3365
21701 msgid "illegal operand "
21702 msgstr ""
21704 #: config/visium/visium.cc:3416
21705 msgid "illegal operand address (1)"
21706 msgstr ""
21708 #: config/visium/visium.cc:3423
21709 msgid "illegal operand address (2)"
21710 msgstr ""
21712 #: config/visium/visium.cc:3438
21713 msgid "illegal operand address (3)"
21714 msgstr ""
21716 #: config/visium/visium.cc:3446
21717 msgid "illegal operand address (4)"
21718 msgstr ""
21720 #: config/xtensa/xtensa-dynconfig.cc:63
21721 msgid "Unable to load DLL."
21722 msgstr ""
21724 #: config/xtensa/xtensa.cc:831 config/xtensa/xtensa.cc:869
21725 msgid "bad test"
21726 msgstr ""
21728 #: config/xtensa/xtensa.cc:2989
21729 msgid "invalid mask"
21730 msgstr ""
21732 #: config/xtensa/xtensa.cc:3041 config/xtensa/xtensa.cc:3051
21733 #, c-format
21734 msgid "invalid %%t/%%b value"
21735 msgstr ""
21737 #: config/xtensa/xtensa.cc:3130
21738 msgid "no register in address"
21739 msgstr ""
21741 #: config/xtensa/xtensa.cc:3138
21742 msgid "address offset not a constant"
21743 msgstr ""
21745 #: c/c-objc-common.cc:193
21746 msgid "{erroneous}"
21747 msgstr ""
21749 #: c/c-objc-common.cc:234
21750 msgid "aka"
21751 msgstr ""
21753 #: c/c-objc-common.cc:326
21754 msgid "({anonymous})"
21755 msgstr ""
21757 #. If we have
21758 #. declaration-specifiers declarator decl-specs
21759 #. then assume we have a missing semicolon, which would
21760 #. give us:
21761 #. declaration-specifiers declarator  decl-specs
21762 #. ^
21763 #. ;
21764 #. <~~~~~~~~~ declaration ~~~~~~~~~~>
21765 #. Use c_parser_require to get an error with a fix-it hint.
21766 #: c/c-parser.cc:2761 c/c-parser.cc:2883 c/c-parser.cc:2897 c/c-parser.cc:6160
21767 #: c/c-parser.cc:6783 c/c-parser.cc:7212 c/c-parser.cc:7391 c/c-parser.cc:7424
21768 #: c/c-parser.cc:7690 c/c-parser.cc:11761 c/c-parser.cc:11796
21769 #: c/c-parser.cc:11827 c/c-parser.cc:11874 c/c-parser.cc:12055
21770 #: c/c-parser.cc:12888 c/c-parser.cc:12963 c/c-parser.cc:13006
21771 #: c/c-parser.cc:19399 c/c-parser.cc:19479 c/c-parser.cc:19808
21772 #: c/c-parser.cc:19834 c/c-parser.cc:19857 c/c-parser.cc:20304
21773 #: c/c-parser.cc:20348 c/gimple-parser.cc:406 c/gimple-parser.cc:447
21774 #: c/gimple-parser.cc:456 c/gimple-parser.cc:665 c/gimple-parser.cc:2261
21775 #: c/gimple-parser.cc:2298 c/gimple-parser.cc:2377 c/gimple-parser.cc:2404
21776 #: c/c-parser.cc:3671 c/c-parser.cc:3861 c/c-parser.cc:3896 c/c-parser.cc:12048
21777 #: c/gimple-parser.cc:2069 c/gimple-parser.cc:2126 cp/parser.cc:15350
21778 #: cp/parser.cc:33085 cp/parser.cc:33721
21779 #, gcc-internal-format
21780 msgid "expected %<;%>"
21781 msgstr ""
21783 #: c/c-parser.cc:3355 c/c-parser.cc:4460 c/c-parser.cc:4655 c/c-parser.cc:4713
21784 #: c/c-parser.cc:4771 c/c-parser.cc:5153 c/c-parser.cc:5176 c/c-parser.cc:5185
21785 #: c/c-parser.cc:5236 c/c-parser.cc:5245 c/c-parser.cc:9123 c/c-parser.cc:9191
21786 #: c/c-parser.cc:9701 c/c-parser.cc:9726 c/c-parser.cc:9760 c/c-parser.cc:9872
21787 #: c/c-parser.cc:10691 c/c-parser.cc:12162 c/c-parser.cc:14546
21788 #: c/c-parser.cc:15260 c/c-parser.cc:15319 c/c-parser.cc:15374
21789 #: c/c-parser.cc:17168 c/c-parser.cc:17288 c/c-parser.cc:18622
21790 #: c/c-parser.cc:19899 c/c-parser.cc:20312 c/c-parser.cc:23397
21791 #: c/c-parser.cc:23479 c/gimple-parser.cc:195 c/gimple-parser.cc:198
21792 #: c/gimple-parser.cc:541 c/gimple-parser.cc:575 c/gimple-parser.cc:580
21793 #: c/gimple-parser.cc:749 c/gimple-parser.cc:846 c/gimple-parser.cc:1048
21794 #: c/gimple-parser.cc:1074 c/gimple-parser.cc:1077 c/gimple-parser.cc:1208
21795 #: c/gimple-parser.cc:1335 c/gimple-parser.cc:1462 c/gimple-parser.cc:1478
21796 #: c/gimple-parser.cc:1494 c/gimple-parser.cc:1516 c/gimple-parser.cc:1546
21797 #: c/gimple-parser.cc:1572 c/gimple-parser.cc:1779 c/gimple-parser.cc:1991
21798 #: c/gimple-parser.cc:2011 c/gimple-parser.cc:2171 c/gimple-parser.cc:2334
21799 #: c/c-parser.cc:7642 cp/parser.cc:33769
21800 #, gcc-internal-format
21801 msgid "expected %<)%>"
21802 msgstr ""
21804 #: c/c-parser.cc:4549 c/c-parser.cc:5296 c/c-parser.cc:5448 c/c-parser.cc:5474
21805 #: c/c-parser.cc:5475 c/c-parser.cc:5915 c/c-parser.cc:5959 c/c-parser.cc:7741
21806 #: c/c-parser.cc:9863 c/c-parser.cc:10832 c/c-parser.cc:11186
21807 #: c/c-parser.cc:13949 c/gimple-parser.cc:1755 cp/parser.cc:33733
21808 #, gcc-internal-format
21809 msgid "expected %<]%>"
21810 msgstr ""
21812 #: c/c-parser.cc:4751
21813 msgid "expected %<;%>, %<,%> or %<)%>"
21814 msgstr ""
21816 #. Look for the two `(' tokens.
21817 #: c/c-parser.cc:5205 c/c-parser.cc:5210 c/c-parser.cc:14529
21818 #: c/c-parser.cc:15349 c/c-parser.cc:22673 c/c-parser.cc:23205
21819 #: c/c-parser.cc:23422 c/gimple-parser.cc:180 c/gimple-parser.cc:488
21820 #: c/gimple-parser.cc:527 c/gimple-parser.cc:559 c/gimple-parser.cc:816
21821 #: c/gimple-parser.cc:1042 c/gimple-parser.cc:1068 c/gimple-parser.cc:1195
21822 #: c/gimple-parser.cc:1330 c/gimple-parser.cc:1452 c/gimple-parser.cc:1512
21823 #: c/gimple-parser.cc:1530 c/gimple-parser.cc:1565 c/gimple-parser.cc:1960
21824 #: c/gimple-parser.cc:1971 c/gimple-parser.cc:1977 c/gimple-parser.cc:2160
21825 #: c/gimple-parser.cc:2331 c/c-parser.cc:14351 cp/parser.cc:33724
21826 #, gcc-internal-format
21827 msgid "expected %<(%>"
21828 msgstr ""
21830 #: c/c-parser.cc:5444 c/c-parser.cc:5446 c/c-parser.cc:13853 cp/parser.cc:33736
21831 #: cp/parser.cc:37504 go/gofrontend/embed.cc:439
21832 #, gcc-internal-format
21833 msgid "expected %<[%>"
21834 msgstr ""
21836 #: c/c-parser.cc:6096 c/c-parser.cc:12391 c/c-parser.cc:19374
21837 #: c/c-parser.cc:19460 c/c-parser.cc:20118 c/c-parser.cc:20990
21838 #: c/c-parser.cc:24653 c/gimple-parser.cc:399 c/gimple-parser.cc:2337
21839 #: c/c-parser.cc:3658 c/c-parser.cc:3885 c/c-parser.cc:11943 cp/parser.cc:21039
21840 #: cp/parser.cc:33730 go/gofrontend/embed.cc:370
21841 #, gcc-internal-format
21842 msgid "expected %<{%>"
21843 msgstr ""
21845 #: c/c-parser.cc:6391 c/c-parser.cc:6400 c/c-parser.cc:8188 c/c-parser.cc:9328
21846 #: c/c-parser.cc:12155 c/c-parser.cc:12552 c/c-parser.cc:12616
21847 #: c/c-parser.cc:13931 c/c-parser.cc:14951 c/c-parser.cc:15177
21848 #: c/c-parser.cc:15695 c/c-parser.cc:15796 c/c-parser.cc:16330
21849 #: c/c-parser.cc:16766 c/c-parser.cc:16842 c/c-parser.cc:16959
21850 #: c/c-parser.cc:17031 c/c-parser.cc:22535 c/c-parser.cc:23262
21851 #: c/c-parser.cc:23321 c/gimple-parser.cc:582 c/gimple-parser.cc:887
21852 #: c/gimple-parser.cc:2385 c/gimple-parser.cc:2412 c/c-parser.cc:7649
21853 #: c/c-parser.cc:14454 c/c-parser.cc:15801 cp/parser.cc:33763
21854 #: cp/parser.cc:35465 cp/parser.cc:38352 cp/parser.cc:39227
21855 #: go/gofrontend/embed.cc:403
21856 #, gcc-internal-format
21857 msgid "expected %<:%>"
21858 msgstr ""
21860 #: c/c-parser.cc:7199 cp/parser.cc:33650
21861 #, gcc-internal-format
21862 msgid "expected %<while%>"
21863 msgstr ""
21865 #: c/c-parser.cc:9086 c/c-parser.cc:9279 c/c-parser.cc:9750 c/c-parser.cc:9793
21866 #: c/c-parser.cc:9934 c/c-parser.cc:10681 c/c-parser.cc:15354
21867 #: c/c-parser.cc:16911 c/gimple-parser.cc:1045 c/gimple-parser.cc:1071
21868 #: c/gimple-parser.cc:1199 c/gimple-parser.cc:1202 c/gimple-parser.cc:1534
21869 #: c/gimple-parser.cc:1540 cp/parser.cc:33083 cp/parser.cc:33739
21870 #, gcc-internal-format
21871 msgid "expected %<,%>"
21872 msgstr ""
21874 #: c/c-parser.cc:9647
21875 msgid "expected %<.%>"
21876 msgstr ""
21878 #: c/c-parser.cc:11614 c/c-parser.cc:11646 c/c-parser.cc:11886
21879 #: cp/parser.cc:36039 cp/parser.cc:36060
21880 #, gcc-internal-format
21881 msgid "expected %<@end%>"
21882 msgstr ""
21884 #: c/c-parser.cc:12304 c/gimple-parser.cc:1370 cp/parser.cc:33748
21885 #, gcc-internal-format
21886 msgid "expected %<>%>"
21887 msgstr ""
21889 #: c/c-parser.cc:15890 c/c-parser.cc:17306 cp/parser.cc:33772
21890 #, gcc-internal-format
21891 msgid "expected %<,%> or %<)%>"
21892 msgstr ""
21894 #. All following cases are statements with LHS.
21895 #: c/c-parser.cc:16758 c/c-parser.cc:19267 c/c-parser.cc:19314
21896 #: c/c-parser.cc:19471 c/c-parser.cc:19818 c/c-parser.cc:20291
21897 #: c/c-parser.cc:22742 c/c-parser.cc:23463 c/gimple-parser.cc:740
21898 #: c/c-parser.cc:5982 c/c-parser.cc:19391 c/c-parser.cc:19614
21899 #: cp/parser.cc:33751 cp/parser.cc:42079 cp/parser.cc:42252
21900 #, gcc-internal-format
21901 msgid "expected %<=%>"
21902 msgstr ""
21904 #: c/c-parser.cc:19402 c/c-parser.cc:19482 c/c-parser.cc:19835
21905 #: c/c-parser.cc:20169 c/gimple-parser.cc:1588 c/gimple-parser.cc:1620
21906 #: c/gimple-parser.cc:1630 c/gimple-parser.cc:2422 cp/parser.cc:33727
21907 #: cp/parser.cc:36249
21908 #, gcc-internal-format
21909 msgid "expected %<}%>"
21910 msgstr ""
21912 #: c/c-parser.cc:19495 cp/parser.cc:42177
21913 #, gcc-internal-format
21914 msgid "expected %<else%>"
21915 msgstr ""
21917 #: c/c-parser.cc:21035 c/c-parser.cc:21024 cp/parser.cc:44437
21918 #, gcc-internal-format
21919 msgid "expected %<#pragma omp section%> or %<}%>"
21920 msgstr ""
21922 #: c/c-parser.cc:24023 cp/parser.cc:48282
21923 msgid "<message unknown at compile time>"
21924 msgstr ""
21926 #: c/c-typeck.cc:8855
21927 msgid "(anonymous)"
21928 msgstr ""
21930 #: c/gimple-parser.cc:1359 cp/parser.cc:18387 cp/parser.cc:33745
21931 #, gcc-internal-format
21932 msgid "expected %<<%>"
21933 msgstr ""
21935 #: c/gimple-parser.cc:2381 c/gimple-parser.cc:2408 c/gimple-parser.cc:2247
21936 #: c/gimple-parser.cc:2284
21937 #, gcc-internal-format
21938 msgid "expected label"
21939 msgstr ""
21941 #: cp/call.cc:4059
21942 msgid "candidate:"
21943 msgstr ""
21945 #: cp/call.cc:8193
21946 msgid "  after user-defined conversion:"
21947 msgstr ""
21949 #: cp/call.cc:8357 cp/pt.cc:2022 cp/pt.cc:26135
21950 msgid "candidate is:"
21951 msgid_plural "candidates are:"
21952 msgstr[0] ""
21953 msgstr[1] ""
21955 #: cp/call.cc:12792 cp/call.cc:13184
21956 msgid "candidate 1:"
21957 msgstr ""
21959 #: cp/call.cc:12794 cp/call.cc:13185
21960 msgid "candidate 2:"
21961 msgstr ""
21963 #: cp/decl.cc:3588
21964 msgid "jump to label %qD"
21965 msgstr ""
21967 #: cp/decl.cc:3589
21968 msgid "jump to case label"
21969 msgstr ""
21971 #: cp/error.cc:462
21972 msgid "<missing>"
21973 msgstr ""
21975 #: cp/error.cc:564
21976 msgid "<brace-enclosed initializer list>"
21977 msgstr ""
21979 #: cp/error.cc:566
21980 msgid "<unresolved overloaded function type>"
21981 msgstr ""
21983 #: cp/error.cc:733
21984 msgid "<type error>"
21985 msgstr ""
21987 #. A lambda's "type" is essentially its signature.
21988 #: cp/error.cc:840
21989 msgid "<lambda"
21990 msgstr ""
21992 #: cp/error.cc:850 objc/objc-act.cc:6362 cp/cxx-pretty-print.cc:154
21993 #: cp/cxx-pretty-print.cc:2831
21994 #, gcc-internal-format
21995 msgid "<unnamed>"
21996 msgstr ""
21998 #: cp/error.cc:852
21999 #, c-format
22000 msgid "<unnamed %s>"
22001 msgstr ""
22003 #: cp/error.cc:990
22004 msgid "<typeprefixerror>"
22005 msgstr ""
22007 #: cp/error.cc:1131
22008 #, c-format
22009 msgid "(static initializers for %s)"
22010 msgstr ""
22012 #: cp/error.cc:1133
22013 #, c-format
22014 msgid "(static destructors for %s)"
22015 msgstr ""
22017 #: cp/error.cc:1179
22018 msgid "<structured bindings>"
22019 msgstr ""
22021 #: cp/error.cc:1303
22022 msgid "vtable for "
22023 msgstr ""
22025 #: cp/error.cc:1327
22026 msgid "<return value> "
22027 msgstr ""
22029 #: cp/error.cc:1342
22030 msgid "{anonymous}"
22031 msgstr ""
22033 #: cp/error.cc:1344
22034 msgid "(anonymous namespace)"
22035 msgstr ""
22037 #: cp/error.cc:1444
22038 msgid "<template arguments error>"
22039 msgstr ""
22041 #: cp/error.cc:1469
22042 msgid "<enumerator>"
22043 msgstr ""
22045 #: cp/error.cc:1533
22046 msgid "<declaration error>"
22047 msgstr ""
22049 #: cp/error.cc:2099 cp/error.cc:2119
22050 msgid "<template parameter error>"
22051 msgstr ""
22053 #: cp/error.cc:2249
22054 msgid "<statement>"
22055 msgstr ""
22057 #: cp/error.cc:2279 cp/error.cc:3374 c-family/c-pretty-print.cc:2661
22058 #, gcc-internal-format
22059 msgid "<unknown>"
22060 msgstr ""
22062 #. While waiting for caret diagnostics, avoid printing
22063 #. __cxa_allocate_exception, __cxa_throw, and the like.
22064 #: cp/error.cc:2297
22065 msgid "<throw-expression>"
22066 msgstr ""
22068 #: cp/error.cc:2398
22069 msgid "<ubsan routine call>"
22070 msgstr ""
22072 #: cp/error.cc:2889
22073 msgid "<unparsed>"
22074 msgstr ""
22076 #: cp/error.cc:3046
22077 msgid "<lambda>"
22078 msgstr ""
22080 #: cp/error.cc:3085
22081 msgid "*this"
22082 msgstr ""
22084 #: cp/error.cc:3099
22085 msgid "<expression error>"
22086 msgstr ""
22088 #: cp/error.cc:3114
22089 msgid "<unknown operator>"
22090 msgstr ""
22092 #: cp/error.cc:3589
22093 msgid "At global scope:"
22094 msgstr ""
22096 #: cp/error.cc:3648
22097 msgid "    inlined from %qD at %r%s:%d:%d%R"
22098 msgstr ""
22100 #: cp/error.cc:3653
22101 msgid "    inlined from %qD at %r%s:%d%R"
22102 msgstr ""
22104 #: cp/error.cc:3659
22105 msgid "    inlined from %qD"
22106 msgstr ""
22108 #: cp/error.cc:3686
22109 msgid "In static member function %qD"
22110 msgstr ""
22112 #: cp/error.cc:3688
22113 msgid "In copy constructor %qD"
22114 msgstr ""
22116 #: cp/error.cc:3690
22117 msgid "In constructor %qD"
22118 msgstr ""
22120 #: cp/error.cc:3692
22121 msgid "In destructor %qD"
22122 msgstr ""
22124 #: cp/error.cc:3694
22125 msgid "In lambda function"
22126 msgstr ""
22128 #: cp/error.cc:3696
22129 msgid "In member function %qD"
22130 msgstr ""
22132 #: cp/error.cc:3699
22133 msgid "In function %qD"
22134 msgstr ""
22136 #: cp/error.cc:3722
22137 #, c-format
22138 msgid "%s: In substitution of %qS:\n"
22139 msgstr ""
22141 #: cp/error.cc:3723
22142 msgid "%s: In instantiation of %q#D:\n"
22143 msgstr ""
22145 #: cp/error.cc:3748 cp/error.cc:3902
22146 msgid "%r%s:%d:%d:%R   "
22147 msgstr ""
22149 #: cp/error.cc:3751 cp/error.cc:3905
22150 msgid "%r%s:%d:%R   "
22151 msgstr ""
22153 #: cp/error.cc:3759
22154 #, c-format
22155 msgid "recursively required by substitution of %qS\n"
22156 msgstr ""
22158 #: cp/error.cc:3760
22159 #, c-format
22160 msgid "required by substitution of %qS\n"
22161 msgstr ""
22163 #: cp/error.cc:3765
22164 msgid "recursively required from %q#D\n"
22165 msgstr ""
22167 #: cp/error.cc:3766
22168 msgid "required from %q#D\n"
22169 msgstr ""
22171 #: cp/error.cc:3773
22172 msgid "recursively required from here\n"
22173 msgstr ""
22175 #: cp/error.cc:3774
22176 msgid "required from here\n"
22177 msgstr ""
22179 #: cp/error.cc:3826
22180 msgid ""
22181 "%r%s:%d:%d:%R   [ skipping %d instantiation contexts, use -ftemplate-"
22182 "backtrace-limit=0 to disable ]\n"
22183 msgstr ""
22185 #: cp/error.cc:3832
22186 msgid ""
22187 "%r%s:%d:%R   [ skipping %d instantiation contexts, use -ftemplate-backtrace-"
22188 "limit=0 to disable ]\n"
22189 msgstr ""
22191 #: cp/error.cc:3886
22192 msgid "%r%s:%d:%d:%R   in %<constexpr%> expansion of %qs"
22193 msgstr ""
22195 #: cp/error.cc:3890
22196 msgid "%r%s:%d:%R   in %<constexpr%> expansion of %qs"
22197 msgstr ""
22199 #: cp/parser.cc:6140
22200 msgid "parameter %qD may not appear in this context"
22201 msgstr ""
22203 #: cp/parser.cc:6141
22204 msgid "local variable %qD may not appear in this context"
22205 msgstr ""
22207 #: cp/parser.cc:21883
22208 msgid "%<using enum%> only available with %<-std=c++20%> or %<-std=gnu++20%>"
22209 msgstr ""
22211 #: cp/parser.cc:21886
22212 msgid "%<using enum%> of dependent type %qT"
22213 msgstr ""
22215 #: cp/parser.cc:21888
22216 msgid "%<using enum%> of non-enumeration type %q#T"
22217 msgstr ""
22219 #: cp/parser.cc:21890
22220 msgid "%<using enum%> of incomplete type %qT"
22221 msgstr ""
22223 #: cp/parser.cc:21892
22224 msgid "%<using enum%> of %qT before its enum-specifier"
22225 msgstr ""
22227 #: cp/pt.cc:2020 cp/semantics.cc:5992
22228 msgid "candidates are:"
22229 msgstr ""
22231 #: cp/rtti.cc:592
22232 msgid "target is not pointer or reference to class"
22233 msgstr ""
22235 #: cp/rtti.cc:597
22236 msgid "target is not pointer or reference to complete type"
22237 msgstr ""
22239 #: cp/rtti.cc:603
22240 msgid "target is not pointer or reference"
22241 msgstr ""
22243 #: cp/rtti.cc:619
22244 msgid "source is not a pointer"
22245 msgstr ""
22247 #: cp/rtti.cc:624
22248 msgid "source is not a pointer to class"
22249 msgstr ""
22251 #: cp/rtti.cc:629
22252 msgid "source is a pointer to incomplete type"
22253 msgstr ""
22255 #: cp/rtti.cc:642
22256 msgid "source is not of class type"
22257 msgstr ""
22259 #: cp/rtti.cc:647
22260 msgid "source is of incomplete class type"
22261 msgstr ""
22263 #: cp/rtti.cc:658
22264 msgid "conversion casts away constness"
22265 msgstr ""
22267 #: cp/rtti.cc:818
22268 msgid "source type is not polymorphic"
22269 msgstr ""
22271 #: cp/typeck.cc:7328 c/c-typeck.cc:4601
22272 #, gcc-internal-format
22273 msgid "wrong type argument to unary minus"
22274 msgstr ""
22276 #: cp/typeck.cc:7329 c/c-typeck.cc:4588
22277 #, gcc-internal-format
22278 msgid "wrong type argument to unary plus"
22279 msgstr ""
22281 #: cp/typeck.cc:7356 c/c-typeck.cc:4645
22282 #, gcc-internal-format
22283 msgid "wrong type argument to bit-complement"
22284 msgstr ""
22286 #: cp/typeck.cc:7373 c/c-typeck.cc:4653
22287 #, gcc-internal-format
22288 msgid "wrong type argument to abs"
22289 msgstr ""
22291 #: cp/typeck.cc:7385 c/c-typeck.cc:4675
22292 #, gcc-internal-format
22293 msgid "wrong type argument to conjugation"
22294 msgstr ""
22296 #: cp/typeck.cc:7407
22297 msgid "in argument to unary !"
22298 msgstr ""
22300 #: cp/typeck.cc:7456
22301 msgid "no pre-increment operator for type"
22302 msgstr ""
22304 #: cp/typeck.cc:7458
22305 msgid "no post-increment operator for type"
22306 msgstr ""
22308 #: cp/typeck.cc:7460
22309 msgid "no pre-decrement operator for type"
22310 msgstr ""
22312 #: cp/typeck.cc:7462
22313 msgid "no post-decrement operator for type"
22314 msgstr ""
22316 #: fortran/arith.cc:1487
22317 msgid "elemental binary operation"
22318 msgstr ""
22320 #: fortran/check.cc:70
22321 msgid " [see %<-fno-allow-invalid-boz%>]"
22322 msgstr ""
22324 #: fortran/check.cc:3705
22325 #, c-format
22326 msgid "arguments 'a%d' and 'a%d' for intrinsic '%s'"
22327 msgstr ""
22329 #: fortran/check.cc:3914 fortran/check.cc:3996 fortran/check.cc:4061
22330 #, c-format
22331 msgid "arguments '%s' and '%s' for intrinsic %s"
22332 msgstr ""
22334 #: fortran/check.cc:4402 fortran/intrinsic.cc:4828
22335 #, c-format
22336 msgid "arguments '%s' and '%s' for intrinsic '%s'"
22337 msgstr ""
22339 #: fortran/dump-parse-tree.cc:3649
22340 #, c-format
22341 msgid ""
22342 "/* Prototypes for external procedures generated from %s\n"
22343 "   by GNU Fortran %s%s.\n"
22344 "\n"
22345 "   Use of this interface is discouraged, consider using the\n"
22346 "   BIND(C) feature of standard Fortran instead.  */\n"
22347 "\n"
22348 msgstr ""
22350 #: fortran/error.cc:984
22351 msgid "Fortran 2018 deleted feature:"
22352 msgstr ""
22354 #: fortran/error.cc:986
22355 msgid "Fortran 2018 obsolescent feature:"
22356 msgstr ""
22358 #: fortran/error.cc:988
22359 msgid "Fortran 2018:"
22360 msgstr ""
22362 #: fortran/error.cc:990
22363 msgid "Fortran 2008 obsolescent feature:"
22364 msgstr ""
22366 #: fortran/error.cc:996
22367 msgid "GNU Extension:"
22368 msgstr ""
22370 #: fortran/error.cc:998
22371 msgid "Legacy Extension:"
22372 msgstr ""
22374 #: fortran/error.cc:1000
22375 msgid "Obsolescent feature:"
22376 msgstr ""
22378 #: fortran/error.cc:1002
22379 msgid "Deleted feature:"
22380 msgstr ""
22382 #: fortran/expr.cc:3792
22383 msgid "array assignment"
22384 msgstr ""
22386 #: fortran/frontend-passes.cc:2387
22387 msgid ""
22388 "Index variable %qs redefined at %L in procedure %qs called from within DO "
22389 "loop at %L"
22390 msgstr ""
22392 #. Macros for unified error messages.
22393 #: fortran/frontend-passes.cc:4082
22394 #, c-format
22395 msgid ""
22396 "Incorrect extent in argument B in MATMUL intrinsic in dimension 1: is %ld, "
22397 "should be %ld"
22398 msgstr ""
22400 #: fortran/frontend-passes.cc:4085
22401 #, c-format
22402 msgid "Array bound mismatch for dimension 1 of array (%ld/%ld)"
22403 msgstr ""
22405 #: fortran/frontend-passes.cc:4088
22406 #, c-format
22407 msgid "Array bound mismatch for dimension 2 of array (%ld/%ld)"
22408 msgstr ""
22410 #: fortran/gfortranspec.cc:427 m2/gm2spec.cc:920
22411 #, c-format
22412 msgid "Driving:"
22413 msgstr ""
22415 #: fortran/interface.cc:3631 fortran/intrinsic.cc:4506
22416 msgid "actual argument to INTENT = OUT/INOUT"
22417 msgstr ""
22419 #: fortran/intrinsic.cc:4865
22420 msgid "available since Fortran 77"
22421 msgstr ""
22423 #: fortran/intrinsic.cc:4869
22424 msgid "obsolescent in Fortran 95"
22425 msgstr ""
22427 #: fortran/intrinsic.cc:4873
22428 msgid "deleted in Fortran 95"
22429 msgstr ""
22431 #: fortran/intrinsic.cc:4877
22432 msgid "new in Fortran 95"
22433 msgstr ""
22435 #: fortran/intrinsic.cc:4881
22436 msgid "new in Fortran 2003"
22437 msgstr ""
22439 #: fortran/intrinsic.cc:4885
22440 msgid "new in Fortran 2008"
22441 msgstr ""
22443 #: fortran/intrinsic.cc:4889
22444 msgid "new in Fortran 2018"
22445 msgstr ""
22447 #: fortran/intrinsic.cc:4893
22448 msgid "a GNU Fortran extension"
22449 msgstr ""
22451 #: fortran/intrinsic.cc:4897
22452 msgid "for backward compatibility"
22453 msgstr ""
22455 #: fortran/io.cc:1873
22456 #, c-format
22457 msgid "%s tag"
22458 msgstr ""
22460 #: fortran/io.cc:3373
22461 msgid "internal unit in WRITE"
22462 msgstr ""
22464 #. For INQUIRE, all tags except FILE, ID and UNIT are variable definition
22465 #. contexts.  Thus, use an extended RESOLVE_TAG macro for that.
22466 #: fortran/io.cc:4734
22467 #, c-format
22468 msgid "%s tag with INQUIRE"
22469 msgstr ""
22471 #: fortran/matchexp.cc:28
22472 #, c-format
22473 msgid "Syntax error in expression at %C"
22474 msgstr ""
22476 #: fortran/module.cc:1254
22477 msgid "Unexpected EOF"
22478 msgstr ""
22480 #: fortran/module.cc:1379
22481 msgid "Name too long"
22482 msgstr ""
22484 #: fortran/module.cc:1433 fortran/module.cc:1491 fortran/module.cc:1546
22485 #: fortran/module.cc:1604
22486 msgid "Bad name"
22487 msgstr ""
22489 #: fortran/module.cc:1628
22490 msgid "Expected name"
22491 msgstr ""
22493 #: fortran/module.cc:1631
22494 msgid "Expected left parenthesis"
22495 msgstr ""
22497 #: fortran/module.cc:1634
22498 msgid "Expected right parenthesis"
22499 msgstr ""
22501 #: fortran/module.cc:1637
22502 msgid "Expected integer"
22503 msgstr ""
22505 #: fortran/module.cc:1640 fortran/module.cc:2845
22506 msgid "Expected string"
22507 msgstr ""
22509 #: fortran/module.cc:1665
22510 msgid "find_enum(): Enum not found"
22511 msgstr ""
22513 #: fortran/module.cc:2235
22514 msgid "Unsupported: multiple OpenACC 'routine' levels of parallelism"
22515 msgstr ""
22517 #: fortran/module.cc:2475
22518 msgid "Expected attribute bit name"
22519 msgstr ""
22521 #: fortran/module.cc:3474
22522 msgid "Expected integer string"
22523 msgstr ""
22525 #: fortran/module.cc:3478
22526 msgid "Error converting integer"
22527 msgstr ""
22529 #: fortran/module.cc:3500
22530 msgid "Expected real string"
22531 msgstr ""
22533 #: fortran/module.cc:3725
22534 msgid "Expected expression type"
22535 msgstr ""
22537 #: fortran/module.cc:3805
22538 msgid "Bad operator"
22539 msgstr ""
22541 #: fortran/module.cc:3922
22542 msgid "Bad type in constant expression"
22543 msgstr ""
22545 #: fortran/module.cc:7380
22546 msgid "Unexpected end of module"
22547 msgstr ""
22549 #: fortran/parse.cc:1947
22550 msgid "arithmetic IF"
22551 msgstr ""
22553 #: fortran/parse.cc:1956
22554 msgid "attribute declaration"
22555 msgstr ""
22557 #: fortran/parse.cc:1992
22558 msgid "data declaration"
22559 msgstr ""
22561 #: fortran/parse.cc:2010
22562 msgid "derived type declaration"
22563 msgstr ""
22565 #: fortran/parse.cc:2137
22566 msgid "block IF"
22567 msgstr ""
22569 #: fortran/parse.cc:2146
22570 msgid "implied END DO"
22571 msgstr ""
22573 #: fortran/parse.cc:2240 fortran/resolve.cc:12367
22574 msgid "assignment"
22575 msgstr ""
22577 #: fortran/parse.cc:2243 fortran/resolve.cc:12433 fortran/resolve.cc:12436
22578 msgid "pointer assignment"
22579 msgstr ""
22581 #: fortran/parse.cc:2267
22582 msgid "simple IF"
22583 msgstr ""
22585 #: fortran/resolve.cc:2396 fortran/resolve.cc:2591
22586 msgid "elemental procedure"
22587 msgstr ""
22589 #: fortran/resolve.cc:2494
22590 msgid "allocatable argument"
22591 msgstr ""
22593 #: fortran/resolve.cc:2499
22594 msgid "asynchronous argument"
22595 msgstr ""
22597 #: fortran/resolve.cc:2504
22598 msgid "optional argument"
22599 msgstr ""
22601 #: fortran/resolve.cc:2509
22602 msgid "pointer argument"
22603 msgstr ""
22605 #: fortran/resolve.cc:2514
22606 msgid "target argument"
22607 msgstr ""
22609 #: fortran/resolve.cc:2519
22610 msgid "value argument"
22611 msgstr ""
22613 #: fortran/resolve.cc:2524
22614 msgid "volatile argument"
22615 msgstr ""
22617 #: fortran/resolve.cc:2529
22618 msgid "assumed-shape argument"
22619 msgstr ""
22621 #: fortran/resolve.cc:2534
22622 msgid "assumed-rank argument"
22623 msgstr ""
22625 #: fortran/resolve.cc:2539
22626 msgid "coarray argument"
22627 msgstr ""
22629 #: fortran/resolve.cc:2544
22630 msgid "parametrized derived type argument"
22631 msgstr ""
22633 #: fortran/resolve.cc:2549
22634 msgid "polymorphic argument"
22635 msgstr ""
22637 #: fortran/resolve.cc:2554
22638 msgid "NO_ARG_CHECK attribute"
22639 msgstr ""
22641 #. As assumed-type is unlimited polymorphic (cf. above).
22642 #. See also TS 29113, Note 6.1.
22643 #: fortran/resolve.cc:2561
22644 msgid "assumed-type argument"
22645 msgstr ""
22647 #: fortran/resolve.cc:2572
22648 msgid "array result"
22649 msgstr ""
22651 #: fortran/resolve.cc:2577
22652 msgid "pointer or allocatable result"
22653 msgstr ""
22655 #: fortran/resolve.cc:2584
22656 msgid "result with non-constant character length"
22657 msgstr ""
22659 #: fortran/resolve.cc:2596
22660 msgid "bind(c) procedure"
22661 msgstr ""
22663 #: fortran/resolve.cc:4158
22664 #, c-format
22665 msgid "Invalid context for NULL() pointer at %%L"
22666 msgstr ""
22668 #: fortran/resolve.cc:4175
22669 #, c-format
22670 msgid "Operand of unary numeric operator %%<%s%%> at %%L is %s"
22671 msgstr ""
22673 #: fortran/resolve.cc:4192
22674 #, c-format
22675 msgid ""
22676 "Unexpected derived-type entities in binary intrinsic numeric operator "
22677 "%%<%s%%> at %%L"
22678 msgstr ""
22680 #: fortran/resolve.cc:4197
22681 #, c-format
22682 msgid "Operands of binary numeric operator %%<%s%%> at %%L are %s/%s"
22683 msgstr ""
22685 #: fortran/resolve.cc:4212
22686 #, c-format
22687 msgid "Operands of string concatenation operator at %%L are %s/%s"
22688 msgstr ""
22690 #: fortran/resolve.cc:4255
22691 #, c-format
22692 msgid "Operands of logical operator %%<%s%%> at %%L are %s/%s"
22693 msgstr ""
22695 #: fortran/resolve.cc:4278
22696 #, c-format
22697 msgid "Operand of .not. operator at %%L is %s"
22698 msgstr ""
22700 #: fortran/resolve.cc:4292
22701 msgid "COMPLEX quantities cannot be compared at %L"
22702 msgstr ""
22704 #: fortran/resolve.cc:4390
22705 #, c-format
22706 msgid "Logicals at %%L must be compared with %s instead of %s"
22707 msgstr ""
22709 #: fortran/resolve.cc:4396
22710 #, c-format
22711 msgid "Operands of comparison operator %%<%s%%> at %%L are %s/%s"
22712 msgstr ""
22714 #: fortran/resolve.cc:4410
22715 #, c-format
22716 msgid "Unknown operator %%<%s%%> at %%L; did you mean %%<%s%%>?"
22717 msgstr ""
22719 #: fortran/resolve.cc:4413
22720 #, c-format
22721 msgid "Unknown operator %%<%s%%> at %%L"
22722 msgstr ""
22724 #: fortran/resolve.cc:4418
22725 #, c-format
22726 msgid "Operand of user operator %%<%s%%> at %%L is %s"
22727 msgstr ""
22729 #: fortran/resolve.cc:4423
22730 #, c-format
22731 msgid "Operands of user operator %%<%s%%> at %%L are %s/%s"
22732 msgstr ""
22734 #: fortran/resolve.cc:4509
22735 #, c-format
22736 msgid "Inconsistent ranks for operator at %%L and %%L"
22737 msgstr ""
22739 #: fortran/resolve.cc:7383
22740 msgid "Loop variable"
22741 msgstr ""
22743 #: fortran/resolve.cc:7387
22744 msgid "iterator variable"
22745 msgstr ""
22747 #: fortran/resolve.cc:7391
22748 msgid "Start expression in DO loop"
22749 msgstr ""
22751 #: fortran/resolve.cc:7395
22752 msgid "End expression in DO loop"
22753 msgstr ""
22755 #: fortran/resolve.cc:7399
22756 msgid "Step expression in DO loop"
22757 msgstr ""
22759 #: fortran/resolve.cc:7686 fortran/resolve.cc:7689
22760 msgid "DEALLOCATE object"
22761 msgstr ""
22763 #: fortran/resolve.cc:8067 fortran/resolve.cc:8070
22764 msgid "ALLOCATE object"
22765 msgstr ""
22767 #: fortran/resolve.cc:8304 fortran/resolve.cc:10280 fortran/resolve.cc:10401
22768 msgid "STAT variable"
22769 msgstr ""
22771 #: fortran/resolve.cc:8355 fortran/resolve.cc:10292 fortran/resolve.cc:10413
22772 msgid "ERRMSG variable"
22773 msgstr ""
22775 #: fortran/resolve.cc:10082
22776 msgid "item in READ"
22777 msgstr ""
22779 #: fortran/resolve.cc:10304
22780 msgid "ACQUIRED_LOCK variable"
22781 msgstr ""
22783 #: fortran/trans-array.cc:1918
22784 #, c-format
22785 msgid "Different CHARACTER lengths (%ld/%ld) in array constructor"
22786 msgstr ""
22788 #: fortran/trans-array.cc:6235
22789 msgid "Integer overflow when calculating the amount of memory to allocate"
22790 msgstr ""
22792 #: fortran/trans-array.cc:10188
22793 #, c-format
22794 msgid ""
22795 "The value of the PDT LEN parameter '%s' does not agree with that in the "
22796 "dummy declaration"
22797 msgstr ""
22799 #: fortran/trans-decl.cc:6203
22800 #, c-format
22801 msgid ""
22802 "Actual string length does not match the declared one for dummy argument "
22803 "'%s' (%ld/%ld)"
22804 msgstr ""
22806 #: fortran/trans-decl.cc:6211
22807 #, c-format
22808 msgid ""
22809 "Actual string length is shorter than the declared one for dummy argument "
22810 "'%s' (%ld/%ld)"
22811 msgstr ""
22813 #: fortran/trans-expr.cc:10333
22814 #, c-format
22815 msgid "Target of rank remapping is too small (%ld < %ld)"
22816 msgstr ""
22818 #: fortran/trans-expr.cc:11893
22819 msgid "Assignment of scalar to unallocated array"
22820 msgstr ""
22822 #: fortran/trans-intrinsic.cc:983
22823 #, c-format
22824 msgid "Unequal character lengths (%ld/%ld) in %s"
22825 msgstr ""
22827 #: fortran/trans-intrinsic.cc:6518
22828 #, c-format
22829 msgid "POS argument (%ld) out of range 0:%ld in intrinsic BTEST"
22830 msgstr ""
22832 #: fortran/trans-intrinsic.cc:6613
22833 #, c-format
22834 msgid "POS argument (%ld) out of range 0:%ld in intrinsic %s"
22835 msgstr ""
22837 #: fortran/trans-intrinsic.cc:6661
22838 #, c-format
22839 msgid "POS argument (%ld) out of range 0:%ld in intrinsic IBITS"
22840 msgstr ""
22842 #: fortran/trans-intrinsic.cc:6671
22843 #, c-format
22844 msgid "LEN argument (%ld) out of range 0:%ld in intrinsic IBITS"
22845 msgstr ""
22847 #: fortran/trans-intrinsic.cc:6678
22848 #, c-format
22849 msgid "POS(%ld)+LEN(%ld)>BIT_SIZE(%ld) in intrinsic IBITS"
22850 msgstr ""
22852 #: fortran/trans-intrinsic.cc:6760
22853 #, c-format
22854 msgid "SHIFT argument (%ld) out of range 0:%ld in intrinsic %s"
22855 msgstr ""
22857 #: fortran/trans-intrinsic.cc:6828
22858 #, c-format
22859 msgid "SHIFT argument (%ld) out of range -%ld:%ld in intrinsic ISHFT"
22860 msgstr ""
22862 #: fortran/trans-intrinsic.cc:6894
22863 #, c-format
22864 msgid "SIZE argument (%ld) out of range 1:%ld in intrinsic ISHFTC"
22865 msgstr ""
22867 #: fortran/trans-intrinsic.cc:6902 fortran/trans-intrinsic.cc:6947
22868 #, c-format
22869 msgid "SHIFT argument (%ld) out of range -%ld:%ld in intrinsic ISHFTC"
22870 msgstr ""
22872 #: fortran/trans-intrinsic.cc:9300
22873 #, c-format
22874 msgid "Argument NCOPIES of REPEAT intrinsic is negative (its value is %ld)"
22875 msgstr ""
22877 #: fortran/trans-intrinsic.cc:9332
22878 msgid "Argument NCOPIES of REPEAT intrinsic is too large"
22879 msgstr ""
22881 #: fortran/trans-intrinsic.cc:12290
22882 #, c-format
22883 msgid "FROMPOS argument (%ld) out of range 0:%d in intrinsic MVBITS"
22884 msgstr ""
22886 #: fortran/trans-intrinsic.cc:12302
22887 #, c-format
22888 msgid "LEN argument (%ld) out of range 0:%d in intrinsic MVBITS"
22889 msgstr ""
22891 #: fortran/trans-intrinsic.cc:12314
22892 #, c-format
22893 msgid "TOPOS argument (%ld) out of range 0:%d in intrinsic MVBITS"
22894 msgstr ""
22896 #: fortran/trans-intrinsic.cc:12326
22897 #, c-format
22898 msgid "FROMPOS(%ld)+LEN(%ld)>BIT_SIZE(%d) in intrinsic MVBITS"
22899 msgstr ""
22901 #: fortran/trans-intrinsic.cc:12334
22902 #, c-format
22903 msgid "TOPOS(%ld)+LEN(%ld)>BIT_SIZE(%d) in intrinsic MVBITS"
22904 msgstr ""
22906 #: fortran/trans-io.cc:587
22907 msgid "Unit number in I/O statement too small"
22908 msgstr ""
22910 #: fortran/trans-io.cc:596
22911 msgid "Unit number in I/O statement too large"
22912 msgstr ""
22914 #: fortran/trans-stmt.cc:156
22915 msgid "Assigned label is not a target label"
22916 msgstr ""
22918 #: fortran/trans-stmt.cc:1290
22919 #, c-format
22920 msgid "Invalid image number %d in SYNC IMAGES"
22921 msgstr ""
22923 #: fortran/trans-stmt.cc:2488
22924 msgid "Loop iterates infinitely"
22925 msgstr ""
22927 #: fortran/trans-stmt.cc:2508 fortran/trans-stmt.cc:2764
22928 msgid "Loop variable has been modified"
22929 msgstr ""
22931 #: fortran/trans-stmt.cc:2617
22932 msgid "DO step value is zero"
22933 msgstr ""
22935 #: fortran/trans.cc:47
22936 msgid "Array reference out of bounds"
22937 msgstr ""
22939 #: fortran/trans.cc:742 fortran/trans.cc:817
22940 #, c-format
22941 msgid "Error allocating %lu bytes"
22942 msgstr ""
22944 #: fortran/trans.cc:1026
22945 #, c-format
22946 msgid "Attempting to allocate already allocated variable '%s'"
22947 msgstr ""
22949 #: fortran/trans.cc:1032
22950 msgid "Attempting to allocate already allocated variable"
22951 msgstr ""
22953 #: fortran/trans.cc:1761 fortran/trans.cc:1920
22954 #, c-format
22955 msgid "Attempt to DEALLOCATE unallocated '%s'"
22956 msgstr ""
22958 #: fortran/trans.cc:2078
22959 #, c-format
22960 msgid "Error reallocating to %lu bytes"
22961 msgstr ""
22963 #: go/go-backend.cc:166 rust/rust-object-export.cc:148
22964 msgid "lseek failed while reading export data"
22965 msgstr ""
22967 #: go/go-backend.cc:173 rust/rust-object-export.cc:155
22968 msgid "memory allocation failed while reading export data"
22969 msgstr ""
22971 #: go/go-backend.cc:181 rust/rust-object-export.cc:163
22972 msgid "read failed while reading export data"
22973 msgstr ""
22975 #: go/go-backend.cc:187 rust/rust-object-export.cc:169
22976 msgid "short read while reading export data"
22977 msgstr ""
22979 #: go/gofrontend/expressions.cc:183 c-family/c-warn.cc:684 cp/cvt.cc:1401
22980 #: rust/backend/rust-tree.cc:514
22981 #, gcc-internal-format
22982 msgid "value computed is not used"
22983 msgstr ""
22985 #: go/gofrontend/expressions.cc:930
22986 msgid "invalid use of type"
22987 msgstr ""
22989 #: go/gofrontend/expressions.cc:3549 go/gofrontend/expressions.cc:3565
22990 msgid "constant refers to itself"
22991 msgstr ""
22993 #: go/gofrontend/expressions.cc:4677 go/gofrontend/expressions.cc:5176
22994 msgid "expected pointer"
22995 msgstr ""
22997 #: go/gofrontend/expressions.cc:5147
22998 msgid "expected numeric type"
22999 msgstr ""
23001 #: go/gofrontend/expressions.cc:5152
23002 msgid "expected boolean type"
23003 msgstr ""
23005 #: go/gofrontend/expressions.cc:5157 c/c-parser.cc:16670 c/c-parser.cc:16677
23006 #: cp/parser.cc:39987 cp/parser.cc:39994
23007 #, gcc-internal-format
23008 msgid "expected integer"
23009 msgstr ""
23011 #: go/gofrontend/expressions.cc:6937
23012 msgid "invalid comparison of nil with nil"
23013 msgstr ""
23015 #: go/gofrontend/expressions.cc:6943 go/gofrontend/expressions.cc:6961
23016 msgid "incompatible types in binary expression"
23017 msgstr ""
23019 #: go/gofrontend/expressions.cc:6981
23020 msgid "integer division by zero"
23021 msgstr ""
23023 #: go/gofrontend/expressions.cc:6989
23024 msgid "shift of non-integer operand"
23025 msgstr ""
23027 #: go/gofrontend/expressions.cc:6992 go/gofrontend/expressions.cc:6995
23028 #: go/gofrontend/expressions.cc:7003
23029 msgid "shift count not integer"
23030 msgstr ""
23032 #: go/gofrontend/expressions.cc:7008
23033 msgid "negative shift count"
23034 msgstr ""
23036 #: go/gofrontend/expressions.cc:7892
23037 msgid "object is not a method"
23038 msgstr ""
23040 #: go/gofrontend/expressions.cc:7909
23041 msgid "method type does not match object type"
23042 msgstr ""
23044 #: go/gofrontend/expressions.cc:8323
23045 msgid "invalid use of %<...%> with builtin function"
23046 msgstr ""
23048 #: go/gofrontend/expressions.cc:8334
23049 msgid "invalid use of method value as argument of Offsetof"
23050 msgstr ""
23052 #: go/gofrontend/expressions.cc:8348
23053 msgid "argument of Offsetof implies indirection of an embedded field"
23054 msgstr ""
23056 #: go/gofrontend/expressions.cc:8373 go/gofrontend/expressions.cc:8409
23057 #: go/gofrontend/expressions.cc:8850 go/gofrontend/expressions.cc:10206
23058 #: go/gofrontend/expressions.cc:10351 go/gofrontend/expressions.cc:10397
23059 #: go/gofrontend/expressions.cc:10432 go/gofrontend/expressions.cc:10508
23060 #: go/gofrontend/expressions.cc:10533 go/gofrontend/expressions.cc:12687
23061 #: go/gofrontend/expressions.cc:12704 go/gofrontend/expressions.cc:12720
23062 msgid "not enough arguments"
23063 msgstr ""
23065 #: go/gofrontend/expressions.cc:8375 go/gofrontend/expressions.cc:8411
23066 #: go/gofrontend/expressions.cc:10211 go/gofrontend/expressions.cc:10334
23067 #: go/gofrontend/expressions.cc:10356 go/gofrontend/expressions.cc:10437
23068 #: go/gofrontend/expressions.cc:10510 go/gofrontend/expressions.cc:10535
23069 #: go/gofrontend/expressions.cc:11416 go/gofrontend/expressions.cc:12692
23070 #: go/gofrontend/expressions.cc:12706 go/gofrontend/expressions.cc:12727
23071 #: cp/pt.cc:9218
23072 #, gcc-internal-format
23073 msgid "too many arguments"
23074 msgstr ""
23076 #: go/gofrontend/expressions.cc:8413
23077 msgid "argument 1 must be a map"
23078 msgstr ""
23080 #: go/gofrontend/expressions.cc:8880
23081 msgid "invalid type for make function"
23082 msgstr ""
23084 #: go/gofrontend/expressions.cc:8893
23085 msgid "length required when allocating a slice"
23086 msgstr ""
23088 #: go/gofrontend/expressions.cc:8937
23089 msgid "len larger than cap"
23090 msgstr ""
23092 #: go/gofrontend/expressions.cc:8946
23093 msgid "too many arguments to make"
23094 msgstr ""
23096 #: go/gofrontend/expressions.cc:10255
23097 msgid "argument must be array or slice or channel"
23098 msgstr ""
23100 #: go/gofrontend/expressions.cc:10265
23101 msgid "argument must be string or array or slice or map or channel"
23102 msgstr ""
23104 #: go/gofrontend/expressions.cc:10302
23105 msgid "unsupported argument type to builtin function"
23106 msgstr ""
23108 #: go/gofrontend/expressions.cc:10313
23109 msgid "argument must be channel"
23110 msgstr ""
23112 #: go/gofrontend/expressions.cc:10315
23113 msgid "cannot close receive-only channel"
23114 msgstr ""
23116 #: go/gofrontend/expressions.cc:10326
23117 msgid "argument to builtin has void type"
23118 msgstr ""
23120 #: go/gofrontend/expressions.cc:10342
23121 msgid "argument must be a field reference"
23122 msgstr ""
23124 #: go/gofrontend/expressions.cc:10372
23125 msgid "left argument must be a slice"
23126 msgstr ""
23128 #: go/gofrontend/expressions.cc:10380
23129 msgid "element types must be the same"
23130 msgstr ""
23132 #: go/gofrontend/expressions.cc:10385
23133 msgid "first argument must be []byte"
23134 msgstr ""
23136 #: go/gofrontend/expressions.cc:10388
23137 msgid "second argument must be slice or string"
23138 msgstr ""
23140 #: go/gofrontend/expressions.cc:10500
23141 msgid "argument must have complex type"
23142 msgstr ""
23144 #: go/gofrontend/expressions.cc:10519
23145 msgid "complex arguments must have identical types"
23146 msgstr ""
23148 #: go/gofrontend/expressions.cc:10521
23149 msgid "complex arguments must have floating-point type"
23150 msgstr ""
23152 #: go/gofrontend/expressions.cc:11181
23153 msgid "type conversion result count mismatch"
23154 msgstr ""
23156 #: go/gofrontend/expressions.cc:11195 go/gofrontend/expressions.cc:12633
23157 #: go/gofrontend/expressions.cc:13069
23158 msgid "expected function"
23159 msgstr ""
23161 #: go/gofrontend/expressions.cc:11223
23162 msgid "multiple-value argument in single-value context"
23163 msgstr ""
23165 #: go/gofrontend/expressions.cc:11420
23166 msgid "invalid use of %<...%> with non-slice"
23167 msgstr ""
23169 #: go/gofrontend/expressions.cc:12641
23170 msgid "function result count mismatch"
23171 msgstr ""
23173 #: go/gofrontend/expressions.cc:12659
23174 msgid "incompatible type for receiver"
23175 msgstr ""
23177 #: go/gofrontend/expressions.cc:12677
23178 msgid "invalid use of %<...%> calling non-variadic function"
23179 msgstr ""
23181 #: go/gofrontend/expressions.cc:13078 go/gofrontend/expressions.cc:13092
23182 msgid "number of results does not match number of values"
23183 msgstr ""
23185 #: go/gofrontend/expressions.cc:13384 go/gofrontend/expressions.cc:14055
23186 msgid "index must be integer"
23187 msgstr ""
23189 #: go/gofrontend/expressions.cc:13393 go/gofrontend/expressions.cc:14064
23190 msgid "slice end must be integer"
23191 msgstr ""
23193 #: go/gofrontend/expressions.cc:13402
23194 msgid "slice capacity must be integer"
23195 msgstr ""
23197 #: go/gofrontend/expressions.cc:13453 go/gofrontend/expressions.cc:14098
23198 msgid "inverted slice range"
23199 msgstr ""
23201 #: go/gofrontend/expressions.cc:13496
23202 msgid "slice of unaddressable value"
23203 msgstr ""
23205 #: go/gofrontend/expressions.cc:14354
23206 msgid "incompatible type for map index"
23207 msgstr ""
23209 #: go/gofrontend/expressions.cc:14792
23210 msgid "expected interface or pointer to interface"
23211 msgstr ""
23213 #: go/gofrontend/expressions.cc:15578
23214 msgid "too many expressions for struct"
23215 msgstr ""
23217 #: go/gofrontend/expressions.cc:15591
23218 msgid "too few expressions for struct"
23219 msgstr ""
23221 #: go/gofrontend/expressions.cc:17556 go/gofrontend/statements.cc:1921
23222 msgid "type assertion only valid for interface types"
23223 msgstr ""
23225 #: go/gofrontend/expressions.cc:17568
23226 msgid "impossible type assertion: type does not implement interface"
23227 msgstr ""
23229 #: go/gofrontend/expressions.cc:17767 go/gofrontend/expressions.cc:17787
23230 #: go/gofrontend/statements.cc:1768
23231 msgid "expected channel"
23232 msgstr ""
23234 #: go/gofrontend/expressions.cc:17792 go/gofrontend/statements.cc:1773
23235 msgid "invalid receive on send-only channel"
23236 msgstr ""
23238 #: go/gofrontend/parse.cc:3274
23239 msgid ""
23240 "parentheses required around this composite literal to avoid parsing ambiguity"
23241 msgstr ""
23243 #: go/gofrontend/parse.cc:4848
23244 msgid "cannot fallthrough final case in switch"
23245 msgstr ""
23247 #: go/gofrontend/statements.cc:1071
23248 msgid "invalid left hand side of assignment"
23249 msgstr ""
23251 #: go/gofrontend/statements.cc:1082 go/gofrontend/statements.cc:1437
23252 msgid "use of untyped nil"
23253 msgstr ""
23255 #: go/gofrontend/statements.cc:1559
23256 msgid "expected map index on right hand side"
23257 msgstr ""
23259 #: go/gofrontend/statements.cc:3196 go/gofrontend/statements.cc:3226
23260 msgid "not enough arguments to return"
23261 msgstr ""
23263 #: go/gofrontend/statements.cc:3204
23264 msgid "return with value in function with no return type"
23265 msgstr ""
23267 #: go/gofrontend/statements.cc:3232
23268 msgid "too many values in return statement"
23269 msgstr ""
23271 #: go/gofrontend/statements.cc:3785
23272 msgid "expected boolean expression"
23273 msgstr ""
23275 #: go/gofrontend/statements.cc:4982
23276 msgid "cannot type switch on non-interface value"
23277 msgstr ""
23279 #: go/gofrontend/statements.cc:5117
23280 msgid "incompatible types in send"
23281 msgstr ""
23283 #: go/gofrontend/statements.cc:5122
23284 msgid "invalid send on receive-only channel"
23285 msgstr ""
23287 #: go/gofrontend/statements.cc:6440
23288 msgid "too many variables for range clause with channel"
23289 msgstr ""
23291 #: go/gofrontend/statements.cc:6447
23292 msgid "range clause must have array, slice, string, map, or channel type"
23293 msgstr ""
23295 #: go/gofrontend/types.cc:542
23296 msgid "invalid comparison of non-ordered type"
23297 msgstr ""
23299 #: go/gofrontend/types.cc:558
23300 msgid "slice can only be compared to nil"
23301 msgstr ""
23303 #: go/gofrontend/types.cc:560
23304 msgid "map can only be compared to nil"
23305 msgstr ""
23307 #: go/gofrontend/types.cc:562
23308 msgid "func can only be compared to nil"
23309 msgstr ""
23311 #: go/gofrontend/types.cc:568
23312 #, c-format
23313 msgid "invalid operation (%s)"
23314 msgstr ""
23316 #: go/gofrontend/types.cc:591
23317 msgid "invalid comparison of non-comparable type"
23318 msgstr ""
23320 #: go/gofrontend/types.cc:604
23321 msgid "invalid comparison of generated struct"
23322 msgstr ""
23324 #: go/gofrontend/types.cc:615
23325 msgid "invalid comparison of non-comparable struct"
23326 msgstr ""
23328 #: go/gofrontend/types.cc:625
23329 msgid "invalid comparison of generated array"
23330 msgstr ""
23332 #: go/gofrontend/types.cc:632
23333 msgid "invalid comparison of non-comparable array"
23334 msgstr ""
23336 #: go/gofrontend/types.cc:660
23337 msgid "multiple-value function call in single-value context"
23338 msgstr ""
23340 #: go/gofrontend/types.cc:744
23341 msgid "need explicit conversion"
23342 msgstr ""
23344 #: go/gofrontend/types.cc:752
23345 #, c-format
23346 msgid "cannot use type %s as type %s"
23347 msgstr ""
23349 #: go/gofrontend/types.cc:788
23350 msgid "conversion from normal type to notinheap type"
23351 msgstr ""
23353 #: go/gofrontend/types.cc:4802
23354 msgid "different receiver types"
23355 msgstr ""
23357 #: go/gofrontend/types.cc:4825 go/gofrontend/types.cc:4838
23358 #: go/gofrontend/types.cc:4852
23359 msgid "different number of parameters"
23360 msgstr ""
23362 #: go/gofrontend/types.cc:4845
23363 msgid "different parameter types"
23364 msgstr ""
23366 #: go/gofrontend/types.cc:4860
23367 msgid "different varargs"
23368 msgstr ""
23370 #: go/gofrontend/types.cc:4873 go/gofrontend/types.cc:4886
23371 #: go/gofrontend/types.cc:4900
23372 msgid "different number of results"
23373 msgstr ""
23375 #: go/gofrontend/types.cc:4893
23376 msgid "different result types"
23377 msgstr ""
23379 #: go/gofrontend/types.cc:9294
23380 #, c-format
23381 msgid "need explicit conversion; missing method %s%s%s"
23382 msgstr ""
23384 #: go/gofrontend/types.cc:9312 go/gofrontend/types.cc:9459
23385 #, c-format
23386 msgid "incompatible type for method %s%s%s"
23387 msgstr ""
23389 #: go/gofrontend/types.cc:9316 go/gofrontend/types.cc:9463
23390 #, c-format
23391 msgid "incompatible type for method %s%s%s (%s)"
23392 msgstr ""
23394 #: go/gofrontend/types.cc:9399 go/gofrontend/types.cc:9412
23395 msgid "pointer to interface type has no methods"
23396 msgstr ""
23398 #: go/gofrontend/types.cc:9401 go/gofrontend/types.cc:9414
23399 msgid "type has no methods"
23400 msgstr ""
23402 #: go/gofrontend/types.cc:9435
23403 #, c-format
23404 msgid "ambiguous method %s%s%s"
23405 msgstr ""
23407 #: go/gofrontend/types.cc:9438
23408 #, c-format
23409 msgid "missing method %s%s%s"
23410 msgstr ""
23412 #: go/gofrontend/types.cc:9480
23413 #, c-format
23414 msgid "method %s%s%s requires a pointer receiver"
23415 msgstr ""
23417 #: go/gofrontend/types.cc:9498
23418 #, c-format
23419 msgid "method %s%s%s is marked go:nointerface"
23420 msgstr ""
23422 #: lto-streamer.h:1031
23423 #, gcc-internal-format, gfc-internal-format
23424 msgid "bytecode stream: expected tag %s instead of %s"
23425 msgstr ""
23427 #: lto-streamer.h:1041
23428 #, gcc-internal-format, gfc-internal-format
23429 msgid "bytecode stream: tag %s is not in the expected range [%s, %s]"
23430 msgstr ""
23432 #. Mach-O supports 'weak imports', and 'weak definitions' in coalesced
23433 #. sections.  machopic_select_section ensures that weak variables go in
23434 #. coalesced sections.  Weak aliases (or any other kind of aliases) are
23435 #. not supported.  Weak symbols that aren't visible outside the .s file
23436 #. are not supported.
23437 #: config/darwin.h:648
23438 #, gcc-internal-format
23439 msgid "alias definitions not supported in Mach-O; ignored"
23440 msgstr ""
23442 #. No profiling.
23443 #: config/vx-common.h:123
23444 #, gcc-internal-format
23445 msgid "profiler support for VxWorks"
23446 msgstr ""
23448 #: config/arm/freebsd.h:121
23449 #, gcc-internal-format
23450 msgid "target OS does not support unaligned accesses"
23451 msgstr ""
23453 #: config/c6x/c6x.h:346 config/nvptx/nvptx.h:181
23454 #, gcc-internal-format
23455 msgid "profiling is not yet implemented for this architecture"
23456 msgstr ""
23458 #. Definitions for GCC.  Part of the machine description for CRIS.
23459 #. Copyright (C) 1998-2023 Free Software Foundation, Inc.
23460 #. Contributed by Axis Communications.  Written by Hans-Peter Nilsson.
23462 #. This file is part of GCC.
23464 #. GCC is free software; you can redistribute it and/or modify
23465 #. it under the terms of the GNU General Public License as published by
23466 #. the Free Software Foundation; either version 3, or (at your option)
23467 #. any later version.
23469 #. GCC is distributed in the hope that it will be useful,
23470 #. but WITHOUT ANY WARRANTY; without even the implied warranty of
23471 #. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23472 #. GNU General Public License for more details.
23474 #. You should have received a copy of the GNU General Public License
23475 #. along with GCC; see the file COPYING3.  If not see
23476 #. <http://www.gnu.org/licenses/>.
23477 #. After the first "Node:" comment comes all preprocessor directives and
23478 #. attached declarations described in the info files, the "Using and
23479 #. Porting GCC" manual (uapgcc), in the same order as found in the "Target
23480 #. macros" section in the gcc-2.9x CVS edition of 2000-03-17.  FIXME: Not
23481 #. really, but needs an update anyway.
23483 #. There is no generic copy-of-uapgcc comment, you'll have to see uapgcc
23484 #. for that.  If applicable, there is a CRIS-specific comment.  The order
23485 #. of macro definitions follow the order in the manual.  Every section in
23486 #. the manual (node in the info pages) has an introductory `Node:
23487 #. <subchapter>' comment.  If no macros are defined for a section, only
23488 #. the section-comment is present.
23489 #. Note that other header files (e.g. config/elfos.h, config/linux.h,
23490 #. and config/cris/linux.h) are responsible for lots of settings not
23491 #. repeated below.  This file contains general CRIS definitions
23492 #. and definitions for the cris-*-elf subtarget.
23493 #. We don't want to use gcc_assert for everything, as that can be
23494 #. compiled out.
23495 #: config/cris/cris.h:42
23496 #, gcc-internal-format, gfc-internal-format
23497 msgid "CRIS-port assertion failed: %s"
23498 msgstr ""
23500 #. Node: Caller Saves
23501 #. (no definitions)
23502 #. Node: Function entry
23503 #. See cris.cc for TARGET_ASM_FUNCTION_PROLOGUE and
23504 #. TARGET_ASM_FUNCTION_EPILOGUE.
23505 #. Node: Profiling
23506 #: config/cris/cris.h:662
23507 #, gcc-internal-format
23508 msgid "no %<FUNCTION_PROFILER%> for CRIS"
23509 msgstr ""
23511 #. 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.
23512 #. 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.
23513 #: config/i386/xm-djgpp.h:85
23514 #, gcc-internal-format
23515 msgid "environment variable DJGPP not defined"
23516 msgstr ""
23518 #: config/i386/xm-djgpp.h:87
23519 #, gcc-internal-format
23520 msgid "environment variable DJGPP points to missing file %qs"
23521 msgstr ""
23523 #: config/i386/xm-djgpp.h:90
23524 #, gcc-internal-format
23525 msgid "environment variable DJGPP points to corrupt file %qs"
23526 msgstr ""
23528 #: config/pa/som.h:323
23529 #, gcc-internal-format
23530 msgid "weak aliases are not supported"
23531 msgstr ""
23533 #. SPDX-License-Identifier: GPL-3.0-or-later
23534 #. Definitions of target machine for GNU compiler,
23535 #. for IBM RS/6000 POWER running AIX V7.1.
23536 #. Copyright (C) 2002-2023 Free Software Foundation, Inc.
23537 #. Contributed by David Edelsohn (edelsohn@gnu.org).
23539 #. This file is part of GCC.
23541 #. GCC is free software; you can redistribute it and/or modify it
23542 #. under the terms of the GNU General Public License as published
23543 #. by the Free Software Foundation; either version 3, or (at your
23544 #. option) any later version.
23546 #. GCC is distributed in the hope that it will be useful, but WITHOUT
23547 #. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
23548 #. or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
23549 #. License for more details.
23551 #. You should have received a copy of the GNU General Public License
23552 #. along with GCC; see the file COPYING3.  If not see
23553 #. <http://www.gnu.org/licenses/>.
23554 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
23555 #. get control in TARGET_OPTION_OVERRIDE.
23556 #. SPDX-License-Identifier: GPL-3.0-or-later
23557 #. Definitions of target machine for GNU compiler,
23558 #. for IBM RS/6000 POWER running AIX V7.2.
23559 #. Copyright (C) 2002-2023 Free Software Foundation, Inc.
23560 #. Contributed by David Edelsohn (edelsohn@gnu.org).
23562 #. This file is part of GCC.
23564 #. GCC is free software; you can redistribute it and/or modify it
23565 #. under the terms of the GNU General Public License as published
23566 #. by the Free Software Foundation; either version 3, or (at your
23567 #. option) any later version.
23569 #. GCC is distributed in the hope that it will be useful, but WITHOUT
23570 #. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
23571 #. or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
23572 #. License for more details.
23574 #. You should have received a copy of the GNU General Public License
23575 #. along with GCC; see the file COPYING3.  If not see
23576 #. <http://www.gnu.org/licenses/>.
23577 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
23578 #. get control in TARGET_OPTION_OVERRIDE.
23579 #. SPDX-License-Identifier: GPL-3.0-or-later
23580 #. Definitions of target machine for GNU compiler,
23581 #. for IBM RS/6000 POWER running AIX V7.3.
23582 #. Copyright (C) 2002-2023 Free Software Foundation, Inc.
23583 #. Contributed by David Edelsohn (edelsohn@gnu.org).
23585 #. This file is part of GCC.
23587 #. GCC is free software; you can redistribute it and/or modify it
23588 #. under the terms of the GNU General Public License as published
23589 #. by the Free Software Foundation; either version 3, or (at your
23590 #. option) any later version.
23592 #. GCC is distributed in the hope that it will be useful, but WITHOUT
23593 #. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
23594 #. or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
23595 #. License for more details.
23597 #. You should have received a copy of the GNU General Public License
23598 #. along with GCC; see the file COPYING3.  If not see
23599 #. <http://www.gnu.org/licenses/>.
23600 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
23601 #. get control in TARGET_OPTION_OVERRIDE.
23602 #: config/rs6000/aix71.h:31 config/rs6000/aix72.h:31 config/rs6000/aix73.h:31
23603 #, gcc-internal-format
23604 msgid "%<-maix64%> requires PowerPC64 architecture remain enabled"
23605 msgstr ""
23607 #: config/rs6000/aix71.h:37 config/rs6000/aix72.h:37
23608 #, gcc-internal-format
23609 msgid "soft-float and long-double-128 are incompatible"
23610 msgstr ""
23612 #: config/rs6000/aix71.h:41 config/rs6000/aix72.h:41 config/rs6000/aix73.h:41
23613 #, gcc-internal-format
23614 msgid ""
23615 "%<-maix64%> required: 64-bit computation with 32-bit addressing not yet "
23616 "supported"
23617 msgstr ""
23619 #: config/rs6000/aix71.h:48 config/rs6000/aix72.h:48 config/rs6000/aix73.h:48
23620 #: config/rs6000/rtems.h:124 config/rs6000/rs6000.cc:3462
23621 #, gcc-internal-format
23622 msgid "%<-mcmodel%> incompatible with other toc options"
23623 msgstr ""
23625 #: config/rs6000/aix73.h:37
23626 #, gcc-internal-format
23627 msgid "%<soft-float%> and long-double-128 are incompatible"
23628 msgstr ""
23630 #: config/rs6000/rtems.h:117 config/rs6000/rs6000.cc:3454
23631 #, gcc-internal-format
23632 msgid "%<-m64%> requires a PowerPC64 cpu"
23633 msgstr ""
23635 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
23636 #. get control in TARGET_OPTION_OVERRIDE.
23637 #: config/rs6000/sysv4.h:116
23638 #, gcc-internal-format
23639 msgid "bad value for %<%s-%s%>"
23640 msgstr ""
23642 #: config/rs6000/sysv4.h:132
23643 #, gcc-internal-format
23644 msgid "bad value for %<%s=%s%>"
23645 msgstr ""
23647 #: config/rs6000/sysv4.h:149
23648 #, gcc-internal-format
23649 msgid "%qs and %<%s=%s%> are incompatible"
23650 msgstr ""
23652 #: config/rs6000/sysv4.h:158
23653 #, gcc-internal-format
23654 msgid "%<-f%s%> and %<%s=%s%> are incompatible"
23655 msgstr ""
23657 #: config/rs6000/sysv4.h:167
23658 #, gcc-internal-format
23659 msgid "%<%s=%s%> and %<%s-%s%> are incompatible"
23660 msgstr ""
23662 #: config/rs6000/sysv4.h:176 config/rs6000/sysv4.h:210
23663 #, gcc-internal-format
23664 msgid "%qs and %qs are incompatible"
23665 msgstr ""
23667 #: config/rs6000/sysv4.h:183 config/rs6000/sysv4.h:190
23668 #, gcc-internal-format
23669 msgid "%qs and %<%s-%s%> are incompatible"
23670 msgstr ""
23672 #: config/rs6000/sysv4.h:196 config/rs6000/sysv4.h:202
23673 #, gcc-internal-format
23674 msgid "%qs not supported by your assembler"
23675 msgstr ""
23677 #: config/rs6000/sysv4.h:244
23678 #, gcc-internal-format
23679 msgid "%<-m%s%> not supported in this configuration"
23680 msgstr ""
23682 #. 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.
23683 #: config/sh/vxworks.h:43
23684 #, gcc-internal-format
23685 msgid "%<-mrelax%> is only supported for RTP PIC"
23686 msgstr ""
23688 #. A general purpose syntax error.
23689 #: fortran/gfortran.h:3341 fortran/io.cc:3736 fortran/io.cc:4422
23690 #, gcc-internal-format, gfc-internal-format
23691 msgid "Syntax error in %s statement at %C"
23692 msgstr ""
23694 #: jit/docs/examples/tut05-bf.c:242
23695 #, gcc-internal-format
23696 msgid "too many open parens"
23697 msgstr ""
23699 #: jit/docs/examples/tut05-bf.c:275
23700 #, gcc-internal-format
23701 msgid "mismatching parens"
23702 msgstr ""
23704 #: jit/docs/examples/tut05-bf.c:310
23705 #, gcc-internal-format
23706 msgid "unable to open file"
23707 msgstr ""
23709 #: m2/gm2-gcc/m2assert.h:36 m2/gm2-gcc/m2assert.h:59
23710 #, gcc-internal-format, gfc-internal-format
23711 msgid "%s:%d:condition %s failed"
23712 msgstr ""
23714 #: m2/gm2-gcc/m2assert.h:48
23715 #, gcc-internal-format, gfc-internal-format
23716 msgid "%s:%d:the value %s is not a BOOLEAN as the value is %d"
23717 msgstr ""
23719 #: fortran/lang.opt:428
23720 #, gcc-internal-format
23721 msgid "Unrecognized option to endianness value: %qs"
23722 msgstr ""
23724 #: fortran/lang.opt:650
23725 #, gcc-internal-format
23726 msgid "Unrecognized option to floating-point init value: %qs"
23727 msgstr ""
23729 #: fortran/lang.opt:784
23730 #, gcc-internal-format
23731 msgid "Unrecognized option: %qs"
23732 msgstr ""
23734 #: rust/lang.opt:82
23735 #, gcc-internal-format
23736 msgid "unknown rust mangling option %qs"
23737 msgstr ""
23739 #: rust/lang.opt:99
23740 #, gcc-internal-format
23741 msgid "unknown rust edition %qs"
23742 msgstr ""
23744 #: rust/lang.opt:127
23745 #, gcc-internal-format
23746 msgid "unknown rust compile-until %qs"
23747 msgstr ""
23749 #: c-family/c.opt:43 c-family/c.opt:46 c-family/c.opt:181
23750 #, gcc-internal-format
23751 msgid "assertion missing after %qs"
23752 msgstr ""
23754 #: c-family/c.opt:55 c-family/c.opt:58 c-family/c.opt:163 c-family/c.opt:166
23755 #: c-family/c.opt:193 c-family/c.opt:264
23756 #, gcc-internal-format
23757 msgid "macro name missing after %qs"
23758 msgstr ""
23760 #: c-family/c.opt:70 c-family/c.opt:73 c-family/c.opt:76 c-family/c.opt:79
23761 #: c-family/c.opt:175 c-family/c.opt:178 c-family/c.opt:220 c-family/c.opt:224
23762 #: c-family/c.opt:236 c-family/c.opt:2292 c-family/c.opt:2300
23763 #: config/darwin.opt:30 common.opt:329 common.opt:332 common.opt:3507
23764 #, gcc-internal-format
23765 msgid "missing filename after %qs"
23766 msgstr ""
23768 #: c-family/c.opt:85 c-family/c.opt:88 c-family/c.opt:91 c-family/c.opt:94
23769 #: c-family/c.opt:200 c-family/c.opt:212 c-family/c.opt:2288
23770 #: c-family/c.opt:2308 c-family/c.opt:2312 c-family/c.opt:2316
23771 #, gcc-internal-format
23772 msgid "missing path after %qs"
23773 msgstr ""
23775 #: c-family/c.opt:252 c-family/c.opt:256
23776 #, gcc-internal-format
23777 msgid "missing makefile target after %qs"
23778 msgstr ""
23780 #: c-family/c.opt:295
23781 #, gcc-internal-format
23782 msgid "argument %qs to %<-Waligned-new%> not recognized"
23783 msgstr ""
23785 #: c-family/c.opt:386
23786 #, gcc-internal-format
23787 msgid "argument %qs to %<-Wbidi-chars%> not recognized"
23788 msgstr ""
23790 #: c-family/c.opt:1106
23791 #, gcc-internal-format
23792 msgid "argument %qs to %<-Wnormalized%> not recognized"
23793 msgstr ""
23795 #: c-family/c.opt:1667
23796 #, gcc-internal-format
23797 msgid "no class name specified with %qs"
23798 msgstr ""
23800 #: c-family/c.opt:1695
23801 #, gcc-internal-format
23802 msgid "argument %qs must be either %<on%> or %<off%>"
23803 msgstr ""
23805 #: c-family/c.opt:1835
23806 #, gcc-internal-format
23807 msgid ""
23808 "%<-fhandle-exceptions%> has been renamed %<-fexceptions%> (and is now on by "
23809 "default)"
23810 msgstr ""
23812 #: c-family/c.opt:1906
23813 #, gcc-internal-format
23814 msgid "missing mapper"
23815 msgstr ""
23817 #: c-family/c.opt:1930
23818 #, gcc-internal-format
23819 msgid "missing header name"
23820 msgstr ""
23822 #: c-family/c.opt:1938
23823 #, gcc-internal-format
23824 msgid "missing module name"
23825 msgstr ""
23827 #: c-family/c.opt:1985
23828 #, gcc-internal-format
23829 msgid "unrecognized ivar visibility value %qs"
23830 msgstr ""
23832 #: c-family/c.opt:2152
23833 #, gcc-internal-format
23834 msgid "unrecognized scalar storage order value %qs"
23835 msgstr ""
23837 #: d/lang.opt:193
23838 #, gcc-internal-format
23839 msgid "unknown array bounds setting %qs"
23840 msgstr ""
23842 #: d/lang.opt:235
23843 #, gcc-internal-format
23844 msgid "unknown checkaction setting %qs"
23845 msgstr ""
23847 #: d/lang.opt:291
23848 #, gcc-internal-format
23849 msgid "unknown C++ standard %qs"
23850 msgstr ""
23852 #: config/vms/vms.opt:42
23853 #, gcc-internal-format
23854 msgid "unknown pointer size model %qs"
23855 msgstr ""
23857 #: config/i386/i386.opt:325
23858 #, gcc-internal-format
23859 msgid "%<-mcpu=%> is deprecated; use %<-mtune=%> or %<-march=%> instead"
23860 msgstr ""
23862 #: config/i386/i386.opt:385
23863 #, gcc-internal-format
23864 msgid ""
23865 "%<-mintel-syntax%> and %<-mno-intel-syntax%> are deprecated; use %<-"
23866 "masm=intel%> and %<-masm=att%> instead"
23867 msgstr ""
23869 #: config/i386/i386.opt:706
23870 #, gcc-internal-format
23871 msgid "%<-msse5%> was removed"
23872 msgstr ""
23874 #: config/i386/i386.opt:1267
23875 #, gcc-internal-format
23876 msgid "unknown lam type %qs"
23877 msgstr ""
23879 #: config/avr/avr.opt:26
23880 #, gcc-internal-format
23881 msgid "missing device or architecture after %qs"
23882 msgstr ""
23884 #: config/rs6000/rs6000.opt:308
23885 #, gcc-internal-format
23886 msgid "%<-mvrsave=no%> is deprecated; use %<-mno-vrsave%> instead"
23887 msgstr ""
23889 #: config/rs6000/rs6000.opt:312
23890 #, gcc-internal-format
23891 msgid "%<-mvrsave=yes%> is deprecated; use %<-mvrsave%> instead"
23892 msgstr ""
23894 #: config/rs6000/rs6000.opt:379
23895 #, gcc-internal-format
23896 msgid "using darwin64 ABI"
23897 msgstr ""
23899 #: config/rs6000/rs6000.opt:382
23900 #, gcc-internal-format
23901 msgid "using old darwin ABI"
23902 msgstr ""
23904 #: config/fused-madd.opt:22
23905 #, gcc-internal-format
23906 msgid "%<-mfused-madd%> is deprecated; use %<-ffp-contract=%> instead"
23907 msgstr ""
23909 #: config/microblaze/microblaze.opt:87
23910 #, gcc-internal-format
23911 msgid "%qs is deprecated; use -fstack-check"
23912 msgstr ""
23914 #: config/microblaze/microblaze.opt:95
23915 #, gcc-internal-format
23916 msgid "%qs is deprecated; use -fno-zero-initialized-in-bss"
23917 msgstr ""
23919 #: config/arc/arc.opt:169 config/arc/arc.opt:333 config/arc/arc.opt:337
23920 #: config/arc/arc.opt:341 config/arc/arc.opt:348 config/arc/arc.opt:352
23921 #: config/arc/arc.opt:356 config/arc/arc.opt:360 config/arc/arc.opt:363
23922 #: config/arc/arc.opt:366 config/arc/arc.opt:383
23923 #, gcc-internal-format
23924 msgid "%qs is deprecated"
23925 msgstr ""
23927 #: lto/lang.opt:28
23928 #, gcc-internal-format
23929 msgid "unknown linker output %qs"
23930 msgstr ""
23932 #: common.opt:1598
23933 #, gcc-internal-format
23934 msgid "unknown excess precision style %qs"
23935 msgstr ""
23937 #: common.opt:1616
23938 #, gcc-internal-format
23939 msgid ""
23940 "unknown specification for the set of FLT_EVAL_METHOD values to permit %qs"
23941 msgstr ""
23943 #: common.opt:1660
23944 #, gcc-internal-format
23945 msgid "unknown floating point contraction style %qs"
23946 msgstr ""
23948 #: common.opt:1825
23949 #, gcc-internal-format
23950 msgid "unknown Stack Reuse Level %qs"
23951 msgstr ""
23953 #: common.opt:1894
23954 #, gcc-internal-format
23955 msgid "unknown Control-Flow Protection Level %qs"
23956 msgstr ""
23958 #: common.opt:2004
23959 #, gcc-internal-format
23960 msgid "unknown IRA algorithm %qs"
23961 msgstr ""
23963 #: common.opt:2017
23964 #, gcc-internal-format
23965 msgid "unknown IRA region %qs"
23966 msgstr ""
23968 #: common.opt:2095
23969 #, gcc-internal-format
23970 msgid "unknown LTO partitioning model %qs"
23971 msgstr ""
23973 #: common.opt:2205
23974 #, gcc-internal-format
23975 msgid "targets missing after %qs"
23976 msgstr ""
23978 #: common.opt:2208
23979 #, gcc-internal-format
23980 msgid "options or targets=options missing after %qs"
23981 msgstr ""
23983 #: common.opt:2216
23984 #, gcc-internal-format
23985 msgid "unknown offload ABI %qs"
23986 msgstr ""
23988 #: common.opt:2380
23989 #, gcc-internal-format
23990 msgid "unknown profile reproducibility method %qs"
23991 msgstr ""
23993 #: common.opt:2396
23994 #, gcc-internal-format
23995 msgid "unknown profile update method %qs"
23996 msgstr ""
23998 #: common.opt:2502
23999 #, gcc-internal-format
24000 msgid "unknown Live-Patching Level %qs"
24001 msgstr ""
24003 #: common.opt:2535
24004 #, gcc-internal-format
24005 msgid "unknown basic block reordering algorithm %qs"
24006 msgstr ""
24008 #: common.opt:2842
24009 #, gcc-internal-format
24010 msgid "unknown TLS model %qs"
24011 msgstr ""
24013 #: common.opt:3182
24014 #, gcc-internal-format
24015 msgid "unknown vectorizer cost model %qs"
24016 msgstr ""
24018 #: common.opt:3213
24019 #, gcc-internal-format
24020 msgid "unrecognized automatic variable initialization type %qs"
24021 msgstr ""
24023 #: common.opt:3239
24024 #, gcc-internal-format
24025 msgid "unrecognized visibility value %qs"
24026 msgstr ""
24028 #: common.opt:3258
24029 #, gcc-internal-format
24030 msgid "unknown vtable verify initialization priority %qs"
24031 msgstr ""
24033 #: params.opt:886
24034 #, gcc-internal-format
24035 msgid "unknown ranger debug mode %qs"
24036 msgstr ""
24038 #: params.opt:1065
24039 #, gcc-internal-format
24040 msgid "unknown threader debug mode %qs"
24041 msgstr ""
24043 #: attribs.cc:255 attribs.cc:278 attribs.cc:291
24044 #, gcc-internal-format
24045 msgid "wrong argument to ignored attributes"
24046 msgstr ""
24048 #: attribs.cc:256
24049 #, gcc-internal-format
24050 msgid "valid format is %<ns::attr%> or %<ns::%>"
24051 msgstr ""
24053 #: attribs.cc:541
24054 #, gcc-internal-format
24055 msgid ""
24056 "ignoring attribute %qE in declaration of a built-in function %qD because it "
24057 "conflicts with attribute %qs"
24058 msgstr ""
24060 #: attribs.cc:547
24061 #, gcc-internal-format
24062 msgid "ignoring attribute %qE because it conflicts with attribute %qs"
24063 msgstr ""
24065 #: attribs.cc:553 c-family/c-attribs.cc:937 c-family/c-attribs.cc:2439
24066 #: c-family/c-attribs.cc:2928 c-family/c-attribs.cc:4790
24067 #: c-family/c-attribs.cc:4883 cp/decl.cc:15960 cp/decl.cc:16010
24068 #: cp/friend.cc:318 cp/tree.cc:5261
24069 #, gcc-internal-format
24070 msgid "previous declaration here"
24071 msgstr ""
24073 #. Warn about and ignore all others for now, but store them.
24074 #: attribs.cc:720 c-family/c-attribs.cc:3956 objc/objc-act.cc:5131
24075 #: objc/objc-act.cc:7122 objc/objc-act.cc:8320 objc/objc-act.cc:8376
24076 #, gcc-internal-format
24077 msgid "%qE attribute directive ignored"
24078 msgstr ""
24080 #: attribs.cc:724
24081 #, gcc-internal-format
24082 msgid "%<%E::%E%> scoped attribute directive ignored"
24083 msgstr ""
24085 #: attribs.cc:737 c/c-parser.cc:1961 cp/cp-gimplify.cc:3274
24086 #, gcc-internal-format
24087 msgid "wrong number of arguments specified for %qE attribute"
24088 msgstr ""
24090 #: attribs.cc:740
24091 #, gcc-internal-format, gfc-internal-format
24092 msgid "expected %i or more, found %i"
24093 msgstr ""
24095 #: attribs.cc:743 c/c-parser.cc:1964 cp/cp-gimplify.cc:3276
24096 #, gcc-internal-format, gfc-internal-format
24097 msgid "expected %i, found %i"
24098 msgstr ""
24100 #: attribs.cc:746
24101 #, gcc-internal-format, gfc-internal-format
24102 msgid "expected between %i and %i, found %i"
24103 msgstr ""
24105 #: attribs.cc:766 c-family/c-attribs.cc:4652
24106 #, gcc-internal-format
24107 msgid "%qE attribute does not apply to types"
24108 msgstr ""
24110 #: attribs.cc:815
24111 #, gcc-internal-format
24112 msgid "%qE attribute only applies to function types"
24113 msgstr ""
24115 #: attribs.cc:825
24116 #, gcc-internal-format
24117 msgid "type attributes ignored after type is already defined"
24118 msgstr ""
24120 #. The specifications of standard attributes in C mean
24121 #. this is a constraint violation.
24122 #. The specifications of standard attributes mean this is a
24123 #. constraint violation.
24124 #. An attribute with standard syntax and no namespace specified
24125 #. is a constraint violation if it is not one of the known
24126 #. standard attributes.  Diagnose it here with a pedwarn and
24127 #. then discard it to prevent a duplicate warning later.
24128 #: attribs.cc:899 attribs.cc:1878 attribs.cc:1888 attribs.cc:1898
24129 #: c-family/c-attribs.cc:965 c-family/c-attribs.cc:1027
24130 #: c-family/c-attribs.cc:1046 c-family/c-attribs.cc:1064
24131 #: c-family/c-attribs.cc:1094 c-family/c-attribs.cc:1115
24132 #: c-family/c-attribs.cc:1136 c-family/c-attribs.cc:1177
24133 #: c-family/c-attribs.cc:1208 c-family/c-attribs.cc:1224
24134 #: c-family/c-attribs.cc:1241 c-family/c-attribs.cc:1257
24135 #: c-family/c-attribs.cc:1274 c-family/c-attribs.cc:1299
24136 #: c-family/c-attribs.cc:1315 c-family/c-attribs.cc:1330
24137 #: c-family/c-attribs.cc:1358 c-family/c-attribs.cc:1375
24138 #: c-family/c-attribs.cc:1393 c-family/c-attribs.cc:1417
24139 #: c-family/c-attribs.cc:1455 c-family/c-attribs.cc:1478
24140 #: c-family/c-attribs.cc:1495 c-family/c-attribs.cc:1524
24141 #: c-family/c-attribs.cc:1545 c-family/c-attribs.cc:1566
24142 #: c-family/c-attribs.cc:1593 c-family/c-attribs.cc:1624
24143 #: c-family/c-attribs.cc:1653 c-family/c-attribs.cc:1707
24144 #: c-family/c-attribs.cc:1760 c-family/c-attribs.cc:1826
24145 #: c-family/c-attribs.cc:1884 c-family/c-attribs.cc:1973
24146 #: c-family/c-attribs.cc:2003 c-family/c-attribs.cc:2054
24147 #: c-family/c-attribs.cc:2582 c-family/c-attribs.cc:2781
24148 #: c-family/c-attribs.cc:2842 c-family/c-attribs.cc:3083
24149 #: c-family/c-attribs.cc:3163 c-family/c-attribs.cc:3315
24150 #: c-family/c-attribs.cc:3770 c-family/c-attribs.cc:3836
24151 #: c-family/c-attribs.cc:3872 c-family/c-attribs.cc:3927
24152 #: c-family/c-attribs.cc:4109 c-family/c-attribs.cc:4130
24153 #: c-family/c-attribs.cc:4219 c-family/c-attribs.cc:4251
24154 #: c-family/c-attribs.cc:4316 c-family/c-attribs.cc:4519
24155 #: c-family/c-attribs.cc:4654 c-family/c-attribs.cc:5399
24156 #: c-family/c-attribs.cc:5422 c-family/c-attribs.cc:5461
24157 #: c-family/c-attribs.cc:5543 c-family/c-attribs.cc:5616
24158 #: c-family/c-attribs.cc:5632 c-family/c-attribs.cc:5800
24159 #: c-family/c-attribs.cc:5812 c-family/c-common.cc:6056
24160 #: c-family/c-common.cc:6059 config/darwin.cc:2143 config/arm/arm.cc:7444
24161 #: config/arm/arm.cc:7472 config/arm/arm.cc:7489 config/avr/avr.cc:9568
24162 #: config/csky/csky.cc:6498 config/csky/csky.cc:6520 config/h8300/h8300.cc:4968
24163 #: config/h8300/h8300.cc:4992 config/i386/i386-options.cc:3426
24164 #: config/i386/i386-options.cc:3584 config/i386/i386-options.cc:3816
24165 #: config/i386/i386-options.cc:3846 config/ia64/ia64.cc:785
24166 #: config/loongarch/loongarch.cc:6539 config/rs6000/rs6000.cc:20466
24167 #: ada/gcc-interface/utils.cc:6588 ada/gcc-interface/utils.cc:6604
24168 #: ada/gcc-interface/utils.cc:6642 ada/gcc-interface/utils.cc:6659
24169 #: ada/gcc-interface/utils.cc:6676 ada/gcc-interface/utils.cc:6691
24170 #: ada/gcc-interface/utils.cc:6707 ada/gcc-interface/utils.cc:6733
24171 #: ada/gcc-interface/utils.cc:6802 ada/gcc-interface/utils.cc:6829
24172 #: ada/gcc-interface/utils.cc:6850 ada/gcc-interface/utils.cc:6871
24173 #: ada/gcc-interface/utils.cc:6919 ada/gcc-interface/utils.cc:6935
24174 #: ada/gcc-interface/utils.cc:6990 c/c-decl.cc:4781 c/c-decl.cc:4784
24175 #: c/c-decl.cc:4799 c/c-parser.cc:5433 cp/tree.cc:5032 d/d-attribs.cc:480
24176 #: d/d-attribs.cc:699 d/d-attribs.cc:720 d/d-attribs.cc:736 d/d-attribs.cc:753
24177 #: d/d-attribs.cc:785 d/d-attribs.cc:914 d/d-attribs.cc:973 d/d-attribs.cc:989
24178 #: d/d-attribs.cc:1005 d/d-attribs.cc:1154 d/d-attribs.cc:1167
24179 #: d/d-attribs.cc:1384 d/d-attribs.cc:1402 d/d-attribs.cc:1449
24180 #: d/d-attribs.cc:1487 d/d-attribs.cc:1503 d/d-attribs.cc:1560
24181 #: d/d-attribs.cc:1588 jit/dummy-frontend.cc:185 lto/lto-lang.cc:288
24182 #, gcc-internal-format
24183 msgid "%qE attribute ignored"
24184 msgstr ""
24186 #: attribs.cc:1175
24187 #, gcc-internal-format
24188 msgid "missing %<target%> attribute for multi-versioned %qD"
24189 msgstr ""
24191 #: attribs.cc:1178 cp/decl.cc:1282 cp/decl.cc:2245 cp/decl.cc:2293
24192 #: cp/decl.cc:2309 cp/decl.cc:2989 cp/decl.cc:3435
24193 #, gcc-internal-format
24194 msgid "previous declaration of %qD"
24195 msgstr ""
24197 #: attribs.cc:1287
24198 #, gcc-internal-format
24199 msgid "ignoring attributes applied to %qT after definition"
24200 msgstr ""
24202 #: attribs.cc:1809
24203 #, gcc-internal-format
24204 msgid "%q+D already declared with dllexport attribute: dllimport ignored"
24205 msgstr ""
24207 #: attribs.cc:1821
24208 #, gcc-internal-format
24209 msgid ""
24210 "%q+D redeclared without dllimport attribute after being referenced with dll "
24211 "linkage"
24212 msgstr ""
24214 #: attribs.cc:1835
24215 #, gcc-internal-format
24216 msgid "%q+D redeclared without dllimport attribute: previous dllimport ignored"
24217 msgstr ""
24219 #: attribs.cc:1916
24220 #, gcc-internal-format
24221 msgid "inline function %q+D declared as dllimport: attribute ignored"
24222 msgstr ""
24224 #: attribs.cc:1924
24225 #, gcc-internal-format
24226 msgid "function %q+D definition is marked dllimport"
24227 msgstr ""
24229 #: attribs.cc:1932
24230 #, gcc-internal-format
24231 msgid "variable %q+D definition is marked dllimport"
24232 msgstr ""
24234 #: attribs.cc:1963
24235 #, gcc-internal-format
24236 msgid "external linkage required for symbol %q+D because of %qE attribute"
24237 msgstr ""
24239 #: attribs.cc:1977
24240 #, gcc-internal-format
24241 msgid ""
24242 "%qE implies default visibility, but %qD has already been declared with a "
24243 "different visibility"
24244 msgstr ""
24246 #: attribs.cc:2279
24247 #, gcc-internal-format
24248 msgid "%qD specifies more restrictive attribute than its target %qD: %s"
24249 msgid_plural ""
24250 "%qD specifies more restrictive attributes than its target %qD: %s"
24251 msgstr[0] ""
24252 msgstr[1] ""
24254 #: attribs.cc:2285 attribs.cc:2305
24255 #, gcc-internal-format
24256 msgid "%qD target declared here"
24257 msgstr ""
24259 #: attribs.cc:2299
24260 #, gcc-internal-format
24261 msgid "%qD specifies less restrictive attribute than its target %qD: %s"
24262 msgid_plural ""
24263 "%qD specifies less restrictive attributes than its target %qD: %s"
24264 msgstr[0] ""
24265 msgstr[1] ""
24267 #: auto-profile.cc:365
24268 #, gcc-internal-format
24269 msgid "offset exceeds 16 bytes"
24270 msgstr ""
24272 #: auto-profile.cc:862
24273 #, gcc-internal-format
24274 msgid "Not expected TAG."
24275 msgstr ""
24277 #: auto-profile.cc:927
24278 #, gcc-internal-format, gfc-internal-format
24279 msgid "cannot open profile file %s"
24280 msgstr ""
24282 #: auto-profile.cc:933
24283 #, gcc-internal-format
24284 msgid "AutoFDO profile magic number does not match"
24285 msgstr ""
24287 #: auto-profile.cc:941
24288 #, gcc-internal-format, gfc-internal-format
24289 msgid "AutoFDO profile version %u does not match %u"
24290 msgstr ""
24292 #: auto-profile.cc:953
24293 #, gcc-internal-format, gfc-internal-format
24294 msgid "cannot read string table from %s"
24295 msgstr ""
24297 #: auto-profile.cc:961
24298 #, gcc-internal-format, gfc-internal-format
24299 msgid "cannot read function profile from %s"
24300 msgstr ""
24302 #: builtins.cc:701
24303 #, gcc-internal-format
24304 msgid "offset %qwi outside bounds of constant string"
24305 msgstr ""
24307 #: builtins.cc:705 gimple-ssa-warn-access.cc:4596 cp/name-lookup.cc:6417
24308 #, gcc-internal-format
24309 msgid "%qE declared here"
24310 msgstr ""
24312 #: builtins.cc:1313
24313 #, gcc-internal-format
24314 msgid "second argument to %<__builtin_prefetch%> must be a constant"
24315 msgstr ""
24317 #: builtins.cc:1320
24318 #, gcc-internal-format
24319 msgid "invalid second argument to %<__builtin_prefetch%>; using zero"
24320 msgstr ""
24322 #: builtins.cc:1328
24323 #, gcc-internal-format
24324 msgid "third argument to %<__builtin_prefetch%> must be a constant"
24325 msgstr ""
24327 #: builtins.cc:1335
24328 #, gcc-internal-format
24329 msgid "invalid third argument to %<__builtin_prefetch%>; using zero"
24330 msgstr ""
24332 #: builtins.cc:4042 gimple-fold.cc:2523 gimple-ssa-warn-access.cc:2553
24333 #: tree-ssa-strlen.cc:3188
24334 #, gcc-internal-format
24335 msgid "%qD specified bound %E equals destination size"
24336 msgstr ""
24338 #: builtins.cc:5147 gimplify.cc:3647
24339 #, gcc-internal-format
24340 msgid "too few arguments to function %<va_start%>"
24341 msgstr ""
24343 #: builtins.cc:5247
24344 #, gcc-internal-format
24345 msgid "invalid argument to %qD"
24346 msgstr ""
24348 #: builtins.cc:5260
24349 #, gcc-internal-format
24350 msgid "unsupported argument to %qD"
24351 msgstr ""
24353 #. Warn since no effort is made to ensure that any frame
24354 #. beyond the current one exists or can be safely reached.
24355 #: builtins.cc:5268
24356 #, gcc-internal-format
24357 msgid "calling %qD with a nonzero argument is unsafe"
24358 msgstr ""
24360 #: builtins.cc:5620
24361 #, gcc-internal-format
24362 msgid "both arguments to %<__builtin___clear_cache%> must be pointers"
24363 msgstr ""
24365 #: builtins.cc:5710
24366 #, gcc-internal-format
24367 msgid "trampoline generated for nested function %qD"
24368 msgstr ""
24370 #: builtins.cc:6084 builtins.cc:6097
24371 #, gcc-internal-format
24372 msgid "%qD changed semantics in GCC 4.4"
24373 msgstr ""
24375 #: builtins.cc:6867
24376 #, gcc-internal-format
24377 msgid "non-constant argument 1 to %qs"
24378 msgstr ""
24380 #: builtins.cc:6909
24381 #, gcc-internal-format
24382 msgid "non-integer argument 1 to %qs"
24383 msgstr ""
24385 #: builtins.cc:6973
24386 #, gcc-internal-format
24387 msgid "%<__builtin_thread_pointer%> is not supported on this target"
24388 msgstr ""
24390 #: builtins.cc:6993
24391 #, gcc-internal-format
24392 msgid "%<__builtin_set_thread_pointer%> is not supported on this target"
24393 msgstr ""
24395 #: builtins.cc:7052
24396 #, gcc-internal-format
24397 msgid "%qs only supported in OpenACC code"
24398 msgstr ""
24400 #: builtins.cc:7059
24401 #, gcc-internal-format
24402 msgid "non-constant argument 0 to %qs"
24403 msgstr ""
24405 #: builtins.cc:7071
24406 #, gcc-internal-format
24407 msgid "illegal argument 0 to %qs"
24408 msgstr ""
24410 #. All valid uses of __builtin_va_arg_pack () are removed during
24411 #. inlining.
24412 #: builtins.cc:7581 expr.cc:11830
24413 #, gcc-internal-format
24414 msgid "invalid use of %<__builtin_va_arg_pack ()%>"
24415 msgstr ""
24417 #. All valid uses of __builtin_va_arg_pack_len () are removed during
24418 #. inlining.
24419 #: builtins.cc:7587
24420 #, gcc-internal-format
24421 msgid "invalid use of %<__builtin_va_arg_pack_len ()%>"
24422 msgstr ""
24424 #: builtins.cc:7855
24425 #, gcc-internal-format
24426 msgid "%<__builtin_longjmp%> second argument must be 1"
24427 msgstr ""
24429 #: builtins.cc:8751
24430 #, gcc-internal-format
24431 msgid "target format does not support infinity"
24432 msgstr ""
24434 #: builtins.cc:10397
24435 #, gcc-internal-format
24436 msgid "%<va_start%> used in function with fixed arguments"
24437 msgstr ""
24439 #: builtins.cc:10405
24440 #, gcc-internal-format
24441 msgid "wrong number of arguments to function %<va_start%>"
24442 msgstr ""
24444 #: builtins.cc:10420
24445 #, gcc-internal-format
24446 msgid "%<__builtin_next_arg%> called without an argument"
24447 msgstr ""
24449 #: builtins.cc:10425
24450 #, gcc-internal-format
24451 msgid "wrong number of arguments to function %<__builtin_next_arg%>"
24452 msgstr ""
24454 #: builtins.cc:10458
24455 #, gcc-internal-format
24456 msgid "second parameter of %<va_start%> not last named argument"
24457 msgstr ""
24459 #: builtins.cc:10471
24460 #, gcc-internal-format
24461 msgid ""
24462 "undefined behavior when second parameter of %<va_start%> is declared with "
24463 "%<register%> storage"
24464 msgstr ""
24466 #: builtins.cc:10500
24467 #, gcc-internal-format
24468 msgid "first argument of %qD must be a pointer, second integer constant"
24469 msgstr ""
24471 #: builtins.cc:10513
24472 #, gcc-internal-format
24473 msgid "last argument of %qD is not integer constant between 0 and 3"
24474 msgstr ""
24476 #: calls.cc:1245
24477 #, gcc-internal-format, gfc-internal-format
24478 msgid "cannot tail-call: %s"
24479 msgstr ""
24481 #: calls.cc:2761
24482 #, gcc-internal-format
24483 msgid "function call has aggregate value"
24484 msgstr ""
24486 #: calls.cc:3490
24487 #, gcc-internal-format
24488 msgid "passing too large argument on stack"
24489 msgstr ""
24491 #: cfganal.cc:173
24492 #, gcc-internal-format
24493 msgid "%<verify_marked_backedges%> failed"
24494 msgstr ""
24496 #: cfgexpand.cc:1816
24497 #, gcc-internal-format
24498 msgid "total size of local objects is too large"
24499 msgstr ""
24501 #: cfgexpand.cc:1819 function.cc:1014 varasm.cc:2330
24502 #, gcc-internal-format
24503 msgid "size of variable %q+D is too large"
24504 msgstr ""
24506 #: cfgexpand.cc:1831
24507 #, gcc-internal-format
24508 msgid "cannot allocate stack for variable %q+D, naked function"
24509 msgstr ""
24511 #: cfgexpand.cc:2923
24512 #, gcc-internal-format
24513 msgid "too many alternatives in %<asm%>"
24514 msgstr ""
24516 #: cfgexpand.cc:2930
24517 #, gcc-internal-format
24518 msgid "operand constraints for %<asm%> differ in number of alternatives"
24519 msgstr ""
24521 #: cfgexpand.cc:2952
24522 #, gcc-internal-format
24523 msgid "%<asm%> specifier for variable %qE conflicts with %<asm%> clobber list"
24524 msgstr ""
24526 #. ??? Diagnose during gimplification?
24527 #: cfgexpand.cc:2983
24528 #, gcc-internal-format
24529 msgid "PIC register clobbered by %qs in %<asm%>"
24530 msgstr ""
24532 #. ??? Diagnose during gimplification?
24533 #: cfgexpand.cc:2990
24534 #, gcc-internal-format
24535 msgid "the register %qs cannot be clobbered in %<asm%> for the current target"
24536 msgstr ""
24538 #: cfgexpand.cc:3003
24539 #, gcc-internal-format
24540 msgid "listing the stack pointer register %qs in a clobber list is deprecated"
24541 msgstr ""
24543 #: cfgexpand.cc:3005
24544 #, gcc-internal-format
24545 msgid ""
24546 "the value of the stack pointer after an %<asm%> statement must be the same "
24547 "as it was before the statement"
24548 msgstr ""
24550 #: cfgexpand.cc:3075
24551 #, gcc-internal-format
24552 msgid "more than %d operands in %<asm%>"
24553 msgstr ""
24555 #. ??? Diagnose during gimplification?
24556 #: cfgexpand.cc:3128
24557 #, gcc-internal-format
24558 msgid "unknown register name %qs in %<asm%>"
24559 msgstr ""
24561 #: cfgexpand.cc:3194
24562 #, gcc-internal-format
24563 msgid "invalid hard register usage between output operands"
24564 msgstr ""
24566 #: cfgexpand.cc:3221
24567 #, gcc-internal-format
24568 msgid ""
24569 "invalid hard register usage between output operand and matching constraint "
24570 "operand"
24571 msgstr ""
24573 #: cfgexpand.cc:3229
24574 #, gcc-internal-format
24575 msgid ""
24576 "invalid hard register usage between earlyclobber operand and input operand"
24577 msgstr ""
24579 #: cfgexpand.cc:3314
24580 #, gcc-internal-format, gfc-internal-format
24581 msgid "output number %d not directly addressable"
24582 msgstr ""
24584 #: cfgexpand.cc:3410
24585 #, gcc-internal-format
24586 msgid "%<asm%> operand %d probably does not match constraints"
24587 msgstr ""
24589 #: cfgexpand.cc:3595
24590 #, gcc-internal-format
24591 msgid "%<asm%> clobber conflict with output operand"
24592 msgstr ""
24594 #: cfgexpand.cc:3600
24595 #, gcc-internal-format
24596 msgid "%<asm%> clobber conflict with input operand"
24597 msgstr ""
24599 #: cfgexpand.cc:6694
24600 #, gcc-internal-format
24601 msgid "stack protector not protecting local variables: variable length buffer"
24602 msgstr ""
24604 #: cfgexpand.cc:6698
24605 #, gcc-internal-format, gfc-internal-format
24606 msgid ""
24607 "stack protector not protecting function: all local arrays are less than %d "
24608 "bytes long"
24609 msgstr ""
24611 #: cfgexpand.cc:6987
24612 #, gcc-internal-format
24613 msgid "patchable function entry %wu exceeds size %wu"
24614 msgstr ""
24616 #: cfghooks.cc:120
24617 #, gcc-internal-format, gfc-internal-format
24618 msgid "bb %d on wrong place"
24619 msgstr ""
24621 #: cfghooks.cc:126
24622 #, gcc-internal-format, gfc-internal-format
24623 msgid "prev_bb of %d should be %d, not %d"
24624 msgstr ""
24626 #: cfghooks.cc:143
24627 #, gcc-internal-format, gfc-internal-format
24628 msgid "verify_flow_info: Block %i has loop_father, but there are no loops"
24629 msgstr ""
24631 #: cfghooks.cc:149
24632 #, gcc-internal-format, gfc-internal-format
24633 msgid "verify_flow_info: Block %i lacks loop_father"
24634 msgstr ""
24636 #: cfghooks.cc:155
24637 #, gcc-internal-format, gfc-internal-format
24638 msgid "verify_flow_info: Wrong count of block %i"
24639 msgstr ""
24641 #: cfghooks.cc:163
24642 #, gcc-internal-format, gfc-internal-format
24643 msgid "verify_flow_info: Missing count of block %i"
24644 msgstr ""
24646 #: cfghooks.cc:169
24647 #, gcc-internal-format, gfc-internal-format
24648 msgid "verify_flow_info: unallocated flag set on BB %d"
24649 msgstr ""
24651 #: cfghooks.cc:177
24652 #, gcc-internal-format, gfc-internal-format
24653 msgid "verify_flow_info: Duplicate edge %i->%i"
24654 msgstr ""
24656 #: cfghooks.cc:186
24657 #, gcc-internal-format, gfc-internal-format
24658 msgid "Uninitialized probability of edge %i->%i"
24659 msgstr ""
24661 #: cfghooks.cc:192
24662 #, gcc-internal-format, gfc-internal-format
24663 msgid "verify_flow_info: Wrong probability of edge %i->%i"
24664 msgstr ""
24666 #: cfghooks.cc:204
24667 #, gcc-internal-format, gfc-internal-format
24668 msgid "verify_flow_info: Basic block %d succ edge is corrupted"
24669 msgstr ""
24671 #: cfghooks.cc:216
24672 #, gcc-internal-format, gfc-internal-format
24673 msgid "verify_flow_info: unallocated edge flag set on %d -> %d"
24674 msgstr ""
24676 #: cfghooks.cc:225
24677 #, gcc-internal-format, gfc-internal-format
24678 msgid "wrong amount of branch edges after unconditional jump %i"
24679 msgstr ""
24681 #: cfghooks.cc:233 cfghooks.cc:244
24682 #, gcc-internal-format, gfc-internal-format
24683 msgid "basic block %d pred edge is corrupted"
24684 msgstr ""
24686 #: cfghooks.cc:245
24687 #, gcc-internal-format, gfc-internal-format
24688 msgid "its dest_idx should be %d, not %d"
24689 msgstr ""
24691 #: cfghooks.cc:274
24692 #, gcc-internal-format, gfc-internal-format
24693 msgid "basic block %i edge lists are corrupted"
24694 msgstr ""
24696 #: cfghooks.cc:285
24697 #, gcc-internal-format
24698 msgid "verify_flow_info failed"
24699 msgstr ""
24701 #: cfghooks.cc:343
24702 #, gcc-internal-format, gfc-internal-format
24703 msgid "%s does not support dump_bb_for_graph"
24704 msgstr ""
24706 #: cfghooks.cc:386
24707 #, gcc-internal-format, gfc-internal-format
24708 msgid "%s does not support redirect_edge_and_branch"
24709 msgstr ""
24711 #: cfghooks.cc:406
24712 #, gcc-internal-format, gfc-internal-format
24713 msgid "%s does not support can_remove_branch_p"
24714 msgstr ""
24716 #: cfghooks.cc:500
24717 #, gcc-internal-format, gfc-internal-format
24718 msgid "%s does not support redirect_edge_and_branch_force"
24719 msgstr ""
24721 #: cfghooks.cc:538
24722 #, gcc-internal-format, gfc-internal-format
24723 msgid "%s does not support split_block"
24724 msgstr ""
24726 #: cfghooks.cc:603
24727 #, gcc-internal-format, gfc-internal-format
24728 msgid "%s does not support move_block_after"
24729 msgstr ""
24731 #: cfghooks.cc:616
24732 #, gcc-internal-format, gfc-internal-format
24733 msgid "%s does not support delete_basic_block"
24734 msgstr ""
24736 #: cfghooks.cc:663
24737 #, gcc-internal-format, gfc-internal-format
24738 msgid "%s does not support split_edge"
24739 msgstr ""
24741 #: cfghooks.cc:741
24742 #, gcc-internal-format, gfc-internal-format
24743 msgid "%s does not support create_basic_block"
24744 msgstr ""
24746 #: cfghooks.cc:782
24747 #, gcc-internal-format, gfc-internal-format
24748 msgid "%s does not support can_merge_blocks_p"
24749 msgstr ""
24751 #: cfghooks.cc:793
24752 #, gcc-internal-format, gfc-internal-format
24753 msgid "%s does not support predict_edge"
24754 msgstr ""
24756 #: cfghooks.cc:802
24757 #, gcc-internal-format, gfc-internal-format
24758 msgid "%s does not support predicted_by_p"
24759 msgstr ""
24761 #: cfghooks.cc:816
24762 #, gcc-internal-format, gfc-internal-format
24763 msgid "%s does not support merge_blocks"
24764 msgstr ""
24766 #: cfghooks.cc:897
24767 #, gcc-internal-format, gfc-internal-format
24768 msgid "%s does not support make_forwarder_block"
24769 msgstr ""
24771 #: cfghooks.cc:1046
24772 #, gcc-internal-format, gfc-internal-format
24773 msgid "%s does not support force_nonfallthru"
24774 msgstr ""
24776 #: cfghooks.cc:1080
24777 #, gcc-internal-format, gfc-internal-format
24778 msgid "%s does not support can_duplicate_block_p"
24779 msgstr ""
24781 #: cfghooks.cc:1109
24782 #, gcc-internal-format, gfc-internal-format
24783 msgid "%s does not support duplicate_block"
24784 msgstr ""
24786 #: cfghooks.cc:1184
24787 #, gcc-internal-format, gfc-internal-format
24788 msgid "%s does not support block_ends_with_call_p"
24789 msgstr ""
24791 #: cfghooks.cc:1195
24792 #, gcc-internal-format, gfc-internal-format
24793 msgid "%s does not support block_ends_with_condjump_p"
24794 msgstr ""
24796 #: cfghooks.cc:1213
24797 #, gcc-internal-format, gfc-internal-format
24798 msgid "%s does not support flow_call_edges_add"
24799 msgstr ""
24801 #: cfgloop.cc:1411
24802 #, gcc-internal-format
24803 msgid "loop verification on loop tree that needs fixup"
24804 msgstr ""
24806 #: cfgloop.cc:1427
24807 #, gcc-internal-format
24808 msgid "corrupt loop tree root"
24809 msgstr ""
24811 #: cfgloop.cc:1437
24812 #, gcc-internal-format, gfc-internal-format
24813 msgid "loop with header %d marked for removal"
24814 msgstr ""
24816 #: cfgloop.cc:1442
24817 #, gcc-internal-format, gfc-internal-format
24818 msgid "loop with header %d not in loop tree"
24819 msgstr ""
24821 #: cfgloop.cc:1448
24822 #, gcc-internal-format, gfc-internal-format
24823 msgid "non-loop with header %d not marked for removal"
24824 msgstr ""
24826 #: cfgloop.cc:1462
24827 #, gcc-internal-format, gfc-internal-format
24828 msgid "removed loop %d in loop tree"
24829 msgstr ""
24831 #: cfgloop.cc:1470
24832 #, gcc-internal-format, gfc-internal-format
24833 msgid "size of loop %d should be %d, not %d"
24834 msgstr ""
24836 #: cfgloop.cc:1481
24837 #, gcc-internal-format, gfc-internal-format
24838 msgid "bb %d does not belong to loop %d"
24839 msgstr ""
24841 #: cfgloop.cc:1493
24842 #, gcc-internal-format, gfc-internal-format
24843 msgid "bb %d has father loop %d, should be loop %d"
24844 msgstr ""
24846 #: cfgloop.cc:1509
24847 #, gcc-internal-format
24848 msgid "loop %d%'s header is not a loop header"
24849 msgstr ""
24851 #: cfgloop.cc:1515
24852 #, gcc-internal-format
24853 msgid "loop %d%'s header does not have exactly 2 entries"
24854 msgstr ""
24856 #: cfgloop.cc:1522
24857 #, gcc-internal-format
24858 msgid "loop %d%'s latch does not have an edge to its header"
24859 msgstr ""
24861 #: cfgloop.cc:1527
24862 #, gcc-internal-format
24863 msgid "loop %d%'s latch is not dominated by its header"
24864 msgstr ""
24866 #: cfgloop.cc:1535
24867 #, gcc-internal-format
24868 msgid "loop %d%'s latch does not have exactly 1 successor"
24869 msgstr ""
24871 #: cfgloop.cc:1540
24872 #, gcc-internal-format
24873 msgid "loop %d%'s latch does not have header as successor"
24874 msgstr ""
24876 #: cfgloop.cc:1545
24877 #, gcc-internal-format
24878 msgid "loop %d%'s latch does not belong directly to it"
24879 msgstr ""
24881 #: cfgloop.cc:1551
24882 #, gcc-internal-format
24883 msgid "loop %d%'s header does not belong directly to it"
24884 msgstr ""
24886 #: cfgloop.cc:1561
24887 #, gcc-internal-format
24888 msgid "loop %d%'s latch is marked as part of irreducible region"
24889 msgstr ""
24891 #: cfgloop.cc:1573
24892 #, gcc-internal-format
24893 msgid ""
24894 "loop %d%'s number of iterations %qE references the released SSA name %qE"
24895 msgstr ""
24897 #: cfgloop.cc:1606
24898 #, gcc-internal-format, gfc-internal-format
24899 msgid "basic block %d should be marked irreducible"
24900 msgstr ""
24902 #: cfgloop.cc:1612
24903 #, gcc-internal-format, gfc-internal-format
24904 msgid "basic block %d should not be marked irreducible"
24905 msgstr ""
24907 #: cfgloop.cc:1621
24908 #, gcc-internal-format, gfc-internal-format
24909 msgid "edge from %d to %d should be marked irreducible"
24910 msgstr ""
24912 #: cfgloop.cc:1628
24913 #, gcc-internal-format, gfc-internal-format
24914 msgid "edge from %d to %d should not be marked irreducible"
24915 msgstr ""
24917 #: cfgloop.cc:1642
24918 #, gcc-internal-format, gfc-internal-format
24919 msgid "corrupted head of the exits list of loop %d"
24920 msgstr ""
24922 #: cfgloop.cc:1660
24923 #, gcc-internal-format, gfc-internal-format
24924 msgid "corrupted exits list of loop %d"
24925 msgstr ""
24927 #: cfgloop.cc:1669
24928 #, gcc-internal-format, gfc-internal-format
24929 msgid "nonempty exits list of loop %d, but exits are not recorded"
24930 msgstr ""
24932 #: cfgloop.cc:1696
24933 #, gcc-internal-format, gfc-internal-format
24934 msgid "exit %d->%d not recorded"
24935 msgstr ""
24937 #: cfgloop.cc:1719
24938 #, gcc-internal-format, gfc-internal-format
24939 msgid "wrong list of exited loops for edge %d->%d"
24940 msgstr ""
24942 #: cfgloop.cc:1728
24943 #, gcc-internal-format
24944 msgid "too many loop exits recorded"
24945 msgstr ""
24947 #: cfgloop.cc:1739
24948 #, gcc-internal-format, gfc-internal-format
24949 msgid "%d exits recorded for loop %d (having %d exits)"
24950 msgstr ""
24952 #: cfgrtl.cc:2401
24953 #, gcc-internal-format, gfc-internal-format
24954 msgid ""
24955 "non-cold basic block %d reachable only by paths crossing the cold partition"
24956 msgstr ""
24958 #: cfgrtl.cc:2521
24959 #, gcc-internal-format, gfc-internal-format
24960 msgid "multiple hot/cold transitions found (bb %i)"
24961 msgstr ""
24963 #: cfgrtl.cc:2529
24964 #, gcc-internal-format
24965 msgid "partition found but function partition flag not set"
24966 msgstr ""
24968 #: cfgrtl.cc:2568
24969 #, gcc-internal-format
24970 msgid "verify_flow_info: REG_BR_PROB is set but cfg probability is not"
24971 msgstr ""
24973 #: cfgrtl.cc:2577
24974 #, gcc-internal-format, gfc-internal-format
24975 msgid "verify_flow_info: REG_BR_PROB does not match cfg %i %i"
24976 msgstr ""
24978 #: cfgrtl.cc:2599
24979 #, gcc-internal-format
24980 msgid "EDGE_CROSSING incorrectly set across same section"
24981 msgstr ""
24983 #: cfgrtl.cc:2604
24984 #, gcc-internal-format, gfc-internal-format
24985 msgid "fallthru edge crosses section boundary in bb %i"
24986 msgstr ""
24988 #: cfgrtl.cc:2610
24989 #, gcc-internal-format, gfc-internal-format
24990 msgid "EH edge crosses section boundary in bb %i"
24991 msgstr ""
24993 #: cfgrtl.cc:2616
24994 #, gcc-internal-format, gfc-internal-format
24995 msgid "No region crossing jump at section boundary in bb %i"
24996 msgstr ""
24998 #: cfgrtl.cc:2623
24999 #, gcc-internal-format
25000 msgid "EDGE_CROSSING missing across section boundary"
25001 msgstr ""
25003 #: cfgrtl.cc:2653
25004 #, gcc-internal-format, gfc-internal-format
25005 msgid "Region crossing jump across same section in bb %i"
25006 msgstr ""
25008 #: cfgrtl.cc:2660
25009 #, gcc-internal-format, gfc-internal-format
25010 msgid "missing REG_EH_REGION note at the end of bb %i"
25011 msgstr ""
25013 #: cfgrtl.cc:2665
25014 #, gcc-internal-format, gfc-internal-format
25015 msgid "too many exception handling edges in bb %i"
25016 msgstr ""
25018 #: cfgrtl.cc:2673
25019 #, gcc-internal-format, gfc-internal-format
25020 msgid "too many outgoing branch edges from bb %i"
25021 msgstr ""
25023 #: cfgrtl.cc:2678
25024 #, gcc-internal-format, gfc-internal-format
25025 msgid "fallthru edge after unconditional jump in bb %i"
25026 msgstr ""
25028 #: cfgrtl.cc:2683
25029 #, gcc-internal-format, gfc-internal-format
25030 msgid "wrong number of branch edges after unconditional jump in bb %i"
25031 msgstr ""
25033 #: cfgrtl.cc:2690
25034 #, gcc-internal-format, gfc-internal-format
25035 msgid "wrong amount of branch edges after conditional jump in bb %i"
25036 msgstr ""
25038 #: cfgrtl.cc:2696
25039 #, gcc-internal-format, gfc-internal-format
25040 msgid "abnormal call edges for non-call insn in bb %i"
25041 msgstr ""
25043 #: cfgrtl.cc:2701
25044 #, gcc-internal-format, gfc-internal-format
25045 msgid "sibcall edges for non-call insn in bb %i"
25046 msgstr ""
25048 #: cfgrtl.cc:2711
25049 #, gcc-internal-format, gfc-internal-format
25050 msgid "abnormal edges for no purpose in bb %i"
25051 msgstr ""
25053 #: cfgrtl.cc:2722
25054 #, gcc-internal-format, gfc-internal-format
25055 msgid "EH incoming edge mixed with non-EH incoming edges in bb %i"
25056 msgstr ""
25058 #: cfgrtl.cc:2763 cfgrtl.cc:2773
25059 #, gcc-internal-format, gfc-internal-format
25060 msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d"
25061 msgstr ""
25063 #: cfgrtl.cc:2786
25064 #, gcc-internal-format, gfc-internal-format
25065 msgid "NOTE_INSN_BASIC_BLOCK %d in middle of basic block %d"
25066 msgstr ""
25068 #: cfgrtl.cc:2796
25069 #, gcc-internal-format, gfc-internal-format
25070 msgid "in basic block %d:"
25071 msgstr ""
25073 #: cfgrtl.cc:2822
25074 #, gcc-internal-format, gfc-internal-format
25075 msgid "BB_RTL flag not set for block %d"
25076 msgstr ""
25078 #: cfgrtl.cc:2829
25079 #, gcc-internal-format, gfc-internal-format
25080 msgid "insn %d basic block pointer is %d, should be %d"
25081 msgstr ""
25083 #: cfgrtl.cc:2840
25084 #, gcc-internal-format, gfc-internal-format
25085 msgid "insn %d in header of bb %d has non-NULL basic block"
25086 msgstr ""
25088 #: cfgrtl.cc:2848
25089 #, gcc-internal-format, gfc-internal-format
25090 msgid "insn %d in footer of bb %d has non-NULL basic block"
25091 msgstr ""
25093 #: cfgrtl.cc:2921 cfgrtl.cc:2969
25094 #, gcc-internal-format, gfc-internal-format
25095 msgid "insn %d outside of basic blocks has non-NULL bb field"
25096 msgstr ""
25098 #: cfgrtl.cc:2929
25099 #, gcc-internal-format, gfc-internal-format
25100 msgid "end insn %d for block %d not found in the insn stream"
25101 msgstr ""
25103 #: cfgrtl.cc:2942
25104 #, gcc-internal-format, gfc-internal-format
25105 msgid "insn %d is in multiple basic blocks (%d and %d)"
25106 msgstr ""
25108 #: cfgrtl.cc:2954
25109 #, gcc-internal-format, gfc-internal-format
25110 msgid "head insn %d for block %d not found in the insn stream"
25111 msgstr ""
25113 #: cfgrtl.cc:3002
25114 #, gcc-internal-format, gfc-internal-format
25115 msgid "missing barrier after block %i"
25116 msgstr ""
25118 #: cfgrtl.cc:3018
25119 #, gcc-internal-format, gfc-internal-format
25120 msgid "verify_flow_info: Incorrect blocks for fallthru %i->%i"
25121 msgstr ""
25123 #: cfgrtl.cc:3027
25124 #, gcc-internal-format, gfc-internal-format
25125 msgid "verify_flow_info: Incorrect fallthru %i->%i"
25126 msgstr ""
25128 #: cfgrtl.cc:3029
25129 #, gcc-internal-format
25130 msgid "wrong insn in the fallthru edge"
25131 msgstr ""
25133 #: cfgrtl.cc:3063
25134 #, gcc-internal-format
25135 msgid "basic blocks not laid down consecutively"
25136 msgstr ""
25138 #: cfgrtl.cc:3102
25139 #, gcc-internal-format, gfc-internal-format
25140 msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)"
25141 msgstr ""
25143 #: cgraph.cc:3207
25144 #, gcc-internal-format
25145 msgid "caller edge count invalid"
25146 msgstr ""
25148 #: cgraph.cc:3305
25149 #, gcc-internal-format
25150 msgid "missing indirect call in speculative call sequence"
25151 msgstr ""
25153 #: cgraph.cc:3310
25154 #, gcc-internal-format
25155 msgid "indirect call in speculative call sequence has no speculative flag"
25156 msgstr ""
25158 #: cgraph.cc:3340
25159 #, gcc-internal-format
25160 msgid "speculative edges are not adjacent"
25161 msgstr ""
25163 #: cgraph.cc:3346
25164 #, gcc-internal-format, gfc-internal-format
25165 msgid "direct call to %s in speculative call sequence has no speculative flag"
25166 msgstr ""
25168 #: cgraph.cc:3352 cgraph.cc:3382
25169 #, gcc-internal-format, gfc-internal-format
25170 msgid ""
25171 "direct call to %s in speculative call sequence has speculative_id %i out of "
25172 "range"
25173 msgstr ""
25175 #: cgraph.cc:3359
25176 #, gcc-internal-format, gfc-internal-format
25177 msgid ""
25178 "duplicate direct call to %s in speculative call sequence with speculative_id "
25179 "%i"
25180 msgstr ""
25182 #: cgraph.cc:3370
25183 #, gcc-internal-format
25184 msgid ""
25185 "call stmt hash does not point to first direct edge of speculative call "
25186 "sequence"
25187 msgstr ""
25189 #: cgraph.cc:3389
25190 #, gcc-internal-format, gfc-internal-format
25191 msgid ""
25192 "duplicate reference %s in speculative call sequence with speculative_id %i"
25193 msgstr ""
25195 #: cgraph.cc:3402
25196 #, gcc-internal-format, gfc-internal-format
25197 msgid "missing direct call for speculation %i"
25198 msgstr ""
25200 #: cgraph.cc:3407
25201 #, gcc-internal-format, gfc-internal-format
25202 msgid "missing ref for speculation %i"
25203 msgstr ""
25205 #: cgraph.cc:3416
25206 #, gcc-internal-format, gfc-internal-format
25207 msgid ""
25208 "number of speculative targets %i mismatched with "
25209 "num_speculative_call_targets %i"
25210 msgstr ""
25212 #: cgraph.cc:3445
25213 #, gcc-internal-format, gfc-internal-format
25214 msgid "aux field set for edge %s->%s"
25215 msgstr ""
25217 #: cgraph.cc:3452
25218 #, gcc-internal-format
25219 msgid "cgraph count invalid"
25220 msgstr ""
25222 #: cgraph.cc:3457
25223 #, gcc-internal-format
25224 msgid "inline clone in same comdat group list"
25225 msgstr ""
25227 #: cgraph.cc:3462
25228 #, gcc-internal-format
25229 msgid "inline clone count is not compatible"
25230 msgstr ""
25232 #: cgraph.cc:3469
25233 #, gcc-internal-format
25234 msgid "tp_first_run must be non-negative"
25235 msgstr ""
25237 #: cgraph.cc:3474
25238 #, gcc-internal-format
25239 msgid "local symbols must be defined"
25240 msgstr ""
25242 #: cgraph.cc:3479
25243 #, gcc-internal-format
25244 msgid "externally visible inline clone"
25245 msgstr ""
25247 #: cgraph.cc:3484
25248 #, gcc-internal-format
25249 msgid "inline clone with address taken"
25250 msgstr ""
25252 #: cgraph.cc:3489
25253 #, gcc-internal-format
25254 msgid "inline clone is forced to output"
25255 msgstr ""
25257 #: cgraph.cc:3496
25258 #, gcc-internal-format
25259 msgid "calls_comdat_local is set outside of a comdat group"
25260 msgstr ""
25262 #: cgraph.cc:3501
25263 #, gcc-internal-format
25264 msgid "invalid calls_comdat_local flag"
25265 msgstr ""
25267 #: cgraph.cc:3508
25268 #, gcc-internal-format
25269 msgid "malloc attribute should be used for a function that returns a pointer"
25270 msgstr ""
25272 #: cgraph.cc:3520
25273 #, gcc-internal-format
25274 msgid "semantic interposition mismatch"
25275 msgstr ""
25277 #: cgraph.cc:3527
25278 #, gcc-internal-format, gfc-internal-format
25279 msgid "aux field set for indirect edge from %s"
25280 msgstr ""
25282 #: cgraph.cc:3533 cgraph.cc:3593
25283 #, gcc-internal-format
25284 msgid "edge count is not compatible with function count"
25285 msgstr ""
25287 #: cgraph.cc:3541
25288 #, gcc-internal-format, gfc-internal-format
25289 msgid ""
25290 "An indirect edge from %s is not marked as indirect or has associated "
25291 "indirect_info, the corresponding statement is: "
25292 msgstr ""
25294 #: cgraph.cc:3549 cgraph.cc:3622
25295 #, gcc-internal-format
25296 msgid "edge has both call_stmt and lto_stmt_uid set"
25297 msgstr ""
25299 #: cgraph.cc:3561
25300 #, gcc-internal-format, gfc-internal-format
25301 msgid "comdat-local function called by %s outside its comdat"
25302 msgstr ""
25304 #: cgraph.cc:3571
25305 #, gcc-internal-format
25306 msgid "inlined_to pointer is wrong"
25307 msgstr ""
25309 #: cgraph.cc:3576
25310 #, gcc-internal-format
25311 msgid "multiple inline callers"
25312 msgstr ""
25314 #: cgraph.cc:3583
25315 #, gcc-internal-format
25316 msgid "inlined_to pointer set for noninline callers"
25317 msgstr ""
25319 #: cgraph.cc:3612
25320 #, gcc-internal-format
25321 msgid "caller edge count does not match BB count"
25322 msgstr ""
25324 #: cgraph.cc:3643
25325 #, gcc-internal-format
25326 msgid "indirect call count does not match BB count"
25327 msgstr ""
25329 #: cgraph.cc:3660
25330 #, gcc-internal-format
25331 msgid "reference has both stmt and lto_stmt_uid set"
25332 msgstr ""
25334 #: cgraph.cc:3671
25335 #, gcc-internal-format
25336 msgid "inlined_to pointer is set but no predecessors found"
25337 msgstr ""
25339 #: cgraph.cc:3676
25340 #, gcc-internal-format
25341 msgid "inlined_to pointer refers to itself"
25342 msgstr ""
25344 #: cgraph.cc:3687
25345 #, gcc-internal-format
25346 msgid "cgraph_node has wrong clone_of"
25347 msgstr ""
25349 #: cgraph.cc:3700
25350 #, gcc-internal-format
25351 msgid "cgraph_node has wrong clone list"
25352 msgstr ""
25354 #: cgraph.cc:3706
25355 #, gcc-internal-format
25356 msgid "cgraph_node is in clone list but it is not clone"
25357 msgstr ""
25359 #: cgraph.cc:3711
25360 #, gcc-internal-format
25361 msgid "cgraph_node has wrong prev_clone pointer"
25362 msgstr ""
25364 #: cgraph.cc:3716
25365 #, gcc-internal-format
25366 msgid "double linked list of clones corrupted"
25367 msgstr ""
25369 #: cgraph.cc:3728
25370 #, gcc-internal-format
25371 msgid "Alias has call edges"
25372 msgstr ""
25374 #: cgraph.cc:3734
25375 #, gcc-internal-format
25376 msgid "Alias has non-alias reference"
25377 msgstr ""
25379 #: cgraph.cc:3739
25380 #, gcc-internal-format
25381 msgid "Alias has more than one alias reference"
25382 msgstr ""
25384 #: cgraph.cc:3746
25385 #, gcc-internal-format
25386 msgid "Analyzed alias has no reference"
25387 msgstr ""
25389 #: cgraph.cc:3755
25390 #, gcc-internal-format
25391 msgid "No edge out of thunk node"
25392 msgstr ""
25394 #: cgraph.cc:3760
25395 #, gcc-internal-format
25396 msgid "More than one edge out of thunk node"
25397 msgstr ""
25399 #: cgraph.cc:3765
25400 #, gcc-internal-format
25401 msgid "Thunk is not supposed to have body"
25402 msgstr ""
25404 #: cgraph.cc:3801
25405 #, gcc-internal-format
25406 msgid "shared call_stmt:"
25407 msgstr ""
25409 #: cgraph.cc:3809
25410 #, gcc-internal-format
25411 msgid "edge points to wrong declaration:"
25412 msgstr ""
25414 #: cgraph.cc:3818
25415 #, gcc-internal-format
25416 msgid ""
25417 "an indirect edge with unknown callee corresponding to a call_stmt with a "
25418 "known declaration:"
25419 msgstr ""
25421 #: cgraph.cc:3828
25422 #, gcc-internal-format
25423 msgid "missing callgraph edge for call stmt:"
25424 msgstr ""
25426 #: cgraph.cc:3838
25427 #, gcc-internal-format
25428 msgid "reference to dead statement"
25429 msgstr ""
25431 #: cgraph.cc:3851
25432 #, gcc-internal-format, gfc-internal-format
25433 msgid "edge %s->%s has no corresponding call_stmt"
25434 msgstr ""
25436 #: cgraph.cc:3863
25437 #, gcc-internal-format, gfc-internal-format
25438 msgid "an indirect edge from %s has no corresponding call_stmt"
25439 msgstr ""
25441 #: cgraph.cc:3882 cgraph.cc:3895
25442 #, gcc-internal-format
25443 msgid "missing origin for a node in a nested list"
25444 msgstr ""
25446 #: cgraph.cc:3887
25447 #, gcc-internal-format
25448 msgid "origin points to a different parent"
25449 msgstr ""
25451 #: cgraph.cc:3903
25452 #, gcc-internal-format
25453 msgid "verify_cgraph_node failed"
25454 msgstr ""
25456 #: cgraph.cc:4025 varpool.cc:304
25457 #, gcc-internal-format, gfc-internal-format
25458 msgid "%s: section %s.%d is missing"
25459 msgstr ""
25461 #: cgraphunit.cc:752
25462 #, gcc-internal-format
25463 msgid "duplicate definition of a symbol version"
25464 msgstr ""
25466 #: cgraphunit.cc:754
25467 #, gcc-internal-format
25468 msgid "same version was previously defined here"
25469 msgstr ""
25471 #: cgraphunit.cc:760
25472 #, gcc-internal-format
25473 msgid "symbol needs to be defined to have a version"
25474 msgstr ""
25476 #: cgraphunit.cc:766
25477 #, gcc-internal-format
25478 msgid "common symbol cannot be versioned"
25479 msgstr ""
25481 #: cgraphunit.cc:772
25482 #, gcc-internal-format
25483 msgid "comdat symbol cannot be versioned"
25484 msgstr ""
25486 #: cgraphunit.cc:778
25487 #, gcc-internal-format
25488 msgid "%<weakref%> cannot be versioned"
25489 msgstr ""
25491 #: cgraphunit.cc:784
25492 #, gcc-internal-format
25493 msgid "versioned symbol must be public"
25494 msgstr ""
25496 #: cgraphunit.cc:790
25497 #, gcc-internal-format
25498 msgid "versioned symbol must have default visibility"
25499 msgstr ""
25501 #: cgraphunit.cc:823
25502 #, gcc-internal-format
25503 msgid "%<weakref%> attribute should be accompanied with an %<alias%> attribute"
25504 msgstr ""
25506 #: cgraphunit.cc:878
25507 #, gcc-internal-format
25508 msgid "%<flatten%> attribute is ignored on aliases"
25509 msgstr ""
25511 #: cgraphunit.cc:886 cgraphunit.cc:937
25512 #, gcc-internal-format
25513 msgid "%<externally_visible%> attribute have effect only on public objects"
25514 msgstr ""
25516 #: cgraphunit.cc:897
25517 #, gcc-internal-format
25518 msgid "%<weakref%> attribute ignored because function is defined"
25519 msgstr ""
25521 #: cgraphunit.cc:912
25522 #, gcc-internal-format
25523 msgid "%<alias%> attribute ignored because function is defined"
25524 msgstr ""
25526 #: cgraphunit.cc:920
25527 #, gcc-internal-format
25528 msgid "%<always_inline%> function might not be inlinable"
25529 msgstr ""
25531 #: cgraphunit.cc:945
25532 #, gcc-internal-format
25533 msgid "%<weakref%> attribute ignored because variable is initialized"
25534 msgstr ""
25536 #. include_self=
25537 #. TODO: Add OPT_Wundefined-inline.
25538 #: cgraphunit.cc:1094 c/c-decl.cc:12837
25539 #, gcc-internal-format
25540 msgid "%q+F used but never defined"
25541 msgstr ""
25543 #: cgraphunit.cc:1096 c/c-decl.cc:12847
25544 #, gcc-internal-format
25545 msgid "%q+F declared %<static%> but never defined"
25546 msgstr ""
25548 #: cgraphunit.cc:1140
25549 #, gcc-internal-format
25550 msgid "%qD defined but not used"
25551 msgstr ""
25553 #: cgraphunit.cc:1475
25554 #, gcc-internal-format
25555 msgid "%<ifunc%> resolver for %qD must return %qT"
25556 msgstr ""
25558 #: cgraphunit.cc:1478 cgraphunit.cc:1501
25559 #, gcc-internal-format
25560 msgid "resolver indirect function declared here"
25561 msgstr ""
25563 #: cgraphunit.cc:1498
25564 #, gcc-internal-format
25565 msgid "%<ifunc%> resolver for %qD should return %qT"
25566 msgstr ""
25568 #: cgraphunit.cc:1508
25569 #, gcc-internal-format
25570 msgid "%qD alias between functions of incompatible types %qT and %qT"
25571 msgstr ""
25573 #: cgraphunit.cc:1511 cgraphunit.cc:1593
25574 #, gcc-internal-format
25575 msgid "aliased declaration here"
25576 msgstr ""
25578 #: cgraphunit.cc:1549 c-family/c-pragma.cc:347
25579 #, gcc-internal-format
25580 msgid "%q+D aliased to undefined symbol %qE"
25581 msgstr ""
25583 #: cgraphunit.cc:1565
25584 #, gcc-internal-format
25585 msgid "%q+D aliased to external symbol %qE"
25586 msgstr ""
25588 #: cgraphunit.cc:1590
25589 #, gcc-internal-format
25590 msgid "%q+D alias between function and variable is not supported"
25591 msgstr ""
25593 #: cgraphunit.cc:1664
25594 #, gcc-internal-format
25595 msgid "failed to reclaim unneeded function"
25596 msgstr ""
25598 #: cgraphunit.cc:1692
25599 #, gcc-internal-format
25600 msgid "failed to reclaim unneeded function in same comdat group"
25601 msgstr ""
25603 #: cgraphunit.cc:1868
25604 #, gcc-internal-format
25605 msgid "size of return value of %q+D is %u bytes"
25606 msgstr ""
25608 #: cgraphunit.cc:1872
25609 #, gcc-internal-format
25610 msgid "size of return value of %q+D is larger than %wu bytes"
25611 msgstr ""
25613 #: cgraphunit.cc:2434
25614 #, gcc-internal-format
25615 msgid "nodes with unreleased memory found"
25616 msgstr ""
25618 #: collect-utils.cc:106
25619 #, gcc-internal-format
25620 msgid "cannot get program status: %m"
25621 msgstr ""
25623 #: collect-utils.cc:120
25624 #, gcc-internal-format, gfc-internal-format
25625 msgid "%s terminated with signal %d [%s]%s"
25626 msgstr ""
25628 #: collect-utils.cc:136
25629 #, gcc-internal-format, gfc-internal-format
25630 msgid "%s returned %d exit status"
25631 msgstr ""
25633 #: collect-utils.cc:175
25634 #, gcc-internal-format, gfc-internal-format
25635 msgid "could not open response file %s"
25636 msgstr ""
25638 #: collect-utils.cc:181
25639 #, gcc-internal-format, gfc-internal-format
25640 msgid "could not write to response file %s"
25641 msgstr ""
25643 #: collect-utils.cc:187
25644 #, gcc-internal-format, gfc-internal-format
25645 msgid "could not close response file %s"
25646 msgstr ""
25648 #: collect-utils.cc:221
25649 #, gcc-internal-format
25650 msgid "cannot find %qs"
25651 msgstr ""
25653 #: collect-utils.cc:225 collect2.cc:2385 collect2.cc:2555 gcc.cc:3405
25654 #: gcc.cc:7681
25655 #, gcc-internal-format
25656 msgid "%<pex_init%> failed: %m"
25657 msgstr ""
25659 #: collect-utils.cc:234 collect2.cc:2394 collect2.cc:2563 gcc.cc:2689
25660 #, gcc-internal-format
25661 msgid "%s: %m"
25662 msgstr ""
25664 #: collect2.cc:613
25665 #, gcc-internal-format
25666 msgid "environment variable %<COLLECT_LTO_WRAPPER%> must be set"
25667 msgstr ""
25669 #: collect2.cc:756
25670 #, gcc-internal-format, gfc-internal-format
25671 msgid "ld returned %d exit status"
25672 msgstr ""
25674 #: collect2.cc:913 gcc.cc:8200 config/gcn/mkoffload.cc:827
25675 #: config/nvptx/mkoffload.cc:545
25676 #, gcc-internal-format
25677 msgid "atexit failed"
25678 msgstr ""
25680 #: collect2.cc:1043
25681 #, gcc-internal-format
25682 msgid "no arguments"
25683 msgstr ""
25685 #: collect2.cc:1283 opts.cc:1156
25686 #, gcc-internal-format
25687 msgid "LTO support has not been enabled in this configuration"
25688 msgstr ""
25690 #: collect2.cc:1324 graph.cc:55 lto-wrapper.cc:1720 lto-wrapper.cc:1776
25691 #: toplev.cc:1513 objc/objc-act.cc:459
25692 #, gcc-internal-format
25693 msgid "cannot open %s: %m"
25694 msgstr ""
25696 #: collect2.cc:1444
25697 #, gcc-internal-format
25698 msgid "unknown demangling style %qs"
25699 msgstr ""
25701 #: collect2.cc:1546 collect2.cc:1724 collect2.cc:1764
25702 #, gcc-internal-format
25703 msgid "fopen %s: %m"
25704 msgstr ""
25706 #: collect2.cc:1549 collect2.cc:1729 collect2.cc:1767
25707 #, gcc-internal-format
25708 msgid "fclose %s: %m"
25709 msgstr ""
25711 #: collect2.cc:2319 lto-wrapper.cc:1215 lto-wrapper.cc:1230
25712 #: lto/lto-object.cc:148 lto/lto-object.cc:182 lto/lto-object.cc:279
25713 #: lto/lto-object.cc:336 lto/lto-object.cc:360
25714 #, gcc-internal-format, gfc-internal-format
25715 msgid "%s: %s"
25716 msgstr ""
25718 #: collect2.cc:2359
25719 #, gcc-internal-format
25720 msgid "cannot find %<nm%>"
25721 msgstr ""
25723 #: collect2.cc:2407
25724 #, gcc-internal-format
25725 msgid "cannot open nm output: %m"
25726 msgstr ""
25728 #: collect2.cc:2462
25729 #, gcc-internal-format, gfc-internal-format
25730 msgid "init function found in object %s"
25731 msgstr ""
25733 #: collect2.cc:2473
25734 #, gcc-internal-format, gfc-internal-format
25735 msgid "fini function found in object %s"
25736 msgstr ""
25738 #: collect2.cc:2530
25739 #, gcc-internal-format
25740 msgid "cannot find %<ldd%>"
25741 msgstr ""
25743 #: collect2.cc:2576
25744 #, gcc-internal-format
25745 msgid "cannot open ldd output: %m"
25746 msgstr ""
25748 #: collect2.cc:2594
25749 #, gcc-internal-format, gfc-internal-format
25750 msgid "dynamic dependency %s not found"
25751 msgstr ""
25753 #: collect2.cc:2606
25754 #, gcc-internal-format
25755 msgid "unable to open dynamic dependency %qs"
25756 msgstr ""
25758 #: collect2.cc:2758
25759 #, gcc-internal-format, gfc-internal-format
25760 msgid "%s: not a COFF file"
25761 msgstr ""
25763 #: collect2.cc:2917
25764 #, gcc-internal-format, gfc-internal-format
25765 msgid "%s: cannot open as COFF file"
25766 msgstr ""
25768 #: collect2.cc:2976
25769 #, gcc-internal-format, gfc-internal-format
25770 msgid "library lib%s not found"
25771 msgstr ""
25773 #: convert.cc:97
25774 #, gcc-internal-format
25775 msgid "cannot convert to a pointer type"
25776 msgstr ""
25778 #: convert.cc:332
25779 #, gcc-internal-format
25780 msgid "pointer value used where a floating-point was expected"
25781 msgstr ""
25783 #: convert.cc:336
25784 #, gcc-internal-format
25785 msgid "aggregate value used where a floating-point was expected"
25786 msgstr ""
25788 #: convert.cc:479
25789 #, gcc-internal-format
25790 msgid "conversion to incomplete type"
25791 msgstr ""
25793 #: convert.cc:948
25794 #, gcc-internal-format
25795 msgid ""
25796 "cannot convert a vector of type %qT to type %qT which has different size"
25797 msgstr ""
25799 #: convert.cc:956
25800 #, gcc-internal-format
25801 msgid "aggregate value used where an integer was expected"
25802 msgstr ""
25804 #: convert.cc:1044
25805 #, gcc-internal-format
25806 msgid "pointer value used where a complex was expected"
25807 msgstr ""
25809 #: convert.cc:1048
25810 #, gcc-internal-format
25811 msgid "aggregate value used where a complex was expected"
25812 msgstr ""
25814 #: convert.cc:1085
25815 #, gcc-internal-format
25816 msgid ""
25817 "cannot convert a value of type %qT to vector type %qT which has different "
25818 "size"
25819 msgstr ""
25821 #: convert.cc:1093
25822 #, gcc-internal-format
25823 msgid "cannot convert value to a vector"
25824 msgstr ""
25826 #: convert.cc:1132
25827 #, gcc-internal-format
25828 msgid "aggregate value used where a fixed-point was expected"
25829 msgstr ""
25831 #: coverage.cc:192
25832 #, gcc-internal-format
25833 msgid "%qs is not a gcov data file"
25834 msgstr ""
25836 #: coverage.cc:203
25837 #, gcc-internal-format
25838 msgid "%qs is version %q.*s, expected version %q.*s"
25839 msgstr ""
25841 #: coverage.cc:267
25842 #, gcc-internal-format, gfc-internal-format
25843 msgid "profile data for function %u is corrupted"
25844 msgstr ""
25846 #: coverage.cc:268
25847 #, gcc-internal-format
25848 msgid "checksum is (%x,%x) instead of (%x,%x)"
25849 msgstr ""
25851 #: coverage.cc:283
25852 #, gcc-internal-format
25853 msgid "%qs has overflowed"
25854 msgstr ""
25856 #: coverage.cc:284
25857 #, gcc-internal-format
25858 msgid "%qs is corrupted"
25859 msgstr ""
25861 #: coverage.cc:311
25862 #, gcc-internal-format
25863 msgid "%qs profile count data file not found"
25864 msgstr ""
25866 #: coverage.cc:340
25867 #, gcc-internal-format
25868 msgid "profile for function %qD not found in profile data"
25869 msgstr ""
25871 #: coverage.cc:360
25872 #, gcc-internal-format
25873 msgid ""
25874 "number of counters in profile data for function %qD does not match its "
25875 "profile data (counter %qs, expected %i and have %i)"
25876 msgstr ""
25878 #: coverage.cc:369
25879 #, gcc-internal-format
25880 msgid ""
25881 "the control flow of function %qD does not match its profile data (counter "
25882 "%qs)"
25883 msgstr ""
25885 #: coverage.cc:388
25886 #, gcc-internal-format
25887 msgid "execution counts estimated\n"
25888 msgstr ""
25890 #: coverage.cc:389
25891 #, gcc-internal-format
25892 msgid "execution counts assumed to be zero\n"
25893 msgstr ""
25895 #: coverage.cc:402
25896 #, gcc-internal-format
25897 msgid ""
25898 "source locations for function %qD have changed, the profile data may be out "
25899 "of date"
25900 msgstr ""
25902 #: coverage.cc:666
25903 #, gcc-internal-format
25904 msgid "function starts on a higher line number than it ends"
25905 msgstr ""
25907 #: coverage.cc:688
25908 #, gcc-internal-format
25909 msgid "error writing %qs"
25910 msgstr ""
25912 #: coverage.cc:1288
25913 #, gcc-internal-format
25914 msgid "filename %qs does not start with profile prefix %qs"
25915 msgstr ""
25917 #: coverage.cc:1333
25918 #, gcc-internal-format, gfc-internal-format
25919 msgid "cannot open %s"
25920 msgstr ""
25922 #: data-streamer-in.cc:53
25923 #, gcc-internal-format
25924 msgid "bytecode stream: string too long for the string table"
25925 msgstr ""
25927 #: data-streamer-in.cc:84 data-streamer-in.cc:113
25928 #, gcc-internal-format
25929 msgid "bytecode stream: found non-null terminated string"
25930 msgstr ""
25932 #: dbgcnt.cc:140
25933 #, gcc-internal-format
25934 msgid "Interval overlap of %<-fdbg-cnt=%s%>: [%u, %u] and [%u, %u]"
25935 msgstr ""
25937 #: dbgcnt.cc:157
25938 #, gcc-internal-format
25939 msgid "%<-fdbg-cnt=%s:%d-%d%> has smaller upper limit than the lower"
25940 msgstr ""
25942 #: dbgcnt.cc:169
25943 #, gcc-internal-format
25944 msgid "cannot find a valid counter name %qs of %<-fdbg-cnt=%> option"
25945 msgstr ""
25947 #: dbgcnt.cc:238
25948 #, gcc-internal-format
25949 msgid "counter name"
25950 msgstr ""
25952 #: dbgcnt.cc:239
25953 #, gcc-internal-format
25954 msgid "counter value"
25955 msgstr ""
25957 #: dbgcnt.cc:239
25958 #, gcc-internal-format
25959 msgid "closed intervals"
25960 msgstr ""
25962 #: diagnostic.cc:2405
25963 #, gcc-internal-format
25964 msgid "debug path"
25965 msgstr ""
25967 #: dominance.cc:1180
25968 #, gcc-internal-format, gfc-internal-format
25969 msgid "dominator of %d status unknown"
25970 msgstr ""
25972 #: dominance.cc:1188
25973 #, gcc-internal-format, gfc-internal-format
25974 msgid "dominator of %d should be %d, not %d"
25975 msgstr ""
25977 #: dumpfile.cc:381
25978 #, gcc-internal-format
25979 msgid "could not open dump file %qs: %m"
25980 msgstr ""
25982 #: dumpfile.cc:1844
25983 #, gcc-internal-format
25984 msgid "ignoring unknown option %q.*s"
25985 msgstr ""
25987 #: dumpfile.cc:1926
25988 #, gcc-internal-format
25989 msgid ""
25990 "unrecognized command-line option %<-fdump-%s%>; did you mean %<-fdump-%s%>?"
25991 msgstr ""
25993 #: dumpfile.cc:1929
25994 #, gcc-internal-format
25995 msgid "unrecognized command-line option %<-fdump-%s%>"
25996 msgstr ""
25998 #: dumpfile.cc:2002
25999 #, gcc-internal-format
26000 msgid "unknown option %q.*s in %<-fopt-info-%s%>"
26001 msgstr ""
26003 #: dumpfile.cc:2034
26004 #, gcc-internal-format
26005 msgid "ignoring possibly conflicting option %<-fopt-info-%s%>"
26006 msgstr ""
26008 #: dwarf2out.cc:1140
26009 #, gcc-internal-format
26010 msgid ""
26011 "multiple EH personalities are supported only with assemblers supporting %<."
26012 "cfi_personality%> directive"
26013 msgstr ""
26015 #: dwarf2out.cc:11165
26016 #, gcc-internal-format
26017 msgid "%<-gdwarf-6%> is output as version 5 with incompatibilities"
26018 msgstr ""
26020 #: dwarf2out.cc:15008
26021 #, gcc-internal-format, gfc-internal-format
26022 msgid "non-delegitimized UNSPEC %s (%d) found in variable location"
26023 msgstr ""
26025 #: emit-rtl.cc:2898
26026 #, gcc-internal-format
26027 msgid "invalid rtl sharing found in the insn"
26028 msgstr ""
26030 #: emit-rtl.cc:2900
26031 #, gcc-internal-format
26032 msgid "shared rtx"
26033 msgstr ""
26035 #: emit-rtl.cc:2902
26036 #, gcc-internal-format
26037 msgid "internal consistency failure"
26038 msgstr ""
26040 #: emit-rtl.cc:4004
26041 #, gcc-internal-format
26042 msgid "ICE: %<emit_insn%> used where %<emit_jump_insn%> needed:"
26043 msgstr ""
26045 #: errors.cc:133
26046 #, gcc-internal-format, gfc-internal-format
26047 msgid "abort in %s, at %s:%d"
26048 msgstr ""
26050 #: except.cc:2166
26051 #, gcc-internal-format
26052 msgid "argument of %<__builtin_eh_return_regno%> must be constant"
26053 msgstr ""
26055 #: except.cc:2301
26056 #, gcc-internal-format
26057 msgid "%<__builtin_eh_return%> not supported on this target"
26058 msgstr ""
26060 #: except.cc:3425 except.cc:3450
26061 #, gcc-internal-format
26062 msgid "%<region_array%> is corrupted for region %i"
26063 msgstr ""
26065 #: except.cc:3438 except.cc:3469
26066 #, gcc-internal-format
26067 msgid "%<lp_array%> is corrupted for lp %i"
26068 msgstr ""
26070 #: except.cc:3455
26071 #, gcc-internal-format, gfc-internal-format
26072 msgid "outer block of region %i is wrong"
26073 msgstr ""
26075 #: except.cc:3460
26076 #, gcc-internal-format, gfc-internal-format
26077 msgid "negative nesting depth of region %i"
26078 msgstr ""
26080 #: except.cc:3474
26081 #, gcc-internal-format, gfc-internal-format
26082 msgid "region of lp %i is wrong"
26083 msgstr ""
26085 #: except.cc:3501
26086 #, gcc-internal-format, gfc-internal-format
26087 msgid "tree list ends on depth %i"
26088 msgstr ""
26090 #: except.cc:3506
26091 #, gcc-internal-format
26092 msgid "%<region_array%> does not match %<region_tree%>"
26093 msgstr ""
26095 #: except.cc:3511
26096 #, gcc-internal-format
26097 msgid "%<lp_array%> does not match %<region_tree%>"
26098 msgstr ""
26100 #: except.cc:3518 tree.cc:14286 value-prof.cc:529
26101 #, gcc-internal-format
26102 msgid "%qs failed"
26103 msgstr ""
26105 #: explow.cc:1556
26106 #, gcc-internal-format
26107 msgid "stack limits not supported on this target"
26108 msgstr ""
26110 #: expmed.cc:359
26111 #, gcc-internal-format
26112 msgid "reverse scalar storage order"
26113 msgstr ""
26115 #: expmed.cc:376
26116 #, gcc-internal-format
26117 msgid "reverse floating-point scalar storage order"
26118 msgstr ""
26120 #: expmed.cc:418
26121 #, gcc-internal-format, gfc-internal-format
26122 msgid "reverse storage order for %smode"
26123 msgstr ""
26125 #: expmed.cc:671
26126 #, gcc-internal-format
26127 msgid ""
26128 "write of %wu-bit data outside the bound of destination object, data "
26129 "truncated into %wu-bit"
26130 msgstr ""
26132 #: expr.cc:11842
26133 #, gcc-internal-format
26134 msgid "call to %qs declared with attribute error: %s"
26135 msgstr ""
26137 #: expr.cc:11856
26138 #, gcc-internal-format
26139 msgid "call to %qs declared with attribute warning: %s"
26140 msgstr ""
26142 #: expr.cc:12894
26143 #, gcc-internal-format
26144 msgid ""
26145 "assuming signed overflow does not occur when simplifying %<X - Y %s 0%> to "
26146 "%<X %s Y%>"
26147 msgstr ""
26149 #: file-prefix-map.cc:51
26150 #, gcc-internal-format
26151 msgid "invalid argument %qs to %qs"
26152 msgstr ""
26154 #: final.cc:1771
26155 #, gcc-internal-format
26156 msgid "the frame size of %wu bytes is larger than %wu bytes"
26157 msgstr ""
26159 #: final.cc:4392 toplev.cc:1393 tree-cfgcleanup.cc:1549
26160 #, gcc-internal-format
26161 msgid "could not open final insn dump file %qs: %m"
26162 msgstr ""
26164 #: final.cc:4461 tree-cfgcleanup.cc:1566
26165 #, gcc-internal-format
26166 msgid "could not close final insn dump file %qs: %m"
26167 msgstr ""
26169 #: fixed-value.cc:128
26170 #, gcc-internal-format
26171 msgid "large fixed-point constant implicitly truncated to fixed-point type"
26172 msgstr ""
26174 #: fold-const.cc:4692 fold-const.cc:4702
26175 #, gcc-internal-format, gfc-internal-format
26176 msgid "comparison is always %d due to width of bit-field"
26177 msgstr ""
26179 #: fold-const.cc:6080 tree-ssa-reassoc.cc:2868 tree-ssa-reassoc.cc:3950
26180 #, gcc-internal-format
26181 msgid "assuming signed overflow does not occur when simplifying range test"
26182 msgstr ""
26184 #: fold-const.cc:6544 fold-const.cc:6560
26185 #, gcc-internal-format, gfc-internal-format
26186 msgid "comparison is always %d"
26187 msgstr ""
26189 #: fold-const.cc:6708
26190 #, gcc-internal-format
26191 msgid "%<or%> of unmatched not-equal tests is always 1"
26192 msgstr ""
26194 #: fold-const.cc:6713
26195 #, gcc-internal-format
26196 msgid "%<and%> of mutually exclusive equal-tests is always 0"
26197 msgstr ""
26199 #: fold-const.cc:9943
26200 #, gcc-internal-format
26201 msgid ""
26202 "assuming signed overflow does not occur when reducing constant in comparison"
26203 msgstr ""
26205 #: fold-const.cc:10350
26206 #, gcc-internal-format
26207 msgid ""
26208 "assuming signed overflow does not occur when combining constants around a "
26209 "comparison"
26210 msgstr ""
26212 #: fold-const.cc:13561
26213 #, gcc-internal-format
26214 msgid "fold check: original tree changed by fold"
26215 msgstr ""
26217 #: function.cc:253
26218 #, gcc-internal-format
26219 msgid "total size of local objects %wu exceeds maximum %wu"
26220 msgstr ""
26222 #: function.cc:257
26223 #, gcc-internal-format
26224 msgid "total size of local objects exceeds maximum %wu"
26225 msgstr ""
26227 #: function.cc:1788 gimplify.cc:6667 gimplify.cc:6829
26228 #, gcc-internal-format
26229 msgid "impossible constraint in %<asm%>"
26230 msgstr ""
26232 #: function.cc:4313
26233 #, gcc-internal-format
26234 msgid "variable %q+D might be clobbered by %<longjmp%> or %<vfork%>"
26235 msgstr ""
26237 #: function.cc:4334
26238 #, gcc-internal-format
26239 msgid "argument %q+D might be clobbered by %<longjmp%> or %<vfork%>"
26240 msgstr ""
26242 #: function.cc:5001
26243 #, gcc-internal-format
26244 msgid "function returns an aggregate"
26245 msgstr ""
26247 #: gcc.cc:2193
26248 #, gcc-internal-format
26249 msgid "cannot open nested response file"
26250 msgstr ""
26252 #: gcc.cc:2230
26253 #, gcc-internal-format
26254 msgid "cannot close nonexistent response file"
26255 msgstr ""
26257 #: gcc.cc:2253
26258 #, gcc-internal-format, gfc-internal-format
26259 msgid "could not open temporary response file %s"
26260 msgstr ""
26262 #: gcc.cc:2260
26263 #, gcc-internal-format, gfc-internal-format
26264 msgid "could not write to temporary response file %s"
26265 msgstr ""
26267 #: gcc.cc:2266
26268 #, gcc-internal-format, gfc-internal-format
26269 msgid "could not close temporary response file %s"
26270 msgstr ""
26272 #. This leaves DESC open, but the OS will save us.
26273 #: gcc.cc:2298
26274 #, gcc-internal-format
26275 msgid "cannot read spec file %qs: %m"
26276 msgstr ""
26278 #: gcc.cc:2392 gcc.cc:2413
26279 #, gcc-internal-format, gfc-internal-format
26280 msgid "specs %%include syntax malformed after %ld characters"
26281 msgstr ""
26283 #: gcc.cc:2440 gcc.cc:2450 gcc.cc:2461 gcc.cc:2472
26284 #, gcc-internal-format, gfc-internal-format
26285 msgid "specs %%rename syntax malformed after %ld characters"
26286 msgstr ""
26288 #: gcc.cc:2483
26289 #, gcc-internal-format, gfc-internal-format
26290 msgid "specs %s spec was not found to be renamed"
26291 msgstr ""
26293 #: gcc.cc:2491
26294 #, gcc-internal-format
26295 msgid "%s: attempt to rename spec %qs to already defined spec %qs"
26296 msgstr ""
26298 #: gcc.cc:2513
26299 #, gcc-internal-format, gfc-internal-format
26300 msgid "specs unknown %% command after %ld characters"
26301 msgstr ""
26303 #: gcc.cc:2525 gcc.cc:2539
26304 #, gcc-internal-format, gfc-internal-format
26305 msgid "specs file malformed after %ld characters"
26306 msgstr ""
26308 #: gcc.cc:2594
26309 #, gcc-internal-format
26310 msgid "spec file has no spec for linking"
26311 msgstr ""
26313 #: gcc.cc:3158 gcc.cc:3195
26314 #, gcc-internal-format
26315 msgid "system path %qs is not absolute"
26316 msgstr ""
26318 #: gcc.cc:3284
26319 #, gcc-internal-format
26320 msgid "%<-pipe%> not supported"
26321 msgstr ""
26323 #: gcc.cc:3422 gcc.cc:7690
26324 #, gcc-internal-format
26325 msgid "cannot execute %qs: %s: %m"
26326 msgstr ""
26328 #: gcc.cc:3423 gcc.cc:7691
26329 #, gcc-internal-format
26330 msgid "cannot execute %qs: %s"
26331 msgstr ""
26333 #: gcc.cc:3442
26334 #, gcc-internal-format
26335 msgid "failed to get exit status: %m"
26336 msgstr ""
26338 #: gcc.cc:3448
26339 #, gcc-internal-format
26340 msgid "failed to get process times: %m"
26341 msgstr ""
26343 #. The inferior failed to catch the signal.
26344 #: gcc.cc:3474 gcc.cc:3498
26345 #, gcc-internal-format, gfc-internal-format
26346 msgid "%s signal terminated program %s"
26347 msgstr ""
26349 #: gcc.cc:3942 opts-common.cc:1574 opts-common.cc:1606
26350 #, gcc-internal-format
26351 msgid "unrecognized command-line option %qs"
26352 msgstr ""
26354 #: gcc.cc:3984
26355 #, gcc-internal-format
26356 msgid "GCC is not configured to support %qs as %<-foffload=%> argument"
26357 msgstr ""
26359 #: gcc.cc:3991
26360 #, gcc-internal-format
26361 msgid "valid %<-foffload=%> arguments are: %s; did you mean %qs?"
26362 msgstr ""
26364 #: gcc.cc:3994
26365 #, gcc-internal-format
26366 msgid "valid %<-foffload=%> arguments are: %s"
26367 msgstr ""
26369 #: gcc.cc:4014
26370 #, gcc-internal-format
26371 msgid "%<=%>options missing after %<-foffload-options=%>target"
26372 msgstr ""
26374 #: gcc.cc:4405
26375 #, gcc-internal-format
26376 msgid "%qs is an unknown %<-save-temps%> option"
26377 msgstr ""
26379 #: gcc.cc:4932 toplev.cc:709
26380 #, gcc-internal-format
26381 msgid "input file %qs is the same as output file"
26382 msgstr ""
26384 #: gcc.cc:4937
26385 #, gcc-internal-format
26386 msgid "output filename may not be empty"
26387 msgstr ""
26389 #: gcc.cc:5322
26390 #, gcc-internal-format
26391 msgid "%<-pipe%> ignored because %<-save-temps%> specified"
26392 msgstr ""
26394 #: gcc.cc:5410
26395 #, gcc-internal-format
26396 msgid "%<-x %s%> after last input file has no effect"
26397 msgstr ""
26399 #: gcc.cc:5613
26400 #, gcc-internal-format
26401 msgid "unable to locate default linker script %qs in the library search paths"
26402 msgstr ""
26404 #: gcc.cc:5820
26405 #, gcc-internal-format
26406 msgid "switch %qs does not start with %<-%>"
26407 msgstr ""
26409 #: gcc.cc:5824
26410 #, gcc-internal-format
26411 msgid "spec-generated switch is just %<-%>"
26412 msgstr ""
26414 #: gcc.cc:6045
26415 #, gcc-internal-format
26416 msgid "spec %qs invalid"
26417 msgstr ""
26419 #: gcc.cc:6206
26420 #, gcc-internal-format
26421 msgid "spec %qs has invalid %<%%0%c%>"
26422 msgstr ""
26424 #: gcc.cc:6497
26425 #, gcc-internal-format
26426 msgid "spec %qs has invalid %<%%W%c%>"
26427 msgstr ""
26429 #: gcc.cc:6513
26430 #, gcc-internal-format
26431 msgid "spec %qs has invalid %<%%@%c%>"
26432 msgstr ""
26434 #: gcc.cc:6532
26435 #, gcc-internal-format
26436 msgid "spec %qs has invalid %<%%x%c%>"
26437 msgstr ""
26439 #. Catch the case where a spec string contains something like
26440 #. '%{foo:%*}'.  i.e. there is no * in the pattern on the left
26441 #. hand side of the :.
26442 #: gcc.cc:6743
26443 #, gcc-internal-format
26444 msgid "spec failure: %<%%*%> has not been initialized by pattern match"
26445 msgstr ""
26447 #: gcc.cc:6794
26448 #, gcc-internal-format
26449 msgid "spec failure: unrecognized spec option %qc"
26450 msgstr ""
26452 #: gcc.cc:6860
26453 #, gcc-internal-format
26454 msgid "unknown spec function %qs"
26455 msgstr ""
26457 #: gcc.cc:6890
26458 #, gcc-internal-format
26459 msgid "error in arguments to spec function %qs"
26460 msgstr ""
26462 #: gcc.cc:6949
26463 #, gcc-internal-format
26464 msgid "malformed spec function name"
26465 msgstr ""
26467 #. )
26468 #: gcc.cc:6952
26469 #, gcc-internal-format
26470 msgid "no arguments for spec function"
26471 msgstr ""
26473 #: gcc.cc:6971
26474 #, gcc-internal-format
26475 msgid "malformed spec function arguments"
26476 msgstr ""
26478 #: gcc.cc:7150
26479 #, gcc-internal-format
26480 msgid "braced spec %qs ends in escape"
26481 msgstr ""
26483 #: gcc.cc:7285
26484 #, gcc-internal-format
26485 msgid "braced spec %qs is invalid at %qc"
26486 msgstr ""
26488 #: gcc.cc:7380
26489 #, gcc-internal-format
26490 msgid "braced spec body %qs is invalid"
26491 msgstr ""
26493 #: gcc.cc:7989
26494 #, gcc-internal-format, gfc-internal-format
26495 msgid "%s: could not determine length of compare-debug file %s"
26496 msgstr ""
26498 #: gcc.cc:8000
26499 #, gcc-internal-format
26500 msgid "%s: %<-fcompare-debug%> failure (length)"
26501 msgstr ""
26503 #: gcc.cc:8010 gcc.cc:8051
26504 #, gcc-internal-format, gfc-internal-format
26505 msgid "%s: could not open compare-debug file %s"
26506 msgstr ""
26508 #: gcc.cc:8030 gcc.cc:8067
26509 #, gcc-internal-format
26510 msgid "%s: %<-fcompare-debug%> failure"
26511 msgstr ""
26513 #: gcc.cc:8370
26514 #, gcc-internal-format
26515 msgid "spec failure: more than one argument to %<SYSROOT_SUFFIX_SPEC%>"
26516 msgstr ""
26518 #: gcc.cc:8395
26519 #, gcc-internal-format
26520 msgid "spec failure: more than one argument to %<SYSROOT_HEADERS_SUFFIX_SPEC%>"
26521 msgstr ""
26523 #: gcc.cc:8602
26524 #, gcc-internal-format
26525 msgid "unrecognized command-line option %<-%s%>; did you mean %<-%s%>?"
26526 msgstr ""
26528 #: gcc.cc:8606
26529 #, gcc-internal-format
26530 msgid "unrecognized command-line option %<-%s%>"
26531 msgstr ""
26533 #: gcc.cc:8732
26534 #, gcc-internal-format
26535 msgid "not configured with sysroot headers suffix"
26536 msgstr ""
26538 #: gcc.cc:8793
26539 #, gcc-internal-format
26540 msgid "no input files"
26541 msgstr ""
26543 #: gcc.cc:8844
26544 #, gcc-internal-format
26545 msgid "cannot specify %<-o%> with %<-c%>, %<-S%> or %<-E%> with multiple files"
26546 msgstr ""
26548 #: gcc.cc:8886
26549 #, gcc-internal-format, gfc-internal-format
26550 msgid "%s: %s compiler not installed on this system"
26551 msgstr ""
26553 #: gcc.cc:8911
26554 #, gcc-internal-format
26555 msgid "recompiling with %<-fcompare-debug%>"
26556 msgstr ""
26558 #: gcc.cc:8927
26559 #, gcc-internal-format
26560 msgid "during %<-fcompare-debug%> recompilation"
26561 msgstr ""
26563 #: gcc.cc:8936
26564 #, gcc-internal-format
26565 msgid "comparing final insns dumps"
26566 msgstr ""
26568 #: gcc.cc:9089
26569 #, gcc-internal-format
26570 msgid "%<-fuse-linker-plugin%>, but %s not found"
26571 msgstr ""
26573 #: gcc.cc:9123
26574 #, gcc-internal-format, gfc-internal-format
26575 msgid "%s: linker input file unused because linking not done"
26576 msgstr ""
26578 #. This is can be an indication the user specifed an errorneous
26579 #. separated option value, (or used the wrong prefix for an
26580 #. option).
26581 #: gcc.cc:9129
26582 #, gcc-internal-format
26583 msgid "%s: linker input file not found: %m"
26584 msgstr ""
26586 #: gcc.cc:9196 c-family/c-opts.cc:791
26587 #, gcc-internal-format
26588 msgid "cannot use %<-%> as input filename for a precompiled header"
26589 msgstr ""
26591 #: gcc.cc:9202
26592 #, gcc-internal-format, gfc-internal-format
26593 msgid "language %s not recognized"
26594 msgstr ""
26596 #: gcc.cc:9445
26597 #, gcc-internal-format
26598 msgid "multilib spec %qs is invalid"
26599 msgstr ""
26601 #: gcc.cc:9647
26602 #, gcc-internal-format
26603 msgid "multilib exclusions %qs is invalid"
26604 msgstr ""
26606 #: gcc.cc:9711 common/config/riscv/riscv-common.cc:1668
26607 #, gcc-internal-format
26608 msgid "multilib select %qs %qs is invalid"
26609 msgstr ""
26611 #: gcc.cc:9885
26612 #, gcc-internal-format
26613 msgid "multilib select %qs is invalid"
26614 msgstr ""
26616 #: gcc.cc:9925
26617 #, gcc-internal-format
26618 msgid "multilib exclusion %qs is invalid"
26619 msgstr ""
26621 #: gcc.cc:10176
26622 #, gcc-internal-format
26623 msgid "environment variable %qs not defined"
26624 msgstr ""
26626 #: gcc.cc:10344 gcc.cc:10349
26627 #, gcc-internal-format
26628 msgid "invalid version number %qs"
26629 msgstr ""
26631 #: gcc.cc:10392
26632 #, gcc-internal-format, gfc-internal-format
26633 msgid "too few arguments to %%:version-compare"
26634 msgstr ""
26636 #: gcc.cc:10398
26637 #, gcc-internal-format, gfc-internal-format
26638 msgid "too many arguments to %%:version-compare"
26639 msgstr ""
26641 #: gcc.cc:10440
26642 #, gcc-internal-format
26643 msgid "unknown operator %qs in %%:version-compare"
26644 msgstr ""
26646 #: gcc.cc:10564
26647 #, gcc-internal-format, gfc-internal-format
26648 msgid "too many arguments to %%:compare-debug-dump-opt"
26649 msgstr ""
26651 #: gcc.cc:10632
26652 #, gcc-internal-format, gfc-internal-format
26653 msgid "too many arguments to %%:compare-debug-self-opt"
26654 msgstr ""
26656 #: gcc.cc:10719
26657 #, gcc-internal-format, gfc-internal-format
26658 msgid "too many arguments for %%:dumps"
26659 msgstr ""
26661 #: gcc.cc:10823
26662 #, gcc-internal-format, gfc-internal-format
26663 msgid "wrong number of arguments to %%:debug-level-gt"
26664 msgstr ""
26666 #: gcc.cc:10844
26667 #, gcc-internal-format, gfc-internal-format
26668 msgid "wrong number of arguments to %%:dwarf-version-gt"
26669 msgstr ""
26671 #: gcov-tool.cc:75
26672 #, gcc-internal-format, gfc-internal-format
26673 msgid "error in removing %s"
26674 msgstr ""
26676 #: gcov-tool.cc:106
26677 #, gcc-internal-format, gfc-internal-format
26678 msgid "Cannot make directory %s"
26679 msgstr ""
26681 #: gcov-tool.cc:114
26682 #, gcc-internal-format
26683 msgid "Cannot get current directory name"
26684 msgstr ""
26686 #: gcov-tool.cc:118 gcov-tool.cc:132
26687 #, gcc-internal-format, gfc-internal-format
26688 msgid "Cannot change directory to %s"
26689 msgstr ""
26691 #: gcov-tool.cc:125
26692 #, gcc-internal-format, gfc-internal-format
26693 msgid "output file %s already exists in folder %s"
26694 msgstr ""
26696 #: gcov-tool.cc:217 gcov-tool.cc:285
26697 #, gcc-internal-format
26698 msgid "weights need to be non-negative"
26699 msgstr ""
26701 #: gcov-tool.cc:424
26702 #, gcc-internal-format
26703 msgid "scale needs to be non-negative"
26704 msgstr ""
26706 #: gcse.cc:3980
26707 #, gcc-internal-format, gfc-internal-format
26708 msgid "%s: %d basic blocks and %d edges/basic block"
26709 msgstr ""
26711 #: gcse.cc:3992
26712 #, gcc-internal-format
26713 msgid ""
26714 "%s: %d basic blocks and %d registers; increase %<--param max-gcse-memory%> "
26715 "above %wu"
26716 msgstr ""
26718 #: gencfn-macros.cc:195
26719 #, gcc-internal-format, gfc-internal-format
26720 msgid "DEF_INTERNAL_FLT_FN (%s) has no associated built-in functions"
26721 msgstr ""
26723 #: gencfn-macros.cc:202
26724 #, gcc-internal-format, gfc-internal-format
26725 msgid "DEF_INTERNAL_INT_FN (%s) has no associated built-in functions"
26726 msgstr ""
26728 #: gentarget-def.cc:126
26729 #, gcc-internal-format, gfc-internal-format
26730 msgid "invalid prototype for '%s'"
26731 msgstr ""
26733 #: gentarget-def.cc:131
26734 #, gcc-internal-format, gfc-internal-format
26735 msgid "prototype for '%s' has required operands after optional operands"
26736 msgstr ""
26738 #: gentarget-def.cc:148
26739 #, gcc-internal-format, gfc-internal-format
26740 msgid "argument %d of '%s' did not have the expected name"
26741 msgstr ""
26743 #: gentarget-def.cc:168
26744 #, gcc-internal-format, gfc-internal-format
26745 msgid "'%s' must have %d operands (excluding match_dups)"
26746 msgstr ""
26748 #: gentarget-def.cc:172
26749 #, gcc-internal-format, gfc-internal-format
26750 msgid "'%s' must have at least %d operands (excluding match_dups)"
26751 msgstr ""
26753 #: gentarget-def.cc:176
26754 #, gcc-internal-format, gfc-internal-format
26755 msgid "'%s' must have no more than %d operands (excluding match_dups)"
26756 msgstr ""
26758 #: gentarget-def.cc:276
26759 #, gcc-internal-format, gfc-internal-format
26760 msgid "duplicate definition of '%s'"
26761 msgstr ""
26763 #: ggc-common.cc:418 ggc-common.cc:426 ggc-common.cc:554 ggc-common.cc:572
26764 #: ggc-common.cc:686 ggc-common.cc:697 ggc-common.cc:712 ggc-page.cc:2499
26765 #: ggc-page.cc:2530 ggc-page.cc:2537
26766 #, gcc-internal-format
26767 msgid "cannot write PCH file: %m"
26768 msgstr ""
26770 #: ggc-common.cc:536
26771 #, gcc-internal-format
26772 msgid "cannot write PCH file: required memory segment unavailable"
26773 msgstr ""
26775 #: ggc-common.cc:565 config/i386/host-cygwin.cc:57
26776 #, gcc-internal-format
26777 msgid "cannot get position in PCH file: %m"
26778 msgstr ""
26780 #: ggc-common.cc:575
26781 #, gcc-internal-format
26782 msgid "cannot write padding to PCH file: %m"
26783 msgstr ""
26785 #: ggc-common.cc:751 ggc-common.cc:767 ggc-common.cc:770 ggc-common.cc:793
26786 #: ggc-common.cc:796 ggc-common.cc:800 ggc-common.cc:835 ggc-common.cc:864
26787 #: ggc-common.cc:872 ggc-common.cc:882 ggc-common.cc:893 ggc-page.cc:2601
26788 #, gcc-internal-format
26789 msgid "cannot read PCH file: %m"
26790 msgstr ""
26792 #: ggc-common.cc:780
26793 #, gcc-internal-format
26794 msgid "PCH allocation failure"
26795 msgstr ""
26797 #: ggc-page.cc:1744
26798 #, gcc-internal-format
26799 msgid "open /dev/zero: %m"
26800 msgstr ""
26802 #: ggc-page.cc:2515 ggc-page.cc:2521
26803 #, gcc-internal-format
26804 msgid "cannot write PCH file"
26805 msgstr ""
26807 #: gimple-array-bounds.cc:279
26808 #, gcc-internal-format
26809 msgid "array subscript %E is outside array bounds of %qT"
26810 msgstr ""
26812 #: gimple-array-bounds.cc:298
26813 #, gcc-internal-format
26814 msgid "array subscript [%E, %E] is outside array bounds of %qT"
26815 msgstr ""
26817 #: gimple-array-bounds.cc:312
26818 #, gcc-internal-format
26819 msgid "array subscript %E is above array bounds of %qT"
26820 msgstr ""
26822 #: gimple-array-bounds.cc:321
26823 #, gcc-internal-format
26824 msgid "array subscript %E is below array bounds of %qT"
26825 msgstr ""
26827 #: gimple-array-bounds.cc:394
26828 #, gcc-internal-format
26829 msgid ""
26830 "array subscript %E is outside the bounds of an interior zero-length array %qT"
26831 msgstr ""
26833 #: gimple-array-bounds.cc:396
26834 #, gcc-internal-format
26835 msgid ""
26836 "array subscript %qE is outside the bounds of an interior zero-length array "
26837 "%qT"
26838 msgstr ""
26840 #: gimple-array-bounds.cc:417
26841 #, gcc-internal-format
26842 msgid "trailing array %qT should not be used as a flexible array member"
26843 msgstr ""
26845 #: gimple-array-bounds.cc:454 gimple-array-bounds.cc:721
26846 #, gcc-internal-format
26847 msgid "while referencing %qD"
26848 msgstr ""
26850 #: gimple-array-bounds.cc:456
26851 #, gcc-internal-format
26852 msgid "defined here %qD"
26853 msgstr ""
26855 #: gimple-array-bounds.cc:577
26856 #, gcc-internal-format
26857 msgid "array subscript %wi is outside array bounds of %qT"
26858 msgstr ""
26860 #: gimple-array-bounds.cc:582
26861 #, gcc-internal-format
26862 msgid "array subscript [%wi, %wi] is outside array bounds of %qT"
26863 msgstr ""
26865 #: gimple-array-bounds.cc:597
26866 #, gcc-internal-format
26867 msgid "array subscript %<%T[%wi]%> is partly outside array bounds of %qT"
26868 msgstr ""
26870 #: gimple-array-bounds.cc:620
26871 #, gcc-internal-format
26872 msgid "intermediate array offset %wi is outside array bounds of %qT"
26873 msgstr ""
26875 #: gimple-array-bounds.cc:699
26876 #, gcc-internal-format
26877 msgid "array subscript %wi is below array bounds of %qT"
26878 msgstr ""
26880 #: gimple-array-bounds.cc:713
26881 #, gcc-internal-format
26882 msgid "array subscript %wu is above array bounds of %qT"
26883 msgstr ""
26885 #: gimple-fold.cc:2079 gimple-fold.cc:3131 gimple-ssa-warn-restrict.cc:2078
26886 #, gcc-internal-format
26887 msgid "%qD source argument is the same as destination"
26888 msgstr ""
26890 #: gimple-fold.cc:2145
26891 #, gcc-internal-format
26892 msgid ""
26893 "%qD destination unchanged after copying no bytes from a string of length %E"
26894 msgstr ""
26896 #: gimple-fold.cc:2150
26897 #, gcc-internal-format
26898 msgid "%qD destination unchanged after copying no bytes"
26899 msgstr ""
26901 #: gimple-fold.cc:2525 gimple-ssa-warn-access.cc:859
26902 #, gcc-internal-format
26903 msgid "%qD specified bound %E exceeds destination size %E"
26904 msgstr ""
26906 #: gimple-fold.cc:2544
26907 #, gcc-internal-format
26908 msgid "%qD specified bound %E equals source length"
26909 msgstr ""
26911 #: gimple-fold.cc:4543 gimple-fold.cc:4747
26912 #, gcc-internal-format
26913 msgid ""
26914 "flexible array member %qD does not have well defined padding bits for %qs"
26915 msgstr ""
26917 #: gimple-fold.cc:4696 cp/constexpr.cc:4630
26918 #, gcc-internal-format
26919 msgid "PDP11 bit-field handling unsupported in %qs"
26920 msgstr ""
26922 #: gimple-fold.cc:4924
26923 #, gcc-internal-format, gfc-internal-format
26924 msgid "%s not supported for variable length aggregates"
26925 msgstr ""
26927 #: gimple-fold.cc:4930
26928 #, gcc-internal-format, gfc-internal-format
26929 msgid "%s not supported on this target"
26930 msgstr ""
26932 #: gimple-ssa-isolate-paths.cc:290
26933 #, gcc-internal-format
26934 msgid "potential null pointer dereference"
26935 msgstr ""
26937 #: gimple-ssa-isolate-paths.cc:330
26938 #, gcc-internal-format
26939 msgid "null pointer dereference"
26940 msgstr ""
26942 #: gimple-ssa-isolate-paths.cc:413
26943 #, gcc-internal-format
26944 msgid "function may return address of local variable"
26945 msgstr ""
26947 #: gimple-ssa-isolate-paths.cc:414 c/c-typeck.cc:11397
26948 #, gcc-internal-format
26949 msgid "function returns address of local variable"
26950 msgstr ""
26952 #: gimple-ssa-isolate-paths.cc:417 gimple-ssa-warn-access.cc:2041
26953 #: gimple-ssa-warn-access.cc:3713 tree.cc:12354 tree.cc:12391 tree.cc:12432
26954 #: tree.cc:12465 c/c-typeck.cc:3092 c/c-typeck.cc:3187 c/c-typeck.cc:5769
26955 #: c/c-typeck.cc:11303 c/c-typeck.cc:11320 c/gimple-parser.cc:2484
26956 #: c/gimple-parser.cc:2492 cp/call.cc:8064 cp/call.cc:10213 cp/class.cc:9076
26957 #: cp/constexpr.cc:894 cp/constexpr.cc:4077 cp/cvt.cc:1079 cp/cvt.cc:1117
26958 #: cp/decl.cc:8876 cp/decl.cc:16157 cp/decl.cc:16524 cp/decl2.cc:5715
26959 #: cp/decl2.cc:5770 cp/parser.cc:21904 cp/pt.cc:9026 cp/semantics.cc:2192
26960 #: cp/semantics.cc:3549 cp/semantics.cc:4636 cp/typeck.cc:2143
26961 #: cp/typeck.cc:2363 cp/typeck.cc:4494 cp/typeck.cc:10582
26962 #: rust/backend/rust-constexpr.cc:4403 rust/backend/rust-tree.cc:623
26963 #: rust/backend/rust-tree.cc:3765
26964 #, gcc-internal-format
26965 msgid "declared here"
26966 msgstr ""
26968 #: gimple-ssa-nonnull-compare.cc:102
26969 #, gcc-internal-format
26970 msgid "%<nonnull%> argument %qD compared to NULL"
26971 msgstr ""
26973 #: gimple-ssa-sprintf.cc:2829 gimple-ssa-sprintf.cc:2949
26974 #, gcc-internal-format
26975 msgid "%qE output may be truncated before the last format character"
26976 msgstr ""
26978 #: gimple-ssa-sprintf.cc:2831 gimple-ssa-sprintf.cc:2951
26979 #, gcc-internal-format
26980 msgid "%qE output truncated before the last format character"
26981 msgstr ""
26983 #: gimple-ssa-sprintf.cc:2834 gimple-ssa-sprintf.cc:2954
26984 #, gcc-internal-format
26985 msgid "%qE may write a terminating nul past the end of the destination"
26986 msgstr ""
26988 #: gimple-ssa-sprintf.cc:2836 gimple-ssa-sprintf.cc:2956
26989 #, gcc-internal-format
26990 msgid "%qE writing a terminating nul past the end of the destination"
26991 msgstr ""
26993 #: gimple-ssa-sprintf.cc:2846
26994 #, gcc-internal-format
26995 msgid "%<%.*s%> directive writing %wu byte into a region of size %wu"
26996 msgid_plural "%<%.*s%> directive writing %wu bytes into a region of size %wu"
26997 msgstr[0] ""
26998 msgstr[1] ""
27000 #: gimple-ssa-sprintf.cc:2853
27001 #, gcc-internal-format
27002 msgid ""
27003 "%<%.*s%> directive output may be truncated writing %wu byte into a region of "
27004 "size %wu"
27005 msgid_plural ""
27006 "%<%.*s%> directive output may be truncated writing %wu bytes into a region "
27007 "of size %wu"
27008 msgstr[0] ""
27009 msgstr[1] ""
27011 #: gimple-ssa-sprintf.cc:2860
27012 #, gcc-internal-format
27013 msgid ""
27014 "%<%.*s%> directive output truncated writing %wu byte into a region of size "
27015 "%wu"
27016 msgid_plural ""
27017 "%<%.*s%> directive output truncated writing %wu bytes into a region of size "
27018 "%wu"
27019 msgstr[0] ""
27020 msgstr[1] ""
27022 #: gimple-ssa-sprintf.cc:2871
27023 #, gcc-internal-format
27024 msgid ""
27025 "%<%.*s%> directive output may be truncated writing up to %wu bytes into a "
27026 "region of size %wu"
27027 msgstr ""
27029 #: gimple-ssa-sprintf.cc:2874
27030 #, gcc-internal-format
27031 msgid ""
27032 "%<%.*s%> directive output truncated writing up to %wu bytes into a region of "
27033 "size %wu"
27034 msgstr ""
27036 #: gimple-ssa-sprintf.cc:2876
27037 #, gcc-internal-format
27038 msgid "%<%.*s%> directive writing up to %wu bytes into a region of size %wu"
27039 msgstr ""
27041 #: gimple-ssa-sprintf.cc:2888
27042 #, gcc-internal-format
27043 msgid ""
27044 "%<%.*s%> directive output may be truncated writing likely %wu or more bytes "
27045 "into a region of size %wu"
27046 msgstr ""
27048 #: gimple-ssa-sprintf.cc:2891
27049 #, gcc-internal-format
27050 msgid ""
27051 "%<%.*s%> directive output truncated writing likely %wu or more bytes into a "
27052 "region of size %wu"
27053 msgstr ""
27055 #: gimple-ssa-sprintf.cc:2894
27056 #, gcc-internal-format
27057 msgid ""
27058 "%<%.*s%> directive writing likely %wu or more bytes into a region of size %wu"
27059 msgstr ""
27061 #: gimple-ssa-sprintf.cc:2903
27062 #, gcc-internal-format
27063 msgid ""
27064 "%<%.*s%> directive output may be truncated writing between %wu and %wu bytes "
27065 "into a region of size %wu"
27066 msgstr ""
27068 #: gimple-ssa-sprintf.cc:2906
27069 #, gcc-internal-format
27070 msgid ""
27071 "%<%.*s%> directive output truncated writing between %wu and %wu bytes into a "
27072 "region of size %wu"
27073 msgstr ""
27075 #: gimple-ssa-sprintf.cc:2909
27076 #, gcc-internal-format
27077 msgid ""
27078 "%<%.*s%> directive writing between %wu and %wu bytes into a region of size "
27079 "%wu"
27080 msgstr ""
27082 #: gimple-ssa-sprintf.cc:2918
27083 #, gcc-internal-format
27084 msgid ""
27085 "%<%.*s%> directive output may be truncated writing %wu or more bytes into a "
27086 "region of size %wu"
27087 msgstr ""
27089 #: gimple-ssa-sprintf.cc:2921
27090 #, gcc-internal-format
27091 msgid ""
27092 "%<%.*s%> directive output truncated writing %wu or more bytes into a region "
27093 "of size %wu"
27094 msgstr ""
27096 #: gimple-ssa-sprintf.cc:2923
27097 #, gcc-internal-format
27098 msgid "%<%.*s%> directive writing %wu or more bytes into a region of size %wu"
27099 msgstr ""
27101 #: gimple-ssa-sprintf.cc:2965
27102 #, gcc-internal-format
27103 msgid ""
27104 "%<%.*s%> directive writing %wu byte into a region of size between %wu and %wu"
27105 msgid_plural ""
27106 "%<%.*s%> directive writing %wu bytes into a region of size between %wu and "
27107 "%wu"
27108 msgstr[0] ""
27109 msgstr[1] ""
27111 #: gimple-ssa-sprintf.cc:2972
27112 #, gcc-internal-format
27113 msgid ""
27114 "%<%.*s%> directive output may be truncated writing %wu byte into a region of "
27115 "size between %wu and %wu"
27116 msgid_plural ""
27117 "%<%.*s%> directive output may be truncated writing %wu bytes into a region "
27118 "of size between %wu and %wu"
27119 msgstr[0] ""
27120 msgstr[1] ""
27122 #: gimple-ssa-sprintf.cc:2980
27123 #, gcc-internal-format
27124 msgid ""
27125 "%<%.*s%> directive output truncated writing %wu byte into a region of size "
27126 "between %wu and %wu"
27127 msgid_plural ""
27128 "%<%.*s%> directive output truncated writing %wu bytes into a region of size "
27129 "between %wu and %wu"
27130 msgstr[0] ""
27131 msgstr[1] ""
27133 #: gimple-ssa-sprintf.cc:2992
27134 #, gcc-internal-format
27135 msgid ""
27136 "%<%.*s%> directive output may be truncated writing up to %wu bytes into a "
27137 "region of size between %wu and %wu"
27138 msgstr ""
27140 #: gimple-ssa-sprintf.cc:2995
27141 #, gcc-internal-format
27142 msgid ""
27143 "%<%.*s%> directive output truncated writing up to %wu bytes into a region of "
27144 "size between %wu and %wu"
27145 msgstr ""
27147 #: gimple-ssa-sprintf.cc:2998
27148 #, gcc-internal-format
27149 msgid ""
27150 "%<%.*s%> directive writing up to %wu bytes into a region of size between %wu "
27151 "and %wu"
27152 msgstr ""
27154 #: gimple-ssa-sprintf.cc:3011
27155 #, gcc-internal-format
27156 msgid ""
27157 "%<%.*s%> directive output may be truncated writing likely %wu or more bytes "
27158 "into a region of size between %wu and %wu"
27159 msgstr ""
27161 #: gimple-ssa-sprintf.cc:3014
27162 #, gcc-internal-format
27163 msgid ""
27164 "%<%.*s%> directive output truncated writing likely %wu or more bytes into a "
27165 "region of size between %wu and %wu"
27166 msgstr ""
27168 #: gimple-ssa-sprintf.cc:3017
27169 #, gcc-internal-format
27170 msgid ""
27171 "%<%.*s%> directive writing likely %wu or more bytes into a region of size "
27172 "between %wu and %wu"
27173 msgstr ""
27175 #: gimple-ssa-sprintf.cc:3027
27176 #, gcc-internal-format
27177 msgid ""
27178 "%<%.*s%> directive output may be truncated writing between %wu and %wu bytes "
27179 "into a region of size between %wu and %wu"
27180 msgstr ""
27182 #: gimple-ssa-sprintf.cc:3030
27183 #, gcc-internal-format
27184 msgid ""
27185 "%<%.*s%> directive output truncated writing between %wu and %wu bytes into a "
27186 "region of size between %wu and %wu"
27187 msgstr ""
27189 #: gimple-ssa-sprintf.cc:3033
27190 #, gcc-internal-format
27191 msgid ""
27192 "%<%.*s%> directive writing between %wu and %wu bytes into a region of size "
27193 "between %wu and %wu"
27194 msgstr ""
27196 #: gimple-ssa-sprintf.cc:3042
27197 #, gcc-internal-format
27198 msgid ""
27199 "%<%.*s%> directive output may be truncated writing %wu or more bytes into a "
27200 "region of size between %wu and %wu"
27201 msgstr ""
27203 #: gimple-ssa-sprintf.cc:3045
27204 #, gcc-internal-format
27205 msgid ""
27206 "%<%.*s%> directive output truncated writing %wu or more bytes into a region "
27207 "of size between %wu and %wu"
27208 msgstr ""
27210 #: gimple-ssa-sprintf.cc:3048
27211 #, gcc-internal-format
27212 msgid ""
27213 "%<%.*s%> directive writing %wu or more bytes into a region of size between "
27214 "%wu and %wu"
27215 msgstr ""
27217 #: gimple-ssa-sprintf.cc:3170
27218 #, gcc-internal-format
27219 msgid "%<%.*s%> directive argument is null"
27220 msgstr ""
27222 #: gimple-ssa-sprintf.cc:3248
27223 #, gcc-internal-format
27224 msgid ""
27225 "%<%.*s%> directive output of %wu bytes exceeds minimum required size of 4095"
27226 msgstr ""
27228 #: gimple-ssa-sprintf.cc:3254
27229 #, gcc-internal-format
27230 msgid ""
27231 "%<%.*s%> directive output between %wu and %wu bytes exceeds minimum required "
27232 "size of 4095"
27233 msgstr ""
27235 #: gimple-ssa-sprintf.cc:3261
27236 #, gcc-internal-format
27237 msgid ""
27238 "%<%.*s%> directive output between %wu and %wu bytes may exceed minimum "
27239 "required size of 4095"
27240 msgstr ""
27242 #: gimple-ssa-sprintf.cc:3291
27243 #, gcc-internal-format
27244 msgid "%<%.*s%> directive output of %wu bytes exceeds %<INT_MAX%>"
27245 msgstr ""
27247 #: gimple-ssa-sprintf.cc:3297
27248 #, gcc-internal-format
27249 msgid "%<%.*s%> directive output between %wu and %wu bytes exceeds %<INT_MAX%>"
27250 msgstr ""
27252 #: gimple-ssa-sprintf.cc:3308
27253 #, gcc-internal-format
27254 msgid ""
27255 "%<%.*s%> directive output of %wu bytes causes result to exceed %<INT_MAX%>"
27256 msgstr ""
27258 #: gimple-ssa-sprintf.cc:3314
27259 #, gcc-internal-format
27260 msgid ""
27261 "%<%.*s%> directive output between %wu and %wu bytes causes result to exceed "
27262 "%<INT_MAX%>"
27263 msgstr ""
27265 #: gimple-ssa-sprintf.cc:3325
27266 #, gcc-internal-format
27267 msgid ""
27268 "%<%.*s%> directive output between %wu and %wu bytes may cause result to "
27269 "exceed %<INT_MAX%>"
27270 msgstr ""
27272 #: gimple-ssa-sprintf.cc:3335
27273 #, gcc-internal-format
27274 msgid "%<%.*s%> directive argument is not a nul-terminated string"
27275 msgstr ""
27277 #: gimple-ssa-sprintf.cc:3341 gimple-ssa-warn-access.cc:234
27278 #, gcc-internal-format
27279 msgid "referenced argument declared here"
27280 msgstr ""
27282 #: gimple-ssa-sprintf.cc:3348
27283 #, gcc-internal-format
27284 msgid "assuming directive output of %wu byte"
27285 msgid_plural "assuming directive output of %wu bytes"
27286 msgstr[0] ""
27287 msgstr[1] ""
27289 #: gimple-ssa-sprintf.cc:3355
27290 #, gcc-internal-format
27291 msgid "directive argument %qE"
27292 msgstr ""
27294 #: gimple-ssa-sprintf.cc:3357
27295 #, gcc-internal-format
27296 msgid "directive argument in the range [%E, %E]"
27297 msgstr ""
27299 #: gimple-ssa-sprintf.cc:3361
27300 #, gcc-internal-format
27301 msgid "using the range [%E, %E] for directive argument"
27302 msgstr ""
27304 #: gimple-ssa-sprintf.cc:3381
27305 #, gcc-internal-format
27306 msgid "%qE output %wu byte into a destination of size %wu"
27307 msgid_plural "%qE output %wu bytes into a destination of size %wu"
27308 msgstr[0] ""
27309 msgstr[1] ""
27311 #: gimple-ssa-sprintf.cc:3386
27312 #, gcc-internal-format
27313 msgid "%qE output between %wu and %wu bytes into a destination of size %wu"
27314 msgstr ""
27316 #: gimple-ssa-sprintf.cc:3391
27317 #, gcc-internal-format
27318 msgid ""
27319 "%qE output %wu or more bytes (assuming %wu) into a destination of size %wu"
27320 msgstr ""
27322 #: gimple-ssa-sprintf.cc:3396
27323 #, gcc-internal-format
27324 msgid "%qE output %wu or more bytes into a destination of size %wu"
27325 msgstr ""
27327 #: gimple-ssa-sprintf.cc:3407
27328 #, gcc-internal-format
27329 msgid "%qE output %wu byte"
27330 msgid_plural "%qE output %wu bytes"
27331 msgstr[0] ""
27332 msgstr[1] ""
27334 #: gimple-ssa-sprintf.cc:3411
27335 #, gcc-internal-format
27336 msgid "%qE output between %wu and %wu bytes"
27337 msgstr ""
27339 #: gimple-ssa-sprintf.cc:3415
27340 #, gcc-internal-format
27341 msgid "%qE output %wu or more bytes (assuming %wu)"
27342 msgstr ""
27344 #: gimple-ssa-sprintf.cc:3419
27345 #, gcc-internal-format
27346 msgid "%qE output %wu or more bytes"
27347 msgstr ""
27349 #: gimple-ssa-sprintf.cc:3803
27350 #, gcc-internal-format
27351 msgid "%<%.*s%> directive width out of range"
27352 msgstr ""
27354 #: gimple-ssa-sprintf.cc:3837
27355 #, gcc-internal-format
27356 msgid "%<%.*s%> directive precision out of range"
27357 msgstr ""
27359 #: gimple-ssa-sprintf.cc:3970
27360 msgid "%qE arguments %Z and maybe %Z overlap destination object %qE"
27361 msgstr ""
27363 #: gimple-ssa-sprintf.cc:3982
27364 msgid "%qE argument %Z overlaps destination object %qE"
27365 msgid_plural "%qE arguments %Z overlap destination object %qE"
27366 msgstr[0] ""
27367 msgstr[1] ""
27369 #: gimple-ssa-sprintf.cc:3993
27370 msgid "%qE argument %Z may overlap destination object %qE"
27371 msgid_plural "%qE arguments %Z may overlap destination object %qE"
27372 msgstr[0] ""
27373 msgstr[1] ""
27375 #: gimple-ssa-sprintf.cc:4013
27376 #, gcc-internal-format
27377 msgid ""
27378 "destination object referenced by %<restrict%>-qualified argument 1 was "
27379 "declared here"
27380 msgstr ""
27382 #: gimple-ssa-sprintf.cc:4600
27383 #, gcc-internal-format
27384 msgid "specified bound %wu exceeds maximum object size %wu"
27385 msgstr ""
27387 #: gimple-ssa-sprintf.cc:4611
27388 #, gcc-internal-format
27389 msgid "specified bound %wu exceeds %<INT_MAX%>"
27390 msgstr ""
27392 #: gimple-ssa-sprintf.cc:4637
27393 #, gcc-internal-format
27394 msgid "specified bound range [%wu, %wu] exceeds %<INT_MAX%>"
27395 msgstr ""
27397 #: gimple-ssa-sprintf.cc:4681
27398 #, gcc-internal-format
27399 msgid "null destination pointer"
27400 msgstr ""
27402 #: gimple-ssa-sprintf.cc:4698
27403 #, gcc-internal-format
27404 msgid "specified bound %wu exceeds the size %wu of the destination object"
27405 msgstr ""
27407 #: gimple-ssa-sprintf.cc:4710
27408 #, gcc-internal-format
27409 msgid "null format string"
27410 msgstr ""
27412 #: gimple-ssa-warn-access.cc:174
27413 #, gcc-internal-format
27414 msgid "%qD specified bound %s exceeds maximum object size %E"
27415 msgstr ""
27417 #: gimple-ssa-warn-access.cc:182
27418 #, gcc-internal-format
27419 msgid "%qD specified bound %s exceeds the size %E of unterminated array"
27420 msgstr ""
27422 #: gimple-ssa-warn-access.cc:185
27423 #, gcc-internal-format
27424 msgid ""
27425 "%qD specified bound %s may exceed the size of at most %E of unterminated "
27426 "array"
27427 msgstr ""
27429 #: gimple-ssa-warn-access.cc:188
27430 #, gcc-internal-format
27431 msgid ""
27432 "%qD specified bound %s exceeds the size of at most %E of unterminated array"
27433 msgstr ""
27435 #: gimple-ssa-warn-access.cc:196
27436 #, gcc-internal-format
27437 msgid "%qD argument missing terminating nul"
27438 msgstr ""
27440 #: gimple-ssa-warn-access.cc:205
27441 #, gcc-internal-format
27442 msgid "%qs specified bound %s exceeds maximum object size %E"
27443 msgstr ""
27445 #: gimple-ssa-warn-access.cc:213
27446 #, gcc-internal-format
27447 msgid "%qs specified bound %s exceeds the size %E of unterminated array"
27448 msgstr ""
27450 #: gimple-ssa-warn-access.cc:216
27451 #, gcc-internal-format
27452 msgid ""
27453 "%qs specified bound %s may exceed the size of at most %E of unterminated "
27454 "array"
27455 msgstr ""
27457 #: gimple-ssa-warn-access.cc:219
27458 #, gcc-internal-format
27459 msgid ""
27460 "%qs specified bound %s exceeds the size of at most %E of unterminated array"
27461 msgstr ""
27463 #: gimple-ssa-warn-access.cc:227
27464 #, gcc-internal-format
27465 msgid "%qs argument missing terminating nul"
27466 msgstr ""
27468 #: gimple-ssa-warn-access.cc:490 gimple-ssa-warn-access.cc:732
27469 #, gcc-internal-format
27470 msgid "%qD specified bound %E exceeds maximum object size %E"
27471 msgstr ""
27473 #: gimple-ssa-warn-access.cc:495 gimple-ssa-warn-access.cc:748
27474 #, gcc-internal-format
27475 msgid "%qD specified bound [%E, %E] exceeds maximum object size %E"
27476 msgstr ""
27478 #: gimple-ssa-warn-access.cc:643
27479 #, gcc-internal-format
27480 msgid ""
27481 "%qD argument %i declared attribute %<nonstring%> is smaller than the "
27482 "specified bound %wu"
27483 msgstr ""
27485 #: gimple-ssa-warn-access.cc:649
27486 #, gcc-internal-format
27487 msgid ""
27488 "%qD argument %i declared attribute %<nonstring%> is smaller than the "
27489 "specified bound [%E, %E]"
27490 msgstr ""
27492 #: gimple-ssa-warn-access.cc:655
27493 #, gcc-internal-format
27494 msgid ""
27495 "%qD argument %i declared attribute %<nonstring%> may be smaller than the "
27496 "specified bound [%E, %E]"
27497 msgstr ""
27499 #: gimple-ssa-warn-access.cc:665
27500 #, gcc-internal-format
27501 msgid "%qD argument %i declared attribute %<nonstring%>"
27502 msgstr ""
27504 #: gimple-ssa-warn-access.cc:671
27505 #, gcc-internal-format
27506 msgid "argument %qD declared here"
27507 msgstr ""
27509 #: gimple-ssa-warn-access.cc:730
27510 #, gcc-internal-format
27511 msgid "%qD specified bound %E may exceed maximum object size %E"
27512 msgstr ""
27514 #: gimple-ssa-warn-access.cc:737
27515 #, gcc-internal-format
27516 msgid "specified bound %E may exceed maximum object size %E"
27517 msgstr ""
27519 #: gimple-ssa-warn-access.cc:739
27520 #, gcc-internal-format
27521 msgid "specified bound %E exceeds maximum object size %E"
27522 msgstr ""
27524 #: gimple-ssa-warn-access.cc:746
27525 #, gcc-internal-format
27526 msgid "%qD specified bound [%E, %E] may exceed maximum object size %E"
27527 msgstr ""
27529 #: gimple-ssa-warn-access.cc:754
27530 #, gcc-internal-format
27531 msgid "specified bound [%E, %E] may exceed maximum object size %E"
27532 msgstr ""
27534 #: gimple-ssa-warn-access.cc:756
27535 #, gcc-internal-format
27536 msgid "specified bound [%E, %E] exceeds maximum object size %E"
27537 msgstr ""
27539 #: gimple-ssa-warn-access.cc:766
27540 #, gcc-internal-format
27541 msgid "%qD specified bound %E may exceed source size %E"
27542 msgstr ""
27544 #: gimple-ssa-warn-access.cc:768
27545 #, gcc-internal-format
27546 msgid "%qD specified bound %E exceeds source size %E"
27547 msgstr ""
27549 #: gimple-ssa-warn-access.cc:773
27550 #, gcc-internal-format
27551 msgid "specified bound %E may exceed source size %E"
27552 msgstr ""
27554 #: gimple-ssa-warn-access.cc:775
27555 #, gcc-internal-format
27556 msgid "specified bound %E exceeds source size %E"
27557 msgstr ""
27559 #: gimple-ssa-warn-access.cc:782
27560 #, gcc-internal-format
27561 msgid "%qD specified bound [%E, %E] may exceed source size %E"
27562 msgstr ""
27564 #: gimple-ssa-warn-access.cc:784
27565 #, gcc-internal-format
27566 msgid "%qD specified bound [%E, %E] exceeds source size %E"
27567 msgstr ""
27569 #: gimple-ssa-warn-access.cc:789
27570 #, gcc-internal-format
27571 msgid "specified bound [%E, %E] may exceed source size %E"
27572 msgstr ""
27574 #: gimple-ssa-warn-access.cc:791
27575 #, gcc-internal-format
27576 msgid "specified bound [%E, %E] exceeds source size %E"
27577 msgstr ""
27579 #: gimple-ssa-warn-access.cc:799
27580 #, gcc-internal-format
27581 msgid "source object allocated here"
27582 msgstr ""
27584 #: gimple-ssa-warn-access.cc:822
27585 #, gcc-internal-format
27586 msgid "%qD specified size %E may exceed maximum object size %E"
27587 msgstr ""
27589 #: gimple-ssa-warn-access.cc:824
27590 #, gcc-internal-format
27591 msgid "%qD specified size %E exceeds maximum object size %E"
27592 msgstr ""
27594 #: gimple-ssa-warn-access.cc:829
27595 #, gcc-internal-format
27596 msgid "specified size %E may exceed maximum object size %E"
27597 msgstr ""
27599 #: gimple-ssa-warn-access.cc:831
27600 #, gcc-internal-format
27601 msgid "specified size %E exceeds maximum object size %E"
27602 msgstr ""
27604 #: gimple-ssa-warn-access.cc:838
27605 #, gcc-internal-format
27606 msgid "%qD specified size between %E and %E may exceed maximum object size %E"
27607 msgstr ""
27609 #: gimple-ssa-warn-access.cc:840
27610 #, gcc-internal-format
27611 msgid "%qD specified size between %E and %E exceeds maximum object size %E"
27612 msgstr ""
27614 #: gimple-ssa-warn-access.cc:845
27615 #, gcc-internal-format
27616 msgid "specified size between %E and %E may exceed maximum object size %E"
27617 msgstr ""
27619 #: gimple-ssa-warn-access.cc:847
27620 #, gcc-internal-format
27621 msgid "specified size between %E and %E exceeds maximum object size %E"
27622 msgstr ""
27624 #: gimple-ssa-warn-access.cc:857
27625 #, gcc-internal-format
27626 msgid "%qD specified bound %E may exceed destination size %E"
27627 msgstr ""
27629 #: gimple-ssa-warn-access.cc:864
27630 #, gcc-internal-format
27631 msgid "specified bound %E may exceed destination size %E"
27632 msgstr ""
27634 #: gimple-ssa-warn-access.cc:866
27635 #, gcc-internal-format
27636 msgid "specified bound %E exceeds destination size %E"
27637 msgstr ""
27639 #: gimple-ssa-warn-access.cc:873
27640 #, gcc-internal-format
27641 msgid "%qD specified bound [%E, %E] may exceed destination size %E"
27642 msgstr ""
27644 #: gimple-ssa-warn-access.cc:875
27645 #, gcc-internal-format
27646 msgid "%qD specified bound [%E, %E] exceeds destination size %E"
27647 msgstr ""
27649 #: gimple-ssa-warn-access.cc:880 gimple-ssa-warn-access.cc:882
27650 #, gcc-internal-format
27651 msgid "specified bound [%E, %E] exceeds destination size %E"
27652 msgstr ""
27654 #: gimple-ssa-warn-access.cc:891
27655 #, gcc-internal-format
27656 msgid "destination object allocated here"
27657 msgstr ""
27659 #: gimple-ssa-warn-access.cc:935
27660 #, gcc-internal-format
27661 msgid "%qD may access %E byte in a region of size %E"
27662 msgstr ""
27664 #: gimple-ssa-warn-access.cc:937
27665 #, gcc-internal-format
27666 msgid "%qD accessing %E byte in a region of size %E"
27667 msgstr ""
27669 #: gimple-ssa-warn-access.cc:940
27670 #, gcc-internal-format
27671 msgid "%qD may access %E bytes in a region of size %E"
27672 msgstr ""
27674 #: gimple-ssa-warn-access.cc:942
27675 #, gcc-internal-format
27676 msgid "%qD accessing %E bytes in a region of size %E"
27677 msgstr ""
27679 #: gimple-ssa-warn-access.cc:947
27680 #, gcc-internal-format
27681 msgid "may access %E byte in a region of size %E"
27682 msgstr ""
27684 #: gimple-ssa-warn-access.cc:949
27685 #, gcc-internal-format
27686 msgid "accessing %E byte in a region of size %E"
27687 msgstr ""
27689 #: gimple-ssa-warn-access.cc:952
27690 #, gcc-internal-format
27691 msgid "may access %E bytes in a region of size %E"
27692 msgstr ""
27694 #: gimple-ssa-warn-access.cc:954
27695 #, gcc-internal-format
27696 msgid "accessing %E bytes in a region of size %E"
27697 msgstr ""
27699 #: gimple-ssa-warn-access.cc:963
27700 #, gcc-internal-format
27701 msgid "%qD may access %E or more bytes in a region of size %E"
27702 msgstr ""
27704 #: gimple-ssa-warn-access.cc:965
27705 #, gcc-internal-format
27706 msgid "%qD accessing %E or more bytes in a region of size %E"
27707 msgstr ""
27709 #: gimple-ssa-warn-access.cc:970
27710 #, gcc-internal-format
27711 msgid "may access %E or more bytes in a region of size %E"
27712 msgstr ""
27714 #: gimple-ssa-warn-access.cc:972
27715 #, gcc-internal-format
27716 msgid "accessing %E or more bytes in a region of size %E"
27717 msgstr ""
27719 #: gimple-ssa-warn-access.cc:980
27720 #, gcc-internal-format
27721 msgid "%qD may access between %E and %E bytes in a region of size %E"
27722 msgstr ""
27724 #: gimple-ssa-warn-access.cc:982
27725 #, gcc-internal-format
27726 msgid "%qD accessing between %E and %E bytes in a region of size %E"
27727 msgstr ""
27729 #: gimple-ssa-warn-access.cc:987
27730 #, gcc-internal-format
27731 msgid "may access between %E and %E bytes in a region of size %E"
27732 msgstr ""
27734 #: gimple-ssa-warn-access.cc:989
27735 #, gcc-internal-format
27736 msgid "accessing between %E and %E bytes in a region of size %E"
27737 msgstr ""
27739 #: gimple-ssa-warn-access.cc:1001
27740 #, gcc-internal-format
27741 msgid "%qD may write %E byte into a region of size %E"
27742 msgstr ""
27744 #: gimple-ssa-warn-access.cc:1003
27745 #, gcc-internal-format
27746 msgid "%qD writing %E byte into a region of size %E overflows the destination"
27747 msgstr ""
27749 #: gimple-ssa-warn-access.cc:1006
27750 #, gcc-internal-format
27751 msgid "%qD may write %E bytes into a region of size %E"
27752 msgstr ""
27754 #: gimple-ssa-warn-access.cc:1008
27755 #, gcc-internal-format
27756 msgid "%qD writing %E bytes into a region of size %E overflows the destination"
27757 msgstr ""
27759 #: gimple-ssa-warn-access.cc:1013
27760 #, gcc-internal-format
27761 msgid "may write %E byte into a region of size %E"
27762 msgstr ""
27764 #: gimple-ssa-warn-access.cc:1015
27765 #, gcc-internal-format
27766 msgid "writing %E byte into a region of size %E overflows the destination"
27767 msgstr ""
27769 #: gimple-ssa-warn-access.cc:1018
27770 #, gcc-internal-format
27771 msgid "may write %E bytes into a region of size %E"
27772 msgstr ""
27774 #: gimple-ssa-warn-access.cc:1020
27775 #, gcc-internal-format
27776 msgid "writing %E bytes into a region of size %E overflows the destination"
27777 msgstr ""
27779 #: gimple-ssa-warn-access.cc:1029
27780 #, gcc-internal-format
27781 msgid "%qD may write %E or more bytes into a region of size %E"
27782 msgstr ""
27784 #: gimple-ssa-warn-access.cc:1031 gimple-ssa-warn-access.cc:1408
27785 #, gcc-internal-format
27786 msgid ""
27787 "%qD writing %E or more bytes into a region of size %E overflows the "
27788 "destination"
27789 msgstr ""
27791 #: gimple-ssa-warn-access.cc:1037
27792 #, gcc-internal-format
27793 msgid "may write %E or more bytes into a region of size %E"
27794 msgstr ""
27796 #: gimple-ssa-warn-access.cc:1039 gimple-ssa-warn-access.cc:1413
27797 #, gcc-internal-format
27798 msgid ""
27799 "writing %E or more bytes into a region of size %E overflows the destination"
27800 msgstr ""
27802 #: gimple-ssa-warn-access.cc:1048
27803 #, gcc-internal-format
27804 msgid "%qD may write between %E and %E bytes into a region of size %E"
27805 msgstr ""
27807 #: gimple-ssa-warn-access.cc:1050
27808 #, gcc-internal-format
27809 msgid ""
27810 "%qD writing between %E and %E bytes into a region of size %E overflows the "
27811 "destination"
27812 msgstr ""
27814 #: gimple-ssa-warn-access.cc:1056
27815 #, gcc-internal-format
27816 msgid "may write between %E and %E bytes into a region of size %E"
27817 msgstr ""
27819 #: gimple-ssa-warn-access.cc:1058
27820 #, gcc-internal-format
27821 msgid ""
27822 "writing between %E and %E bytes into a region of size %E overflows the "
27823 "destination"
27824 msgstr ""
27826 #: gimple-ssa-warn-access.cc:1072
27827 #, gcc-internal-format
27828 msgid "%qD may read %E byte from a region of size %E"
27829 msgstr ""
27831 #: gimple-ssa-warn-access.cc:1074
27832 #, gcc-internal-format
27833 msgid "%qD reading %E byte from a region of size %E"
27834 msgstr ""
27836 #: gimple-ssa-warn-access.cc:1077
27837 #, gcc-internal-format
27838 msgid "%qD may read %E bytes from a region of size %E"
27839 msgstr ""
27841 #: gimple-ssa-warn-access.cc:1079
27842 #, gcc-internal-format
27843 msgid "%qD reading %E bytes from a region of size %E"
27844 msgstr ""
27846 #: gimple-ssa-warn-access.cc:1085
27847 #, gcc-internal-format
27848 msgid "may read %E byte from a region of size %E"
27849 msgstr ""
27851 #: gimple-ssa-warn-access.cc:1087
27852 #, gcc-internal-format
27853 msgid "reading %E byte from a region of size %E"
27854 msgstr ""
27856 #: gimple-ssa-warn-access.cc:1090
27857 #, gcc-internal-format
27858 msgid "may read %E bytes from a region of size %E"
27859 msgstr ""
27861 #: gimple-ssa-warn-access.cc:1092
27862 #, gcc-internal-format
27863 msgid "reading %E bytes from a region of size %E"
27864 msgstr ""
27866 #: gimple-ssa-warn-access.cc:1101
27867 #, gcc-internal-format
27868 msgid "%qD may read %E or more bytes from a region of size %E"
27869 msgstr ""
27871 #: gimple-ssa-warn-access.cc:1103
27872 #, gcc-internal-format
27873 msgid "%qD reading %E or more bytes from a region of size %E"
27874 msgstr ""
27876 #: gimple-ssa-warn-access.cc:1108
27877 #, gcc-internal-format
27878 msgid "may read %E or more bytes from a region of size %E"
27879 msgstr ""
27881 #: gimple-ssa-warn-access.cc:1110
27882 #, gcc-internal-format
27883 msgid "reading %E or more bytes from a region of size %E"
27884 msgstr ""
27886 #: gimple-ssa-warn-access.cc:1118
27887 #, gcc-internal-format
27888 msgid "%qD may read between %E and %E bytes from a region of size %E"
27889 msgstr ""
27891 #: gimple-ssa-warn-access.cc:1120
27892 #, gcc-internal-format
27893 msgid "%qD reading between %E and %E bytes from a region of size %E"
27894 msgstr ""
27896 #: gimple-ssa-warn-access.cc:1125
27897 #, gcc-internal-format
27898 msgid "may read between %E and %E bytes from a region of size %E"
27899 msgstr ""
27901 #: gimple-ssa-warn-access.cc:1127
27902 #, gcc-internal-format
27903 msgid "reading between %E and %E bytes from a region of size %E"
27904 msgstr ""
27906 #: gimple-ssa-warn-access.cc:1142
27907 #, gcc-internal-format
27908 msgid "%qD expecting %E byte in a region of size %E"
27909 msgid_plural "%qD expecting %E bytes in a region of size %E"
27910 msgstr[0] ""
27911 msgstr[1] ""
27913 #: gimple-ssa-warn-access.cc:1147
27914 #, gcc-internal-format
27915 msgid "expecting %E byte in a region of size %E"
27916 msgid_plural "expecting %E bytes in a region of size %E"
27917 msgstr[0] ""
27918 msgstr[1] ""
27920 #: gimple-ssa-warn-access.cc:1155
27921 #, gcc-internal-format
27922 msgid "%qD expecting %E or more bytes in a region of size %E"
27923 msgstr ""
27925 #: gimple-ssa-warn-access.cc:1159
27926 #, gcc-internal-format
27927 msgid "expecting %E or more bytes in a region of size %E"
27928 msgstr ""
27930 #: gimple-ssa-warn-access.cc:1166
27931 #, gcc-internal-format
27932 msgid "%qD expecting between %E and %E bytes in a region of size %E"
27933 msgstr ""
27935 #: gimple-ssa-warn-access.cc:1170
27936 #, gcc-internal-format
27937 msgid "expecting between %E and %E bytes in a region of size %E"
27938 msgstr ""
27940 #: gimple-ssa-warn-access.cc:2036
27941 #, gcc-internal-format
27942 msgid "%qD called on pointer %qE with nonzero offset%s"
27943 msgstr ""
27945 #: gimple-ssa-warn-access.cc:2051 gimple-ssa-warn-access.cc:3790
27946 #, gcc-internal-format
27947 msgid "returned from %qD"
27948 msgstr ""
27950 #: gimple-ssa-warn-access.cc:2054
27951 #, gcc-internal-format
27952 msgid "returned from %qT"
27953 msgstr ""
27955 #: gimple-ssa-warn-access.cc:2056
27956 #, gcc-internal-format
27957 msgid "obtained here"
27958 msgstr ""
27960 #: gimple-ssa-warn-access.cc:2263
27961 #, gcc-internal-format
27962 msgid "argument %i value %qE is negative"
27963 msgstr ""
27965 #: gimple-ssa-warn-access.cc:2280
27966 #, gcc-internal-format, gfc-internal-format
27967 msgid "argument %i value is zero"
27968 msgstr ""
27970 #: gimple-ssa-warn-access.cc:2298
27971 #, gcc-internal-format
27972 msgid "argument %i value %qE exceeds maximum object size %E"
27973 msgstr ""
27975 #: gimple-ssa-warn-access.cc:2312
27976 #, gcc-internal-format
27977 msgid "argument %i range [%E, %E] is negative"
27978 msgstr ""
27980 #: gimple-ssa-warn-access.cc:2319
27981 #, gcc-internal-format
27982 msgid "argument %i range [%E, %E] exceeds maximum object size %E"
27983 msgstr ""
27985 #: gimple-ssa-warn-access.cc:2349
27986 #, gcc-internal-format
27987 msgid "product %<%E * %E%> of arguments %i and %i exceeds %<SIZE_MAX%>"
27988 msgstr ""
27990 #: gimple-ssa-warn-access.cc:2355
27991 #, gcc-internal-format
27992 msgid ""
27993 "product %<%E * %E%> of arguments %i and %i exceeds maximum object size %E"
27994 msgstr ""
27996 #: gimple-ssa-warn-access.cc:2366 gimple-ssa-warn-access.cc:2369
27997 #, gcc-internal-format
27998 msgid "argument %i in the range [%E, %E]"
27999 msgstr ""
28001 #: gimple-ssa-warn-access.cc:2380
28002 #, gcc-internal-format
28003 msgid "in a call to built-in allocation function %qD"
28004 msgstr ""
28006 #: gimple-ssa-warn-access.cc:2383
28007 #, gcc-internal-format
28008 msgid "in a call to allocation function %qD declared here"
28009 msgstr ""
28011 #: gimple-ssa-warn-access.cc:2828
28012 #, gcc-internal-format
28013 msgid "unknown architecture specifier in memory model %wi for %qD"
28014 msgstr ""
28016 #: gimple-ssa-warn-access.cc:2920
28017 #, gcc-internal-format
28018 msgid "invalid memory model %qs for %qD"
28019 msgstr ""
28021 #: gimple-ssa-warn-access.cc:2924
28022 #, gcc-internal-format
28023 msgid "invalid memory model %wi for %qD"
28024 msgstr ""
28026 #: gimple-ssa-warn-access.cc:2939 gimple-ssa-warn-access.cc:2993
28027 #, gcc-internal-format, gfc-internal-format
28028 msgid "valid models are %s"
28029 msgstr ""
28031 #: gimple-ssa-warn-access.cc:2953
28032 #, gcc-internal-format
28033 msgid "invalid failure memory model %qs for %qD"
28034 msgstr ""
28036 #: gimple-ssa-warn-access.cc:2958
28037 #, gcc-internal-format
28038 msgid "valid failure models are %qs, %qs, %qs, %qs"
28039 msgstr ""
28041 #: gimple-ssa-warn-access.cc:2974
28042 #, gcc-internal-format
28043 msgid ""
28044 "failure memory model %qs cannot be stronger than success memory model %qs "
28045 "for %qD"
28046 msgstr ""
28048 #: gimple-ssa-warn-access.cc:3000
28049 #, gcc-internal-format
28050 msgid ""
28051 "failure memory model %wi cannot be stronger than success memory model %wi "
28052 "for %qD"
28053 msgstr ""
28055 #: gimple-ssa-warn-access.cc:3435
28056 #, gcc-internal-format, gfc-internal-format
28057 msgid ""
28058 "bound argument %i value %s is negative for a variable length array argument "
28059 "%i of type %s"
28060 msgstr ""
28062 #: gimple-ssa-warn-access.cc:3443
28063 #, gcc-internal-format, gfc-internal-format
28064 msgid "argument %i value %s is negative"
28065 msgstr ""
28067 #: gimple-ssa-warn-access.cc:3493
28068 #, gcc-internal-format, gfc-internal-format
28069 msgid ""
28070 "argument %i of variable length array %s is null but the corresponding bound "
28071 "argument %i value is %s"
28072 msgstr ""
28074 #: gimple-ssa-warn-access.cc:3502
28075 #, gcc-internal-format, gfc-internal-format
28076 msgid "argument %i is null but the corresponding size argument %i value is %s"
28077 msgstr ""
28079 #: gimple-ssa-warn-access.cc:3513
28080 #, gcc-internal-format
28081 msgid "argument %i to %<%T[static %E]%> is null where non-null expected"
28082 msgstr ""
28084 #: gimple-ssa-warn-access.cc:3576
28085 #, gcc-internal-format
28086 msgid "referencing argument %u of type %qT"
28087 msgstr ""
28089 #: gimple-ssa-warn-access.cc:3590
28090 #, gcc-internal-format
28091 msgid "in a call to function %qD declared with attribute %qs"
28092 msgstr ""
28094 #: gimple-ssa-warn-access.cc:3594
28095 #, gcc-internal-format
28096 msgid "in a call with type %qT and attribute %qs"
28097 msgstr ""
28099 #: gimple-ssa-warn-access.cc:3601
28100 #, gcc-internal-format
28101 msgid "in a call to function %qD"
28102 msgstr ""
28104 #: gimple-ssa-warn-access.cc:3604
28105 #, gcc-internal-format
28106 msgid "in a call with type %qT"
28107 msgstr ""
28109 #: gimple-ssa-warn-access.cc:3710
28110 #, gcc-internal-format
28111 msgid "%qD called on unallocated object %qD"
28112 msgstr ""
28114 #: gimple-ssa-warn-access.cc:3729
28115 #, gcc-internal-format
28116 msgid "%qD called on a pointer to an unallocated object %qE"
28117 msgstr ""
28119 #: gimple-ssa-warn-access.cc:3738
28120 #, gcc-internal-format
28121 msgid "assigned here"
28122 msgstr ""
28124 #: gimple-ssa-warn-access.cc:3771
28125 #, gcc-internal-format
28126 msgid "%qD called on pointer returned from a mismatched allocation function"
28127 msgstr ""
28129 #: gimple-ssa-warn-access.cc:3780
28130 #, gcc-internal-format
28131 msgid "%qD called on pointer to an unallocated object"
28132 msgstr ""
28134 #: gimple-ssa-warn-access.cc:3928
28135 #, gcc-internal-format
28136 msgid "pointer %qE may be used after %qD"
28137 msgstr ""
28139 #: gimple-ssa-warn-access.cc:3929
28140 #, gcc-internal-format
28141 msgid "pointer %qE used after %qD"
28142 msgstr ""
28144 #: gimple-ssa-warn-access.cc:3933
28145 #, gcc-internal-format
28146 msgid "pointer may be used after %qD"
28147 msgstr ""
28149 #: gimple-ssa-warn-access.cc:3934
28150 #, gcc-internal-format
28151 msgid "pointer used after %qD"
28152 msgstr ""
28154 #: gimple-ssa-warn-access.cc:3938
28155 #, gcc-internal-format
28156 msgid "call to %qD here"
28157 msgstr ""
28159 #: gimple-ssa-warn-access.cc:3955
28160 #, gcc-internal-format
28161 msgid "dangling pointer %qE to %qD may be used"
28162 msgstr ""
28164 #: gimple-ssa-warn-access.cc:3956
28165 #, gcc-internal-format
28166 msgid "using dangling pointer %qE to %qD"
28167 msgstr ""
28169 #: gimple-ssa-warn-access.cc:3961
28170 #, gcc-internal-format
28171 msgid "dangling pointer to %qD may be used"
28172 msgstr ""
28174 #: gimple-ssa-warn-access.cc:3962
28175 #, gcc-internal-format
28176 msgid "using a dangling pointer to %qD"
28177 msgstr ""
28179 #: gimple-ssa-warn-access.cc:3965 gimple-ssa-warn-access.cc:4588
28180 #: gimple-ssa-warn-restrict.cc:1828 tree-ssa-uninit.cc:906
28181 #: tree-ssa-uninit.cc:1105 c/c-decl.cc:3989 c/c-decl.cc:4270 c/c-typeck.cc:9355
28182 #: c/c-typeck.cc:12105 cp/class.cc:1492 cp/class.cc:3291 cp/constexpr.cc:1067
28183 #: cp/decl.cc:4440 cp/decl.cc:12599 cp/decl.cc:13099 cp/decl.cc:13108
28184 #: cp/decl.cc:14069 cp/friend.cc:406 cp/friend.cc:416 cp/init.cc:2918
28185 #: cp/parser.cc:3566 cp/parser.cc:3712 cp/parser.cc:3763 cp/parser.cc:7005
28186 #: cp/parser.cc:24456 cp/typeck.cc:4944
28187 #, gcc-internal-format
28188 msgid "%qD declared here"
28189 msgstr ""
28191 #: gimple-ssa-warn-access.cc:3973
28192 #, gcc-internal-format
28193 msgid "dangling pointer %qE to an unnamed temporary may be used"
28194 msgstr ""
28196 #: gimple-ssa-warn-access.cc:3975
28197 #, gcc-internal-format
28198 msgid "using dangling pointer %qE to an unnamed temporary"
28199 msgstr ""
28201 #: gimple-ssa-warn-access.cc:3981
28202 #, gcc-internal-format
28203 msgid "dangling pointer to an unnamed temporary may be used"
28204 msgstr ""
28206 #: gimple-ssa-warn-access.cc:3983
28207 #, gcc-internal-format
28208 msgid "using a dangling pointer to an unnamed temporary"
28209 msgstr ""
28211 #: gimple-ssa-warn-access.cc:3987
28212 #, gcc-internal-format
28213 msgid "unnamed temporary defined here"
28214 msgstr ""
28216 #: gimple-ssa-warn-access.cc:4077
28217 #, gcc-internal-format
28218 msgid "%qD called on pointer %qE passed to mismatched allocation function %qD"
28219 msgstr ""
28221 #: gimple-ssa-warn-access.cc:4082
28222 #, gcc-internal-format
28223 msgid "%qD called on a pointer passed to mismatched reallocation function %qD"
28224 msgstr ""
28226 #: gimple-ssa-warn-access.cc:4088
28227 #, gcc-internal-format
28228 msgid "call to %qD"
28229 msgstr ""
28231 #: gimple-ssa-warn-access.cc:4582
28232 #, gcc-internal-format
28233 msgid "storing the address of local variable %qD in %qE"
28234 msgstr ""
28236 #: gimple-ssa-warn-alloca.cc:286
28237 #, gcc-internal-format
28238 msgid "use of %<alloca%>"
28239 msgstr ""
28241 #: gimple-ssa-warn-alloca.cc:325
28242 #, gcc-internal-format
28243 msgid "argument to variable-length array may be too large"
28244 msgstr ""
28246 #: gimple-ssa-warn-alloca.cc:327
28247 #, gcc-internal-format
28248 msgid "argument to %<alloca%> may be too large"
28249 msgstr ""
28251 #: gimple-ssa-warn-alloca.cc:332
28252 #, gcc-internal-format
28253 msgid "limit is %wu bytes, but argument may be as large as %s"
28254 msgstr ""
28256 #: gimple-ssa-warn-alloca.cc:344
28257 #, gcc-internal-format
28258 msgid "argument to variable-length array is too large"
28259 msgstr ""
28261 #: gimple-ssa-warn-alloca.cc:346
28262 #, gcc-internal-format
28263 msgid "argument to %<alloca%> is too large"
28264 msgstr ""
28266 #: gimple-ssa-warn-alloca.cc:350
28267 #, gcc-internal-format
28268 msgid "limit is %wu bytes, but argument is %s"
28269 msgstr ""
28271 #: gimple-ssa-warn-alloca.cc:362
28272 #, gcc-internal-format
28273 msgid "unbounded use of variable-length array"
28274 msgstr ""
28276 #: gimple-ssa-warn-alloca.cc:363
28277 #, gcc-internal-format
28278 msgid "unbounded use of %<alloca%>"
28279 msgstr ""
28281 #: gimple-ssa-warn-alloca.cc:368
28282 #, gcc-internal-format
28283 msgid "use of %<alloca%> within a loop"
28284 msgstr ""
28286 #: gimple-ssa-warn-alloca.cc:373
28287 #, gcc-internal-format
28288 msgid "argument to variable-length array is zero"
28289 msgstr ""
28291 #: gimple-ssa-warn-alloca.cc:375
28292 #, gcc-internal-format
28293 msgid "argument to %<alloca%> is zero"
28294 msgstr ""
28296 #: gimple-ssa-warn-restrict.cc:1496
28297 #, gcc-internal-format
28298 msgid ""
28299 "%qD accessing %wu byte at offsets %s and %s overlaps %wu byte at offset %s"
28300 msgstr ""
28302 #: gimple-ssa-warn-restrict.cc:1498
28303 #, gcc-internal-format
28304 msgid ""
28305 "%qD accessing %wu byte at offsets %s and %s overlaps %wu bytes at offset %s"
28306 msgstr ""
28308 #: gimple-ssa-warn-restrict.cc:1502
28309 #, gcc-internal-format
28310 msgid ""
28311 "%qD accessing %wu bytes at offsets %s and %s overlaps %wu byte at offset %s"
28312 msgstr ""
28314 #: gimple-ssa-warn-restrict.cc:1504
28315 #, gcc-internal-format
28316 msgid ""
28317 "%qD accessing %wu bytes at offsets %s and %s overlaps %wu bytes at offset %s"
28318 msgstr ""
28320 #: gimple-ssa-warn-restrict.cc:1511
28321 #, gcc-internal-format
28322 msgid ""
28323 "%qD accessing %wu byte at offsets %s and %s overlaps between %wu and %wu "
28324 "bytes at offset %s"
28325 msgid_plural ""
28326 "%qD accessing %wu bytes at offsets %s and %s overlaps between %wu and %wu "
28327 "bytes at offset %s"
28328 msgstr[0] ""
28329 msgstr[1] ""
28331 #: gimple-ssa-warn-restrict.cc:1521
28332 #, gcc-internal-format
28333 msgid ""
28334 "%qD accessing %wu byte at offsets %s and %s overlaps %wu or more bytes at "
28335 "offset %s"
28336 msgid_plural ""
28337 "%qD accessing %wu bytes at offsets %s and %s overlaps %wu or more bytes at "
28338 "offset %s"
28339 msgstr[0] ""
28340 msgstr[1] ""
28342 #: gimple-ssa-warn-restrict.cc:1534
28343 #, gcc-internal-format
28344 msgid ""
28345 "%qD accessing between %wu and %wu bytes at offsets %s and %s overlaps %wu "
28346 "byte at offset %s"
28347 msgid_plural ""
28348 "%qD accessing between %wu and %wu bytes at offsets %s and %s overlaps %wu "
28349 "bytes at offset %s"
28350 msgstr[0] ""
28351 msgstr[1] ""
28353 #: gimple-ssa-warn-restrict.cc:1544
28354 #, gcc-internal-format
28355 msgid ""
28356 "%qD accessing between %wu and %wu bytes at offsets %s and %s overlaps "
28357 "between %wu and %wu bytes at offset %s"
28358 msgstr ""
28360 #: gimple-ssa-warn-restrict.cc:1552
28361 #, gcc-internal-format
28362 msgid ""
28363 "%qD accessing between %wu and %wu bytes at offsets %s and %s overlaps %wu or "
28364 "more bytes at offset %s"
28365 msgstr ""
28367 #: gimple-ssa-warn-restrict.cc:1565
28368 #, gcc-internal-format
28369 msgid ""
28370 "%qD accessing %wu or more bytes at offsets %s and %s overlaps %wu byte at "
28371 "offset %s"
28372 msgid_plural ""
28373 "%qD accessing %wu or more bytes at offsets %s and %s overlaps %wu bytes at "
28374 "offset %s"
28375 msgstr[0] ""
28376 msgstr[1] ""
28378 #: gimple-ssa-warn-restrict.cc:1573
28379 #, gcc-internal-format
28380 msgid ""
28381 "%qD accessing %wu or more bytes at offsets %s and %s overlaps between %wu "
28382 "and %wu bytes at offset %s"
28383 msgstr ""
28385 #: gimple-ssa-warn-restrict.cc:1580
28386 #, gcc-internal-format
28387 msgid ""
28388 "%qD accessing %wu or more bytes at offsets %s and %s overlaps %wu or more "
28389 "bytes at offset %s"
28390 msgstr ""
28392 #: gimple-ssa-warn-restrict.cc:1608
28393 #, gcc-internal-format
28394 msgid "%qD accessing %wu byte may overlap %wu byte"
28395 msgid_plural "%qD accessing %wu bytes may overlap %wu byte"
28396 msgstr[0] ""
28397 msgstr[1] ""
28399 #: gimple-ssa-warn-restrict.cc:1615
28400 #, gcc-internal-format
28401 msgid ""
28402 "%qD accessing %wu byte at offsets %s and %s may overlap %wu byte at offset %s"
28403 msgid_plural ""
28404 "%qD accessing %wu bytes at offsets %s and %s may overlap %wu byte at offset "
28405 "%s"
28406 msgstr[0] ""
28407 msgstr[1] ""
28409 #: gimple-ssa-warn-restrict.cc:1626
28410 #, gcc-internal-format
28411 msgid "%qD accessing %wu byte may overlap up to %wu bytes"
28412 msgid_plural "%qD accessing %wu bytes may overlap up to %wu bytes"
28413 msgstr[0] ""
28414 msgstr[1] ""
28416 #: gimple-ssa-warn-restrict.cc:1633
28417 #, gcc-internal-format
28418 msgid ""
28419 "%qD accessing %wu byte at offsets %s and %s may overlap up to %wu bytes at "
28420 "offset %s"
28421 msgid_plural ""
28422 "%qD accessing %wu bytes at offsets %s and %s may overlap up to %wu bytes at "
28423 "offset %s"
28424 msgstr[0] ""
28425 msgstr[1] ""
28427 #: gimple-ssa-warn-restrict.cc:1646
28428 #, gcc-internal-format
28429 msgid "%qD accessing between %wu and %wu bytes may overlap %wu byte"
28430 msgid_plural ""
28431 "%qD accessing between %wu and %wu bytes may overlap up to %wu bytes"
28432 msgstr[0] ""
28433 msgstr[1] ""
28435 #: gimple-ssa-warn-restrict.cc:1653
28436 #, gcc-internal-format
28437 msgid ""
28438 "%qD accessing between %wu and %wu bytes at offsets %s and %s may overlap %wu "
28439 "byte at offset %s"
28440 msgid_plural ""
28441 "%qD accessing between %wu and %wu bytes at offsets %s and %s may overlap up "
28442 "to %wu bytes at offset %s"
28443 msgstr[0] ""
28444 msgstr[1] ""
28446 #: gimple-ssa-warn-restrict.cc:1665
28447 #, gcc-internal-format
28448 msgid ""
28449 "%qD accessing %wu or more bytes at offsets %s and %s may overlap %wu byte at "
28450 "offset %s"
28451 msgid_plural ""
28452 "%qD accessing %wu or more bytes at offsets %s and %s may overlap up to %wu "
28453 "bytes at offset %s"
28454 msgstr[0] ""
28455 msgstr[1] ""
28457 #: gimple-ssa-warn-restrict.cc:1711
28458 #, gcc-internal-format
28459 msgid "%qD specified bound %wu exceeds maximum object size %wu"
28460 msgstr ""
28462 #: gimple-ssa-warn-restrict.cc:1717
28463 #, gcc-internal-format
28464 msgid "%qD specified bound between %wu and %wu exceeds maximum object size %wu"
28465 msgstr ""
28467 #: gimple-ssa-warn-restrict.cc:1778
28468 #, gcc-internal-format
28469 msgid ""
28470 "%qD pointer overflow between offset %s and size %s accessing array %qD with "
28471 "type %qT"
28472 msgstr ""
28474 #: gimple-ssa-warn-restrict.cc:1783 c-family/c-warn.cc:3801
28475 #, gcc-internal-format
28476 msgid "array %qD declared here"
28477 msgstr ""
28479 #: gimple-ssa-warn-restrict.cc:1788 gimple-ssa-warn-restrict.cc:1794
28480 #, gcc-internal-format
28481 msgid "%qD pointer overflow between offset %s and size %s"
28482 msgstr ""
28484 #: gimple-ssa-warn-restrict.cc:1811
28485 #, gcc-internal-format
28486 msgid ""
28487 "%qD forming offset %s is out of the bounds [0, %wu] of object %qD with type "
28488 "%qT"
28489 msgstr ""
28491 #: gimple-ssa-warn-restrict.cc:1814
28492 #, gcc-internal-format
28493 msgid "%qD offset %s is out of the bounds [0, %wu] of object %qD with type %qT"
28494 msgstr ""
28496 #: gimple-ssa-warn-restrict.cc:1820
28497 #, gcc-internal-format
28498 msgid "%qD forming offset %s is out of the bounds of object %qD with type %qT"
28499 msgstr ""
28501 #: gimple-ssa-warn-restrict.cc:1822
28502 #, gcc-internal-format
28503 msgid "%qD offset %s is out of the bounds of object %qD with type %qT"
28504 msgstr ""
28506 #: gimple-ssa-warn-restrict.cc:1835
28507 #, gcc-internal-format
28508 msgid "%qD forming offset %s is out of the bounds [0, %wu]"
28509 msgstr ""
28511 #: gimple-ssa-warn-restrict.cc:1837
28512 #, gcc-internal-format
28513 msgid "%qD offset %s is out of the bounds [0, %wu]"
28514 msgstr ""
28516 #: gimple-ssa-warn-restrict.cc:1843
28517 #, gcc-internal-format
28518 msgid "%qD forming offset %s is out of bounds"
28519 msgstr ""
28521 #: gimple-ssa-warn-restrict.cc:1844
28522 #, gcc-internal-format
28523 msgid "%qD offset %s is out of bounds"
28524 msgstr ""
28526 #: gimple-ssa-warn-restrict.cc:1856
28527 #, gcc-internal-format
28528 msgid "%qD offset %s from the object at %qE is out of the bounds of %qT"
28529 msgstr ""
28531 #: gimple-ssa-warn-restrict.cc:1864 gimple-ssa-warn-restrict.cc:1885
28532 #, gcc-internal-format
28533 msgid "subobject %qD declared here"
28534 msgstr ""
28536 #: gimple-ssa-warn-restrict.cc:1874
28537 #, gcc-internal-format
28538 msgid ""
28539 "%qD offset %s from the object at %qE is out of the bounds of referenced "
28540 "subobject %qD with type %qT at offset %wi"
28541 msgstr ""
28543 #: gimple-streamer-in.cc:207
28544 #, gcc-internal-format, gfc-internal-format
28545 msgid "bytecode stream: unknown GIMPLE statement tag %s"
28546 msgstr ""
28548 #: gimple-warn-recursion.cc:195
28549 #, gcc-internal-format
28550 msgid "infinite recursion detected"
28551 msgstr ""
28553 #: gimple-warn-recursion.cc:202
28554 #, gcc-internal-format
28555 msgid "recursive call"
28556 msgstr ""
28558 #: gimple.cc:1318
28559 #, gcc-internal-format, gfc-internal-format
28560 msgid "gimple check: expected %s(%s), have %s(%s) in %s, at %s:%d"
28561 msgstr ""
28563 #: gimplify.cc:2068
28564 #, gcc-internal-format
28565 msgid "statement will never be executed"
28566 msgstr ""
28568 #: gimplify.cc:2132
28569 #, gcc-internal-format
28570 msgid "%qs cannot be initialized with%<-ftrivial-auto-var_init%>"
28571 msgstr ""
28573 #: gimplify.cc:2524 gimplify.cc:2532
28574 #, gcc-internal-format
28575 msgid "this statement may fall through"
28576 msgstr ""
28578 #: gimplify.cc:2534
28579 #, gcc-internal-format
28580 msgid "here"
28581 msgstr ""
28583 #. We've found [[fallthrough]]; at the end of a switch, which the C++
28584 #. standard says is ill-formed; see [dcl.attr.fallthrough].
28585 #: gimplify.cc:2646 gimplify.cc:2669
28586 #, gcc-internal-format
28587 msgid "attribute %<fallthrough%> not preceding a case label or default label"
28588 msgstr ""
28590 #: gimplify.cc:3817
28591 #, gcc-internal-format
28592 msgid "using result of function returning %<void%>"
28593 msgstr ""
28595 #: gimplify.cc:6668
28596 #, gcc-internal-format, gfc-internal-format
28597 msgid "non-memory output %d must stay in memory"
28598 msgstr ""
28600 #: gimplify.cc:6683
28601 #, gcc-internal-format
28602 msgid "invalid lvalue in %<asm%> output %d"
28603 msgstr ""
28605 #: gimplify.cc:6830
28606 #, gcc-internal-format, gfc-internal-format
28607 msgid "non-memory input %d must stay in memory"
28608 msgstr ""
28610 #: gimplify.cc:6870 gimplify.cc:6880
28611 #, gcc-internal-format, gfc-internal-format
28612 msgid "memory input %d is not directly addressable"
28613 msgstr ""
28615 #: gimplify.cc:7495
28616 #, gcc-internal-format
28617 msgid ""
28618 "threadprivate variable %qE used in a region with %<order(concurrent)%> clause"
28619 msgstr ""
28621 #: gimplify.cc:7497
28622 #, gcc-internal-format
28623 msgid "enclosing region"
28624 msgstr ""
28626 #: gimplify.cc:7501
28627 #, gcc-internal-format
28628 msgid "threadprivate variable %qE used in target region"
28629 msgstr ""
28631 #: gimplify.cc:7503
28632 #, gcc-internal-format
28633 msgid "enclosing target region"
28634 msgstr ""
28636 #: gimplify.cc:7516
28637 #, gcc-internal-format
28638 msgid "threadprivate variable %qE used in untied task"
28639 msgstr ""
28641 #: gimplify.cc:7518
28642 #, gcc-internal-format
28643 msgid "enclosing task"
28644 msgstr ""
28646 #: gimplify.cc:7615
28647 #, gcc-internal-format
28648 msgid "%qE not specified in enclosing %qs"
28649 msgstr ""
28651 #: gimplify.cc:7617
28652 #, gcc-internal-format
28653 msgid "enclosing %qs"
28654 msgstr ""
28656 #: gimplify.cc:7760
28657 #, gcc-internal-format
28658 msgid "%qE not specified in enclosing OpenACC %qs construct"
28659 msgstr ""
28661 #: gimplify.cc:7762
28662 #, gcc-internal-format
28663 msgid "enclosing OpenACC %qs construct"
28664 msgstr ""
28666 #: gimplify.cc:7823
28667 #, gcc-internal-format
28668 msgid "%qE with %<link%> clause used in %<routine%> function"
28669 msgstr ""
28671 #: gimplify.cc:7831
28672 #, gcc-internal-format
28673 msgid "%qE requires a %<declare%> directive for use in a %<routine%> function"
28674 msgstr ""
28676 #: gimplify.cc:7900
28677 #, gcc-internal-format
28678 msgid "%qE not specified in enclosing %<target%>"
28679 msgstr ""
28681 #: gimplify.cc:7902
28682 #, gcc-internal-format
28683 msgid "enclosing %<target%>"
28684 msgstr ""
28686 #: gimplify.cc:7932 gimplify.cc:11190
28687 #, gcc-internal-format
28688 msgid "variable %qE declared in enclosing %<host_data%> region"
28689 msgstr ""
28691 #: gimplify.cc:7953
28692 #, gcc-internal-format
28693 msgid "%qD referenced in target region does not have a mappable type"
28694 msgstr ""
28696 #: gimplify.cc:8084
28697 #, gcc-internal-format
28698 msgid "iteration variable %qE is predetermined linear"
28699 msgstr ""
28701 #: gimplify.cc:8087
28702 #, gcc-internal-format
28703 msgid "iteration variable %qE should be private"
28704 msgstr ""
28706 #: gimplify.cc:8101
28707 #, gcc-internal-format
28708 msgid "iteration variable %qE should not be firstprivate"
28709 msgstr ""
28711 #: gimplify.cc:8104
28712 #, gcc-internal-format
28713 msgid "iteration variable %qE should not be reduction"
28714 msgstr ""
28716 #: gimplify.cc:8107
28717 #, gcc-internal-format
28718 msgid "iteration variable %qE should not be linear"
28719 msgstr ""
28721 #: gimplify.cc:9109 gimplify.cc:9120 gimplify.cc:9132 gimplify.cc:9147
28722 #: gimplify.cc:9343 gimplify.cc:9346 gimplify.cc:9356 gimplify.cc:9374
28723 #, gcc-internal-format
28724 msgid "unexpected mapping node"
28725 msgstr ""
28727 #: gimplify.cc:9408
28728 #, gcc-internal-format
28729 msgid "unexpected pointer mapping node"
28730 msgstr ""
28732 #: gimplify.cc:9618
28733 #, gcc-internal-format
28734 msgid "base pointer cycle detected"
28735 msgstr ""
28737 #: gimplify.cc:9990
28738 #, gcc-internal-format
28739 msgid ""
28740 "data movement for component %qE is not compatible with movement for struct "
28741 "%qE"
28742 msgstr ""
28744 #: gimplify.cc:10035
28745 #, gcc-internal-format
28746 msgid "%qE appears more than once in map clauses"
28747 msgstr ""
28749 #: gimplify.cc:10641
28750 #, gcc-internal-format
28751 msgid "mapping field %qE of variable length structure"
28752 msgstr ""
28754 #: gimplify.cc:10851 gimplify.cc:10857
28755 #, gcc-internal-format
28756 msgid "conditional %<lastprivate%> clause on %qs construct"
28757 msgstr ""
28759 #: gimplify.cc:10874
28760 #, gcc-internal-format
28761 msgid "non-scalar variable %qD in conditional %<lastprivate%> clause"
28762 msgstr ""
28764 #: gimplify.cc:10896
28765 #, gcc-internal-format
28766 msgid "%<task%> reduction modifier on a construct with a %<nowait%> clause"
28767 msgstr ""
28769 #: gimplify.cc:10904
28770 #, gcc-internal-format
28771 msgid ""
28772 "invalid %<task%> reduction modifier on construct other than %<parallel%>, "
28773 "%qs, %<sections%> or %<scope%>"
28774 msgstr ""
28776 #: gimplify.cc:10915 gimplify.cc:10921 gimplify.cc:10927 gimplify.cc:10933
28777 #: gimplify.cc:10939 gimplify.cc:14919
28778 #, gcc-internal-format
28779 msgid "%<inscan%> %<reduction%> clause on %qs construct"
28780 msgstr ""
28782 #: gimplify.cc:11033
28783 #, gcc-internal-format
28784 msgid ""
28785 "%<linear%> clause for variable other than loop iterator specified on "
28786 "construct combined with %<distribute%>"
28787 msgstr ""
28789 #: gimplify.cc:11728
28790 #, gcc-internal-format
28791 msgid ""
28792 "copyprivate variable %qE is not threadprivate or private in outer context"
28793 msgstr ""
28795 #: gimplify.cc:11785
28796 #, gcc-internal-format
28797 msgid "%s variable %qE is private in outer context"
28798 msgstr ""
28800 #: gimplify.cc:11817
28801 #, gcc-internal-format
28802 msgid "expected %qs %<if%> clause modifier rather than %qs"
28803 msgstr ""
28805 #: gimplify.cc:11855
28806 #, gcc-internal-format
28807 msgid ""
28808 "%<device%> clause with %<ancestor%> is only allowed on %<target%> construct"
28809 msgstr ""
28811 #: gimplify.cc:11871
28812 #, gcc-internal-format
28813 msgid ""
28814 "with %<ancestor%>, only the %<device%>, %<firstprivate%>, %<private%>, "
28815 "%<defaultmap%>, and %<map%> clauses may appear on the construct"
28816 msgstr ""
28818 #: gimplify.cc:12083
28819 #, gcc-internal-format
28820 msgid ""
28821 "%qD specified in %qs clause but not in %<inscan%> %<reduction%> clause on "
28822 "the containing construct"
28823 msgstr ""
28825 #: gimplify.cc:12289
28826 #, gcc-internal-format
28827 msgid "%<_Atomic%> %qD in implicit %<map%> clause"
28828 msgstr ""
28830 #: gimplify.cc:12343
28831 #, gcc-internal-format
28832 msgid ""
28833 "%<_Atomic%> %qD in implicit %<firstprivate%> clause on %<target%> construct"
28834 msgstr ""
28836 #: gimplify.cc:12605
28837 #, gcc-internal-format
28838 msgid "%<_Atomic%> %qD in %<firstprivate%> clause on %<target%> construct"
28839 msgstr ""
28841 #: gimplify.cc:12678
28842 #, gcc-internal-format
28843 msgid ""
28844 "same variable used in %<firstprivate%> and %<lastprivate%> clauses on "
28845 "%<distribute%> construct"
28846 msgstr ""
28848 #: gimplify.cc:12792
28849 #, gcc-internal-format
28850 msgid ""
28851 "incompatible data clause with reduction on %qE; promoting to "
28852 "%<present_or_copy%>"
28853 msgstr ""
28855 #: gimplify.cc:12941
28856 #, gcc-internal-format
28857 msgid ""
28858 "%qD specified in %<inscan%> %<reduction%> clause but not in %<scan%> "
28859 "directive clause"
28860 msgstr ""
28862 #: gimplify.cc:12960
28863 #, gcc-internal-format
28864 msgid "invalid private reduction on %qE"
28865 msgstr ""
28867 #: gimplify.cc:13126
28868 #, gcc-internal-format
28869 msgid ""
28870 "%<inscan%> %<reduction%> clause used together with %<linear%> clause for a "
28871 "variable other than loop iterator"
28872 msgstr ""
28874 #: gimplify.cc:13465
28875 #, gcc-internal-format
28876 msgid "%<mutexinoutset%> kind in %<depend%> clause on a %<taskwait%> construct"
28877 msgstr ""
28879 #: gimplify.cc:13475
28880 #, gcc-internal-format
28881 msgid "%<taskwait%> construct with %<nowait%> clause but no %<depend%> clauses"
28882 msgstr ""
28884 #: gimplify.cc:13759 gimplify.cc:13763 gimplify.cc:13772 gimplify.cc:13784
28885 #: gimplify.cc:13789
28886 #, gcc-internal-format
28887 msgid "%qs clause may not appear on non-rectangular %qs"
28888 msgstr ""
28890 #: gimplify.cc:13951
28891 #, gcc-internal-format
28892 msgid ""
28893 "%<linear%> clause may not be specified together with %<ordered%> clause if "
28894 "stand-alone %<ordered%> construct is nested in it"
28895 msgstr ""
28897 #: gimplify.cc:14016
28898 #, gcc-internal-format
28899 msgid "threadprivate iteration variable %qD"
28900 msgstr ""
28902 #: gimplify.cc:14047 gimplify.cc:14155
28903 #, gcc-internal-format
28904 msgid "conditional %<lastprivate%> on loop iterator %qD ignored"
28905 msgstr ""
28907 #: gimplify.cc:14857
28908 #, gcc-internal-format
28909 msgid ""
28910 "%<bind%> clause not specified on a %<loop%> construct not nested inside "
28911 "another OpenMP construct"
28912 msgstr ""
28914 #: gimplify.cc:14881
28915 #, gcc-internal-format
28916 msgid ""
28917 "%<bind(parallel)%> on a %<loop%> construct nested inside %<simd%> construct"
28918 msgstr ""
28920 #: gimplify.cc:14901
28921 #, gcc-internal-format
28922 msgid ""
28923 "%<bind(teams)%> on a %<loop%> region not strictly nested inside of a "
28924 "%<teams%> region"
28925 msgstr ""
28927 #: gimplify.cc:14926
28928 #, gcc-internal-format
28929 msgid ""
28930 "invalid %<task%> reduction modifier on construct other than %<parallel%>, "
28931 "%qs or %<sections%>"
28932 msgstr ""
28934 #: gimplify.cc:14954
28935 #, gcc-internal-format
28936 msgid ""
28937 "%<lastprivate%> clause on a %<loop%> construct refers to a variable %qD "
28938 "which is not the loop iterator"
28939 msgstr ""
28941 #: gimplify.cc:16035
28942 #, gcc-internal-format
28943 msgid ""
28944 "%<ordered%> construct with %qs clause must be closely nested inside a loop "
28945 "with %<ordered%> clause"
28946 msgstr ""
28948 #: gimplify.cc:16056
28949 #, gcc-internal-format
28950 msgid "variable %qE is not an iteration of outermost loop %d, expected %qE"
28951 msgstr ""
28953 #: gimplify.cc:16069
28954 #, gcc-internal-format
28955 msgid ""
28956 "number of variables in %qs clause with %<sink%> modifier does not match "
28957 "number of iteration variables"
28958 msgstr ""
28960 #: gimplify.cc:16083
28961 #, gcc-internal-format
28962 msgid ""
28963 "more than one %qs clause with %<source%> modifier on an %<ordered%> construct"
28964 msgstr ""
28966 #: gimplify.cc:16096
28967 #, gcc-internal-format
28968 msgid ""
28969 "%qs clause with %<source%> modifier specified together with %qs clauses with "
28970 "%<sink%> modifier on the same construct"
28971 msgstr ""
28973 #: gimplify.cc:17405
28974 #, gcc-internal-format
28975 msgid "gimplification failed"
28976 msgstr ""
28978 #: gimplify.cc:18004
28979 #, gcc-internal-format
28980 msgid "%qT is promoted to %qT when passed through %<...%>"
28981 msgstr ""
28983 #: gimplify.cc:18009
28984 #, gcc-internal-format
28985 msgid "(so you should pass %qT not %qT to %<va_arg%>)"
28986 msgstr ""
28988 #: gimplify.cc:18016
28989 #, gcc-internal-format
28990 msgid "if this code is reached, the program will abort"
28991 msgstr ""
28993 #: godump.cc:1415
28994 #, gcc-internal-format
28995 msgid "could not close Go dump file: %m"
28996 msgstr ""
28998 #: godump.cc:1427
28999 #, gcc-internal-format
29000 msgid "could not open Go dump file %qs: %m"
29001 msgstr ""
29003 #: graphite.cc:527
29004 #, gcc-internal-format
29005 msgid "Graphite loop optimizations cannot be used (isl is not available)."
29006 msgstr ""
29008 #: input.cc:1520
29009 #, gcc-internal-format, gfc-internal-format
29010 msgid "expansion point is location %i"
29011 msgstr ""
29013 #: input.cc:1550
29014 #, gcc-internal-format
29015 msgid "token %u has %<x-location == y-location == %u%>"
29016 msgstr ""
29018 #: input.cc:1559
29019 #, gcc-internal-format
29020 msgid "token %u has %<x-location == %u%>"
29021 msgstr ""
29023 #: input.cc:1560
29024 #, gcc-internal-format
29025 msgid "token %u has %<y-location == %u%>"
29026 msgstr ""
29028 #: internal-fn.cc:723
29029 #, gcc-internal-format
29030 msgid "invalid use of attribute %<fallthrough%>"
29031 msgstr ""
29033 #: ipa-devirt.cc:677 ipa-devirt.cc:762 ipa-devirt.cc:791 ipa-devirt.cc:833
29034 #: ipa-devirt.cc:864
29035 #, gcc-internal-format
29036 msgid "virtual table of type %qD violates one definition rule"
29037 msgstr ""
29039 #: ipa-devirt.cc:680
29040 #, gcc-internal-format
29041 msgid ""
29042 "variable of same assembler name as the virtual table is defined in another "
29043 "translation unit"
29044 msgstr ""
29046 #: ipa-devirt.cc:721
29047 #, gcc-internal-format
29048 msgid "virtual table of type %qD contains RTTI information"
29049 msgstr ""
29051 #: ipa-devirt.cc:727
29052 #, gcc-internal-format
29053 msgid "but is prevailed by one without from other translation unit"
29054 msgstr ""
29056 #: ipa-devirt.cc:731
29057 #, gcc-internal-format
29058 msgid "RTTI will not work on this type"
29059 msgstr ""
29061 #: ipa-devirt.cc:768
29062 #, gcc-internal-format
29063 msgid ""
29064 "the conflicting type defined in another translation unit has virtual table "
29065 "of different size"
29066 msgstr ""
29068 #: ipa-devirt.cc:797
29069 #, gcc-internal-format
29070 msgid ""
29071 "the conflicting type defined in another translation unit with different RTTI "
29072 "information"
29073 msgstr ""
29075 #: ipa-devirt.cc:841 ipa-devirt.cc:872
29076 #, gcc-internal-format
29077 msgid "the conflicting type defined in another translation unit"
29078 msgstr ""
29080 #: ipa-devirt.cc:845
29081 #, gcc-internal-format
29082 msgid "contains additional virtual method %qD"
29083 msgstr ""
29085 #: ipa-devirt.cc:852
29086 #, gcc-internal-format
29087 msgid ""
29088 "the conflicting type defined in another translation unit has virtual table "
29089 "with more entries"
29090 msgstr ""
29092 #: ipa-devirt.cc:878
29093 #, gcc-internal-format
29094 msgid "virtual method %qD"
29095 msgstr ""
29097 #: ipa-devirt.cc:882
29098 #, gcc-internal-format
29099 msgid "ought to match virtual method %qD but does not"
29100 msgstr ""
29102 #: ipa-devirt.cc:888
29103 #, gcc-internal-format
29104 msgid ""
29105 "the conflicting type defined in another translation unit has virtual table "
29106 "with different contents"
29107 msgstr ""
29109 #: ipa-devirt.cc:922
29110 #, gcc-internal-format
29111 msgid "type %qT (typedef of %qT) violates the C++ One Definition Rule"
29112 msgstr ""
29114 #: ipa-devirt.cc:930
29115 #, gcc-internal-format
29116 msgid "type %qT violates the C++ One Definition Rule"
29117 msgstr ""
29119 #: ipa-devirt.cc:942 ipa-devirt.cc:957 ipa-devirt.cc:1232 ipa-devirt.cc:1277
29120 #: ipa-devirt.cc:1316 ipa-devirt.cc:1334
29121 #, gcc-internal-format
29122 msgid "a different type is defined in another translation unit"
29123 msgstr ""
29125 #: ipa-devirt.cc:949
29126 #, gcc-internal-format
29127 msgid "the first difference of corresponding definitions is field %qD"
29128 msgstr ""
29130 #: ipa-devirt.cc:959
29131 #, gcc-internal-format
29132 msgid "the first difference of corresponding definitions is method %qD"
29133 msgstr ""
29135 #: ipa-devirt.cc:1064
29136 #, gcc-internal-format
29137 msgid ""
29138 "type %qT defined in anonymous namespace cannot match type %qT across the "
29139 "translation unit boundary"
29140 msgstr ""
29142 #: ipa-devirt.cc:1069
29143 #, gcc-internal-format
29144 msgid ""
29145 "type %qT defined in anonymous namespace cannot match across the translation "
29146 "unit boundary"
29147 msgstr ""
29149 #: ipa-devirt.cc:1074
29150 #, gcc-internal-format
29151 msgid "the incompatible type defined in another translation unit"
29152 msgstr ""
29154 #: ipa-devirt.cc:1090
29155 #, gcc-internal-format
29156 msgid "type name %qs should match type name %qs"
29157 msgstr ""
29159 #: ipa-devirt.cc:1094 ipa-devirt.cc:1191
29160 #, gcc-internal-format
29161 msgid "the incompatible type is defined here"
29162 msgstr ""
29164 #: ipa-devirt.cc:1122
29165 #, gcc-internal-format
29166 msgid "array types have different bounds"
29167 msgstr ""
29169 #: ipa-devirt.cc:1137
29170 #, gcc-internal-format
29171 msgid "return value type mismatch"
29172 msgstr ""
29174 #: ipa-devirt.cc:1152
29175 #, gcc-internal-format
29176 msgid "implicit this pointer type mismatch"
29177 msgstr ""
29179 #: ipa-devirt.cc:1155
29180 #, gcc-internal-format, gfc-internal-format
29181 msgid "type mismatch in parameter %i"
29182 msgstr ""
29184 #: ipa-devirt.cc:1166
29185 #, gcc-internal-format
29186 msgid "types have different parameter counts"
29187 msgstr ""
29189 #: ipa-devirt.cc:1182
29190 #, gcc-internal-format
29191 msgid "type %qT itself violates the C++ One Definition Rule"
29192 msgstr ""
29194 #: ipa-devirt.cc:1188
29195 #, gcc-internal-format
29196 msgid "type %qT should match type %qT"
29197 msgstr ""
29199 #: ipa-devirt.cc:1260
29200 #, gcc-internal-format
29201 msgid "a type with different precision is defined in another translation unit"
29202 msgstr ""
29204 #: ipa-devirt.cc:1267
29205 #, gcc-internal-format
29206 msgid "a type with different signedness is defined in another translation unit"
29207 msgstr ""
29209 #: ipa-devirt.cc:1292
29210 #, gcc-internal-format
29211 msgid ""
29212 "it is defined as a pointer in different address space in another translation "
29213 "unit"
29214 msgstr ""
29216 #: ipa-devirt.cc:1301
29217 #, gcc-internal-format
29218 msgid ""
29219 "it is defined as a pointer to different type in another translation unit"
29220 msgstr ""
29222 #: ipa-devirt.cc:1361
29223 #, gcc-internal-format
29224 msgid "an array of different size is defined in another translation unit"
29225 msgstr ""
29227 #: ipa-devirt.cc:1376
29228 #, gcc-internal-format
29229 msgid "has different return value in another translation unit"
29230 msgstr ""
29232 #: ipa-devirt.cc:1399 ipa-devirt.cc:1411
29233 #, gcc-internal-format
29234 msgid "has different parameters in another translation unit"
29235 msgstr ""
29237 #: ipa-devirt.cc:1434
29238 #, gcc-internal-format
29239 msgid "a type defined in another translation unit is not polymorphic"
29240 msgstr ""
29242 #: ipa-devirt.cc:1438
29243 #, gcc-internal-format
29244 msgid "a type defined in another translation unit is polymorphic"
29245 msgstr ""
29247 #: ipa-devirt.cc:1456 ipa-devirt.cc:1520
29248 #, gcc-internal-format
29249 msgid ""
29250 "a type with different virtual table pointers is defined in another "
29251 "translation unit"
29252 msgstr ""
29254 #: ipa-devirt.cc:1463 ipa-devirt.cc:1525
29255 #, gcc-internal-format
29256 msgid "a type with different bases is defined in another translation unit"
29257 msgstr ""
29259 #: ipa-devirt.cc:1471
29260 #, gcc-internal-format
29261 msgid "a field with different name is defined in another translation unit"
29262 msgstr ""
29264 #: ipa-devirt.cc:1485
29265 #, gcc-internal-format
29266 msgid ""
29267 "a field of same name but different type is defined in another translation "
29268 "unit"
29269 msgstr ""
29271 #: ipa-devirt.cc:1498
29272 #, gcc-internal-format
29273 msgid "fields have different layout in another translation unit"
29274 msgstr ""
29276 #: ipa-devirt.cc:1505
29277 #, gcc-internal-format
29278 msgid "one field is a bitfield while the other is not"
29279 msgstr ""
29281 #: ipa-devirt.cc:1529
29282 #, gcc-internal-format
29283 msgid ""
29284 "a type with different number of fields is defined in another translation unit"
29285 msgstr ""
29287 #: ipa-devirt.cc:1552
29288 #, gcc-internal-format
29289 msgid "a type with different size is defined in another translation unit"
29290 msgstr ""
29292 #: ipa-devirt.cc:1561
29293 #, gcc-internal-format
29294 msgid "one type needs to be constructed while the other does not"
29295 msgstr ""
29297 #: ipa-devirt.cc:1574
29298 #, gcc-internal-format
29299 msgid "memory layout mismatch"
29300 msgstr ""
29302 #: ipa-devirt.cc:1693
29303 #, gcc-internal-format
29304 msgid "the extra base is defined here"
29305 msgstr ""
29307 #: ipa-devirt.cc:3869
29308 #, gcc-internal-format
29309 msgid "Declaring type %qD final would enable devirtualization of %i call"
29310 msgid_plural ""
29311 "Declaring type %qD final would enable devirtualization of %i calls"
29312 msgstr[0] ""
29313 msgstr[1] ""
29315 #: ipa-devirt.cc:3878
29316 #, gcc-internal-format
29317 msgid ""
29318 "Declaring type %qD final would enable devirtualization of %i call executed "
29319 "%lli times"
29320 msgid_plural ""
29321 "Declaring type %qD final would enable devirtualization of %i calls executed "
29322 "%lli times"
29323 msgstr[0] ""
29324 msgstr[1] ""
29326 #: ipa-devirt.cc:3908
29327 #, gcc-internal-format
29328 msgid ""
29329 "Declaring virtual destructor of %qD final would enable devirtualization of "
29330 "%i call"
29331 msgid_plural ""
29332 "Declaring virtual destructor of %qD final would enable devirtualization of "
29333 "%i calls"
29334 msgstr[0] ""
29335 msgstr[1] ""
29337 #: ipa-devirt.cc:3916
29338 #, gcc-internal-format
29339 msgid "Declaring method %qD final would enable devirtualization of %i call"
29340 msgid_plural ""
29341 "Declaring method %qD final would enable devirtualization of %i calls"
29342 msgstr[0] ""
29343 msgstr[1] ""
29345 #: ipa-devirt.cc:3924
29346 #, gcc-internal-format
29347 msgid ""
29348 "Declaring virtual destructor of %qD final would enable devirtualization of "
29349 "%i call executed %lli times"
29350 msgid_plural ""
29351 "Declaring virtual destructor of %qD final would enable devirtualization of "
29352 "%i calls executed %lli times"
29353 msgstr[0] ""
29354 msgstr[1] ""
29356 #: ipa-devirt.cc:3935
29357 #, gcc-internal-format
29358 msgid ""
29359 "Declaring method %qD final would enable devirtualization of %i call executed "
29360 "%lli times"
29361 msgid_plural ""
29362 "Declaring method %qD final would enable devirtualization of %i calls "
29363 "executed %lli times"
29364 msgstr[0] ""
29365 msgstr[1] ""
29367 #: ipa-devirt.cc:4248
29368 #, gcc-internal-format
29369 msgid "type %qs violates the C++ One Definition Rule"
29370 msgstr ""
29372 #: ipa-devirt.cc:4257
29373 #, gcc-internal-format
29374 msgid ""
29375 "an enum with different number of values is defined in another translation "
29376 "unit"
29377 msgstr ""
29379 #: ipa-devirt.cc:4261
29380 #, gcc-internal-format
29381 msgid ""
29382 "an enum with different value name is defined in another translation unit"
29383 msgstr ""
29385 #: ipa-devirt.cc:4265
29386 #, gcc-internal-format
29387 msgid "an enum with different values is defined in another translation unit"
29388 msgstr ""
29390 #: ipa-devirt.cc:4286
29391 #, gcc-internal-format
29392 msgid "name %qs differs from name %qs defined in another translation unit"
29393 msgstr ""
29395 #: ipa-devirt.cc:4292
29396 #, gcc-internal-format
29397 msgid ""
29398 "name %qs is defined as %u-bit while another translation unit defines it as "
29399 "%u-bit"
29400 msgstr ""
29402 #: ipa-devirt.cc:4301
29403 #, gcc-internal-format
29404 msgid ""
29405 "name %qs is defined to %wd while another translation unit defines it as %wd"
29406 msgstr ""
29408 #: ipa-devirt.cc:4307
29409 #, gcc-internal-format
29410 msgid "name %qs is defined to different value in another translation unit"
29411 msgstr ""
29413 #: ipa-devirt.cc:4312
29414 #, gcc-internal-format
29415 msgid "mismatching definition"
29416 msgstr ""
29418 #: ipa-fnsummary.cc:4553
29419 #, gcc-internal-format
29420 msgid "invalid fnsummary in LTO stream"
29421 msgstr ""
29423 #: ipa-fnsummary.cc:4654
29424 #, gcc-internal-format
29425 msgid "ipa inline summary is missing in input file"
29426 msgstr ""
29428 #: ipa-modref.cc:4015
29429 #, gcc-internal-format
29430 msgid "IPA modref summary is missing in input file"
29431 msgstr ""
29433 #: ipa-prop.cc:4715 ipa-prop.cc:4757 ipa-prop.cc:4843 ipa-prop.cc:4891
29434 #, gcc-internal-format
29435 msgid "invalid jump function in LTO stream"
29436 msgstr ""
29438 #: ipa-pure-const.cc:218
29439 #, gcc-internal-format
29440 msgid "function might be candidate for attribute %qs"
29441 msgstr ""
29443 #: ipa-pure-const.cc:219
29444 #, gcc-internal-format
29445 msgid ""
29446 "function might be candidate for attribute %qs if it is known to return "
29447 "normally"
29448 msgstr ""
29450 #: ipa-reference.cc:1264
29451 #, gcc-internal-format
29452 msgid "ipa reference summary is missing in ltrans unit"
29453 msgstr ""
29455 #: ipa-sra.cc:1566
29456 #, gcc-internal-format
29457 msgid "Access offset before parent offset"
29458 msgstr ""
29460 #: ipa-sra.cc:1571
29461 #, gcc-internal-format
29462 msgid "Access size greater or equal to its parent size"
29463 msgstr ""
29465 #: ipa-sra.cc:1576
29466 #, gcc-internal-format
29467 msgid "Access terminates outside of its parent"
29468 msgstr ""
29470 #: ipa-sra.cc:1588
29471 #, gcc-internal-format
29472 msgid "Access overlaps with its sibling"
29473 msgstr ""
29475 #: ipa-sra.cc:1607
29476 #, gcc-internal-format
29477 msgid "IPA-SRA access verification failed"
29478 msgstr ""
29480 #: ipa-sra.cc:2690
29481 #, gcc-internal-format
29482 msgid "function %qs, parameter %u, has IPA-SRA accesses which overlap"
29483 msgstr ""
29485 #: ipa-sra.cc:2693
29486 #, gcc-internal-format
29487 msgid ""
29488 "function %qs, parameter %u, is used but does not have any certain IPA-SRA "
29489 "access"
29490 msgstr ""
29492 #: ira.cc:2434 ira.cc:2456
29493 #, gcc-internal-format
29494 msgid "%s cannot be used in %<asm%> here"
29495 msgstr ""
29497 #: ira.cc:6049
29498 #, gcc-internal-format
29499 msgid "frame pointer required, but reserved"
29500 msgstr ""
29502 #: ira.cc:6050
29503 #, gcc-internal-format
29504 msgid "for %qD"
29505 msgstr ""
29507 #: ira.cc:6066
29508 #, gcc-internal-format
29509 msgid "frame size too large for reliable stack checking"
29510 msgstr ""
29512 #: lra-assigns.cc:1694
29513 #, gcc-internal-format, gfc-internal-format
29514 msgid "maximum number of LRA assignment passes is achieved (%d)"
29515 msgstr ""
29517 #: lra-assigns.cc:1855 reload1.cc:1242
29518 #, gcc-internal-format
29519 msgid "%<asm%> operand has impossible constraints"
29520 msgstr ""
29522 #: lra-assigns.cc:1870
29523 #, gcc-internal-format
29524 msgid "unable to find a register to spill"
29525 msgstr ""
29527 #: lra-constraints.cc:4172 reload.cc:3845 reload.cc:4100
29528 #, gcc-internal-format
29529 msgid "inconsistent operand constraints in an %<asm%>"
29530 msgstr ""
29532 #: lra-constraints.cc:5258
29533 #, gcc-internal-format, gfc-internal-format
29534 msgid "maximum number of generated reload insns per insn achieved (%d)"
29535 msgstr ""
29537 #: lto-cgraph.cc:1157
29538 #, gcc-internal-format
29539 msgid ""
29540 "function %qs has been referenced in offloaded code but hasn%'t been marked "
29541 "to be included in the offloaded code"
29542 msgstr ""
29544 #: lto-cgraph.cc:1163
29545 #, gcc-internal-format
29546 msgid ""
29547 "variable %qs has been referenced in offloaded code but hasn%'t been marked "
29548 "to be included in the offloaded code"
29549 msgstr ""
29551 #: lto-cgraph.cc:1332
29552 #, gcc-internal-format, gfc-internal-format
29553 msgid "bytecode stream: found multiple instances of cgraph node with uid %d"
29554 msgstr ""
29556 #: lto-cgraph.cc:1497
29557 #, gcc-internal-format
29558 msgid "bytecode stream: no caller found while reading edge"
29559 msgstr ""
29561 #: lto-cgraph.cc:1503
29562 #, gcc-internal-format
29563 msgid "bytecode stream: no callee found while reading edge"
29564 msgstr ""
29566 #: lto-cgraph.cc:1580
29567 #, gcc-internal-format
29568 msgid "bytecode stream: found empty cgraph node"
29569 msgstr ""
29571 #: lto-cgraph.cc:1699
29572 #, gcc-internal-format, gfc-internal-format
29573 msgid "At most %i profile runs is supported. Perhaps corrupted profile?"
29574 msgstr ""
29576 #: lto-cgraph.cc:1724
29577 #, gcc-internal-format, gfc-internal-format
29578 msgid "Profile information in %s corrupted"
29579 msgstr ""
29581 #: lto-cgraph.cc:1762
29582 #, gcc-internal-format, gfc-internal-format
29583 msgid "cannot find LTO cgraph in %s"
29584 msgstr ""
29586 #: lto-cgraph.cc:1772
29587 #, gcc-internal-format, gfc-internal-format
29588 msgid "cannot find LTO section refs in %s"
29589 msgstr ""
29591 #: lto-cgraph.cc:1917
29592 #, gcc-internal-format
29593 msgid ""
29594 "OpenMP %<requires%> directive with non-identical clauses in multiple "
29595 "compilation units: %qs vs. %qs"
29596 msgstr ""
29598 #: lto-cgraph.cc:1920 lto-cgraph.cc:1921 lto-cgraph.cc:1927
29599 #, gcc-internal-format
29600 msgid "%qs has %qs"
29601 msgstr ""
29603 #: lto-cgraph.cc:1925
29604 #, gcc-internal-format
29605 msgid ""
29606 "OpenMP %<requires%> directive with %qs specified only in some compilation "
29607 "units"
29608 msgstr ""
29610 #: lto-cgraph.cc:1930
29611 #, gcc-internal-format
29612 msgid "but %qs has not"
29613 msgstr ""
29615 #: lto-cgraph.cc:1938
29616 #, gcc-internal-format, gfc-internal-format
29617 msgid "invalid offload table in %s"
29618 msgstr ""
29620 #: lto-cgraph.cc:1949
29621 #, gcc-internal-format
29622 msgid "GCC_OFFLOAD_OMP_REQUIRES_FILE unset"
29623 msgstr ""
29625 #: lto-cgraph.cc:1952
29626 #, gcc-internal-format
29627 msgid "Cannot open omp_requires file %qs"
29628 msgstr ""
29630 #: lto-compress.cc:142 lto-compress.cc:269 lto-compress.cc:277
29631 #: lto-compress.cc:297 lto-compress.cc:363 lto-compress.cc:371
29632 #: lto-compress.cc:391
29633 #, gcc-internal-format, gfc-internal-format
29634 msgid "compressed stream: %s"
29635 msgstr ""
29637 #: lto-compress.cc:163
29638 #, gcc-internal-format
29639 msgid "original not compressed with zstd"
29640 msgstr ""
29642 #: lto-compress.cc:165
29643 #, gcc-internal-format
29644 msgid "original size unknown"
29645 msgstr ""
29647 #: lto-compress.cc:171
29648 #, gcc-internal-format, gfc-internal-format
29649 msgid "decompressed stream: %s"
29650 msgstr ""
29652 #: lto-compress.cc:411
29653 #, gcc-internal-format
29654 msgid "compiler does not support ZSTD LTO compression"
29655 msgstr ""
29657 #: lto-section-in.cc:460
29658 #, gcc-internal-format, gfc-internal-format
29659 msgid ""
29660 "bytecode stream: trying to read %d bytes after the end of the input buffer"
29661 msgstr ""
29663 #: lto-section-in.cc:471
29664 #, gcc-internal-format, gfc-internal-format
29665 msgid "%s out of range: Range is %i to %i, value is %i"
29666 msgstr ""
29668 #: lto-streamer-in.cc:125
29669 #, gcc-internal-format, gfc-internal-format
29670 msgid "bytecode stream: unexpected tag %s"
29671 msgstr ""
29673 #: lto-streamer-in.cc:1208 lto-streamer-in.cc:1219
29674 #, gcc-internal-format
29675 msgid "Cgraph edge statement index out of range"
29676 msgstr ""
29678 #: lto-streamer-in.cc:1213 lto-streamer-in.cc:1223
29679 #, gcc-internal-format
29680 msgid "Cgraph edge statement index not found"
29681 msgstr ""
29683 #: lto-streamer-in.cc:1230
29684 #, gcc-internal-format
29685 msgid "Reference statement index out of range"
29686 msgstr ""
29688 #: lto-streamer-in.cc:1234
29689 #, gcc-internal-format
29690 msgid "Reference statement index not found"
29691 msgstr ""
29693 #: lto-streamer-in.cc:1985
29694 #, gcc-internal-format, gfc-internal-format
29695 msgid "cannot read LTO mode table from %s"
29696 msgstr ""
29698 #: lto-streamer-in.cc:2087
29699 #, gcc-internal-format
29700 msgid "%s - %u-bit-precision floating-point numbers unsupported (mode %qs)"
29701 msgstr ""
29703 #: lto-streamer-in.cc:2092
29704 #, gcc-internal-format
29705 msgid ""
29706 "%s - %u-bit-precision decimal floating-point numbers unsupported (mode %qs)"
29707 msgstr ""
29709 #: lto-streamer-in.cc:2097
29710 #, gcc-internal-format
29711 msgid ""
29712 "%s - %u-bit-precision complex floating-point numbers unsupported (mode %qs)"
29713 msgstr ""
29715 #: lto-streamer-in.cc:2102
29716 #, gcc-internal-format
29717 msgid "%s - %u-bit integer numbers unsupported (mode %qs)"
29718 msgstr ""
29720 #: lto-streamer-in.cc:2105
29721 #, gcc-internal-format
29722 msgid "%s - unsupported mode %qs"
29723 msgstr ""
29725 #: lto-streamer-out.cc:561 lto-streamer-out.cc:913
29726 #, gcc-internal-format
29727 msgid "tree code %qs is not supported in LTO streams"
29728 msgstr ""
29730 #: lto-streamer.cc:129
29731 #, gcc-internal-format, gfc-internal-format
29732 msgid "bytecode stream: unexpected LTO section %s"
29733 msgstr ""
29735 #: lto-streamer.cc:261
29736 #, gcc-internal-format
29737 msgid ""
29738 "bytecode stream in file %qs generated with LTO version %d.%d instead of the "
29739 "expected %d.%d"
29740 msgstr ""
29742 #: lto-wrapper.cc:159
29743 #, gcc-internal-format
29744 msgid "deleting LTRANS file %s: %m"
29745 msgstr ""
29747 #: lto-wrapper.cc:355
29748 #, gcc-internal-format, gfc-internal-format
29749 msgid "option %s with different values"
29750 msgstr ""
29752 #: lto-wrapper.cc:371
29753 #, gcc-internal-format
29754 msgid "option %qs with mismatching values (%s, %s)"
29755 msgstr ""
29757 #: lto-wrapper.cc:486
29758 #, gcc-internal-format, gfc-internal-format
29759 msgid "option %s not used consistently in all LTO input files"
29760 msgstr ""
29762 #: lto-wrapper.cc:631 lto-wrapper.cc:639
29763 #, gcc-internal-format
29764 msgid ""
29765 "Extra option to %<-Xassembler%>: %s, dropping all %<-Xassembler%> and %<-"
29766 "Wa%> options."
29767 msgstr ""
29769 #: lto-wrapper.cc:647
29770 #, gcc-internal-format
29771 msgid ""
29772 "Options to %<-Xassembler%> do not match: %s, %s, dropping all %<-"
29773 "Xassembler%> and %<-Wa%> options."
29774 msgstr ""
29776 #: lto-wrapper.cc:957
29777 #, gcc-internal-format
29778 msgid "could not find %s in %s (consider using %<-B%>)"
29779 msgstr ""
29781 #: lto-wrapper.cc:1037
29782 #, gcc-internal-format, gfc-internal-format
29783 msgid "problem with building target image for %s"
29784 msgstr ""
29786 #: lto-wrapper.cc:1066
29787 #, gcc-internal-format
29788 msgid "reading input file"
29789 msgstr ""
29791 #: lto-wrapper.cc:1071
29792 #, gcc-internal-format
29793 msgid "writing output file"
29794 msgstr ""
29796 #: lto-wrapper.cc:1107
29797 #, gcc-internal-format
29798 msgid "installation error, cannot find %<crtoffloadtable.o%>"
29799 msgstr ""
29801 #: lto-wrapper.cc:1429
29802 #, gcc-internal-format
29803 msgid "environment variable %<COLLECT_GCC%> must be set"
29804 msgstr ""
29806 #: lto-wrapper.cc:1433
29807 #, gcc-internal-format
29808 msgid "environment variable %<COLLECT_GCC_OPTIONS%> must be set"
29809 msgstr ""
29811 #: lto-wrapper.cc:1723 lto-wrapper.cc:1783 c-family/c-pch.cc:213
29812 #: c-family/c-pch.cc:248 c-family/c-pch.cc:286
29813 #, gcc-internal-format
29814 msgid "cannot read %s: %m"
29815 msgstr ""
29817 #: lto-wrapper.cc:1750
29818 #, gcc-internal-format, gfc-internal-format
29819 msgid "invalid format of %s"
29820 msgstr ""
29822 #: lto-wrapper.cc:1916
29823 #, gcc-internal-format
29824 msgid "%<fopen%>: %s: %m"
29825 msgstr ""
29827 #: lto-wrapper.cc:1933
29828 #, gcc-internal-format, gfc-internal-format
29829 msgid "corrupted ltrans output file %s"
29830 msgstr ""
29832 #: lto-wrapper.cc:1976
29833 #, gcc-internal-format, gfc-internal-format
29834 msgid "using serial compilation of %d LTRANS jobs"
29835 msgstr ""
29837 #: lto-wrapper.cc:2152
29838 #, gcc-internal-format
29839 msgid "%<atexit%> failed"
29840 msgstr ""
29842 #: multiple_target.cc:76
29843 #, gcc-internal-format
29844 msgid "the call requires %<ifunc%>, which is not supported by this target"
29845 msgstr ""
29847 #: multiple_target.cc:83
29848 #, gcc-internal-format
29849 msgid "target does not support function version dispatcher"
29850 msgstr ""
29852 #: multiple_target.cc:91
29853 #, gcc-internal-format
29854 msgid "default %<target_clones%> attribute was not set"
29855 msgstr ""
29857 #: multiple_target.cc:326 c-family/c-attribs.cc:5607
29858 #, gcc-internal-format
29859 msgid "single %<target_clones%> attribute is ignored"
29860 msgstr ""
29862 #: multiple_target.cc:335
29863 #, gcc-internal-format
29864 msgid "clones for %<target_clones%> attribute cannot be created"
29865 msgstr ""
29867 #: multiple_target.cc:338
29868 #, gcc-internal-format
29869 msgid "function %q+F can never be copied because it has %<noclone%> attribute"
29870 msgstr ""
29872 #: multiple_target.cc:359
29873 #, gcc-internal-format
29874 msgid "%<default%> target was not set"
29875 msgstr ""
29877 #: multiple_target.cc:363
29878 #, gcc-internal-format
29879 msgid "an empty string cannot be in %<target_clones%> attribute"
29880 msgstr ""
29882 #: multiple_target.cc:367
29883 #, gcc-internal-format
29884 msgid "multiple %<default%> targets were set"
29885 msgstr ""
29887 #: omp-expand.cc:3417
29888 #, gcc-internal-format
29889 msgid "%qs clause with %<sink%> modifier waiting for lexically later iteration"
29890 msgstr ""
29892 #: omp-expand.cc:3556
29893 #, gcc-internal-format
29894 msgid ""
29895 "%qs clause with %<sink%> modifier refers to iteration never in the iteration "
29896 "space"
29897 msgstr ""
29899 #: omp-expand.cc:8182
29900 #, gcc-internal-format
29901 msgid ""
29902 "invalid OpenMP non-rectangular loop step; %<(%E - %E) * %E%> is not a "
29903 "multiple of loop %d step %qE"
29904 msgstr ""
29906 #: omp-general.cc:1130
29907 #, gcc-internal-format
29908 msgid "selector set %qs specified more than once"
29909 msgstr ""
29911 #: omp-general.cc:1144 omp-general.cc:1157
29912 #, gcc-internal-format
29913 msgid "selector %qs specified more than once in set %qs"
29914 msgstr ""
29916 #: omp-general.cc:1198
29917 #, gcc-internal-format
29918 msgid "incorrect property %qs of %qs selector"
29919 msgstr ""
29921 #: omp-general.cc:1205
29922 #, gcc-internal-format
29923 msgid "unknown property %qs of %qs selector"
29924 msgstr ""
29926 #: omp-general.cc:1210
29927 #, gcc-internal-format
29928 msgid "unknown property %qE of %qs selector"
29929 msgstr ""
29931 #: omp-general.cc:1252
29932 #, gcc-internal-format
29933 msgid "%qD used as a variant with incompatible %<construct%> selector sets"
29934 msgstr ""
29936 #: omp-general.cc:2785
29937 #, gcc-internal-format
29938 msgid "%qs specifies a conflicting level of parallelism"
29939 msgstr ""
29941 #: omp-general.cc:2788
29942 #, gcc-internal-format
29943 msgid "... to the previous %qs clause here"
29944 msgstr ""
29946 #: omp-general.cc:2823
29947 #, gcc-internal-format
29948 msgid ""
29949 "cannot apply %<%s%> to %qD, which has also been marked with an OpenMP "
29950 "'declare target' directive"
29951 msgstr ""
29953 #: omp-general.cc:2877
29954 #, gcc-internal-format
29955 msgid ""
29956 "incompatible %qs clause when applying %<%s%> to %qD, which has already been "
29957 "marked with an OpenACC 'routine' directive"
29958 msgstr ""
29960 #: omp-general.cc:2884
29961 #, gcc-internal-format
29962 msgid ""
29963 "missing %qs clause when applying %<%s%> to %qD, which has already been "
29964 "marked with an OpenACC 'routine' directive"
29965 msgstr ""
29967 #: omp-general.cc:2893
29968 #, gcc-internal-format
29969 msgid "... with %qs clause here"
29970 msgstr ""
29972 #: omp-general.cc:2901
29973 #, gcc-internal-format
29974 msgid "... without %qs clause near to here"
29975 msgstr ""
29977 #: omp-low.cc:1167
29978 #, gcc-internal-format
29979 msgid "%<allocate%> clause must specify an allocator here"
29980 msgstr ""
29982 #: omp-low.cc:2737 omp-offload.cc:1489
29983 #, gcc-internal-format
29984 msgid "%<seq%> overrides other OpenACC loop specifiers"
29985 msgstr ""
29987 #: omp-low.cc:2740 omp-offload.cc:1490
29988 #, gcc-internal-format
29989 msgid "%<auto%> conflicts with other OpenACC loop specifiers"
29990 msgstr ""
29992 #: omp-low.cc:2744 omp-offload.cc:1524
29993 #, gcc-internal-format
29994 msgid "inner loop uses same OpenACC parallelism as containing loop"
29995 msgstr ""
29997 #: omp-low.cc:2795
29998 #, gcc-internal-format
29999 msgid "argument not permitted on %qs clause"
30000 msgstr ""
30002 #: omp-low.cc:2799
30003 #, gcc-internal-format
30004 msgid "enclosing parent compute construct"
30005 msgstr ""
30007 #: omp-low.cc:2802
30008 #, gcc-internal-format
30009 msgid "enclosing routine"
30010 msgstr ""
30012 #: omp-low.cc:2843
30013 #, gcc-internal-format
30014 msgid "conflicting reduction operations for %qE"
30015 msgstr ""
30017 #: omp-low.cc:2846
30018 #, gcc-internal-format
30019 msgid "location of the previous reduction for %qE"
30020 msgstr ""
30022 #: omp-low.cc:2879
30023 #, gcc-internal-format
30024 msgid "nested loop in reduction needs reduction clause for %qE"
30025 msgstr ""
30027 #: omp-low.cc:3136
30028 #, gcc-internal-format
30029 msgid ""
30030 "%<target%> construct with nested %<teams%> construct contains directives "
30031 "outside of the %<teams%> construct"
30032 msgstr ""
30034 #: omp-low.cc:3194
30035 #, gcc-internal-format
30036 msgid "non-OpenACC construct inside of OpenACC routine"
30037 msgstr ""
30039 #: omp-low.cc:3203
30040 #, gcc-internal-format
30041 msgid "non-OpenACC construct inside of OpenACC region"
30042 msgstr ""
30044 #: omp-low.cc:3218
30045 #, gcc-internal-format
30046 msgid "OpenMP constructs are not allowed in target region with %<ancestor%>"
30047 msgstr ""
30049 #: omp-low.cc:3243 omp-low.cc:3310
30050 #, gcc-internal-format
30051 msgid ""
30052 "OpenMP constructs other than %<parallel%>, %<loop%> or %<simd%> may not be "
30053 "nested inside a region with the %<order(concurrent)%> clause"
30054 msgstr ""
30056 #: omp-low.cc:3262
30057 #, gcc-internal-format
30058 msgid ""
30059 "%<ordered simd threads%> must be closely nested inside of %<%s simd%> region"
30060 msgstr ""
30062 #: omp-low.cc:3278
30063 #, gcc-internal-format
30064 msgid ""
30065 "OpenMP constructs other than %<ordered simd%>, %<simd%>, %<loop%> or "
30066 "%<atomic%> may not be nested inside %<simd%> region"
30067 msgstr ""
30069 #: omp-low.cc:3292
30070 #, gcc-internal-format
30071 msgid ""
30072 "only %<distribute%>, %<parallel%> or %<loop%> regions are allowed to be "
30073 "strictly nested inside %<teams%> region"
30074 msgstr ""
30076 #: omp-low.cc:3306
30077 #, gcc-internal-format
30078 msgid ""
30079 "OpenMP constructs other than %<parallel%>, %<loop%> or %<simd%> may not be "
30080 "nested inside a %<loop%> region"
30081 msgstr ""
30083 #: omp-low.cc:3326
30084 #, gcc-internal-format
30085 msgid ""
30086 "%<distribute%> region must be strictly nested inside %<teams%> construct"
30087 msgstr ""
30089 #: omp-low.cc:3375
30090 #, gcc-internal-format
30091 msgid ""
30092 "OpenACC loop directive must be associated with an OpenACC compute region"
30093 msgstr ""
30095 #: omp-low.cc:3397
30096 #, gcc-internal-format
30097 msgid "orphaned %qs construct"
30098 msgstr ""
30100 #: omp-low.cc:3426
30101 #, gcc-internal-format
30102 msgid "%<cancel for%> inside %<nowait%> for construct"
30103 msgstr ""
30105 #: omp-low.cc:3431
30106 #, gcc-internal-format
30107 msgid "%<cancel for%> inside %<ordered%> for construct"
30108 msgstr ""
30110 #: omp-low.cc:3451 omp-low.cc:3464
30111 #, gcc-internal-format
30112 msgid "%<cancel sections%> inside %<nowait%> sections construct"
30113 msgstr ""
30115 #: omp-low.cc:3493
30116 #, gcc-internal-format
30117 msgid ""
30118 "%<%s taskgroup%> construct not closely nested inside of %<taskgroup%> region"
30119 msgstr ""
30121 #: omp-low.cc:3518
30122 #, gcc-internal-format
30123 msgid "invalid arguments"
30124 msgstr ""
30126 #: omp-low.cc:3524
30127 #, gcc-internal-format
30128 msgid "%<%s %s%> construct not closely nested inside of %qs"
30129 msgstr ""
30131 #: omp-low.cc:3553
30132 #, gcc-internal-format
30133 msgid ""
30134 "barrier region may not be closely nested inside of work-sharing, %<loop%>, "
30135 "%<critical%>, %<ordered%>, %<master%>, %<masked%>, explicit %<task%> or "
30136 "%<taskloop%> region"
30137 msgstr ""
30139 #: omp-low.cc:3560
30140 #, gcc-internal-format
30141 msgid ""
30142 "work-sharing region may not be closely nested inside of work-sharing, "
30143 "%<loop%>, %<critical%>, %<ordered%>, %<master%>, %<masked%>, explicit "
30144 "%<task%> or %<taskloop%> region"
30145 msgstr ""
30147 #: omp-low.cc:3591
30148 #, gcc-internal-format
30149 msgid ""
30150 "%qs region may not be closely nested inside of work-sharing, %<loop%>, "
30151 "explicit %<task%> or %<taskloop%> region"
30152 msgstr ""
30154 #: omp-low.cc:3626
30155 #, gcc-internal-format
30156 msgid ""
30157 "%<scope%> region may not be closely nested inside of work-sharing, %<loop%>, "
30158 "explicit %<task%>, %<taskloop%>, %<critical%>, %<ordered%>, %<master%>, or "
30159 "%<masked%> region"
30160 msgstr ""
30162 #: omp-low.cc:3649
30163 #, gcc-internal-format
30164 msgid "%<%s(%s)%> is only allowed in %<omp ordered%>"
30165 msgstr ""
30167 #: omp-low.cc:3664
30168 #, gcc-internal-format
30169 msgid "invalid depend kind in omp %<ordered%> %<depend%>"
30170 msgstr ""
30172 #: omp-low.cc:3681
30173 #, gcc-internal-format
30174 msgid ""
30175 "%<ordered%> construct with %<depend%> clause must be closely nested inside "
30176 "an %<ordered%> loop"
30177 msgstr ""
30179 #: omp-low.cc:3697
30180 #, gcc-internal-format
30181 msgid "%<ordered%> %<simd%> must be closely nested inside %<simd%> region"
30182 msgstr ""
30184 #: omp-low.cc:3710
30185 #, gcc-internal-format
30186 msgid ""
30187 "%<ordered%> region may not be closely nested inside of %<critical%>, "
30188 "%<ordered%>, explicit %<task%> or %<taskloop%> region"
30189 msgstr ""
30191 #: omp-low.cc:3723 omp-low.cc:3768
30192 #, gcc-internal-format
30193 msgid ""
30194 "%<ordered%> region must be closely nested inside a loop region with an "
30195 "%<ordered%> clause"
30196 msgstr ""
30198 #: omp-low.cc:3732
30199 #, gcc-internal-format
30200 msgid ""
30201 "%<ordered%> construct without %<doacross%> or %<depend%> clauses must not "
30202 "have the same binding region as %<ordered%> construct with those clauses"
30203 msgstr ""
30205 #: omp-low.cc:3751
30206 #, gcc-internal-format
30207 msgid ""
30208 "%<ordered%> construct without %<doacross%> or %<depend%> clauses binds to "
30209 "loop where %<collapse%> argument %wd is different from %<ordered%> argument "
30210 "%wd"
30211 msgstr ""
30213 #: omp-low.cc:3785
30214 #, gcc-internal-format
30215 msgid ""
30216 "%<critical%> region may not be nested inside a %<critical%> region with the "
30217 "same name"
30218 msgstr ""
30220 #: omp-low.cc:3803
30221 #, gcc-internal-format
30222 msgid ""
30223 "%<teams%> construct must be closely nested inside of %<target%> construct or "
30224 "not nested in any OpenMP construct"
30225 msgstr ""
30227 #: omp-low.cc:3815 c-family/c-omp.cc:721
30228 #, gcc-internal-format
30229 msgid "%<depend(%s)%> is only allowed in %<omp ordered%>"
30230 msgstr ""
30232 #: omp-low.cc:3823
30233 #, gcc-internal-format
30234 msgid ""
30235 "OpenACC region inside of OpenACC routine, nested parallelism not supported "
30236 "yet"
30237 msgstr ""
30239 #: omp-low.cc:3836
30240 #, gcc-internal-format
30241 msgid "OpenACC construct inside of non-OpenACC region"
30242 msgstr ""
30244 #: omp-low.cc:3897
30245 #, gcc-internal-format
30246 msgid "%s %qs construct inside of %s %qs region"
30247 msgstr ""
30249 #: omp-low.cc:3910 omp-low.cc:3927
30250 #, gcc-internal-format
30251 msgid "%qs construct inside of %qs region"
30252 msgstr ""
30254 #: omp-low.cc:4171
30255 #, gcc-internal-format
30256 msgid "setjmp/longjmp inside %<simd%> construct"
30257 msgstr ""
30259 #: omp-low.cc:4197
30260 #, gcc-internal-format
30261 msgid ""
30262 "OpenMP runtime API call %qD in a region with %<order(concurrent)%> clause"
30263 msgstr ""
30265 #: omp-low.cc:4213
30266 #, gcc-internal-format
30267 msgid "OpenMP runtime API call %qD strictly nested in a %<teams%> region"
30268 msgstr ""
30270 #: omp-low.cc:4225
30271 #, gcc-internal-format
30272 msgid ""
30273 "OpenMP runtime API call %qD in a region with %<device(ancestor)%> clause"
30274 msgstr ""
30276 #: omp-low.cc:9885
30277 #, gcc-internal-format
30278 msgid ""
30279 "ignoring sink clause with offset that is not a multiple of the loop step"
30280 msgstr ""
30282 #: omp-low.cc:9908
30283 #, gcc-internal-format
30284 msgid "first offset must be in opposite direction of loop iterations"
30285 msgstr ""
30287 #: omp-low.cc:14835
30288 #, gcc-internal-format, gfc-internal-format
30289 msgid "invalid exit from %s structured block"
30290 msgstr ""
30292 #: omp-low.cc:14837 omp-low.cc:14842
30293 #, gcc-internal-format, gfc-internal-format
30294 msgid "invalid entry to %s structured block"
30295 msgstr ""
30297 #. Otherwise, be vague and lazy, but efficient.
30298 #: omp-low.cc:14846
30299 #, gcc-internal-format, gfc-internal-format
30300 msgid "invalid branch to/from %s structured block"
30301 msgstr ""
30303 #. ..., but due to bugs (PR100400), we may actually come here.
30304 #. Reliably catch this, regardless of checking level.
30305 #: omp-oacc-kernels-decompose.cc:248
30306 #, gcc-internal-format
30307 msgid "PR100400"
30308 msgstr ""
30310 #: omp-oacc-kernels-decompose.cc:261
30311 #, gcc-internal-format
30312 msgid ""
30313 "conditionally executed loop in %<kernels%> region will be executed by a "
30314 "single gang; ignoring %<gang%> clause"
30315 msgstr ""
30317 #. No need to recurse into nested statements; no loop nested inside
30318 #. this loop can be gang-partitioned.
30319 #: omp-oacc-kernels-decompose.cc:277
30320 #, gcc-internal-format
30321 msgid "%<gang%> loop in %<gang-single%> region"
30322 msgstr ""
30324 #: omp-oacc-kernels-decompose.cc:487
30325 #, gcc-internal-format
30326 msgid "cannot honor conflicting %qs clause"
30327 msgstr ""
30329 #: omp-oacc-kernels-decompose.cc:490
30330 #, gcc-internal-format
30331 msgid "location of the previous clause in the same loop nest"
30332 msgstr ""
30334 #: omp-oacc-kernels-decompose.cc:569
30335 #, gcc-internal-format
30336 msgid ""
30337 "argument not permitted on %qs clause in OpenACC %<kernels%> region with a "
30338 "%qs clause"
30339 msgstr ""
30341 #: omp-oacc-kernels-decompose.cc:573
30342 #, gcc-internal-format
30343 msgid "location of OpenACC %<kernels%>"
30344 msgstr ""
30346 #: omp-oacc-kernels-decompose.cc:1295
30347 #, gcc-internal-format
30348 msgid "%qs not yet supported"
30349 msgstr ""
30351 #: omp-oacc-neuter-broadcast.cc:1764
30352 #, gcc-internal-format
30353 msgid "shared-memory region overflow"
30354 msgstr ""
30356 #: omp-offload.cc:316
30357 #, gcc-internal-format
30358 msgid ""
30359 "%qD specified both in declare target %<link%> and implicitly in %<to%> "
30360 "clauses"
30361 msgstr ""
30363 #: omp-offload.cc:900
30364 #, gcc-internal-format
30365 msgid "%<-fopenacc-dim%> operand is malformed at %qs"
30366 msgstr ""
30368 #: omp-offload.cc:952
30369 #, gcc-internal-format, gfc-internal-format
30370 msgid "region contains %s partitioned code but is not %s partitioned"
30371 msgstr ""
30373 #: omp-offload.cc:958
30374 #, gcc-internal-format, gfc-internal-format
30375 msgid "region is %s partitioned but does not contain %s partitioned code"
30376 msgstr ""
30378 #: omp-offload.cc:1448
30379 #, gcc-internal-format
30380 msgid "gang reduction on an orphan loop"
30381 msgstr ""
30383 #: omp-offload.cc:1522
30384 #, gcc-internal-format
30385 msgid "routine call uses same OpenACC parallelism as containing loop"
30386 msgstr ""
30388 #: omp-offload.cc:1526 omp-offload.cc:1558
30389 #, gcc-internal-format
30390 msgid "containing loop here"
30391 msgstr ""
30393 #: omp-offload.cc:1531
30394 #, gcc-internal-format
30395 msgid "routine call uses OpenACC parallelism disallowed by containing routine"
30396 msgstr ""
30398 #: omp-offload.cc:1533
30399 #, gcc-internal-format
30400 msgid "loop uses OpenACC parallelism disallowed by containing routine"
30401 msgstr ""
30403 #: omp-offload.cc:1538
30404 #, gcc-internal-format
30405 msgid "routine %qD declared here"
30406 msgstr ""
30408 #: omp-offload.cc:1551
30409 #, gcc-internal-format
30410 msgid "incorrectly nested OpenACC loop parallelism"
30411 msgstr ""
30413 #: omp-offload.cc:1692
30414 #, gcc-internal-format
30415 msgid "insufficient partitioning available to parallelize element loop"
30416 msgstr ""
30418 #: omp-offload.cc:1700
30419 #, gcc-internal-format
30420 msgid "insufficient partitioning available to parallelize tile loop"
30421 msgstr ""
30423 #: omp-offload.cc:1702
30424 #, gcc-internal-format
30425 msgid "insufficient partitioning available to parallelize loop"
30426 msgstr ""
30428 #: omp-simd-clone.cc:401
30429 #, gcc-internal-format
30430 msgid "ignoring large linear step"
30431 msgstr ""
30433 #: omp-simd-clone.cc:407
30434 #, gcc-internal-format
30435 msgid "ignoring zero linear step"
30436 msgstr ""
30438 #: omp-simd-clone.cc:469
30439 #, gcc-internal-format
30440 msgid ""
30441 "ignoring %<#pragma omp declare simd%> on function with %<_Atomic%> qualified "
30442 "return type"
30443 msgstr ""
30445 #: omp-simd-clone.cc:479
30446 #, gcc-internal-format
30447 msgid ""
30448 "ignoring %<#pragma omp declare simd%> on function with %<_Atomic%> qualified "
30449 "non-%<uniform%> argument"
30450 msgstr ""
30452 #: optabs.cc:4936
30453 #, gcc-internal-format
30454 msgid "indirect jumps are not available on this target"
30455 msgstr ""
30457 #: optinfo-emit-json.cc:113
30458 #, gcc-internal-format
30459 msgid "cannot open file %qs for writing optimization records"
30460 msgstr ""
30462 #: optinfo-emit-json.cc:121
30463 #, gcc-internal-format
30464 msgid "error writing optimization records to %qs: %s"
30465 msgstr ""
30467 #: optinfo-emit-json.cc:130
30468 #, gcc-internal-format
30469 msgid "error closing optimization records %qs"
30470 msgstr ""
30472 #: opts-common.cc:1409
30473 #, gcc-internal-format
30474 msgid "command-line option %qs is not supported by this configuration"
30475 msgstr ""
30477 #: opts-common.cc:1419 opts.cc:2511
30478 #, gcc-internal-format
30479 msgid "missing argument to %qs"
30480 msgstr ""
30482 #: opts-common.cc:1426
30483 #, gcc-internal-format
30484 msgid ""
30485 "argument to %qs should be a non-negative integer optionally followed by a "
30486 "size unit"
30487 msgstr ""
30489 #: opts-common.cc:1430
30490 #, gcc-internal-format
30491 msgid "argument to %qs should be a non-negative integer"
30492 msgstr ""
30494 #: opts-common.cc:1437
30495 #, gcc-internal-format
30496 msgid "argument to %qs is not between %d and %d"
30497 msgstr ""
30499 #: opts-common.cc:1501
30500 #, gcc-internal-format
30501 msgid "invalid argument in option %qs"
30502 msgstr ""
30504 #: opts-common.cc:1503
30505 #, gcc-internal-format
30506 msgid "%qs specified multiple times in the same option"
30507 msgstr ""
30509 #: opts-common.cc:1506
30510 #, gcc-internal-format
30511 msgid "%qs is mutually exclusive with %qs and cannot be specified together"
30512 msgstr ""
30514 #: opts-common.cc:1528
30515 #, gcc-internal-format
30516 msgid "unrecognized argument in option %qs"
30517 msgstr ""
30519 #: opts-common.cc:1539 config/i386/i386-options.cc:1635
30520 #, gcc-internal-format
30521 msgid "valid arguments to %qs are: %s; did you mean %qs?"
30522 msgstr ""
30524 #: opts-common.cc:1542 config/i386/i386-options.cc:1638
30525 #, gcc-internal-format
30526 msgid "valid arguments to %qs are: %s"
30527 msgstr ""
30529 #: opts-common.cc:1585 c-family/c-opts.cc:448
30530 #, gcc-internal-format
30531 msgid "switch %qs is no longer supported"
30532 msgstr ""
30534 #: opts-common.cc:1645
30535 #, gcc-internal-format
30536 msgid "argument to %qs is bigger than %d"
30537 msgstr ""
30539 #: opts-common.cc:1992
30540 #, gcc-internal-format
30541 msgid "malformed %<COLLECT_GCC_OPTIONS%>"
30542 msgstr ""
30544 #: opts-global.cc:107
30545 #, gcc-internal-format
30546 msgid "command-line option %qs is valid for the driver but not for %s"
30547 msgstr ""
30549 #. Eventually this should become a hard error IMO.
30550 #: opts-global.cc:113
30551 #, gcc-internal-format
30552 msgid "command-line option %qs is valid for %s but not for %s"
30553 msgstr ""
30555 #. Happens for -Werror=warning_name.
30556 #: opts-global.cc:117
30557 #, gcc-internal-format
30558 msgid "%<-Werror=%> argument %qs is not valid for %s"
30559 msgstr ""
30561 #: opts-global.cc:149
30562 #, gcc-internal-format
30563 msgid ""
30564 "unrecognized command-line option %qs may have been intended to silence "
30565 "earlier diagnostics"
30566 msgstr ""
30568 #: opts-global.cc:409
30569 #, gcc-internal-format
30570 msgid "unrecognized command-line option %<-fopt-info-%s%>"
30571 msgstr ""
30573 #: opts-global.cc:430 opts-global.cc:439 m2/gm2spec.cc:548
30574 #, gcc-internal-format
30575 msgid "plugin support is disabled; configure with %<--enable-plugin%>"
30576 msgstr ""
30578 #: opts-global.cc:464
30579 #, gcc-internal-format
30580 msgid "unrecognized register name %qs"
30581 msgstr ""
30583 #: opts-global.cc:482
30584 #, gcc-internal-format
30585 msgid ""
30586 "%<-fasan-shadow-offset%> should only be used with %<-fsanitize=kernel-"
30587 "address%>"
30588 msgstr ""
30590 #: opts-global.cc:485
30591 #, gcc-internal-format
30592 msgid "unrecognized shadow offset %qs"
30593 msgstr ""
30595 #: opts.cc:230
30596 #, gcc-internal-format
30597 msgid "argument %qs to %<-femit-struct-debug-detailed%> not recognized"
30598 msgstr ""
30600 #: opts.cc:266
30601 #, gcc-internal-format
30602 msgid "argument %qs to %<-femit-struct-debug-detailed%> unknown"
30603 msgstr ""
30605 #: opts.cc:273
30606 #, gcc-internal-format
30607 msgid ""
30608 "%<-femit-struct-debug-detailed=dir:...%> must allow at least as much as %<-"
30609 "femit-struct-debug-detailed=ind:...%>"
30610 msgstr ""
30612 #: opts.cc:739
30613 #, gcc-internal-format
30614 msgid ""
30615 "argument to %<-O%> should be a non-negative integer, %<g%>, %<s%>, %<z%> or "
30616 "%<fast%>"
30617 msgstr ""
30619 #: opts.cc:845 opts.cc:851 opts.cc:857 opts.cc:863 opts.cc:874 opts.cc:884
30620 #: opts.cc:890 opts.cc:896 opts.cc:902 opts.cc:908 opts.cc:914 opts.cc:920
30621 #: opts.cc:926 opts.cc:932 opts.cc:949 opts.cc:957 config/mips/mips.cc:20180
30622 #: config/mips/mips.cc:20182 config/mips/mips.cc:20195
30623 #, gcc-internal-format
30624 msgid "%qs is incompatible with %qs"
30625 msgstr ""
30627 #: opts.cc:939
30628 #, gcc-internal-format
30629 msgid "%<-fipa-modref%> is incompatible with %qs"
30630 msgstr ""
30632 #: opts.cc:1019
30633 #, gcc-internal-format
30634 msgid "%<-fsanitize=%s%> is incompatible with %<-fsanitize=%s%>"
30635 msgstr ""
30637 #: opts.cc:1057
30638 #, gcc-internal-format
30639 msgid "section anchors must be disabled when unit-at-a-time is disabled"
30640 msgstr ""
30642 #: opts.cc:1061
30643 #, gcc-internal-format
30644 msgid "toplevel reorder must be disabled when unit-at-a-time is disabled"
30645 msgstr ""
30647 #: opts.cc:1075
30648 #, gcc-internal-format
30649 msgid "transactional memory is not supported with non-call exceptions"
30650 msgstr ""
30652 #: opts.cc:1090
30653 #, gcc-internal-format
30654 msgid "section anchors must be disabled when toplevel reorder is disabled"
30655 msgstr ""
30657 #: opts.cc:1164
30658 #, gcc-internal-format
30659 msgid "%<-fno-fat-lto-objects%> are supported only with linker plugin"
30660 msgstr ""
30662 #: opts.cc:1172
30663 #, gcc-internal-format
30664 msgid "%<-gsplit-dwarf%> is not supported with LTO, disabling"
30665 msgstr ""
30667 #: opts.cc:1186
30668 #, gcc-internal-format
30669 msgid "%<-fsplit-stack%> is not supported by this compiler configuration"
30670 msgstr ""
30672 #: opts.cc:1213
30673 #, gcc-internal-format
30674 msgid ""
30675 "%<-fsanitize=pointer-compare%> must be combined with %<-fsanitize=address%> "
30676 "or %<-fsanitize=kernel-address%>"
30677 msgstr ""
30679 #: opts.cc:1217
30680 #, gcc-internal-format
30681 msgid ""
30682 "%<-fsanitize=pointer-subtract%> must be combined with %<-fsanitize=address%> "
30683 "or %<-fsanitize=kernel-address%>"
30684 msgstr ""
30686 #: opts.cc:1244
30687 #, gcc-internal-format
30688 msgid "%<-fsanitize-recover=%s%> is not supported"
30689 msgstr ""
30691 #: opts.cc:1256 opts.cc:2247
30692 #, gcc-internal-format
30693 msgid "%<-fsanitize-trap=%s%> is not supported"
30694 msgstr ""
30696 #: opts.cc:1283
30697 #, gcc-internal-format
30698 msgid ""
30699 "%<-fsanitize-address-use-after-scope%> requires %<-fstack-reuse=none%> option"
30700 msgstr ""
30702 #: opts.cc:1290
30703 #, gcc-internal-format
30704 msgid "transactional memory is not supported with %<-fsanitize=address%>"
30705 msgstr ""
30707 #: opts.cc:1293
30708 #, gcc-internal-format
30709 msgid ""
30710 "transactional memory is not supported with %<-fsanitize=kernel-address%>"
30711 msgstr ""
30713 #: opts.cc:1298
30714 #, gcc-internal-format
30715 msgid "live patching (with %qs) is not supported with LTO"
30716 msgstr ""
30718 #: opts.cc:1303
30719 #, gcc-internal-format
30720 msgid "vtable verification is not supported with LTO"
30721 msgstr ""
30723 #: opts.cc:1378
30724 #, gcc-internal-format
30725 msgid "variable tracking requested, but useless unless producing debug info"
30726 msgstr ""
30728 #: opts.cc:1382
30729 #, gcc-internal-format
30730 msgid "variable tracking requested, but not supported by this debug format"
30731 msgstr ""
30733 #: opts.cc:1410
30734 #, gcc-internal-format
30735 msgid "var-tracking-assignments changes selective scheduling"
30736 msgstr ""
30738 #: opts.cc:1423
30739 #, gcc-internal-format
30740 msgid ""
30741 "%<-Wstrict-flex-arrays%> is ignored when %<-fstrict-flex-arrays%> is not "
30742 "present"
30743 msgstr ""
30745 #: opts.cc:1453 config/darwin.cc:3361
30746 #, gcc-internal-format
30747 msgid ""
30748 "%<-freorder-blocks-and-partition%> does not work with exceptions on this "
30749 "architecture"
30750 msgstr ""
30752 #: opts.cc:1469
30753 #, gcc-internal-format
30754 msgid ""
30755 "%<-freorder-blocks-and-partition%> does not support unwind info on this "
30756 "architecture"
30757 msgstr ""
30759 #: opts.cc:1487 config/pa/pa.cc:564
30760 #, gcc-internal-format
30761 msgid "%<-freorder-blocks-and-partition%> does not work on this architecture"
30762 msgstr ""
30764 #: opts.cc:1996
30765 #, gcc-internal-format
30766 msgid "unrecognized %<include_flags 0x%x%> passed to %<print_specific_help%>"
30767 msgstr ""
30769 #: opts.cc:2226
30770 #, gcc-internal-format
30771 msgid "%<-fsanitize=all%> option is not valid"
30772 msgstr ""
30774 #: opts.cc:2281
30775 #, gcc-internal-format
30776 msgid ""
30777 "unrecognized argument to %<-f%ssanitize%s=%> option: %q.*s; did you mean %qs?"
30778 msgstr ""
30780 #: opts.cc:2287
30781 #, gcc-internal-format
30782 msgid "unrecognized argument to %<-f%ssanitize%s=%> option: %q.*s"
30783 msgstr ""
30785 #: opts.cc:2322
30786 #, gcc-internal-format
30787 msgid "%qs attribute directive ignored"
30788 msgstr ""
30790 #: opts.cc:2346
30791 #, gcc-internal-format
30792 msgid "unrecognized argument to %<-fzero-call-used-regs=%>: %qs"
30793 msgstr ""
30795 #: opts.cc:2370
30796 #, gcc-internal-format
30797 msgid "invalid arguments for %<-falign-%s%> option: %qs"
30798 msgstr ""
30800 #: opts.cc:2385
30801 #, gcc-internal-format
30802 msgid "invalid number of arguments for %<-falign-%s%> option: %qs"
30803 msgstr ""
30805 #: opts.cc:2394
30806 #, gcc-internal-format
30807 msgid "%<-falign-%s%> is not between 0 and %d"
30808 msgstr ""
30810 #: opts.cc:2453
30811 #, gcc-internal-format
30812 msgid "invalid arguments for %<-fpatchable-function-entry%>"
30813 msgstr ""
30815 #: opts.cc:2566
30816 #, gcc-internal-format
30817 msgid "%<--help%> argument %q.*s is ambiguous, please be more specific"
30818 msgstr ""
30820 #: opts.cc:2575
30821 #, gcc-internal-format
30822 msgid "unrecognized argument to %<--help=%> option: %q.*s"
30823 msgstr ""
30825 #: opts.cc:2755
30826 #, gcc-internal-format
30827 msgid ""
30828 "arguments ignored for %<-Wattributes=%>; use %<-Wno-attributes=%> instead"
30829 msgstr ""
30831 #: opts.cc:2761
30832 #, gcc-internal-format
30833 msgid "trailing %<,%> in arguments for %<-Wno-attributes=%>"
30834 msgstr ""
30836 #: opts.cc:2982
30837 #, gcc-internal-format
30838 msgid "%<-foffload-abi%> option can be specified only for offload compiler"
30839 msgstr ""
30841 #: opts.cc:2990
30842 #, gcc-internal-format
30843 msgid "structure alignment must be a small power of two, not %wu"
30844 msgstr ""
30846 #: opts.cc:3111
30847 #, gcc-internal-format
30848 msgid "unknown stack check parameter %qs"
30849 msgstr ""
30851 #: opts.cc:3157
30852 #, gcc-internal-format
30853 msgid ""
30854 "%<-gdwarf%s%> is ambiguous; use %<-gdwarf-%s%> for DWARF version or %<-"
30855 "gdwarf%> %<-g%s%> for debug level"
30856 msgstr ""
30858 #: opts.cc:3168
30859 #, gcc-internal-format
30860 msgid "dwarf version %wu is not supported"
30861 msgstr ""
30863 #: opts.cc:3205
30864 #, gcc-internal-format
30865 msgid "unrecognized argument to %<-flto=%> option: %qs"
30866 msgstr ""
30868 #: opts.cc:3405
30869 #, gcc-internal-format
30870 msgid "target system does not support debug output"
30871 msgstr ""
30873 #: opts.cc:3443
30874 #, gcc-internal-format
30875 msgid "debug format %qs conflicts with prior selection"
30876 msgstr ""
30878 #: opts.cc:3467
30879 #, gcc-internal-format
30880 msgid "unrecognized debug output level %qs"
30881 msgstr ""
30883 #: opts.cc:3469
30884 #, gcc-internal-format
30885 msgid "debug output level %qs is too high"
30886 msgstr ""
30888 #: opts.cc:3481
30889 #, gcc-internal-format
30890 msgid "unrecognized btf debug output level %qs"
30891 msgstr ""
30893 #: opts.cc:3498
30894 #, gcc-internal-format
30895 msgid "getting core file size maximum limit: %m"
30896 msgstr ""
30898 #: opts.cc:3502
30899 #, gcc-internal-format
30900 msgid "setting core file size limit to maximum: %m"
30901 msgstr ""
30903 #: opts.cc:3547
30904 #, gcc-internal-format, gfc-internal-format
30905 msgid "unrecognized gcc debugging option: %c"
30906 msgstr ""
30908 #: opts.cc:3576
30909 #, gcc-internal-format
30910 msgid "%<-W%serror=%s%>: no option %<-%s%>; did you mean %<-%s%>?"
30911 msgstr ""
30913 #: opts.cc:3580
30914 #, gcc-internal-format
30915 msgid "%<-W%serror=%s%>: no option %<-%s%>"
30916 msgstr ""
30918 #: opts.cc:3584
30919 #, gcc-internal-format
30920 msgid "%<-Werror=%s%>: %<-%s%> is not an option that controls warnings"
30921 msgstr ""
30923 #: passes.cc:84
30924 #, gcc-internal-format, gfc-internal-format
30925 msgid "pass %s does not support cloning"
30926 msgstr ""
30928 #: passes.cc:90
30929 #, gcc-internal-format
30930 msgid ""
30931 "pass %s needs a %<set_pass_param%> implementation to handle the extra "
30932 "argument in %<NEXT_PASS%>"
30933 msgstr ""
30935 #: passes.cc:1079
30936 #, gcc-internal-format
30937 msgid "unrecognized option %<-fenable%>"
30938 msgstr ""
30940 #: passes.cc:1081
30941 #, gcc-internal-format
30942 msgid "unrecognized option %<-fdisable%>"
30943 msgstr ""
30945 #: passes.cc:1089
30946 #, gcc-internal-format
30947 msgid "unknown pass %s specified in %<-fenable%>"
30948 msgstr ""
30950 #: passes.cc:1091
30951 #, gcc-internal-format
30952 msgid "unknown pass %s specified in %<-fdisable%>"
30953 msgstr ""
30955 #: passes.cc:1116 passes.cc:1205
30956 #, gcc-internal-format, gfc-internal-format
30957 msgid "enable pass %s for functions in the range of [%u, %u]"
30958 msgstr ""
30960 #: passes.cc:1119 passes.cc:1216
30961 #, gcc-internal-format, gfc-internal-format
30962 msgid "disable pass %s for functions in the range of [%u, %u]"
30963 msgstr ""
30965 #: passes.cc:1155 passes.cc:1183
30966 #, gcc-internal-format, gfc-internal-format
30967 msgid "Invalid range %s in option %s"
30968 msgstr ""
30970 #: passes.cc:1201
30971 #, gcc-internal-format, gfc-internal-format
30972 msgid "enable pass %s for function %s"
30973 msgstr ""
30975 #: passes.cc:1212
30976 #, gcc-internal-format, gfc-internal-format
30977 msgid "disable pass %s for function %s"
30978 msgstr ""
30980 #: passes.cc:1441
30981 #, gcc-internal-format
30982 msgid "invalid pass positioning operation"
30983 msgstr ""
30985 #: passes.cc:1502
30986 #, gcc-internal-format
30987 msgid "plugin cannot register a missing pass"
30988 msgstr ""
30990 #: passes.cc:1505
30991 #, gcc-internal-format
30992 msgid "plugin cannot register an unnamed pass"
30993 msgstr ""
30995 #: passes.cc:1510
30996 #, gcc-internal-format
30997 msgid "plugin cannot register pass %qs without reference pass name"
30998 msgstr ""
31000 #: passes.cc:1529
31001 #, gcc-internal-format
31002 msgid "pass %qs not found but is referenced by new pass %qs"
31003 msgstr ""
31005 #: plugin.cc:213
31006 #, gcc-internal-format
31007 msgid "inaccessible plugin file %s expanded from short plugin name %s: %m"
31008 msgstr ""
31010 #: plugin.cc:235
31011 #, gcc-internal-format
31012 msgid "plugin %qs was specified with different paths: %qs and %qs"
31013 msgstr ""
31015 #: plugin.cc:294
31016 #, gcc-internal-format
31017 msgid "malformed option %<-fplugin-arg-%s%>: missing %<-<key>[=<value>]%>"
31018 msgstr ""
31020 #: plugin.cc:358
31021 #, gcc-internal-format
31022 msgid ""
31023 "plugin %s should be specified before %<-fplugin-arg-%s%> in the command line"
31024 msgstr ""
31026 #: plugin.cc:377
31027 #, gcc-internal-format
31028 msgid "unable to register info for plugin %qs - plugin name not found"
31029 msgstr ""
31031 #: plugin.cc:473
31032 #, gcc-internal-format, gfc-internal-format
31033 msgid "unknown callback event registered by plugin %s"
31034 msgstr ""
31036 #: plugin.cc:506
31037 #, gcc-internal-format, gfc-internal-format
31038 msgid "plugin %s registered a null callback function for event %s"
31039 msgstr ""
31041 #: plugin.cc:640
31042 #, gcc-internal-format, gfc-internal-format
31043 msgid ""
31044 "cannot load plugin %s\n"
31045 "%s"
31046 msgstr ""
31048 #: plugin.cc:651
31049 #, gcc-internal-format, gfc-internal-format
31050 msgid ""
31051 "plugin %s is not licensed under a GPL-compatible license\n"
31052 "%s"
31053 msgstr ""
31055 #: plugin.cc:664
31056 #, gcc-internal-format, gfc-internal-format
31057 msgid ""
31058 "cannot find %s in plugin %s\n"
31059 "%s"
31060 msgstr ""
31062 #: plugin.cc:674
31063 #, gcc-internal-format, gfc-internal-format
31064 msgid "fail to initialize plugin %s"
31065 msgstr ""
31067 #: plugin.cc:707
31068 #, gcc-internal-format, gfc-internal-format
31069 msgid "cannot load plugin %s: %s"
31070 msgstr ""
31072 #: plugin.cc:717
31073 #, gcc-internal-format, gfc-internal-format
31074 msgid "plugin %s is not licensed under a GPL-compatible license %s"
31075 msgstr ""
31077 #: plugin.cc:727
31078 #, gcc-internal-format, gfc-internal-format
31079 msgid "cannot find %s in plugin %s: %s"
31080 msgstr ""
31082 #: plugin.cc:736
31083 #, gcc-internal-format, gfc-internal-format
31084 msgid "failed to initialize plugin %s"
31085 msgstr ""
31087 #: plugin.cc:1048
31088 #, gcc-internal-format
31089 msgid "%<-iplugindir%> option not passed from the gcc driver"
31090 msgstr ""
31092 #: pointer-query.cc:1200
31093 #, gcc-internal-format
31094 msgid "destination object is likely at address zero"
31095 msgstr ""
31097 #: pointer-query.cc:1202
31098 #, gcc-internal-format
31099 msgid "source object is likely at address zero"
31100 msgstr ""
31102 #: pointer-query.cc:1212
31103 #, gcc-internal-format
31104 msgid "at offset %s into destination object %qE of size %s"
31105 msgstr ""
31107 #: pointer-query.cc:1215
31108 #, gcc-internal-format
31109 msgid "destination object %qE of size %s"
31110 msgstr ""
31112 #: pointer-query.cc:1221
31113 #, gcc-internal-format
31114 msgid "at offset %s into destination object of size %s allocated by %qE"
31115 msgstr ""
31117 #: pointer-query.cc:1224
31118 #, gcc-internal-format
31119 msgid "destination object of size %s allocated by %qE"
31120 msgstr ""
31122 #: pointer-query.cc:1234
31123 #, gcc-internal-format
31124 msgid "at offset %s into source object %qE of size %s"
31125 msgstr ""
31127 #: pointer-query.cc:1237
31128 #, gcc-internal-format
31129 msgid "source object %qE of size %s"
31130 msgstr ""
31132 #: pointer-query.cc:1244
31133 #, gcc-internal-format
31134 msgid "at offset %s into source object of size %s allocated by %qE"
31135 msgstr ""
31137 #: pointer-query.cc:1247
31138 #, gcc-internal-format
31139 msgid "source object of size %s allocated by %qE"
31140 msgstr ""
31142 #: pointer-query.cc:1255
31143 #, gcc-internal-format
31144 msgid "at offset %s into object %qE of size %s"
31145 msgstr ""
31147 #: pointer-query.cc:1258
31148 #, gcc-internal-format
31149 msgid "object %qE of size %s"
31150 msgstr ""
31152 #: pointer-query.cc:1265
31153 #, gcc-internal-format
31154 msgid "at offset %s into object of size %s allocated by %qE"
31155 msgstr ""
31157 #: pointer-query.cc:1268
31158 #, gcc-internal-format
31159 msgid "object of size %s allocated by %qE"
31160 msgstr ""
31162 #: predict.cc:2534
31163 #, gcc-internal-format
31164 msgid "probability %qE must be constant floating-point expression"
31165 msgstr ""
31167 #: predict.cc:2547
31168 #, gcc-internal-format
31169 msgid "probability %qE is outside the range [0.0, 1.0]"
31170 msgstr ""
31172 #: predict.cc:3552
31173 #, gcc-internal-format, gfc-internal-format
31174 msgid "Missing counts for called function %s"
31175 msgstr ""
31177 #: profile.cc:616
31178 #, gcc-internal-format
31179 msgid "corrupted profile info: profile data is not flow-consistent"
31180 msgstr ""
31182 #: profile.cc:633
31183 #, gcc-internal-format, gfc-internal-format
31184 msgid ""
31185 "corrupted profile info: number of iterations for basic block %d thought to "
31186 "be %i"
31187 msgstr ""
31189 #: profile.cc:656
31190 #, gcc-internal-format, gfc-internal-format
31191 msgid ""
31192 "corrupted profile info: number of executions for edge %d-%d thought to be %i"
31193 msgstr ""
31195 #: profile.cc:965
31196 #, gcc-internal-format
31197 msgid "corrupted profile info: invalid time profile"
31198 msgstr ""
31200 #: read-rtl-function.cc:265
31201 #, gcc-internal-format, gfc-internal-format
31202 msgid "insn with UID %i not found for operand %i (`%s') of insn %i"
31203 msgstr ""
31205 #: read-rtl-function.cc:269
31206 #, gcc-internal-format, gfc-internal-format
31207 msgid "insn with UID %i not found for operand %i of insn %i"
31208 msgstr ""
31210 #: read-rtl-function.cc:412
31211 #, gcc-internal-format
31212 msgid "%<__RTL%> function cannot be compiled with %<-flto%>"
31213 msgstr ""
31215 #: read-rtl-function.cc:714
31216 #, gcc-internal-format
31217 msgid "unrecognized edge flag: %qs"
31218 msgstr ""
31220 #: read-rtl-function.cc:857
31221 #, gcc-internal-format
31222 msgid "more than one 'crtl' directive"
31223 msgstr ""
31225 #: read-rtl-function.cc:986
31226 #, gcc-internal-format
31227 msgid "unrecognized enum value: %qs"
31228 msgstr ""
31230 #: read-rtl-function.cc:1142 read-rtl-function.cc:1201
31231 #, gcc-internal-format, gfc-internal-format
31232 msgid "was expecting `%s'"
31233 msgstr ""
31235 #: read-rtl-function.cc:1595
31236 #, gcc-internal-format, gfc-internal-format
31237 msgid "duplicate insn UID: %i"
31238 msgstr ""
31240 #: read-rtl-function.cc:1656
31241 #, gcc-internal-format
31242 msgid "start/end of RTL fragment are in different files"
31243 msgstr ""
31245 #: read-rtl-function.cc:1662
31246 #, gcc-internal-format
31247 msgid "start of RTL fragment must be on an earlier line than end"
31248 msgstr ""
31250 #: read-rtl.cc:496
31251 #, gcc-internal-format, gfc-internal-format
31252 msgid ""
31253 "ambiguous attribute '%s'; could be '%s' (via '%s:%s') or '%s' (via '%s:%s')"
31254 msgstr ""
31256 #: reg-stack.cc:545
31257 #, gcc-internal-format, gfc-internal-format
31258 msgid "output constraint %d must specify a single register"
31259 msgstr ""
31261 #: reg-stack.cc:555
31262 #, gcc-internal-format
31263 msgid "output constraint %d cannot be specified together with %qs clobber"
31264 msgstr ""
31266 #: reg-stack.cc:579
31267 #, gcc-internal-format
31268 msgid "output registers must be grouped at top of stack"
31269 msgstr ""
31271 #: reg-stack.cc:619
31272 #, gcc-internal-format
31273 msgid "implicitly popped registers must be grouped at top of stack"
31274 msgstr ""
31276 #: reg-stack.cc:637
31277 #, gcc-internal-format
31278 msgid "explicitly used registers must be grouped at top of stack"
31279 msgstr ""
31281 #: reg-stack.cc:657
31282 #, gcc-internal-format
31283 msgid "output operand %d must use %<&%> constraint"
31284 msgstr ""
31286 #: regcprop.cc:1239
31287 #, gcc-internal-format
31288 msgid "%qs: [%u] bad %<next_regno%> for empty chain (%u)"
31289 msgstr ""
31291 #: regcprop.cc:1251
31292 #, gcc-internal-format
31293 msgid "%qs: loop in %<next_regno%> chain (%u)"
31294 msgstr ""
31296 #: regcprop.cc:1254
31297 #, gcc-internal-format
31298 msgid "%qs: [%u] bad %<oldest_regno%> (%u)"
31299 msgstr ""
31301 #: regcprop.cc:1266
31302 #, gcc-internal-format
31303 msgid "%qs: [%u] non-empty register in chain (%s %u %i)"
31304 msgstr ""
31306 #: reginfo.cc:674
31307 #, gcc-internal-format
31308 msgid "cannot use %qs as a call-saved register"
31309 msgstr ""
31311 #: reginfo.cc:678
31312 #, gcc-internal-format
31313 msgid "cannot use %qs as a call-used register"
31314 msgstr ""
31316 #: reginfo.cc:690
31317 #, gcc-internal-format
31318 msgid "cannot use %qs as a fixed register"
31319 msgstr ""
31321 #: reginfo.cc:717 config/arc/arc.cc:1184 config/arc/arc.cc:1226
31322 #: config/ia64/ia64.cc:6037 config/ia64/ia64.cc:6044 config/pa/pa.cc:465
31323 #: config/pa/pa.cc:472 config/sh/sh.cc:8278 config/sh/sh.cc:8285
31324 #, gcc-internal-format, gfc-internal-format
31325 msgid "unknown register name: %s"
31326 msgstr ""
31328 #: reginfo.cc:730
31329 #, gcc-internal-format
31330 msgid "stack register used for global register variable"
31331 msgstr ""
31333 #: reginfo.cc:736
31334 #, gcc-internal-format
31335 msgid "global register variable follows a function definition"
31336 msgstr ""
31338 #: reginfo.cc:742
31339 #, gcc-internal-format
31340 msgid "register of %qD used for multiple global register variables"
31341 msgstr ""
31343 #: reginfo.cc:745 config/rs6000/rs6000-logue.cc:5582
31344 #, gcc-internal-format
31345 msgid "conflicts with %qD"
31346 msgstr ""
31348 #: reginfo.cc:750
31349 #, gcc-internal-format
31350 msgid "call-clobbered register used for global register variable"
31351 msgstr ""
31353 #: reload.cc:1312
31354 #, gcc-internal-format
31355 msgid "cannot reload integer constant operand in %<asm%>"
31356 msgstr ""
31358 #: reload.cc:1326
31359 #, gcc-internal-format
31360 msgid "impossible register constraint in %<asm%>"
31361 msgstr ""
31363 #: reload.cc:2671
31364 #, gcc-internal-format
31365 msgid "the target does not support %<asm goto%> with outputs in %<asm%>"
31366 msgstr ""
31368 #: reload.cc:3702
31369 #, gcc-internal-format
31370 msgid "%<&%> constraint used with no register class"
31371 msgstr ""
31373 #: reload1.cc:2060
31374 #, gcc-internal-format
31375 msgid "cannot find a register in class %qs while reloading %<asm%>"
31376 msgstr ""
31378 #: reload1.cc:2065
31379 #, gcc-internal-format
31380 msgid "unable to find a register to spill in class %qs"
31381 msgstr ""
31383 #: reload1.cc:4582
31384 #, gcc-internal-format
31385 msgid "%<asm%> operand requires impossible reload"
31386 msgstr ""
31388 #: reload1.cc:5999
31389 #, gcc-internal-format
31390 msgid "%<asm%> operand constraint incompatible with operand size"
31391 msgstr ""
31393 #: reload1.cc:7877
31394 #, gcc-internal-format
31395 msgid "output operand is constant in %<asm%>"
31396 msgstr ""
31398 #: rtl.cc:887
31399 #, gcc-internal-format, gfc-internal-format
31400 msgid "RTL check: access of elt %d of '%s' with last elt %d in %s, at %s:%d"
31401 msgstr ""
31403 #: rtl.cc:897
31404 #, gcc-internal-format, gfc-internal-format
31405 msgid ""
31406 "RTL check: expected elt %d type '%c', have '%c' (rtx %s) in %s, at %s:%d"
31407 msgstr ""
31409 #: rtl.cc:907
31410 #, gcc-internal-format, gfc-internal-format
31411 msgid ""
31412 "RTL check: expected elt %d type '%c' or '%c', have '%c' (rtx %s) in %s, at "
31413 "%s:%d"
31414 msgstr ""
31416 #: rtl.cc:916
31417 #, gcc-internal-format, gfc-internal-format
31418 msgid "RTL check: expected code '%s', have '%s' in %s, at %s:%d"
31419 msgstr ""
31421 #: rtl.cc:926
31422 #, gcc-internal-format, gfc-internal-format
31423 msgid "RTL check: expected code '%s' or '%s', have '%s' in %s, at %s:%d"
31424 msgstr ""
31426 #: rtl.cc:937
31427 #, gcc-internal-format, gfc-internal-format
31428 msgid "RTL check: expected code '%s', '%s' or '%s', have '%s' in %s, at %s:%d"
31429 msgstr ""
31431 #: rtl.cc:968
31432 #, gcc-internal-format, gfc-internal-format
31433 msgid ""
31434 "RTL check: attempt to treat non-block symbol as a block symbol in %s, at %s:"
31435 "%d"
31436 msgstr ""
31438 #: rtl.cc:978
31439 #, gcc-internal-format, gfc-internal-format
31440 msgid ""
31441 "RTL check: access of hwi elt %d of vector with last elt %d in %s, at %s:%d"
31442 msgstr ""
31444 #: rtl.cc:988
31445 #, gcc-internal-format, gfc-internal-format
31446 msgid "RTL check: access of elt %d of vector with last elt %d in %s, at %s:%d"
31447 msgstr ""
31449 #: rtl.cc:999
31450 #, gcc-internal-format, gfc-internal-format
31451 msgid "RTL flag check: %s used with unexpected rtx code '%s' in %s, at %s:%d"
31452 msgstr ""
31454 #: stmt.cc:215
31455 #, gcc-internal-format
31456 msgid "output operand constraint lacks %<=%>"
31457 msgstr ""
31459 #: stmt.cc:230
31460 #, gcc-internal-format
31461 msgid "output constraint %qc for operand %d is not at the beginning"
31462 msgstr ""
31464 #: stmt.cc:254
31465 #, gcc-internal-format
31466 msgid "operand constraint contains incorrectly positioned %<+%> or %<=%>"
31467 msgstr ""
31469 #: stmt.cc:261 stmt.cc:350
31470 #, gcc-internal-format
31471 msgid "%<%%%> constraint used with last operand"
31472 msgstr ""
31474 #: stmt.cc:277
31475 #, gcc-internal-format
31476 msgid "matching constraint not valid in output operand"
31477 msgstr ""
31479 #: stmt.cc:341
31480 #, gcc-internal-format
31481 msgid "input operand constraint contains %qc"
31482 msgstr ""
31484 #: stmt.cc:380
31485 #, gcc-internal-format
31486 msgid "matching constraint references invalid operand number"
31487 msgstr ""
31489 #: stmt.cc:414
31490 #, gcc-internal-format
31491 msgid "invalid punctuation %qc in constraint"
31492 msgstr ""
31494 #: stmt.cc:431
31495 #, gcc-internal-format
31496 msgid "matching constraint does not allow a register"
31497 msgstr ""
31499 #: stmt.cc:525
31500 #, gcc-internal-format
31501 msgid "duplicate %<asm%> operand name %qs"
31502 msgstr ""
31504 #: stmt.cc:622
31505 #, gcc-internal-format
31506 msgid "missing close brace for named operand"
31507 msgstr ""
31509 #: stmt.cc:651
31510 #, gcc-internal-format
31511 msgid "undefined named operand %qs"
31512 msgstr ""
31514 #: stor-layout.cc:802
31515 #, gcc-internal-format
31516 msgid "size of %q+D %E bytes exceeds maximum object size %wu"
31517 msgstr ""
31519 #: stor-layout.cc:1183
31520 #, gcc-internal-format
31521 msgid "alignment %u of %qT is less than %u"
31522 msgstr ""
31524 #: stor-layout.cc:1190
31525 #, gcc-internal-format
31526 msgid "%q+D offset %E in %qT isn%'t aligned to %u"
31527 msgstr ""
31529 #: stor-layout.cc:1193
31530 #, gcc-internal-format
31531 msgid "%q+D offset %E in %qT may not be aligned to %u"
31532 msgstr ""
31534 #: stor-layout.cc:1325
31535 #, gcc-internal-format
31536 msgid "packed attribute causes inefficient alignment for %q+D"
31537 msgstr ""
31539 #: stor-layout.cc:1329
31540 #, gcc-internal-format
31541 msgid "packed attribute is unnecessary for %q+D"
31542 msgstr ""
31544 #: stor-layout.cc:1349
31545 #, gcc-internal-format
31546 msgid "padding struct to align %q+D"
31547 msgstr ""
31549 #: stor-layout.cc:1408
31550 #, gcc-internal-format
31551 msgid "offset of packed bit-field %qD has changed in GCC 4.4"
31552 msgstr ""
31554 #: stor-layout.cc:1788
31555 #, gcc-internal-format
31556 msgid "padding struct size to alignment boundary with %E bytes"
31557 msgstr ""
31559 #: stor-layout.cc:1817
31560 #, gcc-internal-format
31561 msgid "packed attribute causes inefficient alignment for %qE"
31562 msgstr ""
31564 #: stor-layout.cc:1821
31565 #, gcc-internal-format
31566 msgid "packed attribute is unnecessary for %qE"
31567 msgstr ""
31569 #: stor-layout.cc:1827
31570 #, gcc-internal-format
31571 msgid "packed attribute causes inefficient alignment"
31572 msgstr ""
31574 #: stor-layout.cc:1829
31575 #, gcc-internal-format
31576 msgid "packed attribute is unnecessary"
31577 msgstr ""
31579 #: stor-layout.cc:2617
31580 #, gcc-internal-format
31581 msgid "alignment of array elements is greater than element size"
31582 msgstr ""
31584 #: stor-layout.cc:2623
31585 #, gcc-internal-format
31586 msgid "size of array element is not a multiple of its alignment"
31587 msgstr ""
31589 #: substring-locations.cc:229
31590 #, gcc-internal-format
31591 msgid "format string is defined here"
31592 msgstr ""
31594 #: symtab-thunks.cc:400
31595 #, gcc-internal-format
31596 msgid "generic thunk code fails for method %qD which uses %<...%>"
31597 msgstr ""
31599 #: symtab.cc:303
31600 #, gcc-internal-format
31601 msgid "%qD renamed after being referenced in assembly"
31602 msgstr ""
31604 #: symtab.cc:1107
31605 #, gcc-internal-format
31606 msgid "function symbol is not function"
31607 msgstr ""
31609 #: symtab.cc:1114
31610 #, gcc-internal-format
31611 msgid "inconsistent %<ifunc%> attribute"
31612 msgstr ""
31614 #: symtab.cc:1122
31615 #, gcc-internal-format
31616 msgid "variable symbol is not variable"
31617 msgstr ""
31619 #: symtab.cc:1128
31620 #, gcc-internal-format
31621 msgid "node has unknown type"
31622 msgstr ""
31624 #: symtab.cc:1133
31625 #, gcc-internal-format, gfc-internal-format
31626 msgid "node has invalid order %i"
31627 msgstr ""
31629 #: symtab.cc:1142
31630 #, gcc-internal-format
31631 msgid "node not found node->decl->decl_with_vis.symtab_node"
31632 msgstr ""
31634 #: symtab.cc:1150
31635 #, gcc-internal-format
31636 msgid "node differs from node->decl->decl_with_vis.symtab_node"
31637 msgstr ""
31639 #: symtab.cc:1161 symtab.cc:1168
31640 #, gcc-internal-format
31641 msgid "assembler name hash list corrupted"
31642 msgstr ""
31644 #: symtab.cc:1177
31645 #, gcc-internal-format
31646 msgid "node not found in symtab assembler name hash"
31647 msgstr ""
31649 #: symtab.cc:1186
31650 #, gcc-internal-format
31651 msgid "double linked list of assembler names corrupted"
31652 msgstr ""
31654 #: symtab.cc:1191
31655 #, gcc-internal-format
31656 msgid "node has body_removed but is definition"
31657 msgstr ""
31659 #: symtab.cc:1196
31660 #, gcc-internal-format
31661 msgid "node is analyzed but it is not a definition"
31662 msgstr ""
31664 #: symtab.cc:1201
31665 #, gcc-internal-format
31666 msgid "node is alias but not implicit alias"
31667 msgstr ""
31669 #: symtab.cc:1206
31670 #, gcc-internal-format
31671 msgid "node is alias but not definition"
31672 msgstr ""
31674 #: symtab.cc:1211
31675 #, gcc-internal-format
31676 msgid "node is weakref but not an transparent_alias"
31677 msgstr ""
31679 #: symtab.cc:1216
31680 #, gcc-internal-format
31681 msgid "node is transparent_alias but not an alias"
31682 msgstr ""
31684 #: symtab.cc:1221
31685 #, gcc-internal-format
31686 msgid "node is symver but not alias"
31687 msgstr ""
31689 #: symtab.cc:1230
31690 #, gcc-internal-format
31691 msgid "symver target is not exported with default visibility"
31692 msgstr ""
31694 #: symtab.cc:1237
31695 #, gcc-internal-format
31696 msgid "symver is not exported with default visibility"
31697 msgstr ""
31699 #: symtab.cc:1246
31700 #, gcc-internal-format
31701 msgid "node is in same_comdat_group list but has no comdat_group"
31702 msgstr ""
31704 #: symtab.cc:1251
31705 #, gcc-internal-format
31706 msgid "same_comdat_group list across different groups"
31707 msgstr ""
31709 #: symtab.cc:1256
31710 #, gcc-internal-format
31711 msgid "mixing different types of symbol in same comdat groups is not supported"
31712 msgstr ""
31714 #: symtab.cc:1261
31715 #, gcc-internal-format
31716 msgid "node is alone in a comdat group"
31717 msgstr ""
31719 #: symtab.cc:1268
31720 #, gcc-internal-format
31721 msgid "same_comdat_group is not a circular list"
31722 msgstr ""
31724 #: symtab.cc:1283
31725 #, gcc-internal-format, gfc-internal-format
31726 msgid "comdat-local symbol referred to by %s outside its comdat"
31727 msgstr ""
31729 #: symtab.cc:1293
31730 #, gcc-internal-format
31731 msgid "implicit_section flag is set but section isn%'t"
31732 msgstr ""
31734 #: symtab.cc:1300
31735 #, gcc-internal-format
31736 msgid "Both section and comdat group is set"
31737 msgstr ""
31739 #: symtab.cc:1312
31740 #, gcc-internal-format
31741 msgid "Alias and target%'s section differs"
31742 msgstr ""
31744 #: symtab.cc:1319
31745 #, gcc-internal-format
31746 msgid "Alias and target%'s comdat groups differs"
31747 msgstr ""
31749 #: symtab.cc:1334
31750 #, gcc-internal-format
31751 msgid "Transparent alias and target%'s assembler names differs"
31752 msgstr ""
31754 #: symtab.cc:1342
31755 #, gcc-internal-format
31756 msgid "Chained transparent aliases"
31757 msgstr ""
31759 #: symtab.cc:1365 symtab.cc:1383 symtab.cc:1410
31760 #, gcc-internal-format
31761 msgid "symtab_node::verify failed"
31762 msgstr ""
31764 #: symtab.cc:1382
31765 #, gcc-internal-format, gfc-internal-format
31766 msgid "invalid order in asm node %i"
31767 msgstr ""
31769 #: symtab.cc:1406
31770 #, gcc-internal-format
31771 msgid ""
31772 "Two symbols with same comdat_group are not linked by the same_comdat_group "
31773 "list."
31774 msgstr ""
31776 #: symtab.cc:1844
31777 #, gcc-internal-format
31778 msgid "function %q+D part of alias cycle"
31779 msgstr ""
31781 #: symtab.cc:1846
31782 #, gcc-internal-format
31783 msgid "variable %q+D part of alias cycle"
31784 msgstr ""
31786 #: symtab.cc:1874
31787 #, gcc-internal-format
31788 msgid "section of alias %q+D must match section of its target"
31789 msgstr ""
31791 #: targhooks.cc:202
31792 #, gcc-internal-format
31793 msgid "%<__builtin_saveregs%> not supported by this target"
31794 msgstr ""
31796 #: targhooks.cc:1203
31797 #, gcc-internal-format
31798 msgid "argument %qs is not supported for %qs on this target"
31799 msgstr ""
31801 #: targhooks.cc:1245
31802 #, gcc-internal-format
31803 msgid "nested functions not supported on this target"
31804 msgstr ""
31806 #: targhooks.cc:1258
31807 #, gcc-internal-format
31808 msgid "nested function trampolines not supported on this target"
31809 msgstr ""
31811 #: targhooks.cc:1421
31812 #, gcc-internal-format
31813 msgid "global constructors not supported on this target"
31814 msgstr ""
31816 #: targhooks.cc:1430
31817 #, gcc-internal-format
31818 msgid "global destructors not supported on this target"
31819 msgstr ""
31821 #: targhooks.cc:1789
31822 #, gcc-internal-format
31823 msgid "target attribute is not supported on this machine"
31824 msgstr ""
31826 #: targhooks.cc:1803
31827 #, gcc-internal-format
31828 msgid "%<#pragma GCC target%> is not supported for this machine"
31829 msgstr ""
31831 #: toplev.cc:713
31832 #, gcc-internal-format
31833 msgid "cannot open %qs for writing: %m"
31834 msgstr ""
31836 #: toplev.cc:732
31837 #, gcc-internal-format
31838 msgid "%<-frecord-gcc-switches%> is not supported by the current target"
31839 msgstr ""
31841 #: toplev.cc:784
31842 #, gcc-internal-format
31843 msgid "stack usage computation not supported for this target"
31844 msgstr ""
31846 #: toplev.cc:842
31847 #, gcc-internal-format
31848 msgid "stack usage might be unbounded"
31849 msgstr ""
31851 #: toplev.cc:847
31852 #, gcc-internal-format
31853 msgid "stack usage might be %wu bytes"
31854 msgstr ""
31856 #: toplev.cc:850
31857 #, gcc-internal-format
31858 msgid "stack usage is %wu bytes"
31859 msgstr ""
31861 #: toplev.cc:967
31862 #, gcc-internal-format
31863 msgid "cannot open %s for writing: %m"
31864 msgstr ""
31866 #: toplev.cc:1245
31867 #, gcc-internal-format
31868 msgid "this target does not support %qs"
31869 msgstr ""
31871 #: toplev.cc:1279
31872 #, gcc-internal-format
31873 msgid ""
31874 "Graphite loop optimizations cannot be used (isl is not available) (%<-"
31875 "fgraphite%>, %<-fgraphite-identity%>, %<-floop-nest-optimize%>, %<-floop-"
31876 "parallelize-all%>)"
31877 msgstr ""
31879 #: toplev.cc:1290
31880 #, gcc-internal-format
31881 msgid "%<-fcf-protection=full%> is not supported for this target"
31882 msgstr ""
31884 #: toplev.cc:1297
31885 #, gcc-internal-format
31886 msgid "%<-fcf-protection=branch%> is not supported for this target"
31887 msgstr ""
31889 #: toplev.cc:1304
31890 #, gcc-internal-format
31891 msgid "%<-fcf-protection=return%> is not supported for this target"
31892 msgstr ""
31894 #: toplev.cc:1319
31895 #, gcc-internal-format
31896 msgid "%<-fabi-version=1%> is no longer supported"
31897 msgstr ""
31899 #: toplev.cc:1335
31900 #, gcc-internal-format
31901 msgid "instruction scheduling not supported on this target machine"
31902 msgstr ""
31904 #: toplev.cc:1339
31905 #, gcc-internal-format
31906 msgid "this target machine does not have delayed branches"
31907 msgstr ""
31909 #: toplev.cc:1353
31910 #, gcc-internal-format
31911 msgid "%<-f%sleading-underscore%> not supported on this target machine"
31912 msgstr ""
31914 #: toplev.cc:1382
31915 #, gcc-internal-format
31916 msgid "CTF debug info requested, but not supported for %qs frontend"
31917 msgstr ""
31919 #: toplev.cc:1400
31920 #, gcc-internal-format
31921 msgid "could not close zeroed insn dump file %qs: %m"
31922 msgstr ""
31924 #: toplev.cc:1438
31925 #, gcc-internal-format
31926 msgid "target system does not support the %qs debug format"
31927 msgstr ""
31929 #: toplev.cc:1466
31930 #, gcc-internal-format
31931 msgid ""
31932 "without %<-gdwarf-5%>, %<-gvariable-location-views=incompat5%> is equivalent "
31933 "to %<-gvariable-location-views%>"
31934 msgstr ""
31936 #: toplev.cc:1482
31937 #, gcc-internal-format
31938 msgid ""
31939 "%<-ginternal-reset-location-views%> is forced disabled without %<-gvariable-"
31940 "location-views%>"
31941 msgstr ""
31943 #: toplev.cc:1492
31944 #, gcc-internal-format
31945 msgid ""
31946 "%<-ginline-points%> is forced disabled without %<-gstatement-frontiers%>"
31947 msgstr ""
31949 #: toplev.cc:1521
31950 #, gcc-internal-format
31951 msgid "%<-ffunction-sections%> not supported for this target"
31952 msgstr ""
31954 #: toplev.cc:1527
31955 #, gcc-internal-format
31956 msgid "%<-fdata-sections%> not supported for this target"
31957 msgstr ""
31959 #: toplev.cc:1535
31960 #, gcc-internal-format
31961 msgid "%<-fprefetch-loop-arrays%> not supported for this target"
31962 msgstr ""
31964 #: toplev.cc:1541
31965 #, gcc-internal-format
31966 msgid ""
31967 "%<-fprefetch-loop-arrays%> not supported for this target (try %<-march%> "
31968 "switches)"
31969 msgstr ""
31971 #: toplev.cc:1551
31972 #, gcc-internal-format
31973 msgid "%<-fprefetch-loop-arrays%> is not supported with %<-Os%>"
31974 msgstr ""
31976 #: toplev.cc:1563
31977 #, gcc-internal-format
31978 msgid "%<-fassociative-math%> disabled; other options take precedence"
31979 msgstr ""
31981 #: toplev.cc:1573
31982 #, gcc-internal-format
31983 msgid ""
31984 "%<-fstack-clash-protection%> is not supported on targets where the stack "
31985 "grows from lower to higher addresses"
31986 msgstr ""
31988 #: toplev.cc:1583
31989 #, gcc-internal-format
31990 msgid ""
31991 "%<-fstack-check=%> and %<-fstack-clash-protection%> are mutually exclusive; "
31992 "disabling %<-fstack-check=%>"
31993 msgstr ""
31995 #: toplev.cc:1593
31996 #, gcc-internal-format
31997 msgid "%<-fstack-protector%> not supported for this target"
31998 msgstr ""
32000 #: toplev.cc:1605
32001 #, gcc-internal-format
32002 msgid ""
32003 "%<-fsanitize=address%> and %<-fsanitize=kernel-address%> are not supported "
32004 "for this target"
32005 msgstr ""
32007 #: toplev.cc:1615
32008 #, gcc-internal-format
32009 msgid "%<-fsanitize=address%> not supported for this target"
32010 msgstr ""
32012 #: toplev.cc:1624
32013 #, gcc-internal-format
32014 msgid ""
32015 "%<-fsanitize=kernel-address%> with stack protection is not supported without "
32016 "%<-fasan-shadow-offset=%> for this target"
32017 msgstr ""
32019 #: toplev.cc:1634
32020 #, gcc-internal-format
32021 msgid "%qs is not supported for this target"
32022 msgstr ""
32024 #: toplev.cc:1642
32025 #, gcc-internal-format
32026 msgid "%<-fsanitize=shadow-call-stack%> not supported in current platform"
32027 msgstr ""
32029 #: toplev.cc:1645
32030 #, gcc-internal-format
32031 msgid "%<-fsanitize=shadow-call-stack%> requires %<-fno-exceptions%>"
32032 msgstr ""
32034 #: toplev.cc:1983
32035 #, gcc-internal-format
32036 msgid "error writing to %s: %m"
32037 msgstr ""
32039 #: toplev.cc:1985
32040 #, gcc-internal-format
32041 msgid "error closing %s: %m"
32042 msgstr ""
32044 #: toplev.cc:2103
32045 #, gcc-internal-format
32046 msgid "mpfr not configured to handle all floating modes"
32047 msgstr ""
32049 #: toplev.cc:2189
32050 #, gcc-internal-format
32051 msgid "self-tests are not enabled in this build"
32052 msgstr ""
32054 #: toplev.cc:2282
32055 #, gcc-internal-format
32056 msgid "self-tests incompatible with %<-E%>"
32057 msgstr ""
32059 #: trans-mem.cc:610
32060 #, gcc-internal-format
32061 msgid "invalid use of volatile lvalue inside transaction"
32062 msgstr ""
32064 #: trans-mem.cc:613
32065 #, gcc-internal-format
32066 msgid "invalid use of volatile lvalue inside %<transaction_safe%> function"
32067 msgstr ""
32069 #: trans-mem.cc:645
32070 #, gcc-internal-format
32071 msgid ""
32072 "%<transaction_may_cancel_outer%> function call not within outer transaction "
32073 "or %<transaction_may_cancel_outer%>"
32074 msgstr ""
32076 #: trans-mem.cc:714 trans-mem.cc:4831
32077 #, gcc-internal-format
32078 msgid "unsafe function call %qD within atomic transaction"
32079 msgstr ""
32081 #: trans-mem.cc:721
32082 #, gcc-internal-format
32083 msgid "unsafe function call %qE within atomic transaction"
32084 msgstr ""
32086 #: trans-mem.cc:725
32087 #, gcc-internal-format
32088 msgid "unsafe indirect function call within atomic transaction"
32089 msgstr ""
32091 #: trans-mem.cc:733 trans-mem.cc:4763
32092 #, gcc-internal-format
32093 msgid "unsafe function call %qD within %<transaction_safe%> function"
32094 msgstr ""
32096 #: trans-mem.cc:740
32097 #, gcc-internal-format
32098 msgid "unsafe function call %qE within %<transaction_safe%> function"
32099 msgstr ""
32101 #: trans-mem.cc:744
32102 #, gcc-internal-format
32103 msgid "unsafe indirect function call within %<transaction_safe%> function"
32104 msgstr ""
32106 #: trans-mem.cc:759 trans-mem.cc:4803
32107 #, gcc-internal-format
32108 msgid "%<asm%> not allowed in atomic transaction"
32109 msgstr ""
32111 #: trans-mem.cc:762 trans-mem.cc:4429
32112 #, gcc-internal-format
32113 msgid "%<asm%> not allowed in %<transaction_safe%> function"
32114 msgstr ""
32116 #: trans-mem.cc:774
32117 #, gcc-internal-format
32118 msgid "relaxed transaction in atomic transaction"
32119 msgstr ""
32121 #: trans-mem.cc:777
32122 #, gcc-internal-format
32123 msgid "relaxed transaction in %<transaction_safe%> function"
32124 msgstr ""
32126 #: trans-mem.cc:784
32127 #, gcc-internal-format
32128 msgid "outer transaction in transaction"
32129 msgstr ""
32131 #: trans-mem.cc:787
32132 #, gcc-internal-format
32133 msgid "outer transaction in %<transaction_may_cancel_outer%> function"
32134 msgstr ""
32136 #: trans-mem.cc:791
32137 #, gcc-internal-format
32138 msgid "outer transaction in %<transaction_safe%> function"
32139 msgstr ""
32141 #: tree-cfg.cc:358
32142 #, gcc-internal-format
32143 msgid "ignoring loop annotation"
32144 msgstr ""
32146 #: tree-cfg.cc:3080
32147 #, gcc-internal-format
32148 msgid "constant not recomputed when %<ADDR_EXPR%> changed"
32149 msgstr ""
32151 #: tree-cfg.cc:3085
32152 #, gcc-internal-format
32153 msgid "side effects not recomputed when %<ADDR_EXPR%> changed"
32154 msgstr ""
32156 #: tree-cfg.cc:3100
32157 #, gcc-internal-format
32158 msgid "address taken but %<TREE_ADDRESSABLE%> bit not set"
32159 msgstr ""
32161 #: tree-cfg.cc:3124
32162 #, gcc-internal-format
32163 msgid "non-scalar %qs"
32164 msgstr ""
32166 #: tree-cfg.cc:3138
32167 #, gcc-internal-format
32168 msgid "invalid position or size operand to %qs"
32169 msgstr ""
32171 #: tree-cfg.cc:3144
32172 #, gcc-internal-format
32173 msgid "integral result type precision does not match field size of %qs"
32174 msgstr ""
32176 #: tree-cfg.cc:3153
32177 #, gcc-internal-format
32178 msgid "mode size of non-integral result does not match field size of %qs"
32179 msgstr ""
32181 #: tree-cfg.cc:3161
32182 #, gcc-internal-format
32183 msgid "%qs of non-mode-precision operand"
32184 msgstr ""
32186 #: tree-cfg.cc:3168
32187 #, gcc-internal-format
32188 msgid "position plus size exceeds size of referenced object in %qs"
32189 msgstr ""
32191 #: tree-cfg.cc:3179
32192 #, gcc-internal-format
32193 msgid "type mismatch in %qs reference"
32194 msgstr ""
32196 #: tree-cfg.cc:3195
32197 #, gcc-internal-format
32198 msgid "non-top-level %qs"
32199 msgstr ""
32201 #: tree-cfg.cc:3210
32202 #, gcc-internal-format
32203 msgid "invalid operands to %qs"
32204 msgstr ""
32206 #: tree-cfg.cc:3221 tree-cfg.cc:3230 tree-cfg.cc:3247 tree-cfg.cc:3943
32207 #: tree-cfg.cc:3972 tree-cfg.cc:3989 tree-cfg.cc:4010 tree-cfg.cc:4058
32208 #: tree-cfg.cc:4079 tree-cfg.cc:4133 tree-cfg.cc:4157 tree-cfg.cc:4193
32209 #: tree-cfg.cc:4214 tree-cfg.cc:4275 tree-cfg.cc:4350 tree-cfg.cc:4376
32210 #: tree-cfg.cc:4412 tree-cfg.cc:4461 tree-cfg.cc:4486 tree-cfg.cc:4561
32211 #: tree-cfg.cc:4647
32212 #, gcc-internal-format
32213 msgid "type mismatch in %qs"
32214 msgstr ""
32216 #: tree-cfg.cc:3241
32217 #, gcc-internal-format
32218 msgid "invalid %qs offset operator"
32219 msgstr ""
32221 #: tree-cfg.cc:3265
32222 #, gcc-internal-format
32223 msgid "conversion of %qs on the left hand side of %qs"
32224 msgstr ""
32226 #: tree-cfg.cc:3273
32227 #, gcc-internal-format
32228 msgid "conversion of register to a different size in %qs"
32229 msgstr ""
32231 #: tree-cfg.cc:3293 tree-cfg.cc:3319
32232 #, gcc-internal-format
32233 msgid "invalid address operand in %qs"
32234 msgstr ""
32236 #: tree-cfg.cc:3300 tree-cfg.cc:3326
32237 #, gcc-internal-format
32238 msgid "invalid offset operand in %qs"
32239 msgstr ""
32241 #: tree-cfg.cc:3307 tree-cfg.cc:3333
32242 #, gcc-internal-format
32243 msgid "invalid clique in %qs"
32244 msgstr ""
32246 #: tree-cfg.cc:3340 tree-cfg.cc:4659
32247 #, gcc-internal-format
32248 msgid "%qs in gimple IL"
32249 msgstr ""
32251 #: tree-cfg.cc:3355
32252 #, gcc-internal-format
32253 msgid "invalid expression for min lvalue"
32254 msgstr ""
32256 #: tree-cfg.cc:3406
32257 #, gcc-internal-format
32258 msgid "gimple call has two targets"
32259 msgstr ""
32261 #: tree-cfg.cc:3415
32262 #, gcc-internal-format
32263 msgid "gimple call has no target"
32264 msgstr ""
32266 #: tree-cfg.cc:3422
32267 #, gcc-internal-format
32268 msgid "invalid function in gimple call"
32269 msgstr ""
32271 #: tree-cfg.cc:3432
32272 #, gcc-internal-format
32273 msgid "non-function in gimple call"
32274 msgstr ""
32276 #: tree-cfg.cc:3443
32277 #, gcc-internal-format
32278 msgid "invalid pure const state for function"
32279 msgstr ""
32281 #: tree-cfg.cc:3455
32282 #, gcc-internal-format
32283 msgid "invalid LHS in gimple call"
32284 msgstr ""
32286 #: tree-cfg.cc:3463
32287 #, gcc-internal-format
32288 msgid "LHS in %<noreturn%> call"
32289 msgstr ""
32291 #: tree-cfg.cc:3477
32292 #, gcc-internal-format
32293 msgid "invalid conversion in gimple call"
32294 msgstr ""
32296 #: tree-cfg.cc:3486
32297 #, gcc-internal-format
32298 msgid "invalid static chain in gimple call"
32299 msgstr ""
32301 #: tree-cfg.cc:3497
32302 #, gcc-internal-format
32303 msgid "static chain with function that doesn%'t use one"
32304 msgstr ""
32306 #. Built-in unreachable with parameters might not be caught by
32307 #. undefined behavior sanitizer.  Front-ends do check users do not
32308 #. call them that way but we also produce calls to
32309 #. __builtin_unreachable internally, for example when IPA figures
32310 #. out a call cannot happen in a legal program.  In such cases,
32311 #. we must make sure arguments are stripped off.
32312 #: tree-cfg.cc:3516
32313 #, gcc-internal-format
32314 msgid "%<__builtin_unreachable%> or %<__builtin_trap%> call with arguments"
32315 msgstr ""
32317 #: tree-cfg.cc:3547
32318 #, gcc-internal-format
32319 msgid ""
32320 "%<DEFERRED_INIT%> calls should have same constant size for the first "
32321 "argument and LHS"
32322 msgstr ""
32324 #: tree-cfg.cc:3565
32325 #, gcc-internal-format
32326 msgid "invalid argument to gimple call"
32327 msgstr ""
32329 #: tree-cfg.cc:3592
32330 #, gcc-internal-format
32331 msgid "invalid operands in gimple comparison"
32332 msgstr ""
32334 #: tree-cfg.cc:3603
32335 #, gcc-internal-format
32336 msgid "mismatching comparison operand types"
32337 msgstr ""
32339 #: tree-cfg.cc:3620
32340 #, gcc-internal-format
32341 msgid "unsupported operation or type for vector comparison returning a boolean"
32342 msgstr ""
32344 #: tree-cfg.cc:3635
32345 #, gcc-internal-format
32346 msgid "non-vector operands in vector comparison"
32347 msgstr ""
32349 #: tree-cfg.cc:3644
32350 #, gcc-internal-format
32351 msgid "invalid vector comparison resulting type"
32352 msgstr ""
32354 #: tree-cfg.cc:3651
32355 #, gcc-internal-format
32356 msgid "bogus comparison result type"
32357 msgstr ""
32359 #: tree-cfg.cc:3673
32360 #, gcc-internal-format
32361 msgid "non-register as LHS of unary operation"
32362 msgstr ""
32364 #: tree-cfg.cc:3679
32365 #, gcc-internal-format
32366 msgid "invalid operand in unary operation"
32367 msgstr ""
32369 #: tree-cfg.cc:3702
32370 #, gcc-internal-format
32371 msgid "invalid vector types in nop conversion"
32372 msgstr ""
32374 #: tree-cfg.cc:3739
32375 #, gcc-internal-format
32376 msgid "invalid types in nop conversion"
32377 msgstr ""
32379 #: tree-cfg.cc:3754
32380 #, gcc-internal-format
32381 msgid "invalid types in address space conversion"
32382 msgstr ""
32384 #: tree-cfg.cc:3768
32385 #, gcc-internal-format
32386 msgid "invalid types in fixed-point conversion"
32387 msgstr ""
32389 #: tree-cfg.cc:3783
32390 #, gcc-internal-format
32391 msgid "invalid types in conversion to floating-point"
32392 msgstr ""
32394 #: tree-cfg.cc:3798
32395 #, gcc-internal-format
32396 msgid "invalid types in conversion to integer"
32397 msgstr ""
32399 #: tree-cfg.cc:3838
32400 #, gcc-internal-format
32401 msgid "type mismatch in %qs expression"
32402 msgstr ""
32404 #: tree-cfg.cc:3855 tree-cfg.cc:3869 tree-cfg.cc:4241 tree-cfg.cc:4263
32405 #, gcc-internal-format
32406 msgid "invalid types for %qs"
32407 msgstr ""
32409 #: tree-cfg.cc:3880
32410 #, gcc-internal-format
32411 msgid "%qs should be from a scalar to a like vector"
32412 msgstr ""
32414 #: tree-cfg.cc:3894
32415 #, gcc-internal-format
32416 msgid "non-trivial conversion in unary operation"
32417 msgstr ""
32419 #: tree-cfg.cc:3919
32420 #, gcc-internal-format
32421 msgid "non-register as LHS of binary operation"
32422 msgstr ""
32424 #: tree-cfg.cc:3926
32425 #, gcc-internal-format
32426 msgid "invalid operands in binary operation"
32427 msgstr ""
32429 #: tree-cfg.cc:4033
32430 #, gcc-internal-format
32431 msgid "invalid non-vector operands to %qs"
32432 msgstr ""
32434 #: tree-cfg.cc:4044
32435 #, gcc-internal-format
32436 msgid "invalid (pointer) operands %qs"
32437 msgstr ""
32439 #: tree-cfg.cc:4283
32440 #, gcc-internal-format
32441 msgid "vector type expected in %qs"
32442 msgstr ""
32444 #: tree-cfg.cc:4296
32445 #, gcc-internal-format
32446 msgid "type mismatch in binary expression"
32447 msgstr ""
32449 #: tree-cfg.cc:4324
32450 #, gcc-internal-format
32451 msgid "non-register as LHS of ternary operation"
32452 msgstr ""
32454 #: tree-cfg.cc:4332
32455 #, gcc-internal-format
32456 msgid "invalid operands in ternary operation"
32457 msgstr ""
32459 #: tree-cfg.cc:4364
32460 #, gcc-internal-format
32461 msgid ""
32462 "the first argument of a %qs must be of a boolean vector type of the same "
32463 "number of elements as the result"
32464 msgstr ""
32466 #: tree-cfg.cc:4396 tree-cfg.cc:4473
32467 #, gcc-internal-format
32468 msgid "vector types expected in %qs"
32469 msgstr ""
32471 #: tree-cfg.cc:4429
32472 #, gcc-internal-format
32473 msgid "vectors with different element number found in %qs"
32474 msgstr ""
32476 #: tree-cfg.cc:4445
32477 #, gcc-internal-format
32478 msgid "invalid mask type in %qs"
32479 msgstr ""
32481 #: tree-cfg.cc:4506
32482 #, gcc-internal-format
32483 msgid "not allowed type combination in %qs"
32484 msgstr ""
32486 #: tree-cfg.cc:4515
32487 #, gcc-internal-format
32488 msgid "invalid position or size in %qs"
32489 msgstr ""
32491 #: tree-cfg.cc:4521
32492 #, gcc-internal-format
32493 msgid "%qs into non-mode-precision operand"
32494 msgstr ""
32496 #: tree-cfg.cc:4531
32497 #, gcc-internal-format
32498 msgid "insertion out of range in %qs"
32499 msgstr ""
32501 #: tree-cfg.cc:4541
32502 #, gcc-internal-format
32503 msgid "%qs not at element boundary"
32504 msgstr ""
32506 #: tree-cfg.cc:4597
32507 #, gcc-internal-format
32508 msgid "non-trivial conversion in %qs"
32509 msgstr ""
32511 #: tree-cfg.cc:4606
32512 #, gcc-internal-format
32513 msgid "%qs LHS in clobber statement"
32514 msgstr ""
32516 #: tree-cfg.cc:4614
32517 #, gcc-internal-format
32518 msgid "%qs LHS in assignment statement"
32519 msgstr ""
32521 #: tree-cfg.cc:4633
32522 #, gcc-internal-format
32523 msgid "invalid operand in %qs"
32524 msgstr ""
32526 #: tree-cfg.cc:4674 tree-cfg.cc:4700
32527 #, gcc-internal-format
32528 msgid "invalid RHS for gimple memory store: %qs"
32529 msgstr ""
32531 #: tree-cfg.cc:4734 tree-cfg.cc:4752
32532 #, gcc-internal-format
32533 msgid "incorrect type of vector %qs elements"
32534 msgstr ""
32536 #: tree-cfg.cc:4743 tree-cfg.cc:4760
32537 #, gcc-internal-format
32538 msgid "incorrect number of vector %qs elements"
32539 msgstr ""
32541 #: tree-cfg.cc:4768
32542 #, gcc-internal-format
32543 msgid "incorrect type of vector CONSTRUCTOR elements"
32544 msgstr ""
32546 #: tree-cfg.cc:4777
32547 #, gcc-internal-format
32548 msgid "vector %qs with non-NULL element index"
32549 msgstr ""
32551 #: tree-cfg.cc:4784
32552 #, gcc-internal-format
32553 msgid "vector %qs element is not a GIMPLE value"
32554 msgstr ""
32556 #: tree-cfg.cc:4793
32557 #, gcc-internal-format
32558 msgid "non-vector %qs with elements"
32559 msgstr ""
32561 #: tree-cfg.cc:4800
32562 #, gcc-internal-format
32563 msgid "%qs RHS in assignment statement"
32564 msgstr ""
32566 #: tree-cfg.cc:4857
32567 #, gcc-internal-format
32568 msgid "invalid operand in return statement"
32569 msgstr ""
32571 #: tree-cfg.cc:4872 c/gimple-parser.cc:2490
32572 #, gcc-internal-format
32573 msgid "invalid conversion in return statement"
32574 msgstr ""
32576 #: tree-cfg.cc:4896
32577 #, gcc-internal-format
32578 msgid "goto destination is neither a label nor a pointer"
32579 msgstr ""
32581 #: tree-cfg.cc:4915
32582 #, gcc-internal-format
32583 msgid "invalid operand to switch statement"
32584 msgstr ""
32586 #: tree-cfg.cc:4923
32587 #, gcc-internal-format
32588 msgid "non-integral type switch statement"
32589 msgstr ""
32591 #: tree-cfg.cc:4933
32592 #, gcc-internal-format
32593 msgid "invalid default case label in switch statement"
32594 msgstr ""
32596 #: tree-cfg.cc:4945
32597 #, gcc-internal-format
32598 msgid "invalid %<CASE_CHAIN%>"
32599 msgstr ""
32601 #: tree-cfg.cc:4951
32602 #, gcc-internal-format
32603 msgid "invalid case label in switch statement"
32604 msgstr ""
32606 #: tree-cfg.cc:4958
32607 #, gcc-internal-format
32608 msgid "invalid case range in switch statement"
32609 msgstr ""
32611 #: tree-cfg.cc:4968
32612 #, gcc-internal-format
32613 msgid "type precision mismatch in switch statement"
32614 msgstr ""
32616 #: tree-cfg.cc:4975
32617 #, gcc-internal-format
32618 msgid "type mismatch for case label in switch statement"
32619 msgstr ""
32621 #: tree-cfg.cc:4984
32622 #, gcc-internal-format
32623 msgid "case labels not sorted in switch statement"
32624 msgstr ""
32626 #: tree-cfg.cc:5027
32627 #, gcc-internal-format
32628 msgid "label context is not the current function declaration"
32629 msgstr ""
32631 #: tree-cfg.cc:5036
32632 #, gcc-internal-format
32633 msgid "incorrect entry in %<label_to_block_map%>"
32634 msgstr ""
32636 #: tree-cfg.cc:5046
32637 #, gcc-internal-format
32638 msgid "incorrect setting of landing pad number"
32639 msgstr ""
32641 #: tree-cfg.cc:5062
32642 #, gcc-internal-format
32643 msgid "invalid comparison code in gimple cond"
32644 msgstr ""
32646 #: tree-cfg.cc:5070
32647 #, gcc-internal-format
32648 msgid "invalid labels in gimple cond"
32649 msgstr ""
32651 #: tree-cfg.cc:5156 tree-cfg.cc:5165
32652 #, gcc-internal-format
32653 msgid "invalid %<PHI%> result"
32654 msgstr ""
32656 #: tree-cfg.cc:5175
32657 #, gcc-internal-format
32658 msgid "missing %<PHI%> def"
32659 msgstr ""
32661 #: tree-cfg.cc:5189
32662 #, gcc-internal-format
32663 msgid "invalid %<PHI%> argument"
32664 msgstr ""
32666 #: tree-cfg.cc:5196
32667 #, gcc-internal-format
32668 msgid "incompatible types in %<PHI%> argument %u"
32669 msgstr ""
32671 #: tree-cfg.cc:5299
32672 #, gcc-internal-format
32673 msgid "%<verify_gimple%> failed"
32674 msgstr ""
32676 #: tree-cfg.cc:5357
32677 #, gcc-internal-format
32678 msgid "dead statement in EH table"
32679 msgstr ""
32681 #: tree-cfg.cc:5373
32682 #, gcc-internal-format
32683 msgid "location references block not in block tree"
32684 msgstr ""
32686 #: tree-cfg.cc:5422
32687 #, gcc-internal-format
32688 msgid "local declaration from a different function"
32689 msgstr ""
32691 #: tree-cfg.cc:5525
32692 #, gcc-internal-format
32693 msgid "gimple_bb (phi) is set to a wrong basic block"
32694 msgstr ""
32696 #: tree-cfg.cc:5534
32697 #, gcc-internal-format
32698 msgid "PHI node with location"
32699 msgstr ""
32701 #: tree-cfg.cc:5545 tree-cfg.cc:5592
32702 #, gcc-internal-format
32703 msgid "incorrect sharing of tree nodes"
32704 msgstr ""
32706 #: tree-cfg.cc:5553
32707 #, gcc-internal-format
32708 msgid "virtual PHI with argument locations"
32709 msgstr ""
32711 #: tree-cfg.cc:5580
32712 #, gcc-internal-format
32713 msgid "gimple_bb (stmt) is set to a wrong basic block"
32714 msgstr ""
32716 #: tree-cfg.cc:5620
32717 #, gcc-internal-format
32718 msgid "statement marked for throw, but doesn%'t"
32719 msgstr ""
32721 #: tree-cfg.cc:5626
32722 #, gcc-internal-format
32723 msgid "statement marked for throw in middle of block"
32724 msgstr ""
32726 #: tree-cfg.cc:5648
32727 #, gcc-internal-format
32728 msgid "verify_gimple failed"
32729 msgstr ""
32731 #: tree-cfg.cc:5672
32732 #, gcc-internal-format
32733 msgid "ENTRY_BLOCK has IL associated with it"
32734 msgstr ""
32736 #: tree-cfg.cc:5679
32737 #, gcc-internal-format
32738 msgid "EXIT_BLOCK has IL associated with it"
32739 msgstr ""
32741 #: tree-cfg.cc:5686
32742 #, gcc-internal-format, gfc-internal-format
32743 msgid "fallthru to exit from bb %d"
32744 msgstr ""
32746 #: tree-cfg.cc:5710
32747 #, gcc-internal-format
32748 msgid "nonlocal label %qD is not first in a sequence of labels in bb %d"
32749 msgstr ""
32751 #: tree-cfg.cc:5717
32752 #, gcc-internal-format
32753 msgid "EH landing pad label %qD is not first in a sequence of labels in bb %d"
32754 msgstr ""
32756 #: tree-cfg.cc:5724
32757 #, gcc-internal-format
32758 msgid "label %qD to block does not match in bb %d"
32759 msgstr ""
32761 #: tree-cfg.cc:5731
32762 #, gcc-internal-format
32763 msgid "label %qD has incorrect context in bb %d"
32764 msgstr ""
32766 #: tree-cfg.cc:5745
32767 #, gcc-internal-format, gfc-internal-format
32768 msgid "control flow in the middle of basic block %d"
32769 msgstr ""
32771 #: tree-cfg.cc:5755
32772 #, gcc-internal-format
32773 msgid "label %qD in the middle of basic block %d"
32774 msgstr ""
32776 #: tree-cfg.cc:5783
32777 #, gcc-internal-format, gfc-internal-format
32778 msgid "returns_twice call is %s in basic block %d"
32779 msgstr ""
32781 #: tree-cfg.cc:5809
32782 #, gcc-internal-format, gfc-internal-format
32783 msgid "fallthru edge after a control statement in bb %d"
32784 msgstr ""
32786 #: tree-cfg.cc:5822
32787 #, gcc-internal-format, gfc-internal-format
32788 msgid "true/false edge after a non-GIMPLE_COND in bb %d"
32789 msgstr ""
32791 #: tree-cfg.cc:5845 tree-cfg.cc:5867 tree-cfg.cc:5884 tree-cfg.cc:5953
32792 #, gcc-internal-format, gfc-internal-format
32793 msgid "wrong outgoing edge flags at end of bb %d"
32794 msgstr ""
32796 #: tree-cfg.cc:5855
32797 #, gcc-internal-format, gfc-internal-format
32798 msgid "explicit goto at end of bb %d"
32799 msgstr ""
32801 #: tree-cfg.cc:5889
32802 #, gcc-internal-format, gfc-internal-format
32803 msgid "return edge does not point to exit in bb %d"
32804 msgstr ""
32806 #: tree-cfg.cc:5919
32807 #, gcc-internal-format
32808 msgid "found default case not at the start of case vector"
32809 msgstr ""
32811 #: tree-cfg.cc:5927
32812 #, gcc-internal-format
32813 msgid "case labels not sorted: "
32814 msgstr ""
32816 #: tree-cfg.cc:5944
32817 #, gcc-internal-format, gfc-internal-format
32818 msgid "extra outgoing edge %d->%d"
32819 msgstr ""
32821 #: tree-cfg.cc:5967
32822 #, gcc-internal-format, gfc-internal-format
32823 msgid "missing edge %i->%i"
32824 msgstr ""
32826 #: tree-cfg.cc:9644
32827 #, gcc-internal-format
32828 msgid "%<noreturn%> function does return"
32829 msgstr ""
32831 #: tree-cfg.cc:9665 tree-cfg.cc:9700
32832 #, gcc-internal-format
32833 msgid "control reaches end of non-void function"
32834 msgstr ""
32836 #: tree-cfg.cc:9766
32837 #, gcc-internal-format
32838 msgid ""
32839 "ignoring return value of %qD declared with attribute %<warn_unused_result%>"
32840 msgstr ""
32842 #: tree-cfg.cc:9771 cp/cvt.cc:1121
32843 #, gcc-internal-format
32844 msgid ""
32845 "ignoring return value of function declared with attribute "
32846 "%<warn_unused_result%>"
32847 msgstr ""
32849 #: tree-complex.cc:1639
32850 #, gcc-internal-format
32851 msgid "%<asm goto%> with complex typed outputs"
32852 msgstr ""
32854 #: tree-diagnostic-path.cc:473
32855 msgid "%@ %s (fndecl %qD, depth %i)"
32856 msgstr ""
32858 #: tree-diagnostic-path.cc:478
32859 msgid "%@ %s (depth %i)"
32860 msgstr ""
32862 #: tree-diagnostic-path.cc:484
32863 msgid "%@ %s"
32864 msgstr ""
32866 #: tree-diagnostic.cc:207
32867 #, gcc-internal-format
32868 msgid "in definition of macro %qs"
32869 msgstr ""
32871 #: tree-diagnostic.cc:224
32872 #, gcc-internal-format
32873 msgid "in expansion of macro %qs"
32874 msgstr ""
32876 #: tree-eh.cc:4931
32877 #, gcc-internal-format, gfc-internal-format
32878 msgid "BB %i has multiple EH edges"
32879 msgstr ""
32881 #: tree-eh.cc:4943
32882 #, gcc-internal-format, gfc-internal-format
32883 msgid "BB %i cannot throw but has an EH edge"
32884 msgstr ""
32886 #: tree-eh.cc:4951
32887 #, gcc-internal-format, gfc-internal-format
32888 msgid "BB %i last statement has incorrectly set lp"
32889 msgstr ""
32891 #: tree-eh.cc:4957
32892 #, gcc-internal-format, gfc-internal-format
32893 msgid "BB %i is missing an EH edge"
32894 msgstr ""
32896 #: tree-eh.cc:4963
32897 #, gcc-internal-format, gfc-internal-format
32898 msgid "Incorrect EH edge %i->%i"
32899 msgstr ""
32901 #: tree-eh.cc:4997 tree-eh.cc:5016
32902 #, gcc-internal-format, gfc-internal-format
32903 msgid "BB %i is missing an edge"
32904 msgstr ""
32906 #: tree-eh.cc:5033
32907 #, gcc-internal-format, gfc-internal-format
32908 msgid "BB %i too many fallthru edges"
32909 msgstr ""
32911 #: tree-eh.cc:5042
32912 #, gcc-internal-format, gfc-internal-format
32913 msgid "BB %i has incorrect edge"
32914 msgstr ""
32916 #: tree-eh.cc:5048
32917 #, gcc-internal-format, gfc-internal-format
32918 msgid "BB %i has incorrect fallthru edge"
32919 msgstr ""
32921 #: tree-inline.cc:3885
32922 #, gcc-internal-format
32923 msgid "function %q+F can never be copied because it receives a non-local goto"
32924 msgstr ""
32926 #: tree-inline.cc:3892
32927 #, gcc-internal-format
32928 msgid ""
32929 "function %q+F can never be copied because it saves address of local label in "
32930 "a static variable"
32931 msgstr ""
32933 #: tree-inline.cc:3932
32934 #, gcc-internal-format
32935 msgid ""
32936 "function %q+F can never be inlined because it uses alloca (override using "
32937 "the always_inline attribute)"
32938 msgstr ""
32940 #: tree-inline.cc:3946
32941 #, gcc-internal-format
32942 msgid "function %q+F can never be inlined because it uses setjmp"
32943 msgstr ""
32945 #: tree-inline.cc:3960
32946 #, gcc-internal-format
32947 msgid ""
32948 "function %q+F can never be inlined because it uses variable argument lists"
32949 msgstr ""
32951 #: tree-inline.cc:3972
32952 #, gcc-internal-format
32953 msgid ""
32954 "function %q+F can never be inlined because it uses setjmp-longjmp exception "
32955 "handling"
32956 msgstr ""
32958 #: tree-inline.cc:3980
32959 #, gcc-internal-format
32960 msgid "function %q+F can never be inlined because it uses non-local goto"
32961 msgstr ""
32963 #: tree-inline.cc:3992
32964 #, gcc-internal-format
32965 msgid ""
32966 "function %q+F can never be inlined because it uses %<__builtin_return%> or "
32967 "%<__builtin_apply_args%>"
32968 msgstr ""
32970 #: tree-inline.cc:4012
32971 #, gcc-internal-format
32972 msgid "function %q+F can never be inlined because it contains a computed goto"
32973 msgstr ""
32975 #: tree-inline.cc:4058
32976 #, gcc-internal-format
32977 msgid "function %q+F can never be inlined because it has a VLA argument"
32978 msgstr ""
32980 #: tree-inline.cc:4126
32981 #, gcc-internal-format
32982 msgid ""
32983 "function %q+F can never be inlined because it is suppressed using %<-fno-"
32984 "inline%>"
32985 msgstr ""
32987 #: tree-inline.cc:4134
32988 #, gcc-internal-format
32989 msgid ""
32990 "function %q+F can never be inlined because it uses attributes conflicting "
32991 "with inlining"
32992 msgstr ""
32994 #: tree-inline.cc:4820
32995 #, gcc-internal-format
32996 msgid "inlining failed in call to %<always_inline%> %q+F: %s"
32997 msgstr ""
32999 #: tree-inline.cc:4823 tree-inline.cc:4844
33000 #, gcc-internal-format
33001 msgid "called from here"
33002 msgstr ""
33004 #: tree-inline.cc:4826 tree-inline.cc:4847
33005 #, gcc-internal-format
33006 msgid "called from this function"
33007 msgstr ""
33009 #: tree-inline.cc:4840
33010 #, gcc-internal-format
33011 msgid "inlining failed in call to %q+F: %s"
33012 msgstr ""
33014 #: tree-into-ssa.cc:3433
33015 #, gcc-internal-format
33016 msgid "statement uses released SSA name"
33017 msgstr ""
33019 #: tree-into-ssa.cc:3445
33020 #, gcc-internal-format
33021 msgid "cannot update SSA form"
33022 msgstr ""
33024 #: tree-into-ssa.cc:3538 tree-outof-ssa.cc:902 tree-ssa-coalesce.cc:1003
33025 #, gcc-internal-format
33026 msgid "SSA corruption"
33027 msgstr ""
33029 #: tree-nested.cc:1164
33030 #, gcc-internal-format, gfc-internal-format
33031 msgid "%s from %s referenced in %s"
33032 msgstr ""
33034 #: tree-nested.cc:2958
33035 #, gcc-internal-format, gfc-internal-format
33036 msgid "%s from %s called in %s"
33037 msgstr ""
33039 #: tree-profile.cc:624
33040 #, gcc-internal-format
33041 msgid "invalid regular expression %qs in %qs"
33042 msgstr ""
33044 #: tree-profile.cc:714
33045 #, gcc-internal-format
33046 msgid "target does not support atomic profile update, single mode is selected"
33047 msgstr ""
33049 #: tree-ssa-alias.cc:4042
33050 #, gcc-internal-format, gfc-internal-format
33051 msgid "invalid fn spec attribute \"%s\""
33052 msgstr ""
33054 #: tree-ssa-alias.cc:4081
33055 #, gcc-internal-format, gfc-internal-format
33056 msgid "invalid fn spec attribute \"%s\" arg %i"
33057 msgstr ""
33059 #: tree-ssa-ccp.cc:4684 c-family/c-common.cc:5830
33060 #, gcc-internal-format
33061 msgid "%qs pointer is null"
33062 msgstr ""
33064 #: tree-ssa-ccp.cc:4687 c-family/c-common.cc:5833
33065 #, gcc-internal-format
33066 msgid "in a call to non-static member function %qD"
33067 msgstr ""
33069 #: tree-ssa-ccp.cc:4693 c-family/c-common.cc:5839
33070 #, gcc-internal-format, gfc-internal-format
33071 msgid "argument %u null where non-null expected"
33072 msgstr ""
33074 #: tree-ssa-ccp.cc:4699
33075 #, gcc-internal-format
33076 msgid "in a call to built-in function %qD"
33077 msgstr ""
33079 #: tree-ssa-ccp.cc:4703 c-family/c-common.cc:5843
33080 #, gcc-internal-format
33081 msgid "in a call to function %qD declared %qs"
33082 msgstr ""
33084 #: tree-ssa-loop-niter.cc:3898
33085 #, gcc-internal-format, gfc-internal-format
33086 msgid "iteration %s invokes undefined behavior"
33087 msgstr ""
33089 #: tree-ssa-loop-niter.cc:3899
33090 #, gcc-internal-format
33091 msgid "within this loop"
33092 msgstr ""
33094 #: tree-ssa-loop-prefetch.cc:2100
33095 #, gcc-internal-format
33096 msgid "%<l1-cache-size%> parameter is not a power of two %d"
33097 msgstr ""
33099 #: tree-ssa-operands.cc:1033
33100 #, gcc-internal-format
33101 msgid "virtual definition of statement not up to date"
33102 msgstr ""
33104 #: tree-ssa-operands.cc:1040
33105 #, gcc-internal-format
33106 msgid "virtual def operand missing for statement"
33107 msgstr ""
33109 #: tree-ssa-operands.cc:1050
33110 #, gcc-internal-format
33111 msgid "virtual use of statement not up to date"
33112 msgstr ""
33114 #: tree-ssa-operands.cc:1057
33115 #, gcc-internal-format
33116 msgid "virtual use operand missing for statement"
33117 msgstr ""
33119 #: tree-ssa-operands.cc:1074
33120 #, gcc-internal-format
33121 msgid "excess use operand for statement"
33122 msgstr ""
33124 #: tree-ssa-operands.cc:1084
33125 #, gcc-internal-format
33126 msgid "use operand missing for statement"
33127 msgstr ""
33129 #: tree-ssa-operands.cc:1091
33130 #, gcc-internal-format
33131 msgid "statement volatile flag not up to date"
33132 msgstr ""
33134 #: tree-ssa-strlen.cc:2140
33135 #, gcc-internal-format
33136 msgid ""
33137 "%qD writing one too many bytes into a region of a size that depends on "
33138 "%<strlen%>"
33139 msgstr ""
33141 #: tree-ssa-strlen.cc:2144
33142 #, gcc-internal-format
33143 msgid ""
33144 "writing one too many bytes into a region of a size that depends on %<strlen%>"
33145 msgstr ""
33147 #: tree-ssa-strlen.cc:2153
33148 #, gcc-internal-format
33149 msgid "%qD writing %wu byte into a region of size %wu"
33150 msgid_plural "%qD writing %wu bytes into a region of size %wu"
33151 msgstr[0] ""
33152 msgstr[1] ""
33154 #: tree-ssa-strlen.cc:2161
33155 #, gcc-internal-format
33156 msgid "writing %wu byte into a region of size %wu"
33157 msgid_plural "writing %wu bytes into a region of size %wu"
33158 msgstr[0] ""
33159 msgstr[1] ""
33161 #: tree-ssa-strlen.cc:2171
33162 #, gcc-internal-format
33163 msgid "%qD writing %wu byte into a region of size between %wu and %wu"
33164 msgid_plural "%qD writing %wu bytes into a region of size between %wu and %wu"
33165 msgstr[0] ""
33166 msgstr[1] ""
33168 #: tree-ssa-strlen.cc:2179
33169 #, gcc-internal-format
33170 msgid "writing %wu byte into a region of size between %wu and %wu"
33171 msgid_plural "writing %wu bytes into a region of size between %wu and %wu"
33172 msgstr[0] ""
33173 msgstr[1] ""
33175 #: tree-ssa-strlen.cc:2189
33176 #, gcc-internal-format
33177 msgid "%qD writing between %wu and %wu bytes into a region of size %wu"
33178 msgstr ""
33180 #: tree-ssa-strlen.cc:2195
33181 #, gcc-internal-format
33182 msgid "writing between %wu and %wu bytes into a region of size %wu"
33183 msgstr ""
33185 #: tree-ssa-strlen.cc:2203
33186 #, gcc-internal-format
33187 msgid ""
33188 "%qD writing between %wu and %wu bytes into a region of size between %wu and "
33189 "%wu"
33190 msgstr ""
33192 #: tree-ssa-strlen.cc:2209
33193 #, gcc-internal-format
33194 msgid ""
33195 "writing between %wu and %wu bytes into a region of size between %wu and %wu"
33196 msgstr ""
33198 #: tree-ssa-strlen.cc:3101
33199 #, gcc-internal-format
33200 msgid ""
33201 "%qD output truncated before terminating nul copying %E byte from a string of "
33202 "the same length"
33203 msgid_plural ""
33204 "%qD output truncated before terminating nul copying %E bytes from a string "
33205 "of the same length"
33206 msgstr[0] ""
33207 msgstr[1] ""
33209 #: tree-ssa-strlen.cc:3117
33210 #, gcc-internal-format
33211 msgid "%qD output truncated copying %E byte from a string of length %wu"
33212 msgid_plural ""
33213 "%qD output truncated copying %E bytes from a string of length %wu"
33214 msgstr[0] ""
33215 msgstr[1] ""
33217 #: tree-ssa-strlen.cc:3124
33218 #, gcc-internal-format
33219 msgid ""
33220 "%qD output truncated copying between %wu and %wu bytes from a string of "
33221 "length %wu"
33222 msgstr ""
33224 #: tree-ssa-strlen.cc:3136
33225 #, gcc-internal-format
33226 msgid "%qD output may be truncated copying %E byte from a string of length %wu"
33227 msgid_plural ""
33228 "%qD output may be truncated copying %E bytes from a string of length %wu"
33229 msgstr[0] ""
33230 msgstr[1] ""
33232 #: tree-ssa-strlen.cc:3143 tree-ssa-strlen.cc:3159
33233 #, gcc-internal-format
33234 msgid ""
33235 "%qD output may be truncated copying between %wu and %wu bytes from a string "
33236 "of length %wu"
33237 msgstr ""
33239 #: tree-ssa-strlen.cc:3313
33240 #, gcc-internal-format
33241 msgid ""
33242 "%qD output truncated before terminating nul copying as many bytes from a "
33243 "string as its length"
33244 msgstr ""
33246 #: tree-ssa-strlen.cc:3326
33247 #, gcc-internal-format
33248 msgid "%qD specified bound depends on the length of the source argument"
33249 msgstr ""
33251 #: tree-ssa-strlen.cc:3334
33252 #, gcc-internal-format
33253 msgid "length computed here"
33254 msgstr ""
33256 #: tree-ssa-strlen.cc:4289
33257 #, gcc-internal-format
33258 msgid ""
33259 "%qD of a string of length %wu or more and an array of size %wu evaluates to "
33260 "nonzero"
33261 msgstr ""
33263 #: tree-ssa-strlen.cc:4291
33264 #, gcc-internal-format
33265 msgid ""
33266 "%qD of a string of length %wu and an array of size %wu evaluates to nonzero"
33267 msgstr ""
33269 #: tree-ssa-strlen.cc:4298
33270 #, gcc-internal-format
33271 msgid ""
33272 "%qD of strings of length %wu and %wu and bound of %wu evaluates to nonzero"
33273 msgstr ""
33275 #: tree-ssa-strlen.cc:4303
33276 #, gcc-internal-format
33277 msgid ""
33278 "%qD of a string of length %wu, an array of size %wu and bound of %wu "
33279 "evaluates to nonzero"
33280 msgstr ""
33282 #: tree-ssa-strlen.cc:4314
33283 #, gcc-internal-format
33284 msgid "in this expression"
33285 msgstr ""
33287 #: tree-ssa-uninit.cc:291
33288 #, gcc-internal-format
33289 msgid "%qD is used uninitialized"
33290 msgstr ""
33292 #: tree-ssa-uninit.cc:293
33293 #, gcc-internal-format
33294 msgid "%qD may be used uninitialized"
33295 msgstr ""
33297 #: tree-ssa-uninit.cc:300
33298 #, gcc-internal-format
33299 msgid "%qs is used uninitialized"
33300 msgstr ""
33302 #: tree-ssa-uninit.cc:303
33303 #, gcc-internal-format
33304 msgid "%qs may be used uninitialized"
33305 msgstr ""
33307 #: tree-ssa-uninit.cc:322 varasm.cc:362 varasm.cc:7845
33308 #, gcc-internal-format
33309 msgid "%qD was declared here"
33310 msgstr ""
33312 #: tree-ssa-uninit.cc:324
33313 #, gcc-internal-format
33314 msgid "%qs was declared here"
33315 msgstr ""
33317 #: tree-ssa-uninit.cc:435 tree-ssa-uninit.cc:745
33318 #, gcc-internal-format
33319 msgid "%qE may be used uninitialized"
33320 msgstr ""
33322 #: tree-ssa-uninit.cc:444
33323 #, gcc-internal-format
33324 msgid "accessing argument %u of a function declared with attribute %<%s%>"
33325 msgstr ""
33327 #: tree-ssa-uninit.cc:732
33328 #, gcc-internal-format
33329 msgid "%qE is used uninitialized"
33330 msgstr ""
33332 #: tree-ssa-uninit.cc:867
33333 #, gcc-internal-format
33334 msgid "in a call to %qD declared with attribute %<%s%> here"
33335 msgstr ""
33337 #: tree-ssa-uninit.cc:874
33338 #, gcc-internal-format
33339 msgid "in a call to %qT declared with attribute %<%s%>"
33340 msgstr ""
33342 #: tree-ssa-uninit.cc:890
33343 #, gcc-internal-format
33344 msgid "by argument %u of type %s to %qD declared here"
33345 msgstr ""
33347 #: tree-ssa-uninit.cc:898
33348 #, gcc-internal-format
33349 msgid "by argument %u of type %s to %qT"
33350 msgstr ""
33352 #: tree-ssa.cc:664
33353 #, gcc-internal-format, gfc-internal-format
33354 msgid "multiple virtual PHI nodes in BB %d"
33355 msgstr ""
33357 #: tree-ssa.cc:678 tree-ssa.cc:707
33358 #, gcc-internal-format
33359 msgid "virtual definition is not an SSA name"
33360 msgstr ""
33362 #: tree-ssa.cc:694
33363 #, gcc-internal-format
33364 msgid "stmt with wrong VUSE"
33365 msgstr ""
33367 #: tree-ssa.cc:724
33368 #, gcc-internal-format, gfc-internal-format
33369 msgid "PHI node with wrong VUSE on edge from BB %d"
33370 msgstr ""
33372 #: tree-ssa.cc:750
33373 #, gcc-internal-format
33374 msgid "expected an SSA_NAME object"
33375 msgstr ""
33377 #: tree-ssa.cc:756
33378 #, gcc-internal-format
33379 msgid "found an SSA_NAME that had been released into the free pool"
33380 msgstr ""
33382 #: tree-ssa.cc:763
33383 #, gcc-internal-format
33384 msgid "type mismatch between an SSA_NAME and its symbol"
33385 msgstr ""
33387 #: tree-ssa.cc:769
33388 #, gcc-internal-format
33389 msgid "found a virtual definition for a GIMPLE register"
33390 msgstr ""
33392 #: tree-ssa.cc:775
33393 #, gcc-internal-format
33394 msgid "virtual SSA name for non-VOP decl"
33395 msgstr ""
33397 #: tree-ssa.cc:781
33398 #, gcc-internal-format
33399 msgid "found a real definition for a non-register"
33400 msgstr ""
33402 #: tree-ssa.cc:788
33403 #, gcc-internal-format
33404 msgid "found a default name with a non-empty defining statement"
33405 msgstr ""
33407 #: tree-ssa.cc:818
33408 #, gcc-internal-format
33409 msgid "RESULT_DECL should be read only when DECL_BY_REFERENCE is set"
33410 msgstr ""
33412 #: tree-ssa.cc:824
33413 #, gcc-internal-format, gfc-internal-format
33414 msgid "SSA_NAME created in two different blocks %i and %i"
33415 msgstr ""
33417 #: tree-ssa.cc:833 tree-ssa.cc:1173
33418 #, gcc-internal-format
33419 msgid "SSA_NAME_DEF_STMT is wrong"
33420 msgstr ""
33422 #: tree-ssa.cc:885
33423 #, gcc-internal-format
33424 msgid "missing definition"
33425 msgstr ""
33427 #: tree-ssa.cc:891
33428 #, gcc-internal-format, gfc-internal-format
33429 msgid "definition in block %i does not dominate use in block %i"
33430 msgstr ""
33432 #: tree-ssa.cc:899
33433 #, gcc-internal-format, gfc-internal-format
33434 msgid "definition in block %i follows the use"
33435 msgstr ""
33437 #: tree-ssa.cc:906
33438 #, gcc-internal-format
33439 msgid "SSA_NAME_OCCURS_IN_ABNORMAL_PHI should be set"
33440 msgstr ""
33442 #: tree-ssa.cc:914
33443 #, gcc-internal-format
33444 msgid "no immediate_use list"
33445 msgstr ""
33447 #: tree-ssa.cc:926
33448 #, gcc-internal-format
33449 msgid "wrong immediate use list"
33450 msgstr ""
33452 #: tree-ssa.cc:960
33453 #, gcc-internal-format
33454 msgid "incoming edge count does not match number of PHI arguments"
33455 msgstr ""
33457 #: tree-ssa.cc:974
33458 #, gcc-internal-format, gfc-internal-format
33459 msgid "PHI argument is missing for edge %d->%d"
33460 msgstr ""
33462 #: tree-ssa.cc:983
33463 #, gcc-internal-format
33464 msgid "PHI argument is not SSA_NAME, or invariant"
33465 msgstr ""
33467 #: tree-ssa.cc:989
33468 #, gcc-internal-format
33469 msgid "PHI argument on abnormal edge is not SSA_NAME"
33470 msgstr ""
33472 #: tree-ssa.cc:1010
33473 #, gcc-internal-format
33474 msgid "address taken, but ADDRESSABLE bit not set"
33475 msgstr ""
33477 #: tree-ssa.cc:1017
33478 #, gcc-internal-format, gfc-internal-format
33479 msgid "wrong edge %d->%d for PHI argument"
33480 msgstr ""
33482 #: tree-ssa.cc:1092
33483 #, gcc-internal-format
33484 msgid "shared SSA name info"
33485 msgstr ""
33487 #: tree-ssa.cc:1119
33488 #, gcc-internal-format, gfc-internal-format
33489 msgid "AUX pointer initialized for edge %d->%d"
33490 msgstr ""
33492 #: tree-ssa.cc:1145
33493 #, gcc-internal-format
33494 msgid "stmt (%p) marked modified after optimization pass: "
33495 msgstr ""
33497 #: tree-ssa.cc:1211
33498 #, gcc-internal-format
33499 msgid "verify_ssa failed"
33500 msgstr ""
33502 #: tree-streamer-in.cc:358
33503 #, gcc-internal-format
33504 msgid "machine independent builtin code out of range"
33505 msgstr ""
33507 #: tree-streamer-in.cc:364
33508 #, gcc-internal-format
33509 msgid "target specific builtin not available"
33510 msgstr ""
33512 #: tree-vect-generic.cc:319 tree-vect-generic.cc:489 tree-vect-generic.cc:2051
33513 #, gcc-internal-format
33514 msgid "vector operation will be expanded piecewise"
33515 msgstr ""
33517 #: tree-vect-generic.cc:322
33518 #, gcc-internal-format
33519 msgid "vector operation will be expanded in parallel"
33520 msgstr ""
33522 #: tree-vect-generic.cc:379
33523 #, gcc-internal-format
33524 msgid "vector operation will be expanded with a single scalar operation"
33525 msgstr ""
33527 #: tree-vect-generic.cc:1110
33528 #, gcc-internal-format
33529 msgid "vector condition will be expanded piecewise"
33530 msgstr ""
33532 #: tree-vect-generic.cc:1611
33533 #, gcc-internal-format
33534 msgid "vector shuffling operation will be expanded piecewise"
33535 msgstr ""
33537 #: tree-vect-loop.cc:4511
33538 #, gcc-internal-format
33539 msgid "vectorization did not happen for a simd loop"
33540 msgstr ""
33542 #: tree.cc:2238
33543 #, gcc-internal-format
33544 msgid "non-constant element in constant CONSTRUCTOR"
33545 msgstr ""
33547 #: tree.cc:2240
33548 #, gcc-internal-format
33549 msgid "side-effects element in no-side-effects CONSTRUCTOR"
33550 msgstr ""
33552 #: tree.cc:7254 m2/gm2-gcc/m2type.cc:214
33553 #, gcc-internal-format
33554 msgid "arrays of functions are not meaningful"
33555 msgstr ""
33557 #: tree.cc:7421
33558 #, gcc-internal-format
33559 msgid "function return type cannot be function"
33560 msgstr ""
33562 #: tree.cc:8881 tree.cc:8966 tree.cc:9029
33563 #, gcc-internal-format, gfc-internal-format
33564 msgid "tree check: %s, have %s in %s, at %s:%d"
33565 msgstr ""
33567 #: tree.cc:8918
33568 #, gcc-internal-format, gfc-internal-format
33569 msgid "tree check: expected none of %s, have %s in %s, at %s:%d"
33570 msgstr ""
33572 #: tree.cc:8931
33573 #, gcc-internal-format
33574 msgid "tree check: expected class %qs, have %qs (%s) in %s, at %s:%d"
33575 msgstr ""
33577 #: tree.cc:8980
33578 #, gcc-internal-format
33579 msgid "tree check: did not expect class %qs, have %qs (%s) in %s, at %s:%d"
33580 msgstr ""
33582 #: tree.cc:8993
33583 #, gcc-internal-format
33584 msgid "tree check: expected %<omp_clause %s%>, have %qs in %s, at %s:%d"
33585 msgstr ""
33587 #: tree.cc:9055
33588 #, gcc-internal-format
33589 msgid ""
33590 "tree check: expected tree that contains %qs structure, have %qs in %s, at %s:"
33591 "%d"
33592 msgstr ""
33594 #: tree.cc:9069
33595 #, gcc-internal-format
33596 msgid ""
33597 "tree check: accessed elt %d of %<tree_int_cst%> with %d elts in %s, at %s:%d"
33598 msgstr ""
33600 #: tree.cc:9082
33601 #, gcc-internal-format
33602 msgid ""
33603 "tree check: accessed elt %d of %<tree_vec%> with %d elts in %s, at %s:%d"
33604 msgstr ""
33606 #: tree.cc:9095
33607 #, gcc-internal-format, gfc-internal-format
33608 msgid "tree check: accessed operand %d of %s with %d operands in %s, at %s:%d"
33609 msgstr ""
33611 #: tree.cc:9108
33612 #, gcc-internal-format
33613 msgid ""
33614 "tree check: accessed operand %d of %<omp_clause %s%> with %d operands in %s, "
33615 "at %s:%d"
33616 msgstr ""
33618 #: tree.cc:12349
33619 #, gcc-internal-format
33620 msgid "%qD is deprecated: %s"
33621 msgstr ""
33623 #: tree.cc:12352
33624 #, gcc-internal-format
33625 msgid "%qD is deprecated"
33626 msgstr ""
33628 #: tree.cc:12375
33629 #, gcc-internal-format
33630 msgid "%qE is deprecated: %s"
33631 msgstr ""
33633 #: tree.cc:12378
33634 #, gcc-internal-format
33635 msgid "%qE is deprecated"
33636 msgstr ""
33638 #: tree.cc:12384
33639 #, gcc-internal-format, gfc-internal-format
33640 msgid "type is deprecated: %s"
33641 msgstr ""
33643 #: tree.cc:12387
33644 #, gcc-internal-format
33645 msgid "type is deprecated"
33646 msgstr ""
33648 #: tree.cc:12429
33649 #, gcc-internal-format
33650 msgid "%qD is unavailable: %s"
33651 msgstr ""
33653 #: tree.cc:12431
33654 #, gcc-internal-format
33655 msgid "%qD is unavailable"
33656 msgstr ""
33658 #: tree.cc:12452
33659 #, gcc-internal-format
33660 msgid "%qE is unavailable: %s"
33661 msgstr ""
33663 #: tree.cc:12454
33664 #, gcc-internal-format
33665 msgid "%qE is unavailable"
33666 msgstr ""
33668 #: tree.cc:12459
33669 #, gcc-internal-format, gfc-internal-format
33670 msgid "type is unavailable: %s"
33671 msgstr ""
33673 #: tree.cc:12461
33674 #, gcc-internal-format
33675 msgid "type is unavailable"
33676 msgstr ""
33678 #. Type variant can differ by:
33680 #. - TYPE_QUALS: TYPE_READONLY, TYPE_VOLATILE, TYPE_ATOMIC, TYPE_RESTRICT,
33681 #. ENCODE_QUAL_ADDR_SPACE.
33682 #. - main variant may be TYPE_COMPLETE_P and variant types !TYPE_COMPLETE_P
33683 #. in this case some values may not be set in the variant types
33684 #. (see TYPE_COMPLETE_P checks).
33685 #. - it is possible to have TYPE_ARTIFICIAL variant of non-artifical type
33686 #. - by TYPE_NAME and attributes (i.e. when variant originate by typedef)
33687 #. - TYPE_CANONICAL (TYPE_ALIAS_SET is the same among variants)
33688 #. - by the alignment: TYPE_ALIGN and TYPE_USER_ALIGN
33689 #. - during LTO by TYPE_CONTEXT if type is TYPE_FILE_SCOPE_P
33690 #. this is necessary to make it possible to merge types form different TUs
33691 #. - arrays, pointers and references may have TREE_TYPE that is a variant
33692 #. of TREE_TYPE of their main variants.
33693 #. - aggregates may have new TYPE_FIELDS list that list variants of
33694 #. the main variant TYPE_FIELDS.
33695 #. - vector types may differ by TYPE_VECTOR_OPAQUE
33697 #. Convenience macro for matching individual fields.
33698 #: tree.cc:13371
33699 #, gcc-internal-format, gfc-internal-format
33700 msgid "type variant differs by %s"
33701 msgstr ""
33703 #: tree.cc:13416
33704 #, gcc-internal-format
33705 msgid "type variant has different %<TYPE_SIZE_UNIT%>"
33706 msgstr ""
33708 #: tree.cc:13418
33709 #, gcc-internal-format
33710 msgid "type variant%'s %<TYPE_SIZE_UNIT%>"
33711 msgstr ""
33713 #: tree.cc:13420
33714 #, gcc-internal-format
33715 msgid "type%'s %<TYPE_SIZE_UNIT%>"
33716 msgstr ""
33718 #: tree.cc:13445
33719 #, gcc-internal-format
33720 msgid "type variant with %<TYPE_ALIAS_SET_KNOWN_P%>"
33721 msgstr ""
33723 #: tree.cc:13458
33724 #, gcc-internal-format
33725 msgid "type variant has different %<TYPE_VFIELD%>"
33726 msgstr ""
33728 #: tree.cc:13494
33729 #, gcc-internal-format
33730 msgid "type variant has different %<TYPE_BINFO%>"
33731 msgstr ""
33733 #: tree.cc:13496
33734 #, gcc-internal-format
33735 msgid "type variant%'s %<TYPE_BINFO%>"
33736 msgstr ""
33738 #: tree.cc:13498
33739 #, gcc-internal-format
33740 msgid "type%'s %<TYPE_BINFO%>"
33741 msgstr ""
33743 #: tree.cc:13537
33744 #, gcc-internal-format
33745 msgid "type variant has different %<TYPE_FIELDS%>"
33746 msgstr ""
33748 #: tree.cc:13539
33749 #, gcc-internal-format
33750 msgid "first mismatch is field"
33751 msgstr ""
33753 #: tree.cc:13541
33754 #, gcc-internal-format
33755 msgid "and field"
33756 msgstr ""
33758 #: tree.cc:13558
33759 #, gcc-internal-format
33760 msgid "type variant has different %<TREE_TYPE%>"
33761 msgstr ""
33763 #: tree.cc:13560 tree.cc:13571
33764 #, gcc-internal-format
33765 msgid "type variant%'s %<TREE_TYPE%>"
33766 msgstr ""
33768 #: tree.cc:13562 tree.cc:13573
33769 #, gcc-internal-format
33770 msgid "type%'s %<TREE_TYPE%>"
33771 msgstr ""
33773 #: tree.cc:13569
33774 #, gcc-internal-format
33775 msgid "type is not compatible with its variant"
33776 msgstr ""
33778 #: tree.cc:13894
33779 #, gcc-internal-format, gfc-internal-format
33780 msgid "type %s is not an opaque type"
33781 msgstr ""
33783 #: tree.cc:13900
33784 #, gcc-internal-format, gfc-internal-format
33785 msgid "type %s is not with opaque mode"
33786 msgstr ""
33788 #: tree.cc:13906
33789 #, gcc-internal-format
33790 msgid "type %s differs by %<TYPE_MODE%>"
33791 msgstr ""
33793 #: tree.cc:13914
33794 #, gcc-internal-format
33795 msgid "type %s differs by %<TYPE_SIZE%>"
33796 msgstr ""
33798 #: tree.cc:13920
33799 #, gcc-internal-format
33800 msgid "type %s differs by %<TYPE_ALIGN%>"
33801 msgstr ""
33803 #: tree.cc:13926
33804 #, gcc-internal-format
33805 msgid "type %s differs by %<TYPE_USER_ALIGN%>"
33806 msgstr ""
33808 #: tree.cc:13956
33809 #, gcc-internal-format
33810 msgid "main variant is not defined"
33811 msgstr ""
33813 #: tree.cc:13961
33814 #, gcc-internal-format
33815 msgid "%<TYPE_MAIN_VARIANT%> has different %<TYPE_MAIN_VARIANT%>"
33816 msgstr ""
33818 #: tree.cc:13972
33819 #, gcc-internal-format
33820 msgid "%<TYPE_CANONICAL%> has different %<TYPE_CANONICAL%>"
33821 msgstr ""
33823 #: tree.cc:13991
33824 #, gcc-internal-format
33825 msgid "%<TYPE_CANONICAL%> is not compatible"
33826 msgstr ""
33828 #: tree.cc:13999
33829 #, gcc-internal-format
33830 msgid "%<TYPE_MODE%> of %<TYPE_CANONICAL%> is not compatible"
33831 msgstr ""
33833 #: tree.cc:14005
33834 #, gcc-internal-format
33835 msgid "%<TYPE_CANONICAL%> of main variant is not main variant"
33836 msgstr ""
33838 #: tree.cc:14021
33839 #, gcc-internal-format
33840 msgid "%<TYPE_VFIELD%> is not %<FIELD_DECL%> nor %<TREE_LIST%>"
33841 msgstr ""
33843 #: tree.cc:14031
33844 #, gcc-internal-format
33845 msgid "%<TYPE_NEXT_PTR_TO%> is not %<POINTER_TYPE%>"
33846 msgstr ""
33848 #: tree.cc:14041
33849 #, gcc-internal-format
33850 msgid "%<TYPE_NEXT_REF_TO%> is not %<REFERENCE_TYPE%>"
33851 msgstr ""
33853 #: tree.cc:14062
33854 #, gcc-internal-format
33855 msgid "%<TYPE_BINFO%> is not %<TREE_BINFO%>"
33856 msgstr ""
33858 #: tree.cc:14068
33859 #, gcc-internal-format
33860 msgid "%<TYPE_BINFO%> type is not %<TYPE_MAIN_VARIANT%>"
33861 msgstr ""
33863 #: tree.cc:14079
33864 #, gcc-internal-format
33865 msgid "%<TYPE_METHOD_BASETYPE%> is not record nor union"
33866 msgstr ""
33868 #: tree.cc:14090
33869 #, gcc-internal-format
33870 msgid "%<TYPE_OFFSET_BASETYPE%> is not record nor union"
33871 msgstr ""
33873 #: tree.cc:14108
33874 #, gcc-internal-format
33875 msgid "%<TYPE_ARRAY_MAX_SIZE%> not %<INTEGER_CST%>"
33876 msgstr ""
33878 #: tree.cc:14115
33879 #, gcc-internal-format
33880 msgid "%<TYPE_MAX_VALUE_RAW%> non-NULL"
33881 msgstr ""
33883 #: tree.cc:14122
33884 #, gcc-internal-format
33885 msgid "%<TYPE_LANG_SLOT_1 (binfo)%> field is non-NULL"
33886 msgstr ""
33888 #: tree.cc:14138
33889 #, gcc-internal-format
33890 msgid "enum value is not %<CONST_DECL%> or %<INTEGER_CST%>"
33891 msgstr ""
33893 #: tree.cc:14147
33894 #, gcc-internal-format
33895 msgid "enum value type is not %<INTEGER_TYPE%> nor convertible to the enum"
33896 msgstr ""
33898 #: tree.cc:14155
33899 #, gcc-internal-format
33900 msgid "enum value name is not %<IDENTIFIER_NODE%>"
33901 msgstr ""
33903 #: tree.cc:14165
33904 #, gcc-internal-format
33905 msgid "array %<TYPE_DOMAIN%> is not integer type"
33906 msgstr ""
33908 #: tree.cc:14174
33909 #, gcc-internal-format
33910 msgid "%<TYPE_FIELDS%> defined in incomplete type"
33911 msgstr ""
33913 #: tree.cc:14196
33914 #, gcc-internal-format
33915 msgid "wrong tree in %<TYPE_FIELDS%> list"
33916 msgstr ""
33918 #: tree.cc:14211
33919 #, gcc-internal-format
33920 msgid "%<TYPE_CACHED_VALUES_P%> is %i while %<TYPE_CACHED_VALUES%> is %p"
33921 msgstr ""
33923 #: tree.cc:14218
33924 #, gcc-internal-format
33925 msgid "%<TYPE_CACHED_VALUES%> is not %<TREE_VEC%>"
33926 msgstr ""
33928 #: tree.cc:14231
33929 #, gcc-internal-format
33930 msgid "wrong %<TYPE_CACHED_VALUES%> entry"
33931 msgstr ""
33933 #: tree.cc:14244
33934 #, gcc-internal-format
33935 msgid "%<TREE_PURPOSE%> is non-NULL in %<TYPE_ARG_TYPES%> list"
33936 msgstr ""
33938 #: tree.cc:14250
33939 #, gcc-internal-format
33940 msgid "wrong entry in %<TYPE_ARG_TYPES%> list"
33941 msgstr ""
33943 #: tree.cc:14257
33944 #, gcc-internal-format
33945 msgid "%<TYPE_VALUES_RAW%> field is non-NULL"
33946 msgstr ""
33948 #: tree.cc:14269
33949 #, gcc-internal-format
33950 msgid "%<TYPE_CACHED_VALUES_P%> is set while it should not be"
33951 msgstr ""
33953 #: tree.cc:14279
33954 #, gcc-internal-format
33955 msgid "%<TYPE_METHOD_BASETYPE%> is not main variant"
33956 msgstr ""
33958 #: tsan.cc:506
33959 #, gcc-internal-format
33960 msgid "%qs is not supported with %qs"
33961 msgstr ""
33963 #: value-prof.cc:488
33964 #, gcc-internal-format
33965 msgid "dead histogram"
33966 msgstr ""
33968 #: value-prof.cc:517
33969 #, gcc-internal-format
33970 msgid ""
33971 "histogram value statement does not correspond to the statement it is "
33972 "associated with"
33973 msgstr ""
33975 #: value-prof.cc:586
33976 #, gcc-internal-format, gfc-internal-format
33977 msgid ""
33978 "corrupted value profile: %s profile counter (%d out of %d) inconsistent with "
33979 "basic-block count (%d)"
33980 msgstr ""
33982 #: var-tracking.cc:7209
33983 #, gcc-internal-format
33984 msgid ""
33985 "variable tracking size limit exceeded with %<-fvar-tracking-assignments%>, "
33986 "retrying without"
33987 msgstr ""
33989 #: var-tracking.cc:7213
33990 #, gcc-internal-format
33991 msgid "variable tracking size limit exceeded"
33992 msgstr ""
33994 #: varasm.cc:311
33995 #, gcc-internal-format
33996 msgid "section already exists: %qs"
33997 msgstr ""
33999 #: varasm.cc:357
34000 #, gcc-internal-format
34001 msgid "%+qD causes a section type conflict with %qD"
34002 msgstr ""
34004 #: varasm.cc:360
34005 #, gcc-internal-format
34006 msgid "section type conflict with %qD"
34007 msgstr ""
34009 #: varasm.cc:365
34010 #, gcc-internal-format
34011 msgid "%+qD causes a section type conflict"
34012 msgstr ""
34014 #: varasm.cc:367
34015 #, gcc-internal-format
34016 msgid "section type conflict"
34017 msgstr ""
34019 #: varasm.cc:1100
34020 #, gcc-internal-format
34021 msgid "alignment of %q+D is greater than maximum object file alignment %d"
34022 msgstr ""
34024 #: varasm.cc:1268
34025 #, gcc-internal-format
34026 msgid "only zero initializers are allowed in section %qs"
34027 msgstr ""
34029 #: varasm.cc:1498 varasm.cc:1507 d/d-attribs.cc:1460
34030 #, gcc-internal-format
34031 msgid "register name not specified for %q+D"
34032 msgstr ""
34034 #: varasm.cc:1509
34035 #, gcc-internal-format
34036 msgid "invalid register name for %q+D"
34037 msgstr ""
34039 #: varasm.cc:1511
34040 #, gcc-internal-format
34041 msgid "data type of %q+D isn%'t suitable for a register"
34042 msgstr ""
34044 #: varasm.cc:1514
34045 #, gcc-internal-format
34046 msgid ""
34047 "the register specified for %q+D cannot be accessed by the current target"
34048 msgstr ""
34050 #: varasm.cc:1517
34051 #, gcc-internal-format
34052 msgid ""
34053 "the register specified for %q+D is not general enough to be used as a "
34054 "register variable"
34055 msgstr ""
34057 #: varasm.cc:1520
34058 #, gcc-internal-format
34059 msgid "register specified for %q+D isn%'t suitable for data type"
34060 msgstr ""
34062 #: varasm.cc:1529
34063 #, gcc-internal-format
34064 msgid "register specified for %q+D is an internal GCC implementation detail"
34065 msgstr ""
34067 #: varasm.cc:1539
34068 #, gcc-internal-format
34069 msgid "global register variable has initial value"
34070 msgstr ""
34072 #: varasm.cc:1543
34073 #, gcc-internal-format
34074 msgid "optimization may eliminate reads and/or writes to register variables"
34075 msgstr ""
34077 #: varasm.cc:1589
34078 #, gcc-internal-format
34079 msgid "register name given for non-register variable %q+D"
34080 msgstr ""
34082 #: varasm.cc:2168
34083 #, gcc-internal-format
34084 msgid "thread-local COMMON data not implemented"
34085 msgstr ""
34087 #: varasm.cc:2201
34088 #, gcc-internal-format
34089 msgid ""
34090 "requested alignment for %q+D is greater than implemented alignment of %wu"
34091 msgstr ""
34093 #: varasm.cc:2304 c/c-decl.cc:5718 c/c-parser.cc:1789 m2/gm2-gcc/m2type.cc:1259
34094 #, gcc-internal-format
34095 msgid "storage size of %q+D isn%'t known"
34096 msgstr ""
34098 #: varasm.cc:5254
34099 #, gcc-internal-format
34100 msgid "initializer for integer/fixed-point value is too complicated"
34101 msgstr ""
34103 #: varasm.cc:5259
34104 #, gcc-internal-format
34105 msgid "initializer for floating value is not a floating constant"
34106 msgstr ""
34108 #: varasm.cc:5604
34109 #, gcc-internal-format
34110 msgid "invalid initial value for member %qE"
34111 msgstr ""
34113 #: varasm.cc:5860
34114 #, gcc-internal-format
34115 msgid "%qD declared weak after being used"
34116 msgstr ""
34118 #: varasm.cc:5912
34119 #, gcc-internal-format
34120 msgid ""
34121 "weak declaration of %q+D being applied to a already existing, static "
34122 "definition"
34123 msgstr ""
34125 #: varasm.cc:5953
34126 #, gcc-internal-format
34127 msgid "weak declaration of %q+D must be public"
34128 msgstr ""
34130 #: varasm.cc:5957
34131 #, gcc-internal-format
34132 msgid "weak declaration of %q+D not supported"
34133 msgstr ""
34135 #: varasm.cc:5986 varasm.cc:6306
34136 #, gcc-internal-format
34137 msgid "only weak aliases are supported in this configuration"
34138 msgstr ""
34140 #: varasm.cc:6181 varasm.cc:6303
34141 #, gcc-internal-format
34142 msgid "%qs is not supported in this configuration"
34143 msgstr ""
34145 #: varasm.cc:6209
34146 #, gcc-internal-format
34147 msgid "%qs is not supported on this target"
34148 msgstr ""
34150 #: varasm.cc:6265
34151 #, gcc-internal-format
34152 msgid "symver is only supported on ELF platforms"
34153 msgstr ""
34155 #: varasm.cc:6284
34156 #, gcc-internal-format
34157 msgid "%qs symbol %q+D ultimately targets itself"
34158 msgstr ""
34160 #: varasm.cc:6286
34161 #, gcc-internal-format
34162 msgid "%qs symbol %q+D must have static linkage"
34163 msgstr ""
34165 #: varasm.cc:6293 config/nvptx/nvptx.cc:7553
34166 #, gcc-internal-format
34167 msgid "alias definitions not supported in this configuration"
34168 msgstr ""
34170 #: varasm.cc:6521 config/sol2.cc:160 config/i386/winnt.cc:265
34171 #, gcc-internal-format
34172 msgid "visibility attribute not supported in this configuration; ignored"
34173 msgstr ""
34175 #: varasm.cc:7841
34176 #, gcc-internal-format
34177 msgid ""
34178 "%+qD without %<retain%> attribute and %qD with %<retain%> attribute are "
34179 "placed in a section with the same name"
34180 msgstr ""
34182 #: vec.cc:190
34183 #, gcc-internal-format, gfc-internal-format
34184 msgid "qsort comparator not anti-symmetric: %d, %d"
34185 msgstr ""
34187 #: vec.cc:195
34188 #, gcc-internal-format, gfc-internal-format
34189 msgid "qsort comparator non-negative on sorted output: %d"
34190 msgstr ""
34192 #: vec.cc:202
34193 #, gcc-internal-format, gfc-internal-format
34194 msgid "qsort comparator not transitive: %d, %d, %d"
34195 msgstr ""
34197 #: vec.cc:204
34198 #, gcc-internal-format
34199 msgid "qsort checking failed"
34200 msgstr ""
34202 #: vr-values.cc:1092
34203 #, gcc-internal-format
34204 msgid ""
34205 "assuming signed overflow does not occur when simplifying %</%> or %<%%%> to "
34206 "%<>>%> or %<&%>"
34207 msgstr ""
34209 #: vr-values.cc:1160
34210 #, gcc-internal-format
34211 msgid ""
34212 "assuming signed overflow does not occur when simplifying %<min/max (X,Y)%> "
34213 "to %<X%> or %<Y%>"
34214 msgstr ""
34216 #: vr-values.cc:1212
34217 #, gcc-internal-format
34218 msgid ""
34219 "assuming signed overflow does not occur when simplifying %<abs (X)%> to "
34220 "%<X%> or %<-X%>"
34221 msgstr ""
34223 #: c-family/c-ada-spec.cc:2943
34224 #, gcc-internal-format
34225 msgid "packed layout"
34226 msgstr ""
34228 #: c-family/c-attribs.cc:638 d/d-attribs.cc:1192
34229 #, gcc-internal-format
34230 msgid "%qE attribute argument is invalid"
34231 msgstr ""
34233 #: c-family/c-attribs.cc:641 d/d-attribs.cc:1195
34234 #, gcc-internal-format
34235 msgid "%qE attribute argument %i is invalid"
34236 msgstr ""
34238 #: c-family/c-attribs.cc:653 d/d-attribs.cc:1207
34239 #, gcc-internal-format
34240 msgid "%qE attribute argument has type %qT"
34241 msgstr ""
34243 #: c-family/c-attribs.cc:657 d/d-attribs.cc:1211
34244 #, gcc-internal-format
34245 msgid "%qE attribute argument %i has type %qT"
34246 msgstr ""
34248 #: c-family/c-attribs.cc:668 c-family/c-attribs.cc:4396
34249 #: c-family/c-attribs.cc:4400 d/d-attribs.cc:1222
34250 #, gcc-internal-format
34251 msgid "%qE attribute argument value %qE is not an integer constant"
34252 msgstr ""
34254 #: c-family/c-attribs.cc:673 d/d-attribs.cc:1227
34255 #, gcc-internal-format
34256 msgid "%qE attribute argument %i value %qE is not an integer constant"
34257 msgstr ""
34259 #: c-family/c-attribs.cc:689 d/d-attribs.cc:1241
34260 #, gcc-internal-format
34261 msgid "%qE attribute argument value %qE does not refer to a function parameter"
34262 msgstr ""
34264 #: c-family/c-attribs.cc:694 d/d-attribs.cc:1246
34265 #, gcc-internal-format
34266 msgid ""
34267 "%qE attribute argument %i value %qE does not refer to a function parameter"
34268 msgstr ""
34270 #: c-family/c-attribs.cc:722 d/d-attribs.cc:1269
34271 #, gcc-internal-format
34272 msgid ""
34273 "%qE attribute argument value %qE exceeds the number of function parameters %u"
34274 msgstr ""
34276 #: c-family/c-attribs.cc:727 d/d-attribs.cc:1274
34277 #, gcc-internal-format
34278 msgid ""
34279 "%qE attribute argument %i value %qE exceeds the number of function "
34280 "parameters %u"
34281 msgstr ""
34283 #: c-family/c-attribs.cc:749
34284 #, gcc-internal-format
34285 msgid ""
34286 "%qE attribute argument value %qE does not refer to a variable argument list"
34287 msgstr ""
34289 #: c-family/c-attribs.cc:753
34290 #, gcc-internal-format
34291 msgid ""
34292 "%qE attribute argument %i value %qE does not refer to a variable argument "
34293 "list"
34294 msgstr ""
34296 #: c-family/c-attribs.cc:780 c-family/c-attribs.cc:793 d/d-attribs.cc:1295
34297 #, gcc-internal-format
34298 msgid "%qE attribute argument value %qE refers to parameter type %qT"
34299 msgstr ""
34301 #: c-family/c-attribs.cc:784 c-family/c-attribs.cc:798 d/d-attribs.cc:1300
34302 #, gcc-internal-format
34303 msgid "%qE attribute argument %i value %qE refers to parameter type %qT"
34304 msgstr ""
34306 #: c-family/c-attribs.cc:808
34307 #, gcc-internal-format
34308 msgid ""
34309 "%qE attribute argument value %qE refers to a variadic function parameter of "
34310 "unknown type"
34311 msgstr ""
34313 #: c-family/c-attribs.cc:813
34314 #, gcc-internal-format
34315 msgid ""
34316 "%qE attribute argument %i value %qE refers to a variadic function parameter "
34317 "of unknown type"
34318 msgstr ""
34320 #: c-family/c-attribs.cc:933
34321 #, gcc-internal-format
34322 msgid "ignoring attribute %qs because it conflicts with previous %qs"
34323 msgstr ""
34325 #: c-family/c-attribs.cc:971
34326 #, gcc-internal-format
34327 msgid "%qE attribute only supported on boolean types"
34328 msgstr ""
34330 #: c-family/c-attribs.cc:981
34331 #, gcc-internal-format
34332 msgid "%qE attribute with unsupported boolean precision"
34333 msgstr ""
34335 #: c-family/c-attribs.cc:1004
34336 #, gcc-internal-format
34337 msgid "%qE attribute ignored for type %qT"
34338 msgstr ""
34340 #: c-family/c-attribs.cc:1016
34341 #, gcc-internal-format
34342 msgid "%qE attribute ignored for field of type %qT"
34343 msgstr ""
34345 #: c-family/c-attribs.cc:1186 c-family/c-attribs.cc:3262
34346 #: c-family/c-attribs.cc:5736 ada/gcc-interface/utils.cc:7087
34347 #, gcc-internal-format
34348 msgid "%qE argument not a string"
34349 msgstr ""
34351 #: c-family/c-attribs.cc:1349 ada/gcc-interface/utils.cc:6633
34352 #, gcc-internal-format
34353 msgid "%qE attribute ignored due to conflict with attribute %qs"
34354 msgstr ""
34356 #: c-family/c-attribs.cc:1398
34357 #, gcc-internal-format
34358 msgid "%qE attribute ignored. Use %<-fcf-protection%> option to enable it"
34359 msgstr ""
34361 #: c-family/c-attribs.cc:1438 c-family/c-attribs.cc:1444
34362 #: c-family/c-attribs.cc:5548 c-family/c-attribs.cc:5594
34363 #: c-family/c-attribs.cc:5600 ada/gcc-interface/utils.cc:6940
34364 #: ada/gcc-interface/utils.cc:6974 ada/gcc-interface/utils.cc:6980
34365 #, gcc-internal-format
34366 msgid "%qE attribute ignored due to conflict with %qs attribute"
34367 msgstr ""
34369 #: c-family/c-attribs.cc:1500 jit/dummy-frontend.cc:190 lto/lto-lang.cc:293
34370 #, gcc-internal-format
34371 msgid "%qE attribute has no effect on unit local functions"
34372 msgstr ""
34374 #: c-family/c-attribs.cc:1670 c-family/c-attribs.cc:3245
34375 #, gcc-internal-format
34376 msgid "%qE attribute ignored because %qD is not a variable"
34377 msgstr ""
34379 #: c-family/c-attribs.cc:1676
34380 #, gcc-internal-format
34381 msgid "%qE attribute ignored because %qD is not a local variable"
34382 msgstr ""
34384 #: c-family/c-attribs.cc:1701 config/i386/i386-options.cc:3840
34385 #, gcc-internal-format
34386 msgid "%qE attribute have effect only on public objects"
34387 msgstr ""
34389 #: c-family/c-attribs.cc:1730
34390 #, gcc-internal-format
34391 msgid "%qE attribute only affects top level objects"
34392 msgstr ""
34394 #: c-family/c-attribs.cc:1769 c-family/c-attribs.cc:3919
34395 #, gcc-internal-format
34396 msgid "%qE attribute on function returning %<void%>"
34397 msgstr ""
34399 #: c-family/c-attribs.cc:1792
34400 #, gcc-internal-format
34401 msgid "%qE attribute is not supported because endianness is not uniform"
34402 msgstr ""
34404 #: c-family/c-attribs.cc:1809
34405 #, gcc-internal-format
34406 msgid "attribute %qE argument must be one of %qs or %qs"
34407 msgstr ""
34409 #: c-family/c-attribs.cc:1905
34410 #, gcc-internal-format
34411 msgid "destructor priorities are not supported"
34412 msgstr ""
34414 #: c-family/c-attribs.cc:1907
34415 #, gcc-internal-format
34416 msgid "constructor priorities are not supported"
34417 msgstr ""
34419 #: c-family/c-attribs.cc:1929
34420 #, gcc-internal-format, gfc-internal-format
34421 msgid "destructor priorities from 0 to %d are reserved for the implementation"
34422 msgstr ""
34424 #: c-family/c-attribs.cc:1934
34425 #, gcc-internal-format, gfc-internal-format
34426 msgid "constructor priorities from 0 to %d are reserved for the implementation"
34427 msgstr ""
34429 #: c-family/c-attribs.cc:1942
34430 #, gcc-internal-format, gfc-internal-format
34431 msgid "destructor priorities must be integers from 0 to %d inclusive"
34432 msgstr ""
34434 #: c-family/c-attribs.cc:1945
34435 #, gcc-internal-format, gfc-internal-format
34436 msgid "constructor priorities must be integers from 0 to %d inclusive"
34437 msgstr ""
34439 #: c-family/c-attribs.cc:2098
34440 #, gcc-internal-format
34441 msgid "unknown machine mode %qE"
34442 msgstr ""
34444 #: c-family/c-attribs.cc:2132
34445 #, gcc-internal-format
34446 msgid "specifying vector types with %<__attribute__ ((mode))%> is deprecated"
34447 msgstr ""
34449 #: c-family/c-attribs.cc:2135
34450 #, gcc-internal-format
34451 msgid "use %<__attribute__ ((vector_size))%> instead"
34452 msgstr ""
34454 #: c-family/c-attribs.cc:2144
34455 #, gcc-internal-format
34456 msgid "unable to emulate %qs"
34457 msgstr ""
34459 #: c-family/c-attribs.cc:2157
34460 #, gcc-internal-format
34461 msgid "invalid pointer mode %qs"
34462 msgstr ""
34464 #: c-family/c-attribs.cc:2174
34465 #, gcc-internal-format
34466 msgid "signedness of type and machine mode %qs don%'t match"
34467 msgstr ""
34469 #: c-family/c-attribs.cc:2185
34470 #, gcc-internal-format
34471 msgid "no data type for mode %qs"
34472 msgstr ""
34474 #: c-family/c-attribs.cc:2195
34475 #, gcc-internal-format
34476 msgid "cannot use mode %qs for enumerated types"
34477 msgstr ""
34479 #: c-family/c-attribs.cc:2223
34480 #, gcc-internal-format
34481 msgid "mode %qs applied to inappropriate type"
34482 msgstr ""
34484 #: c-family/c-attribs.cc:2252 c-family/c-attribs.cc:2609 d/d-attribs.cc:1021
34485 #, gcc-internal-format
34486 msgid "section attributes are not supported for this target"
34487 msgstr ""
34489 #: c-family/c-attribs.cc:2258 d/d-attribs.cc:1028
34490 #, gcc-internal-format
34491 msgid "section attribute not allowed for %q+D"
34492 msgstr ""
34494 #: c-family/c-attribs.cc:2264
34495 #, gcc-internal-format
34496 msgid "section attribute argument not a string constant"
34497 msgstr ""
34499 #: c-family/c-attribs.cc:2273 d/d-attribs.cc:1044
34500 #, gcc-internal-format
34501 msgid "section attribute cannot be specified for local variables"
34502 msgstr ""
34504 #: c-family/c-attribs.cc:2284 config/bfin/bfin.cc:4796 config/bfin/bfin.cc:4847
34505 #: config/bfin/bfin.cc:4873 config/bfin/bfin.cc:4886 d/d-attribs.cc:1055
34506 #, gcc-internal-format
34507 msgid "section of %q+D conflicts with previous declaration"
34508 msgstr ""
34510 #: c-family/c-attribs.cc:2293 c-family/c-attribs.cc:2635 d/d-attribs.cc:1064
34511 #, gcc-internal-format
34512 msgid "section of %q+D cannot be overridden"
34513 msgstr ""
34515 #: c-family/c-attribs.cc:2409
34516 #, gcc-internal-format
34517 msgid "alignment may not be specified for %q+D"
34518 msgstr ""
34520 #: c-family/c-attribs.cc:2434
34521 #, gcc-internal-format
34522 msgid ""
34523 "ignoring attribute %<%E (%u)%> because it conflicts with attribute %<%E "
34524 "(%u)%>"
34525 msgstr ""
34527 #: c-family/c-attribs.cc:2479
34528 #, gcc-internal-format
34529 msgid "%<warn_if_not_aligned%> may not be specified for %q+D"
34530 msgstr ""
34532 #: c-family/c-attribs.cc:2530
34533 #, gcc-internal-format
34534 msgid "%qE attribute may not be specified for %q+D"
34535 msgstr ""
34537 #: c-family/c-attribs.cc:2537
34538 #, gcc-internal-format
34539 msgid "%qE attribute may not be specified for a non-array field"
34540 msgstr ""
34542 #: c-family/c-attribs.cc:2544
34543 #, gcc-internal-format
34544 msgid "%qE attribute argument not an integer"
34545 msgstr ""
34547 #: c-family/c-attribs.cc:2550 c-family/c-attribs.cc:5932
34548 #, gcc-internal-format
34549 msgid "%qE attribute argument %qE is not an integer constant between 0 and 3"
34550 msgstr ""
34552 #: c-family/c-attribs.cc:2570 d/d-attribs.cc:1143
34553 #, gcc-internal-format
34554 msgid "inline function %q+D declared weak"
34555 msgstr ""
34557 #: c-family/c-attribs.cc:2575
34558 #, gcc-internal-format
34559 msgid "indirect function %q+D cannot be declared weak"
34560 msgstr ""
34562 #: c-family/c-attribs.cc:2616
34563 #, gcc-internal-format
34564 msgid "ignoring %qE attribute not set on a variable"
34565 msgstr ""
34567 #: c-family/c-attribs.cc:2626 config/bfin/bfin.cc:4824
34568 #: config/loongarch/loongarch.cc:6489
34569 #, gcc-internal-format
34570 msgid "%qE attribute cannot be specified for local variables"
34571 msgstr ""
34573 #: c-family/c-attribs.cc:2641
34574 #, gcc-internal-format
34575 msgid "%qE attribute is specific to ELF targets"
34576 msgstr ""
34578 #: c-family/c-attribs.cc:2648
34579 #, gcc-internal-format
34580 msgid "ignoring %qE attribute set on const variable"
34581 msgstr ""
34583 #: c-family/c-attribs.cc:2659
34584 #, gcc-internal-format
34585 msgid "ignoring %qE attribute set on initialized variable"
34586 msgstr ""
34588 #: c-family/c-attribs.cc:2672
34589 #, gcc-internal-format
34590 msgid "ignoring %qE attribute set on uninitialized variable"
34591 msgstr ""
34593 #: c-family/c-attribs.cc:2705
34594 #, gcc-internal-format
34595 msgid "%qE attribute is only applicable on functions"
34596 msgstr ""
34598 #: c-family/c-attribs.cc:2724 d/d-attribs.cc:1091
34599 #, gcc-internal-format
34600 msgid "%<symver%> attribute only applies to functions and variables"
34601 msgstr ""
34603 #: c-family/c-attribs.cc:2732 d/d-attribs.cc:1099
34604 #, gcc-internal-format
34605 msgid "%<symver%> attribute is only applicable to symbols"
34606 msgstr ""
34608 #: c-family/c-attribs.cc:2742
34609 #, gcc-internal-format
34610 msgid "%<symver%> attribute argument not a string constant"
34611 msgstr ""
34613 #: c-family/c-attribs.cc:2756 d/d-attribs.cc:1123
34614 #, gcc-internal-format
34615 msgid "symver attribute argument must have format %<name@nodename%>"
34616 msgstr ""
34618 #: c-family/c-attribs.cc:2757 d/d-attribs.cc:1124
34619 #, gcc-internal-format
34620 msgid "%<symver%> attribute argument %qs must contain one or two %<@%>"
34621 msgstr ""
34623 #: c-family/c-attribs.cc:2792
34624 #, gcc-internal-format
34625 msgid "%q+D defined both normally and as %qE attribute"
34626 msgstr ""
34628 #: c-family/c-attribs.cc:2800
34629 #, gcc-internal-format
34630 msgid "weak %q+D cannot be defined %qE"
34631 msgstr ""
34633 #: c-family/c-attribs.cc:2817 c-family/c-attribs.cc:3810
34634 #: ada/gcc-interface/utils.cc:6893
34635 #, gcc-internal-format
34636 msgid "attribute %qE argument not a string"
34637 msgstr ""
34639 #: c-family/c-attribs.cc:2850
34640 #, gcc-internal-format
34641 msgid "%+qD declared %qs after being used"
34642 msgstr ""
34644 #: c-family/c-attribs.cc:2900
34645 #, gcc-internal-format
34646 msgid "%qE attribute argument cannot be a string"
34647 msgstr ""
34649 #: c-family/c-attribs.cc:2913
34650 #, gcc-internal-format
34651 msgid "%qE attribute argument cannot be a constant arithmetic expression"
34652 msgstr ""
34654 #: c-family/c-attribs.cc:2924
34655 #, gcc-internal-format
34656 msgid "%qE attribute ignored on a redeclaration of the referenced symbol"
34657 msgstr ""
34659 #: c-family/c-attribs.cc:2979
34660 #, gcc-internal-format
34661 msgid ""
34662 "%qE attribute ignored on a declaration of a different kind than referenced "
34663 "symbol"
34664 msgstr ""
34666 #: c-family/c-attribs.cc:2984
34667 #, gcc-internal-format
34668 msgid "symbol %qD referenced by %qD declared here"
34669 msgstr ""
34671 #: c-family/c-attribs.cc:3032
34672 #, gcc-internal-format
34673 msgid "%qE attribute must apply to a declaration"
34674 msgstr ""
34676 #: c-family/c-attribs.cc:3090
34677 #, gcc-internal-format
34678 msgid "indirect function %q+D cannot be declared %qE"
34679 msgstr ""
34681 #: c-family/c-attribs.cc:3113
34682 #, gcc-internal-format
34683 msgid "%qE attribute must appear before %qs attribute"
34684 msgstr ""
34686 #: c-family/c-attribs.cc:3126
34687 #, gcc-internal-format
34688 msgid "%+qD declared %qE after being used"
34689 msgstr ""
34691 #: c-family/c-attribs.cc:3150
34692 #, gcc-internal-format
34693 msgid "%qE attribute ignored on non-class types"
34694 msgstr ""
34696 #: c-family/c-attribs.cc:3156
34697 #, gcc-internal-format
34698 msgid "%qE attribute ignored because %qT is already defined"
34699 msgstr ""
34701 #: c-family/c-attribs.cc:3169
34702 #, gcc-internal-format
34703 msgid "visibility argument not a string"
34704 msgstr ""
34706 #: c-family/c-attribs.cc:3181 d/d-attribs.cc:1581
34707 #, gcc-internal-format
34708 msgid "%qE attribute ignored on types"
34709 msgstr ""
34711 #: c-family/c-attribs.cc:3197 d/d-attribs.cc:1610
34712 #, gcc-internal-format
34713 msgid "attribute %qE argument must be one of %qs, %qs, %qs, or %qs"
34714 msgstr ""
34716 #: c-family/c-attribs.cc:3209 d/d-attribs.cc:1621
34717 #, gcc-internal-format
34718 msgid "%qD redeclared with different visibility"
34719 msgstr ""
34721 #: c-family/c-attribs.cc:3212 c-family/c-attribs.cc:3216 d/d-attribs.cc:1624
34722 #: d/d-attribs.cc:1628
34723 #, gcc-internal-format
34724 msgid "%qD was declared %qs which implies default visibility"
34725 msgstr ""
34727 #: c-family/c-attribs.cc:3253
34728 #, gcc-internal-format
34729 msgid "%qE attribute ignored because %qD does not have thread storage duration"
34730 msgstr ""
34732 #: c-family/c-attribs.cc:3275
34733 #, gcc-internal-format
34734 msgid "%qE argument must be one of %qs, %qs, %qs, or %qs"
34735 msgstr ""
34737 #: c-family/c-attribs.cc:3297 c-family/c-attribs.cc:3893
34738 #: c-family/c-attribs.cc:5701 c-family/c-attribs.cc:5728
34739 #: config/m32c/m32c.cc:2939 ada/gcc-interface/utils.cc:7073
34740 #, gcc-internal-format
34741 msgid "%qE attribute applies only to functions"
34742 msgstr ""
34744 #: c-family/c-attribs.cc:3343
34745 #, gcc-internal-format
34746 msgid "%<%E (%E)%> attribute ignored on functions declared %qs"
34747 msgstr ""
34749 #: c-family/c-attribs.cc:3353
34750 #, gcc-internal-format
34751 msgid "%<%E (%E)%> attribute ignored with deallocation functions declared %qs"
34752 msgstr ""
34754 #: c-family/c-attribs.cc:3357
34755 #, gcc-internal-format
34756 msgid "deallocation function declared here"
34757 msgstr ""
34759 #: c-family/c-attribs.cc:3384
34760 #, gcc-internal-format
34761 msgid "%qE attribute ignored; valid only for functions"
34762 msgstr ""
34764 #: c-family/c-attribs.cc:3394
34765 #, gcc-internal-format
34766 msgid ""
34767 "%qE attribute ignored on functions returning %qT; valid only for pointer "
34768 "return types"
34769 msgstr ""
34771 #. Handle specially the common case of specifying one of a number
34772 #. of overloads, such as operator delete.
34773 #: c-family/c-attribs.cc:3440
34774 #, gcc-internal-format
34775 msgid "%qE attribute argument 1 is ambiguous"
34776 msgstr ""
34778 #: c-family/c-attribs.cc:3442
34779 #, gcc-internal-format
34780 msgid "use a cast to the expected type to disambiguate"
34781 msgstr ""
34783 #: c-family/c-attribs.cc:3447
34784 #, gcc-internal-format
34785 msgid "%qE attribute argument 1 does not name a function"
34786 msgstr ""
34788 #: c-family/c-attribs.cc:3450
34789 #, gcc-internal-format
34790 msgid "argument references a symbol declared here"
34791 msgstr ""
34793 #. Reject functions without a prototype.
34794 #: c-family/c-attribs.cc:3466
34795 #, gcc-internal-format
34796 msgid "%qE attribute argument 1 must take a pointer type as its first argument"
34797 msgstr ""
34799 #: c-family/c-attribs.cc:3469 c-family/c-attribs.cc:3482
34800 #, gcc-internal-format
34801 msgid "referenced symbol declared here"
34802 msgstr ""
34804 #. Reject functions that don't take a pointer as their first
34805 #. argument.
34806 #: c-family/c-attribs.cc:3479
34807 #, gcc-internal-format
34808 msgid ""
34809 "%qE attribute argument 1 must take a pointer type as its first argument; "
34810 "have %qT"
34811 msgstr ""
34813 #: c-family/c-attribs.cc:3593 c-family/c-attribs.cc:3641
34814 #: c-family/c-attribs.cc:3668 d/d-attribs.cc:1326
34815 #, gcc-internal-format
34816 msgid "%qE attribute ignored on a function returning %qT"
34817 msgstr ""
34819 #: c-family/c-attribs.cc:3687
34820 #, gcc-internal-format
34821 msgid "%qE attribute argument %E is not an integer constant"
34822 msgstr ""
34824 #: c-family/c-attribs.cc:3695
34825 #, gcc-internal-format
34826 msgid "%qE attribute argument %E is not positive"
34827 msgstr ""
34829 #: c-family/c-attribs.cc:3706
34830 #, gcc-internal-format
34831 msgid "%qE attribute argument %E is not a power of 2"
34832 msgstr ""
34834 #: c-family/c-attribs.cc:3719
34835 #, gcc-internal-format
34836 msgid "%qE attribute argument %E is not in the range [0, %wu]"
34837 msgstr ""
34839 #: c-family/c-attribs.cc:3823 ada/gcc-interface/utils.cc:6906
34840 #, gcc-internal-format
34841 msgid ""
34842 "only %<inbranch%> and %<notinbranch%> flags are allowed for %<__simd__%> "
34843 "attribute"
34844 msgstr ""
34846 #: c-family/c-attribs.cc:3899 c-family/c-attribs.cc:5707
34847 #, gcc-internal-format
34848 msgid "cannot set %qE attribute after definition"
34849 msgstr ""
34851 #: c-family/c-attribs.cc:3966
34852 #, gcc-internal-format
34853 msgid "%qE attribute duplicated"
34854 msgstr ""
34856 #: c-family/c-attribs.cc:3968
34857 #, gcc-internal-format
34858 msgid "%qE attribute follows %qE"
34859 msgstr ""
34861 #: c-family/c-attribs.cc:4067
34862 #, gcc-internal-format
34863 msgid "type was previously declared %qE"
34864 msgstr ""
34866 #: c-family/c-attribs.cc:4080 cp/class.cc:4792
34867 #, gcc-internal-format
34868 msgid ""
34869 "%<transaction_safe_dynamic%> may only be specified for a virtual function"
34870 msgstr ""
34872 #: c-family/c-attribs.cc:4138
34873 #, gcc-internal-format
34874 msgid "%qE argument not an identifier"
34875 msgstr ""
34877 #: c-family/c-attribs.cc:4149
34878 #, gcc-internal-format
34879 msgid "%qD is not compatible with %qD"
34880 msgstr ""
34882 #: c-family/c-attribs.cc:4152
34883 #, gcc-internal-format
34884 msgid "%qE argument is not a function"
34885 msgstr ""
34887 #: c-family/c-attribs.cc:4200 cp/name-lookup.cc:6055
34888 #, gcc-internal-format
34889 msgid "deprecated message is not a string"
34890 msgstr ""
34892 #: c-family/c-attribs.cc:4249 c-family/c-attribs.cc:4314
34893 #, gcc-internal-format
34894 msgid "%qE attribute ignored for %qE"
34895 msgstr ""
34897 #: c-family/c-attribs.cc:4273
34898 #, gcc-internal-format
34899 msgid "the message attached to %<unavailable%> is not a string"
34900 msgstr ""
34902 #: c-family/c-attribs.cc:4372 c-family/c-attribs.cc:4374
34903 #, gcc-internal-format
34904 msgid "invalid vector type for attribute %qE"
34905 msgstr ""
34907 #: c-family/c-attribs.cc:4409 c-family/c-attribs.cc:4413
34908 #, gcc-internal-format
34909 msgid "%qE attribute argument value %qE is negative"
34910 msgstr ""
34912 #: c-family/c-attribs.cc:4426 c-family/c-attribs.cc:4430
34913 #, gcc-internal-format
34914 msgid "%qE attribute argument value %qE exceeds %wu"
34915 msgstr ""
34917 #: c-family/c-attribs.cc:4438 ada/gcc-interface/utils.cc:4158
34918 #, gcc-internal-format
34919 msgid "vector size not an integral multiple of component size"
34920 msgstr ""
34922 #: c-family/c-attribs.cc:4444 ada/gcc-interface/utils.cc:4165
34923 #, gcc-internal-format
34924 msgid "zero vector size"
34925 msgstr ""
34927 #: c-family/c-attribs.cc:4453 c-family/c-attribs.cc:4456
34928 #, gcc-internal-format
34929 msgid "number of vector components %wu not a power of two"
34930 msgstr ""
34932 #: c-family/c-attribs.cc:4463 c-family/c-attribs.cc:4467
34933 #, gcc-internal-format
34934 msgid "number of vector components %wu exceeds %d"
34935 msgstr ""
34937 #: c-family/c-attribs.cc:4527
34938 #, gcc-internal-format
34939 msgid "%qE attribute only supported on non-mask vector types"
34940 msgstr ""
34942 #: c-family/c-attribs.cc:4560 c-family/c-attribs.cc:4600
34943 #, gcc-internal-format
34944 msgid "%qE attribute without arguments on a non-prototype"
34945 msgstr ""
34947 #: c-family/c-attribs.cc:4641
34948 #, gcc-internal-format
34949 msgid "%qE attribute ignored on objects of type %qT"
34950 msgstr ""
34952 #: c-family/c-attribs.cc:4649
34953 #, gcc-internal-format
34954 msgid "%qE attribute does not apply to functions"
34955 msgstr ""
34957 #: c-family/c-attribs.cc:4787
34958 #, gcc-internal-format
34959 msgid "attribute %qs mismatch with mode %qs"
34960 msgstr ""
34962 #: c-family/c-attribs.cc:4836
34963 #, gcc-internal-format
34964 msgid ""
34965 "attribute %qs missing positional argument 2 provided in previous designation "
34966 "by argument %u"
34967 msgstr ""
34969 #: c-family/c-attribs.cc:4842
34970 #, gcc-internal-format
34971 msgid "attribute %qs positional argument 2 missing in previous designation"
34972 msgstr ""
34974 #: c-family/c-attribs.cc:4848
34975 #, gcc-internal-format
34976 msgid ""
34977 "attribute %qs positional argument 2 conflicts with previous designation by "
34978 "argument %u"
34979 msgstr ""
34981 #: c-family/c-attribs.cc:4856
34982 #, gcc-internal-format
34983 msgid "attribute %qs mismatched positional argument values %i and %i"
34984 msgstr ""
34986 #: c-family/c-attribs.cc:4878
34987 #, gcc-internal-format, gfc-internal-format
34988 msgid "designating the bound of variable length array argument %u"
34989 msgstr ""
34991 #: c-family/c-attribs.cc:4961
34992 #, gcc-internal-format
34993 msgid "attribute %qE without arguments on a non-prototype"
34994 msgstr ""
34996 #: c-family/c-attribs.cc:5011
34997 #, gcc-internal-format
34998 msgid "attribute %qE invalid mode"
34999 msgstr ""
35001 #: c-family/c-attribs.cc:5020
35002 #, gcc-internal-format
35003 msgid ""
35004 "attribute %qE mode %qE is not an identifier; expected one of %qs, %qs, %qs, "
35005 "or %qs"
35006 msgstr ""
35008 #: c-family/c-attribs.cc:5047
35009 #, gcc-internal-format
35010 msgid "attribute %qE invalid mode %qs; expected one of %qs, %qs, %qs, or %qs"
35011 msgstr ""
35013 #: c-family/c-attribs.cc:5058
35014 #, gcc-internal-format
35015 msgid ""
35016 "attribute %qE unexpected %<(%> after mode %qs; expected a positional "
35017 "argument or %<)%>"
35018 msgstr ""
35020 #. The first positional argument is required.  It may be worth
35021 #. dropping the requirement at some point and having read_only
35022 #. apply to all const-qualified pointers and read_write or
35023 #. write_only to the rest.
35024 #: c-family/c-attribs.cc:5071
35025 #, gcc-internal-format
35026 msgid "attribute %<%E(%s)%> missing an argument"
35027 msgstr ""
35029 #: c-family/c-attribs.cc:5112
35030 #, gcc-internal-format
35031 msgid "attribute %<%E(%s, %E, %E)%> invalid positional argument %i"
35032 msgstr ""
35034 #: c-family/c-attribs.cc:5115
35035 #, gcc-internal-format
35036 msgid "attribute %<%E(%s, %E)%> invalid positional argument %i"
35037 msgstr ""
35039 #: c-family/c-attribs.cc:5140
35040 #, gcc-internal-format
35041 msgid "attribute %qs positional argument %i invalid value %wi"
35042 msgstr ""
35044 #: c-family/c-attribs.cc:5144
35045 #, gcc-internal-format
35046 msgid ""
35047 "attribute %qs positional argument %i value %wi exceeds number of function "
35048 "arguments %u"
35049 msgstr ""
35051 #: c-family/c-attribs.cc:5151
35052 #, gcc-internal-format
35053 msgid "attribute %qs invalid positional argument"
35054 msgstr ""
35056 #. The first argument must have a pointer or reference type.
35057 #: c-family/c-attribs.cc:5159
35058 #, gcc-internal-format
35059 msgid ""
35060 "attribute %qs positional argument 1 references non-pointer argument type %qT"
35061 msgstr ""
35063 #: c-family/c-attribs.cc:5170
35064 #, gcc-internal-format
35065 msgid ""
35066 "attribute %qs positional argument 1 references argument of function type %qT"
35067 msgstr ""
35069 #: c-family/c-attribs.cc:5183
35070 #, gcc-internal-format
35071 msgid ""
35072 "attribute %qs positional argument 1 references %qs-qualified argument type "
35073 "%qT"
35074 msgstr ""
35076 #: c-family/c-attribs.cc:5201
35077 #, gcc-internal-format
35078 msgid ""
35079 "attribute %qs positional argument 2 references non-integer argument type %qT"
35080 msgstr ""
35082 #: c-family/c-attribs.cc:5433
35083 #, gcc-internal-format
35084 msgid "cleanup argument not an identifier"
35085 msgstr ""
35087 #: c-family/c-attribs.cc:5440
35088 #, gcc-internal-format
35089 msgid "cleanup argument not a function"
35090 msgstr ""
35092 #: c-family/c-attribs.cc:5477
35093 #, gcc-internal-format
35094 msgid "%qE attribute requires prototypes with named arguments"
35095 msgstr ""
35097 #: c-family/c-attribs.cc:5485
35098 #, gcc-internal-format
35099 msgid "%qE attribute only applies to variadic functions"
35100 msgstr ""
35102 #: c-family/c-attribs.cc:5501 ada/gcc-interface/utils.cc:6536
35103 #, gcc-internal-format
35104 msgid "requested position is not an integer constant"
35105 msgstr ""
35107 #: c-family/c-attribs.cc:5509 ada/gcc-interface/utils.cc:6543
35108 #, gcc-internal-format
35109 msgid "requested position is less than zero"
35110 msgstr ""
35112 #: c-family/c-attribs.cc:5564 ada/gcc-interface/utils.cc:6955
35113 #: d/d-attribs.cc:768
35114 #, gcc-internal-format
35115 msgid "empty string in attribute %<target%>"
35116 msgstr ""
35118 #. The argument must be a constant string.
35119 #: c-family/c-attribs.cc:5586 config/sh/sh.cc:8549 d/d-attribs.cc:1035
35120 #: d/d-attribs.cc:1109 d/d-attribs.cc:1412 d/d-attribs.cc:1454
35121 #: d/d-attribs.cc:1516 d/d-attribs.cc:1595
35122 #, gcc-internal-format
35123 msgid "%qE attribute argument not a string constant"
35124 msgstr ""
35126 #: c-family/c-attribs.cc:5753 ada/gcc-interface/utils.cc:7104
35127 #, gcc-internal-format
35128 msgid "unrecognized %qE attribute argument %qs"
35129 msgstr ""
35131 #: c-family/c-attribs.cc:5771
35132 #, gcc-internal-format
35133 msgid "%qE attribute on a function not returning a pointer"
35134 msgstr ""
35136 #: c-family/c-attribs.cc:5786
35137 #, gcc-internal-format
35138 msgid "%qE attribute is only valid on %<struct%> type"
35139 msgstr ""
35141 #: c-family/c-attribs.cc:5834
35142 #, gcc-internal-format
35143 msgid "%qE attribute argument %qE is not an integer constant"
35144 msgstr ""
35146 #: c-family/c-attribs.cc:5843
35147 #, gcc-internal-format
35148 msgid "%qE attribute argument %qE exceeds %u"
35149 msgstr ""
35151 #: c-family/c-attribs.cc:5865
35152 #, gcc-internal-format
35153 msgid "%qE attribute may be put on a typedef only; attribute is ignored"
35154 msgstr ""
35156 #: c-family/c-attribs.cc:5877
35157 #, gcc-internal-format
35158 msgid "%qE attribute is for pointer types only"
35159 msgstr ""
35161 #: c-family/c-attribs.cc:5896
35162 #, gcc-internal-format
35163 msgid ""
35164 "%qE is only applicable to Objective-C class interfaces, attribute ignored"
35165 msgstr ""
35167 #: c-family/c-attribs.cc:5919
35168 #, gcc-internal-format
35169 msgid "%qE cannot be applied to non-pointer type %qT"
35170 msgstr ""
35172 #: c-family/c-attribs.cc:5944
35173 #, gcc-internal-format
35174 msgid "%qE attribute argument %qE is not recognised"
35175 msgstr ""
35177 #: c-family/c-attribs.cc:5959
35178 #, gcc-internal-format
35179 msgid ""
35180 "%qE attribute ignored; valid only for functions and function pointer fields"
35181 msgstr ""
35183 #: c-family/c-attribs.cc:5970
35184 #, gcc-internal-format
35185 msgid "%qE attribute ignored; field must be a function pointer"
35186 msgstr ""
35188 #: c-family/c-attribs.cc:5994
35189 #, gcc-internal-format
35190 msgid "unknown attribute %qE"
35191 msgstr ""
35193 #: c-family/c-attribs.cc:6021
35194 #, gcc-internal-format
35195 msgid "invalid operand type %qT for %qs"
35196 msgstr ""
35198 #: c-family/c-attribs.cc:6125
35199 #, gcc-internal-format
35200 msgid "%qs attribute not supported for %qT in %<__builtin_has_attribute%>"
35201 msgstr ""
35203 #: c-family/c-attribs.cc:6127
35204 #, gcc-internal-format
35205 msgid "%qs attribute not supported for %qE in %<__builtin_has_attribute%>"
35206 msgstr ""
35208 #: c-family/c-attribs.cc:6304
35209 #, gcc-internal-format
35210 msgid "%qs attribute not supported in %<__builtin_has_attribute%>"
35211 msgstr ""
35213 #: c-family/c-common.cc:739
35214 #, gcc-internal-format
35215 msgid "%qD is not defined outside of function scope"
35216 msgstr ""
35218 #: c-family/c-common.cc:784
35219 #, gcc-internal-format
35220 msgid "size of string literal is too large"
35221 msgstr ""
35223 #: c-family/c-common.cc:807
35224 #, gcc-internal-format
35225 msgid ""
35226 "string length %qd is greater than the length %qd ISO C%d compilers are "
35227 "required to support"
35228 msgstr ""
35230 #: c-family/c-common.cc:980
35231 #, gcc-internal-format
35232 msgid ""
35233 "use %<-flax-vector-conversions%> to permit conversions between vectors with "
35234 "differing element types or numbers of subparts"
35235 msgstr ""
35237 #: c-family/c-common.cc:1021
35238 #, gcc-internal-format
35239 msgid "%<__builtin_shuffle%> last argument must be an integer vector"
35240 msgstr ""
35242 #: c-family/c-common.cc:1030
35243 #, gcc-internal-format
35244 msgid "%<__builtin_shuffle%> arguments must be vectors"
35245 msgstr ""
35247 #: c-family/c-common.cc:1037
35248 #, gcc-internal-format
35249 msgid "%<__builtin_shuffle%> argument vectors must be of the same type"
35250 msgstr ""
35252 #: c-family/c-common.cc:1048
35253 #, gcc-internal-format
35254 msgid ""
35255 "%<__builtin_shuffle%> number of elements of the argument vector(s) and the "
35256 "mask vector should be the same"
35257 msgstr ""
35259 #: c-family/c-common.cc:1058
35260 #, gcc-internal-format
35261 msgid ""
35262 "%<__builtin_shuffle%> argument vector(s) inner type must have the same size "
35263 "as inner type of the mask"
35264 msgstr ""
35266 #: c-family/c-common.cc:1109
35267 #, gcc-internal-format
35268 msgid "%<__builtin_shufflevector%> arguments must be vectors"
35269 msgstr ""
35271 #: c-family/c-common.cc:1120
35272 #, gcc-internal-format
35273 msgid "%<__builtin_shufflevector%> arguments must be constant size vectors"
35274 msgstr ""
35276 #: c-family/c-common.cc:1129
35277 #, gcc-internal-format
35278 msgid ""
35279 "%<__builtin_shufflevector%> argument vectors must have the same element type"
35280 msgstr ""
35282 #: c-family/c-common.cc:1137
35283 #, gcc-internal-format
35284 msgid ""
35285 "%<__builtin_shufflevector%> must specify a result with a power of two number "
35286 "of elements"
35287 msgstr ""
35289 #: c-family/c-common.cc:1162 c-family/c-common.cc:1172
35290 #, gcc-internal-format
35291 msgid "invalid element index %qE to %<__builtin_shufflevector%>"
35292 msgstr ""
35294 #: c-family/c-common.cc:1250
35295 #, gcc-internal-format
35296 msgid ""
35297 "%<__builtin_convertvector%> first argument must be an integer or floating "
35298 "vector"
35299 msgstr ""
35301 #: c-family/c-common.cc:1259
35302 #, gcc-internal-format
35303 msgid ""
35304 "%<__builtin_convertvector%> second argument must be an integer or floating "
35305 "vector type"
35306 msgstr ""
35308 #: c-family/c-common.cc:1268
35309 #, gcc-internal-format
35310 msgid ""
35311 "%<__builtin_convertvector%> number of elements of the first argument vector "
35312 "and the second argument vector type should be the same"
35313 msgstr ""
35315 #: c-family/c-common.cc:1895
35316 #, gcc-internal-format
35317 msgid "operation on %qE may be undefined"
35318 msgstr ""
35320 #: c-family/c-common.cc:2252
35321 #, gcc-internal-format
35322 msgid "case label does not reduce to an integer constant"
35323 msgstr ""
35325 #: c-family/c-common.cc:2339
35326 #, gcc-internal-format
35327 msgid ""
35328 "GCC cannot support operators with integer types and fixed-point types that "
35329 "have too many integral and fractional bits together"
35330 msgstr ""
35332 #: c-family/c-common.cc:2884
35333 #, gcc-internal-format
35334 msgid "invalid operands to binary %s (have %qT and %qT)"
35335 msgstr ""
35337 #: c-family/c-common.cc:3133
35338 #, gcc-internal-format
35339 msgid "comparison is always false due to limited range of data type"
35340 msgstr ""
35342 #: c-family/c-common.cc:3136
35343 #, gcc-internal-format
35344 msgid "comparison is always true due to limited range of data type"
35345 msgstr ""
35347 #: c-family/c-common.cc:3238
35348 #, gcc-internal-format
35349 msgid "comparison of unsigned expression in %<>= 0%> is always true"
35350 msgstr ""
35352 #: c-family/c-common.cc:3246
35353 #, gcc-internal-format
35354 msgid "comparison of unsigned expression in %<< 0%> is always false"
35355 msgstr ""
35357 #: c-family/c-common.cc:3290
35358 #, gcc-internal-format
35359 msgid "pointer of type %<void *%> used in arithmetic"
35360 msgstr ""
35362 #: c-family/c-common.cc:3299
35363 #, gcc-internal-format
35364 msgid "pointer to a function used in arithmetic"
35365 msgstr ""
35367 #: c-family/c-common.cc:3516
35368 #, gcc-internal-format
35369 msgid "enum constant in boolean context"
35370 msgstr ""
35372 #: c-family/c-common.cc:3546 d/d-convert.cc:149
35373 #, gcc-internal-format
35374 msgid "the address of %qD will always evaluate as %<true%>"
35375 msgstr ""
35377 #: c-family/c-common.cc:3591
35378 #, gcc-internal-format
35379 msgid "%<*%> in boolean context, suggest %<&&%> instead"
35380 msgstr ""
35382 #: c-family/c-common.cc:3603
35383 #, gcc-internal-format
35384 msgid "%<<<%> in boolean context, did you mean %<<%>?"
35385 msgstr ""
35387 #: c-family/c-common.cc:3619
35388 #, gcc-internal-format
35389 msgid ""
35390 "%<?:%> using integer constants in boolean context, the expression will "
35391 "always evaluate to %<true%>"
35392 msgstr ""
35394 #: c-family/c-common.cc:3628
35395 #, gcc-internal-format
35396 msgid "%<?:%> using integer constants in boolean context"
35397 msgstr ""
35399 #: c-family/c-common.cc:3664
35400 #, gcc-internal-format
35401 msgid ""
35402 "the compiler can assume that the address of %qD will always evaluate to "
35403 "%<true%>"
35404 msgstr ""
35406 #: c-family/c-common.cc:3699 cp/semantics.cc:874 cp/typeck.cc:10364
35407 #, gcc-internal-format
35408 msgid "suggest parentheses around assignment used as truth value"
35409 msgstr ""
35411 #: c-family/c-common.cc:3786 c/c-decl.cc:4845 c/c-decl.cc:7428
35412 #: c/c-parser.cc:3523 c/c-typeck.cc:16336
35413 #, gcc-internal-format
35414 msgid "invalid use of %<restrict%>"
35415 msgstr ""
35417 #: c-family/c-common.cc:3860
35418 #, gcc-internal-format
35419 msgid "invalid application of %<sizeof%> to a function type"
35420 msgstr ""
35422 #: c-family/c-common.cc:3870
35423 #, gcc-internal-format
35424 msgid "ISO C++ does not permit %<alignof%> applied to a function type"
35425 msgstr ""
35427 #: c-family/c-common.cc:3873
35428 #, gcc-internal-format
35429 msgid "ISO C does not permit %<_Alignof%> applied to a function type"
35430 msgstr ""
35432 #: c-family/c-common.cc:3884 cp/typeck.cc:2057
35433 #, gcc-internal-format
35434 msgid "invalid application of %qs to a void type"
35435 msgstr ""
35437 #: c-family/c-common.cc:3893
35438 #, gcc-internal-format
35439 msgid "invalid application of %qs to incomplete type %qT"
35440 msgstr ""
35442 #: c-family/c-common.cc:3901
35443 #, gcc-internal-format
35444 msgid "invalid application of %qs to array type %qT of incomplete element type"
35445 msgstr ""
35447 #: c-family/c-common.cc:3953
35448 #, gcc-internal-format
35449 msgid "%<__alignof%> applied to a bit-field"
35450 msgstr ""
35452 #: c-family/c-common.cc:4777
35453 #, gcc-internal-format
35454 msgid "first argument to %<va_arg%> not of type %<va_list%>"
35455 msgstr ""
35457 #: c-family/c-common.cc:4897
35458 #, gcc-internal-format
35459 msgid "cannot disable built-in function %qs"
35460 msgstr ""
35462 #: c-family/c-common.cc:5089
35463 #, gcc-internal-format
35464 msgid "pointers are not permitted as case values"
35465 msgstr ""
35467 #: c-family/c-common.cc:5096
35468 #, gcc-internal-format
35469 msgid "range expressions in switch statements are non-standard"
35470 msgstr ""
35472 #: c-family/c-common.cc:5124
35473 #, gcc-internal-format
35474 msgid "empty range specified"
35475 msgstr ""
35477 #: c-family/c-common.cc:5176
35478 #, gcc-internal-format
35479 msgid "duplicate (or overlapping) case value"
35480 msgstr ""
35482 #: c-family/c-common.cc:5178
35483 #, gcc-internal-format
35484 msgid "this is the first entry overlapping that value"
35485 msgstr ""
35487 #: c-family/c-common.cc:5182
35488 #, gcc-internal-format
35489 msgid "duplicate case value"
35490 msgstr ""
35492 #: c-family/c-common.cc:5183 c-family/c-warn.cc:2578
35493 #, gcc-internal-format
35494 msgid "previously used here"
35495 msgstr ""
35497 #: c-family/c-common.cc:5187
35498 #, gcc-internal-format
35499 msgid "multiple default labels in one switch"
35500 msgstr ""
35502 #: c-family/c-common.cc:5189
35503 #, gcc-internal-format
35504 msgid "this is the first default label"
35505 msgstr ""
35507 #: c-family/c-common.cc:5301
35508 #, gcc-internal-format
35509 msgid "taking the address of a label is non-standard"
35510 msgstr ""
35512 #: c-family/c-common.cc:5486
35513 #, gcc-internal-format
35514 msgid "requested alignment is not an integer constant"
35515 msgstr ""
35517 #: c-family/c-common.cc:5494 c-family/c-common.cc:5504
35518 #, gcc-internal-format
35519 msgid "requested alignment %qE is not a positive power of 2"
35520 msgstr ""
35522 #: c-family/c-common.cc:5514
35523 #, gcc-internal-format
35524 msgid "requested alignment %qE exceeds object file maximum %u"
35525 msgstr ""
35527 #: c-family/c-common.cc:5522
35528 #, gcc-internal-format
35529 msgid "requested alignment %qE exceeds maximum %u"
35530 msgstr ""
35532 #: c-family/c-common.cc:5697
35533 #, gcc-internal-format
35534 msgid "not enough variable arguments to fit a sentinel"
35535 msgstr ""
35537 #: c-family/c-common.cc:5711
35538 #, gcc-internal-format
35539 msgid "missing sentinel in function call"
35540 msgstr ""
35542 #: c-family/c-common.cc:5938 c-family/c-common.cc:5988 d/d-attribs.cc:834
35543 #: d/d-attribs.cc:884
35544 #, gcc-internal-format
35545 msgid "bad option %qs to attribute %<optimize%>"
35546 msgstr ""
35548 #: c-family/c-common.cc:5941 c-family/c-common.cc:5992
35549 #, gcc-internal-format
35550 msgid "bad option %qs to pragma %<optimize%>"
35551 msgstr ""
35553 #: c-family/c-common.cc:6040
35554 #, gcc-internal-format
35555 msgid "attribute %<fallthrough%> specified multiple times"
35556 msgstr ""
35558 #: c-family/c-common.cc:6044
35559 #, gcc-internal-format
35560 msgid "%<fallthrough%> attribute specified with a parameter"
35561 msgstr ""
35563 #: c-family/c-common.cc:6225 c-family/c-common.cc:7076
35564 #: c-family/c-common.cc:7123 c-family/c-common.cc:7198
35565 #: c-family/c-common.cc:7271 config/aarch64/aarch64-sve-builtins.cc:2125
35566 #: c/c-typeck.cc:3838
35567 #, gcc-internal-format
35568 msgid "too few arguments to function %qE"
35569 msgstr ""
35571 #: c-family/c-common.cc:6230 c-family/c-common.cc:7129
35572 #: c-family/c-common.cc:7297 config/aarch64/aarch64-sve-builtins.cc:2127
35573 #: c/c-typeck.cc:3699
35574 #, gcc-internal-format
35575 msgid "too many arguments to function %qE"
35576 msgstr ""
35578 #: c-family/c-common.cc:6272
35579 #, gcc-internal-format
35580 msgid "third argument to function %qE must be a constant integer"
35581 msgstr ""
35583 #: c-family/c-common.cc:6297
35584 #, gcc-internal-format
35585 msgid ""
35586 "second argument to function %qE must be a constant integer power of 2 "
35587 "between %qi and %qu bits"
35588 msgstr ""
35590 #: c-family/c-common.cc:6319 c-family/c-common.cc:6363
35591 #, gcc-internal-format
35592 msgid "non-floating-point argument in call to function %qE"
35593 msgstr ""
35595 #: c-family/c-common.cc:6342
35596 #, gcc-internal-format
35597 msgid "non-floating-point arguments in call to function %qE"
35598 msgstr ""
35600 #: c-family/c-common.cc:6356
35601 #, gcc-internal-format
35602 msgid "non-const integer argument %u in call to function %qE"
35603 msgstr ""
35605 #: c-family/c-common.cc:6376
35606 #, gcc-internal-format
35607 msgid "non-integer argument 3 in call to function %qE"
35608 msgstr ""
35610 #: c-family/c-common.cc:6393 c-family/c-common.cc:6443
35611 #, gcc-internal-format
35612 msgid "argument %u in call to function %qE does not have integral type"
35613 msgstr ""
35615 #: c-family/c-common.cc:6400
35616 #, gcc-internal-format
35617 msgid ""
35618 "argument 3 in call to function %qE does not have pointer to integral type"
35619 msgstr ""
35621 #: c-family/c-common.cc:6406
35622 #, gcc-internal-format
35623 msgid "argument 3 in call to function %qE has pointer to enumerated type"
35624 msgstr ""
35626 #: c-family/c-common.cc:6412
35627 #, gcc-internal-format
35628 msgid "argument 3 in call to function %qE has pointer to boolean type"
35629 msgstr ""
35631 #: c-family/c-common.cc:6418 c-family/c-common.cc:6425
35632 #: c-family/c-common.cc:6480 c-family/c-common.cc:6487
35633 #, gcc-internal-format
35634 msgid "argument %u in call to function %qE has pointer to %qs type (%qT)"
35635 msgstr ""
35637 #: c-family/c-common.cc:6449
35638 #, gcc-internal-format
35639 msgid "argument 3 in call to function %qE has enumerated type"
35640 msgstr ""
35642 #: c-family/c-common.cc:6455
35643 #, gcc-internal-format
35644 msgid "argument 3 in call to function %qE has boolean type"
35645 msgstr ""
35647 #: c-family/c-common.cc:6468
35648 #, gcc-internal-format
35649 msgid "argument %u in call to function %qE does not have pointer type"
35650 msgstr ""
35652 #: c-family/c-common.cc:6474
35653 #, gcc-internal-format
35654 msgid "argument %u in call to function %qE points to incomplete type"
35655 msgstr ""
35657 #: c-family/c-common.cc:6753 rust/backend/rust-tree.cc:3553
35658 #, gcc-internal-format
35659 msgid "cannot apply %<offsetof%> to static data member %qD"
35660 msgstr ""
35662 #: c-family/c-common.cc:6758 rust/backend/rust-tree.cc:3558
35663 #, gcc-internal-format
35664 msgid "cannot apply %<offsetof%> when %<operator[]%> is overloaded"
35665 msgstr ""
35667 #: c-family/c-common.cc:6765 rust/backend/rust-tree.cc:3565
35668 #, gcc-internal-format
35669 msgid "cannot apply %<offsetof%> to a non constant address"
35670 msgstr ""
35672 #: c-family/c-common.cc:6778 rust/backend/rust-tree.cc:3578
35673 #, gcc-internal-format
35674 msgid "attempt to take address of bit-field structure member %qD"
35675 msgstr ""
35677 #: c-family/c-common.cc:6831 rust/backend/rust-tree.cc:3630
35678 #, gcc-internal-format
35679 msgid "index %E denotes an offset greater than size of %qT"
35680 msgstr ""
35682 #: c-family/c-common.cc:6992
35683 #, gcc-internal-format
35684 msgid "size of array is too large"
35685 msgstr ""
35687 #: c-family/c-common.cc:7106 c-family/c-common.cc:7230
35688 #, gcc-internal-format
35689 msgid "operand type %qT is incompatible with argument %d of %qE"
35690 msgstr ""
35692 #: c-family/c-common.cc:7140
35693 #, gcc-internal-format
35694 msgid "expecting argument of type pointer or of type integer for argument 1"
35695 msgstr ""
35697 #: c-family/c-common.cc:7156
35698 #, gcc-internal-format
35699 msgid "both arguments must be compatible"
35700 msgstr ""
35702 #: c-family/c-common.cc:7372
35703 #, gcc-internal-format
35704 msgid "incorrect number of arguments to function %qE"
35705 msgstr ""
35707 #: c-family/c-common.cc:7386
35708 #, gcc-internal-format
35709 msgid "argument 1 of %qE must be a non-void pointer type"
35710 msgstr ""
35712 #: c-family/c-common.cc:7393
35713 #, gcc-internal-format
35714 msgid "argument 1 of %qE must be a pointer to a complete type"
35715 msgstr ""
35717 #: c-family/c-common.cc:7402
35718 #, gcc-internal-format
35719 msgid "argument 1 of %qE must be a pointer to a constant size type"
35720 msgstr ""
35722 #: c-family/c-common.cc:7413
35723 #, gcc-internal-format
35724 msgid "argument 1 of %qE must be a pointer to a nonzero size object"
35725 msgstr ""
35727 #: c-family/c-common.cc:7434
35728 #, gcc-internal-format
35729 msgid "argument %d of %qE must be a pointer type"
35730 msgstr ""
35732 #: c-family/c-common.cc:7442
35733 #, gcc-internal-format
35734 msgid "argument %d of %qE must be a pointer to a constant size type"
35735 msgstr ""
35737 #: c-family/c-common.cc:7448
35738 #, gcc-internal-format
35739 msgid "argument %d of %qE must not be a pointer to a function"
35740 msgstr ""
35742 #: c-family/c-common.cc:7456
35743 #, gcc-internal-format
35744 msgid "size mismatch in argument %d of %qE"
35745 msgstr ""
35747 #: c-family/c-common.cc:7469
35748 #, gcc-internal-format
35749 msgid "argument %d of %qE must not be a pointer to a %<const%> type"
35750 msgstr ""
35752 #: c-family/c-common.cc:7474
35753 #, gcc-internal-format
35754 msgid "argument %d of %qE discards %<const%> qualifier"
35755 msgstr ""
35757 #: c-family/c-common.cc:7483
35758 #, gcc-internal-format
35759 msgid "argument %d of %qE must not be a pointer to a %<volatile%> type"
35760 msgstr ""
35762 #: c-family/c-common.cc:7488
35763 #, gcc-internal-format
35764 msgid "argument %d of %qE discards %<volatile%> qualifier"
35765 msgstr ""
35767 #: c-family/c-common.cc:7501
35768 #, gcc-internal-format
35769 msgid "non-integer memory model argument %d of %qE"
35770 msgstr ""
35772 #: c-family/c-common.cc:7514
35773 #, gcc-internal-format
35774 msgid "invalid memory model argument %d of %qE"
35775 msgstr ""
35777 #: c-family/c-common.cc:7915
35778 #, gcc-internal-format
35779 msgid ""
35780 "this target does not define a speculation barrier; your program will still "
35781 "execute correctly, but incorrect speculation may not be restricted"
35782 msgstr ""
35784 #: c-family/c-common.cc:8553
35785 #, gcc-internal-format
35786 msgid "index value is out of bound"
35787 msgstr ""
35789 #: c-family/c-common.cc:8595 c-family/c-common.cc:8644
35790 #: c-family/c-common.cc:8660
35791 #, gcc-internal-format
35792 msgid "conversion of scalar %qT to vector %qT involves truncation"
35793 msgstr ""
35795 #. Reject arguments that are built-in functions with
35796 #. no library fallback.
35797 #: c-family/c-common.cc:8748 rust/backend/rust-tree.cc:3449
35798 #, gcc-internal-format
35799 msgid "built-in function %qE must be directly called"
35800 msgstr ""
35802 #: c-family/c-common.cc:8768
35803 #, gcc-internal-format
35804 msgid "size of array %qE is not a constant expression"
35805 msgstr ""
35807 #: c-family/c-common.cc:8771
35808 #, gcc-internal-format
35809 msgid "size of array is not a constant expression"
35810 msgstr ""
35812 #: c-family/c-common.cc:8775
35813 #, gcc-internal-format
35814 msgid "size %qE of array %qE is negative"
35815 msgstr ""
35817 #: c-family/c-common.cc:8778
35818 #, gcc-internal-format
35819 msgid "size %qE of array is negative"
35820 msgstr ""
35822 #: c-family/c-common.cc:8783
35823 #, gcc-internal-format
35824 msgid "size %qE of array %qE exceeds maximum object size %qE"
35825 msgstr ""
35827 #: c-family/c-common.cc:8786
35828 #, gcc-internal-format
35829 msgid "size %qE of array exceeds maximum object size %qE"
35830 msgstr ""
35832 #: c-family/c-common.cc:8791
35833 #, gcc-internal-format
35834 msgid "size of array %qE exceeds maximum object size %qE"
35835 msgstr ""
35837 #: c-family/c-common.cc:8794
35838 #, gcc-internal-format
35839 msgid "size of array exceeds maximum object size %qE"
35840 msgstr ""
35842 #: c-family/c-common.cc:8865
35843 #, gcc-internal-format
35844 msgid ""
35845 "environment variable %qs must expand to a non-negative integer less than or "
35846 "equal to %wd"
35847 msgstr ""
35849 #: c-family/c-format.cc:197
35850 #, gcc-internal-format
35851 msgid "function does not return string type"
35852 msgstr ""
35854 #: c-family/c-format.cc:231
35855 #, gcc-internal-format
35856 msgid "format string argument is not a string type"
35857 msgstr ""
35859 #: c-family/c-format.cc:257
35860 #, gcc-internal-format
35861 msgid "found a %qs reference but the format argument should be a string"
35862 msgstr ""
35864 #: c-family/c-format.cc:260
35865 #, gcc-internal-format
35866 msgid "found a %qT but the format argument should be a string"
35867 msgstr ""
35869 #: c-family/c-format.cc:270
35870 #, gcc-internal-format
35871 msgid "format argument should be a %qs reference but a string was found"
35872 msgstr ""
35874 #: c-family/c-format.cc:292
35875 #, gcc-internal-format
35876 msgid "format argument should be a %qs reference"
35877 msgstr ""
35879 #: c-family/c-format.cc:346
35880 #, gcc-internal-format
35881 msgid "unrecognized format specifier"
35882 msgstr ""
35884 #: c-family/c-format.cc:359
35885 #, gcc-internal-format
35886 msgid "%qE is only allowed in Objective-C dialects"
35887 msgstr ""
35889 #: c-family/c-format.cc:368
35890 #, gcc-internal-format
35891 msgid "%qE is an unrecognized format function type"
35892 msgstr ""
35894 #: c-family/c-format.cc:386
35895 #, gcc-internal-format
35896 msgid "format string argument follows the arguments to be formatted"
35897 msgstr ""
35899 #: c-family/c-format.cc:1240
35900 #, gcc-internal-format
35901 msgid "function %qD might be a candidate for %qs format attribute"
35902 msgstr ""
35904 #: c-family/c-format.cc:1331 c-family/c-format.cc:1352
35905 #: c-family/c-format.cc:2787
35906 #, gcc-internal-format
35907 msgid "missing $ operand number in format"
35908 msgstr ""
35910 #: c-family/c-format.cc:1361
35911 #, gcc-internal-format, gfc-internal-format
35912 msgid "%s does not support %%n$ operand number formats"
35913 msgstr ""
35915 #: c-family/c-format.cc:1368
35916 #, gcc-internal-format
35917 msgid "operand number out of range in format"
35918 msgstr ""
35920 #: c-family/c-format.cc:1391
35921 #, gcc-internal-format, gfc-internal-format
35922 msgid "format argument %d used more than once in %s format"
35923 msgstr ""
35925 #: c-family/c-format.cc:1424
35926 #, gcc-internal-format
35927 msgid "%<$%>operand number used after format without operand number"
35928 msgstr ""
35930 #: c-family/c-format.cc:1455
35931 #, gcc-internal-format
35932 msgid "format argument %d unused before used argument %d in %<$%>-style format"
35933 msgstr ""
35935 #: c-family/c-format.cc:1558
35936 #, gcc-internal-format
35937 msgid "format not a string literal, format string not checked"
35938 msgstr ""
35940 #: c-family/c-format.cc:1573 c-family/c-format.cc:1576
35941 #, gcc-internal-format
35942 msgid "format not a string literal and no format arguments"
35943 msgstr ""
35945 #: c-family/c-format.cc:1579
35946 #, gcc-internal-format
35947 msgid "format not a string literal, argument types not checked"
35948 msgstr ""
35950 #: c-family/c-format.cc:1596
35951 #, gcc-internal-format
35952 msgid "too many arguments for format"
35953 msgstr ""
35955 #: c-family/c-format.cc:1601
35956 #, gcc-internal-format
35957 msgid "unused arguments in %<$%>-style format"
35958 msgstr ""
35960 #: c-family/c-format.cc:1604
35961 #, gcc-internal-format, gfc-internal-format
35962 msgid "zero-length %s format string"
35963 msgstr ""
35965 #: c-family/c-format.cc:1608
35966 #, gcc-internal-format
35967 msgid "format is a wide character string"
35968 msgstr ""
35970 #: c-family/c-format.cc:1612
35971 #, gcc-internal-format
35972 msgid "format string is not an array of type %qs"
35973 msgstr ""
35975 #: c-family/c-format.cc:1615
35976 #, gcc-internal-format
35977 msgid "unterminated format string"
35978 msgstr ""
35980 #: c-family/c-format.cc:2030
35981 #, gcc-internal-format
35982 msgid "%s used with %<%%%c%> %s format"
35983 msgstr ""
35985 #: c-family/c-format.cc:2040
35986 #, gcc-internal-format, gfc-internal-format
35987 msgid "%s does not support %s"
35988 msgstr ""
35990 #: c-family/c-format.cc:2050
35991 #, gcc-internal-format
35992 msgid "%s does not support %s with the %<%%%c%> %s format"
35993 msgstr ""
35995 #: c-family/c-format.cc:2064
35996 #, gcc-internal-format, gfc-internal-format
35997 msgid "%s used within a quoted sequence"
35998 msgstr ""
36000 #: c-family/c-format.cc:2077
36001 #, gcc-internal-format
36002 msgid "%qc conversion used unquoted"
36003 msgstr ""
36005 #: c-family/c-format.cc:2195 c-family/c-format.cc:2526
36006 #, gcc-internal-format, gfc-internal-format
36007 msgid "repeated %s in format"
36008 msgstr ""
36010 #: c-family/c-format.cc:2206
36011 #, gcc-internal-format
36012 msgid "missing fill character at end of strfmon format"
36013 msgstr ""
36015 #: c-family/c-format.cc:2308
36016 #, gcc-internal-format, gfc-internal-format
36017 msgid "zero width in %s format"
36018 msgstr ""
36020 #: c-family/c-format.cc:2331
36021 #, gcc-internal-format, gfc-internal-format
36022 msgid "empty left precision in %s format"
36023 msgstr ""
36025 #: c-family/c-format.cc:2422
36026 #, gcc-internal-format, gfc-internal-format
36027 msgid "empty precision in %s format"
36028 msgstr ""
36030 #: c-family/c-format.cc:2500
36031 #, gcc-internal-format
36032 msgid "%s does not support the %qs %s length modifier"
36033 msgstr ""
36035 #: c-family/c-format.cc:2556
36036 #, gcc-internal-format
36037 msgid "unknown conversion type character %qc in format"
36038 msgstr ""
36040 #: c-family/c-format.cc:2568
36041 #, gcc-internal-format
36042 msgid "%s does not support the %<%%%c%> %s format"
36043 msgstr ""
36045 #: c-family/c-format.cc:2600
36046 #, gcc-internal-format
36047 msgid "%s ignored with %s and %<%%%c%> %s format"
36048 msgstr ""
36050 #: c-family/c-format.cc:2605
36051 #, gcc-internal-format, gfc-internal-format
36052 msgid "%s ignored with %s in %s format"
36053 msgstr ""
36055 #: c-family/c-format.cc:2612
36056 #, gcc-internal-format
36057 msgid "use of %s and %s together with %<%%%c%> %s format"
36058 msgstr ""
36060 #: c-family/c-format.cc:2617
36061 #, gcc-internal-format, gfc-internal-format
36062 msgid "use of %s and %s together in %s format"
36063 msgstr ""
36065 #: c-family/c-format.cc:2644
36066 #, gcc-internal-format
36067 msgid "%<%%%c%> yields only last 2 digits of year in some locales"
36068 msgstr ""
36070 #: c-family/c-format.cc:2648
36071 #, gcc-internal-format
36072 msgid "%<%%%c%> yields only last 2 digits of year"
36073 msgstr ""
36075 #: c-family/c-format.cc:2675
36076 #, gcc-internal-format
36077 msgid "no closing %<]%> for %<%%[%> format"
36078 msgstr ""
36080 #: c-family/c-format.cc:2704
36081 #, gcc-internal-format
36082 msgid ""
36083 "use of %qs length modifier with %qc type character has either no effect or "
36084 "undefined behavior"
36085 msgstr ""
36087 #: c-family/c-format.cc:2726
36088 #, gcc-internal-format
36089 msgid "%s does not support the %<%%%s%c%> %s format"
36090 msgstr ""
36092 #: c-family/c-format.cc:2764
36093 #, gcc-internal-format
36094 msgid "operand number specified with suppressed assignment"
36095 msgstr ""
36097 #: c-family/c-format.cc:2768
36098 #, gcc-internal-format
36099 msgid "operand number specified for format taking no argument"
36100 msgstr ""
36102 #: c-family/c-format.cc:3118
36103 #, gcc-internal-format
36104 msgid "unquoted type name %<%.*s%> in format"
36105 msgstr ""
36107 #: c-family/c-format.cc:3120
36108 #, gcc-internal-format
36109 msgid "unquoted operator %<%.*s%> in format"
36110 msgstr ""
36112 #: c-family/c-format.cc:3121
36113 #, gcc-internal-format
36114 msgid "unquoted keyword %<%.*s%> in format"
36115 msgstr ""
36117 #: c-family/c-format.cc:3124
36118 #, gcc-internal-format
36119 msgid "use %qs instead"
36120 msgstr ""
36122 #: c-family/c-format.cc:3176
36123 #, gcc-internal-format
36124 msgid "unquoted attribute in format"
36125 msgstr ""
36127 #: c-family/c-format.cc:3189
36128 #, gcc-internal-format
36129 msgid "unquoted name of built-in function %<%.*s%> in format"
36130 msgstr ""
36132 #: c-family/c-format.cc:3203
36133 #, gcc-internal-format
36134 msgid "unquoted identifier or keyword %<%.*s%> in format"
36135 msgstr ""
36137 #: c-family/c-format.cc:3237
36138 #, gcc-internal-format
36139 msgid "misspelled term %<%.*s%> in format; use %<%s%s%> instead"
36140 msgstr ""
36142 #: c-family/c-format.cc:3281
36143 #, gcc-internal-format
36144 msgid "quoted %qs directive in format; use %qs instead"
36145 msgstr ""
36147 #: c-family/c-format.cc:3288 c-family/c-format.cc:3559
36148 #, gcc-internal-format
36149 msgid "contraction %<%.*s%> in format; use %qs instead"
36150 msgstr ""
36152 #: c-family/c-format.cc:3328
36153 #, gcc-internal-format
36154 msgid "unquoted whitespace character %qc in format"
36155 msgstr ""
36157 #: c-family/c-format.cc:3341
36158 #, gcc-internal-format
36159 msgid "spurious trailing space in format"
36160 msgstr ""
36162 #: c-family/c-format.cc:3362
36163 #, gcc-internal-format
36164 msgid "inconsistent capitalization in format"
36165 msgstr ""
36167 #: c-family/c-format.cc:3369
36168 #, gcc-internal-format, gfc-internal-format
36169 msgid "unquoted sequence of %i consecutive space characters in format"
36170 msgstr ""
36172 #: c-family/c-format.cc:3389
36173 #, gcc-internal-format
36174 msgid "unquoted control characters in format"
36175 msgstr ""
36177 #: c-family/c-format.cc:3396
36178 #, gcc-internal-format
36179 msgid "unquoted control character %qc in format"
36180 msgstr ""
36182 #: c-family/c-format.cc:3454
36183 #, gcc-internal-format
36184 msgid "unquoted option name %<%.*s%> in format"
36185 msgstr ""
36187 #: c-family/c-format.cc:3514
36188 #, gcc-internal-format
36189 msgid "unbalanced punctuation character %qc in format"
36190 msgstr ""
36192 #: c-family/c-format.cc:3533
36193 #, gcc-internal-format
36194 msgid "unquoted preprocessing directive %<%.*s%> in format"
36195 msgstr ""
36197 #: c-family/c-format.cc:3569
36198 #, gcc-internal-format
36199 msgid "bare apostrophe %<'%> in format"
36200 msgstr ""
36202 #: c-family/c-format.cc:3571
36203 #, gcc-internal-format
36204 msgid ""
36205 "if avoiding the apostrophe is not feasible, enclose it in a pair of %qs and "
36206 "%qs directives instead"
36207 msgstr ""
36209 #: c-family/c-format.cc:3583
36210 #, gcc-internal-format
36211 msgid "grave accent %<`%> in format"
36212 msgstr ""
36214 #: c-family/c-format.cc:3585
36215 #, gcc-internal-format
36216 msgid "use the apostrophe directive %qs instead"
36217 msgstr ""
36219 #: c-family/c-format.cc:3597
36220 #, gcc-internal-format
36221 msgid "space followed by punctuation character %<%c%>"
36222 msgstr ""
36224 #: c-family/c-format.cc:3608
36225 #, gcc-internal-format
36226 msgid "quoted %qs directive in format"
36227 msgstr ""
36229 #: c-family/c-format.cc:3610
36230 #, gcc-internal-format
36231 msgid "if using %qs is not feasible, use %qs instead"
36232 msgstr ""
36234 #: c-family/c-format.cc:3639
36235 #, gcc-internal-format
36236 msgid "spurious leading punctuation sequence %<%.*s%> in format"
36237 msgstr ""
36239 #: c-family/c-format.cc:3679
36240 #, gcc-internal-format
36241 msgid "spurious trailing punctuation sequence %<%.*s%> in format"
36242 msgstr ""
36244 #: c-family/c-format.cc:3696
36245 #, gcc-internal-format
36246 msgid ""
36247 "unquoted sequence of %i consecutive punctuation characters %q.*s in format"
36248 msgstr ""
36250 #: c-family/c-format.cc:3716
36251 #, gcc-internal-format
36252 msgid "unquoted non-graph characters in format"
36253 msgstr ""
36255 #: c-family/c-format.cc:3723
36256 #, gcc-internal-format
36257 msgid "unquoted non-graph character %qc in format"
36258 msgstr ""
36260 #: c-family/c-format.cc:3755
36261 #, gcc-internal-format
36262 msgid "unbalanced punctuation character %<%c%> in format"
36263 msgstr ""
36265 #: c-family/c-format.cc:3762
36266 #, gcc-internal-format
36267 msgid "unterminated quoting directive"
36268 msgstr ""
36270 #: c-family/c-format.cc:3771
36271 #, gcc-internal-format
36272 msgid "unterminated quote character %<%c%> in format"
36273 msgstr ""
36275 #: c-family/c-format.cc:3841
36276 #, gcc-internal-format
36277 msgid "spurious trailing %<%%%> in format"
36278 msgstr ""
36280 #: c-family/c-format.cc:3901
36281 #, gcc-internal-format
36282 msgid "conversion lacks type at end of format"
36283 msgstr ""
36285 #: c-family/c-format.cc:3930
36286 #, gcc-internal-format
36287 msgid "nested quoting directive"
36288 msgstr ""
36290 #: c-family/c-format.cc:3941
36291 #, gcc-internal-format
36292 msgid "unmatched quoting directive"
36293 msgstr ""
36295 #: c-family/c-format.cc:3956
36296 #, gcc-internal-format
36297 msgid "%qc directive redundant after prior occurence of the same"
36298 msgstr ""
36300 #: c-family/c-format.cc:3962
36301 #, gcc-internal-format
36302 msgid "unmatched color reset directive"
36303 msgstr ""
36305 #: c-family/c-format.cc:3974
36306 #, gcc-internal-format
36307 msgid "%qc conversion used within a quoted sequence"
36308 msgstr ""
36310 #: c-family/c-format.cc:4014
36311 #, gcc-internal-format
36312 msgid "embedded %<\\0%> in format"
36313 msgstr ""
36315 #: c-family/c-format.cc:4030
36316 #, gcc-internal-format
36317 msgid "unterminated color directive"
36318 msgstr ""
36320 #: c-family/c-format.cc:4152
36321 #, gcc-internal-format, gfc-internal-format
36322 msgid "writing through null pointer (argument %d)"
36323 msgstr ""
36325 #: c-family/c-format.cc:4163
36326 #, gcc-internal-format, gfc-internal-format
36327 msgid "reading through null pointer (argument %d)"
36328 msgstr ""
36330 #: c-family/c-format.cc:4183
36331 #, gcc-internal-format, gfc-internal-format
36332 msgid "writing into constant object (argument %d)"
36333 msgstr ""
36335 #: c-family/c-format.cc:4195
36336 #, gcc-internal-format, gfc-internal-format
36337 msgid "extra type qualifiers in format argument (argument %d)"
36338 msgstr ""
36340 #: c-family/c-format.cc:4736
36341 #, gcc-internal-format
36342 msgid ""
36343 "%s %<%s%.*s%> expects argument of type %<%s%s%>, but argument %d has type %qT"
36344 msgstr ""
36346 #: c-family/c-format.cc:4745
36347 #, gcc-internal-format
36348 msgid "%s %<%s%.*s%> expects a matching %<%s%s%> argument"
36349 msgstr ""
36351 #: c-family/c-format.cc:4755
36352 #, gcc-internal-format
36353 msgid ""
36354 "%s %<%s%.*s%> expects argument of type %<%T%s%>, but argument %d has type %qT"
36355 msgstr ""
36357 #: c-family/c-format.cc:4764
36358 #, gcc-internal-format
36359 msgid "%s %<%s%.*s%> expects a matching %<%T%s%> argument"
36360 msgstr ""
36362 #: c-family/c-format.cc:4826 c-family/c-format.cc:4832
36363 #: c-family/c-format.cc:4886
36364 #, gcc-internal-format
36365 msgid "%<__gcc_host_wide_int__%> is not defined as a type"
36366 msgstr ""
36368 #: c-family/c-format.cc:4839 c-family/c-format.cc:4896
36369 #, gcc-internal-format
36370 msgid "%<__gcc_host_wide_int__%> is not defined as %<long%> or %<long long%>"
36371 msgstr ""
36373 #: c-family/c-format.cc:4948
36374 #, gcc-internal-format
36375 msgid "%<locus%> is not defined as a type"
36376 msgstr ""
36378 #: c-family/c-format.cc:4992
36379 #, gcc-internal-format
36380 msgid "%qs is not defined as a type"
36381 msgstr ""
36383 #: c-family/c-format.cc:5018
36384 #, gcc-internal-format
36385 msgid "%<location_t%> is not defined as a type"
36386 msgstr ""
36388 #: c-family/c-format.cc:5035
36389 #, gcc-internal-format
36390 msgid "%<tree%> is not defined as a type"
36391 msgstr ""
36393 #: c-family/c-format.cc:5041
36394 #, gcc-internal-format
36395 msgid "%<tree%> is not defined as a pointer type"
36396 msgstr ""
36398 #: c-family/c-format.cc:5221
36399 #, gcc-internal-format
36400 msgid "argument to be formatted is not %<...%>"
36401 msgstr ""
36403 #: c-family/c-format.cc:5233
36404 #, gcc-internal-format
36405 msgid "strftime formats cannot format arguments"
36406 msgstr ""
36408 #: c-family/c-indentation.cc:318
36409 #, gcc-internal-format
36410 msgid ""
36411 "%<-Wmisleading-indentation%> is disabled from this point onwards, since "
36412 "column-tracking was disabled due to the size of the code/headers"
36413 msgstr ""
36415 #: c-family/c-indentation.cc:323
36416 #, gcc-internal-format
36417 msgid ""
36418 "adding %<-flarge-source-files%> will allow for more column-tracking support, "
36419 "at the expense of compilation time and memory"
36420 msgstr ""
36422 #: c-family/c-indentation.cc:651
36423 #, gcc-internal-format
36424 msgid "this %qs clause does not guard..."
36425 msgstr ""
36427 #: c-family/c-indentation.cc:654
36428 #, gcc-internal-format
36429 msgid ""
36430 "...this statement, but the latter is misleadingly indented as if it were "
36431 "guarded by the %qs"
36432 msgstr ""
36434 #: c-family/c-lex.cc:226
36435 #, gcc-internal-format
36436 msgid "badly nested C headers from preprocessor"
36437 msgstr ""
36439 #: c-family/c-lex.cc:261
36440 #, gcc-internal-format
36441 msgid "ignoring %<#pragma %s %s%>"
36442 msgstr ""
36444 #. ... or not.
36445 #: c-family/c-lex.cc:610 c-family/c-lex.cc:1367
36446 #, gcc-internal-format
36447 msgid "stray %<@%> in program"
36448 msgstr ""
36450 #: c-family/c-lex.cc:625
36451 #, gcc-internal-format
36452 msgid "stray %qs in program"
36453 msgstr ""
36455 #: c-family/c-lex.cc:635
36456 #, gcc-internal-format, gfc-internal-format
36457 msgid "missing terminating %c character"
36458 msgstr ""
36460 #: c-family/c-lex.cc:637
36461 #, gcc-internal-format
36462 msgid "stray %qc in program"
36463 msgstr ""
36465 #: c-family/c-lex.cc:642
36466 #, gcc-internal-format
36467 msgid "stray %<\\%o%> in program"
36468 msgstr ""
36470 #: c-family/c-lex.cc:860
36471 #, gcc-internal-format
36472 msgid "this decimal constant is unsigned only in ISO C90"
36473 msgstr ""
36475 #: c-family/c-lex.cc:864
36476 #, gcc-internal-format
36477 msgid "this decimal constant would be unsigned in ISO C90"
36478 msgstr ""
36480 #: c-family/c-lex.cc:892
36481 #, gcc-internal-format
36482 msgid "integer constant is too large for %<unsigned long%> type"
36483 msgstr ""
36485 #: c-family/c-lex.cc:932
36486 #, gcc-internal-format
36487 msgid "unsuffixed floating constant"
36488 msgstr ""
36490 #: c-family/c-lex.cc:946
36491 #, gcc-internal-format
36492 msgid "decimal floating-point not supported for this target"
36493 msgstr ""
36495 #: c-family/c-lex.cc:969 c-family/c-lex.cc:997 c-family/c-lex.cc:1017
36496 #, gcc-internal-format
36497 msgid "unsupported non-standard suffix on floating constant"
36498 msgstr ""
36500 #: c-family/c-lex.cc:974 c-family/c-lex.cc:1010 c-family/c-lex.cc:1022
36501 #, gcc-internal-format
36502 msgid "non-standard suffix on floating constant"
36503 msgstr ""
36505 #: c-family/c-lex.cc:1004
36506 #, gcc-internal-format
36507 msgid ""
36508 "%<f%d%> or %<F%d%> suffix on floating constant only available with %<-std=c+"
36509 "+2b%> or %<-std=gnu++2b%>"
36510 msgstr ""
36512 #: c-family/c-lex.cc:1025
36513 #, gcc-internal-format
36514 msgid ""
36515 "%<bf16%> or %<BF16%> suffix on floating constant only available with %<-"
36516 "std=c++2b%> or %<-std=gnu++2b%>"
36517 msgstr ""
36519 #: c-family/c-lex.cc:1105 c-family/c-lex.cc:1108
36520 #, gcc-internal-format
36521 msgid "floating constant exceeds range of %qT"
36522 msgstr ""
36524 #: c-family/c-lex.cc:1123
36525 #, gcc-internal-format
36526 msgid "floating constant truncated to zero"
36527 msgstr ""
36529 #: c-family/c-lex.cc:1324
36530 #, gcc-internal-format
36531 msgid "repeated %<@%> before Objective-C string"
36532 msgstr ""
36534 #: c-family/c-lex.cc:1343 c/c-parser.cc:7908
36535 #, gcc-internal-format
36536 msgid "unsupported non-standard concatenation of string literals"
36537 msgstr ""
36539 #: c-family/c-lex.cc:1379 c/c-parser.cc:7929
36540 #, gcc-internal-format
36541 msgid "traditional C rejects string constant concatenation"
36542 msgstr ""
36544 #: c-family/c-omp.cc:130 cp/pt.cc:19559
36545 #, gcc-internal-format
36546 msgid ""
36547 "%<#pragma omp critical%> with %<hint%> clause requires a name, except when "
36548 "%<omp_sync_hint_none%> is used"
36549 msgstr ""
36551 #: c-family/c-omp.cc:240
36552 #, gcc-internal-format
36553 msgid "invalid expression type for %<#pragma omp atomic%>"
36554 msgstr ""
36556 #: c-family/c-omp.cc:245
36557 #, gcc-internal-format
36558 msgid "%<_Atomic%> expression in %<#pragma omp atomic%>"
36559 msgstr ""
36561 #: c-family/c-omp.cc:250
36562 #, gcc-internal-format
36563 msgid ""
36564 "%<#pragma omp atomic compare capture%> with non-integral comparison result"
36565 msgstr ""
36567 #: c-family/c-omp.cc:539
36568 #, gcc-internal-format
36569 msgid "%<#pragma omp atomic update%> uses two different variables for memory"
36570 msgstr ""
36572 #: c-family/c-omp.cc:542 c-family/c-omp.cc:580
36573 #, gcc-internal-format
36574 msgid "%<#pragma omp atomic capture%> uses two different variables for memory"
36575 msgstr ""
36577 #: c-family/c-omp.cc:699
36578 #, gcc-internal-format
36579 msgid "type of %<depobj%> expression is not %<omp_depend_t%>"
36580 msgstr ""
36582 #: c-family/c-omp.cc:705
36583 #, gcc-internal-format
36584 msgid "%<const%> qualified %<depobj%> expression"
36585 msgstr ""
36587 #: c-family/c-omp.cc:730
36588 #, gcc-internal-format
36589 msgid "more than one locator in %<depend%> clause on %<depobj%> construct"
36590 msgstr ""
36592 #: c-family/c-omp.cc:736
36593 #, gcc-internal-format
36594 msgid ""
36595 "%<depobj%> dependence type specified in %<depend%> clause on %<depobj%> "
36596 "construct"
36597 msgstr ""
36599 #: c-family/c-omp.cc:752
36600 #, gcc-internal-format
36601 msgid "%<iterator%> modifier may not be specified on %<depobj%> construct"
36602 msgstr ""
36604 #: c-family/c-omp.cc:969 cp/semantics.cc:10612
36605 #, gcc-internal-format
36606 msgid "invalid type for iteration variable %qE"
36607 msgstr ""
36609 #: c-family/c-omp.cc:974
36610 #, gcc-internal-format
36611 msgid "%<_Atomic%> iteration variable %qE"
36612 msgstr ""
36614 #: c-family/c-omp.cc:990
36615 #, gcc-internal-format
36616 msgid "%qE is not initialized"
36617 msgstr ""
36619 #: c-family/c-omp.cc:1011 cp/semantics.cc:10501
36620 #, gcc-internal-format
36621 msgid "missing controlling predicate"
36622 msgstr ""
36624 #: c-family/c-omp.cc:1117 cp/semantics.cc:10117
36625 #, gcc-internal-format
36626 msgid "invalid controlling predicate"
36627 msgstr ""
36629 #: c-family/c-omp.cc:1124 cp/semantics.cc:10507
36630 #, gcc-internal-format
36631 msgid "missing increment expression"
36632 msgstr ""
36634 #: c-family/c-omp.cc:1224 c-family/c-omp.cc:1242
36635 #, gcc-internal-format
36636 msgid "increment is not constant 1 or -1 for %<!=%> condition"
36637 msgstr ""
36639 #: c-family/c-omp.cc:1255 cp/semantics.cc:10234
36640 #, gcc-internal-format
36641 msgid "invalid increment expression"
36642 msgstr ""
36644 #: c-family/c-omp.cc:1353
36645 #, gcc-internal-format
36646 msgid "initializer expression refers to iteration variable %qD"
36647 msgstr ""
36649 #: c-family/c-omp.cc:1357
36650 #, gcc-internal-format
36651 msgid "condition expression refers to iteration variable %qD"
36652 msgstr ""
36654 #: c-family/c-omp.cc:1361
36655 #, gcc-internal-format
36656 msgid "increment expression refers to iteration variable %qD"
36657 msgstr ""
36659 #: c-family/c-omp.cc:1539
36660 #, gcc-internal-format
36661 msgid ""
36662 "outer iteration variable %qD used in initializer expression has type other "
36663 "than %qT"
36664 msgstr ""
36666 #: c-family/c-omp.cc:1543
36667 #, gcc-internal-format
36668 msgid ""
36669 "outer iteration variable %qD used in condition expression has type other "
36670 "than %qT"
36671 msgstr ""
36673 #: c-family/c-omp.cc:1550
36674 #, gcc-internal-format
36675 msgid "outer iteration variable %qD multiplier expression %qE is not integral"
36676 msgstr ""
36678 #: c-family/c-omp.cc:1556
36679 #, gcc-internal-format
36680 msgid "outer iteration variable %qD addend expression %qE is not integral"
36681 msgstr ""
36683 #: c-family/c-omp.cc:1621 c-family/c-omp.cc:1706
36684 #, gcc-internal-format
36685 msgid "the same loop iteration variables %qD used in multiple associated loops"
36686 msgstr ""
36688 #: c-family/c-omp.cc:1656
36689 #, gcc-internal-format
36690 msgid ""
36691 "two different outer iteration variables %qD and %qD used in a single loop"
36692 msgstr ""
36694 #: c-family/c-omp.cc:2259
36695 #, gcc-internal-format
36696 msgid ""
36697 "invalid %<task%> reduction modifier on construct combined with %<simd%> or "
36698 "%<loop%>"
36699 msgstr ""
36701 #: c-family/c-omp.cc:2270
36702 #, gcc-internal-format
36703 msgid ""
36704 "invalid %<task%> reduction modifier on construct not combined with "
36705 "%<parallel%>, %<for%> or %<sections%>"
36706 msgstr ""
36708 #: c-family/c-omp.cc:2283
36709 #, gcc-internal-format
36710 msgid ""
36711 "%<inscan%> %<reduction%> clause on construct other than %<for%>, %<simd%>, "
36712 "%<for simd%>, %<parallel for%>, %<parallel for simd%>"
36713 msgstr ""
36715 #: c-family/c-omp.cc:2756 c/c-typeck.cc:16149 cp/semantics.cc:9229
36716 #, gcc-internal-format
36717 msgid ""
36718 "%qD specified in %<allocate%> clause but not in an explicit privatization "
36719 "clause"
36720 msgstr ""
36722 #: c-family/c-omp.cc:2848 c-family/c-omp.cc:2863
36723 #, gcc-internal-format
36724 msgid "%qD is not a function argument"
36725 msgstr ""
36727 #: c-family/c-opts.cc:338
36728 #, gcc-internal-format
36729 msgid "%<-I-%> specified twice"
36730 msgstr ""
36732 #: c-family/c-opts.cc:341
36733 #, gcc-internal-format
36734 msgid "obsolete option %<-I-%> used, please use %<-iquote%> instead"
36735 msgstr ""
36737 #: c-family/c-opts.cc:432
36738 #, gcc-internal-format
36739 msgid "%<-Wabi=1%> is not supported, using =2"
36740 msgstr ""
36742 #: c-family/c-opts.cc:619 fortran/cpp.cc:370
36743 #, gcc-internal-format
36744 msgid "output filename specified twice"
36745 msgstr ""
36747 #: c-family/c-opts.cc:852
36748 #, gcc-internal-format
36749 msgid "%<-fno-gnu89-inline%> is only supported in GNU99 or C99 mode"
36750 msgstr ""
36752 #: c-family/c-opts.cc:898
36753 #, gcc-internal-format
36754 msgid "%<-Wformat-y2k%> ignored without %<-Wformat%>"
36755 msgstr ""
36757 #: c-family/c-opts.cc:900
36758 #, gcc-internal-format
36759 msgid "%<-Wformat-extra-args%> ignored without %<-Wformat%>"
36760 msgstr ""
36762 #: c-family/c-opts.cc:902
36763 #, gcc-internal-format
36764 msgid "%<-Wformat-zero-length%> ignored without %<-Wformat%>"
36765 msgstr ""
36767 #: c-family/c-opts.cc:904
36768 #, gcc-internal-format
36769 msgid "%<-Wformat-nonliteral%> ignored without %<-Wformat%>"
36770 msgstr ""
36772 #: c-family/c-opts.cc:906
36773 #, gcc-internal-format
36774 msgid "%<-Wformat-contains-nul%> ignored without %<-Wformat%>"
36775 msgstr ""
36777 #: c-family/c-opts.cc:908
36778 #, gcc-internal-format
36779 msgid "%<-Wformat-security%> ignored without %<-Wformat%>"
36780 msgstr ""
36782 #: c-family/c-opts.cc:964
36783 #, gcc-internal-format
36784 msgid "%<-fabi-compat-version=1%> is not supported, using =2"
36785 msgstr ""
36787 #: c-family/c-opts.cc:991
36788 #, gcc-internal-format
36789 msgid "%<-Wabi%> won%'t warn about anything"
36790 msgstr ""
36792 #: c-family/c-opts.cc:993
36793 #, gcc-internal-format
36794 msgid ""
36795 "%<-Wabi%> warns about differences from the most up-to-date ABI, which is "
36796 "also used by default"
36797 msgstr ""
36799 #: c-family/c-opts.cc:996
36800 #, gcc-internal-format
36801 msgid "use e.g. %<-Wabi=11%> to warn about changes from GCC 7"
36802 msgstr ""
36804 #: c-family/c-opts.cc:1078
36805 #, gcc-internal-format
36806 msgid "external TLS initialization functions not supported on this target"
36807 msgstr ""
36809 #: c-family/c-opts.cc:1099
36810 #, gcc-internal-format
36811 msgid "too many filenames given; type %<%s %s%> for usage"
36812 msgstr ""
36814 #: c-family/c-opts.cc:1113
36815 #, gcc-internal-format
36816 msgid "opening output file %s: %m"
36817 msgstr ""
36819 #: c-family/c-opts.cc:1131
36820 #, gcc-internal-format
36821 msgid "the %qs debug info cannot be used with pre-compiled headers"
36822 msgstr ""
36824 #: c-family/c-opts.cc:1292 d/d-lang.cc:1274
36825 #, gcc-internal-format
36826 msgid "opening dependency file %s: %m"
36827 msgstr ""
36829 #: c-family/c-opts.cc:1309 d/d-lang.cc:1287
36830 #, gcc-internal-format
36831 msgid "closing dependency file %s: %m"
36832 msgstr ""
36834 #: c-family/c-opts.cc:1312
36835 #, gcc-internal-format
36836 msgid "when writing output to %s: %m"
36837 msgstr ""
36839 #: c-family/c-opts.cc:1388
36840 #, gcc-internal-format
36841 msgid "to generate dependencies you must specify either %<-M%> or %<-MM%>"
36842 msgstr ""
36844 #: c-family/c-opts.cc:1412
36845 #, gcc-internal-format
36846 msgid "%<-MG%> may only be used with %<-M%> or %<-MM%>"
36847 msgstr ""
36849 #: c-family/c-opts.cc:1445
36850 #, gcc-internal-format
36851 msgid "%<-fdirectives-only%> is incompatible with %<-Wunused-macros%>"
36852 msgstr ""
36854 #: c-family/c-opts.cc:1448
36855 #, gcc-internal-format
36856 msgid "%<-fdirectives-only%> is incompatible with %<-traditional%>"
36857 msgstr ""
36859 #: c-family/c-opts.cc:1646
36860 #, gcc-internal-format
36861 msgid "too late for # directive to set debug directory"
36862 msgstr ""
36864 #: c-family/c-pch.cc:105
36865 #, gcc-internal-format
36866 msgid "cannot create precompiled header %s: %m"
36867 msgstr ""
36869 #: c-family/c-pch.cc:125
36870 #, gcc-internal-format
36871 msgid "cannot write to %s: %m"
36872 msgstr ""
36874 #: c-family/c-pch.cc:183
36875 #, gcc-internal-format
36876 msgid "cannot write %s: %m"
36877 msgstr ""
36879 #: c-family/c-pch.cc:392
36880 #, gcc-internal-format
36881 msgid "%<pch_preprocess%> pragma should only be used with %<-fpreprocessed%>"
36882 msgstr ""
36884 #: c-family/c-pch.cc:394
36885 #, gcc-internal-format
36886 msgid "use %<#include%> instead"
36887 msgstr ""
36889 #: c-family/c-pch.cc:400
36890 #, gcc-internal-format
36891 msgid "%s: couldn%'t open PCH file: %m"
36892 msgstr ""
36894 #: c-family/c-pch.cc:405
36895 #, gcc-internal-format
36896 msgid "use %<-Winvalid-pch%> for more information"
36897 msgstr ""
36899 #: c-family/c-pch.cc:406
36900 #, gcc-internal-format, gfc-internal-format
36901 msgid "%s: PCH file was invalid"
36902 msgstr ""
36904 #: c-family/c-pragma.cc:98
36905 #, gcc-internal-format
36906 msgid ""
36907 "%<#pragma pack (pop)%> encountered without matching %<#pragma pack (push)%>"
36908 msgstr ""
36910 #: c-family/c-pragma.cc:113
36911 #, gcc-internal-format
36912 msgid ""
36913 "%<#pragma pack(pop, %E)%> encountered without matching %<#pragma pack(push, "
36914 "%E)%>"
36915 msgstr ""
36917 #: c-family/c-pragma.cc:144
36918 #, gcc-internal-format
36919 msgid "missing %<(%> after %<#pragma pack%> - ignored"
36920 msgstr ""
36922 #: c-family/c-pragma.cc:155 c-family/c-pragma.cc:189
36923 #, gcc-internal-format
36924 msgid "invalid constant in %<#pragma pack%> - ignored"
36925 msgstr ""
36927 #: c-family/c-pragma.cc:159 c-family/c-pragma.cc:203
36928 #, gcc-internal-format
36929 msgid "malformed %<#pragma pack%> - ignored"
36930 msgstr ""
36932 #: c-family/c-pragma.cc:164
36933 #, gcc-internal-format
36934 msgid "malformed %<#pragma pack(push[, id][, <n>])%> - ignored"
36935 msgstr ""
36937 #: c-family/c-pragma.cc:166
36938 #, gcc-internal-format
36939 msgid "malformed %<#pragma pack(pop[, id])%> - ignored"
36940 msgstr ""
36942 #: c-family/c-pragma.cc:175
36943 #, gcc-internal-format
36944 msgid "unknown action %qE for %<#pragma pack%> - ignored"
36945 msgstr ""
36947 #: c-family/c-pragma.cc:206
36948 #, gcc-internal-format
36949 msgid "junk at end of %<#pragma pack%>"
36950 msgstr ""
36952 #: c-family/c-pragma.cc:209
36953 #, gcc-internal-format
36954 msgid "%<#pragma pack%> has no effect with %<-fpack-struct%> - ignored"
36955 msgstr ""
36957 #: c-family/c-pragma.cc:230
36958 #, gcc-internal-format, gfc-internal-format
36959 msgid "alignment must be a small power of two, not %d"
36960 msgstr ""
36962 #: c-family/c-pragma.cc:269
36963 #, gcc-internal-format
36964 msgid ""
36965 "applying %<#pragma weak %+D%> after first use results in unspecified behavior"
36966 msgstr ""
36968 #: c-family/c-pragma.cc:366 c-family/c-pragma.cc:371
36969 #, gcc-internal-format
36970 msgid "malformed %<#pragma weak%>, ignored"
36971 msgstr ""
36973 #: c-family/c-pragma.cc:375
36974 #, gcc-internal-format
36975 msgid "junk at end of %<#pragma weak%>"
36976 msgstr ""
36978 #: c-family/c-pragma.cc:381
36979 #, gcc-internal-format
36980 msgid "%<#pragma weak%> declaration of %q+D not allowed, ignored"
36981 msgstr ""
36983 #: c-family/c-pragma.cc:429
36984 #, gcc-internal-format
36985 msgid ""
36986 "%<scalar_storage_order%> is not supported because endianness is not uniform"
36987 msgstr ""
36989 #: c-family/c-pragma.cc:438
36990 #, gcc-internal-format
36991 msgid "%<#pragma scalar_storage_order%> is not supported for C++"
36992 msgstr ""
36994 #: c-family/c-pragma.cc:444
36995 #, gcc-internal-format
36996 msgid ""
36997 "missing %<big-endian%>, %<little-endian%>, or %<default%> after %<#pragma "
36998 "scalar_storage_order%>"
36999 msgstr ""
37001 #: c-family/c-pragma.cc:454
37002 #, gcc-internal-format
37003 msgid ""
37004 "expected %<big-endian%>, %<little-endian%>, or %<default%> after %<#pragma "
37005 "scalar_storage_order%>"
37006 msgstr ""
37008 #: c-family/c-pragma.cc:509 c-family/c-pragma.cc:511
37009 #, gcc-internal-format
37010 msgid "malformed %<#pragma redefine_extname%>, ignored"
37011 msgstr ""
37013 #: c-family/c-pragma.cc:514
37014 #, gcc-internal-format
37015 msgid "junk at end of %<#pragma redefine_extname%>"
37016 msgstr ""
37018 #: c-family/c-pragma.cc:542 c-family/c-pragma.cc:615
37019 #, gcc-internal-format
37020 msgid ""
37021 "%<#pragma redefine_extname%> ignored due to conflict with previous rename"
37022 msgstr ""
37024 #: c-family/c-pragma.cc:570
37025 #, gcc-internal-format
37026 msgid ""
37027 "%<#pragma redefine_extname%> ignored due to conflict with previous %<#pragma "
37028 "redefine_extname%>"
37029 msgstr ""
37031 #: c-family/c-pragma.cc:606
37032 #, gcc-internal-format
37033 msgid "%<asm%> declaration ignored due to conflict with previous rename"
37034 msgstr ""
37036 #: c-family/c-pragma.cc:637
37037 #, gcc-internal-format
37038 msgid ""
37039 "%<#pragma redefine_extname%> ignored due to conflict with %<asm%> declaration"
37040 msgstr ""
37042 #: c-family/c-pragma.cc:698
37043 #, gcc-internal-format
37044 msgid ""
37045 "%<#pragma GCC visibility push()%> must specify %<default%>, %<internal%>, "
37046 "%<hidden%> or %<protected%>"
37047 msgstr ""
37049 #: c-family/c-pragma.cc:741
37050 #, gcc-internal-format
37051 msgid "%<#pragma GCC visibility%> must be followed by %<push%> or %<pop%>"
37052 msgstr ""
37054 #: c-family/c-pragma.cc:748
37055 #, gcc-internal-format
37056 msgid "no matching push for %<#pragma GCC visibility pop%>"
37057 msgstr ""
37059 #: c-family/c-pragma.cc:753 c-family/c-pragma.cc:760
37060 #, gcc-internal-format
37061 msgid "missing %<(%> after %<#pragma GCC visibility push%> - ignored"
37062 msgstr ""
37064 #: c-family/c-pragma.cc:756
37065 #, gcc-internal-format
37066 msgid "malformed %<#pragma GCC visibility push%>"
37067 msgstr ""
37069 #: c-family/c-pragma.cc:764
37070 #, gcc-internal-format
37071 msgid "junk at end of %<#pragma GCC visibility%>"
37072 msgstr ""
37074 #: c-family/c-pragma.cc:928
37075 #, gcc-internal-format
37076 msgid ""
37077 "missing %<error%>, %<warning%>, %<ignored%>, %<push%>, %<pop%>, or "
37078 "%<ignored_attributes%> after %<#pragma GCC diagnostic%>"
37079 msgstr ""
37081 #: c-family/c-pragma.cc:952
37082 #, gcc-internal-format
37083 msgid ""
37084 "missing attribute name after %<#pragma GCC diagnostic ignored_attributes%>"
37085 msgstr ""
37087 #: c-family/c-pragma.cc:961
37088 #, gcc-internal-format
37089 msgid "missing argument to %<#pragma GCC diagnostic ignored_attributes%>"
37090 msgstr ""
37092 #: c-family/c-pragma.cc:969
37093 #, gcc-internal-format
37094 msgid ""
37095 "trailing %<,%> in arguments for %<#pragma GCC diagnostic ignored_attributes%>"
37096 msgstr ""
37098 #: c-family/c-pragma.cc:987
37099 #, gcc-internal-format
37100 msgid "missing option after %<#pragma GCC diagnostic%> kind"
37101 msgstr ""
37103 #: c-family/c-pragma.cc:995
37104 #, gcc-internal-format
37105 msgid ""
37106 "expected %<error%>, %<warning%>, %<ignored%>, %<push%>, %<pop%>, "
37107 "%<ignored_attributes%> after %<#pragma GCC diagnostic%>"
37108 msgstr ""
37110 #: c-family/c-pragma.cc:1018
37111 #, gcc-internal-format
37112 msgid "unknown option after %<#pragma GCC diagnostic%> kind"
37113 msgstr ""
37115 #: c-family/c-pragma.cc:1023
37116 #, gcc-internal-format
37117 msgid "did you mean %<-%s%>?"
37118 msgstr ""
37120 #: c-family/c-pragma.cc:1032
37121 #, gcc-internal-format
37122 msgid "%qs is not an option that controls warnings"
37123 msgstr ""
37125 #: c-family/c-pragma.cc:1043
37126 #, gcc-internal-format
37127 msgid "option %qs is valid for %s but not for %s"
37128 msgstr ""
37130 #: c-family/c-pragma.cc:1096
37131 #, gcc-internal-format
37132 msgid "%<#pragma GCC option%> is not allowed inside functions"
37133 msgstr ""
37135 #: c-family/c-pragma.cc:1108
37136 #, gcc-internal-format
37137 msgid "%<#pragma GCC option%> is not a string"
37138 msgstr ""
37140 #: c-family/c-pragma.cc:1133
37141 #, gcc-internal-format
37142 msgid ""
37143 "%<#pragma GCC target (string [,string]...)%> does not have a final %<)%>"
37144 msgstr ""
37146 #: c-family/c-pragma.cc:1139
37147 #, gcc-internal-format
37148 msgid "%<#pragma GCC target%> string is badly formed"
37149 msgstr ""
37151 #: c-family/c-pragma.cc:1168
37152 #, gcc-internal-format
37153 msgid "%<#pragma GCC optimize%> is not allowed inside functions"
37154 msgstr ""
37156 #: c-family/c-pragma.cc:1180
37157 #, gcc-internal-format
37158 msgid "%<#pragma GCC optimize%> is not a string or number"
37159 msgstr ""
37161 #: c-family/c-pragma.cc:1204
37162 #, gcc-internal-format
37163 msgid ""
37164 "%<#pragma GCC optimize (string [,string]...)%> does not have a final %<)%>"
37165 msgstr ""
37167 #: c-family/c-pragma.cc:1210
37168 #, gcc-internal-format
37169 msgid "%<#pragma GCC optimize%> string is badly formed"
37170 msgstr ""
37172 #: c-family/c-pragma.cc:1253
37173 #, gcc-internal-format
37174 msgid "junk at end of %<#pragma push_options%>"
37175 msgstr ""
37177 #: c-family/c-pragma.cc:1290
37178 #, gcc-internal-format
37179 msgid "junk at end of %<#pragma pop_options%>"
37180 msgstr ""
37182 #: c-family/c-pragma.cc:1297
37183 #, gcc-internal-format
37184 msgid ""
37185 "%<#pragma GCC pop_options%> without a corresponding %<#pragma GCC "
37186 "push_options%>"
37187 msgstr ""
37189 #: c-family/c-pragma.cc:1348
37190 #, gcc-internal-format
37191 msgid "junk at end of %<#pragma reset_options%>"
37192 msgstr ""
37194 #: c-family/c-pragma.cc:1387 c-family/c-pragma.cc:1397
37195 #, gcc-internal-format
37196 msgid "expected a string after %<#pragma message%>"
37197 msgstr ""
37199 #: c-family/c-pragma.cc:1389
37200 #, gcc-internal-format
37201 msgid "malformed %<#pragma message%>, ignored"
37202 msgstr ""
37204 #: c-family/c-pragma.cc:1394 cp/parser.cc:4452 cp/parser.cc:4548
37205 #, gcc-internal-format
37206 msgid "string literal with user-defined suffix is invalid in this context"
37207 msgstr ""
37209 #: c-family/c-pragma.cc:1402
37210 #, gcc-internal-format
37211 msgid "junk at end of %<#pragma message%>"
37212 msgstr ""
37214 #: c-family/c-pragma.cc:1405
37215 #, gcc-internal-format
37216 msgid "%<#pragma message: %s%>"
37217 msgstr ""
37219 #: c-family/c-pragma.cc:1449
37220 #, gcc-internal-format
37221 msgid "invalid location for %<pragma %s%>, ignored"
37222 msgstr ""
37224 #: c-family/c-pragma.cc:1456 c-family/c-pragma.cc:1470
37225 #, gcc-internal-format
37226 msgid "malformed %<#pragma %s%>, ignored"
37227 msgstr ""
37229 #: c-family/c-pragma.cc:1476 cp/lex.cc:603
37230 #, gcc-internal-format
37231 msgid "junk at end of %<#pragma %s%>"
37232 msgstr ""
37234 #: c-family/c-pragma.cc:1494
37235 #, gcc-internal-format
37236 msgid "%<#pragma STDC FLOAT_CONST_DECIMAL64%> is not supported for C++"
37237 msgstr ""
37239 #: c-family/c-pragma.cc:1503
37240 #, gcc-internal-format
37241 msgid "%<#pragma STDC FLOAT_CONST_DECIMAL64%> is not supported on this target"
37242 msgstr ""
37244 #: c-family/c-pragma.cc:1509
37245 #, gcc-internal-format
37246 msgid "ISO C does not support %<#pragma STDC FLOAT_CONST_DECIMAL64%>"
37247 msgstr ""
37249 #: c-family/c-pretty-print.cc:341
37250 #, gcc-internal-format
37251 msgid "<type-error>"
37252 msgstr ""
37254 #: c-family/c-pretty-print.cc:384
37255 #, gcc-internal-format
37256 msgid "<unnamed-unsigned:"
37257 msgstr ""
37259 #: c-family/c-pretty-print.cc:388
37260 #, gcc-internal-format
37261 msgid "<unnamed-float:"
37262 msgstr ""
37264 #: c-family/c-pretty-print.cc:391
37265 #, gcc-internal-format
37266 msgid "<unnamed-fixed:"
37267 msgstr ""
37269 #: c-family/c-pretty-print.cc:406
37270 #, gcc-internal-format
37271 msgid "<typedef-error>"
37272 msgstr ""
37274 #: c-family/c-pretty-print.cc:421
37275 #, gcc-internal-format
37276 msgid "<tag-error>"
37277 msgstr ""
37279 #: c-family/c-pretty-print.cc:1327
37280 #, gcc-internal-format
37281 msgid "<erroneous-expression>"
37282 msgstr ""
37284 #: c-family/c-pretty-print.cc:1331 cp/cxx-pretty-print.cc:133
37285 #, gcc-internal-format
37286 msgid "<return-value>"
37287 msgstr ""
37289 #: c-family/c-semantics.cc:197
37290 #, gcc-internal-format, gfc-internal-format
37291 msgid "wrong type argument to %s"
37292 msgstr ""
37294 #: c-family/c-warn.cc:59 c-family/c-warn.cc:72 cp/constexpr.cc:3369
37295 #: cp/constexpr.cc:6946 m2/gm2-gcc/m2expr.cc:935
37296 #: rust/backend/rust-constexpr.cc:1905 rust/backend/rust-constexpr.cc:4327
37297 #, gcc-internal-format
37298 msgid "overflow in constant expression"
37299 msgstr ""
37301 #: c-family/c-warn.cc:99
37302 #, gcc-internal-format
37303 msgid "integer overflow in expression %qE of type %qT results in %qE"
37304 msgstr ""
37306 #: c-family/c-warn.cc:101
37307 #, gcc-internal-format
37308 msgid "integer overflow in expression of type %qT results in %qE"
37309 msgstr ""
37311 #: c-family/c-warn.cc:107
37312 #, gcc-internal-format
37313 msgid "floating point overflow in expression %qE of type %qT results in %qE"
37314 msgstr ""
37316 #: c-family/c-warn.cc:109
37317 #, gcc-internal-format
37318 msgid "floating point overflow in expression of type %qT results in %qE"
37319 msgstr ""
37321 #: c-family/c-warn.cc:115
37322 #, gcc-internal-format
37323 msgid "fixed-point overflow in expression %qE of type %qT results in %qE"
37324 msgstr ""
37326 #: c-family/c-warn.cc:117
37327 #, gcc-internal-format
37328 msgid "fixed-point overflow in expression of type %qT results in %qE"
37329 msgstr ""
37331 #: c-family/c-warn.cc:123
37332 #, gcc-internal-format
37333 msgid "vector overflow in expression %qE of type %qT results in %qE"
37334 msgstr ""
37336 #: c-family/c-warn.cc:125
37337 #, gcc-internal-format
37338 msgid "vector overflow in expression of type %qT results in %qE"
37339 msgstr ""
37341 #: c-family/c-warn.cc:132
37342 #, gcc-internal-format
37343 msgid "complex integer overflow in expression %qE of type %qT results in %qE"
37344 msgstr ""
37346 #: c-family/c-warn.cc:134
37347 #, gcc-internal-format
37348 msgid "complex integer overflow in expression of type %qT results in %qE"
37349 msgstr ""
37351 #: c-family/c-warn.cc:138
37352 #, gcc-internal-format
37353 msgid ""
37354 "complex floating point overflow in expression %qE of type %qT results in %qE"
37355 msgstr ""
37357 #: c-family/c-warn.cc:140
37358 #, gcc-internal-format
37359 msgid ""
37360 "complex floating point overflow in expression of type %qT results in %qE"
37361 msgstr ""
37363 #: c-family/c-warn.cc:232
37364 #, gcc-internal-format
37365 msgid "logical %<or%> applied to non-boolean constant"
37366 msgstr ""
37368 #: c-family/c-warn.cc:236
37369 #, gcc-internal-format
37370 msgid "logical %<and%> applied to non-boolean constant"
37371 msgstr ""
37373 #: c-family/c-warn.cc:306
37374 #, gcc-internal-format
37375 msgid "logical %<or%> of collectively exhaustive tests is always true"
37376 msgstr ""
37378 #: c-family/c-warn.cc:310
37379 #, gcc-internal-format
37380 msgid "logical %<and%> of mutually exclusive tests is always false"
37381 msgstr ""
37383 #: c-family/c-warn.cc:320
37384 #, gcc-internal-format
37385 msgid "logical %<or%> of equal expressions"
37386 msgstr ""
37388 #: c-family/c-warn.cc:323
37389 #, gcc-internal-format
37390 msgid "logical %<and%> of equal expressions"
37391 msgstr ""
37393 #: c-family/c-warn.cc:409
37394 #, gcc-internal-format
37395 msgid "bitwise comparison always evaluates to false"
37396 msgstr ""
37398 #: c-family/c-warn.cc:412
37399 #, gcc-internal-format
37400 msgid "bitwise comparison always evaluates to true"
37401 msgstr ""
37403 #: c-family/c-warn.cc:517
37404 #, gcc-internal-format
37405 msgid "self-comparison always evaluates to true"
37406 msgstr ""
37408 #: c-family/c-warn.cc:520
37409 #, gcc-internal-format
37410 msgid "self-comparison always evaluates to false"
37411 msgstr ""
37413 #: c-family/c-warn.cc:571
37414 #, gcc-internal-format
37415 msgid "logical not is only applied to the left hand side of comparison"
37416 msgstr ""
37418 #: c-family/c-warn.cc:579
37419 #, gcc-internal-format
37420 msgid ""
37421 "add parentheses around left hand side expression to silence this warning"
37422 msgstr ""
37424 #: c-family/c-warn.cc:722
37425 #, gcc-internal-format
37426 msgid "type-punning to incomplete type might break strict-aliasing rules"
37427 msgstr ""
37429 #: c-family/c-warn.cc:740
37430 #, gcc-internal-format
37431 msgid "dereferencing type-punned pointer will break strict-aliasing rules"
37432 msgstr ""
37434 #: c-family/c-warn.cc:748 c-family/c-warn.cc:766
37435 #, gcc-internal-format
37436 msgid "dereferencing type-punned pointer might break strict-aliasing rules"
37437 msgstr ""
37439 #: c-family/c-warn.cc:913
37440 #, gcc-internal-format
37441 msgid ""
37442 "argument to %<sizeof%> in %qD call is the same expression as the source; did "
37443 "you mean to use the size of the destination?"
37444 msgstr ""
37446 #: c-family/c-warn.cc:944
37447 #, gcc-internal-format
37448 msgid ""
37449 "argument to %<sizeof%> in %qD call is the same expression as the "
37450 "destination; did you mean to remove the addressof?"
37451 msgstr ""
37453 #: c-family/c-warn.cc:951
37454 #, gcc-internal-format
37455 msgid ""
37456 "argument to %<sizeof%> in %qD call is the same expression as the "
37457 "destination; did you mean to provide an explicit length?"
37458 msgstr ""
37460 #: c-family/c-warn.cc:956
37461 #, gcc-internal-format
37462 msgid ""
37463 "argument to %<sizeof%> in %qD call is the same expression as the "
37464 "destination; did you mean to dereference it?"
37465 msgstr ""
37467 #: c-family/c-warn.cc:968
37468 #, gcc-internal-format
37469 msgid ""
37470 "argument to %<sizeof%> in %qD call is the same pointer type %qT as the "
37471 "destination; expected %qT or an explicit length"
37472 msgstr ""
37474 #: c-family/c-warn.cc:984
37475 #, gcc-internal-format
37476 msgid ""
37477 "argument to %<sizeof%> in %qD call is the same expression as the source; did "
37478 "you mean to remove the addressof?"
37479 msgstr ""
37481 #: c-family/c-warn.cc:991
37482 #, gcc-internal-format
37483 msgid ""
37484 "argument to %<sizeof%> in %qD call is the same expression as the source; did "
37485 "you mean to provide an explicit length?"
37486 msgstr ""
37488 #: c-family/c-warn.cc:996
37489 #, gcc-internal-format
37490 msgid ""
37491 "argument to %<sizeof%> in %qD call is the same expression as the source; did "
37492 "you mean to dereference it?"
37493 msgstr ""
37495 #: c-family/c-warn.cc:1008
37496 #, gcc-internal-format
37497 msgid ""
37498 "argument to %<sizeof%> in %qD call is the same pointer type %qT as the "
37499 "source; expected %qT or an explicit length"
37500 msgstr ""
37502 #: c-family/c-warn.cc:1024
37503 #, gcc-internal-format
37504 msgid ""
37505 "argument to %<sizeof%> in %qD call is the same expression as the first "
37506 "source; did you mean to remove the addressof?"
37507 msgstr ""
37509 #: c-family/c-warn.cc:1031
37510 #, gcc-internal-format
37511 msgid ""
37512 "argument to %<sizeof%> in %qD call is the same expression as the first "
37513 "source; did you mean to provide an explicit length?"
37514 msgstr ""
37516 #: c-family/c-warn.cc:1036
37517 #, gcc-internal-format
37518 msgid ""
37519 "argument to %<sizeof%> in %qD call is the same expression as the first "
37520 "source; did you mean to dereference it?"
37521 msgstr ""
37523 #: c-family/c-warn.cc:1048
37524 #, gcc-internal-format
37525 msgid ""
37526 "argument to %<sizeof%> in %qD call is the same pointer type %qT as the first "
37527 "source; expected %qT or an explicit length"
37528 msgstr ""
37530 #: c-family/c-warn.cc:1064
37531 #, gcc-internal-format
37532 msgid ""
37533 "argument to %<sizeof%> in %qD call is the same expression as the second "
37534 "source; did you mean to remove the addressof?"
37535 msgstr ""
37537 #: c-family/c-warn.cc:1071
37538 #, gcc-internal-format
37539 msgid ""
37540 "argument to %<sizeof%> in %qD call is the same expression as the second "
37541 "source; did you mean to provide an explicit length?"
37542 msgstr ""
37544 #: c-family/c-warn.cc:1076
37545 #, gcc-internal-format
37546 msgid ""
37547 "argument to %<sizeof%> in %qD call is the same expression as the second "
37548 "source; did you mean to dereference it?"
37549 msgstr ""
37551 #: c-family/c-warn.cc:1088
37552 #, gcc-internal-format
37553 msgid ""
37554 "argument to %<sizeof%> in %qD call is the same pointer type %qT as the "
37555 "second source; expected %qT or an explicit length"
37556 msgstr ""
37558 #: c-family/c-warn.cc:1117 c-family/c-warn.cc:1124
37559 #, gcc-internal-format
37560 msgid "%<_Atomic%>-qualified parameter type %qT of %q+D"
37561 msgstr ""
37563 #: c-family/c-warn.cc:1134
37564 #, gcc-internal-format
37565 msgid "first argument of %q+D should be %<int%>"
37566 msgstr ""
37568 #: c-family/c-warn.cc:1143
37569 #, gcc-internal-format
37570 msgid "second argument of %q+D should be %<char **%>"
37571 msgstr ""
37573 #: c-family/c-warn.cc:1152
37574 #, gcc-internal-format
37575 msgid "third argument of %q+D should probably be %<char **%>"
37576 msgstr ""
37578 #: c-family/c-warn.cc:1163
37579 #, gcc-internal-format
37580 msgid "%q+D takes only zero or two arguments"
37581 msgstr ""
37583 #: c-family/c-warn.cc:1167
37584 #, gcc-internal-format
37585 msgid "%q+D declared as variadic function"
37586 msgstr ""
37588 #: c-family/c-warn.cc:1210 m2/gm2-gcc/m2convert.cc:191
37589 #, gcc-internal-format
37590 msgid "conversion to %qT from boolean expression"
37591 msgstr ""
37593 #: c-family/c-warn.cc:1235 c-family/c-warn.cc:1439
37594 #, gcc-internal-format
37595 msgid "unsigned conversion from %qT to %qT changes value from %qE to %qE"
37596 msgstr ""
37598 #: c-family/c-warn.cc:1240 c-family/c-warn.cc:1447
37599 #, gcc-internal-format
37600 msgid "unsigned conversion from %qT to %qT changes the value of %qE"
37601 msgstr ""
37603 #: c-family/c-warn.cc:1248
37604 #, gcc-internal-format
37605 msgid "signed conversion from %qT to %qT changes value from %qE to %qE"
37606 msgstr ""
37608 #: c-family/c-warn.cc:1253
37609 #, gcc-internal-format
37610 msgid "signed conversion from %qT to %qT changes the value of %qE"
37611 msgstr ""
37613 #: c-family/c-warn.cc:1260 c-family/c-warn.cc:1437
37614 #, gcc-internal-format
37615 msgid "conversion from %qT to %qT changes value from %qE to %qE"
37616 msgstr ""
37618 #: c-family/c-warn.cc:1264 c-family/c-warn.cc:1445
37619 #, gcc-internal-format
37620 msgid "conversion from %qT to %qT changes the value of %qE"
37621 msgstr ""
37623 #: c-family/c-warn.cc:1375
37624 #, gcc-internal-format
37625 msgid "conversion to %qT from %qT may change the sign of the result"
37626 msgstr ""
37628 #: c-family/c-warn.cc:1380
37629 #, gcc-internal-format
37630 msgid "conversion from %qT to %qT discards imaginary component"
37631 msgstr ""
37633 #: c-family/c-warn.cc:1384
37634 #, gcc-internal-format
37635 msgid "conversion from %qT to %qT may change value"
37636 msgstr ""
37638 #: c-family/c-warn.cc:1458 c-family/c-warn.cc:1475 c-family/c-warn.cc:1492
37639 #, gcc-internal-format
37640 msgid "overflow in conversion from %qT to %qT changes value from %qE to %qE"
37641 msgstr ""
37643 #: c-family/c-warn.cc:1463 c-family/c-warn.cc:1480 c-family/c-warn.cc:1497
37644 #, gcc-internal-format
37645 msgid "overflow in conversion from %qT to %qT changes the value of %qE"
37646 msgstr ""
37648 #: c-family/c-warn.cc:1527
37649 #, gcc-internal-format
37650 msgid "case value %qs not in enumerated type"
37651 msgstr ""
37653 #: c-family/c-warn.cc:1532
37654 #, gcc-internal-format
37655 msgid "case value %qs not in enumerated type %qT"
37656 msgstr ""
37658 #: c-family/c-warn.cc:1612
37659 #, gcc-internal-format
37660 msgid "lower value in case label range less than minimum value for type"
37661 msgstr ""
37663 #: c-family/c-warn.cc:1626
37664 #, gcc-internal-format
37665 msgid "case label value is less than minimum value for type"
37666 msgstr ""
37668 #: c-family/c-warn.cc:1643
37669 #, gcc-internal-format
37670 msgid "upper value in case label range exceeds maximum value for type"
37671 msgstr ""
37673 #: c-family/c-warn.cc:1656
37674 #, gcc-internal-format
37675 msgid "case label value exceeds maximum value for type"
37676 msgstr ""
37678 #: c-family/c-warn.cc:1669
37679 #, gcc-internal-format
37680 msgid "switch missing default case"
37681 msgstr ""
37683 #: c-family/c-warn.cc:1714
37684 #, gcc-internal-format
37685 msgid "switch condition has boolean value"
37686 msgstr ""
37688 #: c-family/c-warn.cc:1803
37689 #, gcc-internal-format
37690 msgid "enumeration value %qE not handled in switch"
37691 msgstr ""
37693 #: c-family/c-warn.cc:1831
37694 #, gcc-internal-format
37695 msgid ""
37696 "the omitted middle operand in %<?:%> will always be %<true%>, suggest "
37697 "explicit middle operand"
37698 msgstr ""
37700 #: c-family/c-warn.cc:1853
37701 #, gcc-internal-format
37702 msgid "assignment of member %qD in read-only object"
37703 msgstr ""
37705 #: c-family/c-warn.cc:1855
37706 #, gcc-internal-format
37707 msgid "increment of member %qD in read-only object"
37708 msgstr ""
37710 #: c-family/c-warn.cc:1857
37711 #, gcc-internal-format
37712 msgid "decrement of member %qD in read-only object"
37713 msgstr ""
37715 #: c-family/c-warn.cc:1859
37716 #, gcc-internal-format
37717 msgid "member %qD in read-only object used as %<asm%> output"
37718 msgstr ""
37720 #: c-family/c-warn.cc:1863
37721 #, gcc-internal-format
37722 msgid "assignment of read-only member %qD"
37723 msgstr ""
37725 #: c-family/c-warn.cc:1864
37726 #, gcc-internal-format
37727 msgid "increment of read-only member %qD"
37728 msgstr ""
37730 #: c-family/c-warn.cc:1865
37731 #, gcc-internal-format
37732 msgid "decrement of read-only member %qD"
37733 msgstr ""
37735 #: c-family/c-warn.cc:1866
37736 #, gcc-internal-format
37737 msgid "read-only member %qD used as %<asm%> output"
37738 msgstr ""
37740 #: c-family/c-warn.cc:1870
37741 #, gcc-internal-format
37742 msgid "assignment of read-only variable %qD"
37743 msgstr ""
37745 #: c-family/c-warn.cc:1871
37746 #, gcc-internal-format
37747 msgid "increment of read-only variable %qD"
37748 msgstr ""
37750 #: c-family/c-warn.cc:1872
37751 #, gcc-internal-format
37752 msgid "decrement of read-only variable %qD"
37753 msgstr ""
37755 #: c-family/c-warn.cc:1873
37756 #, gcc-internal-format
37757 msgid "read-only variable %qD used as %<asm%> output"
37758 msgstr ""
37760 #: c-family/c-warn.cc:1876
37761 #, gcc-internal-format
37762 msgid "assignment of read-only parameter %qD"
37763 msgstr ""
37765 #: c-family/c-warn.cc:1877
37766 #, gcc-internal-format
37767 msgid "increment of read-only parameter %qD"
37768 msgstr ""
37770 #: c-family/c-warn.cc:1878
37771 #, gcc-internal-format
37772 msgid "decrement of read-only parameter %qD"
37773 msgstr ""
37775 #: c-family/c-warn.cc:1879
37776 #, gcc-internal-format
37777 msgid "read-only parameter %qD use as %<asm%> output"
37778 msgstr ""
37780 #: c-family/c-warn.cc:1884
37781 #, gcc-internal-format
37782 msgid "assignment of read-only named return value %qD"
37783 msgstr ""
37785 #: c-family/c-warn.cc:1886
37786 #, gcc-internal-format
37787 msgid "increment of read-only named return value %qD"
37788 msgstr ""
37790 #: c-family/c-warn.cc:1888
37791 #, gcc-internal-format
37792 msgid "decrement of read-only named return value %qD"
37793 msgstr ""
37795 #: c-family/c-warn.cc:1890
37796 #, gcc-internal-format
37797 msgid "read-only named return value %qD used as %<asm%>output"
37798 msgstr ""
37800 #: c-family/c-warn.cc:1895
37801 #, gcc-internal-format
37802 msgid "assignment of function %qD"
37803 msgstr ""
37805 #: c-family/c-warn.cc:1896
37806 #, gcc-internal-format
37807 msgid "increment of function %qD"
37808 msgstr ""
37810 #: c-family/c-warn.cc:1897
37811 #, gcc-internal-format
37812 msgid "decrement of function %qD"
37813 msgstr ""
37815 #: c-family/c-warn.cc:1898
37816 #, gcc-internal-format
37817 msgid "function %qD used as %<asm%> output"
37818 msgstr ""
37820 #: c-family/c-warn.cc:1901 c/c-typeck.cc:5129
37821 #, gcc-internal-format
37822 msgid "assignment of read-only location %qE"
37823 msgstr ""
37825 #: c-family/c-warn.cc:1902 c/c-typeck.cc:5132
37826 #, gcc-internal-format
37827 msgid "increment of read-only location %qE"
37828 msgstr ""
37830 #: c-family/c-warn.cc:1903 c/c-typeck.cc:5135
37831 #, gcc-internal-format
37832 msgid "decrement of read-only location %qE"
37833 msgstr ""
37835 #: c-family/c-warn.cc:1904
37836 #, gcc-internal-format
37837 msgid "read-only location %qE used as %<asm%> output"
37838 msgstr ""
37840 #: c-family/c-warn.cc:1918 rust/backend/rust-tree.cc:5931
37841 #, gcc-internal-format
37842 msgid "lvalue required as left operand of assignment"
37843 msgstr ""
37845 #: c-family/c-warn.cc:1921 rust/backend/rust-tree.cc:5934
37846 #, gcc-internal-format
37847 msgid "lvalue required as increment operand"
37848 msgstr ""
37850 #: c-family/c-warn.cc:1924 rust/backend/rust-tree.cc:5937
37851 #, gcc-internal-format
37852 msgid "lvalue required as decrement operand"
37853 msgstr ""
37855 #: c-family/c-warn.cc:1927 rust/backend/rust-tree.cc:5940
37856 #, gcc-internal-format
37857 msgid "lvalue required as unary %<&%> operand"
37858 msgstr ""
37860 #: c-family/c-warn.cc:1930 rust/backend/rust-tree.cc:5943
37861 #, gcc-internal-format
37862 msgid "lvalue required in %<asm%> statement"
37863 msgstr ""
37865 #: c-family/c-warn.cc:1947
37866 #, gcc-internal-format
37867 msgid "invalid type argument (have %qT)"
37868 msgstr ""
37870 #: c-family/c-warn.cc:1951
37871 #, gcc-internal-format
37872 msgid "invalid type argument of array indexing (have %qT)"
37873 msgstr ""
37875 #: c-family/c-warn.cc:1956
37876 #, gcc-internal-format
37877 msgid "invalid type argument of unary %<*%> (have %qT)"
37878 msgstr ""
37880 #: c-family/c-warn.cc:1961
37881 #, gcc-internal-format
37882 msgid "invalid type argument of %<->%> (have %qT)"
37883 msgstr ""
37885 #: c-family/c-warn.cc:1966
37886 #, gcc-internal-format
37887 msgid "invalid type argument of %<->*%> (have %qT)"
37888 msgstr ""
37890 #: c-family/c-warn.cc:1971
37891 #, gcc-internal-format
37892 msgid "invalid type argument of implicit conversion (have %qT)"
37893 msgstr ""
37895 #: c-family/c-warn.cc:1998
37896 #, gcc-internal-format
37897 msgid "array subscript has type %<char%>"
37898 msgstr ""
37900 #: c-family/c-warn.cc:2034 c-family/c-warn.cc:2037
37901 #, gcc-internal-format
37902 msgid "suggest parentheses around %<+%> inside %<<<%>"
37903 msgstr ""
37905 #: c-family/c-warn.cc:2040 c-family/c-warn.cc:2043
37906 #, gcc-internal-format
37907 msgid "suggest parentheses around %<-%> inside %<<<%>"
37908 msgstr ""
37910 #: c-family/c-warn.cc:2049 c-family/c-warn.cc:2052
37911 #, gcc-internal-format
37912 msgid "suggest parentheses around %<+%> inside %<>>%>"
37913 msgstr ""
37915 #: c-family/c-warn.cc:2055 c-family/c-warn.cc:2058
37916 #, gcc-internal-format
37917 msgid "suggest parentheses around %<-%> inside %<>>%>"
37918 msgstr ""
37920 #: c-family/c-warn.cc:2064 c-family/c-warn.cc:2067
37921 #, gcc-internal-format
37922 msgid "suggest parentheses around %<&&%> within %<||%>"
37923 msgstr ""
37925 #: c-family/c-warn.cc:2074 c-family/c-warn.cc:2078
37926 #, gcc-internal-format
37927 msgid "suggest parentheses around arithmetic in operand of %<|%>"
37928 msgstr ""
37930 #: c-family/c-warn.cc:2082 c-family/c-warn.cc:2085
37931 #, gcc-internal-format
37932 msgid "suggest parentheses around comparison in operand of %<|%>"
37933 msgstr ""
37935 #: c-family/c-warn.cc:2090
37936 #, gcc-internal-format
37937 msgid ""
37938 "suggest parentheses around operand of %<!%> or change %<|%> to %<||%> or %<!"
37939 "%> to %<~%>"
37940 msgstr ""
37942 #: c-family/c-warn.cc:2098 c-family/c-warn.cc:2102
37943 #, gcc-internal-format
37944 msgid "suggest parentheses around arithmetic in operand of %<^%>"
37945 msgstr ""
37947 #: c-family/c-warn.cc:2106 c-family/c-warn.cc:2109
37948 #, gcc-internal-format
37949 msgid "suggest parentheses around comparison in operand of %<^%>"
37950 msgstr ""
37952 #: c-family/c-warn.cc:2115 c-family/c-warn.cc:2118
37953 #, gcc-internal-format
37954 msgid "suggest parentheses around %<+%> in operand of %<&%>"
37955 msgstr ""
37957 #: c-family/c-warn.cc:2121 c-family/c-warn.cc:2124
37958 #, gcc-internal-format
37959 msgid "suggest parentheses around %<-%> in operand of %<&%>"
37960 msgstr ""
37962 #: c-family/c-warn.cc:2128 c-family/c-warn.cc:2131
37963 #, gcc-internal-format
37964 msgid "suggest parentheses around comparison in operand of %<&%>"
37965 msgstr ""
37967 #: c-family/c-warn.cc:2136
37968 #, gcc-internal-format
37969 msgid ""
37970 "suggest parentheses around operand of %<!%> or change %<&%> to %<&&%> or %<!"
37971 "%> to %<~%>"
37972 msgstr ""
37974 #: c-family/c-warn.cc:2143 c-family/c-warn.cc:2146
37975 #, gcc-internal-format
37976 msgid "suggest parentheses around comparison in operand of %<==%>"
37977 msgstr ""
37979 #: c-family/c-warn.cc:2151 c-family/c-warn.cc:2154
37980 #, gcc-internal-format
37981 msgid "suggest parentheses around comparison in operand of %<!=%>"
37982 msgstr ""
37984 #: c-family/c-warn.cc:2164 c-family/c-warn.cc:2170
37985 #, gcc-internal-format
37986 msgid "comparisons like %<X<=Y<=Z%> do not have their mathematical meaning"
37987 msgstr ""
37989 #: c-family/c-warn.cc:2186
37990 #, gcc-internal-format
37991 msgid "label %q+D defined but not used"
37992 msgstr ""
37994 #: c-family/c-warn.cc:2188
37995 #, gcc-internal-format
37996 msgid "label %q+D declared but not defined"
37997 msgstr ""
37999 #: c-family/c-warn.cc:2211
38000 #, gcc-internal-format
38001 msgid "division by zero"
38002 msgstr ""
38004 #: c-family/c-warn.cc:2231
38005 #, gcc-internal-format
38006 msgid ""
38007 "%<memset%> used with constant zero length parameter; this could be due to "
38008 "transposed parameters"
38009 msgstr ""
38011 #: c-family/c-warn.cc:2255
38012 #, gcc-internal-format
38013 msgid ""
38014 "%<memset%> used with length equal to number of elements without "
38015 "multiplication by element size"
38016 msgstr ""
38018 #: c-family/c-warn.cc:2335
38019 #, gcc-internal-format
38020 msgid "comparison of integer expressions of different signedness: %qT and %qT"
38021 msgstr ""
38023 #: c-family/c-warn.cc:2409
38024 #, gcc-internal-format
38025 msgid "promoted bitwise complement of an unsigned value is always nonzero"
38026 msgstr ""
38028 #: c-family/c-warn.cc:2413
38029 #, gcc-internal-format
38030 msgid ""
38031 "comparison of promoted bitwise complement of an unsigned value with constant"
38032 msgstr ""
38034 #: c-family/c-warn.cc:2424
38035 #, gcc-internal-format
38036 msgid ""
38037 "comparison of promoted bitwise complement of an unsigned value with unsigned"
38038 msgstr ""
38040 #: c-family/c-warn.cc:2479
38041 #, gcc-internal-format
38042 msgid "unused parameter %qD"
38043 msgstr ""
38045 #: c-family/c-warn.cc:2541
38046 #, gcc-internal-format
38047 msgid "typedef %qD locally defined but not used"
38048 msgstr ""
38050 #: c-family/c-warn.cc:2577
38051 #, gcc-internal-format
38052 msgid "duplicated %<if%> condition"
38053 msgstr ""
38055 #: c-family/c-warn.cc:2606
38056 #, gcc-internal-format
38057 msgid ""
38058 "optimization attribute on %qD follows definition but the attribute doesn%'t "
38059 "match"
38060 msgstr ""
38062 #: c-family/c-warn.cc:2614
38063 #, gcc-internal-format
38064 msgid ""
38065 "inline declaration of %qD follows declaration with attribute %<noinline%>"
38066 msgstr ""
38068 #: c-family/c-warn.cc:2619
38069 #, gcc-internal-format
38070 msgid ""
38071 "declaration of %q+D with attribute %<noinline%> follows inline declaration"
38072 msgstr ""
38074 #: c-family/c-warn.cc:2673
38075 #, gcc-internal-format
38076 msgid "result of %qE requires %u bits to represent, but %qT only has %u bits"
38077 msgstr ""
38079 #: c-family/c-warn.cc:2712 c-family/c-warn.cc:2736
38080 #, gcc-internal-format
38081 msgid "comparison of constant %qE with boolean expression is always false"
38082 msgstr ""
38084 #: c-family/c-warn.cc:2715 c-family/c-warn.cc:2733
38085 #, gcc-internal-format
38086 msgid "comparison of constant %qE with boolean expression is always true"
38087 msgstr ""
38089 #: c-family/c-warn.cc:2783
38090 msgid "passing argument %i to %qs-qualified parameter aliases with argument %Z"
38091 msgid_plural ""
38092 "passing argument %i to %qs-qualified parameter aliases with arguments %Z"
38093 msgstr[0] ""
38094 msgstr[1] ""
38096 #: c-family/c-warn.cc:2849 c/c-typeck.cc:5723 cp/call.cc:6284
38097 #, gcc-internal-format
38098 msgid "this condition has identical branches"
38099 msgstr ""
38101 #: c-family/c-warn.cc:2956
38102 #, gcc-internal-format
38103 msgid "macro expands to multiple statements"
38104 msgstr ""
38106 #: c-family/c-warn.cc:2957
38107 #, gcc-internal-format
38108 msgid "some parts of macro expansion are not guarded by this %qs clause"
38109 msgstr ""
38111 #: c-family/c-warn.cc:3054
38112 #, gcc-internal-format
38113 msgid ""
38114 "converting a packed %qT pointer (alignment %d) to a %qT pointer (alignment "
38115 "%d) may result in an unaligned pointer value"
38116 msgstr ""
38118 #: c-family/c-warn.cc:3061 c-family/c-warn.cc:3064 cp/init.cc:677
38119 #, gcc-internal-format
38120 msgid "defined here"
38121 msgstr ""
38123 #: c-family/c-warn.cc:3151
38124 #, gcc-internal-format
38125 msgid ""
38126 "taking address of packed member of %qT may result in an unaligned pointer "
38127 "value"
38128 msgstr ""
38130 #: c-family/c-warn.cc:3379
38131 msgid "mismatch in bound %Z of argument %u declared as %s"
38132 msgid_plural "mismatch in bounds %Z of argument %u declared as %s"
38133 msgstr[0] ""
38134 msgstr[1] ""
38136 #: c-family/c-warn.cc:3382 c-family/c-warn.cc:3755
38137 #, gcc-internal-format, gfc-internal-format
38138 msgid "previously declared as %s"
38139 msgstr ""
38141 #: c-family/c-warn.cc:3516
38142 #, gcc-internal-format, gfc-internal-format
38143 msgid "argument %u of type %s declared as a variable length array"
38144 msgstr ""
38146 #: c-family/c-warn.cc:3521
38147 #, gcc-internal-format, gfc-internal-format
38148 msgid "previously declared as a pointer %s"
38149 msgstr ""
38151 #: c-family/c-warn.cc:3522
38152 #, gcc-internal-format, gfc-internal-format
38153 msgid "previously declared as an ordinary array %s"
38154 msgstr ""
38156 #: c-family/c-warn.cc:3535 c-family/c-warn.cc:3549
38157 #, gcc-internal-format, gfc-internal-format
38158 msgid "argument %u of type %s declared as a pointer"
38159 msgstr ""
38161 #: c-family/c-warn.cc:3539 c-family/c-warn.cc:3565
38162 #, gcc-internal-format, gfc-internal-format
38163 msgid "previously declared as a variable length array %s"
38164 msgstr ""
38166 #: c-family/c-warn.cc:3552
38167 #, gcc-internal-format, gfc-internal-format
38168 msgid "previously declared as an array %s"
38169 msgstr ""
38171 #: c-family/c-warn.cc:3561
38172 #, gcc-internal-format, gfc-internal-format
38173 msgid "argument %u of type %s declared as an ordinary array"
38174 msgstr ""
38176 #: c-family/c-warn.cc:3589
38177 #, gcc-internal-format, gfc-internal-format
38178 msgid "argument %u of type %s declared with %u variable bound"
38179 msgid_plural "argument %u of type %s declared with %u variable bounds"
38180 msgstr[0] ""
38181 msgstr[1] ""
38183 #: c-family/c-warn.cc:3596
38184 #, gcc-internal-format, gfc-internal-format
38185 msgid "previously declared as %s with %u variable bound"
38186 msgid_plural "previously declared as %s with %u variable bounds"
38187 msgstr[0] ""
38188 msgstr[1] ""
38190 #: c-family/c-warn.cc:3620
38191 #, gcc-internal-format, gfc-internal-format
38192 msgid "argument %u of type %s declared with %u unspecified variable bound"
38193 msgid_plural ""
38194 "argument %u of type %s declared with %u unspecified variable bounds"
38195 msgstr[0] ""
38196 msgstr[1] ""
38198 #: c-family/c-warn.cc:3628
38199 #, gcc-internal-format, gfc-internal-format
38200 msgid "previously declared as %s with %u unspecified variable bound"
38201 msgid_plural "previously declared as %s with %u unspecified variable bounds"
38202 msgstr[0] ""
38203 msgstr[1] ""
38205 #: c-family/c-warn.cc:3635
38206 #, gcc-internal-format, gfc-internal-format
38207 msgid "subsequently declared as %s with %u unspecified variable bound"
38208 msgid_plural "subsequently declared as %s with %u unspecified variable bounds"
38209 msgstr[0] ""
38210 msgstr[1] ""
38212 #: c-family/c-warn.cc:3690
38213 #, gcc-internal-format
38214 msgid "argument %u of type %s declared with mismatched bound argument %E"
38215 msgstr ""
38217 #: c-family/c-warn.cc:3697 c-family/c-warn.cc:3731
38218 #, gcc-internal-format
38219 msgid "argument %u of type %s declared with mismatched bound %<%s%>"
38220 msgstr ""
38222 #: c-family/c-warn.cc:3709
38223 #, gcc-internal-format
38224 msgid "previously declared as %s with bound argument %E"
38225 msgstr ""
38227 #: c-family/c-warn.cc:3714
38228 #, gcc-internal-format
38229 msgid "previously declared as %s with bound %<%s%>"
38230 msgstr ""
38232 #: c-family/c-warn.cc:3734
38233 #, gcc-internal-format
38234 msgid "previously declared as %s with bound %qs"
38235 msgstr ""
38237 #: c-family/c-warn.cc:3753
38238 #, gcc-internal-format, gfc-internal-format
38239 msgid "argument %u of type %s with mismatched bound"
38240 msgstr ""
38242 #: c-family/c-warn.cc:3784
38243 #, gcc-internal-format
38244 msgid ""
38245 "expression does not compute the number of elements in this array; element "
38246 "type is %qT, not %qT"
38247 msgstr ""
38249 #: c-family/c-warn.cc:3794
38250 #, gcc-internal-format
38251 msgid "add parentheses around %qE to silence this warning"
38252 msgstr ""
38254 #: c-family/c-warn.cc:3798
38255 #, gcc-internal-format
38256 msgid "add parentheses around the second %<sizeof%> to silence this warning"
38257 msgstr ""
38259 #: c-family/c-warn.cc:3824
38260 #, gcc-internal-format
38261 msgid "comparison between two arrays is deprecated in C++20"
38262 msgstr ""
38264 #: c-family/c-warn.cc:3825
38265 #, gcc-internal-format
38266 msgid "comparison between two arrays"
38267 msgstr ""
38269 #: c-family/c-warn.cc:3829
38270 #, gcc-internal-format
38271 msgid ""
38272 "use unary %<+%> which decays operands to pointers or %<&%D[0] %s &%D[0]%> to "
38273 "compare the addresses"
38274 msgstr ""
38276 #: c-family/c-warn.cc:3833
38277 #, gcc-internal-format
38278 msgid "use %<&%D[0] %s &%D[0]%> to compare the addresses"
38279 msgstr ""
38281 #: c-family/c-warn.cc:3893
38282 #, gcc-internal-format
38283 msgid "result of %<%wu^%wu%> is %wu; did you mean %<1 << %wu%> (%wu)?"
38284 msgstr ""
38286 #: c-family/c-warn.cc:3903
38287 #, gcc-internal-format
38288 msgid "result of %<%wu^%wu%> is %wu; did you mean %<1LL << %wu%>?"
38289 msgstr ""
38291 #: c-family/c-warn.cc:3910
38292 #, gcc-internal-format
38293 msgid "result of %<%wu^%wu%> is %wu; did you mean exponentiation?"
38294 msgstr ""
38296 #: c-family/c-warn.cc:3921
38297 #, gcc-internal-format
38298 msgid "result of %<%wu^%wu%> is %wu; did you mean %<1e%wu%>?"
38299 msgstr ""
38301 #: c-family/c-warn.cc:3938
38302 #, gcc-internal-format
38303 msgid ""
38304 "you can silence this warning by using a hexadecimal constant (%wx rather "
38305 "than %wd)"
38306 msgstr ""
38308 #: c-family/cppspec.cc:94
38309 #, gcc-internal-format
38310 msgid "%qs is not a valid option to the preprocessor"
38311 msgstr ""
38313 #: c-family/cppspec.cc:113
38314 #, gcc-internal-format
38315 msgid "too many input files"
38316 msgstr ""
38318 #: c-family/known-headers.cc:322
38319 #, gcc-internal-format
38320 msgid "%qs is defined in header %qs; did you forget to %<#include %s%>?"
38321 msgstr ""
38323 #: common/config/aarch64/aarch64-common.cc:400 config/aarch64/aarch64.cc:18127
38324 #, gcc-internal-format
38325 msgid "unknown value %qs for %<-mcpu%>"
38326 msgstr ""
38328 #: common/config/alpha/alpha-common.cc:75
38329 #, gcc-internal-format
38330 msgid "bad value %qs for %<-mtls-size%> switch"
38331 msgstr ""
38333 #: common/config/arc/arc-common.cc:81
38334 #, gcc-internal-format
38335 msgid "multiple %<-mcpu=%> options specified"
38336 msgstr ""
38338 #: common/config/arc/arc-common.cc:87
38339 #, gcc-internal-format
38340 msgid "Unsupported value for mmpy-option"
38341 msgstr ""
38343 #: common/config/arm/arm-common.cc:289
38344 #, gcc-internal-format
38345 msgid "%%:%<target_mode_check%> takes an even number of parameters"
38346 msgstr ""
38348 #: common/config/arm/arm-common.cc:298
38349 #, gcc-internal-format
38350 msgid "unrecognized option passed to %%:%<target_mode_check%>"
38351 msgstr ""
38353 #: common/config/arm/arm-common.cc:378 common/config/arm/arm-common.cc:442
38354 #: common/config/arm/arm-common.cc:489 config/aarch64/aarch64.cc:18059
38355 #: config/aarch64/aarch64.cc:18097
38356 #, gcc-internal-format
38357 msgid "valid arguments are: %s; did you mean %qs?"
38358 msgstr ""
38360 #: common/config/arm/arm-common.cc:381 common/config/arm/arm-common.cc:445
38361 #: common/config/arm/arm-common.cc:492 config/aarch64/aarch64.cc:18062
38362 #: config/aarch64/aarch64.cc:18100
38363 #, gcc-internal-format, gfc-internal-format
38364 msgid "valid arguments are: %s"
38365 msgstr ""
38367 #: common/config/arm/arm-common.cc:418 common/config/arm/arm-common.cc:472
38368 #, gcc-internal-format, gfc-internal-format
38369 msgid "unrecognized %s target: %s"
38370 msgstr ""
38372 #: common/config/arm/arm-common.cc:508
38373 #, gcc-internal-format
38374 msgid "unrecognized %<-mfpu%> target: %s"
38375 msgstr ""
38377 #: common/config/arm/arm-common.cc:536
38378 #, gcc-internal-format
38379 msgid "%qs does not support feature %qs"
38380 msgstr ""
38382 #: common/config/arm/arm-common.cc:547
38383 #, gcc-internal-format
38384 msgid "valid feature names are: %s; did you mean %qs?"
38385 msgstr ""
38387 #: common/config/arm/arm-common.cc:550
38388 #, gcc-internal-format, gfc-internal-format
38389 msgid "valid feature names are: %s"
38390 msgstr ""
38392 #: common/config/arm/arm-common.cc:568
38393 #, gcc-internal-format, gfc-internal-format
38394 msgid "%s does not take any feature options"
38395 msgstr ""
38397 #: common/config/arm/arm-common.cc:665
38398 #, gcc-internal-format
38399 msgid "%%:%<canon_for_mlib%> takes 1 or more pairs of parameters"
38400 msgstr ""
38402 #: common/config/arm/arm-common.cc:679
38403 #, gcc-internal-format
38404 msgid "unrecognized operand to %%:%<canon_for_mlib%>"
38405 msgstr ""
38407 #: common/config/arm/arm-common.cc:1038
38408 #, gcc-internal-format
38409 msgid "unrecognized operand to %%:%<asm_auto_mfpu%>"
38410 msgstr ""
38412 #: common/config/avr/avr-common.cc:91
38413 #, gcc-internal-format
38414 msgid ""
38415 "option %<-mdouble=64%> is only available if configured %<--with-double={64|"
38416 "64,32|32,64}%>"
38417 msgstr ""
38419 #: common/config/avr/avr-common.cc:99
38420 #, gcc-internal-format
38421 msgid ""
38422 "option %<-mdouble=32%> is only available if configured %<--with-double={32|"
38423 "32,64|64,32}%>"
38424 msgstr ""
38426 #: common/config/avr/avr-common.cc:115
38427 #, gcc-internal-format
38428 msgid ""
38429 "option %<-mlong-double=64%> is only available if configured %<--with-long-"
38430 "double={64|64,32|32,64}%>, or %<--with-long-double=double%> together with "
38431 "%<--with-double={64|64,32|32,64}%>"
38432 msgstr ""
38434 #: common/config/avr/avr-common.cc:124
38435 #, gcc-internal-format
38436 msgid ""
38437 "option %<-mlong-double=32%> is only available if configured %<--with-long-"
38438 "double={32|32,64|64,32}%>, or %<--with-long-double=double%> together with "
38439 "%<--with-double={32|32,64|64,32}%>"
38440 msgstr ""
38442 #: common/config/bfin/bfin-common.cc:304 common/config/m68k/m68k-common.cc:60
38443 #, gcc-internal-format
38444 msgid "%<-mshared-library-id=%s%> is not between 0 and %d"
38445 msgstr ""
38447 #: common/config/bfin/bfin-common.cc:323
38448 #, gcc-internal-format
38449 msgid "%<-mcpu=%s%> is not valid"
38450 msgstr ""
38452 #: common/config/bfin/bfin-common.cc:359
38453 #, gcc-internal-format
38454 msgid "%<-mcpu=%s%> has invalid silicon revision"
38455 msgstr ""
38457 #: common/config/i386/i386-common.cc:1759
38458 #, gcc-internal-format
38459 msgid "%<-malign-loops%> is obsolete, use %<-falign-loops%>"
38460 msgstr ""
38462 #: common/config/i386/i386-common.cc:1762
38463 #, gcc-internal-format
38464 msgid "%<-malign-loops=%d%> is not between 0 and %d"
38465 msgstr ""
38467 #: common/config/i386/i386-common.cc:1769
38468 #, gcc-internal-format
38469 msgid "%<-malign-jumps%> is obsolete, use %<-falign-jumps%>"
38470 msgstr ""
38472 #: common/config/i386/i386-common.cc:1772
38473 #, gcc-internal-format
38474 msgid "%<-malign-jumps=%d%> is not between 0 and %d"
38475 msgstr ""
38477 #: common/config/i386/i386-common.cc:1780
38478 #, gcc-internal-format
38479 msgid "%<-malign-functions%> is obsolete, use %<-falign-functions%>"
38480 msgstr ""
38482 #: common/config/i386/i386-common.cc:1783
38483 #, gcc-internal-format
38484 msgid "%<-malign-functions=%d%> is not between 0 and %d"
38485 msgstr ""
38487 #: common/config/i386/i386-common.cc:1792
38488 #, gcc-internal-format
38489 msgid "%<-mbranch-cost=%d%> is not between 0 and 5"
38490 msgstr ""
38492 #: common/config/i386/i386-common.cc:1856 common/config/s390/s390-common.cc:137
38493 #, gcc-internal-format
38494 msgid "%<-fsplit-stack%> currently only supported on GNU/Linux"
38495 msgstr ""
38497 #: common/config/i386/i386-common.cc:1866
38498 #, gcc-internal-format
38499 msgid "%<-fsplit-stack%> requires assembler support for CFI directives"
38500 msgstr ""
38502 #: common/config/ia64/ia64-common.cc:65
38503 #, gcc-internal-format
38504 msgid "bad value %<%s%> for %<-mtls-size=%> switch"
38505 msgstr ""
38507 #: common/config/nds32/nds32-common.cc:49
38508 #, gcc-internal-format
38509 msgid "%<-misr-vector-size=%d%> argument must be 4 or 16"
38510 msgstr ""
38512 #: common/config/nds32/nds32-common.cc:59
38513 #, gcc-internal-format
38514 msgid "%<-misr-secure=%d%> argument not in between 0 and 3"
38515 msgstr ""
38517 #: common/config/nds32/nds32-common.cc:69
38518 #, gcc-internal-format
38519 msgid ""
38520 "for the option %<-mcache-block-size=X%>, the valid X must be: 4, 8, 16, 32, "
38521 "64, 128, 256, or 512"
38522 msgstr ""
38524 #: common/config/riscv/riscv-common.cc:499
38525 #, gcc-internal-format
38526 msgid "%<-march=%s%>: extension %qs appear more than one time"
38527 msgstr ""
38529 #: common/config/riscv/riscv-common.cc:747
38530 #, gcc-internal-format
38531 msgid "%<-march=%s%>: expect number after %<%dp%>"
38532 msgstr ""
38534 #: common/config/riscv/riscv-common.cc:753
38535 #, gcc-internal-format
38536 msgid ""
38537 "%<-march=%s%>: for %<%s%dp%dp?%>, version number with more than 2 level is "
38538 "not supported"
38539 msgstr ""
38541 #: common/config/riscv/riscv-common.cc:823
38542 #, gcc-internal-format
38543 msgid "%<-march=%s%>: rv%de is not a valid base ISA"
38544 msgstr ""
38546 #: common/config/riscv/riscv-common.cc:835
38547 #, gcc-internal-format
38548 msgid ""
38549 "version of %<g%> will be omitted, please specify version for individual "
38550 "extension"
38551 msgstr ""
38553 #: common/config/riscv/riscv-common.cc:854
38554 #, gcc-internal-format
38555 msgid "%<-march=%s%>: first ISA subset must be %<e%>, %<i%> or %<g%>"
38556 msgstr ""
38558 #: common/config/riscv/riscv-common.cc:881
38559 #, gcc-internal-format
38560 msgid "%<-march=%s%>: unsupported ISA subset %<%c%>"
38561 msgstr ""
38563 #: common/config/riscv/riscv-common.cc:885
38564 #, gcc-internal-format
38565 msgid "%<-march=%s%>: ISA string is not in canonical order. %<%c%>"
38566 msgstr ""
38568 #: common/config/riscv/riscv-common.cc:1072
38569 #, gcc-internal-format
38570 msgid "%<-march=%s%>: name of %s must be more than 1 letter"
38571 msgstr ""
38573 #: common/config/riscv/riscv-common.cc:1084
38574 #, gcc-internal-format
38575 msgid "%<-march=%s%>: %s must separate with %<_%>"
38576 msgstr ""
38578 #: common/config/riscv/riscv-common.cc:1113
38579 #, gcc-internal-format
38580 msgid "%<-march=%s%>: ISA string must begin with rv32 or rv64"
38581 msgstr ""
38583 #: common/config/riscv/riscv-common.cc:1144
38584 #, gcc-internal-format
38585 msgid "%<-march=%s%>: unexpected ISA string at end: %qs"
38586 msgstr ""
38588 #: common/config/riscv/riscv-common.cc:1157
38589 #, gcc-internal-format
38590 msgid "%<-march=%s%>: z*inx conflicts with floating-point extensions"
38591 msgstr ""
38593 #: common/config/riscv/riscv-common.cc:1358
38594 #, gcc-internal-format
38595 msgid "%<-mcpu=%s%>: unknown CPU"
38596 msgstr ""
38598 #: common/config/riscv/riscv-common.cc:1437
38599 #, gcc-internal-format
38600 msgid "Cannot find suitable multilib set for %<-march=%s%>/%<-mabi=%s%>"
38601 msgstr ""
38603 #: common/config/rs6000/rs6000-common.cc:173 config/sparc/sparc.cc:1816
38604 #, gcc-internal-format
38605 msgid "unknown %<-mdebug-%s%> switch"
38606 msgstr ""
38608 #: common/config/rs6000/rs6000-common.cc:212
38609 #, gcc-internal-format
38610 msgid "unknown switch %<-mlong-double-%s%>"
38611 msgstr ""
38613 #: common/config/rs6000/rs6000-common.cc:223
38614 #, gcc-internal-format
38615 msgid "option %<%s%> requires %<-mlong-double-128%>"
38616 msgstr ""
38618 #: common/config/rs6000/rs6000-common.cc:257
38619 #, gcc-internal-format
38620 msgid ""
38621 "%<-fsplit-stack%> currently only supported on PowerPC64 GNU/Linux with "
38622 "glibc-2.18 or later"
38623 msgstr ""
38625 #: common/config/rx/rx-common.cc:61
38626 #, gcc-internal-format
38627 msgid "the RX200 cpu does not have FPU hardware"
38628 msgstr ""
38630 #: common/config/rx/rx-common.cc:63
38631 #, gcc-internal-format
38632 msgid "the RX100 cpu does not have FPU hardware"
38633 msgstr ""
38635 #: common/config/s390/s390-common.cc:109
38636 #, gcc-internal-format
38637 msgid "stack guard value must be an exact power of 2"
38638 msgstr ""
38640 #: common/config/s390/s390-common.cc:114
38641 #, gcc-internal-format
38642 msgid "stack size must be an exact power of 2"
38643 msgstr ""
38645 #: common/config/v850/v850-common.cc:47
38646 #, gcc-internal-format
38647 msgid "value passed in %qs is too large"
38648 msgstr ""
38650 #: config/darwin-c.cc:81
38651 #, gcc-internal-format
38652 msgid "too many %<#pragma options align=reset%>"
38653 msgstr ""
38655 #: config/darwin-c.cc:101 config/darwin-c.cc:104 config/darwin-c.cc:106
38656 #: config/darwin-c.cc:108
38657 #, gcc-internal-format
38658 msgid "malformed %<#pragma options%>, ignoring"
38659 msgstr ""
38661 #: config/darwin-c.cc:111
38662 #, gcc-internal-format
38663 msgid "junk at end of %<#pragma options%>"
38664 msgstr ""
38666 #: config/darwin-c.cc:121
38667 #, gcc-internal-format
38668 msgid "malformed %<#pragma options align={mac68k|power|reset}%>, ignoring"
38669 msgstr ""
38671 #: config/darwin-c.cc:133
38672 #, gcc-internal-format
38673 msgid "missing %<(%> after %<#pragma unused%>, ignoring"
38674 msgstr ""
38676 #: config/darwin-c.cc:154
38677 #, gcc-internal-format
38678 msgid "missing %<)%> after %<#pragma unused%>, ignoring"
38679 msgstr ""
38681 #: config/darwin-c.cc:157
38682 #, gcc-internal-format
38683 msgid "junk at end of %<#pragma unused%>"
38684 msgstr ""
38686 #: config/darwin-c.cc:168
38687 #, gcc-internal-format
38688 msgid "malformed %<#pragma ms_struct%>, ignoring"
38689 msgstr ""
38691 #: config/darwin-c.cc:176
38692 #, gcc-internal-format
38693 msgid "malformed %<#pragma ms_struct {on|off|reset}%>, ignoring"
38694 msgstr ""
38696 #: config/darwin-c.cc:179
38697 #, gcc-internal-format
38698 msgid "junk at end of %<#pragma ms_struct%>"
38699 msgstr ""
38701 #: config/darwin-c.cc:405
38702 #, gcc-internal-format, gfc-internal-format
38703 msgid "subframework include %s conflicts with framework include"
38704 msgstr ""
38706 #: config/darwin-c.cc:709
38707 #, gcc-internal-format
38708 msgid "unknown value %qs of %<-mmacosx-version-min%>"
38709 msgstr ""
38711 #: config/darwin-driver.cc:147
38712 #, gcc-internal-format
38713 msgid "%<sysctl%> for %<kern.osversion%> failed: %m"
38714 msgstr ""
38716 #: config/darwin-driver.cc:186
38717 #, gcc-internal-format
38718 msgid "could not understand %<kern.osversion%> %q.*s"
38719 msgstr ""
38721 #: config/darwin-driver.cc:226
38722 #, gcc-internal-format
38723 msgid "could not understand version %qs"
38724 msgstr ""
38726 #: config/darwin-driver.cc:300
38727 #, gcc-internal-format
38728 msgid "this compiler does not support %qs"
38729 msgstr ""
38731 #: config/darwin-driver.cc:326
38732 #, gcc-internal-format
38733 msgid "%qs is not valid for %<-mmacosx-version-min%>"
38734 msgstr ""
38736 #: config/darwin-driver.cc:367
38737 #, gcc-internal-format
38738 msgid "this compiler does not support PowerPC (%<-arch%> option ignored)"
38739 msgstr ""
38741 #: config/darwin-driver.cc:374
38742 #, gcc-internal-format
38743 msgid "%qs conflicts with %<-arch i386%> (%qs ignored)"
38744 msgstr ""
38746 #: config/darwin-driver.cc:383
38747 #, gcc-internal-format
38748 msgid "%<-m32%> conflicts with %<-arch x86_64%> (%<-m32%> ignored)"
38749 msgstr ""
38751 #: config/darwin-driver.cc:390
38752 #, gcc-internal-format
38753 msgid "this compiler does not support x86 (%<-arch%> option ignored)"
38754 msgstr ""
38756 #: config/darwin-driver.cc:397
38757 #, gcc-internal-format
38758 msgid "%qs conflicts with %<-arch ppc%> (%qs ignored)"
38759 msgstr ""
38761 #: config/darwin-driver.cc:406
38762 #, gcc-internal-format
38763 msgid "%<-m32%> conflicts with %<-arch ppc64%> (%<-m32%> ignored)"
38764 msgstr ""
38766 #: config/darwin.cc:2024
38767 #, gcc-internal-format, gfc-internal-format
38768 msgid "failed to open temporary file %s for LTO output"
38769 msgstr ""
38771 #: config/darwin.cc:2116
38772 #, gcc-internal-format
38773 msgid ""
38774 "%qE 2.95 vtable-compatibility attribute applies only when compiling a kext"
38775 msgstr ""
38777 #: config/darwin.cc:2123
38778 #, gcc-internal-format
38779 msgid "%qE 2.95 vtable-compatibility attribute applies only to C++ classes"
38780 msgstr ""
38782 #: config/darwin.cc:2715 config/darwin.cc:2779
38783 #, gcc-internal-format
38784 msgid "common variables must have an alignment of 32678 or less"
38785 msgstr ""
38787 #: config/darwin.cc:2869
38788 #, gcc-internal-format
38789 msgid ""
38790 "protected visibility attribute not supported in this configuration; ignored"
38791 msgstr ""
38793 #: config/darwin.cc:3084
38794 #, gcc-internal-format, gfc-internal-format
38795 msgid "failed to open temporary file %s with LTO output"
38796 msgstr ""
38798 #: config/darwin.cc:3310
38799 #, gcc-internal-format
38800 msgid ""
38801 "%<-fobjc-abi-version%> 2 must be used for 64 bit targets with %<-fnext-"
38802 "runtime%>"
38803 msgstr ""
38805 #: config/darwin.cc:3315
38806 #, gcc-internal-format
38807 msgid ""
38808 "%<-fobjc-abi-version%> %d is not supported for 32 bit targets with %<-fnext-"
38809 "runtime%>"
38810 msgstr ""
38812 #: config/darwin.cc:3330
38813 #, gcc-internal-format
38814 msgid "%<-gsplit-dwarf%> is not supported on this platform, ignored"
38815 msgstr ""
38817 #: config/darwin.cc:3409
38818 #, gcc-internal-format
38819 msgid ""
38820 "%<-mdynamic-no-pic%> overrides %<-fpic%>, %<-fPIC%>, %<-fpie%> or %<-fPIE%>"
38821 msgstr ""
38823 #: config/darwin.cc:3452
38824 #, gcc-internal-format
38825 msgid "%<-mpic-symbol-stubs%> is not required for 64-bit code (ignored)"
38826 msgstr ""
38828 #: config/darwin.cc:3632
38829 #, gcc-internal-format
38830 msgid "built-in function %qD requires the %<-mconstant-cfstrings%> flag"
38831 msgstr ""
38833 #: config/darwin.cc:3639
38834 #, gcc-internal-format
38835 msgid "built-in function %qD takes one argument only"
38836 msgstr ""
38838 #: config/darwin.cc:3706
38839 #, gcc-internal-format
38840 msgid "CFString literal is missing"
38841 msgstr ""
38843 #: config/darwin.cc:3717
38844 #, gcc-internal-format
38845 msgid "CFString literal expression is not a string constant"
38846 msgstr ""
38848 #: config/darwin.cc:3741
38849 #, gcc-internal-format
38850 msgid "non-ASCII character in CFString literal"
38851 msgstr ""
38853 #: config/darwin.cc:3742
38854 #, gcc-internal-format
38855 msgid "embedded NUL in CFString literal"
38856 msgstr ""
38858 #: config/host-darwin.cc:107
38859 #, gcc-internal-format
38860 msgid "PCH memory is not available: %m"
38861 msgstr ""
38863 #: config/sol2-c.cc:91 config/sol2-c.cc:107
38864 #, gcc-internal-format
38865 msgid "malformed %<#pragma align%>, ignoring"
38866 msgstr ""
38868 #: config/sol2-c.cc:100
38869 #, gcc-internal-format
38870 msgid "invalid alignment for %<#pragma align%>, ignoring"
38871 msgstr ""
38873 #: config/sol2-c.cc:115
38874 #, gcc-internal-format
38875 msgid "%<#pragma align%> must appear before the declaration of %qD, ignoring"
38876 msgstr ""
38878 #: config/sol2-c.cc:127 config/sol2-c.cc:139
38879 #, gcc-internal-format
38880 msgid "malformed %<#pragma align%>"
38881 msgstr ""
38883 #: config/sol2-c.cc:134
38884 #, gcc-internal-format
38885 msgid "junk at end of %<#pragma align%>"
38886 msgstr ""
38888 #: config/sol2-c.cc:155 config/sol2-c.cc:162
38889 #, gcc-internal-format
38890 msgid "malformed %<#pragma init%>, ignoring"
38891 msgstr ""
38893 #: config/sol2-c.cc:186 config/sol2-c.cc:198
38894 #, gcc-internal-format
38895 msgid "malformed %<#pragma init%>"
38896 msgstr ""
38898 #: config/sol2-c.cc:193
38899 #, gcc-internal-format
38900 msgid "junk at end of %<#pragma init%>"
38901 msgstr ""
38903 #: config/sol2-c.cc:214 config/sol2-c.cc:221
38904 #, gcc-internal-format
38905 msgid "malformed %<#pragma fini%>, ignoring"
38906 msgstr ""
38908 #: config/sol2-c.cc:245 config/sol2-c.cc:257
38909 #, gcc-internal-format
38910 msgid "malformed %<#pragma fini%>"
38911 msgstr ""
38913 #: config/sol2-c.cc:252
38914 #, gcc-internal-format
38915 msgid "junk at end of %<#pragma fini%>"
38916 msgstr ""
38918 #: config/sol2.cc:58
38919 #, gcc-internal-format
38920 msgid "ignoring %<#pragma align%> for explicitly aligned %q+D"
38921 msgstr ""
38923 #: config/vxworks.cc:165
38924 #, gcc-internal-format
38925 msgid "PIC is only supported for RTPs"
38926 msgstr ""
38928 #: config/aarch64/aarch64-builtins.cc:2142
38929 #: config/aarch64/aarch64-builtins.cc:2376 config/arm/arm-builtins.cc:3112
38930 #, gcc-internal-format, gfc-internal-format
38931 msgid "argument %d must be a constant immediate"
38932 msgstr ""
38934 #: config/aarch64/aarch64-builtins.cc:2214 config/arm/arm-builtins.cc:3467
38935 #, gcc-internal-format
38936 msgid "lane index must be a constant immediate"
38937 msgstr ""
38939 #: config/aarch64/aarch64-builtins.cc:2218
38940 #, gcc-internal-format
38941 msgid "total size and element size must be a nonzero constant immediate"
38942 msgstr ""
38944 #: config/aarch64/aarch64-builtins.cc:2466
38945 #, gcc-internal-format
38946 msgid "argument must be a 16-bit constant immediate"
38947 msgstr ""
38949 #: config/aarch64/aarch64-builtins.cc:2572
38950 #, gcc-internal-format
38951 msgid "Memory Tagging Extension does not support %<-mabi=ilp32%>"
38952 msgstr ""
38954 #: config/aarch64/aarch64-builtins.cc:2607
38955 #, gcc-internal-format, gfc-internal-format
38956 msgid "argument %d must be a constant immediate in range [0,15]"
38957 msgstr ""
38959 #: config/aarch64/aarch64-builtins.cc:3385
38960 #: config/aarch64/aarch64-builtins.cc:3405
38961 #, gcc-internal-format, gfc-internal-format
38962 msgid "expected 64-bit address but argument 1 is %d-bit"
38963 msgstr ""
38965 #: config/aarch64/aarch64-builtins.cc:3389
38966 #, gcc-internal-format, gfc-internal-format
38967 msgid "expected 64-bit address but argument 2 is %d-bit"
38968 msgstr ""
38970 #: config/aarch64/aarch64-c.cc:286
38971 #, gcc-internal-format
38972 msgid "%<#pragma GCC aarch64%> requires a string parameter"
38973 msgstr ""
38975 #: config/aarch64/aarch64-c.cc:298
38976 #, gcc-internal-format
38977 msgid "unknown %<#pragma GCC aarch64%> option %qs"
38978 msgstr ""
38980 #: config/aarch64/aarch64-sve-builtins.cc:661
38981 #, gcc-internal-format
38982 msgid "ACLE function %qD requires ISA extension %qs"
38983 msgstr ""
38985 #: config/aarch64/aarch64-sve-builtins.cc:663
38986 #, gcc-internal-format
38987 msgid ""
38988 "you can enable %qs using the command-line option %<-march%>, or by using the "
38989 "%<target%> attribute or pragma"
38990 msgstr ""
38992 #: config/aarch64/aarch64-sve-builtins.cc:683
38993 #, gcc-internal-format
38994 msgid "ACLE function %qD is incompatible with the use of %qs"
38995 msgstr ""
38997 #: config/aarch64/aarch64-sve-builtins.cc:726
38998 #: config/riscv/riscv-vector-builtins.cc:3250
38999 #, gcc-internal-format
39000 msgid "argument %d of %qE must be an integer constant expression"
39001 msgstr ""
39003 #: config/aarch64/aarch64-sve-builtins.cc:738
39004 #: config/riscv/riscv-vector-builtins.cc:3264
39005 #, gcc-internal-format
39006 msgid ""
39007 "passing %wd to argument %d of %qE, which expects a value in the range [%wd, "
39008 "%wd]"
39009 msgstr ""
39011 #: config/aarch64/aarch64-sve-builtins.cc:751
39012 #, gcc-internal-format
39013 msgid "passing %wd to argument %d of %qE, which expects either %wd or %wd"
39014 msgstr ""
39016 #: config/aarch64/aarch64-sve-builtins.cc:764
39017 #, gcc-internal-format
39018 msgid "passing %wd to argument %d of %qE, which expects %wd, %wd, %wd or %wd"
39019 msgstr ""
39021 #: config/aarch64/aarch64-sve-builtins.cc:776
39022 #, gcc-internal-format
39023 msgid "passing %wd to argument %d of %qE, which expects a valid %qT value"
39024 msgstr ""
39026 #: config/aarch64/aarch64-sve-builtins.cc:1210
39027 #, gcc-internal-format
39028 msgid "%qE has no form that takes %qT arguments"
39029 msgstr ""
39031 #: config/aarch64/aarch64-sve-builtins.cc:1276
39032 #, gcc-internal-format
39033 msgid ""
39034 "passing %qT to argument %d of %qE, which expects a 32-bit or 64-bit integer "
39035 "type"
39036 msgstr ""
39038 #: config/aarch64/aarch64-sve-builtins.cc:1296
39039 #, gcc-internal-format
39040 msgid "passing %qT to argument %d of %qE, which expects a pointer type"
39041 msgstr ""
39043 #: config/aarch64/aarch64-sve-builtins.cc:1299
39044 #, gcc-internal-format
39045 msgid "an explicit type suffix is needed when using a vector of base addresses"
39046 msgstr ""
39048 #: config/aarch64/aarch64-sve-builtins.cc:1308
39049 #, gcc-internal-format
39050 msgid ""
39051 "passing %qT to argument %d of %qE, but %qT is not a valid SVE element type"
39052 msgstr ""
39054 #: config/aarch64/aarch64-sve-builtins.cc:1316
39055 #, gcc-internal-format
39056 msgid ""
39057 "passing %qT to argument %d of %qE, which expects a pointer to 32-bit or 64-"
39058 "bit elements"
39059 msgstr ""
39061 #: config/aarch64/aarch64-sve-builtins.cc:1350
39062 #, gcc-internal-format
39063 msgid ""
39064 "passing %qT to argument %d of %qE, which expects a single SVE vector rather "
39065 "than a tuple"
39066 msgstr ""
39068 #. num_vectors is always != 1, so the singular isn't needed.
39069 #: config/aarch64/aarch64-sve-builtins.cc:1355
39070 #: config/aarch64/aarch64-sve-builtins.cc:1361
39071 #, gcc-internal-format
39072 msgid "%qT%d%qE%d"
39073 msgid_plural ""
39074 "passing single vector %qT to argument %d of %qE, which expects a tuple of %d "
39075 "vectors"
39076 msgstr[0] ""
39077 msgstr[1] ""
39079 #: config/aarch64/aarch64-sve-builtins.cc:1370
39080 #, gcc-internal-format
39081 msgid "passing %qT to argument %d of %qE, which expects an SVE vector type"
39082 msgstr ""
39084 #: config/aarch64/aarch64-sve-builtins.cc:1373
39085 #, gcc-internal-format
39086 msgid "passing %qT to argument %d of %qE, which expects an SVE tuple type"
39087 msgstr ""
39089 #: config/aarch64/aarch64-sve-builtins.cc:1397
39090 #, gcc-internal-format
39091 msgid "passing %qT to argument %d of %qE, which expects a vector of integers"
39092 msgstr ""
39094 #: config/aarch64/aarch64-sve-builtins.cc:1417
39095 #: config/aarch64/aarch64-sve-builtins.cc:1624
39096 #, gcc-internal-format
39097 msgid ""
39098 "passing %qT to argument %d of %qE, which expects a vector of unsigned "
39099 "integers"
39100 msgstr ""
39102 #: config/aarch64/aarch64-sve-builtins.cc:1438
39103 #, gcc-internal-format
39104 msgid ""
39105 "passing %qT to argument %d of %qE, which expects a vector of 32-bit or 64-"
39106 "bit elements"
39107 msgstr ""
39109 #: config/aarch64/aarch64-sve-builtins.cc:1469
39110 #, gcc-internal-format
39111 msgid ""
39112 "passing %qT to argument %d of %qE, which expects a vector or scalar type"
39113 msgstr ""
39115 #: config/aarch64/aarch64-sve-builtins.cc:1491
39116 #: config/aarch64/aarch64-sve-builtins.cc:2057
39117 #, gcc-internal-format
39118 msgid "passing %qT to argument %d of %qE, which expects %qT"
39119 msgstr ""
39121 #: config/aarch64/aarch64-sve-builtins.cc:1511
39122 #, gcc-internal-format
39123 msgid "passing %qT to argument %d of %qE, but previous arguments had type %qT"
39124 msgstr ""
39126 #: config/aarch64/aarch64-sve-builtins.cc:1605
39127 #, gcc-internal-format
39128 msgid ""
39129 "passing %qT to argument %d of %qE, which expects a vector of %d-bit elements"
39130 msgstr ""
39132 #: config/aarch64/aarch64-sve-builtins.cc:1617
39133 #, gcc-internal-format
39134 msgid ""
39135 "passing %qT to argument %d of %qE, which expects a vector of signed integers"
39136 msgstr ""
39138 #: config/aarch64/aarch64-sve-builtins.cc:1644
39139 #, gcc-internal-format
39140 msgid ""
39141 "arguments %d and %d of %qE must have the same element size, but the values "
39142 "passed here have type %qT and %qT respectively"
39143 msgstr ""
39145 #: config/aarch64/aarch64-sve-builtins.cc:1665
39146 #, gcc-internal-format
39147 msgid ""
39148 "arguments %d and %d of %qE must have the same signedness, but the values "
39149 "passed here have type %qT and %qT respectively"
39150 msgstr ""
39152 #: config/aarch64/aarch64-sve-builtins.cc:1676
39153 #, gcc-internal-format
39154 msgid ""
39155 "passing %qT instead of the expected %qT to argument %d of %qE, after passing "
39156 "%qT to argument %d"
39157 msgstr ""
39159 #: config/aarch64/aarch64-sve-builtins.cc:1697
39160 #, gcc-internal-format
39161 msgid "passing %qT to argument %d of %qE, but argument %d had type %qT"
39162 msgstr ""
39164 #: config/aarch64/aarch64-sve-builtins.cc:1715
39165 #, gcc-internal-format
39166 msgid "passing %qT to argument %d of %qE, which expects %qs"
39167 msgstr ""
39169 #: config/aarch64/aarch64-sve-builtins.cc:1731
39170 #, gcc-internal-format
39171 msgid "passing %qT to argument %d of %qE, which expects a scalar pointer"
39172 msgstr ""
39174 #: config/aarch64/aarch64-sve-builtins.cc:1754
39175 #, gcc-internal-format
39176 msgid ""
39177 "call to %qE is ambiguous; argument %d has type %qs but argument %d has type "
39178 "%qs"
39179 msgstr ""
39181 #. It doesn't really matter whether the element is expected to be
39182 #. the same size as type suffix 0.
39183 #: config/aarch64/aarch64-sve-builtins.cc:1799
39184 #, gcc-internal-format
39185 msgid "passing %qT to argument %d of %qE, which expects a scalar element"
39186 msgstr ""
39188 #. It doesn't seem useful to distinguish between signed and unsigned
39189 #. scalars here.
39190 #: config/aarch64/aarch64-sve-builtins.cc:1805
39191 #, gcc-internal-format
39192 msgid "passing %qT to argument %d of %qE, which expects a scalar integer"
39193 msgstr ""
39195 #: config/aarch64/aarch64-sve-builtins.cc:1841
39196 #, gcc-internal-format
39197 msgid "passing %qT to argument %d of %qE, which expects %qs or %qs"
39198 msgstr ""
39200 #: config/aarch64/aarch64-sve-builtins.cc:1861
39201 #, gcc-internal-format
39202 msgid ""
39203 "passing %qT to argument %d of %qE, which expects a vector of 32-bit or 64-"
39204 "bit integers"
39205 msgstr ""
39207 #: config/aarch64/aarch64-sve-builtins.cc:1911
39208 #, gcc-internal-format
39209 msgid "when storing %qT, %qE requires a vector base and a scalar index"
39210 msgstr ""
39212 #: config/aarch64/aarch64-sve-builtins.cc:1916
39213 #, gcc-internal-format
39214 msgid "%qE requires a vector base and a scalar index"
39215 msgstr ""
39217 #: config/aarch64/aarch64-sve-builtins.cc:1920
39218 #, gcc-internal-format
39219 msgid "%qE does not support 32-bit vector type %qT"
39220 msgstr ""
39222 #: config/aarch64/aarch64-sve-builtins.cc:1948
39223 #, gcc-internal-format
39224 msgid "%qE does not support 32-bit sign-extended offsets"
39225 msgstr ""
39227 #: config/aarch64/aarch64-sve-builtins.cc:1951
39228 #, gcc-internal-format
39229 msgid "%qE does not support sign-extended offsets"
39230 msgstr ""
39232 #: config/aarch64/aarch64-sve-builtins.cc:1964
39233 #, gcc-internal-format
39234 msgid ""
39235 "passing %qT to argument %d of %qE, which when loading %qT expects a vector "
39236 "of %d-bit integers"
39237 msgstr ""
39239 #: config/aarch64/aarch64-sve-builtins.cc:1969
39240 #, gcc-internal-format
39241 msgid ""
39242 "passing %qT to argument %d of %qE, which when storing %qT expects a vector "
39243 "of %d-bit integers"
39244 msgstr ""
39246 #. TYPE is part of the function name.
39247 #: config/aarch64/aarch64-sve-builtins.cc:1976
39248 #, gcc-internal-format
39249 msgid ""
39250 "passing %qT to argument %d of %qE, which expects a vector of %d-bit integers"
39251 msgstr ""
39253 #: config/aarch64/aarch64-sve-builtins.cc:2024
39254 #, gcc-internal-format
39255 msgid ""
39256 "passing %qT to argument %d of %qE, which expects a vector or pointer base "
39257 "address"
39258 msgstr ""
39260 #: config/aarch64/aarch64-sve-builtins.cc:2108
39261 #, gcc-internal-format
39262 msgid "cannot combine a base of type %qT with an offset of type %qT"
39263 msgstr ""
39265 #: config/aarch64/aarch64-sve-builtins.cc:2112
39266 #, gcc-internal-format
39267 msgid "cannot combine a base of type %qT with an index of type %qT"
39268 msgstr ""
39270 #: config/aarch64/aarch64-sve-builtins.cc:2200
39271 #, gcc-internal-format
39272 msgid ""
39273 "passing %qT to argument %d of %qE, but its %qT form does not accept scalars"
39274 msgstr ""
39276 #: config/aarch64/aarch64-sve-builtins.cc:3536
39277 #: config/arm/arm-mve-builtins.cc:173
39278 #: config/riscv/riscv-vector-builtins.cc:3444
39279 #, gcc-internal-format
39280 msgid "duplicate definition of %qs"
39281 msgstr ""
39283 #: config/aarch64/aarch64-sve-builtins.cc:3712
39284 #, gcc-internal-format
39285 msgid "%qs applied to non-SVE type %qT"
39286 msgstr ""
39288 #: config/aarch64/aarch64-sve-builtins.cc:3718
39289 #, gcc-internal-format
39290 msgid "%qs applied to non-vector type %qT"
39291 msgstr ""
39293 #: config/aarch64/aarch64-sve-builtins.cc:3725
39294 #, gcc-internal-format
39295 msgid "%qs applied to type %qT, which already has a size"
39296 msgstr ""
39298 #: config/aarch64/aarch64-sve-builtins.cc:3733
39299 #, gcc-internal-format
39300 msgid "%qs requires an integer constant expression"
39301 msgstr ""
39303 #: config/aarch64/aarch64-sve-builtins.cc:3741
39304 #, gcc-internal-format
39305 msgid "unsupported SVE vector size"
39306 msgstr ""
39308 #: config/aarch64/aarch64-sve-builtins.cc:3855
39309 #, gcc-internal-format
39310 msgid "SVE type %qT does not have a fixed size"
39311 msgstr ""
39313 #: config/aarch64/aarch64-sve-builtins.cc:3860
39314 #, gcc-internal-format
39315 msgid "SVE type %qT does not have a defined alignment"
39316 msgstr ""
39318 #: config/aarch64/aarch64-sve-builtins.cc:3865
39319 #: config/riscv/riscv-vector-builtins.cc:3382
39320 #, gcc-internal-format
39321 msgid "variables of type %qT cannot have thread-local storage duration"
39322 msgstr ""
39324 #: config/aarch64/aarch64-sve-builtins.cc:3871
39325 #, gcc-internal-format
39326 msgid "arithmetic on pointer to SVE type %qT"
39327 msgstr ""
39329 #: config/aarch64/aarch64-sve-builtins.cc:3878
39330 #, gcc-internal-format
39331 msgid "member variables cannot have SVE type %qT"
39332 msgstr ""
39334 #: config/aarch64/aarch64-sve-builtins.cc:3880
39335 #, gcc-internal-format
39336 msgid "fields cannot have SVE type %qT"
39337 msgstr ""
39339 #: config/aarch64/aarch64-sve-builtins.cc:3885
39340 #, gcc-internal-format
39341 msgid "array elements cannot have SVE type %qT"
39342 msgstr ""
39344 #: config/aarch64/aarch64-sve-builtins.cc:3890
39345 #, gcc-internal-format
39346 msgid "cannot allocate objects with SVE type %qT"
39347 msgstr ""
39349 #: config/aarch64/aarch64-sve-builtins.cc:3895
39350 #, gcc-internal-format
39351 msgid "cannot delete objects with SVE type %qT"
39352 msgstr ""
39354 #: config/aarch64/aarch64-sve-builtins.cc:3900
39355 #, gcc-internal-format
39356 msgid "cannot throw or catch SVE type %qT"
39357 msgstr ""
39359 #: config/aarch64/aarch64-sve-builtins.cc:3905
39360 #, gcc-internal-format
39361 msgid "capture by copy of SVE type %qT"
39362 msgstr ""
39364 #: config/aarch64/aarch64.cc:2781
39365 #, gcc-internal-format
39366 msgid "the %qE attribute cannot be applied to an SVE function type"
39367 msgstr ""
39369 #: config/aarch64/aarch64.cc:3219
39370 #, gcc-internal-format
39371 msgid "%qs is incompatible with the use of floating-point types"
39372 msgstr ""
39374 #: config/aarch64/aarch64.cc:3222
39375 #, gcc-internal-format
39376 msgid "%qs is incompatible with the use of vector types"
39377 msgstr ""
39379 #: config/aarch64/aarch64.cc:3226
39380 #, gcc-internal-format
39381 msgid ""
39382 "%qs feature modifier is incompatible with the use of floating-point types"
39383 msgstr ""
39385 #: config/aarch64/aarch64.cc:3229
39386 #, gcc-internal-format
39387 msgid "%qs feature modifier is incompatible with the use of vector types"
39388 msgstr ""
39390 #: config/aarch64/aarch64.cc:3245
39391 #, gcc-internal-format
39392 msgid "this operation requires the SVE ISA extension"
39393 msgstr ""
39395 #: config/aarch64/aarch64.cc:3246
39396 #, gcc-internal-format
39397 msgid ""
39398 "you can enable SVE using the command-line option %<-march%>, or by using the "
39399 "%<target%> attribute or pragma"
39400 msgstr ""
39402 #. We can't gracefully recover at this point, so make this a
39403 #. fatal error.
39404 #: config/aarch64/aarch64.cc:7225
39405 #, gcc-internal-format
39406 msgid "arguments of type %qT require the SVE ISA extension"
39407 msgstr ""
39409 #: config/aarch64/aarch64.cc:7646
39410 #, gcc-internal-format
39411 msgid "SVE type %qT cannot be passed to an unprototyped function"
39412 msgstr ""
39414 #: config/aarch64/aarch64.cc:7783 config/aarch64/aarch64.cc:7854
39415 #: config/aarch64/aarch64.cc:19798
39416 #, gcc-internal-format
39417 msgid "parameter passing for argument of type %qT changed in GCC 13.1"
39418 msgstr ""
39420 #: config/aarch64/aarch64.cc:7793 config/aarch64/aarch64.cc:7863
39421 #: config/aarch64/aarch64.cc:19804 config/arm/arm.cc:7266
39422 #: config/arm/arm.cc:7296 config/arm/arm.cc:29325
39423 #, gcc-internal-format
39424 msgid "parameter passing for argument of type %qT changed in GCC 9.1"
39425 msgstr ""
39427 #: config/aarch64/aarch64.cc:7931
39428 #, gcc-internal-format
39429 msgid "%qE requires the SVE ISA extension"
39430 msgstr ""
39432 #: config/aarch64/aarch64.cc:7934
39433 #, gcc-internal-format
39434 msgid "calls to functions of type %qT require the SVE ISA extension"
39435 msgstr ""
39437 #: config/aarch64/aarch64.cc:8112
39438 #, gcc-internal-format
39439 msgid "stack probes for SVE frames"
39440 msgstr ""
39442 #: config/aarch64/aarch64.cc:17544
39443 #, gcc-internal-format
39444 msgid "unknown flag passed in %<-moverride=%s%> (%s)"
39445 msgstr ""
39447 #: config/aarch64/aarch64.cc:17588
39448 #, gcc-internal-format
39449 msgid "%qs string ill-formed"
39450 msgstr ""
39452 #: config/aarch64/aarch64.cc:17644
39453 #, gcc-internal-format
39454 msgid "invalid format for %<sve_width%>"
39455 msgstr ""
39457 #: config/aarch64/aarch64.cc:17656
39458 #, gcc-internal-format
39459 msgid "invalid %<sve_width%> value: %d"
39460 msgstr ""
39462 #: config/aarch64/aarch64.cc:17676
39463 #, gcc-internal-format, gfc-internal-format
39464 msgid "tuning string missing in option (%s)"
39465 msgstr ""
39467 #: config/aarch64/aarch64.cc:17694
39468 #, gcc-internal-format, gfc-internal-format
39469 msgid "unknown tuning option (%s)"
39470 msgstr ""
39472 #: config/aarch64/aarch64.cc:17882 config/arm/arm.cc:3193
39473 #: config/riscv/riscv.cc:6320
39474 #, gcc-internal-format
39475 msgid ""
39476 "incompatible options %<-mstack-protector-guard=global%> and %<-mstack-"
39477 "protector-guard-offset=%s%>"
39478 msgstr ""
39480 #: config/aarch64/aarch64.cc:17891 config/riscv/riscv.cc:6329
39481 #, gcc-internal-format
39482 msgid ""
39483 "both %<-mstack-protector-guard-offset%> and %<-mstack-protector-guard-reg%> "
39484 "must be used with %<-mstack-protector-guard=sysreg%>"
39485 msgstr ""
39487 #: config/aarch64/aarch64.cc:17899
39488 #, gcc-internal-format
39489 msgid "specify a system register with a small string length"
39490 msgstr ""
39492 #: config/aarch64/aarch64.cc:17909 config/arm/arm.cc:3205
39493 #: config/riscv/riscv.cc:6358 config/rs6000/rs6000.cc:4531
39494 #, gcc-internal-format
39495 msgid "%qs is not a valid offset in %qs"
39496 msgstr ""
39498 #: config/aarch64/aarch64.cc:17916
39499 #, gcc-internal-format
39500 msgid "%<-fsanitize=shadow-call-stack%> requires %<-ffixed-x18%>"
39501 msgstr ""
39503 #: config/aarch64/aarch64.cc:18006
39504 #, gcc-internal-format
39505 msgid ""
39506 "only values 12 (4 KB) and 16 (64 KB) are supported for guard size.  Given "
39507 "value %d (%llu KB) is out of range"
39508 msgstr ""
39510 #: config/aarch64/aarch64.cc:18022
39511 #, gcc-internal-format
39512 msgid "stack clash guard size %<%d%> must be equal to probing interval %<%d%>"
39513 msgstr ""
39515 #: config/aarch64/aarch64.cc:18124
39516 #, gcc-internal-format
39517 msgid "missing cpu name in %<-mcpu=%s%>"
39518 msgstr ""
39520 #: config/aarch64/aarch64.cc:18131
39521 #, gcc-internal-format
39522 msgid "invalid feature modifier %qs in %<-mcpu=%s%>"
39523 msgstr ""
39525 #: config/aarch64/aarch64.cc:18190
39526 #, gcc-internal-format
39527 msgid "invalid argument given to %<-mharden-sls=%>"
39528 msgstr ""
39530 #: config/aarch64/aarch64.cc:18201
39531 #, gcc-internal-format
39532 msgid "%qs must be by itself for %<-mharden-sls=%>"
39533 msgstr ""
39535 #: config/aarch64/aarch64.cc:18206
39536 #, gcc-internal-format
39537 msgid "invalid argument %<%s%> for %<-mharden-sls=%>"
39538 msgstr ""
39540 #: config/aarch64/aarch64.cc:18234
39541 #, gcc-internal-format
39542 msgid "missing arch name in %<-march=%s%>"
39543 msgstr ""
39545 #: config/aarch64/aarch64.cc:18237
39546 #, gcc-internal-format
39547 msgid "unknown value %qs for %<-march%>"
39548 msgstr ""
39550 #: config/aarch64/aarch64.cc:18243
39551 #, gcc-internal-format
39552 msgid "did you mean %<-mcpu=%s%>?"
39553 msgstr ""
39555 #: config/aarch64/aarch64.cc:18246
39556 #, gcc-internal-format
39557 msgid "invalid feature modifier %qs in %<-march=%s%>"
39558 msgstr ""
39560 #: config/aarch64/aarch64.cc:18274
39561 #, gcc-internal-format
39562 msgid "missing cpu name in %<-mtune=%s%>"
39563 msgstr ""
39565 #: config/aarch64/aarch64.cc:18277
39566 #, gcc-internal-format
39567 msgid "unknown value %qs for %<-mtune%>"
39568 msgstr ""
39570 #: config/aarch64/aarch64.cc:18362
39571 #, gcc-internal-format
39572 msgid "switch %<-mcpu=%s%> conflicts with %<-march=%s%> switch"
39573 msgstr ""
39575 #: config/aarch64/aarch64.cc:18416
39576 #, gcc-internal-format
39577 msgid "assembler does not support %<-mabi=ilp32%>"
39578 msgstr ""
39580 #: config/aarch64/aarch64.cc:18423
39581 #, gcc-internal-format
39582 msgid "return address signing is only supported for %<-mabi=lp64%>"
39583 msgstr ""
39585 #: config/aarch64/aarch64.cc:18496
39586 #, gcc-internal-format
39587 msgid "code model %qs with %<-f%s%>"
39588 msgstr ""
39590 #: config/aarch64/aarch64.cc:18499
39591 #, gcc-internal-format
39592 msgid "code model %qs not supported in ilp32 mode"
39593 msgstr ""
39595 #: config/aarch64/aarch64.cc:18651
39596 #, gcc-internal-format
39597 msgid "missing name in %<target(\"arch=\")%> pragma or attribute"
39598 msgstr ""
39600 #: config/aarch64/aarch64.cc:18654
39601 #, gcc-internal-format
39602 msgid "invalid name %qs in %<target(\"arch=\")%> pragma or attribute"
39603 msgstr ""
39605 #: config/aarch64/aarch64.cc:18658
39606 #, gcc-internal-format
39607 msgid ""
39608 "invalid feature modifier %s of value %qs in %<target()%> pragma or attribute"
39609 msgstr ""
39611 #: config/aarch64/aarch64.cc:18692
39612 #, gcc-internal-format
39613 msgid "missing name in %<target(\"cpu=\")%> pragma or attribute"
39614 msgstr ""
39616 #: config/aarch64/aarch64.cc:18695
39617 #, gcc-internal-format
39618 msgid "invalid name %qs in %<target(\"cpu=\")%> pragma or attribute"
39619 msgstr ""
39621 #: config/aarch64/aarch64.cc:18699 config/aarch64/aarch64.cc:18805
39622 #, gcc-internal-format
39623 msgid ""
39624 "invalid feature modifier %qs of value %qs in %<target()%> pragma or attribute"
39625 msgstr ""
39627 #: config/aarch64/aarch64.cc:18722
39628 #, gcc-internal-format
39629 msgid ""
39630 "missing argument to %<target(\"branch-protection=\")%> pragma or attribute"
39631 msgstr ""
39633 #: config/aarch64/aarch64.cc:18726
39634 #, gcc-internal-format
39635 msgid ""
39636 "invalid protection type %qs in %<target(\"branch-protection=\")%> pragma or "
39637 "attribute"
39638 msgstr ""
39640 #: config/aarch64/aarch64.cc:18760
39641 #, gcc-internal-format
39642 msgid "invalid name %qs in %<target(\"tune=\")%> pragma or attribute"
39643 msgstr ""
39645 #: config/aarch64/aarch64.cc:18801
39646 #, gcc-internal-format
39647 msgid "missing value in %<target()%> pragma or attribute"
39648 msgstr ""
39650 #: config/aarch64/aarch64.cc:18859 config/aarch64/aarch64.cc:19032
39651 #, gcc-internal-format
39652 msgid "malformed %<target()%> pragma or attribute"
39653 msgstr ""
39655 #: config/aarch64/aarch64.cc:18903
39656 #, gcc-internal-format
39657 msgid "pragma or attribute %<target(\"%s\")%> does not accept an argument"
39658 msgstr ""
39660 #: config/aarch64/aarch64.cc:18911 config/i386/i386-options.cc:1254
39661 #, gcc-internal-format
39662 msgid "pragma or attribute %<target(\"%s\")%> does not allow a negated form"
39663 msgstr ""
39665 #: config/aarch64/aarch64.cc:18965
39666 #, gcc-internal-format
39667 msgid "pragma or attribute %<target(\"%s=%s\")%> is not valid"
39668 msgstr ""
39670 #: config/aarch64/aarch64.cc:19022 config/arm/arm.cc:33526
39671 #: config/rs6000/rs6000.cc:24408 config/s390/s390.cc:16053
39672 #, gcc-internal-format
39673 msgid "attribute %<target%> argument not a string"
39674 msgstr ""
39676 #: config/aarch64/aarch64.cc:19057
39677 #, gcc-internal-format
39678 msgid "arch extension %<%s%> should be prefixed by %<+%>"
39679 msgstr ""
39681 #: config/aarch64/aarch64.cc:19060
39682 #, gcc-internal-format
39683 msgid "pragma or attribute %<target(\"%s\")%> is not valid"
39684 msgstr ""
39686 #: config/aarch64/aarch64.cc:19069
39687 #, gcc-internal-format
39688 msgid "malformed %<target(\"%s\")%> pragma or attribute"
39689 msgstr ""
39691 #: config/aarch64/aarch64.cc:20549 config/arm/arm.cc:6614
39692 #: config/rs6000/rs6000-call.cc:366 config/s390/s390.cc:12424
39693 msgid ""
39694 "parameter passing for argument of type %qT with %<[[no_unique_address]]%> "
39695 "members changed %{in GCC 10.1%}"
39696 msgstr ""
39698 #: config/aarch64/aarch64.cc:20554 config/arm/arm.cc:6619
39699 #: config/rs6000/rs6000-call.cc:361 config/s390/s390.cc:12419
39700 msgid ""
39701 "parameter passing for argument of type %qT when C++17 is enabled changed to "
39702 "match C++14 %{in GCC 10.1%}"
39703 msgstr ""
39705 #: config/aarch64/aarch64.cc:20559 config/arm/arm.cc:6624
39706 msgid "parameter passing for argument of type %qT changed %{in GCC 12.1%}"
39707 msgstr ""
39709 #: config/aarch64/aarch64.cc:21713 config/aarch64/aarch64.cc:21716
39710 #, gcc-internal-format
39711 msgid "lane %wd out of range %wd - %wd"
39712 msgstr ""
39714 #: config/aarch64/aarch64.cc:26963 config/i386/i386.cc:23702
39715 #: config/i386/i386.cc:23833
39716 #, gcc-internal-format
39717 msgid "unsupported simdlen %wd"
39718 msgstr ""
39720 #: config/aarch64/aarch64.cc:26975 config/aarch64/aarch64.cc:27004
39721 #, gcc-internal-format
39722 msgid "GCC does not currently support mixed size types for %<simd%> functions"
39723 msgstr ""
39725 #: config/aarch64/aarch64.cc:26979
39726 #, gcc-internal-format
39727 msgid "GCC does not currently support return type %qT for %<simd%> functions"
39728 msgstr ""
39730 #: config/aarch64/aarch64.cc:26983
39731 #, gcc-internal-format
39732 msgid "unsupported return type %qT for %<simd%> functions"
39733 msgstr ""
39735 #: config/aarch64/aarch64.cc:27008
39736 #, gcc-internal-format
39737 msgid "GCC does not currently support argument type %qT for %<simd%> functions"
39738 msgstr ""
39740 #: config/aarch64/aarch64.cc:27034
39741 #, gcc-internal-format
39742 msgid "GCC does not currently support simdlen %wd for type %qT"
39743 msgstr ""
39745 #: config/alpha/alpha.cc:420
39746 #, gcc-internal-format
39747 msgid "bad value %qs for %<-mtrap-precision%> switch"
39748 msgstr ""
39750 #: config/alpha/alpha.cc:435
39751 #, gcc-internal-format
39752 msgid "bad value %qs for %<-mfp-rounding-mode%> switch"
39753 msgstr ""
39755 #: config/alpha/alpha.cc:450
39756 #, gcc-internal-format
39757 msgid "bad value %qs for %<-mfp-trap-mode%> switch"
39758 msgstr ""
39760 #: config/alpha/alpha.cc:468
39761 #, gcc-internal-format
39762 msgid "bad value %qs for %<-mcpu%> switch"
39763 msgstr ""
39765 #: config/alpha/alpha.cc:483
39766 #, gcc-internal-format
39767 msgid "bad value %qs for %<-mtune%> switch"
39768 msgstr ""
39770 #: config/alpha/alpha.cc:501
39771 #, gcc-internal-format
39772 msgid "fp software completion requires %<-mtrap-precision=i%>"
39773 msgstr ""
39775 #: config/alpha/alpha.cc:517
39776 #, gcc-internal-format
39777 msgid "rounding mode not supported for VAX floats"
39778 msgstr ""
39780 #: config/alpha/alpha.cc:522
39781 #, gcc-internal-format
39782 msgid "trap mode not supported for VAX floats"
39783 msgstr ""
39785 #: config/alpha/alpha.cc:526
39786 #, gcc-internal-format
39787 msgid "128-bit %<long double%> not supported for VAX floats"
39788 msgstr ""
39790 #: config/alpha/alpha.cc:554
39791 #, gcc-internal-format, gfc-internal-format
39792 msgid "L%d cache latency unknown for %s"
39793 msgstr ""
39795 #: config/alpha/alpha.cc:569
39796 #, gcc-internal-format
39797 msgid "bad value %qs for %<-mmemory-latency%>"
39798 msgstr ""
39800 #: config/alpha/alpha.cc:6652 config/alpha/alpha.cc:6655 config/arc/arc.cc:7099
39801 #: config/arc/arc.cc:7373 config/s390/s390.cc:949
39802 #, gcc-internal-format
39803 msgid "bad builtin fcode"
39804 msgstr ""
39806 #: config/arc/arc.cc:1098
39807 #, gcc-internal-format
39808 msgid "%<-mno-mpy%> supported only for ARC700 or ARCv2"
39809 msgstr ""
39811 #: config/arc/arc.cc:1101
39812 #, gcc-internal-format
39813 msgid "%<-mno-dpfp-lrsr%> supported only with %<-mdpfp%>"
39814 msgstr ""
39816 #: config/arc/arc.cc:1106
39817 #, gcc-internal-format
39818 msgid "FPX fast and compact options cannot be specified together"
39819 msgstr ""
39821 #: config/arc/arc.cc:1110
39822 #, gcc-internal-format
39823 msgid "%<-mspfp_fast%> not available on ARC600 or ARC601"
39824 msgstr ""
39826 #: config/arc/arc.cc:1115
39827 #, gcc-internal-format
39828 msgid "no FPX/FPU mixing allowed"
39829 msgstr ""
39831 #: config/arc/arc.cc:1120
39832 #, gcc-internal-format
39833 msgid "PIC is not supported for %qs"
39834 msgstr ""
39836 #: config/arc/arc.cc:1159
39837 #, gcc-internal-format
39838 msgid "missing dash"
39839 msgstr ""
39841 #: config/arc/arc.cc:1171
39842 #, gcc-internal-format
39843 msgid "first register must be R0"
39844 msgstr ""
39846 #: config/arc/arc.cc:1191
39847 #, gcc-internal-format, gfc-internal-format
39848 msgid "last register name %s must be an odd register"
39849 msgstr ""
39851 #: config/arc/arc.cc:1200 config/ia64/ia64.cc:6052 config/pa/pa.cc:480
39852 #: config/sh/sh.cc:8293
39853 #, gcc-internal-format, gfc-internal-format
39854 msgid "%s-%s is an empty range"
39855 msgstr ""
39857 #: config/arc/arc.cc:1250
39858 #, gcc-internal-format
39859 msgid ""
39860 "invalid number in %<-mrgf-banked-regs=%s%> valid values are 0, 4, 8, 16, or "
39861 "32"
39862 msgstr ""
39864 #: config/arc/arc.cc:1312
39865 #, gcc-internal-format
39866 msgid "option %<-mirq-ctrl-saved%> valid only for ARC v2 processors"
39867 msgstr ""
39869 #: config/arc/arc.cc:1321
39870 #, gcc-internal-format
39871 msgid "option %<-mrgf-banked-regs%> valid only for ARC v2 processors"
39872 msgstr ""
39874 #. Check options against architecture options.  Throw an error if
39875 #. option is not allowed.  Extra, check options against default
39876 #. architecture/cpu flags and throw an warning if we find a
39877 #. mismatch.
39878 #. TRANSLATORS: the DOC/DOC0/DOC1 are strings which shouldn't be
39879 #. translated.  They are like keywords which one can relate with the
39880 #. architectural choices taken for an ARC CPU implementation.
39881 #: config/arc/arc.cc:1365
39882 #, gcc-internal-format
39883 msgid "option %<%s=%s%> is not available for %qs CPU"
39884 msgstr ""
39886 #: config/arc/arc.cc:1370
39887 #, gcc-internal-format
39888 msgid "option %qs is ignored, the default value %qs is considered for %qs CPU"
39889 msgstr ""
39891 #: config/arc/arc.cc:1378
39892 #, gcc-internal-format
39893 msgid "option %qs is not available for %qs CPU"
39894 msgstr ""
39896 #: config/arc/arc.cc:1383
39897 #, gcc-internal-format
39898 msgid "unset option %qs is ignored, it is always enabled for %qs CPU"
39899 msgstr ""
39901 #: config/arc/arc.cc:1955
39902 #, gcc-internal-format, gfc-internal-format
39903 msgid "multiply option implies r%d is fixed"
39904 msgstr ""
39906 #: config/arc/arc.cc:2103 config/epiphany/epiphany.cc:508
39907 #: config/epiphany/epiphany.cc:550
39908 #, gcc-internal-format
39909 msgid "argument of %qE attribute is not a string constant"
39910 msgstr ""
39912 #: config/arc/arc.cc:2112
39913 #, gcc-internal-format
39914 msgid "argument of %qE attribute is not \"ilink1\" or \"ilink2\""
39915 msgstr ""
39917 #: config/arc/arc.cc:2121
39918 #, gcc-internal-format
39919 msgid "argument of %qE attribute is not \"ilink\" or \"firq\""
39920 msgstr ""
39922 #: config/arc/arc.cc:2135 config/arm/arm.cc:7407 config/arm/arm.cc:7425
39923 #: config/arm/arm.cc:7606 config/avr/avr.cc:9588 config/avr/avr.cc:9604
39924 #: config/bfin/bfin.cc:4694 config/bfin/bfin.cc:4755 config/bfin/bfin.cc:4785
39925 #: config/bpf/bpf.cc:99 config/csky/csky.cc:6458 config/csky/csky.cc:6486
39926 #: config/epiphany/epiphany.cc:491 config/gcn/gcn.cc:333
39927 #: config/h8300/h8300.cc:4944 config/i386/i386-options.cc:3381
39928 #: config/i386/i386-options.cc:3558 config/i386/i386-options.cc:3614
39929 #: config/i386/i386-options.cc:3665 config/i386/i386-options.cc:3702
39930 #: config/m68k/m68k.cc:792 config/mcore/mcore.cc:3067
39931 #: config/nvptx/nvptx.cc:5800 config/riscv/riscv.cc:3988
39932 #: config/rl78/rl78.cc:820 config/rl78/rl78.cc:889
39933 #: config/rs6000/rs6000.cc:20362 config/rx/rx.cc:2727 config/rx/rx.cc:2753
39934 #: config/s390/s390.cc:1164 config/s390/s390.cc:1251 config/sh/sh.cc:8429
39935 #: config/sh/sh.cc:8447 config/sh/sh.cc:8471 config/sh/sh.cc:8542
39936 #: config/sh/sh.cc:8565 config/stormy16/stormy16.cc:2229
39937 #: config/v850/v850.cc:2010 config/visium/visium.cc:724
39938 #, gcc-internal-format
39939 msgid "%qE attribute only applies to functions"
39940 msgstr ""
39942 #: config/arc/arc.cc:6998
39943 #, gcc-internal-format
39944 msgid "%<__builtin_arc_aligned%> with non-constant alignment"
39945 msgstr ""
39947 #: config/arc/arc.cc:7006
39948 #, gcc-internal-format
39949 msgid "invalid alignment value for %<__builtin_arc_aligned%>"
39950 msgstr ""
39952 #: config/arc/arc.cc:7169
39953 #, gcc-internal-format
39954 msgid "operand 1 should be an unsigned 3-bit immediate"
39955 msgstr ""
39957 #: config/arc/arc.cc:7210 config/arc/arc.cc:7307
39958 #, gcc-internal-format
39959 msgid "operand 2 should be an unsigned 3-bit value (I0-I7)"
39960 msgstr ""
39962 #: config/arc/arc.cc:7243 config/arc/arc.cc:7275
39963 #, gcc-internal-format
39964 msgid "operand 1 should be an unsigned 3-bit value (I0-I7)"
39965 msgstr ""
39967 #: config/arc/arc.cc:7247 config/arc/arc.cc:7279
39968 #, gcc-internal-format
39969 msgid "operand 2 should be an unsigned 8-bit value"
39970 msgstr ""
39972 #: config/arc/arc.cc:7311
39973 #, gcc-internal-format
39974 msgid "operand 3 should be an unsigned 8-bit value"
39975 msgstr ""
39977 #: config/arc/arc.cc:7344
39978 #, gcc-internal-format
39979 msgid "operand 4 should be an unsigned 8-bit value (0-255)"
39980 msgstr ""
39982 #: config/arc/arc.cc:7348
39983 #, gcc-internal-format
39984 msgid "operand 3 should be an unsigned 3-bit value (I0-I7)"
39985 msgstr ""
39987 #: config/arc/arc.cc:7355
39988 #, gcc-internal-format
39989 msgid "operand 2 should be an unsigned 3-bit value (subreg 0-7)"
39990 msgstr ""
39992 #: config/arc/arc.cc:7358
39993 #, gcc-internal-format
39994 msgid "operand 2 should be an even 3-bit value (subreg 0,2,4,6)"
39995 msgstr ""
39997 #: config/arc/arc.cc:7405
39998 #, gcc-internal-format, gfc-internal-format
39999 msgid "builtin requires an immediate for operand %d"
40000 msgstr ""
40002 #: config/arc/arc.cc:7410
40003 #, gcc-internal-format, gfc-internal-format
40004 msgid "operand %d should be a 6 bit unsigned immediate"
40005 msgstr ""
40007 #: config/arc/arc.cc:7414
40008 #, gcc-internal-format, gfc-internal-format
40009 msgid "operand %d should be a 8 bit unsigned immediate"
40010 msgstr ""
40012 #: config/arc/arc.cc:7418
40013 #, gcc-internal-format, gfc-internal-format
40014 msgid "operand %d should be a 3 bit unsigned immediate"
40015 msgstr ""
40017 #: config/arc/arc.cc:7421
40018 #, gcc-internal-format, gfc-internal-format
40019 msgid "unknown builtin immediate operand type for operand %d"
40020 msgstr ""
40022 #: config/arc/arc.cc:7472
40023 #, gcc-internal-format
40024 msgid ""
40025 "register number must be a compile-time constant.  Try giving higher "
40026 "optimization levels"
40027 msgstr ""
40029 #: config/arc/arc.cc:8569
40030 #, gcc-internal-format
40031 msgid "insn addresses not set after shorten branches"
40032 msgstr ""
40034 #: config/arc/arc.cc:8784
40035 #, gcc-internal-format
40036 msgid "insn addresses not freed"
40037 msgstr ""
40039 #: config/arc/arc.cc:11125
40040 #, gcc-internal-format
40041 msgid "%qE attribute only valid for ARCv2 architecture"
40042 msgstr ""
40044 #: config/arc/arc.cc:11133 config/arc/arc.cc:11172
40045 #, gcc-internal-format
40046 msgid "argument of %qE attribute is missing"
40047 msgstr ""
40049 #: config/arc/arc.cc:11144 config/arc/arc.cc:11183 config/arc/arc.cc:11309
40050 #: config/avr/avr.cc:9660
40051 #, gcc-internal-format
40052 msgid "%qE attribute allows only an integer constant argument"
40053 msgstr ""
40055 #: config/arc/arc.cc:11164
40056 #, gcc-internal-format
40057 msgid "%qE attribute only valid for ARC EM architecture"
40058 msgstr ""
40060 #: config/arc/arc.cc:11219
40061 #, gcc-internal-format
40062 msgid "%qE attribute only applies to types"
40063 msgstr ""
40065 #: config/arc/arc.cc:11225
40066 #, gcc-internal-format
40067 msgid "argument of %qE attribute ignored"
40068 msgstr ""
40070 #: config/arc/arc.cc:11299 config/avr/avr.cc:9647 config/bfin/bfin.cc:4817
40071 #: config/i386/winnt.cc:63 config/nvptx/nvptx.cc:5823
40072 #, gcc-internal-format
40073 msgid "%qE attribute only applies to variables"
40074 msgstr ""
40076 #: config/arm/aarch-common.cc:551 config/i386/i386.cc:22536
40077 #, gcc-internal-format
40078 msgid "alternatives not allowed in %<asm%> flag output"
40079 msgstr ""
40081 #: config/arm/aarch-common.cc:612 config/i386/i386.cc:22600
40082 #, gcc-internal-format
40083 msgid "unknown %<asm%> flag output %qs"
40084 msgstr ""
40086 #: config/arm/aarch-common.cc:622 config/i386/i386.cc:22629
40087 #, gcc-internal-format
40088 msgid "invalid type for %<asm%> flag output"
40089 msgstr ""
40091 #: config/arm/aarch-common.cc:672 config/arm/aarch-common.cc:686
40092 #, gcc-internal-format
40093 msgid "unexpected %<%s%> after %<%s%>"
40094 msgstr ""
40096 #: config/arm/aarch-common.cc:838
40097 #, gcc-internal-format
40098 msgid "invalid argument %<%s%> for %<-mbranch-protection=%>"
40099 msgstr ""
40101 #: config/arm/aarch-common.cc:840
40102 #, gcc-internal-format
40103 msgid "missing argument for %<-mbranch-protection=%>"
40104 msgstr ""
40106 #: config/arm/arm-builtins.cc:3091
40107 #, gcc-internal-format, gfc-internal-format
40108 msgid "coprocessor %d is not enabled with +cdecp%d"
40109 msgstr ""
40111 #: config/arm/arm-builtins.cc:3095
40112 #, gcc-internal-format
40113 msgid ""
40114 "coproc must be a constant immediate in range [0-%d] enabled with "
40115 "%<+cdecp<N>%>"
40116 msgstr ""
40118 #: config/arm/arm-builtins.cc:3104
40119 #, gcc-internal-format
40120 msgid "argument %d to %qE must be a constant immediate in range [0-%d]"
40121 msgstr ""
40123 #: config/arm/arm-builtins.cc:3223
40124 #, gcc-internal-format
40125 msgid "this builtin is not supported for this target"
40126 msgstr ""
40128 #: config/arm/arm-builtins.cc:3338
40129 #, gcc-internal-format
40130 msgid "saturation bit range must be in the range [%wd, %wd]"
40131 msgstr ""
40133 #: config/arm/arm-builtins.cc:3343
40134 #, gcc-internal-format
40135 msgid "saturation bit range must be a constant immediate"
40136 msgstr ""
40138 #: config/arm/arm-builtins.cc:3366
40139 #, gcc-internal-format
40140 msgid "You must enable MVE instructions to use these intrinsics"
40141 msgstr ""
40143 #: config/arm/arm-builtins.cc:3388
40144 #, gcc-internal-format
40145 msgid ""
40146 "You must enable NEON instructions (e.g. %<-mfloat-abi=softfp%> %<-"
40147 "mfpu=neon%>) to use these intrinsics."
40148 msgstr ""
40150 #: config/arm/arm-builtins.cc:3410
40151 #, gcc-internal-format
40152 msgid "You must enable VFP instructions to use these intrinsics."
40153 msgstr ""
40155 #: config/arm/arm-builtins.cc:3489
40156 #, gcc-internal-format
40157 msgid ""
40158 "You must enable crypto instructions (e.g. include %<-mfloat-abi=softfp%> %<-"
40159 "mfpu=crypto-neon%>) to use these intrinsics."
40160 msgstr ""
40162 #. @@@ better error message
40163 #: config/arm/arm-builtins.cc:3567 config/arm/arm-builtins.cc:3671
40164 #, gcc-internal-format
40165 msgid "selector must be an immediate"
40166 msgstr ""
40168 #: config/arm/arm-builtins.cc:3575 config/arm/arm-builtins.cc:3620
40169 #: config/arm/arm-builtins.cc:3678 config/arm/arm-builtins.cc:3687
40170 #, gcc-internal-format
40171 msgid "the range of selector should be in 0 to 7"
40172 msgstr ""
40174 #: config/arm/arm-builtins.cc:3580 config/arm/arm-builtins.cc:3689
40175 #, gcc-internal-format
40176 msgid "the range of selector should be in 0 to 3"
40177 msgstr ""
40179 #: config/arm/arm-builtins.cc:3585 config/arm/arm-builtins.cc:3691
40180 #, gcc-internal-format
40181 msgid "the range of selector should be in 0 to 1"
40182 msgstr ""
40184 #: config/arm/arm-builtins.cc:3757
40185 #, gcc-internal-format
40186 msgid "mask must be an immediate"
40187 msgstr ""
40189 #: config/arm/arm-builtins.cc:3762
40190 #, gcc-internal-format
40191 msgid "the range of mask should be in 0 to 255"
40192 msgstr ""
40194 #: config/arm/arm-builtins.cc:3950
40195 #, gcc-internal-format
40196 msgid ""
40197 "the range of count should be in 0 to 32; please check the intrinsic %qs in "
40198 "code"
40199 msgstr ""
40201 #: config/arm/arm-builtins.cc:3958
40202 #, gcc-internal-format
40203 msgid ""
40204 "the range of count should be in 0 to 16; please check the intrinsic %qs in "
40205 "code"
40206 msgstr ""
40208 #: config/arm/arm-builtins.cc:3966
40209 #, gcc-internal-format
40210 msgid ""
40211 "the range of count should be in 0 to 64; please check the intrinsic %qs in "
40212 "code"
40213 msgstr ""
40215 #: config/arm/arm-builtins.cc:4029
40216 #, gcc-internal-format
40217 msgid ""
40218 "the count should be no less than 0; please check the intrinsic %qs in code"
40219 msgstr ""
40221 #: config/arm/arm-c.cc:108
40222 #, gcc-internal-format
40223 msgid ""
40224 "argument %u to function %qE is of type %qT which is not known to be 128 bits "
40225 "wide"
40226 msgstr ""
40228 #: config/arm/arm-c.cc:140
40229 #, gcc-internal-format
40230 msgid "%<#pragma GCC arm%> requires a string parameter"
40231 msgstr ""
40233 #: config/arm/arm-c.cc:148
40234 #, gcc-internal-format
40235 msgid "unknown %<#pragma GCC arm%> option %qs"
40236 msgstr ""
40238 #: config/arm/arm-mve-builtins.cc:179
40239 #, gcc-internal-format
40240 msgid "this definition requires the MVE ISA extension"
40241 msgstr ""
40243 #: config/arm/arm.cc:2946
40244 #, gcc-internal-format
40245 msgid "iWMMXt and NEON are incompatible"
40246 msgstr ""
40248 #: config/arm/arm.cc:2952
40249 #, gcc-internal-format
40250 msgid "target CPU does not support ARM mode"
40251 msgstr ""
40253 #: config/arm/arm.cc:2956
40254 #, gcc-internal-format
40255 msgid ""
40256 "enabling backtrace support is only meaningful when compiling for the Thumb"
40257 msgstr ""
40259 #: config/arm/arm.cc:2959
40260 #, gcc-internal-format
40261 msgid ""
40262 "enabling callee interworking support is only meaningful when compiling for "
40263 "the Thumb"
40264 msgstr ""
40266 #: config/arm/arm.cc:2967
40267 #, gcc-internal-format
40268 msgid "%<-g%> with %<-mno-apcs-frame%> may not give sensible debugging"
40269 msgstr ""
40271 #: config/arm/arm.cc:2972
40272 #, gcc-internal-format
40273 msgid "iWMMXt unsupported under Thumb mode"
40274 msgstr ""
40276 #: config/arm/arm.cc:2975
40277 #, gcc-internal-format
40278 msgid "cannot use %<-mtp=cp15%> with 16-bit Thumb"
40279 msgstr ""
40281 #: config/arm/arm.cc:2979
40282 #, gcc-internal-format
40283 msgid "RTP PIC is incompatible with Thumb"
40284 msgstr ""
40286 #: config/arm/arm.cc:2992
40287 #, gcc-internal-format, gfc-internal-format
40288 msgid ""
40289 "%s only supports non-pic code on M-profile targets with the MOVT instruction"
40290 msgstr ""
40292 #: config/arm/arm.cc:2997
40293 #, gcc-internal-format, gfc-internal-format
40294 msgid "%s only supports non-pic code on M-profile targets"
40295 msgstr ""
40297 #: config/arm/arm.cc:3002
40298 #, gcc-internal-format
40299 msgid "%s incompatible with %<-mword-relocations%>"
40300 msgstr ""
40302 #: config/arm/arm.cc:3104
40303 #, gcc-internal-format
40304 msgid "target CPU does not support THUMB instructions"
40305 msgstr ""
40307 #: config/arm/arm.cc:3154
40308 #, gcc-internal-format
40309 msgid "target CPU does not support unaligned accesses"
40310 msgstr ""
40312 #: config/arm/arm.cc:3213 config/arm/arm.cc:33199
40313 #, gcc-internal-format
40314 msgid "This architecture does not support branch protection instructions"
40315 msgstr ""
40317 #: config/arm/arm.cc:3216
40318 #, gcc-internal-format
40319 msgid "Return address signing is not supported with %<-mtpcs-frame%>."
40320 msgstr ""
40322 #: config/arm/arm.cc:3279
40323 #, gcc-internal-format
40324 msgid "invalid key type for %<-mbranch-protection=%>"
40325 msgstr ""
40327 #: config/arm/arm.cc:3312
40328 #, gcc-internal-format
40329 msgid "switch %<-mcpu=%s%> conflicts with switch %<-march=%s%>"
40330 msgstr ""
40332 #: config/arm/arm.cc:3567
40333 #, gcc-internal-format
40334 msgid "%<-mapcs-stack-check%> incompatible with %<-mno-apcs-frame%>"
40335 msgstr ""
40337 #: config/arm/arm.cc:3576
40338 #, gcc-internal-format
40339 msgid "%<-fpic%> and %<-mapcs-reent%> are incompatible"
40340 msgstr ""
40342 #: config/arm/arm.cc:3579
40343 #, gcc-internal-format
40344 msgid "APCS reentrant code not supported.  Ignored"
40345 msgstr ""
40347 #: config/arm/arm.cc:3602
40348 #, gcc-internal-format
40349 msgid "option %<-mstructure-size-boundary%> is deprecated"
40350 msgstr ""
40352 #: config/arm/arm.cc:3610
40353 #, gcc-internal-format
40354 msgid "structure size boundary can only be set to 8, 32 or 64"
40355 msgstr ""
40357 #: config/arm/arm.cc:3612
40358 #, gcc-internal-format
40359 msgid "structure size boundary can only be set to 8 or 32"
40360 msgstr ""
40362 #: config/arm/arm.cc:3637
40363 #, gcc-internal-format
40364 msgid "RTP PIC is incompatible with %<-msingle-pic-base%>"
40365 msgstr ""
40367 #: config/arm/arm.cc:3649 config/arm/arm.cc:33540
40368 #, gcc-internal-format
40369 msgid "FDPIC mode is not supported in Thumb-1 mode"
40370 msgstr ""
40372 #: config/arm/arm.cc:3657
40373 #, gcc-internal-format
40374 msgid "%<-mpic-register=%> is useless without %<-fpic%>"
40375 msgstr ""
40377 #: config/arm/arm.cc:3666
40378 #, gcc-internal-format
40379 msgid "unable to use %qs for PIC register"
40380 msgstr ""
40382 #: config/arm/arm.cc:3706 config/pru/pru.cc:612
40383 #, gcc-internal-format
40384 msgid "%<-freorder-blocks-and-partition%> not supported on this architecture"
40385 msgstr ""
40387 #: config/arm/arm.cc:3874
40388 #, gcc-internal-format
40389 msgid "selected fp16 options are incompatible"
40390 msgstr ""
40392 #: config/arm/arm.cc:3909
40393 #, gcc-internal-format
40394 msgid "%<-mstack-protector-guard=tls%> needs a hardware TLS register"
40395 msgstr ""
40397 #: config/arm/arm.cc:3929
40398 #, gcc-internal-format
40399 msgid "iwmmxt requires an AAPCS compatible ABI for proper operation"
40400 msgstr ""
40402 #: config/arm/arm.cc:3932
40403 #, gcc-internal-format
40404 msgid "iwmmxt abi requires an iwmmxt capable cpu"
40405 msgstr ""
40407 #: config/arm/arm.cc:3940
40408 #, gcc-internal-format
40409 msgid "target CPU does not support interworking"
40410 msgstr ""
40412 #: config/arm/arm.cc:3953
40413 #, gcc-internal-format
40414 msgid "AAPCS does not support %<-mcaller-super-interworking%>"
40415 msgstr ""
40417 #: config/arm/arm.cc:3956
40418 #, gcc-internal-format
40419 msgid "AAPCS does not support %<-mcallee-super-interworking%>"
40420 msgstr ""
40422 #: config/arm/arm.cc:3961
40423 #, gcc-internal-format
40424 msgid "%<__fp16%> and no ldrh"
40425 msgstr ""
40427 #: config/arm/arm.cc:3964
40428 #, gcc-internal-format
40429 msgid "target CPU does not support ARMv8-M Security Extensions"
40430 msgstr ""
40432 #: config/arm/arm.cc:3969
40433 #, gcc-internal-format
40434 msgid "ARMv8-M Security Extensions incompatible with selected FPU"
40435 msgstr ""
40437 #: config/arm/arm.cc:3981
40438 #, gcc-internal-format
40439 msgid "%<-mfloat-abi=hard%>: selected architecture lacks an FPU"
40440 msgstr ""
40442 #: config/arm/arm.cc:3989
40443 #, gcc-internal-format
40444 msgid "%<-mfloat-abi=hard%> and VFP"
40445 msgstr ""
40447 #: config/arm/arm.cc:6254
40448 #, gcc-internal-format
40449 msgid "non-AAPCS derived PCS variant"
40450 msgstr ""
40452 #: config/arm/arm.cc:6256
40453 #, gcc-internal-format
40454 msgid "variadic functions must use the base AAPCS variant"
40455 msgstr ""
40457 #: config/arm/arm.cc:6285
40458 #, gcc-internal-format
40459 msgid "PCS variant"
40460 msgstr ""
40462 #: config/arm/arm.cc:6560
40463 #, gcc-internal-format
40464 msgid "Thumb-1 %<hard-float%> VFP ABI"
40465 msgstr ""
40467 #: config/arm/arm.cc:6655
40468 #, gcc-internal-format
40469 msgid "argument of type %qT not permitted with %<-mgeneral-regs-only%>"
40470 msgstr ""
40472 #: config/arm/arm.cc:7039 config/arm/arm.cc:7260 config/arm/arm.cc:7293
40473 #: config/arm/arm.cc:29318
40474 #, gcc-internal-format
40475 msgid "parameter passing for argument of type %qT changed in GCC 7.1"
40476 msgstr ""
40478 #: config/arm/arm.cc:7431
40479 #, gcc-internal-format
40480 msgid ""
40481 "FP registers might be clobbered despite %qE attribute: compile with %<-"
40482 "mgeneral-regs-only%>"
40483 msgstr ""
40485 #: config/arm/arm.cc:7555
40486 #, gcc-internal-format
40487 msgid ""
40488 "%qE attribute not available to functions with arguments passed on the stack"
40489 msgstr ""
40491 #: config/arm/arm.cc:7567
40492 #, gcc-internal-format
40493 msgid ""
40494 "%qE attribute not available to functions with variable number of arguments"
40495 msgstr ""
40497 #: config/arm/arm.cc:7576
40498 #, gcc-internal-format
40499 msgid "%qE attribute not available to functions that return value on the stack"
40500 msgstr ""
40502 #: config/arm/arm.cc:7598 config/arm/arm.cc:7650
40503 #, gcc-internal-format
40504 msgid "%qE attribute ignored without %<-mcmse%> option"
40505 msgstr ""
40507 #: config/arm/arm.cc:7617
40508 #, gcc-internal-format
40509 msgid "%qE attribute has no effect on functions with static linkage"
40510 msgstr ""
40512 #: config/arm/arm.cc:7670
40513 #, gcc-internal-format
40514 msgid "%qE attribute only applies to base type of a function pointer"
40515 msgstr ""
40517 #: config/arm/arm.cc:9662
40518 #, gcc-internal-format
40519 msgid ""
40520 "accessing thread-local storage is not currently supported with %<-mpure-"
40521 "code%> or %<-mslow-flash-data%>"
40522 msgstr ""
40524 #: config/arm/arm.cc:13513 config/arm/arm.cc:13515
40525 #, gcc-internal-format
40526 msgid "%s %wd out of range %wd - %wd"
40527 msgstr ""
40529 #: config/arm/arm.cc:25907
40530 #, gcc-internal-format
40531 msgid "unable to compute real location of stacked parameter"
40532 msgstr ""
40534 #: config/arm/arm.cc:26570
40535 #, gcc-internal-format
40536 msgid "Unexpected thumb1 far jump"
40537 msgstr ""
40539 #: config/arm/arm.cc:26829
40540 #, gcc-internal-format
40541 msgid "no low registers available for popping high registers"
40542 msgstr ""
40544 #: config/arm/arm.cc:27082
40545 #, gcc-internal-format
40546 msgid "Interrupt Service Routines cannot be coded in Thumb-1 mode"
40547 msgstr ""
40549 #: config/arm/arm.cc:27328
40550 #, gcc-internal-format
40551 msgid "%<-fstack-check=specific%> for Thumb-1"
40552 msgstr ""
40554 #: config/arm/arm.cc:33555
40555 #, gcc-internal-format
40556 msgid "invalid fpu for target attribute or pragma %qs"
40557 msgstr ""
40559 #. This doesn't really make sense until we support
40560 #. general dynamic selection of the architecture and all
40561 #. sub-features.
40562 #: config/arm/arm.cc:33563
40563 #, gcc-internal-format
40564 msgid "auto fpu selection not currently permitted here"
40565 msgstr ""
40567 #: config/arm/arm.cc:33576
40568 #, gcc-internal-format
40569 msgid "invalid architecture for target attribute or pragma %qs"
40570 msgstr ""
40572 #: config/arm/arm.cc:33590
40573 #, gcc-internal-format
40574 msgid "unknown target attribute or pragma %qs"
40575 msgstr ""
40577 #: config/arm/arm.cc:34552
40578 #, gcc-internal-format
40579 msgid "%<asm%> flags not supported in thumb1 mode"
40580 msgstr ""
40582 #: config/avr/avr-c.cc:65 config/avr/avr-c.cc:190
40583 #, gcc-internal-format
40584 msgid "%qs expects 1 argument but %d given"
40585 msgstr ""
40587 #: config/avr/avr-c.cc:76
40588 #, gcc-internal-format
40589 msgid "%qs expects a fixed-point value as argument"
40590 msgstr ""
40592 #: config/avr/avr-c.cc:102
40593 #, gcc-internal-format
40594 msgid "using %qs with unsigned type has no effect"
40595 msgstr ""
40597 #: config/avr/avr-c.cc:107 config/avr/avr-c.cc:173 config/avr/avr-c.cc:230
40598 #, gcc-internal-format
40599 msgid "no matching fixed-point overload found for %qs"
40600 msgstr ""
40602 #: config/avr/avr-c.cc:124
40603 #, gcc-internal-format
40604 msgid "%qs expects 2 arguments but %d given"
40605 msgstr ""
40607 #: config/avr/avr-c.cc:136 config/avr/avr-c.cc:201
40608 #, gcc-internal-format
40609 msgid "%qs expects a fixed-point value as first argument"
40610 msgstr ""
40612 #: config/avr/avr-c.cc:144
40613 #, gcc-internal-format
40614 msgid "%qs expects an integer value as second argument"
40615 msgstr ""
40617 #: config/avr/avr-devices.cc:152
40618 #, gcc-internal-format, gfc-internal-format
40619 msgid "supported core architectures:%s"
40620 msgstr ""
40622 #. Reached the end of `avr_mcu_types'.  This should actually never
40623 #. happen as options are provided by device-specs.  It could be a
40624 #. typo in a device-specs or calling the compiler proper directly
40625 #. with -mmcu=<device>.
40626 #: config/avr/avr.cc:711
40627 #, gcc-internal-format
40628 msgid "unknown core architecture %qs specified with %qs"
40629 msgstr ""
40631 #: config/avr/avr.cc:760 config/pru/pru.cc:601 config/visium/visium.cc:422
40632 #, gcc-internal-format
40633 msgid "%<-fpic%> is not supported"
40634 msgstr ""
40636 #: config/avr/avr.cc:762 config/pru/pru.cc:603 config/visium/visium.cc:424
40637 #, gcc-internal-format
40638 msgid "%<-fPIC%> is not supported"
40639 msgstr ""
40641 #: config/avr/avr.cc:764 config/pru/pru.cc:605
40642 #, gcc-internal-format
40643 msgid "%<-fpie%> is not supported"
40644 msgstr ""
40646 #: config/avr/avr.cc:766 config/pru/pru.cc:607
40647 #, gcc-internal-format
40648 msgid "%<-fPIE%> is not supported"
40649 msgstr ""
40651 #: config/avr/avr.cc:1050 config/avr/avr.cc:1055 config/riscv/riscv.cc:6628
40652 #, gcc-internal-format
40653 msgid "function attributes %qs and %qs are mutually exclusive"
40654 msgstr ""
40656 #: config/avr/avr.cc:1076 config/riscv/riscv.cc:6640
40657 #, gcc-internal-format
40658 msgid "%qs function cannot have arguments"
40659 msgstr ""
40661 #: config/avr/avr.cc:1079 config/riscv/riscv.cc:6637
40662 #, gcc-internal-format
40663 msgid "%qs function cannot return a value"
40664 msgstr ""
40666 #: config/avr/avr.cc:1093
40667 #, gcc-internal-format
40668 msgid "%qs appears to be a misspelled %qs handler, missing %<__vector%> prefix"
40669 msgstr ""
40671 #: config/avr/avr.cc:1106
40672 #, gcc-internal-format
40673 msgid ""
40674 "%qs is a reserved identifier in AVR-LibC.  Consider %<#include <avr/"
40675 "interrupt.h>%> before using the %qs macro"
40676 msgstr ""
40678 #: config/avr/avr.cc:1323
40679 #, gcc-internal-format
40680 msgid "%<builtin_return_address%> contains only 2 bytes of address"
40681 msgstr ""
40683 #: config/avr/avr.cc:2748
40684 #, gcc-internal-format
40685 msgid "pointer offset from symbol maybe incorrect"
40686 msgstr ""
40688 #: config/avr/avr.cc:2887
40689 #, gcc-internal-format
40690 msgid "accessing data memory with program memory address"
40691 msgstr ""
40693 #: config/avr/avr.cc:2948
40694 #, gcc-internal-format
40695 msgid "accessing program memory with data memory address"
40696 msgstr ""
40698 #: config/avr/avr.cc:3304
40699 #, gcc-internal-format, gfc-internal-format
40700 msgid "fixed register %s used to pass parameter to function"
40701 msgstr ""
40703 #: config/avr/avr.cc:3569
40704 #, gcc-internal-format
40705 msgid "writing to address space %qs not supported"
40706 msgstr ""
40708 #: config/avr/avr.cc:9623
40709 #, gcc-internal-format
40710 msgid "%qE attribute only applies to variables in static storage"
40711 msgstr ""
40713 #: config/avr/avr.cc:9630
40714 #, gcc-internal-format
40715 msgid "%qE attribute only supported for reduced Tiny cores"
40716 msgstr ""
40718 #: config/avr/avr.cc:9670
40719 #, gcc-internal-format
40720 msgid "%qE attribute address out of range"
40721 msgstr ""
40723 #: config/avr/avr.cc:9684
40724 #, gcc-internal-format
40725 msgid "both %s and %qE attribute provide address"
40726 msgstr ""
40728 #: config/avr/avr.cc:9694
40729 #, gcc-internal-format
40730 msgid "%qE attribute on non-volatile variable"
40731 msgstr ""
40733 #: config/avr/avr.cc:9766
40734 #, gcc-internal-format
40735 msgid "address spaces are not supported for reduced Tiny devices"
40736 msgstr ""
40738 #: config/avr/avr.cc:9773
40739 #, gcc-internal-format
40740 msgid ""
40741 "address space %qs not supported for devices with flash size up to %d KiB"
40742 msgstr ""
40744 #: config/avr/avr.cc:9944
40745 #, gcc-internal-format
40746 msgid "pointer targeting address space %qs must be const in %qT"
40747 msgstr ""
40749 #: config/avr/avr.cc:9947
40750 #, gcc-internal-format
40751 msgid "pointer targeting address space %qs must be const in %s %q+D"
40752 msgstr ""
40754 #: config/avr/avr.cc:10009
40755 #, gcc-internal-format
40756 msgid ""
40757 "variable %q+D must be const in order to be put into read-only section by "
40758 "means of %qs"
40759 msgstr ""
40761 #: config/avr/avr.cc:10048
40762 #, gcc-internal-format
40763 msgid "static IO declaration for %q+D needs an address"
40764 msgstr ""
40766 #: config/avr/avr.cc:10080
40767 #, gcc-internal-format
40768 msgid "IO definition for %q+D needs an address"
40769 msgstr ""
40771 #: config/avr/avr.cc:10197
40772 #, gcc-internal-format
40773 msgid "only uninitialized variables can be placed in the %<.noinit%> section"
40774 msgstr ""
40776 #. This might happen with C++ if stuff needs constructing.
40777 #: config/avr/avr.cc:10273
40778 #, gcc-internal-format
40779 msgid "variable %q+D with dynamic initialization put into program memory area"
40780 msgstr ""
40782 #: config/avr/avr.cc:10284
40783 #, gcc-internal-format
40784 msgid "uninitialized variable %q+D put into program memory area"
40785 msgstr ""
40787 #: config/avr/avr.cc:10370
40788 #, gcc-internal-format
40789 msgid "%q+D has incompatible attributes %qs and %qs"
40790 msgstr ""
40792 #: config/avr/avr.cc:10433
40793 #, gcc-internal-format
40794 msgid "architecture %qs supported for assembler only"
40795 msgstr ""
40797 #: config/avr/avr.cc:13082
40798 #, gcc-internal-format
40799 msgid "conversion from address space %qs to address space %qs"
40800 msgstr ""
40802 #: config/avr/avr.cc:14172 config/avr/avr.cc:14185
40803 #, gcc-internal-format, gfc-internal-format
40804 msgid "%s expects a compile time integer constant"
40805 msgstr ""
40807 #: config/avr/avr.cc:14199
40808 #, gcc-internal-format, gfc-internal-format
40809 msgid "%s expects a compile time long integer constant as first argument"
40810 msgstr ""
40812 #: config/avr/avr.cc:14227
40813 #, gcc-internal-format, gfc-internal-format
40814 msgid ""
40815 "rounding to %d bits has no effect for fixed-point value with %d fractional "
40816 "bits"
40817 msgstr ""
40819 #: config/avr/avr.cc:14236
40820 #, gcc-internal-format
40821 msgid "rounding result will always be 0"
40822 msgstr ""
40824 #: config/avr/driver-avr.cc:58
40825 #, gcc-internal-format
40826 msgid "bad usage of spec function %qs"
40827 msgstr ""
40829 #: config/avr/driver-avr.cc:86
40830 #, gcc-internal-format
40831 msgid "specified option %qs more than once"
40832 msgstr ""
40834 #: config/avr/driver-avr.cc:100
40835 #, gcc-internal-format
40836 msgid "strange device name %qs after %qs: bad character %qc"
40837 msgstr ""
40839 #: config/bfin/bfin.cc:2368
40840 #, gcc-internal-format
40841 msgid "%<-mfdpic%> is not supported, please use a bfin-linux-uclibc target"
40842 msgstr ""
40844 #: config/bfin/bfin.cc:2374
40845 #, gcc-internal-format
40846 msgid "%<-mshared-library-id=%> specified without %<-mid-shared-library%>"
40847 msgstr ""
40849 #: config/bfin/bfin.cc:2379
40850 #, gcc-internal-format
40851 msgid ""
40852 "%<-fstack-limit-%> options are ignored with %<-mfdpic%>; use %<-mstack-check-"
40853 "l1%>"
40854 msgstr ""
40856 #: config/bfin/bfin.cc:2385
40857 #, gcc-internal-format
40858 msgid "cannot use multiple stack checking methods together"
40859 msgstr ""
40861 #: config/bfin/bfin.cc:2388
40862 #, gcc-internal-format
40863 msgid "ID shared libraries and FD-PIC mode cannot be used together"
40864 msgstr ""
40866 #: config/bfin/bfin.cc:2393 config/m68k/m68k.cc:590
40867 #, gcc-internal-format
40868 msgid "cannot specify both %<-msep-data%> and %<-mid-shared-library%>"
40869 msgstr ""
40871 #: config/bfin/bfin.cc:2413
40872 #, gcc-internal-format
40873 msgid "%<-mmulticore%> can only be used with BF561"
40874 msgstr ""
40876 #: config/bfin/bfin.cc:2416
40877 #, gcc-internal-format
40878 msgid "%<-mcorea%> should be used with %<-mmulticore%>"
40879 msgstr ""
40881 #: config/bfin/bfin.cc:2419
40882 #, gcc-internal-format
40883 msgid "%<-mcoreb%> should be used with %<-mmulticore%>"
40884 msgstr ""
40886 #: config/bfin/bfin.cc:2422
40887 #, gcc-internal-format
40888 msgid "%<-mcorea%> and %<-mcoreb%> cannot be used together"
40889 msgstr ""
40891 #: config/bfin/bfin.cc:4699
40892 #, gcc-internal-format
40893 msgid "multiple function type attributes specified"
40894 msgstr ""
40896 #: config/bfin/bfin.cc:4766
40897 #, gcc-internal-format
40898 msgid ""
40899 "cannot apply both %<longcall%> and %<shortcall%> attributes to the same "
40900 "function"
40901 msgstr ""
40903 #: config/bpf/bpf.cc:111
40904 #, gcc-internal-format
40905 msgid "%qE attribute requires an integer argument"
40906 msgstr ""
40908 #: config/bpf/bpf.cc:118
40909 #, gcc-internal-format
40910 msgid "%qE requires an argument"
40911 msgstr ""
40913 #: config/bpf/bpf.cc:139
40914 #, gcc-internal-format
40915 msgid "%qE attribute only applies to structure, union and class types"
40916 msgstr ""
40918 #: config/bpf/bpf.cc:216
40919 #, gcc-internal-format
40920 msgid "BPF CO-RE requires BTF debugging information, use %<-gbtf%>"
40921 msgstr ""
40923 #: config/bpf/bpf.cc:236
40924 #, gcc-internal-format
40925 msgid "BPF CO-RE does not support LTO"
40926 msgstr ""
40928 #: config/bpf/bpf.cc:260
40929 #, gcc-internal-format
40930 msgid "%<-fstack-protector%> does not work on this architecture"
40931 msgstr ""
40933 #: config/bpf/bpf.cc:425
40934 #, gcc-internal-format
40935 msgid "eBPF stack limit exceeded"
40936 msgstr ""
40938 #: config/bpf/bpf.cc:777
40939 #, gcc-internal-format
40940 msgid "too many function arguments for eBPF"
40941 msgstr ""
40943 #: config/bpf/bpf.cc:795 config/bpf/bpf.cc:797
40944 #, gcc-internal-format
40945 msgid "no constructors"
40946 msgstr ""
40948 #: config/bpf/bpf.cc:813 config/bpf/bpf.cc:815
40949 #, gcc-internal-format
40950 msgid "no destructors"
40951 msgstr ""
40953 #: config/bpf/bpf.cc:867
40954 #, gcc-internal-format
40955 msgid "indirect call in function, which are not supported by eBPF"
40956 msgstr ""
40958 #: config/bpf/bpf.cc:1106 config/bpf/bpf.cc:1162
40959 #, gcc-internal-format
40960 msgid "unsupported variable field offset"
40961 msgstr ""
40963 #: config/bpf/bpf.cc:1121 config/bpf/bpf.cc:1157
40964 #, gcc-internal-format
40965 msgid "unsupported variable size field access"
40966 msgstr ""
40968 #: config/bpf/bpf.cc:1133
40969 #, gcc-internal-format
40970 msgid "unsupported field expression"
40971 msgstr ""
40973 #: config/bpf/bpf.cc:1170 config/bpf/bpf.cc:1179
40974 #, gcc-internal-format
40975 msgid "field size too large"
40976 msgstr ""
40978 #: config/bpf/bpf.cc:1196
40979 #, gcc-internal-format
40980 msgid "invalid second argument to built-in function"
40981 msgstr ""
40983 #: config/bpf/bpf.cc:1247 config/bpf/bpf.cc:1292
40984 #: config/loongarch/loongarch-builtins.cc:313 config/mips/mips.cc:17187
40985 #: config/nios2/nios2.cc:3600 config/riscv/riscv-builtins.cc:306
40986 #: config/riscv/riscv-vector-builtins.cc:3230
40987 #, gcc-internal-format
40988 msgid "invalid argument to built-in function"
40989 msgstr ""
40991 #: config/bpf/bpf.cc:1640
40992 #, gcc-internal-format
40993 msgid "wrong number of arguments"
40994 msgstr ""
40996 #: config/bpf/bpf.cc:1657
40997 #, gcc-internal-format
40998 msgid "argument is not a field access"
40999 msgstr ""
41001 #: config/c6x/c6x.cc:245
41002 #, gcc-internal-format
41003 msgid "%<-fpic%> and %<-fPIC%> not supported without %<-mdsbt%> on this target"
41004 msgstr ""
41006 #. This function is for retrieving a part of an instruction name for
41007 #. an operator, for immediate output.  If that ever happens for
41008 #. MULT, we need to apply TARGET_MUL_BUG in the caller.  Make sure
41009 #. we notice.
41010 #: config/cris/cris.cc:728
41011 #, gcc-internal-format
41012 msgid "MULT case in %<cris_op_str%>"
41013 msgstr ""
41015 #: config/cris/cris.cc:1245 config/moxie/moxie.cc:186 config/or1k/or1k.cc:1291
41016 #, gcc-internal-format, gfc-internal-format
41017 msgid "internal error: bad register: %d"
41018 msgstr ""
41020 #. If we get here, the caller got its initial tests wrong.
41021 #: config/cris/cris.cc:2237
41022 #, gcc-internal-format
41023 msgid "internal error: %<cris_side_effect_mode_ok%> with bad operands"
41024 msgstr ""
41026 #: config/cris/cris.cc:2290
41027 #, gcc-internal-format
41028 msgid "%<-max-stackframe=%d%> is not usable, not between 0 and %d"
41029 msgstr ""
41031 #: config/cris/cris.cc:2319
41032 #, gcc-internal-format
41033 msgid "unknown CRIS version specification in %<-march=%> or %<-mcpu=%>: %s"
41034 msgstr ""
41036 #: config/cris/cris.cc:2355
41037 #, gcc-internal-format
41038 msgid "unknown CRIS cpu version specification in %<-mtune=%>: %s"
41039 msgstr ""
41041 #. Use error rather than warning, so invalid use is easily
41042 #. detectable.  Still change to the values we expect, to avoid
41043 #. further errors.
41044 #: config/cris/cris.cc:2371
41045 #, gcc-internal-format
41046 msgid "%<-fPIC%> and %<-fpic%> are not supported on this target"
41047 msgstr ""
41049 #: config/cris/cris.cc:2572
41050 #, gcc-internal-format
41051 msgid "unknown src"
41052 msgstr ""
41054 #: config/cris/cris.cc:2622
41055 #, gcc-internal-format
41056 msgid "unknown dest"
41057 msgstr ""
41059 #: config/cris/cris.cc:2923
41060 #, gcc-internal-format, gfc-internal-format
41061 msgid "stackframe too big: %d bytes"
41062 msgstr ""
41064 #: config/csky/csky.cc:2544
41065 #, gcc-internal-format, gfc-internal-format
41066 msgid "cpu %s is not based on arch %s, ignoring the arch"
41067 msgstr ""
41069 #: config/csky/csky.cc:2610 config/csky/csky.cc:2648 config/csky/csky.cc:2713
41070 #: config/csky/csky.cc:2736 config/csky/csky.cc:2753
41071 #, gcc-internal-format
41072 msgid "%qs is not supported by arch %s"
41073 msgstr ""
41075 #: config/csky/csky.cc:2651
41076 #, gcc-internal-format
41077 msgid "%<-mhard-float%> is not supported by the selected CPU"
41078 msgstr ""
41080 #: config/csky/csky.cc:2667
41081 #, gcc-internal-format
41082 msgid "%<-mdouble-float%> ignored without %<-mhard-float%>"
41083 msgstr ""
41085 #: config/csky/csky.cc:2670
41086 #, gcc-internal-format
41087 msgid "%<-mfdivdu%> ignored without %<-mhard-float%>"
41088 msgstr ""
41090 #: config/csky/csky.cc:2725
41091 #, gcc-internal-format
41092 msgid "%<-msmart%> is incompatible with %<-mhigh-registers%>"
41093 msgstr ""
41095 #. It's hard to provide general support for trampolines on this
41096 #. core.  We need a register other than the one holding the
41097 #. static chain (r13) to hold the function pointer for the
41098 #. indirect jump to it.  But ck801 has such a limited register set
41099 #. there is no other call-clobbered scratch register available -- in
41100 #. particular, this core does not have r12, which we use for the
41101 #. ck802 case below.  If we use a callee-saved register like r4,
41102 #. saving the old value on the stack screws up the stack frame
41103 #. if there are overflow arguments pushed on the stack
41104 #. by the caller.  In theory we could test for that and handle
41105 #. limited cases with parameters that all fit in r0-r3 with no
41106 #. stack overflow, but punt for now.
41107 #: config/csky/csky.cc:6280
41108 #, gcc-internal-format
41109 msgid "Nested function trampolines not supported on CK801."
41110 msgstr ""
41112 #: config/csky/csky.cc:6476
41113 #, gcc-internal-format
41114 msgid "%qE attribute ignored without %<-mistack%>"
41115 msgstr ""
41117 #: config/epiphany/epiphany.cc:499
41118 #, gcc-internal-format
41119 msgid "interrupt handlers cannot have arguments"
41120 msgstr ""
41122 #: config/epiphany/epiphany.cc:523
41123 #, gcc-internal-format
41124 msgid ""
41125 "argument of %qE attribute is not %qs, %qs %qs, %qs, %qs, %qs, %qs, %qs, %qs "
41126 "or %qs"
41127 msgstr ""
41129 #: config/epiphany/epiphany.cc:1545
41130 #, gcc-internal-format
41131 msgid "%<stack_offset%> must be at least 4"
41132 msgstr ""
41134 #: config/epiphany/epiphany.cc:1547
41135 #, gcc-internal-format
41136 msgid "%<stack_offset%> must be a multiple of 4"
41137 msgstr ""
41139 #: config/frv/frv.cc:8478
41140 #, gcc-internal-format
41141 msgid "accumulator is not a constant integer"
41142 msgstr ""
41144 #: config/frv/frv.cc:8483
41145 #, gcc-internal-format
41146 msgid "accumulator number is out of bounds"
41147 msgstr ""
41149 #: config/frv/frv.cc:8494
41150 #, gcc-internal-format
41151 msgid "inappropriate accumulator for %qs"
41152 msgstr ""
41154 #: config/frv/frv.cc:8570
41155 #, gcc-internal-format
41156 msgid "invalid IACC argument"
41157 msgstr ""
41159 #: config/frv/frv.cc:8593 config/sparc/sparc.cc:11019
41160 #, gcc-internal-format
41161 msgid "%qs expects a constant argument"
41162 msgstr ""
41164 #: config/frv/frv.cc:8598 config/sparc/sparc.cc:11025
41165 #, gcc-internal-format
41166 msgid "constant argument out of range for %qs"
41167 msgstr ""
41169 #: config/frv/frv.cc:9079
41170 #, gcc-internal-format
41171 msgid "media functions are not available unless %<-mmedia%> is used"
41172 msgstr ""
41174 #: config/frv/frv.cc:9091
41175 #, gcc-internal-format
41176 msgid "this media function is only available on the fr500"
41177 msgstr ""
41179 #: config/frv/frv.cc:9119
41180 #, gcc-internal-format
41181 msgid "this media function is only available on the fr400 and fr550"
41182 msgstr ""
41184 #: config/frv/frv.cc:9138
41185 #, gcc-internal-format
41186 msgid "this built-in function is only available on the fr405 and fr450"
41187 msgstr ""
41189 #: config/frv/frv.cc:9147
41190 #, gcc-internal-format
41191 msgid "this built-in function is only available on the fr500 and fr550"
41192 msgstr ""
41194 #: config/frv/frv.cc:9159
41195 #, gcc-internal-format
41196 msgid "this built-in function is only available on the fr450"
41197 msgstr ""
41199 #: config/ft32/ft32.cc:181
41200 #, gcc-internal-format
41201 msgid "%<h%> applied to non-register operand"
41202 msgstr ""
41204 #: config/ft32/ft32.cc:206
41205 #, gcc-internal-format, gfc-internal-format
41206 msgid "bad alignment: %d"
41207 msgstr ""
41209 #: config/ft32/ft32.cc:502
41210 #, gcc-internal-format
41211 msgid "stack frame must be smaller than 64K"
41212 msgstr ""
41214 #: config/gcn/gcn.cc:162
41215 #, gcc-internal-format
41216 msgid "XNACK support"
41217 msgstr ""
41219 #: config/gcn/gcn.cc:246
41220 #, gcc-internal-format
41221 msgid "%<amdgpu_hsa_kernel%> attribute requires string constant arguments"
41222 msgstr ""
41224 #: config/gcn/gcn.cc:259
41225 #, gcc-internal-format
41226 msgid "unknown specifier %qs in %<amdgpu_hsa_kernel%> attribute"
41227 msgstr ""
41229 #: config/gcn/gcn.cc:266
41230 #, gcc-internal-format
41231 msgid "duplicated parameter specifier %qs in %<amdgpu_hsa_kernel%> attribute"
41232 msgstr ""
41234 #: config/gcn/gcn.cc:318
41235 #, gcc-internal-format
41236 msgid "too many arguments passed in sgpr registers"
41237 msgstr ""
41239 #: config/gcn/gcn.cc:2511
41240 #, gcc-internal-format
41241 msgid ""
41242 "A non-default set of initial values has been requested, which violates the "
41243 "ABI"
41244 msgstr ""
41246 #: config/gcn/gcn.cc:2754
41247 #, gcc-internal-format, gfc-internal-format
41248 msgid "wrong type of argument %s"
41249 msgstr ""
41251 #: config/gcn/gcn.cc:3752
41252 #, gcc-internal-format
41253 msgid ""
41254 "nested function trampolines not supported on GCN5 due to non-executable "
41255 "stacks"
41256 msgstr ""
41258 #: config/gcn/gcn.cc:3863
41259 #, gcc-internal-format
41260 msgid "TLS is not implemented for GCN."
41261 msgstr ""
41263 #: config/gcn/gcn.cc:4727
41264 #, gcc-internal-format
41265 msgid "Builtin not implemented"
41266 msgstr ""
41268 #: config/gcn/gcn.cc:5310
41269 #, gcc-internal-format
41270 msgid "unsupported simdlen %wd (amdgcn)"
41271 msgstr ""
41273 #: config/gcn/gcn.cc:5987
41274 #, gcc-internal-format
41275 msgid "using %<vector_length (64)%>, ignoring %d"
41276 msgstr ""
41278 #: config/gcn/gcn.cc:5988
41279 #, gcc-internal-format
41280 msgid "using %<vector_length (64)%>, ignoring runtime setting"
41281 msgstr ""
41283 #: config/gcn/gcn.cc:6000 config/nvptx/nvptx.cc:6568
41284 #, gcc-internal-format
41285 msgid "using %<num_workers (%d)%>, ignoring %d"
41286 msgstr ""
41288 #: config/gcn/gcn.cc:6027 config/gcn/gcn.cc:6056
41289 #, gcc-internal-format, gfc-internal-format
41290 msgid "offload dimension out of range (%d)"
41291 msgstr ""
41293 #: config/gcn/gcn.cc:6505
41294 #, gcc-internal-format
41295 msgid ""
41296 "%d bytes of gang-private data-share memory exhausted (increase with %<-mgang-"
41297 "private-size=%d%>, for example)"
41298 msgstr ""
41300 #: config/gcn/mkoffload.cc:147 config/nvptx/mkoffload.cc:92
41301 #, gcc-internal-format
41302 msgid "deleting file %s: %m"
41303 msgstr ""
41305 #: config/gcn/mkoffload.cc:772 config/nvptx/mkoffload.cc:492
41306 #, gcc-internal-format
41307 msgid "environment variable COLLECT_GCC_OPTIONS must be set"
41308 msgstr ""
41310 #: config/gcn/mkoffload.cc:831 config/nvptx/mkoffload.cc:549
41311 #, gcc-internal-format
41312 msgid "COLLECT_GCC must be set."
41313 msgstr ""
41315 #: config/gcn/mkoffload.cc:877
41316 #, gcc-internal-format, gfc-internal-format
41317 msgid "offload compiler %s not found"
41318 msgstr ""
41320 #: config/gcn/mkoffload.cc:899 config/nvptx/mkoffload.cc:620
41321 #, gcc-internal-format
41322 msgid "unrecognizable argument of option "
41323 msgstr ""
41325 #: config/gcn/mkoffload.cc:944
41326 #, gcc-internal-format
41327 msgid "either -fopenacc or -fopenmp must be set"
41328 msgstr ""
41330 #: config/gcn/mkoffload.cc:996 config/gcn/mkoffload.cc:1143
41331 #: config/nvptx/mkoffload.cc:684
41332 #, gcc-internal-format, gfc-internal-format
41333 msgid "cannot open '%s'"
41334 msgstr ""
41336 #: config/gcn/mkoffload.cc:1129 config/nvptx/mkoffload.cc:730
41337 #, gcc-internal-format
41338 msgid "cannot open omp_requires file %qs"
41339 msgstr ""
41341 #: config/gcn/mkoffload.cc:1133 config/nvptx/mkoffload.cc:734
41342 #, gcc-internal-format
41343 msgid "cannot read omp_requires file %qs"
41344 msgstr ""
41346 #: config/gcn/mkoffload.cc:1139
41347 #, gcc-internal-format
41348 msgid "cannot open intermediate gcn asm file"
41349 msgstr ""
41351 #: config/gcn/mkoffload.cc:1156
41352 #, gcc-internal-format
41353 msgid "cannot open intermediate gcn obj file"
41354 msgstr ""
41356 #: config/h8300/h8300.cc:298
41357 #, gcc-internal-format
41358 msgid "%<-ms2600%> is used without %<-ms%>"
41359 msgstr ""
41361 #: config/h8300/h8300.cc:304
41362 #, gcc-internal-format
41363 msgid "%<-mexr%> is used without %<-ms%>"
41364 msgstr ""
41366 #: config/h8300/h8300.cc:310
41367 #, gcc-internal-format
41368 msgid "%<-mexr%> is used without %<-ms%> or %<-msx%>"
41369 msgstr ""
41371 #: config/h8300/h8300.cc:316
41372 #, gcc-internal-format
41373 msgid "%<-mno-exr%> is valid only with %<-ms%> or %<-msx%> - option ignored"
41374 msgstr ""
41376 #: config/h8300/h8300.cc:323
41377 #, gcc-internal-format
41378 msgid "%<-mn%> is not supported for linux targets"
41379 msgstr ""
41381 #: config/i386/host-cygwin.cc:64
41382 #, gcc-internal-format
41383 msgid "cannot extend PCH file: %m"
41384 msgstr ""
41386 #: config/i386/host-cygwin.cc:75
41387 #, gcc-internal-format
41388 msgid "cannot set position in PCH file: %m"
41389 msgstr ""
41391 #: config/i386/i386-builtins.cc:1916
41392 #, gcc-internal-format
41393 msgid "no dispatcher found for the versioning attributes"
41394 msgstr ""
41396 #: config/i386/i386-builtins.cc:1966
41397 #, gcc-internal-format
41398 msgid "ISA %qs is not supported in %<target%> attribute, use %<arch=%> syntax"
41399 msgstr ""
41401 #: config/i386/i386-builtins.cc:1977
41402 #, gcc-internal-format, gfc-internal-format
41403 msgid "no dispatcher found for the versioning attributes: %s"
41404 msgstr ""
41406 #: config/i386/i386-builtins.cc:2087
41407 #, gcc-internal-format
41408 msgid "parameter to builtin must be a string constant or literal"
41409 msgstr ""
41411 #: config/i386/i386-builtins.cc:2111 config/i386/i386-builtins.cc:2160
41412 #, gcc-internal-format, gfc-internal-format
41413 msgid "parameter to builtin not valid: %s"
41414 msgstr ""
41416 #: config/i386/i386-expand.cc:9401
41417 #, gcc-internal-format
41418 msgid "interrupt service routine cannot be called directly"
41419 msgstr ""
41421 #: config/i386/i386-expand.cc:9836 config/i386/i386-expand.cc:11408
41422 #, gcc-internal-format
41423 msgid "the last argument must be a 2-bit immediate"
41424 msgstr ""
41426 #: config/i386/i386-expand.cc:10298
41427 #, gcc-internal-format
41428 msgid "the fifth argument must be an 8-bit immediate"
41429 msgstr ""
41431 #: config/i386/i386-expand.cc:10393
41432 #, gcc-internal-format
41433 msgid "the third argument must be an 8-bit immediate"
41434 msgstr ""
41436 #: config/i386/i386-expand.cc:11337
41437 #, gcc-internal-format
41438 msgid "the last argument must be an 1-bit immediate"
41439 msgstr ""
41441 #: config/i386/i386-expand.cc:11352
41442 #, gcc-internal-format
41443 msgid "the last argument must be a 3-bit immediate"
41444 msgstr ""
41446 #: config/i386/i386-expand.cc:11387
41447 #, gcc-internal-format
41448 msgid "the last argument must be a 4-bit immediate"
41449 msgstr ""
41451 #: config/i386/i386-expand.cc:11427
41452 #, gcc-internal-format
41453 msgid "the last argument must be a 1-bit immediate"
41454 msgstr ""
41456 #: config/i386/i386-expand.cc:11443
41457 #, gcc-internal-format
41458 msgid "the last argument must be a 5-bit immediate"
41459 msgstr ""
41461 #: config/i386/i386-expand.cc:11453
41462 #, gcc-internal-format
41463 msgid "the next to last argument must be an 8-bit immediate"
41464 msgstr ""
41466 #: config/i386/i386-expand.cc:11458
41467 #, gcc-internal-format
41468 msgid "the last argument must be an 8-bit immediate"
41469 msgstr ""
41471 #: config/i386/i386-expand.cc:11595
41472 #, gcc-internal-format
41473 msgid "the third argument must be comparison constant"
41474 msgstr ""
41476 #: config/i386/i386-expand.cc:11600
41477 #, gcc-internal-format
41478 msgid "incorrect comparison mode"
41479 msgstr ""
41481 #: config/i386/i386-expand.cc:11606 config/i386/i386-expand.cc:11930
41482 #, gcc-internal-format
41483 msgid "incorrect rounding operand"
41484 msgstr ""
41486 #: config/i386/i386-expand.cc:11910
41487 #, gcc-internal-format
41488 msgid "the immediate argument must be a 4-bit immediate"
41489 msgstr ""
41491 #: config/i386/i386-expand.cc:11918
41492 #, gcc-internal-format
41493 msgid "the immediate argument must be a 5-bit immediate"
41494 msgstr ""
41496 #: config/i386/i386-expand.cc:11921
41497 #, gcc-internal-format
41498 msgid "the immediate argument must be an 8-bit immediate"
41499 msgstr ""
41501 #: config/i386/i386-expand.cc:12397
41502 #, gcc-internal-format
41503 msgid "the fourth argument must be one of enum %qs"
41504 msgstr ""
41506 #: config/i386/i386-expand.cc:12467 config/rs6000/rs6000-builtin.cc:2374
41507 #, gcc-internal-format
41508 msgid "selector must be an integer constant in the range [0, %wi]"
41509 msgstr ""
41511 #: config/i386/i386-expand.cc:12724
41512 #, gcc-internal-format
41513 msgid "%qE needs unknown isa option"
41514 msgstr ""
41516 #: config/i386/i386-expand.cc:12728
41517 #, gcc-internal-format
41518 msgid "%qE needs isa option %s"
41519 msgstr ""
41521 #: config/i386/i386-expand.cc:13216
41522 #, gcc-internal-format
41523 msgid "second, third and fourth argument must be a const"
41524 msgstr ""
41526 #: config/i386/i386-expand.cc:13224
41527 #, gcc-internal-format
41528 msgid "invalid third argument"
41529 msgstr ""
41531 #. Ignore the hint.
41532 #: config/i386/i386-expand.cc:13233 config/i386/i386-expand.cc:13288
41533 #, gcc-internal-format
41534 msgid ""
41535 "instruction prefetch applies when in 64-bit mode with RIP-relative "
41536 "addressing and option %<-mprefetchi%>; they stay NOPs otherwise"
41537 msgstr ""
41539 #: config/i386/i386-expand.cc:13250
41540 #, gcc-internal-format
41541 msgid "invalid third argument to %<__builtin_ia32_prefetch%>; using zero"
41542 msgstr ""
41544 #: config/i386/i386-expand.cc:13276
41545 #, gcc-internal-format
41546 msgid "second argument must be a const"
41547 msgstr ""
41549 #: config/i386/i386-expand.cc:13768
41550 #, gcc-internal-format
41551 msgid "the last argument must be a 32-bit immediate"
41552 msgstr ""
41554 #: config/i386/i386-expand.cc:13801
41555 #, gcc-internal-format
41556 msgid "last argument must be an immediate"
41557 msgstr ""
41559 #: config/i386/i386-expand.cc:14565 config/i386/i386-expand.cc:14777
41560 #, gcc-internal-format
41561 msgid "the last argument must be scale 1, 2, 4, 8"
41562 msgstr ""
41564 #: config/i386/i386-expand.cc:14830
41565 #, gcc-internal-format
41566 msgid "the forth argument must be scale 1, 2, 4, 8"
41567 msgstr ""
41569 #: config/i386/i386-expand.cc:14836
41570 #, gcc-internal-format
41571 msgid "incorrect hint operand"
41572 msgstr ""
41574 #: config/i386/i386-expand.cc:14855
41575 #, gcc-internal-format
41576 msgid "the argument to %<xabort%> intrinsic must be an 8-bit immediate"
41577 msgstr ""
41579 #: config/i386/i386-features.cc:3265
41580 #, gcc-internal-format
41581 msgid ""
41582 "function versions cannot be marked as %<gnu_inline%>, bodies have to be "
41583 "generated"
41584 msgstr ""
41586 #: config/i386/i386-features.cc:3270 config/i386/i386-features.cc:3539
41587 #, gcc-internal-format
41588 msgid "virtual function multiversioning not supported"
41589 msgstr ""
41591 #: config/i386/i386-features.cc:3403 config/rs6000/rs6000.cc:25106
41592 #, gcc-internal-format
41593 msgid "multiversioning needs %<ifunc%> which is not supported on this target"
41594 msgstr ""
41596 #: config/i386/i386-options.cc:887 config/i386/i386-options.cc:2123
41597 #: config/i386/i386-options.cc:2132
41598 #, gcc-internal-format, gfc-internal-format
41599 msgid "code model %s does not support PIC mode"
41600 msgstr ""
41602 #: config/i386/i386-options.cc:1159
41603 #, gcc-internal-format
41604 msgid "attribute %qs argument is not a string"
41605 msgstr ""
41607 #: config/i386/i386-options.cc:1223
41608 #, gcc-internal-format
41609 msgid "attribute %qs argument %qs is unknown"
41610 msgstr ""
41612 #: config/i386/i386-options.cc:1286
41613 #, gcc-internal-format
41614 msgid "attribute value %qs was already specified in %qs attribute"
41615 msgstr ""
41617 #: config/i386/i386-options.cc:1324
41618 #, gcc-internal-format
41619 msgid "attribute value %qs is unknown in %qs attribute"
41620 msgstr ""
41622 #: config/i386/i386-options.cc:1606
41623 #, gcc-internal-format
41624 msgid "wrong argument %qs to option %qs"
41625 msgstr ""
41627 #: config/i386/i386-options.cc:1612
41628 #, gcc-internal-format
41629 msgid "size ranges of option %qs should be increasing"
41630 msgstr ""
41632 #: config/i386/i386-options.cc:1622
41633 #, gcc-internal-format
41634 msgid "wrong strategy name %qs specified for option %qs"
41635 msgstr ""
41637 #. rep; movq isn't available in 32-bit code.
41638 #: config/i386/i386-options.cc:1648
41639 #, gcc-internal-format
41640 msgid ""
41641 "strategy name %qs specified for option %qs not supported for 32-bit code"
41642 msgstr ""
41644 #: config/i386/i386-options.cc:1661
41645 #, gcc-internal-format
41646 msgid "unknown alignment %qs specified for option %qs"
41647 msgstr ""
41649 #: config/i386/i386-options.cc:1671
41650 #, gcc-internal-format
41651 msgid "the max value for the last size range should be -1 for option %qs"
41652 msgstr ""
41654 #: config/i386/i386-options.cc:1678
41655 #, gcc-internal-format
41656 msgid "too many size ranges specified in option %qs"
41657 msgstr ""
41659 #: config/i386/i386-options.cc:1731
41660 #, gcc-internal-format
41661 msgid "unknown parameter to option %<-mtune-ctrl%>: %s"
41662 msgstr ""
41664 #: config/i386/i386-options.cc:1945
41665 #, gcc-internal-format
41666 msgid "Intel MCU psABI isn%'t supported in %s mode"
41667 msgstr ""
41669 #: config/i386/i386-options.cc:1999
41670 #, gcc-internal-format
41671 msgid ""
41672 "%<-mtune=x86-64%> is deprecated; use %<-mtune=k8%> or %<-mtune=generic%> "
41673 "instead as appropriate"
41674 msgstr ""
41676 #: config/i386/i386-options.cc:2001
41677 #, gcc-internal-format
41678 msgid ""
41679 "%<target(\"tune=x86-64\")%> is deprecated; use %<target(\"tune=k8\")%> or "
41680 "%<target(\"tune=generic\")%> instead as appropriate"
41681 msgstr ""
41683 #. rep; movq isn't available in 32-bit code.
41684 #: config/i386/i386-options.cc:2029
41685 #, gcc-internal-format
41686 msgid "%<-mstringop-strategy=rep_8byte%> not supported for 32-bit code"
41687 msgstr ""
41689 #: config/i386/i386-options.cc:2034
41690 #, gcc-internal-format
41691 msgid "%<-muintr%> not supported for 32-bit code"
41692 msgstr ""
41694 #: config/i386/i386-options.cc:2037
41695 #, gcc-internal-format
41696 msgid "%<-mlam=%> option: [u48|u57] not supported for 32-bit code"
41697 msgstr ""
41699 #: config/i386/i386-options.cc:2052
41700 #, gcc-internal-format
41701 msgid "address mode %qs not supported in the %s bit mode"
41702 msgstr ""
41704 #: config/i386/i386-options.cc:2063
41705 #, gcc-internal-format
41706 msgid "%<-mabi=ms%> not supported with X32 ABI"
41707 msgstr ""
41709 #: config/i386/i386-options.cc:2069
41710 #, gcc-internal-format
41711 msgid "%<-mabi=%s%> not supported with %<-fsanitize=address%>"
41712 msgstr ""
41714 #: config/i386/i386-options.cc:2072
41715 #, gcc-internal-format
41716 msgid "%<-mabi=%s%> not supported with %<-fsanitize=kernel-address%>"
41717 msgstr ""
41719 #: config/i386/i386-options.cc:2076
41720 #, gcc-internal-format
41721 msgid "%<-mabi=%s%> not supported with %<-fsanitize=thread%>"
41722 msgstr ""
41724 #: config/i386/i386-options.cc:2093 config/i386/i386-options.cc:2102
41725 #: config/i386/i386-options.cc:2114 config/i386/i386-options.cc:2125
41726 #: config/i386/i386-options.cc:2136
41727 #, gcc-internal-format
41728 msgid "code model %qs not supported in the %s bit mode"
41729 msgstr ""
41731 #: config/i386/i386-options.cc:2105 config/i386/i386-options.cc:2117
41732 #, gcc-internal-format
41733 msgid "code model %qs not supported in x32 mode"
41734 msgstr ""
41736 #: config/i386/i386-options.cc:2160
41737 #, gcc-internal-format
41738 msgid "%<-masm=intel%> not supported in this configuration"
41739 msgstr ""
41741 #: config/i386/i386-options.cc:2165
41742 #, gcc-internal-format, gfc-internal-format
41743 msgid "%i-bit mode not compiled in"
41744 msgstr ""
41746 #: config/i386/i386-options.cc:2177
41747 #, gcc-internal-format
41748 msgid "%<generic%> CPU can be used only for %<-mtune=%> switch"
41749 msgstr ""
41751 #: config/i386/i386-options.cc:2179
41752 #, gcc-internal-format
41753 msgid "%<generic%> CPU can be used only for %<target(\"tune=\")%> attribute"
41754 msgstr ""
41756 #: config/i386/i386-options.cc:2186
41757 #, gcc-internal-format
41758 msgid "%<intel%> CPU can be used only for %<-mtune=%> switch"
41759 msgstr ""
41761 #: config/i386/i386-options.cc:2188
41762 #, gcc-internal-format
41763 msgid "%<intel%> CPU can be used only for %<target(\"tune=\")%> attribute"
41764 msgstr ""
41766 #: config/i386/i386-options.cc:2196 config/i386/i386-options.cc:2328
41767 #, gcc-internal-format
41768 msgid "CPU you selected does not support x86-64 instruction set"
41769 msgstr ""
41771 #: config/i386/i386-options.cc:2267
41772 #, gcc-internal-format
41773 msgid "bad value %qs for %<-march=%> switch"
41774 msgstr ""
41776 #: config/i386/i386-options.cc:2268
41777 #, gcc-internal-format
41778 msgid "bad value %qs for %<target(\"arch=\")%> attribute"
41779 msgstr ""
41781 #: config/i386/i386-options.cc:2290
41782 #, gcc-internal-format
41783 msgid "valid arguments to %<-march=%> switch are: %s; did you mean %qs?"
41784 msgstr ""
41786 #: config/i386/i386-options.cc:2292
41787 #, gcc-internal-format
41788 msgid ""
41789 "valid arguments to %<target(\"arch=\")%> attribute are: %s; did you mean %qs?"
41790 msgstr ""
41792 #: config/i386/i386-options.cc:2297
41793 #, gcc-internal-format
41794 msgid "valid arguments to %<-march=%> switch are: %s"
41795 msgstr ""
41797 #: config/i386/i386-options.cc:2298
41798 #, gcc-internal-format
41799 msgid "valid arguments to %<target(\"arch=\")%> attribute are: %s"
41800 msgstr ""
41802 #: config/i386/i386-options.cc:2347
41803 #, gcc-internal-format
41804 msgid "bad value %qs for %<-mtune=%> switch"
41805 msgstr ""
41807 #: config/i386/i386-options.cc:2348
41808 #, gcc-internal-format
41809 msgid "bad value %qs for %<target(\"tune=\")%> attribute"
41810 msgstr ""
41812 #: config/i386/i386-options.cc:2369
41813 #, gcc-internal-format
41814 msgid "valid arguments to %<-mtune=%> switch are: %s; did you mean %qs?"
41815 msgstr ""
41817 #: config/i386/i386-options.cc:2371
41818 #, gcc-internal-format
41819 msgid ""
41820 "valid arguments to %<target(\"tune=\")%> attribute are: %s; did you mean %qs?"
41821 msgstr ""
41823 #: config/i386/i386-options.cc:2376
41824 #, gcc-internal-format
41825 msgid "valid arguments to %<-mtune=%> switch are: %s"
41826 msgstr ""
41828 #: config/i386/i386-options.cc:2377
41829 #, gcc-internal-format
41830 msgid "valid arguments to %<target(\"tune=\")%> attribute are: %s"
41831 msgstr ""
41833 #: config/i386/i386-options.cc:2401
41834 #, gcc-internal-format
41835 msgid "%<-mregparm%> is ignored in 64-bit mode"
41836 msgstr ""
41838 #: config/i386/i386-options.cc:2403
41839 #, gcc-internal-format
41840 msgid "%<-mregparm%> is ignored for Intel MCU psABI"
41841 msgstr ""
41843 #: config/i386/i386-options.cc:2406
41844 #, gcc-internal-format
41845 msgid "%<-mregparm=%d%> is not between 0 and %d"
41846 msgstr ""
41848 #: config/i386/i386-options.cc:2429
41849 #, gcc-internal-format
41850 msgid "%<-m96bit-long-double%> is not compatible with this target"
41851 msgstr ""
41853 #: config/i386/i386-options.cc:2434
41854 #, gcc-internal-format
41855 msgid "%<-mrtd%> is ignored in 64bit mode"
41856 msgstr ""
41858 #: config/i386/i386-options.cc:2435
41859 #, gcc-internal-format
41860 msgid "%<target(\"rtd\")%> is ignored in 64bit mode"
41861 msgstr ""
41863 #: config/i386/i386-options.cc:2524
41864 #, gcc-internal-format
41865 msgid "%<-mpreferred-stack-boundary%> is not supported for this target"
41866 msgstr ""
41868 #: config/i386/i386-options.cc:2527
41869 #, gcc-internal-format
41870 msgid "%<-mpreferred-stack-boundary=%d%> is not between %d and %d"
41871 msgstr ""
41873 #: config/i386/i386-options.cc:2550
41874 #, gcc-internal-format
41875 msgid "%<-mincoming-stack-boundary=%d%> is not between %d and 12"
41876 msgstr ""
41878 #: config/i386/i386-options.cc:2563
41879 #, gcc-internal-format
41880 msgid "%<-mnop-mcount%> is not compatible with this target"
41881 msgstr ""
41883 #: config/i386/i386-options.cc:2566
41884 #, gcc-internal-format
41885 msgid "%<-mnop-mcount%> is not implemented for %<-fPIC%>"
41886 msgstr ""
41888 #: config/i386/i386-options.cc:2572
41889 #, gcc-internal-format
41890 msgid "%<-msseregparm%> used without SSE enabled"
41891 msgstr ""
41893 #: config/i386/i386-options.cc:2573
41894 #, gcc-internal-format
41895 msgid "%<target(\"sseregparm\")%> used without SSE enabled"
41896 msgstr ""
41898 #: config/i386/i386-options.cc:2583
41899 #, gcc-internal-format
41900 msgid "SSE instruction set disabled, using 387 arithmetics"
41901 msgstr ""
41903 #: config/i386/i386-options.cc:2590
41904 #, gcc-internal-format
41905 msgid "387 instruction set disabled, using SSE arithmetics"
41906 msgstr ""
41908 #: config/i386/i386-options.cc:2640
41909 #, gcc-internal-format
41910 msgid "stack probing requires %<-maccumulate-outgoing-args%> for correctness"
41911 msgstr ""
41913 #: config/i386/i386-options.cc:2642
41914 #, gcc-internal-format
41915 msgid ""
41916 "stack probing requires %<target(\"accumulate-outgoing-args\")%> for "
41917 "correctness"
41918 msgstr ""
41920 #: config/i386/i386-options.cc:2656
41921 #, gcc-internal-format
41922 msgid "fixed ebp register requires %<-maccumulate-outgoing-args%>"
41923 msgstr ""
41925 #: config/i386/i386-options.cc:2658
41926 #, gcc-internal-format
41927 msgid "fixed ebp register requires %<target(\"accumulate-outgoing-args\")%>"
41928 msgstr ""
41930 #: config/i386/i386-options.cc:2718
41931 #, gcc-internal-format
41932 msgid "%<-mfentry%> isn%'t supported for 32-bit in combination with %<-fpic%>"
41933 msgstr ""
41935 #: config/i386/i386-options.cc:2721
41936 #, gcc-internal-format
41937 msgid "%<-mno-fentry%> isn%'t compatible with SEH"
41938 msgstr ""
41940 #: config/i386/i386-options.cc:2725
41941 #, gcc-internal-format
41942 msgid "%<-mcall-ms2sysv-xlogues%> isn%'t currently supported with SEH"
41943 msgstr ""
41945 #: config/i386/i386-options.cc:2839
41946 #, gcc-internal-format
41947 msgid "unknown option for %<-mrecip=%s%>"
41948 msgstr ""
41950 #: config/i386/i386-options.cc:2898
41951 #, gcc-internal-format
41952 msgid "%qs is not a valid number in %<-mstack-protector-guard-offset=%>"
41953 msgstr ""
41955 #: config/i386/i386-options.cc:2903
41956 #, gcc-internal-format
41957 msgid "%qs is not a valid offset in %<-mstack-protector-guard-offset=%>"
41958 msgstr ""
41960 #: config/i386/i386-options.cc:2931
41961 #, gcc-internal-format
41962 msgid "%qs is not a valid base register in %<-mstack-protector-guard-reg=%>"
41963 msgstr ""
41965 #: config/i386/i386-options.cc:2979
41966 #, gcc-internal-format
41967 msgid "%<-fcf-protection%> is not compatible with this target"
41968 msgstr ""
41970 #: config/i386/i386-options.cc:3115
41971 #, gcc-internal-format
41972 msgid "interrupt and naked attributes are not compatible"
41973 msgstr ""
41975 #: config/i386/i386-options.cc:3130
41976 #, gcc-internal-format
41977 msgid "only DWARF debug format is supported for interrupt service routine"
41978 msgstr ""
41980 #: config/i386/i386-options.cc:3179
41981 #, gcc-internal-format
41982 msgid "%<-mindirect-branch=%s%> and %<-mcmodel=large%> are not compatible"
41983 msgstr ""
41985 #: config/i386/i386-options.cc:3189
41986 #, gcc-internal-format
41987 msgid "%<-mindirect-branch%> and %<-fcf-protection%> are not compatible"
41988 msgstr ""
41990 #: config/i386/i386-options.cc:3224
41991 #, gcc-internal-format
41992 msgid "%<-mfunction-return=%s%> and %<-mcmodel=large%> are not compatible"
41993 msgstr ""
41995 #: config/i386/i386-options.cc:3234
41996 #, gcc-internal-format
41997 msgid "%<-mfunction-return%> and %<-fcf-protection%> are not compatible"
41998 msgstr ""
42000 #: config/i386/i386-options.cc:3341
42001 #, gcc-internal-format
42002 msgid "%s instructions aren%'t allowed in an exception service routine"
42003 msgstr ""
42005 #: config/i386/i386-options.cc:3343
42006 #, gcc-internal-format
42007 msgid "%s instructions aren%'t allowed in an interrupt service routine"
42008 msgstr ""
42010 #: config/i386/i386-options.cc:3347
42011 #, gcc-internal-format
42012 msgid ""
42013 "%s instructions aren%'t allowed in a function with the "
42014 "%<no_caller_saved_registers%> attribute"
42015 msgstr ""
42017 #: config/i386/i386-options.cc:3394 config/i386/i386-options.cc:3445
42018 #, gcc-internal-format
42019 msgid "fastcall and regparm attributes are not compatible"
42020 msgstr ""
42022 #: config/i386/i386-options.cc:3399
42023 #, gcc-internal-format
42024 msgid "regparam and thiscall attributes are not compatible"
42025 msgstr ""
42027 #: config/i386/i386-options.cc:3406 config/i386/i386-options.cc:3634
42028 #, gcc-internal-format
42029 msgid "%qE attribute requires an integer constant argument"
42030 msgstr ""
42032 #: config/i386/i386-options.cc:3412
42033 #, gcc-internal-format
42034 msgid "argument to %qE attribute larger than %d"
42035 msgstr ""
42037 #: config/i386/i386-options.cc:3437 config/i386/i386-options.cc:3480
42038 #, gcc-internal-format
42039 msgid "fastcall and cdecl attributes are not compatible"
42040 msgstr ""
42042 #: config/i386/i386-options.cc:3441
42043 #, gcc-internal-format
42044 msgid "fastcall and stdcall attributes are not compatible"
42045 msgstr ""
42047 #: config/i386/i386-options.cc:3449 config/i386/i386-options.cc:3498
42048 #, gcc-internal-format
42049 msgid "fastcall and thiscall attributes are not compatible"
42050 msgstr ""
42052 #: config/i386/i386-options.cc:3459 config/i386/i386-options.cc:3476
42053 #, gcc-internal-format
42054 msgid "stdcall and cdecl attributes are not compatible"
42055 msgstr ""
42057 #: config/i386/i386-options.cc:3463
42058 #, gcc-internal-format
42059 msgid "stdcall and fastcall attributes are not compatible"
42060 msgstr ""
42062 #: config/i386/i386-options.cc:3467 config/i386/i386-options.cc:3494
42063 #, gcc-internal-format
42064 msgid "stdcall and thiscall attributes are not compatible"
42065 msgstr ""
42067 #: config/i386/i386-options.cc:3484 config/i386/i386-options.cc:3502
42068 #, gcc-internal-format
42069 msgid "cdecl and thiscall attributes are not compatible"
42070 msgstr ""
42072 #: config/i386/i386-options.cc:3490
42073 #, gcc-internal-format
42074 msgid "%qE attribute is used for non-class method"
42075 msgstr ""
42077 #: config/i386/i386-options.cc:3594 config/rs6000/rs6000.cc:20475
42078 #, gcc-internal-format
42079 msgid "%qE incompatible attribute ignored"
42080 msgstr ""
42082 #: config/i386/i386-options.cc:3621
42083 #, gcc-internal-format
42084 msgid "%qE attribute only available for 32-bit"
42085 msgstr ""
42087 #: config/i386/i386-options.cc:3642
42088 #, gcc-internal-format
42089 msgid "argument to %qE attribute is neither zero, nor one"
42090 msgstr ""
42092 #: config/i386/i386-options.cc:3676 config/i386/i386-options.cc:3686
42093 #, gcc-internal-format
42094 msgid "%qs and %qs attributes are not compatible"
42095 msgstr ""
42097 #: config/i386/i386-options.cc:3713 config/i386/i386-options.cc:3735
42098 #: config/ia64/ia64.cc:812 config/s390/s390.cc:1261
42099 #, gcc-internal-format
42100 msgid "%qE attribute requires a string constant argument"
42101 msgstr ""
42103 #: config/i386/i386-options.cc:3723 config/i386/i386-options.cc:3745
42104 #: config/s390/s390.cc:1290
42105 #, gcc-internal-format
42106 msgid "argument to %qE attribute is not (keep|thunk|thunk-inline|thunk-extern)"
42107 msgstr ""
42109 #: config/i386/i386-options.cc:3777
42110 #, gcc-internal-format
42111 msgid "interrupt service routine should have a pointer as the first argument"
42112 msgstr ""
42114 #: config/i386/i386-options.cc:3784
42115 #, gcc-internal-format
42116 msgid "interrupt service routine should have %qs as the second argument"
42117 msgstr ""
42119 #: config/i386/i386-options.cc:3795
42120 #, gcc-internal-format
42121 msgid ""
42122 "interrupt service routine can only have a pointer argument and an optional "
42123 "integer argument"
42124 msgstr ""
42126 #: config/i386/i386-options.cc:3798
42127 #, gcc-internal-format
42128 msgid "interrupt service routine must return %<void%>"
42129 msgstr ""
42131 #: config/i386/i386.cc:1231
42132 #, gcc-internal-format
42133 msgid "calling %qD with attribute sseregparm without SSE/SSE2 enabled"
42134 msgstr ""
42136 #: config/i386/i386.cc:1234
42137 #, gcc-internal-format
42138 msgid "calling %qT with attribute sseregparm without SSE/SSE2 enabled"
42139 msgstr ""
42141 #: config/i386/i386.cc:1538
42142 #, gcc-internal-format
42143 msgid "X32 does not support %<ms_abi%> attribute"
42144 msgstr ""
42146 #: config/i386/i386.cc:1572
42147 #, gcc-internal-format
42148 msgid "%<ms_hook_prologue%> attribute is not compatible with nested function"
42149 msgstr ""
42151 #: config/i386/i386.cc:1923
42152 #, gcc-internal-format
42153 msgid "AVX512F vector argument without AVX512F enabled changes the ABI"
42154 msgstr ""
42156 #: config/i386/i386.cc:1929
42157 #, gcc-internal-format
42158 msgid "AVX512F vector return without AVX512F enabled changes the ABI"
42159 msgstr ""
42161 #: config/i386/i386.cc:1943
42162 #, gcc-internal-format
42163 msgid "AVX vector argument without AVX enabled changes the ABI"
42164 msgstr ""
42166 #: config/i386/i386.cc:1949
42167 #, gcc-internal-format
42168 msgid "AVX vector return without AVX enabled changes the ABI"
42169 msgstr ""
42171 #: config/i386/i386.cc:1965
42172 #, gcc-internal-format
42173 msgid "SSE vector argument without SSE enabled changes the ABI"
42174 msgstr ""
42176 #: config/i386/i386.cc:1971
42177 #, gcc-internal-format
42178 msgid "SSE vector return without SSE enabled changes the ABI"
42179 msgstr ""
42181 #: config/i386/i386.cc:1987
42182 #, gcc-internal-format
42183 msgid "MMX vector argument without MMX enabled changes the ABI"
42184 msgstr ""
42186 #: config/i386/i386.cc:1993
42187 #, gcc-internal-format
42188 msgid "MMX vector return without MMX enabled changes the ABI"
42189 msgstr ""
42191 #: config/i386/i386.cc:2191
42192 #, gcc-internal-format
42193 msgid ""
42194 "the ABI of passing struct with a flexible array member has changed in GCC 4.4"
42195 msgstr ""
42197 #: config/i386/i386.cc:2312
42198 #, gcc-internal-format
42199 msgid "the ABI of passing union with %<long double%> has changed in GCC 4.4"
42200 msgstr ""
42202 #: config/i386/i386.cc:2447
42203 #, gcc-internal-format
42204 msgid ""
42205 "the ABI of passing structure with %<complex float%> member has changed in "
42206 "GCC 4.4"
42207 msgstr ""
42209 #: config/i386/i386.cc:2568
42210 msgid ""
42211 "the ABI of passing C structures with zero-width bit-fields has changed in "
42212 "GCC %{12.1%}"
42213 msgstr ""
42215 #: config/i386/i386.cc:2663
42216 #, gcc-internal-format
42217 msgid "SSE register return with SSE disabled"
42218 msgstr ""
42220 #: config/i386/i386.cc:2669
42221 #, gcc-internal-format
42222 msgid "SSE register argument with SSE disabled"
42223 msgstr ""
42225 #: config/i386/i386.cc:2689
42226 #, gcc-internal-format
42227 msgid "x87 register return with x87 disabled"
42228 msgstr ""
42230 #: config/i386/i386.cc:3017 config/i386/i386.cc:3262 config/i386/i386.cc:4042
42231 #, gcc-internal-format
42232 msgid "calling %qD with SSE calling convention without SSE/SSE2 enabled"
42233 msgstr ""
42235 #: config/i386/i386.cc:3019 config/i386/i386.cc:3264 config/i386/i386.cc:4044
42236 #, gcc-internal-format
42237 msgid ""
42238 "this is a GCC bug that can be worked around by adding attribute used to "
42239 "function called"
42240 msgstr ""
42242 #: config/i386/i386.cc:3667
42243 #, gcc-internal-format, gfc-internal-format
42244 msgid ""
42245 "the ABI for passing parameters with %d-byte alignment has changed in GCC 4.6"
42246 msgstr ""
42248 #: config/i386/i386.cc:6564
42249 #, gcc-internal-format
42250 msgid "%<-mcall-ms2sysv-xlogues%> is not compatible with %s"
42251 msgstr ""
42253 #: config/i386/i386.cc:8470
42254 #, gcc-internal-format
42255 msgid ""
42256 "%<ms_hook_prologue%> attribute is not compatible with %<-mfentry%> for 32-bit"
42257 msgstr ""
42259 #: config/i386/i386.cc:8560
42260 #, gcc-internal-format
42261 msgid ""
42262 "Dynamic Realign Argument Pointer (DRAP) not supported in interrupt service "
42263 "routine.  This may be worked around by avoiding functions with aggregate "
42264 "return."
42265 msgstr ""
42267 #: config/i386/i386.cc:9495
42268 #, gcc-internal-format
42269 msgid "Stack realignment not supported with %<__builtin_eh_return%>"
42270 msgstr ""
42272 #: config/i386/i386.cc:9500
42273 #, gcc-internal-format
42274 msgid "regparm nested function not supported with %<__builtin_eh_return%>"
42275 msgstr ""
42277 #: config/i386/i386.cc:9886
42278 #, gcc-internal-format
42279 msgid "%<-fsplit-stack%> does not support fastcall with nested function"
42280 msgstr ""
42282 #: config/i386/i386.cc:9906
42283 #, gcc-internal-format
42284 msgid ""
42285 "%<-fsplit-stack%> does not support 2 register parameters for a nested "
42286 "function"
42287 msgstr ""
42289 #. FIXME: We could make this work by pushing a register
42290 #. around the addition and comparison.
42291 #: config/i386/i386.cc:9917
42292 #, gcc-internal-format
42293 msgid "%<-fsplit-stack%> does not support 3 register parameters"
42294 msgstr ""
42296 #: config/i386/i386.cc:12955
42297 #, gcc-internal-format
42298 msgid "%<V%> modifier on non-integer register"
42299 msgstr ""
42301 #: config/i386/i386.cc:12966 config/i386/i386.cc:12980
42302 #, gcc-internal-format
42303 msgid "unsupported size for integer register"
42304 msgstr ""
42306 #: config/i386/i386.cc:13012
42307 #, gcc-internal-format
42308 msgid "extended registers have no high halves"
42309 msgstr ""
42311 #: config/i386/i386.cc:13027
42312 #, gcc-internal-format
42313 msgid "unsupported operand size for extended register"
42314 msgstr ""
42316 #: config/i386/i386.cc:13221
42317 #, gcc-internal-format
42318 msgid "non-integer operand used with operand code %<z%>"
42319 msgstr ""
42321 #: config/i386/i386.cc:17330
42322 #, gcc-internal-format
42323 msgid ""
42324 "empty class %qT parameter passing ABI changes in %<-fabi-version=12%> (GCC 8)"
42325 msgstr ""
42327 #: config/i386/i386.cc:21728
42328 msgid "the alignment of %<_Atomic %T%> fields changed in %{GCC 11.1%}"
42329 msgstr ""
42331 #: config/i386/i386.cc:21824
42332 #, gcc-internal-format
42333 msgid "profiling %<-mcmodel=large%> with PIC is not supported"
42334 msgstr ""
42336 #: config/i386/i386.cc:23661
42337 #, gcc-internal-format
42338 msgid "unknown architecture specific memory model"
42339 msgstr ""
42341 #: config/i386/i386.cc:23668
42342 #, gcc-internal-format
42343 msgid "%<HLE_ACQUIRE%> not used with %<ACQUIRE%> or stronger memory model"
42344 msgstr ""
42346 #: config/i386/i386.cc:23675
42347 #, gcc-internal-format
42348 msgid "%<HLE_RELEASE%> not used with %<RELEASE%> or stronger memory model"
42349 msgstr ""
42351 #: config/i386/i386.cc:23724
42352 #, gcc-internal-format
42353 msgid "unsupported return type %qT for simd"
42354 msgstr ""
42356 #: config/i386/i386.cc:23755
42357 #, gcc-internal-format
42358 msgid "unsupported argument type %qT for simd"
42359 msgstr ""
42361 #: config/i386/i386.cc:24301
42362 #, gcc-internal-format
42363 msgid "%<-fexcess-precision=16%> is not compatible with %<-mfpmath=387%>"
42364 msgstr ""
42366 #: config/i386/winnt.cc:83
42367 #, gcc-internal-format
42368 msgid ""
42369 "%qE attribute applies only to initialized variables with external linkage"
42370 msgstr ""
42372 #: config/i386/winnt.cc:156
42373 #, gcc-internal-format
42374 msgid "definition of static data member %q+D of dllimport%'d class"
42375 msgstr ""
42377 #: config/ia64/ia64-c.cc:50
42378 #, gcc-internal-format
42379 msgid "malformed %<#pragma builtin%>"
42380 msgstr ""
42382 #: config/ia64/ia64.cc:751 config/loongarch/loongarch.cc:6514
42383 #: config/loongarch/loongarch.cc:6524
42384 #, gcc-internal-format
42385 msgid "invalid argument of %qE attribute"
42386 msgstr ""
42388 #: config/ia64/ia64.cc:764
42389 #, gcc-internal-format
42390 msgid "an address area attribute cannot be specified for local variables"
42391 msgstr ""
42393 #: config/ia64/ia64.cc:771
42394 #, gcc-internal-format
42395 msgid "address area of %q+D conflicts with previous declaration"
42396 msgstr ""
42398 #: config/ia64/ia64.cc:779
42399 #, gcc-internal-format
42400 msgid "address area attribute cannot be specified for functions"
42401 msgstr ""
42403 #: config/ia64/ia64.cc:6025 config/pa/pa.cc:453 config/sh/sh.cc:8267
42404 #, gcc-internal-format
42405 msgid "value of %<-mfixed-range%> must have form REG1-REG2"
42406 msgstr ""
42408 #: config/ia64/ia64.cc:11302
42409 #, gcc-internal-format
42410 msgid "version attribute is not a string"
42411 msgstr ""
42413 #: config/iq2000/iq2000.cc:1867
42414 #, gcc-internal-format
42415 msgid "%<gp_offset%> (%ld) or %<end_offset%> (%ld) is less than zero"
42416 msgstr ""
42418 #: config/iq2000/iq2000.cc:2590
42419 #, gcc-internal-format
42420 msgid "argument %qd is not a constant"
42421 msgstr ""
42423 #: config/iq2000/iq2000.cc:2893 config/xtensa/xtensa.cc:3100
42424 #, gcc-internal-format
42425 msgid "%<PRINT_OPERAND_ADDRESS%>, null pointer"
42426 msgstr ""
42428 #: config/iq2000/iq2000.cc:3048
42429 #, gcc-internal-format
42430 msgid "%<PRINT_OPERAND%>: Unknown punctuation %<%c%>"
42431 msgstr ""
42433 #: config/iq2000/iq2000.cc:3057 config/xtensa/xtensa.cc:2949
42434 #, gcc-internal-format
42435 msgid "%<PRINT_OPERAND%> null pointer"
42436 msgstr ""
42438 #: config/loongarch/loongarch-cpu.cc:111
42439 #, gcc-internal-format
42440 msgid "unknown base architecture %<0x%x%>, %qs failed"
42441 msgstr ""
42443 #: config/loongarch/loongarch-cpu.cc:138
42444 #, gcc-internal-format
42445 msgid "unknown FPU type %<0x%x%>, %qs failed"
42446 msgstr ""
42448 #: config/loongarch/loongarch-cpu.cc:189
42449 #, gcc-internal-format
42450 msgid ""
42451 "unknown processor ID %<0x%x%>, some tuning parameters will fall back to "
42452 "default"
42453 msgstr ""
42455 #: config/loongarch/loongarch-opts.cc:196
42456 #, gcc-internal-format
42457 msgid "%<-m%s%> overrides %<-m%s=%s%>, adjusting ABI to %qs"
42458 msgstr ""
42460 #: config/loongarch/loongarch-opts.cc:211
42461 #, gcc-internal-format
42462 msgid "ABI changed (%qs to %qs) while multilib is disabled"
42463 msgstr ""
42465 #: config/loongarch/loongarch-opts.cc:233
42466 #: config/loongarch/loongarch-opts.cc:238
42467 #, gcc-internal-format
42468 msgid "%qs does not work on a cross compiler"
42469 msgstr ""
42471 #: config/loongarch/loongarch-opts.cc:278
42472 #, gcc-internal-format
42473 msgid ""
42474 "your native CPU architecture (%qs) does not support %qs ABI, falling back to "
42475 "%<-m%s=%s%>"
42476 msgstr ""
42478 #: config/loongarch/loongarch-opts.cc:283
42479 #, gcc-internal-format
42480 msgid ""
42481 "default CPU architecture (%qs) does not support %qs ABI, falling back to %<-"
42482 "m%s=%s%>"
42483 msgstr ""
42485 #: config/loongarch/loongarch-opts.cc:314
42486 #, gcc-internal-format
42487 msgid "unable to implement ABI %qs with instruction set %qs"
42488 msgstr ""
42490 #: config/loongarch/loongarch-opts.cc:336
42491 #, gcc-internal-format
42492 msgid ""
42493 "ABI %qs cannot be implemented due to limited instruction set %qs, falling "
42494 "back to %qs"
42495 msgstr ""
42497 #: config/loongarch/loongarch-opts.cc:347
42498 #, gcc-internal-format
42499 msgid ""
42500 "instruction set %qs cannot implement default ABI %qs, falling back to %qs"
42501 msgstr ""
42503 #: config/loongarch/loongarch-opts.cc:352
42504 #, gcc-internal-format
42505 msgid ""
42506 "no multilib-enabled ABI (%qs) can be implemented with instruction set %qs, "
42507 "falling back to %qs"
42508 msgstr ""
42510 #: config/loongarch/loongarch-opts.cc:368
42511 #, gcc-internal-format
42512 msgid ""
42513 "ABI %qs is not enabled at configure-time, the linker might report an error"
42514 msgstr ""
42516 #: config/loongarch/loongarch-opts.cc:371
42517 #, gcc-internal-format, gfc-internal-format
42518 msgid "ABI with startfiles: %s"
42519 msgstr ""
42521 #: config/loongarch/loongarch-opts.cc:385
42522 #, gcc-internal-format
42523 msgid "%qs is not supported, now cmodel is set to %qs"
42524 msgstr ""
42526 #: config/loongarch/loongarch.cc:6189
42527 #, gcc-internal-format
42528 msgid "%qs cannot be used for compiling a shared library"
42529 msgstr ""
42531 #: config/loongarch/loongarch.cc:6196
42532 #, gcc-internal-format
42533 msgid "code model %qs needs %s"
42534 msgstr ""
42536 #: config/loongarch/loongarch.cc:6202
42537 #, gcc-internal-format
42538 msgid "code model %qs is not compatible with %s"
42539 msgstr ""
42541 #: config/loongarch/loongarch.cc:6479
42542 #, gcc-internal-format
42543 msgid "%qE attribute cannot be specified for thread-local variables"
42544 msgstr ""
42546 #: config/loongarch/loongarch.cc:6497
42547 #, gcc-internal-format
42548 msgid "%qE attribute cannot be specified for register variables"
42549 msgstr ""
42551 #: config/loongarch/loongarch.cc:6505
42552 #, gcc-internal-format
42553 msgid "%qE attribute requires %s"
42554 msgstr ""
42556 #: config/loongarch/loongarch.cc:6532
42557 #, gcc-internal-format
42558 msgid "multiple %qE attribute"
42559 msgstr ""
42561 #: config/m32c/m32c-pragma.cc:54
42562 #, gcc-internal-format
42563 msgid "junk at end of %<#pragma GCC memregs%> [0-16]"
42564 msgstr ""
42566 #: config/m32c/m32c-pragma.cc:61
42567 #, gcc-internal-format
42568 msgid "%<#pragma GCC memregs%> must precede any function declarations"
42569 msgstr ""
42571 #: config/m32c/m32c-pragma.cc:69 config/m32c/m32c-pragma.cc:76
42572 #, gcc-internal-format
42573 msgid "%<#pragma GCC memregs%> takes a number [0-16]"
42574 msgstr ""
42576 #: config/m32c/m32c-pragma.cc:104
42577 #, gcc-internal-format
42578 msgid "junk at end of %<#pragma ADDRESS%>"
42579 msgstr ""
42581 #: config/m32c/m32c-pragma.cc:109
42582 #, gcc-internal-format
42583 msgid "malformed %<#pragma ADDRESS%> variable address"
42584 msgstr ""
42586 #: config/m32c/m32c.cc:419
42587 #, gcc-internal-format
42588 msgid "invalid target memregs value %<%d%>"
42589 msgstr ""
42591 #: config/m32c/m32c.cc:2931
42592 #, gcc-internal-format
42593 msgid "%qE attribute is not supported for R8C target"
42594 msgstr ""
42596 #. The argument must be a constant integer.
42597 #: config/m32c/m32c.cc:2947 config/sh/sh.cc:8479 config/sh/sh.cc:8574
42598 #, gcc-internal-format
42599 msgid "%qE attribute argument not an integer constant"
42600 msgstr ""
42602 #: config/m32c/m32c.cc:2956
42603 #, gcc-internal-format
42604 msgid "%qE attribute argument should be between 18 to 255"
42605 msgstr ""
42607 #: config/m32c/m32c.cc:4080
42608 #, gcc-internal-format
42609 msgid "%<bank_switch%> has no effect on non-interrupt functions"
42610 msgstr ""
42612 #: config/m32c/m32c.cc:4187
42613 #, gcc-internal-format
42614 msgid "%<fast_interrupt%> attribute directive ignored"
42615 msgstr ""
42617 #: config/m32r/m32r.cc:415
42618 #, gcc-internal-format
42619 msgid "invalid argument of %qs attribute"
42620 msgstr ""
42622 #: config/m68k/m68k.cc:531
42623 #, gcc-internal-format
42624 msgid "%<-mcpu=%s%> conflicts with %<-march=%s%>"
42625 msgstr ""
42627 #: config/m68k/m68k.cc:602
42628 #, gcc-internal-format
42629 msgid "%<-mpcrel%> %<-fPIC%> is not currently supported on selected cpu"
42630 msgstr ""
42632 #: config/m68k/m68k.cc:666
42633 #, gcc-internal-format
42634 msgid "%<-falign-labels=%d%> is not supported"
42635 msgstr ""
42637 #: config/m68k/m68k.cc:673
42638 #, gcc-internal-format
42639 msgid "%<-falign-loops=%d%> is not supported"
42640 msgstr ""
42642 #: config/m68k/m68k.cc:681
42643 #, gcc-internal-format
42644 msgid "%<-fstack-limit-%> options are not supported on this cpu"
42645 msgstr ""
42647 #: config/m68k/m68k.cc:799
42648 #, gcc-internal-format
42649 msgid "multiple interrupt attributes not allowed"
42650 msgstr ""
42652 #: config/m68k/m68k.cc:806
42653 #, gcc-internal-format
42654 msgid "%<interrupt_thread%> is available only on fido"
42655 msgstr ""
42657 #: config/m68k/m68k.cc:1140 config/rs6000/rs6000-logue.cc:1752
42658 #, gcc-internal-format
42659 msgid "stack limit expression is not supported"
42660 msgstr ""
42662 #: config/m68k/m68k.cc:7134 config/s390/s390.cc:16809
42663 #, gcc-internal-format
42664 msgid "%<-fexcess-precision=16%> is not supported on this target"
42665 msgstr ""
42667 #: config/mcore/mcore.cc:2960
42668 #, gcc-internal-format
42669 msgid "initialized variable %q+D is marked dllimport"
42670 msgstr ""
42672 #: config/microblaze/microblaze.cc:1760
42673 #, gcc-internal-format
42674 msgid "%<-fPIC%>/%<-fpic%> not supported for this target"
42675 msgstr ""
42677 #: config/microblaze/microblaze.cc:1772
42678 #, gcc-internal-format
42679 msgid "%qs is an invalid argument to %<-mcpu=%>"
42680 msgstr ""
42682 #: config/microblaze/microblaze.cc:1821
42683 #, gcc-internal-format
42684 msgid ""
42685 "%<-mxl-multiply-high%> can be used only with %<-mcpu=v6.00.a%> or greater"
42686 msgstr ""
42688 #: config/microblaze/microblaze.cc:1838
42689 #, gcc-internal-format
42690 msgid "%<-mxl-reorder%> can be used only with %<-mcpu=v8.30.a%> or greater"
42691 msgstr ""
42693 #: config/microblaze/microblaze.cc:1845
42694 #, gcc-internal-format
42695 msgid ""
42696 "%<-mxl-reorder%> requires %<-mxl-pattern-compare%> for %<-mcpu=v8.30.a%>"
42697 msgstr ""
42699 #: config/microblaze/microblaze.cc:1851
42700 #, gcc-internal-format
42701 msgid "%<-mxl-multiply-high%> requires %<-mno-xl-soft-mul%>"
42702 msgstr ""
42704 #: config/mips/mips.cc:1426 config/mips/mips.cc:1430
42705 #, gcc-internal-format
42706 msgid "%qs attribute only applies to functions"
42707 msgstr ""
42709 #: config/mips/mips.cc:1440 config/mips/mips.cc:1446
42710 #, gcc-internal-format
42711 msgid "%qE cannot have both %qs and %qs attributes"
42712 msgstr ""
42714 #: config/mips/mips.cc:1475 config/mips/mips.cc:1481 config/nios2/nios2.cc:4487
42715 #, gcc-internal-format
42716 msgid "%qE redeclared with conflicting %qs attributes"
42717 msgstr ""
42719 #: config/mips/mips.cc:1513 config/mips/mips.cc:1567 config/riscv/riscv.cc:4016
42720 #, gcc-internal-format
42721 msgid "%qE attribute requires a string argument"
42722 msgstr ""
42724 #: config/mips/mips.cc:1521
42725 #, gcc-internal-format
42726 msgid "argument to %qE attribute is neither eic, nor %<vector=<line>%>"
42727 msgstr ""
42729 #: config/mips/mips.cc:1537
42730 #, gcc-internal-format
42731 msgid ""
42732 "interrupt vector to %qE attribute is not %<vector=(sw0|sw1|hw0|hw1|hw2|hw3|"
42733 "hw4|hw5)%>"
42734 msgstr ""
42736 #: config/mips/mips.cc:1574
42737 #, gcc-internal-format
42738 msgid "argument to %qE attribute is not intstack"
42739 msgstr ""
42741 #: config/mips/mips.cc:6090
42742 msgid ""
42743 "the ABI for passing a value containing zero-width fields before an adjacent "
42744 "64-bit floating-point field was changed in GCC %{12.1%}"
42745 msgstr ""
42747 #: config/mips/mips.cc:6518
42748 msgid ""
42749 "the ABI for returning a value containing zero-width bit-fields but otherwise "
42750 "an aggregate with only one or two floating-point fields was changed in GCC "
42751 "%{12.1%}"
42752 msgstr ""
42754 #: config/mips/mips.cc:6542
42755 msgid ""
42756 "the ABI for returning a value with C++17 empty bases but otherwise an "
42757 "aggregate with only one or two floating-point fields was changed in GCC "
42758 "%{12.1%}"
42759 msgstr ""
42761 #: config/mips/mips.cc:7881
42762 #, gcc-internal-format
42763 msgid "cannot handle inconsistent calls to %qs"
42764 msgstr ""
42766 #: config/mips/mips.cc:11121
42767 #, gcc-internal-format
42768 msgid "the %<interrupt%> attribute requires a MIPS32r2 processor or greater"
42769 msgstr ""
42771 #: config/mips/mips.cc:11123
42772 #, gcc-internal-format
42773 msgid "interrupt handlers cannot be MIPS16 functions"
42774 msgstr ""
42776 #: config/mips/mips.cc:12113
42777 #, gcc-internal-format
42778 msgid "%<-fstack-check=specific%> not implemented for MIPS16"
42779 msgstr ""
42781 #: config/mips/mips.cc:17181
42782 #, gcc-internal-format, gfc-internal-format
42783 msgid "argument %d to the built-in must be a constant in range %d to %d"
42784 msgstr ""
42786 #: config/mips/mips.cc:17301
42787 #, gcc-internal-format
42788 msgid "failed to expand built-in function"
42789 msgstr ""
42791 #: config/mips/mips.cc:17432
42792 #, gcc-internal-format
42793 msgid "built-in function %qE not supported for MIPS16"
42794 msgstr ""
42796 #: config/mips/mips.cc:18040
42797 #, gcc-internal-format
42798 msgid "%qs does not support MIPS16 code"
42799 msgstr ""
42801 #: config/mips/mips.cc:19847
42802 #, gcc-internal-format
42803 msgid "MIPS16 PIC for ABIs other than o32 and o64"
42804 msgstr ""
42806 #: config/mips/mips.cc:19850
42807 #, gcc-internal-format
42808 msgid "MIPS16 %<-mxgot%> code"
42809 msgstr ""
42811 #: config/mips/mips.cc:19853
42812 #, gcc-internal-format
42813 msgid "%<hard-float%> MIPS16 code for ABIs other than o32 and o64"
42814 msgstr ""
42816 #: config/mips/mips.cc:19856
42817 #, gcc-internal-format
42818 msgid "MSA MIPS16 code"
42819 msgstr ""
42821 #: config/mips/mips.cc:20034 config/mips/mips.cc:20039
42822 #: config/mips/mips.cc:20128 config/mips/mips.cc:20130
42823 #: config/mips/mips.cc:20160 config/mips/mips.cc:20170
42824 #: config/mips/mips.cc:20276 config/mips/mips.cc:20300
42825 #, gcc-internal-format, gfc-internal-format
42826 msgid "unsupported combination: %s"
42827 msgstr ""
42829 #: config/mips/mips.cc:20073
42830 #, gcc-internal-format
42831 msgid ""
42832 "%<-%s%> conflicts with the other architecture options, which specify a %s "
42833 "processor"
42834 msgstr ""
42836 #: config/mips/mips.cc:20083
42837 #, gcc-internal-format
42838 msgid "%<-march=%s%> is not compatible with the selected ABI"
42839 msgstr ""
42841 #: config/mips/mips.cc:20098
42842 #, gcc-internal-format
42843 msgid "%<-mgp64%> used with a 32-bit processor"
42844 msgstr ""
42846 #: config/mips/mips.cc:20100
42847 #, gcc-internal-format
42848 msgid "%<-mgp32%> used with a 64-bit ABI"
42849 msgstr ""
42851 #: config/mips/mips.cc:20102
42852 #, gcc-internal-format
42853 msgid "%<-mgp64%> used with a 32-bit ABI"
42854 msgstr ""
42856 #: config/mips/mips.cc:20125
42857 #, gcc-internal-format
42858 msgid "the %qs architecture does not support %<-mfp32%>"
42859 msgstr ""
42861 #: config/mips/mips.cc:20134
42862 #, gcc-internal-format
42863 msgid ""
42864 "%<-mgp32%> and %<-mfp64%> can only be combined if the target supports the "
42865 "mfhc1 and mthc1 instructions"
42866 msgstr ""
42868 #: config/mips/mips.cc:20137
42869 #, gcc-internal-format
42870 msgid "%<-mgp32%> and %<-mfp64%> can only be combined when using the o32 ABI"
42871 msgstr ""
42873 #: config/mips/mips.cc:20158
42874 #, gcc-internal-format
42875 msgid "%<-mfpxx%> can only be used with the o32 ABI"
42876 msgstr ""
42878 #: config/mips/mips.cc:20162
42879 #, gcc-internal-format
42880 msgid "%<-march=%s%> requires %<-mfp32%>"
42881 msgstr ""
42883 #: config/mips/mips.cc:20164
42884 #, gcc-internal-format
42885 msgid "%<-mfpxx%> requires %<-mlra%>"
42886 msgstr ""
42888 #. We have traditionally allowed non-abicalls code to use
42889 #. an LP64 form of o64.  However, it would take a bit more
42890 #. effort to support the combination of 32-bit GOT entries
42891 #. and 64-bit pointers, so we treat the abicalls case as
42892 #. an error.
42893 #: config/mips/mips.cc:20189
42894 #, gcc-internal-format
42895 msgid "the combination of %qs and %qs is incompatible with %qs"
42896 msgstr ""
42898 #: config/mips/mips.cc:20242
42899 #, gcc-internal-format
42900 msgid "the %qs architecture does not support branch-likely instructions"
42901 msgstr ""
42903 #: config/mips/mips.cc:20257
42904 #, gcc-internal-format
42905 msgid "the %qs architecture does not support madd or msub instructions"
42906 msgstr ""
42908 #: config/mips/mips.cc:20271
42909 #, gcc-internal-format
42910 msgid "the %qs architecture does not support odd single-precision registers"
42911 msgstr ""
42913 #: config/mips/mips.cc:20284
42914 #, gcc-internal-format
42915 msgid "unsupported combination: %qs%s %s"
42916 msgstr ""
42918 #: config/mips/mips.cc:20293
42919 #, gcc-internal-format
42920 msgid "unsupported combination: %qs %s"
42921 msgstr ""
42923 #: config/mips/mips.cc:20308
42924 #, gcc-internal-format
42925 msgid "cannot generate position-independent code for %qs"
42926 msgstr ""
42928 #: config/mips/mips.cc:20311
42929 #, gcc-internal-format
42930 msgid "position-independent code requires %qs"
42931 msgstr ""
42933 #: config/mips/mips.cc:20344
42934 #, gcc-internal-format
42935 msgid "%<-mno-gpopt%> needs %<-mexplicit-relocs%>"
42936 msgstr ""
42938 #: config/mips/mips.cc:20352 config/mips/mips.cc:20355
42939 #, gcc-internal-format
42940 msgid "cannot use small-data accesses for %qs"
42941 msgstr ""
42943 #: config/mips/mips.cc:20370
42944 #, gcc-internal-format
42945 msgid "the %qs architecture does not support %<-m%s=legacy%>"
42946 msgstr ""
42948 #: config/mips/mips.cc:20377
42949 #, gcc-internal-format
42950 msgid "the %qs architecture does not support %<-m%s=2008%>"
42951 msgstr ""
42953 #: config/mips/mips.cc:20395
42954 #, gcc-internal-format
42955 msgid "%<-mips3d%> requires %<-mpaired-single%>"
42956 msgstr ""
42958 #: config/mips/mips.cc:20405
42959 #, gcc-internal-format
42960 msgid "%qs must be used with %qs"
42961 msgstr ""
42963 #: config/mips/mips.cc:20415
42964 #, gcc-internal-format
42965 msgid "%<-mmsa%> must be used with %<-mfp64%> and %<-mhard-float%>"
42966 msgstr ""
42968 #: config/mips/mips.cc:20422
42969 #, gcc-internal-format
42970 msgid "the %qs architecture does not support paired-single instructions"
42971 msgstr ""
42973 #: config/mips/mips.cc:20431
42974 #, gcc-internal-format
42975 msgid "%qs requires a target that provides the %qs instruction"
42976 msgstr ""
42978 #: config/mips/mips.cc:20442
42979 #, gcc-internal-format
42980 msgid "the %qs architecture does not support DSP instructions"
42981 msgstr ""
42983 #: config/mips/mips.cc:20452
42984 #, gcc-internal-format
42985 msgid "%<-mloongson-mmi%> must be used with %<-mhard-float%>"
42986 msgstr ""
42988 #: config/mips/mips.cc:20462
42989 #, gcc-internal-format
42990 msgid "%<-mloongson-ext2%> must be used with %<-mloongson-ext%>"
42991 msgstr ""
42993 #: config/mips/mips.cc:20557
42994 #, gcc-internal-format
42995 msgid "%qs requires branch-likely instructions"
42996 msgstr ""
42998 #: config/mips/mips.cc:20561
42999 #, gcc-internal-format
43000 msgid "the %qs architecture does not support the synci instruction"
43001 msgstr ""
43003 #: config/mips/mips.cc:21397
43004 #, gcc-internal-format
43005 msgid "mips16 function profiling"
43006 msgstr ""
43008 #: config/mmix/mmix.cc:320
43009 #, gcc-internal-format
43010 msgid "%<-f%s%> not supported: ignored"
43011 msgstr ""
43013 #: config/mmix/mmix.cc:785
43014 #, gcc-internal-format
43015 msgid "support for mode %qs"
43016 msgstr ""
43018 #: config/mmix/mmix.cc:799
43019 #, gcc-internal-format, gfc-internal-format
43020 msgid ""
43021 "too large function value type, needs %d registers, have only %d registers "
43022 "for this"
43023 msgstr ""
43025 #: config/mmix/mmix.cc:980
43026 #, gcc-internal-format
43027 msgid "%<function_profiler%> support for MMIX"
43028 msgstr ""
43030 #: config/mmix/mmix.cc:1004
43031 #, gcc-internal-format
43032 msgid "MMIX Internal: Last named vararg would not fit in a register"
43033 msgstr ""
43035 #: config/mmix/mmix.cc:1644 config/mmix/mmix.cc:1668 config/mmix/mmix.cc:1775
43036 #, gcc-internal-format, gfc-internal-format
43037 msgid "MMIX Internal: Bad register: %d"
43038 msgstr ""
43040 #. Presumably there's a missing case above if we get here.
43041 #: config/mmix/mmix.cc:1767
43042 #, gcc-internal-format
43043 msgid "MMIX Internal: Missing %qc case in %<mmix_print_operand%>"
43044 msgstr ""
43046 #: config/mmix/mmix.cc:2056
43047 #, gcc-internal-format
43048 msgid "stack frame not a multiple of 8 bytes: %wd"
43049 msgstr ""
43051 #: config/mmix/mmix.cc:2309
43052 #, gcc-internal-format
43053 msgid "stack frame not a multiple of octabyte: %wd"
43054 msgstr ""
43056 #: config/mmix/mmix.cc:2595 config/mmix/mmix.cc:2654
43057 #, gcc-internal-format, gfc-internal-format
43058 msgid "MMIX Internal: %s is not a shiftable integer"
43059 msgstr ""
43061 #: config/mn10300/mn10300.cc:107
43062 #, gcc-internal-format
43063 msgid "%<-mtune=%> expects mn10300, am33, am33-2, or am34"
43064 msgstr ""
43066 #: config/msp430/driver-msp430.cc:38
43067 #, gcc-internal-format
43068 msgid "expected an argument to %<msp430_select_cpu%>"
43069 msgstr ""
43071 #: config/msp430/driver-msp430.cc:69
43072 #, gcc-internal-format
43073 msgid "%<msp430_set_driver_var%> expects 2 arguments"
43074 msgstr ""
43076 #: config/msp430/driver-msp430.cc:75
43077 #, gcc-internal-format
43078 msgid "unhandled arguments %qs and %qs to %<msp430_set_driver_var%>"
43079 msgstr ""
43081 #: config/msp430/driver-msp430.cc:92
43082 #, gcc-internal-format
43083 msgid "unexpected argument to %<msp430_select_hwmult_lib%>: %s"
43084 msgstr ""
43086 #: config/msp430/driver-msp430.cc:141
43087 #, gcc-internal-format
43088 msgid "unexpected first argument to %<msp430_select_hwmult_lib%>: %s"
43089 msgstr ""
43091 #: config/msp430/driver-msp430.cc:146
43092 #, gcc-internal-format
43093 msgid "%<msp430_select_hwmult_lib%> needs one or more arguments"
43094 msgstr ""
43096 #: config/msp430/msp430-devices.cc:258
43097 #, gcc-internal-format
43098 msgid "unexpected error opening %<devices.csv%>"
43099 msgstr ""
43101 #: config/msp430/msp430-devices.cc:297
43102 #, gcc-internal-format
43103 msgid "%<CPU_TYPE%> column heading is missing from %<devices.csv%>"
43104 msgstr ""
43106 #: config/msp430/msp430-devices.cc:300
43107 #, gcc-internal-format
43108 msgid "%<MPY_TYPE%> column heading is missing from %<devices.csv%>"
43109 msgstr ""
43111 #: config/msp430/msp430-devices.cc:303
43112 #, gcc-internal-format
43113 msgid ""
43114 "%<CPU_TYPE%> and %<MPY_TYPE%> column headings are missing from %<devices."
43115 "csv%>"
43116 msgstr ""
43118 #: config/msp430/msp430-devices.cc:315
43119 #, gcc-internal-format
43120 msgid "format of column headings in %<devices.csv%> is incorrect"
43121 msgstr ""
43123 #: config/msp430/msp430-devices.cc:348
43124 #, gcc-internal-format
43125 msgid "invalid %<CPU_TYPE%> value of %qs read from %<devices.csv%> for %qs"
43126 msgstr ""
43128 #: config/msp430/msp430-devices.cc:368
43129 #, gcc-internal-format
43130 msgid "invalid %<MPY_TYPE%> value of %qs read from %<devices.csv%> for %qs"
43131 msgstr ""
43133 #: config/msp430/msp430-devices.cc:384
43134 #, gcc-internal-format
43135 msgid "unknown error reading %s from %<devices.csv%>"
43136 msgstr ""
43138 #: config/msp430/msp430-devices.cc:471
43139 #, gcc-internal-format
43140 msgid "unrecognized %<hwmpy%> field in %<hard_msp430_mcu_data[%d]%>: %qd"
43141 msgstr ""
43143 #: config/msp430/msp430-devices.cc:482
43144 #, gcc-internal-format
43145 msgid "unrecognized %<revision%> field in %<hard_msp430_mcu_data[%d]%>: %qd"
43146 msgstr ""
43148 #: config/msp430/msp430-devices.cc:488
43149 #, gcc-internal-format
43150 msgid "could not locate MCU data file %<devices.csv%>"
43151 msgstr ""
43153 #: config/msp430/msp430.cc:181
43154 #, gcc-internal-format
43155 msgid "MCU %qs supports %s ISA but %<-mcpu%> option is set to %s"
43156 msgstr ""
43158 #: config/msp430/msp430.cc:189
43159 #, gcc-internal-format
43160 msgid ""
43161 "MCU %qs does not have hardware multiply support, but %<-mhwmult%> is set to "
43162 "%s"
43163 msgstr ""
43165 #: config/msp430/msp430.cc:198
43166 #, gcc-internal-format
43167 msgid ""
43168 "MCU %qs supports %s hardware multiply, but %<-mhwmult%> is set to 16-bit"
43169 msgstr ""
43171 #: config/msp430/msp430.cc:203
43172 #, gcc-internal-format
43173 msgid ""
43174 "MCU %qs supports %s hardware multiply, but %<-mhwmult%> is set to 32-bit"
43175 msgstr ""
43177 #: config/msp430/msp430.cc:208
43178 #, gcc-internal-format
43179 msgid ""
43180 "MCU %qs supports %s hardware multiply, but %<-mhwmult%> is set to f5series"
43181 msgstr ""
43183 #: config/msp430/msp430.cc:225
43184 #, gcc-internal-format
43185 msgid ""
43186 "unrecognized MCU name %qs, assuming that it is just a MSP430X with no "
43187 "hardware multiply; use the %<-mcpu%> and %<-mhwmult%> options to set these "
43188 "explicitly"
43189 msgstr ""
43191 #: config/msp430/msp430.cc:232
43192 #, gcc-internal-format
43193 msgid ""
43194 "unrecognized MCU name %qs, assuming that it has no hardware multiply; use "
43195 "the %<-mhwmult%> option to set this explicitly"
43196 msgstr ""
43198 #: config/msp430/msp430.cc:244
43199 #, gcc-internal-format
43200 msgid ""
43201 "unrecognized MCU name %qs, assuming that it just supports the MSP430X ISA; "
43202 "use the %<-mcpu%> option to set the ISA explicitly"
43203 msgstr ""
43205 #: config/msp430/msp430.cc:250
43206 #, gcc-internal-format
43207 msgid "Unrecognized MCU name %qs."
43208 msgstr ""
43210 #: config/msp430/msp430.cc:255
43211 #, gcc-internal-format
43212 msgid "%<-mlarge%> requires a 430X-compatible %<-mmcu=%>"
43213 msgstr ""
43215 #: config/msp430/msp430.cc:258
43216 #, gcc-internal-format
43217 msgid "%<-mcode-region=either%> requires the large memory model (%<-mlarge%>)"
43218 msgstr ""
43220 #: config/msp430/msp430.cc:261
43221 #, gcc-internal-format
43222 msgid "%<-mcode-region=upper%> requires the large memory model (%<-mlarge%>)"
43223 msgstr ""
43225 #: config/msp430/msp430.cc:265
43226 #, gcc-internal-format
43227 msgid "%<-mdata-region=either%> requires the large memory model (%<-mlarge%>)"
43228 msgstr ""
43230 #: config/msp430/msp430.cc:268
43231 #, gcc-internal-format
43232 msgid "%<-mdata-region=upper%> requires the large memory model (%<-mlarge%>)"
43233 msgstr ""
43235 #: config/msp430/msp430.cc:291
43236 #, gcc-internal-format
43237 msgid "%<-fuse-cxa-atexit%> is not supported for msp430-elf"
43238 msgstr ""
43240 #: config/msp430/msp430.cc:296
43241 #, gcc-internal-format
43242 msgid ""
43243 "GCC must be configured with %<--enable-newlib-nano-formatted-io%> to use %<-"
43244 "mtiny-printf%>"
43245 msgstr ""
43247 #: config/msp430/msp430.cc:1895
43248 #, gcc-internal-format
43249 msgid "unrecognized interrupt vector argument of %qE attribute"
43250 msgstr ""
43252 #: config/msp430/msp430.cc:1904
43253 #, gcc-internal-format
43254 msgid "numeric argument of %qE attribute must be in range [0-63]"
43255 msgstr ""
43257 #: config/msp430/msp430.cc:1910
43258 #, gcc-internal-format
43259 msgid "argument of %qE attribute is not a string constant or number"
43260 msgstr ""
43262 #: config/msp430/msp430.cc:1939
43263 #, gcc-internal-format
43264 msgid "critical attribute has no effect on interrupt functions"
43265 msgstr ""
43267 #: config/msp430/msp430.cc:1975
43268 #, gcc-internal-format
43269 msgid "ignoring attribute %qE because it conflicts with attribute %<noinit%>"
43270 msgstr ""
43272 #: config/msp430/msp430.cc:1978
43273 #, gcc-internal-format
43274 msgid "ignoring attribute %qE because it conflicts with attribute %<section%>"
43275 msgstr ""
43277 #: config/msp430/msp430.cc:1981
43278 #, gcc-internal-format
43279 msgid ""
43280 "ignoring attribute %qE because it conflicts with attribute %<persistent%>"
43281 msgstr ""
43283 #: config/msp430/msp430.cc:1991
43284 #, gcc-internal-format
43285 msgid "%qE attribute ignored.  Large memory model (%<-mlarge%>) is required."
43286 msgstr ""
43288 #: config/msp430/msp430.cc:2101
43289 #, gcc-internal-format
43290 msgid "ignoring attribute %qE because it conflicts with attribute %<lower%>"
43291 msgstr ""
43293 #: config/msp430/msp430.cc:2104
43294 #, gcc-internal-format
43295 msgid "ignoring attribute %qE because it conflicts with attribute %<upper%>"
43296 msgstr ""
43298 #: config/msp430/msp430.cc:2107
43299 #, gcc-internal-format
43300 msgid "ignoring attribute %qE because it conflicts with attribute %<either%>"
43301 msgstr ""
43303 #: config/msp430/msp430.cc:2267
43304 #, gcc-internal-format
43305 msgid "argument to interrupt attribute is unsupported for weak functions"
43306 msgstr ""
43308 #: config/msp430/msp430.cc:2747 config/pru/pru.cc:2955
43309 #, gcc-internal-format
43310 msgid "%<__delay_cycles%> only takes constant arguments"
43311 msgstr ""
43313 #: config/msp430/msp430.cc:2757 config/pru/pru.cc:2964
43314 #, gcc-internal-format
43315 msgid "%<__delay_cycles%> only takes non-negative cycle counts"
43316 msgstr ""
43318 #: config/msp430/msp430.cc:2778 config/pru/pru.cc:2977
43319 #, gcc-internal-format
43320 msgid "%<__delay_cycles%> is limited to 32-bit loop counts"
43321 msgstr ""
43323 #: config/msp430/msp430.cc:2849
43324 #, gcc-internal-format
43325 msgid "MSP430 built-in functions only work inside interrupt handlers"
43326 msgstr ""
43328 #: config/msp430/msp430.cc:2861 config/pru/pru.cc:3048 config/rx/rx.cc:2666
43329 #: config/xtensa/xtensa.cc:4155 config/xtensa/xtensa.cc:4181
43330 #, gcc-internal-format
43331 msgid "bad builtin code"
43332 msgstr ""
43334 #: config/nds32/nds32-intrinsic.cc:126 config/nios2/nios2.cc:3838
43335 #, gcc-internal-format, gfc-internal-format
43336 msgid "invalid argument to built-in function %s"
43337 msgstr ""
43339 #: config/nds32/nds32-intrinsic.cc:131
43340 #, gcc-internal-format, gfc-internal-format
43341 msgid "constant argument out of range for %s"
43342 msgstr ""
43344 #: config/nds32/nds32-intrinsic.cc:1003
43345 #, gcc-internal-format
43346 msgid "don%'t support DSP extension instructions"
43347 msgstr ""
43349 #: config/nds32/nds32-intrinsic.cc:1016
43350 #, gcc-internal-format
43351 msgid "this built-in function is only available on the v3s or v3f toolchain"
43352 msgstr ""
43354 #: config/nds32/nds32-intrinsic.cc:1028
43355 #, gcc-internal-format
43356 msgid "this built-in function is only available on the v3f toolchain"
43357 msgstr ""
43359 #: config/nds32/nds32-intrinsic.cc:1043
43360 #, gcc-internal-format
43361 msgid "this built-in function not support on the v3m toolchain"
43362 msgstr ""
43364 #: config/nds32/nds32-intrinsic.cc:1062
43365 #, gcc-internal-format
43366 msgid "don%'t support performance extension instructions"
43367 msgstr ""
43369 #: config/nds32/nds32-intrinsic.cc:1074
43370 #, gcc-internal-format
43371 msgid "don%'t support performance extension version 2 instructions"
43372 msgstr ""
43374 #: config/nds32/nds32-intrinsic.cc:1086
43375 #, gcc-internal-format
43376 msgid "don%'t support string extension instructions"
43377 msgstr ""
43379 #: config/nds32/nds32-isr.cc:116 config/nds32/nds32-isr.cc:207
43380 #, gcc-internal-format
43381 msgid "require id argument in the string"
43382 msgstr ""
43384 #: config/nds32/nds32-isr.cc:131
43385 #, gcc-internal-format
43386 msgid "invalid id value for interrupt attribute"
43387 msgstr ""
43389 #: config/nds32/nds32-isr.cc:221
43390 #, gcc-internal-format
43391 msgid "invalid id value for exception attribute"
43392 msgstr ""
43394 #: config/nds32/nds32-isr.cc:617
43395 #, gcc-internal-format
43396 msgid "multiple save register attributes to function %qD"
43397 msgstr ""
43399 #: config/nds32/nds32-isr.cc:630
43400 #, gcc-internal-format
43401 msgid "multiple nested types attributes to function %qD"
43402 msgstr ""
43404 #: config/nds32/nds32-isr.cc:642
43405 #, gcc-internal-format
43406 msgid "multiple interrupt attributes to function %qD"
43407 msgstr ""
43409 #: config/nds32/nds32-isr.cc:646
43410 #, gcc-internal-format
43411 msgid "cannot use interrupt attributes to function %qD under linux toolchain"
43412 msgstr ""
43414 #: config/nds32/nds32-isr.cc:649
43415 #, gcc-internal-format
43416 msgid "cannot use exception attributes to function %qD under linux toolchain"
43417 msgstr ""
43419 #: config/nds32/nds32-isr.cc:652
43420 #, gcc-internal-format
43421 msgid "cannot use reset attributes to function %qD under linux toolchain"
43422 msgstr ""
43424 #. Trampoline is not supported on reduced-set registers yet.
43425 #: config/nds32/nds32.cc:2410 config/nds32/nds32.cc:2464
43426 #: config/nds32/nds32.cc:3575 config/nds32/nds32.cc:3672
43427 #: config/nds32/nds32.cc:3687 config/nds32/nds32.cc:3693
43428 #: config/nds32/nds32.cc:3769 config/nds32/nds32.cc:3775
43429 #: config/nds32/nds32.cc:3807
43430 #, gcc-internal-format
43431 msgid "a nested function is not supported for reduced registers"
43432 msgstr ""
43434 #. The enum index value for array size is out of range.
43435 #: config/nds32/nds32.cc:3466
43436 #, gcc-internal-format
43437 msgid "intrinsic register index is out of range"
43438 msgstr ""
43440 #: config/nds32/nds32.cc:3482 config/nds32/nds32.cc:3489
43441 #: config/nds32/nds32.cc:3496 config/nds32/nds32.cc:3503
43442 #: config/nds32/nds32.cc:3510
43443 #, gcc-internal-format
43444 msgid "CCTL intrinsic function subtype out of range"
43445 msgstr ""
43447 #: config/nds32/nds32.cc:3947
43448 #, gcc-internal-format
43449 msgid "cannot use %<indirect_call%> attribute under linux toolchain"
43450 msgstr ""
43452 #: config/nds32/nds32.cc:3955
43453 #, gcc-internal-format
43454 msgid "%<indirect_call%> attribute cannot apply for static function"
43455 msgstr ""
43457 #: config/nds32/nds32.cc:4044
43458 #, gcc-internal-format
43459 msgid "invalid id value for interrupt/exception attribute"
43460 msgstr ""
43462 #: config/nds32/nds32.cc:4072
43463 #, gcc-internal-format
43464 msgid "invalid id value for reset attribute"
43465 msgstr ""
43467 #: config/nds32/nds32.cc:4088
43468 #, gcc-internal-format
43469 msgid "invalid nmi function for reset attribute"
43470 msgstr ""
43472 #: config/nds32/nds32.cc:4101
43473 #, gcc-internal-format
43474 msgid "invalid warm function for reset attribute"
43475 msgstr ""
43477 #: config/nds32/nds32.cc:4152
43478 #, gcc-internal-format
43479 msgid "not support %<-fpic%> option for v3m toolchain"
43480 msgstr ""
43482 #: config/nds32/nds32.cc:4185
43483 #, gcc-internal-format
43484 msgid "Disable FPU ISA, the ABI option must be enable %<-mfloat-abi=soft%>"
43485 msgstr ""
43487 #: config/nds32/nds32.cc:4188
43488 #, gcc-internal-format
43489 msgid ""
43490 "%<-mabi=2fp+%> option only support when FPU available, must be enable %<-"
43491 "mext-fpu-sp%> or %<-mext-fpu-dp%>"
43492 msgstr ""
43494 #: config/nios2/nios2.cc:574
43495 #, gcc-internal-format
43496 msgid "Unknown form for stack limit expression"
43497 msgstr ""
43499 #: config/nios2/nios2.cc:1183
43500 #, gcc-internal-format
43501 msgid "switch %<-mcustom-%s%> is required for double-precision floating-point"
43502 msgstr ""
43504 #: config/nios2/nios2.cc:1192
43505 #, gcc-internal-format
43506 msgid ""
43507 "conflicting use of %<-mcustom%> switches, target attributes, and/or "
43508 "%<__builtin_custom_%> functions"
43509 msgstr ""
43511 #: config/nios2/nios2.cc:1316
43512 #, gcc-internal-format
43513 msgid "ignoring unrecognized switch %<-mcustom-fpu-cfg%> value %<%s%>"
43514 msgstr ""
43516 #: config/nios2/nios2.cc:1335
43517 #, gcc-internal-format
43518 msgid "switch %<-mcustom-%s%> value %d must be between 0 and 255"
43519 msgstr ""
43521 #: config/nios2/nios2.cc:1358
43522 #, gcc-internal-format
43523 msgid "position-independent code requires the Linux ABI"
43524 msgstr ""
43526 #: config/nios2/nios2.cc:1361
43527 #, gcc-internal-format
43528 msgid "PIC support for %<-fstack-limit-symbol%>"
43529 msgstr ""
43531 #: config/nios2/nios2.cc:1383
43532 #, gcc-internal-format
43533 msgid "%<-mgpopt%> not supported with PIC"
43534 msgstr ""
43536 #: config/nios2/nios2.cc:1385
43537 #, gcc-internal-format
43538 msgid "%<-mgprel-sec=%> not supported with PIC"
43539 msgstr ""
43541 #: config/nios2/nios2.cc:1387
43542 #, gcc-internal-format
43543 msgid "%<-mr0rel-sec=%> not supported with PIC"
43544 msgstr ""
43546 #: config/nios2/nios2.cc:1395
43547 #, gcc-internal-format
43548 msgid "%<-mgprel-sec=%> argument is not a valid regular expression"
43549 msgstr ""
43551 #: config/nios2/nios2.cc:1401
43552 #, gcc-internal-format
43553 msgid "%<-mr0rel-sec=%> argument is not a valid regular expression"
43554 msgstr ""
43556 #: config/nios2/nios2.cc:1412
43557 #, gcc-internal-format
43558 msgid "BMX instructions are only supported with R2 architecture"
43559 msgstr ""
43561 #: config/nios2/nios2.cc:1414
43562 #, gcc-internal-format
43563 msgid "CDX instructions are only supported with R2 architecture"
43564 msgstr ""
43566 #: config/nios2/nios2.cc:1419
43567 #, gcc-internal-format
43568 msgid "R2 architecture is little-endian only"
43569 msgstr ""
43571 #: config/nios2/nios2.cc:3583
43572 #, gcc-internal-format
43573 msgid ""
43574 "cannot call %<__builtin_custom_%s%> without specifying switch %<-mcustom-%s%>"
43575 msgstr ""
43577 #: config/nios2/nios2.cc:3692
43578 #, gcc-internal-format
43579 msgid ""
43580 "custom instruction opcode must be a compile-time constant in the range 0-255 "
43581 "for %<__builtin_custom_%s%>"
43582 msgstr ""
43584 #: config/nios2/nios2.cc:3897
43585 #, gcc-internal-format, gfc-internal-format
43586 msgid "control register number must be in range 0-31 for %s"
43587 msgstr ""
43589 #: config/nios2/nios2.cc:3925
43590 #, gcc-internal-format, gfc-internal-format
43591 msgid "register number must be in range 0-31 for %s"
43592 msgstr ""
43594 #: config/nios2/nios2.cc:3932
43595 #, gcc-internal-format, gfc-internal-format
43596 msgid "immediate value must fit into a %d-bit integer for %s"
43597 msgstr ""
43599 #: config/nios2/nios2.cc:3982
43600 #, gcc-internal-format
43601 msgid "the ENI instruction operand must be either 0 or 1"
43602 msgstr ""
43604 #: config/nios2/nios2.cc:4010
43605 #, gcc-internal-format, gfc-internal-format
43606 msgid "built-in function %s requires Nios II R%d"
43607 msgstr ""
43609 #: config/nios2/nios2.cc:4090
43610 #, gcc-internal-format
43611 msgid "switch %<-mcustom-%s%> conflicts with switch %<-mcustom-%s%>"
43612 msgstr ""
43614 #: config/nios2/nios2.cc:4097 config/nios2/nios2.cc:4108
43615 #, gcc-internal-format
43616 msgid "call to %<__builtin_custom_%s%> conflicts with switch %<-mcustom-%s%>"
43617 msgstr ""
43619 #: config/nios2/nios2.cc:4251
43620 #, gcc-internal-format
43621 msgid "%<custom-fpu-cfg%> option does not support %<no-%>"
43622 msgstr ""
43624 #: config/nios2/nios2.cc:4256
43625 #, gcc-internal-format
43626 msgid "%<custom-fpu-cfg%> option requires configuration argument"
43627 msgstr ""
43629 #: config/nios2/nios2.cc:4284
43630 #, gcc-internal-format
43631 msgid "%<no-custom-%s%> does not accept arguments"
43632 msgstr ""
43634 #: config/nios2/nios2.cc:4299
43635 #, gcc-internal-format
43636 msgid "%<custom-%s=%> requires argument"
43637 msgstr ""
43639 #: config/nios2/nios2.cc:4309
43640 #, gcc-internal-format
43641 msgid "%<custom-%s=%> argument should be a non-negative integer"
43642 msgstr ""
43644 #: config/nios2/nios2.cc:4321
43645 #, gcc-internal-format
43646 msgid "%<custom-%s=%> is not recognized as FPU instruction"
43647 msgstr ""
43649 #: config/nios2/nios2.cc:4328
43650 #, gcc-internal-format
43651 msgid "invalid custom instruction option %qs"
43652 msgstr ""
43654 #: config/nvptx/mkoffload.cc:117
43655 #, gcc-internal-format
43656 msgid "malformed ptx file"
43657 msgstr ""
43659 #: config/nvptx/mkoffload.cc:329
43660 #, gcc-internal-format
43661 msgid ""
43662 "%<omp requires reverse_offload%> requires at least %<sm_35%> for %<-foffload-"
43663 "options=nvptx-none=-march=%> - disabling offload-code generation for this "
43664 "device type"
43665 msgstr ""
43667 #: config/nvptx/mkoffload.cc:399
43668 #, gcc-internal-format
43669 msgid "Cannot find function declaration for %qs"
43670 msgstr ""
43672 #: config/nvptx/mkoffload.cc:597
43673 #, gcc-internal-format
43674 msgid "offload compiler %s not found (consider using %<-B%>)"
43675 msgstr ""
43677 #: config/nvptx/mkoffload.cc:640
43678 #, gcc-internal-format
43679 msgid "either %<-fopenacc%> or %<-fopenmp%> must be set"
43680 msgstr ""
43682 #: config/nvptx/mkoffload.cc:740
43683 #, gcc-internal-format
43684 msgid "cannot open intermediate ptx file"
43685 msgstr ""
43687 #: config/nvptx/nvptx.cc:206
43688 #, gcc-internal-format
43689 msgid "option %s is not supported together with %<-fopenacc%>"
43690 msgstr ""
43692 #: config/nvptx/nvptx.cc:325
43693 #, gcc-internal-format
43694 msgid ""
43695 "PTX version (%<-mptx%>) needs to be at least %s to support selected %<-"
43696 "misa%> (sm_%s)"
43697 msgstr ""
43699 #: config/nvptx/nvptx.cc:362
43700 #, gcc-internal-format
43701 msgid "not generating patch area, nops not supported"
43702 msgstr ""
43704 #: config/nvptx/nvptx.cc:461
43705 #, gcc-internal-format
43706 msgid ""
43707 "static initialization of variable %q+D in %<.shared%> memory is not supported"
43708 msgstr ""
43710 #: config/nvptx/nvptx.cc:2339
43711 #, gcc-internal-format
43712 msgid "cannot emit unaligned pointers in ptx assembly"
43713 msgstr ""
43715 #: config/nvptx/nvptx.cc:2564
43716 #, gcc-internal-format
43717 msgid "PTX does not support weak declarations (only weak definitions)"
43718 msgstr ""
43720 #: config/nvptx/nvptx.cc:5805
43721 #, gcc-internal-format
43722 msgid "%qE attribute requires a void return type"
43723 msgstr ""
43725 #: config/nvptx/nvptx.cc:5828
43726 #, gcc-internal-format
43727 msgid "%qE attribute not allowed with auto storage class"
43728 msgstr ""
43730 #: config/nvptx/nvptx.cc:6196
43731 #, gcc-internal-format
43732 msgid "barrier value must be within [0,15]"
43733 msgstr ""
43735 #: config/nvptx/nvptx.cc:6209
43736 #, gcc-internal-format
43737 msgid "complement argument must be constant"
43738 msgstr ""
43740 #: config/nvptx/nvptx.cc:6541
43741 #, gcc-internal-format
43742 msgid ""
43743 "using %<vector_length (%d)%> due to call to vector-partitionable routine, "
43744 "ignoring %d"
43745 msgstr ""
43747 #: config/nvptx/nvptx.cc:6549
43748 #, gcc-internal-format
43749 msgid "using %<vector_length (%d)%>, ignoring runtime setting"
43750 msgstr ""
43752 #: config/nvptx/nvptx.cc:6563
43753 #, gcc-internal-format
43754 msgid "using %<vector_length (%d)%>, ignoring %d"
43755 msgstr ""
43757 #: config/nvptx/nvptx.cc:7449
43758 #, gcc-internal-format
43759 msgid "variable %qD adjusted for OpenACC privatization level: %qs"
43760 msgstr ""
43762 #: config/nvptx/nvptx.cc:7563
43763 #, gcc-internal-format
43764 msgid "weak alias definitions not supported in this configuration"
43765 msgstr ""
43767 #: config/nvptx/nvptx.cc:7576
43768 #, gcc-internal-format
43769 msgid "non-function alias definitions not supported in this configuration"
43770 msgstr ""
43772 #: config/or1k/or1k.cc:1311
43773 #, gcc-internal-format, gfc-internal-format
43774 msgid "unexpected operand: %d"
43775 msgstr ""
43777 #: config/pa/pa.cc:529
43778 #, gcc-internal-format
43779 msgid "PIC code generation is not supported in the portable runtime model"
43780 msgstr ""
43782 #: config/pa/pa.cc:534
43783 #, gcc-internal-format
43784 msgid "PIC code generation is not compatible with fast indirect calls"
43785 msgstr ""
43787 #: config/pa/pa.cc:539
43788 #, gcc-internal-format
43789 msgid "%<-g%> is only supported when using GAS on this processor"
43790 msgstr ""
43792 #: config/pa/pa.cc:540
43793 #, gcc-internal-format
43794 msgid "%<-g%> option disabled"
43795 msgstr ""
43797 #: config/pru/pru-passes.cc:111
43798 #, gcc-internal-format
43799 msgid "large return values not supported with %<-mabi=ti%> option"
43800 msgstr ""
43802 #: config/pru/pru-passes.cc:119 config/pru/pru-passes.cc:163
43803 #: config/pru/pru-passes.cc:176
43804 #, gcc-internal-format
43805 msgid "function pointers not supported with %<-mabi=ti%> option"
43806 msgstr ""
43808 #: config/pru/pru-pragma.cc:59
43809 #, gcc-internal-format
43810 msgid "junk at end of %<#pragma CTABLE_ENTRY%>"
43811 msgstr ""
43813 #: config/pru/pru-pragma.cc:61
43814 msgid "%<CTABLE_ENTRY%> index %"
43815 msgstr ""
43817 #: config/pru/pru-pragma.cc:64
43818 msgid "redefinition of %<CTABLE_ENTRY %"
43819 msgstr ""
43821 #: config/pru/pru-pragma.cc:69
43822 #, gcc-internal-format
43823 msgid "%<CTABLE_ENTRY%> base address is not a multiple of 256"
43824 msgstr ""
43826 #: config/pru/pru-pragma.cc:77
43827 #, gcc-internal-format
43828 msgid "malformed %<#pragma CTABLE_ENTRY%> variable address"
43829 msgstr ""
43831 #: config/pru/pru.cc:2134
43832 #, gcc-internal-format
43833 msgid "aggregate types are prohibited in %<__regio_symbol%> address space"
43834 msgstr ""
43836 #: config/pru/pru.cc:2141
43837 #, gcc-internal-format
43838 msgid "variables in %<__regio_symbol%> address space cannot have initial value"
43839 msgstr ""
43841 #: config/pru/pru.cc:2144
43842 #, gcc-internal-format
43843 msgid ""
43844 "variables in %<__regio_symbol%> address space cannot be declared %<register%>"
43845 msgstr ""
43847 #: config/pru/pru.cc:2147
43848 #, gcc-internal-format
43849 msgid ""
43850 "variables in %<__regio_symbol%> address space must be declared %<volatile%>"
43851 msgstr ""
43853 #: config/pru/pru.cc:2150
43854 #, gcc-internal-format
43855 msgid ""
43856 "variables in %<__regio_symbol%> address space must be declared %<extern%>"
43857 msgstr ""
43859 #: config/pru/pru.cc:2153
43860 #, gcc-internal-format
43861 msgid "only 32-bit access is supported for %<__regio_symbol%> address space"
43862 msgstr ""
43864 #: config/pru/pru.cc:2156
43865 #, gcc-internal-format
43866 msgid "register name %<%s%> not recognized in %<__regio_symbol%> address space"
43867 msgstr ""
43869 #: config/pru/pru.cc:2181
43870 #, gcc-internal-format
43871 msgid "pointers to %<__regio_symbol%> address space are prohibited"
43872 msgstr ""
43874 #: config/riscv/riscv-c.cc:176
43875 #, gcc-internal-format
43876 msgid "%<#pragma riscv intrinsic%> requires a string parameter"
43877 msgstr ""
43879 #: config/riscv/riscv-c.cc:186
43880 #, gcc-internal-format
43881 msgid "%<#pragma riscv intrinsic%> option %qs needs 'V' extension enabled"
43882 msgstr ""
43884 #: config/riscv/riscv-c.cc:194
43885 #, gcc-internal-format
43886 msgid "unknown %<#pragma riscv intrinsic%> option %qs"
43887 msgstr ""
43889 #: config/riscv/riscv-vector-builtins.cc:3369
43890 #, gcc-internal-format
43891 msgid "RVV type %qT does not have a fixed size"
43892 msgstr ""
43894 #: config/riscv/riscv-vector-builtins.cc:3375
43895 #, gcc-internal-format
43896 msgid "RVV type %qT does not have a defined alignment"
43897 msgstr ""
43899 #: config/riscv/riscv-vector-builtins.cc:3390
43900 #, gcc-internal-format
43901 msgid "arithmetic on pointer to RVV type %qT"
43902 msgstr ""
43904 #: config/riscv/riscv-vector-builtins.cc:3398
43905 #, gcc-internal-format
43906 msgid "member variables cannot have RVV type %qT"
43907 msgstr ""
43909 #: config/riscv/riscv-vector-builtins.cc:3400
43910 #, gcc-internal-format
43911 msgid "fields cannot have RVV type %qT"
43912 msgstr ""
43914 #: config/riscv/riscv-vector-builtins.cc:3406
43915 #, gcc-internal-format
43916 msgid "array elements cannot have RVV type %qT"
43917 msgstr ""
43919 #: config/riscv/riscv-vector-builtins.cc:3412
43920 #, gcc-internal-format
43921 msgid "cannot allocate objects with RVV type %qT"
43922 msgstr ""
43924 #: config/riscv/riscv-vector-builtins.cc:3418
43925 #, gcc-internal-format
43926 msgid "cannot delete objects with RVV type %qT"
43927 msgstr ""
43929 #: config/riscv/riscv-vector-builtins.cc:3424
43930 #, gcc-internal-format
43931 msgid "cannot throw or catch RVV type %qT"
43932 msgstr ""
43934 #: config/riscv/riscv-vector-builtins.cc:3430
43935 #, gcc-internal-format
43936 msgid "capture by copy of RVV type %qT"
43937 msgstr ""
43939 #: config/riscv/riscv.cc:450
43940 #, gcc-internal-format
43941 msgid "unknown cpu %qs for %<-mtune%>"
43942 msgstr ""
43944 #: config/riscv/riscv.cc:1800
43945 #, gcc-internal-format
43946 msgid "this operation requires the RVV ISA extension"
43947 msgstr ""
43949 #: config/riscv/riscv.cc:1801
43950 #, gcc-internal-format
43951 msgid ""
43952 "you can enable RVV using the command-line option %<-march%>, or by using the "
43953 "%<target%> attribute or pragma"
43954 msgstr ""
43956 #: config/riscv/riscv.cc:3635 config/riscv/riscv.cc:3677
43957 #, gcc-internal-format
43958 msgid "ABI for flattened struct with zero-length bit-fields changed in GCC 10"
43959 msgstr ""
43961 #: config/riscv/riscv.cc:4027
43962 #, gcc-internal-format
43963 msgid ""
43964 "argument to %qE attribute is not %<\"user\"%>, %<\"supervisor\"%>, or "
43965 "%<\"machine\"%>"
43966 msgstr ""
43968 #: config/riscv/riscv.cc:6234
43969 #, gcc-internal-format
43970 msgid "%<-mdiv%> requires %<-march%> to subsume the %<M%> extension"
43971 msgstr ""
43973 #: config/riscv/riscv.cc:6277
43974 #, gcc-internal-format
43975 msgid "requested ABI requires %<-march%> to subsume the %qc extension"
43976 msgstr ""
43978 #: config/riscv/riscv.cc:6281
43979 #, gcc-internal-format
43980 msgid "rv32e requires ilp32e ABI"
43981 msgstr ""
43983 #: config/riscv/riscv.cc:6286
43984 #, gcc-internal-format
43985 msgid "z*inx requires ABI ilp32, ilp32e or lp64"
43986 msgstr ""
43988 #: config/riscv/riscv.cc:6290
43989 #, gcc-internal-format
43990 msgid "ABI requires %<-march=rv%d%>"
43991 msgstr ""
43993 #: config/riscv/riscv.cc:6300
43994 #, gcc-internal-format
43995 msgid "%<-mpreferred-stack-boundary=%d%> must be between %d and %d"
43996 msgstr ""
43998 #: config/riscv/riscv.cc:6313
43999 #, gcc-internal-format
44000 msgid ""
44001 "%<-mriscv-attribute%> RISC-V ELF attribute requires GNU as 2.32 [%<-mriscv-"
44002 "attribute%>]"
44003 msgstr ""
44005 #: config/riscv/riscv.cc:6340 config/rs6000/rs6000.cc:4543
44006 #, gcc-internal-format
44007 msgid "%qs is not a valid base register in %qs"
44008 msgstr ""
44010 #: config/riscv/riscv.cc:6354 config/rs6000/rs6000.cc:4526
44011 #, gcc-internal-format
44012 msgid "%qs is not a valid number in %qs"
44013 msgstr ""
44015 #: config/riscv/riscv.cc:6666
44016 #, gcc-internal-format
44017 msgid "%qs function cannot have different interrupt type"
44018 msgstr ""
44020 #. Address spaces are currently only supported by C.
44021 #: config/rl78/rl78.cc:375
44022 #, gcc-internal-format
44023 msgid "%<-mes0%> can only be used with C"
44024 msgstr ""
44026 #: config/rl78/rl78.cc:378
44027 #, gcc-internal-format
44028 msgid "mduc registers only saved for G13 target"
44029 msgstr ""
44031 #: config/rl78/rl78.cc:393
44032 #, gcc-internal-format
44033 msgid "%<-mmul=g13%> cannot be used with %<-mcpu=g10%>"
44034 msgstr ""
44036 #: config/rl78/rl78.cc:395
44037 #, gcc-internal-format
44038 msgid "%<-mmul=g14%> cannot be used with %<-mcpu=g10%>"
44039 msgstr ""
44041 #. The S2 core does not have mul/div instructions.
44042 #: config/rl78/rl78.cc:407
44043 #, gcc-internal-format
44044 msgid "%<-mmul=g14%> cannot be used with %<-mcpu=g13%>"
44045 msgstr ""
44047 #. The G14 core does not have the hardware multiply peripheral used by the
44048 #. G13 core, hence you cannot use G13 multipliy routines on G14 hardware.
44049 #: config/rl78/rl78.cc:420
44050 #, gcc-internal-format
44051 msgid "%<-mmul=g13%> cannot be used with %<-mcpu=g14%>"
44052 msgstr ""
44054 #: config/rl78/rl78.cc:843
44055 #, gcc-internal-format
44056 msgid "naked attribute only applies to functions"
44057 msgstr ""
44059 #: config/rl78/rl78.cc:867
44060 #, gcc-internal-format
44061 msgid "%qE attribute doesn%'t apply to functions"
44062 msgstr ""
44064 #. This is unpredictable, as we're truncating off usable address
44065 #. bits.
44066 #: config/rl78/rl78.cc:1233
44067 #, gcc-internal-format
44068 msgid "converting far pointer to near pointer"
44069 msgstr ""
44071 #: config/rs6000/driver-rs6000.cc:266
44072 #, gcc-internal-format
44073 msgid "unsupported cpu name returned from kernel for %<-mcpu=native%>: %s"
44074 msgstr ""
44076 #: config/rs6000/driver-rs6000.cc:268
44077 #, gcc-internal-format, gfc-internal-format
44078 msgid "please use an explicit cpu name; valid cpu names are: %s"
44079 msgstr ""
44081 #: config/rs6000/host-darwin.cc:61
44082 #, gcc-internal-format
44083 msgid "segmentation fault (code)"
44084 msgstr ""
44086 #: config/rs6000/host-darwin.cc:131
44087 #, gcc-internal-format
44088 msgid "segmentation fault"
44089 msgstr ""
44091 #: config/rs6000/host-darwin.cc:145
44092 #, gcc-internal-format
44093 msgid "While setting up signal stack: %m"
44094 msgstr ""
44096 #: config/rs6000/host-darwin.cc:151
44097 #, gcc-internal-format
44098 msgid "While setting up signal handler: %m"
44099 msgstr ""
44101 #: config/rs6000/rs6000-builtin.cc:77 config/rs6000/rs6000-builtin.cc:80
44102 #: config/rs6000/rs6000-builtin.cc:87 config/rs6000/rs6000-builtin.cc:90
44103 #: config/rs6000/rs6000-builtin.cc:93 config/rs6000/rs6000-builtin.cc:96
44104 #: config/rs6000/rs6000-builtin.cc:103 config/rs6000/rs6000-builtin.cc:110
44105 #: config/rs6000/rs6000-builtin.cc:124 config/rs6000/rs6000-builtin.cc:127
44106 #: config/rs6000/rs6000-builtin.cc:130 config/rs6000/rs6000-builtin.cc:133
44107 #: config/rs6000/rs6000-builtin.cc:140
44108 #, gcc-internal-format
44109 msgid "%qs requires the %qs option"
44110 msgstr ""
44112 #: config/rs6000/rs6000-builtin.cc:83 config/rs6000/rs6000-builtin.cc:99
44113 #: config/rs6000/rs6000-builtin.cc:113 config/rs6000/rs6000-builtin.cc:136
44114 #, gcc-internal-format
44115 msgid "%qs requires the %qs option and either the %qs or %qs option"
44116 msgstr ""
44118 #: config/rs6000/rs6000-builtin.cc:106 config/rs6000/rs6000-builtin.cc:117
44119 #, gcc-internal-format
44120 msgid "%qs requires the %qs and %qs options"
44121 msgstr ""
44123 #: config/rs6000/rs6000-builtin.cc:121
44124 #, gcc-internal-format
44125 msgid "%qs requires quad-precision floating-point arithmetic"
44126 msgstr ""
44128 #: config/rs6000/rs6000-builtin.cc:2260
44129 #, gcc-internal-format
44130 msgid "argument 1 of %qs must be a constant"
44131 msgstr ""
44133 #: config/rs6000/rs6000-builtin.cc:2318
44134 #, gcc-internal-format
44135 msgid "argument 1 of %qs is out of range"
44136 msgstr ""
44138 #: config/rs6000/rs6000-builtin.cc:2590
44139 #, gcc-internal-format
44140 msgid "builtin %qs only accepts a string argument"
44141 msgstr ""
44143 #. Invalid CPU argument.
44144 #: config/rs6000/rs6000-builtin.cc:2609
44145 #, gcc-internal-format
44146 msgid "cpu %qs is an invalid argument to builtin %qs"
44147 msgstr ""
44149 #. Invalid HWCAP argument.
44150 #: config/rs6000/rs6000-builtin.cc:2637
44151 #, gcc-internal-format
44152 msgid "%s %qs is an invalid argument to builtin %qs"
44153 msgstr ""
44155 #: config/rs6000/rs6000-builtin.cc:2666
44156 #, gcc-internal-format
44157 msgid ""
44158 "builtin %qs needs GLIBC (2.23 and newer) that exports hardware capability "
44159 "bits"
44160 msgstr ""
44162 #: config/rs6000/rs6000-builtin.cc:3013 config/rs6000/rs6000-builtin.cc:3167
44163 #, gcc-internal-format, gfc-internal-format
44164 msgid "argument %d must be an unsigned literal"
44165 msgstr ""
44167 #: config/rs6000/rs6000-builtin.cc:3015 config/rs6000/rs6000-builtin.cc:3169
44168 #, gcc-internal-format, gfc-internal-format
44169 msgid "argument %d is an unsigned literal that is out of range"
44170 msgstr ""
44172 #: config/rs6000/rs6000-builtin.cc:3120
44173 #, gcc-internal-format
44174 msgid "builtin %qs is only valid in 64-bit mode"
44175 msgstr ""
44177 #: config/rs6000/rs6000-builtin.cc:3283
44178 #, gcc-internal-format
44179 msgid "unresolved overload for builtin %qF"
44180 msgstr ""
44182 #: config/rs6000/rs6000-builtin.cc:3377
44183 #, gcc-internal-format
44184 msgid "%qs not supported with %<-msoft-float%>"
44185 msgstr ""
44187 #: config/rs6000/rs6000-builtin.cc:3384
44188 #, gcc-internal-format
44189 msgid "%qs is not supported in 32-bit mode"
44190 msgstr ""
44192 #: config/rs6000/rs6000-builtin.cc:3390
44193 #, gcc-internal-format
44194 msgid "%qs requires %<long double%> to be IBM 128-bit format"
44195 msgstr ""
44197 #: config/rs6000/rs6000-builtin.cc:3397
44198 #, gcc-internal-format
44199 msgid "%qs requires %<__ibm128%> type support"
44200 msgstr ""
44202 #: config/rs6000/rs6000-builtin.cc:3552
44203 #, gcc-internal-format, gfc-internal-format
44204 msgid "argument %d must be a literal between 0 and %d, inclusive"
44205 msgstr ""
44207 #: config/rs6000/rs6000-builtin.cc:3568
44208 #, gcc-internal-format, gfc-internal-format
44209 msgid "argument %d must be a literal between %d and %d, inclusive"
44210 msgstr ""
44212 #: config/rs6000/rs6000-builtin.cc:3585
44213 #, gcc-internal-format, gfc-internal-format
44214 msgid ""
44215 "argument %d must be a variable or a literal between %d and %d, inclusive"
44216 msgstr ""
44218 #: config/rs6000/rs6000-builtin.cc:3601
44219 #, gcc-internal-format, gfc-internal-format
44220 msgid "argument %d must be either a literal %d or a literal %d"
44221 msgstr ""
44223 #: config/rs6000/rs6000-c.cc:55
44224 #, gcc-internal-format
44225 msgid "ignoring malformed %<#pragma longcall%>"
44226 msgstr ""
44228 #: config/rs6000/rs6000-c.cc:67
44229 #, gcc-internal-format
44230 msgid "missing open paren"
44231 msgstr ""
44233 #: config/rs6000/rs6000-c.cc:69
44234 #, gcc-internal-format
44235 msgid "missing number"
44236 msgstr ""
44238 #: config/rs6000/rs6000-c.cc:71
44239 #, gcc-internal-format
44240 msgid "missing close paren"
44241 msgstr ""
44243 #: config/rs6000/rs6000-c.cc:74
44244 #, gcc-internal-format
44245 msgid "number must be 0 or 1"
44246 msgstr ""
44248 #: config/rs6000/rs6000-c.cc:77
44249 #, gcc-internal-format
44250 msgid "junk at end of %<#pragma longcall%>"
44251 msgstr ""
44253 #: config/rs6000/rs6000-c.cc:1244 config/rs6000/rs6000-c.cc:1645
44254 #, gcc-internal-format
44255 msgid "builtin %qs only accepts 1 argument"
44256 msgstr ""
44258 #: config/rs6000/rs6000-c.cc:1251 config/rs6000/rs6000-c.cc:1337
44259 #, gcc-internal-format
44260 msgid "builtin %qs only accepts 2 arguments"
44261 msgstr ""
44263 #: config/rs6000/rs6000-c.cc:1515
44264 #, gcc-internal-format
44265 msgid "builtin %qs only accepts 3 arguments"
44266 msgstr ""
44268 #: config/rs6000/rs6000-c.cc:1730
44269 #, gcc-internal-format
44270 msgid ""
44271 "%<vec_lvsl%> is deprecated for little endian; use assignment for unaligned "
44272 "loads and stores"
44273 msgstr ""
44275 #: config/rs6000/rs6000-c.cc:1734
44276 #, gcc-internal-format
44277 msgid ""
44278 "%<vec_lvsr%> is deprecated for little endian; use assignment for unaligned "
44279 "loads and stores"
44280 msgstr ""
44282 #: config/rs6000/rs6000-c.cc:1820
44283 #, gcc-internal-format
44284 msgid ""
44285 "passing argument %d of %qE discards %qs qualifier from pointer target type"
44286 msgstr ""
44288 #: config/rs6000/rs6000-c.cc:1876 config/rs6000/rs6000-c.cc:2032
44289 #, gcc-internal-format
44290 msgid "invalid parameter combination for AltiVec intrinsic %qs"
44291 msgstr ""
44293 #: config/rs6000/rs6000-c.cc:2021
44294 #, gcc-internal-format
44295 msgid "overloaded builtin %qs is implemented by builtin %qs"
44296 msgstr ""
44298 #: config/rs6000/rs6000-c.cc:2025
44299 #, gcc-internal-format
44300 msgid "%qs is not supported in this compiler configuration"
44301 msgstr ""
44303 #: config/rs6000/rs6000-call.cc:379
44304 #, gcc-internal-format
44305 msgid ""
44306 "ELFv2 parameter passing for an argument containing zero-width bit fields but "
44307 "that is otherwise a homogeneous aggregate was corrected in GCC 12"
44308 msgstr ""
44310 #: config/rs6000/rs6000-call.cc:447
44311 #, gcc-internal-format
44312 msgid "invalid use of MMA type %qs as a function return value"
44313 msgstr ""
44315 #: config/rs6000/rs6000-call.cc:499
44316 #, gcc-internal-format
44317 msgid ""
44318 "GCC vector returned by reference: non-standard ABI extension with no "
44319 "compatibility guarantee"
44320 msgstr ""
44322 #: config/rs6000/rs6000-call.cc:683
44323 #, gcc-internal-format
44324 msgid ""
44325 "cannot return value in vector register because altivec instructions are "
44326 "disabled, use %qs to enable them"
44327 msgstr ""
44329 #: config/rs6000/rs6000-call.cc:1113
44330 #, gcc-internal-format
44331 msgid ""
44332 "cannot pass argument in vector register because altivec instructions are "
44333 "disabled, use %qs to enable them"
44334 msgstr ""
44336 #: config/rs6000/rs6000-call.cc:1639
44337 #, gcc-internal-format
44338 msgid "invalid use of MMA operand of type %qs as a function parameter"
44339 msgstr ""
44341 #: config/rs6000/rs6000-call.cc:2028
44342 #, gcc-internal-format
44343 msgid ""
44344 "GCC vector passed by reference: non-standard ABI extension with no "
44345 "compatibility guarantee"
44346 msgstr ""
44348 #. We can't check this in rs6000_option_override_internal since
44349 #. DEFAULT_ABI isn't established yet.
44350 #: config/rs6000/rs6000-logue.cc:728
44351 #, gcc-internal-format
44352 msgid "%qs requires the ELFv2 ABI"
44353 msgstr ""
44355 #: config/rs6000/rs6000-logue.cc:1715
44356 #, gcc-internal-format
44357 msgid "stack frame too large"
44358 msgstr ""
44360 #: config/rs6000/rs6000-logue.cc:4032
44361 #, gcc-internal-format, gfc-internal-format
44362 msgid "unsupported number of nops before function entry (%u)"
44363 msgstr ""
44365 #: config/rs6000/rs6000-logue.cc:5580
44366 #, gcc-internal-format
44367 msgid "%qs uses register r29"
44368 msgstr ""
44370 #: config/rs6000/rs6000-logue.cc:5588
44371 #, gcc-internal-format
44372 msgid "Stack frame larger than 2G is not supported for %<-fsplit-stack%>"
44373 msgstr ""
44375 #: config/rs6000/rs6000.cc:3212 config/rs6000/rs6000.cc:3215
44376 #: config/rs6000/rs6000.cc:3218
44377 #, gcc-internal-format
44378 msgid "%qs requires %qs or %qs"
44379 msgstr ""
44381 #: config/rs6000/rs6000.cc:3319
44382 #, gcc-internal-format
44383 msgid "%qs requires PowerPC64 architecture, enabling"
44384 msgstr ""
44386 #: config/rs6000/rs6000.cc:3434
44387 #, gcc-internal-format
44388 msgid "%<-mcall-aixdesc%> incompatible with %<-mabi=elfv2%>"
44389 msgstr ""
44391 #: config/rs6000/rs6000.cc:3483
44392 #, gcc-internal-format
44393 msgid "%qs unsupported for this ABI"
44394 msgstr ""
44396 #: config/rs6000/rs6000.cc:3611
44397 #, gcc-internal-format
44398 msgid ""
44399 "%qs is not supported for 64-bit Darwin; it is incompatible with the "
44400 "installed C and C++ libraries"
44401 msgstr ""
44403 #: config/rs6000/rs6000.cc:3772
44404 #, gcc-internal-format
44405 msgid "AltiVec not supported in this target"
44406 msgstr ""
44408 #: config/rs6000/rs6000.cc:3789
44409 #, gcc-internal-format
44410 msgid "%qs is not supported on little endian systems"
44411 msgstr ""
44413 #: config/rs6000/rs6000.cc:3871
44414 #, gcc-internal-format
44415 msgid ""
44416 "power9 target option is incompatible with %<%s=<xxx>%> for <xxx> less than "
44417 "power9"
44418 msgstr ""
44420 #. Enforce that none of the ISA_3_0_MASKS_SERVER flags
44421 #. were explicitly cleared.
44422 #: config/rs6000/rs6000.cc:3879
44423 #, gcc-internal-format
44424 msgid "%qs incompatible with explicitly disabled options"
44425 msgstr ""
44427 #. TARGET_VSX = 1 implies Power 7 and newer
44428 #: config/rs6000/rs6000.cc:3913 config/rs6000/rs6000.cc:3921
44429 #: config/rs6000/rs6000.cc:3928 config/rs6000/rs6000.cc:3935
44430 #: config/rs6000/rs6000.cc:3943 config/rs6000/rs6000.cc:3962
44431 #: config/rs6000/rs6000.cc:4024 config/rs6000/rs6000.cc:4051
44432 #: config/rs6000/rs6000.cc:4078 config/rs6000/rs6000.cc:4093
44433 #: config/rs6000/rs6000.cc:4101 config/rs6000/rs6000.cc:4225
44434 #: config/rs6000/rs6000.cc:4238 config/rs6000/rs6000.cc:4247
44435 #: config/rs6000/rs6000.cc:4385 config/rs6000/rs6000.cc:4398
44436 #: config/rs6000/rs6000.cc:4419
44437 #, gcc-internal-format
44438 msgid "%qs requires %qs"
44439 msgstr ""
44441 #: config/rs6000/rs6000.cc:4129
44442 #, gcc-internal-format
44443 msgid "target attribute or pragma changes %<long double%> size"
44444 msgstr ""
44446 #: config/rs6000/rs6000.cc:4150
44447 #, gcc-internal-format
44448 msgid "%qs requires full ISA 2.06 support"
44449 msgstr ""
44451 #: config/rs6000/rs6000.cc:4163
44452 #, gcc-internal-format
44453 msgid "Using IEEE extended precision %<long double%>"
44454 msgstr ""
44456 #: config/rs6000/rs6000.cc:4166
44457 #, gcc-internal-format
44458 msgid "Using IBM extended precision %<long double%>"
44459 msgstr ""
44461 #: config/rs6000/rs6000.cc:4185
44462 #, gcc-internal-format
44463 msgid "%qs requires VSX support"
44464 msgstr ""
44466 #: config/rs6000/rs6000.cc:4194
44467 #, gcc-internal-format
44468 msgid "The %<-mfloat128%> option may not be fully supported"
44469 msgstr ""
44471 #: config/rs6000/rs6000.cc:4217
44472 #, gcc-internal-format
44473 msgid "%qs requires full ISA 3.0 support"
44474 msgstr ""
44476 #: config/rs6000/rs6000.cc:4304
44477 #, gcc-internal-format
44478 msgid "unknown vectorization library ABI type in %<-mveclibabi=%s%>"
44479 msgstr ""
44481 #: config/rs6000/rs6000.cc:4317 config/rs6000/rs6000.cc:4332
44482 #, gcc-internal-format
44483 msgid "target attribute or pragma changes AltiVec ABI"
44484 msgstr ""
44486 #: config/rs6000/rs6000.cc:4345
44487 #, gcc-internal-format
44488 msgid "target attribute or pragma changes darwin64 ABI"
44489 msgstr ""
44491 #: config/rs6000/rs6000.cc:4551
44492 #, gcc-internal-format
44493 msgid "%qs needs a valid base register"
44494 msgstr ""
44496 #: config/rs6000/rs6000.cc:4848
44497 #, gcc-internal-format
44498 msgid "unknown option for %<%s=%s%>"
44499 msgstr ""
44501 #: config/rs6000/rs6000.cc:4877
44502 #, gcc-internal-format
44503 msgid "%qs is deprecated and not recommended in any circumstances"
44504 msgstr ""
44506 #: config/rs6000/rs6000.cc:10917
44507 #, gcc-internal-format
44508 msgid "%qs is an opaque type, and you cannot set it to other values"
44509 msgstr ""
44511 #: config/rs6000/rs6000.cc:17741
44512 #, gcc-internal-format
44513 msgid "no profiling of 64-bit code for this ABI"
44514 msgstr ""
44516 #: config/rs6000/rs6000.cc:20137
44517 #, gcc-internal-format
44518 msgid ""
44519 "you cannot take the address of a nested function if you use the %qs option"
44520 msgstr ""
44522 #: config/rs6000/rs6000.cc:20219
44523 #, gcc-internal-format
44524 msgid "use of %<long double%> in AltiVec types is invalid"
44525 msgstr ""
44527 #: config/rs6000/rs6000.cc:20221
44528 #, gcc-internal-format
44529 msgid "use of boolean types in AltiVec types is invalid"
44530 msgstr ""
44532 #: config/rs6000/rs6000.cc:20223
44533 #, gcc-internal-format
44534 msgid "use of %<complex%> in AltiVec types is invalid"
44535 msgstr ""
44537 #: config/rs6000/rs6000.cc:20225
44538 #, gcc-internal-format
44539 msgid "use of decimal floating-point types in AltiVec types is invalid"
44540 msgstr ""
44542 #: config/rs6000/rs6000.cc:20231
44543 #, gcc-internal-format
44544 msgid "use of %<long%> in AltiVec types is invalid for 64-bit code without %qs"
44545 msgstr ""
44547 #: config/rs6000/rs6000.cc:20234
44548 #, gcc-internal-format
44549 msgid "use of %<long%> in AltiVec types is deprecated; use %<int%>"
44550 msgstr ""
44552 #: config/rs6000/rs6000.cc:20239
44553 #, gcc-internal-format
44554 msgid "use of %<long long%> in AltiVec types is invalid without %qs"
44555 msgstr ""
44557 #: config/rs6000/rs6000.cc:20242
44558 #, gcc-internal-format
44559 msgid "use of %<double%> in AltiVec types is invalid without %qs"
44560 msgstr ""
44562 #: config/rs6000/rs6000.cc:24380
44563 #, gcc-internal-format
44564 msgid "invalid cpu %qs for %s%qs%s"
44565 msgstr ""
44567 #: config/rs6000/rs6000.cc:24383
44568 #, gcc-internal-format
44569 msgid "%s%qs%s is not allowed"
44570 msgstr ""
44572 #: config/rs6000/rs6000.cc:24385
44573 #, gcc-internal-format
44574 msgid "%s%qs%s is invalid"
44575 msgstr ""
44577 #: config/rs6000/rs6000.cc:24914
44578 #, gcc-internal-format
44579 msgid "%<-mno-%s%> turns off %<-m%s%>"
44580 msgstr ""
44582 #: config/rs6000/rs6000.cc:25073
44583 #, gcc-internal-format
44584 msgid ""
44585 "%<target_clones%> attribute needs GLIBC (2.23 and newer) that exports "
44586 "hardware capability bits"
44587 msgstr ""
44589 #: config/rs6000/rs6000.cc:25362
44590 #, gcc-internal-format
44591 msgid "Virtual function multiversioning not supported"
44592 msgstr ""
44594 #: config/rs6000/rs6000.cc:28499
44595 #, gcc-internal-format
44596 msgid ""
44597 "the result for the xxspltidp instruction is undefined for subnormal input "
44598 "values"
44599 msgstr ""
44601 #: config/rs6000/rs6000.cc:28978
44602 #, gcc-internal-format
44603 msgid "type %<__vector_quad%> requires the %qs option"
44604 msgstr ""
44606 #: config/rs6000/rs6000.cc:28983
44607 #, gcc-internal-format
44608 msgid "type %<__vector_pair%> requires the %qs option"
44609 msgstr ""
44611 #: config/rx/rx.cc:651
44612 #, gcc-internal-format
44613 msgid "unrecognized control register number: %d - using %<psw%>"
44614 msgstr ""
44616 #: config/rx/rx.cc:1384
44617 #, gcc-internal-format
44618 msgid "multiple fast interrupt routines seen: %qE and %qE"
44619 msgstr ""
44621 #: config/rx/rx.cc:2480
44622 #, gcc-internal-format
44623 msgid "invalid control register %d for mvtc; using %<psw%>"
44624 msgstr ""
44626 #: config/rx/rx.cc:2602
44627 #, gcc-internal-format
44628 msgid "%<__builtin_rx_%s%> takes %<C%>, %<Z%>, %<S%>, %<O%>, %<I%>, or %<U%>"
44629 msgstr ""
44631 #: config/rx/rx.cc:2605
44632 #, gcc-internal-format
44633 msgid "use %<__builtin_rx_mvtc (0, ... )%> to write arbitrary values to PSW"
44634 msgstr ""
44636 #: config/rx/rx.cc:2652
44637 #, gcc-internal-format
44638 msgid ""
44639 "%<-mno-allow-string-insns%> forbids the generation of the RMPA instruction"
44640 msgstr ""
44642 #: config/rx/rx.cc:2800
44643 #, gcc-internal-format
44644 msgid "RX FPU instructions do not support NaNs and infinities"
44645 msgstr ""
44647 #: config/s390/s390-c.cc:487
44648 #, gcc-internal-format
44649 msgid "builtin %qs can only be used on vector types"
44650 msgstr ""
44652 #: config/s390/s390-c.cc:717 config/s390/s390.cc:989
44653 #, gcc-internal-format
44654 msgid "constant value required for builtin %qF argument %d"
44655 msgstr ""
44657 #: config/s390/s390-c.cc:732
44658 #, gcc-internal-format
44659 msgid ""
44660 "valid values for builtin %qF argument %d are 64, 128, 256, 512, 1024, 2048, "
44661 "and 4096"
44662 msgstr ""
44664 #: config/s390/s390-c.cc:909
44665 #, gcc-internal-format
44666 msgid "builtin %qF is for GCC internal use only"
44667 msgstr ""
44669 #: config/s390/s390-c.cc:917
44670 #, gcc-internal-format
44671 msgid "builtin %qF is deprecated"
44672 msgstr ""
44674 #: config/s390/s390-c.cc:921
44675 #, gcc-internal-format
44676 msgid "%qF requires %<-mvx%>"
44677 msgstr ""
44679 #: config/s390/s390-c.cc:927
44680 #, gcc-internal-format
44681 msgid "%qF requires z14 or higher"
44682 msgstr ""
44684 #: config/s390/s390-c.cc:933
44685 #, gcc-internal-format
44686 msgid "%qF requires z15 or higher"
44687 msgstr ""
44689 #: config/s390/s390-c.cc:947
44690 #, gcc-internal-format
44691 msgid "mismatch in number of arguments for builtin %qF. Expected: %d got %d"
44692 msgstr ""
44694 #: config/s390/s390-c.cc:996
44695 #, gcc-internal-format
44696 msgid "invalid parameter combination for intrinsic %qs"
44697 msgstr ""
44699 #: config/s390/s390-c.cc:1002
44700 #, gcc-internal-format
44701 msgid "ambiguous overload for intrinsic %qs"
44702 msgstr ""
44704 #: config/s390/s390-c.cc:1010
44705 #, gcc-internal-format
44706 msgid "%qs matching variant requires z14 or higher"
44707 msgstr ""
44709 #: config/s390/s390-c.cc:1019
44710 #, gcc-internal-format
44711 msgid "%qs matching variant requires z15 or higher"
44712 msgstr ""
44714 #: config/s390/s390-c.cc:1025
44715 #, gcc-internal-format
44716 msgid "%qs matching variant is deprecated"
44717 msgstr ""
44719 #: config/s390/s390-c.cc:1065
44720 #, gcc-internal-format
44721 msgid "constant argument %d for builtin %qF is out of range for target type"
44722 msgstr ""
44724 #: config/s390/s390.cc:838
44725 #, gcc-internal-format
44726 msgid "constant argument %d for builtin %qF is invalid (%s)"
44727 msgstr ""
44729 #: config/s390/s390.cc:842
44730 #, gcc-internal-format
44731 msgid "constant argument %d for builtin %qF is out of range (0-%wu)"
44732 msgstr ""
44734 #: config/s390/s390.cc:858
44735 #, gcc-internal-format
44736 msgid "constant argument %d for builtin %qF is out of range (%wd-%wd)"
44737 msgstr ""
44739 #: config/s390/s390.cc:907
44740 #, gcc-internal-format
44741 msgid ""
44742 "builtin %qF is not supported without %<-mhtm%> (default with %<-"
44743 "march=zEC12%> and higher)"
44744 msgstr ""
44746 #: config/s390/s390.cc:913
44747 #, gcc-internal-format
44748 msgid "builtin %qF requires %<-mvx%> (default with %<-march=z13%> and higher)"
44749 msgstr ""
44751 #: config/s390/s390.cc:920
44752 #, gcc-internal-format
44753 msgid "Builtin %qF requires z14 or higher"
44754 msgstr ""
44756 #: config/s390/s390.cc:926
44757 #, gcc-internal-format
44758 msgid "Builtin %qF requires z15 or higher"
44759 msgstr ""
44761 #: config/s390/s390.cc:945
44762 #, gcc-internal-format
44763 msgid "unresolved overloaded builtin"
44764 msgstr ""
44766 #: config/s390/s390.cc:952
44767 #, gcc-internal-format
44768 msgid "bad builtin icode"
44769 msgstr ""
44771 #: config/s390/s390.cc:1086
44772 #, gcc-internal-format
44773 msgid "invalid argument %d for builtin %qF"
44774 msgstr ""
44776 #: config/s390/s390.cc:1187
44777 #, gcc-internal-format
44778 msgid ""
44779 "requested %qE attribute is not a comma separated pair of non-negative "
44780 "integer constants or too large (max. %d)"
44781 msgstr ""
44783 #: config/s390/s390.cc:1277
44784 #, gcc-internal-format
44785 msgid "argument to %qE attribute is not (keep|thunk|thunk-extern)"
44786 msgstr ""
44788 #: config/s390/s390.cc:10240
44789 #, gcc-internal-format
44790 msgid "total size of local variables exceeds architecture limit"
44791 msgstr ""
44793 #: config/s390/s390.cc:11647
44794 #, gcc-internal-format
44795 msgid ""
44796 "frame size of function %qs is %wd bytes exceeding user provided stack limit "
44797 "of %d bytes; an unconditional trap is added"
44798 msgstr ""
44800 #: config/s390/s390.cc:11663
44801 #, gcc-internal-format
44802 msgid ""
44803 "frame size of function %qs is %wd bytes which is more than half the stack "
44804 "size; the dynamic check would not be reliable; no check emitted for this "
44805 "function"
44806 msgstr ""
44808 #: config/s390/s390.cc:11691
44809 #, gcc-internal-format
44810 msgid "frame size of %qs is %wd bytes"
44811 msgstr ""
44813 #: config/s390/s390.cc:11695
44814 #, gcc-internal-format
44815 msgid "%qs uses dynamic stack allocation"
44816 msgstr ""
44818 #: config/s390/s390.cc:12441
44819 #, gcc-internal-format
44820 msgid ""
44821 "parameter passing for argument of type %qT with zero-width bit fields "
44822 "members changed in GCC 12"
44823 msgstr ""
44825 #: config/s390/s390.cc:13400
44826 #, gcc-internal-format
44827 msgid "nested functions cannot be profiled with %<-mfentry%> on s390"
44828 msgstr ""
44830 #: config/s390/s390.cc:15688
44831 #, gcc-internal-format
44832 msgid "64-bit ABI not supported in ESA/390 mode"
44833 msgstr ""
44835 #: config/s390/s390.cc:15695
44836 #, gcc-internal-format
44837 msgid "thunk-inline is only supported with %<-mindirect-branch-jump%>"
44838 msgstr ""
44840 #: config/s390/s390.cc:15730
44841 #, gcc-internal-format, gfc-internal-format
44842 msgid "hardware vector support not available on %s"
44843 msgstr ""
44845 #: config/s390/s390.cc:15733
44846 #, gcc-internal-format
44847 msgid "hardware vector support not available with %<-msoft-float%>"
44848 msgstr ""
44850 #: config/s390/s390.cc:15762
44851 #, gcc-internal-format, gfc-internal-format
44852 msgid "hardware decimal floating-point instructions not available on %s"
44853 msgstr ""
44855 #: config/s390/s390.cc:15766
44856 #, gcc-internal-format
44857 msgid ""
44858 "hardware decimal floating-point instructions not available in ESA/390 mode"
44859 msgstr ""
44861 #: config/s390/s390.cc:15778
44862 #, gcc-internal-format
44863 msgid "%<-mhard-dfp%> cannot be used in conjunction with %<-msoft-float%>"
44864 msgstr ""
44866 #: config/s390/s390.cc:15787
44867 #, gcc-internal-format
44868 msgid ""
44869 "%<-mbackchain%> %<-mpacked-stack%> %<-mhard-float%> are not supported in "
44870 "combination"
44871 msgstr ""
44873 #: config/s390/s390.cc:15793
44874 #, gcc-internal-format
44875 msgid "stack size must be greater than the stack guard value"
44876 msgstr ""
44878 #: config/s390/s390.cc:15795
44879 #, gcc-internal-format
44880 msgid "stack size must not be greater than 64k"
44881 msgstr ""
44883 #: config/s390/s390.cc:15798
44884 #, gcc-internal-format
44885 msgid "%<-mstack-guard%> implies use of %<-mstack-size%>"
44886 msgstr ""
44888 #: config/s390/s390.cc:15811
44889 #, gcc-internal-format
44890 msgid "%<-mtpf-trace-hook-prologue-check%> requires integer in range 0-4095"
44891 msgstr ""
44893 #: config/s390/s390.cc:15814
44894 #, gcc-internal-format
44895 msgid "%<-mtpf-trace-hook-prologue-target%> requires integer in range 0-4095"
44896 msgstr ""
44898 #: config/s390/s390.cc:15817
44899 #, gcc-internal-format
44900 msgid "%<-mtpf-trace-hook-epilogue-check%> requires integer in range 0-4095"
44901 msgstr ""
44903 #: config/s390/s390.cc:15820
44904 #, gcc-internal-format
44905 msgid "%<-mtpf-trace-hook-epilogue-target%> requires integer in range 0-4095"
44906 msgstr ""
44908 #: config/s390/s390.cc:15884
44909 #, gcc-internal-format
44910 msgid "%<-mfentry%> is supported only for 64-bit CPUs"
44911 msgstr ""
44913 #. argument is not a plain number
44914 #: config/s390/s390.cc:15920
44915 #, gcc-internal-format
44916 msgid "arguments to %qs should be non-negative integers"
44917 msgstr ""
44919 #: config/s390/s390.cc:15927
44920 #, gcc-internal-format
44921 msgid "argument to %qs is too large (max. %d)"
44922 msgstr ""
44924 #: config/s390/s390.cc:15958
44925 #, gcc-internal-format
44926 msgid ""
44927 "%<-mno-pic-data-is-text-relative%> cannot be used without %<-fpic%>/%<-fPIC%>"
44928 msgstr ""
44930 #: config/s390/s390.cc:16119 config/s390/s390.cc:16169
44931 #: config/s390/s390.cc:16186
44932 #, gcc-internal-format
44933 msgid "attribute %<target%> argument %qs is unknown"
44934 msgstr ""
44936 #. Value is not allowed for the target attribute.
44937 #: config/s390/s390.cc:16125
44938 #, gcc-internal-format
44939 msgid "value %qs is not supported by attribute %<target%>"
44940 msgstr ""
44942 #: config/sh/sh.cc:936
44943 #, gcc-internal-format
44944 msgid "ignoring %<-fschedule-insns%> because of exception handling bug"
44945 msgstr ""
44947 #: config/sh/sh.cc:953
44948 #, gcc-internal-format
44949 msgid ""
44950 "unwind tables currently require either a frame pointer or %<-maccumulate-"
44951 "outgoing-args%> for correctness"
44952 msgstr ""
44954 #: config/sh/sh.cc:7416
44955 #, gcc-internal-format
44956 msgid "%<__builtin_saveregs%> not supported by this subtarget"
44957 msgstr ""
44959 #: config/sh/sh.cc:8353
44960 #, gcc-internal-format
44961 msgid "%qE attribute only applies to interrupt functions"
44962 msgstr ""
44964 #: config/sh/sh.cc:8423
44965 #, gcc-internal-format
44966 msgid "%qE attribute is supported only for SH2A"
44967 msgstr ""
44969 #: config/sh/sh.cc:8465
44970 #, gcc-internal-format
44971 msgid "%qE attribute only applies to SH2A"
44972 msgstr ""
44974 #: config/sh/sh.cc:8487
44975 #, gcc-internal-format
44976 msgid "%qE attribute argument should be between 0 to 255"
44977 msgstr ""
44979 #: config/sh/sh.cc:10832
44980 #, gcc-internal-format
44981 msgid "r0 needs to be available as a call-clobbered register"
44982 msgstr ""
44984 #: config/sparc/sparc.cc:1843
44985 #, gcc-internal-format, gfc-internal-format
44986 msgid "%s is not supported by this configuration"
44987 msgstr ""
44989 #: config/sparc/sparc.cc:1850
44990 #, gcc-internal-format
44991 msgid "%<-mlong-double-64%> not allowed with %<-m64%>"
44992 msgstr ""
44994 #: config/sparc/sparc.cc:1858
44995 #, gcc-internal-format
44996 msgid "%<-fcall-saved-REG%> is not supported for out registers"
44997 msgstr ""
44999 #: config/sparc/sparc.cc:1982
45000 #, gcc-internal-format
45001 msgid "%<-mcmodel=%> is not supported in 32-bit mode"
45002 msgstr ""
45004 #: config/stormy16/stormy16.cc:1058
45005 #, gcc-internal-format
45006 msgid "local variable memory requirements exceed capacity"
45007 msgstr ""
45009 #: config/stormy16/stormy16.cc:1215
45010 #, gcc-internal-format
45011 msgid "%<function_profiler%> support"
45012 msgstr ""
45014 #: config/stormy16/stormy16.cc:1309
45015 #, gcc-internal-format
45016 msgid "cannot use %<va_start%> in interrupt function"
45017 msgstr ""
45019 #: config/stormy16/stormy16.cc:1880
45020 #, gcc-internal-format, gfc-internal-format
45021 msgid "switch statement of size %lu entries too large"
45022 msgstr ""
45024 #: config/stormy16/stormy16.cc:2252
45025 #, gcc-internal-format
45026 msgid "%<__BELOW100__%> attribute only applies to variables"
45027 msgstr ""
45029 #: config/stormy16/stormy16.cc:2259
45030 #, gcc-internal-format
45031 msgid "%<__BELOW100__%> attribute not allowed with auto storage class"
45032 msgstr ""
45034 #: config/v850/v850-c.cc:67
45035 #, gcc-internal-format
45036 msgid "%<#pragma%> GHS endXXX found without previous startXXX"
45037 msgstr ""
45039 #: config/v850/v850-c.cc:70
45040 #, gcc-internal-format
45041 msgid "%<#pragma%> GHS endXXX does not match previous startXXX"
45042 msgstr ""
45044 #: config/v850/v850-c.cc:96
45045 #, gcc-internal-format
45046 msgid "cannot set interrupt attribute: no current function"
45047 msgstr ""
45049 #: config/v850/v850-c.cc:104
45050 #, gcc-internal-format
45051 msgid "cannot set interrupt attribute: no such identifier"
45052 msgstr ""
45054 #: config/v850/v850-c.cc:153
45055 #, gcc-internal-format
45056 msgid "junk at end of %<#pragma%> ghs section"
45057 msgstr ""
45059 #: config/v850/v850-c.cc:170
45060 #, gcc-internal-format
45061 msgid "unrecognized section name %qE"
45062 msgstr ""
45064 #: config/v850/v850-c.cc:184
45065 #, gcc-internal-format
45066 msgid "malformed %<#pragma%> ghs section"
45067 msgstr ""
45069 #: config/v850/v850-c.cc:203
45070 #, gcc-internal-format
45071 msgid "junk at end of %<#pragma%> ghs interrupt"
45072 msgstr ""
45074 #: config/v850/v850-c.cc:214
45075 #, gcc-internal-format
45076 msgid "junk at end of %<#pragma%> ghs starttda"
45077 msgstr ""
45079 #: config/v850/v850-c.cc:225
45080 #, gcc-internal-format
45081 msgid "junk at end of %<#pragma%> ghs startsda"
45082 msgstr ""
45084 #: config/v850/v850-c.cc:236
45085 #, gcc-internal-format
45086 msgid "junk at end of %<#pragma%> ghs startzda"
45087 msgstr ""
45089 #: config/v850/v850-c.cc:247
45090 #, gcc-internal-format
45091 msgid "junk at end of %<#pragma%> ghs endtda"
45092 msgstr ""
45094 #: config/v850/v850-c.cc:258
45095 #, gcc-internal-format
45096 msgid "junk at end of %<#pragma%> ghs endsda"
45097 msgstr ""
45099 #: config/v850/v850-c.cc:269
45100 #, gcc-internal-format
45101 msgid "junk at end of %<#pragma%> ghs endzda"
45102 msgstr ""
45104 #: config/v850/v850.cc:2046
45105 #, gcc-internal-format
45106 msgid "data area attributes cannot be specified for local variables"
45107 msgstr ""
45109 #: config/v850/v850.cc:2057
45110 #, gcc-internal-format
45111 msgid "data area of %q+D conflicts with previous declaration"
45112 msgstr ""
45114 #: config/v850/v850.cc:2188
45115 #, gcc-internal-format, gfc-internal-format
45116 msgid "bogus JR construction: %d"
45117 msgstr ""
45119 #: config/v850/v850.cc:2206 config/v850/v850.cc:2313
45120 #, gcc-internal-format, gfc-internal-format
45121 msgid "bad amount of stack space removal: %d"
45122 msgstr ""
45124 #: config/v850/v850.cc:2293
45125 #, gcc-internal-format, gfc-internal-format
45126 msgid "bogus JARL construction: %d"
45127 msgstr ""
45129 #: config/v850/v850.cc:2591
45130 #, gcc-internal-format, gfc-internal-format
45131 msgid "bogus DISPOSE construction: %d"
45132 msgstr ""
45134 #: config/v850/v850.cc:2610
45135 #, gcc-internal-format, gfc-internal-format
45136 msgid "too much stack space to dispose of: %d"
45137 msgstr ""
45139 #: config/v850/v850.cc:2712
45140 #, gcc-internal-format, gfc-internal-format
45141 msgid "bogus PREPEARE construction: %d"
45142 msgstr ""
45144 #: config/v850/v850.cc:2729
45145 #, gcc-internal-format, gfc-internal-format
45146 msgid "too much stack space to prepare: %d"
45147 msgstr ""
45149 #: config/visium/visium.cc:730
45150 #, gcc-internal-format
45151 msgid "an interrupt handler cannot be compiled with %<-muser-mode%>"
45152 msgstr ""
45154 #: config/vms/vms-c.cc:44
45155 #, gcc-internal-format
45156 msgid "junk at end of %<#pragma __nostandard%>"
45157 msgstr ""
45159 #: config/vms/vms-c.cc:55
45160 #, gcc-internal-format
45161 msgid "junk at end of %<#pragma __standard%>"
45162 msgstr ""
45164 #: config/vms/vms-c.cc:81
45165 #, gcc-internal-format
45166 msgid "malformed %<#pragma member_alignment%>, ignoring"
45167 msgstr ""
45169 #: config/vms/vms-c.cc:96
45170 #, gcc-internal-format
45171 msgid "unknown %<#pragma member_alignment%> name %s"
45172 msgstr ""
45174 #: config/vms/vms-c.cc:101
45175 #, gcc-internal-format
45176 msgid "malformed %<#pragma member_alignment%>"
45177 msgstr ""
45179 #: config/vms/vms-c.cc:135
45180 #, gcc-internal-format
45181 msgid "unhandled alignment for %<#pragma nomember_alignment%>"
45182 msgstr ""
45184 #: config/vms/vms-c.cc:148
45185 #, gcc-internal-format
45186 msgid "garbage at end of %<#pragma nomember_alignment%>"
45187 msgstr ""
45189 #: config/vms/vms-c.cc:203
45190 #, gcc-internal-format
45191 msgid "malformed %<#pragma extern_model%>, ignoring"
45192 msgstr ""
45194 #: config/vms/vms-c.cc:224
45195 #, gcc-internal-format
45196 msgid "extern model globalvalue"
45197 msgstr ""
45199 #: config/vms/vms-c.cc:229
45200 #, gcc-internal-format
45201 msgid "unknown %<#pragma extern_model%> model %qs"
45202 msgstr ""
45204 #: config/vms/vms-c.cc:235
45205 #, gcc-internal-format
45206 msgid "junk at end of '#pragma extern_model'"
45207 msgstr ""
45209 #: config/vms/vms-c.cc:249
45210 #, gcc-internal-format
45211 msgid "vms '#pragma __message' is ignored"
45212 msgstr ""
45214 #: config/vms/vms-c.cc:274 config/vms/vms-c.cc:280
45215 #, gcc-internal-format
45216 msgid "malformed %<#pragma __extern_prefix%>, ignoring"
45217 msgstr ""
45219 #: config/vms/vms-c.cc:313 config/vms/vms-c.cc:333
45220 #, gcc-internal-format
45221 msgid "malformed %<#pragma %s%>, ignoring"
45222 msgstr ""
45224 #: config/vms/vms-c.cc:329
45225 #, gcc-internal-format
45226 msgid "invalid constant in %<#pragma %s%>"
45227 msgstr ""
45229 #: config/xtensa/xtensa-dynconfig.cc:90
45230 #, gcc-internal-format
45231 msgid "%qs is defined but could not be loaded: %s"
45232 msgstr ""
45234 #: config/xtensa/xtensa-dynconfig.cc:97
45235 #, gcc-internal-format
45236 msgid "%qs plugin is not licensed under a GPL-compatible license"
45237 msgstr ""
45239 #: config/xtensa/xtensa-dynconfig.cc:114
45240 #, gcc-internal-format
45241 msgid "%qs is loaded but symbol %qs is not found: %s"
45242 msgstr ""
45244 #: config/xtensa/xtensa-dynconfig.cc:128
45245 #, gcc-internal-format
45246 msgid "%qs is defined but plugin support is disabled"
45247 msgstr ""
45249 #: config/xtensa/xtensa.cc:2806
45250 #, gcc-internal-format
45251 msgid "boolean registers required for the floating-point option"
45252 msgstr ""
45254 #: config/xtensa/xtensa.cc:2841
45255 #, gcc-internal-format
45256 msgid "%<-f%s%> is not supported with CONST16 instructions"
45257 msgstr ""
45259 #: config/xtensa/xtensa.cc:2848
45260 #, gcc-internal-format
45261 msgid "PIC is required but not supported with CONST16 instructions"
45262 msgstr ""
45264 #: config/xtensa/xtensa.cc:4290
45265 #, gcc-internal-format
45266 msgid "only uninitialized variables can be placed in a %<.bss%> section"
45267 msgstr ""
45269 #: ada/gcc-interface/misc.cc:155
45270 #, gcc-internal-format
45271 msgid "%<-gnat%> misspelled as %<-gant%>"
45272 msgstr ""
45274 #: ada/gcc-interface/misc.cc:258
45275 #, gcc-internal-format
45276 msgid "%<-fexcess-precision=standard%> for Ada"
45277 msgstr ""
45279 #: ada/gcc-interface/misc.cc:260
45280 #, gcc-internal-format
45281 msgid "%<-fexcess-precision=16%> for Ada"
45282 msgstr ""
45284 #: ada/gcc-interface/trans.cc:332
45285 #, gcc-internal-format, gfc-internal-format
45286 msgid "%s contains too many lines"
45287 msgstr ""
45289 #: ada/gcc-interface/trans.cc:1614
45290 #, gcc-internal-format
45291 msgid "subprogram %q+F not marked %<Inline_Always%>"
45292 msgstr ""
45294 #: ada/gcc-interface/trans.cc:1616 ada/gcc-interface/trans.cc:1622
45295 #, gcc-internal-format
45296 msgid "parent subprogram cannot be inlined"
45297 msgstr ""
45299 #: ada/gcc-interface/trans.cc:1620
45300 #, gcc-internal-format
45301 msgid "subprogram %q+F not marked %<Inline%>"
45302 msgstr ""
45304 #: ada/gcc-interface/utils.cc:4149
45305 #, gcc-internal-format
45306 msgid "invalid element type for attribute %qs"
45307 msgstr ""
45309 #: ada/gcc-interface/utils.cc:4173
45310 #, gcc-internal-format
45311 msgid "number of components of vector not a power of two"
45312 msgstr ""
45314 #: ada/gcc-interface/utils.cc:6393 ada/gcc-interface/utils.cc:6571
45315 #: ada/gcc-interface/utils.cc:6752
45316 #, gcc-internal-format
45317 msgid "%qs attribute ignored"
45318 msgstr ""
45320 #: ada/gcc-interface/utils.cc:6448
45321 #, gcc-internal-format
45322 msgid "%qs attribute without arguments on a non-prototype"
45323 msgstr ""
45325 #: ada/gcc-interface/utils.cc:6463
45326 #, gcc-internal-format
45327 msgid "%qs argument has invalid operand number (argument %lu)"
45328 msgstr ""
45330 #: ada/gcc-interface/utils.cc:6485
45331 #, gcc-internal-format
45332 msgid ""
45333 "%qs argument with out-of-range operand number (argument %lu, operand %lu)"
45334 msgstr ""
45336 #: ada/gcc-interface/utils.cc:6494
45337 #, gcc-internal-format
45338 msgid "%qs argument references non-pointer operand (argument %lu, operand %lu)"
45339 msgstr ""
45341 #: ada/gcc-interface/utils.cc:6515
45342 #, gcc-internal-format
45343 msgid "%qs attribute requires prototypes with named arguments"
45344 msgstr ""
45346 #: ada/gcc-interface/utils.cc:6524
45347 #, gcc-internal-format
45348 msgid "%qs attribute only applies to variadic functions"
45349 msgstr ""
45351 #: ada/gcc-interface/utils.cc:6712 d/d-attribs.cc:359 d/d-attribs.cc:485
45352 #, gcc-internal-format
45353 msgid "%qE attribute has no effect"
45354 msgstr ""
45356 #: ada/gcc-interface/utils.cc:7044
45357 #, gcc-internal-format
45358 msgid "attribute %qs applies to array types only"
45359 msgstr ""
45361 #: c/c-convert.cc:104 c/c-typeck.cc:2342 c/c-typeck.cc:13354 cp/typeck.cc:2497
45362 #: cp/typeck.cc:9393 cp/typeck.cc:10189 d/d-convert.cc:262
45363 #, gcc-internal-format
45364 msgid "void value not ignored as it ought to be"
45365 msgstr ""
45367 #: c/c-convert.cc:221
45368 #, gcc-internal-format
45369 msgid "conversion from %qT to %qT"
45370 msgstr ""
45372 #: c/c-convert.cc:223
45373 #, gcc-internal-format
45374 msgid "only %qT or a null pointer constant can be converted to %qT"
45375 msgstr ""
45377 #: c/c-convert.cc:227 d/d-convert.cc:323
45378 #, gcc-internal-format
45379 msgid "conversion to non-scalar type requested"
45380 msgstr ""
45382 #: c/c-decl.cc:842
45383 #, gcc-internal-format
45384 msgid "array %q+D assumed to have one element"
45385 msgstr ""
45387 #: c/c-decl.cc:883
45388 #, gcc-internal-format
45389 msgid "%qD is static but used in inline function %qD which is not static"
45390 msgstr ""
45392 #: c/c-decl.cc:888
45393 #, gcc-internal-format
45394 msgid "%q+D is static but declared in inline function %qD which is not static"
45395 msgstr ""
45397 #: c/c-decl.cc:1084
45398 #, gcc-internal-format, gfc-internal-format
45399 msgid "GCC supports only %u nested scopes"
45400 msgstr ""
45402 #: c/c-decl.cc:1236 cp/decl.cc:367
45403 #, gcc-internal-format
45404 msgid "label %q+D used but not defined"
45405 msgstr ""
45407 #: c/c-decl.cc:1282
45408 #, gcc-internal-format
45409 msgid "nested function %q+D declared but never defined"
45410 msgstr ""
45412 #: c/c-decl.cc:1296
45413 #, gcc-internal-format
45414 msgid "inline function %q+D declared but never defined"
45415 msgstr ""
45417 #: c/c-decl.cc:1314
45418 #, gcc-internal-format
45419 msgid "unused variable %q+D"
45420 msgstr ""
45422 #: c/c-decl.cc:1320 cp/decl.cc:710
45423 #, gcc-internal-format
45424 msgid "variable %qD set but not used"
45425 msgstr ""
45427 #: c/c-decl.cc:1325
45428 #, gcc-internal-format
45429 msgid "type of array %q+D completed incompatibly with implicit initialization"
45430 msgstr ""
45432 #: c/c-decl.cc:1505
45433 #, gcc-internal-format
45434 msgid ""
45435 "underspecified declaration of %qE, which is already declared in this scope"
45436 msgstr ""
45438 #: c/c-decl.cc:1676 c/c-decl.cc:7703 c/c-decl.cc:8650 c/c-decl.cc:9574
45439 #, gcc-internal-format
45440 msgid "originally defined here"
45441 msgstr ""
45443 #: c/c-decl.cc:1899
45444 #, gcc-internal-format
45445 msgid ""
45446 "a parameter list with an ellipsis cannot match an empty parameter name list "
45447 "declaration"
45448 msgstr ""
45450 #: c/c-decl.cc:1906
45451 #, gcc-internal-format
45452 msgid ""
45453 "an argument type that has a default promotion cannot match an empty "
45454 "parameter name list declaration"
45455 msgstr ""
45457 #: c/c-decl.cc:1954
45458 #, gcc-internal-format
45459 msgid ""
45460 "prototype for %q+D declares more arguments than previous old-style definition"
45461 msgstr ""
45463 #: c/c-decl.cc:1960
45464 #, gcc-internal-format
45465 msgid ""
45466 "prototype for %q+D declares fewer arguments than previous old-style "
45467 "definition"
45468 msgstr ""
45470 #: c/c-decl.cc:1969
45471 #, gcc-internal-format
45472 msgid "prototype for %q+D declares argument %d with incompatible type"
45473 msgstr ""
45475 #. If we get here, no errors were found, but do issue a warning
45476 #. for this poor-style construct.
45477 #: c/c-decl.cc:1982
45478 #, gcc-internal-format
45479 msgid "prototype for %q+D follows non-prototype definition"
45480 msgstr ""
45482 #: c/c-decl.cc:2000
45483 #, gcc-internal-format
45484 msgid "previous definition of %q+D with type %qT"
45485 msgstr ""
45487 #: c/c-decl.cc:2004
45488 #, gcc-internal-format
45489 msgid "previous implicit declaration of %q+D with type %qT"
45490 msgstr ""
45492 #: c/c-decl.cc:2008
45493 #, gcc-internal-format
45494 msgid "previous declaration of %q+D with type %qT"
45495 msgstr ""
45497 #: c/c-decl.cc:2048
45498 #, gcc-internal-format
45499 msgid "%q+D redeclared as different kind of symbol"
45500 msgstr ""
45502 #: c/c-decl.cc:2053
45503 #, gcc-internal-format
45504 msgid "built-in function %q+D declared as non-function"
45505 msgstr ""
45507 #: c/c-decl.cc:2056 c/c-decl.cc:3162
45508 #, gcc-internal-format
45509 msgid "declaration of %q+D shadows a built-in function"
45510 msgstr ""
45512 #: c/c-decl.cc:2066
45513 #, gcc-internal-format
45514 msgid "redeclaration of enumerator %q+D"
45515 msgstr ""
45517 #: c/c-decl.cc:2105
45518 #, gcc-internal-format
45519 msgid "conflicting types for built-in function %q+D; expected %qT"
45520 msgstr ""
45522 #: c/c-decl.cc:2115 c/c-decl.cc:2140
45523 #, gcc-internal-format
45524 msgid "%qD is declared in header %qs"
45525 msgstr ""
45527 #: c/c-decl.cc:2126
45528 #, gcc-internal-format
45529 msgid "mismatch in argument %u type of built-in function %qD; expected %qT"
45530 msgstr ""
45532 #: c/c-decl.cc:2131
45533 #, gcc-internal-format
45534 msgid "mismatch in return type of built-in function %qD; expected %qT"
45535 msgstr ""
45537 #: c/c-decl.cc:2164
45538 #, gcc-internal-format
45539 msgid "conflicting types for %q+D"
45540 msgstr ""
45542 #: c/c-decl.cc:2177 c/c-decl.cc:2214
45543 #, gcc-internal-format
45544 msgid "conflicting types for %q+D; have %qT"
45545 msgstr ""
45547 #: c/c-decl.cc:2194
45548 #, gcc-internal-format
45549 msgid "conflicting named address spaces (generic vs %s) for %q+D"
45550 msgstr ""
45552 #: c/c-decl.cc:2198
45553 #, gcc-internal-format
45554 msgid "conflicting named address spaces (%s vs generic) for %q+D"
45555 msgstr ""
45557 #: c/c-decl.cc:2202
45558 #, gcc-internal-format
45559 msgid "conflicting named address spaces (%s vs %s) for %q+D"
45560 msgstr ""
45562 #: c/c-decl.cc:2211
45563 #, gcc-internal-format
45564 msgid "conflicting type qualifiers for %q+D"
45565 msgstr ""
45567 #: c/c-decl.cc:2225
45568 #, gcc-internal-format
45569 msgid "conflicting types for %q+D due to enum/integer mismatch; have %qT"
45570 msgstr ""
45572 #: c/c-decl.cc:2242
45573 #, gcc-internal-format
45574 msgid "redefinition of typedef %q+D with different type"
45575 msgstr ""
45577 #: c/c-decl.cc:2255
45578 #, gcc-internal-format
45579 msgid "redefinition of typedef %q+D with variably modified type"
45580 msgstr ""
45582 #: c/c-decl.cc:2260
45583 #, gcc-internal-format
45584 msgid "redefinition of typedef %q+D"
45585 msgstr ""
45587 #: c/c-decl.cc:2288
45588 #, gcc-internal-format
45589 msgid "declaration of %qD shadows a built-in function"
45590 msgstr ""
45592 #: c/c-decl.cc:2304
45593 #, gcc-internal-format
45594 msgid "declaration of built-in function %qD without a prototype; expected %qT"
45595 msgstr ""
45597 #: c/c-decl.cc:2331 c/c-decl.cc:2442
45598 #, gcc-internal-format
45599 msgid "redefinition of %q+D"
45600 msgstr ""
45602 #: c/c-decl.cc:2370 c/c-decl.cc:2482
45603 #, gcc-internal-format
45604 msgid "static declaration of %q+D follows non-static declaration"
45605 msgstr ""
45607 #: c/c-decl.cc:2381 c/c-decl.cc:2389 c/c-decl.cc:2471 c/c-decl.cc:2479
45608 #, gcc-internal-format
45609 msgid "non-static declaration of %q+D follows static declaration"
45610 msgstr ""
45612 #: c/c-decl.cc:2406
45613 #, gcc-internal-format
45614 msgid "%<gnu_inline%> attribute present on %q+D"
45615 msgstr ""
45617 #: c/c-decl.cc:2409
45618 #, gcc-internal-format
45619 msgid "but not here"
45620 msgstr ""
45622 #: c/c-decl.cc:2428
45623 #, gcc-internal-format
45624 msgid "thread-local declaration of %q+D follows non-thread-local declaration"
45625 msgstr ""
45627 #: c/c-decl.cc:2431
45628 #, gcc-internal-format
45629 msgid "non-thread-local declaration of %q+D follows thread-local declaration"
45630 msgstr ""
45632 #: c/c-decl.cc:2463
45633 #, gcc-internal-format
45634 msgid "extern declaration of %q+D follows declaration with no linkage"
45635 msgstr ""
45637 #: c/c-decl.cc:2501
45638 #, gcc-internal-format
45639 msgid "declaration of %q+D with no linkage follows extern declaration"
45640 msgstr ""
45642 #: c/c-decl.cc:2508
45643 #, gcc-internal-format
45644 msgid "redeclaration of %q+D with no linkage"
45645 msgstr ""
45647 #: c/c-decl.cc:2534
45648 #, gcc-internal-format
45649 msgid ""
45650 "redeclaration of %q+D with different visibility (old visibility preserved)"
45651 msgstr ""
45653 #: c/c-decl.cc:2555
45654 #, gcc-internal-format
45655 msgid "redefinition of parameter %q+D"
45656 msgstr ""
45658 #: c/c-decl.cc:2582
45659 #, gcc-internal-format
45660 msgid "redundant redeclaration of %q+D"
45661 msgstr ""
45663 #: c/c-decl.cc:3120
45664 #, gcc-internal-format
45665 msgid "declaration of %q+D shadows previous non-variable"
45666 msgstr ""
45668 #: c/c-decl.cc:3142
45669 #, gcc-internal-format
45670 msgid "declaration of %qD shadows a parameter"
45671 msgstr ""
45673 #: c/c-decl.cc:3155 cp/name-lookup.cc:3321
45674 #, gcc-internal-format
45675 msgid "declaration of %qD shadows a global declaration"
45676 msgstr ""
45678 #: c/c-decl.cc:3181
45679 #, gcc-internal-format
45680 msgid "declaration of %qD shadows a previous local"
45681 msgstr ""
45683 #: c/c-decl.cc:3187 cp/name-lookup.cc:3085
45684 #, gcc-internal-format
45685 msgid "shadowed declaration is here"
45686 msgstr ""
45688 #: c/c-decl.cc:3317
45689 #, gcc-internal-format
45690 msgid "nested extern declaration of %qD"
45691 msgstr ""
45693 #: c/c-decl.cc:3480 c/c-decl.cc:3494
45694 #, gcc-internal-format
45695 msgid "implicit declaration of function %qE; did you mean %qs?"
45696 msgstr ""
45698 #: c/c-decl.cc:3486 c/c-decl.cc:3499
45699 #, gcc-internal-format
45700 msgid "implicit declaration of function %qE"
45701 msgstr ""
45703 #: c/c-decl.cc:3518
45704 #, gcc-internal-format
45705 msgid "include %qs or provide a declaration of %qE"
45706 msgstr ""
45708 #: c/c-decl.cc:3789
45709 #, gcc-internal-format
45710 msgid "incompatible implicit declaration of built-in function %qD"
45711 msgstr ""
45713 #: c/c-decl.cc:3799
45714 #, gcc-internal-format
45715 msgid "include %qs or provide a declaration of %qD"
45716 msgstr ""
45718 #: c/c-decl.cc:3810
45719 #, gcc-internal-format
45720 msgid "incompatible implicit declaration of function %qD"
45721 msgstr ""
45723 #: c/c-decl.cc:3871
45724 #, gcc-internal-format
45725 msgid "%qE undeclared here (not in a function); did you mean %qs?"
45726 msgstr ""
45728 #: c/c-decl.cc:3876
45729 #, gcc-internal-format
45730 msgid "%qE undeclared here (not in a function)"
45731 msgstr ""
45733 #: c/c-decl.cc:3889
45734 #, gcc-internal-format
45735 msgid "%qE undeclared (first use in this function); did you mean %qs?"
45736 msgstr ""
45738 #: c/c-decl.cc:3894
45739 #, gcc-internal-format
45740 msgid "%qE undeclared (first use in this function)"
45741 msgstr ""
45743 #: c/c-decl.cc:3898
45744 #, gcc-internal-format
45745 msgid ""
45746 "each undeclared identifier is reported only once for each function it "
45747 "appears in"
45748 msgstr ""
45750 #: c/c-decl.cc:3946 cp/decl.cc:3481
45751 #, gcc-internal-format
45752 msgid "label %qE referenced outside of any function"
45753 msgstr ""
45755 #: c/c-decl.cc:3983
45756 #, gcc-internal-format
45757 msgid "jump into scope of identifier with variably modified type"
45758 msgstr ""
45760 #: c/c-decl.cc:3986
45761 #, gcc-internal-format
45762 msgid "jump skips variable initialization"
45763 msgstr ""
45765 #: c/c-decl.cc:3988 c/c-decl.cc:4044 c/c-decl.cc:4135
45766 #, gcc-internal-format
45767 msgid "label %qD defined here"
45768 msgstr ""
45770 #: c/c-decl.cc:4043 c/c-decl.cc:4134
45771 #, gcc-internal-format
45772 msgid "jump into statement expression"
45773 msgstr ""
45775 #: c/c-decl.cc:4066
45776 #, gcc-internal-format
45777 msgid "duplicate label declaration %qE"
45778 msgstr ""
45780 #: c/c-decl.cc:4166 cp/decl.cc:3899
45781 #, gcc-internal-format
45782 msgid "duplicate label %qD"
45783 msgstr ""
45785 #: c/c-decl.cc:4197
45786 #, gcc-internal-format
45787 msgid ""
45788 "traditional C lacks a separate namespace for labels, identifier %qE conflicts"
45789 msgstr ""
45791 #: c/c-decl.cc:4266
45792 #, gcc-internal-format
45793 msgid "switch jumps over variable initialization"
45794 msgstr ""
45796 #: c/c-decl.cc:4269 c/c-decl.cc:4282
45797 #, gcc-internal-format
45798 msgid "switch starts here"
45799 msgstr ""
45801 #: c/c-decl.cc:4281
45802 #, gcc-internal-format
45803 msgid "switch jumps into statement expression"
45804 msgstr ""
45806 #: c/c-decl.cc:4364
45807 #, gcc-internal-format
45808 msgid "%qE defined as wrong kind of tag"
45809 msgstr ""
45811 #: c/c-decl.cc:4550 cp/tree.cc:5055
45812 #, gcc-internal-format
45813 msgid "%qE attribute applied to %qD with void return type"
45814 msgstr ""
45816 #: c/c-decl.cc:4559
45817 #, gcc-internal-format
45818 msgid ""
45819 "%qE attribute can only be applied to functions or to structure, union or "
45820 "enumeration types"
45821 msgstr ""
45823 #: c/c-decl.cc:4579
45824 #, gcc-internal-format
45825 msgid "standard %qE attribute can only be applied to functions"
45826 msgstr ""
45828 #. This can only occur with extensions such as statement
45829 #. expressions, but is still appropriate as an error to
45830 #. avoid types declared in such a context escaping to
45831 #. the type of an auto variable.
45832 #: c/c-decl.cc:4855 c/c-decl.cc:8597
45833 #, gcc-internal-format
45834 msgid "%qT declared in underspecified object initializer"
45835 msgstr ""
45837 #: c/c-decl.cc:4866
45838 #, gcc-internal-format
45839 msgid "unnamed struct/union that defines no instances"
45840 msgstr ""
45842 #: c/c-decl.cc:4877
45843 #, gcc-internal-format
45844 msgid "empty declaration with storage class specifier does not redeclare tag"
45845 msgstr ""
45847 #: c/c-decl.cc:4893
45848 #, gcc-internal-format
45849 msgid "empty declaration with type qualifier does not redeclare tag"
45850 msgstr ""
45852 #: c/c-decl.cc:4905
45853 #, gcc-internal-format
45854 msgid "empty declaration with %<_Alignas%> does not redeclare tag"
45855 msgstr ""
45857 #: c/c-decl.cc:4919
45858 #, gcc-internal-format
45859 msgid "empty declaration of %<enum%> type does not redeclare tag"
45860 msgstr ""
45862 #: c/c-decl.cc:4942 c/c-decl.cc:4950
45863 #, gcc-internal-format
45864 msgid "useless type name in empty declaration"
45865 msgstr ""
45867 #: c/c-decl.cc:4958
45868 #, gcc-internal-format
45869 msgid "%<inline%> in empty declaration"
45870 msgstr ""
45872 #: c/c-decl.cc:4964
45873 #, gcc-internal-format
45874 msgid "%<_Noreturn%> in empty declaration"
45875 msgstr ""
45877 #: c/c-decl.cc:4970
45878 #, gcc-internal-format
45879 msgid "%<constexpr%> in empty declaration"
45880 msgstr ""
45882 #: c/c-decl.cc:4976
45883 #, gcc-internal-format
45884 msgid "%<auto%> in file-scope empty declaration"
45885 msgstr ""
45887 #: c/c-decl.cc:4982
45888 #, gcc-internal-format
45889 msgid "%<register%> in file-scope empty declaration"
45890 msgstr ""
45892 #: c/c-decl.cc:4990
45893 #, gcc-internal-format
45894 msgid ""
45895 "storage class specifier in empty declaration with %<enum%> underlying type"
45896 msgstr ""
45898 #: c/c-decl.cc:4996
45899 #, gcc-internal-format
45900 msgid "%qs in empty declaration with %<enum%> underlying type"
45901 msgstr ""
45903 #: c/c-decl.cc:5006
45904 #, gcc-internal-format
45905 msgid "type qualifier in empty declaration with %<enum%> underlying type"
45906 msgstr ""
45908 #: c/c-decl.cc:5012
45909 #, gcc-internal-format
45910 msgid "%<alignas%> in empty declaration with %<enum%> underlying type"
45911 msgstr ""
45913 #: c/c-decl.cc:5021
45914 #, gcc-internal-format
45915 msgid "useless storage class specifier in empty declaration"
45916 msgstr ""
45918 #: c/c-decl.cc:5027
45919 #, gcc-internal-format
45920 msgid "useless %qs in empty declaration"
45921 msgstr ""
45923 #: c/c-decl.cc:5040
45924 #, gcc-internal-format
45925 msgid "useless type qualifier in empty declaration"
45926 msgstr ""
45928 #: c/c-decl.cc:5047
45929 #, gcc-internal-format
45930 msgid "useless %<_Alignas%> in empty declaration"
45931 msgstr ""
45933 #: c/c-decl.cc:5065
45934 #, gcc-internal-format
45935 msgid "invalid use of attributes in empty declaration"
45936 msgstr ""
45938 #: c/c-decl.cc:5079 c/c-parser.cc:2264
45939 #, gcc-internal-format
45940 msgid "empty declaration"
45941 msgstr ""
45943 #: c/c-decl.cc:5151
45944 #, gcc-internal-format
45945 msgid ""
45946 "ISO C90 does not support %<static%> or type qualifiers in parameter array "
45947 "declarators"
45948 msgstr ""
45950 #: c/c-decl.cc:5155
45951 #, gcc-internal-format
45952 msgid "ISO C90 does not support %<[*]%> array declarators"
45953 msgstr ""
45955 #. C99 6.7.5.2p4
45956 #. A function definition isn't function prototype scope C99 6.2.1p4.
45957 #. C99 6.7.5.2p4
45958 #: c/c-decl.cc:5161 c/c-decl.cc:8195 c/c-decl.cc:10395
45959 #, gcc-internal-format
45960 msgid "%<[*]%> not allowed in other than function prototype scope"
45961 msgstr ""
45963 #: c/c-decl.cc:5379
45964 #, gcc-internal-format
45965 msgid "%q+D is usually a function"
45966 msgstr ""
45968 #: c/c-decl.cc:5388
45969 #, gcc-internal-format
45970 msgid "typedef %qD is initialized (use %<__typeof__%> instead)"
45971 msgstr ""
45973 #: c/c-decl.cc:5393
45974 #, gcc-internal-format
45975 msgid "function %qD is initialized like a variable"
45976 msgstr ""
45978 #. DECL_INITIAL in a PARM_DECL is really DECL_ARG_TYPE.
45979 #: c/c-decl.cc:5399
45980 #, gcc-internal-format
45981 msgid "parameter %qD is initialized"
45982 msgstr ""
45984 #: c/c-decl.cc:5419
45985 #, gcc-internal-format
45986 msgid "variable %qD has initializer but incomplete type"
45987 msgstr ""
45989 #: c/c-decl.cc:5499
45990 #, gcc-internal-format
45991 msgid "inline function %q+D given attribute %qs"
45992 msgstr ""
45994 #: c/c-decl.cc:5555
45995 #, gcc-internal-format
45996 msgid "uninitialized const member in %qT is invalid in C++"
45997 msgstr ""
45999 #: c/c-decl.cc:5557
46000 #, gcc-internal-format
46001 msgid "%qD should be initialized"
46002 msgstr ""
46004 #: c/c-decl.cc:5638
46005 #, gcc-internal-format
46006 msgid "initializer fails to determine size of %q+D"
46007 msgstr ""
46009 #: c/c-decl.cc:5643
46010 #, gcc-internal-format
46011 msgid "array size missing in %q+D"
46012 msgstr ""
46014 #: c/c-decl.cc:5647
46015 #, gcc-internal-format
46016 msgid "zero or negative size array %q+D"
46017 msgstr ""
46019 #: c/c-decl.cc:5736 m2/gm2-gcc/m2type.cc:1269
46020 #, gcc-internal-format
46021 msgid "storage size of %q+D isn%'t constant"
46022 msgstr ""
46024 #: c/c-decl.cc:5786
46025 #, gcc-internal-format
46026 msgid "ignoring %<asm%> specifier for non-static local variable %q+D"
46027 msgstr ""
46029 #: c/c-decl.cc:5824
46030 #, gcc-internal-format
46031 msgid "cannot put object with volatile field into register"
46032 msgstr ""
46034 #: c/c-decl.cc:5910
46035 #, gcc-internal-format
46036 msgid "uninitialized %<const %D%> is invalid in C++"
46037 msgstr ""
46039 #: c/c-decl.cc:5925 cp/decl.cc:8815
46040 #, gcc-internal-format
46041 msgid "%q+D in declare target directive does not have mappable type"
46042 msgstr ""
46044 #: c/c-decl.cc:6188
46045 #, gcc-internal-format
46046 msgid "ISO C forbids forward parameter declarations"
46047 msgstr ""
46049 #: c/c-decl.cc:6228
46050 #, gcc-internal-format
46051 msgid "file-scope compound literal specifies %<register%>"
46052 msgstr ""
46054 #: c/c-decl.cc:6234
46055 #, gcc-internal-format
46056 msgid "compound literal implicitly auto and declared %qs"
46057 msgstr ""
46059 #: c/c-decl.cc:6334
46060 #, gcc-internal-format
46061 msgid "defining a type in a compound literal is invalid in C++"
46062 msgstr ""
46064 #: c/c-decl.cc:6355 c/c-decl.cc:6370
46065 #, gcc-internal-format
46066 msgid "bit-field %qs width not an integer constant"
46067 msgstr ""
46069 #: c/c-decl.cc:6365
46070 #, gcc-internal-format
46071 msgid "bit-field %qs width not an integer constant expression"
46072 msgstr ""
46074 #: c/c-decl.cc:6376
46075 #, gcc-internal-format
46076 msgid "negative width in bit-field %qs"
46077 msgstr ""
46079 #: c/c-decl.cc:6381
46080 #, gcc-internal-format
46081 msgid "zero width for bit-field %qs"
46082 msgstr ""
46084 #: c/c-decl.cc:6391
46085 #, gcc-internal-format
46086 msgid "bit-field %qs has invalid type"
46087 msgstr ""
46089 #: c/c-decl.cc:6397
46090 #, gcc-internal-format
46091 msgid "cannot declare bit-field %qs with %<warn_if_not_aligned%> type"
46092 msgstr ""
46094 #: c/c-decl.cc:6408
46095 #, gcc-internal-format
46096 msgid "type of bit-field %qs is a GCC extension"
46097 msgstr ""
46099 #: c/c-decl.cc:6414
46100 #, gcc-internal-format
46101 msgid "width of %qs exceeds its type"
46102 msgstr ""
46104 #: c/c-decl.cc:6427
46105 #, gcc-internal-format
46106 msgid "%qs is narrower than values of its type"
46107 msgstr ""
46109 #: c/c-decl.cc:6442
46110 #, gcc-internal-format
46111 msgid "ISO C90 forbids array %qE whose size cannot be evaluated"
46112 msgstr ""
46114 #: c/c-decl.cc:6445
46115 #, gcc-internal-format
46116 msgid "ISO C90 forbids array whose size cannot be evaluated"
46117 msgstr ""
46119 #: c/c-decl.cc:6452
46120 #, gcc-internal-format
46121 msgid "ISO C90 forbids variable length array %qE"
46122 msgstr ""
46124 #: c/c-decl.cc:6454
46125 #, gcc-internal-format
46126 msgid "ISO C90 forbids variable length array"
46127 msgstr ""
46129 #: c/c-decl.cc:6663
46130 #, gcc-internal-format
46131 msgid "%<enum%> underlying type may not be specified here"
46132 msgstr ""
46134 #: c/c-decl.cc:6691 c/c-decl.cc:7100 c/c-decl.cc:7110
46135 #, gcc-internal-format
46136 msgid "variably modified %qE at file scope"
46137 msgstr ""
46139 #: c/c-decl.cc:6693
46140 #, gcc-internal-format
46141 msgid "variably modified field at file scope"
46142 msgstr ""
46144 #: c/c-decl.cc:6713
46145 #, gcc-internal-format
46146 msgid "type defaults to %<int%> in declaration of %qE"
46147 msgstr ""
46149 #: c/c-decl.cc:6717
46150 #, gcc-internal-format
46151 msgid "type defaults to %<int%> in type name"
46152 msgstr ""
46154 #: c/c-decl.cc:6749
46155 #, gcc-internal-format
46156 msgid "duplicate %<const%>"
46157 msgstr ""
46159 #: c/c-decl.cc:6751
46160 #, gcc-internal-format
46161 msgid "duplicate %<restrict%>"
46162 msgstr ""
46164 #: c/c-decl.cc:6753
46165 #, gcc-internal-format
46166 msgid "duplicate %<volatile%>"
46167 msgstr ""
46169 #: c/c-decl.cc:6755
46170 #, gcc-internal-format
46171 msgid "duplicate %<_Atomic%>"
46172 msgstr ""
46174 #: c/c-decl.cc:6758
46175 #, gcc-internal-format, gfc-internal-format
46176 msgid "conflicting named address spaces (%s vs %s)"
46177 msgstr ""
46179 #: c/c-decl.cc:6781 c/c-parser.cc:3359
46180 #, gcc-internal-format
46181 msgid "%<_Atomic%>-qualified array type"
46182 msgstr ""
46184 #: c/c-decl.cc:6796
46185 #, gcc-internal-format
46186 msgid "function definition declared %<auto%>"
46187 msgstr ""
46189 #: c/c-decl.cc:6798
46190 #, gcc-internal-format
46191 msgid "function definition declared %<register%>"
46192 msgstr ""
46194 #: c/c-decl.cc:6800
46195 #, gcc-internal-format
46196 msgid "function definition declared %<typedef%>"
46197 msgstr ""
46199 #: c/c-decl.cc:6802
46200 #, gcc-internal-format
46201 msgid "function definition declared %qs"
46202 msgstr ""
46204 #: c/c-decl.cc:6829
46205 #, gcc-internal-format
46206 msgid "storage class specified for structure field %qE"
46207 msgstr ""
46209 #: c/c-decl.cc:6832
46210 #, gcc-internal-format
46211 msgid "storage class specified for structure field"
46212 msgstr ""
46214 #: c/c-decl.cc:6836
46215 #, gcc-internal-format
46216 msgid "storage class specified for parameter %qE"
46217 msgstr ""
46219 #: c/c-decl.cc:6839
46220 #, gcc-internal-format
46221 msgid "storage class specified for unnamed parameter"
46222 msgstr ""
46224 #: c/c-decl.cc:6842 cp/decl.cc:12840
46225 #, gcc-internal-format
46226 msgid "storage class specified for typename"
46227 msgstr ""
46229 #: c/c-decl.cc:6860
46230 #, gcc-internal-format
46231 msgid "%qE initialized and declared %<extern%>"
46232 msgstr ""
46234 #: c/c-decl.cc:6864
46235 #, gcc-internal-format
46236 msgid "%qE has both %<extern%> and initializer"
46237 msgstr ""
46239 #: c/c-decl.cc:6869
46240 #, gcc-internal-format
46241 msgid "file-scope declaration of %qE specifies %<auto%>"
46242 msgstr ""
46244 #: c/c-decl.cc:6873
46245 #, gcc-internal-format
46246 msgid "file-scope declaration of %qE specifies %<register%>"
46247 msgstr ""
46249 #: c/c-decl.cc:6878
46250 #, gcc-internal-format
46251 msgid "nested function %qE declared %<extern%>"
46252 msgstr ""
46254 #: c/c-decl.cc:6881
46255 #, gcc-internal-format
46256 msgid "function-scope %qE implicitly auto and declared %qs"
46257 msgstr ""
46259 #. Only the innermost declarator (making a parameter be of
46260 #. array type which is converted to pointer type)
46261 #. may have static or type qualifiers.
46262 #: c/c-decl.cc:6928 c/c-decl.cc:7324
46263 #, gcc-internal-format
46264 msgid "static or type qualifiers in non-parameter array declarator"
46265 msgstr ""
46267 #: c/c-decl.cc:6991
46268 #, gcc-internal-format
46269 msgid "declaration of %qE as array of voids"
46270 msgstr ""
46272 #: c/c-decl.cc:6993
46273 #, gcc-internal-format
46274 msgid "declaration of type name as array of voids"
46275 msgstr ""
46277 #: c/c-decl.cc:7000
46278 #, gcc-internal-format
46279 msgid "declaration of %qE as array of functions"
46280 msgstr ""
46282 #: c/c-decl.cc:7003
46283 #, gcc-internal-format
46284 msgid "declaration of type name as array of functions"
46285 msgstr ""
46287 #: c/c-decl.cc:7011 c/c-decl.cc:9256
46288 #, gcc-internal-format
46289 msgid "invalid use of structure with flexible array member"
46290 msgstr ""
46292 #: c/c-decl.cc:7043
46293 #, gcc-internal-format
46294 msgid "size of array %qE has non-integer type"
46295 msgstr ""
46297 #: c/c-decl.cc:7047
46298 #, gcc-internal-format
46299 msgid "size of unnamed array has non-integer type"
46300 msgstr ""
46302 #: c/c-decl.cc:7055
46303 #, gcc-internal-format
46304 msgid "size of array %qE has incomplete type"
46305 msgstr ""
46307 #: c/c-decl.cc:7058
46308 #, gcc-internal-format
46309 msgid "size of unnamed array has incomplete type"
46310 msgstr ""
46312 #: c/c-decl.cc:7070
46313 #, gcc-internal-format
46314 msgid "ISO C forbids zero-size array %qE"
46315 msgstr ""
46317 #: c/c-decl.cc:7073
46318 #, gcc-internal-format
46319 msgid "ISO C forbids zero-size array"
46320 msgstr ""
46322 #: c/c-decl.cc:7082
46323 #, gcc-internal-format
46324 msgid "size of array %qE is negative"
46325 msgstr ""
46327 #: c/c-decl.cc:7084
46328 #, gcc-internal-format
46329 msgid "size of unnamed array is negative"
46330 msgstr ""
46332 #: c/c-decl.cc:7170
46333 #, gcc-internal-format
46334 msgid "size of array %qE is too large"
46335 msgstr ""
46337 #: c/c-decl.cc:7173
46338 #, gcc-internal-format
46339 msgid "size of unnamed array is too large"
46340 msgstr ""
46342 #: c/c-decl.cc:7212 c/c-decl.cc:7873
46343 #, gcc-internal-format
46344 msgid "ISO C90 does not support flexible array members"
46345 msgstr ""
46347 #. C99 6.7.5.2p4
46348 #: c/c-decl.cc:7234
46349 #, gcc-internal-format
46350 msgid "%<[*]%> not in a declaration"
46351 msgstr ""
46353 #: c/c-decl.cc:7248
46354 #, gcc-internal-format
46355 msgid "array type has incomplete element type %qT"
46356 msgstr ""
46358 #: c/c-decl.cc:7254
46359 #, gcc-internal-format
46360 msgid ""
46361 "declaration of %qE as multidimensional array must have bounds for all "
46362 "dimensions except the first"
46363 msgstr ""
46365 #: c/c-decl.cc:7258
46366 #, gcc-internal-format
46367 msgid ""
46368 "declaration of multidimensional array must have bounds for all dimensions "
46369 "except the first"
46370 msgstr ""
46372 #: c/c-decl.cc:7360
46373 #, gcc-internal-format
46374 msgid "%qE declared as function returning a function"
46375 msgstr ""
46377 #: c/c-decl.cc:7363
46378 #, gcc-internal-format
46379 msgid "type name declared as function returning a function"
46380 msgstr ""
46382 #: c/c-decl.cc:7370
46383 #, gcc-internal-format
46384 msgid "%qE declared as function returning an array"
46385 msgstr ""
46387 #: c/c-decl.cc:7373
46388 #, gcc-internal-format
46389 msgid "type name declared as function returning an array"
46390 msgstr ""
46392 #: c/c-decl.cc:7414
46393 #, gcc-internal-format
46394 msgid "function definition has qualified void return type"
46395 msgstr ""
46397 #: c/c-decl.cc:7418 cp/decl.cc:13161
46398 #, gcc-internal-format
46399 msgid "type qualifiers ignored on function return type"
46400 msgstr ""
46402 #: c/c-decl.cc:7457 c/c-decl.cc:7669 c/c-decl.cc:7723 c/c-decl.cc:7807
46403 #: c/c-decl.cc:7929 c/c-parser.cc:3361
46404 #, gcc-internal-format
46405 msgid "%<_Atomic%>-qualified function type"
46406 msgstr ""
46408 #: c/c-decl.cc:7463 c/c-decl.cc:7675 c/c-decl.cc:7812 c/c-decl.cc:7934
46409 #, gcc-internal-format
46410 msgid "ISO C forbids qualified function types"
46411 msgstr ""
46413 #: c/c-decl.cc:7560
46414 #, gcc-internal-format
46415 msgid "%qs combined with %<auto%> qualifier for %qE"
46416 msgstr ""
46418 #: c/c-decl.cc:7564
46419 #, gcc-internal-format
46420 msgid "%qs combined with %<register%> qualifier for %qE"
46421 msgstr ""
46423 #: c/c-decl.cc:7570
46424 #, gcc-internal-format
46425 msgid "%qs specified for auto variable %qE"
46426 msgstr ""
46428 #: c/c-decl.cc:7586
46429 #, gcc-internal-format
46430 msgid "%qs specified for parameter %qE"
46431 msgstr ""
46433 #: c/c-decl.cc:7589
46434 #, gcc-internal-format
46435 msgid "%qs specified for unnamed parameter"
46436 msgstr ""
46438 #: c/c-decl.cc:7595
46439 #, gcc-internal-format
46440 msgid "%qs specified for structure field %qE"
46441 msgstr ""
46443 #: c/c-decl.cc:7598
46444 #, gcc-internal-format
46445 msgid "%qs specified for structure field"
46446 msgstr ""
46448 #: c/c-decl.cc:7613
46449 #, gcc-internal-format
46450 msgid "bit-field %qE has atomic type"
46451 msgstr ""
46453 #: c/c-decl.cc:7615
46454 #, gcc-internal-format
46455 msgid "bit-field has atomic type"
46456 msgstr ""
46458 #: c/c-decl.cc:7624
46459 #, gcc-internal-format
46460 msgid "alignment specified for typedef %qE"
46461 msgstr ""
46463 #: c/c-decl.cc:7626
46464 #, gcc-internal-format
46465 msgid "alignment specified for %<register%> object %qE"
46466 msgstr ""
46468 #: c/c-decl.cc:7631
46469 #, gcc-internal-format
46470 msgid "alignment specified for parameter %qE"
46471 msgstr ""
46473 #: c/c-decl.cc:7633
46474 #, gcc-internal-format
46475 msgid "alignment specified for unnamed parameter"
46476 msgstr ""
46478 #: c/c-decl.cc:7638
46479 #, gcc-internal-format
46480 msgid "alignment specified for bit-field %qE"
46481 msgstr ""
46483 #: c/c-decl.cc:7640
46484 #, gcc-internal-format
46485 msgid "alignment specified for unnamed bit-field"
46486 msgstr ""
46488 #: c/c-decl.cc:7643
46489 #, gcc-internal-format
46490 msgid "alignment specified for function %qE"
46491 msgstr ""
46493 #: c/c-decl.cc:7650
46494 #, gcc-internal-format
46495 msgid "%<_Alignas%> specifiers cannot reduce alignment of %qE"
46496 msgstr ""
46498 #: c/c-decl.cc:7653
46499 #, gcc-internal-format
46500 msgid "%<_Alignas%> specifiers cannot reduce alignment of unnamed field"
46501 msgstr ""
46503 #: c/c-decl.cc:7684
46504 #, gcc-internal-format
46505 msgid "typedef %q+D declared %<inline%>"
46506 msgstr ""
46508 #: c/c-decl.cc:7686
46509 #, gcc-internal-format
46510 msgid "typedef %q+D declared %<_Noreturn%>"
46511 msgstr ""
46513 #: c/c-decl.cc:7729
46514 #, gcc-internal-format
46515 msgid "ISO C forbids const or volatile function types"
46516 msgstr ""
46518 #. C99 6.7.2.1p8
46519 #: c/c-decl.cc:7740
46520 #, gcc-internal-format
46521 msgid "a member of a structure or union cannot have a variably modified type"
46522 msgstr ""
46524 #: c/c-decl.cc:7757 cp/decl.cc:11720
46525 #, gcc-internal-format
46526 msgid "variable or field %qE declared void"
46527 msgstr ""
46529 #: c/c-decl.cc:7797
46530 #, gcc-internal-format
46531 msgid "attributes in parameter array declarator ignored"
46532 msgstr ""
46534 #: c/c-decl.cc:7839
46535 #, gcc-internal-format
46536 msgid "parameter %q+D declared %<inline%>"
46537 msgstr ""
46539 #: c/c-decl.cc:7841
46540 #, gcc-internal-format
46541 msgid "parameter %q+D declared %<_Noreturn%>"
46542 msgstr ""
46544 #: c/c-decl.cc:7854
46545 #, gcc-internal-format
46546 msgid "field %qE declared as a function"
46547 msgstr ""
46549 #: c/c-decl.cc:7861
46550 #, gcc-internal-format
46551 msgid "field %qE has incomplete type"
46552 msgstr ""
46554 #: c/c-decl.cc:7863
46555 #, gcc-internal-format
46556 msgid "unnamed field has incomplete type"
46557 msgstr ""
46559 #: c/c-decl.cc:7900 c/c-decl.cc:7911 c/c-decl.cc:7914
46560 #, gcc-internal-format
46561 msgid "invalid storage class for function %qE"
46562 msgstr ""
46564 #: c/c-decl.cc:7971
46565 #, gcc-internal-format
46566 msgid "cannot inline function %<main%>"
46567 msgstr ""
46569 #: c/c-decl.cc:7973
46570 #, gcc-internal-format
46571 msgid "%<main%> declared %<_Noreturn%>"
46572 msgstr ""
46574 #: c/c-decl.cc:7984
46575 #, gcc-internal-format
46576 msgid "ISO C99 does not support %<_Noreturn%>"
46577 msgstr ""
46579 #: c/c-decl.cc:7987
46580 #, gcc-internal-format
46581 msgid "ISO C90 does not support %<_Noreturn%>"
46582 msgstr ""
46584 #: c/c-decl.cc:8006
46585 #, gcc-internal-format
46586 msgid "%<constexpr%> object has variably modified type"
46587 msgstr ""
46589 #: c/c-decl.cc:8010 c/c-parser.cc:10930
46590 #, gcc-internal-format
46591 msgid "invalid qualifiers for %<constexpr%> object"
46592 msgstr ""
46594 #: c/c-decl.cc:8016 c/c-parser.cc:10933
46595 #, gcc-internal-format
46596 msgid "invalid qualifiers for field of %<constexpr%> object"
46597 msgstr ""
46599 #: c/c-decl.cc:8042
46600 #, gcc-internal-format
46601 msgid "variable previously declared %<static%> redeclared %<extern%>"
46602 msgstr ""
46604 #: c/c-decl.cc:8054
46605 #, gcc-internal-format
46606 msgid "variable %q+D declared %<inline%>"
46607 msgstr ""
46609 #: c/c-decl.cc:8056
46610 #, gcc-internal-format
46611 msgid "variable %q+D declared %<_Noreturn%>"
46612 msgstr ""
46614 #: c/c-decl.cc:8091
46615 #, gcc-internal-format
46616 msgid "non-nested function with variably modified type"
46617 msgstr ""
46619 #: c/c-decl.cc:8093
46620 #, gcc-internal-format
46621 msgid "object with variably modified type must have no linkage"
46622 msgstr ""
46624 #: c/c-decl.cc:8201 c/c-decl.cc:10200
46625 #, gcc-internal-format
46626 msgid "function declaration isn%'t a prototype"
46627 msgstr ""
46629 #: c/c-decl.cc:8211
46630 #, gcc-internal-format
46631 msgid "parameter names (without types) in function declaration"
46632 msgstr ""
46634 #: c/c-decl.cc:8256
46635 #, gcc-internal-format
46636 msgid "parameter %u (%q+D) has incomplete type"
46637 msgstr ""
46639 #: c/c-decl.cc:8260
46640 #, gcc-internal-format, gfc-internal-format
46641 msgid "parameter %u has incomplete type"
46642 msgstr ""
46644 #: c/c-decl.cc:8271
46645 #, gcc-internal-format
46646 msgid "parameter %u (%q+D) has void type"
46647 msgstr ""
46649 #: c/c-decl.cc:8275
46650 #, gcc-internal-format, gfc-internal-format
46651 msgid "parameter %u has void type"
46652 msgstr ""
46654 #: c/c-decl.cc:8350
46655 #, gcc-internal-format
46656 msgid "%<void%> as only parameter may not be qualified"
46657 msgstr ""
46659 #: c/c-decl.cc:8354 c/c-decl.cc:8390
46660 #, gcc-internal-format
46661 msgid "%<void%> must be the only parameter"
46662 msgstr ""
46664 #: c/c-decl.cc:8384
46665 #, gcc-internal-format
46666 msgid "parameter %q+D has just a forward declaration"
46667 msgstr ""
46669 #: c/c-decl.cc:8430
46670 #, gcc-internal-format
46671 msgid ""
46672 "%<%s %E%> declared inside parameter list will not be visible outside of this "
46673 "definition or declaration"
46674 msgstr ""
46676 #: c/c-decl.cc:8436
46677 #, gcc-internal-format, gfc-internal-format
46678 msgid ""
46679 "anonymous %s declared inside parameter list will not be visible outside of "
46680 "this definition or declaration"
46681 msgstr ""
46683 #: c/c-decl.cc:8551
46684 #, gcc-internal-format
46685 msgid "enum type defined here"
46686 msgstr ""
46688 #: c/c-decl.cc:8557
46689 #, gcc-internal-format
46690 msgid "struct defined here"
46691 msgstr ""
46693 #: c/c-decl.cc:8563
46694 #, gcc-internal-format
46695 msgid "union defined here"
46696 msgstr ""
46698 #: c/c-decl.cc:8646
46699 #, gcc-internal-format
46700 msgid "redefinition of %<union %E%>"
46701 msgstr ""
46703 #: c/c-decl.cc:8648
46704 #, gcc-internal-format
46705 msgid "redefinition of %<struct %E%>"
46706 msgstr ""
46708 #: c/c-decl.cc:8657
46709 #, gcc-internal-format
46710 msgid "nested redefinition of %<union %E%>"
46711 msgstr ""
46713 #: c/c-decl.cc:8659
46714 #, gcc-internal-format
46715 msgid "nested redefinition of %<struct %E%>"
46716 msgstr ""
46718 #: c/c-decl.cc:8689 c/c-decl.cc:9599
46719 #, gcc-internal-format
46720 msgid "defining type in %qs expression is invalid in C++"
46721 msgstr ""
46723 #: c/c-decl.cc:8695 c/c-decl.cc:9605
46724 #, gcc-internal-format
46725 msgid "%qT defined in underspecified object initializer"
46726 msgstr ""
46728 #: c/c-decl.cc:8759 cp/decl.cc:5469
46729 #, gcc-internal-format
46730 msgid "declaration does not declare anything"
46731 msgstr ""
46733 #: c/c-decl.cc:8764
46734 #, gcc-internal-format
46735 msgid "ISO C99 doesn%'t support unnamed structs/unions"
46736 msgstr ""
46738 #: c/c-decl.cc:8767
46739 #, gcc-internal-format
46740 msgid "ISO C90 doesn%'t support unnamed structs/unions"
46741 msgstr ""
46743 #: c/c-decl.cc:8860 c/c-decl.cc:8878 c/c-decl.cc:8939
46744 #, gcc-internal-format
46745 msgid "duplicate member %q+D"
46746 msgstr ""
46748 #: c/c-decl.cc:8965
46749 #, gcc-internal-format
46750 msgid "empty struct has size 0 in C, size 1 in C++"
46751 msgstr ""
46753 #: c/c-decl.cc:8968
46754 #, gcc-internal-format
46755 msgid "empty union has size 0 in C, size 1 in C++"
46756 msgstr ""
46758 #: c/c-decl.cc:9148
46759 #, gcc-internal-format
46760 msgid "union has no named members"
46761 msgstr ""
46763 #: c/c-decl.cc:9150
46764 #, gcc-internal-format
46765 msgid "union has no members"
46766 msgstr ""
46768 #: c/c-decl.cc:9155
46769 #, gcc-internal-format
46770 msgid "struct has no named members"
46771 msgstr ""
46773 #: c/c-decl.cc:9157
46774 #, gcc-internal-format
46775 msgid "struct has no members"
46776 msgstr ""
46778 #: c/c-decl.cc:9235 cp/decl.cc:14144
46779 #, gcc-internal-format
46780 msgid "flexible array member in union"
46781 msgstr ""
46783 #: c/c-decl.cc:9241
46784 #, gcc-internal-format
46785 msgid "flexible array member not at end of struct"
46786 msgstr ""
46788 #: c/c-decl.cc:9247
46789 #, gcc-internal-format
46790 msgid "flexible array member in a struct with no named members"
46791 msgstr ""
46793 #: c/c-decl.cc:9281
46794 #, gcc-internal-format
46795 msgid "type %qT is too large"
46796 msgstr ""
46798 #: c/c-decl.cc:9335
46799 #, gcc-internal-format
46800 msgid "type punning toggles scalar storage order"
46801 msgstr ""
46803 #: c/c-decl.cc:9402
46804 #, gcc-internal-format
46805 msgid "union cannot be made transparent"
46806 msgstr ""
46808 #: c/c-decl.cc:9564
46809 #, gcc-internal-format
46810 msgid "nested redefinition of %<enum %E%>"
46811 msgstr ""
46813 #: c/c-decl.cc:9572
46814 #, gcc-internal-format
46815 msgid "redeclaration of %<enum %E%>"
46816 msgstr ""
46818 #: c/c-decl.cc:9583
46819 #, gcc-internal-format
46820 msgid "%<enum%> declared with but defined without fixed underlying type"
46821 msgstr ""
46823 #: c/c-decl.cc:9668 cp/decl.cc:16721 m2/gm2-gcc/m2type.cc:2070
46824 #, gcc-internal-format
46825 msgid "specified mode too small for enumerated values"
46826 msgstr ""
46828 #: c/c-decl.cc:9687
46829 #, gcc-internal-format
46830 msgid "enumeration values exceed range of largest integer"
46831 msgstr ""
46833 #: c/c-decl.cc:9696
46834 #, gcc-internal-format
46835 msgid "enumeration values exceed range of %qs"
46836 msgstr ""
46838 #: c/c-decl.cc:9823 c/c-decl.cc:9839
46839 #, gcc-internal-format
46840 msgid "enumerator value for %qE is not an integer constant"
46841 msgstr ""
46843 #: c/c-decl.cc:9834
46844 #, gcc-internal-format
46845 msgid "enumerator value for %qE is not an integer constant expression"
46846 msgstr ""
46848 #: c/c-decl.cc:9858
46849 #, gcc-internal-format
46850 msgid "overflow in enumeration values"
46851 msgstr ""
46853 #: c/c-decl.cc:9865
46854 #, gcc-internal-format
46855 msgid "enumerator value outside the range of underlying type"
46856 msgstr ""
46858 #: c/c-decl.cc:9893
46859 #, gcc-internal-format
46860 msgid "enumerator value outside the range of %qs"
46861 msgstr ""
46863 #: c/c-decl.cc:9899
46864 #, gcc-internal-format
46865 msgid "ISO C restricts enumerator values to range of %<int%> before C2X"
46866 msgstr ""
46868 #: c/c-decl.cc:10093 cp/decl.cc:5789 cp/decl.cc:17300
46869 #, gcc-internal-format
46870 msgid "inline function %qD given attribute %qs"
46871 msgstr ""
46873 #: c/c-decl.cc:10111
46874 #, gcc-internal-format
46875 msgid "return type is an incomplete type"
46876 msgstr ""
46878 #: c/c-decl.cc:10123
46879 #, gcc-internal-format
46880 msgid "return type defaults to %<int%>"
46881 msgstr ""
46883 #: c/c-decl.cc:10151
46884 #, gcc-internal-format
46885 msgid "%q+D defined as variadic function without prototype"
46886 msgstr ""
46888 #: c/c-decl.cc:10209
46889 #, gcc-internal-format
46890 msgid "no previous prototype for %qD"
46891 msgstr ""
46893 #: c/c-decl.cc:10218
46894 #, gcc-internal-format
46895 msgid "%qD was used with no prototype before its definition"
46896 msgstr ""
46898 #: c/c-decl.cc:10226 cp/decl.cc:17443
46899 #, gcc-internal-format
46900 msgid "no previous declaration for %qD"
46901 msgstr ""
46903 #: c/c-decl.cc:10236
46904 #, gcc-internal-format
46905 msgid "%qD was used with no declaration before its definition"
46906 msgstr ""
46908 #: c/c-decl.cc:10255
46909 #, gcc-internal-format
46910 msgid "return type of %qD is not %<int%>"
46911 msgstr ""
46913 #: c/c-decl.cc:10257
46914 #, gcc-internal-format
46915 msgid "%<_Atomic%>-qualified return type of %qD"
46916 msgstr ""
46918 #: c/c-decl.cc:10264
46919 #, gcc-internal-format
46920 msgid "%qD is normally a non-static function"
46921 msgstr ""
46923 #: c/c-decl.cc:10315
46924 #, gcc-internal-format
46925 msgid "old-style parameter declarations in prototyped function definition"
46926 msgstr ""
46928 #: c/c-decl.cc:10330
46929 #, gcc-internal-format
46930 msgid "traditional C rejects ISO C style function definitions"
46931 msgstr ""
46933 #: c/c-decl.cc:10347
46934 #, gcc-internal-format
46935 msgid ""
46936 "ISO C does not support omitting parameter names in function definitions "
46937 "before C2X"
46938 msgstr ""
46940 #: c/c-decl.cc:10387 c/c-decl.cc:10391
46941 #, gcc-internal-format
46942 msgid "old-style function definition"
46943 msgstr ""
46945 #: c/c-decl.cc:10404
46946 #, gcc-internal-format
46947 msgid "parameter name missing from parameter list"
46948 msgstr ""
46950 #: c/c-decl.cc:10420
46951 #, gcc-internal-format
46952 msgid "%qD declared as a non-parameter"
46953 msgstr ""
46955 #: c/c-decl.cc:10428
46956 #, gcc-internal-format
46957 msgid "multiple parameters named %qD"
46958 msgstr ""
46960 #: c/c-decl.cc:10437
46961 #, gcc-internal-format
46962 msgid "parameter %qD declared with void type"
46963 msgstr ""
46965 #: c/c-decl.cc:10466 c/c-decl.cc:10471
46966 #, gcc-internal-format
46967 msgid "type of %qD defaults to %<int%>"
46968 msgstr ""
46970 #: c/c-decl.cc:10491
46971 #, gcc-internal-format
46972 msgid "parameter %qD has incomplete type"
46973 msgstr ""
46975 #: c/c-decl.cc:10498
46976 #, gcc-internal-format
46977 msgid "declaration for parameter %qD but no such parameter"
46978 msgstr ""
46980 #: c/c-decl.cc:10551
46981 #, gcc-internal-format
46982 msgid "number of arguments doesn%'t match built-in prototype"
46983 msgstr ""
46985 #: c/c-decl.cc:10562
46986 #, gcc-internal-format
46987 msgid "number of arguments doesn%'t match prototype"
46988 msgstr ""
46990 #: c/c-decl.cc:10565 c/c-decl.cc:10612 c/c-decl.cc:10626
46991 #, gcc-internal-format
46992 msgid "prototype declaration"
46993 msgstr ""
46995 #: c/c-decl.cc:10604
46996 #, gcc-internal-format
46997 msgid "promoted argument %qD doesn%'t match built-in prototype"
46998 msgstr ""
47000 #: c/c-decl.cc:10609
47001 #, gcc-internal-format
47002 msgid "promoted argument %qD doesn%'t match prototype"
47003 msgstr ""
47005 #: c/c-decl.cc:10619
47006 #, gcc-internal-format
47007 msgid "argument %qD doesn%'t match built-in prototype"
47008 msgstr ""
47010 #: c/c-decl.cc:10624
47011 #, gcc-internal-format
47012 msgid "argument %qD doesn%'t match prototype"
47013 msgstr ""
47015 #: c/c-decl.cc:10882 cp/decl.cc:18224
47016 #, gcc-internal-format
47017 msgid "no return statement in function returning non-void"
47018 msgstr ""
47020 #: c/c-decl.cc:10901 cp/decl.cc:18308
47021 #, gcc-internal-format
47022 msgid "parameter %qD set but not used"
47023 msgstr ""
47025 #: c/c-decl.cc:10998
47026 #, gcc-internal-format
47027 msgid "%<for%> loop initial declarations are only allowed in C99 or C11 mode"
47028 msgstr ""
47030 #: c/c-decl.cc:11003
47031 #, gcc-internal-format
47032 msgid ""
47033 "use option %<-std=c99%>, %<-std=gnu99%>, %<-std=c11%> or %<-std=gnu11%> to "
47034 "compile your code"
47035 msgstr ""
47037 #: c/c-decl.cc:11010
47038 #, gcc-internal-format
47039 msgid "ISO C90 does not support %<for%> loop initial declarations"
47040 msgstr ""
47042 #: c/c-decl.cc:11042
47043 #, gcc-internal-format
47044 msgid "declaration of static variable %qD in %<for%> loop initial declaration"
47045 msgstr ""
47047 #: c/c-decl.cc:11046
47048 #, gcc-internal-format
47049 msgid ""
47050 "declaration of %<extern%> variable %qD in %<for%> loop initial declaration"
47051 msgstr ""
47053 #: c/c-decl.cc:11053
47054 #, gcc-internal-format
47055 msgid "%<struct %E%> declared in %<for%> loop initial declaration"
47056 msgstr ""
47058 #: c/c-decl.cc:11058
47059 #, gcc-internal-format
47060 msgid "%<union %E%> declared in %<for%> loop initial declaration"
47061 msgstr ""
47063 #: c/c-decl.cc:11062
47064 #, gcc-internal-format
47065 msgid "%<enum %E%> declared in %<for%> loop initial declaration"
47066 msgstr ""
47068 #: c/c-decl.cc:11066
47069 #, gcc-internal-format
47070 msgid "declaration of non-variable %qD in %<for%> loop initial declaration"
47071 msgstr ""
47073 #: c/c-decl.cc:11352
47074 #, gcc-internal-format
47075 msgid "incompatible address space qualifiers %qs and %qs"
47076 msgstr ""
47078 #: c/c-decl.cc:11411 c/c-decl.cc:11418
47079 #, gcc-internal-format
47080 msgid "duplicate %qE declaration specifier"
47081 msgstr ""
47083 #: c/c-decl.cc:11446 c/c-decl.cc:12447
47084 #, gcc-internal-format
47085 msgid "multiple storage classes in declaration specifiers"
47086 msgstr ""
47088 #: c/c-decl.cc:11448
47089 #, gcc-internal-format
47090 msgid "%qs used with %<auto%>"
47091 msgstr ""
47093 #. auto may only be used with another storage class specifier,
47094 #. such as constexpr, if the type is inferred.
47095 #: c/c-decl.cc:11453
47096 #, gcc-internal-format
47097 msgid "%<auto%> used with %<constexpr%>"
47098 msgstr ""
47100 #: c/c-decl.cc:11466 c/c-decl.cc:11850 c/c-decl.cc:12245
47101 #, gcc-internal-format
47102 msgid "two or more data types in declaration specifiers"
47103 msgstr ""
47105 #: c/c-decl.cc:11478 cp/parser.cc:33541
47106 #, gcc-internal-format
47107 msgid "%<long long long%> is too long for GCC"
47108 msgstr ""
47110 #: c/c-decl.cc:11491
47111 #, gcc-internal-format
47112 msgid "ISO C90 does not support %<long long%>"
47113 msgstr ""
47115 #: c/c-decl.cc:11720 c/c-parser.cc:10584
47116 #, gcc-internal-format
47117 msgid "ISO C90 does not support complex types"
47118 msgstr ""
47120 #: c/c-decl.cc:11766
47121 #, gcc-internal-format
47122 msgid "ISO C does not support saturating types"
47123 msgstr ""
47125 #: c/c-decl.cc:11837 c/c-decl.cc:12382 c/c-decl.cc:12441
47126 #, gcc-internal-format
47127 msgid "duplicate %qE"
47128 msgstr ""
47130 #: c/c-decl.cc:11897
47131 #, gcc-internal-format
47132 msgid "ISO C does not support %<__int%d%> types"
47133 msgstr ""
47135 #: c/c-decl.cc:11919
47136 #, gcc-internal-format
47137 msgid "%<__int%d%> is not supported on this target"
47138 msgstr ""
47140 #: c/c-decl.cc:11962
47141 #, gcc-internal-format
47142 msgid "ISO C90 does not support boolean types"
47143 msgstr ""
47145 #: c/c-decl.cc:12081
47146 #, gcc-internal-format
47147 msgid "ISO C does not support the %<_Float%d%s%> type"
47148 msgstr ""
47150 #: c/c-decl.cc:12131 cp/parser.cc:19728
47151 #, gcc-internal-format
47152 msgid "%<_Float%d%s%> is not supported on this target"
47153 msgstr ""
47155 #: c/c-decl.cc:12202
47156 #, gcc-internal-format
47157 msgid "ISO C does not support decimal floating-point before C2X"
47158 msgstr ""
47160 #: c/c-decl.cc:12226 c/c-decl.cc:12543 c/c-parser.cc:9594
47161 #, gcc-internal-format
47162 msgid "fixed-point types not supported for this target"
47163 msgstr ""
47165 #: c/c-decl.cc:12228
47166 #, gcc-internal-format
47167 msgid "ISO C does not support fixed-point types"
47168 msgstr ""
47170 #: c/c-decl.cc:12261
47171 #, gcc-internal-format
47172 msgid "C++ lookup of %qD would return a field, not a type"
47173 msgstr ""
47175 #: c/c-decl.cc:12274
47176 #, gcc-internal-format
47177 msgid "%qE fails to be a typedef or built in type"
47178 msgstr ""
47180 #: c/c-decl.cc:12326
47181 #, gcc-internal-format
47182 msgid "%qE is not at beginning of declaration"
47183 msgstr ""
47185 #. auto may only be used with another storage class specifier,
47186 #. such as constexpr, if the type is inferred.
47187 #: c/c-decl.cc:12347 c/c-decl.cc:12424
47188 #, gcc-internal-format
47189 msgid "%qE used with %<auto%>"
47190 msgstr ""
47192 #: c/c-decl.cc:12349
47193 #, gcc-internal-format
47194 msgid "%qE used with %<register%>"
47195 msgstr ""
47197 #: c/c-decl.cc:12351 c/c-decl.cc:12420
47198 #, gcc-internal-format
47199 msgid "%qE used with %<typedef%>"
47200 msgstr ""
47202 #: c/c-decl.cc:12353 c/c-decl.cc:12390
47203 #, gcc-internal-format
47204 msgid "%qE used with %<constexpr%>"
47205 msgstr ""
47207 #: c/c-decl.cc:12367 c/c-parser.cc:2924 c/c-parser.cc:4208 c/c-parser.cc:8938
47208 #, gcc-internal-format
47209 msgid "ISO C99 does not support %qE"
47210 msgstr ""
47212 #: c/c-decl.cc:12370 c/c-parser.cc:2927 c/c-parser.cc:4211 c/c-parser.cc:8941
47213 #, gcc-internal-format
47214 msgid "ISO C90 does not support %qE"
47215 msgstr ""
47217 #: c/c-decl.cc:12396
47218 #, gcc-internal-format
47219 msgid "%<__thread%> before %<extern%>"
47220 msgstr ""
47222 #: c/c-decl.cc:12405
47223 #, gcc-internal-format
47224 msgid "%<__thread%> before %<static%>"
47225 msgstr ""
47227 #: c/c-decl.cc:12411
47228 #, gcc-internal-format
47229 msgid "%<typedef%> used with %<auto%>"
47230 msgstr ""
47232 #: c/c-decl.cc:12418
47233 #, gcc-internal-format
47234 msgid "%qE used with %<extern%>"
47235 msgstr ""
47237 #: c/c-decl.cc:12426
47238 #, gcc-internal-format
47239 msgid "%qE used with %qs"
47240 msgstr ""
47242 #: c/c-decl.cc:12439
47243 #, gcc-internal-format
47244 msgid "duplicate %<_Thread_local%> or %<__thread%>"
47245 msgstr ""
47247 #: c/c-decl.cc:12455
47248 #, gcc-internal-format
47249 msgid "%qs used with %qE"
47250 msgstr ""
47252 #: c/c-decl.cc:12463
47253 #, gcc-internal-format
47254 msgid "%<constexpr%> used with %qE"
47255 msgstr ""
47257 #: c/c-decl.cc:12540
47258 #, gcc-internal-format
47259 msgid "%<_Sat%> is used without %<_Fract%> or %<_Accum%>"
47260 msgstr ""
47262 #: c/c-decl.cc:12555
47263 #, gcc-internal-format
47264 msgid "ISO C does not support plain %<complex%> meaning %<double complex%>"
47265 msgstr ""
47267 #: c/c-decl.cc:12566
47268 #, gcc-internal-format
47269 msgid "ISO C does not support %<auto%> type deduction before C2X"
47270 msgstr ""
47272 #: c/c-decl.cc:12595
47273 #, gcc-internal-format
47274 msgid "%<__auto_type%> followed by %<[[]]%> attributes"
47275 msgstr ""
47277 #: c/c-decl.cc:12621 c/c-decl.cc:12637 c/c-decl.cc:12663
47278 #, gcc-internal-format
47279 msgid "ISO C does not support complex integer types"
47280 msgstr ""
47282 #: c/c-decl.cc:13091 cp/semantics.cc:6071
47283 #, gcc-internal-format
47284 msgid ""
47285 "%<#pragma omp declare reduction%> combiner refers to variable %qD which is "
47286 "not %<omp_out%> nor %<omp_in%>"
47287 msgstr ""
47289 #: c/c-decl.cc:13095 cp/semantics.cc:6075
47290 #, gcc-internal-format
47291 msgid ""
47292 "%<#pragma omp declare reduction%> initializer refers to variable %qD which "
47293 "is not %<omp_priv%> nor %<omp_orig%>"
47294 msgstr ""
47296 #: c/c-fold.cc:388 c/c-typeck.cc:12632 cp/typeck.cc:5636
47297 #, gcc-internal-format
47298 msgid "left shift of negative value"
47299 msgstr ""
47301 #: c/c-fold.cc:398 c/c-typeck.cc:12641 cp/typeck.cc:5644
47302 #, gcc-internal-format
47303 msgid "left shift count is negative"
47304 msgstr ""
47306 #: c/c-fold.cc:399 c/c-typeck.cc:12569 cp/typeck.cc:5583
47307 #, gcc-internal-format
47308 msgid "right shift count is negative"
47309 msgstr ""
47311 #: c/c-fold.cc:407 c/c-typeck.cc:12660 cp/typeck.cc:5652
47312 #, gcc-internal-format
47313 msgid "left shift count >= width of type"
47314 msgstr ""
47316 #: c/c-fold.cc:408 c/c-typeck.cc:12593 cp/typeck.cc:5594
47317 #, gcc-internal-format
47318 msgid "right shift count >= width of type"
47319 msgstr ""
47321 #: c/c-fold.cc:415 c/c-typeck.cc:12652
47322 #, gcc-internal-format
47323 msgid "left shift count >= width of vector element"
47324 msgstr ""
47326 #: c/c-fold.cc:416 c/c-typeck.cc:12580
47327 #, gcc-internal-format
47328 msgid "right shift count >= width of vector element"
47329 msgstr ""
47331 #: c/c-parser.cc:336
47332 #, gcc-internal-format
47333 msgid "identifier %qE conflicts with C++ keyword"
47334 msgstr ""
47336 #: c/c-parser.cc:1017 cp/parser.cc:3113
47337 #, gcc-internal-format
47338 msgid "version control conflict marker in file"
47339 msgstr ""
47341 #: c/c-parser.cc:1238 cp/parser.cc:3194
47342 #, gcc-internal-format
47343 msgid "to match this %qs"
47344 msgstr ""
47346 #: c/c-parser.cc:1367 cp/parser.cc:33775
47347 #, gcc-internal-format
47348 msgid "expected end of line"
47349 msgstr ""
47351 #: c/c-parser.cc:1770
47352 #, gcc-internal-format
47353 msgid "ISO C forbids an empty translation unit"
47354 msgstr ""
47356 #: c/c-parser.cc:1796 c/c-parser.cc:1805 c/c-parser.cc:23168 cp/parser.cc:47461
47357 #: cp/semantics.cc:3400 cp/semantics.cc:3409
47358 #, gcc-internal-format
47359 msgid "%qs without corresponding %qs"
47360 msgstr ""
47362 #: c/c-parser.cc:1901 c/c-parser.cc:11990
47363 #, gcc-internal-format
47364 msgid "ISO C does not allow extra %<;%> outside of a function"
47365 msgstr ""
47367 #: c/c-parser.cc:1982
47368 #, gcc-internal-format
47369 msgid "%<assume%> attribute at top level"
47370 msgstr ""
47372 #: c/c-parser.cc:2132
47373 #, gcc-internal-format
47374 msgid "unknown type name %qE; use %<struct%> keyword to refer to the type"
47375 msgstr ""
47377 #: c/c-parser.cc:2140
47378 #, gcc-internal-format
47379 msgid "unknown type name %qE; use %<union%> keyword to refer to the type"
47380 msgstr ""
47382 #: c/c-parser.cc:2148
47383 #, gcc-internal-format
47384 msgid "unknown type name %qE; use %<enum%> keyword to refer to the type"
47385 msgstr ""
47387 #: c/c-parser.cc:2161 c/c-parser.cc:4815
47388 #, gcc-internal-format
47389 msgid "unknown type name %qE; did you mean %qs?"
47390 msgstr ""
47392 #: c/c-parser.cc:2165 c/c-parser.cc:3182 c/c-parser.cc:4819
47393 #, gcc-internal-format
47394 msgid "unknown type name %qE"
47395 msgstr ""
47397 #: c/c-parser.cc:2192 c/c-parser.cc:13312 c/c-parser.cc:20918
47398 #: c/c-parser.cc:21513 c/c-parser.cc:22067 cp/parser.cc:44924
47399 #: cp/parser.cc:49523
47400 #, gcc-internal-format
47401 msgid "expected declaration specifiers"
47402 msgstr ""
47404 #: c/c-parser.cc:2216
47405 #, gcc-internal-format
47406 msgid "%qT declared in underspecified object declaration"
47407 msgstr ""
47409 #: c/c-parser.cc:2221
47410 #, gcc-internal-format
47411 msgid "%qT defined in underspecified object declaration"
47412 msgstr ""
47414 #: c/c-parser.cc:2240
47415 #, gcc-internal-format
47416 msgid "%qs in empty declaration"
47417 msgstr ""
47419 #: c/c-parser.cc:2254
47420 #, gcc-internal-format
47421 msgid "%<fallthrough%> attribute at top level"
47422 msgstr ""
47424 #: c/c-parser.cc:2279 c/c-parser.cc:4012
47425 #, gcc-internal-format
47426 msgid "expected %<;%>, identifier or %<(%>"
47427 msgstr ""
47429 #: c/c-parser.cc:2297 cp/parser.cc:36028 cp/parser.cc:36100
47430 #, gcc-internal-format
47431 msgid "prefix attributes are ignored for methods"
47432 msgstr ""
47434 #: c/c-parser.cc:2332
47435 #, gcc-internal-format
47436 msgid "prefix attributes are ignored for implementations"
47437 msgstr ""
47439 #: c/c-parser.cc:2353
47440 #, gcc-internal-format
47441 msgid "unexpected attribute"
47442 msgstr ""
47444 #: c/c-parser.cc:2363 c/c-parser.cc:6747 cp/parser.cc:12616 cp/parser.cc:12838
47445 #, gcc-internal-format
47446 msgid "%<fallthrough%> attribute not followed by %<;%>"
47447 msgstr ""
47449 #: c/c-parser.cc:2366 c/c-parser.cc:6730 cp/cp-gimplify.cc:3264
47450 #, gcc-internal-format
47451 msgid "%<assume%> attribute not followed by %<;%>"
47452 msgstr ""
47454 #: c/c-parser.cc:2399
47455 #, gcc-internal-format
47456 msgid "%<__auto_type%> requires a plain identifier as declarator"
47457 msgstr ""
47459 #: c/c-parser.cc:2412
47460 #, gcc-internal-format
47461 msgid ""
47462 "%<auto%> requires a plain identifier, possibly with attributes, as declarator"
47463 msgstr ""
47465 #: c/c-parser.cc:2438
47466 #, gcc-internal-format
47467 msgid "data definition has no type or storage class"
47468 msgstr ""
47470 #. This means there is an attribute specifier after
47471 #. the declarator in a function definition.  Provide
47472 #. some more information for the user.
47473 #: c/c-parser.cc:2453
47474 #, gcc-internal-format
47475 msgid ""
47476 "attributes should be specified before the declarator in a function definition"
47477 msgstr ""
47479 #: c/c-parser.cc:2492
47480 #, gcc-internal-format
47481 msgid "%<__auto_type%> used with a bit-field initializer"
47482 msgstr ""
47484 #: c/c-parser.cc:2591 c/c-parser.cc:2721
47485 #, gcc-internal-format
47486 msgid "%qs requires an initialized data declaration"
47487 msgstr ""
47489 #: c/c-parser.cc:2684
47490 #, gcc-internal-format
47491 msgid "%qs may only be used with a single declarator"
47492 msgstr ""
47494 #: c/c-parser.cc:2713 cp/parser.cc:15510
47495 #, gcc-internal-format
47496 msgid "expected %<,%> or %<;%>"
47497 msgstr ""
47499 #. This can appear in many cases looking nothing like a
47500 #. function definition, so we don't give a more specific
47501 #. error suggesting there was one.
47502 #: c/c-parser.cc:2728 c/c-parser.cc:2769
47503 #, gcc-internal-format
47504 msgid "expected %<=%>, %<,%>, %<;%>, %<asm%> or %<__attribute__%>"
47505 msgstr ""
47507 #: c/c-parser.cc:2736
47508 #, gcc-internal-format
47509 msgid "ISO C forbids nested functions"
47510 msgstr ""
47512 #: c/c-parser.cc:2950 c/c-parser.cc:7869 c/c-parser.cc:13373
47513 #, gcc-internal-format
47514 msgid "expected string literal"
47515 msgstr ""
47517 #: c/c-parser.cc:2959
47518 #, gcc-internal-format
47519 msgid "ISO C11 does not support omitting the string in %qE"
47520 msgstr ""
47522 #: c/c-parser.cc:2965
47523 #, gcc-internal-format
47524 msgid "expression in static assertion is not an integer"
47525 msgstr ""
47527 #: c/c-parser.cc:2974
47528 #, gcc-internal-format
47529 msgid "expression in static assertion is not an integer constant expression"
47530 msgstr ""
47532 #: c/c-parser.cc:2979
47533 #, gcc-internal-format
47534 msgid "expression in static assertion is not constant"
47535 msgstr ""
47537 #: c/c-parser.cc:2986
47538 #, gcc-internal-format
47539 msgid "static assertion failed: %E"
47540 msgstr ""
47542 #: c/c-parser.cc:2988 cp/semantics.cc:11298
47543 #, gcc-internal-format
47544 msgid "static assertion failed"
47545 msgstr ""
47547 #: c/c-parser.cc:3329
47548 #, gcc-internal-format
47549 msgid "%<_Atomic%> in Objective-C"
47550 msgstr ""
47552 #: c/c-parser.cc:3332
47553 #, gcc-internal-format
47554 msgid "ISO C99 does not support the %<_Atomic%> qualifier"
47555 msgstr ""
47557 #: c/c-parser.cc:3335
47558 #, gcc-internal-format
47559 msgid "ISO C90 does not support the %<_Atomic%> qualifier"
47560 msgstr ""
47562 #: c/c-parser.cc:3363
47563 #, gcc-internal-format
47564 msgid "%<_Atomic%> applied to a qualified type"
47565 msgstr ""
47567 #: c/c-parser.cc:3393
47568 #, gcc-internal-format
47569 msgid "%<__GIMPLE%> only valid with %<-fgimple%>"
47570 msgstr ""
47572 #: c/c-parser.cc:3484
47573 #, gcc-internal-format
47574 msgid "ISO C does not support specifying %<enum%> underlying types before C2X"
47575 msgstr ""
47577 #: c/c-parser.cc:3493
47578 #, gcc-internal-format
47579 msgid "%<enum%> declared both with and without fixed underlying type"
47580 msgstr ""
47582 #: c/c-parser.cc:3515
47583 #, gcc-internal-format
47584 msgid "no %<enum%> underlying type specified"
47585 msgstr ""
47587 #: c/c-parser.cc:3519
47588 #, gcc-internal-format
47589 msgid "invalid %<enum%> underlying type"
47590 msgstr ""
47592 #: c/c-parser.cc:3549
47593 #, gcc-internal-format
47594 msgid "%<enum%> underlying type incompatible with previous declaration"
47595 msgstr ""
47597 #: c/c-parser.cc:3584
47598 #, gcc-internal-format
47599 msgid "empty enum is invalid"
47600 msgstr ""
47602 #: c/c-parser.cc:3588 c/c-parser.cc:4640 c/c-parser.cc:5361 c/c-parser.cc:5373
47603 #: c/c-parser.cc:5835 c/c-parser.cc:6147 c/c-parser.cc:7736 c/c-parser.cc:7819
47604 #: c/c-parser.cc:8795 c/c-parser.cc:9112 c/c-parser.cc:9121 c/c-parser.cc:9654
47605 #: c/c-parser.cc:9841 c/c-parser.cc:9869 c/c-parser.cc:10751
47606 #: c/c-parser.cc:11269 c/c-parser.cc:11307 c/c-parser.cc:11572
47607 #: c/c-parser.cc:11623 c/c-parser.cc:11783 c/c-parser.cc:11813
47608 #: c/c-parser.cc:11821 c/c-parser.cc:11850 c/c-parser.cc:11863
47609 #: c/c-parser.cc:12169 c/c-parser.cc:12293 c/c-parser.cc:12878
47610 #: c/c-parser.cc:12931 c/c-parser.cc:12947 c/c-parser.cc:12993
47611 #: c/c-parser.cc:13838 c/c-parser.cc:13884 c/c-parser.cc:16614
47612 #: c/c-parser.cc:16751 c/c-parser.cc:17466 c/c-parser.cc:19902
47613 #: c/c-parser.cc:22595 c/c-parser.cc:22786 c/gimple-parser.cc:1806
47614 #: c/gimple-parser.cc:1853 cp/parser.cc:9276 cp/parser.cc:33778
47615 #: cp/parser.cc:37005 cp/parser.cc:39931 cp/parser.cc:40123 cp/parser.cc:46507
47616 #: cp/parser.cc:48806
47617 #, gcc-internal-format
47618 msgid "expected identifier"
47619 msgstr ""
47621 #: c/c-parser.cc:3633 cp/parser.cc:21265
47622 #, gcc-internal-format
47623 msgid "comma at end of enumerator list"
47624 msgstr ""
47626 #: c/c-parser.cc:3639 go/gofrontend/embed.cc:423
47627 #, gcc-internal-format
47628 msgid "expected %<,%> or %<}%>"
47629 msgstr ""
47631 #: c/c-parser.cc:3682
47632 #, gcc-internal-format
47633 msgid "ISO C forbids forward references to %<enum%> types"
47634 msgstr ""
47636 #: c/c-parser.cc:3806
47637 #, gcc-internal-format
47638 msgid "expected class name"
47639 msgstr ""
47641 #: c/c-parser.cc:3828
47642 #, gcc-internal-format
47643 msgid "extra semicolon in struct or union specified"
47644 msgstr ""
47646 #: c/c-parser.cc:3857
47647 #, gcc-internal-format
47648 msgid "no semicolon at end of struct or union"
47649 msgstr ""
47651 #: c/c-parser.cc:3974 c/c-parser.cc:5607
47652 #, gcc-internal-format
47653 msgid "expected specifier-qualifier-list"
47654 msgstr ""
47656 #: c/c-parser.cc:3985
47657 #, gcc-internal-format
47658 msgid "ISO C forbids member declarations with no members"
47659 msgstr ""
47661 #: c/c-parser.cc:4079
47662 #, gcc-internal-format
47663 msgid "expected %<,%>, %<;%> or %<}%>"
47664 msgstr ""
47666 #: c/c-parser.cc:4086
47667 #, gcc-internal-format
47668 msgid "expected %<:%>, %<,%>, %<;%>, %<}%> or %<__attribute__%>"
47669 msgstr ""
47671 #: c/c-parser.cc:4157
47672 #, gcc-internal-format
47673 msgid "%<typeof%> applied to a bit-field"
47674 msgstr ""
47676 #: c/c-parser.cc:4468
47677 #, gcc-internal-format
47678 msgid "expected identifier or %<(%>"
47679 msgstr ""
47681 #: c/c-parser.cc:4701
47682 #, gcc-internal-format
47683 msgid "ISO C requires a named argument before %<...%> before C2X"
47684 msgstr ""
47686 #: c/c-parser.cc:4826
47687 #, gcc-internal-format
47688 msgid "expected declaration specifiers or %<...%>"
47689 msgstr ""
47691 #: c/c-parser.cc:5054
47692 #, gcc-internal-format
47693 msgid "parentheses must be omitted if attribute argument list is empty"
47694 msgstr ""
47696 #: c/c-parser.cc:5398 cp/parser.cc:29399
47697 #, gcc-internal-format
47698 msgid "%qE attribute does not take any arguments"
47699 msgstr ""
47701 #: c/c-parser.cc:5453
47702 #, gcc-internal-format
47703 msgid "ISO C does not support %<[[]]%> attributes before C2X"
47704 msgstr ""
47706 #: c/c-parser.cc:5682 c/c-parser.cc:5742 c/c-typeck.cc:8638
47707 #, gcc-internal-format
47708 msgid ""
47709 "variable-sized object may not be initialized except with an empty initializer"
47710 msgstr ""
47712 #: c/c-parser.cc:5736
47713 #, gcc-internal-format
47714 msgid "ISO C forbids empty initializer braces before C2X"
47715 msgstr ""
47717 #: c/c-parser.cc:5799
47718 #, gcc-internal-format
47719 msgid "obsolete use of designated initializer with %<:%>"
47720 msgstr ""
47722 #: c/c-parser.cc:5955
47723 #, gcc-internal-format
47724 msgid "ISO C forbids specifying range of elements to initialize"
47725 msgstr ""
47727 #: c/c-parser.cc:5967
47728 #, gcc-internal-format
47729 msgid "ISO C90 forbids specifying subobject to initialize"
47730 msgstr ""
47732 #: c/c-parser.cc:5975
47733 #, gcc-internal-format
47734 msgid "obsolete use of designated initializer without %<=%>"
47735 msgstr ""
47737 #: c/c-parser.cc:6162
47738 #, gcc-internal-format
47739 msgid "ISO C forbids label declarations"
47740 msgstr ""
47742 #: c/c-parser.cc:6168 c/c-parser.cc:6257 c/c-parser.cc:6271
47743 #: c/gimple-parser.cc:419
47744 #, gcc-internal-format
47745 msgid "expected declaration or statement"
47746 msgstr ""
47748 #: c/c-parser.cc:6203
47749 #, gcc-internal-format
47750 msgid ""
47751 "a label can only be part of a statement and a declaration is not a statement"
47752 msgstr ""
47754 #: c/c-parser.cc:6215 c/c-parser.cc:6248
47755 #, gcc-internal-format
47756 msgid "ISO C90 forbids mixed declarations and code"
47757 msgstr ""
47759 #: c/c-parser.cc:6279
47760 #, gcc-internal-format
47761 msgid "expected %<}%> before %<else%>"
47762 msgstr ""
47764 #: c/c-parser.cc:6284 cp/parser.cc:12963
47765 #, gcc-internal-format
47766 msgid "%<else%> without a previous %<if%>"
47767 msgstr ""
47769 #: c/c-parser.cc:6302
47770 #, gcc-internal-format
47771 msgid "label at end of compound statement"
47772 msgstr ""
47774 #. Avoid infinite loop in error recovery:
47775 #. c_parser_skip_until_found stops at a closing nesting
47776 #. delimiter without consuming it, but here we need to consume
47777 #. it to proceed further.
47778 #: c/c-parser.cc:6323 c/c-parser.cc:6336 c/c-parser.cc:6772
47779 #: c/gimple-parser.cc:2344 cp/parser.cc:12522
47780 #, gcc-internal-format
47781 msgid "expected statement"
47782 msgstr ""
47784 #: c/c-parser.cc:6395
47785 #, gcc-internal-format
47786 msgid "expected %<:%> or %<...%>"
47787 msgstr ""
47789 #: c/c-parser.cc:6423
47790 #, gcc-internal-format
47791 msgid ""
47792 "GNU-style attribute between label and declaration appertains to the label"
47793 msgstr ""
47795 #: c/c-parser.cc:6654
47796 #, gcc-internal-format
47797 msgid "expected identifier or %<*%>"
47798 msgstr ""
47800 #: c/c-parser.cc:6755
47801 #, gcc-internal-format
47802 msgid ""
47803 "only attribute %<fallthrough%> or %<assume%> can be applied to a null "
47804 "statement"
47805 msgstr ""
47807 #: c/c-parser.cc:6880 cp/parser.cc:14532
47808 #, gcc-internal-format
47809 msgid "suggest braces around empty body in an %<if%> statement"
47810 msgstr ""
47812 #: c/c-parser.cc:6922 cp/parser.cc:14535
47813 #, gcc-internal-format
47814 msgid "suggest braces around empty body in an %<else%> statement"
47815 msgstr ""
47817 #: c/c-parser.cc:7053 cp/parser.cc:13332
47818 #, gcc-internal-format
47819 msgid "suggest explicit braces to avoid ambiguous %<else%>"
47820 msgstr ""
47822 #: c/c-parser.cc:7193
47823 #, gcc-internal-format
47824 msgid "suggest braces around empty body in %<do%> statement"
47825 msgstr ""
47827 #: c/c-parser.cc:7325 c/c-parser.cc:7357
47828 #, gcc-internal-format
47829 msgid "multiple iterating variables in fast enumeration"
47830 msgstr ""
47832 #: c/c-parser.cc:7380
47833 #, gcc-internal-format
47834 msgid "invalid iterating variable in fast enumeration"
47835 msgstr ""
47837 #: c/c-parser.cc:7404 cp/parser.cc:13619
47838 #, gcc-internal-format
47839 msgid "missing loop condition in loop with %<GCC ivdep%> pragma"
47840 msgstr ""
47842 #: c/c-parser.cc:7410 cp/parser.cc:13625
47843 #, gcc-internal-format
47844 msgid "missing loop condition in loop with %<GCC unroll%> pragma"
47845 msgstr ""
47847 #: c/c-parser.cc:7446
47848 #, gcc-internal-format
47849 msgid "missing collection in fast enumeration"
47850 msgstr ""
47852 #: c/c-parser.cc:7568 c/c-parser.cc:7579 c/c-parser.cc:7590
47853 #, gcc-internal-format
47854 msgid "duplicate %<asm%> qualifier %qE"
47855 msgstr ""
47857 #: c/c-parser.cc:7569 c/c-parser.cc:7580 c/c-parser.cc:7591 cp/parser.cc:22172
47858 #: cp/parser.cc:22189 cp/parser.cc:22203
47859 #, gcc-internal-format
47860 msgid "first seen here"
47861 msgstr ""
47863 #: c/c-parser.cc:7600
47864 #, gcc-internal-format
47865 msgid "%qE is not a valid %<asm%> qualifier"
47866 msgstr ""
47868 #: c/c-parser.cc:7650
47869 #, gcc-internal-format
47870 msgid "expected %<:%> or %<)%>"
47871 msgstr ""
47873 #: c/c-parser.cc:7949 cp/parser.cc:4575
47874 #, gcc-internal-format
47875 msgid "a wide string is invalid in this context"
47876 msgstr ""
47878 #: c/c-parser.cc:8155
47879 #, gcc-internal-format
47880 msgid "ISO C forbids omitting the middle term of a %<?:%> expression"
47881 msgstr ""
47883 #. Location of the binary operator.
47884 #. Quiet warning.
47885 #: c/c-parser.cc:8377 cp/typeck.cc:5417
47886 #, gcc-internal-format
47887 msgid ""
47888 "division %<sizeof (%T) / sizeof (%T)%> does not compute the number of array "
47889 "elements"
47890 msgstr ""
47892 #: c/c-parser.cc:8383 cp/typeck.cc:5422
47893 #, gcc-internal-format
47894 msgid "first %<sizeof%> operand was declared here"
47895 msgstr ""
47897 #: c/c-parser.cc:8654
47898 #, gcc-internal-format
47899 msgid "storage class specifier in cast"
47900 msgstr ""
47902 #: c/c-parser.cc:8657
47903 #, gcc-internal-format
47904 msgid "alignment specified for type name in cast"
47905 msgstr ""
47907 #: c/c-parser.cc:8758
47908 #, gcc-internal-format
47909 msgid "traditional C rejects the unary plus operator"
47910 msgstr ""
47912 #: c/c-parser.cc:8890
47913 #, gcc-internal-format
47914 msgid "storage class specifier in %<sizeof%>"
47915 msgstr ""
47917 #: c/c-parser.cc:8893
47918 #, gcc-internal-format
47919 msgid "alignment specified for type name in %<sizeof%>"
47920 msgstr ""
47922 #: c/c-parser.cc:8909
47923 #, gcc-internal-format
47924 msgid "%<sizeof%> applied to a bit-field"
47925 msgstr ""
47927 #: c/c-parser.cc:8982
47928 #, gcc-internal-format
47929 msgid "storage class specifier in %qE"
47930 msgstr ""
47932 #: c/c-parser.cc:8985
47933 #, gcc-internal-format
47934 msgid "alignment specified for type name in %qE"
47935 msgstr ""
47937 #: c/c-parser.cc:9009
47938 #, gcc-internal-format
47939 msgid "ISO C does not allow %<%E (expression)%>"
47940 msgstr ""
47942 #: c/c-parser.cc:9162
47943 #, gcc-internal-format
47944 msgid "cannot take address of %qs"
47945 msgstr ""
47947 #: c/c-parser.cc:9245
47948 #, gcc-internal-format
47949 msgid "ISO C99 does not support %<_Generic%>"
47950 msgstr ""
47952 #: c/c-parser.cc:9248
47953 #, gcc-internal-format
47954 msgid "ISO C90 does not support %<_Generic%>"
47955 msgstr ""
47957 #: c/c-parser.cc:9317
47958 #, gcc-internal-format
47959 msgid "%<_Generic%> association has function type"
47960 msgstr ""
47962 #: c/c-parser.cc:9320
47963 #, gcc-internal-format
47964 msgid "%<_Generic%> association has incomplete type"
47965 msgstr ""
47967 #: c/c-parser.cc:9324
47968 #, gcc-internal-format
47969 msgid "%<_Generic%> association has variable length type"
47970 msgstr ""
47972 #: c/c-parser.cc:9348
47973 #, gcc-internal-format
47974 msgid "duplicate %<default%> case in %<_Generic%>"
47975 msgstr ""
47977 #: c/c-parser.cc:9349
47978 #, gcc-internal-format
47979 msgid "original %<default%> is here"
47980 msgstr ""
47982 #: c/c-parser.cc:9357
47983 #, gcc-internal-format
47984 msgid "%<_Generic%> specifies two compatible types"
47985 msgstr ""
47987 #: c/c-parser.cc:9358
47988 #, gcc-internal-format
47989 msgid "compatible type is here"
47990 msgstr ""
47992 #: c/c-parser.cc:9381
47993 #, gcc-internal-format
47994 msgid "%<_Generic%> selector matches multiple associations"
47995 msgstr ""
47997 #: c/c-parser.cc:9383
47998 #, gcc-internal-format
47999 msgid "other match is here"
48000 msgstr ""
48002 #: c/c-parser.cc:9408
48003 #, gcc-internal-format
48004 msgid ""
48005 "%<_Generic%> selector of type %qT is not compatible with any association"
48006 msgstr ""
48008 #: c/c-parser.cc:9429
48009 #, gcc-internal-format
48010 msgid "argument %u of %<__builtin_tgmath%> is not a function pointer"
48011 msgstr ""
48013 #: c/c-parser.cc:9437
48014 #, gcc-internal-format
48015 msgid "argument %u of %<__builtin_tgmath%> is unprototyped"
48016 msgstr ""
48018 #: c/c-parser.cc:9443
48019 #, gcc-internal-format
48020 msgid "argument %u of %<__builtin_tgmath%> has variable arguments"
48021 msgstr ""
48023 #: c/c-parser.cc:9459
48024 #, gcc-internal-format
48025 msgid "argument %u of %<__builtin_tgmath%> has no arguments"
48026 msgstr ""
48028 #: c/c-parser.cc:9482 c/c-parser.cc:9486
48029 #, gcc-internal-format
48030 msgid "ISO C does not support %qs predefined identifier"
48031 msgstr ""
48033 #: c/c-parser.cc:9490
48034 #, gcc-internal-format
48035 msgid "ISO C90 does not support %<__func__%> predefined identifier"
48036 msgstr ""
48038 #: c/c-parser.cc:9668 c/c-parser.cc:10818 c/c-parser.cc:10840
48039 #: c/c-parser.cc:19319 c/gimple-parser.cc:1722 c/gimple-parser.cc:2361
48040 #: cp/parser.cc:42017
48041 #, gcc-internal-format
48042 msgid "expected expression"
48043 msgstr ""
48045 #: c/c-parser.cc:9689
48046 #, gcc-internal-format
48047 msgid "braced-group within expression allowed only inside a function"
48048 msgstr ""
48050 #: c/c-parser.cc:9703
48051 #, gcc-internal-format
48052 msgid "ISO C forbids braced-groups within expressions"
48053 msgstr ""
48055 #: c/c-parser.cc:9896
48056 #, gcc-internal-format
48057 msgid "wrong number of arguments to %<__builtin_choose_expr%>"
48058 msgstr ""
48060 #: c/c-parser.cc:9912
48061 #, gcc-internal-format
48062 msgid "first argument to %<__builtin_choose_expr%> not a constant"
48063 msgstr ""
48065 #: c/c-parser.cc:9982 c/c-parser.cc:9999 c/c-parser.cc:10006
48066 #, gcc-internal-format
48067 msgid "too few arguments to %<__builtin_tgmath%>"
48068 msgstr ""
48070 #: c/c-parser.cc:10027
48071 #, gcc-internal-format
48072 msgid "argument %u of %<__builtin_tgmath%> has wrong number of arguments"
48073 msgstr ""
48075 #: c/c-parser.cc:10071 c/c-parser.cc:10081
48076 #, gcc-internal-format
48077 msgid ""
48078 "invalid type-generic return type for argument %u of %<__builtin_tgmath%>"
48079 msgstr ""
48081 #: c/c-parser.cc:10103 c/c-parser.cc:10113
48082 #, gcc-internal-format
48083 msgid ""
48084 "invalid type-generic type for argument %u of argument %u of "
48085 "%<__builtin_tgmath%>"
48086 msgstr ""
48088 #: c/c-parser.cc:10146
48089 #, gcc-internal-format
48090 msgid "function arguments of %<__builtin_tgmath%> all have the same type"
48091 msgstr ""
48093 #: c/c-parser.cc:10165
48094 #, gcc-internal-format
48095 msgid "function arguments of %<__builtin_tgmath%> lack type-generic parameter"
48096 msgstr ""
48098 #: c/c-parser.cc:10213
48099 #, gcc-internal-format
48100 msgid ""
48101 "duplicate type-generic parameter type for function argument %u of "
48102 "%<__builtin_tgmath%>"
48103 msgstr ""
48105 #: c/c-parser.cc:10236
48106 #, gcc-internal-format
48107 msgid "bad return type for function argument %u of %<__builtin_tgmath%>"
48108 msgstr ""
48110 #: c/c-parser.cc:10253
48111 #, gcc-internal-format
48112 msgid ""
48113 "bad type for argument %u of function argument %u of %<__builtin_tgmath%>"
48114 msgstr ""
48116 #: c/c-parser.cc:10292
48117 #, gcc-internal-format, gfc-internal-format
48118 msgid "invalid type of argument %u of type-generic function"
48119 msgstr ""
48121 #: c/c-parser.cc:10303
48122 #, gcc-internal-format, gfc-internal-format
48123 msgid ""
48124 "decimal floating-point argument %u to complex-only type-generic function"
48125 msgstr ""
48127 #: c/c-parser.cc:10311
48128 #, gcc-internal-format, gfc-internal-format
48129 msgid "decimal floating-point argument %u to binary-only type-generic function"
48130 msgstr ""
48132 #: c/c-parser.cc:10319 c/c-parser.cc:10349
48133 #, gcc-internal-format
48134 msgid ""
48135 "both complex and decimal floating-point arguments to type-generic function"
48136 msgstr ""
48138 #: c/c-parser.cc:10327 c/c-parser.cc:10369
48139 #, gcc-internal-format
48140 msgid ""
48141 "both binary and decimal floating-point arguments to type-generic function"
48142 msgstr ""
48144 #: c/c-parser.cc:10341
48145 #, gcc-internal-format, gfc-internal-format
48146 msgid "complex argument %u to decimal-only type-generic function"
48147 msgstr ""
48149 #: c/c-parser.cc:10361
48150 #, gcc-internal-format, gfc-internal-format
48151 msgid "binary argument %u to decimal-only type-generic function"
48152 msgstr ""
48154 #: c/c-parser.cc:10464
48155 #, gcc-internal-format
48156 msgid "no matching function for type-generic call"
48157 msgstr ""
48159 #: c/c-parser.cc:10505
48160 #, gcc-internal-format
48161 msgid "wrong number of arguments to %<__builtin_call_with_static_chain%>"
48162 msgstr ""
48164 #: c/c-parser.cc:10518
48165 #, gcc-internal-format
48166 msgid ""
48167 "first argument to %<__builtin_call_with_static_chain%> must be a call "
48168 "expression"
48169 msgstr ""
48171 #: c/c-parser.cc:10522
48172 #, gcc-internal-format
48173 msgid ""
48174 "second argument to %<__builtin_call_with_static_chain%> must be a pointer "
48175 "type"
48176 msgstr ""
48178 #: c/c-parser.cc:10548
48179 #, gcc-internal-format
48180 msgid "wrong number of arguments to %<__builtin_complex%>"
48181 msgstr ""
48183 #: c/c-parser.cc:10570
48184 #, gcc-internal-format
48185 msgid "%<__builtin_complex%> operand not of real binary floating-point type"
48186 msgstr ""
48188 #: c/c-parser.cc:10579
48189 #, gcc-internal-format
48190 msgid "%<__builtin_complex%> operands of different types"
48191 msgstr ""
48193 #: c/c-parser.cc:10624 c/c-parser.cc:10653 cp/parser.cc:7603
48194 #, gcc-internal-format
48195 msgid "wrong number of arguments to %<__builtin_shuffle%>"
48196 msgstr ""
48198 #: c/c-parser.cc:10795 cp/parser.cc:5983
48199 #, gcc-internal-format
48200 msgid "%<omp_all_memory%> may only be used in OpenMP %<depend%> clause"
48201 msgstr ""
48203 #: c/c-parser.cc:10805
48204 #, gcc-internal-format
48205 msgid "ISO C does not support %qs before C2X"
48206 msgstr ""
48208 #: c/c-parser.cc:10893
48209 #, gcc-internal-format
48210 msgid "%qT declared in %<constexpr%> compound literal"
48211 msgstr ""
48213 #: c/c-parser.cc:10898
48214 #, gcc-internal-format
48215 msgid "%qT defined in %<constexpr%> compound literal"
48216 msgstr ""
48218 #: c/c-parser.cc:10913
48219 #, gcc-internal-format
48220 msgid "compound literal has variable size"
48221 msgstr ""
48223 #: c/c-parser.cc:10918
48224 #, gcc-internal-format
48225 msgid "compound literal has function type"
48226 msgstr ""
48228 #: c/c-parser.cc:10949
48229 #, gcc-internal-format
48230 msgid "compound literal qualified by address-space qualifier"
48231 msgstr ""
48233 #: c/c-parser.cc:10954
48234 #, gcc-internal-format
48235 msgid "ISO C90 forbids compound literals"
48236 msgstr ""
48238 #: c/c-parser.cc:10956
48239 #, gcc-internal-format
48240 msgid "ISO C forbids storage class specifiers in compound literals before C2X"
48241 msgstr ""
48243 #: c/c-parser.cc:10970
48244 #, gcc-internal-format
48245 msgid "%<_Alignas%> specifiers cannot reduce alignment of compound literal"
48246 msgstr ""
48248 #: c/c-parser.cc:11045
48249 #, gcc-internal-format
48250 msgid ""
48251 "using integer absolute value function %qD when argument is of floating-point "
48252 "type %qT"
48253 msgstr ""
48255 #: c/c-parser.cc:11050
48256 #, gcc-internal-format
48257 msgid ""
48258 "using integer absolute value function %qD when argument is of complex type "
48259 "%qT"
48260 msgstr ""
48262 #: c/c-parser.cc:11058
48263 #, gcc-internal-format
48264 msgid "taking the absolute value of unsigned type %qT has no effect"
48265 msgstr ""
48267 #: c/c-parser.cc:11069
48268 #, gcc-internal-format
48269 msgid ""
48270 "using floating-point absolute value function %qD when argument is of integer "
48271 "type %qT"
48272 msgstr ""
48274 #: c/c-parser.cc:11073
48275 #, gcc-internal-format
48276 msgid ""
48277 "using floating-point absolute value function %qD when argument is of decimal "
48278 "floating-point type %qT"
48279 msgstr ""
48281 #: c/c-parser.cc:11078
48282 #, gcc-internal-format
48283 msgid ""
48284 "using floating-point absolute value function %qD when argument is of complex "
48285 "type %qT"
48286 msgstr ""
48288 #: c/c-parser.cc:11091
48289 #, gcc-internal-format
48290 msgid ""
48291 "using complex absolute value function %qD when argument is of integer type "
48292 "%qT"
48293 msgstr ""
48295 #: c/c-parser.cc:11095
48296 #, gcc-internal-format
48297 msgid ""
48298 "using complex absolute value function %qD when argument is of floating-point "
48299 "type %qT"
48300 msgstr ""
48302 #: c/c-parser.cc:11112
48303 #, gcc-internal-format
48304 msgid ""
48305 "using decimal floating-point absolute value function %qD when argument is of "
48306 "integer type %qT"
48307 msgstr ""
48309 #: c/c-parser.cc:11117
48310 #, gcc-internal-format
48311 msgid ""
48312 "using decimal floating-point absolute value function %qD when argument is of "
48313 "floating-point type %qT"
48314 msgstr ""
48316 #: c/c-parser.cc:11122
48317 #, gcc-internal-format
48318 msgid ""
48319 "using decimal floating-point absolute value function %qD when argument is of "
48320 "complex type %qT"
48321 msgstr ""
48323 #: c/c-parser.cc:11148
48324 #, gcc-internal-format
48325 msgid ""
48326 "absolute value function %qD given an argument of type %qT but has parameter "
48327 "of type %qT which may cause truncation of value"
48328 msgstr ""
48330 #: c/c-parser.cc:11594
48331 #, gcc-internal-format
48332 msgid "expected identifier or %<)%>"
48333 msgstr ""
48335 #: c/c-parser.cc:11690
48336 #, gcc-internal-format
48337 msgid "extra semicolon"
48338 msgstr ""
48340 #: c/c-parser.cc:11938
48341 #, gcc-internal-format
48342 msgid "extra semicolon in method definition specified"
48343 msgstr ""
48345 #: c/c-parser.cc:12070
48346 #, gcc-internal-format
48347 msgid "method attributes must be specified at the end only"
48348 msgstr ""
48350 #: c/c-parser.cc:12090
48351 #, gcc-internal-format
48352 msgid "expected %<;%> or %<{%> after method attribute definition"
48353 msgstr ""
48355 #: c/c-parser.cc:12212
48356 #, gcc-internal-format
48357 msgid "objective-c method declaration is expected"
48358 msgstr ""
48360 #: c/c-parser.cc:12664
48361 #, gcc-internal-format
48362 msgid "no type or storage class may be specified here,"
48363 msgstr ""
48365 #: c/c-parser.cc:12732 cp/parser.cc:36862
48366 #, gcc-internal-format
48367 msgid "empty property attribute list"
48368 msgstr ""
48370 #: c/c-parser.cc:12746 cp/parser.cc:36875
48371 #, gcc-internal-format
48372 msgid "missing property attribute"
48373 msgstr ""
48375 #: c/c-parser.cc:12785
48376 #, gcc-internal-format
48377 msgid "unknown property attribute %<%s%s%>"
48378 msgstr ""
48380 #: c/c-parser.cc:12788 cp/parser.cc:36912
48381 #, gcc-internal-format
48382 msgid "unknown property attribute"
48383 msgstr ""
48385 #: c/c-parser.cc:12797 cp/parser.cc:36921
48386 #, gcc-internal-format
48387 msgid "expected %<=%> after Objective-C %qE"
48388 msgstr ""
48390 #: c/c-parser.cc:12808 cp/parser.cc:36935
48391 #, gcc-internal-format
48392 msgid "expected %qE selector name"
48393 msgstr ""
48395 #: c/c-parser.cc:12824 cp/parser.cc:36954
48396 #, gcc-internal-format
48397 msgid "setter method names must terminate with %<:%>"
48398 msgstr ""
48400 #: c/c-parser.cc:13038 cp/parser.cc:49133
48401 #, gcc-internal-format
48402 msgid ""
48403 "%<#pragma GCC unroll%> requires an assignment-expression that evaluates to a "
48404 "non-negative integral constant less than %u"
48405 msgstr ""
48407 #: c/c-parser.cc:13083 c/c-parser.cc:21510 c/c-parser.cc:21811
48408 #: c/c-parser.cc:21874 c/c-parser.cc:21972 cp/parser.cc:44921
48409 #: cp/parser.cc:45261 cp/parser.cc:45364 cp/parser.cc:45450 cp/parser.cc:49180
48410 #: cp/parser.cc:49196 cp/parser.cc:49212 cp/parser.cc:49229 cp/parser.cc:49246
48411 #: cp/parser.cc:49263 cp/parser.cc:49290 cp/parser.cc:49304 cp/parser.cc:49329
48412 #: cp/parser.cc:49343
48413 #, gcc-internal-format
48414 msgid "%<#pragma %s%> may only be used in compound statements"
48415 msgstr ""
48417 #: c/c-parser.cc:13106 cp/parser.cc:49318
48418 #, gcc-internal-format
48419 msgid "%<#pragma acc routine%> must be at file scope"
48420 msgstr ""
48422 #: c/c-parser.cc:13196 cp/parser.cc:49442
48423 #, gcc-internal-format
48424 msgid ""
48425 "%<#pragma omp scan%> may only be used in a loop construct with %<inscan%> "
48426 "%<reduction%> clause"
48427 msgstr ""
48429 #: c/c-parser.cc:13203 cp/parser.cc:49448
48430 #, gcc-internal-format
48431 msgid ""
48432 "%<#pragma omp section%> may only be used in %<#pragma omp sections%> "
48433 "construct"
48434 msgstr ""
48436 #: c/c-parser.cc:13215 c/c-parser.cc:13227
48437 #, gcc-internal-format
48438 msgid "%<#pragma %s%> may only be used at file scope"
48439 msgstr ""
48441 #: c/c-parser.cc:13257 c/c-parser.cc:13281 cp/parser.cc:49477
48442 #: cp/parser.cc:49510
48443 #, gcc-internal-format
48444 msgid "for, while or do statement expected"
48445 msgstr ""
48447 #: c/c-parser.cc:13294 cp/parser.cc:49170
48448 #, gcc-internal-format
48449 msgid "%<#pragma GCC pch_preprocess%> must be first"
48450 msgstr ""
48452 #: c/c-parser.cc:13647 c/c-parser.cc:17311 c/c-parser.cc:18856
48453 #: c/c-parser.cc:18875 c/c-parser.cc:19079 c/c-parser.cc:19137
48454 #: c/c-parser.cc:19144 c/c-parser.cc:19151 c/c-parser.cc:23694
48455 #: c/c-parser.cc:23702 c/c-parser.cc:23972 c/c-parser.cc:23982
48456 #: c/c-parser.cc:24076 c/c-parser.cc:24083 c/c-parser.cc:24090
48457 #: cp/parser.cc:37383 cp/parser.cc:40700 cp/parser.cc:41565 cp/parser.cc:41602
48458 #: cp/parser.cc:41791 cp/parser.cc:41854 cp/parser.cc:41861 cp/parser.cc:41868
48459 #: cp/parser.cc:46728 cp/parser.cc:46735 cp/parser.cc:46742 cp/parser.cc:48067
48460 #: cp/parser.cc:48075 cp/parser.cc:48227 cp/parser.cc:48237
48461 #, gcc-internal-format
48462 msgid "too many %qs clauses"
48463 msgstr ""
48465 #: c/c-parser.cc:13674
48466 #, gcc-internal-format
48467 msgid "expression must be integral"
48468 msgstr ""
48470 #: c/c-parser.cc:13989 c/c-parser.cc:14001
48471 #, gcc-internal-format
48472 msgid "expected %<)%> or %<,%>"
48473 msgstr ""
48475 #: c/c-parser.cc:14152 c/c-parser.cc:24381
48476 #, gcc-internal-format
48477 msgid "%qD is not a variable"
48478 msgstr ""
48480 #: c/c-parser.cc:14156 cp/semantics.cc:8315
48481 #, gcc-internal-format
48482 msgid "%qD is not a pointer variable"
48483 msgstr ""
48485 #: c/c-parser.cc:14198 cp/parser.cc:38123
48486 #, gcc-internal-format
48487 msgid "collapse argument needs positive constant integer expression"
48488 msgstr ""
48490 #: c/c-parser.cc:14293 cp/parser.cc:38201
48491 #, gcc-internal-format
48492 msgid "expected %<none%> or %<present%>"
48493 msgstr ""
48495 #: c/c-parser.cc:14295 cp/parser.cc:38203
48496 #, gcc-internal-format
48497 msgid "expected %<none%>, %<shared%>, %<private%> or %<firstprivate%>"
48498 msgstr ""
48500 #: c/c-parser.cc:14416 cp/parser.cc:38315
48501 #, gcc-internal-format
48502 msgid "expected %<data%>, %<update%>, %<enter%> or %<exit%>"
48503 msgstr ""
48505 #: c/c-parser.cc:14436 c/c-parser.cc:21867 c/c-parser.cc:21965
48506 #: cp/parser.cc:38333 cp/parser.cc:45253 cp/parser.cc:45356
48507 #, gcc-internal-format
48508 msgid "expected %<data%>"
48509 msgstr ""
48511 #: c/c-parser.cc:14489 cp/parser.cc:38388
48512 #, gcc-internal-format
48513 msgid "too many %<if%> clauses with %qs modifier"
48514 msgstr ""
48516 #: c/c-parser.cc:14496 cp/parser.cc:38395
48517 #, gcc-internal-format
48518 msgid "too many %<if%> clauses"
48519 msgstr ""
48521 #: c/c-parser.cc:14498 cp/parser.cc:38397
48522 #, gcc-internal-format
48523 msgid "too many %<if%> clauses without modifier"
48524 msgstr ""
48526 #: c/c-parser.cc:14504 cp/parser.cc:38403
48527 #, gcc-internal-format
48528 msgid ""
48529 "if any %<if%> clause has modifier, then all %<if%> clauses have to use "
48530 "modifier"
48531 msgstr ""
48533 #: c/c-parser.cc:14609 c/c-parser.cc:14669 c/c-parser.cc:14730
48534 #: c/c-parser.cc:14777 c/c-parser.cc:14856 c/c-parser.cc:15235
48535 #: c/c-parser.cc:15317 c/c-parser.cc:15884 c/c-parser.cc:16029
48536 #: c/c-parser.cc:16094 c/c-parser.cc:17248
48537 #, gcc-internal-format
48538 msgid "expected integer expression"
48539 msgstr ""
48541 #: c/c-parser.cc:14620
48542 #, gcc-internal-format
48543 msgid "%<num_threads%> value must be positive"
48544 msgstr ""
48546 #: c/c-parser.cc:14680
48547 #, gcc-internal-format
48548 msgid "%<num_tasks%> value must be positive"
48549 msgstr ""
48551 #: c/c-parser.cc:14741 cp/semantics.cc:8542
48552 #, gcc-internal-format
48553 msgid "%<grainsize%> value must be positive"
48554 msgstr ""
48556 #: c/c-parser.cc:14789 cp/semantics.cc:8572
48557 #, gcc-internal-format
48558 msgid "%<priority%> value must be non-negative"
48559 msgstr ""
48561 #: c/c-parser.cc:14823 cp/parser.cc:38629
48562 #, gcc-internal-format
48563 msgid "expected constant integer expression with valid sync-hint value"
48564 msgstr ""
48566 #: c/c-parser.cc:14895 cp/parser.cc:38699
48567 #, gcc-internal-format
48568 msgid ""
48569 "expected %<alloc%>, %<to%>, %<from%>, %<tofrom%>, %<firstprivate%>, %<none%> "
48570 "or %<default%>"
48571 msgstr ""
48573 #: c/c-parser.cc:14956 cp/parser.cc:38764
48574 #, gcc-internal-format
48575 msgid "expected %<scalar%>, %<aggregate%> or %<pointer%>"
48576 msgstr ""
48578 #: c/c-parser.cc:15022 cp/parser.cc:38833
48579 #, gcc-internal-format
48580 msgid "too many %<defaultmap%> clauses with %qs category"
48581 msgstr ""
48583 #: c/c-parser.cc:15025 cp/parser.cc:38836
48584 #, gcc-internal-format
48585 msgid "too many %<defaultmap%> clauses with unspecified category"
48586 msgstr ""
48588 #: c/c-parser.cc:15109 cp/semantics.cc:7364 cp/semantics.cc:7417
48589 #, gcc-internal-format
48590 msgid "%qs expression must be integral"
48591 msgstr ""
48593 #: c/c-parser.cc:15121 c/c-parser.cc:15244 cp/semantics.cc:7396
48594 #: cp/semantics.cc:7431
48595 #, gcc-internal-format
48596 msgid "%qs value must be positive"
48597 msgstr ""
48599 #: c/c-parser.cc:15183 cp/parser.cc:37895
48600 #, gcc-internal-format
48601 msgid "too many %<static%> arguments"
48602 msgstr ""
48604 #: c/c-parser.cc:15217 cp/parser.cc:37928
48605 #, gcc-internal-format
48606 msgid "unexpected argument"
48607 msgstr ""
48609 #: c/c-parser.cc:15384 cp/semantics.cc:8758
48610 #, gcc-internal-format
48611 msgid "%<tile%> argument needs positive integral constant"
48612 msgstr ""
48614 #: c/c-parser.cc:15459 cp/parser.cc:38886
48615 #, gcc-internal-format
48616 msgid "expected %<reproducible%> or %<unconstrained%>"
48617 msgstr ""
48619 #: c/c-parser.cc:15468 c/c-parser.cc:15474 cp/parser.cc:38895
48620 #: cp/parser.cc:38905
48621 #, gcc-internal-format
48622 msgid "expected %<concurrent%>"
48623 msgstr ""
48625 #: c/c-parser.cc:15510 cp/parser.cc:38945
48626 #, gcc-internal-format
48627 msgid "expected %<teams%>, %<parallel%> or %<thread%>"
48628 msgstr ""
48630 #: c/c-parser.cc:15563 cp/parser.cc:39013
48631 #, gcc-internal-format
48632 msgid "ordered argument needs positive constant integer expression"
48633 msgstr ""
48635 #: c/c-parser.cc:15688 c/c-parser.cc:23251 cp/parser.cc:47714
48636 #, gcc-internal-format
48637 msgid ""
48638 "expected %<+%>, %<*%>, %<-%>, %<&%>, %<^%>, %<|%>, %<&&%>, %<||%> or "
48639 "identifier"
48640 msgstr ""
48642 #: c/c-parser.cc:15808 cp/parser.cc:39271
48643 #, gcc-internal-format
48644 msgid "both %<monotonic%> and %<nonmonotonic%> modifiers specified"
48645 msgstr ""
48647 #: c/c-parser.cc:15862 cp/parser.cc:39287
48648 #, gcc-internal-format
48649 msgid "schedule %<runtime%> does not take a %<chunk_size%> parameter"
48650 msgstr ""
48652 #: c/c-parser.cc:15866 cp/parser.cc:39290
48653 #, gcc-internal-format
48654 msgid "schedule %<auto%> does not take a %<chunk_size%> parameter"
48655 msgstr ""
48657 #: c/c-parser.cc:15878 cp/semantics.cc:7478
48658 #, gcc-internal-format
48659 msgid "chunk size value must be positive"
48660 msgstr ""
48662 #: c/c-parser.cc:15901 cp/parser.cc:39310
48663 #, gcc-internal-format
48664 msgid "invalid schedule kind"
48665 msgstr ""
48667 #: c/c-parser.cc:16039 c/c-parser.cc:16049
48668 #, gcc-internal-format
48669 msgid "%<num_teams%> value must be positive"
48670 msgstr ""
48672 #: c/c-parser.cc:16056 cp/semantics.cc:7445
48673 #, gcc-internal-format
48674 msgid "%<num_teams%> lower bound %qE bigger than upper bound %qE"
48675 msgstr ""
48677 #: c/c-parser.cc:16104 cp/semantics.cc:7574
48678 #, gcc-internal-format
48679 msgid "%<thread_limit%> value must be positive"
48680 msgstr ""
48682 #: c/c-parser.cc:16149 cp/semantics.cc:7702
48683 #, gcc-internal-format
48684 msgid ""
48685 "%<aligned%> clause alignment expression must be positive constant integer "
48686 "expression"
48687 msgstr ""
48689 #: c/c-parser.cc:16259 c/c-parser.cc:18845 cp/parser.cc:41557
48690 #, gcc-internal-format
48691 msgid "expected %<allocator%> or %<align%>"
48692 msgstr ""
48694 #: c/c-parser.cc:16266
48695 #, gcc-internal-format
48696 msgid "duplicate %qs modifier"
48697 msgstr ""
48699 #: c/c-parser.cc:16314 cp/semantics.cc:7837
48700 #, gcc-internal-format
48701 msgid ""
48702 "%<allocate%> clause allocator expression has type %qT rather than "
48703 "%<omp_allocator_handle_t%>"
48704 msgstr ""
48706 #: c/c-parser.cc:16325 cp/semantics.cc:7792 cp/semantics.cc:7808
48707 #, gcc-internal-format
48708 msgid ""
48709 "%<allocate%> clause %<align%> modifier argument needs to be positive "
48710 "constant power of two integer expression"
48711 msgstr ""
48713 #: c/c-parser.cc:16444 cp/parser.cc:39757
48714 #, gcc-internal-format
48715 msgid "multiple linear modifiers"
48716 msgstr ""
48718 #: c/c-parser.cc:16456 cp/parser.cc:39770
48719 #, gcc-internal-format
48720 msgid "multiple %<step%> modifiers"
48721 msgstr ""
48723 #: c/c-parser.cc:16464 c/c-parser.cc:16492
48724 #, gcc-internal-format
48725 msgid "%<linear%> clause step expression must be integral"
48726 msgstr ""
48728 #: c/c-parser.cc:16544
48729 #, gcc-internal-format
48730 msgid ""
48731 "%<safelen%> clause expression must be positive constant integer expression"
48732 msgstr ""
48734 #: c/c-parser.cc:16583
48735 #, gcc-internal-format
48736 msgid ""
48737 "%<simdlen%> clause expression must be positive constant integer expression"
48738 msgstr ""
48740 #: c/c-parser.cc:16943 cp/parser.cc:40317
48741 #, gcc-internal-format
48742 msgid "%<iterator%> modifier incompatible with %qs"
48743 msgstr ""
48745 #: c/c-parser.cc:16991 cp/parser.cc:40372 cp/parser.cc:40761 cp/parser.cc:40811
48746 #, gcc-internal-format
48747 msgid "invalid depend kind"
48748 msgstr ""
48750 #: c/c-parser.cc:17052 cp/parser.cc:40402
48751 #, gcc-internal-format
48752 msgid "invalid doacross kind"
48753 msgstr ""
48755 #: c/c-parser.cc:17120 cp/parser.cc:40509
48756 #, gcc-internal-format
48757 msgid "too many %<always%> modifiers"
48758 msgstr ""
48760 #: c/c-parser.cc:17130 cp/parser.cc:40522
48761 #, gcc-internal-format
48762 msgid "too many %<close%> modifiers"
48763 msgstr ""
48765 #: c/c-parser.cc:17138 cp/parser.cc:40533
48766 #, gcc-internal-format
48767 msgid ""
48768 "%<#pragma omp target%> with modifier other than %<always%> or %<close%> on "
48769 "%<map%> clause"
48770 msgstr ""
48772 #: c/c-parser.cc:17166 cp/parser.cc:40564
48773 #, gcc-internal-format
48774 msgid "invalid map kind"
48775 msgstr ""
48777 #: c/c-parser.cc:17218 cp/parser.cc:40623
48778 #, gcc-internal-format
48779 msgid ""
48780 "%<ancestor%> device modifier not preceded by %<requires%> directive with "
48781 "%<reverse_offload%> clause"
48782 msgstr ""
48784 #: c/c-parser.cc:17230 cp/parser.cc:40634
48785 #, gcc-internal-format
48786 msgid "expected %<ancestor%> or %<device_num%>"
48787 msgstr ""
48789 #: c/c-parser.cc:17253 cp/semantics.cc:7599
48790 #, gcc-internal-format
48791 msgid "the %<device%> clause expression must evaluate to %<1%>"
48792 msgstr ""
48794 #: c/c-parser.cc:17286 cp/parser.cc:40705
48795 #, gcc-internal-format
48796 msgid "invalid dist_schedule kind"
48797 msgstr ""
48799 #: c/c-parser.cc:17365
48800 #, gcc-internal-format
48801 msgid "invalid proc_bind kind"
48802 msgstr ""
48804 #: c/c-parser.cc:17409
48805 #, gcc-internal-format
48806 msgid "expected %<host%>, %<nohost%> or %<any%>"
48807 msgstr ""
48809 #: c/c-parser.cc:17486 cp/semantics.cc:8018
48810 #, gcc-internal-format
48811 msgid ""
48812 "%<detach%> clause event handle has type %qT rather than "
48813 "%<omp_event_handle_t%>"
48814 msgstr ""
48816 #: c/c-parser.cc:17688 cp/parser.cc:41050
48817 #, gcc-internal-format
48818 msgid "expected %<#pragma acc%> clause"
48819 msgstr ""
48821 #: c/c-parser.cc:17699 c/c-parser.cc:18057 cp/parser.cc:41061
48822 #: cp/parser.cc:41463
48823 #, gcc-internal-format
48824 msgid "%qs is not valid for %qs"
48825 msgstr ""
48827 #: c/c-parser.cc:17743 cp/parser.cc:41108
48828 #, gcc-internal-format
48829 msgid "clauses in %<simd%> trait should be separated by %<,%>"
48830 msgstr ""
48832 #: c/c-parser.cc:17892 cp/parser.cc:41296
48833 #, gcc-internal-format
48834 msgid "%qs must be the first clause of %qs"
48835 msgstr ""
48837 #: c/c-parser.cc:18046 cp/parser.cc:41452
48838 #, gcc-internal-format
48839 msgid "expected %<#pragma omp%> clause"
48840 msgstr ""
48842 #: c/c-parser.cc:18179 cp/parser.cc:45781
48843 #, gcc-internal-format
48844 msgid "no valid clauses specified in %<#pragma acc declare%>"
48845 msgstr ""
48847 #: c/c-parser.cc:18189 cp/parser.cc:45791
48848 #, gcc-internal-format
48849 msgid "array section in %<#pragma acc declare%>"
48850 msgstr ""
48852 #: c/c-parser.cc:18209 cp/parser.cc:45811
48853 #, gcc-internal-format
48854 msgid "%qD must be a global variable in %<#pragma acc declare link%>"
48855 msgstr ""
48857 #: c/c-parser.cc:18220 cp/parser.cc:45822
48858 #, gcc-internal-format
48859 msgid "invalid OpenACC clause at file scope"
48860 msgstr ""
48862 #: c/c-parser.cc:18227 cp/parser.cc:45829
48863 #, gcc-internal-format
48864 msgid "invalid use of %<extern%> variable %qD in %<#pragma acc declare%>"
48865 msgstr ""
48867 #: c/c-parser.cc:18235 cp/parser.cc:45837
48868 #, gcc-internal-format
48869 msgid "invalid use of %<global%> variable %qD in %<#pragma acc declare%>"
48870 msgstr ""
48872 #: c/c-parser.cc:18246 cp/parser.cc:45859
48873 #, gcc-internal-format
48874 msgid ""
48875 "%qD must be a variable declared in the same scope as %<#pragma acc declare%>"
48876 msgstr ""
48878 #: c/c-parser.cc:18256 cp/parser.cc:45869
48879 #, gcc-internal-format
48880 msgid "variable %qD used more than once with %<#pragma acc declare%>"
48881 msgstr ""
48883 #: c/c-parser.cc:18349 cp/parser.cc:45967
48884 #, gcc-internal-format
48885 msgid "expected %<data%> after %<#pragma acc %s%>"
48886 msgstr ""
48888 #: c/c-parser.cc:18365 cp/parser.cc:45984
48889 #, gcc-internal-format
48890 msgid "%<#pragma acc %s data%> has no data movement clause"
48891 msgstr ""
48893 #: c/c-parser.cc:18615 cp/parser.cc:3241
48894 #, gcc-internal-format
48895 msgid "%qE has not been declared"
48896 msgstr ""
48898 #: c/c-parser.cc:18619
48899 #, gcc-internal-format
48900 msgid "expected function name"
48901 msgstr ""
48903 #: c/c-parser.cc:18637 cp/parser.cc:48494
48904 #, gcc-internal-format
48905 msgid "%qD does not refer to a function"
48906 msgstr ""
48908 #: c/c-parser.cc:18660 c/c-parser.cc:18708 cp/parser.cc:1586
48909 #, gcc-internal-format
48910 msgid ""
48911 "%<#pragma acc routine%> not immediately followed by function declaration or "
48912 "definition"
48913 msgstr ""
48915 #: c/c-parser.cc:18700 cp/parser.cc:48545 cp/parser.cc:48592
48916 #, gcc-internal-format
48917 msgid ""
48918 "%<#pragma acc routine%> not immediately followed by a single function "
48919 "declaration or definition"
48920 msgstr ""
48922 #: c/c-parser.cc:18731 cp/parser.cc:48620
48923 #, gcc-internal-format
48924 msgid "%<#pragma acc routine%> must be applied before use"
48925 msgstr ""
48927 #: c/c-parser.cc:18732 cp/parser.cc:48622
48928 #, gcc-internal-format
48929 msgid "%<#pragma acc routine%> must be applied before definition"
48930 msgstr ""
48932 #: c/c-parser.cc:18776 cp/parser.cc:46185
48933 #, gcc-internal-format
48934 msgid ""
48935 "%<#pragma acc update%> must contain at least one %<device%> or %<host%> or "
48936 "%<self%> clause"
48937 msgstr ""
48939 #: c/c-parser.cc:18867 cp/parser.cc:41577 cp/parser.cc:41592
48940 #, gcc-internal-format
48941 msgid ""
48942 "%<align%> clause argument needs to be positive constant power of two integer "
48943 "expression"
48944 msgstr ""
48946 #: c/c-parser.cc:18890
48947 #, gcc-internal-format
48948 msgid ""
48949 "%<allocator%> clause allocator expression has type %qT rather than "
48950 "%<omp_allocator_handle_t%>"
48951 msgstr ""
48953 #. FIXME: When implementing properly, delete the align/allocate expr error
48954 #. check above and add one in semantics.cc (to properly handle templates).
48955 #. Base this on the allocator/align modifiers check for the 'allocate' clause
48956 #. in semantics.cc's finish_omp_clauses.
48957 #: c/c-parser.cc:18907 cp/parser.cc:41625
48958 #, gcc-internal-format
48959 msgid "%<#pragma omp allocate%> not yet supported"
48960 msgstr ""
48962 #: c/c-parser.cc:19045 cp/parser.cc:41757
48963 #, gcc-internal-format
48964 msgid "expected %<read%>, %<write%>, %<update%>, or %<capture%> clause"
48965 msgstr ""
48967 #: c/c-parser.cc:19084 cp/parser.cc:41796
48968 #, gcc-internal-format
48969 msgid "expected %<seq_cst%>, %<acquire%> or %<relaxed%>"
48970 msgstr ""
48972 #: c/c-parser.cc:19108 cp/parser.cc:41825
48973 #, gcc-internal-format
48974 msgid ""
48975 "expected %<read%>, %<write%>, %<update%>, %<capture%>, %<compare%>, "
48976 "%<weak%>, %<fail%>, %<seq_cst%>, %<acq_rel%>, %<release%>, %<relaxed%> or "
48977 "%<hint%> clause"
48978 msgstr ""
48980 #: c/c-parser.cc:19123 cp/parser.cc:41840
48981 #, gcc-internal-format
48982 msgid "too many atomic clauses"
48983 msgstr ""
48985 #: c/c-parser.cc:19130 cp/parser.cc:41847
48986 #, gcc-internal-format
48987 msgid "too many memory order clauses"
48988 msgstr ""
48990 #: c/c-parser.cc:19168 c/c-parser.cc:19175 cp/parser.cc:41885
48991 #: cp/parser.cc:41892
48992 #, gcc-internal-format
48993 msgid "%qs clause is incompatible with %<read%> or %<write%> clauses"
48994 msgstr ""
48996 #: c/c-parser.cc:19181 c/c-parser.cc:19186 cp/parser.cc:41898
48997 #: cp/parser.cc:41903
48998 #, gcc-internal-format
48999 msgid "%qs clause requires %qs clause"
49000 msgstr ""
49002 #: c/c-parser.cc:19230 cp/parser.cc:41947
49003 #, gcc-internal-format
49004 msgid "%<#pragma omp atomic read%> incompatible with %<release%> clause"
49005 msgstr ""
49007 #: c/c-parser.cc:19240 cp/parser.cc:41957
49008 #, gcc-internal-format
49009 msgid "%<#pragma omp atomic write%> incompatible with %<acquire%> clause"
49010 msgstr ""
49012 #: c/c-parser.cc:19363 cp/parser.cc:42057
49013 #, gcc-internal-format
49014 msgid "expected %<==%> comparison in %<if%> condition"
49015 msgstr ""
49017 #: c/c-parser.cc:19370 cp/parser.cc:42064
49018 #, gcc-internal-format
49019 msgid "expected %<==%>, %<<%> or %<>%> comparison in %<if%> condition"
49020 msgstr ""
49022 #: c/c-parser.cc:19443 cp/parser.cc:42129 cp/parser.cc:42412 cp/parser.cc:42506
49023 #: cp/parser.cc:42524
49024 #, gcc-internal-format
49025 msgid "invalid form of %<#pragma omp atomic compare%>"
49026 msgstr ""
49028 #: c/c-parser.cc:19454 cp/parser.cc:42140
49029 #, gcc-internal-format
49030 msgid "unexpected %<else%>"
49031 msgstr ""
49033 #: c/c-parser.cc:19514 cp/parser.cc:42579
49034 #, gcc-internal-format
49035 msgid "invalid form of %<pragma omp atomic compare%>"
49036 msgstr ""
49038 #: c/c-parser.cc:19785 cp/parser.cc:42433 cp/parser.cc:42459
49039 #, gcc-internal-format
49040 msgid "invalid form of %<#pragma omp atomic%>"
49041 msgstr ""
49043 #: c/c-parser.cc:19789 cp/parser.cc:42499 cp/parser.cc:42533
49044 #, gcc-internal-format
49045 msgid "invalid operator for %<#pragma omp atomic%>"
49046 msgstr ""
49048 #: c/c-parser.cc:19840 cp/parser.cc:42568
49049 #, gcc-internal-format
49050 msgid "%<weak%> clause requires atomic equality comparison"
49051 msgstr ""
49053 #: c/c-parser.cc:19846 cp/semantics.cc:10910 cp/semantics.cc:10920
49054 #, gcc-internal-format
49055 msgid ""
49056 "%<#pragma omp atomic capture%> uses two different expressions for memory"
49057 msgstr ""
49059 #: c/c-parser.cc:19946 cp/semantics.cc:10997
49060 #, gcc-internal-format
49061 msgid "%<depobj%> expression is not lvalue expression"
49062 msgstr ""
49064 #: c/c-parser.cc:20007 cp/parser.cc:42734
49065 #, gcc-internal-format
49066 msgid "expected %<in%>, %<out%>, %<inout%>, %<mutexinoutset%> or %<inoutset%>"
49067 msgstr ""
49069 #: c/c-parser.cc:20019 cp/parser.cc:42750
49070 #, gcc-internal-format
49071 msgid "expected %<depend%>, %<destroy%> or %<update%> clause"
49072 msgstr ""
49074 #: c/c-parser.cc:20060 cp/parser.cc:42788
49075 #, gcc-internal-format
49076 msgid "expected %<seq_cst%>, %<acq_rel%>, %<release%> or %<acquire%>"
49077 msgstr ""
49079 #: c/c-parser.cc:20068 cp/parser.cc:42796
49080 #, gcc-internal-format
49081 msgid "%<flush%> list specified together with memory order clause"
49082 msgstr ""
49084 #: c/c-parser.cc:20073
49085 #, gcc-internal-format
49086 msgid "expected %<(%> or end of line"
49087 msgstr ""
49089 #: c/c-parser.cc:20155 cp/parser.cc:43558
49090 #, gcc-internal-format
49091 msgid "expected %<inclusive%> or %<exclusive%> clause"
49092 msgstr ""
49094 #: c/c-parser.cc:20160 cp/parser.cc:43564
49095 #, gcc-internal-format
49096 msgid "expected %<#pragma omp scan%>"
49097 msgstr ""
49099 #: c/c-parser.cc:20216 cp/parser.cc:43615
49100 #, gcc-internal-format
49101 msgid "%<ordered%> clause parameter is less than %<collapse%>"
49102 msgstr ""
49104 #: c/c-parser.cc:20232 cp/parser.cc:43641
49105 #, gcc-internal-format
49106 msgid "for statement expected"
49107 msgstr ""
49109 #: c/c-parser.cc:20310 cp/semantics.cc:10488 cp/semantics.cc:10579
49110 #, gcc-internal-format
49111 msgid "expected iteration declaration or initialization"
49112 msgstr ""
49114 #: c/c-parser.cc:20396
49115 #, gcc-internal-format
49116 msgid "not enough perfectly nested loops"
49117 msgstr ""
49119 #: c/c-parser.cc:20444 cp/parser.cc:43955
49120 #, gcc-internal-format
49121 msgid "collapsed loops not perfectly nested"
49122 msgstr ""
49124 #: c/c-parser.cc:20527 cp/parser.cc:43751 cp/parser.cc:43793 cp/pt.cc:18544
49125 #, gcc-internal-format
49126 msgid "iteration variable %qD should not be firstprivate"
49127 msgstr ""
49129 #: c/c-parser.cc:20942 cp/parser.cc:44359
49130 #, gcc-internal-format
49131 msgid ""
49132 "%<#pragma omp ordered%> with %qs clause may only be used in compound "
49133 "statements"
49134 msgstr ""
49136 #: c/c-parser.cc:21156 cp/parser.cc:44565
49137 #, gcc-internal-format
49138 msgid "expected %<for%> after %qs"
49139 msgstr ""
49141 #: c/c-parser.cc:21501 cp/parser.cc:44912
49142 #, gcc-internal-format
49143 msgid "expected %<point%>"
49144 msgstr ""
49146 #: c/c-parser.cc:21760 cp/parser.cc:45191
49147 #, gcc-internal-format
49148 msgid ""
49149 "%<#pragma omp target data%> with map-type other than %<to%>, %<from%>, "
49150 "%<tofrom%> or %<alloc%> on %<map%> clause"
49151 msgstr ""
49153 #: c/c-parser.cc:21776 cp/parser.cc:45207
49154 #, gcc-internal-format
49155 msgid ""
49156 "%<#pragma omp target data%> must contain at least one %<map%>, "
49157 "%<use_device_ptr%> or %<use_device_addr%> clause"
49158 msgstr ""
49160 #: c/c-parser.cc:21824 cp/parser.cc:45463
49161 #, gcc-internal-format
49162 msgid ""
49163 "%<#pragma omp target update%> must contain at least one %<from%> or %<to%> "
49164 "clauses"
49165 msgstr ""
49167 #: c/c-parser.cc:21914 cp/parser.cc:45302
49168 #, gcc-internal-format
49169 msgid ""
49170 "%<#pragma omp target enter data%> with map-type other than %<to%>, "
49171 "%<tofrom%> or %<alloc%> on %<map%> clause"
49172 msgstr ""
49174 #: c/c-parser.cc:21926 cp/parser.cc:45314
49175 #, gcc-internal-format
49176 msgid ""
49177 "%<#pragma omp target enter data%> must contain at least one %<map%> clause"
49178 msgstr ""
49180 #: c/c-parser.cc:22013 cp/parser.cc:45406
49181 #, gcc-internal-format
49182 msgid ""
49183 "%<#pragma omp target exit data%> with map-type other than %<from%>, "
49184 "%<tofrom%>, %<release%> or %<delete%> on %<map%> clause"
49185 msgstr ""
49187 #: c/c-parser.cc:22026 cp/parser.cc:45419
49188 #, gcc-internal-format
49189 msgid ""
49190 "%<#pragma omp target exit data%> must contain at least one %<map%> clause"
49191 msgstr ""
49193 #: c/c-parser.cc:22262 cp/semantics.cc:10019
49194 #, gcc-internal-format
49195 msgid ""
49196 "%<#pragma omp target%> with map-type other than %<to%>, %<from%>, %<tofrom%> "
49197 "or %<alloc%> on %<map%> clause"
49198 msgstr ""
49200 #: c/c-parser.cc:22319
49201 #, gcc-internal-format
49202 msgid ""
49203 "%<#pragma omp declare %s%> must be followed by function declaration or "
49204 "definition or another %<#pragma omp declare %s%>"
49205 msgstr ""
49207 #: c/c-parser.cc:22370 c/c-parser.cc:22398
49208 #, gcc-internal-format
49209 msgid ""
49210 "%<#pragma omp declare %s%> must be followed by function declaration or "
49211 "definition"
49212 msgstr ""
49214 #: c/c-parser.cc:22437 cp/parser.cc:46335
49215 #, gcc-internal-format
49216 msgid "expected trait selector name"
49217 msgstr ""
49219 #: c/c-parser.cc:22490 cp/parser.cc:46387
49220 #, gcc-internal-format
49221 msgid "selector %qs not allowed for context selector set %qs"
49222 msgstr ""
49224 #: c/c-parser.cc:22515 cp/parser.cc:46411
49225 #, gcc-internal-format
49226 msgid "selector %qs does not accept any properties"
49227 msgstr ""
49229 #: c/c-parser.cc:22542 cp/parser.cc:46450 cp/pt.cc:11856
49230 #, gcc-internal-format
49231 msgid "score argument must be constant integer expression"
49232 msgstr ""
49234 #: c/c-parser.cc:22545 cp/parser.cc:46453 cp/pt.cc:11873
49235 #, gcc-internal-format
49236 msgid "score argument must be non-negative"
49237 msgstr ""
49239 #: c/c-parser.cc:22569 cp/parser.cc:46481 cp/pt.cc:11859
49240 #, gcc-internal-format
49241 msgid "property must be constant integer expression or string literal"
49242 msgstr ""
49244 #: c/c-parser.cc:22614 cp/parser.cc:46527
49245 #, gcc-internal-format
49246 msgid "expected identifier or string literal"
49247 msgstr ""
49249 #: c/c-parser.cc:22636 cp/parser.cc:46549 cp/pt.cc:11863
49250 #, gcc-internal-format
49251 msgid "property must be constant integer expression"
49252 msgstr ""
49254 #: c/c-parser.cc:22647 cp/parser.cc:46560
49255 #, gcc-internal-format
49256 msgid ""
49257 "properties for %<simd%> selector may not be specified in %<metadirective%>"
49258 msgstr ""
49260 #: c/c-parser.cc:22734 cp/parser.cc:46646
49261 #, gcc-internal-format
49262 msgid "expected %<construct%>, %<device%>, %<implementation%> or %<user%>"
49263 msgstr ""
49265 #: c/c-parser.cc:22813 cp/parser.cc:46963
49266 #, gcc-internal-format
49267 msgid "expected %<match%>"
49268 msgstr ""
49270 #: c/c-parser.cc:22833
49271 #, gcc-internal-format
49272 msgid "variant %qD is not a function"
49273 msgstr ""
49275 #: c/c-parser.cc:22839 cp/decl.cc:8102
49276 #, gcc-internal-format
49277 msgid "variant %qD and base %qD have incompatible types"
49278 msgstr ""
49280 #: c/c-parser.cc:22851 cp/decl.cc:8111
49281 #, gcc-internal-format
49282 msgid "variant %qD is a built-in"
49283 msgstr ""
49285 #: c/c-parser.cc:22896
49286 #, gcc-internal-format
49287 msgid ""
49288 "%<#pragma omp declare %s%> not immediately followed by a function "
49289 "declaration or definition"
49290 msgstr ""
49292 #: c/c-parser.cc:22904 cp/parser.cc:47008
49293 #, gcc-internal-format
49294 msgid ""
49295 "%<#pragma omp declare %s%> not immediately followed by a single function "
49296 "declaration or definition"
49297 msgstr ""
49299 #: c/c-parser.cc:23018 cp/parser.cc:47212
49300 #, gcc-internal-format
49301 msgid "%qD specified both in declare target %<link%> and %qs clauses"
49302 msgstr ""
49304 #: c/c-parser.cc:23022 cp/parser.cc:47216
49305 #, gcc-internal-format
49306 msgid ""
49307 "%qD specified both in declare target %<link%> and %<to%> or %<enter%> clauses"
49308 msgstr ""
49310 #: c/c-parser.cc:23071 cp/parser.cc:47327
49311 #, gcc-internal-format
49312 msgid "directive with only %<device_type%> clause"
49313 msgstr ""
49315 #: c/c-parser.cc:23111 c/c-parser.cc:23151 cp/parser.cc:47375
49316 #: cp/parser.cc:47422
49317 #, gcc-internal-format
49318 msgid "expected %<target%>"
49319 msgstr ""
49321 #: c/c-parser.cc:23123 cp/parser.cc:47388
49322 #, gcc-internal-format
49323 msgid "expected %<declare target%> or %<assumes%>"
49324 msgstr ""
49326 #: c/c-parser.cc:23157 cp/parser.cc:47429
49327 #, gcc-internal-format
49328 msgid ""
49329 "%<#pragma omp end declare target%> without corresponding %<#pragma omp "
49330 "declare target%> or %<#pragma omp begin declare target%>"
49331 msgstr ""
49333 #: c/c-parser.cc:23175 cp/parser.cc:47484
49334 #, gcc-internal-format
49335 msgid "expected %<declare%> or %<assumes%>"
49336 msgstr ""
49338 #: c/c-parser.cc:23201
49339 #, gcc-internal-format
49340 msgid "%<#pragma omp declare reduction%> not at file or block scope"
49341 msgstr ""
49343 #: c/c-parser.cc:23278
49344 #, gcc-internal-format
49345 msgid "predeclared arithmetic type in %<#pragma omp declare reduction%>"
49346 msgstr ""
49348 #: c/c-parser.cc:23282
49349 #, gcc-internal-format
49350 msgid "function or array type in %<#pragma omp declare reduction%>"
49351 msgstr ""
49353 #: c/c-parser.cc:23285
49354 #, gcc-internal-format
49355 msgid "%<_Atomic%> qualified type in %<#pragma omp declare reduction%>"
49356 msgstr ""
49358 #: c/c-parser.cc:23288
49359 #, gcc-internal-format
49360 msgid ""
49361 "const, volatile or restrict qualified type in %<#pragma omp declare "
49362 "reduction%>"
49363 msgstr ""
49365 #: c/c-parser.cc:23296
49366 #, gcc-internal-format
49367 msgid "redeclaration of %qs %<#pragma omp declare reduction%> for type %qT"
49368 msgstr ""
49370 #: c/c-parser.cc:23305
49371 #, gcc-internal-format
49372 msgid "previous %<#pragma omp declare reduction%>"
49373 msgstr ""
49375 #: c/c-parser.cc:23426
49376 #, gcc-internal-format
49377 msgid "expected %<omp_priv%> or function-name"
49378 msgstr ""
49380 #: c/c-parser.cc:23437
49381 #, gcc-internal-format
49382 msgid "expected function-name %<(%>"
49383 msgstr ""
49385 #: c/c-parser.cc:23456
49386 #, gcc-internal-format
49387 msgid "one of the initializer call arguments should be %<&omp_priv%>"
49388 msgstr ""
49390 #: c/c-parser.cc:23587 cp/parser.cc:47956
49391 #, gcc-internal-format
49392 msgid "expected %<simd%>, %<reduction%>, %<target%> or %<variant%>"
49393 msgstr ""
49395 #: c/c-parser.cc:23650 cp/parser.cc:48017
49396 #, gcc-internal-format
49397 msgid "expected %<seq_cst%>, %<relaxed%> or %<acq_rel%>"
49398 msgstr ""
49400 #: c/c-parser.cc:23679 cp/parser.cc:48052
49401 #, gcc-internal-format
49402 msgid ""
49403 "expected %<unified_address%>, %<unified_shared_memory%>, "
49404 "%<dynamic_allocators%>, %<reverse_offload%> or %<atomic_default_mem_order%> "
49405 "clause"
49406 msgstr ""
49408 #: c/c-parser.cc:23697 cp/parser.cc:48070
49409 #, gcc-internal-format
49410 msgid ""
49411 "%qs clause used lexically after first target construct or offloading API"
49412 msgstr ""
49414 #: c/c-parser.cc:23709 cp/parser.cc:48082
49415 #, gcc-internal-format
49416 msgid ""
49417 "more than one %<atomic_default_mem_order%> clause in a single compilation "
49418 "unit"
49419 msgstr ""
49421 #: c/c-parser.cc:23718 cp/parser.cc:48091
49422 #, gcc-internal-format
49423 msgid ""
49424 "%<atomic_default_mem_order%> clause used lexically after first %<atomic%> "
49425 "construct without memory order clause"
49426 msgstr ""
49428 #: c/c-parser.cc:23732 cp/parser.cc:48105
49429 #, gcc-internal-format
49430 msgid "%<pragma omp requires%> requires at least one clause"
49431 msgstr ""
49433 #: c/c-parser.cc:23751
49434 #, gcc-internal-format
49435 msgid "zero sized type %qT in %<reduction%> clause"
49436 msgstr ""
49438 #: c/c-parser.cc:23757
49439 #, gcc-internal-format
49440 msgid "variable sized type %qT in %<reduction%> clause"
49441 msgstr ""
49443 #: c/c-parser.cc:23914 cp/parser.cc:48162
49444 #, gcc-internal-format
49445 msgid "expected %<at%>, %<severity%> or %<message%> clause"
49446 msgstr ""
49448 #: c/c-parser.cc:23947 cp/parser.cc:48197
49449 #, gcc-internal-format
49450 msgid "expected %qs or %qs"
49451 msgstr ""
49453 #: c/c-parser.cc:24004 cp/parser.cc:48259
49454 #, gcc-internal-format
49455 msgid ""
49456 "%<#pragma omp error%> with %<at(execution)%> clause may only be used in "
49457 "compound statements"
49458 msgstr ""
49460 #: c/c-parser.cc:24027 cp/parser.cc:48286
49461 #, gcc-internal-format
49462 msgid "%<pragma omp error%> encountered: %s"
49463 msgstr ""
49465 #: c/c-parser.cc:24030 cp/parser.cc:48289
49466 #, gcc-internal-format
49467 msgid "%<pragma omp error%> encountered"
49468 msgstr ""
49470 #: c/c-parser.cc:24057 cp/parser.cc:46709
49471 #, gcc-internal-format
49472 msgid "expected at least one assumption clause"
49473 msgstr ""
49475 #: c/c-parser.cc:24143 cp/parser.cc:46795
49476 #, gcc-internal-format
49477 msgid "expected directive name"
49478 msgstr ""
49480 #: c/c-parser.cc:24156 cp/parser.cc:46808
49481 #, gcc-internal-format
49482 msgid "unknown OpenMP directive name in %qs clause argument"
49483 msgstr ""
49485 #: c/c-parser.cc:24163 cp/parser.cc:46815
49486 #, gcc-internal-format
49487 msgid ""
49488 "%<%s%s%s%s%s%> directive mentioned in both %<absent%> and %<contains%> "
49489 "clauses"
49490 msgstr ""
49492 #: c/c-parser.cc:24174 cp/parser.cc:46826
49493 #, gcc-internal-format
49494 msgid "%<%s%s%s%s%s%> directive mentioned multiple times in %qs clauses"
49495 msgstr ""
49497 #: c/c-parser.cc:24197 cp/parser.cc:46853
49498 #, gcc-internal-format
49499 msgid "unknown assumption clause %qs"
49500 msgstr ""
49502 #: c/c-parser.cc:24210 cp/parser.cc:46863
49503 #, gcc-internal-format
49504 msgid "expected assumption clause"
49505 msgstr ""
49507 #: c/c-parser.cc:24383 cp/semantics.cc:9393
49508 #, gcc-internal-format
49509 msgid "%qE declared %<threadprivate%> after first use"
49510 msgstr ""
49512 #: c/c-parser.cc:24385 cp/semantics.cc:9395
49513 #, gcc-internal-format
49514 msgid "automatic variable %qE cannot be %<threadprivate%>"
49515 msgstr ""
49517 #: c/c-parser.cc:24389 cp/semantics.cc:9397
49518 #, gcc-internal-format
49519 msgid "%<threadprivate%> %qE has incomplete type"
49520 msgstr ""
49522 #: c/c-parser.cc:24569 cp/parser.cc:49028
49523 #, gcc-internal-format
49524 msgid "%<__transaction_cancel%> without transactional memory support enabled"
49525 msgstr ""
49527 #: c/c-parser.cc:24575 cp/parser.cc:49034
49528 #, gcc-internal-format
49529 msgid "%<__transaction_cancel%> within a %<__transaction_relaxed%>"
49530 msgstr ""
49532 #: c/c-parser.cc:24584
49533 #, gcc-internal-format
49534 msgid ""
49535 "outer %<__transaction_cancel%> not within outer %<__transaction_atomic%> or "
49536 "a %<transaction_may_cancel_outer%> function"
49537 msgstr ""
49539 #: c/c-parser.cc:24592 cp/parser.cc:49052
49540 #, gcc-internal-format
49541 msgid "%<__transaction_cancel%> not within %<__transaction_atomic%>"
49542 msgstr ""
49544 #: c/c-parser.cc:24676
49545 #, gcc-internal-format
49546 msgid "no closing brace"
49547 msgstr ""
49549 #: c/c-typeck.cc:237
49550 #, gcc-internal-format
49551 msgid "%qD has an incomplete type %qT"
49552 msgstr ""
49554 #: c/c-typeck.cc:251 c/c-typeck.cc:11142 c/c-typeck.cc:11184 cp/call.cc:4856
49555 #, gcc-internal-format
49556 msgid "invalid use of void expression"
49557 msgstr ""
49559 #: c/c-typeck.cc:259
49560 #, gcc-internal-format
49561 msgid "invalid use of flexible array member"
49562 msgstr ""
49564 #: c/c-typeck.cc:265 cp/typeck2.cc:350 rust/backend/rust-tree.cc:3871
49565 #, gcc-internal-format
49566 msgid "invalid use of array with unspecified bounds"
49567 msgstr ""
49569 #: c/c-typeck.cc:273
49570 #, gcc-internal-format
49571 msgid "invalid use of undefined type %qT"
49572 msgstr ""
49574 #. If this type has a typedef-name, the TYPE_NAME is a TYPE_DECL.
49575 #: c/c-typeck.cc:276
49576 #, gcc-internal-format
49577 msgid "invalid use of incomplete typedef %qT"
49578 msgstr ""
49580 #: c/c-typeck.cc:349
49581 #, gcc-internal-format
49582 msgid "%qT and %qT are in disjoint named address spaces"
49583 msgstr ""
49585 #: c/c-typeck.cc:374
49586 #, gcc-internal-format
49587 msgid ""
49588 "%qs attribute cannot be applied to a function that does not take variable "
49589 "arguments"
49590 msgstr ""
49592 #: c/c-typeck.cc:605 c/c-typeck.cc:630
49593 #, gcc-internal-format
49594 msgid "function types not truly compatible in ISO C"
49595 msgstr ""
49597 #: c/c-typeck.cc:780
49598 #, gcc-internal-format
49599 msgid "cannot mix operands of decimal floating and vector types"
49600 msgstr ""
49602 #: c/c-typeck.cc:785
49603 #, gcc-internal-format
49604 msgid "cannot mix operands of decimal floating and complex types"
49605 msgstr ""
49607 #: c/c-typeck.cc:790
49608 #, gcc-internal-format
49609 msgid "cannot mix operands of decimal floating and other floating types"
49610 msgstr ""
49612 #: c/c-typeck.cc:1335
49613 #, gcc-internal-format
49614 msgid ""
49615 "invalid use of pointers to arrays with different qualifiers in ISO C before "
49616 "C2X"
49617 msgstr ""
49619 #: c/c-typeck.cc:1339
49620 #, gcc-internal-format
49621 msgid "types are not quite compatible"
49622 msgstr ""
49624 #: c/c-typeck.cc:1343
49625 #, gcc-internal-format
49626 msgid "pointer target types incompatible in C++"
49627 msgstr ""
49629 #: c/c-typeck.cc:1676
49630 #, gcc-internal-format
49631 msgid "function return types not compatible due to %<volatile%>"
49632 msgstr ""
49634 #: c/c-typeck.cc:1937
49635 #, gcc-internal-format
49636 msgid "converting an array compound literal to a pointer is ill-formed in C++"
49637 msgstr ""
49639 #: c/c-typeck.cc:2590 c/c-typeck.cc:9663
49640 #, gcc-internal-format
49641 msgid "%qT has no member named %qE; did you mean %qE?"
49642 msgstr ""
49644 #: c/c-typeck.cc:2594 c/c-typeck.cc:9667
49645 #, gcc-internal-format
49646 msgid "%qT has no member named %qE"
49647 msgstr ""
49649 #: c/c-typeck.cc:2603
49650 #, gcc-internal-format
49651 msgid "accessing a member %qE of an atomic structure %qE"
49652 msgstr ""
49654 #: c/c-typeck.cc:2606
49655 #, gcc-internal-format
49656 msgid "accessing a member %qE of an atomic union %qE"
49657 msgstr ""
49659 #: c/c-typeck.cc:2670
49660 #, gcc-internal-format
49661 msgid ""
49662 "%qE is a pointer to pointer; did you mean to dereference it before applying "
49663 "%<->%> to it?"
49664 msgstr ""
49666 #: c/c-typeck.cc:2679
49667 #, gcc-internal-format
49668 msgid "%qE is a pointer; did you mean to use %<->%>?"
49669 msgstr ""
49671 #: c/c-typeck.cc:2686
49672 #, gcc-internal-format
49673 msgid "request for member %qE in something not a structure or union"
49674 msgstr ""
49676 #: c/c-typeck.cc:2734
49677 #, gcc-internal-format
49678 msgid "dereferencing %<void *%> pointer"
49679 msgstr ""
49681 #: c/c-typeck.cc:2789
49682 #, gcc-internal-format
49683 msgid "subscripted value is neither array nor pointer nor vector"
49684 msgstr ""
49686 #: c/c-typeck.cc:2799 cp/typeck.cc:3991 cp/typeck.cc:4084
49687 #, gcc-internal-format
49688 msgid "array subscript is not an integer"
49689 msgstr ""
49691 #: c/c-typeck.cc:2805
49692 #, gcc-internal-format
49693 msgid "subscripted value is pointer to function"
49694 msgstr ""
49696 #: c/c-typeck.cc:2859
49697 #, gcc-internal-format
49698 msgid "ISO C forbids subscripting %<register%> array"
49699 msgstr ""
49701 #: c/c-typeck.cc:2862
49702 #, gcc-internal-format
49703 msgid "ISO C90 forbids subscripting non-lvalue array"
49704 msgstr ""
49706 #: c/c-typeck.cc:2930
49707 #, gcc-internal-format
49708 msgid "underspecified %qD referenced in its initializer"
49709 msgstr ""
49711 #: c/c-typeck.cc:2981
49712 #, gcc-internal-format
49713 msgid "enum constant defined here"
49714 msgstr ""
49716 #: c/c-typeck.cc:3089 cp/typeck.cc:2141
49717 #, gcc-internal-format
49718 msgid "%<sizeof%> on array function parameter %qE will return size of %qT"
49719 msgstr ""
49721 #: c/c-typeck.cc:3250
49722 #, gcc-internal-format
49723 msgid "called object %qE is not a function or function pointer"
49724 msgstr ""
49726 #: c/c-typeck.cc:3255
49727 #, gcc-internal-format
49728 msgid "called object %qD is not a function or function pointer"
49729 msgstr ""
49731 #: c/c-typeck.cc:3261
49732 #, gcc-internal-format
49733 msgid "called object is not a function or function pointer"
49734 msgstr ""
49736 #. This situation leads to run-time undefined behavior.  We can't,
49737 #. therefore, simply error unless we can prove that all possible
49738 #. executions of the program must execute the code.
49739 #: c/c-typeck.cc:3290
49740 #, gcc-internal-format
49741 msgid "function called through a non-compatible type"
49742 msgstr ""
49744 #: c/c-typeck.cc:3295 c/c-typeck.cc:3350
49745 #, gcc-internal-format
49746 msgid "function with qualified void return type called"
49747 msgstr ""
49749 #: c/c-typeck.cc:3405
49750 #, gcc-internal-format, gfc-internal-format
49751 msgid "type of formal parameter %d is incomplete"
49752 msgstr ""
49754 #: c/c-typeck.cc:3419
49755 #, gcc-internal-format
49756 msgid ""
49757 "passing argument %d of %qE as integer rather than floating due to prototype"
49758 msgstr ""
49760 #: c/c-typeck.cc:3425
49761 #, gcc-internal-format
49762 msgid ""
49763 "passing argument %d of %qE as integer rather than complex due to prototype"
49764 msgstr ""
49766 #: c/c-typeck.cc:3431
49767 #, gcc-internal-format
49768 msgid ""
49769 "passing argument %d of %qE as complex rather than floating due to prototype"
49770 msgstr ""
49772 #: c/c-typeck.cc:3437
49773 #, gcc-internal-format
49774 msgid ""
49775 "passing argument %d of %qE as floating rather than integer due to prototype"
49776 msgstr ""
49778 #: c/c-typeck.cc:3443
49779 #, gcc-internal-format
49780 msgid ""
49781 "passing argument %d of %qE as complex rather than integer due to prototype"
49782 msgstr ""
49784 #: c/c-typeck.cc:3449
49785 #, gcc-internal-format
49786 msgid ""
49787 "passing argument %d of %qE as floating rather than complex due to prototype"
49788 msgstr ""
49790 #: c/c-typeck.cc:3463
49791 #, gcc-internal-format
49792 msgid ""
49793 "passing argument %d of %qE as %<float%> rather than %<double%> due to "
49794 "prototype"
49795 msgstr ""
49797 #: c/c-typeck.cc:3489
49798 #, gcc-internal-format
49799 msgid "passing argument %d of %qE as %qT rather than %qT due to prototype"
49800 msgstr ""
49802 #: c/c-typeck.cc:3514
49803 #, gcc-internal-format
49804 msgid "passing argument %d of %qE with different width due to prototype"
49805 msgstr ""
49807 #: c/c-typeck.cc:3538
49808 #, gcc-internal-format
49809 msgid "passing argument %d of %qE as unsigned due to prototype"
49810 msgstr ""
49812 #: c/c-typeck.cc:3543
49813 #, gcc-internal-format
49814 msgid "passing argument %d of %qE as signed due to prototype"
49815 msgstr ""
49817 #: c/c-typeck.cc:3697
49818 #, gcc-internal-format
49819 msgid "too many arguments to method %qE"
49820 msgstr ""
49822 #: c/c-typeck.cc:3707
49823 #, gcc-internal-format
49824 msgid "too many arguments to built-in function %qE expecting %d"
49825 msgstr ""
49827 #: c/c-typeck.cc:3782
49828 #, gcc-internal-format
49829 msgid "implicit conversion from %qT to %qT when passing argument to function"
49830 msgstr ""
49832 #: c/c-typeck.cc:3850
49833 #, gcc-internal-format
49834 msgid "too few arguments to built-in function %qE expecting %u"
49835 msgstr ""
49837 #: c/c-typeck.cc:4028 c/c-typeck.cc:4056 cp/typeck.cc:5682 cp/typeck.cc:5965
49838 #, gcc-internal-format
49839 msgid "comparison with string literal results in unspecified behavior"
49840 msgstr ""
49842 #: c/c-typeck.cc:4036 c/c-typeck.cc:4047 cp/typeck.cc:5714 cp/typeck.cc:5738
49843 #, gcc-internal-format
49844 msgid "comparison between pointer and zero character constant"
49845 msgstr ""
49847 #: c/c-typeck.cc:4039 c/c-typeck.cc:4050 cp/typeck.cc:5717 cp/typeck.cc:5741
49848 #, gcc-internal-format
49849 msgid "did you mean to dereference the pointer?"
49850 msgstr ""
49852 #: c/c-typeck.cc:4077
49853 #, gcc-internal-format
49854 msgid "comparison between %qT and %qT"
49855 msgstr ""
49857 #: c/c-typeck.cc:4136
49858 #, gcc-internal-format
49859 msgid "pointer of type %<void *%> used in subtraction"
49860 msgstr ""
49862 #: c/c-typeck.cc:4139
49863 #, gcc-internal-format
49864 msgid "pointer to a function used in subtraction"
49865 msgstr ""
49867 #: c/c-typeck.cc:4173
49868 #, gcc-internal-format
49869 msgid "arithmetic on pointer to an incomplete type"
49870 msgstr ""
49872 #: c/c-typeck.cc:4182 cp/typeck.cc:6769
49873 #, gcc-internal-format
49874 msgid "arithmetic on pointer to an empty aggregate"
49875 msgstr ""
49877 #: c/c-typeck.cc:4625
49878 #, gcc-internal-format
49879 msgid "%<~%> on a boolean expression"
49880 msgstr ""
49882 #: c/c-typeck.cc:4629
49883 #, gcc-internal-format
49884 msgid "did you mean to use logical not?"
49885 msgstr ""
49887 #: c/c-typeck.cc:4639
49888 #, gcc-internal-format
49889 msgid "ISO C does not support %<~%> for complex conjugation"
49890 msgstr ""
49892 #: c/c-typeck.cc:4663
49893 #, gcc-internal-format
49894 msgid "wrong type argument to absu"
49895 msgstr ""
49897 #: c/c-typeck.cc:4688
49898 #, gcc-internal-format
49899 msgid "wrong type argument to unary exclamation mark"
49900 msgstr ""
49902 #: c/c-typeck.cc:4746
49903 #, gcc-internal-format
49904 msgid "increment of enumeration value is invalid in C++"
49905 msgstr ""
49907 #: c/c-typeck.cc:4749
49908 #, gcc-internal-format
49909 msgid "decrement of enumeration value is invalid in C++"
49910 msgstr ""
49912 #: c/c-typeck.cc:4756
49913 #, gcc-internal-format
49914 msgid "increment of a boolean expression"
49915 msgstr ""
49917 #: c/c-typeck.cc:4759
49918 #, gcc-internal-format
49919 msgid "decrement of a boolean expression"
49920 msgstr ""
49922 #: c/c-typeck.cc:4775
49923 #, gcc-internal-format
49924 msgid "ISO C does not support %<++%> and %<--%> on complex types"
49925 msgstr ""
49927 #: c/c-typeck.cc:4801 c/c-typeck.cc:4835
49928 #, gcc-internal-format
49929 msgid "wrong type argument to increment"
49930 msgstr ""
49932 #: c/c-typeck.cc:4803 c/c-typeck.cc:4838
49933 #, gcc-internal-format
49934 msgid "wrong type argument to decrement"
49935 msgstr ""
49937 #: c/c-typeck.cc:4823
49938 #, gcc-internal-format
49939 msgid "increment of pointer to an incomplete type %qT"
49940 msgstr ""
49942 #: c/c-typeck.cc:4827
49943 #, gcc-internal-format
49944 msgid "decrement of pointer to an incomplete type %qT"
49945 msgstr ""
49947 #: c/c-typeck.cc:4935
49948 #, gcc-internal-format
49949 msgid "taking address of expression of type %<void%>"
49950 msgstr ""
49952 #: c/c-typeck.cc:4994 c/c-typeck.cc:5187
49953 #, gcc-internal-format
49954 msgid "cannot take address of bit-field %qD"
49955 msgstr ""
49957 #: c/c-typeck.cc:5008
49958 #, gcc-internal-format
49959 msgid "cannot take address of scalar with reverse storage order"
49960 msgstr ""
49962 #: c/c-typeck.cc:5016
49963 #, gcc-internal-format
49964 msgid "address of array with reverse scalar storage order requested"
49965 msgstr ""
49967 #: c/c-typeck.cc:5202
49968 #, gcc-internal-format
49969 msgid "address of register compound literal requested"
49970 msgstr ""
49972 #: c/c-typeck.cc:5223
49973 #, gcc-internal-format
49974 msgid "global register variable %qD used in nested function"
49975 msgstr ""
49977 #: c/c-typeck.cc:5226
49978 #, gcc-internal-format
49979 msgid "register variable %qD used in nested function"
49980 msgstr ""
49982 #: c/c-typeck.cc:5231
49983 #, gcc-internal-format
49984 msgid "address of global register variable %qD requested"
49985 msgstr ""
49987 #: c/c-typeck.cc:5233 d/d-codegen.cc:721
49988 #, gcc-internal-format
49989 msgid "address of register variable %qD requested"
49990 msgstr ""
49992 #: c/c-typeck.cc:5372
49993 #, gcc-internal-format
49994 msgid "non-lvalue array in conditional expression"
49995 msgstr ""
49997 #: c/c-typeck.cc:5454
49998 #, gcc-internal-format
49999 msgid ""
50000 "implicit conversion from %qT to %qT to match other result of conditional"
50001 msgstr ""
50003 #: c/c-typeck.cc:5513 c/c-typeck.cc:5519
50004 #, gcc-internal-format
50005 msgid ""
50006 "operand of %<?:%> changes signedness from %qT to %qT due to unsignedness of "
50007 "other operand"
50008 msgstr ""
50010 #: c/c-typeck.cc:5536
50011 #, gcc-internal-format
50012 msgid "ISO C forbids conditional expr with only one void side"
50013 msgstr ""
50015 #: c/c-typeck.cc:5553
50016 #, gcc-internal-format
50017 msgid "pointers to disjoint address spaces used in conditional expression"
50018 msgstr ""
50020 #: c/c-typeck.cc:5577
50021 #, gcc-internal-format
50022 msgid "pointer to array loses qualifier in conditional expression"
50023 msgstr ""
50025 #: c/c-typeck.cc:5581
50026 #, gcc-internal-format
50027 msgid ""
50028 "pointer to array loses qualifier in conditional expression in ISO C before "
50029 "C2X"
50030 msgstr ""
50032 #: c/c-typeck.cc:5586
50033 #, gcc-internal-format
50034 msgid "ISO C forbids conditional expr between %<void *%> and function pointer"
50035 msgstr ""
50037 #: c/c-typeck.cc:5601
50038 #, gcc-internal-format
50039 msgid ""
50040 "pointer type mismatch between %qT and %qT of %qD and %qD in conditional "
50041 "expression"
50042 msgstr ""
50044 #: c/c-typeck.cc:5606
50045 #, gcc-internal-format
50046 msgid "pointer type mismatch in conditional expression"
50047 msgstr ""
50049 #: c/c-typeck.cc:5615 c/c-typeck.cc:5626
50050 #, gcc-internal-format
50051 msgid "pointer/integer type mismatch in conditional expression"
50052 msgstr ""
50054 #: c/c-typeck.cc:5647
50055 #, gcc-internal-format
50056 msgid "type mismatch in conditional expression"
50057 msgstr ""
50059 #: c/c-typeck.cc:5762
50060 #, gcc-internal-format
50061 msgid "ignoring return value of %qD, declared with attribute %<nodiscard%>: %E"
50062 msgstr ""
50064 #: c/c-typeck.cc:5766
50065 #, gcc-internal-format
50066 msgid "ignoring return value of %qD, declared with attribute %<nodiscard%>"
50067 msgstr ""
50069 #: c/c-typeck.cc:5784
50070 #, gcc-internal-format
50071 msgid ""
50072 "ignoring return value of type %qT, declared with attribute %<nodiscard%>: %E"
50073 msgstr ""
50075 #: c/c-typeck.cc:5789
50076 #, gcc-internal-format
50077 msgid ""
50078 "ignoring return value of type %qT, declared with attribute %<nodiscard%>"
50079 msgstr ""
50081 #: c/c-typeck.cc:5798 cp/cvt.cc:1100 rust/backend/rust-tree.cc:642
50082 #, gcc-internal-format
50083 msgid "in call to %qD, declared here"
50084 msgstr ""
50086 #: c/c-typeck.cc:5847
50087 #, gcc-internal-format
50088 msgid "left-hand operand of comma expression has no effect"
50089 msgstr ""
50091 #: c/c-typeck.cc:5865 c/c-typeck.cc:11717
50092 #, gcc-internal-format
50093 msgid "right-hand operand of comma expression has no effect"
50094 msgstr ""
50096 #: c/c-typeck.cc:5936
50097 msgid "cast adds %q#v qualifier to function type"
50098 msgstr ""
50100 #: c/c-typeck.cc:5942
50101 msgid "cast discards %qv qualifier from pointer target type"
50102 msgstr ""
50104 #: c/c-typeck.cc:5977
50105 #, gcc-internal-format
50106 msgid ""
50107 "to be safe all intermediate pointers in cast from %qT to %qT must be "
50108 "%<const%> qualified"
50109 msgstr ""
50111 #: c/c-typeck.cc:6071
50112 #, gcc-internal-format
50113 msgid "cast specifies array type"
50114 msgstr ""
50116 #: c/c-typeck.cc:6077
50117 #, gcc-internal-format
50118 msgid "cast specifies function type"
50119 msgstr ""
50121 #: c/c-typeck.cc:6092
50122 #, gcc-internal-format
50123 msgid "ISO C forbids casting nonscalar to the same type"
50124 msgstr ""
50126 #: c/c-typeck.cc:6112
50127 #, gcc-internal-format
50128 msgid "ISO C forbids casts to union type"
50129 msgstr ""
50131 #: c/c-typeck.cc:6122
50132 #, gcc-internal-format
50133 msgid "cast to union type from type not present in union"
50134 msgstr ""
50136 #: c/c-typeck.cc:6157
50137 #, gcc-internal-format
50138 msgid ""
50139 "cast to %qs address space pointer from disjoint generic address space pointer"
50140 msgstr ""
50142 #: c/c-typeck.cc:6162
50143 #, gcc-internal-format
50144 msgid ""
50145 "cast to generic address space pointer from disjoint %qs address space pointer"
50146 msgstr ""
50148 #: c/c-typeck.cc:6167
50149 #, gcc-internal-format
50150 msgid ""
50151 "cast to %qs address space pointer from disjoint %qs address space pointer"
50152 msgstr ""
50154 #: c/c-typeck.cc:6187
50155 #, gcc-internal-format
50156 msgid "cast increases required alignment of target type"
50157 msgstr ""
50159 #: c/c-typeck.cc:6198
50160 #, gcc-internal-format
50161 msgid "cast from pointer to integer of different size"
50162 msgstr ""
50164 #: c/c-typeck.cc:6203
50165 #, gcc-internal-format
50166 msgid "cast from function call of type %qT to non-matching type %qT"
50167 msgstr ""
50169 #: c/c-typeck.cc:6212 cp/typeck.cc:9179
50170 #, gcc-internal-format
50171 msgid "cast to pointer from integer of different size"
50172 msgstr ""
50174 #: c/c-typeck.cc:6226
50175 #, gcc-internal-format
50176 msgid "ISO C forbids conversion of function pointer to object pointer type"
50177 msgstr ""
50179 #: c/c-typeck.cc:6235
50180 #, gcc-internal-format
50181 msgid "ISO C forbids conversion of object pointer to function pointer type"
50182 msgstr ""
50184 #: c/c-typeck.cc:6245
50185 #, gcc-internal-format
50186 msgid "cast between incompatible function types from %qT to %qT"
50187 msgstr ""
50189 #: c/c-typeck.cc:6341
50190 #, gcc-internal-format
50191 msgid "defining a type in a cast is invalid in C++"
50192 msgstr ""
50194 #: c/c-typeck.cc:6382
50195 #, gcc-internal-format
50196 msgid "assignment to expression with array type"
50197 msgstr ""
50199 #: c/c-typeck.cc:6508
50200 #, gcc-internal-format
50201 msgid "enum conversion in assignment is invalid in C++"
50202 msgstr ""
50204 #: c/c-typeck.cc:6710 c/c-typeck.cc:6732 c/c-typeck.cc:6758
50205 #, gcc-internal-format
50206 msgid "(near initialization for %qs)"
50207 msgstr ""
50209 #: c/c-typeck.cc:6773
50210 #, gcc-internal-format
50211 msgid "array initialized from parenthesized string constant"
50212 msgstr ""
50214 #: c/c-typeck.cc:6816 c/c-typeck.cc:7057
50215 #, gcc-internal-format
50216 msgid "expected %qT but argument is of type %qT"
50217 msgstr ""
50219 #: c/c-typeck.cc:6850
50220 #, gcc-internal-format
50221 msgid ""
50222 "%qD argument %d type is %qT where %qT is expected in a call to built-in "
50223 "function declared without prototype"
50224 msgstr ""
50226 #: c/c-typeck.cc:6853
50227 #, gcc-internal-format
50228 msgid ""
50229 "%qD argument %d promotes to %qT where %qT is expected in a call to built-in "
50230 "function declared without prototype"
50231 msgstr ""
50233 #: c/c-typeck.cc:6858
50234 #, gcc-internal-format
50235 msgid "built-in %qD declared here"
50236 msgstr ""
50238 #: c/c-typeck.cc:7052
50239 #, gcc-internal-format
50240 msgid "enum conversion when passing argument %d of %qE is invalid in C++"
50241 msgstr ""
50243 #: c/c-typeck.cc:7061
50244 #, gcc-internal-format
50245 msgid "enum conversion from %qT to %qT in assignment is invalid in C++"
50246 msgstr ""
50248 #: c/c-typeck.cc:7066
50249 #, gcc-internal-format
50250 msgid "enum conversion from %qT to %qT in initialization is invalid in C++"
50251 msgstr ""
50253 #: c/c-typeck.cc:7071
50254 #, gcc-internal-format
50255 msgid "enum conversion from %qT to %qT in return is invalid in C++"
50256 msgstr ""
50258 #: c/c-typeck.cc:7089
50259 #, gcc-internal-format
50260 msgid "implicit conversion from %qT to %qT"
50261 msgstr ""
50263 #: c/c-typeck.cc:7268 c/c-typeck.cc:7653
50264 msgid ""
50265 "passing argument %d of %qE makes %q#v qualified function pointer from "
50266 "unqualified"
50267 msgstr ""
50269 #: c/c-typeck.cc:7271 c/c-typeck.cc:7656
50270 msgid "assignment makes %q#v qualified function pointer from unqualified"
50271 msgstr ""
50273 #: c/c-typeck.cc:7274 c/c-typeck.cc:7658
50274 msgid "initialization makes %q#v qualified function pointer from unqualified"
50275 msgstr ""
50277 #: c/c-typeck.cc:7277 c/c-typeck.cc:7660
50278 msgid "return makes %q#v qualified function pointer from unqualified"
50279 msgstr ""
50281 #: c/c-typeck.cc:7285 c/c-typeck.cc:7544 c/c-typeck.cc:7587
50282 msgid ""
50283 "passing argument %d of %qE discards %qv qualifier from pointer target type"
50284 msgstr ""
50286 #: c/c-typeck.cc:7287 c/c-typeck.cc:7546 c/c-typeck.cc:7589
50287 msgid "assignment discards %qv qualifier from pointer target type"
50288 msgstr ""
50290 #: c/c-typeck.cc:7289 c/c-typeck.cc:7548 c/c-typeck.cc:7591
50291 msgid "initialization discards %qv qualifier from pointer target type"
50292 msgstr ""
50294 #: c/c-typeck.cc:7291 c/c-typeck.cc:7550 c/c-typeck.cc:7593
50295 msgid "return discards %qv qualifier from pointer target type"
50296 msgstr ""
50298 #: c/c-typeck.cc:7300
50299 #, gcc-internal-format
50300 msgid "ISO C prohibits argument conversion to union type"
50301 msgstr ""
50303 #: c/c-typeck.cc:7368
50304 #, gcc-internal-format
50305 msgid "request for implicit conversion from %qT to %qT not permitted in C++"
50306 msgstr ""
50308 #: c/c-typeck.cc:7383
50309 #, gcc-internal-format
50310 msgid "passing argument %d of %qE from pointer to non-enclosed address space"
50311 msgstr ""
50313 #: c/c-typeck.cc:7394
50314 #, gcc-internal-format
50315 msgid "assignment from pointer to non-enclosed address space"
50316 msgstr ""
50318 #: c/c-typeck.cc:7405
50319 #, gcc-internal-format
50320 msgid "initialization from pointer to non-enclosed address space"
50321 msgstr ""
50323 #: c/c-typeck.cc:7415
50324 #, gcc-internal-format
50325 msgid "return from pointer to non-enclosed address space"
50326 msgstr ""
50328 #: c/c-typeck.cc:7431
50329 #, gcc-internal-format
50330 msgid "expected %qT but pointer is of type %qT"
50331 msgstr ""
50333 #: c/c-typeck.cc:7446
50334 #, gcc-internal-format
50335 msgid "argument %d of %qE might be a candidate for a format attribute"
50336 msgstr ""
50338 #: c/c-typeck.cc:7452
50339 #, gcc-internal-format
50340 msgid "assignment left-hand side might be a candidate for a format attribute"
50341 msgstr ""
50343 #: c/c-typeck.cc:7458
50344 #, gcc-internal-format
50345 msgid ""
50346 "initialization left-hand side might be a candidate for a format attribute"
50347 msgstr ""
50349 #: c/c-typeck.cc:7463 cp/typeck.cc:10342
50350 #, gcc-internal-format
50351 msgid "return type might be a candidate for a format attribute"
50352 msgstr ""
50354 #: c/c-typeck.cc:7486
50355 #, gcc-internal-format
50356 msgid "passing argument %d of %qE from incompatible scalar storage order"
50357 msgstr ""
50359 #: c/c-typeck.cc:7496
50360 #, gcc-internal-format
50361 msgid ""
50362 "assignment to %qT from pointer type %qT with incompatible scalar storage "
50363 "order"
50364 msgstr ""
50366 #: c/c-typeck.cc:7506
50367 #, gcc-internal-format
50368 msgid ""
50369 "initialization of %qT from pointer type %qT with incompatible scalar storage "
50370 "order"
50371 msgstr ""
50373 #: c/c-typeck.cc:7511
50374 #, gcc-internal-format
50375 msgid ""
50376 "returning %qT from pointer type with incompatible scalar storage order %qT"
50377 msgstr ""
50379 #: c/c-typeck.cc:7561
50380 #, gcc-internal-format
50381 msgid ""
50382 "ISO C forbids passing argument %d of %qE between function pointer and %<void "
50383 "*%>"
50384 msgstr ""
50386 #: c/c-typeck.cc:7564
50387 #, gcc-internal-format
50388 msgid "ISO C forbids assignment between function pointer and %<void *%>"
50389 msgstr ""
50391 #: c/c-typeck.cc:7566
50392 #, gcc-internal-format
50393 msgid "ISO C forbids initialization between function pointer and %<void *%>"
50394 msgstr ""
50396 #: c/c-typeck.cc:7568
50397 #, gcc-internal-format
50398 msgid "ISO C forbids return between function pointer and %<void *%>"
50399 msgstr ""
50401 #: c/c-typeck.cc:7598
50402 #, gcc-internal-format
50403 msgid "array with qualifier on the element is not qualified before C2X"
50404 msgstr ""
50406 #: c/c-typeck.cc:7615
50407 #, gcc-internal-format
50408 msgid "pointer targets in passing argument %d of %qE differ in signedness"
50409 msgstr ""
50411 #: c/c-typeck.cc:7623
50412 #, gcc-internal-format
50413 msgid "pointer targets in assignment from %qT to %qT differ in signedness"
50414 msgstr ""
50416 #: c/c-typeck.cc:7629
50417 #, gcc-internal-format
50418 msgid "pointer targets in initialization of %qT from %qT differ in signedness"
50419 msgstr ""
50421 #: c/c-typeck.cc:7634
50422 #, gcc-internal-format
50423 msgid ""
50424 "pointer targets in returning %qT from a function with return type %qT differ "
50425 "in signedness"
50426 msgstr ""
50428 #: c/c-typeck.cc:7676
50429 #, gcc-internal-format
50430 msgid "passing argument %d of %qE from incompatible pointer type"
50431 msgstr ""
50433 #: c/c-typeck.cc:7684
50434 #, gcc-internal-format
50435 msgid "assignment to %qT from pointer to %qD with incompatible type %qT"
50436 msgstr ""
50438 #: c/c-typeck.cc:7689
50439 #, gcc-internal-format
50440 msgid "assignment to %qT from incompatible pointer type %qT"
50441 msgstr ""
50443 #: c/c-typeck.cc:7696
50444 #, gcc-internal-format
50445 msgid "initialization of %qT from pointer to %qD with incompatible type %qT"
50446 msgstr ""
50448 #: c/c-typeck.cc:7701
50449 #, gcc-internal-format
50450 msgid "initialization of %qT from incompatible pointer type %qT"
50451 msgstr ""
50453 #: c/c-typeck.cc:7708
50454 #, gcc-internal-format
50455 msgid ""
50456 "returning pointer to %qD of type %qT from a function with incompatible type "
50457 "%qT"
50458 msgstr ""
50460 #: c/c-typeck.cc:7713
50461 #, gcc-internal-format
50462 msgid "returning %qT from a function with incompatible return type %qT"
50463 msgstr ""
50465 #: c/c-typeck.cc:7753
50466 #, gcc-internal-format
50467 msgid "passing argument %d of %qE makes pointer from integer without a cast"
50468 msgstr ""
50470 #: c/c-typeck.cc:7760
50471 #, gcc-internal-format
50472 msgid "assignment to %qT from %qT makes pointer from integer without a cast"
50473 msgstr ""
50475 #: c/c-typeck.cc:7766
50476 #, gcc-internal-format
50477 msgid ""
50478 "initialization of %qT from %qT makes pointer from integer without a cast"
50479 msgstr ""
50481 #: c/c-typeck.cc:7770
50482 #, gcc-internal-format
50483 msgid ""
50484 "returning %qT from a function with return type %qT makes pointer from "
50485 "integer without a cast"
50486 msgstr ""
50488 #: c/c-typeck.cc:7790
50489 #, gcc-internal-format
50490 msgid "passing argument %d of %qE makes integer from pointer without a cast"
50491 msgstr ""
50493 #: c/c-typeck.cc:7797
50494 #, gcc-internal-format
50495 msgid "assignment to %qT from %qT makes integer from pointer without a cast"
50496 msgstr ""
50498 #: c/c-typeck.cc:7803
50499 #, gcc-internal-format
50500 msgid ""
50501 "initialization of %qT from %qT makes integer from pointer without a cast"
50502 msgstr ""
50504 #: c/c-typeck.cc:7807
50505 #, gcc-internal-format
50506 msgid ""
50507 "returning %qT from a function with return type %qT makes integer from "
50508 "pointer without a cast"
50509 msgstr ""
50511 #: c/c-typeck.cc:7839
50512 #, gcc-internal-format
50513 msgid "incompatible type for argument %d of %qE"
50514 msgstr ""
50516 #: c/c-typeck.cc:7850
50517 #, gcc-internal-format
50518 msgid "incompatible types when assigning to type %qT from type %qT"
50519 msgstr ""
50521 #: c/c-typeck.cc:7861
50522 #, gcc-internal-format
50523 msgid "incompatible types when initializing type %qT using type %qT"
50524 msgstr ""
50526 #: c/c-typeck.cc:7871
50527 #, gcc-internal-format
50528 msgid "incompatible types when returning type %qT but %qT was expected"
50529 msgstr ""
50531 #: c/c-typeck.cc:7951
50532 #, gcc-internal-format
50533 msgid "traditional C rejects automatic aggregate initialization"
50534 msgstr ""
50536 #: c/c-typeck.cc:8193
50537 #, gcc-internal-format
50538 msgid "%<constexpr%> pointer initializer is not null"
50539 msgstr ""
50541 #: c/c-typeck.cc:8201
50542 #, gcc-internal-format
50543 msgid "%<constexpr%> integer initializer is not an integer constant expression"
50544 msgstr ""
50546 #: c/c-typeck.cc:8204 c/c-typeck.cc:8266 c/c-typeck.cc:8403
50547 #, gcc-internal-format
50548 msgid "%<constexpr%> initializer not representable in type of object"
50549 msgstr ""
50551 #: c/c-typeck.cc:8214
50552 #, gcc-internal-format
50553 msgid "%<constexpr%> initializer is not an arithmetic constant expression"
50554 msgstr ""
50556 #: c/c-typeck.cc:8231
50557 #, gcc-internal-format
50558 msgid "%<constexpr%> initializer for a real type is of complex type"
50559 msgstr ""
50561 #: c/c-typeck.cc:8240
50562 #, gcc-internal-format
50563 msgid ""
50564 "%<constexpr%> initializer for a binary floating-point type is of decimal type"
50565 msgstr ""
50567 #: c/c-typeck.cc:8368 c/c-typeck.cc:9294 cp/typeck2.cc:1199
50568 #, gcc-internal-format
50569 msgid "initialization of a flexible array member"
50570 msgstr ""
50572 #: c/c-typeck.cc:8384 cp/typeck2.cc:1216
50573 #, gcc-internal-format
50574 msgid ""
50575 "cannot initialize array of %qT from a string literal with type array of %qT"
50576 msgstr ""
50578 #: c/c-typeck.cc:8443
50579 #, gcc-internal-format
50580 msgid "array of inappropriate type initialized from string constant"
50581 msgstr ""
50583 #: c/c-typeck.cc:8511 cp/typeck.cc:2533
50584 #, gcc-internal-format
50585 msgid "invalid use of non-lvalue array"
50586 msgstr ""
50588 #: c/c-typeck.cc:8530 c/c-typeck.cc:8554 c/c-typeck.cc:8557 c/c-typeck.cc:8565
50589 #: c/c-typeck.cc:8612 c/c-typeck.cc:10153 c/c-typeck.cc:10232
50590 #, gcc-internal-format
50591 msgid "initializer element is not constant"
50592 msgstr ""
50594 #: c/c-typeck.cc:8539
50595 #, gcc-internal-format
50596 msgid "array initialized from non-constant array expression"
50597 msgstr ""
50599 #: c/c-typeck.cc:8570 c/c-typeck.cc:8625 c/c-typeck.cc:10242
50600 #, gcc-internal-format
50601 msgid "initializer element is not a constant expression"
50602 msgstr ""
50604 #: c/c-typeck.cc:8619 c/c-typeck.cc:10237
50605 #, gcc-internal-format
50606 msgid "initializer element is not computable at load time"
50607 msgstr ""
50609 #: c/c-typeck.cc:8643
50610 #, gcc-internal-format
50611 msgid "invalid initializer"
50612 msgstr ""
50614 #: c/c-typeck.cc:8921 cp/decl.cc:7480
50615 #, gcc-internal-format
50616 msgid "opaque vector types cannot be initialized"
50617 msgstr ""
50619 #: c/c-typeck.cc:9141
50620 #, gcc-internal-format
50621 msgid "extra brace group at end of initializer"
50622 msgstr ""
50624 #: c/c-typeck.cc:9224
50625 #, gcc-internal-format
50626 msgid "braces around scalar initializer"
50627 msgstr ""
50629 #: c/c-typeck.cc:9291 c/c-typeck.cc:10770 cp/typeck2.cc:1226 cp/typeck2.cc:1584
50630 #, gcc-internal-format
50631 msgid "initialization of flexible array member in a nested context"
50632 msgstr ""
50634 #: c/c-typeck.cc:9328
50635 #, gcc-internal-format
50636 msgid "missing braces around initializer"
50637 msgstr ""
50639 #: c/c-typeck.cc:9351
50640 #, gcc-internal-format
50641 msgid "missing initializer for field %qD of %qT"
50642 msgstr ""
50644 #: c/c-typeck.cc:9386
50645 #, gcc-internal-format
50646 msgid "extra elements in scalar initializer"
50647 msgstr ""
50649 #: c/c-typeck.cc:9505 c/c-typeck.cc:9587
50650 #, gcc-internal-format
50651 msgid "array index in non-array initializer"
50652 msgstr ""
50654 #: c/c-typeck.cc:9510 c/c-typeck.cc:9649
50655 #, gcc-internal-format
50656 msgid "field name not in record or union initializer"
50657 msgstr ""
50659 #: c/c-typeck.cc:9560
50660 #, gcc-internal-format
50661 msgid "array index in initializer not of integer type"
50662 msgstr ""
50664 #: c/c-typeck.cc:9569 c/c-typeck.cc:9578
50665 #, gcc-internal-format
50666 msgid "array index in initializer is not an integer constant expression"
50667 msgstr ""
50669 #: c/c-typeck.cc:9583 c/c-typeck.cc:9585
50670 #, gcc-internal-format
50671 msgid "nonconstant array index in initializer"
50672 msgstr ""
50674 #: c/c-typeck.cc:9589 c/c-typeck.cc:9592
50675 #, gcc-internal-format
50676 msgid "array index in initializer exceeds array bounds"
50677 msgstr ""
50679 #: c/c-typeck.cc:9611
50680 #, gcc-internal-format
50681 msgid "empty index range in initializer"
50682 msgstr ""
50684 #: c/c-typeck.cc:9620
50685 #, gcc-internal-format
50686 msgid "array index range in initializer exceeds array bounds"
50687 msgstr ""
50689 #: c/c-typeck.cc:9722 c/c-typeck.cc:9752 c/c-typeck.cc:10330
50690 #, gcc-internal-format
50691 msgid "initialized field with side-effects overwritten"
50692 msgstr ""
50694 #: c/c-typeck.cc:9726 c/c-typeck.cc:9756 c/c-typeck.cc:10333
50695 #, gcc-internal-format
50696 msgid "initialized field overwritten"
50697 msgstr ""
50699 #: c/c-typeck.cc:10264
50700 #, gcc-internal-format
50701 msgid "enum conversion in initialization is invalid in C++"
50702 msgstr ""
50704 #: c/c-typeck.cc:10645
50705 #, gcc-internal-format
50706 msgid "excess elements in %<char%> array initializer"
50707 msgstr ""
50709 #: c/c-typeck.cc:10652 c/c-typeck.cc:10729
50710 #, gcc-internal-format
50711 msgid "excess elements in struct initializer"
50712 msgstr ""
50714 #: c/c-typeck.cc:10673
50715 #, gcc-internal-format
50716 msgid ""
50717 "positional initialization of field in %<struct%> declared with "
50718 "%<designated_init%> attribute"
50719 msgstr ""
50721 #: c/c-typeck.cc:10744 cp/typeck2.cc:1203
50722 #, gcc-internal-format
50723 msgid "non-static initialization of a flexible array member"
50724 msgstr ""
50726 #: c/c-typeck.cc:10839
50727 #, gcc-internal-format
50728 msgid "excess elements in union initializer"
50729 msgstr ""
50731 #: c/c-typeck.cc:10861
50732 #, gcc-internal-format
50733 msgid "traditional C rejects initialization of unions"
50734 msgstr ""
50736 #: c/c-typeck.cc:10923
50737 #, gcc-internal-format
50738 msgid "excess elements in array initializer"
50739 msgstr ""
50741 #: c/c-typeck.cc:10957
50742 #, gcc-internal-format
50743 msgid "excess elements in vector initializer"
50744 msgstr ""
50746 #: c/c-typeck.cc:10989
50747 #, gcc-internal-format
50748 msgid "excess elements in scalar initializer"
50749 msgstr ""
50751 #: c/c-typeck.cc:11232
50752 #, gcc-internal-format
50753 msgid "ISO C forbids %<goto *expr;%>"
50754 msgstr ""
50756 #: c/c-typeck.cc:11238
50757 #, gcc-internal-format
50758 msgid "computed goto must be pointer type"
50759 msgstr ""
50761 #: c/c-typeck.cc:11267 c/gimple-parser.cc:2472 cp/typeck.cc:10932
50762 #, gcc-internal-format
50763 msgid "function declared %<noreturn%> has a %<return%> statement"
50764 msgstr ""
50766 #: c/c-typeck.cc:11295 c/c-typeck.cc:11299
50767 #, gcc-internal-format
50768 msgid "%<return%> with no value, in function returning non-void"
50769 msgstr ""
50771 #: c/c-typeck.cc:11313 c/gimple-parser.cc:2482
50772 #, gcc-internal-format
50773 msgid "%<return%> with a value, in function returning void"
50774 msgstr ""
50776 #: c/c-typeck.cc:11316
50777 #, gcc-internal-format
50778 msgid "ISO C forbids %<return%> with expression, in function returning void"
50779 msgstr ""
50781 #: c/c-typeck.cc:11393
50782 #, gcc-internal-format
50783 msgid "function returns address of label"
50784 msgstr ""
50786 #: c/c-typeck.cc:11484 cp/semantics.cc:1524
50787 #, gcc-internal-format
50788 msgid "switch quantity not an integer"
50789 msgstr ""
50791 #: c/c-typeck.cc:11509
50792 #, gcc-internal-format
50793 msgid "%<long%> switch expression not converted to %<int%> in ISO C"
50794 msgstr ""
50796 #: c/c-typeck.cc:11547 c/c-typeck.cc:11555
50797 #, gcc-internal-format
50798 msgid "case label is not an integer constant expression"
50799 msgstr ""
50801 #: c/c-typeck.cc:11561 cp/parser.cc:12750
50802 #, gcc-internal-format
50803 msgid "case label not within a switch statement"
50804 msgstr ""
50806 #: c/c-typeck.cc:11563
50807 #, gcc-internal-format
50808 msgid "%<default%> label not within a switch statement"
50809 msgstr ""
50811 #: c/c-typeck.cc:11639 cp/parser.cc:14366
50812 #, gcc-internal-format
50813 msgid "break statement not within loop or switch"
50814 msgstr ""
50816 #: c/c-typeck.cc:11642 c/c-typeck.cc:11662 cp/decl.cc:3871 cp/parser.cc:14376
50817 #: cp/parser.cc:14397
50818 #, gcc-internal-format
50819 msgid "invalid exit from OpenMP structured block"
50820 msgstr ""
50822 #: c/c-typeck.cc:11645 cp/parser.cc:14379
50823 #, gcc-internal-format
50824 msgid "break statement used with OpenMP for loop"
50825 msgstr ""
50827 #: c/c-typeck.cc:11659 cp/parser.cc:14389
50828 #, gcc-internal-format
50829 msgid "continue statement not within a loop"
50830 msgstr ""
50832 #: c/c-typeck.cc:11699 cp/cp-gimplify.cc:249
50833 #, gcc-internal-format
50834 msgid "statement with no effect"
50835 msgstr ""
50837 #: c/c-typeck.cc:11743
50838 #, gcc-internal-format
50839 msgid "expression statement has incomplete type"
50840 msgstr ""
50842 #: c/c-typeck.cc:12034
50843 #, gcc-internal-format
50844 msgid ""
50845 "the comparison will always evaluate as %<false%> for the pointer operand in "
50846 "%qE must not be NULL"
50847 msgstr ""
50849 #: c/c-typeck.cc:12039
50850 #, gcc-internal-format
50851 msgid ""
50852 "the comparison will always evaluate as %<true%> for the pointer operand in "
50853 "%qE must not be NULL"
50854 msgstr ""
50856 #: c/c-typeck.cc:12057 c/c-typeck.cc:12095
50857 #, gcc-internal-format
50858 msgid ""
50859 "the comparison will always evaluate as %<false%> for the address of %qE will "
50860 "never be NULL"
50861 msgstr ""
50863 #: c/c-typeck.cc:12062 c/c-typeck.cc:12100
50864 #, gcc-internal-format
50865 msgid ""
50866 "the comparison will always evaluate as %<true%> for the address of %qE will "
50867 "never be NULL"
50868 msgstr ""
50870 #: c/c-typeck.cc:12682 c/c-typeck.cc:12843 cp/typeck.cc:5987
50871 #, gcc-internal-format
50872 msgid "comparing vectors with different element types"
50873 msgstr ""
50875 #: c/c-typeck.cc:12690 c/c-typeck.cc:12851 cp/typeck.cc:6000
50876 #, gcc-internal-format
50877 msgid "comparing vectors with different number of elements"
50878 msgstr ""
50880 #: c/c-typeck.cc:12705 c/c-typeck.cc:12866 cp/typeck.cc:6018
50881 #, gcc-internal-format
50882 msgid "comparison between types %qT and %qT"
50883 msgstr ""
50885 #: c/c-typeck.cc:12715 c/c-typeck.cc:12876 cp/typeck.cc:6035
50886 #, gcc-internal-format
50887 msgid "could not find an integer type of the same size as %qT"
50888 msgstr ""
50890 #: c/c-typeck.cc:12729 cp/typeck.cc:5671
50891 #, gcc-internal-format
50892 msgid "comparing floating-point with %<==%> or %<!=%> is unsafe"
50893 msgstr ""
50895 #: c/c-typeck.cc:12767 c/c-typeck.cc:12917
50896 #, gcc-internal-format
50897 msgid "comparison of pointers to disjoint address spaces"
50898 msgstr ""
50900 #: c/c-typeck.cc:12774 c/c-typeck.cc:12780
50901 #, gcc-internal-format
50902 msgid "ISO C forbids comparison of %<void *%> with function pointer"
50903 msgstr ""
50905 #: c/c-typeck.cc:12787 c/c-typeck.cc:12927
50906 #, gcc-internal-format
50907 msgid "comparison of distinct pointer types lacks a cast"
50908 msgstr ""
50910 #: c/c-typeck.cc:12799 c/c-typeck.cc:12804 c/c-typeck.cc:12953
50911 #: c/c-typeck.cc:12958
50912 #, gcc-internal-format
50913 msgid "comparison between pointer and integer"
50914 msgstr ""
50916 #: c/c-typeck.cc:12905
50917 #, gcc-internal-format
50918 msgid "comparison of complete and incomplete pointers"
50919 msgstr ""
50921 #: c/c-typeck.cc:12907
50922 #, gcc-internal-format
50923 msgid "ISO C forbids ordered comparisons of pointers to functions"
50924 msgstr ""
50926 #: c/c-typeck.cc:12912
50927 #, gcc-internal-format
50928 msgid "ordered comparison of pointer with null pointer"
50929 msgstr ""
50931 #: c/c-typeck.cc:12935 c/c-typeck.cc:12938 c/c-typeck.cc:12945
50932 #: c/c-typeck.cc:12948
50933 #, gcc-internal-format
50934 msgid "ordered comparison of pointer with integer zero"
50935 msgstr ""
50937 #: c/c-typeck.cc:13024
50938 #, gcc-internal-format
50939 msgid ""
50940 "implicit conversion from %qT to %qT to match other operand of binary "
50941 "expression"
50942 msgstr ""
50944 #: c/c-typeck.cc:13342
50945 #, gcc-internal-format
50946 msgid "used array that cannot be converted to pointer where scalar is required"
50947 msgstr ""
50949 #: c/c-typeck.cc:13346
50950 #, gcc-internal-format
50951 msgid "used struct type value where scalar is required"
50952 msgstr ""
50954 #: c/c-typeck.cc:13350
50955 #, gcc-internal-format
50956 msgid "used union type value where scalar is required"
50957 msgstr ""
50959 #: c/c-typeck.cc:13366
50960 #, gcc-internal-format
50961 msgid "used vector type where scalar is required"
50962 msgstr ""
50964 #: c/c-typeck.cc:13556 cp/semantics.cc:11070
50965 #, gcc-internal-format
50966 msgid ""
50967 "%<#pragma omp cancel%> must specify one of %<parallel%>, %<for%>, "
50968 "%<sections%> or %<taskgroup%> clauses"
50969 msgstr ""
50971 #: c/c-typeck.cc:13567 c/c-typeck.cc:13577 cp/semantics.cc:11081
50972 #: cp/semantics.cc:11091
50973 #, gcc-internal-format
50974 msgid "expected %<cancel%> %<if%> clause modifier"
50975 msgstr ""
50977 #: c/c-typeck.cc:13612 cp/semantics.cc:11126
50978 #, gcc-internal-format
50979 msgid ""
50980 "%<#pragma omp cancellation point%> must specify one of %<parallel%>, "
50981 "%<for%>, %<sections%> or %<taskgroup%> clauses"
50982 msgstr ""
50984 #: c/c-typeck.cc:13657 c/c-typeck.cc:15382 c/c-typeck.cc:15518
50985 #: c/c-typeck.cc:15601
50986 #, gcc-internal-format
50987 msgid "%<_Atomic%> %qE in %qs clause"
50988 msgstr ""
50990 #: c/c-typeck.cc:13681 c/c-typeck.cc:15297 c/c-typeck.cc:15504
50991 #: cp/semantics.cc:5165 cp/semantics.cc:7933 cp/semantics.cc:8193
50992 #, gcc-internal-format
50993 msgid "bit-field %qE in %qs clause"
50994 msgstr ""
50996 #: c/c-typeck.cc:13690 c/c-typeck.cc:15528 cp/semantics.cc:5175
50997 #: cp/semantics.cc:8214
50998 #, gcc-internal-format
50999 msgid "%qE is a member of a union"
51000 msgstr ""
51002 #: c/c-typeck.cc:13707 c/c-typeck.cc:15537 cp/semantics.cc:8223
51003 #, gcc-internal-format
51004 msgid "cannot dereference %qE in %qs clause"
51005 msgstr ""
51007 #: c/c-typeck.cc:13718 cp/semantics.cc:5200 cp/semantics.cc:8268
51008 #, gcc-internal-format
51009 msgid "%qD is not a variable in %qs clause"
51010 msgstr ""
51012 #: c/c-typeck.cc:13722 c/c-typeck.cc:15565 cp/semantics.cc:5204
51013 #: cp/semantics.cc:8272
51014 #, gcc-internal-format
51015 msgid "%qE is not a variable in %qs clause"
51016 msgstr ""
51018 #: c/c-typeck.cc:13730
51019 #, gcc-internal-format
51020 msgid "%<_Atomic%> %qD in %qs clause"
51021 msgstr ""
51023 #: c/c-typeck.cc:13740 c/c-typeck.cc:15572 c/c-typeck.cc:15702
51024 #: cp/semantics.cc:5213 cp/semantics.cc:8279 cp/semantics.cc:8475
51025 #, gcc-internal-format
51026 msgid "%qD is threadprivate variable in %qs clause"
51027 msgstr ""
51029 #: c/c-typeck.cc:13777 cp/semantics.cc:5247
51030 #, gcc-internal-format
51031 msgid "low bound %qE of array section does not have integral type"
51032 msgstr ""
51034 #: c/c-typeck.cc:13784 cp/semantics.cc:5254
51035 #, gcc-internal-format
51036 msgid "length %qE of array section does not have integral type"
51037 msgstr ""
51039 #: c/c-typeck.cc:13807 cp/semantics.cc:5287
51040 #, gcc-internal-format
51041 msgid "expected single pointer in %qs clause"
51042 msgstr ""
51044 #: c/c-typeck.cc:13825 c/c-typeck.cc:13892 c/c-typeck.cc:14184
51045 #: cp/semantics.cc:5305 cp/semantics.cc:5372
51046 #, gcc-internal-format
51047 msgid "zero length array section in %qs clause"
51048 msgstr ""
51050 #: c/c-typeck.cc:13844 cp/semantics.cc:5324
51051 #, gcc-internal-format
51052 msgid "for unknown bound array type length expression must be specified"
51053 msgstr ""
51055 #: c/c-typeck.cc:13852 cp/semantics.cc:5332
51056 #, gcc-internal-format
51057 msgid "negative low bound in array section in %qs clause"
51058 msgstr ""
51060 #: c/c-typeck.cc:13861 c/c-typeck.cc:13985 cp/semantics.cc:5341
51061 #: cp/semantics.cc:5465
51062 #, gcc-internal-format
51063 msgid "negative length in array section in %qs clause"
51064 msgstr ""
51066 #: c/c-typeck.cc:13878 cp/semantics.cc:5358
51067 #, gcc-internal-format
51068 msgid "low bound %qE above array section size in %qs clause"
51069 msgstr ""
51071 #: c/c-typeck.cc:13921 cp/semantics.cc:5401
51072 #, gcc-internal-format
51073 msgid "length %qE above array section size in %qs clause"
51074 msgstr ""
51076 #: c/c-typeck.cc:13936 cp/semantics.cc:5416
51077 #, gcc-internal-format
51078 msgid "high bound %qE above array section size in %qs clause"
51079 msgstr ""
51081 #: c/c-typeck.cc:13973 cp/semantics.cc:5453
51082 #, gcc-internal-format
51083 msgid "for array function parameter length expression must be specified"
51084 msgstr ""
51086 #: c/c-typeck.cc:13977 cp/semantics.cc:5457
51087 #, gcc-internal-format
51088 msgid "for pointer type length expression must be specified"
51089 msgstr ""
51091 #: c/c-typeck.cc:14004 c/c-typeck.cc:14123 cp/semantics.cc:5484
51092 #: cp/semantics.cc:5618
51093 #, gcc-internal-format
51094 msgid "array section is not contiguous in %qs clause"
51095 msgstr ""
51097 #: c/c-typeck.cc:14014 cp/semantics.cc:5494
51098 #, gcc-internal-format
51099 msgid "%qE does not have pointer or array type"
51100 msgstr ""
51102 #: c/c-typeck.cc:14401 cp/semantics.cc:6592
51103 #, gcc-internal-format
51104 msgid "iterator %qD has neither integral nor pointer type"
51105 msgstr ""
51107 #: c/c-typeck.cc:14408
51108 #, gcc-internal-format
51109 msgid "iterator %qD has %<_Atomic%> qualified type"
51110 msgstr ""
51112 #: c/c-typeck.cc:14414 cp/semantics.cc:6599
51113 #, gcc-internal-format
51114 msgid "iterator %qD has const qualified type"
51115 msgstr ""
51117 #: c/c-typeck.cc:14427 cp/semantics.cc:6615
51118 #, gcc-internal-format
51119 msgid "iterator step with non-integral type"
51120 msgstr ""
51122 #: c/c-typeck.cc:14447 cp/semantics.cc:6651
51123 #, gcc-internal-format
51124 msgid "iterator %qD has zero step"
51125 msgstr ""
51127 #: c/c-typeck.cc:14474
51128 #, gcc-internal-format
51129 msgid "type of iterator %qD refers to outer iterator %qD"
51130 msgstr ""
51132 #: c/c-typeck.cc:14481 cp/semantics.cc:6685
51133 #, gcc-internal-format
51134 msgid "begin expression refers to outer iterator %qD"
51135 msgstr ""
51137 #: c/c-typeck.cc:14487 cp/semantics.cc:6691
51138 #, gcc-internal-format
51139 msgid "end expression refers to outer iterator %qD"
51140 msgstr ""
51142 #: c/c-typeck.cc:14493 cp/semantics.cc:6697
51143 #, gcc-internal-format
51144 msgid "step expression refers to outer iterator %qD"
51145 msgstr ""
51147 #: c/c-typeck.cc:14530 cp/semantics.cc:6745
51148 #, gcc-internal-format
51149 msgid "expected pointer in %qs clause"
51150 msgstr ""
51152 #: c/c-typeck.cc:14625 cp/semantics.cc:6833
51153 #, gcc-internal-format
51154 msgid ""
51155 "%<inscan%> and non-%<inscan%> %<reduction%> clauses on the same construct"
51156 msgstr ""
51158 #: c/c-typeck.cc:14647 cp/semantics.cc:6853
51159 #, gcc-internal-format
51160 msgid "%<inscan%> %<reduction%> clause with array section"
51161 msgstr ""
51163 #: c/c-typeck.cc:14673 c/c-typeck.cc:14683
51164 #, gcc-internal-format
51165 msgid "%qD in %<reduction%> clause is a zero size array"
51166 msgstr ""
51168 #: c/c-typeck.cc:14703
51169 #, gcc-internal-format
51170 msgid "%<_Atomic%> %qE in %<reduction%> clause"
51171 msgstr ""
51173 #: c/c-typeck.cc:14715
51174 #, gcc-internal-format
51175 msgid "zero sized type %qT in %qs clause"
51176 msgstr ""
51178 #: c/c-typeck.cc:14723
51179 #, gcc-internal-format
51180 msgid "variable sized type %qT in %qs clause"
51181 msgstr ""
51183 #: c/c-typeck.cc:14767
51184 #, gcc-internal-format
51185 msgid "%qE has invalid type for %<reduction(%s)%>"
51186 msgstr ""
51188 #: c/c-typeck.cc:14776 cp/semantics.cc:6484
51189 #, gcc-internal-format
51190 msgid "user defined reduction not found for %qE"
51191 msgstr ""
51193 #: c/c-typeck.cc:14864
51194 #, gcc-internal-format
51195 msgid "variable length element type in array %<reduction%> clause"
51196 msgstr ""
51198 #: c/c-typeck.cc:14882 c/c-typeck.cc:15796 cp/semantics.cc:9010
51199 #, gcc-internal-format
51200 msgid "%<nowait%> clause must not be used together with %<copyprivate%>"
51201 msgstr ""
51203 #: c/c-typeck.cc:14894 cp/semantics.cc:9078
51204 #, gcc-internal-format
51205 msgid "%qE must be %<threadprivate%> for %<copyin%>"
51206 msgstr ""
51208 #: c/c-typeck.cc:14909 cp/semantics.cc:6896
51209 #, gcc-internal-format
51210 msgid ""
51211 "modifier should not be specified in %<linear%> clause on %<simd%> or %<for%> "
51212 "constructs when not using OpenMP 5.2 modifiers"
51213 msgstr ""
51215 #: c/c-typeck.cc:14918
51216 #, gcc-internal-format
51217 msgid ""
51218 "linear clause applied to non-integral non-pointer variable with type %qT"
51219 msgstr ""
51221 #: c/c-typeck.cc:14926
51222 #, gcc-internal-format
51223 msgid "%<_Atomic%> %qD in %<linear%> clause"
51224 msgstr ""
51226 #: c/c-typeck.cc:14945 cp/semantics.cc:6980
51227 #, gcc-internal-format
51228 msgid "%<linear%> clause step %qE is neither constant nor a parameter"
51229 msgstr ""
51231 #: c/c-typeck.cc:14975 c/c-typeck.cc:15696 c/c-typeck.cc:15941
51232 #: cp/semantics.cc:7067 cp/semantics.cc:8469 cp/semantics.cc:8819
51233 #, gcc-internal-format
51234 msgid "%qE is not a variable in clause %qs"
51235 msgstr ""
51237 #: c/c-typeck.cc:14993 cp/semantics.cc:7085
51238 #, gcc-internal-format
51239 msgid "%qD appears more than once in data-sharing clauses"
51240 msgstr ""
51242 #: c/c-typeck.cc:15004 cp/semantics.cc:7096
51243 #, gcc-internal-format
51244 msgid "%qD appears more than once in reduction clauses"
51245 msgstr ""
51247 #: c/c-typeck.cc:15018 c/c-typeck.cc:15088 c/c-typeck.cc:15122
51248 #, gcc-internal-format
51249 msgid "%qE appears more than once in data clauses"
51250 msgstr ""
51252 #: c/c-typeck.cc:15028 c/c-typeck.cc:15095 c/c-typeck.cc:15426
51253 #: c/c-typeck.cc:15619 c/c-typeck.cc:15627 c/c-typeck.cc:15644
51254 #: c/c-typeck.cc:15654 c/c-typeck.cc:15662 cp/semantics.cc:7110
51255 #: cp/semantics.cc:7120 cp/semantics.cc:7213 cp/semantics.cc:7220
51256 #: cp/semantics.cc:7267 cp/semantics.cc:8102 cp/semantics.cc:8333
51257 #: cp/semantics.cc:8341 cp/semantics.cc:8358 cp/semantics.cc:8368
51258 #: cp/semantics.cc:8376
51259 #, gcc-internal-format
51260 msgid "%qD appears more than once in data clauses"
51261 msgstr ""
51263 #: c/c-typeck.cc:15031 c/c-typeck.cc:15101 c/c-typeck.cc:15630
51264 #: c/c-typeck.cc:15665 cp/semantics.cc:7123 cp/semantics.cc:7226
51265 #: cp/semantics.cc:8344 cp/semantics.cc:8379
51266 #, gcc-internal-format
51267 msgid "%qD appears both in data and map clauses"
51268 msgstr ""
51270 #: c/c-typeck.cc:15076 cp/semantics.cc:7200
51271 #, gcc-internal-format
51272 msgid "%qE is not a variable in clause %<firstprivate%>"
51273 msgstr ""
51275 #: c/c-typeck.cc:15115 cp/semantics.cc:7259
51276 #, gcc-internal-format
51277 msgid "%qE is not a variable in clause %<lastprivate%>"
51278 msgstr ""
51280 #: c/c-typeck.cc:15134 cp/semantics.cc:7654
51281 #, gcc-internal-format
51282 msgid "%qE is not a variable in %<aligned%> clause"
51283 msgstr ""
51285 #: c/c-typeck.cc:15141
51286 #, gcc-internal-format
51287 msgid "%qE in %<aligned%> clause is neither a pointer nor an array"
51288 msgstr ""
51290 #: c/c-typeck.cc:15148
51291 #, gcc-internal-format
51292 msgid "%<_Atomic%> %qD in %<aligned%> clause"
51293 msgstr ""
51295 #: c/c-typeck.cc:15155
51296 #, gcc-internal-format
51297 msgid "%qE appears more than once in %<aligned%> clauses"
51298 msgstr ""
51300 #: c/c-typeck.cc:15168 cp/semantics.cc:7725
51301 #, gcc-internal-format
51302 msgid "%qE is not a variable in %<nontemporal%> clause"
51303 msgstr ""
51305 #: c/c-typeck.cc:15174
51306 #, gcc-internal-format
51307 msgid "%qE appears more than once in %<nontemporal%> clauses"
51308 msgstr ""
51310 #: c/c-typeck.cc:15187 cp/semantics.cc:7764
51311 #, gcc-internal-format
51312 msgid "%qE is not a variable in %<allocate%> clause"
51313 msgstr ""
51315 #: c/c-typeck.cc:15193
51316 #, gcc-internal-format
51317 msgid "%qE appears more than once in %<allocate%> clauses"
51318 msgstr ""
51320 #: c/c-typeck.cc:15263 cp/semantics.cc:7890
51321 #, gcc-internal-format
51322 msgid "%<depend%> clause with %<depobj%> dependence type on array section"
51323 msgstr ""
51325 #: c/c-typeck.cc:15278 cp/semantics.cc:7905
51326 #, gcc-internal-format
51327 msgid ""
51328 "%<omp_all_memory%> used with %<depend%> kind other than %<out%> or %<inout%>"
51329 msgstr ""
51331 #: c/c-typeck.cc:15286 cp/semantics.cc:7923
51332 #, gcc-internal-format
51333 msgid "%qE is not lvalue expression nor array section in %qs clause"
51334 msgstr ""
51336 #: c/c-typeck.cc:15307 cp/semantics.cc:7945
51337 #, gcc-internal-format
51338 msgid ""
51339 "%qE does not have %<omp_depend_t%> type in %<depend%> clause with %<depobj%> "
51340 "dependence type"
51341 msgstr ""
51343 #: c/c-typeck.cc:15317 cp/semantics.cc:7957
51344 #, gcc-internal-format
51345 msgid ""
51346 "%qE should not have %<omp_depend_t%> type in %<depend%> clause with "
51347 "dependence type other than %<depobj%>"
51348 msgstr ""
51350 #: c/c-typeck.cc:15374 cp/semantics.cc:8052
51351 #, gcc-internal-format
51352 msgid "array section does not have mappable type in %qs clause"
51353 msgstr ""
51355 #: c/c-typeck.cc:15422 c/c-typeck.cc:15641 cp/semantics.cc:8098
51356 #: cp/semantics.cc:8355
51357 #, gcc-internal-format
51358 msgid "%qD appears more than once in motion clauses"
51359 msgstr ""
51361 #: c/c-typeck.cc:15430 c/c-typeck.cc:15647 cp/semantics.cc:8106
51362 #: cp/semantics.cc:8361
51363 #, gcc-internal-format
51364 msgid "%qD appears more than once in map clauses"
51365 msgstr ""
51367 #: c/c-typeck.cc:15511 cp/semantics.cc:8200
51368 #, gcc-internal-format
51369 msgid "%qE does not have a mappable type in %qs clause"
51370 msgstr ""
51372 #: c/c-typeck.cc:15592 c/c-typeck.cc:15709 cp/semantics.cc:8302
51373 #: cp/semantics.cc:8482
51374 #, gcc-internal-format
51375 msgid "%qD does not have a mappable type in %qs clause"
51376 msgstr ""
51378 #: c/c-typeck.cc:15692 cp/semantics.cc:8464
51379 #, gcc-internal-format
51380 msgid "%qE is neither a variable nor a function name in clause %qs"
51381 msgstr ""
51383 #: c/c-typeck.cc:15718 cp/semantics.cc:8494
51384 #, gcc-internal-format
51385 msgid "%qE appears more than once on the same %<declare target%> directive"
51386 msgstr ""
51388 #: c/c-typeck.cc:15732 cp/semantics.cc:8510
51389 #, gcc-internal-format
51390 msgid "%qD is not an argument in %<uniform%> clause"
51391 msgstr ""
51393 #: c/c-typeck.cc:15735 cp/semantics.cc:8513
51394 #, gcc-internal-format
51395 msgid "%qE is not an argument in %<uniform%> clause"
51396 msgstr ""
51398 #: c/c-typeck.cc:15754
51399 #, gcc-internal-format
51400 msgid "%qs variable is not a pointer"
51401 msgstr ""
51403 #: c/c-typeck.cc:15761
51404 #, gcc-internal-format
51405 msgid "%qs variable is neither a pointer nor an array"
51406 msgstr ""
51408 #: c/c-typeck.cc:15809 c/c-typeck.cc:15902 cp/semantics.cc:8972
51409 #, gcc-internal-format
51410 msgid "%<order%> clause must not be used together with %<ordered%>"
51411 msgstr ""
51413 #: c/c-typeck.cc:15829 cp/semantics.cc:7997
51414 #, gcc-internal-format
51415 msgid "too many %qs clauses on a task construct"
51416 msgstr ""
51418 #: c/c-typeck.cc:15924 cp/semantics.cc:8787
51419 #, gcc-internal-format
51420 msgid "%<inbranch%> clause is incompatible with %<notinbranch%>"
51421 msgstr ""
51423 #: c/c-typeck.cc:15991 cp/semantics.cc:9149
51424 #, gcc-internal-format
51425 msgid "%qE is predetermined %qs for %qs"
51426 msgstr ""
51428 #: c/c-typeck.cc:16001
51429 #, gcc-internal-format
51430 msgid ""
51431 "%<const%> qualified %qE may appear only in %<shared%> or %<firstprivate%> "
51432 "clauses"
51433 msgstr ""
51435 #: c/c-typeck.cc:16032 cp/semantics.cc:8924
51436 #, gcc-internal-format
51437 msgid "%<simdlen%> clause value is bigger than %<safelen%> clause value"
51438 msgstr ""
51440 #: c/c-typeck.cc:16044 cp/semantics.cc:8937
51441 #, gcc-internal-format
51442 msgid ""
51443 "%<nonmonotonic%> schedule modifier specified together with %<ordered%> clause"
51444 msgstr ""
51446 #: c/c-typeck.cc:16055 c/c-typeck.cc:16063 cp/semantics.cc:8946
51447 #: cp/semantics.cc:8964
51448 #, gcc-internal-format
51449 msgid "%qs clause specified together with %<inscan%> %<reduction%> clause"
51450 msgstr ""
51452 #: c/c-typeck.cc:16111 cp/semantics.cc:8904
51453 #, gcc-internal-format
51454 msgid ""
51455 "%<linear%> clause step is a parameter %qD not specified in %<uniform%> clause"
51456 msgstr ""
51458 #: c/c-typeck.cc:16162 cp/semantics.cc:8954
51459 #, gcc-internal-format
51460 msgid "%<nogroup%> clause must not be used together with %<reduction%> clause"
51461 msgstr ""
51463 #: c/c-typeck.cc:16172 cp/semantics.cc:8983
51464 #, gcc-internal-format
51465 msgid "%<detach%> clause must not be used together with %<mergeable%> clause"
51466 msgstr ""
51468 #: c/c-typeck.cc:16190 cp/semantics.cc:9174
51469 #, gcc-internal-format
51470 msgid ""
51471 "the event handle of a %<detach%> clause should not be in a data-sharing "
51472 "clause"
51473 msgstr ""
51475 #: c/c-typeck.cc:16364
51476 #, gcc-internal-format
51477 msgid "cannot use %<va_arg%> with reverse storage order"
51478 msgstr ""
51480 #: c/c-typeck.cc:16369
51481 #, gcc-internal-format
51482 msgid "second argument to %<va_arg%> is of incomplete type %qT"
51483 msgstr ""
51485 #: c/c-typeck.cc:16375
51486 #, gcc-internal-format
51487 msgid "second argument to %<va_arg%> is a function type %qT"
51488 msgstr ""
51490 #: c/c-typeck.cc:16381
51491 #, gcc-internal-format
51492 msgid "C++ requires promoted type, not enum type, in %<va_arg%>"
51493 msgstr ""
51495 #: c/gimple-parser.cc:166
51496 #, gcc-internal-format
51497 msgid "expected frequency quality"
51498 msgstr ""
51500 #: c/gimple-parser.cc:175
51501 #, gcc-internal-format
51502 msgid "unknown profile quality"
51503 msgstr ""
51505 #: c/gimple-parser.cc:187
51506 #, gcc-internal-format
51507 msgid "expected frequency value"
51508 msgstr ""
51510 #: c/gimple-parser.cc:326
51511 #, gcc-internal-format
51512 msgid "edge not found"
51513 msgstr ""
51515 #: c/gimple-parser.cc:342
51516 #, gcc-internal-format
51517 msgid "SSA name %qE with version %d has no definition"
51518 msgstr ""
51520 #: c/gimple-parser.cc:492 c/gimple-parser.cc:498
51521 #, gcc-internal-format
51522 msgid "expected block index"
51523 msgstr ""
51525 #: c/gimple-parser.cc:506
51526 #, gcc-internal-format
51527 msgid "invalid block index"
51528 msgstr ""
51530 #: c/gimple-parser.cc:517
51531 #, gcc-internal-format
51532 msgid "expected block specifier"
51533 msgstr ""
51535 #: c/gimple-parser.cc:535
51536 #, gcc-internal-format
51537 msgid "expected loop number"
51538 msgstr ""
51540 #: c/gimple-parser.cc:553
51541 #, gcc-internal-format
51542 msgid "unknown block specifier"
51543 msgstr ""
51545 #: c/gimple-parser.cc:566 c/gimple-parser.cc:1984
51546 #, gcc-internal-format
51547 msgid "expected count value"
51548 msgstr ""
51550 #: c/gimple-parser.cc:589 c/gimple-parser.cc:676
51551 #, gcc-internal-format
51552 msgid "stmts without block"
51553 msgstr ""
51555 #: c/gimple-parser.cc:626
51556 #, gcc-internal-format
51557 msgid "duplicate loop header"
51558 msgstr ""
51560 #: c/gimple-parser.cc:833
51561 #, gcc-internal-format
51562 msgid "invalid source block specification"
51563 msgstr ""
51565 #: c/gimple-parser.cc:900
51566 #, gcc-internal-format
51567 msgid "unexpected RHS for assignment"
51568 msgstr ""
51570 #: c/gimple-parser.cc:1004
51571 #, gcc-internal-format
51572 msgid "%<&&%> not valid in GIMPLE"
51573 msgstr ""
51575 #: c/gimple-parser.cc:1007
51576 #, gcc-internal-format
51577 msgid "%<||%> not valid in GIMPLE"
51578 msgstr ""
51580 #: c/gimple-parser.cc:1121
51581 #, gcc-internal-format
51582 msgid "expected pointer as argument of unary %<*%>"
51583 msgstr ""
51585 #: c/gimple-parser.cc:1147
51586 #, gcc-internal-format
51587 msgid "%<!%> not valid in GIMPLE"
51588 msgstr ""
51590 #: c/gimple-parser.cc:1206 c/gimple-parser.cc:1544
51591 #, gcc-internal-format
51592 msgid "expected constant offset"
51593 msgstr ""
51595 #: c/gimple-parser.cc:1267
51596 #, gcc-internal-format
51597 msgid "SSA name undeclared"
51598 msgstr ""
51600 #: c/gimple-parser.cc:1289
51601 #, gcc-internal-format
51602 msgid "base variable or SSA name undeclared"
51603 msgstr ""
51605 #: c/gimple-parser.cc:1296
51606 #, gcc-internal-format
51607 msgid "invalid base %qE for SSA name"
51608 msgstr ""
51610 #: c/gimple-parser.cc:1324
51611 #, gcc-internal-format
51612 msgid "expecting internal function name"
51613 msgstr ""
51615 #: c/gimple-parser.cc:1337
51616 #, gcc-internal-format
51617 msgid "unknown internal function %qE"
51618 msgstr ""
51620 #: c/gimple-parser.cc:1476
51621 #, gcc-internal-format
51622 msgid "invalid type of %<__MEM%> operand"
51623 msgstr ""
51625 #: c/gimple-parser.cc:1538
51626 #, gcc-internal-format
51627 msgid "expected constant size"
51628 msgstr ""
51630 #: c/gimple-parser.cc:1576 c/gimple-parser.cc:1606 c/gimple-parser.cc:1646
51631 #: c/gimple-parser.cc:1654 c/gimple-parser.cc:1663
51632 #, gcc-internal-format
51633 msgid "invalid _Literal"
51634 msgstr ""
51636 #: c/gimple-parser.cc:1585
51637 #, gcc-internal-format
51638 msgid "invalid type for _Literal with constructor"
51639 msgstr ""
51641 #: c/gimple-parser.cc:1698
51642 #, gcc-internal-format
51643 msgid "anonymous SSA name cannot have default definition"
51644 msgstr ""
51646 #: c/gimple-parser.cc:1782
51647 #, gcc-internal-format
51648 msgid "invalid call to non-function"
51649 msgstr ""
51651 #: c/gimple-parser.cc:1838
51652 #, gcc-internal-format
51653 msgid "dereference of non-pointer"
51654 msgstr ""
51656 #: c/gimple-parser.cc:1965
51657 #, gcc-internal-format
51658 msgid "expected pass name"
51659 msgstr ""
51661 #: c/gimple-parser.cc:2004
51662 #, gcc-internal-format
51663 msgid "invalid operation"
51664 msgstr ""
51666 #: c/gimple-parser.cc:2168
51667 #, gcc-internal-format
51668 msgid "comparison required"
51669 msgstr ""
51671 #: c/gimple-parser.cc:2220
51672 #, gcc-internal-format
51673 msgid "%<catch%> is not supported"
51674 msgstr ""
51676 #: c/gimple-parser.cc:2222
51677 #, gcc-internal-format
51678 msgid "expected %<finally%> or %<catch%>"
51679 msgstr ""
51681 #: c/gimple-parser.cc:2266 c/gimple-parser.cc:2303
51682 #, gcc-internal-format
51683 msgid "expected goto expression"
51684 msgstr ""
51686 #: c/gimple-parser.cc:2274
51687 #, gcc-internal-format
51688 msgid "expected else statement"
51689 msgstr ""
51691 #: c/gimple-parser.cc:2417
51692 #, gcc-internal-format
51693 msgid "expected case label"
51694 msgstr ""
51696 #. A bad conversion for 'this' must be discarding cv-quals.
51697 #: cp/call.cc:3837
51698 #, gcc-internal-format
51699 msgid "  passing %qT as %<this%> argument discards qualifiers"
51700 msgstr ""
51702 #: cp/call.cc:3841
51703 msgid "  no known conversion for implicit %<this%> parameter from %qH to %qI"
51704 msgstr ""
51706 #: cp/call.cc:3848
51707 #, gcc-internal-format, gfc-internal-format
51708 msgid "  conversion of argument %d would be ill-formed:"
51709 msgstr ""
51711 #. Conversion of conversion function return value failed.
51712 #: cp/call.cc:3855
51713 msgid "  no known conversion from %qH to %qI"
51714 msgstr ""
51716 #: cp/call.cc:3861
51717 msgid "  no known conversion for argument %d from %qH to %qI"
51718 msgstr ""
51720 #: cp/call.cc:3875 cp/pt.cc:7020
51721 #, gcc-internal-format, gfc-internal-format
51722 msgid "  candidate expects at least %d argument, %d provided"
51723 msgid_plural "  candidate expects at least %d arguments, %d provided"
51724 msgstr[0] ""
51725 msgstr[1] ""
51727 #: cp/call.cc:3880 cp/pt.cc:7025
51728 #, gcc-internal-format, gfc-internal-format
51729 msgid "  candidate expects %d argument, %d provided"
51730 msgid_plural "  candidate expects %d arguments, %d provided"
51731 msgstr[0] ""
51732 msgstr[1] ""
51734 #: cp/call.cc:3908
51735 #, gcc-internal-format
51736 msgid "%s%<%D(%T, %T, %T)%> (built-in)"
51737 msgstr ""
51739 #: cp/call.cc:3913
51740 #, gcc-internal-format
51741 msgid "%s%<%D(%T, %T)%> (built-in)"
51742 msgstr ""
51744 #: cp/call.cc:3917
51745 #, gcc-internal-format
51746 msgid "%s%<%D(%T)%> (built-in)"
51747 msgstr ""
51749 #: cp/call.cc:3921
51750 #, gcc-internal-format
51751 msgid "%s%qT (conversion)"
51752 msgstr ""
51754 #: cp/call.cc:3923
51755 #, gcc-internal-format
51756 msgid "%s%#qD (near match)"
51757 msgstr ""
51759 #: cp/call.cc:3925
51760 #, gcc-internal-format
51761 msgid "%s%#qD (deleted)"
51762 msgstr ""
51764 #: cp/call.cc:3927
51765 #, gcc-internal-format
51766 msgid "%s%#qD (reversed)"
51767 msgstr ""
51769 #: cp/call.cc:3929
51770 #, gcc-internal-format
51771 msgid "%s%#qD (rewritten)"
51772 msgstr ""
51774 #: cp/call.cc:3931
51775 #, gcc-internal-format
51776 msgid "%s%#qD"
51777 msgstr ""
51779 #: cp/call.cc:3935
51780 #, gcc-internal-format
51781 msgid "  inherited here"
51782 msgstr ""
51784 #: cp/call.cc:3956
51785 #, gcc-internal-format
51786 msgid ""
51787 "  return type %qT of explicit conversion function cannot be converted to %qT "
51788 "with a qualification conversion"
51789 msgstr ""
51791 #: cp/call.cc:3962
51792 #, gcc-internal-format
51793 msgid ""
51794 "  conversion from return type %qT of template conversion function "
51795 "specialization to %qT is not an exact match"
51796 msgstr ""
51798 #: cp/call.cc:3973
51799 #, gcc-internal-format
51800 msgid ""
51801 "  substitution of deduced template arguments resulted in errors seen above"
51802 msgstr ""
51804 #. Re-run template unification with diagnostics.
51805 #: cp/call.cc:3978
51806 #, gcc-internal-format
51807 msgid "  template argument deduction/substitution failed:"
51808 msgstr ""
51810 #: cp/call.cc:3992
51811 #, gcc-internal-format
51812 msgid ""
51813 "  a constructor taking a single argument of its own class type is invalid"
51814 msgstr ""
51816 #: cp/call.cc:3999
51817 #, gcc-internal-format
51818 msgid ""
51819 "  an inherited constructor is not a candidate for initialization from an "
51820 "expression of the same or derived type"
51821 msgstr ""
51823 #: cp/call.cc:4146 cp/call.cc:4667
51824 #, gcc-internal-format
51825 msgid "designated initializers cannot be used with a non-aggregate type %qT"
51826 msgstr ""
51828 #: cp/call.cc:4564
51829 msgid "conversion from %qH to %qI is ambiguous"
51830 msgstr ""
51832 #: cp/call.cc:4673 cp/cvt.cc:864
51833 msgid "could not convert %qE from %qH to %qI"
51834 msgstr ""
51836 #: cp/call.cc:4740
51837 msgid ""
51838 "initializing %qH with %qI in converted constant expression does not bind "
51839 "directly"
51840 msgstr ""
51842 #: cp/call.cc:4761
51843 msgid "conversion from %qH to %qI in a converted constant expression"
51844 msgstr ""
51846 #: cp/call.cc:4949
51847 #, gcc-internal-format
51848 msgid "no matching function for call to %<%D(%A)%>"
51849 msgstr ""
51851 #: cp/call.cc:4952
51852 #, gcc-internal-format
51853 msgid "call of overloaded %<%D(%A)%> is ambiguous"
51854 msgstr ""
51856 #. It's no good looking for an overloaded operator() on a
51857 #. pointer-to-member-function.
51858 #: cp/call.cc:5239
51859 #, gcc-internal-format
51860 msgid ""
51861 "pointer-to-member function %qE cannot be called without an object; consider "
51862 "using %<.*%> or %<->*%>"
51863 msgstr ""
51865 #: cp/call.cc:5309
51866 #, gcc-internal-format
51867 msgid "no match for call to %<(%T) (%A)%>"
51868 msgstr ""
51870 #: cp/call.cc:5323
51871 #, gcc-internal-format
51872 msgid "call of %<(%T) (%A)%> is ambiguous"
51873 msgstr ""
51875 #: cp/call.cc:5369
51876 #, gcc-internal-format
51877 msgid "ambiguous overload for "
51878 msgstr ""
51880 #: cp/call.cc:5370
51881 #, gcc-internal-format
51882 msgid "no match for "
51883 msgstr ""
51885 #: cp/call.cc:5373
51886 #, gcc-internal-format
51887 msgid " (operand types are %qT, %qT, and %qT)"
51888 msgstr ""
51890 #: cp/call.cc:5375
51891 #, gcc-internal-format
51892 msgid " (operand types are %qT and %qT)"
51893 msgstr ""
51895 #: cp/call.cc:5377
51896 #, gcc-internal-format
51897 msgid " (operand type is %qT)"
51898 msgstr ""
51900 #: cp/call.cc:5394
51901 #, gcc-internal-format
51902 msgid "ternary %<operator?:%>"
51903 msgstr ""
51905 #: cp/call.cc:5398
51906 #, gcc-internal-format
51907 msgid "ternary %<operator?:%> in %<%E ? %E : %E%>"
51908 msgstr ""
51910 #: cp/call.cc:5407 cp/call.cc:5451 cp/call.cc:5461
51911 #, gcc-internal-format
51912 msgid "%<operator%s%>"
51913 msgstr ""
51915 #: cp/call.cc:5410
51916 #, gcc-internal-format
51917 msgid "%<operator%s%> in %<%E%s%>"
51918 msgstr ""
51920 #: cp/call.cc:5417
51921 #, gcc-internal-format
51922 msgid "%<operator[]%>"
51923 msgstr ""
51925 #: cp/call.cc:5420
51926 #, gcc-internal-format
51927 msgid "%<operator[]%> in %<%E[%E]%>"
51928 msgstr ""
51930 #: cp/call.cc:5428
51931 #, gcc-internal-format
51932 msgid "%qs"
51933 msgstr ""
51935 #: cp/call.cc:5431
51936 #, gcc-internal-format
51937 msgid "%qs in %<%s %E%>"
51938 msgstr ""
51940 #: cp/call.cc:5437
51941 #, gcc-internal-format
51942 msgid "%<operator %s%>"
51943 msgstr ""
51945 #: cp/call.cc:5440
51946 #, gcc-internal-format
51947 msgid "%<operator %s%> in %<%s%E%>"
51948 msgstr ""
51950 #: cp/call.cc:5455
51951 #, gcc-internal-format
51952 msgid "%<operator%s%> in %<%E %s %E%>"
51953 msgstr ""
51955 #: cp/call.cc:5464
51956 #, gcc-internal-format
51957 msgid "%<operator%s%> in %<%s%E%>"
51958 msgstr ""
51960 #: cp/call.cc:5577
51961 #, gcc-internal-format
51962 msgid "ISO C++ forbids omitting the middle term of a %<?:%> expression"
51963 msgstr ""
51965 #: cp/call.cc:5652
51966 #, gcc-internal-format
51967 msgid ""
51968 "inferred scalar type %qT is not an integer or floating-point type of the "
51969 "same size as %qT"
51970 msgstr ""
51972 #: cp/call.cc:5669 cp/call.cc:5676
51973 msgid "conversion of scalar %qH to vector %qI involves truncation"
51974 msgstr ""
51976 #: cp/call.cc:5732
51977 #, gcc-internal-format
51978 msgid "incompatible vector types in conditional expression: %qT, %qT and %qT"
51979 msgstr ""
51981 #: cp/call.cc:5784 cp/call.cc:6136 cp/call.cc:6156
51982 #, gcc-internal-format
51983 msgid "operands to %<?:%> of types %qT and %qT have unordered conversion rank"
51984 msgstr ""
51986 #: cp/call.cc:5856
51987 #, gcc-internal-format
51988 msgid ""
51989 "second operand to the conditional operator is of type %<void%>, but the "
51990 "third operand is neither a throw-expression nor of type %<void%>"
51991 msgstr ""
51993 #: cp/call.cc:5861
51994 #, gcc-internal-format
51995 msgid ""
51996 "third operand to the conditional operator is of type %<void%>, but the "
51997 "second operand is neither a throw-expression nor of type %<void%>"
51998 msgstr ""
52000 #: cp/call.cc:5910 cp/call.cc:6025 cp/call.cc:6259
52001 #, gcc-internal-format
52002 msgid "operands to %<?:%> have different types %qT and %qT"
52003 msgstr ""
52005 #: cp/call.cc:5914
52006 #, gcc-internal-format
52007 msgid "  and each type can be converted to the other"
52008 msgstr ""
52010 #: cp/call.cc:6164
52011 msgid ""
52012 "implicit conversion from %qH to %qI to match other result of conditional"
52013 msgstr ""
52015 #: cp/call.cc:6180
52016 #, gcc-internal-format
52017 msgid "enumerated mismatch in conditional expression: %qT vs %qT"
52018 msgstr ""
52020 #: cp/call.cc:6193
52021 #, gcc-internal-format
52022 msgid ""
52023 "conditional expression between enumeration type %qT and floating-point type "
52024 "%qT is deprecated"
52025 msgstr ""
52027 #: cp/call.cc:6198
52028 #, gcc-internal-format
52029 msgid ""
52030 "conditional expression between floating-point type %qT and enumeration type "
52031 "%qT is deprecated"
52032 msgstr ""
52034 #: cp/call.cc:6214
52035 #, gcc-internal-format
52036 msgid "enumerated and non-enumerated type in conditional expression"
52037 msgstr ""
52039 #: cp/call.cc:7065
52040 #, gcc-internal-format
52041 msgid "no %<%D(int)%> declared for postfix %qs, trying prefix operator instead"
52042 msgstr ""
52044 #: cp/call.cc:7067
52045 #, gcc-internal-format
52046 msgid "no %<%D(int)%> declared for postfix %qs"
52047 msgstr ""
52049 #: cp/call.cc:7147
52050 #, gcc-internal-format
52051 msgid ""
52052 "in C++20 this comparison calls the current function recursively with "
52053 "reversed arguments"
52054 msgstr ""
52056 #: cp/call.cc:7200
52057 #, gcc-internal-format
52058 msgid "return type of %qD is not %qs"
52059 msgstr ""
52061 #: cp/call.cc:7202
52062 #, gcc-internal-format
52063 msgid "used as rewritten candidate for comparison of %qT and %qT"
52064 msgstr ""
52066 #: cp/call.cc:7279
52067 #, gcc-internal-format
52068 msgid "comparison between %q#T and %q#T"
52069 msgstr ""
52071 #: cp/call.cc:7472
52072 #, gcc-internal-format
52073 msgid "no match for call to %<%T::operator[] (%A)%>"
52074 msgstr ""
52076 #: cp/call.cc:7486
52077 #, gcc-internal-format
52078 msgid "call of %<%T::operator[] (%A)%> is ambiguous"
52079 msgstr ""
52081 #: cp/call.cc:7767
52082 #, gcc-internal-format
52083 msgid ""
52084 "exception cleanup for this placement new selects non-placement %<operator "
52085 "delete%>"
52086 msgstr ""
52088 #: cp/call.cc:7770
52089 #, gcc-internal-format
52090 msgid ""
52091 "%qD is a usual (non-placement) deallocation function in C++14 (or with %<-"
52092 "fsized-deallocation%>)"
52093 msgstr ""
52095 #: cp/call.cc:7807
52096 #, gcc-internal-format
52097 msgid "%qD is a usual (non-placement) deallocation function"
52098 msgstr ""
52100 #: cp/call.cc:8001
52101 #, gcc-internal-format
52102 msgid "no corresponding deallocation function for %qD"
52103 msgstr ""
52105 #: cp/call.cc:8004
52106 #, gcc-internal-format
52107 msgid ""
52108 "destroying delete %qD cannot be used to release the allocated memory if the "
52109 "initialization throws because the object is not constructed yet"
52110 msgstr ""
52112 #: cp/call.cc:8013
52113 #, gcc-internal-format
52114 msgid "no suitable %<operator %s%> for %qT"
52115 msgstr ""
52117 #: cp/call.cc:8049
52118 #, gcc-internal-format
52119 msgid "%q#D is private within this context"
52120 msgstr ""
52122 #: cp/call.cc:8050 cp/decl.cc:8885
52123 #, gcc-internal-format
52124 msgid "declared private here"
52125 msgstr ""
52127 #: cp/call.cc:8055
52128 #, gcc-internal-format
52129 msgid "%q#D is protected within this context"
52130 msgstr ""
52132 #: cp/call.cc:8056 cp/decl.cc:8886
52133 #, gcc-internal-format
52134 msgid "declared protected here"
52135 msgstr ""
52137 #: cp/call.cc:8063
52138 #, gcc-internal-format
52139 msgid "%q#D is inaccessible within this context"
52140 msgstr ""
52142 #: cp/call.cc:8144
52143 #, gcc-internal-format
52144 msgid "passing NULL to non-pointer argument %P of %qD"
52145 msgstr ""
52147 #: cp/call.cc:8147 cp/call.cc:8166 cp/decl.cc:10557 cp/decl.cc:10565
52148 #: cp/typeck.cc:4591
52149 #, gcc-internal-format
52150 msgid "  declared here"
52151 msgstr ""
52153 #: cp/call.cc:8151
52154 #, gcc-internal-format
52155 msgid "converting to non-pointer type %qT from NULL"
52156 msgstr ""
52158 #: cp/call.cc:8163
52159 #, gcc-internal-format
52160 msgid "converting %<false%> to pointer type for argument %P of %qD"
52161 msgstr ""
52163 #: cp/call.cc:8170
52164 #, gcc-internal-format
52165 msgid "converting %<false%> to pointer type %qT"
52166 msgstr ""
52168 #: cp/call.cc:8237
52169 #, gcc-internal-format
52170 msgid "  initializing argument %P of %qD"
52171 msgstr ""
52173 #: cp/call.cc:8258
52174 #, gcc-internal-format
52175 msgid ""
52176 "conversions to arrays of unknown bound are only available with %<-std=c+"
52177 "+20%> or %<-std=gnu++20%>"
52178 msgstr ""
52180 #: cp/call.cc:8308
52181 #, gcc-internal-format
52182 msgid "too many braces around initializer for %qT"
52183 msgstr ""
52185 #: cp/call.cc:8319
52186 msgid "converting to %qH from %qI requires direct-initialization"
52187 msgstr ""
52189 #: cp/call.cc:8331
52190 msgid "converting to %qH from %qI with greater conversion rank"
52191 msgstr ""
52193 #: cp/call.cc:8338
52194 msgid "converting to %qH from %qI with unordered conversion ranks"
52195 msgstr ""
52197 #: cp/call.cc:8353
52198 msgid "invalid user-defined conversion from %qH to %qI"
52199 msgstr ""
52201 #: cp/call.cc:8393 cp/cvt.cc:227
52202 msgid "invalid conversion from %qH to %qI"
52203 msgstr ""
52205 #: cp/call.cc:8435 cp/call.cc:8442
52206 #, gcc-internal-format
52207 msgid ""
52208 "converting to %qT from initializer list would use explicit constructor %qD"
52209 msgstr ""
52211 #: cp/call.cc:8438
52212 #, gcc-internal-format
52213 msgid "in C++11 and above a default constructor can be explicit"
52214 msgstr ""
52216 #: cp/call.cc:8708
52217 msgid "cannot bind rvalue reference of type %qH to lvalue of type %qI"
52218 msgstr ""
52220 #: cp/call.cc:8717
52221 msgid ""
52222 "cannot bind non-const lvalue reference of type %qH to a value of type %qI"
52223 msgstr ""
52225 #: cp/call.cc:8722
52226 msgid ""
52227 "cannot bind non-const lvalue reference of type %qH to an rvalue of type %qI"
52228 msgstr ""
52230 #. extype is volatile
52231 #: cp/call.cc:8725
52232 msgid "cannot bind lvalue reference of type %qH to an rvalue of type %qI"
52233 msgstr ""
52235 #: cp/call.cc:8738
52236 msgid "cannot bind reference of type %qH to %qI due to different array bounds"
52237 msgstr ""
52239 #: cp/call.cc:8741
52240 msgid "binding reference of type %qH to %qI discards qualifiers"
52241 msgstr ""
52243 #: cp/call.cc:8780
52244 #, gcc-internal-format
52245 msgid "cannot bind bit-field %qE to %qT"
52246 msgstr ""
52248 #: cp/call.cc:8783 cp/call.cc:8801
52249 #, gcc-internal-format
52250 msgid "cannot bind packed field %qE to %qT"
52251 msgstr ""
52253 #: cp/call.cc:8786
52254 #, gcc-internal-format
52255 msgid "cannot bind rvalue %qE to %qT"
52256 msgstr ""
52258 #: cp/call.cc:8987
52259 msgid "implicit conversion from %qH to %qI when passing argument to function"
52260 msgstr ""
52262 #: cp/call.cc:9016 cp/cvt.cc:1992
52263 #, gcc-internal-format
52264 msgid ""
52265 "scoped enum %qT passed through %<...%> as %qT before %<-fabi-version=6%>, "
52266 "%qT after"
52267 msgstr ""
52269 #: cp/call.cc:9060
52270 #, gcc-internal-format
52271 msgid ""
52272 "passing objects of non-trivially-copyable type %q#T through %<...%> is "
52273 "conditionally supported"
52274 msgstr ""
52276 #: cp/call.cc:9096
52277 #, gcc-internal-format
52278 msgid "cannot receive reference type %qT through %<...%>"
52279 msgstr ""
52281 #: cp/call.cc:9106
52282 #, gcc-internal-format
52283 msgid ""
52284 "receiving objects of non-trivially-copyable type %q#T through %<...%> is "
52285 "conditionally-supported"
52286 msgstr ""
52288 #: cp/call.cc:9174
52289 #, gcc-internal-format
52290 msgid "recursive evaluation of default argument for %q#D"
52291 msgstr ""
52293 #: cp/call.cc:9183
52294 #, gcc-internal-format
52295 msgid ""
52296 "call to %qD uses the default argument for parameter %P, which is not yet "
52297 "defined"
52298 msgstr ""
52300 #: cp/call.cc:9283
52301 #, gcc-internal-format
52302 msgid "argument of function call might be a candidate for a format attribute"
52303 msgstr ""
52305 #: cp/call.cc:9353
52306 #, gcc-internal-format
52307 msgid "use of multiversioned function without a default"
52308 msgstr ""
52310 #: cp/call.cc:9978
52311 #, gcc-internal-format
52312 msgid "passing %qT as %<this%> argument discards qualifiers"
52313 msgstr ""
52315 #: cp/call.cc:9981 cp/call.cc:12764
52316 #, gcc-internal-format
52317 msgid "  in call to %qD"
52318 msgstr ""
52320 #: cp/call.cc:10006
52321 #, gcc-internal-format
52322 msgid "%qT is not an accessible base of %qT"
52323 msgstr ""
52325 #: cp/call.cc:10211
52326 #, gcc-internal-format
52327 msgid "passing arguments to ellipsis of inherited constructor %qD"
52328 msgstr ""
52330 #: cp/call.cc:10346
52331 #, gcc-internal-format
52332 msgid ""
52333 "assignment from temporary %<initializer_list%> does not extend the lifetime "
52334 "of the underlying array"
52335 msgstr ""
52337 #: cp/call.cc:10743
52338 #, gcc-internal-format
52339 msgid "%qD writing to an object of type %#qT with no trivial copy-assignment"
52340 msgstr ""
52342 #: cp/call.cc:10746
52343 #, gcc-internal-format
52344 msgid "%qD writing to an object of non-trivial type %#qT%s"
52345 msgstr ""
52347 #: cp/call.cc:10751
52348 #, gcc-internal-format
52349 msgid "%qD writing to an object of type %#qT with %qs member %qD"
52350 msgstr ""
52352 #: cp/call.cc:10756
52353 #, gcc-internal-format
52354 msgid ""
52355 "%qD writing to an object of type %#qT containing a pointer to data member%s"
52356 msgstr ""
52358 #: cp/call.cc:10771
52359 #, gcc-internal-format
52360 msgid "; use assignment or value-initialization instead"
52361 msgstr ""
52363 #: cp/call.cc:10773
52364 #, gcc-internal-format
52365 msgid "; use assignment instead"
52366 msgstr ""
52368 #: cp/call.cc:10775
52369 #, gcc-internal-format
52370 msgid "; use value-initialization instead"
52371 msgstr ""
52373 #: cp/call.cc:10778
52374 #, gcc-internal-format
52375 msgid "%qD clearing an object of type %#qT with no trivial copy-assignment%s"
52376 msgstr ""
52378 #: cp/call.cc:10781
52379 #, gcc-internal-format
52380 msgid "%qD clearing an object of non-trivial type %#qT%s"
52381 msgstr ""
52383 #: cp/call.cc:10783
52384 #, gcc-internal-format
52385 msgid "%qD clearing an object of type %#qT containing a pointer-to-member%s"
52386 msgstr ""
52388 #: cp/call.cc:10804
52389 #, gcc-internal-format
52390 msgid "; use copy-assignment or copy-initialization instead"
52391 msgstr ""
52393 #: cp/call.cc:10806
52394 #, gcc-internal-format
52395 msgid "; use copy-assignment instead"
52396 msgstr ""
52398 #: cp/call.cc:10808
52399 #, gcc-internal-format
52400 msgid "; use copy-initialization instead"
52401 msgstr ""
52403 #: cp/call.cc:10811
52404 #, gcc-internal-format
52405 msgid "%qD writing to an object of type %#qT with no trivial copy-assignment%s"
52406 msgstr ""
52408 #: cp/call.cc:10814
52409 #, gcc-internal-format
52410 msgid "%qD writing to an object of non-trivially copyable type %#qT%s"
52411 msgstr ""
52413 #: cp/call.cc:10817
52414 #, gcc-internal-format
52415 msgid "%qD writing to an object with a deleted copy constructor"
52416 msgstr ""
52418 #: cp/call.cc:10828
52419 #, gcc-internal-format
52420 msgid "%qD copying an object of non-trivial type %#qT from an array of %#qT"
52421 msgstr ""
52423 #: cp/call.cc:10840
52424 #, gcc-internal-format
52425 msgid ""
52426 "%qD copying an object of type %#qT with %qs member %qD from an array of "
52427 "%#qT; use assignment or copy-initialization instead"
52428 msgstr ""
52430 #: cp/call.cc:10859
52431 #, gcc-internal-format
52432 msgid ""
52433 "%qD writing to an object of a non-trivial type %#qT leaves %wu bytes "
52434 "unchanged"
52435 msgstr ""
52437 #: cp/call.cc:10862
52438 #, gcc-internal-format
52439 msgid ""
52440 "%qD writing to an object of a non-trivial type %#qT leaves %wu byte unchanged"
52441 msgstr ""
52443 #: cp/call.cc:10872
52444 #, gcc-internal-format
52445 msgid ""
52446 "%qD moving an object of non-trivially copyable type %#qT; use %<new%> and "
52447 "%<delete%> instead"
52448 msgstr ""
52450 #: cp/call.cc:10875
52451 #, gcc-internal-format
52452 msgid ""
52453 "%qD moving an object of type %#qT with deleted copy constructor; use %<new%> "
52454 "and %<delete%> instead"
52455 msgstr ""
52457 #: cp/call.cc:10878
52458 #, gcc-internal-format
52459 msgid "%qD moving an object of type %#qT with deleted destructor"
52460 msgstr ""
52462 #: cp/call.cc:10887
52463 #, gcc-internal-format
52464 msgid ""
52465 "%qD moving an object of non-trivial type %#qT and size %E into a region of "
52466 "size %E"
52467 msgstr ""
52469 #: cp/call.cc:10909
52470 #, gcc-internal-format
52471 msgid "%#qT declared here"
52472 msgstr ""
52474 #: cp/call.cc:10963
52475 #, gcc-internal-format
52476 msgid ""
52477 "argument %u in call to function %qE has pointer to a non-trivially-copyable "
52478 "type (%qT)"
52479 msgstr ""
52481 #: cp/call.cc:11030
52482 #, gcc-internal-format
52483 msgid "constructor delegates to itself"
52484 msgstr ""
52486 #: cp/call.cc:11305 cp/typeck.cc:10277
52487 msgid "cannot convert %qH to %qI"
52488 msgstr ""
52490 #: cp/call.cc:11327
52491 #, gcc-internal-format
52492 msgid "no matching function for call to %<%T::operator %T(%A)%#V%>"
52493 msgstr ""
52495 #: cp/call.cc:11359
52496 #, gcc-internal-format
52497 msgid "no matching function for call to %<%T::%s%E(%A)%#V%>"
52498 msgstr ""
52500 #: cp/call.cc:11408
52501 #, gcc-internal-format
52502 msgid "call to non-function %qD"
52503 msgstr ""
52505 #: cp/call.cc:11446 cp/pt.cc:16888 cp/typeck.cc:3492
52506 #, gcc-internal-format
52507 msgid "cannot call constructor %<%T::%D%> directly"
52508 msgstr ""
52510 #: cp/call.cc:11448
52511 #, gcc-internal-format
52512 msgid "for a function-style cast, remove the redundant %<::%D%>"
52513 msgstr ""
52515 #: cp/call.cc:11636
52516 #, gcc-internal-format
52517 msgid "no matching function for call to %<%s(%A)%>"
52518 msgstr ""
52520 #: cp/call.cc:11639
52521 #, gcc-internal-format
52522 msgid "call of overloaded %<%s(%A)%> is ambiguous"
52523 msgstr ""
52525 #: cp/call.cc:11662
52526 #, gcc-internal-format
52527 msgid "pure virtual %q#D called from non-static data member initializer"
52528 msgstr ""
52530 #: cp/call.cc:11667
52531 #, gcc-internal-format
52532 msgid "pure virtual %q#D called from constructor"
52533 msgstr ""
52535 #: cp/call.cc:11668
52536 #, gcc-internal-format
52537 msgid "pure virtual %q#D called from destructor"
52538 msgstr ""
52540 #: cp/call.cc:11691
52541 #, gcc-internal-format
52542 msgid "cannot call member function %qD without object"
52543 msgstr ""
52545 #: cp/call.cc:12762
52546 #, gcc-internal-format
52547 msgid "passing %qT chooses %qT over %qT"
52548 msgstr ""
52550 #: cp/call.cc:12788
52551 #, gcc-internal-format
52552 msgid ""
52553 "C++20 says that these are ambiguous, even though the second is reversed:"
52554 msgstr ""
52556 #: cp/call.cc:12811
52557 #, gcc-internal-format
52558 msgid "try making the operator a %<const%> member function"
52559 msgstr ""
52561 #: cp/call.cc:12874
52562 #, gcc-internal-format
52563 msgid "choosing %qD over %qD"
52564 msgstr ""
52566 #: cp/call.cc:12875
52567 msgid "  for conversion from %qH to %qI"
52568 msgstr ""
52570 #: cp/call.cc:12878
52571 #, gcc-internal-format
52572 msgid "  because conversion sequence for the argument is better"
52573 msgstr ""
52575 #: cp/call.cc:13128
52576 #, gcc-internal-format
52577 msgid "default argument mismatch in overload resolution"
52578 msgstr ""
52580 #: cp/call.cc:13132
52581 #, gcc-internal-format
52582 msgid " candidate 1: %q#F"
52583 msgstr ""
52585 #: cp/call.cc:13134
52586 #, gcc-internal-format
52587 msgid " candidate 2: %q#F"
52588 msgstr ""
52590 #: cp/call.cc:13180
52591 #, gcc-internal-format
52592 msgid ""
52593 "ISO C++ says that these are ambiguous, even though the worst conversion for "
52594 "the first is better than the worst conversion for the second:"
52595 msgstr ""
52597 #: cp/call.cc:13581
52598 #, gcc-internal-format
52599 msgid "a temporary bound to %qD only persists until the constructor exits"
52600 msgstr ""
52602 #: cp/call.cc:13736
52603 msgid ""
52604 "invalid initialization of non-const reference of type %qH from an rvalue of "
52605 "type %qI"
52606 msgstr ""
52608 #: cp/call.cc:13740
52609 msgid ""
52610 "invalid initialization of reference of type %qH from expression of type %qI"
52611 msgstr ""
52613 #: cp/call.cc:14016
52614 #, gcc-internal-format
52615 msgid "possibly dangling reference to a temporary"
52616 msgstr ""
52618 #: cp/call.cc:14017
52619 #, gcc-internal-format
52620 msgid "the temporary was destroyed at the end of the full expression %qE"
52621 msgstr ""
52623 #: cp/class.cc:321
52624 #, gcc-internal-format
52625 msgid ""
52626 "cannot convert from pointer to base class %qT to pointer to derived class "
52627 "%qT because the base is virtual"
52628 msgstr ""
52630 #: cp/class.cc:325
52631 #, gcc-internal-format
52632 msgid ""
52633 "cannot convert from base class %qT to derived class %qT because the base is "
52634 "virtual"
52635 msgstr ""
52637 #: cp/class.cc:332
52638 #, gcc-internal-format
52639 msgid ""
52640 "cannot convert from pointer to base class %qT to pointer to derived class "
52641 "%qT via virtual base %qT"
52642 msgstr ""
52644 #: cp/class.cc:337
52645 #, gcc-internal-format
52646 msgid ""
52647 "cannot convert from base class %qT to derived class %qT via virtual base %qT"
52648 msgstr ""
52650 #: cp/class.cc:390
52651 #, gcc-internal-format
52652 msgid "cannot convert from %qT to base class %qT because %qT is incomplete"
52653 msgstr ""
52655 #: cp/class.cc:1209
52656 #, gcc-internal-format
52657 msgid "%q#D conflicts with version inherited from %qT"
52658 msgstr ""
52660 #: cp/class.cc:1212
52661 #, gcc-internal-format
52662 msgid "version inherited from %qT declared here"
52663 msgstr ""
52665 #: cp/class.cc:1231
52666 #, gcc-internal-format
52667 msgid "%q#D cannot be overloaded with %q#D"
52668 msgstr ""
52670 #: cp/class.cc:1233 cp/decl.cc:1870 cp/decl.cc:1882 cp/decl.cc:1907
52671 #: cp/decl.cc:1930 cp/name-lookup.cc:2720 cp/name-lookup.cc:3034
52672 #, gcc-internal-format
52673 msgid "previous declaration %q#D"
52674 msgstr ""
52676 #: cp/class.cc:1275
52677 #, gcc-internal-format
52678 msgid "conflicting access specifications for method %q+D, ignored"
52679 msgstr ""
52681 #: cp/class.cc:1278
52682 #, gcc-internal-format
52683 msgid "conflicting access specifications for field %qE, ignored"
52684 msgstr ""
52686 #: cp/class.cc:1381
52687 #, gcc-internal-format
52688 msgid "%qD invalid in %q#T because of local method %q#D with same name"
52689 msgstr ""
52691 #: cp/class.cc:1385
52692 #, gcc-internal-format
52693 msgid "local method %q#D declared here"
52694 msgstr ""
52696 #: cp/class.cc:1390
52697 #, gcc-internal-format
52698 msgid "%qD invalid in %q#T because of local member %q#D with same name"
52699 msgstr ""
52701 #: cp/class.cc:1394
52702 #, gcc-internal-format
52703 msgid "local member %q#D declared here"
52704 msgstr ""
52706 #: cp/class.cc:1465
52707 #, gcc-internal-format
52708 msgid "%qD inherits the %E ABI tag that %qT (used in its return type) has"
52709 msgstr ""
52711 #: cp/class.cc:1468 cp/class.cc:1475 cp/class.cc:1482 cp/class.cc:1494
52712 #: cp/cvt.cc:1102 rust/backend/rust-tree.cc:645
52713 #, gcc-internal-format
52714 msgid "%qT declared here"
52715 msgstr ""
52717 #: cp/class.cc:1473
52718 #, gcc-internal-format
52719 msgid "%qD inherits the %E ABI tag that %qT (used in its type) has"
52720 msgstr ""
52722 #: cp/class.cc:1480
52723 #, gcc-internal-format
52724 msgid "%qT does not have the %E ABI tag that base %qT has"
52725 msgstr ""
52727 #: cp/class.cc:1488
52728 #, gcc-internal-format
52729 msgid "%qT does not have the %E ABI tag that %qT (used in the type of %qD) has"
52730 msgstr ""
52732 #: cp/class.cc:1799
52733 #, gcc-internal-format
52734 msgid "cannot derive from %<final%> base %qT in derived type %qT"
52735 msgstr ""
52737 #: cp/class.cc:2273
52738 #, gcc-internal-format
52739 msgid "all member functions in class %qT are private"
52740 msgstr ""
52742 #: cp/class.cc:2285
52743 #, gcc-internal-format
52744 msgid "%q#T only defines a private destructor and has no friends"
52745 msgstr ""
52747 #: cp/class.cc:2328
52748 #, gcc-internal-format
52749 msgid "%q#T only defines private constructors and has no friends"
52750 msgstr ""
52752 #: cp/class.cc:2332
52753 #, gcc-internal-format
52754 msgid "%q#D is public, but requires an existing %q#T object"
52755 msgstr ""
52757 #: cp/class.cc:2622
52758 #, gcc-internal-format
52759 msgid "no unique final overrider for %qD in %qT"
52760 msgstr ""
52762 #: cp/class.cc:2982
52763 #, gcc-internal-format
52764 msgid "%qD can be marked override"
52765 msgstr ""
52767 #: cp/class.cc:2985
52768 #, gcc-internal-format
52769 msgid "%q+#D marked %<override%>, but does not override"
52770 msgstr ""
52772 #: cp/class.cc:3000
52773 #, gcc-internal-format
52774 msgid "%q+#D marked %<final%>, but is not virtual"
52775 msgstr ""
52777 #: cp/class.cc:3077
52778 #, gcc-internal-format
52779 msgid "%qD was hidden"
52780 msgstr ""
52782 #: cp/class.cc:3078
52783 #, gcc-internal-format
52784 msgid "  by %qD"
52785 msgstr ""
52787 #: cp/class.cc:3290
52788 #, gcc-internal-format
52789 msgid "the ellipsis in %qD is not inherited"
52790 msgstr ""
52792 #: cp/class.cc:3482
52793 #, gcc-internal-format
52794 msgid "bit-field %q#D with non-integral type %qT"
52795 msgstr ""
52797 #: cp/class.cc:3498
52798 #, gcc-internal-format
52799 msgid "bit-field %q+D width not an integer constant"
52800 msgstr ""
52802 #: cp/class.cc:3503
52803 #, gcc-internal-format
52804 msgid "negative width in bit-field %q+D"
52805 msgstr ""
52807 #: cp/class.cc:3508
52808 #, gcc-internal-format
52809 msgid "zero width for bit-field %q+D"
52810 msgstr ""
52812 #: cp/class.cc:3518
52813 #, gcc-internal-format
52814 msgid "width of %qD exceeds its type"
52815 msgstr ""
52817 #: cp/class.cc:3524
52818 #, gcc-internal-format
52819 msgid "%qD is too small to hold all values of %q#T"
52820 msgstr ""
52822 #: cp/class.cc:3585
52823 #, gcc-internal-format
52824 msgid "member %q+#D with constructor not allowed in union"
52825 msgstr ""
52827 #: cp/class.cc:3588
52828 #, gcc-internal-format
52829 msgid "member %q+#D with destructor not allowed in union"
52830 msgstr ""
52832 #: cp/class.cc:3590
52833 #, gcc-internal-format
52834 msgid "member %q+#D with copy assignment operator not allowed in union"
52835 msgstr ""
52837 #: cp/class.cc:3594
52838 #, gcc-internal-format
52839 msgid ""
52840 "unrestricted unions only available with %<-std=c++11%> or %<-std=gnu++11%>"
52841 msgstr ""
52843 #: cp/class.cc:3710
52844 #, gcc-internal-format
52845 msgid "in C++98 %q+D may not be static because it is a member of a union"
52846 msgstr ""
52848 #: cp/class.cc:3723
52849 #, gcc-internal-format
52850 msgid "non-static data member %q+D in a union may not have reference type %qT"
52851 msgstr ""
52853 #: cp/class.cc:3736
52854 #, gcc-internal-format
52855 msgid "data member %q+D invalidly declared function type"
52856 msgstr ""
52858 #: cp/class.cc:3742
52859 #, gcc-internal-format
52860 msgid "data member %q+D invalidly declared method type"
52861 msgstr ""
52863 #: cp/class.cc:3813
52864 #, gcc-internal-format
52865 msgid "ignoring packed attribute because of unpacked non-POD field %q#D"
52866 msgstr ""
52868 #: cp/class.cc:3865
52869 #, gcc-internal-format
52870 msgid "member %q+D cannot be declared as a %<mutable%> reference"
52871 msgstr ""
52873 #: cp/class.cc:3868
52874 #, gcc-internal-format
52875 msgid "member %q+D cannot be declared both %<const%> and %<mutable%>"
52876 msgstr ""
52878 #: cp/class.cc:3899
52879 #, gcc-internal-format
52880 msgid "multiple fields in union %qT initialized"
52881 msgstr ""
52883 #: cp/class.cc:3901
52884 #, gcc-internal-format
52885 msgid "initialized member %q+D declared here"
52886 msgstr ""
52888 #: cp/class.cc:3949
52889 #, gcc-internal-format
52890 msgid "field %q#D with same name as class"
52891 msgstr ""
52893 #: cp/class.cc:3977
52894 #, gcc-internal-format
52895 msgid "%q#T has pointer data members"
52896 msgstr ""
52898 #: cp/class.cc:3982
52899 #, gcc-internal-format
52900 msgid "  but does not declare %<%T(const %T&)%>"
52901 msgstr ""
52903 #: cp/class.cc:3984
52904 #, gcc-internal-format
52905 msgid "  or %<operator=(const %T&)%>"
52906 msgstr ""
52908 #: cp/class.cc:3988
52909 #, gcc-internal-format
52910 msgid "  but does not declare %<operator=(const %T&)%>"
52911 msgstr ""
52913 #: cp/class.cc:3990
52914 #, gcc-internal-format
52915 msgid "pointer member %q+D declared here"
52916 msgstr ""
52918 #: cp/class.cc:4447
52919 #, gcc-internal-format
52920 msgid "alignment of %qD increased in %<-fabi-version=9%> (GCC 5.2)"
52921 msgstr ""
52923 #: cp/class.cc:4450
52924 #, gcc-internal-format
52925 msgid "alignment of %qD will increase in %<-fabi-version=9%>"
52926 msgstr ""
52928 #: cp/class.cc:4778
52929 #, gcc-internal-format
52930 msgid "initializer specified for non-virtual method %q+D"
52931 msgstr ""
52933 #: cp/class.cc:4819
52934 #, gcc-internal-format
52935 msgid "no viable destructor for %qT"
52936 msgstr ""
52938 #: cp/class.cc:4821
52939 #, gcc-internal-format
52940 msgid "destructor for %qT is ambiguous"
52941 msgstr ""
52943 #: cp/class.cc:5287
52944 #, gcc-internal-format
52945 msgid "method overrides both %<transaction_pure%> and %qE methods"
52946 msgstr ""
52948 #: cp/class.cc:5308
52949 #, gcc-internal-format
52950 msgid "method declared %qE overriding %qE method"
52951 msgstr ""
52953 #: cp/class.cc:5932 cp/constexpr.cc:302
52954 #, gcc-internal-format
52955 msgid ""
52956 "enclosing class of %<constexpr%> non-static member function %q+#D is not a "
52957 "literal type"
52958 msgstr ""
52960 #: cp/class.cc:5958 rust/backend/rust-tree.cc:6024
52961 #, gcc-internal-format
52962 msgid "%q+T is not literal because:"
52963 msgstr ""
52965 #: cp/class.cc:5961 rust/backend/rust-tree.cc:6027
52966 #, gcc-internal-format
52967 msgid "  %qT is a closure type, which is only literal in C++17 and later"
52968 msgstr ""
52970 #: cp/class.cc:5964 rust/backend/rust-tree.cc:6035
52971 #, gcc-internal-format
52972 msgid "  %q+T has a non-trivial destructor"
52973 msgstr ""
52975 #: cp/class.cc:5967 rust/backend/rust-tree.cc:6032
52976 #, gcc-internal-format
52977 msgid "  %q+T does not have %<constexpr%> destructor"
52978 msgstr ""
52980 #: cp/class.cc:5975 rust/backend/rust-tree.cc:6040
52981 #, gcc-internal-format
52982 msgid ""
52983 "  %q+T is not an aggregate, does not have a trivial default constructor, and "
52984 "has no %<constexpr%> constructor that is not a copy or move constructor"
52985 msgstr ""
52987 #: cp/class.cc:6008 rust/backend/rust-tree.cc:6072
52988 #, gcc-internal-format
52989 msgid "  base class %qT of %q+T is non-literal"
52990 msgstr ""
52992 #: cp/class.cc:6023 rust/backend/rust-tree.cc:6086
52993 #, gcc-internal-format
52994 msgid "  non-static data member %qD has non-literal type"
52995 msgstr ""
52997 #: cp/class.cc:6030 rust/backend/rust-tree.cc:6093
52998 #, gcc-internal-format
52999 msgid "  non-static data member %qD has volatile type"
53000 msgstr ""
53002 #: cp/class.cc:6163
53003 #, gcc-internal-format
53004 msgid "base class %q#T has accessible non-virtual destructor"
53005 msgstr ""
53007 #: cp/class.cc:6192
53008 #, gcc-internal-format
53009 msgid "non-static reference %q#D in class without a constructor"
53010 msgstr ""
53012 #: cp/class.cc:6198
53013 #, gcc-internal-format
53014 msgid "non-static const member %q#D in class without a constructor"
53015 msgstr ""
53017 #: cp/class.cc:6538
53018 #, gcc-internal-format
53019 msgid ""
53020 "offset of %qT base class for %<-std=c++14%> and up changes in %<-fabi-"
53021 "version=17%> (GCC 12)"
53022 msgstr ""
53024 #: cp/class.cc:6542
53025 #, gcc-internal-format
53026 msgid ""
53027 "offset of %qD for %<-std=c++14%> and up changes in %<-fabi-version=17%> (GCC "
53028 "12)"
53029 msgstr ""
53031 #: cp/class.cc:6582
53032 #, gcc-internal-format
53033 msgid "direct base %qT inaccessible in %qT due to ambiguity"
53034 msgstr ""
53036 #: cp/class.cc:6594
53037 #, gcc-internal-format
53038 msgid "virtual base %qT inaccessible in %qT due to ambiguity"
53039 msgstr ""
53041 #: cp/class.cc:6836
53042 #, gcc-internal-format
53043 msgid ""
53044 "offset of %qD is not ABI-compliant and may change in a future version of GCC"
53045 msgstr ""
53047 #: cp/class.cc:7031
53048 #, gcc-internal-format
53049 msgid "size of type %qT is too large (%qE bytes)"
53050 msgstr ""
53052 #: cp/class.cc:7317
53053 #, gcc-internal-format
53054 msgid "invalid use of %q#T with a zero-size array in %q#D"
53055 msgstr ""
53057 #: cp/class.cc:7319
53058 #, gcc-internal-format
53059 msgid "invalid use of %q#T with a flexible array member in %q#T"
53060 msgstr ""
53062 #: cp/class.cc:7324
53063 #, gcc-internal-format
53064 msgid "array member %q#D declared here"
53065 msgstr ""
53067 #: cp/class.cc:7352
53068 #, gcc-internal-format
53069 msgid "zero-size array member %qD not at end of %q#T"
53070 msgstr ""
53072 #: cp/class.cc:7354
53073 #, gcc-internal-format
53074 msgid "zero-size array member %qD in an otherwise empty %q#T"
53075 msgstr ""
53077 #: cp/class.cc:7363 cp/class.cc:7394
53078 #, gcc-internal-format
53079 msgid "in the definition of %q#T"
53080 msgstr ""
53082 #: cp/class.cc:7371
53083 #, gcc-internal-format
53084 msgid "flexible array member %qD not at end of %q#T"
53085 msgstr ""
53087 #: cp/class.cc:7373
53088 #, gcc-internal-format
53089 msgid "flexible array member %qD in an otherwise empty %q#T"
53090 msgstr ""
53092 #: cp/class.cc:7392
53093 #, gcc-internal-format
53094 msgid "next member %q#D declared here"
53095 msgstr ""
53097 #: cp/class.cc:7506 cp/decl.cc:17143 cp/parser.cc:26971
53098 #, gcc-internal-format
53099 msgid "redefinition of %q#T"
53100 msgstr ""
53102 #: cp/class.cc:7650
53103 #, gcc-internal-format
53104 msgid "%q#T has virtual functions and accessible non-virtual destructor"
53105 msgstr ""
53107 #: cp/class.cc:7678
53108 #, gcc-internal-format
53109 msgid "type transparent %q#T does not have any fields"
53110 msgstr ""
53112 #: cp/class.cc:7684
53113 #, gcc-internal-format
53114 msgid "type transparent class %qT has base classes"
53115 msgstr ""
53117 #: cp/class.cc:7688
53118 #, gcc-internal-format
53119 msgid "type transparent class %qT has virtual functions"
53120 msgstr ""
53122 #: cp/class.cc:7694
53123 #, gcc-internal-format
53124 msgid ""
53125 "type transparent %q#T cannot be made transparent because the type of the "
53126 "first field has a different ABI from the class overall"
53127 msgstr ""
53129 #: cp/class.cc:7843
53130 #, gcc-internal-format
53131 msgid "definition of %qD does not match %<#include <initializer_list>%>"
53132 msgstr ""
53134 #: cp/class.cc:7854
53135 #, gcc-internal-format
53136 msgid "trying to finish struct, but kicked out due to previous parse errors"
53137 msgstr ""
53139 #: cp/class.cc:8361
53140 #, gcc-internal-format
53141 msgid "language string %<\"%E\"%> not recognized"
53142 msgstr ""
53144 #: cp/class.cc:8451
53145 #, gcc-internal-format
53146 msgid "cannot resolve overloaded function %qD based on conversion to type %qT"
53147 msgstr ""
53149 #: cp/class.cc:8609
53150 #, gcc-internal-format
53151 msgid "no matches converting function %qD to type %q#T"
53152 msgstr ""
53154 #: cp/class.cc:8636
53155 #, gcc-internal-format
53156 msgid "converting overloaded function %qD to type %q#T is ambiguous"
53157 msgstr ""
53159 #: cp/class.cc:8663
53160 #, gcc-internal-format
53161 msgid "assuming pointer to member %qD"
53162 msgstr ""
53164 #: cp/class.cc:8666
53165 #, gcc-internal-format
53166 msgid "(a pointer to member can only be formed with %<&%E%>)"
53167 msgstr ""
53169 #: cp/class.cc:8744 cp/class.cc:8786
53170 #, gcc-internal-format
53171 msgid "not enough type information"
53172 msgstr ""
53174 #: cp/class.cc:8764
53175 #, gcc-internal-format
53176 msgid "cannot convert %qE from type %qT to type %qT"
53177 msgstr ""
53179 #: cp/class.cc:9072
53180 #, gcc-internal-format
53181 msgid "declaration of %q#D changes meaning of %qD"
53182 msgstr ""
53184 #: cp/class.cc:9075
53185 #, gcc-internal-format
53186 msgid "used here to mean %q#D"
53187 msgstr ""
53189 #: cp/constexpr.cc:112
53190 #, gcc-internal-format
53191 msgid "the type %qT of %<constexpr%> variable %qD is not literal"
53192 msgstr ""
53194 #: cp/constexpr.cc:123
53195 #, gcc-internal-format
53196 msgid ""
53197 "variable %qD of non-literal type %qT in %<constexpr%> function only "
53198 "available with %<-std=c++2b%> or %<-std=gnu++2b%>"
53199 msgstr ""
53201 #: cp/constexpr.cc:136
53202 #, gcc-internal-format
53203 msgid "%<constexpr%> variable %qD has variably-modified type %qT"
53204 msgstr ""
53206 #: cp/constexpr.cc:236
53207 #, gcc-internal-format
53208 msgid "inherited constructor %qD is not %<constexpr%>"
53209 msgstr ""
53211 #. constexpr_fundef_p
53212 #: cp/constexpr.cc:250
53213 #, gcc-internal-format
53214 msgid "invalid type for parameter %d of %<constexpr%> function %q+#D"
53215 msgstr ""
53217 #: cp/constexpr.cc:263
53218 #, gcc-internal-format
53219 msgid "lambdas are implicitly %<constexpr%> only in C++17 and later"
53220 msgstr ""
53222 #: cp/constexpr.cc:272 cp/decl.cc:14246
53223 #, gcc-internal-format
53224 msgid ""
53225 "%<constexpr%> destructors only available with %<-std=c++20%> or %<-std=gnu+"
53226 "+20%>"
53227 msgstr ""
53229 #. constexpr_fundef_p
53230 #: cp/constexpr.cc:286
53231 #, gcc-internal-format
53232 msgid "invalid return type %qT of %<constexpr%> function %q+D"
53233 msgstr ""
53235 #: cp/constexpr.cc:313
53236 #, gcc-internal-format
53237 msgid "%q#T has virtual base classes"
53238 msgstr ""
53240 #: cp/constexpr.cc:571
53241 #, gcc-internal-format
53242 msgid "%<constexpr%> constructor does not have empty body"
53243 msgstr ""
53245 #: cp/constexpr.cc:831
53246 #, gcc-internal-format
53247 msgid ""
53248 "%<constexpr%> constructor for union %qT must initialize exactly one non-"
53249 "static data member"
53250 msgstr ""
53252 #: cp/constexpr.cc:892
53253 #, gcc-internal-format
53254 msgid ""
53255 "member %qD must be initialized by mem-initializer in %<constexpr%> "
53256 "constructor"
53257 msgstr ""
53259 #: cp/constexpr.cc:955
53260 #, gcc-internal-format
53261 msgid "body of %<constexpr%> function %qD not a return-statement"
53262 msgstr ""
53264 #: cp/constexpr.cc:1083
53265 #, gcc-internal-format
53266 msgid "%qD is not usable as a %<constexpr%> function because:"
53267 msgstr ""
53269 #: cp/constexpr.cc:1536 cp/constexpr.cc:3141
53270 #: rust/backend/rust-constexpr.cc:3324 rust/backend/rust-constexpr.cc:3586
53271 #, gcc-internal-format
53272 msgid "%<constexpr%> call flows off the end of the function"
53273 msgstr ""
53275 #: cp/constexpr.cc:1538 cp/constexpr.cc:1637 cp/constexpr.cc:1646
53276 #: cp/constexpr.cc:3362 rust/backend/rust-constexpr.cc:3329
53277 #: rust/backend/rust-constexpr.cc:3339 rust/backend/rust-constexpr.cc:4320
53278 #, gcc-internal-format
53279 msgid "%q+E is not a constant expression"
53280 msgstr ""
53282 #: cp/constexpr.cc:1988
53283 #, gcc-internal-format
53284 msgid "the comparison reduces to %qE"
53285 msgstr ""
53287 #: cp/constexpr.cc:1991
53288 #, gcc-internal-format
53289 msgid "%qE evaluates to false"
53290 msgstr ""
53292 #: cp/constexpr.cc:2070
53293 #, gcc-internal-format
53294 msgid "failed %<assume%> attribute assumption"
53295 msgstr ""
53297 #: cp/constexpr.cc:2105 cp/constexpr.cc:9121
53298 #: rust/backend/rust-constexpr.cc:5754
53299 #, gcc-internal-format
53300 msgid "call to internal function %qE"
53301 msgstr ""
53303 #: cp/constexpr.cc:2159 rust/backend/rust-constexpr.cc:2613
53304 #, gcc-internal-format
53305 msgid "modifying a const object %qE is not allowed in a constant expression"
53306 msgstr ""
53308 #: cp/constexpr.cc:2161 rust/backend/rust-constexpr.cc:2616
53309 #, gcc-internal-format
53310 msgid "originally declared %<const%> here"
53311 msgstr ""
53313 #: cp/constexpr.cc:2386 cp/constexpr.cc:2441 cp/constexpr.cc:2473
53314 #: cp/constexpr.cc:2494
53315 #, gcc-internal-format
53316 msgid "reference %<dynamic_cast%> failed"
53317 msgstr ""
53319 #: cp/constexpr.cc:2387
53320 #, gcc-internal-format
53321 msgid "dynamic type %qT of its operand does not have a base class of type %qT"
53322 msgstr ""
53324 #: cp/constexpr.cc:2411
53325 #, gcc-internal-format
53326 msgid "virtual table pointer is used uninitialized"
53327 msgstr ""
53329 #: cp/constexpr.cc:2442 cp/constexpr.cc:2474
53330 #, gcc-internal-format
53331 msgid ""
53332 "static type %qT of its operand is a non-public base class of dynamic type %qT"
53333 msgstr ""
53335 #: cp/constexpr.cc:2496
53336 #, gcc-internal-format
53337 msgid "%qT is an ambiguous base class of dynamic type %qT of its operand"
53338 msgstr ""
53340 #: cp/constexpr.cc:2499
53341 #, gcc-internal-format
53342 msgid ""
53343 "dynamic type %qT of its operand does not have an unambiguous public base "
53344 "class %qT"
53345 msgstr ""
53347 #: cp/constexpr.cc:2576 cp/constexpr.cc:2850 cp/constexpr.cc:9153
53348 #: rust/backend/rust-constexpr.cc:5785
53349 #, gcc-internal-format
53350 msgid "call to non-%<constexpr%> function %qD"
53351 msgstr ""
53353 #. virtual_offset is only set for virtual bases, which make the
53354 #. class non-literal, so we don't need to handle it here.
53355 #: cp/constexpr.cc:2582
53356 #, gcc-internal-format
53357 msgid "calling constexpr member function %qD through virtual base subobject"
53358 msgstr ""
53360 #: cp/constexpr.cc:2698 rust/backend/rust-constexpr.cc:3384
53361 #, gcc-internal-format
53362 msgid "expression %qE does not designate a %<constexpr%> function"
53363 msgstr ""
53365 #: cp/constexpr.cc:2771
53366 #, gcc-internal-format
53367 msgid "array deallocation of object allocated with non-array allocation"
53368 msgstr ""
53370 #: cp/constexpr.cc:2775 cp/constexpr.cc:2797
53371 #, gcc-internal-format
53372 msgid "allocation performed here"
53373 msgstr ""
53375 #: cp/constexpr.cc:2793
53376 #, gcc-internal-format
53377 msgid "non-array deallocation of object allocated with array allocation"
53378 msgstr ""
53380 #: cp/constexpr.cc:2810
53381 #, gcc-internal-format
53382 msgid "deallocation of already deallocated storage"
53383 msgstr ""
53385 #: cp/constexpr.cc:2817
53386 #, gcc-internal-format
53387 msgid "deallocation of storage that was not previously allocated"
53388 msgstr ""
53390 #: cp/constexpr.cc:2931 rust/backend/rust-constexpr.cc:3439
53391 #, gcc-internal-format
53392 msgid "%qD called in a constant expression before its definition is complete"
53393 msgstr ""
53395 #: cp/constexpr.cc:2938
53396 #, gcc-internal-format
53397 msgid "%qD called in a constant expression"
53398 msgstr ""
53400 #: cp/constexpr.cc:2942 rust/backend/rust-constexpr.cc:3453
53401 #, gcc-internal-format
53402 msgid "%qD used before its definition"
53403 msgstr ""
53405 #: cp/constexpr.cc:3014 rust/backend/rust-constexpr.cc:3495
53406 #, gcc-internal-format
53407 msgid "call has circular dependency"
53408 msgstr ""
53410 #: cp/constexpr.cc:3025 rust/backend/rust-constexpr.cc:3506
53411 #, gcc-internal-format
53412 msgid ""
53413 "%<constexpr%> evaluation depth exceeds maximum of %d (use %<-fconstexpr-"
53414 "depth=%> to increase the maximum)"
53415 msgstr ""
53417 #: cp/constexpr.cc:3402
53418 #, gcc-internal-format
53419 msgid "right operand of shift expression %q+E is negative"
53420 msgstr ""
53422 #: cp/constexpr.cc:3409
53423 #, gcc-internal-format
53424 msgid ""
53425 "right operand of shift expression %q+E is greater than or equal to the "
53426 "precision %wu of the left operand"
53427 msgstr ""
53429 #: cp/constexpr.cc:3432
53430 #, gcc-internal-format
53431 msgid "left operand of shift expression %q+E is negative"
53432 msgstr ""
53434 #: cp/constexpr.cc:3451
53435 #, gcc-internal-format
53436 msgid "shift expression %q+E overflows"
53437 msgstr ""
53439 #: cp/constexpr.cc:3650
53440 #, gcc-internal-format
53441 msgid "arithmetic involving a null pointer in %qE"
53442 msgstr ""
53444 #: cp/constexpr.cc:4072 rust/backend/rust-constexpr.cc:4395
53445 #, gcc-internal-format
53446 msgid ""
53447 "array subscript value %qE is outside the bounds of array %qD of type %qT"
53448 msgstr ""
53450 #: cp/constexpr.cc:4075 rust/backend/rust-constexpr.cc:4400
53451 #, gcc-internal-format
53452 msgid ""
53453 "nonzero array subscript %qE is used with array %qD of type %qT with unknown "
53454 "bounds"
53455 msgstr ""
53457 #: cp/constexpr.cc:4080 rust/backend/rust-constexpr.cc:4407
53458 #, gcc-internal-format
53459 msgid "array subscript value %qE is outside the bounds of array type %qT"
53460 msgstr ""
53462 #: cp/constexpr.cc:4083 rust/backend/rust-constexpr.cc:4412
53463 #, gcc-internal-format
53464 msgid ""
53465 "nonzero array subscript %qE is used with array of type %qT with unknown "
53466 "bounds"
53467 msgstr ""
53469 #: cp/constexpr.cc:4268 rust/backend/rust-constexpr.cc:1664
53470 #, gcc-internal-format
53471 msgid "accessing uninitialized array element"
53472 msgstr ""
53474 #: cp/constexpr.cc:4323 rust/backend/rust-constexpr.cc:1721
53475 #, gcc-internal-format
53476 msgid "dereferencing a null pointer in %qE"
53477 msgstr ""
53479 #: cp/constexpr.cc:4342 cp/constexpr.cc:4442 cp/constexpr.cc:4454
53480 #: cp/constexpr.cc:6998 cp/constexpr.cc:7096 cp/constexpr.cc:9071
53481 #: rust/backend/rust-constexpr.cc:1735 rust/backend/rust-constexpr.cc:1980
53482 #: rust/backend/rust-constexpr.cc:2222 rust/backend/rust-constexpr.cc:4739
53483 #: rust/backend/rust-constexpr.cc:5708
53484 #, gcc-internal-format
53485 msgid "%qE is not a constant expression"
53486 msgstr ""
53488 #: cp/constexpr.cc:4350 rust/backend/rust-constexpr.cc:1741
53489 #, gcc-internal-format
53490 msgid "mutable %qD is not usable in a constant expression"
53491 msgstr ""
53493 #: cp/constexpr.cc:4380 cp/constexpr.cc:4402
53494 #: rust/backend/rust-constexpr.cc:1771 rust/backend/rust-constexpr.cc:1794
53495 #, gcc-internal-format
53496 msgid "accessing uninitialized member %qD"
53497 msgstr ""
53499 #: cp/constexpr.cc:4382 rust/backend/rust-constexpr.cc:1773
53500 #, gcc-internal-format
53501 msgid ""
53502 "accessing %qD member instead of initialized %qD member in constant expression"
53503 msgstr ""
53505 #: cp/constexpr.cc:4520
53506 #, gcc-internal-format
53507 msgid "%qs is not a constant expression because %qT is a union type"
53508 msgstr ""
53510 #: cp/constexpr.cc:4523
53511 #, gcc-internal-format
53512 msgid "%qs is not a constant expression because %qT contains a union type"
53513 msgstr ""
53515 #: cp/constexpr.cc:4534
53516 #, gcc-internal-format
53517 msgid "%qs is not a constant expression because %qT is a pointer type"
53518 msgstr ""
53520 #: cp/constexpr.cc:4537
53521 #, gcc-internal-format
53522 msgid "%qs is not a constant expression because %qT contains a pointer type"
53523 msgstr ""
53525 #: cp/constexpr.cc:4548
53526 #, gcc-internal-format
53527 msgid "%qs is not a constant expression because %qT is a reference type"
53528 msgstr ""
53530 #: cp/constexpr.cc:4551
53531 #, gcc-internal-format
53532 msgid "%qs is not a constant expression because %qT contains a reference type"
53533 msgstr ""
53535 #: cp/constexpr.cc:4562
53536 #, gcc-internal-format
53537 msgid ""
53538 "%qs is not a constant expression because %qT is a pointer to member type"
53539 msgstr ""
53541 #: cp/constexpr.cc:4566
53542 #, gcc-internal-format
53543 msgid ""
53544 "%qs is not a constant expression because %qT contains a pointer to member "
53545 "type"
53546 msgstr ""
53548 #: cp/constexpr.cc:4577
53549 #, gcc-internal-format
53550 msgid "%qs is not a constant expression because %qT is volatile"
53551 msgstr ""
53553 #: cp/constexpr.cc:4580
53554 #, gcc-internal-format
53555 msgid ""
53556 "%qs is not a constant expression because %qT contains a volatile subobject"
53557 msgstr ""
53559 #: cp/constexpr.cc:4733
53560 #, gcc-internal-format
53561 msgid "%qs cannot be constant evaluated on the target"
53562 msgstr ""
53564 #: cp/constexpr.cc:4742 cp/constexpr.cc:4752
53565 #, gcc-internal-format
53566 msgid "%qs cannot be constant evaluated because the type is too large"
53567 msgstr ""
53569 #: cp/constexpr.cc:4772
53570 #, gcc-internal-format
53571 msgid "%qs cannot be constant evaluated because the argument cannot be encoded"
53572 msgstr ""
53574 #: cp/constexpr.cc:4811
53575 #, gcc-internal-format
53576 msgid "%qs accessing uninitialized byte at offset %d"
53577 msgstr ""
53579 #: cp/constexpr.cc:4823
53580 #, gcc-internal-format
53581 msgid ""
53582 "%qs cannot be constant evaluated because the argument cannot be interpreted"
53583 msgstr ""
53585 #: cp/constexpr.cc:5633 cp/constexpr.cc:7717 rust/backend/rust-constexpr.cc:872
53586 #: rust/backend/rust-constexpr.cc:2492
53587 #, gcc-internal-format
53588 msgid "dereferencing a null pointer"
53589 msgstr ""
53591 #: cp/constexpr.cc:5653 rust/backend/rust-constexpr.cc:892
53592 #, gcc-internal-format
53593 msgid "accessing value of %qE through a %qT glvalue in a constant expression"
53594 msgstr ""
53596 #: cp/constexpr.cc:5699
53597 #, gcc-internal-format
53598 msgid ""
53599 "the content of uninitialized storage is not usable in a constant expression"
53600 msgstr ""
53602 #: cp/constexpr.cc:5701 cp/constexpr.cc:5708
53603 #, gcc-internal-format
53604 msgid "allocated here"
53605 msgstr ""
53607 #: cp/constexpr.cc:5706
53608 #, gcc-internal-format
53609 msgid "use of allocated storage after deallocation in a constant expression"
53610 msgstr ""
53612 #: cp/constexpr.cc:5711 rust/backend/rust-constexpr.cc:4037
53613 #, gcc-internal-format
53614 msgid "the value of %qD is not usable in a constant expression"
53615 msgstr ""
53617 #: cp/constexpr.cc:5719
53618 #, gcc-internal-format
53619 msgid "%qD used in its own initializer"
53620 msgstr ""
53622 #: cp/constexpr.cc:5724
53623 #, gcc-internal-format
53624 msgid "%q#D is not const"
53625 msgstr ""
53627 #: cp/constexpr.cc:5727
53628 #, gcc-internal-format
53629 msgid "%q#D is volatile"
53630 msgstr ""
53632 #: cp/constexpr.cc:5732 cp/constexpr.cc:5739
53633 #, gcc-internal-format
53634 msgid "%qD was not initialized with a constant expression"
53635 msgstr ""
53637 #: cp/constexpr.cc:5745
53638 #, gcc-internal-format
53639 msgid "%qD was not declared %<constexpr%>"
53640 msgstr ""
53642 #: cp/constexpr.cc:5748
53643 #, gcc-internal-format
53644 msgid "%qD does not have integral or enumeration type"
53645 msgstr ""
53647 #: cp/constexpr.cc:6017 rust/backend/rust-constexpr.cc:2751
53648 #, gcc-internal-format
53649 msgid "modification of %qE is not a constant expression"
53650 msgstr ""
53652 #: cp/constexpr.cc:6116
53653 #, gcc-internal-format
53654 msgid "change of the active member of a union from %qD to %qD"
53655 msgstr ""
53657 #: cp/constexpr.cc:6129 rust/backend/rust-constexpr.cc:2820
53658 #, gcc-internal-format
53659 msgid ""
53660 "change of the active member of a union from %qD to %qD during initialization"
53661 msgstr ""
53663 #: cp/constexpr.cc:6575 cp/constexpr.cc:8058 cp/constexpr.cc:8070
53664 #: rust/backend/rust-constexpr.cc:4664
53665 #, gcc-internal-format
53666 msgid "statement is not a constant expression"
53667 msgstr ""
53669 #: cp/constexpr.cc:6679 rust/backend/rust-constexpr.cc:4929
53670 #, gcc-internal-format
53671 msgid ""
53672 "%<constexpr%> loop iteration count exceeds limit of %d (use %<-fconstexpr-"
53673 "loop-limit=%> to increase the limit)"
53674 msgstr ""
53676 #: cp/constexpr.cc:6780 rust/backend/rust-constexpr.cc:996
53677 #, gcc-internal-format
53678 msgid "inline assembly is not a constant expression"
53679 msgstr ""
53681 #: cp/constexpr.cc:6782 rust/backend/rust-constexpr.cc:997
53682 #, gcc-internal-format
53683 msgid ""
53684 "only unevaluated inline assembly is allowed in a %<constexpr%> function in C+"
53685 "+20"
53686 msgstr ""
53688 #: cp/constexpr.cc:6800
53689 #, gcc-internal-format
53690 msgid "use of %qD"
53691 msgstr ""
53693 #: cp/constexpr.cc:6804
53694 #, gcc-internal-format
53695 msgid ""
53696 "its value can vary between compiler versions or with different %<-mtune%> or "
53697 "%<-mcpu%> flags"
53698 msgstr ""
53700 #: cp/constexpr.cc:6806
53701 #, gcc-internal-format
53702 msgid ""
53703 "if this use is part of a public ABI, change it to instead use a constant "
53704 "variable you define"
53705 msgstr ""
53707 #: cp/constexpr.cc:6808
53708 #, gcc-internal-format, gfc-internal-format
53709 msgid "the default value for the current CPU tuning is %d bytes"
53710 msgstr ""
53712 #: cp/constexpr.cc:6810
53713 #, gcc-internal-format
53714 msgid ""
53715 "you can stabilize this value with %<--param "
53716 "hardware_destructive_interference_size=%d%>, or disable this warning with %<-"
53717 "Wno-interference-size%>"
53718 msgstr ""
53720 #: cp/constexpr.cc:6960
53721 #, gcc-internal-format
53722 msgid "value %qE of type %qT is not a constant expression"
53723 msgstr ""
53725 #: cp/constexpr.cc:6973
53726 #, gcc-internal-format
53727 msgid ""
53728 "%<constexpr%> evaluation operation count exceeds limit of %wd (use %<-"
53729 "fconstexpr-ops-limit=%> to increase the limit)"
53730 msgstr ""
53732 #: cp/constexpr.cc:7126
53733 #, gcc-internal-format
53734 msgid "control passes through definition of %qD with thread storage duration"
53735 msgstr ""
53737 #: cp/constexpr.cc:7129
53738 #, gcc-internal-format
53739 msgid "control passes through definition of %qD with static storage duration"
53740 msgstr ""
53742 #: cp/constexpr.cc:7194 cp/constexpr.cc:9785
53743 #: rust/backend/rust-constexpr.cc:2053 rust/backend/rust-constexpr.cc:6203
53744 #, gcc-internal-format
53745 msgid "temporary of non-literal type %qT in a constant expression"
53746 msgstr ""
53748 #: cp/constexpr.cc:7625 cp/constexpr.cc:9286
53749 #, gcc-internal-format
53750 msgid "%<reinterpret_cast%> is not a constant expression"
53751 msgstr ""
53753 #: cp/constexpr.cc:7653 rust/backend/rust-constexpr.cc:2459
53754 #, gcc-internal-format
53755 msgid ""
53756 "conversion from pointer type %qT to arithmetic type %qT in a constant "
53757 "expression"
53758 msgstr ""
53760 #: cp/constexpr.cc:7681 rust/backend/rust-constexpr.cc:2478
53761 #, gcc-internal-format
53762 msgid "cast from %qT is not allowed"
53763 msgstr ""
53765 #: cp/constexpr.cc:7694
53766 #, gcc-internal-format
53767 msgid "%qE is not a constant expression when the class %qT is still incomplete"
53768 msgstr ""
53770 #: cp/constexpr.cc:7728 rust/backend/rust-constexpr.cc:2504
53771 #, gcc-internal-format
53772 msgid "%<reinterpret_cast<%T>(%E)%> is not a constant expression"
53773 msgstr ""
53775 #: cp/constexpr.cc:7859 cp/constexpr.cc:9596 cp/constexpr.cc:10008
53776 #: rust/backend/rust-constexpr.cc:6096 rust/backend/rust-constexpr.cc:6412
53777 #, gcc-internal-format
53778 msgid "expression %qE is not a constant expression"
53779 msgstr ""
53781 #: cp/constexpr.cc:7904 cp/constexpr.cc:10049
53782 #, gcc-internal-format
53783 msgid "%<goto%> is not a constant expression"
53784 msgstr ""
53786 #: cp/constexpr.cc:7962
53787 #, gcc-internal-format
53788 msgid "contract predicate is false in constant expression"
53789 msgstr ""
53791 #: cp/constexpr.cc:7978
53792 #, gcc-internal-format
53793 msgid "unexpected template-id %qE"
53794 msgstr ""
53796 #: cp/constexpr.cc:7984 cp/constraint.cc:178 cp/constraint.cc:753
53797 #, gcc-internal-format
53798 msgid "function concept must be called"
53799 msgstr ""
53801 #: cp/constexpr.cc:8009
53802 #, gcc-internal-format
53803 msgid "address of a call to %qs is not a constant expression"
53804 msgstr ""
53806 #: cp/constexpr.cc:8073
53807 #, gcc-internal-format
53808 msgid "unexpected expression %qE of kind %s"
53809 msgstr ""
53811 #: cp/constexpr.cc:8332 rust/backend/rust-constexpr.cc:5154
53812 #, gcc-internal-format
53813 msgid ""
53814 "%qE is not a constant expression because it refers to mutable subobjects of "
53815 "%qT"
53816 msgstr ""
53818 #: cp/constexpr.cc:8340 rust/backend/rust-constexpr.cc:5163
53819 #, gcc-internal-format
53820 msgid ""
53821 "%qE is not a constant expression because it refers to an incompletely "
53822 "initialized variable"
53823 msgstr ""
53825 #: cp/constexpr.cc:8355 rust/backend/rust-constexpr.cc:5179
53826 #, gcc-internal-format
53827 msgid ""
53828 "%qE is not a constant expression because it refers to a result of %<operator "
53829 "new%>"
53830 msgstr ""
53832 #: cp/constexpr.cc:8366 rust/backend/rust-constexpr.cc:5191
53833 #, gcc-internal-format
53834 msgid ""
53835 "%qE is not a constant expression because allocated storage has not been "
53836 "deallocated"
53837 msgstr ""
53839 #: cp/constexpr.cc:8384 rust/backend/rust-constexpr.cc:5209
53840 #, gcc-internal-format
53841 msgid "immediate evaluation returns address of immediate function %qD"
53842 msgstr ""
53844 #: cp/constexpr.cc:9009 rust/backend/rust-constexpr.cc:5663
53845 #, gcc-internal-format
53846 msgid "lvalue-to-rvalue conversion of a volatile lvalue %qE with type %qT"
53847 msgstr ""
53849 #: cp/constexpr.cc:9251
53850 #, gcc-internal-format
53851 msgid "lambda capture of %qE is not a constant expression"
53852 msgstr ""
53854 #: cp/constexpr.cc:9254
53855 #, gcc-internal-format
53856 msgid "because it is used as a glvalue"
53857 msgstr ""
53859 #: cp/constexpr.cc:9310 rust/backend/rust-constexpr.cc:5889
53860 #, gcc-internal-format
53861 msgid "%<reinterpret_cast%> from integer to pointer"
53862 msgstr ""
53864 #: cp/constexpr.cc:9344 rust/backend/rust-constexpr.cc:5917
53865 #, gcc-internal-format
53866 msgid ""
53867 "address-of an object %qE with thread local or automatic storage is not a "
53868 "constant expression"
53869 msgstr ""
53871 #: cp/constexpr.cc:9383
53872 #, gcc-internal-format
53873 msgid "use of %<this%> in a constant expression"
53874 msgstr ""
53876 #: cp/constexpr.cc:9532
53877 #, gcc-internal-format
53878 msgid "lambda-expression is not a constant expression before C++17"
53879 msgstr ""
53881 #: cp/constexpr.cc:9544
53882 #, gcc-internal-format
53883 msgid "new-expression is not a constant expression before C++20"
53884 msgstr ""
53886 #: cp/constexpr.cc:9610
53887 #, gcc-internal-format
53888 msgid "virtual functions cannot be %<constexpr%> before C++20"
53889 msgstr ""
53891 #: cp/constexpr.cc:9626
53892 #, gcc-internal-format
53893 msgid ""
53894 "%<typeid%> is not a constant expression because %qE is of polymorphic type"
53895 msgstr ""
53897 #: cp/constexpr.cc:9689
53898 #, gcc-internal-format
53899 msgid "cast to non-integral type %qT in a constant expression"
53900 msgstr ""
53902 #: cp/constexpr.cc:9750
53903 #, gcc-internal-format
53904 msgid "%qD defined %<thread_local%> in %<constexpr%> context"
53905 msgstr ""
53907 #: cp/constexpr.cc:9758
53908 #, gcc-internal-format
53909 msgid "%qD defined %<static%> in %<constexpr%> context"
53910 msgstr ""
53912 #: cp/constexpr.cc:9835 rust/backend/rust-constexpr.cc:6248
53913 #, gcc-internal-format
53914 msgid "division by zero is not a constant expression"
53915 msgstr ""
53917 #: cp/constexpr.cc:9936 rust/backend/rust-constexpr.cc:6346
53918 #, gcc-internal-format
53919 msgid "%<delete[]%> is not a constant expression"
53920 msgstr ""
53922 #: cp/constexpr.cc:10005
53923 #, gcc-internal-format
53924 msgid "neither branch of %<if%> is a constant expression"
53925 msgstr ""
53927 #: cp/constexpr.cc:10018
53928 #, gcc-internal-format
53929 msgid "non-constant array initialization"
53930 msgstr ""
53932 #: cp/constexpr.cc:10066 rust/backend/rust-constexpr.cc:6424
53933 #, gcc-internal-format
53934 msgid ""
53935 "label definition in %<constexpr%> function only available with %<-std=c+"
53936 "+2b%> or %<-std=gnu++2b%>"
53937 msgstr ""
53939 #: cp/constexpr.cc:10097 rust/backend/rust-constexpr.cc:6435
53940 #, gcc-internal-format, gfc-internal-format
53941 msgid "unexpected AST of kind %s"
53942 msgstr ""
53944 #: cp/constraint.cc:166
53945 #, gcc-internal-format
53946 msgid "constraint expression does not have type %<bool%>"
53947 msgstr ""
53949 #: cp/constraint.cc:373
53950 #, gcc-internal-format
53951 msgid "function call of variable concept %qE"
53952 msgstr ""
53954 #: cp/constraint.cc:545
53955 #, gcc-internal-format
53956 msgid "MAP %qD TO %qT"
53957 msgstr ""
53959 #: cp/constraint.cc:547
53960 #, gcc-internal-format
53961 msgid "MAP %qD TO %qE"
53962 msgstr ""
53964 #: cp/constraint.cc:560
53965 #, gcc-internal-format
53966 msgid "argument %qT"
53967 msgstr ""
53969 #: cp/constraint.cc:562
53970 #, gcc-internal-format
53971 msgid "argument %qE"
53972 msgstr ""
53974 #: cp/constraint.cc:1225
53975 #, gcc-internal-format
53976 msgid "%qT does not match original declaration"
53977 msgstr ""
53979 #: cp/constraint.cc:1228
53980 #, gcc-internal-format
53981 msgid "original template declaration here"
53982 msgstr ""
53984 #: cp/constraint.cc:1428
53985 #, gcc-internal-format
53986 msgid "no matching concepts for %qE"
53987 msgstr ""
53989 #: cp/constraint.cc:1731
53990 #, gcc-internal-format
53991 msgid "%qE cannot be introduced with an ellipsis %<...%>"
53992 msgstr ""
53994 #: cp/constraint.cc:1732
53995 #, gcc-internal-format
53996 msgid "prototype declared here"
53997 msgstr ""
53999 #: cp/constraint.cc:1819
54000 #, gcc-internal-format
54001 msgid "all template parameters of %qD must be introduced"
54002 msgstr ""
54004 #: cp/constraint.cc:1847
54005 #, gcc-internal-format
54006 msgid "cannot deduce template parameters from introduction list"
54007 msgstr ""
54009 #: cp/constraint.cc:2011
54010 #, gcc-internal-format
54011 msgid "the required expression %qE is invalid, because"
54012 msgstr ""
54014 #: cp/constraint.cc:2018
54015 #, gcc-internal-format
54016 msgid "the required expression %qE is invalid"
54017 msgstr ""
54019 #. Replay the substitution error.
54020 #: cp/constraint.cc:2057
54021 #, gcc-internal-format
54022 msgid "the required type %qT is invalid, because"
54023 msgstr ""
54025 #: cp/constraint.cc:2061
54026 #, gcc-internal-format
54027 msgid "the required type %qT is invalid"
54028 msgstr ""
54030 #: cp/constraint.cc:2114 cp/constraint.cc:2187
54031 #, gcc-internal-format
54032 msgid "cannot convert %qE to %qT"
54033 msgstr ""
54035 #: cp/constraint.cc:2140
54036 #, gcc-internal-format
54037 msgid "%qE is not %<noexcept%>"
54038 msgstr ""
54040 #: cp/constraint.cc:2164
54041 #, gcc-internal-format
54042 msgid "%qE does not satisfy return-type-requirement, because"
54043 msgstr ""
54045 #: cp/constraint.cc:2171
54046 #, gcc-internal-format
54047 msgid "%qE does not satisfy return-type-requirement"
54048 msgstr ""
54050 #: cp/constraint.cc:2182
54051 #, gcc-internal-format
54052 msgid "cannot convert %qE to %qT because"
54053 msgstr ""
54055 #. Replay the substitution error.
54056 #: cp/constraint.cc:2214
54057 #, gcc-internal-format
54058 msgid "nested requirement %qE is not satisfied, because"
54059 msgstr ""
54061 #: cp/constraint.cc:2218
54062 #, gcc-internal-format
54063 msgid "nested requirement %qE is not satisfied"
54064 msgstr ""
54066 #: cp/constraint.cc:2711
54067 #, gcc-internal-format
54068 msgid "satisfaction of atomic constraint %qE depends on itself"
54069 msgstr ""
54071 #: cp/constraint.cc:2757
54072 #, gcc-internal-format
54073 msgid "satisfaction value of atomic constraint %qE changed from %qE to %qE"
54074 msgstr ""
54076 #: cp/constraint.cc:2760
54077 #, gcc-internal-format
54078 msgid "satisfaction value first evaluated to %qE from here"
54079 msgstr ""
54081 #: cp/constraint.cc:2877
54082 #, gcc-internal-format
54083 msgid "no operand of the disjunction is satisfied"
54084 msgstr ""
54086 #: cp/constraint.cc:2890
54087 #, gcc-internal-format
54088 msgid "the operand %qE is unsatisfied because"
54089 msgstr ""
54091 #: cp/constraint.cc:3532
54092 #, gcc-internal-format
54093 msgid "definition of concept %qD is empty"
54094 msgstr ""
54096 #: cp/constraint.cc:3535
54097 #, gcc-internal-format
54098 msgid "definition of concept %qD has multiple statements"
54099 msgstr ""
54101 #: cp/constraint.cc:3681
54102 #, gcc-internal-format
54103 msgid "  %qT is not nothrow copy assignable"
54104 msgstr ""
54106 #: cp/constraint.cc:3684 cp/constraint.cc:3779
54107 #, gcc-internal-format
54108 msgid "  %qT is not nothrow default constructible"
54109 msgstr ""
54111 #: cp/constraint.cc:3687
54112 #, gcc-internal-format
54113 msgid "  %qT is not nothrow copy constructible"
54114 msgstr ""
54116 #: cp/constraint.cc:3690
54117 #, gcc-internal-format
54118 msgid "  %qT is not trivially copy assignable"
54119 msgstr ""
54121 #: cp/constraint.cc:3693 cp/constraint.cc:3773
54122 #, gcc-internal-format
54123 msgid "  %qT is not trivially default constructible"
54124 msgstr ""
54126 #: cp/constraint.cc:3696
54127 #, gcc-internal-format
54128 msgid "  %qT is not trivially copy constructible"
54129 msgstr ""
54131 #: cp/constraint.cc:3699
54132 #, gcc-internal-format
54133 msgid "  %qT is not trivially destructible"
54134 msgstr ""
54136 #: cp/constraint.cc:3702
54137 #, gcc-internal-format
54138 msgid "  %qT does not have a virtual destructor"
54139 msgstr ""
54141 #: cp/constraint.cc:3705
54142 #, gcc-internal-format
54143 msgid "  %qT is not an abstract class"
54144 msgstr ""
54146 #: cp/constraint.cc:3708
54147 #, gcc-internal-format
54148 msgid "  %qT is not a base of %qT"
54149 msgstr ""
54151 #: cp/constraint.cc:3711
54152 #, gcc-internal-format
54153 msgid "  %qT is not a class"
54154 msgstr ""
54156 #: cp/constraint.cc:3714
54157 #, gcc-internal-format
54158 msgid "  %qT is not an empty class"
54159 msgstr ""
54161 #: cp/constraint.cc:3717
54162 #, gcc-internal-format
54163 msgid "  %qT is not an enum"
54164 msgstr ""
54166 #: cp/constraint.cc:3720
54167 #, gcc-internal-format
54168 msgid "  %qT is not a final class"
54169 msgstr ""
54171 #: cp/constraint.cc:3723
54172 #, gcc-internal-format
54173 msgid "  %qT is not layout compatible with %qT"
54174 msgstr ""
54176 #: cp/constraint.cc:3726
54177 #, gcc-internal-format
54178 msgid "  %qT is not a literal type"
54179 msgstr ""
54181 #: cp/constraint.cc:3729
54182 #, gcc-internal-format
54183 msgid "  %qT is not pointer-interconvertible base of %qT"
54184 msgstr ""
54186 #: cp/constraint.cc:3733
54187 #, gcc-internal-format
54188 msgid "  %qT is not a POD type"
54189 msgstr ""
54191 #: cp/constraint.cc:3736
54192 #, gcc-internal-format
54193 msgid "  %qT is not a polymorphic type"
54194 msgstr ""
54196 #: cp/constraint.cc:3739
54197 #, gcc-internal-format
54198 msgid "  %qT is not the same as %qT"
54199 msgstr ""
54201 #: cp/constraint.cc:3742
54202 #, gcc-internal-format
54203 msgid "  %qT is not an standard layout type"
54204 msgstr ""
54206 #: cp/constraint.cc:3745
54207 #, gcc-internal-format
54208 msgid "  %qT is not a trivial type"
54209 msgstr ""
54211 #: cp/constraint.cc:3748
54212 #, gcc-internal-format
54213 msgid "  %qT is not a union"
54214 msgstr ""
54216 #: cp/constraint.cc:3751
54217 #, gcc-internal-format
54218 msgid "  %qT is not an aggregate"
54219 msgstr ""
54221 #: cp/constraint.cc:3754
54222 #, gcc-internal-format
54223 msgid "  %qT is not trivially copyable"
54224 msgstr ""
54226 #: cp/constraint.cc:3757
54227 #, gcc-internal-format
54228 msgid "  %qT is not assignable from %qT"
54229 msgstr ""
54231 #: cp/constraint.cc:3760
54232 #, gcc-internal-format
54233 msgid "  %qT is not trivially assignable from %qT"
54234 msgstr ""
54236 #: cp/constraint.cc:3763
54237 #, gcc-internal-format
54238 msgid "  %qT is not nothrow assignable from %qT"
54239 msgstr ""
54241 #: cp/constraint.cc:3767
54242 #, gcc-internal-format
54243 msgid "  %qT is not default constructible"
54244 msgstr ""
54246 #: cp/constraint.cc:3769
54247 #, gcc-internal-format
54248 msgid "  %qT is not constructible from %qE"
54249 msgstr ""
54251 #: cp/constraint.cc:3775
54252 #, gcc-internal-format
54253 msgid "  %qT is not trivially constructible from %qE"
54254 msgstr ""
54256 #: cp/constraint.cc:3781
54257 #, gcc-internal-format
54258 msgid "  %qT is not nothrow constructible from %qE"
54259 msgstr ""
54261 #: cp/constraint.cc:3784
54262 #, gcc-internal-format
54263 msgid "  %qT does not have unique object representations"
54264 msgstr ""
54266 #: cp/constraint.cc:3787
54267 #, gcc-internal-format
54268 msgid "  %qT is not convertible from %qE"
54269 msgstr ""
54271 #: cp/constraint.cc:3790
54272 #, gcc-internal-format
54273 msgid "  %qT is not nothrow convertible from %qE"
54274 msgstr ""
54276 #: cp/constraint.cc:3793
54277 #, gcc-internal-format
54278 msgid ""
54279 "  %qT is not a reference that binds to a temporary object of type %qT "
54280 "(direct-initialization)"
54281 msgstr ""
54283 #: cp/constraint.cc:3797
54284 #, gcc-internal-format
54285 msgid ""
54286 "  %qT is not a reference that binds to a temporary object of type %qT (copy-"
54287 "initialization)"
54288 msgstr ""
54290 #: cp/constraint.cc:3801
54291 #, gcc-internal-format
54292 msgid "  %qD is not deducible from %qT"
54293 msgstr ""
54295 #: cp/constraint.cc:3828
54296 #, gcc-internal-format
54297 msgid "invalid constraints"
54298 msgstr ""
54300 #: cp/constraint.cc:3853
54301 #, gcc-internal-format
54302 msgid "constraint %qE has type %qT, not %<bool%>"
54303 msgstr ""
54305 #: cp/constraint.cc:3856
54306 #, gcc-internal-format
54307 msgid "the expression %qE evaluated to %<false%>"
54308 msgstr ""
54310 #: cp/constraint.cc:3907
54311 #, gcc-internal-format
54312 msgid "constraints not satisfied"
54313 msgstr ""
54315 #: cp/constraint.cc:3922
54316 #, gcc-internal-format
54317 msgid "set %qs to at least %d for more detail"
54318 msgstr ""
54320 #: cp/contracts.cc:183
54321 #, gcc-internal-format
54322 msgid "axiom contract semantic must be %<assume%> or %<ignore%>"
54323 msgstr ""
54325 #: cp/contracts.cc:186
54326 #, gcc-internal-format
54327 msgid ""
54328 "the %<audit%> semantic should be at least as strong as the %<default%> "
54329 "semantic"
54330 msgstr ""
54332 #: cp/contracts.cc:204
54333 #, gcc-internal-format, gfc-internal-format
54334 msgid "'%s' is not a valid explicit concrete semantic"
54335 msgstr ""
54337 #: cp/contracts.cc:344
54338 #, gcc-internal-format
54339 msgid "%<-fcontract-build-level=%> cannot be mixed with p1332/p1429"
54340 msgstr ""
54342 #: cp/contracts.cc:357
54343 #, gcc-internal-format
54344 msgid "%<-fcontract-build-level=%> must be off|default|audit"
54345 msgstr ""
54347 #: cp/contracts.cc:367
54348 #, gcc-internal-format
54349 msgid "%<-fcontract-assumption-mode=%> cannot be mixed with p1332/p1429"
54350 msgstr ""
54352 #: cp/contracts.cc:378
54353 #, gcc-internal-format
54354 msgid "%<-fcontract-assumption-mode=%> must be %<on%> or %<off%>"
54355 msgstr ""
54357 #: cp/contracts.cc:388
54358 #, gcc-internal-format
54359 msgid "%<-fcontract-continuation-mode=%> cannot be mixed with p1332/p1429"
54360 msgstr ""
54362 #: cp/contracts.cc:399
54363 #, gcc-internal-format
54364 msgid "%<-fcontract-continuation-mode=%> must be %<on%> or %<off%>"
54365 msgstr ""
54367 #: cp/contracts.cc:411
54368 #, gcc-internal-format
54369 msgid "%<-fcontract-role=%> must be in the form role:semantics"
54370 msgstr ""
54372 #: cp/contracts.cc:422 cp/contracts.cc:431
54373 #, gcc-internal-format
54374 msgid "%<-fcontract-role=%> semantics must include default,audit,axiom values"
54375 msgstr ""
54377 #: cp/contracts.cc:450
54378 #, gcc-internal-format
54379 msgid "%<-fcontract-role=%> cannot be mixed with std/p1429 contract flags"
54380 msgstr ""
54382 #. TODO: not enough space?
54383 #: cp/contracts.cc:464
54384 #, gcc-internal-format
54385 msgid "%<-fcontract-level=%> too many custom roles"
54386 msgstr ""
54388 #: cp/contracts.cc:476
54389 #, gcc-internal-format
54390 msgid "%<-fcontract-semantic=%> must be in the form level:semantic"
54391 msgstr ""
54393 #: cp/contracts.cc:482
54394 #, gcc-internal-format
54395 msgid "%<-fcontract-semantic=%> cannot be mixed with std/p1332 contract flags"
54396 msgstr ""
54398 #: cp/contracts.cc:490
54399 #, gcc-internal-format
54400 msgid "%<-fcontract-semantic=%> cannot find default role"
54401 msgstr ""
54403 #: cp/contracts.cc:506
54404 #, gcc-internal-format
54405 msgid "%<-fcontract-semantic=%> level must be default, audit, or axiom"
54406 msgstr ""
54408 #: cp/contracts.cc:643
54409 #, gcc-internal-format
54410 msgid "constructor does not return a value to test"
54411 msgstr ""
54413 #: cp/contracts.cc:645
54414 #, gcc-internal-format
54415 msgid "destructor does not return a value to test"
54416 msgstr ""
54418 #: cp/contracts.cc:646
54419 #, gcc-internal-format
54420 msgid "function does not return a value to test"
54421 msgstr ""
54423 #: cp/contracts.cc:1144
54424 #, gcc-internal-format
54425 msgid "mismatched contract attribute in declaration"
54426 msgstr ""
54428 #: cp/contracts.cc:1146 cp/contracts.cc:1177
54429 #, gcc-internal-format
54430 msgid "previous contract here"
54431 msgstr ""
54433 #: cp/contracts.cc:1174
54434 #, gcc-internal-format
54435 msgid "mismatched contract condition in declaration"
54436 msgstr ""
54438 #: cp/contracts.cc:1217
54439 #, gcc-internal-format
54440 msgid ""
54441 "declaration has a different number of contracts than previously declared"
54442 msgstr ""
54444 #: cp/contracts.cc:1223
54445 #, gcc-internal-format
54446 msgid "original declaration with fewer contracts here"
54447 msgstr ""
54449 #: cp/contracts.cc:1960
54450 #, gcc-internal-format
54451 msgid "contracts must appertain to a function type"
54452 msgstr ""
54454 #: cp/contracts.cc:2173
54455 #, gcc-internal-format
54456 msgid "cannot add contracts after definition"
54457 msgstr ""
54459 #: cp/contracts.cc:2174
54460 #, gcc-internal-format
54461 msgid "original definition here"
54462 msgstr ""
54464 #: cp/contracts.cc:2182
54465 #, gcc-internal-format
54466 msgid "cannot add contracts to a virtual function"
54467 msgstr ""
54469 #: cp/contracts.cc:2183
54470 #, gcc-internal-format
54471 msgid "original declaration here"
54472 msgstr ""
54474 #: cp/contracts.cc:2193
54475 #, gcc-internal-format
54476 msgid "declaration adds contracts to %q#D"
54477 msgstr ""
54479 #: cp/coroutines.cc:303
54480 #, gcc-internal-format
54481 msgid "coroutines require a traits template; cannot find %<%E::%E%>"
54482 msgstr ""
54484 #: cp/coroutines.cc:305
54485 #, gcc-internal-format
54486 msgid "perhaps %<#include <coroutine>%> is missing"
54487 msgstr ""
54489 #: cp/coroutines.cc:360
54490 #, gcc-internal-format
54491 msgid "cannot instantiate %<coroutine traits%>"
54492 msgstr ""
54494 #: cp/coroutines.cc:382
54495 #, gcc-internal-format
54496 msgid "coroutines require a handle class template; cannot find %<%E::%E%>"
54497 msgstr ""
54499 #: cp/coroutines.cc:407
54500 #, gcc-internal-format
54501 msgid "cannot instantiate a %<coroutine handle%> for promise type %qT"
54502 msgstr ""
54504 #: cp/coroutines.cc:492
54505 #, gcc-internal-format
54506 msgid "unable to find the promise type for this coroutine"
54507 msgstr ""
54509 #: cp/coroutines.cc:511
54510 #, gcc-internal-format
54511 msgid ""
54512 "the coroutine promise type %qT declares both %<return_value%> and "
54513 "%<return_void%>"
54514 msgstr ""
54516 #: cp/coroutines.cc:515
54517 #, gcc-internal-format
54518 msgid "%<return_void%> declared here"
54519 msgstr ""
54521 #: cp/coroutines.cc:648 cp/coroutines.cc:726 cp/coroutines.cc:4310
54522 #, gcc-internal-format
54523 msgid "no member named %qE in %qT"
54524 msgstr ""
54526 #: cp/coroutines.cc:741
54527 #, gcc-internal-format
54528 msgid "%qs cannot be used outside a function"
54529 msgstr ""
54531 #. [basic.start.main] 3. The function main shall not be a coroutine.
54532 #: cp/coroutines.cc:749
54533 #, gcc-internal-format
54534 msgid "%qs cannot be used in the %<main%> function"
54535 msgstr ""
54537 #. [dcl.constexpr] 3.3 it shall not be a coroutine.
54538 #: cp/coroutines.cc:760
54539 #, gcc-internal-format
54540 msgid "%qs cannot be used in a %<constexpr%> function"
54541 msgstr ""
54543 #: cp/coroutines.cc:771
54544 #, gcc-internal-format
54545 msgid "%qs cannot be used in a function with a deduced return type"
54546 msgstr ""
54548 #: cp/coroutines.cc:782
54549 #, gcc-internal-format
54550 msgid "%qs cannot be used in a varargs function"
54551 msgstr ""
54553 #. [class.ctor] 7. a constructor shall not be a coroutine.
54554 #: cp/coroutines.cc:789
54555 #, gcc-internal-format
54556 msgid "%qs cannot be used in a constructor"
54557 msgstr ""
54559 #. [class.dtor] 21. a destructor shall not be a coroutine.
54560 #: cp/coroutines.cc:796
54561 #, gcc-internal-format
54562 msgid "%qs cannot be used in a destructor"
54563 msgstr ""
54565 #. TODO: record or extract positions of returns (and the first coro
54566 #. keyword) so that we can add notes to the diagnostic about where
54567 #. the bad keyword is and what made the function into a coro.
54568 #: cp/coroutines.cc:827
54569 #, gcc-internal-format
54570 msgid ""
54571 "a %<return%> statement is not allowed in coroutine; did you mean "
54572 "%<co_return%>?"
54573 msgstr ""
54575 #: cp/coroutines.cc:875
54576 #, gcc-internal-format
54577 msgid "the expression %qE is required to be non-throwing"
54578 msgstr ""
54580 #: cp/coroutines.cc:877
54581 #, gcc-internal-format
54582 msgid "must be declared with %<noexcept(true)%>"
54583 msgstr ""
54585 #: cp/coroutines.cc:962
54586 #, gcc-internal-format
54587 msgid "awaitable type %qT is not a structure"
54588 msgstr ""
54590 #: cp/coroutines.cc:1077
54591 #, gcc-internal-format
54592 msgid "%<await_suspend%> must return %<void%>, %<bool%> or a coroutine handle"
54593 msgstr ""
54595 #: cp/coroutines.cc:1391
54596 #, gcc-internal-format
54597 msgid "function declared %<noreturn%> has a %<co_return%> statement"
54598 msgstr ""
54600 #: cp/coroutines.cc:1429
54601 #, gcc-internal-format
54602 msgid "the align argument to %<__builtin_coro_promise%> must be a constant"
54603 msgstr ""
54605 #: cp/coroutines.cc:1439
54606 #, gcc-internal-format
54607 msgid "the direction argument to %<__builtin_coro_promise%> must be a constant"
54608 msgstr ""
54610 #: cp/coroutines.cc:1922
54611 #, gcc-internal-format
54612 msgid "no suspend point info for %qD"
54613 msgstr ""
54615 #: cp/coroutines.cc:2120 cp/coroutines.cc:4684
54616 #, gcc-internal-format
54617 msgid ""
54618 "%qE is provided by %qT but is not usable with the function signature %qD"
54619 msgstr ""
54621 #: cp/coroutines.cc:2570
54622 #, gcc-internal-format
54623 msgid "duplicate info for %qE"
54624 msgstr ""
54626 #: cp/coroutines.cc:3722
54627 #, gcc-internal-format
54628 msgid "await expressions are not permitted in handlers"
54629 msgstr ""
54631 #: cp/coroutines.cc:3954
54632 #, gcc-internal-format
54633 msgid "variable length arrays are not yet supported in coroutines"
54634 msgstr ""
54636 #: cp/coroutines.cc:4689
54637 #, gcc-internal-format
54638 msgid ""
54639 "%qE is provided by %qT but %qE is not marked %<throw()%> or %<noexcept%>"
54640 msgstr ""
54642 #: cp/coroutines.cc:4692
54643 #, gcc-internal-format
54644 msgid ""
54645 "%qE is marked %<throw()%> or %<noexcept%> but no usable "
54646 "%<get_return_object_on_allocation_failure%> is provided by %qT"
54647 msgstr ""
54649 #: cp/coroutines.cc:4721
54650 #, gcc-internal-format
54651 msgid "%qE is provided by %qT but %<std::nothrow%> cannot be found"
54652 msgstr ""
54654 #. We can't initialize a non-class return value from void.
54655 #: cp/coroutines.cc:5118
54656 #, gcc-internal-format
54657 msgid ""
54658 "cannot initialize a return object of type %qT with an rvalue of type %<void%>"
54659 msgstr ""
54661 #: cp/cp-gimplify.cc:169
54662 #, gcc-internal-format
54663 msgid "both branches of %<if%> statement marked as %qs"
54664 msgstr ""
54666 #: cp/cp-gimplify.cc:1054 cp/cp-gimplify.cc:1066
54667 #, gcc-internal-format
54668 msgid "taking address of an immediate function %qD"
54669 msgstr ""
54671 #: cp/cp-gimplify.cc:1657
54672 #, gcc-internal-format
54673 msgid "%<throw%> will always call %<terminate%>"
54674 msgstr ""
54676 #: cp/cp-gimplify.cc:1660
54677 #, gcc-internal-format
54678 msgid "in C++11 destructors default to %<noexcept%>"
54679 msgstr ""
54681 #: cp/cp-gimplify.cc:1672
54682 #, gcc-internal-format
54683 msgid ""
54684 "in C++11 this %<throw%> will call %<terminate%> because destructors default "
54685 "to %<noexcept%>"
54686 msgstr ""
54688 #: cp/cp-gimplify.cc:3231
54689 #, gcc-internal-format
54690 msgid "ignoring attribute %qE after earlier %qE"
54691 msgstr ""
54693 #: cp/cp-gimplify.cc:3305 cp/cp-gimplify.cc:3317 cp/decl.cc:4275
54694 #: cp/method.cc:978
54695 #, gcc-internal-format
54696 msgid "%qD is not a type"
54697 msgstr ""
54699 #: cp/cp-gimplify.cc:3323
54700 #, gcc-internal-format
54701 msgid "%qD is not a class type"
54702 msgstr ""
54704 #: cp/cp-gimplify.cc:3340
54705 #, gcc-internal-format
54706 msgid "%qD does not have %<const char *%> type"
54707 msgstr ""
54709 #: cp/cp-gimplify.cc:3350
54710 #, gcc-internal-format
54711 msgid "%qD does not have integral type"
54712 msgstr ""
54714 #: cp/cp-gimplify.cc:3362
54715 #, gcc-internal-format
54716 msgid ""
54717 "%<std::source_location::__impl%> does not contain only non-static data "
54718 "members %<_M_file_name%>, %<_M_function_name%>, %<_M_line%> and %<_M_column%>"
54719 msgstr ""
54721 #: cp/cvt.cc:92
54722 msgid "cannot convert from incomplete type %qH to %qI"
54723 msgstr ""
54725 #: cp/cvt.cc:102
54726 msgid "conversion of %qE from %qH to %qI is ambiguous"
54727 msgstr ""
54729 #: cp/cvt.cc:174 cp/cvt.cc:201 cp/cvt.cc:255
54730 msgid "cannot convert %qE from type %qH to type %qI"
54731 msgstr ""
54733 #: cp/cvt.cc:391
54734 #, gcc-internal-format
54735 msgid "initialization of volatile reference type %q#T from rvalue of type %qT"
54736 msgstr ""
54738 #: cp/cvt.cc:394
54739 #, gcc-internal-format
54740 msgid "conversion to volatile reference type %q#T from rvalue of type %qT"
54741 msgstr ""
54743 #: cp/cvt.cc:397
54744 #, gcc-internal-format
54745 msgid "initialization of non-const reference type %q#T from rvalue of type %qT"
54746 msgstr ""
54748 #: cp/cvt.cc:400
54749 #, gcc-internal-format
54750 msgid "conversion to non-const reference type %q#T from rvalue of type %qT"
54751 msgstr ""
54753 #: cp/cvt.cc:476
54754 msgid "conversion from %qH to %qI discards qualifiers"
54755 msgstr ""
54757 #: cp/cvt.cc:498 cp/typeck.cc:8710
54758 #, gcc-internal-format
54759 msgid "casting %qT to %qT does not dereference pointer"
54760 msgstr ""
54762 #: cp/cvt.cc:526
54763 msgid "cannot convert type %qH to type %qI"
54764 msgstr ""
54766 #: cp/cvt.cc:818
54767 #, gcc-internal-format
54768 msgid "conversion from %q#T to %q#T"
54769 msgstr ""
54771 #: cp/cvt.cc:836
54772 #, gcc-internal-format
54773 msgid ""
54774 "the result of the conversion is unspecified because %qE is outside the range "
54775 "of type %qT"
54776 msgstr ""
54778 #: cp/cvt.cc:847 cp/cvt.cc:902
54779 #, gcc-internal-format
54780 msgid "%q#T used where a %qT was expected"
54781 msgstr ""
54783 #: cp/cvt.cc:856
54784 #, gcc-internal-format
54785 msgid "could not convert %qE from %<void%> to %<bool%>"
54786 msgstr ""
54788 #: cp/cvt.cc:918
54789 #, gcc-internal-format
54790 msgid "%q#T used where a floating-point value was expected"
54791 msgstr ""
54793 #: cp/cvt.cc:976
54794 msgid "conversion from %qH to non-scalar type %qI requested"
54795 msgstr ""
54797 #: cp/cvt.cc:1072
54798 #, gcc-internal-format
54799 msgid ""
54800 "ignoring return value of %qD, declared with attribute %<nodiscard%>: %<%s%>"
54801 msgstr ""
54803 #: cp/cvt.cc:1074
54804 #, gcc-internal-format
54805 msgid "ignoring return value of %qD, declared with attribute %<nodiscard%>%s"
54806 msgstr ""
54808 #: cp/cvt.cc:1090
54809 #, gcc-internal-format
54810 msgid ""
54811 "ignoring returned value of type %qT, declared with attribute %<nodiscard%>: "
54812 "%<%s%>"
54813 msgstr ""
54815 #: cp/cvt.cc:1092
54816 #, gcc-internal-format
54817 msgid ""
54818 "ignoring returned value of type %qT, declared with attribute %<nodiscard%>%s"
54819 msgstr ""
54821 #: cp/cvt.cc:1114
54822 #, gcc-internal-format
54823 msgid ""
54824 "ignoring return value of %qD, declared with attribute %<warn_unused_result%>"
54825 msgstr ""
54827 #: cp/cvt.cc:1168
54828 #, gcc-internal-format
54829 msgid "pseudo-destructor is not called"
54830 msgstr ""
54832 #: cp/cvt.cc:1264 rust/backend/rust-tree.cc:341
54833 #, gcc-internal-format
54834 msgid "conversion to void will not access object of incomplete type %qT"
54835 msgstr ""
54837 #: cp/cvt.cc:1268 rust/backend/rust-tree.cc:347
54838 #, gcc-internal-format
54839 msgid ""
54840 "indirection will not access object of incomplete type %qT in second operand "
54841 "of conditional expression"
54842 msgstr ""
54844 #: cp/cvt.cc:1273 rust/backend/rust-tree.cc:354
54845 #, gcc-internal-format
54846 msgid ""
54847 "indirection will not access object of incomplete type %qT in third operand "
54848 "of conditional expression"
54849 msgstr ""
54851 #: cp/cvt.cc:1278 rust/backend/rust-tree.cc:361
54852 #, gcc-internal-format
54853 msgid ""
54854 "indirection will not access object of incomplete type %qT in right operand "
54855 "of comma operator"
54856 msgstr ""
54858 #: cp/cvt.cc:1283 rust/backend/rust-tree.cc:368
54859 #, gcc-internal-format
54860 msgid ""
54861 "indirection will not access object of incomplete type %qT in left operand of "
54862 "comma operator"
54863 msgstr ""
54865 #: cp/cvt.cc:1288 rust/backend/rust-tree.cc:375
54866 #, gcc-internal-format
54867 msgid "indirection will not access object of incomplete type %qT in statement"
54868 msgstr ""
54870 #: cp/cvt.cc:1292 rust/backend/rust-tree.cc:381
54871 #, gcc-internal-format
54872 msgid ""
54873 "indirection will not access object of incomplete type %qT in for increment "
54874 "expression"
54875 msgstr ""
54877 #: cp/cvt.cc:1308 rust/backend/rust-tree.cc:398
54878 #, gcc-internal-format
54879 msgid "conversion to void will not access object of type %qT"
54880 msgstr ""
54882 #: cp/cvt.cc:1312 rust/backend/rust-tree.cc:404
54883 #, gcc-internal-format
54884 msgid ""
54885 "implicit dereference will not access object of type %qT in second operand of "
54886 "conditional expression"
54887 msgstr ""
54889 #: cp/cvt.cc:1317 rust/backend/rust-tree.cc:411
54890 #, gcc-internal-format
54891 msgid ""
54892 "implicit dereference will not access object of type %qT in third operand of "
54893 "conditional expression"
54894 msgstr ""
54896 #: cp/cvt.cc:1322 rust/backend/rust-tree.cc:418
54897 #, gcc-internal-format
54898 msgid ""
54899 "implicit dereference will not access object of type %qT in right operand of "
54900 "comma operator"
54901 msgstr ""
54903 #: cp/cvt.cc:1327 rust/backend/rust-tree.cc:425
54904 #, gcc-internal-format
54905 msgid ""
54906 "implicit dereference will not access object of type %qT in left operand of "
54907 "comma operator"
54908 msgstr ""
54910 #: cp/cvt.cc:1332 rust/backend/rust-tree.cc:432
54911 #, gcc-internal-format
54912 msgid "implicit dereference will not access object of type %qT in statement"
54913 msgstr ""
54915 #: cp/cvt.cc:1336 rust/backend/rust-tree.cc:438
54916 #, gcc-internal-format
54917 msgid ""
54918 "implicit dereference will not access object of type %qT in for increment "
54919 "expression"
54920 msgstr ""
54922 #: cp/cvt.cc:1350 rust/backend/rust-tree.cc:452
54923 #, gcc-internal-format
54924 msgid ""
54925 "conversion to void will not access object of non-trivially-copyable type %qT"
54926 msgstr ""
54928 #: cp/cvt.cc:1355 rust/backend/rust-tree.cc:458
54929 #, gcc-internal-format
54930 msgid ""
54931 "indirection will not access object of non-trivially-copyable type %qT in "
54932 "second operand of conditional expression"
54933 msgstr ""
54935 #: cp/cvt.cc:1360 rust/backend/rust-tree.cc:465
54936 #, gcc-internal-format
54937 msgid ""
54938 "indirection will not access object of non-trivially-copyable type %qT in "
54939 "third operand of conditional expression"
54940 msgstr ""
54942 #: cp/cvt.cc:1365 rust/backend/rust-tree.cc:472
54943 #, gcc-internal-format
54944 msgid ""
54945 "indirection will not access object of non-trivially-copyable type %qT in "
54946 "right operand of comma operator"
54947 msgstr ""
54949 #: cp/cvt.cc:1370 rust/backend/rust-tree.cc:479
54950 #, gcc-internal-format
54951 msgid ""
54952 "indirection will not access object of non-trivially-copyable type %qT in "
54953 "left operand of comma operator"
54954 msgstr ""
54956 #: cp/cvt.cc:1375 rust/backend/rust-tree.cc:486
54957 #, gcc-internal-format
54958 msgid ""
54959 "indirection will not access object of non-trivially-copyable type %qT in "
54960 "statement"
54961 msgstr ""
54963 #: cp/cvt.cc:1380 rust/backend/rust-tree.cc:492
54964 #, gcc-internal-format
54965 msgid ""
54966 "indirection will not access object of non-trivially-copyable type %qT in for "
54967 "increment expression"
54968 msgstr ""
54970 #: cp/cvt.cc:1421 rust/backend/rust-tree.cc:533
54971 #, gcc-internal-format
54972 msgid "conversion to void will not access object %qE of incomplete type %qT"
54973 msgstr ""
54975 #: cp/cvt.cc:1425 rust/backend/rust-tree.cc:539
54976 #, gcc-internal-format
54977 msgid ""
54978 "variable %qE of incomplete type %qT will not be accessed in second operand "
54979 "of conditional expression"
54980 msgstr ""
54982 #: cp/cvt.cc:1430 rust/backend/rust-tree.cc:546
54983 #, gcc-internal-format
54984 msgid ""
54985 "variable %qE of incomplete type %qT will not be accessed in third operand of "
54986 "conditional expression"
54987 msgstr ""
54989 #: cp/cvt.cc:1435 rust/backend/rust-tree.cc:553
54990 #, gcc-internal-format
54991 msgid ""
54992 "variable %qE of incomplete type %qT will not be accessed in right operand of "
54993 "comma operator"
54994 msgstr ""
54996 #: cp/cvt.cc:1440 rust/backend/rust-tree.cc:559
54997 #, gcc-internal-format
54998 msgid ""
54999 "variable %qE of incomplete type %qT will not be accessed in left operand of "
55000 "comma operator"
55001 msgstr ""
55003 #: cp/cvt.cc:1445 rust/backend/rust-tree.cc:565
55004 #, gcc-internal-format
55005 msgid "variable %qE of incomplete type %qT will not be accessed in statement"
55006 msgstr ""
55008 #: cp/cvt.cc:1449 rust/backend/rust-tree.cc:571
55009 #, gcc-internal-format
55010 msgid ""
55011 "variable %qE of incomplete type %qT will not be accessed in for increment "
55012 "expression"
55013 msgstr ""
55015 #: cp/cvt.cc:1505
55016 #, gcc-internal-format
55017 msgid "conversion to void cannot resolve address of overloaded function"
55018 msgstr ""
55020 #: cp/cvt.cc:1509
55021 #, gcc-internal-format
55022 msgid ""
55023 "second operand of conditional expression cannot resolve address of "
55024 "overloaded function"
55025 msgstr ""
55027 #: cp/cvt.cc:1513
55028 #, gcc-internal-format
55029 msgid ""
55030 "third operand of conditional expression cannot resolve address of overloaded "
55031 "function"
55032 msgstr ""
55034 #: cp/cvt.cc:1517
55035 #, gcc-internal-format
55036 msgid ""
55037 "right operand of comma operator cannot resolve address of overloaded function"
55038 msgstr ""
55040 #: cp/cvt.cc:1521
55041 #, gcc-internal-format
55042 msgid ""
55043 "left operand of comma operator cannot resolve address of overloaded function"
55044 msgstr ""
55046 #: cp/cvt.cc:1525
55047 #, gcc-internal-format
55048 msgid "statement cannot resolve address of overloaded function"
55049 msgstr ""
55051 #: cp/cvt.cc:1529
55052 #, gcc-internal-format
55053 msgid "for increment expression cannot resolve address of overloaded function"
55054 msgstr ""
55056 #: cp/cvt.cc:1545
55057 #, gcc-internal-format
55058 msgid ""
55059 "second operand of conditional expression is a reference, not call, to "
55060 "function %qE"
55061 msgstr ""
55063 #: cp/cvt.cc:1550
55064 #, gcc-internal-format
55065 msgid ""
55066 "third operand of conditional expression is a reference, not call, to "
55067 "function %qE"
55068 msgstr ""
55070 #: cp/cvt.cc:1555
55071 #, gcc-internal-format
55072 msgid ""
55073 "right operand of comma operator is a reference, not call, to function %qE"
55074 msgstr ""
55076 #: cp/cvt.cc:1560
55077 #, gcc-internal-format
55078 msgid ""
55079 "left operand of comma operator is a reference, not call, to function %qE"
55080 msgstr ""
55082 #: cp/cvt.cc:1565
55083 #, gcc-internal-format
55084 msgid "statement is a reference, not call, to function %qE"
55085 msgstr ""
55087 #: cp/cvt.cc:1570
55088 #, gcc-internal-format
55089 msgid "for increment expression is a reference, not call, to function %qE"
55090 msgstr ""
55092 #: cp/cvt.cc:1599
55093 #, gcc-internal-format
55094 msgid "second operand of conditional expression has no effect"
55095 msgstr ""
55097 #: cp/cvt.cc:1604
55098 #, gcc-internal-format
55099 msgid "third operand of conditional expression has no effect"
55100 msgstr ""
55102 #: cp/cvt.cc:1609
55103 #, gcc-internal-format
55104 msgid "right operand of comma operator has no effect"
55105 msgstr ""
55107 #: cp/cvt.cc:1613
55108 #, gcc-internal-format
55109 msgid "left operand of comma operator has no effect"
55110 msgstr ""
55112 #: cp/cvt.cc:1617
55113 #, gcc-internal-format
55114 msgid "statement has no effect"
55115 msgstr ""
55117 #: cp/cvt.cc:1621
55118 #, gcc-internal-format
55119 msgid "for increment expression has no effect"
55120 msgstr ""
55122 #: cp/cvt.cc:1774
55123 #, gcc-internal-format
55124 msgid "converting NULL to non-pointer type"
55125 msgstr ""
55127 #: cp/cvt.cc:1892
55128 #, gcc-internal-format
55129 msgid "default type conversion cannot deduce template argument for %qD"
55130 msgstr ""
55132 #: cp/cvt.cc:1907
55133 #, gcc-internal-format
55134 msgid "ambiguous default type conversion from %qT"
55135 msgstr ""
55137 #: cp/cvt.cc:1910
55138 #, gcc-internal-format
55139 msgid "  candidate conversions include %qD and %qD"
55140 msgstr ""
55142 #: cp/cxx-pretty-print.cc:2295
55143 #, gcc-internal-format
55144 msgid "template-parameter-"
55145 msgstr ""
55147 #: cp/cxx-pretty-print.cc:2309
55148 #, gcc-internal-format
55149 msgid "requires"
55150 msgstr ""
55152 #: cp/cxx-pretty-print.cc:2818 cp/error.cc:397
55153 #, gcc-internal-format
55154 msgid "with"
55155 msgstr ""
55157 #: cp/decl.cc:692
55158 #, gcc-internal-format
55159 msgid "unused structured binding declaration"
55160 msgstr ""
55162 #: cp/decl.cc:695
55163 #, gcc-internal-format
55164 msgid "unused variable %qD"
55165 msgstr ""
55167 #: cp/decl.cc:705
55168 #, gcc-internal-format
55169 msgid "structured binding declaration set but not used"
55170 msgstr ""
55172 #: cp/decl.cc:860
55173 #, gcc-internal-format
55174 msgid "%qF declared %<static%> but never defined"
55175 msgstr ""
55177 #: cp/decl.cc:867
55178 #, gcc-internal-format
55179 msgid "odr-used inline variable %qD is not defined"
55180 msgstr ""
55182 #: cp/decl.cc:1280
55183 #, gcc-internal-format
55184 msgid "%qD was declared %<extern%> and later %<static%>"
55185 msgstr ""
55187 #: cp/decl.cc:1320
55188 #, gcc-internal-format
55189 msgid "declaration of %qF has a different exception specifier"
55190 msgstr ""
55192 #: cp/decl.cc:1334
55193 #, gcc-internal-format
55194 msgid "from previous declaration %qF"
55195 msgstr ""
55197 #: cp/decl.cc:1387
55198 #, gcc-internal-format
55199 msgid "redeclaration %qD differs in %qs from previous declaration"
55200 msgstr ""
55202 #: cp/decl.cc:1391 cp/decl.cc:16146
55203 #, gcc-internal-format
55204 msgid "previous declaration %qD"
55205 msgstr ""
55207 #: cp/decl.cc:1420
55208 #, gcc-internal-format
55209 msgid "cannot specialize concept %q#D"
55210 msgstr ""
55212 #: cp/decl.cc:1442
55213 #, gcc-internal-format
55214 msgid "redeclaration of %q#D may not have default arguments"
55215 msgstr ""
55217 #: cp/decl.cc:1471
55218 #, gcc-internal-format
55219 msgid ""
55220 "friend declaration of %q#D specifies default arguments and isn%'t the only "
55221 "declaration"
55222 msgstr ""
55224 #: cp/decl.cc:1474
55225 #, gcc-internal-format
55226 msgid "previous declaration of %q#D"
55227 msgstr ""
55229 #: cp/decl.cc:1523
55230 #, gcc-internal-format
55231 msgid "ambiguating new declaration %q+#D"
55232 msgstr ""
55234 #: cp/decl.cc:1525 cp/decl.cc:1946
55235 #, gcc-internal-format
55236 msgid "old declaration %q#D"
55237 msgstr ""
55239 #: cp/decl.cc:1565
55240 #, gcc-internal-format
55241 msgid "redefinition of default argument for %q+#D"
55242 msgstr ""
55244 #: cp/decl.cc:1567
55245 #, gcc-internal-format
55246 msgid "original definition appeared here"
55247 msgstr ""
55249 #: cp/decl.cc:1633
55250 #, gcc-internal-format
55251 msgid "built-in function %qD declared as non-function"
55252 msgstr ""
55254 #: cp/decl.cc:1646 cp/decl.cc:1772
55255 #, gcc-internal-format
55256 msgid "shadowing built-in function %q#D"
55257 msgstr ""
55259 #: cp/decl.cc:1647 cp/decl.cc:1773
55260 #, gcc-internal-format
55261 msgid "shadowing library function %q#D"
55262 msgstr ""
55264 #: cp/decl.cc:1655
55265 #, gcc-internal-format
55266 msgid "library function %q#D redeclared as non-function %q#D"
55267 msgstr ""
55269 #: cp/decl.cc:1659 cp/decl.cc:1720
55270 #, gcc-internal-format
55271 msgid "declaration of %q#D conflicts with built-in declaration %q#D"
55272 msgstr ""
55274 #: cp/decl.cc:1747
55275 #, gcc-internal-format
55276 msgid "definition of %q#D ambiguates built-in declaration %q#D"
55277 msgstr ""
55279 #: cp/decl.cc:1753 cp/decl.cc:1767
55280 #, gcc-internal-format
55281 msgid "new declaration %q#D ambiguates built-in declaration %q#D"
55282 msgstr ""
55284 #: cp/decl.cc:1757
55285 #, gcc-internal-format
55286 msgid "ignoring the %q#D declaration"
55287 msgstr ""
55289 #: cp/decl.cc:1861
55290 #, gcc-internal-format
55291 msgid "literal operator %q#D conflicts with raw literal operator"
55292 msgstr ""
55294 #: cp/decl.cc:1865
55295 #, gcc-internal-format
55296 msgid "raw literal operator %q#D conflicts with literal operator template"
55297 msgstr ""
55299 #: cp/decl.cc:1881
55300 #, gcc-internal-format
55301 msgid "%q#D redeclared as different kind of entity"
55302 msgstr ""
55304 #: cp/decl.cc:1905
55305 #, gcc-internal-format
55306 msgid "conflicting declaration of template %q#D"
55307 msgstr ""
55309 #: cp/decl.cc:1927
55310 #, gcc-internal-format
55311 msgid "conflicting declaration of C function %q#D"
55312 msgstr ""
55314 #: cp/decl.cc:1944
55315 #, gcc-internal-format
55316 msgid "ambiguating new declaration of %q#D"
55317 msgstr ""
55319 #: cp/decl.cc:1954
55320 #, gcc-internal-format
55321 msgid "conflicting declaration %q#D"
55322 msgstr ""
55324 #: cp/decl.cc:1956
55325 #, gcc-internal-format
55326 msgid "previous declaration as %q#D"
55327 msgstr ""
55329 #: cp/decl.cc:1966
55330 #, gcc-internal-format
55331 msgid "redeclaration of %<pragma omp declare reduction%>"
55332 msgstr ""
55334 #: cp/decl.cc:1968
55335 #, gcc-internal-format
55336 msgid "previous %<pragma omp declare reduction%> declaration"
55337 msgstr ""
55339 #: cp/decl.cc:2026
55340 #, gcc-internal-format
55341 msgid "%q#D previously defined here"
55342 msgstr ""
55344 #: cp/decl.cc:2027 cp/name-lookup.cc:3160 cp/name-lookup.cc:3189
55345 #: cp/name-lookup.cc:3213
55346 #, gcc-internal-format
55347 msgid "%q#D previously declared here"
55348 msgstr ""
55350 #: cp/decl.cc:2038
55351 #, gcc-internal-format
55352 msgid "prototype specified for %q#D"
55353 msgstr ""
55355 #: cp/decl.cc:2040
55356 #, gcc-internal-format
55357 msgid "previous non-prototype definition here"
55358 msgstr ""
55360 #: cp/decl.cc:2080
55361 #, gcc-internal-format
55362 msgid "conflicting declaration of %q#D with %qL linkage"
55363 msgstr ""
55365 #: cp/decl.cc:2083
55366 #, gcc-internal-format
55367 msgid "previous declaration with %qL linkage"
55368 msgstr ""
55370 #: cp/decl.cc:2132 cp/decl.cc:2142
55371 #, gcc-internal-format
55372 msgid "default argument given for parameter %d of %q#D"
55373 msgstr ""
55375 #: cp/decl.cc:2135 cp/decl.cc:2145
55376 #, gcc-internal-format
55377 msgid "previous specification in %q#D here"
55378 msgstr ""
55380 #: cp/decl.cc:2185
55381 #, gcc-internal-format
55382 msgid "declaration %qD conflicts with builtin"
55383 msgstr ""
55385 #: cp/decl.cc:2188
55386 #, gcc-internal-format
55387 msgid "declaration %qD conflicts with import"
55388 msgstr ""
55390 #: cp/decl.cc:2189
55391 #, gcc-internal-format
55392 msgid "import declared %q#D here"
55393 msgstr ""
55395 #: cp/decl.cc:2201
55396 #, gcc-internal-format
55397 msgid "conflicting exporting declaration %qD"
55398 msgstr ""
55400 #: cp/decl.cc:2202
55401 #, gcc-internal-format
55402 msgid "previous declaration %q#D here"
55403 msgstr ""
55405 #: cp/decl.cc:2229
55406 #, gcc-internal-format
55407 msgid "previous definition of %qD here"
55408 msgstr ""
55410 #: cp/decl.cc:2230
55411 #, gcc-internal-format
55412 msgid "previous declaration of %qD here"
55413 msgstr ""
55415 #: cp/decl.cc:2243
55416 #, gcc-internal-format
55417 msgid ""
55418 "function %qD declared %<[[noreturn]]%> but its first declaration was not"
55419 msgstr ""
55421 #: cp/decl.cc:2290
55422 #, gcc-internal-format
55423 msgid "redundant redeclaration of %qD in same scope"
55424 msgstr ""
55426 #: cp/decl.cc:2306
55427 #, gcc-internal-format
55428 msgid "deleted definition of %qD is not first declaration"
55429 msgstr ""
55431 #. From [temp.expl.spec]:
55433 #. If a template, a member template or the member of a class
55434 #. template is explicitly specialized then that
55435 #. specialization shall be declared before the first use of
55436 #. that specialization that would cause an implicit
55437 #. instantiation to take place, in every translation unit in
55438 #. which such a use occurs.
55439 #: cp/decl.cc:2804
55440 #, gcc-internal-format
55441 msgid "explicit specialization of %qD after first use"
55442 msgstr ""
55444 #: cp/decl.cc:2986
55445 #, gcc-internal-format
55446 msgid ""
55447 "%qD: visibility attribute ignored because it conflicts with previous "
55448 "declaration"
55449 msgstr ""
55451 #. Reject two definitions.
55452 #: cp/decl.cc:3250 cp/decl.cc:3279 cp/decl.cc:3321 cp/decl.cc:3338
55453 #: cp/decl.cc:3441
55454 #, gcc-internal-format
55455 msgid "redefinition of %q#D"
55456 msgstr ""
55458 #: cp/decl.cc:3266
55459 #, gcc-internal-format
55460 msgid "%qD conflicts with used function"
55461 msgstr ""
55463 #: cp/decl.cc:3276
55464 #, gcc-internal-format
55465 msgid "%q#D not declared in class"
55466 msgstr ""
55468 #: cp/decl.cc:3290 cp/decl.cc:3348
55469 #, gcc-internal-format
55470 msgid "%q+D redeclared inline with %<gnu_inline%> attribute"
55471 msgstr ""
55473 #: cp/decl.cc:3293 cp/decl.cc:3351
55474 #, gcc-internal-format
55475 msgid "%q+D redeclared inline without %<gnu_inline%> attribute"
55476 msgstr ""
55478 #: cp/decl.cc:3300 cp/decl.cc:3358
55479 #, gcc-internal-format
55480 msgid "deduction guide %q+D redeclared"
55481 msgstr ""
55483 #: cp/decl.cc:3307
55484 #, gcc-internal-format
55485 msgid "comparison operator %q+D defaulted after its first declaration"
55486 msgstr ""
55488 #. is_primary=
55489 #. is_partial=
55490 #. is_friend_decl=
55491 #: cp/decl.cc:3372
55492 #, gcc-internal-format
55493 msgid "redeclaration of friend %q#D may not have default template arguments"
55494 msgstr ""
55496 #: cp/decl.cc:3387
55497 #, gcc-internal-format
55498 msgid "thread-local declaration of %q#D follows non-thread-local declaration"
55499 msgstr ""
55501 #: cp/decl.cc:3390
55502 #, gcc-internal-format
55503 msgid "non-thread-local declaration of %q#D follows thread-local declaration"
55504 msgstr ""
55506 #: cp/decl.cc:3405 cp/decl.cc:3449 cp/name-lookup.cc:2715
55507 #: cp/name-lookup.cc:3187 cp/name-lookup.cc:3211
55508 #, gcc-internal-format
55509 msgid "redeclaration of %q#D"
55510 msgstr ""
55512 #: cp/decl.cc:3432
55513 #, gcc-internal-format
55514 msgid "redundant redeclaration of %<constexpr%> static data member %qD"
55515 msgstr ""
55517 #: cp/decl.cc:3500
55518 #, gcc-internal-format
55519 msgid "local label %qE conflicts with existing label"
55520 msgstr ""
55522 #: cp/decl.cc:3501
55523 #, gcc-internal-format
55524 msgid "previous label"
55525 msgstr ""
55527 #: cp/decl.cc:3591
55528 #, gcc-internal-format
55529 msgid "  from here"
55530 msgstr ""
55532 #: cp/decl.cc:3615 cp/decl.cc:3856
55533 #, gcc-internal-format
55534 msgid "  exits OpenMP structured block"
55535 msgstr ""
55537 #: cp/decl.cc:3643
55538 #, gcc-internal-format
55539 msgid "  crosses initialization of %q#D"
55540 msgstr ""
55542 #: cp/decl.cc:3646
55543 #, gcc-internal-format
55544 msgid "  enters scope of %q#D, which has non-trivial destructor"
55545 msgstr ""
55547 #: cp/decl.cc:3660 cp/decl.cc:3823
55548 #, gcc-internal-format
55549 msgid "  enters %<try%> block"
55550 msgstr ""
55552 #: cp/decl.cc:3666 cp/decl.cc:3805 cp/decl.cc:3825
55553 #, gcc-internal-format
55554 msgid "  enters %<catch%> block"
55555 msgstr ""
55557 #: cp/decl.cc:3672 cp/decl.cc:3839
55558 #, gcc-internal-format
55559 msgid "  enters OpenMP structured block"
55560 msgstr ""
55562 #: cp/decl.cc:3678 cp/decl.cc:3827
55563 #, gcc-internal-format
55564 msgid "  enters synchronized or atomic statement"
55565 msgstr ""
55567 #: cp/decl.cc:3684 cp/decl.cc:3833
55568 #, gcc-internal-format
55569 msgid "  enters statement expression"
55570 msgstr ""
55572 #: cp/decl.cc:3691 cp/decl.cc:3829
55573 #, gcc-internal-format
55574 msgid "  enters %<constexpr if%> statement"
55575 msgstr ""
55577 #: cp/decl.cc:3697 cp/decl.cc:3831
55578 #, gcc-internal-format
55579 msgid "  enters %<consteval if%> statement"
55580 msgstr ""
55582 #: cp/decl.cc:3812
55583 #, gcc-internal-format
55584 msgid "  skips initialization of %q#D"
55585 msgstr ""
55587 #: cp/decl.cc:3815
55588 #, gcc-internal-format
55589 msgid "  enters scope of %q#D which has non-trivial destructor"
55590 msgstr ""
55592 #: cp/decl.cc:4282 cp/parser.cc:7044
55593 #, gcc-internal-format
55594 msgid "%qD used without template arguments"
55595 msgstr ""
55597 #: cp/decl.cc:4288
55598 #, gcc-internal-format
55599 msgid "%qD is a function, not a type"
55600 msgstr ""
55602 #: cp/decl.cc:4299
55603 #, gcc-internal-format
55604 msgid "%q#T is not a class"
55605 msgstr ""
55607 #: cp/decl.cc:4328 cp/decl.cc:4429
55608 #, gcc-internal-format
55609 msgid "no class template named %q#T in %q#T"
55610 msgstr ""
55612 #: cp/decl.cc:4329
55613 #, gcc-internal-format
55614 msgid "no type named %q#T in %q#T"
55615 msgstr ""
55617 #: cp/decl.cc:4342
55618 #, gcc-internal-format
55619 msgid "lookup of %qT in %qT is ambiguous"
55620 msgstr ""
55622 #: cp/decl.cc:4351
55623 #, gcc-internal-format
55624 msgid "%<typename %T::%D%> names %q#T, which is not a class template"
55625 msgstr ""
55627 #: cp/decl.cc:4364
55628 #, gcc-internal-format
55629 msgid "%<typename %T::%D%> names %q#D, which is not a type"
55630 msgstr ""
55632 #: cp/decl.cc:4438
55633 #, gcc-internal-format
55634 msgid "template parameters do not match template %qD"
55635 msgstr ""
55637 #: cp/decl.cc:4795
55638 #, gcc-internal-format
55639 msgid "%<-faligned-new=%d%> is not a power of two"
55640 msgstr ""
55642 #: cp/decl.cc:4969
55643 #, gcc-internal-format
55644 msgid "%<--param destructive-interference-size=%d%> is less than %d"
55645 msgstr ""
55647 #: cp/decl.cc:4973
55648 #, gcc-internal-format
55649 msgid ""
55650 "%<--param destructive-interference-size=%d%> is less than %<--param l1-cache-"
55651 "line-size=%d%>"
55652 msgstr ""
55654 #: cp/decl.cc:4986
55655 #, gcc-internal-format
55656 msgid "%<--param constructive-interference-size=%d%> is less than %d"
55657 msgstr ""
55659 #: cp/decl.cc:4991
55660 #, gcc-internal-format
55661 msgid ""
55662 "%<--param constructive-interference-size=%d%> is greater than %<--param l1-"
55663 "cache-line-size=%d%>"
55664 msgstr ""
55666 #: cp/decl.cc:5317
55667 #, gcc-internal-format
55668 msgid ""
55669 "%q#D invalid; an anonymous union may only have public non-static data members"
55670 msgstr ""
55672 #: cp/decl.cc:5327 cp/parser.cc:23020
55673 #, gcc-internal-format
55674 msgid "this flexibility is deprecated and will be removed"
55675 msgstr ""
55677 #: cp/decl.cc:5356
55678 #, gcc-internal-format
55679 msgid "anonymous struct with base classes"
55680 msgstr ""
55682 #: cp/decl.cc:5368
55683 #, gcc-internal-format
55684 msgid "member %q+#D with constructor not allowed in anonymous aggregate"
55685 msgstr ""
55687 #: cp/decl.cc:5371
55688 #, gcc-internal-format
55689 msgid "member %q+#D with destructor not allowed in anonymous aggregate"
55690 msgstr ""
55692 #: cp/decl.cc:5374
55693 #, gcc-internal-format
55694 msgid ""
55695 "member %q+#D with copy assignment operator not allowed in anonymous aggregate"
55696 msgstr ""
55698 #: cp/decl.cc:5393
55699 #, gcc-internal-format
55700 msgid "attribute ignored in declaration of %q#T"
55701 msgstr ""
55703 #: cp/decl.cc:5396
55704 #, gcc-internal-format
55705 msgid "attribute for %q#T must follow the %qs keyword"
55706 msgstr ""
55708 #: cp/decl.cc:5438
55709 #, gcc-internal-format
55710 msgid "multiple types in one declaration"
55711 msgstr ""
55713 #: cp/decl.cc:5443
55714 #, gcc-internal-format
55715 msgid "redeclaration of C++ built-in type %qT"
55716 msgstr ""
55718 #: cp/decl.cc:5460
55719 #, gcc-internal-format
55720 msgid "%<auto%> can only be specified for variables or function declarations"
55721 msgstr ""
55723 #: cp/decl.cc:5493
55724 #, gcc-internal-format
55725 msgid "missing type-name in typedef-declaration"
55726 msgstr ""
55728 #: cp/decl.cc:5501
55729 #, gcc-internal-format
55730 msgid "ISO C++ prohibits anonymous structs"
55731 msgstr ""
55733 #: cp/decl.cc:5508
55734 #, gcc-internal-format
55735 msgid "%<inline%> can only be specified for functions"
55736 msgstr ""
55738 #: cp/decl.cc:5511
55739 #, gcc-internal-format
55740 msgid "%<virtual%> can only be specified for functions"
55741 msgstr ""
55743 #: cp/decl.cc:5516
55744 #, gcc-internal-format
55745 msgid "%<friend%> can only be specified inside a class"
55746 msgstr ""
55748 #: cp/decl.cc:5519
55749 #, gcc-internal-format
55750 msgid "%<explicit%> can only be specified for constructors"
55751 msgstr ""
55753 #: cp/decl.cc:5522
55754 #, gcc-internal-format
55755 msgid "a storage class can only be specified for objects and functions"
55756 msgstr ""
55758 #: cp/decl.cc:5526
55759 #, gcc-internal-format
55760 msgid "%<const%> can only be specified for objects and functions"
55761 msgstr ""
55763 #: cp/decl.cc:5530
55764 #, gcc-internal-format
55765 msgid "%<volatile%> can only be specified for objects and functions"
55766 msgstr ""
55768 #: cp/decl.cc:5534
55769 #, gcc-internal-format
55770 msgid "%<__restrict%> can only be specified for objects and functions"
55771 msgstr ""
55773 #: cp/decl.cc:5538
55774 #, gcc-internal-format
55775 msgid "%<__thread%> can only be specified for objects and functions"
55776 msgstr ""
55778 #: cp/decl.cc:5542
55779 #, gcc-internal-format
55780 msgid "%<typedef%> was ignored in this declaration"
55781 msgstr ""
55783 #: cp/decl.cc:5545 cp/decl.cc:5548 cp/decl.cc:5551
55784 #, gcc-internal-format
55785 msgid "%qs cannot be used for type declarations"
55786 msgstr ""
55788 #: cp/decl.cc:5573
55789 #, gcc-internal-format
55790 msgid "attribute ignored in explicit instantiation %q#T"
55791 msgstr ""
55793 #: cp/decl.cc:5576
55794 #, gcc-internal-format
55795 msgid "no attribute can be applied to an explicit instantiation"
55796 msgstr ""
55798 #: cp/decl.cc:5655
55799 #, gcc-internal-format
55800 msgid "ignoring attributes applied to class type %qT outside of definition"
55801 msgstr ""
55803 #. A template type parameter or other dependent type.
55804 #: cp/decl.cc:5659
55805 #, gcc-internal-format
55806 msgid ""
55807 "ignoring attributes applied to dependent type %qT without an associated "
55808 "declaration"
55809 msgstr ""
55811 #: cp/decl.cc:5725 cp/decl2.cc:1021
55812 #, gcc-internal-format
55813 msgid "typedef %qD is initialized (use %qs instead)"
55814 msgstr ""
55816 #: cp/decl.cc:5738
55817 #, gcc-internal-format
55818 msgid "declaration of %q#D has %<extern%> and is initialized"
55819 msgstr ""
55821 #: cp/decl.cc:5776
55822 #, gcc-internal-format
55823 msgid "definition of %q#D is marked %<dllimport%>"
55824 msgstr ""
55826 #: cp/decl.cc:5800
55827 #, gcc-internal-format
55828 msgid "%q+#D is not a static data member of %q#T"
55829 msgstr ""
55831 #: cp/decl.cc:5808
55832 #, gcc-internal-format
55833 msgid "non-member-template declaration of %qD"
55834 msgstr ""
55836 #: cp/decl.cc:5809
55837 #, gcc-internal-format
55838 msgid "does not match member template declaration here"
55839 msgstr ""
55841 #: cp/decl.cc:5821
55842 #, gcc-internal-format
55843 msgid "ISO C++ does not permit %<%T::%D%> to be defined as %<%T::%D%>"
55844 msgstr ""
55846 #: cp/decl.cc:5833
55847 #, gcc-internal-format
55848 msgid "duplicate initialization of %qD"
55849 msgstr ""
55851 #: cp/decl.cc:5883 cp/decl.cc:5887
55852 #, gcc-internal-format
55853 msgid "declaration of %q#D outside of class is not definition"
55854 msgstr ""
55856 #: cp/decl.cc:5905
55857 #, gcc-internal-format
55858 msgid "block-scope extern declaration %q#D not permitted in module purview"
55859 msgstr ""
55861 #: cp/decl.cc:5941
55862 #, gcc-internal-format
55863 msgid ""
55864 "%qD defined %<thread_local%> in %qs function only available with %<-std=c+"
55865 "+2b%> or %<-std=gnu++2b%>"
55866 msgstr ""
55868 #: cp/decl.cc:5947
55869 #, gcc-internal-format
55870 msgid ""
55871 "%qD defined %<static%> in %qs function only available with %<-std=c++2b%> or "
55872 "%<-std=gnu++2b%>"
55873 msgstr ""
55875 #: cp/decl.cc:6012
55876 #, gcc-internal-format
55877 msgid "variable %q#D has initializer but incomplete type"
55878 msgstr ""
55880 #: cp/decl.cc:6018 cp/decl.cc:7337
55881 #, gcc-internal-format
55882 msgid "elements of array %q#D have incomplete type"
55883 msgstr ""
55885 #: cp/decl.cc:6028
55886 #, gcc-internal-format
55887 msgid "aggregate %q#D has incomplete type and cannot be defined"
55888 msgstr ""
55890 #: cp/decl.cc:6095
55891 #, gcc-internal-format
55892 msgid "%qD declared as reference but not initialized"
55893 msgstr ""
55895 #: cp/decl.cc:6178
55896 #, gcc-internal-format
55897 msgid "name used in a GNU-style designated initializer for an array"
55898 msgstr ""
55900 #: cp/decl.cc:6184
55901 #, gcc-internal-format
55902 msgid "name %qD used in a GNU-style designated initializer for an array"
55903 msgstr ""
55905 #: cp/decl.cc:6203
55906 #, gcc-internal-format
55907 msgid "non-trivial designated initializers not supported"
55908 msgstr ""
55910 #: cp/decl.cc:6207
55911 #, gcc-internal-format
55912 msgid "C99 designator %qE is not an integral constant-expression"
55913 msgstr ""
55915 #: cp/decl.cc:6268
55916 #, gcc-internal-format
55917 msgid "initializer fails to determine size of %qD"
55918 msgstr ""
55920 #: cp/decl.cc:6275
55921 #, gcc-internal-format
55922 msgid "array size missing in %qD"
55923 msgstr ""
55925 #: cp/decl.cc:6287
55926 #, gcc-internal-format
55927 msgid "zero-size array %qD"
55928 msgstr ""
55930 #: cp/decl.cc:6327
55931 #, gcc-internal-format
55932 msgid "storage size of %qD isn%'t known"
55933 msgstr ""
55935 #: cp/decl.cc:6352
55936 #, gcc-internal-format
55937 msgid "storage size of %qD isn%'t constant"
55938 msgstr ""
55940 #: cp/decl.cc:6435
55941 #, gcc-internal-format
55942 msgid ""
55943 "sorry: semantics of inline variable %q#D are wrong (you%'ll wind up with "
55944 "multiple copies)"
55945 msgstr ""
55947 #: cp/decl.cc:6439
55948 #, gcc-internal-format
55949 msgid ""
55950 "sorry: semantics of inline function static data %q#D are wrong (you%'ll wind "
55951 "up with multiple copies)"
55952 msgstr ""
55954 #: cp/decl.cc:6445
55955 #, gcc-internal-format
55956 msgid "you can work around this by removing the initializer"
55957 msgstr ""
55959 #: cp/decl.cc:6487 rust/backend/rust-tree.cc:3230
55960 #, gcc-internal-format
55961 msgid "uninitialized %<const %D%>"
55962 msgstr ""
55964 #: cp/decl.cc:6494 rust/backend/rust-tree.cc:3237
55965 #, gcc-internal-format
55966 msgid "uninitialized variable %qD in %<constexpr%> function"
55967 msgstr ""
55969 #: cp/decl.cc:6503 rust/backend/rust-tree.cc:3246
55970 #, gcc-internal-format
55971 msgid "uninitialized variable %qD in %<constexpr%> context"
55972 msgstr ""
55974 #: cp/decl.cc:6511
55975 #, gcc-internal-format
55976 msgid "%q#T has no user-provided default constructor"
55977 msgstr ""
55979 #: cp/decl.cc:6515
55980 #, gcc-internal-format
55981 msgid ""
55982 "constructor is not user-provided because it is explicitly defaulted in the "
55983 "class body"
55984 msgstr ""
55986 #: cp/decl.cc:6518
55987 #, gcc-internal-format
55988 msgid "and the implicitly-defined constructor does not initialize %q#D"
55989 msgstr ""
55991 #: cp/decl.cc:6710
55992 #, gcc-internal-format
55993 msgid "invalid type %qT as initializer for a vector of type %qT"
55994 msgstr ""
55996 #: cp/decl.cc:6782
55997 #, gcc-internal-format
55998 msgid "initializer for %qT must be brace-enclosed"
55999 msgstr ""
56001 #: cp/decl.cc:6826
56002 #, gcc-internal-format
56003 msgid "%<[%E] =%> used in a GNU-style designated initializer for class %qT"
56004 msgstr ""
56006 #: cp/decl.cc:6839
56007 #, gcc-internal-format
56008 msgid "%qT has no non-static data member named %qD"
56009 msgstr ""
56011 #: cp/decl.cc:6863
56012 #, gcc-internal-format
56013 msgid "%qD is not a direct member of %qT"
56014 msgstr ""
56016 #: cp/decl.cc:6918
56017 #, gcc-internal-format
56018 msgid "invalid initializer for %q#D"
56019 msgstr ""
56021 #: cp/decl.cc:6968
56022 #, gcc-internal-format
56023 msgid "C99 designator %qE outside aggregate initializer"
56024 msgstr ""
56026 #: cp/decl.cc:7007 cp/decl.cc:7295 cp/typeck2.cc:1597 cp/typeck2.cc:1927
56027 #: cp/typeck2.cc:1975 cp/typeck2.cc:2022
56028 #, gcc-internal-format
56029 msgid "too many initializers for %qT"
56030 msgstr ""
56032 #: cp/decl.cc:7049
56033 #, gcc-internal-format
56034 msgid "braces around scalar initializer for type %qT"
56035 msgstr ""
56037 #: cp/decl.cc:7059
56038 #, gcc-internal-format
56039 msgid "too many braces around scalar initializer for type %qT"
56040 msgstr ""
56042 #: cp/decl.cc:7192
56043 #, gcc-internal-format
56044 msgid "missing braces around initializer for %qT"
56045 msgstr ""
56047 #: cp/decl.cc:7325
56048 #, gcc-internal-format
56049 msgid "structured binding has incomplete type %qT"
56050 msgstr ""
56052 #: cp/decl.cc:7339
56053 #, gcc-internal-format
56054 msgid "elements of array %q#T have incomplete type"
56055 msgstr ""
56057 #: cp/decl.cc:7352
56058 #, gcc-internal-format
56059 msgid "variable-sized compound literal"
56060 msgstr ""
56062 #: cp/decl.cc:7408
56063 #, gcc-internal-format
56064 msgid "%q#D has incomplete type"
56065 msgstr ""
56067 #: cp/decl.cc:7429
56068 #, gcc-internal-format
56069 msgid "scalar object %qD requires one element in initializer"
56070 msgstr ""
56072 #: cp/decl.cc:7474
56073 #, gcc-internal-format
56074 msgid "in C++98 %qD must be initialized by constructor, not by %<{...}%>"
56075 msgstr ""
56077 #: cp/decl.cc:7617
56078 #, gcc-internal-format
56079 msgid "array %qD initialized by parenthesized string literal %qE"
56080 msgstr ""
56082 #: cp/decl.cc:7656
56083 #, gcc-internal-format
56084 msgid "initializer invalid for static member with constructor"
56085 msgstr ""
56087 #: cp/decl.cc:7658
56088 #, gcc-internal-format
56089 msgid "non-constant in-class initialization invalid for static member %qD"
56090 msgstr ""
56092 #: cp/decl.cc:7661
56093 #, gcc-internal-format
56094 msgid ""
56095 "non-constant in-class initialization invalid for non-inline static member %qD"
56096 msgstr ""
56098 #: cp/decl.cc:7666
56099 #, gcc-internal-format
56100 msgid "(an out of class initialization is required)"
56101 msgstr ""
56103 #: cp/decl.cc:7868
56104 #, gcc-internal-format
56105 msgid "reference %qD is initialized with itself"
56106 msgstr ""
56108 #: cp/decl.cc:8125
56109 #, gcc-internal-format
56110 msgid "could not find variant declaration"
56111 msgstr ""
56113 #: cp/decl.cc:8149
56114 #, gcc-internal-format
56115 msgid "%<declare variant%> on constructor %qD"
56116 msgstr ""
56118 #: cp/decl.cc:8154
56119 #, gcc-internal-format
56120 msgid "%<declare variant%> on destructor %qD"
56121 msgstr ""
56123 #: cp/decl.cc:8159
56124 #, gcc-internal-format
56125 msgid "%<declare variant%> on defaulted %qD"
56126 msgstr ""
56128 #: cp/decl.cc:8164
56129 #, gcc-internal-format
56130 msgid "%<declare variant%> on deleted %qD"
56131 msgstr ""
56133 #: cp/decl.cc:8169
56134 #, gcc-internal-format
56135 msgid "%<declare variant%> on virtual %qD"
56136 msgstr ""
56138 #: cp/decl.cc:8219
56139 #, gcc-internal-format
56140 msgid "assignment (not initialization) in declaration"
56141 msgstr ""
56143 #: cp/decl.cc:8240 cp/decl.cc:14789
56144 #, gcc-internal-format
56145 msgid "ISO C++17 does not allow %<register%> storage class specifier"
56146 msgstr ""
56148 #: cp/decl.cc:8244 cp/decl.cc:14793
56149 #, gcc-internal-format
56150 msgid "%<register%> storage class specifier used"
56151 msgstr ""
56153 #: cp/decl.cc:8289 cp/decl.cc:14756
56154 #, gcc-internal-format
56155 msgid "declaration of %q#D has no initializer"
56156 msgstr ""
56158 #: cp/decl.cc:8325
56159 #, gcc-internal-format
56160 msgid ""
56161 "initializer for %<decltype(auto) %D%> has function type; did you forget the "
56162 "%<()%>?"
56163 msgstr ""
56165 #: cp/decl.cc:8336
56166 #, gcc-internal-format
56167 msgid "deduced type %qT for %qD is incomplete"
56168 msgstr ""
56170 #: cp/decl.cc:8466
56171 #, gcc-internal-format
56172 msgid "variable concept has no initializer"
56173 msgstr ""
56175 #: cp/decl.cc:8525
56176 #, gcc-internal-format
56177 msgid "shadowing previous type declaration of %q#D"
56178 msgstr ""
56180 #: cp/decl.cc:8568
56181 #, gcc-internal-format
56182 msgid ""
56183 "%<constinit%> can only be applied to a variable with static or thread "
56184 "storage duration"
56185 msgstr ""
56187 #: cp/decl.cc:8760
56188 #, gcc-internal-format
56189 msgid "function %q#D is initialized like a variable"
56190 msgstr ""
56192 #: cp/decl.cc:8871
56193 #, gcc-internal-format
56194 msgid ""
56195 "cannot decompose class type %qT because it has an anonymous struct member"
56196 msgstr ""
56198 #: cp/decl.cc:8874
56199 #, gcc-internal-format
56200 msgid ""
56201 "cannot decompose class type %qT because it has an anonymous union member"
56202 msgstr ""
56204 #: cp/decl.cc:8881
56205 #, gcc-internal-format
56206 msgid "cannot decompose inaccessible member %qD of %qT"
56207 msgstr ""
56209 #: cp/decl.cc:8907
56210 #, gcc-internal-format
56211 msgid ""
56212 "cannot decompose class type %qT: both it and its base class %qT have non-"
56213 "static data members"
56214 msgstr ""
56216 #: cp/decl.cc:8916
56217 #, gcc-internal-format
56218 msgid ""
56219 "cannot decompose class type %qT: its base classes %qT and %qT have non-"
56220 "static data members"
56221 msgstr ""
56223 #: cp/decl.cc:9126
56224 #, gcc-internal-format
56225 msgid "structured binding refers to incomplete type %qT"
56226 msgstr ""
56228 #: cp/decl.cc:9142
56229 #, gcc-internal-format
56230 msgid "cannot decompose variable length array %qT"
56231 msgstr ""
56233 #: cp/decl.cc:9151 cp/decl.cc:9230
56234 #, gcc-internal-format, gfc-internal-format
56235 msgid "%u name provided for structured binding"
56236 msgid_plural "%u names provided for structured binding"
56237 msgstr[0] ""
56238 msgstr[1] ""
56240 #: cp/decl.cc:9155
56241 #, gcc-internal-format, gfc-internal-format
56242 msgid "only %u name provided for structured binding"
56243 msgid_plural "only %u names provided for structured binding"
56244 msgstr[0] ""
56245 msgstr[1] ""
56247 #: cp/decl.cc:9158
56248 #, gcc-internal-format
56249 msgid "while %qT decomposes into %wu element"
56250 msgid_plural "while %qT decomposes into %wu elements"
56251 msgstr[0] ""
56252 msgstr[1] ""
56254 #: cp/decl.cc:9199
56255 #, gcc-internal-format
56256 msgid "cannot decompose variable length vector %qT"
56257 msgstr ""
56259 #: cp/decl.cc:9223
56260 #, gcc-internal-format
56261 msgid "%<std::tuple_size<%T>::value%> is not an integral constant expression"
56262 msgstr ""
56264 #: cp/decl.cc:9232
56265 #, gcc-internal-format
56266 msgid "while %qT decomposes into %E elements"
56267 msgstr ""
56269 #: cp/decl.cc:9253
56270 #, gcc-internal-format
56271 msgid "%<std::tuple_element<%u, %T>::type%> is %<void%>"
56272 msgstr ""
56274 #: cp/decl.cc:9259
56275 #, gcc-internal-format
56276 msgid "in initialization of structured binding variable %qD"
56277 msgstr ""
56279 #: cp/decl.cc:9288
56280 #, gcc-internal-format
56281 msgid "cannot decompose union type %qT"
56282 msgstr ""
56284 #: cp/decl.cc:9293
56285 #, gcc-internal-format
56286 msgid "cannot decompose non-array non-class type %qT"
56287 msgstr ""
56289 #: cp/decl.cc:9298
56290 #, gcc-internal-format
56291 msgid "cannot decompose lambda closure type %qT"
56292 msgstr ""
56294 #: cp/decl.cc:9304
56295 #, gcc-internal-format
56296 msgid "structured binding refers to incomplete class type %qT"
56297 msgstr ""
56299 #: cp/decl.cc:9313
56300 #, gcc-internal-format
56301 msgid "cannot decompose class type %qT without non-static data members"
56302 msgstr ""
56304 #: cp/decl.cc:9780
56305 #, gcc-internal-format
56306 msgid ""
56307 "non-local variable %qD declared %<__thread%> needs dynamic initialization"
56308 msgstr ""
56310 #: cp/decl.cc:9783
56311 #, gcc-internal-format
56312 msgid ""
56313 "non-local variable %qD declared %<__thread%> has a non-trivial destructor"
56314 msgstr ""
56316 #: cp/decl.cc:9788
56317 #, gcc-internal-format
56318 msgid "C++11 %<thread_local%> allows dynamic initialization and destruction"
56319 msgstr ""
56321 #: cp/decl.cc:10007
56322 #, gcc-internal-format
56323 msgid "initializer fails to determine size of %qT"
56324 msgstr ""
56326 #: cp/decl.cc:10011
56327 #, gcc-internal-format
56328 msgid "array size missing in %qT"
56329 msgstr ""
56331 #: cp/decl.cc:10014
56332 #, gcc-internal-format
56333 msgid "zero-size array %qT"
56334 msgstr ""
56336 #: cp/decl.cc:10030
56337 #, gcc-internal-format
56338 msgid "destructor for alien class %qT cannot be a member"
56339 msgstr ""
56341 #: cp/decl.cc:10032
56342 #, gcc-internal-format
56343 msgid "constructor for alien class %qT cannot be a member"
56344 msgstr ""
56346 #: cp/decl.cc:10058
56347 #, gcc-internal-format
56348 msgid "%qD declared as a %<virtual%> variable"
56349 msgstr ""
56351 #: cp/decl.cc:10060
56352 #, gcc-internal-format
56353 msgid ""
56354 "%<const%> and %<volatile%> function specifiers on %qD invalid in variable "
56355 "declaration"
56356 msgstr ""
56358 #: cp/decl.cc:10066
56359 #, gcc-internal-format
56360 msgid "%qD declared as a %<virtual%> parameter"
56361 msgstr ""
56363 #: cp/decl.cc:10069
56364 #, gcc-internal-format
56365 msgid "%qD declared as an %<inline%> parameter"
56366 msgstr ""
56368 #: cp/decl.cc:10071
56369 #, gcc-internal-format
56370 msgid ""
56371 "%<const%> and %<volatile%> function specifiers on %qD invalid in parameter "
56372 "declaration"
56373 msgstr ""
56375 #: cp/decl.cc:10077
56376 #, gcc-internal-format
56377 msgid "%qD declared as a %<virtual%> type"
56378 msgstr ""
56380 #: cp/decl.cc:10080
56381 #, gcc-internal-format
56382 msgid "%qD declared as an %<inline%> type"
56383 msgstr ""
56385 #: cp/decl.cc:10082
56386 #, gcc-internal-format
56387 msgid ""
56388 "%<const%> and %<volatile%> function specifiers on %qD invalid in type "
56389 "declaration"
56390 msgstr ""
56392 #: cp/decl.cc:10088
56393 #, gcc-internal-format
56394 msgid "%qD declared as a %<virtual%> field"
56395 msgstr ""
56397 #: cp/decl.cc:10091
56398 #, gcc-internal-format
56399 msgid "%qD declared as an %<inline%> field"
56400 msgstr ""
56402 #: cp/decl.cc:10093
56403 #, gcc-internal-format
56404 msgid ""
56405 "%<const%> and %<volatile%> function specifiers on %qD invalid in field "
56406 "declaration"
56407 msgstr ""
56409 #: cp/decl.cc:10100
56410 #, gcc-internal-format
56411 msgid "%q+D declared as a friend"
56412 msgstr ""
56414 #: cp/decl.cc:10107
56415 #, gcc-internal-format
56416 msgid "%q+D declared with an exception specification"
56417 msgstr ""
56419 #: cp/decl.cc:10139
56420 #, gcc-internal-format
56421 msgid "definition of %qD is not in namespace enclosing %qT"
56422 msgstr ""
56424 #: cp/decl.cc:10179
56425 #, gcc-internal-format
56426 msgid "static member function %q#D declared with type qualifiers"
56427 msgstr ""
56429 #: cp/decl.cc:10190
56430 #, gcc-internal-format
56431 msgid "concept %q#D declared with function parameters"
56432 msgstr ""
56434 #: cp/decl.cc:10197
56435 #, gcc-internal-format
56436 msgid "concept %q#D declared with a deduced return type"
56437 msgstr ""
56439 #: cp/decl.cc:10200
56440 #, gcc-internal-format
56441 msgid "concept %q#D with non-%<bool%> return type %qT"
56442 msgstr ""
56444 #: cp/decl.cc:10276
56445 #, gcc-internal-format
56446 msgid "concept %qD has no definition"
56447 msgstr ""
56449 #: cp/decl.cc:10305
56450 #, gcc-internal-format
56451 msgid "a function concept cannot be constrained"
56452 msgstr ""
56454 #: cp/decl.cc:10315
56455 #, gcc-internal-format
56456 msgid "constraints on a non-templated function"
56457 msgstr ""
56459 #: cp/decl.cc:10360
56460 #, gcc-internal-format
56461 msgid "defining explicit specialization %qD in friend declaration"
56462 msgstr ""
56464 #: cp/decl.cc:10371
56465 #, gcc-internal-format
56466 msgid "invalid use of template-id %qD in declaration of primary template"
56467 msgstr ""
56469 #: cp/decl.cc:10389
56470 #, gcc-internal-format
56471 msgid ""
56472 "default arguments are not allowed in declaration of friend template "
56473 "specialization %qD"
56474 msgstr ""
56476 #: cp/decl.cc:10398
56477 #, gcc-internal-format
56478 msgid ""
56479 "%<inline%> is not allowed in declaration of friend template specialization "
56480 "%qD"
56481 msgstr ""
56483 #: cp/decl.cc:10415
56484 #, gcc-internal-format
56485 msgid ""
56486 "friend declaration of %qD specifies default arguments and isn%'t a definition"
56487 msgstr ""
56489 #: cp/decl.cc:10460
56490 #, gcc-internal-format
56491 msgid "cannot declare %<::main%> to be a template"
56492 msgstr ""
56494 #: cp/decl.cc:10463
56495 #, gcc-internal-format
56496 msgid "cannot declare %<::main%> to be inline"
56497 msgstr ""
56499 #: cp/decl.cc:10466 cp/decl.cc:10469
56500 #, gcc-internal-format
56501 msgid "cannot declare %<::main%> to be %qs"
56502 msgstr ""
56504 #: cp/decl.cc:10471
56505 #, gcc-internal-format
56506 msgid "cannot declare %<::main%> to be static"
56507 msgstr ""
56509 #: cp/decl.cc:10533
56510 #, gcc-internal-format
56511 msgid "static member function %qD cannot have cv-qualifier"
56512 msgstr ""
56514 #: cp/decl.cc:10534
56515 #, gcc-internal-format
56516 msgid "non-member function %qD cannot have cv-qualifier"
56517 msgstr ""
56519 #: cp/decl.cc:10542
56520 #, gcc-internal-format
56521 msgid "static member function %qD cannot have ref-qualifier"
56522 msgstr ""
56524 #: cp/decl.cc:10543
56525 #, gcc-internal-format
56526 msgid "non-member function %qD cannot have ref-qualifier"
56527 msgstr ""
56529 #: cp/decl.cc:10555
56530 #, gcc-internal-format
56531 msgid "deduction guide %qD must be declared in the same scope as %qT"
56532 msgstr ""
56534 #: cp/decl.cc:10563
56535 #, gcc-internal-format
56536 msgid "deduction guide %qD must have the same access as %qT"
56537 msgstr ""
56539 #: cp/decl.cc:10569
56540 #, gcc-internal-format
56541 msgid "deduction guide %qD must not have a function body"
56542 msgstr ""
56544 #: cp/decl.cc:10582
56545 #, gcc-internal-format
56546 msgid "literal operator with C linkage"
56547 msgstr ""
56549 #: cp/decl.cc:10592
56550 #, gcc-internal-format
56551 msgid "%qD has invalid argument list"
56552 msgstr ""
56554 #: cp/decl.cc:10600
56555 #, gcc-internal-format
56556 msgid "integer suffix %qs shadowed by implementation"
56557 msgstr ""
56559 #: cp/decl.cc:10606
56560 #, gcc-internal-format
56561 msgid "floating-point suffix %qs shadowed by implementation"
56562 msgstr ""
56564 #: cp/decl.cc:10613
56565 #, gcc-internal-format
56566 msgid ""
56567 "literal operator suffixes not preceded by %<_%> are reserved for future "
56568 "standardization"
56569 msgstr ""
56571 #: cp/decl.cc:10618
56572 #, gcc-internal-format
56573 msgid "%qD must be a non-member function"
56574 msgstr ""
56576 #: cp/decl.cc:10704
56577 #, gcc-internal-format
56578 msgid "%<::main%> must return %<int%>"
56579 msgstr ""
56581 #: cp/decl.cc:10744
56582 #, gcc-internal-format
56583 msgid "definition of implicitly-declared %qD"
56584 msgstr ""
56586 #: cp/decl.cc:10749
56587 #, gcc-internal-format
56588 msgid "definition of explicitly-defaulted %q+D"
56589 msgstr ""
56591 #: cp/decl.cc:10751
56592 #, gcc-internal-format
56593 msgid "%q#D explicitly defaulted here"
56594 msgstr ""
56596 #: cp/decl.cc:10768
56597 #, gcc-internal-format
56598 msgid "no %q#D member function declared in class %qT"
56599 msgstr ""
56601 #: cp/decl.cc:10961
56602 #, gcc-internal-format
56603 msgid "cannot declare %<::main%> to be a global variable"
56604 msgstr ""
56606 #: cp/decl.cc:10970
56607 #, gcc-internal-format
56608 msgid "a non-template variable cannot be %<concept%>"
56609 msgstr ""
56611 #: cp/decl.cc:10976
56612 #, gcc-internal-format
56613 msgid "concept must be defined at namespace scope"
56614 msgstr ""
56616 #: cp/decl.cc:10983
56617 #, gcc-internal-format
56618 msgid "concept must have type %<bool%>"
56619 msgstr ""
56621 #: cp/decl.cc:10986
56622 #, gcc-internal-format
56623 msgid "a variable concept cannot be constrained"
56624 msgstr ""
56626 #: cp/decl.cc:11108
56627 #, gcc-internal-format
56628 msgid "in-class initialization of static data member %q#D of incomplete type"
56629 msgstr ""
56631 #: cp/decl.cc:11112
56632 #, gcc-internal-format
56633 msgid ""
56634 "%<constexpr%> needed for in-class initialization of static data member %q#D "
56635 "of non-integral type"
56636 msgstr ""
56638 #: cp/decl.cc:11116
56639 #, gcc-internal-format
56640 msgid "in-class initialization of static data member %q#D of non-literal type"
56641 msgstr ""
56643 #: cp/decl.cc:11127
56644 #, gcc-internal-format
56645 msgid ""
56646 "invalid in-class initialization of static data member of non-integral type "
56647 "%qT"
56648 msgstr ""
56650 #: cp/decl.cc:11132
56651 #, gcc-internal-format
56652 msgid "ISO C++ forbids in-class initialization of non-const static member %qD"
56653 msgstr ""
56655 #: cp/decl.cc:11137
56656 #, gcc-internal-format
56657 msgid ""
56658 "ISO C++ forbids initialization of member constant %qD of non-integral type "
56659 "%qT"
56660 msgstr ""
56662 #: cp/decl.cc:11248
56663 #, gcc-internal-format
56664 msgid "size of array %qD has non-integral type %qT"
56665 msgstr ""
56667 #: cp/decl.cc:11251
56668 #, gcc-internal-format
56669 msgid "size of array has non-integral type %qT"
56670 msgstr ""
56672 #: cp/decl.cc:11282 cp/decl.cc:11354
56673 #, gcc-internal-format
56674 msgid "size of array %qD is not an integral constant-expression"
56675 msgstr ""
56677 #: cp/decl.cc:11286 cp/decl.cc:11357
56678 #, gcc-internal-format
56679 msgid "size of array is not an integral constant-expression"
56680 msgstr ""
56682 #: cp/decl.cc:11337
56683 #, gcc-internal-format
56684 msgid "ISO C++ forbids zero-size array %qD"
56685 msgstr ""
56687 #: cp/decl.cc:11340
56688 #, gcc-internal-format
56689 msgid "ISO C++ forbids zero-size array"
56690 msgstr ""
56692 #: cp/decl.cc:11364
56693 #, gcc-internal-format
56694 msgid "ISO C++ forbids variable length array %qD"
56695 msgstr ""
56697 #: cp/decl.cc:11367
56698 #, gcc-internal-format
56699 msgid "ISO C++ forbids variable length array"
56700 msgstr ""
56702 #: cp/decl.cc:11373
56703 #, gcc-internal-format
56704 msgid "variable length array %qD is used"
56705 msgstr ""
56707 #: cp/decl.cc:11376
56708 #, gcc-internal-format
56709 msgid "variable length array is used"
56710 msgstr ""
56712 #: cp/decl.cc:11428
56713 #, gcc-internal-format
56714 msgid "overflow in array dimension"
56715 msgstr ""
56717 #: cp/decl.cc:11488
56718 #, gcc-internal-format
56719 msgid "%qD declared as array of template placeholder type %qT"
56720 msgstr ""
56722 #: cp/decl.cc:11491
56723 #, gcc-internal-format
56724 msgid "creating array of template placeholder type %qT"
56725 msgstr ""
56727 #: cp/decl.cc:11501
56728 #, gcc-internal-format
56729 msgid "declaration of %qD as array of void"
56730 msgstr ""
56732 #: cp/decl.cc:11503
56733 #, gcc-internal-format
56734 msgid "creating array of void"
56735 msgstr ""
56737 #: cp/decl.cc:11508
56738 #, gcc-internal-format
56739 msgid "declaration of %qD as array of functions"
56740 msgstr ""
56742 #: cp/decl.cc:11510
56743 #, gcc-internal-format
56744 msgid "creating array of functions"
56745 msgstr ""
56747 #: cp/decl.cc:11515
56748 #, gcc-internal-format
56749 msgid "declaration of %qD as array of references"
56750 msgstr ""
56752 #: cp/decl.cc:11517
56753 #, gcc-internal-format
56754 msgid "creating array of references"
56755 msgstr ""
56757 #: cp/decl.cc:11522
56758 #, gcc-internal-format
56759 msgid "declaration of %qD as array of function members"
56760 msgstr ""
56762 #: cp/decl.cc:11525
56763 #, gcc-internal-format
56764 msgid "creating array of function members"
56765 msgstr ""
56767 #: cp/decl.cc:11543
56768 #, gcc-internal-format
56769 msgid ""
56770 "declaration of %qD as multidimensional array must have bounds for all "
56771 "dimensions except the first"
56772 msgstr ""
56774 #: cp/decl.cc:11547
56775 #, gcc-internal-format
56776 msgid ""
56777 "multidimensional array must have bounds for all dimensions except the first"
56778 msgstr ""
56780 #: cp/decl.cc:11561
56781 #, gcc-internal-format
56782 msgid "variable-length array of %<auto%>"
56783 msgstr ""
56785 #: cp/decl.cc:11637
56786 #, gcc-internal-format
56787 msgid "return type specification for constructor invalid"
56788 msgstr ""
56790 #: cp/decl.cc:11640
56791 #, gcc-internal-format
56792 msgid "qualifiers are not allowed on constructor declaration"
56793 msgstr ""
56795 #: cp/decl.cc:11651
56796 #, gcc-internal-format
56797 msgid "return type specification for destructor invalid"
56798 msgstr ""
56800 #: cp/decl.cc:11654
56801 #, gcc-internal-format
56802 msgid "qualifiers are not allowed on destructor declaration"
56803 msgstr ""
56805 #: cp/decl.cc:11667
56806 #, gcc-internal-format
56807 msgid "return type specified for %<operator %T%>"
56808 msgstr ""
56810 #: cp/decl.cc:11670
56811 #, gcc-internal-format
56812 msgid "qualifiers are not allowed on declaration of %<operator %T%>"
56813 msgstr ""
56815 #: cp/decl.cc:11679
56816 #, gcc-internal-format
56817 msgid "return type specified for deduction guide"
56818 msgstr ""
56820 #: cp/decl.cc:11682
56821 #, gcc-internal-format
56822 msgid "qualifiers are not allowed on declaration of deduction guide"
56823 msgstr ""
56825 #: cp/decl.cc:11686
56826 #, gcc-internal-format
56827 msgid "template template parameter %qT in declaration of deduction guide"
56828 msgstr ""
56830 #: cp/decl.cc:11695
56831 #, gcc-internal-format
56832 msgid "%<decl-specifier%> in declaration of deduction guide"
56833 msgstr ""
56835 #: cp/decl.cc:11716
56836 #, gcc-internal-format
56837 msgid "unnamed variable or field declared void"
56838 msgstr ""
56840 #: cp/decl.cc:11724
56841 #, gcc-internal-format
56842 msgid "variable or field declared void"
56843 msgstr ""
56845 #: cp/decl.cc:11739
56846 #, gcc-internal-format
56847 msgid "%<inline%> specifier invalid for variable %qD declared at block scope"
56848 msgstr ""
56850 #: cp/decl.cc:11744
56851 #, gcc-internal-format
56852 msgid ""
56853 "inline variables are only available with %<-std=c++17%> or %<-std=gnu++17%>"
56854 msgstr ""
56856 #: cp/decl.cc:11800
56857 #, gcc-internal-format
56858 msgid "%qT as type rather than plain %<decltype(auto)%>"
56859 msgstr ""
56861 #: cp/decl.cc:11806
56862 #, gcc-internal-format
56863 msgid "%<decltype(auto)%> cannot be cv-qualified"
56864 msgstr ""
56866 #: cp/decl.cc:12022
56867 #, gcc-internal-format
56868 msgid "invalid use of qualified-name %<::%D%>"
56869 msgstr ""
56871 #: cp/decl.cc:12025 cp/decl.cc:12047
56872 #, gcc-internal-format
56873 msgid "invalid use of qualified-name %<%T::%D%>"
56874 msgstr ""
56876 #: cp/decl.cc:12028
56877 #, gcc-internal-format
56878 msgid "invalid use of qualified-name %<%D::%D%>"
56879 msgstr ""
56881 #: cp/decl.cc:12038
56882 #, gcc-internal-format
56883 msgid "%q#T is not a class or namespace"
56884 msgstr ""
56886 #: cp/decl.cc:12062
56887 #, gcc-internal-format
56888 msgid "declaration of %qE as non-function"
56889 msgstr ""
56891 #: cp/decl.cc:12069
56892 #, gcc-internal-format
56893 msgid "declaration of %qE as non-member"
56894 msgstr ""
56896 #: cp/decl.cc:12097
56897 #, gcc-internal-format
56898 msgid "declarator-id missing; using reserved word %qD"
56899 msgstr ""
56901 #: cp/decl.cc:12148
56902 #, gcc-internal-format
56903 msgid "function definition does not declare parameters"
56904 msgstr ""
56906 #: cp/decl.cc:12156 cp/decl.cc:12165 cp/decl.cc:14023
56907 #, gcc-internal-format
56908 msgid "declaration of %qD as non-function"
56909 msgstr ""
56911 #: cp/decl.cc:12173
56912 #, gcc-internal-format
56913 msgid "declaration of %qD as %<typedef%>"
56914 msgstr ""
56916 #: cp/decl.cc:12178
56917 #, gcc-internal-format
56918 msgid "declaration of %qD as parameter"
56919 msgstr ""
56921 #: cp/decl.cc:12213
56922 #, gcc-internal-format
56923 msgid "both %qs and %qs specified"
56924 msgstr ""
56926 #: cp/decl.cc:12220 cp/decl.cc:12227 cp/decl.cc:12234 cp/decl.cc:12241
56927 #, gcc-internal-format
56928 msgid "%qs cannot appear in a typedef declaration"
56929 msgstr ""
56931 #: cp/decl.cc:12252
56932 #, gcc-internal-format
56933 msgid "can use at most one of the %<constinit%> and %<constexpr%> specifiers"
56934 msgstr ""
56936 #: cp/decl.cc:12262
56937 #, gcc-internal-format
56938 msgid "two or more data types in declaration of %qs"
56939 msgstr ""
56941 #: cp/decl.cc:12316
56942 #, gcc-internal-format
56943 msgid "ISO C++ does not support plain %<complex%> meaning %<double complex%>"
56944 msgstr ""
56946 #: cp/decl.cc:12365 cp/decl.cc:12369 cp/decl.cc:12372
56947 #, gcc-internal-format
56948 msgid "ISO C++ forbids declaration of %qs with no type"
56949 msgstr ""
56951 #: cp/decl.cc:12389
56952 #, gcc-internal-format
56953 msgid "%<__int%d%> is not supported by this target"
56954 msgstr ""
56956 #: cp/decl.cc:12397
56957 #, gcc-internal-format
56958 msgid "ISO C++ does not support %<__int%d%> for %qs"
56959 msgstr ""
56961 #: cp/decl.cc:12451
56962 #, gcc-internal-format
56963 msgid "%<signed%> and %<unsigned%> specified together"
56964 msgstr ""
56966 #: cp/decl.cc:12457
56967 #, gcc-internal-format
56968 msgid "%<long%> and %<short%> specified together"
56969 msgstr ""
56971 #: cp/decl.cc:12465
56972 #, gcc-internal-format
56973 msgid "%qs specified with %qT"
56974 msgstr ""
56976 #: cp/decl.cc:12471
56977 #, gcc-internal-format
56978 msgid "%qs specified with %qD"
56979 msgstr ""
56981 #: cp/decl.cc:12483
56982 #, gcc-internal-format
56983 msgid "%qs specified with %<decltype%>"
56984 msgstr ""
56986 #: cp/decl.cc:12485
56987 #, gcc-internal-format
56988 msgid "%qs specified with %<typeof%>"
56989 msgstr ""
56991 #: cp/decl.cc:12552
56992 #, gcc-internal-format
56993 msgid "complex invalid for %qs"
56994 msgstr ""
56996 #: cp/decl.cc:12596
56997 #, gcc-internal-format
56998 msgid ""
56999 "missing template argument list after %qE; for deduction, template "
57000 "placeholder must be followed by a simple declarator-id"
57001 msgstr ""
57003 #: cp/decl.cc:12622
57004 #, gcc-internal-format
57005 msgid "member %qD cannot be declared both %<virtual%> and %<static%>"
57006 msgstr ""
57008 #: cp/decl.cc:12631
57009 #, gcc-internal-format
57010 msgid ""
57011 "member %qD can be declared both %<virtual%> and %<constexpr%> only in %<-"
57012 "std=c++20%> or %<-std=gnu++20%>"
57013 msgstr ""
57015 #: cp/decl.cc:12644
57016 #, gcc-internal-format
57017 msgid "typedef declaration invalid in parameter declaration"
57018 msgstr ""
57020 #: cp/decl.cc:12651
57021 #, gcc-internal-format
57022 msgid "storage class specified for template parameter %qs"
57023 msgstr ""
57025 #: cp/decl.cc:12661 cp/decl.cc:12838
57026 #, gcc-internal-format
57027 msgid "storage class specified for parameter %qs"
57028 msgstr ""
57030 #: cp/decl.cc:12669 cp/decl.cc:12678 cp/decl.cc:12684 cp/decl.cc:12690
57031 #, gcc-internal-format
57032 msgid "a parameter cannot be declared %qs"
57033 msgstr ""
57035 #: cp/decl.cc:12700
57036 #, gcc-internal-format
57037 msgid "%<virtual%> outside class declaration"
57038 msgstr ""
57040 #: cp/decl.cc:12710 cp/decl.cc:12713 cp/decl.cc:12715 cp/decl.cc:12718
57041 #: cp/decl.cc:12728 cp/decl.cc:12738 cp/decl.cc:12748 cp/decl.cc:12752
57042 #, gcc-internal-format
57043 msgid "structured binding declaration cannot be %qs"
57044 msgstr ""
57046 #: cp/decl.cc:12722 cp/decl.cc:12744
57047 #, gcc-internal-format
57048 msgid ""
57049 "structured binding declaration can be %qs only in %<-std=c++20%> or %<-"
57050 "std=gnu++20%>"
57051 msgstr ""
57053 #: cp/decl.cc:12732
57054 #, gcc-internal-format
57055 msgid "%<volatile%>-qualified structured binding is deprecated"
57056 msgstr ""
57058 #: cp/decl.cc:12756
57059 #, gcc-internal-format
57060 msgid "structured binding declaration cannot be C++98 %<auto%>"
57061 msgstr ""
57063 #: cp/decl.cc:12768
57064 #, gcc-internal-format
57065 msgid "structured binding declaration cannot have type %qT"
57066 msgstr ""
57068 #: cp/decl.cc:12771
57069 #, gcc-internal-format
57070 msgid ""
57071 "type must be cv-qualified %<auto%> or reference to cv-qualified %<auto%>"
57072 msgstr ""
57074 #: cp/decl.cc:12779
57075 #, gcc-internal-format
57076 msgid ""
57077 "structured binding declaration cannot have constrained %<auto%> type %qT"
57078 msgstr ""
57080 #: cp/decl.cc:12810
57081 #, gcc-internal-format
57082 msgid "multiple storage classes in declaration of %qs"
57083 msgstr ""
57085 #: cp/decl.cc:12836
57086 #, gcc-internal-format
57087 msgid "storage class specified for %qs"
57088 msgstr ""
57090 #: cp/decl.cc:12850
57091 #, gcc-internal-format
57092 msgid "nested function %qs declared %<extern%>"
57093 msgstr ""
57095 #: cp/decl.cc:12855
57096 #, gcc-internal-format
57097 msgid "top-level declaration of %qs specifies %<auto%>"
57098 msgstr ""
57100 #: cp/decl.cc:12863
57101 #, gcc-internal-format
57102 msgid "function-scope %qs implicitly auto and declared %<__thread%>"
57103 msgstr ""
57105 #: cp/decl.cc:12877
57106 #, gcc-internal-format
57107 msgid "storage class specifiers invalid in friend function declarations"
57108 msgstr ""
57110 #: cp/decl.cc:12909 cp/decl.cc:14401 cp/parser.cc:14950 cp/parser.cc:20813
57111 #: cp/parser.cc:27390
57112 #, gcc-internal-format
57113 msgid "attribute ignored"
57114 msgstr ""
57116 #: cp/decl.cc:12910
57117 #, gcc-internal-format
57118 msgid "an attribute that appertains to a type-specifier is ignored"
57119 msgstr ""
57121 #: cp/decl.cc:12978
57122 #, gcc-internal-format
57123 msgid "unnecessary parentheses in declaration of %qs"
57124 msgstr ""
57126 #: cp/decl.cc:12984
57127 #, gcc-internal-format
57128 msgid "remove parentheses"
57129 msgstr ""
57131 #: cp/decl.cc:13033
57132 #, gcc-internal-format
57133 msgid "requires-clause on return type"
57134 msgstr ""
57136 #: cp/decl.cc:13053
57137 #, gcc-internal-format
57138 msgid "%qs function uses %<auto%> type specifier without trailing return type"
57139 msgstr ""
57141 #: cp/decl.cc:13057
57142 #, gcc-internal-format
57143 msgid ""
57144 "deduced return type only available with %<-std=c++14%> or %<-std=gnu++14%>"
57145 msgstr ""
57147 #: cp/decl.cc:13062
57148 #, gcc-internal-format
57149 msgid "virtual function cannot have deduced return type"
57150 msgstr ""
57152 #: cp/decl.cc:13069
57153 #, gcc-internal-format
57154 msgid ""
57155 "%qs function with trailing return type has %qT as its type rather than plain "
57156 "%<auto%>"
57157 msgstr ""
57159 #: cp/decl.cc:13078
57160 #, gcc-internal-format
57161 msgid ""
57162 "%qs function with trailing return type has %<decltype(auto)%> as its type "
57163 "rather than plain %<auto%>"
57164 msgstr ""
57166 #: cp/decl.cc:13083
57167 #, gcc-internal-format
57168 msgid "invalid use of %<decltype(auto)%>"
57169 msgstr ""
57171 #: cp/decl.cc:13095
57172 #, gcc-internal-format
57173 msgid "deduced class type %qD in function return type"
57174 msgstr ""
57176 #: cp/decl.cc:13104
57177 #, gcc-internal-format
57178 msgid "deduction guide for %qT must have trailing return type"
57179 msgstr ""
57181 #: cp/decl.cc:13117
57182 #, gcc-internal-format
57183 msgid ""
57184 "trailing return type %qT of deduction guide is not a specialization of %qT"
57185 msgstr ""
57187 #: cp/decl.cc:13131
57188 #, gcc-internal-format
57189 msgid ""
57190 "trailing return type only available with %<-std=c++11%> or %<-std=gnu++11%>"
57191 msgstr ""
57193 #: cp/decl.cc:13134
57194 #, gcc-internal-format
57195 msgid ""
57196 "%qs function with trailing return type not declared with %<auto%> type "
57197 "specifier"
57198 msgstr ""
57200 #: cp/decl.cc:13141
57201 #, gcc-internal-format
57202 msgid "a conversion function cannot have a trailing return type"
57203 msgstr ""
57205 #: cp/decl.cc:13167
57206 #, gcc-internal-format
57207 msgid "%<volatile%>-qualified return type is deprecated"
57208 msgstr ""
57210 #: cp/decl.cc:13179
57211 #, gcc-internal-format
57212 msgid "%qs declared as function returning a function"
57213 msgstr ""
57215 #: cp/decl.cc:13185
57216 #, gcc-internal-format
57217 msgid "%qs declared as function returning an array"
57218 msgstr ""
57220 #: cp/decl.cc:13192
57221 #, gcc-internal-format
57222 msgid "%<constinit%> on function return type is not allowed"
57223 msgstr ""
57225 #: cp/decl.cc:13225
57226 #, gcc-internal-format
57227 msgid "destructor cannot be static member function"
57228 msgstr ""
57230 #: cp/decl.cc:13227
57231 #, gcc-internal-format
57232 msgid "constructor cannot be static member function"
57233 msgstr ""
57235 #: cp/decl.cc:13232
57236 #, gcc-internal-format
57237 msgid "destructors may not be cv-qualified"
57238 msgstr ""
57240 #: cp/decl.cc:13233
57241 #, gcc-internal-format
57242 msgid "constructors may not be cv-qualified"
57243 msgstr ""
57245 #: cp/decl.cc:13241
57246 #, gcc-internal-format
57247 msgid "destructors may not be ref-qualified"
57248 msgstr ""
57250 #: cp/decl.cc:13242
57251 #, gcc-internal-format
57252 msgid "constructors may not be ref-qualified"
57253 msgstr ""
57255 #: cp/decl.cc:13260
57256 #, gcc-internal-format
57257 msgid "constructors cannot be declared %<virtual%>"
57258 msgstr ""
57260 #: cp/decl.cc:13277
57261 #, gcc-internal-format
57262 msgid "virtual functions cannot be friends"
57263 msgstr ""
57265 #: cp/decl.cc:13282
57266 #, gcc-internal-format
57267 msgid "friend declaration not in class definition"
57268 msgstr ""
57270 #: cp/decl.cc:13286
57271 #, gcc-internal-format
57272 msgid "cannot define friend function %qs in a local class definition"
57273 msgstr ""
57275 #: cp/decl.cc:13296
57276 #, gcc-internal-format
57277 msgid "friend function definition %qs cannot have a name qualified with %<::%>"
57278 msgstr ""
57280 #: cp/decl.cc:13300
57281 #, gcc-internal-format
57282 msgid ""
57283 "friend function definition %qs cannot have a name qualified with %<%D::%>"
57284 msgstr ""
57286 #: cp/decl.cc:13338
57287 #, gcc-internal-format
57288 msgid "destructors may not have parameters"
57289 msgstr ""
57291 #: cp/decl.cc:13395
57292 #, gcc-internal-format
57293 msgid "cannot declare pointer to %q#T"
57294 msgstr ""
57296 #: cp/decl.cc:13408 cp/decl.cc:13415
57297 #, gcc-internal-format
57298 msgid "cannot declare reference to %q#T"
57299 msgstr ""
57301 #: cp/decl.cc:13417
57302 #, gcc-internal-format
57303 msgid "cannot declare pointer to %q#T member"
57304 msgstr ""
57306 #: cp/decl.cc:13446
57307 #, gcc-internal-format
57308 msgid "cannot declare reference to qualified function type %qT"
57309 msgstr ""
57311 #: cp/decl.cc:13447
57312 #, gcc-internal-format
57313 msgid "cannot declare pointer to qualified function type %qT"
57314 msgstr ""
57316 #: cp/decl.cc:13520
57317 #, gcc-internal-format
57318 msgid ""
57319 "cannot declare reference to %q#T, which is not a typedef or a template type "
57320 "argument"
57321 msgstr ""
57323 #: cp/decl.cc:13600
57324 #, gcc-internal-format
57325 msgid "template-id %qD used as a declarator"
57326 msgstr ""
57328 #: cp/decl.cc:13626
57329 #, gcc-internal-format
57330 msgid "member functions are implicitly friends of their class"
57331 msgstr ""
57333 #: cp/decl.cc:13631
57334 #, gcc-internal-format
57335 msgid "extra qualification %<%T::%> on member %qs"
57336 msgstr ""
57338 #: cp/decl.cc:13661
57339 #, gcc-internal-format
57340 msgid "cannot define member function %<%T::%s%> within %qT"
57341 msgstr ""
57343 #: cp/decl.cc:13663
57344 #, gcc-internal-format
57345 msgid "cannot declare member function %<%T::%s%> within %qT"
57346 msgstr ""
57348 #: cp/decl.cc:13671
57349 #, gcc-internal-format
57350 msgid "cannot declare member %<%T::%s%> within %qT"
57351 msgstr ""
57353 #: cp/decl.cc:13711
57354 #, gcc-internal-format
57355 msgid "non-parameter %qs cannot be a parameter pack"
57356 msgstr ""
57358 #: cp/decl.cc:13720
57359 #, gcc-internal-format
57360 msgid "data member may not have variably modified type %qT"
57361 msgstr ""
57363 #: cp/decl.cc:13723
57364 #, gcc-internal-format
57365 msgid "parameter may not have variably modified type %qT"
57366 msgstr ""
57368 #: cp/decl.cc:13734
57369 #, gcc-internal-format
57370 msgid "%<explicit%> outside class declaration"
57371 msgstr ""
57373 #: cp/decl.cc:13737
57374 #, gcc-internal-format
57375 msgid "%<explicit%> in friend declaration"
57376 msgstr ""
57378 #: cp/decl.cc:13740
57379 #, gcc-internal-format
57380 msgid ""
57381 "only declarations of constructors and conversion operators can be "
57382 "%<explicit%>"
57383 msgstr ""
57385 #: cp/decl.cc:13750
57386 #, gcc-internal-format
57387 msgid "non-member %qs cannot be declared %<mutable%>"
57388 msgstr ""
57390 #: cp/decl.cc:13757
57391 #, gcc-internal-format
57392 msgid "non-object member %qs cannot be declared %<mutable%>"
57393 msgstr ""
57395 #: cp/decl.cc:13763
57396 #, gcc-internal-format
57397 msgid "function %qs cannot be declared %<mutable%>"
57398 msgstr ""
57400 #: cp/decl.cc:13769
57401 #, gcc-internal-format
57402 msgid "%<static%> %qs cannot be declared %<mutable%>"
57403 msgstr ""
57405 #: cp/decl.cc:13775
57406 #, gcc-internal-format
57407 msgid "%<const%> %qs cannot be declared %<mutable%>"
57408 msgstr ""
57410 #: cp/decl.cc:13781
57411 #, gcc-internal-format
57412 msgid "reference %qs cannot be declared %<mutable%>"
57413 msgstr ""
57415 #: cp/decl.cc:13797
57416 #, gcc-internal-format
57417 msgid "typedef may not be a function definition"
57418 msgstr ""
57420 #: cp/decl.cc:13800
57421 #, gcc-internal-format
57422 msgid "typedef may not be a member function definition"
57423 msgstr ""
57425 #: cp/decl.cc:13826
57426 #, gcc-internal-format
57427 msgid "%<auto%> not allowed in alias declaration"
57428 msgstr ""
57430 #: cp/decl.cc:13829
57431 #, gcc-internal-format
57432 msgid "typedef declared %<auto%>"
57433 msgstr ""
57435 #: cp/decl.cc:13834
57436 #, gcc-internal-format
57437 msgid "requires-clause on typedef"
57438 msgstr ""
57440 #: cp/decl.cc:13838
57441 #, gcc-internal-format
57442 msgid "typedef name may not be a nested-name-specifier"
57443 msgstr ""
57445 #: cp/decl.cc:13864
57446 #, gcc-internal-format
57447 msgid "ISO C++ forbids nested type %qD with same name as enclosing class"
57448 msgstr ""
57450 #: cp/decl.cc:13953
57451 #, gcc-internal-format
57452 msgid "%<inline%> specified for friend class declaration"
57453 msgstr ""
57455 #: cp/decl.cc:13961
57456 #, gcc-internal-format
57457 msgid "template parameters cannot be friends"
57458 msgstr ""
57460 #: cp/decl.cc:13963
57461 #, gcc-internal-format
57462 msgid "friend declaration requires class-key, i.e. %<friend class %T::%D%>"
57463 msgstr ""
57465 #: cp/decl.cc:13967
57466 #, gcc-internal-format
57467 msgid "friend declaration requires class-key, i.e. %<friend %#T%>"
57468 msgstr ""
57470 #: cp/decl.cc:13980
57471 #, gcc-internal-format
57472 msgid "trying to make class %qT a friend of global scope"
57473 msgstr ""
57475 #: cp/decl.cc:14000
57476 #, gcc-internal-format
57477 msgid "invalid qualifiers on non-member function type"
57478 msgstr ""
57480 #: cp/decl.cc:14004
57481 #, gcc-internal-format
57482 msgid "requires-clause on type-id"
57483 msgstr ""
57485 #: cp/decl.cc:14014
57486 #, gcc-internal-format
57487 msgid "abstract declarator %qT used as declaration"
57488 msgstr ""
57490 #: cp/decl.cc:14029
57491 #, gcc-internal-format
57492 msgid "requires-clause on declaration of non-function type %qT"
57493 msgstr ""
57495 #: cp/decl.cc:14048
57496 #, gcc-internal-format
57497 msgid "cannot use %<::%> in parameter declaration"
57498 msgstr ""
57500 #: cp/decl.cc:14057 cp/parser.cc:20247
57501 #, gcc-internal-format
57502 msgid "cannot declare a parameter with %<decltype(auto)%>"
57503 msgstr ""
57505 #: cp/decl.cc:14064
57506 #, gcc-internal-format
57507 msgid ""
57508 "missing template argument list after %qE; template placeholder not permitted "
57509 "in parameter"
57510 msgstr ""
57512 #: cp/decl.cc:14067
57513 #, gcc-internal-format
57514 msgid "or use %<auto%> for an abbreviated function template"
57515 msgstr ""
57517 #: cp/decl.cc:14073
57518 #, gcc-internal-format
57519 msgid "%<auto%> parameter not permitted in this context"
57520 msgstr ""
57522 #: cp/decl.cc:14076
57523 #, gcc-internal-format
57524 msgid "parameter declared %<auto%>"
57525 msgstr ""
57527 #: cp/decl.cc:14127 cp/parser.cc:3561
57528 #, gcc-internal-format
57529 msgid "invalid use of template-name %qE without an argument list"
57530 msgstr ""
57532 #: cp/decl.cc:14131
57533 #, gcc-internal-format
57534 msgid "non-static data member declared with placeholder %qT"
57535 msgstr ""
57537 #: cp/decl.cc:14152
57538 #, gcc-internal-format
57539 msgid "ISO C++ forbids flexible array member %qs"
57540 msgstr ""
57542 #: cp/decl.cc:14155
57543 #, gcc-internal-format
57544 msgid "ISO C++ forbids flexible array members"
57545 msgstr ""
57547 #. Something like struct S { int N::j; };
57548 #: cp/decl.cc:14171
57549 #, gcc-internal-format
57550 msgid "invalid use of %<::%>"
57551 msgstr ""
57553 #: cp/decl.cc:14192
57554 #, gcc-internal-format
57555 msgid "declaration of function %qD in invalid context"
57556 msgstr ""
57558 #: cp/decl.cc:14202
57559 #, gcc-internal-format
57560 msgid "function %qD declared %<virtual%> inside a union"
57561 msgstr ""
57563 #: cp/decl.cc:14212
57564 #, gcc-internal-format
57565 msgid "%qD cannot be declared %<virtual%>, since it is always static"
57566 msgstr ""
57568 #: cp/decl.cc:14226
57569 #, gcc-internal-format
57570 msgid "expected qualified name in friend declaration for destructor %qD"
57571 msgstr ""
57573 #: cp/decl.cc:14233
57574 #, gcc-internal-format
57575 msgid "declaration of %qD as member of %qT"
57576 msgstr ""
57578 #: cp/decl.cc:14240 cp/decl.cc:14253
57579 #, gcc-internal-format
57580 msgid "a destructor cannot be %qs"
57581 msgstr ""
57583 #: cp/decl.cc:14259
57584 #, gcc-internal-format
57585 msgid "expected qualified name in friend declaration for constructor %qD"
57586 msgstr ""
57588 #: cp/decl.cc:14268
57589 #, gcc-internal-format
57590 msgid "a constructor cannot be %<concept%>"
57591 msgstr ""
57593 #: cp/decl.cc:14274
57594 #, gcc-internal-format
57595 msgid "a concept cannot be a member function"
57596 msgstr ""
57598 #: cp/decl.cc:14282 cp/decl.cc:14624
57599 #, gcc-internal-format
57600 msgid "%qD cannot be %qs"
57601 msgstr ""
57603 #: cp/decl.cc:14291
57604 #, gcc-internal-format
57605 msgid "specialization of variable template %qD declared as function"
57606 msgstr ""
57608 #: cp/decl.cc:14294
57609 #, gcc-internal-format
57610 msgid "variable template declared here"
57611 msgstr ""
57613 #: cp/decl.cc:14356
57614 #, gcc-internal-format
57615 msgid "field %qD has incomplete type %qT"
57616 msgstr ""
57618 #: cp/decl.cc:14361
57619 #, gcc-internal-format
57620 msgid "name %qT has incomplete type"
57621 msgstr ""
57623 #: cp/decl.cc:14381
57624 #, gcc-internal-format
57625 msgid "%qE is neither function nor member function; cannot be declared friend"
57626 msgstr ""
57628 #: cp/decl.cc:14384
57629 #, gcc-internal-format
57630 msgid ""
57631 "unnamed field is neither function nor member function; cannot be declared "
57632 "friend"
57633 msgstr ""
57635 #: cp/decl.cc:14402 cp/parser.cc:20814 cp/parser.cc:27391
57636 #, gcc-internal-format
57637 msgid ""
57638 "an attribute that appertains to a friend declaration that is not a "
57639 "definition is ignored"
57640 msgstr ""
57642 #: cp/decl.cc:14443 cp/decl.cc:14454
57643 #, gcc-internal-format
57644 msgid "static data member %qE declared %qs"
57645 msgstr ""
57647 #: cp/decl.cc:14448
57648 #, gcc-internal-format
57649 msgid "%<constexpr%> static data member %qD must have an initializer"
57650 msgstr ""
57652 #: cp/decl.cc:14491 cp/decl.cc:14499 cp/decl.cc:14506 cp/decl.cc:14513
57653 #, gcc-internal-format
57654 msgid "non-static data member %qE declared %qs"
57655 msgstr ""
57657 #: cp/decl.cc:14565
57658 #, gcc-internal-format
57659 msgid "storage class %<auto%> invalid for function %qs"
57660 msgstr ""
57662 #: cp/decl.cc:14568
57663 #, gcc-internal-format
57664 msgid "storage class %<register%> invalid for function %qs"
57665 msgstr ""
57667 #: cp/decl.cc:14574
57668 #, gcc-internal-format
57669 msgid "storage class %<__thread%> invalid for function %qs"
57670 msgstr ""
57672 #: cp/decl.cc:14578
57673 #, gcc-internal-format
57674 msgid "storage class %<thread_local%> invalid for function %qs"
57675 msgstr ""
57677 #: cp/decl.cc:14583
57678 #, gcc-internal-format
57679 msgid "virt-specifiers in %qs not allowed outside a class definition"
57680 msgstr ""
57682 #: cp/decl.cc:14595
57683 #, gcc-internal-format
57684 msgid ""
57685 "%<static%> specifier invalid for function %qs declared out of global scope"
57686 msgstr ""
57688 #: cp/decl.cc:14599
57689 #, gcc-internal-format
57690 msgid ""
57691 "%<inline%> specifier invalid for function %qs declared out of global scope"
57692 msgstr ""
57694 #: cp/decl.cc:14607
57695 #, gcc-internal-format
57696 msgid "virtual non-class function %qs"
57697 msgstr ""
57699 #: cp/decl.cc:14614
57700 #, gcc-internal-format
57701 msgid "%qs defined in a non-class scope"
57702 msgstr ""
57704 #: cp/decl.cc:14615
57705 #, gcc-internal-format
57706 msgid "%qs declared in a non-class scope"
57707 msgstr ""
57709 #: cp/decl.cc:14658
57710 #, gcc-internal-format
57711 msgid "cannot declare member function %qD to have static linkage"
57712 msgstr ""
57714 #: cp/decl.cc:14667
57715 #, gcc-internal-format
57716 msgid "cannot declare static function inside another function"
57717 msgstr ""
57719 #: cp/decl.cc:14708
57720 #, gcc-internal-format
57721 msgid ""
57722 "%<static%> may not be used when defining (as opposed to declaring) a static "
57723 "data member"
57724 msgstr ""
57726 #: cp/decl.cc:14715
57727 #, gcc-internal-format
57728 msgid "static member %qD declared %<register%>"
57729 msgstr ""
57731 #: cp/decl.cc:14721
57732 #, gcc-internal-format
57733 msgid "cannot explicitly declare member %q#D to have extern linkage"
57734 msgstr ""
57736 #: cp/decl.cc:14729
57737 #, gcc-internal-format
57738 msgid "declaration of %<constexpr%> variable %qD is not a definition"
57739 msgstr ""
57741 #: cp/decl.cc:14736
57742 #, gcc-internal-format
57743 msgid "a variable cannot be declared %<consteval%>"
57744 msgstr ""
57746 #: cp/decl.cc:14768
57747 #, gcc-internal-format
57748 msgid "%qs initialized and declared %<extern%>"
57749 msgstr ""
57751 #: cp/decl.cc:14773
57752 #, gcc-internal-format
57753 msgid "%qs has both %<extern%> and initializer"
57754 msgstr ""
57756 #: cp/decl.cc:14970
57757 #, gcc-internal-format
57758 msgid "default argument %qE uses %qD"
57759 msgstr ""
57761 #: cp/decl.cc:14973
57762 #, gcc-internal-format
57763 msgid "default argument %qE uses local variable %qD"
57764 msgstr ""
57766 #: cp/decl.cc:15100
57767 #, gcc-internal-format
57768 msgid "invalid use of cv-qualified type %qT in parameter declaration"
57769 msgstr ""
57771 #: cp/decl.cc:15104
57772 #, gcc-internal-format
57773 msgid "invalid use of type %<void%> in parameter declaration"
57774 msgstr ""
57776 #: cp/decl.cc:15133
57777 #, gcc-internal-format
57778 msgid "%<volatile%>-qualified parameter is deprecated"
57779 msgstr ""
57781 #: cp/decl.cc:15141
57782 #, gcc-internal-format
57783 msgid "parameter %qD invalidly declared method type"
57784 msgstr ""
57786 #: cp/decl.cc:15166
57787 #, gcc-internal-format
57788 msgid "parameter %qD includes pointer to array of unknown bound %qT"
57789 msgstr ""
57791 #: cp/decl.cc:15168
57792 #, gcc-internal-format
57793 msgid "parameter %qD includes reference to array of unknown bound %qT"
57794 msgstr ""
57796 #: cp/decl.cc:15427
57797 #, gcc-internal-format
57798 msgid "invalid constructor; you probably meant %<%T (const %T&)%>"
57799 msgstr ""
57801 #: cp/decl.cc:15506
57802 #, gcc-internal-format
57803 msgid "%qD may not be declared within a namespace"
57804 msgstr ""
57806 #: cp/decl.cc:15513
57807 #, gcc-internal-format
57808 msgid "%qD may not be declared as static"
57809 msgstr ""
57811 #: cp/decl.cc:15541
57812 #, gcc-internal-format
57813 msgid "%qD must be a non-static member function"
57814 msgstr ""
57816 #: cp/decl.cc:15549
57817 #, gcc-internal-format
57818 msgid "%qD must be a member function"
57819 msgstr ""
57821 #: cp/decl.cc:15557
57822 #, gcc-internal-format
57823 msgid ""
57824 "%qD may be a static member function only with %<-std=c++23%> or %<-std=gnu+"
57825 "+23%>"
57826 msgstr ""
57828 #: cp/decl.cc:15567
57829 #, gcc-internal-format
57830 msgid ""
57831 "%qD must be either a non-static member function or a non-member function"
57832 msgstr ""
57834 #: cp/decl.cc:15577
57835 #, gcc-internal-format
57836 msgid "%qD must have an argument of class or enumerated type"
57837 msgstr ""
57839 #. 13.4.0.3
57840 #: cp/decl.cc:15608
57841 #, gcc-internal-format
57842 msgid "ISO C++ prohibits overloading %<operator ?:%>"
57843 msgstr ""
57845 #: cp/decl.cc:15618
57846 #, gcc-internal-format
57847 msgid "%qD must not have variable number of arguments"
57848 msgstr ""
57850 #: cp/decl.cc:15644
57851 #, gcc-internal-format
57852 msgid "%qD must have either zero or one argument"
57853 msgstr ""
57855 #: cp/decl.cc:15645
57856 #, gcc-internal-format
57857 msgid "%qD must have either one or two arguments"
57858 msgstr ""
57860 #: cp/decl.cc:15657
57861 #, gcc-internal-format
57862 msgid "postfix %qD must have %<int%> as its argument"
57863 msgstr ""
57865 #: cp/decl.cc:15658
57866 #, gcc-internal-format
57867 msgid "postfix %qD must have %<int%> as its second argument"
57868 msgstr ""
57870 #: cp/decl.cc:15669
57871 #, gcc-internal-format
57872 msgid "%qD must have no arguments"
57873 msgstr ""
57875 #: cp/decl.cc:15670 cp/decl.cc:15680
57876 #, gcc-internal-format
57877 msgid "%qD must have exactly one argument"
57878 msgstr ""
57880 #: cp/decl.cc:15681
57881 #, gcc-internal-format
57882 msgid "%qD must have exactly two arguments"
57883 msgstr ""
57885 #: cp/decl.cc:15696
57886 #, gcc-internal-format
57887 msgid "%qD cannot have default arguments"
57888 msgstr ""
57890 #: cp/decl.cc:15720
57891 #, gcc-internal-format
57892 msgid "converting %qT to %<void%> will never use a type conversion operator"
57893 msgstr ""
57895 #: cp/decl.cc:15727
57896 #, gcc-internal-format
57897 msgid ""
57898 "converting %qT to a reference to the same type will never use a type "
57899 "conversion operator"
57900 msgstr ""
57902 #: cp/decl.cc:15729
57903 #, gcc-internal-format
57904 msgid ""
57905 "converting %qT to the same type will never use a type conversion operator"
57906 msgstr ""
57908 #: cp/decl.cc:15738
57909 #, gcc-internal-format
57910 msgid ""
57911 "converting %qT to a reference to a base class %qT will never use a type "
57912 "conversion operator"
57913 msgstr ""
57915 #: cp/decl.cc:15740
57916 #, gcc-internal-format
57917 msgid ""
57918 "converting %qT to a base class %qT will never use a type conversion operator"
57919 msgstr ""
57921 #: cp/decl.cc:15756
57922 #, gcc-internal-format
57923 msgid "user-defined %qD always evaluates both arguments"
57924 msgstr ""
57926 #: cp/decl.cc:15775
57927 #, gcc-internal-format
57928 msgid "prefix %qD should return %qT"
57929 msgstr ""
57931 #: cp/decl.cc:15782
57932 #, gcc-internal-format
57933 msgid "postfix %qD should return %qT"
57934 msgstr ""
57936 #: cp/decl.cc:15794
57937 #, gcc-internal-format
57938 msgid "%qD should return by value"
57939 msgstr ""
57941 #: cp/decl.cc:15849
57942 #, gcc-internal-format
57943 msgid "using template type parameter %qT after %qs"
57944 msgstr ""
57946 #: cp/decl.cc:15872
57947 #, gcc-internal-format
57948 msgid "using alias template specialization %qT after %qs"
57949 msgstr ""
57951 #: cp/decl.cc:15875
57952 #, gcc-internal-format
57953 msgid "using typedef-name %qD after %qs"
57954 msgstr ""
57956 #: cp/decl.cc:15877
57957 #, gcc-internal-format
57958 msgid "%qD has a previous declaration here"
57959 msgstr ""
57961 #: cp/decl.cc:15885
57962 #, gcc-internal-format
57963 msgid "%qT referred to as %qs"
57964 msgstr ""
57966 #: cp/decl.cc:15886 cp/decl.cc:15893
57967 #, gcc-internal-format
57968 msgid "%qT has a previous declaration here"
57969 msgstr ""
57971 #: cp/decl.cc:15892
57972 #, gcc-internal-format
57973 msgid "%qT referred to as enum"
57974 msgstr ""
57976 #. If a class template appears as elaborated type specifier
57977 #. without a template header such as:
57979 #. template <class T> class C {};
57980 #. void f(class C);             // No template header here
57982 #. then the required template argument is missing.
57983 #: cp/decl.cc:15907
57984 #, gcc-internal-format
57985 msgid "template argument required for %<%s %T%>"
57986 msgstr ""
57988 #: cp/decl.cc:15950 cp/name-lookup.cc:5719 cp/name-lookup.cc:5851
57989 #: cp/parser.cc:7054 cp/parser.cc:31408
57990 #, gcc-internal-format
57991 msgid "reference to %qD is ambiguous"
57992 msgstr ""
57994 #: cp/decl.cc:15959
57995 #, gcc-internal-format
57996 msgid "class template %qD redeclared as non-template"
57997 msgstr ""
57999 #: cp/decl.cc:15981 cp/name-lookup.cc:5409
58000 #, gcc-internal-format
58001 msgid "%qD has the same name as the class in which it is declared"
58002 msgstr ""
58004 #: cp/decl.cc:16009 cp/friend.cc:317 cp/parser.cc:3386 cp/parser.cc:6759
58005 #: cp/pt.cc:9836
58006 #, gcc-internal-format
58007 msgid "%qT is not a template"
58008 msgstr ""
58010 #: cp/decl.cc:16014
58011 #, gcc-internal-format
58012 msgid "perhaps you want to explicitly add %<%T::%>"
58013 msgstr ""
58015 #: cp/decl.cc:16119
58016 #, gcc-internal-format
58017 msgid "use of enum %q#D without previous declaration"
58018 msgstr ""
58020 #: cp/decl.cc:16145
58021 #, gcc-internal-format
58022 msgid "redeclaration of %qT as a non-template"
58023 msgstr ""
58025 #: cp/decl.cc:16156 cp/semantics.cc:3548
58026 #, gcc-internal-format
58027 msgid "cannot declare %qD in a different module"
58028 msgstr ""
58030 #: cp/decl.cc:16272
58031 #, gcc-internal-format
58032 msgid "derived union %qT invalid"
58033 msgstr ""
58035 #: cp/decl.cc:16279
58036 #, gcc-internal-format
58037 msgid "%qT defined with multiple direct bases"
58038 msgstr ""
58040 #: cp/decl.cc:16290
58041 #, gcc-internal-format
58042 msgid "%qT defined with direct virtual base"
58043 msgstr ""
58045 #: cp/decl.cc:16315
58046 #, gcc-internal-format
58047 msgid "base type %qT fails to be a struct or class type"
58048 msgstr ""
58050 #: cp/decl.cc:16345
58051 #, gcc-internal-format
58052 msgid "recursive type %qT undefined"
58053 msgstr ""
58055 #: cp/decl.cc:16347
58056 #, gcc-internal-format
58057 msgid "duplicate base type %qT invalid"
58058 msgstr ""
58060 #: cp/decl.cc:16492
58061 #, gcc-internal-format
58062 msgid "scoped/unscoped mismatch in enum %q#T"
58063 msgstr ""
58065 #: cp/decl.cc:16495 cp/decl.cc:16503 cp/decl.cc:16513 cp/decl.cc:17112
58066 #: cp/parser.cc:21163
58067 #, gcc-internal-format
58068 msgid "previous definition here"
58069 msgstr ""
58071 #: cp/decl.cc:16500
58072 #, gcc-internal-format
58073 msgid "underlying type mismatch in enum %q#T"
58074 msgstr ""
58076 #: cp/decl.cc:16510
58077 #, gcc-internal-format
58078 msgid "different underlying type in enum %q#T"
58079 msgstr ""
58081 #: cp/decl.cc:16521
58082 #, gcc-internal-format
58083 msgid "cannot define %qD in different module"
58084 msgstr ""
58086 #: cp/decl.cc:16596
58087 #, gcc-internal-format
58088 msgid "underlying type %qT of %qT must be an integral type"
58089 msgstr ""
58091 #. DR 377
58093 #. IF no integral type can represent all the enumerator values, the
58094 #. enumeration is ill-formed.
58095 #: cp/decl.cc:16745
58096 #, gcc-internal-format
58097 msgid "no integral type can represent all of the enumerator values for %qT"
58098 msgstr ""
58100 #: cp/decl.cc:16920
58101 #, gcc-internal-format
58102 msgid ""
58103 "enumerator value for %qD must have integral or unscoped enumeration type"
58104 msgstr ""
58106 #: cp/decl.cc:16930
58107 #, gcc-internal-format
58108 msgid "enumerator value for %qD is not an integer constant"
58109 msgstr ""
58111 #: cp/decl.cc:16979
58112 #, gcc-internal-format
58113 msgid "incremented enumerator value is too large for %<unsigned long%>"
58114 msgstr ""
58116 #: cp/decl.cc:16980
58117 #, gcc-internal-format
58118 msgid "incremented enumerator value is too large for %<long%>"
58119 msgstr ""
58121 #: cp/decl.cc:16991
58122 #, gcc-internal-format
58123 msgid "overflow in enumeration values at %qD"
58124 msgstr ""
58126 #: cp/decl.cc:17011
58127 #, gcc-internal-format
58128 msgid "enumerator value %qE is outside the range of underlying type %qT"
58129 msgstr ""
58131 #: cp/decl.cc:17110 cp/parser.cc:21161
58132 #, gcc-internal-format
58133 msgid "multiple definition of %q#T"
58134 msgstr ""
58136 #: cp/decl.cc:17184
58137 #, gcc-internal-format
58138 msgid "return type %q#T is incomplete"
58139 msgstr ""
58141 #: cp/decl.cc:17344 cp/typeck.cc:11114
58142 #, gcc-internal-format
58143 msgid "%<operator=%> should return a reference to %<*this%>"
58144 msgstr ""
58146 #: cp/decl.cc:18157
58147 #, gcc-internal-format
58148 msgid "no return statements in function returning %qT"
58149 msgstr ""
58151 #: cp/decl.cc:18159 cp/typeck.cc:10994
58152 #, gcc-internal-format
58153 msgid "only plain %<auto%> return type can be deduced to %<void%>"
58154 msgstr ""
58156 #: cp/decl.cc:18221
58157 #, gcc-internal-format
58158 msgid "no return statement in %<constexpr%> function returning non-void"
58159 msgstr ""
58161 #: cp/decl.cc:18414
58162 #, gcc-internal-format
58163 msgid "%qD is already defined in class %qT"
58164 msgstr ""
58166 #: cp/decl.cc:18802
58167 #, gcc-internal-format
58168 msgid "using %qs"
58169 msgstr ""
58171 #: cp/decl.cc:18814
58172 #, gcc-internal-format
58173 msgid "use of %qD before deduction of %<auto%>"
58174 msgstr ""
58176 #: cp/decl2.cc:384
58177 #, gcc-internal-format
58178 msgid "name missing for member function"
58179 msgstr ""
58181 #: cp/decl2.cc:482 cp/decl2.cc:525
58182 #, gcc-internal-format
58183 msgid "top-level comma expression in array subscript changed meaning in C++23"
58184 msgstr ""
58186 #: cp/decl2.cc:515
58187 #, gcc-internal-format
58188 msgid "built-in subscript operator without expression list"
58189 msgstr ""
58191 #: cp/decl2.cc:529
58192 #, gcc-internal-format
58193 msgid ""
58194 "built-in subscript operator with more than one expression in expression list"
58195 msgstr ""
58197 #: cp/decl2.cc:556 cp/decl2.cc:570
58198 #, gcc-internal-format
58199 msgid "ambiguous conversion for array subscript"
58200 msgstr ""
58202 #: cp/decl2.cc:564
58203 #, gcc-internal-format
58204 msgid "invalid types %<%T[%T]%> for array subscript"
58205 msgstr ""
58207 #: cp/decl2.cc:646
58208 #, gcc-internal-format
58209 msgid "deleting array %q#E"
58210 msgstr ""
58212 #: cp/decl2.cc:654
58213 #, gcc-internal-format
58214 msgid "type %q#T argument given to %<delete%>, expected pointer"
58215 msgstr ""
58217 #: cp/decl2.cc:668
58218 #, gcc-internal-format
58219 msgid ""
58220 "cannot delete a function.  Only pointer-to-objects are valid arguments to "
58221 "%<delete%>"
58222 msgstr ""
58224 #: cp/decl2.cc:678
58225 #, gcc-internal-format
58226 msgid "deleting %qT is undefined"
58227 msgstr ""
58229 #: cp/decl2.cc:726 cp/pt.cc:5921
58230 #, gcc-internal-format
58231 msgid "template declaration of %q#D"
58232 msgstr ""
58234 #: cp/decl2.cc:766
58235 #, gcc-internal-format
58236 msgid ""
58237 "template parameter lists provided don%'t match the template parameters of %qD"
58238 msgstr ""
58240 #: cp/decl2.cc:781 cp/pt.cc:5889
58241 #, gcc-internal-format
58242 msgid "destructor %qD declared as member template"
58243 msgstr ""
58245 #: cp/decl2.cc:872
58246 #, gcc-internal-format
58247 msgid "no declaration matches %q#D"
58248 msgstr ""
58250 #: cp/decl2.cc:877
58251 #, gcc-internal-format
58252 msgid "no conversion operators declared"
58253 msgstr ""
58255 #: cp/decl2.cc:880
58256 #, gcc-internal-format
58257 msgid "no functions named %qD"
58258 msgstr ""
58260 #: cp/decl2.cc:882
58261 #, gcc-internal-format
58262 msgid "%#qT defined here"
58263 msgstr ""
58265 #: cp/decl2.cc:942
58266 #, gcc-internal-format
58267 msgid "local class %q#T shall not have static data member %q#D"
58268 msgstr ""
58270 #: cp/decl2.cc:951
58271 #, gcc-internal-format
58272 msgid "static data member %qD in unnamed class"
58273 msgstr ""
58275 #: cp/decl2.cc:953
58276 #, gcc-internal-format
58277 msgid "unnamed class defined here"
58278 msgstr ""
58280 #: cp/decl2.cc:1034
58281 #, gcc-internal-format
58282 msgid "explicit template argument list not allowed"
58283 msgstr ""
58285 #: cp/decl2.cc:1076
58286 #, gcc-internal-format
58287 msgid "%qD is already defined in %qT"
58288 msgstr ""
58290 #: cp/decl2.cc:1105 cp/decl2.cc:1113
58291 #, gcc-internal-format
58292 msgid "invalid initializer for member function %qD"
58293 msgstr ""
58295 #: cp/decl2.cc:1122
58296 #, gcc-internal-format
58297 msgid "initializer specified for friend function %qD"
58298 msgstr ""
58300 #: cp/decl2.cc:1125
58301 #, gcc-internal-format
58302 msgid "initializer specified for static member function %qD"
58303 msgstr ""
58305 #: cp/decl2.cc:1173
58306 #, gcc-internal-format
58307 msgid "%<asm%> specifiers are not permitted on non-static data members"
58308 msgstr ""
58310 #: cp/decl2.cc:1230
58311 #, gcc-internal-format
58312 msgid "bit-field %qD with non-integral type %qT"
58313 msgstr ""
58315 #: cp/decl2.cc:1238
58316 #, gcc-internal-format
58317 msgid "cannot declare %qD to be a bit-field type"
58318 msgstr ""
58320 #: cp/decl2.cc:1249
58321 #, gcc-internal-format
58322 msgid "cannot declare bit-field %qD with function type"
58323 msgstr ""
58325 #: cp/decl2.cc:1255
58326 #, gcc-internal-format
58327 msgid "cannot declare bit-field %qD with %<warn_if_not_aligned%> type"
58328 msgstr ""
58330 #: cp/decl2.cc:1262
58331 #, gcc-internal-format
58332 msgid "%qD is already defined in the class %qT"
58333 msgstr ""
58335 #: cp/decl2.cc:1270
58336 #, gcc-internal-format
58337 msgid "static member %qD cannot be a bit-field"
58338 msgstr ""
58340 #: cp/decl2.cc:1284
58341 #, gcc-internal-format
58342 msgid "width of bit-field %qD has non-integral type %qT"
58343 msgstr ""
58345 #: cp/decl2.cc:1682
58346 #, gcc-internal-format
58347 msgid "%q+D static data member inside of declare target directive"
58348 msgstr ""
58350 #: cp/decl2.cc:1744 cp/name-lookup.cc:8336
58351 #, gcc-internal-format
58352 msgid "%<omp::%E%> not allowed to be specified in this context"
58353 msgstr ""
58355 #: cp/decl2.cc:1813
58356 #, gcc-internal-format
58357 msgid "anonymous struct not inside named type"
58358 msgstr ""
58360 #: cp/decl2.cc:1829
58361 #, gcc-internal-format
58362 msgid "%q#D invalid; an anonymous union can only have non-static data members"
58363 msgstr ""
58365 #: cp/decl2.cc:1836
58366 #, gcc-internal-format
58367 msgid "private member %q#D in anonymous union"
58368 msgstr ""
58370 #: cp/decl2.cc:1839
58371 #, gcc-internal-format
58372 msgid "protected member %q#D in anonymous union"
58373 msgstr ""
58375 #: cp/decl2.cc:1904
58376 #, gcc-internal-format
58377 msgid "namespace-scope anonymous aggregates must be static"
58378 msgstr ""
58380 #: cp/decl2.cc:1913
58381 #, gcc-internal-format
58382 msgid "anonymous union with no members"
58383 msgstr ""
58385 #: cp/decl2.cc:1950
58386 #, gcc-internal-format
58387 msgid "%<operator new%> must return type %qT"
58388 msgstr ""
58390 #. [basic.stc.dynamic.allocation]
58392 #. The first parameter shall not have an associated default
58393 #. argument.
58394 #: cp/decl2.cc:1962
58395 #, gcc-internal-format
58396 msgid "the first parameter of %<operator new%> cannot have a default argument"
58397 msgstr ""
58399 #: cp/decl2.cc:1978
58400 #, gcc-internal-format
58401 msgid "%<operator new%> takes type %<size_t%> (%qT) as first parameter"
58402 msgstr ""
58404 #: cp/decl2.cc:2008
58405 #, gcc-internal-format
58406 msgid "%<operator delete%> must return type %qT"
58407 msgstr ""
58409 #: cp/decl2.cc:2023
58410 #, gcc-internal-format
58411 msgid "destroying %<operator delete%> must be a member function"
58412 msgstr ""
58414 #: cp/decl2.cc:2026
58415 #, gcc-internal-format
58416 msgid "%<operator delete[]%> cannot be a destroying delete"
58417 msgstr ""
58419 #: cp/decl2.cc:2028
58420 #, gcc-internal-format
58421 msgid "destroying %<operator delete%> must be a usual deallocation function"
58422 msgstr ""
58424 #: cp/decl2.cc:2038
58425 #, gcc-internal-format
58426 msgid "%<operator delete%> takes type %qT as first parameter"
58427 msgstr ""
58429 #: cp/decl2.cc:3029
58430 #, gcc-internal-format
58431 msgid "%qT has a field %q#D whose type has no linkage"
58432 msgstr ""
58434 #: cp/decl2.cc:3033
58435 #, gcc-internal-format
58436 msgid ""
58437 "%qT has a field %qD whose type depends on the type %qT which has no linkage"
58438 msgstr ""
58440 #: cp/decl2.cc:3039
58441 #, gcc-internal-format
58442 msgid "%qT has a field %q#D whose type has internal linkage"
58443 msgstr ""
58445 #. In C++98 this can only happen with unnamed namespaces.
58446 #: cp/decl2.cc:3043
58447 #, gcc-internal-format
58448 msgid "%qT has a field %q#D whose type uses the anonymous namespace"
58449 msgstr ""
58451 #: cp/decl2.cc:3051
58452 #, gcc-internal-format
58453 msgid "%qT declared with greater visibility than the type of its field %qD"
58454 msgstr ""
58456 #: cp/decl2.cc:3070
58457 #, gcc-internal-format
58458 msgid "%qT has a base %qT which has no linkage"
58459 msgstr ""
58461 #: cp/decl2.cc:3074
58462 #, gcc-internal-format
58463 msgid "%qT has a base %qT which depends on the type %qT which has no linkage"
58464 msgstr ""
58466 #: cp/decl2.cc:3080
58467 #, gcc-internal-format
58468 msgid "%qT has a base %qT which has internal linkage"
58469 msgstr ""
58471 #. In C++98 this can only happen with unnamed namespaces.
58472 #: cp/decl2.cc:3084
58473 #, gcc-internal-format
58474 msgid "%qT has a base %qT which uses the anonymous namespace"
58475 msgstr ""
58477 #: cp/decl2.cc:3091
58478 #, gcc-internal-format
58479 msgid "%qT declared with greater visibility than its base %qT"
58480 msgstr ""
58482 #: cp/decl2.cc:4566
58483 #, gcc-internal-format
58484 msgid "%q#D, declared using unnamed type, is used but never defined"
58485 msgstr ""
58487 #. DRs 132, 319 and 389 seem to indicate types with
58488 #. no linkage can only be used to declare extern "C"
58489 #. entities.  Since it's not always an error in the
58490 #. ISO C++ 90 Standard, we only issue a warning.
58491 #: cp/decl2.cc:4575
58492 #, gcc-internal-format
58493 msgid "unnamed type with no linkage used to declare variable %q#D with linkage"
58494 msgstr ""
58496 #: cp/decl2.cc:4579
58497 #, gcc-internal-format
58498 msgid "unnamed type with no linkage used to declare function %q#D with linkage"
58499 msgstr ""
58501 #: cp/decl2.cc:4583
58502 #, gcc-internal-format
58503 msgid ""
58504 "%q#D does not refer to the unqualified type, so it is not used for linkage"
58505 msgstr ""
58507 #: cp/decl2.cc:4591
58508 #, gcc-internal-format
58509 msgid "%q#D, declared using local type %qT, is used but never defined"
58510 msgstr ""
58512 #: cp/decl2.cc:4595
58513 #, gcc-internal-format
58514 msgid "type %qT with no linkage used to declare variable %q#D with linkage"
58515 msgstr ""
58517 #: cp/decl2.cc:4598
58518 #, gcc-internal-format
58519 msgid "type %qT with no linkage used to declare function %q#D with linkage"
58520 msgstr ""
58522 #: cp/decl2.cc:4795
58523 #, gcc-internal-format
58524 msgid "mangling of %q#D as %qE conflicts with a previous mangle"
58525 msgstr ""
58527 #: cp/decl2.cc:4798
58528 #, gcc-internal-format
58529 msgid "previous mangling %q#D"
58530 msgstr ""
58532 #: cp/decl2.cc:4800
58533 #, gcc-internal-format
58534 msgid ""
58535 "a later %<-fabi-version=%> (or =0) avoids this error with a change in "
58536 "mangling"
58537 msgstr ""
58539 #: cp/decl2.cc:4872 cp/decl2.cc:4875
58540 #, gcc-internal-format
58541 msgid "the program should also define %qD"
58542 msgstr ""
58544 #: cp/decl2.cc:5209
58545 #, gcc-internal-format
58546 msgid "inline function %qD used but never defined"
58547 msgstr ""
58549 #: cp/decl2.cc:5436
58550 #, gcc-internal-format
58551 msgid "default argument missing for parameter %P of %q#D"
58552 msgstr ""
58554 #: cp/decl2.cc:5441
58555 #, gcc-internal-format
58556 msgid "...following parameter %P which has a default argument"
58557 msgstr ""
58559 #: cp/decl2.cc:5565
58560 #, gcc-internal-format
58561 msgid "implicitly-declared %qD is deprecated"
58562 msgstr ""
58564 #: cp/decl2.cc:5569
58565 #, gcc-internal-format
58566 msgid "because %qT has user-provided %qD"
58567 msgstr ""
58569 #. We mark a lambda conversion op as deleted if we can't
58570 #. generate it properly; see maybe_add_lambda_conv_op.
58571 #: cp/decl2.cc:5710
58572 #, gcc-internal-format
58573 msgid "converting lambda that uses %<...%> to function pointer"
58574 msgstr ""
58576 #: cp/decl2.cc:5713
58577 #, gcc-internal-format
58578 msgid "use of deleted function %qD"
58579 msgstr ""
58581 #: cp/decl2.cc:5767
58582 #, gcc-internal-format
58583 msgid "use of function %qD with unsatisfied constraints"
58584 msgstr ""
58586 #: cp/decl2.cc:5797
58587 #, gcc-internal-format
58588 msgid "use of built-in parameter pack %qD outside of a template"
58589 msgstr ""
58591 #: cp/error.cc:4092
58592 #, gcc-internal-format
58593 msgid "(no argument)"
58594 msgstr ""
58596 #: cp/error.cc:4184
58597 #, gcc-internal-format
58598 msgid "[...]"
58599 msgstr ""
58601 #: cp/error.cc:4531
58602 #, gcc-internal-format
58603 msgid ""
58604 "extended initializer lists only available with %<-std=c++11%> or %<-std=gnu+"
58605 "+11%>"
58606 msgstr ""
58608 #: cp/error.cc:4536
58609 #, gcc-internal-format
58610 msgid ""
58611 "explicit conversion operators only available with %<-std=c++11%> or %<-"
58612 "std=gnu++11%>"
58613 msgstr ""
58615 #: cp/error.cc:4541
58616 #, gcc-internal-format
58617 msgid ""
58618 "variadic templates only available with %<-std=c++11%> or %<-std=gnu++11%>"
58619 msgstr ""
58621 #: cp/error.cc:4546
58622 #, gcc-internal-format
58623 msgid ""
58624 "lambda expressions only available with %<-std=c++11%> or %<-std=gnu++11%>"
58625 msgstr ""
58627 #: cp/error.cc:4551
58628 #, gcc-internal-format
58629 msgid "C++11 auto only available with %<-std=c++11%> or %<-std=gnu++11%>"
58630 msgstr ""
58632 #: cp/error.cc:4556
58633 #, gcc-internal-format
58634 msgid "scoped enums only available with %<-std=c++11%> or %<-std=gnu++11%>"
58635 msgstr ""
58637 #: cp/error.cc:4561
58638 #, gcc-internal-format
58639 msgid ""
58640 "defaulted and deleted functions only available with %<-std=c++11%> or %<-"
58641 "std=gnu++11%>"
58642 msgstr ""
58644 #: cp/error.cc:4567
58645 #, gcc-internal-format
58646 msgid ""
58647 "inline namespaces only available with %<-std=c++11%> or %<-std=gnu++11%>"
58648 msgstr ""
58650 #: cp/error.cc:4572
58651 #, gcc-internal-format
58652 msgid ""
58653 "override controls (override/final) only available with %<-std=c++11%> or %<-"
58654 "std=gnu++11%>"
58655 msgstr ""
58657 #: cp/error.cc:4577
58658 #, gcc-internal-format
58659 msgid ""
58660 "non-static data member initializers only available with %<-std=c++11%> or %<-"
58661 "std=gnu++11%>"
58662 msgstr ""
58664 #: cp/error.cc:4582
58665 #, gcc-internal-format
58666 msgid ""
58667 "user-defined literals only available with %<-std=c++11%> or %<-std=gnu++11%>"
58668 msgstr ""
58670 #: cp/error.cc:4587
58671 #, gcc-internal-format
58672 msgid ""
58673 "delegating constructors only available with %<-std=c++11%> or %<-std=gnu+"
58674 "+11%>"
58675 msgstr ""
58677 #: cp/error.cc:4592
58678 #, gcc-internal-format
58679 msgid ""
58680 "inheriting constructors only available with %<-std=c++11%> or %<-std=gnu+"
58681 "+11%>"
58682 msgstr ""
58684 #: cp/error.cc:4597
58685 #, gcc-internal-format
58686 msgid "C++11 attributes only available with %<-std=c++11%> or %<-std=gnu++11%>"
58687 msgstr ""
58689 #: cp/error.cc:4602
58690 #, gcc-internal-format
58691 msgid "ref-qualifiers only available with %<-std=c++11%> or %<-std=gnu++11%>"
58692 msgstr ""
58694 #: cp/error.cc:4652
58695 #, gcc-internal-format
58696 msgid "incomplete type %qT used in nested name specifier"
58697 msgstr ""
58699 #: cp/error.cc:4656
58700 #, gcc-internal-format
58701 msgid "reference to %<%T::%D%> is ambiguous"
58702 msgstr ""
58704 #: cp/error.cc:4670
58705 #, gcc-internal-format
58706 msgid "%qD is not a member of %qT; did you mean %qs?"
58707 msgstr ""
58709 #: cp/error.cc:4674 cp/typeck.cc:2883
58710 #, gcc-internal-format
58711 msgid "%qD is not a member of %qT"
58712 msgstr ""
58714 #: cp/error.cc:4696
58715 #, gcc-internal-format
58716 msgid "%qD is not a member of %qD; did you mean %qs?"
58717 msgstr ""
58719 #: cp/error.cc:4700 cp/typeck.cc:3476
58720 #, gcc-internal-format
58721 msgid "%qD is not a member of %qD"
58722 msgstr ""
58724 #: cp/error.cc:4711
58725 #, gcc-internal-format
58726 msgid "%<::%D%> has not been declared; did you mean %qs?"
58727 msgstr ""
58729 #: cp/error.cc:4715
58730 #, gcc-internal-format
58731 msgid "%<::%D%> has not been declared"
58732 msgstr ""
58734 #: cp/except.cc:377
58735 #, gcc-internal-format
58736 msgid "exception handling disabled, use %<-fexceptions%> to enable"
58737 msgstr ""
58739 #: cp/except.cc:623
58740 #, gcc-internal-format
58741 msgid "throwing NULL, which has integral, not pointer type"
58742 msgstr ""
58744 #: cp/except.cc:736
58745 #, gcc-internal-format
58746 msgid "  in thrown expression"
58747 msgstr ""
58749 #: cp/except.cc:881
58750 #, gcc-internal-format
58751 msgid "cannot declare %<catch%> parameter to be of rvalue reference type %qT"
58752 msgstr ""
58754 #: cp/except.cc:889
58755 #, gcc-internal-format
58756 msgid ""
58757 "cannot throw expression of type %qT because it involves types of variable "
58758 "size"
58759 msgstr ""
58761 #: cp/except.cc:892
58762 #, gcc-internal-format
58763 msgid "cannot catch type %qT because it involves types of variable size"
58764 msgstr ""
58766 #: cp/except.cc:992
58767 #, gcc-internal-format
58768 msgid "exception of type %qT will be caught by earlier handler"
58769 msgstr ""
58771 #: cp/except.cc:994
58772 #, gcc-internal-format
58773 msgid "for type %qT"
58774 msgstr ""
58776 #: cp/except.cc:1023
58777 #, gcc-internal-format
58778 msgid "%<...%> handler must be the last handler for its try block"
58779 msgstr ""
58781 #: cp/except.cc:1119
58782 #, gcc-internal-format
58783 msgid "noexcept-expression evaluates to %<false%> because of a call to %qD"
58784 msgstr ""
58786 #: cp/except.cc:1122
58787 #, gcc-internal-format
58788 msgid "but %qD does not throw; perhaps it should be declared %<noexcept%>"
58789 msgstr ""
58791 #: cp/expr.cc:233
58792 #, gcc-internal-format
58793 msgid ""
58794 "using value of assignment with %<volatile%>-qualified left operand is "
58795 "deprecated"
58796 msgstr ""
58798 #: cp/friend.cc:194
58799 #, gcc-internal-format
58800 msgid "%qD is already a friend of class %qT"
58801 msgstr ""
58803 #: cp/friend.cc:291
58804 #, gcc-internal-format
58805 msgid "invalid type %qT declared %<friend%>"
58806 msgstr ""
58808 #. template <class U> friend class T::X<U>;
58809 #. [temp.friend]
58810 #. Friend declarations shall not declare partial
58811 #. specializations.
58812 #: cp/friend.cc:308 cp/friend.cc:356
58813 #, gcc-internal-format
58814 msgid "partial specialization %qT declared %<friend%>"
58815 msgstr ""
58817 #: cp/friend.cc:322
58818 #, gcc-internal-format
58819 msgid ""
58820 "perhaps you need explicit template arguments in your nested-name-specifier"
58821 msgstr ""
58823 #: cp/friend.cc:334
58824 #, gcc-internal-format
58825 msgid "class %qT is implicitly friends with itself"
58826 msgstr ""
58828 #: cp/friend.cc:397
58829 #, gcc-internal-format
58830 msgid "%qT is not a member of %qT"
58831 msgstr ""
58833 #: cp/friend.cc:403
58834 #, gcc-internal-format
58835 msgid "%qT is not a member class template of %qT"
58836 msgstr ""
58838 #: cp/friend.cc:413
58839 #, gcc-internal-format
58840 msgid "%qT is not a nested class of %qT"
58841 msgstr ""
58843 #. template <class T> friend class T;
58844 #: cp/friend.cc:427
58845 #, gcc-internal-format
58846 msgid "template parameter type %qT declared %<friend%>"
58847 msgstr ""
58849 #. template <class T> friend class A; where A is not a template
58850 #: cp/friend.cc:435
58851 #, gcc-internal-format
58852 msgid "%q#T is not a template"
58853 msgstr ""
58855 #: cp/friend.cc:458
58856 #, gcc-internal-format
58857 msgid "%qD is already a friend of %qT"
58858 msgstr ""
58860 #: cp/friend.cc:468
58861 #, gcc-internal-format
58862 msgid "%qT is already a friend of %qT"
58863 msgstr ""
58865 #: cp/friend.cc:521
58866 #, gcc-internal-format
58867 msgid "friend declaration %qD may not have virt-specifiers"
58868 msgstr ""
58870 #: cp/friend.cc:599
58871 #, gcc-internal-format
58872 msgid "member %qD declared as friend before type %qT defined"
58873 msgstr ""
58875 #: cp/friend.cc:647
58876 #, gcc-internal-format
58877 msgid "friend declaration %q#D declares a non-template function"
58878 msgstr ""
58880 #: cp/friend.cc:651
58881 #, gcc-internal-format
58882 msgid ""
58883 "(if this is not what you intended, make sure the function template has "
58884 "already been declared and add %<<>%> after the function name here)"
58885 msgstr ""
58887 #: cp/init.cc:391
58888 #, gcc-internal-format
58889 msgid "value-initialization of incomplete type %qT"
58890 msgstr ""
58892 #: cp/init.cc:474
58893 #, gcc-internal-format
58894 msgid "cannot value-initialize array of unknown bound %qT"
58895 msgstr ""
58897 #: cp/init.cc:513
58898 #, gcc-internal-format
58899 msgid "value-initialization of function type %qT"
58900 msgstr ""
58902 #: cp/init.cc:519
58903 #, gcc-internal-format
58904 msgid "value-initialization of reference type %qT"
58905 msgstr ""
58907 #: cp/init.cc:586
58908 #, gcc-internal-format
58909 msgid "recursive instantiation of default member initializer for %qD"
58910 msgstr ""
58912 #: cp/init.cc:675
58913 #, gcc-internal-format
58914 msgid ""
58915 "default member initializer for %qD required before the end of its enclosing "
58916 "class"
58917 msgstr ""
58919 #: cp/init.cc:745
58920 #, gcc-internal-format
58921 msgid "initializer for flexible array member %q#D"
58922 msgstr ""
58924 #: cp/init.cc:810
58925 #, gcc-internal-format
58926 msgid ""
58927 "initializing %qD from %qE does not extend the lifetime of the underlying "
58928 "array"
58929 msgstr ""
58931 #: cp/init.cc:914 cp/init.cc:995
58932 #, gcc-internal-format
58933 msgid "%qD is initialized with itself"
58934 msgstr ""
58936 #: cp/init.cc:920
58937 #, gcc-internal-format
58938 msgid "reference %qD is not yet bound to a value when used here"
58939 msgstr ""
58941 #: cp/init.cc:924
58942 #, gcc-internal-format
58943 msgid "member %qD is used uninitialized"
58944 msgstr ""
58946 #: cp/init.cc:972
58947 #, gcc-internal-format
58948 msgid "%qD should be initialized in the member initialization list"
58949 msgstr ""
58951 #: cp/init.cc:1116
58952 #, gcc-internal-format
58953 msgid "invalid initializer for array member %q#D"
58954 msgstr ""
58956 #: cp/init.cc:1131 cp/init.cc:1157 cp/init.cc:2752 cp/method.cc:2450
58957 #, gcc-internal-format
58958 msgid "uninitialized const member in %q#T"
58959 msgstr ""
58961 #: cp/init.cc:1133 cp/init.cc:1151 cp/init.cc:1159 cp/init.cc:2737
58962 #: cp/init.cc:2765 cp/method.cc:2453 cp/method.cc:2464
58963 #, gcc-internal-format
58964 msgid "%q#D should be initialized"
58965 msgstr ""
58967 #: cp/init.cc:1149 cp/init.cc:2724 cp/method.cc:2461
58968 #, gcc-internal-format
58969 msgid "uninitialized reference member in %q#T"
58970 msgstr ""
58972 #: cp/init.cc:1334
58973 #, gcc-internal-format
58974 msgid "%qD will be initialized after"
58975 msgstr ""
58977 #: cp/init.cc:1337
58978 #, gcc-internal-format
58979 msgid "base %qT will be initialized after"
58980 msgstr ""
58982 #: cp/init.cc:1341
58983 #, gcc-internal-format
58984 msgid "  %q#D"
58985 msgstr ""
58987 #: cp/init.cc:1343
58988 #, gcc-internal-format
58989 msgid "  base %qT"
58990 msgstr ""
58992 #: cp/init.cc:1345
58993 #, gcc-internal-format
58994 msgid "  when initialized here"
58995 msgstr ""
58997 #: cp/init.cc:1362
58998 #, gcc-internal-format
58999 msgid "multiple initializations given for %qD"
59000 msgstr ""
59002 #: cp/init.cc:1366
59003 #, gcc-internal-format
59004 msgid "multiple initializations given for base %qT"
59005 msgstr ""
59007 #: cp/init.cc:1453
59008 #, gcc-internal-format
59009 msgid "initializations for multiple members of %qT"
59010 msgstr ""
59012 #: cp/init.cc:1562
59013 #, gcc-internal-format
59014 msgid ""
59015 "base class %q#T should be explicitly initialized in the copy constructor"
59016 msgstr ""
59018 #: cp/init.cc:1798 cp/init.cc:1817
59019 #, gcc-internal-format
59020 msgid "class %qT does not have any field named %qD"
59021 msgstr ""
59023 #: cp/init.cc:1804
59024 #, gcc-internal-format
59025 msgid ""
59026 "%q#D is a static data member; it can only be initialized at its definition"
59027 msgstr ""
59029 #: cp/init.cc:1811
59030 #, gcc-internal-format
59031 msgid "%q#D is not a non-static data member of %qT"
59032 msgstr ""
59034 #: cp/init.cc:1850
59035 #, gcc-internal-format
59036 msgid "unnamed initializer for %qT, which has no base classes"
59037 msgstr ""
59039 #: cp/init.cc:1858
59040 #, gcc-internal-format
59041 msgid "unnamed initializer for %qT, which uses multiple inheritance"
59042 msgstr ""
59044 #: cp/init.cc:1905
59045 #, gcc-internal-format
59046 msgid "%qD is both a direct base and an indirect virtual base"
59047 msgstr ""
59049 #: cp/init.cc:1913
59050 #, gcc-internal-format
59051 msgid "type %qT is not a direct or virtual base of %qT"
59052 msgstr ""
59054 #: cp/init.cc:1916
59055 #, gcc-internal-format
59056 msgid "type %qT is not a direct base of %qT"
59057 msgstr ""
59059 #: cp/init.cc:2028 cp/init.cc:4916 cp/typeck2.cc:1359
59060 #, gcc-internal-format
59061 msgid "array must be initialized with a brace-enclosed initializer"
59062 msgstr ""
59064 #: cp/init.cc:2349 cp/semantics.cc:3825 rust/backend/rust-tree.cc:4120
59065 #, gcc-internal-format
59066 msgid "%qT is not a class type"
59067 msgstr ""
59069 #: cp/init.cc:2407
59070 #, gcc-internal-format
59071 msgid "incomplete type %qT does not have member %qD"
59072 msgstr ""
59074 #: cp/init.cc:2421
59075 #, gcc-internal-format
59076 msgid "invalid pointer to bit-field %qD"
59077 msgstr ""
59079 #: cp/init.cc:2507 cp/typeck.cc:2361 rust/backend/rust-tree.cc:3763
59080 #, gcc-internal-format
59081 msgid "invalid use of non-static member function %qD"
59082 msgstr ""
59084 #: cp/init.cc:2514 cp/semantics.cc:2191
59085 #, gcc-internal-format
59086 msgid "invalid use of non-static data member %qD"
59087 msgstr ""
59089 #: cp/init.cc:2721
59090 #, gcc-internal-format
59091 msgid ""
59092 "uninitialized reference member in %q#T using %<new%> without new-initializer"
59093 msgstr ""
59095 #: cp/init.cc:2729
59096 #, gcc-internal-format
59097 msgid ""
59098 "uninitialized reference member in base %q#T of %q#T using %<new%> without "
59099 "new-initializer"
59100 msgstr ""
59102 #: cp/init.cc:2733
59103 #, gcc-internal-format
59104 msgid "uninitialized reference member in base %q#T of %q#T"
59105 msgstr ""
59107 #: cp/init.cc:2749
59108 #, gcc-internal-format
59109 msgid ""
59110 "uninitialized const member in %q#T using %<new%> without new-initializer"
59111 msgstr ""
59113 #: cp/init.cc:2757
59114 #, gcc-internal-format
59115 msgid ""
59116 "uninitialized const member in base %q#T of %q#T using %<new%> without new-"
59117 "initializer"
59118 msgstr ""
59120 #: cp/init.cc:2761
59121 #, gcc-internal-format
59122 msgid "uninitialized const member in base %q#T of %q#T"
59123 msgstr ""
59125 #: cp/init.cc:2876
59126 #, gcc-internal-format
59127 msgid ""
59128 "placement new constructing an object of type %<%T [%wu]%> and size %qwu in a "
59129 "region of type %qT and size %qwi"
59130 msgstr ""
59132 #: cp/init.cc:2879
59133 #, gcc-internal-format
59134 msgid ""
59135 "placement new constructing an object of type %<%T [%wu]%> and size %qwu in a "
59136 "region of type %qT and size at most %qwu"
59137 msgstr ""
59139 #: cp/init.cc:2889
59140 #, gcc-internal-format
59141 msgid ""
59142 "placement new constructing an array of objects of type %qT and size %qwu in "
59143 "a region of type %qT and size %qwi"
59144 msgstr ""
59146 #: cp/init.cc:2892
59147 #, gcc-internal-format
59148 msgid ""
59149 "placement new constructing an array of objects of type %qT and size %qwu in "
59150 "a region of type %qT and size at most %qwu"
59151 msgstr ""
59153 #: cp/init.cc:2901
59154 #, gcc-internal-format
59155 msgid ""
59156 "placement new constructing an object of type %qT and size %qwu in a region "
59157 "of type %qT and size %qwi"
59158 msgstr ""
59160 #: cp/init.cc:2904
59161 #, gcc-internal-format
59162 msgid ""
59163 "placement new constructing an object of type %qT and size %qwu in a region "
59164 "of type %qT and size at most %qwu"
59165 msgstr ""
59167 #: cp/init.cc:2921
59168 #, gcc-internal-format
59169 msgid "at offset %wi from %qD declared here"
59170 msgstr ""
59172 #: cp/init.cc:2925
59173 #, gcc-internal-format
59174 msgid "at offset [%wi, %wi] from %qD declared here"
59175 msgstr ""
59177 #: cp/init.cc:3123
59178 #, gcc-internal-format
59179 msgid "integer overflow in array size"
59180 msgstr ""
59182 #: cp/init.cc:3133
59183 #, gcc-internal-format
59184 msgid "array size in new-expression must be constant"
59185 msgstr ""
59187 #: cp/init.cc:3151
59188 #, gcc-internal-format
59189 msgid "variably modified type not allowed in new-expression"
59190 msgstr ""
59192 #: cp/init.cc:3167
59193 #, gcc-internal-format
59194 msgid ""
59195 "non-constant array new length must be specified directly, not by %<typedef%>"
59196 msgstr ""
59198 #: cp/init.cc:3169
59199 #, gcc-internal-format
59200 msgid ""
59201 "non-constant array new length must be specified without parentheses around "
59202 "the type-id"
59203 msgstr ""
59205 #: cp/init.cc:3179
59206 #, gcc-internal-format
59207 msgid "invalid type %<void%> for %<new%>"
59208 msgstr ""
59210 #: cp/init.cc:3185
59211 #, gcc-internal-format
59212 msgid ""
59213 "%<new%> of %<initializer_list%> does not extend the lifetime of the "
59214 "underlying array"
59215 msgstr ""
59217 #: cp/init.cc:3227
59218 #, gcc-internal-format
59219 msgid "uninitialized const in %<new%> of %q#T"
59220 msgstr ""
59222 #: cp/init.cc:3383
59223 #, gcc-internal-format
59224 msgid "no suitable %qD found in class %qT"
59225 msgstr ""
59227 #: cp/init.cc:3390 cp/search.cc:1200
59228 #, gcc-internal-format
59229 msgid "request for member %qD is ambiguous"
59230 msgstr ""
59232 #: cp/init.cc:3471
59233 #, gcc-internal-format
59234 msgid "%<new%> of type %qT with extended alignment %d"
59235 msgstr ""
59237 #: cp/init.cc:3474
59238 #, gcc-internal-format
59239 msgid "uses %qD, which does not have an alignment parameter"
59240 msgstr ""
59242 #: cp/init.cc:3477
59243 #, gcc-internal-format
59244 msgid "use %<-faligned-new%> to enable C++17 over-aligned new support"
59245 msgstr ""
59247 #: cp/init.cc:3673
59248 #, gcc-internal-format
59249 msgid "parenthesized initializer in array new"
59250 msgstr ""
59252 #: cp/init.cc:3949
59253 #, gcc-internal-format
59254 msgid "size in array new must have integral type"
59255 msgstr ""
59257 #: cp/init.cc:3978
59258 #, gcc-internal-format
59259 msgid "new cannot be applied to a reference type"
59260 msgstr ""
59262 #: cp/init.cc:3987
59263 #, gcc-internal-format
59264 msgid "new cannot be applied to a function type"
59265 msgstr ""
59267 #: cp/init.cc:4107
59268 #, gcc-internal-format
59269 msgid "possible problem detected in invocation of operator %<delete []%>"
59270 msgstr ""
59272 #: cp/init.cc:4111
59273 #, gcc-internal-format
59274 msgid ""
59275 "neither the destructor nor the class-specific operator %<delete []%> will be "
59276 "called, even if they are declared when the class is defined"
59277 msgstr ""
59279 #: cp/init.cc:4820
59280 #, gcc-internal-format
59281 msgid "initializer ends prematurely"
59282 msgstr ""
59284 #: cp/init.cc:5116
59285 #, gcc-internal-format
59286 msgid "unknown array size in delete"
59287 msgstr ""
59289 #: cp/init.cc:5150
59290 #, gcc-internal-format
59291 msgid "possible problem detected in invocation of %<operator delete%>"
59292 msgstr ""
59294 #: cp/init.cc:5155
59295 #, gcc-internal-format
59296 msgid ""
59297 "neither the destructor nor the class-specific %<operator delete%> will be "
59298 "called, even if they are declared when the class is defined"
59299 msgstr ""
59301 #: cp/init.cc:5170
59302 #, gcc-internal-format
59303 msgid ""
59304 "deleting object of abstract class type %qT which has non-virtual destructor "
59305 "will cause undefined behavior"
59306 msgstr ""
59308 #: cp/init.cc:5175
59309 #, gcc-internal-format
59310 msgid ""
59311 "deleting object of polymorphic class type %qT which has non-virtual "
59312 "destructor might cause undefined behavior"
59313 msgstr ""
59315 #: cp/init.cc:5482
59316 #, gcc-internal-format
59317 msgid "type to vector delete is neither pointer or array type"
59318 msgstr ""
59320 #: cp/lambda.cc:546
59321 #, gcc-internal-format
59322 msgid "array of runtime bound cannot be captured by copy, only by reference"
59323 msgstr ""
59325 #: cp/lambda.cc:561
59326 #, gcc-internal-format
59327 msgid ""
59328 "capture of variably-modified type %qT that is not an N3639 array of runtime "
59329 "bound"
59330 msgstr ""
59332 #: cp/lambda.cc:565
59333 #, gcc-internal-format
59334 msgid "because the array element type %qT has variable size"
59335 msgstr ""
59337 #: cp/lambda.cc:589
59338 #, gcc-internal-format
59339 msgid "cannot capture %qE by reference"
59340 msgstr ""
59342 #: cp/lambda.cc:599
59343 #, gcc-internal-format
59344 msgid "capture by copy of incomplete type %qT"
59345 msgstr ""
59347 #: cp/lambda.cc:654
59348 #, gcc-internal-format
59349 msgid "trying to capture %qD in instantiation of generic lambda"
59350 msgstr ""
59352 #: cp/lambda.cc:730
59353 #, gcc-internal-format
59354 msgid "implicit capture of %qE via %<[=]%> is deprecated in C++20"
59355 msgstr ""
59357 #: cp/lambda.cc:732
59358 #, gcc-internal-format
59359 msgid "add explicit %<this%> or %<*this%> capture"
59360 msgstr ""
59362 #: cp/lambda.cc:852
59363 #, gcc-internal-format
59364 msgid "%<this%> was not captured for this lambda function"
59365 msgstr ""
59367 #: cp/lex.cc:610
59368 #, gcc-internal-format
59369 msgid "invalid %<#pragma %s%>"
59370 msgstr ""
59372 #: cp/lex.cc:618
59373 #, gcc-internal-format
59374 msgid "%<#pragma vtable%> no longer supported"
59375 msgstr ""
59377 #: cp/lex.cc:690
59378 #, gcc-internal-format
59379 msgid "%<#pragma implementation%> for %qs appears after file is included"
59380 msgstr ""
59382 #: cp/lex.cc:718
59383 #, gcc-internal-format
59384 msgid "%qD not defined"
59385 msgstr ""
59387 #: cp/lex.cc:730
59388 #, gcc-internal-format
59389 msgid "%qD was not declared in this scope; did you mean %qs?"
59390 msgstr ""
59392 #: cp/lex.cc:734
59393 #, gcc-internal-format
59394 msgid "%qD was not declared in this scope"
59395 msgstr ""
59397 #. In a template, it is invalid to write "f()" or "f(3)" if no
59398 #. declaration of "f" is available.  Historically, G++ and most
59399 #. other compilers accepted that usage since they deferred all name
59400 #. lookup until instantiation time rather than doing unqualified
59401 #. name lookup at template definition time; explain to the user what
59402 #. is going wrong.
59404 #. Note that we have the exact wording of the following message in
59405 #. the manual (trouble.texi, node "Name lookup"), so they need to
59406 #. be kept in synch.
59407 #: cp/lex.cc:776
59408 #, gcc-internal-format
59409 msgid ""
59410 "there are no arguments to %qD that depend on a template parameter, so a "
59411 "declaration of %qD must be available"
59412 msgstr ""
59414 #: cp/lex.cc:785
59415 #, gcc-internal-format
59416 msgid ""
59417 "(if you use %<-fpermissive%>, G++ will accept your code, but allowing the "
59418 "use of an undeclared name is deprecated)"
59419 msgstr ""
59421 #: cp/logic.cc:303
59422 #, gcc-internal-format
59423 msgid "  # %E"
59424 msgstr ""
59426 #: cp/mangle.cc:2503
59427 #, gcc-internal-format
59428 msgid "mangling %<typeof%>, use %<decltype%> instead"
59429 msgstr ""
59431 #: cp/mangle.cc:2507
59432 #, gcc-internal-format
59433 msgid ""
59434 "use of built-in trait %qT in function signature; use library traits instead"
59435 msgstr ""
59437 #: cp/mangle.cc:3560
59438 #, gcc-internal-format
59439 msgid ""
59440 "use of built-in trait %qE in function signature; use library traits instead"
59441 msgstr ""
59443 #: cp/mangle.cc:3565
59444 #, gcc-internal-format, gfc-internal-format
59445 msgid "mangling %C"
59446 msgstr ""
59448 #: cp/mangle.cc:3641
59449 #, gcc-internal-format
59450 msgid "omitted middle operand to %<?:%> operand cannot be mangled"
59451 msgstr ""
59453 #: cp/mangle.cc:4209
59454 #, gcc-internal-format
59455 msgid ""
59456 "mangled name for %qD will change in C++17 because the exception "
59457 "specification is part of a function type"
59458 msgstr ""
59460 #: cp/mangle.cc:4255
59461 #, gcc-internal-format
59462 msgid ""
59463 "the mangled name of %qD changed between %<%s=%d%> (%qD) and %<%s=%d%> (%qD)"
59464 msgstr ""
59466 #: cp/mangle.cc:4261
59467 #, gcc-internal-format
59468 msgid ""
59469 "the mangled name of %qD changes between %<%s=%d%> (%qD) and %<%s=%d%> (%qD)"
59470 msgstr ""
59472 #: cp/mangle.cc:4533
59473 #, gcc-internal-format
59474 msgid ""
59475 "the mangled name of a thunk for %qD changes between %<-fabi-version=%d%> and "
59476 "%<-fabi-version=%d%>"
59477 msgstr ""
59479 #: cp/mangle.cc:4538
59480 #, gcc-internal-format
59481 msgid ""
59482 "the mangled name of %qD changes between %<-fabi-version=%d%> and %<-fabi-"
59483 "version=%d%>"
59484 msgstr ""
59486 #: cp/mangle.cc:4543
59487 #, gcc-internal-format
59488 msgid ""
59489 "the mangled name of the initialization guard variable for %qD changes "
59490 "between %<-fabi-version=%d%> and %<-fabi-version=%d%>"
59491 msgstr ""
59493 #: cp/mapper-client.cc:312
59494 #, gcc-internal-format
59495 msgid "failed %s mapper %qs line %u"
59496 msgstr ""
59498 #: cp/mapper-client.cc:313
59499 #, gcc-internal-format
59500 msgid "failed %s mapper %qs"
59501 msgstr ""
59503 #: cp/mapper-client.cc:325
59504 #, gcc-internal-format, gfc-internal-format
59505 msgid "failed mapper handshake %s"
59506 msgstr ""
59508 #: cp/mapper-client.cc:359
59509 #, gcc-internal-format, gfc-internal-format
59510 msgid "mapper died by signal %s"
59511 msgstr ""
59513 #: cp/mapper-client.cc:362
59514 #, gcc-internal-format, gfc-internal-format
59515 msgid "mapper exit status %d"
59516 msgstr ""
59518 #: cp/method.cc:855 cp/method.cc:2403
59519 #, gcc-internal-format
59520 msgid "non-static const member %q#D, cannot use default assignment operator"
59521 msgstr ""
59523 #: cp/method.cc:861 cp/method.cc:2409
59524 #, gcc-internal-format
59525 msgid ""
59526 "non-static reference member %q#D, cannot use default assignment operator"
59527 msgstr ""
59529 #: cp/method.cc:951
59530 #, gcc-internal-format
59531 msgid "%qD is not a static data member"
59532 msgstr ""
59534 #: cp/method.cc:952
59535 #, gcc-internal-format
59536 msgid "determining value of %qs"
59537 msgstr ""
59539 #: cp/method.cc:979
59540 #, gcc-internal-format
59541 msgid "forming type of %qs"
59542 msgstr ""
59544 #: cp/method.cc:1170
59545 #, gcc-internal-format
59546 msgid "defaulted %qD only available with %<-std=c++20%> or %<-std=gnu++20%>"
59547 msgstr ""
59549 #: cp/method.cc:1185
59550 #, gcc-internal-format
59551 msgid "defaulted %qD must return %<bool%>"
59552 msgstr ""
59554 #: cp/method.cc:1193
59555 #, gcc-internal-format
59556 msgid "defaulted %qD must be %<const%>"
59557 msgstr ""
59559 #: cp/method.cc:1198
59560 #, gcc-internal-format
59561 msgid "defaulted %qD must not have %<&&%> ref-qualifier"
59562 msgstr ""
59564 #: cp/method.cc:1225
59565 #, gcc-internal-format
59566 msgid "defaulted %qD is not a friend of %qT"
59567 msgstr ""
59569 #: cp/method.cc:1234
59570 #, gcc-internal-format
59571 msgid "defaulted member %qD must have parameter type %<const %T&%>"
59572 msgstr ""
59574 #: cp/method.cc:1237
59575 #, gcc-internal-format
59576 msgid "defaulted %qD must have parameters of either type %<const %T&%> or %qT"
59577 msgstr ""
59579 #: cp/method.cc:1240
59580 #, gcc-internal-format
59581 msgid ""
59582 "defaulted %qD must have parameters of either type %<const %T&%> or %qT, not "
59583 "both"
59584 msgstr ""
59586 #. Return type is auto, suggest changing it.
59587 #: cp/method.cc:1397
59588 #, gcc-internal-format
59589 msgid ""
59590 "changing the return type from %qs to a comparison category type will allow "
59591 "the comparison to use %qs and %qs"
59592 msgstr ""
59594 #: cp/method.cc:1417
59595 #, gcc-internal-format
59596 msgid ""
59597 "three-way comparison of %qD has type %qT, not a comparison category type"
59598 msgstr ""
59600 #: cp/method.cc:1426
59601 #, gcc-internal-format
59602 msgid "three-way comparison of %qD has type %qT, which does not convert to %qT"
59603 msgstr ""
59605 #: cp/method.cc:1471
59606 #, gcc-internal-format
59607 msgid "cannot default compare union %qT"
59608 msgstr ""
59610 #: cp/method.cc:1539
59611 #, gcc-internal-format
59612 msgid "cannot default compare reference member %qD"
59613 msgstr ""
59615 #: cp/method.cc:1548
59616 #, gcc-internal-format
59617 msgid "cannot default compare anonymous union member"
59618 msgstr ""
59620 #: cp/method.cc:1566
59621 #, gcc-internal-format
59622 msgid "cannot default compare flexible array member"
59623 msgstr ""
59625 #: cp/method.cc:1853
59626 #, gcc-internal-format
59627 msgid "synthesized method %qD first required here"
59628 msgstr ""
59630 #: cp/method.cc:2326
59631 #, gcc-internal-format
59632 msgid "union member %q+D with non-trivial %qD"
59633 msgstr ""
59635 #: cp/method.cc:2337
59636 #, gcc-internal-format
59637 msgid "defaulted destructor calls non-%<constexpr%> %qD"
59638 msgstr ""
59640 #: cp/method.cc:2338
59641 #, gcc-internal-format
59642 msgid "defaulted constructor calls non-%<constexpr%> %qD"
59643 msgstr ""
59645 #: cp/method.cc:2426
59646 #, gcc-internal-format
59647 msgid "initializer for %q#D is invalid"
59648 msgstr ""
59650 #: cp/method.cc:2483
59651 #, gcc-internal-format
59652 msgid "defaulted default constructor does not initialize %q#D"
59653 msgstr ""
59655 #: cp/method.cc:2494
59656 #, gcc-internal-format
59657 msgid "copying non-static data member %q#D of rvalue reference type"
59658 msgstr ""
59660 #. A trivial constructor doesn't have any NSDMI.
59661 #: cp/method.cc:2712
59662 #, gcc-internal-format
59663 msgid ""
59664 "defaulted default constructor does not initialize any non-static data member"
59665 msgstr ""
59667 #: cp/method.cc:2755
59668 #, gcc-internal-format
59669 msgid ""
59670 "defaulted move assignment for %qT calls a non-trivial move assignment "
59671 "operator for virtual base %qT"
59672 msgstr ""
59674 #: cp/method.cc:2886
59675 #, gcc-internal-format
59676 msgid "a lambda closure type has a deleted default constructor"
59677 msgstr ""
59679 #: cp/method.cc:2889
59680 #, gcc-internal-format
59681 msgid "a lambda closure type has a deleted copy assignment operator"
59682 msgstr ""
59684 #: cp/method.cc:2898
59685 #, gcc-internal-format
59686 msgid ""
59687 "%q#D is implicitly declared as deleted because %qT declares a move "
59688 "constructor or move assignment operator"
59689 msgstr ""
59691 #: cp/method.cc:2909
59692 #, gcc-internal-format
59693 msgid "%q#D inherits from multiple base subobjects"
59694 msgstr ""
59696 #: cp/method.cc:2917 cp/method.cc:2941
59697 #, gcc-internal-format
59698 msgid ""
59699 "%q#D is implicitly deleted because the default definition would be ill-"
59700 "formed:"
59701 msgstr ""
59703 #: cp/method.cc:2950
59704 msgid ""
59705 "%q#F is implicitly deleted because its exception-specification does not "
59706 "match the implicit exception-specification %qX"
59707 msgstr ""
59709 #: cp/method.cc:3353
59710 #, gcc-internal-format
59711 msgid "defaulted declaration %q+D does not match the expected signature"
59712 msgstr ""
59714 #: cp/method.cc:3356
59715 #, gcc-internal-format
59716 msgid "expected signature: %qD"
59717 msgstr ""
59719 #: cp/method.cc:3388
59720 #, gcc-internal-format
59721 msgid ""
59722 "explicitly defaulted function %q+D cannot be declared %qs because the "
59723 "implicit declaration is not %qs:"
59724 msgstr ""
59726 #: cp/method.cc:3408
59727 #, gcc-internal-format
59728 msgid "a template cannot be defaulted"
59729 msgstr ""
59731 #: cp/method.cc:3443
59732 #, gcc-internal-format
59733 msgid "%qD cannot be defaulted"
59734 msgstr ""
59736 #: cp/method.cc:3452
59737 #, gcc-internal-format
59738 msgid "defaulted function %q+D with default argument"
59739 msgstr ""
59741 #: cp/module.cc:1551
59742 #, gcc-internal-format
59743 msgid "section %qs is missing or corrupted"
59744 msgstr ""
59746 #: cp/module.cc:1553
59747 #, gcc-internal-format, gfc-internal-format
59748 msgid "section #%u is missing or corrupted"
59749 msgstr ""
59751 #: cp/module.cc:1775
59752 #, gcc-internal-format
59753 msgid "not Encapsulated Lazy Records of Named Declarations"
59754 msgstr ""
59756 #: cp/module.cc:1790
59757 #, gcc-internal-format
59758 msgid "unexpected encapsulation format or type"
59759 msgstr ""
59761 #: cp/module.cc:1799
59762 #, gcc-internal-format
59763 msgid "encapsulation is malformed"
59764 msgstr ""
59766 #: cp/module.cc:11308
59767 #, gcc-internal-format
59768 msgid "conflicting global module declaration %#qD"
59769 msgstr ""
59771 #: cp/module.cc:11310
59772 #, gcc-internal-format
59773 msgid "existing declaration %#qD"
59774 msgstr ""
59776 #: cp/module.cc:12327
59777 #, gcc-internal-format
59778 msgid "definition of %qD does not match"
59779 msgstr ""
59781 #: cp/module.cc:12329
59782 #, gcc-internal-format
59783 msgid "existing definition %qD"
59784 msgstr ""
59786 #: cp/module.cc:12341
59787 #, gcc-internal-format
59788 msgid "... this enumerator %qD"
59789 msgstr ""
59791 #: cp/module.cc:12343
59792 #, gcc-internal-format
59793 msgid "enumerator %qD does not match ..."
59794 msgstr ""
59796 #: cp/module.cc:12349
59797 #, gcc-internal-format
59798 msgid "additional enumerators beginning with %qD"
59799 msgstr ""
59801 #: cp/module.cc:12353
59802 #, gcc-internal-format
59803 msgid "enumeration range differs"
59804 msgstr ""
59806 #: cp/module.cc:13482
59807 #, gcc-internal-format
59808 msgid "%q#D references internal linkage entity %q#D"
59809 msgstr ""
59811 #: cp/module.cc:14059
59812 #, gcc-internal-format
59813 msgid "recursive lazy load"
59814 msgstr ""
59816 #. Cannot import the current module.
59817 #: cp/module.cc:14078
59818 #, gcc-internal-format
59819 msgid "cannot import module in its own purview"
59820 msgstr ""
59822 #: cp/module.cc:14079 cp/module.cc:19271
59823 #, gcc-internal-format
59824 msgid "module %qs declared here"
59825 msgstr ""
59827 #: cp/module.cc:14423
59828 #, gcc-internal-format
59829 msgid "indirect import %qs is not already loaded"
59830 msgstr ""
59832 #: cp/module.cc:14429
59833 #, gcc-internal-format
59834 msgid "import %qs has CRC mismatch"
59835 msgstr ""
59837 #: cp/module.cc:16226
59838 #, gcc-internal-format
59839 msgid "unable to represent further imported source locations"
59840 msgstr ""
59842 #: cp/module.cc:17099
59843 #, gcc-internal-format
59844 msgid "not exporting %<#define %E%> as it is a keyword"
59845 msgstr ""
59847 #: cp/module.cc:17339
59848 #, gcc-internal-format
59849 msgid "macro definitions of %qE corrupted"
59850 msgstr ""
59852 #: cp/module.cc:17363 cp/module.cc:17366
59853 #, gcc-internal-format
59854 msgid "inconsistent imported macro definition %qE"
59855 msgstr ""
59857 #: cp/module.cc:17372
59858 #, gcc-internal-format
59859 msgid "%<#undef %E%>"
59860 msgstr ""
59862 #: cp/module.cc:17374
59863 #, gcc-internal-format
59864 msgid "%<#define %s%>"
59865 msgstr ""
59867 #: cp/module.cc:17606
59868 #, gcc-internal-format
59869 msgid "compiled module file is %qs"
59870 msgstr ""
59872 #: cp/module.cc:17643 cp/module.cc:17648
59873 #, gcc-internal-format, gfc-internal-format
59874 msgid "compiled module is %sversion %s"
59875 msgstr ""
59877 #: cp/module.cc:17654
59878 #, gcc-internal-format, gfc-internal-format
59879 msgid "compiler is %sversion %s%s%s"
59880 msgstr ""
59882 #: cp/module.cc:17684
59883 #, gcc-internal-format
59884 msgid "module %qs found"
59885 msgstr ""
59887 #: cp/module.cc:17686
59888 #, gcc-internal-format
59889 msgid "header module expected, module %qs found"
59890 msgstr ""
59892 #: cp/module.cc:17687
59893 #, gcc-internal-format
59894 msgid "module %qs expected, header module found"
59895 msgstr ""
59897 #: cp/module.cc:17702
59898 #, gcc-internal-format
59899 msgid "module %qs CRC mismatch"
59900 msgstr ""
59902 #: cp/module.cc:17716
59903 #, gcc-internal-format
59904 msgid "target & host is %qs:%qs, expected %qs:%qs"
59905 msgstr ""
59907 #: cp/module.cc:17728
59908 #, gcc-internal-format
59909 msgid "language dialect differs %qs, expected %qs"
59910 msgstr ""
59912 #: cp/module.cc:17744
59913 #, gcc-internal-format
59914 msgid "module contains OpenMP, use %<-fopenmp%> to enable"
59915 msgstr ""
59917 #: cp/module.cc:17761
59918 #, gcc-internal-format
59919 msgid "fixed tree mismatch"
59920 msgstr ""
59922 #: cp/module.cc:17852
59923 #, gcc-internal-format
59924 msgid "interface partition is not exported"
59925 msgstr ""
59927 #: cp/module.cc:18409
59928 #, gcc-internal-format, gfc-internal-format
59929 msgid "failed to read compiled module cluster %u: %s"
59930 msgstr ""
59932 #: cp/module.cc:18447
59933 #, gcc-internal-format, gfc-internal-format
59934 msgid "failed to read compiled module: %s"
59935 msgstr ""
59937 #: cp/module.cc:18457
59938 #, gcc-internal-format
59939 msgid ""
59940 "consider using %<-fno-module-lazy%>, increasing %<-param-lazy-modules=%u%> "
59941 "value, or increasing the per-process file descriptor limit"
59942 msgstr ""
59944 #: cp/module.cc:18462
59945 #, gcc-internal-format
59946 msgid "imports must be built before being imported"
59947 msgstr ""
59949 #: cp/module.cc:18465
59950 #, gcc-internal-format
59951 msgid "returning to the gate for a mechanical issue"
59952 msgstr ""
59954 #: cp/module.cc:18968
59955 #, gcc-internal-format
59956 msgid "reading CMI %qs"
59957 msgstr ""
59959 #: cp/module.cc:19116
59960 #, gcc-internal-format
59961 msgid "failed to load binding %<%E%s%E%>"
59962 msgstr ""
59964 #: cp/module.cc:19117
59965 #, gcc-internal-format
59966 msgid "failed to load binding %<%E%s%E@%s%>"
59967 msgstr ""
59969 #: cp/module.cc:19124
59970 #, gcc-internal-format
59971 msgid "during load of binding %<%E%s%E%>"
59972 msgstr ""
59974 #: cp/module.cc:19125
59975 #, gcc-internal-format
59976 msgid "during load of binding %<%E%s%E@%s%>"
59977 msgstr ""
59979 #: cp/module.cc:19187
59980 #, gcc-internal-format
59981 msgid "failed to load pendings for %<%E%s%E%>"
59982 msgstr ""
59984 #: cp/module.cc:19191
59985 #, gcc-internal-format
59986 msgid "during load of pendings for %<%E%s%E%>"
59987 msgstr ""
59989 #. Only header units should appear inside language
59990 #. specifications.  The std doesn't specify this, but I think
59991 #. that's an error in resolving US 033, because language linkage
59992 #. is also our escape clause to getting things into the global
59993 #. module, so we don't want to confuse things by having to think
59994 #. about whether 'extern "C++" { import foo; }' puts foo's
59995 #. contents into the global module all of a sudden.
59996 #: cp/module.cc:19236
59997 #, gcc-internal-format
59998 msgid "import of named module %qs inside language-linkage block"
59999 msgstr ""
60001 #: cp/module.cc:19266
60002 #, gcc-internal-format
60003 msgid "module already declared"
60004 msgstr ""
60006 #: cp/module.cc:19267
60007 #, gcc-internal-format
60008 msgid "module already imported"
60009 msgstr ""
60011 #: cp/module.cc:19272
60012 #, gcc-internal-format
60013 msgid "module %qs imported here"
60014 msgstr ""
60016 #: cp/module.cc:19479
60017 #, gcc-internal-format, gfc-internal-format
60018 msgid "unknown Compiled Module Interface: %s"
60019 msgstr ""
60021 #: cp/module.cc:19522
60022 #, gcc-internal-format
60023 msgid "cannot determine %<#include%> translation of %s: %s"
60024 msgstr ""
60026 #: cp/module.cc:19540
60027 #, gcc-internal-format
60028 msgid "include %qs translated to import"
60029 msgstr ""
60031 #: cp/module.cc:19541
60032 #, gcc-internal-format
60033 msgid "include %qs processed textually"
60034 msgstr ""
60036 #: cp/module.cc:19899
60037 #, gcc-internal-format
60038 msgid "C++ modules are incompatible with precompiled headers"
60039 msgstr ""
60041 #: cp/module.cc:19903
60042 #, gcc-internal-format
60043 msgid "C++ modules are incompatible with traditional preprocessing"
60044 msgstr ""
60046 #: cp/module.cc:19913
60047 #, gcc-internal-format
60048 msgid "macro debug output may be incomplete with modules"
60049 msgstr ""
60051 #: cp/module.cc:19914
60052 #, gcc-internal-format
60053 msgid "module dependencies require preprocessing"
60054 msgstr ""
60056 #: cp/module.cc:19916
60057 #, gcc-internal-format
60058 msgid "you should use the %<-%s%> option"
60059 msgstr ""
60061 #: cp/module.cc:19951 cp/module.cc:19980
60062 #, gcc-internal-format
60063 msgid "invalid header name %qs"
60064 msgstr ""
60066 #: cp/module.cc:19990
60067 #, gcc-internal-format
60068 msgid "invalid module name %qs"
60069 msgstr ""
60071 #: cp/module.cc:20180
60072 #, gcc-internal-format
60073 msgid "%<-fmodule-only%> used for non-interface"
60074 msgstr ""
60076 #: cp/module.cc:20220
60077 #, gcc-internal-format
60078 msgid "writing CMI %qs"
60079 msgstr ""
60081 #: cp/module.cc:20227
60082 #, gcc-internal-format
60083 msgid "not writing module %qs due to errors"
60084 msgstr ""
60086 #: cp/module.cc:20292
60087 #, gcc-internal-format, gfc-internal-format
60088 msgid "failed to write compiled module: %s"
60089 msgstr ""
60091 #: cp/module.cc:20389
60092 #, gcc-internal-format
60093 msgid "unknown header kind %qs"
60094 msgstr ""
60096 #: cp/name-lookup.cc:2712
60097 #, gcc-internal-format
60098 msgid "redeclaration of %q#D with different template parameters"
60099 msgstr ""
60101 #: cp/name-lookup.cc:2718
60102 #, gcc-internal-format
60103 msgid "%q#D conflicts with a previous declaration"
60104 msgstr ""
60106 #: cp/name-lookup.cc:2883
60107 #, gcc-internal-format
60108 msgid "%q#D hides constructor for %q#D"
60109 msgstr ""
60111 #: cp/name-lookup.cc:3032
60112 #, gcc-internal-format
60113 msgid "conflicting C language linkage declaration %q#D"
60114 msgstr ""
60116 #: cp/name-lookup.cc:3037
60117 #, gcc-internal-format
60118 msgid "due to different exception specifications"
60119 msgstr ""
60121 #: cp/name-lookup.cc:3135
60122 #, gcc-internal-format
60123 msgid "lambda parameter %qD previously declared as a capture"
60124 msgstr ""
60126 #: cp/name-lookup.cc:3158
60127 #, gcc-internal-format
60128 msgid "declaration of %q#D shadows a parameter"
60129 msgstr ""
60131 #: cp/name-lookup.cc:3297
60132 #, gcc-internal-format
60133 msgid "declaration of %qD shadows a member of %qT"
60134 msgstr ""
60136 #: cp/name-lookup.cc:3760
60137 #, gcc-internal-format
60138 msgid "friend declaration %qD in local class without prior local declaration"
60139 msgstr ""
60141 #: cp/name-lookup.cc:4228
60142 #, gcc-internal-format
60143 msgid "%s %<%s(%E)%> %p %d"
60144 msgstr ""
60146 #: cp/name-lookup.cc:4231
60147 #, gcc-internal-format
60148 msgid "%s %s %p %d"
60149 msgstr ""
60151 #: cp/name-lookup.cc:4842
60152 #, gcc-internal-format
60153 msgid "%q#D does not have external linkage"
60154 msgstr ""
60156 #: cp/name-lookup.cc:4844 cp/parser.cc:11424 cp/parser.cc:11434
60157 #: cp/semantics.cc:4011 cp/semantics.cc:4026
60158 #, gcc-internal-format
60159 msgid "%q#D declared here"
60160 msgstr ""
60162 #: cp/name-lookup.cc:5556
60163 #, gcc-internal-format
60164 msgid "%<%T%s%D%> names destructor"
60165 msgstr ""
60167 #: cp/name-lookup.cc:5572
60168 #, gcc-internal-format
60169 msgid "using-declaration for non-member at class scope"
60170 msgstr ""
60172 #: cp/name-lookup.cc:5580
60173 #, gcc-internal-format
60174 msgid ""
60175 "%<using%> with enumeration scope %q#T only available with %<-std=c++20%> or "
60176 "%<-std=gnu++20%>"
60177 msgstr ""
60179 #: cp/name-lookup.cc:5596 cp/pt.cc:18903
60180 #, gcc-internal-format
60181 msgid "%qT is not a class, namespace, or enumeration"
60182 msgstr ""
60184 #: cp/name-lookup.cc:5606
60185 #, gcc-internal-format
60186 msgid "non-member using-declaration names constructor of %qT"
60187 msgstr ""
60189 #: cp/name-lookup.cc:5617 cp/name-lookup.cc:5690
60190 #, gcc-internal-format
60191 msgid "using-declaration for member at non-class scope"
60192 msgstr ""
60194 #: cp/name-lookup.cc:5640
60195 #, gcc-internal-format
60196 msgid "%qT is not a direct base of %qT"
60197 msgstr ""
60199 #: cp/name-lookup.cc:5700
60200 #, gcc-internal-format
60201 msgid "did you mean %<using enum %T::%D%>?"
60202 msgstr ""
60204 #: cp/name-lookup.cc:5712
60205 #, gcc-internal-format
60206 msgid "%qD has not been declared in %qD"
60207 msgstr ""
60209 #: cp/name-lookup.cc:5726
60210 #, gcc-internal-format
60211 msgid "using-declaration may not name namespace %qD"
60212 msgstr ""
60214 #: cp/name-lookup.cc:5737
60215 #, gcc-internal-format
60216 msgid "%<%T::%D%> names constructor in %qT"
60217 msgstr ""
60219 #: cp/name-lookup.cc:5830
60220 #, gcc-internal-format
60221 msgid "declaration of %qD not in a namespace surrounding %qD"
60222 msgstr ""
60224 #: cp/name-lookup.cc:5871
60225 #, gcc-internal-format
60226 msgid "explicit qualification in declaration of %qD"
60227 msgstr ""
60229 #: cp/name-lookup.cc:5881
60230 #, gcc-internal-format
60231 msgid "%qD should have been declared inside %qD"
60232 msgstr ""
60234 #: cp/name-lookup.cc:5949
60235 #, gcc-internal-format
60236 msgid "%qD has not been declared within %qD"
60237 msgstr ""
60239 #: cp/name-lookup.cc:5951
60240 #, gcc-internal-format
60241 msgid "only here as a %<friend%>"
60242 msgstr ""
60244 #: cp/name-lookup.cc:6005
60245 #, gcc-internal-format
60246 msgid "%qD attribute requires a single NTBS argument"
60247 msgstr ""
60249 #: cp/name-lookup.cc:6012
60250 #, gcc-internal-format
60251 msgid ""
60252 "%qD attribute is meaningless since members of the anonymous namespace get "
60253 "local symbols"
60254 msgstr ""
60256 #: cp/name-lookup.cc:6022 cp/name-lookup.cc:6049
60257 #, gcc-internal-format
60258 msgid "ignoring %qD attribute on anonymous namespace"
60259 msgstr ""
60261 #: cp/name-lookup.cc:6028
60262 #, gcc-internal-format
60263 msgid "ignoring %qD attribute on non-inline namespace"
60264 msgstr ""
60266 #: cp/name-lookup.cc:6065 cp/name-lookup.cc:8341
60267 #, gcc-internal-format
60268 msgid "%qD attribute directive ignored"
60269 msgstr ""
60271 #: cp/name-lookup.cc:6391
60272 #, gcc-internal-format
60273 msgid "maximum limit of %d namespaces searched for %qE"
60274 msgstr ""
60276 #: cp/name-lookup.cc:6443
60277 #, gcc-internal-format
60278 msgid "suggested alternative:"
60279 msgid_plural "suggested alternatives:"
60280 msgstr[0] ""
60281 msgstr[1] ""
60283 #: cp/name-lookup.cc:6449
60284 #, gcc-internal-format
60285 msgid "  %qE"
60286 msgstr ""
60288 #: cp/name-lookup.cc:6761
60289 #, gcc-internal-format
60290 msgid ""
60291 "%<std::%s%> is defined in header %qs; did you forget to %<#include %s%>?"
60292 msgstr ""
60294 #: cp/name-lookup.cc:6767
60295 #, gcc-internal-format
60296 msgid "%<std::%s%> is only available from %s onwards"
60297 msgstr ""
60299 #: cp/name-lookup.cc:7203
60300 #, gcc-internal-format
60301 msgid "the macro %qs had not yet been defined"
60302 msgstr ""
60304 #: cp/name-lookup.cc:7206
60305 #, gcc-internal-format
60306 msgid "it was later defined here"
60307 msgstr ""
60309 #: cp/name-lookup.cc:7969
60310 #, gcc-internal-format
60311 msgid ""
60312 "declaration of %<std::initializer_list%> does not match %<#include "
60313 "<initializer_list>%>, isn%'t a template"
60314 msgstr ""
60316 #: cp/name-lookup.cc:8325
60317 #, gcc-internal-format
60318 msgid "%<strong%> using directive no longer supported"
60319 msgstr ""
60321 #: cp/name-lookup.cc:8328
60322 #, gcc-internal-format
60323 msgid "you can use an inline namespace instead"
60324 msgstr ""
60326 #. We only allow depth 255.
60327 #: cp/name-lookup.cc:8427
60328 #, gcc-internal-format, gfc-internal-format
60329 msgid "cannot nest more than %d namespaces"
60330 msgstr ""
60332 #: cp/name-lookup.cc:8524
60333 #, gcc-internal-format
60334 msgid "%<namespace %E%> is ambiguous"
60335 msgstr ""
60337 #: cp/name-lookup.cc:8540
60338 #, gcc-internal-format
60339 msgid "namespace alias %qD not allowed here, assuming %qD"
60340 msgstr ""
60342 #: cp/name-lookup.cc:8627
60343 #, gcc-internal-format
60344 msgid "inline namespace must be specified at initial definition"
60345 msgstr ""
60347 #: cp/name-lookup.cc:8628
60348 #, gcc-internal-format
60349 msgid "%qD defined here"
60350 msgstr ""
60352 #: cp/name-lookup.cc:8677
60353 #, gcc-internal-format
60354 msgid "%s namespace %qD conflicts with reachable definition"
60355 msgstr ""
60357 #: cp/name-lookup.cc:8679
60358 #, gcc-internal-format, gfc-internal-format
60359 msgid "reachable %s definition here"
60360 msgstr ""
60362 #: cp/name-lookup.cc:8722
60363 #, gcc-internal-format
60364 msgid "XXX entering %<pop_everything ()%>"
60365 msgstr ""
60367 #: cp/name-lookup.cc:8731
60368 #, gcc-internal-format
60369 msgid "XXX leaving %<pop_everything ()%>"
60370 msgstr ""
60372 #: cp/optimize.cc:605
60373 #, gcc-internal-format
60374 msgid "making multiple clones of %qD"
60375 msgstr ""
60377 #: cp/parser.cc:980
60378 #, gcc-internal-format
60379 msgid "identifier %qE is a keyword in C++11"
60380 msgstr ""
60382 #: cp/parser.cc:994
60383 #, gcc-internal-format
60384 msgid "identifier %qE is a keyword in C++20"
60385 msgstr ""
60387 #: cp/parser.cc:1493 cp/parser.cc:1506
60388 #, gcc-internal-format
60389 msgid "%<LEXER_DEBUGGING_ENABLED_P%> is not set to true"
60390 msgstr ""
60392 #: cp/parser.cc:1531 cp/parser.cc:46297
60393 #, gcc-internal-format
60394 msgid ""
60395 "%<#pragma omp declare %s%> not immediately followed by function declaration "
60396 "or definition"
60397 msgstr ""
60399 #: cp/parser.cc:1571
60400 #, gcc-internal-format
60401 msgid ""
60402 "%<declare %s%> directive not immediately followed by function declaration or "
60403 "definition"
60404 msgstr ""
60406 #: cp/parser.cc:3100
60407 #, gcc-internal-format
60408 msgid "%<#pragma%> is not allowed here"
60409 msgstr ""
60411 #: cp/parser.cc:3229
60412 #, gcc-internal-format
60413 msgid "%<%E::%E%> has not been declared"
60414 msgstr ""
60416 #: cp/parser.cc:3232
60417 #, gcc-internal-format
60418 msgid "%<::%E%> has not been declared"
60419 msgstr ""
60421 #: cp/parser.cc:3235
60422 #, gcc-internal-format
60423 msgid "request for member %qE in non-class type %qT"
60424 msgstr ""
60426 #: cp/parser.cc:3238 cp/parser.cc:21100
60427 #, gcc-internal-format
60428 msgid "%<%T::%E%> has not been declared"
60429 msgstr ""
60431 #: cp/parser.cc:3248
60432 #, gcc-internal-format
60433 msgid "%<%E::%E%> is not a type"
60434 msgstr ""
60436 #: cp/parser.cc:3252
60437 #, gcc-internal-format
60438 msgid "%<%E::%E%> is not a class or namespace"
60439 msgstr ""
60441 #: cp/parser.cc:3257
60442 #, gcc-internal-format
60443 msgid "%<%E::%E%> is not a class, namespace, or enumeration"
60444 msgstr ""
60446 #: cp/parser.cc:3270
60447 #, gcc-internal-format
60448 msgid "%<::%E%> is not a type"
60449 msgstr ""
60451 #: cp/parser.cc:3273
60452 #, gcc-internal-format
60453 msgid "%<::%E%> is not a class or namespace"
60454 msgstr ""
60456 #: cp/parser.cc:3277
60457 #, gcc-internal-format
60458 msgid "%<::%E%> is not a class, namespace, or enumeration"
60459 msgstr ""
60461 #: cp/parser.cc:3289
60462 #, gcc-internal-format
60463 msgid "%qE is not a type"
60464 msgstr ""
60466 #: cp/parser.cc:3292
60467 #, gcc-internal-format
60468 msgid "%qE is not a class or namespace"
60469 msgstr ""
60471 #: cp/parser.cc:3296
60472 #, gcc-internal-format
60473 msgid "%qE is not a class, namespace, or enumeration"
60474 msgstr ""
60476 #: cp/parser.cc:3360
60477 #, gcc-internal-format
60478 msgid "new types may not be defined in a return type"
60479 msgstr ""
60481 #: cp/parser.cc:3362
60482 #, gcc-internal-format
60483 msgid "(perhaps a semicolon is missing after the definition of %qT)"
60484 msgstr ""
60486 #: cp/parser.cc:3390
60487 #, gcc-internal-format
60488 msgid "%qE is not a class template"
60489 msgstr ""
60491 #: cp/parser.cc:3392
60492 #, gcc-internal-format
60493 msgid "%qE is not a template"
60494 msgstr ""
60496 #: cp/parser.cc:3395
60497 #, gcc-internal-format
60498 msgid "invalid template-id"
60499 msgstr ""
60501 #: cp/parser.cc:3429
60502 #, gcc-internal-format
60503 msgid "ISO C++ forbids using a floating-point literal in a constant-expression"
60504 msgstr ""
60506 #: cp/parser.cc:3433
60507 #, gcc-internal-format
60508 msgid ""
60509 "a cast to a type other than an integral or enumeration type cannot appear in "
60510 "a constant-expression"
60511 msgstr ""
60513 #: cp/parser.cc:3438
60514 #, gcc-internal-format
60515 msgid "%<typeid%> operator cannot appear in a constant-expression"
60516 msgstr ""
60518 #: cp/parser.cc:3442
60519 #, gcc-internal-format
60520 msgid "non-constant compound literals cannot appear in a constant-expression"
60521 msgstr ""
60523 #: cp/parser.cc:3446
60524 #, gcc-internal-format
60525 msgid "a function call cannot appear in a constant-expression"
60526 msgstr ""
60528 #: cp/parser.cc:3450
60529 #, gcc-internal-format
60530 msgid "an increment cannot appear in a constant-expression"
60531 msgstr ""
60533 #: cp/parser.cc:3454
60534 #, gcc-internal-format
60535 msgid "an decrement cannot appear in a constant-expression"
60536 msgstr ""
60538 #: cp/parser.cc:3458
60539 #, gcc-internal-format
60540 msgid "an array reference cannot appear in a constant-expression"
60541 msgstr ""
60543 #: cp/parser.cc:3462
60544 #, gcc-internal-format
60545 msgid "the address of a label cannot appear in a constant-expression"
60546 msgstr ""
60548 #: cp/parser.cc:3466
60549 #, gcc-internal-format
60550 msgid "calls to overloaded operators cannot appear in a constant-expression"
60551 msgstr ""
60553 #: cp/parser.cc:3470
60554 #, gcc-internal-format
60555 msgid "an assignment cannot appear in a constant-expression"
60556 msgstr ""
60558 #: cp/parser.cc:3473
60559 #, gcc-internal-format
60560 msgid "a comma operator cannot appear in a constant-expression"
60561 msgstr ""
60563 #: cp/parser.cc:3477
60564 #, gcc-internal-format
60565 msgid "a call to a constructor cannot appear in a constant-expression"
60566 msgstr ""
60568 #: cp/parser.cc:3481
60569 #, gcc-internal-format
60570 msgid "a transaction expression cannot appear in a constant-expression"
60571 msgstr ""
60573 #: cp/parser.cc:3527
60574 #, gcc-internal-format
60575 msgid "%qs cannot appear in a constant-expression"
60576 msgstr ""
60578 #: cp/parser.cc:3564
60579 #, gcc-internal-format
60580 msgid ""
60581 "class template argument deduction is only available with %<-std=c++17%> or "
60582 "%<-std=gnu++17%>"
60583 msgstr ""
60585 #: cp/parser.cc:3569
60586 #, gcc-internal-format
60587 msgid "invalid use of destructor %qD as a type"
60588 msgstr ""
60590 #. Something like 'unsigned A a;'
60591 #: cp/parser.cc:3572
60592 #, gcc-internal-format
60593 msgid "invalid combination of multiple type-specifiers"
60594 msgstr ""
60596 #: cp/parser.cc:3585
60597 #, gcc-internal-format
60598 msgid "%qE does not name a type; did you mean %qs?"
60599 msgstr ""
60601 #: cp/parser.cc:3589
60602 #, gcc-internal-format
60603 msgid "%qE does not name a type"
60604 msgstr ""
60606 #: cp/parser.cc:3598
60607 #, gcc-internal-format
60608 msgid ""
60609 "C++11 %<constexpr%> only available with %<-std=c++11%> or %<-std=gnu++11%>"
60610 msgstr ""
60612 #: cp/parser.cc:3601
60613 #, gcc-internal-format
60614 msgid ""
60615 "C++11 %<noexcept%> only available with %<-std=c++11%> or %<-std=gnu++11%>"
60616 msgstr ""
60618 #: cp/parser.cc:3607
60619 #, gcc-internal-format
60620 msgid "%qE is not recognized as a module control-line"
60621 msgstr ""
60623 #: cp/parser.cc:3610
60624 #, gcc-internal-format
60625 msgid "C++20 %qE only available with %<-fmodules-ts%>"
60626 msgstr ""
60628 #: cp/parser.cc:3613
60629 #, gcc-internal-format
60630 msgid ""
60631 "C++20 %qE only available with %<-fmodules-ts%>, which is not yet enabled "
60632 "with %<-std=c++20%>"
60633 msgstr ""
60635 #: cp/parser.cc:3619
60636 #, gcc-internal-format
60637 msgid ""
60638 "C++11 %<thread_local%> only available with %<-std=c++11%> or %<-std=gnu++11%>"
60639 msgstr ""
60641 #: cp/parser.cc:3622
60642 #, gcc-internal-format
60643 msgid ""
60644 "C++20 %<constinit%> only available with %<-std=c++20%> or %<-std=gnu++20%>"
60645 msgstr ""
60647 #: cp/parser.cc:3625
60648 #, gcc-internal-format
60649 msgid "%<concept%> only available with %<-std=c++20%> or %<-fconcepts%>"
60650 msgstr ""
60652 #: cp/parser.cc:3628 cp/parser.cc:30651
60653 #, gcc-internal-format
60654 msgid "%<requires%> only available with %<-std=c++20%> or %<-fconcepts%>"
60655 msgstr ""
60657 #: cp/parser.cc:3650
60658 #, gcc-internal-format
60659 msgid "(perhaps %<typename %T::%E%> was intended)"
60660 msgstr ""
60662 #: cp/parser.cc:3678 cp/parser.cc:3690
60663 #, gcc-internal-format
60664 msgid "%qE in namespace %qE does not name a template type; did you mean %qs?"
60665 msgstr ""
60667 #: cp/parser.cc:3683 cp/parser.cc:3695
60668 #, gcc-internal-format
60669 msgid "%qE in namespace %qE does not name a template type"
60670 msgstr ""
60672 #: cp/parser.cc:3703
60673 #, gcc-internal-format
60674 msgid "%qE in namespace %qE does not name a type; did you mean %qs?"
60675 msgstr ""
60677 #: cp/parser.cc:3708
60678 #, gcc-internal-format
60679 msgid "%qE in namespace %qE does not name a type"
60680 msgstr ""
60682 #: cp/parser.cc:3719
60683 #, gcc-internal-format
60684 msgid "%<%T::%E%> names the constructor, not the type"
60685 msgstr ""
60687 #: cp/parser.cc:3722
60688 #, gcc-internal-format
60689 msgid "and %qT has no template constructors"
60690 msgstr ""
60692 #: cp/parser.cc:3732
60693 #, gcc-internal-format
60694 msgid ""
60695 "need %<typename%> before %<%T::%D::%E%> because %<%T::%D%> is a dependent "
60696 "scope"
60697 msgstr ""
60699 #: cp/parser.cc:3740
60700 #, gcc-internal-format
60701 msgid "need %<typename%> before %<%T::%E%> because %qT is a dependent scope"
60702 msgstr ""
60704 #: cp/parser.cc:3752 cp/parser.cc:3756
60705 #, gcc-internal-format
60706 msgid "%qE in %q#T does not name a template type"
60707 msgstr ""
60709 #: cp/parser.cc:3760
60710 #, gcc-internal-format
60711 msgid "%qE in %q#T does not name a type"
60712 msgstr ""
60714 #: cp/parser.cc:4442
60715 #, gcc-internal-format
60716 msgid "expected string-literal"
60717 msgstr ""
60719 #: cp/parser.cc:4514
60720 #, gcc-internal-format
60721 msgid ""
60722 "inconsistent user-defined literal suffixes %qD and %qD in string literal"
60723 msgstr ""
60725 #: cp/parser.cc:4533
60726 #, gcc-internal-format
60727 msgid "concatenation of string literals with conflicting encoding prefixes"
60728 msgstr ""
60730 #: cp/parser.cc:4737
60731 #, gcc-internal-format
60732 msgid "unable to find character literal operator %qD with %qT argument"
60733 msgstr ""
60735 #: cp/parser.cc:4843
60736 #, gcc-internal-format
60737 msgid "integer literal exceeds range of %qT type"
60738 msgstr ""
60740 #: cp/parser.cc:4850
60741 #, gcc-internal-format
60742 msgid "floating literal exceeds range of %qT type"
60743 msgstr ""
60745 #: cp/parser.cc:4854
60746 #, gcc-internal-format
60747 msgid "floating literal truncated to zero"
60748 msgstr ""
60750 #: cp/parser.cc:4883
60751 #, gcc-internal-format
60752 msgid "failed to translate literal to execution character set %qT"
60753 msgstr ""
60755 #: cp/parser.cc:4917
60756 #, gcc-internal-format
60757 msgid "unable to find numeric literal operator %qD"
60758 msgstr ""
60760 #: cp/parser.cc:4923
60761 #, gcc-internal-format
60762 msgid ""
60763 "add %<using namespace std::complex_literals%> (from %<<complex>%>) to enable "
60764 "the C++14 user-defined literal suffixes"
60765 msgstr ""
60767 #: cp/parser.cc:4927
60768 #, gcc-internal-format
60769 msgid "or use %<j%> instead of %<i%> for the GNU built-in suffix"
60770 msgstr ""
60772 #: cp/parser.cc:4931
60773 #, gcc-internal-format
60774 msgid "use %<-fext-numeric-literals%> to enable more built-in suffixes"
60775 msgstr ""
60777 #: cp/parser.cc:5015
60778 #, gcc-internal-format
60779 msgid "unable to find string literal operator %qD with %qT, %qT arguments"
60780 msgstr ""
60782 #: cp/parser.cc:5109
60783 #, gcc-internal-format
60784 msgid "global module fragment contents must be from preprocessor inclusion"
60785 msgstr ""
60787 #: cp/parser.cc:5124 cp/parser.cc:15295
60788 #, gcc-internal-format
60789 msgid "expected declaration"
60790 msgstr ""
60792 #: cp/parser.cc:5485 cp/parser.cc:5500
60793 #, gcc-internal-format
60794 msgid "expected binary operator"
60795 msgstr ""
60797 #: cp/parser.cc:5506
60798 #, gcc-internal-format
60799 msgid "expected ..."
60800 msgstr ""
60802 #: cp/parser.cc:5518
60803 #, gcc-internal-format
60804 msgid "binary expression in operand of fold-expression"
60805 msgstr ""
60807 #: cp/parser.cc:5523
60808 #, gcc-internal-format
60809 msgid "conditional expression in operand of fold-expression"
60810 msgstr ""
60812 #: cp/parser.cc:5531
60813 #, gcc-internal-format
60814 msgid "mismatched operator in fold-expression"
60815 msgstr ""
60817 #: cp/parser.cc:5635
60818 #, gcc-internal-format
60819 msgid "fixed-point types not supported in C++"
60820 msgstr ""
60822 #: cp/parser.cc:5725
60823 #, gcc-internal-format
60824 msgid "ISO C++ forbids braced-groups within expressions"
60825 msgstr ""
60827 #: cp/parser.cc:5737
60828 #, gcc-internal-format
60829 msgid ""
60830 "statement-expressions are not allowed outside functions nor in template-"
60831 "argument lists"
60832 msgstr ""
60834 #: cp/parser.cc:5777
60835 #, gcc-internal-format
60836 msgid "fold-expressions only available with %<-std=c++17%> or %<-std=gnu++17%>"
60837 msgstr ""
60839 #: cp/parser.cc:5838 cp/parser.cc:5999 cp/parser.cc:6180 cp/semantics.cc:4169
60840 #, gcc-internal-format
60841 msgid "expected primary-expression"
60842 msgstr ""
60844 #: cp/parser.cc:5868
60845 #, gcc-internal-format
60846 msgid "%<this%> may not be used in this context"
60847 msgstr ""
60849 #: cp/parser.cc:5993
60850 #, gcc-internal-format
60851 msgid "a template declaration cannot appear at block scope"
60852 msgstr ""
60854 #: cp/parser.cc:6208
60855 #, gcc-internal-format
60856 msgid "expected %qs keyword before dependent template name"
60857 msgstr ""
60859 #: cp/parser.cc:6351
60860 #, gcc-internal-format
60861 msgid "expected id-expression"
60862 msgstr ""
60864 #: cp/parser.cc:6514
60865 #, gcc-internal-format
60866 msgid "scope %qT before %<~%> is not a class-name"
60867 msgstr ""
60869 #: cp/parser.cc:6524
60870 #, gcc-internal-format
60871 msgid "%<template%> keyword not permitted in destructor name"
60872 msgstr ""
60874 #: cp/parser.cc:6561 cp/parser.cc:8665
60875 #, gcc-internal-format
60876 msgid "%<~auto%> only available with %<-std=c++14%> or %<-std=gnu++14%>"
60877 msgstr ""
60879 #: cp/parser.cc:6573
60880 #, gcc-internal-format
60881 msgid "template-id not allowed for destructor"
60882 msgstr ""
60884 #: cp/parser.cc:6682
60885 #, gcc-internal-format
60886 msgid "declaration of %<~%T%> as member of %qT"
60887 msgstr ""
60889 #: cp/parser.cc:6697
60890 #, gcc-internal-format
60891 msgid "typedef-name %qD used as destructor declarator"
60892 msgstr ""
60894 #: cp/parser.cc:6733 cp/parser.cc:23606
60895 #, gcc-internal-format
60896 msgid "expected unqualified-id"
60897 msgstr ""
60899 #: cp/parser.cc:6760 cp/typeck.cc:3173 cp/typeck.cc:3176 cp/typeck.cc:3193
60900 #, gcc-internal-format
60901 msgid "%qD is not a template"
60902 msgstr ""
60904 #: cp/parser.cc:6874
60905 #, gcc-internal-format
60906 msgid "found %<:%> in nested-name-specifier, expected %<::%>"
60907 msgstr ""
60909 #: cp/parser.cc:6955
60910 #, gcc-internal-format
60911 msgid "%<decltype%> evaluates to %qT, which is not a class or enumeration type"
60912 msgstr ""
60914 #: cp/parser.cc:6982 cp/parser.cc:6993
60915 #, gcc-internal-format
60916 msgid "concept-id %qD in nested-name-specifier"
60917 msgstr ""
60919 #: cp/parser.cc:6985
60920 #, gcc-internal-format
60921 msgid "function template-id %qD in nested-name-specifier"
60922 msgstr ""
60924 #: cp/parser.cc:6999
60925 #, gcc-internal-format
60926 msgid "variable template-id %qD in nested-name-specifier"
60927 msgstr ""
60929 #: cp/parser.cc:7173
60930 #, gcc-internal-format
60931 msgid "expected nested-name-specifier"
60932 msgstr ""
60934 #: cp/parser.cc:7380 cp/parser.cc:9910
60935 #, gcc-internal-format
60936 msgid "types may not be defined in casts"
60937 msgstr ""
60939 #: cp/parser.cc:7469
60940 #, gcc-internal-format
60941 msgid "types may not be defined in a %<typeid%> expression"
60942 msgstr ""
60944 #: cp/parser.cc:7561
60945 #, gcc-internal-format
60946 msgid "wrong number of arguments to %<__builtin_addressof%>"
60947 msgstr ""
60949 #: cp/parser.cc:7573 cp/pt.cc:21219
60950 #, gcc-internal-format
60951 msgid "wrong number of arguments to %<__builtin_launder%>"
60952 msgstr ""
60954 #: cp/parser.cc:7586
60955 #, gcc-internal-format
60956 msgid "wrong number of arguments to %<__builtin_assoc_barrier%>"
60957 msgstr ""
60959 #: cp/parser.cc:7612
60960 #, gcc-internal-format
60961 msgid "wrong number of arguments to %<__builtin_shufflevector%>"
60962 msgstr ""
60964 #: cp/parser.cc:7750
60965 #, gcc-internal-format
60966 msgid "ISO C++ forbids compound-literals"
60967 msgstr ""
60969 #: cp/parser.cc:7809
60970 #, gcc-internal-format
60971 msgid "two consecutive %<[%> shall only introduce an attribute"
60972 msgstr ""
60974 #: cp/parser.cc:8449 cp/typeck.cc:3061
60975 #, gcc-internal-format
60976 msgid "invalid use of %qD"
60977 msgstr ""
60979 #: cp/parser.cc:8458
60980 #, gcc-internal-format
60981 msgid "%<%D::%D%> is not a class member"
60982 msgstr ""
60984 #: cp/parser.cc:8717
60985 #, gcc-internal-format
60986 msgid "non-scalar type"
60987 msgstr ""
60989 #: cp/parser.cc:8827
60990 #, gcc-internal-format
60991 msgid "ISO C++ does not allow %<alignof%> with a non-type"
60992 msgstr ""
60994 #: cp/parser.cc:8922
60995 #, gcc-internal-format
60996 msgid "types may not be defined in %<noexcept%> expressions"
60997 msgstr ""
60999 #: cp/parser.cc:9196 cp/parser.cc:33272
61000 #, gcc-internal-format
61001 msgid "types may not be defined in %qs expressions"
61002 msgstr ""
61004 #: cp/parser.cc:9261
61005 #, gcc-internal-format
61006 msgid "%<__builtin_has_attribute%> with dependent argument not supported yet"
61007 msgstr ""
61009 #: cp/parser.cc:9347
61010 #, gcc-internal-format
61011 msgid "types may not be defined in a new-expression"
61012 msgstr ""
61014 #: cp/parser.cc:9363
61015 #, gcc-internal-format
61016 msgid "array bound forbidden after parenthesized type-id"
61017 msgstr ""
61019 #: cp/parser.cc:9365
61020 #, gcc-internal-format
61021 msgid "try removing the parentheses around the type-id"
61022 msgstr ""
61024 #: cp/parser.cc:9397
61025 #, gcc-internal-format
61026 msgid ""
61027 "initialization of new-expression for type %<auto%> requires exactly one "
61028 "element"
61029 msgstr ""
61031 #: cp/parser.cc:9442
61032 #, gcc-internal-format
61033 msgid "expected expression-list or type-id"
61034 msgstr ""
61036 #: cp/parser.cc:9471
61037 #, gcc-internal-format
61038 msgid "types may not be defined in a new-type-id"
61039 msgstr ""
61041 #: cp/parser.cc:9606
61042 #, gcc-internal-format
61043 msgid "expression in new-declarator must have integral or enumeration type"
61044 msgstr ""
61046 #: cp/parser.cc:10015
61047 #, gcc-internal-format
61048 msgid "use of old-style cast to %q#T"
61049 msgstr ""
61051 #: cp/parser.cc:10164
61052 #, gcc-internal-format
61053 msgid "%<>>%> operator is treated as two right angle brackets in C++11"
61054 msgstr ""
61056 #: cp/parser.cc:10167
61057 #, gcc-internal-format
61058 msgid "suggest parentheses around %<>>%> expression"
61059 msgstr ""
61061 #: cp/parser.cc:10393
61062 #, gcc-internal-format
61063 msgid "ISO C++ does not allow %<?:%> with omitted middle operand"
61064 msgstr ""
61066 #: cp/parser.cc:10704
61067 #, gcc-internal-format
61068 msgid "top-level comma expression in array subscript is deprecated"
61069 msgstr ""
61071 #: cp/parser.cc:10853
61072 #, gcc-internal-format
61073 msgid "types may not be defined within %<__builtin_offsetof%>"
61074 msgstr ""
61076 #: cp/parser.cc:11070
61077 #, gcc-internal-format
61078 msgid "lambda-expression in template parameter type"
61079 msgstr ""
61081 #: cp/parser.cc:11080
61082 #, gcc-internal-format
61083 msgid ""
61084 "lambda-expression in unevaluated context only available with %<-std=c++20%> "
61085 "or %<-std=gnu++20%>"
61086 msgstr ""
61088 #: cp/parser.cc:11090
61089 #, gcc-internal-format
61090 msgid ""
61091 "lambda-expression in template-argument only available with %<-std=c++20%> or "
61092 "%<-std=gnu++20%>"
61093 msgstr ""
61095 #: cp/parser.cc:11247
61096 #, gcc-internal-format
61097 msgid "non-local lambda expression cannot have a capture-default"
61098 msgstr ""
61100 #: cp/parser.cc:11269
61101 #, gcc-internal-format
61102 msgid "expected end of capture-list"
61103 msgstr ""
61105 #: cp/parser.cc:11285
61106 #, gcc-internal-format
61107 msgid ""
61108 "explicit by-copy capture of %<this%> with by-copy capture default only "
61109 "available with %<-std=c++20%> or %<-std=gnu++20%>"
61110 msgstr ""
61112 #: cp/parser.cc:11291 cp/parser.cc:11313 cp/parser.cc:11506
61113 #, gcc-internal-format
61114 msgid "already captured %qD in lambda expression"
61115 msgstr ""
61117 #: cp/parser.cc:11307
61118 #, gcc-internal-format
61119 msgid ""
61120 "%<*this%> capture only available with %<-std=c++17%> or %<-std=gnu++17%>"
61121 msgstr ""
61123 #: cp/parser.cc:11327
61124 #, gcc-internal-format
61125 msgid "%<this%> cannot be captured by reference"
61126 msgstr ""
61128 #: cp/parser.cc:11347
61129 #, gcc-internal-format
61130 msgid ""
61131 "pack init-capture only available with %<-std=c++20%> or %<-std=gnu++20%>"
61132 msgstr ""
61134 #: cp/parser.cc:11358
61135 #, gcc-internal-format
61136 msgid "%<&%> should come before %<...%>"
61137 msgstr ""
61139 #: cp/parser.cc:11389
61140 #, gcc-internal-format
61141 msgid ""
61142 "lambda capture initializers only available with %<-std=c++14%> or %<-std=gnu+"
61143 "+14%>"
61144 msgstr ""
61146 #: cp/parser.cc:11396
61147 #, gcc-internal-format
61148 msgid "empty initializer for lambda init-capture"
61149 msgstr ""
61151 #: cp/parser.cc:11420
61152 #, gcc-internal-format
61153 msgid "capture of non-variable %qE"
61154 msgstr ""
61156 #: cp/parser.cc:11430
61157 #, gcc-internal-format
61158 msgid "capture of variable %qD with non-automatic storage duration"
61159 msgstr ""
61161 #: cp/parser.cc:11468
61162 #, gcc-internal-format
61163 msgid "too many %<...%> in lambda capture"
61164 msgstr ""
61166 #: cp/parser.cc:11479
61167 #, gcc-internal-format
61168 msgid "explicit by-copy capture of %qD redundant with by-copy capture default"
61169 msgstr ""
61171 #: cp/parser.cc:11484
61172 #, gcc-internal-format
61173 msgid ""
61174 "explicit by-reference capture of %qD redundant with by-reference capture "
61175 "default"
61176 msgstr ""
61178 #: cp/parser.cc:11563
61179 #, gcc-internal-format
61180 msgid ""
61181 "lambda templates are only available with %<-std=c++14%> or %<-std=gnu++14%>"
61182 msgstr ""
61184 #: cp/parser.cc:11567
61185 #, gcc-internal-format
61186 msgid ""
61187 "lambda templates are only available with %<-std=c++20%> or %<-std=gnu++20%>"
61188 msgstr ""
61190 #: cp/parser.cc:11616
61191 #, gcc-internal-format
61192 msgid "default argument specified for lambda parameter"
61193 msgstr ""
61195 #: cp/parser.cc:11635
61196 #, gcc-internal-format
61197 msgid ""
61198 "parameter declaration before lambda declaration specifiers only optional "
61199 "with %<-std=c++2b%> or %<-std=gnu++2b%>"
61200 msgstr ""
61202 #: cp/parser.cc:11651
61203 #, gcc-internal-format
61204 msgid "%<static%> lambda specifier with lambda capture"
61205 msgstr ""
61207 #: cp/parser.cc:11663
61208 #, gcc-internal-format
61209 msgid ""
61210 "parameter declaration before lambda transaction qualifier only optional with "
61211 "%<-std=c++2b%> or %<-std=gnu++2b%>"
61212 msgstr ""
61214 #: cp/parser.cc:11676
61215 #, gcc-internal-format
61216 msgid ""
61217 "parameter declaration before lambda exception specification only optional "
61218 "with %<-std=c++2b%> or %<-std=gnu++2b%>"
61219 msgstr ""
61221 #: cp/parser.cc:11694
61222 #, gcc-internal-format
61223 msgid ""
61224 "parameter declaration before lambda trailing return type only optional with "
61225 "%<-std=c++2b%> or %<-std=gnu++2b%>"
61226 msgstr ""
61228 #: cp/parser.cc:11736
61229 #, gcc-internal-format
61230 msgid ""
61231 "%<constexpr%> lambda only available with %<-std=c++17%> or %<-std=gnu++17%>"
61232 msgstr ""
61234 #: cp/parser.cc:11904 cp/parser.cc:12047 cp/parser.cc:47103
61235 #, gcc-internal-format
61236 msgid ""
61237 "mixing OpenMP directives with attribute and pragma syntax on the same "
61238 "statement"
61239 msgstr ""
61241 #: cp/parser.cc:11930 cp/parser.cc:47085
61242 #, gcc-internal-format
61243 msgid "unknown OpenMP directive name in %<omp::directive%> attribute argument"
61244 msgstr ""
61246 #: cp/parser.cc:12016
61247 #, gcc-internal-format
61248 msgid ""
61249 "OpenMP construct among %<omp::directive%> attributes requires all %<omp::"
61250 "directive%> attributes on the same statement to be in the same %<omp::"
61251 "sequence%>"
61252 msgstr ""
61254 #: cp/parser.cc:12024
61255 #, gcc-internal-format
61256 msgid ""
61257 "multiple OpenMP standalone directives among %<omp::directive%> attributes "
61258 "must be all within the same %<omp::sequence%>"
61259 msgstr ""
61261 #: cp/parser.cc:12036
61262 #, gcc-internal-format
61263 msgid ""
61264 "standalone OpenMP directives in %<omp::directive%> attribute can only appear "
61265 "on an empty statement"
61266 msgstr ""
61268 #: cp/parser.cc:12166
61269 #, gcc-internal-format
61270 msgid ""
61271 "mixing OpenMP directives with attribute and pragma syntax on the same "
61272 "declaration"
61273 msgstr ""
61275 #: cp/parser.cc:12293
61276 #, gcc-internal-format
61277 msgid "preconditions cannot be statements"
61278 msgstr ""
61280 #: cp/parser.cc:12296
61281 #, gcc-internal-format
61282 msgid "postconditions cannot be statements"
61283 msgstr ""
61285 #: cp/parser.cc:12301
61286 #, gcc-internal-format
61287 msgid "assertions must be followed by %<;%>"
61288 msgstr ""
61290 #: cp/parser.cc:12465
61291 #, gcc-internal-format
61292 msgid ""
61293 "label at end of compound statement only available with %<-std=c++2b%> or %<-"
61294 "std=gnu++2b%>"
61295 msgstr ""
61297 #: cp/parser.cc:12638 cp/parser.cc:12845
61298 #, gcc-internal-format
61299 msgid "attributes at the beginning of statement are ignored"
61300 msgstr ""
61302 #: cp/parser.cc:12682
61303 #, gcc-internal-format
61304 msgid "expected labeled-statement"
61305 msgstr ""
61307 #: cp/parser.cc:12731
61308 #, gcc-internal-format
61309 msgid "case label %qE not within a switch statement"
61310 msgstr ""
61312 #: cp/parser.cc:12852
61313 #, gcc-internal-format
61314 msgid "need %<typename%> before %qE because %qT is a dependent scope"
61315 msgstr ""
61317 #: cp/parser.cc:12861
61318 #, gcc-internal-format
61319 msgid "%<%T::%D%> names the constructor, not the type"
61320 msgstr ""
61322 #: cp/parser.cc:12913
61323 #, gcc-internal-format
61324 msgid "compound-statement in %<constexpr%> function"
61325 msgstr ""
61327 #: cp/parser.cc:13077
61328 #, gcc-internal-format
61329 msgid "%<if constexpr%> only available with %<-std=c++17%> or %<-std=gnu++17%>"
61330 msgstr ""
61332 #: cp/parser.cc:13099
61333 #, gcc-internal-format
61334 msgid "%<if consteval%> only available with %<-std=c++2b%> or %<-std=gnu++2b%>"
61335 msgstr ""
61337 #: cp/parser.cc:13124 cp/parser.cc:13159
61338 #, gcc-internal-format
61339 msgid "%<if consteval%> requires compound statement"
61340 msgstr ""
61342 #: cp/parser.cc:13201
61343 #, gcc-internal-format
61344 msgid ""
61345 "init-statement in selection statements only available with %<-std=c++17%> or "
61346 "%<-std=gnu++17%>"
61347 msgstr ""
61349 #: cp/parser.cc:13369 cp/parser.cc:33781
61350 #, gcc-internal-format
61351 msgid "expected selection-statement"
61352 msgstr ""
61354 #: cp/parser.cc:13410
61355 #, gcc-internal-format
61356 msgid "condition declares an array"
61357 msgstr ""
61359 #: cp/parser.cc:13412
61360 #, gcc-internal-format
61361 msgid "condition declares a function"
61362 msgstr ""
61364 #: cp/parser.cc:13452
61365 #, gcc-internal-format
61366 msgid "types may not be defined in conditions"
61367 msgstr ""
61369 #. Anything else is an error.
61370 #: cp/parser.cc:13534 cp/parser.cc:22890 cp/parser.cc:25454
61371 #, gcc-internal-format
61372 msgid "expected initializer"
61373 msgstr ""
61375 #: cp/parser.cc:13584
61376 #, gcc-internal-format
61377 msgid ""
61378 "range-based %<for%> loops with initializer only available with %<-std=c+"
61379 "+20%> or %<-std=gnu++20%>"
61380 msgstr ""
61382 #: cp/parser.cc:13840
61383 #, gcc-internal-format
61384 msgid ""
61385 "loop variable %qD of type %qT binds to a temporary constructed from type %qT"
61386 msgstr ""
61388 #. rval
61389 #: cp/parser.cc:13847
61390 #, gcc-internal-format
61391 msgid ""
61392 "use non-reference type %qT to make the copy explicit or %qT to prevent "
61393 "copying"
61394 msgstr ""
61396 #: cp/parser.cc:13871
61397 #, gcc-internal-format
61398 msgid "loop variable %qD creates a copy from type %qT"
61399 msgstr ""
61401 #: cp/parser.cc:13876
61402 #, gcc-internal-format
61403 msgid "use reference type to prevent copying"
61404 msgstr ""
61406 #: cp/parser.cc:14020
61407 #, gcc-internal-format
61408 msgid "range-based %<for%> expression of type %qT has incomplete type"
61409 msgstr ""
61411 #: cp/parser.cc:14104
61412 #, gcc-internal-format
61413 msgid ""
61414 "inconsistent begin/end types in range-based %<for%> statement: %qT and %qT"
61415 msgstr ""
61417 #: cp/parser.cc:14247 cp/parser.cc:33784
61418 #, gcc-internal-format
61419 msgid "expected iteration-statement"
61420 msgstr ""
61422 #: cp/parser.cc:14292
61423 #, gcc-internal-format
61424 msgid ""
61425 "alias-declaration in init-statement only available with %<-std=c++23%> or %<-"
61426 "std=gnu++23%>"
61427 msgstr ""
61429 #: cp/parser.cc:14309
61430 #, gcc-internal-format
61431 msgid ""
61432 "range-based %<for%> loops only available with %<-std=c++11%> or %<-std=gnu+"
61433 "+11%>"
61434 msgstr ""
61436 #: cp/parser.cc:14441
61437 #, gcc-internal-format
61438 msgid ""
61439 "%<goto%> in %<constexpr%> function only available with %<-std=c++2b%> or %<-"
61440 "std=gnu++2b%>"
61441 msgstr ""
61443 #. Issue a warning about this use of a GNU extension.
61444 #: cp/parser.cc:14450
61445 #, gcc-internal-format
61446 msgid "ISO C++ forbids computed gotos"
61447 msgstr ""
61449 #: cp/parser.cc:14463 cp/parser.cc:33787
61450 #, gcc-internal-format
61451 msgid "expected jump-statement"
61452 msgstr ""
61454 #: cp/parser.cc:14640
61455 #, gcc-internal-format
61456 msgid "expected module-name"
61457 msgstr ""
61459 #: cp/parser.cc:14675
61460 #, gcc-internal-format
61461 msgid "module-declaration not permitted in header-unit"
61462 msgstr ""
61464 #: cp/parser.cc:14701
61465 #, gcc-internal-format
61466 msgid "private module fragment"
61467 msgstr ""
61469 #: cp/parser.cc:14705
61470 #, gcc-internal-format
61471 msgid ""
61472 "private module fragment only permitted in purview of module interface or "
61473 "partition"
61474 msgstr ""
61476 #. Neither the first declaration, nor in a GMF.
61477 #: cp/parser.cc:14711
61478 #, gcc-internal-format
61479 msgid ""
61480 "module-declaration only permitted as first declaration, or ending a global "
61481 "module fragment"
61482 msgstr ""
61484 #: cp/parser.cc:14745
61485 #, gcc-internal-format
61486 msgid "post-module-declaration imports must be contiguous"
61487 msgstr ""
61489 #: cp/parser.cc:14748
61490 #, gcc-internal-format
61491 msgid ""
61492 "perhaps insert a line break, or other disambiguation, to prevent this being "
61493 "considered a module control-line"
61494 msgstr ""
61496 #: cp/parser.cc:14756
61497 #, gcc-internal-format
61498 msgid "import-declaration must be at global scope"
61499 msgstr ""
61501 #: cp/parser.cc:14769
61502 #, gcc-internal-format
61503 msgid "import cannot appear directly in a linkage-specification"
61504 msgstr ""
61506 #: cp/parser.cc:14779
61507 #, gcc-internal-format
61508 msgid "post-module-declaration imports must not be include-translated"
61509 msgstr ""
61511 #: cp/parser.cc:14782
61512 #, gcc-internal-format
61513 msgid "post-module-declaration imports must not be from header inclusion"
61514 msgstr ""
61516 #: cp/parser.cc:14803
61517 #, gcc-internal-format
61518 msgid "%qE may only occur after a module interface declaration"
61519 msgstr ""
61521 #: cp/parser.cc:14811
61522 #, gcc-internal-format
61523 msgid "%qE may only occur once in an export declaration"
61524 msgstr ""
61526 #: cp/parser.cc:14832
61527 #, gcc-internal-format
61528 msgid "%<export%> not part of following module-directive"
61529 msgstr ""
61531 #: cp/parser.cc:14919 cp/parser.cc:27347
61532 #, gcc-internal-format
61533 msgid "extra %<;%>"
61534 msgstr ""
61536 #: cp/parser.cc:14977
61537 #, gcc-internal-format
61538 msgid "attributes are not permitted in this position"
61539 msgstr ""
61541 #: cp/parser.cc:14981
61542 #, gcc-internal-format
61543 msgid "attributes may be inserted here"
61544 msgstr ""
61546 #: cp/parser.cc:15200
61547 #, gcc-internal-format
61548 msgid "%<__label__%> not at the beginning of a block"
61549 msgstr ""
61551 #: cp/parser.cc:15433
61552 #, gcc-internal-format
61553 msgid ""
61554 "non-variable %qD in declaration with more than one declarator with "
61555 "placeholder type"
61556 msgstr ""
61558 #: cp/parser.cc:15453
61559 #, gcc-internal-format
61560 msgid "inconsistent deduction for %qT: %qT and then %qT"
61561 msgstr ""
61563 #: cp/parser.cc:15474
61564 #, gcc-internal-format
61565 msgid "mixing declarations and function-definitions is forbidden"
61566 msgstr ""
61568 #: cp/parser.cc:15499
61569 #, gcc-internal-format
61570 msgid "types may not be defined in a for-range-declaration"
61571 msgstr ""
61573 #: cp/parser.cc:15554
61574 #, gcc-internal-format
61575 msgid "initializer in range-based %<for%> loop"
61576 msgstr ""
61578 #: cp/parser.cc:15557
61579 #, gcc-internal-format
61580 msgid "multiple declarations in range-based %<for%> loop"
61581 msgstr ""
61583 #: cp/parser.cc:15610
61584 #, gcc-internal-format
61585 msgid ""
61586 "structured bindings only available with %<-std=c++17%> or %<-std=gnu++17%>"
61587 msgstr ""
61589 #: cp/parser.cc:15662
61590 #, gcc-internal-format
61591 msgid "empty structured binding declaration"
61592 msgstr ""
61594 #: cp/parser.cc:15680
61595 #, gcc-internal-format
61596 msgid "invalid initializer for structured binding declaration"
61597 msgstr ""
61599 #: cp/parser.cc:15861
61600 #, gcc-internal-format
61601 msgid "%<friend%> used outside of class"
61602 msgstr ""
61604 #: cp/parser.cc:15900
61605 #, gcc-internal-format
61606 msgid "the %<bool%> keyword is not allowed in a C++20 concept definition"
61607 msgstr ""
61609 #: cp/parser.cc:15903
61610 #, gcc-internal-format
61611 msgid "C++20 concept definition syntax is %<concept <name> = <expr>%>"
61612 msgstr ""
61614 #: cp/parser.cc:15954
61615 #, gcc-internal-format
61616 msgid "%<typedef%> specifier conflicts with %qs"
61617 msgstr ""
61619 #: cp/parser.cc:15980
61620 #, gcc-internal-format
61621 msgid "%<auto%> changes meaning in C++11; please remove it"
61622 msgstr ""
61624 #: cp/parser.cc:16016
61625 #, gcc-internal-format
61626 msgid "%qD invalid in condition"
61627 msgstr ""
61629 #: cp/parser.cc:16025
61630 #, gcc-internal-format
61631 msgid "%qD invalid in lambda"
61632 msgstr ""
61634 #: cp/parser.cc:16029
61635 #, gcc-internal-format
61636 msgid "%qD only valid in lambda with %<-std=c++23%> or %<-std=gnu++23%>"
61637 msgstr ""
61639 #: cp/parser.cc:16111
61640 #, gcc-internal-format
61641 msgid "type-specifier invalid in lambda"
61642 msgstr ""
61644 #: cp/parser.cc:16123
61645 #, gcc-internal-format
61646 msgid "standard attributes in middle of decl-specifiers"
61647 msgstr ""
61649 #: cp/parser.cc:16125
61650 #, gcc-internal-format
61651 msgid ""
61652 "standard attributes must precede the decl-specifiers to apply to the "
61653 "declaration, or follow them to apply to the type"
61654 msgstr ""
61656 #: cp/parser.cc:16140
61657 #, gcc-internal-format
61658 msgid "class definition may not be declared a friend"
61659 msgstr ""
61661 #: cp/parser.cc:16213 cp/parser.cc:27892
61662 #, gcc-internal-format
61663 msgid "templates may not be %<virtual%>"
61664 msgstr ""
61666 #: cp/parser.cc:16232
61667 #, gcc-internal-format
61668 msgid "types may not be defined in explicit-specifier"
61669 msgstr ""
61671 #: cp/parser.cc:16236
61672 #, gcc-internal-format
61673 msgid ""
61674 "%<explicit(bool)%> only available with %<-std=c++20%> or %<-std=gnu++20%>"
61675 msgstr ""
61677 #: cp/parser.cc:16300
61678 #, gcc-internal-format
61679 msgid "invalid linkage-specification"
61680 msgstr ""
61682 #: cp/parser.cc:16407
61683 #, gcc-internal-format
61684 msgid ""
61685 "%<static_assert%> without a message only available with %<-std=c++17%> or %<-"
61686 "std=gnu++17%>"
61687 msgstr ""
61689 #: cp/parser.cc:16608
61690 #, gcc-internal-format
61691 msgid ""
61692 "%<decltype(auto)%> type specifier only available with %<-std=c++14%> or %<-"
61693 "std=gnu++14%>"
61694 msgstr ""
61696 #: cp/parser.cc:16621
61697 #, gcc-internal-format
61698 msgid "types may not be defined in %<decltype%> expressions"
61699 msgstr ""
61701 #: cp/parser.cc:16794
61702 #, gcc-internal-format
61703 msgid "types may not be defined in a conversion-type-id"
61704 msgstr ""
61706 #: cp/parser.cc:16823
61707 #, gcc-internal-format
61708 msgid "invalid use of %<auto%> in conversion operator"
61709 msgstr ""
61711 #: cp/parser.cc:16827
61712 #, gcc-internal-format
61713 msgid ""
61714 "use of %<auto%> in member template conversion operator can never be deduced"
61715 msgstr ""
61717 #: cp/parser.cc:16911
61718 #, gcc-internal-format
61719 msgid "only constructors take member initializers"
61720 msgstr ""
61722 #: cp/parser.cc:16938
61723 #, gcc-internal-format
61724 msgid "cannot expand initializer for member %qD"
61725 msgstr ""
61727 #: cp/parser.cc:16950 cp/pt.cc:27453
61728 #, gcc-internal-format
61729 msgid "mem-initializer for %qD follows constructor delegation"
61730 msgstr ""
61732 #: cp/parser.cc:16962 cp/pt.cc:27465
61733 #, gcc-internal-format
61734 msgid "constructor delegation follows mem-initializer for %qD"
61735 msgstr ""
61737 #: cp/parser.cc:17014
61738 #, gcc-internal-format
61739 msgid "anachronistic old-style base class initializer"
61740 msgstr ""
61742 #: cp/parser.cc:17099
61743 #, gcc-internal-format
61744 msgid ""
61745 "keyword %<typename%> not allowed in this context (a qualified member "
61746 "initializer is implicitly a type)"
61747 msgstr ""
61749 #: cp/parser.cc:17499
61750 #, gcc-internal-format
61751 msgid "unexpected keyword; remove space between quotes and suffix identifier"
61752 msgstr ""
61754 #: cp/parser.cc:17505
61755 #, gcc-internal-format
61756 msgid "expected suffix identifier"
61757 msgstr ""
61759 #: cp/parser.cc:17514
61760 #, gcc-internal-format
61761 msgid "expected empty string after %<operator%> keyword"
61762 msgstr ""
61764 #: cp/parser.cc:17520
61765 #, gcc-internal-format
61766 msgid "invalid encoding prefix in literal operator"
61767 msgstr ""
61769 #: cp/parser.cc:17554
61770 #, gcc-internal-format
61771 msgid "expected operator"
61772 msgstr ""
61774 #: cp/parser.cc:17601
61775 #, gcc-internal-format
61776 msgid "keyword %<export%> not implemented, and will be ignored"
61777 msgstr ""
61779 #: cp/parser.cc:17603
61780 #, gcc-internal-format
61781 msgid "keyword %<export%> is deprecated, and is ignored"
61782 msgstr ""
61784 #: cp/parser.cc:17605
61785 #, gcc-internal-format
61786 msgid "keyword %<export%> is enabled with %<-fmodules-ts%>"
61787 msgstr ""
61789 #: cp/parser.cc:17784
61790 #, gcc-internal-format
61791 msgid "invalid constrained type parameter"
61792 msgstr ""
61794 #: cp/parser.cc:17792
61795 #, gcc-internal-format
61796 msgid "cv-qualified type parameter"
61797 msgstr ""
61799 #: cp/parser.cc:17939
61800 #, gcc-internal-format
61801 msgid "invalid use of %<auto%> in default template argument"
61802 msgstr ""
61804 #: cp/parser.cc:18175 cp/parser.cc:18261 cp/parser.cc:25221
61805 #, gcc-internal-format
61806 msgid "template parameter pack %qD cannot have a default argument"
61807 msgstr ""
61809 #: cp/parser.cc:18179 cp/parser.cc:18265
61810 #, gcc-internal-format
61811 msgid "template parameter packs cannot have default arguments"
61812 msgstr ""
61814 #: cp/parser.cc:18332
61815 #, gcc-internal-format
61816 msgid "expected template-id"
61817 msgstr ""
61819 #: cp/parser.cc:18394
61820 #, gcc-internal-format
61821 msgid "%<<::%> cannot begin a template-argument list"
61822 msgstr ""
61824 #: cp/parser.cc:18398
61825 #, gcc-internal-format
61826 msgid ""
61827 "%<<:%> is an alternate spelling for %<[%>. Insert whitespace between %<<%> "
61828 "and %<::%>"
61829 msgstr ""
61831 #: cp/parser.cc:18402
61832 #, gcc-internal-format
61833 msgid ""
61834 "(if you use %<-fpermissive%> or %<-std=c++11%>, or %<-std=gnu++11%> G++ will "
61835 "accept your code)"
61836 msgstr ""
61838 #: cp/parser.cc:18432
61839 #, gcc-internal-format
61840 msgid "invalid template-argument-list"
61841 msgstr ""
61843 #: cp/parser.cc:18433
61844 #, gcc-internal-format
61845 msgid ""
61846 "function name as the left hand operand of %<<%> is ill-formed in C++20; wrap "
61847 "the function name in %<()%>"
61848 msgstr ""
61850 #: cp/parser.cc:18440
61851 #, gcc-internal-format
61852 msgid "expected %<(%> after template-argument-list"
61853 msgstr ""
61855 #: cp/parser.cc:18554
61856 #, gcc-internal-format
61857 msgid "parse error in template argument list"
61858 msgstr ""
61860 #. The name does not name a template.
61861 #: cp/parser.cc:18639 cp/parser.cc:18830 cp/parser.cc:19028
61862 #, gcc-internal-format
61863 msgid "expected template-name"
61864 msgstr ""
61866 #. Explain what went wrong.
61867 #: cp/parser.cc:18685
61868 #, gcc-internal-format
61869 msgid "non-template %qD used as template"
61870 msgstr ""
61872 #: cp/parser.cc:18687
61873 #, gcc-internal-format
61874 msgid "use %<%T::template %D%> to indicate that it is a template"
61875 msgstr ""
61877 #: cp/parser.cc:18892
61878 #, gcc-internal-format
61879 msgid "expected parameter pack before %<...%>"
61880 msgstr ""
61882 #: cp/parser.cc:18993 cp/parser.cc:19011 cp/parser.cc:19184
61883 #, gcc-internal-format
61884 msgid "expected template-argument"
61885 msgstr ""
61887 #: cp/parser.cc:19151
61888 #, gcc-internal-format
61889 msgid "invalid non-type template argument"
61890 msgstr ""
61892 #: cp/parser.cc:19293
61893 #, gcc-internal-format
61894 msgid "explicit instantiation shall not use %<inline%> specifier"
61895 msgstr ""
61897 #: cp/parser.cc:19297
61898 #, gcc-internal-format
61899 msgid "explicit instantiation shall not use %<constexpr%> specifier"
61900 msgstr ""
61902 #: cp/parser.cc:19301
61903 #, gcc-internal-format
61904 msgid "explicit instantiation shall not use %<consteval%> specifier"
61905 msgstr ""
61907 #: cp/parser.cc:19361
61908 #, gcc-internal-format
61909 msgid "template specialization with C linkage"
61910 msgstr ""
61912 #: cp/parser.cc:19590
61913 #, gcc-internal-format
61914 msgid "expected type specifier"
61915 msgstr ""
61917 #: cp/parser.cc:19790
61918 #, gcc-internal-format
61919 msgid ""
61920 "use of %<auto%> in lambda parameter declaration only available with %<-std=c+"
61921 "+14%> or %<-std=gnu++14%>"
61922 msgstr ""
61924 #: cp/parser.cc:19796
61925 #, gcc-internal-format
61926 msgid ""
61927 "use of %<auto%> in parameter declaration only available with %<-std=c++14%> "
61928 "or %<-std=gnu++14%>"
61929 msgstr ""
61931 #: cp/parser.cc:19801
61932 #, gcc-internal-format
61933 msgid ""
61934 "use of %<auto%> in parameter declaration only available with %<-std=c++20%> "
61935 "or %<-fconcepts%>"
61936 msgstr ""
61938 #: cp/parser.cc:19953
61939 #, gcc-internal-format
61940 msgid "expected template-id for type"
61941 msgstr ""
61943 #: cp/parser.cc:20083
61944 #, gcc-internal-format
61945 msgid "expected type-name"
61946 msgstr ""
61948 #: cp/parser.cc:20195
61949 #, gcc-internal-format
61950 msgid "%qE does not constrain a type"
61951 msgstr ""
61953 #: cp/parser.cc:20196
61954 #, gcc-internal-format
61955 msgid "concept defined here"
61956 msgstr ""
61958 #: cp/parser.cc:20228
61959 #, gcc-internal-format
61960 msgid "expected %<auto%> or %<decltype(auto)%> after %qE"
61961 msgstr ""
61963 #: cp/parser.cc:20235
61964 #, gcc-internal-format
61965 msgid "unexpected placeholder in constrained result type"
61966 msgstr ""
61968 #: cp/parser.cc:20478
61969 #, gcc-internal-format
61970 msgid ""
61971 "elaborated-type-specifier for a scoped enum must not use the %qD keyword"
61972 msgstr ""
61974 #: cp/parser.cc:20554
61975 #, gcc-internal-format
61976 msgid "%<template%> must follow a nested-name-specifier"
61977 msgstr ""
61979 #: cp/parser.cc:20716
61980 #, gcc-internal-format
61981 msgid "declaration %qD does not declare anything"
61982 msgstr ""
61984 #: cp/parser.cc:20804
61985 #, gcc-internal-format
61986 msgid "attributes ignored on uninstantiated type"
61987 msgstr ""
61989 #: cp/parser.cc:20810
61990 #, gcc-internal-format
61991 msgid "attributes ignored on template instantiation"
61992 msgstr ""
61994 #: cp/parser.cc:20821
61995 #, gcc-internal-format
61996 msgid ""
61997 "attributes ignored on elaborated-type-specifier that is not a forward "
61998 "declaration"
61999 msgstr ""
62001 #: cp/parser.cc:20962
62002 #, gcc-internal-format
62003 msgid "%qD is an enumeration template"
62004 msgstr ""
62006 #: cp/parser.cc:20973
62007 #, gcc-internal-format
62008 msgid "%qD does not name an enumeration in %qT"
62009 msgstr ""
62011 #: cp/parser.cc:20988
62012 #, gcc-internal-format
62013 msgid "unnamed scoped enum is not allowed"
62014 msgstr ""
62016 #: cp/parser.cc:21004
62017 #, gcc-internal-format
62018 msgid "types may not be defined in enum-base"
62019 msgstr ""
62021 #: cp/parser.cc:21049
62022 #, gcc-internal-format
62023 msgid "expected %<;%> or %<{%>"
62024 msgstr ""
62026 #: cp/parser.cc:21094
62027 #, gcc-internal-format
62028 msgid "cannot add an enumerator list to a template instantiation"
62029 msgstr ""
62031 #: cp/parser.cc:21108
62032 #, gcc-internal-format
62033 msgid ""
62034 "nested name specifier %qT for enum declaration does not name a class or "
62035 "namespace"
62036 msgstr ""
62038 #: cp/parser.cc:21120 cp/parser.cc:26804
62039 #, gcc-internal-format
62040 msgid "declaration of %qD in namespace %qD which does not enclose %qD"
62041 msgstr ""
62043 #: cp/parser.cc:21125 cp/parser.cc:26809
62044 #, gcc-internal-format
62045 msgid "declaration of %qD in %qD which does not enclose %qD"
62046 msgstr ""
62048 #: cp/parser.cc:21137 cp/parser.cc:26822
62049 #, gcc-internal-format
62050 msgid "extra qualification not allowed"
62051 msgstr ""
62053 #: cp/parser.cc:21176
62054 #, gcc-internal-format
62055 msgid "ISO C++ forbids empty unnamed enum"
62056 msgstr ""
62058 #: cp/parser.cc:21200
62059 #, gcc-internal-format
62060 msgid "opaque-enum-specifier without name"
62061 msgstr ""
62063 #: cp/parser.cc:21203
62064 #, gcc-internal-format
62065 msgid "opaque-enum-specifier must use a simple identifier"
62066 msgstr ""
62068 #: cp/parser.cc:21324
62069 #, gcc-internal-format
62070 msgid "unexpanded parameter pack in enumerator in lambda"
62071 msgstr ""
62073 #: cp/parser.cc:21399
62074 #, gcc-internal-format
62075 msgid "%qD is not a namespace-name; did you mean %qs?"
62076 msgstr ""
62078 #: cp/parser.cc:21403
62079 #, gcc-internal-format
62080 msgid "%qD is not a namespace-name"
62081 msgstr ""
62083 #: cp/parser.cc:21407
62084 #, gcc-internal-format
62085 msgid "expected namespace-name"
62086 msgstr ""
62088 #: cp/parser.cc:21468
62089 #, gcc-internal-format
62090 msgid ""
62091 "nested inline namespace definitions only available with %<-std=c++20%> or %<-"
62092 "std=gnu++20%>"
62093 msgstr ""
62095 #: cp/parser.cc:21480
62096 #, gcc-internal-format
62097 msgid "standard attributes on namespaces must precede the namespace name"
62098 msgstr ""
62100 #: cp/parser.cc:21499
62101 #, gcc-internal-format
62102 msgid ""
62103 "nested namespace definitions only available with %<-std=c++17%> or %<-"
62104 "std=gnu++17%>"
62105 msgstr ""
62107 #: cp/parser.cc:21509
62108 #, gcc-internal-format
62109 msgid "nested namespace name required"
62110 msgstr ""
62112 #: cp/parser.cc:21514
62113 #, gcc-internal-format
62114 msgid "namespace name required"
62115 msgstr ""
62117 #: cp/parser.cc:21518
62118 #, gcc-internal-format
62119 msgid "a nested namespace definition cannot have attributes"
62120 msgstr ""
62122 #: cp/parser.cc:21521
62123 #, gcc-internal-format
62124 msgid "a nested namespace definition cannot be inline"
62125 msgstr ""
62127 #: cp/parser.cc:21528
62128 #, gcc-internal-format
62129 msgid "namespace %qD entered"
62130 msgstr ""
62132 #: cp/parser.cc:21583
62133 #, gcc-internal-format
62134 msgid "%<namespace%> definition is not allowed here"
62135 msgstr ""
62137 #: cp/parser.cc:21765
62138 #, gcc-internal-format
62139 msgid ""
62140 "pack expansion in using-declaration only available with %<-std=c++17%> or %<-"
62141 "std=gnu++17%>"
62142 msgstr ""
62144 #: cp/parser.cc:21809
62145 #, gcc-internal-format
62146 msgid "a template-id may not appear in a using-declaration"
62147 msgstr ""
62149 #: cp/parser.cc:21827
62150 #, gcc-internal-format
62151 msgid ""
62152 "comma-separated list in using-declaration only available with %<-std=c++17%> "
62153 "or %<-std=gnu++17%>"
62154 msgstr ""
62156 #: cp/parser.cc:21837
62157 #, gcc-internal-format
62158 msgid ""
62159 "access declarations are deprecated in favour of using-declarations; "
62160 "suggestion: add the %<using%> keyword"
62161 msgstr ""
62163 #: cp/parser.cc:21902
62164 #, gcc-internal-format
62165 msgid "opaque-enum-declaration here"
62166 msgstr ""
62168 #: cp/parser.cc:21972
62169 #, gcc-internal-format
62170 msgid "types may not be defined in alias template declarations"
62171 msgstr ""
62173 #: cp/parser.cc:22150
62174 #, gcc-internal-format
62175 msgid ""
62176 "%<asm%> in %<constexpr%> function only available with %<-std=c++20%> or %<-"
62177 "std=gnu++20%>"
62178 msgstr ""
62180 #: cp/parser.cc:22170 cp/parser.cc:22187 cp/parser.cc:22201
62181 #, gcc-internal-format
62182 msgid "duplicate %<asm%> qualifier %qT"
62183 msgstr ""
62185 #: cp/parser.cc:22177
62186 #, gcc-internal-format
62187 msgid "%<asm%> qualifier %qT ignored outside of function body"
62188 msgstr ""
62190 #: cp/parser.cc:22214
62191 #, gcc-internal-format
62192 msgid "%qT is not an %<asm%> qualifier"
62193 msgstr ""
62195 #: cp/parser.cc:22230
62196 #, gcc-internal-format
62197 msgid "%<asm%> qualifier outside of function body"
62198 msgstr ""
62200 #: cp/parser.cc:22459
62201 #, gcc-internal-format
62202 msgid "empty parentheses were disambiguated as a function declaration"
62203 msgstr ""
62205 #: cp/parser.cc:22470
62206 #, gcc-internal-format
62207 msgid "remove parentheses to default-initialize a variable"
62208 msgstr ""
62210 #: cp/parser.cc:22475
62211 #, gcc-internal-format
62212 msgid "or replace parentheses with braces to aggregate-initialize a variable"
62213 msgstr ""
62215 #: cp/parser.cc:22478
62216 #, gcc-internal-format
62217 msgid "or replace parentheses with braces to value-initialize a variable"
62218 msgstr ""
62220 #: cp/parser.cc:22495 cp/parser.cc:22520
62221 #, gcc-internal-format
62222 msgid "parentheses were disambiguated as a function declaration"
62223 msgstr ""
62225 #: cp/parser.cc:22507 cp/parser.cc:22528
62226 #, gcc-internal-format
62227 msgid "replace parentheses with braces to declare a variable"
62228 msgstr ""
62230 #: cp/parser.cc:22514
62231 #, gcc-internal-format
62232 msgid "add parentheses to declare a variable"
62233 msgstr ""
62235 #: cp/parser.cc:22761
62236 #, gcc-internal-format
62237 msgid "a function-definition is not allowed here"
62238 msgstr ""
62240 #: cp/parser.cc:22772
62241 #, gcc-internal-format
62242 msgid "an %<asm%> specification is not allowed on a function-definition"
62243 msgstr ""
62245 #: cp/parser.cc:22776
62246 #, gcc-internal-format
62247 msgid "attributes are not allowed on a function-definition"
62248 msgstr ""
62250 #: cp/parser.cc:22827
62251 #, gcc-internal-format
62252 msgid "expected constructor, destructor, or type conversion"
62253 msgstr ""
62255 #: cp/parser.cc:22971
62256 #, gcc-internal-format
62257 msgid "initializer provided for function"
62258 msgstr ""
62260 #: cp/parser.cc:23013
62261 #, gcc-internal-format
62262 msgid "attributes after parenthesized initializer ignored"
62263 msgstr ""
62265 #: cp/parser.cc:23027
62266 #, gcc-internal-format
62267 msgid "non-function %qD declared as implicit template"
62268 msgstr ""
62270 #: cp/parser.cc:23526
62271 #, gcc-internal-format
62272 msgid "array bound is not an integer constant"
62273 msgstr ""
62275 #: cp/parser.cc:23652
62276 #, gcc-internal-format
62277 msgid "cannot define member of dependent typedef %qT"
62278 msgstr ""
62280 #: cp/parser.cc:23656
62281 #, gcc-internal-format
62282 msgid "%<%T::%E%> is not a type"
62283 msgstr ""
62285 #. We do not attempt to print the declarator
62286 #. here because we do not have enough
62287 #. information about its original syntactic
62288 #. form.
62289 #: cp/parser.cc:23685
62290 #, gcc-internal-format
62291 msgid "invalid declarator"
62292 msgstr ""
62294 #: cp/parser.cc:23693
62295 #, gcc-internal-format
62296 msgid "invalid use of constructor as a template"
62297 msgstr ""
62299 #: cp/parser.cc:23695
62300 #, gcc-internal-format
62301 msgid ""
62302 "use %<%T::%D%> instead of %<%T::%D%> to name the constructor in a qualified "
62303 "name"
62304 msgstr ""
62306 #. But declarations with qualified-ids can't appear in a
62307 #. function.
62308 #: cp/parser.cc:23810
62309 #, gcc-internal-format
62310 msgid "qualified-id in declaration"
62311 msgstr ""
62313 #: cp/parser.cc:23835
62314 #, gcc-internal-format
62315 msgid "expected declarator"
62316 msgstr ""
62318 #: cp/parser.cc:23956
62319 #, gcc-internal-format
62320 msgid "%qD is a namespace"
62321 msgstr ""
62323 #: cp/parser.cc:23958
62324 #, gcc-internal-format
62325 msgid "cannot form pointer to member of non-class %q#T"
62326 msgstr ""
62328 #: cp/parser.cc:23979
62329 #, gcc-internal-format
62330 msgid "expected ptr-operator"
62331 msgstr ""
62333 #: cp/parser.cc:24040
62334 #, gcc-internal-format
62335 msgid "duplicate cv-qualifier"
62336 msgstr ""
62338 #: cp/parser.cc:24094
62339 #, gcc-internal-format
62340 msgid "multiple ref-qualifiers"
62341 msgstr ""
62343 #: cp/parser.cc:24131
62344 #, gcc-internal-format
62345 msgid "%qE requires %<-fgnu-tm%>"
62346 msgstr ""
62348 #: cp/parser.cc:24189
62349 #, gcc-internal-format
62350 msgid "duplicate virt-specifier"
62351 msgstr ""
62353 #: cp/parser.cc:24454
62354 #, gcc-internal-format
62355 msgid "missing template arguments after %qE"
62356 msgstr ""
62358 #: cp/parser.cc:24460
62359 #, gcc-internal-format
62360 msgid "%qT not permitted in template argument"
62361 msgstr ""
62363 #: cp/parser.cc:24463 cp/typeck2.cc:340 cp/typeck2.cc:387 cp/typeck2.cc:2474
62364 #: rust/backend/rust-tree.cc:3861
62365 #, gcc-internal-format
62366 msgid "invalid use of %qT"
62367 msgstr ""
62369 #: cp/parser.cc:24490
62370 #, gcc-internal-format
62371 msgid "types may not be defined in template arguments"
62372 msgstr ""
62374 #: cp/parser.cc:24495
62375 #, gcc-internal-format
62376 msgid "invalid use of %<auto%> in template argument"
62377 msgstr ""
62379 #: cp/parser.cc:24601
62380 #, gcc-internal-format
62381 msgid "expected type-specifier"
62382 msgstr ""
62384 #: cp/parser.cc:24928
62385 #, gcc-internal-format
62386 msgid "expected %<,%> or %<...%>"
62387 msgstr ""
62389 #: cp/parser.cc:25006
62390 #, gcc-internal-format
62391 msgid "types may not be defined in parameter types"
62392 msgstr ""
62394 #: cp/parser.cc:25205
62395 #, gcc-internal-format
62396 msgid "default arguments are only permitted for function parameters"
62397 msgstr ""
62399 #: cp/parser.cc:25223
62400 #, gcc-internal-format
62401 msgid "parameter pack %qD cannot have a default argument"
62402 msgstr ""
62404 #: cp/parser.cc:25229
62405 #, gcc-internal-format
62406 msgid "template parameter pack cannot have a default argument"
62407 msgstr ""
62409 #: cp/parser.cc:25231
62410 #, gcc-internal-format
62411 msgid "parameter pack cannot have a default argument"
62412 msgstr ""
62414 #: cp/parser.cc:25361
62415 #, gcc-internal-format
62416 msgid ""
62417 "function-try-block body of %<constexpr%> constructor only available with %<-"
62418 "std=c++20%> or %<-std=gnu++20%>"
62419 msgstr ""
62421 #: cp/parser.cc:25365
62422 #, gcc-internal-format
62423 msgid ""
62424 "function-try-block body of %<constexpr%> function only available with %<-"
62425 "std=c++20%> or %<-std=gnu++20%>"
62426 msgstr ""
62428 #: cp/parser.cc:25700
62429 #, gcc-internal-format
62430 msgid ""
62431 "C++ designated initializers only available with %<-std=c++20%> or %<-std=gnu+"
62432 "+20%>"
62433 msgstr ""
62435 #: cp/parser.cc:25720
62436 #, gcc-internal-format
62437 msgid "ISO C++ does not allow GNU designated initializers"
62438 msgstr ""
62440 #: cp/parser.cc:25758
62441 #, gcc-internal-format
62442 msgid "ISO C++ does not allow C99 designated initializers"
62443 msgstr ""
62445 #: cp/parser.cc:25772
62446 #, gcc-internal-format
62447 msgid ""
62448 "either all initializer clauses should be designated or none of them should be"
62449 msgstr ""
62451 #: cp/parser.cc:25797
62452 #, gcc-internal-format
62453 msgid "%<...%> not allowed in designated initializer list"
62454 msgstr ""
62456 #: cp/parser.cc:25848
62457 #, gcc-internal-format
62458 msgid "%<.%s%> designator used multiple times in the same initializer list"
62459 msgstr ""
62461 #: cp/parser.cc:25904 cp/parser.cc:26041
62462 #, gcc-internal-format
62463 msgid "expected class-name"
62464 msgstr ""
62466 #: cp/parser.cc:26288
62467 #, gcc-internal-format
62468 msgid "expected %<;%> after class definition"
62469 msgstr ""
62471 #: cp/parser.cc:26291
62472 #, gcc-internal-format
62473 msgid "expected %<;%> after struct definition"
62474 msgstr ""
62476 #: cp/parser.cc:26294
62477 #, gcc-internal-format
62478 msgid "expected %<;%> after union definition"
62479 msgstr ""
62481 #: cp/parser.cc:26746
62482 #, gcc-internal-format
62483 msgid "expected %<{%> or %<:%>"
62484 msgstr ""
62486 #: cp/parser.cc:26757
62487 #, gcc-internal-format
62488 msgid "cannot specify %<override%> for a class"
62489 msgstr ""
62491 #: cp/parser.cc:26765
62492 #, gcc-internal-format
62493 msgid "global qualification of class name is invalid"
62494 msgstr ""
62496 #: cp/parser.cc:26772
62497 #, gcc-internal-format
62498 msgid "qualified name does not name a class"
62499 msgstr ""
62501 #: cp/parser.cc:26784
62502 #, gcc-internal-format
62503 msgid "keyword %<template%> not allowed in class-head-name"
62504 msgstr ""
62506 #: cp/parser.cc:26790
62507 #, gcc-internal-format
62508 msgid "invalid class name in declaration of %qD"
62509 msgstr ""
62511 #: cp/parser.cc:26844
62512 #, gcc-internal-format
62513 msgid "an explicit specialization must be preceded by %<template <>%>"
62514 msgstr ""
62516 #: cp/parser.cc:26876
62517 #, gcc-internal-format
62518 msgid "function template %qD redeclared as a class template"
62519 msgstr ""
62521 #: cp/parser.cc:26909
62522 #, gcc-internal-format
62523 msgid "could not resolve typename type"
62524 msgstr ""
62526 #: cp/parser.cc:26973
62527 #, gcc-internal-format
62528 msgid "previous definition of %q#T"
62529 msgstr ""
62531 #. In a lambda this should work, but doesn't currently.
62532 #. We're in a lambda, but it isn't the innermost class.
62533 #. This should work, but currently doesn't.
62534 #: cp/parser.cc:26987 cp/pt.cc:4307
62535 #, gcc-internal-format
62536 msgid "unexpanded parameter pack in local class in lambda"
62537 msgstr ""
62539 #: cp/parser.cc:27087 cp/parser.cc:33790
62540 #, gcc-internal-format
62541 msgid "expected class-key"
62542 msgstr ""
62544 #: cp/parser.cc:27112
62545 #, gcc-internal-format
62546 msgid ""
62547 "ISO C++ forbids typename key in template template parameter; use %<-std=c+"
62548 "+17%> or %<-std=gnu++17%>"
62549 msgstr ""
62551 #: cp/parser.cc:27116
62552 #, gcc-internal-format
62553 msgid "expected %<class%> or %<typename%>"
62554 msgstr ""
62556 #: cp/parser.cc:27366
62557 #, gcc-internal-format
62558 msgid "in C++03 a class-key must be used when declaring a friend"
62559 msgstr ""
62561 #: cp/parser.cc:27397
62562 #, gcc-internal-format
62563 msgid "friend declaration does not name a class or function"
62564 msgstr ""
62566 #: cp/parser.cc:27415
62567 #, gcc-internal-format
62568 msgid "a storage class on an anonymous aggregate in class scope is not allowed"
62569 msgstr ""
62571 #: cp/parser.cc:27517
62572 #, gcc-internal-format
62573 msgid ""
62574 "default member initializers for bit-fields only available with %<-std=c+"
62575 "+20%> or %<-std=gnu++20%>"
62576 msgstr ""
62578 #: cp/parser.cc:27524
62579 #, gcc-internal-format
62580 msgid "default member initializer for unnamed bit-field"
62581 msgstr ""
62583 #: cp/parser.cc:27537
62584 #, gcc-internal-format
62585 msgid "ISO C++ allows bit-field attributes only before the %<:%> token"
62586 msgstr ""
62588 #: cp/parser.cc:27699
62589 #, gcc-internal-format
62590 msgid "bit-field %qD has non-integral type %qT"
62591 msgstr ""
62593 #: cp/parser.cc:27727
62594 #, gcc-internal-format
62595 msgid "pure-specifier on function-definition"
62596 msgstr ""
62598 #: cp/parser.cc:27748
62599 #, gcc-internal-format
62600 msgid "extra %<;%> after in-class function definition"
62601 msgstr ""
62603 #: cp/parser.cc:27797
62604 #, gcc-internal-format
62605 msgid "stray %<,%> at end of member declaration"
62606 msgstr ""
62608 #: cp/parser.cc:27811
62609 #, gcc-internal-format
62610 msgid "expected %<;%> at end of member declaration"
62611 msgstr ""
62613 #: cp/parser.cc:27886
62614 #, gcc-internal-format
62615 msgid "invalid pure specifier (only %<= 0%> is allowed)"
62616 msgstr ""
62618 #: cp/parser.cc:27921
62619 #, gcc-internal-format
62620 msgid "a brace-enclosed initializer is not allowed here"
62621 msgstr ""
62623 #: cp/parser.cc:28051
62624 #, gcc-internal-format
62625 msgid "%<virtual%> specified more than once in base-specifier"
62626 msgstr ""
62628 #: cp/parser.cc:28071
62629 #, gcc-internal-format
62630 msgid "more than one access specifier in base-specifier"
62631 msgstr ""
62633 #: cp/parser.cc:28095
62634 #, gcc-internal-format
62635 msgid "keyword %<typename%> not allowed outside of templates"
62636 msgstr ""
62638 #: cp/parser.cc:28098
62639 #, gcc-internal-format
62640 msgid ""
62641 "keyword %<typename%> not allowed in this context (the base class is "
62642 "implicitly a type)"
62643 msgstr ""
62645 #: cp/parser.cc:28298 cp/parser.cc:28392
62646 #, gcc-internal-format
62647 msgid "types may not be defined in an exception-specification"
62648 msgstr ""
62650 #: cp/parser.cc:28400
62651 #, gcc-internal-format
62652 msgid "ISO C++17 does not allow dynamic exception specifications"
62653 msgstr ""
62655 #: cp/parser.cc:28406
62656 #, gcc-internal-format
62657 msgid "dynamic exception specifications are deprecated in C++11"
62658 msgstr ""
62660 #: cp/parser.cc:28450
62661 #, gcc-internal-format
62662 msgid "invalid use of %<auto%> in exception-specification"
62663 msgstr ""
62665 #: cp/parser.cc:28491
62666 #, gcc-internal-format
62667 msgid ""
62668 "%<try%> in %<constexpr%> function only available with %<-std=c++20%> or %<-"
62669 "std=gnu++20%>"
62670 msgstr ""
62672 #: cp/parser.cc:28603
62673 #, gcc-internal-format
62674 msgid "types may not be defined in exception-declarations"
62675 msgstr ""
62677 #: cp/parser.cc:29161
62678 #, gcc-internal-format
62679 msgid "expected OpenMP directive name"
62680 msgstr ""
62682 #: cp/parser.cc:29170
62683 #, gcc-internal-format
62684 msgid "expected attribute argument as balanced token sequence"
62685 msgstr ""
62687 #: cp/parser.cc:29215
62688 #, gcc-internal-format
62689 msgid "expected %<directive%> or %<sequence%>"
62690 msgstr ""
62692 #: cp/parser.cc:29314
62693 #, gcc-internal-format
62694 msgid "attribute using prefix used together with scoped attribute token"
62695 msgstr ""
62697 #: cp/parser.cc:29328
62698 #, gcc-internal-format
62699 msgid "expected an identifier for the attribute name"
62700 msgstr ""
62702 #: cp/parser.cc:29383
62703 #, gcc-internal-format
62704 msgid "%<omp::%E%> attribute requires argument"
62705 msgstr ""
62707 #. e.g. [[attr()]].
62708 #: cp/parser.cc:29455
62709 #, gcc-internal-format
62710 msgid "parentheses must be omitted if %qE attribute argument list is empty"
62711 msgstr ""
62713 #: cp/parser.cc:29490
62714 #, gcc-internal-format
62715 msgid "attribute %qs specified multiple times"
62716 msgstr ""
62718 #: cp/parser.cc:29532
62719 #, gcc-internal-format
62720 msgid "expected attribute before %<...%>"
62721 msgstr ""
62723 #: cp/parser.cc:29575
62724 #, gcc-internal-format
62725 msgid "expected contract-role"
62726 msgstr ""
62728 #. We got some other token other than a ':'.
62729 #: cp/parser.cc:29656
62730 #, gcc-internal-format
62731 msgid "expected contract semantic or level"
62732 msgstr ""
62734 #: cp/parser.cc:29666
62735 #, gcc-internal-format
62736 msgid "expected contract level: %<default%>, %<audit%>, or %<axiom%>"
62737 msgstr ""
62739 #: cp/parser.cc:29676
62740 #, gcc-internal-format
62741 msgid "invalid use of contract role for explicit semantic"
62742 msgstr ""
62744 #: cp/parser.cc:29813
62745 #, gcc-internal-format
62746 msgid "contracts are only available with %<-fcontracts%>"
62747 msgstr ""
62749 #: cp/parser.cc:29968
62750 #, gcc-internal-format
62751 msgid ""
62752 "attribute using prefix only available with %<-std=c++17%> or %<-std=gnu++17%>"
62753 msgstr ""
62755 #: cp/parser.cc:30313 cp/parser.cc:30322
62756 #, gcc-internal-format
62757 msgid "expression must be enclosed in parentheses"
62758 msgstr ""
62760 #: cp/parser.cc:30668
62761 #, gcc-internal-format
62762 msgid "missing additional %<requires%> to start a requires-expression"
62763 msgstr ""
62765 #: cp/parser.cc:30911
62766 #, gcc-internal-format
62767 msgid ""
62768 "testing if a concept-id is a valid expression; add %<requires%> to check "
62769 "satisfaction"
62770 msgstr ""
62772 #: cp/parser.cc:31049
62773 #, gcc-internal-format
62774 msgid "result type is not a plain type-constraint"
62775 msgstr ""
62777 #: cp/parser.cc:31057
62778 #, gcc-internal-format
62779 msgid "return-type-requirement is not a type-constraint"
62780 msgstr ""
62782 #: cp/parser.cc:31569
62783 #, gcc-internal-format
62784 msgid "specializing member %<%T::%E%> requires %<template<>%> syntax"
62785 msgstr ""
62787 #: cp/parser.cc:31574
62788 #, gcc-internal-format
62789 msgid "invalid declaration of %<%T::%E%>"
62790 msgstr ""
62792 #: cp/parser.cc:31578
62793 #, gcc-internal-format
62794 msgid "too few template-parameter-lists"
62795 msgstr ""
62797 #. Otherwise, there are too many template parameter lists.  We have
62798 #. something like:
62800 #. template <class T> template <class U> void S::f();
62801 #: cp/parser.cc:31585
62802 #, gcc-internal-format
62803 msgid "too many template-parameter-lists"
62804 msgstr ""
62806 #: cp/parser.cc:31978
62807 #, gcc-internal-format
62808 msgid "named return values are no longer supported"
62809 msgstr ""
62811 #: cp/parser.cc:32151
62812 #, gcc-internal-format
62813 msgid ""
62814 "ISO C++ did not adopt string literal operator templates taking an argument "
62815 "pack of characters"
62816 msgstr ""
62818 #: cp/parser.cc:32160
62819 #, gcc-internal-format
62820 msgid ""
62821 "literal operator template %qD has invalid parameter list; expected non-type "
62822 "template parameter pack %<<char...>%> or single non-type parameter of class "
62823 "type"
62824 msgstr ""
62826 #: cp/parser.cc:32166
62827 #, gcc-internal-format
62828 msgid ""
62829 "literal operator template %qD has invalid parameter list; expected non-type "
62830 "template parameter pack %<<char...>%>"
62831 msgstr ""
62833 #: cp/parser.cc:32273
62834 #, gcc-internal-format
62835 msgid ""
62836 "template-introductions are not part of C++20 concepts; use %qs to enable"
62837 msgstr ""
62839 #: cp/parser.cc:32283
62840 #, gcc-internal-format
62841 msgid "no matching concept for template-introduction"
62842 msgstr ""
62844 #: cp/parser.cc:32306
62845 #, gcc-internal-format
62846 msgid "invalid declaration of member template in local class"
62847 msgstr ""
62849 #: cp/parser.cc:32315
62850 #, gcc-internal-format
62851 msgid "template with C linkage"
62852 msgstr ""
62854 #: cp/parser.cc:32335
62855 #, gcc-internal-format
62856 msgid "invalid explicit specialization"
62857 msgstr ""
62859 #: cp/parser.cc:32447
62860 #, gcc-internal-format
62861 msgid "template declaration of %<typedef%>"
62862 msgstr ""
62864 #: cp/parser.cc:32498
62865 #, gcc-internal-format
62866 msgid "a class template declaration must not declare anything else"
62867 msgstr ""
62869 #: cp/parser.cc:32550
62870 #, gcc-internal-format
62871 msgid "explicit template specialization cannot have a storage class"
62872 msgstr ""
62874 #: cp/parser.cc:32857
62875 #, gcc-internal-format
62876 msgid "%<>>%> should be %<> >%> within a nested template argument list"
62877 msgstr ""
62879 #: cp/parser.cc:32870
62880 #, gcc-internal-format
62881 msgid "spurious %<>>%>, use %<>%> to terminate a template argument list"
62882 msgstr ""
62884 #: cp/parser.cc:32901
62885 #, gcc-internal-format
62886 msgid "%qs should be %qs to terminate a template argument list"
62887 msgstr ""
62889 #: cp/parser.cc:33219
62890 #, gcc-internal-format
62891 msgid "%<sizeof...%> argument must be surrounded by parentheses"
62892 msgstr ""
62894 #: cp/parser.cc:33396
62895 #, gcc-internal-format
62896 msgid "invalid use of %qD in linkage specification"
62897 msgstr ""
62899 #: cp/parser.cc:33407
62900 #, gcc-internal-format
62901 msgid "duplicate %qD specifier"
62902 msgstr ""
62904 #: cp/parser.cc:33410
62905 #, gcc-internal-format
62906 msgid "%qD specifier conflicts with %qs"
62907 msgstr ""
62909 #: cp/parser.cc:33422
62910 #, gcc-internal-format
62911 msgid "%<__thread%> before %qD"
62912 msgstr ""
62914 #: cp/parser.cc:33438
62915 #, gcc-internal-format
62916 msgid "%qD specifier conflicts with %<typedef%>"
62917 msgstr ""
62919 #: cp/parser.cc:33547
62920 #, gcc-internal-format
62921 msgid "ISO C++ 1998 does not support %<long long%>"
62922 msgstr ""
62924 #: cp/parser.cc:33558
62925 #, gcc-internal-format
62926 msgid "both %<__thread%> and %<thread_local%> specified"
62927 msgstr ""
62929 #: cp/parser.cc:33563
62930 #, gcc-internal-format
62931 msgid "duplicate %qD"
62932 msgstr ""
62934 #: cp/parser.cc:33589
62935 #, gcc-internal-format
62936 msgid "duplicate %qs"
62937 msgstr ""
62939 #: cp/parser.cc:33641
62940 #, gcc-internal-format
62941 msgid "expected %<new%>"
62942 msgstr ""
62944 #: cp/parser.cc:33644
62945 #, gcc-internal-format
62946 msgid "expected %<delete%>"
62947 msgstr ""
62949 #: cp/parser.cc:33647
62950 #, gcc-internal-format
62951 msgid "expected %<return%>"
62952 msgstr ""
62954 #: cp/parser.cc:33653
62955 #, gcc-internal-format
62956 msgid "expected %<extern%>"
62957 msgstr ""
62959 #: cp/parser.cc:33656
62960 #, gcc-internal-format
62961 msgid "expected %<static_assert%>"
62962 msgstr ""
62964 #: cp/parser.cc:33659
62965 #, gcc-internal-format
62966 msgid "expected %<decltype%>"
62967 msgstr ""
62969 #: cp/parser.cc:33662
62970 #, gcc-internal-format
62971 msgid "expected %<operator%>"
62972 msgstr ""
62974 #: cp/parser.cc:33665
62975 #, gcc-internal-format
62976 msgid "expected %<class%>"
62977 msgstr ""
62979 #: cp/parser.cc:33668
62980 #, gcc-internal-format
62981 msgid "expected %<template%>"
62982 msgstr ""
62984 #: cp/parser.cc:33671
62985 #, gcc-internal-format
62986 msgid "expected %<namespace%>"
62987 msgstr ""
62989 #: cp/parser.cc:33674
62990 #, gcc-internal-format
62991 msgid "expected %<using%>"
62992 msgstr ""
62994 #: cp/parser.cc:33677
62995 #, gcc-internal-format
62996 msgid "expected %<asm%>"
62997 msgstr ""
62999 #: cp/parser.cc:33680
63000 #, gcc-internal-format
63001 msgid "expected %<try%>"
63002 msgstr ""
63004 #: cp/parser.cc:33683
63005 #, gcc-internal-format
63006 msgid "expected %<catch%>"
63007 msgstr ""
63009 #: cp/parser.cc:33686
63010 #, gcc-internal-format
63011 msgid "expected %<throw%>"
63012 msgstr ""
63014 #: cp/parser.cc:33689
63015 #, gcc-internal-format
63016 msgid "expected %<auto%>"
63017 msgstr ""
63019 #: cp/parser.cc:33692
63020 #, gcc-internal-format
63021 msgid "expected %<__label__%>"
63022 msgstr ""
63024 #: cp/parser.cc:33695
63025 #, gcc-internal-format
63026 msgid "expected %<@try%>"
63027 msgstr ""
63029 #: cp/parser.cc:33698
63030 #, gcc-internal-format
63031 msgid "expected %<@synchronized%>"
63032 msgstr ""
63034 #: cp/parser.cc:33701
63035 #, gcc-internal-format
63036 msgid "expected %<@throw%>"
63037 msgstr ""
63039 #: cp/parser.cc:33704
63040 #, gcc-internal-format
63041 msgid "expected %<__transaction_atomic%>"
63042 msgstr ""
63044 #: cp/parser.cc:33707
63045 #, gcc-internal-format
63046 msgid "expected %<__transaction_relaxed%>"
63047 msgstr ""
63049 #: cp/parser.cc:33710
63050 #, gcc-internal-format
63051 msgid "expected %<co_yield%>"
63052 msgstr ""
63054 #: cp/parser.cc:33742
63055 #, gcc-internal-format
63056 msgid "expected %<::%>"
63057 msgstr ""
63059 #: cp/parser.cc:33754
63060 #, gcc-internal-format
63061 msgid "expected %<...%>"
63062 msgstr ""
63064 #: cp/parser.cc:33757
63065 #, gcc-internal-format
63066 msgid "expected %<*%>"
63067 msgstr ""
63069 #: cp/parser.cc:33760
63070 #, gcc-internal-format
63071 msgid "expected %<~%>"
63072 msgstr ""
63074 #: cp/parser.cc:33766
63075 #, gcc-internal-format
63076 msgid "expected %<:%> or %<::%>"
63077 msgstr ""
63079 #: cp/parser.cc:33793
63080 #, gcc-internal-format
63081 msgid "expected %<class%>, %<typename%>, or %<template%>"
63082 msgstr ""
63084 #: cp/parser.cc:34128
63085 #, gcc-internal-format
63086 msgid "redundant enum-key %<enum%s%> in reference to %q#T"
63087 msgstr ""
63089 #: cp/parser.cc:34279
63090 #, gcc-internal-format
63091 msgid "%qs tag used in naming %q#T"
63092 msgstr ""
63094 #: cp/parser.cc:34284
63095 #, gcc-internal-format
63096 msgid "%q#T was previously declared here"
63097 msgstr ""
63099 #: cp/parser.cc:34405
63100 #, gcc-internal-format
63101 msgid "redundant class-key %qs in reference to %q#T"
63102 msgstr ""
63104 #: cp/parser.cc:34563 cp/parser.cc:34597
63105 #, gcc-internal-format
63106 msgid "%qT declared with a mismatched class-key %qs"
63107 msgstr ""
63109 #: cp/parser.cc:34570 cp/parser.cc:34603
63110 #, gcc-internal-format
63111 msgid "remove the class-key or replace it with %qs"
63112 msgstr ""
63114 #: cp/parser.cc:34571 cp/parser.cc:34604
63115 #, gcc-internal-format
63116 msgid "replace the class-key with %qs"
63117 msgstr ""
63119 #: cp/parser.cc:34578
63120 #, gcc-internal-format
63121 msgid "%qT defined as %qs here"
63122 msgstr ""
63124 #: cp/parser.cc:34579
63125 #, gcc-internal-format
63126 msgid "%qT first declared as %qs here"
63127 msgstr ""
63129 #: cp/parser.cc:34661
63130 #, gcc-internal-format
63131 msgid "%qD redeclared with different access"
63132 msgstr ""
63134 #: cp/parser.cc:34682
63135 #, gcc-internal-format
63136 msgid ""
63137 "in C++98 %<template%> (as a disambiguator) is only allowed within templates"
63138 msgstr ""
63140 #: cp/parser.cc:34932
63141 #, gcc-internal-format
63142 msgid "file ends in default argument"
63143 msgstr ""
63145 #: cp/parser.cc:35173 cp/parser.cc:36481 cp/parser.cc:36670
63146 #, gcc-internal-format
63147 msgid "misplaced %<@%D%> Objective-C++ construct"
63148 msgstr ""
63150 #: cp/parser.cc:35244
63151 #, gcc-internal-format
63152 msgid "objective-c++ message receiver expected"
63153 msgstr ""
63155 #: cp/parser.cc:35314
63156 #, gcc-internal-format
63157 msgid "objective-c++ message argument(s) are expected"
63158 msgstr ""
63160 #: cp/parser.cc:35345
63161 #, gcc-internal-format
63162 msgid "%<@encode%> must specify a type as an argument"
63163 msgstr ""
63165 #: cp/parser.cc:35749
63166 #, gcc-internal-format
63167 msgid "invalid Objective-C++ selector name"
63168 msgstr ""
63170 #: cp/parser.cc:35824 cp/parser.cc:35842
63171 #, gcc-internal-format
63172 msgid "objective-c++ method declaration is expected"
63173 msgstr ""
63175 #: cp/parser.cc:35836 cp/parser.cc:35902
63176 #, gcc-internal-format
63177 msgid "method attributes must be specified at the end"
63178 msgstr ""
63180 #: cp/parser.cc:35945
63181 #, gcc-internal-format
63182 msgid "stray %qs between Objective-C++ methods"
63183 msgstr ""
63185 #: cp/parser.cc:36142 cp/parser.cc:36149 cp/parser.cc:36156
63186 #, gcc-internal-format
63187 msgid "invalid type for instance variable"
63188 msgstr ""
63190 #: cp/parser.cc:36273
63191 #, gcc-internal-format
63192 msgid "identifier expected after %<@protocol%>"
63193 msgstr ""
63195 #: cp/parser.cc:36446
63196 #, gcc-internal-format
63197 msgid ""
63198 "attributes may not be specified before the %<@%D%> Objective-C++ keyword"
63199 msgstr ""
63201 #: cp/parser.cc:36453
63202 #, gcc-internal-format
63203 msgid "prefix attributes are ignored before %<@%D%>"
63204 msgstr ""
63206 #: cp/parser.cc:36733 cp/parser.cc:36740 cp/parser.cc:36747
63207 #, gcc-internal-format
63208 msgid "invalid type for property"
63209 msgstr ""
63211 #: cp/parser.cc:36909
63212 #, gcc-internal-format
63213 msgid "unknown property attribute %qE"
63214 msgstr ""
63216 #: cp/parser.cc:38038
63217 #, gcc-internal-format
63218 msgid "expected integer expression list"
63219 msgstr ""
63221 #: cp/parser.cc:38055
63222 #, gcc-internal-format
63223 msgid "%<wait%> expression must be integral"
63224 msgstr ""
63226 #: cp/parser.cc:39144
63227 #, gcc-internal-format
63228 msgid "invalid reduction-identifier"
63229 msgstr ""
63231 #: cp/parser.cc:40113
63232 #, gcc-internal-format
63233 msgid "types may not be defined in iterator type"
63234 msgstr ""
63236 #: cp/parser.cc:43019
63237 #, gcc-internal-format
63238 msgid "parenthesized initialization is not allowed in OpenMP %<for%> loop"
63239 msgstr ""
63241 #: cp/parser.cc:43467
63242 #, gcc-internal-format
63243 msgid ""
63244 "%<[[omp::directive(%s)]]%> must be the only specified attribute on a "
63245 "statement"
63246 msgstr ""
63248 #: cp/parser.cc:43712
63249 #, gcc-internal-format
63250 msgid "%<ordered%> clause with parameter on range-based %<for%> loop"
63251 msgstr ""
63253 #: cp/parser.cc:43799 cp/pt.cc:18551
63254 #, gcc-internal-format
63255 msgid "iteration variable %qD should not be reduction"
63256 msgstr ""
63258 #: cp/parser.cc:43892
63259 #, gcc-internal-format
63260 msgid "not enough for loops to collapse"
63261 msgstr ""
63263 #: cp/parser.cc:46259
63264 #, gcc-internal-format
63265 msgid "%<#pragma omp declare %s%> followed by %<#pragma omp declare %s%>"
63266 msgstr ""
63268 #: cp/parser.cc:47094
63269 #, gcc-internal-format
63270 msgid ""
63271 "OpenMP directive other than %<declare simd%> or %<declare variant%> "
63272 "appertains to a declaration"
63273 msgstr ""
63275 #: cp/parser.cc:47440 cp/parser.cc:47471
63276 #, gcc-internal-format
63277 msgid "%qs in attribute syntax terminated with %qs in pragma syntax"
63278 msgstr ""
63280 #: cp/parser.cc:47447 cp/parser.cc:47476
63281 #, gcc-internal-format
63282 msgid "%qs in pragma syntax terminated with %qs in attribute syntax"
63283 msgstr ""
63285 #: cp/parser.cc:47588
63286 #, gcc-internal-format
63287 msgid "invalid initializer clause"
63288 msgstr ""
63290 #: cp/parser.cc:47618
63291 #, gcc-internal-format
63292 msgid "expected id-expression (arguments)"
63293 msgstr ""
63295 #: cp/parser.cc:47630
63296 #, gcc-internal-format
63297 msgid ""
63298 "one of the initializer call arguments should be %<omp_priv%> or %<&omp_priv%>"
63299 msgstr ""
63301 #: cp/parser.cc:47733
63302 #, gcc-internal-format
63303 msgid "types may not be defined in declare reduction type list"
63304 msgstr ""
63306 #: cp/parser.cc:47753 cp/semantics.cc:6128
63307 #, gcc-internal-format
63308 msgid "predeclared arithmetic type %qT in %<#pragma omp declare reduction%>"
63309 msgstr ""
63311 #: cp/parser.cc:47757 cp/semantics.cc:6136
63312 #, gcc-internal-format
63313 msgid "function or array type %qT in %<#pragma omp declare reduction%>"
63314 msgstr ""
63316 #: cp/parser.cc:47760 cp/pt.cc:14473 cp/semantics.cc:6142
63317 #, gcc-internal-format
63318 msgid "reference type %qT in %<#pragma omp declare reduction%>"
63319 msgstr ""
63321 #: cp/parser.cc:47763 cp/semantics.cc:6148
63322 #, gcc-internal-format
63323 msgid ""
63324 "%<const%>, %<volatile%> or %<__restrict%>-qualified type %qT in %<#pragma "
63325 "omp declare reduction%>"
63326 msgstr ""
63328 #: cp/parser.cc:48477
63329 #, gcc-internal-format
63330 msgid "%<#pragma acc routine%> names a set of overloads"
63331 msgstr ""
63333 #: cp/parser.cc:48487
63334 #, gcc-internal-format
63335 msgid "%qD does not refer to a namespace scope function"
63336 msgstr ""
63338 #. cancel-and-throw is unimplemented.
63339 #: cp/parser.cc:48848
63340 #, gcc-internal-format
63341 msgid "%<atomic_cancel%>"
63342 msgstr ""
63344 #: cp/parser.cc:48895 cp/semantics.cc:11155
63345 #, gcc-internal-format
63346 msgid "%<__transaction_relaxed%> without transactional memory support enabled"
63347 msgstr ""
63349 #: cp/parser.cc:48897 cp/semantics.cc:11157
63350 #, gcc-internal-format
63351 msgid "%<__transaction_atomic%> without transactional memory support enabled"
63352 msgstr ""
63354 #: cp/parser.cc:49043
63355 #, gcc-internal-format
63356 msgid ""
63357 "outer %<__transaction_cancel%> not within outer %<__transaction_atomic%>"
63358 msgstr ""
63360 #: cp/parser.cc:49046
63361 #, gcc-internal-format
63362 msgid "  or a %<transaction_may_cancel_outer%> function"
63363 msgstr ""
63365 #: cp/parser.cc:49093
63366 #, gcc-internal-format
63367 msgid "malformed %<#pragma GCC pch_preprocess%>"
63368 msgstr ""
63370 #: cp/parser.cc:49391
63371 #, gcc-internal-format
63372 msgid "%<#pragma omp requires%> may only be used at file or namespace scope"
63373 msgstr ""
63375 #: cp/parser.cc:49402
63376 #, gcc-internal-format
63377 msgid "%<#pragma omp assumes%> may only be used at file or namespace scope"
63378 msgstr ""
63380 #: cp/parser.cc:49457
63381 #, gcc-internal-format
63382 msgid "%<#pragma GCC ivdep%> must be inside a function"
63383 msgstr ""
63385 #: cp/parser.cc:49489
63386 #, gcc-internal-format
63387 msgid "%<#pragma GCC unroll%> must be inside a function"
63388 msgstr ""
63390 #: cp/parser.cc:49570
63391 #, gcc-internal-format
63392 msgid "multi-source compilation not implemented for C++"
63393 msgstr ""
63395 #: cp/parser.cc:49607
63396 #, gcc-internal-format
63397 msgid "placeholder type not allowed in this context"
63398 msgstr ""
63400 #: cp/parser.cc:49816
63401 #, gcc-internal-format
63402 msgid "implicit templates may not be %<virtual%>"
63403 msgstr ""
63405 #: cp/parser.cc:49872
63406 #, gcc-internal-format
63407 msgid "%<extern \"C\"%> linkage started here"
63408 msgstr ""
63410 #: cp/pt.cc:308
63411 #, gcc-internal-format
63412 msgid "data member %qD cannot be a member template"
63413 msgstr ""
63415 #: cp/pt.cc:321
63416 #, gcc-internal-format
63417 msgid "invalid member template declaration %qD"
63418 msgstr ""
63420 #: cp/pt.cc:749
63421 #, gcc-internal-format
63422 msgid "explicit specialization in non-namespace scope %qD"
63423 msgstr ""
63425 #: cp/pt.cc:763
63426 #, gcc-internal-format
63427 msgid "enclosing class templates are not explicitly specialized"
63428 msgstr ""
63430 #: cp/pt.cc:847
63431 #, gcc-internal-format
63432 msgid "specialization of %qD must appear at namespace scope"
63433 msgstr ""
63435 #: cp/pt.cc:858 cp/pt.cc:1099
63436 #, gcc-internal-format
63437 msgid "specialization of %qD in different namespace"
63438 msgstr ""
63440 #: cp/pt.cc:860
63441 #, gcc-internal-format
63442 msgid "  from definition of %q#D"
63443 msgstr ""
63445 #: cp/pt.cc:877
63446 #, gcc-internal-format
63447 msgid ""
63448 "explicit instantiation of %qD in namespace %qD (which does not enclose "
63449 "namespace %qD)"
63450 msgstr ""
63452 #: cp/pt.cc:1011
63453 #, gcc-internal-format
63454 msgid "name of class shadows template template parameter %qD"
63455 msgstr ""
63457 #: cp/pt.cc:1023
63458 #, gcc-internal-format
63459 msgid "specialization of alias template %qD"
63460 msgstr ""
63462 #: cp/pt.cc:1026 cp/pt.cc:1165
63463 #, gcc-internal-format
63464 msgid "explicit specialization of non-template %qT"
63465 msgstr ""
63467 #: cp/pt.cc:1058
63468 #, gcc-internal-format
63469 msgid "specialization of %qT after instantiation"
63470 msgstr ""
63472 #: cp/pt.cc:1102
63473 #, gcc-internal-format
63474 msgid "from definition of %q#D"
63475 msgstr ""
63477 #. But if we've had an implicit instantiation, that's a
63478 #. problem ([temp.expl.spec]/6).
63479 #: cp/pt.cc:1143
63480 #, gcc-internal-format
63481 msgid "specialization %qT after instantiation %qT"
63482 msgstr ""
63484 #: cp/pt.cc:1161
63485 #, gcc-internal-format
63486 msgid "template specialization of %qD not allowed by ISO C++"
63487 msgstr ""
63489 #: cp/pt.cc:1552
63490 #, gcc-internal-format
63491 msgid "specialization of %qD after instantiation"
63492 msgstr ""
63494 #: cp/pt.cc:2025 cp/semantics.cc:5998
63495 #, gcc-internal-format
63496 msgid "%s %#qD"
63497 msgstr ""
63499 #: cp/pt.cc:2161
63500 #, gcc-internal-format
63501 msgid "%qD is not a function template"
63502 msgstr ""
63504 #: cp/pt.cc:2166
63505 #, gcc-internal-format
63506 msgid "%qD is not a variable template"
63507 msgstr ""
63509 #: cp/pt.cc:2449
63510 #, gcc-internal-format
63511 msgid "template-id %qD for %q+D does not match any template declaration"
63512 msgstr ""
63514 #: cp/pt.cc:2453
63515 #, gcc-internal-format
63516 msgid ""
63517 "saw %d %<template<>%>, need %d for specializing a member function template"
63518 msgstr ""
63520 #: cp/pt.cc:2463
63521 #, gcc-internal-format
63522 msgid "ambiguous template specialization %qD for %q+D"
63523 msgstr ""
63525 #: cp/pt.cc:2667
63526 #, gcc-internal-format
63527 msgid ""
63528 "variable templates only available with %<-std=c++14%> or %<-std=gnu++14%>"
63529 msgstr ""
63531 #: cp/pt.cc:2677
63532 #, gcc-internal-format
63533 msgid "too many template headers for %qD (should be %d)"
63534 msgstr ""
63536 #: cp/pt.cc:2683
63537 #, gcc-internal-format
63538 msgid ""
63539 "members of an explicitly specialized class are defined without a template "
63540 "header"
63541 msgstr ""
63543 #: cp/pt.cc:2707
63544 #, gcc-internal-format
63545 msgid ""
63546 "explicit specialization of %qD outside its namespace must use a nested-name-"
63547 "specifier"
63548 msgstr ""
63550 #. This was allowed in C++98, so only pedwarn.
63551 #: cp/pt.cc:2712
63552 #, gcc-internal-format
63553 msgid ""
63554 "explicit instantiation of %qD outside its namespace must use a nested-name-"
63555 "specifier"
63556 msgstr ""
63558 #: cp/pt.cc:2748
63559 #, gcc-internal-format
63560 msgid "explicit specialization %q#D may be missing attributes"
63561 msgstr ""
63563 #: cp/pt.cc:2752
63564 #, gcc-internal-format, gfc-internal-format
63565 msgid "missing primary template attributes %s"
63566 msgstr ""
63568 #: cp/pt.cc:2753
63569 #, gcc-internal-format, gfc-internal-format
63570 msgid "missing primary template attribute %s"
63571 msgstr ""
63573 #: cp/pt.cc:2845 cp/pt.cc:2905
63574 #, gcc-internal-format
63575 msgid "template-id %qE in declaration of primary template"
63576 msgstr ""
63578 #: cp/pt.cc:2858
63579 #, gcc-internal-format
63580 msgid "template parameter list used in explicit instantiation"
63581 msgstr ""
63583 #: cp/pt.cc:2864
63584 #, gcc-internal-format
63585 msgid "definition provided for explicit instantiation"
63586 msgstr ""
63588 #: cp/pt.cc:2872
63589 #, gcc-internal-format
63590 msgid "too many template parameter lists in declaration of %qD"
63591 msgstr ""
63593 #: cp/pt.cc:2875
63594 #, gcc-internal-format
63595 msgid "too few template parameter lists in declaration of %qD"
63596 msgstr ""
63598 #: cp/pt.cc:2877
63599 #, gcc-internal-format
63600 msgid "explicit specialization of %qD must be introduced by %<template <>%>"
63601 msgstr ""
63603 #: cp/pt.cc:2883
63604 #, gcc-internal-format
63605 msgid "explicit specialization declared %<concept%>"
63606 msgstr ""
63608 #: cp/pt.cc:2916
63609 #, gcc-internal-format
63610 msgid "non-type partial specialization %qE is not allowed"
63611 msgstr ""
63613 #: cp/pt.cc:2920
63614 #, gcc-internal-format
63615 msgid "non-class, non-variable partial specialization %qE is not allowed"
63616 msgstr ""
63618 #: cp/pt.cc:2952
63619 #, gcc-internal-format
63620 msgid "default argument specified in explicit specialization"
63621 msgstr ""
63623 #: cp/pt.cc:2995
63624 #, gcc-internal-format
63625 msgid "%qD is not a template function"
63626 msgstr ""
63628 #. From [temp.expl.spec]:
63630 #. If such an explicit specialization for the member
63631 #. of a class template names an implicitly-declared
63632 #. special member function (clause _special_), the
63633 #. program is ill-formed.
63635 #. Similar language is found in [temp.explicit].
63636 #: cp/pt.cc:3057
63637 #, gcc-internal-format
63638 msgid "specialization of implicitly-declared special member function"
63639 msgstr ""
63641 #: cp/pt.cc:3073
63642 #, gcc-internal-format
63643 msgid "no member function %qD declared in %qT"
63644 msgstr ""
63646 #: cp/pt.cc:3104
63647 #, gcc-internal-format
63648 msgid "friend declaration %qD is not visible to explicit specialization"
63649 msgstr ""
63651 #: cp/pt.cc:3107
63652 #, gcc-internal-format
63653 msgid "friend declaration here"
63654 msgstr ""
63656 #: cp/pt.cc:3218
63657 #, gcc-internal-format
63658 msgid "explicit specialization of function concept %qD"
63659 msgstr ""
63661 #: cp/pt.cc:3819
63662 #, gcc-internal-format
63663 msgid "argument to %<__integer_pack%> must be between 0 and %d"
63664 msgstr ""
63666 #: cp/pt.cc:4170
63667 #, gcc-internal-format
63668 msgid "base initializer expansion %qT contains no parameter packs"
63669 msgstr ""
63671 #: cp/pt.cc:4238
63672 #, gcc-internal-format
63673 msgid "expansion pattern %qT contains no parameter packs"
63674 msgstr ""
63676 #: cp/pt.cc:4240
63677 #, gcc-internal-format
63678 msgid "expansion pattern %qE contains no parameter packs"
63679 msgstr ""
63681 #: cp/pt.cc:4324
63682 #, gcc-internal-format
63683 msgid "parameter packs not expanded with %<...%>:"
63684 msgstr ""
63686 #: cp/pt.cc:4341 cp/pt.cc:5211
63687 #, gcc-internal-format
63688 msgid "        %qD"
63689 msgstr ""
63691 #: cp/pt.cc:4343
63692 #, gcc-internal-format, gfc-internal-format
63693 msgid "        %s"
63694 msgstr ""
63696 #: cp/pt.cc:4469
63697 #, gcc-internal-format
63698 msgid "declaration of template parameter %q+D shadows template parameter"
63699 msgstr ""
63701 #: cp/pt.cc:4472
63702 #, gcc-internal-format
63703 msgid "declaration of %q+#D shadows template parameter"
63704 msgstr ""
63706 #: cp/pt.cc:4474
63707 #, gcc-internal-format
63708 msgid "template parameter %qD declared here"
63709 msgstr ""
63711 #: cp/pt.cc:5147
63712 #, gcc-internal-format
63713 msgid "specialization of variable concept %q#D"
63714 msgstr ""
63716 #: cp/pt.cc:5206
63717 #, gcc-internal-format
63718 msgid "template parameters not deducible in partial specialization:"
63719 msgstr ""
63721 #: cp/pt.cc:5229
63722 #, gcc-internal-format
63723 msgid ""
63724 "partial specialization %q+D does not specialize any template arguments; to "
63725 "define the primary template, remove the template argument list"
63726 msgstr ""
63728 #: cp/pt.cc:5233
63729 #, gcc-internal-format
63730 msgid ""
63731 "partial specialization %q+D does not specialize any template arguments and "
63732 "is not more constrained than the primary template; to define the primary "
63733 "template, remove the template argument list"
63734 msgstr ""
63736 #: cp/pt.cc:5237 cp/pt.cc:5248 cp/pt.cc:5256
63737 #, gcc-internal-format
63738 msgid "primary template here"
63739 msgstr ""
63741 #: cp/pt.cc:5245
63742 #, gcc-internal-format
63743 msgid ""
63744 "partial specialization is not more specialized than the primary template "
63745 "because it replaces multiple parameters with a pack expansion"
63746 msgstr ""
63748 #: cp/pt.cc:5255
63749 #, gcc-internal-format
63750 msgid "too many arguments for partial specialization %qT"
63751 msgstr ""
63753 #: cp/pt.cc:5270
63754 #, gcc-internal-format
63755 msgid "partial specialization %qD is not more specialized than"
63756 msgstr ""
63758 #: cp/pt.cc:5272
63759 #, gcc-internal-format
63760 msgid "primary template %qD"
63761 msgstr ""
63763 #: cp/pt.cc:5314
63764 #, gcc-internal-format
63765 msgid ""
63766 "parameter pack argument %qE must be at the end of the template argument list"
63767 msgstr ""
63769 #: cp/pt.cc:5317
63770 #, gcc-internal-format
63771 msgid ""
63772 "parameter pack argument %qT must be at the end of the template argument list"
63773 msgstr ""
63775 #: cp/pt.cc:5379
63776 #, gcc-internal-format
63777 msgid "type %qT of template argument %qE depends on a template parameter"
63778 msgid_plural "type %qT of template argument %qE depends on template parameters"
63779 msgstr[0] ""
63780 msgstr[1] ""
63782 #: cp/pt.cc:5438
63783 #, gcc-internal-format
63784 msgid "declaration of %qD ambiguates earlier template instantiation for %qD"
63785 msgstr ""
63787 #: cp/pt.cc:5442
63788 #, gcc-internal-format
63789 msgid "partial specialization of %qD after instantiation of %qD"
63790 msgstr ""
63792 #: cp/pt.cc:5625
63793 #, gcc-internal-format
63794 msgid "no default argument for %qD"
63795 msgstr ""
63797 #. A primary class template, primary variable template
63798 #. (DR 2032), or alias template can only have one
63799 #. parameter pack, at the end of the template
63800 #. parameter list.
63801 #: cp/pt.cc:5648
63802 #, gcc-internal-format
63803 msgid "parameter pack %q+D must be at the end of the template parameter list"
63804 msgstr ""
63806 #: cp/pt.cc:5684
63807 #, gcc-internal-format
63808 msgid ""
63809 "default template arguments may not be used in function template friend re-"
63810 "declaration"
63811 msgstr ""
63813 #: cp/pt.cc:5687
63814 #, gcc-internal-format
63815 msgid ""
63816 "default template arguments may not be used in template friend declarations"
63817 msgstr ""
63819 #: cp/pt.cc:5690
63820 #, gcc-internal-format
63821 msgid ""
63822 "default template arguments may not be used in function templates without %<-"
63823 "std=c++11%> or %<-std=gnu++11%>"
63824 msgstr ""
63826 #: cp/pt.cc:5693
63827 #, gcc-internal-format
63828 msgid "default template arguments may not be used in partial specializations"
63829 msgstr ""
63831 #: cp/pt.cc:5696 cp/pt.cc:5754
63832 #, gcc-internal-format
63833 msgid "default argument for template parameter for class enclosing %qD"
63834 msgstr ""
63836 #: cp/pt.cc:5865
63837 #, gcc-internal-format
63838 msgid "template %qD declared"
63839 msgstr ""
63841 #: cp/pt.cc:5873
63842 #, gcc-internal-format
63843 msgid "template class without a name"
63844 msgstr ""
63846 #: cp/pt.cc:5881
63847 #, gcc-internal-format
63848 msgid "member template %qD may not have virt-specifiers"
63849 msgstr ""
63851 #. [basic.stc.dynamic.allocation]
63853 #. An allocation function can be a function
63854 #. template. ... Template allocation functions shall
63855 #. have two or more parameters.
63856 #: cp/pt.cc:5904
63857 #, gcc-internal-format
63858 msgid "invalid template declaration of %qD"
63859 msgstr ""
63861 #: cp/pt.cc:6056
63862 #, gcc-internal-format
63863 msgid "template definition of non-template %q#D"
63864 msgstr ""
63866 #: cp/pt.cc:6095
63867 #, gcc-internal-format
63868 msgid "expected %d levels of template parms for %q#D, got %d"
63869 msgstr ""
63871 #: cp/pt.cc:6109
63872 #, gcc-internal-format
63873 msgid "got %d template parameters for %q#D"
63874 msgstr ""
63876 #: cp/pt.cc:6112
63877 #, gcc-internal-format
63878 msgid "got %d template parameters for %q#T"
63879 msgstr ""
63881 #: cp/pt.cc:6114
63882 #, gcc-internal-format, gfc-internal-format
63883 msgid "  but %d required"
63884 msgstr ""
63886 #: cp/pt.cc:6135
63887 #, gcc-internal-format
63888 msgid "template arguments to %qD do not match original template %qD"
63889 msgstr ""
63891 #: cp/pt.cc:6138
63892 #, gcc-internal-format
63893 msgid "use %<template<>%> for an explicit specialization"
63894 msgstr ""
63896 #: cp/pt.cc:6160
63897 #, gcc-internal-format
63898 msgid "redeclaration of %qD with different constraints"
63899 msgstr ""
63901 #: cp/pt.cc:6307
63902 #, gcc-internal-format
63903 msgid "%qT is not a template type"
63904 msgstr ""
63906 #: cp/pt.cc:6320
63907 #, gcc-internal-format
63908 msgid "template specifiers not specified in declaration of %qD"
63909 msgstr ""
63911 #: cp/pt.cc:6331
63912 #, gcc-internal-format, gfc-internal-format
63913 msgid "redeclared with %d template parameter"
63914 msgid_plural "redeclared with %d template parameters"
63915 msgstr[0] ""
63916 msgstr[1] ""
63918 #: cp/pt.cc:6335
63919 #, gcc-internal-format
63920 msgid "previous declaration %qD used %d template parameter"
63921 msgid_plural "previous declaration %qD used %d template parameters"
63922 msgstr[0] ""
63923 msgstr[1] ""
63925 #: cp/pt.cc:6369
63926 #, gcc-internal-format
63927 msgid "template parameter %q+#D"
63928 msgstr ""
63930 #: cp/pt.cc:6371
63931 #, gcc-internal-format
63932 msgid "redeclared here as %q#D"
63933 msgstr ""
63935 #: cp/pt.cc:6373
63936 #, gcc-internal-format
63937 msgid "redeclared here"
63938 msgstr ""
63940 #: cp/pt.cc:6384
63941 #, gcc-internal-format
63942 msgid "declaration of template parameter %q+#D with different constraints"
63943 msgstr ""
63945 #: cp/pt.cc:6387 cp/pt.cc:6414
63946 #, gcc-internal-format
63947 msgid "original declaration appeared here"
63948 msgstr ""
63950 #: cp/pt.cc:6411
63951 #, gcc-internal-format
63952 msgid "redeclaration of %q#D with different constraints"
63953 msgstr ""
63955 #: cp/pt.cc:6770 cp/pt.cc:6839
63956 #, gcc-internal-format
63957 msgid "%qE is not a valid template argument for type %qT"
63958 msgstr ""
63960 #: cp/pt.cc:6773
63961 #, gcc-internal-format
63962 msgid "it must be the address of a function with external linkage"
63963 msgstr ""
63965 #: cp/pt.cc:6776
63966 #, gcc-internal-format
63967 msgid "it must be the name of a function with external linkage"
63968 msgstr ""
63970 #: cp/pt.cc:6789
63971 #, gcc-internal-format
63972 msgid ""
63973 "%qE is not a valid template argument for type %qT because %qD has no linkage"
63974 msgstr ""
63976 #: cp/pt.cc:6793
63977 #, gcc-internal-format
63978 msgid ""
63979 "%qE is not a valid template argument for type %qT because %qD does not have "
63980 "external linkage"
63981 msgstr ""
63983 #: cp/pt.cc:6842
63984 #, gcc-internal-format
63985 msgid "it must be a pointer-to-member of the form %<&X::Y%>"
63986 msgstr ""
63988 #: cp/pt.cc:6844
63989 #, gcc-internal-format
63990 msgid "because it is a member of %qT"
63991 msgstr ""
63993 #: cp/pt.cc:6913
63994 #, gcc-internal-format
63995 msgid "  couldn%'t deduce template parameter %qD"
63996 msgstr ""
63998 #: cp/pt.cc:6922
63999 #, gcc-internal-format
64000 msgid "  types %qT and %qT have incompatible cv-qualifiers"
64001 msgstr ""
64003 #: cp/pt.cc:6931
64004 #, gcc-internal-format
64005 msgid "  mismatched types %qT and %qT"
64006 msgstr ""
64008 #: cp/pt.cc:6940
64009 #, gcc-internal-format
64010 msgid "  template parameter %qD is not a parameter pack, but argument %qD is"
64011 msgstr ""
64013 #: cp/pt.cc:6951
64014 #, gcc-internal-format
64015 msgid "  template argument %qE does not match pointer-to-member constant %qE"
64016 msgstr ""
64018 #: cp/pt.cc:6961
64019 #, gcc-internal-format
64020 msgid "  %qE is not equivalent to %qE"
64021 msgstr ""
64023 #: cp/pt.cc:6970
64024 #, gcc-internal-format
64025 msgid "  inconsistent parameter pack deduction with %qT and %qT"
64026 msgstr ""
64028 #: cp/pt.cc:6982
64029 #, gcc-internal-format
64030 msgid "  deduced conflicting types for parameter %qT (%qT and %qT)"
64031 msgstr ""
64033 #: cp/pt.cc:6986
64034 #, gcc-internal-format
64035 msgid "  deduced conflicting values for non-type parameter %qE (%qE and %qE)"
64036 msgstr ""
64038 #: cp/pt.cc:6997
64039 #, gcc-internal-format
64040 msgid "  variable-sized array type %qT is not a valid template argument"
64041 msgstr ""
64043 #: cp/pt.cc:7008
64044 #, gcc-internal-format
64045 msgid "  member function type %qT is not a valid template argument"
64046 msgstr ""
64048 #: cp/pt.cc:7051
64049 #, gcc-internal-format
64050 msgid "  cannot convert %qE (type %qT) to type %qT"
64051 msgstr ""
64053 #: cp/pt.cc:7064
64054 #, gcc-internal-format
64055 msgid "  %qT is an ambiguous base class of %qT"
64056 msgstr ""
64058 #: cp/pt.cc:7068
64059 #, gcc-internal-format
64060 msgid "  %qT is not derived from %qT"
64061 msgstr ""
64063 #: cp/pt.cc:7079
64064 #, gcc-internal-format
64065 msgid ""
64066 "  template parameters of a template template argument are inconsistent with "
64067 "other deduced template arguments"
64068 msgstr ""
64070 #: cp/pt.cc:7089
64071 #, gcc-internal-format
64072 msgid "  cannot deduce a template for %qT from non-template type %qT"
64073 msgstr ""
64075 #: cp/pt.cc:7099
64076 #, gcc-internal-format
64077 msgid "  template argument %qE does not match %qE"
64078 msgstr ""
64080 #: cp/pt.cc:7150
64081 #, gcc-internal-format
64082 msgid ""
64083 "%qE is not a valid template argument of type %qT because %qE is not a "
64084 "variable or function"
64085 msgstr ""
64087 #: cp/pt.cc:7159
64088 #, gcc-internal-format
64089 msgid ""
64090 "%qE is not a valid template argument of type %qT in C++98 because %qD does "
64091 "not have external linkage"
64092 msgstr ""
64094 #: cp/pt.cc:7169
64095 #, gcc-internal-format
64096 msgid ""
64097 "%qE is not a valid template argument of type %qT because %qD has no linkage"
64098 msgstr ""
64100 #: cp/pt.cc:7184
64101 #, gcc-internal-format
64102 msgid "the address of %qD is not a valid template argument"
64103 msgstr ""
64105 #: cp/pt.cc:7194
64106 #, gcc-internal-format
64107 msgid ""
64108 "the address of the %qT subobject of %qD is not a valid template argument"
64109 msgstr ""
64111 #: cp/pt.cc:7201
64112 #, gcc-internal-format
64113 msgid ""
64114 "the address of %qD is not a valid template argument because it does not have "
64115 "static storage duration"
64116 msgstr ""
64118 #: cp/pt.cc:7219
64119 #, gcc-internal-format
64120 msgid ""
64121 "%qD is not a valid template argument because %qD is a variable, not the "
64122 "address of a variable"
64123 msgstr ""
64125 #: cp/pt.cc:7227
64126 #, gcc-internal-format
64127 msgid ""
64128 "%qE is not a valid template argument for %qT because it is not the address "
64129 "of a variable"
64130 msgstr ""
64132 #: cp/pt.cc:7348
64133 #, gcc-internal-format
64134 msgid ""
64135 "%qE is not a valid template argument for type %qT because string literals "
64136 "can never be used in this context"
64137 msgstr ""
64139 #: cp/pt.cc:7513
64140 #, gcc-internal-format
64141 msgid "in template argument for type %qT"
64142 msgstr ""
64144 #: cp/pt.cc:7527
64145 #, gcc-internal-format
64146 msgid "template argument %qE for type %qT not a compile-time constant"
64147 msgstr ""
64149 #: cp/pt.cc:7613
64150 #, gcc-internal-format
64151 msgid ""
64152 "%qE is not a valid template argument for type %qT because of conflicts in cv-"
64153 "qualification"
64154 msgstr ""
64156 #: cp/pt.cc:7621
64157 #, gcc-internal-format
64158 msgid ""
64159 "%qE is not a valid template argument for type %qT because it is not an lvalue"
64160 msgstr ""
64162 #: cp/pt.cc:7639
64163 #, gcc-internal-format
64164 msgid ""
64165 "%q#D is not a valid template argument for type %qT because a reference "
64166 "variable does not have a constant address"
64167 msgstr ""
64169 #: cp/pt.cc:7698
64170 #, gcc-internal-format
64171 msgid ""
64172 "%qE is not a valid template argument for type %qT because it is a pointer"
64173 msgstr ""
64175 #: cp/pt.cc:7700
64176 #, gcc-internal-format
64177 msgid "try using %qE instead"
64178 msgstr ""
64180 #: cp/pt.cc:7754
64181 #, gcc-internal-format
64182 msgid ""
64183 "%qE is not a valid template argument for type %qT because it is of type %qT"
64184 msgstr ""
64186 #: cp/pt.cc:8312
64187 #, gcc-internal-format
64188 msgid "ignoring attributes on template argument %qT"
64189 msgstr ""
64191 #: cp/pt.cc:8328
64192 #, gcc-internal-format
64193 msgid "ignoring attributes in template argument %qE"
64194 msgstr ""
64196 #: cp/pt.cc:8464
64197 #, gcc-internal-format
64198 msgid "injected-class-name %qD used as template template argument"
64199 msgstr ""
64201 #: cp/pt.cc:8493
64202 #, gcc-internal-format
64203 msgid "invalid use of destructor %qE as a type"
64204 msgstr ""
64206 #: cp/pt.cc:8498
64207 #, gcc-internal-format
64208 msgid "to refer to a type member of a template parameter, use %<typename %E%>"
64209 msgstr ""
64211 #: cp/pt.cc:8514 cp/pt.cc:8548 cp/pt.cc:8598
64212 #, gcc-internal-format
64213 msgid "type/value mismatch at argument %d in template parameter list for %qD"
64214 msgstr ""
64216 #: cp/pt.cc:8522
64217 #, gcc-internal-format
64218 msgid "  expected a constant of type %qT, got %qT"
64219 msgstr ""
64221 #: cp/pt.cc:8530
64222 #, gcc-internal-format
64223 msgid ""
64224 "  ambiguous template argument for non-type template parameter is treated as "
64225 "function type"
64226 msgstr ""
64228 #: cp/pt.cc:8536
64229 #, gcc-internal-format
64230 msgid "  expected a class template, got %qE"
64231 msgstr ""
64233 #: cp/pt.cc:8539
64234 #, gcc-internal-format
64235 msgid "  expected a type, got %qE"
64236 msgstr ""
64238 #: cp/pt.cc:8553
64239 #, gcc-internal-format
64240 msgid "  expected a type, got %qT"
64241 msgstr ""
64243 #: cp/pt.cc:8556
64244 #, gcc-internal-format
64245 msgid "  expected a class template, got %qT"
64246 msgstr ""
64248 #: cp/pt.cc:8602
64249 #, gcc-internal-format
64250 msgid "  expected a template of type %qD, got %qT"
64251 msgstr ""
64253 #: cp/pt.cc:8616
64254 #, gcc-internal-format
64255 msgid "constraint mismatch at argument %d in template parameter list for %qD"
64256 msgstr ""
64258 #: cp/pt.cc:8619
64259 #, gcc-internal-format
64260 msgid "  expected %qD but got %qD"
64261 msgstr ""
64263 #: cp/pt.cc:8692
64264 #, gcc-internal-format
64265 msgid "could not convert template argument %qE from %qT to %qT"
64266 msgstr ""
64268 #: cp/pt.cc:8830 cp/pt.cc:9156
64269 #, gcc-internal-format, gfc-internal-format
64270 msgid "template argument %d is invalid"
64271 msgstr ""
64273 #: cp/pt.cc:8845 cp/pt.cc:8990
64274 #, gcc-internal-format, gfc-internal-format
64275 msgid "wrong number of template arguments (%d, should be %d)"
64276 msgstr ""
64278 #: cp/pt.cc:8986
64279 #, gcc-internal-format, gfc-internal-format
64280 msgid "wrong number of template arguments (%d, should be at least %d)"
64281 msgstr ""
64283 #: cp/pt.cc:8995
64284 #, gcc-internal-format
64285 msgid "provided for %qD"
64286 msgstr ""
64288 #: cp/pt.cc:9020
64289 #, gcc-internal-format
64290 msgid ""
64291 "pack expansion argument for non-pack parameter %qD of alias template %qD"
64292 msgstr ""
64294 #: cp/pt.cc:9024
64295 #, gcc-internal-format
64296 msgid "pack expansion argument for non-pack parameter %qD of concept %qD"
64297 msgstr ""
64299 #: cp/pt.cc:9122
64300 #, gcc-internal-format
64301 msgid ""
64302 "so any instantiation with a non-empty parameter pack would be ill-formed"
64303 msgstr ""
64305 #: cp/pt.cc:9685
64306 #, gcc-internal-format
64307 msgid "%q#D is not a function template"
64308 msgstr ""
64310 #: cp/pt.cc:9848
64311 #, gcc-internal-format
64312 msgid "non-template type %qT used as a template"
64313 msgstr ""
64315 #: cp/pt.cc:9850
64316 #, gcc-internal-format
64317 msgid "for template declaration %q+D"
64318 msgstr ""
64320 #: cp/pt.cc:9983 cp/pt.cc:22180
64321 #, gcc-internal-format
64322 msgid "template constraint failure for %qD"
64323 msgstr ""
64325 #: cp/pt.cc:10368
64326 #, gcc-internal-format
64327 msgid "use of invalid variable template %qE"
64328 msgstr ""
64330 #: cp/pt.cc:11103
64331 #, gcc-internal-format
64332 msgid ""
64333 "template instantiation depth exceeds maximum of %d (use %<-ftemplate-"
64334 "depth=%> to increase the maximum)"
64335 msgstr ""
64337 #: cp/pt.cc:12436
64338 #, gcc-internal-format
64339 msgid "flexible array member %qD in union"
64340 msgstr ""
64342 #: cp/pt.cc:12926
64343 #, gcc-internal-format
64344 msgid "fold of empty expansion over %O"
64345 msgstr ""
64347 #: cp/pt.cc:13380
64348 #, gcc-internal-format
64349 msgid "%qE is not the entire pattern of the pack expansion"
64350 msgstr ""
64352 #: cp/pt.cc:13468
64353 #, gcc-internal-format
64354 msgid "mismatched argument pack lengths while expanding %qT"
64355 msgstr ""
64357 #: cp/pt.cc:13471
64358 #, gcc-internal-format
64359 msgid "mismatched argument pack lengths while expanding %qE"
64360 msgstr ""
64362 #: cp/pt.cc:14150
64363 #, gcc-internal-format
64364 msgid "  when instantiating default argument for call to %qD"
64365 msgstr ""
64367 #: cp/pt.cc:14246
64368 #, gcc-internal-format
64369 msgid "creating pointer to member function of non-class type %qT"
64370 msgstr ""
64372 #: cp/pt.cc:15140
64373 #, gcc-internal-format, gfc-internal-format
64374 msgid "mismatched argument pack lengths (%d vs %d)"
64375 msgstr ""
64377 #. It may seem that this case cannot occur, since:
64379 #. typedef void f();
64380 #. void g() { f x; }
64382 #. declares a function, not a variable.  However:
64384 #. typedef void f();
64385 #. template <typename T> void g() { T t; }
64386 #. template void g<f>();
64388 #. is an attempt to declare a variable with function
64389 #. type.
64390 #: cp/pt.cc:15333
64391 #, gcc-internal-format
64392 msgid "variable %qD has function type"
64393 msgstr ""
64395 #: cp/pt.cc:15532
64396 #, gcc-internal-format
64397 msgid "invalid parameter type %qT"
64398 msgstr ""
64400 #: cp/pt.cc:15534
64401 #, gcc-internal-format
64402 msgid "in declaration %q+D"
64403 msgstr ""
64405 #: cp/pt.cc:15661
64406 #, gcc-internal-format
64407 msgid "function returning an array"
64408 msgstr ""
64410 #: cp/pt.cc:15663
64411 #, gcc-internal-format
64412 msgid "function returning a function"
64413 msgstr ""
64415 #: cp/pt.cc:16362
64416 #, gcc-internal-format
64417 msgid "forming reference to void"
64418 msgstr ""
64420 #: cp/pt.cc:16364
64421 #, gcc-internal-format
64422 msgid "forming pointer to reference type %qT"
64423 msgstr ""
64425 #: cp/pt.cc:16366
64426 #, gcc-internal-format
64427 msgid "forming reference to reference type %qT"
64428 msgstr ""
64430 #: cp/pt.cc:16379
64431 #, gcc-internal-format
64432 msgid "forming pointer to qualified function type %qT"
64433 msgstr ""
64435 #: cp/pt.cc:16382
64436 #, gcc-internal-format
64437 msgid "forming reference to qualified function type %qT"
64438 msgstr ""
64440 #: cp/pt.cc:16430
64441 #, gcc-internal-format
64442 msgid "creating pointer to member of non-class type %qT"
64443 msgstr ""
64445 #: cp/pt.cc:16436
64446 #, gcc-internal-format
64447 msgid "creating pointer to member reference type %qT"
64448 msgstr ""
64450 #: cp/pt.cc:16442
64451 #, gcc-internal-format
64452 msgid "creating pointer to member of type void"
64453 msgstr ""
64455 #: cp/pt.cc:16508
64456 #, gcc-internal-format
64457 msgid "creating array of %qT"
64458 msgstr ""
64460 #: cp/pt.cc:16545
64461 #, gcc-internal-format
64462 msgid "%qD is instantiated for an empty pack"
64463 msgstr ""
64465 #: cp/pt.cc:16566
64466 #, gcc-internal-format
64467 msgid "%qT is not a class, struct, or union type"
64468 msgstr ""
64470 #: cp/pt.cc:16599
64471 #, gcc-internal-format
64472 msgid "%qT resolves to %qT, which is not an enumeration type"
64473 msgstr ""
64475 #: cp/pt.cc:16607
64476 #, gcc-internal-format
64477 msgid "%qT resolves to %qT, which is not a class type"
64478 msgstr ""
64480 #: cp/pt.cc:16720
64481 #, gcc-internal-format
64482 msgid "use of %qs in template"
64483 msgstr ""
64485 #: cp/pt.cc:17030
64486 #, gcc-internal-format
64487 msgid "qualifying type %qT does not match destructor name ~%qT"
64488 msgstr ""
64490 #: cp/pt.cc:17045
64491 #, gcc-internal-format
64492 msgid ""
64493 "dependent-name %qE is parsed as a non-type, but instantiation yields a type"
64494 msgstr ""
64496 #: cp/pt.cc:17047
64497 #, gcc-internal-format
64498 msgid "say %<typename %E%> if a type is meant"
64499 msgstr ""
64501 #: cp/pt.cc:17140
64502 #, gcc-internal-format
64503 msgid "initializer for %q#D expands to an empty list of expressions"
64504 msgstr ""
64506 #: cp/pt.cc:17331
64507 #, gcc-internal-format
64508 msgid "using invalid field %qD"
64509 msgstr ""
64511 #: cp/pt.cc:17864 cp/pt.cc:19851
64512 #, gcc-internal-format
64513 msgid "invalid use of pack expansion expression"
64514 msgstr ""
64516 #: cp/pt.cc:17868 cp/pt.cc:19855
64517 #, gcc-internal-format
64518 msgid "use %<...%> to expand argument pack"
64519 msgstr ""
64521 #: cp/pt.cc:19992
64522 #, gcc-internal-format
64523 msgid "empty initializer in lambda init-capture"
64524 msgstr ""
64526 #: cp/pt.cc:21134
64527 #, gcc-internal-format
64528 msgid ""
64529 "%qD was not declared in this scope, and no declarations were found by "
64530 "argument-dependent lookup at the point of instantiation"
64531 msgstr ""
64533 #: cp/pt.cc:21169
64534 #, gcc-internal-format
64535 msgid "declarations in dependent base %qT are not found by unqualified lookup"
64536 msgstr ""
64538 #: cp/pt.cc:21174
64539 #, gcc-internal-format
64540 msgid "use %<this->%D%> instead"
64541 msgstr ""
64543 #: cp/pt.cc:21177
64544 #, gcc-internal-format
64545 msgid "use %<%T::%D%> instead"
64546 msgstr ""
64548 #: cp/pt.cc:21182
64549 #, gcc-internal-format
64550 msgid "%qD declared here, later in the translation unit"
64551 msgstr ""
64553 #: cp/pt.cc:21233
64554 #, gcc-internal-format
64555 msgid "wrong number of arguments to %<__builtin_convertvector%>"
64556 msgstr ""
64558 #: cp/pt.cc:21260
64559 #, gcc-internal-format
64560 msgid "wrong number of arguments to %<assume%> attribute"
64561 msgstr ""
64563 #: cp/pt.cc:21496
64564 #, gcc-internal-format
64565 msgid "%qT is not a class or namespace"
64566 msgstr ""
64568 #: cp/pt.cc:21499
64569 #, gcc-internal-format
64570 msgid "%qD is not a class or namespace"
64571 msgstr ""
64573 #: cp/pt.cc:21849
64574 #, gcc-internal-format
64575 msgid "%qT is/uses unnamed type"
64576 msgstr ""
64578 #: cp/pt.cc:21851
64579 #, gcc-internal-format
64580 msgid "template argument for %qD uses local type %qT"
64581 msgstr ""
64583 #: cp/pt.cc:21861
64584 #, gcc-internal-format
64585 msgid "%qT is a variably modified type"
64586 msgstr ""
64588 #: cp/pt.cc:21876
64589 #, gcc-internal-format
64590 msgid "integral expression %qE is not constant"
64591 msgstr ""
64593 #: cp/pt.cc:21894
64594 #, gcc-internal-format
64595 msgid "  trying to instantiate %qD"
64596 msgstr ""
64598 #: cp/pt.cc:26132
64599 #, gcc-internal-format
64600 msgid "ambiguous template instantiation for %q#T"
64601 msgstr ""
64603 #: cp/pt.cc:26134
64604 #, gcc-internal-format
64605 msgid "ambiguous template instantiation for %q#D"
64606 msgstr ""
64608 #: cp/pt.cc:26140
64609 msgid "%s %#qS"
64610 msgstr ""
64612 #: cp/pt.cc:26164 cp/pt.cc:26259
64613 #, gcc-internal-format
64614 msgid "explicit instantiation of non-template %q#D"
64615 msgstr ""
64617 #: cp/pt.cc:26170
64618 #, gcc-internal-format
64619 msgid "explicit instantiation of variable concept %q#D"
64620 msgstr ""
64622 #: cp/pt.cc:26172
64623 #, gcc-internal-format
64624 msgid "explicit instantiation of function concept %q#D"
64625 msgstr ""
64627 #: cp/pt.cc:26191
64628 #, gcc-internal-format
64629 msgid "%qD is not a static data member of a class template"
64630 msgstr ""
64632 #: cp/pt.cc:26197 cp/pt.cc:26254
64633 #, gcc-internal-format
64634 msgid "no matching template for %qD found"
64635 msgstr ""
64637 #: cp/pt.cc:26202
64638 #, gcc-internal-format
64639 msgid ""
64640 "type %qT for explicit instantiation %qD does not match declared type %qT"
64641 msgstr ""
64643 #: cp/pt.cc:26210
64644 #, gcc-internal-format
64645 msgid "explicit instantiation of %q#D"
64646 msgstr ""
64648 #: cp/pt.cc:26246
64649 #, gcc-internal-format
64650 msgid "duplicate explicit instantiation of %q#D"
64651 msgstr ""
64653 #: cp/pt.cc:26269 cp/pt.cc:26336
64654 #, gcc-internal-format
64655 msgid "ISO C++ 1998 forbids the use of %<extern%> on explicit instantiations"
64656 msgstr ""
64658 #: cp/pt.cc:26274 cp/pt.cc:26351
64659 #, gcc-internal-format
64660 msgid "storage class %qD applied to template instantiation"
64661 msgstr ""
64663 #: cp/pt.cc:26308
64664 #, gcc-internal-format
64665 msgid "explicit instantiation of non-class template %qD"
64666 msgstr ""
64668 #: cp/pt.cc:26311
64669 #, gcc-internal-format
64670 msgid "explicit instantiation of non-template type %qT"
64671 msgstr ""
64673 #: cp/pt.cc:26320
64674 #, gcc-internal-format
64675 msgid "explicit instantiation of %q#T before definition of template"
64676 msgstr ""
64678 #: cp/pt.cc:26341
64679 #, gcc-internal-format
64680 msgid "ISO C++ forbids the use of %qE on explicit instantiations"
64681 msgstr ""
64683 #: cp/pt.cc:26381
64684 #, gcc-internal-format
64685 msgid "duplicate explicit instantiation of %q#T"
64686 msgstr ""
64688 #: cp/pt.cc:26691
64689 #, gcc-internal-format
64690 msgid "exception specification of %qD depends on itself"
64691 msgstr ""
64693 #. [temp.explicit]
64695 #. The definition of a non-exported function template, a
64696 #. non-exported member function template, or a non-exported
64697 #. member function or static data member of a class template
64698 #. shall be present in every translation unit in which it is
64699 #. explicitly instantiated.
64700 #: cp/pt.cc:27183
64701 #, gcc-internal-format
64702 msgid "explicit instantiation of %qD but no definition available"
64703 msgstr ""
64705 #: cp/pt.cc:27230
64706 #, gcc-internal-format
64707 msgid ""
64708 "template instantiation depth exceeds maximum of %d instantiating %q+D, "
64709 "possibly from virtual table generation (use %<-ftemplate-depth=%> to "
64710 "increase the maximum)"
64711 msgstr ""
64713 #: cp/pt.cc:27600
64714 #, gcc-internal-format
64715 msgid ""
64716 "non-type template parameters of deduced class type only available with %<-"
64717 "std=c++20%> or %<-std=gnu++20%>"
64718 msgstr ""
64720 #: cp/pt.cc:27630
64721 #, gcc-internal-format
64722 msgid ""
64723 "%qT is not a valid type for a template non-type parameter because it is not "
64724 "structural"
64725 msgstr ""
64727 #: cp/pt.cc:27639
64728 #, gcc-internal-format
64729 msgid ""
64730 "non-type template parameters of class type only available with %<-std=c+"
64731 "+20%> or %<-std=gnu++20%>"
64732 msgstr ""
64734 #: cp/pt.cc:27647
64735 #, gcc-internal-format
64736 msgid "invalid template non-type parameter"
64737 msgstr ""
64739 #: cp/pt.cc:27649
64740 #, gcc-internal-format
64741 msgid "%q#T is not a valid type for a template non-type parameter"
64742 msgstr ""
64744 #: cp/pt.cc:29077
64745 #, gcc-internal-format
64746 msgid "keyword %<template%> not allowed in declarator-id"
64747 msgstr ""
64749 #: cp/pt.cc:29367
64750 #, gcc-internal-format
64751 msgid "a concept cannot be constrained"
64752 msgstr ""
64754 #: cp/pt.cc:29376
64755 #, gcc-internal-format
64756 msgid "concept %qE not in namespace scope"
64757 msgstr ""
64759 #: cp/pt.cc:29382
64760 #, gcc-internal-format
64761 msgid "concept %qE has multiple template parameter lists"
64762 msgstr ""
64764 #: cp/pt.cc:29413
64765 #, gcc-internal-format
64766 msgid ""
64767 "deducing from brace-enclosed initializer list requires %<#include "
64768 "<initializer_list>%>"
64769 msgstr ""
64771 #: cp/pt.cc:30561
64772 #, gcc-internal-format
64773 msgid "non-deducible template %qT used without template arguments"
64774 msgstr ""
64776 #: cp/pt.cc:30573
64777 #, gcc-internal-format
64778 msgid ""
64779 "alias template deduction only available with %<-std=c++20%> or %<-std=gnu+"
64780 "+20%>"
64781 msgstr ""
64783 #: cp/pt.cc:30579
64784 #, gcc-internal-format
64785 msgid "use %qD directly instead"
64786 msgstr ""
64788 #: cp/pt.cc:30690
64789 #, gcc-internal-format
64790 msgid ""
64791 "cannot deduce template arguments for copy-initialization of %qT, as it has "
64792 "no non-explicit deduction guides or user-declared constructors"
64793 msgstr ""
64795 #: cp/pt.cc:30697
64796 #, gcc-internal-format
64797 msgid ""
64798 "cannot deduce template arguments of %qT, as it has no viable deduction guides"
64799 msgstr ""
64801 #: cp/pt.cc:30709
64802 #, gcc-internal-format
64803 msgid "class template argument deduction failed:"
64804 msgstr ""
64806 #: cp/pt.cc:30712
64807 #, gcc-internal-format
64808 msgid "explicit deduction guides not considered for copy-initialization"
64809 msgstr ""
64811 #. TODO: Pass down location from cp_finish_decl.
64812 #: cp/pt.cc:30726
64813 #, gcc-internal-format
64814 msgid ""
64815 "class template argument deduction for %qT failed: explicit deduction guide "
64816 "selected in copy-list-initialization"
64817 msgstr ""
64819 #: cp/pt.cc:30730
64820 #, gcc-internal-format
64821 msgid "explicit deduction guide declared here"
64822 msgstr ""
64824 #: cp/pt.cc:30744
64825 #, gcc-internal-format
64826 msgid "%qT may not intend to support class template argument deduction"
64827 msgstr ""
64829 #: cp/pt.cc:30746
64830 #, gcc-internal-format
64831 msgid "add a deduction guide to suppress this warning"
64832 msgstr ""
64834 #: cp/pt.cc:30857
64835 #, gcc-internal-format
64836 msgid "direct-list-initialization of %<auto%> requires exactly one element"
64837 msgstr ""
64839 #: cp/pt.cc:30860
64840 #, gcc-internal-format
64841 msgid ""
64842 "for deduction to %<std::initializer_list%>, use copy-list-initialization (i."
64843 "e. add %<=%> before the %<{%>)"
64844 msgstr ""
64846 #: cp/pt.cc:30939
64847 #, gcc-internal-format
64848 msgid "unable to deduce lambda return type from %qE"
64849 msgstr ""
64851 #: cp/pt.cc:30942
64852 #, gcc-internal-format
64853 msgid "unable to deduce %qT from %qE"
64854 msgstr ""
64856 #: cp/pt.cc:31017
64857 #, gcc-internal-format
64858 msgid "placeholder constraints not satisfied"
64859 msgstr ""
64861 #: cp/pt.cc:31021
64862 #, gcc-internal-format
64863 msgid "deduced initializer does not satisfy placeholder constraints"
64864 msgstr ""
64866 #: cp/pt.cc:31025
64867 #, gcc-internal-format
64868 msgid "deduced return type does not satisfy placeholder constraints"
64869 msgstr ""
64871 #: cp/pt.cc:31029
64872 #, gcc-internal-format
64873 msgid "deduced expression type does not satisfy placeholder constraints"
64874 msgstr ""
64876 #: cp/pt.cc:31169
64877 #, gcc-internal-format
64878 msgid "invalid use of %qT in template argument"
64879 msgstr ""
64881 #: cp/rtti.cc:310
64882 #, gcc-internal-format
64883 msgid "cannot use %<typeid%> with %<-fno-rtti%>"
64884 msgstr ""
64886 #: cp/rtti.cc:323
64887 #, gcc-internal-format
64888 msgid "must %<#include <typeinfo>%> before using %<typeid%>"
64889 msgstr ""
64891 #: cp/rtti.cc:424
64892 #, gcc-internal-format
64893 msgid ""
64894 "cannot create type information for type %qT because it involves types of "
64895 "variable size"
64896 msgstr ""
64898 #: cp/rtti.cc:524
64899 #, gcc-internal-format
64900 msgid "%<typeid%> of qualified function type %qT"
64901 msgstr ""
64903 #: cp/rtti.cc:714 cp/rtti.cc:730
64904 #, gcc-internal-format
64905 msgid "%<dynamic_cast<%#T>(%#D)%> can never succeed"
64906 msgstr ""
64908 #: cp/rtti.cc:742
64909 #, gcc-internal-format
64910 msgid "%<dynamic_cast%> not permitted with %<-fno-rtti%>"
64911 msgstr ""
64913 #: cp/rtti.cc:822
64914 #, gcc-internal-format
64915 msgid "cannot %<dynamic_cast%> %qE (of type %q#T) to type %q#T (%s)"
64916 msgstr ""
64918 #: cp/search.cc:279
64919 #, gcc-internal-format
64920 msgid "%qT is an ambiguous base of %qT"
64921 msgstr ""
64923 #: cp/search.cc:295
64924 #, gcc-internal-format
64925 msgid "%qT is an inaccessible base of %qT"
64926 msgstr ""
64928 #: cp/search.cc:1934
64929 #, gcc-internal-format
64930 msgid "looser exception specification on overriding virtual function %q+#F"
64931 msgstr ""
64933 #: cp/search.cc:1937
64934 #, gcc-internal-format
64935 msgid "overridden function is %q#F"
64936 msgstr ""
64938 #: cp/search.cc:2012
64939 #, gcc-internal-format
64940 msgid "invalid covariant return type for %q#D"
64941 msgstr ""
64943 #: cp/search.cc:2014 cp/search.cc:2031 cp/search.cc:2048
64944 #, gcc-internal-format
64945 msgid "overridden function is %q#D"
64946 msgstr ""
64948 #: cp/search.cc:2027
64949 #, gcc-internal-format
64950 msgid "invalid covariant return type for %q+#D"
64951 msgstr ""
64953 #: cp/search.cc:2029
64954 #, gcc-internal-format
64955 msgid "conflicting return type specified for %q+#D"
64956 msgstr ""
64958 #: cp/search.cc:2046
64959 #, gcc-internal-format
64960 msgid "conflicting type attributes specified for %q+#D"
64961 msgstr ""
64963 #: cp/search.cc:2061
64964 #, gcc-internal-format
64965 msgid "%<consteval%> function %q+D overriding non-%<consteval%> function"
64966 msgstr ""
64968 #: cp/search.cc:2064
64969 #, gcc-internal-format
64970 msgid "non-%<consteval%> function %q+D overriding %<consteval%> function"
64971 msgstr ""
64973 #: cp/search.cc:2067 cp/search.cc:2096 cp/search.cc:2105 cp/search.cc:2116
64974 #: cp/search.cc:2141
64975 #, gcc-internal-format
64976 msgid "overridden function is %qD"
64977 msgstr ""
64979 #: cp/search.cc:2083
64980 #, gcc-internal-format
64981 msgid "%qD declared %<transaction_safe_dynamic%>"
64982 msgstr ""
64984 #: cp/search.cc:2085
64985 #, gcc-internal-format
64986 msgid "overriding %qD declared %<transaction_safe%>"
64987 msgstr ""
64989 #: cp/search.cc:2093
64990 #, gcc-internal-format
64991 msgid "deleted function %q+D overriding non-deleted function"
64992 msgstr ""
64994 #: cp/search.cc:2102
64995 #, gcc-internal-format
64996 msgid "non-deleted function %q+D overriding deleted function"
64997 msgstr ""
64999 #: cp/search.cc:2113
65000 #, gcc-internal-format
65001 msgid "function with contracts %q+D overriding contractless function"
65002 msgstr ""
65004 #: cp/search.cc:2139
65005 #, gcc-internal-format
65006 msgid "virtual function %q+D overriding final function"
65007 msgstr ""
65009 #: cp/search.cc:2224
65010 #, gcc-internal-format
65011 msgid "%q+#D cannot be declared"
65012 msgstr ""
65014 #: cp/search.cc:2225
65015 #, gcc-internal-format
65016 msgid "  since %q+#D declared in base class"
65017 msgstr ""
65019 #: cp/semantics.cc:1015
65020 #, gcc-internal-format
65021 msgid ""
65022 "%<std::is_constant_evaluated%> always evaluates to true in %<if constexpr%>"
65023 msgstr ""
65025 #: cp/semantics.cc:1019
65026 #, gcc-internal-format
65027 msgid ""
65028 "%<std::is_constant_evaluated%> always evaluates to false in a non-"
65029 "%<constexpr%> function"
65030 msgstr ""
65032 #: cp/semantics.cc:1023
65033 #, gcc-internal-format
65034 msgid ""
65035 "%<std::is_constant_evaluated%> always evaluates to true in a %<consteval%> "
65036 "function"
65037 msgstr ""
65039 #: cp/semantics.cc:1194
65040 #, gcc-internal-format
65041 msgid "suggest explicit braces around empty body in %<do%> statement"
65042 msgstr ""
65044 #: cp/semantics.cc:1707
65045 #, gcc-internal-format
65046 msgid "catching polymorphic type %q#T by value"
65047 msgstr ""
65049 #: cp/semantics.cc:1712
65050 #, gcc-internal-format
65051 msgid "catching type %q#T by value"
65052 msgstr ""
65054 #: cp/semantics.cc:1717
65055 #, gcc-internal-format
65056 msgid "catching non-reference type %q#T"
65057 msgstr ""
65059 #: cp/semantics.cc:1929
65060 #, gcc-internal-format
65061 msgid "type of %<asm%> operand %qE could not be determined"
65062 msgstr ""
65064 #: cp/semantics.cc:2011
65065 #, gcc-internal-format
65066 msgid "%<__label__%> declarations are only allowed in function scopes"
65067 msgstr ""
65069 #: cp/semantics.cc:2181
65070 #, gcc-internal-format
65071 msgid "invalid use of member %qD in static member function"
65072 msgstr ""
65074 #: cp/semantics.cc:2185
65075 #, gcc-internal-format
65076 msgid "invalid use of member %qD in constructor %<pre%> contract"
65077 msgstr ""
65079 #: cp/semantics.cc:2189
65080 #, gcc-internal-format
65081 msgid "invalid use of member %qD in destructor %<post%> contract"
65082 msgstr ""
65084 #: cp/semantics.cc:2442
65085 #, gcc-internal-format
65086 msgid "%qE missing template arguments"
65087 msgstr ""
65089 #: cp/semantics.cc:2502
65090 #, gcc-internal-format
65091 msgid ""
65092 "a statement expression is an insufficient context for overload resolution"
65093 msgstr ""
65095 #: cp/semantics.cc:2862
65096 #, gcc-internal-format
65097 msgid "cannot call a concept as a function"
65098 msgstr ""
65100 #: cp/semantics.cc:2930
65101 #, gcc-internal-format
65102 msgid "arguments to destructor are not allowed"
65103 msgstr ""
65105 #: cp/semantics.cc:3032
65106 #, gcc-internal-format
65107 msgid "%<this%> is unavailable for static member functions"
65108 msgstr ""
65110 #: cp/semantics.cc:3034
65111 #, gcc-internal-format
65112 msgid "invalid use of %<this%> before it is valid"
65113 msgstr ""
65115 #: cp/semantics.cc:3036
65116 #, gcc-internal-format
65117 msgid "invalid use of %<this%> after it is valid"
65118 msgstr ""
65120 #: cp/semantics.cc:3038
65121 #, gcc-internal-format
65122 msgid "invalid use of %<this%> in non-member function"
65123 msgstr ""
65125 #: cp/semantics.cc:3040
65126 #, gcc-internal-format
65127 msgid "invalid use of %<this%> at top level"
65128 msgstr ""
65130 #: cp/semantics.cc:3062
65131 #, gcc-internal-format
65132 msgid "invalid qualifying scope in pseudo-destructor name"
65133 msgstr ""
65135 #: cp/semantics.cc:3070 cp/typeck.cc:3093
65136 #, gcc-internal-format
65137 msgid "qualified type %qT does not match destructor name ~%qT"
65138 msgstr ""
65140 #: cp/semantics.cc:3092
65141 #, gcc-internal-format
65142 msgid "%qE is not of type %qT"
65143 msgstr ""
65145 #: cp/semantics.cc:3206
65146 #, gcc-internal-format
65147 msgid "compound literal of non-object type %qT"
65148 msgstr ""
65150 #: cp/semantics.cc:3226
65151 #, gcc-internal-format
65152 msgid "%<auto{x}%> cannot be constrained"
65153 msgstr ""
65155 #: cp/semantics.cc:3231
65156 #, gcc-internal-format
65157 msgid "%<auto{x}%> only available with %<-std=c++2b%> or %<-std=gnu++2b%>"
65158 msgstr ""
65160 #: cp/semantics.cc:3423
65161 #, gcc-internal-format
65162 msgid "template type parameters must use the keyword %<class%> or %<typename%>"
65163 msgstr ""
65165 #: cp/semantics.cc:3476
65166 #, gcc-internal-format
65167 msgid ""
65168 "invalid use of type %qT as a default value for a template template-parameter"
65169 msgstr ""
65171 #: cp/semantics.cc:3480
65172 #, gcc-internal-format
65173 msgid "invalid default argument for a template template parameter"
65174 msgstr ""
65176 #: cp/semantics.cc:3497
65177 #, gcc-internal-format
65178 msgid "definition of %q#T inside template parameter list"
65179 msgstr ""
65181 #: cp/semantics.cc:3528
65182 #, gcc-internal-format
65183 msgid "invalid definition of qualified type %qT"
65184 msgstr ""
65186 #: cp/semantics.cc:3820
65187 #, gcc-internal-format
65188 msgid "invalid base-class specification"
65189 msgstr ""
65191 #: cp/semantics.cc:3985
65192 #, gcc-internal-format
65193 msgid "cannot capture member %qD of anonymous union"
65194 msgstr ""
65196 #: cp/semantics.cc:4002 cp/semantics.cc:12394
65197 #, gcc-internal-format
65198 msgid "%qD is not captured"
65199 msgstr ""
65201 #: cp/semantics.cc:4006
65202 #, gcc-internal-format
65203 msgid "the lambda has no capture-default"
65204 msgstr ""
65206 #: cp/semantics.cc:4008
65207 #, gcc-internal-format
65208 msgid ""
65209 "lambda in local class %q+T cannot capture variables from the enclosing "
65210 "context"
65211 msgstr ""
65213 #: cp/semantics.cc:4023
65214 #, gcc-internal-format
65215 msgid "use of local variable with automatic storage from containing function"
65216 msgstr ""
65218 #: cp/semantics.cc:4025
65219 #, gcc-internal-format
65220 msgid "use of parameter from containing function"
65221 msgstr ""
65223 #: cp/semantics.cc:4153
65224 #, gcc-internal-format
65225 msgid "use of parameter outside function body"
65226 msgstr ""
65228 #: cp/semantics.cc:4163
65229 #, gcc-internal-format
65230 msgid "missing template arguments"
65231 msgstr ""
65233 #: cp/semantics.cc:4199
65234 #, gcc-internal-format
65235 msgid ""
65236 "template parameter %qD of type %qT is not allowed in an integral constant "
65237 "expression because it is not of integral or enumeration type"
65238 msgstr ""
65240 #: cp/semantics.cc:4250
65241 #, gcc-internal-format
65242 msgid "use of class template %qT as expression"
65243 msgstr ""
65245 #. Ambiguous reference to base members.
65246 #: cp/semantics.cc:4257
65247 #, gcc-internal-format
65248 msgid "request for member %qD is ambiguous in multiple inheritance lattice"
65249 msgstr ""
65251 #: cp/semantics.cc:4285
65252 #, gcc-internal-format
65253 msgid "%qD cannot appear in a constant-expression"
65254 msgstr ""
65256 #: cp/semantics.cc:4438
65257 #, gcc-internal-format
65258 msgid "type of %qE is unknown"
65259 msgstr ""
65261 #: cp/semantics.cc:4456 rust/backend/rust-tree.cc:5459
65262 #, gcc-internal-format
65263 msgid "%qT is not an enumeration type"
65264 msgstr ""
65266 #. Parameter packs can only be used in templates
65267 #: cp/semantics.cc:4590
65268 #, gcc-internal-format
65269 msgid "parameter pack %<__bases%> only valid in template declaration"
65270 msgstr ""
65272 #: cp/semantics.cc:4622
65273 #, gcc-internal-format
65274 msgid "cannot apply %<offsetof%> to destructor %<~%T%>"
65275 msgstr ""
65277 #: cp/semantics.cc:4635
65278 #, gcc-internal-format
65279 msgid "cannot apply %<offsetof%> to member function %qD"
65280 msgstr ""
65282 #: cp/semantics.cc:4639
65283 #, gcc-internal-format
65284 msgid "cannot apply %<offsetof%> to member function"
65285 msgstr ""
65287 #: cp/semantics.cc:4644
65288 #, gcc-internal-format
65289 msgid "cannot apply %<offsetof%> to an enumerator %qD"
65290 msgstr ""
65292 #: cp/semantics.cc:4655
65293 #, gcc-internal-format
65294 msgid ""
65295 "%<offsetof%> within non-standard-layout type %qT is conditionally-supported"
65296 msgstr ""
65298 #: cp/semantics.cc:5995
65299 #, gcc-internal-format
65300 msgid "user defined reduction lookup is ambiguous"
65301 msgstr ""
65303 #: cp/semantics.cc:6268
65304 #, gcc-internal-format
65305 msgid "%qE in %<reduction%> clause is a zero size array"
65306 msgstr ""
65308 #: cp/semantics.cc:6314
65309 #, gcc-internal-format
65310 msgid "%qE has const type for %<reduction%>"
65311 msgstr ""
65313 #: cp/semantics.cc:6433
65314 #, gcc-internal-format
65315 msgid "user defined reduction with constructor initializer for base class %qT"
65316 msgstr ""
65318 #: cp/semantics.cc:6904
65319 #, gcc-internal-format
65320 msgid ""
65321 "modifier other than %<val%> specified in %<linear%> clause on %<simd%> or "
65322 "%<for%> constructs when using OpenMP 5.2 modifiers"
65323 msgstr ""
65325 #: cp/semantics.cc:6919
65326 #, gcc-internal-format
65327 msgid ""
65328 "linear clause with %qs modifier applied to non-reference variable with %qT "
65329 "type"
65330 msgstr ""
65332 #: cp/semantics.cc:6934
65333 #, gcc-internal-format
65334 msgid ""
65335 "linear clause applied to non-integral non-pointer variable with %qT type"
65336 msgstr ""
65338 #: cp/semantics.cc:6958
65339 #, gcc-internal-format
65340 msgid "linear step expression must be integral"
65341 msgstr ""
65343 #: cp/semantics.cc:7051 cp/semantics.cc:7183 cp/semantics.cc:7242
65344 #: cp/semantics.cc:7640 cp/semantics.cc:8802
65345 #, gcc-internal-format
65346 msgid "%<this%> allowed in OpenMP only in %<declare simd%> clauses"
65347 msgstr ""
65349 #: cp/semantics.cc:7063 cp/semantics.cc:8815
65350 #, gcc-internal-format
65351 msgid "%qD is not a variable in clause %qs"
65352 msgstr ""
65354 #: cp/semantics.cc:7196
65355 #, gcc-internal-format
65356 msgid "%qD is not a variable in clause %<firstprivate%>"
65357 msgstr ""
65359 #: cp/semantics.cc:7255
65360 #, gcc-internal-format
65361 msgid "%qD is not a variable in clause %<lastprivate%>"
65362 msgstr ""
65364 #: cp/semantics.cc:7305
65365 #, gcc-internal-format
65366 msgid "%<gang%> static expression must be integral"
65367 msgstr ""
65369 #: cp/semantics.cc:7319
65370 #, gcc-internal-format
65371 msgid "%<gang%> static value must be positive"
65372 msgstr ""
65374 #: cp/semantics.cc:7353
65375 #, gcc-internal-format
65376 msgid "%<gang%> num expression must be integral"
65377 msgstr ""
65379 #: cp/semantics.cc:7356
65380 #, gcc-internal-format
65381 msgid "%<vector%> length expression must be integral"
65382 msgstr ""
65384 #: cp/semantics.cc:7360
65385 #, gcc-internal-format
65386 msgid "%<worker%> num expression must be integral"
65387 msgstr ""
65389 #: cp/semantics.cc:7382
65390 #, gcc-internal-format
65391 msgid "%<gang%> num value must be positive"
65392 msgstr ""
65394 #: cp/semantics.cc:7386
65395 #, gcc-internal-format
65396 msgid "%<vector%> length value must be positive"
65397 msgstr ""
65399 #: cp/semantics.cc:7391
65400 #, gcc-internal-format
65401 msgid "%<worker%> num value must be positive"
65402 msgstr ""
65404 #: cp/semantics.cc:7465
65405 #, gcc-internal-format
65406 msgid "schedule chunk size expression must be integral"
65407 msgstr ""
65409 #: cp/semantics.cc:7498
65410 #, gcc-internal-format
65411 msgid "%qs length expression must be integral"
65412 msgstr ""
65414 #: cp/semantics.cc:7512
65415 #, gcc-internal-format
65416 msgid "%qs length expression must be positive constant integer expression"
65417 msgstr ""
65419 #: cp/semantics.cc:7532
65420 #, gcc-internal-format
65421 msgid "%<async%> expression must be integral"
65422 msgstr ""
65424 #: cp/semantics.cc:7561
65425 #, gcc-internal-format
65426 msgid "%<thread_limit%> expression must be integral"
65427 msgstr ""
65429 #: cp/semantics.cc:7591
65430 #, gcc-internal-format
65431 msgid "%<device%> id must be integral"
65432 msgstr ""
65434 #: cp/semantics.cc:7622
65435 #, gcc-internal-format
65436 msgid "%<dist_schedule%> chunk size expression must be integral"
65437 msgstr ""
65439 #: cp/semantics.cc:7651
65440 #, gcc-internal-format
65441 msgid "%qD is not a variable in %<aligned%> clause"
65442 msgstr ""
65444 #: cp/semantics.cc:7666
65445 #, gcc-internal-format
65446 msgid ""
65447 "%qE in %<aligned%> clause is neither a pointer nor an array nor a reference "
65448 "to pointer or array"
65449 msgstr ""
65451 #: cp/semantics.cc:7673
65452 #, gcc-internal-format
65453 msgid "%qD appears more than once in %<aligned%> clauses"
65454 msgstr ""
65456 #: cp/semantics.cc:7688
65457 #, gcc-internal-format
65458 msgid "%<aligned%> clause alignment expression must be integral"
65459 msgstr ""
65461 #: cp/semantics.cc:7721
65462 #, gcc-internal-format
65463 msgid "%qD is not a variable in %<nontemporal%> clause"
65464 msgstr ""
65466 #: cp/semantics.cc:7732
65467 #, gcc-internal-format
65468 msgid "%qD appears more than once in %<nontemporal%> clauses"
65469 msgstr ""
65471 #: cp/semantics.cc:7749
65472 #, gcc-internal-format
65473 msgid "%<this%> not allowed in %<allocate%> clause"
65474 msgstr ""
65476 #: cp/semantics.cc:7761
65477 #, gcc-internal-format
65478 msgid "%qD is not a variable in %<allocate%> clause"
65479 msgstr ""
65481 #: cp/semantics.cc:7770
65482 #, gcc-internal-format
65483 msgid "%qD appears more than once in %<allocate%> clauses"
65484 msgstr ""
65486 #: cp/semantics.cc:7918
65487 #, gcc-internal-format
65488 msgid "%qD is not lvalue expression nor array section in %qs clause"
65489 msgstr ""
65491 #: cp/semantics.cc:8457
65492 #, gcc-internal-format
65493 msgid "template %qE in clause %qs"
65494 msgstr ""
65496 #: cp/semantics.cc:8460
65497 #, gcc-internal-format
65498 msgid "overloaded function name %qE in clause %qs"
65499 msgstr ""
65501 #: cp/semantics.cc:8529
65502 #, gcc-internal-format
65503 msgid "%<grainsize%> expression must be integral"
65504 msgstr ""
65506 #: cp/semantics.cc:8559
65507 #, gcc-internal-format
65508 msgid "%<priority%> expression must be integral"
65509 msgstr ""
65511 #: cp/semantics.cc:8589
65512 #, gcc-internal-format
65513 msgid "%<hint%> expression must be integral"
65514 msgstr ""
65516 #: cp/semantics.cc:8602
65517 #, gcc-internal-format
65518 msgid "%<hint%> expression must be constant integer expression"
65519 msgstr ""
65521 #: cp/semantics.cc:8619
65522 #, gcc-internal-format
65523 msgid "%<filter%> expression must be integral"
65524 msgstr ""
65526 #: cp/semantics.cc:8650
65527 #, gcc-internal-format
65528 msgid "%qs variable is neither a pointer nor reference to pointer"
65529 msgstr ""
65531 #: cp/semantics.cc:8660
65532 #, gcc-internal-format
65533 msgid ""
65534 "%qs variable is neither a pointer, nor an array nor reference to pointer or "
65535 "array"
65536 msgstr ""
65538 #: cp/semantics.cc:8743
65539 #, gcc-internal-format
65540 msgid "%<tile%> argument needs integral type"
65541 msgstr ""
65543 #: cp/semantics.cc:9159
65544 #, gcc-internal-format
65545 msgid ""
65546 "%<const%> qualified %qE without %<mutable%> member may appear only in "
65547 "%<shared%> or %<firstprivate%> clauses"
65548 msgstr ""
65550 #: cp/semantics.cc:9386
65551 #, gcc-internal-format
65552 msgid "%<threadprivate%> %qD is not file, namespace or block scope variable"
65553 msgstr ""
65555 #: cp/semantics.cc:9400
65556 #, gcc-internal-format
65557 msgid "%<threadprivate%> %qE directive not in %qT definition"
65558 msgstr ""
65560 #: cp/semantics.cc:10129
65561 #, gcc-internal-format
65562 msgid "difference between %qE and %qD does not have integer type"
65563 msgstr ""
65565 #: cp/semantics.cc:10597
65566 #, gcc-internal-format
65567 msgid "%<#pragma omp simd%> used with class iteration variable %qE"
65568 msgstr ""
65570 #: cp/semantics.cc:10907 cp/semantics.cc:10917
65571 #, gcc-internal-format
65572 msgid "%<#pragma omp atomic update%> uses two different expressions for memory"
65573 msgstr ""
65575 #: cp/semantics.cc:11300
65576 #, gcc-internal-format, gfc-internal-format
65577 msgid "static assertion failed: %s"
65578 msgstr ""
65580 #: cp/semantics.cc:11307
65581 #, gcc-internal-format
65582 msgid "non-constant condition for static assertion"
65583 msgstr ""
65585 #: cp/semantics.cc:11336
65586 #, gcc-internal-format
65587 msgid "argument to %<decltype%> must be an expression"
65588 msgstr ""
65590 #: cp/semantics.cc:11381
65591 #, gcc-internal-format
65592 msgid "%<decltype%> cannot resolve address of overloaded function"
65593 msgstr ""
65595 #: cp/semantics.cc:11616 rust/backend/rust-tree.cc:5173
65596 #, gcc-internal-format
65597 msgid ""
65598 "%<__builtin_is_pointer_interconvertible_with_class%> needs a single argument"
65599 msgstr ""
65601 #: cp/semantics.cc:11625 rust/backend/rust-tree.cc:5182
65602 #, gcc-internal-format
65603 msgid ""
65604 "%<__builtin_is_pointer_interconvertible_with_class%> argument is not pointer "
65605 "to member"
65606 msgstr ""
65608 #: cp/semantics.cc:11796 rust/backend/rust-tree.cc:5786
65609 #, gcc-internal-format
65610 msgid ""
65611 "%<__builtin_is_corresponding_member%> not well defined for anonymous unions"
65612 msgstr ""
65614 #: cp/semantics.cc:11820 rust/backend/rust-tree.cc:5830
65615 #, gcc-internal-format
65616 msgid "%<__builtin_is_corresponding_member%> needs two arguments"
65617 msgstr ""
65619 #: cp/semantics.cc:11831 rust/backend/rust-tree.cc:5840
65620 #, gcc-internal-format
65621 msgid "%<__builtin_is_corresponding_member%> argument is not pointer to member"
65622 msgstr ""
65624 #: cp/semantics.cc:12222
65625 #, gcc-internal-format
65626 msgid "%qD is not a class or alias template"
65627 msgstr ""
65629 #: cp/semantics.cc:12433
65630 #, gcc-internal-format
65631 msgid "operand of fold expression has no unexpanded parameter packs"
65632 msgstr ""
65634 #: cp/semantics.cc:12492
65635 #, gcc-internal-format
65636 msgid "both arguments in binary fold have unexpanded parameter packs"
65637 msgstr ""
65639 #: cp/semantics.cc:12494
65640 #, gcc-internal-format
65641 msgid "no unexpanded parameter packs in binary fold"
65642 msgstr ""
65644 #: cp/semantics.cc:12512
65645 #, gcc-internal-format
65646 msgid "non-pointer argument to %<__builtin_launder%>"
65647 msgstr ""
65649 #. std::bit_cast for destination ARRAY_TYPE is not possible,
65650 #. as functions may not return an array, so don't bother trying
65651 #. to support this (and then deal with VLAs etc.).
65652 #: cp/semantics.cc:12561
65653 #, gcc-internal-format
65654 msgid "%<__builtin_bit_cast%> destination type %qT is an array type"
65655 msgstr ""
65657 #: cp/semantics.cc:12567
65658 #, gcc-internal-format
65659 msgid "%<__builtin_bit_cast%> destination type %qT is not trivially copyable"
65660 msgstr ""
65662 #: cp/semantics.cc:12594
65663 #, gcc-internal-format
65664 msgid "%<__builtin_bit_cast%> source type %qT is not trivially copyable"
65665 msgstr ""
65667 #: cp/semantics.cc:12602
65668 #, gcc-internal-format
65669 msgid ""
65670 "%<__builtin_bit_cast%> source size %qE not equal to destination type size %qE"
65671 msgstr ""
65673 #: cp/tree.cc:1485 rust/backend/rust-tree.cc:2561
65674 #, gcc-internal-format
65675 msgid "%qV qualifiers cannot be applied to %qT"
65676 msgstr ""
65678 #: cp/tree.cc:2028
65679 #, gcc-internal-format
65680 msgid "statement-expression in a constant expression"
65681 msgstr ""
65683 #: cp/tree.cc:4543
65684 #, gcc-internal-format
65685 msgid ""
65686 "%<-fabi-version=13%> (GCC 8.2) fixes the calling convention for %qT, which "
65687 "was accidentally changed in 8.1"
65688 msgstr ""
65690 #: cp/tree.cc:4547
65691 #, gcc-internal-format
65692 msgid ""
65693 "%<-fabi-version=12%> (GCC 8.1) accidentally changes the calling convention "
65694 "for %qT"
65695 msgstr ""
65697 #: cp/tree.cc:4551
65698 #, gcc-internal-format
65699 msgid " declared here"
65700 msgstr ""
65702 #: cp/tree.cc:4556
65703 #, gcc-internal-format
65704 msgid ""
65705 "the calling convention for %qT changes in %<-fabi-version=13%> (GCC 8.2)"
65706 msgstr ""
65708 #: cp/tree.cc:4558
65709 #, gcc-internal-format
65710 msgid " because all of its copy and move constructors are deleted"
65711 msgstr ""
65713 #: cp/tree.cc:4985
65714 #, gcc-internal-format
65715 msgid "base class %qT is not public"
65716 msgstr ""
65718 #: cp/tree.cc:4988
65719 #, gcc-internal-format
65720 msgid "%qD is not public"
65721 msgstr ""
65723 #: cp/tree.cc:4995
65724 #, gcc-internal-format
65725 msgid "%qD is mutable"
65726 msgstr ""
65728 #: cp/tree.cc:5003
65729 #, gcc-internal-format
65730 msgid "%qD has a non-structural type"
65731 msgstr ""
65733 #: cp/tree.cc:5026
65734 #, gcc-internal-format
65735 msgid "%qE attribute can only be applied to functions or parameters"
65736 msgstr ""
65738 #: cp/tree.cc:5047
65739 #, gcc-internal-format
65740 msgid "%qE attribute argument must be a string constant"
65741 msgstr ""
65743 #: cp/tree.cc:5062
65744 #, gcc-internal-format
65745 msgid ""
65746 "%qE attribute can only be applied to functions or to class or enumeration "
65747 "types"
65748 msgstr ""
65750 #: cp/tree.cc:5080
65751 #, gcc-internal-format
65752 msgid "%qE attribute can only be applied to non-static data members"
65753 msgstr ""
65755 #: cp/tree.cc:5086
65756 #, gcc-internal-format
65757 msgid "%qE attribute cannot be applied to a bit-field"
65758 msgstr ""
65760 #: cp/tree.cc:5106
65761 #, gcc-internal-format
65762 msgid "%qE attribute takes no arguments"
65763 msgstr ""
65765 #: cp/tree.cc:5110
65766 #, gcc-internal-format
65767 msgid ""
65768 "ISO C++ %qE attribute does not apply to functions; treating as %<[[gnu::"
65769 "%E]]%>"
65770 msgstr ""
65772 #: cp/tree.cc:5184
65773 #, gcc-internal-format
65774 msgid "requested %<init_priority%> is not an integer constant"
65775 msgstr ""
65777 #: cp/tree.cc:5206
65778 #, gcc-internal-format
65779 msgid ""
65780 "can only use %qE attribute on file-scope definitions of objects of class type"
65781 msgstr ""
65783 #: cp/tree.cc:5214
65784 #, gcc-internal-format
65785 msgid "requested %<init_priority%> %i is out of range [0, %i]"
65786 msgstr ""
65788 #: cp/tree.cc:5225
65789 #, gcc-internal-format
65790 msgid "requested %<init_priority%> %i is reserved for internal use"
65791 msgstr ""
65793 #: cp/tree.cc:5255
65794 #, gcc-internal-format
65795 msgid "redeclaration of %qD adds abi tag %qE"
65796 msgstr ""
65798 #: cp/tree.cc:5275
65799 #, gcc-internal-format
65800 msgid "the %qE attribute requires arguments"
65801 msgstr ""
65803 #: cp/tree.cc:5286
65804 #, gcc-internal-format
65805 msgid "arguments to the %qE attribute must be narrow string literals"
65806 msgstr ""
65808 #: cp/tree.cc:5299 cp/tree.cc:5312
65809 #, gcc-internal-format
65810 msgid "arguments to the %qE attribute must contain valid identifiers"
65811 msgstr ""
65813 #: cp/tree.cc:5301
65814 #, gcc-internal-format
65815 msgid "%<%c%> is not a valid first character for an identifier"
65816 msgstr ""
65818 #: cp/tree.cc:5314
65819 #, gcc-internal-format
65820 msgid "%<%c%> is not a valid character in an identifier"
65821 msgstr ""
65823 #: cp/tree.cc:5338
65824 #, gcc-internal-format
65825 msgid "%qE attribute applied to non-class, non-enum type %qT"
65826 msgstr ""
65828 #: cp/tree.cc:5344
65829 #, gcc-internal-format
65830 msgid "%qE attribute applied to %qT after its definition"
65831 msgstr ""
65833 #: cp/tree.cc:5351
65834 #, gcc-internal-format
65835 msgid "ignoring %qE attribute applied to template instantiation %qT"
65836 msgstr ""
65838 #: cp/tree.cc:5358
65839 #, gcc-internal-format
65840 msgid "ignoring %qE attribute applied to template specialization %qT"
65841 msgstr ""
65843 #: cp/tree.cc:5380
65844 #, gcc-internal-format
65845 msgid "%qE attribute applied to non-function, non-variable %qD"
65846 msgstr ""
65848 #: cp/tree.cc:5386
65849 #, gcc-internal-format
65850 msgid "%qE attribute applied to extern \"C\" declaration %qD"
65851 msgstr ""
65853 #: cp/tree.cc:6285
65854 #, gcc-internal-format
65855 msgid "zero as null pointer constant"
65856 msgstr ""
65858 #: cp/tree.cc:6326 rust/backend/rust-tree.cc:3141
65859 #, gcc-internal-format
65860 msgid "%<lang_*%> check: failed in %s, at %s:%d"
65861 msgstr ""
65863 #: cp/typeck.cc:625
65864 #, gcc-internal-format
65865 msgid "comparison between distinct pointer types %qT and %qT lacks a cast"
65866 msgstr ""
65868 #: cp/typeck.cc:631
65869 #, gcc-internal-format
65870 msgid "conversion between distinct pointer types %qT and %qT lacks a cast"
65871 msgstr ""
65873 #: cp/typeck.cc:637
65874 #, gcc-internal-format
65875 msgid ""
65876 "conditional expression between distinct pointer types %qT and %qT lacks a "
65877 "cast"
65878 msgstr ""
65880 #: cp/typeck.cc:785
65881 #, gcc-internal-format
65882 msgid ""
65883 "ISO C++ forbids comparison between pointer of type %<void *%> and pointer-to-"
65884 "function"
65885 msgstr ""
65887 #: cp/typeck.cc:790
65888 #, gcc-internal-format
65889 msgid ""
65890 "ISO C++ forbids conversion between pointer of type %<void *%> and pointer-to-"
65891 "function"
65892 msgstr ""
65894 #: cp/typeck.cc:795
65895 #, gcc-internal-format
65896 msgid ""
65897 "ISO C++ forbids conditional expression between pointer of type %<void *%> "
65898 "and pointer-to-function"
65899 msgstr ""
65901 #: cp/typeck.cc:874
65902 #, gcc-internal-format
65903 msgid ""
65904 "comparison between distinct pointer-to-member types %qT and %qT lacks a cast"
65905 msgstr ""
65907 #: cp/typeck.cc:879
65908 #, gcc-internal-format
65909 msgid ""
65910 "conversion between distinct pointer-to-member types %qT and %qT lacks a cast"
65911 msgstr ""
65913 #: cp/typeck.cc:884
65914 #, gcc-internal-format
65915 msgid ""
65916 "conditional expression between distinct pointer-to-member types %qT and %qT "
65917 "lacks a cast"
65918 msgstr ""
65920 #: cp/typeck.cc:1710
65921 #, gcc-internal-format
65922 msgid "canonical types differ for identical types %qT and %qT"
65923 msgstr ""
65925 #: cp/typeck.cc:1717
65926 #, gcc-internal-format
65927 msgid "same canonical type node for different types %qT and %qT"
65928 msgstr ""
65930 #: cp/typeck.cc:2047
65931 #, gcc-internal-format
65932 msgid "invalid application of %qs to a member function"
65933 msgstr ""
65935 #: cp/typeck.cc:2152
65936 #, gcc-internal-format
65937 msgid "invalid application of %<sizeof%> to a bit-field"
65938 msgstr ""
65940 #: cp/typeck.cc:2160
65941 #, gcc-internal-format
65942 msgid "ISO C++ forbids applying %<sizeof%> to an expression of function type"
65943 msgstr ""
65945 #: cp/typeck.cc:2225
65946 #, gcc-internal-format
65947 msgid "invalid application of %<__alignof%> to a bit-field"
65948 msgstr ""
65950 #: cp/typeck.cc:2236
65951 #, gcc-internal-format
65952 msgid ""
65953 "ISO C++ forbids applying %<__alignof%> to an expression of function type"
65954 msgstr ""
65956 #: cp/typeck.cc:2320
65957 #, gcc-internal-format
65958 msgid "%<alignas%> argument has non-integral type %qT"
65959 msgstr ""
65961 #: cp/typeck.cc:2366 rust/backend/rust-tree.cc:3769
65962 #, gcc-internal-format
65963 msgid "invalid use of non-static member function of type %qT"
65964 msgstr ""
65966 #: cp/typeck.cc:2542
65967 #, gcc-internal-format
65968 msgid "taking address of temporary array"
65969 msgstr ""
65971 #: cp/typeck.cc:2724
65972 #, gcc-internal-format
65973 msgid "ISO C++ forbids converting a string constant to %qT"
65974 msgstr ""
65976 #: cp/typeck.cc:2728
65977 #, gcc-internal-format
65978 msgid "deprecated conversion from string constant to %qT"
65979 msgstr ""
65981 #: cp/typeck.cc:2843 cp/typeck.cc:3408
65982 #, gcc-internal-format
65983 msgid ""
65984 "request for member %qD in %qE, which is of pointer type %qT (maybe you meant "
65985 "to use %<->%> ?)"
65986 msgstr ""
65988 #: cp/typeck.cc:2847 cp/typeck.cc:3412
65989 #, gcc-internal-format
65990 msgid "request for member %qD in %qE, which is of non-class type %qT"
65991 msgstr ""
65993 #: cp/typeck.cc:2881
65994 #, gcc-internal-format
65995 msgid "invalid use of non-static data member %qE"
65996 msgstr ""
65998 #: cp/typeck.cc:2958
65999 #, gcc-internal-format
66000 msgid ""
66001 "invalid access to non-static data member %qD in virtual base of NULL object"
66002 msgstr ""
66004 #: cp/typeck.cc:3108
66005 #, gcc-internal-format
66006 msgid "object type %qT does not match destructor name ~%qT"
66007 msgstr ""
66009 #: cp/typeck.cc:3117
66010 #, gcc-internal-format
66011 msgid "the type being destroyed is %qT, but the destructor refers to %qT"
66012 msgstr ""
66014 #: cp/typeck.cc:3259
66015 #, gcc-internal-format
66016 msgid "field %q#D can be accessed via %q#D"
66017 msgstr ""
66019 #. No hint.
66020 #: cp/typeck.cc:3278
66021 #, gcc-internal-format
66022 msgid "%q#T has no member named %qE"
66023 msgstr ""
66025 #: cp/typeck.cc:3301
66026 #, gcc-internal-format
66027 msgid "%q#T has no member named %qE; did you mean %q#D? (accessible via %q#D)"
66028 msgstr ""
66030 #: cp/typeck.cc:3312
66031 #, gcc-internal-format
66032 msgid ""
66033 "%q#T has no member named %qE; did you mean %q#D? (not accessible from this "
66034 "context)"
66035 msgstr ""
66037 #: cp/typeck.cc:3327
66038 #, gcc-internal-format
66039 msgid "%q#T has no member named %qE; did you mean %qE?"
66040 msgstr ""
66042 #: cp/typeck.cc:3442 cp/typeck.cc:3468
66043 #, gcc-internal-format
66044 msgid "%<%D::%D%> is not a member of %qT"
66045 msgstr ""
66047 #: cp/typeck.cc:3507
66048 #, gcc-internal-format
66049 msgid "%qT is not a base of %qT"
66050 msgstr ""
66052 #: cp/typeck.cc:3570
66053 #, gcc-internal-format
66054 msgid "%qD is not a member template function"
66055 msgstr ""
66057 #: cp/typeck.cc:3836
66058 #, gcc-internal-format
66059 msgid "%qT is not a pointer-to-object type"
66060 msgstr ""
66062 #: cp/typeck.cc:3868
66063 #, gcc-internal-format
66064 msgid "invalid use of array indexing on pointer to member"
66065 msgstr ""
66067 #: cp/typeck.cc:3871
66068 #, gcc-internal-format
66069 msgid "invalid use of unary %<*%> on pointer to member"
66070 msgstr ""
66072 #: cp/typeck.cc:3874
66073 #, gcc-internal-format
66074 msgid "invalid use of implicit conversion on pointer to member"
66075 msgstr ""
66077 #: cp/typeck.cc:3878
66078 #, gcc-internal-format
66079 msgid ""
66080 "left hand operand of %<->*%> must be a pointer to class, but is a pointer to "
66081 "member of type %qT"
66082 msgstr ""
66084 #: cp/typeck.cc:3943
66085 #, gcc-internal-format
66086 msgid "subscript missing in array reference"
66087 msgstr ""
66089 #: cp/typeck.cc:4040
66090 #, gcc-internal-format
66091 msgid "subscripting array declared %<register%>"
66092 msgstr ""
66094 #: cp/typeck.cc:4078
66095 #, gcc-internal-format
66096 msgid "subscripted value is neither array nor pointer"
66097 msgstr ""
66099 #: cp/typeck.cc:4150
66100 #, gcc-internal-format
66101 msgid "object missing in use of %qE"
66102 msgstr ""
66104 #: cp/typeck.cc:4375
66105 #, gcc-internal-format
66106 msgid "ISO C++ forbids calling %<::main%> from within program"
66107 msgstr ""
66109 #: cp/typeck.cc:4396
66110 #, gcc-internal-format
66111 msgid ""
66112 "must use %<.*%> or %<->*%> to call pointer-to-member function in %<%E "
66113 "(...)%>, e.g. %<(... ->* %E) (...)%>"
66114 msgstr ""
66116 #: cp/typeck.cc:4413
66117 #, gcc-internal-format
66118 msgid "%qE cannot be used as a function"
66119 msgstr ""
66121 #: cp/typeck.cc:4416
66122 #, gcc-internal-format
66123 msgid "%qD cannot be used as a function"
66124 msgstr ""
66126 #: cp/typeck.cc:4419
66127 #, gcc-internal-format
66128 msgid "expression cannot be used as a function"
66129 msgstr ""
66131 #: cp/typeck.cc:4477
66132 #, gcc-internal-format
66133 msgid "too many arguments to constructor %q#D"
66134 msgstr ""
66136 #: cp/typeck.cc:4478
66137 #, gcc-internal-format
66138 msgid "too few arguments to constructor %q#D"
66139 msgstr ""
66141 #: cp/typeck.cc:4483
66142 #, gcc-internal-format
66143 msgid "too many arguments to member function %q#D"
66144 msgstr ""
66146 #: cp/typeck.cc:4484
66147 #, gcc-internal-format
66148 msgid "too few arguments to member function %q#D"
66149 msgstr ""
66151 #: cp/typeck.cc:4490
66152 #, gcc-internal-format
66153 msgid "too many arguments to function %q#D"
66154 msgstr ""
66156 #: cp/typeck.cc:4491
66157 #, gcc-internal-format
66158 msgid "too few arguments to function %q#D"
66159 msgstr ""
66161 #: cp/typeck.cc:4501
66162 #, gcc-internal-format
66163 msgid "too many arguments to method %q#D"
66164 msgstr ""
66166 #: cp/typeck.cc:4502
66167 #, gcc-internal-format
66168 msgid "too few arguments to method %q#D"
66169 msgstr ""
66171 #: cp/typeck.cc:4505
66172 #, gcc-internal-format
66173 msgid "too many arguments to function"
66174 msgstr ""
66176 #: cp/typeck.cc:4506
66177 #, gcc-internal-format
66178 msgid "too few arguments to function"
66179 msgstr ""
66181 #: cp/typeck.cc:4588
66182 #, gcc-internal-format
66183 msgid "parameter %P of %qD has incomplete type %qT"
66184 msgstr ""
66186 #: cp/typeck.cc:4594
66187 #, gcc-internal-format
66188 msgid "parameter %P has incomplete type %qT"
66189 msgstr ""
66191 #: cp/typeck.cc:4860
66192 #, gcc-internal-format
66193 msgid "the address %qE will never be NULL"
66194 msgstr ""
66196 #: cp/typeck.cc:4906
66197 #, gcc-internal-format
66198 msgid "the address of %qD will never be NULL"
66199 msgstr ""
66201 #: cp/typeck.cc:4921
66202 #, gcc-internal-format
66203 msgid "the compiler can assume that the address of %qE will never be NULL"
66204 msgstr ""
66206 #: cp/typeck.cc:4924
66207 #, gcc-internal-format
66208 msgid "comparing the result of pointer addition %qE and NULL"
66209 msgstr ""
66211 #: cp/typeck.cc:4939
66212 #, gcc-internal-format
66213 msgid "the compiler can assume that the address of %qD will never be NULL"
66214 msgstr ""
66216 #: cp/typeck.cc:4988
66217 #, gcc-internal-format
66218 msgid ""
66219 "bitwise operation between different enumeration types %qT and %qT is "
66220 "deprecated"
66221 msgstr ""
66223 #: cp/typeck.cc:4993
66224 #, gcc-internal-format
66225 msgid ""
66226 "arithmetic between different enumeration types %qT and %qT is deprecated"
66227 msgstr ""
66229 #: cp/typeck.cc:5023
66230 #, gcc-internal-format
66231 msgid ""
66232 "comparison of enumeration type %qT with floating-point type %qT is deprecated"
66233 msgstr ""
66235 #: cp/typeck.cc:5027
66236 #, gcc-internal-format
66237 msgid ""
66238 "comparison of floating-point type %qT with enumeration type %qT is deprecated"
66239 msgstr ""
66241 #: cp/typeck.cc:5036
66242 #, gcc-internal-format
66243 msgid ""
66244 "arithmetic between enumeration type %qT and floating-point type %qT is "
66245 "deprecated"
66246 msgstr ""
66248 #: cp/typeck.cc:5040
66249 #, gcc-internal-format
66250 msgid ""
66251 "arithmetic between floating-point type %qT and enumeration type %qT is "
66252 "deprecated"
66253 msgstr ""
66255 #: cp/typeck.cc:5174 cp/typeck.cc:5186
66256 #, gcc-internal-format
66257 msgid "assuming cast to type %qT from overloaded function"
66258 msgstr ""
66260 #: cp/typeck.cc:5300
66261 #, gcc-internal-format
66262 msgid "NULL used in arithmetic"
66263 msgstr ""
66265 #: cp/typeck.cc:5757 cp/typeck.cc:5766 cp/typeck.cc:6067 cp/typeck.cc:6076
66266 #, gcc-internal-format
66267 msgid "ISO C++ forbids comparison between pointer and integer"
66268 msgstr ""
66270 #: cp/typeck.cc:5989 cp/typeck.cc:6002
66271 #, gcc-internal-format
66272 msgid "operand types are %qT and %qT"
66273 msgstr ""
66275 #: cp/typeck.cc:6025
66276 #, gcc-internal-format
66277 msgid "three-way comparison of vectors"
66278 msgstr ""
66280 #: cp/typeck.cc:6059
66281 #, gcc-internal-format
66282 msgid "ordered comparison of pointer with integer zero (%qT and %qT)"
66283 msgstr ""
66285 #: cp/typeck.cc:6106
66286 #, gcc-internal-format
66287 msgid "unordered comparison on non-floating-point argument"
66288 msgstr ""
66290 #: cp/typeck.cc:6173
66291 msgid ""
66292 "implicit conversion from %qH to %qI to match other operand of binary "
66293 "expression"
66294 msgstr ""
66296 #: cp/typeck.cc:6283
66297 #, gcc-internal-format
66298 msgid "invalid operands of types %qT and %qT to binary %qO"
66299 msgstr ""
66301 #: cp/typeck.cc:6691
66302 #, gcc-internal-format
66303 msgid "ISO C++ forbids using pointer of type %<void *%> in subtraction"
66304 msgstr ""
66306 #: cp/typeck.cc:6699
66307 #, gcc-internal-format
66308 msgid "ISO C++ forbids using pointer to a function in subtraction"
66309 msgstr ""
66311 #: cp/typeck.cc:6707
66312 #, gcc-internal-format
66313 msgid "ISO C++ forbids using pointer to a method in subtraction"
66314 msgstr ""
66316 #: cp/typeck.cc:6760
66317 #, gcc-internal-format
66318 msgid "invalid use of a pointer to an incomplete type in pointer arithmetic"
66319 msgstr ""
66321 #: cp/typeck.cc:6839
66322 #, gcc-internal-format
66323 msgid "taking address of constructor %qD"
66324 msgstr ""
66326 #: cp/typeck.cc:6840
66327 #, gcc-internal-format
66328 msgid "taking address of destructor %qD"
66329 msgstr ""
66331 #: cp/typeck.cc:6856
66332 #, gcc-internal-format
66333 msgid "invalid use of %qE to form a pointer-to-member-function"
66334 msgstr ""
66336 #: cp/typeck.cc:6859
66337 #, gcc-internal-format
66338 msgid "  a qualified-id is required"
66339 msgstr ""
66341 #: cp/typeck.cc:6866
66342 #, gcc-internal-format
66343 msgid ""
66344 "parentheses around %qE cannot be used to form a pointer-to-member-function"
66345 msgstr ""
66347 #: cp/typeck.cc:7057
66348 #, gcc-internal-format
66349 msgid ""
66350 "ISO C++ forbids taking the address of an unqualified or parenthesized non-"
66351 "static member function to form a pointer to member function.  Say %<&%T::%D%>"
66352 msgstr ""
66354 #: cp/typeck.cc:7063
66355 #, gcc-internal-format
66356 msgid ""
66357 "ISO C++ forbids taking the address of a bound member function to form a "
66358 "pointer to member function.  Say %<&%T::%D%>"
66359 msgstr ""
66361 #. Make this a permerror because we used to accept it.
66362 #: cp/typeck.cc:7098
66363 #, gcc-internal-format
66364 msgid "taking address of rvalue"
66365 msgstr ""
66367 #: cp/typeck.cc:7115
66368 #, gcc-internal-format
66369 msgid "ISO C++ forbids taking address of function %<::main%>"
66370 msgstr ""
66372 #: cp/typeck.cc:7173
66373 #, gcc-internal-format
66374 msgid "cannot create pointer to reference member %qD"
66375 msgstr ""
66377 #: cp/typeck.cc:7199 cp/typeck.cc:7774 rust/backend/rust-tree.cc:4662
66378 #, gcc-internal-format
66379 msgid "attempt to take address of bit-field"
66380 msgstr ""
66382 #: cp/typeck.cc:7363
66383 #, gcc-internal-format
66384 msgid "%<~%> on an expression of type %<bool%>"
66385 msgstr ""
66387 #: cp/typeck.cc:7364
66388 #, gcc-internal-format
66389 msgid "did you mean to use logical not (%<!%>)?"
66390 msgstr ""
66392 #: cp/typeck.cc:7494
66393 #, gcc-internal-format
66394 msgid "ISO C++ forbids incrementing an enum"
66395 msgstr ""
66397 #: cp/typeck.cc:7495
66398 #, gcc-internal-format
66399 msgid "ISO C++ forbids decrementing an enum"
66400 msgstr ""
66402 #: cp/typeck.cc:7511
66403 #, gcc-internal-format
66404 msgid "cannot increment a pointer to incomplete type %qT"
66405 msgstr ""
66407 #: cp/typeck.cc:7513
66408 #, gcc-internal-format
66409 msgid "cannot decrement a pointer to incomplete type %qT"
66410 msgstr ""
66412 #: cp/typeck.cc:7525
66413 #, gcc-internal-format
66414 msgid "ISO C++ forbids incrementing a pointer of type %qT"
66415 msgstr ""
66417 #: cp/typeck.cc:7527
66418 #, gcc-internal-format
66419 msgid "ISO C++ forbids decrementing a pointer of type %qT"
66420 msgstr ""
66422 #: cp/typeck.cc:7566
66423 #, gcc-internal-format
66424 msgid "%qs expression of %<volatile%>-qualified type is deprecated"
66425 msgstr ""
66427 #: cp/typeck.cc:7579
66428 #, gcc-internal-format
66429 msgid "use of an operand of type %qT in %<operator--%> is forbidden"
66430 msgstr ""
66432 #: cp/typeck.cc:7589
66433 #, gcc-internal-format
66434 msgid "use of an operand of type %qT in %<operator++%> is forbidden in C++17"
66435 msgstr ""
66437 #: cp/typeck.cc:7597
66438 #, gcc-internal-format
66439 msgid "use of an operand of type %qT in %<operator++%> is deprecated"
66440 msgstr ""
66442 #: cp/typeck.cc:7786 rust/backend/rust-tree.cc:4674
66443 #, gcc-internal-format
66444 msgid "cannot take the address of %<this%>, which is an rvalue expression"
66445 msgstr ""
66447 #: cp/typeck.cc:7808 d/d-codegen.cc:719 rust/backend/rust-tree.cc:4693
66448 #, gcc-internal-format
66449 msgid "address of explicit register variable %qD requested"
66450 msgstr ""
66452 #: cp/typeck.cc:7813 rust/backend/rust-tree.cc:4700
66453 #, gcc-internal-format
66454 msgid "address requested for %qD, which is declared %<register%>"
66455 msgstr ""
66457 #: cp/typeck.cc:7888
66458 #, gcc-internal-format
66459 msgid "list-initializer for non-class type must not be parenthesized"
66460 msgstr ""
66462 #: cp/typeck.cc:7900
66463 #, gcc-internal-format
66464 msgid "expression list treated as compound expression in initializer"
66465 msgstr ""
66467 #: cp/typeck.cc:7904
66468 #, gcc-internal-format
66469 msgid "expression list treated as compound expression in mem-initializer"
66470 msgstr ""
66472 #: cp/typeck.cc:7908
66473 #, gcc-internal-format
66474 msgid "expression list treated as compound expression in functional cast"
66475 msgstr ""
66477 #: cp/typeck.cc:7946
66478 #, gcc-internal-format, gfc-internal-format
66479 msgid "%s expression list treated as compound expression"
66480 msgstr ""
66482 #: cp/typeck.cc:8049
66483 #, gcc-internal-format
66484 msgid "no context to resolve type of %qE"
66485 msgstr ""
66487 #: cp/typeck.cc:8086
66488 #, gcc-internal-format
66489 msgid "cast from type %qT to type %qT casts away qualifiers"
66490 msgstr ""
66492 #: cp/typeck.cc:8092
66493 #, gcc-internal-format
66494 msgid "%<static_cast%> from type %qT to type %qT casts away qualifiers"
66495 msgstr ""
66497 #: cp/typeck.cc:8099
66498 #, gcc-internal-format
66499 msgid "%<reinterpret_cast%> from type %qT to type %qT casts away qualifiers"
66500 msgstr ""
66502 #: cp/typeck.cc:8125
66503 #, gcc-internal-format
66504 msgid "useless cast to type %q#T"
66505 msgstr ""
66507 #: cp/typeck.cc:8139
66508 #, gcc-internal-format
66509 msgid "type qualifiers ignored on cast result type"
66510 msgstr ""
66512 #: cp/typeck.cc:8582
66513 #, gcc-internal-format
66514 msgid "invalid %<static_cast%> from type %qT to type %qT"
66515 msgstr ""
66517 #: cp/typeck.cc:8588 cp/typeck.cc:8594 cp/typeck.cc:10305
66518 #, gcc-internal-format
66519 msgid "class type %qT is incomplete"
66520 msgstr ""
66522 #: cp/typeck.cc:8622
66523 msgid "converting from %qH to %qI"
66524 msgstr ""
66526 #: cp/typeck.cc:8697
66527 #, gcc-internal-format
66528 msgid "invalid cast of a prvalue expression of type %qT to type %qT"
66529 msgstr ""
66531 #: cp/typeck.cc:8767
66532 msgid "cast from %qH to %qI loses precision"
66533 msgstr ""
66535 #: cp/typeck.cc:8792
66536 msgid "cast between incompatible function types from %qH to %qI"
66537 msgstr ""
66539 #: cp/typeck.cc:8803
66540 msgid "cast between incompatible pointer to member types from %qH to %qI"
66541 msgstr ""
66543 #: cp/typeck.cc:8824 cp/typeck.cc:9014
66544 msgid "cast from %qH to %qI increases required alignment of target type"
66545 msgstr ""
66547 #: cp/typeck.cc:8841
66548 #, gcc-internal-format
66549 msgid ""
66550 "casting between pointer-to-function and pointer-to-object is conditionally-"
66551 "supported"
66552 msgstr ""
66554 #: cp/typeck.cc:8855
66555 #, gcc-internal-format
66556 msgid "invalid cast from type %qT to type %qT"
66557 msgstr ""
66559 #: cp/typeck.cc:8928
66560 #, gcc-internal-format
66561 msgid ""
66562 "invalid use of %<const_cast%> with type %qT, which is not a pointer, "
66563 "reference, nor a pointer-to-data-member type"
66564 msgstr ""
66566 #: cp/typeck.cc:8937
66567 #, gcc-internal-format
66568 msgid ""
66569 "invalid use of %<const_cast%> with type %qT, which is a pointer or reference "
66570 "to a function type"
66571 msgstr ""
66573 #: cp/typeck.cc:8979
66574 #, gcc-internal-format
66575 msgid "invalid %<const_cast%> of an rvalue of type %qT to type %qT"
66576 msgstr ""
66578 #: cp/typeck.cc:9049
66579 #, gcc-internal-format
66580 msgid "invalid %<const_cast%> from type %qT to type %qT"
66581 msgstr ""
66583 #: cp/typeck.cc:9150 cp/typeck.cc:9159
66584 #, gcc-internal-format
66585 msgid "ISO C++ forbids casting to an array type %qT"
66586 msgstr ""
66588 #: cp/typeck.cc:9168
66589 #, gcc-internal-format
66590 msgid "invalid cast to function type %qT"
66591 msgstr ""
66593 #: cp/typeck.cc:9279
66594 #, gcc-internal-format
66595 msgid "moving %qE of type %qT to itself"
66596 msgstr ""
66598 #: cp/typeck.cc:9280 cp/typeck.cc:10825 cp/typeck.cc:10841 cp/typeck.cc:10866
66599 #: cp/typeck.cc:10903
66600 #, gcc-internal-format
66601 msgid "remove %<std::move%> call"
66602 msgstr ""
66604 #: cp/typeck.cc:9540
66605 #, gcc-internal-format
66606 msgid "  in evaluation of %<%Q(%#T, %#T)%>"
66607 msgstr ""
66609 #: cp/typeck.cc:9600
66610 #, gcc-internal-format
66611 msgid "assigning to an array from an initializer list"
66612 msgstr ""
66614 #: cp/typeck.cc:9627
66615 #, gcc-internal-format
66616 msgid "incompatible types in assignment of %qT to %qT"
66617 msgstr ""
66619 #: cp/typeck.cc:9643
66620 #, gcc-internal-format
66621 msgid "array used as initializer"
66622 msgstr ""
66624 #: cp/typeck.cc:9645
66625 #, gcc-internal-format
66626 msgid "invalid array assignment"
66627 msgstr ""
66629 #: cp/typeck.cc:9789
66630 #, gcc-internal-format
66631 msgid "   in pointer to member function conversion"
66632 msgstr ""
66634 #: cp/typeck.cc:9803
66635 #, gcc-internal-format
66636 msgid "pointer to member conversion via virtual base %qT"
66637 msgstr ""
66639 #: cp/typeck.cc:9850 cp/typeck.cc:9869
66640 #, gcc-internal-format
66641 msgid "   in pointer to member conversion"
66642 msgstr ""
66644 #: cp/typeck.cc:9950
66645 #, gcc-internal-format
66646 msgid "invalid conversion to type %qT from type %qT"
66647 msgstr ""
66649 #: cp/typeck.cc:10268
66650 msgid "cannot convert %qH to %qI in default argument"
66651 msgstr ""
66653 #: cp/typeck.cc:10273
66654 msgid "cannot convert %qH to %qI in argument passing"
66655 msgstr ""
66657 #: cp/typeck.cc:10282
66658 msgid "cannot convert %qH to %qI in initialization"
66659 msgstr ""
66661 #: cp/typeck.cc:10286
66662 msgid "cannot convert %qH to %qI in return"
66663 msgstr ""
66665 #: cp/typeck.cc:10291
66666 msgid "cannot convert %qH to %qI in assignment"
66667 msgstr ""
66669 #: cp/typeck.cc:10323
66670 #, gcc-internal-format
66671 msgid "parameter %qP of %qD might be a candidate for a format attribute"
66672 msgstr ""
66674 #: cp/typeck.cc:10327
66675 #, gcc-internal-format
66676 msgid "parameter might be a candidate for a format attribute"
66677 msgstr ""
66679 #: cp/typeck.cc:10332
66680 #, gcc-internal-format
66681 msgid "target of conversion might be a candidate for a format attribute"
66682 msgstr ""
66684 #: cp/typeck.cc:10337
66685 #, gcc-internal-format
66686 msgid "target of initialization might be a candidate for a format attribute"
66687 msgstr ""
66689 #: cp/typeck.cc:10347
66690 #, gcc-internal-format
66691 msgid ""
66692 "left-hand side of assignment might be a candidate for a format attribute"
66693 msgstr ""
66695 #: cp/typeck.cc:10443
66696 #, gcc-internal-format
66697 msgid "in passing argument %P of %qD"
66698 msgstr ""
66700 #: cp/typeck.cc:10525
66701 #, gcc-internal-format
66702 msgid "returning reference to temporary"
66703 msgstr ""
66705 #: cp/typeck.cc:10528
66706 #, gcc-internal-format
66707 msgid ""
66708 "returning temporary %<initializer_list%> does not extend the lifetime of the "
66709 "underlying array"
66710 msgstr ""
66712 #: cp/typeck.cc:10564
66713 #, gcc-internal-format
66714 msgid "reference to local variable %qD returned"
66715 msgstr ""
66717 #: cp/typeck.cc:10568
66718 #, gcc-internal-format
66719 msgid ""
66720 "returning local %<initializer_list%> variable %qD does not extend the "
66721 "lifetime of the underlying array"
66722 msgstr ""
66724 #: cp/typeck.cc:10574
66725 #, gcc-internal-format
66726 msgid "address of label %qD returned"
66727 msgstr ""
66729 #: cp/typeck.cc:10578
66730 #, gcc-internal-format
66731 msgid "address of local variable %qD returned"
66732 msgstr ""
66734 #: cp/typeck.cc:10824
66735 #, gcc-internal-format
66736 msgid "moving a temporary object prevents copy elision"
66737 msgstr ""
66739 #: cp/typeck.cc:10839
66740 #, gcc-internal-format
66741 msgid "moving a local object in a return statement prevents copy elision"
66742 msgstr ""
66744 #: cp/typeck.cc:10865 cp/typeck.cc:10900
66745 #, gcc-internal-format
66746 msgid "redundant move in return statement"
66747 msgstr ""
66749 #: cp/typeck.cc:10902
66750 #, gcc-internal-format
66751 msgid "redundant move in initialization"
66752 msgstr ""
66754 #: cp/typeck.cc:10938
66755 #, gcc-internal-format
66756 msgid "returning a value from a destructor"
66757 msgstr ""
66759 #. If a return statement appears in a handler of the
66760 #. function-try-block of a constructor, the program is ill-formed.
66761 #: cp/typeck.cc:10950
66762 #, gcc-internal-format
66763 msgid "cannot return from a handler of a function-try-block of a constructor"
66764 msgstr ""
66766 #. You can't return a value from a constructor.
66767 #: cp/typeck.cc:10953
66768 #, gcc-internal-format
66769 msgid "returning a value from a constructor"
66770 msgstr ""
66772 #. Give a helpful error message.
66773 #: cp/typeck.cc:10992 cp/typeck.cc:11038
66774 #, gcc-internal-format
66775 msgid "return-statement with no value, in function returning %qT"
66776 msgstr ""
66778 #: cp/typeck.cc:11000
66779 #, gcc-internal-format
66780 msgid "returning initializer list"
66781 msgstr ""
66783 #: cp/typeck.cc:11019
66784 #, gcc-internal-format
66785 msgid "inconsistent types %qT and %qT deduced for lambda return type"
66786 msgstr ""
66788 #: cp/typeck.cc:11022
66789 #, gcc-internal-format
66790 msgid "inconsistent deduction for auto return type: %qT and then %qT"
66791 msgstr ""
66793 #: cp/typeck.cc:11057
66794 #, gcc-internal-format
66795 msgid "return-statement with a value, in function returning %qT"
66796 msgstr ""
66798 #: cp/typeck.cc:11086
66799 #, gcc-internal-format
66800 msgid ""
66801 "%<operator new%> must not return NULL unless it is declared %<throw()%> (or "
66802 "%<-fcheck-new%> is in effect)"
66803 msgstr ""
66805 #: cp/typeck.cc:11745
66806 #, gcc-internal-format
66807 msgid "using rvalue as lvalue"
66808 msgstr ""
66810 #: cp/typeck2.cc:51
66811 #, gcc-internal-format
66812 msgid "type %qT is not a base type for type %qT"
66813 msgstr ""
66815 #: cp/typeck2.cc:107
66816 #, gcc-internal-format
66817 msgid "assignment of constant field %qD"
66818 msgstr ""
66820 #: cp/typeck2.cc:108
66821 #, gcc-internal-format
66822 msgid "constant field %qD used as %<asm%> output"
66823 msgstr ""
66825 #: cp/typeck2.cc:109
66826 #, gcc-internal-format
66827 msgid "increment of constant field %qD"
66828 msgstr ""
66830 #: cp/typeck2.cc:110
66831 #, gcc-internal-format
66832 msgid "decrement of constant field %qD"
66833 msgstr ""
66835 #: cp/typeck2.cc:117
66836 #, gcc-internal-format
66837 msgid "assignment of read-only reference %qD"
66838 msgstr ""
66840 #: cp/typeck2.cc:118
66841 #, gcc-internal-format
66842 msgid "read-only reference %qD used as %<asm%> output"
66843 msgstr ""
66845 #: cp/typeck2.cc:119
66846 #, gcc-internal-format
66847 msgid "increment of read-only reference %qD"
66848 msgstr ""
66850 #: cp/typeck2.cc:120
66851 #, gcc-internal-format
66852 msgid "decrement of read-only reference %qD"
66853 msgstr ""
66855 #: cp/typeck2.cc:175
66856 #, gcc-internal-format
66857 msgid "cannot declare variable %q+D to be of abstract type %qT"
66858 msgstr ""
66860 #: cp/typeck2.cc:180
66861 #, gcc-internal-format
66862 msgid "cannot declare parameter %q+D to be of abstract type %qT"
66863 msgstr ""
66865 #: cp/typeck2.cc:183
66866 #, gcc-internal-format
66867 msgid "cannot declare parameter to be of abstract type %qT"
66868 msgstr ""
66870 #: cp/typeck2.cc:187
66871 #, gcc-internal-format
66872 msgid "cannot declare field %q+D to be of abstract type %qT"
66873 msgstr ""
66875 #: cp/typeck2.cc:191
66876 #, gcc-internal-format
66877 msgid "invalid abstract return type for member function %q+#D"
66878 msgstr ""
66880 #: cp/typeck2.cc:193
66881 #, gcc-internal-format
66882 msgid "invalid abstract return type for function %q+#D"
66883 msgstr ""
66885 #. Here we do not have location information.
66886 #: cp/typeck2.cc:196
66887 #, gcc-internal-format
66888 msgid "invalid abstract type %qT for %qE"
66889 msgstr ""
66891 #: cp/typeck2.cc:198
66892 #, gcc-internal-format
66893 msgid "invalid abstract type for %q+D"
66894 msgstr ""
66896 #: cp/typeck2.cc:203
66897 #, gcc-internal-format
66898 msgid "creating array of %qT, which is an abstract class type"
66899 msgstr ""
66901 #: cp/typeck2.cc:206
66902 #, gcc-internal-format
66903 msgid "invalid cast to abstract class type %qT"
66904 msgstr ""
66906 #: cp/typeck2.cc:209
66907 #, gcc-internal-format
66908 msgid "invalid new-expression of abstract class type %qT"
66909 msgstr ""
66911 #: cp/typeck2.cc:212
66912 #, gcc-internal-format
66913 msgid "invalid abstract return type %qT"
66914 msgstr ""
66916 #: cp/typeck2.cc:215
66917 #, gcc-internal-format
66918 msgid "invalid abstract parameter type %qT"
66919 msgstr ""
66921 #: cp/typeck2.cc:218
66922 #, gcc-internal-format
66923 msgid ""
66924 "expression of abstract class type %qT cannot be used in throw-expression"
66925 msgstr ""
66927 #: cp/typeck2.cc:222
66928 #, gcc-internal-format
66929 msgid "cannot declare %<catch%> parameter to be of abstract class type %qT"
66930 msgstr ""
66932 #: cp/typeck2.cc:226
66933 #, gcc-internal-format
66934 msgid "cannot allocate an object of abstract type %qT"
66935 msgstr ""
66937 #: cp/typeck2.cc:236
66938 #, gcc-internal-format
66939 msgid "  because the following virtual functions are pure within %qT:"
66940 msgstr ""
66942 #: cp/typeck2.cc:242
66943 #, gcc-internal-format
66944 msgid "    %#qD"
66945 msgstr ""
66947 #: cp/typeck2.cc:282
66948 #, gcc-internal-format
66949 msgid "definition of %q#T is not complete until the closing brace"
66950 msgstr ""
66952 #: cp/typeck2.cc:285
66953 #, gcc-internal-format
66954 msgid "forward declaration of %q#T"
66955 msgstr ""
66957 #: cp/typeck2.cc:287
66958 #, gcc-internal-format
66959 msgid "declaration of %q#T"
66960 msgstr ""
66962 #: cp/typeck2.cc:318
66963 #, gcc-internal-format
66964 msgid "%qD has incomplete type"
66965 msgstr ""
66967 #: cp/typeck2.cc:332
66968 #, gcc-internal-format
66969 msgid "invalid use of incomplete type %q#T"
66970 msgstr ""
66972 #: cp/typeck2.cc:369 rust/backend/rust-tree.cc:3888
66973 #, gcc-internal-format
66974 msgid "invalid use of member function %qD (did you forget the %<()%> ?)"
66975 msgstr ""
66977 #: cp/typeck2.cc:374 rust/backend/rust-tree.cc:3894
66978 #, gcc-internal-format
66979 msgid "invalid use of member %qD (did you forget the %<&%> ?)"
66980 msgstr ""
66982 #: cp/typeck2.cc:384
66983 #, gcc-internal-format
66984 msgid "invalid use of placeholder %qT"
66985 msgstr ""
66987 #: cp/typeck2.cc:391
66988 #, gcc-internal-format
66989 msgid "invalid use of template type parameter %qT"
66990 msgstr ""
66992 #: cp/typeck2.cc:396
66993 #, gcc-internal-format
66994 msgid "invalid use of template template parameter %qT"
66995 msgstr ""
66997 #: cp/typeck2.cc:402
66998 #, gcc-internal-format
66999 msgid "invalid use of pack expansion %qT"
67000 msgstr ""
67002 #: cp/typeck2.cc:408
67003 #, gcc-internal-format
67004 msgid "invalid use of dependent type %qT"
67005 msgstr ""
67007 #: cp/typeck2.cc:415 rust/backend/rust-tree.cc:3904
67008 #, gcc-internal-format
67009 msgid "invalid use of brace-enclosed initializer list"
67010 msgstr ""
67012 #: cp/typeck2.cc:423 rust/backend/rust-tree.cc:3912
67013 #, gcc-internal-format
67014 msgid "address of overloaded function with no contextual type information"
67015 msgstr ""
67017 #: cp/typeck2.cc:427 rust/backend/rust-tree.cc:3917
67018 #, gcc-internal-format
67019 msgid "overloaded function with no contextual type information"
67020 msgstr ""
67022 #: cp/typeck2.cc:430 rust/backend/rust-tree.cc:3921
67023 #, gcc-internal-format
67024 msgid "insufficient contextual information to determine type"
67025 msgstr ""
67027 #: cp/typeck2.cc:814
67028 #, gcc-internal-format
67029 msgid "constructor syntax used, but no constructor declared for type %qT"
67030 msgstr ""
67032 #: cp/typeck2.cc:887
67033 #, gcc-internal-format
67034 msgid "%<constinit%> variable %qD does not have a constant initializer"
67035 msgstr ""
67037 #: cp/typeck2.cc:1066
67038 msgid "narrowing conversion of %qE from %qH to %qI is ill-formed in C++11"
67039 msgstr ""
67041 #: cp/typeck2.cc:1078 cp/typeck2.cc:1092
67042 msgid "narrowing conversion of %qE from %qH to %qI"
67043 msgstr ""
67045 #: cp/typeck2.cc:1081
67046 #, gcc-internal-format
67047 msgid ""
67048 " the expression has a constant value but is not a C++ constant-expression"
67049 msgstr ""
67051 #: cp/typeck2.cc:1256
67052 #, gcc-internal-format
67053 msgid "initializer-string for %qT is too long"
67054 msgstr ""
67056 #: cp/typeck2.cc:1319
67057 #, gcc-internal-format
67058 msgid "initializing a base class of type %qT results in object slicing"
67059 msgstr ""
67061 #: cp/typeck2.cc:1321
67062 #, gcc-internal-format
67063 msgid "remove %<{ }%> around initializer"
67064 msgstr ""
67066 #: cp/typeck2.cc:1341
67067 #, gcc-internal-format
67068 msgid "cannot initialize aggregate of type %qT with a compound literal"
67069 msgstr ""
67071 #: cp/typeck2.cc:1825 cp/typeck2.cc:1855
67072 #, gcc-internal-format
67073 msgid "missing initializer for member %qD"
67074 msgstr ""
67076 #: cp/typeck2.cc:1832
67077 #, gcc-internal-format
67078 msgid "member %qD is uninitialized reference"
67079 msgstr ""
67081 #: cp/typeck2.cc:1839
67082 #, gcc-internal-format
67083 msgid "member %qD with uninitialized reference fields"
67084 msgstr ""
67086 #: cp/typeck2.cc:1924
67087 #, gcc-internal-format
67088 msgid "designator order for field %qD does not match declaration order in %qT"
67089 msgstr ""
67091 #: cp/typeck2.cc:1997
67092 #, gcc-internal-format
67093 msgid "no field %qD found in union being initialized"
67094 msgstr ""
67096 #: cp/typeck2.cc:2008
67097 #, gcc-internal-format
67098 msgid "index value instead of field name in union initializer"
67099 msgstr ""
67101 #: cp/typeck2.cc:2224
67102 #, gcc-internal-format
67103 msgid "circular pointer delegation detected"
67104 msgstr ""
67106 #: cp/typeck2.cc:2238
67107 #, gcc-internal-format
67108 msgid "base operand of %<->%> has non-pointer type %qT"
67109 msgstr ""
67111 #: cp/typeck2.cc:2268
67112 #, gcc-internal-format
67113 msgid "result of %<operator->()%> yields non-pointer result"
67114 msgstr ""
67116 #: cp/typeck2.cc:2270
67117 #, gcc-internal-format
67118 msgid "base operand of %<->%> is not a pointer"
67119 msgstr ""
67121 #: cp/typeck2.cc:2297
67122 #, gcc-internal-format
67123 msgid "%qE cannot be used as a member pointer, since it is of type %qT"
67124 msgstr ""
67126 #: cp/typeck2.cc:2306
67127 #, gcc-internal-format
67128 msgid "cannot apply member pointer %qE to %qE, which is of non-class type %qT"
67129 msgstr ""
67131 #: cp/typeck2.cc:2328
67132 #, gcc-internal-format
67133 msgid "pointer to member type %qT incompatible with object type %qT"
67134 msgstr ""
67136 #: cp/typeck2.cc:2386
67137 #, gcc-internal-format
67138 msgid "pointer-to-member-function type %qT requires an rvalue"
67139 msgstr ""
67141 #: cp/typeck2.cc:2397
67142 #, gcc-internal-format
67143 msgid "pointer-to-member-function type %qT requires an lvalue"
67144 msgstr ""
67146 #: cp/typeck2.cc:2405
67147 #, gcc-internal-format
67148 msgid "pointer-to-member-function type %qT requires an lvalue before C++20"
67149 msgstr ""
67151 #: cp/typeck2.cc:2446
67152 #, gcc-internal-format
67153 msgid "functional cast to array type %qT"
67154 msgstr ""
67156 #: cp/typeck2.cc:2463
67157 #, gcc-internal-format
67158 msgid "%<auto(x)%> cannot be constrained"
67159 msgstr ""
67161 #: cp/typeck2.cc:2468
67162 #, gcc-internal-format
67163 msgid "%<auto(x)%> only available with %<-std=c++2b%> or %<-std=gnu++2b%>"
67164 msgstr ""
67166 #: cp/typeck2.cc:2493
67167 #, gcc-internal-format
67168 msgid "invalid value-initialization of reference type"
67169 msgstr ""
67171 #: cp/typeck2.cc:2734
67172 #, gcc-internal-format
67173 msgid "call to function %qD which throws incomplete type %q#T"
67174 msgstr ""
67176 #: cp/typeck2.cc:2737
67177 #, gcc-internal-format
67178 msgid "call to function which throws incomplete type %q#T"
67179 msgstr ""
67181 #: cp/vtable-class-hierarchy.cc:706
67182 #, gcc-internal-format
67183 msgid "unable to open log file %<vtv_class_set_sizes.log%>: %m"
67184 msgstr ""
67186 #: cp/vtable-class-hierarchy.cc:846
67187 #, gcc-internal-format
67188 msgid "unable to open log file %<vtv_set_ptr_data.log%>: %m"
67189 msgstr ""
67191 #: cp/vtable-class-hierarchy.cc:1095
67192 #, gcc-internal-format
67193 msgid "unable to open log file %<vtv_count_data.log%>: %m"
67194 msgstr ""
67196 #: d/d-attribs.cc:372 d/d-attribs.cc:389
67197 #, gcc-internal-format
67198 msgid "unknown attribute %qs"
67199 msgstr ""
67201 #: d/d-attribs.cc:1150
67202 #, gcc-internal-format
67203 msgid "%q+D declared weak after being used"
67204 msgstr ""
67206 #: d/d-attribs.cc:1529
67207 #, gcc-internal-format
67208 msgid ""
67209 "only %<inbranch%> and %<notinbranch%> flags are allowed for %<simd%> "
67210 "attribute"
67211 msgstr ""
67213 #: d/d-builtins.cc:816
67214 #, gcc-internal-format
67215 msgid "conflicting types for built-in function %qs; expected %qs"
67216 msgstr ""
67218 #: d/d-codegen.cc:331
67219 #, gcc-internal-format
67220 msgid "cannot determine the length of a %qs"
67221 msgstr ""
67223 #: d/d-codegen.cc:1241
67224 #, gcc-internal-format
67225 msgid "overlapping initializer for field %qT.%qD"
67226 msgstr ""
67228 #: d/d-codegen.cc:1436
67229 #, gcc-internal-format
67230 msgid "the address of %qD will never be %<null%>"
67231 msgstr ""
67233 #: d/d-codegen.cc:2164
67234 #, gcc-internal-format
67235 msgid "need %<this%> to access member %qE"
67236 msgstr ""
67238 #: d/d-codegen.cc:2303
67239 #, gcc-internal-format
67240 msgid "tried to perform floating-point modulo division on %qT"
67241 msgstr ""
67243 #: d/d-codegen.cc:2354
67244 #, gcc-internal-format
67245 msgid "cannot get frame pointer to %qs"
67246 msgstr ""
67248 #. Should instead error on line that references `fd'.
67249 #: d/d-codegen.cc:2380
67250 #, gcc-internal-format
67251 msgid "nested function missing body"
67252 msgstr ""
67254 #: d/d-codegen.cc:2422
67255 #, gcc-internal-format
67256 msgid "%qs is a nested function and cannot be accessed from %qs"
67257 msgstr ""
67259 #: d/d-codegen.cc:2731
67260 #, gcc-internal-format
67261 msgid "variable %qs has scoped destruction, cannot build closure"
67262 msgstr ""
67264 #: d/d-codegen.cc:2739
67265 #, gcc-internal-format
67266 msgid "explicit register variable %qs cannot be used in nested function"
67267 msgstr ""
67269 #: d/d-codegen.cc:2964
67270 #, gcc-internal-format
67271 msgid "forward reference to frame of %qs"
67272 msgstr ""
67274 #: d/d-convert.cc:379
67275 #, gcc-internal-format
67276 msgid "cannot convert a delegate expression to %qs"
67277 msgstr ""
67279 #: d/d-convert.cc:395
67280 #, gcc-internal-format
67281 msgid "cannot convert struct %qs to %qs"
67282 msgstr ""
67284 #. Casting from a C++ interface to a class/non-C++ interface
67285 #. always results in null as there is no run-time information,
67286 #. and no way one can derive from the other.
67287 #: d/d-convert.cc:442
67288 #, gcc-internal-format
67289 msgid "cast to %qs will produce null result"
67290 msgstr ""
67292 #: d/d-convert.cc:482
67293 #, gcc-internal-format
67294 msgid "cannot cast %qs to %qs since sizes do not line up"
67295 msgstr ""
67297 #: d/d-convert.cc:516
67298 #, gcc-internal-format
67299 msgid "cannot cast expression of type %qs to type %qs"
67300 msgstr ""
67302 #: d/d-convert.cc:563
67303 #, gcc-internal-format
67304 msgid "cannot cast expression of type %qs to %qs"
67305 msgstr ""
67307 #: d/d-convert.cc:610
67308 #, gcc-internal-format
67309 msgid "cast from %qs to %qs will produce zero result"
67310 msgstr ""
67312 #: d/d-lang.cc:467
67313 #, gcc-internal-format
67314 msgid "bad argument for %<-fdebug%>: %qs"
67315 msgstr ""
67317 #: d/d-lang.cc:521
67318 #, gcc-internal-format
67319 msgid "bad argument for %<-fextern-std%>: %qs"
67320 msgstr ""
67322 #: d/d-lang.cc:540
67323 #, gcc-internal-format
67324 msgid "bad argument for %<-fmodule-file%>: %qs"
67325 msgstr ""
67327 #: d/d-lang.cc:704
67328 #, gcc-internal-format
67329 msgid "bad argument for %<-fversion%>: %qs"
67330 msgstr ""
67332 #: d/d-lang.cc:1011
67333 #, gcc-internal-format
67334 msgid "%<-fonly=%> argument is different from first input file name"
67335 msgstr ""
67337 #: d/d-lang.cc:1191
67338 #, gcc-internal-format
67339 msgid "unable to resolve forward reference in definition"
67340 msgstr ""
67342 #: d/d-lang.cc:1311
67343 #, gcc-internal-format
67344 msgid "opening json file %s: %m"
67345 msgstr ""
67347 #: d/d-lang.cc:1322
67348 #, gcc-internal-format
67349 msgid "closing json file %s: %m"
67350 msgstr ""
67352 #: d/d-lang.cc:1393
67353 #, gcc-internal-format
67354 msgid "closing mixin file %s: %m"
67355 msgstr ""
67357 #: d/d-lang.cc:1398
67358 #, gcc-internal-format
67359 msgid "opening mixin file %s: %m"
67360 msgstr ""
67362 #: d/d-target.cc:156
67363 #, gcc-internal-format
67364 msgid "D does not support pointers on this target."
67365 msgstr ""
67367 #: d/d-target.cc:252
67368 #, gcc-internal-format
67369 msgid "cannot represent built-in %<va_list%> type in D"
67370 msgstr ""
67372 #: d/decl.cc:375
67373 #, gcc-internal-format, gfc-internal-format
67374 msgid "pragma(%s) not implemented"
67375 msgstr ""
67377 #: d/decl.cc:482 d/decl.cc:597 d/decl.cc:671 d/decl.cc:714 d/decl.cc:753
67378 #, gcc-internal-format
67379 msgid "had semantic errors when compiling"
67380 msgstr ""
67382 #: d/decl.cc:569
67383 #, gcc-internal-format
67384 msgid "use of %qs"
67385 msgstr ""
67387 #: d/decl.cc:571
67388 #, gcc-internal-format
67389 msgid "is hidden by %qs"
67390 msgstr ""
67392 #: d/decl.cc:574
67393 #, gcc-internal-format
67394 msgid "use %<alias %s = %s.%s;%> to introduce base class overload set"
67395 msgstr ""
67397 #: d/decl.cc:811
67398 #, gcc-internal-format
67399 msgid "size is too large"
67400 msgstr ""
67402 #: d/decl.cc:1374
67403 #, gcc-internal-format
67404 msgid "function requires a dual-context, which is not yet supported by GDC"
67405 msgstr ""
67407 #: d/decl.cc:1551
67408 #, gcc-internal-format
67409 msgid "explicit register variable %qs declared %<extern%>"
67410 msgstr ""
67412 #: d/decl.cc:1554
67413 #, gcc-internal-format
67414 msgid "explicit register variable %qs declared thread local"
67415 msgstr ""
67417 #: d/decl.cc:1767
67418 #, gcc-internal-format
67419 msgid ""
67420 "mismatch between declaration %qE size (%wd) and its initializer size (%wd)"
67421 msgstr ""
67423 #: d/expr.cc:553
67424 #, gcc-internal-format
67425 msgid "cannot handle comparison of type %<%s == %s%>"
67426 msgstr ""
67428 #. Static arrays have already been handled by the front-end.
67429 #: d/expr.cc:1306
67430 #, gcc-internal-format
67431 msgid "unexpected type for array length: %qs"
67432 msgstr ""
67434 #: d/expr.cc:1441
67435 #, gcc-internal-format
67436 msgid "don%'t know how to delete %qs"
67437 msgstr ""
67439 #: d/expr.cc:1465
67440 #, gcc-internal-format
67441 msgid "%qs is not an associative array"
67442 msgstr ""
67444 #: d/expr.cc:1749 d/expr.cc:2125
67445 #, gcc-internal-format
67446 msgid "need %<this%> to access member %qs"
67447 msgstr ""
67449 #: d/expr.cc:1825
67450 #, gcc-internal-format
67451 msgid "delegates are only for non-static functions"
67452 msgstr ""
67454 #: d/expr.cc:1897
67455 #, gcc-internal-format
67456 msgid "%qs is not a field, but a %qs"
67457 msgstr ""
67459 #: d/expr.cc:2161
67460 #, gcc-internal-format
67461 msgid "recursive reference %qs"
67462 msgstr ""
67464 #: d/expr.cc:2180 d/expr.cc:3075
67465 #, gcc-internal-format
67466 msgid "non-constant expression %qs"
67467 msgstr ""
67469 #: d/expr.cc:3042
67470 #, gcc-internal-format
67471 msgid "%qs is not an expression"
67472 msgstr ""
67474 #: d/expr.cc:3049
67475 #, gcc-internal-format
67476 msgid "type %qs is not an expression"
67477 msgstr ""
67479 #: d/intrinsics.cc:218
67480 #, gcc-internal-format
67481 msgid "mismatch in return type of intrinsic function %qD (%qT, should be %qs)"
67482 msgstr ""
67484 #: d/intrinsics.cc:232
67485 #, gcc-internal-format
67486 msgid ""
67487 "mismatch in argument %u type of intrinsic function %qD (%qT, should be %qs)"
67488 msgstr ""
67490 #: d/intrinsics.cc:244 d/intrinsics.cc:249
67491 #, gcc-internal-format
67492 msgid ""
67493 "mismatch in argument %u type of intrinsic function %qD (%qT, should be %qT)"
67494 msgstr ""
67496 #: d/intrinsics.cc:434
67497 #, gcc-internal-format
67498 msgid "argument %qE cannot be read at compile time"
67499 msgstr ""
67501 #: d/intrinsics.cc:443
67502 #, gcc-internal-format
67503 msgid "element index %qE is out of bounds %<[0 .. %E]%>"
67504 msgstr ""
67506 #: d/intrinsics.cc:490
67507 #, gcc-internal-format
67508 msgid "mismatch in call of intrinsic function %qD"
67509 msgstr ""
67511 #: d/modules.cc:415
67512 #, gcc-internal-format
67513 msgid "%<-fmoduleinfo%> is not supported on this target"
67514 msgstr ""
67516 #: d/toir.cc:387 d/toir.cc:412
67517 #, gcc-internal-format
67518 msgid "cannot %<goto%> into %<try%> block"
67519 msgstr ""
67521 #: d/toir.cc:390 d/toir.cc:414
67522 #, gcc-internal-format
67523 msgid "cannot %<goto%> into %<catch%> block"
67524 msgstr ""
67526 #: d/toir.cc:429
67527 #, gcc-internal-format, gfc-internal-format
67528 msgid "label %s referenced outside of any function"
67529 msgstr ""
67531 #: d/toir.cc:804
67532 #, gcc-internal-format, gfc-internal-format
67533 msgid "cannot handle switch condition of type %s"
67534 msgstr ""
67536 #: d/toir.cc:1181
67537 #, gcc-internal-format
67538 msgid "exception handling disabled; use %<-fexceptions%> to enable"
67539 msgstr ""
67541 #: d/toir.cc:1188
67542 #, gcc-internal-format
67543 msgid "cannot throw C++ classes"
67544 msgstr ""
67546 #: d/toir.cc:1190
67547 #, gcc-internal-format
67548 msgid "cannot throw COM objects"
67549 msgstr ""
67551 #: d/toir.cc:1323
67552 #, gcc-internal-format
67553 msgid "D inline assembler statements are not supported in GDC."
67554 msgstr ""
67556 #: d/typeinfo.cc:1408
67557 #, gcc-internal-format
67558 msgid ""
67559 "expression %qs requires %<object.TypeInfo%> and cannot be used with %<-fno-"
67560 "rtti%>"
67561 msgstr ""
67563 #: d/typeinfo.cc:1412
67564 #, gcc-internal-format
67565 msgid "%<object.TypeInfo%> cannot be used with %<-fno-rtti%>"
67566 msgstr ""
67568 #: d/typeinfo.cc:1427
67569 #, gcc-internal-format
67570 msgid "%<object.TypeInfo%> could not be found, but is implicitly used"
67571 msgstr ""
67573 #: d/types.cc:161
67574 #, gcc-internal-format
67575 msgid "missing or corrupt object.d"
67576 msgstr ""
67578 #: d/types.cc:871
67579 #, gcc-internal-format, gfc-internal-format
67580 msgid "invalid expression for static array dimension: %s"
67581 msgstr ""
67583 #: fortran/arith.cc:47
67584 #, gcc-internal-format, gfc-internal-format
67585 msgid "Conversion of an Infinity or Not-a-Number at %L to INTEGER"
67586 msgstr ""
67588 #: fortran/arith.cc:97
67589 #, gcc-internal-format, gfc-internal-format
67590 msgid "Arithmetic OK at %L"
67591 msgstr ""
67593 #: fortran/arith.cc:100
67594 #, gcc-internal-format, gfc-internal-format
67595 msgid "Arithmetic overflow at %L"
67596 msgstr ""
67598 #: fortran/arith.cc:103
67599 #, gcc-internal-format, gfc-internal-format
67600 msgid "Arithmetic underflow at %L"
67601 msgstr ""
67603 #: fortran/arith.cc:106
67604 #, gcc-internal-format, gfc-internal-format
67605 msgid "Arithmetic NaN at %L"
67606 msgstr ""
67608 #: fortran/arith.cc:109
67609 #, gcc-internal-format, gfc-internal-format
67610 msgid "Division by zero at %L"
67611 msgstr ""
67613 #: fortran/arith.cc:112
67614 #, gcc-internal-format, gfc-internal-format
67615 msgid "Array operands are incommensurate at %L"
67616 msgstr ""
67618 #: fortran/arith.cc:115
67619 #, gcc-internal-format, gfc-internal-format
67620 msgid "Integer outside symmetric range implied by Standard Fortran at %L"
67621 msgstr ""
67623 #: fortran/arith.cc:119
67624 #, gcc-internal-format, gfc-internal-format
67625 msgid "Illegal type in character concatenation at %L"
67626 msgstr ""
67628 #: fortran/arith.cc:122
67629 #, gcc-internal-format, gfc-internal-format
67630 msgid "Invalid type in arithmetic operation at %L"
67631 msgstr ""
67633 #: fortran/arith.cc:126 fortran/arith.cc:2060
67634 #, gcc-internal-format
67635 msgid "gfc_arith_error(): Bad error code"
67636 msgstr ""
67638 #: fortran/arith.cc:159
67639 #, gcc-internal-format
67640 msgid "Fix min_int calculation"
67641 msgstr ""
67643 #: fortran/arith.cc:554
67644 #, gcc-internal-format
67645 msgid "gfc_range_check(): Bad type"
67646 msgstr ""
67648 #: fortran/arith.cc:627
67649 #, gcc-internal-format
67650 msgid "gfc_arith_uminus(): Bad basic type"
67651 msgstr ""
67653 #: fortran/arith.cc:664
67654 #, gcc-internal-format
67655 msgid "gfc_arith_plus(): Bad basic type"
67656 msgstr ""
67658 #: fortran/arith.cc:701
67659 #, gcc-internal-format
67660 msgid "gfc_arith_minus(): Bad basic type"
67661 msgstr ""
67663 #: fortran/arith.cc:739
67664 #, gcc-internal-format
67665 msgid "gfc_arith_times(): Bad basic type"
67666 msgstr ""
67668 #: fortran/arith.cc:781
67669 #, gcc-internal-format
67670 msgid "Integer division truncated to constant %qs at %L"
67671 msgstr ""
67673 #: fortran/arith.cc:827
67674 #, gcc-internal-format
67675 msgid "gfc_arith_divide(): Bad basic type"
67676 msgstr ""
67678 #: fortran/arith.cc:883
67679 #, gcc-internal-format
67680 msgid "arith_power(): Bad base"
67681 msgstr ""
67683 #: fortran/arith.cc:922
67684 #, gcc-internal-format, gfc-internal-format
67685 msgid "Negative exponent of integer has zero result at %L"
67686 msgstr ""
67688 #: fortran/arith.cc:942
67689 #, gcc-internal-format, gfc-internal-format
67690 msgid "Result of exponentiation at %L exceeds the range of %s"
67691 msgstr ""
67693 #: fortran/arith.cc:979 fortran/arith.cc:1004
67694 #, gcc-internal-format, gfc-internal-format
67695 msgid "Noninteger exponent in an initialization expression at %L"
67696 msgstr ""
67698 #: fortran/arith.cc:990
67699 #, gcc-internal-format, gfc-internal-format
67700 msgid "Raising a negative REAL at %L to a REAL power is prohibited"
67701 msgstr ""
67703 #: fortran/arith.cc:1018
67704 #, gcc-internal-format
67705 msgid "arith_power(): unknown type"
67706 msgstr ""
67708 #: fortran/arith.cc:1089
67709 #, gcc-internal-format
67710 msgid "compare_real(): Bad operator"
67711 msgstr ""
67713 #: fortran/arith.cc:1124
67714 #, gcc-internal-format
67715 msgid "gfc_compare_expr(): Bad basic type"
67716 msgstr ""
67718 #: fortran/arith.cc:1707
67719 #, gcc-internal-format
67720 msgid "eval_intrinsic(): Bad operator"
67721 msgstr ""
67723 #: fortran/arith.cc:1766
67724 #, gcc-internal-format
67725 msgid "eval_type_intrinsic0(): op NULL"
67726 msgstr ""
67728 #: fortran/arith.cc:2028
67729 #, gcc-internal-format, gfc-internal-format
67730 msgid "Arithmetic OK converting %s to %s at %L"
67731 msgstr ""
67733 #: fortran/arith.cc:2032
67734 #, gcc-internal-format
67735 msgid ""
67736 "Arithmetic overflow converting %s to %s at %L. This check can be disabled "
67737 "with the option %<-fno-range-check%>"
67738 msgstr ""
67740 #: fortran/arith.cc:2037
67741 #, gcc-internal-format
67742 msgid ""
67743 "Arithmetic underflow converting %s to %s at %L. This check can be disabled "
67744 "with the option %<-fno-range-check%>"
67745 msgstr ""
67747 #: fortran/arith.cc:2042
67748 #, gcc-internal-format
67749 msgid ""
67750 "Arithmetic NaN converting %s to %s at %L. This check can be disabled with "
67751 "the option %<-fno-range-check%>"
67752 msgstr ""
67754 #: fortran/arith.cc:2047
67755 #, gcc-internal-format, gfc-internal-format
67756 msgid "Division by zero converting %s to %s at %L"
67757 msgstr ""
67759 #: fortran/arith.cc:2051
67760 #, gcc-internal-format, gfc-internal-format
67761 msgid "Array operands are incommensurate converting %s to %s at %L"
67762 msgstr ""
67764 #: fortran/arith.cc:2055
67765 #, gcc-internal-format, gfc-internal-format
67766 msgid ""
67767 "Integer outside symmetric range implied by Standard Fortran converting %s to "
67768 "%s at %L"
67769 msgstr ""
67771 #: fortran/arith.cc:2145 fortran/arith.cc:2264 fortran/arith.cc:2327
67772 #: fortran/arith.cc:2382 fortran/arith.cc:2445 fortran/arith.cc:2517
67773 #: fortran/arith.cc:2587
67774 #, gcc-internal-format
67775 msgid "Conversion from %qs to %qs at %L"
67776 msgstr ""
67778 #: fortran/arith.cc:2177 fortran/arith.cc:2213 fortran/arith.cc:2255
67779 #: fortran/arith.cc:2317 fortran/arith.cc:2372 fortran/arith.cc:2435
67780 #: fortran/arith.cc:2507 fortran/arith.cc:2579
67781 #, gcc-internal-format
67782 msgid "Change of value in conversion from %qs to %qs at %L"
67783 msgstr ""
67785 #: fortran/arith.cc:2421 fortran/arith.cc:2493
67786 #, gcc-internal-format
67787 msgid "Non-zero imaginary part discarded in conversion from %qs to %qs at %L"
67788 msgstr ""
67790 #: fortran/arith.cc:2672
67791 #, gcc-internal-format
67792 msgid "The Hollerith constant at %L is truncated in conversion to %qs"
67793 msgstr ""
67795 #: fortran/arith.cc:2701
67796 #, gcc-internal-format, gfc-internal-format
67797 msgid "The character constant at %L is truncated in conversion to %s"
67798 msgstr ""
67800 #: fortran/array.cc:98 fortran/array.cc:130 fortran/array.cc:158
67801 #, gcc-internal-format, gfc-internal-format
67802 msgid "Invalid BOZ literal constant used in subscript at %C"
67803 msgstr ""
67805 #: fortran/array.cc:103
67806 #, gcc-internal-format, gfc-internal-format
67807 msgid "Expected array subscript at %C"
67808 msgstr ""
67810 #: fortran/array.cc:112
67811 #, gcc-internal-format
67812 msgid "Unexpected %<*%> in coarray subscript at %C"
67813 msgstr ""
67815 #: fortran/array.cc:139
67816 #, gcc-internal-format, gfc-internal-format
67817 msgid "Missing lower bound in assumed size coarray specification at %C"
67818 msgstr ""
67820 #: fortran/array.cc:149
67821 #, gcc-internal-format, gfc-internal-format
67822 msgid "Strides not allowed in coarray subscript at %C"
67823 msgstr ""
67825 #: fortran/array.cc:163
67826 #, gcc-internal-format, gfc-internal-format
67827 msgid "Expected array subscript stride at %C"
67828 msgstr ""
67830 #: fortran/array.cc:223
67831 #, gcc-internal-format, gfc-internal-format
67832 msgid "Invalid form of array reference at %C"
67833 msgstr ""
67835 #: fortran/array.cc:230
67836 #, gcc-internal-format, gfc-internal-format
67837 msgid "Array reference at %C has more than 7 dimensions"
67838 msgstr ""
67840 #: fortran/array.cc:233 fortran/array.cc:334
67841 #, gcc-internal-format, gfc-internal-format
67842 msgid "Array reference at %C cannot have more than %d dimensions"
67843 msgstr ""
67845 #: fortran/array.cc:248 fortran/array.cc:716 fortran/check.cc:3418
67846 #: fortran/check.cc:5941 fortran/check.cc:5986 fortran/check.cc:6028
67847 #: fortran/check.cc:6055 fortran/check.cc:6318 fortran/match.cc:1852
67848 #: fortran/match.cc:3314 fortran/match.cc:3656 fortran/match.cc:3852
67849 #: fortran/simplify.cc:3012 fortran/simplify.cc:3042 fortran/simplify.cc:6364
67850 #: fortran/simplify.cc:8385
67851 #, gcc-internal-format
67852 msgid "Coarrays disabled at %C, use %<-fcoarray=%> to enable"
67853 msgstr ""
67855 #: fortran/array.cc:254
67856 #, gcc-internal-format, gfc-internal-format
67857 msgid "Unexpected coarray designator at %C"
67858 msgstr ""
67860 #: fortran/array.cc:276
67861 #, gcc-internal-format, gfc-internal-format
67862 msgid "TEAM= attribute in %C misplaced"
67863 msgstr ""
67865 #: fortran/array.cc:288
67866 #, gcc-internal-format, gfc-internal-format
67867 msgid "STAT= attribute in %C misplaced"
67868 msgstr ""
67870 #: fortran/array.cc:297
67871 #, gcc-internal-format, gfc-internal-format
67872 msgid "Too few codimensions at %C, expected %d not %d"
67873 msgstr ""
67875 #: fortran/array.cc:303
67876 #, gcc-internal-format, gfc-internal-format
67877 msgid "Too many codimensions at %C, expected %d not %d"
67878 msgstr ""
67880 #: fortran/array.cc:313 fortran/array.cc:321
67881 #, gcc-internal-format
67882 msgid "Unexpected %<*%> for codimension %d of %d at %C"
67883 msgstr ""
67885 #: fortran/array.cc:316
67886 #, gcc-internal-format, gfc-internal-format
67887 msgid "Invalid form of coarray reference at %C"
67888 msgstr ""
67890 #: fortran/array.cc:328
67891 #, gcc-internal-format, gfc-internal-format
67892 msgid "Invalid codimension %d at %C, only %d codimensions exist"
67893 msgstr ""
67895 #: fortran/array.cc:392
67896 #, gcc-internal-format
67897 msgid "Variable %qs at %L in this context must be constant"
67898 msgstr ""
67900 #: fortran/array.cc:395
67901 #, gcc-internal-format, gfc-internal-format
67902 msgid "Expression at %L in this context must be constant"
67903 msgstr ""
67905 #. F2018:R821: "assumed-implied-spec  is  [ lower-bound : ] *".
67906 #: fortran/array.cc:497
67907 #, gcc-internal-format, gfc-internal-format
67908 msgid ""
67909 "A lower bound must precede colon in assumed-size array specification at %L"
67910 msgstr ""
67912 #: fortran/array.cc:509
67913 #, gcc-internal-format, gfc-internal-format
67914 msgid "Expected expression in array specification at %C"
67915 msgstr ""
67917 #: fortran/array.cc:522 fortran/array.cc:554
67918 #, gcc-internal-format, gfc-internal-format
67919 msgid "Expecting a scalar INTEGER expression at %C, found %s"
67920 msgstr ""
67922 #: fortran/array.cc:591
67923 #, gcc-internal-format, gfc-internal-format
67924 msgid "Assumed-rank array at %C"
67925 msgstr ""
67927 #: fortran/array.cc:625
67928 #, gcc-internal-format, gfc-internal-format
67929 msgid "Bad array specification for implied-shape array at %C"
67930 msgstr ""
67932 #: fortran/array.cc:641 fortran/array.cc:754
67933 #, gcc-internal-format, gfc-internal-format
67934 msgid "Bad array specification for an explicitly shaped array at %C"
67935 msgstr ""
67937 #: fortran/array.cc:651 fortran/array.cc:764
67938 #, gcc-internal-format, gfc-internal-format
67939 msgid "Bad array specification for assumed shape array at %C"
67940 msgstr ""
67942 #: fortran/array.cc:665 fortran/array.cc:778
67943 #, gcc-internal-format, gfc-internal-format
67944 msgid "Bad specification for deferred shape array at %C"
67945 msgstr ""
67947 #: fortran/array.cc:675 fortran/array.cc:782
67948 #, gcc-internal-format, gfc-internal-format
67949 msgid "Bad specification for assumed size array at %C"
67950 msgstr ""
67952 #: fortran/array.cc:687 fortran/array.cc:794
67953 #, gcc-internal-format, gfc-internal-format
67954 msgid "Expected another dimension in array declaration at %C"
67955 msgstr ""
67957 #: fortran/array.cc:693 fortran/array.cc:722 fortran/array.cc:800
67958 #, gcc-internal-format, gfc-internal-format
67959 msgid "Array specification at %C has more than %d dimensions"
67960 msgstr ""
67962 #: fortran/array.cc:699
67963 #, gcc-internal-format, gfc-internal-format
67964 msgid "Array specification at %C with more than 7 dimensions"
67965 msgstr ""
67967 #: fortran/array.cc:711
67968 #, gcc-internal-format, gfc-internal-format
67969 msgid "Coarray declaration at %C"
67970 msgstr ""
67972 #: fortran/array.cc:808
67973 #, gcc-internal-format
67974 msgid "Upper bound of last coarray dimension must be %<*%> at %C"
67975 msgstr ""
67977 #: fortran/array.cc:882
67978 #, gcc-internal-format
67979 msgid "The assumed-rank array %qs at %L shall not have a codimension"
67980 msgstr ""
67982 #: fortran/array.cc:938
67983 #, gcc-internal-format
67984 msgid "rank + corank of %qs exceeds %d at %C"
67985 msgstr ""
67987 #: fortran/array.cc:1061
67988 #, gcc-internal-format
67989 msgid "DO-iterator %qs at %L is inside iterator of the same name"
67990 msgstr ""
67992 #: fortran/array.cc:1153 fortran/array.cc:1381
67993 #, gcc-internal-format, gfc-internal-format
67994 msgid "Syntax error in array constructor at %C"
67995 msgstr ""
67997 #: fortran/array.cc:1183
67998 #, gcc-internal-format, gfc-internal-format
67999 msgid "BOZ literal constant at %L cannot appear in an array constructor"
68000 msgstr ""
68002 #: fortran/array.cc:1192
68003 #, gcc-internal-format, gfc-internal-format
68004 msgid "NULL() at %C cannot appear in an array constructor"
68005 msgstr ""
68007 #: fortran/array.cc:1254
68008 #, gcc-internal-format, gfc-internal-format
68009 msgid "[...] style array constructors at %C"
68010 msgstr ""
68012 #: fortran/array.cc:1274
68013 #, gcc-internal-format, gfc-internal-format
68014 msgid "Array constructor including type specification at %C"
68015 msgstr ""
68017 #: fortran/array.cc:1280 fortran/match.cc:4288
68018 #, gcc-internal-format, gfc-internal-format
68019 msgid "Type-spec at %L cannot contain a deferred type parameter"
68020 msgstr ""
68022 #: fortran/array.cc:1288
68023 #, gcc-internal-format, gfc-internal-format
68024 msgid "Type-spec at %L cannot contain an asterisk for a type parameter"
68025 msgstr ""
68027 #: fortran/array.cc:1306
68028 #, gcc-internal-format, gfc-internal-format
68029 msgid "Empty array constructor at %C is not allowed"
68030 msgstr ""
68032 #: fortran/array.cc:1343 fortran/array.cc:1353
68033 #, gcc-internal-format, gfc-internal-format
68034 msgid "Incompatible typespec for array element at %L"
68035 msgstr ""
68037 #: fortran/array.cc:1428
68038 #, gcc-internal-format, gfc-internal-format
68039 msgid "Element in %s array constructor at %L is %s"
68040 msgstr ""
68042 #: fortran/array.cc:1759
68043 #, gcc-internal-format, gfc-internal-format
68044 msgid "Iterator step at %L cannot be zero"
68045 msgstr ""
68047 #: fortran/array.cc:1918
68048 #, gcc-internal-format
68049 msgid ""
68050 "The number of elements in the array constructor at %L requires an increase "
68051 "of the allowed %d upper limit.   See %<-fmax-array-constructor%> option"
68052 msgstr ""
68054 #: fortran/array.cc:2097
68055 #, gcc-internal-format, gfc-internal-format
68056 msgid "AC-IMPLIED-DO initial expression references control variable at %L"
68057 msgstr ""
68059 #: fortran/array.cc:2104
68060 #, gcc-internal-format, gfc-internal-format
68061 msgid "AC-IMPLIED-DO final expression references control variable at %L"
68062 msgstr ""
68064 #: fortran/array.cc:2111
68065 #, gcc-internal-format, gfc-internal-format
68066 msgid "AC-IMPLIED-DO step expression references control variable at %L"
68067 msgstr ""
68069 #: fortran/array.cc:2123
68070 #, gcc-internal-format, gfc-internal-format
68071 msgid ""
68072 "Array constructor value at %L shall not be unlimited polymorphic [F2008: "
68073 "C4106]"
68074 msgstr ""
68076 #: fortran/array.cc:2215
68077 #, gcc-internal-format, gfc-internal-format
68078 msgid "Different CHARACTER lengths (%ld/%ld) in array constructor at %L"
68079 msgstr ""
68081 #: fortran/array.cc:2336
68082 #, gcc-internal-format
68083 msgid "spec_dimen_size(): Bad dimension"
68084 msgstr ""
68086 #: fortran/array.cc:2402
68087 #, gcc-internal-format
68088 msgid "gfc_ref_dimen_size(): Bad dimension"
68089 msgstr ""
68091 #: fortran/array.cc:2406
68092 #, gcc-internal-format, gfc-internal-format
68093 msgid "Bad array dimension at %L"
68094 msgstr ""
68096 #: fortran/array.cc:2544
68097 #, gcc-internal-format
68098 msgid "gfc_ref_dimen_size(): Bad dimen_type"
68099 msgstr ""
68101 #: fortran/array.cc:2595
68102 #, gcc-internal-format
68103 msgid "gfc_array_dimen_size(): Bad dimension"
68104 msgstr ""
68106 #: fortran/array.cc:2640
68107 #, gcc-internal-format
68108 msgid "gfc_array_dimen_size(): Bad EXPR_ARRAY expr"
68109 msgstr ""
68111 #: fortran/array.cc:2788
68112 #, gcc-internal-format
68113 msgid "gfc_find_array_ref(): No ref found"
68114 msgstr ""
68116 #. if (c == 0)
68117 #: fortran/bbt.cc:119
68118 #, gcc-internal-format
68119 msgid "insert_bbt(): Duplicate key found"
68120 msgstr ""
68122 #: fortran/check.cc:87
68123 #, gcc-internal-format
68124 msgid "BOZ literal constant at %L cannot be an actual argument to %qs"
68125 msgstr ""
68127 #: fortran/check.cc:103
68128 #, gcc-internal-format
68129 msgid "Arguments of %qs at %L and %L cannot both be BOZ literal constants"
68130 msgstr ""
68132 #: fortran/check.cc:123 fortran/resolve.cc:11138
68133 #, gcc-internal-format, gfc-internal-format
68134 msgid "Invalid use of BOZ literal constant at %L"
68135 msgstr ""
68137 #: fortran/check.cc:371
68138 #, gcc-internal-format, gfc-internal-format
68139 msgid "Failure in conversion of BOZ to REAL at %L"
68140 msgstr ""
68142 #: fortran/check.cc:477
68143 #, gcc-internal-format
68144 msgid "%qs argument of %qs intrinsic at %L must be a scalar"
68145 msgstr ""
68147 #: fortran/check.cc:493
68148 #, gcc-internal-format
68149 msgid "%qs argument of %qs intrinsic at %L must be %s"
68150 msgstr ""
68152 #: fortran/check.cc:527
68153 #, gcc-internal-format
68154 msgid "%qs argument of %qs intrinsic at %L must have a numeric type"
68155 msgstr ""
68157 #: fortran/check.cc:542 fortran/check.cc:572
68158 #, gcc-internal-format
68159 msgid "%qs argument of %qs intrinsic at %L must be INTEGER or REAL"
68160 msgstr ""
68162 #: fortran/check.cc:560
68163 #, gcc-internal-format
68164 msgid "Fortran 2003: Character for %qs argument of %qs intrinsic at %L"
68165 msgstr ""
68167 #: fortran/check.cc:567
68168 #, gcc-internal-format
68169 msgid ""
68170 "%qs argument of %qs intrinsic at %L must be INTEGER or REAL or CHARACTER"
68171 msgstr ""
68173 #: fortran/check.cc:590 fortran/check.cc:3373
68174 #, gcc-internal-format
68175 msgid "%qs argument of %qs intrinsic at %L must be of intrinsic type"
68176 msgstr ""
68178 #: fortran/check.cc:605
68179 #, gcc-internal-format
68180 msgid "%qs argument of %qs intrinsic at %L must be REAL or COMPLEX"
68181 msgstr ""
68183 #: fortran/check.cc:622
68184 #, gcc-internal-format
68185 msgid "%qs argument of %qs intrinsic at %L must be INTEGER or PROCEDURE"
68186 msgstr ""
68188 #: fortran/check.cc:651 fortran/check.cc:7526
68189 #, gcc-internal-format
68190 msgid "%qs argument of %qs intrinsic at %L must be a constant"
68191 msgstr ""
68193 #: fortran/check.cc:660
68194 #, gcc-internal-format, gfc-internal-format
68195 msgid "Invalid kind for %s at %L"
68196 msgstr ""
68198 #: fortran/check.cc:679
68199 #, gcc-internal-format
68200 msgid "%qs argument of %qs intrinsic at %L must be double precision"
68201 msgstr ""
68203 #: fortran/check.cc:702
68204 #, gcc-internal-format
68205 msgid "Expected coarray variable as %qs argument to the %s intrinsic at %L"
68206 msgstr ""
68208 #: fortran/check.cc:719
68209 #, gcc-internal-format
68210 msgid "%qs argument of %qs intrinsic at %L must be a logical array"
68211 msgstr ""
68213 #: fortran/check.cc:744
68214 #, gcc-internal-format
68215 msgid "%qs argument of %qs intrinsic at %L must be an array"
68216 msgstr ""
68218 #: fortran/check.cc:765
68219 #, gcc-internal-format
68220 msgid "%qs at %L must be nonnegative"
68221 msgstr ""
68223 #: fortran/check.cc:786
68224 #, gcc-internal-format
68225 msgid "%qs argument of %qs intrinsic at %L must be positive"
68226 msgstr ""
68228 #: fortran/check.cc:819
68229 #, gcc-internal-format
68230 msgid ""
68231 "The absolute value of SHIFT at %L must be less than or equal to BIT_SIZE(%qs)"
68232 msgstr ""
68234 #: fortran/check.cc:830
68235 #, gcc-internal-format
68236 msgid "%qs at %L must be less than or equal to BIT_SIZE(%qs)"
68237 msgstr ""
68239 #: fortran/check.cc:840
68240 #, gcc-internal-format
68241 msgid "%qs at %L must be less than BIT_SIZE(%qs)"
68242 msgstr ""
68244 #: fortran/check.cc:867
68245 #, gcc-internal-format
68246 msgid ""
68247 "%qs at %L must be less than or equal to the BIT_SIZE of INTEGER(KIND=%d)"
68248 msgstr ""
68250 #: fortran/check.cc:893
68251 #, gcc-internal-format
68252 msgid "%<%s + %s%> at %L must be less than or equal to BIT_SIZE(%qs)"
68253 msgstr ""
68255 #: fortran/check.cc:926
68256 #, gcc-internal-format
68257 msgid ""
68258 "%qs argument of %qs intrinsic at %L must be the same type and kind as %qs"
68259 msgstr ""
68261 #: fortran/check.cc:943
68262 #, gcc-internal-format
68263 msgid "%qs argument of %qs intrinsic at %L must be of rank %d"
68264 msgstr ""
68266 #: fortran/check.cc:958
68267 #, gcc-internal-format
68268 msgid "%qs argument of %qs intrinsic at %L must not be OPTIONAL"
68269 msgstr ""
68271 #: fortran/check.cc:980
68272 #, gcc-internal-format
68273 msgid "%qs argument of %qs intrinsic at %L must be ALLOCATABLE"
68274 msgstr ""
68276 #: fortran/check.cc:998
68277 #, gcc-internal-format
68278 msgid "%qs argument of %qs intrinsic at %L must be of kind %d"
68279 msgstr ""
68281 #: fortran/check.cc:1017
68282 #, gcc-internal-format
68283 msgid "%qs argument of %qs intrinsic at %L cannot be INTENT(IN)"
68284 msgstr ""
68286 #: fortran/check.cc:1044
68287 #, gcc-internal-format
68288 msgid "%qs argument of %qs intrinsic at %L must be a variable"
68289 msgstr ""
68291 #: fortran/check.cc:1093
68292 #, gcc-internal-format
68293 msgid ""
68294 "%<dim%> argument of %qs intrinsic at %L is not a valid codimension index"
68295 msgstr ""
68297 #: fortran/check.cc:1145
68298 #, gcc-internal-format
68299 msgid "%<dim%> argument of %qs intrinsic at %L is not a valid dimension index"
68300 msgstr ""
68302 #: fortran/check.cc:1248
68303 #, gcc-internal-format, gfc-internal-format
68304 msgid "Unequal character lengths (%ld/%ld) in %s at %L"
68305 msgstr ""
68307 #: fortran/check.cc:1305
68308 #, gcc-internal-format, gfc-internal-format
68309 msgid "BOZ literal constant at %L cannot appear in ACHAR intrinsic subprogram"
68310 msgstr ""
68312 #: fortran/check.cc:1396
68313 #, gcc-internal-format
68314 msgid "%qs and %qs arguments of %qs intrinsic at %L must have the same type"
68315 msgstr ""
68317 #: fortran/check.cc:1405 fortran/check.cc:3690
68318 #, gcc-internal-format, gfc-internal-format
68319 msgid "Different type kinds at %L"
68320 msgstr ""
68322 #: fortran/check.cc:1428
68323 #, gcc-internal-format
68324 msgid ""
68325 "NULL at %L is not permitted as actual argument to %qs intrinsic function"
68326 msgstr ""
68328 #: fortran/check.cc:1450
68329 #, gcc-internal-format
68330 msgid "%qs argument of %qs intrinsic at %L must be a POINTER"
68331 msgstr ""
68333 #: fortran/check.cc:1459 fortran/check.cc:1494 fortran/check.cc:4382
68334 #, gcc-internal-format
68335 msgid "%qs argument of %qs intrinsic at %L shall not be coindexed"
68336 msgstr ""
68338 #: fortran/check.cc:1476
68339 #, gcc-internal-format
68340 msgid ""
68341 "%qs argument of %qs intrinsic at %L must be a pointer or target VARIABLE or "
68342 "FUNCTION"
68343 msgstr ""
68345 #: fortran/check.cc:1485
68346 #, gcc-internal-format
68347 msgid "%qs argument of %qs intrinsic at %L must be a POINTER or a TARGET"
68348 msgstr ""
68350 #: fortran/check.cc:1512
68351 #, gcc-internal-format, gfc-internal-format
68352 msgid ""
68353 "Array section with a vector subscript at %L shall not be the target of a "
68354 "pointer"
68355 msgstr ""
68357 #: fortran/check.cc:1559
68358 #, gcc-internal-format, gfc-internal-format
68359 msgid ""
68360 "ATOM argument at %L to intrinsic function %s shall be an integer of "
68361 "ATOMIC_INT_KIND or a logical of ATOMIC_LOGICAL_KIND"
68362 msgstr ""
68364 #: fortran/check.cc:1567
68365 #, gcc-internal-format, gfc-internal-format
68366 msgid ""
68367 "ATOM argument at %L of the %s intrinsic function shall be a coarray or "
68368 "coindexed"
68369 msgstr ""
68371 #: fortran/check.cc:1574
68372 #, gcc-internal-format
68373 msgid ""
68374 "%qs argument of %qs intrinsic at %L shall have the same type as %qs at %L"
68375 msgstr ""
68377 #: fortran/check.cc:1592 fortran/check.cc:1805
68378 #, gcc-internal-format, gfc-internal-format
68379 msgid "STAT= argument to %s at %L"
68380 msgstr ""
68382 #: fortran/check.cc:1611 fortran/check.cc:1745 fortran/check.cc:1842
68383 #, gcc-internal-format, gfc-internal-format
68384 msgid "ATOM argument of the %s intrinsic function at %L shall be definable"
68385 msgstr ""
68387 #: fortran/check.cc:1625 fortran/check.cc:1825
68388 #, gcc-internal-format, gfc-internal-format
68389 msgid ""
68390 "ATOM argument at %L to intrinsic function %s shall be an integer of "
68391 "ATOMIC_INT_KIND"
68392 msgstr ""
68394 #: fortran/check.cc:1645
68395 #, gcc-internal-format, gfc-internal-format
68396 msgid "VALUE argument of the %s intrinsic function at %L shall be definable"
68397 msgstr ""
68399 #: fortran/check.cc:1664 fortran/check.cc:1678 fortran/check.cc:1713
68400 #, gcc-internal-format
68401 msgid "%qs argument of %qs intrinsic at %L not yet supported"
68402 msgstr ""
68404 #: fortran/check.cc:1698
68405 #, gcc-internal-format
68406 msgid "%qs argument of %qs intrinsic at %L shall specify a valid integer kind"
68407 msgstr ""
68409 #: fortran/check.cc:1752 fortran/check.cc:1849
68410 #, gcc-internal-format, gfc-internal-format
68411 msgid "OLD argument of the %s intrinsic function at %L shall be definable"
68412 msgstr ""
68414 #: fortran/check.cc:1767
68415 #, gcc-internal-format, gfc-internal-format
68416 msgid ""
68417 "EVENT argument at %L to the intrinsic EVENT_QUERY shall be of type EVENT_TYPE"
68418 msgstr ""
68420 #: fortran/check.cc:1777
68421 #, gcc-internal-format, gfc-internal-format
68422 msgid ""
68423 "COUNT argument of the EVENT_QUERY intrinsic function at %L shall be definable"
68424 msgstr ""
68426 #: fortran/check.cc:1790
68427 #, gcc-internal-format, gfc-internal-format
68428 msgid ""
68429 "COUNT argument of the EVENT_QUERY intrinsic function at %L shall have at "
68430 "least the range of the default integer"
68431 msgstr ""
68433 #: fortran/check.cc:1869
68434 #, gcc-internal-format, gfc-internal-format
68435 msgid "Negative argument N at %L"
68436 msgstr ""
68438 #: fortran/check.cc:1967
68439 #, gcc-internal-format, gfc-internal-format
68440 msgid "BOZ literal constant at %L cannot appear in CHAR intrinsic subprogram"
68441 msgstr ""
68443 #: fortran/check.cc:2091 fortran/check.cc:2581
68444 #, gcc-internal-format
68445 msgid ""
68446 "%qs argument of %qs intrinsic at %L must not be present if %<x%> is COMPLEX"
68447 msgstr ""
68449 #: fortran/check.cc:2100 fortran/check.cc:2590
68450 #, gcc-internal-format
68451 msgid ""
68452 "%qs argument of %qs intrinsic at %L must have a type of either REAL or "
68453 "INTEGER"
68454 msgstr ""
68456 #: fortran/check.cc:2110 fortran/check.cc:2116
68457 #, gcc-internal-format, gfc-internal-format
68458 msgid ""
68459 "Conversion from %s to default-kind COMPLEX(%d) at %L might lose precision, "
68460 "consider using the KIND argument"
68461 msgstr ""
68463 #: fortran/check.cc:2138
68464 #, gcc-internal-format
68465 msgid ""
68466 "Argument %<A%> with INTENT(INOUT) at %L of the intrinsic subroutine %s shall "
68467 "not have a vector subscript"
68468 msgstr ""
68470 #: fortran/check.cc:2146
68471 #, gcc-internal-format, gfc-internal-format
68472 msgid "The A argument at %L to the intrinsic %s shall not be coindexed"
68473 msgstr ""
68475 #: fortran/check.cc:2169
68476 #, gcc-internal-format, gfc-internal-format
68477 msgid "The stat= argument at %L must be a kind=4 integer variable"
68478 msgstr ""
68480 #: fortran/check.cc:2185
68481 #, gcc-internal-format, gfc-internal-format
68482 msgid "The errmsg= argument at %L must be a default-kind character variable"
68483 msgstr ""
68485 #: fortran/check.cc:2193
68486 #, gcc-internal-format
68487 msgid "Coarrays disabled at %L, use %<-fcoarray=%> to enable"
68488 msgstr ""
68490 #: fortran/check.cc:2208
68491 #, gcc-internal-format, gfc-internal-format
68492 msgid ""
68493 "Support for the A argument at %L which is polymorphic A argument or has "
68494 "allocatable components is not yet implemented"
68495 msgstr ""
68497 #: fortran/check.cc:2227
68498 #, gcc-internal-format, gfc-internal-format
68499 msgid "The A argument at %L of CO_REDUCE shall not be polymorphic"
68500 msgstr ""
68502 #: fortran/check.cc:2234
68503 #, gcc-internal-format, gfc-internal-format
68504 msgid ""
68505 "Support for the A argument at %L with allocatable components is not yet "
68506 "implemented"
68507 msgstr ""
68509 #: fortran/check.cc:2248
68510 #, gcc-internal-format, gfc-internal-format
68511 msgid "OPERATION argument at %L must be a PURE function"
68512 msgstr ""
68514 #. None of the intrinsics fulfills the criteria of taking two arguments,
68515 #. returning the same type and kind as the arguments and being permitted
68516 #. as actual argument.
68517 #: fortran/check.cc:2258
68518 #, gcc-internal-format, gfc-internal-format
68519 msgid "Intrinsic function %s at %L is not permitted for CO_REDUCE"
68520 msgstr ""
68522 #: fortran/check.cc:2275
68523 #, gcc-internal-format, gfc-internal-format
68524 msgid "The function passed as OPERATION at %L shall have two arguments"
68525 msgstr ""
68527 #: fortran/check.cc:2285
68528 #, gcc-internal-format, gfc-internal-format
68529 msgid ""
68530 "The A argument at %L has type %s but the function passed as OPERATION at %L "
68531 "returns %s"
68532 msgstr ""
68534 #: fortran/check.cc:2294
68535 #, gcc-internal-format, gfc-internal-format
68536 msgid ""
68537 "The function passed as OPERATION at %L has arguments of type %s and %s but "
68538 "shall have type %s"
68539 msgstr ""
68541 #: fortran/check.cc:2305
68542 #, gcc-internal-format, gfc-internal-format
68543 msgid ""
68544 "The function passed as OPERATION at %L shall have scalar nonallocatable "
68545 "nonpointer arguments and return a nonallocatable nonpointer scalar"
68546 msgstr ""
68548 #: fortran/check.cc:2313
68549 #, gcc-internal-format, gfc-internal-format
68550 msgid ""
68551 "The function passed as OPERATION at %L shall have the VALUE attribute either "
68552 "for none or both arguments"
68553 msgstr ""
68555 #: fortran/check.cc:2320
68556 #, gcc-internal-format, gfc-internal-format
68557 msgid ""
68558 "The function passed as OPERATION at %L shall have the TARGET attribute "
68559 "either for none or both arguments"
68560 msgstr ""
68562 #: fortran/check.cc:2327
68563 #, gcc-internal-format, gfc-internal-format
68564 msgid ""
68565 "The function passed as OPERATION at %L shall have the ASYNCHRONOUS attribute "
68566 "either for none or both arguments"
68567 msgstr ""
68569 #: fortran/check.cc:2335
68570 #, gcc-internal-format, gfc-internal-format
68571 msgid ""
68572 "The function passed as OPERATION at %L shall not have the OPTIONAL attribute "
68573 "for either of the arguments"
68574 msgstr ""
68576 #: fortran/check.cc:2365
68577 #, gcc-internal-format, gfc-internal-format
68578 msgid ""
68579 "The character length of the A argument at %L and of the arguments of the "
68580 "OPERATION at %L shall be the same"
68581 msgstr ""
68583 #: fortran/check.cc:2372
68584 #, gcc-internal-format, gfc-internal-format
68585 msgid ""
68586 "The character length of the A argument at %L and of the function result of "
68587 "the OPERATION at %L shall be the same"
68588 msgstr ""
68590 #: fortran/check.cc:2390
68591 #, gcc-internal-format
68592 msgid ""
68593 "%qs argument of %qs intrinsic at %L shall be of type integer, real or "
68594 "character"
68595 msgstr ""
68597 #: fortran/check.cc:2418 fortran/check.cc:2432
68598 #, gcc-internal-format, gfc-internal-format
68599 msgid "BOZ constant at %L cannot appear in the COMPLEX intrinsic subprogram"
68600 msgstr ""
68602 #: fortran/check.cc:2469 fortran/check.cc:3099 fortran/check.cc:3182
68603 #: fortran/check.cc:3404 fortran/check.cc:3452 fortran/check.cc:4927
68604 #: fortran/check.cc:5052 fortran/check.cc:5122 fortran/check.cc:6304
68605 #: fortran/check.cc:6435
68606 #, gcc-internal-format
68607 msgid "%qs intrinsic with KIND argument at %L"
68608 msgstr ""
68610 #: fortran/check.cc:2516 fortran/check.cc:2785 fortran/check.cc:2845
68611 #, gcc-internal-format
68612 msgid ""
68613 "%qs argument of %qs intrinsic at %L has invalid shape in dimension %d (%ld/"
68614 "%ld)"
68615 msgstr ""
68617 #: fortran/check.cc:2531 fortran/check.cc:2800 fortran/check.cc:2860
68618 #, gcc-internal-format
68619 msgid "%qs argument of intrinsic %qs at %L of must have rank %d or be a scalar"
68620 msgstr ""
68622 #: fortran/check.cc:2643 fortran/check.cc:3784 fortran/check.cc:3792
68623 #, gcc-internal-format
68624 msgid "%qs argument of %qs intrinsic at %L must be numeric or LOGICAL"
68625 msgstr ""
68627 #: fortran/check.cc:2657
68628 #, gcc-internal-format
68629 msgid ""
68630 "Different shape for arguments %qs and %qs at %L for intrinsic %<dot_product%>"
68631 msgstr ""
68633 #: fortran/check.cc:2677 fortran/check.cc:2685
68634 #, gcc-internal-format
68635 msgid "%qs argument of %qs intrinsic at %L must be default real"
68636 msgstr ""
68638 #: fortran/check.cc:2821
68639 #, gcc-internal-format
68640 msgid "%qs must be of same type and kind as %qs at %L in %qs"
68641 msgstr ""
68643 #: fortran/check.cc:2879
68644 #, gcc-internal-format
68645 msgid "Missing %qs argument to %qs intrinsic at %L for %qs of type %qs"
68646 msgstr ""
68648 #: fortran/check.cc:2897
68649 #, gcc-internal-format, gfc-internal-format
68650 msgid ""
68651 "BOZ literal constant at %L cannot appear in the FLOAT intrinsic subprogram"
68652 msgstr ""
68654 #: fortran/check.cc:2911
68655 #, gcc-internal-format, gfc-internal-format
68656 msgid "non-default INTEGER kind argument to %s intrinsic at %L"
68657 msgstr ""
68659 #: fortran/check.cc:2972
68660 #, gcc-internal-format
68661 msgid "COMPLEX argument %qs of %qs intrinsic at %L"
68662 msgstr ""
68664 #: fortran/check.cc:3054
68665 #, gcc-internal-format
68666 msgid "Arguments of %qs have different kind type parameters at %L"
68667 msgstr ""
68669 #: fortran/check.cc:3150
68670 #, gcc-internal-format, gfc-internal-format
68671 msgid "Argument of %s at %L must be of length one"
68672 msgstr ""
68674 #: fortran/check.cc:3189
68675 #, gcc-internal-format
68676 msgid "%qs argument of %qs intrinsic at %L must be the same kind as %qs"
68677 msgstr ""
68679 #: fortran/check.cc:3223
68680 #, gcc-internal-format
68681 msgid ""
68682 "%qs intrinsic subprogram at %L has been removed.  Use INT intrinsic "
68683 "subprogram."
68684 msgstr ""
68686 #: fortran/check.cc:3275
68687 #, gcc-internal-format, gfc-internal-format
68688 msgid "SIZE at %L must be positive"
68689 msgstr ""
68691 #: fortran/check.cc:3287
68692 #, gcc-internal-format, gfc-internal-format
68693 msgid ""
68694 "The absolute value of SHIFT at %L must be less than or equal to SIZE at %L"
68695 msgstr ""
68697 #: fortran/check.cc:3346
68698 #, gcc-internal-format, gfc-internal-format
68699 msgid "STATUS at %L shall be an INTENT(OUT) variable"
68700 msgstr ""
68702 #: fortran/check.cc:3355
68703 #, gcc-internal-format
68704 msgid "%qs at %L shall be an INTENT(OUT) variable"
68705 msgstr ""
68707 #: fortran/check.cc:3380
68708 #, gcc-internal-format
68709 msgid "%qs argument of %qs intrinsic at %L must be a data entity"
68710 msgstr ""
68712 #: fortran/check.cc:3594
68713 #, gcc-internal-format
68714 msgid "Intrinsic %qs at %L must have at least two arguments"
68715 msgstr ""
68717 #: fortran/check.cc:3642
68718 #, gcc-internal-format
68719 msgid "Missing %qs argument to the %s intrinsic at %L"
68720 msgstr ""
68722 #: fortran/check.cc:3657
68723 #, gcc-internal-format
68724 msgid "Duplicate argument %qs at %L to intrinsic %s"
68725 msgstr ""
68727 #: fortran/check.cc:3662
68728 #, gcc-internal-format
68729 msgid "Unknown argument %qs at %L to intrinsic %s"
68730 msgstr ""
68732 #: fortran/check.cc:3687
68733 #, gcc-internal-format, gfc-internal-format
68734 msgid "Different character kinds at %L"
68735 msgstr ""
68737 #: fortran/check.cc:3696
68738 #, gcc-internal-format
68739 msgid "%<a%d%> argument of %qs intrinsic at %L must be %s(%d)"
68740 msgstr ""
68742 #: fortran/check.cc:3727
68743 #, gcc-internal-format
68744 msgid "%qs intrinsic with CHARACTER argument at %L"
68745 msgstr ""
68747 #: fortran/check.cc:3734
68748 #, gcc-internal-format
68749 msgid ""
68750 "%<a1%> argument of %qs intrinsic at %L must be INTEGER, REAL or CHARACTER"
68751 msgstr ""
68753 #: fortran/check.cc:3801
68754 #, gcc-internal-format
68755 msgid "Argument types of %qs intrinsic at %L must match (%s/%s)"
68756 msgstr ""
68758 #: fortran/check.cc:3815
68759 #, gcc-internal-format
68760 msgid ""
68761 "Different shape on dimension 1 for arguments %qs and %qs at %L for intrinsic "
68762 "matmul"
68763 msgstr ""
68765 #: fortran/check.cc:3834
68766 #, gcc-internal-format
68767 msgid ""
68768 "Different shape on dimension 2 for argument %qs and dimension 1 for argument "
68769 "%qs at %L for intrinsic matmul"
68770 msgstr ""
68772 #: fortran/check.cc:3843
68773 #, gcc-internal-format
68774 msgid "%qs argument of %qs intrinsic at %L must be of rank 1 or 2"
68775 msgstr ""
68777 #: fortran/check.cc:4008
68778 #, gcc-internal-format
68779 msgid ""
68780 "Argument %qs of %qs intrinsic at %L must be in type conformance to argument "
68781 "%qs at %L"
68782 msgstr ""
68784 #: fortran/check.cc:4126 fortran/check.cc:7446 fortran/check.cc:7461
68785 #, gcc-internal-format
68786 msgid "%qs argument of %qs intrinsic at %L must be INTEGER"
68787 msgstr ""
68789 #: fortran/check.cc:4209
68790 #, gcc-internal-format, gfc-internal-format
68791 msgid "The FROM argument to MOVE_ALLOC at %L shall not be coindexed"
68792 msgstr ""
68794 #: fortran/check.cc:4220
68795 #, gcc-internal-format, gfc-internal-format
68796 msgid "The TO argument to MOVE_ALLOC at %L shall not be coindexed"
68797 msgstr ""
68799 #: fortran/check.cc:4227
68800 #, gcc-internal-format, gfc-internal-format
68801 msgid ""
68802 "The TO arguments in MOVE_ALLOC at %L must be polymorphic if FROM is "
68803 "polymorphic"
68804 msgstr ""
68806 #: fortran/check.cc:4238
68807 #, gcc-internal-format, gfc-internal-format
68808 msgid ""
68809 "The FROM and TO arguments of the MOVE_ALLOC intrinsic at %L must have the "
68810 "same rank %d/%d"
68811 msgstr ""
68813 #: fortran/check.cc:4247
68814 #, gcc-internal-format, gfc-internal-format
68815 msgid ""
68816 "The FROM and TO arguments of the MOVE_ALLOC intrinsic at %L must have the "
68817 "same corank %d/%d"
68818 msgstr ""
68820 #: fortran/check.cc:4287
68821 #, gcc-internal-format, gfc-internal-format
68822 msgid ""
68823 "The FROM and TO arguments at %L violate aliasing restrictions (F2003 "
68824 "12.4.1.7)"
68825 msgstr ""
68827 #: fortran/check.cc:4314
68828 #, gcc-internal-format
68829 msgid "Argument %<S%> of NEAREST at %L shall not be zero"
68830 msgstr ""
68832 #: fortran/check.cc:4367
68833 #, gcc-internal-format
68834 msgid ""
68835 "%qs argument of %qs intrinsic at %L must be a POINTER, ALLOCATABLE or "
68836 "procedure pointer"
68837 msgstr ""
68839 #: fortran/check.cc:4375
68840 #, gcc-internal-format, gfc-internal-format
68841 msgid "NULL intrinsic with allocatable MOLD at %L"
68842 msgstr ""
68844 #: fortran/check.cc:4454 fortran/check.cc:6382
68845 #, gcc-internal-format
68846 msgid ""
68847 "%qs argument of %qs intrinsic at %L must provide at least as many elements "
68848 "as there are .TRUE. values in %qs (%ld/%d)"
68849 msgstr ""
68851 #: fortran/check.cc:4515
68852 #, gcc-internal-format
68853 msgid "%qs argument of %qs intrinsic at %L must be of a dummy variable"
68854 msgstr ""
68856 #: fortran/check.cc:4525
68857 #, gcc-internal-format
68858 msgid ""
68859 "%qs argument of %qs intrinsic at %L must be of an OPTIONAL dummy variable"
68860 msgstr ""
68862 #: fortran/check.cc:4544
68863 #, gcc-internal-format
68864 msgid "%qs argument of %qs intrinsic at %L must not be a subobject of %qs"
68865 msgstr ""
68867 #: fortran/check.cc:4595
68868 #, gcc-internal-format, gfc-internal-format
68869 msgid "The argument of the RANK intrinsic at %L must be a data object"
68870 msgstr ""
68872 #: fortran/check.cc:4703
68873 #, gcc-internal-format
68874 msgid ""
68875 "%<shape%> argument of %<reshape%> intrinsic at %L must be an array of "
68876 "constant size"
68877 msgstr ""
68879 #: fortran/check.cc:4713
68880 #, gcc-internal-format
68881 msgid "%qs argument of %qs intrinsic at %L is empty"
68882 msgstr ""
68884 #: fortran/check.cc:4720
68885 #, gcc-internal-format
68886 msgid ""
68887 "%<shape%> argument of %<reshape%> intrinsic at %L has more than %d elements"
68888 msgstr ""
68890 #: fortran/check.cc:4741
68891 #, gcc-internal-format
68892 msgid "%qs argument of %qs intrinsic at %L has negative element (%d)"
68893 msgstr ""
68895 #: fortran/check.cc:4781
68896 #, gcc-internal-format
68897 msgid ""
68898 "%qs argument of %qs intrinsic at %L has wrong number of elements (%d/%d)"
68899 msgstr ""
68901 #: fortran/check.cc:4799
68902 #, gcc-internal-format
68903 msgid "%qs argument of %qs intrinsic at %L has out-of-range dimension (%d)"
68904 msgstr ""
68906 #: fortran/check.cc:4808
68907 #, gcc-internal-format
68908 msgid ""
68909 "%qs argument of %qs intrinsic at %L has invalid permutation of dimensions "
68910 "(dimension %qd duplicated)"
68911 msgstr ""
68913 #: fortran/check.cc:4843
68914 #, gcc-internal-format, gfc-internal-format
68915 msgid ""
68916 "Without padding, there are not enough elements in the intrinsic RESHAPE "
68917 "source at %L to match the shape"
68918 msgstr ""
68920 #: fortran/check.cc:4860 fortran/check.cc:4879
68921 #, gcc-internal-format
68922 msgid "%qs argument of %qs intrinsic at %L cannot be of type %s"
68923 msgstr ""
68925 #: fortran/check.cc:4870 fortran/check.cc:4889
68926 #, gcc-internal-format
68927 msgid "%qs argument of %qs intrinsic at %L must be of an extensible type"
68928 msgstr ""
68930 #: fortran/check.cc:4988
68931 #, gcc-internal-format
68932 msgid "SELECTED_REAL_KIND with neither %<P%> nor %<R%> argument at %L"
68933 msgstr ""
68935 #: fortran/check.cc:5019
68936 #, gcc-internal-format
68937 msgid "%qs intrinsic with RADIX argument at %L"
68938 msgstr ""
68940 #: fortran/check.cc:5067
68941 #, gcc-internal-format
68942 msgid ""
68943 "%<source%> argument of %<shape%> intrinsic at %L must not be an assumed size "
68944 "array"
68945 msgstr ""
68947 #: fortran/check.cc:5140 fortran/check.cc:7506
68948 #, gcc-internal-format
68949 msgid "%qs argument of %qs intrinsic at %L shall not be a procedure"
68950 msgstr ""
68952 #: fortran/check.cc:5156 fortran/check.cc:5307 fortran/check.cc:7498
68953 #, gcc-internal-format
68954 msgid "%qs argument of %qs intrinsic at %L shall not be TYPE(*)"
68955 msgstr ""
68957 #: fortran/check.cc:5167 fortran/check.cc:5319
68958 #, gcc-internal-format
68959 msgid "%qs argument of %qs intrinsic at %L shall not be an assumed-size array"
68960 msgstr ""
68962 #: fortran/check.cc:5249
68963 #, gcc-internal-format
68964 msgid "is_c_interoperable(): gfc_simplify_expr failed"
68965 msgstr ""
68967 #: fortran/check.cc:5298
68968 #, gcc-internal-format
68969 msgid ""
68970 "%qs argument of %qs intrinsic at %L must be an interoperable data entity: %s"
68971 msgstr ""
68973 #: fortran/check.cc:5337
68974 #, gcc-internal-format, gfc-internal-format
68975 msgid ""
68976 "Argument C_PTR_1 at %L to C_ASSOCIATED shall have the type TYPE(C_PTR) or "
68977 "TYPE(C_FUNPTR)"
68978 msgstr ""
68980 #: fortran/check.cc:5351
68981 #, gcc-internal-format, gfc-internal-format
68982 msgid ""
68983 "Argument C_PTR_2 at %L to C_ASSOCIATED shall have the same type as C_PTR_1: "
68984 "%s instead of %s"
68985 msgstr ""
68987 #: fortran/check.cc:5375
68988 #, gcc-internal-format, gfc-internal-format
68989 msgid "Argument CPTR at %L to C_F_POINTER shall have the type TYPE(C_PTR)"
68990 msgstr ""
68992 #: fortran/check.cc:5387
68993 #, gcc-internal-format, gfc-internal-format
68994 msgid "Argument FPTR at %L to C_F_POINTER must be a pointer"
68995 msgstr ""
68997 #: fortran/check.cc:5394
68998 #, gcc-internal-format, gfc-internal-format
68999 msgid "FPTR argument at %L to C_F_POINTER shall not be polymorphic"
69000 msgstr ""
69002 #: fortran/check.cc:5401
69003 #, gcc-internal-format, gfc-internal-format
69004 msgid "Argument FPTR at %L to C_F_POINTER shall not be coindexed"
69005 msgstr ""
69007 #: fortran/check.cc:5408
69008 #, gcc-internal-format, gfc-internal-format
69009 msgid "Unexpected SHAPE argument at %L to C_F_POINTER with scalar FPTR"
69010 msgstr ""
69012 #: fortran/check.cc:5414
69013 #, gcc-internal-format, gfc-internal-format
69014 msgid "Expected SHAPE argument to C_F_POINTER with array FPTR at %L"
69015 msgstr ""
69017 #: fortran/check.cc:5433
69018 #, gcc-internal-format, gfc-internal-format
69019 msgid ""
69020 "SHAPE argument at %L to C_F_POINTER must have the same size as the RANK of "
69021 "FPTR"
69022 msgstr ""
69024 #: fortran/check.cc:5443
69025 #, gcc-internal-format, gfc-internal-format
69026 msgid "Polymorphic FPTR at %L to C_F_POINTER"
69027 msgstr ""
69029 #: fortran/check.cc:5448
69030 #, gcc-internal-format, gfc-internal-format
69031 msgid "Noninteroperable array FPTR at %L to C_F_POINTER: %s"
69032 msgstr ""
69034 #: fortran/check.cc:5464
69035 #, gcc-internal-format, gfc-internal-format
69036 msgid ""
69037 "Argument CPTR at %L to C_F_PROCPOINTER shall have the type TYPE(C_FUNPTR)"
69038 msgstr ""
69040 #: fortran/check.cc:5476
69041 #, gcc-internal-format, gfc-internal-format
69042 msgid "Argument FPTR at %L to C_F_PROCPOINTER shall be a procedure pointer"
69043 msgstr ""
69045 #: fortran/check.cc:5483
69046 #, gcc-internal-format, gfc-internal-format
69047 msgid "Argument FPTR at %L to C_F_PROCPOINTER shall not be coindexed"
69048 msgstr ""
69050 #: fortran/check.cc:5489
69051 #, gcc-internal-format, gfc-internal-format
69052 msgid "Noninteroperable procedure pointer at %L to C_F_PROCPOINTER"
69053 msgstr ""
69055 #: fortran/check.cc:5503
69056 #, gcc-internal-format, gfc-internal-format
69057 msgid "Argument X at %L to C_FUNLOC shall not be coindexed"
69058 msgstr ""
69060 #: fortran/check.cc:5515
69061 #, gcc-internal-format
69062 msgid "Function result %qs at %L is invalid as X argument to C_FUNLOC"
69063 msgstr ""
69065 #: fortran/check.cc:5522
69066 #, gcc-internal-format, gfc-internal-format
69067 msgid ""
69068 "Argument X at %L to C_FUNLOC shall be a procedure or a procedure pointer"
69069 msgstr ""
69071 #: fortran/check.cc:5528
69072 #, gcc-internal-format, gfc-internal-format
69073 msgid "Noninteroperable procedure at %L to C_FUNLOC"
69074 msgstr ""
69076 #: fortran/check.cc:5542
69077 #, gcc-internal-format, gfc-internal-format
69078 msgid "Argument X at %L to C_LOC shall not be coindexed"
69079 msgstr ""
69081 #: fortran/check.cc:5548
69082 #, gcc-internal-format, gfc-internal-format
69083 msgid "X argument at %L to C_LOC shall not be polymorphic"
69084 msgstr ""
69086 #: fortran/check.cc:5559
69087 #, gcc-internal-format, gfc-internal-format
69088 msgid ""
69089 "Argument X at %L to C_LOC shall have either the POINTER or the TARGET "
69090 "attribute"
69091 msgstr ""
69093 #: fortran/check.cc:5567
69094 #, gcc-internal-format, gfc-internal-format
69095 msgid "Argument X at %L to C_LOC shall be not be a zero-sized string"
69096 msgstr ""
69098 #: fortran/check.cc:5576
69099 #, gcc-internal-format, gfc-internal-format
69100 msgid "Argument at %L to C_LOC shall not be polymorphic"
69101 msgstr ""
69103 #: fortran/check.cc:5583
69104 #, gcc-internal-format, gfc-internal-format
69105 msgid "Noninteroperable array at %L as argument to C_LOC: %s"
69106 msgstr ""
69108 #: fortran/check.cc:5594
69109 #, gcc-internal-format, gfc-internal-format
69110 msgid ""
69111 "Array of interoperable type at %L to C_LOC which is nonallocatable and "
69112 "neither assumed size nor explicit size"
69113 msgstr ""
69115 #: fortran/check.cc:5599
69116 #, gcc-internal-format, gfc-internal-format
69117 msgid "Array section at %L to C_LOC"
69118 msgstr ""
69120 #: fortran/check.cc:5627
69121 #, gcc-internal-format, gfc-internal-format
69122 msgid "non double precision REAL argument to %s intrinsic at %L"
69123 msgstr ""
69125 #: fortran/check.cc:5643
69126 #, gcc-internal-format
69127 msgid "%qs argument of %qs intrinsic at %L must be less than rank %d"
69128 msgstr ""
69130 #: fortran/check.cc:5662
69131 #, gcc-internal-format
69132 msgid "%qs argument of %qs intrinsic at %L is not a valid dimension index"
69133 msgstr ""
69135 #: fortran/check.cc:5686
69136 #, gcc-internal-format
69137 msgid "%qs argument of %qs intrinsic at %L must have length at least 1"
69138 msgstr ""
69140 #: fortran/check.cc:5950
69141 #, gcc-internal-format, gfc-internal-format
69142 msgid "%s argument to IMAGE_INDEX must be a rank one array at %L"
69143 msgstr ""
69145 #: fortran/check.cc:5957
69146 #, gcc-internal-format, gfc-internal-format
69147 msgid "Type of %s argument of IMAGE_INDEX at %L shall be INTEGER"
69148 msgstr ""
69150 #: fortran/check.cc:5968
69151 #, gcc-internal-format, gfc-internal-format
69152 msgid ""
69153 "The number of array elements of the SUB argument to IMAGE_INDEX at %L shall "
69154 "be %d (corank) not %d"
69155 msgstr ""
69157 #: fortran/check.cc:6001
69158 #, gcc-internal-format, gfc-internal-format
69159 msgid "DISTANCE= argument to NUM_IMAGES at %L"
69160 msgstr ""
69162 #: fortran/check.cc:6014
69163 #, gcc-internal-format, gfc-internal-format
69164 msgid "FAILED= argument to NUM_IMAGES at %L"
69165 msgstr ""
69167 #: fortran/check.cc:6038
69168 #, gcc-internal-format, gfc-internal-format
69169 msgid ""
69170 "TEAM argument at %L to the intrinsic TEAM_NUMBER shall be of type TEAM_TYPE"
69171 msgstr ""
69173 #: fortran/check.cc:6064
69174 #, gcc-internal-format, gfc-internal-format
69175 msgid ""
69176 "DIM argument without COARRAY argument not allowed for THIS_IMAGE intrinsic "
69177 "at %L"
69178 msgstr ""
69180 #: fortran/check.cc:6071
69181 #, gcc-internal-format, gfc-internal-format
69182 msgid ""
69183 "The DISTANCE argument may not be specified together with the COARRAY or DIM "
69184 "argument in intrinsic at %L"
69185 msgstr ""
69187 #: fortran/check.cc:6082
69188 #, gcc-internal-format, gfc-internal-format
69189 msgid "Unexpected DIM argument with noncoarray argument at %L"
69190 msgstr ""
69192 #: fortran/check.cc:6100
69193 #, gcc-internal-format, gfc-internal-format
69194 msgid "DISTANCE= argument to THIS_IMAGE at %L"
69195 msgstr ""
69197 #: fortran/check.cc:6158
69198 #, gcc-internal-format
69199 msgid ""
69200 "%<MOLD%> argument of %<TRANSFER%> intrinsic at %L is an array and shall not "
69201 "have storage size 0 when %<SOURCE%> argument has size greater than 0"
69202 msgstr ""
69204 #: fortran/check.cc:6210
69205 #, gcc-internal-format
69206 msgid "%<SOURCE%> argument of %<TRANSFER%> intrinsic at %L must not be a %s"
69207 msgstr ""
69209 #: fortran/check.cc:6229
69210 #, gcc-internal-format
69211 msgid "%<MOLD%> argument of %<TRANSFER%> intrinsic at %L must not be a %s"
69212 msgstr ""
69214 #: fortran/check.cc:6237
69215 #, gcc-internal-format
69216 msgid "%<MOLD%> argument of %<TRANSFER%> intrinsic at %L must not be %s"
69217 msgstr ""
69219 #: fortran/check.cc:6272
69220 #, gcc-internal-format, gfc-internal-format
69221 msgid ""
69222 "Intrinsic TRANSFER at %L has partly undefined result: source size %ld < "
69223 "result size %ld"
69224 msgstr ""
69226 #: fortran/check.cc:6396
69227 #, gcc-internal-format
69228 msgid ""
69229 "%qs argument of %qs intrinsic at %L must have the same rank as %qs or be a "
69230 "scalar"
69231 msgstr ""
69233 #: fortran/check.cc:6409
69234 #, gcc-internal-format
69235 msgid "%qs and %qs arguments of %qs intrinsic at %L must have identical shape."
69236 msgstr ""
69238 #: fortran/check.cc:6675 fortran/check.cc:6707
69239 #, gcc-internal-format
69240 msgid "Size of %qs argument of %qs intrinsic at %L too small (%i/%i)"
69241 msgstr ""
69243 #: fortran/check.cc:6715
69244 #, gcc-internal-format, gfc-internal-format
69245 msgid "Too many arguments to %s at %L"
69246 msgstr ""
69248 #: fortran/check.cc:6733
69249 #, gcc-internal-format
69250 msgid "fe_runtime_error string must be null terminated"
69251 msgstr ""
69253 #: fortran/check.cc:6745
69254 #, gcc-internal-format, gfc-internal-format
69255 msgid "fe_runtime_error: Wrong number of arguments (%d instead of %d)"
69256 msgstr ""
69258 #: fortran/check.cc:6785
69259 #, gcc-internal-format, gfc-internal-format
69260 msgid "COUNT argument to SYSTEM_CLOCK at %L has non-default kind"
69261 msgstr ""
69263 #: fortran/check.cc:6804
69264 #, gcc-internal-format, gfc-internal-format
69265 msgid "Real COUNT_RATE argument to SYSTEM_CLOCK at %L"
69266 msgstr ""
69268 #: fortran/check.cc:6814
69269 #, gcc-internal-format, gfc-internal-format
69270 msgid "COUNT_RATE argument to SYSTEM_CLOCK at %L has non-default kind"
69271 msgstr ""
69273 #: fortran/check.cc:6831
69274 #, gcc-internal-format, gfc-internal-format
69275 msgid "COUNT_MAX argument to SYSTEM_CLOCK at %L has non-default kind"
69276 msgstr ""
69278 #: fortran/check.cc:7048
69279 #, gcc-internal-format
69280 msgid ""
69281 "%qs argument of %qs intrinsic at %L must be of a kind not wider than the "
69282 "default kind (%d)"
69283 msgstr ""
69285 #: fortran/check.cc:7230
69286 #, gcc-internal-format
69287 msgid "Actual argument at %L of %qs intrinsic shall be an associated pointer"
69288 msgstr ""
69290 #: fortran/check.cc:7419 fortran/check.cc:7430
69291 #, gcc-internal-format
69292 msgid ""
69293 "%qs argument of %qs intrinsic at %L must be INTEGER, LOGICAL, or a BOZ "
69294 "literal constant"
69295 msgstr ""
69297 #: fortran/check.cc:7490
69298 #, gcc-internal-format, gfc-internal-format
69299 msgid ""
69300 "Intrinsic function NULL at %L cannot be an actual argument to STORAGE_SIZE, "
69301 "because it returns a disassociated pointer"
69302 msgstr ""
69304 #. Since the extension field is 8 bit wide, we can only have
69305 #. up to 255 extension levels.
69306 #: fortran/class.cc:795 fortran/decl.cc:4055 fortran/decl.cc:10732
69307 #, gcc-internal-format
69308 msgid "Maximum extension level reached with type %qs at %L"
69309 msgstr ""
69311 #: fortran/class.cc:3055 fortran/class.cc:3129
69312 #, gcc-internal-format
69313 msgid "%qs of %qs is PRIVATE at %L"
69314 msgstr ""
69316 #: fortran/cpp.cc:501
69317 #, gcc-internal-format
69318 msgid "To enable preprocessing, use %<-cpp%>"
69319 msgstr ""
69321 #: fortran/cpp.cc:580 fortran/cpp.cc:591 fortran/cpp.cc:719
69322 #, gcc-internal-format
69323 msgid "opening output file %qs: %s"
69324 msgstr ""
69326 #: fortran/data.cc:65
69327 #, gcc-internal-format, gfc-internal-format
69328 msgid "non-constant array in DATA statement %L"
69329 msgstr ""
69331 #: fortran/data.cc:140
69332 #, gcc-internal-format, gfc-internal-format
69333 msgid "failure to simplify substring reference in DATA statement at %L"
69334 msgstr ""
69336 #: fortran/data.cc:173
69337 #, gcc-internal-format, gfc-internal-format
69338 msgid "Unused initialization string at %L because variable has zero length"
69339 msgstr ""
69341 #: fortran/data.cc:179
69342 #, gcc-internal-format, gfc-internal-format
69343 msgid "Initialization string at %L was truncated to fit the variable (%ld/%ld)"
69344 msgstr ""
69346 #: fortran/data.cc:188 fortran/resolve.cc:5219
69347 #, gcc-internal-format, gfc-internal-format
69348 msgid "Substring start index at %L is less than one"
69349 msgstr ""
69351 #: fortran/data.cc:194 fortran/resolve.cc:5249
69352 #, gcc-internal-format, gfc-internal-format
69353 msgid "Substring end index at %L exceeds the string length"
69354 msgstr ""
69356 #: fortran/data.cc:284
69357 #, gcc-internal-format
69358 msgid "%qs at %L already is initialized at %L"
69359 msgstr ""
69361 #: fortran/data.cc:308
69362 #, gcc-internal-format, gfc-internal-format
69363 msgid "Data element below array lower bound at %L"
69364 msgstr ""
69366 #: fortran/data.cc:325 fortran/data.cc:414
69367 #, gcc-internal-format, gfc-internal-format
69368 msgid "Data element above array upper bound at %L"
69369 msgstr ""
69371 #: fortran/data.cc:355 fortran/data.cc:580
69372 #, gcc-internal-format
69373 msgid "re-initialization of %qs at %L"
69374 msgstr ""
69376 #: fortran/data.cc:525
69377 #, gcc-internal-format, gfc-internal-format
69378 msgid "LEN or KIND inquiry ref in DATA statement at %L"
69379 msgstr ""
69381 #: fortran/data.cc:603
69382 #, gcc-internal-format
69383 msgid ""
69384 "Nonpointer object %qs with default initialization shall not appear in a DATA "
69385 "statement at %L"
69386 msgstr ""
69388 #: fortran/data.cc:655 fortran/data.cc:674 fortran/data.cc:688
69389 #: fortran/data.cc:817
69390 #, gcc-internal-format
69391 msgid "Simplification error"
69392 msgstr ""
69394 #: fortran/data.cc:830
69395 #, gcc-internal-format
69396 msgid "TODO: Vector sections in data statements"
69397 msgstr ""
69399 #: fortran/decl.cc:293
69400 #, gcc-internal-format, gfc-internal-format
69401 msgid "Inquiry parameter cannot appear in a data-stmt-object-list at %C"
69402 msgstr ""
69404 #: fortran/decl.cc:307
69405 #, gcc-internal-format
69406 msgid "Host associated variable %qs may not be in the DATA statement at %C"
69407 msgstr ""
69409 #: fortran/decl.cc:314
69410 #, gcc-internal-format
69411 msgid "initialization of common block variable %qs in DATA statement at %C"
69412 msgstr ""
69414 #: fortran/decl.cc:449
69415 #, gcc-internal-format
69416 msgid "Symbol %qs must be a PARAMETER in DATA statement at %C"
69417 msgstr ""
69419 #: fortran/decl.cc:475
69420 #, gcc-internal-format, gfc-internal-format
69421 msgid "Invalid initializer %s in Data statement at %C"
69422 msgstr ""
69424 #: fortran/decl.cc:580
69425 #, gcc-internal-format, gfc-internal-format
69426 msgid "BOZ at %L cannot appear in an old-style initialization"
69427 msgstr ""
69429 #: fortran/decl.cc:588
69430 #, gcc-internal-format
69431 msgid ""
69432 "BOZ literal constant near %L cannot be assigned to a %qs variable in an old-"
69433 "style initialization"
69434 msgstr ""
69436 #: fortran/decl.cc:598
69437 #, gcc-internal-format, gfc-internal-format
69438 msgid "Initialization at %C is not allowed in a PURE procedure"
69439 msgstr ""
69441 #: fortran/decl.cc:645
69442 #, gcc-internal-format, gfc-internal-format
69443 msgid "DATA statement at %C cannot appear within an INTERFACE"
69444 msgstr ""
69446 #: fortran/decl.cc:669
69447 #, gcc-internal-format, gfc-internal-format
69448 msgid "Invalid substring in data-implied-do at %L in DATA statement"
69449 msgstr ""
69451 #: fortran/decl.cc:692
69452 #, gcc-internal-format, gfc-internal-format
69453 msgid ""
69454 "Allocatable component or deferred-shaped array near %C in DATA statement"
69455 msgstr ""
69457 #: fortran/decl.cc:734
69458 #, gcc-internal-format, gfc-internal-format
69459 msgid "BOZ literal constant at %L cannot appear in a structure constructor"
69460 msgstr ""
69462 #: fortran/decl.cc:750
69463 #, gcc-internal-format, gfc-internal-format
69464 msgid "DATA statement at %C is not allowed in a PURE procedure"
69465 msgstr ""
69467 #: fortran/decl.cc:759
69468 #, gcc-internal-format, gfc-internal-format
69469 msgid ""
69470 "part-ref with pointer attribute near %L is not rightmost part-ref of data-"
69471 "stmt-object"
69472 msgstr ""
69474 #: fortran/decl.cc:798
69475 #, gcc-internal-format, gfc-internal-format
69476 msgid "Empty old style initializer list at %C"
69477 msgstr ""
69479 #: fortran/decl.cc:807
69480 #, gcc-internal-format, gfc-internal-format
69481 msgid "Array in initializer list at %L must have an explicit shape"
69482 msgstr ""
69484 #: fortran/decl.cc:830
69485 #, gcc-internal-format, gfc-internal-format
69486 msgid "Repeat spec invalid in scalar initializer at %C"
69487 msgstr ""
69489 #: fortran/decl.cc:835
69490 #, gcc-internal-format, gfc-internal-format
69491 msgid "Repeat spec must be an integer at %C"
69492 msgstr ""
69494 #: fortran/decl.cc:846
69495 #, gcc-internal-format, gfc-internal-format
69496 msgid "Expected data constant after repeat spec at %C"
69497 msgstr ""
69499 #: fortran/decl.cc:878
69500 #, gcc-internal-format, gfc-internal-format
69501 msgid "End of scalar initializer expected at %C"
69502 msgstr ""
69504 #: fortran/decl.cc:906
69505 #, gcc-internal-format, gfc-internal-format
69506 msgid "Not enough elements in array initializer at %C"
69507 msgstr ""
69509 #: fortran/decl.cc:908
69510 #, gcc-internal-format, gfc-internal-format
69511 msgid "Too many elements in array initializer at %C"
69512 msgstr ""
69514 #: fortran/decl.cc:934
69515 #, gcc-internal-format, gfc-internal-format
69516 msgid "Syntax error in old style initializer list at %C"
69517 msgstr ""
69519 #: fortran/decl.cc:958
69520 #, gcc-internal-format, gfc-internal-format
69521 msgid "The assumed-rank array at %C shall not have a codimension"
69522 msgstr ""
69524 #: fortran/decl.cc:1023
69525 #, gcc-internal-format, gfc-internal-format
69526 msgid ""
69527 "Sum of array rank %d and corank %d at %C exceeds maximum allowed dimensions "
69528 "of %d"
69529 msgstr ""
69531 #: fortran/decl.cc:1047
69532 #, gcc-internal-format, gfc-internal-format
69533 msgid "Bad INTENT specification at %C"
69534 msgstr ""
69536 #: fortran/decl.cc:1068
69537 #, gcc-internal-format, gfc-internal-format
69538 msgid "deferred type parameter at %C"
69539 msgstr ""
69541 #: fortran/decl.cc:1159 fortran/resolve.cc:12926
69542 #, gcc-internal-format, gfc-internal-format
69543 msgid "Scalar INTEGER expression expected at %L"
69544 msgstr ""
69546 #: fortran/decl.cc:1185
69547 #, gcc-internal-format, gfc-internal-format
69548 msgid "Old-style character length at %C"
69549 msgstr ""
69551 #: fortran/decl.cc:1216
69552 #, gcc-internal-format, gfc-internal-format
69553 msgid "Syntax error in character length specification at %C"
69554 msgstr ""
69556 #: fortran/decl.cc:1368 fortran/decl.cc:1375 fortran/decl.cc:1439
69557 #, gcc-internal-format
69558 msgid "Procedure %qs at %C is already defined at %L"
69559 msgstr ""
69561 #: fortran/decl.cc:1383
69562 #, gcc-internal-format
69563 msgid "Contained procedure %qs at %C clashes with procedure defined at %L"
69564 msgstr ""
69566 #: fortran/decl.cc:1395
69567 #, gcc-internal-format
69568 msgid "Name %qs at %C is already defined as a generic interface at %L"
69569 msgstr ""
69571 #: fortran/decl.cc:1411
69572 #, gcc-internal-format
69573 msgid ""
69574 "Procedure %qs at %C has an explicit interface from a previous declaration"
69575 msgstr ""
69577 #: fortran/decl.cc:1427
69578 #, gcc-internal-format
69579 msgid ""
69580 "Procedure %qs defined in interface body at %L clashes with internal "
69581 "procedure defined at %C"
69582 msgstr ""
69584 #: fortran/decl.cc:1510
69585 #, gcc-internal-format
69586 msgid ""
69587 "Procedure %qs at %L must have the BIND(C) attribute to be C interoperable"
69588 msgstr ""
69590 #: fortran/decl.cc:1537
69591 #, gcc-internal-format
69592 msgid ""
69593 "Variable %qs at %L is a dummy argument to the BIND(C) procedure %qs but is "
69594 "not C interoperable because derived type %qs is not C interoperable"
69595 msgstr ""
69597 #: fortran/decl.cc:1544
69598 #, gcc-internal-format
69599 msgid ""
69600 "Variable %qs at %L is a dummy argument to the BIND(C) procedure %qs but is "
69601 "not C interoperable because it is polymorphic"
69602 msgstr ""
69604 #: fortran/decl.cc:1551
69605 #, gcc-internal-format
69606 msgid ""
69607 "Variable %qs at %L is a dummy argument of the BIND(C) procedure %qs but may "
69608 "not be C interoperable"
69609 msgstr ""
69611 #: fortran/decl.cc:1560
69612 #, gcc-internal-format
69613 msgid ""
69614 "Dummy argument %qs at %L may not be a pointer with CONTIGUOUS attribute as "
69615 "procedure %qs is BIND(C)"
69616 msgstr ""
69618 #: fortran/decl.cc:1570
69619 #, gcc-internal-format
69620 msgid ""
69621 "Default-initialized %s dummy argument %qs at %L is not permitted in BIND(C) "
69622 "procedure %qs"
69623 msgstr ""
69625 #: fortran/decl.cc:1591
69626 #, gcc-internal-format
69627 msgid ""
69628 "Allocatable character dummy argument %qs at %L must have deferred length as "
69629 "procedure %qs is BIND(C)"
69630 msgstr ""
69632 #: fortran/decl.cc:1596
69633 #, gcc-internal-format
69634 msgid ""
69635 "Pointer character dummy argument %qs at %L must have deferred length as "
69636 "procedure %qs is BIND(C)"
69637 msgstr ""
69639 #: fortran/decl.cc:1603
69640 #, gcc-internal-format
69641 msgid ""
69642 "Deferred-length character dummy argument %qs at %L of procedure %qs with "
69643 "BIND(C) attribute"
69644 msgstr ""
69646 #: fortran/decl.cc:1615
69647 #, gcc-internal-format
69648 msgid ""
69649 "Character dummy argument %qs at %L must be of length 1 as it has the VALUE "
69650 "attribute"
69651 msgstr ""
69653 #: fortran/decl.cc:1626
69654 #, gcc-internal-format
69655 msgid ""
69656 "Assumed-length character dummy argument %qs at %L of procedure %qs with "
69657 "BIND(C) attribute"
69658 msgstr ""
69660 #: fortran/decl.cc:1640
69661 #, gcc-internal-format
69662 msgid ""
69663 "Character dummy argument %qs at %L must be of constant length of one or "
69664 "assumed length, unless it has assumed shape or assumed rank, as procedure "
69665 "%qs has the BIND(C) attribute"
69666 msgstr ""
69668 #: fortran/decl.cc:1658
69669 #, gcc-internal-format
69670 msgid ""
69671 "Variable %qs at %L with ALLOCATABLE attribute in procedure %qs with BIND(C)"
69672 msgstr ""
69674 #: fortran/decl.cc:1666
69675 #, gcc-internal-format
69676 msgid "Variable %qs at %L with POINTER attribute in procedure %qs with BIND(C)"
69677 msgstr ""
69679 #: fortran/decl.cc:1675
69680 #, gcc-internal-format
69681 msgid ""
69682 "Variable %qs at %L cannot have both the OPTIONAL and the VALUE attribute "
69683 "because procedure %qs is BIND(C)"
69684 msgstr ""
69686 #: fortran/decl.cc:1682
69687 #, gcc-internal-format
69688 msgid ""
69689 "Variable %qs at %L with OPTIONAL attribute in procedure %qs which is BIND(C)"
69690 msgstr ""
69692 #: fortran/decl.cc:1693
69693 #, gcc-internal-format
69694 msgid ""
69695 "Assumed-shape array %qs at %L as dummy argument to the BIND(C) procedure %qs "
69696 "at %L"
69697 msgstr ""
69699 #: fortran/decl.cc:1761
69700 #, gcc-internal-format
69701 msgid "Symbol %qs at %C also declared as a type at %L"
69702 msgstr ""
69704 #: fortran/decl.cc:1820
69705 #, gcc-internal-format
69706 msgid ""
69707 "Variable %qs in common block %qs at %C must be declared with a C "
69708 "interoperable kind since common block %qs is BIND(C)"
69709 msgstr ""
69711 #: fortran/decl.cc:1860
69712 #, gcc-internal-format, gfc-internal-format
69713 msgid "CHARACTER length must be a constant at %L"
69714 msgstr ""
69716 #: fortran/decl.cc:1875
69717 #, gcc-internal-format, gfc-internal-format
69718 msgid "CHARACTER expression at %L is being truncated (%ld/%ld)"
69719 msgstr ""
69721 #: fortran/decl.cc:1883
69722 #, gcc-internal-format, gfc-internal-format
69723 msgid ""
69724 "The CHARACTER elements of the array constructor at %L must have the same "
69725 "length (%ld/%ld)"
69726 msgstr ""
69728 #: fortran/decl.cc:1982
69729 #, gcc-internal-format
69730 msgid "Initializer not allowed for PARAMETER %qs at %C"
69731 msgstr ""
69733 #: fortran/decl.cc:1995
69734 #, gcc-internal-format, gfc-internal-format
69735 msgid "PARAMETER at %L is missing an initializer"
69736 msgstr ""
69738 #: fortran/decl.cc:2005
69739 #, gcc-internal-format
69740 msgid ""
69741 "Variable %qs at %C with an initializer already appears in a DATA statement"
69742 msgstr ""
69744 #: fortran/decl.cc:2048
69745 #, gcc-internal-format, gfc-internal-format
69746 msgid "Cannot initialize parameter array at %L with variable length elements"
69747 msgstr ""
69749 #: fortran/decl.cc:2112
69750 #, gcc-internal-format, gfc-internal-format
69751 msgid "Rank mismatch of array at %L and its initializer (%d/%d)"
69752 msgstr ""
69754 #: fortran/decl.cc:2125
69755 #, gcc-internal-format, gfc-internal-format
69756 msgid "Cannot initialize implied-shape array at %L with scalar"
69757 msgstr ""
69759 #: fortran/decl.cc:2135
69760 #, gcc-internal-format, gfc-internal-format
69761 msgid "Bad shape of initializer at %L"
69762 msgstr ""
69764 #: fortran/decl.cc:2142
69765 #, gcc-internal-format, gfc-internal-format
69766 msgid "Cannot determine shape of initializer at %L"
69767 msgstr ""
69769 #: fortran/decl.cc:2177
69770 #, gcc-internal-format, gfc-internal-format
69771 msgid "Non-constant lower bound in implied-shape declaration at %L"
69772 msgstr ""
69774 #: fortran/decl.cc:2227
69775 #, gcc-internal-format
69776 msgid "Entity %qs at %L is incompatible with a BOZ literal constant"
69777 msgstr ""
69779 #: fortran/decl.cc:2293 fortran/decl.cc:2300
69780 #, gcc-internal-format, gfc-internal-format
69781 msgid "Component at %C must have the POINTER attribute"
69782 msgstr ""
69784 #: fortran/decl.cc:2309
69785 #, gcc-internal-format
69786 msgid "Component %qs with CLASS at %C must be allocatable or pointer"
69787 msgstr ""
69789 #: fortran/decl.cc:2318
69790 #, gcc-internal-format, gfc-internal-format
69791 msgid "Array component of structure at %C must have explicit or deferred shape"
69792 msgstr ""
69794 #: fortran/decl.cc:2342 fortran/symbol.cc:2270
69795 #, gcc-internal-format
69796 msgid "Component %qs at %C already declared at %L"
69797 msgstr ""
69799 #: fortran/decl.cc:2390
69800 #, gcc-internal-format, gfc-internal-format
69801 msgid "Pointer array component of structure at %C must have a deferred shape"
69802 msgstr ""
69804 #: fortran/decl.cc:2399
69805 #, gcc-internal-format, gfc-internal-format
69806 msgid "Allocatable component of structure at %C must have a deferred shape"
69807 msgstr ""
69809 #: fortran/decl.cc:2408
69810 #, gcc-internal-format, gfc-internal-format
69811 msgid "Array component of structure at %C must have an explicit shape"
69812 msgstr ""
69814 #: fortran/decl.cc:2425
69815 #, gcc-internal-format
69816 msgid ""
69817 "Type parameter %qs at %C has no corresponding entry in the type parameter "
69818 "name list at %L"
69819 msgstr ""
69821 #: fortran/decl.cc:2482
69822 #, gcc-internal-format, gfc-internal-format
69823 msgid "NULL() initialization at %C is ambiguous"
69824 msgstr ""
69826 #: fortran/decl.cc:2499
69827 #, gcc-internal-format, gfc-internal-format
69828 msgid "NULL() initialization at %C may not have MOLD"
69829 msgstr ""
69831 #: fortran/decl.cc:2516
69832 #, gcc-internal-format, gfc-internal-format
69833 msgid "Initialization of pointer at %C is not allowed in a PURE procedure"
69834 msgstr ""
69836 #: fortran/decl.cc:2537
69837 #, gcc-internal-format, gfc-internal-format
69838 msgid "Error in pointer initialization at %C"
69839 msgstr ""
69841 #: fortran/decl.cc:2544
69842 #, gcc-internal-format, gfc-internal-format
69843 msgid "non-NULL pointer initialization at %C"
69844 msgstr ""
69846 #: fortran/decl.cc:2567
69847 #, gcc-internal-format
69848 msgid ""
69849 "RESULT variable %qs at %L prohibits FUNCTION name %qs at %C from appearing "
69850 "in a specification statement"
69851 msgstr ""
69853 #: fortran/decl.cc:2621
69854 #, gcc-internal-format
69855 msgid "%qs not allowed outside STRUCTURE at %C"
69856 msgstr ""
69858 #: fortran/decl.cc:2623
69859 #, gcc-internal-format
69860 msgid "%qs at %C is a DEC extension, enable with %<-fdec-structure%>"
69861 msgstr ""
69863 #: fortran/decl.cc:2631
69864 #, gcc-internal-format
69865 msgid "%qs entity cannot have attributes at %C"
69866 msgstr ""
69868 #: fortran/decl.cc:2641
69869 #, gcc-internal-format
69870 msgid "Invalid character %qc in variable name at %C"
69871 msgstr ""
69873 #: fortran/decl.cc:2683
69874 #, gcc-internal-format
69875 msgid "Non-PARAMETER symbol %qs at %L cannot be implied-shape"
69876 msgstr ""
69878 #: fortran/decl.cc:2693
69879 #, gcc-internal-format, gfc-internal-format
69880 msgid "Implied-shape array at %L"
69881 msgstr ""
69883 #: fortran/decl.cc:2750
69884 #, gcc-internal-format, gfc-internal-format
69885 msgid ""
69886 "Explicit array shape at %C must be constant of INTEGER type and not %s type"
69887 msgstr ""
69889 #: fortran/decl.cc:2758
69890 #, gcc-internal-format, gfc-internal-format
69891 msgid "Explicit shaped array with nonconstant bounds at %C"
69892 msgstr ""
69894 #: fortran/decl.cc:2859
69895 #, gcc-internal-format
69896 msgid ""
69897 "%qs at %C is a redefinition of the declaration in the corresponding "
69898 "interface for MODULE PROCEDURE %qs"
69899 msgstr ""
69901 #: fortran/decl.cc:2870
69902 #, gcc-internal-format
69903 msgid "%qs entity cannot have an initializer at %C"
69904 msgstr ""
69906 #: fortran/decl.cc:2895 fortran/decl.cc:8962
69907 #, gcc-internal-format, gfc-internal-format
69908 msgid "Duplicate array spec for Cray pointee at %C"
69909 msgstr ""
69911 #: fortran/decl.cc:2903
69912 #, gcc-internal-format
69913 msgid "Cannot set pointee array spec."
69914 msgstr ""
69916 #: fortran/decl.cc:2966
69917 #, gcc-internal-format, gfc-internal-format
69918 msgid "Old-style initialization at %C"
69919 msgstr ""
69921 #: fortran/decl.cc:2974
69922 #, gcc-internal-format, gfc-internal-format
69923 msgid "Invalid old style initialization for derived type component at %C"
69924 msgstr ""
69926 #: fortran/decl.cc:2987
69927 #, gcc-internal-format, gfc-internal-format
69928 msgid "Syntax error in old style initialization of %s at %C"
69929 msgstr ""
69931 #: fortran/decl.cc:3007 fortran/decl.cc:7177
69932 #, gcc-internal-format, gfc-internal-format
69933 msgid "Initialization at %C isn't for a pointer variable"
69934 msgstr ""
69936 #: fortran/decl.cc:3030
69937 #, gcc-internal-format
69938 msgid "Pointer initialization at %C requires %<=>%>, not %<=%>"
69939 msgstr ""
69941 #: fortran/decl.cc:3039 fortran/decl.cc:10906
69942 #, gcc-internal-format, gfc-internal-format
69943 msgid "Expected an initialization expression at %C"
69944 msgstr ""
69946 #: fortran/decl.cc:3046
69947 #, gcc-internal-format, gfc-internal-format
69948 msgid "Initialization of variable at %C is not allowed in a PURE procedure"
69949 msgstr ""
69951 #: fortran/decl.cc:3063
69952 #, gcc-internal-format, gfc-internal-format
69953 msgid "Initialization of allocatable component at %C is not allowed"
69954 msgstr ""
69956 #: fortran/decl.cc:3072
69957 #, gcc-internal-format, gfc-internal-format
69958 msgid ""
69959 "Initialization of structure component with a HOLLERITH constant at %L is not "
69960 "allowed"
69961 msgstr ""
69963 #: fortran/decl.cc:3086
69964 #, gcc-internal-format, gfc-internal-format
69965 msgid ""
69966 "The component with KIND or LEN attribute at %C does not not appear in the "
69967 "type parameter list at %L"
69968 msgstr ""
69970 #: fortran/decl.cc:3094
69971 #, gcc-internal-format, gfc-internal-format
69972 msgid ""
69973 "The component at %C that appears in the type parameter list at %L has "
69974 "neither the KIND nor LEN attribute"
69975 msgstr ""
69977 #: fortran/decl.cc:3102
69978 #, gcc-internal-format, gfc-internal-format
69979 msgid "The component at %C which is a type parameter must be a scalar"
69980 msgstr ""
69982 #: fortran/decl.cc:3111
69983 #, gcc-internal-format, gfc-internal-format
69984 msgid "BOZ literal constant at %L cannot appear as an initializer"
69985 msgstr ""
69987 #: fortran/decl.cc:3128
69988 #, gcc-internal-format
69989 msgid ""
69990 "Incompatible initialization between a derived type entity and an entity with "
69991 "%qs type at %C"
69992 msgstr ""
69994 #: fortran/decl.cc:3191 fortran/decl.cc:3226
69995 #, gcc-internal-format, gfc-internal-format
69996 msgid "Old-style type declaration %s*%d not supported at %C"
69997 msgstr ""
69999 #: fortran/decl.cc:3232
70000 #, gcc-internal-format, gfc-internal-format
70001 msgid "Nonstandard type declaration %s*%d at %C"
70002 msgstr ""
70004 #: fortran/decl.cc:3291 fortran/decl.cc:3368
70005 #, gcc-internal-format, gfc-internal-format
70006 msgid "Missing right parenthesis at %C"
70007 msgstr ""
70009 #: fortran/decl.cc:3304 fortran/decl.cc:3438
70010 #, gcc-internal-format, gfc-internal-format
70011 msgid "Expected initialization expression at %C"
70012 msgstr ""
70014 #: fortran/decl.cc:3312 fortran/decl.cc:3444
70015 #, gcc-internal-format, gfc-internal-format
70016 msgid "Expected scalar initialization expression at %C"
70017 msgstr ""
70019 #: fortran/decl.cc:3342 fortran/decl.cc:4076
70020 #, gcc-internal-format, gfc-internal-format
70021 msgid "Kind %d not supported for type %s at %C"
70022 msgstr ""
70024 #: fortran/decl.cc:3355
70025 #, gcc-internal-format, gfc-internal-format
70026 msgid "C kind type parameter is for type %s but type at %L is %s"
70027 msgstr ""
70029 #: fortran/decl.cc:3366
70030 #, gcc-internal-format, gfc-internal-format
70031 msgid "Missing right parenthesis or comma at %C"
70032 msgstr ""
70034 #: fortran/decl.cc:3470
70035 #, gcc-internal-format, gfc-internal-format
70036 msgid "Kind %d is not supported for CHARACTER at %C"
70037 msgstr ""
70039 #: fortran/decl.cc:3602
70040 #, gcc-internal-format, gfc-internal-format
70041 msgid "Syntax error in CHARACTER declaration at %C"
70042 msgstr ""
70044 #: fortran/decl.cc:3703
70045 #, gcc-internal-format
70046 msgid "RECORD at %C is an extension, enable it with %<-fdec-structure%>"
70047 msgstr ""
70049 #: fortran/decl.cc:3716
70050 #, gcc-internal-format, gfc-internal-format
70051 msgid "Structure name expected after RECORD at %C"
70052 msgstr ""
70054 #: fortran/decl.cc:3829
70055 #, gcc-internal-format, gfc-internal-format
70056 msgid ""
70057 "The type parameter spec list at %C cannot contain both ASSUMED and DEFERRED "
70058 "parameters"
70059 msgstr ""
70061 #: fortran/decl.cc:3853
70062 #, gcc-internal-format, gfc-internal-format
70063 msgid ""
70064 "The type parameter spec list at %C does not contain enough parameter "
70065 "expressions"
70066 msgstr ""
70068 #: fortran/decl.cc:3877
70069 #, gcc-internal-format
70070 msgid "The derived parameter %qs at %C does not have a default value"
70071 msgstr ""
70073 #: fortran/decl.cc:3910
70074 #, gcc-internal-format, gfc-internal-format
70075 msgid "The parameter expression at %C must be of INTEGER type and not %s type"
70076 msgstr ""
70078 #: fortran/decl.cc:3917
70079 #, gcc-internal-format, gfc-internal-format
70080 msgid "The parameter expression at %C does not simplify to an INTEGER constant"
70081 msgstr ""
70083 #: fortran/decl.cc:3944
70084 #, gcc-internal-format
70085 msgid "The KIND parameter %qs at %C cannot either be ASSUMED or DEFERRED"
70086 msgstr ""
70088 #: fortran/decl.cc:3951
70089 #, gcc-internal-format
70090 msgid ""
70091 "The value for the KIND parameter %qs at %C does not reduce to a constant "
70092 "expression"
70093 msgstr ""
70095 #: fortran/decl.cc:3966
70096 #, gcc-internal-format, gfc-internal-format
70097 msgid ""
70098 "The type parameter spec list at %C contains too many parameter expressions"
70099 msgstr ""
70101 #: fortran/decl.cc:3975
70102 #, gcc-internal-format, gfc-internal-format
70103 msgid "Parameterized derived type at %C is ambiguous"
70104 msgstr ""
70106 #: fortran/decl.cc:4211
70107 #, gcc-internal-format, gfc-internal-format
70108 msgid "BYTE type at %C"
70109 msgstr ""
70111 #: fortran/decl.cc:4223
70112 #, gcc-internal-format, gfc-internal-format
70113 msgid "BYTE type used at %C is not available on the target machine"
70114 msgstr ""
70116 #: fortran/decl.cc:4285
70117 #, gcc-internal-format, gfc-internal-format
70118 msgid "Assumed type at %C is not allowed for components"
70119 msgstr ""
70121 #: fortran/decl.cc:4288
70122 #, gcc-internal-format, gfc-internal-format
70123 msgid "Assumed type at %C"
70124 msgstr ""
70126 #: fortran/decl.cc:4310 fortran/decl.cc:4344 fortran/decl.cc:4377
70127 #: fortran/decl.cc:4676
70128 #, gcc-internal-format, gfc-internal-format
70129 msgid "TYPE with intrinsic-type-spec at %C"
70130 msgstr ""
70132 #: fortran/decl.cc:4322 fortran/decl.cc:4350 fortran/decl.cc:4383
70133 #: fortran/decl.cc:4409 fortran/decl.cc:4701 fortran/decl.cc:4716
70134 #, gcc-internal-format, gfc-internal-format
70135 msgid "Malformed type-spec at %C"
70136 msgstr ""
70138 #: fortran/decl.cc:4373
70139 #, gcc-internal-format, gfc-internal-format
70140 msgid "DOUBLE COMPLEX at %C"
70141 msgstr ""
70143 #: fortran/decl.cc:4425 fortran/decl.cc:4567 fortran/decl.cc:4579
70144 #: fortran/decl.cc:4593 fortran/decl.cc:5075 fortran/decl.cc:5083
70145 #, gcc-internal-format
70146 msgid "Type name %qs at %C is ambiguous"
70147 msgstr ""
70149 #: fortran/decl.cc:4526
70150 #, gcc-internal-format, gfc-internal-format
70151 msgid "CLASS statement at %C"
70152 msgstr ""
70154 #: fortran/decl.cc:4608
70155 #, gcc-internal-format
70156 msgid ""
70157 "Type name %qs at %C conflicts with previously declared entity at %L, which "
70158 "has the same name"
70159 msgstr ""
70161 #: fortran/decl.cc:4751
70162 #, gcc-internal-format, gfc-internal-format
70163 msgid "Duplicate IMPLICIT NONE statement at %C"
70164 msgstr ""
70166 #: fortran/decl.cc:4760
70167 #, gcc-internal-format, gfc-internal-format
70168 msgid "IMPLICIT NONE with spec list at %C"
70169 msgstr ""
70171 #: fortran/decl.cc:4819
70172 #, gcc-internal-format, gfc-internal-format
70173 msgid "Missing character range in IMPLICIT at %C"
70174 msgstr ""
70176 #: fortran/decl.cc:4865
70177 #, gcc-internal-format, gfc-internal-format
70178 msgid "Letters must be in alphabetic order in IMPLICIT statement at %C"
70179 msgstr ""
70181 #: fortran/decl.cc:4918
70182 #, gcc-internal-format, gfc-internal-format
70183 msgid "IMPLICIT statement at %C following an IMPLICIT NONE (type) statement"
70184 msgstr ""
70186 #: fortran/decl.cc:4928
70187 #, gcc-internal-format, gfc-internal-format
70188 msgid "Empty IMPLICIT statement at %C"
70189 msgstr ""
70191 #: fortran/decl.cc:5034
70192 #, gcc-internal-format, gfc-internal-format
70193 msgid "IMPORT statement at %C only permitted in an INTERFACE body"
70194 msgstr ""
70196 #: fortran/decl.cc:5041
70197 #, gcc-internal-format, gfc-internal-format
70198 msgid ""
70199 "F2008: C1210 IMPORT statement at %C is not permitted in a module procedure "
70200 "interface body"
70201 msgstr ""
70203 #: fortran/decl.cc:5046
70204 #, gcc-internal-format, gfc-internal-format
70205 msgid "IMPORT statement at %C"
70206 msgstr ""
70208 #: fortran/decl.cc:5060
70209 #, gcc-internal-format, gfc-internal-format
70210 msgid "Expecting list of named entities at %C"
70211 msgstr ""
70213 #: fortran/decl.cc:5089
70214 #, gcc-internal-format
70215 msgid "Cannot IMPORT %qs from host scoping unit at %C - does not exist."
70216 msgstr ""
70218 #: fortran/decl.cc:5096
70219 #, gcc-internal-format
70220 msgid "%qs is already IMPORTed from host scoping unit at %C"
70221 msgstr ""
70223 #: fortran/decl.cc:5137
70224 #, gcc-internal-format, gfc-internal-format
70225 msgid "Syntax error in IMPORT statement at %C"
70226 msgstr ""
70228 #: fortran/decl.cc:5477
70229 #, gcc-internal-format, gfc-internal-format
70230 msgid "Missing codimension specification at %C"
70231 msgstr ""
70233 #: fortran/decl.cc:5479
70234 #, gcc-internal-format, gfc-internal-format
70235 msgid "Missing dimension specification at %C"
70236 msgstr ""
70238 #: fortran/decl.cc:5574
70239 #, gcc-internal-format, gfc-internal-format
70240 msgid "Duplicate %s attribute at %L"
70241 msgstr ""
70243 #: fortran/decl.cc:5591
70244 #, gcc-internal-format
70245 msgid "%s at %L is a DEC extension, enable with %<-fdec-static%>"
70246 msgstr ""
70248 #: fortran/decl.cc:5610
70249 #, gcc-internal-format, gfc-internal-format
70250 msgid "ALLOCATABLE attribute at %C in a TYPE definition"
70251 msgstr ""
70253 #: fortran/decl.cc:5612
70254 #, gcc-internal-format, gfc-internal-format
70255 msgid "ALLOCATABLE attribute at %C in a STRUCTURE definition"
70256 msgstr ""
70258 #: fortran/decl.cc:5622
70259 #, gcc-internal-format, gfc-internal-format
70260 msgid "KIND attribute at %C in a TYPE definition"
70261 msgstr ""
70263 #: fortran/decl.cc:5624
70264 #, gcc-internal-format, gfc-internal-format
70265 msgid "KIND attribute at %C in a STRUCTURE definition"
70266 msgstr ""
70268 #: fortran/decl.cc:5632
70269 #, gcc-internal-format, gfc-internal-format
70270 msgid "Component with KIND attribute at %C must be INTEGER"
70271 msgstr ""
70273 #: fortran/decl.cc:5641
70274 #, gcc-internal-format, gfc-internal-format
70275 msgid "LEN attribute at %C in a TYPE definition"
70276 msgstr ""
70278 #: fortran/decl.cc:5643
70279 #, gcc-internal-format, gfc-internal-format
70280 msgid "LEN attribute at %C in a STRUCTURE definition"
70281 msgstr ""
70283 #: fortran/decl.cc:5651
70284 #, gcc-internal-format, gfc-internal-format
70285 msgid "Component with LEN attribute at %C must be INTEGER"
70286 msgstr ""
70288 #: fortran/decl.cc:5659
70289 #, gcc-internal-format, gfc-internal-format
70290 msgid "Attribute at %L is not allowed in a TYPE definition"
70291 msgstr ""
70293 #: fortran/decl.cc:5661
70294 #, gcc-internal-format, gfc-internal-format
70295 msgid "Attribute at %L is not allowed in a STRUCTURE definition"
70296 msgstr ""
70298 #: fortran/decl.cc:5679
70299 #, gcc-internal-format, gfc-internal-format
70300 msgid "Attribute %s at %L in a TYPE definition"
70301 msgstr ""
70303 #: fortran/decl.cc:5689
70304 #, gcc-internal-format, gfc-internal-format
70305 msgid ""
70306 "%s attribute at %L is not allowed outside of the specification part of a "
70307 "module"
70308 msgstr ""
70310 #: fortran/decl.cc:5699
70311 #, gcc-internal-format, gfc-internal-format
70312 msgid "Attribute at %L is not allowed outside a TYPE definition"
70313 msgstr ""
70315 #: fortran/decl.cc:5712
70316 #, gcc-internal-format, gfc-internal-format
70317 msgid "ASYNCHRONOUS attribute at %C"
70318 msgstr ""
70320 #: fortran/decl.cc:5723
70321 #, gcc-internal-format, gfc-internal-format
70322 msgid "CONTIGUOUS attribute at %C"
70323 msgstr ""
70325 #: fortran/decl.cc:5778 fortran/decl.cc:9264
70326 #, gcc-internal-format, gfc-internal-format
70327 msgid "PROTECTED at %C only allowed in specification part of a module"
70328 msgstr ""
70330 #: fortran/decl.cc:5784
70331 #, gcc-internal-format, gfc-internal-format
70332 msgid "PROTECTED attribute at %C"
70333 msgstr ""
70335 #: fortran/decl.cc:5818
70336 #, gcc-internal-format, gfc-internal-format
70337 msgid "VALUE attribute at %C"
70338 msgstr ""
70340 #: fortran/decl.cc:5825
70341 #, gcc-internal-format, gfc-internal-format
70342 msgid "VOLATILE attribute at %C"
70343 msgstr ""
70345 #: fortran/decl.cc:5832
70346 #, gcc-internal-format
70347 msgid "match_attr_spec(): Bad attribute"
70348 msgstr ""
70350 #: fortran/decl.cc:5873
70351 #, gcc-internal-format, gfc-internal-format
70352 msgid "Multiple identifiers provided with single NAME= specifier at %C"
70353 msgstr ""
70355 #: fortran/decl.cc:5971
70356 #, gcc-internal-format
70357 msgid ""
70358 "Implicitly declared BIND(C) function %qs at %L may not be C interoperable"
70359 msgstr ""
70361 #: fortran/decl.cc:5993
70362 #, gcc-internal-format
70363 msgid ""
70364 "Variable %qs in common block %qs at %L may not be a C interoperable kind "
70365 "though common block %qs is BIND(C)"
70366 msgstr ""
70368 #: fortran/decl.cc:6004
70369 #, gcc-internal-format
70370 msgid "Type declaration %qs at %L is not C interoperable but it is BIND(C)"
70371 msgstr ""
70373 #: fortran/decl.cc:6010
70374 #, gcc-internal-format
70375 msgid "Variable %qs at %L may not be a C interoperable kind but it is BIND(C)"
70376 msgstr ""
70378 #: fortran/decl.cc:6022
70379 #, gcc-internal-format
70380 msgid ""
70381 "Variable %qs in common block %qs at %L cannot be declared with BIND(C) since "
70382 "it is not a global"
70383 msgstr ""
70385 #: fortran/decl.cc:6036
70386 #, gcc-internal-format
70387 msgid "Variable %qs at %L cannot have both the POINTER and BIND(C) attributes"
70388 msgstr ""
70390 #: fortran/decl.cc:6044
70391 #, gcc-internal-format
70392 msgid ""
70393 "Variable %qs at %L cannot have both the ALLOCATABLE and BIND(C) attributes"
70394 msgstr ""
70396 #: fortran/decl.cc:6056
70397 #, gcc-internal-format
70398 msgid "Return type of BIND(C) function %qs at %L cannot be an array"
70399 msgstr ""
70401 #: fortran/decl.cc:6064
70402 #, gcc-internal-format
70403 msgid ""
70404 "Return type of BIND(C) function %qs of character type at %L must have length "
70406 msgstr ""
70408 #. Use gfc_warning_now because we won't say that the symbol fails
70409 #. just because of this.
70410 #: fortran/decl.cc:6075
70411 #, gcc-internal-format
70412 msgid ""
70413 "Symbol %qs at %L is marked PRIVATE but has been given the binding label %qs"
70414 msgstr ""
70416 #: fortran/decl.cc:6149
70417 #, gcc-internal-format, gfc-internal-format
70418 msgid ""
70419 "Need either entity or common block name for attribute specification "
70420 "statement at %C"
70421 msgstr ""
70423 #: fortran/decl.cc:6194
70424 #, gcc-internal-format, gfc-internal-format
70425 msgid ""
70426 "Missing entity or common block name for attribute specification statement at "
70427 "%C"
70428 msgstr ""
70430 #: fortran/decl.cc:6201
70431 #, gcc-internal-format
70432 msgid "Missing symbol"
70433 msgstr ""
70435 #: fortran/decl.cc:6230
70436 #, gcc-internal-format, gfc-internal-format
70437 msgid "BIND(C) statement at %C"
70438 msgstr ""
70440 #: fortran/decl.cc:6292
70441 #, gcc-internal-format, gfc-internal-format
70442 msgid "CLASS entity at %C cannot have the PARAMETER attribute"
70443 msgstr ""
70445 #: fortran/decl.cc:6324
70446 #, gcc-internal-format, gfc-internal-format
70447 msgid ""
70448 "Derived type at %C has not been previously defined and so cannot appear in a "
70449 "derived type definition"
70450 msgstr ""
70452 #: fortran/decl.cc:6366
70453 #, gcc-internal-format, gfc-internal-format
70454 msgid "Syntax error in anonymous structure declaration at %C"
70455 msgstr ""
70457 #: fortran/decl.cc:6375
70458 #, gcc-internal-format, gfc-internal-format
70459 msgid "Syntax error in data declaration at %C"
70460 msgstr ""
70462 #: fortran/decl.cc:6447
70463 #, gcc-internal-format, gfc-internal-format
70464 msgid "MODULE prefix at %C"
70465 msgstr ""
70467 #: fortran/decl.cc:6452
70468 #, gcc-internal-format, gfc-internal-format
70469 msgid "MODULE prefix at %C found outside of a module, submodule, or interface"
70470 msgstr ""
70472 #: fortran/decl.cc:6503
70473 #, gcc-internal-format, gfc-internal-format
70474 msgid "IMPURE procedure at %C"
70475 msgstr ""
70477 #: fortran/decl.cc:6515
70478 #, gcc-internal-format, gfc-internal-format
70479 msgid "PURE and IMPURE must not appear both at %C"
70480 msgstr ""
70482 #: fortran/decl.cc:6561
70483 #, gcc-internal-format, gfc-internal-format
70484 msgid "ELEMENTAL prefix in MODULE PROCEDURE interface is missing at %L"
70485 msgstr ""
70487 #: fortran/decl.cc:6568
70488 #, gcc-internal-format, gfc-internal-format
70489 msgid "PURE prefix in MODULE PROCEDURE interface is missing at %L"
70490 msgstr ""
70492 #: fortran/decl.cc:6575
70493 #, gcc-internal-format, gfc-internal-format
70494 msgid "RECURSIVE prefix in MODULE PROCEDURE interface is missing at %L"
70495 msgstr ""
70497 #: fortran/decl.cc:6636
70498 #, gcc-internal-format, gfc-internal-format
70499 msgid "A type parameter list is required at %C"
70500 msgstr ""
70502 #: fortran/decl.cc:6650 fortran/primary.cc:1885
70503 #, gcc-internal-format, gfc-internal-format
70504 msgid "Alternate-return argument at %C"
70505 msgstr ""
70507 #: fortran/decl.cc:6656 fortran/decl.cc:6664
70508 #, gcc-internal-format, gfc-internal-format
70509 msgid "A parameter name is required at %C"
70510 msgstr ""
70512 #: fortran/decl.cc:6704
70513 #, gcc-internal-format
70514 msgid "Name %qs at %C is the name of the procedure"
70515 msgstr ""
70517 #: fortran/decl.cc:6717
70518 #, gcc-internal-format, gfc-internal-format
70519 msgid "Expected parameter list in type declaration at %C"
70520 msgstr ""
70522 #: fortran/decl.cc:6720
70523 #, gcc-internal-format, gfc-internal-format
70524 msgid "Unexpected junk in formal argument list at %C"
70525 msgstr ""
70527 #: fortran/decl.cc:6738
70528 #, gcc-internal-format
70529 msgid "Duplicate name %qs in parameter list at %C"
70530 msgstr ""
70532 #: fortran/decl.cc:6741
70533 #, gcc-internal-format
70534 msgid "Duplicate symbol %qs in formal argument list at %C"
70535 msgstr ""
70537 #: fortran/decl.cc:6780
70538 #, gcc-internal-format, gfc-internal-format
70539 msgid "Mismatch in MODULE PROCEDURE formal argument names (%s/%s) at %C"
70540 msgstr ""
70542 #: fortran/decl.cc:6786
70543 #, gcc-internal-format, gfc-internal-format
70544 msgid "Mismatch in number of MODULE PROCEDURE formal arguments at %C"
70545 msgstr ""
70547 #: fortran/decl.cc:6825
70548 #, gcc-internal-format, gfc-internal-format
70549 msgid "RESULT variable at %C must be different than function name"
70550 msgstr ""
70552 #: fortran/decl.cc:6902
70553 #, gcc-internal-format, gfc-internal-format
70554 msgid "Unexpected junk after function declaration at %C"
70555 msgstr ""
70557 #: fortran/decl.cc:6912 fortran/decl.cc:8050
70558 #, gcc-internal-format, gfc-internal-format
70559 msgid "BIND(C) attribute at %L may not be specified for an internal procedure"
70560 msgstr ""
70562 #: fortran/decl.cc:7116
70563 #, gcc-internal-format, gfc-internal-format
70564 msgid "BIND(C) attribute at %C requires an interface with BIND(C)"
70565 msgstr ""
70567 #: fortran/decl.cc:7123
70568 #, gcc-internal-format, gfc-internal-format
70569 msgid "BIND(C) procedure with NAME may not have POINTER attribute at %C"
70570 msgstr ""
70572 #: fortran/decl.cc:7129
70573 #, gcc-internal-format, gfc-internal-format
70574 msgid "Dummy procedure at %C may not have BIND(C) attribute with NAME"
70575 msgstr ""
70577 #: fortran/decl.cc:7152
70578 #, gcc-internal-format
70579 msgid "Procedure %qs at %L already has basic type of %s"
70580 msgstr ""
70582 #: fortran/decl.cc:7198 fortran/decl.cc:7386 fortran/decl.cc:11390
70583 #, gcc-internal-format, gfc-internal-format
70584 msgid "Syntax error in PROCEDURE statement at %C"
70585 msgstr ""
70587 #: fortran/decl.cc:7247 fortran/decl.cc:11290
70588 #, gcc-internal-format
70589 msgid "Expected %<::%> after binding-attributes at %C"
70590 msgstr ""
70592 #: fortran/decl.cc:7254
70593 #, gcc-internal-format, gfc-internal-format
70594 msgid "NOPASS or explicit interface required at %C"
70595 msgstr ""
70597 #: fortran/decl.cc:7258
70598 #, gcc-internal-format, gfc-internal-format
70599 msgid "Procedure pointer component at %C"
70600 msgstr ""
70602 #: fortran/decl.cc:7330
70603 #, gcc-internal-format, gfc-internal-format
70604 msgid "Syntax error in procedure pointer component at %C"
70605 msgstr ""
70607 #: fortran/decl.cc:7348
70608 #, gcc-internal-format, gfc-internal-format
70609 msgid "PROCEDURE at %C must be in a generic interface"
70610 msgstr ""
70612 #: fortran/decl.cc:7357 fortran/decl.cc:10030
70613 #, gcc-internal-format, gfc-internal-format
70614 msgid "double colon in MODULE PROCEDURE statement at %L"
70615 msgstr ""
70617 #: fortran/decl.cc:7427
70618 #, gcc-internal-format, gfc-internal-format
70619 msgid "PROCEDURE statement at %C"
70620 msgstr ""
70622 #: fortran/decl.cc:7499
70623 #, gcc-internal-format, gfc-internal-format
70624 msgid "Expected formal argument list in function definition at %C"
70625 msgstr ""
70627 #: fortran/decl.cc:7529 fortran/decl.cc:7808 fortran/decl.cc:8017
70628 #: fortran/symbol.cc:1910
70629 #, gcc-internal-format, gfc-internal-format
70630 msgid "BIND(C) attribute at %L can only be used for variables or common blocks"
70631 msgstr ""
70633 #: fortran/decl.cc:7559 fortran/decl.cc:8075
70634 #, gcc-internal-format
70635 msgid "Mismatch in BIND(C) names (%qs/%qs) at %C"
70636 msgstr ""
70638 #: fortran/decl.cc:7702
70639 #, gcc-internal-format, gfc-internal-format
70640 msgid "ENTRY statement at %C"
70641 msgstr ""
70643 #: fortran/decl.cc:7711
70644 #, gcc-internal-format, gfc-internal-format
70645 msgid "ENTRY statement at %C cannot appear within a PROGRAM"
70646 msgstr ""
70648 #: fortran/decl.cc:7714
70649 #, gcc-internal-format, gfc-internal-format
70650 msgid "ENTRY statement at %C cannot appear within a MODULE"
70651 msgstr ""
70653 #: fortran/decl.cc:7717
70654 #, gcc-internal-format, gfc-internal-format
70655 msgid "ENTRY statement at %C cannot appear within a SUBMODULE"
70656 msgstr ""
70658 #: fortran/decl.cc:7720
70659 #, gcc-internal-format, gfc-internal-format
70660 msgid "ENTRY statement at %C cannot appear within a BLOCK DATA"
70661 msgstr ""
70663 #: fortran/decl.cc:7724 fortran/decl.cc:7769
70664 #, gcc-internal-format, gfc-internal-format
70665 msgid "ENTRY statement at %C cannot appear within an INTERFACE"
70666 msgstr ""
70668 #: fortran/decl.cc:7728
70669 #, gcc-internal-format, gfc-internal-format
70670 msgid "ENTRY statement at %C cannot appear within a STRUCTURE block"
70671 msgstr ""
70673 #: fortran/decl.cc:7732
70674 #, gcc-internal-format, gfc-internal-format
70675 msgid "ENTRY statement at %C cannot appear within a DERIVED TYPE block"
70676 msgstr ""
70678 #: fortran/decl.cc:7736
70679 #, gcc-internal-format, gfc-internal-format
70680 msgid "ENTRY statement at %C cannot appear within an IF-THEN block"
70681 msgstr ""
70683 #: fortran/decl.cc:7741
70684 #, gcc-internal-format, gfc-internal-format
70685 msgid "ENTRY statement at %C cannot appear within a DO block"
70686 msgstr ""
70688 #: fortran/decl.cc:7745
70689 #, gcc-internal-format, gfc-internal-format
70690 msgid "ENTRY statement at %C cannot appear within a SELECT block"
70691 msgstr ""
70693 #: fortran/decl.cc:7749
70694 #, gcc-internal-format, gfc-internal-format
70695 msgid "ENTRY statement at %C cannot appear within a FORALL block"
70696 msgstr ""
70698 #: fortran/decl.cc:7753
70699 #, gcc-internal-format, gfc-internal-format
70700 msgid "ENTRY statement at %C cannot appear within a WHERE block"
70701 msgstr ""
70703 #: fortran/decl.cc:7757
70704 #, gcc-internal-format, gfc-internal-format
70705 msgid "ENTRY statement at %C cannot appear within a contained subprogram"
70706 msgstr ""
70708 #: fortran/decl.cc:7761
70709 #, gcc-internal-format, gfc-internal-format
70710 msgid "Unexpected ENTRY statement at %C"
70711 msgstr ""
70713 #: fortran/decl.cc:7782
70714 #, gcc-internal-format, gfc-internal-format
70715 msgid "ENTRY statement at %C cannot appear in a contained procedure"
70716 msgstr ""
70718 #: fortran/decl.cc:7833 fortran/decl.cc:8057
70719 #, gcc-internal-format, gfc-internal-format
70720 msgid "Missing required parentheses before BIND(C) at %C"
70721 msgstr ""
70723 #: fortran/decl.cc:7927
70724 #, gcc-internal-format, gfc-internal-format
70725 msgid "ENTRY statement at %L with BIND(C) prohibited in an elemental procedure"
70726 msgstr ""
70728 #: fortran/decl.cc:8084
70729 #, gcc-internal-format, gfc-internal-format
70730 msgid ""
70731 "Alternate return dummy argument cannot appear in a SUBROUTINE with the "
70732 "BIND(C) attribute at %L"
70733 msgstr ""
70735 #: fortran/decl.cc:8147 fortran/decl.cc:8154
70736 #, gcc-internal-format, gfc-internal-format
70737 msgid "Invalid C identifier in NAME= specifier at %C"
70738 msgstr ""
70740 #: fortran/decl.cc:8194
70741 #, gcc-internal-format, gfc-internal-format
70742 msgid "Syntax error in NAME= specifier for binding label at %C"
70743 msgstr ""
70745 #: fortran/decl.cc:8210
70746 #, gcc-internal-format, gfc-internal-format
70747 msgid "NAME= specifier at %C should be a constant expression"
70748 msgstr ""
70750 #: fortran/decl.cc:8218
70751 #, gcc-internal-format, gfc-internal-format
70752 msgid "NAME= specifier at %C should be a scalar of default character kind"
70753 msgstr ""
70755 #: fortran/decl.cc:8237
70756 #, gcc-internal-format, gfc-internal-format
70757 msgid "Missing closing paren for binding label at %C"
70758 msgstr ""
70760 #: fortran/decl.cc:8243
70761 #, gcc-internal-format, gfc-internal-format
70762 msgid "No binding name is allowed in BIND(C) at %C"
70763 msgstr ""
70765 #: fortran/decl.cc:8249
70766 #, gcc-internal-format, gfc-internal-format
70767 msgid "For dummy procedure %s, no binding name is allowed in BIND(C) at %C"
70768 msgstr ""
70770 #: fortran/decl.cc:8278
70771 #, gcc-internal-format, gfc-internal-format
70772 msgid "NAME not allowed on BIND(C) for ABSTRACT INTERFACE at %C"
70773 msgstr ""
70775 #: fortran/decl.cc:8525
70776 #, gcc-internal-format, gfc-internal-format
70777 msgid "Unexpected END statement at %C"
70778 msgstr ""
70780 #: fortran/decl.cc:8534
70781 #, gcc-internal-format, gfc-internal-format
70782 msgid "END statement instead of %s statement at %L"
70783 msgstr ""
70785 #. We would have required END [something].
70786 #: fortran/decl.cc:8543
70787 #, gcc-internal-format, gfc-internal-format
70788 msgid "%s statement expected at %L"
70789 msgstr ""
70791 #: fortran/decl.cc:8554
70792 #, gcc-internal-format, gfc-internal-format
70793 msgid "Expecting %s statement at %L"
70794 msgstr ""
70796 #: fortran/decl.cc:8574
70797 #, gcc-internal-format
70798 msgid "Expected block name of %qs in %s statement at %L"
70799 msgstr ""
70801 #: fortran/decl.cc:8591
70802 #, gcc-internal-format, gfc-internal-format
70803 msgid "Expected terminating name at %C"
70804 msgstr ""
70806 #: fortran/decl.cc:8605 fortran/decl.cc:8613
70807 #, gcc-internal-format
70808 msgid "Expected label %qs for %s statement at %C"
70809 msgstr ""
70811 #: fortran/decl.cc:8712
70812 #, gcc-internal-format, gfc-internal-format
70813 msgid "Missing array specification at %L in DIMENSION statement"
70814 msgstr ""
70816 #: fortran/decl.cc:8720
70817 #, gcc-internal-format, gfc-internal-format
70818 msgid "Dimensions specified for %s at %L after its initialization"
70819 msgstr ""
70821 #: fortran/decl.cc:8728
70822 #, gcc-internal-format, gfc-internal-format
70823 msgid "Missing array specification at %L in CODIMENSION statement"
70824 msgstr ""
70826 #: fortran/decl.cc:8737
70827 #, gcc-internal-format, gfc-internal-format
70828 msgid "Array specification must be deferred at %L"
70829 msgstr ""
70831 #: fortran/decl.cc:8842
70832 #, gcc-internal-format, gfc-internal-format
70833 msgid "Unexpected character in variable list at %C"
70834 msgstr ""
70836 #: fortran/decl.cc:8879
70837 #, gcc-internal-format
70838 msgid "Expected %<(%> at %C"
70839 msgstr ""
70841 #: fortran/decl.cc:8893 fortran/decl.cc:8933
70842 #, gcc-internal-format, gfc-internal-format
70843 msgid "Expected variable name at %C"
70844 msgstr ""
70846 #: fortran/decl.cc:8909
70847 #, gcc-internal-format, gfc-internal-format
70848 msgid "Cray pointer at %C must be an integer"
70849 msgstr ""
70851 #: fortran/decl.cc:8913
70852 #, gcc-internal-format, gfc-internal-format
70853 msgid ""
70854 "Cray pointer at %C has %d bytes of precision; memory addresses require %d "
70855 "bytes"
70856 msgstr ""
70858 #: fortran/decl.cc:8919
70859 #, gcc-internal-format, gfc-internal-format
70860 msgid "Expected \",\" at %C"
70861 msgstr ""
70863 #: fortran/decl.cc:8958
70864 #, gcc-internal-format
70865 msgid "Cannot set Cray pointee array spec."
70866 msgstr ""
70868 #: fortran/decl.cc:8982
70869 #, gcc-internal-format, gfc-internal-format
70870 msgid "Expected \")\" at %C"
70871 msgstr ""
70873 #: fortran/decl.cc:8994
70874 #, gcc-internal-format
70875 msgid "Expected %<,%> or end of statement at %C"
70876 msgstr ""
70878 #: fortran/decl.cc:9020
70879 #, gcc-internal-format, gfc-internal-format
70880 msgid "INTENT is not allowed inside of BLOCK at %C"
70881 msgstr ""
70883 #: fortran/decl.cc:9052
70884 #, gcc-internal-format, gfc-internal-format
70885 msgid "OPTIONAL is not allowed inside of BLOCK at %C"
70886 msgstr ""
70888 #: fortran/decl.cc:9071
70889 #, gcc-internal-format
70890 msgid "Cray pointer declaration at %C requires %<-fcray-pointer%> flag"
70891 msgstr ""
70893 #: fortran/decl.cc:9110
70894 #, gcc-internal-format, gfc-internal-format
70895 msgid "CONTIGUOUS statement at %C"
70896 msgstr ""
70898 #: fortran/decl.cc:9208
70899 #, gcc-internal-format, gfc-internal-format
70900 msgid ""
70901 "Access specification of the %s operator at %C has already been specified"
70902 msgstr ""
70904 #: fortran/decl.cc:9224
70905 #, gcc-internal-format, gfc-internal-format
70906 msgid ""
70907 "Access specification of the .%s. operator at %C has already been specified"
70908 msgstr ""
70910 #: fortran/decl.cc:9272
70911 #, gcc-internal-format, gfc-internal-format
70912 msgid "PROTECTED statement at %C"
70913 msgstr ""
70915 #: fortran/decl.cc:9306
70916 #, gcc-internal-format, gfc-internal-format
70917 msgid "Syntax error in PROTECTED statement at %C"
70918 msgstr ""
70920 #: fortran/decl.cc:9333 fortran/decl.cc:9358
70921 #, gcc-internal-format, gfc-internal-format
70922 msgid ""
70923 "PRIVATE statement at %C is only allowed in the specification part of a module"
70924 msgstr ""
70926 #: fortran/decl.cc:9379 fortran/decl.cc:9399
70927 #, gcc-internal-format, gfc-internal-format
70928 msgid ""
70929 "PUBLIC statement at %C is only allowed in the specification part of a module"
70930 msgstr ""
70932 #: fortran/decl.cc:9421
70933 #, gcc-internal-format, gfc-internal-format
70934 msgid "Expected variable name at %C in PARAMETER statement"
70935 msgstr ""
70937 #: fortran/decl.cc:9428
70938 #, gcc-internal-format, gfc-internal-format
70939 msgid "Expected = sign in PARAMETER statement at %C"
70940 msgstr ""
70942 #: fortran/decl.cc:9434
70943 #, gcc-internal-format, gfc-internal-format
70944 msgid "Expected expression at %C in PARAMETER statement"
70945 msgstr ""
70947 #: fortran/decl.cc:9454
70948 #, gcc-internal-format, gfc-internal-format
70949 msgid "Initializing already initialized variable at %C"
70950 msgstr ""
70952 #. With legacy PARAMETER statements, don't expect a terminating ')'.
70953 #: fortran/decl.cc:9479
70954 #, gcc-internal-format, gfc-internal-format
70955 msgid "PARAMETER without '()' at %C"
70956 msgstr ""
70958 #: fortran/decl.cc:9495
70959 #, gcc-internal-format, gfc-internal-format
70960 msgid "Unexpected characters in PARAMETER statement at %C"
70961 msgstr ""
70963 #: fortran/decl.cc:9514 fortran/decl.cc:9570
70964 #, gcc-internal-format
70965 msgid "%s at %C is a DEC extension, enable with %<-fdec-static%>"
70966 msgstr ""
70968 #: fortran/decl.cc:9549
70969 #, gcc-internal-format, gfc-internal-format
70970 msgid "Expected entity-list in AUTOMATIC statement at %C"
70971 msgstr ""
70973 #: fortran/decl.cc:9556
70974 #, gcc-internal-format, gfc-internal-format
70975 msgid "Syntax error in AUTOMATIC statement at %C"
70976 msgstr ""
70978 #: fortran/decl.cc:9605
70979 #, gcc-internal-format, gfc-internal-format
70980 msgid "Expected entity-list in STATIC statement at %C"
70981 msgstr ""
70983 #: fortran/decl.cc:9612
70984 #, gcc-internal-format, gfc-internal-format
70985 msgid "Syntax error in STATIC statement at %C"
70986 msgstr ""
70988 #: fortran/decl.cc:9631
70989 #, gcc-internal-format, gfc-internal-format
70990 msgid "Blanket SAVE statement at %C follows previous SAVE statement"
70991 msgstr ""
70993 #: fortran/decl.cc:9642
70994 #, gcc-internal-format, gfc-internal-format
70995 msgid "SAVE statement at %C follows blanket SAVE statement"
70996 msgstr ""
70998 #: fortran/decl.cc:9690
70999 #, gcc-internal-format, gfc-internal-format
71000 msgid "Syntax error in SAVE statement at %C"
71001 msgstr ""
71003 #: fortran/decl.cc:9707
71004 #, gcc-internal-format, gfc-internal-format
71005 msgid "VALUE is not allowed inside of BLOCK at %C"
71006 msgstr ""
71008 #: fortran/decl.cc:9711
71009 #, gcc-internal-format, gfc-internal-format
71010 msgid "VALUE statement at %C"
71011 msgstr ""
71013 #: fortran/decl.cc:9749
71014 #, gcc-internal-format, gfc-internal-format
71015 msgid "Syntax error in VALUE statement at %C"
71016 msgstr ""
71018 #: fortran/decl.cc:9761
71019 #, gcc-internal-format, gfc-internal-format
71020 msgid "VOLATILE statement at %C"
71021 msgstr ""
71023 #: fortran/decl.cc:9788
71024 #, gcc-internal-format
71025 msgid ""
71026 "Specifying VOLATILE for coarray variable %qs at %C, which is use-/host-"
71027 "associated"
71028 msgstr ""
71030 #: fortran/decl.cc:9813
71031 #, gcc-internal-format, gfc-internal-format
71032 msgid "Syntax error in VOLATILE statement at %C"
71033 msgstr ""
71035 #: fortran/decl.cc:9825
71036 #, gcc-internal-format, gfc-internal-format
71037 msgid "ASYNCHRONOUS statement at %C"
71038 msgstr ""
71040 #: fortran/decl.cc:9869
71041 #, gcc-internal-format, gfc-internal-format
71042 msgid "Syntax error in ASYNCHRONOUS statement at %C"
71043 msgstr ""
71045 #: fortran/decl.cc:9894
71046 #, gcc-internal-format, gfc-internal-format
71047 msgid "MODULE PROCEDURE declaration at %C"
71048 msgstr ""
71050 #: fortran/decl.cc:10005
71051 #, gcc-internal-format, gfc-internal-format
71052 msgid "MODULE PROCEDURE at %C must be in a generic module interface"
71053 msgstr ""
71055 #: fortran/decl.cc:10063
71056 #, gcc-internal-format, gfc-internal-format
71057 msgid "Intrinsic procedure at %L cannot be a MODULE PROCEDURE"
71058 msgstr ""
71060 #: fortran/decl.cc:10112
71061 #, gcc-internal-format, gfc-internal-format
71062 msgid "Ambiguous symbol in TYPE definition at %C"
71063 msgstr ""
71065 #: fortran/decl.cc:10121
71066 #, gcc-internal-format
71067 msgid "Symbol %qs at %C has not been previously defined"
71068 msgstr ""
71070 #: fortran/decl.cc:10127
71071 #, gcc-internal-format
71072 msgid "%qs in EXTENDS expression at %C is not a derived type"
71073 msgstr ""
71075 #: fortran/decl.cc:10134
71076 #, gcc-internal-format
71077 msgid "%qs cannot be extended at %C because it is BIND(C)"
71078 msgstr ""
71080 #: fortran/decl.cc:10141
71081 #, gcc-internal-format
71082 msgid "%qs cannot be extended at %C because it is a SEQUENCE type"
71083 msgstr ""
71085 #: fortran/decl.cc:10164
71086 #, gcc-internal-format, gfc-internal-format
71087 msgid ""
71088 "Derived type at %C can only be PRIVATE in the specification part of a module"
71089 msgstr ""
71091 #: fortran/decl.cc:10176
71092 #, gcc-internal-format, gfc-internal-format
71093 msgid ""
71094 "Derived type at %C can only be PUBLIC in the specification part of a module"
71095 msgstr ""
71097 #: fortran/decl.cc:10197
71098 #, gcc-internal-format, gfc-internal-format
71099 msgid "ABSTRACT type at %C"
71100 msgstr ""
71102 #: fortran/decl.cc:10243
71103 #, gcc-internal-format, gfc-internal-format
71104 msgid "Failed to create structure type '%s' at %C"
71105 msgstr ""
71107 #: fortran/decl.cc:10249
71108 #, gcc-internal-format
71109 msgid "Type definition of %qs at %C was already defined at %L"
71110 msgstr ""
71112 #: fortran/decl.cc:10296
71113 #, gcc-internal-format, gfc-internal-format
71114 msgid "Junk after MAP statement at %C"
71115 msgstr ""
71117 #: fortran/decl.cc:10329
71118 #, gcc-internal-format, gfc-internal-format
71119 msgid "Junk after UNION statement at %C"
71120 msgstr ""
71122 #: fortran/decl.cc:10364
71123 #, gcc-internal-format
71124 msgid "%s at %C is a DEC extension, enable with %<-fdec-structure%>"
71125 msgstr ""
71127 #: fortran/decl.cc:10378
71128 #, gcc-internal-format, gfc-internal-format
71129 msgid "Structure name expected in non-nested structure declaration at %C"
71130 msgstr ""
71132 #: fortran/decl.cc:10396
71133 #, gcc-internal-format, gfc-internal-format
71134 msgid "Junk after non-nested STRUCTURE statement at %C"
71135 msgstr ""
71137 #: fortran/decl.cc:10403
71138 #, gcc-internal-format
71139 msgid "Structure name %qs at %C cannot be the same as an intrinsic type"
71140 msgstr ""
71142 #: fortran/decl.cc:10566
71143 #, gcc-internal-format, gfc-internal-format
71144 msgid "Expected :: in TYPE definition at %C"
71145 msgstr ""
71147 #: fortran/decl.cc:10579
71148 #, gcc-internal-format, gfc-internal-format
71149 msgid "Mangled derived type definition at %C"
71150 msgstr ""
71152 #: fortran/decl.cc:10608
71153 #, gcc-internal-format
71154 msgid "Type name %qs at %C cannot be the same as an intrinsic type"
71155 msgstr ""
71157 #: fortran/decl.cc:10619
71158 #, gcc-internal-format
71159 msgid "Derived type name %qs at %C already has a basic type of %s"
71160 msgstr ""
71162 #: fortran/decl.cc:10622
71163 #, gcc-internal-format
71164 msgid "Derived type name %qs at %C already has a basic type"
71165 msgstr ""
71167 #: fortran/decl.cc:10637
71168 #, gcc-internal-format
71169 msgid "Dummy argument %qs at %L cannot be a derived type at %C"
71170 msgstr ""
71172 #: fortran/decl.cc:10646
71173 #, gcc-internal-format
71174 msgid "Derived type definition of %qs at %C has already been defined"
71175 msgstr ""
71177 #: fortran/decl.cc:10709
71178 #, gcc-internal-format, gfc-internal-format
71179 msgid "Garbage after PARAMETERIZED TYPE declaration at %C"
71180 msgstr ""
71182 #: fortran/decl.cc:10792
71183 #, gcc-internal-format, gfc-internal-format
71184 msgid "Cray Pointee at %C cannot be assumed shape array"
71185 msgstr ""
71187 #: fortran/decl.cc:10812
71188 #, gcc-internal-format, gfc-internal-format
71189 msgid "ENUM and ENUMERATOR at %C"
71190 msgstr ""
71192 #: fortran/decl.cc:10844
71193 #, gcc-internal-format, gfc-internal-format
71194 msgid "Enumerator exceeds the C integer type at %C"
71195 msgstr ""
71197 #: fortran/decl.cc:10923
71198 #, gcc-internal-format, gfc-internal-format
71199 msgid "ENUMERATOR %L not initialized with integer expression"
71200 msgstr ""
71202 #: fortran/decl.cc:10971
71203 #, gcc-internal-format, gfc-internal-format
71204 msgid "ENUM definition statement expected before %C"
71205 msgstr ""
71207 #: fortran/decl.cc:11007
71208 #, gcc-internal-format, gfc-internal-format
71209 msgid "Syntax error in ENUMERATOR definition at %C"
71210 msgstr ""
71212 #: fortran/decl.cc:11054 fortran/decl.cc:11069
71213 #, gcc-internal-format, gfc-internal-format
71214 msgid "Duplicate access-specifier at %C"
71215 msgstr ""
71217 #: fortran/decl.cc:11089
71218 #, gcc-internal-format, gfc-internal-format
71219 msgid "Binding attributes already specify passing, illegal NOPASS at %C"
71220 msgstr ""
71222 #: fortran/decl.cc:11109
71223 #, gcc-internal-format, gfc-internal-format
71224 msgid "Binding attributes already specify passing, illegal PASS at %C"
71225 msgstr ""
71227 #: fortran/decl.cc:11136
71228 #, gcc-internal-format, gfc-internal-format
71229 msgid "Duplicate POINTER attribute at %C"
71230 msgstr ""
71232 #: fortran/decl.cc:11154
71233 #, gcc-internal-format, gfc-internal-format
71234 msgid "Duplicate NON_OVERRIDABLE at %C"
71235 msgstr ""
71237 #: fortran/decl.cc:11170
71238 #, gcc-internal-format, gfc-internal-format
71239 msgid "Duplicate DEFERRED at %C"
71240 msgstr ""
71242 #: fortran/decl.cc:11183
71243 #, gcc-internal-format, gfc-internal-format
71244 msgid "Expected access-specifier at %C"
71245 msgstr ""
71247 #: fortran/decl.cc:11185
71248 #, gcc-internal-format, gfc-internal-format
71249 msgid "Expected binding attribute at %C"
71250 msgstr ""
71252 #: fortran/decl.cc:11193
71253 #, gcc-internal-format, gfc-internal-format
71254 msgid "NON_OVERRIDABLE and DEFERRED cannot both appear at %C"
71255 msgstr ""
71257 #: fortran/decl.cc:11206
71258 #, gcc-internal-format, gfc-internal-format
71259 msgid "POINTER attribute is required for procedure pointer component at %C"
71260 msgstr ""
71262 #: fortran/decl.cc:11248
71263 #, gcc-internal-format
71264 msgid "Interface-name expected after %<(%> at %C"
71265 msgstr ""
71267 #: fortran/decl.cc:11254
71268 #, gcc-internal-format
71269 msgid "%<)%> expected at %C"
71270 msgstr ""
71272 #: fortran/decl.cc:11274
71273 #, gcc-internal-format, gfc-internal-format
71274 msgid "Interface must be specified for DEFERRED binding at %C"
71275 msgstr ""
71277 #: fortran/decl.cc:11279
71278 #, gcc-internal-format, gfc-internal-format
71279 msgid "PROCEDURE(interface) at %C should be declared DEFERRED"
71280 msgstr ""
71282 #: fortran/decl.cc:11302
71283 #, gcc-internal-format, gfc-internal-format
71284 msgid "Expected binding name at %C"
71285 msgstr ""
71287 #: fortran/decl.cc:11306
71288 #, gcc-internal-format, gfc-internal-format
71289 msgid "PROCEDURE list at %C"
71290 msgstr ""
71292 #: fortran/decl.cc:11318
71293 #, gcc-internal-format
71294 msgid "%<=> target%> is invalid for DEFERRED binding at %C"
71295 msgstr ""
71297 #: fortran/decl.cc:11324
71298 #, gcc-internal-format
71299 msgid "%<::%> needed in PROCEDURE binding with explicit target at %C"
71300 msgstr ""
71302 #: fortran/decl.cc:11334
71303 #, gcc-internal-format
71304 msgid "Expected binding target after %<=>%> at %C"
71305 msgstr ""
71307 #: fortran/decl.cc:11351
71308 #, gcc-internal-format
71309 msgid "Type %qs containing DEFERRED binding at %C is not ABSTRACT"
71310 msgstr ""
71312 #: fortran/decl.cc:11362
71313 #, gcc-internal-format
71314 msgid ""
71315 "There is already a procedure with binding name %qs for the derived type %qs "
71316 "at %C"
71317 msgstr ""
71319 #: fortran/decl.cc:11413
71320 #, gcc-internal-format, gfc-internal-format
71321 msgid "GENERIC at %C must be inside a derived-type CONTAINS"
71322 msgstr ""
71324 #: fortran/decl.cc:11433
71325 #, gcc-internal-format
71326 msgid "Expected %<::%> at %C"
71327 msgstr ""
71329 #: fortran/decl.cc:11445
71330 #, gcc-internal-format, gfc-internal-format
71331 msgid "Expected generic name or operator descriptor at %C"
71332 msgstr ""
71334 #: fortran/decl.cc:11466
71335 #, gcc-internal-format, gfc-internal-format
71336 msgid "Malformed GENERIC statement at %C"
71337 msgstr ""
71339 #: fortran/decl.cc:11477
71340 #, gcc-internal-format
71341 msgid "Expected %<=>%> at %C"
71342 msgstr ""
71344 #: fortran/decl.cc:11513
71345 #, gcc-internal-format
71346 msgid ""
71347 "There's already a non-generic procedure with binding name %qs for the "
71348 "derived type %qs at %C"
71349 msgstr ""
71351 #: fortran/decl.cc:11521
71352 #, gcc-internal-format
71353 msgid "Binding at %C must have the same access as already defined binding %qs"
71354 msgstr ""
71356 #: fortran/decl.cc:11569
71357 #, gcc-internal-format, gfc-internal-format
71358 msgid "Expected specific binding name at %C"
71359 msgstr ""
71361 #: fortran/decl.cc:11579
71362 #, gcc-internal-format
71363 msgid "%qs already defined as specific binding for the generic %qs at %C"
71364 msgstr ""
71366 #: fortran/decl.cc:11597
71367 #, gcc-internal-format, gfc-internal-format
71368 msgid "Junk after GENERIC binding at %C"
71369 msgstr ""
71371 #: fortran/decl.cc:11632
71372 #, gcc-internal-format, gfc-internal-format
71373 msgid "FINAL declaration at %C must be inside a derived type CONTAINS section"
71374 msgstr ""
71376 #: fortran/decl.cc:11643
71377 #, gcc-internal-format, gfc-internal-format
71378 msgid ""
71379 "Derived type declaration with FINAL at %C must be in the specification part "
71380 "of a MODULE"
71381 msgstr ""
71383 #: fortran/decl.cc:11665
71384 #, gcc-internal-format, gfc-internal-format
71385 msgid "Empty FINAL at %C"
71386 msgstr ""
71388 #: fortran/decl.cc:11672
71389 #, gcc-internal-format, gfc-internal-format
71390 msgid "Expected module procedure name at %C"
71391 msgstr ""
71393 #: fortran/decl.cc:11682
71394 #, gcc-internal-format
71395 msgid "Expected %<,%> at %C"
71396 msgstr ""
71398 #: fortran/decl.cc:11688
71399 #, gcc-internal-format
71400 msgid "Unknown procedure name %qs at %C"
71401 msgstr ""
71403 #: fortran/decl.cc:11701
71404 #, gcc-internal-format
71405 msgid "%qs at %C is already defined as FINAL procedure"
71406 msgstr ""
71408 #: fortran/decl.cc:11775
71409 #, gcc-internal-format, gfc-internal-format
71410 msgid "Unknown attribute in !GCC$ ATTRIBUTES statement at %C"
71411 msgstr ""
71413 #: fortran/decl.cc:11821
71414 #, gcc-internal-format, gfc-internal-format
71415 msgid "Syntax error in !GCC$ ATTRIBUTES statement at %C"
71416 msgstr ""
71418 #: fortran/decl.cc:11842
71419 #, gcc-internal-format
71420 msgid ""
71421 "%<GCC unroll%> directive requires a non-negative integral constant less than "
71422 "or equal to %u at %C"
71423 msgstr ""
71425 #: fortran/decl.cc:11856
71426 #, gcc-internal-format, gfc-internal-format
71427 msgid "Syntax error in !GCC$ UNROLL directive at %C"
71428 msgstr ""
71430 #: fortran/decl.cc:11920
71431 #, gcc-internal-format, gfc-internal-format
71432 msgid "Syntax error in !GCC$ IVDEP directive at %C"
71433 msgstr ""
71435 #: fortran/decl.cc:11937
71436 #, gcc-internal-format, gfc-internal-format
71437 msgid "Syntax error in !GCC$ VECTOR directive at %C"
71438 msgstr ""
71440 #: fortran/decl.cc:11954
71441 #, gcc-internal-format, gfc-internal-format
71442 msgid "Syntax error in !GCC$ NOVECTOR directive at %C"
71443 msgstr ""
71445 #: fortran/dependency.cc:106
71446 #, gcc-internal-format
71447 msgid "identical_array_ref(): inconsistent dimensions"
71448 msgstr ""
71450 #: fortran/dependency.cc:199
71451 #, gcc-internal-format
71452 msgid "are_identical_variables: Bad type"
71453 msgstr ""
71455 #: fortran/dependency.cc:989
71456 #, gcc-internal-format, gfc-internal-format
71457 msgid ""
71458 "INTENT(%s) actual argument at %L might interfere with actual argument at %L."
71459 msgstr ""
71461 #: fortran/dependency.cc:1293
71462 #, gcc-internal-format
71463 msgid "gfc_check_dependency: expecting an EXPR_VARIABLE"
71464 msgstr ""
71466 #: fortran/dump-parse-tree.cc:282
71467 #, gcc-internal-format
71468 msgid "show_array_spec(): Unhandled array shape type."
71469 msgstr ""
71471 #: fortran/dump-parse-tree.cc:361
71472 #, gcc-internal-format
71473 msgid "show_array_ref(): Unknown array reference"
71474 msgstr ""
71476 #: fortran/dump-parse-tree.cc:435
71477 #, gcc-internal-format
71478 msgid "show_ref(): Bad component code"
71479 msgstr ""
71481 #: fortran/dump-parse-tree.cc:708
71482 #, gcc-internal-format
71483 msgid "show_expr(): Bad intrinsic in expression"
71484 msgstr ""
71486 #: fortran/dump-parse-tree.cc:751
71487 #, gcc-internal-format
71488 msgid "show_expr(): Don't know how to show expr"
71489 msgstr ""
71491 #: fortran/dump-parse-tree.cc:3485
71492 #, gcc-internal-format
71493 msgid "show_code_node(): Bad statement code"
71494 msgstr ""
71496 #: fortran/dump-parse-tree.cc:3821 fortran/dump-parse-tree.cc:3926
71497 #, gcc-internal-format
71498 msgid "Cannot convert %qs to interoperable type at %L"
71499 msgstr ""
71501 #: fortran/error.cc:388
71502 #, gcc-internal-format, gfc-internal-format
71503 msgid "    Included at %s:%d:"
71504 msgstr ""
71506 #: fortran/error.cc:474
71507 #, gcc-internal-format
71508 msgid "<During initialization>\n"
71509 msgstr ""
71511 #: fortran/expr.cc:149
71512 #, gcc-internal-format
71513 msgid "gfc_get_constant_expr(): locus %<where%> cannot be NULL"
71514 msgstr ""
71516 #: fortran/expr.cc:357
71517 #, gcc-internal-format
71518 msgid "gfc_copy_expr(): Bad expr node"
71519 msgstr ""
71521 #: fortran/expr.cc:514
71522 #, gcc-internal-format
71523 msgid "free_expr0(): Bad expr type"
71524 msgstr ""
71526 #: fortran/expr.cc:669 fortran/expr.cc:671 fortran/expr.cc:722
71527 #: fortran/expr.cc:724
71528 #, gcc-internal-format, gfc-internal-format
71529 msgid "Constant expression required at %C"
71530 msgstr ""
71532 #: fortran/expr.cc:678 fortran/expr.cc:680 fortran/expr.cc:731
71533 #: fortran/expr.cc:733
71534 #, gcc-internal-format, gfc-internal-format
71535 msgid "Integer expression required at %C"
71536 msgstr ""
71538 #: fortran/expr.cc:688 fortran/expr.cc:690 fortran/expr.cc:744
71539 #: fortran/expr.cc:746
71540 #, gcc-internal-format, gfc-internal-format
71541 msgid "Integer value too large in expression at %C"
71542 msgstr ""
71544 #: fortran/expr.cc:1109
71545 #, gcc-internal-format
71546 msgid "gfc_is_constant_expr(): Unknown expression type"
71547 msgstr ""
71549 #: fortran/expr.cc:1304
71550 #, gcc-internal-format
71551 msgid "simplify_intrinsic_op(): Bad operator"
71552 msgstr ""
71554 #: fortran/expr.cc:1409
71555 #, gcc-internal-format, gfc-internal-format
71556 msgid "Index in dimension %d is out of bounds at %L"
71557 msgstr ""
71559 #: fortran/expr.cc:1607 fortran/expr.cc:1658
71560 #, gcc-internal-format, gfc-internal-format
71561 msgid "index in dimension %d is out of bounds at %L"
71562 msgstr ""
71564 #: fortran/expr.cc:1734
71565 #, gcc-internal-format
71566 msgid ""
71567 "The number of elements in the array constructor at %L requires an increase "
71568 "of the allowed %d upper limit.  See %<-fmax-array-constructor%> option"
71569 msgstr ""
71571 #: fortran/expr.cc:1744
71572 #, gcc-internal-format, gfc-internal-format
71573 msgid "Error in array constructor referenced at %L"
71574 msgstr ""
71576 #: fortran/expr.cc:1848 fortran/primary.cc:2292 fortran/primary.cc:2436
71577 #, gcc-internal-format, gfc-internal-format
71578 msgid "LEN part_ref at %C"
71579 msgstr ""
71581 #: fortran/expr.cc:1866 fortran/primary.cc:2287 fortran/primary.cc:2451
71582 #, gcc-internal-format, gfc-internal-format
71583 msgid "KIND part_ref at %C"
71584 msgstr ""
71586 #: fortran/expr.cc:1877
71587 #, gcc-internal-format, gfc-internal-format
71588 msgid "RE part_ref at %C"
71589 msgstr ""
71591 #: fortran/expr.cc:1889
71592 #, gcc-internal-format, gfc-internal-format
71593 msgid "IM part_ref at %C"
71594 msgstr ""
71596 #: fortran/expr.cc:2537
71597 #, gcc-internal-format, gfc-internal-format
71598 msgid "elemental function arguments at %C are not compliant"
71599 msgstr ""
71601 #: fortran/expr.cc:2581
71602 #, gcc-internal-format, gfc-internal-format
71603 msgid "Numeric or CHARACTER operands are required in expression at %L"
71604 msgstr ""
71606 #: fortran/expr.cc:2606
71607 #, gcc-internal-format, gfc-internal-format
71608 msgid ""
71609 "Concatenation operator in expression at %L must have two CHARACTER operands"
71610 msgstr ""
71612 #: fortran/expr.cc:2613
71613 #, gcc-internal-format, gfc-internal-format
71614 msgid "Concat operator at %L must concatenate strings of the same kind"
71615 msgstr ""
71617 #: fortran/expr.cc:2623
71618 #, gcc-internal-format, gfc-internal-format
71619 msgid ".NOT. operator in expression at %L must have a LOGICAL operand"
71620 msgstr ""
71622 #: fortran/expr.cc:2639
71623 #, gcc-internal-format, gfc-internal-format
71624 msgid "LOGICAL operands are required in expression at %L"
71625 msgstr ""
71627 #: fortran/expr.cc:2650
71628 #, gcc-internal-format, gfc-internal-format
71629 msgid "Only intrinsic operators can be used in expression at %L"
71630 msgstr ""
71632 #: fortran/expr.cc:2658
71633 #, gcc-internal-format, gfc-internal-format
71634 msgid "Numeric operands are required in expression at %L"
71635 msgstr ""
71637 #: fortran/expr.cc:2681
71638 #, gcc-internal-format
71639 msgid ""
71640 "Invalid initialization expression for ALLOCATABLE component %qs in structure "
71641 "constructor at %L"
71642 msgstr ""
71644 #: fortran/expr.cc:2818
71645 #, gcc-internal-format
71646 msgid ""
71647 "Assumed or deferred character length variable %qs in constant expression at "
71648 "%L"
71649 msgstr ""
71651 #: fortran/expr.cc:2893
71652 #, gcc-internal-format
71653 msgid ""
71654 "transformational intrinsic %qs at %L is not permitted in an initialization "
71655 "expression"
71656 msgstr ""
71658 #: fortran/expr.cc:2924
71659 #, gcc-internal-format, gfc-internal-format
71660 msgid "Evaluation of nonstandard initialization expression at %L"
71661 msgstr ""
71663 #: fortran/expr.cc:3001 fortran/resolve.cc:2816
71664 #, gcc-internal-format
71665 msgid ""
71666 "Function %qs in initialization expression at %L must be an intrinsic function"
71667 msgstr ""
71669 #: fortran/expr.cc:3013
71670 #, gcc-internal-format
71671 msgid ""
71672 "Intrinsic function %qs at %L is not permitted in an initialization expression"
71673 msgstr ""
71675 #: fortran/expr.cc:3052
71676 #, gcc-internal-format
71677 msgid "PARAMETER %qs is used at %L before its definition is complete"
71678 msgstr ""
71680 #: fortran/expr.cc:3072
71681 #, gcc-internal-format
71682 msgid ""
71683 "Assumed size array %qs at %L is not permitted in an initialization expression"
71684 msgstr ""
71686 #: fortran/expr.cc:3078
71687 #, gcc-internal-format
71688 msgid ""
71689 "Assumed shape array %qs at %L is not permitted in an initialization "
71690 "expression"
71691 msgstr ""
71693 #: fortran/expr.cc:3087
71694 #, gcc-internal-format
71695 msgid ""
71696 "Assumed-shape array %qs at %L is not permitted in an initialization "
71697 "expression"
71698 msgstr ""
71700 #: fortran/expr.cc:3091
71701 #, gcc-internal-format
71702 msgid ""
71703 "Deferred array %qs at %L is not permitted in an initialization expression"
71704 msgstr ""
71706 #: fortran/expr.cc:3097
71707 #, gcc-internal-format
71708 msgid ""
71709 "Array %qs at %L is a variable, which does not reduce to a constant expression"
71710 msgstr ""
71712 #: fortran/expr.cc:3103
71713 #, gcc-internal-format
71714 msgid ""
71715 "Assumed-rank array %qs at %L is not permitted in an initialization expression"
71716 msgstr ""
71718 #: fortran/expr.cc:3113
71719 #, gcc-internal-format
71720 msgid ""
71721 "Parameter %qs at %L has not been declared or is a variable, which does not "
71722 "reduce to a constant expression"
71723 msgstr ""
71725 #: fortran/expr.cc:3167
71726 #, gcc-internal-format
71727 msgid "check_init_expr(): Unknown expression type"
71728 msgstr ""
71730 #: fortran/expr.cc:3302
71731 #, gcc-internal-format
71732 msgid "Specification function %qs at %L cannot be a statement function"
71733 msgstr ""
71735 #: fortran/expr.cc:3309
71736 #, gcc-internal-format
71737 msgid "Specification function %qs at %L cannot be an internal function"
71738 msgstr ""
71740 #: fortran/expr.cc:3316
71741 #, gcc-internal-format
71742 msgid "Specification function %qs at %L must be PURE"
71743 msgstr ""
71745 #: fortran/expr.cc:3324
71746 #, gcc-internal-format
71747 msgid "Specification function %qs at %L cannot be RECURSIVE"
71748 msgstr ""
71750 #: fortran/expr.cc:3471
71751 #, gcc-internal-format
71752 msgid "Dummy argument %qs not allowed in expression at %L"
71753 msgstr ""
71755 #: fortran/expr.cc:3479
71756 #, gcc-internal-format
71757 msgid "Dummy argument %qs at %L cannot be OPTIONAL"
71758 msgstr ""
71760 #: fortran/expr.cc:3486
71761 #, gcc-internal-format
71762 msgid "Dummy argument %qs at %L cannot be INTENT(OUT)"
71763 msgstr ""
71765 #: fortran/expr.cc:3513
71766 #, gcc-internal-format
71767 msgid "Variable %qs cannot appear in the expression at %L"
71768 msgstr ""
71770 #: fortran/expr.cc:3544
71771 #, gcc-internal-format
71772 msgid "check_restricted(): Unknown expression type"
71773 msgstr ""
71775 #: fortran/expr.cc:3564
71776 #, gcc-internal-format, gfc-internal-format
71777 msgid "Expression at %L must be of INTEGER type, found %s"
71778 msgstr ""
71780 #: fortran/expr.cc:3576
71781 #, gcc-internal-format
71782 msgid "Function %qs at %L must be PURE"
71783 msgstr ""
71785 #: fortran/expr.cc:3585
71786 #, gcc-internal-format, gfc-internal-format
71787 msgid "Expression at %L must be scalar"
71788 msgstr ""
71790 #. Reject truncation.
71791 #: fortran/expr.cc:3617
71792 #, gcc-internal-format, gfc-internal-format
71793 msgid "optype_msgid overflow: %d"
71794 msgstr ""
71796 #: fortran/expr.cc:3621
71797 #, gcc-internal-format, gfc-internal-format
71798 msgid "Incompatible ranks in %s (%d and %d) at %L"
71799 msgstr ""
71801 #: fortran/expr.cc:3635
71802 #, gcc-internal-format, gfc-internal-format
71803 msgid "Different shape for %s at %L on dimension %d (%d and %d)"
71804 msgstr ""
71806 #: fortran/expr.cc:3683
71807 #, gcc-internal-format, gfc-internal-format
71808 msgid "Assignment to a LEN or KIND part_ref at %L is not allowed"
71809 msgstr ""
71811 #: fortran/expr.cc:3739
71812 #, gcc-internal-format
71813 msgid "%qs at %L is not a VALUE"
71814 msgstr ""
71816 #: fortran/expr.cc:3750
71817 #, gcc-internal-format, gfc-internal-format
71818 msgid "Illegal assignment to external procedure at %L"
71819 msgstr ""
71821 #: fortran/expr.cc:3758
71822 #, gcc-internal-format, gfc-internal-format
71823 msgid "Incompatible ranks %d and %d in assignment at %L"
71824 msgstr ""
71826 #: fortran/expr.cc:3765
71827 #, gcc-internal-format, gfc-internal-format
71828 msgid "Variable type is UNKNOWN in assignment at %L"
71829 msgstr ""
71831 #: fortran/expr.cc:3777
71832 #, gcc-internal-format, gfc-internal-format
71833 msgid "NULL appears on right-hand side in assignment at %L"
71834 msgstr ""
71836 #: fortran/expr.cc:3787
71837 #, gcc-internal-format, gfc-internal-format
71838 msgid "POINTER-valued function appears on right-hand side of assignment at %L"
71839 msgstr ""
71841 #: fortran/expr.cc:3830
71842 #, gcc-internal-format
71843 msgid "BOZ literal constant near %L cannot be assigned to a %qs variable"
71844 msgstr ""
71846 #: fortran/expr.cc:3837
71847 #, gcc-internal-format, gfc-internal-format
71848 msgid ""
71849 "The assignment to a KIND or LEN component of a parameterized type at %L is "
71850 "not allowed"
71851 msgstr ""
71853 #: fortran/expr.cc:3867
71854 #, gcc-internal-format, gfc-internal-format
71855 msgid ""
71856 "Incompatible types in DATA statement at %L; attempted conversion of %s to %s"
71857 msgstr ""
71859 #: fortran/expr.cc:3911
71860 #, gcc-internal-format, gfc-internal-format
71861 msgid "Pointer assignment target is not a POINTER at %L"
71862 msgstr ""
71864 #: fortran/expr.cc:3919
71865 #, gcc-internal-format
71866 msgid ""
71867 "%qs in the pointer assignment at %L cannot be an l-value since it is a "
71868 "procedure"
71869 msgstr ""
71871 #: fortran/expr.cc:3943
71872 #, gcc-internal-format
71873 msgid "Expected bounds specification for %qs at %L"
71874 msgstr ""
71876 #: fortran/expr.cc:3948
71877 #, gcc-internal-format
71878 msgid "Bounds specification for %qs in pointer assignment at %L"
71879 msgstr ""
71881 #: fortran/expr.cc:3977
71882 #, gcc-internal-format, gfc-internal-format
71883 msgid "Stride must not be present at %L"
71884 msgstr ""
71886 #: fortran/expr.cc:3983 fortran/expr.cc:4003
71887 #, gcc-internal-format
71888 msgid ""
71889 "Rank remapping requires a list of %<lower-bound : upper-bound%> "
71890 "specifications at %L"
71891 msgstr ""
71893 #: fortran/expr.cc:3991 fortran/expr.cc:4010
71894 #, gcc-internal-format
71895 msgid ""
71896 "Expected list of %<lower-bound :%> or list of %<lower-bound : upper-bound%> "
71897 "specifications at %L"
71898 msgstr ""
71900 #: fortran/expr.cc:4037
71901 #, gcc-internal-format, gfc-internal-format
71902 msgid "Pointer object at %L shall not have a coindex"
71903 msgstr ""
71905 #: fortran/expr.cc:4058
71906 #, gcc-internal-format, gfc-internal-format
71907 msgid "Invalid procedure pointer assignment at %L"
71908 msgstr ""
71910 #: fortran/expr.cc:4083
71911 #, gcc-internal-format
71912 msgid ""
71913 "Function result %qs is invalid as proc-target in procedure pointer "
71914 "assignment at %L"
71915 msgstr ""
71917 #: fortran/expr.cc:4092
71918 #, gcc-internal-format
71919 msgid "Abstract interface %qs is invalid in procedure pointer assignment at %L"
71920 msgstr ""
71922 #: fortran/expr.cc:4102
71923 #, gcc-internal-format
71924 msgid "Statement function %qs is invalid in procedure pointer assignment at %L"
71925 msgstr ""
71927 #: fortran/expr.cc:4108
71928 #, gcc-internal-format
71929 msgid "Internal procedure %qs is invalid in procedure pointer assignment at %L"
71930 msgstr ""
71932 #: fortran/expr.cc:4115
71933 #, gcc-internal-format
71934 msgid "Intrinsic %qs at %L is invalid in procedure pointer assignment"
71935 msgstr ""
71937 #: fortran/expr.cc:4123
71938 #, gcc-internal-format
71939 msgid ""
71940 "Nonintrinsic elemental procedure %qs is invalid in procedure pointer "
71941 "assignment at %L"
71942 msgstr ""
71944 #: fortran/expr.cc:4146
71945 #, gcc-internal-format, gfc-internal-format
71946 msgid ""
71947 "Mismatch in the procedure pointer assignment at %L: mismatch in the calling "
71948 "convention"
71949 msgstr ""
71951 #: fortran/expr.cc:4199
71952 #, gcc-internal-format
71953 msgid ""
71954 "Interface mismatch in procedure pointer assignment at %L: %qs is not a "
71955 "subroutine"
71956 msgstr ""
71958 #: fortran/expr.cc:4209 fortran/expr.cc:4224
71959 #, gcc-internal-format
71960 msgid "Explicit interface required for component %qs at %L: %s"
71961 msgstr ""
71963 #: fortran/expr.cc:4215 fortran/expr.cc:4230 fortran/resolve.cc:2696
71964 #, gcc-internal-format
71965 msgid "Explicit interface required for %qs at %L: %s"
71966 msgstr ""
71968 #: fortran/expr.cc:4242
71969 #, gcc-internal-format, gfc-internal-format
71970 msgid "Interface mismatch in procedure pointer assignment at %L: %s"
71971 msgstr ""
71973 #: fortran/expr.cc:4251
71974 #, gcc-internal-format
71975 msgid ""
71976 "Procedure pointer target %qs at %L must be either an intrinsic, host or use "
71977 "associated, referenced or have the EXTERNAL attribute"
71978 msgstr ""
71980 #: fortran/expr.cc:4264
71981 #, gcc-internal-format, gfc-internal-format
71982 msgid "Pointer assignment target cannot be a constant at %L"
71983 msgstr ""
71985 #: fortran/expr.cc:4278
71986 #, gcc-internal-format, gfc-internal-format
71987 msgid ""
71988 "Data-pointer-object at %L must be unlimited polymorphic, or of a type with "
71989 "the BIND or SEQUENCE attribute, to be compatible with an unlimited "
71990 "polymorphic target"
71991 msgstr ""
71993 #: fortran/expr.cc:4283
71994 #, gcc-internal-format, gfc-internal-format
71995 msgid ""
71996 "Different types in pointer assignment at %L; attempted assignment of %s to %s"
71997 msgstr ""
71999 #: fortran/expr.cc:4291
72000 #, gcc-internal-format, gfc-internal-format
72001 msgid "Different kind type parameters in pointer assignment at %L"
72002 msgstr ""
72004 #: fortran/expr.cc:4298
72005 #, gcc-internal-format, gfc-internal-format
72006 msgid "Different ranks in pointer assignment at %L"
72007 msgstr ""
72009 #: fortran/expr.cc:4317
72010 #, gcc-internal-format, gfc-internal-format
72011 msgid ""
72012 "Rank remapping target is smaller than size of the pointer (%ld < %ld) at %L"
72013 msgstr ""
72015 #: fortran/expr.cc:4330
72016 #, gcc-internal-format, gfc-internal-format
72017 msgid "Rank remapping target must be rank 1 or simply contiguous at %L"
72018 msgstr ""
72020 #: fortran/expr.cc:4334
72021 #, gcc-internal-format, gfc-internal-format
72022 msgid "Rank remapping target is not rank 1 at %L"
72023 msgstr ""
72025 #. The test above might need to be extend when F08, Note 5.4 has to be
72026 #. interpreted in the way that target and pointer with the same coindex
72027 #. are allowed.
72028 #: fortran/expr.cc:4359 fortran/expr.cc:4485
72029 #, gcc-internal-format, gfc-internal-format
72030 msgid "Data target at %L shall not have a coindex"
72031 msgstr ""
72033 #: fortran/expr.cc:4362
72034 #, gcc-internal-format, gfc-internal-format
72035 msgid ""
72036 "Target expression in pointer assignment at %L must deliver a pointer result"
72037 msgstr ""
72039 #: fortran/expr.cc:4376
72040 #, gcc-internal-format, gfc-internal-format
72041 msgid ""
72042 "Zero-sized array detected at %L where an entity with the TARGET attribute is "
72043 "expected"
72044 msgstr ""
72046 #: fortran/expr.cc:4382 fortran/expr.cc:4397
72047 #, gcc-internal-format, gfc-internal-format
72048 msgid ""
72049 "Pointer assignment target in initialization expression does not have the "
72050 "TARGET attribute at %L"
72051 msgstr ""
72053 #: fortran/expr.cc:4413
72054 #, gcc-internal-format, gfc-internal-format
72055 msgid ""
72056 "Every subscript of target specification at %L must be a constant expression"
72057 msgstr ""
72059 #: fortran/expr.cc:4424
72060 #, gcc-internal-format, gfc-internal-format
72061 msgid ""
72062 "Substring starting and ending points of target specification at %L must be "
72063 "constant expressions"
72064 msgstr ""
72066 #: fortran/expr.cc:4440
72067 #, gcc-internal-format, gfc-internal-format
72068 msgid "Pointer assignment target is neither TARGET nor POINTER at %L"
72069 msgstr ""
72071 #: fortran/expr.cc:4455
72072 #, gcc-internal-format, gfc-internal-format
72073 msgid "Bad target in pointer assignment in PURE procedure at %L"
72074 msgstr ""
72076 #: fortran/expr.cc:4464
72077 #, gcc-internal-format, gfc-internal-format
72078 msgid "Pointer assignment with vector subscript on rhs at %L"
72079 msgstr ""
72081 #: fortran/expr.cc:4472
72082 #, gcc-internal-format, gfc-internal-format
72083 msgid "Pointer assignment target has PROTECTED attribute at %L"
72084 msgstr ""
72086 #: fortran/expr.cc:4500 fortran/expr.cc:4505
72087 #, gcc-internal-format, gfc-internal-format
72088 msgid "Assignment to contiguous pointer from non-contiguous target at %L"
72089 msgstr ""
72091 #: fortran/expr.cc:4545
72092 #, gcc-internal-format, gfc-internal-format
72093 msgid "Pointer at %L in pointer assignment might outlive the pointer target"
72094 msgstr ""
72096 #: fortran/expr.cc:4621 fortran/resolve.cc:1535
72097 #, gcc-internal-format, gfc-internal-format
72098 msgid "Pointer initialization target at %L must not be ALLOCATABLE"
72099 msgstr ""
72101 #: fortran/expr.cc:4627
72102 #, gcc-internal-format, gfc-internal-format
72103 msgid "Pointer initialization target at %L must have the TARGET attribute"
72104 msgstr ""
72106 #: fortran/expr.cc:4642 fortran/resolve.cc:1541
72107 #, gcc-internal-format, gfc-internal-format
72108 msgid "Pointer initialization target at %L must have the SAVE attribute"
72109 msgstr ""
72111 #: fortran/expr.cc:4654
72112 #, gcc-internal-format, gfc-internal-format
72113 msgid ""
72114 "Procedure pointer initialization target at %L may not be a procedure pointer"
72115 msgstr ""
72117 #: fortran/expr.cc:4660
72118 #, gcc-internal-format
72119 msgid ""
72120 "Internal procedure %qs is invalid in procedure pointer initialization at %L"
72121 msgstr ""
72123 #: fortran/expr.cc:4667
72124 #, gcc-internal-format
72125 msgid ""
72126 "Dummy procedure %qs is invalid in procedure pointer initialization at %L"
72127 msgstr ""
72129 #: fortran/expr.cc:5135
72130 #, gcc-internal-format
72131 msgid ""
72132 "generate_isocbinding_initializer(): bad iso_c_binding type, expected "
72133 "%<c_ptr%> or %<c_funptr%>"
72134 msgstr ""
72136 #: fortran/expr.cc:6235
72137 #, gcc-internal-format, gfc-internal-format
72138 msgid ""
72139 "Fortran 2008: Pointer functions in variable definition context (%s) at %L"
72140 msgstr ""
72142 #: fortran/expr.cc:6243
72143 #, gcc-internal-format, gfc-internal-format
72144 msgid "Non-variable expression in variable definition context (%s) at %L"
72145 msgstr ""
72147 #: fortran/expr.cc:6251
72148 #, gcc-internal-format
72149 msgid "Named constant %qs in variable definition context (%s) at %L"
72150 msgstr ""
72152 #: fortran/expr.cc:6262
72153 #, gcc-internal-format
72154 msgid "%qs in variable definition context (%s) at %L is not a variable"
72155 msgstr ""
72157 #: fortran/expr.cc:6273
72158 #, gcc-internal-format, gfc-internal-format
72159 msgid "Non-POINTER in pointer association context (%s) at %L"
72160 msgstr ""
72162 #: fortran/expr.cc:6282
72163 #, gcc-internal-format, gfc-internal-format
72164 msgid "Type inaccessible in variable definition context (%s) at %L"
72165 msgstr ""
72167 #: fortran/expr.cc:6295
72168 #, gcc-internal-format, gfc-internal-format
72169 msgid "LOCK_TYPE in variable definition context (%s) at %L"
72170 msgstr ""
72172 #: fortran/expr.cc:6308
72173 #, gcc-internal-format, gfc-internal-format
72174 msgid "LOCK_EVENT in variable definition context (%s) at %L"
72175 msgstr ""
72177 #: fortran/expr.cc:6339
72178 #, gcc-internal-format
72179 msgid "%qs parameter inquiry for %qs in variable definition context (%s) at %L"
72180 msgstr ""
72182 #: fortran/expr.cc:6356
72183 #, gcc-internal-format
72184 msgid ""
72185 "Dummy argument %qs with INTENT(IN) in pointer association context (%s) at %L"
72186 msgstr ""
72188 #: fortran/expr.cc:6366
72189 #, gcc-internal-format
72190 msgid ""
72191 "Dummy argument %qs with INTENT(IN) in variable definition context (%s) at %L"
72192 msgstr ""
72194 #: fortran/expr.cc:6379
72195 #, gcc-internal-format
72196 msgid ""
72197 "Variable %qs is PROTECTED and cannot appear in a pointer association context "
72198 "(%s) at %L"
72199 msgstr ""
72201 #: fortran/expr.cc:6387
72202 #, gcc-internal-format
72203 msgid ""
72204 "Variable %qs is PROTECTED and cannot appear in a variable definition context "
72205 "(%s) at %L"
72206 msgstr ""
72208 #: fortran/expr.cc:6402
72209 #, gcc-internal-format
72210 msgid ""
72211 "Variable %qs cannot appear in a variable definition context (%s) at %L in "
72212 "PURE procedure"
72213 msgstr ""
72215 #: fortran/expr.cc:6461
72216 #, gcc-internal-format
72217 msgid ""
72218 "%qs at %L associated to vector-indexed target cannot be used in a variable "
72219 "definition context (%s)"
72220 msgstr ""
72222 #: fortran/expr.cc:6466
72223 #, gcc-internal-format
72224 msgid ""
72225 "%qs at %L associated to expression cannot be used in a variable definition "
72226 "context (%s)"
72227 msgstr ""
72229 #: fortran/expr.cc:6478
72230 #, gcc-internal-format
72231 msgid ""
72232 "Associate-name %qs cannot appear in a variable definition context (%s) at %L "
72233 "because its target at %L cannot, either"
72234 msgstr ""
72236 #: fortran/expr.cc:6520
72237 #, gcc-internal-format, gfc-internal-format
72238 msgid ""
72239 "Elements with the same value at %L and %L in vector subscript in a variable "
72240 "definition context (%s)"
72241 msgstr ""
72243 #: fortran/frontend-passes.cc:195
72244 #, gcc-internal-format
72245 msgid "Inconsistent internal state: No location in statement"
72246 msgstr ""
72248 #: fortran/frontend-passes.cc:211
72249 #, gcc-internal-format, gfc-internal-format
72250 msgid "Inconsistent internal state: No location in expression near %L"
72251 msgstr ""
72253 #: fortran/frontend-passes.cc:419
72254 #, gcc-internal-format
72255 msgid "Illegal id in copy_walk_reduction_arg"
72256 msgstr ""
72258 #: fortran/frontend-passes.cc:870 fortran/trans-array.cc:1496
72259 #: fortran/trans-array.cc:6953 fortran/trans-array.cc:8576
72260 #: fortran/trans-intrinsic.cc:8463
72261 #, gcc-internal-format, gfc-internal-format
72262 msgid "Creating array temporary at %L"
72263 msgstr ""
72265 #: fortran/frontend-passes.cc:897
72266 #, gcc-internal-format
72267 msgid "Removing call to impure function %qs at %L"
72268 msgstr ""
72270 #: fortran/frontend-passes.cc:901
72271 #, gcc-internal-format, gfc-internal-format
72272 msgid "Removing call to impure function at %L"
72273 msgstr ""
72275 #: fortran/frontend-passes.cc:1356 fortran/frontend-passes.cc:1395
72276 #, gcc-internal-format
72277 msgid "bad expression"
72278 msgstr ""
72280 #: fortran/frontend-passes.cc:1391
72281 #, gcc-internal-format
72282 msgid "bad op"
72283 msgstr ""
72285 #: fortran/frontend-passes.cc:2175
72286 #, gcc-internal-format
72287 msgid "illegal OP in optimize_comparison"
72288 msgstr ""
72290 #: fortran/frontend-passes.cc:2352
72291 #, gcc-internal-format
72292 msgid ""
72293 "Index variable %qs set to undefined as INTENT(OUT) argument at %L in "
72294 "procedure %qs called from within DO loop at %L"
72295 msgstr ""
72297 #: fortran/frontend-passes.cc:2361
72298 #, gcc-internal-format
72299 msgid ""
72300 "Index variable %qs not definable as INTENT(INOUT) argument at %L in "
72301 "procedure %qs called from within DO loop at %L"
72302 msgstr ""
72304 #: fortran/frontend-passes.cc:2499
72305 #, gcc-internal-format
72306 msgid ""
72307 "Index variable %qs set to undefined as INTENT(OUT) argument at %L in "
72308 "subroutine %qs called from within DO loop at %L"
72309 msgstr ""
72311 #: fortran/frontend-passes.cc:2508
72312 #, gcc-internal-format
72313 msgid ""
72314 "Index variable %qs not definable as INTENT(INOUT) argument at %L in "
72315 "subroutine %qs called from within DO loop at %L"
72316 msgstr ""
72318 #: fortran/frontend-passes.cc:2661
72319 #, gcc-internal-format
72320 msgid ""
72321 "Variable %qs at %L set to undefined value inside loop beginning at %L as "
72322 "INTENT(OUT) argument to subroutine %qs"
72323 msgstr ""
72325 #: fortran/frontend-passes.cc:2668
72326 #, gcc-internal-format
72327 msgid ""
72328 "Variable %qs at %L not definable inside loop beginning at %L as "
72329 "INTENT(INOUT) argument to subroutine %qs"
72330 msgstr ""
72332 #: fortran/frontend-passes.cc:2931 fortran/frontend-passes.cc:2957
72333 #, gcc-internal-format, gfc-internal-format
72334 msgid "Array reference at %L out of bounds (%ld < %ld) in loop beginning at %L"
72335 msgstr ""
72337 #: fortran/frontend-passes.cc:2941 fortran/frontend-passes.cc:2967
72338 #, gcc-internal-format, gfc-internal-format
72339 msgid "Array reference at %L out of bounds (%ld > %ld) in loop beginning at %L"
72340 msgstr ""
72342 #: fortran/frontend-passes.cc:3059
72343 #, gcc-internal-format
72344 msgid ""
72345 "Variable %qs at %L set to undefined value inside loop beginning at %L as "
72346 "INTENT(OUT) argument to function %qs"
72347 msgstr ""
72349 #: fortran/frontend-passes.cc:3065
72350 #, gcc-internal-format
72351 msgid ""
72352 "Variable %qs at %L not definable inside loop beginning at %L as "
72353 "INTENT(INOUT) argument to function %qs"
72354 msgstr ""
72356 #: fortran/frontend-passes.cc:3481 fortran/trans-expr.cc:1881
72357 #, gcc-internal-format, gfc-internal-format
72358 msgid "Code for reallocating the allocatable array at %L will be added"
72359 msgstr ""
72361 #: fortran/frontend-passes.cc:4006
72362 #, gcc-internal-format
72363 msgid "Scalarization using DIMEN_RANGE unimplemented"
72364 msgstr ""
72366 #: fortran/frontend-passes.cc:5215
72367 #, gcc-internal-format, gfc-internal-format
72368 msgid "Interchanging loops at %L"
72369 msgstr ""
72371 #: fortran/frontend-passes.cc:5852
72372 #, gcc-internal-format, gfc-internal-format
72373 msgid "%s between %L and %L"
72374 msgstr ""
72376 #: fortran/gfortranspec.cc:146 m2/gm2spec.cc:250
72377 #, gcc-internal-format
72378 msgid "overflowed output argument list for %qs"
72379 msgstr ""
72381 #: fortran/gfortranspec.cc:301
72382 #, gcc-internal-format
72383 msgid "no input files; unwilling to write output files"
72384 msgstr ""
72386 #: fortran/interface.cc:225
72387 #, gcc-internal-format, gfc-internal-format
72388 msgid "Syntax error in generic specification at %C"
72389 msgstr ""
72391 #: fortran/interface.cc:252
72392 #, gcc-internal-format, gfc-internal-format
72393 msgid "Syntax error: Trailing garbage in INTERFACE statement at %C"
72394 msgstr ""
72396 #: fortran/interface.cc:272
72397 #, gcc-internal-format
72398 msgid "Dummy procedure %qs at %C cannot have a generic interface"
72399 msgstr ""
72401 #: fortran/interface.cc:305
72402 #, gcc-internal-format, gfc-internal-format
72403 msgid "ABSTRACT INTERFACE at %C"
72404 msgstr ""
72406 #: fortran/interface.cc:312
72407 #, gcc-internal-format, gfc-internal-format
72408 msgid "Syntax error in ABSTRACT INTERFACE statement at %C"
72409 msgstr ""
72411 #: fortran/interface.cc:343
72412 #, gcc-internal-format, gfc-internal-format
72413 msgid "Syntax error: Trailing garbage in END INTERFACE statement at %C"
72414 msgstr ""
72416 #: fortran/interface.cc:356
72417 #, gcc-internal-format, gfc-internal-format
72418 msgid "Expected a nameless interface at %C"
72419 msgstr ""
72421 #: fortran/interface.cc:369
72422 #, gcc-internal-format
72423 msgid "Expected %<END INTERFACE ASSIGNMENT (=)%> at %C"
72424 msgstr ""
72426 #: fortran/interface.cc:400
72427 #, gcc-internal-format
72428 msgid "Expecting %<END INTERFACE OPERATOR (%s)%> at %C"
72429 msgstr ""
72431 #: fortran/interface.cc:403
72432 #, gcc-internal-format
72433 msgid "Expecting %<END INTERFACE OPERATOR (%s)%> at %C, but got %qs"
72434 msgstr ""
72436 #: fortran/interface.cc:417
72437 #, gcc-internal-format
72438 msgid "Expecting %<END INTERFACE OPERATOR (.%s.)%> at %C"
72439 msgstr ""
72441 #: fortran/interface.cc:429
72442 #, gcc-internal-format
72443 msgid "Expecting %<END INTERFACE %s%> at %C"
72444 msgstr ""
72446 #: fortran/interface.cc:619
72447 #, gcc-internal-format
72448 msgid "gfc_compare_derived_types: invalid derived type"
72449 msgstr ""
72451 #: fortran/interface.cc:899
72452 #, gcc-internal-format, gfc-internal-format
72453 msgid "Alternate return cannot appear in operator interface at %L"
72454 msgstr ""
72456 #: fortran/interface.cc:928
72457 #, gcc-internal-format, gfc-internal-format
72458 msgid "Assignment operator interface at %L must have two arguments"
72459 msgstr ""
72461 #: fortran/interface.cc:931
72462 #, gcc-internal-format, gfc-internal-format
72463 msgid "Operator interface at %L has the wrong number of arguments"
72464 msgstr ""
72466 #: fortran/interface.cc:944
72467 #, gcc-internal-format, gfc-internal-format
72468 msgid "Assignment operator interface at %L must be a SUBROUTINE"
72469 msgstr ""
72471 #: fortran/interface.cc:962
72472 #, gcc-internal-format, gfc-internal-format
72473 msgid ""
72474 "Assignment operator interface at %L must not redefine an INTRINSIC type "
72475 "assignment"
72476 msgstr ""
72478 #: fortran/interface.cc:971
72479 #, gcc-internal-format, gfc-internal-format
72480 msgid "Intrinsic operator interface at %L must be a FUNCTION"
72481 msgstr ""
72483 #: fortran/interface.cc:982
72484 #, gcc-internal-format, gfc-internal-format
72485 msgid ""
72486 "First argument of defined assignment at %L must be INTENT(OUT) or "
72487 "INTENT(INOUT)"
72488 msgstr ""
72490 #: fortran/interface.cc:989
72491 #, gcc-internal-format, gfc-internal-format
72492 msgid "Second argument of defined assignment at %L must be INTENT(IN)"
72493 msgstr ""
72495 #: fortran/interface.cc:998 fortran/resolve.cc:17749
72496 #, gcc-internal-format, gfc-internal-format
72497 msgid "First argument of operator interface at %L must be INTENT(IN)"
72498 msgstr ""
72500 #: fortran/interface.cc:1005 fortran/resolve.cc:17767
72501 #, gcc-internal-format, gfc-internal-format
72502 msgid "Second argument of operator interface at %L must be INTENT(IN)"
72503 msgstr ""
72505 #: fortran/interface.cc:1110
72506 #, gcc-internal-format, gfc-internal-format
72507 msgid "Operator interface at %L conflicts with intrinsic interface"
72508 msgstr ""
72510 #: fortran/interface.cc:1474 fortran/interface.cc:1546
72511 #, gcc-internal-format, gfc-internal-format
72512 msgid ""
72513 "check_dummy_characteristics: Unexpected result %i of gfc_dep_compare_expr"
72514 msgstr ""
72516 #: fortran/interface.cc:1659
72517 #, gcc-internal-format, gfc-internal-format
72518 msgid ""
72519 "check_result_characteristics (1): Unexpected result %i of "
72520 "gfc_dep_compare_expr"
72521 msgstr ""
72523 #: fortran/interface.cc:1706
72524 #, gcc-internal-format, gfc-internal-format
72525 msgid ""
72526 "check_result_characteristics (2): Unexpected result %i of "
72527 "gfc_dep_compare_expr"
72528 msgstr ""
72530 #: fortran/interface.cc:1895
72531 #, gcc-internal-format
72532 msgid "Procedure %qs in %s at %L has no explicit interface; did you mean %qs?"
72533 msgstr ""
72535 #: fortran/interface.cc:1900
72536 #, gcc-internal-format
72537 msgid "Procedure %qs in %s at %L has no explicit interface"
72538 msgstr ""
72540 #: fortran/interface.cc:1904
72541 #, gcc-internal-format
72542 msgid ""
72543 "Procedure %qs in %s at %L is neither function nor subroutine; did you mean "
72544 "%qs?"
72545 msgstr ""
72547 #: fortran/interface.cc:1908
72548 #, gcc-internal-format
72549 msgid "Procedure %qs in %s at %L is neither function nor subroutine"
72550 msgstr ""
72552 #: fortran/interface.cc:1920
72553 #, gcc-internal-format, gfc-internal-format
72554 msgid "In %s at %L procedures must be either all SUBROUTINEs or all FUNCTIONs"
72555 msgstr ""
72557 #: fortran/interface.cc:1924
72558 #, gcc-internal-format, gfc-internal-format
72559 msgid ""
72560 "In %s at %L procedures must be all FUNCTIONs as the generic name is also the "
72561 "name of a derived type"
72562 msgstr ""
72564 #: fortran/interface.cc:1932
72565 #, gcc-internal-format
72566 msgid "Internal procedure %qs in %s at %L"
72567 msgstr ""
72569 #: fortran/interface.cc:1989 fortran/interface.cc:1994
72570 #, gcc-internal-format
72571 msgid "Ambiguous interfaces in %s for %qs at %L and %qs at %L"
72572 msgstr ""
72574 #: fortran/interface.cc:1999
72575 #, gcc-internal-format
72576 msgid "Although not referenced, %qs has ambiguous interfaces at %L"
72577 msgstr ""
72579 #: fortran/interface.cc:2037
72580 #, gcc-internal-format
72581 msgid "%qs at %L is not a module procedure"
72582 msgstr ""
72584 #: fortran/interface.cc:2242
72585 #, gcc-internal-format
72586 msgid ""
72587 "The assumed-rank array at %L requires that the dummy argument %qs has "
72588 "assumed-rank"
72589 msgstr ""
72591 #: fortran/interface.cc:2245
72592 #, gcc-internal-format
72593 msgid "Rank mismatch in argument %qs at %L (scalar and rank-%d)"
72594 msgstr ""
72596 #: fortran/interface.cc:2248
72597 #, gcc-internal-format
72598 msgid "Rank mismatch in argument %qs at %L (rank-%d and scalar)"
72599 msgstr ""
72601 #: fortran/interface.cc:2251
72602 #, gcc-internal-format
72603 msgid "Rank mismatch in argument %qs at %L (rank-%d and rank-%d)"
72604 msgstr ""
72606 #: fortran/interface.cc:2263
72607 #, gcc-internal-format, gfc-internal-format
72608 msgid ""
72609 "Rank mismatch between actual argument at %L and actual argument at %L "
72610 "(scalar and rank-%d)"
72611 msgstr ""
72613 #: fortran/interface.cc:2267
72614 #, gcc-internal-format, gfc-internal-format
72615 msgid ""
72616 "Rank mismatch between actual argument at %L and actual argument at %L (rank-"
72617 "%d and scalar)"
72618 msgstr ""
72620 #: fortran/interface.cc:2271
72621 #, gcc-internal-format, gfc-internal-format
72622 msgid ""
72623 "Rank mismatch between actual argument at %L and actual argument at %L (rank-"
72624 "%d and rank-%d)"
72625 msgstr ""
72627 #: fortran/interface.cc:2378
72628 #, gcc-internal-format, gfc-internal-format
72629 msgid "Invalid procedure argument at %L"
72630 msgstr ""
72632 #: fortran/interface.cc:2386 fortran/interface.cc:2413
72633 #, gcc-internal-format
72634 msgid "Interface mismatch in dummy procedure %qs at %L: %s"
72635 msgstr ""
72637 #: fortran/interface.cc:2424
72638 #, gcc-internal-format
72639 msgid ""
72640 "Actual argument to contiguous pointer dummy %qs at %L must be simply "
72641 "contiguous"
72642 msgstr ""
72644 #: fortran/interface.cc:2447
72645 #, gcc-internal-format, gfc-internal-format
72646 msgid ""
72647 "Type mismatch between actual argument at %L and actual argument at %L (%s/"
72648 "%s)."
72649 msgstr ""
72651 #: fortran/interface.cc:2457
72652 #, gcc-internal-format
72653 msgid "Type mismatch in argument %qs at %L; passed %s to %s"
72654 msgstr ""
72656 #: fortran/interface.cc:2467
72657 #, gcc-internal-format
72658 msgid ""
72659 "Assumed-type actual argument at %L requires that dummy argument %qs is of "
72660 "assumed type"
72661 msgstr ""
72663 #: fortran/interface.cc:2481
72664 #, gcc-internal-format
72665 msgid ""
72666 "Assumed-type actual argument at %L corresponding to assumed-rank dummy "
72667 "argument %qs must be assumed-shape or assumed-rank"
72668 msgstr ""
72670 #: fortran/interface.cc:2498
72671 #, gcc-internal-format
72672 msgid "Actual argument to %qs at %L must be polymorphic"
72673 msgstr ""
72675 #: fortran/interface.cc:2508
72676 #, gcc-internal-format
72677 msgid "Actual argument to %qs at %L must have the same declared type"
72678 msgstr ""
72680 #: fortran/interface.cc:2523
72681 #, gcc-internal-format
72682 msgid ""
72683 "Actual argument to %qs at %L must be unlimited polymorphic since the formal "
72684 "argument is a pointer or allocatable unlimited polymorphic entity [F2008: "
72685 "12.5.2.5]"
72686 msgstr ""
72688 #: fortran/interface.cc:2539
72689 #, gcc-internal-format
72690 msgid "Actual argument to %qs at %L must be a coarray"
72691 msgstr ""
72693 #: fortran/interface.cc:2561
72694 #, gcc-internal-format
72695 msgid "Corank mismatch in argument %qs at %L (%d and %d)"
72696 msgstr ""
72698 #: fortran/interface.cc:2579
72699 #, gcc-internal-format
72700 msgid ""
72701 "Actual argument to %qs at %L must be simply contiguous or an element of such "
72702 "an array"
72703 msgstr ""
72705 #: fortran/interface.cc:2594
72706 #, gcc-internal-format
72707 msgid ""
72708 "Actual argument to non-INTENT(INOUT) dummy %qs at %L, which is LOCK_TYPE or "
72709 "has a LOCK_TYPE component"
72710 msgstr ""
72712 #: fortran/interface.cc:2609
72713 #, gcc-internal-format
72714 msgid ""
72715 "Actual argument to non-INTENT(INOUT) dummy %qs at %L, which is EVENT_TYPE or "
72716 "has a EVENT_TYPE component"
72717 msgstr ""
72719 #: fortran/interface.cc:2628
72720 #, gcc-internal-format
72721 msgid ""
72722 "Dummy argument %qs has to be a pointer, assumed-shape or assumed-rank array "
72723 "without CONTIGUOUS attribute - as actual argument at %L is not simply "
72724 "contiguous and both are ASYNCHRONOUS or VOLATILE"
72725 msgstr ""
72727 #: fortran/interface.cc:2641
72728 #, gcc-internal-format
72729 msgid ""
72730 "Passing coarray at %L to allocatable, noncoarray, INTENT(OUT) dummy argument "
72731 "%qs"
72732 msgstr ""
72734 #: fortran/interface.cc:2648
72735 #, gcc-internal-format
72736 msgid ""
72737 "Passing coarray at %L to allocatable, noncoarray dummy argument %qs, which "
72738 "is invalid if the allocation status is modified"
72739 msgstr ""
72741 #: fortran/interface.cc:2734
72742 #, gcc-internal-format
72743 msgid "Polymorphic scalar passed to array dummy argument %qs at %L"
72744 msgstr ""
72746 #: fortran/interface.cc:2745
72747 #, gcc-internal-format, gfc-internal-format
72748 msgid ""
72749 "Element of assumed-shape or pointer array as actual argument at %L cannot "
72750 "correspond to actual argument at %L"
72751 msgstr ""
72753 #: fortran/interface.cc:2750
72754 #, gcc-internal-format
72755 msgid ""
72756 "Element of assumed-shape or pointer array passed to array dummy argument %qs "
72757 "at %L"
72758 msgstr ""
72760 #: fortran/interface.cc:2763
72761 #, gcc-internal-format
72762 msgid ""
72763 "Extension: Scalar non-default-kind, non-C_CHAR-kind CHARACTER actual "
72764 "argument with array dummy argument %qs at %L"
72765 msgstr ""
72767 #: fortran/interface.cc:2771
72768 #, gcc-internal-format
72769 msgid ""
72770 "Fortran 2003: Scalar CHARACTER actual argument with array dummy argument %qs "
72771 "at %L"
72772 msgstr ""
72774 #: fortran/interface.cc:3159
72775 #, gcc-internal-format
72776 msgid "Keyword argument %qs at %L is invalid in a statement function"
72777 msgstr ""
72779 #: fortran/interface.cc:3182
72780 #, gcc-internal-format
72781 msgid "Keyword argument %qs at %L is not in the procedure; did you mean %qs?"
72782 msgstr ""
72784 #: fortran/interface.cc:3186
72785 #, gcc-internal-format
72786 msgid "Keyword argument %qs at %L is not in the procedure"
72787 msgstr ""
72789 #: fortran/interface.cc:3195
72790 #, gcc-internal-format
72791 msgid ""
72792 "Keyword argument %qs at %L is already associated with another actual argument"
72793 msgstr ""
72795 #: fortran/interface.cc:3205
72796 #, gcc-internal-format, gfc-internal-format
72797 msgid "More actual than formal arguments in procedure call at %L"
72798 msgstr ""
72800 #: fortran/interface.cc:3218
72801 #, gcc-internal-format, gfc-internal-format
72802 msgid "Missing alternate return specifier in subroutine call at %L"
72803 msgstr ""
72805 #: fortran/interface.cc:3232
72806 #, gcc-internal-format, gfc-internal-format
72807 msgid "Unexpected alternate return specifier in subroutine call at %L"
72808 msgstr ""
72810 #: fortran/interface.cc:3261
72811 #, gcc-internal-format
72812 msgid "Unexpected NULL() intrinsic at %L to dummy %qs"
72813 msgstr ""
72815 #: fortran/interface.cc:3264
72816 #, gcc-internal-format
72817 msgid "Fortran 2008: Null pointer at %L to non-pointer dummy %qs"
72818 msgstr ""
72820 #: fortran/interface.cc:3290
72821 #, gcc-internal-format, gfc-internal-format
72822 msgid ""
72823 "Actual argument at %L to assumed-type dummy has type parameters or is of "
72824 "derived type with type-bound or FINAL procedures"
72825 msgstr ""
72827 #: fortran/interface.cc:3316
72828 #, gcc-internal-format
72829 msgid ""
72830 "Character length mismatch (%ld/%ld) between actual argument and pointer or "
72831 "allocatable dummy argument %qs at %L"
72832 msgstr ""
72834 #: fortran/interface.cc:3323
72835 #, gcc-internal-format
72836 msgid ""
72837 "Character length mismatch (%ld/%ld) between actual argument and assumed-"
72838 "shape dummy argument %qs at %L"
72839 msgstr ""
72841 #: fortran/interface.cc:3338
72842 #, gcc-internal-format
72843 msgid ""
72844 "Actual argument at %L to allocatable or pointer dummy argument %qs must have "
72845 "a deferred length type parameter if and only if the dummy has one"
72846 msgstr ""
72848 #: fortran/interface.cc:3357
72849 #, gcc-internal-format
72850 msgid ""
72851 "Character length of actual argument shorter than of dummy argument %qs (%lu/"
72852 "%lu) at %L"
72853 msgstr ""
72855 #: fortran/interface.cc:3367 fortran/interface.cc:3372
72856 #, gcc-internal-format
72857 msgid ""
72858 "Actual argument contains too few elements for dummy argument %qs (%lu/%lu) "
72859 "at %L"
72860 msgstr ""
72862 #: fortran/interface.cc:3393
72863 #, gcc-internal-format
72864 msgid "Expected a procedure pointer for argument %qs at %L"
72865 msgstr ""
72867 #: fortran/interface.cc:3410
72868 #, gcc-internal-format
72869 msgid "Expected a procedure for argument %qs at %L"
72870 msgstr ""
72872 #: fortran/interface.cc:3475
72873 #, gcc-internal-format
72874 msgid "Actual argument for %qs cannot be an assumed-size array at %L"
72875 msgstr ""
72877 #: fortran/interface.cc:3504
72878 #, gcc-internal-format
72879 msgid ""
72880 "Actual argument to assumed-rank INTENT(OUT) dummy %qs at %L cannot be of "
72881 "unknown size"
72882 msgstr ""
72884 #: fortran/interface.cc:3519
72885 #, gcc-internal-format
72886 msgid "Actual argument for %qs at %L must be a pointer"
72887 msgstr ""
72889 #: fortran/interface.cc:3528
72890 #, gcc-internal-format
72891 msgid "Fortran 2008: Non-pointer actual argument at %L to pointer dummy %qs"
72892 msgstr ""
72894 #: fortran/interface.cc:3537
72895 #, gcc-internal-format
72896 msgid ""
72897 "Actual argument for %qs at %L must be a pointer or a valid target for the "
72898 "dummy pointer in a pointer assignment statement"
72899 msgstr ""
72901 #: fortran/interface.cc:3551
72902 #, gcc-internal-format
72903 msgid "Coindexed actual argument at %L to pointer dummy %qs"
72904 msgstr ""
72906 #: fortran/interface.cc:3565
72907 #, gcc-internal-format
72908 msgid ""
72909 "Coindexed actual argument at %L to allocatable dummy %qs requires INTENT(IN)"
72910 msgstr ""
72912 #: fortran/interface.cc:3580
72913 #, gcc-internal-format
72914 msgid ""
72915 "Coindexed ASYNCHRONOUS or VOLATILE actual argument at %L requires that dummy "
72916 "%qs has neither ASYNCHRONOUS nor VOLATILE"
72917 msgstr ""
72919 #: fortran/interface.cc:3595
72920 #, gcc-internal-format
72921 msgid ""
72922 "Coindexed actual argument at %L with allocatable ultimate component to dummy "
72923 "%qs requires either VALUE or INTENT(IN)"
72924 msgstr ""
72926 #: fortran/interface.cc:3608
72927 #, gcc-internal-format
72928 msgid "Actual CLASS array argument for %qs must be a full array at %L"
72929 msgstr ""
72931 #: fortran/interface.cc:3619
72932 #, gcc-internal-format
72933 msgid "Actual argument for %qs must be ALLOCATABLE at %L"
72934 msgstr ""
72936 #: fortran/interface.cc:3656
72937 #, gcc-internal-format
72938 msgid ""
72939 "Array-section actual argument with vector subscripts at %L is incompatible "
72940 "with INTENT(OUT), INTENT(INOUT), VOLATILE or ASYNCHRONOUS attribute of the "
72941 "dummy argument %qs"
72942 msgstr ""
72944 #: fortran/interface.cc:3676
72945 #, gcc-internal-format
72946 msgid ""
72947 "Assumed-shape actual argument at %L is incompatible with the non-assumed-"
72948 "shape dummy argument %qs due to VOLATILE attribute"
72949 msgstr ""
72951 #: fortran/interface.cc:3694
72952 #, gcc-internal-format
72953 msgid ""
72954 "Array-section actual argument at %L is incompatible with the non-assumed-"
72955 "shape dummy argument %qs due to VOLATILE attribute"
72956 msgstr ""
72958 #: fortran/interface.cc:3715
72959 #, gcc-internal-format
72960 msgid ""
72961 "Pointer-array actual argument at %L requires an assumed-shape or pointer-"
72962 "array dummy argument %qs due to VOLATILE attribute"
72963 msgstr ""
72965 #: fortran/interface.cc:3743
72966 #, gcc-internal-format, gfc-internal-format
72967 msgid "Missing alternate return spec in subroutine call at %L"
72968 msgstr ""
72970 #: fortran/interface.cc:3756
72971 #, gcc-internal-format
72972 msgid "Missing actual argument for argument %qs at %L"
72973 msgstr ""
72975 #: fortran/interface.cc:3884
72976 #, gcc-internal-format
72977 msgid "compare_actual_expr(): Bad component code"
72978 msgstr ""
72980 #: fortran/interface.cc:3913
72981 #, gcc-internal-format
72982 msgid "check_some_aliasing(): List mismatch"
72983 msgstr ""
72985 #: fortran/interface.cc:3939
72986 #, gcc-internal-format
72987 msgid "check_some_aliasing(): corrupted data"
72988 msgstr ""
72990 #: fortran/interface.cc:3949
72991 #, gcc-internal-format
72992 msgid ""
72993 "Same actual argument associated with INTENT(%s) argument %qs and INTENT(%s) "
72994 "argument %qs at %L"
72995 msgstr ""
72997 #: fortran/interface.cc:3979
72998 #, gcc-internal-format
72999 msgid "check_intents(): List mismatch"
73000 msgstr ""
73002 #: fortran/interface.cc:3999
73003 #, gcc-internal-format, gfc-internal-format
73004 msgid ""
73005 "Procedure argument at %L is local to a PURE procedure and has the POINTER "
73006 "attribute"
73007 msgstr ""
73009 #: fortran/interface.cc:4011
73010 #, gcc-internal-format, gfc-internal-format
73011 msgid ""
73012 "Coindexed actual argument at %L in PURE procedure is passed to an INTENT(%s) "
73013 "argument"
73014 msgstr ""
73016 #: fortran/interface.cc:4021
73017 #, gcc-internal-format, gfc-internal-format
73018 msgid ""
73019 "Coindexed actual argument at %L in PURE procedure is passed to a POINTER "
73020 "dummy argument"
73021 msgstr ""
73023 #: fortran/interface.cc:4032
73024 #, gcc-internal-format
73025 msgid ""
73026 "Coindexed polymorphic actual argument at %L is passed polymorphic dummy "
73027 "argument %qs"
73028 msgstr ""
73030 #: fortran/interface.cc:4074
73031 #, gcc-internal-format
73032 msgid ""
73033 "Procedure %qs called at %L is not explicitly declared; did you mean %qs?"
73034 msgstr ""
73036 #: fortran/interface.cc:4078 fortran/interface.cc:4088
73037 #, gcc-internal-format
73038 msgid "Procedure %qs called at %L is not explicitly declared"
73039 msgstr ""
73041 #: fortran/interface.cc:4084
73042 #, gcc-internal-format
73043 msgid "Procedure %qs called with an implicit interface at %L"
73044 msgstr ""
73046 #: fortran/interface.cc:4097
73047 #, gcc-internal-format
73048 msgid ""
73049 "The pointer object %qs at %L must have an explicit function interface or be "
73050 "declared as array"
73051 msgstr ""
73053 #: fortran/interface.cc:4105
73054 #, gcc-internal-format
73055 msgid ""
73056 "The allocatable object %qs at %L must have an explicit function interface or "
73057 "be declared as array"
73058 msgstr ""
73060 #: fortran/interface.cc:4113
73061 #, gcc-internal-format
73062 msgid "Allocatable function %qs at %L must have an explicit function interface"
73063 msgstr ""
73065 #: fortran/interface.cc:4130
73066 #, gcc-internal-format, gfc-internal-format
73067 msgid "Explicit interface required for polymorphic argument at %L"
73068 msgstr ""
73070 #: fortran/interface.cc:4139
73071 #, gcc-internal-format
73072 msgid "Keyword argument requires explicit interface for procedure %qs at %L"
73073 msgstr ""
73075 #: fortran/interface.cc:4148
73076 #, gcc-internal-format, gfc-internal-format
73077 msgid "Assumed-type argument %s at %L requires an explicit interface"
73078 msgstr ""
73080 #: fortran/interface.cc:4163
73081 #, gcc-internal-format
73082 msgid ""
73083 "Actual argument of LOCK_TYPE or with LOCK_TYPE component at %L requires an "
73084 "explicit interface for procedure %qs"
73085 msgstr ""
73087 #: fortran/interface.cc:4178
73088 #, gcc-internal-format
73089 msgid ""
73090 "Actual argument of EVENT_TYPE or with EVENT_TYPE component at %L requires an "
73091 "explicit interface for procedure %qs"
73092 msgstr ""
73094 #: fortran/interface.cc:4188
73095 #, gcc-internal-format, gfc-internal-format
73096 msgid "MOLD argument to NULL required at %L"
73097 msgstr ""
73099 #: fortran/interface.cc:4196
73100 #, gcc-internal-format, gfc-internal-format
73101 msgid ""
73102 "Passing intrinsic NULL as actual argument at %L requires an explicit "
73103 "interface"
73104 msgstr ""
73106 #: fortran/interface.cc:4206
73107 #, gcc-internal-format, gfc-internal-format
73108 msgid "Assumed-rank argument requires an explicit interface at %L"
73109 msgstr ""
73111 #: fortran/interface.cc:4248
73112 #, gcc-internal-format
73113 msgid "Procedure pointer component %qs called with an implicit interface at %L"
73114 msgstr ""
73116 #: fortran/interface.cc:4259
73117 #, gcc-internal-format
73118 msgid ""
73119 "Keyword argument requires explicit interface for procedure pointer component "
73120 "%qs at %L"
73121 msgstr ""
73123 #: fortran/interface.cc:4344
73124 #, gcc-internal-format, gfc-internal-format
73125 msgid ""
73126 "MOLD= required in NULL() argument at %L: Ambiguity between specific "
73127 "functions %s and %s"
73128 msgstr ""
73130 #: fortran/interface.cc:4414
73131 #, gcc-internal-format
73132 msgid "Unable to find symbol %qs"
73133 msgstr ""
73135 #: fortran/interface.cc:4787
73136 #, gcc-internal-format
73137 msgid "Entity %qs at %L is already present in the interface"
73138 msgstr ""
73140 #: fortran/interface.cc:4904
73141 #, gcc-internal-format
73142 msgid "gfc_add_interface(): Bad interface type"
73143 msgstr ""
73145 #: fortran/interface.cc:4998
73146 #, gcc-internal-format
73147 msgid "Cannot overwrite GENERIC %qs at %L"
73148 msgstr ""
73150 #: fortran/interface.cc:5010
73151 #, gcc-internal-format
73152 msgid "%qs at %L overrides a procedure binding declared NON_OVERRIDABLE"
73153 msgstr ""
73155 #: fortran/interface.cc:5018
73156 #, gcc-internal-format
73157 msgid "%qs at %L must not be DEFERRED as it overrides a non-DEFERRED binding"
73158 msgstr ""
73160 #: fortran/interface.cc:5026
73161 #, gcc-internal-format
73162 msgid "%qs at %L overrides a PURE procedure and must also be PURE"
73163 msgstr ""
73165 #: fortran/interface.cc:5035
73166 #, gcc-internal-format
73167 msgid "%qs at %L overrides an ELEMENTAL procedure and must also be ELEMENTAL"
73168 msgstr ""
73170 #: fortran/interface.cc:5041
73171 #, gcc-internal-format
73172 msgid ""
73173 "%qs at %L overrides a non-ELEMENTAL procedure and must not be ELEMENTAL, "
73174 "either"
73175 msgstr ""
73177 #: fortran/interface.cc:5050
73178 #, gcc-internal-format
73179 msgid "%qs at %L overrides a SUBROUTINE and must also be a SUBROUTINE"
73180 msgstr ""
73182 #: fortran/interface.cc:5061
73183 #, gcc-internal-format
73184 msgid "%qs at %L overrides a FUNCTION and must also be a FUNCTION"
73185 msgstr ""
73187 #: fortran/interface.cc:5069
73188 #, gcc-internal-format
73189 msgid "Result mismatch for the overriding procedure %qs at %L: %s"
73190 msgstr ""
73192 #: fortran/interface.cc:5080
73193 #, gcc-internal-format
73194 msgid "%qs at %L overrides a PUBLIC procedure and must not be PRIVATE"
73195 msgstr ""
73197 #: fortran/interface.cc:5110
73198 #, gcc-internal-format
73199 msgid ""
73200 "Dummy argument %qs of %qs at %L should be named %qs as to match the "
73201 "corresponding argument of the overridden procedure"
73202 msgstr ""
73204 #: fortran/interface.cc:5121
73205 #, gcc-internal-format
73206 msgid "Argument mismatch for the overriding procedure %qs at %L: %s"
73207 msgstr ""
73209 #: fortran/interface.cc:5130
73210 #, gcc-internal-format
73211 msgid ""
73212 "%qs at %L must have the same number of formal arguments as the overridden "
73213 "procedure"
73214 msgstr ""
73216 #: fortran/interface.cc:5139
73217 #, gcc-internal-format
73218 msgid "%qs at %L overrides a NOPASS binding and must also be NOPASS"
73219 msgstr ""
73221 #: fortran/interface.cc:5150
73222 #, gcc-internal-format
73223 msgid "%qs at %L overrides a binding with PASS and must also be PASS"
73224 msgstr ""
73226 #: fortran/interface.cc:5157
73227 #, gcc-internal-format
73228 msgid ""
73229 "Passed-object dummy argument of %qs at %L must be at the same position as "
73230 "the passed-object dummy argument of the overridden procedure"
73231 msgstr ""
73233 #: fortran/interface.cc:5178
73234 #, gcc-internal-format, gfc-internal-format
73235 msgid "DTIO dummy argument at %L must be of type %s"
73236 msgstr ""
73238 #: fortran/interface.cc:5185
73239 #, gcc-internal-format, gfc-internal-format
73240 msgid "DTIO dummy argument at %L must be of KIND = %d"
73241 msgstr ""
73243 #: fortran/interface.cc:5192
73244 #, gcc-internal-format, gfc-internal-format
73245 msgid "DTIO dummy argument at %L must be a scalar"
73246 msgstr ""
73248 #: fortran/interface.cc:5196
73249 #, gcc-internal-format, gfc-internal-format
73250 msgid "DTIO dummy argument at %L must be an ASSUMED SHAPE ARRAY"
73251 msgstr ""
73253 #: fortran/interface.cc:5200
73254 #, gcc-internal-format, gfc-internal-format
73255 msgid "DTIO character argument at %L must have assumed length"
73256 msgstr ""
73258 #: fortran/interface.cc:5204
73259 #, gcc-internal-format, gfc-internal-format
73260 msgid "DTIO dummy argument at %L must have INTENT %s"
73261 msgstr ""
73263 #: fortran/interface.cc:5262 fortran/interface.cc:5308
73264 #, gcc-internal-format, gfc-internal-format
73265 msgid "Alternate return at %L is not permitted in a DTIO procedure"
73266 msgstr ""
73268 #: fortran/interface.cc:5274
73269 #, gcc-internal-format
73270 msgid "DTIO procedure %qs at %L must be a subroutine"
73271 msgstr ""
73273 #: fortran/interface.cc:5286
73274 #, gcc-internal-format
73275 msgid "Too few dummy arguments in DTIO procedure %qs at %L"
73276 msgstr ""
73278 #: fortran/interface.cc:5293
73279 #, gcc-internal-format
73280 msgid "Too many dummy arguments in DTIO procedure %qs at %L"
73281 msgstr ""
73283 #: fortran/intrinsic.cc:261
73284 #, gcc-internal-format, gfc-internal-format
73285 msgid ""
73286 "Variable with NO_ARG_CHECK attribute at %L is only permitted as argument to "
73287 "the intrinsic functions C_LOC and PRESENT"
73288 msgstr ""
73290 #: fortran/intrinsic.cc:277
73291 #, gcc-internal-format, gfc-internal-format
73292 msgid ""
73293 "Assumed-type argument at %L is not permitted as actual argument to the "
73294 "intrinsic %s"
73295 msgstr ""
73297 #: fortran/intrinsic.cc:284
73298 #, gcc-internal-format, gfc-internal-format
73299 msgid ""
73300 "Assumed-type argument at %L is only permitted as first actual argument to "
73301 "the intrinsic %s"
73302 msgstr ""
73304 #: fortran/intrinsic.cc:291
73305 #, gcc-internal-format, gfc-internal-format
73306 msgid ""
73307 "Assumed-rank argument at %L is only permitted as actual argument to "
73308 "intrinsic inquiry functions"
73309 msgstr ""
73311 #: fortran/intrinsic.cc:298
73312 #, gcc-internal-format, gfc-internal-format
73313 msgid ""
73314 "Assumed-rank argument at %L is only permitted as first actual argument to "
73315 "the intrinsic inquiry function %s"
73316 msgstr ""
73318 #: fortran/intrinsic.cc:346
73319 #, gcc-internal-format
73320 msgid "do_check(): too many args"
73321 msgstr ""
73323 #: fortran/intrinsic.cc:426
73324 #, gcc-internal-format
73325 msgid "add_sym(): Bad sizing mode"
73326 msgstr ""
73328 #: fortran/intrinsic.cc:1186
73329 #, gcc-internal-format
73330 msgid ""
73331 "The intrinsic %qs at %L is not included in the selected standard but %s and "
73332 "%qs will be treated as if declared EXTERNAL.  Use an appropriate %<-std=%> "
73333 "option or define %<-fall-intrinsics%> to allow this intrinsic."
73334 msgstr ""
73336 #: fortran/intrinsic.cc:1221
73337 #, gcc-internal-format
73338 msgid "make_generic(): Cannot find generic symbol %qs"
73339 msgstr ""
73341 #: fortran/intrinsic.cc:4313
73342 #, gcc-internal-format, gfc-internal-format
73343 msgid ""
73344 "ALLOCATED intrinsic at %L requires an array or scalar allocatable entity"
73345 msgstr ""
73347 #: fortran/intrinsic.cc:4326
73348 #, gcc-internal-format, gfc-internal-format
73349 msgid "Scalar entity required at %L"
73350 msgstr ""
73352 #: fortran/intrinsic.cc:4337
73353 #, gcc-internal-format, gfc-internal-format
73354 msgid "Array entity required at %L"
73355 msgstr ""
73357 #: fortran/intrinsic.cc:4344
73358 #, gcc-internal-format
73359 msgid "Invalid keyword %qs in %qs intrinsic function at %L"
73360 msgstr ""
73362 #: fortran/intrinsic.cc:4371
73363 #, gcc-internal-format
73364 msgid "Too many arguments in call to %qs at %L"
73365 msgstr ""
73367 #: fortran/intrinsic.cc:4387
73368 #, gcc-internal-format, gfc-internal-format
73369 msgid ""
73370 "The argument list functions %%VAL, %%LOC or %%REF are not allowed in this "
73371 "context at %L"
73372 msgstr ""
73374 #: fortran/intrinsic.cc:4390
73375 #, gcc-internal-format
73376 msgid "Cannot find keyword named %qs in call to %qs at %L"
73377 msgstr ""
73379 #: fortran/intrinsic.cc:4397
73380 #, gcc-internal-format
73381 msgid "Argument %qs appears twice in call to %qs at %L"
73382 msgstr ""
73384 #: fortran/intrinsic.cc:4411
73385 #, gcc-internal-format
73386 msgid "Missing actual argument %qs in call to %qs at %L"
73387 msgstr ""
73389 #: fortran/intrinsic.cc:4427
73390 #, gcc-internal-format, gfc-internal-format
73391 msgid "ALTERNATE RETURN not permitted at %L"
73392 msgstr ""
73394 #: fortran/intrinsic.cc:4481
73395 #, gcc-internal-format
73396 msgid "In call to %qs at %L, type mismatch in argument %qs; pass %qs to %qs"
73397 msgstr ""
73399 #: fortran/intrinsic.cc:4609
73400 #, gcc-internal-format
73401 msgid "resolve_intrinsic(): Too many args for intrinsic"
73402 msgstr ""
73404 #: fortran/intrinsic.cc:4704
73405 #, gcc-internal-format
73406 msgid "do_simplify(): Too many args for intrinsic"
73407 msgstr ""
73409 #: fortran/intrinsic.cc:4716
73410 #, gcc-internal-format, gfc-internal-format
73411 msgid "Cannot simplify expression at %L"
73412 msgstr ""
73414 #: fortran/intrinsic.cc:4749
73415 #, gcc-internal-format
73416 msgid "init_arglist(): too many arguments"
73417 msgstr ""
73419 #: fortran/intrinsic.cc:4901
73420 #, gcc-internal-format
73421 msgid "Invalid standard code on intrinsic %qs (%d)"
73422 msgstr ""
73424 #: fortran/intrinsic.cc:4910
73425 #, gcc-internal-format
73426 msgid "Intrinsic %qs (%s) used at %L"
73427 msgstr ""
73429 #: fortran/intrinsic.cc:4982
73430 #, gcc-internal-format
73431 msgid "Function %qs as initialization expression at %L"
73432 msgstr ""
73434 #: fortran/intrinsic.cc:5000
73435 #, gcc-internal-format
73436 msgid ""
73437 "Transformational function %qs at %L is invalid in an initialization "
73438 "expression"
73439 msgstr ""
73441 #: fortran/intrinsic.cc:5076
73442 #, gcc-internal-format, gfc-internal-format
73443 msgid ""
73444 "Elemental function as initialization expression with non-integer/non-"
73445 "character arguments at %L"
73446 msgstr ""
73448 #: fortran/intrinsic.cc:5167
73449 #, gcc-internal-format
73450 msgid ""
73451 "Subroutine call to intrinsic %qs in DO CONCURRENT block at %L is not PURE"
73452 msgstr ""
73454 #: fortran/intrinsic.cc:5174
73455 #, gcc-internal-format
73456 msgid "Subroutine call to intrinsic %qs at %L is not PURE"
73457 msgstr ""
73459 #: fortran/intrinsic.cc:5277
73460 #, gcc-internal-format, gfc-internal-format
73461 msgid "Extension: Conversion from %s to %s at %L"
73462 msgstr ""
73464 #: fortran/intrinsic.cc:5298
73465 #, gcc-internal-format, gfc-internal-format
73466 msgid "Nonstandard conversion from %s to %s at %L"
73467 msgstr ""
73469 #: fortran/intrinsic.cc:5315 fortran/intrinsic.cc:5332
73470 #, gcc-internal-format, gfc-internal-format
73471 msgid "Possible change of value in conversion from %s to %s at %L"
73472 msgstr ""
73474 #. If HOLLERITH is involved, all bets are off.
73475 #: fortran/intrinsic.cc:5320 fortran/intrinsic.cc:5340
73476 #, gcc-internal-format, gfc-internal-format
73477 msgid "Conversion from %s to %s at %L"
73478 msgstr ""
73480 #. Use of -fdec-char-conversions allows assignment of character data
73481 #. to non-character variables.  This not permited for nonconstant
73482 #. strings.
73483 #: fortran/intrinsic.cc:5406 fortran/resolve.cc:11113
73484 #, gcc-internal-format, gfc-internal-format
73485 msgid "Cannot convert %s to %s at %L"
73486 msgstr ""
73488 #: fortran/intrinsic.cc:5411
73489 #, gcc-internal-format
73490 msgid "Cannot convert %qs to %qs at %L"
73491 msgstr ""
73493 #: fortran/intrinsic.cc:5503
73494 #, gcc-internal-format
73495 msgid ""
73496 "%qs declared at %L may shadow the intrinsic of the same name.  In order to "
73497 "call the intrinsic, explicit INTRINSIC declarations may be required."
73498 msgstr ""
73500 #: fortran/intrinsic.cc:5509
73501 #, gcc-internal-format
73502 msgid ""
73503 "%qs declared at %L is also the name of an intrinsic.  It can only be called "
73504 "via an explicit interface or if declared EXTERNAL."
73505 msgstr ""
73507 #: fortran/io.cc:176 fortran/primary.cc:940
73508 #, gcc-internal-format, gfc-internal-format
73509 msgid "Extension: backslash character at %C"
73510 msgstr ""
73512 #: fortran/io.cc:210
73513 #, gcc-internal-format, gfc-internal-format
73514 msgid "Nonconforming tab character in format at %C"
73515 msgstr ""
73517 #: fortran/io.cc:453
73518 #, gcc-internal-format, gfc-internal-format
73519 msgid "DP format specifier not allowed at %C"
73520 msgstr ""
73522 #: fortran/io.cc:460
73523 #, gcc-internal-format, gfc-internal-format
73524 msgid "DC format specifier not allowed at %C"
73525 msgstr ""
73527 #: fortran/io.cc:467
73528 #, gcc-internal-format, gfc-internal-format
73529 msgid "Fortran 2003: DT format specifier not allowed at %C"
73530 msgstr ""
73532 #: fortran/io.cc:596
73533 #, gcc-internal-format, gfc-internal-format
73534 msgid "Positive width required in format string at %L"
73535 msgstr ""
73537 #: fortran/io.cc:598
73538 #, gcc-internal-format, gfc-internal-format
73539 msgid "Nonnegative width required in format string at %L"
73540 msgstr ""
73542 #: fortran/io.cc:600
73543 #, gcc-internal-format
73544 msgid "Unexpected element %qc in format string at %L"
73545 msgstr ""
73547 #: fortran/io.cc:602
73548 #, gcc-internal-format, gfc-internal-format
73549 msgid "Unexpected end of format string in format string at %L"
73550 msgstr ""
73552 #: fortran/io.cc:604
73553 #, gcc-internal-format, gfc-internal-format
73554 msgid "Zero width in format descriptor in format string at %L"
73555 msgstr ""
73557 #: fortran/io.cc:624
73558 #, gcc-internal-format, gfc-internal-format
73559 msgid "Missing leading left parenthesis in format string at %L"
73560 msgstr ""
73562 #: fortran/io.cc:653
73563 #, gcc-internal-format
73564 msgid "Left parenthesis required after %<*%> in format string at %L"
73565 msgstr ""
73567 #: fortran/io.cc:685
73568 #, gcc-internal-format, gfc-internal-format
73569 msgid "Expected P edit descriptor in format string at %L"
73570 msgstr ""
73572 #. P requires a prior number.
73573 #: fortran/io.cc:693
73574 #, gcc-internal-format, gfc-internal-format
73575 msgid "P descriptor requires leading scale factor in format string at %L"
73576 msgstr ""
73578 #: fortran/io.cc:701
73579 #, gcc-internal-format, gfc-internal-format
73580 msgid "X descriptor requires leading space count at %L"
73581 msgstr ""
73583 #: fortran/io.cc:730
73584 #, gcc-internal-format, gfc-internal-format
73585 msgid "$ descriptor at %L"
73586 msgstr ""
73588 #: fortran/io.cc:734
73589 #, gcc-internal-format, gfc-internal-format
73590 msgid "$ should be the last specifier in format at %L"
73591 msgstr ""
73593 #: fortran/io.cc:766
73594 #, gcc-internal-format, gfc-internal-format
73595 msgid "Missing item in format string at %L"
73596 msgstr ""
73598 #: fortran/io.cc:797 fortran/io.cc:812
73599 #, gcc-internal-format, gfc-internal-format
73600 msgid "Comma required after P descriptor in format string at %L"
73601 msgstr ""
73603 #: fortran/io.cc:827
73604 #, gcc-internal-format, gfc-internal-format
73605 msgid "Positive width required with T descriptor in format string at %L"
73606 msgstr ""
73608 #: fortran/io.cc:846 fortran/io.cc:850
73609 #, gcc-internal-format, gfc-internal-format
73610 msgid "Extension: Zero width after L descriptor at %L"
73611 msgstr ""
73613 #: fortran/io.cc:862
73614 #, gcc-internal-format, gfc-internal-format
73615 msgid "Missing positive width after L descriptor at %L"
73616 msgstr ""
73618 #: fortran/io.cc:893
73619 #, gcc-internal-format
73620 msgid "%<G0%> in format at %L"
73621 msgstr ""
73623 #: fortran/io.cc:911
73624 #, gcc-internal-format, gfc-internal-format
73625 msgid "E specifier not allowed with g0 descriptor in format string at %L"
73626 msgstr ""
73628 #: fortran/io.cc:931
73629 #, gcc-internal-format, gfc-internal-format
73630 msgid "Positive width required in format specifier %s at %L"
73631 msgstr ""
73633 #: fortran/io.cc:941
73634 #, gcc-internal-format, gfc-internal-format
73635 msgid "positive width required at %L"
73636 msgstr ""
73638 #: fortran/io.cc:964 fortran/io.cc:971
73639 #, gcc-internal-format, gfc-internal-format
73640 msgid "Period required in format specifier %s at %L"
73641 msgstr ""
73643 #: fortran/io.cc:1009 fortran/io.cc:1018
73644 #, gcc-internal-format, gfc-internal-format
73645 msgid "Positive exponent width required in format string at %L"
73646 msgstr ""
73648 #: fortran/io.cc:1066
73649 #, gcc-internal-format, gfc-internal-format
73650 msgid "Right parenthesis expected at %C in format string at %L"
73651 msgstr ""
73653 #: fortran/io.cc:1108
73654 #, gcc-internal-format, gfc-internal-format
73655 msgid "Period required in format specifier in format string at %L"
73656 msgstr ""
73658 #: fortran/io.cc:1114
73659 #, gcc-internal-format, gfc-internal-format
73660 msgid "Period required in format specifier at %L"
73661 msgstr ""
73663 #: fortran/io.cc:1136
73664 #, gcc-internal-format, gfc-internal-format
73665 msgid "The H format specifier at %L is a Fortran 95 deleted feature"
73666 msgstr ""
73668 #: fortran/io.cc:1231 fortran/io.cc:1293
73669 #, gcc-internal-format, gfc-internal-format
73670 msgid "Missing comma at %L"
73671 msgstr ""
73673 #: fortran/io.cc:1349
73674 #, gcc-internal-format, gfc-internal-format
73675 msgid "Extraneous characters in format at %L"
73676 msgstr ""
73678 #: fortran/io.cc:1371
73679 #, gcc-internal-format, gfc-internal-format
73680 msgid "Format statement in module main block at %C"
73681 msgstr ""
73683 #: fortran/io.cc:1380
73684 #, gcc-internal-format, gfc-internal-format
73685 msgid "FORMAT statement at %C cannot appear within an INTERFACE"
73686 msgstr ""
73688 #: fortran/io.cc:1386
73689 #, gcc-internal-format, gfc-internal-format
73690 msgid "Missing format label at %C"
73691 msgstr ""
73693 #: fortran/io.cc:1441 fortran/io.cc:1472 fortran/io.cc:1552
73694 #, gcc-internal-format, gfc-internal-format
73695 msgid "Invalid value for %s specification at %C"
73696 msgstr ""
73698 #: fortran/io.cc:1447 fortran/io.cc:1478 fortran/io.cc:1634 fortran/io.cc:1647
73699 #, gcc-internal-format, gfc-internal-format
73700 msgid "Duplicate %s specification at %C"
73701 msgstr ""
73703 #: fortran/io.cc:1489
73704 #, gcc-internal-format, gfc-internal-format
73705 msgid "Variable %s cannot be INTENT(IN) at %C"
73706 msgstr ""
73708 #: fortran/io.cc:1497
73709 #, gcc-internal-format, gfc-internal-format
73710 msgid "Variable %s cannot be assigned in PURE procedure at %C"
73711 msgstr ""
73713 #: fortran/io.cc:1527
73714 #, gcc-internal-format, gfc-internal-format
73715 msgid "Expecting a variable at %L"
73716 msgstr ""
73718 #: fortran/io.cc:1558
73719 #, gcc-internal-format, gfc-internal-format
73720 msgid "Duplicate %s label specification at %C"
73721 msgstr ""
73723 #: fortran/io.cc:1578 fortran/io.cc:1595 fortran/io.cc:1616
73724 #, gcc-internal-format
73725 msgid "%s at %C is a DEC extension, enable with %<-fdec%>"
73726 msgstr ""
73728 #: fortran/io.cc:1669
73729 #, gcc-internal-format, gfc-internal-format
73730 msgid ""
73731 "Constant expression in FORMAT tag at %L must be of type default CHARACTER"
73732 msgstr ""
73734 #: fortran/io.cc:1694
73735 #, gcc-internal-format, gfc-internal-format
73736 msgid "FORMAT tag at %L cannot be a zero-sized array"
73737 msgstr ""
73739 #: fortran/io.cc:1735
73740 #, gcc-internal-format, gfc-internal-format
73741 msgid "FORMAT tag at %L must be of type default-kind CHARACTER or of INTEGER"
73742 msgstr ""
73744 #: fortran/io.cc:1741
73745 #, gcc-internal-format, gfc-internal-format
73746 msgid "ASSIGNED variable in FORMAT tag at %L"
73747 msgstr ""
73749 #: fortran/io.cc:1746
73750 #, gcc-internal-format
73751 msgid "Variable %qs at %L has not been assigned a format label"
73752 msgstr ""
73754 #: fortran/io.cc:1753
73755 #, gcc-internal-format
73756 msgid "Scalar %qs in FORMAT tag at %L is not an ASSIGNED variable"
73757 msgstr ""
73759 #: fortran/io.cc:1768
73760 #, gcc-internal-format, gfc-internal-format
73761 msgid "Non-character non-Hollerith in FORMAT tag at %L"
73762 msgstr ""
73764 #: fortran/io.cc:1772
73765 #, gcc-internal-format, gfc-internal-format
73766 msgid "Non-character in FORMAT tag at %L"
73767 msgstr ""
73769 #: fortran/io.cc:1778
73770 #, gcc-internal-format, gfc-internal-format
73771 msgid "Non-character assumed shape array element in FORMAT tag at %L"
73772 msgstr ""
73774 #: fortran/io.cc:1785
73775 #, gcc-internal-format, gfc-internal-format
73776 msgid "Non-character assumed size array element in FORMAT tag at %L"
73777 msgstr ""
73779 #: fortran/io.cc:1792
73780 #, gcc-internal-format, gfc-internal-format
73781 msgid "Non-character pointer array element in FORMAT tag at %L"
73782 msgstr ""
73784 #: fortran/io.cc:1818
73785 #, gcc-internal-format, gfc-internal-format
73786 msgid "%s tag at %L must be of type %s"
73787 msgstr ""
73789 #: fortran/io.cc:1825
73790 #, gcc-internal-format, gfc-internal-format
73791 msgid "%s tag at %L must be a character string of default kind"
73792 msgstr ""
73794 #: fortran/io.cc:1832
73795 #, gcc-internal-format, gfc-internal-format
73796 msgid "%s tag at %L must be scalar"
73797 msgstr ""
73799 #: fortran/io.cc:1838
73800 #, gcc-internal-format, gfc-internal-format
73801 msgid "IOMSG tag at %L"
73802 msgstr ""
73804 #: fortran/io.cc:1846
73805 #, gcc-internal-format, gfc-internal-format
73806 msgid "Fortran 95 requires default INTEGER in %s tag at %L"
73807 msgstr ""
73809 #: fortran/io.cc:1855
73810 #, gcc-internal-format, gfc-internal-format
73811 msgid "Non-default LOGICAL kind in %s tag at %L"
73812 msgstr ""
73814 #: fortran/io.cc:1862
73815 #, gcc-internal-format, gfc-internal-format
73816 msgid "NEWUNIT specifier at %L"
73817 msgstr ""
73819 #: fortran/io.cc:1880
73820 #, gcc-internal-format, gfc-internal-format
73821 msgid "CONVERT tag at %L"
73822 msgstr ""
73824 #: fortran/io.cc:2105
73825 #, gcc-internal-format
73826 msgid "Fortran 2003: %s specifier in %s statement at %L has value %qs"
73827 msgstr ""
73829 #: fortran/io.cc:2113 fortran/io.cc:2140
73830 #, gcc-internal-format
73831 msgid "%s specifier in %s statement at %L has value %qs"
73832 msgstr ""
73834 #: fortran/io.cc:2132
73835 #, gcc-internal-format
73836 msgid "Extension: %s specifier in %s statement at %L has value %qs"
73837 msgstr ""
73839 #: fortran/io.cc:2154 fortran/io.cc:2162
73840 #, gcc-internal-format
73841 msgid "%s specifier in %s statement at %L has invalid value %qs"
73842 msgstr ""
73844 #: fortran/io.cc:2219
73845 #, gcc-internal-format, gfc-internal-format
73846 msgid "ACTION type conflicts with READONLY specifier at %L"
73847 msgstr ""
73849 #: fortran/io.cc:2235
73850 #, gcc-internal-format, gfc-internal-format
73851 msgid "ASYNCHRONOUS= at %L not allowed in Fortran 95"
73852 msgstr ""
73854 #: fortran/io.cc:2254 fortran/io.cc:3928
73855 #, gcc-internal-format, gfc-internal-format
73856 msgid "BLANK= at %L not allowed in Fortran 95"
73857 msgstr ""
73859 #: fortran/io.cc:2282 fortran/io.cc:3906
73860 #, gcc-internal-format, gfc-internal-format
73861 msgid "DECIMAL= at %L not allowed in Fortran 95"
73862 msgstr ""
73864 #: fortran/io.cc:2314
73865 #, gcc-internal-format, gfc-internal-format
73866 msgid "ENCODING= at %L not allowed in Fortran 95"
73867 msgstr ""
73869 #: fortran/io.cc:2365 fortran/io.cc:3973
73870 #, gcc-internal-format, gfc-internal-format
73871 msgid "ROUND= at %L not allowed in Fortran 95"
73872 msgstr ""
73874 #: fortran/io.cc:2395
73875 #, gcc-internal-format, gfc-internal-format
73876 msgid "SIGN= at %L not allowed in Fortran 95"
73877 msgstr ""
73879 #: fortran/io.cc:2416
73880 #, gcc-internal-format, gfc-internal-format
73881 msgid "RECL in OPEN statement at %L must be positive"
73882 msgstr ""
73884 #: fortran/io.cc:2441
73885 #, gcc-internal-format
73886 msgid ""
73887 "The STATUS specified in OPEN statement at %L is %qs and no FILE specifier is "
73888 "present"
73889 msgstr ""
73891 #: fortran/io.cc:2452
73892 #, gcc-internal-format, gfc-internal-format
73893 msgid ""
73894 "The STATUS specified in OPEN statement at %L cannot have the value SCRATCH "
73895 "if a FILE specifier is present"
73896 msgstr ""
73898 #: fortran/io.cc:2463
73899 #, gcc-internal-format, gfc-internal-format
73900 msgid "UNIT specifier not allowed with NEWUNIT at %L"
73901 msgstr ""
73903 #: fortran/io.cc:2474
73904 #, gcc-internal-format, gfc-internal-format
73905 msgid "NEWUNIT specifier must have FILE= or STATUS='scratch' at %L"
73906 msgstr ""
73908 #: fortran/io.cc:2481
73909 #, gcc-internal-format, gfc-internal-format
73910 msgid "OPEN statement at %L must have UNIT or NEWUNIT specified"
73911 msgstr ""
73913 #: fortran/io.cc:2516
73914 #, gcc-internal-format, gfc-internal-format
73915 msgid "%sspecifier at %L not allowed in OPEN statement for unformatted I/O"
73916 msgstr ""
73918 #: fortran/io.cc:2524
73919 #, gcc-internal-format, gfc-internal-format
73920 msgid "RECL specifier not allowed in OPEN statement at %L for stream I/O"
73921 msgstr ""
73923 #: fortran/io.cc:2537
73924 #, gcc-internal-format, gfc-internal-format
73925 msgid ""
73926 "POSITION specifier in OPEN statement at %L only allowed for stream or "
73927 "sequential ACCESS"
73928 msgstr ""
73930 #: fortran/io.cc:2590
73931 #, gcc-internal-format, gfc-internal-format
73932 msgid "OPEN statement not allowed in PURE procedure at %C"
73933 msgstr ""
73935 #: fortran/io.cc:2698
73936 #, gcc-internal-format, gfc-internal-format
73937 msgid "CLOSE statement not allowed in PURE procedure at %C"
73938 msgstr ""
73940 #: fortran/io.cc:2724
73941 #, gcc-internal-format, gfc-internal-format
73942 msgid "CLOSE statement at %L requires a UNIT number"
73943 msgstr ""
73945 #: fortran/io.cc:2732
73946 #, gcc-internal-format, gfc-internal-format
73947 msgid "UNIT number in CLOSE statement at %L must be non-negative"
73948 msgstr ""
73950 #: fortran/io.cc:2855 fortran/match.cc:3129
73951 #, gcc-internal-format, gfc-internal-format
73952 msgid "%s statement not allowed in PURE procedure at %C"
73953 msgstr ""
73955 #: fortran/io.cc:2885
73956 #, gcc-internal-format, gfc-internal-format
73957 msgid "UNIT number missing in statement at %L"
73958 msgstr ""
73960 #: fortran/io.cc:2896 fortran/io.cc:3386
73961 #, gcc-internal-format, gfc-internal-format
73962 msgid "UNIT number in statement at %L must be non-negative"
73963 msgstr ""
73965 #: fortran/io.cc:2929
73966 #, gcc-internal-format, gfc-internal-format
73967 msgid "FLUSH statement at %C"
73968 msgstr ""
73970 #: fortran/io.cc:2970
73971 #, gcc-internal-format, gfc-internal-format
73972 msgid "Missing format with default unit at %C"
73973 msgstr ""
73975 #: fortran/io.cc:2990
73976 #, gcc-internal-format, gfc-internal-format
73977 msgid "Duplicate UNIT specification at %C"
73978 msgstr ""
73980 #: fortran/io.cc:3064
73981 #, gcc-internal-format, gfc-internal-format
73982 msgid "Duplicate format specification at %C"
73983 msgstr ""
73985 #: fortran/io.cc:3105
73986 #, gcc-internal-format
73987 msgid "Symbol %qs in namelist %qs is INTENT(IN) at %C"
73988 msgstr ""
73990 #: fortran/io.cc:3141
73991 #, gcc-internal-format, gfc-internal-format
73992 msgid "Duplicate NML specification at %C"
73993 msgstr ""
73995 #: fortran/io.cc:3150
73996 #, gcc-internal-format
73997 msgid "Symbol %qs at %C must be a NAMELIST group name"
73998 msgstr ""
74000 #: fortran/io.cc:3216
74001 #, gcc-internal-format, gfc-internal-format
74002 msgid "END tag at %C not allowed in output statement"
74003 msgstr ""
74005 #: fortran/io.cc:3312
74006 #, gcc-internal-format, gfc-internal-format
74007 msgid "UNIT not specified at %L"
74008 msgstr ""
74010 #: fortran/io.cc:3319
74011 #, gcc-internal-format, gfc-internal-format
74012 msgid "UNIT specification at %L must not be a character PARAMETER"
74013 msgstr ""
74015 #: fortran/io.cc:3332
74016 #, gcc-internal-format, gfc-internal-format
74017 msgid ""
74018 "UNIT specification at %L must be an INTEGER expression or a CHARACTER "
74019 "variable"
74020 msgstr ""
74022 #: fortran/io.cc:3354
74023 #, gcc-internal-format, gfc-internal-format
74024 msgid "Invalid form of WRITE statement at %L, UNIT required"
74025 msgstr ""
74027 #: fortran/io.cc:3365
74028 #, gcc-internal-format, gfc-internal-format
74029 msgid "Internal unit with vector subscript at %L"
74030 msgstr ""
74032 #: fortran/io.cc:3379
74033 #, gcc-internal-format, gfc-internal-format
74034 msgid "External IO UNIT cannot be an array at %L"
74035 msgstr ""
74037 #: fortran/io.cc:3409
74038 #, gcc-internal-format
74039 msgid ""
74040 "NAMELIST %qs in READ statement at %L contains the symbol %qs which may not "
74041 "appear in a variable definition context"
74042 msgstr ""
74044 #: fortran/io.cc:3421
74045 #, gcc-internal-format
74046 msgid ""
74047 "NAMELIST object %qs in namelist %qs at %L is polymorphic and requires a "
74048 "defined input/output procedure"
74049 msgstr ""
74051 #: fortran/io.cc:3431 fortran/resolve.cc:15597
74052 #, gcc-internal-format
74053 msgid ""
74054 "NAMELIST object %qs in namelist %qs at %L with ALLOCATABLE or POINTER "
74055 "components"
74056 msgstr ""
74058 #: fortran/io.cc:3439
74059 #, gcc-internal-format
74060 msgid ""
74061 "NAMELIST object %qs in namelist %qs at %L has ALLOCATABLE or POINTER "
74062 "components and thus requires a defined input/output procedure"
74063 msgstr ""
74065 #: fortran/io.cc:3450
74066 #, gcc-internal-format, gfc-internal-format
74067 msgid "Comma before i/o item list at %L"
74068 msgstr ""
74070 #: fortran/io.cc:3460
74071 #, gcc-internal-format, gfc-internal-format
74072 msgid "ERR tag label %d at %L not defined"
74073 msgstr ""
74075 #: fortran/io.cc:3472
74076 #, gcc-internal-format, gfc-internal-format
74077 msgid "END tag label %d at %L not defined"
74078 msgstr ""
74080 #: fortran/io.cc:3484
74081 #, gcc-internal-format, gfc-internal-format
74082 msgid "EOR tag label %d at %L not defined"
74083 msgstr ""
74085 #: fortran/io.cc:3494
74086 #, gcc-internal-format, gfc-internal-format
74087 msgid "FORMAT label %d at %L not defined"
74088 msgstr ""
74090 #: fortran/io.cc:3525
74091 #, gcc-internal-format
74092 msgid "io_kind_name(): bad I/O-kind"
74093 msgstr ""
74095 #: fortran/io.cc:3614
74096 #, gcc-internal-format, gfc-internal-format
74097 msgid "Syntax error in I/O iterator at %C"
74098 msgstr ""
74100 #: fortran/io.cc:3646
74101 #, gcc-internal-format, gfc-internal-format
74102 msgid "Expecting variable in READ statement at %C"
74103 msgstr ""
74105 #: fortran/io.cc:3652
74106 #, gcc-internal-format, gfc-internal-format
74107 msgid "Expecting variable or io-implied-do in READ statement at %L"
74108 msgstr ""
74110 #: fortran/io.cc:3661
74111 #, gcc-internal-format, gfc-internal-format
74112 msgid "Expecting variable or io-implied-do at %L"
74113 msgstr ""
74115 #: fortran/io.cc:3670
74116 #, gcc-internal-format, gfc-internal-format
74117 msgid "Expected expression in %s statement at %C"
74118 msgstr ""
74120 #: fortran/io.cc:3675
74121 #, gcc-internal-format, gfc-internal-format
74122 msgid "BOZ literal constant at %L cannot appear in an output IO list"
74123 msgstr ""
74125 #: fortran/io.cc:3823
74126 #, gcc-internal-format, gfc-internal-format
74127 msgid "Internal file at %L with namelist"
74128 msgstr ""
74130 #: fortran/io.cc:3838
74131 #, gcc-internal-format, gfc-internal-format
74132 msgid ""
74133 "IO UNIT in %s statement at %L must be an internal file in a PURE procedure"
74134 msgstr ""
74136 #: fortran/io.cc:3951
74137 #, gcc-internal-format, gfc-internal-format
74138 msgid "PAD= at %L not allowed in Fortran 95"
74139 msgstr ""
74141 #: fortran/io.cc:4020
74142 #, gcc-internal-format, gfc-internal-format
74143 msgid "DELIM= at %L not allowed in Fortran 95"
74144 msgstr ""
74146 #: fortran/io.cc:4194
74147 #, gcc-internal-format, gfc-internal-format
74148 msgid "PRINT namelist at %C is an extension"
74149 msgstr ""
74151 #: fortran/io.cc:4216
74152 #, gcc-internal-format, gfc-internal-format
74153 msgid "Comma after * at %C not allowed without I/O list"
74154 msgstr ""
74156 #: fortran/io.cc:4389
74157 #, gcc-internal-format, gfc-internal-format
74158 msgid "Expected comma in I/O list at %C"
74159 msgstr ""
74161 #: fortran/io.cc:4456
74162 #, gcc-internal-format, gfc-internal-format
74163 msgid "PRINT statement at %C not allowed within PURE procedure"
74164 msgstr ""
74166 #: fortran/io.cc:4618
74167 #, gcc-internal-format, gfc-internal-format
74168 msgid "NULL() near %L cannot appear in INQUIRE statement"
74169 msgstr ""
74171 #: fortran/io.cc:4630 fortran/io.cc:4692
74172 #, gcc-internal-format, gfc-internal-format
74173 msgid "INQUIRE statement not allowed in PURE procedure at %C"
74174 msgstr ""
74176 #: fortran/io.cc:4658
74177 #, gcc-internal-format, gfc-internal-format
74178 msgid "IOLENGTH tag invalid in INQUIRE statement at %C"
74179 msgstr ""
74181 #: fortran/io.cc:4668 fortran/trans-io.cc:1358
74182 #, gcc-internal-format, gfc-internal-format
74183 msgid "INQUIRE statement at %L cannot contain both FILE and UNIT specifiers"
74184 msgstr ""
74186 #: fortran/io.cc:4675
74187 #, gcc-internal-format, gfc-internal-format
74188 msgid "INQUIRE statement at %L requires either FILE or UNIT specifier"
74189 msgstr ""
74191 #: fortran/io.cc:4685
74192 #, gcc-internal-format, gfc-internal-format
74193 msgid "UNIT number in INQUIRE statement at %L cannot be %d"
74194 msgstr ""
74196 #: fortran/io.cc:4700
74197 #, gcc-internal-format, gfc-internal-format
74198 msgid ""
74199 "INQUIRE statement at %L requires a PENDING= specifier with the ID= specifier"
74200 msgstr ""
74202 #: fortran/io.cc:4876
74203 #, gcc-internal-format, gfc-internal-format
74204 msgid "WAIT at %C not allowed in Fortran 95"
74205 msgstr ""
74207 #: fortran/io.cc:4882
74208 #, gcc-internal-format, gfc-internal-format
74209 msgid "WAIT statement not allowed in PURE procedure at %C"
74210 msgstr ""
74212 #. Reject truncation.
74213 #: fortran/iresolve.cc:70
74214 #, gcc-internal-format, gfc-internal-format
74215 msgid "identifier overflow: %d"
74216 msgstr ""
74218 #: fortran/iresolve.cc:102
74219 #, gcc-internal-format
74220 msgid "check_charlen_present(): length not set"
74221 msgstr ""
74223 #: fortran/match.cc:118
74224 #, gcc-internal-format
74225 msgid "gfc_op2string(): Bad code"
74226 msgstr ""
74228 #: fortran/match.cc:195
74229 #, gcc-internal-format
74230 msgid "Expected structure component or operator name after %<.%> at %C"
74231 msgstr ""
74233 #: fortran/match.cc:227
74234 #, gcc-internal-format
74235 msgid ""
74236 "%qs is neither a defined operator nor a structure component in dotted string "
74237 "at %C"
74238 msgstr ""
74240 #: fortran/match.cc:298
74241 #, gcc-internal-format
74242 msgid "Missing %qs in statement at or before %L"
74243 msgstr ""
74245 #: fortran/match.cc:498
74246 #, gcc-internal-format, gfc-internal-format
74247 msgid "Integer too large at %C"
74248 msgstr ""
74250 #: fortran/match.cc:553 fortran/parse.cc:1308
74251 #, gcc-internal-format, gfc-internal-format
74252 msgid "Too many digits in statement label at %C"
74253 msgstr ""
74255 #: fortran/match.cc:559
74256 #, gcc-internal-format, gfc-internal-format
74257 msgid "Statement label at %C is zero"
74258 msgstr ""
74260 #: fortran/match.cc:592
74261 #, gcc-internal-format
74262 msgid "Label name %qs at %C is ambiguous"
74263 msgstr ""
74265 #: fortran/match.cc:598
74266 #, gcc-internal-format
74267 msgid "Duplicate construct label %qs at %C"
74268 msgstr ""
74270 #: fortran/match.cc:634
74271 #, gcc-internal-format, gfc-internal-format
74272 msgid "Invalid character in name at %C"
74273 msgstr ""
74275 #: fortran/match.cc:647
74276 #, gcc-internal-format, gfc-internal-format
74277 msgid "Name at %C is too long"
74278 msgstr ""
74280 #: fortran/match.cc:658
74281 #, gcc-internal-format
74282 msgid ""
74283 "Invalid character %<$%> at %L. Use %<-fdollar-ok%> to allow it as an "
74284 "extension"
74285 msgstr ""
74287 #: fortran/match.cc:934
74288 #, gcc-internal-format, gfc-internal-format
74289 msgid ".XOR. operator at %C"
74290 msgstr ""
74292 #: fortran/match.cc:989
74293 #, gcc-internal-format, gfc-internal-format
74294 msgid "Loop variable at %C cannot be an array"
74295 msgstr ""
74297 #: fortran/match.cc:996
74298 #, gcc-internal-format, gfc-internal-format
74299 msgid "Loop variable at %C cannot be a coarray"
74300 msgstr ""
74302 #: fortran/match.cc:1002
74303 #, gcc-internal-format, gfc-internal-format
74304 msgid "Loop variable at %C cannot be a sub-component"
74305 msgstr ""
74307 #: fortran/match.cc:1036
74308 #, gcc-internal-format, gfc-internal-format
74309 msgid "Expected a step value in iterator at %C"
74310 msgstr ""
74312 #: fortran/match.cc:1048
74313 #, gcc-internal-format, gfc-internal-format
74314 msgid "Syntax error in iterator at %C"
74315 msgstr ""
74317 #: fortran/match.cc:1219
74318 #, gcc-internal-format, gfc-internal-format
74319 msgid "gfc_match(): Bad match code %c"
74320 msgstr ""
74322 #: fortran/match.cc:1293
74323 #, gcc-internal-format, gfc-internal-format
74324 msgid "Invalid form of PROGRAM statement at %C"
74325 msgstr ""
74327 #: fortran/match.cc:1337
74328 #, gcc-internal-format, gfc-internal-format
74329 msgid ""
74330 "BOZ literal constant at %L is neither a DATA statement value nor an actual "
74331 "argument of INT/REAL/DBLE/CMPLX intrinsic subprogram"
74332 msgstr ""
74334 #: fortran/match.cc:1346
74335 #, gcc-internal-format, gfc-internal-format
74336 msgid "Assignment to a constant expression at %C"
74337 msgstr ""
74339 #: fortran/match.cc:1450 fortran/match.cc:1541
74340 #, gcc-internal-format, gfc-internal-format
74341 msgid "Arithmetic IF statement at %C"
74342 msgstr ""
74344 #: fortran/match.cc:1497
74345 #, gcc-internal-format
74346 msgid "Missing %<(%> in IF-expression at %C"
74347 msgstr ""
74349 #: fortran/match.cc:1515
74350 #, gcc-internal-format, gfc-internal-format
74351 msgid "Syntax error in IF-expression at %C"
74352 msgstr ""
74354 #: fortran/match.cc:1526
74355 #, gcc-internal-format, gfc-internal-format
74356 msgid "Block label not appropriate for arithmetic IF statement at %C"
74357 msgstr ""
74359 #: fortran/match.cc:1564
74360 #, gcc-internal-format, gfc-internal-format
74361 msgid "Block label is not appropriate for IF statement at %C"
74362 msgstr ""
74364 #: fortran/match.cc:1657 fortran/match.cc:1664
74365 #, gcc-internal-format, gfc-internal-format
74366 msgid "Syntax error in IF-clause after %C"
74367 msgstr ""
74369 #: fortran/match.cc:1707
74370 #, gcc-internal-format, gfc-internal-format
74371 msgid "Invalid character(s) in ELSE statement after %C"
74372 msgstr ""
74374 #: fortran/match.cc:1713
74375 #, gcc-internal-format
74376 msgid "Label %qs at %C doesn't match IF label %qs"
74377 msgstr ""
74379 #: fortran/match.cc:1734
74380 #, gcc-internal-format
74381 msgid "Missing %<(%> in ELSE IF expression at %C"
74382 msgstr ""
74384 #: fortran/match.cc:1744
74385 #, gcc-internal-format
74386 msgid "Missing %<)%> in ELSE IF expression at %C"
74387 msgstr ""
74389 #: fortran/match.cc:1759
74390 #, gcc-internal-format, gfc-internal-format
74391 msgid "Missing THEN in ELSE IF statement after %L"
74392 msgstr ""
74394 #: fortran/match.cc:1767
74395 #, gcc-internal-format, gfc-internal-format
74396 msgid "Syntax error in ELSE IF statement after %L"
74397 msgstr ""
74399 #: fortran/match.cc:1773
74400 #, gcc-internal-format
74401 msgid "Label %qs after %L doesn't match IF label %qs"
74402 msgstr ""
74404 #: fortran/match.cc:1834
74405 #, gcc-internal-format, gfc-internal-format
74406 msgid "Image control statement CRITICAL at %C in PURE procedure"
74407 msgstr ""
74409 #: fortran/match.cc:1840
74410 #, gcc-internal-format, gfc-internal-format
74411 msgid "Image control statement CRITICAL at %C in DO CONCURRENT block"
74412 msgstr ""
74414 #: fortran/match.cc:1847
74415 #, gcc-internal-format, gfc-internal-format
74416 msgid "CRITICAL statement at %C"
74417 msgstr ""
74419 #: fortran/match.cc:1859
74420 #, gcc-internal-format, gfc-internal-format
74421 msgid "Nested CRITICAL block at %C"
74422 msgstr ""
74424 #: fortran/match.cc:1911
74425 #, gcc-internal-format, gfc-internal-format
74426 msgid "Expected association list at %C"
74427 msgstr ""
74429 #: fortran/match.cc:1923
74430 #, gcc-internal-format, gfc-internal-format
74431 msgid "Expected association at %C"
74432 msgstr ""
74434 #: fortran/match.cc:1933
74435 #, gcc-internal-format, gfc-internal-format
74436 msgid "Invalid association target at %C"
74437 msgstr ""
74439 #: fortran/match.cc:1944
74440 #, gcc-internal-format
74441 msgid "Duplicate name %qs in association at %C"
74442 msgstr ""
74444 #: fortran/match.cc:1952
74445 #, gcc-internal-format, gfc-internal-format
74446 msgid "Association target at %C must not be coindexed"
74447 msgstr ""
74449 #: fortran/match.cc:1959
74450 #, gcc-internal-format, gfc-internal-format
74451 msgid "Association target at %L cannot be a BOZ literal constant"
74452 msgstr ""
74454 #: fortran/match.cc:1978
74455 #, gcc-internal-format
74456 msgid "Expected %<)%> or %<,%> at %C"
74457 msgstr ""
74459 #: fortran/match.cc:1996
74460 #, gcc-internal-format, gfc-internal-format
74461 msgid "Junk after ASSOCIATE statement at %C"
74462 msgstr ""
74464 #: fortran/match.cc:2118
74465 #, gcc-internal-format
74466 msgid "Derived type %qs at %L may not be ABSTRACT"
74467 msgstr ""
74469 #: fortran/match.cc:2190 fortran/match.cc:2262 fortran/match.cc:2285
74470 #, gcc-internal-format, gfc-internal-format
74471 msgid "Invalid type-spec at %C"
74472 msgstr ""
74474 #: fortran/match.cc:2380
74475 #, gcc-internal-format, gfc-internal-format
74476 msgid "Syntax error in FORALL iterator at %C"
74477 msgstr ""
74479 #: fortran/match.cc:2645
74480 #, gcc-internal-format, gfc-internal-format
74481 msgid "DO CONCURRENT construct at %C"
74482 msgstr ""
74484 #: fortran/match.cc:2770
74485 #, gcc-internal-format
74486 msgid "Name %qs in %s statement at %C is unknown"
74487 msgstr ""
74489 #: fortran/match.cc:2778
74490 #, gcc-internal-format
74491 msgid "Name %qs in %s statement at %C is not a construct name"
74492 msgstr ""
74494 #: fortran/match.cc:2790
74495 #, gcc-internal-format, gfc-internal-format
74496 msgid "%s statement at %C leaves CRITICAL construct"
74497 msgstr ""
74499 #. F2008, C821 & C845.
74500 #: fortran/match.cc:2798
74501 #, gcc-internal-format, gfc-internal-format
74502 msgid "%s statement at %C leaves DO CONCURRENT construct"
74503 msgstr ""
74505 #: fortran/match.cc:2810
74506 #, gcc-internal-format, gfc-internal-format
74507 msgid "%s statement at %C is not within a construct"
74508 msgstr ""
74510 #: fortran/match.cc:2813
74511 #, gcc-internal-format
74512 msgid "%s statement at %C is not within construct %qs"
74513 msgstr ""
74515 #: fortran/match.cc:2839
74516 #, gcc-internal-format
74517 msgid "CYCLE statement at %C is not applicable to non-loop construct %qs"
74518 msgstr ""
74520 #: fortran/match.cc:2844
74521 #, gcc-internal-format, gfc-internal-format
74522 msgid "EXIT statement with no do-construct-name at %C"
74523 msgstr ""
74525 #: fortran/match.cc:2850
74526 #, gcc-internal-format
74527 msgid "%s statement at %C is not applicable to construct %qs"
74528 msgstr ""
74530 #: fortran/match.cc:2858
74531 #, gcc-internal-format, gfc-internal-format
74532 msgid "%s statement at %C leaving OpenACC structured block"
74533 msgstr ""
74535 #: fortran/match.cc:2859
74536 #, gcc-internal-format, gfc-internal-format
74537 msgid "%s statement at %C leaving OpenMP structured block"
74538 msgstr ""
74540 #: fortran/match.cc:2899
74541 #, gcc-internal-format, gfc-internal-format
74542 msgid "EXIT statement at %C terminating !$ACC LOOP loop"
74543 msgstr ""
74545 #: fortran/match.cc:2905
74546 #, gcc-internal-format, gfc-internal-format
74547 msgid "CYCLE statement at %C to non-innermost tiled !$ACC LOOP loop"
74548 msgstr ""
74550 #: fortran/match.cc:2907
74551 #, gcc-internal-format, gfc-internal-format
74552 msgid "CYCLE statement at %C to non-innermost collapsed !$ACC LOOP loop"
74553 msgstr ""
74555 #: fortran/match.cc:2954
74556 #, gcc-internal-format, gfc-internal-format
74557 msgid "EXIT statement at %C terminating !$OMP DO loop"
74558 msgstr ""
74560 #: fortran/match.cc:2959
74561 #, gcc-internal-format, gfc-internal-format
74562 msgid "CYCLE statement at %C to non-innermost collapsed !$OMP DO loop"
74563 msgstr ""
74565 #: fortran/match.cc:3064
74566 #, gcc-internal-format, gfc-internal-format
74567 msgid "Blank required in %s statement near %C"
74568 msgstr ""
74570 #: fortran/match.cc:3087
74571 #, gcc-internal-format, gfc-internal-format
74572 msgid "STOP code at %C cannot be negative"
74573 msgstr ""
74575 #: fortran/match.cc:3093
74576 #, gcc-internal-format, gfc-internal-format
74577 msgid "STOP code at %C contains too many digits"
74578 msgstr ""
74580 #: fortran/match.cc:3109
74581 #, gcc-internal-format, gfc-internal-format
74582 msgid "QUIET= specifier for %s at %L"
74583 msgstr ""
74585 #: fortran/match.cc:3123
74586 #, gcc-internal-format, gfc-internal-format
74587 msgid "%s statement at %C in PURE procedure"
74588 msgstr ""
74590 #: fortran/match.cc:3139
74591 #, gcc-internal-format, gfc-internal-format
74592 msgid "Image control statement STOP at %C in CRITICAL block"
74593 msgstr ""
74595 #: fortran/match.cc:3144
74596 #, gcc-internal-format, gfc-internal-format
74597 msgid "Image control statement STOP at %C in DO CONCURRENT block"
74598 msgstr ""
74600 #: fortran/match.cc:3156
74601 #, gcc-internal-format, gfc-internal-format
74602 msgid ""
74603 "STOP code at %L must be a scalar CHARACTER constant or "
74604 "digit[digit[digit[digit[digit]]]]"
74605 msgstr ""
74607 #: fortran/match.cc:3168
74608 #, gcc-internal-format, gfc-internal-format
74609 msgid ""
74610 "STOP code at %L must be a scalar default CHARACTER or INTEGER constant "
74611 "expression"
74612 msgstr ""
74614 #: fortran/match.cc:3175
74615 #, gcc-internal-format, gfc-internal-format
74616 msgid "STOP code at %L must be either INTEGER or CHARACTER type"
74617 msgstr ""
74619 #: fortran/match.cc:3182
74620 #, gcc-internal-format, gfc-internal-format
74621 msgid "STOP code at %L must be scalar"
74622 msgstr ""
74624 #: fortran/match.cc:3189
74625 #, gcc-internal-format, gfc-internal-format
74626 msgid "STOP code at %L must be default character KIND=%d"
74627 msgstr ""
74629 #: fortran/match.cc:3196
74630 #, gcc-internal-format, gfc-internal-format
74631 msgid "STOP code at %L must be default integer KIND=%d"
74632 msgstr ""
74634 #: fortran/match.cc:3208 fortran/resolve.cc:12252
74635 #, gcc-internal-format, gfc-internal-format
74636 msgid "QUIET specifier at %L must be a scalar LOGICAL"
74637 msgstr ""
74639 #: fortran/match.cc:3258
74640 #, gcc-internal-format, gfc-internal-format
74641 msgid "PAUSE statement at %C"
74642 msgstr ""
74644 #: fortran/match.cc:3279
74645 #, gcc-internal-format, gfc-internal-format
74646 msgid "ERROR STOP statement at %C"
74647 msgstr ""
74649 #: fortran/match.cc:3305
74650 #, gcc-internal-format, gfc-internal-format
74651 msgid "Image control statement EVENT %s at %C in PURE procedure"
74652 msgstr ""
74654 #: fortran/match.cc:3320
74655 #, gcc-internal-format, gfc-internal-format
74656 msgid "Image control statement EVENT %s at %C in CRITICAL block"
74657 msgstr ""
74659 #: fortran/match.cc:3327
74660 #, gcc-internal-format, gfc-internal-format
74661 msgid "Image control statement EVENT %s at %C in DO CONCURRENT block"
74662 msgstr ""
74664 #: fortran/match.cc:3357 fortran/match.cc:3699 fortran/match.cc:3911
74665 #: fortran/match.cc:4463 fortran/match.cc:4834
74666 #, gcc-internal-format, gfc-internal-format
74667 msgid "Redundant STAT tag found at %L"
74668 msgstr ""
74670 #: fortran/match.cc:3378 fortran/match.cc:3720 fortran/match.cc:3931
74671 #: fortran/match.cc:4495 fortran/match.cc:4859
74672 #, gcc-internal-format, gfc-internal-format
74673 msgid "Redundant ERRMSG tag found at %L"
74674 msgstr ""
74676 #: fortran/match.cc:3399
74677 #, gcc-internal-format, gfc-internal-format
74678 msgid "Redundant UNTIL_COUNT tag found at %L"
74679 msgstr ""
74681 #: fortran/match.cc:3465
74682 #, gcc-internal-format, gfc-internal-format
74683 msgid "EVENT POST statement at %C"
74684 msgstr ""
74686 #: fortran/match.cc:3475
74687 #, gcc-internal-format, gfc-internal-format
74688 msgid "EVENT WAIT statement at %C"
74689 msgstr ""
74691 #: fortran/match.cc:3487
74692 #, gcc-internal-format, gfc-internal-format
74693 msgid "FAIL IMAGE statement at %C"
74694 msgstr ""
74696 #: fortran/match.cc:3511
74697 #, gcc-internal-format, gfc-internal-format
74698 msgid "FORM TEAM statement at %C"
74699 msgstr ""
74701 #: fortran/match.cc:3550
74702 #, gcc-internal-format, gfc-internal-format
74703 msgid "CHANGE TEAM statement at %C"
74704 msgstr ""
74706 #: fortran/match.cc:3580
74707 #, gcc-internal-format, gfc-internal-format
74708 msgid "END TEAM statement at %C"
74709 msgstr ""
74711 #: fortran/match.cc:3604
74712 #, gcc-internal-format, gfc-internal-format
74713 msgid "SYNC TEAM statement at %C"
74714 msgstr ""
74716 #: fortran/match.cc:3647
74717 #, gcc-internal-format, gfc-internal-format
74718 msgid "Image control statement %s at %C in PURE procedure"
74719 msgstr ""
74721 #: fortran/match.cc:3662
74722 #, gcc-internal-format, gfc-internal-format
74723 msgid "Image control statement %s at %C in CRITICAL block"
74724 msgstr ""
74726 #: fortran/match.cc:3669
74727 #, gcc-internal-format, gfc-internal-format
74728 msgid "Image control statement %s at %C in DO CONCURRENT block"
74729 msgstr ""
74731 #: fortran/match.cc:3741
74732 #, gcc-internal-format, gfc-internal-format
74733 msgid "Redundant ACQUIRED_LOCK tag found at %L"
74734 msgstr ""
74736 #: fortran/match.cc:3806
74737 #, gcc-internal-format, gfc-internal-format
74738 msgid "LOCK statement at %C"
74739 msgstr ""
74741 #: fortran/match.cc:3816
74742 #, gcc-internal-format, gfc-internal-format
74743 msgid "UNLOCK statement at %C"
74744 msgstr ""
74746 #: fortran/match.cc:3841
74747 #, gcc-internal-format, gfc-internal-format
74748 msgid "Image control statement SYNC at %C in PURE procedure"
74749 msgstr ""
74751 #: fortran/match.cc:3847
74752 #, gcc-internal-format, gfc-internal-format
74753 msgid "SYNC statement at %C"
74754 msgstr ""
74756 #: fortran/match.cc:3859
74757 #, gcc-internal-format, gfc-internal-format
74758 msgid "Image control statement SYNC at %C in CRITICAL block"
74759 msgstr ""
74761 #: fortran/match.cc:3865
74762 #, gcc-internal-format, gfc-internal-format
74763 msgid "Image control statement SYNC at %C in DO CONCURRENT block"
74764 msgstr ""
74766 #: fortran/match.cc:4045
74767 #, gcc-internal-format, gfc-internal-format
74768 msgid "ASSIGN statement at %C"
74769 msgstr ""
74771 #: fortran/match.cc:4089
74772 #, gcc-internal-format, gfc-internal-format
74773 msgid "Assigned GOTO statement at %C"
74774 msgstr ""
74776 #: fortran/match.cc:4133 fortran/match.cc:4184
74777 #, gcc-internal-format, gfc-internal-format
74778 msgid "Statement label list in GOTO at %C cannot be empty"
74779 msgstr ""
74781 #: fortran/match.cc:4194
74782 #, gcc-internal-format, gfc-internal-format
74783 msgid "Computed GOTO at %C"
74784 msgstr ""
74786 #: fortran/match.cc:4269
74787 #, gcc-internal-format, gfc-internal-format
74788 msgid "Error in type-spec at %L"
74789 msgstr ""
74791 #: fortran/match.cc:4282
74792 #, gcc-internal-format, gfc-internal-format
74793 msgid "typespec in ALLOCATE at %L"
74794 msgstr ""
74796 #: fortran/match.cc:4305
74797 #, gcc-internal-format, gfc-internal-format
74798 msgid ""
74799 "The type parameter spec list in the type-spec at %L cannot contain DEFERRED "
74800 "parameters"
74801 msgstr ""
74803 #: fortran/match.cc:4335 fortran/match.cc:4772
74804 #, gcc-internal-format, gfc-internal-format
74805 msgid "Unexpected constant at %C"
74806 msgstr ""
74808 #: fortran/match.cc:4345
74809 #, gcc-internal-format, gfc-internal-format
74810 msgid "Bad allocate-object at %C for a PURE procedure"
74811 msgstr ""
74813 #: fortran/match.cc:4360
74814 #, gcc-internal-format, gfc-internal-format
74815 msgid "Incompatible allocate-object at %C for CHARACTER type-spec at %L"
74816 msgstr ""
74818 #: fortran/match.cc:4382
74819 #, gcc-internal-format, gfc-internal-format
74820 msgid "ALLOCATE of coarray at %C in DO CONCURRENT block"
74821 msgstr ""
74823 #: fortran/match.cc:4387
74824 #, gcc-internal-format, gfc-internal-format
74825 msgid "ALLOCATE of coarray at %C in CRITICAL block"
74826 msgstr ""
74828 #: fortran/match.cc:4409
74829 #, gcc-internal-format, gfc-internal-format
74830 msgid ""
74831 "Allocate-object at %L is neither a data pointer nor an allocatable variable"
74832 msgstr ""
74834 #: fortran/match.cc:4421
74835 #, gcc-internal-format, gfc-internal-format
74836 msgid "Type of entity at %L is type incompatible with typespec"
74837 msgstr ""
74839 #: fortran/match.cc:4429
74840 #, gcc-internal-format, gfc-internal-format
74841 msgid ""
74842 "Kind type parameter for entity at %L differs from the kind type parameter of "
74843 "the typespec"
74844 msgstr ""
74846 #: fortran/match.cc:4446
74847 #, gcc-internal-format, gfc-internal-format
74848 msgid "Shape specification for allocatable scalar at %C"
74849 msgstr ""
74851 #: fortran/match.cc:4473
74852 #, gcc-internal-format, gfc-internal-format
74853 msgid "STAT tag at %L cannot be a constant"
74854 msgstr ""
74856 #: fortran/match.cc:4489
74857 #, gcc-internal-format, gfc-internal-format
74858 msgid "ERRMSG tag at %L"
74859 msgstr ""
74861 #: fortran/match.cc:4512
74862 #, gcc-internal-format, gfc-internal-format
74863 msgid "SOURCE tag at %L"
74864 msgstr ""
74866 #: fortran/match.cc:4518
74867 #, gcc-internal-format, gfc-internal-format
74868 msgid "Redundant SOURCE tag found at %L"
74869 msgstr ""
74871 #: fortran/match.cc:4525
74872 #, gcc-internal-format, gfc-internal-format
74873 msgid "SOURCE tag at %L conflicts with the typespec at %L"
74874 msgstr ""
74876 #: fortran/match.cc:4531
74877 #, gcc-internal-format, gfc-internal-format
74878 msgid "SOURCE tag at %L with more than a single allocate object"
74879 msgstr ""
74881 #: fortran/match.cc:4549
74882 #, gcc-internal-format, gfc-internal-format
74883 msgid "MOLD tag at %L"
74884 msgstr ""
74886 #: fortran/match.cc:4555
74887 #, gcc-internal-format, gfc-internal-format
74888 msgid "Redundant MOLD tag found at %L"
74889 msgstr ""
74891 #: fortran/match.cc:4562
74892 #, gcc-internal-format, gfc-internal-format
74893 msgid "MOLD tag at %L conflicts with the typespec at %L"
74894 msgstr ""
74896 #: fortran/match.cc:4588
74897 #, gcc-internal-format, gfc-internal-format
74898 msgid "MOLD tag at %L conflicts with SOURCE tag at %L"
74899 msgstr ""
74901 #: fortran/match.cc:4596
74902 #, gcc-internal-format, gfc-internal-format
74903 msgid ""
74904 "Allocate-object at %L with a deferred type parameter requires either a type-"
74905 "spec or SOURCE tag or a MOLD tag"
74906 msgstr ""
74908 #: fortran/match.cc:4608
74909 #, gcc-internal-format, gfc-internal-format
74910 msgid ""
74911 "Unlimited polymorphic allocate-object at %L requires either a type-spec or "
74912 "SOURCE tag or a MOLD tag"
74913 msgstr ""
74915 #: fortran/match.cc:4675
74916 #, gcc-internal-format, gfc-internal-format
74917 msgid "Pointer object at %C shall not be coindexed"
74918 msgstr ""
74920 #: fortran/match.cc:4690
74921 #, gcc-internal-format, gfc-internal-format
74922 msgid "NULLIFY does not allow bounds remapping for pointer object at %C"
74923 msgstr ""
74925 #: fortran/match.cc:4784
74926 #, gcc-internal-format, gfc-internal-format
74927 msgid "Illegal allocate-object at %C for a PURE procedure"
74928 msgstr ""
74930 #: fortran/match.cc:4794
74931 #, gcc-internal-format, gfc-internal-format
74932 msgid "DEALLOCATE of coarray at %C in DO CONCURRENT block"
74933 msgstr ""
74935 #: fortran/match.cc:4801
74936 #, gcc-internal-format, gfc-internal-format
74937 msgid "DEALLOCATE of coarray at %C in CRITICAL block"
74938 msgstr ""
74940 #: fortran/match.cc:4817
74941 #, gcc-internal-format, gfc-internal-format
74942 msgid ""
74943 "Allocate-object at %C is not a nonprocedure pointer nor an allocatable "
74944 "variable"
74945 msgstr ""
74947 #: fortran/match.cc:4854
74948 #, gcc-internal-format, gfc-internal-format
74949 msgid "ERRMSG at %L"
74950 msgstr ""
74952 #: fortran/match.cc:4911
74953 #, gcc-internal-format, gfc-internal-format
74954 msgid "Image control statement RETURN at %C in CRITICAL block"
74955 msgstr ""
74957 #: fortran/match.cc:4917
74958 #, gcc-internal-format, gfc-internal-format
74959 msgid "Image control statement RETURN at %C in DO CONCURRENT block"
74960 msgstr ""
74962 #: fortran/match.cc:4926
74963 #, gcc-internal-format, gfc-internal-format
74964 msgid "Alternate RETURN statement at %C is only allowed within a SUBROUTINE"
74965 msgstr ""
74967 #: fortran/match.cc:4957
74968 #, gcc-internal-format, gfc-internal-format
74969 msgid "RETURN statement in main program at %C"
74970 msgstr ""
74972 #: fortran/match.cc:4985
74973 #, gcc-internal-format, gfc-internal-format
74974 msgid "Expected component reference at %C"
74975 msgstr ""
74977 #: fortran/match.cc:4994
74978 #, gcc-internal-format, gfc-internal-format
74979 msgid "Junk after CALL at %C"
74980 msgstr ""
74982 #: fortran/match.cc:5005
74983 #, gcc-internal-format, gfc-internal-format
74984 msgid "Expected type-bound procedure or procedure pointer component at %C"
74985 msgstr ""
74987 #: fortran/match.cc:5102
74988 #, gcc-internal-format, gfc-internal-format
74989 msgid ""
74990 "A BOZ literal constant at %L cannot appear as an actual argument in a "
74991 "subroutine reference"
74992 msgstr ""
74994 #: fortran/match.cc:5243
74995 #, gcc-internal-format, gfc-internal-format
74996 msgid "Syntax error in common block name at %C"
74997 msgstr ""
74999 #. If we find an error, just print it and continue,
75000 #. cause it's just semantic, and we can see if there
75001 #. are more errors.
75002 #: fortran/match.cc:5318
75003 #, gcc-internal-format
75004 msgid ""
75005 "Variable %qs at %L in common block %qs at %C must be declared with a C "
75006 "interoperable kind since common block %qs is bind(c)"
75007 msgstr ""
75009 #: fortran/match.cc:5327
75010 #, gcc-internal-format
75011 msgid ""
75012 "Variable %qs in common block %qs at %C cannot be bind(c) since it is not "
75013 "global"
75014 msgstr ""
75016 #: fortran/match.cc:5334
75017 #, gcc-internal-format
75018 msgid "Symbol %qs at %C is already in a COMMON block"
75019 msgstr ""
75021 #: fortran/match.cc:5342
75022 #, gcc-internal-format
75023 msgid "Initialized symbol %qs at %C can only be COMMON in BLOCK DATA"
75024 msgstr ""
75026 #: fortran/match.cc:5353
75027 #, gcc-internal-format
75028 msgid ""
75029 "Symbol %qs at %C is USE associated from module %qs and cannot occur in COMMON"
75030 msgstr ""
75032 #: fortran/match.cc:5368
75033 #, gcc-internal-format
75034 msgid "Array specification for symbol %qs in COMMON at %C must be explicit"
75035 msgstr ""
75037 #: fortran/match.cc:5375
75038 #, gcc-internal-format
75039 msgid "Symbol %qs in COMMON at %C cannot be a coarray"
75040 msgstr ""
75042 #: fortran/match.cc:5385
75043 #, gcc-internal-format
75044 msgid "Symbol %qs in COMMON at %C cannot be a POINTER array"
75045 msgstr ""
75047 #: fortran/match.cc:5431
75048 #, gcc-internal-format
75049 msgid ""
75050 "Symbol %qs, in COMMON block %qs at %C is being indirectly equivalenced to "
75051 "another COMMON block %qs"
75052 msgstr ""
75054 #: fortran/match.cc:5493
75055 #, gcc-internal-format, gfc-internal-format
75056 msgid "BLOCK DATA construct at %L"
75057 msgstr ""
75059 #: fortran/match.cc:5581
75060 #, gcc-internal-format
75061 msgid "Namelist group name %qs at %C already has a basic type of %s"
75062 msgstr ""
75064 #: fortran/match.cc:5589
75065 #, gcc-internal-format
75066 msgid ""
75067 "Namelist group name %qs at %C already is USE associated and cannot be "
75068 "respecified."
75069 msgstr ""
75071 #. It is required that members of a namelist be declared
75072 #. before the namelist.  We check this by checking if the
75073 #. symbol has a defined type for IMPLICIT NONE.
75074 #: fortran/match.cc:5614
75075 #, gcc-internal-format
75076 msgid ""
75077 "Symbol %qs in namelist %qs at %C must be declared before the namelist is "
75078 "declared."
75079 msgstr ""
75081 #: fortran/match.cc:5633
75082 #, gcc-internal-format
75083 msgid "Assumed size array %qs in namelist %qs at %C is not allowed"
75084 msgstr ""
75086 #: fortran/match.cc:5776
75087 #, gcc-internal-format, gfc-internal-format
75088 msgid "Derived type component %C is not a permitted EQUIVALENCE member"
75089 msgstr ""
75091 #: fortran/match.cc:5784
75092 #, gcc-internal-format, gfc-internal-format
75093 msgid "Array reference in EQUIVALENCE at %C cannot be an array section"
75094 msgstr ""
75096 #: fortran/match.cc:5817
75097 #, gcc-internal-format, gfc-internal-format
75098 msgid "EQUIVALENCE at %C requires two or more objects"
75099 msgstr ""
75101 #: fortran/match.cc:5831
75102 #, gcc-internal-format, gfc-internal-format
75103 msgid ""
75104 "Attempt to indirectly overlap COMMON blocks %s and %s by EQUIVALENCE at %C"
75105 msgstr ""
75107 #: fortran/match.cc:5844
75108 #, gcc-internal-format, gfc-internal-format
75109 msgid "Expecting a comma in EQUIVALENCE at %C"
75110 msgstr ""
75112 #: fortran/match.cc:5849
75113 #, gcc-internal-format, gfc-internal-format
75114 msgid "EQUIVALENCE statement at %C"
75115 msgstr ""
75117 #: fortran/match.cc:5942
75118 #, gcc-internal-format, gfc-internal-format
75119 msgid "Invalid use of statement function argument at %L"
75120 msgstr ""
75122 #: fortran/match.cc:6009
75123 #, gcc-internal-format, gfc-internal-format
75124 msgid "Statement function at %L is recursive"
75125 msgstr ""
75127 #: fortran/match.cc:6015
75128 #, gcc-internal-format
75129 msgid "Statement function %qs at %L conflicts with function name"
75130 msgstr ""
75132 #: fortran/match.cc:6029
75133 #, gcc-internal-format, gfc-internal-format
75134 msgid "Statement function at %L cannot appear within an INTERFACE"
75135 msgstr ""
75137 #: fortran/match.cc:6034
75138 #, gcc-internal-format, gfc-internal-format
75139 msgid "Statement function at %C"
75140 msgstr ""
75142 #: fortran/match.cc:6159 fortran/match.cc:6175 fortran/match.cc:6194
75143 #, gcc-internal-format, gfc-internal-format
75144 msgid "Expression in CASE selector at %L cannot be %s"
75145 msgstr ""
75147 #: fortran/match.cc:6204 fortran/match.cc:6210
75148 #, gcc-internal-format, gfc-internal-format
75149 msgid "Expression in CASE selector at %L must be scalar"
75150 msgstr ""
75152 #: fortran/match.cc:6219
75153 #, gcc-internal-format, gfc-internal-format
75154 msgid "Expected initialization expression in CASE at %C"
75155 msgstr ""
75157 #: fortran/match.cc:6251
75158 #, gcc-internal-format
75159 msgid "Expected block name %qs of SELECT construct at %C"
75160 msgstr ""
75162 #: fortran/match.cc:6546
75163 #, gcc-internal-format, gfc-internal-format
75164 msgid "SELECT TYPE at %C cannot appear in this scope"
75165 msgstr ""
75167 #: fortran/match.cc:6587
75168 #, gcc-internal-format, gfc-internal-format
75169 msgid "parse error in SELECT TYPE statement at %C"
75170 msgstr ""
75172 #: fortran/match.cc:6612
75173 #, gcc-internal-format, gfc-internal-format
75174 msgid ""
75175 "Selector in SELECT TYPE at %C is not a named variable; use associate-name=>"
75176 msgstr ""
75178 #: fortran/match.cc:6768
75179 #, gcc-internal-format, gfc-internal-format
75180 msgid "SELECT RANK statement at %C"
75181 msgstr ""
75183 #: fortran/match.cc:6797 fortran/match.cc:6851
75184 #, gcc-internal-format, gfc-internal-format
75185 msgid "The SELECT RANK selector at %C must be an assumed rank variable"
75186 msgstr ""
75188 #: fortran/match.cc:6861
75189 #, gcc-internal-format, gfc-internal-format
75190 msgid "parse error in SELECT RANK statement at %C"
75191 msgstr ""
75193 #: fortran/match.cc:6897
75194 #, gcc-internal-format, gfc-internal-format
75195 msgid "Unexpected CASE statement at %C"
75196 msgstr ""
75198 #: fortran/match.cc:6949
75199 #, gcc-internal-format, gfc-internal-format
75200 msgid "Syntax error in CASE specification at %C"
75201 msgstr ""
75203 #: fortran/match.cc:6967
75204 #, gcc-internal-format, gfc-internal-format
75205 msgid "Unexpected TYPE IS statement at %C"
75206 msgstr ""
75208 #: fortran/match.cc:6999
75209 #, gcc-internal-format, gfc-internal-format
75210 msgid ""
75211 "The type-spec shall not specify a sequence derived type or a type with the "
75212 "BIND attribute in SELECT TYPE at %C [F2003:C815]"
75213 msgstr ""
75215 #: fortran/match.cc:7010
75216 #, gcc-internal-format, gfc-internal-format
75217 msgid ""
75218 "All the LEN type parameters in the TYPE IS statement at %C must be ASSUMED"
75219 msgstr ""
75221 #: fortran/match.cc:7021
75222 #, gcc-internal-format, gfc-internal-format
75223 msgid "Syntax error in TYPE IS specification at %C"
75224 msgstr ""
75226 #: fortran/match.cc:7097
75227 #, gcc-internal-format, gfc-internal-format
75228 msgid "Syntax error in CLASS IS specification at %C"
75229 msgstr ""
75231 #: fortran/match.cc:7117
75232 #, gcc-internal-format, gfc-internal-format
75233 msgid "Unexpected RANK statement at %C"
75234 msgstr ""
75236 #: fortran/match.cc:7163
75237 #, gcc-internal-format, gfc-internal-format
75238 msgid ""
75239 "The SELECT RANK CASE expression at %C must be a scalar, integer constant"
75240 msgstr ""
75242 #: fortran/match.cc:7172
75243 #, gcc-internal-format, gfc-internal-format
75244 msgid ""
75245 "The value of the SELECT RANK CASE expression at %C must not be less than "
75246 "zero or greater than %d"
75247 msgstr ""
75249 #: fortran/match.cc:7199
75250 #, gcc-internal-format, gfc-internal-format
75251 msgid "Syntax error in RANK specification at %C"
75252 msgstr ""
75254 #: fortran/match.cc:7321
75255 #, gcc-internal-format, gfc-internal-format
75256 msgid "ELSEWHERE statement at %C not enclosed in WHERE block"
75257 msgstr ""
75259 #: fortran/match.cc:7359
75260 #, gcc-internal-format
75261 msgid "Label %qs at %C doesn't match WHERE label %qs"
75262 msgstr ""
75264 #: fortran/matchexp.cc:72
75265 #, gcc-internal-format
75266 msgid "Bad character %qc in OPERATOR name at %C"
75267 msgstr ""
75269 #: fortran/matchexp.cc:80
75270 #, gcc-internal-format
75271 msgid "The name %qs cannot be used as a defined operator at %C"
75272 msgstr ""
75274 #: fortran/matchexp.cc:173
75275 #, gcc-internal-format, gfc-internal-format
75276 msgid "Expected a right parenthesis in expression at %C"
75277 msgstr ""
75279 #: fortran/matchexp.cc:281
75280 #, gcc-internal-format, gfc-internal-format
75281 msgid "Expected exponent in expression at %C"
75282 msgstr ""
75284 #: fortran/matchexp.cc:319 fortran/matchexp.cc:324 fortran/matchexp.cc:428
75285 #: fortran/matchexp.cc:433
75286 #, gcc-internal-format, gfc-internal-format
75287 msgid ""
75288 "Extension: Unary operator following arithmetic operator (use parentheses) at "
75289 "%C"
75290 msgstr ""
75292 #: fortran/matchexp.cc:665
75293 #, gcc-internal-format
75294 msgid "match_level_4(): Bad operator"
75295 msgstr ""
75297 #: fortran/misc.cc:113
75298 #, gcc-internal-format
75299 msgid "gfc_basic_typename(): Undefined type"
75300 msgstr ""
75302 #: fortran/misc.cc:207
75303 #, gcc-internal-format
75304 msgid "gfc_typename(): Undefined type"
75305 msgstr ""
75307 #: fortran/misc.cc:311
75308 #, gcc-internal-format
75309 msgid "gfc_code2string(): Bad code"
75310 msgstr ""
75312 #: fortran/module.cc:238
75313 #, gcc-internal-format
75314 msgid "free_pi_tree(): Unresolved fixup"
75315 msgstr ""
75317 #: fortran/module.cc:455
75318 #, gcc-internal-format
75319 msgid "associate_integer_pointer(): Already associated"
75320 msgstr ""
75322 #: fortran/module.cc:539
75323 #, gcc-internal-format, gfc-internal-format
75324 msgid "module nature in USE statement at %C"
75325 msgstr ""
75327 #: fortran/module.cc:551
75328 #, gcc-internal-format, gfc-internal-format
75329 msgid ""
75330 "Module nature in USE statement at %C shall be either INTRINSIC or "
75331 "NON_INTRINSIC"
75332 msgstr ""
75334 #: fortran/module.cc:564
75335 #, gcc-internal-format, gfc-internal-format
75336 msgid "\"::\" was expected after module nature at %C but was not found"
75337 msgstr ""
75339 #: fortran/module.cc:574
75340 #, gcc-internal-format, gfc-internal-format
75341 msgid "\"USE :: module\" at %C"
75342 msgstr ""
75344 #: fortran/module.cc:633
75345 #, gcc-internal-format, gfc-internal-format
75346 msgid "Missing generic specification in USE statement at %C"
75347 msgstr ""
75349 #: fortran/module.cc:644
75350 #, gcc-internal-format, gfc-internal-format
75351 msgid "Renaming operators in USE statements at %C"
75352 msgstr ""
75354 #: fortran/module.cc:688
75355 #, gcc-internal-format
75356 msgid "Symbol %qs at %L conflicts with the rename symbol at %L"
75357 msgstr ""
75359 #: fortran/module.cc:691
75360 #, gcc-internal-format
75361 msgid "Symbol %qs at %L conflicts with the symbol at %L"
75362 msgstr ""
75364 #: fortran/module.cc:699
75365 #, gcc-internal-format
75366 msgid "The name %qs at %C has already been used as an external module name"
75367 msgstr ""
75369 #: fortran/module.cc:762
75370 #, gcc-internal-format, gfc-internal-format
75371 msgid "SUBMODULE declaration at %C"
75372 msgstr ""
75374 #: fortran/module.cc:767
75375 #, gcc-internal-format, gfc-internal-format
75376 msgid "SUBMODULE declaration at %C cannot appear within another scoping unit"
75377 msgstr ""
75379 #: fortran/module.cc:842
75380 #, gcc-internal-format, gfc-internal-format
75381 msgid "Syntax error in SUBMODULE statement at %C"
75382 msgstr ""
75384 #: fortran/module.cc:1202
75385 #, gcc-internal-format
75386 msgid "Reading module %qs at line %d column %d: %s"
75387 msgstr ""
75389 #: fortran/module.cc:1206
75390 #, gcc-internal-format
75391 msgid "Writing module %qs at line %d column %d: %s"
75392 msgstr ""
75394 #: fortran/module.cc:1210
75395 #, gcc-internal-format
75396 msgid "Module %qs at line %d column %d: %s"
75397 msgstr ""
75399 #: fortran/module.cc:1643
75400 #, gcc-internal-format
75401 msgid "require_atom(): bad atom type required"
75402 msgstr ""
75404 #: fortran/module.cc:1692
75405 #, gcc-internal-format, gfc-internal-format
75406 msgid "Error writing modules file: %s"
75407 msgstr ""
75409 #: fortran/module.cc:1742
75410 #, gcc-internal-format
75411 msgid "write_atom(): Trying to write dab atom"
75412 msgstr ""
75414 #: fortran/module.cc:1963
75415 #, gcc-internal-format
75416 msgid "unquote_string(): got bad string"
75417 msgstr ""
75419 #: fortran/module.cc:2960
75420 #, gcc-internal-format
75421 msgid "mio_array_ref(): Unknown array ref"
75422 msgstr ""
75424 #: fortran/module.cc:5095
75425 #, gcc-internal-format, gfc-internal-format
75426 msgid "Ambiguous !$OMP DECLARE REDUCTION from module %s at %L"
75427 msgstr ""
75429 #: fortran/module.cc:5098
75430 #, gcc-internal-format, gfc-internal-format
75431 msgid "Previous !$OMP DECLARE REDUCTION from module %s at %L"
75432 msgstr ""
75434 #: fortran/module.cc:5292
75435 #, gcc-internal-format
75436 msgid ""
75437 "%qs of module %qs, imported at %C, is also the name of the current program "
75438 "unit"
75439 msgstr ""
75441 #: fortran/module.cc:5429
75442 #, gcc-internal-format
75443 msgid ""
75444 "Mismatch in components of derived type %qs from %qs at %C: expecting %qs, "
75445 "but got %qs"
75446 msgstr ""
75448 #: fortran/module.cc:5708
75449 #, gcc-internal-format
75450 msgid "Symbol %qs referenced at %L not found in module %qs"
75451 msgstr ""
75453 #: fortran/module.cc:5715
75454 #, gcc-internal-format
75455 msgid "User operator %qs referenced at %L not found in module %qs"
75456 msgstr ""
75458 #: fortran/module.cc:5720
75459 #, gcc-internal-format
75460 msgid "Intrinsic operator %qs referenced at %L not found in module %qs"
75461 msgstr ""
75463 #: fortran/module.cc:5956
75464 #, gcc-internal-format
75465 msgid "write_symbol(): bad module symbol %qs"
75466 msgstr ""
75468 #: fortran/module.cc:6300
75469 #, gcc-internal-format
75470 msgid "write_symtree(): Symbol not written"
75471 msgstr ""
75473 #: fortran/module.cc:6490
75474 #, gcc-internal-format
75475 msgid "Cannot open module file %qs for writing at %C: %s"
75476 msgstr ""
75478 #: fortran/module.cc:6511
75479 #, gcc-internal-format
75480 msgid "Error writing module file %qs for writing: %s"
75481 msgstr ""
75483 #: fortran/module.cc:6522
75484 #, gcc-internal-format
75485 msgid "Cannot delete module file %qs: %s"
75486 msgstr ""
75488 #: fortran/module.cc:6525
75489 #, gcc-internal-format
75490 msgid "Cannot rename module file %qs to %qs: %s"
75491 msgstr ""
75493 #: fortran/module.cc:6531
75494 #, gcc-internal-format
75495 msgid "Cannot delete temporary module file %qs: %s"
75496 msgstr ""
75498 #: fortran/module.cc:6588
75499 #, gcc-internal-format
75500 msgid "Symbol %qs at %C already declared"
75501 msgstr ""
75503 #: fortran/module.cc:6659
75504 #, gcc-internal-format, gfc-internal-format
75505 msgid "import_iso_c_binding_module(): Unable to create symbol for %s"
75506 msgstr ""
75508 #: fortran/module.cc:6767 fortran/module.cc:7111
75509 #, gcc-internal-format
75510 msgid "The symbol %qs, referenced at %L, is not in the selected standard"
75511 msgstr ""
75513 #: fortran/module.cc:6895
75514 #, gcc-internal-format
75515 msgid "Symbol %qs referenced at %L not found in intrinsic module ISO_C_BINDING"
75516 msgstr ""
75518 #: fortran/module.cc:6916 fortran/module.cc:6949 fortran/module.cc:6991
75519 #, gcc-internal-format
75520 msgid "Symbol %qs already declared"
75521 msgstr ""
75523 #: fortran/module.cc:7096
75524 #, gcc-internal-format
75525 msgid ""
75526 "Use of intrinsic module %qs at %C conflicts with non-intrinsic module name "
75527 "used previously"
75528 msgstr ""
75530 #: fortran/module.cc:7118
75531 #, gcc-internal-format
75532 msgid ""
75533 "Use of the NUMERIC_STORAGE_SIZE named constant from intrinsic module "
75534 "ISO_FORTRAN_ENV at %L is incompatible with option %qs"
75535 msgstr ""
75537 #: fortran/module.cc:7186
75538 #, gcc-internal-format, gfc-internal-format
75539 msgid ""
75540 "Use of the NUMERIC_STORAGE_SIZE named constant from intrinsic module "
75541 "ISO_FORTRAN_ENV at %C is incompatible with option %s"
75542 msgstr ""
75544 #: fortran/module.cc:7240
75545 #, gcc-internal-format
75546 msgid ""
75547 "Symbol %qs referenced at %L not found in intrinsic module ISO_FORTRAN_ENV"
75548 msgstr ""
75550 #: fortran/module.cc:7266
75551 #, gcc-internal-format, gfc-internal-format
75552 msgid "USE statement at %C has no ONLY qualifier"
75553 msgstr ""
75555 #: fortran/module.cc:7295
75556 #, gcc-internal-format, gfc-internal-format
75557 msgid "ISO_FORTRAN_ENV intrinsic module at %C"
75558 msgstr ""
75560 #: fortran/module.cc:7307
75561 #, gcc-internal-format, gfc-internal-format
75562 msgid "ISO_C_BINDING module at %C"
75563 msgstr ""
75565 #: fortran/module.cc:7320
75566 #, gcc-internal-format
75567 msgid "Cannot find an intrinsic module named %qs at %C"
75568 msgstr ""
75570 #: fortran/module.cc:7326
75571 #, gcc-internal-format, gfc-internal-format
75572 msgid "IEEE_FEATURES module at %C"
75573 msgstr ""
75575 #: fortran/module.cc:7332
75576 #, gcc-internal-format, gfc-internal-format
75577 msgid "IEEE_EXCEPTIONS module at %C"
75578 msgstr ""
75580 #: fortran/module.cc:7338
75581 #, gcc-internal-format, gfc-internal-format
75582 msgid "IEEE_ARITHMETIC module at %C"
75583 msgstr ""
75585 #: fortran/module.cc:7348
75586 #, gcc-internal-format
75587 msgid "Cannot open module file %qs for reading at %C: %s"
75588 msgstr ""
75590 #: fortran/module.cc:7351
75591 #, gcc-internal-format
75592 msgid ""
75593 "Module file %qs has not been generated, either because the module does not "
75594 "contain a MODULE PROCEDURE or there is an error in the module."
75595 msgstr ""
75597 #: fortran/module.cc:7362
75598 #, gcc-internal-format
75599 msgid ""
75600 "Use of non-intrinsic module %qs at %C conflicts with intrinsic module name "
75601 "used previously"
75602 msgstr ""
75604 #: fortran/module.cc:7385
75605 #, gcc-internal-format
75606 msgid "File %qs opened at %C is not a GNU Fortran module file"
75607 msgstr ""
75609 #: fortran/module.cc:7393
75610 #, gcc-internal-format
75611 msgid ""
75612 "Cannot read module file %qs opened at %C, because it was created by a "
75613 "different version of GNU Fortran"
75614 msgstr ""
75616 #: fortran/module.cc:7410
75617 #, gcc-internal-format
75618 msgid "Cannot USE a submodule that is currently built"
75619 msgstr ""
75621 #: fortran/module.cc:7412
75622 #, gcc-internal-format
75623 msgid "Cannot USE a module that is currently built"
75624 msgstr ""
75626 #: fortran/openmp.cc:148 fortran/openmp.cc:6667
75627 #, gcc-internal-format, gfc-internal-format
75628 msgid "Unexpected junk at %C"
75629 msgstr ""
75631 #: fortran/openmp.cc:424
75632 #, gcc-internal-format
75633 msgid "%<omp_all_memory%> at %C not permitted in this clause"
75634 msgstr ""
75636 #: fortran/openmp.cc:469
75637 #, gcc-internal-format, gfc-internal-format
75638 msgid "List item shall not be coindexed at %C"
75639 msgstr ""
75641 #: fortran/openmp.cc:504 fortran/openmp.cc:605 fortran/openmp.cc:935
75642 #: fortran/openmp.cc:5752
75643 #, gcc-internal-format, gfc-internal-format
75644 msgid "COMMON block /%s/ not found at %C"
75645 msgstr ""
75647 #: fortran/openmp.cc:543 fortran/openmp.cc:633
75648 #, gcc-internal-format, gfc-internal-format
75649 msgid "Syntax error in OpenMP variable list at %C"
75650 msgstr ""
75652 #: fortran/openmp.cc:660
75653 #, gcc-internal-format, gfc-internal-format
75654 msgid "Syntax error in OpenMP detach clause at %C"
75655 msgstr ""
75657 #: fortran/openmp.cc:689
75658 #, gcc-internal-format
75659 msgid ""
75660 "%<omp_all_memory%> used with dependence-type other than OUT or INOUT at %C"
75661 msgstr ""
75663 #: fortran/openmp.cc:742
75664 #, gcc-internal-format, gfc-internal-format
75665 msgid "Syntax error in OpenMP SINK dependence-type list at %C"
75666 msgstr ""
75668 #: fortran/openmp.cc:804
75669 #, gcc-internal-format, gfc-internal-format
75670 msgid "Syntax error in OpenACC expression list at %C"
75671 msgstr ""
75673 #: fortran/openmp.cc:871
75674 #, gcc-internal-format
75675 msgid "Unexpected OpenACC parallelism."
75676 msgstr ""
75678 #: fortran/openmp.cc:903
75679 #, gcc-internal-format, gfc-internal-format
75680 msgid "Variable at %C is an element of a COMMON block"
75681 msgstr ""
75683 #: fortran/openmp.cc:963
75684 #, gcc-internal-format, gfc-internal-format
75685 msgid "Unexpected junk after !$ACC DECLARE at %C"
75686 msgstr ""
75688 #: fortran/openmp.cc:973
75689 #, gcc-internal-format, gfc-internal-format
75690 msgid "Syntax error in !$ACC DECLARE list at %C"
75691 msgstr ""
75693 #: fortran/openmp.cc:1225
75694 #, gcc-internal-format, gfc-internal-format
75695 msgid "Expected INTEGER type at %L"
75696 msgstr ""
75698 #: fortran/openmp.cc:1239
75699 #, gcc-internal-format, gfc-internal-format
75700 msgid "Expected identifier at %C"
75701 msgstr ""
75703 #: fortran/openmp.cc:1244
75704 #, gcc-internal-format
75705 msgid "Same identifier %qs specified again at %C"
75706 msgstr ""
75708 #: fortran/openmp.cc:1271
75709 #, gcc-internal-format, gfc-internal-format
75710 msgid "Expected range-specification at %C"
75711 msgstr ""
75713 #: fortran/openmp.cc:1357
75714 #, gcc-internal-format, gfc-internal-format
75715 msgid "Comma expected at %C"
75716 msgstr ""
75718 #: fortran/openmp.cc:1469
75719 #, gcc-internal-format, gfc-internal-format
75720 msgid "!$OMP DECLARE REDUCTION %s not found at %L"
75721 msgstr ""
75723 #: fortran/openmp.cc:1529
75724 #, gcc-internal-format, gfc-internal-format
75725 msgid "Unknown directive at %L"
75726 msgstr ""
75728 #: fortran/openmp.cc:1531
75729 #, gcc-internal-format, gfc-internal-format
75730 msgid "Invalid combined or composite directive at %L"
75731 msgstr ""
75733 #: fortran/openmp.cc:1539
75734 #, gcc-internal-format
75735 msgid ""
75736 "Invalid %qs directive at %L in %s clause: declarative, informational and "
75737 "meta directives not permitted"
75738 msgstr ""
75740 #: fortran/openmp.cc:1571
75741 #, gcc-internal-format
75742 msgid "Expected %<,%> or %<)%> at %C"
75743 msgstr ""
75745 #: fortran/openmp.cc:1597 fortran/openmp.cc:1607
75746 #, gcc-internal-format
75747 msgid ""
75748 "%qs directive mentioned multiple times in %s clause in %s directive at %L"
75749 msgstr ""
75751 #: fortran/openmp.cc:1615
75752 #, gcc-internal-format
75753 msgid ""
75754 "%qs directive mentioned both times in ABSENT and CONTAINS clauses in %s "
75755 "directive at %L"
75756 msgstr ""
75758 #: fortran/openmp.cc:1686
75759 #, gcc-internal-format
75760 msgid "Duplicated %qs clause at %L"
75761 msgstr ""
75763 #: fortran/openmp.cc:1693
75764 #, gcc-internal-format
75765 msgid "Expected %<(%> after %qs at %C"
75766 msgstr ""
75768 #: fortran/openmp.cc:1700
75769 #, gcc-internal-format
75770 msgid "Invalid expression after %<%s(%> at %C"
75771 msgstr ""
75773 #: fortran/openmp.cc:1762
75774 #, gcc-internal-format, gfc-internal-format
75775 msgid "Clause expected at %C after trailing comma"
75776 msgstr ""
75778 #: fortran/openmp.cc:1832 fortran/openmp.cc:1868 fortran/openmp.cc:2257
75779 #: fortran/openmp.cc:2282
75780 #, gcc-internal-format
75781 msgid "Expected %<:%> at %C"
75782 msgstr ""
75784 #: fortran/openmp.cc:1892
75785 #, gcc-internal-format, gfc-internal-format
75786 msgid "Expected variable list at %C"
75787 msgstr ""
75789 #: fortran/openmp.cc:1917
75790 #, gcc-internal-format, gfc-internal-format
75791 msgid "Expected COMPILATION or EXECUTION in AT clause at %C"
75792 msgstr ""
75794 #: fortran/openmp.cc:1978
75795 #, gcc-internal-format, gfc-internal-format
75796 msgid "Expected TEAMS, PARALLEL or THREAD as binding in BIND at %C"
75797 msgstr ""
75799 #: fortran/openmp.cc:2009
75800 #, gcc-internal-format, gfc-internal-format
75801 msgid "COLLAPSE clause argument not constant positive integer at %C"
75802 msgstr ""
75804 #: fortran/openmp.cc:2096
75805 #, gcc-internal-format, gfc-internal-format
75806 msgid "Expected ALLOC, TO, FROM, TOFROM, FIRSTPRIVATE, NONE or DEFAULT at %C"
75807 msgstr ""
75809 #: fortran/openmp.cc:2116
75810 #, gcc-internal-format, gfc-internal-format
75811 msgid "Expected SCALAR, AGGREGATE, ALLOCATABLE or POINTER at %C"
75812 msgstr ""
75814 #: fortran/openmp.cc:2145
75815 #, gcc-internal-format, gfc-internal-format
75816 msgid "DEFAULTMAP at %C but prior DEFAULTMAP with unspecified category"
75817 msgstr ""
75819 #: fortran/openmp.cc:2148
75820 #, gcc-internal-format, gfc-internal-format
75821 msgid "DEFAULTMAP at %C but prior DEFAULTMAP for category %s"
75822 msgstr ""
75824 #: fortran/openmp.cc:2184
75825 #, gcc-internal-format, gfc-internal-format
75826 msgid "Expected NONE or PRESENT in DEFAULT clause at %C"
75827 msgstr ""
75829 #: fortran/openmp.cc:2187
75830 #, gcc-internal-format, gfc-internal-format
75831 msgid "Expected NONE, FIRSTPRIVATE, PRIVATE or SHARED in DEFAULT clause at %C"
75832 msgstr ""
75834 #: fortran/openmp.cc:2237
75835 #, gcc-internal-format, gfc-internal-format
75836 msgid "ITERATOR may not be combined with SOURCE at %C"
75837 msgstr ""
75839 #: fortran/openmp.cc:2243
75840 #, gcc-internal-format, gfc-internal-format
75841 msgid "SOURCE at %C not permitted as dependence-type for this directive"
75842 msgstr ""
75844 #: fortran/openmp.cc:2249
75845 #, gcc-internal-format, gfc-internal-format
75846 msgid "Duplicated clause with SOURCE dependence-type at %C"
75847 msgstr ""
75849 #: fortran/openmp.cc:2264
75850 #, gcc-internal-format
75851 msgid "Expected %<)%> or %<omp_cur_iteration)%> at %C"
75852 msgstr ""
75854 #: fortran/openmp.cc:2276
75855 #, gcc-internal-format, gfc-internal-format
75856 msgid "SINK at %C not permitted as dependence-type for this directive"
75857 msgstr ""
75859 #: fortran/openmp.cc:2287
75860 #, gcc-internal-format, gfc-internal-format
75861 msgid "ITERATOR may not be combined with SINK at %C"
75862 msgstr ""
75864 #: fortran/openmp.cc:2301
75865 #, gcc-internal-format, gfc-internal-format
75866 msgid "Expected dependence-type SINK or SOURCE at %C"
75867 msgstr ""
75869 #: fortran/openmp.cc:2318
75870 #, gcc-internal-format
75871 msgid "%<omp_all_memory%> used with DEPEND kind other than OUT or INOUT at %C"
75872 msgstr ""
75874 #: fortran/openmp.cc:2356 fortran/openmp.cc:2391
75875 #, gcc-internal-format, gfc-internal-format
75876 msgid "Expected integer expression at %C"
75877 msgstr ""
75879 #: fortran/openmp.cc:2372
75880 #, gcc-internal-format
75881 msgid ""
75882 "%<ancestor%> device modifier not preceded by %<requires%> directive with "
75883 "%<reverse_offload%> clause at %C"
75884 msgstr ""
75886 #: fortran/openmp.cc:2384
75887 #, gcc-internal-format
75888 msgid "the %<device%> clause expression must evaluate to %<1%> at %C"
75889 msgstr ""
75891 #: fortran/openmp.cc:2397
75892 #, gcc-internal-format
75893 msgid ""
75894 "Expected integer expression or a single device-modifier %<device_num%> or "
75895 "%<ancestor%> at %C"
75896 msgstr ""
75898 #: fortran/openmp.cc:2427
75899 #, gcc-internal-format, gfc-internal-format
75900 msgid "Expected HOST, NOHOST or ANY at %C"
75901 msgstr ""
75903 #: fortran/openmp.cc:2482
75904 #, gcc-internal-format, gfc-internal-format
75905 msgid "Expected SEQ_CST, ACQUIRE or RELAXED at %C"
75906 msgstr ""
75908 #: fortran/openmp.cc:2833
75909 #, gcc-internal-format
75910 msgid "Multiple %qs modifiers specified at %C"
75911 msgstr ""
75913 #: fortran/openmp.cc:2923
75914 #, gcc-internal-format
75915 msgid "too many %<always%> modifiers at %L"
75916 msgstr ""
75918 #: fortran/openmp.cc:2929
75919 #, gcc-internal-format
75920 msgid "too many %<close%> modifiers at %L"
75921 msgstr ""
75923 #: fortran/openmp.cc:3120
75924 #, gcc-internal-format
75925 msgid ""
75926 "Expected ORDER(CONCURRENT) at %C with optional %<reproducible%> or "
75927 "%<unconstrained%> modifier"
75928 msgstr ""
75930 #: fortran/openmp.cc:3145
75931 #, gcc-internal-format, gfc-internal-format
75932 msgid "ORDERED clause argument not constant positive integer at %C"
75933 msgstr ""
75935 #: fortran/openmp.cc:3413
75936 #, gcc-internal-format, gfc-internal-format
75937 msgid "Expected FATAL or WARNING in SEVERITY clause at %C"
75938 msgstr ""
75940 #: fortran/openmp.cc:3601
75941 #, gcc-internal-format, gfc-internal-format
75942 msgid "Failed to match clause at %C"
75943 msgstr ""
75945 #: fortran/openmp.cc:3779
75946 #, gcc-internal-format, gfc-internal-format
75947 msgid "Invalid clause in module with !$ACC DECLARE at %L"
75948 msgstr ""
75950 #: fortran/openmp.cc:3789
75951 #, gcc-internal-format, gfc-internal-format
75952 msgid "Variable is USE-associated with !$ACC DECLARE at %L"
75953 msgstr ""
75955 #: fortran/openmp.cc:3798
75956 #, gcc-internal-format
75957 msgid ""
75958 "Variable %qs shall be declared in the same scoping unit as !$ACC DECLARE at "
75959 "%L"
75960 msgstr ""
75962 #: fortran/openmp.cc:3806
75963 #, gcc-internal-format, gfc-internal-format
75964 msgid "Assumed-size dummy array with !$ACC DECLARE at %L"
75965 msgstr ""
75967 #: fortran/openmp.cc:3855
75968 #, gcc-internal-format
75969 msgid ""
75970 "%<acc update%> must contain at least one %<device%> or %<host%> or %<self%> "
75971 "clause at %L"
75972 msgstr ""
75974 #: fortran/openmp.cc:3903
75975 #, gcc-internal-format, gfc-internal-format
75976 msgid "Invalid argument to !$ACC WAIT at %C"
75977 msgstr ""
75979 #: fortran/openmp.cc:3910
75980 #, gcc-internal-format, gfc-internal-format
75981 msgid "WAIT clause at %L requires a scalar INTEGER expression"
75982 msgstr ""
75984 #: fortran/openmp.cc:3943
75985 #, gcc-internal-format, gfc-internal-format
75986 msgid "ACC CACHE directive must be inside of loop %C"
75987 msgstr ""
75989 #: fortran/openmp.cc:4012
75990 #, gcc-internal-format, gfc-internal-format
75991 msgid ""
75992 "Only the !$ACC ROUTINE form without list is allowed in interface block at %C"
75993 msgstr ""
75995 #: fortran/openmp.cc:4046
75996 #, gcc-internal-format
75997 msgid "Invalid NAME %qs in !$ACC ROUTINE ( NAME ) at %C"
75998 msgstr ""
76000 #: fortran/openmp.cc:4054
76001 #, gcc-internal-format, gfc-internal-format
76002 msgid "Syntax error in !$ACC ROUTINE ( NAME ) at %C"
76003 msgstr ""
76005 #: fortran/openmp.cc:4061
76006 #, gcc-internal-format
76007 msgid ""
76008 "Syntax error in !$ACC ROUTINE ( NAME ) at %C, expecting %<)%> after NAME"
76009 msgstr ""
76011 #: fortran/openmp.cc:4076
76012 #, gcc-internal-format, gfc-internal-format
76013 msgid "Multiple loop axes specified for routine at %C"
76014 msgstr ""
76016 #: fortran/openmp.cc:4087
76017 #, gcc-internal-format, gfc-internal-format
76018 msgid ""
76019 "Intrinsic symbol specified in !$ACC ROUTINE ( NAME ) at %C marked with "
76020 "incompatible GANG, WORKER, or VECTOR clause"
76021 msgstr ""
76023 #: fortran/openmp.cc:4095
76024 #, gcc-internal-format, gfc-internal-format
76025 msgid ""
76026 "Intrinsic symbol specified in !$ACC ROUTINE ( NAME ) at %C marked with "
76027 "incompatible NOHOST clause"
76028 msgstr ""
76030 #: fortran/openmp.cc:4116 fortran/openmp.cc:4144
76031 #, gcc-internal-format, gfc-internal-format
76032 msgid "!$ACC ROUTINE already applied at %C"
76033 msgstr ""
76035 #: fortran/openmp.cc:4161
76036 #, gcc-internal-format, gfc-internal-format
76037 msgid ""
76038 "!$ACC ROUTINE with GANG, WORKER, or VECTOR clause is not permitted in PURE "
76039 "procedure at %C"
76040 msgstr ""
76042 #: fortran/openmp.cc:4314
76043 #, gcc-internal-format, gfc-internal-format
76044 msgid ""
76045 "!$OMP ASSUMES at %C must be in the specification part of a subprogram or "
76046 "module"
76047 msgstr ""
76049 #: fortran/openmp.cc:4381
76050 #, gcc-internal-format, gfc-internal-format
76051 msgid "Unexpected junk after $OMP CRITICAL statement at %C"
76052 msgstr ""
76054 #: fortran/openmp.cc:4403
76055 #, gcc-internal-format
76056 msgid "Expected %<( depobj )%> at %C"
76057 msgstr ""
76059 #: fortran/openmp.cc:4421
76060 #, gcc-internal-format
76061 msgid ""
76062 "Expected IN, OUT, INOUT, INOUTSET or MUTEXINOUTSET followed by %<)%> at %C"
76063 msgstr ""
76065 #: fortran/openmp.cc:4439
76066 #, gcc-internal-format, gfc-internal-format
76067 msgid "Expected DEPEND, UPDATE, or DESTROY clause at %C"
76068 msgstr ""
76070 #: fortran/openmp.cc:4444
76071 #, gcc-internal-format, gfc-internal-format
76072 msgid ""
76073 "DEPEND clause at %L of OMP DEPOBJ construct shall not have dependence-type "
76074 "DEPOBJ"
76075 msgstr ""
76077 #: fortran/openmp.cc:4452
76078 #, gcc-internal-format, gfc-internal-format
76079 msgid ""
76080 "DEPEND clause at %L of OMP DEPOBJ construct shall have only a single locator"
76081 msgstr ""
76083 #: fortran/openmp.cc:4578 fortran/openmp.cc:8355
76084 #, gcc-internal-format, gfc-internal-format
76085 msgid ""
76086 "MESSAGE clause at %L requires a scalar default-kind CHARACTER expression"
76087 msgstr ""
76089 #: fortran/openmp.cc:4585
76090 #, gcc-internal-format, gfc-internal-format
76091 msgid "Constant character expression required in MESSAGE clause at %L"
76092 msgstr ""
76094 #: fortran/openmp.cc:4591
76095 #, gcc-internal-format, gfc-internal-format
76096 msgid "$OMP ERROR encountered at %L: %s"
76097 msgstr ""
76099 #: fortran/openmp.cc:4610
76100 #, gcc-internal-format, gfc-internal-format
76101 msgid "$OMP ERROR encountered at %L"
76102 msgstr ""
76104 #: fortran/openmp.cc:4638
76105 #, gcc-internal-format, gfc-internal-format
76106 msgid "Expected SEQ_CST, AQC_REL, RELEASE, or ACQUIRE at %C"
76107 msgstr ""
76109 #: fortran/openmp.cc:4647
76110 #, gcc-internal-format, gfc-internal-format
76111 msgid ""
76112 "List specified together with memory order clause in FLUSH directive at %C"
76113 msgstr ""
76115 #: fortran/openmp.cc:4655
76116 #, gcc-internal-format, gfc-internal-format
76117 msgid "Unexpected junk after $OMP FLUSH statement at %C"
76118 msgstr ""
76120 #: fortran/openmp.cc:5055 fortran/openmp.cc:10302
76121 #, gcc-internal-format, gfc-internal-format
76122 msgid "Redefinition of predefined %s !$OMP DECLARE REDUCTION at %L"
76123 msgstr ""
76125 #: fortran/openmp.cc:5059 fortran/openmp.cc:10306
76126 #, gcc-internal-format, gfc-internal-format
76127 msgid "Redefinition of predefined !$OMP DECLARE REDUCTION at %L"
76128 msgstr ""
76130 #: fortran/openmp.cc:5064
76131 #, gcc-internal-format, gfc-internal-format
76132 msgid "Redefinition of !$OMP DECLARE REDUCTION at %L"
76133 msgstr ""
76135 #: fortran/openmp.cc:5066
76136 #, gcc-internal-format, gfc-internal-format
76137 msgid "Previous !$OMP DECLARE REDUCTION at %L"
76138 msgstr ""
76140 #: fortran/openmp.cc:5086
76141 #, gcc-internal-format, gfc-internal-format
76142 msgid "Unexpected junk after !$OMP DECLARE REDUCTION at %C"
76143 msgstr ""
76145 #: fortran/openmp.cc:5123
76146 #, gcc-internal-format, gfc-internal-format
76147 msgid ""
76148 "Only the !$OMP DECLARE TARGET form without clauses is allowed in interface "
76149 "block at %C"
76150 msgstr ""
76152 #: fortran/openmp.cc:5138
76153 #, gcc-internal-format, gfc-internal-format
76154 msgid "Unexpected junk after !$OMP DECLARE TARGET at %C"
76155 msgstr ""
76157 #: fortran/openmp.cc:5163
76158 #, gcc-internal-format, gfc-internal-format
76159 msgid "OMP DECLARE TARGET variable at %L is an element of a COMMON block"
76160 msgstr ""
76162 #: fortran/openmp.cc:5166
76163 #, gcc-internal-format, gfc-internal-format
76164 msgid ""
76165 "Variable at %L mentioned multiple times in clauses of the same OMP DECLARE "
76166 "TARGET directive"
76167 msgstr ""
76169 #: fortran/openmp.cc:5172
76170 #, gcc-internal-format, gfc-internal-format
76171 msgid ""
76172 "OMP DECLARE TARGET variable at %L previously mentioned in LINK clause and "
76173 "later in %s clause"
76174 msgstr ""
76176 #: fortran/openmp.cc:5178
76177 #, gcc-internal-format, gfc-internal-format
76178 msgid ""
76179 "OMP DECLARE TARGET variable at %L previously mentioned in TO or ENTER clause "
76180 "and later in LINK clause"
76181 msgstr ""
76183 #: fortran/openmp.cc:5192 fortran/openmp.cc:5238
76184 #, gcc-internal-format
76185 msgid ""
76186 "List item %qs at %L set in previous OMP DECLARE TARGET directive to a "
76187 "different DEVICE_TYPE"
76188 msgstr ""
76190 #: fortran/openmp.cc:5202
76191 #, gcc-internal-format, gfc-internal-format
76192 msgid ""
76193 "OMP DECLARE TARGET COMMON at %L previously mentioned in LINK clause and "
76194 "later in %s clause"
76195 msgstr ""
76197 #: fortran/openmp.cc:5208
76198 #, gcc-internal-format, gfc-internal-format
76199 msgid ""
76200 "OMP DECLARE TARGET COMMON at %L previously mentioned in TO or ENTER clause "
76201 "and later in LINK clause"
76202 msgstr ""
76204 #: fortran/openmp.cc:5212
76205 #, gcc-internal-format, gfc-internal-format
76206 msgid ""
76207 "COMMON at %L mentioned multiple times in clauses of the same OMP DECLARE "
76208 "TARGET directive"
76209 msgstr ""
76211 #: fortran/openmp.cc:5221
76212 #, gcc-internal-format, gfc-internal-format
76213 msgid ""
76214 "COMMON at %L set in previous OMP DECLARE TARGET directive to a different "
76215 "DEVICE_TYPE"
76216 msgstr ""
76218 #: fortran/openmp.cc:5248
76219 #, gcc-internal-format, gfc-internal-format
76220 msgid ""
76221 "OMP DECLARE TARGET directive at %L with only DEVICE_TYPE clause is ignored"
76222 msgstr ""
76224 #: fortran/openmp.cc:5258
76225 #, gcc-internal-format, gfc-internal-format
76226 msgid "Syntax error in !$OMP DECLARE TARGET list at %C"
76227 msgstr ""
76229 #: fortran/openmp.cc:5296
76230 #, gcc-internal-format, gfc-internal-format
76231 msgid "expected trait selector name at %C"
76232 msgstr ""
76234 #: fortran/openmp.cc:5351
76235 #, gcc-internal-format
76236 msgid "selector %qs not allowed for context selector set %qs at %C"
76237 msgstr ""
76239 #: fortran/openmp.cc:5371
76240 #, gcc-internal-format
76241 msgid "selector %qs does not accept any properties at %C"
76242 msgstr ""
76244 #: fortran/openmp.cc:5380 fortran/openmp.cc:5525 fortran/openmp.cc:5623
76245 #: fortran/openmp.cc:5690
76246 #, gcc-internal-format
76247 msgid "expected %<(%> at %C"
76248 msgstr ""
76250 #: fortran/openmp.cc:5388
76251 #, gcc-internal-format, gfc-internal-format
76252 msgid "score argument must be constant integer expression at %C"
76253 msgstr ""
76255 #: fortran/openmp.cc:5396
76256 #, gcc-internal-format, gfc-internal-format
76257 msgid "score argument must be non-negative at %C"
76258 msgstr ""
76260 #: fortran/openmp.cc:5402 fortran/openmp.cc:5515 fortran/openmp.cc:5671
76261 #: fortran/openmp.cc:5699
76262 #, gcc-internal-format
76263 msgid "expected %<)%> at %C"
76264 msgstr ""
76266 #: fortran/openmp.cc:5408
76267 #, gcc-internal-format, gfc-internal-format
76268 msgid "expected : at %C"
76269 msgstr ""
76271 #: fortran/openmp.cc:5425
76272 #, gcc-internal-format, gfc-internal-format
76273 msgid "property must be constant integer expression or string literal at %C"
76274 msgstr ""
76276 #: fortran/openmp.cc:5445
76277 #, gcc-internal-format, gfc-internal-format
76278 msgid "expected identifier at %C"
76279 msgstr ""
76281 #: fortran/openmp.cc:5464
76282 #, gcc-internal-format, gfc-internal-format
76283 msgid "expected identifier or string literal at %C"
76284 msgstr ""
76286 #: fortran/openmp.cc:5484
76287 #, gcc-internal-format, gfc-internal-format
76288 msgid "expected expression at %C"
76289 msgstr ""
76291 #: fortran/openmp.cc:5492
76292 #, gcc-internal-format, gfc-internal-format
76293 msgid "property must be constant integer or logical expression at %C"
76294 msgstr ""
76296 #: fortran/openmp.cc:5504
76297 #, gcc-internal-format, gfc-internal-format
76298 msgid "expected simd clause at %C"
76299 msgstr ""
76301 #: fortran/openmp.cc:5571
76302 #, gcc-internal-format
76303 msgid ""
76304 "expected %<construct%>, %<device%>, %<implementation%> or %<user%> at %C"
76305 msgstr ""
76307 #: fortran/openmp.cc:5579
76308 #, gcc-internal-format
76309 msgid "expected %<=%> at %C"
76310 msgstr ""
76312 #: fortran/openmp.cc:5586
76313 #, gcc-internal-format
76314 msgid "expected %<{%> at %C"
76315 msgstr ""
76317 #: fortran/openmp.cc:5601
76318 #, gcc-internal-format
76319 msgid "expected %<}%> at %C"
76320 msgstr ""
76322 #: fortran/openmp.cc:5630
76323 #, gcc-internal-format, gfc-internal-format
76324 msgid "expected name at %C"
76325 msgstr ""
76327 #: fortran/openmp.cc:5641
76328 #, gcc-internal-format, gfc-internal-format
76329 msgid "expected variant name at %C"
76330 msgstr ""
76332 #: fortran/openmp.cc:5681
76333 #, gcc-internal-format
76334 msgid "expected %<match%> at %C"
76335 msgstr ""
76337 #: fortran/openmp.cc:5732
76338 #, gcc-internal-format, gfc-internal-format
76339 msgid "Threadprivate variable at %C is an element of a COMMON block"
76340 msgstr ""
76342 #: fortran/openmp.cc:5769
76343 #, gcc-internal-format, gfc-internal-format
76344 msgid "Unexpected junk after OMP THREADPRIVATE at %C"
76345 msgstr ""
76347 #: fortran/openmp.cc:5776
76348 #, gcc-internal-format, gfc-internal-format
76349 msgid "Syntax error in !$OMP THREADPRIVATE list at %C"
76350 msgstr ""
76352 #: fortran/openmp.cc:5882
76353 #, gcc-internal-format, gfc-internal-format
76354 msgid ""
76355 "Program unit at %L has OpenMP device constructs/routines but does not set !"
76356 "$OMP REQUIRES REVERSE_OFFLOAD but other program units do"
76357 msgstr ""
76359 #: fortran/openmp.cc:5887
76360 #, gcc-internal-format, gfc-internal-format
76361 msgid ""
76362 "Program unit at %L has OpenMP device constructs/routines but does not set !"
76363 "$OMP REQUIRES UNIFIED_ADDRESS but other program units do"
76364 msgstr ""
76366 #: fortran/openmp.cc:5892
76367 #, gcc-internal-format, gfc-internal-format
76368 msgid ""
76369 "Program unit at %L has OpenMP device constructs/routines but does not set !"
76370 "$OMP REQUIRES UNIFIED_SHARED_MEMORY but other program units do"
76371 msgstr ""
76373 #: fortran/openmp.cc:5918
76374 #, gcc-internal-format
76375 msgid ""
76376 "!$OMP REQUIRES clause %qs specified via module %qs use at %L comes after "
76377 "using a device construct/routine"
76378 msgstr ""
76380 #: fortran/openmp.cc:5922
76381 #, gcc-internal-format
76382 msgid ""
76383 "!$OMP REQUIRES clause %qs specified at %L comes after using a device "
76384 "construct/routine"
76385 msgstr ""
76387 #: fortran/openmp.cc:5944
76388 #, gcc-internal-format
76389 msgid ""
76390 "!$OMP REQUIRES clause %<atomic_default_mem_order(%s)%> specified via module "
76391 "%qs use at %L overrides a previous %<atomic_default_mem_order(%s)%> (which "
76392 "might be through using a module)"
76393 msgstr ""
76395 #: fortran/openmp.cc:5949
76396 #, gcc-internal-format
76397 msgid ""
76398 "!$OMP REQUIRES clause %<atomic_default_mem_order(%s)%> specified at %L "
76399 "overrides a previous %<atomic_default_mem_order(%s)%> (which might be "
76400 "through using a module)"
76401 msgstr ""
76403 #: fortran/openmp.cc:5960
76404 #, gcc-internal-format
76405 msgid ""
76406 "!$OMP REQUIRES clause %<atomic_default_mem_order(%s)%> specified via module "
76407 "%qs use at %L but same clause is not specified for the program unit"
76408 msgstr ""
76410 #: fortran/openmp.cc:5965
76411 #, gcc-internal-format
76412 msgid ""
76413 "!$OMP REQUIRES clause %qs specified via module %qs use at %L but same clause "
76414 "is not specified for the program unit"
76415 msgstr ""
76417 #: fortran/openmp.cc:5994
76418 #, gcc-internal-format, gfc-internal-format
76419 msgid ""
76420 "!$OMP REQUIRES at %C must appear in the specification part of a program unit"
76421 msgstr ""
76423 #: fortran/openmp.cc:6062
76424 #, gcc-internal-format, gfc-internal-format
76425 msgid ""
76426 "Expected SEQ_CST, ACQ_REL or RELAXED for ATOMIC_DEFAULT_MEM_ORDER clause at "
76427 "%C"
76428 msgstr ""
76430 #: fortran/openmp.cc:6078
76431 #, gcc-internal-format, gfc-internal-format
76432 msgid "Clause expected at %C"
76433 msgstr ""
76435 #: fortran/openmp.cc:6084
76436 #, gcc-internal-format
76437 msgid "%qs clause at %L specified more than once"
76438 msgstr ""
76440 #: fortran/openmp.cc:6087
76441 #, gcc-internal-format, gfc-internal-format
76442 msgid ""
76443 "Expected UNIFIED_ADDRESS, UNIFIED_SHARED_MEMORY, DYNAMIC_ALLOCATORS, "
76444 "REVERSE_OFFLOAD, or ATOMIC_DEFAULT_MEM_ORDER clause at %L"
76445 msgstr ""
76447 #: fortran/openmp.cc:6113
76448 #, gcc-internal-format, gfc-internal-format
76449 msgid "Expected INCLUSIVE or EXCLUSIVE clause at %C"
76450 msgstr ""
76452 #: fortran/openmp.cc:6119
76453 #, gcc-internal-format, gfc-internal-format
76454 msgid "Unexpected junk after !$OMP SCAN at %C"
76455 msgstr ""
76457 #: fortran/openmp.cc:6318
76458 #, gcc-internal-format, gfc-internal-format
76459 msgid "Unexpected junk after TASKYIELD clause at %C"
76460 msgstr ""
76462 #: fortran/openmp.cc:6406
76463 #, gcc-internal-format, gfc-internal-format
76464 msgid "Unexpected junk after $OMP MASTER statement at %C"
76465 msgstr ""
76467 #: fortran/openmp.cc:6438
76468 #, gcc-internal-format, gfc-internal-format
76469 msgid "Unexpected junk after $OMP NOTHING statement at %C"
76470 msgstr ""
76472 #: fortran/openmp.cc:6473 fortran/openmp.cc:6476 fortran/openmp.cc:6479
76473 #, gcc-internal-format, gfc-internal-format
76474 msgid "!$OMP ATOMIC at %L with %s clause is incompatible with READ or WRITE"
76475 msgstr ""
76477 #: fortran/openmp.cc:6483
76478 #, gcc-internal-format, gfc-internal-format
76479 msgid "!$OMP ATOMIC at %L with %s clause requires %s clause"
76480 msgstr ""
76482 #: fortran/openmp.cc:6520
76483 #, gcc-internal-format, gfc-internal-format
76484 msgid "!$OMP ATOMIC READ at %L incompatible with RELEASE clause"
76485 msgstr ""
76487 #: fortran/openmp.cc:6530
76488 #, gcc-internal-format, gfc-internal-format
76489 msgid "!$OMP ATOMIC WRITE at %L incompatible with ACQUIRE clause"
76490 msgstr ""
76492 #: fortran/openmp.cc:6567
76493 #, gcc-internal-format, gfc-internal-format
76494 msgid "Unexpected junk after !$ACC ATOMIC statement at %C"
76495 msgstr ""
76497 #: fortran/openmp.cc:6582
76498 #, gcc-internal-format, gfc-internal-format
76499 msgid "Unexpected junk after $OMP BARRIER statement at %C"
76500 msgstr ""
76502 #: fortran/openmp.cc:6638
76503 #, gcc-internal-format, gfc-internal-format
76504 msgid ""
76505 "Expected construct-type PARALLEL, SECTIONS, DO or TASKGROUP in $OMP "
76506 "CANCELLATION POINT statement at %C"
76507 msgstr ""
76509 #: fortran/openmp.cc:6644
76510 #, gcc-internal-format, gfc-internal-format
76511 msgid "Unexpected junk after $OMP CANCELLATION POINT statement at %C"
76512 msgstr ""
76514 #: fortran/openmp.cc:6665
76515 #, gcc-internal-format, gfc-internal-format
76516 msgid "Unexpected junk after NOWAIT clause at %C"
76517 msgstr ""
76519 #: fortran/openmp.cc:6704
76520 #, gcc-internal-format, gfc-internal-format
76521 msgid "%s clause at %L requires a scalar INTEGER expression"
76522 msgstr ""
76524 #: fortran/openmp.cc:6715
76525 #, gcc-internal-format, gfc-internal-format
76526 msgid "INTEGER expression of %s clause at %L must be positive"
76527 msgstr ""
76529 #: fortran/openmp.cc:6726
76530 #, gcc-internal-format, gfc-internal-format
76531 msgid "INTEGER expression of %s clause at %L must be non-negative"
76532 msgstr ""
76534 #: fortran/openmp.cc:6737
76535 #, gcc-internal-format
76536 msgid "Cray pointer object %qs of derived type in %s clause at %L"
76537 msgstr ""
76539 #: fortran/openmp.cc:6740
76540 #, gcc-internal-format
76541 msgid "Cray pointee object %qs of derived type in %s clause at %L"
76542 msgstr ""
76544 #: fortran/openmp.cc:6746 fortran/openmp.cc:8223
76545 #, gcc-internal-format
76546 msgid "POINTER object %qs of polymorphic type in %s clause at %L"
76547 msgstr ""
76549 #: fortran/openmp.cc:6751
76550 #, gcc-internal-format
76551 msgid "Cray pointer object %qs of polymorphic type in %s clause at %L"
76552 msgstr ""
76554 #: fortran/openmp.cc:6756
76555 #, gcc-internal-format
76556 msgid "Cray pointee object %qs of polymorphic type in %s clause at %L"
76557 msgstr ""
76559 #: fortran/openmp.cc:6766 fortran/openmp.cc:7790 fortran/openmp.cc:7985
76560 #, gcc-internal-format
76561 msgid "Assumed size array %qs in %s clause at %L"
76562 msgstr ""
76564 #: fortran/openmp.cc:6769
76565 #, gcc-internal-format
76566 msgid "Assumed rank array %qs in %s clause at %L"
76567 msgstr ""
76569 #: fortran/openmp.cc:6785 fortran/openmp.cc:7972
76570 #, gcc-internal-format
76571 msgid "POINTER object %qs in %s clause at %L"
76572 msgstr ""
76574 #: fortran/openmp.cc:6790 fortran/openmp.cc:8227
76575 #, gcc-internal-format
76576 msgid "Cray pointer object %qs in %s clause at %L"
76577 msgstr ""
76579 #: fortran/openmp.cc:6795 fortran/openmp.cc:8230
76580 #, gcc-internal-format
76581 msgid "Cray pointee object %qs in %s clause at %L"
76582 msgstr ""
76584 #: fortran/openmp.cc:6800 fortran/openmp.cc:8218
76585 #, gcc-internal-format
76586 msgid "ALLOCATABLE object %qs in %s clause at %L"
76587 msgstr ""
76589 #: fortran/openmp.cc:6803
76590 #, gcc-internal-format
76591 msgid "VALUE object %qs in %s clause at %L"
76592 msgstr ""
76594 #: fortran/openmp.cc:6846
76595 #, gcc-internal-format, gfc-internal-format
76596 msgid "Implicitly declared function %s used in !$OMP DECLARE REDUCTION at %L"
76597 msgstr ""
76599 #: fortran/openmp.cc:6895
76600 #, gcc-internal-format, gfc-internal-format
76601 msgid "Implicitly declared subroutine %s used in !$OMP DECLARE REDUCTION at %L"
76602 msgstr ""
76604 #: fortran/openmp.cc:6917
76605 #, gcc-internal-format, gfc-internal-format
76606 msgid "HOLDS expression at %L must be a scalar logical expression"
76607 msgstr ""
76609 #: fortran/openmp.cc:6949
76610 #, gcc-internal-format, gfc-internal-format
76611 msgid "ORDERED clause parameter is less than COLLAPSE at %L"
76612 msgstr ""
76614 #: fortran/openmp.cc:6952
76615 #, gcc-internal-format, gfc-internal-format
76616 msgid "ORDER clause must not be used together ORDERED at %L"
76617 msgstr ""
76619 #: fortran/openmp.cc:6959 fortran/openmp.cc:6970 fortran/resolve.cc:10924
76620 #: fortran/resolve.cc:12480
76621 #, gcc-internal-format, gfc-internal-format
76622 msgid "IF clause at %L requires a scalar LOGICAL expression"
76623 msgstr ""
76625 #: fortran/openmp.cc:6974
76626 #, gcc-internal-format, gfc-internal-format
76627 msgid ""
76628 "IF clause without modifier at %L used together with IF clauses with modifiers"
76629 msgstr ""
76631 #: fortran/openmp.cc:7099
76632 #, gcc-internal-format, gfc-internal-format
76633 msgid ""
76634 "IF clause modifier %s at %L not appropriate for the current OpenMP construct"
76635 msgstr ""
76637 #: fortran/openmp.cc:7109
76638 #, gcc-internal-format, gfc-internal-format
76639 msgid "FINAL clause at %L requires a scalar LOGICAL expression"
76640 msgstr ""
76642 #: fortran/openmp.cc:7119
76643 #, gcc-internal-format, gfc-internal-format
76644 msgid "SCHEDULE clause's chunk_size at %L requires a scalar INTEGER expression"
76645 msgstr ""
76647 #: fortran/openmp.cc:7124
76648 #, gcc-internal-format, gfc-internal-format
76649 msgid ""
76650 "INTEGER expression of SCHEDULE clause's chunk_size at %L must be positive"
76651 msgstr ""
76653 #: fortran/openmp.cc:7131
76654 #, gcc-internal-format, gfc-internal-format
76655 msgid "Both MONOTONIC and NONMONOTONIC schedule modifiers specified at %L"
76656 msgstr ""
76658 #: fortran/openmp.cc:7134
76659 #, gcc-internal-format, gfc-internal-format
76660 msgid "NONMONOTONIC schedule modifier specified with ORDERED clause at %L"
76661 msgstr ""
76663 #: fortran/openmp.cc:7143
76664 #, gcc-internal-format, gfc-internal-format
76665 msgid ""
76666 "DEPOBJ in DEPOBJ construct at %L shall be a scalar integer of "
76667 "OMP_DEPEND_KIND kind"
76668 msgstr ""
76670 #: fortran/openmp.cc:7164
76671 #, gcc-internal-format
76672 msgid "Variable %qs is not a dummy argument at %L"
76673 msgstr ""
76675 #: fortran/openmp.cc:7200
76676 #, gcc-internal-format
76677 msgid ""
76678 "Object %qs is not a variable at %L; parameters cannot be and need not be "
76679 "copied"
76680 msgstr ""
76682 #: fortran/openmp.cc:7204
76683 #, gcc-internal-format
76684 msgid ""
76685 "Object %qs is not a variable at %L; parameters cannot be and need not be "
76686 "mapped"
76687 msgstr ""
76689 #: fortran/openmp.cc:7209 fortran/openmp.cc:10006
76690 #, gcc-internal-format
76691 msgid "Object %qs is not a variable at %L"
76692 msgstr ""
76694 #: fortran/openmp.cc:7218
76695 #, gcc-internal-format
76696 msgid ""
76697 "%<inscan%> REDUCTION clause on construct other than DO, SIMD, DO SIMD, "
76698 "PARALLEL DO, PARALLEL DO SIMD at %L"
76699 msgstr ""
76701 #: fortran/openmp.cc:7249 fortran/openmp.cc:7261 fortran/openmp.cc:7282
76702 #: fortran/openmp.cc:7294 fortran/openmp.cc:7317 fortran/openmp.cc:7325
76703 #: fortran/openmp.cc:7346 fortran/openmp.cc:7357 fortran/openmp.cc:7369
76704 #: fortran/openmp.cc:7474 fortran/openmp.cc:10030
76705 #, gcc-internal-format
76706 msgid "Symbol %qs present on multiple clauses at %L"
76707 msgstr ""
76709 #: fortran/openmp.cc:7290
76710 #, gcc-internal-format
76711 msgid "Symbol %qs has mixed component and non-component accesses at %L"
76712 msgstr ""
76714 #: fortran/openmp.cc:7340
76715 #, gcc-internal-format
76716 msgid "Symbol %qs present on both data and map clauses at %L"
76717 msgstr ""
76719 #: fortran/openmp.cc:7383
76720 #, gcc-internal-format
76721 msgid ""
76722 "Expected integer expression of the %<omp_allocator_handle_kind%> kind at %L"
76723 msgstr ""
76725 #: fortran/openmp.cc:7398
76726 #, gcc-internal-format, gfc-internal-format
76727 msgid ""
76728 "ALIGN modifier requires at %L a scalar positive constant integer alignment "
76729 "expression that is a power of two"
76730 msgstr ""
76732 #: fortran/openmp.cc:7417
76733 #, gcc-internal-format
76734 msgid "%qs appears more than once in %<allocate%> clauses at %L"
76735 msgstr ""
76737 #: fortran/openmp.cc:7459
76738 #, gcc-internal-format
76739 msgid ""
76740 "%qs specified in %<allocate%> clause at %L but not in an explicit "
76741 "privatization clause"
76742 msgstr ""
76744 #: fortran/openmp.cc:7481
76745 #, gcc-internal-format
76746 msgid "Array %qs is not permitted in reduction at %L"
76747 msgstr ""
76749 #: fortran/openmp.cc:7494
76750 #, gcc-internal-format
76751 msgid "Symbol %qs present on both FROM and TO clauses at %L"
76752 msgstr ""
76754 #: fortran/openmp.cc:7512
76755 #, gcc-internal-format
76756 msgid "Non-THREADPRIVATE object %qs in COPYIN clause at %L"
76757 msgstr ""
76759 #: fortran/openmp.cc:7518
76760 #, gcc-internal-format, gfc-internal-format
76761 msgid "NOWAIT clause must not be used with COPYPRIVATE clause at %L"
76762 msgstr ""
76764 #: fortran/openmp.cc:7523
76765 #, gcc-internal-format
76766 msgid "Assumed size array %qs in COPYPRIVATE clause at %L"
76767 msgstr ""
76769 #: fortran/openmp.cc:7526
76770 #, gcc-internal-format
76771 msgid "INTENT(IN) POINTER %qs in COPYPRIVATE clause at %L"
76772 msgstr ""
76774 #: fortran/openmp.cc:7534
76775 #, gcc-internal-format
76776 msgid "THREADPRIVATE object %qs in SHARED clause at %L"
76777 msgstr ""
76779 #: fortran/openmp.cc:7537
76780 #, gcc-internal-format
76781 msgid "Cray pointee %qs in SHARED clause at %L"
76782 msgstr ""
76784 #: fortran/openmp.cc:7540
76785 #, gcc-internal-format
76786 msgid "Associate name %qs in SHARED clause at %L"
76787 msgstr ""
76789 #: fortran/openmp.cc:7546
76790 #, gcc-internal-format
76791 msgid "DETACH event handle %qs in SHARED clause at %L"
76792 msgstr ""
76794 #: fortran/openmp.cc:7561
76795 #, gcc-internal-format
76796 msgid ""
76797 "%qs in ALIGNED clause must be POINTER, ALLOCATABLE, Cray pointer or C_PTR at "
76798 "%L"
76799 msgstr ""
76801 #: fortran/openmp.cc:7573
76802 #, gcc-internal-format
76803 msgid ""
76804 "%qs in ALIGNED clause at %L requires a scalar positive constant integer "
76805 "alignment expression"
76806 msgstr ""
76808 #: fortran/openmp.cc:7599
76809 #, gcc-internal-format, gfc-internal-format
76810 msgid "Scalar integer expression for range begin expected at %L"
76811 msgstr ""
76813 #: fortran/openmp.cc:7605
76814 #, gcc-internal-format, gfc-internal-format
76815 msgid "Scalar integer expression for range end expected at %L"
76816 msgstr ""
76818 #: fortran/openmp.cc:7611
76819 #, gcc-internal-format, gfc-internal-format
76820 msgid "Scalar integer expression for range step expected at %L"
76821 msgstr ""
76823 #: fortran/openmp.cc:7616
76824 #, gcc-internal-format, gfc-internal-format
76825 msgid "Nonzero range step expected at %L"
76826 msgstr ""
76828 #: fortran/openmp.cc:7629
76829 #, gcc-internal-format, gfc-internal-format
76830 msgid ""
76831 "Dependence-type SINK used together with SOURCE on the same construct at %L"
76832 msgstr ""
76834 #: fortran/openmp.cc:7639
76835 #, gcc-internal-format, gfc-internal-format
76836 msgid "SINK addend not a constant integer at %L"
76837 msgstr ""
76839 #: fortran/openmp.cc:7645
76840 #, gcc-internal-format
76841 msgid "omp_cur_iteration at %L requires %<-1%> as logical offset"
76842 msgstr ""
76844 #: fortran/openmp.cc:7655
76845 #, gcc-internal-format
76846 msgid ""
76847 "Locator %qs at %L in DEPEND clause of depobj type shall be a scalar integer "
76848 "of OMP_DEPEND_KIND kind"
76849 msgstr ""
76851 #: fortran/openmp.cc:7666
76852 #, gcc-internal-format, gfc-internal-format
76853 msgid ""
76854 "Locator at %L in DEPEND clause of depobj type shall be a scalar integer of "
76855 "OMP_DEPEND_KIND kind"
76856 msgstr ""
76858 #: fortran/openmp.cc:7710
76859 #, gcc-internal-format, gfc-internal-format
76860 msgid "Array is not contiguous at %L"
76861 msgstr ""
76863 #: fortran/openmp.cc:7721
76864 #, gcc-internal-format, gfc-internal-format
76865 msgid "Unexpected substring reference in %s clause at %L"
76866 msgstr ""
76868 #: fortran/openmp.cc:7729
76869 #, gcc-internal-format, gfc-internal-format
76870 msgid "Unexpected complex-parts designator reference in %s clause at %L"
76871 msgstr ""
76873 #: fortran/openmp.cc:7738 fortran/openmp.cc:7756
76874 #, gcc-internal-format
76875 msgid "%qs in %s clause at %L is not a proper array section"
76876 msgstr ""
76878 #: fortran/openmp.cc:7748
76879 #, gcc-internal-format, gfc-internal-format
76880 msgid "Stride should not be specified for array section in %s clause at %L"
76881 msgstr ""
76883 #: fortran/openmp.cc:7770
76884 #, gcc-internal-format
76885 msgid "%qs in %s clause at %L is a zero size array section"
76886 msgstr ""
76888 #: fortran/openmp.cc:7796
76889 #, gcc-internal-format
76890 msgid ""
76891 "List item %qs with allocatable components is not permitted in map clause at "
76892 "%L"
76893 msgstr ""
76895 #: fortran/openmp.cc:7815
76896 #, gcc-internal-format, gfc-internal-format
76897 msgid ""
76898 "TARGET%s with map-type other than TO, FROM, TOFROM, or ALLOC on MAP clause "
76899 "at %L"
76900 msgstr ""
76902 #: fortran/openmp.cc:7837
76903 #, gcc-internal-format, gfc-internal-format
76904 msgid ""
76905 "TARGET ENTER DATA with map-type other than TO, TOFROM or ALLOC on MAP clause "
76906 "at %L"
76907 msgstr ""
76909 #: fortran/openmp.cc:7858
76910 #, gcc-internal-format, gfc-internal-format
76911 msgid ""
76912 "TARGET EXIT DATA with map-type other than FROM, TOFROM, RELEASE, or DELETE "
76913 "on MAP clause at %L"
76914 msgstr ""
76916 #: fortran/openmp.cc:7874 fortran/openmp.cc:7956
76917 #, gcc-internal-format
76918 msgid "THREADPRIVATE object %qs in %s clause at %L"
76919 msgstr ""
76921 #: fortran/openmp.cc:7877 fortran/openmp.cc:7959
76922 #, gcc-internal-format
76923 msgid "Cray pointee %qs in %s clause at %L"
76924 msgstr ""
76926 #. Non-TARGET (i.e. DISPATCH) requires a C_PTR.
76927 #: fortran/openmp.cc:7889
76928 #, gcc-internal-format
76929 msgid "List item %qs in %s clause at %L must be of TYPE(C_PTR)"
76930 msgstr ""
76932 #: fortran/openmp.cc:7950
76933 #, gcc-internal-format
76934 msgid ""
76935 "%<inscan%> and non-%<inscan%> %<reduction%> clauses on the same construct at "
76936 "%L"
76937 msgstr ""
76939 #: fortran/openmp.cc:7962
76940 #, gcc-internal-format
76941 msgid "Associate name %qs in %s clause at %L"
76942 msgstr ""
76944 #: fortran/openmp.cc:7969
76945 #, gcc-internal-format
76946 msgid "Procedure pointer %qs in %s clause at %L"
76947 msgstr ""
76949 #: fortran/openmp.cc:7975
76950 #, gcc-internal-format
76951 msgid "Cray pointer %qs in %s clause at %L"
76952 msgstr ""
76954 #: fortran/openmp.cc:7988
76955 #, gcc-internal-format
76956 msgid "Variable %qs in %s clause is used in NAMELIST statement at %L"
76957 msgstr ""
76959 #. case OMP_LIST_REDUCTION:
76960 #: fortran/openmp.cc:7998
76961 #, gcc-internal-format
76962 msgid "INTENT(IN) POINTER %qs in %s clause at %L"
76963 msgstr ""
76965 #: fortran/openmp.cc:8009
76966 #, gcc-internal-format
76967 msgid "DETACH event handle %qs in %s clause at %L"
76968 msgstr ""
76970 #: fortran/openmp.cc:8033
76971 #, gcc-internal-format, gfc-internal-format
76972 msgid "Only DEFAULT permitted as reduction-modifier in REDUCTION clause at %L"
76973 msgstr ""
76975 #: fortran/openmp.cc:8126
76976 #, gcc-internal-format, gfc-internal-format
76977 msgid "!$OMP DECLARE REDUCTION %s not found for type %s at %L"
76978 msgstr ""
76980 #: fortran/openmp.cc:8154
76981 #, gcc-internal-format, gfc-internal-format
76982 msgid "LINEAR clause modifier used on DO or SIMD construct at %L"
76983 msgstr ""
76985 #: fortran/openmp.cc:8160
76986 #, gcc-internal-format, gfc-internal-format
76987 msgid ""
76988 "LINEAR clause modifier other than VAL used on DO or SIMD construct at %L"
76989 msgstr ""
76991 #: fortran/openmp.cc:8168
76992 #, gcc-internal-format
76993 msgid "LINEAR variable %qs must be INTEGER at %L"
76994 msgstr ""
76996 #: fortran/openmp.cc:8173
76997 #, gcc-internal-format
76998 msgid "LINEAR dummy argument %qs with VALUE attribute with %s modifier at %L"
76999 msgstr ""
77001 #: fortran/openmp.cc:8184
77002 #, gcc-internal-format
77003 msgid ""
77004 "%qs in LINEAR clause at %L requires a scalar integer linear-step expression"
77005 msgstr ""
77007 #: fortran/openmp.cc:8201
77008 #, gcc-internal-format
77009 msgid ""
77010 "%qs in LINEAR clause at %L requires a constant integer linear-step "
77011 "expression or dummy argument specified in UNIFORM clause"
77012 msgstr ""
77014 #: fortran/openmp.cc:8235
77015 #, gcc-internal-format
77016 msgid "%s clause variable %qs at %L is neither a POINTER nor an array"
77017 msgstr ""
77019 #: fortran/openmp.cc:8295
77020 #, gcc-internal-format, gfc-internal-format
77021 msgid "NUM_TEAMS lower bound at %L larger than upper bound at %L"
77022 msgstr ""
77024 #: fortran/openmp.cc:8308
77025 #, gcc-internal-format, gfc-internal-format
77026 msgid "Value of HINT clause at %L shall be a valid constant hint expression"
77027 msgstr ""
77029 #: fortran/openmp.cc:8318
77030 #, gcc-internal-format, gfc-internal-format
77031 msgid ""
77032 "DIST_SCHEDULE clause's chunk_size at %L requires a scalar INTEGER expression"
77033 msgstr ""
77035 #: fortran/openmp.cc:8348
77036 #, gcc-internal-format, gfc-internal-format
77037 msgid "Incompatible use of TILE and COLLAPSE at %L"
77038 msgstr ""
77040 #: fortran/openmp.cc:8372
77041 #, gcc-internal-format, gfc-internal-format
77042 msgid ""
77043 "TARGET DATA must contain at least one MAP, USE_DEVICE_PTR, or "
77044 "USE_DEVICE_ADDR clause at %L"
77045 msgstr ""
77047 #: fortran/openmp.cc:8375
77048 #, gcc-internal-format, gfc-internal-format
77049 msgid "%s must contain at least one MAP clause at %L"
77050 msgstr ""
77052 #: fortran/openmp.cc:8385
77053 #, gcc-internal-format
77054 msgid ""
77055 "%qs at %L should be a scalar of type integer(kind=omp_event_handle_kind)"
77056 msgstr ""
77058 #: fortran/openmp.cc:8390
77059 #, gcc-internal-format, gfc-internal-format
77060 msgid "The event handle at %L must not be an array element"
77061 msgstr ""
77063 #: fortran/openmp.cc:8394
77064 #, gcc-internal-format, gfc-internal-format
77065 msgid "The event handle at %L must not be part of a derived type or class"
77066 msgstr ""
77068 #: fortran/openmp.cc:8398
77069 #, gcc-internal-format
77070 msgid ""
77071 "%<DETACH%> clause at %L must not be used together with %<MERGEABLE%> clause"
77072 msgstr ""
77074 #: fortran/openmp.cc:8553
77075 #, gcc-internal-format, gfc-internal-format
77076 msgid "Expected IF at %L in atomic compare capture"
77077 msgstr ""
77079 #: fortran/openmp.cc:8561
77080 #, gcc-internal-format, gfc-internal-format
77081 msgid "Expected ELSE at %L in atomic compare capture"
77082 msgstr ""
77084 #: fortran/openmp.cc:8673
77085 #, gcc-internal-format
77086 msgid ""
77087 "Expected %<==%>, %<.EQ.%> or %<.EQV.%> atomic comparison expression at %L"
77088 msgstr ""
77090 #: fortran/openmp.cc:8679
77091 #, gcc-internal-format, gfc-internal-format
77092 msgid "Expected scalar intrinsic variable at %L in atomic comparison"
77093 msgstr ""
77095 #: fortran/openmp.cc:8687
77096 #, gcc-internal-format, gfc-internal-format
77097 msgid "Expected scalar intrinsic expression at %L in atomic comparison"
77098 msgstr ""
77100 #: fortran/openmp.cc:8695
77101 #, gcc-internal-format, gfc-internal-format
77102 msgid ""
77103 "!$OMP ATOMIC statement must set a scalar variable of intrinsic type at %L"
77104 msgstr ""
77106 #: fortran/openmp.cc:8704
77107 #, gcc-internal-format, gfc-internal-format
77108 msgid ""
77109 "!$OMP ATOMIC statement must assign an expression of intrinsic type at %L"
77110 msgstr ""
77112 #: fortran/openmp.cc:8711
77113 #, gcc-internal-format, gfc-internal-format
77114 msgid "!$OMP ATOMIC with ALLOCATABLE variable at %L"
77115 msgstr ""
77117 #: fortran/openmp.cc:8728
77118 #, gcc-internal-format, gfc-internal-format
77119 msgid ""
77120 "!$OMP ATOMIC READ statement must read from a scalar variable of intrinsic "
77121 "type at %L"
77122 msgstr ""
77124 #: fortran/openmp.cc:8733
77125 #, gcc-internal-format, gfc-internal-format
77126 msgid ""
77127 "expr in !$OMP ATOMIC WRITE assignment var = expr must be scalar and cannot "
77128 "reference var at %L"
77129 msgstr ""
77131 #: fortran/openmp.cc:8745
77132 #, gcc-internal-format, gfc-internal-format
77133 msgid ""
77134 "!$OMP ATOMIC capture-statement must set a scalar variable of intrinsic type "
77135 "at %L"
77136 msgstr ""
77138 #: fortran/openmp.cc:8753
77139 #, gcc-internal-format, gfc-internal-format
77140 msgid ""
77141 "!$OMP ATOMIC capture-statement requires a scalar variable of intrinsic type "
77142 "at %L"
77143 msgstr ""
77145 #: fortran/openmp.cc:8763
77146 #, gcc-internal-format, gfc-internal-format
77147 msgid ""
77148 "!$OMP ATOMIC CAPTURE capture statement reads from different variable than "
77149 "update statement writes into at %L"
77150 msgstr ""
77152 #: fortran/openmp.cc:8779
77153 #, gcc-internal-format
77154 msgid ""
77155 "For !$OMP ATOMIC COMPARE, the first operand in comparison at %L must be the "
77156 "variable %qs that the update statement writes into at %L"
77157 msgstr ""
77159 #: fortran/openmp.cc:8787
77160 #, gcc-internal-format, gfc-internal-format
77161 msgid ""
77162 "expr in !$OMP ATOMIC COMPARE assignment var = expr must be scalar and cannot "
77163 "reference var at %L"
77164 msgstr ""
77166 #: fortran/openmp.cc:8805
77167 #, gcc-internal-format, gfc-internal-format
77168 msgid ""
77169 "!$OMP ATOMIC UPDATE at %L with FAIL clause requiries either the COMPARE "
77170 "clause or using the intrinsic MIN/MAX procedure"
77171 msgstr ""
77173 #: fortran/openmp.cc:8832
77174 #, gcc-internal-format, gfc-internal-format
77175 msgid ""
77176 "!$OMP ATOMIC assignment operator must be binary +, *, -, /, .AND., .OR., ."
77177 "EQV. or .NEQV. at %L"
77178 msgstr ""
77180 #: fortran/openmp.cc:8880
77181 #, gcc-internal-format, gfc-internal-format
77182 msgid ""
77183 "!$OMP ATOMIC assignment must be var = var op expr or var = expr op var at %L"
77184 msgstr ""
77186 #: fortran/openmp.cc:8894
77187 #, gcc-internal-format, gfc-internal-format
77188 msgid ""
77189 "!$OMP ATOMIC var = var op expr not mathematically equivalent to var = var op "
77190 "(expr) at %L"
77191 msgstr ""
77193 #: fortran/openmp.cc:8927
77194 #, gcc-internal-format, gfc-internal-format
77195 msgid ""
77196 "expr in !$OMP ATOMIC assignment var = var op expr must be scalar and cannot "
77197 "reference var at %L"
77198 msgstr ""
77200 #: fortran/openmp.cc:8951
77201 #, gcc-internal-format, gfc-internal-format
77202 msgid ""
77203 "!$OMP ATOMIC assignment intrinsic IAND, IOR or IEOR must have two arguments "
77204 "at %L"
77205 msgstr ""
77207 #: fortran/openmp.cc:8958
77208 #, gcc-internal-format, gfc-internal-format
77209 msgid ""
77210 "!$OMP ATOMIC assignment intrinsic must be MIN, MAX, IAND, IOR or IEOR at %L"
77211 msgstr ""
77213 #: fortran/openmp.cc:8981
77214 #, gcc-internal-format
77215 msgid ""
77216 "!$OMP ATOMIC intrinsic arguments except one must not reference %qs at %L"
77217 msgstr ""
77219 #: fortran/openmp.cc:8988
77220 #, gcc-internal-format, gfc-internal-format
77221 msgid "!$OMP ATOMIC intrinsic arguments must be scalar at %L"
77222 msgstr ""
77224 #: fortran/openmp.cc:8996
77225 #, gcc-internal-format
77226 msgid "First or last !$OMP ATOMIC intrinsic argument must be %qs at %L"
77227 msgstr ""
77229 #: fortran/openmp.cc:9014
77230 #, gcc-internal-format, gfc-internal-format
77231 msgid ""
77232 "!$OMP ATOMIC assignment must have an operator or intrinsic on right hand "
77233 "side at %L"
77234 msgstr ""
77236 #: fortran/openmp.cc:9019
77237 #, gcc-internal-format, gfc-internal-format
77238 msgid "unexpected !$OMP ATOMIC expression at %L"
77239 msgstr ""
77241 #: fortran/openmp.cc:9065
77242 #, gcc-internal-format
77243 msgid ""
77244 "ORDERED clause specified together with %<inscan%> REDUCTION clause at %L"
77245 msgstr ""
77247 #: fortran/openmp.cc:9068
77248 #, gcc-internal-format
77249 msgid ""
77250 "SCHEDULE clause specified together with %<inscan%> REDUCTION clause at %L"
77251 msgstr ""
77253 #: fortran/openmp.cc:9076
77254 #, gcc-internal-format, gfc-internal-format
77255 msgid ""
77256 "With INSCAN at %L, expected loop body with !$OMP SCAN between two structured-"
77257 "block-sequences"
77258 msgstr ""
77260 #: fortran/openmp.cc:9483
77261 #, gcc-internal-format, gfc-internal-format
77262 msgid "%s cannot be a DO WHILE or DO without loop control at %L"
77263 msgstr ""
77265 #: fortran/openmp.cc:9489
77266 #, gcc-internal-format, gfc-internal-format
77267 msgid "%s cannot be a DO CONCURRENT loop at %L"
77268 msgstr ""
77270 #: fortran/openmp.cc:9495
77271 #, gcc-internal-format, gfc-internal-format
77272 msgid "%s iteration variable must be of type integer at %L"
77273 msgstr ""
77275 #: fortran/openmp.cc:9499
77276 #, gcc-internal-format, gfc-internal-format
77277 msgid "%s iteration variable must not be THREADPRIVATE at %L"
77278 msgstr ""
77280 #: fortran/openmp.cc:9512
77281 #, gcc-internal-format, gfc-internal-format
77282 msgid ""
77283 "%s iteration variable present on clause other than PRIVATE, LASTPRIVATE or "
77284 "ALLOCATE at %L"
77285 msgstr ""
77287 #: fortran/openmp.cc:9516
77288 #, gcc-internal-format, gfc-internal-format
77289 msgid ""
77290 "%s iteration variable present on clause other than PRIVATE, LASTPRIVATE, "
77291 "ALLOCATE or LINEAR at %L"
77292 msgstr ""
77294 #: fortran/openmp.cc:9523
77295 #, gcc-internal-format, gfc-internal-format
77296 msgid "%s iteration variable used in more than one loop at %L"
77297 msgstr ""
77299 #: fortran/openmp.cc:9531
77300 #, gcc-internal-format, gfc-internal-format
77301 msgid "%s loop start expression not in canonical form at %L"
77302 msgstr ""
77304 #: fortran/openmp.cc:9539
77305 #, gcc-internal-format, gfc-internal-format
77306 msgid "%s loop end expression not in canonical form at %L"
77307 msgstr ""
77309 #: fortran/openmp.cc:9545
77310 #, gcc-internal-format, gfc-internal-format
77311 msgid "%s loop bounds reference different iteration variables at %L"
77312 msgstr ""
77314 #: fortran/openmp.cc:9551
77315 #, gcc-internal-format, gfc-internal-format
77316 msgid "%s loop increment not in canonical form at %L"
77317 msgstr ""
77319 #: fortran/openmp.cc:9561
77320 #, gcc-internal-format, gfc-internal-format
77321 msgid "collapsed %s loops not perfectly nested at %L"
77322 msgstr ""
77324 #: fortran/openmp.cc:9570 fortran/openmp.cc:9578
77325 #, gcc-internal-format, gfc-internal-format
77326 msgid "not enough DO loops for collapsed %s at %L"
77327 msgstr ""
77329 #: fortran/openmp.cc:9785 fortran/openmp.cc:9798
77330 #, gcc-internal-format, gfc-internal-format
77331 msgid "The %s directive cannot be specified within a %s region at %L"
77332 msgstr ""
77334 #: fortran/openmp.cc:9817
77335 #, gcc-internal-format, gfc-internal-format
77336 msgid "!$ACC LOOP cannot be a DO WHILE or DO without loop control at %L"
77337 msgstr ""
77339 #: fortran/openmp.cc:9823
77340 #, gcc-internal-format, gfc-internal-format
77341 msgid "!$ACC LOOP cannot be a DO CONCURRENT loop at %L"
77342 msgstr ""
77344 #: fortran/openmp.cc:9829
77345 #, gcc-internal-format, gfc-internal-format
77346 msgid "!$ACC LOOP iteration variable must be of type integer at %L"
77347 msgstr ""
77349 #: fortran/openmp.cc:9845
77350 #, gcc-internal-format, gfc-internal-format
77351 msgid "!$ACC LOOP %s loops don't form rectangular iteration space at %L"
77352 msgstr ""
77354 #: fortran/openmp.cc:9857
77355 #, gcc-internal-format, gfc-internal-format
77356 msgid "%s !$ACC LOOP loops not perfectly nested at %L"
77357 msgstr ""
77359 #: fortran/openmp.cc:9867 fortran/openmp.cc:9876
77360 #, gcc-internal-format, gfc-internal-format
77361 msgid "not enough DO loops for %s !$ACC LOOP at %L"
77362 msgstr ""
77364 #: fortran/openmp.cc:9892
77365 #, gcc-internal-format, gfc-internal-format
77366 msgid ""
77367 "Tiled loop cannot be parallelized across gangs, workers and vectors at the "
77368 "same time at %L"
77369 msgstr ""
77371 #: fortran/openmp.cc:9913
77372 #, gcc-internal-format, gfc-internal-format
77373 msgid "TILE requires constant expression at %L"
77374 msgstr ""
77376 #: fortran/openmp.cc:10013
77377 #, gcc-internal-format
77378 msgid "Array sections: %qs not allowed in !$ACC DECLARE at %L"
77379 msgstr ""
77381 #: fortran/openmp.cc:10060
77382 #, gcc-internal-format
77383 msgid ""
77384 "NAME %qs does not refer to a subroutine or function in !$ACC ROUTINE "
77385 "( NAME ) at %L"
77386 msgstr ""
77388 #: fortran/openmp.cc:10066
77389 #, gcc-internal-format
77390 msgid "NAME %qs invalid in !$ACC ROUTINE ( NAME ) at %L"
77391 msgstr ""
77393 #: fortran/openmp.cc:10191
77394 #, gcc-internal-format, gfc-internal-format
77395 msgid "OMP TARGET UPDATE at %L requires at least one TO or FROM clause"
77396 msgstr ""
77398 #: fortran/openmp.cc:10205
77399 #, gcc-internal-format, gfc-internal-format
77400 msgid ""
77401 "OMP CRITICAL at %L with HINT clause requires a NAME, except when "
77402 "omp_sync_hint_none is used"
77403 msgstr ""
77405 #: fortran/openmp.cc:10211
77406 #, gcc-internal-format
77407 msgid ""
77408 "Unexpected !$OMP SCAN at %L outside loop construct with %<inscan%> REDUCTION "
77409 "clause"
77410 msgstr ""
77412 #: fortran/openmp.cc:10232
77413 #, gcc-internal-format
77414 msgid "!$OMP DECLARE SIMD should refer to containing procedure %qs at %L"
77415 msgstr ""
77417 #: fortran/openmp.cc:10256
77418 #, gcc-internal-format, gfc-internal-format
77419 msgid ""
77420 "Variable other than OMP_PRIV or OMP_ORIG used in INITIALIZER clause of !$OMP "
77421 "DECLARE REDUCTION at %L"
77422 msgstr ""
77424 #: fortran/openmp.cc:10264
77425 #, gcc-internal-format, gfc-internal-format
77426 msgid ""
77427 "Variable other than OMP_OUT or OMP_IN used in combiner of !$OMP DECLARE "
77428 "REDUCTION at %L"
77429 msgstr ""
77431 #: fortran/openmp.cc:10293
77432 #, gcc-internal-format, gfc-internal-format
77433 msgid "Invalid operator for !$OMP DECLARE REDUCTION %s at %L"
77434 msgstr ""
77436 #: fortran/openmp.cc:10315
77437 #, gcc-internal-format, gfc-internal-format
77438 msgid "CHARACTER length in !$OMP DECLARE REDUCTION %s not constant at %L"
77439 msgstr ""
77441 #: fortran/openmp.cc:10331
77442 #, gcc-internal-format, gfc-internal-format
77443 msgid ""
77444 "Subroutine call with alternate returns in combiner of !$OMP DECLARE "
77445 "REDUCTION at %L"
77446 msgstr ""
77448 #: fortran/openmp.cc:10346
77449 #, gcc-internal-format, gfc-internal-format
77450 msgid ""
77451 "Subroutine call with alternate returns in INITIALIZER clause of !$OMP "
77452 "DECLARE REDUCTION at %L"
77453 msgstr ""
77455 #: fortran/openmp.cc:10356
77456 #, gcc-internal-format, gfc-internal-format
77457 msgid ""
77458 "One of actual subroutine arguments in INITIALIZER clause of !$OMP DECLARE "
77459 "REDUCTION must be OMP_PRIV at %L"
77460 msgstr ""
77462 #: fortran/openmp.cc:10364
77463 #, gcc-internal-format, gfc-internal-format
77464 msgid ""
77465 "Missing INITIALIZER clause for !$OMP DECLARE REDUCTION of derived type "
77466 "without default initializer at %L"
77467 msgstr ""
77469 #: fortran/options.cc:275
77470 #, gcc-internal-format
77471 msgid "%<-fexcess-precision=standard%> for Fortran"
77472 msgstr ""
77474 #: fortran/options.cc:277
77475 #, gcc-internal-format
77476 msgid "%<-fexcess-precision=16%> for Fortran"
77477 msgstr ""
77479 #: fortran/options.cc:371
77480 #, gcc-internal-format
77481 msgid "Reading file %qs as free form"
77482 msgstr ""
77484 #: fortran/options.cc:381
77485 #, gcc-internal-format
77486 msgid "%<-fd-lines-as-comments%> has no effect in free form"
77487 msgstr ""
77489 #: fortran/options.cc:384
77490 #, gcc-internal-format
77491 msgid "%<-fd-lines-as-code%> has no effect in free form"
77492 msgstr ""
77494 #: fortran/options.cc:422
77495 #, gcc-internal-format
77496 msgid "Flag %<-fno-automatic%> overwrites %<-fmax-stack-var-size=%d%>"
77497 msgstr ""
77499 #: fortran/options.cc:425
77500 #, gcc-internal-format
77501 msgid "Flag %<-fno-automatic%> overwrites %<-frecursive%>"
77502 msgstr ""
77504 #: fortran/options.cc:428
77505 #, gcc-internal-format
77506 msgid "Flag %<-fno-automatic%> overwrites %<-frecursive%> implied by %qs"
77507 msgstr ""
77509 #: fortran/options.cc:431
77510 #, gcc-internal-format
77511 msgid "Flag %<-frecursive%> overwrites %<-fmax-stack-var-size=%d%>"
77512 msgstr ""
77514 #: fortran/options.cc:434
77515 #, gcc-internal-format
77516 msgid ""
77517 "Flag %<-fmax-stack-var-size=%d%> overwrites %<-frecursive%> implied by %qs"
77518 msgstr ""
77520 #: fortran/options.cc:493
77521 #, gcc-internal-format
77522 msgid "Fixed line length must be at least seven"
77523 msgstr ""
77525 #: fortran/options.cc:496
77526 #, gcc-internal-format
77527 msgid "Free line length must be at least three"
77528 msgstr ""
77530 #: fortran/options.cc:499
77531 #, gcc-internal-format, gfc-internal-format
77532 msgid "Maximum subrecord length cannot exceed %d"
77533 msgstr ""
77535 #: fortran/options.cc:518
77536 #, gcc-internal-format
77537 msgid "gfortran: Only one %<-J%> option allowed"
77538 msgstr ""
77540 #: fortran/options.cc:590
77541 #, gcc-internal-format
77542 msgid "Argument to %<-ffpe-trap%> is not valid: %s"
77543 msgstr ""
77545 #: fortran/options.cc:592
77546 #, gcc-internal-format
77547 msgid "Argument to %<-ffpe-summary%> is not valid: %s"
77548 msgstr ""
77550 #: fortran/options.cc:641
77551 #, gcc-internal-format
77552 msgid "Argument to %<-fcheck%> is not valid: %s"
77553 msgstr ""
77555 #: fortran/options.cc:706
77556 #, gcc-internal-format, gfc-internal-format
77557 msgid "Maximum supported identifier length is %d"
77558 msgstr ""
77560 #: fortran/options.cc:721
77561 #, gcc-internal-format
77562 msgid "Unrecognized option to %<-finit-logical%>: %s"
77563 msgstr ""
77565 #: fortran/options.cc:737
77566 #, gcc-internal-format
77567 msgid "The value of n in %<-finit-character=n%> must be between 0 and 127"
77568 msgstr ""
77570 #: fortran/parse.cc:602
77571 #, gcc-internal-format, gfc-internal-format
77572 msgid "Unclassifiable statement at %C"
77573 msgstr ""
77575 #: fortran/parse.cc:666
77576 #, gcc-internal-format, gfc-internal-format
77577 msgid ""
77578 "OpenACC directives other than ROUTINE may not appear in PURE procedures at %C"
77579 msgstr ""
77581 #: fortran/parse.cc:732
77582 #, gcc-internal-format, gfc-internal-format
77583 msgid "Unclassifiable OpenACC directive at %C"
77584 msgstr ""
77586 #: fortran/parse.cc:876 fortran/parse.cc:1170
77587 #, gcc-internal-format, gfc-internal-format
77588 msgid ""
77589 "OpenMP directives other than SIMD or DECLARE TARGET at %C may not appear in "
77590 "PURE procedures"
77591 msgstr ""
77593 #: fortran/parse.cc:1154
77594 #, gcc-internal-format, gfc-internal-format
77595 msgid "Unclassifiable OpenMP directive at %C"
77596 msgstr ""
77598 #: fortran/parse.cc:1249
77599 #, gcc-internal-format, gfc-internal-format
77600 msgid "Unclassifiable GCC directive at %C"
77601 msgstr ""
77603 #: fortran/parse.cc:1251
77604 #, gcc-internal-format, gfc-internal-format
77605 msgid "Unclassifiable GCC directive at %C, ignored"
77606 msgstr ""
77608 #: fortran/parse.cc:1311 fortran/parse.cc:1538
77609 #, gcc-internal-format, gfc-internal-format
77610 msgid "Zero is not a valid statement label at %C"
77611 msgstr ""
77613 #: fortran/parse.cc:1318 fortran/parse.cc:1530
77614 #, gcc-internal-format, gfc-internal-format
77615 msgid "Non-numeric character in statement label at %C"
77616 msgstr ""
77618 #: fortran/parse.cc:1330 fortran/parse.cc:1579
77619 #, gcc-internal-format, gfc-internal-format
77620 msgid "Semicolon at %C needs to be preceded by statement"
77621 msgstr ""
77623 #: fortran/parse.cc:1337 fortran/parse.cc:1594
77624 #, gcc-internal-format, gfc-internal-format
77625 msgid "Statement label without statement at %L"
77626 msgstr ""
77628 #: fortran/parse.cc:1400 fortran/parse.cc:1581
77629 #, gcc-internal-format, gfc-internal-format
77630 msgid "Fortran 2008: Semicolon at %C without preceding statement"
77631 msgstr ""
77633 #: fortran/parse.cc:1423 fortran/parse.cc:1557
77634 #, gcc-internal-format, gfc-internal-format
77635 msgid "Bad continuation line at %C"
77636 msgstr ""
77638 #: fortran/parse.cc:1868
77639 #, gcc-internal-format, gfc-internal-format
77640 msgid "FORMAT statement at %L does not have a statement label"
77641 msgstr ""
77643 #: fortran/parse.cc:2773
77644 #, gcc-internal-format
77645 msgid "gfc_ascii_statement(): Bad statement code"
77646 msgstr ""
77648 #: fortran/parse.cc:2917
77649 #, gcc-internal-format, gfc-internal-format
77650 msgid "Unexpected %s statement at %C"
77651 msgstr ""
77653 #: fortran/parse.cc:3072
77654 #, gcc-internal-format, gfc-internal-format
77655 msgid "%s statement at %C cannot follow %s statement at %L"
77656 msgstr ""
77658 #: fortran/parse.cc:3089
77659 #, gcc-internal-format
77660 msgid "Unexpected end of file in %qs"
77661 msgstr ""
77663 #: fortran/parse.cc:3124
77664 #, gcc-internal-format
77665 msgid "Derived-type %qs with SEQUENCE must not have a CONTAINS section at %C"
77666 msgstr ""
77668 #: fortran/parse.cc:3127
77669 #, gcc-internal-format
77670 msgid "Derived-type %qs with BIND(C) must not have a CONTAINS section at %C"
77671 msgstr ""
77673 #: fortran/parse.cc:3147
77674 #, gcc-internal-format, gfc-internal-format
77675 msgid "Components in TYPE at %C must precede CONTAINS"
77676 msgstr ""
77678 #: fortran/parse.cc:3151
77679 #, gcc-internal-format, gfc-internal-format
77680 msgid "Type-bound procedure at %C"
77681 msgstr ""
77683 #: fortran/parse.cc:3159
77684 #, gcc-internal-format, gfc-internal-format
77685 msgid "GENERIC binding at %C"
77686 msgstr ""
77688 #: fortran/parse.cc:3167
77689 #, gcc-internal-format, gfc-internal-format
77690 msgid "FINAL procedure declaration at %C"
77691 msgstr ""
77693 #: fortran/parse.cc:3179
77694 #, gcc-internal-format, gfc-internal-format
77695 msgid "Derived type definition at %C with empty CONTAINS section"
77696 msgstr ""
77698 #: fortran/parse.cc:3189 fortran/parse.cc:3644
77699 #, gcc-internal-format, gfc-internal-format
77700 msgid "PRIVATE statement in TYPE at %C must be inside a MODULE"
77701 msgstr ""
77703 #: fortran/parse.cc:3196
77704 #, gcc-internal-format, gfc-internal-format
77705 msgid "PRIVATE statement at %C must precede procedure bindings"
77706 msgstr ""
77708 #: fortran/parse.cc:3203 fortran/parse.cc:3657
77709 #, gcc-internal-format, gfc-internal-format
77710 msgid "Duplicate PRIVATE statement at %C"
77711 msgstr ""
77713 #: fortran/parse.cc:3213
77714 #, gcc-internal-format, gfc-internal-format
77715 msgid "SEQUENCE statement at %C must precede CONTAINS"
77716 msgstr ""
77718 #: fortran/parse.cc:3217
77719 #, gcc-internal-format, gfc-internal-format
77720 msgid "Already inside a CONTAINS block at %C"
77721 msgstr ""
77723 #: fortran/parse.cc:3336
77724 #, gcc-internal-format, gfc-internal-format
77725 msgid ""
77726 "Component %s at %L of type LOCK_TYPE must have a codimension or be a "
77727 "subcomponent of a coarray, which is not possible as the component has the "
77728 "pointer attribute"
77729 msgstr ""
77731 #: fortran/parse.cc:3342
77732 #, gcc-internal-format, gfc-internal-format
77733 msgid ""
77734 "Pointer component %s at %L has a noncoarray subcomponent of type LOCK_TYPE, "
77735 "which must have a codimension or be a subcomponent of a coarray"
77736 msgstr ""
77738 #: fortran/parse.cc:3347
77739 #, gcc-internal-format, gfc-internal-format
77740 msgid ""
77741 "Allocatable component %s at %L of type LOCK_TYPE must have a codimension"
77742 msgstr ""
77744 #: fortran/parse.cc:3351
77745 #, gcc-internal-format, gfc-internal-format
77746 msgid ""
77747 "Allocatable component %s at %L must have a codimension as it has a "
77748 "noncoarray subcomponent of type LOCK_TYPE"
77749 msgstr ""
77751 #: fortran/parse.cc:3356
77752 #, gcc-internal-format, gfc-internal-format
77753 msgid ""
77754 "Noncoarray component %s at %L of type LOCK_TYPE or with subcomponent of type "
77755 "LOCK_TYPE must have a codimension or be a subcomponent of a coarray. "
77756 "(Variables of type %s may not have a codimension as already a coarray "
77757 "subcomponent exists)"
77758 msgstr ""
77760 #: fortran/parse.cc:3363
77761 #, gcc-internal-format, gfc-internal-format
77762 msgid ""
77763 "Noncoarray component %s at %L of type LOCK_TYPE or with subcomponent of type "
77764 "LOCK_TYPE must have a codimension or be a subcomponent of a coarray. "
77765 "(Variables of type %s may not have a codimension as %s at %L has a "
77766 "codimension or a coarray subcomponent)"
77767 msgstr ""
77769 #: fortran/parse.cc:3373
77770 #, gcc-internal-format, gfc-internal-format
77771 msgid ""
77772 "Component %s at %L of type EVENT_TYPE must have a codimension or be a "
77773 "subcomponent of a coarray, which is not possible as the component has the "
77774 "pointer attribute"
77775 msgstr ""
77777 #: fortran/parse.cc:3379
77778 #, gcc-internal-format, gfc-internal-format
77779 msgid ""
77780 "Pointer component %s at %L has a noncoarray subcomponent of type EVENT_TYPE, "
77781 "which must have a codimension or be a subcomponent of a coarray"
77782 msgstr ""
77784 #: fortran/parse.cc:3384
77785 #, gcc-internal-format, gfc-internal-format
77786 msgid ""
77787 "Allocatable component %s at %L of type EVENT_TYPE must have a codimension"
77788 msgstr ""
77790 #: fortran/parse.cc:3388
77791 #, gcc-internal-format, gfc-internal-format
77792 msgid ""
77793 "Allocatable component %s at %L must have a codimension as it has a "
77794 "noncoarray subcomponent of type EVENT_TYPE"
77795 msgstr ""
77797 #: fortran/parse.cc:3393
77798 #, gcc-internal-format, gfc-internal-format
77799 msgid ""
77800 "Noncoarray component %s at %L of type EVENT_TYPE or with subcomponent of "
77801 "type EVENT_TYPE must have a codimension or be a subcomponent of a coarray. "
77802 "(Variables of type %s may not have a codimension as already a coarray "
77803 "subcomponent exists)"
77804 msgstr ""
77806 #: fortran/parse.cc:3400
77807 #, gcc-internal-format, gfc-internal-format
77808 msgid ""
77809 "Noncoarray component %s at %L of type EVENT_TYPE or with subcomponent of "
77810 "type EVENT_TYPE must have a codimension or be a subcomponent of a coarray. "
77811 "(Variables of type %s may not have a codimension as %s at %L has a "
77812 "codimension or a coarray subcomponent)"
77813 msgstr ""
77815 #: fortran/parse.cc:3452
77816 #, gcc-internal-format, gfc-internal-format
77817 msgid "failed to create map component '%s'"
77818 msgstr ""
77820 #: fortran/parse.cc:3485
77821 #, gcc-internal-format, gfc-internal-format
77822 msgid "failed to create union component '%s'"
77823 msgstr ""
77825 #: fortran/parse.cc:3540
77826 #, gcc-internal-format, gfc-internal-format
77827 msgid "Syntax error in nested structure declaration at %C"
77828 msgstr ""
77830 #: fortran/parse.cc:3627
77831 #, gcc-internal-format, gfc-internal-format
77832 msgid "FINAL declaration at %C must be inside CONTAINS"
77833 msgstr ""
77835 #: fortran/parse.cc:3635
77836 #, gcc-internal-format, gfc-internal-format
77837 msgid "Derived type definition at %C without components"
77838 msgstr ""
77840 #: fortran/parse.cc:3651
77841 #, gcc-internal-format, gfc-internal-format
77842 msgid "PRIVATE statement at %C must precede structure components"
77843 msgstr ""
77845 #: fortran/parse.cc:3668
77846 #, gcc-internal-format, gfc-internal-format
77847 msgid "SEQUENCE statement at %C must precede structure components"
77848 msgstr ""
77850 #: fortran/parse.cc:3674
77851 #, gcc-internal-format, gfc-internal-format
77852 msgid "SEQUENCE attribute at %C already specified in TYPE statement"
77853 msgstr ""
77855 #: fortran/parse.cc:3679
77856 #, gcc-internal-format, gfc-internal-format
77857 msgid "Duplicate SEQUENCE statement at %C"
77858 msgstr ""
77860 #: fortran/parse.cc:3689
77861 #, gcc-internal-format, gfc-internal-format
77862 msgid "CONTAINS block in derived type definition at %C"
77863 msgstr ""
77865 #: fortran/parse.cc:3747
77866 #, gcc-internal-format, gfc-internal-format
77867 msgid "ENUM declaration at %C has no ENUMERATORS"
77868 msgstr ""
77870 #: fortran/parse.cc:3834
77871 #, gcc-internal-format, gfc-internal-format
77872 msgid "Unexpected %s statement in INTERFACE block at %C"
77873 msgstr ""
77875 #: fortran/parse.cc:3858
77876 #, gcc-internal-format
77877 msgid ""
77878 "Name %qs of ABSTRACT INTERFACE at %C cannot be the same as an intrinsic type"
77879 msgstr ""
77881 #: fortran/parse.cc:3892
77882 #, gcc-internal-format, gfc-internal-format
77883 msgid "Unexpected %s statement at %C in INTERFACE body"
77884 msgstr ""
77886 #: fortran/parse.cc:3910
77887 #, gcc-internal-format
77888 msgid ""
77889 "INTERFACE procedure %qs at %L has the same name as the enclosing procedure"
77890 msgstr ""
77892 #: fortran/parse.cc:4049
77893 #, gcc-internal-format, gfc-internal-format
77894 msgid "%s statement is not allowed inside of BLOCK at %C"
77895 msgstr ""
77897 #: fortran/parse.cc:4081
77898 #, gcc-internal-format, gfc-internal-format
77899 msgid "%s statement is not allowed inside of BLOCK DATA at %C"
77900 msgstr ""
77902 #: fortran/parse.cc:4165
77903 #, gcc-internal-format, gfc-internal-format
77904 msgid "%s statement must appear in a MODULE"
77905 msgstr ""
77907 #: fortran/parse.cc:4173
77908 #, gcc-internal-format, gfc-internal-format
77909 msgid "%s statement at %C follows another accessibility specification"
77910 msgstr ""
77912 #: fortran/parse.cc:4225
77913 #, gcc-internal-format
77914 msgid "Bad kind expression for function %qs at %L"
77915 msgstr ""
77917 #: fortran/parse.cc:4229
77918 #, gcc-internal-format
77919 msgid "The type for function %qs at %L is not accessible"
77920 msgstr ""
77922 #: fortran/parse.cc:4289
77923 #, gcc-internal-format, gfc-internal-format
77924 msgid "ELSEWHERE statement at %C follows previous unmasked ELSEWHERE"
77925 msgstr ""
77927 #: fortran/parse.cc:4311
77928 #, gcc-internal-format, gfc-internal-format
77929 msgid "Unexpected %s statement in WHERE block at %C"
77930 msgstr ""
77932 #: fortran/parse.cc:4370
77933 #, gcc-internal-format, gfc-internal-format
77934 msgid "Unexpected %s statement in FORALL block at %C"
77935 msgstr ""
77937 #: fortran/parse.cc:4421
77938 #, gcc-internal-format, gfc-internal-format
77939 msgid "ELSE IF statement at %C cannot follow ELSE statement at %L"
77940 msgstr ""
77942 #: fortran/parse.cc:4439
77943 #, gcc-internal-format, gfc-internal-format
77944 msgid "Duplicate ELSE statements at %L and %C"
77945 msgstr ""
77947 #: fortran/parse.cc:4500
77948 #, gcc-internal-format, gfc-internal-format
77949 msgid "Expected a CASE or END SELECT statement following SELECT CASE at %C"
77950 msgstr ""
77952 #: fortran/parse.cc:4584
77953 #, gcc-internal-format, gfc-internal-format
77954 msgid ""
77955 "Expected TYPE IS, CLASS IS or END SELECT statement following SELECT TYPE at "
77956 "%C"
77957 msgstr ""
77959 #: fortran/parse.cc:4660
77960 #, gcc-internal-format, gfc-internal-format
77961 msgid "Expected RANK or RANK DEFAULT following SELECT RANK at %C"
77962 msgstr ""
77964 #: fortran/parse.cc:4724
77965 #, gcc-internal-format
77966 msgid "Variable %qs at %C cannot be redefined inside loop beginning at %L"
77967 msgstr ""
77969 #: fortran/parse.cc:4757
77970 #, gcc-internal-format, gfc-internal-format
77971 msgid "End of nonblock DO statement at %C is within another block"
77972 msgstr ""
77974 #: fortran/parse.cc:4767
77975 #, gcc-internal-format, gfc-internal-format
77976 msgid "End of nonblock DO statement at %C is interwoven with another DO loop"
77977 msgstr ""
77979 #: fortran/parse.cc:4793
77980 #, gcc-internal-format, gfc-internal-format
77981 msgid "CRITICAL block inside of OpenACC region at %C"
77982 msgstr ""
77984 #: fortran/parse.cc:4794
77985 #, gcc-internal-format, gfc-internal-format
77986 msgid "CRITICAL block inside of OpenMP region at %C"
77987 msgstr ""
77989 #: fortran/parse.cc:4820
77990 #, gcc-internal-format, gfc-internal-format
77991 msgid "Statement label in END CRITICAL at %C does not match CRITICAL label"
77992 msgstr ""
77994 #: fortran/parse.cc:4889 fortran/parse.cc:5640
77995 #, gcc-internal-format, gfc-internal-format
77996 msgid "BLOCK construct at %C"
77997 msgstr ""
77999 #: fortran/parse.cc:4923
78000 #, gcc-internal-format, gfc-internal-format
78001 msgid "ASSOCIATE construct at %C"
78002 msgstr ""
78004 #: fortran/parse.cc:5144
78005 #, gcc-internal-format, gfc-internal-format
78006 msgid "Statement label in ENDDO at %C doesn't match DO label"
78007 msgstr ""
78009 #: fortran/parse.cc:5160
78010 #, gcc-internal-format, gfc-internal-format
78011 msgid "Named block DO at %L requires matching ENDDO name"
78012 msgstr ""
78014 #: fortran/parse.cc:5317 fortran/parse.cc:5762 fortran/parse.cc:5780
78015 #, gcc-internal-format, gfc-internal-format
78016 msgid "Duplicated NOWAIT clause on %s and %s at %C"
78017 msgstr ""
78019 #: fortran/parse.cc:5418 fortran/parse.cc:5480
78020 #, gcc-internal-format, gfc-internal-format
78021 msgid "OpenACC directive inside of CRITICAL block at %C"
78022 msgstr ""
78024 #: fortran/parse.cc:5455
78025 #, gcc-internal-format, gfc-internal-format
78026 msgid "Expecting %s at %C"
78027 msgstr ""
78029 #: fortran/parse.cc:5499
78030 #, gcc-internal-format, gfc-internal-format
78031 msgid "Expected DO loop at %C"
78032 msgstr ""
78034 #: fortran/parse.cc:5519
78035 #, gcc-internal-format, gfc-internal-format
78036 msgid "Redundant !$ACC END LOOP at %C"
78037 msgstr ""
78039 #: fortran/parse.cc:5773
78040 #, gcc-internal-format, gfc-internal-format
78041 msgid "Name after !$omp critical and !$omp end critical does not match at %C"
78042 msgstr ""
78044 #: fortran/parse.cc:5847
78045 #, gcc-internal-format, gfc-internal-format
78046 msgid "%s statement at %C cannot terminate a non-block DO loop"
78047 msgstr ""
78049 #: fortran/parse.cc:5861
78050 #, gcc-internal-format, gfc-internal-format
78051 msgid "DATA statement at %C after the first executable statement"
78052 msgstr ""
78054 #: fortran/parse.cc:6012
78055 #, gcc-internal-format
78056 msgid "%<GCC unroll%> directive not at the start of a loop at %C"
78057 msgstr ""
78059 #: fortran/parse.cc:6015
78060 #, gcc-internal-format
78061 msgid "%<GCC ivdep%> directive not at the start of a loop at %C"
78062 msgstr ""
78064 #: fortran/parse.cc:6018
78065 #, gcc-internal-format
78066 msgid "%<GCC vector%> directive not at the start of a loop at %C"
78067 msgstr ""
78069 #: fortran/parse.cc:6021
78070 #, gcc-internal-format
78071 msgid "%<GCC novector%> directive not at the start of a loop at %C"
78072 msgstr ""
78074 #: fortran/parse.cc:6137
78075 #, gcc-internal-format
78076 msgid "Contained procedure %qs at %C is already ambiguous"
78077 msgstr ""
78079 #: fortran/parse.cc:6194
78080 #, gcc-internal-format, gfc-internal-format
78081 msgid "Unexpected %s statement in CONTAINS section at %C"
78082 msgstr ""
78084 #: fortran/parse.cc:6219
78085 #, gcc-internal-format, gfc-internal-format
78086 msgid "CONTAINS statement without FUNCTION or SUBROUTINE statement at %L"
78087 msgstr ""
78089 #: fortran/parse.cc:6333
78090 #, gcc-internal-format, gfc-internal-format
78091 msgid "CONTAINS statement at %C is already in a contained program unit"
78092 msgstr ""
78094 #: fortran/parse.cc:6385
78095 #, gcc-internal-format
78096 msgid "Global binding name %qs at %L is already being used as a %s at %L"
78097 msgstr ""
78099 #: fortran/parse.cc:6389
78100 #, gcc-internal-format
78101 msgid "Global name %qs at %L is already being used as a %s at %L"
78102 msgstr ""
78104 #: fortran/parse.cc:6395
78105 #, gcc-internal-format
78106 msgid "Global binding name %qs at %L is already being used at %L"
78107 msgstr ""
78109 #: fortran/parse.cc:6398
78110 #, gcc-internal-format
78111 msgid "Global name %qs at %L is already being used at %L"
78112 msgstr ""
78114 #: fortran/parse.cc:6420
78115 #, gcc-internal-format, gfc-internal-format
78116 msgid "Blank BLOCK DATA at %C conflicts with prior BLOCK DATA at %L"
78117 msgstr ""
78119 #: fortran/parse.cc:6446
78120 #, gcc-internal-format, gfc-internal-format
78121 msgid "Unexpected %s statement in BLOCK DATA at %C"
78122 msgstr ""
78124 #: fortran/parse.cc:6549
78125 #, gcc-internal-format, gfc-internal-format
78126 msgid "Unexpected %s statement in MODULE at %C"
78127 msgstr ""
78129 #. If we see a duplicate main program, shut down.  If the second
78130 #. instance is an implied main program, i.e. data decls or executable
78131 #. statements, we're in for lots of errors.
78132 #: fortran/parse.cc:7042
78133 #, gcc-internal-format, gfc-internal-format
78134 msgid "Two main PROGRAMs at %L and %C"
78135 msgstr ""
78137 #: fortran/primary.cc:103
78138 #, gcc-internal-format, gfc-internal-format
78139 msgid "Missing kind-parameter at %C"
78140 msgstr ""
78142 #: fortran/primary.cc:136
78143 #, gcc-internal-format
78144 msgid "gfc_check_digit(): bad radix"
78145 msgstr ""
78147 #: fortran/primary.cc:279
78148 #, gcc-internal-format, gfc-internal-format
78149 msgid "Integer kind %d at %C not available"
78150 msgstr ""
78152 #: fortran/primary.cc:288
78153 #, gcc-internal-format
78154 msgid ""
78155 "Integer too big for its kind at %C. This check can be disabled with the "
78156 "option %<-fno-range-check%>"
78157 msgstr ""
78159 #: fortran/primary.cc:316
78160 #, gcc-internal-format, gfc-internal-format
78161 msgid "Hollerith constant at %C"
78162 msgstr ""
78164 #: fortran/primary.cc:323
78165 #, gcc-internal-format, gfc-internal-format
78166 msgid "Invalid Hollerith constant: %L must contain at least one character"
78167 msgstr ""
78169 #: fortran/primary.cc:329
78170 #, gcc-internal-format, gfc-internal-format
78171 msgid "Invalid Hollerith constant: Integer kind at %L should be default"
78172 msgstr ""
78174 #: fortran/primary.cc:349
78175 #, gcc-internal-format, gfc-internal-format
78176 msgid "Invalid Hollerith constant at %L contains a wide character"
78177 msgstr ""
78179 #: fortran/primary.cc:435
78180 #, gcc-internal-format, gfc-internal-format
78181 msgid "Hexadecimal constant at %L uses nonstandard X instead of Z"
78182 msgstr ""
78184 #: fortran/primary.cc:444
78185 #, gcc-internal-format, gfc-internal-format
78186 msgid "Empty set of digits in BOZ constant at %C"
78187 msgstr ""
78189 #: fortran/primary.cc:450
78190 #, gcc-internal-format, gfc-internal-format
78191 msgid "Illegal character in BOZ constant at %C"
78192 msgstr ""
78194 #: fortran/primary.cc:473
78195 #, gcc-internal-format, gfc-internal-format
78196 msgid "BOZ constant at %C uses nonstandard postfix syntax"
78197 msgstr ""
78199 #: fortran/primary.cc:498
78200 #, gcc-internal-format, gfc-internal-format
78201 msgid "BOZ used outside a DATA statement at %L"
78202 msgstr ""
78204 #: fortran/primary.cc:589
78205 #, gcc-internal-format
78206 msgid "exponent-letter %<q%> in real-literal-constant at %C"
78207 msgstr ""
78209 #: fortran/primary.cc:594
78210 #, gcc-internal-format
78211 msgid "Extension: exponent-letter %<q%> in real-literal-constant at %C"
78212 msgstr ""
78214 #: fortran/primary.cc:615
78215 #, gcc-internal-format, gfc-internal-format
78216 msgid "Missing exponent in real number at %C"
78217 msgstr ""
78219 #: fortran/primary.cc:693
78220 #, gcc-internal-format
78221 msgid "Real number at %C has a %<d%> exponent and an explicit kind"
78222 msgstr ""
78224 #: fortran/primary.cc:703
78225 #, gcc-internal-format
78226 msgid "Real number at %C has a %<q%> exponent and an explicit kind"
78227 msgstr ""
78229 #: fortran/primary.cc:717
78230 #, gcc-internal-format
78231 msgid "Invalid exponent-letter %<q%> in real-literal-constant at %C"
78232 msgstr ""
78234 #: fortran/primary.cc:730
78235 #, gcc-internal-format, gfc-internal-format
78236 msgid "Invalid real kind %d at %C"
78237 msgstr ""
78239 #: fortran/primary.cc:745
78240 #, gcc-internal-format, gfc-internal-format
78241 msgid "Real constant overflows its kind at %C"
78242 msgstr ""
78244 #: fortran/primary.cc:750
78245 #, gcc-internal-format, gfc-internal-format
78246 msgid "Real constant underflows its kind at %C"
78247 msgstr ""
78249 #: fortran/primary.cc:755
78250 #, gcc-internal-format
78251 msgid "gfc_range_check() returned bad value"
78252 msgstr ""
78254 #: fortran/primary.cc:803
78255 #, gcc-internal-format
78256 msgid "Non-significant digits in %qs number at %C, maybe incorrect KIND"
78257 msgstr ""
78259 #: fortran/primary.cc:895
78260 #, gcc-internal-format, gfc-internal-format
78261 msgid "Syntax error in SUBSTRING specification at %C"
78262 msgstr ""
78264 #: fortran/primary.cc:1095
78265 #, gcc-internal-format, gfc-internal-format
78266 msgid "Invalid kind %d for CHARACTER constant at %C"
78267 msgstr ""
78269 #: fortran/primary.cc:1116
78270 #, gcc-internal-format, gfc-internal-format
78271 msgid "Unterminated character constant beginning at %C"
78272 msgstr ""
78274 #: fortran/primary.cc:1146
78275 #, gcc-internal-format
78276 msgid "Character %qs in string at %C is not representable in character kind %d"
78277 msgstr ""
78279 #: fortran/primary.cc:1159
78280 #, gcc-internal-format
78281 msgid "match_string_constant(): Delimiter not found"
78282 msgstr ""
78284 #: fortran/primary.cc:1193
78285 #, gcc-internal-format, gfc-internal-format
78286 msgid "Substring start index (%ld) at %L below 1"
78287 msgstr ""
78289 #: fortran/primary.cc:1199
78290 #, gcc-internal-format, gfc-internal-format
78291 msgid "Substring end index (%ld) at %L exceeds string length"
78292 msgstr ""
78294 #: fortran/primary.cc:1284
78295 #, gcc-internal-format, gfc-internal-format
78296 msgid "Bad kind for logical constant at %C"
78297 msgstr ""
78299 #: fortran/primary.cc:1328
78300 #, gcc-internal-format, gfc-internal-format
78301 msgid "Expected PARAMETER symbol in complex constant at %C"
78302 msgstr ""
78304 #: fortran/primary.cc:1339
78305 #, gcc-internal-format, gfc-internal-format
78306 msgid "Numeric PARAMETER required in complex constant at %C"
78307 msgstr ""
78309 #: fortran/primary.cc:1345
78310 #, gcc-internal-format, gfc-internal-format
78311 msgid "Scalar PARAMETER required in complex constant at %C"
78312 msgstr ""
78314 #: fortran/primary.cc:1349
78315 #, gcc-internal-format, gfc-internal-format
78316 msgid "PARAMETER symbol in complex constant at %C"
78317 msgstr ""
78319 #: fortran/primary.cc:1372
78320 #, gcc-internal-format
78321 msgid "gfc_match_sym_complex_part(): Bad type"
78322 msgstr ""
78324 #: fortran/primary.cc:1379
78325 #, gcc-internal-format, gfc-internal-format
78326 msgid "Error converting PARAMETER constant in complex constant at %C"
78327 msgstr ""
78329 #: fortran/primary.cc:1511
78330 #, gcc-internal-format, gfc-internal-format
78331 msgid "Syntax error in COMPLEX constant at %C"
78332 msgstr ""
78334 #: fortran/primary.cc:1638
78335 #, gcc-internal-format
78336 msgid "Namelist %qs cannot be an argument at %L"
78337 msgstr ""
78339 #: fortran/primary.cc:1740
78340 #, gcc-internal-format
78341 msgid "Keyword %qs at %C has already appeared in the current argument list"
78342 msgstr ""
78344 #: fortran/primary.cc:1807
78345 #, gcc-internal-format, gfc-internal-format
78346 msgid "argument list function at %C"
78347 msgstr ""
78349 #: fortran/primary.cc:1881
78350 #, gcc-internal-format, gfc-internal-format
78351 msgid "Expected alternate return label at %C"
78352 msgstr ""
78354 #: fortran/primary.cc:1928
78355 #, gcc-internal-format, gfc-internal-format
78356 msgid "Missing keyword name in actual argument list at %C"
78357 msgstr ""
78359 #: fortran/primary.cc:1974
78360 #, gcc-internal-format, gfc-internal-format
78361 msgid "Syntax error in argument list at %C"
78362 msgstr ""
78364 #: fortran/primary.cc:1995
78365 #, gcc-internal-format
78366 msgid "extend_ref(): Bad tail"
78367 msgstr ""
78369 #: fortran/primary.cc:2073
78370 #, gcc-internal-format
78371 msgid ""
78372 "Array section designator, e.g. %<(:)%>, is required besides the coarray "
78373 "designator %<[...]%> at %C"
78374 msgstr ""
78376 #: fortran/primary.cc:2081
78377 #, gcc-internal-format
78378 msgid "Coarray designator at %C but %qs is not a coarray"
78379 msgstr ""
78381 #: fortran/primary.cc:2233
78382 #, gcc-internal-format
78383 msgid "Symbol %qs at %C has no IMPLICIT type"
78384 msgstr ""
78386 #: fortran/primary.cc:2240
78387 #, gcc-internal-format
78388 msgid "Unexpected %<%c%> for nonderived-type variable %qs at %C"
78389 msgstr ""
78391 #: fortran/primary.cc:2261
78392 #, gcc-internal-format, gfc-internal-format
78393 msgid "Expected structure component name at %C"
78394 msgstr ""
78396 #: fortran/primary.cc:2281 fortran/primary.cc:2423
78397 #, gcc-internal-format, gfc-internal-format
78398 msgid "RE or IM part_ref at %C"
78399 msgstr ""
78401 #: fortran/primary.cc:2300 fortran/primary.cc:2428
78402 #, gcc-internal-format, gfc-internal-format
78403 msgid "The RE or IM part_ref at %C must be applied to a COMPLEX expression"
78404 msgstr ""
78406 #: fortran/primary.cc:2307 fortran/primary.cc:2441
78407 #, gcc-internal-format, gfc-internal-format
78408 msgid "The LEN part_ref at %C must be applied to a CHARACTER expression"
78409 msgstr ""
78411 #: fortran/primary.cc:2366
78412 #, gcc-internal-format, gfc-internal-format
78413 msgid "Expected argument list at %C"
78414 msgstr ""
78416 #: fortran/primary.cc:2384
78417 #, gcc-internal-format
78418 msgid ""
78419 "%qs at %C is not an inquiry reference to an intrinsic type component %qs"
78420 msgstr ""
78422 #: fortran/primary.cc:2387
78423 #, gcc-internal-format
78424 msgid "%qs at %C is not an inquiry reference to an intrinsic type component"
78425 msgstr ""
78427 #: fortran/primary.cc:2457
78428 #, gcc-internal-format, gfc-internal-format
78429 msgid ""
78430 "The KIND part_ref at %C must be applied to an expression of intrinsic type"
78431 msgstr ""
78433 #: fortran/primary.cc:2485
78434 #, gcc-internal-format
78435 msgid "Procedure pointer component %qs requires an argument list at %C"
78436 msgstr ""
78438 #: fortran/primary.cc:2588
78439 #, gcc-internal-format, gfc-internal-format
78440 msgid "Nonpolymorphic reference to abstract type at %C"
78441 msgstr ""
78443 #: fortran/primary.cc:2595
78444 #, gcc-internal-format, gfc-internal-format
78445 msgid "Coindexed procedure-pointer component at %C"
78446 msgstr ""
78448 #: fortran/primary.cc:2631
78449 #, gcc-internal-format
78450 msgid "gfc_variable_attr(): Expression isn't a variable"
78451 msgstr ""
78453 #: fortran/primary.cc:2821
78454 #, gcc-internal-format
78455 msgid "gfc_caf_attr(): Expression isn't a variable"
78456 msgstr ""
78458 #: fortran/primary.cc:2878
78459 #, gcc-internal-format
78460 msgid "gfc_caf_attr(): Bad array reference"
78461 msgstr ""
78463 #: fortran/primary.cc:3057
78464 #, gcc-internal-format
78465 msgid ""
78466 "No initializer for allocatable component %qs given in the structure "
78467 "constructor at %C"
78468 msgstr ""
78470 #: fortran/primary.cc:3068
78471 #, gcc-internal-format, gfc-internal-format
78472 msgid "Structure constructor with missing optional arguments at %C"
78473 msgstr ""
78475 #: fortran/primary.cc:3077
78476 #, gcc-internal-format
78477 msgid ""
78478 "No initializer for component %qs given in the structure constructor at %C"
78479 msgstr ""
78481 #: fortran/primary.cc:3125
78482 #, gcc-internal-format
78483 msgid "Cannot construct ABSTRACT type %qs at %L"
78484 msgstr ""
78486 #: fortran/primary.cc:3145
78487 #, gcc-internal-format, gfc-internal-format
78488 msgid "Structure constructor with named arguments at %C"
78489 msgstr ""
78491 #: fortran/primary.cc:3160
78492 #, gcc-internal-format, gfc-internal-format
78493 msgid "Component initializer without name after component named %s at %L"
78494 msgstr ""
78496 #: fortran/primary.cc:3165
78497 #, gcc-internal-format, gfc-internal-format
78498 msgid "Too many components in structure constructor at %L"
78499 msgstr ""
78501 #: fortran/primary.cc:3223
78502 #, gcc-internal-format, gfc-internal-format
78503 msgid "CHARACTER expression will be truncated in constructor (%ld/%ld) at %L"
78504 msgstr ""
78506 #: fortran/primary.cc:3241
78507 #, gcc-internal-format
78508 msgid "Component %qs is initialized twice in the structure constructor at %L"
78509 msgstr ""
78511 #: fortran/primary.cc:3253
78512 #, gcc-internal-format
78513 msgid ""
78514 "Coindexed expression to pointer component %qs in structure constructor at %L"
78515 msgstr ""
78517 #: fortran/primary.cc:3307
78518 #, gcc-internal-format
78519 msgid ""
78520 "component %qs at %L has already been set by a parent derived type constructor"
78521 msgstr ""
78523 #: fortran/primary.cc:3472
78524 #, gcc-internal-format, gfc-internal-format
78525 msgid "%%LOC() as an rvalue at %C"
78526 msgstr ""
78528 #: fortran/primary.cc:3531
78529 #, gcc-internal-format
78530 msgid ""
78531 "%qs at %C is the name of a recursive function and so refers to the result "
78532 "variable. Use an explicit RESULT variable for direct recursion (12.5.2.1)"
78533 msgstr ""
78535 #: fortran/primary.cc:3562 fortran/primary.cc:3964
78536 #, gcc-internal-format, gfc-internal-format
78537 msgid "Symbol at %C is not appropriate for an expression"
78538 msgstr ""
78540 #: fortran/primary.cc:3667
78541 #, gcc-internal-format
78542 msgid "Unexpected use of subroutine name %qs at %C"
78543 msgstr ""
78545 #: fortran/primary.cc:3699
78546 #, gcc-internal-format
78547 msgid "Statement function %qs requires argument list at %C"
78548 msgstr ""
78550 #: fortran/primary.cc:3702
78551 #, gcc-internal-format
78552 msgid "Function %qs requires an argument list at %C"
78553 msgstr ""
78555 #: fortran/primary.cc:3752
78556 #, gcc-internal-format
78557 msgid "Missing argument to %qs at %C"
78558 msgstr ""
78560 #: fortran/primary.cc:3765
78561 #, gcc-internal-format, gfc-internal-format
78562 msgid ""
78563 "The leftmost part-ref in a data-ref cannot be a function reference at %C"
78564 msgstr ""
78566 #: fortran/primary.cc:3920
78567 #, gcc-internal-format
78568 msgid "Missing argument list in function %qs at %C"
78569 msgstr ""
78571 #: fortran/primary.cc:4034
78572 #, gcc-internal-format
78573 msgid "Derived type %qs cannot be used as a variable at %C"
78574 msgstr ""
78576 #: fortran/primary.cc:4075
78577 #, gcc-internal-format, gfc-internal-format
78578 msgid "Named constant at %C in an EQUIVALENCE"
78579 msgstr ""
78581 #: fortran/primary.cc:4080
78582 #, gcc-internal-format
78583 msgid "PARAMETER %qs shall not appear in a DATA statement at %C"
78584 msgstr ""
78586 #: fortran/primary.cc:4116
78587 #, gcc-internal-format
78588 msgid "%qs at %C is not a variable"
78589 msgstr ""
78591 #: fortran/resolve.cc:123
78592 #, gcc-internal-format
78593 msgid "%qs at %L is of the ABSTRACT type %qs"
78594 msgstr ""
78596 #: fortran/resolve.cc:126
78597 #, gcc-internal-format
78598 msgid "ABSTRACT type %qs used at %L"
78599 msgstr ""
78601 #: fortran/resolve.cc:143
78602 #, gcc-internal-format
78603 msgid "Interface %qs at %L is declared in a later PROCEDURE statement"
78604 msgstr ""
78606 #: fortran/resolve.cc:156
78607 #, gcc-internal-format
78608 msgid "Interface %qs at %L may not be generic"
78609 msgstr ""
78611 #: fortran/resolve.cc:163
78612 #, gcc-internal-format
78613 msgid "Interface %qs at %L may not be a statement function"
78614 msgstr ""
78616 #: fortran/resolve.cc:172
78617 #, gcc-internal-format
78618 msgid "Intrinsic procedure %qs not allowed in PROCEDURE statement at %L"
78619 msgstr ""
78621 #: fortran/resolve.cc:178
78622 #, gcc-internal-format
78623 msgid "Interface %qs at %L must be explicit"
78624 msgstr ""
78626 #: fortran/resolve.cc:200
78627 #, gcc-internal-format
78628 msgid "PROCEDURE %qs at %L may not be used as its own interface"
78629 msgstr ""
78631 #: fortran/resolve.cc:300
78632 #, gcc-internal-format
78633 msgid ""
78634 "Alternate return specifier in elemental subroutine %qs at %L is not allowed"
78635 msgstr ""
78637 #: fortran/resolve.cc:304
78638 #, gcc-internal-format
78639 msgid "Alternate return specifier in function %qs at %L is not allowed"
78640 msgstr ""
78642 #: fortran/resolve.cc:315
78643 #, gcc-internal-format
78644 msgid "Self-referential argument %qs at %L is not allowed"
78645 msgstr ""
78647 #: fortran/resolve.cc:387
78648 #, gcc-internal-format
78649 msgid "Dummy procedure %qs of PURE procedure at %L must also be PURE"
78650 msgstr ""
78652 #: fortran/resolve.cc:397
78653 #, gcc-internal-format
78654 msgid ""
78655 "Argument %qs of pure function %qs at %L with VALUE attribute but without "
78656 "INTENT(IN)"
78657 msgstr ""
78659 #: fortran/resolve.cc:402
78660 #, gcc-internal-format
78661 msgid "Argument %qs of pure function %qs at %L must be INTENT(IN) or VALUE"
78662 msgstr ""
78664 #: fortran/resolve.cc:410
78665 #, gcc-internal-format
78666 msgid ""
78667 "Argument %qs of pure subroutine %qs at %L with VALUE attribute but without "
78668 "INTENT"
78669 msgstr ""
78671 #: fortran/resolve.cc:415
78672 #, gcc-internal-format
78673 msgid ""
78674 "Argument %qs of pure subroutine %qs at %L must have its INTENT specified or "
78675 "have the VALUE attribute"
78676 msgstr ""
78678 #: fortran/resolve.cc:425
78679 #, gcc-internal-format
78680 msgid ""
78681 "INTENT(OUT) argument %qs of pure procedure %qs at %L may not be polymorphic"
78682 msgstr ""
78684 #: fortran/resolve.cc:458
78685 #, gcc-internal-format
78686 msgid "Coarray dummy argument %qs at %L to elemental procedure"
78687 msgstr ""
78689 #: fortran/resolve.cc:466
78690 #, gcc-internal-format
78691 msgid "Argument %qs of elemental procedure at %L must be scalar"
78692 msgstr ""
78694 #: fortran/resolve.cc:475
78695 #, gcc-internal-format
78696 msgid ""
78697 "Argument %qs of elemental procedure at %L cannot have the ALLOCATABLE "
78698 "attribute"
78699 msgstr ""
78701 #: fortran/resolve.cc:485
78702 #, gcc-internal-format
78703 msgid ""
78704 "Argument %qs of elemental procedure at %L cannot have the POINTER attribute"
78705 msgstr ""
78707 #: fortran/resolve.cc:493
78708 #, gcc-internal-format
78709 msgid "Dummy procedure %qs not allowed in elemental procedure %qs at %L"
78710 msgstr ""
78712 #: fortran/resolve.cc:502
78713 #, gcc-internal-format
78714 msgid ""
78715 "Argument %qs of elemental procedure %qs at %L must have its INTENT specified "
78716 "or have the VALUE attribute"
78717 msgstr ""
78719 #. F03:C1263 (R1238) The function-name and each dummy-arg-name
78720 #. shall be specified, explicitly or implicitly, to be scalar.
78721 #: fortran/resolve.cc:517
78722 #, gcc-internal-format
78723 msgid "Argument %qs of statement function %qs at %L must be scalar"
78724 msgstr ""
78726 #: fortran/resolve.cc:528
78727 #, gcc-internal-format
78728 msgid ""
78729 "Character-valued argument %qs of statement function at %L must have constant "
78730 "length"
78731 msgstr ""
78733 #: fortran/resolve.cc:577
78734 #, gcc-internal-format
78735 msgid ""
78736 "Contained procedure %qs at %L has the same name as its encompassing procedure"
78737 msgstr ""
78739 #: fortran/resolve.cc:597
78740 #, gcc-internal-format
78741 msgid "Contained function %qs at %L has no IMPLICIT type"
78742 msgstr ""
78744 #: fortran/resolve.cc:600
78745 #, gcc-internal-format
78746 msgid "Result %qs of contained function %qs at %L has no IMPLICIT type"
78747 msgstr ""
78749 #: fortran/resolve.cc:626
78750 #, gcc-internal-format
78751 msgid "Character-valued module procedure %qs at %L must not be assumed length"
78752 msgstr ""
78754 #: fortran/resolve.cc:628
78755 #, gcc-internal-format
78756 msgid "Character-valued internal function %qs at %L must not be assumed length"
78757 msgstr ""
78759 #: fortran/resolve.cc:800
78760 #, gcc-internal-format, gfc-internal-format
78761 msgid "Function %s at %L has entries with mismatched array specifications"
78762 msgstr ""
78764 #: fortran/resolve.cc:811
78765 #, gcc-internal-format, gfc-internal-format
78766 msgid "Function %s at %L has entry %s with mismatched characteristics"
78767 msgstr ""
78769 #: fortran/resolve.cc:826
78770 #, gcc-internal-format, gfc-internal-format
78771 msgid ""
78772 "Function %s at %L with entries returning variables of different string "
78773 "lengths"
78774 msgstr ""
78776 #: fortran/resolve.cc:853
78777 #, gcc-internal-format, gfc-internal-format
78778 msgid "FUNCTION result %s cannot be an array in FUNCTION %s at %L"
78779 msgstr ""
78781 #: fortran/resolve.cc:857
78782 #, gcc-internal-format, gfc-internal-format
78783 msgid "ENTRY result %s cannot be an array in FUNCTION %s at %L"
78784 msgstr ""
78786 #: fortran/resolve.cc:864
78787 #, gcc-internal-format, gfc-internal-format
78788 msgid "FUNCTION result %s cannot be a POINTER in FUNCTION %s at %L"
78789 msgstr ""
78791 #: fortran/resolve.cc:868
78792 #, gcc-internal-format, gfc-internal-format
78793 msgid "ENTRY result %s cannot be a POINTER in FUNCTION %s at %L"
78794 msgstr ""
78796 #: fortran/resolve.cc:906
78797 #, gcc-internal-format, gfc-internal-format
78798 msgid "FUNCTION result %s cannot be of type %s in FUNCTION %s at %L"
78799 msgstr ""
78801 #: fortran/resolve.cc:911
78802 #, gcc-internal-format, gfc-internal-format
78803 msgid "ENTRY result %s cannot be of type %s in FUNCTION %s at %L"
78804 msgstr ""
78806 #: fortran/resolve.cc:958
78807 #, gcc-internal-format
78808 msgid "Global entity %qs at %L cannot appear in a COMMON block at %L"
78809 msgstr ""
78811 #: fortran/resolve.cc:962
78812 #, gcc-internal-format
78813 msgid "Global entity %qs at %L cannot appear in a COMMON block"
78814 msgstr ""
78816 #: fortran/resolve.cc:972
78817 #, gcc-internal-format, gfc-internal-format
78818 msgid "COMMON block at %L"
78819 msgstr ""
78821 #: fortran/resolve.cc:979
78822 #, gcc-internal-format
78823 msgid ""
78824 "Variable %qs at %L is in COMMON but only in BLOCK DATA initialization is "
78825 "allowed"
78826 msgstr ""
78828 #: fortran/resolve.cc:983
78829 #, gcc-internal-format
78830 msgid ""
78831 "Initialized variable %qs at %L is in a blank COMMON but initialization is "
78832 "only allowed in named common blocks"
78833 msgstr ""
78835 #: fortran/resolve.cc:990
78836 #, gcc-internal-format
78837 msgid "%qs at %L cannot appear in COMMON [F2008:C5100]"
78838 msgstr ""
78840 #: fortran/resolve.cc:998
78841 #, gcc-internal-format
78842 msgid ""
78843 "Derived type variable %qs in COMMON at %L has neither the SEQUENCE nor the "
78844 "BIND(C) attribute"
78845 msgstr ""
78847 #: fortran/resolve.cc:1002
78848 #, gcc-internal-format
78849 msgid ""
78850 "Derived type variable %qs in COMMON at %L has an ultimate component that is "
78851 "allocatable"
78852 msgstr ""
78854 #: fortran/resolve.cc:1006
78855 #, gcc-internal-format
78856 msgid ""
78857 "Derived type variable %qs in COMMON at %L may not have default initializer"
78858 msgstr ""
78860 #: fortran/resolve.cc:1050
78861 #, gcc-internal-format
78862 msgid ""
78863 "In Fortran 2003 COMMON %qs block at %L is a global identifier and must thus "
78864 "have the same binding name as the same-named COMMON block at %L: %s vs %s"
78865 msgstr ""
78867 #: fortran/resolve.cc:1064
78868 #, gcc-internal-format
78869 msgid "COMMON block %qs at %L uses the same global identifier as entity at %L"
78870 msgstr ""
78872 #: fortran/resolve.cc:1072
78873 #, gcc-internal-format
78874 msgid ""
78875 "Fortran 2008: COMMON block %qs with binding label at %L sharing the "
78876 "identifier with global non-COMMON-block entity at %L"
78877 msgstr ""
78879 #: fortran/resolve.cc:1094
78880 #, gcc-internal-format
78881 msgid ""
78882 "COMMON block at %L with binding label %qs uses the same global identifier as "
78883 "entity at %L"
78884 msgstr ""
78886 #: fortran/resolve.cc:1115
78887 #, gcc-internal-format
78888 msgid "COMMON block %qs at %L is used as PARAMETER at %L"
78889 msgstr ""
78891 #: fortran/resolve.cc:1119
78892 #, gcc-internal-format
78893 msgid "COMMON block %qs at %L cannot have the EXTERNAL attribute"
78894 msgstr ""
78896 #: fortran/resolve.cc:1123
78897 #, gcc-internal-format
78898 msgid "COMMON block %qs at %L is also an intrinsic procedure"
78899 msgstr ""
78901 #: fortran/resolve.cc:1127
78902 #, gcc-internal-format
78903 msgid "COMMON block %qs at %L that is also a function result"
78904 msgstr ""
78906 #: fortran/resolve.cc:1132
78907 #, gcc-internal-format
78908 msgid "COMMON block %qs at %L that is also a global procedure"
78909 msgstr ""
78911 #: fortran/resolve.cc:1199
78912 #, gcc-internal-format
78913 msgid "The KIND parameter %qs in the PDT constructor at %C has no value"
78914 msgstr ""
78916 #: fortran/resolve.cc:1339
78917 #, gcc-internal-format, gfc-internal-format
78918 msgid ""
78919 "The rank of the element in the structure constructor at %L does not match "
78920 "that of the component (%d/%d)"
78921 msgstr ""
78923 #: fortran/resolve.cc:1360
78924 #, gcc-internal-format
78925 msgid ""
78926 "The element in the structure constructor at %L, for pointer component %qs, "
78927 "is %s but should be %s"
78928 msgstr ""
78930 #: fortran/resolve.cc:1392
78931 #, gcc-internal-format
78932 msgid ""
78933 "Unequal character lengths (%wd/%wd) for pointer component %qs in constructor "
78934 "at %L"
78935 msgstr ""
78937 #: fortran/resolve.cc:1437
78938 #, gcc-internal-format
78939 msgid ""
78940 "The NULL in the structure constructor at %L is being applied to component "
78941 "%qs, which is neither a POINTER nor ALLOCATABLE"
78942 msgstr ""
78944 #: fortran/resolve.cc:1471
78945 #, gcc-internal-format
78946 msgid ""
78947 "Interface mismatch for procedure-pointer component %qs in structure "
78948 "constructor at %L: %s"
78949 msgstr ""
78951 #: fortran/resolve.cc:1490
78952 #, gcc-internal-format
78953 msgid ""
78954 "Bad array spec of component %qs referenced in structure constructor at %L"
78955 msgstr ""
78957 #: fortran/resolve.cc:1503
78958 #, gcc-internal-format
78959 msgid ""
78960 "The shape of component %qs in the structure constructor at %L differs from "
78961 "the shape of the declared component for dimension %d (%ld/%ld)"
78962 msgstr ""
78964 #: fortran/resolve.cc:1524
78965 #, gcc-internal-format
78966 msgid ""
78967 "The element in the structure constructor at %L, for pointer component %qs "
78968 "should be a POINTER or a TARGET"
78969 msgstr ""
78971 #: fortran/resolve.cc:1553
78972 #, gcc-internal-format
78973 msgid ""
78974 "Invalid expression in the structure constructor for pointer component %qs at "
78975 "%L in PURE procedure"
78976 msgstr ""
78978 #: fortran/resolve.cc:1679
78979 #, gcc-internal-format
78980 msgid ""
78981 "The upper bound in the last dimension must appear in the reference to the "
78982 "assumed size array %qs at %L"
78983 msgstr ""
78985 #: fortran/resolve.cc:1741
78986 #, gcc-internal-format
78987 msgid "%qs at %L is ambiguous"
78988 msgstr ""
78990 #: fortran/resolve.cc:1745
78991 #, gcc-internal-format
78992 msgid "GENERIC procedure %qs is not allowed as an actual argument at %L"
78993 msgstr ""
78995 #: fortran/resolve.cc:1866
78996 #, gcc-internal-format
78997 msgid "Type specified for intrinsic function %qs at %L is ignored"
78998 msgstr ""
79000 #: fortran/resolve.cc:1879
79001 #, gcc-internal-format
79002 msgid "Intrinsic subroutine %qs at %L shall not have a type specifier"
79003 msgstr ""
79005 #: fortran/resolve.cc:1890
79006 #, gcc-internal-format
79007 msgid "%qs declared INTRINSIC at %L does not exist"
79008 msgstr ""
79010 #: fortran/resolve.cc:1903
79011 #, gcc-internal-format
79012 msgid ""
79013 "The intrinsic %qs declared INTRINSIC at %L is not available in the current "
79014 "standard settings but %s. Use an appropriate %<-std=*%> option or enable %<-"
79015 "fall-intrinsics%> in order to use it."
79016 msgstr ""
79018 #: fortran/resolve.cc:1939
79019 #, gcc-internal-format
79020 msgid ""
79021 "Non-RECURSIVE procedure %qs at %L is possibly calling itself recursively.  "
79022 "Declare it RECURSIVE or use %<-frecursive%>"
79023 msgstr ""
79025 #: fortran/resolve.cc:1997 fortran/resolve.cc:10433 fortran/resolve.cc:12407
79026 #, gcc-internal-format, gfc-internal-format
79027 msgid "Label %d referenced at %L is never defined"
79028 msgstr ""
79030 #: fortran/resolve.cc:2029
79031 #, gcc-internal-format
79032 msgid "Derived type %qs is used as an actual argument at %L"
79033 msgstr ""
79035 #: fortran/resolve.cc:2047
79036 #, gcc-internal-format
79037 msgid "Statement function %qs at %L is not allowed as an actual argument"
79038 msgstr ""
79040 #: fortran/resolve.cc:2055
79041 #, gcc-internal-format
79042 msgid "Intrinsic %qs at %L is not allowed as an actual argument"
79043 msgstr ""
79045 #: fortran/resolve.cc:2062
79046 #, gcc-internal-format
79047 msgid "Internal procedure %qs is used as actual argument at %L"
79048 msgstr ""
79050 #: fortran/resolve.cc:2070
79051 #, gcc-internal-format
79052 msgid ""
79053 "ELEMENTAL non-INTRINSIC procedure %qs is not allowed as an actual argument "
79054 "at %L"
79055 msgstr ""
79057 #: fortran/resolve.cc:2097
79058 #, gcc-internal-format
79059 msgid ""
79060 "Unable to find a specific INTRINSIC procedure for the reference %qs at %L"
79061 msgstr ""
79063 #: fortran/resolve.cc:2119
79064 #, gcc-internal-format
79065 msgid "Symbol %qs at %L is ambiguous"
79066 msgstr ""
79068 #: fortran/resolve.cc:2174
79069 #, gcc-internal-format, gfc-internal-format
79070 msgid "By-value argument at %L is not of numeric type"
79071 msgstr ""
79073 #: fortran/resolve.cc:2181
79074 #, gcc-internal-format, gfc-internal-format
79075 msgid "By-value argument at %L cannot be an array or an array section"
79076 msgstr ""
79078 #: fortran/resolve.cc:2195
79079 #, gcc-internal-format, gfc-internal-format
79080 msgid "By-value argument at %L is not allowed in this context"
79081 msgstr ""
79083 #: fortran/resolve.cc:2207
79084 #, gcc-internal-format, gfc-internal-format
79085 msgid "Passing internal procedure at %L by location not allowed"
79086 msgstr ""
79088 #: fortran/resolve.cc:2218
79089 #, gcc-internal-format
79090 msgid ""
79091 "ELEMENTAL procedure pointer component %qs is not allowed as an actual "
79092 "argument at %L"
79093 msgstr ""
79095 #: fortran/resolve.cc:2227
79096 #, gcc-internal-format, gfc-internal-format
79097 msgid "Coindexed actual argument at %L with ultimate pointer component"
79098 msgstr ""
79100 #: fortran/resolve.cc:2374
79101 #, gcc-internal-format
79102 msgid ""
79103 "%qs at %L is an array and OPTIONAL; If it is not present, then it cannot be "
79104 "the actual argument of an ELEMENTAL procedure unless there is a non-optional "
79105 "argument with the same rank (Fortran 2018, 15.5.2.12)"
79106 msgstr ""
79108 #: fortran/resolve.cc:2413
79109 #, gcc-internal-format
79110 msgid ""
79111 "Actual argument at %L for INTENT(%s) dummy %qs of ELEMENTAL subroutine %qs "
79112 "is a scalar, but another actual argument is an array"
79113 msgstr ""
79115 #: fortran/resolve.cc:2687
79116 #, gcc-internal-format
79117 msgid "Return type mismatch of function %qs at %L (%s/%s)"
79118 msgstr ""
79120 #: fortran/resolve.cc:2714
79121 #, gcc-internal-format
79122 msgid "Interface mismatch in global procedure %qs at %L: %s"
79123 msgstr ""
79125 #: fortran/resolve.cc:2820
79126 #, gcc-internal-format
79127 msgid "There is no specific function for the generic %qs at %L"
79128 msgstr ""
79130 #: fortran/resolve.cc:2840
79131 #, gcc-internal-format
79132 msgid ""
79133 "Generic function %qs at %L is not consistent with a specific intrinsic "
79134 "interface"
79135 msgstr ""
79137 #: fortran/resolve.cc:2878
79138 #, gcc-internal-format
79139 msgid "Function %qs at %L is INTRINSIC but is not compatible with an intrinsic"
79140 msgstr ""
79142 #: fortran/resolve.cc:2933
79143 #, gcc-internal-format
79144 msgid "Unable to resolve the specific function %qs at %L"
79145 msgstr ""
79147 #: fortran/resolve.cc:3010
79148 #, gcc-internal-format
79149 msgid ""
79150 "Missing explicit declaration with EXTERNAL attribute for symbol %qs at %L"
79151 msgstr ""
79153 #: fortran/resolve.cc:3042
79154 #, gcc-internal-format
79155 msgid "Function %qs at %L has no IMPLICIT type; did you mean %qs?"
79156 msgstr ""
79158 #: fortran/resolve.cc:3046 fortran/resolve.cc:17679
79159 #, gcc-internal-format
79160 msgid "Function %qs at %L has no IMPLICIT type"
79161 msgstr ""
79163 #: fortran/resolve.cc:3170
79164 #, gcc-internal-format
79165 msgid "Reference to impure function %qs at %L inside a FORALL %s"
79166 msgstr ""
79168 #: fortran/resolve.cc:3177
79169 #, gcc-internal-format
79170 msgid "Reference to impure function %qs at %L inside a DO CONCURRENT %s"
79171 msgstr ""
79173 #: fortran/resolve.cc:3184
79174 #, gcc-internal-format
79175 msgid "Reference to impure function %qs at %L within a PURE procedure"
79176 msgstr ""
79178 #: fortran/resolve.cc:3251
79179 #, gcc-internal-format
79180 msgid "Unexpected junk after %qs at %L"
79181 msgstr ""
79183 #: fortran/resolve.cc:3262
79184 #, gcc-internal-format
79185 msgid "%qs at %L is not a function"
79186 msgstr ""
79188 #: fortran/resolve.cc:3270 fortran/resolve.cc:3785
79189 #, gcc-internal-format
79190 msgid "ABSTRACT INTERFACE %qs must not be referenced at %L"
79191 msgstr ""
79193 #: fortran/resolve.cc:3282
79194 #, gcc-internal-format
79195 msgid ""
79196 "ABSTRACT INTERFACE %qs at %L must not have an assumed character length "
79197 "result (F2008: C418)"
79198 msgstr ""
79200 #. Internal procedures are taken care of in resolve_contained_fntype.
79201 #: fortran/resolve.cc:3325
79202 #, gcc-internal-format
79203 msgid ""
79204 "Function %qs is declared CHARACTER(*) and cannot be used at %L since it is "
79205 "not a dummy argument"
79206 msgstr ""
79208 #: fortran/resolve.cc:3359
79209 #, gcc-internal-format
79210 msgid "resolve_function(): bad function type"
79211 msgstr ""
79213 #: fortran/resolve.cc:3373
79214 #, gcc-internal-format, gfc-internal-format
79215 msgid ""
79216 "A BOZ literal constant at %L cannot appear as an actual argument in a "
79217 "function reference"
79218 msgstr ""
79220 #: fortran/resolve.cc:3389
79221 #, gcc-internal-format
79222 msgid ""
79223 "User defined non-ELEMENTAL function %qs at %L not allowed in WORKSHARE "
79224 "construct"
79225 msgstr ""
79227 #: fortran/resolve.cc:3451
79228 #, gcc-internal-format
79229 msgid ""
79230 "ENTRY %qs at %L cannot be called recursively, as function %qs is not "
79231 "RECURSIVE"
79232 msgstr ""
79234 #: fortran/resolve.cc:3455
79235 #, gcc-internal-format
79236 msgid "Function %qs at %L cannot be called recursively, as it is not RECURSIVE"
79237 msgstr ""
79239 #: fortran/resolve.cc:3513
79240 #, gcc-internal-format
79241 msgid "Using function %qs at %L is deprecated"
79242 msgstr ""
79244 #: fortran/resolve.cc:3529
79245 #, gcc-internal-format
79246 msgid "Subroutine call to %qs in FORALL block at %L is not PURE"
79247 msgstr ""
79249 #: fortran/resolve.cc:3535
79250 #, gcc-internal-format
79251 msgid "Subroutine call to %qs in DO CONCURRENT block at %L is not PURE"
79252 msgstr ""
79254 #: fortran/resolve.cc:3541
79255 #, gcc-internal-format
79256 msgid "Subroutine call to %qs at %L is not PURE"
79257 msgstr ""
79259 #: fortran/resolve.cc:3609
79260 #, gcc-internal-format
79261 msgid "There is no specific subroutine for the generic %qs at %L"
79262 msgstr ""
79264 #: fortran/resolve.cc:3618
79265 #, gcc-internal-format
79266 msgid ""
79267 "Generic subroutine %qs at %L is not consistent with an intrinsic subroutine "
79268 "interface"
79269 msgstr ""
79271 #: fortran/resolve.cc:3653
79272 #, gcc-internal-format
79273 msgid ""
79274 "Subroutine %qs at %L is INTRINSIC but is not compatible with an intrinsic"
79275 msgstr ""
79277 #: fortran/resolve.cc:3698
79278 #, gcc-internal-format
79279 msgid "Unable to resolve the specific subroutine %qs at %L"
79280 msgstr ""
79282 #: fortran/resolve.cc:3756
79283 #, gcc-internal-format
79284 msgid "%qs at %L has a type, which is not consistent with the CALL at %L"
79285 msgstr ""
79287 #: fortran/resolve.cc:3795
79288 #, gcc-internal-format
79289 msgid ""
79290 "ENTRY %qs at %L cannot be called recursively, as subroutine %qs is not "
79291 "RECURSIVE"
79292 msgstr ""
79294 #: fortran/resolve.cc:3799
79295 #, gcc-internal-format
79296 msgid ""
79297 "SUBROUTINE %qs at %L cannot be called recursively, as it is not RECURSIVE"
79298 msgstr ""
79300 #: fortran/resolve.cc:3844
79301 #, gcc-internal-format
79302 msgid "resolve_subroutine(): bad function type"
79303 msgstr ""
79305 #: fortran/resolve.cc:3861
79306 #, gcc-internal-format
79307 msgid "Using subroutine %qs at %L is deprecated"
79308 msgstr ""
79310 #: fortran/resolve.cc:3888
79311 #, gcc-internal-format, gfc-internal-format
79312 msgid "Shapes for operands at %L and %L are not conformable"
79313 msgstr ""
79315 #: fortran/resolve.cc:3940
79316 #, gcc-internal-format
79317 msgid "logical_to_bitwise(): Bad intrinsic"
79318 msgstr ""
79320 #: fortran/resolve.cc:4043
79321 #, gcc-internal-format
79322 msgid "Impure function %qs at %L might not be evaluated"
79323 msgstr ""
79325 #: fortran/resolve.cc:4047
79326 #, gcc-internal-format, gfc-internal-format
79327 msgid "Impure function at %L might not be evaluated"
79328 msgstr ""
79330 #: fortran/resolve.cc:4124
79331 #, gcc-internal-format
79332 msgid "BOZ literal constant at %L cannot be an operand of unary operator %qs"
79333 msgstr ""
79335 #: fortran/resolve.cc:4148
79336 #, gcc-internal-format
79337 msgid "Operands at %L and %L cannot appear as operands of binary operator %qs"
79338 msgstr ""
79340 #: fortran/resolve.cc:4322 fortran/resolve.cc:4337
79341 #, gcc-internal-format, gfc-internal-format
79342 msgid ""
79343 "BOZ literal constant near %L cannot appear as an operand of a relational "
79344 "operator"
79345 msgstr ""
79347 #: fortran/resolve.cc:4376
79348 #, gcc-internal-format, gfc-internal-format
79349 msgid "Equality comparison for %s at %L"
79350 msgstr ""
79352 #: fortran/resolve.cc:4378
79353 #, gcc-internal-format, gfc-internal-format
79354 msgid "Inequality comparison for %s at %L"
79355 msgstr ""
79357 #: fortran/resolve.cc:4438
79358 #, gcc-internal-format
79359 msgid "resolve_operator(): Bad intrinsic"
79360 msgstr ""
79362 #: fortran/resolve.cc:4724
79363 #, gcc-internal-format, gfc-internal-format
79364 msgid "Array reference at %L is out of bounds (%ld < %ld) in dimension %d"
79365 msgstr ""
79367 #: fortran/resolve.cc:4729
79368 #, gcc-internal-format, gfc-internal-format
79369 msgid "Array reference at %L is out of bounds (%ld < %ld) in codimension %d"
79370 msgstr ""
79372 #: fortran/resolve.cc:4739
79373 #, gcc-internal-format, gfc-internal-format
79374 msgid "Array reference at %L is out of bounds (%ld > %ld) in dimension %d"
79375 msgstr ""
79377 #: fortran/resolve.cc:4744
79378 #, gcc-internal-format, gfc-internal-format
79379 msgid "Array reference at %L is out of bounds (%ld > %ld) in codimension %d"
79380 msgstr ""
79382 #: fortran/resolve.cc:4765
79383 #, gcc-internal-format, gfc-internal-format
79384 msgid "Illegal stride of zero at %L"
79385 msgstr ""
79387 #: fortran/resolve.cc:4782
79388 #, gcc-internal-format, gfc-internal-format
79389 msgid ""
79390 "Lower array reference at %L is out of bounds (%ld < %ld) in dimension %d"
79391 msgstr ""
79393 #: fortran/resolve.cc:4790
79394 #, gcc-internal-format, gfc-internal-format
79395 msgid ""
79396 "Lower array reference at %L is out of bounds (%ld > %ld) in dimension %d"
79397 msgstr ""
79399 #: fortran/resolve.cc:4806
79400 #, gcc-internal-format, gfc-internal-format
79401 msgid ""
79402 "Upper array reference at %L is out of bounds (%ld < %ld) in dimension %d"
79403 msgstr ""
79405 #: fortran/resolve.cc:4815
79406 #, gcc-internal-format, gfc-internal-format
79407 msgid ""
79408 "Upper array reference at %L is out of bounds (%ld > %ld) in dimension %d"
79409 msgstr ""
79411 #: fortran/resolve.cc:4831
79412 #, gcc-internal-format
79413 msgid "check_dimension(): Bad array reference"
79414 msgstr ""
79416 #: fortran/resolve.cc:4854
79417 #, gcc-internal-format, gfc-internal-format
79418 msgid "Rightmost upper bound of assumed size array section not specified at %L"
79419 msgstr ""
79421 #: fortran/resolve.cc:4864
79422 #, gcc-internal-format, gfc-internal-format
79423 msgid "Rank mismatch in array reference at %L (%d/%d)"
79424 msgstr ""
79426 #: fortran/resolve.cc:4872
79427 #, gcc-internal-format, gfc-internal-format
79428 msgid "Coindex rank mismatch in array reference at %L (%d/%d)"
79429 msgstr ""
79431 #: fortran/resolve.cc:4888
79432 #, gcc-internal-format, gfc-internal-format
79433 msgid "Coindex of codimension %d must be a scalar at %L"
79434 msgstr ""
79436 #: fortran/resolve.cc:4916
79437 #, gcc-internal-format, gfc-internal-format
79438 msgid "Array index at %L must be scalar"
79439 msgstr ""
79441 #: fortran/resolve.cc:4922
79442 #, gcc-internal-format, gfc-internal-format
79443 msgid "Array index at %L must be of INTEGER type, found %s"
79444 msgstr ""
79446 #: fortran/resolve.cc:4928
79447 #, gcc-internal-format, gfc-internal-format
79448 msgid "REAL array index at %L"
79449 msgstr ""
79451 #: fortran/resolve.cc:4967
79452 #, gcc-internal-format, gfc-internal-format
79453 msgid "Argument dim at %L must be scalar"
79454 msgstr ""
79456 #: fortran/resolve.cc:4974
79457 #, gcc-internal-format, gfc-internal-format
79458 msgid "Argument dim at %L must be of INTEGER type"
79459 msgstr ""
79461 #: fortran/resolve.cc:5034
79462 #, gcc-internal-format, gfc-internal-format
79463 msgid "Invalid array reference of a non-array entity at %L"
79464 msgstr ""
79466 #: fortran/resolve.cc:5048
79467 #, gcc-internal-format
79468 msgid "find_array_spec(): unused as(1)"
79469 msgstr ""
79471 #: fortran/resolve.cc:5060
79472 #, gcc-internal-format
79473 msgid "find_array_spec(): unused as(2)"
79474 msgstr ""
79476 #: fortran/resolve.cc:5105
79477 #, gcc-internal-format, gfc-internal-format
79478 msgid "Array index at %L is an array of rank %d"
79479 msgstr ""
79481 #: fortran/resolve.cc:5203
79482 #, gcc-internal-format, gfc-internal-format
79483 msgid "Substring start index at %L must be of type INTEGER"
79484 msgstr ""
79486 #: fortran/resolve.cc:5210
79487 #, gcc-internal-format, gfc-internal-format
79488 msgid "Substring start index at %L must be scalar"
79489 msgstr ""
79491 #: fortran/resolve.cc:5232
79492 #, gcc-internal-format, gfc-internal-format
79493 msgid "Substring end index at %L must be of type INTEGER"
79494 msgstr ""
79496 #: fortran/resolve.cc:5239
79497 #, gcc-internal-format, gfc-internal-format
79498 msgid "Substring end index at %L must be scalar"
79499 msgstr ""
79501 #: fortran/resolve.cc:5259
79502 #, gcc-internal-format, gfc-internal-format
79503 msgid "Substring end index at %L is too large"
79504 msgstr ""
79506 #: fortran/resolve.cc:5450
79507 #, gcc-internal-format
79508 msgid "resolve_ref(): Bad array reference"
79509 msgstr ""
79511 #: fortran/resolve.cc:5464
79512 #, gcc-internal-format, gfc-internal-format
79513 msgid ""
79514 "Component to the right of a part reference with nonzero rank must not have "
79515 "the POINTER attribute at %L"
79516 msgstr ""
79518 #: fortran/resolve.cc:5474
79519 #, gcc-internal-format, gfc-internal-format
79520 msgid ""
79521 "Component to the right of a part reference with nonzero rank must not have "
79522 "the ALLOCATABLE attribute at %L"
79523 msgstr ""
79525 #: fortran/resolve.cc:5520
79526 #, gcc-internal-format, gfc-internal-format
79527 msgid ""
79528 "Two or more part references with nonzero rank must not be specified at %L"
79529 msgstr ""
79531 #: fortran/resolve.cc:5612
79532 #, gcc-internal-format
79533 msgid "gfc_expression_rank(): Two array specs"
79534 msgstr ""
79536 #: fortran/resolve.cc:5694
79537 #, gcc-internal-format, gfc-internal-format
79538 msgid ""
79539 "Variable %s at %L with NO_ARG_CHECK attribute may only be used as actual "
79540 "argument"
79541 msgstr ""
79543 #: fortran/resolve.cc:5704
79544 #, gcc-internal-format, gfc-internal-format
79545 msgid "Assumed-type variable %s at %L may only be used as actual argument"
79546 msgstr ""
79548 #. FIXME: It doesn't work reliably as inquiry_argument is not set
79549 #. for all inquiry functions in resolve_function; the reason is
79550 #. that the function-name resolution happens too late in that
79551 #. function.
79552 #: fortran/resolve.cc:5714
79553 #, gcc-internal-format, gfc-internal-format
79554 msgid ""
79555 "Assumed-type variable %s at %L as actual argument to an inquiry function "
79556 "shall be the first argument"
79557 msgstr ""
79559 #: fortran/resolve.cc:5733
79560 #, gcc-internal-format, gfc-internal-format
79561 msgid "Assumed-rank variable %s at %L may only be used as actual argument"
79562 msgstr ""
79564 #. FIXME: It doesn't work reliably as inquiry_argument is not set
79565 #. for all inquiry functions in resolve_function; the reason is
79566 #. that the function-name resolution happens too late in that
79567 #. function.
79568 #: fortran/resolve.cc:5743
79569 #, gcc-internal-format, gfc-internal-format
79570 msgid ""
79571 "Assumed-rank variable %s at %L as actual argument to an inquiry function "
79572 "shall be the first argument"
79573 msgstr ""
79575 #: fortran/resolve.cc:5754
79576 #, gcc-internal-format, gfc-internal-format
79577 msgid ""
79578 "Variable %s at %L with NO_ARG_CHECK attribute shall not have a subobject "
79579 "reference"
79580 msgstr ""
79582 #: fortran/resolve.cc:5763
79583 #, gcc-internal-format, gfc-internal-format
79584 msgid "Assumed-type variable %s at %L shall not have a subobject reference"
79585 msgstr ""
79587 #: fortran/resolve.cc:5779
79588 #, gcc-internal-format, gfc-internal-format
79589 msgid "Assumed-rank variable %s at %L shall not have a subobject reference"
79590 msgstr ""
79592 #: fortran/resolve.cc:5961
79593 #, gcc-internal-format
79594 msgid ""
79595 "Variable %qs, used in a specification expression, is referenced at %L before "
79596 "the ENTRY statement in which it is a parameter"
79597 msgstr ""
79599 #: fortran/resolve.cc:5966
79600 #, gcc-internal-format
79601 msgid ""
79602 "Variable %qs is used at %L before the ENTRY statement in which it is a "
79603 "parameter"
79604 msgstr ""
79606 #: fortran/resolve.cc:6036
79607 #, gcc-internal-format, gfc-internal-format
79608 msgid "Polymorphic subobject of coindexed object at %L"
79609 msgstr ""
79611 #: fortran/resolve.cc:6049
79612 #, gcc-internal-format, gfc-internal-format
79613 msgid "Coindexed object with polymorphic allocatable subcomponent at %L"
79614 msgstr ""
79616 #: fortran/resolve.cc:6065
79617 #, gcc-internal-format
79618 msgid "Using variable %qs at %L is deprecated"
79619 msgstr ""
79621 #: fortran/resolve.cc:6155
79622 #, gcc-internal-format
79623 msgid ""
79624 "%qs at %L is host associated at %L into a contained procedure with an "
79625 "internal procedure of the same name"
79626 msgstr ""
79628 #: fortran/resolve.cc:6333 fortran/resolve.cc:6485
79629 #, gcc-internal-format, gfc-internal-format
79630 msgid "Error in typebound call at %L"
79631 msgstr ""
79633 #: fortran/resolve.cc:6449
79634 #, gcc-internal-format, gfc-internal-format
79635 msgid "Passed-object at %L must be scalar"
79636 msgstr ""
79638 #: fortran/resolve.cc:6456
79639 #, gcc-internal-format
79640 msgid ""
79641 "Base object for procedure-pointer component call at %L is of ABSTRACT type "
79642 "%qs"
79643 msgstr ""
79645 #: fortran/resolve.cc:6495
79646 #, gcc-internal-format
79647 msgid "Base object for type-bound procedure call at %L is of ABSTRACT type %qs"
79648 msgstr ""
79650 #: fortran/resolve.cc:6504
79651 #, gcc-internal-format, gfc-internal-format
79652 msgid "Base object for NOPASS type-bound procedure call at %L must be scalar"
79653 msgstr ""
79655 #. Nothing matching found!
79656 #: fortran/resolve.cc:6692
79657 #, gcc-internal-format
79658 msgid ""
79659 "Found no matching specific binding for the call to the GENERIC %qs at %L"
79660 msgstr ""
79662 #: fortran/resolve.cc:6726
79663 #, gcc-internal-format
79664 msgid "%qs at %L should be a SUBROUTINE"
79665 msgstr ""
79667 #: fortran/resolve.cc:6778
79668 #, gcc-internal-format
79669 msgid "%qs at %L should be a FUNCTION"
79670 msgstr ""
79672 #: fortran/resolve.cc:7313
79673 #, gcc-internal-format
79674 msgid "gfc_resolve_expr(): Bad expression type"
79675 msgstr ""
79677 #: fortran/resolve.cc:7346
79678 #, gcc-internal-format, gfc-internal-format
79679 msgid "%s at %L must be a scalar"
79680 msgstr ""
79682 #: fortran/resolve.cc:7356
79683 #, gcc-internal-format, gfc-internal-format
79684 msgid "%s at %L must be integer"
79685 msgstr ""
79687 #: fortran/resolve.cc:7360 fortran/resolve.cc:7367
79688 #, gcc-internal-format, gfc-internal-format
79689 msgid "%s at %L must be INTEGER"
79690 msgstr ""
79692 #: fortran/resolve.cc:7422
79693 #, gcc-internal-format, gfc-internal-format
79694 msgid "Step expression in DO loop at %L cannot be zero"
79695 msgstr ""
79697 #: fortran/resolve.cc:7445
79698 #, gcc-internal-format, gfc-internal-format
79699 msgid "DO loop at %L will be executed zero times"
79700 msgstr ""
79702 #: fortran/resolve.cc:7462
79703 #, gcc-internal-format, gfc-internal-format
79704 msgid "DO loop at %L is undefined as it overflows"
79705 msgstr ""
79707 #: fortran/resolve.cc:7468
79708 #, gcc-internal-format, gfc-internal-format
79709 msgid "DO loop at %L is undefined as it underflows"
79710 msgstr ""
79712 #: fortran/resolve.cc:7529
79713 #, gcc-internal-format, gfc-internal-format
79714 msgid "FORALL index-name at %L must be a scalar INTEGER"
79715 msgstr ""
79717 #: fortran/resolve.cc:7534
79718 #, gcc-internal-format, gfc-internal-format
79719 msgid "FORALL start expression at %L must be a scalar INTEGER"
79720 msgstr ""
79722 #: fortran/resolve.cc:7541
79723 #, gcc-internal-format, gfc-internal-format
79724 msgid "FORALL end expression at %L must be a scalar INTEGER"
79725 msgstr ""
79727 #: fortran/resolve.cc:7549
79728 #, gcc-internal-format, gfc-internal-format
79729 msgid "FORALL stride expression at %L must be a scalar %s"
79730 msgstr ""
79732 #: fortran/resolve.cc:7554
79733 #, gcc-internal-format, gfc-internal-format
79734 msgid "FORALL stride expression at %L cannot be zero"
79735 msgstr ""
79737 #: fortran/resolve.cc:7567
79738 #, gcc-internal-format
79739 msgid "FORALL index %qs may not appear in triplet specification at %L"
79740 msgstr ""
79742 #: fortran/resolve.cc:7672 fortran/resolve.cc:7970
79743 #, gcc-internal-format, gfc-internal-format
79744 msgid "Allocate-object at %L must be ALLOCATABLE or a POINTER"
79745 msgstr ""
79747 #: fortran/resolve.cc:7680 fortran/resolve.cc:7933
79748 #, gcc-internal-format, gfc-internal-format
79749 msgid "Coindexed allocatable object at %L"
79750 msgstr ""
79752 #: fortran/resolve.cc:7790
79753 #, gcc-internal-format, gfc-internal-format
79754 msgid ""
79755 "Source-expr at %L must be scalar or have the same rank as the allocate-"
79756 "object at %L"
79757 msgstr ""
79759 #: fortran/resolve.cc:7821
79760 #, gcc-internal-format, gfc-internal-format
79761 msgid "Source-expr at %L and allocate-object at %L must have the same shape"
79762 msgstr ""
79764 #: fortran/resolve.cc:7981
79765 #, gcc-internal-format, gfc-internal-format
79766 msgid "Type of entity at %L is type incompatible with source-expr at %L"
79767 msgstr ""
79769 #: fortran/resolve.cc:7993
79770 #, gcc-internal-format, gfc-internal-format
79771 msgid ""
79772 "The allocate-object at %L and the source-expr at %L shall have the same kind "
79773 "type parameter"
79774 msgstr ""
79776 #: fortran/resolve.cc:8007
79777 #, gcc-internal-format, gfc-internal-format
79778 msgid ""
79779 "The source-expr at %L shall neither be of type LOCK_TYPE nor have a "
79780 "LOCK_TYPE component if allocate-object at %L is a coarray"
79781 msgstr ""
79783 #: fortran/resolve.cc:8022
79784 #, gcc-internal-format, gfc-internal-format
79785 msgid ""
79786 "The source-expr at %L shall neither be of type EVENT_TYPE nor have a "
79787 "EVENT_TYPE component if allocate-object at %L is a coarray"
79788 msgstr ""
79790 #: fortran/resolve.cc:8035
79791 #, gcc-internal-format, gfc-internal-format
79792 msgid ""
79793 "Allocating %s of ABSTRACT base type at %L requires a type-spec or source-expr"
79794 msgstr ""
79796 #: fortran/resolve.cc:8053
79797 #, gcc-internal-format, gfc-internal-format
79798 msgid ""
79799 "Allocating %s at %L with type-spec requires the same character-length "
79800 "parameter as in the declaration"
79801 msgstr ""
79803 #: fortran/resolve.cc:8134 fortran/resolve.cc:8149
79804 #, gcc-internal-format, gfc-internal-format
79805 msgid "Array specification required in ALLOCATE statement at %L"
79806 msgstr ""
79808 #: fortran/resolve.cc:8141
79809 #, gcc-internal-format, gfc-internal-format
79810 msgid ""
79811 "Array specification or array-valued SOURCE= expression required in ALLOCATE "
79812 "statement at %L"
79813 msgstr ""
79815 #: fortran/resolve.cc:8166
79816 #, gcc-internal-format, gfc-internal-format
79817 msgid "Coarray specification required in ALLOCATE statement at %L"
79818 msgstr ""
79820 #: fortran/resolve.cc:8176 fortran/resolve.cc:8278
79821 #, gcc-internal-format, gfc-internal-format
79822 msgid "Bad coarray specification in ALLOCATE statement at %L"
79823 msgstr ""
79825 #: fortran/resolve.cc:8182
79826 #, gcc-internal-format, gfc-internal-format
79827 msgid "Upper cobound is less than lower cobound at %L"
79828 msgstr ""
79830 #: fortran/resolve.cc:8194
79831 #, gcc-internal-format, gfc-internal-format
79832 msgid "Upper cobound is less than lower cobound of 1 at %L"
79833 msgstr ""
79835 #: fortran/resolve.cc:8205 fortran/resolve.cc:8233
79836 #, gcc-internal-format, gfc-internal-format
79837 msgid "Bad array specification in ALLOCATE statement at %L"
79838 msgstr ""
79840 #: fortran/resolve.cc:8252
79841 #, gcc-internal-format
79842 msgid ""
79843 "%qs must not appear in the array specification at %L in the same ALLOCATE "
79844 "statement where it is itself allocated"
79845 msgstr ""
79847 #: fortran/resolve.cc:8267
79848 #, gcc-internal-format
79849 msgid "Expected %<*%> in coindex specification in ALLOCATE statement at %L"
79850 msgstr ""
79852 #: fortran/resolve.cc:8309
79853 #, gcc-internal-format, gfc-internal-format
79854 msgid "Stat-variable at %L must be a scalar INTEGER variable"
79855 msgstr ""
79857 #: fortran/resolve.cc:8338
79858 #, gcc-internal-format, gfc-internal-format
79859 msgid "Stat-variable at %L shall not be %sd within the same %s statement"
79860 msgstr ""
79862 #: fortran/resolve.cc:8351
79863 #, gcc-internal-format, gfc-internal-format
79864 msgid "ERRMSG at %L is useless without a STAT tag"
79865 msgstr ""
79867 #: fortran/resolve.cc:8365
79868 #, gcc-internal-format, gfc-internal-format
79869 msgid "ERRMSG variable at %L shall be a scalar default CHARACTER variable"
79870 msgstr ""
79872 #: fortran/resolve.cc:8394
79873 #, gcc-internal-format, gfc-internal-format
79874 msgid "Errmsg-variable at %L shall not be %sd within the same %s statement"
79875 msgstr ""
79877 #: fortran/resolve.cc:8426
79878 #, gcc-internal-format, gfc-internal-format
79879 msgid "Allocate-object at %L also appears at %L"
79880 msgstr ""
79882 #: fortran/resolve.cc:8432 fortran/resolve.cc:8438
79883 #, gcc-internal-format, gfc-internal-format
79884 msgid "Allocate-object at %L is subobject of object at %L"
79885 msgstr ""
79887 #. The cases overlap, or they are the same
79888 #. element in the list.  Either way, we must
79889 #. issue an error and get the next case from P.
79890 #. FIXME: Sort P and Q by line number.
79891 #: fortran/resolve.cc:8666
79892 #, gcc-internal-format, gfc-internal-format
79893 msgid "CASE label at %L overlaps with CASE label at %L"
79894 msgstr ""
79896 #: fortran/resolve.cc:8717
79897 #, gcc-internal-format, gfc-internal-format
79898 msgid "Expression in CASE statement at %L must be of type %s"
79899 msgstr ""
79901 #: fortran/resolve.cc:8728
79902 #, gcc-internal-format, gfc-internal-format
79903 msgid "Expression in CASE statement at %L must be of kind %d"
79904 msgstr ""
79906 #: fortran/resolve.cc:8741
79907 #, gcc-internal-format, gfc-internal-format
79908 msgid "Expression in CASE statement at %L must be scalar"
79909 msgstr ""
79911 #: fortran/resolve.cc:8787
79912 #, gcc-internal-format, gfc-internal-format
79913 msgid ""
79914 "Selection expression in computed GOTO statement at %L must be a scalar "
79915 "integer expression"
79916 msgstr ""
79918 #: fortran/resolve.cc:8806
79919 #, gcc-internal-format, gfc-internal-format
79920 msgid "Argument of SELECT statement at %L cannot be %s"
79921 msgstr ""
79923 #: fortran/resolve.cc:8816
79924 #, gcc-internal-format, gfc-internal-format
79925 msgid "Argument of SELECT statement at %L must be a scalar expression"
79926 msgstr ""
79928 #: fortran/resolve.cc:8834 fortran/resolve.cc:8842
79929 #, gcc-internal-format, gfc-internal-format
79930 msgid "Expression in CASE statement at %L is not in the range of %s"
79931 msgstr ""
79933 #: fortran/resolve.cc:8904 fortran/resolve.cc:9561
79934 #, gcc-internal-format, gfc-internal-format
79935 msgid ""
79936 "The DEFAULT CASE at %L cannot be followed by a second DEFAULT CASE at %L"
79937 msgstr ""
79939 #: fortran/resolve.cc:8930
79940 #, gcc-internal-format, gfc-internal-format
79941 msgid "Logical range in CASE statement at %L is not allowed"
79942 msgstr ""
79944 #: fortran/resolve.cc:8943
79945 #, gcc-internal-format, gfc-internal-format
79946 msgid "Constant logical value in CASE statement is repeated at %L"
79947 msgstr ""
79949 #: fortran/resolve.cc:8958
79950 #, gcc-internal-format, gfc-internal-format
79951 msgid "Range specification at %L can never be matched"
79952 msgstr ""
79954 #: fortran/resolve.cc:9061
79955 #, gcc-internal-format, gfc-internal-format
79956 msgid "Logical SELECT CASE block at %L has more that two cases"
79957 msgstr ""
79959 #: fortran/resolve.cc:9112
79960 #, gcc-internal-format
79961 msgid "Associating entity %qs at %L is a procedure pointer"
79962 msgstr ""
79964 #: fortran/resolve.cc:9121
79965 #, gcc-internal-format
79966 msgid "Derived type %qs cannot be used as a variable at %L"
79967 msgstr ""
79969 #: fortran/resolve.cc:9138
79970 #, gcc-internal-format
79971 msgid "Associating entity %qs at %L is a procedure name"
79972 msgstr ""
79974 #: fortran/resolve.cc:9154
79975 #, gcc-internal-format, gfc-internal-format
79976 msgid "Associating selector-expression at %L yields a procedure"
79977 msgstr ""
79979 #: fortran/resolve.cc:9161
79980 #, gcc-internal-format, gfc-internal-format
79981 msgid "Selector at %L cannot be NULL()"
79982 msgstr ""
79984 #: fortran/resolve.cc:9166
79985 #, gcc-internal-format, gfc-internal-format
79986 msgid "Selector at %L has no type"
79987 msgstr ""
79989 #: fortran/resolve.cc:9188
79990 #, gcc-internal-format
79991 msgid "Associate-name %qs at %L is used as array"
79992 msgstr ""
79994 #: fortran/resolve.cc:9199
79995 #, gcc-internal-format, gfc-internal-format
79996 msgid "CLASS selector at %L needs a temporary which is not yet implemented"
79997 msgstr ""
79999 #: fortran/resolve.cc:9431
80000 #, gcc-internal-format, gfc-internal-format
80001 msgid "Selector shall be polymorphic in SELECT TYPE statement at %L"
80002 msgstr ""
80004 #: fortran/resolve.cc:9469 fortran/resolve.cc:9481
80005 #, gcc-internal-format, gfc-internal-format
80006 msgid "Selector at %L must not be coindexed"
80007 msgstr ""
80009 #: fortran/resolve.cc:9510
80010 #, gcc-internal-format, gfc-internal-format
80011 msgid "TYPE IS at %L overlaps with TYPE IS at %L"
80012 msgstr ""
80014 #: fortran/resolve.cc:9523
80015 #, gcc-internal-format
80016 msgid "Derived type %qs at %L must be extensible"
80017 msgstr ""
80019 #: fortran/resolve.cc:9536
80020 #, gcc-internal-format
80021 msgid "Derived type %qs at %L must be an extension of %qs"
80022 msgstr ""
80024 #: fortran/resolve.cc:9539
80025 #, gcc-internal-format
80026 msgid "Unexpected intrinsic type %qs at %L"
80027 msgstr ""
80029 #: fortran/resolve.cc:9549
80030 #, gcc-internal-format, gfc-internal-format
80031 msgid ""
80032 "The type-spec at %L shall specify that each length type parameter is assumed"
80033 msgstr ""
80035 #: fortran/resolve.cc:9796
80036 #, gcc-internal-format, gfc-internal-format
80037 msgid "Double CLASS IS block in SELECT TYPE statement at %L"
80038 msgstr ""
80040 #: fortran/resolve.cc:9930
80041 #, gcc-internal-format, gfc-internal-format
80042 msgid "RANK DEFAULT at %L is repeated at %L"
80043 msgstr ""
80045 #: fortran/resolve.cc:9939
80046 #, gcc-internal-format, gfc-internal-format
80047 msgid "RANK (*) at %L is repeated at %L"
80048 msgstr ""
80050 #: fortran/resolve.cc:9942
80051 #, gcc-internal-format, gfc-internal-format
80052 msgid "RANK (%i) at %L is repeated at %L"
80053 msgstr ""
80055 #: fortran/resolve.cc:9952 fortran/resolve.cc:9957
80056 #, gcc-internal-format, gfc-internal-format
80057 msgid ""
80058 "RANK (*) at %L cannot be used with the pointer or allocatable selector at %L"
80059 msgstr ""
80061 #: fortran/resolve.cc:10066
80062 #, gcc-internal-format, gfc-internal-format
80063 msgid "Invalid context for NULL () intrinsic at %L"
80064 msgstr ""
80066 #: fortran/resolve.cc:10120
80067 #, gcc-internal-format, gfc-internal-format
80068 msgid "DTIO %s procedure at %L must be recursive"
80069 msgstr ""
80071 #: fortran/resolve.cc:10130
80072 #, gcc-internal-format, gfc-internal-format
80073 msgid ""
80074 "Data transfer element at %L cannot be polymorphic unless it is processed by "
80075 "a defined input/output procedure"
80076 msgstr ""
80078 #: fortran/resolve.cc:10143
80079 #, gcc-internal-format, gfc-internal-format
80080 msgid ""
80081 "Data transfer element at %L cannot have POINTER components unless it is "
80082 "processed by a defined input/output procedure"
80083 msgstr ""
80085 #: fortran/resolve.cc:10152
80086 #, gcc-internal-format, gfc-internal-format
80087 msgid "Data transfer element at %L cannot have procedure pointer components"
80088 msgstr ""
80090 #: fortran/resolve.cc:10159
80091 #, gcc-internal-format, gfc-internal-format
80092 msgid ""
80093 "Data transfer element at %L cannot have ALLOCATABLE components unless it is "
80094 "processed by a defined input/output procedure"
80095 msgstr ""
80097 #: fortran/resolve.cc:10170
80098 #, gcc-internal-format, gfc-internal-format
80099 msgid "Data transfer element at %L cannot have PRIVATE components"
80100 msgstr ""
80102 #: fortran/resolve.cc:10176
80103 #, gcc-internal-format, gfc-internal-format
80104 msgid ""
80105 "Data transfer element at %L cannot have PRIVATE components unless it is "
80106 "processed by a defined input/output procedure"
80107 msgstr ""
80109 #: fortran/resolve.cc:10194
80110 #, gcc-internal-format, gfc-internal-format
80111 msgid ""
80112 "Data transfer element at %L cannot be a full reference to an assumed-size "
80113 "array"
80114 msgstr ""
80116 #: fortran/resolve.cc:10251
80117 #, gcc-internal-format, gfc-internal-format
80118 msgid "Lock variable at %L must be a scalar of type LOCK_TYPE"
80119 msgstr ""
80121 #: fortran/resolve.cc:10261
80122 #, gcc-internal-format, gfc-internal-format
80123 msgid "Event variable at %L must be a scalar of type EVENT_TYPE"
80124 msgstr ""
80126 #: fortran/resolve.cc:10265
80127 #, gcc-internal-format, gfc-internal-format
80128 msgid "Event variable argument at %L must be a coarray or coindexed"
80129 msgstr ""
80131 #: fortran/resolve.cc:10268
80132 #, gcc-internal-format, gfc-internal-format
80133 msgid "Event variable argument at %L must be a coarray but not coindexed"
80134 msgstr ""
80136 #: fortran/resolve.cc:10275 fortran/resolve.cc:10397
80137 #, gcc-internal-format, gfc-internal-format
80138 msgid "STAT= argument at %L must be a scalar INTEGER variable"
80139 msgstr ""
80141 #: fortran/resolve.cc:10287 fortran/resolve.cc:10409
80142 #, gcc-internal-format, gfc-internal-format
80143 msgid "ERRMSG= argument at %L must be a scalar CHARACTER variable"
80144 msgstr ""
80146 #: fortran/resolve.cc:10299
80147 #, gcc-internal-format, gfc-internal-format
80148 msgid "ACQUIRED_LOCK= argument at %L must be a scalar LOGICAL variable"
80149 msgstr ""
80151 #: fortran/resolve.cc:10312
80152 #, gcc-internal-format, gfc-internal-format
80153 msgid "UNTIL_COUNT= argument at %L must be a scalar INTEGER expression"
80154 msgstr ""
80156 #: fortran/resolve.cc:10373
80157 #, gcc-internal-format, gfc-internal-format
80158 msgid "Imageset argument at %L must be a scalar or rank-1 INTEGER expression"
80159 msgstr ""
80161 #: fortran/resolve.cc:10377 fortran/resolve.cc:10387
80162 #, gcc-internal-format, gfc-internal-format
80163 msgid "Imageset argument at %L must between 1 and num_images()"
80164 msgstr ""
80166 #: fortran/resolve.cc:10440
80167 #, gcc-internal-format, gfc-internal-format
80168 msgid ""
80169 "Statement at %L is not a valid branch target statement for the branch "
80170 "statement at %L"
80171 msgstr ""
80173 #: fortran/resolve.cc:10450
80174 #, gcc-internal-format, gfc-internal-format
80175 msgid "Branch at %L may result in an infinite loop"
80176 msgstr ""
80178 #. Note: A label at END CRITICAL does not leave the CRITICAL
80179 #. construct as END CRITICAL is still part of it.
80180 #: fortran/resolve.cc:10467 fortran/resolve.cc:10490
80181 #, gcc-internal-format, gfc-internal-format
80182 msgid "GOTO statement at %L leaves CRITICAL construct for label at %L"
80183 msgstr ""
80185 #: fortran/resolve.cc:10471 fortran/resolve.cc:10496
80186 #, gcc-internal-format, gfc-internal-format
80187 msgid "GOTO statement at %L leaves DO CONCURRENT construct for label at %L"
80188 msgstr ""
80190 #. The label is not in an enclosing block, so illegal.  This was
80191 #. allowed in Fortran 66, so we allow it as extension.  No
80192 #. further checks are necessary in this case.
80193 #: fortran/resolve.cc:10511
80194 #, gcc-internal-format, gfc-internal-format
80195 msgid "Label at %L is not in the same block as the GOTO statement at %L"
80196 msgstr ""
80198 #: fortran/resolve.cc:10583
80199 #, gcc-internal-format, gfc-internal-format
80200 msgid "WHERE mask at %L has inconsistent shape"
80201 msgstr ""
80203 #: fortran/resolve.cc:10599
80204 #, gcc-internal-format, gfc-internal-format
80205 msgid "WHERE assignment target at %L has inconsistent shape"
80206 msgstr ""
80208 #: fortran/resolve.cc:10612 fortran/resolve.cc:10704
80209 #, gcc-internal-format, gfc-internal-format
80210 msgid "Non-ELEMENTAL user-defined assignment in WHERE at %L"
80211 msgstr ""
80213 #: fortran/resolve.cc:10622 fortran/resolve.cc:10714
80214 #, gcc-internal-format, gfc-internal-format
80215 msgid "Unsupported statement inside WHERE at %L"
80216 msgstr ""
80218 #: fortran/resolve.cc:10653
80219 #, gcc-internal-format, gfc-internal-format
80220 msgid "Assignment to a FORALL index variable at %L"
80221 msgstr ""
80223 #: fortran/resolve.cc:10662
80224 #, gcc-internal-format
80225 msgid ""
80226 "The FORALL with index %qs is not used on the left side of the assignment at "
80227 "%L and so might cause multiple assignment to this object"
80228 msgstr ""
80230 #: fortran/resolve.cc:10819
80231 #, gcc-internal-format, gfc-internal-format
80232 msgid "FORALL construct at %L"
80233 msgstr ""
80235 #: fortran/resolve.cc:10840
80236 #, gcc-internal-format, gfc-internal-format
80237 msgid "FORALL index-name at %L must be a scalar variable of type integer"
80238 msgstr ""
80240 #: fortran/resolve.cc:10850
80241 #, gcc-internal-format, gfc-internal-format
80242 msgid "An outer FORALL construct already has an index with this name %L"
80243 msgstr ""
80245 #: fortran/resolve.cc:10932
80246 #, gcc-internal-format, gfc-internal-format
80247 msgid "WHERE/ELSEWHERE clause at %L requires a LOGICAL array"
80248 msgstr ""
80250 #: fortran/resolve.cc:11048
80251 #, gcc-internal-format
80252 msgid "gfc_resolve_blocks(): Bad block type"
80253 msgstr ""
80255 #: fortran/resolve.cc:11161
80256 #, gcc-internal-format, gfc-internal-format
80257 msgid "CHARACTER expression will be truncated in assignment (%ld/%ld) at %L"
80258 msgstr ""
80260 #: fortran/resolve.cc:11193
80261 #, gcc-internal-format, gfc-internal-format
80262 msgid ""
80263 "Coindexed expression at %L is assigned to a derived type variable with a "
80264 "POINTER component in a PURE procedure"
80265 msgstr ""
80267 #. F2008, C1283 (4).
80268 #: fortran/resolve.cc:11199
80269 #, gcc-internal-format, gfc-internal-format
80270 msgid ""
80271 "In a pure subprogram an INTENT(IN) dummy argument shall not be used as the "
80272 "expr at %L of an intrinsic assignment statement in which the variable is of "
80273 "a derived type if the derived type has a pointer component at any level of "
80274 "component selection."
80275 msgstr ""
80277 #: fortran/resolve.cc:11211
80278 #, gcc-internal-format, gfc-internal-format
80279 msgid "Assignment to coindexed variable at %L in a PURE procedure"
80280 msgstr ""
80282 #: fortran/resolve.cc:11243
80283 #, gcc-internal-format, gfc-internal-format
80284 msgid "Assignment to polymorphic coarray at %L is not permitted"
80285 msgstr ""
80287 #: fortran/resolve.cc:11247
80288 #, gcc-internal-format, gfc-internal-format
80289 msgid "Assignment to an allocatable polymorphic variable at %L"
80290 msgstr ""
80292 #: fortran/resolve.cc:11252
80293 #, gcc-internal-format
80294 msgid ""
80295 "Assignment to an allocatable polymorphic variable at %L requires %<-frealloc-"
80296 "lhs%>"
80297 msgstr ""
80299 #: fortran/resolve.cc:11259
80300 #, gcc-internal-format
80301 msgid ""
80302 "Nonallocatable variable must not be polymorphic in intrinsic assignment at "
80303 "%L - check that there is a matching specific subroutine for %<=%> operator"
80304 msgstr ""
80306 #: fortran/resolve.cc:11270
80307 #, gcc-internal-format, gfc-internal-format
80308 msgid ""
80309 "Coindexed variable must not have an allocatable ultimate component in "
80310 "assignment at %L"
80311 msgstr ""
80313 #: fortran/resolve.cc:11693
80314 #, gcc-internal-format, gfc-internal-format
80315 msgid ""
80316 "TODO: type-bound defined assignment(s) at %L not done because multiple part "
80317 "array references would occur in intermediate expressions."
80318 msgstr ""
80320 #. Even if standard does not support this feature, continue to build
80321 #. the two statements to avoid upsetting frontend_passes.c.
80322 #: fortran/resolve.cc:11997
80323 #, gcc-internal-format, gfc-internal-format
80324 msgid "Pointer procedure assignment at %L"
80325 msgstr ""
80327 #: fortran/resolve.cc:12009
80328 #, gcc-internal-format, gfc-internal-format
80329 msgid ""
80330 "The function result on the lhs of the assignment at %L must have the pointer "
80331 "attribute."
80332 msgstr ""
80334 #: fortran/resolve.cc:12094
80335 #, gcc-internal-format
80336 msgid ""
80337 "TEAM argument to %qs at %L must be a scalar expression of type TEAM_TYPE"
80338 msgstr ""
80340 #: fortran/resolve.cc:12285
80341 #, gcc-internal-format, gfc-internal-format
80342 msgid "TEAM NUMBER argument to FORM TEAM at %L must be a scalar INTEGER"
80343 msgstr ""
80345 #: fortran/resolve.cc:12321
80346 #, gcc-internal-format, gfc-internal-format
80347 msgid "ASSIGNED GOTO statement at %L requires a scalar INTEGER variable"
80348 msgstr ""
80350 #: fortran/resolve.cc:12325
80351 #, gcc-internal-format
80352 msgid "Variable %qs has not been assigned a target label at %L"
80353 msgstr ""
80355 #: fortran/resolve.cc:12336
80356 #, gcc-internal-format, gfc-internal-format
80357 msgid ""
80358 "Alternate RETURN statement at %L requires a SCALAR-INTEGER return specifier"
80359 msgstr ""
80361 #: fortran/resolve.cc:12374
80362 #, gcc-internal-format, gfc-internal-format
80363 msgid "Expected intrinsic assignment in OMP WORKSHARE at %L"
80364 msgstr ""
80366 #: fortran/resolve.cc:12416
80367 #, gcc-internal-format, gfc-internal-format
80368 msgid "ASSIGN statement at %L requires a scalar default INTEGER variable"
80369 msgstr ""
80371 #: fortran/resolve.cc:12463
80372 #, gcc-internal-format, gfc-internal-format
80373 msgid "Invalid NULL at %L"
80374 msgstr ""
80376 #: fortran/resolve.cc:12467
80377 #, gcc-internal-format, gfc-internal-format
80378 msgid ""
80379 "Arithmetic IF statement at %L requires a scalar REAL or INTEGER expression"
80380 msgstr ""
80382 #: fortran/resolve.cc:12528
80383 #, gcc-internal-format
80384 msgid "gfc_resolve_code(): No expression on DO WHILE"
80385 msgstr ""
80387 #: fortran/resolve.cc:12533
80388 #, gcc-internal-format, gfc-internal-format
80389 msgid ""
80390 "Exit condition of DO WHILE loop at %L must be a scalar LOGICAL expression"
80391 msgstr ""
80393 #: fortran/resolve.cc:12617
80394 #, gcc-internal-format, gfc-internal-format
80395 msgid "FORALL mask clause at %L requires a scalar LOGICAL expression"
80396 msgstr ""
80398 #: fortran/resolve.cc:12719
80399 #, gcc-internal-format
80400 msgid "gfc_resolve_code(): Bad statement code"
80401 msgstr ""
80403 #: fortran/resolve.cc:12740
80404 #, gcc-internal-format
80405 msgid "Using parameter %qs declared at %L is deprecated"
80406 msgstr ""
80408 #: fortran/resolve.cc:12834
80409 #, gcc-internal-format
80410 msgid ""
80411 "Variable %qs with binding label %qs at %L uses the same global identifier as "
80412 "entity at %L"
80413 msgstr ""
80415 #. This can only happen if the variable is defined in a module - if it
80416 #. isn't the same module, reject it.
80417 #: fortran/resolve.cc:12848
80418 #, gcc-internal-format
80419 msgid ""
80420 "Variable %qs from module %qs with binding label %qs at %L uses the same "
80421 "global identifier as entity at %L from module %qs"
80422 msgstr ""
80424 #. Print an error if the procedure is defined multiple times; we have to
80425 #. exclude references to the same procedure via module association or
80426 #. multiple checks for the same procedure.
80427 #: fortran/resolve.cc:12867
80428 #, gcc-internal-format
80429 msgid ""
80430 "Procedure %qs with binding label %qs at %L uses the same global identifier "
80431 "as entity at %L"
80432 msgstr ""
80434 #: fortran/resolve.cc:12953
80435 #, gcc-internal-format, gfc-internal-format
80436 msgid "String length at %L is too large"
80437 msgstr ""
80439 #: fortran/resolve.cc:13188
80440 #, gcc-internal-format
80441 msgid "Allocatable array %qs at %L must have a deferred shape or assumed rank"
80442 msgstr ""
80444 #: fortran/resolve.cc:13192
80445 #, gcc-internal-format
80446 msgid "Scalar object %qs at %L may not be ALLOCATABLE"
80447 msgstr ""
80449 #: fortran/resolve.cc:13200
80450 #, gcc-internal-format
80451 msgid "Array pointer %qs at %L must have a deferred shape or assumed rank"
80452 msgstr ""
80454 #: fortran/resolve.cc:13211
80455 #, gcc-internal-format
80456 msgid "Array %qs at %L cannot have a deferred shape"
80457 msgstr ""
80459 #: fortran/resolve.cc:13228
80460 #, gcc-internal-format
80461 msgid "Type %qs of CLASS variable %qs at %L is not extensible"
80462 msgstr ""
80464 #: fortran/resolve.cc:13240
80465 #, gcc-internal-format
80466 msgid "CLASS variable %qs at %L must be dummy, allocatable or pointer"
80467 msgstr ""
80469 #: fortran/resolve.cc:13273
80470 #, gcc-internal-format
80471 msgid ""
80472 "The type %qs cannot be host associated at %L because it is blocked by an "
80473 "incompatible object of the same name declared at %L"
80474 msgstr ""
80476 #: fortran/resolve.cc:13295
80477 #, gcc-internal-format
80478 msgid ""
80479 "Implied SAVE for module variable %qs at %L, needed due to the default "
80480 "initialization"
80481 msgstr ""
80483 #: fortran/resolve.cc:13328
80484 #, gcc-internal-format
80485 msgid ""
80486 "Entity %qs at %L has a deferred type parameter and requires either the "
80487 "POINTER or ALLOCATABLE attribute"
80488 msgstr ""
80490 #. F08:C541. The shape of an array defined in a main program or module
80491 #. * needs to be constant.
80492 #: fortran/resolve.cc:13364
80493 #, gcc-internal-format
80494 msgid "The module or main program array %qs at %L must have constant shape"
80495 msgstr ""
80497 #: fortran/resolve.cc:13389
80498 #, gcc-internal-format, gfc-internal-format
80499 msgid ""
80500 "Entity with assumed character length at %L must be a dummy argument or a "
80501 "PARAMETER"
80502 msgstr ""
80504 #: fortran/resolve.cc:13410
80505 #, gcc-internal-format
80506 msgid "%qs at %L must have constant character length in this context"
80507 msgstr ""
80509 #: fortran/resolve.cc:13417
80510 #, gcc-internal-format
80511 msgid "COMMON variable %qs at %L must have constant character length"
80512 msgstr ""
80514 #: fortran/resolve.cc:13464
80515 #, gcc-internal-format
80516 msgid "Allocatable %qs at %L cannot have an initializer"
80517 msgstr ""
80519 #: fortran/resolve.cc:13467
80520 #, gcc-internal-format
80521 msgid "External %qs at %L cannot have an initializer"
80522 msgstr ""
80524 #: fortran/resolve.cc:13470
80525 #, gcc-internal-format
80526 msgid "Dummy %qs at %L cannot have an initializer"
80527 msgstr ""
80529 #: fortran/resolve.cc:13473
80530 #, gcc-internal-format
80531 msgid "Intrinsic %qs at %L cannot have an initializer"
80532 msgstr ""
80534 #: fortran/resolve.cc:13476
80535 #, gcc-internal-format
80536 msgid "Function result %qs at %L cannot have an initializer"
80537 msgstr ""
80539 #: fortran/resolve.cc:13479
80540 #, gcc-internal-format
80541 msgid "Automatic array %qs at %L cannot have an initializer"
80542 msgstr ""
80544 #: fortran/resolve.cc:13521
80545 #, gcc-internal-format, gfc-internal-format
80546 msgid "%s at %L"
80547 msgstr ""
80549 #: fortran/resolve.cc:13553
80550 #, gcc-internal-format
80551 msgid "Character-valued statement function %qs at %L must have constant length"
80552 msgstr ""
80554 #: fortran/resolve.cc:13576
80555 #, gcc-internal-format
80556 msgid ""
80557 "%qs is of a PRIVATE type and cannot be a dummy argument of %qs, which is "
80558 "PUBLIC at %L"
80559 msgstr ""
80561 #: fortran/resolve.cc:13598
80562 #, gcc-internal-format
80563 msgid ""
80564 "Procedure %qs in PUBLIC interface %qs at %L takes dummy arguments of %qs "
80565 "which is PRIVATE"
80566 msgstr ""
80568 #: fortran/resolve.cc:13616
80569 #, gcc-internal-format
80570 msgid "Function %qs at %L cannot have an initializer"
80571 msgstr ""
80573 #: fortran/resolve.cc:13628
80574 #, gcc-internal-format
80575 msgid "External object %qs at %L may not have an initializer"
80576 msgstr ""
80578 #: fortran/resolve.cc:13638
80579 #, gcc-internal-format
80580 msgid "ELEMENTAL function %qs at %L must have a scalar result"
80581 msgstr ""
80583 #: fortran/resolve.cc:13648
80584 #, gcc-internal-format
80585 msgid ""
80586 "Statement function %qs at %L may not have pointer or allocatable attribute"
80587 msgstr ""
80589 #: fortran/resolve.cc:13667
80590 #, gcc-internal-format
80591 msgid "CHARACTER(*) function %qs at %L cannot be array-valued"
80592 msgstr ""
80594 #: fortran/resolve.cc:13671
80595 #, gcc-internal-format
80596 msgid "CHARACTER(*) function %qs at %L cannot be pointer-valued"
80597 msgstr ""
80599 #: fortran/resolve.cc:13675
80600 #, gcc-internal-format
80601 msgid "CHARACTER(*) function %qs at %L cannot be pure"
80602 msgstr ""
80604 #: fortran/resolve.cc:13679
80605 #, gcc-internal-format
80606 msgid "CHARACTER(*) function %qs at %L cannot be recursive"
80607 msgstr ""
80609 #: fortran/resolve.cc:13692
80610 #, gcc-internal-format
80611 msgid "CHARACTER(*) function %qs at %L"
80612 msgstr ""
80614 #: fortran/resolve.cc:13703
80615 #, gcc-internal-format
80616 msgid "Procedure pointer %qs at %L shall not be elemental"
80617 msgstr ""
80619 #: fortran/resolve.cc:13709
80620 #, gcc-internal-format
80621 msgid "Dummy procedure %qs at %L shall not be elemental"
80622 msgstr ""
80624 #: fortran/resolve.cc:13729
80625 #, gcc-internal-format
80626 msgid ""
80627 "Function result variable %qs at %L of elemental function %qs shall not have "
80628 "an ALLOCATABLE or POINTER attribute"
80629 msgstr ""
80631 #: fortran/resolve.cc:13786
80632 #, gcc-internal-format
80633 msgid "PROCEDURE attribute conflicts with SAVE attribute in %qs at %L"
80634 msgstr ""
80636 #: fortran/resolve.cc:13792
80637 #, gcc-internal-format
80638 msgid "PROCEDURE attribute conflicts with INTENT attribute in %qs at %L"
80639 msgstr ""
80641 #: fortran/resolve.cc:13798
80642 #, gcc-internal-format
80643 msgid "PROCEDURE attribute conflicts with RESULT attribute in %qs at %L"
80644 msgstr ""
80646 #: fortran/resolve.cc:13806
80647 #, gcc-internal-format
80648 msgid "EXTERNAL attribute conflicts with FUNCTION attribute in %qs at %L"
80649 msgstr ""
80651 #: fortran/resolve.cc:13812
80652 #, gcc-internal-format
80653 msgid "Procedure pointer result %qs at %L is missing the pointer attribute"
80654 msgstr ""
80656 #: fortran/resolve.cc:13855
80657 #, gcc-internal-format, gfc-internal-format
80658 msgid ""
80659 "Mismatch in ELEMENTAL attribute between MODULE PROCEDURE at %L and its "
80660 "interface in %s"
80661 msgstr ""
80663 #: fortran/resolve.cc:13863
80664 #, gcc-internal-format, gfc-internal-format
80665 msgid ""
80666 "Mismatch in PURE attribute between MODULE PROCEDURE at %L and its interface "
80667 "in %s"
80668 msgstr ""
80670 #: fortran/resolve.cc:13871
80671 #, gcc-internal-format, gfc-internal-format
80672 msgid ""
80673 "Mismatch in RECURSIVE attribute between MODULE PROCEDURE at %L and its "
80674 "interface in %s"
80675 msgstr ""
80677 #: fortran/resolve.cc:13880
80678 #, gcc-internal-format
80679 msgid ""
80680 "%s between the MODULE PROCEDURE declaration in MODULE %qs and the "
80681 "declaration at %L in (SUB)MODULE %qs"
80682 msgstr ""
80684 #: fortran/resolve.cc:13904
80685 #, gcc-internal-format
80686 msgid "Interface of %qs at %L must be explicit"
80687 msgstr ""
80689 #: fortran/resolve.cc:13974
80690 #, gcc-internal-format
80691 msgid "FINAL procedure %qs at %L is not a SUBROUTINE"
80692 msgstr ""
80694 #: fortran/resolve.cc:13983
80695 #, gcc-internal-format, gfc-internal-format
80696 msgid "FINAL procedure at %L must have exactly one argument"
80697 msgstr ""
80699 #: fortran/resolve.cc:13991 fortran/resolve.cc:14008
80700 #, gcc-internal-format
80701 msgid "Argument of FINAL procedure at %L must be of type %qs"
80702 msgstr ""
80704 #: fortran/resolve.cc:13999
80705 #, gcc-internal-format, gfc-internal-format
80706 msgid ""
80707 "FINAL procedure at %L with assumed rank argument must be the only finalizer "
80708 "with the same kind/type (F2018: C790)"
80709 msgstr ""
80711 #: fortran/resolve.cc:14016
80712 #, gcc-internal-format, gfc-internal-format
80713 msgid "Argument of FINAL procedure at %L must not be a POINTER"
80714 msgstr ""
80716 #: fortran/resolve.cc:14022
80717 #, gcc-internal-format, gfc-internal-format
80718 msgid "Argument of FINAL procedure at %L must not be ALLOCATABLE"
80719 msgstr ""
80721 #: fortran/resolve.cc:14028
80722 #, gcc-internal-format, gfc-internal-format
80723 msgid "Argument of FINAL procedure at %L must not be OPTIONAL"
80724 msgstr ""
80726 #: fortran/resolve.cc:14036
80727 #, gcc-internal-format, gfc-internal-format
80728 msgid "Argument of FINAL procedure at %L must not be INTENT(OUT)"
80729 msgstr ""
80731 #: fortran/resolve.cc:14045
80732 #, gcc-internal-format, gfc-internal-format
80733 msgid "Non-scalar FINAL procedure at %L should have assumed shape argument"
80734 msgstr ""
80736 #: fortran/resolve.cc:14067
80737 #, gcc-internal-format
80738 msgid "FINAL procedure %qs declared at %L has the same rank (%d) as %qs"
80739 msgstr ""
80741 #: fortran/resolve.cc:14104
80742 #, gcc-internal-format
80743 msgid ""
80744 "Only array FINAL procedures declared for derived type %qs defined at %L, "
80745 "suggest also scalar one unless an assumed rank finalizer has been declared"
80746 msgstr ""
80748 #: fortran/resolve.cc:14145
80749 #, gcc-internal-format
80750 msgid "%qs and %qs cannot be mixed FUNCTION/SUBROUTINE for GENERIC %qs at %L"
80751 msgstr ""
80753 #: fortran/resolve.cc:14181
80754 #, gcc-internal-format
80755 msgid "%qs and %qs for GENERIC %qs at %L are ambiguous"
80756 msgstr ""
80758 #: fortran/resolve.cc:14240
80759 #, gcc-internal-format
80760 msgid "Undefined specific binding %qs as target of GENERIC %qs at %L"
80761 msgstr ""
80763 #: fortran/resolve.cc:14252
80764 #, gcc-internal-format
80765 msgid "GENERIC %qs at %L must target a specific binding, %qs is GENERIC, too"
80766 msgstr ""
80768 #: fortran/resolve.cc:14280
80769 #, gcc-internal-format
80770 msgid "GENERIC %qs at %L cannot overwrite specific binding with the same name"
80771 msgstr ""
80773 #: fortran/resolve.cc:14336
80774 #, gcc-internal-format, gfc-internal-format
80775 msgid "Type-bound operator at %L cannot be NOPASS"
80776 msgstr ""
80778 #: fortran/resolve.cc:14548
80779 #, gcc-internal-format
80780 msgid ""
80781 "%qs must be a module procedure or an external procedure with an explicit "
80782 "interface at %L"
80783 msgstr ""
80785 #: fortran/resolve.cc:14591
80786 #, gcc-internal-format
80787 msgid "Procedure %qs with PASS(%s) at %L has no argument %qs"
80788 msgstr ""
80790 #: fortran/resolve.cc:14605
80791 #, gcc-internal-format
80792 msgid "Procedure %qs with PASS at %L must have at least one argument"
80793 msgstr ""
80795 #: fortran/resolve.cc:14619 fortran/resolve.cc:15107
80796 #, gcc-internal-format
80797 msgid "Non-polymorphic passed-object dummy argument of %qs at %L"
80798 msgstr ""
80800 #: fortran/resolve.cc:14627
80801 #, gcc-internal-format
80802 msgid "Argument %qs of %qs with PASS(%s) at %L must be of the derived-type %qs"
80803 msgstr ""
80805 #: fortran/resolve.cc:14636
80806 #, gcc-internal-format
80807 msgid "Passed-object dummy argument of %qs at %L must be scalar"
80808 msgstr ""
80810 #: fortran/resolve.cc:14642
80811 #, gcc-internal-format
80812 msgid "Passed-object dummy argument of %qs at %L must not be ALLOCATABLE"
80813 msgstr ""
80815 #: fortran/resolve.cc:14648
80816 #, gcc-internal-format
80817 msgid "Passed-object dummy argument of %qs at %L must not be POINTER"
80818 msgstr ""
80820 #: fortran/resolve.cc:14677
80821 #, gcc-internal-format
80822 msgid "Procedure %qs at %L has the same name as a component of %qs"
80823 msgstr ""
80825 #: fortran/resolve.cc:14687
80826 #, gcc-internal-format
80827 msgid "Procedure %qs at %L has the same name as an inherited component of %qs"
80828 msgstr ""
80830 #: fortran/resolve.cc:14782
80831 #, gcc-internal-format
80832 msgid ""
80833 "Derived-type %qs declared at %L must be ABSTRACT because %qs is DEFERRED and "
80834 "not overridden"
80835 msgstr ""
80837 #: fortran/resolve.cc:14887
80838 #, gcc-internal-format
80839 msgid "Coarray component %qs at %L must be allocatable with deferred shape"
80840 msgstr ""
80842 #: fortran/resolve.cc:14896
80843 #, gcc-internal-format
80844 msgid ""
80845 "Component %qs at %L of TYPE(C_PTR) or TYPE(C_FUNPTR) shall not be a coarray"
80846 msgstr ""
80848 #: fortran/resolve.cc:14906
80849 #, gcc-internal-format
80850 msgid ""
80851 "Component %qs at %L with coarray component shall be a nonpointer, "
80852 "nonallocatable scalar"
80853 msgstr ""
80855 #: fortran/resolve.cc:14931
80856 #, gcc-internal-format
80857 msgid ""
80858 "Component %qs at %L has the CONTIGUOUS attribute but is not an array pointer"
80859 msgstr ""
80861 #: fortran/resolve.cc:14942
80862 #, gcc-internal-format
80863 msgid "Component %qs of BIND(C) type at %L must have length one"
80864 msgstr ""
80866 #: fortran/resolve.cc:15040
80867 #, gcc-internal-format
80868 msgid "Procedure pointer component %qs with PASS(%s) at %L has no argument %qs"
80869 msgstr ""
80871 #: fortran/resolve.cc:15054
80872 #, gcc-internal-format
80873 msgid ""
80874 "Procedure pointer component %qs with PASS at %L must have at least one "
80875 "argument"
80876 msgstr ""
80878 #: fortran/resolve.cc:15070
80879 #, gcc-internal-format
80880 msgid "Argument %qs of %qs with PASS(%s) at %L must be of the derived type %qs"
80881 msgstr ""
80883 #: fortran/resolve.cc:15080
80884 #, gcc-internal-format
80885 msgid "Argument %qs of %qs with PASS(%s) at %L must be scalar"
80886 msgstr ""
80888 #: fortran/resolve.cc:15089
80889 #, gcc-internal-format
80890 msgid ""
80891 "Argument %qs of %qs with PASS(%s) at %L may not have the POINTER attribute"
80892 msgstr ""
80894 #: fortran/resolve.cc:15098
80895 #, gcc-internal-format
80896 msgid "Argument %qs of %qs with PASS(%s) at %L may not be ALLOCATABLE"
80897 msgstr ""
80899 #: fortran/resolve.cc:15140
80900 #, gcc-internal-format
80901 msgid ""
80902 "Component %qs of %qs at %L has the same name as an inherited type-bound "
80903 "procedure"
80904 msgstr ""
80906 #: fortran/resolve.cc:15153
80907 #, gcc-internal-format
80908 msgid ""
80909 "Character length of component %qs needs to be a constant specification "
80910 "expression at %L"
80911 msgstr ""
80913 #: fortran/resolve.cc:15164
80914 #, gcc-internal-format
80915 msgid ""
80916 "Character length expression of component %qs at %L must be of INTEGER type, "
80917 "found %s"
80918 msgstr ""
80920 #: fortran/resolve.cc:15177
80921 #, gcc-internal-format
80922 msgid ""
80923 "Character component %qs of %qs at %L with deferred length must be a POINTER "
80924 "or ALLOCATABLE"
80925 msgstr ""
80927 #: fortran/resolve.cc:15210
80928 #, gcc-internal-format
80929 msgid ""
80930 "the component %qs is a PRIVATE type and cannot be a component of %qs, which "
80931 "is PUBLIC at %L"
80932 msgstr ""
80934 #: fortran/resolve.cc:15218
80935 #, gcc-internal-format, gfc-internal-format
80936 msgid "Polymorphic component %s at %L in SEQUENCE or BIND(C) type %s"
80937 msgstr ""
80939 #: fortran/resolve.cc:15227
80940 #, gcc-internal-format, gfc-internal-format
80941 msgid ""
80942 "Component %s of SEQUENCE type declared at %L does not have the SEQUENCE "
80943 "attribute"
80944 msgstr ""
80946 #: fortran/resolve.cc:15313
80947 #, gcc-internal-format, gfc-internal-format
80948 msgid "Conflicting initializers in union at %L and %L"
80949 msgstr ""
80951 #: fortran/resolve.cc:15358
80952 #, gcc-internal-format
80953 msgid ""
80954 "As extending type %qs at %L has a coarray component, parent type %qs shall "
80955 "also have one"
80956 msgstr ""
80958 #: fortran/resolve.cc:15371
80959 #, gcc-internal-format
80960 msgid "Non-extensible derived-type %qs at %L must not be ABSTRACT"
80961 msgstr ""
80963 #: fortran/resolve.cc:15435
80964 #, gcc-internal-format
80965 msgid ""
80966 "Parameterized type %qs does not have a component corresponding to parameter "
80967 "%qs at %L"
80968 msgstr ""
80970 #: fortran/resolve.cc:15468
80971 #, gcc-internal-format
80972 msgid ""
80973 "Generic name %qs of function %qs at %L being the same name as derived type "
80974 "at %L"
80975 msgstr ""
80977 #: fortran/resolve.cc:15482
80978 #, gcc-internal-format
80979 msgid "Derived type %qs at %L has not been declared"
80980 msgstr ""
80982 #: fortran/resolve.cc:15550
80983 #, gcc-internal-format
80984 msgid "Assumed size array %qs in namelist %qs at %L is not allowed"
80985 msgstr ""
80987 #: fortran/resolve.cc:15556
80988 #, gcc-internal-format
80989 msgid "NAMELIST array object %qs with assumed shape in namelist %qs at %L"
80990 msgstr ""
80992 #: fortran/resolve.cc:15562
80993 #, gcc-internal-format
80994 msgid "NAMELIST array object %qs with nonconstant shape in namelist %qs at %L"
80995 msgstr ""
80997 #: fortran/resolve.cc:15570
80998 #, gcc-internal-format
80999 msgid ""
81000 "NAMELIST object %qs with nonconstant character length in namelist %qs at %L"
81001 msgstr ""
81003 #: fortran/resolve.cc:15587
81004 #, gcc-internal-format
81005 msgid ""
81006 "NAMELIST object %qs was declared PRIVATE and cannot be member of PUBLIC "
81007 "namelist %qs at %L"
81008 msgstr ""
81010 #: fortran/resolve.cc:15609
81011 #, gcc-internal-format
81012 msgid ""
81013 "NAMELIST object %qs has use-associated PRIVATE components and cannot be "
81014 "member of namelist %qs at %L"
81015 msgstr ""
81017 #: fortran/resolve.cc:15620
81018 #, gcc-internal-format
81019 msgid ""
81020 "NAMELIST object %qs has PRIVATE components and cannot be a member of PUBLIC "
81021 "namelist %qs at %L"
81022 msgstr ""
81024 #: fortran/resolve.cc:15647
81025 #, gcc-internal-format
81026 msgid "PROCEDURE attribute conflicts with NAMELIST attribute in %qs at %L"
81027 msgstr ""
81029 #: fortran/resolve.cc:15666
81030 #, gcc-internal-format
81031 msgid "Parameter array %qs at %L cannot be automatic or of deferred shape"
81032 msgstr ""
81034 #: fortran/resolve.cc:15682
81035 #, gcc-internal-format
81036 msgid ""
81037 "Implicitly typed PARAMETER %qs at %L doesn't match a later IMPLICIT type"
81038 msgstr ""
81040 #: fortran/resolve.cc:15693
81041 #, gcc-internal-format, gfc-internal-format
81042 msgid "Incompatible derived type in PARAMETER at %L"
81043 msgstr ""
81045 #: fortran/resolve.cc:15701
81046 #, gcc-internal-format
81047 msgid "CLASS variable %qs at %L cannot have the PARAMETER attribute"
81048 msgstr ""
81050 #: fortran/resolve.cc:15752
81051 #, gcc-internal-format
81052 msgid ""
81053 "The object %qs at %L has a deferred LEN parameter %qs and is neither "
81054 "allocatable nor a pointer"
81055 msgstr ""
81057 #: fortran/resolve.cc:15763
81058 #, gcc-internal-format
81059 msgid ""
81060 "The AUTOMATIC object %qs at %L must not have the SAVE attribute or be a "
81061 "variable declared in the main program, a module or a submodule(F08/C513)"
81062 msgstr ""
81064 #: fortran/resolve.cc:15770
81065 #, gcc-internal-format
81066 msgid ""
81067 "The object %qs at %L with ASSUMED type parameters must be a dummy or a "
81068 "SELECT TYPE selector(F08/4.2)"
81069 msgstr ""
81071 #: fortran/resolve.cc:15810
81072 #, gcc-internal-format, gfc-internal-format
81073 msgid ""
81074 "Sorry, allocatable/pointer components in polymorphic (CLASS) type coarrays "
81075 "at %L are unsupported"
81076 msgstr ""
81078 #: fortran/resolve.cc:15823
81079 #, gcc-internal-format
81080 msgid ""
81081 "%<omp_all_memory%>, declared at %L, may only be used in the OpenMP DEPEND "
81082 "clause"
81083 msgstr ""
81085 #: fortran/resolve.cc:15881
81086 #, gcc-internal-format, gfc-internal-format
81087 msgid "PROTECTED attribute conflicts with EXTERNAL attribute at %L"
81088 msgstr ""
81090 #: fortran/resolve.cc:15884
81091 #, gcc-internal-format, gfc-internal-format
81092 msgid "PROCEDURE attribute conflicts with PROTECTED attribute at %L"
81093 msgstr ""
81095 #: fortran/resolve.cc:15984
81096 #, gcc-internal-format
81097 msgid ""
81098 "%qs at %L has the CONTIGUOUS attribute but is not an array pointer or an "
81099 "assumed-shape or assumed-rank array"
81100 msgstr ""
81102 #: fortran/resolve.cc:16005
81103 #, gcc-internal-format, gfc-internal-format
81104 msgid "Bad specification for assumed size array at %L"
81105 msgstr ""
81107 #: fortran/resolve.cc:16018
81108 #, gcc-internal-format, gfc-internal-format
81109 msgid "Assumed size array at %L must be a dummy argument"
81110 msgstr ""
81112 #: fortran/resolve.cc:16021
81113 #, gcc-internal-format, gfc-internal-format
81114 msgid "Assumed shape array at %L must be a dummy argument"
81115 msgstr ""
81117 #: fortran/resolve.cc:16031
81118 #, gcc-internal-format, gfc-internal-format
81119 msgid "Assumed-rank array at %L must be a dummy argument"
81120 msgstr ""
81122 #: fortran/resolve.cc:16038
81123 #, gcc-internal-format, gfc-internal-format
81124 msgid ""
81125 "Assumed-rank array at %L may not have the VALUE or CODIMENSION attribute"
81126 msgstr ""
81128 #: fortran/resolve.cc:16051
81129 #, gcc-internal-format, gfc-internal-format
81130 msgid "Symbol at %L is not a DUMMY variable"
81131 msgstr ""
81133 #: fortran/resolve.cc:16057
81134 #, gcc-internal-format
81135 msgid ""
81136 "%qs at %L cannot have the VALUE attribute because it is not a dummy argument"
81137 msgstr ""
81139 #: fortran/resolve.cc:16067
81140 #, gcc-internal-format
81141 msgid ""
81142 "Character dummy variable %qs at %L with VALUE attribute must have constant "
81143 "length"
81144 msgstr ""
81146 #: fortran/resolve.cc:16076
81147 #, gcc-internal-format
81148 msgid ""
81149 "C interoperable character dummy variable %qs at %L with VALUE attribute must "
81150 "have length one"
81151 msgstr ""
81153 #: fortran/resolve.cc:16089 fortran/resolve.cc:16266
81154 #, gcc-internal-format
81155 msgid "The derived type %qs at %L is of type %qs, which has not been defined"
81156 msgstr ""
81158 #: fortran/resolve.cc:16103
81159 #, gcc-internal-format, gfc-internal-format
81160 msgid "Variable %s at %L with NO_ARG_CHECK attribute shall be a dummy argument"
81161 msgstr ""
81163 #: fortran/resolve.cc:16112
81164 #, gcc-internal-format, gfc-internal-format
81165 msgid ""
81166 "Variable %s at %L with NO_ARG_CHECK attribute shall be of type TYPE(*) or of "
81167 "an numeric intrinsic type"
81168 msgstr ""
81170 #: fortran/resolve.cc:16121
81171 #, gcc-internal-format, gfc-internal-format
81172 msgid ""
81173 "Variable %s at %L with NO_ARG_CHECK attribute may not have the ALLOCATABLE, "
81174 "CODIMENSION, POINTER or VALUE attribute"
81175 msgstr ""
81177 #: fortran/resolve.cc:16129
81178 #, gcc-internal-format, gfc-internal-format
81179 msgid ""
81180 "Variable %s at %L with NO_ARG_CHECK attribute may not have the INTENT(OUT) "
81181 "attribute"
81182 msgstr ""
81184 #: fortran/resolve.cc:16136
81185 #, gcc-internal-format, gfc-internal-format
81186 msgid ""
81187 "Variable %s at %L with NO_ARG_CHECK attribute shall either be a scalar or an "
81188 "assumed-size array"
81189 msgstr ""
81191 #: fortran/resolve.cc:16156
81192 #, gcc-internal-format, gfc-internal-format
81193 msgid "Assumed type of variable %s at %L is only permitted for dummy variables"
81194 msgstr ""
81196 #: fortran/resolve.cc:16163
81197 #, gcc-internal-format, gfc-internal-format
81198 msgid ""
81199 "Assumed-type variable %s at %L may not have the ALLOCATABLE, CODIMENSION, "
81200 "POINTER or VALUE attribute"
81201 msgstr ""
81203 #: fortran/resolve.cc:16170
81204 #, gcc-internal-format, gfc-internal-format
81205 msgid "Assumed-type variable %s at %L may not have the INTENT(OUT) attribute"
81206 msgstr ""
81208 #: fortran/resolve.cc:16177
81209 #, gcc-internal-format, gfc-internal-format
81210 msgid "Assumed-type variable %s at %L shall not be an explicit-shape array"
81211 msgstr ""
81213 #: fortran/resolve.cc:16203
81214 #, gcc-internal-format
81215 msgid ""
81216 "Variable %qs at %L cannot be BIND(C) because it is neither a COMMON block "
81217 "nor declared at the module level scope"
81218 msgstr ""
81220 #: fortran/resolve.cc:16213
81221 #, gcc-internal-format
81222 msgid "BIND(C) Variable %qs at %L must have length one"
81223 msgstr ""
81225 #: fortran/resolve.cc:16292
81226 #, gcc-internal-format
81227 msgid "PUBLIC %s %qs at %L of PRIVATE derived type %qs"
81228 msgstr ""
81230 #: fortran/resolve.cc:16307
81231 #, gcc-internal-format, gfc-internal-format
81232 msgid ""
81233 "Variable %s at %L of type LOCK_TYPE or with subcomponent of type LOCK_TYPE "
81234 "must be a coarray"
81235 msgstr ""
81237 #: fortran/resolve.cc:16320
81238 #, gcc-internal-format, gfc-internal-format
81239 msgid ""
81240 "Variable %s at %L of type EVENT_TYPE or with subcomponent of type EVENT_TYPE "
81241 "must be a coarray"
81242 msgstr ""
81244 #: fortran/resolve.cc:16338
81245 #, gcc-internal-format
81246 msgid ""
81247 "The INTENT(OUT) dummy argument %qs at %L is ASSUMED SIZE and so cannot have "
81248 "a default initializer"
81249 msgstr ""
81251 #: fortran/resolve.cc:16350
81252 #, gcc-internal-format
81253 msgid "Dummy argument %qs at %L of LOCK_TYPE shall not be INTENT(OUT)"
81254 msgstr ""
81256 #: fortran/resolve.cc:16359
81257 #, gcc-internal-format
81258 msgid "Dummy argument %qs at %L of EVENT_TYPE shall not be INTENT(OUT)"
81259 msgstr ""
81261 #: fortran/resolve.cc:16372
81262 #, gcc-internal-format
81263 msgid ""
81264 "Function result %qs at %L shall not be a coarray or have a coarray component"
81265 msgstr ""
81267 #: fortran/resolve.cc:16381
81268 #, gcc-internal-format
81269 msgid ""
81270 "Variable %qs at %L of TYPE(C_PTR) or TYPE(C_FUNPTR) shall not be a coarray"
81271 msgstr ""
81273 #: fortran/resolve.cc:16394
81274 #, gcc-internal-format
81275 msgid ""
81276 "Variable %qs at %L with coarray component shall be a nonpointer, "
81277 "nonallocatable scalar, which is not a coarray"
81278 msgstr ""
81280 #: fortran/resolve.cc:16410
81281 #, gcc-internal-format
81282 msgid ""
81283 "Variable %qs at %L is a coarray and is not ALLOCATABLE, SAVE nor a dummy "
81284 "argument"
81285 msgstr ""
81287 #: fortran/resolve.cc:16418
81288 #, gcc-internal-format
81289 msgid ""
81290 "Coarray variable %qs at %L shall not have codimensions with deferred shape"
81291 msgstr ""
81293 #: fortran/resolve.cc:16425
81294 #, gcc-internal-format
81295 msgid "Allocatable coarray variable %qs at %L must have deferred shape"
81296 msgstr ""
81298 #: fortran/resolve.cc:16438
81299 #, gcc-internal-format
81300 msgid ""
81301 "Variable %qs at %L is INTENT(OUT) and can thus not be an allocatable coarray "
81302 "or have coarray components"
81303 msgstr ""
81305 #: fortran/resolve.cc:16447
81306 #, gcc-internal-format
81307 msgid "Coarray dummy variable %qs at %L not allowed in BIND(C) procedure %qs"
81308 msgstr ""
81310 #: fortran/resolve.cc:16463
81311 #, gcc-internal-format
81312 msgid ""
81313 "LOGICAL dummy argument %qs at %L with non-C_Bool kind in BIND(C) procedure "
81314 "%qs"
81315 msgstr ""
81317 #: fortran/resolve.cc:16469
81318 #, gcc-internal-format
81319 msgid ""
81320 "LOGICAL result variable %qs at %L with non-C_Bool kind in BIND(C) procedure "
81321 "%qs"
81322 msgstr ""
81324 #: fortran/resolve.cc:16494
81325 #, gcc-internal-format
81326 msgid "Namelist %qs cannot be an argument to subroutine or function at %L"
81327 msgstr ""
81329 #: fortran/resolve.cc:16565
81330 #, gcc-internal-format, gfc-internal-format
81331 msgid "Threadprivate at %L isn't SAVEd"
81332 msgstr ""
81334 #: fortran/resolve.cc:16577
81335 #, gcc-internal-format
81336 msgid "!$OMP DECLARE TARGET variable %qs at %L isn't SAVEd"
81337 msgstr ""
81339 #: fortran/resolve.cc:16693
81340 #, gcc-internal-format, gfc-internal-format
81341 msgid "Expecting definable entity near %L"
81342 msgstr ""
81344 #: fortran/resolve.cc:16701
81345 #, gcc-internal-format
81346 msgid "BLOCK DATA element %qs at %L must be in COMMON"
81347 msgstr ""
81349 #: fortran/resolve.cc:16708
81350 #, gcc-internal-format
81351 msgid "DATA array %qs at %L must be specified in a previous declaration"
81352 msgstr ""
81354 #: fortran/resolve.cc:16715
81355 #, gcc-internal-format
81356 msgid "DATA element %qs at %L cannot have a coindex"
81357 msgstr ""
81359 #: fortran/resolve.cc:16731
81360 #, gcc-internal-format
81361 msgid "DATA element %qs at %L is a pointer and so must be a full array"
81362 msgstr ""
81364 #: fortran/resolve.cc:16738
81365 #, gcc-internal-format, gfc-internal-format
81366 msgid ""
81367 "DATA object near %L has the pointer attribute and the corresponding DATA "
81368 "value is not a valid initial-data-target"
81369 msgstr ""
81371 #: fortran/resolve.cc:16747
81372 #, gcc-internal-format
81373 msgid "DATA element %qs at %L cannot have the ALLOCATABLE attribute"
81374 msgstr ""
81376 #: fortran/resolve.cc:16793
81377 #, gcc-internal-format, gfc-internal-format
81378 msgid "Nonconstant array section at %L in DATA statement"
81379 msgstr ""
81381 #: fortran/resolve.cc:16806
81382 #, gcc-internal-format, gfc-internal-format
81383 msgid "DATA statement at %L has more variables than values"
81384 msgstr ""
81386 #: fortran/resolve.cc:16905
81387 #, gcc-internal-format, gfc-internal-format
81388 msgid ""
81389 "start of implied-do loop at %L could not be simplified to a constant value"
81390 msgstr ""
81392 #: fortran/resolve.cc:16913
81393 #, gcc-internal-format, gfc-internal-format
81394 msgid ""
81395 "end of implied-do loop at %L could not be simplified to a constant value"
81396 msgstr ""
81398 #: fortran/resolve.cc:16921
81399 #, gcc-internal-format, gfc-internal-format
81400 msgid ""
81401 "step of implied-do loop at %L could not be simplified to a constant value"
81402 msgstr ""
81404 #: fortran/resolve.cc:16928
81405 #, gcc-internal-format, gfc-internal-format
81406 msgid "step of implied-do loop at %L shall not be zero"
81407 msgstr ""
81409 #: fortran/resolve.cc:17053
81410 #, gcc-internal-format, gfc-internal-format
81411 msgid "DATA statement at %L has more values than variables"
81412 msgstr ""
81414 #: fortran/resolve.cc:17219
81415 #, gcc-internal-format, gfc-internal-format
81416 msgid "Label %d at %L defined but not used"
81417 msgstr ""
81419 #: fortran/resolve.cc:17225
81420 #, gcc-internal-format, gfc-internal-format
81421 msgid "Label %d at %L defined but cannot be used"
81422 msgstr ""
81424 #: fortran/resolve.cc:17309
81425 #, gcc-internal-format
81426 msgid ""
81427 "Derived type variable %qs at %L must have SEQUENCE attribute to be an "
81428 "EQUIVALENCE object"
81429 msgstr ""
81431 #: fortran/resolve.cc:17318
81432 #, gcc-internal-format
81433 msgid ""
81434 "Derived type variable %qs at %L cannot have ALLOCATABLE components to be an "
81435 "EQUIVALENCE object"
81436 msgstr ""
81438 #: fortran/resolve.cc:17326
81439 #, gcc-internal-format
81440 msgid ""
81441 "Derived type variable %qs at %L with default initialization cannot be in "
81442 "EQUIVALENCE with a variable in COMMON"
81443 msgstr ""
81445 #: fortran/resolve.cc:17342
81446 #, gcc-internal-format
81447 msgid ""
81448 "Derived type variable %qs at %L with pointer component(s) cannot be an "
81449 "EQUIVALENCE object"
81450 msgstr ""
81452 #: fortran/resolve.cc:17445
81453 #, gcc-internal-format, gfc-internal-format
81454 msgid "Syntax error in EQUIVALENCE statement at %L"
81455 msgstr ""
81457 #: fortran/resolve.cc:17460
81458 #, gcc-internal-format, gfc-internal-format
81459 msgid ""
81460 "Either all or none of the objects in the EQUIVALENCE set at %L shall have "
81461 "the PROTECTED attribute"
81462 msgstr ""
81464 #: fortran/resolve.cc:17485
81465 #, gcc-internal-format
81466 msgid ""
81467 "COMMON block member %qs at %L cannot be an EQUIVALENCE object in the pure "
81468 "procedure %qs"
81469 msgstr ""
81471 #: fortran/resolve.cc:17494
81472 #, gcc-internal-format
81473 msgid "Named constant %qs at %L cannot be an EQUIVALENCE object"
81474 msgstr ""
81476 #: fortran/resolve.cc:17569
81477 #, gcc-internal-format
81478 msgid ""
81479 "Array %qs at %L with non-constant bounds cannot be an EQUIVALENCE object"
81480 msgstr ""
81482 #: fortran/resolve.cc:17580
81483 #, gcc-internal-format
81484 msgid "Structure component %qs at %L cannot be an EQUIVALENCE object"
81485 msgstr ""
81487 #: fortran/resolve.cc:17591
81488 #, gcc-internal-format, gfc-internal-format
81489 msgid "Substring at %L has length zero"
81490 msgstr ""
81492 #: fortran/resolve.cc:17622
81493 #, gcc-internal-format
81494 msgid "Self reference in character length expression for %qs at %L"
81495 msgstr ""
81497 #: fortran/resolve.cc:17689
81498 #, gcc-internal-format
81499 msgid "PUBLIC function %qs at %L of PRIVATE type %qs"
81500 msgstr ""
81502 #: fortran/resolve.cc:17702
81503 #, gcc-internal-format
81504 msgid "ENTRY %qs at %L has no IMPLICIT type"
81505 msgstr ""
81507 #: fortran/resolve.cc:17724
81508 #, gcc-internal-format
81509 msgid "User operator procedure %qs at %L must be a FUNCTION"
81510 msgstr ""
81512 #: fortran/resolve.cc:17734
81513 #, gcc-internal-format
81514 msgid "User operator procedure %qs at %L cannot be assumed character length"
81515 msgstr ""
81517 #: fortran/resolve.cc:17742
81518 #, gcc-internal-format
81519 msgid "User operator procedure %qs at %L must have at least one argument"
81520 msgstr ""
81522 #: fortran/resolve.cc:17756
81523 #, gcc-internal-format, gfc-internal-format
81524 msgid "First argument of operator interface at %L cannot be optional"
81525 msgstr ""
81527 #: fortran/resolve.cc:17774
81528 #, gcc-internal-format, gfc-internal-format
81529 msgid "Second argument of operator interface at %L cannot be optional"
81530 msgstr ""
81532 #: fortran/resolve.cc:17781
81533 #, gcc-internal-format, gfc-internal-format
81534 msgid "Operator interface at %L must have, at most, two arguments"
81535 msgstr ""
81537 #: fortran/resolve.cc:17860
81538 #, gcc-internal-format
81539 msgid "Contained procedure %qs at %L of a PURE procedure must also be PURE"
81540 msgstr ""
81542 #: fortran/scanner.cc:309
81543 #, gcc-internal-format
81544 msgid "Include directory %qs: %s"
81545 msgstr ""
81547 #: fortran/scanner.cc:313
81548 #, gcc-internal-format
81549 msgid "Nonexistent include directory %qs"
81550 msgstr ""
81552 #: fortran/scanner.cc:318
81553 #, gcc-internal-format
81554 msgid "%qs is not a directory"
81555 msgstr ""
81557 #: fortran/scanner.cc:792
81558 #, gcc-internal-format, gfc-internal-format
81559 msgid ""
81560 "!$ACC at %C starts a commented line as it neither is followed by a space nor "
81561 "is a continuation line"
81562 msgstr ""
81564 #: fortran/scanner.cc:832
81565 #, gcc-internal-format, gfc-internal-format
81566 msgid ""
81567 "!$OMP at %C starts a commented line as it neither is followed by a space nor "
81568 "is a continuation line"
81569 msgstr ""
81571 #: fortran/scanner.cc:1011
81572 #, gcc-internal-format, gfc-internal-format
81573 msgid "Ignoring '!$omx' vendor-extension sentinel at %C"
81574 msgstr ""
81576 #: fortran/scanner.cc:1323 fortran/scanner.cc:1526
81577 #, gcc-internal-format, gfc-internal-format
81578 msgid "Line truncated at %L"
81579 msgstr ""
81581 #: fortran/scanner.cc:1387 fortran/scanner.cc:1616
81582 #, gcc-internal-format, gfc-internal-format
81583 msgid "Limit of %d continuations exceeded in statement at %C"
81584 msgstr ""
81586 #: fortran/scanner.cc:1466 fortran/scanner.cc:1575
81587 #, gcc-internal-format, gfc-internal-format
81588 msgid "Wrong OpenACC continuation at %C: expected !$ACC, got !$OMP"
81589 msgstr ""
81591 #: fortran/scanner.cc:1468 fortran/scanner.cc:1577
81592 #, gcc-internal-format, gfc-internal-format
81593 msgid "Wrong OpenMP continuation at %C: expected !$OMP, got !$ACC"
81594 msgstr ""
81596 #: fortran/scanner.cc:1481
81597 #, gcc-internal-format
81598 msgid "Missing %<&%> in continued character constant at %C"
81599 msgstr ""
81601 #: fortran/scanner.cc:1767
81602 #, gcc-internal-format, gfc-internal-format
81603 msgid "Nonconforming tab character at %C"
81604 msgstr ""
81606 #: fortran/scanner.cc:1778
81607 #, gcc-internal-format, gfc-internal-format
81608 msgid "Invalid character 0x%s at %C"
81609 msgstr ""
81611 #: fortran/scanner.cc:1867 fortran/scanner.cc:1870
81612 #, gcc-internal-format
81613 msgid "%<&%> not allowed by itself in line %d"
81614 msgstr ""
81616 #: fortran/scanner.cc:1960
81617 #, gcc-internal-format, gfc-internal-format
81618 msgid "Nonconforming tab character in column %d of line %d"
81619 msgstr ""
81621 #: fortran/scanner.cc:2189
81622 #, gcc-internal-format
81623 msgid "file %qs left but not entered"
81624 msgstr ""
81626 #: fortran/scanner.cc:2231
81627 #, gcc-internal-format
81628 msgid "Illegal preprocessor directive"
81629 msgstr ""
81631 #: fortran/scanner.cc:2554
81632 #, gcc-internal-format
81633 msgid "File %qs is being included recursively"
81634 msgstr ""
81636 #: fortran/scanner.cc:2566
81637 #, gcc-internal-format
81638 msgid "Cannot open file %qs"
81639 msgstr ""
81641 #: fortran/scanner.cc:2576
81642 #, gcc-internal-format
81643 msgid "Cannot open included file %qs"
81644 msgstr ""
81646 #: fortran/scanner.cc:2578
81647 #, gcc-internal-format
81648 msgid "Cannot open pre-included file %qs"
81649 msgstr ""
81651 #: fortran/scanner.cc:2586 fortran/scanner.cc:2588
81652 #, gcc-internal-format
81653 msgid "Included file %qs is not a regular file"
81654 msgstr ""
81656 #: fortran/simplify.cc:92
81657 #, gcc-internal-format, gfc-internal-format
81658 msgid "Result of %s overflows its kind at %L"
81659 msgstr ""
81661 #: fortran/simplify.cc:97
81662 #, gcc-internal-format, gfc-internal-format
81663 msgid "Result of %s underflows its kind at %L"
81664 msgstr ""
81666 #: fortran/simplify.cc:102
81667 #, gcc-internal-format, gfc-internal-format
81668 msgid "Result of %s is NaN at %L"
81669 msgstr ""
81671 #: fortran/simplify.cc:106
81672 #, gcc-internal-format, gfc-internal-format
81673 msgid "Result of %s gives range error for its kind at %L"
81674 msgstr ""
81676 #: fortran/simplify.cc:129
81677 #, gcc-internal-format, gfc-internal-format
81678 msgid "KIND parameter of %s at %L must be an initialization expression"
81679 msgstr ""
81681 #: fortran/simplify.cc:137
81682 #, gcc-internal-format, gfc-internal-format
81683 msgid "Invalid KIND parameter of %s at %L"
81684 msgstr ""
81686 #: fortran/simplify.cc:774
81687 #, gcc-internal-format
81688 msgid "gfc_simplify_abs(): Bad type"
81689 msgstr ""
81691 #: fortran/simplify.cc:795
81692 #, gcc-internal-format, gfc-internal-format
81693 msgid "Argument of %s function at %L is negative"
81694 msgstr ""
81696 #: fortran/simplify.cc:802
81697 #, gcc-internal-format, gfc-internal-format
81698 msgid "Argument of %s function at %L outside of range [0,127]"
81699 msgstr ""
81701 #: fortran/simplify.cc:820
81702 #, gcc-internal-format, gfc-internal-format
81703 msgid ""
81704 "Argument of %s function at %L is too large for the collating sequence of "
81705 "kind %d"
81706 msgstr ""
81708 #: fortran/simplify.cc:857
81709 #, gcc-internal-format, gfc-internal-format
81710 msgid "Argument of ACOS at %L must be between -1 and 1"
81711 msgstr ""
81713 #: fortran/simplify.cc:871
81714 #, gcc-internal-format
81715 msgid "in gfc_simplify_acos(): Bad type"
81716 msgstr ""
81718 #: fortran/simplify.cc:890
81719 #, gcc-internal-format, gfc-internal-format
81720 msgid "Argument of ACOSH at %L must not be less than 1"
81721 msgstr ""
81723 #: fortran/simplify.cc:905
81724 #, gcc-internal-format
81725 msgid "in gfc_simplify_acosh(): Bad type"
81726 msgstr ""
81728 #: fortran/simplify.cc:1134
81729 #, gcc-internal-format, gfc-internal-format
81730 msgid "Argument of ASIN at %L must be between -1 and 1"
81731 msgstr ""
81733 #: fortran/simplify.cc:1148
81734 #, gcc-internal-format
81735 msgid "in gfc_simplify_asin(): Bad type"
81736 msgstr ""
81738 #: fortran/simplify.cc:1183
81739 #, gcc-internal-format, gfc-internal-format
81740 msgid "Argument of ACOSD at %L must be between -1 and 1"
81741 msgstr ""
81743 #: fortran/simplify.cc:1209
81744 #, gcc-internal-format, gfc-internal-format
81745 msgid "Argument of ASIND at %L must be between -1 and 1"
81746 msgstr ""
81748 #: fortran/simplify.cc:1261
81749 #, gcc-internal-format
81750 msgid "in gfc_simplify_asinh(): Bad type"
81751 msgstr ""
81753 #: fortran/simplify.cc:1289
81754 #, gcc-internal-format
81755 msgid "in gfc_simplify_atan(): Bad type"
81756 msgstr ""
81758 #: fortran/simplify.cc:1310
81759 #, gcc-internal-format, gfc-internal-format
81760 msgid "Argument of ATANH at %L must be inside the range -1 to 1"
81761 msgstr ""
81763 #: fortran/simplify.cc:1324
81764 #, gcc-internal-format
81765 msgid "in gfc_simplify_atanh(): Bad type"
81766 msgstr ""
81768 #: fortran/simplify.cc:1341
81769 #, gcc-internal-format, gfc-internal-format
81770 msgid ""
81771 "If first argument of ATAN2 at %L is zero, then the second argument must not "
81772 "be zero"
81773 msgstr ""
81775 #: fortran/simplify.cc:1433
81776 #, gcc-internal-format, gfc-internal-format
81777 msgid "Result of BESSEL_YN is -INF at %L"
81778 msgstr ""
81780 #: fortran/simplify.cc:1799
81781 #, gcc-internal-format
81782 msgid "gfc_simplify_dcmplx(): Bad type (x)"
81783 msgstr ""
81785 #: fortran/simplify.cc:1818
81786 #, gcc-internal-format
81787 msgid "gfc_simplify_dcmplx(): Bad type (y)"
81788 msgstr ""
81790 #: fortran/simplify.cc:1885
81791 #, gcc-internal-format, gfc-internal-format
81792 msgid ""
81793 "If first argument of ATAN2D at %L is zero, then the second argument must not "
81794 "be zero"
81795 msgstr ""
81797 #: fortran/simplify.cc:1920
81798 #, gcc-internal-format
81799 msgid "in gfc_simplify_cos(): Bad type"
81800 msgstr ""
81802 #: fortran/simplify.cc:2388
81803 #, gcc-internal-format
81804 msgid "gfc_simplify_dim(): Bad type"
81805 msgstr ""
81807 #: fortran/simplify.cc:2962
81808 #, gcc-internal-format
81809 msgid "in gfc_simplify_exp(): Bad type"
81810 msgstr ""
81812 #: fortran/simplify.cc:3180
81813 #, gcc-internal-format
81814 msgid "gfc_simplify_floor(): Bad kind"
81815 msgstr ""
81817 #: fortran/simplify.cc:3293
81818 #, gcc-internal-format, gfc-internal-format
81819 msgid "Argument of IACHAR at %L must be of length one"
81820 msgstr ""
81822 #: fortran/simplify.cc:3301
81823 #, gcc-internal-format, gfc-internal-format
81824 msgid "Argument of IACHAR function at %L outside of range 0..127"
81825 msgstr ""
81827 #: fortran/simplify.cc:3429
81828 #, gcc-internal-format, gfc-internal-format
81829 msgid "Sum of second and third arguments of IBITS exceeds bit size at %L"
81830 msgstr ""
81832 #: fortran/simplify.cc:3453
81833 #, gcc-internal-format
81834 msgid "IBITS: Bad bit"
81835 msgstr ""
81837 #: fortran/simplify.cc:3514
81838 #, gcc-internal-format, gfc-internal-format
81839 msgid "Argument of ICHAR at %L must be of length one"
81840 msgstr ""
81842 #. Left shift, as in SHIFTL.
81843 #: fortran/simplify.cc:3826 fortran/simplify.cc:3834
81844 #, gcc-internal-format, gfc-internal-format
81845 msgid "Second argument of %s is negative at %L"
81846 msgstr ""
81848 #: fortran/simplify.cc:3846
81849 #, gcc-internal-format, gfc-internal-format
81850 msgid "Magnitude of second argument of %s exceeds bit size at %L"
81851 msgstr ""
81853 #: fortran/simplify.cc:3974
81854 #, gcc-internal-format, gfc-internal-format
81855 msgid ""
81856 "Magnitude of second argument of ISHFTC exceeds BIT_SIZE of first argument at "
81857 "%C"
81858 msgstr ""
81860 #: fortran/simplify.cc:3977
81861 #, gcc-internal-format, gfc-internal-format
81862 msgid "Absolute value of SHIFT shall be less than or equal to SIZE at %C"
81863 msgstr ""
81865 #: fortran/simplify.cc:4324 fortran/simplify.cc:4457
81866 #, gcc-internal-format, gfc-internal-format
81867 msgid "DIM argument at %L is out of bounds"
81868 msgstr ""
81870 #: fortran/simplify.cc:4684
81871 #, gcc-internal-format, gfc-internal-format
81872 msgid "Argument of LOG at %L cannot be less than or equal to zero"
81873 msgstr ""
81875 #: fortran/simplify.cc:4697
81876 #, gcc-internal-format, gfc-internal-format
81877 msgid "Complex argument of LOG at %L cannot be zero"
81878 msgstr ""
81880 #: fortran/simplify.cc:4708
81881 #, gcc-internal-format
81882 msgid "gfc_simplify_log: bad type"
81883 msgstr ""
81885 #: fortran/simplify.cc:4725
81886 #, gcc-internal-format, gfc-internal-format
81887 msgid "Argument of LOG10 at %L cannot be less than or equal to zero"
81888 msgstr ""
81890 #: fortran/simplify.cc:5078
81891 #, gcc-internal-format
81892 msgid "simplify_min_max(): Bad type in arglist"
81893 msgstr ""
81895 #: fortran/simplify.cc:6000 fortran/simplify.cc:6008
81896 #, gcc-internal-format
81897 msgid "Argument %qs of MOD at %L shall not be zero"
81898 msgstr ""
81900 #: fortran/simplify.cc:6014
81901 #, gcc-internal-format
81902 msgid "gfc_simplify_mod(): Bad arguments"
81903 msgstr ""
81905 #: fortran/simplify.cc:6052 fortran/simplify.cc:6060
81906 #, gcc-internal-format
81907 msgid "Argument %qs of MODULO at %L shall not be zero"
81908 msgstr ""
81910 #: fortran/simplify.cc:6066
81911 #, gcc-internal-format
81912 msgid "gfc_simplify_modulo(): Bad arguments"
81913 msgstr ""
81915 #: fortran/simplify.cc:6138
81916 #, gcc-internal-format, gfc-internal-format
81917 msgid "Result of NEAREST is NaN at %L"
81918 msgstr ""
81920 #: fortran/simplify.cc:6715
81921 #, gcc-internal-format, gfc-internal-format
81922 msgid "Argument NCOPIES of REPEAT intrinsic is negative at %L"
81923 msgstr ""
81925 #: fortran/simplify.cc:6771
81926 #, gcc-internal-format, gfc-internal-format
81927 msgid "Argument NCOPIES of REPEAT intrinsic is too large at %L"
81928 msgstr ""
81930 #: fortran/simplify.cc:6808
81931 #, gcc-internal-format, gfc-internal-format
81932 msgid ""
81933 "Evaluation of string longer than 2**28 at %L deferred to runtime, expect bugs"
81934 msgstr ""
81936 #: fortran/simplify.cc:6866
81937 #, gcc-internal-format, gfc-internal-format
81938 msgid ""
81939 "The SHAPE array for the RESHAPE intrinsic at %L has a negative value %d for "
81940 "dimension %d"
81941 msgstr ""
81943 #: fortran/simplify.cc:6890
81944 #, gcc-internal-format, gfc-internal-format
81945 msgid "Shapes of ORDER at %L and SHAPE at %L are different"
81946 msgstr ""
81948 #: fortran/simplify.cc:6903
81949 #, gcc-internal-format, gfc-internal-format
81950 msgid "Sizes of ORDER at %L and SHAPE at %L are different"
81951 msgstr ""
81953 #: fortran/simplify.cc:6917
81954 #, gcc-internal-format, gfc-internal-format
81955 msgid ""
81956 "Element with a value of %d in ORDER at %L must be in the range [1, ..., %d] "
81957 "for the RESHAPE intrinsic near %L"
81958 msgstr ""
81960 #: fortran/simplify.cc:6927
81961 #, gcc-internal-format, gfc-internal-format
81962 msgid "ORDER at %L is not a permutation of the size of SHAPE at %L"
81963 msgstr ""
81965 #: fortran/simplify.cc:6988
81966 #, gcc-internal-format, gfc-internal-format
81967 msgid "Reshaped array too large at %C"
81968 msgstr ""
81970 #: fortran/simplify.cc:7104
81971 #, gcc-internal-format, gfc-internal-format
81972 msgid "Result of SCALE overflows its kind at %L"
81973 msgstr ""
81975 #: fortran/simplify.cc:7694
81976 #, gcc-internal-format
81977 msgid "Bad type in gfc_simplify_sign"
81978 msgstr ""
81980 #: fortran/simplify.cc:7723
81981 #, gcc-internal-format
81982 msgid "in gfc_simplify_sin(): Bad type"
81983 msgstr ""
81985 #: fortran/simplify.cc:7861 fortran/simplify.cc:8144
81986 #, gcc-internal-format
81987 msgid "Failure getting length of a constant array."
81988 msgstr ""
81990 #: fortran/simplify.cc:7871
81991 #, gcc-internal-format
81992 msgid ""
81993 "The number of elements (%d) in the array constructor at %L requires an "
81994 "increase of the allowed %d upper limit.  See %<-fmax-array-constructor%> "
81995 "option."
81996 msgstr ""
81998 #: fortran/simplify.cc:7938
81999 #, gcc-internal-format, gfc-internal-format
82000 msgid "Simplification of SPREAD at %C not yet implemented"
82001 msgstr ""
82003 #: fortran/simplify.cc:7962
82004 #, gcc-internal-format, gfc-internal-format
82005 msgid "Argument of SQRT at %L has a negative value"
82006 msgstr ""
82008 #: fortran/simplify.cc:7978
82009 #, gcc-internal-format, gfc-internal-format
82010 msgid "invalid argument of SQRT at %L"
82011 msgstr ""
82013 #: fortran/simplify.cc:8325
82014 #, gcc-internal-format, gfc-internal-format
82015 msgid ""
82016 "Out of bounds in IMAGE_INDEX at %L for dimension %d, SUB has %ld and COARRAY "
82017 "lower bound is %ld)"
82018 msgstr ""
82020 #: fortran/simplify.cc:8348
82021 #, gcc-internal-format, gfc-internal-format
82022 msgid ""
82023 "Out of bounds in IMAGE_INDEX at %L for dimension %d, SUB has %ld and COARRAY "
82024 "upper bound is %ld)"
82025 msgstr ""
82027 #: fortran/simplify.cc:8848
82028 #, gcc-internal-format
82029 msgid ""
82030 "Character %qs in string at %L cannot be converted into character kind %d"
82031 msgstr ""
82033 #: fortran/st.cc:301
82034 #, gcc-internal-format
82035 msgid "gfc_free_statement(): Bad statement"
82036 msgstr ""
82038 #: fortran/symbol.cc:141
82039 #, gcc-internal-format, gfc-internal-format
82040 msgid "IMPLICIT NONE (type) statement at %L following an IMPLICIT statement"
82041 msgstr ""
82043 #: fortran/symbol.cc:178
82044 #, gcc-internal-format
82045 msgid "Letter %qc already set in IMPLICIT statement at %C"
82046 msgstr ""
82048 #: fortran/symbol.cc:200
82049 #, gcc-internal-format, gfc-internal-format
82050 msgid "Cannot specify IMPLICIT at %C after IMPLICIT NONE"
82051 msgstr ""
82053 #: fortran/symbol.cc:210
82054 #, gcc-internal-format
82055 msgid "Letter %qc already has an IMPLICIT type at %C"
82056 msgstr ""
82058 #: fortran/symbol.cc:234
82059 #, gcc-internal-format
82060 msgid ""
82061 "Option %<-fallow-leading-underscore%> is for use only by gfortran "
82062 "developers, and should not be used for implicitly typed variables"
82063 msgstr ""
82065 #: fortran/symbol.cc:239
82066 #, gcc-internal-format
82067 msgid "gfc_get_default_type(): Bad symbol %qs"
82068 msgstr ""
82070 #: fortran/symbol.cc:296
82071 #, gcc-internal-format
82072 msgid "gfc_set_default_type(): symbol already has a type"
82073 msgstr ""
82075 #: fortran/symbol.cc:306
82076 #, gcc-internal-format
82077 msgid "Symbol %qs at %L has no IMPLICIT type; did you mean %qs?"
82078 msgstr ""
82080 #: fortran/symbol.cc:310
82081 #, gcc-internal-format
82082 msgid "Symbol %qs at %L has no IMPLICIT type"
82083 msgstr ""
82085 #. BIND(C) variables should not be implicitly declared.
82086 #: fortran/symbol.cc:330
82087 #, gcc-internal-format
82088 msgid ""
82089 "Implicitly declared BIND(C) variable %qs at %L may not be C interoperable"
82090 msgstr ""
82092 #. Dummy args to a BIND(C) routine may not be interoperable if
82093 #. they are implicitly typed.
82094 #: fortran/symbol.cc:346
82095 #, gcc-internal-format
82096 msgid ""
82097 "Implicitly declared variable %qs at %L may not be C interoperable but it is "
82098 "a dummy argument to the BIND(C) procedure %qs at %L"
82099 msgstr ""
82101 #: fortran/symbol.cc:387
82102 #, gcc-internal-format
82103 msgid "Function result %qs at %L has no IMPLICIT type"
82104 msgstr ""
82106 #: fortran/symbol.cc:488
82107 #, gcc-internal-format, gfc-internal-format
82108 msgid "%s attribute not allowed in BLOCK DATA program unit at %L"
82109 msgstr ""
82111 #: fortran/symbol.cc:513
82112 #, gcc-internal-format, gfc-internal-format
82113 msgid "Namelist group name at %L cannot have the SAVE attribute"
82114 msgstr ""
82116 #: fortran/symbol.cc:532
82117 #, gcc-internal-format
82118 msgid "internal procedure %qs at %L conflicts with DUMMY argument"
82119 msgstr ""
82121 #: fortran/symbol.cc:565
82122 #, gcc-internal-format, gfc-internal-format
82123 msgid "Procedure pointer at %C"
82124 msgstr ""
82126 #: fortran/symbol.cc:777
82127 #, gcc-internal-format, gfc-internal-format
82128 msgid "%s attribute applied to %s %s at %L"
82129 msgstr ""
82131 #: fortran/symbol.cc:784
82132 #, gcc-internal-format, gfc-internal-format
82133 msgid "BIND(C) applied to %s %s at %L"
82134 msgstr ""
82136 #: fortran/symbol.cc:905 fortran/symbol.cc:916 fortran/symbol.cc:1796
82137 #, gcc-internal-format, gfc-internal-format
82138 msgid "%s attribute conflicts with %s attribute at %L"
82139 msgstr ""
82141 #: fortran/symbol.cc:908 fortran/symbol.cc:922
82142 #, gcc-internal-format
82143 msgid "%s attribute conflicts with %s attribute in %qs at %L"
82144 msgstr ""
82146 #: fortran/symbol.cc:966
82147 #, gcc-internal-format, gfc-internal-format
82148 msgid "Cannot change attributes of USE-associated symbol at %L"
82149 msgstr ""
82151 #: fortran/symbol.cc:969
82152 #, gcc-internal-format, gfc-internal-format
82153 msgid "Cannot change attributes of USE-associated symbol %s at %L"
82154 msgstr ""
82156 #: fortran/symbol.cc:985
82157 #, gcc-internal-format, gfc-internal-format
82158 msgid "Duplicate %s attribute specified at %L"
82159 msgstr ""
82161 #: fortran/symbol.cc:1027
82162 #, gcc-internal-format, gfc-internal-format
82163 msgid "ALLOCATABLE specified outside of INTERFACE body at %L"
82164 msgstr ""
82166 #: fortran/symbol.cc:1044
82167 #, gcc-internal-format, gfc-internal-format
82168 msgid "Duplicate AUTOMATIC attribute specified at %L"
82169 msgstr ""
82171 #: fortran/symbol.cc:1068
82172 #, gcc-internal-format
82173 msgid "CODIMENSION specified for %qs outside its INTERFACE body at %L"
82174 msgstr ""
82176 #: fortran/symbol.cc:1094
82177 #, gcc-internal-format
82178 msgid "DIMENSION specified for %qs outside its INTERFACE body at %L"
82179 msgstr ""
82181 #: fortran/symbol.cc:1257
82182 #, gcc-internal-format, gfc-internal-format
82183 msgid "Cray Pointee at %L appears in multiple pointer() statements"
82184 msgstr ""
82186 #: fortran/symbol.cc:1276
82187 #, gcc-internal-format, gfc-internal-format
82188 msgid "Duplicate PROTECTED attribute specified at %L"
82189 msgstr ""
82191 #: fortran/symbol.cc:1309
82192 #, gcc-internal-format, gfc-internal-format
82193 msgid "SAVE attribute at %L cannot be specified in a PURE procedure"
82194 msgstr ""
82196 #: fortran/symbol.cc:1321
82197 #, gcc-internal-format, gfc-internal-format
82198 msgid "Duplicate SAVE attribute specified at %L"
82199 msgstr ""
82201 #: fortran/symbol.cc:1341
82202 #, gcc-internal-format, gfc-internal-format
82203 msgid "Duplicate VALUE attribute specified at %L"
82204 msgstr ""
82206 #: fortran/symbol.cc:1360
82207 #, gcc-internal-format, gfc-internal-format
82208 msgid "Duplicate VOLATILE attribute specified at %L"
82209 msgstr ""
82211 #: fortran/symbol.cc:1372
82212 #, gcc-internal-format, gfc-internal-format
82213 msgid "VOLATILE attribute at %L cannot be specified in a PURE procedure"
82214 msgstr ""
82216 #: fortran/symbol.cc:1393
82217 #, gcc-internal-format, gfc-internal-format
82218 msgid "Duplicate ASYNCHRONOUS attribute specified at %L"
82219 msgstr ""
82221 #: fortran/symbol.cc:1792
82222 #, gcc-internal-format
82223 msgid "%s attribute of %qs conflicts with %s attribute at %L"
82224 msgstr ""
82226 #: fortran/symbol.cc:1829
82227 #, gcc-internal-format, gfc-internal-format
82228 msgid ""
82229 "%s procedure at %L is already declared as %s procedure. \n"
82230 "F2008: A pointer function assignment is ambiguous if it is the first "
82231 "executable statement after the specification block. Please add any other "
82232 "kind of executable statement before it. FIXME"
82233 msgstr ""
82235 #: fortran/symbol.cc:1837
82236 #, gcc-internal-format, gfc-internal-format
82237 msgid "%s procedure at %L is already declared as %s procedure"
82238 msgstr ""
82240 #: fortran/symbol.cc:1872
82241 #, gcc-internal-format, gfc-internal-format
82242 msgid "INTENT (%s) conflicts with INTENT(%s) at %L"
82243 msgstr ""
82245 #: fortran/symbol.cc:1896
82246 #, gcc-internal-format, gfc-internal-format
82247 msgid "ACCESS specification at %L was already specified"
82248 msgstr ""
82250 #: fortran/symbol.cc:1913
82251 #, gcc-internal-format, gfc-internal-format
82252 msgid "Duplicate BIND attribute specified at %L"
82253 msgstr ""
82255 #: fortran/symbol.cc:1920
82256 #, gcc-internal-format, gfc-internal-format
82257 msgid "BIND(C) at %L"
82258 msgstr ""
82260 #: fortran/symbol.cc:1936
82261 #, gcc-internal-format, gfc-internal-format
82262 msgid "Duplicate EXTENDS attribute specified at %L"
82263 msgstr ""
82265 #: fortran/symbol.cc:1940
82266 #, gcc-internal-format, gfc-internal-format
82267 msgid "EXTENDS at %L"
82268 msgstr ""
82270 #: fortran/symbol.cc:1966
82271 #, gcc-internal-format
82272 msgid "Symbol %qs at %L already has an explicit interface"
82273 msgstr ""
82275 #: fortran/symbol.cc:1973
82276 #, gcc-internal-format
82277 msgid "%qs at %L has attributes specified outside its INTERFACE body"
82278 msgstr ""
82280 #: fortran/symbol.cc:2011
82281 #, gcc-internal-format
82282 msgid ""
82283 "Symbol %qs at %L conflicts with symbol from module %qs, use-associated at %L"
82284 msgstr ""
82286 #: fortran/symbol.cc:2015 fortran/symbol.cc:2018
82287 #, gcc-internal-format
82288 msgid "Symbol %qs at %L already has basic type of %s"
82289 msgstr ""
82291 #: fortran/symbol.cc:2025
82292 #, gcc-internal-format
82293 msgid "Procedure %qs at %L may not have basic type of %s"
82294 msgstr ""
82296 #: fortran/symbol.cc:2037
82297 #, gcc-internal-format
82298 msgid "Symbol %qs at %L cannot have a type"
82299 msgstr ""
82301 #: fortran/symbol.cc:2282
82302 #, gcc-internal-format
82303 msgid "Component %qs at %C already in the parent type at %L"
82304 msgstr ""
82306 #: fortran/symbol.cc:2367
82307 #, gcc-internal-format
82308 msgid "Symbol %qs at %C is ambiguous"
82309 msgstr ""
82311 #: fortran/symbol.cc:2399
82312 #, gcc-internal-format
82313 msgid "Derived type %qs at %C is being used before it is defined"
82314 msgstr ""
82316 #: fortran/symbol.cc:2548
82317 #, gcc-internal-format
82318 msgid "Component %qs at %C is a PRIVATE component of %qs"
82319 msgstr ""
82321 #: fortran/symbol.cc:2569
82322 #, gcc-internal-format
82323 msgid "%qs at %C is not a member of the %qs structure; did you mean %qs?"
82324 msgstr ""
82326 #: fortran/symbol.cc:2573
82327 #, gcc-internal-format
82328 msgid "%qs at %C is not a member of the %qs structure"
82329 msgstr ""
82331 #: fortran/symbol.cc:2737
82332 #, gcc-internal-format, gfc-internal-format
82333 msgid "Duplicate statement label %d at %L and %L"
82334 msgstr ""
82336 #: fortran/symbol.cc:2748
82337 #, gcc-internal-format, gfc-internal-format
82338 msgid "Label %d at %C already referenced as branch target"
82339 msgstr ""
82341 #: fortran/symbol.cc:2758
82342 #, gcc-internal-format, gfc-internal-format
82343 msgid "Label %d at %C already referenced as a format label"
82344 msgstr ""
82346 #: fortran/symbol.cc:2765
82347 #, gcc-internal-format, gfc-internal-format
82348 msgid ""
82349 "DO termination statement which is not END DO or CONTINUE with label %d at %C"
82350 msgstr ""
82352 #: fortran/symbol.cc:2806
82353 #, gcc-internal-format, gfc-internal-format
82354 msgid "Label %d at %C previously used as a FORMAT label"
82355 msgstr ""
82357 #: fortran/symbol.cc:2815
82358 #, gcc-internal-format, gfc-internal-format
82359 msgid "Label %d at %C previously used as branch target"
82360 msgstr ""
82362 #: fortran/symbol.cc:2822
82363 #, gcc-internal-format, gfc-internal-format
82364 msgid "Shared DO termination label %d at %C"
82365 msgstr ""
82367 #: fortran/symbol.cc:2826
82368 #, gcc-internal-format, gfc-internal-format
82369 msgid "Labeled DO statement at %L"
82370 msgstr ""
82372 #: fortran/symbol.cc:3167
82373 #, gcc-internal-format
82374 msgid "Name %qs at %C is an ambiguous reference to %qs from module %qs"
82375 msgstr ""
82377 #: fortran/symbol.cc:3170
82378 #, gcc-internal-format
82379 msgid ""
82380 "Name %qs at %C is an ambiguous reference to %qs from current program unit"
82381 msgstr ""
82383 #. Symbol is from another namespace.
82384 #: fortran/symbol.cc:3415
82385 #, gcc-internal-format
82386 msgid "Symbol %qs at %C has already been host associated"
82387 msgstr ""
82389 #: fortran/symbol.cc:4438
82390 #, gcc-internal-format
82391 msgid "verify_bind_c_derived_type(): Given symbol is unexpectedly NULL"
82392 msgstr ""
82394 #: fortran/symbol.cc:4451
82395 #, gcc-internal-format
82396 msgid ""
82397 "Derived type %qs declared at %L must have the BIND attribute to be C "
82398 "interoperable"
82399 msgstr ""
82401 #: fortran/symbol.cc:4469
82402 #, gcc-internal-format
82403 msgid ""
82404 "Derived type %qs with BIND(C) attribute at %L is empty, and may be "
82405 "inaccessible by the C companion processor"
82406 msgstr ""
82408 #: fortran/symbol.cc:4490
82409 #, gcc-internal-format
82410 msgid ""
82411 "Component %qs at %L cannot have the POINTER attribute because it is a member "
82412 "of the BIND(C) derived type %qs at %L"
82413 msgstr ""
82415 #: fortran/symbol.cc:4500
82416 #, gcc-internal-format
82417 msgid ""
82418 "Procedure pointer component %qs at %L cannot be a member of the BIND(C) "
82419 "derived type %qs at %L"
82420 msgstr ""
82422 #: fortran/symbol.cc:4511
82423 #, gcc-internal-format
82424 msgid ""
82425 "Component %qs at %L cannot have the ALLOCATABLE attribute because it is a "
82426 "member of the BIND(C) derived type %qs at %L"
82427 msgstr ""
82429 #: fortran/symbol.cc:4550
82430 #, gcc-internal-format
82431 msgid ""
82432 "Component %qs in derived type %qs at %L may not be C interoperable, even "
82433 "though derived type %qs is BIND(C)"
82434 msgstr ""
82436 #: fortran/symbol.cc:4560
82437 #, gcc-internal-format
82438 msgid "Component %qs in derived type %qs at %L may not be C interoperable"
82439 msgstr ""
82441 #: fortran/symbol.cc:4572
82442 #, gcc-internal-format
82443 msgid ""
82444 "Derived type %qs at %L cannot have the SEQUENCE attribute because it is "
82445 "BIND(C)"
82446 msgstr ""
82448 #: fortran/symbol.cc:5069 fortran/symbol.cc:5074
82449 #, gcc-internal-format
82450 msgid "Symbol %qs is used before it is typed at %L"
82451 msgstr ""
82453 #: fortran/target-memory.cc:137
82454 #, gcc-internal-format
82455 msgid "Invalid expression in gfc_element_size."
82456 msgstr ""
82458 #: fortran/target-memory.cc:361
82459 #, gcc-internal-format
82460 msgid "Invalid expression in gfc_target_encode_expr."
82461 msgstr ""
82463 #: fortran/target-memory.cc:637
82464 #, gcc-internal-format
82465 msgid "Invalid expression in gfc_target_interpret_expr."
82466 msgstr ""
82468 #: fortran/target-memory.cc:710
82469 #, gcc-internal-format, gfc-internal-format
82470 msgid "Overlapping unequal initializers in EQUIVALENCE at %L"
82471 msgstr ""
82473 #: fortran/target-memory.cc:713
82474 #, gcc-internal-format, gfc-internal-format
82475 msgid "Overlapping unequal initializers in EQUIVALENCE at %C"
82476 msgstr ""
82478 #: fortran/trans-array.cc:2318 fortran/trans-expr.cc:9462
82479 #, gcc-internal-format, gfc-internal-format
82480 msgid ""
82481 "The structure constructor at %C has been finalized. This feature was removed "
82482 "by f08/0011. Use -std=f2018 or -std=gnu to eliminate the finalization."
82483 msgstr ""
82485 #. Problems occur when we get something like
82486 #. integer :: a(lots) = (/(i, i=1, lots)/)
82487 #: fortran/trans-array.cc:6390
82488 #, gcc-internal-format
82489 msgid ""
82490 "The number of elements in the array constructor at %L requires an increase "
82491 "of the allowed %d upper limit. See %<-fmax-array-constructor%> option"
82492 msgstr ""
82494 #: fortran/trans-array.cc:8572
82495 #, gcc-internal-format
82496 msgid "Creating array temporary at %L for argument %qs"
82497 msgstr ""
82499 #: fortran/trans-array.cc:11864
82500 #, gcc-internal-format, gfc-internal-format
82501 msgid "bad expression type during walk (%d)"
82502 msgstr ""
82504 #: fortran/trans-common.cc:411
82505 #, gcc-internal-format
82506 msgid ""
82507 "Named COMMON block %qs at %L shall be of the same size as elsewhere (%lu vs "
82508 "%lu bytes)"
82509 msgstr ""
82511 #: fortran/trans-common.cc:819
82512 #, gcc-internal-format
82513 msgid "get_mpz(): Not an integer constant"
82514 msgstr ""
82516 #: fortran/trans-common.cc:847
82517 #, gcc-internal-format
82518 msgid "element_number(): Bad dimension type"
82519 msgstr ""
82521 #: fortran/trans-common.cc:917
82522 #, gcc-internal-format, gfc-internal-format
82523 msgid "Bad array reference at %L"
82524 msgstr ""
82526 #: fortran/trans-common.cc:925
82527 #, gcc-internal-format, gfc-internal-format
82528 msgid "Illegal reference type at %L as EQUIVALENCE object"
82529 msgstr ""
82531 #: fortran/trans-common.cc:965
82532 #, gcc-internal-format
82533 msgid "Inconsistent equivalence rules involving %qs at %L and %qs at %L"
82534 msgstr ""
82536 #. Aligning this field would misalign a previous field.
82537 #: fortran/trans-common.cc:1154
82538 #, gcc-internal-format
82539 msgid ""
82540 "The equivalence set for variable %qs declared at %L violates alignment "
82541 "requirements"
82542 msgstr ""
82544 #: fortran/trans-common.cc:1219
82545 #, gcc-internal-format
82546 msgid "Equivalence for %qs does not match ordering of COMMON %qs at %L"
82547 msgstr ""
82549 #: fortran/trans-common.cc:1234
82550 #, gcc-internal-format
82551 msgid ""
82552 "The equivalence set for %qs cause an invalid extension to COMMON %qs at %L"
82553 msgstr ""
82555 #: fortran/trans-common.cc:1250
82556 #, gcc-internal-format
82557 msgid ""
82558 "Padding of %d bytes required before %qs in COMMON %qs at %L; reorder "
82559 "elements or use %<-fno-align-commons%>"
82560 msgstr ""
82562 #: fortran/trans-common.cc:1256
82563 #, gcc-internal-format
82564 msgid ""
82565 "Padding of %d bytes required before %qs in COMMON at %L; reorder elements or "
82566 "use %<-fno-align-commons%>"
82567 msgstr ""
82569 #: fortran/trans-common.cc:1277
82570 #, gcc-internal-format
82571 msgid "COMMON %qs at %L does not exist"
82572 msgstr ""
82574 #: fortran/trans-common.cc:1286
82575 #, gcc-internal-format
82576 msgid ""
82577 "COMMON %qs at %L requires %d bytes of padding; reorder elements or use %<-"
82578 "fno-align-commons%>"
82579 msgstr ""
82581 #: fortran/trans-common.cc:1291
82582 #, gcc-internal-format
82583 msgid ""
82584 "COMMON at %L requires %d bytes of padding; reorder elements or use %<-fno-"
82585 "align-commons%>"
82586 msgstr ""
82588 #: fortran/trans-const.cc:336
82589 #, gcc-internal-format, gfc-internal-format
82590 msgid "Assigning value other than 0 or 1 to LOGICAL has undefined result at %L"
82591 msgstr ""
82593 #: fortran/trans-const.cc:402
82594 #, gcc-internal-format, gfc-internal-format
82595 msgid "non-constant initialization expression at %L"
82596 msgstr ""
82598 #: fortran/trans-decl.cc:762
82599 #, gcc-internal-format
82600 msgid ""
82601 "Array %qs at %L is larger than limit set by %<-fmax-stack-var-size=%>, moved "
82602 "from stack to static storage. This makes the procedure unsafe when called "
82603 "recursively, or concurrently from multiple threads. Consider increasing the "
82604 "%<-fmax-stack-var-size=%> limit (or use %<-frecursive%>, which implies "
82605 "unlimited %<-fmax-stack-var-size%>) - or change the code to use an "
82606 "ALLOCATABLE array. If the variable is never accessed concurrently, this "
82607 "warning can be ignored, and the variable could also be declared with the "
82608 "SAVE attribute."
82609 msgstr ""
82611 #: fortran/trans-decl.cc:1795
82612 #, gcc-internal-format
82613 msgid "intrinsic variable which isn't a procedure"
82614 msgstr ""
82616 #: fortran/trans-decl.cc:4545 fortran/trans-decl.cc:7789
82617 #, gcc-internal-format
82618 msgid "Return value of function %qs at %L not set"
82619 msgstr ""
82621 #: fortran/trans-decl.cc:5037
82622 #, gcc-internal-format
82623 msgid "Deferred type parameter not yet supported"
82624 msgstr ""
82626 #: fortran/trans-decl.cc:5270
82627 #, gcc-internal-format
82628 msgid "backend decl for module variable %qs already exists"
82629 msgstr ""
82631 #: fortran/trans-decl.cc:5283
82632 #, gcc-internal-format
82633 msgid "Unused PRIVATE module variable %qs declared at %L"
82634 msgstr ""
82636 #: fortran/trans-decl.cc:5905
82637 #, gcc-internal-format
82638 msgid "Symbol %qs at %L has the WEAK attribute but is a dummy argument"
82639 msgstr ""
82641 #: fortran/trans-decl.cc:5908
82642 #, gcc-internal-format
82643 msgid "Symbol %qs at %L has the WEAK attribute but is a local variable"
82644 msgstr ""
82646 #: fortran/trans-decl.cc:5923
82647 #, gcc-internal-format
82648 msgid "Dummy argument %qs at %L was declared INTENT(OUT) but was not set"
82649 msgstr ""
82651 #: fortran/trans-decl.cc:5929
82652 #, gcc-internal-format
82653 msgid ""
82654 "Derived-type dummy argument %qs at %L was declared INTENT(OUT) but was not "
82655 "set and does not have a default initializer"
82656 msgstr ""
82658 #: fortran/trans-decl.cc:5940 fortran/trans-decl.cc:6091
82659 #, gcc-internal-format
82660 msgid "Unused dummy argument %qs at %L"
82661 msgstr ""
82663 #: fortran/trans-decl.cc:5956
82664 #, gcc-internal-format
82665 msgid "Unused module variable %qs which has been explicitly imported at %L"
82666 msgstr ""
82668 #: fortran/trans-decl.cc:5975
82669 #, gcc-internal-format
82670 msgid "Unused variable %qs declared at %L"
82671 msgstr ""
82673 #: fortran/trans-decl.cc:6024
82674 #, gcc-internal-format
82675 msgid "Unused parameter %qs declared at %L"
82676 msgstr ""
82678 #: fortran/trans-decl.cc:6028
82679 #, gcc-internal-format
82680 msgid "Unused parameter %qs which has been explicitly imported at %L"
82681 msgstr ""
82683 #: fortran/trans-decl.cc:6058
82684 #, gcc-internal-format
82685 msgid "Return value %qs of function %qs declared at %L not set"
82686 msgstr ""
82688 #: fortran/trans-decl.cc:6655
82689 #, gcc-internal-format, gfc-internal-format
82690 msgid "Sorry, !$ACC DECLARE at %L is not allowed in BLOCK construct"
82691 msgstr ""
82693 #: fortran/trans-expr.cc:1109
82694 #, gcc-internal-format, gfc-internal-format
82695 msgid "Cannot compute the length of the char array at %L."
82696 msgstr ""
82698 #: fortran/trans-expr.cc:1885
82699 #, gcc-internal-format, gfc-internal-format
82700 msgid "Code for reallocating the allocatable variable at %L will be added"
82701 msgstr ""
82703 #: fortran/trans-expr.cc:2202
82704 #, gcc-internal-format, gfc-internal-format
82705 msgid ""
82706 "Sorry, coindexed access to an unlimited polymorphic object at %L is not "
82707 "supported"
82708 msgstr ""
82710 #: fortran/trans-expr.cc:2211
82711 #, gcc-internal-format, gfc-internal-format
82712 msgid ""
82713 "Sorry, coindexed access to an unlimited polymorphic component at %L is not "
82714 "supported"
82715 msgstr ""
82717 #: fortran/trans-expr.cc:3887
82718 #, gcc-internal-format
82719 msgid "Unknown intrinsic op"
82720 msgstr ""
82722 #: fortran/trans-expr.cc:5405
82723 #, gcc-internal-format, gfc-internal-format
82724 msgid "Unknown argument list function at %L"
82725 msgstr ""
82727 #: fortran/trans-expr.cc:10034
82728 #, gcc-internal-format, gfc-internal-format
82729 msgid ""
82730 "If bounds remapping is specified at %L, the pointer target shall not be NULL"
82731 msgstr ""
82733 #: fortran/trans-intrinsic.cc:944
82734 #, gcc-internal-format
82735 msgid "Intrinsic function %qs (%d) not recognized"
82736 msgstr ""
82738 #: fortran/trans-intrinsic.cc:2449 fortran/trans-intrinsic.cc:2998
82739 #: fortran/trans-intrinsic.cc:3199
82740 #, gcc-internal-format
82741 msgid "%<dim%> argument of %s intrinsic at %L is not a valid dimension index"
82742 msgstr ""
82744 #: fortran/trans-intrinsic.cc:12117 fortran/trans-stmt.cc:1103
82745 #, gcc-internal-format, gfc-internal-format
82746 msgid "Sorry, the event component of derived type at %L is not yet supported"
82747 msgstr ""
82749 #: fortran/trans-intrinsic.cc:12124
82750 #, gcc-internal-format, gfc-internal-format
82751 msgid "The event variable at %L shall not be coindexed"
82752 msgstr ""
82754 #: fortran/trans-io.cc:1991
82755 #, gcc-internal-format
82756 msgid "build_dt: format with namelist"
82757 msgstr ""
82759 #: fortran/trans-io.cc:2532
82760 #, gcc-internal-format, gfc-internal-format
82761 msgid "Bad IO basetype (%d)"
82762 msgstr ""
82764 #: fortran/trans-openmp.cc:871 fortran/trans-openmp.cc:1388
82765 #, gcc-internal-format
82766 msgid "Sorry, polymorphic arrays not yet supported for firstprivate"
82767 msgstr ""
82769 #: fortran/trans-openmp.cc:1542
82770 #, gcc-internal-format
82771 msgid "implicit mapping of assumed size array %qD"
82772 msgstr ""
82774 #: fortran/trans-openmp.cc:3137
82775 #, gcc-internal-format
82776 msgid "optional class parameter"
82777 msgstr ""
82779 #: fortran/trans-openmp.cc:3449
82780 #, gcc-internal-format
82781 msgid "unhandled expression type"
82782 msgstr ""
82784 #: fortran/trans-openmp.cc:3603
82785 #, gcc-internal-format
82786 msgid "unhandled expression"
82787 msgstr ""
82789 #: fortran/trans-openmp.cc:5154 fortran/trans-openmp.cc:5174
82790 #, gcc-internal-format
82791 msgid "non-rectangular loop nest with step other than constant 1 or -1 for %qs"
82792 msgstr ""
82794 #: fortran/trans-openmp.cc:5176
82795 #, gcc-internal-format
82796 msgid "Used here"
82797 msgstr ""
82799 #: fortran/trans-openmp.cc:6693
82800 #, gcc-internal-format
82801 msgid ""
82802 "%qs specified in 'allocate' clause at %L but not in an explicit "
82803 "privatization clause"
82804 msgstr ""
82806 #: fortran/trans-openmp.cc:7590
82807 #, gcc-internal-format
82808 msgid "gfc_trans_omp_workshare(): Bad statement code"
82809 msgstr ""
82811 #: fortran/trans-openmp.cc:7890
82812 #, gcc-internal-format, gfc-internal-format
82813 msgid "The base name for 'declare variant' must be specified at %L "
82814 msgstr ""
82816 #: fortran/trans-openmp.cc:7900
82817 #, gcc-internal-format, gfc-internal-format
82818 msgid "The base name at %L does not match the name of the current procedure"
82819 msgstr ""
82821 #: fortran/trans-openmp.cc:7903
82822 #, gcc-internal-format, gfc-internal-format
82823 msgid "The base name at %L must not be an entry name"
82824 msgstr ""
82826 #: fortran/trans-openmp.cc:7906
82827 #, gcc-internal-format, gfc-internal-format
82828 msgid "The base name at %L must not be a generic name"
82829 msgstr ""
82831 #: fortran/trans-openmp.cc:7909
82832 #, gcc-internal-format, gfc-internal-format
82833 msgid "The base name at %L must not be a procedure pointer"
82834 msgstr ""
82836 #: fortran/trans-openmp.cc:7912
82837 #, gcc-internal-format, gfc-internal-format
82838 msgid "The base procedure at %L must have an explicit interface"
82839 msgstr ""
82841 #: fortran/trans-openmp.cc:8009
82842 #, gcc-internal-format
82843 msgid "Cannot find symbol %qs"
82844 msgstr ""
82846 #: fortran/trans-openmp.cc:8020
82847 #, gcc-internal-format
82848 msgid "variant %qs at %L is not a function or subroutine"
82849 msgstr ""
82851 #: fortran/trans-openmp.cc:8032
82852 #, gcc-internal-format
82853 msgid "variant %qs and base %qs at %L have incompatible types: %s"
82854 msgstr ""
82856 #: fortran/trans-stmt.cc:575
82857 #, gcc-internal-format, gfc-internal-format
82858 msgid "An alternate return at %L without a * dummy argument"
82859 msgstr ""
82861 #: fortran/trans-stmt.cc:907
82862 #, gcc-internal-format, gfc-internal-format
82863 msgid "Sorry, the lock component of derived type at %L is not yet supported"
82864 msgstr ""
82866 #: fortran/trans-stmt.cc:1366
82867 #, gcc-internal-format, gfc-internal-format
82868 msgid "Sorry, only support for integer kind %d implemented for image-set at %L"
82869 msgstr ""
82871 #: fortran/trans-stmt.cc:3670
82872 #, gcc-internal-format
82873 msgid "gfc_trans_select(): Bad type for case expr."
82874 msgstr ""
82876 #: fortran/trans-types.cc:537
82877 #, gcc-internal-format
82878 msgid ""
82879 "%<-fconvert=r16_ieee%> or %<-fconvert=r16_ibm%> not supported on this "
82880 "architecture"
82881 msgstr ""
82883 #: fortran/trans-types.cc:550
82884 #, gcc-internal-format
82885 msgid "INTEGER(KIND=8) is not available for %<-fdefault-integer-8%> option"
82886 msgstr ""
82888 #: fortran/trans-types.cc:559
82889 #, gcc-internal-format
82890 msgid "INTEGER(KIND=8) is not available for %<-finteger-4-integer-8%> option"
82891 msgstr ""
82893 #: fortran/trans-types.cc:578
82894 #, gcc-internal-format
82895 msgid "REAL(KIND=8) is not available for %<-fdefault-real-8%> option"
82896 msgstr ""
82898 #: fortran/trans-types.cc:586
82899 #, gcc-internal-format
82900 msgid "REAL(KIND=10) is not available for %<-fdefault-real-10%> option"
82901 msgstr ""
82903 #: fortran/trans-types.cc:594
82904 #, gcc-internal-format
82905 msgid "REAL(KIND=16) is not available for %<-fdefault-real-16%> option"
82906 msgstr ""
82908 #: fortran/trans-types.cc:602
82909 #, gcc-internal-format
82910 msgid "REAL(KIND=8) is not available for %<-freal-4-real-8%> option"
82911 msgstr ""
82913 #: fortran/trans-types.cc:610
82914 #, gcc-internal-format
82915 msgid "REAL(KIND=10) is not available for %<-freal-4-real-10%> option"
82916 msgstr ""
82918 #: fortran/trans-types.cc:618
82919 #, gcc-internal-format
82920 msgid "REAL(KIND=16) is not available for %<-freal-4-real-16%> option"
82921 msgstr ""
82923 #: fortran/trans-types.cc:649
82924 #, gcc-internal-format
82925 msgid "REAL(KIND=4) is not available for %<-freal-8-real-4%> option"
82926 msgstr ""
82928 #: fortran/trans-types.cc:657
82929 #, gcc-internal-format
82930 msgid "REAL(KIND=10) is not available for %<-freal-8-real-10%> option"
82931 msgstr ""
82933 #: fortran/trans-types.cc:665
82934 #, gcc-internal-format
82935 msgid "REAL(KIND=10) is not available for %<-freal-8-real-16%> option"
82936 msgstr ""
82938 #: fortran/trans-types.cc:807
82939 #, gcc-internal-format
82940 msgid "gfc_validate_kind(): Got bad type"
82941 msgstr ""
82943 #: fortran/trans-types.cc:811
82944 #, gcc-internal-format
82945 msgid "gfc_validate_kind(): Got bad kind"
82946 msgstr ""
82948 #: fortran/trans.cc:2547
82949 #, gcc-internal-format
82950 msgid "gfc_trans_code(): Bad statement code"
82951 msgstr ""
82953 #: go/gofrontend/embed.cc:278
82954 #, gcc-internal-format
82955 msgid "invalid embedcfg: not a JSON object"
82956 msgstr ""
82958 #: go/gofrontend/embed.cc:285
82959 #, gcc-internal-format
82960 msgid "invalid embedcfg: missing Patterns"
82961 msgstr ""
82963 #: go/gofrontend/embed.cc:290
82964 #, gcc-internal-format
82965 msgid "invalid embedcfg: Patterns is not a JSON object"
82966 msgstr ""
82968 #: go/gofrontend/embed.cc:297
82969 #, gcc-internal-format
82970 msgid "invalid embedcfg: missing Files"
82971 msgstr ""
82973 #: go/gofrontend/embed.cc:302
82974 #, gcc-internal-format
82975 msgid "invalid embedcfg: Files is not a JSON object"
82976 msgstr ""
82978 #: go/gofrontend/embed.cc:312
82979 #, gcc-internal-format
82980 msgid "invalid embedcfg: Patterns entry is not an array"
82981 msgstr ""
82983 #: go/gofrontend/embed.cc:324
82984 #, gcc-internal-format
82985 msgid "invalid embedcfg: duplicate Patterns entry"
82986 msgstr ""
82988 #: go/gofrontend/embed.cc:336
82989 #, gcc-internal-format
82990 msgid "invalid embedcfg: Files entry is not a string"
82991 msgstr ""
82993 #: go/gofrontend/embed.cc:353
82994 #, gcc-internal-format
82995 msgid "empty file"
82996 msgstr ""
82998 #: go/gofrontend/embed.cc:391 go/gofrontend/embed.cc:520
82999 #, gcc-internal-format
83000 msgid "expected %<\"%>"
83001 msgstr ""
83003 #: go/gofrontend/embed.cc:474
83004 #, gcc-internal-format
83005 msgid "expected %<,%> or %<]%>"
83006 msgstr ""
83008 #: go/gofrontend/embed.cc:506
83009 #, gcc-internal-format
83010 msgid "invalid JSON syntax"
83011 msgstr ""
83013 #: go/gofrontend/embed.cc:538 go/gofrontend/embed.cc:581
83014 #: go/gofrontend/embed.cc:615
83015 #, gcc-internal-format
83016 msgid "unterminated string"
83017 msgstr ""
83019 #: go/gofrontend/embed.cc:595
83020 #, gcc-internal-format
83021 msgid "invalid hex digit"
83022 msgstr ""
83024 #: go/gofrontend/embed.cc:604
83025 #, gcc-internal-format
83026 msgid "unrecognized string escape"
83027 msgstr ""
83029 #: go/gofrontend/embed.cc:625
83030 #, gcc-internal-format
83031 msgid "extraneous data at end of file"
83032 msgstr ""
83034 #: go/gofrontend/embed.cc:645
83035 #, gcc-internal-format
83036 msgid "unexpected EOF"
83037 msgstr ""
83039 #: jit/dummy-frontend.cc:207 lto/lto-lang.cc:310
83040 #, gcc-internal-format
83041 msgid "%s:%s: %E: %E"
83042 msgstr ""
83044 #: lto/lto-common.cc:2027
83045 #, gcc-internal-format
83046 msgid "bytecode stream: garbage at the end of symbols section"
83047 msgstr ""
83049 #: lto/lto-common.cc:2054
83050 #, gcc-internal-format
83051 msgid "could not parse hex number"
83052 msgstr ""
83054 #: lto/lto-common.cc:2086
83055 #, gcc-internal-format, gfc-internal-format
83056 msgid "unexpected file name %s in linker resolution file. Expected %s"
83057 msgstr ""
83059 #: lto/lto-common.cc:2095
83060 #, gcc-internal-format
83061 msgid "could not parse file offset"
83062 msgstr ""
83064 #: lto/lto-common.cc:2098
83065 #, gcc-internal-format
83066 msgid "unexpected offset"
83067 msgstr ""
83069 #: lto/lto-common.cc:2119
83070 #, gcc-internal-format
83071 msgid "invalid line in the resolution file"
83072 msgstr ""
83074 #: lto/lto-common.cc:2141
83075 #, gcc-internal-format
83076 msgid "invalid resolution in the resolution file"
83077 msgstr ""
83079 #: lto/lto-common.cc:2147
83080 #, gcc-internal-format
83081 msgid "resolution sub id %wx not in object file"
83082 msgstr ""
83084 #: lto/lto-common.cc:2264
83085 #, gcc-internal-format
83086 msgid "bytecode stream in file %qs generated with GCC compiler older than 10.0"
83087 msgstr ""
83089 #: lto/lto-common.cc:2283
83090 #, gcc-internal-format
83091 msgid "cannot read %<LTO_section_decls%> from %s"
83092 msgstr ""
83094 #: lto/lto-common.cc:2404
83095 #, gcc-internal-format, gfc-internal-format
83096 msgid "Cannot open %s"
83097 msgstr ""
83099 #: lto/lto-common.cc:2425
83100 #, gcc-internal-format, gfc-internal-format
83101 msgid "Cannot map %s"
83102 msgstr ""
83104 #: lto/lto-common.cc:2436
83105 #, gcc-internal-format, gfc-internal-format
83106 msgid "Cannot read %s"
83107 msgstr ""
83109 #: lto/lto-common.cc:2753
83110 #, gcc-internal-format
83111 msgid "could not open symbol resolution file: %m"
83112 msgstr ""
83114 #: lto/lto-common.cc:2878
83115 #, gcc-internal-format, gfc-internal-format
83116 msgid "missing resolution data for %s"
83117 msgstr ""
83119 #: lto/lto-common.cc:2915
83120 #, gcc-internal-format
83121 msgid "errors during merging of translation units"
83122 msgstr ""
83124 #: lto/lto-dump.cc:256
83125 #, gcc-internal-format
83126 msgid "Level not found, use none, slim, blocks, vops."
83127 msgstr ""
83129 #: lto/lto-dump.cc:270
83130 #, gcc-internal-format
83131 msgid "Function not found."
83132 msgstr ""
83134 #: lto/lto-dump.cc:349 lto/lto-dump.cc:359
83135 #, gcc-internal-format
83136 msgid "Not configured with %<--enable-gather-detailed-mem-stats%>."
83137 msgstr ""
83139 #: lto/lto-lang.cc:865
83140 #, gcc-internal-format
83141 msgid "%<-fwpa%> and %<-fltrans%> are mutually exclusive"
83142 msgstr ""
83144 #: lto/lto-lang.cc:899
83145 #, gcc-internal-format
83146 msgid "%<-flinker-output=rel%> and %<-fltrans%> are mutually exclusive"
83147 msgstr ""
83149 #: lto/lto-object.cc:106
83150 #, gcc-internal-format, gfc-internal-format
83151 msgid "open %s failed: %s"
83152 msgstr ""
83154 #: lto/lto-object.cc:150
83155 #, gcc-internal-format, gfc-internal-format
83156 msgid "%s: %s: %s"
83157 msgstr ""
83159 #: lto/lto-object.cc:191
83160 #, gcc-internal-format, gfc-internal-format
83161 msgid "close: %s"
83162 msgstr ""
83164 #: lto/lto-object.cc:247
83165 #, gcc-internal-format, gfc-internal-format
83166 msgid "two or more sections for %s"
83167 msgstr ""
83169 #: lto/lto-partition.cc:534
83170 #, gcc-internal-format
83171 msgid "min partition size cannot be greater than max partition size"
83172 msgstr ""
83174 #: lto/lto-symtab.cc:169
83175 #, gcc-internal-format
83176 msgid "%qD is defined with tls model %s"
83177 msgstr ""
83179 #: lto/lto-symtab.cc:171
83180 #, gcc-internal-format, gfc-internal-format
83181 msgid "previously defined here as %s"
83182 msgstr ""
83184 #: lto/lto-symtab.cc:474
83185 #, gcc-internal-format
83186 msgid "multiple prevailing defs for %qE"
83187 msgstr ""
83189 #: lto/lto-symtab.cc:492
83190 #, gcc-internal-format
83191 msgid "%qD has already been defined"
83192 msgstr ""
83194 #: lto/lto-symtab.cc:494
83195 #, gcc-internal-format
83196 msgid "previously defined here"
83197 msgstr ""
83199 #: lto/lto-symtab.cc:720
83200 #, gcc-internal-format
83201 msgid "%qD violates the C++ One Definition Rule"
83202 msgstr ""
83204 #: lto/lto-symtab.cc:726
83205 #, gcc-internal-format
83206 msgid "type of %qD does not match original declaration"
83207 msgstr ""
83209 #: lto/lto-symtab.cc:746
83210 #, gcc-internal-format
83211 msgid "alignment of %qD is bigger than original declaration"
83212 msgstr ""
83214 #: lto/lto-symtab.cc:752
83215 #, gcc-internal-format
83216 msgid "size of %qD differ from the size of original declaration"
83217 msgstr ""
83219 #: lto/lto-symtab.cc:757
83220 #, gcc-internal-format
83221 msgid "%qD was previously declared here"
83222 msgstr ""
83224 #: lto/lto-symtab.cc:760
83225 #, gcc-internal-format
83226 msgid "code may be misoptimized unless %<-fno-strict-aliasing%> is used"
83227 msgstr ""
83229 #: lto/lto-symtab.cc:846
83230 #, gcc-internal-format
83231 msgid "variable %qD redeclared as function"
83232 msgstr ""
83234 #: lto/lto-symtab.cc:853
83235 #, gcc-internal-format
83236 msgid "function %qD redeclared as variable"
83237 msgstr ""
83239 #: lto/lto-symtab.cc:865
83240 #, gcc-internal-format
83241 msgid "previously declared here"
83242 msgstr ""
83244 #: lto/lto.cc:172
83245 #, gcc-internal-format
83246 msgid "%<lto_obj_file_open()%> failed"
83247 msgstr ""
83249 #: lto/lto.cc:204
83250 #, gcc-internal-format
83251 msgid "waitpid failed"
83252 msgstr ""
83254 #: lto/lto.cc:207
83255 #, gcc-internal-format
83256 msgid "streaming subprocess failed"
83257 msgstr ""
83259 #: lto/lto.cc:210
83260 #, gcc-internal-format
83261 msgid "streaming subprocess was killed by signal"
83262 msgstr ""
83264 #: lto/lto.cc:317
83265 #, gcc-internal-format
83266 msgid "no LTRANS output list filename provided"
83267 msgstr ""
83269 #: lto/lto.cc:425
83270 #, gcc-internal-format
83271 msgid "opening LTRANS output list %s: %m"
83272 msgstr ""
83274 #: lto/lto.cc:432
83275 #, gcc-internal-format
83276 msgid "writing to LTRANS output list %s: %m"
83277 msgstr ""
83279 #: lto/lto.cc:442
83280 #, gcc-internal-format
83281 msgid "closing LTRANS output list %s: %m"
83282 msgstr ""
83284 #: m2/gm2-lang.cc:1048
83285 #, gcc-internal-format
83286 msgid "cannot convert expression, only base types can be converted"
83287 msgstr ""
83289 #. Not found, probably a user typo.
83290 #: m2/gm2spec.cc:346
83291 #, gcc-internal-format
83292 msgid "%qs is not a valid Modula-2 system library name or abbreviation"
83293 msgstr ""
83295 #: m2/gm2spec.cc:728 m2/gm2spec.cc:736
83296 #, gcc-internal-format
83297 msgid "%qs and %qs cannot both be enabled"
83298 msgstr ""
83300 #: m2/gm2-gcc/m2assert.cc:40
83301 #, gcc-internal-format
83302 msgid "the location value is corrupt"
83303 msgstr ""
83305 #: m2/gm2-gcc/m2builtins.cc:43
83306 #, gcc-internal-format
83307 msgid "%s:%d:assertion of condition %qs failed"
83308 msgstr ""
83310 #: m2/gm2-gcc/m2builtins.cc:49
83311 #, gcc-internal-format, gfc-internal-format
83312 msgid "%s:%d:%s"
83313 msgstr ""
83315 #: m2/gm2-gcc/m2convert.cc:111
83316 #, gcc-internal-format
83317 msgid "negative integer implicitly converted to unsigned type"
83318 msgstr ""
83320 #: m2/gm2-gcc/m2convert.cc:118
83321 #, gcc-internal-format
83322 msgid "conversion of unsigned constant value to negative integer"
83323 msgstr ""
83325 #: m2/gm2-gcc/m2convert.cc:199 m2/gm2-gcc/m2convert.cc:203
83326 #, gcc-internal-format
83327 msgid "conversion to %qT alters %qT constant value"
83328 msgstr ""
83330 #: m2/gm2-gcc/m2convert.cc:224 m2/gm2-gcc/m2convert.cc:228
83331 #, gcc-internal-format
83332 msgid "conversion to %qT from %qT may alter its value"
83333 msgstr ""
83335 #: m2/gm2-gcc/m2convert.cc:260
83336 #, gcc-internal-format
83337 msgid "large integer implicitly truncated to unsigned type"
83338 msgstr ""
83340 #: m2/gm2-gcc/m2convert.cc:266 m2/gm2-gcc/m2convert.cc:272
83341 #: m2/gm2-gcc/m2convert.cc:281
83342 #, gcc-internal-format
83343 msgid "overflow in implicit constant conversion"
83344 msgstr ""
83346 #: m2/gm2-gcc/m2decl.cc:122
83347 #, gcc-internal-format
83348 msgid "storage size of %qD has not been resolved"
83349 msgstr ""
83351 #: m2/gm2-gcc/m2decl.cc:125
83352 #, gcc-internal-format
83353 msgid "inconsistent because %qs"
83354 msgstr ""
83356 #: m2/gm2-gcc/m2decl.cc:302 m2/gm2-gcc/m2decl.cc:338
83357 #, gcc-internal-format
83358 msgid "constant %qs is too large"
83359 msgstr ""
83361 #: m2/gm2-gcc/m2expr.cc:2588
83362 #, gcc-internal-format
83363 msgid "not expecting different types to binary operator"
83364 msgstr ""
83366 #: m2/gm2-gcc/m2expr.cc:2849
83367 #, gcc-internal-format
83368 msgid "cannot take the address of this expression"
83369 msgstr ""
83371 #: m2/gm2-gcc/m2expr.cc:3616
83372 #, gcc-internal-format
83373 msgid "argument to CAP is not a constant or variable of type CHAR"
83374 msgstr ""
83376 #: m2/gm2-gcc/m2expr.cc:4138
83377 #, gcc-internal-format
83378 msgid "%qs applied to a void type"
83379 msgstr ""
83381 #: m2/gm2-gcc/m2expr.cc:4159 m2/gm2-gcc/m2expr.cc:4203
83382 #, gcc-internal-format
83383 msgid "%qs applied to an incomplete type"
83384 msgstr ""
83386 #: m2/gm2-gcc/m2linemap.cc:332
83387 #, gcc-internal-format
83388 msgid "memory allocation failed in vasprintf"
83389 msgstr ""
83391 #: m2/gm2-gcc/m2linemap.cc:364 rust/rust-gcc-diagnostics.cc:33
83392 #, gcc-internal-format, gfc-internal-format
83393 msgid "at %s, %s"
83394 msgstr ""
83396 #: m2/gm2-gcc/m2statement.cc:539
83397 #, gcc-internal-format
83398 msgid "internal error: not expecting operand1 to be a constant set"
83399 msgstr ""
83401 #: m2/gm2-gcc/m2statement.cc:933
83402 #, gcc-internal-format
83403 msgid "expecting one and only one label to be declared"
83404 msgstr ""
83406 #: m2/gm2-gcc/m2treelib.cc:290
83407 #, gcc-internal-format
83408 msgid "field number exceeds definition of set"
83409 msgstr ""
83411 #: m2/gm2-gcc/m2treelib.cc:295
83412 #, gcc-internal-format
83413 msgid "field number out of range trying to access set element"
83414 msgstr ""
83416 #: m2/gm2-gcc/m2type.cc:223
83417 #, gcc-internal-format
83418 msgid "array declaration canonicalization has failed"
83419 msgstr ""
83421 #: m2/gm2-gcc/m2type.cc:314
83422 #, gcc-internal-format
83423 msgid "low bound for the array is outside the ztype limits"
83424 msgstr ""
83426 #: m2/gm2-gcc/m2type.cc:316
83427 #, gcc-internal-format
83428 msgid "high bound for the array is outside the ztype limits"
83429 msgstr ""
83431 #: m2/gm2-gcc/m2type.cc:923
83432 #, gcc-internal-format
83433 msgid "set base type must be an ordinal type"
83434 msgstr ""
83436 #: m2/gm2-gcc/m2type.cc:953
83437 #, gcc-internal-format
83438 msgid "ordinal type expected"
83439 msgstr ""
83441 #: m2/gm2-gcc/m2type.cc:962
83442 #, gcc-internal-format
83443 msgid "range limits are not of the same type"
83444 msgstr ""
83446 #. This enum is a named one that has been declared already.
83447 #: m2/gm2-gcc/m2type.cc:1986
83448 #, gcc-internal-format
83449 msgid "redeclaration of enum %qs"
83450 msgstr ""
83452 #: m2/gm2-gcc/m2type.cc:2052
83453 #, gcc-internal-format
83454 msgid "enumeration values exceed range of integer"
83455 msgstr ""
83457 #: m2/gm2-gcc/m2type.cc:2286
83458 #, gcc-internal-format
83459 msgid "set type cannot be initialized with a %qs"
83460 msgstr ""
83462 #: m2/gm2-gcc/m2type.cc:2293
83463 #, gcc-internal-format
83464 msgid "set type does not take another integer value"
83465 msgstr ""
83467 #: m2/gm2-gcc/m2type.cc:2418
83468 #, gcc-internal-format
83469 msgid "array cannot be initialized with a %qs"
83470 msgstr ""
83472 #: m2/gm2-gcc/m2type.cc:2424
83473 #, gcc-internal-format
83474 msgid "array type must be initialized"
83475 msgstr ""
83477 #: m2/gm2-gcc/m2type.cc:2431
83478 #, gcc-internal-format
83479 msgid "array element value must be the same type as its declaration"
83480 msgstr ""
83482 #: m2/gm2-gcc/m2type.cc:2494
83483 #, gcc-internal-format
83484 msgid "low bound for the subrange has overflowed"
83485 msgstr ""
83487 #: m2/gm2-gcc/m2type.cc:2496
83488 #, gcc-internal-format
83489 msgid "high bound for the subrange has overflowed"
83490 msgstr ""
83492 #: m2/gm2-gcc/m2type.cc:2793
83493 #, gcc-internal-format
83494 msgid "requested alignment is not a constant"
83495 msgstr ""
83497 #: m2/gm2-gcc/m2type.cc:2795
83498 #, gcc-internal-format
83499 msgid "requested alignment is not a power of 2"
83500 msgstr ""
83502 #: m2/gm2-gcc/m2type.cc:2797
83503 #, gcc-internal-format
83504 msgid "requested alignment is too large"
83505 msgstr ""
83507 #: m2/gm2-gcc/m2type.cc:2824
83508 #, gcc-internal-format
83509 msgid "alignment may not be specified for %qD"
83510 msgstr ""
83512 #: objc/objc-act.cc:423 objc/objc-act.cc:6962
83513 #, gcc-internal-format
83514 msgid "%<@end%> missing in implementation context"
83515 msgstr ""
83517 #: objc/objc-act.cc:576
83518 #, gcc-internal-format
83519 msgid "class attributes are not available in Objective-C 1.0"
83520 msgstr ""
83522 #: objc/objc-act.cc:591
83523 #, gcc-internal-format
83524 msgid "category attributes are not available in Objective-C 1.0"
83525 msgstr ""
83527 #: objc/objc-act.cc:594
83528 #, gcc-internal-format
83529 msgid ""
83530 "category attributes are not available in this version of the compiler, "
83531 "(ignored)"
83532 msgstr ""
83534 #: objc/objc-act.cc:600
83535 #, gcc-internal-format
83536 msgid "class extensions are not available in Objective-C 1.0"
83537 msgstr ""
83539 #: objc/objc-act.cc:614
83540 #, gcc-internal-format
83541 msgid "class extension for class %qE declared after its %<@implementation%>"
83542 msgstr ""
83544 #: objc/objc-act.cc:629
83545 #, gcc-internal-format
83546 msgid "protocol attributes are not available in Objective-C 1.0"
83547 msgstr ""
83549 #: objc/objc-act.cc:694
83550 #, gcc-internal-format
83551 msgid "%<@end%> must appear in an @implementation context"
83552 msgstr ""
83554 #: objc/objc-act.cc:703
83555 #, gcc-internal-format
83556 msgid "%<@package%> is not available in Objective-C 1.0"
83557 msgstr ""
83559 #: objc/objc-act.cc:705
83560 #, gcc-internal-format
83561 msgid "%<@package%> presently has the same effect as %<@public%>"
83562 msgstr ""
83564 #: objc/objc-act.cc:716
83565 #, gcc-internal-format
83566 msgid "%<@optional%> is not available in Objective-C 1.0"
83567 msgstr ""
83569 #: objc/objc-act.cc:718
83570 #, gcc-internal-format
83571 msgid "%<@required%> is not available in Objective-C 1.0"
83572 msgstr ""
83574 #: objc/objc-act.cc:726
83575 #, gcc-internal-format
83576 msgid "%<@optional%> is allowed in @protocol context only"
83577 msgstr ""
83579 #: objc/objc-act.cc:728
83580 #, gcc-internal-format
83581 msgid "%<@required%> is allowed in @protocol context only"
83582 msgstr ""
83584 #. FIXME: we probably ought to bail out at this point.
83585 #: objc/objc-act.cc:851
83586 #, gcc-internal-format
83587 msgid "%<@property%> is not available in Objective-C 1.0"
83588 msgstr ""
83590 #: objc/objc-act.cc:856
83591 #, gcc-internal-format
83592 msgid ""
83593 "property declaration not in %<@interface%>, %<@protocol%> or %<category%> "
83594 "context"
83595 msgstr ""
83597 #: objc/objc-act.cc:867
83598 #, gcc-internal-format
83599 msgid "properties must be named"
83600 msgstr ""
83602 #: objc/objc-act.cc:875
83603 #, gcc-internal-format
83604 msgid "property cannot be an array"
83605 msgstr ""
83607 #. A @property is not an actual variable, but it is a way to
83608 #. describe a pair of accessor methods, so its type (which is
83609 #. the type of the return value of the getter and the first
83610 #. argument of the setter) can't be a bitfield (as return values
83611 #. and arguments of functions cannot be bitfields).  The
83612 #. underlying instance variable could be a bitfield, but that is
83613 #. a different matter.
83614 #: objc/objc-act.cc:888
83615 #, gcc-internal-format
83616 msgid "property cannot be a bit-field"
83617 msgstr ""
83619 #: objc/objc-act.cc:912
83620 #, gcc-internal-format
83621 msgid "multiple property %qE methods specified, the latest one will be used"
83622 msgstr ""
83624 #: objc/objc-act.cc:914
83625 #, gcc-internal-format
83626 msgid "previous specification"
83627 msgstr ""
83629 #: objc/objc-act.cc:929
83630 #, gcc-internal-format
83631 msgid "%qE attribute conflicts with %qE attribute"
83632 msgstr ""
83634 #: objc/objc-act.cc:931
83635 #, gcc-internal-format
83636 msgid "%qE specified here"
83637 msgstr ""
83639 #: objc/objc-act.cc:937
83640 #, gcc-internal-format
83641 msgid "duplicate %qE attribute"
83642 msgstr ""
83644 #: objc/objc-act.cc:938
83645 #, gcc-internal-format
83646 msgid "first specified here"
83647 msgstr ""
83649 #: objc/objc-act.cc:965
83650 #, gcc-internal-format
83651 msgid "%<readonly%> attribute conflicts with %<setter%> attribute"
83652 msgstr ""
83654 #: objc/objc-act.cc:968
83655 #, gcc-internal-format
83656 msgid "%<setter%> specified here"
83657 msgstr ""
83659 #: objc/objc-act.cc:1047
83660 #, gcc-internal-format
83661 msgid ""
83662 "object property %qD has no %<assign%>, %<retain%> or %<copy%> attribute; "
83663 "assuming %<assign%>"
83664 msgstr ""
83666 #: objc/objc-act.cc:1050
83667 #, gcc-internal-format
83668 msgid ""
83669 "%<assign%> can be unsafe for Objective-C objects; please state explicitly if "
83670 "you need it"
83671 msgstr ""
83673 #: objc/objc-act.cc:1067
83674 #, gcc-internal-format
83675 msgid "%qE attribute is only valid for Objective-C objects"
83676 msgstr ""
83678 #: objc/objc-act.cc:1125
83679 #, gcc-internal-format
83680 msgid "redeclaration of property %qD"
83681 msgstr ""
83683 #: objc/objc-act.cc:1128 objc/objc-act.cc:1194 objc/objc-act.cc:1205
83684 #: objc/objc-act.cc:1219 objc/objc-act.cc:1230 objc/objc-act.cc:1242
83685 #: objc/objc-act.cc:1279 objc/objc-act.cc:7749 objc/objc-act.cc:7812
83686 #: objc/objc-act.cc:7835 objc/objc-act.cc:7849 objc/objc-act.cc:7867
83687 #: objc/objc-act.cc:7966
83688 #, gcc-internal-format
83689 msgid "originally specified here"
83690 msgstr ""
83692 #: objc/objc-act.cc:1190
83693 #, gcc-internal-format
83694 msgid ""
83695 "%<nonatomic%> attribute of property %qD conflicts with previous declaration"
83696 msgstr ""
83698 #: objc/objc-act.cc:1201
83699 #, gcc-internal-format
83700 msgid ""
83701 "%<getter%> attribute of property %qD conflicts with previous declaration"
83702 msgstr ""
83704 #: objc/objc-act.cc:1215
83705 #, gcc-internal-format
83706 msgid ""
83707 "%<setter%> attribute of property %qD conflicts with previous declaration"
83708 msgstr ""
83710 #: objc/objc-act.cc:1227
83711 #, gcc-internal-format
83712 msgid ""
83713 "assign semantics attributes of property %qD conflict with previous "
83714 "declaration"
83715 msgstr ""
83717 #: objc/objc-act.cc:1238
83718 #, gcc-internal-format
83719 msgid ""
83720 "%<readonly%> attribute of property %qD conflicts with previous declaration"
83721 msgstr ""
83723 #: objc/objc-act.cc:1277
83724 #, gcc-internal-format
83725 msgid "type of property %qD conflicts with previous declaration"
83726 msgstr ""
83728 #: objc/objc-act.cc:1320
83729 #, gcc-internal-format
83730 msgid "nullability specifier %qE cannot be applied to non-pointer type %qT"
83731 msgstr ""
83733 #: objc/objc-act.cc:1325
83734 #, gcc-internal-format
83735 msgid ""
83736 "nullability specifier %qE cannot be applied to multi-level pointer type %qT"
83737 msgstr ""
83739 #: objc/objc-act.cc:1778
83740 #, gcc-internal-format
83741 msgid "the dot syntax is not available in Objective-C 1.0"
83742 msgstr ""
83744 #. We know that 'class_name' is an Objective-C class name as the
83745 #. parser won't call this function if it is not.  This is only a
83746 #. double-check for safety.
83747 #: objc/objc-act.cc:1794
83748 #, gcc-internal-format
83749 msgid "could not find class %qE"
83750 msgstr ""
83752 #. Again, this should never happen, but we do check.
83753 #: objc/objc-act.cc:1802
83754 #, gcc-internal-format
83755 msgid "could not find interface for class %qE"
83756 msgstr ""
83758 #: objc/objc-act.cc:1808 objc/objc-act.cc:7144
83759 #, gcc-internal-format
83760 msgid "class %qE is unavailable"
83761 msgstr ""
83763 #: objc/objc-act.cc:1810 objc/objc-act.cc:7001 objc/objc-act.cc:7146
83764 #, gcc-internal-format
83765 msgid "class %qE is deprecated"
83766 msgstr ""
83768 #: objc/objc-act.cc:1839
83769 #, gcc-internal-format
83770 msgid "could not find setter/getter for %qE in class %qE"
83771 msgstr ""
83773 #: objc/objc-act.cc:1889
83774 #, gcc-internal-format
83775 msgid "%qs property cannot be set"
83776 msgstr ""
83778 #: objc/objc-act.cc:2157
83779 #, gcc-internal-format
83780 msgid "method declaration not in @interface context"
83781 msgstr ""
83783 #: objc/objc-act.cc:2161
83784 #, gcc-internal-format
83785 msgid "method attributes are not available in Objective-C 1.0"
83786 msgstr ""
83788 #: objc/objc-act.cc:2181
83789 #, gcc-internal-format
83790 msgid "method definition not in @implementation context"
83791 msgstr ""
83793 #: objc/objc-act.cc:2194
83794 #, gcc-internal-format
83795 msgid "method attributes cannot be specified in @implementation context"
83796 msgstr ""
83798 #: objc/objc-act.cc:2424
83799 #, gcc-internal-format
83800 msgid "class %qs does not implement the %qE protocol"
83801 msgstr ""
83803 #: objc/objc-act.cc:2427
83804 #, gcc-internal-format
83805 msgid "type %qs does not conform to the %qE protocol"
83806 msgstr ""
83808 #: objc/objc-act.cc:2722
83809 #, gcc-internal-format
83810 msgid "comparison of distinct Objective-C types lacks a cast"
83811 msgstr ""
83813 #: objc/objc-act.cc:2726
83814 #, gcc-internal-format
83815 msgid "initialization from distinct Objective-C type"
83816 msgstr ""
83818 #: objc/objc-act.cc:2730
83819 #, gcc-internal-format
83820 msgid "assignment from distinct Objective-C type"
83821 msgstr ""
83823 #: objc/objc-act.cc:2734
83824 #, gcc-internal-format
83825 msgid "distinct Objective-C type in return"
83826 msgstr ""
83828 #: objc/objc-act.cc:2738
83829 #, gcc-internal-format
83830 msgid "passing argument %d of %qE from distinct Objective-C type"
83831 msgstr ""
83833 #: objc/objc-act.cc:2881
83834 #, gcc-internal-format
83835 msgid "statically allocated instance of Objective-C class %qE"
83836 msgstr ""
83838 #: objc/objc-act.cc:2890
83839 #, gcc-internal-format
83840 msgid "redeclaration of Objective-C class %qs"
83841 msgstr ""
83843 #. This case happens when we are given an 'interface' which
83844 #. is not a valid class name.  For example if a typedef was
83845 #. used, and 'interface' really is the identifier of the
83846 #. typedef, but when you resolve it you don't get an
83847 #. Objective-C class, but something else, such as 'int'.
83848 #. This is an error; protocols make no sense unless you use
83849 #. them with Objective-C objects.
83850 #: objc/objc-act.cc:2932
83851 #, gcc-internal-format
83852 msgid "only Objective-C object types can be qualified with a protocol"
83853 msgstr ""
83855 #: objc/objc-act.cc:2996
83856 #, gcc-internal-format
83857 msgid "protocol %qE has circular dependency"
83858 msgstr ""
83860 #: objc/objc-act.cc:3029 objc/objc-act.cc:5863
83861 #, gcc-internal-format
83862 msgid "cannot find protocol declaration for %qE"
83863 msgstr ""
83865 #: objc/objc-act.cc:3339 objc/objc-act.cc:3994 objc/objc-act.cc:6575
83866 #: objc/objc-act.cc:7052 objc/objc-act.cc:7137 objc/objc-act.cc:7192
83867 #, gcc-internal-format
83868 msgid "cannot find interface declaration for %qE"
83869 msgstr ""
83871 #: objc/objc-act.cc:3343
83872 #, gcc-internal-format
83873 msgid "interface %qE does not have valid constant string layout"
83874 msgstr ""
83876 #: objc/objc-act.cc:3348
83877 #, gcc-internal-format
83878 msgid "cannot find reference tag for class %qE"
83879 msgstr ""
83881 #: objc/objc-act.cc:3493
83882 #, gcc-internal-format
83883 msgid "%qE is not an Objective-C class name or alias"
83884 msgstr ""
83886 #: objc/objc-act.cc:3508 objc/objc-act.cc:3539 objc/objc-act.cc:6956
83887 #: objc/objc-act.cc:8302 objc/objc-act.cc:8358
83888 #, gcc-internal-format
83889 msgid "Objective-C declarations may only appear in global scope"
83890 msgstr ""
83892 #: objc/objc-act.cc:3513
83893 #, gcc-internal-format
83894 msgid "cannot find class %qE"
83895 msgstr ""
83897 #: objc/objc-act.cc:3515
83898 #, gcc-internal-format
83899 msgid "class %qE already exists"
83900 msgstr ""
83902 #: objc/objc-act.cc:3557 objc/objc-act.cc:7017
83903 #, gcc-internal-format
83904 msgid "%qE redeclared as different kind of symbol"
83905 msgstr ""
83907 #: objc/objc-act.cc:3559 objc/objc-act.cc:4145 objc/objc-act.cc:4173
83908 #: objc/objc-act.cc:4228 objc/objc-act.cc:7019
83909 #, gcc-internal-format
83910 msgid "previous declaration of %q+D"
83911 msgstr ""
83913 #: objc/objc-act.cc:3848
83914 #, gcc-internal-format
83915 msgid "strong-cast assignment has been intercepted"
83916 msgstr ""
83918 #: objc/objc-act.cc:3890
83919 #, gcc-internal-format
83920 msgid "strong-cast may possibly be needed"
83921 msgstr ""
83923 #: objc/objc-act.cc:3900
83924 #, gcc-internal-format
83925 msgid "instance variable assignment has been intercepted"
83926 msgstr ""
83928 #: objc/objc-act.cc:3919
83929 #, gcc-internal-format
83930 msgid "pointer arithmetic for garbage-collected objects not allowed"
83931 msgstr ""
83933 #: objc/objc-act.cc:3925
83934 #, gcc-internal-format
83935 msgid "global/static variable assignment has been intercepted"
83936 msgstr ""
83938 #: objc/objc-act.cc:4142 objc/objc-act.cc:4170 objc/objc-act.cc:4225
83939 #, gcc-internal-format
83940 msgid "duplicate instance variable %q+D"
83941 msgstr ""
83943 #: objc/objc-act.cc:4285
83944 #, gcc-internal-format
83945 msgid ""
83946 "%<-fobjc-exceptions%> is required to enable Objective-C exception syntax"
83947 msgstr ""
83949 #: objc/objc-act.cc:4369
83950 #, gcc-internal-format
83951 msgid "%<@catch%> parameter is not a known Objective-C class type"
83952 msgstr ""
83954 #: objc/objc-act.cc:4375
83955 #, gcc-internal-format
83956 msgid "%<@catch%> parameter cannot be protocol-qualified"
83957 msgstr ""
83959 #: objc/objc-act.cc:4420
83960 #, gcc-internal-format
83961 msgid "exception of type %<%T%> will be caught"
83962 msgstr ""
83964 #: objc/objc-act.cc:4422
83965 #, gcc-internal-format
83966 msgid "   by earlier handler for %<%T%>"
83967 msgstr ""
83969 #: objc/objc-act.cc:4469
83970 #, gcc-internal-format
83971 msgid "%<@try%> without %<@catch%> or %<@finally%>"
83972 msgstr ""
83974 #: objc/objc-act.cc:4498
83975 #, gcc-internal-format
83976 msgid "%<@throw%> (rethrow) used outside of a %<@catch%> block"
83977 msgstr ""
83979 #: objc/objc-act.cc:4511
83980 #, gcc-internal-format
83981 msgid "%<@throw%> argument is not an object"
83982 msgstr ""
83984 #: objc/objc-act.cc:4532
83985 #, gcc-internal-format
83986 msgid "%<@synchronized%> argument is not an object"
83987 msgstr ""
83989 #: objc/objc-act.cc:4742
83990 #, gcc-internal-format
83991 msgid "%s %qs"
83992 msgstr ""
83994 #: objc/objc-act.cc:4765 objc/objc-act.cc:4790
83995 #, gcc-internal-format
83996 msgid "inconsistent instance variable specification"
83997 msgstr ""
83999 #: objc/objc-act.cc:4845
84000 #, gcc-internal-format
84001 msgid "cannot use an object as parameter to a method"
84002 msgstr ""
84004 #: objc/objc-act.cc:4889
84005 #, gcc-internal-format
84006 msgid "method argument attributes are not available in Objective-C 1.0"
84007 msgstr ""
84009 #: objc/objc-act.cc:5264
84010 #, gcc-internal-format
84011 msgid "multiple methods named %<%c%E%> found"
84012 msgstr ""
84014 #: objc/objc-act.cc:5267
84015 #, gcc-internal-format
84016 msgid "using %<%c%s%>"
84017 msgstr ""
84019 #: objc/objc-act.cc:5276
84020 #, gcc-internal-format
84021 msgid "multiple selectors named %<%c%E%> found"
84022 msgstr ""
84024 #: objc/objc-act.cc:5279
84025 #, gcc-internal-format
84026 msgid "found %<%c%s%>"
84027 msgstr ""
84029 #: objc/objc-act.cc:5288
84030 #, gcc-internal-format
84031 msgid "also found %<%c%s%>"
84032 msgstr ""
84034 #. If 'rtype' is NULL_TREE at this point it means that
84035 #. we have seen no @interface corresponding to that
84036 #. class name, only a @class declaration (alternatively,
84037 #. this was a call such as [objc_getClass("SomeClass")
84038 #. alloc], where we've never seen the @interface of
84039 #. SomeClass).  So, we have a class name (class_tree)
84040 #. but no actual details of the class methods.  We won't
84041 #. be able to check that the class responds to the
84042 #. method, and we will have to guess the method
84043 #. prototype.  Emit a warning, then keep going (this
84044 #. will use any method with a matching name, as if the
84045 #. receiver was of type 'Class').
84046 #. We could not find an @interface declaration, and
84047 #. there are no protocols attached to the receiver,
84048 #. so we can't complete the check that the receiver
84049 #. responds to the method, and we can't retrieve the
84050 #. method prototype.  But, because the receiver has
84051 #. a well-specified class, the programmer did want
84052 #. this check to be performed.  Emit a warning, then
84053 #. keep going as if it was an 'id'.  To remove the
84054 #. warning, either include an @interface for the
84055 #. class, or cast the receiver to 'id'.  Note that
84056 #. rtype is an IDENTIFIER_NODE at this point.
84057 #: objc/objc-act.cc:5576 objc/objc-act.cc:5711
84058 #, gcc-internal-format
84059 msgid "%<@interface%> of class %qE not found"
84060 msgstr ""
84062 #: objc/objc-act.cc:5585
84063 #, gcc-internal-format
84064 msgid "no super class declared in @interface for %qE"
84065 msgstr ""
84067 #: objc/objc-act.cc:5636
84068 #, gcc-internal-format
84069 msgid "found %<-%E%> instead of %<+%E%> in protocol(s)"
84070 msgstr ""
84072 #. We have a type, but it's not an Objective-C type (!).
84073 #: objc/objc-act.cc:5748
84074 #, gcc-internal-format
84075 msgid "invalid receiver type %qs"
84076 msgstr ""
84078 #: objc/objc-act.cc:5765
84079 #, gcc-internal-format
84080 msgid "%<%c%E%> not found in protocol(s)"
84081 msgstr ""
84083 #: objc/objc-act.cc:5779
84084 #, gcc-internal-format
84085 msgid "%qE may not respond to %<%c%E%>"
84086 msgstr ""
84088 #: objc/objc-act.cc:5787
84089 #, gcc-internal-format
84090 msgid "no %<%c%E%> method found"
84091 msgstr ""
84093 #: objc/objc-act.cc:5794
84094 #, gcc-internal-format
84095 msgid ""
84096 "(messages without a matching method signature will be assumed to return "
84097 "%<id%> and accept %<...%> as arguments)"
84098 msgstr ""
84100 #: objc/objc-act.cc:5912
84101 #, gcc-internal-format
84102 msgid "undeclared selector %qE"
84103 msgstr ""
84105 #. Historically, a class method that produced objects (factory
84106 #. method) would assign `self' to the instance that it
84107 #. allocated.  This would effectively turn the class method into
84108 #. an instance method.  Following this assignment, the instance
84109 #. variables could be accessed.  That practice, while safe,
84110 #. violates the simple rule that a class method should not refer
84111 #. to an instance variable.  It's better to catch the cases
84112 #. where this is done unknowingly than to support the above
84113 #. paradigm.
84114 #: objc/objc-act.cc:5936
84115 #, gcc-internal-format
84116 msgid "instance variable %qE accessed in class method"
84117 msgstr ""
84119 #: objc/objc-act.cc:6166 objc/objc-act.cc:6186
84120 #, gcc-internal-format
84121 msgid ""
84122 "method %<%c%E%> declared %<@optional%> and %<@required%> at the same time"
84123 msgstr ""
84125 #: objc/objc-act.cc:6170
84126 #, gcc-internal-format
84127 msgid "previous declaration of %<%c%E%> as %<@required%>"
84128 msgstr ""
84130 #: objc/objc-act.cc:6190
84131 #, gcc-internal-format
84132 msgid "previous declaration of %<%c%E%> as %<@optional%>"
84133 msgstr ""
84135 #: objc/objc-act.cc:6250
84136 #, gcc-internal-format
84137 msgid "duplicate declaration of method %<%c%E%> with conflicting types"
84138 msgstr ""
84140 #: objc/objc-act.cc:6254
84141 #, gcc-internal-format
84142 msgid "previous declaration of %<%c%E%>"
84143 msgstr ""
84145 #: objc/objc-act.cc:6291
84146 #, gcc-internal-format
84147 msgid "duplicate interface declaration for category %<%E(%E)%>"
84148 msgstr ""
84150 #: objc/objc-act.cc:6379
84151 #, gcc-internal-format
84152 msgid "illegal reference type specified for instance variable %qs"
84153 msgstr ""
84155 #: objc/objc-act.cc:6390
84156 #, gcc-internal-format
84157 msgid "instance variable %qs has unknown size"
84158 msgstr ""
84160 #: objc/objc-act.cc:6411
84161 #, gcc-internal-format
84162 msgid "instance variable %qs uses flexible array member"
84163 msgstr ""
84165 #: objc/objc-act.cc:6438
84166 #, gcc-internal-format
84167 msgid "type %qE has no default constructor to call"
84168 msgstr ""
84170 #: objc/objc-act.cc:6444
84171 #, gcc-internal-format
84172 msgid "destructor for %qE shall not be run either"
84173 msgstr ""
84175 #. Vtable pointers are Real Bad(tm), since Obj-C cannot
84176 #. initialize them.
84177 #: objc/objc-act.cc:6456
84178 #, gcc-internal-format
84179 msgid "type %qE has virtual member functions"
84180 msgstr ""
84182 #: objc/objc-act.cc:6457
84183 #, gcc-internal-format
84184 msgid "illegal aggregate type %qE specified for instance variable %qs"
84185 msgstr ""
84187 #: objc/objc-act.cc:6467
84188 #, gcc-internal-format
84189 msgid "type %qE has a user-defined constructor"
84190 msgstr ""
84192 #: objc/objc-act.cc:6469
84193 #, gcc-internal-format
84194 msgid "type %qE has a user-defined destructor"
84195 msgstr ""
84197 #: objc/objc-act.cc:6473
84198 #, gcc-internal-format
84199 msgid ""
84200 "C++ constructors and destructors will not be invoked for Objective-C fields"
84201 msgstr ""
84203 #: objc/objc-act.cc:6604
84204 #, gcc-internal-format
84205 msgid "instance variable %qE is declared private"
84206 msgstr ""
84208 #: objc/objc-act.cc:6615
84209 #, gcc-internal-format
84210 msgid "instance variable %qE is %s; this will be a hard error in the future"
84211 msgstr ""
84213 #: objc/objc-act.cc:6622
84214 #, gcc-internal-format
84215 msgid "instance variable %qE is declared %s"
84216 msgstr ""
84218 #: objc/objc-act.cc:6733 objc/objc-act.cc:6848
84219 #, gcc-internal-format
84220 msgid "incomplete implementation of class %qE"
84221 msgstr ""
84223 #: objc/objc-act.cc:6737 objc/objc-act.cc:6852
84224 #, gcc-internal-format
84225 msgid "incomplete implementation of category %qE"
84226 msgstr ""
84228 #: objc/objc-act.cc:6746 objc/objc-act.cc:6860
84229 #, gcc-internal-format
84230 msgid "method definition for %<%c%E%> not found"
84231 msgstr ""
84233 #: objc/objc-act.cc:6901
84234 #, gcc-internal-format
84235 msgid "%s %qE does not fully implement the %qE protocol"
84236 msgstr ""
84238 #: objc/objc-act.cc:6991
84239 #, gcc-internal-format
84240 msgid "cannot find interface declaration for %qE, superclass of %qE"
84241 msgstr ""
84243 #: objc/objc-act.cc:6999
84244 #, gcc-internal-format
84245 msgid "class %qE is not available"
84246 msgstr ""
84248 #: objc/objc-act.cc:7032
84249 #, gcc-internal-format
84250 msgid "reimplementation of class %qE"
84251 msgstr ""
84253 #: objc/objc-act.cc:7065
84254 #, gcc-internal-format
84255 msgid "conflicting super class name %qE"
84256 msgstr ""
84258 #: objc/objc-act.cc:7068
84259 #, gcc-internal-format
84260 msgid "previous declaration of %qE"
84261 msgstr ""
84263 #: objc/objc-act.cc:7070
84264 #, gcc-internal-format
84265 msgid "previous declaration"
84266 msgstr ""
84268 #: objc/objc-act.cc:7082
84269 #, gcc-internal-format
84270 msgid "class %qE defined without specifying a base class"
84271 msgstr ""
84273 #: objc/objc-act.cc:7089 objc/objc-act.cc:7091
84274 #, gcc-internal-format
84275 msgid "duplicate interface declaration for class %qE"
84276 msgstr ""
84278 #: objc/objc-act.cc:7416 objc/objc-act.cc:7612
84279 #, gcc-internal-format
84280 msgid "cannot find instance variable associated with property"
84281 msgstr ""
84283 #. TODO: This should be caught much earlier than this.
84284 #: objc/objc-act.cc:7578
84285 #, gcc-internal-format
84286 msgid "invalid setter, it must have one argument"
84287 msgstr ""
84289 #: objc/objc-act.cc:7742 objc/objc-act.cc:7959
84290 #, gcc-internal-format
84291 msgid "property %qs already specified in %<@dynamic%>"
84292 msgstr ""
84294 #: objc/objc-act.cc:7745 objc/objc-act.cc:7962
84295 #, gcc-internal-format
84296 msgid "property %qs already specified in %<@synthesize%>"
84297 msgstr ""
84299 #: objc/objc-act.cc:7759 objc/objc-act.cc:7976
84300 #, gcc-internal-format
84301 msgid "no declaration of property %qs found in the interface"
84302 msgstr ""
84304 #: objc/objc-act.cc:7786
84305 #, gcc-internal-format
84306 msgid "ivar %qs used by %<@synthesize%> declaration must be an existing ivar"
84307 msgstr ""
84309 #: objc/objc-act.cc:7807
84310 #, gcc-internal-format
84311 msgid "property %qs is using instance variable %qs of incompatible type"
84312 msgstr ""
84314 #: objc/objc-act.cc:7829
84315 #, gcc-internal-format
84316 msgid "%<assign%> property %qs is using bit-field instance variable %qs"
84317 msgstr ""
84319 #: objc/objc-act.cc:7843
84320 #, gcc-internal-format
84321 msgid "%<atomic%> property %qs is using bit-field instance variable %qs"
84322 msgstr ""
84324 #: objc/objc-act.cc:7862
84325 #, gcc-internal-format
84326 msgid "property %qs is using the same instance variable as property %qs"
84327 msgstr ""
84329 #: objc/objc-act.cc:7903
84330 #, gcc-internal-format
84331 msgid "%<@synthesize%> is not available in Objective-C 1.0"
84332 msgstr ""
84334 #. We can get here only in Objective-C; the Objective-C++ parser
84335 #. detects the problem while parsing, outputs the error
84336 #. "misplaced '@synthesize' Objective-C++ construct" and skips
84337 #. the declaration.
84338 #: objc/objc-act.cc:7914
84339 #, gcc-internal-format
84340 msgid "%<@synthesize%> not in @implementation context"
84341 msgstr ""
84343 #: objc/objc-act.cc:7920
84344 #, gcc-internal-format
84345 msgid "%<@synthesize%> cannot be used in categories"
84346 msgstr ""
84348 #: objc/objc-act.cc:7929
84349 #, gcc-internal-format
84350 msgid "%<@synthesize%> requires the @interface of the class to be available"
84351 msgstr ""
84353 #: objc/objc-act.cc:8012
84354 #, gcc-internal-format
84355 msgid "%<@dynamic%> is not available in Objective-C 1.0"
84356 msgstr ""
84358 #. We can get here only in Objective-C; the Objective-C++ parser
84359 #. detects the problem while parsing, outputs the error
84360 #. "misplaced '@dynamic' Objective-C++ construct" and skips the
84361 #. declaration.
84362 #: objc/objc-act.cc:8023
84363 #, gcc-internal-format
84364 msgid "%<@dynamic%> not in @implementation context"
84365 msgstr ""
84367 #: objc/objc-act.cc:8045
84368 #, gcc-internal-format
84369 msgid "%<@dynamic%> requires the @interface of the class to be available"
84370 msgstr ""
84372 #: objc/objc-act.cc:8245
84373 #, gcc-internal-format
84374 msgid "definition of protocol %qE not found"
84375 msgstr ""
84377 #: objc/objc-act.cc:8272
84378 #, gcc-internal-format
84379 msgid "protocol %qE is unavailable"
84380 msgstr ""
84382 #. It would be nice to use warn_deprecated_use() here, but
84383 #. we are using TREE_CHAIN (which is supposed to be the
84384 #. TYPE_STUB_DECL for a TYPE) for something different.
84385 #: objc/objc-act.cc:8278
84386 #, gcc-internal-format
84387 msgid "protocol %qE is deprecated"
84388 msgstr ""
84390 #: objc/objc-act.cc:8405
84391 #, gcc-internal-format
84392 msgid "duplicate declaration for protocol %qE"
84393 msgstr ""
84395 #: objc/objc-act.cc:8929
84396 #, gcc-internal-format
84397 msgid "conflicting types for %<%c%s%>"
84398 msgstr ""
84400 #: objc/objc-act.cc:8933
84401 #, gcc-internal-format
84402 msgid "previous declaration of %<%c%s%>"
84403 msgstr ""
84405 #: objc/objc-act.cc:9035
84406 #, gcc-internal-format
84407 msgid "no super class declared in interface for %qE"
84408 msgstr ""
84410 #: objc/objc-act.cc:9062
84411 #, gcc-internal-format
84412 msgid "%<[super ...]%> must appear in a method context"
84413 msgstr ""
84415 #: objc/objc-act.cc:9102
84416 #, gcc-internal-format
84417 msgid "method possibly missing a [super dealloc] call"
84418 msgstr ""
84420 #: objc/objc-act.cc:9570
84421 #, gcc-internal-format
84422 msgid "instance variable %qs is declared private"
84423 msgstr ""
84425 #: objc/objc-act.cc:9623
84426 #, gcc-internal-format
84427 msgid "local declaration of %qE hides instance variable"
84428 msgstr ""
84430 #. This can happen if DECL_ARTIFICIAL (*expr_p), but
84431 #. should be impossible for real properties, which always
84432 #. have a getter.
84433 #: objc/objc-act.cc:9667
84434 #, gcc-internal-format
84435 msgid "no %qs getter found"
84436 msgstr ""
84438 #: objc/objc-act.cc:9914
84439 #, gcc-internal-format
84440 msgid "fast enumeration is not available in Objective-C 1.0"
84441 msgstr ""
84443 #: objc/objc-act.cc:9924
84444 #, gcc-internal-format
84445 msgid "iterating variable in fast enumeration is not an object"
84446 msgstr ""
84448 #: objc/objc-act.cc:9930
84449 #, gcc-internal-format
84450 msgid "collection in fast enumeration is not an object"
84451 msgstr ""
84453 #: objc/objc-encoding.cc:130
84454 #, gcc-internal-format
84455 msgid "type %qT does not have a known size"
84456 msgstr ""
84458 #: objc/objc-encoding.cc:721
84459 #, gcc-internal-format
84460 msgid "unknown type %<%T%> found during Objective-C encoding"
84461 msgstr ""
84463 #. Do not do any encoding, produce an error and keep going.
84464 #: objc/objc-encoding.cc:804
84465 #, gcc-internal-format
84466 msgid "trying to encode non-integer type as a bit-field"
84467 msgstr ""
84469 #: objc/objc-gnu-runtime-abi-01.cc:134
84470 #, gcc-internal-format
84471 msgid "%<-fobjc-gc%> is ignored for %<-fgnu-runtime%>"
84472 msgstr ""
84474 #: objc/objc-gnu-runtime-abi-01.cc:142
84475 #, gcc-internal-format
84476 msgid "%<-fobjc-sjlj-exceptions%> is ignored for %<-fgnu-runtime%>"
84477 msgstr ""
84479 #: objc/objc-gnu-runtime-abi-01.cc:2159 objc/objc-next-runtime-abi-01.cc:2819
84480 #: objc/objc-next-runtime-abi-02.cc:3822
84481 #, gcc-internal-format
84482 msgid "non-objective-c type %qT cannot be caught"
84483 msgstr ""
84485 #: objc/objc-next-runtime-abi-01.cc:146
84486 #, gcc-internal-format
84487 msgid ""
84488 "%<-fobjc-sjlj-exceptions%> is the only supported exceptions system for %<-"
84489 "fnext-runtime%> with %<-fobjc-abi-version%> argument less than 2"
84490 msgstr ""
84492 #: objc/objc-next-runtime-abi-02.cc:245
84493 #, gcc-internal-format
84494 msgid ""
84495 "%<-fobjc-sjlj-exceptions%> is ignored for %<-fnext-runtime%> when %<-fobjc-"
84496 "abi-version%> greater than 1"
84497 msgstr ""
84499 #: objc/objc-runtime-shared-support.cc:423
84500 #, gcc-internal-format
84501 msgid "creating selector for nonexistent method %qE"
84502 msgstr ""
84504 #: rust/rust-lang.cc:104
84505 #, gcc-internal-format
84506 msgid "TODO"
84507 msgstr ""
84509 #: rust/backend/rust-constexpr.cc:1673
84510 #, gcc-internal-format
84511 msgid "array size expression is not supported yet"
84512 msgstr ""
84514 #: rust/backend/rust-constexpr.cc:1800
84515 #, gcc-internal-format
84516 msgid "constant folding not supported for this tree code"
84517 msgstr ""
84519 #: rust/backend/rust-constexpr.cc:6169
84520 #, gcc-internal-format
84521 msgid "%qD declared %<thread_local%> in %<constexpr%> context"
84522 msgstr ""
84524 #: rust/backend/rust-constexpr.cc:6178
84525 #, gcc-internal-format
84526 msgid "%qD declared %<static%> in %<constexpr%> context"
84527 msgstr ""
84529 #: rust/backend/rust-tree.cc:618
84530 #, gcc-internal-format
84531 msgid "ignoring return value of %qD, that must be used: %<%s%>"
84532 msgstr ""
84534 #: rust/backend/rust-tree.cc:619
84535 #, gcc-internal-format
84536 msgid "ignoring return value of %qD, that must be used"
84537 msgstr ""
84539 #: rust/backend/rust-tree.cc:635
84540 #, gcc-internal-format
84541 msgid "ignoring returned value of type %qT, that must be used: %<%s%>"
84542 msgstr ""
84544 #: rust/backend/rust-tree.cc:636
84545 #, gcc-internal-format
84546 msgid "ignoring returned value of type %qT, that must be used"
84547 msgstr ""
84549 #: rust/checks/lints/rust-lint-unused-var.cc:51
84550 #, gcc-internal-format
84551 msgid "unused name %qE"
84552 msgstr ""