From 329a6753509a96ab623ec2ff5beccddefd8266d1 Mon Sep 17 00:00:00 2001 From: jakub Date: Fri, 30 Dec 2016 19:15:42 +0000 Subject: [PATCH] PR translation/78745 * exgettext: Handle multi-line help texts in *.opt files. * gcc.pot: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@243981 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/po/ChangeLog | 6 + gcc/po/exgettext | 7 +- gcc/po/gcc.pot | 31310 ++++++++++++++++++++++++++++------------------------- 3 files changed, 16347 insertions(+), 14976 deletions(-) diff --git a/gcc/po/ChangeLog b/gcc/po/ChangeLog index f1edde3cb86a..babf36fcbe8a 100644 --- a/gcc/po/ChangeLog +++ b/gcc/po/ChangeLog @@ -1,3 +1,9 @@ +2016-12-30 Jakub Jelinek + + PR translation/78745 + * exgettext: Handle multi-line help texts in *.opt files. + * gcc.pot: Regenerate. + 2016-12-30 Joseph Myers * es.po, fr.po: Update. diff --git a/gcc/po/exgettext b/gcc/po/exgettext index a6d1acbbe173..edfd9ea7ed1b 100644 --- a/gcc/po/exgettext +++ b/gcc/po/exgettext @@ -237,6 +237,8 @@ echo "scanning option files..." >&2 field = 0 while (getline < file) { if (/^[ \t]*(;|$)/ || !/^[^ \t]/) { + if (field > 2) + printf("_(\"%s\")\n", line) field = 0 } else { if ((field == 1) && /MissingArgError/) { @@ -275,12 +277,15 @@ echo "scanning option files..." >&2 if (field == 2) { line = $0 printf("#line %d \"%s\"\n", lineno, file) - printf("_(\"%s\")\n", line) + } else if (field > 2) { + line = line " " $0 } field++; } lineno++; } + if (field > 2) + printf("_(\"%s\")\n", line) }') >> $emsg # Run the xgettext commands, with temporary added as a file to scan. diff --git a/gcc/po/gcc.pot b/gcc/po/gcc.pot index 33d0fdce3c01..93871c92b435 100644 --- a/gcc/po/gcc.pot +++ b/gcc/po/gcc.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://gcc.gnu.org/bugs.html\n" -"POT-Creation-Date: 2016-08-19 21:01+0000\n" +"POT-Creation-Date: 2016-12-30 20:14+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,19 +18,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -#: cfgrtl.c:2658 +#: cfgrtl.c:2656 msgid "flow control insn inside a basic block" msgstr "" -#: cfgrtl.c:2890 +#: cfgrtl.c:2888 msgid "wrong insn in the fallthru edge" msgstr "" -#: cfgrtl.c:2947 +#: cfgrtl.c:2945 msgid "insn outside basic block" msgstr "" -#: cfgrtl.c:2954 +#: cfgrtl.c:2952 msgid "return not followed by barrier" msgstr "" @@ -84,100 +84,100 @@ msgid "" "ldd output with constructors/destructors.\n" msgstr "" -#: cprop.c:1738 +#: cprop.c:1737 msgid "const/copy propagation disabled" msgstr "" -#: diagnostic.c:218 +#: diagnostic.c:224 #, c-format msgid "%s: all warnings being treated as errors" msgstr "" -#: diagnostic.c:223 +#: diagnostic.c:229 #, c-format msgid "%s: some warnings being treated as errors" msgstr "" -#: diagnostic.c:298 input.c:182 input.c:1740 c-family/c-opts.c:1319 -#: cp/error.c:1196 fortran/cpp.c:576 fortran/error.c:996 fortran/error.c:1016 +#: diagnostic.c:310 input.c:191 input.c:1735 c-family/c-opts.c:1353 +#: fortran/cpp.c:576 fortran/error.c:996 fortran/error.c:1016 msgid "" msgstr "" -#: diagnostic.c:457 +#: diagnostic.c:466 #, c-format -msgid "compilation terminated due to -Wfatal-errors.\n" +msgid "compilation terminated due to -fmax-errors=%u.\n" msgstr "" -#: diagnostic.c:468 +#: diagnostic.c:494 #, c-format -msgid "compilation terminated due to -fmax-errors=%u.\n" +msgid "compilation terminated due to -Wfatal-errors.\n" msgstr "" -#: diagnostic.c:489 +#: diagnostic.c:514 #, c-format msgid "" "Please submit a full bug report,\n" "with preprocessed source if appropriate.\n" msgstr "" -#: diagnostic.c:495 +#: diagnostic.c:520 #, c-format msgid "See %s for instructions.\n" msgstr "" -#: diagnostic.c:504 +#: diagnostic.c:529 #, c-format msgid "compilation terminated.\n" msgstr "" -#: diagnostic.c:899 +#: diagnostic.c:923 #, c-format msgid "%s:%d: confused by earlier errors, bailing out\n" msgstr "" -#: diagnostic.c:1390 +#: diagnostic.c:1443 #, c-format msgid "Internal compiler error: Error reporting routines re-entered.\n" msgstr "" -#: final.c:1192 +#: final.c:1193 msgid "negative insn length" msgstr "" -#: final.c:3010 +#: final.c:3016 msgid "could not split insn" msgstr "" -#: final.c:3430 +#: final.c:3436 msgid "invalid 'asm': " msgstr "" -#: final.c:3559 +#: final.c:3565 #, c-format msgid "nested assembly dialect alternatives" msgstr "" -#: final.c:3587 final.c:3599 +#: final.c:3593 final.c:3605 #, c-format msgid "unterminated assembly dialect alternative" msgstr "" -#: final.c:3741 +#: final.c:3747 #, c-format msgid "operand number missing after %%-letter" msgstr "" -#: final.c:3744 final.c:3785 +#: final.c:3750 final.c:3791 #, c-format msgid "operand number out of range" msgstr "" -#: final.c:3802 +#: final.c:3808 #, c-format msgid "invalid %%-code" msgstr "" -#: final.c:3832 +#: final.c:3838 #, c-format msgid "'%%l' operand isn't a label" msgstr "" @@ -188,14 +188,14 @@ msgstr "" #. TARGET_PRINT_OPERAND must handle them. #. We can't handle floating point constants; #. PRINT_OPERAND must handle them. -#: final.c:3968 config/arc/arc.c:5039 config/i386/i386.c:16725 -#: config/pdp11/pdp11.c:1693 +#: final.c:3974 config/arc/arc.c:4996 config/i386/i386.c:16993 +#: config/pdp11/pdp11.c:1698 #, c-format msgid "floating constant misused" msgstr "" -#: final.c:4026 config/arc/arc.c:5136 config/i386/i386.c:16823 -#: config/pdp11/pdp11.c:1734 +#: final.c:4032 config/arc/arc.c:5093 config/i386/i386.c:17091 +#: config/pdp11/pdp11.c:1739 #, c-format msgid "invalid expression as operand" msgstr "" @@ -205,275 +205,275 @@ msgstr "" msgid "%s\n" msgstr "" -#: gcc.c:1706 +#: gcc.c:1709 #, c-format msgid "Using built-in specs.\n" msgstr "" -#: gcc.c:1906 +#: gcc.c:1909 #, c-format msgid "" "Setting spec %s to '%s'\n" "\n" msgstr "" -#: gcc.c:2011 +#: gcc.c:2014 #, c-format msgid "Reading specs from %s\n" msgstr "" -#: gcc.c:2138 +#: gcc.c:2141 #, c-format msgid "could not find specs file %s\n" msgstr "" -#: gcc.c:2213 +#: gcc.c:2216 #, c-format msgid "rename spec %s to %s\n" msgstr "" -#: gcc.c:2215 +#: gcc.c:2218 #, c-format msgid "" "spec is '%s'\n" "\n" msgstr "" -#: gcc.c:3024 +#: gcc.c:3027 #, c-format msgid "" "\n" "Go ahead? (y or n) " msgstr "" -#: gcc.c:3174 +#: gcc.c:3177 #, c-format msgid "# %s %.2f %.2f\n" msgstr "" -#: gcc.c:3390 +#: gcc.c:3393 #, c-format msgid "Usage: %s [options] file...\n" msgstr "" -#: gcc.c:3391 +#: gcc.c:3394 msgid "Options:\n" msgstr "" -#: gcc.c:3393 +#: gcc.c:3396 msgid " -pass-exit-codes Exit with highest error code from a phase.\n" msgstr "" -#: gcc.c:3394 +#: gcc.c:3397 msgid " --help Display this information.\n" msgstr "" -#: gcc.c:3395 +#: gcc.c:3398 msgid "" " --target-help Display target specific command line options.\n" msgstr "" -#: gcc.c:3396 +#: gcc.c:3399 msgid "" " --help={common|optimizers|params|target|warnings|[^]{joined|separate|" "undocumented}}[,...].\n" msgstr "" -#: gcc.c:3397 +#: gcc.c:3400 msgid "" " Display specific types of command line options.\n" msgstr "" -#: gcc.c:3399 +#: gcc.c:3402 msgid " (Use '-v --help' to display command line options of sub-processes).\n" msgstr "" -#: gcc.c:3400 +#: gcc.c:3403 msgid " --version Display compiler version information.\n" msgstr "" -#: gcc.c:3401 +#: gcc.c:3404 msgid " -dumpspecs Display all of the built in spec strings.\n" msgstr "" -#: gcc.c:3402 +#: gcc.c:3405 msgid " -dumpversion Display the version of the compiler.\n" msgstr "" -#: gcc.c:3403 +#: gcc.c:3406 msgid " -dumpmachine Display the compiler's target processor.\n" msgstr "" -#: gcc.c:3404 +#: gcc.c:3407 msgid "" " -print-search-dirs Display the directories in the compiler's search " "path.\n" msgstr "" -#: gcc.c:3405 +#: gcc.c:3408 msgid "" " -print-libgcc-file-name Display the name of the compiler's companion " "library.\n" msgstr "" -#: gcc.c:3406 +#: gcc.c:3409 msgid " -print-file-name= Display the full path to library .\n" msgstr "" -#: gcc.c:3407 +#: gcc.c:3410 msgid "" " -print-prog-name= Display the full path to compiler component " ".\n" msgstr "" -#: gcc.c:3408 +#: gcc.c:3411 msgid "" " -print-multiarch Display the target's normalized GNU triplet, used " "as\n" " a component in the library path.\n" msgstr "" -#: gcc.c:3411 +#: gcc.c:3414 msgid "" " -print-multi-directory Display the root directory for versions of " "libgcc.\n" msgstr "" -#: gcc.c:3412 +#: gcc.c:3415 msgid "" " -print-multi-lib Display the mapping between command line options " "and\n" " multiple library search directories.\n" msgstr "" -#: gcc.c:3415 +#: gcc.c:3418 msgid "" " -print-multi-os-directory Display the relative path to OS libraries.\n" msgstr "" -#: gcc.c:3416 +#: gcc.c:3419 msgid " -print-sysroot Display the target libraries directory.\n" msgstr "" -#: gcc.c:3417 +#: gcc.c:3420 msgid "" " -print-sysroot-headers-suffix Display the sysroot suffix used to find " "headers.\n" msgstr "" -#: gcc.c:3418 +#: gcc.c:3421 msgid "" " -Wa, Pass comma-separated on to the " "assembler.\n" msgstr "" -#: gcc.c:3419 +#: gcc.c:3422 msgid "" " -Wp, Pass comma-separated on to the " "preprocessor.\n" msgstr "" -#: gcc.c:3420 +#: gcc.c:3423 msgid "" " -Wl, Pass comma-separated on to the linker.\n" msgstr "" -#: gcc.c:3421 +#: gcc.c:3424 msgid " -Xassembler Pass on to the assembler.\n" msgstr "" -#: gcc.c:3422 +#: gcc.c:3425 msgid " -Xpreprocessor Pass on to the preprocessor.\n" msgstr "" -#: gcc.c:3423 +#: gcc.c:3426 msgid " -Xlinker Pass on to the linker.\n" msgstr "" -#: gcc.c:3424 +#: gcc.c:3427 msgid " -save-temps Do not delete intermediate files.\n" msgstr "" -#: gcc.c:3425 +#: gcc.c:3428 msgid " -save-temps= Do not delete intermediate files.\n" msgstr "" -#: gcc.c:3426 +#: gcc.c:3429 msgid "" " -no-canonical-prefixes Do not canonicalize paths when building relative\n" " prefixes to other gcc components.\n" msgstr "" -#: gcc.c:3429 +#: gcc.c:3432 msgid " -pipe Use pipes rather than intermediate files.\n" msgstr "" -#: gcc.c:3430 +#: gcc.c:3433 msgid " -time Time the execution of each subprocess.\n" msgstr "" -#: gcc.c:3431 +#: gcc.c:3434 msgid "" " -specs= Override built-in specs with the contents of " ".\n" msgstr "" -#: gcc.c:3432 +#: gcc.c:3435 msgid "" " -std= Assume that the input sources are for " ".\n" msgstr "" -#: gcc.c:3433 +#: gcc.c:3436 msgid "" " --sysroot= Use as the root directory for " "headers\n" " and libraries.\n" msgstr "" -#: gcc.c:3436 +#: gcc.c:3439 msgid "" " -B Add to the compiler's search paths.\n" msgstr "" -#: gcc.c:3437 +#: gcc.c:3440 msgid "" " -v Display the programs invoked by the compiler.\n" msgstr "" -#: gcc.c:3438 +#: gcc.c:3441 msgid "" " -### Like -v but options quoted and commands not " "executed.\n" msgstr "" -#: gcc.c:3439 +#: gcc.c:3442 msgid "" " -E Preprocess only; do not compile, assemble or " "link.\n" msgstr "" -#: gcc.c:3440 +#: gcc.c:3443 msgid " -S Compile only; do not assemble or link.\n" msgstr "" -#: gcc.c:3441 +#: gcc.c:3444 msgid " -c Compile and assemble, but do not link.\n" msgstr "" -#: gcc.c:3442 +#: gcc.c:3445 msgid " -o Place the output into .\n" msgstr "" -#: gcc.c:3443 +#: gcc.c:3446 msgid " -pie Create a position independent executable.\n" msgstr "" -#: gcc.c:3444 +#: gcc.c:3447 msgid " -shared Create a shared library.\n" msgstr "" -#: gcc.c:3445 +#: gcc.c:3448 msgid "" " -x Specify the language of the following input " "files.\n" @@ -484,7 +484,7 @@ msgid "" "extension.\n" msgstr "" -#: gcc.c:3452 +#: gcc.c:3455 #, c-format msgid "" "\n" @@ -493,90 +493,88 @@ msgid "" " other options on to these processes the -W options must be used.\n" msgstr "" -#: gcc.c:5910 +#: gcc.c:5918 #, c-format msgid "Processing spec (%s), which is '%s'\n" msgstr "" -#: gcc.c:6614 +#: gcc.c:6622 #, c-format msgid "Target: %s\n" msgstr "" -#: gcc.c:6615 +#: gcc.c:6623 #, c-format msgid "Configured with: %s\n" msgstr "" -#: gcc.c:6629 +#: gcc.c:6637 #, c-format msgid "Thread model: %s\n" msgstr "" -#: gcc.c:6640 +#: gcc.c:6648 #, c-format msgid "gcc version %s %s\n" msgstr "" -#: gcc.c:6643 +#: gcc.c:6651 #, c-format msgid "gcc driver version %s %sexecuting gcc version %s\n" msgstr "" -#: gcc.c:6716 gcc.c:6928 +#: gcc.c:6724 gcc.c:6936 #, c-format msgid "" "The bug is not reproducible, so it is likely a hardware or OS problem.\n" msgstr "" -#: gcc.c:6852 +#: gcc.c:6860 #, c-format msgid "" "Preprocessed source stored into %s file, please attach this to your " "bugreport.\n" msgstr "" -#: gcc.c:7794 +#: gcc.c:7813 #, c-format msgid "install: %s%s\n" msgstr "" -#: gcc.c:7797 +#: gcc.c:7816 #, c-format msgid "programs: %s\n" msgstr "" -#: gcc.c:7799 +#: gcc.c:7818 #, c-format msgid "libraries: %s\n" msgstr "" -#: gcc.c:7916 +#: gcc.c:7935 #, c-format msgid "" "\n" "For bug reporting instructions, please see:\n" msgstr "" -#: gcc.c:7932 gcov-tool.c:519 +#: gcc.c:7951 gcov-tool.c:519 #, c-format msgid "%s %s%s\n" msgstr "" -#: gcc.c:7935 gcov-tool.c:521 gcov.c:689 fortran/gfortranspec.c:280 -#: java/jcf-dump.c:1230 +#: gcc.c:7954 gcov-tool.c:521 gcov.c:689 fortran/gfortranspec.c:280 msgid "(C)" msgstr "" -#: gcc.c:7936 fortran/gfortranspec.c:281 java/jcf-dump.c:1231 -#, c-format +#: gcc.c:7955 fortran/gfortranspec.c:281 msgid "" "This is free software; see the source for copying conditions. There is NO\n" "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" "\n" msgstr "" -#: gcc.c:8241 +#: gcc.c:8260 #, c-format msgid "" "\n" @@ -585,14 +583,14 @@ msgid "" "\n" msgstr "" -#: gcc.c:8242 +#: gcc.c:8261 #, c-format msgid "" "Use \"-Wl,OPTION\" to pass \"OPTION\" to the linker.\n" "\n" msgstr "" -#: gcc.c:9535 +#: gcc.c:9554 #, c-format msgid "" "Assembler options\n" @@ -600,7 +598,7 @@ msgid "" "\n" msgstr "" -#: gcc.c:9536 +#: gcc.c:9555 #, c-format msgid "" "Use \"-Wa,OPTION\" to pass \"OPTION\" to the assembler.\n" @@ -1074,20 +1072,20 @@ msgstr "" msgid "Cannot open source file %s\n" msgstr "" -#: gcse.c:2562 +#: gcse.c:2563 msgid "PRE disabled" msgstr "" -#: gcse.c:3490 +#: gcse.c:3491 msgid "GCSE disabled" msgstr "" -#: gimple-ssa-isolate-paths.c:440 c/c-typeck.c:9895 +#: gimple-ssa-isolate-paths.c:513 c/c-typeck.c:9929 #, gcc-internal-format msgid "function returns address of local variable" msgstr "" -#: gimple-ssa-isolate-paths.c:442 gimple-ssa-isolate-paths.c:287 +#: gimple-ssa-isolate-paths.c:515 gimple-ssa-isolate-paths.c:399 #, gcc-internal-format msgid "function may return address of local variable" msgstr "" @@ -1107,17 +1105,17 @@ msgstr "" msgid "ignoring nonexistent directory \"%s\"\n" msgstr "" -#: incpath.c:373 +#: incpath.c:374 #, c-format msgid "#include \"...\" search starts here:\n" msgstr "" -#: incpath.c:377 +#: incpath.c:378 #, c-format msgid "#include <...> search starts here:\n" msgstr "" -#: incpath.c:382 +#: incpath.c:383 #, c-format msgid "End of search list.\n" msgstr "" @@ -1142,38 +1140,38 @@ msgid "" "normally" msgstr "" -#: langhooks.c:374 +#: langhooks.c:366 msgid "At top level:" msgstr "" -#: langhooks.c:394 cp/error.c:3321 +#: langhooks.c:386 cp/error.c:3355 #, c-format msgid "In member function %qs" msgstr "" -#: langhooks.c:398 cp/error.c:3324 +#: langhooks.c:390 cp/error.c:3358 #, c-format msgid "In function %qs" msgstr "" -#: langhooks.c:449 cp/error.c:3274 +#: langhooks.c:441 cp/error.c:3308 msgid " inlined from %qs at %r%s:%d:%d%R" msgstr "" -#: langhooks.c:454 cp/error.c:3279 +#: langhooks.c:446 cp/error.c:3313 msgid " inlined from %qs at %r%s:%d%R" msgstr "" -#: langhooks.c:460 cp/error.c:3285 +#: langhooks.c:452 cp/error.c:3319 #, c-format msgid " inlined from %qs" msgstr "" -#: lra-assigns.c:1429 reload1.c:2086 +#: lra-assigns.c:1434 reload1.c:2078 msgid "this is the insn:" msgstr "" -#: lra-constraints.c:3712 reload.c:3831 +#: lra-constraints.c:3743 reload.c:3822 msgid "unable to generate reloads for:" msgstr "" @@ -1186,104 +1184,104 @@ msgstr "" msgid "Uses of this option are diagnosed." msgstr "" -#: opts.c:1063 +#: opts.c:1095 #, c-format msgid "default %d minimum %d maximum %d" msgstr "" -#: opts.c:1130 +#: opts.c:1162 #, c-format msgid "Same as %s. Use the latter option instead." msgstr "" -#: opts.c:1138 +#: opts.c:1170 #, c-format msgid "%s Same as %s." msgstr "" -#: opts.c:1209 +#: opts.c:1241 msgid "[default]" msgstr "" -#: opts.c:1220 +#: opts.c:1252 msgid "[enabled]" msgstr "" -#: opts.c:1220 +#: opts.c:1252 msgid "[disabled]" msgstr "" -#: opts.c:1239 +#: opts.c:1271 #, c-format msgid " No options with the desired characteristics were found\n" msgstr "" -#: opts.c:1248 +#: opts.c:1280 #, c-format msgid "" " None found. Use --help=%s to show *all* the options supported by the %s " "front-end.\n" msgstr "" -#: opts.c:1254 +#: opts.c:1286 #, c-format msgid "" " All options with the desired characteristics have already been displayed\n" msgstr "" -#: opts.c:1339 +#: opts.c:1371 msgid "The following options are target specific" msgstr "" -#: opts.c:1342 +#: opts.c:1374 msgid "The following options control compiler warning messages" msgstr "" -#: opts.c:1345 +#: opts.c:1377 msgid "The following options control optimizations" msgstr "" -#: opts.c:1348 opts.c:1387 +#: opts.c:1380 opts.c:1419 msgid "The following options are language-independent" msgstr "" -#: opts.c:1351 +#: opts.c:1383 msgid "The --param option recognizes the following as parameters" msgstr "" -#: opts.c:1357 +#: opts.c:1389 msgid "The following options are specific to just the language " msgstr "" -#: opts.c:1359 +#: opts.c:1391 msgid "The following options are supported by the language " msgstr "" -#: opts.c:1370 +#: opts.c:1402 msgid "The following options are not documented" msgstr "" -#: opts.c:1372 +#: opts.c:1404 msgid "The following options take separate arguments" msgstr "" -#: opts.c:1374 +#: opts.c:1406 msgid "The following options take joined arguments" msgstr "" -#: opts.c:1385 +#: opts.c:1417 msgid "The following options are language-related" msgstr "" -#: plugin.c:796 +#: plugin.c:804 msgid "Event" msgstr "" -#: plugin.c:796 +#: plugin.c:804 msgid "Plugins" msgstr "" -#: plugin.c:828 +#: plugin.c:836 #, c-format msgid "" "*** WARNING *** there are active plugins, do not report this as a bug unless " @@ -1291,16 +1289,16 @@ msgid "" msgstr "" #. It's the compiler's fault. -#: reload1.c:6113 +#: reload1.c:6080 msgid "could not find a spill register" msgstr "" #. It's the compiler's fault. -#: reload1.c:8009 +#: reload1.c:7976 msgid "VOIDmode on an output" msgstr "" -#: reload1.c:8770 +#: reload1.c:8736 msgid "failure trying to reload:" msgstr "" @@ -1312,16 +1310,16 @@ msgstr "" msgid "insn does not satisfy its constraints:" msgstr "" -#: targhooks.c:1789 +#: targhooks.c:1793 #, c-format msgid "created and used with differing settings of '%s'" msgstr "" -#: targhooks.c:1804 +#: targhooks.c:1808 msgid "created and used with different settings of -fpic" msgstr "" -#: targhooks.c:1806 +#: targhooks.c:1810 msgid "created and used with different settings of -fpie" msgstr "" @@ -1345,49 +1343,49 @@ msgstr "" msgid "collect: relinking\n" msgstr "" -#: toplev.c:331 +#: toplev.c:329 #, c-format msgid "unrecoverable error" msgstr "" -#: toplev.c:640 +#: toplev.c:638 #, c-format msgid "" "%s%s%s %sversion %s (%s)\n" "%s\tcompiled by GNU C version %s, " msgstr "" -#: toplev.c:642 +#: toplev.c:640 #, c-format msgid "%s%s%s %sversion %s (%s) compiled by CC, " msgstr "" -#: toplev.c:646 +#: toplev.c:644 #, c-format msgid "GMP version %s, MPFR version %s, MPC version %s, isl version %s\n" msgstr "" -#: toplev.c:648 +#: toplev.c:646 #, c-format msgid "%s%swarning: %s header version %s differs from library version %s.\n" msgstr "" -#: toplev.c:650 +#: toplev.c:648 #, c-format msgid "" "%s%sGGC heuristics: --param ggc-min-expand=%d --param ggc-min-heapsize=%d\n" msgstr "" -#: toplev.c:824 +#: toplev.c:822 msgid "options passed: " msgstr "" -#: toplev.c:852 +#: toplev.c:850 msgid "options enabled: " msgstr "" -#: tree-diagnostic.c:293 c/c-decl.c:5331 c/c-typeck.c:6919 cp/error.c:995 -#: c-family/c-pretty-print.c:408 +#: tree-diagnostic.c:293 c/c-decl.c:5363 c/c-typeck.c:6953 cp/error.c:996 +#: c-family/c-pretty-print.c:411 #, gcc-internal-format msgid "" msgstr "" @@ -2535,744 +2533,768 @@ msgstr "" #: params.def:1099 #, no-c-format +msgid "" +"Allow the store merging pass to introduce unaligned stores if it is legal to " +"do so" +msgstr "" + +#: params.def:1105 +#, no-c-format +msgid "Maximum number of constant stores to merge in thestore merging pass" +msgstr "" + +#: params.def:1111 +#, no-c-format msgid "Maximum amount of iterations of the pass over a function." msgstr "" -#: params.def:1106 +#: params.def:1118 #, no-c-format msgid "" "Maximum number of strings for which strlen optimization pass will track " "string lengths." msgstr "" -#: params.def:1113 +#: params.def:1125 #, no-c-format msgid "Which -fsched-pressure algorithm to apply." msgstr "" -#: params.def:1119 +#: params.def:1131 #, no-c-format msgid "Maximum length of candidate scans for straight-line strength reduction." msgstr "" -#: params.def:1125 +#: params.def:1137 #, no-c-format msgid "Enable asan stack protection." msgstr "" -#: params.def:1130 +#: params.def:1142 #, no-c-format msgid "Enable asan globals protection." msgstr "" -#: params.def:1135 +#: params.def:1147 #, no-c-format msgid "Enable asan store operations protection." msgstr "" -#: params.def:1140 +#: params.def:1152 #, no-c-format msgid "Enable asan load operations protection." msgstr "" -#: params.def:1145 +#: params.def:1157 #, no-c-format msgid "Enable asan builtin functions protection." msgstr "" -#: params.def:1150 +#: params.def:1162 #, no-c-format msgid "Enable asan detection of use-after-return bugs." msgstr "" -#: params.def:1155 +#: params.def:1167 #, no-c-format msgid "" "Use callbacks instead of inline code if number of accesses in function " "becomes greater or equal to this number." msgstr "" -#: params.def:1161 +#: params.def:1173 +#, no-c-format +msgid "" +"Use direct poisoning/unpoisoning intructions for variables smaller or equal " +"to this number." +msgstr "" + +#: params.def:1179 #, no-c-format msgid "" "Maximum number of nested calls to search for control dependencies during " "uninitialized variable analysis." msgstr "" -#: params.def:1167 +#: params.def:1185 #, no-c-format msgid "" "Maximum number of statements to be included into a single static constructor " "generated by Pointer Bounds Checker." msgstr "" -#: params.def:1173 +#: params.def:1191 #, no-c-format msgid "" "Scale factor to apply to the number of statements in a threading path when " "comparing to the number of (scaled) blocks." msgstr "" -#: params.def:1178 +#: params.def:1196 #, no-c-format msgid "" "Maximum number of arguments a PHI may have before the FSM threader will not " "try to thread through its block." msgstr "" -#: params.def:1183 +#: params.def:1201 #, no-c-format msgid "" "Scale factor to apply to the number of blocks in a threading path when " "comparing to the number of (scaled) statements." msgstr "" -#: params.def:1188 +#: params.def:1206 #, no-c-format msgid "" "Maximum number of instructions to copy when duplicating blocks on a finite " "state automaton jump thread path." msgstr "" -#: params.def:1193 +#: params.def:1211 #, no-c-format msgid "" "Maximum number of basic blocks on a finite state automaton jump thread path." msgstr "" -#: params.def:1198 +#: params.def:1216 #, no-c-format msgid "" "Maximum number of new jump thread paths to create for a finite state " "automaton." msgstr "" -#: params.def:1203 +#: params.def:1221 #, no-c-format msgid "Chunk size of omp schedule for loops parallelized by parloops." msgstr "" -#: params.def:1208 +#: params.def:1226 #, no-c-format msgid "" "Schedule type of omp schedule for loops parallelized by parloops (static, " "dynamic, guided, auto, runtime)." msgstr "" -#: params.def:1215 +#: params.def:1233 #, no-c-format msgid "" "Maximum recursion depth allowed when querying a property of an SSA name." msgstr "" -#: params.def:1221 +#: params.def:1239 #, no-c-format msgid "" "Maximum number of insns in a basic block to consider for RTL if-conversion." msgstr "" -#: params.def:1227 +#: params.def:1245 #, no-c-format msgid "" "Maximum permissible cost for the sequence that would be generated by the RTL " "if-conversion pass for a branch that is considered predictable." msgstr "" -#: params.def:1234 +#: params.def:1252 #, no-c-format msgid "" "Maximum permissible cost for the sequence that would be generated by the RTL " "if-conversion pass for a branch that is considered unpredictable." msgstr "" -#: params.def:1241 +#: params.def:1259 #, no-c-format msgid "Level of hsa debug stores verbosity" msgstr "" -#: params.def:1246 +#: params.def:1264 #, no-c-format msgid "Maximum number of may-defs visited when devirtualizing speculatively" msgstr "" -#: params.def:1251 +#: params.def:1269 #, no-c-format msgid "" "Maximum number of assertions to add along the default edge of a switch " "statement during VRP" msgstr "" -#: c-family/c-format.c:530 +#: params.def:1275 +#, no-c-format +msgid "Enable loop epilogue vectorization using smaller vector size." +msgstr "" + +#: c-family/c-format.c:376 msgid "format" msgstr "" -#: c-family/c-format.c:531 +#: c-family/c-format.c:377 msgid "field width specifier" msgstr "" -#: c-family/c-format.c:532 +#: c-family/c-format.c:378 msgid "field precision specifier" msgstr "" -#: c-family/c-format.c:649 c-family/c-format.c:673 config/i386/msformat-c.c:42 +#: c-family/c-format.c:495 c-family/c-format.c:519 config/i386/msformat-c.c:42 msgid "' ' flag" msgstr "" -#: c-family/c-format.c:649 c-family/c-format.c:673 config/i386/msformat-c.c:42 +#: c-family/c-format.c:495 c-family/c-format.c:519 config/i386/msformat-c.c:42 msgid "the ' ' printf flag" msgstr "" -#: c-family/c-format.c:650 c-family/c-format.c:674 c-family/c-format.c:704 -#: c-family/c-format.c:768 config/i386/msformat-c.c:43 +#: c-family/c-format.c:496 c-family/c-format.c:520 c-family/c-format.c:550 +#: c-family/c-format.c:614 config/i386/msformat-c.c:43 msgid "'+' flag" msgstr "" -#: c-family/c-format.c:650 c-family/c-format.c:674 c-family/c-format.c:704 +#: c-family/c-format.c:496 c-family/c-format.c:520 c-family/c-format.c:550 #: config/i386/msformat-c.c:43 msgid "the '+' printf flag" msgstr "" -#: c-family/c-format.c:651 c-family/c-format.c:675 c-family/c-format.c:705 -#: c-family/c-format.c:744 config/i386/msformat-c.c:44 +#: c-family/c-format.c:497 c-family/c-format.c:521 c-family/c-format.c:551 +#: c-family/c-format.c:590 config/i386/msformat-c.c:44 #: config/i386/msformat-c.c:79 msgid "'#' flag" msgstr "" -#: c-family/c-format.c:651 c-family/c-format.c:675 c-family/c-format.c:705 +#: c-family/c-format.c:497 c-family/c-format.c:521 c-family/c-format.c:551 #: config/i386/msformat-c.c:44 msgid "the '#' printf flag" msgstr "" -#: c-family/c-format.c:652 c-family/c-format.c:676 c-family/c-format.c:742 +#: c-family/c-format.c:498 c-family/c-format.c:522 c-family/c-format.c:588 #: config/i386/msformat-c.c:45 msgid "'0' flag" msgstr "" -#: c-family/c-format.c:652 c-family/c-format.c:676 config/i386/msformat-c.c:45 +#: c-family/c-format.c:498 c-family/c-format.c:522 config/i386/msformat-c.c:45 msgid "the '0' printf flag" msgstr "" -#: c-family/c-format.c:653 c-family/c-format.c:677 c-family/c-format.c:741 -#: c-family/c-format.c:771 config/i386/msformat-c.c:46 +#: c-family/c-format.c:499 c-family/c-format.c:523 c-family/c-format.c:587 +#: c-family/c-format.c:617 config/i386/msformat-c.c:46 msgid "'-' flag" msgstr "" -#: c-family/c-format.c:653 c-family/c-format.c:677 config/i386/msformat-c.c:46 +#: c-family/c-format.c:499 c-family/c-format.c:523 config/i386/msformat-c.c:46 msgid "the '-' printf flag" msgstr "" -#: c-family/c-format.c:654 c-family/c-format.c:724 config/i386/msformat-c.c:47 +#: c-family/c-format.c:500 c-family/c-format.c:570 config/i386/msformat-c.c:47 #: config/i386/msformat-c.c:67 msgid "''' flag" msgstr "" -#: c-family/c-format.c:654 config/i386/msformat-c.c:47 +#: c-family/c-format.c:500 config/i386/msformat-c.c:47 msgid "the ''' printf flag" msgstr "" -#: c-family/c-format.c:655 c-family/c-format.c:725 +#: c-family/c-format.c:501 c-family/c-format.c:571 msgid "'I' flag" msgstr "" -#: c-family/c-format.c:655 +#: c-family/c-format.c:501 msgid "the 'I' printf flag" msgstr "" -#: c-family/c-format.c:656 c-family/c-format.c:678 c-family/c-format.c:722 -#: c-family/c-format.c:745 c-family/c-format.c:772 config/sol2-c.c:43 +#: c-family/c-format.c:502 c-family/c-format.c:524 c-family/c-format.c:568 +#: c-family/c-format.c:591 c-family/c-format.c:618 config/sol2-c.c:43 #: config/i386/msformat-c.c:48 config/i386/msformat-c.c:65 msgid "field width" msgstr "" -#: c-family/c-format.c:656 c-family/c-format.c:678 config/sol2-c.c:43 +#: c-family/c-format.c:502 c-family/c-format.c:524 config/sol2-c.c:43 #: config/i386/msformat-c.c:48 msgid "field width in printf format" msgstr "" -#: c-family/c-format.c:657 c-family/c-format.c:679 c-family/c-format.c:707 +#: c-family/c-format.c:503 c-family/c-format.c:525 c-family/c-format.c:553 #: config/i386/msformat-c.c:49 msgid "precision" msgstr "" -#: c-family/c-format.c:657 c-family/c-format.c:679 c-family/c-format.c:707 +#: c-family/c-format.c:503 c-family/c-format.c:525 c-family/c-format.c:553 #: config/i386/msformat-c.c:49 msgid "precision in printf format" msgstr "" -#: c-family/c-format.c:658 c-family/c-format.c:680 c-family/c-format.c:708 -#: c-family/c-format.c:723 c-family/c-format.c:775 config/sol2-c.c:44 +#: c-family/c-format.c:504 c-family/c-format.c:526 c-family/c-format.c:554 +#: c-family/c-format.c:569 c-family/c-format.c:621 config/sol2-c.c:44 #: config/i386/msformat-c.c:50 config/i386/msformat-c.c:66 msgid "length modifier" msgstr "" -#: c-family/c-format.c:658 c-family/c-format.c:680 c-family/c-format.c:708 +#: c-family/c-format.c:504 c-family/c-format.c:526 c-family/c-format.c:554 #: config/sol2-c.c:44 config/i386/msformat-c.c:50 msgid "length modifier in printf format" msgstr "" -#: c-family/c-format.c:706 +#: c-family/c-format.c:552 msgid "'q' flag" msgstr "" -#: c-family/c-format.c:706 +#: c-family/c-format.c:552 msgid "the 'q' diagnostic flag" msgstr "" -#: c-family/c-format.c:719 config/i386/msformat-c.c:63 +#: c-family/c-format.c:565 config/i386/msformat-c.c:63 msgid "assignment suppression" msgstr "" -#: c-family/c-format.c:719 config/i386/msformat-c.c:63 +#: c-family/c-format.c:565 config/i386/msformat-c.c:63 msgid "the assignment suppression scanf feature" msgstr "" -#: c-family/c-format.c:720 config/i386/msformat-c.c:64 +#: c-family/c-format.c:566 config/i386/msformat-c.c:64 msgid "'a' flag" msgstr "" -#: c-family/c-format.c:720 config/i386/msformat-c.c:64 +#: c-family/c-format.c:566 config/i386/msformat-c.c:64 msgid "the 'a' scanf flag" msgstr "" -#: c-family/c-format.c:721 +#: c-family/c-format.c:567 msgid "'m' flag" msgstr "" -#: c-family/c-format.c:721 +#: c-family/c-format.c:567 msgid "the 'm' scanf flag" msgstr "" -#: c-family/c-format.c:722 config/i386/msformat-c.c:65 +#: c-family/c-format.c:568 config/i386/msformat-c.c:65 msgid "field width in scanf format" msgstr "" -#: c-family/c-format.c:723 config/i386/msformat-c.c:66 +#: c-family/c-format.c:569 config/i386/msformat-c.c:66 msgid "length modifier in scanf format" msgstr "" -#: c-family/c-format.c:724 config/i386/msformat-c.c:67 +#: c-family/c-format.c:570 config/i386/msformat-c.c:67 msgid "the ''' scanf flag" msgstr "" -#: c-family/c-format.c:725 +#: c-family/c-format.c:571 msgid "the 'I' scanf flag" msgstr "" -#: c-family/c-format.c:740 +#: c-family/c-format.c:586 msgid "'_' flag" msgstr "" -#: c-family/c-format.c:740 +#: c-family/c-format.c:586 msgid "the '_' strftime flag" msgstr "" -#: c-family/c-format.c:741 +#: c-family/c-format.c:587 msgid "the '-' strftime flag" msgstr "" -#: c-family/c-format.c:742 +#: c-family/c-format.c:588 msgid "the '0' strftime flag" msgstr "" -#: c-family/c-format.c:743 c-family/c-format.c:767 +#: c-family/c-format.c:589 c-family/c-format.c:613 msgid "'^' flag" msgstr "" -#: c-family/c-format.c:743 +#: c-family/c-format.c:589 msgid "the '^' strftime flag" msgstr "" -#: c-family/c-format.c:744 config/i386/msformat-c.c:79 +#: c-family/c-format.c:590 config/i386/msformat-c.c:79 msgid "the '#' strftime flag" msgstr "" -#: c-family/c-format.c:745 +#: c-family/c-format.c:591 msgid "field width in strftime format" msgstr "" -#: c-family/c-format.c:746 +#: c-family/c-format.c:592 msgid "'E' modifier" msgstr "" -#: c-family/c-format.c:746 +#: c-family/c-format.c:592 msgid "the 'E' strftime modifier" msgstr "" -#: c-family/c-format.c:747 +#: c-family/c-format.c:593 msgid "'O' modifier" msgstr "" -#: c-family/c-format.c:747 +#: c-family/c-format.c:593 msgid "the 'O' strftime modifier" msgstr "" -#: c-family/c-format.c:748 +#: c-family/c-format.c:594 msgid "the 'O' modifier" msgstr "" -#: c-family/c-format.c:766 +#: c-family/c-format.c:612 msgid "fill character" msgstr "" -#: c-family/c-format.c:766 +#: c-family/c-format.c:612 msgid "fill character in strfmon format" msgstr "" -#: c-family/c-format.c:767 +#: c-family/c-format.c:613 msgid "the '^' strfmon flag" msgstr "" -#: c-family/c-format.c:768 +#: c-family/c-format.c:614 msgid "the '+' strfmon flag" msgstr "" -#: c-family/c-format.c:769 +#: c-family/c-format.c:615 msgid "'(' flag" msgstr "" -#: c-family/c-format.c:769 +#: c-family/c-format.c:615 msgid "the '(' strfmon flag" msgstr "" -#: c-family/c-format.c:770 +#: c-family/c-format.c:616 msgid "'!' flag" msgstr "" -#: c-family/c-format.c:770 +#: c-family/c-format.c:616 msgid "the '!' strfmon flag" msgstr "" -#: c-family/c-format.c:771 +#: c-family/c-format.c:617 msgid "the '-' strfmon flag" msgstr "" -#: c-family/c-format.c:772 +#: c-family/c-format.c:618 msgid "field width in strfmon format" msgstr "" -#: c-family/c-format.c:773 +#: c-family/c-format.c:619 msgid "left precision" msgstr "" -#: c-family/c-format.c:773 +#: c-family/c-format.c:619 msgid "left precision in strfmon format" msgstr "" -#: c-family/c-format.c:774 +#: c-family/c-format.c:620 msgid "right precision" msgstr "" -#: c-family/c-format.c:774 +#: c-family/c-format.c:620 msgid "right precision in strfmon format" msgstr "" -#: c-family/c-format.c:775 +#: c-family/c-format.c:621 msgid "length modifier in strfmon format" msgstr "" #. Handle deferred options from command-line. -#: c-family/c-opts.c:1344 fortran/cpp.c:590 +#: c-family/c-opts.c:1378 fortran/cpp.c:590 msgid "" msgstr "" -#: config/aarch64/aarch64.c:4500 config/arm/arm.c:22027 config/arm/arm.c:22040 -#: config/arm/arm.c:22065 config/nios2/nios2.c:2642 +#: config/aarch64/aarch64.c:4875 config/arm/arm.c:21777 config/arm/arm.c:21790 +#: config/arm/arm.c:21815 config/nios2/nios2.c:2645 #, c-format msgid "Unsupported operand for code '%c'" msgstr "" -#: config/aarch64/aarch64.c:4512 config/aarch64/aarch64.c:4528 -#: config/aarch64/aarch64.c:4541 config/aarch64/aarch64.c:4553 -#: config/aarch64/aarch64.c:4564 config/aarch64/aarch64.c:4587 -#: config/aarch64/aarch64.c:4640 config/aarch64/aarch64.c:4843 +#: config/aarch64/aarch64.c:4887 config/aarch64/aarch64.c:4903 +#: config/aarch64/aarch64.c:4916 config/aarch64/aarch64.c:4928 +#: config/aarch64/aarch64.c:4939 config/aarch64/aarch64.c:4962 +#: config/aarch64/aarch64.c:5015 config/aarch64/aarch64.c:5218 #, c-format msgid "invalid operand for '%%%c'" msgstr "" -#: config/aarch64/aarch64.c:4607 config/aarch64/aarch64.c:4620 -#: config/aarch64/aarch64.c:4630 +#: config/aarch64/aarch64.c:4982 config/aarch64/aarch64.c:4995 +#: config/aarch64/aarch64.c:5005 #, c-format msgid "incompatible floating point / vector register operand for '%%%c'" msgstr "" -#: config/aarch64/aarch64.c:4676 config/arm/arm.c:22572 +#: config/aarch64/aarch64.c:5051 config/arm/arm.c:22322 #, c-format msgid "missing operand" msgstr "" -#: config/aarch64/aarch64.c:4738 +#: config/aarch64/aarch64.c:5113 #, c-format msgid "invalid constant" msgstr "" -#: config/aarch64/aarch64.c:4741 +#: config/aarch64/aarch64.c:5116 #, c-format msgid "invalid operand" msgstr "" -#: config/aarch64/aarch64.c:4854 +#: config/aarch64/aarch64.c:5229 #, c-format msgid "invalid operand prefix '%%%c'" msgstr "" -#: config/alpha/alpha.c:5103 config/i386/i386.c:17908 -#: config/rs6000/rs6000.c:21672 config/sparc/sparc.c:8749 +#: config/alpha/alpha.c:5092 config/i386/i386.c:18177 +#: config/rs6000/rs6000.c:23264 config/sparc/sparc.c:8851 #, c-format msgid "'%%&' used without any local dynamic TLS references" msgstr "" -#: config/alpha/alpha.c:5161 config/bfin/bfin.c:1423 +#: config/alpha/alpha.c:5150 config/bfin/bfin.c:1424 #, c-format msgid "invalid %%J value" msgstr "" -#: config/alpha/alpha.c:5191 config/ia64/ia64.c:5486 +#: config/alpha/alpha.c:5180 config/ia64/ia64.c:5488 #, c-format msgid "invalid %%r value" msgstr "" -#: config/alpha/alpha.c:5201 config/ia64/ia64.c:5440 -#: config/rs6000/rs6000.c:21352 config/xtensa/xtensa.c:2357 +#: config/alpha/alpha.c:5190 config/ia64/ia64.c:5442 +#: config/rs6000/rs6000.c:22944 config/xtensa/xtensa.c:2363 #, c-format msgid "invalid %%R value" msgstr "" -#: config/alpha/alpha.c:5207 config/rs6000/rs6000.c:21272 -#: config/xtensa/xtensa.c:2324 +#: config/alpha/alpha.c:5196 config/rs6000/rs6000.c:22864 +#: config/xtensa/xtensa.c:2330 #, c-format msgid "invalid %%N value" msgstr "" -#: config/alpha/alpha.c:5215 config/rs6000/rs6000.c:21300 +#: config/alpha/alpha.c:5204 config/rs6000/rs6000.c:22892 #, c-format msgid "invalid %%P value" msgstr "" -#: config/alpha/alpha.c:5223 +#: config/alpha/alpha.c:5212 #, c-format msgid "invalid %%h value" msgstr "" -#: config/alpha/alpha.c:5231 config/xtensa/xtensa.c:2350 +#: config/alpha/alpha.c:5220 config/xtensa/xtensa.c:2356 #, c-format msgid "invalid %%L value" msgstr "" -#: config/alpha/alpha.c:5250 +#: config/alpha/alpha.c:5239 #, c-format msgid "invalid %%m value" msgstr "" -#: config/alpha/alpha.c:5256 +#: config/alpha/alpha.c:5245 #, c-format msgid "invalid %%M value" msgstr "" -#: config/alpha/alpha.c:5293 +#: config/alpha/alpha.c:5282 #, c-format msgid "invalid %%U value" msgstr "" -#: config/alpha/alpha.c:5301 config/alpha/alpha.c:5312 -#: config/rs6000/rs6000.c:21360 +#: config/alpha/alpha.c:5290 config/alpha/alpha.c:5301 +#: config/rs6000/rs6000.c:22952 #, c-format msgid "invalid %%s value" msgstr "" -#: config/alpha/alpha.c:5323 +#: config/alpha/alpha.c:5312 #, c-format msgid "invalid %%C value" msgstr "" -#: config/alpha/alpha.c:5360 config/rs6000/rs6000.c:21136 +#: config/alpha/alpha.c:5349 config/rs6000/rs6000.c:22728 #, c-format msgid "invalid %%E value" msgstr "" -#: config/alpha/alpha.c:5385 config/alpha/alpha.c:5435 +#: config/alpha/alpha.c:5374 config/alpha/alpha.c:5424 #, c-format msgid "unknown relocation unspec" msgstr "" -#: config/alpha/alpha.c:5394 config/cr16/cr16.c:1531 -#: config/rs6000/rs6000.c:21677 config/spu/spu.c:1446 +#: config/alpha/alpha.c:5383 config/cr16/cr16.c:1534 +#: config/rs6000/rs6000.c:23269 config/spu/spu.c:1447 #, c-format msgid "invalid %%xn code" msgstr "" -#: config/alpha/alpha.c:5500 +#: config/alpha/alpha.c:5489 #, c-format msgid "invalid operand address" msgstr "" -#: config/arc/arc.c:3030 +#: config/arc/arc.c:3082 #, c-format msgid "invalid operand to %%Z code" msgstr "" -#: config/arc/arc.c:3038 +#: config/arc/arc.c:3090 #, c-format msgid "invalid operand to %%z code" msgstr "" -#: config/arc/arc.c:3046 +#: config/arc/arc.c:3098 #, c-format msgid "invalid operand to %%M code" msgstr "" -#: config/arc/arc.c:3054 config/m32r/m32r.c:2079 +#: config/arc/arc.c:3106 config/m32r/m32r.c:2083 #, c-format msgid "invalid operand to %%p code" msgstr "" -#: config/arc/arc.c:3065 config/m32r/m32r.c:2072 +#: config/arc/arc.c:3117 config/m32r/m32r.c:2076 #, c-format msgid "invalid operand to %%s code" msgstr "" -#: config/arc/arc.c:3213 config/m32r/m32r.c:2105 +#: config/arc/arc.c:3265 config/m32r/m32r.c:2109 #, c-format msgid "invalid operand to %%R code" msgstr "" -#: config/arc/arc.c:3250 config/m32r/m32r.c:2128 +#: config/arc/arc.c:3302 config/m32r/m32r.c:2132 #, c-format msgid "invalid operand to %%H/%%L code" msgstr "" -#: config/arc/arc.c:3298 config/m32r/m32r.c:2199 +#: config/arc/arc.c:3350 config/m32r/m32r.c:2203 #, c-format msgid "invalid operand to %%U code" msgstr "" -#: config/arc/arc.c:3309 +#: config/arc/arc.c:3361 #, c-format msgid "invalid operand to %%V code" msgstr "" -#: config/arc/arc.c:3366 +#: config/arc/arc.c:3418 #, c-format msgid "invalid operand to %%O code" msgstr "" #. Unknown flag. #. Undocumented flag. -#: config/arc/arc.c:3392 config/epiphany/epiphany.c:1286 -#: config/m32r/m32r.c:2226 config/nds32/nds32.c:2291 config/sparc/sparc.c:8932 +#: config/arc/arc.c:3444 config/epiphany/epiphany.c:1289 +#: config/m32r/m32r.c:2230 config/nds32/nds32.c:2292 config/sparc/sparc.c:9130 #, c-format msgid "invalid operand output code" msgstr "" -#: config/arc/arc.c:5124 +#: config/arc/arc.c:5081 #, c-format msgid "invalid UNSPEC as operand: %d" msgstr "" -#: config/arm/arm.c:19101 config/arm/arm.c:19126 config/arm/arm.c:19136 -#: config/arm/arm.c:19145 config/arm/arm.c:19154 +#: config/arm/arm.c:18786 config/arm/arm.c:18811 config/arm/arm.c:18821 +#: config/arm/arm.c:18830 config/arm/arm.c:18839 #, c-format msgid "invalid shift operand" msgstr "" -#: config/arm/arm.c:21903 config/arm/arm.c:21921 +#: config/arm/arm.c:21653 config/arm/arm.c:21671 #, c-format msgid "predicated Thumb instruction" msgstr "" -#: config/arm/arm.c:21909 +#: config/arm/arm.c:21659 #, c-format msgid "predicated instruction in conditional sequence" msgstr "" -#: config/arm/arm.c:22142 config/arm/arm.c:22164 config/arm/arm.c:22174 -#: config/arm/arm.c:22184 config/arm/arm.c:22194 config/arm/arm.c:22233 -#: config/arm/arm.c:22251 config/arm/arm.c:22276 config/arm/arm.c:22291 -#: config/arm/arm.c:22318 config/arm/arm.c:22325 config/arm/arm.c:22343 -#: config/arm/arm.c:22350 config/arm/arm.c:22358 config/arm/arm.c:22379 -#: config/arm/arm.c:22386 config/arm/arm.c:22519 config/arm/arm.c:22526 -#: config/arm/arm.c:22553 config/arm/arm.c:22560 config/bfin/bfin.c:1436 -#: config/bfin/bfin.c:1443 config/bfin/bfin.c:1450 config/bfin/bfin.c:1457 -#: config/bfin/bfin.c:1466 config/bfin/bfin.c:1473 config/bfin/bfin.c:1480 -#: config/bfin/bfin.c:1487 +#: config/arm/arm.c:21892 config/arm/arm.c:21914 config/arm/arm.c:21924 +#: config/arm/arm.c:21934 config/arm/arm.c:21944 config/arm/arm.c:21983 +#: config/arm/arm.c:22001 config/arm/arm.c:22026 config/arm/arm.c:22041 +#: config/arm/arm.c:22068 config/arm/arm.c:22075 config/arm/arm.c:22093 +#: config/arm/arm.c:22100 config/arm/arm.c:22108 config/arm/arm.c:22129 +#: config/arm/arm.c:22136 config/arm/arm.c:22269 config/arm/arm.c:22276 +#: config/arm/arm.c:22303 config/arm/arm.c:22310 config/bfin/bfin.c:1437 +#: config/bfin/bfin.c:1444 config/bfin/bfin.c:1451 config/bfin/bfin.c:1458 +#: config/bfin/bfin.c:1467 config/bfin/bfin.c:1474 config/bfin/bfin.c:1481 +#: config/bfin/bfin.c:1488 #, c-format msgid "invalid operand for code '%c'" msgstr "" -#: config/arm/arm.c:22246 +#: config/arm/arm.c:21996 #, c-format msgid "instruction never executed" msgstr "" #. Former Maverick support, removed after GCC-4.7. -#: config/arm/arm.c:22267 +#: config/arm/arm.c:22017 #, c-format msgid "obsolete Maverick format code '%c'" msgstr "" -#: config/avr/avr.c:2094 +#: config/avr/avr.c:2435 #, c-format msgid "address operand requires constraint for X, Y, or Z register" msgstr "" -#: config/avr/avr.c:2275 +#: config/avr/avr.c:2616 msgid "operands to %T/%t must be reg + const_int:" msgstr "" -#: config/avr/avr.c:2325 config/avr/avr.c:2392 +#: config/avr/avr.c:2666 config/avr/avr.c:2733 msgid "bad address, not an I/O address:" msgstr "" -#: config/avr/avr.c:2334 +#: config/avr/avr.c:2675 msgid "bad address, not a constant:" msgstr "" -#: config/avr/avr.c:2352 config/avr/avr.c:2359 +#: config/avr/avr.c:2693 config/avr/avr.c:2700 msgid "bad address, not (reg+disp):" msgstr "" -#: config/avr/avr.c:2366 +#: config/avr/avr.c:2707 msgid "bad address, not post_inc or pre_dec:" msgstr "" -#: config/avr/avr.c:2378 +#: config/avr/avr.c:2719 msgid "internal compiler error. Bad address:" msgstr "" -#: config/avr/avr.c:2411 +#: config/avr/avr.c:2752 #, c-format msgid "Unsupported code '%c' for fixed-point:" msgstr "" -#: config/avr/avr.c:2419 +#: config/avr/avr.c:2760 msgid "internal compiler error. Unknown mode:" msgstr "" -#: config/avr/avr.c:3412 config/avr/avr.c:4349 config/avr/avr.c:4796 +#: config/avr/avr.c:3784 config/avr/avr.c:4728 config/avr/avr.c:5175 msgid "invalid insn:" msgstr "" -#: config/avr/avr.c:3466 config/avr/avr.c:3578 config/avr/avr.c:3636 -#: config/avr/avr.c:3682 config/avr/avr.c:3701 config/avr/avr.c:3893 -#: config/avr/avr.c:4201 config/avr/avr.c:4485 config/avr/avr.c:4689 -#: config/avr/avr.c:4853 config/avr/avr.c:4947 config/avr/avr.c:5146 +#: config/avr/avr.c:3838 config/avr/avr.c:3950 config/avr/avr.c:4008 +#: config/avr/avr.c:4060 config/avr/avr.c:4079 config/avr/avr.c:4271 +#: config/avr/avr.c:4579 config/avr/avr.c:4864 config/avr/avr.c:5068 +#: config/avr/avr.c:5232 config/avr/avr.c:5326 config/avr/avr.c:5525 msgid "incorrect insn:" msgstr "" -#: config/avr/avr.c:3717 config/avr/avr.c:3992 config/avr/avr.c:4272 -#: config/avr/avr.c:4557 config/avr/avr.c:4735 config/avr/avr.c:5003 -#: config/avr/avr.c:5204 +#: config/avr/avr.c:4095 config/avr/avr.c:4370 config/avr/avr.c:4650 +#: config/avr/avr.c:4936 config/avr/avr.c:5114 config/avr/avr.c:5382 +#: config/avr/avr.c:5583 msgid "unknown move insn:" msgstr "" -#: config/avr/avr.c:5663 +#: config/avr/avr.c:6042 msgid "bad shift insn:" msgstr "" -#: config/avr/avr.c:5771 config/avr/avr.c:6252 config/avr/avr.c:6667 +#: config/avr/avr.c:6150 config/avr/avr.c:6631 config/avr/avr.c:7046 msgid "internal compiler error. Incorrect shift:" msgstr "" -#: config/avr/avr.c:8074 +#: config/avr/avr.c:8452 msgid "unsupported fixed-point conversion" msgstr "" @@ -3283,301 +3305,301 @@ msgid "" "\n" msgstr "" -#: config/bfin/bfin.c:1385 +#: config/bfin/bfin.c:1386 #, c-format msgid "invalid %%j value" msgstr "" -#: config/bfin/bfin.c:1578 config/c6x/c6x.c:2293 +#: config/bfin/bfin.c:1579 config/c6x/c6x.c:2290 #, c-format msgid "invalid const_double operand" msgstr "" -#: config/cris/cris.c:612 config/ft32/ft32.c:105 config/moxie/moxie.c:103 -#: final.c:3435 final.c:3437 fold-const.c:270 gcc.c:5244 gcc.c:5258 -#: rtl-error.c:101 toplev.c:335 tree-ssa-loop-niter.c:2370 tree-vrp.c:7528 -#: cp/typeck.c:6072 java/expr.c:385 lto/lto-object.c:184 lto/lto-object.c:281 +#: config/cris/cris.c:604 config/ft32/ft32.c:106 config/moxie/moxie.c:104 +#: final.c:3441 final.c:3443 fold-const.c:267 gcc.c:5252 gcc.c:5266 +#: rtl-error.c:101 toplev.c:333 tree-ssa-loop-niter.c:2370 tree-vrp.c:7497 +#: cp/typeck.c:6140 lto/lto-object.c:184 lto/lto-object.c:281 #: lto/lto-object.c:338 lto/lto-object.c:362 #, gcc-internal-format, gfc-internal-format msgid "%s" msgstr "" -#: config/cris/cris.c:663 +#: config/cris/cris.c:655 msgid "unexpected index-type in cris_print_index" msgstr "" -#: config/cris/cris.c:680 +#: config/cris/cris.c:672 msgid "unexpected base-type in cris_print_base" msgstr "" -#: config/cris/cris.c:744 +#: config/cris/cris.c:736 msgid "invalid operand for 'b' modifier" msgstr "" -#: config/cris/cris.c:761 +#: config/cris/cris.c:753 msgid "invalid operand for 'o' modifier" msgstr "" -#: config/cris/cris.c:780 +#: config/cris/cris.c:772 msgid "invalid operand for 'O' modifier" msgstr "" -#: config/cris/cris.c:813 +#: config/cris/cris.c:805 msgid "invalid operand for 'p' modifier" msgstr "" -#: config/cris/cris.c:852 +#: config/cris/cris.c:844 msgid "invalid operand for 'z' modifier" msgstr "" -#: config/cris/cris.c:916 config/cris/cris.c:950 +#: config/cris/cris.c:908 config/cris/cris.c:942 msgid "invalid operand for 'H' modifier" msgstr "" -#: config/cris/cris.c:926 +#: config/cris/cris.c:918 msgid "bad register" msgstr "" -#: config/cris/cris.c:970 +#: config/cris/cris.c:962 msgid "invalid operand for 'e' modifier" msgstr "" -#: config/cris/cris.c:987 +#: config/cris/cris.c:979 msgid "invalid operand for 'm' modifier" msgstr "" -#: config/cris/cris.c:1012 +#: config/cris/cris.c:1004 msgid "invalid operand for 'A' modifier" msgstr "" -#: config/cris/cris.c:1082 +#: config/cris/cris.c:1074 msgid "invalid operand for 'D' modifier" msgstr "" -#: config/cris/cris.c:1096 +#: config/cris/cris.c:1088 msgid "invalid operand for 'T' modifier" msgstr "" -#: config/cris/cris.c:1116 config/ft32/ft32.c:231 config/moxie/moxie.c:173 +#: config/cris/cris.c:1108 config/ft32/ft32.c:232 config/moxie/moxie.c:174 msgid "invalid operand modifier letter" msgstr "" -#: config/cris/cris.c:1170 +#: config/cris/cris.c:1162 msgid "unexpected multiplicative operand" msgstr "" -#: config/cris/cris.c:1190 config/ft32/ft32.c:254 config/moxie/moxie.c:198 +#: config/cris/cris.c:1182 config/ft32/ft32.c:255 config/moxie/moxie.c:199 msgid "unexpected operand" msgstr "" -#: config/cris/cris.c:1229 config/cris/cris.c:1239 +#: config/cris/cris.c:1221 config/cris/cris.c:1231 msgid "unrecognized address" msgstr "" -#: config/cris/cris.c:2559 +#: config/cris/cris.c:2550 msgid "unrecognized supposed constant" msgstr "" -#: config/cris/cris.c:2958 config/cris/cris.c:3016 +#: config/cris/cris.c:2949 config/cris/cris.c:3007 msgid "unexpected side-effects in address" msgstr "" #. Can't possibly get anything else for a function-call, right? -#: config/cris/cris.c:3844 +#: config/cris/cris.c:3835 msgid "unidentifiable call op" msgstr "" -#: config/cris/cris.c:3906 +#: config/cris/cris.c:3897 #, c-format msgid "PIC register isn't set up" msgstr "" -#: config/fr30/fr30.c:496 +#: config/fr30/fr30.c:500 #, c-format msgid "fr30_print_operand_address: unhandled address" msgstr "" -#: config/fr30/fr30.c:520 +#: config/fr30/fr30.c:524 #, c-format msgid "fr30_print_operand: unrecognized %%p code" msgstr "" -#: config/fr30/fr30.c:540 +#: config/fr30/fr30.c:544 #, c-format msgid "fr30_print_operand: unrecognized %%b code" msgstr "" -#: config/fr30/fr30.c:561 +#: config/fr30/fr30.c:565 #, c-format msgid "fr30_print_operand: unrecognized %%B code" msgstr "" -#: config/fr30/fr30.c:569 +#: config/fr30/fr30.c:573 #, c-format msgid "fr30_print_operand: invalid operand to %%A code" msgstr "" -#: config/fr30/fr30.c:586 +#: config/fr30/fr30.c:590 #, c-format msgid "fr30_print_operand: invalid %%x code" msgstr "" -#: config/fr30/fr30.c:593 +#: config/fr30/fr30.c:597 #, c-format msgid "fr30_print_operand: invalid %%F code" msgstr "" -#: config/fr30/fr30.c:610 +#: config/fr30/fr30.c:614 #, c-format msgid "fr30_print_operand: unknown code" msgstr "" -#: config/fr30/fr30.c:638 config/fr30/fr30.c:647 config/fr30/fr30.c:658 -#: config/fr30/fr30.c:671 +#: config/fr30/fr30.c:642 config/fr30/fr30.c:651 config/fr30/fr30.c:662 +#: config/fr30/fr30.c:675 #, c-format msgid "fr30_print_operand: unhandled MEM" msgstr "" -#: config/frv/frv.c:2507 +#: config/frv/frv.c:2510 msgid "bad insn to frv_print_operand_address:" msgstr "" -#: config/frv/frv.c:2518 +#: config/frv/frv.c:2521 msgid "bad register to frv_print_operand_memory_reference_reg:" msgstr "" -#: config/frv/frv.c:2557 config/frv/frv.c:2567 config/frv/frv.c:2576 -#: config/frv/frv.c:2597 config/frv/frv.c:2602 +#: config/frv/frv.c:2560 config/frv/frv.c:2570 config/frv/frv.c:2579 +#: config/frv/frv.c:2600 config/frv/frv.c:2605 msgid "bad insn to frv_print_operand_memory_reference:" msgstr "" -#: config/frv/frv.c:2688 +#: config/frv/frv.c:2691 #, c-format msgid "bad condition code" msgstr "" -#: config/frv/frv.c:2762 +#: config/frv/frv.c:2765 msgid "bad insn in frv_print_operand, bad const_double" msgstr "" -#: config/frv/frv.c:2823 +#: config/frv/frv.c:2826 msgid "bad insn to frv_print_operand, 'e' modifier:" msgstr "" -#: config/frv/frv.c:2831 +#: config/frv/frv.c:2834 msgid "bad insn to frv_print_operand, 'F' modifier:" msgstr "" -#: config/frv/frv.c:2847 +#: config/frv/frv.c:2850 msgid "bad insn to frv_print_operand, 'f' modifier:" msgstr "" -#: config/frv/frv.c:2861 +#: config/frv/frv.c:2864 msgid "bad insn to frv_print_operand, 'g' modifier:" msgstr "" -#: config/frv/frv.c:2909 +#: config/frv/frv.c:2912 msgid "bad insn to frv_print_operand, 'L' modifier:" msgstr "" -#: config/frv/frv.c:2922 +#: config/frv/frv.c:2925 msgid "bad insn to frv_print_operand, 'M/N' modifier:" msgstr "" -#: config/frv/frv.c:2943 +#: config/frv/frv.c:2946 msgid "bad insn to frv_print_operand, 'O' modifier:" msgstr "" -#: config/frv/frv.c:2961 +#: config/frv/frv.c:2964 msgid "bad insn to frv_print_operand, P modifier:" msgstr "" -#: config/frv/frv.c:2981 +#: config/frv/frv.c:2984 msgid "bad insn in frv_print_operand, z case" msgstr "" -#: config/frv/frv.c:3012 +#: config/frv/frv.c:3015 msgid "bad insn in frv_print_operand, 0 case" msgstr "" -#: config/frv/frv.c:3017 +#: config/frv/frv.c:3020 msgid "frv_print_operand: unknown code" msgstr "" -#: config/frv/frv.c:4421 +#: config/frv/frv.c:4424 msgid "bad output_move_single operand" msgstr "" -#: config/frv/frv.c:4548 +#: config/frv/frv.c:4551 msgid "bad output_move_double operand" msgstr "" -#: config/frv/frv.c:4690 +#: config/frv/frv.c:4693 msgid "bad output_condmove_single operand" msgstr "" -#: config/i386/i386.c:16817 +#: config/i386/i386.c:17085 #, c-format msgid "invalid UNSPEC as operand" msgstr "" -#: config/i386/i386.c:17308 +#: config/i386/i386.c:17576 #, c-format msgid "invalid use of asm flag output" msgstr "" -#: config/i386/i386.c:17526 +#: config/i386/i386.c:17794 #, c-format msgid "invalid operand size for operand code 'O'" msgstr "" -#: config/i386/i386.c:17561 +#: config/i386/i386.c:17829 #, c-format msgid "invalid operand size for operand code 'z'" msgstr "" -#: config/i386/i386.c:17631 +#: config/i386/i386.c:17899 #, c-format msgid "invalid operand type used with operand code 'Z'" msgstr "" -#: config/i386/i386.c:17636 +#: config/i386/i386.c:17904 #, c-format msgid "invalid operand size for operand code 'Z'" msgstr "" -#: config/i386/i386.c:17712 +#: config/i386/i386.c:17980 #, c-format msgid "operand is not a condition code, invalid operand code 'Y'" msgstr "" -#: config/i386/i386.c:17791 +#: config/i386/i386.c:18059 #, c-format msgid "operand is not a condition code, invalid operand code 'D'" msgstr "" -#: config/i386/i386.c:17808 +#: config/i386/i386.c:18077 #, c-format msgid "operand is not a condition code, invalid operand code '%c'" msgstr "" -#: config/i386/i386.c:17821 +#: config/i386/i386.c:18090 #, c-format msgid "" "operand is not an offsettable memory reference, invalid operand code 'H'" msgstr "" -#: config/i386/i386.c:17986 +#: config/i386/i386.c:18255 #, c-format msgid "invalid operand code '%c'" msgstr "" -#: config/i386/i386.c:18048 +#: config/i386/i386.c:18317 #, c-format msgid "invalid constraints for operand" msgstr "" -#: config/i386/i386.c:28552 +#: config/i386/i386.c:28818 msgid "unknown insn mode" msgstr "" @@ -3586,196 +3608,196 @@ msgstr "" msgid "-f%s ignored (not supported for DJGPP)\n" msgstr "" -#: config/ia64/ia64.c:5368 +#: config/ia64/ia64.c:5370 #, c-format msgid "invalid %%G mode" msgstr "" -#: config/ia64/ia64.c:5538 +#: config/ia64/ia64.c:5540 #, c-format msgid "ia64_print_operand: unknown code" msgstr "" -#: config/ia64/ia64.c:11171 +#: config/ia64/ia64.c:11143 msgid "invalid conversion from %<__fpreg%>" msgstr "" -#: config/ia64/ia64.c:11174 +#: config/ia64/ia64.c:11146 msgid "invalid conversion to %<__fpreg%>" msgstr "" -#: config/ia64/ia64.c:11187 config/ia64/ia64.c:11198 +#: config/ia64/ia64.c:11159 config/ia64/ia64.c:11170 msgid "invalid operation on %<__fpreg%>" msgstr "" -#: config/iq2000/iq2000.c:3135 config/tilegx/tilegx.c:5308 -#: config/tilepro/tilepro.c:4703 +#: config/iq2000/iq2000.c:3140 config/tilegx/tilegx.c:5313 +#: config/tilepro/tilepro.c:4702 #, c-format msgid "invalid %%P operand" msgstr "" -#: config/iq2000/iq2000.c:3143 config/rs6000/rs6000.c:21290 +#: config/iq2000/iq2000.c:3148 config/rs6000/rs6000.c:22882 #, c-format msgid "invalid %%p value" msgstr "" -#: config/iq2000/iq2000.c:3202 +#: config/iq2000/iq2000.c:3207 #, c-format msgid "invalid use of %%d, %%x, or %%X" msgstr "" -#: config/lm32/lm32.c:507 +#: config/lm32/lm32.c:510 #, c-format msgid "only 0.0 can be loaded as an immediate" msgstr "" -#: config/lm32/lm32.c:577 +#: config/lm32/lm32.c:580 msgid "bad operand" msgstr "" -#: config/lm32/lm32.c:589 +#: config/lm32/lm32.c:592 msgid "can't use non gp relative absolute address" msgstr "" -#: config/lm32/lm32.c:593 +#: config/lm32/lm32.c:596 msgid "invalid addressing mode" msgstr "" -#: config/m32r/m32r.c:2137 +#: config/m32r/m32r.c:2141 msgid "bad insn for 'A'" msgstr "" -#: config/m32r/m32r.c:2184 +#: config/m32r/m32r.c:2188 #, c-format msgid "invalid operand to %%T/%%B code" msgstr "" -#: config/m32r/m32r.c:2207 +#: config/m32r/m32r.c:2211 #, c-format msgid "invalid operand to %%N code" msgstr "" -#: config/m32r/m32r.c:2240 +#: config/m32r/m32r.c:2244 msgid "pre-increment address is not a register" msgstr "" -#: config/m32r/m32r.c:2247 +#: config/m32r/m32r.c:2251 msgid "pre-decrement address is not a register" msgstr "" -#: config/m32r/m32r.c:2254 +#: config/m32r/m32r.c:2258 msgid "post-increment address is not a register" msgstr "" -#: config/m32r/m32r.c:2328 config/m32r/m32r.c:2343 config/rs6000/rs6000.c:33158 +#: config/m32r/m32r.c:2333 config/m32r/m32r.c:2348 config/rs6000/rs6000.c:35012 msgid "bad address" msgstr "" -#: config/m32r/m32r.c:2348 +#: config/m32r/m32r.c:2353 msgid "lo_sum not of register" msgstr "" -#: config/microblaze/microblaze.c:2190 +#: config/microblaze/microblaze.c:2192 #, c-format msgid "unknown punctuation '%c'" msgstr "" -#: config/microblaze/microblaze.c:2199 +#: config/microblaze/microblaze.c:2201 #, c-format msgid "null pointer" msgstr "" -#: config/microblaze/microblaze.c:2234 +#: config/microblaze/microblaze.c:2236 #, c-format msgid "PRINT_OPERAND, invalid insn for %%C" msgstr "" -#: config/microblaze/microblaze.c:2263 +#: config/microblaze/microblaze.c:2265 #, c-format msgid "PRINT_OPERAND, invalid insn for %%N" msgstr "" -#: config/microblaze/microblaze.c:2283 config/microblaze/microblaze.c:2458 +#: config/microblaze/microblaze.c:2285 config/microblaze/microblaze.c:2460 msgid "insn contains an invalid address !" msgstr "" -#: config/microblaze/microblaze.c:2298 config/microblaze/microblaze.c:2517 -#: config/xtensa/xtensa.c:2454 +#: config/microblaze/microblaze.c:2300 config/microblaze/microblaze.c:2519 +#: config/xtensa/xtensa.c:2460 msgid "invalid address" msgstr "" -#: config/microblaze/microblaze.c:2401 +#: config/microblaze/microblaze.c:2403 #, c-format msgid "letter %c was found & insn was not CONST_INT" msgstr "" -#: config/mips/mips.c:8861 config/mips/mips.c:8888 config/mips/mips.c:9071 +#: config/mips/mips.c:8869 config/mips/mips.c:8896 config/mips/mips.c:9079 #, c-format msgid "'%%%c' is not a valid operand prefix" msgstr "" -#: config/mips/mips.c:8960 config/mips/mips.c:8967 config/mips/mips.c:8974 -#: config/mips/mips.c:8981 config/mips/mips.c:8994 config/mips/mips.c:9001 -#: config/mips/mips.c:9011 config/mips/mips.c:9014 config/mips/mips.c:9026 -#: config/mips/mips.c:9029 config/mips/mips.c:9089 config/mips/mips.c:9096 -#: config/mips/mips.c:9117 config/mips/mips.c:9132 config/mips/mips.c:9151 -#: config/mips/mips.c:9160 +#: config/mips/mips.c:8968 config/mips/mips.c:8975 config/mips/mips.c:8982 +#: config/mips/mips.c:8989 config/mips/mips.c:9002 config/mips/mips.c:9009 +#: config/mips/mips.c:9019 config/mips/mips.c:9022 config/mips/mips.c:9034 +#: config/mips/mips.c:9037 config/mips/mips.c:9097 config/mips/mips.c:9104 +#: config/mips/mips.c:9125 config/mips/mips.c:9140 config/mips/mips.c:9159 +#: config/mips/mips.c:9168 #, c-format msgid "invalid use of '%%%c'" msgstr "" -#: config/mmix/mmix.c:1547 config/mmix/mmix.c:1677 +#: config/mmix/mmix.c:1551 config/mmix/mmix.c:1681 msgid "MMIX Internal: Expected a CONST_INT, not this" msgstr "" -#: config/mmix/mmix.c:1626 +#: config/mmix/mmix.c:1630 msgid "MMIX Internal: Bad value for 'm', not a CONST_INT" msgstr "" -#: config/mmix/mmix.c:1645 +#: config/mmix/mmix.c:1649 msgid "MMIX Internal: Expected a register, not this" msgstr "" -#: config/mmix/mmix.c:1655 +#: config/mmix/mmix.c:1659 msgid "MMIX Internal: Expected a constant, not this" msgstr "" #. We need the original here. -#: config/mmix/mmix.c:1739 +#: config/mmix/mmix.c:1743 msgid "MMIX Internal: Cannot decode this operand" msgstr "" -#: config/mmix/mmix.c:1795 +#: config/mmix/mmix.c:1799 msgid "MMIX Internal: This is not a recognized address" msgstr "" -#: config/mmix/mmix.c:2671 +#: config/mmix/mmix.c:2675 msgid "MMIX Internal: Trying to output invalidly reversed condition:" msgstr "" -#: config/mmix/mmix.c:2678 +#: config/mmix/mmix.c:2682 msgid "MMIX Internal: What's the CC of this?" msgstr "" -#: config/mmix/mmix.c:2682 +#: config/mmix/mmix.c:2686 msgid "MMIX Internal: What is the CC of this?" msgstr "" -#: config/mmix/mmix.c:2724 +#: config/mmix/mmix.c:2728 msgid "MMIX Internal: This is not a constant:" msgstr "" -#: config/msp430/msp430.c:3614 +#: config/msp430/msp430.c:3625 #, c-format msgid "invalid operand prefix" msgstr "" -#: config/msp430/msp430.c:3648 +#: config/msp430/msp430.c:3659 #, c-format msgid "invalid zero extract" msgstr "" -#: config/rl78/rl78.c:1883 config/rl78/rl78.c:1969 +#: config/rl78/rl78.c:1887 config/rl78/rl78.c:1973 #, c-format msgid "q/Q modifiers invalid for symbol references" msgstr "" @@ -3790,526 +3812,526 @@ msgstr "" msgid "Try running '%s' in the shell to raise its limit.\n" msgstr "" -#: config/rs6000/rs6000.c:3974 +#: config/rs6000/rs6000.c:4085 msgid "-maltivec=le not allowed for big-endian targets" msgstr "" -#: config/rs6000/rs6000.c:3986 +#: config/rs6000/rs6000.c:4097 msgid "-mvsx requires hardware floating point" msgstr "" -#: config/rs6000/rs6000.c:3994 +#: config/rs6000/rs6000.c:4105 msgid "-mvsx and -mpaired are incompatible" msgstr "" -#: config/rs6000/rs6000.c:3996 +#: config/rs6000/rs6000.c:4107 msgid "-mvsx needs indexed addressing" msgstr "" -#: config/rs6000/rs6000.c:4001 +#: config/rs6000/rs6000.c:4112 msgid "-mvsx and -mno-altivec are incompatible" msgstr "" -#: config/rs6000/rs6000.c:4003 +#: config/rs6000/rs6000.c:4114 msgid "-mno-altivec disables vsx" msgstr "" -#: config/rs6000/rs6000.c:4163 +#: config/rs6000/rs6000.c:4274 msgid "-mquad-memory requires 64-bit mode" msgstr "" -#: config/rs6000/rs6000.c:4166 +#: config/rs6000/rs6000.c:4277 msgid "-mquad-memory-atomic requires 64-bit mode" msgstr "" -#: config/rs6000/rs6000.c:4178 +#: config/rs6000/rs6000.c:4289 msgid "-mquad-memory is not available in little endian mode" msgstr "" -#: config/rs6000/rs6000.c:4250 +#: config/rs6000/rs6000.c:4361 msgid "-mtoc-fusion requires 64-bit" msgstr "" -#: config/rs6000/rs6000.c:4257 +#: config/rs6000/rs6000.c:4368 msgid "-mtoc-fusion requires medium/large code model" msgstr "" -#: config/rs6000/rs6000.c:10367 +#: config/rs6000/rs6000.c:10821 msgid "bad move" msgstr "" -#: config/rs6000/rs6000.c:20933 +#: config/rs6000/rs6000.c:22525 msgid "Bad 128-bit move" msgstr "" -#: config/rs6000/rs6000.c:21124 +#: config/rs6000/rs6000.c:22716 #, c-format msgid "invalid %%e value" msgstr "" -#: config/rs6000/rs6000.c:21145 +#: config/rs6000/rs6000.c:22737 #, c-format msgid "invalid %%f value" msgstr "" -#: config/rs6000/rs6000.c:21154 +#: config/rs6000/rs6000.c:22746 #, c-format msgid "invalid %%F value" msgstr "" -#: config/rs6000/rs6000.c:21163 +#: config/rs6000/rs6000.c:22755 #, c-format msgid "invalid %%G value" msgstr "" -#: config/rs6000/rs6000.c:21198 +#: config/rs6000/rs6000.c:22790 #, c-format msgid "invalid %%j code" msgstr "" -#: config/rs6000/rs6000.c:21208 +#: config/rs6000/rs6000.c:22800 #, c-format msgid "invalid %%J code" msgstr "" -#: config/rs6000/rs6000.c:21218 +#: config/rs6000/rs6000.c:22810 #, c-format msgid "invalid %%k value" msgstr "" -#: config/rs6000/rs6000.c:21233 config/xtensa/xtensa.c:2343 +#: config/rs6000/rs6000.c:22825 config/xtensa/xtensa.c:2349 #, c-format msgid "invalid %%K value" msgstr "" -#: config/rs6000/rs6000.c:21280 +#: config/rs6000/rs6000.c:22872 #, c-format msgid "invalid %%O value" msgstr "" -#: config/rs6000/rs6000.c:21327 +#: config/rs6000/rs6000.c:22919 #, c-format msgid "invalid %%q value" msgstr "" -#: config/rs6000/rs6000.c:21380 +#: config/rs6000/rs6000.c:22972 #, c-format msgid "invalid %%T value" msgstr "" -#: config/rs6000/rs6000.c:21392 +#: config/rs6000/rs6000.c:22984 #, c-format msgid "invalid %%u value" msgstr "" -#: config/rs6000/rs6000.c:21406 config/xtensa/xtensa.c:2313 +#: config/rs6000/rs6000.c:22998 config/xtensa/xtensa.c:2319 #, c-format msgid "invalid %%v value" msgstr "" -#: config/rs6000/rs6000.c:21473 config/xtensa/xtensa.c:2364 +#: config/rs6000/rs6000.c:23065 config/xtensa/xtensa.c:2370 #, c-format msgid "invalid %%x value" msgstr "" -#: config/rs6000/rs6000.c:21621 +#: config/rs6000/rs6000.c:23213 #, c-format msgid "invalid %%y value, try using the 'Z' constraint" msgstr "" -#: config/rs6000/rs6000.c:22337 +#: config/rs6000/rs6000.c:23929 msgid "__float128 and __ibm128 cannot be used in the same expression" msgstr "" -#: config/rs6000/rs6000.c:22343 +#: config/rs6000/rs6000.c:23935 msgid "__ibm128 and long double cannot be used in the same expression" msgstr "" -#: config/rs6000/rs6000.c:22349 +#: config/rs6000/rs6000.c:23941 msgid "__float128 and long double cannot be used in the same expression" msgstr "" -#: config/rs6000/rs6000.c:36280 +#: config/rs6000/rs6000.c:38315 msgid "AltiVec argument passed to unprototyped function" msgstr "" -#: config/rs6000/rs6000.c:38004 +#: config/rs6000/rs6000.c:40038 msgid "Could not generate addis value for fusion" msgstr "" -#: config/rs6000/rs6000.c:38076 +#: config/rs6000/rs6000.c:40110 msgid "Unable to generate load/store offset for fusion" msgstr "" -#: config/rs6000/rs6000.c:38180 +#: config/rs6000/rs6000.c:40214 msgid "Bad GPR fusion" msgstr "" -#: config/rs6000/rs6000.c:38398 +#: config/rs6000/rs6000.c:40432 msgid "emit_fusion_p9_load, bad reg #1" msgstr "" -#: config/rs6000/rs6000.c:38435 +#: config/rs6000/rs6000.c:40478 msgid "emit_fusion_p9_load, bad reg #2" msgstr "" -#: config/rs6000/rs6000.c:38438 +#: config/rs6000/rs6000.c:40481 msgid "emit_fusion_p9_load not MEM" msgstr "" -#: config/rs6000/rs6000.c:38476 +#: config/rs6000/rs6000.c:40519 msgid "emit_fusion_p9_store, bad reg #1" msgstr "" -#: config/rs6000/rs6000.c:38513 +#: config/rs6000/rs6000.c:40565 msgid "emit_fusion_p9_store, bad reg #2" msgstr "" -#: config/rs6000/rs6000.c:38516 +#: config/rs6000/rs6000.c:40568 msgid "emit_fusion_p9_store not MEM" msgstr "" -#: config/s390/s390.c:7169 +#: config/s390/s390.c:7295 #, c-format msgid "symbolic memory references are only supported on z10 or later" msgstr "" -#: config/s390/s390.c:7180 +#: config/s390/s390.c:7306 #, c-format msgid "cannot decompose address" msgstr "" -#: config/s390/s390.c:7249 +#: config/s390/s390.c:7375 #, c-format msgid "invalid comparison operator for 'E' output modifier" msgstr "" -#: config/s390/s390.c:7272 +#: config/s390/s390.c:7398 #, c-format msgid "invalid reference for 'J' output modifier" msgstr "" -#: config/s390/s390.c:7290 +#: config/s390/s390.c:7416 #, c-format msgid "invalid address for 'O' output modifier" msgstr "" -#: config/s390/s390.c:7312 +#: config/s390/s390.c:7438 #, c-format msgid "invalid address for 'R' output modifier" msgstr "" -#: config/s390/s390.c:7330 +#: config/s390/s390.c:7456 #, c-format msgid "memory reference expected for 'S' output modifier" msgstr "" -#: config/s390/s390.c:7340 +#: config/s390/s390.c:7466 #, c-format msgid "invalid address for 'S' output modifier" msgstr "" -#: config/s390/s390.c:7361 +#: config/s390/s390.c:7487 #, c-format msgid "register or memory expression expected for 'N' output modifier" msgstr "" -#: config/s390/s390.c:7372 +#: config/s390/s390.c:7498 #, c-format msgid "register or memory expression expected for 'M' output modifier" msgstr "" -#: config/s390/s390.c:7457 config/s390/s390.c:7478 +#: config/s390/s390.c:7584 config/s390/s390.c:7605 #, c-format msgid "invalid constant for output modifier '%c'" msgstr "" -#: config/s390/s390.c:7475 +#: config/s390/s390.c:7602 #, c-format msgid "invalid constant - try using an output modifier" msgstr "" -#: config/s390/s390.c:7516 +#: config/s390/s390.c:7639 #, c-format msgid "invalid constant vector for output modifier '%c'" msgstr "" -#: config/s390/s390.c:7523 +#: config/s390/s390.c:7646 #, c-format msgid "invalid expression - try using an output modifier" msgstr "" -#: config/s390/s390.c:7526 +#: config/s390/s390.c:7649 #, c-format msgid "invalid expression for output modifier '%c'" msgstr "" -#: config/s390/s390.c:11378 +#: config/s390/s390.c:11501 msgid "Vector argument passed to unprototyped function" msgstr "" -#: config/s390/s390.c:15037 +#: config/s390/s390.c:15314 msgid "types differ in signess" msgstr "" -#: config/s390/s390.c:15047 +#: config/s390/s390.c:15324 msgid "binary operator does not support two vector bool operands" msgstr "" -#: config/s390/s390.c:15050 +#: config/s390/s390.c:15327 msgid "binary operator does not support vector bool operand" msgstr "" -#: config/s390/s390.c:15058 +#: config/s390/s390.c:15335 msgid "" "binary operator does not support mixing vector bool with floating point " "vector operands" msgstr "" -#: config/sh/sh.c:1184 +#: config/sh/sh.c:1185 #, c-format msgid "invalid operand to %%R" msgstr "" -#: config/sh/sh.c:1211 +#: config/sh/sh.c:1212 #, c-format msgid "invalid operand to %%S" msgstr "" -#: config/sh/sh.c:8622 +#: config/sh/sh.c:8633 msgid "created and used with different architectures / ABIs" msgstr "" -#: config/sh/sh.c:8624 +#: config/sh/sh.c:8635 msgid "created and used with different ABIs" msgstr "" -#: config/sh/sh.c:8626 +#: config/sh/sh.c:8637 msgid "created and used with different endianness" msgstr "" -#: config/sparc/sparc.c:8758 config/sparc/sparc.c:8764 +#: config/sparc/sparc.c:8860 config/sparc/sparc.c:8866 #, c-format msgid "invalid %%Y operand" msgstr "" -#: config/sparc/sparc.c:8834 +#: config/sparc/sparc.c:8953 #, c-format msgid "invalid %%A operand" msgstr "" -#: config/sparc/sparc.c:8844 +#: config/sparc/sparc.c:8973 #, c-format msgid "invalid %%B operand" msgstr "" -#: config/sparc/sparc.c:8873 config/tilegx/tilegx.c:5095 -#: config/tilepro/tilepro.c:4510 +#: config/sparc/sparc.c:9053 config/tilegx/tilegx.c:5100 +#: config/tilepro/tilepro.c:4509 #, c-format msgid "invalid %%C operand" msgstr "" -#: config/sparc/sparc.c:8890 config/tilegx/tilegx.c:5128 +#: config/sparc/sparc.c:9085 config/tilegx/tilegx.c:5133 #, c-format msgid "invalid %%D operand" msgstr "" -#: config/sparc/sparc.c:8906 +#: config/sparc/sparc.c:9104 #, c-format msgid "invalid %%f operand" msgstr "" -#: config/sparc/sparc.c:8918 +#: config/sparc/sparc.c:9116 #, c-format msgid "invalid %%s operand" msgstr "" -#: config/sparc/sparc.c:8963 +#: config/sparc/sparc.c:9161 #, c-format msgid "floating-point constant not a valid immediate operand" msgstr "" -#: config/stormy16/stormy16.c:1733 config/stormy16/stormy16.c:1804 +#: config/stormy16/stormy16.c:1734 config/stormy16/stormy16.c:1805 #, c-format msgid "'B' operand is not constant" msgstr "" -#: config/stormy16/stormy16.c:1760 +#: config/stormy16/stormy16.c:1761 #, c-format msgid "'B' operand has multiple bits set" msgstr "" -#: config/stormy16/stormy16.c:1786 +#: config/stormy16/stormy16.c:1787 #, c-format msgid "'o' operand is not constant" msgstr "" -#: config/stormy16/stormy16.c:1818 +#: config/stormy16/stormy16.c:1819 #, c-format msgid "xstormy16_print_operand: unknown code" msgstr "" -#: config/tilegx/tilegx.c:5080 config/tilepro/tilepro.c:4495 +#: config/tilegx/tilegx.c:5085 config/tilepro/tilepro.c:4494 #, c-format msgid "invalid %%c operand" msgstr "" -#: config/tilegx/tilegx.c:5111 +#: config/tilegx/tilegx.c:5116 #, c-format msgid "invalid %%d operand" msgstr "" -#: config/tilegx/tilegx.c:5208 +#: config/tilegx/tilegx.c:5213 #, c-format msgid "invalid %%H specifier" msgstr "" -#: config/tilegx/tilegx.c:5250 config/tilepro/tilepro.c:4524 +#: config/tilegx/tilegx.c:5255 config/tilepro/tilepro.c:4523 #, c-format msgid "invalid %%h operand" msgstr "" -#: config/tilegx/tilegx.c:5262 config/tilepro/tilepro.c:4588 +#: config/tilegx/tilegx.c:5267 config/tilepro/tilepro.c:4587 #, c-format msgid "invalid %%I operand" msgstr "" -#: config/tilegx/tilegx.c:5274 config/tilepro/tilepro.c:4600 +#: config/tilegx/tilegx.c:5279 config/tilepro/tilepro.c:4599 #, c-format msgid "invalid %%i operand" msgstr "" -#: config/tilegx/tilegx.c:5295 config/tilepro/tilepro.c:4621 +#: config/tilegx/tilegx.c:5300 config/tilepro/tilepro.c:4620 #, c-format msgid "invalid %%j operand" msgstr "" -#: config/tilegx/tilegx.c:5326 +#: config/tilegx/tilegx.c:5331 #, c-format msgid "invalid %%%c operand" msgstr "" -#: config/tilegx/tilegx.c:5341 config/tilepro/tilepro.c:4735 +#: config/tilegx/tilegx.c:5346 config/tilepro/tilepro.c:4734 #, c-format msgid "invalid %%N operand" msgstr "" -#: config/tilegx/tilegx.c:5385 +#: config/tilegx/tilegx.c:5390 #, c-format msgid "invalid operand for 'r' specifier" msgstr "" -#: config/tilegx/tilegx.c:5409 config/tilepro/tilepro.c:4816 +#: config/tilegx/tilegx.c:5414 config/tilepro/tilepro.c:4815 #, c-format msgid "unable to print out operand yet; code == %d (%c)" msgstr "" -#: config/tilepro/tilepro.c:4560 +#: config/tilepro/tilepro.c:4559 #, c-format msgid "invalid %%H operand" msgstr "" -#: config/tilepro/tilepro.c:4660 +#: config/tilepro/tilepro.c:4659 #, c-format msgid "invalid %%L operand" msgstr "" -#: config/tilepro/tilepro.c:4720 +#: config/tilepro/tilepro.c:4719 #, c-format msgid "invalid %%M operand" msgstr "" -#: config/tilepro/tilepro.c:4763 +#: config/tilepro/tilepro.c:4762 #, c-format msgid "invalid %%t operand" msgstr "" -#: config/tilepro/tilepro.c:4770 +#: config/tilepro/tilepro.c:4769 #, c-format msgid "invalid %%t operand '" msgstr "" -#: config/tilepro/tilepro.c:4791 +#: config/tilepro/tilepro.c:4790 #, c-format msgid "invalid %%r operand" msgstr "" -#: config/v850/v850.c:293 +#: config/v850/v850.c:294 msgid "const_double_split got a bad insn:" msgstr "" -#: config/v850/v850.c:899 +#: config/v850/v850.c:900 msgid "output_move_single:" msgstr "" -#: config/vax/vax.c:453 +#: config/vax/vax.c:457 #, c-format msgid "symbol used with both base and indexed registers" msgstr "" -#: config/vax/vax.c:462 +#: config/vax/vax.c:466 #, c-format msgid "symbol with offset used in PIC mode" msgstr "" -#: config/vax/vax.c:550 +#: config/vax/vax.c:554 #, c-format msgid "symbol used as immediate operand" msgstr "" -#: config/vax/vax.c:1577 +#: config/vax/vax.c:1583 msgid "illegal operand detected" msgstr "" -#: config/visium/visium.c:3256 +#: config/visium/visium.c:3293 msgid "illegal operand " msgstr "" -#: config/visium/visium.c:3307 +#: config/visium/visium.c:3344 msgid "illegal operand address (1)" msgstr "" -#: config/visium/visium.c:3314 +#: config/visium/visium.c:3351 msgid "illegal operand address (2)" msgstr "" -#: config/visium/visium.c:3329 +#: config/visium/visium.c:3366 msgid "illegal operand address (3)" msgstr "" -#: config/visium/visium.c:3337 +#: config/visium/visium.c:3374 msgid "illegal operand address (4)" msgstr "" -#: config/xtensa/xtensa.c:768 config/xtensa/xtensa.c:800 -#: config/xtensa/xtensa.c:809 +#: config/xtensa/xtensa.c:774 config/xtensa/xtensa.c:806 +#: config/xtensa/xtensa.c:815 msgid "bad test" msgstr "" -#: config/xtensa/xtensa.c:2301 +#: config/xtensa/xtensa.c:2307 #, c-format msgid "invalid %%D value" msgstr "" -#: config/xtensa/xtensa.c:2338 +#: config/xtensa/xtensa.c:2344 msgid "invalid mask" msgstr "" -#: config/xtensa/xtensa.c:2371 +#: config/xtensa/xtensa.c:2377 #, c-format msgid "invalid %%d value" msgstr "" -#: config/xtensa/xtensa.c:2390 config/xtensa/xtensa.c:2400 +#: config/xtensa/xtensa.c:2396 config/xtensa/xtensa.c:2406 #, c-format msgid "invalid %%t/%%b value" msgstr "" -#: config/xtensa/xtensa.c:2479 +#: config/xtensa/xtensa.c:2485 msgid "no register in address" msgstr "" -#: config/xtensa/xtensa.c:2487 +#: config/xtensa/xtensa.c:2493 msgid "address offset not a constant" msgstr "" @@ -4321,491 +4343,509 @@ msgstr "" msgid "({anonymous})" msgstr "" -#: c/c-parser.c:2195 c/c-parser.c:2209 c/c-parser.c:4814 c/c-parser.c:5231 -#: c/c-parser.c:5353 c/c-parser.c:5778 c/c-parser.c:5947 c/c-parser.c:5978 -#: c/c-parser.c:6162 c/c-parser.c:8908 c/c-parser.c:8943 c/c-parser.c:8974 -#: c/c-parser.c:9021 c/c-parser.c:9202 c/c-parser.c:9983 c/c-parser.c:10053 -#: c/c-parser.c:10096 c/c-parser.c:14645 c/c-parser.c:14669 c/c-parser.c:14687 -#: c/c-parser.c:14900 c/c-parser.c:14943 c/c-parser.c:3001 c/c-parser.c:9195 -#: cp/parser.c:26534 cp/parser.c:27107 +#: c/c-parser.c:2132 c/c-parser.c:2146 c/c-parser.c:4755 c/c-parser.c:5209 +#: c/c-parser.c:5356 c/c-parser.c:5781 c/c-parser.c:5950 c/c-parser.c:5981 +#: c/c-parser.c:6165 c/c-parser.c:8936 c/c-parser.c:8971 c/c-parser.c:9002 +#: c/c-parser.c:9049 c/c-parser.c:9230 c/c-parser.c:10011 c/c-parser.c:10081 +#: c/c-parser.c:10124 c/c-parser.c:14729 c/c-parser.c:14753 c/c-parser.c:14771 +#: c/c-parser.c:14984 c/c-parser.c:15027 c/gimple-parser.c:150 +#: c/gimple-parser.c:190 c/gimple-parser.c:199 c/gimple-parser.c:217 +#: c/gimple-parser.c:1205 c/gimple-parser.c:1229 c/gimple-parser.c:1305 +#: c/gimple-parser.c:1332 c/c-parser.c:2942 c/c-parser.c:9223 +#: c/gimple-parser.c:1113 c/gimple-parser.c:1152 cp/parser.c:27135 +#: cp/parser.c:27708 #, gcc-internal-format msgid "expected %<;%>" msgstr "" #. Look for the two `(' tokens. -#: c/c-parser.c:2236 c/c-parser.c:2939 c/c-parser.c:3236 c/c-parser.c:3303 -#: c/c-parser.c:3965 c/c-parser.c:4155 c/c-parser.c:4160 c/c-parser.c:5396 -#: c/c-parser.c:5650 c/c-parser.c:5863 c/c-parser.c:6098 c/c-parser.c:6221 -#: c/c-parser.c:7280 c/c-parser.c:7700 c/c-parser.c:7741 c/c-parser.c:7876 -#: c/c-parser.c:8070 c/c-parser.c:8087 c/c-parser.c:8113 c/c-parser.c:9493 -#: c/c-parser.c:9565 c/c-parser.c:10599 c/c-parser.c:10786 c/c-parser.c:10925 -#: c/c-parser.c:10980 c/c-parser.c:11077 c/c-parser.c:11257 c/c-parser.c:11301 -#: c/c-parser.c:11345 c/c-parser.c:11389 c/c-parser.c:11433 c/c-parser.c:11478 -#: c/c-parser.c:11513 c/c-parser.c:11581 c/c-parser.c:11830 c/c-parser.c:11976 -#: c/c-parser.c:12102 c/c-parser.c:12266 c/c-parser.c:12369 c/c-parser.c:12412 -#: c/c-parser.c:12459 c/c-parser.c:12503 c/c-parser.c:12569 c/c-parser.c:12605 -#: c/c-parser.c:12732 c/c-parser.c:12814 c/c-parser.c:12922 c/c-parser.c:12957 -#: c/c-parser.c:13005 c/c-parser.c:13063 c/c-parser.c:14847 c/c-parser.c:16800 -#: c/c-parser.c:17010 c/c-parser.c:17451 c/c-parser.c:17509 c/c-parser.c:17935 -#: c/c-parser.c:11056 cp/parser.c:24275 cp/parser.c:27110 +#: c/c-parser.c:2173 c/c-parser.c:2880 c/c-parser.c:3177 c/c-parser.c:3244 +#: c/c-parser.c:3906 c/c-parser.c:4096 c/c-parser.c:4101 c/c-parser.c:5399 +#: c/c-parser.c:5653 c/c-parser.c:5866 c/c-parser.c:6101 c/c-parser.c:6224 +#: c/c-parser.c:7286 c/c-parser.c:7706 c/c-parser.c:7747 c/c-parser.c:7882 +#: c/c-parser.c:8076 c/c-parser.c:8093 c/c-parser.c:8119 c/c-parser.c:9521 +#: c/c-parser.c:9593 c/c-parser.c:10651 c/c-parser.c:10846 c/c-parser.c:10985 +#: c/c-parser.c:11040 c/c-parser.c:11137 c/c-parser.c:11317 c/c-parser.c:11362 +#: c/c-parser.c:11407 c/c-parser.c:11452 c/c-parser.c:11497 c/c-parser.c:11543 +#: c/c-parser.c:11580 c/c-parser.c:11648 c/c-parser.c:11899 c/c-parser.c:12046 +#: c/c-parser.c:12172 c/c-parser.c:12337 c/c-parser.c:12441 c/c-parser.c:12485 +#: c/c-parser.c:12533 c/c-parser.c:12579 c/c-parser.c:12647 c/c-parser.c:12685 +#: c/c-parser.c:12814 c/c-parser.c:12896 c/c-parser.c:13004 c/c-parser.c:13041 +#: c/c-parser.c:13091 c/c-parser.c:13149 c/c-parser.c:14931 c/c-parser.c:16884 +#: c/c-parser.c:17097 c/c-parser.c:17538 c/c-parser.c:17596 c/c-parser.c:18022 +#: c/gimple-parser.c:346 c/gimple-parser.c:1033 c/gimple-parser.c:1174 +#: c/gimple-parser.c:1262 c/c-parser.c:11116 cp/parser.c:24872 +#: cp/parser.c:27711 #, gcc-internal-format msgid "expected %<(%>" msgstr "" -#: c/c-parser.c:2242 c/c-parser.c:7307 c/c-parser.c:7708 c/c-parser.c:7749 -#: c/c-parser.c:7887 cp/parser.c:26532 cp/parser.c:27125 +#: c/c-parser.c:2179 c/c-parser.c:7313 c/c-parser.c:7714 c/c-parser.c:7755 +#: c/c-parser.c:7893 cp/parser.c:27133 cp/parser.c:27726 #, gcc-internal-format msgid "expected %<,%>" msgstr "" -#: c/c-parser.c:2263 c/c-parser.c:2631 c/c-parser.c:2954 c/c-parser.c:3277 -#: c/c-parser.c:3314 c/c-parser.c:3530 c/c-parser.c:3717 c/c-parser.c:3779 -#: c/c-parser.c:3831 c/c-parser.c:3972 c/c-parser.c:4255 c/c-parser.c:4271 -#: c/c-parser.c:4280 c/c-parser.c:5399 c/c-parser.c:5665 c/c-parser.c:6010 -#: c/c-parser.c:6156 c/c-parser.c:6229 c/c-parser.c:6808 c/c-parser.c:7038 -#: c/c-parser.c:7121 c/c-parser.c:7221 c/c-parser.c:7422 c/c-parser.c:7620 -#: c/c-parser.c:7639 c/c-parser.c:7663 c/c-parser.c:7718 c/c-parser.c:7827 -#: c/c-parser.c:7902 c/c-parser.c:8079 c/c-parser.c:8104 c/c-parser.c:8128 -#: c/c-parser.c:8354 c/c-parser.c:8751 c/c-parser.c:9287 c/c-parser.c:9308 -#: c/c-parser.c:9516 c/c-parser.c:9571 c/c-parser.c:9955 c/c-parser.c:10636 -#: c/c-parser.c:10789 c/c-parser.c:10928 c/c-parser.c:11014 c/c-parser.c:11158 -#: c/c-parser.c:11264 c/c-parser.c:11308 c/c-parser.c:11352 c/c-parser.c:11396 -#: c/c-parser.c:11440 c/c-parser.c:11484 c/c-parser.c:11541 c/c-parser.c:11548 -#: c/c-parser.c:11588 c/c-parser.c:11743 c/c-parser.c:11801 c/c-parser.c:11850 -#: c/c-parser.c:11922 c/c-parser.c:12074 c/c-parser.c:12212 c/c-parser.c:12273 -#: c/c-parser.c:12376 c/c-parser.c:12419 c/c-parser.c:12484 c/c-parser.c:12526 -#: c/c-parser.c:12556 c/c-parser.c:12584 c/c-parser.c:12620 c/c-parser.c:12762 -#: c/c-parser.c:12780 c/c-parser.c:12786 c/c-parser.c:12870 c/c-parser.c:12881 -#: c/c-parser.c:12901 c/c-parser.c:12911 c/c-parser.c:12928 c/c-parser.c:12964 -#: c/c-parser.c:12976 c/c-parser.c:13024 c/c-parser.c:13032 c/c-parser.c:13067 -#: c/c-parser.c:14075 c/c-parser.c:14729 c/c-parser.c:14908 c/c-parser.c:14954 -#: c/c-parser.c:16989 c/c-parser.c:17066 c/c-parser.c:17487 c/c-parser.c:17571 -#: c/c-parser.c:17944 cp/parser.c:24307 cp/parser.c:27155 +#: c/c-parser.c:2200 c/c-parser.c:2564 c/c-parser.c:2895 c/c-parser.c:3218 +#: c/c-parser.c:3255 c/c-parser.c:3471 c/c-parser.c:3658 c/c-parser.c:3720 +#: c/c-parser.c:3772 c/c-parser.c:3913 c/c-parser.c:4196 c/c-parser.c:4212 +#: c/c-parser.c:4221 c/c-parser.c:5402 c/c-parser.c:5668 c/c-parser.c:6013 +#: c/c-parser.c:6159 c/c-parser.c:6232 c/c-parser.c:6814 c/c-parser.c:7044 +#: c/c-parser.c:7127 c/c-parser.c:7227 c/c-parser.c:7428 c/c-parser.c:7626 +#: c/c-parser.c:7645 c/c-parser.c:7669 c/c-parser.c:7724 c/c-parser.c:7833 +#: c/c-parser.c:7908 c/c-parser.c:8085 c/c-parser.c:8110 c/c-parser.c:8134 +#: c/c-parser.c:8360 c/c-parser.c:8779 c/c-parser.c:9315 c/c-parser.c:9336 +#: c/c-parser.c:9544 c/c-parser.c:9599 c/c-parser.c:9983 c/c-parser.c:10688 +#: c/c-parser.c:10849 c/c-parser.c:10988 c/c-parser.c:11074 c/c-parser.c:11218 +#: c/c-parser.c:11325 c/c-parser.c:11370 c/c-parser.c:11415 c/c-parser.c:11460 +#: c/c-parser.c:11505 c/c-parser.c:11551 c/c-parser.c:11608 c/c-parser.c:11615 +#: c/c-parser.c:11656 c/c-parser.c:11812 c/c-parser.c:11870 c/c-parser.c:11921 +#: c/c-parser.c:11992 c/c-parser.c:12144 c/c-parser.c:12283 c/c-parser.c:12345 +#: c/c-parser.c:12449 c/c-parser.c:12493 c/c-parser.c:12560 c/c-parser.c:12602 +#: c/c-parser.c:12634 c/c-parser.c:12664 c/c-parser.c:12702 c/c-parser.c:12844 +#: c/c-parser.c:12862 c/c-parser.c:12868 c/c-parser.c:12952 c/c-parser.c:12963 +#: c/c-parser.c:12983 c/c-parser.c:12993 c/c-parser.c:13012 c/c-parser.c:13048 +#: c/c-parser.c:13062 c/c-parser.c:13110 c/c-parser.c:13118 c/c-parser.c:13153 +#: c/c-parser.c:14159 c/c-parser.c:14813 c/c-parser.c:14992 c/c-parser.c:15038 +#: c/c-parser.c:17076 c/c-parser.c:17153 c/c-parser.c:17574 c/c-parser.c:17658 +#: c/c-parser.c:18031 c/gimple-parser.c:286 c/gimple-parser.c:375 +#: c/gimple-parser.c:835 c/gimple-parser.c:1044 c/gimple-parser.c:1055 +#: c/gimple-parser.c:1177 c/gimple-parser.c:1265 cp/parser.c:24904 +#: cp/parser.c:27756 #, gcc-internal-format msgid "expected %<)%>" msgstr "" -#: c/c-parser.c:3635 c/c-parser.c:4581 c/c-parser.c:4617 c/c-parser.c:6213 -#: c/c-parser.c:7818 c/c-parser.c:8176 c/c-parser.c:8328 c/c-parser.c:10743 -#: c/c-parser.c:17847 c/c-parser.c:17849 c/c-parser.c:18188 cp/parser.c:7057 -#: cp/parser.c:27119 +#: c/c-parser.c:3576 c/c-parser.c:4522 c/c-parser.c:4558 c/c-parser.c:6216 +#: c/c-parser.c:7824 c/c-parser.c:8182 c/c-parser.c:8334 c/c-parser.c:10803 +#: c/c-parser.c:17934 c/c-parser.c:17936 c/c-parser.c:18275 +#: c/gimple-parser.c:810 cp/parser.c:7138 cp/parser.c:27720 #, gcc-internal-format msgid "expected %<]%>" msgstr "" -#: c/c-parser.c:3812 +#: c/c-parser.c:3753 msgid "expected %<;%>, %<,%> or %<)%>" msgstr "" -#: c/c-parser.c:4437 c/c-parser.c:14670 cp/parser.c:27113 cp/parser.c:29039 +#: c/c-parser.c:4378 c/c-parser.c:14754 c/gimple-parser.c:1375 +#: cp/parser.c:27714 cp/parser.c:29641 #, gcc-internal-format msgid "expected %<}%>" msgstr "" -#: c/c-parser.c:4751 c/c-parser.c:9536 c/c-parser.c:15390 c/c-parser.c:2819 -#: c/c-parser.c:3022 c/c-parser.c:9090 cp/parser.c:17275 cp/parser.c:27116 +#: c/c-parser.c:4692 c/c-parser.c:9564 c/c-parser.c:15474 c/gimple-parser.c:143 +#: c/gimple-parser.c:1269 c/c-parser.c:2760 c/c-parser.c:2963 c/c-parser.c:9118 +#: cp/parser.c:17752 cp/parser.c:27717 #, gcc-internal-format msgid "expected %<{%>" msgstr "" -#: c/c-parser.c:4984 c/c-parser.c:4993 c/c-parser.c:6120 c/c-parser.c:6462 -#: c/c-parser.c:7356 c/c-parser.c:9301 c/c-parser.c:9685 c/c-parser.c:9746 -#: c/c-parser.c:10730 c/c-parser.c:11527 c/c-parser.c:11661 c/c-parser.c:12033 -#: c/c-parser.c:12125 c/c-parser.c:12766 c/c-parser.c:16857 c/c-parser.c:16913 -#: c/c-parser.c:11150 cp/parser.c:27149 cp/parser.c:28250 cp/parser.c:30908 +#: c/c-parser.c:4932 c/c-parser.c:4941 c/c-parser.c:6123 c/c-parser.c:6468 +#: c/c-parser.c:7362 c/c-parser.c:9329 c/c-parser.c:9713 c/c-parser.c:9774 +#: c/c-parser.c:10786 c/c-parser.c:11594 c/c-parser.c:11729 c/c-parser.c:12103 +#: c/c-parser.c:12195 c/c-parser.c:12848 c/c-parser.c:16941 c/c-parser.c:17000 +#: c/gimple-parser.c:1313 c/gimple-parser.c:1340 c/c-parser.c:11210 +#: cp/parser.c:27750 cp/parser.c:28852 cp/parser.c:31510 #, gcc-internal-format msgid "expected %<:%>" msgstr "" -#: c/c-parser.c:5252 cp/semantics.c:613 +#: c/c-parser.c:5230 cp/semantics.c:613 msgid "Cilk array notation cannot be used as a computed goto expression" msgstr "" -#: c/c-parser.c:5311 +#: c/c-parser.c:5289 msgid "Cilk array notation cannot be used for a throw expression" msgstr "" -#: c/c-parser.c:5661 cp/semantics.c:1143 +#: c/c-parser.c:5664 cp/semantics.c:1143 msgid "Cilk array notation cannot be used as a condition for switch statement" msgstr "" -#: c/c-parser.c:5712 cp/semantics.c:798 +#: c/c-parser.c:5715 cp/semantics.c:798 msgid "Cilk array notation cannot be used as a condition for while statement" msgstr "" -#: c/c-parser.c:5764 cp/parser.c:27043 +#: c/c-parser.c:5767 cp/parser.c:27644 #, gcc-internal-format msgid "expected %" msgstr "" -#: c/c-parser.c:5771 cp/semantics.c:857 +#: c/c-parser.c:5774 cp/semantics.c:857 msgid "" "Cilk array notation cannot be used as a condition for a do-while statement" msgstr "" -#: c/c-parser.c:5974 cp/semantics.c:976 +#: c/c-parser.c:5977 cp/semantics.c:976 msgid "Cilk array notation cannot be used in a condition for a for-loop" msgstr "" -#: c/c-parser.c:7569 +#: c/c-parser.c:7575 msgid "expected %<.%>" msgstr "" -#: c/c-parser.c:8761 c/c-parser.c:8793 c/c-parser.c:9033 cp/parser.c:28824 -#: cp/parser.c:28898 +#: c/c-parser.c:8789 c/c-parser.c:8821 c/c-parser.c:9061 cp/parser.c:29426 +#: cp/parser.c:29500 #, gcc-internal-format msgid "expected %<@end%>" msgstr "" -#: c/c-parser.c:9450 cp/parser.c:27134 +#: c/c-parser.c:9478 cp/parser.c:27735 #, gcc-internal-format msgid "expected %<>%>" msgstr "" -#: c/c-parser.c:12216 c/c-parser.c:12980 cp/parser.c:27158 +#: c/c-parser.c:12287 c/c-parser.c:13066 cp/parser.c:27759 #, gcc-internal-format msgid "expected %<,%> or %<)%>" msgstr "" -#: c/c-parser.c:14382 c/c-parser.c:14426 c/c-parser.c:14654 c/c-parser.c:14889 -#: c/c-parser.c:17051 c/c-parser.c:17673 c/c-parser.c:4640 cp/parser.c:27137 +#. All following cases are statements with LHS. +#: c/c-parser.c:14466 c/c-parser.c:14510 c/c-parser.c:14738 c/c-parser.c:14973 +#: c/c-parser.c:17138 c/c-parser.c:17760 c/gimple-parser.c:277 +#: c/c-parser.c:4581 cp/parser.c:27738 #, gcc-internal-format msgid "expected %<=%>" msgstr "" -#: c/c-parser.c:15433 c/c-parser.c:15423 cp/parser.c:34314 +#: c/c-parser.c:15517 c/c-parser.c:15507 cp/parser.c:34917 #, gcc-internal-format msgid "expected %<#pragma omp section%> or %<}%>" msgstr "" -#: c/c-parser.c:17835 c/c-parser.c:10686 cp/parser.c:27122 cp/parser.c:30181 +#: c/c-parser.c:17922 c/c-parser.c:10738 cp/parser.c:27723 cp/parser.c:30783 #, gcc-internal-format msgid "expected %<[%>" msgstr "" -#: c/c-typeck.c:7506 +#: c/c-typeck.c:7540 msgid "(anonymous)" msgstr "" -#: cp/call.c:9584 +#: c/gimple-parser.c:1309 c/gimple-parser.c:1336 c/gimple-parser.c:1364 +msgid "expected label" +msgstr "" + +#: cp/call.c:9853 msgid "candidate 1:" msgstr "" -#: cp/call.c:9585 +#: cp/call.c:9854 msgid "candidate 2:" msgstr "" -#: cp/decl2.c:779 +#: cp/decl2.c:704 msgid "candidates are: %+#D" msgstr "" -#: cp/decl2.c:781 +#: cp/decl2.c:706 msgid "candidate is: %+#D" msgstr "" -#: cp/error.c:317 +#: cp/error.c:321 msgid "" msgstr "" -#: cp/error.c:417 +#: cp/error.c:419 msgid "" msgstr "" -#: cp/error.c:419 +#: cp/error.c:421 msgid "" msgstr "" -#: cp/error.c:581 +#: cp/error.c:583 msgid "" msgstr "" -#: cp/error.c:682 objc/objc-act.c:6180 cp/cxx-pretty-print.c:162 +#: cp/error.c:684 objc/objc-act.c:6180 cp/cxx-pretty-print.c:161 #, gcc-internal-format msgid "" msgstr "" -#: cp/error.c:684 +#: cp/error.c:686 #, c-format msgid "" msgstr "" #. A lambda's "type" is essentially its signature. -#: cp/error.c:689 +#: cp/error.c:691 msgid "" msgstr "" -#: cp/error.c:948 +#: cp/error.c:950 #, c-format msgid "(static initializers for %s)" msgstr "" -#: cp/error.c:950 +#: cp/error.c:952 #, c-format msgid "(static destructors for %s)" msgstr "" -#: cp/error.c:1063 +#: cp/error.c:1097 msgid "vtable for " msgstr "" -#: cp/error.c:1087 +#: cp/error.c:1121 msgid " " msgstr "" -#: cp/error.c:1102 +#: cp/error.c:1136 msgid "{anonymous}" msgstr "" -#: cp/error.c:1104 +#: cp/error.c:1138 msgid "(anonymous namespace)" msgstr "" -#: cp/error.c:1220 +#: cp/error.c:1245 msgid "